# WinBUGS14 # Model 3 MODEL model { for (i in 1:NumBG) { for (t in 1:T) { # Poisson likelihood for observed counts y[i,t]~dpois(mu[i,t]) log(mu[i,t])<-log(e[i,t]) +Const +Trend*t +phi[i] +theta[i] +TimeRE[t] +StateRE[StateNum[i]] +A[i,t] +B[i,t] +C[i,t] A[i,t]<-law*lawtotal[i,t] +bg*backgroundchecks_pc[i,t] +buyer*buyerregulations_pc[i,t] +child*childaccessprevention_pc[i,t] +dealer*dealerregulations_pc[i,t] +dom*domesticviolence_pc[i,t] +high*highriskgunpossession_pc[i,t] +possess*possessionregulations_pc[i,t] +other*other_pc[i,t] B[i,t]<-law_near*lawtotal_idw[i,t] +bg_near*backgroundchecks_pc_idw[i,t] +buyer_near*buyerregulations_pc_idw[i,t] +child_near*childaccessprevention_pc_idw[i,t] +dealer_near*dealerregulations_pc_idw[i,t] +dom_near*domesticviolence_pc_idw[i,t] +high_near*highriskgunpossession_pc_idw[i,t] +possess_near*possessionregulations_pc_idw[i,t] +other_near*other_pc_idw[i,t] C[i,t]<-age24*age25_44_pc[i,t] +age45*age45_64_pc[i,t] +age65*age65pls_pc[i,t] +black*black_pc[i,t] +hisp*hisp_pc[i,t] +native*native_pc[i,t] +urban*rucc_urban[i] +rural*rucc_rural[i] +area*area_sqkm10k[i] +inc*medhhinc10k[i,t] +unem*unemployment_rate[i,t] +flow*z_inflow[i,t] +lib*pollib_median[i,t] +mj*drugs_marijua_decrimilization[i,t] +pol*apolspt[i,t] } } for (k in 1:50) { StateRE[k] ~ dnorm(0, tau.StateRE) } # CAR prior distribution for spatial correlated heterogeneity phi[1:NumBG]~car.normal(adj[],weights[],num[],tau.phi) # Prior distributions for the Uncorrelated Heterogeneity for(i in 1:NumBG) { theta[i]~dnorm(0,tau.theta) } for(i in 1:T) { TimeRE[i]~dnorm(0,tau.TimeRE) } # Weights for(k in 1:sumNumNeigh) { weights[k]<-1 } Const~dflat() Trend ~dnorm(0,.00001) law ~dnorm(0,.00001) bg~dnorm(0,.00001) buyer~dnorm(0,.00001) child~dnorm(0,.00001) dealer~dnorm(0,.00001) dom~dnorm(0,.00001) high~dnorm(0,.00001) possess~dnorm(0,.00001) other~dnorm(0,.00001) law_near~dnorm(0,.00001) bg_near~dnorm(0,.00001) buyer_near~dnorm(0,.00001) child_near~dnorm(0,.00001) dealer_near~dnorm(0,.00001) dom_near~dnorm(0,.00001) high_near~dnorm(0,.00001) possess_near~dnorm(0,.00001) other_near~dnorm(0,.00001) age24 ~dnorm(0,.00001) age45 ~dnorm(0,.00001) age65 ~dnorm(0,.00001) black ~dnorm(0,.00001) hisp ~dnorm(0,.00001) native ~dnorm(0,.00001) urban ~dnorm(0,.00001) rural ~dnorm(0,.00001) area ~dnorm(0,.00001) inc ~dnorm(0,.00001) unem ~dnorm(0,.00001) flow ~dnorm(0,.00001) lib~dnorm(0,.00001) mj~dnorm(0,.00001) pol~dnorm(0,.00001) # Hyperprior distributions on inverse variance parameter of random effects tau.theta~dgamma(0.5,0.0005) tau.phi~dgamma(0.5,0.0005) tau.TimeRE~dgamma(0.5,0.0005) tau.StateRE ~ dgamma(0.5,0.0005) sd.theta <- 1/sqrt(tau.theta) sd.phi <- 1/sqrt(tau.phi) sd.TimeRE <- 1/sqrt(tau.TimeRE) sd.StateRE <- 1/sqrt(tau.StateRE) alpha <- (sd.phi*sd.phi)/((sd.phi*sd.phi)+(sd.theta*sd.theta)) StateVarP <-(sd.StateRE*sd.StateRE)/((sd.phi*sd.phi)+(sd.theta*sd.theta)+(sd.StateRE*sd.StateRE)) } DATA list( NumBG = 3107, T=15, y=structure(.Data=c( THESE DATA OMITTED DUE TO USER AGREEMENT WITH CDC ),.Dim=c(3107,15)), e=structure(.Data=c( 0.43871999,0.44433999,0.45157,0.45761999,0.46933001,0.47870001,0.49105,0.49834001,0.50353998,0.50756001,0.54684001,0.55274999,0.55192,0.55136001,0.55395001,1.4135799,1.44988,1.48141,1.5170701,1.56573,1.62564,1.68516,1.72815,1.76212,1.79878,1.83216,1.86694,1.90561,1.95443,2.0011101,0.29034999,0.29223001,0.29289001,0.29480001,0.29458001,0.29451999,0.29556,0.29736,0.29835999,0.29736999,0.27336001,0.27225,0.27169001,0.26978001,0.26887,0.19936,0.20942,0.20983,0.21037,0.21208,0.21375,0.21285,0.21484999,0.21589001,0.21586999,0.22879,0.2274,0.22634,0.22504,0.22506,0.51181,0.51999003,0.52775002,0.53726,0.54469001,0.55035001,0.55978,0.56866002,0.57793999,0.58345002,0.57344002,0.57694,0.57748002,0.5772,0.57718998,0.11604,0.11381,0.11261,0.11305,0.11038,0.10975,0.10739,0.10966,0.10921,0.10985,0.10886,0.10623,0.10589,0.10605,0.10764,0.21313,0.21036001,0.20607001,0.20536,0.20476,0.20338,0.20231,0.20242999,0.20171,0.19964001,0.20945001,0.20676,0.20409,0.20288999,0.20296,1.11342,1.11019,1.1086,1.11378,1.11615,1.12081,1.12453,1.12808,1.13422,1.14081,1.18443,1.1776,1.17264,1.16547,1.15916,0.36592999,0.36280999,0.35951999,0.35626,0.35387,0.35172999,0.34821999,0.34731001,0.34472999,0.3432,0.34110999,0.34004,0.34086999,0.34175,0.34075999,0.24053,0.24078,0.24143,0.24158999,0.24291,0.24268,0.24530999,0.24473999,0.24413,0.24448,0.25968,0.26073,0.26017001,0.26115,0.26036999,0.39781001,0.4003,0.40459999,0.40775999,0.41170001,0.41510001,0.41821,0.42361999,0.42695999,0.42971,0.43682,0.43748999,0.43709001,0.43836001,0.43931001,0.1585,0.15651999,0.15342,0.15167999,0.14894,0.14507,0.14388999,0.14178,0.14083,0.1399,0.13849001,0.13604,0.13559,0.13397001,0.13323,0.27833,0.27634001,0.27272999,0.27076,0.26944,0.2674,0.26729,0.26416001,0.26264,0.26041999,0.25782001,0.25591999,0.25167999,0.25165999,0.24945,0.14263999,0.14257,0.14173,0.14066,0.13939001,0.13846999,0.13777,0.13772,0.13807,0.1364,0.13886,0.13677,0.13465001,0.13506,0.13552,0.14156,0.14196,0.14376,0.14377999,0.14263999,0.14275999,0.14432999,0.14692,0.14736,0.14759,0.14969,0.14967,0.14918,0.15017,0.1508,0.43540001,0.43581,0.43759,0.44185999,0.44712001,0.45159,0.45638999,0.46805999,0.47773001,0.48635,0.50178999,0.50465,0.51217002,0.50861001,0.50909001,0.55023998,0.54841,0.54593998,0.54319,0.54426998,0.54399002,0.54461998,0.54606003,0.54626,0.54639,0.54505002,0.54433,0.54473001,0.54499,0.54543,0.14040001,0.13894001,0.13699,0.13436,0.13237999,0.13176,0.13309,0.13118,0.13038,0.12931,0.13219,0.13133,0.13005,0.12898,0.1267,0.11843,0.11746,0.11539,0.11423,0.11156,0.10964,0.10857,0.10783,0.10724,0.10556,0.11757,0.11344,0.11181,0.11065,0.10886,0.37490001,0.36939001,0.36660999,0.36495,0.36322001,0.36594,0.36717001,0.36804,0.36646,0.36678001,0.37784001,0.38049001,0.37808999,0.37850001,0.37913999,0.13696,0.13699999,0.1358,0.13562,0.13602,0.13541,0.13688,0.13741,0.13686,0.13781001,0.13866,0.13913999,0.13971999,0.13959999,0.13977,0.77579999,0.77661002,0.77814001,0.78109998,0.78710997,0.79382002,0.79870999,0.80602002,0.81518,0.81778002,0.80453998,0.80454999,0.80361003,0.80782998,0.81288999,0.49068001,0.49000999,0.49070001,0.49052,0.48690999,0.48319,0.48038,0.48263001,0.484,0.48146999,0.50340003,0.50085002,0.50309998,0.49845001,0.49484,0.46180999,0.45910001,0.44944,0.44503999,0.43926999,0.43358001,0.4305,0.4278,0.42627001,0.41925001,0.43836001,0.43224999,0.42839,0.42102,0.41711,0.64638001,0.65518999,0.65544999,0.66009003,0.66574001,0.6692,0.67447001,0.68274999,0.68893999,0.69379997,0.71117997,0.71360999,0.70929998,0.70894003,0.71065003,0.66229999,0.67566001,0.68822002,0.70151001,0.71275997,0.73241001,0.75511003,0.77459002,0.78125,0.79233003,0.79443997,0.79983002,0.80391997,0.80808002,0.80976999,0.38402,0.38429999,0.38319001,0.38027999,0.37887999,0.37641999,0.37571999,0.37623,0.37531999,0.37434,0.38312,0.38222,0.38047999,0.37893,0.37733001,1.03313,1.02914,1.02815,1.02698,1.02657,1.0260201,1.02854,1.03216,1.03435,1.03645,1.04501,1.0431,1.04324,1.03962,1.03531,0.18456,0.18341,0.18244,0.18144999,0.17997999,0.18012001,0.17758,0.17538001,0.17577,0.17371,0.17247,0.17082,0.16982,0.16909,0.16874,0.31208,0.31112,0.30766001,0.30684,0.30533001,0.30673,0.30791,0.30627,0.31051001,0.31090999,0.31755,0.31757,0.31659999,0.31542,0.31601,0.2579,0.25527999,0.25457999,0.25481001,0.25457999,0.25584,0.25769001,0.25716999,0.25971001,0.25961,0.26793,0.26829001,0.27002001,0.26741999,0.26712,0.099459998,0.098640002,0.098399997,0.096969999,0.095339999,0.094719999,0.091190003,0.090999998,0.090389997,0.088289998,0.089919999,0.089019999,0.088270001,0.087180004,0.085529998,0.18288,0.18271001,0.18047,0.18013,0.17876001,0.17921001,0.17901,0.18091001,0.18083,0.17975,0.15727,0.15355,0.1539,0.15311,0.15184,0.16344,0.16301,0.16326,0.1637,0.16432001,0.16424,0.16554999,0.16653,0.16622999,0.16647001,0.17287,0.17403001,0.17248,0.17224,0.1719,0.88919002,0.89437002,0.89849001,0.91147,0.92374003,0.93614,0.95511001,0.97391999,0.98852003,1.00085,1.0178699,1.02423,1.03368,1.03626,1.04193,0.54029,0.53972,0.53648001,0.53482997,0.53217,0.52923,0.52998,0.52796,0.52934003,0.52837998,0.53158998,0.53244001,0.53048003,0.52943999,0.52665001,6.6221399,6.6149402,6.5976601,6.6048598,6.6001601,6.5971498,6.61447,6.6147699,6.6339402,6.65027,6.5830202,6.5792699,6.5795298,6.59197,6.6079302,0.15905,0.15561,0.15317,0.15064999,0.14827999,0.14707001,0.14455999,0.14484,0.14341,0.142,0.14499,0.14295,0.14255001,0.14203,0.14086001,0.87981999,0.87392998,0.86872,0.86944002,0.87203002,0.87436998,0.87992001,0.88521999,0.89200002,0.89599001,0.92725998,0.92609,0.92694002,0.92773998,0.93096,0.34856001,0.34836,0.34643,0.34393001,0.34204,0.34292999,0.33875,0.34151,0.34046999,0.34106001,0.34305999,0.34044001,0.33776,0.33570999,0.33476999,1.15511,1.16759,1.18197,1.19631,1.21698,1.2535,1.2821701,1.30791,1.33105,1.35883,1.40799,1.44146,1.4804,1.5170799,1.54255,0.65930003,0.66643,0.67107999,0.67685002,0.68406999,0.69792002,0.71794999,0.73909003,0.76314002,0.78571999,0.83178997,0.85579997,0.87362999,0.88924003,0.90786999,0.13486999,0.13451,0.13459,0.13316,0.13033,0.12898,0.12711,0.12664001,0.12592,0.12293,0.11285,0.11131,0.10864,0.1073,0.1058,0.24075,0.23980001,0.23650999,0.23469999,0.23040999,0.22736,0.22544,0.22258,0.22194999,0.21788999,0.21541999,0.21264,0.20469999,0.19822,0.19425,2.7786801,2.81264,2.8603699,2.90763,2.9481399,3.0027201,3.0750899,3.13796,3.2091401,3.2774401,3.36239,3.3966801,3.4286799,3.4707301,3.50299,0.22566,0.22179,0.22160999,0.2193,0.21649,0.21404999,0.21335,0.21265,0.211,0.20942999,0.20951,0.20711,0.20443,0.20228,0.20110001,0.31149,0.30588001,0.30235001,0.29971999,0.29712,0.29493001,0.29585001,0.29501,0.29378,0.29115999,0.30809999,0.30730999,0.30515999,0.30305001,0.30271,0.82332999,0.82191002,0.82922,0.83591998,0.84161001,0.85298002,0.86760002,0.87970001,0.89200002,0.90398997,0.93169999,0.93927002,0.94303,0.94568998,0.94635999,4.0006099,4.0009398,3.98417,3.9770701,3.97521,3.98369,4.0219898,4.05234,4.09132,4.1172099,4.1343198,4.1315398,4.1395502,4.1455998,4.1512299,0.24281,0.24004,0.23803,0.23532,0.23351,0.23169,0.22985999,0.22758999,0.22648001,0.22389001,0.23003,0.22797,0.22609,0.22188,0.21946999,2.2341299,2.2290101,2.2293601,2.22486,2.22085,2.2221999,2.25333,2.25648,2.24525,2.24119,2.29795,2.3157101,2.29426,2.2727101,2.2618899,1.11194,1.11494,1.11397,1.12287,1.1221,1.12951,1.14297,1.15148,1.1629699,1.17293,1.19557,1.1987,1.20057,1.19628,1.19607,0.11808,0.11632,0.11521,0.11241,0.11078,0.10787,0.10554,0.10726,0.10753,0.10623,0.10536,0.10502,0.10172,0.099780001,0.09826,0.20904,0.20823,0.20708001,0.20316,0.20096,0.19834,0.19698,0.19503,0.19385,0.19217999,0.19706,0.19348,0.19344001,0.19383,0.20365,0.29734001,0.29631001,0.29279,0.29413,0.29727,0.29685,0.29975,0.30186,0.30371001,0.30461001,0.32958999,0.32922,0.33127999,0.33682001,0.33388999,0.22414,0.2247,0.22429,0.22268,0.22394,0.22472,0.22461,0.22389001,0.2262,0.22577,0.22927999,0.22834,0.22657,0.22663,0.22539,0.49691999,0.49408001,0.49188,0.48684001,0.48980001,0.49094,0.49695,0.50226998,0.50285,0.50845999,0.53279001,0.54844999,0.57735997,0.59429997,0.59608001,0.65078998,0.66013002,0.67089999,0.68291998,0.69966,0.72004002,0.75222999,0.78514999,0.80286998,0.81895,0.838,0.84305,0.85165,0.86243999,0.86697,1.44523,1.4928,1.53918,1.5960799,1.65723,1.7167799,1.7884001,1.83478,1.88483,1.92503,1.9603601,1.97988,2.00963,2.04196,2.06655,0.14748,0.14555,0.14143001,0.13996001,0.13868999,0.1364,0.13471,0.13269,0.13101999,0.12853,0.13748001,0.13494,0.13411,0.13345,0.13166,0.80338001,0.80290997,0.80247003,0.79776001,0.79746002,0.79901999,0.80124003,0.80185997,0.80495,0.80242002,0.82067001,0.81781,0.81857997,0.81339002,0.81322002,0.41743001,0.41389999,0.40946999,0.40693,0.40605,0.40445,0.40719,0.40797001,0.40920001,0.41007999,0.4149,0.41442999,0.41156,0.41220999,0.41165,1.6519099,1.6611,1.6661,1.67484,1.69051,1.7206,1.76899,1.7899801,1.8178,1.84035,1.95056,1.96697,1.98643,2.0074401,2.02212,0.70679998,0.70577002,0.70096999,0.69514,0.69152999,0.69124001,0.68978,0.68655002,0.68902999,0.68742001,0.66991001,0.66606998,0.66125,0.65859002,0.65470999,0.18111999,0.1789,0.17794999,0.17743,0.17579,0.1741,0.17369001,0.17124,0.17088,0.17069,0.17601,0.17319,0.17088,0.16842,0.16834,0.12980001,0.12908,0.12928,0.12781,0.12721001,0.12642001,0.12537999,0.1258,0.12616999,0.12384,0.11579,0.1151,0.11386,0.11262,0.11098,0.24882001,0.24546,0.24468,0.24349999,0.24307001,0.24236,0.24321,0.24326,0.24067999,0.23997,0.24409001,0.24348,0.24185,0.24187,0.24150001,0.69515997,0.67856997,0.67267001,0.67938,0.67943001,0.6825,0.69066,0.69278002,0.69520003,0.70591003,0.71749002,0.72354001,0.72911,0.71867001,0.71828002,1.18028,1.18573,1.1975,1.21175,1.23235,1.2563699,1.2675101,1.27736,1.28425,1.29518,1.31868,1.33058,1.31919,1.2974401,1.27448,1.16717,1.17803,1.2039,1.21545,1.23349,1.24804,1.26029,1.27451,1.28426,1.29849,1.34603,1.34159,1.35949,1.3669,1.37682,0.51354998,0.51165003,0.51225001,0.50906003,0.50848001,0.50914001,0.51634997,0.52231002,0.52272999,0.52199,0.53534001,0.53469002,0.53026998,0.53062999,0.53118998,0.33541,0.33307001,0.3312,0.32785001,0.32440999,0.32629001,0.33285999,0.34735999,0.36204001,0.37044999,0.37139001,0.37081,0.36945,0.37435001,0.37957001,0.085419998,0.08281,0.077059999,0.073810004,0.073069997,0.072920002,0.074649997,0.077600002,0.080580004,0.080410004,0.08343,0.085929997,0.087750003,0.089440003,0.093460001,0.19643,0.19537,0.19346,0.19516,0.19696,0.20006999,0.20118,0.20133001,0.20005,0.20012,0.20446,0.20443,0.20288999,0.20331,0.20231,30.97378,32.000751,32.991268,33.91391,35.026348,36.47131,37.761181,38.729622,39.58263,40.231319,38.236092,38.70076,39.42868,40.131641,40.87191,1.56194,1.5984,1.65177,1.7101901,1.78313,1.8594,1.92724,1.9585201,1.95601,1.9482501,2.0037999,2.0264201,2.03174,2.0285499,2.0336101,0.97876,0.98549002,1.01358,1.0322,1.0502,1.06968,1.09,1.10999,1.12348,1.12975,1.07649,1.07374,1.06973,1.07346,1.08101,8.4852104,8.6569405,8.86063,9.0332003,9.2420502,9.4896498,9.7547598,9.96593,10.09832,10.202,9.8193502,9.8812504,9.9309397,9.9805002,10.04516,1.81283,1.8837,1.9783,2.0877199,2.2072401,2.3745699,2.70453,3.02633,3.2906001,3.40962,3.8573799,3.84073,3.8810599,3.9096501,4.0191798,0.38541999,0.38914001,0.39287999,0.39541,0.40177,0.41113001,0.42039999,0.42692,0.43133,0.43770999,0.47384,0.47617999,0.47433001,0.47121,0.46695,1.6888601,1.73285,1.7839,1.834,1.8953201,1.97533,2.06672,2.1200399,2.1493001,2.1568601,2.10517,2.11185,2.1250899,2.1538899,2.1884401,1.60675,1.63167,1.66071,1.69297,1.74,1.80194,1.85267,1.8918101,1.93299,1.96972,1.97105,2.02617,2.02264,2.02033,2.03247,0.20671999,0.20502,0.20263,0.19882999,0.19863001,0.19836,0.19655,0.19315,0.19146,0.18971001,0.19009,0.18887,0.18994001,0.1882,0.18594,0.24160001,0.23823,0.23758,0.23478,0.23171,0.22782999,0.22515,0.22258,0.22186001,0.21941,0.21834999,0.21654999,0.21496999,0.21252,0.20948,0.38464999,0.38417,0.38642001,0.38942999,0.39546001,0.40237001,0.41154999,0.41845,0.41946,0.42157,0.41551,0.41286999,0.41077,0.40996,0.40856999,1.54791,1.60429,1.67038,1.7478499,1.83211,1.9218301,2.01509,2.1096301,2.1949401,2.2550399,2.2292299,2.2776899,2.32739,2.3730099,2.4232099,0.34051001,0.34253001,0.34432,0.34507,0.34841001,0.35407999,0.35958999,0.36653,0.36862999,0.36820999,0.36888,0.37040001,0.37333,0.37389001,0.37196001,0.12603,0.12487,0.12438,0.12395,0.12268,0.12196,0.11986,0.11964,0.11899,0.1179,0.11489,0.11453,0.11298,0.11192,0.11148,0.05717,0.055799998,0.056049999,0.055640001,0.054839998,0.055349998,0.055259999,0.054730002,0.053240001,0.051959999,0.053300001,0.0528,0.052990001,0.052189998,0.052019998,0.25411001,0.25678,0.25984001,0.26278999,0.26370001,0.26820999,0.27083001,0.27278,0.27485999,0.27937999,0.27559999,0.27469999,0.27598,0.27759999,0.27744001,0.14083,0.13768999,0.1339,0.1318,0.12857001,0.12720001,0.12501,0.12308,0.12045,0.11823,0.11794,0.11673,0.11458,0.11338,0.1118,0.23508,0.23654,0.23548,0.23294,0.23237,0.23209,0.23391999,0.23683999,0.23883,0.23835,0.2295,0.22953001,0.22822,0.22697,0.22576,0.17542,0.17256001,0.16971999,0.16768999,0.16587999,0.16483,0.16315,0.16068,0.15774,0.15584999,0.16057,0.15836,0.1558,0.15294001,0.15118,0.24112999,0.24188,0.24324,0.24606,0.24868,0.2507,0.25176001,0.25281999,0.25334001,0.25600001,0.25988999,0.25907999,0.25777999,0.25656,0.25634,0.085440002,0.086209998,0.085960001,0.086290002,0.086520001,0.087410003,0.086920001,0.087350003,0.085969999,0.084360003,0.086900003,0.086680003,0.086149998,0.085620001,0.084490001,0.25564,0.25310999,0.25171,0.24815001,0.24790999,0.24572,0.24621999,0.24308001,0.24104001,0.23853999,0.24729,0.2467,0.24401,0.24266,0.23932999,0.20321,0.20336001,0.20297,0.20338,0.20351,0.20460001,0.20480999,0.20678,0.20677,0.20799001,0.21247999,0.21151,0.21216001,0.21176,0.21083,0.82517999,0.83274001,0.83977997,0.84952998,0.86295998,0.87443,0.89669001,0.91382998,0.93418998,0.95457,0.96726,0.98381001,0.99902999,1.01647,1.02518,0.53376001,0.54100001,0.54698002,0.55317003,0.56149,0.56910002,0.58077002,0.59034997,0.59577,0.60101998,0.61987001,0.61848003,0.61932999,0.61658001,0.61697,0.50976002,0.51235002,0.51165998,0.50998002,0.51264,0.51471001,0.51817,0.52122998,0.52561003,0.53021997,0.50954002,0.50528002,0.5007,0.49757999,0.49548,0.19475999,0.19469,0.19254,0.19096,0.19046,0.19207001,0.18911,0.18627,0.18718,0.18544,0.17840999,0.17747,0.17654,0.17504001,0.17227,0.091580003,0.089879997,0.087800004,0.086649999,0.086369999,0.084579997,0.083209999,0.081909999,0.081069998,0.079910003,0.08061,0.080689996,0.07965,0.079209998,0.077550001,0.15306,0.14993,0.14647,0.14485,0.14376999,0.14117999,0.14015999,0.13715,0.13478,0.13358,0.12970001,0.12711,0.12574001,0.12492,0.12264,0.18703,0.18716,0.18486001,0.18619999,0.18693,0.18714,0.18814,0.18693,0.18652,0.18624,0.18673,0.18729,0.18775,0.18728,0.18622001,0.86456001,0.88704002,0.90391999,0.93291998,0.95709997,0.98677999,1.0233099,1.04658,1.07289,1.09386,1.14039,1.16293,1.18529,1.1939,1.20768,0.17747,0.17823,0.17828999,0.17856,0.17879,0.17973,0.18031,0.18098,0.18069001,0.18016,0.18121,0.17986,0.17941999,0.17945001,0.17805,0.11655,0.11602,0.11586,0.11596,0.1176,0.11727,0.11643,0.11793,0.1175,0.11585,0.12212,0.12285,0.12241,0.12227,0.12125,0.88349998,0.89310998,0.90151,0.91196001,0.92027998,0.93252999,0.95491999,0.96499002,0.977,0.98479003,0.96156001,0.96640998,0.96837002,0.97065002,0.97321999,0.16487999,0.16627,0.16655,0.16743,0.17041001,0.17253999,0.17455,0.17506,0.17744,0.1776,0.17887001,0.17957,0.18035001,0.18046001,0.18144,0.37503999,0.37807,0.38029999,0.38304001,0.38668001,0.39126,0.39906999,0.40301999,0.40617999,0.40996,0.42192999,0.42730999,0.43158001,0.43072,0.43694001,0.23559999,0.2331,0.23249,0.23187,0.23103,0.23092,0.23169,0.23212001,0.22969,0.23027,0.22566,0.22476999,0.22325,0.22397999,0.22327,0.30383,0.30325001,0.30390999,0.30416,0.30594999,0.30974001,0.31580001,0.31858999,0.31906,0.31786999,0.33144999,0.33047,0.33386001,0.3344,0.33368,0.14252,0.14229999,0.14221001,0.14301001,0.14253999,0.14345001,0.14219999,0.14105999,0.14305,0.14291,0.13827001,0.13844,0.1371,0.13544001,0.13500001,0.3427,0.34162,0.34138,0.34119001,0.34268999,0.34277001,0.34377,0.34516001,0.34507999,0.34634,0.36794999,0.36803001,0.36905,0.36842999,0.36959001,0.13276,0.13199,0.13109,0.13222,0.13186,0.13127001,0.13138001,0.13031,0.13094001,0.13038,0.13681,0.13573,0.13506,0.13364001,0.13485999,0.18351001,0.17809001,0.17685001,0.1737,0.17575,0.17501999,0.17178001,0.17038999,0.16811,0.16658001,0.18048,0.17842001,0.17640001,0.17664,0.17534,0.84218001,0.83442003,0.82973999,0.82445002,0.81747001,0.80848998,0.80405003,0.79413003,0.79117,0.78705001,0.77310997,0.76003999,0.74580002,0.73084003,0.72297001,0.22799,0.22932,0.23226,0.23472001,0.23711,0.23937,0.24295001,0.24778,0.24876,0.24993999,0.25536001,0.25663,0.25863999,0.25887001,0.26005,0.085270002,0.083489999,0.081919998,0.081809998,0.080650002,0.079329997,0.077540003,0.077160001,0.076690003,0.075039998,0.076329999,0.07536,0.074309997,0.072449997,0.071110003,0.17679,0.17699,0.17573,0.17418,0.1728,0.17021,0.16813,0.16867,0.16978,0.16881999,0.17499,0.17285,0.17038999,0.17061,0.16931,0.12527999,0.12354,0.1212,0.11685,0.1142,0.11259,0.10941,0.10702,0.1066,0.10319,0.10376,0.10289,0.1019,0.10041,0.0986,0.14474,0.14432999,0.14424001,0.14342999,0.14137,0.1409,0.13833,0.13695,0.13593,0.13552999,0.14075001,0.14329,0.14149,0.14043,0.1397,0.13609999,0.13303,0.13350999,0.13260999,0.13046999,0.1295,0.12952,0.12887,0.12864999,0.12952,0.13133,0.1295,0.12905,0.12740999,0.12532,0.22504,0.2238,0.22421999,0.2265,0.22612,0.22571,0.22586,0.22671001,0.22578,0.22341999,0.22318999,0.22285999,0.22005001,0.22076,0.21957999,0.53123999,0.53907001,0.54974002,0.56195998,0.58039999,0.59688997,0.61940002,0.63581002,0.65232998,0.66676998,0.68700999,0.69410002,0.70086998,0.70833999,0.71556997,0.14296,0.14302,0.14207,0.1427,0.14545,0.14839999,0.15308,0.15538,0.15831,0.15875,0.15692,0.1569,0.15636,0.15721001,0.1574,0.16156,0.16202,0.16094001,0.16046,0.16177,0.16316999,0.16584,0.16609,0.16802,0.16594,0.16644999,0.16635001,0.16595,0.16427,0.16367,0.40434,0.40637001,0.40987,0.4145,0.41861001,0.42293999,0.42811999,0.42901,0.43325999,0.43522,0.43526,0.43731999,0.43617001,0.43380001,0.43428001,0.51827002,0.5097,0.49877,0.48412001,0.47602999,0.47178,0.46735999,0.46610001,0.46759999,0.46605,0.46371001,0.46035001,0.45550001,0.44734001,0.44235,0.10179,0.09928,0.096670002,0.09522,0.092179999,0.09087,0.088480003,0.08568,0.083549999,0.081710003,0.081220001,0.08066,0.078400001,0.076669998,0.075819999,0.092699997,0.091739997,0.090439998,0.090680003,0.091020003,0.09065,0.090810001,0.090680003,0.090970002,0.090089999,0.094850004,0.09381,0.093149997,0.092160001,0.09082,0.099200003,0.098099999,0.097010002,0.096409999,0.095919997,0.095349997,0.094420001,0.093309999,0.09149,0.091640003,0.089670002,0.090010002,0.089029998,0.087889999,0.087229997,0.08647,0.08523,0.08506,0.085610002,0.084370002,0.083810002,0.083769999,0.083130002,0.082939997,0.081909999,0.083250001,0.082740001,0.080839999,0.080679998,0.079039998,0.28685001,0.28049001,0.27607,0.27318001,0.26875001,0.26626,0.26280999,0.26023,0.25718001,0.25432,0.26109001,0.25746,0.25411001,0.25013,0.24828,0.10236,0.103,0.10338,0.10296,0.10281,0.10263,0.10237,0.10362,0.10297,0.10312,0.10447,0.10386,0.10326,0.10344,0.10245,0.26267999,0.25661001,0.24772,0.24088,0.23617999,0.2326,0.22458,0.21915001,0.21458,0.20920999,0.21686,0.21419001,0.20772,0.20426001,0.19930001,0.11321,0.11224,0.11168,0.11012,0.10946,0.10842,0.10814,0.10828,0.10704,0.10627,0.11277,0.11243,0.11266,0.11126,0.11024,0.25617,0.25511,0.25237,0.25202999,0.25071001,0.25095999,0.24948999,0.24880999,0.24716,0.24682,0.24544001,0.24459,0.24325,0.24222,0.24246,0.20262,0.2015,0.2017,0.20079,0.19901,0.20004,0.20183,0.20137,0.20117,0.20259,0.20679,0.2057,0.2044,0.20354,0.20225,0.54500002,0.54934001,0.55307001,0.55438,0.56362998,0.57238001,0.58397001,0.59193999,0.59772003,0.60214001,0.62110001,0.62661999,0.62717003,0.62747002,0.63200998,0.095040001,0.09499,0.093800001,0.092500001,0.090379998,0.08952,0.088760003,0.088140003,0.086570002,0.085819997,0.087010004,0.085649997,0.084459998,0.0836,0.083039999,3.61905,3.63113,3.6493299,3.6637499,3.6773701,3.69543,3.7300501,3.7499199,3.78145,3.8190401,3.836,3.8686199,3.8905799,3.91536,3.9270201,0.18163,0.18184,0.18122,0.17997999,0.18197,0.18066999,0.18163,0.1804,0.18065999,0.17952,0.1795,0.17966001,0.17851,0.17634,0.17570999,0.29284,0.28830001,0.28544,0.28453001,0.2793,0.27447,0.27094999,0.26787999,0.2626,0.26255,0.28172001,0.27952,0.27882999,0.27302,0.26899001,0.83939999,0.84763002,0.85753,0.86715001,0.88423997,0.90252,0.92695999,0.95390999,0.97213,0.99449003,1.07631,1.09851,1.11668,1.14185,1.15719,0.10991,0.10971,0.10947,0.1095,0.10884,0.10976,0.1123,0.11294,0.11228,0.11123,0.11267,0.11239,0.11007,0.10914,0.10693,0.082730003,0.082160003,0.081090003,0.07914,0.079329997,0.079570003,0.080250002,0.080540001,0.080310002,0.079439998,0.081890002,0.080770001,0.079949997,0.079899997,0.079290003,1.15518,1.16273,1.16828,1.1715699,1.17425,1.18488,1.20365,1.21741,1.22436,1.23597,1.25824,1.26916,1.2737,1.27118,1.26776,0.15759,0.15601,0.15721001,0.15839,0.16064,0.16321,0.16304,0.16376001,0.16677,0.16903999,0.17138,0.1717,0.17174,0.17342,0.17426001,0.17151,0.17288999,0.17351,0.17478,0.17478,0.17541,0.17814,0.17738,0.17687,0.17664,0.17281,0.17275,0.17053001,0.17068,0.16906001,0.11522,0.11449,0.11529,0.11583,0.11589,0.11684,0.11987,0.11911,0.12028,0.11991,0.12416,0.12585001,0.12627999,0.12533,0.12494,0.45572001,0.45047,0.45021001,0.44602001,0.44150999,0.43605,0.4346,0.42932999,0.43004999,0.42782,0.41580001,0.41385999,0.40904,0.40674999,0.40226999,0.16211,0.16224,0.16111,0.1618,0.16230001,0.16317999,0.16366,0.16461,0.16493,0.16418,0.17296,0.17184,0.17155001,0.16965,0.16851,1.58806,1.63229,1.66983,1.71516,1.77043,1.84095,1.90581,1.94696,1.9721,2.0018101,2.04019,2.0789299,2.1173401,2.1675301,2.2079201,0.67404997,0.68339002,0.68878001,0.69445997,0.70457,0.71434999,0.72781003,0.73667002,0.74970001,0.76337999,0.77339,0.78131998,0.78652,0.78661001,0.78592002,0.086900003,0.08681,0.084509999,0.082850002,0.081040002,0.08021,0.078749999,0.0766,0.074720003,0.073590003,0.07243,0.07192,0.070710003,0.070519999,0.0691,0.21163,0.21198,0.2123,0.21294001,0.212,0.21291,0.21735001,0.21852,0.22188,0.22496,0.22159,0.21942,0.21811,0.21807,0.21951,14.5022,14.68918,14.60576,14.50968,14.41781,14.36453,14.38193,14.4902,14.70326,14.91482,15.13625,15.32518,15.56249,15.83226,16.109209,0.01205,0.01175,0.01195,0.01172,0.01182,0.01123,0.01158,0.01144,0.01057,0.01041,0.01158,0.01111,0.01127,0.0115,0.01116,0.35172999,0.35699999,0.36506,0.36860001,0.37213001,0.37788001,0.38071999,0.38479999,0.37979999,0.37876001,0.3786,0.3752,0.37072,0.36601999,0.36741999,2.0392599,2.0638399,2.09319,2.11584,2.1317301,2.1483099,2.1693299,2.1774099,2.19503,2.20577,2.19924,2.2002499,2.21279,2.2242,2.2424099,0.40696001,0.41433001,0.42583001,0.44007,0.44852,0.45688,0.46524,0.46851999,0.46944001,0.46731001,0.45475,0.45117,0.44773999,0.44613999,0.44624001,0.18829,0.19042,0.19264001,0.19578999,0.20219,0.20541,0.20889001,0.211,0.21155,0.21321,0.21459,0.21415,0.21397001,0.21432,0.21419001,9.5319204,9.7148705,9.8044596,9.8766203,9.9274702,9.9927101,10.01303,10.10542,10.25464,10.41274,10.52894,10.66587,10.79358,10.9598,11.11339,0.27471,0.27340999,0.27485001,0.27722001,0.28084999,0.28470999,0.28441,0.28746,0.28873,0.29113999,0.28580001,0.28485,0.28226,0.27827001,0.27212,1.57134,1.60848,1.64675,1.67436,1.70486,1.735,1.7499501,1.75752,1.77009,1.78447,1.81163,1.80926,1.8060499,1.81542,1.83087,8.0144396,8.1242599,8.2824497,8.4419403,8.57162,8.6743803,8.7802401,8.89888,9.0313301,9.1526699,9.3264198,9.4125996,9.4823999,9.5610199,9.6597404,0.26451001,0.26486999,0.26705,0.27070999,0.27193001,0.27452001,0.27713999,0.27862,0.28127,0.28299001,0.28101,0.28185001,0.27937999,0.27914,0.27954999,1.26403,1.27002,1.27779,1.28219,1.28694,1.28943,1.2903301,1.28564,1.28852,1.29623,1.35022,1.3525,1.3468,1.3462,1.3480901,1.42396,1.43152,1.4457901,1.47254,1.49909,1.53047,1.56792,1.60366,1.6309299,1.66874,1.74779,1.763,1.77443,1.77517,1.79091,0.17918,0.17945001,0.18079001,0.18127,0.17974,0.17737,0.17499,0.17438,0.17223001,0.17293,0.18532,0.18413,0.18415999,0.18423,0.1841,6.63484,6.7402802,6.8920398,7.0696301,7.2602901,7.4731498,7.6820898,7.8468699,7.9714499,8.07407,8.4176197,8.4987202,8.5650196,8.6592302,8.7458897,1.29774,1.32453,1.34681,1.38714,1.42151,1.43178,1.4516799,1.47622,1.48746,1.48764,1.5241801,1.52063,1.5134,1.50862,1.50269,0.58551002,0.60320997,0.61673999,0.62691998,0.63389999,0.64143002,0.64622998,0.64644003,0.65091997,0.65279001,0.64757001,0.64279002,0.63984001,0.63843,0.64183998,0.33748999,0.33502999,0.333,0.33695,0.34101999,0.34037,0.34077999,0.35005,0.34547001,0.34472999,0.34841001,0.34297001,0.33679,0.32212001,0.31749001,95.425781,96.347641,97.178711,97.773239,98.084938,98.039124,97.60598,97.347008,97.792542,98.48011,98.272308,98.98214,99.74868,100.53995,101.16705,1.23566,1.25423,1.27841,1.32017,1.36516,1.3967201,1.42865,1.45223,1.47577,1.48632,1.5115401,1.52148,1.52244,1.52165,1.54548,2.47614,2.4795799,2.46332,2.4503,2.43677,2.4402399,2.4433601,2.461,2.4834499,2.5074999,2.5288401,2.5541301,2.56143,2.5882101,2.6075001,0.17143001,0.17106,0.17202,0.17585,0.17656,0.17714,0.17896,0.17963,0.1796,0.17792,0.18261001,0.18184,0.17845,0.17758,0.17682,0.86396003,0.86614001,0.86910999,0.87414998,0.87092,0.86803001,0.85958999,0.8556,0.85786003,0.86040002,0.87761003,0.87459999,0.87497002,0.87471002,0.87869,2.1212201,2.1793699,2.23666,2.2899301,2.33529,2.37901,2.40516,2.43083,2.4435599,2.4532101,2.5673101,2.5969801,2.61783,2.63481,2.6635301,0.094149999,0.092909999,0.092399999,0.093189999,0.093589999,0.092610002,0.092519999,0.090999998,0.090889998,0.091069996,0.09708,0.09499,0.093319997,0.091119997,0.090230003,0.12896,0.13124999,0.13191,0.13043,0.12919,0.12887999,0.13101999,0.12825,0.12881,0.12927,0.14249,0.14398,0.14306,0.14015999,0.13997,4.0306501,4.0706501,4.0921001,4.1041899,4.0886698,4.0509,4.0137401,4.0211601,4.0566001,4.1037002,4.16364,4.2139301,4.2641101,4.2912302,4.3134398,1.24545,1.26731,1.28584,1.298,1.30007,1.2985899,1.30818,1.31949,1.33591,1.3465,1.3682899,1.38056,1.39135,1.4058,1.41667,0.92502999,0.93594003,0.94411999,0.95195001,0.95973998,0.96553999,0.96771997,0.96942002,0.97297001,0.97750998,0.98751998,0.98787999,0.98333001,0.98262,0.98892999,28.563721,28.909719,29.171061,29.401091,29.560961,29.57263,29.530621,29.57902,29.891411,30.26786,30.180799,30.56311,30.89893,31.21854,31.455151,2.5127399,2.64221,2.7783301,2.9188299,3.04386,3.1461899,3.24213,3.3187001,3.4104099,3.4855199,3.50214,3.56897,3.61446,3.6733899,3.7169399,0.20764001,0.20825,0.20861,0.20929,0.20963,0.20957001,0.20704,0.20606001,0.20359001,0.20122001,0.19918001,0.1969,0.19340999,0.18877,0.18606,15.59109,16.14698,16.82749,17.63765,18.45631,19.174009,19.9484,20.55924,20.879169,21.2544,22.02553,22.376961,22.680189,22.969561,23.292709,12.3015,12.65432,12.99105,13.24971,13.44279,13.54695,13.62328,13.73585,13.86469,14.00949,14.21838,14.35601,14.48771,14.63149,14.82026,0.53827,0.54751998,0.55216998,0.55375999,0.55089998,0.54930001,0.54468,0.54505002,0.54797,0.55058002,0.55532002,0.56173998,0.56871003,0.57594001,0.58266997,17.18469,17.61558,18.005989,18.4786,18.996889,19.439341,19.736641,19.92989,20.049141,20.176729,20.416889,20.646629,20.806511,20.93306,21.12619,28.24987,28.67094,29.01235,29.268141,29.35672,29.4177,29.472219,29.756559,30.192739,30.53793,31.045429,31.417681,31.834129,32.225578,32.634312,7.7736001,7.8463101,7.79281,7.7504601,7.7328401,7.7765999,7.8614898,7.9918499,8.0800104,8.1535797,8.0582504,8.1623898,8.2969103,8.4113798,8.5246897,5.6796799,5.9099998,6.0836701,6.2523599,6.4096398,6.5445099,6.5989699,6.6524601,6.68753,6.7486,6.8751302,6.9547901,7.0163498,7.0502701,7.1559701,2.47878,2.5149901,2.52932,2.5423999,2.56095,2.57567,2.5936601,2.6170599,2.65134,2.6697099,2.6986001,2.7116499,2.74528,2.76284,2.7908299,7.0827198,7.06634,6.9904299,6.9443698,6.92033,6.9219899,6.92802,6.9733901,7.0809999,7.1898899,7.1995101,7.29425,7.4073801,7.50489,7.5858102,3.9978399,4.0145602,4.0207901,4.0236602,4.0113001,4.0025601,3.9865601,4.0049901,4.03655,4.07057,4.24331,4.2597399,4.3072801,4.3607602,4.4066801,16.858419,16.90395,16.73028,16.67762,16.68984,16.82383,17.000891,17.239269,17.558491,17.84642,17.869301,18.14105,18.41098,18.711069,18.946051,2.5583401,2.5564401,2.53708,2.51559,2.5042,2.4895699,2.4875801,2.50126,2.52929,2.56218,2.6321299,2.64923,2.6663201,2.6944399,2.71804,1.63782,1.66968,1.71141,1.74417,1.76467,1.77537,1.78449,1.79334,1.80515,1.81099,1.7728601,1.7795,1.78421,1.79137,1.79804,0.035689998,0.03506,0.034619998,0.034790002,0.033939999,0.033319999,0.033709999,0.033119999,0.032499999,0.031739999,0.03221,0.03104,0.03076,0.030400001,0.030029999,0.44229999,0.43893999,0.43908,0.44163001,0.44229001,0.44409001,0.44220001,0.44222,0.44534999,0.44633999,0.44971001,0.44718999,0.44214001,0.43773001,0.43628001,3.9697399,4.03862,4.0785499,4.0839701,4.0834599,4.0660501,4.06181,4.0599399,4.0629301,4.07234,4.1410098,4.1694498,4.2072401,4.2521901,4.3113098,4.6041098,4.6445398,4.6359301,4.6371498,4.6321101,4.6135898,4.5978298,4.6142402,4.6642399,4.7210202,4.8466601,4.8772202,4.90838,4.95432,5.0029202,4.4970198,4.6378298,4.7719698,4.8651199,4.9155798,4.98592,5.0298901,5.0641098,5.0745001,5.1038499,5.1528301,5.1827002,5.2213402,5.2628598,5.3199701,0.79149002,0.79940999,0.81766999,0.84066999,0.85653001,0.87669998,0.89745998,0.91496998,0.92127001,0.92614001,0.94814003,0.94749999,0.94637001,0.95287001,0.95846999,0.56136,0.56474,0.56999999,0.57933003,0.58784002,0.59587002,0.60373998,0.60764003,0.61142999,0.61137998,0.63638002,0.63321,0.63262999,0.63129997,0.63067001,0.13006,0.12916,0.13158,0.13336,0.13327999,0.13631,0.13865,0.13933,0.14015,0.14165001,0.13755,0.13711999,0.13495,0.13444,0.13169999,3.68628,3.72592,3.78285,3.8639901,3.94996,4.03653,4.0964098,4.16189,4.2234302,4.29668,4.43292,4.47824,4.5149899,4.5472498,4.5819802,0.54650998,0.55162001,0.55681002,0.56212997,0.56185001,0.56266999,0.56067997,0.55681002,0.55615997,0.55175,0.55168003,0.54724002,0.54100001,0.53911,0.53830999,7.5636601,7.6527801,7.7656002,7.8383999,7.87749,7.86058,7.8807302,7.8967099,7.9477801,8.02983,8.2535295,8.3097296,8.3547602,8.4097204,8.4617796,1.69884,1.7539001,1.8029,1.82762,1.84993,1.8585,1.89082,1.9391201,1.96619,1.9940701,2.0116701,2.02303,2.04265,2.0548501,2.0759001,0.60334003,0.61339003,0.62399,0.63462001,0.64377999,0.67028999,0.70011997,0.71697998,0.72864997,0.72925001,0.72390002,0.72600001,0.72977,0.73360997,0.73966002,3.5096099,3.6034801,3.7178099,3.7878499,3.8666301,3.9746301,4.0953202,4.1960702,4.29597,4.4099398,4.4366798,4.5220199,4.6065302,4.7054701,4.8071799,0.14963999,0.14991,0.15167999,0.15125,0.15293001,0.15317,0.15288,0.15297,0.15441,0.15424,0.15900999,0.16107,0.16113,0.16256,0.16177,4.9170098,5.0281,5.0959802,5.1440601,5.1978502,5.2529302,5.3234701,5.4341402,5.5437198,5.6536002,5.74577,5.8584499,5.9605098,6.0812802,6.18821,0.10038,0.10492,0.10951,0.11167,0.11374,0.11623,0.12096,0.12479,0.12497,0.1243,0.12065,0.12022,0.12129,0.12202,0.12244,0.04501,0.044679999,0.043310001,0.041060001,0.0405,0.039790001,0.03912,0.038400002,0.03782,0.03723,0.037870001,0.038070001,0.037560001,0.036789998,0.036449999,0.05968,0.057629999,0.05903,0.061439998,0.061949998,0.061689999,0.060699999,0.05785,0.06058,0.0656,0.065090001,0.063220002,0.05807,0.05734,0.056299999,2.7166901,2.7898099,2.8194101,2.82126,2.84815,2.8654499,2.91449,2.9569099,3.0045199,3.0348201,2.9596701,3.0065,3.0548301,3.10396,3.1333301,0.39596999,0.40632001,0.41025999,0.42636001,0.43303999,0.44325,0.46241999,0.48492,0.49623001,0.50690001,0.56256998,0.57424998,0.58929998,0.60113001,0.61786002,0.16315,0.16388001,0.16667999,0.16677999,0.16725001,0.1671,0.16626,0.16858,0.17,0.17156,0.17803,0.18001001,0.18103001,0.18335,0.18363,0.02218,0.02173,0.021,0.019859999,0.01932,0.018750001,0.01833,0.01781,0.017790001,0.01746,0.01835,0.018689999,0.01887,0.01898,0.01871,0.093099996,0.093999997,0.094920002,0.093350001,0.09048,0.090109996,0.088689998,0.089330003,0.089100003,0.087059997,0.091049999,0.090769999,0.090910003,0.0911,0.091870002,0.083980002,0.0832,0.082989998,0.082199998,0.082350001,0.081900001,0.08083,0.080059998,0.079800002,0.078440003,0.082769997,0.083080001,0.082730003,0.08258,0.082649998,0.036680002,0.03576,0.035569999,0.035220001,0.03497,0.0337,0.033410002,0.03303,0.03246,0.031479999,0.03528,0.036490001,0.036049999,0.035390001,0.03568,0.055330001,0.056809999,0.057920001,0.05627,0.0592,0.059390001,0.062419999,0.064709999,0.06498,0.064029999,0.058449998,0.058419999,0.05412,0.05333,0.053599998,0.03514,0.036359999,0.036669999,0.037939999,0.038210001,0.038789999,0.038630001,0.039639998,0.039439999,0.039999999,0.04276,0.042240001,0.042399999,0.042709999,0.043609999,0.27915999,0.28147,0.28764001,0.28988001,0.29402,0.29491001,0.29899001,0.30219001,0.30834001,0.31321999,0.3087,0.30377001,0.30449,0.30326,0.2987,5.5609398,5.6441102,5.6107202,5.5835099,5.5850601,5.6132302,5.6869202,5.78789,5.93086,6.1034498,6.0336499,6.1939001,6.3386798,6.4840102,6.6386199,0.01846,0.01835,0.01842,0.01802,0.017969999,0.018030001,0.018920001,0.018890001,0.019540001,0.019400001,0.02062,0.02029,0.01991,0.02025,0.019780001,1.80311,1.9734401,2.1003699,2.21978,2.3480999,2.4605801,2.59881,2.7195499,2.8113799,2.8822501,2.8692,2.92538,2.98576,3.0629699,3.1463799,0.41986999,0.43381,0.44477001,0.45311999,0.46316999,0.47718999,0.49112001,0.50568002,0.52019,0.53653002,0.52099001,0.51754999,0.51950997,0.52441001,0.52920997,0.20099001,0.21167,0.21778999,0.21953,0.22138999,0.22374,0.22648001,0.22684,0.22938,0.23287,0.23107,0.23280001,0.23432,0.23713,0.24195001,5.1946301,5.3554902,5.4481502,5.5112901,5.5868001,5.67103,5.7971001,5.8551798,5.9535899,6.0454202,6.26895,6.3694401,6.4572401,6.5545301,6.63519,0.46276999,0.46746999,0.47196999,0.47108001,0.46858001,0.4693,0.47203001,0.4734,0.47677001,0.47815001,0.46884999,0.47431001,0.47114,0.46463001,0.46502,0.44259,0.45579001,0.46792999,0.47387999,0.47881001,0.49177,0.51111001,0.52964997,0.54838002,0.56298,0.56076998,0.56002998,0.56777,0.57102001,0.57460999,0.048160002,0.048330002,0.048590001,0.048670001,0.048610002,0.049389999,0.050340001,0.050700001,0.052379999,0.05604,0.05463,0.054469999,0.054529998,0.055720001,0.058510002,0.1249,0.12645,0.12959,0.13017,0.13186,0.13113999,0.13372999,0.13575,0.13775,0.13911,0.14786001,0.14557,0.14182,0.14319,0.14545999,0.14005999,0.14194,0.14314,0.14253999,0.14315,0.14403,0.14656,0.14988001,0.15222,0.15350001,0.15369,0.15451001,0.15463001,0.15504999,0.15725,0.0079,0.00815,0.00797,0.00777,0.00809,0.00792,0.00816,0.00834,0.00818,0.00821,0.00847,0.00831,0.00801,0.00812,0.00786,0.078230001,0.07869,0.079209998,0.079340003,0.077140003,0.077629998,0.077739999,0.07705,0.077650003,0.075580001,0.06673,0.065190002,0.065880001,0.065070003,0.064620003,0.015760001,0.01522,0.01521,0.01494,0.01463,0.01422,0.01383,0.01369,0.0134,0.01369,0.01383,0.01381,0.01347,0.01364,0.01396,5.2647099,5.2968998,5.2919102,5.2642598,5.2288899,5.2200699,5.24507,5.2839599,5.3329501,5.3692198,5.3559999,5.3954,5.4562101,5.51548,5.5850301,0.016140001,0.01534,0.01485,0.01452,0.01394,0.01385,0.0136,0.01305,0.01272,0.01238,0.01395,0.01456,0.01437,0.0142,0.01402,0.079779997,0.079740003,0.082029998,0.08072,0.080980003,0.0801,0.07948,0.078709997,0.081280001,0.084020004,0.082379997,0.081919998,0.080930002,0.080159999,0.08072,0.078319997,0.078390002,0.078189999,0.076909997,0.076970004,0.076530002,0.07666,0.078539997,0.07999,0.080459997,0.072630003,0.073729999,0.072740003,0.072899997,0.073569998,0.44220999,0.45102999,0.45978999,0.46258,0.46904999,0.47792,0.48833999,0.49667999,0.50633001,0.51463997,0.51337999,0.51770002,0.52305001,0.53333998,0.53988999,2.5315199,2.60746,2.65659,2.6867099,2.7183001,2.75477,2.81215,2.8692701,2.92889,2.98382,3.0048399,3.0524099,3.10835,3.1649401,3.24122,0.15276,0.15119,0.15443,0.15719999,0.15588,0.15607999,0.15725,0.15815,0.15900999,0.1602,0.15415999,0.15045001,0.14985999,0.14444,0.14052001,0.06064,0.058660001,0.058570001,0.057859998,0.056120001,0.054710001,0.053289998,0.052469999,0.052080002,0.051690001,0.054719999,0.05438,0.05446,0.054310001,0.055100001,0.20647,0.21270999,0.21229,0.21286,0.21122,0.20849,0.20895,0.20908,0.20717999,0.20772,0.22789,0.22687,0.22612999,0.22407,0.22524001,1.17488,1.19287,1.22131,1.2451,1.27095,1.29457,1.3365099,1.38289,1.41905,1.46093,1.4648499,1.4737999,1.47724,1.47699,1.48255,0.00837,0.00821,0.00857,0.00894,0.00939,0.00923,0.00916,0.00963,0.0095,0.00912,0.00703,0.00712,0.00709,0.00723,0.00698,0.13166,0.13145,0.13304,0.13245,0.13335,0.13122,0.13298,0.13555001,0.13822,0.1398,0.13801999,0.13420001,0.13167,0.13115001,0.12928,0.23863,0.23706999,0.23943,0.24239001,0.24428999,0.24468,0.24907,0.25108001,0.25150001,0.25367999,0.25536999,0.25444001,0.25424001,0.25667,0.25771999,0.336,0.34342,0.35108,0.35674,0.36192,0.37068999,0.38098001,0.39452001,0.40483999,0.41411999,0.41176999,0.4091,0.40722001,0.40744001,0.40873,0.27256,0.27281001,0.27498999,0.27634001,0.27607,0.27566999,0.27638999,0.27552,0.27540001,0.27849999,0.28141001,0.28498,0.28354999,0.28389001,0.28327999,0.20248,0.20008001,0.19673,0.19546001,0.19389001,0.19183999,0.18967,0.18706,0.18639,0.1867,0.18900999,0.18889,0.18712001,0.18572,0.18488,0.037760001,0.038079999,0.039140001,0.039409999,0.040860001,0.0416,0.04219,0.044,0.045880001,0.046020001,0.044599999,0.044489998,0.045449998,0.045779999,0.046289999,0.14696001,0.15346,0.15919,0.16242,0.16419999,0.1656,0.16655999,0.16964,0.16997001,0.16762,0.16264001,0.16091,0.16043,0.16128001,0.16345,0.044550002,0.0447,0.04521,0.044489998,0.045219999,0.04524,0.044819999,0.044690002,0.04448,0.044720002,0.044599999,0.043710001,0.043760002,0.04355,0.04363,0.1479,0.14909001,0.14909001,0.14923,0.14834,0.14905,0.14905,0.15098999,0.15616,0.16043,0.17149,0.17127,0.17231999,0.17381001,0.17625999,0.14444,0.14251,0.1417,0.13992,0.13784,0.13684,0.1337,0.13006,0.12988999,0.12982,0.12571,0.12504999,0.12405,0.12281,0.12034,1.41839,1.4413,1.46735,1.47931,1.48578,1.49677,1.51814,1.54348,1.5600899,1.57224,1.59536,1.6021301,1.6084,1.6131999,1.61875,0.05979,0.058460001,0.05909,0.058589999,0.059179999,0.058320001,0.06033,0.061980002,0.06318,0.065339997,0.066600002,0.067740001,0.067929998,0.067589998,0.06707,0.12429,0.12172,0.12157,0.12192,0.12193,0.12043,0.11839,0.11621,0.11632,0.11581,0.1202,0.11924,0.11893,0.11755,0.11607,0.19828001,0.20214,0.20446,0.20833001,0.21077,0.21281999,0.21721999,0.2234,0.22965001,0.23469,0.23425999,0.23182,0.23207,0.23458,0.23864999,0.059780002,0.061549999,0.06442,0.065899998,0.067979999,0.068219997,0.06842,0.068640001,0.070179999,0.070969999,0.061310001,0.06185,0.063189998,0.062259998,0.061960001,0.00559,0.00567,0.00568,0.00572,0.0058,0.00565,0.00574,0.00574,0.00571,0.00555,0.00708,0.00697,0.00695,0.00699,0.0072,0.066160001,0.068850003,0.071560003,0.071209997,0.071149997,0.071929999,0.07186,0.074589998,0.075269997,0.075580001,0.073559999,0.074879996,0.07604,0.076970004,0.078400001,0.02743,0.0265,0.026729999,0.0262,0.025119999,0.02471,0.02416,0.0233,0.02348,0.023259999,0.023700001,0.023739999,0.023770001,0.023539999,0.02348,0.23701,0.24715,0.24966,0.25312999,0.25176999,0.25286999,0.25745001,0.26234001,0.26723999,0.27239001,0.28062999,0.27959999,0.28228,0.28755,0.29403999,0.20648,0.21055,0.21276,0.21269999,0.2113,0.21281999,0.21439999,0.21749,0.21616,0.21685,0.23456,0.23334,0.23376,0.23258001,0.23389,0.049419999,0.048160002,0.049430002,0.048900001,0.047770001,0.047180001,0.046659999,0.04597,0.044720002,0.044199999,0.048050001,0.048080001,0.047359999,0.047740001,0.047800001,1.8304501,1.9306,2.0357001,2.1063499,2.1770599,2.2585599,2.3438699,2.4224999,2.4885199,2.54759,2.5417299,2.5873699,2.64189,2.7056,2.7767,0.09815,0.097850002,0.096940003,0.098269999,0.096709996,0.096129999,0.096040003,0.095799997,0.096199997,0.097340003,0.10016,0.10156,0.10117,0.10163,0.10202,8.8442001,8.8803596,8.9063501,8.92311,8.9229097,8.9101496,8.8852596,8.8906698,8.9440098,9.0120802,9.1950598,9.28722,9.3528996,9.4211903,9.45438,8.5842199,8.6118298,8.6449699,8.6834297,8.6810904,8.7003899,8.7174301,8.7410698,8.7631903,8.7983503,8.9519701,8.9714203,8.9769802,8.9884796,8.9798498,1.82628,1.83987,1.85656,1.86795,1.87772,1.87822,1.88393,1.88465,1.88647,1.88728,1.89742,1.88898,1.87415,1.8666,1.84993,1.55633,1.57061,1.59207,1.6078399,1.61377,1.62025,1.63326,1.64034,1.64932,1.65702,1.65625,1.66195,1.6552,1.65389,1.64943,8.2499199,8.2861004,8.32376,8.3725796,8.3842897,8.3940802,8.4105501,8.4361897,8.4557304,8.4800596,8.6336699,8.6404896,8.6403103,8.6301603,8.6127701,2.5957501,2.61007,2.63098,2.65341,2.6689,2.6544299,2.68331,2.64481,2.6582999,2.6682999,2.74102,2.7405601,2.74544,2.7397599,2.7367599,1.3686,1.38737,1.4196301,1.4444799,1.45798,1.46492,1.4755599,1.482,1.49919,1.5046099,1.5319901,1.53056,1.51925,1.51706,1.51367,1.09196,1.09812,1.1095001,1.12393,1.1394399,1.15172,1.16232,1.1666,1.17311,1.17518,1.18607,1.18419,1.17939,1.17627,1.16998,1.27109,1.28821,1.31301,1.3422199,1.3838201,1.43294,1.48041,1.5209,1.55492,1.57741,1.62954,1.65214,1.6766599,1.6956199,1.71987,5.0191302,5.0556402,5.0911298,5.12919,5.16887,5.2091799,5.24473,5.2778602,5.3105698,5.3463402,5.38873,5.4232402,5.4602098,5.4923301,5.5277801,1.57389,1.60235,1.63717,1.67764,1.7137001,1.75694,1.8050801,1.8502001,1.89662,1.92747,1.97904,2.0029099,2.03194,2.06445,2.10849,2.1860199,2.2139399,2.2399399,2.25862,2.2834599,2.31849,2.37199,2.4019599,2.42133,2.43574,2.4768,2.4971199,2.5171299,2.5330901,2.5638001,0.22373,0.22533,0.23142999,0.23285,0.23789001,0.24382,0.25020999,0.25604999,0.26047999,0.26335999,0.27072001,0.27063999,0.27041,0.27017,0.27092999,1.4825799,1.49807,1.52213,1.54726,1.57841,1.61586,1.63802,1.633,1.63802,1.64767,1.69294,1.697,1.7199399,1.74966,1.78985,0.26078001,0.26093999,0.26343,0.27096999,0.27790999,0.28191,0.2861,0.28997001,0.29170999,0.29234999,0.28544,0.28476,0.27131999,0.26907,0.26701999,4.7773499,4.8580999,4.94239,5.02985,5.1588998,5.26088,5.3031902,5.34407,5.3631401,5.3635702,5.44029,5.4443102,5.4766898,5.5144,5.56885,16.31723,16.679029,16.98735,17.190729,17.41272,17.666201,17.623341,17.469681,17.532619,17.664761,17.535761,17.883671,18.197729,18.45393,18.69235,0.1304,0.12734,0.12745,0.12986,0.13057999,0.13352001,0.13394,0.13515,0.13542999,0.13821,0.14635,0.14763001,0.14709,0.14647,0.14532,1.42246,1.46008,1.49473,1.5213799,1.5628099,1.53407,1.5488501,1.57235,1.57736,1.56952,1.59927,1.59613,1.62792,1.64948,1.6847399,1.18639,1.2108099,1.23243,1.25757,1.29208,1.32947,1.36796,1.39838,1.40865,1.4035701,1.41283,1.39773,1.3929,1.39134,1.39377,1.4162101,1.4549201,1.5064501,1.55357,1.62473,1.6828001,1.7672,1.82392,1.85102,1.86756,1.91423,1.92291,1.94294,1.96535,1.99798,2.5407,2.6423199,2.75367,2.8489599,2.95453,3.0664001,3.1164999,3.13463,3.1553299,3.18537,3.2270999,3.2790301,3.3287301,3.4010601,3.4877701,0.56726003,0.57340002,0.58332998,0.59898001,0.61457002,0.63915998,0.66974998,0.67927003,0.68901002,0.69264001,0.67606002,0.67339998,0.67943001,0.67562997,0.67856997,0.32262,0.32602999,0.32662001,0.33531001,0.34240001,0.34257999,0.34764001,0.35095999,0.35036001,0.35297,0.34915999,0.34636,0.34744999,0.34615999,0.35012001,0.13817,0.13921,0.13940001,0.13895001,0.14199001,0.146,0.14859,0.14871,0.14846,0.14824,0.16408999,0.16354001,0.16063,0.15954,0.15907,7.7980299,7.9106398,8.0267296,8.1223803,8.2164402,8.30828,8.4209995,8.48841,8.5311604,8.5704002,8.6584196,8.7229404,8.8059502,8.8732204,8.9769802,2.94784,2.9883101,2.9974599,3.0104001,3.0176799,3.02476,3.05287,3.0258,3.02776,3.0334301,2.9811001,2.9964199,3.04214,3.0787101,3.10659,0.50559998,0.53715003,0.57432002,0.62154001,0.68241,0.75419998,0.82284999,0.88088,0.90700001,0.91622001,0.96052998,0.97294998,0.98509997,0.99949998,1.02408,0.098410003,0.098820001,0.099339999,0.0995,0.099809997,0.10055,0.11134,0.11272,0.11247,0.1128,0.11538,0.11518,0.11671,0.11639,0.11815,0.45067,0.45467001,0.45181999,0.45223001,0.45506001,0.45863,0.46109,0.46728,0.4745,0.47474,0.47814,0.47387001,0.46653,0.46191001,0.46281001,0.1454,0.14556,0.14873999,0.15448,0.15714,0.16216999,0.16558,0.16918001,0.17046,0.17116,0.16987,0.16979,0.16872001,0.16907001,0.16997001,0.10585,0.10761,0.10912,0.10946,0.11123,0.1127,0.11093,0.10967,0.11072,0.1095,0.12939,0.13150001,0.13026001,0.13201,0.13635001,0.14587,0.14889,0.1488,0.1521,0.15364,0.15658,0.15713,0.15763,0.15683,0.15755001,0.15817,0.1567,0.1567,0.15805,0.15944,0.13325,0.13702001,0.13698,0.13850001,0.13894001,0.13762,0.14124,0.14251,0.14411999,0.14591999,0.14672001,0.14594001,0.14699,0.14319,0.14048,0.26910999,0.26679,0.27283999,0.27416,0.27656999,0.27846,0.28191999,0.28832,0.29135001,0.29414999,0.27767,0.27684,0.27414,0.27410001,0.27469,0.36326,0.36173001,0.36248001,0.36423999,0.37221,0.38521001,0.39105999,0.39399001,0.39602,0.39594001,0.39043999,0.38815999,0.37685999,0.3775,0.38505,1.31425,1.3408999,1.37681,1.4236799,1.49114,1.56478,1.63551,1.6898201,1.71447,1.71233,1.72947,1.72853,1.73102,1.7420501,1.75855,0.87406999,0.88459003,0.89822,0.90700001,0.92751998,0.95174003,0.97264999,0.98512,0.99033999,0.98703998,0.98703003,0.98360002,0.98087001,0.97918999,0.98236001,10.03269,10.26319,10.50928,10.71415,10.99688,11.32025,11.58212,11.6991,11.80118,11.95317,12.34145,12.7172,12.82032,12.94145,13.16298,0.18535,0.18634,0.18614,0.18876,0.18819,0.18882,0.19055,0.19119,0.1917,0.19099,0.19860999,0.19821,0.19724999,0.19649,0.1965,1.13387,1.15324,1.1780699,1.19836,1.24105,1.2677799,1.2998,1.32837,1.34293,1.35167,1.38235,1.38973,1.40608,1.42021,1.4475501,0.46754,0.46430999,0.46441001,0.46687999,0.47424001,0.48460001,0.48831999,0.48954999,0.50915003,0.50929999,0.49618,0.49125999,0.48980001,0.49000001,0.48800999,0.12906,0.12835,0.132,0.13405,0.13722999,0.13831,0.13988,0.13854,0.13981999,0.1401,0.14745,0.14496,0.14193,0.14192,0.14049999,0.070380002,0.07119,0.072020002,0.072279997,0.074380003,0.078680001,0.080130003,0.080229998,0.080540001,0.079489999,0.088119999,0.088079996,0.088019997,0.088459998,0.088349998,2.1280799,2.2407701,2.3466201,2.4600799,2.60829,2.75559,2.9133,3.0216999,3.0796399,3.1211901,2.9791,2.9988599,3.0344999,3.0811501,3.1568999,4.4391599,4.5855699,4.7410898,4.9013901,5.1217999,5.4154201,5.6595602,5.8526402,5.8870902,5.8690801,6.2052102,6.3141198,6.4498801,6.6133599,6.7951298,2.4040999,2.41627,2.43733,2.48102,2.50863,2.5397799,2.5810399,2.6271999,2.6459701,2.65714,2.7606299,2.7832,2.8385401,2.82184,2.83988,0.34617001,0.34926999,0.35585999,0.35946,0.36728999,0.37357,0.38240001,0.3883,0.39199001,0.39146999,0.40716001,0.40267,0.39997,0.39693999,0.39613,0.069959998,0.070050001,0.07141,0.072099999,0.072920002,0.075769998,0.077289999,0.077979997,0.079659998,0.079829998,0.08343,0.082330003,0.08247,0.083279997,0.0836,0.18746001,0.18828,0.18621001,0.18618999,0.18859001,0.18801001,0.18980999,0.18977,0.18961,0.18900999,0.19255,0.19104999,0.18915001,0.18713,0.18517999,2.65662,2.72034,2.7944801,2.8617499,2.94894,3.05054,3.11553,3.14027,3.1605899,3.18361,3.2351,3.27458,3.3407099,3.42417,3.5174601,2.60285,2.64393,2.71261,2.7915599,2.89817,3.0171399,3.1396401,3.23032,3.2717199,3.28547,3.3152699,3.3250699,3.34495,3.3615899,3.39167,1.2716,1.29149,1.31604,1.34556,1.37009,1.38474,1.3774,1.3886499,1.3908,1.39794,1.46978,1.47595,1.4884599,1.51478,1.53392,22.8507,23.065001,23.2812,23.5266,23.812201,24.135799,24.386999,24.5357,24.7875,25.0063,25.086901,25.7992,26.1096,26.418699,26.6287,0.79483002,0.79105002,0.78963,0.7888,0.77901,0.76134998,0.74103999,0.7342,0.73298001,0.73164999,0.73225999,0.74150997,0.74991,0.76536,0.77135998,0.57949001,0.59122998,0.60457999,0.61513001,0.62909001,0.64525998,0.66529,0.68440998,0.69814998,0.70576,0.73543,0.74159002,0.7464,0.75628,0.76618999,1.7096601,1.71966,1.75924,1.78644,1.8221999,1.83398,1.82462,1.80911,1.79529,1.78473,1.80751,1.83314,1.90437,1.93906,1.96512,0.35916999,0.36315,0.36822,0.37303001,0.38672,0.39379999,0.39813,0.40022999,0.40222001,0.40241,0.40039,0.39441001,0.39285001,0.39076,0.39149001,9.0275602,9.2773504,9.4680595,9.6574402,9.9347801,10.29447,10.53941,10.66117,10.75737,10.8648,11.48953,11.70411,12.02076,12.26764,12.53001,1.74182,1.8342,1.9407099,2.0601599,2.20191,2.3192599,2.46259,2.58283,2.66609,2.7061801,2.6981101,2.78755,2.8896999,2.9949801,3.1021099,11.35318,11.5771,11.85745,12.0894,12.40191,12.62956,12.65707,12.64648,12.69745,12.7995,13.24241,13.38609,13.58613,13.76199,13.9771,3.4731801,3.5862701,3.7140901,3.85513,4.0469699,4.2568302,4.4432502,4.5956602,4.6838398,4.7170901,4.6554098,4.6655202,4.7060399,4.7569499,4.8533101,9.2226105,9.2315302,9.23557,9.2348404,9.2460499,9.2462797,9.1855097,9.1276398,9.1005802,9.0901299,9.1670103,9.1797895,9.2226496,9.3010902,9.3809795,4.8537798,4.9139299,4.9842801,5.0811801,5.21029,5.3863802,5.57477,5.7348299,5.8028202,5.8340302,6.0335898,6.0969601,6.15764,6.2315898,6.3463802,0.70419002,0.70401001,0.71003997,0.71248001,0.72018999,0.72750002,0.73411,0.7374,0.73455,0.72893,0.74220997,0.73927999,0.73119003,0.72543001,0.72143,1.2447799,1.2983201,1.35882,1.42313,1.51916,1.60508,1.68762,1.75818,1.82447,1.87436,1.91257,1.96025,2.02264,2.0954399,2.1791899,1.93433,1.97728,2.0434899,2.12555,2.2523999,2.37569,2.4974101,2.60461,2.65646,2.66502,2.78268,2.80779,2.8355899,2.86307,2.91028,1.18387,1.21531,1.2807699,1.32549,1.38284,1.42364,1.44279,1.47753,1.5035599,1.51759,1.5287,1.55697,1.58398,1.60811,1.63422,3.2704101,3.3287399,3.3894,3.4516101,3.5409501,3.63146,3.6561301,3.68841,3.6986699,3.69765,3.79952,3.81513,3.8605001,3.90242,3.96962,3.6708901,3.7372301,3.8131299,3.85706,3.92099,4.0283399,4.08464,4.0830798,4.1065798,4.13204,4.2301202,4.27036,4.3140502,4.3670602,4.4251599,0.53553998,0.54708999,0.57481998,0.58797002,0.60069001,0.63405001,0.68576998,0.72711003,0.75218999,0.77680999,0.94287002,0.98597997,1.02823,1.08483,1.1435,0.35023999,0.35539001,0.35942,0.3644,0.37103,0.38055,0.38773,0.39473,0.39829999,0.40149,0.42320001,0.43384999,0.43575999,0.43718001,0.44022,0.19215,0.19261999,0.19222,0.19619,0.19573,0.19860999,0.20016,0.20947,0.2139,0.214,0.22573,0.22678,0.22739001,0.22879,0.22582,0.13462,0.13511001,0.13472,0.13462,0.14086001,0.1435,0.14274,0.14726999,0.14935,0.14584,0.15537,0.15239,0.15239,0.15086,0.15189999,4.4506001,4.5129099,4.5840001,4.6598902,4.7669501,4.8593998,4.9430199,4.98769,4.9734402,4.9589,4.94625,4.9445801,4.9709201,5.0120101,5.0753102,0.22989,0.24045999,0.24929,0.25698999,0.26690999,0.27799001,0.29157999,0.30246001,0.31141999,0.32815,0.30853,0.30952999,0.30823001,0.31016001,0.31432,0.40819001,0.42502001,0.44046,0.45721,0.47683999,0.49581,0.51371998,0.52664,0.53920001,0.55105001,0.55255002,0.5564,0.57274997,0.59403002,0.6153,0.21015,0.21251,0.21148001,0.21299,0.21651,0.21822,0.22371,0.22882999,0.23994,0.23916,0.2476,0.24596,0.24857,0.24635001,0.24450999,0.17408,0.17457999,0.17512999,0.17728999,0.17726,0.17713,0.17682,0.17905,0.18043999,0.18010999,0.18336999,0.18458,0.18379,0.18391,0.18539999,0.076099999,0.076269999,0.077079996,0.079230003,0.078929998,0.07976,0.080490001,0.081649996,0.081979997,0.0823,0.08365,0.083640002,0.08247,0.082869999,0.082230002,0.10122,0.10098,0.10008,0.10091,0.10059,0.10277,0.10345,0.10564,0.10532,0.10601,0.1109,0.11191,0.11186,0.1123,0.11281,0.04053,0.040380001,0.03954,0.041540001,0.04056,0.039960001,0.039019998,0.037439998,0.037719999,0.036370002,0.034430001,0.033229999,0.033690002,0.033209998,0.03255,0.44738001,0.44716001,0.45061001,0.45135999,0.45446,0.45699,0.45754001,0.46520999,0.46950001,0.46337,0.45684999,0.45080999,0.46454999,0.46138999,0.45908999,0.14504001,0.14841001,0.15136001,0.15332,0.15593,0.15913001,0.16121,0.16443001,0.16665,0.16799,0.18403,0.1833,0.18232,0.18325,0.18295,0.46561,0.48460999,0.50981998,0.53069001,0.56198001,0.59390002,0.63317001,0.6717,0.70254999,0.72158003,0.69681001,0.69845998,0.70170999,0.71425003,0.7324,0.76703,0.79513001,0.82246,0.84439999,0.86145002,0.88150001,0.90368998,0.92716998,0.94998997,0.96217,1.00113,1.0024199,1.00477,1.01289,1.01736,0.17473,0.17304,0.17168,0.17066,0.17076001,0.17214,0.17505001,0.17724,0.17665,0.17567,0.17639001,0.17599,0.17545,0.1749,0.17464,0.16249999,0.16166,0.16243,0.16374999,0.16519,0.16616,0.16699,0.16689999,0.17022,0.17044,0.19345,0.19341999,0.19063,0.19005001,0.18700001,1.53854,1.5362999,1.53979,1.5387501,1.54388,1.54272,1.5487,1.54891,1.55079,1.5606,1.5563,1.5585001,1.5618401,1.54615,1.53905,0.11677,0.11783,0.11682,0.11779,0.11945,0.12039,0.12422,0.12827,0.12777001,0.12854999,0.13054,0.13059001,0.12897,0.12755001,0.12795,0.14668,0.14831001,0.15054999,0.15162,0.15223999,0.15272,0.15363,0.15434,0.15496001,0.15643001,0.18465,0.18581,0.18555,0.18299,0.18416999,0.16457,0.16308001,0.16247,0.16072001,0.16142,0.16113999,0.16327,0.16344,0.16481,0.16354001,0.16278,0.15967999,0.15537,0.15631001,0.15418001,0.23509,0.24111,0.24862,0.25847,0.2703,0.27792999,0.28808001,0.30083999,0.31301001,0.32559001,0.30401,0.31237999,0.32246,0.33133,0.33906001,0.56222999,0.57019001,0.57683003,0.59693998,0.61273998,0.63547999,0.64859998,0.66412002,0.67795002,0.69213003,0.70638001,0.72842002,0.72824001,0.71307999,0.72087002,0.22276001,0.2264,0.22674,0.22684,0.22818001,0.22843,0.22731,0.22823,0.22840001,0.22797,0.23360001,0.23559,0.23128,0.22925,0.22709,0.19736999,0.20364,0.21232,0.21816,0.22025999,0.22453,0.23101,0.23644,0.24388,0.24392,0.23739,0.23562001,0.23454,0.23221999,0.23367999,0.063220002,0.06233,0.06261,0.061469998,0.061269999,0.060350001,0.060860001,0.05988,0.061519999,0.063060001,0.067120001,0.06549,0.065020002,0.065169998,0.064630002,0.43757999,0.44514999,0.45609,0.44477001,0.45214999,0.45798001,0.45601001,0.47365001,0.47973001,0.48277,0.50689,0.50331998,0.51402003,0.51516998,0.52026999,0.095810004,0.094389997,0.097609997,0.098889999,0.099660002,0.10049,0.10246,0.10432,0.10495,0.1068,0.11017,0.11304,0.11125,0.10944,0.10888,0.88009,0.91571999,0.94874001,0.98510998,1.0130399,1.04465,1.08255,1.11928,1.13781,1.1477799,1.10704,1.1072201,1.11453,1.12388,1.1409301,0.53626001,0.54694003,0.56059998,0.57595003,0.58831,0.59667999,0.60999,0.62457001,0.63214999,0.64034998,0.64020002,0.64839,0.64960998,0.65335,0.65621001,0.1027,0.10446,0.10494,0.10648,0.10541,0.10582,0.10767,0.10592,0.10833,0.10725,0.12830999,0.13410001,0.13308001,0.13044,0.12897,2.3234701,2.3359201,2.35712,2.3648801,2.38992,2.39889,2.4376099,2.48596,2.5115099,2.5699201,2.65996,2.7200201,2.7671001,2.7842801,2.8337901,0.1499,0.15974,0.19189,0.17448001,0.17497,0.16275001,0.13462999,0.13905001,0.13774,0.14402001,0.11179,0.11293,0.1257,0.1235,0.11837,0.25494999,0.25819001,0.25922,0.26276001,0.25909999,0.25955999,0.26168001,0.2687,0.26844999,0.26618999,0.25979999,0.25705001,0.25676,0.25119999,0.24939001,1.43783,1.5134799,1.59006,1.65961,1.73692,1.82858,1.9421901,2.0388999,2.10115,2.15084,2.1521599,2.1777,2.2091401,2.2486899,2.30985,1.01972,1.03471,1.04241,1.0584,1.09289,1.09083,1.11524,1.13457,1.15154,1.16342,1.17484,1.1850899,1.2027,1.21206,1.20938,0.033659998,0.033610001,0.032979999,0.032749999,0.032019999,0.031580001,0.03162,0.031810001,0.031640001,0.031129999,0.031599998,0.031500001,0.031020001,0.030370001,0.031020001,2.3838301,2.4725101,2.5256,2.5798299,2.6231599,2.6486599,2.68907,2.7270501,2.7600901,2.75772,2.5982399,2.62643,2.6625299,2.6484301,2.67542,0.068680003,0.068609998,0.069059998,0.070119999,0.069729999,0.070440002,0.069349997,0.069640003,0.070890002,0.069880001,0.067879997,0.067500003,0.067149997,0.068020001,0.06831,6.1263299,6.26934,6.3777199,6.4381599,6.5235801,6.6144199,6.7969899,6.9149599,7.0482202,7.1469202,6.8969202,6.97682,7.0803599,7.1820798,7.3098102,0.37566,0.38194001,0.38525999,0.38756001,0.38835001,0.39144999,0.39881,0.40353,0.40742001,0.40867999,0.42738,0.42964,0.43092999,0.43129,0.42811,0.42131999,0.42289001,0.42706001,0.42800999,0.43274999,0.43342,0.44101,0.44718,0.45410001,0.45596001,0.45648,0.45804,0.46094999,0.46287999,0.46101999,0.89780998,0.91532999,0.94134998,0.96390998,0.99585003,1.02209,1.05558,1.08859,1.10491,1.12958,1.24955,1.2875299,1.32556,1.36287,1.39257,0.1584,0.15804,0.15880001,0.15896,0.1611,0.16277,0.16231,0.16401,0.16581,0.16603,0.17226,0.16979,0.16858999,0.17025,0.17214,0.90148002,0.93765002,0.97424001,1.00684,1.04496,1.08841,1.14324,1.18964,1.2341599,1.2711101,1.27946,1.2948,1.30878,1.33222,1.35571,0.12429,0.12446,0.12447,0.12438,0.12571999,0.12606999,0.12616999,0.12540001,0.12553,0.1224,0.12587,0.12605,0.12619001,0.12481,0.12387,0.21971001,0.22025,0.21992999,0.21754999,0.21777999,0.21774,0.21913999,0.22179,0.22233,0.2221,0.23407,0.23785,0.23657,0.23232,0.22934,0.15176,0.15459999,0.15592,0.15723,0.15797,0.15876999,0.16018,0.16195001,0.16132,0.16126999,0.1663,0.16591001,0.16551,0.16502,0.16389,0.16304,0.16919,0.17546,0.18403,0.1881,0.19666,0.20721,0.21602,0.22104,0.22555,0.223,0.22214,0.22375999,0.22651,0.22957,0.28244999,0.27982,0.28079,0.28064001,0.28125,0.27961999,0.28376999,0.28543001,0.28753999,0.28838,0.27821001,0.27663001,0.27463001,0.27372,0.27219999,6.6882601,6.8220701,6.9003901,6.9713001,7.0451198,7.1677799,7.2707801,7.33746,7.4042602,7.4727402,6.9257398,6.9795299,7.0830402,7.1493502,7.2216101,0.19156,0.19295999,0.19346,0.19517,0.19483,0.19506,0.19686,0.19772001,0.19764,0.19749001,0.21788999,0.21461999,0.21353,0.21243,0.20976,0.11495,0.11713,0.1157,0.11532,0.11534,0.11629,0.11702,0.11536,0.11517,0.11819,0.14838,0.14548001,0.14326,0.14313,0.14188001,0.95884001,0.96129,0.95783001,0.95573997,0.95051003,0.95177001,0.94989997,0.95301002,0.95322001,0.95858997,0.94529998,0.94839001,0.94542003,0.93129998,0.92407,0.92699999,0.95503998,0.98221999,1.0146,1.06596,1.1237,1.18777,1.24324,1.28111,1.29703,1.32644,1.3328,1.33926,1.3656,1.38776,0.12339,0.12297,0.12185,0.12166,0.12031,0.12015,0.11974,0.11807,0.11698,0.11568,0.10963,0.10742,0.10605,0.10511,0.10491,0.037939999,0.03816,0.038229998,0.03946,0.040619999,0.041159999,0.041129999,0.041549999,0.041900001,0.042130001,0.040270001,0.040959999,0.039650001,0.039969999,0.040029999,0.37812001,0.39309999,0.41088,0.42629999,0.44288,0.46507999,0.48787001,0.50838,0.52109998,0.53540999,0.52446002,0.52673,0.53337002,0.54487997,0.55422997,0.20497,0.20581,0.20656,0.2061,0.20735,0.20633,0.20679,0.20613,0.20575,0.20372,0.20101,0.19823,0.19593,0.19514,0.19438,0.21862,0.21777999,0.21709999,0.21859001,0.21757001,0.22045,0.22454999,0.22554,0.22973,0.23074999,0.22609,0.22581001,0.22849,0.22860999,0.22755,0.10564,0.10807,0.11061,0.11239,0.11192,0.11244,0.11307,0.11395,0.11587,0.11695,0.11006,0.10965,0.1066,0.10813,0.10898,0.19947,0.20325001,0.20875999,0.21145999,0.21527,0.21737,0.22233,0.22555,0.22701,0.22945,0.23688,0.23504999,0.23467,0.23746,0.23752999,0.92082,0.94216001,0.95987999,0.98031998,0.99950999,1.02556,1.04842,1.05933,1.06398,1.06788,1.0699,1.0721101,1.07432,1.08355,1.09664,0.90811002,0.91165,0.92611998,0.93461001,0.93864,0.94159001,0.94972998,0.95117003,0.95696002,0.96249998,0.96393001,0.96182001,0.96065998,0.96025002,0.96063,1.00467,1.0868,1.16127,1.23112,1.30225,1.38386,1.4819601,1.58369,1.68098,1.7452,1.76737,1.82392,1.87826,1.95312,2.04302,0.20336001,0.20681,0.20861,0.21053,0.21239001,0.21472999,0.21646,0.21833,0.21804,0.21748,0.22066,0.21957,0.21923,0.22044,0.22263999,8.1714497,8.46877,8.6293097,8.8184996,9.0580196,9.3424196,9.6359596,9.9078999,10.13356,10.33756,9.2614899,9.5035896,9.7795,9.8472099,9.9631901,0.23743001,0.24397001,0.25150999,0.25867999,0.26537001,0.27236,0.28152999,0.28578001,0.28918001,0.29021001,0.28306001,0.28279999,0.28205001,0.28586999,0.28828999,0.02562,0.02548,0.025560001,0.02554,0.02609,0.02613,0.027079999,0.027690001,0.027899999,0.02801,0.03064,0.03108,0.031199999,0.03083,0.03053,0.67659998,0.68379998,0.69057,0.69913,0.70565999,0.71469003,0.73447001,0.74752998,0.76043999,0.76819998,0.79802001,0.80216002,0.8096,0.81533003,0.82174999,0.44387999,0.45559999,0.46568,0.47549999,0.48653001,0.49608001,0.50931001,0.52004999,0.52964002,0.53292,0.55203998,0.55508,0.55739999,0.55830002,0.56046999,0.23647,0.23695,0.23745,0.23852,0.23999999,0.24228001,0.24620999,0.24911,0.25055999,0.25187001,0.25047001,0.25165001,0.25365999,0.25257999,0.25358999,0.14451,0.14762001,0.15017,0.15127,0.15298,0.15414999,0.15486,0.15736,0.15764999,0.15742999,0.15992001,0.16051,0.16132,0.16283,0.1649,5.9629598,6.2179799,6.4475298,6.6676798,6.9198599,7.16436,7.4697499,7.7246399,7.90519,8.0816698,8.0837402,8.2498102,8.4022102,8.5895596,8.7792196,0.36122999,0.36989999,0.37555,0.38187999,0.38668001,0.39322999,0.40873,0.42164001,0.42975,0.43612999,0.43094999,0.43105999,0.43463001,0.43294001,0.43752,1.40886,1.4687001,1.51775,1.55887,1.59745,1.65245,1.71867,1.78838,1.8473099,1.87743,1.8003401,1.82954,1.85084,1.8775899,1.9076101,0.10056,0.099859998,0.097290002,0.096270002,0.095239997,0.094489999,0.094310001,0.09623,0.095239997,0.092189997,0.094099998,0.093680002,0.090300001,0.088979997,0.085089996,0.25832,0.26298001,0.26752001,0.27296999,0.27715001,0.2809,0.28255999,0.28707999,0.28849,0.28889999,0.28788,0.28514999,0.28388,0.28481999,0.28641,0.23796999,0.24322,0.24969,0.25742999,0.26523,0.27339,0.28296,0.29111999,0.29534999,0.30138001,0.32167,0.32365999,0.32613,0.32673001,0.32876,0.23054001,0.22984999,0.23124,0.23119,0.23568,0.23867001,0.24129,0.24123,0.24252,0.24067,0.25189,0.25435001,0.25549001,0.25479999,0.25376999,0.11085,0.11163,0.1119,0.11099,0.11167,0.1122,0.11382,0.11424,0.11561,0.11528,0.11851,0.11711,0.11644,0.11561,0.11603,1.2157201,1.3046,1.398,1.49461,1.57954,1.66966,1.76995,1.84902,1.90529,1.9536999,2.0520599,2.0707099,2.08443,2.1075499,2.13869,1.11248,1.13289,1.1639,1.19996,1.2381099,1.25862,1.28214,1.31291,1.3347,1.35715,1.40721,1.44161,1.462,1.47919,1.49111,0.099590003,0.09984,0.09962,0.10007,0.096919999,0.10106,0.10227,0.09967,0.10303,0.10086,0.09601,0.096919999,0.096000001,0.094120003,0.09104,0.41894999,0.43630999,0.45467001,0.46952,0.49307999,0.51949,0.55777001,0.59727001,0.62224001,0.63543999,0.60777003,0.60551,0.60472,0.60970998,0.61870003,0.11488,0.11631,0.12028,0.1244,0.12615,0.13025001,0.13432001,0.1366,0.13868999,0.13953,0.13885,0.13778,0.13596,0.13542999,0.13432001,0.12720001,0.12721001,0.12794,0.12797,0.12861,0.13017,0.13186,0.13237,0.13462,0.13659,0.15091,0.15087999,0.15114,0.14985999,0.14859,0.17246,0.1708,0.16999,0.1684,0.16752,0.16614,0.16515,0.16384999,0.16408999,0.16478001,0.16919,0.16816001,0.16422001,0.16342001,0.16271999,0.085940003,0.086070001,0.085879996,0.085600004,0.0854,0.085809998,0.086130001,0.085419998,0.084720001,0.0845,0.083209999,0.081220001,0.091329999,0.09268,0.091250002,0.085579999,0.084739998,0.089210004,0.089060001,0.09025,0.088930003,0.089699998,0.094140001,0.094350003,0.093000002,0.09973,0.099179998,0.098820001,0.097759999,0.097010002,0.23699,0.24160001,0.24679001,0.25400999,0.26102,0.26651999,0.26923999,0.27279001,0.27684,0.27739999,0.28656,0.28909999,0.28795001,0.28769001,0.28786999,0.15968999,0.16338,0.16131,0.16238999,0.16286001,0.16565999,0.16642,0.1693,0.17363,0.17550001,0.18268,0.18178,0.18039,0.17946,0.18207,0.072520003,0.071039997,0.071549997,0.073540002,0.073040001,0.073980004,0.07677,0.080150001,0.0832,0.084229998,0.10099,0.10468,0.10444,0.10398,0.10373,0.44957,0.45142001,0.45605999,0.4621,0.46239999,0.46629,0.47158,0.47479999,0.47986001,0.48295,0.48389,0.48003,0.4797,0.47927001,0.47850999,0.24884,0.26745,0.27726999,0.28837001,0.29925999,0.30881,0.32179999,0.33028001,0.33803999,0.3441,0.28431001,0.28613999,0.28727001,0.29060999,0.29190999,0.61448002,0.60434997,0.61570001,0.60714,0.62119001,0.63011003,0.60361999,0.60541999,0.58871001,0.62186003,0.62686002,0.65114999,0.65390998,0.64056998,0.65197998,0.083509997,0.083769999,0.083530001,0.083190002,0.08207,0.08168,0.080760002,0.080310002,0.080030002,0.079130001,0.079910003,0.078979999,0.077699997,0.077189997,0.076219998,0.10354,0.10403,0.10576,0.10482,0.10753,0.10908,0.11175,0.11238,0.11413,0.12234,0.14679,0.15243,0.16161001,0.16641,0.17113,0.92237997,0.92527002,0.94272,0.95046997,0.96952999,0.98504001,1.00482,1.01715,1.04684,1.06814,1.097,1.11882,1.14668,1.12802,1.1352299,0.21159001,0.21915001,0.2264,0.23548999,0.24101999,0.24818,0.25935,0.26607001,0.27195001,0.27528,0.30309001,0.30482,0.30721,0.30908,0.31176001,0.21251,0.21292,0.21167,0.21176,0.21259999,0.21386001,0.21562999,0.21526,0.21781,0.21862,0.21822,0.21620999,0.21581,0.21421,0.2137,0.10898,0.11087,0.10919,0.10935,0.10969,0.10907,0.11123,0.11453,0.1148,0.11378,0.14307,0.14237,0.13922,0.1418,0.14214,0.14035,0.14060999,0.13978,0.13867,0.13728,0.13525,0.13469,0.13354,0.13303,0.13336,0.14655,0.14478999,0.14274,0.13961001,0.13792001,0.25856,0.26104999,0.26585999,0.26929,0.26932001,0.27203,0.27451,0.27779999,0.28009,0.28231999,0.28154999,0.2811,0.28018001,0.28116,0.28312001,0.071800001,0.071439996,0.070749998,0.070200004,0.06989,0.07,0.070749998,0.070479997,0.070110001,0.069949999,0.087470002,0.087370001,0.087509997,0.08721,0.087970003,0.22527,0.22589,0.22864,0.2274,0.22806001,0.22814,0.22976001,0.22788,0.22931001,0.22782999,0.21843,0.21606,0.21315999,0.21207,0.21198,0.063689999,0.063830003,0.063500002,0.062380001,0.06137,0.06092,0.061310001,0.061640002,0.062139999,0.062279999,0.061549999,0.060740001,0.05982,0.05917,0.059579998,0.23984,0.23921999,0.23763999,0.23665,0.2359,0.23464,0.237,0.24086,0.23988999,0.23800001,0.23509,0.23445,0.23120999,0.23027,0.22770999,0.21833999,0.22022,0.22601999,0.23221999,0.23277,0.23607001,0.24325,0.25069001,0.25215,0.25424999,0.26469001,0.26673001,0.26741001,0.27004999,0.27050999,0.082670003,0.085110001,0.085069999,0.087559998,0.089560002,0.088679999,0.090099998,0.08986,0.089000002,0.089299999,0.090879999,0.090389997,0.089089997,0.089730002,0.089910001,0.15514,0.16001999,0.16373,0.16602001,0.1689,0.17279001,0.17773999,0.18185,0.186,0.18761,0.17895,0.17906,0.17823,0.17752001,0.17956001,0.36774001,0.37792,0.38361999,0.39252001,0.39803001,0.40123001,0.40663999,0.40729001,0.40540001,0.40621001,0.39548001,0.39427999,0.39394,0.39298001,0.39410001,1.86505,1.8660901,1.85894,1.82788,1.86691,1.88485,1.91528,1.86613,1.86646,1.90414,1.91082,1.95272,2.0004101,2.03952,2.0088699,0.62883002,0.66940999,0.71239001,0.75699002,0.80650002,0.85657001,0.90657002,0.95739001,0.98385,0.99944001,1.0016,1.00464,1.01016,1.02201,1.03675,0.26368001,0.26675001,0.271,0.27958,0.28568,0.29302999,0.30450001,0.31511,0.32528001,0.33320001,0.32927001,0.33254999,0.33520001,0.3405,0.35093001,0.12706999,0.12884,0.13083,0.13219,0.13378,0.13424,0.13688,0.13962001,0.14235,0.14328,0.14910001,0.14783999,0.14597,0.14511999,0.14673001,0.83003998,0.88590002,0.93888003,0.99198997,1.0482,1.11084,1.19959,1.27903,1.3329999,1.36655,1.4276299,1.43829,1.45066,1.47181,1.48987,0.23833001,0.23965999,0.24197,0.24406999,0.24566001,0.2446,0.25169,0.26183999,0.27035999,0.27247,0.27772,0.27577001,0.27509999,0.26905,0.26921999,0.23359001,0.24487001,0.25575,0.26688001,0.27480999,0.28141001,0.29232001,0.30406001,0.31062999,0.31264001,0.29458001,0.29468,0.29315999,0.29508999,0.29997,0.15696999,0.15808,0.15989,0.16238999,0.16712999,0.17129,0.17411999,0.17851,0.18176,0.1858,0.18802001,0.18723001,0.18835001,0.18948001,0.18990999,0.13798,0.14036,0.1461,0.15019999,0.15573999,0.15967999,0.16602001,0.17193,0.17578,0.17721,0.17918,0.17802,0.17804,0.17795999,0.17783999,0.38258001,0.38782999,0.39409,0.39616001,0.39950001,0.403,0.40946001,0.41446999,0.42081001,0.42298001,0.41532001,0.41283,0.41126999,0.41176999,0.41133001,0.095789999,0.096079998,0.096639998,0.096600004,0.09708,0.096500002,0.097609997,0.098030001,0.097779997,0.098970003,0.11919,0.11851,0.1168,0.11531,0.11483,0.18859001,0.19103999,0.19228999,0.19272,0.19510999,0.19622999,0.19893,0.20264,0.2045,0.20495,0.21208,0.21261001,0.21161,0.2131,0.21191999,0.02603,0.026289999,0.025839999,0.02526,0.0252,0.02599,0.02641,0.026489999,0.02685,0.026590001,0.025049999,0.024590001,0.023979999,0.02366,0.023150001,0.15085,0.15388,0.15554,0.15818,0.15934999,0.16150001,0.16328999,0.16564,0.16666,0.16610999,0.16258,0.16279,0.16306999,0.16247,0.16243,0.077569999,0.076849997,0.075829998,0.074689999,0.074320003,0.073320001,0.073449999,0.072839998,0.071560003,0.071800001,0.076719999,0.075790003,0.073080003,0.071850002,0.073129997,1.99663,1.99579,1.9909199,1.9834501,1.97895,1.96821,1.97172,1.97322,1.9931099,1.9976799,2.01015,2.00595,2.01966,2.0127599,2.01368,0.70565999,0.71711999,0.72987002,0.74655998,0.7633,0.77810001,0.79605001,0.81835002,0.83399999,0.84569001,0.85425001,0.85601002,0.85684001,0.86815,0.87753999,0.037829999,0.037930001,0.037930001,0.037889998,0.038180001,0.039420001,0.03977,0.041250002,0.042769998,0.043249998,0.050209999,0.050250001,0.04989,0.050719999,0.051630002,0.15369999,0.15115,0.15327001,0.1516,0.15186,0.15185,0.15024,0.15047,0.15075999,0.15053999,0.14511,0.14393,0.142,0.14216,0.14084999,0.093610004,0.092869997,0.092900001,0.09155,0.092050001,0.090829998,0.090489998,0.090120003,0.091009997,0.090939999,0.087329999,0.087820001,0.089149997,0.089029998,0.086860001,0.58486003,0.59000999,0.59868002,0.60369003,0.60743999,0.61277997,0.62232,0.63055998,0.64089,0.64708,0.64085001,0.64117998,0.63799,0.63740999,0.63988,0.25476,0.25564,0.25586,0.25336,0.25145999,0.25073999,0.25154999,0.25213999,0.25566,0.257,0.26155001,0.25751001,0.25725001,0.25595,0.25479999,0.052549999,0.051720001,0.050969999,0.049860001,0.04896,0.04795,0.04676,0.04589,0.04572,0.04558,0.061099999,0.060699999,0.060899999,0.054839998,0.057440002,0.33252999,0.33210999,0.33087999,0.32997,0.32686999,0.32361999,0.32504001,0.3256,0.32306999,0.32084,0.32707,0.32095,0.31630999,0.31356999,0.31231999,0.065350004,0.065860003,0.066,0.064829998,0.06521,0.065849997,0.065609999,0.065679997,0.064120002,0.063550003,0.068340003,0.067599997,0.06538,0.064489998,0.063900001,0.02079,0.020330001,0.02039,0.01921,0.01901,0.018540001,0.018610001,0.018479999,0.01826,0.01812,0.01708,0.01715,0.01681,0.016930001,0.016930001,0.22313,0.22159,0.22121,0.22255,0.22733,0.2282,0.22995999,0.22976001,0.23263,0.24493,0.25490999,0.25281,0.25305,0.25477001,0.25224,0.088179998,0.087439999,0.087980002,0.088059999,0.088030003,0.087080002,0.086110003,0.086549997,0.087070003,0.085869998,0.087810002,0.08478,0.083810002,0.084409997,0.084420003,0.11797,0.11723,0.11564,0.12758,0.13194001,0.13226999,0.13176,0.13298,0.13235,0.12792,0.16494,0.16316999,0.16429,0.16705,0.16518,0.10968,0.1095,0.10823,0.10897,0.10792,0.10545,0.1043,0.10258,0.10268,0.1032,0.095250003,0.093979999,0.092469998,0.092139997,0.091320001,0.42815,0.42879999,0.42916,0.43426999,0.43366,0.44273001,0.44764,0.45300999,0.45849001,0.46188,0.44742,0.44588,0.44530001,0.44848001,0.44959,0.38444999,0.38550001,0.38949001,0.39269999,0.40011999,0.40481001,0.41516,0.42151999,0.42554,0.42958999,0.40246001,0.4138,0.40994,0.40279999,0.40704,0.26106,0.26063001,0.26128,0.26190999,0.26420999,0.26899999,0.27296001,0.27767,0.28083,0.27959001,0.27316999,0.27239999,0.27217001,0.27302,0.27282,0.093709998,0.095749997,0.096780002,0.099370003,0.10129,0.1026,0.10655,0.10849,0.10984,0.1101,0.10534,0.10477,0.10487,0.10752,0.11098,0.06882,0.069300003,0.069239996,0.06972,0.070139997,0.067319997,0.068449996,0.069049999,0.069949999,0.070579998,0.068889998,0.068209998,0.067510001,0.066650003,0.067780003,0.58892,0.59617001,0.59828001,0.60162002,0.61205,0.62244999,0.62655997,0.63397998,0.64118999,0.64652997,0.67154002,0.67773002,0.68471998,0.69006997,0.69468999,0.095009997,0.095349997,0.096330002,0.095229998,0.094939999,0.09488,0.094059996,0.093800001,0.09341,0.092540003,0.089440003,0.088469997,0.083690003,0.081430003,0.081529997,0.10571,0.10534,0.10725,0.10779,0.10675,0.10469,0.10291,0.10218,0.10204,0.10111,0.089649998,0.088129997,0.08501,0.084619999,0.0832,0.17404,0.17843001,0.18352,0.19004001,0.19356,0.19797,0.20376,0.20894,0.21175,0.21252,0.21324,0.21369,0.21481,0.21607,0.21984001,0.27616999,0.27711001,0.27579999,0.27619001,0.27515,0.27491999,0.27430001,0.27546999,0.27484,0.27551001,0.27067,0.26943001,0.26615,0.26521999,0.26256001,0.61114001,0.61584997,0.61963999,0.62186998,0.62603003,0.63147998,0.63915002,0.64557999,0.64868999,0.64982998,0.68888998,0.68618,0.68184,0.68317002,0.68217999,0.61558998,0.64295,0.66856003,0.69204003,0.71741003,0.75493997,0.79294997,0.83240998,0.85872,0.87311,0.83978999,0.84441,0.84867001,0.85987002,0.87615001,0.35439,0.35442001,0.35152,0.35159999,0.34915,0.34922001,0.35538,0.35931,0.35984001,0.35914001,0.36366001,0.36177,0.35813999,0.35703999,0.35515001,0.062959999,0.063560002,0.062490001,0.061829999,0.061299998,0.060630001,0.059300002,0.058649998,0.058230001,0.057549998,0.057920001,0.057009999,0.055629998,0.055539999,0.055199999,0.21160001,0.21119,0.20908,0.2097,0.20901,0.19914,0.2052,0.20852999,0.20874,0.20879,0.21121,0.21015,0.20857,0.20679,0.20635,0.26591,0.26844999,0.27206999,0.27678999,0.27990001,0.28263,0.28568,0.28996,0.29534999,0.29407001,0.30116001,0.30355,0.30371001,0.30057999,0.29949,0.023770001,0.022879999,0.022469999,0.022779999,0.02275,0.022399999,0.02232,0.02266,0.022,0.021919999,0.02775,0.027969999,0.02792,0.027070001,0.026489999,0.061829999,0.066739999,0.065389998,0.065020002,0.064010002,0.065889999,0.068300001,0.067829996,0.068850003,0.070100002,0.077610001,0.080590002,0.079080001,0.079389997,0.079949997,0.20127,0.20931,0.21929,0.22631,0.23287,0.23769,0.24450999,0.24873,0.25121999,0.25294,0.27237001,0.27403,0.27577001,0.27781001,0.27970001,0.84064001,0.85447001,0.86381,0.86971998,0.88518,0.89974999,0.91330999,0.92707002,0.93747997,0.93698001,1.0276901,1.03076,1.03187,1.03087,1.0354199,0.08574,0.087860003,0.086589999,0.086750001,0.087090001,0.085989997,0.086520001,0.086680003,0.087909997,0.088950001,0.092710003,0.091650002,0.090269998,0.089960001,0.088469997,0.1067,0.10593,0.10605,0.10604,0.10435,0.10332,0.10307,0.10241,0.10314,0.10268,0.10491,0.10194,0.10046,0.099440001,0.099399999,0.10222,0.10298,0.10238,0.10173,0.10123,0.10083,0.10019,0.10031,0.10013,0.10076,0.09516,0.094570003,0.095420003,0.094360001,0.093259998,0.21968,0.21971001,0.21766999,0.21723001,0.21664,0.21432,0.21472999,0.21314999,0.21322,0.21213999,0.21734001,0.21617,0.2147,0.21064,0.2094,3.03174,3.1352401,3.2091701,3.2620699,3.3327,3.46612,3.60869,3.7246699,3.7934999,3.84656,3.9341199,4.0110002,4.0889101,4.1655598,4.2623601,0.03458,0.03427,0.03438,0.034469999,0.03461,0.035239998,0.034449998,0.03548,0.03562,0.0352,0.039560001,0.039820001,0.039080001,0.038309999,0.03861,0.75670999,0.76703,0.77213001,0.77327001,0.78184003,0.78604001,0.79523998,0.80203998,0.81266999,0.82538998,0.82999998,0.83561999,0.83740997,0.83322001,0.83346999,0.06425,0.063649997,0.061640002,0.061330002,0.060570002,0.059360001,0.059069999,0.058559999,0.058150001,0.057739999,0.05968,0.059519999,0.05889,0.05937,0.05957,0.091930002,0.089740001,0.089220002,0.088979997,0.08907,0.090499997,0.092540003,0.092830002,0.093829997,0.092579998,0.092869997,0.091679998,0.091250002,0.090489998,0.091179997,0.41747999,0.42032999,0.42015001,0.42403001,0.42502001,0.42908999,0.43079999,0.43459001,0.44057,0.44668001,0.45736,0.45884001,0.45493001,0.45407999,0.45269001,0.19123,0.19833,0.20338,0.20767,0.21097,0.21253,0.21515,0.21691,0.22086,0.22328,0.21295001,0.21104001,0.2114,0.21322,0.21482,0.067460001,0.068209998,0.069880001,0.071589999,0.072310001,0.072489999,0.074730001,0.076049998,0.075649999,0.074450001,0.070189998,0.070110001,0.06803,0.067440003,0.068240002,0.36998999,0.37081,0.37784001,0.38565001,0.39070001,0.39855999,0.40472001,0.41170999,0.41486001,0.41402999,0.40926999,0.40831,0.40447,0.40702999,0.41585001,0.82867002,0.83656001,0.84643,0.86207998,0.88696003,0.90666002,0.93497002,0.96443999,0.99254,1.01329,1.0466599,1.05797,1.0688,1.0755,1.08623,0.099079996,0.098370001,0.098760001,0.10013,0.1023,0.10378,0.10617,0.10856,0.10937,0.10951,0.11015,0.10821,0.10835,0.10865,0.10979,0.02899,0.028480001,0.028929999,0.02816,0.02778,0.02781,0.027349999,0.027799999,0.027829999,0.02764,0.02899,0.02798,0.02722,0.026280001,0.026219999,0.00978,0.01006,0.01027,0.01028,0.01017,0.0106,0.01061,0.01086,0.01106,0.01109,0.01108,0.01099,0.01075,0.01039,0.01039,1.33053,1.39042,1.44936,1.5097899,1.56594,1.63234,1.7133501,1.78795,1.8412,1.86615,1.8933901,1.91386,1.93856,1.9904,2.03143,0.073019996,0.073420003,0.071690001,0.071060002,0.071029998,0.069530003,0.068729997,0.06859,0.068389997,0.069140002,0.069760002,0.068570003,0.067850001,0.068300001,0.06837,0.21393,0.21475001,0.21336,0.21195,0.20967001,0.20919,0.20747,0.20959,0.21447,0.21698,0.23078001,0.23146001,0.23270001,0.23342,0.23540001,0.01024,0.00964,0.00945,0.00886,0.00915,0.00914,0.00934,0.00935,0.00963,0.00952,0.0098,0.00954,0.00873,0.00861,0.00867,0.088859998,0.085770003,0.083949998,0.083360001,0.082709998,0.082460001,0.08286,0.082280003,0.081550002,0.080430001,0.086269997,0.086259998,0.085819997,0.086039998,0.085620001,0.043359999,0.042130001,0.041230001,0.04084,0.040830001,0.04022,0.040770002,0.041080002,0.041960001,0.042399999,0.043579999,0.043510001,0.04338,0.042350002,0.0414,0.29087001,0.29188001,0.29306999,0.28887999,0.29074001,0.28602999,0.28391001,0.28996,0.29143,0.28819999,0.27107999,0.26187,0.26199001,0.26155999,0.26093999,0.11348,0.1145,0.1166,0.11674,0.11901,0.12008,0.12003,0.12182,0.12489,0.12676001,0.12777001,0.12806,0.12811001,0.12849,0.13021,0.11788,0.11857,0.11935,0.12205,0.1241,0.12321,0.12424,0.12596001,0.12650999,0.12691,0.13237,0.13125999,0.12978999,0.12912001,0.12867001,0.15211,0.15344,0.15394001,0.15544,0.15723,0.16043,0.16312,0.16472,0.16511001,0.16437,0.16681001,0.16727,0.16692001,0.16694,0.16866,0.14205,0.14138,0.14173999,0.14213,0.14202,0.14159,0.14196999,0.14328,0.14487,0.1443,0.1547,0.15363,0.15216,0.15094,0.15064,0.15449999,0.15366,0.15339001,0.15186,0.15262,0.15161,0.15209,0.15267999,0.1533,0.15460999,0.16297001,0.16462,0.16399001,0.16201,0.16215,0.19214,0.1926,0.19645999,0.19984999,0.20475,0.21189,0.21833,0.22766,0.23869,0.24801999,0.26225999,0.26326999,0.26657,0.26868001,0.27021,0.18431,0.18457,0.18545,0.18705,0.18994001,0.19234,0.19611,0.20011,0.2059,0.21262001,0.22449,0.22514001,0.22515,0.22606,0.22818001,1.09541,1.11707,1.14,1.1691,1.21553,1.26641,1.30353,1.33922,1.36998,1.3939,1.3889,1.41045,1.4229701,1.44357,1.47326,0.34884,0.35554001,0.35598999,0.36085001,0.36664,0.36984,0.37375,0.37294999,0.37856999,0.38045999,0.37274,0.37880999,0.38157001,0.38220999,0.38411,0.077349998,0.076030001,0.07598,0.076010004,0.0766,0.077040002,0.077919997,0.077809997,0.079070002,0.079080001,0.079460002,0.079790004,0.077629998,0.077249996,0.077260002,0.037409998,0.035879999,0.036479998,0.0363,0.03616,0.035969999,0.036320001,0.036200002,0.03641,0.037349999,0.038169999,0.037930001,0.03836,0.038249999,0.038380001,0.04047,0.041080002,0.04143,0.04219,0.042369999,0.044259999,0.044380002,0.045480002,0.04606,0.04645,0.052129999,0.051380001,0.052560002,0.053070001,0.053160001,0.27465999,0.28116,0.29653999,0.31092,0.33592999,0.35172999,0.36592001,0.3716,0.38235,0.38440001,0.37595001,0.37884,0.3768,0.37571999,0.38038,0.20091,0.19526,0.19396999,0.19166,0.18878999,0.1865,0.18611,0.18674999,0.18837,0.19226,0.20065001,0.20167001,0.20089,0.2031,0.20322999,0.37397,0.37002999,0.37123999,0.37696999,0.37801999,0.38067001,0.38532999,0.38767999,0.38874999,0.39210999,0.39320999,0.39431,0.39577001,0.39938,0.40007001,0.041359998,0.041700002,0.041159999,0.040709998,0.040630002,0.041080002,0.041110002,0.04132,0.041689999,0.042210001,0.042959999,0.042330001,0.042229999,0.042690001,0.041839998,0.1069,0.10833,0.10793,0.10898,0.10816,0.10777,0.10853,0.10947,0.11173,0.11223,0.11472,0.11403,0.11409,0.11423,0.11353,0.20634,0.20848,0.21059,0.21253,0.21297,0.21675,0.22153001,0.22750001,0.22992,0.23098999,0.22638001,0.2255,0.22673,0.22590999,0.22836,0.075000003,0.074879996,0.074790001,0.07429,0.076119997,0.075970002,0.07722,0.076760001,0.077169999,0.077339999,0.078510001,0.077679999,0.07779,0.07694,0.076169997,0.13726,0.13411,0.12983,0.12812001,0.12682,0.12786999,0.12872,0.12797999,0.12854999,0.1266,0.12718,0.12655,0.12699001,0.12684999,0.1239,0.061000001,0.064029999,0.067330003,0.07006,0.072039999,0.074780002,0.07846,0.084179997,0.090319999,0.093369998,0.10154,0.10179,0.10087,0.10301,0.10341,0.64341003,0.64463001,0.65294999,0.66775,0.67869002,0.69237,0.71232003,0.72905999,0.74217999,0.75296003,0.77526999,0.77993,0.78391999,0.79838997,0.80914003,0.076360002,0.076370001,0.075149998,0.076289997,0.077799998,0.08123,0.086400002,0.089220002,0.08924,0.08726,0.09781,0.09606,0.095109999,0.095859997,0.09826,0.099689998,0.099310003,0.098909996,0.098789997,0.099169999,0.099540003,0.099770002,0.099739999,0.10029,0.10119,0.1019,0.10134,0.10041,0.099540003,0.10021,0.68220001,0.68040001,0.67764997,0.67188001,0.66724002,0.66750002,0.66921997,0.66839999,0.66895002,0.67053998,0.67162001,0.67172003,0.67198998,0.67045999,0.66987997,0.09584,0.09443,0.093979999,0.090379998,0.089380004,0.086290002,0.084100001,0.082060002,0.081119999,0.07914,0.082060002,0.080130003,0.077500001,0.07643,0.074919999,0.17649999,0.17608,0.17794,0.18062,0.18243,0.1812,0.18143,0.18312,0.18185,0.18103001,0.17772999,0.17731,0.17621,0.17461,0.17269,0.42052999,0.43187001,0.44508001,0.46089,0.47692999,0.49454999,0.51472002,0.53162003,0.53891999,0.5402,0.54144001,0.54223001,0.5388,0.53909999,0.53868997,0.069629997,0.069349997,0.06831,0.068470001,0.067769997,0.066809997,0.066009998,0.065300003,0.065640002,0.065909997,0.069109999,0.068769999,0.069119997,0.068570003,0.068319999,0.35473001,0.35163,0.34994999,0.34957999,0.34786001,0.34755999,0.34913999,0.34849,0.34759,0.34698999,0.34904999,0.34639999,0.34336999,0.34084001,0.33840001,0.050900001,0.050420001,0.049740002,0.050969999,0.051040001,0.051169999,0.051210001,0.050969999,0.050239999,0.050190002,0.050790001,0.050670002,0.050220001,0.050420001,0.049559999,0.16626,0.16441,0.16365001,0.16328,0.16179,0.16001,0.15972,0.15861,0.15809,0.15749,0.15364,0.15185,0.15003,0.14868,0.14714999,0.13680001,0.1367,0.13530999,0.13642,0.13593,0.13602,0.13529,0.13609,0.13575999,0.13559,0.13639,0.13647,0.13422,0.13335,0.13156,1.79931,1.81346,1.83102,1.8528,1.86361,1.8787,1.90599,1.92975,1.93562,1.95671,2.0146,2.02706,2.0400901,2.05761,2.0713301,0.35354,0.35152,0.35021999,0.34944001,0.35010001,0.34786001,0.34641999,0.34566,0.34467,0.34253001,0.34783,0.34720001,0.34511,0.34171,0.33892,0.16993,0.16873001,0.16903999,0.16819,0.16802999,0.16827001,0.16786,0.16831,0.16788,0.16656999,0.16295999,0.16219001,0.16304,0.16203,0.1618,0.1441,0.14221001,0.14147,0.14065,0.13974001,0.13924,0.13815001,0.13705,0.13663,0.13538,0.13818,0.13731,0.13733,0.13572,0.13519999,0.35536,0.3563,0.35719001,0.35839,0.35955,0.35986999,0.36201999,0.36216,0.36401999,0.36368001,0.37819001,0.3813,0.38056999,0.37895,0.37856999,0.53078002,0.52309,0.52012998,0.52337003,0.52381003,0.52038002,0.52237999,0.52270001,0.52111,0.52065003,0.53930998,0.53750998,0.53631002,0.53640997,0.53320003,53.768608,53.765591,53.55574,53.30484,53.024212,52.685131,52.369862,52.35762,52.567051,52.870369,51.98716,52.149879,52.323399,52.466351,52.464561,0.20398,0.20299,0.20085999,0.1992,0.1982,0.19754,0.19619,0.19502001,0.19415,0.19433001,0.19808,0.19783001,0.19627,0.19514,0.19393,0.11256,0.11149,0.11051,0.10912,0.10895,0.10841,0.10856,0.10795,0.10803,0.10716,0.11041,0.11068,0.10936,0.10871,0.10833,0.89333999,0.90837997,0.92448997,0.94804001,0.97079003,0.99484998,1.0275199,1.05321,1.06503,1.07333,1.05119,1.0452,1.04693,1.04802,1.05462,0.1679,0.16726001,0.16546001,0.16494,0.16421001,0.164,0.16418999,0.16327,0.16271999,0.16034,0.16577999,0.16548,0.16492,0.16401,0.16283999,0.19925,0.19915999,0.19825,0.19729,0.19738001,0.19652,0.19580001,0.19465999,0.19313,0.19169,0.19957,0.19825999,0.19832,0.19829001,0.19889,9.0657597,9.1422796,9.1886396,9.2045698,9.22962,9.2258902,9.2219,9.2294798,9.2738199,9.3254099,9.1791096,9.2335196,9.26933,9.3152199,9.3270798,0.19656999,0.1956,0.19339,0.19124,0.19046,0.18945999,0.189,0.18810999,0.18624,0.18471,0.18505,0.18396001,0.18153,0.17958,0.17840999,0.069669999,0.068539999,0.067989998,0.067919999,0.067060001,0.066469997,0.065200001,0.065250002,0.064960003,0.064439997,0.067259997,0.06684,0.067309998,0.066780001,0.06617,0.34259999,0.34358001,0.34309,0.34422001,0.3452,0.34384,0.34314999,0.34246001,0.34274,0.34424001,0.34197,0.34253001,0.34322,0.34305999,0.3432,0.21792001,0.21512,0.2149,0.21086,0.20597,0.21139,0.21086,0.20959,0.20957001,0.20935,0.22115999,0.2216,0.22022,0.22036999,0.21870001,0.14208999,0.14143001,0.14087,0.14034,0.14049,0.13975,0.13957,0.14056,0.13943,0.13911,0.14078,0.13954,0.13998,0.13813999,0.13688,0.39015999,0.38784,0.38841999,0.38958001,0.39149001,0.39381,0.39309001,0.39217001,0.39287999,0.39311999,0.40022999,0.40002,0.39862001,0.39572001,0.39410999,0.38240001,0.37847,0.37487999,0.37516001,0.37371999,0.37121001,0.36984,0.36831,0.36714,0.36651999,0.37070999,0.36973,0.36658999,0.36368999,0.36006999,0.064269997,0.063060001,0.061749998,0.061480001,0.061080001,0.060690001,0.060260002,0.0594,0.058669999,0.057050001,0.055780001,0.055100001,0.054140002,0.05401,0.05291,0.14746,0.14591999,0.14588,0.14339,0.14162999,0.14102,0.13862,0.13680001,0.13613001,0.13567001,0.13877,0.13841,0.13616,0.13617,0.13434,0.37678,0.38194999,0.38624001,0.39414001,0.40862,0.43443,0.45602,0.47093999,0.48005,0.48421001,0.50098002,0.50045002,0.50150001,0.50149,0.50424999,0.086039998,0.084919997,0.083700001,0.083180003,0.083719999,0.082769997,0.08264,0.081479996,0.08145,0.080959998,0.084490001,0.08416,0.083640002,0.083290003,0.082960002,0.20089,0.19938,0.19589999,0.19385999,0.19215,0.19035999,0.18893,0.18761,0.18553001,0.18358999,0.19092999,0.19019,0.18835001,0.18531001,0.18564001,0.047869999,0.047619998,0.047010001,0.047370002,0.046730001,0.04617,0.045060001,0.04462,0.04408,0.043579999,0.04304,0.04281,0.042569999,0.041579999,0.04129,0.082089998,0.081809998,0.081029996,0.079439998,0.079149999,0.077799998,0.076020002,0.075510003,0.07463,0.073540002,0.073250003,0.072010003,0.070189998,0.069090001,0.069159999,0.51049,0.50560999,0.50165999,0.50263,0.49924999,0.49838001,0.49526,0.49520999,0.49417001,0.49314001,0.50432003,0.50266999,0.50071001,0.4975,0.49634999,0.3132,0.30937999,0.30698001,0.30539,0.30318001,0.30331001,0.30063,0.30017999,0.29982999,0.2969,0.29663,0.2951,0.29289001,0.29017001,0.28878999,0.59612,0.59354001,0.58577001,0.58749998,0.58710998,0.59095001,0.59064001,0.58216,0.58151001,0.58103001,0.60386002,0.60365999,0.60214001,0.59981,0.59676999,0.1007,0.10037,0.099720001,0.098999999,0.099160001,0.09787,0.096689999,0.096189998,0.096220002,0.095299996,0.097060002,0.097400002,0.096440002,0.095770001,0.09623,0.40053001,0.40008,0.40028,0.40028,0.40033999,0.40097001,0.40109,0.40096,0.40068999,0.39943999,0.38804001,0.38791001,0.38730001,0.38721001,0.38534001,0.21654999,0.21708,0.21898,0.21938001,0.22126999,0.22181,0.22353999,0.22379,0.22597,0.22549,0.22964001,0.22849999,0.22732,0.22638001,0.22571,0.22276001,0.22391,0.22305,0.2243,0.22297999,0.22244,0.22308999,0.22169,0.22089,0.2199,0.22660001,0.22621,0.2238,0.22217999,0.22254001,0.1292,0.1302,0.12715,0.13445,0.13506,0.13485999,0.13687,0.13688,0.13675,0.1373,0.1261,0.12635,0.12756,0.12648,0.12601,4.07511,4.2382202,4.4015698,4.5385499,4.6693702,4.7535,4.8514199,4.9541602,5.0405698,5.1189198,5.1602001,5.1992302,5.21843,5.2427702,5.2730598,1.03879,1.04816,1.05416,1.0609601,1.07424,1.08453,1.1010799,1.11725,1.12719,1.1321501,1.13462,1.1345299,1.1292599,1.12193,1.11375,0.55216998,0.58092999,0.61755002,0.66868001,0.72336,0.79053998,0.87864,0.97112,1.01499,1.04821,1.1524,1.16711,1.18145,1.19525,1.2135,0.55754,0.55166,0.54650003,0.53939003,0.53289998,0.52728999,0.523,0.51932001,0.51778001,0.51648003,0.52919,0.52700001,0.52314001,0.52235001,0.52069002,6.4811602,6.6045399,6.7144299,6.76086,6.8439398,6.9181499,6.9830499,7.0247898,7.07622,7.12567,7.04141,7.0101199,7.01513,7.04,7.0518599,1.11516,1.11976,1.1150399,1.1046799,1.1140701,1.1166,1.12075,1.12498,1.1273201,1.12498,1.13866,1.13463,1.1288199,1.1203901,1.1124099,0.1539,0.15271001,0.16042,0.16407,0.1646,0.1673,0.16489001,0.16598,0.16525,0.16407999,0.16915999,0.16813999,0.16698,0.16683,0.16519,0.36052999,0.35913,0.35477,0.35095999,0.35071999,0.34863001,0.34963,0.3515,0.35075,0.34919,0.35969999,0.35515001,0.35141,0.34880999,0.34735,0.39651,0.39634001,0.39111,0.38572001,0.38462001,0.38236001,0.37997001,0.37983,0.37834001,0.37777001,0.38852999,0.38844001,0.38534999,0.38242999,0.37902999,0.31149,0.30880001,0.30713001,0.30486,0.30452001,0.30210999,0.29938,0.29879999,0.29907,0.29776001,0.30283001,0.30259001,0.30002999,0.29943001,0.29745999,0.32855001,0.32800001,0.32813001,0.33001,0.32837999,0.32929999,0.32968,0.3308,0.32787001,0.32769999,0.32596001,0.32501,0.32545,0.3242,0.3188,2.61887,2.69976,2.7822199,2.8690901,2.9435101,3.01741,3.09214,3.14696,3.18118,3.20961,3.09114,3.07899,3.07775,3.0736699,3.07283,1.50897,1.52622,1.5563,1.57257,1.58395,1.59374,1.6180201,1.63983,1.65571,1.67699,1.6984299,1.70734,1.72418,1.74893,1.74061,1.14476,1.13307,1.1198,1.10656,1.09987,1.09582,1.09025,1.08722,1.0832601,1.08204,1.1075701,1.1058199,1.10043,1.09435,1.0835,0.48989001,0.48829001,0.48769,0.48708999,0.48633,0.48416001,0.48164999,0.48234001,0.4815,0.47773999,0.47784001,0.47806999,0.47207999,0.46891999,0.46452999,2.5912001,2.6046,2.6134601,2.6302299,2.6403201,2.6491101,2.66119,2.6710501,2.67839,2.6845701,2.6934099,2.6849999,2.6803899,2.6724701,2.6656001,0.41687,0.41365001,0.40893,0.40454,0.40035,0.39688,0.39736,0.39583999,0.39421999,0.39008,0.39455,0.39014,0.38923001,0.38646001,0.38571,0.13138001,0.1292,0.12941,0.12905,0.12997,0.12933999,0.12876999,0.12895,0.12745,0.12702,0.12630001,0.12508,0.12301,0.1214,0.12014,0.16009,0.15966,0.15851,0.15711001,0.1566,0.15449999,0.15129,0.15048,0.14964999,0.14785001,0.14645,0.14475,0.14339,0.14187001,0.13898,0.15127,0.15022001,0.15103,0.15042999,0.15232,0.15211,0.15085,0.15113001,0.15027,0.1497,0.154,0.15312,0.15143,0.1498,0.14905,0.12493,0.12482,0.12473,0.12473,0.12515999,0.12394,0.12376,0.12518001,0.12546,0.12466,0.12693,0.12709001,0.12709001,0.12608001,0.1257,0.16949999,0.16898,0.16872001,0.16751,0.16689,0.16553999,0.16478001,0.16429,0.16464999,0.16276,0.16425,0.1635,0.16176,0.16123,0.15944999,0.27763,0.28373,0.29194999,0.29936001,0.30658999,0.31299999,0.31944001,0.32440999,0.32870999,0.33236,0.33008999,0.33232999,0.33331001,0.33570001,0.33722001,0.30625001,0.30454001,0.3044,0.30175999,0.30144,0.29958001,0.29958999,0.29789001,0.29703999,0.29499999,0.30094999,0.29839,0.29725,0.29671001,0.29359001,0.36616999,0.36293,0.36063999,0.35958001,0.35978001,0.35662001,0.35435,0.3536,0.35146999,0.34897,0.35552999,0.35561001,0.35279,0.35038,0.34929001,0.14319,0.14274,0.14267001,0.14284,0.14324,0.14338,0.1427,0.14346001,0.14376,0.14392,0.14853001,0.14916,0.14973,0.14903,0.14837,0.51160997,0.51620001,0.52138001,0.52807999,0.53358001,0.53934997,0.54620999,0.55023003,0.55289,0.55335999,0.53447998,0.5316,0.52838999,0.52376997,0.52085,1.83166,1.82235,1.82453,1.81901,1.82034,1.82105,1.8255,1.83088,1.8381,1.85816,1.8627,1.86675,1.87193,1.88529,1.87319,0.23061,0.23018999,0.22719,0.22618,0.22606,0.22569001,0.22667,0.22582,0.22465999,0.22424001,0.22330999,0.22236,0.2207,0.21861,0.21672,0.16371,0.16324,0.16162001,0.16287,0.16347,0.16495,0.16500001,0.16456001,0.16493,0.1655,0.16711999,0.16672,0.16507,0.1644,0.16430999,0.17335001,0.17166001,0.16986001,0.1679,0.16796,0.16719,0.1646,0.16576,0.16391,0.16272999,0.164,0.16377001,0.16279,0.16142,0.16022,0.044179998,0.043310001,0.042920001,0.046119999,0.042289998,0.041069999,0.041099999,0.041080002,0.040410001,0.03991,0.044599999,0.044520002,0.042890001,0.04332,0.04276,0.073239997,0.07181,0.070830002,0.069459997,0.06825,0.066629998,0.065180004,0.064439997,0.063050002,0.062180001,0.0614,0.060070001,0.05971,0.059039999,0.058150001,0.06075,0.060619999,0.060679998,0.060740001,0.060139999,0.059730001,0.059250001,0.059859999,0.059939999,0.060090002,0.059939999,0.05968,0.05875,0.058249999,0.058139998,0.33897001,0.34005001,0.33273,0.33063999,0.33241001,0.33015001,0.33001,0.32826,0.32728001,0.32686001,0.33456001,0.33269,0.32947001,0.32914999,0.32868999,0.16242,0.16072001,0.16155,0.16049001,0.15933999,0.15841,0.15678,0.15609001,0.15456,0.15523,0.16207001,0.16219001,0.16165,0.16068,0.16061001,1.49143,1.48641,1.4814,1.47044,1.46817,1.46451,1.46341,1.47071,1.46661,1.46826,1.47632,1.47256,1.47065,1.46804,1.4606301,2.5620799,2.5592201,2.5712299,2.5775299,2.58406,2.58849,2.6050301,2.61238,2.62131,2.6361699,2.7040601,2.7008801,2.68785,2.67065,2.65729,0.26631001,0.26370001,0.26269001,0.26111999,0.26128,0.25961,0.25996,0.26008001,0.25826001,0.25738001,0.24936999,0.24958999,0.24981,0.24891999,0.24612001,1.8909301,1.90303,1.91486,1.9184999,1.9227,1.9262201,1.93305,1.93845,1.94759,1.95716,1.97833,1.9892499,1.99247,1.99037,1.98997,0.071889997,0.070309997,0.069980003,0.069739997,0.070239998,0.070649996,0.069870003,0.069430001,0.068609998,0.067299999,0.075450003,0.07485,0.074859999,0.074249998,0.073299997,0.05539,0.05511,0.05452,0.05429,0.053679999,0.05333,0.052480001,0.052189998,0.051989999,0.051929999,0.053350002,0.05232,0.052949999,0.052340001,0.05204,0.22831,0.22612999,0.22490001,0.2237,0.22156,0.22033,0.2189,0.21753,0.21793,0.21803001,0.22344001,0.2229,0.22233,0.22164001,0.22048,0.063199997,0.063019998,0.062550001,0.06174,0.061409999,0.060940001,0.06106,0.060880002,0.060740001,0.06019,0.059670001,0.058389999,0.05937,0.05883,0.05813,0.48881999,0.48442999,0.48034,0.47995999,0.47821999,0.4729,0.46957001,0.46722999,0.46597999,0.46537,0.47679999,0.47396001,0.46972999,0.46781999,0.46434999,1.28494,1.28132,1.28107,1.27768,1.2834899,1.29176,1.29837,1.30972,1.31493,1.3246599,1.35447,1.35742,1.36094,1.3637201,1.35707,0.18256,0.18121,0.18108,0.18137001,0.18076,0.18099999,0.18118,0.18122999,0.18042,0.18005,0.1776,0.17702,0.17632,0.17558999,0.17447001,0.83796,0.83446997,0.82909,0.82363999,0.82135999,0.81695998,0.81502002,0.80909997,0.80453002,0.80067003,0.81594998,0.81357998,0.80764002,0.80418003,0.79728001,0.12903,0.12758,0.12633,0.12541001,0.12458,0.12412,0.12306,0.12181,0.121,0.11997,0.11933,0.11829,0.11716,0.11624,0.11549,0.18683,0.18446,0.18327001,0.18114001,0.17758,0.17704,0.17639001,0.17591,0.17411,0.17409,0.17715999,0.17843001,0.17784999,0.17704,0.17873999,0.15163,0.15236001,0.15084,0.15109999,0.15002,0.14820001,0.14851999,0.14725,0.14668,0.14560001,0.14699,0.14586,0.14611,0.14404,0.14337,0.17124,0.17026,0.16914,0.16790999,0.16673,0.1664,0.16504,0.16594,0.16495,0.16294,0.16735999,0.1662,0.16621,0.16616,0.16542999,0.15328,0.15264,0.15099999,0.14948,0.15009999,0.14974999,0.14826,0.14674,0.14726,0.14661001,0.14642,0.14622,0.14582001,0.14526001,0.14374,0.60631001,0.60557002,0.60092002,0.59546,0.59433001,0.59175003,0.59135002,0.58972001,0.5905,0.58960998,0.58472002,0.58151001,0.57626998,0.57274002,0.56875998,5.08038,5.31215,5.5556598,5.8039198,6.0824499,6.3139701,6.56075,6.70013,6.7906899,6.85251,6.78828,6.8039999,6.8218699,6.83708,6.8541899,0.61264998,0.61736,0.62089002,0.62314999,0.63063997,0.63493001,0.63542998,0.64248002,0.64604998,0.65169001,0.66433001,0.66741002,0.66769999,0.67088002,0.67008001,2.7898901,2.8080499,2.8257201,2.8512001,2.8692901,2.8942201,2.9279699,2.9760301,2.99489,2.99702,2.95151,2.9366701,2.91923,2.9084499,2.8854201,0.35484001,0.35556999,0.35698,0.36021,0.36502999,0.37024999,0.37376001,0.37972,0.38516,0.38861999,0.38640001,0.38913,0.38925001,0.39155,0.39186999,0.33612001,0.33563,0.33515999,0.33699,0.33758,0.33779001,0.33787999,0.33847001,0.34105,0.34255999,0.34435001,0.34351,0.34401,0.34685001,0.34790999,3.32744,3.3494201,3.3706901,3.39275,3.40678,3.4289401,3.45976,3.4932201,3.5114801,3.5388801,3.5585699,3.58745,3.60832,3.6359601,3.6591799,0.71736997,0.72008997,0.71711999,0.72008997,0.72522998,0.73199999,0.73971999,0.74676001,0.75493997,0.76063001,0.76848,0.77621001,0.78903002,0.79549003,0.80216998,0.093960002,0.092890002,0.091310002,0.090999998,0.089539997,0.088370003,0.087750003,0.086970001,0.086920001,0.086130001,0.088830002,0.088830002,0.088339999,0.087480001,0.086999997,0.14005999,0.13774,0.13759001,0.13722,0.13598999,0.13511001,0.13298,0.13245,0.13165,0.13051,0.12763,0.1268,0.12548,0.1249,0.12401,0.46380001,0.47095001,0.48170999,0.49160001,0.50305003,0.51427001,0.52969998,0.54009002,0.54964,0.56287003,0.56835997,0.57885998,0.59075999,0.60518998,0.61914998,0.14986999,0.15110999,0.15174,0.15125,0.15063,0.14877,0.14847,0.14715999,0.14633,0.14548001,0.15209,0.15075,0.15068001,0.15053999,0.14962,0.20147,0.2026,0.20192,0.20302001,0.1998,0.20056,0.19915999,0.19814999,0.19777,0.19752,0.20161,0.20066001,0.20096,0.20096,0.19923,0.40965,0.40917999,0.40380001,0.40182,0.39958,0.39680001,0.39311999,0.39116001,0.39144,0.39065,0.39002001,0.3892,0.38745999,0.38541999,0.38438001,0.96749002,0.972,0.97882003,0.99190998,1.0025899,1.0152299,1.03834,1.05369,1.0704,1.08634,1.1054699,1.11534,1.11919,1.128,1.14262,0.26563001,0.26556,0.26392999,0.26627001,0.26802,0.26822999,0.26769999,0.26617,0.26664999,0.26532999,0.2687,0.26901999,0.26855001,0.26797,0.26561999,0.33967999,0.33952999,0.33873001,0.33732,0.338,0.338,0.33981001,0.33987999,0.34270999,0.34367001,0.33203,0.33043,0.32957,0.32958001,0.32776001,0.10785,0.10911,0.10949,0.10967,0.10978,0.10946,0.10932,0.10853,0.10705,0.1054,0.10714,0.10606,0.10645,0.10611,0.10655,0.29828,0.29631999,0.29659,0.29817,0.29938,0.3001,0.29958001,0.3012,0.30318001,0.3062,0.31713,0.31918001,0.32115999,0.32302999,0.32729,0.46344,0.46774,0.47147,0.47747999,0.48300001,0.4862,0.49138999,0.49693999,0.50086999,0.50502002,0.50093001,0.50019997,0.49781999,0.49799001,0.49506,0.24571,0.24516,0.24656001,0.24739,0.24936,0.25029999,0.25064,0.25038001,0.25117001,0.25079,0.25795001,0.25895,0.26082999,0.26262,0.26524001,0.40400001,0.40448999,0.40621001,0.40917999,0.41169,0.41382,0.41494,0.41834,0.42023,0.4206,0.42254001,0.42412999,0.42254999,0.42302001,0.42383,1.18733,1.20005,1.194,1.1902,1.1779701,1.16737,1.15619,1.15293,1.14897,1.15192,1.17672,1.1779701,1.17309,1.17355,1.17074,0.39700001,0.39916,0.39976999,0.4021,0.40571001,0.40825999,0.41102001,0.41248,0.41442001,0.41418999,0.41898,0.42192999,0.42094001,0.42318001,0.42344999,1.83521,1.8509001,1.85148,1.8789001,1.90298,1.93541,1.96691,1.98394,2.00125,2.0050199,1.9744101,1.9848,1.99236,2.0059099,2.0197101,0.25556001,0.25251001,0.25060999,0.24882001,0.2475,0.24581,0.24369,0.24277,0.24236,0.24101,0.24341001,0.24163,0.23965,0.23839,0.23468,0.70911002,0.71461999,0.71436,0.71202999,0.71434999,0.71850002,0.72283,0.72820997,0.73777002,0.74426001,0.74659997,0.74975002,0.75283998,0.76059002,0.76178998,0.17917,0.17702,0.17734,0.17597,0.17397,0.17209999,0.17193,0.17091,0.17030001,0.16852,0.17258,0.17129999,0.171,0.16863,0.16658001,0.22217999,0.22272,0.22419,0.22614001,0.22750001,0.22923,0.22978,0.23123001,0.23198999,0.23148,0.23056,0.22996999,0.22985999,0.22928999,0.22934,0.20553,0.20464,0.20367999,0.20220999,0.20257001,0.20272,0.20242,0.20217,0.20261,0.20265,0.20819999,0.20750999,0.20664001,0.20455,0.205,0.32528999,0.32618001,0.32576999,0.32730001,0.32918999,0.32901001,0.32980999,0.32782999,0.32756999,0.32749999,0.33526999,0.33539999,0.33550999,0.33554,0.33759001,0.73286003,0.72729999,0.72087002,0.71585,0.70797998,0.69954997,0.69435,0.68864,0.68965,0.68796003,0.70002002,0.69669002,0.69283003,0.69044,0.68568999,0.33199,0.33159,0.32967001,0.33126,0.33166,0.33032,0.32877001,0.32651001,0.32551,0.32462999,0.33197001,0.33118999,0.33028999,0.32817,0.32725999,1.8530101,1.96338,2.07867,2.1982,2.31811,2.421,2.52406,2.6191001,2.7093599,2.79287,2.7637701,2.83213,2.8957,2.9682801,3.0262301,0.55662,0.56593001,0.57980001,0.59222001,0.60429001,0.62414998,0.64646,0.66227001,0.67264998,0.68334001,0.70182002,0.70359999,0.70640999,0.71095997,0.71978003,0.34514001,0.34667999,0.35051,0.35394999,0.36025,0.3646,0.36695999,0.3691,0.37235999,0.37562001,0.39365,0.39236999,0.39098999,0.39082,0.39298999,1.05367,1.09913,1.14677,1.18401,1.22824,1.26336,1.30185,1.34789,1.37828,1.40606,1.45849,1.48613,1.50722,1.53644,1.56056,0.48446,0.48234001,0.47955999,0.47663999,0.47547999,0.47264001,0.47372001,0.46884,0.48056999,0.47826999,0.49474001,0.49342999,0.49259001,0.49066001,0.48995,0.84969002,0.84956002,0.84596997,0.84521002,0.84280998,0.84347999,0.83911002,0.83754998,0.83516997,0.82894999,0.82766002,0.82888001,0.82972997,0.82960999,0.82981998,0.38099,0.37975001,0.38152,0.38071001,0.38045001,0.37975001,0.38003001,0.37917,0.37777001,0.37777001,0.37096,0.37171,0.36978999,0.36840999,0.36706001,0.41402,0.4138,0.41428,0.41530001,0.41613001,0.41933,0.42041999,0.42120001,0.42199001,0.42361999,0.42583999,0.42919999,0.42989999,0.43436,0.43705001,0.30175999,0.30202001,0.30384001,0.30779999,0.31088001,0.31273001,0.31867999,0.32359999,0.32668,0.32815999,0.33502001,0.33401999,0.33453,0.33381,0.33475,0.21791001,0.21692,0.2164,0.21556,0.21486001,0.2139,0.21326999,0.21325,0.21193001,0.21117,0.21176,0.21376,0.2137,0.21296,0.21179,0.31727999,0.31941,0.31972,0.31911001,0.31981,0.32222,0.32554001,0.32429999,0.32925999,0.3301,0.32425001,0.32297999,0.32506001,0.32510999,0.32494,0.27691001,0.27873999,0.28031,0.27847999,0.27987,0.28066999,0.27974999,0.28130999,0.28044999,0.28042999,0.28465,0.28196001,0.28182,0.28272,0.28,1.1593601,1.1874501,1.21883,1.2401299,1.2642601,1.29336,1.33188,1.36657,1.39722,1.41501,1.40274,1.41767,1.43562,1.45806,1.4753799,0.39193001,0.38846001,0.38773999,0.38429001,0.38418999,0.38176,0.37963,0.37854001,0.37948,0.37907001,0.38383001,0.38468,0.38051,0.38064,0.37937999,0.74221998,0.74751002,0.74738997,0.74923998,0.75105,0.75475001,0.75801003,0.7626,0.76444,0.76498997,0.77345997,0.77389002,0.77653998,0.77996999,0.78564,0.34946999,0.35365999,0.35521999,0.35754001,0.36059999,0.36311001,0.36636001,0.36930999,0.37202999,0.37204,0.37167999,0.37491,0.37634999,0.38067001,0.38435999,4.8453598,4.8422899,4.83991,4.8446002,4.8599401,4.8769498,4.8933301,4.9133201,4.9344301,4.9421101,4.9605498,4.9482002,4.9319401,4.9140301,4.9022799,1.10158,1.10061,1.0944099,1.08761,1.0858999,1.09145,1.09179,1.10367,1.10754,1.11063,1.11421,1.1118701,1.11158,1.11256,1.11444,0.45925,0.45939001,0.45964,0.46022001,0.45892999,0.45962,0.45842999,0.45953,0.45855999,0.45842001,0.46138,0.46088001,0.46044999,0.45873001,0.45704001,1.33275,1.3298301,1.32443,1.31616,1.31185,1.30588,1.30902,1.30915,1.31253,1.31417,1.31665,1.31051,1.30284,1.3037,1.3006901,8.6097202,8.651,8.6485701,8.6592302,8.6694498,8.6888304,8.73347,8.7819004,8.8310699,8.9087896,9.0471001,9.1079798,9.1858101,9.2834902,9.3424301,0.45245001,0.45508999,0.45453,0.45791,0.46112999,0.46316999,0.46577999,0.46540001,0.46687001,0.46902999,0.47007999,0.46981001,0.47025001,0.47036999,0.47106999,0.10359,0.10279,0.10277,0.10203,0.1022,0.10145,0.10135,0.10096,0.10014,0.099459998,0.10376,0.10338,0.10322,0.1023,0.10203,0.36160001,0.36335999,0.36761001,0.36829001,0.36557999,0.36759001,0.36917999,0.36646,0.36214,0.36001,0.36794999,0.36585,0.36502001,0.36133,0.35953999,1.2076,1.20968,1.2131799,1.22498,1.23698,1.24752,1.26644,1.27903,1.29239,1.30738,1.3852,1.40339,1.41289,1.4202,1.43339,0.37603,0.37774,0.37744999,0.37498,0.37595001,0.37847999,0.37735,0.3784,0.37856999,0.37862,0.38095999,0.38343,0.38202,0.3813,0.38146001,0.66885,0.67176998,0.67791998,0.68448001,0.68782002,0.69235998,0.69744998,0.70055997,0.7098,0.70876002,0.69155997,0.69205999,0.69216001,0.69445997,0.69692999,0.14545999,0.14325,0.14252,0.14286999,0.14172,0.14207999,0.13996001,0.14009,0.1392,0.13736001,0.14257,0.14128999,0.14079,0.14079,0.14156,0.46472999,0.47007,0.46843001,0.46895999,0.47057,0.47398999,0.47637001,0.47694999,0.47885999,0.48028001,0.47470999,0.47459999,0.47424001,0.47510999,0.47617999,0.056359999,0.05666,0.057390001,0.05748,0.058049999,0.05844,0.058839999,0.058329999,0.05886,0.05909,0.061080001,0.060839999,0.06103,0.060350001,0.060350001,0.19320001,0.19341999,0.19371,0.19503,0.19469,0.19544999,0.19430999,0.19609,0.19535001,0.19559,0.19814999,0.19915999,0.19696,0.19727001,0.19626001,0.21872,0.22066,0.22267,0.22572,0.22514001,0.22363999,0.22330999,0.22387999,0.22375,0.22397,0.21586999,0.21516,0.21363001,0.21170001,0.20969,0.17217,0.17234001,0.17273,0.17502999,0.17375,0.17201,0.17129,0.17126,0.17117,0.16896001,0.17298999,0.17123,0.17112,0.17234001,0.17233001,0.18880001,0.18846001,0.18798,0.18772,0.18897,0.18937001,0.1881,0.1894,0.18862,0.18811999,0.19419,0.19469,0.19429,0.19487999,0.19453999,0.12815,0.1283,0.1284,0.12754001,0.12763999,0.12529001,0.12597001,0.12571,0.12523,0.12259,0.12847,0.12755001,0.12774,0.12666,0.12624,1.47164,1.48378,1.4995,1.51553,1.53447,1.55717,1.58242,1.60509,1.623,1.63598,1.64491,1.65442,1.65659,1.66427,1.67076,0.27063999,0.26938,0.26918,0.26732999,0.26668,0.2649,0.26355001,0.26247999,0.26124999,0.26003999,0.25854999,0.2568,0.25615999,0.25514999,0.2554,0.13739,0.13756,0.13731,0.13744999,0.13770001,0.13771001,0.13792001,0.13795,0.13723999,0.13614,0.13345,0.1328,0.13053,0.13004,0.12966999,0.36111999,0.36177999,0.36195999,0.36649999,0.36880001,0.36994001,0.36849001,0.37145999,0.37138,0.36837,0.37928,0.37882,0.37681001,0.37531999,0.37617999,0.27375001,0.27123001,0.26881999,0.26572999,0.26333001,0.26199001,0.26041001,0.25814,0.25821,0.25696,0.26165,0.26005,0.25835001,0.25615999,0.25384,0.26644999,0.26984999,0.27131,0.27164,0.27248001,0.27282,0.27438,0.27318001,0.27432001,0.27421001,0.28815001,0.28718999,0.28529,0.28443,0.28496999,0.18206,0.18124001,0.17976999,0.17984,0.17726,0.17647,0.1751,0.17524999,0.17265999,0.17174999,0.17366999,0.17317,0.17134,0.17025,0.16892,2.6585901,2.65553,2.6517899,2.64714,2.64551,2.64832,2.6552701,2.6631999,2.6770699,2.6761301,2.66784,2.6675601,2.66571,2.6684999,2.6761799,0.23034,0.23269001,0.23257001,0.23455,0.23395,0.23596001,0.23637,0.23751,0.23624,0.23624,0.24192999,0.23944999,0.23784,0.23852,0.23712,0.43553999,0.43825999,0.43641999,0.43403,0.43470001,0.43423,0.43715,0.43956,0.44222999,0.44503,0.44321999,0.44354999,0.44382,0.44501999,0.44578999,0.20413999,0.20338,0.20182,0.2016,0.20119999,0.20285,0.2025,0.20212001,0.20048,0.20039,0.2089,0.21055999,0.20874999,0.20844001,0.20801,0.23523,0.23221,0.23368999,0.23333,0.23311,0.2339,0.23361,0.23281001,0.2343,0.2353,0.23370001,0.23219,0.23197,0.23215,0.23074,0.33316001,0.33476001,0.3335,0.33552,0.33412999,0.33543,0.33590999,0.33496001,0.33513001,0.33579001,0.34134999,0.34057999,0.34154999,0.34294,0.34308001,0.21742,0.21721999,0.21709999,0.21675,0.21653999,0.21512,0.21324,0.21313,0.21279,0.21153,0.21419001,0.21246,0.21227001,0.21193001,0.2105,0.090939999,0.093489997,0.095009997,0.094140001,0.094669998,0.096670002,0.095679998,0.096019998,0.09623,0.096749999,0.10622,0.10567,0.10402,0.10528,0.10452,1.49301,1.50643,1.51468,1.52553,1.53897,1.56397,1.60123,1.62867,1.65284,1.6796401,1.73011,1.75485,1.7818,1.80925,1.83074,0.16559,0.16463,0.16458,0.16402,0.16379,0.16252001,0.16144,0.16055,0.15933,0.15892,0.15874,0.15846001,0.15721001,0.15583999,0.15414999,0.073399998,0.072690003,0.072619997,0.071359999,0.070840001,0.071160004,0.071170002,0.071039997,0.070370004,0.0704,0.075379997,0.074770004,0.073399998,0.073090002,0.072460003,1.71953,1.7197599,1.72183,1.7285,1.7332799,1.7352099,1.7416101,1.74819,1.74786,1.7543401,1.7979,1.80285,1.8078099,1.81524,1.82006,0.16769999,0.16608,0.16496,0.16395999,0.16389,0.1644,0.16392,0.16337,0.16165,0.16171999,0.16145,0.16112,0.15955,0.15854999,0.15693,1.05738,1.05313,1.04829,1.0477,1.03918,1.04335,1.05445,1.05718,1.05703,1.05967,1.0788,1.08321,1.0858901,1.08356,1.08175,0.34977001,0.34626001,0.34356999,0.34108999,0.33862999,0.33476001,0.33274001,0.32929,0.32780999,0.32558,0.32852,0.32580999,0.32427999,0.32348001,0.32251999,0.084420003,0.085589997,0.086049996,0.085879996,0.086049996,0.08619,0.086130001,0.085479997,0.085950002,0.084909998,0.085019998,0.084739998,0.083860002,0.083930001,0.083520003,0.52517003,0.52693999,0.53149998,0.54159999,0.54815,0.55607998,0.56211001,0.57169002,0.57814002,0.58521003,0.59863001,0.6024,0.60439003,0.61001003,0.61149001,0.27261999,0.27445999,0.27581999,0.27573001,0.27630001,0.27607,0.27816999,0.27864,0.27882999,0.27728999,0.28290001,0.2818,0.27925,0.27810001,0.27878001,0.71016997,0.70526999,0.70163,0.69910002,0.69310999,0.68843001,0.68532002,0.68099999,0.67727,0.67552,0.68958998,0.68822002,0.68370998,0.67978001,0.67671001,0.27599999,0.27601999,0.27719,0.27754,0.27768999,0.2775,0.27783,0.27770999,0.27728999,0.27566001,0.27658001,0.27724001,0.27678001,0.27735999,0.27862,0.25224,0.25196999,0.24952,0.24620999,0.24405,0.24153,0.23992001,0.23793,0.23811001,0.23452,0.24680001,0.24506,0.24408001,0.24376,0.24453001,0.30722001,0.31042001,0.31272,0.31545001,0.31716001,0.31994,0.32352999,0.32565999,0.32747999,0.32861,0.33335,0.33287999,0.33270001,0.33238,0.33403,0.082079999,0.080770001,0.079640001,0.079159997,0.078469999,0.077210002,0.07677,0.075839996,0.074450001,0.0735,0.076930001,0.075879999,0.075149998,0.07463,0.074539997,0.044750001,0.043960001,0.043499999,0.04321,0.04256,0.041590001,0.041409999,0.040989999,0.040320002,0.039299998,0.040229999,0.039930001,0.039039999,0.03892,0.03875,0.14670999,0.14342999,0.14308999,0.14371,0.14371,0.14419,0.14442,0.14421,0.14416,0.14407,0.14343999,0.142,0.14131001,0.14046,0.14038,0.13700999,0.13558,0.13377,0.13451999,0.13355,0.13315,0.13158,0.12926,0.1278,0.12698001,0.12869,0.1287,0.12711,0.12659,0.12661,0.068070002,0.066569999,0.06549,0.064379998,0.063780002,0.062509999,0.061790001,0.061319999,0.061050002,0.060320001,0.061080001,0.06016,0.058759999,0.058800001,0.057939999,0.25338,0.25619,0.25990999,0.26176,0.26493001,0.26642999,0.26571,0.26550999,0.26642001,0.26734,0.26058999,0.26137,0.25861001,0.25737,0.2568,1.2802401,1.2765599,1.2662801,1.26026,1.26077,1.26235,1.26556,1.26737,1.2804,1.29276,1.3115799,1.31429,1.31661,1.32591,1.32897,0.26247001,0.26210001,0.26032001,0.26122999,0.26223999,0.26311001,0.26245999,0.26297,0.26186001,0.26072001,0.26276001,0.26335999,0.26234001,0.26352,0.26433,0.23282,0.23401,0.23202001,0.23273,0.23368999,0.23394001,0.23531,0.23633,0.23509,0.23459999,0.24282999,0.24363001,0.24462999,0.24577001,0.24721,0.21078999,0.20945001,0.20761,0.20778,0.20852,0.2076,0.20874999,0.20975,0.21032999,0.20909999,0.20946001,0.20879,0.20942,0.20931999,0.21038,0.20352,0.20194,0.20141999,0.1999,0.198,0.19712999,0.19604,0.19454999,0.19491,0.19600999,0.20328,0.20264,0.20547999,0.20584001,0.20578,0.1529,0.15005,0.14826,0.14782,0.14782,0.14712,0.14632,0.14625999,0.14595,0.14341,0.14902,0.14948,0.14977001,0.14997999,0.15006,0.11089,0.10946,0.10719,0.10522,0.10388,0.10247,0.10101,0.099509999,0.098509997,0.096709996,0.10162,0.10054,0.099100001,0.099090002,0.09866,0.21377,0.21213999,0.21138,0.20984,0.20888001,0.20911001,0.20766,0.20788001,0.20679,0.20674001,0.20828,0.20848,0.20674001,0.20599,0.20562001,0.14672001,0.14476,0.14214,0.14228,0.14078,0.13918,0.13912,0.13869999,0.13812,0.13758001,0.13926999,0.13778999,0.1372,0.13598,0.13448,0.182,0.18074,0.18049,0.18058001,0.1803,0.17933001,0.18000001,0.1795,0.18047,0.18006,0.18511,0.18445,0.18425,0.18379,0.18411,0.46349001,0.45743999,0.45263001,0.45142001,0.44654,0.44321001,0.44047999,0.43915001,0.43740001,0.43608999,0.44100001,0.43965,0.43711001,0.43505001,0.43254,0.13003001,0.12835,0.12530001,0.12347,0.1221,0.12021,0.11791,0.11684,0.11501,0.11409,0.12131,0.12046,0.11981,0.11918,0.11836,0.13063,0.13046999,0.12763,0.12549999,0.12436,0.12268,0.12268,0.12174,0.12071,0.12017,0.12414,0.12408,0.1227,0.12288,0.12264,0.091870002,0.091799997,0.091679998,0.092110001,0.092210002,0.09076,0.090740003,0.090170003,0.090850003,0.090860002,0.093010001,0.09302,0.093400002,0.092589997,0.09217,0.17372,0.17254999,0.17071,0.16957,0.16915999,0.16784,0.16732,0.16629,0.16617,0.16617,0.16624001,0.16601001,0.16563,0.16474,0.16515,0.18607,0.18450999,0.18211,0.18107,0.18026,0.17852999,0.17779,0.17686,0.17555,0.17463,0.18089999,0.18000001,0.17934,0.17784999,0.17692,0.50045002,0.49845001,0.49614,0.49487001,0.49380001,0.49298999,0.49263999,0.49083999,0.49061999,0.48934001,0.49109,0.49103001,0.48723,0.4833,0.48051,0.16926999,0.1689,0.16847,0.16752,0.16675,0.16591001,0.16486,0.16503,0.16399001,0.16416,0.17127,0.17209999,0.17306,0.17422,0.17228,0.41069999,0.42719999,0.44323999,0.46307999,0.49388,0.51779002,0.54592001,0.57278001,0.59977001,0.61949998,0.66652,0.69722003,0.72121,0.74726999,0.77399999,0.085419998,0.085709997,0.085649997,0.084940001,0.085550003,0.085069999,0.085299999,0.085749999,0.085730001,0.085620001,0.087909997,0.087739997,0.087090001,0.087700002,0.087810002,0.086589999,0.086520001,0.085430004,0.084689997,0.084540002,0.084600002,0.083719999,0.083420001,0.082010001,0.082309999,0.084150001,0.082570001,0.082500003,0.082450002,0.082630001,0.18388,0.18212,0.18122999,0.17976999,0.17797001,0.17619,0.17560001,0.17506,0.17335001,0.17205,0.17772,0.17649999,0.17572001,0.17499,0.17398,0.42284,0.41916999,0.41306999,0.41152,0.40742001,0.40553001,0.40452999,0.40634,0.40803,0.41058001,0.4025,0.40099001,0.40270999,0.40452,0.40255001,0.16461,0.16473,0.16343001,0.16317999,0.16478001,0.16608,0.16621,0.16586,0.16644,0.16622999,0.16658001,0.16879,0.16965,0.16948999,0.16935,0.89231998,0.88998002,0.89218003,0.90116,0.90618002,0.90925997,0.91390002,0.92254001,0.92589003,0.93071997,0.93892998,0.94507003,0.95147002,0.95911998,0.9637,0.10992,0.10873,0.10795,0.10684,0.10508,0.10468,0.10371,0.10341,0.10364,0.10241,0.10281,0.1008,0.099969998,0.099940002,0.0999,0.21991999,0.21674,0.21424,0.21299,0.21024001,0.20939,0.20701,0.20378999,0.20238,0.20163999,0.2086,0.20965999,0.20794,0.20501,0.20343,0.16854,0.16618,0.16588999,0.16511001,0.16417,0.16309001,0.16335,0.16224,0.16031,0.1591,0.16317999,0.16124,0.16136,0.1611,0.16077,0.10682,0.10599,0.10636,0.10588,0.10641,0.10664,0.10574,0.10623,0.10567,0.1054,0.10685,0.10683,0.10526,0.10531,0.10436,0.079960003,0.078659996,0.077660002,0.077040002,0.07604,0.07553,0.075489998,0.075690001,0.074220002,0.073449999,0.074210003,0.073600002,0.071340002,0.070629999,0.070220001,0.10338,0.10142,0.10092,0.1,0.09928,0.097779997,0.095679998,0.094970003,0.093489997,0.09251,0.093319997,0.093050003,0.09161,0.091559999,0.092,0.12362,0.12285,0.12303,0.12241,0.12245,0.12232,0.12227,0.12085,0.1211,0.12177,0.12447,0.12458,0.12423,0.12311,0.12375,0.11341,0.1122,0.11214,0.1131,0.1135,0.11201,0.11093,0.11051,0.10984,0.10833,0.10943,0.10861,0.10771,0.10675,0.10722,0.16413,0.16163,0.16204,0.16151001,0.16007,0.15914001,0.15734001,0.15538,0.15352,0.15238,0.15629999,0.15447,0.15308,0.15312,0.15117,0.12096,0.11903,0.1176,0.11771,0.1167,0.11626,0.11482,0.1131,0.11229,0.11046,0.11305,0.11276,0.11164,0.11102,0.11027,0.18816,0.18648,0.18419001,0.18212999,0.18002,0.17768,0.17636999,0.17505001,0.17377,0.17144001,0.17531,0.17384,0.17377999,0.17423999,0.17310999,0.15691,0.15638,0.15497001,0.15544,0.15542001,0.1552,0.15542001,0.15415999,0.15245,0.15328,0.14925,0.14796001,0.1452,0.14437,0.14324,0.20292,0.20336001,0.19967,0.20105,0.20073,0.20166001,0.20095,0.20134,0.20067,0.19929001,0.20121001,0.20318,0.20112,0.20219,0.20217,0.099160001,0.098690003,0.097939998,0.097130001,0.096790001,0.096199997,0.095100001,0.09465,0.094360001,0.094099998,0.095579997,0.095449999,0.095820002,0.095109999,0.094489999,0.10367,0.1028,0.10073,0.10014,0.099349998,0.098010004,0.097620003,0.096259996,0.095650002,0.094729997,0.098010004,0.097989999,0.097329997,0.096830003,0.0964,0.077990003,0.076619998,0.075499997,0.074450001,0.072949998,0.071690001,0.070210002,0.069799997,0.069219999,0.067620002,0.070689999,0.07079,0.070909999,0.071419999,0.070419997,0.15707999,0.1578,0.15756001,0.15827,0.15801001,0.15910999,0.15932,0.15794,0.1575,0.15810999,0.16320001,0.16339999,0.16205999,0.16340999,0.16374999,0.20302001,0.20252,0.20116,0.20097999,0.20078,0.20035,0.19988,0.19905999,0.19803999,0.19728,0.19829001,0.1972,0.19689,0.19562,0.19482,0.37215,0.37266001,0.37366,0.37400001,0.37255999,0.37011001,0.36735001,0.36567,0.3646,0.36256999,0.36805001,0.36623999,0.36544001,0.36730999,0.36872,0.16154,0.16034999,0.15806,0.15721001,0.15684,0.15553001,0.15491,0.15532,0.15431,0.15471999,0.16816001,0.17011,0.17084,0.17275999,0.17325,1.11481,1.13878,1.1556,1.17459,1.1974699,1.21191,1.23171,1.25536,1.28145,1.31005,1.31267,1.3372999,1.36913,1.39814,1.42287,0.20208,0.20158,0.2015,0.20212001,0.20365,0.20303001,0.20324001,0.20403001,0.2043,0.20364,0.20685001,0.20751999,0.20619,0.20524,0.20454,0.11417,0.11372,0.11341,0.11194,0.11073,0.10893,0.10727,0.10724,0.10655,0.10562,0.10499,0.10366,0.10398,0.10313,0.10231,0.17125,0.16779999,0.16498999,0.16294,0.16156,0.15955999,0.15663999,0.15456,0.15245,0.15154,0.15516999,0.15369,0.15351,0.15277,0.15222,0.37920001,0.37386,0.36858001,0.36471999,0.36385,0.36109,0.35997,0.35822999,0.35484001,0.35447001,0.35859999,0.35605001,0.35622001,0.35385999,0.35286,1.92307,1.94323,1.95918,1.96706,1.9810801,2.0011401,2.02314,2.05283,2.0783899,2.0922599,2.1161599,2.13973,2.15206,2.1608701,2.17751,0.1217,0.12172,0.12195,0.12175,0.12048,0.11775,0.11802,0.11768,0.11694,0.11245,0.11372,0.1137,0.11327,0.11294,0.11161,0.094049998,0.09443,0.094379999,0.094729997,0.096189998,0.095880002,0.094889998,0.094570003,0.093369998,0.091789998,0.088890001,0.088359997,0.087640002,0.087350003,0.087010004,0.11741,0.11634,0.11581,0.11559,0.11512,0.11449,0.11332,0.11228,0.11189,0.11172,0.11558,0.11706,0.1176,0.11692,0.11683,0.14058,0.14148,0.14315,0.14454,0.14689,0.14864001,0.15196,0.15343,0.15454,0.15409,0.15722001,0.15724,0.15627,0.15463001,0.15609001,0.22304,0.22378001,0.22308999,0.22021,0.22059999,0.22220001,0.22039001,0.22092,0.2212,0.22,0.22397,0.22505,0.22417,0.22412001,0.2237,0.32100999,0.32505,0.32411999,0.32277,0.32256001,0.3231,0.3283,0.32653999,0.32774001,0.32681999,0.33248001,0.33352,0.33377999,0.33195999,0.33364999,0.39317,0.39274001,0.39032999,0.39032999,0.39227,0.39019999,0.38877001,0.39074999,0.39236,0.39258999,0.40682,0.40981999,0.41058001,0.41022,0.40865999,0.14555,0.14482,0.14533,0.14596,0.14695001,0.14846,0.15139,0.15147001,0.15127,0.15002,0.15074,0.15036,0.14881,0.14910001,0.14831001,0.10865,0.10735,0.10826,0.10826,0.10891,0.10784,0.10807,0.10786,0.10794,0.10781,0.10789,0.10702,0.10727,0.10724,0.10779,0.10003,0.098180003,0.097050004,0.096819997,0.095109999,0.093440004,0.09223,0.091229998,0.090190001,0.088820003,0.092399999,0.09262,0.091420002,0.09104,0.089960001,0.080009997,0.079369999,0.077930003,0.078120001,0.07784,0.07728,0.07643,0.075690001,0.075730003,0.075489998,0.079839997,0.080459997,0.080710001,0.079920001,0.080009997,0.11791,0.11506,0.113,0.11188,0.11162,0.11177,0.11135,0.10939,0.10792,0.10796,0.10694,0.10651,0.10558,0.10421,0.10421,0.41799,0.41791999,0.41802999,0.41679999,0.41806,0.41951999,0.42225999,0.42456001,0.4267,0.42934,0.42758,0.42798999,0.42905,0.42918,0.42903,0.15065999,0.14881,0.14681,0.14589,0.14345001,0.14257,0.14191,0.14036,0.13898,0.13928001,0.14399999,0.14201,0.14162999,0.14047,0.14056,0.069820002,0.069370002,0.068489999,0.068109997,0.06763,0.066210002,0.065710001,0.064439997,0.064479999,0.063440003,0.064510003,0.06312,0.061900001,0.06222,0.062180001,0.16917001,0.16869,0.16425,0.16166,0.16001,0.16001999,0.16043,0.15913001,0.15527,0.15260001,0.15933999,0.15926,0.15751,0.15577,0.15496001,0.10136,0.10029,0.09843,0.096639998,0.096479997,0.095689997,0.094379999,0.0942,0.093180001,0.09279,0.093989998,0.093649998,0.092809997,0.091700003,0.090989999,0.24849001,0.24744999,0.24552,0.24584,0.24687,0.24545,0.2446,0.24303,0.24262001,0.2421,0.24977,0.24839,0.24880999,0.24924,0.24874,0.086000003,0.084590003,0.083360001,0.081430003,0.079700001,0.077930003,0.07638,0.076140001,0.074790001,0.073459998,0.072839998,0.072159998,0.071610004,0.071539998,0.071379997,3.75963,3.81093,3.8583801,3.9009199,3.9389901,4.0199299,4.0914602,4.1627598,4.22893,4.2943902,4.3224301,4.3776999,4.4398398,4.5182199,4.5986199,0.87966001,0.87671,0.87944001,0.88055003,0.88780999,0.88959998,0.89393002,0.89572001,0.89986002,0.90223998,0.93383998,0.93489999,0.92918003,0.92846,0.93128002,0.18833999,0.1885,0.18754999,0.18806,0.18794,0.18625,0.18615,0.18662,0.18493,0.18423,0.18901999,0.18861,0.18759,0.18634,0.18668,0.054609999,0.053890001,0.05294,0.05263,0.05246,0.051910002,0.051010001,0.050609998,0.050129998,0.04944,0.051290002,0.051010001,0.05085,0.05046,0.05051,0.11474,0.11358,0.1104,0.10848,0.10717,0.10528,0.10473,0.10294,0.10199,0.10059,0.10343,0.1022,0.10162,0.10049,0.10035,1.58678,1.58542,1.5867701,1.58808,1.59323,1.6007299,1.61473,1.62339,1.64437,1.6665,1.6575201,1.67053,1.68827,1.70553,1.71387,0.13070001,0.12992001,0.12836,0.12747,0.12647,0.12408,0.12305,0.12289,0.12129,0.11957,0.12168,0.12038,0.12071,0.11944,0.11948,0.31560999,0.31742001,0.31795001,0.31782001,0.31865999,0.31905001,0.32113999,0.32016999,0.32064,0.32244,0.33715999,0.34033999,0.34347999,0.34524,0.34681001,0.80127001,0.80057001,0.81612003,0.81453001,0.81897002,0.81756997,0.83476001,0.85232002,0.86219001,0.87213999,0.89595997,0.90895998,0.91720998,0.93409997,0.94072998,0.18072,0.18014,0.17901,0.17846,0.17929,0.17896999,0.178,0.1767,0.17549001,0.17377,0.17723,0.17619,0.17526001,0.17523,0.17451,0.06978,0.068920001,0.068099998,0.067369998,0.066770002,0.065219998,0.065410003,0.06425,0.063369997,0.063440003,0.063079998,0.062660001,0.062229998,0.061870001,0.06143,0.12272,0.12201,0.12083,0.11881,0.11919,0.11943,0.1199,0.12051,0.12154,0.12241,0.12506001,0.12557,0.12591,0.12599,0.12515999,0.078170002,0.077349998,0.077359997,0.076710001,0.076640002,0.076250002,0.076399997,0.076760001,0.076899998,0.076789998,0.075599998,0.075110003,0.074539997,0.0744,0.074680001,0.36004999,0.35953999,0.35802999,0.35716,0.35651001,0.35771,0.35673001,0.35343999,0.35297,0.35334,0.35652,0.35444,0.35349,0.35372999,0.35212001,0.40777999,0.41010001,0.41282001,0.41942999,0.42263001,0.42923,0.43676999,0.44292,0.44793001,0.45275,0.46323001,0.46664,0.46950001,0.47398999,0.47955999,0.20701,0.20999999,0.20982,0.20994,0.21010999,0.21037,0.211,0.21152,0.21213999,0.21258,0.21696,0.2183,0.21921,0.22014999,0.2207,0.067249998,0.066399999,0.066349998,0.065679997,0.065009996,0.064219996,0.06391,0.062830001,0.06267,0.062830001,0.063979998,0.06363,0.063550003,0.064159997,0.063950002,0.40195,0.40037,0.39671999,0.39372,0.38929999,0.38574001,0.38550001,0.38448,0.38372001,0.38345999,0.37865001,0.37704,0.37253001,0.37215999,0.36954999,0.11743,0.11533,0.11329,0.11303,0.11189,0.11167,0.10943,0.10772,0.10689,0.10602,0.10828,0.10718,0.10626,0.10494,0.10559,0.21284001,0.21235999,0.21122999,0.20896,0.20894,0.20871,0.20784,0.20824,0.20711,0.20629001,0.21066,0.21038,0.21036001,0.20879,0.20768,1.03822,1.03311,1.02981,1.02441,1.0233001,1.01211,1.0142699,1.0138201,1.0197099,1.0283099,1.02337,1.02642,1.0233001,1.0227799,1.02271,0.079000004,0.07801,0.077940002,0.077189997,0.077079996,0.077150002,0.076180004,0.076229997,0.076049998,0.075410001,0.075769998,0.075740002,0.07519,0.075410001,0.076240003,0.14313,0.14055,0.13819,0.13624001,0.13537,0.13377,0.13187,0.13039,0.12878001,0.12716,0.13186,0.13038,0.13008,0.12963,0.1284,0.14386,0.14147,0.14067,0.13872001,0.13834,0.13625,0.13513,0.13406999,0.13268,0.13203,0.1336,0.13350999,0.13341001,0.13098,0.12909,0.080899999,0.08168,0.080899999,0.081069998,0.079920001,0.079489999,0.078610003,0.07858,0.079580002,0.078720003,0.080980003,0.080509998,0.079180002,0.07858,0.078829996,0.16765,0.16791999,0.16699,0.16688,0.167,0.16566999,0.16548,0.16447,0.16373999,0.16411,0.16869999,0.16785,0.168,0.16717,0.16513,0.052870002,0.051229998,0.05023,0.049520001,0.04879,0.048289999,0.0482,0.04716,0.046119999,0.045929998,0.04848,0.049260002,0.048799999,0.049380001,0.048969999,0.28128999,0.27904001,0.27860999,0.27777001,0.27737999,0.27880001,0.27726999,0.27693999,0.27505001,0.27463999,0.27684,0.27697,0.27553001,0.27509999,0.27384999,0.15381999,0.15354,0.15153,0.15099999,0.1499,0.14845,0.148,0.14821,0.1488,0.14884,0.15169001,0.14940999,0.14859,0.14826,0.14771999,0.10711,0.10567,0.10389,0.10282,0.10265,0.10093,0.10112,0.10022,0.099880002,0.099270001,0.099820003,0.099979997,0.09888,0.099490002,0.09815,0.59675002,0.59723002,0.60118997,0.60494,0.61088997,0.61575001,0.6239,0.62887001,0.63451999,0.64083999,0.65917999,0.65851003,0.65755999,0.65884,0.66227001,0.03029,0.02977,0.030200001,0.029519999,0.030060001,0.02974,0.0296,0.028489999,0.028209999,0.02798,0.02788,0.02791,0.0275,0.027079999,0.02692,0.043469999,0.042470001,0.041919999,0.041529998,0.041529998,0.040029999,0.0385,0.037749998,0.037560001,0.037450001,0.036460001,0.036139999,0.035659999,0.035530001,0.034809999,0.22549,0.22266001,0.22043,0.21912999,0.21831,0.21389,0.21435,0.2141,0.21178,0.21064,0.21562999,0.21387,0.21224,0.20933001,0.20787001,0.03156,0.03074,0.030160001,0.029309999,0.02892,0.0284,0.028200001,0.02757,0.027279999,0.027000001,0.027210001,0.027039999,0.02675,0.02682,0.026930001,0.023870001,0.02359,0.0232,0.0229,0.022670001,0.0219,0.02128,0.020710001,0.02079,0.020810001,0.021980001,0.02131,0.021740001,0.02201,0.021439999,0.088119999,0.087410003,0.086450003,0.08557,0.085280001,0.085469998,0.085809998,0.086819999,0.087959997,0.08704,0.085500002,0.085249998,0.085170001,0.083899997,0.083169997,0.10226,0.10053,0.09883,0.09787,0.096129999,0.095799997,0.093759999,0.09313,0.09302,0.092629999,0.095310003,0.093950003,0.09392,0.093649998,0.093850002,0.088930003,0.087789997,0.087269999,0.087200001,0.086089998,0.085220002,0.085390002,0.08422,0.084420003,0.084360003,0.08591,0.085189998,0.08506,0.084150001,0.08433,0.01956,0.01983,0.019549999,0.01904,0.018999999,0.019230001,0.018340001,0.01836,0.01898,0.01873,0.018859999,0.018829999,0.01908,0.019239999,0.019540001,0.36252001,0.35752001,0.36050999,0.35383999,0.35121,0.34459001,0.34055001,0.34139001,0.33987999,0.33634001,0.36307999,0.36241999,0.36263999,0.36230001,0.35962999,0.38233,0.38396001,0.38275999,0.38536999,0.38539001,0.38493001,0.38683999,0.38744,0.38870999,0.38868999,0.39199999,0.39204001,0.39361,0.3933,0.39289999,0.03458,0.034329999,0.03351,0.032600001,0.031860001,0.030649999,0.03032,0.02964,0.02912,0.028550001,0.02949,0.02922,0.02881,0.02915,0.02908,0.19345,0.19057,0.18965,0.19007,0.18864,0.18871,0.18922,0.18871,0.19203,0.19014999,0.19801,0.19731,0.19757999,0.19520999,0.19394,0.082350001,0.081859998,0.081239998,0.080519997,0.078919999,0.077210002,0.077569999,0.077859998,0.077699997,0.076240003,0.079559997,0.079549998,0.078769997,0.078589998,0.078740001,1.00295,1.02292,1.04408,1.06231,1.08385,1.11519,1.12559,1.1340899,1.1475199,1.16383,1.11296,1.12491,1.1333899,1.14803,1.16585,0.034249999,0.03373,0.033130001,0.032310002,0.032439999,0.032109998,0.03105,0.03105,0.03097,0.030710001,0.03049,0.03021,0.02974,0.02957,0.030300001,0.032189999,0.031569999,0.031640001,0.03108,0.03101,0.03074,0.03011,0.02984,0.030099999,0.03001,0.02868,0.027899999,0.026690001,0.0265,0.026939999,0.27454999,0.27531001,0.27406999,0.27302,0.27184001,0.27079999,0.27228001,0.27237999,0.27476999,0.27739,0.28450999,0.28773999,0.29089999,0.2906,0.29012999,0.065250002,0.064429998,0.06357,0.063500002,0.063160002,0.062519997,0.062809996,0.062880002,0.062339999,0.061790001,0.065080002,0.064580001,0.064649999,0.063900001,0.063919999,0.40601999,0.40674001,0.40154999,0.40042999,0.40547001,0.40518001,0.40713,0.40781999,0.40924999,0.42074001,0.36939001,0.37112001,0.37130001,0.37131,0.37184,0.32574001,0.32284001,0.3215,0.32505,0.32554999,0.32706001,0.32442999,0.32649001,0.32710001,0.33691999,0.34062001,0.34441,0.34773001,0.3495,0.34795001,0.24851,0.25145999,0.25494999,0.25705999,0.25961,0.25990999,0.26208001,0.26262999,0.26396999,0.26440999,0.26006001,0.25887001,0.25878,0.2579,0.25611001,0.27677,0.27998999,0.28174001,0.28643,0.28169999,0.28312001,0.28994,0.29539001,0.31156999,0.31751001,0.35262999,0.35324001,0.38003001,0.36987001,0.36713001,0.03067,0.030029999,0.029580001,0.02868,0.028000001,0.02723,0.026900001,0.02605,0.024900001,0.024800001,0.026830001,0.02689,0.027210001,0.027650001,0.02727,0.029209999,0.02871,0.028419999,0.027760001,0.02705,0.02661,0.026319999,0.025760001,0.02527,0.024350001,0.02609,0.02643,0.02592,0.025979999,0.025660001,0.078780003,0.077440001,0.078089997,0.076339997,0.075450003,0.074680001,0.07446,0.074419998,0.073380001,0.073530003,0.07846,0.078989998,0.07852,0.07869,0.078160003,0.059039999,0.059209999,0.059780002,0.059909999,0.059689999,0.059050001,0.05869,0.057670001,0.058789998,0.06005,0.060260002,0.06106,0.059939999,0.060070001,0.060819998,0.0154,0.01537,0.01437,0.01392,0.01383,0.01317,0.01283,0.01299,0.01275,0.01234,0.01256,0.0125,0.01266,0.01286,0.01301,0.076559998,0.0766,0.0757,0.074890003,0.074089997,0.072120003,0.069339998,0.069389999,0.068070002,0.066660002,0.066830002,0.066119999,0.064460002,0.064039998,0.063280001,0.02658,0.026729999,0.02667,0.02678,0.02619,0.02561,0.02548,0.025909999,0.025909999,0.026249999,0.02698,0.02623,0.026310001,0.02606,0.02603,0.065020002,0.063890003,0.062240001,0.061840001,0.061009999,0.059700001,0.058219999,0.057410002,0.057720002,0.056669999,0.0603,0.05948,0.058740001,0.058589999,0.058180001,0.32877001,0.32923001,0.3319,0.33313999,0.33410999,0.33397001,0.33462,0.33623001,0.33768001,0.34246999,0.34784001,0.34748,0.34830999,0.34803,0.34819999,0.04307,0.042289998,0.041529998,0.041510001,0.041510001,0.041390002,0.04053,0.04036,0.039810002,0.040059999,0.0429,0.042369999,0.042210001,0.041359998,0.041060001,0.02084,0.02125,0.021400001,0.02117,0.02079,0.020230001,0.02007,0.01935,0.01928,0.019060001,0.01908,0.019789999,0.01953,0.019509999,0.019160001,0.12664001,0.12684999,0.1284,0.12992001,0.13076,0.13362999,0.13352001,0.13356,0.13245,0.13412,0.1349,0.13468,0.13448,0.13372999,0.13539,0.18442,0.18458,0.1848,0.18486001,0.18602,0.18625,0.18391,0.18365,0.18311,0.18207,0.19121,0.18960001,0.18900999,0.18824001,0.18855,0.037590001,0.036120001,0.034960002,0.034200002,0.03345,0.032600001,0.032480001,0.03187,0.031230001,0.03059,0.030649999,0.03087,0.030370001,0.03067,0.03043,4.5464401,4.63974,4.7591801,4.86338,4.9635801,5.0557799,5.1628499,5.2593799,5.3499999,5.4273701,5.4566598,5.5290599,5.5995402,5.6732602,5.7427201,0.045120001,0.045359999,0.044470001,0.04349,0.043609999,0.043030001,0.042330001,0.041379999,0.0414,0.041689999,0.039919998,0.03963,0.039760001,0.039039999,0.03915,0.086769998,0.085529998,0.083920002,0.08427,0.082850002,0.080629997,0.079010002,0.077720001,0.076370001,0.075709999,0.078419998,0.078950003,0.078280002,0.078369997,0.076980002,0.032540001,0.031330001,0.03101,0.03107,0.030470001,0.02984,0.02918,0.027079999,0.02297,0.023220001,0.025599999,0.025529999,0.02499,0.025180001,0.02513,0.22736999,0.22458,0.22248,0.22126999,0.21938001,0.2193,0.2194,0.21954,0.21807,0.21776,0.21546,0.21432,0.21219,0.20969,0.2096,0.02145,0.020989999,0.019719999,0.01943,0.018990001,0.018279999,0.017580001,0.017379999,0.0173,0.017419999,0.01736,0.017619999,0.017000001,0.017200001,0.016869999,0.68921,0.69796002,0.70756,0.71205002,0.71408999,0.71762002,0.72574002,0.73602998,0.74355,0.75226998,0.76555002,0.77117997,0.77728999,0.78233999,0.78797001,0.035739999,0.035420001,0.034820002,0.03489,0.033550002,0.03365,0.03272,0.03266,0.03221,0.031230001,0.03232,0.032060001,0.03159,0.031380001,0.03167,0.095990002,0.097120002,0.096639998,0.096689999,0.096799999,0.098329999,0.097719997,0.095930003,0.094389997,0.093350001,0.096369997,0.096050002,0.094810002,0.095310003,0.095020004,0.030479999,0.029589999,0.029270001,0.028449999,0.028039999,0.02757,0.026660001,0.026319999,0.026009999,0.025490001,0.02771,0.02764,0.02795,0.02789,0.027939999,0.35964999,0.36008999,0.35749,0.35734999,0.35861,0.35714999,0.35574999,0.3572,0.35317999,0.33601001,0.33632001,0.33653,0.33529001,0.33522001,0.33212,0.29571,0.29481,0.29211,0.29170999,0.29174,0.29227999,0.28986001,0.29027,0.28814,0.28865999,0.29141,0.29212999,0.29341,0.29606,0.29240999,0.13377,0.13293,0.13129,0.13,0.12754001,0.12623,0.12347,0.12187,0.12056,0.11982,0.12662999,0.12540001,0.12372,0.12224,0.12208,0.10934,0.10794,0.1059,0.10449,0.10309,0.10265,0.10166,0.10158,0.1018,0.10123,0.10105,0.10003,0.10066,0.10028,0.10006,0.046220001,0.046549998,0.04637,0.045540001,0.045159999,0.04518,0.044520002,0.04408,0.044070002,0.044070002,0.046039999,0.045389999,0.044149999,0.04304,0.043570001,0.28507,0.28589001,0.28735,0.28926,0.29475999,0.29894999,0.30145001,0.30761001,0.30787,0.30969,0.32861999,0.32696,0.32605001,0.32839,0.32822001,0.069109999,0.067620002,0.066849999,0.066500001,0.064929999,0.063840002,0.063139997,0.063100003,0.062930003,0.063440003,0.063550003,0.063040003,0.063419998,0.063359998,0.06284,0.36205,0.35749999,0.35154,0.34648001,0.34492999,0.34211999,0.34265,0.34402001,0.34277001,0.34254,0.35370001,0.34744,0.34433001,0.34395999,0.34064999,0.061129998,0.060589999,0.05982,0.05923,0.05906,0.05948,0.059300002,0.059429999,0.060169999,0.059939999,0.059130002,0.05861,0.058510002,0.05717,0.056979999,0.0348,0.033659998,0.033360001,0.03325,0.032269999,0.03176,0.031380001,0.03087,0.030510001,0.030309999,0.03229,0.031690001,0.03139,0.031500001,0.031099999,0.10684,0.10465,0.10449,0.10408,0.10292,0.10233,0.10183,0.10148,0.1006,0.099679999,0.10164,0.10123,0.10104,0.1014,0.10148,0.16944,0.16835999,0.16609,0.16437,0.16425,0.16289,0.1612,0.16168,0.16139001,0.16046,0.16485,0.16455001,0.16452,0.16458,0.16416,0.034400001,0.033610001,0.032990001,0.03193,0.031160001,0.03052,0.02988,0.029610001,0.02909,0.028349999,0.03108,0.031270001,0.030850001,0.03094,0.03105,0.05948,0.058139998,0.057599999,0.057270002,0.056310002,0.0557,0.055190001,0.054409999,0.05418,0.053300001,0.056609999,0.05672,0.056049999,0.056419998,0.055599999,0.16757999,0.16639,0.1665,0.16659001,0.16754,0.16753,0.16494,0.16315,0.16266,0.16103999,0.16294,0.16339999,0.16173001,0.16082001,0.15936001,0.044349998,0.043329999,0.042610001,0.041140001,0.040509999,0.039820001,0.03937,0.038520001,0.038040001,0.038490001,0.038369998,0.038419999,0.038150001,0.038059998,0.037560001,0.061889999,0.0612,0.061480001,0.060910001,0.060339998,0.059980001,0.059900001,0.059700001,0.05993,0.059739999,0.060929999,0.060849998,0.06061,0.060710002,0.060649998,0.072180003,0.070090003,0.068740003,0.067639999,0.066990003,0.066610001,0.064470001,0.064010002,0.06256,0.062059999,0.069870003,0.070349999,0.069130003,0.069459997,0.069159999,0.059939999,0.058600001,0.05751,0.056260001,0.055840001,0.054389998,0.053350002,0.053149998,0.052820001,0.052719999,0.05632,0.055429999,0.055210002,0.055709999,0.055330001,0.18277,0.18273,0.18324,0.18539,0.18675999,0.18787,0.18925001,0.19471,0.19779,0.19994,0.21732,0.22040001,0.22351,0.22669999,0.22897001,0.09629,0.095250003,0.095789999,0.094410002,0.093220003,0.094070002,0.09409,0.094070002,0.093659997,0.093039997,0.096469998,0.096620001,0.09787,0.098439999,0.098499998,0.029589999,0.028750001,0.02846,0.027650001,0.026900001,0.026009999,0.02557,0.025359999,0.024660001,0.024250001,0.02502,0.025389999,0.02538,0.02603,0.025839999,0.64691001,0.64467001,0.63960999,0.63666999,0.63362998,0.63256001,0.63214999,0.63015002,0.63226998,0.63357002,0.64557999,0.64393002,0.64217001,0.64155,0.63793999,0.058010001,0.056499999,0.05421,0.052960001,0.051589999,0.050829999,0.049740002,0.049139999,0.048319999,0.048080001,0.049570002,0.04913,0.048579998,0.048099998,0.04803,0.10732,0.10607,0.10517,0.10442,0.10462,0.10348,0.10168,0.10039,0.10128,0.10079,0.10113,0.10101,0.10009,0.1001,0.10015,0.63085002,0.63371003,0.63755,0.65473998,0.66144001,0.67506999,0.69164002,0.69406003,0.71113002,0.71341002,0.71612,0.73383999,0.76296997,0.75905001,0.75194001,0.05663,0.055470001,0.05452,0.053780001,0.053259999,0.052519999,0.05198,0.051339999,0.05088,0.04984,0.051729999,0.051819999,0.051970001,0.05164,0.051550001,0.03534,0.034940001,0.034230001,0.0339,0.033780001,0.033039998,0.032030001,0.031690001,0.031970002,0.031429999,0.033179998,0.032000002,0.03207,0.031860001,0.031970002,0.073530003,0.071510002,0.070069999,0.069360003,0.069540001,0.06769,0.06701,0.06724,0.066330001,0.065959997,0.06983,0.069619998,0.069629997,0.069289997,0.069559999,0.53645998,0.53868997,0.53987998,0.53737998,0.53807998,0.53887999,0.53913999,0.54105002,0.54109001,0.54364002,0.55757999,0.55733001,0.5589,0.55830002,0.55755001,0.050960001,0.05077,0.048999999,0.04775,0.046009999,0.046289999,0.04572,0.045230001,0.045170002,0.045600001,0.049460001,0.049059998,0.048999999,0.04992,0.050799999,4.53546,4.56251,4.5996099,4.6098099,4.6187201,4.6438298,4.6833801,4.7507501,4.8231702,4.9086399,4.9928198,5.00914,5.0382099,5.0612102,5.0880299,0.22544999,0.22518,0.22702,0.22688,0.22623,0.22449,0.22396,0.22637001,0.22747,0.23013,0.22984999,0.23222999,0.23453,0.23469999,0.23465,1.7006299,1.70345,1.70349,1.70744,1.71178,1.71568,1.72563,1.73764,1.75073,1.76255,1.78257,1.78861,1.78904,1.78574,1.78406,0.027939999,0.027079999,0.02636,0.02603,0.025210001,0.02524,0.02478,0.02454,0.024630001,0.024350001,0.02551,0.02544,0.02533,0.02531,0.025389999,0.067460001,0.065889999,0.063589998,0.062369999,0.061129998,0.06064,0.05872,0.058899999,0.058910001,0.058600001,0.060079999,0.060389999,0.061250001,0.061069999,0.061099999,0.045150001,0.044059999,0.042909998,0.04219,0.041529998,0.040819999,0.039969999,0.03946,0.038520001,0.037530001,0.038589999,0.037909999,0.03754,0.0372,0.037689999,0.047510002,0.047120001,0.046270002,0.045290001,0.044319998,0.044270001,0.043869998,0.044,0.04346,0.043419998,0.044229999,0.043900002,0.043540001,0.043499999,0.042970002,0.024019999,0.0241,0.02413,0.023499999,0.02328,0.02218,0.021740001,0.021360001,0.021260001,0.02107,0.02258,0.02228,0.0217,0.021670001,0.02111,0.05449,0.053660002,0.053300001,0.05308,0.054049999,0.053229999,0.051690001,0.050450001,0.050549999,0.051290002,0.057489999,0.05641,0.05737,0.0579,0.058010001,0.25946999,0.25630999,0.25352001,0.25011,0.24834,0.24404,0.24038,0.23757,0.23668,0.23488,0.2411,0.23858,0.23706,0.23614,0.23528001,0.081759997,0.081200004,0.080310002,0.079049997,0.07745,0.075539999,0.074709997,0.073870003,0.07344,0.073430002,0.079470001,0.079499997,0.079470001,0.080009997,0.078910001,0.032919999,0.03229,0.03136,0.03087,0.031020001,0.03001,0.029610001,0.02942,0.02922,0.029200001,0.029899999,0.02977,0.029689999,0.029589999,0.02902,0.068729997,0.067790002,0.067050003,0.066859998,0.067209996,0.067929998,0.066880003,0.068149999,0.068790004,0.068460003,0.070469998,0.070419997,0.070179999,0.070409998,0.070220001,0.0174,0.01694,0.016620001,0.01605,0.01537,0.01498,0.01488,0.01432,0.01395,0.01408,0.01482,0.01524,0.01524,0.01562,0.01506,0.064719997,0.063189998,0.06219,0.061489999,0.060449999,0.059730001,0.058839999,0.05804,0.05762,0.05683,0.057890002,0.05838,0.05731,0.056279998,0.055980001,0.025180001,0.02499,0.024259999,0.023879999,0.02293,0.02289,0.02203,0.021679999,0.02117,0.021090001,0.02238,0.022569999,0.022260001,0.02186,0.02176,0.10304,0.10216,0.10103,0.10053,0.097779997,0.097580001,0.097329997,0.097779997,0.09595,0.094740003,0.093939997,0.092390001,0.091190003,0.091049999,0.090279996,0.037629999,0.037450001,0.035950001,0.035519999,0.034540001,0.03475,0.033769999,0.032900002,0.032710001,0.032400001,0.032990001,0.033059999,0.032600001,0.032060001,0.031569999,1.57857,1.58246,1.57236,1.5579,1.5427099,1.5358599,1.5281,1.53317,1.53968,1.55085,1.57762,1.5803,1.59303,1.60601,1.6163599,0.17285,0.17471001,0.17575,0.17645,0.17645,0.17694999,0.17821001,0.17906,0.17908999,0.18029,0.18871,0.18979,0.18971001,0.19135,0.19204,0.1781,0.17852999,0.18034001,0.18143,0.18314999,0.18425,0.18686999,0.18855999,0.19047,0.18982001,0.20039999,0.2017,0.20231,0.20269001,0.20384,0.19183999,0.19459,0.19434001,0.19656999,0.19908001,0.2022,0.208,0.21334,0.21468,0.21789999,0.21458,0.2156,0.21663,0.21752,0.21888,0.082999997,0.082180001,0.08151,0.0823,0.082170002,0.082379997,0.081689999,0.081380002,0.082000002,0.081610002,0.082589999,0.082850002,0.083039999,0.082819998,0.082400002,0.38117999,0.38462999,0.38598999,0.38981,0.39370999,0.40022001,0.40509999,0.41068,0.41418999,0.41747001,0.42177999,0.42414999,0.42669001,0.43046001,0.43147999,0.11128,0.11287,0.11417,0.11442,0.11466,0.1156,0.11583,0.11514,0.11708,0.11618,0.11623,0.11715,0.11799,0.12008,0.12206,0.30041,0.29624,0.29784,0.29578999,0.29402,0.29271001,0.29126999,0.29027,0.29065999,0.28972,0.28705001,0.28630999,0.28152001,0.27904999,0.27778,0.87006003,0.90250999,0.93361998,0.96717,1.00936,1.05628,1.0956,1.12806,1.15999,1.18576,1.19306,1.2164,1.2325799,1.24535,1.26413,0.19363999,0.19408999,0.19381,0.19441999,0.19576,0.19702999,0.19566,0.19611999,0.19732,0.19729,0.19964001,0.19993,0.19995999,0.19935,0.19972,0.49662,0.49564999,0.49439999,0.49495,0.49193001,0.48931,0.48747,0.48565,0.48572999,0.48526999,0.49682,0.49448001,0.49283999,0.48963001,0.48831999,0.27702999,0.27627,0.27722999,0.27807,0.28319001,0.28512999,0.28714001,0.28909001,0.29172999,0.29262999,0.28650999,0.28755999,0.29047999,0.29587999,0.29706001,0.082769997,0.0836,0.0845,0.08439,0.086620003,0.086139999,0.085809998,0.086070001,0.086369999,0.08653,0.084940001,0.084930003,0.084639996,0.084399998,0.084059998,0.16061001,0.15911999,0.15772,0.15689,0.15746,0.15729,0.15656,0.15594999,0.15651999,0.15575001,0.13857999,0.13834,0.13644999,0.13567001,0.13409001,0.18678001,0.18741,0.18833999,0.189,0.18912999,0.19052,0.18956999,0.19074,0.19144,0.19057,0.20052999,0.20285,0.20097999,0.20056,0.19888,0.61633003,0.63202,0.64823002,0.66566002,0.68927002,0.71113998,0.72398001,0.73737001,0.74735999,0.75652999,0.74495,0.75282001,0.75913,0.76819003,0.77955002,0.13039,0.13138001,0.13149001,0.13217001,0.13383,0.13304,0.13402,0.13293999,0.13358,0.13328999,0.12715,0.12763,0.12806,0.12826,0.12875,0.13039,0.12846,0.12792,0.12779,0.12744001,0.12769,0.12769,0.12816,0.12884,0.1287,0.12986,0.12981001,0.12921,0.12785,0.12725,0.34171,0.34395999,0.34404001,0.34718001,0.35087001,0.35477,0.35988,0.36161,0.36204001,0.36348,0.37424999,0.37830999,0.38227999,0.38141,0.38282001,0.88659,0.88688999,0.88292003,0.87774003,0.87366003,0.87273002,0.87133002,0.87301999,0.87413001,0.88423002,0.90726,0.91219997,0.91175002,0.91385001,0.91833001,0.05342,0.05319,0.05319,0.052749999,0.052900001,0.05249,0.052549999,0.05156,0.05156,0.05209,0.050999999,0.050489999,0.050420001,0.049880002,0.04978,0.10162,0.10162,0.1027,0.1031,0.10304,0.1042,0.10425,0.10498,0.10636,0.10703,0.10807,0.1098,0.10874,0.10881,0.10815,0.26866999,0.26908001,0.27094001,0.27230999,0.27168,0.27305999,0.27366999,0.27316001,0.27039999,0.26771,0.27754,0.27458,0.27471,0.27291,0.27223,0.15481,0.15631001,0.15801001,0.15857001,0.16003001,0.16114999,0.16224,0.16294,0.164,0.16497999,0.15965,0.15963,0.16086,0.16107,0.15891001,0.72413999,0.74763,0.76030999,0.77170998,0.77736998,0.78097999,0.78459001,0.80944002,0.79689997,0.80937999,0.74212998,0.73640001,0.75770003,0.74422002,0.74250001,0.33223,0.33443001,0.33522001,0.33825001,0.34244999,0.34652999,0.35168999,0.35655999,0.35767001,0.36159,0.35607001,0.35455999,0.35738999,0.35607001,0.35758001,0.24503,0.2448,0.24488001,0.243,0.24118,0.23954999,0.23885,0.23684999,0.23805,0.23628999,0.21691,0.21613,0.21540999,0.21238001,0.21146999,0.09629,0.095980003,0.095720001,0.095380001,0.09505,0.094570003,0.093759999,0.094740003,0.095069997,0.09403,0.10276,0.10151,0.10233,0.10136,0.10165,0.094039999,0.092840001,0.091679998,0.091569997,0.09025,0.090109996,0.091109999,0.090949997,0.092139997,0.0911,0.093079999,0.092699997,0.092469998,0.092220001,0.092239998,0.071630001,0.0713,0.071149997,0.070759997,0.070919998,0.069470003,0.069329999,0.06814,0.067620002,0.067060001,0.068570003,0.068669997,0.06859,0.068149999,0.067450002,0.91606998,0.91605002,0.91639,0.92144001,0.92352003,0.92614001,0.93269998,0.93974,0.94621003,0.95393997,0.96719003,0.97232997,0.97727001,0.98199999,0.98275,0.11654,0.11753,0.11771,0.11794,0.11797,0.11939,0.11892,0.11949,0.11997,0.11926,0.12192,0.12267,0.1213,0.12082,0.12013,0.067809999,0.067149997,0.06724,0.068080001,0.067740001,0.07525,0.0801,0.081720002,0.086649999,0.090829998,0.078840002,0.079159997,0.077480003,0.076860003,0.076719999,0.15309,0.15316001,0.15233999,0.15063,0.1498,0.14861,0.14888,0.14893,0.14899001,0.14859,0.14697,0.14636,0.14486,0.14470001,0.14447001,2.6118901,2.6454401,2.6695299,2.7144101,2.74581,2.7831299,2.83324,2.8726299,2.9224,2.96545,2.9669499,3.01213,3.05251,3.08411,3.10797,0.13856,0.14077,0.14168,0.14363,0.14445999,0.14483,0.14487,0.14658999,0.14722,0.14667,0.14394,0.14486,0.14532,0.14567,0.14545,0.42379999,0.42148,0.42216,0.42076999,0.42111,0.42045,0.41878,0.42028999,0.41975001,0.41898999,0.39945999,0.39796999,0.39140999,0.38442999,0.38108,0.47848001,0.48115,0.48179001,0.48078999,0.48337999,0.48377001,0.48427999,0.48539999,0.49017,0.48967999,0.49318999,0.49307001,0.49379,0.49660999,0.49880001,0.076970004,0.077579997,0.075690001,0.074309997,0.072760001,0.070890002,0.068669997,0.068619996,0.069580004,0.06814,0.06825,0.067299999,0.065470003,0.063850001,0.062650003,0.078840002,0.079839997,0.078330003,0.079899997,0.079769999,0.080399998,0.080300003,0.080760002,0.081009999,0.08202,0.08608,0.085759997,0.084909998,0.085040003,0.085890003,0.14861999,0.15119,0.15546,0.15831,0.15995,0.16376001,0.16672,0.1699,0.17020001,0.17084999,0.16933,0.16806,0.16922,0.16883001,0.16858,0.22544999,0.23106,0.23518001,0.23893,0.24212,0.24421,0.24766,0.25161001,0.25547999,0.25542,0.24682,0.24713001,0.24491,0.24575999,0.24875,0.37083,0.36994001,0.3698,0.37167999,0.37143999,0.37353,0.37373,0.37562001,0.37573001,0.37718999,0.37207001,0.37513,0.37535,0.37380001,0.37617999,0.24116001,0.24173,0.24216001,0.24594,0.24884,0.25075001,0.25165999,0.25312001,0.25466001,0.25580999,0.25791001,0.25786999,0.25865,0.26032999,0.26194,0.11549,0.116,0.11589,0.11609,0.11467,0.11473,0.1153,0.11518,0.11533,0.1151,0.11228,0.11204,0.113,0.11157,0.11043,0.36831999,0.36895999,0.3678,0.36928999,0.36916,0.36945999,0.37342,0.37507999,0.37771001,0.3802,0.36908999,0.36849999,0.36717999,0.36496001,0.36307999,0.08422,0.084370002,0.084399998,0.084399998,0.084140003,0.0854,0.08585,0.08591,0.086520001,0.086350001,0.085560001,0.086039998,0.086709999,0.086860001,0.087530002,0.94295001,0.94729,0.95071,0.95349002,0.95582002,0.96842003,0.97092003,0.98063999,0.98795003,0.99769998,1.06995,1.0743999,1.07052,1.08073,1.08266,0.32999,0.32413,0.32326001,0.31806999,0.31275001,0.31075999,0.31062999,0.31075001,0.30825001,0.30956,0.29238001,0.29177001,0.28615999,0.28527001,0.28163001,0.18025,0.18012001,0.17992,0.18122,0.18155999,0.18208,0.18352,0.18584999,0.18717,0.18794,0.18819,0.18679,0.18592,0.18532,0.18592,0.17532,0.17307,0.17603999,0.1778,0.17876001,0.18108,0.18194,0.18289,0.18450999,0.18396001,0.18218,0.18347999,0.18433,0.18539,0.18596999,0.44815999,0.44786999,0.44940001,0.44958001,0.45034999,0.45107001,0.45141,0.45162001,0.45466,0.45495999,0.46270001,0.46384001,0.46461999,0.46388999,0.46467,0.15097,0.15219,0.15253,0.15436,0.15546,0.15621001,0.15772,0.15824001,0.15933999,0.16060001,0.15407,0.15381999,0.15342,0.15431,0.15572,0.052480001,0.052340001,0.052159999,0.051630002,0.050629999,0.050190002,0.049529999,0.049010001,0.048930001,0.04851,0.048829999,0.04823,0.04764,0.047479998,0.047339998,0.46456999,0.46076,0.46222001,0.46402001,0.46406999,0.4619,0.46191999,0.46257001,0.46364,0.46167001,0.4689,0.46895999,0.46702,0.46555999,0.46375999,0.13511001,0.13597,0.13523,0.13448,0.13395999,0.13493,0.13456,0.13418999,0.13384999,0.13243,0.13491,0.13397001,0.13298,0.13376001,0.13289,6.94067,6.9524598,6.9623299,6.9841099,6.9963899,7.01057,7.0475502,7.11766,7.17414,7.21594,7.4222698,7.46562,7.5132699,7.5728202,7.6002598,0.39206001,0.39763001,0.40649,0.41334999,0.42067999,0.43147001,0.44589999,0.45559001,0.46867999,0.47589001,0.48677999,0.48864999,0.49563,0.50084001,0.50814998,0.23341,0.2335,0.23360001,0.2341,0.23579,0.23751,0.23872,0.23902,0.23830999,0.23827,0.23385,0.23424,0.23415001,0.23464,0.23262,1.51683,1.51972,1.5172,1.52382,1.52873,1.5342,1.55178,1.56855,1.57813,1.58729,1.60023,1.60583,1.6167099,1.63367,1.63929,0.17613,0.17499,0.17613,0.17501999,0.17361,0.17429,0.17231999,0.17092,0.17104,0.17126,0.16361,0.1629,0.16087,0.16064,0.15892,0.31845999,0.31595999,0.31545001,0.31698999,0.31777999,0.32054001,0.32170999,0.32282999,0.32414001,0.32710001,0.31867,0.32080999,0.317,0.31837001,0.31797999,0.13399,0.1338,0.13420001,0.13271999,0.13371,0.13482,0.13561,0.13578001,0.13613001,0.13663,0.14199001,0.14206,0.14084999,0.14076,0.1418,0.52917999,0.53531998,0.54297,0.55096,0.55454999,0.56006998,0.56696999,0.57278001,0.57384998,0.57748997,0.59017003,0.59377003,0.59587002,0.59680998,0.60014999,0.15587001,0.15666001,0.15794,0.15783,0.1596,0.1612,0.16203,0.16328,0.16467001,0.16573,0.15879001,0.15908,0.15827,0.15831999,0.15804,0.079190001,0.078529999,0.07841,0.07869,0.076990001,0.075130001,0.074819997,0.07429,0.073710002,0.07339,0.077140003,0.077909999,0.076459996,0.076590002,0.075939998,0.1237,0.122,0.12188,0.12048,0.11874,0.11866,0.11723,0.11703,0.11577,0.11503,0.1129,0.11281,0.11144,0.11005,0.10918,0.25217,0.24790999,0.24762,0.24672,0.24417999,0.24177,0.24053,0.23951,0.23759,0.23633,0.24571,0.24436,0.23946001,0.23513,0.23359001,0.14124,0.13984001,0.13700999,0.13655999,0.13753,0.13761,0.13889,0.13951001,0.13849001,0.13752,0.13854,0.13864,0.13842,0.13799,0.1388,0.23464,0.23796,0.2397,0.24253,0.24491,0.24932,0.2509,0.25169,0.25016001,0.25172001,0.24755999,0.24709,0.24408001,0.24413,0.24445,0.098140001,0.09809,0.09764,0.096819997,0.096199997,0.096890002,0.096390001,0.095729999,0.095480002,0.095980003,0.095380001,0.09505,0.094470002,0.093680002,0.093589999,0.26600999,0.26609999,0.26660001,0.26607001,0.26745,0.26863,0.26945999,0.2714,0.27077001,0.27173999,0.26853001,0.26828,0.26703,0.26967999,0.26866999,0.081069998,0.081419997,0.081309997,0.081600003,0.0823,0.08286,0.083829999,0.083360001,0.083310001,0.082910001,0.083190002,0.084279999,0.084370002,0.084629998,0.084299996,0.65439999,0.64849001,0.64616001,0.64420998,0.6426,0.64403999,0.64657998,0.64964002,0.65388,0.65880001,0.65565997,0.65818,0.65644997,0.65380001,0.65315998,0.17066,0.16989,0.17057,0.1698,0.18292999,0.18814,0.18824001,0.17779,0.17783999,0.17794999,0.18271001,0.18255,0.18035001,0.17941,0.17862999,0.099770002,0.098470002,0.099359997,0.098360002,0.098240003,0.097889997,0.096790001,0.09702,0.096720003,0.096069999,0.09516,0.095239997,0.095200002,0.095129997,0.094779998,0.71307999,0.72649002,0.73802,0.75204003,0.76966,0.79122001,0.80738002,0.81274998,0.82277,0.83257997,0.83868003,0.84829003,0.85206002,0.86181003,0.87339997,0.13316999,0.13172001,0.13237,0.13208,0.13196,0.13175,0.1311,0.13158,0.13051,0.13166,0.13313,0.13214999,0.1303,0.12907,0.12913001,0.18208,0.18336999,0.18441001,0.18547,0.18883,0.19029,0.19140001,0.19194999,0.19373,0.19486,0.19811,0.20029999,0.1999,0.19984999,0.20006999,0.30120999,0.30125999,0.30210999,0.30399001,0.3055,0.30704999,0.31007001,0.31239,0.31226,0.31200001,0.31457999,0.31264001,0.31268001,0.31173,0.30952999,0.1256,0.12414,0.12379,0.12279,0.13146999,0.1356,0.13393,0.13259,0.13217001,0.13070001,0.12890001,0.12875,0.12763,0.12683,0.12537,0.16786,0.16798,0.16809,0.16694,0.16760001,0.16868,0.17072999,0.17185,0.17365,0.17377999,0.17508,0.17544,0.17463,0.17309,0.17166001,0.26523,0.26789001,0.2719,0.27320001,0.27822,0.27908,0.27520001,0.27206999,0.27013001,0.26501,0.28703001,0.29649001,0.29276001,0.29245999,0.29139,0.065949999,0.066890001,0.067340001,0.066830002,0.067270003,0.067309998,0.06741,0.066770002,0.066930003,0.065930001,0.063550003,0.064060003,0.063139997,0.06323,0.062870003,0.20826,0.20852,0.21036001,0.21258,0.21396001,0.21567,0.2158,0.21754,0.2185,0.2192,0.21340001,0.21265,0.21343,0.21286,0.21319,0.1002,0.10087,0.099679999,0.099629998,0.099979997,0.10077,0.10104,0.10163,0.10169,0.10063,0.10119,0.10071,0.099830002,0.099629998,0.0999,0.11739,0.11791,0.11728,0.1171,0.11635,0.11772,0.11745,0.11651,0.11512,0.11569,0.10977,0.10918,0.10859,0.10725,0.10704,0.22663,0.22814,0.23159,0.23429,0.23677,0.24202,0.2473,0.25183001,0.25514999,0.25835001,0.26534,0.26745999,0.26879999,0.27282,0.27474001,0.13967,0.14060999,0.14187001,0.14229999,0.14357001,0.14263999,0.14236,0.14261,0.14165001,0.14092,0.13752,0.13727,0.1348,0.13349,0.13303,0.31795999,0.31755,0.31597999,0.31505001,0.31523001,0.31457999,0.31428999,0.3145,0.31279001,0.31274,0.31641999,0.31505001,0.31358999,0.31244001,0.31207001,0.37676999,0.38201001,0.38813001,0.39478001,0.40175,0.40858999,0.41766,0.42434001,0.43101001,0.4355,0.43604001,0.44013,0.44351,0.44492,0.44812,0.067840002,0.068449996,0.069490001,0.069729999,0.070069999,0.069679998,0.069499999,0.069190003,0.068939999,0.068740003,0.071269996,0.071000002,0.070289999,0.070220001,0.070409998,0.22917999,0.22991,0.23074,0.23014,0.23273,0.23382001,0.23396,0.23497,0.23679,0.23534,0.23841999,0.23985,0.24011,0.23966999,0.23977,0.46981001,0.47850999,0.48978999,0.50822997,0.52149999,0.53356999,0.55186999,0.56604999,0.57725,0.58095002,0.60408002,0.60781997,0.61422998,0.62453997,0.63489997,0.10574,0.10661,0.10868,0.10895,0.11107,0.1116,0.11194,0.11351,0.1139,0.1138,0.10842,0.10818,0.10761,0.10634,0.10645,0.048629999,0.048020002,0.047419999,0.047120001,0.047759999,0.047139999,0.046440002,0.04611,0.046519998,0.046190001,0.047770001,0.048319999,0.046939999,0.046179999,0.045079999,0.14488,0.14613,0.14721,0.14848,0.14849,0.14929,0.15026,0.14988001,0.14926,0.14887001,0.14922,0.14669,0.14546999,0.14579,0.14493001,0.29286999,0.29197001,0.29319,0.29326999,0.29245001,0.29111001,0.29139,0.29148999,0.29139999,0.29135999,0.28703001,0.28738999,0.28279001,0.27985999,0.27597001,0.68489999,0.67611003,0.67448997,0.66830999,0.66062999,0.65704,0.65636998,0.65521002,0.65314001,0.65446001,0.65239,0.65161997,0.64563,0.63902003,0.63033998,0.1328,0.13338999,0.13271999,0.13274001,0.13457,0.13619,0.13537,0.13634001,0.13586999,0.13565999,0.12665001,0.12643,0.12495,0.12522,0.12434,0.56335998,0.56655002,0.57108003,0.57576001,0.58284003,0.58833998,0.59430999,0.59946001,0.60623002,0.60852998,0.63177001,0.63385999,0.63448,0.63687998,0.63824999,0.022639999,0.02244,0.022770001,0.02286,0.02272,0.022190001,0.02273,0.022050001,0.02234,0.022369999,0.022740001,0.022879999,0.022150001,0.0222,0.02197,0.16636001,0.16522001,0.16559,0.16538,0.16541,0.1655,0.16536,0.16571,0.16637,0.16504,0.17066,0.17111,0.17069,0.16755,0.16825999,0.2207,0.22284999,0.22262999,0.22225,0.22022,0.22148,0.22429,0.22599,0.22696,0.22871999,0.23337001,0.23496,0.23413999,0.23524,0.23655,0.16328,0.16366,0.16408999,0.16496,0.1674,0.16865,0.17045,0.17072,0.17278001,0.17377,0.17556,0.17660999,0.17541,0.17698,0.17773999,0.33407,0.34492001,0.35499001,0.36533999,0.37810001,0.39318001,0.41510999,0.43035001,0.44663,0.45840999,0.47453001,0.48039001,0.49028,0.50032997,0.51283997,0.33548,0.34066001,0.34812,0.35828999,0.36882001,0.38016999,0.39523,0.40615001,0.41376001,0.42078,0.42267001,0.42901999,0.43603,0.44259,0.44874999,0.16413,0.16582,0.16595,0.16633999,0.16744,0.16897,0.16997001,0.17055,0.17037,0.17019001,0.17337,0.17305,0.17558999,0.17727999,0.17826,0.11995,0.12698001,0.13415,0.14145,0.14673001,0.15312999,0.161,0.16909,0.17478,0.17737,0.17114,0.17351,0.17409,0.17554,0.17668,0.22916999,0.22961,0.23373,0.23409,0.23554,0.23767,0.23980001,0.24093001,0.24253,0.24420001,0.24801999,0.24997,0.25049001,0.25189999,0.25257,0.11943,0.12015,0.11946,0.1186,0.11773,0.1185,0.1195,0.12007,0.12157,0.12253,0.12426,0.12427,0.12639999,0.12484,0.1252,0.12633,0.12683,0.12689,0.12724,0.13017,0.13088,0.13131,0.13328999,0.13315,0.1329,0.14346001,0.14202,0.14392,0.14302,0.14142001,0.081749998,0.084129997,0.085490003,0.086410001,0.088469997,0.088069998,0.088930003,0.089659996,0.090259999,0.089579999,0.08805,0.088059999,0.088420004,0.088420004,0.087860003,0.15601,0.15566,0.15595999,0.15542001,0.1561,0.15419,0.15293001,0.15042,0.15047,0.1499,0.15293001,0.15283,0.15119,0.15101001,0.15165,0.92821997,0.93770999,0.94777,0.96486998,0.97872001,1.0005701,1.02668,1.04485,1.06591,1.0866899,1.1423399,1.1530401,1.17185,1.18664,1.2046,0.10915,0.1098,0.11115,0.11175,0.11198,0.11258,0.1136,0.11524,0.11424,0.11257,0.11728,0.11875,0.11882,0.11912,0.11959,0.19984999,0.19960999,0.20069,0.20315,0.20417,0.20434999,0.20449001,0.20577,0.20668,0.20748,0.2084,0.2088,0.20774999,0.20659,0.20486,0.14113,0.13964,0.14002,0.13924,0.1398,0.14009,0.13879,0.13884,0.13665999,0.13706,0.13602,0.1355,0.13479,0.13401,0.13236,0.35969999,0.36443999,0.36669001,0.36974999,0.37321001,0.37687999,0.3786,0.38282001,0.38643,0.38813001,0.35681,0.35508999,0.35505,0.35585999,0.35503,0.070950001,0.069119997,0.069370002,0.069449998,0.069449998,0.070390001,0.070710003,0.071230002,0.070660003,0.070990004,0.073490001,0.073590003,0.071879998,0.072530001,0.072140001,0.23266999,0.23349001,0.23451,0.2361,0.23774999,0.2403,0.24253,0.24367,0.24772,0.24986,0.25005001,0.24893001,0.25038999,0.25253999,0.25562999,0.58816999,0.58728999,0.58798999,0.58740002,0.5862,0.58749998,0.59584999,0.59715003,0.59935999,0.60095,0.61861002,0.61765999,0.61873001,0.62168998,0.62485999,0.25409999,0.25397,0.25113001,0.25185999,0.25189999,0.24864,0.25562,0.25845,0.25735,0.25635999,0.25742999,0.25749999,0.25613001,0.25635001,0.25713,0.77335,0.79167998,0.81278002,0.83759999,0.86084998,0.89381999,0.95986003,0.99702001,1.02461,1.04822,1.07863,1.10041,1.12173,1.14432,1.17029,0.23378,0.23176,0.23117,0.23081,0.23062,0.22864,0.23073,0.23093,0.23026,0.22874001,0.23360001,0.23187,0.23073,0.23196,0.23034,0.41479999,0.41345,0.41365999,0.41607001,0.41477999,0.41312999,0.42383999,0.42197001,0.42517,0.42511001,0.42109999,0.41835999,0.41602001,0.41327,0.41145,0.33024999,0.33061001,0.33078,0.33313,0.33704999,0.34224999,0.34624001,0.34775001,0.35099,0.35418999,0.35824001,0.36046001,0.36254001,0.36223,0.36197999,0.15728,0.15440001,0.15342,0.15161,0.15123001,0.14979,0.14922,0.1488,0.14731,0.14729001,0.14334001,0.14234,0.14162999,0.13995001,0.13885,0.98601002,0.99610001,1.00734,1.01803,1.0351501,1.05152,1.07741,1.0893101,1.1029201,1.11492,1.17601,1.20003,1.2307301,1.23848,1.25064,2.5201299,2.5086401,2.4981999,2.49387,2.50038,2.5033901,2.5334401,2.5241399,2.52614,2.5362301,2.5560901,2.5694201,2.5732801,2.55164,2.5260301,1.83514,1.8297499,1.82842,1.8358901,1.84079,1.84399,1.82944,1.8431799,1.8587199,1.87554,1.9317,1.93907,1.94653,1.9578201,1.9720401,0.10579,0.10478,0.10503,0.10448,0.105,0.10382,0.10376,0.10379,0.10424,0.10439,0.10131,0.10081,0.1,0.099330001,0.09894,0.099490002,0.098339997,0.09736,0.096879996,0.096359998,0.095760003,0.07457,0.072279997,0.071000002,0.065839998,0.06899,0.066849999,0.066229999,0.06679,0.06679,0.10903,0.10793,0.10659,0.10556,0.10455,0.10252,0.10402,0.10452,0.10553,0.1046,0.1038,0.10317,0.1025,0.10266,0.10151,0.16779,0.16606,0.16482,0.16425,0.1613,0.16291,0.16435,0.16430999,0.16281,0.16118,0.17155001,0.16953,0.16861001,0.16701999,0.16412,0.20212001,0.19931,0.19735,0.19476999,0.19188,0.18912999,0.19144,0.18923999,0.18923999,0.18989,0.20833001,0.20823,0.20446,0.20475,0.20466,0.25512999,0.25452,0.25586,0.25635001,0.25904,0.25953001,0.26080999,0.26317,0.26482999,0.26401001,0.26732999,0.26820001,0.27035001,0.27112001,0.27142,4.12919,4.11408,4.1043801,4.1147299,4.1277199,4.1185899,4.3088598,4.3070002,4.3102398,4.3463302,4.4085398,4.4151802,4.4429598,4.4527898,4.4604201,0.094020002,0.09183,0.089769997,0.088330001,0.086920001,0.084940001,0.083230004,0.082599998,0.0814,0.081019998,0.077349998,0.076739997,0.075779997,0.075369999,0.074869998,0.21365,0.21197,0.21025001,0.20908999,0.2068,0.20524,0.21002001,0.20902,0.20958,0.2097,0.20178001,0.20155001,0.1997,0.19705001,0.19813,0.35398999,0.35288,0.35165,0.34897,0.34922999,0.35189,0.35641,0.35834,0.35455,0.35330001,0.33967,0.33820999,0.33656999,0.33746001,0.33700001,0.21245,0.20956001,0.20726,0.20615,0.20472001,0.20135,0.20059,0.20028,0.19949,0.19807,0.20836,0.20788001,0.20613,0.20545,0.20441,0.18686999,0.18641999,0.1867,0.18739,0.18984,0.19282,0.19731,0.19774,0.19973999,0.20163999,0.2234,0.22363999,0.22375999,0.22351,0.22384,0.73233998,0.73277003,0.73345,0.73390001,0.73399001,0.73598999,0.74480999,0.74809998,0.75019997,0.75101,0.73272002,0.73543,0.73916,0.7403,0.73913002,0.33315,0.33228001,0.33030999,0.32734001,0.32332,0.32179999,0.32885,0.32914999,0.32899001,0.32505,0.33395001,0.33366999,0.3335,0.33438,0.33327001,0.15380999,0.15369,0.15207,0.15187,0.15147001,0.15053,0.15209,0.15075,0.15155999,0.15063,0.16292,0.16346,0.16236,0.16128001,0.15994,4.54738,4.5208802,4.5145302,4.5153298,4.5267801,4.51652,4.20683,4.4033899,4.4465499,4.4334202,4.3276701,4.34056,4.3457499,4.3552399,4.3571601,0.31398001,0.31097999,0.30946001,0.30871001,0.3082,0.30895999,0.31176999,0.31037,0.31099999,0.31097001,0.31639001,0.31586,0.31439,0.31321001,0.31477001,1.90453,1.90825,1.92775,1.93915,1.95621,1.97342,2.0365901,2.0520301,2.0765901,2.10954,2.2215199,2.2425699,2.27055,2.3131001,2.3564401,0.89973998,0.90053999,0.90666002,0.91236001,0.91623998,0.91362,0.9278,0.92881,0.93555999,0.93681997,0.96698999,0.97008002,0.97125,0.97324997,0.98019999,0.14263999,0.14119001,0.14187001,0.14094,0.14023,0.13887,0.14008,0.13992999,0.14012,0.13964,0.14910001,0.14943001,0.14858,0.14820001,0.14839,0.4251,0.42188999,0.41993001,0.42357001,0.42732999,0.42655,0.42556,0.42695001,0.42813,0.43285999,0.46867999,0.47055,0.47146001,0.47527999,0.47617,0.92531002,0.95203,0.98304999,1.0106601,1.0463099,1.07415,1.13529,1.17028,1.2108001,1.23326,1.28689,1.3018,1.31944,1.34238,1.35751,0.13707,0.13394,0.13027,0.12616999,0.12255,0.12086,0.11942,0.11796,0.11739,0.11385,0.12104,0.11973,0.12194,0.11927,0.11843,0.30961999,0.30631,0.30362001,0.30263001,0.29945999,0.29418001,0.29152,0.28588,0.28424999,0.28222999,0.27888,0.27482,0.27430999,0.27035001,0.2676,0.39096999,0.38780001,0.39030001,0.38694,0.38694,0.38787001,0.38833001,0.38957,0.39050001,0.39254999,0.39509001,0.39517,0.39460999,0.39140001,0.39166,4.8366299,4.7793198,4.7274399,4.6776099,4.6191502,4.5518799,2.08548,2.88113,3.3664401,3.5485001,3.4798701,3.6087699,3.7016699,3.79006,3.8432,1.4726599,1.46601,1.47335,1.4789,1.48455,1.48438,1.49989,1.4988,1.50317,1.51502,1.5395,1.54619,1.5535001,1.56182,1.5632499,0.26736999,0.26852,0.27118999,0.27643999,0.28602001,0.28549001,0.21292999,0.21353,0.21138,0.20942,0.23118,0.23638999,0.23901001,0.2362,0.23446999,0.22756,0.22521999,0.22347,0.22199,0.2211,0.21796,0.22405,0.22447,0.22536001,0.22447,0.22767,0.22827999,0.22711,0.22442999,0.22406,1.2639199,1.26276,1.26467,1.26806,1.27376,1.27846,1.32436,1.32943,1.33477,1.33937,1.31787,1.32055,1.32111,1.32552,1.32488,0.095980003,0.094779998,0.094339997,0.094130002,0.093630001,0.092050001,0.091770001,0.091370001,0.090609998,0.09003,0.090640001,0.090539999,0.090269998,0.088710003,0.086690001,0.2093,0.20848,0.20720001,0.20472001,0.20351,0.20293,0.20435999,0.20429,0.20495,0.20422,0.20756,0.20908,0.20923001,0.20900001,0.20739999,0.23495001,0.23345,0.23289999,0.23363,0.23317,0.23401999,0.23603,0.23701,0.23706,0.23733,0.24236999,0.24433,0.24305999,0.24257,0.24199,0.66987997,0.66553998,0.66285998,0.65727001,0.65426999,0.64951003,0.14493001,0.33439001,0.37669,0.40654999,0.36796001,0.39489001,0.41497999,0.43380001,0.44409001,0.48159999,0.48412001,0.4896,0.49039,0.49524,0.50116003,0.51758999,0.51946002,0.51618999,0.51611,0.52868003,0.52407002,0.52437001,0.52622002,0.52745003,0.10508,0.10424,0.10429,0.10321,0.10259,0.10171,0.10659,0.10581,0.10561,0.10551,0.11171,0.11014,0.11032,0.10851,0.10619,0.21179,0.21145999,0.21097,0.20869,0.20703,0.20739999,0.21159001,0.21245,0.21083,0.21054,0.2203,0.21842,0.21698,0.21699999,0.21638,0.43151,0.43575001,0.43955001,0.44452,0.45045999,0.45596999,0.47696999,0.47909999,0.47437999,0.47086,0.45651999,0.45082,0.44753,0.43619001,0.43744999,0.87711,0.87605,0.87787002,0.87935001,0.88273001,0.88593,0.90755999,0.91290998,0.91948003,0.92325997,0.83499998,0.83425999,0.83482999,0.83472002,0.83709002,0.48653999,0.49068001,0.49340001,0.49579,0.49871999,0.50010002,0.51179999,0.51622999,0.52113998,0.52217001,0.52275002,0.52863002,0.52715999,0.52946001,0.53315002,0.53255999,0.52528,0.52188998,0.51898003,0.51541001,0.50871003,0.51569003,0.51163,0.51005,0.50814998,0.54562002,0.54136002,0.53526002,0.53533,0.53162003,1.92179,1.95718,2.0087299,2.05883,2.1152899,2.1740699,2.2306199,2.26315,2.2938399,2.31495,2.3457601,2.3684299,2.39346,2.4247799,2.4582901,1.00826,1.01614,1.02303,1.0336,1.0474499,1.06221,1.1311899,1.15701,1.17417,1.18688,1.2157201,1.22727,1.2376699,1.25508,1.2704901,0.065750003,0.064620003,0.063359998,0.061620001,0.0603,0.059560001,0.059780002,0.057780001,0.056710001,0.056090001,0.05235,0.050960001,0.049710002,0.049070001,0.048300002,1.04461,1.04729,1.04923,1.05172,1.05453,1.06192,1.0811501,1.08627,1.09161,1.0929101,1.11522,1.1161799,1.11731,1.12638,1.13328,0.22777,0.22803999,0.22642,0.22756,0.22664,0.22734,0.2287,0.22708,0.22664,0.22584,0.22835,0.22770999,0.22535001,0.22436,0.22539,0.53965998,0.53952003,0.54223001,0.54161,0.54368001,0.54909003,0.55312997,0.55628997,0.56067997,0.56141001,0.58090001,0.58248001,0.58660001,0.59307998,0.59615999,0.52521998,0.52232999,0.51533002,0.51143003,0.50218999,0.50261998,0.48467001,0.47171,0.44857001,0.46616,0.52752,0.52333999,0.54176003,0.52828002,0.52131999,0.43889999,0.43776,0.43766999,0.43691,0.43748,0.43919,0.44016999,0.45059001,0.45554,0.45669001,0.47119001,0.47163999,0.46664,0.46384001,0.46285999,0.41709,0.41314,0.41242999,0.40898001,0.40843999,0.40817001,0.40869001,0.40742001,0.40625,0.40544,0.41218001,0.41255999,0.40943,0.40700999,0.40333,0.21563999,0.21619999,0.21644001,0.21574999,0.2173,0.21531001,0.22181,0.22635999,0.22629,0.22638001,0.23949,0.24078999,0.24067999,0.24555001,0.25084999,0.12283,0.12069,0.12076,0.12055,0.11875,0.11784,0.11635,0.11468,0.11383,0.11329,0.11584,0.11527,0.11506,0.11467,0.11525,0.15136001,0.15078001,0.15061,0.15079001,0.14971,0.15028,0.15266,0.1513,0.15192001,0.15054999,0.15625,0.15475,0.15448999,0.15468,0.15406001,0.1683,0.16493,0.16427,0.16144,0.15883,0.15716,0.1568,0.15541001,0.15385,0.15331,0.15284,0.15138,0.15049,0.14787,0.14743,1.03845,1.0414799,1.04873,1.05786,1.0632401,1.0656,1.06971,1.06695,1.07061,1.06539,1.07661,1.07353,1.07506,1.07391,1.0743999,0.73869002,0.72873002,0.72776997,0.72622001,0.72499001,0.72328001,0.72178,0.72048002,0.71827,0.71487999,0.71704,0.71329999,0.70744002,0.70038998,0.69446999,2.6605799,2.6802101,2.6982999,2.7203901,2.7349999,2.7434399,2.7469499,2.7602301,2.77512,2.7855899,2.8139,2.82651,2.8405001,2.85866,2.87797,0.29479,0.29534999,0.29808,0.29703999,0.29672,0.2967,0.29840001,0.29771,0.29767001,0.29734999,0.30704001,0.30700999,0.30627,0.30519,0.30296001,0.51862001,0.51916999,0.52047002,0.52653998,0.53087997,0.53077,0.53224999,0.53373998,0.53371,0.53447002,0.54352999,0.54531997,0.54536003,0.54790002,0.54696,1.17214,1.17967,1.18423,1.19139,1.19708,1.20259,1.2063299,1.20751,1.2115099,1.2108999,1.22053,1.21727,1.21586,1.21056,1.21112,0.39684001,0.39969999,0.40443999,0.40659001,0.40856001,0.40983999,0.40900999,0.40882,0.40917,0.40801001,0.39706999,0.39684001,0.39607999,0.39588001,0.39675999,0.33699,0.33996999,0.34259,0.34525001,0.34830001,0.34878999,0.34867001,0.34904999,0.34720001,0.34575999,0.34382001,0.34268999,0.34195,0.34169999,0.34169999,0.54802001,0.55009001,0.55484998,0.55620003,0.55976999,0.56229001,0.56382,0.56607997,0.56607997,0.56243998,0.57784998,0.57778001,0.57495999,0.5729,0.57238001,1.44907,1.4558901,1.46249,1.47123,1.4665999,1.4701999,1.48197,1.48603,1.49268,1.49419,1.5383101,1.53799,1.5361201,1.53479,1.53414,0.17244001,0.17135,0.17132001,0.17204,0.17211001,0.17254999,0.17177001,0.17179,0.16989,0.16795,0.1754,0.17353,0.1726,0.17175999,0.17026,0.35225001,0.35497999,0.35802001,0.36684,0.36585,0.36317,0.36621001,0.36581999,0.36642,0.36390999,0.35220999,0.35097,0.35113999,0.35034001,0.35045001,0.50893003,0.50769001,0.50774997,0.50926,0.50791001,0.50901002,0.51313001,0.51494002,0.5122,0.50946999,0.52227002,0.51909,0.51828998,0.51679999,0.51163,0.36467999,0.37015,0.37518001,0.37814999,0.37998,0.38130999,0.38472,0.38427001,0.38275999,0.38286999,0.38797,0.38806,0.38889,0.38975,0.39050999,0.33886001,0.33419001,0.33182001,0.33146,0.33111,0.32839999,0.32734001,0.32780001,0.3249,0.32106999,0.3281,0.32694,0.32484999,0.32185999,0.31808001,1.88076,1.9192899,1.9533401,1.97456,1.9944299,2.0083699,2.00757,2.0118599,2.0187199,2.01876,1.9719599,1.98247,1.99055,1.99463,2.0071001,0.74804002,0.74313998,0.73728001,0.73313999,0.73378998,0.72693998,0.72441,0.72665,0.72658002,0.72531998,0.74988002,0.74527001,0.73882997,0.73531002,0.72952002,4.91394,4.9704499,5.0257401,5.05443,5.0872202,5.1019402,5.0994701,5.1187501,5.1532798,5.21209,5.3917398,5.44976,5.5071502,5.5634799,5.6013298,7.56037,7.62356,7.6827502,7.7425399,7.7930102,7.822,7.8590002,7.8711901,7.8845401,7.89814,8.0623302,8.1313601,8.1842499,8.2388296,8.2692499,0.75163001,0.77341998,0.80396003,0.83368999,0.85341001,0.86778003,0.87607998,0.88119,0.88559997,0.89212,0.88940001,0.89271998,0.89661002,0.9048,0.90613002,0.29828,0.29905,0.30169001,0.30680999,0.30807,0.31591001,0.32422999,0.32973,0.33278999,0.33366999,0.33068001,0.32918999,0.32628,0.32642001,0.32538,1.5158,1.54475,1.58644,1.62301,1.65089,1.66926,1.68639,1.69373,1.69794,1.7008899,1.6722,1.6726,1.6719,1.67494,1.6783,0.86464,0.88256001,0.90059,0.92369002,0.94673997,0.96631002,0.98567998,0.99400002,0.99949002,1.00796,1.0116,1.01653,1.0182199,1.01999,1.0238301,1.2120301,1.24699,1.2779599,1.31475,1.34561,1.3717999,1.3938299,1.40672,1.41444,1.42226,1.47118,1.49242,1.50791,1.529,1.54747,0.30586001,0.30599999,0.30428001,0.3046,0.30847001,0.31110001,0.31299001,0.31762001,0.32016999,0.32043001,0.32681,0.32712001,0.32488,0.32611999,0.32578,1.96522,2.0199399,2.0859301,2.1288199,2.16418,2.19416,2.2202401,2.2497799,2.26525,2.2797999,2.3417201,2.3733799,2.3966801,2.41414,2.4367499,0.29824001,0.29723999,0.29821,0.29914999,0.29806,0.29653999,0.29642001,0.29648,0.29657999,0.29554999,0.30087,0.30107,0.29901001,0.29949999,0.29679,2.19472,2.2232299,2.26862,2.3083401,2.34003,2.37358,2.39903,2.4031601,2.4139299,2.4251399,2.45205,2.4672501,2.4869599,2.4941499,2.50105,2.49599,2.5515699,2.5937901,2.6285901,2.6538501,2.67788,2.7074101,2.74038,2.7718699,2.81884,2.88605,2.93839,2.99685,3.04934,3.09284,0.19266,0.19362999,0.19491,0.19543999,0.19577999,0.19749001,0.19854,0.19871999,0.20269001,0.20247,0.20212001,0.20251,0.19999,0.19799,0.1982,8.7736301,8.9327497,9.06145,9.1489296,9.20965,9.2891598,9.3516798,9.4149103,9.53685,9.7159996,9.7593403,9.9273796,10.06547,10.19767,10.30447,8.0318899,8.15028,8.2428999,8.3092299,8.3610296,8.4051304,8.3664398,8.3269901,8.3051395,8.3456001,8.65905,8.7552404,8.8376398,8.9419899,9.0443001,0.40764999,0.41295001,0.426,0.43799999,0.44562,0.45056,0.45956999,0.46831,0.47465,0.47957999,0.47871,0.48379999,0.48570001,0.48572001,0.48804,0.86521,0.87467998,0.89897001,0.92663997,0.94959003,0.96982002,0.98653001,1.00401,1.0166399,1.02999,1.0574,1.07757,1.08999,1.09484,1.10382,0.24718,0.25156,0.25373,0.25411001,0.25622001,0.25551,0.25852999,0.2622,0.26131001,0.25959,0.26482999,0.26352,0.26153001,0.26139,0.25859001,0.3389,0.34103,0.3436,0.34562999,0.35201001,0.35657001,0.36063001,0.36076999,0.36111999,0.36262,0.37864,0.37954,0.38062,0.37948999,0.37643,1.32101,1.33,1.34583,1.36379,1.38765,1.41195,1.43234,1.44999,1.4545,1.4591,1.4774899,1.48814,1.4916199,1.49266,1.49573,0.84864002,0.85303998,0.85995001,0.87345999,0.88665003,0.90489,0.92224002,0.93343002,0.93858999,0.94221997,0.98899001,1.0001,1.00472,1.0096101,1.01539,0.46772,0.47598001,0.48209,0.48705,0.48901999,0.48828,0.49067,0.49221,0.49169001,0.49122,0.51476002,0.51458001,0.51587999,0.51595002,0.51674998,6.4865398,6.4525299,6.4224601,6.4232402,6.4100399,6.40064,6.4096098,6.4015002,6.3809099,6.3741798,6.2131701,6.20889,6.2294998,6.2340398,6.2279301,2.23245,2.24928,2.26893,2.28038,2.2672801,2.24877,2.23351,2.22246,2.21521,2.2115099,2.15903,2.1533501,2.1484499,2.14836,2.1491399,1.34787,1.33723,1.33101,1.32672,1.32052,1.31268,1.30494,1.3021899,1.29571,1.2928801,1.3131,1.30575,1.3023,1.29489,1.28715,5.3600798,5.3829899,5.4271698,5.45819,5.4545999,5.4468799,5.4363399,5.44487,5.4580998,5.4743299,5.4907598,5.49125,5.5076499,5.5216699,5.5419402,0.15072,0.15200999,0.1538,0.15487,0.1552,0.15516999,0.15487,0.15627,0.15772,0.15974,0.16553,0.16678999,0.16796,0.1719,0.17355999,7.2537899,7.3078198,7.3309598,7.32303,7.30901,7.3025599,7.3117399,7.3306599,7.3736501,7.4258199,7.4547801,7.5155001,7.5676298,7.6409302,7.6909099,0.71499002,0.71592999,0.71829998,0.71869999,0.71933001,0.71929002,0.71774,0.71771002,0.71877003,0.71777999,0.71316999,0.71623999,0.71543998,0.71155,0.70862001,4.5657301,4.57723,4.60848,4.6344199,4.6462202,4.65871,4.6694398,4.6775599,4.69204,4.7108102,4.6416001,4.6596298,4.66539,4.67414,4.6816101,1.52381,1.5230401,1.53011,1.53845,1.5399801,1.54124,1.5464799,1.55198,1.55788,1.5604399,1.59266,1.60112,1.60351,1.6097,1.60939,14.68934,14.76773,14.73966,14.70427,14.67576,14.65156,14.67985,14.75519,14.87636,15.05006,15.06852,15.23671,15.40192,15.58131,15.70315,0.095739998,0.09742,0.10076,0.10305,0.10536,0.10608,0.10803,0.1106,0.11272,0.11322,0.10154,0.10148,0.10342,0.10568,0.10856,6.51227,6.5348201,6.54144,6.5278101,6.52283,6.5099602,6.5275002,6.5612202,6.6135898,6.6630301,6.72645,6.7794299,6.8274899,6.8870902,6.9225402,4.7441401,4.7898102,4.8320899,4.8544402,4.8663998,4.8826699,4.8924098,4.91361,4.9435301,4.9834399,4.95856,4.9826899,4.9907598,5.0363598,5.07022,6.9123802,7.0534801,7.1146402,7.1114402,7.1028199,7.1222801,7.15799,7.2881899,7.4272399,7.5358,7.25319,7.3747101,7.4950399,7.6009302,7.6725402,7.5268402,7.62851,7.71243,7.7806001,7.8274798,7.8724599,7.9231501,7.9602399,7.9934301,8.0370102,8.0018396,8.0380497,8.0613298,8.1042299,8.1347504,0.11709,0.11691,0.11504,0.11512,0.11468,0.11513,0.11494,0.1141,0.11299,0.11091,0.10885,0.10769,0.10599,0.10577,0.10454,0.098269999,0.098070003,0.09736,0.096419998,0.096110001,0.095380001,0.095760003,0.096500002,0.095090002,0.092859998,0.095600002,0.095509999,0.094939999,0.095150001,0.094590001,1.06048,1.07752,1.08798,1.0992,1.1115299,1.11945,1.12414,1.1292,1.13355,1.13449,1.11507,1.11552,1.11939,1.12485,1.1384701,0.31276,0.31126001,0.30845001,0.30638,0.30476001,0.30162001,0.29807001,0.29732001,0.296,0.29289001,0.29545999,0.29356,0.2924,0.29080999,0.28988001,0.23258001,0.23477,0.23757,0.24089,0.24219,0.24199,0.24206001,0.24189,0.24013001,0.23834001,0.23521,0.23404001,0.23361,0.23288999,0.23266999,0.17263,0.1717,0.17182,0.17086001,0.17002,0.16934,0.16783001,0.16621999,0.16373999,0.16091999,0.15868001,0.15634,0.15512,0.15451001,0.15353,0.088720001,0.088699996,0.088169999,0.087679997,0.08749,0.086779997,0.087219998,0.086819999,0.085660003,0.086039998,0.088349998,0.088129997,0.087059997,0.086879998,0.086539999,0.56902999,0.57437003,0.57841998,0.58274001,0.58455002,0.58943999,0.58825999,0.59061003,0.58811003,0.58433998,0.59079999,0.58971,0.59073001,0.59131002,0.59280998,1.1009099,1.09654,1.09584,1.0912499,1.08921,1.08513,1.07973,1.07373,1.0759701,1.07434,1.07695,1.07477,1.07084,1.06936,1.06179,0.16106001,0.16463,0.16719,0.17113,0.17242,0.17463,0.17585,0.17535,0.17391001,0.17227,0.17502999,0.17433,0.17387,0.17406,0.17519,1.62556,1.61683,1.61541,1.61501,1.61274,1.6030999,1.59658,1.59886,1.6031899,1.60472,1.56803,1.5654401,1.56057,1.55321,1.55233,0.45874,0.46022001,0.46535,0.46459001,0.46506,0.46353999,0.46325999,0.46252999,0.4578,0.44736999,0.45164001,0.43886,0.43755999,0.43472001,0.43544999,1.38021,1.38052,1.38343,1.38521,1.3888201,1.38222,1.37445,1.36689,1.36404,1.35616,1.35998,1.35282,1.3476,1.3483,1.34878,0.51117998,0.51103997,0.51023,0.50909001,0.51129001,0.50897998,0.50544,0.50624001,0.50422001,0.49924999,0.52196997,0.52465999,0.52054,0.51682001,0.51608002,0.26172,0.26401001,0.26469001,0.26539999,0.26440999,0.26326999,0.26146001,0.26219001,0.26001,0.25795999,0.25909999,0.26006001,0.26039001,0.26115,0.26120999,0.26570001,0.26883999,0.27102,0.27149999,0.27096,0.27094001,0.27024001,0.26844999,0.26484999,0.26106,0.26082999,0.25940001,0.25773999,0.25635001,0.25674999,0.38598999,0.38459,0.38620001,0.38582,0.38499001,0.38593999,0.38585001,0.38804999,0.38786,0.38731,0.38598001,0.38896999,0.38995999,0.38679001,0.38321,0.31380999,0.31299999,0.31507,0.31399,0.31415001,0.31195,0.31016001,0.30684999,0.30349001,0.30103999,0.30994999,0.30950999,0.30779999,0.30553001,0.30651999,0.6494,0.65516001,0.66475999,0.67387998,0.68314999,0.68816,0.69409001,0.69735003,0.69818002,0.69893003,0.75388002,0.76178002,0.76425999,0.77105999,0.77297002,0.14346001,0.14422999,0.14526001,0.14616001,0.14551,0.14763001,0.1469,0.14511,0.14428,0.14203,0.14044,0.14022,0.13985001,0.13908,0.13744999,0.38547,0.38336,0.38251999,0.38060001,0.37994999,0.37812999,0.37702999,0.37386999,0.37243,0.36917999,0.37061,0.36934,0.36831,0.36818999,0.36559001,0.27480999,0.2719,0.27103001,0.27039,0.27358001,0.27215001,0.27125001,0.271,0.26883,0.26690999,0.26157001,0.26084,0.26227999,0.26056999,0.25957,1.03935,1.0463901,1.05431,1.06515,1.06796,1.07142,1.07277,1.07157,1.0681601,1.06077,1.07757,1.07858,1.07968,1.08243,1.08579,0.31560999,0.32133001,0.32472,0.32661,0.33171999,0.33278,0.33432001,0.33408001,0.33570001,0.33649001,0.32657,0.32787001,0.32894999,0.33067,0.33204001,4.3688502,4.3790102,4.3877501,4.3954401,4.3987999,4.3921599,4.37395,4.3408599,4.28859,4.2404299,4.2497602,4.2171602,4.1805801,4.15623,4.1289501,0.26118001,0.26447001,0.26745999,0.26851001,0.26947001,0.26719001,0.26693001,0.26264,0.25962999,0.25724,0.25722,0.25839001,0.25508001,0.25514001,0.25411001,0.17203,0.17586,0.17327,0.17084,0.16795,0.16558,0.16249,0.16152,0.16072001,0.15936001,0.16394,0.1613,0.1605,0.15899999,0.15737,0.78029001,0.79931998,0.80984002,0.81751001,0.82594001,0.83450001,0.84397,0.85259998,0.85939002,0.86333001,0.86953998,0.88141,0.89004999,0.90024,0.90781999,0.42473,0.42462999,0.42315999,0.42335999,0.42318001,0.42149001,0.42326,0.42388001,0.42339,0.41948,0.42409,0.42148,0.42030999,0.42034,0.41665,0.46672001,0.46586001,0.46776,0.46928999,0.46842,0.46787,0.46689001,0.46426001,0.45949,0.45649999,0.46599999,0.46603,0.46263999,0.46114999,0.45829999,0.35949999,0.35552999,0.35646001,0.35374001,0.35616001,0.35494,0.34979001,0.34944999,0.35321,0.35332999,0.36712,0.36908999,0.36849999,0.36728999,0.36495,0.36024001,0.35622001,0.35255,0.34926999,0.34513,0.34068999,0.33629999,0.33217999,0.32622001,0.32236001,0.33081001,0.32745001,0.32466,0.32264,0.32065001,2.79668,2.80652,2.8113501,2.8069699,2.8164799,2.80533,2.7926099,2.7862401,2.7797101,2.77633,2.8101299,2.8194399,2.8227201,2.8299899,2.84582,0.61679,0.61900002,0.62905997,0.63212001,0.63837999,0.63849002,0.64076,0.64026999,0.63898998,0.62573999,0.63848001,0.63845003,0.63896,0.63995999,0.64293998,0.27324,0.27138999,0.26888001,0.2669,0.26609001,0.26523,0.26499999,0.26341,0.26104,0.25817001,0.2581,0.25536001,0.25369999,0.25385001,0.25420001,0.13109,0.12853999,0.12688001,0.12556,0.12317,0.12214,0.12032,0.11934,0.11804,0.11633,0.11809,0.11761,0.11586,0.1153,0.11387,0.63420999,0.63870001,0.64218003,0.65024,0.65720999,0.66123998,0.66538,0.66694999,0.66724998,0.67176002,0.70318002,0.70621002,0.70551997,0.70424002,0.70616001,1.58735,1.59756,1.60791,1.61824,1.61761,1.6253,1.62783,1.6269799,1.6026599,1.59828,1.60149,1.5967799,1.60156,1.59909,1.59741,2.39046,2.40048,2.4178901,2.4346399,2.4203501,2.4261701,2.43434,2.4465101,2.46157,2.4840701,2.5077701,2.52525,2.5502,2.5721099,2.5881801,0.16632,0.16816001,0.16884001,0.17127,0.1718,0.17103,0.17239,0.17157,0.17141999,0.16891,0.17125,0.17144001,0.17082,0.17274,0.17394,5.76507,5.8215799,5.8642302,5.8945799,5.9186101,5.9498801,5.9864898,6.0239201,6.0472298,6.0831499,6.02812,6.0791302,6.1454501,6.2239599,6.2923698,0.0231,0.022940001,0.02248,0.02224,0.021709999,0.02134,0.0218,0.022260001,0.02273,0.023050001,0.021430001,0.022290001,0.02207,0.021810001,0.02217,0.11372,0.11565,0.11466,0.11672,0.11775,0.11757,0.1115,0.11103,0.11017,0.10926,0.11499,0.11475,0.11468,0.11372,0.11341,0.88301998,0.89240003,0.90276998,0.90859002,0.91526997,0.92225999,0.92290998,0.91869003,0.90904999,0.89973998,0.88159001,0.88024002,0.88183999,0.88257003,0.88152999,0.21262001,0.21511,0.21551,0.21825001,0.21906,0.21865,0.21882001,0.21890999,0.21847001,0.21899,0.21725,0.21672,0.21636,0.21747001,0.21915001,0.99070001,0.99572998,1.00167,1.00466,1.00911,1.00939,1.01249,1.01184,1.0072,0.99836999,0.99649,0.99391001,0.99150002,0.99048001,0.99046999,1.58439,1.63354,1.6812,1.71653,1.75732,1.79397,1.82384,1.82933,1.82575,1.83118,1.80987,1.8233401,1.83013,1.84392,1.85596,0.07006,0.070799999,0.070029996,0.068680003,0.068300001,0.067429997,0.066610001,0.067039996,0.065990001,0.065180004,0.065990001,0.065190002,0.064939998,0.065200001,0.064259999,0.11925,0.11711,0.11558,0.11411,0.1132,0.11194,0.10999,0.10906,0.10667,0.10591,0.11087,0.11069,0.11129,0.11072,0.11042,7.9082098,7.9994502,8.07022,8.1337795,8.2001495,8.2428598,8.2771902,8.2887497,8.3003702,8.31427,8.4109697,8.4276505,8.4775,8.5499697,8.60112,0.24629,0.24707,0.24874,0.25073999,0.24846999,0.24950001,0.24924,0.24778,0.24612001,0.24439,0.24553999,0.24703,0.24604,0.24444,0.24420001,0.64596999,0.64616001,0.64750999,0.64622998,0.65063,0.65029001,0.65129,0.65165001,0.65461999,0.65702999,0.67101002,0.67445999,0.67790002,0.67663002,0.67676002,0.28363001,0.28475001,0.28625,0.28718999,0.28821999,0.28694001,0.28784999,0.28633001,0.28632,0.28637001,0.28725001,0.28644001,0.28669,0.28665,0.28823999,0.40654999,0.40891001,0.41417,0.41697001,0.42070001,0.42304999,0.42160001,0.41839999,0.41800001,0.41775,0.42824,0.43419999,0.43482,0.43217999,0.43186,0.25286001,0.25152999,0.24978,0.24914999,0.24878,0.24578001,0.24311,0.24138001,0.24156,0.23969001,0.23973,0.23921999,0.23748,0.23835,0.23714,0.82994002,0.83516002,0.83449,0.83578002,0.83473003,0.83178997,0.82801998,0.82595998,0.82567,0.82547998,0.83664,0.83765,0.83648998,0.83592999,0.83427,0.14544,0.14591999,0.14836,0.15008999,0.15096,0.15057001,0.14993,0.1496,0.14988001,0.14838,0.14816999,0.14945,0.15037,0.15092,0.15037,1.46412,1.47645,1.4858299,1.49664,1.51043,1.5223401,1.5331,1.5336,1.5287,1.52721,1.51911,1.51499,1.5084,1.50179,1.49824,0.61488003,0.61992002,0.62336999,0.62598002,0.63015997,0.63038999,0.63117999,0.62831002,0.62844998,0.62733001,0.63261002,0.63173002,0.63059002,0.62843001,0.62892997,0.10374,0.10432,0.10473,0.10481,0.10454,0.10377,0.10307,0.1022,0.10185,0.10094,0.097750001,0.09595,0.094920002,0.093680002,0.093000002,1.70485,1.71242,1.71811,1.7248,1.73054,1.7390701,1.7409199,1.74259,1.74569,1.7395101,1.71916,1.69986,1.70146,1.72246,1.7234401,0.48003,0.48587999,0.48704001,0.49033999,0.49217999,0.49368,0.49193001,0.49252,0.49072,0.48686001,0.48389,0.48434001,0.47962001,0.47944,0.479,11.96417,12.01013,11.99653,12.01965,12.04375,12.0375,12.03118,12.01712,12.02352,12.05508,12.02763,12.1091,12.20631,12.3182,12.37868,0.2694,0.27079001,0.27520999,0.27713001,0.27941,0.27867001,0.27993,0.27829999,0.27774,0.27577001,0.26524001,0.26425999,0.26258999,0.26194999,0.26221001,0.21692,0.21686999,0.21704,0.21706,0.21683,0.21607,0.21454,0.21308,0.21193001,0.21234,0.21641999,0.21538,0.21425,0.21219,0.21039,0.07801,0.077090003,0.076310001,0.074989997,0.073739998,0.07226,0.07068,0.069470003,0.067249998,0.065690003,0.067419998,0.066100001,0.064039998,0.06312,0.061719999,0.23231,0.2332,0.23494001,0.23555,0.23556,0.23406,0.2325,0.23107,0.22881,0.22702999,0.23512,0.23446999,0.23270001,0.23237,0.23169,0.094099998,0.094389997,0.093510002,0.093759999,0.092540003,0.090460002,0.09014,0.089550003,0.08884,0.087070003,0.086110003,0.086549997,0.08602,0.08388,0.08371,0.23423,0.23725,0.2405,0.24156,0.24199,0.24278,0.24236999,0.24073,0.2366,0.23412,0.24151,0.24138001,0.24049,0.24133,0.24157999,2.3949001,2.43502,2.46332,2.49228,2.5232301,2.5431199,2.5685101,2.5880799,2.6089101,2.61957,2.6405201,2.6629801,2.69454,2.72877,2.7629199,0.14371,0.14249,0.14193,0.14123,0.14083999,0.14001,0.13889,0.13812,0.13574,0.13436,0.13299,0.13180999,0.13112,0.13044,0.13004,0.25527,0.25703999,0.25740001,0.25990999,0.25830001,0.25735,0.25621,0.25393,0.24969,0.24682,0.24444,0.24282999,0.24090999,0.2393,0.23954999,2.0993099,2.0936301,2.0905399,2.08182,2.07774,2.06426,2.0472801,2.0200601,2.00858,2.0005,1.9988199,1.98815,1.98268,1.9665999,1.95012,1.6473401,1.65856,1.66774,1.68423,1.6961401,1.69594,1.7029999,1.69955,1.68888,1.67562,1.62673,1.61498,1.6056401,1.60225,1.60078,0.62518001,0.62471002,0.62233001,0.62427998,0.62351,0.62356001,0.62336999,0.62408,0.62273002,0.61723,0.61259001,0.61043,0.60901999,0.60841,0.60946,0.44530001,0.44567999,0.44459999,0.44196001,0.44275001,0.44003999,0.43921,0.43498999,0.42967999,0.42063999,0.43053001,0.4269,0.42311001,0.41863,0.41587001,0.089220002,0.088260002,0.087310001,0.087049998,0.087690003,0.086630002,0.086379997,0.08461,0.081739999,0.081270002,0.084739998,0.084770001,0.083549999,0.082460001,0.081710003,0.71706998,0.71926999,0.71976,0.72132999,0.72613001,0.72223002,0.72210997,0.71749002,0.70841002,0.70006001,0.70637,0.69981003,0.69300002,0.68915999,0.68932998,0.58273,0.58175999,0.58038002,0.58161998,0.57954001,0.57484001,0.57042003,0.56703001,0.56066,0.55395001,0.55681002,0.55377001,0.54705,0.54210001,0.54000002,0.76352,0.76736999,0.77258998,0.77627999,0.78016001,0.77921999,0.78088999,0.77915001,0.77977997,0.78227001,0.76143003,0.75906998,0.7525,0.75345999,0.75199002,3.24491,3.29234,3.33619,3.3703899,3.40622,3.43858,3.4604199,3.47807,3.44767,3.47563,3.45525,3.4914999,3.51301,3.5441799,3.5687399,20.58758,20.59824,20.54221,20.464781,20.37048,20.25145,20.087299,19.81238,19.49024,19.25848,18.15497,18.01614,17.9277,17.75703,17.648041,0.30524001,0.30689999,0.30752,0.31082001,0.31229001,0.31560001,0.3163,0.31702,0.31674001,0.31553,0.32758,0.32695001,0.32594001,0.32561001,0.32886001,0.15349001,0.15332,0.15541001,0.15638,0.15793,0.15846001,0.15958001,0.16013999,0.15891001,0.15646,0.16219001,0.1611,0.15944999,0.15774,0.15771,2.99775,3.05002,3.0903201,3.12164,3.1716499,3.2047601,3.2441399,3.2697301,3.2899799,3.31582,3.3143799,3.32916,3.36132,3.3922901,3.4186399,0.30066001,0.30272999,0.30625999,0.31062999,0.31411999,0.31507999,0.31777,0.31858,0.31939,0.32076001,0.32534,0.32817,0.33017999,0.33223999,0.33259001,0.39798999,0.40417999,0.41038999,0.41620001,0.42054,0.42653,0.43015,0.43237001,0.43781999,0.44350001,0.44585001,0.45107999,0.45241001,0.45581999,0.45664001,0.34502,0.35697001,0.36759999,0.37691,0.38166001,0.38655999,0.39013001,0.39541,0.39899001,0.40193,0.38455001,0.38823,0.38867,0.39250001,0.39506,0.05782,0.056790002,0.056740001,0.055879999,0.05432,0.054249998,0.05353,0.053440001,0.053010002,0.052510001,0.0526,0.052239999,0.051649999,0.051240001,0.051270001,0.55947,0.56510001,0.56981999,0.57666999,0.57955003,0.58469999,0.59353,0.59973001,0.60608,0.61009997,0.64069003,0.64313,0.64999998,0.64835,0.65385002,0.26876,0.26897001,0.26837,0.26629001,0.26502001,0.26078999,0.26051,0.25926,0.25748,0.25602999,0.25874999,0.2568,0.25422999,0.25292999,0.25292,0.31722999,0.32005,0.32440001,0.32883,0.33335,0.33623999,0.33688,0.33651999,0.34086001,0.34327,0.35409999,0.35475001,0.35310999,0.35383001,0.35571,0.70859998,0.73109001,0.75686002,0.78390998,0.81019998,0.83942997,0.86510003,0.88319999,0.90161997,0.92106998,0.91376001,0.92811,0.93889999,0.95643997,0.97338003,0.27276999,0.27608001,0.27880001,0.28009,0.2834,0.28665999,0.28722,0.28639999,0.28707001,0.28534001,0.28639999,0.28371,0.28398001,0.28527001,0.28558999,0.13066,0.12944999,0.12851,0.12684,0.12591,0.12616999,0.12541001,0.12412,0.12378,0.12321,0.12451,0.12333,0.12149,0.12132,0.1211,0.41539001,0.43090999,0.44722,0.46333,0.47722,0.48598999,0.49380001,0.49922001,0.50326002,0.50625002,0.53934002,0.53751999,0.53491002,0.53789002,0.54025,0.51291001,0.51368999,0.51482999,0.51709998,0.52609003,0.53302997,0.54071999,0.54641002,0.55732,0.56762999,0.59144998,0.59956998,0.60213,0.60645998,0.61286002,0.083760001,0.083300002,0.083460003,0.08275,0.08275,0.082350001,0.081979997,0.082319997,0.082460001,0.082419999,0.087080002,0.087109998,0.086819999,0.087810002,0.087909997,0.051899999,0.05192,0.052269999,0.0526,0.052960001,0.05297,0.053769998,0.054170001,0.05491,0.054719999,0.0517,0.052110001,0.051819999,0.05184,0.052329998,0.12135,0.12054,0.1196,0.11887,0.11884,0.11643,0.11413,0.1131,0.11232,0.11116,0.11698,0.11741,0.11648,0.11662,0.11633,0.55311,0.56134999,0.57191002,0.58168,0.58954,0.59729999,0.60768002,0.61606997,0.62344998,0.62722999,0.62608999,0.62651998,0.62849998,0.63125002,0.63265002,3.5790601,3.63622,3.68205,3.7195499,3.7674699,3.8125601,3.85604,3.9028399,3.9352801,3.9649999,3.9914601,4.02034,4.0506701,4.0882902,4.1252899,0.17854001,0.18093,0.1848,0.18713,0.19047,0.19243,0.19425,0.19415,0.19664,0.19772001,0.20145001,0.20175,0.20237,0.20319,0.20353,0.32918999,0.33248001,0.33656999,0.34165999,0.34606999,0.35159999,0.35526001,0.35969999,0.36223999,0.36390001,0.36008,0.36258,0.36445999,0.36563,0.36790001,0.16146,0.15908,0.15759,0.1556,0.15466,0.15143999,0.15020999,0.14847,0.14654,0.14506,0.14501999,0.14538001,0.14261,0.14191,0.14192,0.21156999,0.2119,0.21228001,0.21219,0.21151,0.21081001,0.20974,0.21033999,0.20903,0.20838,0.20837,0.20878001,0.20894,0.20825,0.20776001,0.32541999,0.32429999,0.31964001,0.31885001,0.31766999,0.31479001,0.31364,0.31235,0.30976999,0.31002,0.31211001,0.31097001,0.31051999,0.30972001,0.30840001,0.44154999,0.44556001,0.44890001,0.44938999,0.45229,0.45221999,0.45449999,0.45721,0.45794001,0.45835999,0.46184,0.46263999,0.46393001,0.46416,0.46423,0.062710002,0.06247,0.062590003,0.061749998,0.060910001,0.06058,0.05999,0.059859999,0.059470002,0.058350001,0.05999,0.060010001,0.059450001,0.059859999,0.059560001,11.18227,11.24929,11.23225,11.22285,11.22694,11.21705,11.25352,11.33986,11.43863,11.56212,11.54184,11.6936,11.84787,12.0006,12.12064,0.19735,0.19888,0.19825999,0.19762,0.19645,0.19647001,0.19594,0.19521999,0.19309001,0.19244,0.18997,0.18918,0.18816,0.18826,0.18738,0.18418001,0.18361001,0.18454,0.18471999,0.18669,0.1866,0.1859,0.18732999,0.1875,0.18644001,0.20416,0.20487,0.20435999,0.2068,0.20573001,0.31514999,0.32627001,0.33757001,0.35236999,0.36243001,0.37209001,0.38172001,0.38909999,0.39212,0.39442,0.37876001,0.38242,0.38245001,0.38174,0.38413,0.44010001,0.43838999,0.43847999,0.44089001,0.44038001,0.44079,0.44084001,0.44455001,0.44475001,0.44727001,0.45032001,0.45137,0.45252001,0.45506001,0.45589,0.11234,0.11068,0.11124,0.11022,0.10973,0.10918,0.10952,0.10929,0.10819,0.10786,0.10268,0.10195,0.10298,0.10268,0.10269,0.15045001,0.15226001,0.15362,0.15729,0.15882,0.16007,0.16058999,0.16162001,0.16168,0.15899,0.16235,0.16244,0.15999,0.1601,0.1593,0.41144001,0.41179001,0.40882999,0.41053,0.41040999,0.40935999,0.40860999,0.40869999,0.40959001,0.41123,0.42245001,0.42247999,0.42399001,0.42403001,0.42285001,0.052549999,0.051589999,0.050190002,0.048920002,0.047970001,0.04721,0.046,0.044819999,0.044369999,0.043740001,0.04541,0.04535,0.045049999,0.044890001,0.044349998,0.14295,0.14103,0.13953,0.13878,0.13802999,0.13700999,0.13527,0.13384999,0.13241,0.13128,0.13301,0.13236,0.1318,0.13117,0.12856001,0.080480002,0.078840002,0.078419998,0.077179998,0.075779997,0.074560001,0.072779998,0.072690003,0.071759999,0.071099997,0.072329998,0.072310001,0.071160004,0.070100002,0.068910003,0.11064,0.11111,0.1107,0.11089,0.11002,0.10896,0.10814,0.10769,0.10665,0.1061,0.10863,0.10805,0.1083,0.10778,0.1068,0.04501,0.044410001,0.042890001,0.04307,0.043120001,0.042599998,0.04188,0.04047,0.039639998,0.038800001,0.040410001,0.040229999,0.03968,0.039310001,0.039179999,0.25483,0.25702,0.25975001,0.26462999,0.26901999,0.2712,0.27605,0.2802,0.28036001,0.28059,0.27689999,0.27801999,0.27647001,0.27678001,0.27770001,0.064000003,0.063110001,0.062029999,0.061530001,0.0605,0.059629999,0.058759999,0.05813,0.057870001,0.057229999,0.058770001,0.058460001,0.057999998,0.057920001,0.057879999,0.25439,0.25391999,0.25014001,0.24809,0.24631,0.24755999,0.24841,0.24845,0.25031999,0.25073999,0.25856,0.25808001,0.25617999,0.25674,0.25665,0.34863001,0.35174999,0.35459,0.35587999,0.35993001,0.36331001,0.36853999,0.37132001,0.37141001,0.36939001,0.36607999,0.36408001,0.36011001,0.35953,0.35881999,0.051720001,0.051729999,0.05136,0.050870001,0.050500002,0.05074,0.050299998,0.050629999,0.050609998,0.050250001,0.05424,0.054949999,0.055210002,0.054850001,0.055050001,0.10122,0.09922,0.098609999,0.098650001,0.098109998,0.097269997,0.096100003,0.094250001,0.093120001,0.091839999,0.094290003,0.094760001,0.09471,0.09443,0.094169997,0.21772,0.21425,0.21201999,0.20993,0.20847,0.20714,0.20491999,0.20406,0.20383,0.20245001,0.20825,0.20631,0.20482001,0.20418,0.2022,0.22694001,0.22781999,0.22896001,0.22976001,0.23069,0.23063999,0.23231,0.23243999,0.23280001,0.23153999,0.23307,0.23199999,0.23044001,0.23079,0.23107,0.22448,0.22908001,0.23634,0.24281,0.24781001,0.25488001,0.25966001,0.2622,0.26300001,0.26383001,0.26082999,0.25874999,0.25727999,0.25883999,0.25883999,0.31793001,0.32042,0.32280001,0.32293001,0.32308999,0.32444,0.32548001,0.32736999,0.32973,0.32883,0.33230001,0.33248001,0.33096999,0.32883999,0.3281,0.38672999,0.38679001,0.38497999,0.38459,0.38534001,0.38192001,0.38139001,0.38066,0.37985,0.38214999,0.39219001,0.39322001,0.39377001,0.39318001,0.39322999,0.091430001,0.09059,0.089720003,0.08901,0.088069998,0.086939998,0.086209998,0.084849998,0.08427,0.08416,0.086850002,0.086479999,0.08574,0.085539997,0.084700003,0.29903001,0.30184999,0.30432001,0.30574,0.30805001,0.30963999,0.31524,0.31788,0.31968001,0.32224,0.3274,0.32962999,0.32936001,0.32883,0.33092999,0.20777,0.20747,0.20479,0.20386,0.20262,0.20248,0.20069,0.2009,0.20424999,0.20558,0.21393999,0.21568,0.21674,0.21719,0.2159,0.074220002,0.072800003,0.072229996,0.070610002,0.069540001,0.068429999,0.067149997,0.065870002,0.065459996,0.064549997,0.068470001,0.068400003,0.066370003,0.06662,0.06639,1.24919,1.26798,1.29222,1.3125401,1.33304,1.35071,1.37441,1.39595,1.41857,1.43962,1.4450001,1.45981,1.47156,1.4923199,1.50287,0.57151002,0.57080001,0.57165003,0.57301998,0.57246,0.56967002,0.57134998,0.56972998,0.56895,0.56588,0.57260001,0.57306999,0.57292002,0.57590997,0.57634997,0.13542999,0.1337,0.13597,0.1358,0.13607,0.13593,0.13751,0.13781001,0.13784,0.13842,0.13946,0.14023,0.14071,0.14105,0.14058,0.26662999,0.27063,0.27410001,0.27559999,0.27787,0.27923,0.27996001,0.28189999,0.28399,0.28367999,0.29718,0.29617,0.29223001,0.29082999,0.29095,0.09849,0.098109998,0.096500002,0.095449999,0.094470002,0.092649996,0.092710003,0.09268,0.09358,0.093529999,0.095810004,0.09516,0.093730003,0.092820004,0.092809997,0.31378001,0.31020999,0.30801001,0.30741,0.30765,0.30733001,0.30675,0.30724999,0.30557999,0.30776,0.31661999,0.31569001,0.31513,0.31703001,0.31704,0.11246,0.11152,0.11189,0.1113,0.11125,0.11061,0.11039,0.10975,0.1095,0.10869,0.10969,0.10927,0.10918,0.10932,0.10984,5.11587,5.1297898,5.1059198,5.0561199,5.0078101,4.97118,4.9671798,4.9940801,5.0265799,5.0627799,5.09372,5.1571002,5.2091899,5.27667,5.32655,0.04284,0.042890001,0.042509999,0.042690001,0.042920001,0.04225,0.041140001,0.04126,0.041310001,0.04188,0.040739998,0.041019998,0.040750001,0.040630002,0.040429998,0.16756999,0.16587999,0.16348,0.16159,0.16043,0.15756001,0.15713,0.15594,0.15595999,0.15464,0.16033,0.16055,0.15853,0.15712,0.15515,0.17136,0.16881999,0.16857,0.16723999,0.16563,0.16501001,0.16297001,0.16140001,0.15848,0.15718,0.15673999,0.15452,0.15343,0.15133999,0.15025,0.56812,0.57717001,0.58398998,0.59232002,0.59933001,0.60544002,0.61492002,0.61984998,0.62582999,0.62722999,0.64297003,0.64937001,0.64903998,0.64854002,0.65151,0.097029999,0.096790001,0.096550003,0.095770001,0.094300002,0.094290003,0.093939997,0.094630003,0.094530001,0.094829999,0.096589997,0.096249998,0.095509999,0.095469996,0.095530003,0.16309001,0.16169,0.16102999,0.16161001,0.16144,0.16201,0.16022,0.15962,0.15963,0.15910999,0.15557,0.15504,0.15487,0.15497001,0.15679,2.0047801,2.0085199,1.99722,1.98882,1.9775,1.96553,1.96158,1.9645801,1.97166,1.97767,2.0019801,2.00418,2.0048699,2.0076301,2.00949,0.91080999,0.972,1.03169,1.0795701,1.13668,1.18503,1.22733,1.26176,1.2922,1.3193901,1.3048,1.32638,1.35254,1.37603,1.3967201,0.65267003,0.68263,0.71994001,0.74936002,0.78184003,0.81224,0.83998001,0.85763001,0.87239999,0.87831998,0.88788003,0.89251,0.89488,0.90197003,0.91126001,0.15354,0.15360001,0.15283,0.15157001,0.15076999,0.14969,0.14978001,0.15058,0.15076999,0.14925,0.15231,0.15175,0.15099999,0.15058,0.14918,1.33543,1.35996,1.38376,1.40307,1.41292,1.42821,1.44758,1.46534,1.47773,1.48955,1.5073299,1.51249,1.5164599,1.52098,1.52912,0.33805001,0.34189001,0.34373999,0.34725001,0.35141999,0.3558,0.36057001,0.36359,0.36594,0.36774999,0.36506,0.36550999,0.36300999,0.36429,0.36572999,0.10022,0.099780001,0.099169999,0.098980002,0.097999997,0.097329997,0.096380003,0.09561,0.09612,0.09629,0.097099997,0.09725,0.097450003,0.097609997,0.097999997,0.11923,0.1152,0.11436,0.11596,0.11403,0.10379,0.11203,0.11086,0.10961,0.10823,0.097520001,0.096790001,0.09606,0.095349997,0.094360001,0.24408001,0.24461,0.24247,0.24128,0.2418,0.24038,0.2394,0.24013001,0.23977999,0.23869,0.24879999,0.24834,0.24546,0.24417,0.24264,0.041200001,0.039700001,0.039179999,0.038649999,0.03847,0.038070001,0.037590001,0.036740001,0.03602,0.035730001,0.035390001,0.035130002,0.034260001,0.0341,0.03387,0.21653999,0.21787,0.21787,0.21855,0.21799,0.21754,0.21883,0.21763,0.21873,0.21884,0.21658,0.21522,0.21422,0.21461999,0.21362001,0.13719,0.13649,0.13636,0.1346,0.13398001,0.13446,0.13294999,0.13377,0.13327,0.13269,0.13835,0.13706,0.13688999,0.13782001,0.13756999,0.19517,0.19494,0.19496,0.19412,0.19245,0.19289,0.19344001,0.19426,0.19374999,0.18771,0.19137999,0.19175,0.19193999,0.19101,0.19024999,2.02547,2.06692,2.09254,2.1240301,2.1398201,2.1753399,2.22139,2.26384,2.2974,2.3195801,2.3889699,2.41539,2.4411199,2.46683,2.49283,0.11822,0.1182,0.11737,0.11556,0.11366,0.11204,0.11118,0.10991,0.10868,0.10912,0.11213,0.11182,0.11155,0.11123,0.11083,0.07119,0.069600001,0.069200002,0.068640001,0.067249998,0.066339999,0.065099999,0.064860001,0.06374,0.062639996,0.065729998,0.065789998,0.066079997,0.065499999,0.064949997,0.50037003,0.49822,0.49506,0.49474001,0.49309,0.4957,0.49496999,0.49699,0.49590001,0.49436,0.51393002,0.51346999,0.51326001,0.51261997,0.51097,0.90750998,0.93741,0.98071998,1.02241,1.06188,1.09628,1.13923,1.17196,1.19982,1.21907,1.25102,1.26298,1.27316,1.28298,1.29918,0.11045,0.10924,0.1074,0.10606,0.1043,0.10277,0.10199,0.10066,0.099260002,0.098669998,0.10436,0.10289,0.10168,0.10163,0.10109,0.34213999,0.33748001,0.33362001,0.32916999,0.32036999,0.31740999,0.3211,0.31617999,0.31182,0.30722001,0.32596001,0.32427001,0.32141,0.32043001,0.31737,0.34606001,0.34652001,0.34746,0.34705999,0.34961,0.35075,0.35433,0.35758001,0.35824999,0.35822001,0.37110999,0.37303001,0.37237,0.37364,0.37380001,0.13578001,0.13510001,0.13420001,0.13406,0.13307001,0.13345,0.13512,0.13327,0.13243,0.13038,0.13112,0.13177,0.12972,0.12895,0.12628999,0.19643,0.19627,0.19585,0.19501001,0.19363999,0.19298001,0.19465999,0.19569001,0.197,0.19755,0.19559,0.19332001,0.19123,0.19338,0.19163001,0.080239996,0.079190001,0.07835,0.078189999,0.078079998,0.078759998,0.079549998,0.079920001,0.080859996,0.079810001,0.086989999,0.087109998,0.086520001,0.08506,0.082960002,0.40470001,0.40062001,0.39207,0.38824001,0.38260001,0.37566999,0.37614,0.37384,0.36996999,0.36765999,0.34121001,0.33838001,0.34061,0.34018999,0.33768001,0.15052,0.14949,0.14815,0.14737,0.14644,0.14531,0.14616001,0.14602,0.14494,0.14421999,0.14957,0.14914,0.14848,0.14738999,0.14745,0.10773,0.10659,0.10488,0.10437,0.10384,0.10261,0.10266,0.10327,0.10373,0.10278,0.10597,0.10471,0.10413,0.10353,0.10254,0.19408,0.19452,0.19306,0.19268,0.19232,0.19088,0.18919,0.18869001,0.18759,0.18683,0.17398,0.17445999,0.17406,0.17317,0.17313001,0.097479999,0.096110001,0.095830001,0.095169999,0.093350001,0.092670001,0.09172,0.089989997,0.090669997,0.090230003,0.085579999,0.083980002,0.083549999,0.083899997,0.082939997,0.11823,0.11677,0.11543,0.11252,0.11256,0.11272,0.11026,0.10685,0.10813,0.10755,0.095700003,0.097790003,0.093759999,0.091770001,0.090800002,0.17937,0.17797001,0.1769,0.17562,0.17507,0.17321,0.17438,0.17366,0.17335001,0.17207,0.16704001,0.16658001,0.16495,0.16389,0.16299,0.21972001,0.21797,0.21839,0.21362001,0.21393999,0.21104001,0.20986,0.20875999,0.20716,0.20722,0.20557,0.205,0.20395,0.20395,0.20225,0.3055,0.30274999,0.29846001,0.29295,0.28828001,0.28264999,0.27915001,0.27553001,0.27184001,0.26936001,0.26113999,0.25861999,0.25685,0.25165001,0.24807,0.28760999,0.28828001,0.28698,0.28953001,0.28988999,0.28909001,0.29256001,0.29265001,0.29227999,0.29093999,0.29418001,0.29229999,0.28902,0.28795001,0.28797001,0.1946,0.19467001,0.197,0.20004,0.20072,0.20028,0.20212001,0.20302001,0.20489,0.20544,0.19585,0.19497,0.19523001,0.19426,0.19441999,1.08666,1.13263,1.18344,1.2388901,1.30177,1.36134,1.4427201,1.49693,1.55156,1.58719,1.61791,1.63905,1.66355,1.68364,1.70913,0.72814,0.7324,0.73549998,0.74304998,0.74831998,0.75726002,0.7748,0.79131001,0.79835999,0.81077999,0.75033998,0.75918001,0.76769,0.76744998,0.7633,0.084509999,0.083420001,0.082029998,0.082350001,0.083010003,0.081940003,0.082489997,0.083290003,0.083379999,0.083240002,0.08117,0.079839997,0.078869998,0.079010002,0.078330003,0.19194999,0.19462,0.19855,0.20252,0.20449001,0.20856,0.21565001,0.2203,0.22499999,0.22680999,0.22654,0.22815999,0.22871999,0.23153999,0.23303001,0.13304999,0.13212,0.13234,0.13289,0.13109,0.13133,0.13012999,0.13697,0.14301001,0.14352,0.14402001,0.14285,0.14286,0.14241,0.14326,0.23191001,0.23040999,0.22936,0.22755,0.22679999,0.22725999,0.23035,0.23112001,0.23093,0.23046,0.21872,0.21593,0.21616,0.21551999,0.21665999,0.43272001,0.43847001,0.44437,0.44839001,0.45451,0.46097001,0.38383001,0.39739999,0.40493,0.40961999,0.44089001,0.44743001,0.4531,0.45587,0.45949,1.89878,1.9026999,1.91366,1.91012,1.94621,1.9584301,1.7189,1.76257,1.79322,1.81191,1.8791699,1.9094599,1.93691,1.96597,1.99058,2.506,2.4944,2.4867499,2.4846001,2.4946899,2.4897001,2.5088899,2.4895899,2.4746301,2.47631,2.45766,2.4840901,2.48298,2.4561601,2.43729,0.21588001,0.21387,0.21183001,0.20819999,0.20761,0.20597,0.2057,0.20429,0.20521,0.20290001,0.19393,0.19187,0.1904,0.18746001,0.18459,0.11134,0.11036,0.10682,0.10473,0.10362,0.10156,0.10052,0.099229999,0.099859998,0.09809,0.093359999,0.093280002,0.092079997,0.08918,0.087410003,0.022670001,0.021749999,0.02053,0.020190001,0.01897,0.018169999,0.017519999,0.01667,0.016550001,0.01612,0.01398,0.01395,0.0141,0.01416,0.01397,0.22848,0.22826999,0.22770999,0.22932,0.22893,0.23014,0.22944,0.22976001,0.23095,0.23,0.23397,0.2332,0.23371001,0.23461001,0.23526999,1.31839,1.3256299,1.32464,1.3282599,1.34187,1.34474,1.2819,1.30971,1.3200999,1.3292201,1.39518,1.40073,1.39969,1.40274,1.41137,0.18131,0.18317001,0.18218,0.18057001,0.18012001,0.17811,0.17921001,0.17953999,0.18092,0.1794,0.16986001,0.16796,0.16535001,0.16517,0.16601001,0.097039998,0.096220002,0.095550001,0.093350001,0.092919998,0.090889998,0.08969,0.089819998,0.088890001,0.089280002,0.077119999,0.075759999,0.07649,0.07632,0.075989999,0.13869999,0.13643,0.13421001,0.13226999,0.12917,0.12835,0.12895,0.12713,0.12616999,0.12543,0.12456,0.12188,0.12087,0.11948,0.11822,0.64999002,0.64863002,0.64930999,0.64976001,0.65363002,0.65915,0.6638,0.66850001,0.67466003,0.67776,0.67882001,0.67921001,0.68384999,0.68886,0.68290001,0.10426,0.10591,0.10434,0.10389,0.10345,0.102,0.101,0.099940002,0.098630004,0.098329999,0.10474,0.1027,0.10366,0.10276,0.10163,0.38764,0.39122,0.39543,0.40669,0.40983999,0.41316,0.42844999,0.43302,0.43687999,0.43974999,0.47534999,0.48403999,0.50415999,0.51993001,0.52929997,0.39335001,0.39954001,0.40931001,0.41615999,0.42875001,0.44163999,0.45888001,0.47551,0.48949999,0.4998,0.56094998,0.57147998,0.57863998,0.58982998,0.60099,0.78082001,0.77508998,0.77605999,0.77679998,0.77320999,0.77151,0.76955003,0.77973998,0.78653002,0.79099,0.80369997,0.80590999,0.80271,0.80331999,0.79738998,0.13281,0.13319001,0.13241,0.13308001,0.13281,0.13243,0.13218001,0.13248,0.13275,0.13308001,0.12896,0.12668,0.12601,0.12512,0.12502,0.20931,0.21456,0.21691,0.21961001,0.22214,0.22420999,0.22622,0.22763,0.2297,0.23131999,0.23779,0.23305,0.23253,0.23309,0.23193,0.75959998,0.76573002,0.76763999,0.77342999,0.77726001,0.78213,0.79279,0.80115998,0.80974001,0.81913,0.82931,0.84208,0.85114998,0.85439998,0.85246003,0.37832999,0.37044999,0.36438999,0.35134,0.35777,0.35284001,0.35139,0.35089999,0.35089999,0.34562999,0.32330999,0.31946999,0.31566,0.31592,0.31422001,0.33149001,0.33164001,0.33295,0.33344001,0.33418,0.33645001,0.34136999,0.34312999,0.34650001,0.34830001,0.34893,0.34854999,0.34849,0.3475,0.34775001,0.61502999,0.60970998,0.60689002,0.60228002,0.59942001,0.59481001,0.59605998,0.59525001,0.59224999,0.59658003,0.59820002,0.59586,0.59640998,0.59900999,0.59729999,0.75063002,0.76525998,0.77994001,0.7978,0.81976002,0.84406,0.87251002,0.89504999,0.91494,0.93097001,0.95590001,0.97109997,0.98479003,1.0024101,1.01688,0.25586,0.25268,0.25143999,0.25145,0.25139001,0.25069001,0.25463,0.25650001,0.25718999,0.25731999,0.27054,0.26750001,0.26398,0.26172999,0.25867999,0.35049999,0.35043001,0.35253,0.35595,0.35508001,0.35732999,0.35968,0.36496001,0.36875001,0.36899999,0.37073001,0.36765,0.36587,0.36520001,0.36234,0.38001001,0.37992001,0.37641999,0.37538001,0.37481001,0.37200001,0.37152001,0.37053999,0.37134999,0.36905,0.3689,0.36533999,0.36377999,0.36111999,0.36003,0.12124,0.12077,0.11891,0.11729,0.11611,0.11597,0.11596,0.11485,0.11251,0.11129,0.10906,0.10755,0.10557,0.1055,0.104,0.28715,0.28490001,0.28644001,0.29023999,0.29420999,0.29697999,0.29767001,0.29870999,0.30105999,0.30302,0.29668,0.29705,0.29679,0.29460999,0.29464999,0.21851,0.21855,0.21706,0.21802001,0.21884,0.22022,0.22317,0.22562,0.22544999,0.22567999,0.21679001,0.21509001,0.21625,0.21709,0.21832,0.12543,0.12438,0.12307,0.12134,0.12045,0.11951,0.11849,0.11853,0.11785,0.11631,0.11507,0.11335,0.11175,0.11069,0.11115,0.43041,0.42826,0.42387,0.42223001,0.42142999,0.42443001,0.43202999,0.43891001,0.44069999,0.44543999,0.47689,0.47852999,0.48956001,0.49283999,0.49414,0.34412,0.34490001,0.34762001,0.34828001,0.34911001,0.34928,0.34994,0.35210001,0.35361999,0.35245001,0.34670001,0.34516999,0.34463999,0.34439,0.34444001,0.48765999,0.49353001,0.50051999,0.50475001,0.51257998,0.51763999,0.56057,0.57112998,0.57770002,0.57859999,0.55723,0.55469,0.55089998,0.54957002,0.55224001,0.12176,0.12169,0.12213,0.122,0.12164,0.11999,0.11988,0.12197,0.12214,0.12035,0.12207,0.12232,0.1208,0.12118,0.12227,0.38982001,0.38694999,0.38653001,0.38497001,0.38505,0.38633001,0.39908001,0.39776,0.39877999,0.39833999,0.40443,0.40419999,0.40110999,0.40015,0.40057999,0.26776001,0.27072999,0.27191001,0.27689001,0.27937999,0.28165999,0.28656,0.28808999,0.28994,0.29247999,0.30023,0.29784,0.30344999,0.30770001,0.30950001,0.25591999,0.25453001,0.25483999,0.25643,0.25598001,0.25652999,0.25518,0.25481001,0.25611001,0.25709,0.25218001,0.25307,0.25310001,0.25426,0.25428,0.10055,0.099600002,0.098509997,0.09567,0.095310003,0.092830002,0.090599999,0.087820001,0.085869998,0.083910003,0.081749998,0.080300003,0.078019999,0.07824,0.076779999,1.16172,1.1895,1.21329,1.24368,1.28027,1.31367,1.35365,1.38249,1.40982,1.43124,1.42532,1.44075,1.45604,1.47135,1.4807,0.28408,0.28489,0.28259999,0.28568,0.28681001,0.28843001,0.29034999,0.29209,0.29258999,0.29341,0.28314999,0.28297001,0.28248,0.28241,0.28461,0.06538,0.063620001,0.062870003,0.061859999,0.06019,0.059119999,0.057519998,0.054889999,0.054919999,0.054200001,0.048780002,0.048749998,0.047869999,0.046840001,0.046470001,0.27656001,0.27438,0.27726999,0.27507001,0.27533999,0.27840999,0.27903,0.27823001,0.28027001,0.27919999,0.27502999,0.27346,0.27333999,0.27476999,0.27463001,0.16187,0.16119,0.15941,0.15851,0.1583,0.15951,0.15965,0.15938,0.15765999,0.15826,0.16466001,0.16515,0.16333,0.16215999,0.16188,0.13688,0.14068,0.14016999,0.14138,0.14313,0.14714999,0.15408,0.15586001,0.16339999,0.16619,0.17896,0.17924,0.18049,0.17962,0.17874999,0.34232,0.33954,0.33520001,0.33186999,0.32053,0.31349,0.30985001,0.30961999,0.30116001,0.29609999,0.29023001,0.28573999,0.28472999,0.28003001,0.27496001,0.14866,0.14632,0.14387999,0.14184999,0.14018001,0.13826001,0.13481,0.13162,0.12897,0.12638,0.15344,0.15358999,0.15103,0.15051,0.14760999,0.25442001,0.25503999,0.25501999,0.25727001,0.26076999,0.26313001,0.26679999,0.26905999,0.27204001,0.27337,0.28992,0.28733999,0.28505999,0.28349,0.28204,0.20863,0.20871,0.20915,0.20981,0.21013001,0.21221,0.21319,0.21456,0.21538,0.21661,0.22187001,0.22067,0.21965,0.22086,0.22039001,0.19159,0.18964,0.1903,0.18889,0.18907,0.18932,0.19069,0.19186001,0.19080999,0.19034,0.19594,0.19595,0.19588999,0.19461,0.19419999,0.092200004,0.09358,0.09719,0.099880002,0.10021,0.10165,0.10413,0.10491,0.10526,0.10436,0.1076,0.10587,0.10458,0.10512,0.10598,0.25514001,0.25707999,0.25795001,0.26043001,0.26186001,0.26657999,0.26853999,0.26822001,0.271,0.27263001,0.27153,0.27335,0.27351999,0.27745,0.28097001,0.15102001,0.15098999,0.14958,0.14988001,0.15020999,0.14972,0.15458,0.15368,0.15432,0.15290999,0.15401,0.15380999,0.15087999,0.14903,0.14859,0.49581,0.49247,0.49028999,0.48793,0.48903999,0.48604,0.49164,0.48892999,0.48144999,0.48175001,0.48811999,0.48253,0.48120001,0.48286,0.47983,0.62685001,0.61654001,0.60359001,0.5916,0.58230001,0.57625997,0.56389999,0.55482,0.54940999,0.54615998,0.51093,0.50449997,0.50050998,0.49638,0.48958001,0.21196,0.21142,0.21142,0.21010999,0.2094,0.20884,0.20972,0.21135999,0.20814,0.20654,0.20771,0.20649,0.20635,0.20508,0.2049,0.10287,0.10259,0.10154,0.0995,0.099250004,0.098099999,0.098099999,0.097829998,0.099140003,0.098520003,0.10283,0.10128,0.10051,0.099490002,0.099720001,0.10291,0.10268,0.10272,0.10294,0.10208,0.10149,0.10328,0.10216,0.10164,0.10143,0.098520003,0.095710002,0.094509996,0.093379997,0.091909997,0.20166001,0.20061,0.19902,0.19850001,0.19788,0.19654,0.19606,0.19701,0.19447,0.19309001,0.19197001,0.19024,0.18985,0.18727,0.18478,0.13161001,0.13404,0.13372,0.13407999,0.13376001,0.13486999,0.13572,0.1374,0.13658001,0.13773,0.12648,0.1251,0.12373,0.12358,0.12276,0.28128001,0.27770001,0.27677,0.27803999,0.27788001,0.27838999,0.28740001,0.28608999,0.28310999,0.27981001,0.28095999,0.28231999,0.28281999,0.27954999,0.27816999,0.24961001,0.24919,0.24974,0.24785,0.24763,0.24569,0.24675,0.24629,0.24998,0.25134999,0.25619,0.25606999,0.25670999,0.25713,0.25602001,0.1653,0.16588999,0.16513,0.16613001,0.16580001,0.16506,0.16850001,0.16835,0.16914,0.17051999,0.17349,0.17295,0.1742,0.1742,0.17378999,0.064049996,0.063830003,0.062509999,0.062760003,0.06261,0.06182,0.06061,0.060970001,0.060150001,0.06036,0.056589998,0.055950001,0.055319998,0.054329999,0.053819999,0.25806999,0.25720999,0.25801,0.25740999,0.25544,0.25797999,0.25940999,0.25696999,0.25777,0.25556001,0.25461,0.25593001,0.2561,0.25635001,0.25887001,0.3405,0.34088999,0.34240001,0.34687001,0.35003999,0.35405999,0.35942999,0.36087,0.36208999,0.35881001,0.35777,0.35659999,0.35646001,0.35659999,0.35662001,0.12541001,0.12682,0.12771,0.12899999,0.12907,0.12931,0.12917,0.12722,0.12521,0.12386,0.12381,0.12382,0.12365,0.12247,0.12057,0.16703001,0.16772,0.16947,0.16999,0.16946,0.16934,0.16975001,0.16941001,0.16918001,0.16761,0.17047,0.17027999,0.16709,0.16531,0.16584,0.17233001,0.17366,0.1749,0.17818999,0.18088,0.18358999,0.18351001,0.18585999,0.18534,0.18460999,0.19119,0.19028001,0.18957999,0.18895,0.18806,0.12053,0.12239,0.12248,0.12212,0.12176,0.12148,0.12115,0.12124,0.11958,0.11841,0.12345,0.12384,0.12405,0.12444,0.12394,1.3584599,1.37683,1.39759,1.41544,1.43419,1.46337,1.49824,1.5231301,1.54331,1.5637701,1.63182,1.65922,1.68592,1.70929,1.72717,0.86093998,0.86184001,0.86334002,0.86315,0.86641997,0.87105,0.87419999,0.88814002,0.89186001,0.89855999,0.89095002,0.89582998,0.89779001,0.89737999,0.89486003,0.40799001,0.40682,0.40785,0.40685999,0.40897,0.41258001,0.41371,0.41119999,0.41247001,0.41470999,0.42809001,0.42998999,0.43011999,0.42991999,0.42972001,0.089769997,0.089890003,0.090020001,0.090860002,0.091430001,0.091619998,0.092090003,0.092419997,0.09189,0.091600001,0.094470002,0.092100002,0.091159999,0.090750001,0.090340003,0.40924999,0.41494,0.41971999,0.41927999,0.41569999,0.42491001,0.42932999,0.43223,0.43588001,0.43726999,0.44338,0.44332001,0.44457999,0.44534999,0.44749999,0.37228,0.37356001,0.37794,0.38003999,0.38389999,0.39070001,0.39862999,0.40402001,0.40711001,0.40705001,0.44034001,0.43599999,0.43869999,0.43838999,0.44021001,0.68791997,0.69230998,0.69514,0.69813001,0.70621997,0.71140999,0.72149003,0.72643,0.73216999,0.73957002,0.75870001,0.76630002,0.77079999,0.77530003,0.78043002,0.10275,0.10179,0.10172,0.101,0.10055,0.10071,0.099289998,0.098379999,0.097050004,0.095349997,0.092749998,0.092490003,0.090949997,0.09121,0.090429999,0.059450001,0.058699999,0.058789998,0.059080001,0.05875,0.058770001,0.058740001,0.059360001,0.059130002,0.058699999,0.062919997,0.063089997,0.062530003,0.063040003,0.062579997,0.82603002,0.84665,0.86954999,0.88480002,0.91367,0.93269002,0.95379001,0.97899997,0.99281001,1.00184,0.99697,0.99927002,1.00439,1.00744,1.00889,0.13733,0.13861001,0.13816001,0.13819,0.13858999,0.14019001,0.13897,0.13789,0.13699999,0.13544001,0.13989,0.13839,0.13834,0.13947,0.13952,0.084090002,0.082549997,0.082359999,0.081270002,0.080880001,0.07982,0.078850001,0.077550001,0.076710001,0.075939998,0.078489996,0.077440001,0.07683,0.076640002,0.07694,0.54951,0.56931001,0.58864999,0.60925001,0.63523,0.66406,0.69959998,0.73286998,0.75646001,0.77455002,0.77886999,0.78709,0.79781002,0.80803001,0.82100999,0.073890001,0.074330002,0.073660001,0.072740003,0.072310001,0.072109997,0.07192,0.071999997,0.071599998,0.071269996,0.071369998,0.070409998,0.069870003,0.069229998,0.069169998,1.8482,1.89229,1.93068,1.9638,2.00686,2.0561399,2.12394,2.18244,2.2337,2.2835801,2.2269599,2.2514801,2.27689,2.30706,2.3368199,0.19031,0.19394,0.19580001,0.20112,0.2052,0.2053,0.20514999,0.20979001,0.21021999,0.21002001,0.20749,0.20671,0.20505001,0.20502999,0.20299,0.71478999,0.71613002,0.72052997,0.72570997,0.72171003,0.72579002,0.73113,0.73587,0.74387997,0.75018001,0.76116002,0.76431,0.76376998,0.76648998,0.76556998,0.16701999,0.16661,0.16944,0.16903999,0.17110001,0.17273,0.17416,0.17544,0.17326,0.17298,0.17589,0.17573,0.17529,0.17649999,0.17585,0.22830001,0.22784001,0.23227,0.23423,0.23504999,0.2361,0.23741999,0.23981,0.23876999,0.23915,0.24609999,0.24814001,0.24774,0.24553999,0.2465,0.079060003,0.07852,0.077710003,0.077030003,0.07643,0.075970002,0.076010004,0.075379997,0.074649997,0.07316,0.078620002,0.077770002,0.075659998,0.07559,0.076279998,0.15689,0.15734001,0.1583,0.15936001,0.16166,0.16202,0.16446,0.16809,0.16799,0.16637,0.16731,0.16762,0.16775,0.16504,0.16389,0.079949997,0.079350002,0.079669997,0.0801,0.080760002,0.080399998,0.080990002,0.080449998,0.080410004,0.080779999,0.084530003,0.083219998,0.082709998,0.082769997,0.082970001,0.13108,0.13009,0.12992001,0.12999,0.12353,0.12248,0.1233,0.12302,0.12181,0.12112,0.12878001,0.12914,0.12874,0.12762,0.12692,0.14934,0.15030999,0.14831001,0.14887001,0.14944001,0.14984,0.15090001,0.14985999,0.15079001,0.15042,0.15718,0.15602,0.15665001,0.15765999,0.15655001,0.13099,0.1305,0.13226999,0.13161001,0.13264,0.13333,0.13401,0.13426,0.13584,0.13608,0.13644999,0.13625,0.13598,0.13462999,0.13546,0.33107999,0.32872999,0.32639,0.32372999,0.31974,0.32023001,0.31733,0.31518,0.31325999,0.31039,0.31952,0.32031,0.31872001,0.31692001,0.31344,0.94059002,0.94857001,0.95714998,0.96328998,0.97273999,0.98158997,0.99045998,0.99997002,1.00867,1.01263,1.01537,1.01648,1.01386,1.01757,1.02084,0.15369999,0.15386,0.15391,0.1543,0.15426999,0.15466,0.15421,0.15392999,0.15253,0.15096,0.15221,0.15104,0.1498,0.14899001,0.14866,0.068499997,0.067749999,0.066100001,0.064800002,0.06453,0.063900001,0.063160002,0.062270001,0.06205,0.061080001,0.067319997,0.0682,0.067989998,0.067829996,0.068259999,2.4081399,2.42682,2.44733,2.4758301,2.50898,2.5445399,2.59653,2.638,2.6689799,2.6963,2.7537701,2.77386,2.80686,2.8397,2.85865,0.10415,0.10335,0.10158,0.10203,0.10106,0.1017,0.10071,0.1007,0.10083,0.10047,0.1026,0.10251,0.10323,0.10366,0.10197,0.088639997,0.087509997,0.087190002,0.087130003,0.08653,0.087650001,0.087180004,0.087619998,0.087379999,0.087690003,0.08952,0.089060001,0.087410003,0.087360002,0.086390004,0.22089,0.22287001,0.22150999,0.22368,0.22384,0.22277001,0.2246,0.22387999,0.22171,0.22176,0.22240999,0.22188,0.22149999,0.22060999,0.22028001,0.089419998,0.089680001,0.087909997,0.089500003,0.090170003,0.090920001,0.090580001,0.090630002,0.089919999,0.089029998,0.096330002,0.095830001,0.09392,0.092739999,0.092189997,0.053229999,0.053029999,0.051369999,0.051369999,0.050919998,0.0502,0.049430002,0.049600001,0.048950002,0.04868,0.048999999,0.048300002,0.046560001,0.045710001,0.045159999,0.1018,0.10119,0.10001,0.099420004,0.098650001,0.099030003,0.098669998,0.098190002,0.098509997,0.098569997,0.10127,0.10189,0.10181,0.1026,0.10159,0.37232,0.37103999,0.37167999,0.37327,0.37531999,0.38066,0.38308999,0.3854,0.38968,0.38920999,0.40608001,0.40641999,0.40621999,0.40298,0.40173,0.10632,0.10536,0.10443,0.10253,0.10276,0.10199,0.1019,0.10087,0.099950001,0.099430002,0.10601,0.10485,0.10424,0.10344,0.10267,6.5577302,6.5805101,6.6217399,6.66782,6.7138901,6.7599602,6.8060398,6.8524599,7.00699,7.0570798,6.7491999,6.7525101,6.7739,6.8008199,6.8319101,1.05012,1.05839,1.07051,1.08162,1.09532,1.10999,1.12991,1.14979,1.16634,1.18179,1.17774,1.17858,1.15382,1.16424,1.1754301,1.9874001,2.00669,2.02619,2.0509701,2.0818601,2.1061499,2.1376801,2.15904,2.1759901,2.19046,2.19083,2.19644,2.20102,2.21245,2.22716,0.48480999,0.49309999,0.49884,0.50537997,0.51212001,0.51472998,0.51687002,0.52008998,0.52161002,0.52657002,0.52701998,0.53432,0.54417998,0.54482001,0.54361999,0.04355,0.042789999,0.042479999,0.042040002,0.04171,0.04109,0.040660001,0.04039,0.04005,0.039810002,0.041250002,0.041110002,0.04084,0.0407,0.039999999,0.32589,0.32881001,0.32848999,0.33118001,0.33469,0.34176001,0.34869,0.35275999,0.35477999,0.35431999,0.35653999,0.35576999,0.35411999,0.35640001,0.35439,0.33019,0.32868001,0.32859001,0.32876,0.32775,0.32859999,0.32795,0.32652,0.32824001,0.32572001,0.33408999,0.33241001,0.33109,0.32898,0.32688001,0.35325,0.35547999,0.36012,0.36094999,0.36344001,0.36820999,0.37096,0.37551999,0.37638,0.37648001,0.38575,0.38464001,0.38372999,0.38095,0.38023001,0.10501,0.10378,0.10322,0.10218,0.10143,0.10052,0.10027,0.099969998,0.098870002,0.097910002,0.102,0.10239,0.1016,0.10145,0.10138,0.39254001,0.40748999,0.42186999,0.43858999,0.45368001,0.47408,0.49693999,0.51490998,0.52726001,0.53311002,0.52708,0.53106999,0.53347999,0.53877997,0.54249001,0.13722,0.13604,0.13465001,0.13313,0.13186,0.12985,0.12824,0.12756,0.12655,0.12605999,0.12752999,0.12571999,0.12486,0.12349,0.12311,0.14497,0.14472,0.14342,0.14263,0.14188001,0.14109001,0.14103,0.14144,0.14123,0.14235,0.15114,0.15108,0.15023001,0.1487,0.15053,0.21669,0.21686,0.21702,0.22074001,0.22369,0.22658999,0.22917999,0.22936,0.22872999,0.23063,0.23064999,0.2287,0.22920001,0.226,0.228,0.15738,0.1561,0.15429001,0.15537,0.15454,0.15536,0.1549,0.15463001,0.15434,0.15358999,0.15605,0.15482,0.15556,0.15512,0.15479,0.11801,0.1181,0.11839,0.11797,0.11907,0.1198,0.12105,0.12304,0.124,0.12341,0.12202,0.12332,0.12467,0.12398,0.12368,0.088959999,0.087719999,0.087439999,0.087339997,0.089249998,0.089830004,0.090149999,0.090269998,0.08924,0.088210002,0.091760002,0.091980003,0.090360001,0.09065,0.090130001,0.28309,0.28099,0.28009999,0.28167999,0.28040999,0.28108999,0.28229001,0.28137001,0.28283,0.28448999,0.28792,0.28795999,0.28808999,0.28900999,0.28920001,0.037560001,0.0372,0.036339998,0.036150001,0.035640001,0.035119999,0.034630001,0.034469999,0.034740001,0.03475,0.03774,0.037799999,0.037140001,0.03689,0.037190001,0.23628999,0.23926,0.24097,0.24051,0.24473999,0.24547,0.24710999,0.24804001,0.24817,0.24778,0.24725001,0.24841,0.24753,0.25066,0.25141001,0.13361999,0.13232,0.13170999,0.13506,0.13604,0.13649,0.13679001,0.13519,0.13378,0.13266,0.14334001,0.14257,0.14305,0.14251,0.14232001,0.14835,0.14753,0.14906,0.1495,0.14872999,0.15052,0.15053,0.15091,0.15075,0.15132,0.15621001,0.15696,0.15671,0.1575,0.15855999,0.093230002,0.09285,0.09251,0.09262,0.092390001,0.091870002,0.091940001,0.091949999,0.09138,0.089929998,0.087949999,0.086850002,0.086860001,0.087540001,0.087070003,0.1213,0.1206,0.11975,0.11927,0.12017,0.1201,0.1192,0.11934,0.11858,0.11698,0.12238,0.12228,0.12024,0.1194,0.11841,0.19366001,0.19634999,0.19687,0.19916999,0.20190001,0.2034,0.20627999,0.20765001,0.2078,0.20527001,0.20563,0.20396,0.20141,0.20231999,0.2024,0.19665,0.19478001,0.19081999,0.18894,0.18561999,0.18089999,0.17838,0.1767,0.17536999,0.17479999,0.18931,0.18788999,0.18479,0.18368,0.18272001,0.52705997,0.52770001,0.53048003,0.53750998,0.54297,0.54911,0.55423999,0.56035,0.55980998,0.56120998,0.58148003,0.58822,0.59062999,0.58784997,0.58598,0.21875,0.2194,0.21991999,0.21935999,0.22003999,0.22055,0.22014,0.22051001,0.22041,0.22130001,0.23375,0.23428001,0.23367,0.23229,0.23081,0.10332,0.10178,0.10237,0.10278,0.10312,0.1027,0.10378,0.10344,0.10324,0.10291,0.10922,0.11056,0.10997,0.10989,0.10911,0.13080999,0.13056,0.13037001,0.13224,0.13221,0.13316999,0.13449,0.13364001,0.13414,0.13561,0.13875,0.13918,0.13860001,0.13704,0.13703001,0.095289998,0.094039999,0.094099998,0.09448,0.093790002,0.093379997,0.09403,0.093599997,0.09386,0.093149997,0.097340003,0.096610002,0.096239999,0.0955,0.094920002,0.20015,0.19823,0.19749001,0.1947,0.19197001,0.19047,0.18771,0.18579,0.18337999,0.18193001,0.18253,0.18216,0.18117,0.17816,0.17649999,0.18136001,0.18143,0.18256,0.18211,0.18318,0.18427999,0.18466,0.18742,0.18707,0.18847001,0.18968,0.18898,0.19024,0.19118001,0.19202,0.39441001,0.39487001,0.39407,0.39484999,0.39625999,0.40127,0.40538001,0.40794,0.41065001,0.41420999,0.42243999,0.42118001,0.42278999,0.42199001,0.42225,0.39882001,0.39925,0.40658,0.41095001,0.41554999,0.41995001,0.4242,0.42451,0.42131999,0.42247999,0.45315999,0.45175001,0.45183,0.44936001,0.44847,0.18313999,0.18267,0.18307,0.1839,0.18317001,0.18629,0.18592,0.18446,0.18498001,0.18406001,0.18486001,0.18652,0.18550999,0.18633001,0.18540999,0.74245,0.76424003,0.78552002,0.80410999,0.82238001,0.84037,0.85618001,0.87658,0.89302999,0.90688002,0.89727002,0.90851998,0.92126,0.93252999,0.94788003,0.27061,0.27427,0.27774,0.28216001,0.28496,0.2904,0.29714,0.30193001,0.30342999,0.30625999,0.31171,0.31206,0.31105,0.31073001,0.31053999,0.41712001,0.42866999,0.43790999,0.44586,0.44101,0.43928999,0.43871,0.44402,0.44760001,0.46456999,0.52868998,0.53276998,0.53389001,0.53742999,0.53435999,0.0524,0.05187,0.051399998,0.05091,0.050360002,0.050319999,0.05023,0.048799999,0.048379999,0.047589999,0.04967,0.049539998,0.0493,0.04874,0.048289999,0.096529998,0.096349999,0.096309997,0.095700003,0.095519997,0.096940003,0.097290002,0.097290002,0.096699998,0.096340001,0.10175,0.10281,0.10238,0.10172,0.10255,0.2467,0.24696,0.24710999,0.25007999,0.25196001,0.25433999,0.25457001,0.25608,0.25641,0.25501001,0.25446001,0.25259,0.25305,0.24954,0.25071999,0.23374,0.2339,0.23478,0.23608001,0.23621,0.23457,0.23671,0.2352,0.23531,0.23357999,0.23477,0.2332,0.23058,0.23028,0.22949,0.067170002,0.065269999,0.065889999,0.065449998,0.065420002,0.064800002,0.064350002,0.064029999,0.063150004,0.06202,0.066880003,0.066909999,0.066710003,0.066030003,0.065650001,0.13492,0.13403,0.1348,0.13545001,0.13565999,0.13564,0.1362,0.13558,0.13477001,0.13395,0.14105999,0.14138,0.14035,0.14033,0.13969,2.8617101,2.9470899,3.0283101,3.1063199,3.1874299,3.2759399,3.3642199,3.4383299,3.49595,3.5536699,3.6167099,3.6505101,3.6879101,3.7390001,3.79493,0.096709996,0.095870003,0.095689997,0.094829999,0.094839998,0.094570003,0.093670003,0.09437,0.093599997,0.092759997,0.098329999,0.097180001,0.095299996,0.095090002,0.094570003,0.17907999,0.17897999,0.17866001,0.17921001,0.17924,0.17876001,0.17846,0.17828999,0.17699,0.17542,0.18122,0.18241,0.17872,0.17934,0.17914,0.55743003,0.56089997,0.56549001,0.57692999,0.60320002,0.61619997,0.62110001,0.62739998,0.63314003,0.63884002,0.65521002,0.65552002,0.65834999,0.66198999,0.65960002,10.16364,10.15705,10.12999,10.08956,10.04271,9.9952297,9.9666405,9.9369001,9.9233103,9.9240799,9.9888,9.9906702,10.008,10.01491,10.01876,0.23741999,0.23404001,0.22962999,0.22869,0.22947,0.22861999,0.22758999,0.2271,0.22595,0.22821,0.23409,0.23331,0.23472001,0.23258001,0.23346999,0.041680001,0.041439999,0.04171,0.041579999,0.041749999,0.04109,0.040660001,0.040860001,0.041230001,0.041439999,0.04439,0.043850001,0.043880001,0.043590002,0.043699998,0.049759999,0.049520001,0.048689999,0.04862,0.048179999,0.047649998,0.047899999,0.04803,0.047880001,0.04803,0.048280001,0.048330002,0.048719998,0.04916,0.048629999,0.40389001,0.40415999,0.40272999,0.40397999,0.40430999,0.40619999,0.40702,0.40825,0.40764001,0.40854999,0.39258999,0.39153999,0.39149001,0.39221001,0.38903001,0.083190002,0.082970001,0.082570001,0.081799999,0.082110003,0.082460001,0.082500003,0.083410002,0.083499998,0.083609998,0.084420003,0.084190004,0.083230004,0.082850002,0.083290003,0.067879997,0.0678,0.067129999,0.066459998,0.066320002,0.066440001,0.06487,0.064549997,0.063759997,0.063249998,0.063670002,0.06233,0.062259998,0.061560001,0.061080001,0.29692999,0.29651999,0.29778999,0.29611,0.29688001,0.29771,0.29762,0.29631999,0.29387,0.29069,0.30012,0.29837999,0.29828,0.29774001,0.29866999,0.28740001,0.28898999,0.29317999,0.29905,0.30307999,0.3046,0.31099001,0.31452,0.31494999,0.31424001,0.32043001,0.31852999,0.31613001,0.31351,0.31104001,0.072240002,0.072480001,0.072690003,0.070739999,0.069679998,0.068939999,0.068510003,0.067979999,0.06831,0.068350002,0.067170002,0.06656,0.065250002,0.064479999,0.064110003,0.39937001,0.40239999,0.40924999,0.41521999,0.42175999,0.43118,0.44363999,0.45879999,0.47273999,0.48023,0.5194,0.52689999,0.53061998,0.53508002,0.54229999,0.23001,0.24022999,0.24173,0.23977999,0.24292,0.2427,0.24535,0.24522001,0.24496999,0.24563,0.26023,0.25931999,0.25748,0.25637001,0.25641999,0.20413999,0.20412,0.20263,0.20185,0.20211001,0.20209999,0.20111001,0.2005,0.20099001,0.20166001,0.2115,0.21005,0.20798001,0.20967001,0.21001001,0.24721,0.25325,0.26076001,0.26872,0.27581,0.28588,0.29558,0.30463001,0.31152999,0.31485,0.32574001,0.32613999,0.32785001,0.3301,0.33252999,0.2341,0.23453,0.23665,0.23721001,0.23865999,0.23815,0.24142,0.24304999,0.24488001,0.244,0.25163999,0.25094,0.25091001,0.25137001,0.25077,0.13256,0.13247,0.13076,0.13060001,0.12904,0.12898,0.12701,0.12519,0.12454,0.12392,0.13513,0.13386001,0.13377,0.13421001,0.13451999,0.31259999,0.31959,0.32453001,0.32848001,0.33612999,0.34270999,0.35021999,0.35892001,0.36438999,0.36552,0.36278,0.36302,0.36333999,0.36502001,0.36888,0.02375,0.022949999,0.02269,0.02218,0.021779999,0.021199999,0.020740001,0.0207,0.02011,0.02014,0.02152,0.021229999,0.020780001,0.02086,0.02073,0.17949,0.17907,0.18002,0.17975999,0.17903,0.18069001,0.18048,0.1813,0.18255,0.17907999,0.18859001,0.18635,0.18610001,0.18430001,0.18291,3.4690399,3.5023999,3.5090799,3.4803901,3.50705,3.5257199,3.5383699,3.5566299,3.5673001,3.56587,3.19258,3.19188,3.19274,3.1849599,3.17419,0.091870002,0.090120003,0.089500003,0.088310003,0.088019997,0.087609999,0.088600002,0.088569999,0.0898,0.089759998,0.092479996,0.092119999,0.093560003,0.093079999,0.093450002,0.12659,0.12805,0.12771,0.12732001,0.12843999,0.12769,0.12703,0.12751,0.12808999,0.13015001,0.12919,0.13054,0.13008,0.13134,0.13282,0.069729999,0.067539997,0.067819998,0.067089997,0.065839998,0.06605,0.065520003,0.064929999,0.06442,0.064850003,0.064839996,0.065559998,0.066370003,0.065820001,0.066189997,0.04366,0.043639999,0.043409999,0.043570001,0.044319998,0.044270001,0.04527,0.045820002,0.046810001,0.047929998,0.05638,0.057319999,0.05762,0.056869999,0.056669999,0.095640004,0.096369997,0.09657,0.096529998,0.096699998,0.097589999,0.097209997,0.09753,0.097180001,0.097560003,0.10057,0.10076,0.10109,0.10305,0.10399,0.01345,0.01349,0.01331,0.01302,0.01297,0.0127,0.01242,0.01234,0.01194,0.01202,0.01154,0.01142,0.01174,0.01169,0.01169,0.80201,0.80387002,0.80599999,0.81064999,0.81681001,0.81765997,0.81813002,0.81779999,0.82021999,0.82178003,0.81506002,0.81747001,0.81765002,0.82404,0.82344002,0.059749998,0.057489999,0.05596,0.05497,0.053909998,0.053040002,0.0524,0.05212,0.051899999,0.05167,0.058109999,0.058030002,0.059269998,0.05861,0.058940001,0.11667,0.11424,0.11402,0.11271,0.11297,0.11155,0.11081,0.11115,0.11103,0.11189,0.11699,0.11772,0.11845,0.11936,0.12092,0.02012,0.020020001,0.01911,0.018750001,0.01795,0.017689999,0.0173,0.01682,0.01688,0.017030001,0.017419999,0.017689999,0.017790001,0.017829999,0.017929999,0.090360001,0.089019999,0.086920001,0.086439997,0.085519999,0.085359998,0.085380003,0.085809998,0.085239999,0.085579999,0.089299999,0.090060003,0.092390001,0.093999997,0.095179997,0.093850002,0.092220001,0.090960003,0.089819998,0.090020001,0.089910001,0.088339999,0.088600002,0.089040004,0.087920003,0.092969999,0.092610002,0.092220001,0.092869997,0.091499999,0.028109999,0.02719,0.02688,0.027140001,0.027009999,0.026240001,0.02617,0.026520001,0.026660001,0.027249999,0.02891,0.029340001,0.030309999,0.03056,0.03108,0.1188,0.11676,0.11572,0.11434,0.11379,0.11246,0.11269,0.11198,0.11168,0.11208,0.11578,0.11498,0.11439,0.11522,0.11442,0.7471,0.75997001,0.77284002,0.79167002,0.80634999,0.82534999,0.84824002,0.87199998,0.89104003,0.89624,0.90902001,0.91222,0.91692001,0.93124998,0.94924003,0.68369001,0.70196003,0.72000003,0.74722999,0.77438998,0.80707997,0.84498,0.87300003,0.89811999,0.90342999,0.89599001,0.91333002,0.92603999,0.94694,0.97307998,0.01267,0.01262,0.01245,0.01234,0.01211,0.01173,0.01199,0.01193,0.01161,0.01173,0.01186,0.01277,0.01264,0.01282,0.01309,0.13197,0.13139001,0.13163,0.13246,0.13496999,0.13389,0.13402,0.13355,0.13361,0.1355,0.13447,0.13578001,0.13684,0.13801,0.13696,0.01023,0.01015,0.01054,0.01039,0.01081,0.01114,0.0109,0.01101,0.01041,0.01057,0.00883,0.0084,0.00842,0.00857,0.00852,0.02843,0.028790001,0.028729999,0.02861,0.028510001,0.02895,0.02878,0.02887,0.0286,0.028790001,0.03073,0.03145,0.03107,0.031300001,0.032090001,0.16628,0.16463999,0.16292,0.16195001,0.16205999,0.16201,0.16393,0.16492,0.16452999,0.16632,0.16142,0.16403,0.16427,0.16604,0.16596,0.10077,0.10119,0.10223,0.10307,0.10566,0.1077,0.10868,0.11127,0.11288,0.1147,0.1141,0.1145,0.114,0.11505,0.11558,0.023320001,0.02263,0.02238,0.021840001,0.02176,0.02134,0.02114,0.020500001,0.02036,0.020509999,0.02062,0.02028,0.02021,0.02011,0.01991,0.26622,0.26839,0.26826999,0.27094001,0.27586001,0.27941,0.28173,0.28103,0.28373,0.28604999,0.28784999,0.29029,0.28999001,0.29023001,0.29099,0.55878001,0.56195003,0.56141001,0.56888998,0.57731003,0.58126003,0.5905,0.60131001,0.61155999,0.61941999,0.63590002,0.64236999,0.64845002,0.65333003,0.65855998,0.02153,0.020889999,0.02007,0.02012,0.020020001,0.019440001,0.01839,0.017990001,0.01743,0.017480001,0.023539999,0.02382,0.023949999,0.02373,0.02359,0.18811999,0.18546,0.18472999,0.18558,0.18587001,0.18666001,0.18618,0.1874,0.18751,0.18717,0.19681001,0.19599,0.19469,0.19403,0.19125,0.019649999,0.018719999,0.018169999,0.01778,0.017550001,0.01743,0.01723,0.01718,0.0167,0.016240001,0.017340001,0.01708,0.016930001,0.017039999,0.01694,0.068729997,0.068329997,0.068870001,0.0682,0.068970002,0.070819996,0.071850002,0.073810004,0.074649997,0.07457,0.07683,0.076949999,0.077249996,0.07694,0.078199998,0.01929,0.01919,0.019069999,0.019230001,0.019470001,0.019069999,0.019309999,0.019169999,0.018999999,0.01908,0.0189,0.01888,0.01897,0.01912,0.01853,0.038880002,0.038139999,0.037780002,0.038350001,0.038430002,0.039409999,0.039730001,0.03881,0.03861,0.03833,0.04211,0.042479999,0.041639999,0.042709999,0.042569999,0.96170002,0.97399998,0.98918003,0.99831998,1.00757,1.02064,1.0409499,1.0585099,1.07552,1.08623,1.09425,1.10121,1.11054,1.11769,1.12684,0.044920001,0.04397,0.043889999,0.044009998,0.044179998,0.043760002,0.044580001,0.044659998,0.045060001,0.046,0.045480002,0.047449999,0.046750002,0.046250001,0.04589,0.15719,0.15689,0.15741999,0.15622,0.15617,0.15757,0.15842,0.16027001,0.16109,0.15941,0.15586001,0.15502,0.1558,0.1566,0.15880001,0.00492,0.00483,0.00492,0.00484,0.00491,0.0046,0.00455,0.00431,0.00433,0.0044,0.00492,0.0049,0.00509,0.00505,0.00485,0.045480002,0.04442,0.042959999,0.041930001,0.041379999,0.040380001,0.039450001,0.039519999,0.039110001,0.039439999,0.042660002,0.042059999,0.041269999,0.041790001,0.041919999,0.063770004,0.063259996,0.062199999,0.061239999,0.059999999,0.059730001,0.059659999,0.059409998,0.05852,0.058139998,0.061719999,0.062139999,0.061930001,0.062579997,0.06219,0.01856,0.018130001,0.01822,0.01815,0.017589999,0.01699,0.01743,0.017030001,0.016930001,0.01664,0.017279999,0.0175,0.017550001,0.017510001,0.017829999,0.071780004,0.070119999,0.06961,0.068630002,0.068439998,0.069559999,0.070909999,0.071139999,0.070359997,0.070890002,0.07017,0.070759997,0.07085,0.069650002,0.069090001,0.01185,0.01209,0.01168,0.01157,0.01139,0.01077,0.01072,0.01057,0.01092,0.01108,0.01189,0.01158,0.01157,0.01176,0.01148,0.36307001,0.36737999,0.37402001,0.38304999,0.38902,0.39205,0.39794999,0.40296999,0.40571001,0.40430999,0.40325001,0.40384999,0.40637001,0.40823999,0.41029999,0.096129999,0.093840003,0.092110001,0.090800002,0.089500003,0.0902,0.090429999,0.090989999,0.091640003,0.09313,0.097379997,0.10133,0.10794,0.11187,0.11576,0.10605,0.10538,0.10368,0.10313,0.10423,0.10392,0.10238,0.10119,0.10103,0.10303,0.10438,0.10525,0.10885,0.11124,0.11332,0.093910001,0.092500001,0.092030004,0.092160001,0.091509998,0.091470003,0.090790004,0.091260001,0.091499999,0.092579998,0.092660002,0.09364,0.093819998,0.093359999,0.093259998,0.10248,0.10404,0.10344,0.10383,0.10676,0.10732,0.10862,0.11008,0.11052,0.11096,0.11395,0.11374,0.11383,0.11348,0.11364,0.04073,0.03926,0.037780002,0.036309998,0.035980001,0.034710001,0.033879999,0.033360001,0.03249,0.032430001,0.03373,0.03441,0.035799999,0.03658,0.036959998,0.3452,0.33717,0.33351001,0.33052,0.32868999,0.32736999,0.32646,0.32589999,0.32776001,0.32949001,0.34239,0.34388,0.34492999,0.34512001,0.3468,0.082149997,0.083339997,0.08354,0.083339997,0.08292,0.083070002,0.084550001,0.086300001,0.086879998,0.087860003,0.091109999,0.091619998,0.091949999,0.093099996,0.092900001,0.036389999,0.035920002,0.03607,0.03571,0.036460001,0.036359999,0.036509998,0.037250001,0.03695,0.036669999,0.03613,0.035829999,0.035870001,0.036619999,0.036649998,0.064350002,0.063830003,0.062980004,0.063280001,0.062229998,0.061159998,0.06123,0.061609998,0.06171,0.060880002,0.06078,0.060839999,0.06072,0.06075,0.06064,0.052620001,0.052719999,0.052719999,0.050319999,0.050829999,0.052209999,0.05139,0.04989,0.050519999,0.051509999,0.05342,0.0517,0.052310001,0.051490001,0.0515,0.00854,0.00821,0.00765,0.00742,0.00741,0.00698,0.0068,0.00654,0.0065,0.00612,0.00719,0.0072,0.0073,0.00699,0.00692,0.07638,0.075060003,0.073679999,0.072159998,0.071479999,0.070280001,0.068769999,0.068740003,0.068889998,0.067709997,0.07367,0.074720003,0.074940003,0.076190002,0.076399997,0.02251,0.021709999,0.021749999,0.021020001,0.020719999,0.020300001,0.019710001,0.02,0.02043,0.020439999,0.021579999,0.02139,0.020989999,0.02131,0.021020001,0.01071,0.01015,0.00995,0.00969,0.00954,0.00917,0.00892,0.00903,0.00872,0.00897,0.01006,0.0099,0.01057,0.01126,0.01121,1.29527,1.30608,1.31771,1.3305399,1.34559,1.36493,1.38239,1.40047,1.42602,1.44797,1.4839799,1.49845,1.51888,1.5405999,1.55634,0.31152999,0.31595999,0.31707999,0.32139999,0.32640001,0.32918,0.32857999,0.32872999,0.33149001,0.33324,0.31332999,0.31224,0.31384,0.31580999,0.31457001,0.0744,0.072350003,0.072080001,0.071340002,0.070150003,0.069300003,0.067639999,0.066799998,0.066200003,0.066519998,0.066579998,0.06622,0.065200001,0.064560004,0.063979998,0.00442,0.00408,0.00394,0.004,0.00384,0.00369,0.00378,0.00372,0.00358,0.00339,0.00464,0.00469,0.00482,0.00451,0.00453,0.00823,0.0081,0.00771,0.00763,0.00748,0.00729,0.0073,0.00711,0.00673,0.00647,0.00698,0.00741,0.00773,0.00777,0.00764,0.00582,0.0056,0.00542,0.00531,0.00498,0.00473,0.00473,0.00442,0.00434,0.00458,0.00472,0.00496,0.00512,0.00481,0.00504,0.06213,0.06134,0.0603,0.058499999,0.057659999,0.05686,0.055550002,0.055100001,0.05477,0.054269999,0.054960001,0.053890001,0.05407,0.053750001,0.05353,0.12112,0.11835,0.11769,0.11498,0.11272,0.1113,0.11012,0.1104,0.11084,0.10891,0.11293,0.11308,0.11291,0.1131,0.1134,0.02427,0.02386,0.02348,0.02297,0.022390001,0.0221,0.021360001,0.02098,0.02094,0.02063,0.021,0.02083,0.02059,0.020190001,0.020330001,0.035190001,0.034910001,0.03472,0.034460001,0.034019999,0.032850001,0.032710001,0.03173,0.03101,0.030619999,0.031440001,0.03076,0.03021,0.029239999,0.029410001,0.42341,0.4242,0.4294,0.43208,0.43682,0.44010001,0.44490001,0.44887,0.45186001,0.45813999,0.46173999,0.46838999,0.47644001,0.48058,0.48223999,0.077890001,0.076619998,0.074890003,0.073639996,0.07395,0.072190002,0.071149997,0.070050001,0.06972,0.069219999,0.068379998,0.067819998,0.066720001,0.06583,0.065729998,0.088569999,0.089110002,0.088469997,0.087410003,0.086520001,0.08495,0.084080003,0.083939999,0.08382,0.083999999,0.083700001,0.083070002,0.083080001,0.083240002,0.082489997,0.24394,0.24524,0.24704,0.25011,0.25240999,0.25363001,0.25461999,0.2552,0.25643,0.25485,0.25253999,0.25255999,0.25159001,0.25380999,0.25523999,0.095799997,0.093879998,0.092519999,0.090910003,0.089910001,0.089249998,0.086970001,0.085309997,0.083970003,0.083619997,0.088289998,0.087860003,0.087700002,0.086860001,0.086099997,0.04047,0.039650001,0.039749999,0.039840002,0.038830001,0.03816,0.03768,0.036869999,0.03616,0.036249999,0.03963,0.03999,0.04033,0.03977,0.039779998,0.061469998,0.060309999,0.060010001,0.059500001,0.059610002,0.059110001,0.057769999,0.05672,0.055750001,0.054740001,0.057149999,0.057489999,0.057379998,0.05779,0.05762,0.098240003,0.099030003,0.098990001,0.098219998,0.098240003,0.099380001,0.097259998,0.098920003,0.098710001,0.097199999,0.099610001,0.099679999,0.10062,0.10079,0.10148,0.070249997,0.06904,0.068240002,0.067440003,0.066459998,0.064850003,0.063919999,0.063160002,0.062700003,0.06205,0.065420002,0.06476,0.064070001,0.063830003,0.063150004,0.10459,0.10439,0.10468,0.1041,0.10429,0.102,0.0995,0.099590003,0.10061,0.10332,0.10539,0.10569,0.10541,0.10406,0.10504,0.10173,0.10056,0.099610001,0.098229997,0.096969999,0.096239999,0.094190001,0.092720002,0.092040002,0.091320001,0.09144,0.091370001,0.090899996,0.090049997,0.090269998,0.11781,0.11569,0.11458,0.11309,0.11225,0.11118,0.10938,0.10822,0.10808,0.10784,0.10913,0.10874,0.10788,0.10796,0.10728,0.20279001,0.20288999,0.20302001,0.20379999,0.20276,0.20027,0.20106,0.20353,0.20339,0.20651001,0.21029,0.20851,0.20837,0.20943999,0.2085,0.090350002,0.090910003,0.091020003,0.09121,0.088869996,0.087909997,0.086879998,0.087719999,0.086920001,0.087350003,0.09172,0.092299998,0.091669999,0.09093,0.09042,0.24417,0.24446,0.24316999,0.24411,0.24432001,0.24477001,0.24765,0.24778,0.24848001,0.25075999,0.24354,0.24324,0.241,0.24152,0.24096,0.021,0.02083,0.02011,0.01991,0.01973,0.01932,0.01887,0.018859999,0.01873,0.01839,0.019370001,0.0197,0.01973,0.019339999,0.019400001,0.063150004,0.062509999,0.06182,0.061209999,0.060679998,0.06143,0.061949998,0.0623,0.062650003,0.062890001,0.059700001,0.060070001,0.059069999,0.058350001,0.05782,0.36219999,0.36024001,0.35828,0.35817999,0.35787001,0.35832,0.35881001,0.35857001,0.35662001,0.35640001,0.36701,0.36978999,0.36669999,0.36616999,0.36743999,4.64712,4.6802602,4.71629,4.7603798,4.8119602,4.8686299,4.9225202,4.9729199,5.03087,5.1019902,5.1859398,5.24611,5.3130898,5.3752899,5.4324398,0.022919999,0.021950001,0.021679999,0.0217,0.02145,0.02076,0.02029,0.01984,0.01949,0.01957,0.02008,0.01976,0.01991,0.01969,0.018859999,0.066129997,0.065109998,0.063940004,0.063919999,0.063110001,0.061640002,0.06092,0.06033,0.059980001,0.05962,0.05889,0.05852,0.05748,0.056850001,0.056609999,0.03548,0.034570001,0.034589998,0.034019999,0.033610001,0.03359,0.03277,0.031259999,0.030859999,0.030889999,0.032310002,0.032159999,0.0319,0.03091,0.03076,0.03087,0.030379999,0.029720001,0.02884,0.02863,0.02785,0.02696,0.026559999,0.02562,0.02516,0.02753,0.02729,0.027310001,0.02712,0.02705,0.052900001,0.051849999,0.051709998,0.050749999,0.049430002,0.048450001,0.047729999,0.046549998,0.045779999,0.045559999,0.049539998,0.049369998,0.049029998,0.048560001,0.04888,0.22975001,0.23089001,0.23112001,0.23161,0.23187999,0.23029,0.23068,0.23071,0.22852001,0.22653,0.22285999,0.21946,0.21735001,0.21816,0.21663,0.0228,0.02265,0.0221,0.021950001,0.021090001,0.019540001,0.019339999,0.01843,0.017829999,0.01739,0.020780001,0.020439999,0.019619999,0.01904,0.01911,0.01891,0.01871,0.01866,0.018209999,0.018060001,0.01784,0.017650001,0.017240001,0.017209999,0.01709,0.020409999,0.019929999,0.01991,0.020330001,0.020029999,0.02141,0.02073,0.02056,0.020679999,0.020269999,0.02004,0.01953,0.0196,0.01897,0.018440001,0.020479999,0.01953,0.02038,0.01974,0.0197,0.00746,0.00746,0.00718,0.00681,0.00658,0.00644,0.0064,0.00619,0.00606,0.0056,0.00612,0.0063,0.00615,0.00625,0.00619,0.02705,0.026620001,0.02626,0.02562,0.025149999,0.024219999,0.02396,0.023329999,0.023159999,0.02251,0.02544,0.02534,0.024569999,0.02483,0.02482,0.53504997,0.5341,0.53588003,0.53846002,0.54171002,0.54237998,0.54844999,0.55385,0.56389999,0.57486999,0.58797002,0.59568,0.60334998,0.60922998,0.61492002,0.093800001,0.093269996,0.093549997,0.093889996,0.093759999,0.093379997,0.09279,0.093089998,0.09302,0.092799999,0.09127,0.090790004,0.09025,0.091219999,0.091349997,0.037700001,0.037160002,0.036389999,0.036529999,0.03551,0.03455,0.034010001,0.03373,0.032880001,0.032340001,0.03427,0.03452,0.034260001,0.035130002,0.03492,0.0107,0.01086,0.01095,0.01086,0.01055,0.01042,0.00984,0.00964,0.00973,0.00959,0.009600001,0.00983,0.00947,0.00973,0.00933,0.03104,0.030859999,0.03036,0.030130001,0.03011,0.02899,0.028890001,0.02856,0.028410001,0.02806,0.028929999,0.02871,0.028829999,0.028729999,0.02901,0.11487,0.113,0.11117,0.10903,0.10685,0.1061,0.10346,0.10243,0.10079,0.10011,0.10451,0.1046,0.10409,0.10438,0.10403,0.00782,0.00753,0.00735,0.00738,0.00747,0.00741,0.00747,0.00722,0.00727,0.00723,0.00734,0.00742,0.00711,0.00732,0.00728,0.065420002,0.064819999,0.06476,0.065700002,0.06543,0.065219998,0.064630002,0.064609997,0.064070001,0.064429998,0.062650003,0.063019998,0.063050002,0.063409999,0.063620001,0.083379999,0.082510002,0.081670001,0.08021,0.079329997,0.077930003,0.07694,0.074539997,0.07333,0.072379999,0.075340003,0.075570002,0.075510003,0.075470001,0.073349997,0.044810001,0.043609999,0.048500001,0.05015,0.052889999,0.051539999,0.051479999,0.05043,0.050919998,0.05077,0.052159999,0.051940002,0.05164,0.051290002,0.051849999,0.068860002,0.068300001,0.067659996,0.067709997,0.067380004,0.066509999,0.065619998,0.065729998,0.065059997,0.064599998,0.064970002,0.065729998,0.065339997,0.065530002,0.066440001,0.088600002,0.087200001,0.086410001,0.083339997,0.081969999,0.081050001,0.080030002,0.079999998,0.078029998,0.077600002,0.083590001,0.08219,0.082099997,0.081210002,0.081210002,0.00979,0.00961,0.00949,0.00953,0.0093,0.0089,0.00877,0.00841,0.00821,0.00802,0.00821,0.00824,0.00799,0.00797,0.0081,0.040580001,0.040240001,0.039840002,0.038699999,0.038040001,0.037780002,0.037080001,0.036090001,0.03548,0.03576,0.03827,0.037870001,0.03785,0.036869999,0.037129998,0.093340002,0.091410004,0.090369999,0.089570001,0.088830002,0.087200001,0.086369999,0.086319998,0.084650002,0.083779998,0.086680003,0.085809998,0.085790001,0.08557,0.084820002,2.51425,2.54357,2.5794899,2.61884,2.64079,2.6756401,2.7074101,2.74333,2.7799101,2.81531,2.86134,2.8994501,2.93469,2.9728501,3.0179501,0.34637001,0.34577999,0.34364,0.34522,0.34843999,0.3515,0.35464001,0.35448,0.35672,0.3567,0.36267,0.36069,0.36028999,0.36092001,0.35815001,0.00773,0.00779,0.00761,0.00731,0.00731,0.00739,0.00746,0.00741,0.0072,0.00732,0.00768,0.00767,0.00771,0.00764,0.0075,0.0071,0.00721,0.00744,0.00733,0.00685,0.00669,0.00656,0.00673,0.00658,0.00661,0.00626,0.00614,0.006,0.00581,0.00588,0.00531,0.00527,0.00536,0.0052,0.00508,0.00495,0.00486,0.00508,0.00515,0.00488,0.00538,0.00546,0.00505,0.00523,0.00498,0.35190001,0.35550001,0.35795,0.35760999,0.35613,0.35497999,0.35269001,0.34161001,0.34200999,0.34505001,0.3495,0.35016,0.35122001,0.35251001,0.35174,0.081639998,0.080370001,0.080279998,0.079810001,0.079460002,0.078110002,0.076990001,0.075829998,0.076030001,0.07666,0.078539997,0.077339999,0.077969998,0.07801,0.077660002,0.054370001,0.05342,0.052030001,0.05161,0.050870001,0.050319999,0.049959999,0.050020002,0.04961,0.049109999,0.0504,0.0493,0.048749998,0.04882,0.04862,0.040380001,0.03991,0.038699999,0.037300002,0.036490001,0.03658,0.036060002,0.035390001,0.034990001,0.034600001,0.037289999,0.037319999,0.03703,0.035999998,0.035700001,0.075669996,0.073940001,0.072420001,0.070830002,0.070119999,0.070490003,0.07068,0.069449998,0.069820002,0.068559997,0.072470002,0.072729997,0.071970001,0.071780004,0.07175,0.050280001,0.049229998,0.047990002,0.04806,0.047830001,0.046879999,0.04583,0.04504,0.044229999,0.043340001,0.04507,0.044509999,0.04431,0.043949999,0.04369,0.1543,0.15474001,0.15418001,0.15334,0.15338001,0.15373001,0.15469,0.15522,0.15367,0.15214001,0.15758,0.15772,0.15704,0.15717,0.15797,0.03083,0.029999999,0.02984,0.028550001,0.028410001,0.028030001,0.027079999,0.026860001,0.025979999,0.026140001,0.02775,0.02785,0.02782,0.02726,0.02702,0.031769998,0.03101,0.03074,0.030139999,0.030440001,0.03032,0.02912,0.0287,0.027960001,0.027690001,0.02987,0.02956,0.02947,0.029100001,0.02891,0.097340003,0.096950002,0.096620001,0.095380001,0.094839998,0.093379997,0.093280002,0.091339998,0.091069996,0.090319999,0.091849998,0.091590002,0.092160001,0.091969997,0.091870002,0.078369997,0.077349998,0.076190002,0.075910002,0.074440002,0.074600004,0.073600002,0.072439998,0.072190002,0.071840003,0.072609998,0.071960002,0.071800001,0.07164,0.072020002,0.31518,0.31391001,0.31059,0.30910999,0.30867001,0.31121001,0.31415001,0.31805,0.32001001,0.32515001,0.32268,0.3242,0.32558,0.32512999,0.32666001,0.056129999,0.054960001,0.054790001,0.054090001,0.053100001,0.052749999,0.051770002,0.051830001,0.051059999,0.050790001,0.053890001,0.053410001,0.052820001,0.052499998,0.05271,0.11448,0.11398,0.11302,0.11197,0.11111,0.11018,0.10847,0.10648,0.1061,0.10651,0.11052,0.11011,0.11013,0.11023,0.10867,0.095030002,0.092309996,0.090690002,0.088610001,0.087669998,0.086620003,0.084820002,0.082989998,0.082209997,0.081249997,0.08343,0.083219998,0.082670003,0.081249997,0.081280001,0.017550001,0.01712,0.01667,0.015830001,0.01575,0.01525,0.01514,0.01507,0.01498,0.01509,0.01524,0.01445,0.01393,0.01417,0.01443,0.13860001,0.13952,0.14026999,0.14106999,0.14050999,0.13946,0.13770001,0.13821,0.13773,0.13872001,0.14230999,0.14354999,0.14447001,0.14297999,0.14252,1.23157,1.2604001,1.2907701,1.31988,1.35572,1.39135,1.4241199,1.46249,1.50398,1.53504,1.5974801,1.62655,1.6582201,1.69358,1.72193,0.19852,0.19916999,0.19832,0.19956,0.20049,0.20206,0.20107,0.20138,0.20069,0.20057,0.20858,0.20872,0.20807,0.20881,0.20919,0.36965001,0.36532,0.36577001,0.36467001,0.36285001,0.36289001,0.36245,0.36390001,0.36625001,0.36864999,0.37059999,0.36923999,0.36901999,0.3687,0.36465001,0.1653,0.16624001,0.16592,0.16532999,0.16684,0.16597,0.16647001,0.16475999,0.16674,0.16481,0.16788,0.16728,0.16965,0.17064001,0.1715,0.061749998,0.059700001,0.059420001,0.057599999,0.057330001,0.05579,0.054779999,0.054019999,0.052900001,0.052639998,0.054570001,0.053890001,0.053550001,0.052519999,0.052590001,0.03297,0.032579999,0.03167,0.031300001,0.031319998,0.03087,0.02973,0.029440001,0.02925,0.02881,0.031490002,0.031410001,0.031239999,0.031099999,0.03074,0.0147,0.01399,0.01429,0.01466,0.01411,0.01402,0.01369,0.01359,0.01311,0.01281,0.01312,0.01326,0.01321,0.01319,0.01303,0.064240001,0.063960001,0.064839996,0.06476,0.064800002,0.064410001,0.06442,0.06346,0.062600002,0.063110001,0.061280001,0.061810002,0.060929999,0.060839999,0.060690001,0.06033,0.058619998,0.056740001,0.055500001,0.054019999,0.053339999,0.051729999,0.051569998,0.050829999,0.050030001,0.05218,0.051709998,0.051539999,0.051959999,0.052299999,0.00731,0.00704,0.00668,0.00654,0.00621,0.00607,0.00597,0.006,0.00583,0.00565,0.0065,0.00689,0.00691,0.00696,0.00687,0.071570002,0.071500003,0.07096,0.071369998,0.071359999,0.072499998,0.072329998,0.07265,0.072080001,0.073059998,0.069729999,0.069090001,0.069229998,0.068970002,0.069689997,0.046440002,0.046069998,0.045120001,0.04535,0.044270001,0.043280002,0.042879999,0.04236,0.041439999,0.041080002,0.042580001,0.042429999,0.042289998,0.04197,0.042040002,0.18790001,0.19081999,0.19168,0.19347,0.19383,0.19599999,0.19744,0.19848999,0.1971,0.19718,0.20276,0.20263,0.20291001,0.20231,0.20258,0.098049998,0.097149998,0.095640004,0.095530003,0.094460003,0.094549999,0.094959997,0.092600003,0.092100002,0.092490003,0.096000001,0.094559997,0.095140003,0.09437,0.094310001,0.04053,0.039820001,0.038899999,0.0383,0.037840001,0.036959998,0.036010001,0.035739999,0.034710001,0.034309998,0.038139999,0.037659999,0.037530001,0.03675,0.03658,0.00882,0.00849,0.00823,0.00797,0.00788,0.00802,0.00792,0.00796,0.0079,0.00763,0.00821,0.00812,0.00792,0.00758,0.00766,0.14572001,0.145,0.14319,0.14263,0.14034,0.14105999,0.14242999,0.14222001,0.14013,0.13837001,0.13644999,0.13744,0.13815001,0.13863,0.13917001,0.24008,0.24315999,0.24088,0.24047001,0.24117,0.2446,0.24624,0.24733,0.24808,0.24897,0.24798,0.24586999,0.24316999,0.24044999,0.23988999,13.9337,14.56549,15.15571,15.72924,16.46875,17.088461,17.78129,18.386351,18.79093,19.028339,19.532631,19.671591,19.98646,20.293159,20.69681,0.41429001,0.42144999,0.4307,0.43942001,0.45591,0.45730999,0.45660999,0.45774999,0.45741001,0.45464,0.47038001,0.47027999,0.46991,0.47081,0.47536001,0.45236,0.45006001,0.44055,0.43487,0.43568999,0.44428,0.4571,0.46992999,0.47183999,0.47896001,0.49074,0.49505001,0.51077998,0.52530998,0.52766001,0.00972,0.00937,0.00875,0.00813,0.00789,0.00774,0.00752,0.00689,0.00664,0.00626,0.00777,0.0075,0.00763,0.00832,0.00822,0.01627,0.01616,0.01585,0.01447,0.01395,0.01373,0.0146,0.01536,0.01599,0.017069999,0.019950001,0.01984,0.019959999,0.020710001,0.02018,0.15903001,0.15982001,0.1612,0.16562,0.16853,0.16989,0.17365,0.17617001,0.17918,0.18260001,0.16603,0.16661,0.17101,0.17369001,0.17279001,0.056940001,0.0539,0.050749999,0.048640002,0.048829999,0.04865,0.049989998,0.05085,0.051270001,0.051589999,0.057890002,0.058479998,0.059289999,0.060740001,0.060090002,0.041719999,0.041379999,0.041859999,0.04205,0.041900001,0.043340001,0.043900002,0.044550002,0.046429999,0.047940001,0.053619999,0.052689999,0.053479999,0.052480001,0.05184,0.34841001,0.36129001,0.37764001,0.3989,0.42846,0.46607,0.50288999,0.52305001,0.52812999,0.52640998,0.52065003,0.51484001,0.51157999,0.514,0.51788998,0.050069999,0.048439998,0.04693,0.047049999,0.048269998,0.047940001,0.04761,0.047529999,0.04648,0.04662,0.047850002,0.046300001,0.04662,0.045589998,0.045000002,0.32912001,0.33660999,0.34380001,0.35424,0.37158999,0.39857,0.42335001,0.44067001,0.44174999,0.44233999,0.43864,0.43322,0.42923,0.42298001,0.42282,0.066540003,0.065360002,0.06532,0.063689999,0.063320003,0.063340001,0.063579999,0.063759997,0.062919997,0.062859997,0.067419998,0.066399999,0.067649998,0.068619996,0.066979997,0.03393,0.034159999,0.033980001,0.035119999,0.03672,0.040180001,0.041469999,0.04281,0.044380002,0.044410001,0.039969999,0.039560001,0.03915,0.03889,0.03912,3.41415,3.51737,3.6184101,3.7123101,3.8137701,3.9086299,3.9823599,4.0633502,4.12219,4.1482,4.2203498,4.2490201,4.2908602,4.3382401,4.4007802,0.090269998,0.08681,0.08557,0.08444,0.084310003,0.088,0.090680003,0.0911,0.091360003,0.091880001,0.10046,0.10114,0.099890001,0.10034,0.10034,0.52551001,0.53425997,0.54424,0.55083001,0.55796999,0.55730999,0.55120999,0.55006999,0.55273998,0.55176002,0.55260003,0.54746997,0.54578,0.54061002,0.54522002,0.56584001,0.57849997,0.58993,0.59964001,0.60755998,0.60961998,0.60885,0.61027002,0.61276001,0.61357999,0.60109001,0.60253,0.60394001,0.60201001,0.60304999,0.4391,0.44218001,0.45106,0.45717999,0.46531999,0.46676999,0.47457001,0.47876999,0.48085001,0.4786,0.4781,0.47736001,0.47667,0.47505,0.47398999,0.73983997,0.74383003,0.75015998,0.76007998,0.76546001,0.7683,0.77368999,0.77445,0.77182001,0.77045,0.76914001,0.76792002,0.76757997,0.76398998,0.76115,0.33142999,0.32907999,0.3283,0.32826,0.32747,0.32789999,0.32576001,0.32317001,0.31917,0.31487,0.32957,0.32460001,0.31977001,0.31962001,0.31652999,0.81796998,0.81892002,0.82515001,0.83249998,0.84042001,0.84675997,0.85312998,0.85573,0.86277997,0.86290997,0.89104998,0.89067,0.89341998,0.89627999,0.89657998,3.82409,3.88182,3.90921,3.9301801,3.96542,3.98927,4.0124202,4.0273099,4.04074,4.0590601,4.00982,4.0171599,4.026,4.0339799,4.0518398,1.36648,1.38635,1.41466,1.43278,1.44745,1.46275,1.4787101,1.48584,1.48979,1.49071,1.46411,1.46681,1.46987,1.4715,1.47171,2.7873299,2.83446,2.87116,2.8902299,2.9060199,2.9301,2.9584799,2.9693699,2.9833,2.9927599,2.9530599,2.95999,2.97841,2.9874499,3.0062101,1.12686,1.14498,1.1601599,1.17065,1.18195,1.18978,1.2068,1.22097,1.22938,1.23589,1.23203,1.23945,1.24543,1.24642,1.25604,0.40551999,0.40867001,0.41183999,0.41721001,0.42059001,0.42289999,0.42653,0.42754999,0.42813,0.42692,0.43720001,0.4346,0.43188,0.42986,0.43103001,2.53038,2.5488999,2.5816901,2.6180999,2.6601501,2.6831801,2.6949501,2.69945,2.70609,2.7171199,2.7476201,2.7492299,2.7556601,2.7616701,2.75209,8.8532896,8.8833303,8.8944197,8.8973904,8.9023199,8.8732204,8.8458099,8.8566399,8.8991499,8.9525003,9.0674801,9.1408701,9.2044001,9.2743397,9.3357201,4.24547,4.2965498,4.3631802,4.4258099,4.4604101,4.4646201,4.4713101,4.46314,4.4549198,4.4610801,4.4917402,4.5053101,4.5120702,4.50141,4.49722,5.0764799,5.0783,5.0978298,5.1058402,5.1271,5.1496,5.1654701,5.17559,5.1773901,5.1787901,5.1363001,5.1326098,5.1310401,5.1212502,5.1103802,1.02307,1.01864,1.01421,1.01335,0.99919999,0.98558003,0.97814,0.96700001,0.96469998,0.96091002,0.97277999,0.96561998,0.96398002,0.95849001,0.95344001,1.4636199,1.46673,1.4759001,1.48722,1.50227,1.5248899,1.5391001,1.55402,1.56784,1.57745,1.572,1.57607,1.57794,1.57153,1.57389,7.9230199,7.9309902,7.9299202,7.9060102,7.8538899,7.7881899,7.7209001,7.69139,7.6707501,7.6964402,7.8460798,7.8723202,7.8842502,7.9209099,7.9572301,2.5634,2.5905001,2.63518,2.68257,2.7302001,2.7667999,2.81936,2.8605599,2.88168,2.8992,2.8860199,2.89363,2.8967099,2.8994,2.9095099,6.0942202,6.1252599,6.0799198,6.0346899,5.99929,5.96488,5.9217401,5.8937702,5.9211102,5.9792399,6.3629398,6.4819698,6.56879,6.63906,6.6911502,1.22553,1.24657,1.26205,1.2733901,1.2817,1.28734,1.29354,1.29655,1.2980601,1.3003401,1.27343,1.27253,1.2659301,1.26473,1.2606699,3.51561,3.53965,3.5609801,3.5866899,3.6122501,3.61882,3.62813,3.6340201,3.64571,3.66222,3.6804299,3.67941,3.6905701,3.71052,3.7153699,7.52705,7.6005802,7.6586699,7.7033601,7.7420902,7.78018,7.75876,7.7982998,7.85324,7.9073801,8.1127195,8.1739998,8.2444696,8.3081503,8.3629704,6.1712699,6.2406502,6.3067398,6.3614502,6.3998699,6.4182301,6.4109001,6.4103599,6.4186401,6.4410501,6.3064899,6.2983499,6.29176,6.2956901,6.2927899,4.7133799,4.7316298,4.7645302,4.79532,4.8215499,4.8319802,4.8488698,4.8559198,4.8694601,4.88518,4.9270601,4.9578199,4.9762998,4.9967198,4.9972701,5.1368599,5.2369599,5.3660102,5.4547901,5.5179801,5.5652499,5.6174798,5.6552501,5.69662,5.7367802,5.7765098,5.7898998,5.8070898,5.8341198,5.8630099,4.90803,4.9257398,4.9305401,4.9225898,4.9052701,4.8921099,4.8754401,4.8706698,4.8836398,4.9177799,5.0220098,5.0394602,5.0501299,5.0699801,5.0885601,0.64213002,0.64133,0.64516002,0.64407003,0.64914,0.65464997,0.65929002,0.65981001,0.66193998,0.66342002,0.65991998,0.66027999,0.65663999,0.65105999,0.64714998,2.98915,3.0233099,3.0637701,3.09267,3.1231899,3.1496699,3.17817,3.2074499,3.2316,3.2686901,3.2417099,3.2679501,3.2869101,3.3129699,3.32568,1.44618,1.46078,1.47936,1.49553,1.5036,1.50764,1.5125,1.51632,1.51431,1.51118,1.4877,1.48034,1.4698499,1.4574,1.44909,5.2314901,5.2550998,5.2615399,5.2504802,5.2363501,5.2198701,5.2028499,5.1973801,5.2181602,5.2642598,5.3780999,5.4070902,5.4500098,5.4972301,5.5293899,1.02958,1.05319,1.06955,1.08349,1.0874799,1.09167,1.0944999,1.09684,1.0989701,1.09638,1.08676,1.08138,1.0755,1.06839,1.06917,5.5715799,5.6251502,5.7372599,5.8298602,5.9464402,6.0782499,6.1949,6.28825,6.3544402,6.4252701,6.6410999,6.6960402,6.72995,6.7488298,6.7555099,0.035659999,0.034639999,0.034499999,0.03379,0.033679999,0.032979999,0.03418,0.03458,0.034309998,0.034430001,0.037409998,0.037140001,0.036520001,0.035920002,0.035560001,0.61296999,0.60824001,0.60483998,0.60756999,0.60821998,0.61321002,0.61456001,0.62428999,0.62998003,0.63621998,0.65779001,0.65726,0.65828001,0.66040999,0.65877998,0.25644001,0.26631999,0.26695001,0.26984,0.27179,0.27178001,0.26978001,0.27208999,0.27200001,0.27035999,0.27303001,0.27509001,0.27318001,0.27483001,0.27349001,0.14206,0.14052001,0.14038999,0.13761,0.13663,0.1349,0.13332,0.13178,0.12929,0.12737,0.13739,0.13618,0.1323,0.13054,0.1268,0.44901001,0.44656,0.44711,0.45051,0.45855001,0.45951,0.45660001,0.45107999,0.43805999,0.44407001,0.48962,0.49680999,0.50673997,0.50580001,0.50968999,0.02214,0.021509999,0.02115,0.02069,0.01984,0.019990001,0.018859999,0.01871,0.018610001,0.01819,0.020160001,0.01967,0.01935,0.01891,0.01825,1.74973,1.7646,1.78473,1.82147,1.84935,1.89265,1.93779,1.9820499,2.0142801,2.0641899,2.10237,2.1289001,2.1420801,2.13697,2.13676,0.51419002,0.50696999,0.50838,0.50746,0.50856,0.50235999,0.50770003,0.51256001,0.51774001,0.52705997,0.53896999,0.54021001,0.54369998,0.55486,0.56395,0.30892,0.30711001,0.30195001,0.29499999,0.29054001,0.29295999,0.29534,0.29890001,0.29993001,0.29903001,0.29383001,0.29385,0.29339001,0.2931,0.29096001,0.046840001,0.04713,0.04659,0.047010001,0.045249999,0.044569999,0.044,0.04408,0.04321,0.042410001,0.046879999,0.046459999,0.046069998,0.045600001,0.044679999,0.00803,0.0078,0.0074,0.00754,0.00769,0.0074,0.00731,0.0071,0.00668,0.00663,0.00688,0.00713,0.00701,0.00688,0.00683,0.057539999,0.054480001,0.052809998,0.051369999,0.050349999,0.04961,0.04927,0.05015,0.05043,0.05057,0.04851,0.048439998,0.04789,0.046259999,0.045600001,0.55154997,0.54865003,0.55422002,0.55295002,0.55699003,0.56108999,0.56866997,0.57951999,0.59129,0.60232002,0.64644003,0.65103,0.66285998,0.68347001,0.69998997,0.19535001,0.19441999,0.19621,0.20123,0.20482001,0.20740999,0.20926,0.20832001,0.20925,0.21016,0.20469999,0.20401999,0.20208,0.20023,0.19706,0.18275,0.17660999,0.18148001,0.18524,0.18573,0.18594,0.18703,0.18546,0.1824,0.18074,0.18012001,0.18181001,0.18162,0.17831001,0.17682,0.24989,0.24862,0.25084999,0.25397,0.25655001,0.26133999,0.26545,0.26800001,0.27094999,0.27044001,0.25116,0.25147,0.25018999,0.24778,0.24673,0.74585998,0.74436003,0.72921002,0.71543002,0.71490002,0.70624,0.70481998,0.69898999,0.70423001,0.70512998,0.71766001,0.73496997,0.72715998,0.73332,0.74098003,0.052019998,0.05187,0.051860001,0.051899999,0.051150002,0.050629999,0.050620001,0.050439999,0.04998,0.049350001,0.048829999,0.047830001,0.04679,0.046730001,0.045919999,0.62230998,0.61403,0.61540002,0.62292999,0.63362998,0.63322002,0.62871999,0.63305998,0.63328999,0.63200998,0.64396,0.65596998,0.66101998,0.65899998,0.65082002,0.10081,0.09849,0.096840002,0.095729999,0.093269996,0.09138,0.090300001,0.089840002,0.089649998,0.089170001,0.090499997,0.090640001,0.087980002,0.086970001,0.08501,0.41244999,0.40990999,0.40902001,0.40643001,0.40638,0.40546,0.40757999,0.40777999,0.40608999,0.40678,0.40318,0.40333,0.40259999,0.40088001,0.39776999,0.17985,0.18298,0.18532,0.18579,0.18645,0.18817,0.18844,0.19044,0.18749,0.18817,0.20011,0.20458999,0.20336001,0.19983,0.19536,0.91249001,0.93159002,0.95679998,0.98403001,1.01284,1.0572,1.1205601,1.1782399,1.22465,1.2598799,1.32367,1.34183,1.3531899,1.36479,1.37608,1.14035,1.15133,1.18277,1.1978,1.20863,1.21912,1.21613,1.22289,1.22407,1.24131,1.30155,1.28035,1.2836699,1.26448,1.23785,0.30070999,0.29697999,0.29482001,0.29168999,0.29093,0.29051,0.28727001,0.28505999,0.28393999,0.28323001,0.29376999,0.29304999,0.28953001,0.28623,0.28239,1.2984,1.31651,1.34577,1.36576,1.38204,1.39809,1.41432,1.43369,1.45362,1.47532,1.44503,1.45447,1.46385,1.47306,1.48164,0.13244,0.13091999,0.12896,0.13019,0.12781,0.12596001,0.1256,0.12478,0.12703,0.12886,0.12039,0.1204,0.11893,0.11571,0.11325,0.18054,0.17991,0.17869,0.18106,0.18065999,0.18187,0.18233,0.1815,0.18151,0.18092,0.17829999,0.17839999,0.17527001,0.17531,0.17309999,0.30061999,0.30103999,0.30590999,0.30914,0.31156999,0.31200001,0.31391999,0.31614,0.31507999,0.31507,0.32905999,0.32940999,0.32817,0.3303,0.33083999,0.16938999,0.16678999,0.16543999,0.16902,0.17229,0.16711999,0.1674,0.16576999,0.16327,0.16474999,0.1638,0.16411,0.16072001,0.15713,0.15611,0.041579999,0.040270001,0.039519999,0.03819,0.03768,0.037810002,0.037179999,0.037179999,0.037420001,0.038169999,0.04541,0.04428,0.044190001,0.043809999,0.042970002,0.66365999,0.67177999,0.67720002,0.67862999,0.67707998,0.68465,0.69687003,0.71459001,0.72346002,0.72913003,0.76792002,0.76893002,0.76630002,0.76270002,0.75817001,2.9496,2.9537799,2.96644,2.98491,2.9881899,2.9860499,2.99033,2.98246,2.9753699,2.9828401,3.04005,3.0483999,3.0618601,3.0741799,3.0817101,0.49915999,0.50174999,0.50103003,0.50220001,0.50397003,0.49823999,0.49423,0.49182999,0.4937,0.49157,0.48986,0.48862001,0.48289001,0.4806,0.47736001,13.33854,13.41319,13.48285,13.53712,13.59139,13.64566,13.71353,13.85122,13.89315,13.97287,13.88314,13.99815,14.14225,14.27317,14.38159,2.00319,1.99999,1.99714,1.98364,1.97463,1.96103,1.957,1.94978,1.94635,1.9463,2.0042801,1.99335,1.9867001,1.98203,1.97349,0.84017003,0.83297002,0.83126003,0.82968003,0.82366002,0.81388998,0.80577999,0.80252999,0.79834998,0.79689002,0.80227,0.79820001,0.79342002,0.78996003,0.78600001,0.81924999,0.81274998,0.81239998,0.81072998,0.80843002,0.80532002,0.80225003,0.79931998,0.79755002,0.79526001,0.79825997,0.79803002,0.79617,0.79334998,0.78823,1.39659,1.38594,1.37989,1.36904,1.36273,1.34998,1.34279,1.34014,1.33595,1.33503,1.34839,1.34316,1.3345799,1.3311501,1.3205301,0.91079003,0.90673,0.90408999,0.89815998,0.89366001,0.88350999,0.88164002,0.88058001,0.87901998,0.88331002,0.88946998,0.88972998,0.89231002,0.88485003,0.87769997,0.51380998,0.51098001,0.51165998,0.51253998,0.51112998,0.50994003,0.51097,0.51131999,0.50937003,0.50620002,0.50331998,0.50213999,0.49849001,0.49518001,0.49426001,0.79896998,0.80247998,0.80524999,0.81066,0.81379998,0.81690001,0.81905001,0.81865001,0.81699002,0.81617999,0.82066,0.81849003,0.81826001,0.81773001,0.81632,0.63055003,0.62808001,0.62847,0.62782001,0.62932998,0.62839001,0.62383002,0.62283999,0.61961001,0.61618,0.63015002,0.62643999,0.62554002,0.62289,0.62121999,0.48571,0.48600999,0.48410001,0.48802,0.4878,0.48315001,0.48278999,0.48313001,0.48131001,0.47995999,0.49257001,0.49520001,0.49202999,0.49149001,0.49024001,0.47966999,0.47536999,0.47099,0.47011,0.47055,0.4682,0.46413001,0.46287,0.45938,0.45513999,0.47856,0.47624999,0.47165999,0.46884999,0.46581,2.81001,2.8431499,2.8676901,2.8908801,2.9063699,2.9158599,2.91471,2.9181499,2.925,2.9356201,2.9768701,2.9827199,2.9734001,2.9706299,2.96579,9.4949398,9.4516497,9.4064503,9.3693104,9.3200197,9.2382002,9.16292,9.1178398,9.0985804,9.0924702,9.1883602,9.1970901,9.2020502,9.2188301,9.2283497,0.38822001,0.38629001,0.38716999,0.38626,0.38389,0.38196999,0.38156,0.37856001,0.37740001,0.37685999,0.39289001,0.39467999,0.39065999,0.38857001,0.38679001,0.51049,0.50787002,0.50558001,0.50654,0.50427002,0.50305003,0.50370997,0.50481999,0.50440001,0.50274003,0.51582003,0.51547003,0.51813,0.51335001,0.51261997,0.55005997,0.54865998,0.54874003,0.54881001,0.54975998,0.54969001,0.54936999,0.55075002,0.55122,0.55053002,0.55451,0.55255002,0.55013001,0.54527998,0.54105002,0.60329002,0.59891999,0.59647,0.59505999,0.59096003,0.58701003,0.58362001,0.58159,0.57950002,0.57867998,0.60031998,0.60018998,0.59873998,0.59421998,0.59162003,0.48142999,0.48076999,0.48225999,0.48361,0.48629999,0.48917001,0.49215001,0.49169999,0.49105999,0.48947001,0.49114999,0.48991999,0.48655999,0.48359001,0.47966999,0.053830002,0.053259999,0.052519999,0.052069999,0.051879998,0.051279999,0.05029,0.050159998,0.049589999,0.049229998,0.048280001,0.048220001,0.047869999,0.047589999,0.047150001,0.64383,0.63954997,0.63388002,0.63208002,0.63198,0.62873,0.62357998,0.62432998,0.62292999,0.62235999,0.64442003,0.64639002,0.64572001,0.64245999,0.63744003,1.11494,1.11841,1.13936,1.13353,1.14424,1.16982,1.17162,1.17957,1.1715699,1.1871901,1.1659499,1.18273,1.20916,1.1953599,1.19103,24.658119,24.71596,24.7738,24.83164,24.97859,25.11408,25.230471,25.392059,25.499411,25.67098,25.100731,25.44903,25.74864,26.023729,26.21793,0.26966,0.26824,0.26411,0.26352999,0.26219001,0.26199001,0.26319,0.26322001,0.26030001,0.26157001,0.27067,0.27088001,0.27259001,0.27186,0.27219999,0.64361,0.64455003,0.64194,0.63880002,0.63941002,0.63497001,0.63253999,0.63123,0.63067001,0.62870997,0.65261,0.64895999,0.64862001,0.64731002,0.64586002,0.69419998,0.69445997,0.69490999,0.69827998,0.69854999,0.69527,0.69718999,0.70049,0.70091999,0.69954002,0.73400003,0.72946,0.72420001,0.72521001,0.72368997,7.39047,7.3866401,7.3887601,7.3741999,7.3569102,7.3177299,7.3045802,7.3062901,7.3154302,7.3370299,7.4464698,7.47225,7.4858198,7.50071,7.49857,0.49653,0.49336001,0.49006,0.48938,0.48767999,0.48633999,0.48681,0.48605999,0.48622999,0.48616001,0.50287998,0.49965,0.49891001,0.49829999,0.49779001,13.3629,13.42896,13.49668,13.53565,13.56589,13.55194,13.5187,13.53061,13.53151,13.57429,13.415,13.46857,13.50923,13.55099,13.58627,15.40373,15.62335,15.67241,15.78815,15.90911,16.06275,16.126301,16.25251,16.31599,16.290541,15.88494,16.100269,16.25198,16.320049,16.36268,2.19665,2.18363,2.1772299,2.1728101,2.16712,2.1550801,2.14621,2.1418099,2.1419699,2.14557,2.16506,2.1570201,2.1486199,2.1427,2.1352501,2.35045,2.3369701,2.3301401,2.3257799,2.3248401,2.31563,2.3105199,2.30948,2.3053999,2.3104401,2.3485899,2.3420701,2.3398099,2.3380101,2.3287101,4.5790701,4.57339,4.5708499,4.5713902,4.5643201,4.5462499,4.5353298,4.5294399,4.53373,4.5475302,4.6742201,4.6758599,4.6718202,4.6884298,4.6819601,1.00289,1.00791,1.01539,1.02119,1.0265599,1.03302,1.03455,1.03834,1.04782,1.0565,1.08233,1.08762,1.08824,1.09351,1.09707,3.43155,3.48896,3.5522101,3.62609,3.6756201,3.7007401,3.73386,3.76226,3.7952001,3.83532,3.73402,3.74228,3.7393601,3.7492599,3.7609899,0.44147,0.43680999,0.43399,0.43200999,0.43119001,0.42723,0.42511001,0.4237,0.42245999,0.42050999,0.42846999,0.42730001,0.42517,0.42383999,0.41984001,1.2249,1.22176,1.22278,1.22712,1.22802,1.21978,1.21592,1.21444,1.21551,1.21377,1.22154,1.22077,1.21654,1.21497,1.20913,0.61668998,0.61680001,0.61776,0.62125999,0.62426001,0.62474,0.62348002,0.62194002,0.61811,0.61602002,0.62225002,0.62015003,0.61879998,0.61644,0.61128002,0.96078998,0.97000003,0.98187,0.98738003,0.99203998,0.99228001,0.98957998,0.99011999,0.99089998,0.99264997,0.99774998,0.99923998,0.99656999,0.99642998,0.99487001,22.29895,22.34676,22.394569,22.442381,22.507179,22.56576,22.64661,22.77779,22.88574,23.06712,22.353701,22.6143,22.806391,23.03993,23.215799,1.52627,1.52253,1.52206,1.52881,1.53791,1.53909,1.54719,1.55294,1.55751,1.55541,1.59346,1.59654,1.5957201,1.59653,1.5977401,4.4541402,4.5321102,4.6038599,4.6678901,4.71313,4.7501402,4.7887602,4.8285398,4.8736501,4.9173002,4.6960201,4.7106299,4.7097702,4.7269101,4.73279,2.8745501,2.8860199,2.9003501,2.9061401,2.92625,2.9463601,2.95927,2.9700501,2.9874699,3.00173,3.1247499,3.15783,3.1782501,3.20983,3.2386601,1.11869,1.11202,1.10686,1.10381,1.10224,1.10072,1.09769,1.09594,1.09553,1.09715,1.11821,1.1237,1.12466,1.12019,1.114,2.0157001,2.0410399,2.06672,2.09711,2.11745,2.1324501,2.14925,2.16259,2.17958,2.20069,2.2001801,2.21088,2.2241299,2.24119,2.2492099,1.46481,1.45997,1.46612,1.4696701,1.47707,1.4868701,1.49973,1.50288,1.51252,1.52169,1.54919,1.54746,1.55051,1.5544,1.55735,0.31589001,0.31758001,0.31617999,0.31691,0.31865999,0.31911001,0.31891,0.31931999,0.31803,0.31529,0.32666001,0.32638001,0.32047999,0.31849,0.31566,0.19281,0.19251999,0.19268,0.19261,0.19176,0.19036999,0.18931,0.18923,0.18867999,0.18719999,0.18302,0.18478,0.18549,0.18483999,0.18479,0.33342999,0.34635001,0.34729999,0.34711999,0.34639999,0.34318,0.34200999,0.34276,0.34060001,0.34049001,0.35247001,0.35376999,0.35381001,0.35273001,0.34884,0.98776001,0.98935002,0.98996001,0.98253,0.97735,0.97286999,0.96648002,0.96429998,0.96451998,0.96552002,0.98939002,0.99251997,0.99048001,0.98951,0.98394001,14.23512,14.48987,14.6824,14.86783,14.99838,15.04285,15.07211,15.11732,15.13435,15.18475,14.94744,15.0078,15.00422,15.02953,15.02968,0.74236,0.74004,0.74062997,0.74773997,0.75351,0.75590998,0.75827998,0.76402998,0.75968999,0.75827998,0.77442998,0.77122998,0.76950997,0.76999003,0.75942999,0.51722997,0.51449001,0.51576,0.51280999,0.50874001,0.50673002,0.50463003,0.50401998,0.50234997,0.50063998,0.51041001,0.50915998,0.50335002,0.50159001,0.49869999,0.96662003,0.97575003,0.98392999,0.99203002,0.99747002,0.99698001,0.99997002,1.00413,1.01027,1.01779,1.01726,1.02066,1.03044,1.04368,1.04691,1.7783099,1.78272,1.79721,1.80223,1.8095,1.81305,1.81551,1.8153,1.81722,1.8144,1.82374,1.82613,1.81708,1.80848,1.80445,0.63363999,0.63569999,0.63979,0.64490002,0.64740998,0.65322,0.65640998,0.65803999,0.65925997,0.66021001,0.65675002,0.65688998,0.65429997,0.65175003,0.64973003,0.60983998,0.61087,0.61022002,0.61374003,0.61979002,0.6207,0.62303001,0.62576997,0.62726998,0.62752998,0.63316,0.63093001,0.63046002,0.62722999,0.62371999,0.93751001,0.93478,0.93111998,0.93054003,0.92611998,0.92175001,0.91780001,0.91529,0.91517001,0.91290998,0.93734002,0.93255001,0.93009001,0.92387998,0.92050999,9.2550497,9.3529396,9.41747,9.4443998,9.4712095,9.47719,9.4517202,9.4656296,9.4983501,9.5596199,9.5054398,9.57271,9.6184902,9.6929598,9.7263403,0.43364,0.42972001,0.42791,0.42636001,0.42438999,0.42256999,0.42056,0.41841,0.41549,0.41398001,0.42096999,0.41909,0.41762,0.41441,0.41187999,0.2474,0.24635001,0.24505,0.24601001,0.24617,0.24618,0.24422,0.24535,0.24573,0.24482,0.2536,0.25400999,0.25264999,0.25169,0.25207999,1.31521,1.33497,1.35314,1.36018,1.3765301,1.3928,1.4147201,1.44824,1.4791,1.50358,1.51551,1.5286601,1.53672,1.54685,1.55792,0.33673999,0.33985999,0.34367999,0.34579,0.35189,0.35606,0.36030999,0.36388999,0.36585999,0.36776999,0.37272,0.37147999,0.37011999,0.3705,0.37391999,0.10687,0.1075,0.10736,0.10749,0.10751,0.10713,0.1086,0.10963,0.11025,0.10964,0.11145,0.11024,0.10925,0.10899,0.10879,0.25310001,0.25314999,0.25264999,0.25066,0.25465,0.25461,0.25314,0.25194001,0.25189,0.25055999,0.26892,0.26539001,0.26350999,0.25999999,0.25764999,0.24449,0.24598999,0.24747001,0.24854,0.25088,0.25099999,0.25249001,0.25485,0.25691,0.25812,0.27267,0.27175999,0.27149999,0.27147999,0.27125999,0.17328,0.17703,0.17808001,0.17805,0.17859,0.17843001,0.17994,0.17831001,0.17915,0.17931999,0.17738,0.17782,0.17656,0.17748,0.17772999,0.44997001,0.45014,0.45026001,0.4508,0.45161,0.45462999,0.45890999,0.45853001,0.46342999,0.46414,0.47767001,0.47663999,0.47490999,0.47429001,0.47584999,0.19715001,0.19572,0.19388001,0.19238,0.19151001,0.18985,0.18677001,0.19461,0.19465999,0.19345,0.21262001,0.20982,0.20601,0.20433,0.20106,0.3224,0.32429999,0.32235,0.32284999,0.32574999,0.32541999,0.32444999,0.32319999,0.32411,0.32343,0.35179001,0.34997001,0.34906,0.34838,0.34656999,0.73755997,0.76147002,0.7852,0.80879998,0.83666003,0.88221002,0.9443,0.99724001,1.0412199,1.0706199,1.08083,1.10215,1.12138,1.15262,1.18836,2.06991,2.08464,2.1071701,2.1321001,2.1586699,2.1868401,2.2301199,2.26823,2.29373,2.3145199,2.38832,2.41416,2.44363,2.4784601,2.5053899,0.89324999,0.89284998,0.89030999,0.88889003,0.88652998,0.88573998,0.88704002,0.88827002,0.89282,0.89547998,0.90698999,0.90772003,0.90235001,0.89627999,0.89486003,1.32225,1.36191,1.39411,1.42476,1.44956,1.48682,1.55159,1.6274,1.68559,1.72223,1.78687,1.81336,1.84487,1.87661,1.92103,0.77605999,0.78144997,0.78512001,0.78596002,0.78369999,0.78736001,0.79042,0.79356998,0.79861999,0.79913998,0.83002001,0.82296997,0.81945997,0.81968999,0.81484002,0.069219999,0.070809998,0.073820002,0.07852,0.083460003,0.088930003,0.091940001,0.094269998,0.096320003,0.0973,0.099969998,0.1006,0.10054,0.10193,0.10331,0.59382999,0.59705001,0.60121,0.60838002,0.61711001,0.62273002,0.63269001,0.63334,0.63546997,0.64423001,0.66749001,0.67399001,0.67778999,0.68515998,0.68810999,0.23549999,0.23518001,0.23576,0.23522,0.23396,0.2332,0.23391999,0.23232999,0.23188999,0.23004,0.23697001,0.23576,0.23183,0.23248,0.23082,1.42515,1.4540499,1.46272,1.46841,1.48664,1.50673,1.52949,1.55532,1.57507,1.5912499,1.5433199,1.54175,1.54518,1.54726,1.5453399,0.49721,0.51646,0.54172999,0.55515999,0.56866002,0.57849002,0.59836,0.61391002,0.63372999,0.64771998,0.63784999,0.65191001,0.65811002,0.66766,0.68698001,0.24372,0.24529999,0.2467,0.24893001,0.25195,0.25488999,0.26153001,0.26506999,0.26561001,0.26306999,0.27426001,0.27136001,0.26971999,0.27105999,0.27140999,0.14117999,0.14153001,0.14241,0.14218999,0.14284,0.14352,0.14584,0.14737999,0.14688,0.14783999,0.14753,0.14797001,0.14695001,0.14699,0.14572001,0.088169999,0.090570003,0.092200004,0.093500003,0.094760001,0.096940003,0.09939,0.10154,0.10301,0.10333,0.10574,0.10653,0.10656,0.10618,0.10581,0.96460998,0.97096002,0.97434998,0.97637999,0.97649002,0.97399998,0.97640002,0.98307002,0.99033999,0.99273998,0.98039001,0.97614002,0.97514999,0.97077,0.97075999,0.54712999,0.54532999,0.54444999,0.54154998,0.54016,0.53762001,0.53968,0.54007,0.54293001,0.54220998,0.57967001,0.57844001,0.57604003,0.57194,0.56953001,0.91654003,0.93175,0.92743999,0.94121999,0.94035,0.95124,0.96320999,0.96570998,0.97400999,0.98528999,1.0391901,1.0467499,1.05309,1.0445499,1.0451,3.0303299,3.0350201,3.06619,3.1021299,3.10921,3.0509701,3.06865,3.08724,3.1068599,3.15207,3.2025399,3.2386501,3.2309899,3.2646599,3.2632799,0.18286,0.18749,0.19465999,0.20547999,0.21802001,0.22857,0.23461001,0.23869,0.24160001,0.24216001,0.23650999,0.23927,0.24092001,0.24414,0.24976,0.30175999,0.30908,0.32034001,0.32885,0.33454001,0.33658999,0.33855999,0.34018999,0.34051999,0.34296,0.3398,0.34191,0.34457999,0.34919,0.35104001,1.47664,1.49217,1.50395,1.51385,1.52324,1.53081,1.5447,1.56042,1.57991,1.58582,1.62898,1.6336,1.63542,1.63854,1.64072,0.35060999,0.35958001,0.36537999,0.36963001,0.37685999,0.38722,0.39741999,0.40516999,0.41082001,0.41420001,0.41321,0.41383001,0.41365999,0.41549,0.41433999,0.49189001,0.49827999,0.50342,0.50641,0.51020998,0.51244998,0.51972997,0.52371001,0.53025001,0.53176999,0.58710003,0.59425002,0.59666997,0.59592998,0.59881997,2.24635,2.2954199,2.3445101,2.3675301,2.39939,2.4367399,2.4925301,2.5580001,2.6304801,2.6970601,2.7079799,2.76299,2.8230801,2.8824301,2.9446001,0.55338001,0.55120999,0.54642999,0.54223001,0.53785998,0.53391999,0.52943999,0.52341002,0.52398998,0.51853001,0.56608999,0.56086999,0.55713999,0.55554003,0.54933,3.07007,3.1224999,3.16853,3.20417,3.2515099,3.3152201,3.39994,3.4796,3.5513999,3.59638,3.5139899,3.5446501,3.57967,3.6152101,3.6529801,0.4761,0.48789001,0.50623,0.51932001,0.53094,0.54232001,0.55447,0.57209003,0.59029001,0.60088003,0.60821003,0.61089998,0.61571002,0.62274998,0.6286,1.9079601,1.91811,1.92564,1.9230601,1.92663,1.94759,1.97833,2.0236399,2.06833,2.0895801,2.06091,2.0698199,2.0820401,2.0949199,2.11127,0.10496,0.10506,0.10545,0.10676,0.10715,0.11081,0.11441,0.11737,0.11746,0.11768,0.12163,0.12069,0.11909,0.11675,0.11567,0.079920001,0.079659998,0.08021,0.079379998,0.079980001,0.079400003,0.07982,0.079149999,0.079800002,0.080009997,0.088639997,0.087820001,0.086960003,0.087269999,0.086439997,0.48844001,0.50046003,0.51660001,0.52362001,0.52609998,0.53250998,0.54117,0.56256002,0.57086998,0.57639003,0.5765,0.57681,0.57818002,0.58127999,0.58499998,0.19025999,0.19188,0.19375999,0.19617,0.19826999,0.19757,0.20265999,0.20676,0.20654,0.20658,0.21382999,0.21684,0.21391,0.21213999,0.21093,4.2251902,4.2813201,4.3122401,4.3470302,4.3838401,4.4537802,4.5543199,4.64924,4.7410798,4.8036199,4.8947902,4.95052,5.0089402,5.06953,5.1211901,0.57238001,0.56695002,0.56344998,0.56048,0.55694002,0.55476999,0.55259001,0.55177999,0.55093998,0.54582,0.54514998,0.5424,0.53922999,0.53364998,0.52969998,0.91413999,0.93551999,0.96526003,0.98291999,1.0022,1.02715,1.05318,1.08606,1.12025,1.1576101,1.15721,1.19208,1.2221299,1.25137,1.26666,0.54106998,0.54558998,0.54912001,0.55339998,0.55804002,0.55827999,0.56191999,0.56671,0.56875002,0.57108998,0.58950001,0.58692998,0.58781999,0.59162998,0.59470999,0.89696002,0.91009998,0.92328,0.93562001,0.94859999,0.96368998,0.98606002,1.0063601,1.0238301,1.03669,1.06909,1.07504,1.0811501,1.09531,1.11149,0.22948,0.23051,0.2368,0.23366,0.23269001,0.23280001,0.23204,0.23277999,0.23356999,0.23283,0.24605,0.24514,0.24432001,0.24439999,0.24308001,0.33860001,0.34623,0.35784999,0.36700001,0.38126999,0.39752001,0.41207001,0.42293,0.43647999,0.45148,0.47473001,0.49463999,0.50467002,0.51152998,0.51611,0.058279999,0.056699999,0.057020001,0.055399999,0.054329999,0.0539,0.052239999,0.051940002,0.0526,0.052110001,0.058090001,0.058320001,0.057379998,0.057300001,0.056759998,1.2361701,1.27141,1.3031501,1.3295,1.36282,1.40142,1.4638,1.51442,1.5561301,1.58153,1.5982,1.61099,1.6272399,1.64676,1.66675,0.33274001,0.33618999,0.34062999,0.34883001,0.35464999,0.35681999,0.36427999,0.36447001,0.36789,0.36891001,0.40351999,0.40180999,0.40516001,0.40959999,0.40981001,1.23309,1.27686,1.3242199,1.36034,1.40601,1.4509701,1.5059201,1.56916,1.63311,1.68525,1.69617,1.7278301,1.74893,1.78,1.81423,0.1038,0.1029,0.10172,0.10018,0.10161,0.10075,0.10001,0.10031,0.099600002,0.10071,0.1008,0.10268,0.10276,0.1022,0.10076,0.49434,0.51201999,0.51723999,0.52894002,0.54417002,0.55440998,0.56704003,0.57836002,0.59135002,0.60477,0.57896,0.58556998,0.59368002,0.59996998,0.59662002,0.59496999,0.58999002,0.58525997,0.58026999,0.57611001,0.57384998,0.57053,0.56656998,0.56673998,0.56387001,0.59451997,0.59447998,0.59180999,0.58911002,0.58485001,0.64107001,0.65153003,0.66046,0.66878003,0.67543,0.68967003,0.71048999,0.72838002,0.74742001,0.76042998,0.78408998,0.78540999,0.78973001,0.79451001,0.79829001,0.42247999,0.42675999,0.42679,0.42855999,0.42927,0.43112999,0.43327999,0.43593001,0.43911999,0.43988001,0.45069,0.44951999,0.44966999,0.44959,0.44964999,0.29964,0.30364001,0.30752999,0.31049001,0.31406999,0.31707999,0.32306001,0.32685,0.33102,0.33232999,0.33930001,0.33820999,0.33796,0.33779001,0.33875,0.19698,0.19836999,0.19853,0.19794001,0.19889,0.19972999,0.20107999,0.20242,0.20370001,0.20442,0.20773999,0.20823,0.20882,0.21121,0.21156999,0.25494,0.25150001,0.24903999,0.24690001,0.24425,0.24049,0.23991001,0.23628999,0.23487,0.23337001,0.24455,0.24236999,0.23886,0.23704,0.23454,7.0078602,7.2096801,7.3751202,7.55018,7.7443199,8.0048599,8.3379097,8.6557302,8.9245596,9.1363897,9.2341299,9.45257,9.6877899,9.9251404,10.12539,0.15723,0.1585,0.15843999,0.15800001,0.15888,0.15806,0.15628,0.15693,0.15691,0.15634,0.15532,0.15370999,0.15367,0.15318,0.15311,0.26925001,0.26971999,0.27028,0.27225,0.27050999,0.27102,0.27261999,0.27463999,0.27706999,0.27745,0.27733999,0.27857,0.27636999,0.27509001,0.27395001,0.75195003,0.76310998,0.77578998,0.78408998,0.79482001,0.80790001,0.82718003,0.84702998,0.86031002,0.87158,0.88572001,0.89349002,0.90319997,0.91575998,0.93076998,0.87707001,0.88221997,0.88716,0.89241999,0.89934999,0.90434003,0.91588002,0.93177998,0.94125003,0.94743001,0.95875001,0.95757997,0.95319998,0.94559997,0.94357002,1.60842,1.6387399,1.67101,1.70309,1.7607501,1.82408,1.87051,1.90074,1.92698,1.95085,2.03335,2.05972,2.0913401,2.1319001,2.1629801,0.22054,0.21854,0.21636,0.21421,0.21067999,0.21018,0.20744,0.20697001,0.20458999,0.20136,0.22007,0.21967,0.21311,0.20803,0.20463,1.49774,1.49659,1.5328,1.5601799,1.61242,1.58942,1.61054,1.63613,1.69233,1.7306401,1.79563,1.77895,1.8388799,1.85669,1.87589,1.16049,1.1826299,1.16943,1.17575,1.17883,1.1963201,1.22084,1.24729,1.26985,1.29083,1.34051,1.34813,1.37728,1.3936501,1.4042,0.12933999,0.12784,0.12773,0.12673,0.12526,0.1258,0.12493,0.12426,0.1243,0.12422,0.13106,0.13298,0.13045,0.12914,0.12948,0.34904999,0.34908,0.35516,0.36059999,0.36967,0.38264,0.39563,0.40821001,0.41442001,0.41578001,0.40713,0.40378001,0.40527999,0.39761001,0.39787,0.41229001,0.41712999,0.42565,0.4316,0.44408,0.45813,0.47894001,0.49719,0.51234001,0.52377999,0.52398998,0.53362,0.53966999,0.55111003,0.5625,0.11393,0.11457,0.1147,0.11509,0.11562,0.11783,0.12098,0.12446,0.12772,0.12734,0.13477001,0.13456,0.13531999,0.13603,0.13466001,0.35745999,0.35901001,0.36384001,0.36532,0.36627001,0.36963001,0.37077001,0.37298,0.37501001,0.37667,0.39429,0.39524999,0.39179,0.39247999,0.39131999,1.3413,1.35818,1.37693,1.39406,1.41544,1.4417599,1.48341,1.52148,1.55935,1.59057,1.68826,1.70763,1.72895,1.74351,1.75354,0.18399,0.18544,0.18641999,0.1865,0.18773,0.18859001,0.19050001,0.19137999,0.19232,0.19255,0.20446,0.20290001,0.20248,0.20419,0.20356999,1.3101799,1.32192,1.33166,1.3422101,1.34988,1.36568,1.38217,1.39318,1.4096299,1.42151,1.41957,1.41865,1.42326,1.42456,1.42778,0.46544999,0.46327999,0.46500999,0.46116,0.45963001,0.45982,0.45817,0.4594,0.46028,0.45969999,0.46623999,0.46621001,0.46381,0.46224001,0.45732999,1.23356,1.2357301,1.23945,1.24463,1.24561,1.25885,1.26509,1.27782,1.28696,1.29559,1.34425,1.3505599,1.35368,1.34956,1.3476,0.91999,0.92049003,0.92421001,0.92198998,0.91652,0.91692001,0.91933,0.92044997,0.92114002,0.92251998,0.93603998,0.93159997,0.92646003,0.91904998,0.91696,1.30686,1.32178,1.33347,1.33261,1.3311599,1.33644,1.35418,1.3733701,1.39739,1.40798,1.3832901,1.38043,1.37915,1.38313,1.3863,0.62962002,0.63155001,0.62968999,0.63042003,0.62818998,0.62778997,0.63033003,0.63103002,0.63436002,0.63415003,0.67781001,0.67403001,0.67242998,0.66878998,0.66600001,0.60302001,0.60714,0.61023998,0.61480999,0.61774999,0.62137997,0.62598997,0.63094002,0.63437003,0.63713002,0.63516998,0.6365,0.63894999,0.64098001,0.64050001,0.36008,0.35938999,0.35527,0.35488999,0.36478999,0.36403,0.36366001,0.36427,0.36480001,0.36291999,0.36098999,0.36331999,0.36157,0.36006001,0.35576001,0.58254999,0.58595997,0.58512002,0.58433002,0.58252001,0.58433998,0.58585,0.59183002,0.59684998,0.59794003,0.60562003,0.60479999,0.60492998,0.6063,0.60600001,0.44832,0.44878,0.44826999,0.44896001,0.45175999,0.45422,0.45839,0.46031001,0.4614,0.46149999,0.47339001,0.47191,0.46755999,0.46586999,0.46419001,0.71293998,0.71657002,0.71899998,0.71981001,0.71671999,0.71856999,0.71964997,0.72126001,0.72387999,0.72496003,0.73714,0.73644,0.73567998,0.73062003,0.72968,0.13031,0.12983,0.13017,0.13071001,0.13076,0.13260999,0.13447,0.13345,0.13377,0.13404,0.13991,0.13992,0.1408,0.14014,0.14274,0.29341999,0.29267001,0.29378,0.29164001,0.29227999,0.29429999,0.29684001,0.29958001,0.30155,0.30203,0.33072999,0.32819,0.32854,0.32925001,0.33045,0.041200001,0.041230001,0.041549999,0.04225,0.041390002,0.040970001,0.041209999,0.041590001,0.04104,0.04078,0.044089999,0.043329999,0.041310001,0.041049998,0.04115,1.25577,1.3156199,1.38218,1.44016,1.5119801,1.6055501,1.72182,1.84479,1.934,1.98645,2.0217099,2.05109,2.08393,2.12696,2.1856799,0.43123001,0.43654999,0.43537,0.43246999,0.43066001,0.42871001,0.43066999,0.42950001,0.42989999,0.43055999,0.45313999,0.45258,0.45074001,0.44729999,0.44613999,6.3351698,6.59127,6.80443,7.0134702,7.2309499,7.53828,7.9294,8.3174601,8.6806803,8.9721403,9.0690804,9.2932997,9.5261097,9.7502403,9.9869099,0.19991,0.1996,0.19832,0.19805001,0.19791999,0.19773,0.19484,0.19514,0.1953,0.19425,0.20919999,0.20928,0.20593999,0.20467,0.20231,0.13686,0.13527,0.13366,0.13367,0.13209,0.13178,0.13034,0.12873,0.12959,0.12851,0.13169,0.12957001,0.12726,0.12764999,0.1257,0.42807999,0.43246001,0.43413001,0.43342999,0.43187001,0.43471,0.44227001,0.44584,0.45421001,0.45479,0.50993001,0.51582998,0.52064002,0.52316999,0.52560002,1.13297,1.1295201,1.12804,1.1277699,1.13569,1.13221,1.1269701,1.133,1.13419,1.13811,1.22888,1.24022,1.2450401,1.24596,1.24456,0.65777999,0.66329998,0.66518003,0.66576999,0.66311002,0.66404998,0.66466999,0.66662002,0.66724998,0.66554999,0.69222999,0.69181001,0.69209999,0.69011998,0.68838,0.73932999,0.73931003,0.74662,0.74836999,0.75024003,0.75414002,0.75746,0.76621997,0.77692002,0.78353,0.81277001,0.81449002,0.81768,0.81598002,0.81401002,0.36513001,0.36774999,0.37162,0.37092,0.36987999,0.37239999,0.37458,0.37489,0.37700999,0.37713,0.38394001,0.38251999,0.38056001,0.38009,0.37792,0.17783999,0.17869,0.17845,0.17839999,0.17933001,0.18039,0.18155,0.18399,0.18539,0.18548,0.17808001,0.17692,0.17633,0.17564,0.17614,0.025760001,0.0253,0.024879999,0.02437,0.023940001,0.02352,0.023050001,0.02293,0.022700001,0.022360001,0.02344,0.02299,0.023019999,0.02366,0.023840001,0.11704,0.11419,0.1122,0.111,0.11072,0.10993,0.10894,0.10807,0.10753,0.10753,0.11059,0.11101,0.11013,0.11162,0.11144,0.069569997,0.069420002,0.067979999,0.068410002,0.069169998,0.069020003,0.06893,0.068779998,0.068640001,0.0691,0.066660002,0.066869996,0.067620002,0.068740003,0.068329997,0.00877,0.00883,0.0086,0.0083,0.00804,0.00788,0.00759,0.00785,0.00798,0.00827,0.00771,0.00836,0.00913,0.00891,0.00901,0.07119,0.069820002,0.0682,0.067670003,0.06656,0.066079997,0.064769998,0.063770004,0.063189998,0.063519999,0.064259999,0.065049998,0.06583,0.067330003,0.066500001,0.03229,0.030990001,0.03052,0.03039,0.030649999,0.029650001,0.02925,0.029379999,0.030379999,0.03028,0.031399999,0.031399999,0.032200001,0.032120001,0.032469999,0.02232,0.021640001,0.021029999,0.0206,0.02021,0.01966,0.018890001,0.01839,0.017960001,0.01839,0.019649999,0.02056,0.0217,0.022910001,0.02245,0.69529998,0.70095998,0.71021003,0.71850997,0.72622001,0.74125999,0.75673002,0.77178001,0.78444999,0.79821998,0.81689,0.83582002,0.86072999,0.88709003,0.90503001,1.235,1.24928,1.26054,1.27751,1.31121,1.32551,1.35191,1.37717,1.40216,1.43339,1.50278,1.52878,1.56839,1.6320699,1.67005,0.04803,0.046530001,0.045430001,0.04431,0.043159999,0.042130001,0.040089998,0.038380001,0.037670001,0.036990002,0.039820001,0.039530002,0.03943,0.03875,0.038550001,0.05751,0.05666,0.05587,0.054839998,0.05553,0.0546,0.053849999,0.053800002,0.052620001,0.052170001,0.0528,0.052639998,0.052450001,0.052310001,0.0515,0.022639999,0.02173,0.02183,0.02177,0.02162,0.020950001,0.020579999,0.020090001,0.01998,0.019610001,0.020740001,0.02139,0.022329999,0.023150001,0.024320001,0.035950001,0.035530001,0.034979999,0.03455,0.033550002,0.033130001,0.033050001,0.032900002,0.033149999,0.03365,0.035409998,0.03751,0.03974,0.041620001,0.043990001,0.027410001,0.026699999,0.02627,0.02616,0.025900001,0.025459999,0.02455,0.024189999,0.02375,0.022879999,0.02383,0.023539999,0.023770001,0.02406,0.023770001,0.04301,0.041859999,0.04064,0.039609998,0.038740002,0.03726,0.036309998,0.035089999,0.034449998,0.033980001,0.035429999,0.035250001,0.03483,0.034809999,0.034219999,0.037360001,0.036290001,0.035599999,0.034899998,0.03483,0.03523,0.035190001,0.03444,0.03376,0.032590002,0.033429999,0.033519998,0.033920001,0.033720002,0.03362,0.019160001,0.018619999,0.01822,0.017969999,0.01733,0.01699,0.0166,0.016519999,0.016380001,0.016209999,0.016790001,0.01746,0.017990001,0.01815,0.01825,0.65952998,0.65415001,0.65292001,0.65390998,0.67075002,0.66565001,0.67120999,0.66064,0.66702998,0.66413999,0.66943002,0.66626,0.67701,0.69310999,0.70138001,0.02833,0.02801,0.02709,0.026559999,0.02595,0.02561,0.02485,0.02434,0.023809999,0.02337,0.02389,0.023560001,0.02337,0.023709999,0.02361,0.0273,0.02633,0.02579,0.025490001,0.024940001,0.024700001,0.024019999,0.02373,0.023399999,0.023460001,0.02407,0.02369,0.02351,0.022919999,0.023189999,0.02691,0.026240001,0.025769999,0.02499,0.025189999,0.024870001,0.02468,0.023949999,0.02342,0.023429999,0.02472,0.025219999,0.025529999,0.02668,0.0266,0.02713,0.0262,0.02541,0.025359999,0.02503,0.0239,0.02385,0.023159999,0.02265,0.02201,0.024390001,0.024460001,0.02434,0.024289999,0.02424,0.046750002,0.04611,0.045329999,0.044720002,0.044179998,0.04281,0.041620001,0.040959999,0.039719999,0.039080001,0.04129,0.041209999,0.041030001,0.041329999,0.04149,0.02299,0.022150001,0.021849999,0.021190001,0.02077,0.02018,0.019509999,0.01952,0.01925,0.018859999,0.019990001,0.01967,0.01932,0.01932,0.019440001,0.059500001,0.058180001,0.057190001,0.056669999,0.055640001,0.054389998,0.053569999,0.052140001,0.051929999,0.051729999,0.053950001,0.05483,0.057840001,0.059039999,0.05988,0.03376,0.033050001,0.032099999,0.031629998,0.030400001,0.029519999,0.028650001,0.02723,0.02647,0.02582,0.02816,0.02784,0.02774,0.02764,0.02801,0.05714,0.056030001,0.0561,0.05491,0.054540001,0.055240002,0.054949999,0.055399999,0.0561,0.05799,0.063950002,0.070119999,0.07965,0.092969999,0.10996,0.09251,0.091059998,0.089450002,0.088409998,0.086549997,0.084380001,0.083460003,0.083420001,0.083630003,0.083099999,0.089910001,0.090810001,0.093709998,0.094760001,0.09578,0.085960001,0.084859997,0.084239997,0.083300002,0.082120001,0.080880001,0.079790004,0.079669997,0.078659996,0.078730002,0.084109999,0.084190004,0.084859997,0.085960001,0.087459996,0.25310001,0.25069001,0.25062999,0.24995001,0.25112,0.25244999,0.25512999,0.25845,0.26183999,0.26464,0.27564999,0.27720001,0.28044999,0.28988999,0.29822001,0.066030003,0.065399997,0.064750001,0.064539999,0.065009996,0.064709999,0.063879997,0.064819999,0.065690003,0.067910001,0.077249996,0.081100002,0.087499999,0.093460001,0.097819999,0.036959998,0.035859998,0.034480002,0.03404,0.034060001,0.03379,0.03266,0.03224,0.031709999,0.031289998,0.03118,0.030649999,0.03081,0.030789999,0.030449999,0.02053,0.01967,0.01921,0.01871,0.018300001,0.017890001,0.01725,0.01705,0.01668,0.01643,0.01833,0.018449999,0.01832,0.018689999,0.0185,0.085510001,0.083410002,0.081809998,0.081589997,0.080530003,0.078649998,0.077430002,0.075800002,0.074550003,0.073919997,0.073959999,0.073830001,0.072609998,0.07164,0.071280003,0.046560001,0.04569,0.044950001,0.043869998,0.042860001,0.041949999,0.04152,0.04095,0.040720001,0.039900001,0.043609999,0.043869998,0.044659998,0.043919999,0.044039998,0.12022,0.11824,0.11782,0.1154,0.11415,0.1129,0.11227,0.11223,0.11288,0.1124,0.11445,0.11504,0.11555,0.11543,0.11564,0.058850002,0.058490001,0.058139998,0.058249999,0.057750002,0.05748,0.056960002,0.05745,0.056589998,0.055,0.054310001,0.054200001,0.054740001,0.054900002,0.05446,0.025909999,0.025210001,0.025140001,0.02461,0.024219999,0.024010001,0.02361,0.022600001,0.02207,0.02227,0.02476,0.02495,0.02554,0.02616,0.025869999,0.17945001,0.17599,0.17378999,0.17534,0.17341,0.17159,0.16733,0.16501001,0.16356,0.16067,0.16316999,0.16255,0.1621,0.16321,0.16432001,0.13677999,0.13733,0.13682,0.1358,0.13626,0.13628,0.13587999,0.13643,0.13706,0.13797,0.13992999,0.14138,0.1435,0.14607,0.14616001,0.04355,0.04329,0.042440001,0.041340001,0.04073,0.041170001,0.041329999,0.040789999,0.040089998,0.03951,0.03805,0.038040001,0.03895,0.038800001,0.039310001,0.016969999,0.0162,0.01565,0.01513,0.0144,0.01406,0.0135,0.0131,0.01247,0.01228,0.01311,0.0131,0.0127,0.01313,0.01326,0.040580001,0.039980002,0.040520001,0.040449999,0.040819999,0.040879998,0.04157,0.0414,0.041340001,0.042029999,0.04146,0.042459998,0.043430001,0.044259999,0.044220001,0.0076,0.00739,0.00727,0.00713,0.00695,0.00685,0.00687,0.00652,0.00667,0.00649,0.00727,0.00721,0.00759,0.00761,0.00765,0.22553,0.22358,0.22152001,0.22087,0.22081999,0.221,0.22096001,0.22404,0.22517,0.22847,0.24353001,0.25167999,0.26921001,0.28376999,0.30372,0.022390001,0.021640001,0.020950001,0.02049,0.02022,0.0197,0.01901,0.01842,0.01805,0.01747,0.01974,0.020300001,0.019929999,0.0196,0.019549999,0.21841,0.2156,0.21367,0.21112999,0.20873,0.20766,0.20732,0.20449001,0.2034,0.20463,0.21114001,0.20988999,0.20958,0.21089999,0.21129,0.02857,0.027690001,0.02703,0.02616,0.025420001,0.024639999,0.02393,0.023,0.022229999,0.022089999,0.02238,0.022940001,0.023229999,0.02297,0.0231,0.08467,0.083120003,0.082460001,0.081739999,0.081969999,0.081210002,0.080109999,0.080710001,0.079120003,0.078680001,0.081129998,0.080530003,0.080729999,0.082099997,0.080820002,0.12356,0.12095,0.11778,0.11651,0.11482,0.1137,0.11188,0.11007,0.10899,0.10798,0.11095,0.11037,0.11054,0.11106,0.1097,0.58683997,0.57748997,0.57128,0.56800002,0.56996,0.56458002,0.56098998,0.56092,0.56103998,0.57011998,0.62089998,0.64318001,0.6548,0.67997998,0.69384003,0.050790001,0.04874,0.047660001,0.046470001,0.045639999,0.044750001,0.043159999,0.042180002,0.041499998,0.040920001,0.04197,0.042169999,0.042599998,0.041850001,0.041919999,0.19652,0.1943,0.19416,0.19256,0.19144,0.19136,0.19272,0.19566,0.19797,0.20451,0.22573,0.24379,0.26686001,0.29563001,0.3213,0.27337,0.2748,0.27704999,0.27913001,0.28062001,0.28176999,0.28209999,0.28097999,0.28183001,0.28042999,0.28568,0.28523001,0.28365999,0.28126001,0.28128999,1.08577,1.08193,1.07845,1.0652699,1.0578001,1.05528,1.05126,1.04895,1.04826,1.04357,1.06364,1.05907,1.05283,1.05214,1.0504,0.52583998,0.52823001,0.53044999,0.53454,0.53609002,0.53957999,0.54316998,0.54809999,0.54982001,0.55044001,0.53329003,0.53288001,0.53240001,0.53117001,0.53035003,1.02745,1.02665,1.02609,1.02473,1.02262,1.02051,1.01686,1.0140001,1.00973,1.00767,1.0140899,1.0110101,1.00264,0.99778998,0.99175,0.62322998,0.62831998,0.63055003,0.63257998,0.62475002,0.63142997,0.63135999,0.62862998,0.63199002,0.63025999,0.65218002,0.65117002,0.64638001,0.64515001,0.64713001,0.46588999,0.46566001,0.46391001,0.46309999,0.46388,0.46625999,0.46511999,0.46513,0.46748,0.46698999,0.45936,0.45815,0.45866001,0.45875999,0.45840999,0.70124,0.69573998,0.69663,0.69262999,0.68997997,0.68662,0.68659002,0.68409002,0.68063003,0.68066001,0.70289999,0.70045,0.69624001,0.69545001,0.69461,0.42583001,0.42767999,0.43200999,0.435,0.43607,0.4366,0.43735,0.43810001,0.43909001,0.44003001,0.44885999,0.44678,0.44404,0.44235,0.44115999,3.3369501,3.36587,3.38958,3.41766,3.4491401,3.4842501,3.5388801,3.5811601,3.6077499,3.63184,3.6905601,3.7021,3.7083299,3.7151101,3.74158,0.28869,0.28935999,0.29100001,0.29187,0.29115,0.28885001,0.28887999,0.28769001,0.28676999,0.28538999,0.28804001,0.28871,0.28560001,0.28270999,0.28187001,0.38925001,0.38968,0.39133999,0.39155,0.39236999,0.39195001,0.39531001,0.39589,0.39717999,0.39713001,0.40074,0.39877999,0.39585999,0.39475,0.39128,1.44661,1.43929,1.4341201,1.41915,1.41565,1.4154299,1.4087501,1.40187,1.39818,1.39671,1.38227,1.37738,1.37194,1.36803,1.36554,1.78629,1.80392,1.82539,1.84574,1.87275,1.89276,1.9185899,1.93971,1.95417,1.96364,1.97638,1.98581,1.99219,2.0025401,2.0156,0.4066,0.40911999,0.4122,0.41441,0.41797999,0.42063001,0.42837,0.42989999,0.43151999,0.43057999,0.41892001,0.41905999,0.41830999,0.41889,0.41835001,1.12093,1.11395,1.11061,1.10824,1.10395,1.09481,1.09319,1.08785,1.0810601,1.07722,1.0784301,1.0726,1.06438,1.05885,1.05686,0.36691001,0.36816999,0.36858001,0.36842,0.36842999,0.36647999,0.36497,0.36247,0.35916999,0.35767001,0.36914,0.36903,0.36805999,0.36700001,0.36515999,0.46880999,0.46511999,0.46173,0.45721999,0.4549,0.45159,0.44459999,0.44147,0.43737999,0.43403,0.43777999,0.43307,0.42846999,0.42770001,0.42480001,13.92073,13.81483,13.69224,13.55668,13.41479,13.23972,13.05273,12.936,12.8288,12.75709,12.78172,12.69839,12.65889,12.63837,12.59828,0.53292,0.53030002,0.52833003,0.52872998,0.52807999,0.52639002,0.52341998,0.52197999,0.51988,0.51814002,0.52958,0.52671999,0.52506,0.52350998,0.52196002,0.39452001,0.39366999,0.39124,0.38916001,0.38738999,0.38574001,0.38578999,0.3847,0.38523999,0.38431999,0.39105999,0.39024001,0.38817999,0.38514999,0.38510001,1.1171401,1.19098,1.27011,1.34899,1.41958,1.49353,1.55669,1.60698,1.64913,1.68708,1.75108,1.78537,1.81147,1.85202,1.89113,0.79602998,0.79228002,0.78644001,0.78470999,0.78360999,0.77778,0.77555001,0.77364999,0.77339,0.76963001,0.77012998,0.76661998,0.76441997,0.76134002,0.75827998,1.23414,1.25963,1.2886,1.31982,1.3505501,1.37457,1.39503,1.41239,1.42299,1.43712,1.46391,1.4731899,1.47446,1.48797,1.50381,0.28433999,0.28169999,0.28152001,0.28132999,0.28077999,0.28211999,0.28227001,0.28272,0.28198001,0.28117001,0.29017001,0.28907001,0.28850001,0.28799,0.28799999,10.72307,10.82421,10.87369,10.92518,10.96256,11.01224,11.11018,11.22357,11.35643,11.50122,11.66107,11.79691,11.96936,12.13834,12.31393,0.42135999,0.42157,0.42212,0.42262,0.42583999,0.42638001,0.42480999,0.42458001,0.42429,0.42401999,0.42660001,0.42528999,0.42515999,0.42418,0.4258,0.31094,0.31033,0.31073999,0.31033999,0.30954999,0.30906001,0.30827999,0.30869001,0.30889001,0.30693999,0.31057,0.3096,0.30805001,0.30597001,0.30397001,0.91209,0.92185998,0.93340999,0.95006001,0.95845997,0.96876001,0.97737002,0.98227,0.98817003,0.99059999,0.93422002,0.93403,0.93917,0.94059002,0.94295001,1.4821301,1.4956599,1.51507,1.53251,1.55488,1.56218,1.57705,1.5884399,1.59356,1.59823,1.61614,1.6352201,1.64145,1.63465,1.6382,0.40792,0.40832001,0.40952,0.41047999,0.40852001,0.40606001,0.40432999,0.40384001,0.40182,0.40053999,0.40101999,0.39847001,0.39813,0.39614001,0.39590001,8.4431601,8.4939804,8.4834404,8.4748402,8.4670696,8.4718199,8.4765596,8.5592804,8.53508,8.5506201,8.0229797,8.0064802,8.02355,8.0442896,8.0663099,0.71328998,0.71939999,0.72527999,0.72930998,0.73289001,0.73266,0.73790997,0.74327999,0.74366999,0.74537998,0.74673998,0.75080001,0.75647002,0.75712001,0.75336999,0.31931001,0.31690001,0.31693,0.31540999,0.31889999,0.31696999,0.31604001,0.3177,0.31804001,0.31817999,0.32102001,0.31821001,0.31643,0.31766999,0.31795999,0.15853,0.15731999,0.15775,0.15798999,0.15593,0.15577,0.15476,0.15462001,0.15365,0.15267999,0.1584,0.15787999,0.15694,0.15624,0.15543,0.29210001,0.29135999,0.29238001,0.29157001,0.29183999,0.29222,0.29247001,0.28940001,0.28823999,0.28648001,0.28101999,0.28209999,0.28060001,0.28061,0.27937001,0.41016001,0.41139001,0.41536999,0.41760001,0.4226,0.42113999,0.42535999,0.42688,0.42401999,0.42177999,0.43597999,0.43428001,0.43024001,0.43233001,0.43044999,0.28237,0.28364,0.28511,0.28608,0.28687,0.28718001,0.28698999,0.28988999,0.28968,0.28911999,0.29466,0.29466,0.29291001,0.28608,0.28725001,0.39050001,0.39737999,0.40331,0.40608001,0.41062,0.41237,0.41365999,0.41327,0.41475001,0.41854,0.42467001,0.42776999,0.43105,0.43634999,0.43898001,0.59584999,0.59595001,0.59884,0.59873003,0.59931999,0.60018998,0.6002,0.60031003,0.60066998,0.59849,0.59599,0.59430999,0.59294999,0.58889002,0.58714002,0.32633999,0.32695001,0.32892001,0.32931,0.33101001,0.33331999,0.33252001,0.33302,0.33384001,0.3344,0.33238,0.33116001,0.32872999,0.32784,0.32747999,0.73624003,0.72785997,0.71945,0.71381003,0.70819998,0.70064002,0.69264001,0.68550003,0.68242002,0.67690998,0.69612998,0.68888998,0.68347001,0.68006998,0.67694002,0.54641998,0.55364001,0.56124002,0.56818002,0.57459998,0.57975,0.58402997,0.58967,0.59372997,0.59636998,0.61094999,0.61311001,0.60816997,0.60922998,0.61167002,2.27683,2.29351,2.3073499,2.31394,2.3242199,2.3257799,2.3347099,2.3449199,2.3585401,2.3677499,2.2999301,2.2978699,2.2936499,2.29634,2.2923,0.62252003,0.61991,0.61870998,0.62182999,0.62156999,0.62447,0.62773001,0.62757999,0.62691998,0.62743998,0.62445003,0.62405998,0.62107998,0.61918002,0.61623001,1.46065,1.4732701,1.48436,1.50126,1.5202301,1.53872,1.55369,1.56724,1.57617,1.58488,1.66707,1.67234,1.6771899,1.68503,1.6939,0.46015999,0.45953,0.46224999,0.46415001,0.46454,0.46309999,0.46197,0.46522999,0.46537,0.46582001,0.45774001,0.45620999,0.45454001,0.45466,0.45506999,2.85149,2.8687799,2.89327,2.93155,2.9551699,2.9911101,3.0162799,3.0297201,3.0463901,3.05707,3.01478,3.01932,3.0169499,3.0300601,3.04216,4.5488901,4.5862098,4.6091499,4.6317401,4.63726,4.6463399,4.65064,4.6665001,4.6493802,4.6349301,4.4159899,4.3977098,4.3737602,4.3680301,4.35286,0.40208,0.40175,0.40353,0.40577999,0.40713999,0.40781,0.41269001,0.41701999,0.41856,0.42539001,0.43412,0.43070999,0.42958999,0.43272001,0.43917999,2.5705299,2.5485499,2.5220499,2.5038199,2.4813299,2.4559801,2.43646,2.40767,2.38609,2.3673501,2.3840599,2.3731401,2.3578701,2.3433599,2.3320401,0.66150999,0.66004002,0.65877998,0.65899998,0.65737998,0.65711999,0.65464997,0.65504003,0.65628999,0.65654999,0.6645,0.66542,0.66235,0.6591,0.65719998,1.51834,1.5463001,1.57925,1.60803,1.63694,1.65712,1.6822701,1.69894,1.71861,1.74035,1.72493,1.73438,1.73704,1.74792,1.76029,0.23026,0.23018,0.23103,0.23124,0.23086999,0.23061,0.2296,0.22903,0.2273,0.22837999,0.23724,0.23695,0.236,0.23469999,0.23331,0.40908,0.40786001,0.40774,0.40711999,0.40726,0.40755001,0.40814,0.40809,0.40759999,0.40665999,0.40766999,0.40795001,0.40827,0.40724,0.40831,0.98975998,0.99111003,0.99229002,0.99552,1.0004801,1.00638,1.0094301,1.00945,1.0112799,1.01256,1.02456,1.02833,1.03118,1.03416,1.039,0.15166999,0.15026,0.14845,0.148,0.14788,0.14543,0.14345001,0.14228,0.14207999,0.14058,0.14583001,0.14722,0.14579,0.14601,0.14465,5.5854301,5.55128,5.5236702,5.50494,5.48002,5.4483299,5.4107699,5.3812299,5.34901,5.3256202,5.3617501,5.3497901,5.34971,5.34764,5.3311601,0.14876001,0.1479,0.14679,0.14669999,0.14714,0.14711,0.14601,0.14518,0.14358,0.14287999,0.15053,0.15076999,0.14945,0.14967,0.14843,0.31795001,0.32390001,0.32868001,0.33375999,0.33836001,0.34033,0.34283,0.34637001,0.34575999,0.34641999,0.34832999,0.34929001,0.35003,0.35038,0.35152,0.84706998,0.84688997,0.85064,0.85079002,0.85136998,0.85114998,0.85320997,0.85189998,0.84986001,0.84884,0.86185002,0.86198997,0.85838002,0.85696,0.85817999,0.14101,0.13935,0.13955,0.14083999,0.14163999,0.13981,0.14343999,0.14308,0.14263999,0.14311001,0.14629,0.14696001,0.14577,0.14541,0.14363,0.41003999,0.40974,0.40917,0.4113,0.41305,0.41297999,0.41233999,0.41196001,0.40989,0.40944999,0.41407999,0.41435999,0.41361001,0.41159999,0.41154,0.20232999,0.20091,0.19807,0.19634999,0.19475999,0.19404,0.19272999,0.19189,0.19069,0.18994001,0.19583,0.19411001,0.19287001,0.19193999,0.18989,0.34114,0.34294999,0.34455001,0.34659001,0.34742001,0.34779999,0.34867001,0.34952,0.35442999,0.35359001,0.36037001,0.36223,0.35997,0.35932001,0.35811999,0.52815998,0.52258998,0.51547998,0.51629001,0.51753998,0.52355999,0.53378999,0.54272002,0.54579002,0.54733998,0.55725002,0.55983001,0.56345999,0.56466001,0.56875998,0.27741,0.27752,0.27903,0.27961999,0.28022,0.27776,0.27954,0.27915001,0.27908999,0.27722001,0.28736001,0.28633001,0.28501001,0.28391999,0.28255999,1.5236501,1.53012,1.53684,1.54457,1.54813,1.5502501,1.54893,1.55916,1.56639,1.5753,1.6135499,1.6177,1.61336,1.61423,1.61882,0.42361,0.42284,0.42313001,0.42210999,0.42056,0.41885999,0.41833001,0.41650999,0.41650999,0.41422001,0.42188001,0.42036,0.41894999,0.41727999,0.41586,0.34762999,0.34742001,0.34615001,0.34682,0.34577999,0.34652001,0.34606001,0.34560001,0.34450001,0.34377,0.34448001,0.34382001,0.34180999,0.34097999,0.34171,1.2879699,1.28009,1.2806799,1.27826,1.27459,1.26946,1.26398,1.26039,1.25081,1.2449,1.24175,1.2307,1.22588,1.2229199,1.21942,0.73448002,0.73589998,0.73895001,0.74303001,0.74326003,0.74800003,0.75316,0.75927001,0.76129001,0.75972003,0.78126001,0.77626997,0.77485001,0.77363998,0.77158999,0.61809999,0.61684,0.61694998,0.61409003,0.61435997,0.61232001,0.60993999,0.60734999,0.60264999,0.60070997,0.60907,0.60644001,0.6056,0.602,0.60179001,0.79096001,0.78385001,0.77906001,0.77149999,0.76346999,0.76155001,0.76188999,0.76419002,0.76453,0.76334,0.79531002,0.79218,0.78571999,0.78022999,0.77258003,0.58607,0.58310002,0.57933998,0.57738,0.57511002,0.57217002,0.56882,0.56739002,0.56563997,0.56151998,0.56630999,0.56419998,0.56024998,0.55756003,0.55668998,0.47988001,0.48276001,0.48258999,0.48300999,0.48295999,0.48501,0.48524001,0.4869,0.48853001,0.48989999,0.49348,0.49270001,0.49142,0.49112001,0.48951,3.7809701,3.78403,3.78772,3.79234,3.79405,3.7886801,3.7907801,3.7982299,3.8010499,3.7946601,3.7539799,3.74248,3.74844,3.7522199,3.75736,5.43606,5.4527602,5.4592199,5.4582901,5.4577398,5.4562402,5.4512,5.4464302,5.4331498,5.4240499,5.4161201,5.4111099,5.4086699,5.41787,5.4194298,2.2493801,2.2388799,2.2223301,2.2035699,2.1885099,2.1703401,2.1515801,2.1324501,2.1115601,2.1015699,2.0989699,2.08991,2.0743899,2.0648,2.0517499,0.91027999,0.91140997,0.91385001,0.91435999,0.91600001,0.91345,0.91162997,0.91307002,0.91260999,0.91136998,0.92545998,0.92492002,0.92488003,0.92767,0.92787999,0.41194999,0.42478999,0.42899001,0.43719,0.44642001,0.45387,0.4668,0.47718999,0.48339,0.48903,0.52390999,0.53087002,0.52815002,0.53380001,0.53776002,0.29629999,0.29392999,0.29251,0.29154,0.29144999,0.29034999,0.29069999,0.28893,0.28735,0.28496,0.28672999,0.28703001,0.28729001,0.28494,0.28461999,0.12818,0.1293,0.13015001,0.13165,0.13188,0.13221,0.13338999,0.13361999,0.13219,0.13228001,0.13417,0.13397001,0.13233,0.13313,0.13234,1.60702,1.66848,1.73787,1.80779,1.87672,1.9416699,1.99298,2.0404501,2.07425,2.10712,2.13485,2.1573999,2.1765299,2.19578,2.2165899,0.63187999,0.62751001,0.62414998,0.62392998,0.62439001,0.61936003,0.61672997,0.61448002,0.61199999,0.61048001,0.61690998,0.61558998,0.61508,0.61392999,0.61212999,1.11664,1.1210901,1.12576,1.12826,1.12954,1.13209,1.1380399,1.13748,1.14156,1.14222,1.14501,1.14718,1.1499,1.15144,1.15537,0.39205,0.39070001,0.38918999,0.38663,0.38602,0.38392001,0.38365999,0.38338,0.38108999,0.37816,0.37529001,0.37594,0.37568,0.37485,0.37290999,1.2119499,1.2202899,1.22208,1.22726,1.24066,1.2459199,1.24868,1.25047,1.24989,1.2538,1.25942,1.2729599,1.28659,1.2920901,1.2959,0.2291,0.22776,0.22772001,0.2273,0.22797,0.22663,0.2254,0.22487999,0.22409,0.22394,0.22583,0.22652,0.22592001,0.22497,0.22352999,0.2105,0.21066,0.21179,0.21285,0.21371,0.21599001,0.21857999,0.21938001,0.21856999,0.21856999,0.2272,0.22513001,0.22248,0.22235,0.22186001,0.060800001,0.05926,0.05886,0.057999998,0.05748,0.056559999,0.055840001,0.055709999,0.05565,0.054809999,0.056279998,0.056370001,0.056430001,0.058169998,0.0579,0.1384,0.13896,0.13987,0.14155,0.1429,0.14287999,0.14308,0.14453,0.14573,0.14498,0.14150999,0.141,0.13959999,0.13785,0.13796,0.057920001,0.05641,0.055640001,0.055190001,0.05452,0.054030001,0.053130001,0.05325,0.052420001,0.052700002,0.056480002,0.056400001,0.055920001,0.055399999,0.05486,0.19744,0.19778,0.19848999,0.19205,0.18164,0.18629999,0.19315,0.20787001,0.21494,0.21116,0.22035,0.22312,0.23117,0.23548,0.23691,0.11957,0.12022,0.11628,0.11188,0.12702,0.12748,0.12493,0.12606999,0.12668,0.12609001,0.099030003,0.09702,0.098190002,0.098190002,0.099169999,0.36596999,0.36462,0.36768001,0.36872,0.37367001,0.37658,0.38956001,0.39473999,0.40463001,0.40783,0.42647001,0.43162999,0.43461999,0.44216999,0.44486001,0.30098,0.29874,0.29828,0.29925001,0.29903001,0.29688999,0.29637,0.28479001,0.29328999,0.30393001,0.29671001,0.29607999,0.29672,0.29486999,0.29317001,0.88143998,0.89521003,0.90698999,0.92229998,0.94501001,0.97147,1.00421,1.03948,1.0675499,1.09668,1.16348,1.19487,1.22605,1.26136,1.29582,0.45591,0.45594999,0.45886999,0.46149999,0.46603999,0.46632001,0.4698,0.47286999,0.47716001,0.48326001,0.47778001,0.48074001,0.48113999,0.48655,0.48820999,0.42673999,0.43031999,0.43518001,0.43853,0.44128999,0.44408,0.45036,0.45065001,0.45666999,0.46029001,0.47138,0.47764,0.48085001,0.47973001,0.48341,0.15328,0.15143,0.15248001,0.15138,0.15167999,0.15087,0.15091,0.15002,0.14884999,0.14872,0.15229,0.15241,0.1517,0.15072,0.15161,0.031490002,0.03053,0.02974,0.028960001,0.027939999,0.027079999,0.026839999,0.026550001,0.02585,0.0263,0.024560001,0.024800001,0.02392,0.0233,0.022940001,2.0840299,2.1254101,2.15733,2.1949899,2.2237301,2.2583499,2.3237901,2.35906,2.4056799,2.4458899,2.56844,2.61905,2.6612201,2.6989,2.69908,0.060040001,0.059980001,0.05931,0.058899999,0.058359999,0.056899998,0.056129999,0.056540001,0.05672,0.058559999,0.05903,0.059420001,0.059179999,0.058169998,0.05807,1.14675,1.12236,1.12009,1.10484,1.1363,1.11866,1.12293,1.14503,1.12249,1.13228,1.25448,1.26109,1.2661099,1.25035,1.25033,0.066289999,0.064300001,0.063749999,0.064309999,0.063940004,0.064489998,0.063929997,0.063670002,0.06267,0.062809996,0.06177,0.061579999,0.061469998,0.061530001,0.061500002,0.14929,0.14768,0.14742,0.14781,0.14815,0.14995,0.15006,0.15136001,0.15101001,0.15158001,0.15058,0.14935,0.14721,0.14666,0.14582001,0.67566001,0.67903,0.68346,0.6832,0.68137997,0.68058997,0.68216002,0.68835002,0.69514,0.70244002,0.70199001,0.70649999,0.70854002,0.70697999,0.70631999,0.26052999,0.25696,0.25195,0.25319001,0.25339001,0.25501001,0.25703999,0.25865,0.26271999,0.26717001,0.27485999,0.2773,0.28518,0.29295,0.29499999,0.37195,0.37643,0.37935001,0.38503999,0.38797,0.38980001,0.39873001,0.40511,0.40463001,0.40555,0.41527,0.41356,0.41373,0.41371,0.41446,0.047079999,0.04597,0.04513,0.044709999,0.045120001,0.043979999,0.04369,0.043680001,0.044160001,0.044039998,0.048179999,0.04755,0.047789998,0.04817,0.049139999,0.040429998,0.038959999,0.03954,0.03909,0.03909,0.038699999,0.037689999,0.03836,0.038770001,0.039250001,0.041549999,0.04047,0.040750001,0.0414,0.041499998,0.57690001,0.57181001,0.57115,0.57148999,0.57169002,0.56940001,0.57145,0.57433999,0.58052999,0.58928001,0.60729998,0.60668999,0.61317998,0.62509,0.63090998,0.27257001,0.27021,0.27039999,0.26964,0.26787001,0.26864001,0.26955,0.27074,0.27127999,0.27113,0.27533001,0.27364001,0.27270001,0.27375999,0.27561,0.45570001,0.45844001,0.46619999,0.47080001,0.47929001,0.48942,0.50050998,0.50427997,0.51099002,0.51648998,0.52485001,0.52775002,0.53053999,0.53635001,0.53854001,0.051240001,0.050190002,0.049309999,0.04865,0.04696,0.046560001,0.04513,0.044819999,0.04448,0.043170001,0.045359999,0.045469999,0.0451,0.04521,0.04501,0.060350001,0.058370002,0.05861,0.057810001,0.05807,0.05799,0.057390001,0.058030002,0.058200002,0.0583,0.062029999,0.061489999,0.060559999,0.061620001,0.06151,0.032729998,0.031550001,0.0305,0.029859999,0.02939,0.029549999,0.02916,0.02833,0.028340001,0.02843,0.029170001,0.02929,0.028999999,0.028689999,0.02798,0.035470001,0.03421,0.034139998,0.033209998,0.033410002,0.033009999,0.033330001,0.033020001,0.033849999,0.033769999,0.036910001,0.03706,0.036929999,0.03833,0.038120002,0.11827,0.11755,0.11728,0.1187,0.11955,0.11952,0.12058,0.12102,0.12266,0.12393,0.12746,0.12717,0.12867001,0.12970001,0.12896,0.14123,0.13876,0.13934,0.13833,0.13762,0.13717,0.13605,0.13651,0.1363,0.13819,0.14014,0.13849001,0.13785,0.13745999,0.13806,0.28253999,0.2789,0.27347001,0.27203,0.27181,0.26471001,0.26241001,0.25738999,0.25336,0.25369,0.26471999,0.2642,0.26260999,0.26223999,0.25997999,0.06769,0.066459998,0.065080002,0.064659998,0.064170003,0.063749999,0.062890001,0.062279999,0.062309999,0.063189998,0.064539999,0.064439997,0.063349999,0.063579999,0.062919997,0.10516,0.10437,0.10386,0.10351,0.10243,0.10203,0.10421,0.10458,0.10428,0.10468,0.10996,0.11086,0.11005,0.11026,0.11103,0.47944,0.47437,0.47529,0.47106999,0.4659,0.46079001,0.4576,0.45954999,0.45886001,0.46110001,0.46428001,0.45798999,0.45657,0.45543,0.45478001,0.13884,0.13843,0.13816001,0.13961001,0.13974001,0.14076,0.14092,0.14279,0.14263999,0.14384,0.1505,0.15112001,0.14996,0.15322,0.15532,0.10198,0.10022,0.099490002,0.098590001,0.097429998,0.097709998,0.095399998,0.093000002,0.092459999,0.091009997,0.094300002,0.094080001,0.093429998,0.093759999,0.093359999,0.10652,0.10574,0.10577,0.10496,0.10515,0.10485,0.10487,0.10442,0.10576,0.10621,0.11139,0.11114,0.10941,0.10718,0.10693,0.48128,0.48032999,0.48337001,0.48429,0.48618001,0.48852,0.49200001,0.49625,0.49805999,0.49915001,0.50470001,0.50226998,0.49935001,0.49847001,0.49761,0.32126999,0.32084,0.32089999,0.32064,0.32062,0.31987,0.32203001,0.32216999,0.32069999,0.32199001,0.34327999,0.34329,0.34215,0.34338999,0.34619001,0.33941999,0.34516999,0.34703001,0.35393,0.34968001,0.35398999,0.35756001,0.37329999,0.38424,0.39300999,0.42058,0.43097001,0.43667999,0.44400999,0.45276001,0.088270001,0.087289996,0.087930001,0.088430002,0.089429997,0.090279996,0.09048,0.090620004,0.090970002,0.091240004,0.094339997,0.093869999,0.095629998,0.097130001,0.097730003,0.27847001,0.27787,0.28018001,0.28575,0.29032999,0.29912001,0.30919999,0.31891999,0.32486999,0.33168,0.34731001,0.35154,0.35587001,0.36515999,0.37312999,0.34389001,0.34029999,0.33915001,0.33772999,0.33475,0.33458,0.33467001,0.33471999,0.33489001,0.3337,0.33182001,0.33248001,0.33228999,0.33109999,0.33050001,0.19478001,0.1945,0.19501001,0.19472,0.1944,0.19388001,0.19475999,0.19659001,0.19629,0.19801,0.20282,0.20306,0.20522,0.20472001,0.20088001,0.075290002,0.075290002,0.07474,0.073009998,0.072559997,0.071709998,0.071999997,0.071840003,0.071319997,0.071889997,0.075010002,0.076109998,0.076590002,0.076729998,0.077500001,0.13150001,0.13312,0.13533001,0.13629,0.13901,0.14365,0.14594001,0.14871,0.14958,0.15014,0.15843999,0.15893,0.15913001,0.15989,0.16181999,0.38429999,0.38449001,0.38475999,0.38659999,0.38843,0.39049,0.39361,0.39769,0.40084001,0.40064999,0.41295999,0.41288999,0.41111001,0.40908,0.40816,0.12589,0.12655,0.12581,0.12565,0.125,0.12566,0.12684999,0.12646,0.12786999,0.1296,0.13514,0.13616,0.1364,0.13709,0.13802999,0.69411999,0.69506001,0.69507998,0.69950002,0.69902998,0.70209998,0.70431,0.70686001,0.70749998,0.71411997,0.71104997,0.70725,0.70528001,0.70269001,0.69966,0.11378,0.11413,0.11266,0.11237,0.11179,0.11112,0.1103,0.10964,0.11,0.1095,0.11561,0.11549,0.11505,0.11379,0.11494,0.10594,0.10594,0.10552,0.10776,0.10595,0.10621,0.1065,0.10708,0.10725,0.10528,0.10513,0.10618,0.10582,0.10539,0.10524,0.11824,0.11719,0.11569,0.11538,0.11436,0.11263,0.11191,0.11186,0.11107,0.10924,0.12222,0.12299,0.12303,0.12291,0.12186,6.6184101,6.6540098,6.7232399,6.7664599,6.79913,6.8587098,6.9300699,6.9952302,7.0611601,7.1670399,7.2109399,7.3011098,7.4263501,7.5566802,7.6621499,0.39636001,0.39579999,0.39515001,0.39581999,0.39548001,0.39331999,0.39155999,0.39269,0.391,0.39291999,0.40101999,0.39794999,0.39587,0.39451,0.39094999,0.44553,0.44938001,0.44876999,0.44841999,0.44773,0.44951999,0.44933,0.45269001,0.45203,0.45051,0.47435999,0.48332,0.48010001,0.47924,0.47981,0.33238,0.33039001,0.32624999,0.32411,0.32387999,0.32475001,0.32756999,0.32234001,0.31643999,0.31628999,0.31863001,0.31928,0.32251999,0.32280001,0.32104999,0.16687,0.16765,0.16732,0.16616,0.16472,0.1647,0.16512001,0.1649,0.1631,0.16418999,0.16611999,0.16806,0.16483,0.16527,0.16401,0.68259001,0.71437001,0.72926003,0.74873,0.76043999,0.76143998,0.79741001,0.78325999,0.78732997,0.79727,0.77443999,0.77969998,0.78478998,0.79457003,0.80264002,0.43948001,0.43349001,0.43766999,0.43687999,0.43639001,0.4391,0.44249001,0.44422999,0.44775999,0.45210999,0.45802999,0.45666,0.45131001,0.44872999,0.44626001,0.35161999,0.34917,0.35010001,0.35146001,0.35234001,0.35439,0.35721001,0.36410999,0.36948001,0.37422001,0.37584001,0.37696999,0.38005999,0.38073,0.38005,0.65675002,0.66271001,0.66614002,0.67544001,0.67404997,0.67707002,0.68162,0.69169998,0.69463998,0.70274001,0.69647002,0.70147997,0.70703,0.7119,0.71811002,0.11654,0.11653,0.11607,0.11535,0.11559,0.11467,0.11517,0.11624,0.11672,0.11812,0.11585,0.11401,0.11233,0.11233,0.11125,0.034249999,0.033100002,0.031950001,0.031539999,0.032120001,0.032609999,0.03241,0.032729998,0.0337,0.03407,0.036359999,0.03796,0.03774,0.037409998,0.037610002,0.7137,0.72974002,0.74959999,0.76889998,0.78565001,0.79668999,0.81476003,0.83187997,0.84464002,0.85654002,0.87023997,0.87752998,0.88445002,0.89183003,0.89815003,0.24869999,0.24496999,0.24192999,0.24093001,0.2418,0.24119,0.24109,0.24025001,0.2411,0.24296001,0.2545,0.25485,0.25468999,0.25476,0.25421,0.39047,0.39228001,0.39401001,0.39634001,0.40064001,0.40204,0.40728,0.40975001,0.41089001,0.41433001,0.42447999,0.42021,0.41466001,0.41306999,0.41358,0.43072,0.42623001,0.42460001,0.42254999,0.42445999,0.42544001,0.42750999,0.43147999,0.43351001,0.43487,0.45089,0.45104,0.44837001,0.44977,0.44492999,0.20203,0.20113,0.20014,0.19847,0.20197999,0.20021001,0.20096,0.20151,0.20573001,0.21134999,0.20811,0.21202999,0.21533,0.22073001,0.21853,0.092440002,0.091899998,0.088100001,0.087470002,0.085869998,0.083580002,0.082589999,0.081079997,0.079279996,0.077959999,0.079810001,0.079829998,0.07784,0.076810002,0.076279998,5.6385398,5.6678901,5.7020702,5.6958399,5.67695,5.70051,5.7727098,5.8540702,5.9240599,6.0196099,6.05092,6.0852199,6.1445999,6.22966,6.29598,0.57703,0.58758003,0.60178,0.61084998,0.61980999,0.63119,0.65070999,0.67220002,0.6904,0.70393997,0.73392999,0.74068999,0.74997002,0.75674999,0.75702,0.48977,0.48875001,0.48988,0.48910999,0.48890001,0.4874,0.49057999,0.49902999,0.50555998,0.50705999,0.5108,0.51524001,0.51709998,0.51567,0.51937002,0.115,0.11377,0.11263,0.11226,0.11234,0.11264,0.11465,0.1163,0.11691,0.11813,0.11595,0.11608,0.11638,0.11717,0.11547,0.09042,0.088459998,0.088370003,0.086410001,0.085660003,0.0854,0.083899997,0.084710002,0.083789997,0.084179997,0.088919997,0.087650001,0.088320002,0.090149999,0.092880003,0.18426999,0.18317001,0.18381999,0.18415999,0.18719999,0.18849,0.19016001,0.19595,0.19729,0.19959,0.19988,0.20096,0.20647,0.21224999,0.21529,0.16717,0.16609,0.16350999,0.1627,0.16202,0.16001,0.15989,0.1601,0.16051,0.16082001,0.16089,0.16041,0.15961,0.16096,0.16058999,0.78197002,0.78175002,0.79622,0.79413998,0.78948998,0.79426998,0.80145001,0.81582999,0.81774998,0.82604998,0.85531002,0.85983002,0.86379999,0.85960001,0.86316001,3.3954599,3.44842,3.51647,3.5573001,3.60709,3.65411,3.7089701,3.7560999,3.81229,3.8614299,3.76846,3.79671,3.8354001,3.8845699,3.9497199,0.35571,0.35541999,0.35606,0.35778001,0.36059999,0.36447001,0.36763,0.37088001,0.37092999,0.37243,0.37057999,0.37182999,0.37343001,0.37121001,0.37474,0.43656999,0.44227999,0.45146,0.45664001,0.46226001,0.46987,0.48227,0.48914,0.49338999,0.49592,0.49340001,0.49360001,0.49208,0.49257001,0.49459001,0.62668002,0.62160999,0.62234002,0.62524998,0.63063002,0.63635999,0.63602,0.63148999,0.62970001,0.62795001,0.63010001,0.62782001,0.62690002,0.62432998,0.62475002,0.19317999,0.19876,0.20063999,0.204,0.21165,0.2167,0.22476,0.22759999,0.22892,0.22566,0.20891,0.20672999,0.20636,0.2079,0.20998,0.21104001,0.21097,0.21373001,0.2149,0.21923999,0.22064,0.21809,0.21506999,0.21235,0.21148001,0.22363999,0.22457001,0.22249,0.22299001,0.22335,1.16618,1.20667,1.25468,1.29322,1.3408,1.40962,1.4867001,1.53405,1.5773,1.58629,1.57828,1.59786,1.61746,1.65955,1.70388,1.00423,1.00069,1.00579,1.01307,1.0201,1.02817,1.03685,1.03688,1.03529,1.03205,1.07651,1.07267,1.07082,1.0681,1.06972,0.01908,0.018750001,0.018270001,0.01749,0.017619999,0.01739,0.016899999,0.016550001,0.01698,0.016450001,0.0187,0.019470001,0.019409999,0.019379999,0.01932,0.07903,0.074450001,0.073270001,0.072949998,0.071829997,0.070919998,0.070200004,0.068680003,0.068640001,0.067950003,0.074510001,0.074040003,0.073169999,0.072729997,0.071800001,0.076289997,0.073820002,0.072310001,0.07096,0.069750004,0.068010002,0.067979999,0.067699999,0.067610003,0.067560002,0.073969997,0.073619999,0.072279997,0.071520001,0.071259998,0.20472001,0.20396,0.20597,0.20581999,0.20783,0.20946001,0.21111,0.21168999,0.21469,0.21883,0.22442,0.22434001,0.22628,0.22711,0.22885001,1.8179801,1.83797,1.86567,1.89469,1.91697,1.94087,1.96165,1.9834599,2.00298,2.0128601,2.03421,2.0475399,2.0636301,2.08091,2.10287,0.19101,0.19457,0.1956,0.19633,0.19577,0.19667999,0.19964001,0.2052,0.20375,0.19959,0.21685,0.21687999,0.21759,0.21827,0.22192,0.75839001,0.76304001,0.77412999,0.78285003,0.79079998,0.79834002,0.80632001,0.80693001,0.81173998,0.81026,0.82835001,0.82617998,0.82782,0.83271003,0.83599001,0.63893002,0.64109999,0.64096999,0.64548999,0.64753002,0.65402001,0.66095001,0.66562003,0.66543001,0.66246998,0.66285998,0.66292,0.66042,0.65847999,0.65455002,0.074089997,0.074259996,0.073210001,0.072800003,0.071879998,0.070780002,0.072149999,0.072099999,0.07203,0.070890002,0.078829996,0.079209998,0.0779,0.078369997,0.078380004,3.23505,3.2482901,3.2739401,3.3044701,3.3187599,3.3524201,3.3928001,3.4481201,3.4842501,3.51109,3.5185201,3.53491,3.5448101,3.5566101,3.58337,0.44345,0.43902999,0.44341001,0.44492999,0.44968,0.45442,0.45640001,0.45945001,0.46138,0.46292999,0.45989999,0.45844001,0.46151999,0.463,0.46406001,1.0301501,1.0359401,1.04645,1.06095,1.06894,1.08244,1.10923,1.13094,1.15369,1.16584,1.16871,1.18117,1.1835999,1.18644,1.19356,0.31527001,0.31476,0.31314999,0.31115001,0.30965,0.30914,0.30892,0.30993,0.30831999,0.30745,0.31332001,0.30779999,0.30605999,0.30623999,0.30359,2.8556399,2.88744,2.93537,2.9653001,2.9877901,3.0146301,3.0586901,3.1015501,3.13677,3.17981,3.1591001,3.17908,3.20085,3.22228,3.2611001,0.11024,0.11104,0.11413,0.11447,0.11437,0.11355,0.11432,0.11323,0.11326,0.11533,0.112,0.11192,0.1124,0.11266,0.11187,6.6173801,6.69591,6.7641702,6.78549,6.7170401,6.7382302,6.8273201,6.97048,7.1253901,7.2685499,7.3726802,7.4797702,7.5881701,7.66082,7.7671199,0.62658,0.63800001,0.64765,0.65933001,0.67720002,0.70019001,0.72812998,0.74910003,0.76884001,0.78122002,0.75577003,0.75954998,0.76253998,0.76617998,0.77916002,0.01921,0.018449999,0.01756,0.01746,0.01667,0.0166,0.01661,0.016899999,0.01664,0.017109999,0.017720001,0.017349999,0.017349999,0.01718,0.017100001,0.24254,0.24335,0.24345,0.24473,0.24643999,0.24798,0.24952,0.25023001,0.24907,0.24889,0.25251001,0.25415999,0.25325999,0.25332999,0.25342,0.70700002,0.70484,0.71768999,0.72209001,0.72654003,0.72751999,0.72790003,0.72850001,0.72786999,0.73347002,0.76045001,0.76688999,0.76920003,0.76867998,0.76705003,0.24544001,0.24349,0.2447,0.24472,0.24326999,0.24456,0.24479,0.25060999,0.25073001,0.25038001,0.25746,0.25887999,0.25817999,0.25538999,0.25691,0.072149999,0.070969999,0.070179999,0.069710001,0.068539999,0.068170004,0.067680001,0.068219997,0.068429999,0.068889998,0.070260003,0.07,0.06814,0.068049997,0.0682,0.23818,0.23695,0.23487,0.23563001,0.234,0.23412,0.23543,0.23734,0.23819999,0.24149001,0.25259,0.25231001,0.25457001,0.25475001,0.25514999,4.4849401,4.6231599,4.7140098,4.7810302,4.8524899,4.9707298,5.1002302,5.1842699,5.2716799,5.3731799,5.3134499,5.3962698,5.4773698,5.55547,5.6299801,0.01543,0.01496,0.01522,0.01503,0.01457,0.01396,0.01403,0.01396,0.01371,0.01363,0.01449,0.0142,0.01426,0.01397,0.01375,0.85255003,0.86265999,0.87485999,0.88692999,0.89524001,0.90934002,0.93392003,0.96166998,0.97939998,0.99036998,0.99312001,0.99751002,1.00771,1.00837,1.01758,0.91593999,0.92821002,0.94242001,0.95841002,0.97718,0.99080998,1.00465,1.01241,1.01943,1.02323,1.0147001,1.01649,1.01538,1.01457,1.01714,12.79927,12.72519,12.65422,12.57196,12.45875,12.32483,12.23239,12.19922,12.18227,12.18494,12.23797,12.27472,12.30383,12.32953,12.31255,0.72314,0.71797001,0.71455002,0.71174002,0.70784003,0.69822001,0.69106001,0.68804002,0.68449003,0.67851001,0.68822002,0.68636,0.68361998,0.68110001,0.67785001,1.81113,1.79598,1.78611,1.77887,1.76877,1.75372,1.73928,1.73015,1.72396,1.71673,1.7059,1.7035201,1.70224,1.7006,1.69392,0.50022,0.49840999,0.49763,0.49759001,0.49733001,0.49535,0.49669001,0.49656999,0.49799001,0.49579,0.49739999,0.49443999,0.49399,0.49133,0.48945999,3.7452099,3.7715499,3.8062899,3.84547,3.8917699,3.93788,3.99279,4.0247598,4.0477099,4.07125,4.11905,4.1258001,4.1325202,4.1365199,4.13691,1.2903,1.28336,1.27346,1.26844,1.2653199,1.2588201,1.26008,1.2598701,1.25923,1.26122,1.2703,1.27175,1.26999,1.26379,1.25955,0.62760001,0.62496001,0.62326002,0.61952001,0.61803001,0.61747003,0.61440998,0.61347002,0.61208999,0.61131001,0.62588,0.63006997,0.62813002,0.62356001,0.61783999,5.9945402,6.0324101,6.0746498,6.1013098,6.13691,6.16047,6.19245,6.2133398,6.23562,6.26015,6.2532601,6.26369,6.2618899,6.2645602,6.26685,1.74519,1.7584701,1.77504,1.78664,1.79405,1.80074,1.8167599,1.82488,1.83663,1.84694,1.84047,1.84721,1.85089,1.85369,1.85943,1.5224,1.50995,1.49851,1.4871,1.4770401,1.46726,1.45822,1.45061,1.44488,1.43998,1.43444,1.42566,1.41531,1.3890001,1.3773201,0.059429999,0.058970001,0.05804,0.05734,0.055819999,0.05483,0.054049999,0.0535,0.052669998,0.051630002,0.050670002,0.049869999,0.049419999,0.048939999,0.048050001,0.58825999,0.59201002,0.59548998,0.59991002,0.60645002,0.61532003,0.62098002,0.63163,0.63622999,0.63865,0.65206999,0.65105999,0.64927,0.6469,0.64441001,1.3593,1.36874,1.39341,1.40606,1.4114,1.41643,1.44037,1.44089,1.4555,1.4621201,1.54182,1.54847,1.55582,1.57847,1.58742,4.3582902,4.4176302,4.4874601,4.5587702,4.6389999,4.71562,4.802,4.87567,4.9328098,4.9889398,4.9988298,5.0362601,5.06317,5.0949998,5.12784,0.41753,0.41484001,0.41068,0.41038001,0.40184999,0.40055001,0.40131,0.39864999,0.39752999,0.39478999,0.39934999,0.39888,0.39449999,0.39092001,0.38821,0.83367997,0.82972997,0.82959998,0.82467002,0.82142001,0.81942999,0.82673001,0.82894999,0.82573998,0.82323998,0.81559998,0.81515998,0.81502998,0.81589001,0.81190997,0.37915,0.37706,0.37520999,0.37384,0.37226999,0.37169001,0.3723,0.37125,0.36991999,0.36796999,0.39230001,0.39515001,0.3973,0.39833999,0.39745,0.64108998,0.64263999,0.64354002,0.64490002,0.64595002,0.64554,0.64670002,0.64788997,0.65060002,0.65110999,0.67329001,0.66930002,0.66924,0.67139,0.67122,0.90347999,0.90114999,0.89950001,0.89616001,0.89381999,0.89042002,0.88972002,0.88990003,0.88524002,0.88520998,0.88672,0.88085002,0.87660003,0.87410998,0.87175,2.1401,2.15115,2.17291,2.1918099,2.2082601,2.22735,2.25983,2.2776201,2.3032899,2.3248301,2.35953,2.3692,2.3919799,2.4126799,2.4376199,2.5183201,2.5164599,2.52616,2.52932,2.5269899,2.5320301,2.54776,2.56864,2.5822201,2.58934,2.6828101,2.6912401,2.69857,2.71017,2.71453,5.5209198,5.5266299,5.5258799,5.52355,5.5168099,5.5212598,5.5366402,5.55019,5.56251,5.5802798,5.59026,5.59128,5.6091599,5.6184402,5.6296,0.35034999,0.34757,0.34362,0.34046,0.3371,0.33225,0.32822999,0.32638001,0.32273999,0.32010999,0.31851,0.31797001,0.31623,0.31455001,0.31194001,2.8073399,2.8152399,2.8192,2.822,2.7979,2.78933,2.7992899,2.7980399,2.7964699,2.8029101,2.8072,2.8093801,2.8080101,2.7976,2.78443,1.4851201,1.47062,1.4617701,1.45382,1.45825,1.45245,1.44453,1.44033,1.4328901,1.4260499,1.3646801,1.36046,1.35479,1.34799,1.34086,0.049430002,0.050450001,0.04995,0.049550001,0.057879999,0.065360002,0.070100002,0.069260001,0.068080001,0.067749999,0.077100001,0.077459998,0.076700002,0.076020002,0.075180002,1.29538,1.3016,1.31257,1.32441,1.3427401,1.37012,1.39978,1.4200799,1.43787,1.44994,1.4990799,1.51004,1.51589,1.52191,1.5289201,0.14258,0.14193,0.14277001,0.14435001,0.14506,0.14571001,0.14742,0.14936,0.14938,0.14851999,0.14868,0.14778,0.14764,0.14693999,0.14632,0.40667999,0.40358001,0.40253001,0.39943999,0.39622,0.40009001,0.39559001,0.39351001,0.39379999,0.39245,0.38611999,0.38431999,0.38084,0.37882,0.37843001,0.45607999,0.45556,0.45633,0.45666,0.45607999,0.45537001,0.45416999,0.4553,0.45515001,0.45394999,0.45998001,0.46114999,0.46018001,0.45871001,0.45750001,0.89533001,0.89166999,0.88879001,0.88884002,0.88418001,0.87955999,0.87744999,0.87439001,0.87557,0.87449998,0.88810003,0.88536,0.88208997,0.88246,0.87706,0.45901,0.45649001,0.45477,0.45443001,0.45276999,0.45142001,0.45067999,0.4506,0.4492,0.44633999,0.45228001,0.44958001,0.44872001,0.44977,0.44637999,0.22840001,0.22729,0.22816999,0.22932,0.23105,0.23146001,0.23096,0.2308,0.23095,0.23118,0.24541,0.24923,0.24914999,0.24789999,0.24796,2.1292701,2.1207199,2.108,2.09887,2.0939801,2.09184,2.08882,2.09339,2.0929201,2.0880101,2.1447101,2.1458199,2.1451001,2.13834,2.1271901,4.7181802,4.7442002,4.7807798,4.8180299,4.85676,4.89258,4.9439301,4.9936399,5.0380702,5.0776601,5.2031698,5.2367001,5.2676601,5.3012199,5.3332,0.94621998,0.94020998,0.93715,0.93257999,0.92637002,0.91929001,0.91264999,0.90900999,0.90555,0.9016,0.91033,0.90385997,0.89797002,0.89306003,0.88770998,1.20416,1.20825,1.21313,1.22426,1.23597,1.24819,1.26586,1.28197,1.29302,1.30506,1.33728,1.34544,1.3558199,1.35707,1.36359,3.1268799,3.1479001,3.16676,3.2035401,3.2442801,3.2902601,3.33969,3.3768799,3.41184,3.43519,3.50172,3.53653,3.55269,3.5576799,3.5782299,3.1856401,3.1552501,3.13764,3.1270101,3.1165199,3.11449,3.1122999,3.1193399,3.1213801,3.1284499,3.2095201,3.2104101,3.21276,3.1986201,3.1882901,1.1995699,1.19115,1.18523,1.18243,1.18075,1.17687,1.17186,1.16838,1.16666,1.1684,1.1617301,1.16669,1.17296,1.16732,1.16508,0.4578,0.45218,0.45346001,0.44806999,0.44345,0.43886,0.43963999,0.43629,0.43436,0.43195999,0.43353999,0.43189999,0.43234,0.42787999,0.42554,1.2018,1.19756,1.1931,1.19117,1.18708,1.18084,1.1754,1.17133,1.1666,1.16071,1.16571,1.1618201,1.15747,1.1531301,1.14884,0.46491,0.46472999,0.46416,0.46171999,0.45987001,0.45954001,0.45934001,0.46007001,0.45973,0.45936999,0.46656999,0.46787,0.46829,0.46700999,0.46551999,1.39771,1.4356,1.48277,1.52999,1.56762,1.6016901,1.6289099,1.6467,1.6554,1.66355,1.6993999,1.6986001,1.6846499,1.6713001,1.6631401,7.5097499,7.5787902,7.6321802,7.6824002,7.7069998,7.7214198,7.7296801,7.75631,7.7845201,7.82339,8.0106602,8.0548697,8.09618,8.13832,8.1685696,0.18279,0.18252,0.18118,0.1806,0.1795,0.17905,0.17806,0.17754,0.17702,0.17715,0.18327001,0.18379,0.18491,0.18535,0.18640999,2.67465,2.6942899,2.73141,2.77232,2.8222699,2.86309,2.9097099,2.9481699,2.96965,2.9899001,2.9802799,2.98332,2.9936299,2.9974699,3.0065401,0.94471997,0.93533999,0.93063003,0.92584997,0.92057002,0.91561002,0.91189998,0.91148001,0.91219997,0.91311002,0.94351,0.94480002,0.94555998,0.94138002,0.93944001,0.43612,0.4375,0.43803999,0.44058001,0.44268,0.44492999,0.44835001,0.45157,0.45251,0.45502001,0.46024001,0.45890999,0.45772001,0.45620999,0.45633999,15.138,15.12507,15.1055,15.10068,15.14658,15.17628,15.20251,15.30031,15.40351,15.47297,15.28544,15.39313,15.50396,15.56052,15.60297,0.46607,0.48023,0.49711999,0.51695001,0.53403997,0.55356997,0.57231998,0.58582002,0.59974998,0.60529,0.57331002,0.57515001,0.56761998,0.56614,0.56190997,0.1812,0.1807,0.18118,0.17928,0.17753001,0.1752,0.17475,0.17130999,0.16868,0.16714001,0.17474,0.17456999,0.17625,0.17490999,0.17206,1.50086,1.4911,1.48458,1.47281,1.46389,1.46059,1.4695899,1.47226,1.47154,1.46952,1.48225,1.47623,1.47288,1.46798,1.45797,0.37537,0.37744001,0.37795001,0.37891001,0.37954,0.37774,0.38159001,0.3838,0.38473001,0.38519001,0.39741001,0.39658999,0.39796001,0.40092999,0.40323001,0.79997998,0.79412001,0.79411,0.7938,0.78922999,0.78417999,0.78140002,0.77735001,0.77302003,0.76953,0.77692997,0.77313,0.77109998,0.76722002,0.76217997,0.06566,0.065719999,0.065119997,0.064460002,0.063929997,0.063129999,0.062460002,0.062449999,0.06151,0.0614,0.064049996,0.064499997,0.06453,0.063519999,0.063390002,0.42210001,0.42127001,0.41744,0.41677999,0.41606,0.41562,0.41407001,0.41068,0.40895,0.40645999,0.43392,0.43119001,0.42772999,0.42333999,0.4192,0.41327,0.41415,0.41457999,0.41374999,0.41312999,0.41058999,0.40731001,0.40685999,0.40790999,0.40875,0.42028001,0.42416999,0.42611,0.42458001,0.42274001,0.41646999,0.41949001,0.42037001,0.42056,0.42532,0.42752999,0.43594,0.43588999,0.43626001,0.43560001,0.44972,0.45069,0.45139,0.44718999,0.44874001,0.57459003,0.57038999,0.56623,0.56288999,0.55791003,0.55487001,0.55123001,0.54789001,0.54505002,0.54183,0.54944998,0.54707003,0.54234999,0.53908002,0.53529,0.43785,0.43526,0.42965999,0.42523,0.42155001,0.41554001,0.41152999,0.41003001,0.40775999,0.40638,0.41753,0.41475999,0.41212001,0.40944001,0.40702999,2.0294299,2.03087,2.02968,2.0355799,2.0372801,2.0487399,2.0543499,2.0574801,2.0674,2.07389,2.0789101,2.0808001,2.0843101,2.0819399,2.0818701,0.47893,0.47992,0.48291999,0.48837,0.49272001,0.50123,0.51602,0.51836997,0.51267999,0.51336998,0.52882999,0.52217001,0.51684999,0.51648998,0.51401001,3.69695,3.68313,3.66836,3.6633201,3.65325,3.6445799,3.6364501,3.63131,3.6262701,3.62251,3.65063,3.6437299,3.631,3.6108,3.5932,0.28046,0.28084001,0.27926001,0.27919,0.27989,0.27895999,0.27873999,0.27939001,0.27891001,0.27807999,0.28231999,0.28290001,0.28347999,0.28141999,0.28130999,3.8274901,3.8539701,3.88885,3.9362199,3.9949,4.0655499,4.1496902,4.2158899,4.2576599,4.2893701,4.3554301,4.36868,4.3769898,4.39393,4.4075499,0.50722998,0.51001,0.51076001,0.50914001,0.50880998,0.50573999,0.50138003,0.49979001,0.49878001,0.49542001,0.49845999,0.49283999,0.49237999,0.49263,0.49059999,1.67484,1.68686,1.6982599,1.71083,1.71153,1.70551,1.69416,1.6865799,1.68635,1.68752,1.66009,1.65306,1.649,1.64923,1.65128,0.85657001,0.85442001,0.85509002,0.85255003,0.84513003,0.82793999,0.83367002,0.81304997,0.80699003,0.80299997,0.83157998,0.83003002,0.82884002,0.82457,0.82358003,6.2288098,6.2767801,6.3284898,6.3645401,6.3672099,6.3340502,6.3018599,6.2828002,6.2743702,6.2768998,6.26965,6.2792201,6.2936802,6.3017101,6.3197398,1.23991,1.25244,1.26774,1.27798,1.28146,1.27665,1.27089,1.2678699,1.26853,1.26925,1.271,1.2650501,1.26247,1.2654001,1.26653,0.26225999,0.26287001,0.26201999,0.26104,0.25964999,0.25644001,0.25440001,0.25318,0.25235999,0.25097999,0.25345001,0.25117001,0.25064999,0.25007999,0.24965,1.42726,1.43405,1.44706,1.45941,1.47589,1.48684,1.50834,1.53098,1.54601,1.5601701,1.60589,1.61894,1.6342601,1.64294,1.64753,0.112,0.10964,0.11003,0.10917,0.10814,0.10733,0.10544,0.10418,0.10407,0.10195,0.10353,0.1026,0.10004,0.098219998,0.096950002,1.66319,1.68716,1.6992,1.71196,1.72666,1.74332,1.77244,1.80155,1.82937,1.84901,1.87322,1.88563,1.8936501,1.90754,1.9281,0.16609,0.16407999,0.16266,0.15955,0.15814,0.15734001,0.15604,0.15394001,0.15185,0.15005,0.15970001,0.15864,0.15790001,0.15440001,0.15182,0.23446,0.23395,0.23198999,0.23255999,0.23043001,0.23038,0.22969,0.22977,0.22896001,0.22688,0.22614001,0.22404,0.22294,0.22164001,0.21958999,1.22077,1.2479399,1.28547,1.31014,1.34926,1.39458,1.4419,1.4797,1.5216399,1.55215,1.62958,1.64106,1.67782,1.71569,1.75852,1.4313101,1.44568,1.45904,1.47785,1.5072,1.52092,1.58007,1.63455,1.69586,1.73498,1.78934,1.83664,1.89493,1.93881,1.9820499,0.15223999,0.15261,0.15139,0.15121,0.14981,0.14873999,0.14816999,0.14778,0.14642,0.14621,0.15106,0.1517,0.14922,0.15078001,0.14878,3.1104701,3.1450601,3.2005,3.25336,3.3312199,3.3758399,3.4142499,3.44506,3.4977801,3.5527599,3.5123501,3.5773699,3.6547201,3.72913,3.8101499,0.52665001,0.52990001,0.53333002,0.53266001,0.53426999,0.53522003,0.53860003,0.54150999,0.54628998,0.54714,0.55510998,0.55588001,0.55671,0.55743003,0.56023997,0.34110999,0.33938,0.33873001,0.33605999,0.33239999,0.32887,0.32657999,0.32644999,0.32732001,0.32409999,0.33116001,0.32841,0.32644999,0.32600999,0.32337001,0.42835999,0.42888001,0.42989999,0.42842999,0.42699999,0.42713001,0.42658001,0.42901,0.43072,0.43037,0.46647,0.46605,0.461,0.46189001,0.46125001,0.32536,0.32703,0.32694,0.32666999,0.32762,0.32747,0.32771999,0.32703999,0.33103999,0.32988,0.34948999,0.34652001,0.34268999,0.34211001,0.34112999,0.38332999,0.38427001,0.38606,0.38729,0.38894999,0.3899,0.38911,0.39146,0.39348999,0.39245999,0.38911,0.38488001,0.38229999,0.37834001,0.37771001,0.67440999,0.67553002,0.67697001,0.67558998,0.67098999,0.66889,0.66905999,0.66750997,0.66863,0.66444999,0.68636,0.68257999,0.68164998,0.67945999,0.67799002,0.30675,0.30881,0.30791,0.30770999,0.30816999,0.30711001,0.30748001,0.30735001,0.30778,0.30912,0.32087001,0.31729999,0.31446999,0.31255001,0.31127,0.96697003,0.98413002,1.00589,1.03418,1.0625401,1.11753,1.18187,1.24023,1.2783,1.30417,1.37555,1.40081,1.4247,1.45287,1.48469,0.24538,0.24515,0.24639,0.24928001,0.25184,0.25409001,0.2518,0.25417,0.25588,0.25751999,0.26951,0.26727,0.26328,0.26308,0.26552999,0.23529001,0.2358,0.23749,0.23654,0.23919,0.23677,0.23636,0.23298,0.23458,0.23343,0.23842999,0.23576,0.23371001,0.23142999,0.22976001,1.25819,1.26245,1.27007,1.28014,1.28968,1.29809,1.31102,1.32276,1.33368,1.34208,1.37077,1.37488,1.3806,1.38434,1.39231,0.56041002,0.56787997,0.57686001,0.58377999,0.59175998,0.59525001,0.59841001,0.60354,0.60753,0.60702997,0.60172999,0.60196,0.60284001,0.60519999,0.60772997,3.81124,3.86393,3.9108701,3.9532499,4.0085802,4.0753298,4.1855502,4.31215,4.4263501,4.5142798,4.5269499,4.5900898,4.6675801,4.7422299,4.8275199,0.66293001,0.66593999,0.67054999,0.67368001,0.67369998,0.67755997,0.68204999,0.68437999,0.69086999,0.69670999,0.69713002,0.69784999,0.69832999,0.69689,0.69520003,0.21357,0.2124,0.21134,0.21173,0.2095,0.20982,0.20906,0.21089,0.20996,0.21014,0.21055999,0.20773999,0.20719001,0.20395,0.20405,1.98132,2.0191801,2.0627999,2.1108601,2.1822,2.28708,2.4073501,2.5090401,2.5878999,2.63868,2.70561,2.7549,2.8199,2.8952701,2.9883201,0.20706999,0.20884,0.20873,0.20919999,0.21033999,0.21308,0.21762,0.22211,0.22746,0.23221,0.2494,0.25418001,0.25973001,0.26710001,0.27169999,0.52836001,0.53346002,0.53469998,0.54220003,0.54891002,0.55834001,0.57239002,0.58455998,0.59309,0.60042,0.61677998,0.62033999,0.62232,0.62603998,0.63160998,0.61395001,0.63099998,0.64857,0.66501999,0.68167001,0.69762999,0.71723002,0.73497999,0.75871998,0.77767003,0.76945001,0.77758002,0.79193002,0.80519998,0.83160001,0.69690001,0.69983,0.69724,0.69620001,0.69246,0.69392002,0.69485998,0.69625998,0.69937998,0.70045,0.66532999,0.66418999,0.66258001,0.66206998,0.66532999,0.20136,0.20052999,0.20102,0.20147,0.20333,0.20286,0.2024,0.20118999,0.20005,0.19722,0.19202,0.18917,0.18669,0.18407001,0.18343,2.1683199,2.1982,2.2221799,2.2595301,2.2952199,2.33406,2.39011,2.4397299,2.4974401,2.5560701,2.63325,2.66383,2.7011399,2.7360401,2.7788799,0.099849999,0.10115,0.10133,0.10157,0.099519998,0.099990003,0.10085,0.10076,0.10137,0.1014,0.1023,0.10056,0.099490002,0.099320002,0.098459996,0.35473001,0.35163999,0.3486,0.34773001,0.34689999,0.34466001,0.34153,0.34062001,0.33967,0.33467999,0.32958001,0.3276,0.32391,0.32012999,0.31933001,0.28797001,0.28547001,0.28470001,0.28275999,0.28086999,0.27577999,0.28898999,0.28911,0.28685001,0.28783,0.28907001,0.28483999,0.28156999,0.27998999,0.27924001,0.3603,0.36271,0.36592001,0.36684999,0.36908001,0.37114,0.37606999,0.38104001,0.38371,0.38762999,0.37559,0.37491,0.37562999,0.37568,0.37783,0.66415,0.66929001,0.67712998,0.68146002,0.68612999,0.69292003,0.69946998,0.70687002,0.71092999,0.71513999,0.74364001,0.74225998,0.74583,0.74913001,0.75191998,0.91486001,0.91260999,0.91137999,0.90947998,0.90568,0.90763998,0.89844,0.90614998,0.90600997,0.90112001,0.92312002,0.91755003,0.91429001,0.90726,0.90090001,1.11086,1.11511,1.11596,1.1231,1.13062,1.13729,1.14948,1.16113,1.1752501,1.18144,1.19215,1.19426,1.19656,1.19222,1.20368,3.21577,3.2647099,3.2983501,3.3536999,3.43136,3.45398,3.5170701,3.6015899,3.66432,3.7202301,3.858,3.8959999,3.93677,3.97893,4.0156598,0.19182999,0.1912,0.19043,0.18890999,0.18649,0.18801001,0.1891,0.18957999,0.18973,0.19093999,0.19909,0.19867,0.19963001,0.20100001,0.20026,2.5441799,2.56794,2.5915501,2.6108501,2.63028,2.6591899,2.70735,2.7672501,2.8252001,2.8682201,2.8476701,2.86092,2.8842101,2.90818,2.93542,1.04655,1.04233,1.04901,1.04891,1.0524499,1.0488501,1.04291,1.04223,1.04313,1.04495,1.07581,1.0735,1.0806,1.08002,1.07919,0.29879999,0.29543,0.29251999,0.28881001,0.28459999,0.28235,0.28055,0.27706,0.27643999,0.27362001,0.28909001,0.28654999,0.28222001,0.27982,0.27875999,0.37134001,0.36651999,0.36127001,0.35281,0.35244,0.34740999,0.35233,0.3527,0.34909001,0.34445,0.34336001,0.34112999,0.33592001,0.33065999,0.32695001,1.65723,1.69534,1.73729,1.78008,1.8299201,1.89505,1.9959,2.10624,2.20032,2.27003,2.26913,2.3018301,2.34566,2.39415,2.45346,0.0306,0.029820001,0.029209999,0.029279999,0.02942,0.028860001,0.02887,0.028650001,0.028860001,0.02868,0.02709,0.02722,0.02751,0.027179999,0.027450001,0.16982999,0.16806,0.16522001,0.16154,0.15921,0.15753999,0.15501,0.1576,0.15945999,0.16266,0.17411999,0.17732,0.18000001,0.18299,0.18169001,0.035730001,0.035089999,0.035009999,0.034839999,0.034820002,0.034990001,0.03421,0.03407,0.033670001,0.03348,0.034419999,0.034370001,0.03438,0.034510002,0.034299999,0.072480001,0.071780004,0.070929997,0.070730001,0.069940001,0.069600001,0.071400002,0.070129998,0.070079997,0.069949999,0.070589997,0.070289999,0.070380002,0.070100002,0.07023,0.28295001,0.28356001,0.28538999,0.28604999,0.28645,0.28558999,0.29198,0.29517001,0.29854,0.30056,0.3202,0.3213,0.32686001,0.33087,0.33313999,0.35382,0.35111001,0.34904,0.34841999,0.34862,0.34869,0.34907001,0.35077,0.35023999,0.35203999,0.36625999,0.36930999,0.37514001,0.38161999,0.38407999,0.053509999,0.052310001,0.051440001,0.051479999,0.051290002,0.051109999,0.050900001,0.051649999,0.05204,0.052749999,0.05266,0.053059999,0.053040002,0.053720001,0.053089999,0.02008,0.020400001,0.02032,0.02052,0.0207,0.02069,0.021050001,0.02079,0.021360001,0.02067,0.01942,0.019859999,0.020260001,0.020330001,0.02077,0.091109999,0.090920001,0.089730002,0.090700001,0.091069996,0.091920003,0.092370003,0.094800003,0.096029997,0.095770001,0.10126,0.10307,0.10238,0.10325,0.10298,0.0178,0.017480001,0.017039999,0.016419999,0.01589,0.0152,0.01452,0.0139,0.01355,0.01344,0.01474,0.01416,0.01389,0.01347,0.01386,0.093350001,0.091959998,0.091470003,0.090410002,0.090099998,0.090810001,0.090460002,0.089599997,0.089249998,0.089840002,0.091449998,0.091920003,0.092100002,0.092110001,0.092869997,0.041209999,0.041110002,0.039409999,0.038630001,0.037719999,0.036710002,0.035319999,0.035020001,0.034770001,0.034309998,0.037009999,0.03596,0.035829999,0.036279999,0.036449999,0.13497999,0.1357,0.13413,0.13395999,0.13260999,0.13278,0.13332,0.13458,0.13597,0.1349,0.13846,0.14035,0.14091,0.13936999,0.13932,0.25898999,0.25898001,0.25872999,0.25852001,0.25830001,0.25836,0.26109001,0.26309001,0.26223001,0.26168001,0.27217999,0.27399001,0.27581,0.27855,0.27937999,0.041949999,0.041719999,0.042240001,0.042610001,0.0429,0.042520002,0.040879998,0.04177,0.041200001,0.040929999,0.04067,0.04047,0.040819999,0.042300001,0.041820001,0.072870001,0.073339999,0.07474,0.075649999,0.077239998,0.077129997,0.078879997,0.078850001,0.079170004,0.079240002,0.082690001,0.083350003,0.083149999,0.084239997,0.084449999,0.18727,0.18781,0.18727,0.18712001,0.18859001,0.18826,0.19041,0.18967,0.18898,0.18929,0.19515,0.19615,0.19798,0.19839001,0.19885001,0.062430002,0.060910001,0.060230002,0.058899999,0.058219999,0.05796,0.057100002,0.056469999,0.05525,0.055089999,0.057149999,0.057629999,0.056359999,0.056170002,0.055879999,0.04493,0.04459,0.044300001,0.043370001,0.042629998,0.042819999,0.042690001,0.042020001,0.042330001,0.042029999,0.043480001,0.043680001,0.043680001,0.043030001,0.043120001,0.059840001,0.0603,0.0603,0.06126,0.060839999,0.06109,0.060529999,0.05988,0.059149999,0.059689999,0.053289998,0.05407,0.055440001,0.056060001,0.056620002,0.034389999,0.03413,0.033380002,0.03277,0.03255,0.032120001,0.030929999,0.03043,0.029680001,0.02933,0.029929999,0.029929999,0.029720001,0.030169999,0.02973,0.043529999,0.0429,0.042119998,0.04163,0.040690001,0.040739998,0.039790001,0.039489999,0.039670002,0.039349999,0.040750001,0.04061,0.040279999,0.040350001,0.039829999,0.074000001,0.073559999,0.072619997,0.07265,0.072509997,0.073129997,0.072669998,0.072109997,0.071670003,0.072410002,0.071209997,0.069839999,0.069990002,0.06837,0.068449996,0.02626,0.02541,0.024940001,0.024499999,0.023779999,0.023250001,0.0229,0.02279,0.02276,0.0221,0.023669999,0.023739999,0.02379,0.023800001,0.023569999,0.078319997,0.076779999,0.076219998,0.076140001,0.074560001,0.07288,0.07203,0.071539998,0.071099997,0.07068,0.073459998,0.072590001,0.072679996,0.072889999,0.072410002,0.047600001,0.045949999,0.044819999,0.043930002,0.04301,0.042169999,0.041230001,0.040520001,0.04022,0.040029999,0.042580001,0.042199999,0.042479999,0.042309999,0.042169999,0.02176,0.021330001,0.020749999,0.02032,0.01981,0.019169999,0.018540001,0.018130001,0.017859999,0.01777,0.019230001,0.019099999,0.019090001,0.01888,0.01847,0.055489998,0.05542,0.055429999,0.055199999,0.055070002,0.055599999,0.055179998,0.056109998,0.056570001,0.057539999,0.059149999,0.059500001,0.059409998,0.059519999,0.059889998,0.03712,0.036279999,0.03548,0.03486,0.03339,0.033009999,0.032790001,0.03263,0.032590002,0.03238,0.034290001,0.03441,0.033849999,0.03396,0.03345,0.031539999,0.032889999,0.033349998,0.03407,0.036150001,0.036460001,0.035599999,0.035840001,0.035840001,0.035530001,0.03348,0.0339,0.033939999,0.03407,0.034189999,0.01341,0.01317,0.01283,0.01281,0.01215,0.0118,0.01187,0.01166,0.01139,0.01123,0.01245,0.01294,0.01315,0.01264,0.0125,0.16487999,0.1639,0.16551,0.16565999,0.16669001,0.16779999,0.16798,0.16940001,0.16793001,0.16969,0.17061999,0.17283,0.17441,0.17466,0.17642,0.080689996,0.079159997,0.077739999,0.077140003,0.075819999,0.074919999,0.073430002,0.072899997,0.071900003,0.07124,0.07333,0.071950004,0.072059996,0.071699999,0.071999997,0.016659999,0.01612,0.01552,0.01578,0.016009999,0.015790001,0.01502,0.01436,0.01395,0.01393,0.01416,0.01395,0.01431,0.01387,0.01396,0.0294,0.02809,0.02799,0.028100001,0.027860001,0.02788,0.027489999,0.02746,0.0266,0.02658,0.030470001,0.031720001,0.031769998,0.032310002,0.032740001,0.02279,0.022360001,0.021989999,0.021469999,0.02083,0.020749999,0.020199999,0.01959,0.019610001,0.01953,0.02084,0.02067,0.020400001,0.020579999,0.02007,0.01184,0.01142,0.01124,0.01086,0.01086,0.01055,0.01072,0.0104,0.01015,0.01037,0.01007,0.0102,0.0101,0.00996,0.00975,0.0581,0.056669999,0.05579,0.05508,0.05404,0.054299999,0.053550001,0.053240001,0.053070001,0.05308,0.05136,0.051759999,0.0524,0.050799999,0.050749999,0.11245,0.11252,0.11108,0.11019,0.10937,0.11028,0.11145,0.11494,0.11841,0.11994,0.11275,0.11601,0.11832,0.12078,0.12368,0.21763,0.21705,0.21696,0.22015999,0.22459,0.22698,0.22945,0.23292001,0.23362,0.23498,0.24169999,0.24303,0.2436,0.24899,0.24657001,0.24529,0.26168999,0.27722001,0.29225999,0.31648001,0.33673,0.35707,0.3775,0.39684999,0.41218001,0.4515,0.46744001,0.48302001,0.49886,0.51547998,0.03909,0.03898,0.038989998,0.039110001,0.038959999,0.038389999,0.038539998,0.03881,0.038090002,0.038910002,0.037700001,0.03833,0.037930001,0.03881,0.038770001,0.058490001,0.058680002,0.057870001,0.0579,0.05821,0.058090001,0.056919999,0.057250001,0.056400001,0.056189999,0.056079999,0.055679999,0.056030001,0.056469999,0.05649,0.028899999,0.02826,0.027690001,0.027240001,0.026529999,0.02612,0.02551,0.02489,0.02485,0.024390001,0.02454,0.02445,0.024289999,0.024390001,0.024289999,0.045809999,0.044569999,0.043409999,0.042660002,0.043389998,0.043729998,0.04318,0.042429999,0.042369999,0.0416,0.04642,0.046149999,0.046560001,0.047449999,0.046829998,0.24214,0.24202999,0.24404,0.24382,0.24613,0.24487001,0.24295001,0.24082001,0.23852,0.23916,0.25503999,0.25593001,0.25924,0.26567,0.26951,0.020880001,0.020719999,0.02045,0.020679999,0.020160001,0.020269999,0.020330001,0.02049,0.02007,0.02042,0.020369999,0.02111,0.020919999,0.020810001,0.021,0.028820001,0.028109999,0.0275,0.02623,0.025800001,0.025319999,0.024940001,0.024329999,0.02393,0.0242,0.02382,0.023429999,0.023229999,0.02335,0.023159999,1.49117,1.52714,1.55817,1.59575,1.6335,1.67375,1.72333,1.76125,1.79862,1.83048,1.6999201,1.71963,1.75511,1.79724,1.82882,0.065800004,0.065810002,0.06504,0.064470001,0.06481,0.064949997,0.064819999,0.065119997,0.064379998,0.063749999,0.064949997,0.06498,0.064470001,0.064159997,0.063670002,0.88793999,0.89973998,0.90831,0.91466999,0.9289,0.93488002,0.94817001,0.96517003,0.98844999,1.0085,1.01279,1.02426,1.0455199,1.06372,1.08242,0.033399999,0.032740001,0.032419998,0.03131,0.030309999,0.02964,0.02954,0.02929,0.028999999,0.028689999,0.02974,0.03005,0.030200001,0.03035,0.03033,0.026729999,0.02562,0.02499,0.024700001,0.024089999,0.023159999,0.02265,0.021919999,0.0211,0.02053,0.02338,0.02361,0.023490001,0.02369,0.023399999,0.10002,0.10015,0.098410003,0.099639997,0.10006,0.098999999,0.099330001,0.099420004,0.099509999,0.099330001,0.10182,0.10307,0.10348,0.10305,0.10374,0.02674,0.02575,0.025690001,0.02605,0.02585,0.02503,0.024599999,0.024529999,0.02444,0.024320001,0.02358,0.023630001,0.023250001,0.02324,0.023360001,0.12556,0.12668,0.12982,0.13132,0.13157,0.13352001,0.13637,0.13606,0.13641,0.13727,0.13649,0.13917001,0.14076,0.14166,0.14218,0.074199997,0.072130002,0.070900001,0.069590002,0.069020003,0.06831,0.067850001,0.066299997,0.065629996,0.065540001,0.064099997,0.065030001,0.066519998,0.065990001,0.065980002,0.02775,0.027310001,0.02699,0.027240001,0.027899999,0.02758,0.02768,0.027969999,0.027620001,0.02792,0.029890001,0.029890001,0.02977,0.02984,0.029829999,0.01548,0.01532,0.01482,0.01427,0.01398,0.01391,0.01403,0.01413,0.01362,0.01348,0.01374,0.01387,0.01445,0.01464,0.01438,0.090839997,0.09234,0.09369,0.09448,0.097099997,0.098010004,0.098870002,0.10104,0.10096,0.10095,0.096369997,0.098650001,0.099349998,0.099770002,0.098820001,0.063859999,0.062689997,0.062339999,0.06154,0.060320001,0.060150001,0.059099998,0.057349999,0.056030001,0.055410001,0.056389999,0.056049999,0.054850001,0.055059999,0.055119999,0.088490002,0.087420002,0.085689999,0.085600004,0.08506,0.084020004,0.083400004,0.083609998,0.083159998,0.082369998,0.083489999,0.083750002,0.083319999,0.08365,0.082719997,0.12589,0.12639,0.12815,0.13000999,0.13178,0.13332,0.13643,0.13982999,0.14189,0.14589,0.14480001,0.14601,0.14841001,0.14804,0.15029,0.059250001,0.057909999,0.056620002,0.05497,0.054570001,0.054260001,0.05376,0.05271,0.052579999,0.052280001,0.05446,0.055690002,0.0546,0.055050001,0.05511,0.21606,0.21471,0.21482,0.21529,0.2167,0.21617,0.21658,0.21709999,0.21883,0.21986,0.22454999,0.22507,0.22590999,0.22664,0.22684,0.02475,0.024879999,0.025119999,0.025219999,0.025350001,0.025450001,0.02636,0.02609,0.025289999,0.025520001,0.028200001,0.02837,0.028689999,0.028349999,0.02826,0.71228999,0.71323001,0.71354002,0.71381998,0.71337998,0.71746999,0.7281,0.73321998,0.74181998,0.74848998,0.75146002,0.75212002,0.75348997,0.75493997,0.75528002,0.37821999,0.38538,0.39184999,0.40002,0.40981001,0.42146999,0.43443999,0.44531,0.45383999,0.45947,0.45111999,0.45313001,0.454,0.45849001,0.46627,0.16535001,0.16626,0.16479,0.16381,0.16322,0.16265,0.16139001,0.16152,0.16071001,0.16024999,0.16500001,0.16428,0.16369,0.16282,0.16145,0.12414,0.12476,0.12457,0.12523,0.12634,0.12702,0.12867001,0.13056,0.13113999,0.12966999,0.12865999,0.12834001,0.12781,0.13786,0.13931,1.06212,1.07929,1.09512,1.1109101,1.13051,1.15174,1.18037,1.19828,1.21622,1.2278399,1.23151,1.23625,1.24016,1.25045,1.2633899,0.88203001,0.88858998,0.89556998,0.90088999,0.91162002,0.92264003,0.93804002,0.95497,0.96644002,0.97710001,0.99141997,0.99910998,1.01117,1.01873,1.02975,0.39861,0.39805001,0.39839,0.3996,0.40386999,0.40412,0.40505001,0.40562001,0.40781,0.40970001,0.40704,0.40559,0.40428999,0.40195,0.39918,0.12906,0.12987,0.12961,0.13009,0.13102999,0.13135999,0.13266,0.13429999,0.13834,0.13860001,0.13793001,0.13742,0.13842,0.13797,0.13756999,0.29477,0.29512,0.29214999,0.29205,0.29099,0.28694999,0.28775001,0.28783,0.28658,0.28516999,0.28479001,0.28586999,0.28623,0.28496,0.28369999,0.56834,0.56875002,0.56830001,0.5826,0.58411998,0.58666003,0.58955997,0.58938003,0.59171999,0.59043002,0.57384002,0.57511002,0.57375997,0.57331002,0.56885999,0.36093,0.36550999,0.36939999,0.37165999,0.37580001,0.38036999,0.38615,0.39148,0.39532,0.39875999,0.39116001,0.39008999,0.39274999,0.39456999,0.39763999,0.15568,0.15845001,0.15857001,0.15549,0.15793,0.15879001,0.15978,0.16078,0.16283999,0.16312,0.17174,0.17216,0.17225,0.17354,0.17378999,0.29991999,0.30107999,0.30037999,0.30338001,0.30555001,0.30805999,0.30963999,0.31105,0.31288999,0.31242999,0.32229999,0.32074001,0.31716001,0.31593001,0.31592,0.079829998,0.079379998,0.079449996,0.079269998,0.079659998,0.079729997,0.079970002,0.079230003,0.078950003,0.078950003,0.078479998,0.078230001,0.078000002,0.077749997,0.077650003,0.33629999,0.33669999,0.33982,0.34287,0.34455001,0.34707999,0.35078999,0.35393,0.35804,0.36047,0.35653001,0.35394001,0.35488001,0.35354,0.35374001,0.48195001,0.48554,0.49013001,0.49494001,0.4993,0.50637001,0.514,0.51739001,0.52173001,0.52521002,0.52787,0.52894002,0.53136998,0.53315997,0.53623003,0.1455,0.14535999,0.14462,0.14318,0.14372,0.14353999,0.14332999,0.14403,0.1446,0.14492001,0.14571001,0.14543,0.14602,0.14613,0.14668,0.47024,0.47694001,0.48596999,0.49090001,0.49888,0.50858998,0.52262998,0.53263998,0.53764999,0.54109001,0.56206,0.56599998,0.57037002,0.57492,0.57985002,5.7031999,5.7852702,5.8197799,5.8812599,5.9696102,6.0741301,6.14609,6.21384,6.2820702,6.3571,6.2804499,6.3566298,6.4914198,6.5904198,6.6834698,0.11703,0.11671,0.11604,0.11503,0.11523,0.11428,0.11364,0.11505,0.11537,0.11525,0.11721,0.11673,0.11648,0.11665,0.11666,0.17449,0.17533,0.17734,0.17952,0.18147001,0.18257,0.18423,0.18588001,0.18898,0.18954,0.18727,0.18802001,0.1892,0.19123,0.19268,0.43353,0.43866,0.44343999,0.44848999,0.45210999,0.45705,0.46439001,0.47411001,0.47915,0.48230001,0.49708,0.49944001,0.50167,0.50182998,0.50575,0.3732,0.37108001,0.37068,0.37160999,0.37290999,0.37586001,0.37689,0.3768,0.37722,0.37810999,0.38321,0.38139001,0.38223001,0.38159999,0.37935001,0.29099,0.30191001,0.31016001,0.32023001,0.33137,0.33993,0.35877001,0.37218001,0.38229001,0.38784999,0.38404,0.38525,0.38609001,0.38771999,0.39010999,0.16639,0.16696,0.16818,0.16847999,0.16846,0.17019001,0.17333999,0.17406,0.17624,0.17677,0.17915,0.18009,0.17911001,0.17918999,0.17855,0.39326,0.39627999,0.39963999,0.40143001,0.40353999,0.40529001,0.40888,0.41190001,0.41189,0.4131,0.40989,0.40871,0.40785,0.41297001,0.41402,0.48153999,0.47999001,0.47907999,0.47690001,0.47792,0.47856,0.48021999,0.48435,0.49147999,0.49467999,0.49726,0.49858999,0.49669999,0.49434,0.49472001,0.29466999,0.29559001,0.29365,0.29126,0.29047999,0.29054001,0.29054001,0.29010999,0.29174,0.29082,0.29403001,0.29332,0.28948,0.28783,0.28852999,0.20737,0.20830999,0.21077,0.21413,0.21702,0.221,0.22438,0.2261,0.22741,0.22857,0.22702,0.22722,0.2264,0.22694001,0.22864,0.63034999,0.63271999,0.63426,0.63665003,0.64159,0.64873999,0.65390998,0.65855002,0.6609,0.66281998,0.68812001,0.68962002,0.68633997,0.68234998,0.68335003,0.14332999,0.14219999,0.14256001,0.14228,0.14309999,0.1433,0.14295,0.14311001,0.14242999,0.14129999,0.13721,0.1363,0.1363,0.13466001,0.13425,0.58247,0.58778,0.58394998,0.58737999,0.59277999,0.60114998,0.60874999,0.61949998,0.62515002,0.63033003,0.62607002,0.62862003,0.62733001,0.63077998,0.63036001,3.0810299,3.1162801,3.1452401,3.16875,3.1990499,3.2374001,3.2855101,3.3111701,3.3412299,3.3717501,3.3719699,3.4075501,3.4565699,3.4902999,3.5122001,0.067809999,0.067850001,0.067479998,0.066229999,0.06645,0.066940002,0.065990001,0.06679,0.066069998,0.065880001,0.068170004,0.067149997,0.06679,0.06662,0.066569999,0.28132001,0.28127,0.28071001,0.27886999,0.27803001,0.27794999,0.27779001,0.27805001,0.27803001,0.27612999,0.27167001,0.26851001,0.26532,0.26287001,0.25964999,0.25575,0.25766,0.25810999,0.25718001,0.25598001,0.25810999,0.2599,0.26148999,0.26255,0.26258001,0.26052001,0.25889999,0.26025,0.26006001,0.25870001,0.53688997,0.54146999,0.54505002,0.55001998,0.55381,0.55966997,0.56551999,0.57024997,0.57459003,0.57783997,0.56883001,0.56656998,0.56601,0.56831002,0.56734997,0.19819,0.19844,0.19547001,0.19472,0.19589999,0.19402,0.19299001,0.19165,0.1903,0.18881001,0.18764,0.18533,0.18243,0.18218,0.18185,0.25580999,0.25661001,0.25766999,0.25832,0.25892001,0.26137,0.26523,0.26758999,0.26980999,0.27037001,0.27789,0.28022999,0.28018999,0.27972999,0.28009,0.31121999,0.31169,0.31257999,0.31051999,0.31077,0.31294,0.31399,0.31516999,0.31751001,0.31876001,0.32354,0.32332999,0.32334,0.32170999,0.32203999,0.22436,0.22702999,0.2305,0.23066001,0.23377,0.23365,0.23518001,0.23784,0.23876999,0.23805,0.24669001,0.24359,0.24152,0.24207,0.24383999,0.080179997,0.080310002,0.079850003,0.079999998,0.078790002,0.079389997,0.079360001,0.080530003,0.08123,0.081540003,0.0845,0.083460003,0.084229998,0.082950003,0.082670003,0.17910001,0.18038,0.17935,0.17902,0.17842001,0.17904,0.18098,0.18257999,0.18221,0.18274,0.18562999,0.18388,0.18279999,0.18245,0.18134999,0.11032,0.11116,0.11092,0.11079,0.11069,0.10979,0.10841,0.1085,0.10934,0.10875,0.11607,0.11518,0.11529,0.11551,0.11568,0.44580001,0.45166001,0.45737001,0.46702,0.47273999,0.47889,0.49228999,0.50419003,0.51323003,0.51722002,0.51609999,0.51937997,0.52309,0.52296001,0.52677,0.17517,0.17670999,0.1772,0.17893,0.17917,0.18031,0.17922001,0.18074,0.18063,0.18006,0.18280999,0.18207,0.18119,0.17976999,0.17859,3.83059,3.87819,3.9293499,3.9909101,4.0343199,4.0953002,4.1722999,4.24716,4.31072,4.3572502,4.33005,4.3652301,4.4113598,4.4435,4.4864402,0.079400003,0.079549998,0.078819998,0.078290001,0.076159999,0.075110003,0.074539997,0.07412,0.073380001,0.073030002,0.078170002,0.077699997,0.077030003,0.077059999,0.076310001,0.27061999,0.27166,0.27074999,0.26907,0.26637,0.26587,0.26582,0.26598999,0.26602,0.26471001,0.27759999,0.27702999,0.27680999,0.27570999,0.27382001,0.39961001,0.39993,0.40492001,0.40463999,0.40483999,0.40641001,0.40595001,0.40884,0.41060001,0.41314,0.4199,0.42052999,0.42129001,0.41973001,0.42274001,0.11373,0.11393,0.11393,0.11398,0.11372,0.11333,0.11436,0.11528,0.1151,0.11521,0.12152,0.12136,0.11899,0.11956,0.11906,0.31395999,0.31564,0.31615999,0.31746,0.31764999,0.32121,0.32433999,0.32732999,0.33155999,0.33374,0.33414,0.33407,0.33436,0.33596,0.33636999,0.39214,0.39965001,0.40741,0.41406,0.42139,0.43228,0.44363001,0.45346001,0.46215999,0.46724999,0.48734999,0.49059001,0.49743,0.50437999,0.50770998,0.49171001,0.49786001,0.50051999,0.50278002,0.50498003,0.51091999,0.51753002,0.52114999,0.52574003,0.52739,0.52223998,0.52377999,0.52451998,0.52363002,0.52626002,0.24697,0.24586999,0.24581,0.24726,0.24834,0.25038001,0.25318,0.25398001,0.2563,0.25795999,0.26052001,0.26041999,0.26170999,0.26159999,0.26267001,0.20444,0.20811,0.20771,0.20897,0.21131,0.21235999,0.21544001,0.21695,0.22007,0.22057,0.2226,0.22476999,0.22511999,0.22657999,0.23003,0.92013001,0.92971998,0.93483001,0.93709999,0.94208002,0.94893003,0.96182001,0.96616,0.96723998,0.97316998,0.98298001,0.98044002,0.98550999,0.98751003,0.98177999,0.27766001,0.27822,0.27805999,0.2793,0.27737001,0.27699,0.27934,0.28018999,0.28077999,0.28068,0.28235999,0.28082001,0.28227001,0.28353,0.28406999,0.26879999,0.27131999,0.27291,0.27427,0.27776,0.28093001,0.28716001,0.29381999,0.30015001,0.30278999,0.30682001,0.30899999,0.30934,0.31097999,0.31268999,0.69694,0.70161003,0.71265,0.72754002,0.74234998,0.75638998,0.77859998,0.80419999,0.82726997,0.84302002,0.81190997,0.81395,0.81944001,0.83600003,0.85514998,0.11122,0.11227,0.11249,0.11243,0.11381,0.11426,0.11565,0.11704,0.11931,0.12108,0.11778,0.11664,0.11678,0.1165,0.11701,0.39173999,0.39567,0.40233999,0.40873,0.41870999,0.42877001,0.4382,0.44815001,0.4567,0.45829999,0.44604999,0.44894999,0.45107999,0.45168999,0.45232999,1.35225,1.35712,1.3681099,1.38915,1.4146399,1.47789,1.48333,1.5486,1.55495,1.60978,1.73255,1.7676899,1.8536,1.84729,1.89961,0.05765,0.057890002,0.059110001,0.058570001,0.05923,0.05982,0.05985,0.060430001,0.061140001,0.060959999,0.063500002,0.064120002,0.063479997,0.063129999,0.063189998,0.19775,0.19964001,0.19994,0.20062999,0.20020001,0.19275001,0.19306,0.19585,0.19568001,0.18738,0.21995001,0.22056,0.21945,0.21672,0.2166,0.32486999,0.32300001,0.32229,0.32155001,0.32089999,0.3186,0.31617999,0.31575,0.31564999,0.31431001,0.31814,0.31685001,0.31351,0.31099999,0.30941001,0.20171,0.20181,0.20209999,0.2006,0.20358001,0.2044,0.20717999,0.20942999,0.20920999,0.2106,0.22088,0.22177,0.22211,0.22039001,0.22028001,0.076370001,0.074969999,0.075429998,0.076200001,0.075939998,0.07587,0.076070003,0.076779999,0.077739999,0.078259997,0.079190001,0.078340001,0.078299999,0.078510001,0.078220002,0.0493,0.04961,0.050190002,0.04916,0.048360001,0.048110001,0.04803,0.047910001,0.048280001,0.047830001,0.050689999,0.051399998,0.05088,0.050829999,0.051240001,0.16103999,0.16218001,0.16007,0.15967,0.15776999,0.15749,0.1578,0.15726,0.1577,0.15648,0.16823,0.16745999,0.16613001,0.16664,0.1673,0.62505001,0.63226998,0.64205003,0.65035999,0.66036999,0.67123997,0.68834001,0.69932997,0.71368998,0.72430998,0.72542,0.72851998,0.73071003,0.73553002,0.74164999,0.28435001,0.28578001,0.28828999,0.29177999,0.29358,0.29764,0.30249,0.30565,0.31068999,0.31516001,0.31876999,0.32018,0.32306999,0.32515001,0.32641,0.51938999,0.52043998,0.52094001,0.52403998,0.52623999,0.52556002,0.53083998,0.53309,0.53473002,0.53508002,0.54128999,0.53792,0.53425997,0.52970999,0.52748001,0.54829001,0.55962002,0.56954002,0.57874,0.58871001,0.60018998,0.61927998,0.63652003,0.65424001,0.66580999,0.66364002,0.66667998,0.66719002,0.67287999,0.68079001,1.83577,1.8969001,1.96074,2.02672,2.1077399,2.19976,2.3151,2.4200499,2.50366,2.5704801,2.6377399,2.69046,2.74208,2.81373,2.88906,0.21171001,0.2145,0.21532001,0.2146,0.21546,0.21681,0.2182,0.21947999,0.21944,0.21866,0.22240999,0.22115999,0.22166,0.22009,0.21987,0.11428,0.1154,0.11772,0.12044,0.12362,0.12710001,0.13124999,0.13463999,0.13672,0.13914999,0.14131001,0.14277001,0.14417,0.14624,0.14703999,0.71701002,0.73218,0.74397999,0.75635999,0.77310997,0.79606998,0.82075,0.83951998,0.85360998,0.86242998,0.90135002,0.91336,0.92532003,0.93693,0.95109999,8.98279,8.99543,9.0260496,9.0628004,9.08922,9.1241798,9.1917896,9.1996403,9.19137,9.2023201,9.2878599,9.3375597,9.3994198,9.3936501,9.3880301,0.17792,0.17962,0.18096,0.18208,0.18263,0.18466,0.18663,0.18856999,0.1913,0.19201,0.19125,0.19146,0.1912,0.19061001,0.19009,0.12447,0.12555,0.12679,0.12717,0.12669,0.1287,0.12886,0.13037001,0.13257,0.13339999,0.13350999,0.13244,0.13336,0.13345,0.13279,1.52921,1.52421,1.52605,1.5239201,1.51601,1.51974,1.52505,1.535,1.54039,1.5455199,1.56856,1.56978,1.56673,1.5669399,1.57047,1.31163,1.33631,1.36009,1.3795,1.40853,1.43782,1.4854701,1.52578,1.55704,1.58759,1.6127599,1.63929,1.6615601,1.6911401,1.72706,0.51537001,0.52517003,0.53064001,0.53574997,0.53942001,0.55202001,0.56459999,0.57718998,0.58841002,0.59495002,0.61120999,0.61278999,0.61576003,0.61563998,0.61623001,0.073080003,0.07288,0.072870001,0.072640002,0.073009998,0.074330002,0.075309999,0.077090003,0.078160003,0.079219997,0.078740001,0.078199998,0.077909999,0.078060001,0.080020003,0.17667,0.17558999,0.17612,0.17687,0.17633,0.17557999,0.17693,0.17702,0.17737,0.17739999,0.1829,0.18294001,0.18251,0.18076999,0.17963,0.17859,0.18283001,0.18402,0.18581,0.1857,0.18637,0.18787,0.18931,0.19118001,0.19164,0.1912,0.19237,0.19133,0.19092,0.19113,0.05511,0.054699998,0.05491,0.0539,0.053769998,0.053690001,0.0535,0.054280002,0.054880001,0.0548,0.055520002,0.055259999,0.056200001,0.055610001,0.056329999,0.38404,0.38681999,0.38690999,0.39072001,0.39184001,0.39372,0.39651999,0.39910001,0.40162,0.40481001,0.39859,0.39884999,0.39754999,0.39866,0.39969,1.07488,1.07651,1.09294,1.10172,1.11133,1.12664,1.14895,1.16717,1.18874,1.2059799,1.2330199,1.23989,1.24897,1.25561,1.2624201,0.16833,0.17028999,0.16965,0.16845,0.16761,0.16696,0.16664,0.16575,0.16519,0.16506,0.16985001,0.17001,0.1699,0.16946,0.16913,0.34894001,0.34351,0.34208,0.33943999,0.33544001,0.33542001,0.33335999,0.33230999,0.33379,0.33458999,0.35025999,0.34962001,0.34711999,0.34424001,0.34373,0.23131,0.23408,0.23554,0.23608001,0.23885,0.24254,0.24592,0.24966,0.25229999,0.25444001,0.25816,0.26019999,0.2606,0.26231,0.26301,1.28097,1.32234,1.36335,1.40826,1.46014,1.5220799,1.5954,1.66732,1.72314,1.76838,1.84068,1.88299,1.93037,1.98975,2.0522599,0.89262003,0.91051,0.93035001,0.94836003,0.97013003,0.99761999,1.0344599,1.0653501,1.10242,1.12377,1.1465,1.16791,1.1908799,1.22016,1.25376,0.55067998,0.54110003,0.54364997,0.55572999,0.55572999,0.56031001,0.56380999,0.56753999,0.56708997,0.57001001,0.58477998,0.58353001,0.58025998,0.57933998,0.57626998,0.12910999,0.12769,0.12887,0.12816,0.12794,0.12743001,0.12868001,0.13144,0.13662,0.14057,0.14835,0.15392999,0.16119,0.16808,0.17477,0.80245,0.79983002,0.80263001,0.80662,0.80926001,0.81125998,0.82097,0.82585001,0.82841003,0.83674997,0.86919999,0.87299001,0.87585002,0.87612998,0.8775,0.22537,0.22517,0.23006999,0.23384,0.23748,0.24405,0.24388,0.24326999,0.24549,0.24826001,0.23204,0.23334999,0.23706999,0.24229001,0.24972001,0.089170001,0.087970003,0.088820003,0.089359999,0.089869998,0.089620002,0.089369997,0.088940002,0.089730002,0.089120001,0.091030002,0.088299997,0.087719999,0.087499999,0.08811,0.02166,0.02149,0.020710001,0.02053,0.02094,0.02124,0.02093,0.02059,0.02084,0.020649999,0.01902,0.019339999,0.019479999,0.01957,0.019549999,0.38874,0.39873999,0.40823001,0.41306001,0.42078999,0.42458001,0.43009001,0.43594,0.43924999,0.44633001,0.44955,0.45462999,0.46436,0.47084999,0.47773999,0.23745,0.24191,0.2458,0.25033,0.25518,0.25762001,0.26139,0.26655999,0.27032,0.27248001,0.28422999,0.28652,0.28622001,0.28810999,0.29113999,0.06583,0.065389998,0.064479999,0.065009996,0.065569997,0.065339997,0.064219996,0.062820002,0.062890001,0.062729999,0.071560003,0.07175,0.071010001,0.070799999,0.0691,0.17811,0.18197,0.18731,0.19117001,0.19294,0.19483,0.19821,0.20318,0.20501,0.20559999,0.20551001,0.20554,0.20608,0.20607001,0.20892,0.58293003,0.61277997,0.63774002,0.66149002,0.67558998,0.68769002,0.70375001,0.72184002,0.73435998,0.74875998,0.74335998,0.75151002,0.74886,0.76099002,0.78069001,0.040800001,0.0394,0.039000001,0.039310001,0.03932,0.038539998,0.03833,0.038600001,0.03723,0.036770001,0.03717,0.037110001,0.036150001,0.036049999,0.035920002,0.32251,0.31815001,0.31972,0.32852,0.32635,0.32438999,0.32378,0.32437,0.32325,0.32486999,0.31900999,0.32321,0.32451001,0.32773,0.32863,2.39135,2.42573,2.4800899,2.5390301,2.55529,2.61709,2.66536,2.7834201,2.8559799,2.8578701,3.1287401,3.1616399,3.2314701,3.26632,3.2914,13.97813,14.14511,14.39835,14.62052,14.87463,15.11506,15.50921,15.88905,16.213039,16.514481,17.23035,17.55526,17.88858,18.22154,18.558661,0.084559999,0.086340003,0.087020002,0.08732,0.08856,0.089469999,0.089670002,0.089910001,0.09082,0.091980003,0.10509,0.10554,0.10616,0.10634,0.10812,0.00715,0.00676,0.00681,0.0066,0.00664,0.0063,0.00624,0.00586,0.00599,0.00595,0.00643,0.00628,0.00613,0.00639,0.00652,0.17235,0.1733,0.17416,0.17541,0.17715999,0.17784999,0.17797001,0.17784999,0.17603999,0.17631,0.18257999,0.18246999,0.18110999,0.17862,0.1778,0.89247,0.89223999,0.8919,0.89300001,0.89652002,0.89933002,0.91091001,0.91564,0.92654997,0.93963999,0.92655998,0.92878997,0.93088001,0.93441999,0.93274999,2.43152,2.4835501,2.5530601,2.61132,2.6787901,2.7404499,2.83934,2.9310601,3.01228,3.0920801,3.14452,3.1944399,3.2469699,3.3067,3.3812399,1.52903,1.5421799,1.5687,1.59516,1.61181,1.63617,1.67874,1.7056201,1.7486399,1.79992,1.9568,1.97649,2.0056701,2.0462101,2.0915201,0.088770002,0.089469999,0.090970002,0.09234,0.091820002,0.090499997,0.090939999,0.091760002,0.092799999,0.094810002,0.092749998,0.093589999,0.092540003,0.092890002,0.091729999,0.017759999,0.01723,0.016829999,0.01678,0.016620001,0.016009999,0.01562,0.01494,0.01469,0.01428,0.01626,0.01643,0.0156,0.01544,0.01536,0.079460002,0.076700002,0.076750003,0.07643,0.076169997,0.075889997,0.075240001,0.074720003,0.074129999,0.073770002,0.072099999,0.072130002,0.071680002,0.072149999,0.071939997,0.37713,0.37623999,0.37812999,0.37628999,0.37959999,0.38196999,0.38507,0.38229001,0.38106,0.38088,0.38097,0.38001001,0.37856999,0.37908,0.37652999,0.16532999,0.1661,0.16561,0.16697,0.16723,0.16851,0.16624001,0.1656,0.16565999,0.1657,0.17209999,0.17236,0.17316,0.17163,0.17253,0.34546,0.35993999,0.37305,0.38440999,0.39868999,0.40957999,0.42544001,0.43777001,0.44582999,0.45149001,0.42789,0.43366,0.44078001,0.4438,0.44942999,0.32462999,0.33697999,0.34692001,0.35244,0.36076,0.36216,0.36285999,0.36629999,0.37533,0.37810001,0.38115999,0.38466999,0.38710999,0.39247999,0.39809999,0.20665,0.20661999,0.20381001,0.20315,0.20347001,0.20277999,0.20319,0.20296,0.20453,0.20573001,0.21336,0.21359,0.21567,0.21785,0.21797,0.12917,0.12714,0.12800001,0.12887,0.13105001,0.13208,0.13214999,0.13309,0.13342001,0.13426,0.13516,0.13534001,0.13515,0.13518,0.13513,3.36443,3.4226201,3.49544,3.5709701,3.6433001,3.70735,3.76882,3.8270299,3.8916399,3.9637101,4.0767202,4.1318798,4.16048,4.1821699,4.2039199,0.11596,0.1146,0.11647,0.11698,0.11865,0.12174,0.12288,0.12518001,0.12673,0.12793,0.12404,0.12408,0.1246,0.12422,0.12621,0.065049998,0.063790001,0.064879999,0.063550003,0.06329,0.063759997,0.06323,0.06256,0.061640002,0.061099999,0.061640002,0.062700003,0.06109,0.059859999,0.06013,0.30405,0.30013999,0.29868001,0.29675999,0.29545,0.29444,0.29339001,0.29350001,0.29236999,0.29203001,0.30432001,0.30502999,0.30186999,0.30368999,0.30261001,0.08219,0.080540001,0.07897,0.077639997,0.075920001,0.074730001,0.072750002,0.071709998,0.071180001,0.0713,0.081110001,0.080480002,0.08179,0.080119997,0.077809997,0.26161999,0.26557001,0.26967001,0.27226999,0.27682,0.28035,0.28342,0.28816,0.29366001,0.31431001,0.35405999,0.35597,0.36388001,0.37215,0.38145,0.46711999,0.46722001,0.46671,0.47121,0.47384,0.47577,0.47803,0.48118001,0.48234999,0.48473001,0.50871998,0.50964999,0.51152003,0.50964999,0.50901997,0.076880001,0.075989999,0.075439997,0.075620003,0.07587,0.074709997,0.075309999,0.075369999,0.075620003,0.075479999,0.070639998,0.070189998,0.07096,0.070629999,0.070890002,0.11076,0.11154,0.11321,0.11309,0.11321,0.11363,0.11205,0.11116,0.10933,0.10893,0.10734,0.10682,0.10512,0.10436,0.1037,0.03706,0.03655,0.034869999,0.034340002,0.033059999,0.03252,0.031550001,0.03087,0.029789999,0.029270001,0.03139,0.030710001,0.030169999,0.02995,0.02935,0.038490001,0.03819,0.03757,0.03712,0.036040001,0.035879999,0.03568,0.033879999,0.03356,0.03311,0.033229999,0.032850001,0.03224,0.03215,0.032540001,0.091779999,0.090680003,0.088579997,0.08715,0.086560003,0.085359998,0.086060002,0.084919997,0.085780002,0.084799998,0.088880002,0.08749,0.086750001,0.085359998,0.084299996,5.0016198,5.37779,5.6880999,5.9659901,6.2774801,6.5984001,6.9967499,7.3298602,7.6343799,7.9163098,7.8856802,8.1473799,8.3747597,8.5871096,8.8524103,0.03193,0.031020001,0.03101,0.030300001,0.03028,0.029789999,0.029479999,0.029689999,0.030099999,0.030579999,0.03052,0.0309,0.030200001,0.03087,0.030169999,0.20342,0.20192,0.20363,0.20502,0.20412999,0.20415001,0.20509,0.20523,0.20671999,0.20649999,0.20877001,0.20799001,0.20685001,0.20776001,0.20719001,0.78748,0.81434,0.84246999,0.86954999,0.90995002,0.94677001,1.00243,1.05234,1.10119,1.14525,1.09284,1.12076,1.15097,1.18891,1.23694,0.13993999,0.13668001,0.13497999,0.134,0.13482,0.13528,0.13549,0.13471,0.13478,0.13559,0.13986,0.13902999,0.13745999,0.13591,0.1355,0.03954,0.038600001,0.038180001,0.037829999,0.037420001,0.03703,0.035689998,0.035840001,0.03616,0.03579,0.040959999,0.041370001,0.040649999,0.041060001,0.0405,0.36462,0.36897999,0.37457001,0.37685001,0.37918001,0.38251001,0.38365999,0.38422,0.38429999,0.3865,0.38444999,0.38374999,0.38733,0.38475001,0.38760999,0.75010002,0.73772001,0.73341,0.73572999,0.72666001,0.73148,0.71741003,0.72605002,0.73062003,0.72529,0.75588,0.76624,0.77135998,0.76471001,0.75562,0.0189,0.017829999,0.017379999,0.017100001,0.01702,0.01671,0.01605,0.01542,0.015659999,0.015659999,0.015,0.01503,0.01479,0.01442,0.01415,0.039489999,0.038910002,0.03867,0.038040001,0.038010001,0.037420001,0.037379999,0.038619999,0.040210001,0.041650001,0.043760002,0.04363,0.045669999,0.04755,0.0495,0.040259998,0.03861,0.03858,0.03875,0.038699999,0.038589999,0.037459999,0.03782,0.037919998,0.0374,0.03706,0.036729999,0.037160002,0.037719999,0.038120002,0.070560001,0.069600001,0.068539999,0.067189999,0.066270001,0.065190002,0.064719997,0.062490001,0.062100001,0.06109,0.060479999,0.060880002,0.060989998,0.059920002,0.058990002,0.029440001,0.02854,0.02812,0.02754,0.02665,0.026110001,0.025450001,0.024909999,0.024350001,0.023,0.02397,0.02373,0.02303,0.022879999,0.02266,0.062270001,0.061779998,0.060940001,0.060460001,0.060710002,0.060660001,0.06002,0.06137,0.062650003,0.062930003,0.067610003,0.068460003,0.069959998,0.070469998,0.071350001,22.25371,22.6759,22.80415,22.870701,22.97435,23.166571,23.534479,23.818729,24.119209,24.5173,23.733601,24.099421,24.566931,24.86083,25.18638,0.14940999,0.14854001,0.14410999,0.14325,0.14011,0.14030001,0.13925,0.13806,0.13734999,0.13657001,0.13850001,0.13805,0.13663,0.13273001,0.13372,0.18492,0.18294001,0.18258999,0.18171,0.18311,0.18294001,0.18253,0.18339001,0.1842,0.18353,0.1944,0.19475999,0.19358,0.19187,0.19194999,0.053369999,0.053270001,0.05432,0.0539,0.05508,0.054329999,0.055,0.053709999,0.05455,0.054099999,0.052409999,0.05204,0.053070001,0.052049998,0.052379999,4.3899398,4.6486201,4.8952599,5.1222901,5.33323,5.5802598,5.8988199,6.15172,6.3751602,6.5861602,6.6693802,6.8571801,7.0796199,7.2915201,7.5336299,0.1998,0.20076001,0.19977,0.19947,0.20044,0.20162,0.19885001,0.19719,0.19626001,0.19712999,0.20049,0.20296,0.20456,0.20501,0.20683999,0.02729,0.026660001,0.02698,0.02681,0.026520001,0.02579,0.02489,0.02471,0.02416,0.024390001,0.02454,0.024080001,0.023250001,0.022879999,0.02218,0.10208,0.10063,0.10055,0.10068,0.099420004,0.099880002,0.099019997,0.09764,0.097390004,0.097719997,0.10033,0.10114,0.1051,0.10939,0.11089,0.038290001,0.038520001,0.038490001,0.039209999,0.039409999,0.038619999,0.038079999,0.038260002,0.037149999,0.03664,0.037239999,0.036789998,0.036520001,0.035799999,0.035429999,0.13042,0.12888999,0.1276,0.12611,0.12582999,0.12479,0.12335,0.12146,0.12026,0.1201,0.11721,0.11791,0.11573,0.116,0.11533,0.18302,0.18031,0.18178,0.18212999,0.18280999,0.1832,0.18277,0.18325,0.18212,0.18167,0.186,0.18582,0.18403,0.18253,0.18176,1.2068501,1.20591,1.21768,1.22021,1.23243,1.24187,1.2607599,1.28874,1.3118,1.3462501,1.37098,1.3969001,1.44444,1.4952199,1.53904,0.02141,0.020500001,0.020160001,0.01983,0.01952,0.01918,0.01887,0.01928,0.019440001,0.01863,0.019929999,0.01967,0.019680001,0.018789999,0.018789999,1.12394,1.1570899,1.19498,1.2367899,1.27171,1.3176399,1.37523,1.42809,1.47909,1.51737,1.50431,1.5246201,1.53826,1.56198,1.59317,6.8094201,6.8477998,6.8877101,6.9467201,7.0243301,7.0868301,7.2075601,7.2782798,7.38416,7.51296,8.0362701,8.1972599,8.3114405,8.3132401,8.3348703,0.33052,0.32877001,0.33315,0.33640999,0.34226,0.34490001,0.35319,0.35482001,0.35793,0.36184001,0.37878001,0.38971999,0.39456001,0.40002999,0.40147001,0.18516999,0.18159001,0.1785,0.17765,0.17636,0.17475,0.17333999,0.16857,0.16794001,0.16782001,0.17876001,0.17862,0.176,0.17292,0.16989,0.31342,0.31307,0.31588,0.32062,0.32247001,0.32659,0.32870001,0.32872,0.33017999,0.32999,0.33902001,0.33910999,0.33667001,0.33644,0.33752,0.2183,0.22193,0.22273999,0.22315,0.22332001,0.22366001,0.22472,0.22566,0.22804999,0.22891,0.24538,0.24751,0.2472,0.24785,0.24833,0.04335,0.042339999,0.042020001,0.04129,0.040460002,0.040410001,0.039980002,0.039480001,0.039069999,0.038660001,0.039530002,0.039530002,0.03833,0.038380001,0.038309999,0.077370003,0.074519999,0.072899997,0.073619999,0.071309999,0.069700003,0.068400003,0.066399999,0.064929999,0.064740002,0.064029999,0.063759997,0.063490003,0.06239,0.059489999,0.01609,0.01623,0.0155,0.01527,0.01507,0.01457,0.01453,0.01398,0.0136,0.01334,0.01335,0.01351,0.01305,0.0127,0.01275,3.58759,3.75122,3.9655399,4.1620798,4.37642,4.5823398,4.8452201,5.0826001,5.3260899,5.5686998,5.9061899,6.0750098,6.2670398,6.54561,6.8534498,0.094669998,0.09595,0.096239999,0.096989997,0.098590001,0.10906,0.10943,0.11028,0.10856,0.10841,0.10606,0.10544,0.10636,0.10612,0.106,0.17912,0.18095,0.18313999,0.18333,0.18483999,0.18582,0.18810999,0.1882,0.19077,0.1939,0.1981,0.19622,0.19481,0.19629,0.19762,0.16193999,0.16214,0.16294,0.16204,0.16161001,0.16141,0.16140001,0.16103999,0.16137999,0.16156,0.17242999,0.17457999,0.17828999,0.18172,0.18531001,0.14438,0.14246,0.14074001,0.14178,0.14226,0.14382,0.14559001,0.14806999,0.15071,0.15381999,0.17572001,0.18064,0.18452001,0.18965,0.19425,2.50719,2.54545,2.6010201,2.65136,2.6956899,2.74494,2.78865,2.8354001,2.8848901,2.86814,2.92574,2.9567299,3.0146899,3.07465,3.1419799,0.048590001,0.050319999,0.049819998,0.049430002,0.050069999,0.04789,0.048640002,0.04744,0.04659,0.04659,0.064599998,0.065760002,0.064499997,0.064049996,0.064350002,0.20911001,0.21092001,0.21543001,0.22032,0.22321001,0.22664,0.23242,0.23484001,0.23872,0.2418,0.24869999,0.25022,0.25150001,0.25334001,0.2552,0.01401,0.01345,0.01332,0.01324,0.01283,0.01265,0.01195,0.01162,0.01211,0.01221,0.01228,0.01231,0.01256,0.01245,0.01291,0.069739997,0.069969997,0.070090003,0.070670001,0.069870003,0.069689997,0.069990002,0.070009999,0.070289999,0.070330001,0.072209999,0.072059996,0.073380001,0.074689999,0.075489998,0.18673,0.18702,0.1885,0.19122,0.19299001,0.19559,0.19513001,0.19372,0.19498,0.1961,0.19821,0.19795001,0.19971,0.20219,0.20462,0.22578,0.22093999,0.21762,0.21511,0.2122,0.21356,0.21596,0.2183,0.22101,0.22074001,0.22465999,0.22584,0.22833,0.22928999,0.23044001,1.10993,1.12375,1.13256,1.14358,1.14908,1.15526,1.1703,1.18191,1.18786,1.2003,1.21086,1.2128299,1.21631,1.22343,1.23534,1.11287,1.11642,1.12403,1.13152,1.13735,1.1436599,1.15898,1.1693799,1.17665,1.19637,1.2195801,1.2243,1.22896,1.23194,1.23204,0.23608001,0.24169999,0.24634001,0.24853,0.24989,0.25071999,0.25321999,0.25751999,0.25946,0.26010999,0.26593,0.26690999,0.26723999,0.26881,0.27171999,0.89883,0.92075002,0.94132,0.96445,0.99037999,1.0231301,1.0767,1.12581,1.1734101,1.2143199,1.32552,1.3583699,1.39714,1.43191,1.4725,0.36581001,0.35799,0.35460001,0.35341999,0.35971001,0.35707,0.35732999,0.35646001,0.35179001,0.35407999,0.36355001,0.36423001,0.36316001,0.35809001,0.34720001,0.037620001,0.037560001,0.03712,0.03692,0.03658,0.035999998,0.035640001,0.0341,0.03376,0.033270001,0.03356,0.033220001,0.032979999,0.032260001,0.031470001,0.082330003,0.081119999,0.079599999,0.080600001,0.07965,0.079920001,0.080640003,0.080729999,0.080820002,0.080430001,0.084849998,0.084119998,0.082900003,0.082620002,0.081990004,0.05345,0.052719999,0.05195,0.051399998,0.051109999,0.051339999,0.051440001,0.052019998,0.05345,0.054060001,0.056049999,0.055709999,0.055020001,0.055149999,0.055089999,0.047150001,0.045820002,0.04496,0.044580001,0.043719999,0.04293,0.042539999,0.04126,0.040109999,0.038740002,0.041529998,0.041170001,0.040479999,0.040059999,0.039280001,0.48153999,0.48374999,0.48863,0.49158001,0.49812001,0.50607002,0.50844002,0.51740998,0.52405,0.53424001,0.54821002,0.55062002,0.55149001,0.55421001,0.55620998,34.13678,34.831242,35.578789,36.151989,36.705429,37.323212,38.55798,39.092388,39.806019,40.709888,41.089088,41.819481,42.6306,43.527519,44.4137,0.62057,0.62290001,0.62002999,0.61835998,0.62370998,0.62475997,0.63293999,0.63299,0.63775003,0.64794999,0.65710998,0.67338002,0.67284,0.67185003,0.67335999,0.055380002,0.05469,0.050949998,0.05398,0.052930001,0.051899999,0.05181,0.052019998,0.04905,0.049679998,0.060600001,0.060839999,0.061530001,0.060699999,0.06089,0.060430001,0.059250001,0.057119999,0.055849999,0.054650001,0.054249998,0.052590001,0.05147,0.050900001,0.050020002,0.05875,0.059659999,0.058800001,0.058839999,0.057689998,0.99070001,1.04899,1.11935,1.16379,1.20364,1.2647001,1.33418,1.42,1.49424,1.55545,1.58307,1.6338,1.68855,1.76483,1.85025,0.03325,0.033,0.033,0.032680001,0.032809999,0.033130001,0.033209998,0.033070002,0.0341,0.034630001,0.037980001,0.039620001,0.040819999,0.041390002,0.0418,0.73540002,0.74032998,0.75046003,0.76703,0.78223997,0.78459001,0.78922999,0.78812999,0.78757,0.78921002,0.78648001,0.78684002,0.78942001,0.78618002,0.79290003,5.7339802,5.8853302,6.0744901,6.2716398,6.46523,6.6547499,6.8371902,7.01862,7.21275,7.41152,7.7919402,7.9530301,8.0772495,8.1894197,8.31073,0.32596001,0.32921001,0.33349001,0.34057999,0.34443,0.34647,0.35003999,0.35223001,0.35681,0.35839999,0.35128,0.35191,0.35109001,0.34858,0.34847999,0.22656,0.22571,0.22575,0.22676,0.22564,0.22635999,0.22385,0.22224,0.22278,0.22272,0.22838999,0.22965001,0.23122001,0.2352,0.23577,0.41468,0.42658001,0.43634999,0.44760001,0.45767999,0.46862,0.48378,0.49375999,0.50724,0.51462001,0.51291001,0.51490998,0.52135998,0.52897,0.53921002,0.32014999,0.32178,0.32266,0.32493001,0.32881001,0.33103001,0.33469999,0.34022999,0.34145001,0.34581,0.35214999,0.35332999,0.35420001,0.35499001,0.35921001,0.2316,0.23021001,0.2298,0.22914,0.23017,0.22791,0.22705001,0.22668,0.22531,0.22363,0.23693,0.23367999,0.23149,0.22806001,0.22741,0.33453,0.33028999,0.32969999,0.32598999,0.32385001,0.32034001,0.3188,0.32167,0.32596999,0.3294,0.35027,0.35018,0.35536,0.36276999,0.36651,0.03345,0.03356,0.033119999,0.03224,0.031890001,0.03218,0.032249998,0.032019999,0.030859999,0.03115,0.034619998,0.034079999,0.033330001,0.033059999,0.032109998,0.76931,0.78211999,0.79773998,0.80179,0.81013,0.81432998,0.82085001,0.82397997,0.82270998,0.82831001,0.86312997,0.86732,0.87211001,0.87532002,0.88493001,0.23769,0.23176,0.23023,0.22603001,0.22242001,0.21901999,0.2184,0.21716,0.21411,0.21538,0.22212,0.21972001,0.21947999,0.21832,0.21773,0.017689999,0.01699,0.0174,0.01729,0.01702,0.01701,0.01757,0.017279999,0.017069999,0.017410001,0.016100001,0.01606,0.015760001,0.01609,0.01574,0.087569997,0.086450003,0.088249996,0.087980002,0.088129997,0.088189997,0.088480003,0.086900003,0.086010002,0.084969997,0.090180002,0.09048,0.090049997,0.089110002,0.088550001,0.14410999,0.14215,0.14229,0.14134,0.14126,0.14144,0.14079,0.14002,0.14105,0.14274,0.1407,0.14015,0.14249,0.14607,0.14738999,0.35589001,0.35622001,0.35464999,0.35238999,0.35023999,0.34977999,0.34182999,0.34329,0.34294,0.34369999,0.35815999,0.36247,0.35856,0.35659,0.35552001,0.022290001,0.02221,0.0218,0.022050001,0.022019999,0.021980001,0.02204,0.0221,0.022469999,0.02258,0.02351,0.023080001,0.023119999,0.022360001,0.02204,2.5162799,2.4919,2.4827399,2.4725101,2.4683399,2.4606299,2.4039199,2.41488,2.4220099,2.4323699,2.52495,2.5338399,2.51404,2.5281401,2.5223501,0.052680001,0.05156,0.051520001,0.05051,0.050450001,0.050349999,0.049710002,0.048999999,0.049600001,0.049970001,0.052919999,0.052820001,0.052650001,0.052359998,0.052549999,0.39375001,0.39767,0.39939001,0.40147001,0.40504,0.4068,0.40683001,0.41055,0.40963,0.41001001,0.40880001,0.41194999,0.41644001,0.41668999,0.41352999,1.27978,1.31681,1.34816,1.38175,1.41338,1.43765,1.46192,1.4954,1.53889,1.56997,1.51297,1.52037,1.5353,1.54952,1.57456,0.20723,0.20122001,0.19977,0.19902,0.19712999,0.19527,0.19407,0.19154,0.19066,0.18961,0.20263,0.20281,0.1991,0.20068,0.19936,0.15431,0.15387,0.15229,0.15184,0.15180001,0.15049,0.15097,0.1505,0.15075999,0.15029,0.14865001,0.1497,0.14895999,0.14782,0.14906,0.72091001,0.75177002,0.77743,0.81493002,0.84564,0.87871999,0.92054999,0.96603,1.0039901,1.03038,1.03871,1.05287,1.0668,1.08521,1.11236,0.23965,0.24515,0.25169,0.26205999,0.27085999,0.28411001,0.29855001,0.31229001,0.32923001,0.34053001,0.33651,0.34531999,0.35758999,0.37469,0.3888,0.00419,0.00416,0.0042,0.00414,0.00423,0.00433,0.00401,0.00387,0.00383,0.00369,0.00418,0.00435,0.00432,0.00415,0.004,0.00844,0.00808,0.00802,0.00771,0.00759,0.00739,0.00716,0.00719,0.00707,0.00703,0.00812,0.00823,0.00839,0.00801,0.00785,0.43825999,0.44205999,0.44654,0.44896999,0.45570999,0.46169001,0.47082001,0.47488001,0.47927999,0.48381001,0.49641001,0.49636,0.49798,0.49932,0.50562,0.0449,0.04487,0.044980001,0.04473,0.045090001,0.045370001,0.044920001,0.04425,0.04431,0.045389999,0.04583,0.045929998,0.045340002,0.04462,0.044380002,0.00358,0.00314,0.00309,0.00312,0.00317,0.00295,0.00292,0.00292,0.00281,0.00286,0.00288,0.00258,0.0027,0.00272,0.00262,0.033829998,0.033849999,0.033969998,0.03294,0.032609999,0.032790001,0.032839999,0.033130001,0.032430001,0.032740001,0.036010001,0.036109999,0.036279999,0.036230002,0.035259999,0.31510001,0.31134,0.31194001,0.31105,0.3089,0.30678001,0.30491,0.30638,0.30728999,0.30647001,0.32095,0.32098001,0.32179999,0.32148999,0.32190001,0.042440001,0.040180001,0.039500002,0.03884,0.03771,0.036219999,0.035569999,0.034669999,0.033569999,0.033220001,0.037289999,0.037470002,0.03768,0.037769999,0.03858,0.48607999,0.48488,0.48752001,0.49009001,0.49015,0.49046001,0.49017,0.48974001,0.48960999,0.48965001,0.49844,0.49974999,0.49856001,0.4932,0.49522999,0.14648999,0.14496,0.14524999,0.14472,0.1432,0.14251,0.13946,0.13815001,0.13531999,0.13162,0.1401,0.14105,0.13931,0.13756999,0.13574,0.17877001,0.18129,0.18682,0.19013999,0.20217,0.19566999,0.2027,0.20695999,0.20908999,0.20915,0.19755,0.19927,0.20081,0.20179,0.20156001,0.058770001,0.057879999,0.058279999,0.058540002,0.059009999,0.059980001,0.059050001,0.059250001,0.058180001,0.0581,0.068980001,0.06989,0.071259998,0.07429,0.07474,0.1917,0.18864,0.1893,0.18887,0.18784,0.18756001,0.18679,0.18648,0.18539,0.18539,0.19244,0.19227,0.19454999,0.19543,0.19721,0.15717,0.1602,0.16135,0.16218001,0.16167,0.1621,0.16185001,0.16165,0.16224,0.16231,0.16605,0.16601001,0.16548,0.16587,0.16742,0.15428001,0.1549,0.15755001,0.15813001,0.15852,0.16108,0.16338,0.16377001,0.16843,0.16923,0.16757999,0.16846,0.16763,0.16694,0.16861001,0.70561999,0.71631998,0.73264003,0.73711997,0.74333,0.74383998,0.74396002,0.74809998,0.75335002,0.75779003,0.75831002,0.76042002,0.76511002,0.77033001,0.78117001,0.22046,0.22045,0.22273,0.22393,0.22513001,0.22398999,0.22481,0.22407,0.22262,0.22287001,0.23474,0.23571,0.23664001,0.23422,0.23524,0.030309999,0.0294,0.029960001,0.030239999,0.02933,0.029300001,0.029619999,0.02998,0.029859999,0.03094,0.03283,0.033429999,0.034320001,0.034790002,0.035530001,0.12279,0.12084,0.11919,0.11685,0.11569,0.11465,0.11352,0.11293,0.11201,0.11046,0.11545,0.11518,0.11668,0.11868,0.12091,0.17095,0.1743,0.17707001,0.17881,0.17857,0.17958,0.17941,0.18279,0.18297,0.18274,0.19359,0.18964,0.19121,0.19406,0.19509999,0.00064,0.00062,0.00066,0.0006,0.00045,0.00054,0.00055,0.00054,0.0004,0.00045,0.00083,0.00095,0.00083,0.00103,0.00086,2.4307401,2.4644699,2.4891,2.5242701,2.5446601,2.56252,2.5985501,2.6289501,2.6537199,2.7054999,2.8020699,2.8339901,2.86096,2.9006,2.9397399,0.064860001,0.064060003,0.063670002,0.061420001,0.060520001,0.060350001,0.060139999,0.057810001,0.057009999,0.056740001,0.058970001,0.058789998,0.057769999,0.057080001,0.057709999,0.081710003,0.079839997,0.078380004,0.078950003,0.079860002,0.078919999,0.079149999,0.078060001,0.078730002,0.079800002,0.082209997,0.082709998,0.08275,0.082610004,0.081990004,2.1409299,2.1556101,2.17272,2.19485,2.22335,2.2381899,2.25559,2.2824099,2.30849,2.3337801,2.3596101,2.37867,2.3951099,2.4180701,2.4344101,0.00851,0.00839,0.00827,0.00844,0.00789,0.00859,0.00845,0.00873,0.0084,0.0081,0.00712,0.00703,0.00738,0.00772,0.00805,0.12971,0.13675,0.12740999,0.12939,0.13079,0.13048001,0.13156,0.13245,0.13228001,0.13333,0.13737001,0.13727,0.13711999,0.13819,0.13861001,0.10945,0.11029,0.10933,0.10976,0.10818,0.10751,0.10724,0.10649,0.10421,0.10306,0.10513,0.10452,0.10323,0.10239,0.10149,0.047200002,0.046870001,0.046349999,0.045219999,0.04352,0.043900002,0.043760002,0.044160001,0.044739999,0.045809999,0.04817,0.049109999,0.050020002,0.05291,0.0546,0.037409998,0.037549999,0.037420001,0.03779,0.038290001,0.038240001,0.038729999,0.039019998,0.038849998,0.039650001,0.040130001,0.040290002,0.040440001,0.041480001,0.040709998,0.37957999,0.37911999,0.37795001,0.37832001,0.37571001,0.3732,0.36973,0.36732,0.37038001,0.36978,0.36721,0.36714,0.36566001,0.36537001,0.36519,0.47356999,0.47560999,0.48315001,0.48958999,0.49408001,0.49851999,0.50615001,0.50998998,0.51832998,0.53202999,0.54499,0.55308002,0.55765998,0.56510001,0.57023001,0.39462,0.39930999,0.40485999,0.41187,0.41868001,0.42366001,0.43199,0.43748999,0.44227999,0.44727999,0.46153,0.46546,0.46867001,0.47365999,0.47894001,0.023560001,0.02321,0.023259999,0.022849999,0.022290001,0.02165,0.021369999,0.02104,0.02125,0.021269999,0.02235,0.0222,0.02221,0.021430001,0.021469999,1.15487,1.1577899,1.16953,1.17957,1.19145,1.20487,1.23391,1.26082,1.29159,1.3231601,1.36981,1.4008501,1.4709001,1.51949,1.5583,0.24239001,0.24379,0.24893001,0.24793001,0.2498,0.24833,0.24866,0.24729,0.24845999,0.24628,0.24702001,0.24646001,0.24143,0.24191,0.24256,0.051270001,0.050390001,0.050549999,0.049819998,0.04989,0.050749999,0.049710002,0.049830001,0.049910001,0.049940001,0.049529999,0.048670001,0.04831,0.048859999,0.048700001,0.096380003,0.095760003,0.094159998,0.093419999,0.092399999,0.092730001,0.092270002,0.092869997,0.092409998,0.09347,0.09409,0.093850002,0.093120001,0.089979999,0.09076,0.19132,0.19177,0.19114999,0.19286001,0.19314,0.19384,0.19581001,0.19614001,0.1964,0.19568001,0.1972,0.19741,0.19529,0.19435,0.19416,2.9734499,3.11693,3.2687199,3.4192801,3.5833299,3.7344501,3.9360099,4.1262999,4.3123798,4.47718,4.5942101,4.7183599,4.8511901,4.9981799,5.1894698,0.20102,0.20172,0.19947,0.19905999,0.1998,0.19809,0.19969,0.19815999,0.20200001,0.20736,0.21996,0.22093,0.22398999,0.22223,0.22148,0.1303,0.13146,0.13101999,0.13036001,0.12852,0.12831999,0.1296,0.13014001,0.12820999,0.12635,0.12921,0.12819999,0.12757,0.12782,0.12743001,0.01442,0.01354,0.01331,0.01344,0.01301,0.01294,0.0128,0.01278,0.0127,0.01282,0.01205,0.01211,0.01195,0.01193,0.01153,0.59258002,0.59614998,0.59508002,0.59899998,0.60525,0.61063999,0.61938,0.62568998,0.63350999,0.64117002,0.64644998,0.65631998,0.65841001,0.65189999,0.65301001,0.45311999,0.45993999,0.46630999,0.47036001,0.47692001,0.48159,0.48782,0.48818001,0.49033999,0.49439999,0.47848001,0.48056,0.48131001,0.48133001,0.48195001,0.15039,0.14943001,0.14772999,0.14663,0.14207999,0.14174999,0.13819,0.13748001,0.13726,0.13666999,0.14439,0.14500999,0.14328,0.14208999,0.14138,0.15749,0.15338001,0.15048,0.15009999,0.14871,0.14599,0.1459,0.14579999,0.14909001,0.14917,0.1524,0.15121,0.14877,0.15076999,0.15093,3.1329999,3.11783,3.1289101,3.12938,3.15324,3.1721799,3.19029,3.1890199,3.2031901,3.2304599,3.4031999,3.4321599,3.4793301,3.5296199,3.5622101,0.089850001,0.090889998,0.090130001,0.088380001,0.089620002,0.09144,0.092730001,0.094719999,0.09589,0.097910002,0.10173,0.10443,0.10621,0.10734,0.10758,0.021919999,0.02169,0.021269999,0.02142,0.021159999,0.020889999,0.02087,0.02069,0.020819999,0.02118,0.020500001,0.020749999,0.020470001,0.021,0.0207,0.84906,0.84140003,0.83881998,0.83621001,0.83678001,0.83601999,0.81822002,0.82495999,0.82871002,0.81816,0.81993002,0.82327998,0.82950997,0.82980001,0.83433002,0.27083999,0.27085999,0.27056,0.27145001,0.27085999,0.27254999,0.27557001,0.27344,0.27531999,0.27566999,0.28101999,0.28137001,0.27882999,0.27924001,0.28095999,0.22757,0.22718,0.22845,0.22864,0.22677,0.22867,0.23145001,0.23028,0.23186,0.2331,0.23781,0.24026,0.23998,0.23825,0.23769,0.89240998,0.91646999,0.93961,0.96741998,0.98903,1.0132,1.0469,1.08639,1.12054,1.1491899,1.17294,1.1849999,1.19757,1.20207,1.23164,0.099809997,0.097390004,0.098250002,0.098420002,0.097589999,0.09584,0.094310001,0.09403,0.092840001,0.092900001,0.10285,0.10297,0.10162,0.099699996,0.099079996,0.16707,0.16411,0.16283999,0.15932,0.15846001,0.15735,0.15809999,0.15826,0.15887,0.16248,0.15536,0.15639,0.15591,0.15724,0.15893,0.41571,0.43085,0.44136,0.45072001,0.45714,0.45943999,0.46089,0.46463001,0.46603999,0.46529999,0.45443001,0.45644999,0.45745,0.45871001,0.46079001,1.1373301,1.1456701,1.15809,1.17549,1.1832401,1.19559,1.20711,1.20758,1.21143,1.21816,1.2139,1.2235,1.22754,1.22146,1.21627,0.073519997,0.073880002,0.074919999,0.07519,0.074749999,0.076080002,0.07508,0.075690001,0.075269997,0.074699998,0.078740001,0.077409998,0.075400002,0.072640002,0.069760002,0.09217,0.097089998,0.10057,0.10384,0.10568,0.10738,0.11007,0.11221,0.11269,0.11287,0.10931,0.11023,0.10938,0.11016,0.11032,1.04713,1.05238,1.0585901,1.0683399,1.08366,1.09708,1.10751,1.12775,1.14291,1.16483,1.2119,1.23359,1.24897,1.26644,1.2822,0.032960001,0.03198,0.031160001,0.03022,0.030099999,0.02953,0.02933,0.029890001,0.03022,0.030139999,0.03351,0.03393,0.034759998,0.03627,0.037549999,0.030619999,0.0298,0.02943,0.029859999,0.02967,0.029449999,0.030160001,0.03018,0.029270001,0.02925,0.033240002,0.034290001,0.033720002,0.033289999,0.033709999,0.14286,0.14176001,0.13926999,0.13693,0.1358,0.13421001,0.13214999,0.13063,0.12918,0.12764999,0.12851,0.12695,0.12712,0.12504999,0.12446,0.1305,0.12684,0.12415,0.12031,0.11572,0.11263,0.11078,0.11104,0.11011,0.11046,0.13812999,0.13761,0.13891999,0.14077,0.14349,0.07824,0.077509999,0.07632,0.075110003,0.075649999,0.075170003,0.074510001,0.073200002,0.073059998,0.072250001,0.073569998,0.073100001,0.072379999,0.072679996,0.073019996,0.00883,0.00872,0.00847,0.00804,0.00815,0.00822,0.00811,0.00843,0.00856,0.00878,0.00925,0.00933,0.0095,0.00923,0.00928,0.16033,0.16023,0.1584,0.15776999,0.15855999,0.15977,0.15937001,0.15819,0.15710001,0.15706,0.16587999,0.16693,0.1649,0.16461,0.16500001,0.43880001,0.47114,0.50818998,0.54471999,0.57968998,0.62301999,0.68652999,0.73947001,0.77775002,0.81391001,0.78966999,0.81136,0.82991999,0.85290003,0.87809002,0.11476,0.11138,0.10958,0.10741,0.10674,0.10707,0.10429,0.10322,0.1025,0.1017,0.10506,0.10561,0.10422,0.10302,0.10416,0.47358999,0.47378001,0.47406,0.47301999,0.47536999,0.47666001,0.47973999,0.48449999,0.48949,0.49180001,0.53386003,0.53767997,0.55743003,0.53973001,0.53922999,0.10444,0.10419,0.10401,0.10336,0.10287,0.1017,0.10245,0.10147,0.10114,0.10208,0.10865,0.10681,0.10469,0.10389,0.1035,0.089560002,0.088059999,0.088739999,0.08856,0.088579997,0.087810002,0.08794,0.086850002,0.086309999,0.08574,0.088459998,0.088529997,0.088359997,0.087410003,0.086099997,0.2245,0.22762001,0.23153999,0.23706999,0.24224,0.24342,0.24357,0.24789999,0.24835999,0.24902,0.26438999,0.26813999,0.27000001,0.26804,0.27099001,0.67361999,0.66979998,0.66960001,0.67136002,0.67763001,0.68629998,0.68471998,0.68299001,0.68338001,0.68223,0.64502001,0.64499998,0.65372002,0.66257,0.66914999,0.062010001,0.061670002,0.060490001,0.059909999,0.060550001,0.05962,0.059379999,0.059020001,0.058490001,0.058710001,0.061390001,0.060460001,0.05988,0.057119999,0.056219999,0.02916,0.029440001,0.02899,0.027629999,0.02727,0.02743,0.027009999,0.02746,0.027310001,0.027310001,0.034990001,0.033,0.03249,0.031970002,0.03162,0.16240001,0.15746,0.15864,0.15728,0.15871,0.15790001,0.15898,0.16039,0.16022,0.16222,0.16954,0.16887,0.17106,0.17267001,0.17328,0.032990001,0.033039998,0.033229999,0.03246,0.031520002,0.031169999,0.0308,0.031160001,0.030449999,0.030470001,0.033670001,0.03342,0.0337,0.033739999,0.033429999,0.25264001,0.25343999,0.25457999,0.25823,0.25755,0.25968,0.26122999,0.2638,0.26504999,0.26811999,0.25426999,0.25694999,0.25988001,0.25865,0.25514999,0.031819999,0.03121,0.031399999,0.03076,0.029990001,0.029069999,0.028729999,0.02891,0.029410001,0.029130001,0.030300001,0.03035,0.03067,0.030850001,0.03084,1.755,1.77511,1.80546,1.83345,1.86172,1.8990999,1.9440399,1.98018,2.0116,2.0466499,2.1045499,2.12765,2.14941,2.1666999,2.1884201,0.068300001,0.068999998,0.070919998,0.072319999,0.073090002,0.074150003,0.07598,0.077019997,0.079060003,0.080310002,0.085089996,0.084519997,0.085940003,0.086240001,0.086939998,0.53817999,0.54565001,0.55861998,0.57317001,0.58668,0.59266001,0.6024,0.60948998,0.61552,0.62671,0.61177999,0.61726999,0.61950999,0.6239,0.62954998,0.096369997,0.094460003,0.093539998,0.093699999,0.092859998,0.093630001,0.093960002,0.094580002,0.095200002,0.096320003,0.09595,0.095069997,0.095700003,0.093500003,0.094049998,0.01373,0.01363,0.01357,0.01327,0.01307,0.01251,0.01185,0.01219,0.01249,0.01259,0.01137,0.01168,0.01188,0.0123,0.01339,0.01677,0.01568,0.01473,0.01429,0.01396,0.01351,0.01368,0.01376,0.01384,0.01354,0.01495,0.01479,0.0147,0.0143,0.01403,0.040290002,0.04036,0.04073,0.04022,0.041140001,0.041900001,0.042830002,0.042939998,0.043110002,0.04273,0.040600002,0.040109999,0.039299998,0.040010002,0.039719999,0.083590001,0.082280003,0.080169998,0.079580002,0.078570001,0.077440001,0.076909997,0.076310001,0.075549997,0.074239999,0.078950003,0.078249998,0.078819998,0.077610001,0.07581,14.54402,14.88516,15.23284,15.52186,15.80347,16.12195,16.629021,17.09745,17.499741,17.899,18.167839,18.48435,18.82822,19.139429,19.4536,1.26468,1.25455,1.25341,1.25264,1.25753,1.25978,1.26082,1.26542,1.26651,1.27683,1.31863,1.32822,1.34104,1.33866,1.3514301,0.01061,0.01023,0.01019,0.01007,0.00956,0.00962,0.00944,0.00917,0.00919,0.00969,0.01007,0.00955,0.00926,0.009050001,0.00927,0.12706999,0.12432,0.12476,0.12411,0.12365,0.12207,0.12197,0.12141,0.12083,0.12142,0.12662999,0.12653001,0.1261,0.12739,0.12739,0.018340001,0.017929999,0.01739,0.016930001,0.016340001,0.016720001,0.01681,0.016240001,0.01596,0.015930001,0.0163,0.01637,0.016009999,0.01598,0.01608,0.28112,0.27923,0.28064001,0.28457001,0.28806999,0.28009,0.28573999,0.29128999,0.29637,0.30206001,0.32407999,0.32440999,0.32692999,0.32653999,0.32506001,1.0404299,1.03855,1.04041,1.0466599,1.0481,1.04961,1.0591201,1.06517,1.07445,1.0837801,1.10673,1.11823,1.13521,1.14955,1.16608,8.2092695,8.4794102,8.5296497,8.62463,8.7887697,9.0118504,9.3742304,9.7047701,9.98561,10.26158,10.30443,10.62609,10.97104,11.22748,11.51145,0.13819,0.13834,0.13963,0.14019001,0.14055,0.14122,0.14050999,0.14021,0.13934,0.13897,0.14697,0.14636,0.14300001,0.14401001,0.14224,0.20869,0.2054,0.20558999,0.20397,0.20477,0.20218,0.20166001,0.20294,0.20467,0.20556,0.21763,0.21673,0.21452001,0.21453001,0.21417999,0.35363999,0.35637,0.36535999,0.36899,0.37090001,0.37391999,0.37327999,0.37515,0.37882,0.38056999,0.39388001,0.39770001,0.39952001,0.39789999,0.40353999,0.033780001,0.032109998,0.03232,0.031369999,0.030820001,0.03011,0.030470001,0.029759999,0.03067,0.031300001,0.033459999,0.032850001,0.032540001,0.033580001,0.034540001,0.25924,0.26005,0.26423001,0.26391,0.26388001,0.26585999,0.26561001,0.26548001,0.26611,0.26811001,0.26447999,0.26574001,0.2676,0.26916,0.27116999,0.45023,0.45109999,0.45480001,0.46298,0.46926999,0.47033,0.47240999,0.47521001,0.47705001,0.48164999,0.49008,0.49000999,0.48953,0.49059001,0.48974001,0.48346999,0.48945001,0.49947,0.50217998,0.51255,0.51394999,0.51973999,0.51866001,0.52130002,0.52004999,0.52656001,0.52644002,0.52354997,0.52462,0.5291,0.84011,0.84680998,0.84867001,0.85031003,0.85228002,0.85053003,0.85258001,0.86154997,0.86773998,0.8779,0.86848998,0.87444001,0.89275998,0.90122998,0.91080999,0.61745,0.62220001,0.61655998,0.62761998,0.63445997,0.6433,0.63953,0.63686001,0.63554001,0.64118999,0.68219,0.68295997,0.68655998,0.69452,0.69788998,0.32842001,0.33208001,0.3396,0.34735,0.34720999,0.34505001,0.34929001,0.35826999,0.35969999,0.3653,0.43441001,0.44027999,0.44352999,0.45484,0.4682,0.10819,0.10465,0.10351,0.10209,0.10148,0.10159,0.10198,0.10145,0.10454,0.10528,0.10612,0.10696,0.10876,0.11245,0.11625,0.30419999,0.30469,0.30735001,0.30908999,0.31187001,0.31490999,0.31893,0.32071,0.32411999,0.32892999,0.33748999,0.33972001,0.33866,0.34169,0.34437999,1.94523,1.99914,2.0509601,2.1022899,2.1577499,2.2096801,2.25985,2.30848,2.35937,2.4143801,2.5130799,2.55618,2.59986,2.6377201,2.6667299,0.41227999,0.41007,0.40937001,0.41005,0.40954,0.40922999,0.41009,0.40801001,0.40863001,0.41,0.41316,0.41249999,0.41147,0.41215,0.41168001,0.052370001,0.05102,0.049710002,0.047499999,0.047090001,0.046689998,0.047219999,0.04761,0.04775,0.04888,0.05407,0.054669999,0.05607,0.057399999,0.05714,1.31591,1.30191,1.30128,1.30564,1.30756,1.29475,1.29302,1.28228,1.27701,1.27616,1.31791,1.3082,1.3170201,1.3234299,1.32355,0.14638001,0.14362,0.14273,0.14083999,0.13887,0.13918,0.13907,0.13747001,0.13512,0.13541,0.13505,0.13431001,0.13262001,0.13154,0.12973,0.20047,0.19818,0.19823,0.19857,0.20029999,0.20316,0.20378,0.20347001,0.20382001,0.20395,0.22202,0.22114,0.22107001,0.21953,0.21902999,2.5496199,2.7660999,2.8980999,3.02458,3.1612301,3.31669,3.51456,3.7323401,3.9514599,4.1068602,4.2654099,4.4248199,4.5659299,4.7122502,4.8924999,0.32706001,0.33259001,0.33974001,0.34999001,0.36104,0.36906001,0.38001999,0.39155999,0.40349999,0.40748999,0.43074,0.43697,0.44431999,0.45438001,0.46402001,0.070770003,0.07017,0.06899,0.066399999,0.066090003,0.06425,0.064479999,0.065370001,0.067340001,0.067720003,0.070840001,0.071460001,0.07344,0.076240003,0.078210004,0.49406999,0.51008999,0.52499998,0.53819001,0.54663002,0.55800003,0.56805998,0.57568997,0.58484,0.59415001,0.59101999,0.59935999,0.60386997,0.61003,0.61637998,0.36877,0.37472001,0.37915999,0.39315999,0.40107,0.40522999,0.41834,0.42269999,0.42756999,0.43136001,0.42030999,0.42177001,0.42524999,0.42570001,0.42851999,0.07277,0.072810002,0.071769997,0.071709998,0.072719999,0.07288,0.072640002,0.074270003,0.075900003,0.076980002,0.07835,0.079709999,0.080179997,0.081600003,0.08286,0.17907,0.17649999,0.17601,0.17748,0.17703,0.17507,0.1786,0.17724,0.17621,0.17792,0.18528999,0.18344,0.1829,0.18356,0.18350001,0.12205,0.12382,0.12636,0.12707999,0.12856001,0.13180999,0.13215999,0.13546,0.13827001,0.14036,0.14056,0.14192,0.14232001,0.14356001,0.14319,0.11599,0.11563,0.11586,0.1148,0.11481,0.11533,0.11613,0.1164,0.11729,0.11585,0.1173,0.11861,0.11996,0.12211,0.12267,0.06016,0.060029998,0.060400002,0.059900001,0.059939999,0.06067,0.061129998,0.060679998,0.06182,0.06267,0.066399999,0.06521,0.064860001,0.064620003,0.064609997,0.42872,0.43632001,0.44521999,0.45229,0.45574999,0.45938,0.46722001,0.47863001,0.49059001,0.49902001,0.50152999,0.50261998,0.50269002,0.50863999,0.51517999,0.91872001,0.93798,0.97276998,1.00177,1.02229,1.0454,1.06399,1.08655,1.1187299,1.1526901,1.13299,1.14842,1.15958,1.17326,1.18343,0.20354,0.19690999,0.19745,0.19665,0.19438,0.1918,0.19242001,0.19666,0.19605,0.19989,0.21416,0.21328001,0.21254,0.20931,0.2066,0.00928,0.00921,0.00888,0.00887,0.00914,0.00916,0.00924,0.00904,0.00912,0.00941,0.01067,0.01158,0.01086,0.0113,0.01117,2.40293,2.44578,2.4983499,2.5617299,2.6268899,2.69695,2.79037,2.87888,2.9506099,3.00827,3.07779,3.1198599,3.1601801,3.22754,3.2969201,0.14371,0.1454,0.14796001,0.14782,0.14827,0.15135001,0.15436,0.16191,0.16926,0.17948,0.18612,0.18731999,0.19061001,0.20106,0.20379999,0.10946,0.10665,0.10553,0.10497,0.10369,0.10331,0.10264,0.10344,0.1047,0.10629,0.10971,0.10953,0.10901,0.10716,0.10631,0.047479998,0.046569999,0.045499999,0.044569999,0.043590002,0.043389998,0.043760002,0.044989999,0.046,0.046250001,0.051830001,0.05167,0.05088,0.050650001,0.050239999,0.08399,0.085150003,0.087159999,0.087930001,0.088509999,0.090659998,0.092909999,0.094219998,0.095980003,0.096600004,0.093160003,0.092880003,0.09341,0.093670003,0.094290003,0.33989,0.34724,0.35648,0.36061001,0.37029999,0.39298001,0.41703001,0.43283001,0.44194001,0.45280001,0.46263999,0.46658,0.4673,0.46706,0.47268999,0.082709998,0.083860002,0.084729999,0.085989997,0.08777,0.088890001,0.091320001,0.095509999,0.099990003,0.10244,0.10261,0.10343,0.10328,0.10327,0.10486,0.060789999,0.05951,0.059939999,0.060070001,0.060380001,0.061670002,0.064300001,0.064939998,0.065410003,0.066009998,0.071529999,0.07237,0.072169997,0.072420001,0.07254,0.12395,0.123,0.12222,0.12151,0.11988,0.11891,0.11889,0.11886,0.12095,0.12276,0.12523,0.12609001,0.12543,0.12627999,0.12605999,0.071549997,0.072889999,0.074000001,0.074440002,0.075510003,0.077519998,0.080619998,0.084380001,0.087439999,0.089079998,0.095190004,0.096500002,0.098020002,0.10198,0.10608,0.01431,0.01397,0.01387,0.01365,0.01374,0.01362,0.0135,0.01329,0.01406,0.01431,0.01556,0.01523,0.01528,0.01523,0.01484,0.019640001,0.01921,0.01928,0.02007,0.02012,0.02005,0.01977,0.02053,0.02141,0.021600001,0.022569999,0.0232,0.02279,0.02276,0.02293,9.0105104,9.1433401,9.2453403,9.36378,9.4822302,9.6006699,9.8548698,10.02425,10.18527,10.34989,10.32942,10.48397,10.64402,10.80866,10.91742,0.14373,0.13583,0.13776,0.13727,0.13928001,0.13887,0.13964,0.14377999,0.14868,0.15049,0.14805,0.14776,0.14899001,0.1499,0.15251,0.22808,0.23143999,0.2323,0.23337001,0.23512,0.23717,0.23966999,0.24564999,0.25514001,0.25946,0.27871001,0.28027001,0.28029001,0.28242999,0.28477001,0.18867999,0.18911999,0.18948001,0.18956,0.19101,0.19031,0.19366001,0.19682001,0.19960999,0.19976,0.20804,0.20903,0.20735,0.20844001,0.20773,0.29987001,0.30928999,0.31762999,0.32666001,0.33704999,0.34685999,0.34908,0.35449001,0.36208001,0.36969,0.36502999,0.37428999,0.37893,0.38453001,0.39105001,0.41615,0.43726,0.45576999,0.47332999,0.48669001,0.50092,0.52353001,0.54720002,0.56865001,0.58335,0.58490002,0.59236997,0.59820002,0.60718,0.61598003,0.25253001,0.25696999,0.26172999,0.26179999,0.26466,0.26978001,0.27803001,0.28917,0.29833999,0.31536001,0.32429001,0.33258,0.34636,0.35690001,0.36866999,3.71648,3.87853,3.9726901,4.0946498,4.3411398,4.5469398,4.8229098,5.1290202,5.2975502,5.4530702,5.1956902,5.30053,5.3960199,5.5192599,5.6097398,0.15417001,0.1609,0.16734999,0.17382,0.17827,0.18726,0.19891,0.20395,0.20976,0.21600001,0.23672999,0.24427,0.25374001,0.26563001,0.27713999,0.91255999,0.94624001,0.99431998,1.04274,1.10294,1.19119,1.2672,1.32298,1.3567801,1.37473,1.38406,1.41502,1.44643,1.47719,1.51948,0.025289999,0.02507,0.025140001,0.024590001,0.024189999,0.024019999,0.02462,0.024870001,0.02558,0.026009999,0.02767,0.02758,0.027319999,0.027319999,0.02723,1.97426,2.0088301,2.04548,2.07497,2.10642,2.1366701,2.1616499,2.2104399,2.27193,2.3183401,2.3211801,2.3397999,2.3654001,2.3842199,2.4047501,0.36025,0.36052999,0.36287999,0.36346,0.36469001,0.36467999,0.36592001,0.36726001,0.36750999,0.36759999,0.36811,0.36860999,0.36837,0.36897999,0.37009001,0.36976001,0.36899,0.36938,0.36798,0.36686,0.36480999,0.36552,0.36438999,0.36445999,0.36410999,0.37077001,0.36812001,0.36669001,0.36691999,0.36445001,0.29728001,0.2965,0.29872,0.29868999,0.30199999,0.30302,0.30543,0.30425999,0.30256,0.30252001,0.31189001,0.31130001,0.31095001,0.31151,0.30981001,1.4707,1.47979,1.48795,1.49093,1.49712,1.49983,1.50257,1.5069799,1.51367,1.5231301,1.56762,1.57679,1.58641,1.5981801,1.60531,0.064560004,0.064829998,0.065250002,0.06504,0.065070003,0.064829998,0.063790001,0.064649999,0.06459,0.063940004,0.062969998,0.06323,0.06216,0.061960001,0.061250001,0.45581001,0.46011999,0.46472001,0.46785,0.47194001,0.47487,0.47742999,0.47909001,0.47984999,0.48181999,0.47788,0.48175001,0.48253,0.48271999,0.48642001,0.069389999,0.071029998,0.072439998,0.073870003,0.075060003,0.075759999,0.075149998,0.075479999,0.076760001,0.075599998,0.069580004,0.06983,0.069799997,0.069820002,0.069940001,0.23333,0.23625,0.23925,0.24179,0.24286,0.24459,0.24898,0.25255001,0.25694999,0.25957999,0.24517,0.24659,0.24905001,0.25049999,0.25082001,0.28307,0.28619,0.28652999,0.28814,0.28928,0.28938001,0.29113001,0.28999999,0.28935999,0.28896001,0.28941,0.29025,0.28933001,0.28878999,0.28859001,0.26335001,0.26462999,0.26561001,0.26910999,0.27065,0.27217001,0.27206999,0.27335,0.27265,0.27300999,0.27225,0.27162001,0.27158999,0.27169999,0.27081999,0.63423002,0.63293999,0.63246,0.63440001,0.63419002,0.63507998,0.63484001,0.63312,0.63213998,0.63014001,0.61572999,0.61242998,0.60874999,0.60544997,0.60086,0.58091003,0.58477002,0.58767998,0.58732003,0.58766001,0.58951998,0.58911002,0.58701998,0.58677,0.58696002,0.59549999,0.59543002,0.59350997,0.59220999,0.58998001,0.44156,0.43974999,0.43985,0.44071001,0.43845001,0.43663001,0.43744999,0.43698999,0.43559,0.43471,0.44503,0.44229001,0.43996999,0.43808001,0.43713999,0.57483,0.57520998,0.57678002,0.57630002,0.57562,0.57296997,0.57046002,0.56945997,0.56762999,0.56551999,0.56601,0.56625998,0.56226999,0.56173003,0.56014001,0.38365,0.38473001,0.38593,0.38565999,0.38668999,0.38716,0.3858,0.38455001,0.38395,0.38462001,0.33175999,0.33294001,0.33313,0.33021,0.33021,0.84622002,0.85666001,0.86365998,0.87340999,0.88735998,0.90376002,0.92006999,0.92751002,0.94287002,0.94907999,0.99214,1.00667,1.0203,1.03014,1.04489,0.17200001,0.17062999,0.16914,0.16633999,0.16586,0.16506,0.16479,0.1644,0.16319001,0.16242,0.16223,0.16320001,0.16182999,0.16121,0.1582,0.11478,0.11539,0.11622,0.11644,0.1184,0.12095,0.12434,0.1266,0.12830999,0.12886,0.1274,0.12751999,0.12745,0.12727,0.12854999,0.31882,0.31973001,0.31755999,0.31755,0.31720999,0.31871,0.31990999,0.32133999,0.32449001,0.32482001,0.32387999,0.32120001,0.32444999,0.32192999,0.32041001,0.13691001,0.13778999,0.13668001,0.13661,0.13783,0.1381,0.14004999,0.14193,0.14529,0.14552,0.15030999,0.15003,0.15143999,0.1523,0.15279,1.89527,1.93318,1.95469,1.9664299,1.97955,1.99761,2.0067301,2.03914,2.1019599,2.17483,2.09395,2.1660299,2.21947,2.2601199,2.2690799,0.65772003,0.66061997,0.66475999,0.67154998,0.68112999,0.68954998,0.70603001,0.71578997,0.71798998,0.7202,0.73484999,0.73751998,0.73602998,0.73834997,0.73861998,0.050319999,0.050000001,0.049959999,0.049339999,0.048629999,0.047839999,0.046840001,0.04659,0.04572,0.044819999,0.047169998,0.04676,0.046549998,0.046069998,0.045630001,0.60606003,0.60979998,0.61356002,0.62036002,0.63014001,0.64104003,0.65482998,0.66373003,0.66465002,0.67154002,0.74940997,0.75338,0.75431001,0.75739998,0.76582998,0.068499997,0.068839997,0.068259999,0.068700001,0.068530001,0.067939997,0.067419998,0.068219997,0.068109997,0.067910001,0.068230003,0.0678,0.067100003,0.066950001,0.066249996,0.30564001,0.30667999,0.31057999,0.31303999,0.31525999,0.31501001,0.32179999,0.32345,0.32578999,0.32551,0.33188,0.33052,0.33157,0.33028999,0.331,0.18415999,0.18342,0.18256,0.18047,0.17918,0.17963,0.1795,0.17743,0.17761999,0.17513999,0.17423999,0.17161,0.17062999,0.16659001,0.16497999,0.26815999,0.26319,0.25944999,0.25407001,0.24950001,0.24451999,0.23992001,0.23525999,0.2309,0.2286,0.24028,0.23887999,0.23837,0.23555,0.23106,0.15613,0.15724,0.15673999,0.15708999,0.15701,0.15815,0.15852,0.15954,0.1596,0.1608,0.17106999,0.1717,0.17043,0.17127,0.16913,0.51143998,0.51245999,0.51397002,0.51392001,0.51419002,0.51920003,0.52411002,0.52529001,0.52873999,0.52976,0.54891002,0.54812002,0.54725999,0.54851002,0.54885,0.22137,0.22137,0.22496,0.23037,0.2377,0.25266999,0.26462001,0.27289,0.27699,0.27869999,0.28615001,0.28667,0.28939,0.29284999,0.29778001,0.29284,0.29363999,0.29221001,0.29148999,0.29236001,0.29102999,0.29221001,0.29165,0.29164001,0.29034001,0.30041999,0.30030999,0.29872999,0.29837,0.29620999,0.069260001,0.069459997,0.07023,0.070780002,0.07034,0.070390001,0.071319997,0.0713,0.072130002,0.072169997,0.0726,0.072310001,0.071479999,0.071060002,0.07023,0.12465,0.12421,0.12467,0.12275,0.12268,0.12309,0.12349,0.12237,0.12174,0.12039,0.12547,0.12501,0.12411,0.12312,0.12225,2.6089499,2.6482999,2.6939001,2.7413099,2.8002,2.86254,2.9390399,2.99365,3.0385201,3.0667,3.17151,3.20292,3.2385001,3.2789199,3.32499,0.12701,0.12955999,0.13090999,0.13285001,0.13653,0.14015999,0.14271,0.14358,0.14562,0.14588,0.14049,0.14229,0.14316,0.14348,0.14422999,0.050889999,0.050579999,0.05046,0.0506,0.050900001,0.05068,0.050719999,0.051120002,0.050519999,0.049690001,0.051759999,0.052280001,0.05198,0.051959999,0.052340001,0.34470999,0.35326001,0.36662999,0.38157001,0.39728999,0.41955999,0.44174001,0.45719001,0.46263999,0.46502,0.46816,0.47310999,0.47767001,0.48488,0.49166,0.089979999,0.08986,0.090449996,0.091339998,0.0911,0.093170002,0.094159998,0.095550001,0.096359998,0.097570002,0.10043,0.10019,0.098509997,0.098379999,0.098269999,0.16343001,0.16240001,0.16134,0.1608,0.16079,0.16175,0.16023999,0.16033,0.16176,0.16087,0.1587,0.15764999,0.15668,0.15448999,0.15308,0.24628,0.24435,0.2465,0.24851,0.25023001,0.25181001,0.25415,0.257,0.26299,0.26337999,0.27998,0.28084001,0.28099999,0.27926001,0.27858999,0.099880002,0.10007,0.10093,0.10222,0.10266,0.10476,0.10611,0.10784,0.11007,0.11189,0.11154,0.11204,0.11167,0.112,0.11103,9.7476101,9.8458099,9.8955097,9.9249401,9.9679804,10.02375,9.98841,10.05531,10.19402,10.37605,10.86723,11.05624,11.2105,11.34423,11.37538,0.55590999,0.57295001,0.59223998,0.60838997,0.62611002,0.64287001,0.65702999,0.66411,0.6724,0.68010002,0.65442997,0.66105002,0.66602999,0.67233002,0.68247998,0.13942,0.141,0.14162999,0.14218999,0.14304,0.14493001,0.1464,0.14696001,0.14937,0.15013,0.15334,0.15392999,0.15425999,0.15527999,0.15578,0.20216,0.21176,0.2207,0.22956,0.23585001,0.24456,0.24783,0.25253001,0.25584,0.25731999,0.25773001,0.26001999,0.25942999,0.25916001,0.26091999,0.47433999,0.47885001,0.48267999,0.48666999,0.49214,0.49744999,0.50365001,0.51346999,0.51731998,0.51924002,0.56221002,0.56441998,0.56392002,0.56388003,0.56357998,0.59578001,0.61087,0.62796003,0.64561999,0.66345,0.68502998,0.70708001,0.72648001,0.73768997,0.74971998,0.78592002,0.79499,0.80160999,0.81256998,0.82376999,0.16721,0.16793001,0.16806,0.16824999,0.16801,0.16982999,0.17191,0.17196,0.17237,0.17358001,0.17297,0.17104,0.16968,0.16938999,0.16814999,0.34861001,0.35170999,0.35655999,0.36306,0.36754,0.37294999,0.37717,0.38257,0.38692999,0.39184001,0.36928999,0.36877999,0.36894,0.36848,0.37141001,0.16936,0.17256001,0.17606001,0.18004,0.18488,0.19211,0.19993,0.20636,0.20995,0.21311,0.21751,0.21458,0.21349999,0.21639,0.21935999,0.16864,0.16629,0.16638,0.16478001,0.16364001,0.16207001,0.16148999,0.16128001,0.16003001,0.15793,0.15462001,0.15365,0.15178999,0.15176,0.15093,0.15360001,0.15741999,0.16287,0.16670001,0.16906001,0.17175999,0.17637999,0.18017,0.18197,0.18421,0.18455,0.18696,0.18807,0.18839,0.19031,0.11554,0.11506,0.11524,0.1172,0.11254,0.11844,0.11806,0.11906,0.11973,0.12049,0.12233,0.12055,0.11824,0.11761,0.11681,0.37286001,0.36864999,0.36658001,0.36248001,0.35867,0.35648,0.35598001,0.35427999,0.35370001,0.35258001,0.36153999,0.36001,0.35774001,0.35389,0.352,0.86993003,0.889,0.91494,0.93562001,0.95428002,0.96473002,0.98069,0.98952001,0.99583,0.99932998,0.99921,0.99975002,1.00432,1.0119801,1.0191801,2.63305,2.66031,2.68224,2.7127099,2.76196,2.81406,2.85586,2.8975501,2.92693,2.96415,3.0754199,3.1055,3.15431,3.18943,3.21924,0.57923001,0.57467997,0.57103002,0.56637001,0.56345999,0.55839998,0.55686998,0.55593997,0.55391997,0.54887998,0.54093999,0.53274,0.52824003,0.52526999,0.52081001,0.02533,0.025289999,0.02445,0.02478,0.024259999,0.0244,0.024499999,0.02392,0.023739999,0.02338,0.022940001,0.02279,0.02249,0.022190001,0.02248,0.29872999,0.30203,0.30644,0.31435999,0.32165,0.32892001,0.34114,0.35089999,0.35552999,0.35877001,0.35288,0.35273999,0.3538,0.35642999,0.36006999,0.48491001,0.49575001,0.51326001,0.53138,0.55282003,0.57239997,0.59656,0.61277002,0.62410003,0.63735002,0.67751002,0.68329,0.69532001,0.70964003,0.72583002,0.066160001,0.065930001,0.0656,0.065169998,0.066849999,0.06724,0.068329997,0.068580002,0.0682,0.067960002,0.069700003,0.070320003,0.07068,0.071180001,0.07175,0.16908,0.17133,0.17749,0.18434,0.192,0.20559999,0.21595,0.22551,0.23164999,0.23557,0.23676001,0.24279,0.24608,0.24950001,0.25371,0.13199,0.13436,0.13669001,0.1393,0.14140999,0.14487,0.15132999,0.15627,0.15987,0.16225,0.15977,0.15981001,0.15977,0.16102999,0.16186,0.11586,0.11415,0.11426,0.115,0.11464,0.11459,0.1148,0.11491,0.11382,0.1123,0.11369,0.1135,0.1123,0.11128,0.11044,0.23537,0.23266,0.24145,0.24793001,0.24969,0.24871001,0.24896,0.24981,0.2509,0.25165999,0.25543001,0.25663,0.25538999,0.25202,0.24951001,1.73897,1.8971699,2.03122,2.19577,2.3716199,2.53332,2.6524,2.77459,2.9012101,3.0117099,3.15505,3.2690001,3.38165,3.5095899,3.6305001,0.25766,0.26287001,0.27009001,0.27849999,0.28582001,0.29844001,0.30978,0.31784999,0.32620999,0.33078,0.33348,0.33498999,0.33517,0.34004,0.34347999,0.13094001,0.13025001,0.13080999,0.13018,0.12896,0.12958001,0.12986,0.12935001,0.1286,0.12799001,0.12898,0.12875,0.12599,0.12498,0.12466,0.12557,0.12699001,0.12929,0.12984,0.13056,0.13291,0.13512,0.13698,0.1365,0.13702001,0.13294999,0.13191999,0.13207,0.13187,0.13157,0.091880001,0.092639998,0.09183,0.09127,0.090470001,0.089819998,0.089989997,0.090389997,0.090499997,0.089840002,0.089730002,0.08963,0.089210004,0.089220002,0.088359997,0.32363001,0.32286,0.32282001,0.32181001,0.32071999,0.31959999,0.31944001,0.32034001,0.32030001,0.31968999,0.32699999,0.32578,0.31758001,0.31336001,0.31191999,0.099739999,0.1003,0.1002,0.10205,0.10342,0.10453,0.10615,0.10638,0.10691,0.10731,0.1097,0.10834,0.10827,0.10758,0.10696,0.83753002,0.84941,0.85088998,0.85723001,0.86031002,0.87019998,0.88059002,0.89284003,0.90157998,0.91022998,0.9461,0.94840997,0.95651001,0.96696001,0.97244,0.14469001,0.1455,0.14698,0.14827999,0.14834,0.14988001,0.14993,0.15226001,0.15325999,0.15487,0.14981,0.15034001,0.14806999,0.14789,0.1485,0.1353,0.13883001,0.14194,0.14760999,0.15313999,0.15939,0.16659001,0.17245001,0.17731,0.18111999,0.18546,0.18753999,0.19132,0.19482,0.20021001,0.13048001,0.12991001,0.12966999,0.13052,0.13199,0.13313,0.13432001,0.13414,0.13457,0.13492,0.12397,0.12432,0.12237,0.12082,0.12121,0.12259,0.12325,0.12593,0.12736,0.12735,0.12800001,0.12783,0.12881,0.12991001,0.12995,0.1235,0.12416,0.12354,0.12231,0.12251,0.15751,0.15813001,0.1573,0.15661,0.15583999,0.15747,0.15672,0.15763,0.15839,0.15929,0.15834001,0.15888999,0.15775999,0.15701,0.15579,0.26001999,0.26453999,0.27173999,0.27979001,0.28698999,0.30026001,0.31481999,0.32376999,0.33214,0.336,0.33485001,0.33871999,0.34187001,0.34623,0.35025999,0.23206,0.23229,0.23317,0.23552001,0.23545,0.23710001,0.24017,0.24174,0.24158999,0.24070001,0.24048001,0.23989999,0.23872,0.23769,0.23848,0.19428,0.19302,0.1909,0.18996,0.18865,0.18825001,0.18792,0.18799999,0.18723001,0.18636,0.18476,0.18368,0.18403,0.18316001,0.18264,0.61743999,0.61688,0.61356002,0.61181003,0.61075997,0.60970998,0.60821003,0.60917997,0.61655003,0.61413997,0.63571,0.63374001,0.62897998,0.62546998,0.62383002,0.22606,0.23078001,0.24092001,0.24828,0.25477999,0.26258001,0.27282,0.27494001,0.27674001,0.27963999,0.28079,0.28077999,0.28116,0.28241,0.28448999,0.19695,0.19627,0.20062999,0.19864,0.20229,0.20783,0.21067999,0.21536,0.22149999,0.2237,0.23371001,0.23222999,0.23210999,0.2282,0.23074,0.33179,0.33915001,0.35152,0.36045,0.36432001,0.36357,0.35986,0.35890001,0.36473,0.37116,0.35619,0.36668,0.37035999,0.37303001,0.37333,2.8430099,2.97738,3.1004801,3.2153699,3.3378601,3.4585199,3.52828,3.6061001,3.6609199,3.7916601,4.0637002,4.2000399,4.3122602,4.40166,4.4609399,0.35148999,0.35135001,0.34821001,0.34746999,0.34782001,0.34683999,0.34819001,0.35010999,0.35012001,0.35021999,0.34819001,0.34749001,0.34746999,0.34512001,0.34322,0.070799999,0.072250001,0.072130002,0.071670003,0.0722,0.072619997,0.071869999,0.072010003,0.071699999,0.070349999,0.074989997,0.07485,0.074299999,0.074529998,0.07361,0.087920003,0.088699996,0.089210004,0.0898,0.09042,0.090149999,0.090970002,0.091600001,0.091169998,0.089610003,0.092639998,0.09189,0.090520002,0.089510001,0.089019999,0.85808998,0.85873997,0.86341,0.86922002,0.87611997,0.88483,0.89538002,0.90043002,0.90448999,0.91011,0.92456001,0.93004,0.93031001,0.93694001,0.93785,0.20837,0.20781,0.20761999,0.20846,0.20951,0.21159001,0.21229,0.21436,0.21438,0.21294001,0.2228,0.22504,0.22392,0.22334,0.22327,0.6785,0.68586999,0.69084001,0.69572997,0.70258999,0.71719003,0.72755003,0.73813999,0.74427998,0.75133997,0.76354003,0.77108997,0.77375001,0.77714998,0.78171003,0.29277,0.2906,0.28825,0.28856999,0.28648001,0.28595999,0.28725001,0.29029,0.29006001,0.29249999,0.28841999,0.28657001,0.28426,0.28274,0.28022999,0.23364,0.23094,0.22961999,0.22821,0.22743,0.22792,0.22899,0.22840001,0.22737999,0.22585,0.23125,0.22961,0.22801,0.22632,0.22384,0.35238999,0.35767001,0.36377001,0.37064001,0.37931001,0.38956001,0.40059999,0.40588999,0.40983999,0.41036001,0.42050001,0.42282999,0.42640999,0.42728999,0.43020999,0.33081001,0.32881999,0.32731,0.32532999,0.32297,0.32179001,0.32218,0.31988001,0.31856999,0.31738001,0.32192999,0.32030001,0.31863001,0.31740999,0.31555,0.17484,0.17460001,0.17291,0.17298,0.17367999,0.17615999,0.17776,0.18430001,0.18582,0.18483,0.18588001,0.18571,0.18416999,0.18186,0.18059,0.91504002,0.96417999,1.01878,1.06576,1.10552,1.1490901,1.1771801,1.1893899,1.20015,1.20977,1.23158,1.24823,1.2613699,1.27696,1.29188,0.93527001,0.98128998,1.03703,1.09123,1.1327699,1.16672,1.1845,1.20803,1.2209001,1.24166,1.29787,1.32219,1.34374,1.36988,1.39992,0.068410002,0.068410002,0.068980001,0.069140002,0.068870001,0.068790004,0.070090003,0.07057,0.07096,0.070880003,0.070600003,0.069399998,0.068400003,0.067939997,0.067900002,0.12476,0.12264,0.12037,0.12134,0.1193,0.11829,0.12086,0.12087,0.12135,0.12116,0.12004,0.12091,0.11941,0.11808,0.11767,0.44424,0.43979001,0.43946999,0.4393,0.43956,0.43831,0.43983001,0.43942001,0.44874001,0.44907001,0.45157,0.44690001,0.44248,0.44106999,0.43452001,0.31549999,0.32049999,0.32800999,0.33498001,0.34074,0.34977001,0.35752001,0.36300001,0.36695001,0.36713001,0.37503999,0.37650001,0.37963,0.38607001,0.38986999,0.51147997,0.51204002,0.51258999,0.51291001,0.51560998,0.51920003,0.52087998,0.52783,0.52926999,0.53017998,0.54865003,0.54734999,0.55072999,0.54763001,0.54729003,0.16689999,0.16590001,0.16627,0.16838001,0.16798,0.16914,0.17017999,0.17332,0.17564,0.17686,0.17444,0.17608,0.17497,0.17562,0.17477,0.42159,0.41885999,0.41756001,0.41729999,0.41697001,0.41690001,0.41664001,0.41723001,0.41723001,0.41773,0.41593999,0.41384,0.40827999,0.40619999,0.39934999,0.27623001,0.27553001,0.27632999,0.27726001,0.27770999,0.28112999,0.28345001,0.28514001,0.28742999,0.28867999,0.29254001,0.29227999,0.29350999,0.29339001,0.29121,0.56849003,0.57950997,0.59143001,0.59727001,0.60295999,0.61041999,0.61251998,0.61513001,0.61399001,0.61140001,0.65197998,0.65810001,0.65745997,0.65943998,0.66342002,1.29424,1.33073,1.345,1.3516099,1.3663501,1.37602,1.38237,1.40233,1.4457901,1.50006,1.40829,1.44461,1.46934,1.49312,1.5057499,0.17316,0.17355999,0.17101,0.17433,0.17478999,0.17425001,0.17570999,0.17429,0.17516001,0.1769,0.17855,0.17776,0.17724,0.17436001,0.17184,0.063519999,0.063440003,0.062799998,0.06374,0.063620001,0.063519999,0.063450001,0.06247,0.062590003,0.06222,0.066459998,0.067209996,0.067680001,0.066749997,0.066030003,0.40116999,0.4075,0.41170999,0.4073,0.40744999,0.40827,0.41038999,0.41262999,0.41618001,0.42218,0.43546,0.4377,0.44521001,0.45093,0.45592999,2.00283,2.02546,2.04635,2.0850599,2.1324699,2.1657,2.18647,2.1913199,2.2031901,2.22455,2.2351699,2.25333,2.2818799,2.3043101,2.33371,0.16906001,0.17038,0.17099001,0.17166001,0.17433999,0.17515001,0.17802,0.17707001,0.17689,0.17823,0.17389999,0.17369001,0.1751,0.17708001,0.17731,0.06295,0.063730001,0.063579999,0.063210003,0.062959999,0.061840001,0.061330002,0.06208,0.061829999,0.061489999,0.059549998,0.05855,0.05821,0.058329999,0.058019999,0.48256001,0.47670999,0.47279999,0.46939,0.46283999,0.45684001,0.45254001,0.44959,0.44595,0.44400001,0.42932999,0.42585999,0.42785999,0.42770001,0.42444,0.056639999,0.056129999,0.057050001,0.056150001,0.055459999,0.055429999,0.056230001,0.055989999,0.056249999,0.05635,0.059220001,0.057580002,0.057039998,0.05565,0.054620001,0.2165,0.21938001,0.22095001,0.22248,0.221,0.21997,0.22802,0.23317,0.24066,0.24665,0.22604001,0.22792,0.23461001,0.24194001,0.24483,0.10392,0.10524,0.10596,0.10611,0.1062,0.10891,0.10921,0.11039,0.11358,0.11957,0.12446,0.12720001,0.13135999,0.13469,0.13601001,0.082769997,0.082060002,0.081239998,0.082220003,0.083180003,0.084490001,0.086920001,0.088529997,0.088299997,0.088140003,0.08585,0.084310003,0.084940001,0.086319998,0.085259996,0.1936,0.19901,0.20294,0.20399,0.21262001,0.21269999,0.2201,0.22379,0.22717001,0.23193,0.24191999,0.25641,0.27113,0.27862,0.28349999,0.068510003,0.067060001,0.066679999,0.066689998,0.067139998,0.067369998,0.067960002,0.067960002,0.068230003,0.068800002,0.070770003,0.068769999,0.06921,0.070139997,0.070139997,1.46424,1.45236,1.4501899,1.45398,1.45259,1.47051,1.46573,1.46398,1.4525599,1.44236,1.3741601,1.36435,1.36843,1.36948,1.36879,0.40435001,0.41314,0.42159,0.42133999,0.42392001,0.42783999,0.43654001,0.43996,0.44341999,0.45137,0.49072,0.49811,0.51223999,0.51517999,0.52477998,0.22302,0.22247,0.22468001,0.22292,0.22308999,0.22510999,0.22744,0.23081,0.23206,0.23123001,0.22641,0.22506,0.22322001,0.22209001,0.22195999,0.068259999,0.068999998,0.068769999,0.067479998,0.068020001,0.06882,0.069750004,0.069059998,0.068829998,0.069009997,0.07062,0.069339998,0.070320003,0.072319999,0.073109999,0.65280998,0.64827001,0.64991999,0.66070002,0.66503,0.68028003,0.70011997,0.71864003,0.72947001,0.73932999,0.75773001,0.76813,0.77788001,0.78710002,0.79047,0.34886,0.35299,0.35821,0.36177999,0.36458999,0.36322001,0.35488001,0.34817001,0.34656,0.36513999,0.38275999,0.39357999,0.40742001,0.41725001,0.42081001,0.10337,0.10662,0.10881,0.1093,0.11369,0.11652,0.11527,0.11533,0.1141,0.12042,0.14409,0.14891,0.15079001,0.15409,0.15174,0.15355,0.15282001,0.15052,0.15042,0.14757,0.14776,0.14709,0.14538001,0.14641,0.14635,0.1374,0.13777,0.13747001,0.13748001,0.13710999,1.80267,1.81941,1.8501101,1.88369,1.91178,1.91264,1.92458,1.9306999,1.93212,1.93172,1.80989,1.80356,1.80487,1.82015,1.82965,2.34288,2.34781,2.40378,2.40781,2.41979,2.3748701,2.38832,2.3605101,2.34653,2.3333299,2.42943,2.4372301,2.4614999,2.4547999,2.4542799,0.03881,0.038419999,0.038559999,0.038490001,0.037349999,0.036370002,0.036819998,0.03709,0.036990002,0.037129998,0.039639998,0.040150002,0.040490001,0.040169999,0.040309999,0.33577999,0.33298001,0.33019,0.32979,0.32684001,0.32394999,0.32728001,0.33004999,0.33111,0.32986,0.32573,0.32159001,0.32167,0.32593,0.32701001,0.11578,0.11483,0.11625,0.11703,0.11627,0.11692,0.11772,0.1182,0.11797,0.11794,0.12154,0.12055,0.12134,0.12125,0.12048,1.00432,0.99737,0.99568999,0.99458998,0.99785,1.00783,1.02346,1.01377,0.99541998,0.99321002,0.95494998,0.95815998,0.96546,0.96174002,0.96003997,0.15855999,0.16159999,0.15892,0.15594999,0.15638,0.15859,0.15995,0.16158,0.16113999,0.16184001,0.16452,0.16824,0.16766,0.17276999,0.17646,1.97742,1.98264,1.9848,1.98098,1.9743201,1.9791501,1.98992,2.0065501,2.0286701,2.0445099,2.0425601,2.0697701,2.1152599,2.1470399,2.17853,0.94805998,0.94582999,0.93353999,0.92807001,0.92449999,0.92505997,0.92585999,0.93048,0.93734002,0.94481999,0.96811998,0.96810001,0.97878999,0.98815,0.99427998,0.24800999,0.24641,0.24790999,0.24762,0.24494,0.24751,0.25026,0.25080001,0.25374001,0.25461999,0.24928001,0.24854,0.25053,0.25281999,0.25483,0.23842999,0.23638999,0.23884,0.2326,0.23143999,0.23379,0.23333,0.23726,0.23898999,0.23886,0.23825,0.24058001,0.23920999,0.24318001,0.24538,0.64200002,0.66422999,0.69296002,0.72867,0.75747001,0.77924001,0.80153,0.81151998,0.82419997,0.83658999,0.84881002,0.84767997,0.85183001,0.85749,0.86805999,4.2653399,4.2758999,4.3052001,4.3579602,4.39048,4.37464,4.3720598,4.3413801,4.3222799,4.3357501,4.3907299,4.4298401,4.4576898,4.4930801,4.5098,0.19600999,0.19814999,0.20216,0.205,0.20818999,0.21134999,0.21472,0.21634001,0.22011,0.22240999,0.21067999,0.21094,0.21105,0.21250001,0.21366,0.11992,0.11913,0.11631,0.11521,0.1165,0.11895,0.12191,0.12397,0.12437,0.12729,0.13688999,0.14262,0.14617001,0.14745,0.14691,0.23697001,0.24236,0.24631999,0.24695,0.25239,0.25650001,0.25863001,0.25863001,0.26188999,0.26322001,0.26183,0.26756001,0.27178001,0.27497,0.27542999,0.1645,0.16196001,0.16325,0.16425,0.16415,0.16599,0.16615,0.16943,0.17257001,0.17732,0.1876,0.1883,0.18914001,0.19073001,0.19179,0.20555,0.20467,0.20511,0.20499,0.20787001,0.20898999,0.21108,0.21167,0.21385001,0.21432,0.21697,0.21911,0.21873,0.22104,0.22189,1.43108,1.45611,1.49718,1.52586,1.54366,1.5605,1.57577,1.59444,1.6402,1.68294,1.76456,1.80475,1.8239599,1.84453,1.8648601,0.66688001,0.66692001,0.66926998,0.67377001,0.68151999,0.69066,0.69919002,0.70677,0.71307999,0.72372001,0.72727001,0.73299998,0.7367,0.74036998,0.74588001,0.64284998,0.64792001,0.65819001,0.66349,0.67445999,0.68748999,0.69670999,0.70271999,0.70937002,0.71412998,0.71526003,0.71783,0.71847999,0.72250003,0.72715002,3.47525,3.58517,3.6868999,3.77233,3.89151,3.9955299,4.0813999,4.1666198,4.2466602,4.3200202,4.2686901,4.3266802,4.3750501,4.4331198,4.5100799,0.040709998,0.040449999,0.04016,0.040290002,0.040619999,0.040150002,0.03943,0.03954,0.039700001,0.040399998,0.04112,0.04022,0.040010002,0.04036,0.03985,0.93011999,0.93623,0.94313002,0.94427001,0.95424002,0.96359003,0.98953003,1.0055701,1.01537,1.01966,1.0239201,1.02329,1.0177701,1.01729,1.02133,0.32690999,0.32784,0.33017001,0.33405,0.3398,0.34472999,0.35370001,0.36322001,0.36993,0.37564999,0.38534001,0.38791001,0.39324999,0.39458999,0.39804,0.072760001,0.07277,0.072609998,0.073880002,0.074369997,0.074429996,0.075010002,0.073619999,0.073930003,0.075199999,0.075489998,0.076889999,0.077189997,0.076629996,0.076669998,0.49601999,0.50770998,0.52831,0.56128001,0.59112,0.62581003,0.66143,0.69518,0.73185998,0.77354997,0.79122001,0.83164001,0.85830998,0.86614001,0.87809002,0.02389,0.023019999,0.02265,0.022679999,0.02203,0.02189,0.021469999,0.02091,0.02117,0.02101,0.02265,0.02248,0.02225,0.02248,0.022150001,0.74958998,0.76170999,0.77129,0.78148001,0.78982002,0.79844999,0.81389999,0.83111,0.85615999,0.88098001,0.89591998,0.90780997,0.91688001,0.92084002,0.93146998,0.67149001,0.68004,0.68313003,0.69036001,0.69634002,0.70143998,0.70854002,0.71342999,0.71447003,0.71797001,0.72833002,0.72311002,0.71705002,0.71000999,0.70818001,0.71846998,0.74160999,0.75603002,0.76665998,0.79372001,0.79743999,0.81108999,0.80860001,0.80847001,0.81054002,0.78692001,0.78969002,0.79229999,0.78588998,0.79275,0.26418,0.26835999,0.27182001,0.27542001,0.27886,0.2843,0.29144001,0.29273,0.29592001,0.29675999,0.29903999,0.29868001,0.29822999,0.30067,0.30228001,17.392771,17.56988,17.63669,17.697531,17.82942,18.036909,18.320589,18.57506,18.842421,19.16441,19.374241,19.72113,20.08526,20.469561,20.799669,2.32355,2.3334799,2.35499,2.3898799,2.39311,2.3576901,2.3954301,2.3808701,2.3986499,2.4086201,2.5165,2.54372,2.5465901,2.5320499,2.5418301,0.33511001,0.33893999,0.34777001,0.35424,0.36544999,0.37015,0.38056999,0.38383999,0.39151001,0.39532,0.41011,0.41575,0.41637999,0.41780999,0.42522001,0.19214,0.19208001,0.19132,0.19328,0.19343001,0.19411001,0.19864,0.20108999,0.20390999,0.20554,0.2036,0.20664001,0.20613,0.20843001,0.20861,0.68618,0.68899,0.69349003,0.70146,0.70722002,0.71661001,0.72833002,0.73698997,0.74361998,0.74741,0.75487,0.75660002,0.75532001,0.75102001,0.75128001,0.10175,0.10116,0.10048,0.10118,0.1031,0.10177,0.10204,0.10266,0.10322,0.10248,0.10563,0.10513,0.10437,0.10283,0.1025,0.49553999,0.49994001,0.50700998,0.51564002,0.52771002,0.53884,0.55264997,0.56822997,0.57717001,0.58016002,0.60750002,0.60904998,0.60750997,0.60521001,0.60711002,0.39554,0.39117,0.38848999,0.38529,0.38789999,0.39056,0.39218,0.39589,0.40114999,0.40551999,0.41236001,0.41325,0.41218001,0.41136,0.4129,0.20931999,0.20653,0.20551001,0.20923001,0.20994,0.21262001,0.21354,0.21458,0.21358,0.21272001,0.20898999,0.20867001,0.20563,0.20434,0.20561001,0.11738,0.11861,0.11972,0.12048,0.12246,0.12341,0.12651999,0.12792,0.12948,0.12946001,0.12971,0.12946001,0.12998,0.12924001,0.12985,7.0398502,7.1624799,7.2855501,7.3625998,7.4132099,7.4946799,7.6424098,7.74049,7.8709898,7.9683599,7.9544802,8.0348597,8.1236296,8.2021904,8.3192797,0.14145,0.14342999,0.14616001,0.14748,0.15013,0.15083,0.15164,0.15279999,0.15462001,0.15484001,0.15757,0.15802,0.15792,0.15871,0.16015001,1.03475,1.0487601,1.06208,1.08319,1.10243,1.12176,1.14416,1.1626101,1.18373,1.19534,1.16967,1.1774,1.18005,1.18742,1.20365,0.098930001,0.098289996,0.098789997,0.10028,0.10213,0.10272,0.10549,0.10749,0.10864,0.10894,0.11099,0.11124,0.11151,0.11255,0.1134,6.0911698,6.2114401,6.29671,6.3292499,6.3944001,6.49229,6.6364498,6.75805,6.8529601,6.9457102,7.1536198,7.2242098,7.3294201,7.4644599,7.59583,4.1882601,4.2280302,4.2704501,4.30867,4.3501101,4.4014502,4.4721098,4.5618701,4.6240802,4.6868401,4.72019,4.7338099,4.75704,4.7932701,4.8431802,0.40178999,0.40037999,0.40020001,0.40105999,0.40382999,0.40803,0.41391999,0.41953,0.42183,0.42333999,0.43503001,0.43509999,0.43610001,0.43432999,0.43650001,2.08304,2.1254399,2.16607,2.20081,2.2353499,2.2763801,2.3333499,2.3871701,2.4557099,2.5097899,2.5304599,2.56481,2.5871301,2.6256101,2.65851,0.038369998,0.037799999,0.037919998,0.036630001,0.037360001,0.038279999,0.0394,0.03985,0.040580001,0.040619999,0.039700001,0.040130001,0.039840002,0.040440001,0.04067,0.55227,0.55217999,0.55903,0.56415999,0.57034999,0.57020998,0.57235998,0.57508999,0.58148998,0.59059,0.58916998,0.59522998,0.59457999,0.59636998,0.59843999,1.6776,1.7125,1.7498,1.77821,1.81715,1.85356,1.88837,1.92843,1.9696,2.0043399,2.0151801,2.0332899,2.04827,2.06248,2.0835099,0.40724999,0.40579,0.41049999,0.40751001,0.41248,0.41694,0.41473001,0.41084,0.42027,0.42688999,0.44778001,0.45063999,0.4659,0.46757999,0.46827,2.2269599,2.22806,2.2339399,2.2495,2.2701299,2.28163,2.3017099,2.32288,2.34881,2.3905399,2.4414599,2.4615901,2.4672101,2.47297,2.4768701,0.15552001,0.15362,0.15414999,0.15403999,0.15323,0.15338001,0.15434,0.15469,0.15612,0.15758,0.16596,0.16596,0.16859999,0.16796,0.16766,0.76414001,0.78574002,0.81086999,0.84803998,0.88603997,0.92513001,0.96819001,0.99768001,1.02336,1.03854,1.04659,1.0571899,1.0706199,1.08684,1.10497,0.25490999,0.25391999,0.25522,0.25545001,0.25453001,0.25301999,0.25088999,0.25119001,0.24779999,0.24709,0.24612001,0.24473999,0.24397001,0.24087,0.23714,0.1472,0.14712,0.14677,0.14633,0.14688,0.14666,0.14561,0.14557,0.14551,0.14433999,0.14524999,0.14541,0.14485,0.14444999,0.14463,0.25468999,0.25246999,0.25071001,0.24902,0.24593,0.24326,0.23932999,0.23694,0.23541,0.23509,0.23991001,0.23919,0.23791,0.23706,0.2353,0.96709001,0.95936,0.95548999,0.95227998,0.94823998,0.9429,0.94322002,0.9443,0.94506001,0.95213997,0.96346998,0.96556997,0.96934998,0.97180998,0.97109002,0.07581,0.07418,0.073320001,0.072460003,0.07203,0.072470002,0.072209999,0.072339997,0.072250001,0.071180001,0.07638,0.076389998,0.075910002,0.075329997,0.075130001,0.10315,0.10222,0.10291,0.10235,0.10286,0.10133,0.10027,0.1008,0.10043,0.10022,0.093589999,0.093780003,0.09251,0.092019998,0.08941,0.074079998,0.074979998,0.074330002,0.074359998,0.072630003,0.072939999,0.072310001,0.072499998,0.072120003,0.072020002,0.081979997,0.081830002,0.082199998,0.084169999,0.083910003,0.47498,0.4709,0.46970001,0.47071999,0.46757999,0.46259001,0.46233001,0.46303001,0.46283999,0.46123001,0.45993,0.45954001,0.45897999,0.45567,0.45131999,0.071690001,0.070859998,0.069990002,0.070100002,0.069729999,0.069239996,0.069200002,0.068960004,0.068810001,0.068240002,0.087169997,0.087650001,0.087779999,0.086499996,0.086180001,0.11287,0.11319,0.11289,0.11364,0.11504,0.11577,0.11747,0.11865,0.11921,0.11833,0.119,0.11929,0.11841,0.11788,0.11687,0.34423,0.34366,0.34441999,0.34538999,0.34544,0.34523001,0.34599999,0.34696999,0.34705001,0.34527001,0.35516,0.35674,0.35806,0.35749,0.3545,0.20291001,0.20561001,0.20807,0.21084,0.21292999,0.21749,0.22269,0.22623,0.22662,0.22695,0.23951,0.23792,0.23678,0.23467,0.23483001,0.32525,0.32198,0.31854999,0.31485,0.31062001,0.30864999,0.30524001,0.30057999,0.29899001,0.29729,0.30662,0.30515999,0.30328,0.30228999,0.30112001,0.12695,0.12791,0.12826,0.13044,0.13192999,0.13353001,0.13398001,0.13565999,0.13513,0.13610999,0.14027999,0.13981,0.13869999,0.13973001,0.13923,0.68566,0.67862999,0.67808998,0.67702001,0.67931998,0.68050998,0.68203998,0.68049002,0.68598002,0.68910998,0.69239998,0.69269001,0.69147998,0.68926001,0.68760997,0.28040001,0.27974999,0.28038999,0.28007001,0.28202999,0.28027999,0.28163999,0.28266999,0.28172001,0.28066999,0.29249999,0.29302999,0.29280001,0.29187,0.29126,0.42438999,0.43294999,0.44692001,0.45958,0.47027001,0.48500001,0.49746001,0.51021999,0.51934999,0.52749997,0.53647,0.54364002,0.54566002,0.54961002,0.55712998,1.99714,1.977,1.96033,1.95301,1.94543,1.92839,1.9168299,1.9102499,1.90908,1.91663,1.93029,1.92027,1.92152,1.91394,1.90223,0.16862001,0.16940001,0.16926999,0.17088,0.17077,0.17152999,0.17106999,0.17130999,0.17293,0.17391001,0.16387001,0.1638,0.16426,0.16455001,0.16414,0.22133,0.22116999,0.22191,0.22314,0.22296999,0.22313,0.22246,0.22188,0.22159,0.22147,0.21669,0.21606,0.21638,0.21520001,0.21561,0.37559,0.36864001,0.36798999,0.36495,0.35995001,0.35743999,0.35582,0.35486999,0.35453999,0.35497999,0.36725,0.36453,0.36335999,0.35980999,0.35348001,0.27127001,0.26344001,0.25781,0.25031999,0.24314,0.23759,0.23254,0.22843,0.22601999,0.22397999,0.22064,0.21690001,0.21314,0.2089,0.20448001,0.56503999,0.56162,0.56160003,0.56273001,0.56212997,0.56377,0.56484997,0.56731999,0.56537998,0.56705999,0.56518,0.56624001,0.56787002,0.56757998,0.56803,0.35394999,0.35161999,0.34827,0.34608001,0.34338999,0.33881,0.33518001,0.33228001,0.32844001,0.32556,0.33059999,0.32839,0.32684001,0.3258,0.32416001,0.25964999,0.26034001,0.25928,0.25887001,0.25705999,0.25547999,0.25512999,0.25442001,0.25611001,0.25567999,0.27335,0.27318001,0.27221999,0.27146,0.27015999,0.62926,0.61847001,0.61982,0.6182,0.61596,0.61158001,0.61082,0.61465001,0.61629999,0.61921,0.62313002,0.62436998,0.62357998,0.61909997,0.61785001,0.27037001,0.26993999,0.27112001,0.27151,0.26945001,0.26813,0.26767999,0.26899001,0.27114001,0.27204001,0.28248,0.28093001,0.27932999,0.27706999,0.27577999,0.2802,0.27438,0.27462,0.2728,0.26943001,0.26752001,0.26646,0.26679,0.26344001,0.26387,0.26765999,0.26591,0.26122001,0.25948,0.25716001,0.81906998,0.82773,0.8337,0.84656,0.85323,0.86195999,0.86870998,0.87572002,0.88600999,0.90079999,0.96766001,0.98684001,1.0053101,1.0221699,1.0346299,0.132,0.13282999,0.13312,0.13417,0.13440999,0.13467,0.13499001,0.13586,0.13762,0.13715,0.13503,0.1354,0.13492,0.13502,0.13582,0.15011001,0.15152,0.1523,0.15414999,0.15635,0.15848,0.1628,0.16512001,0.16492,0.16384999,0.17502999,0.1744,0.17433,0.17422,0.17453,0.26548001,0.26168999,0.26133999,0.26005,0.26016,0.26093999,0.26086,0.26008001,0.26017001,0.26212999,0.26233,0.26148999,0.26251999,0.25986999,0.25827,0.47330999,0.46584001,0.46162999,0.45550999,0.45218,0.44854,0.44558001,0.44319999,0.44079,0.44014999,0.44479001,0.44191,0.44056001,0.43728,0.43327999,0.081670001,0.080729999,0.07959,0.079779997,0.078979999,0.077699997,0.077009998,0.07536,0.074859999,0.073899999,0.077,0.075800002,0.075319998,0.074429996,0.073710002,0.075000003,0.075949997,0.075659998,0.074510001,0.076080002,0.075300001,0.074790001,0.074819997,0.074409999,0.073639996,0.075769998,0.075989999,0.075920001,0.075960003,0.076339997,0.0911,0.089280002,0.089369997,0.089199997,0.089319997,0.087849997,0.08698,0.085859999,0.085079998,0.084179997,0.087020002,0.088169999,0.086970001,0.086730003,0.086620003,0.29282999,0.29168999,0.29427999,0.29447001,0.29587999,0.29791999,0.30168,0.30355,0.30329999,0.30247,0.33561999,0.33629999,0.3391,0.33708,0.33787999,0.51734,0.51591998,0.52086002,0.52758998,0.53332001,0.53838998,0.54464,0.54988998,0.55440998,0.55672997,0.55694002,0.5614,0.56589001,0.56585997,0.56770003,0.79045999,0.78329003,0.78851002,0.78587002,0.78600001,0.78526002,0.78380001,0.78606999,0.78729999,0.79187,0.78908998,0.79233003,0.79122001,0.78628999,0.78241003,0.28206,0.28238001,0.28303,0.28132001,0.28286001,0.28347,0.28373,0.28371,0.28402001,0.28389999,0.29376,0.29438001,0.2942,0.29565999,0.29429001,0.10335,0.10293,0.10303,0.10327,0.10279,0.10335,0.10385,0.10336,0.10265,0.10208,0.10399,0.10349,0.10269,0.10077,0.10011,0.15458,0.15414,0.15287,0.15351,0.15273,0.15323,0.15346,0.15121,0.14956,0.1487,0.14887001,0.14826,0.1471,0.14655,0.14664,0.14323001,0.14159,0.13909,0.13802999,0.13609999,0.13467,0.13308001,0.13202,0.13025001,0.13080999,0.13932,0.13852,0.13761,0.13531999,0.13417,0.16080999,0.16034999,0.15985,0.15978999,0.15997,0.15999,0.16119,0.16203,0.16289,0.16328,0.16877,0.16922,0.16983999,0.16992,0.17069,0.072939999,0.072149999,0.072269998,0.071479999,0.070440002,0.069619998,0.068630002,0.068300001,0.068400003,0.068120003,0.071099997,0.070469998,0.069410004,0.069530003,0.06927,0.095859997,0.094860002,0.093539998,0.092919998,0.092670001,0.092139997,0.09104,0.089830004,0.088689998,0.086800002,0.091880001,0.091049999,0.090329997,0.089979999,0.090980001,0.23411,0.23323999,0.23328,0.23601,0.23608001,0.23384,0.23487,0.23549999,0.23604999,0.23806,0.24260999,0.24276,0.24506,0.24662,0.24731,0.42899999,0.42702001,0.42409,0.42344001,0.4219,0.41913,0.41604999,0.41481999,0.41361001,0.41119,0.42423999,0.41929999,0.41672,0.41525,0.41122001,0.096879996,0.096560001,0.096709996,0.096859999,0.097309999,0.09606,0.09561,0.094549999,0.094860002,0.094439998,0.091459997,0.091480002,0.090159997,0.088809997,0.088339999,0.17671999,0.17299999,0.17183,0.17048,0.17003,0.16875,0.1665,0.16463,0.16321,0.16226,0.16557001,0.16414,0.16419999,0.16191,0.15988,0.058809999,0.058510002,0.057969999,0.057410002,0.057670001,0.057750002,0.057190001,0.057209998,0.056609999,0.056049999,0.05734,0.057890002,0.058060002,0.05875,0.058449998,0.87874001,0.87695998,0.87597001,0.87107003,0.86777002,0.86646003,0.86356997,0.86273998,0.86619002,0.86887997,0.86980999,0.86798,0.86561,0.86400002,0.86237001,0.25582001,0.25059,0.24715,0.24546,0.24185,0.24098,0.2385,0.23588,0.23413999,0.23304,0.23733,0.23474,0.23251,0.2296,0.22598,0.2,0.20203,0.20344999,0.20287,0.20307,0.20649,0.20544,0.20429,0.20284,0.20088001,0.20863999,0.20908,0.20528001,0.20503999,0.20215,0.16854,0.16812,0.16793001,0.16682,0.16584,0.16445,0.16447,0.16243,0.16216999,0.16181,0.16165,0.16084,0.15907,0.16064,0.16102999,0.45026001,0.45197999,0.45442,0.45445001,0.45607001,0.45563999,0.45677999,0.45570001,0.45655999,0.45591,0.45842001,0.45910999,0.45776999,0.45603999,0.45455,0.15031999,0.15048,0.15063,0.15053,0.15019999,0.1498,0.14978001,0.15020999,0.14910001,0.14789,0.15014,0.15106,0.15090001,0.15125,0.14985,2.27338,2.2951801,2.32059,2.3401699,2.3687999,2.3879099,2.4043701,2.4317,2.4468701,2.4731901,2.4848399,2.5055599,2.5301399,2.5476501,2.5667,0.13807,0.13844,0.13742,0.13751,0.1371,0.13866,0.13786,0.13744999,0.13591,0.13425,0.13548,0.13473,0.13332,0.13330001,0.13188,0.15714,0.15848,0.15989999,0.16168,0.16309001,0.16295999,0.16230001,0.16181,0.15965,0.15884,0.1543,0.15505999,0.15357,0.15316001,0.15328,0.40728,0.41464999,0.42544001,0.43362999,0.43759,0.44067001,0.44279999,0.44284001,0.44667,0.44738999,0.48989001,0.49684,0.49704,0.49643999,0.49491,0.55324,0.55676001,0.56083,0.56743002,0.58315998,0.59139001,0.59366,0.59957999,0.60285997,0.60609001,0.62615001,0.62928998,0.63050997,0.63199002,0.63459998,0.33629,0.33614001,0.33566001,0.33618999,0.33656001,0.33597001,0.33526,0.33418,0.33496001,0.33425999,0.34687001,0.34738001,0.34465,0.34562001,0.34423,0.52617002,0.5298,0.53140002,0.53640002,0.54351002,0.54549998,0.54821998,0.55063999,0.55138999,0.5517,0.56888002,0.56716001,0.56461,0.56612998,0.56615001,0.17246,0.17021,0.1698,0.16865,0.16971999,0.16874,0.16932,0.16896001,0.16794001,0.16731,0.16615,0.16664,0.16531,0.16424,0.16392,4.2862601,4.3587999,4.4342999,4.4964399,4.5605798,4.6223698,4.6875,4.76261,4.8329802,4.9135699,4.89007,4.9630699,5.0329299,5.1002698,5.1628399,0.86014998,0.86290002,0.86641002,0.86878997,0.87377,0.87224001,0.87848997,0.87734997,0.87843001,0.87335002,0.88659,0.88736999,0.88576001,0.88398999,0.88573998,0.28027001,0.28141999,0.28211999,0.28246,0.28117999,0.28027001,0.28026,0.27783,0.27853999,0.27814999,0.27711999,0.27882999,0.2771,0.27873001,0.27766001,0.43379,0.43535,0.43630001,0.43816999,0.43877,0.43909001,0.43869999,0.43779001,0.43935999,0.44273999,0.44181001,0.44014001,0.43816,0.43796,0.43698001,0.39952001,0.40529999,0.40785,0.40946999,0.41328999,0.4154,0.42304,0.42556,0.42714,0.42967999,0.43886,0.43884999,0.4393,0.44220999,0.44305,0.93365002,0.94027001,0.94778001,0.94958001,0.95051998,0.95534998,0.96526998,0.97429001,0.98209,0.99409002,0.99018002,0.99909002,1.0084,1.01704,1.01564,0.05088,0.050519999,0.05102,0.04995,0.049309999,0.048599999,0.04834,0.047339998,0.0462,0.045540001,0.044039998,0.044980001,0.044720002,0.045170002,0.044810001,0.97384,0.97753,0.97820997,0.98009002,0.98281002,0.98457998,0.98909998,0.99375999,0.99864,1.0007,1.01645,1.01792,1.01702,1.01648,1.01759,0.1004,0.098999999,0.098779999,0.099009998,0.099880002,0.09888,0.09826,0.097510003,0.097520001,0.096050002,0.092919998,0.092610002,0.09183,0.091279998,0.09127,0.49533999,0.495,0.49197,0.49223,0.49224001,0.49107999,0.48679999,0.48996001,0.49096999,0.48965001,0.51187003,0.51231003,0.50990999,0.51120001,0.51828998,0.33724001,0.33836001,0.34031001,0.34066999,0.34494001,0.34812,0.35431001,0.35756999,0.36045,0.36109999,0.36851999,0.36972001,0.36881,0.37086001,0.37063,0.19075,0.19137999,0.19128001,0.19019,0.18935999,0.1882,0.18753,0.18645,0.18540999,0.18471999,0.19032,0.19097,0.19075,0.18967,0.18836001,0.22801,0.22916999,0.23,0.23135,0.23158,0.23357999,0.23521,0.23562001,0.23627999,0.23498,0.23661999,0.23778,0.23766001,0.2374,0.23825,0.068449996,0.067960002,0.067429997,0.066480003,0.065700002,0.064769998,0.06312,0.062639996,0.062040001,0.06078,0.058929998,0.05999,0.059379999,0.058869999,0.05917,0.19132,0.1929,0.19283,0.19487,0.19425,0.19608,0.19672,0.19822,0.19885001,0.19886,0.20465,0.20534,0.20477,0.20585001,0.20652001,0.75928003,0.76337999,0.76678002,0.77091998,0.77972001,0.78649998,0.79269999,0.80005997,0.80580002,0.80833,0.83686,0.83904999,0.84407997,0.84609997,0.84394997,0.24358,0.24506,0.24918,0.25007001,0.25193,0.26403001,0.26484001,0.26535001,0.26592001,0.26451001,0.26666999,0.26686999,0.26745999,0.26539999,0.26394999,1.5009201,1.51987,1.53904,1.55813,1.57802,1.598,1.61286,1.62885,1.64345,1.65382,1.6657701,1.66821,1.67352,1.67521,1.68068,0.20197999,0.20249,0.20349,0.20265,0.20405,0.20448001,0.20508,0.20401999,0.20319,0.20315,0.20574,0.20616999,0.20618001,0.20474,0.20444,1.07285,1.07716,1.08368,1.0885201,1.09137,1.0962,1.1024801,1.11488,1.12419,1.13679,1.14859,1.1532,1.16831,1.1733,1.18011,0.16126999,0.16108,0.16136,0.161,0.16088,0.16051,0.16018,0.15800001,0.15808,0.15737,0.16793001,0.16953,0.16872001,0.16766,0.16853,0.20733,0.20819999,0.20721,0.20641001,0.20652001,0.20419,0.20375,0.20303001,0.20169,0.20008001,0.19936,0.19882999,0.19729,0.19572,0.19410001,0.29701,0.29642999,0.29785001,0.29782,0.29890999,0.29872999,0.29729,0.29631999,0.29521,0.29403999,0.28747001,0.28439999,0.28472,0.28676,0.28492999,0.82923001,0.82641,0.82049,0.81538999,0.81221998,0.81018001,0.80908,0.80829,0.80669999,0.80583,0.81286001,0.81138998,0.80816001,0.80623001,0.80159998,1.25905,1.26127,1.26299,1.2640001,1.2671,1.2753201,1.28834,1.29993,1.31043,1.31612,1.34065,1.34531,1.34689,1.35365,1.3578,0.43437001,0.43213001,0.43198001,0.43022999,0.42747,0.4294,0.42473999,0.42296001,0.42153001,0.41968,0.41705,0.41453999,0.41488001,0.41497001,0.41297999,0.14611,0.14561,0.14661001,0.14702,0.14849,0.14994,0.14957,0.14858,0.14882,0.14726999,0.1539,0.15343,0.15186,0.15149,0.1505,0.045820002,0.045790002,0.046270002,0.046050001,0.04569,0.045499999,0.045419998,0.045600001,0.04527,0.04513,0.042569999,0.043719999,0.043729998,0.043820001,0.045219999,9.3973398,9.4414301,9.4836302,9.5107298,9.5227404,9.5126495,9.5237398,9.5218496,9.5397301,9.5952101,9.4820995,9.5148096,9.5452099,9.5638599,9.5640602,0.41001001,0.41170999,0.41429001,0.41431999,0.41867,0.42166001,0.42638999,0.43083999,0.43432,0.43759999,0.44755,0.45109001,0.45087001,0.45249,0.45379001,0.35800999,0.36091,0.36339,0.3669,0.37090001,0.37224001,0.37357,0.37342,0.37316,0.37149,0.37654001,0.3759,0.37419999,0.37334001,0.37417001,0.36811,0.36895001,0.36811,0.37068999,0.36811,0.36623001,0.36414999,0.36195001,0.36124,0.35929999,0.35938001,0.35826001,0.35745999,0.35696,0.35563001,1.6178,1.63875,1.65593,1.66882,1.68408,1.70038,1.72004,1.7372299,1.75113,1.7715501,1.76861,1.77727,1.78877,1.80225,1.82006,0.82530999,0.82985002,0.83577001,0.84195,0.84937,0.85027999,0.85189003,0.85421002,0.85821003,0.86311001,0.86348999,0.86707002,0.87029999,0.87094998,0.87470001,0.071989998,0.072420001,0.073190004,0.073250003,0.07395,0.074069999,0.073710002,0.073770002,0.073590003,0.072930001,0.074440002,0.074150003,0.073870003,0.073679999,0.073349997,0.36917999,0.3721,0.37474,0.37924999,0.3854,0.38986999,0.39504001,0.39770001,0.40195999,0.40081,0.4111,0.40821999,0.40674001,0.40733001,0.40957999,0.41446,0.42192999,0.42532,0.42952999,0.43489999,0.43891999,0.44229001,0.44174001,0.44187,0.44251999,0.44154,0.43948001,0.43525001,0.43424001,0.43437001,0.67251998,0.67341,0.67484999,0.67435998,0.67401999,0.67566001,0.67917001,0.68533999,0.68976998,0.69176,0.69976997,0.70156002,0.70481002,0.70586997,0.70481998,0.15809,0.15553001,0.15388,0.15321,0.15138,0.14977001,0.14805,0.14478999,0.14345001,0.14214,0.14105,0.14018001,0.13869999,0.13772,0.13675,1.88991,1.9,1.91469,1.93119,1.94891,1.97025,1.9839799,1.99603,2.00109,2.0060101,1.95446,1.94979,1.94683,1.9492199,1.95163,0.17975999,0.17941999,0.17828999,0.17911001,0.18093,0.17984,0.17996,0.18178,0.17951,0.17848,0.17985,0.17986999,0.17799,0.17779,0.17662001,1.52499,1.53151,1.53509,1.53952,1.5532,1.56315,1.58042,1.5944901,1.60186,1.60155,1.6023,1.60001,1.60271,1.60633,1.6118799,0.15349001,0.15173,0.15129,0.14846,0.14817999,0.14683001,0.14493001,0.14421,0.14398,0.14366999,0.14722,0.14611,0.14302,0.14371,0.14332999,0.63643003,0.65645999,0.68120998,0.70814002,0.73635,0.76590002,0.79219002,0.81103998,0.82486999,0.83350998,0.84398001,0.84924001,0.85219997,0.85908002,0.86759001,0.55339003,0.55394,0.55767,0.56221998,0.56848001,0.57356,0.57761002,0.58327001,0.58829999,0.58921999,0.62019002,0.62405002,0.62540001,0.63063002,0.63379002,0.16242,0.16288,0.16462,0.16618,0.16705,0.16835,0.16848999,0.16952001,0.16971999,0.16938999,0.16561,0.1653,0.1654,0.16513,0.16437,0.40766001,0.40762001,0.40788999,0.40746999,0.40860999,0.40913001,0.41012999,0.41115001,0.41123,0.41165999,0.41933,0.41778001,0.41602999,0.41593999,0.41578999,1.1274199,1.12878,1.12964,1.12956,1.13223,1.1365,1.1382999,1.14113,1.14458,1.1456,1.15418,1.15312,1.14952,1.14868,1.1529,0.1972,0.19625001,0.19587,0.19419,0.19499999,0.19473,0.19369,0.19313,0.19245,0.19222,0.20630001,0.2076,0.20474,0.20577,0.2054,0.27078,0.27026999,0.27057001,0.27110001,0.27271,0.27553001,0.27673,0.2771,0.27684,0.27754,0.28852999,0.29056001,0.29370999,0.29578999,0.29508999,0.28064999,0.28130001,0.28207999,0.28255999,0.28463,0.28718999,0.28834999,0.28990999,0.29071999,0.29324001,0.29734999,0.30033001,0.30203,0.30285001,0.30362001,0.21139,0.21449,0.21739,0.21963,0.22031,0.22067,0.22012,0.21960001,0.21696,0.21495999,0.21438999,0.21366,0.21280999,0.21355,0.21398,0.92431003,0.93423003,0.95153999,0.96636999,0.97496003,0.99000001,0.99972999,1.00239,1.00538,1.0059299,1.02161,1.02783,1.03052,1.03079,1.03527,0.16086,0.16198,0.16373999,0.16396999,0.16458,0.1649,0.16565,0.16576,0.16615,0.16666,0.15933999,0.15786999,0.15835001,0.15673,0.15694,1.17945,1.19313,1.2053699,1.21725,1.23518,1.25038,1.26597,1.28192,1.29722,1.30681,1.31897,1.32157,1.32581,1.3274601,1.33251,3.62095,3.6485801,3.68625,3.7142401,3.7320299,3.7498901,3.76141,3.7902,3.80935,3.8315401,3.90079,3.9079599,3.92623,3.9394,3.95118,0.51949,0.51984,0.52175999,0.52241999,0.52187002,0.51990998,0.52017999,0.52032,0.51863003,0.51665002,0.52416998,0.52337003,0.52028,0.52212,0.52065998,0.23105,0.23373,0.24318001,0.24508999,0.24581,0.24590001,0.24691001,0.24679001,0.24733,0.24606,0.24492,0.2457,0.24477001,0.24330001,0.24178,1.57082,1.5779901,1.5843101,1.58294,1.58614,1.59536,1.60456,1.6147,1.62099,1.6337,1.67004,1.67558,1.68634,1.6936001,1.69511,0.75547999,0.75356001,0.75111997,0.74905002,0.74791002,0.74496001,0.74021,0.73826998,0.73841,0.73931998,0.74779999,0.74619001,0.74353999,0.73944002,0.73607999,0.31913999,0.32209,0.32275,0.32484001,0.32752001,0.32609999,0.32756999,0.32479,0.33098999,0.33978999,0.3644,0.36912999,0.37362999,0.37573999,0.37810999,0.11411,0.11233,0.11186,0.11102,0.1126,0.11218,0.11245,0.11375,0.11441,0.11581,0.11674,0.11745,0.11778,0.12006,0.1193,0.33937001,0.34525999,0.35868999,0.36085999,0.3626,0.37061,0.38486999,0.40461999,0.41474,0.43967,0.46223,0.4659,0.47896999,0.48210001,0.48320001,0.15579,0.15185,0.15223999,0.15183,0.15185,0.15012001,0.15042,0.15397,0.15564001,0.15719999,0.15835001,0.15818,0.15679,0.15791,0.15854,0.12097,0.11981,0.12156,0.12151,0.12243,0.12453,0.12627,0.12874,0.13263001,0.13578001,0.13817,0.1372,0.14004999,0.14316,0.14097001,0.058970001,0.05748,0.058669999,0.058880001,0.059289999,0.060169999,0.060929999,0.063730001,0.065540001,0.066529997,0.071079999,0.071209997,0.071390003,0.07158,0.072480001,0.35817,0.35606,0.35800999,0.35800001,0.35942999,0.36276999,0.36739001,0.37368,0.38056999,0.38719001,0.40224001,0.40588999,0.41125,0.41051999,0.40702999,0.12544,0.12388,0.12218,0.12132,0.12153,0.12067,0.12063,0.12078,0.12159,0.12319,0.13411,0.13604,0.1367,0.13578001,0.13514,0.04865,0.047540002,0.047109999,0.045779999,0.04552,0.045019999,0.045049999,0.04501,0.045189999,0.045899998,0.048039999,0.04809,0.048450001,0.048560001,0.048160002,0.071010001,0.071549997,0.073540002,0.074720003,0.075230002,0.076459996,0.077480003,0.080940001,0.084030002,0.085309997,0.08568,0.086269997,0.086060002,0.086220004,0.085730001,0.81744999,0.82392001,0.83143997,0.84287,0.85194999,0.8527,0.85974002,0.86601001,0.87759,0.88854003,0.92198998,0.92606997,0.94849002,0.96015,0.96389002,0.14613999,0.14588,0.14644,0.14787,0.15090001,0.15345,0.15727,0.16178,0.16681001,0.16994999,0.18075,0.18004,0.17926,0.18325999,0.18567,0.66553998,0.66873002,0.67370999,0.67957002,0.68659002,0.69441998,0.70258999,0.71816999,0.73057002,0.74507999,0.75466001,0.76415998,0.78685999,0.81142998,0.81624001,0.023870001,0.023250001,0.022469999,0.022260001,0.02249,0.022290001,0.02234,0.02337,0.023639999,0.02366,0.024909999,0.024839999,0.02475,0.025490001,0.024630001,0.25806001,0.25678,0.25740001,0.25957,0.26063001,0.26361001,0.26789999,0.27214,0.27625999,0.27976,0.28262001,0.28467,0.28805,0.29154,0.28988999,0.087480001,0.087360002,0.086939998,0.085709997,0.085600004,0.084629998,0.084250003,0.083669998,0.082670003,0.08196,0.086800002,0.086999997,0.087350003,0.087350003,0.087990001,0.26591,0.26646,0.26870999,0.26962,0.26984999,0.27121001,0.27476001,0.27947,0.28601,0.29163,0.29148,0.29275,0.29598001,0.29835999,0.30032,0.059459999,0.058979999,0.061439998,0.063150004,0.065690003,0.068700001,0.071659997,0.078380004,0.083379999,0.087920003,0.10231,0.10127,0.10412,0.10087,0.10057,0.37483999,0.36566001,0.36831,0.36559001,0.36853999,0.37266001,0.37948,0.39320001,0.39941999,0.41226,0.43599001,0.44047999,0.45115,0.45205,0.4501,0.18367,0.18594,0.18727,0.18889999,0.19238,0.19343001,0.19666,0.20073,0.20541,0.2071,0.2129,0.21482,0.21704,0.22375,0.22930001,0.19662,0.19406,0.19566999,0.1944,0.19419,0.19430999,0.19631,0.20071,0.20536999,0.20927,0.21103001,0.20917,0.20988999,0.21031,0.20904,0.082570001,0.080229998,0.078900002,0.078220002,0.077540003,0.077629998,0.076710001,0.078050002,0.07807,0.079109997,0.085409999,0.084660001,0.084409997,0.0845,0.083219998,0.066349998,0.064719997,0.06538,0.065399997,0.065530002,0.064750001,0.065679997,0.068449996,0.069279999,0.070090003,0.071690001,0.07102,0.07051,0.071539998,0.072010003 ),.Dim=c(3107,15)), lawtotal=structure(.Data=c( 11,11,11,11,11,11,11,11,11,11,11,11,10,10,10,11,11,11,11,11,11,11,11,11,11,11,11,10,10,10,11,11,11,11,11,11,11,11,11,11,11,11,10,10,10,11,11,11,11,11,11,11,11,11,11,11,11,10,10,10,11,11,11,11,11,11,11,11,11,11,11,11,10,10,10,11,11,11,11,11,11,11,11,11,11,11,11,10,10,10,11,11,11,11,11,11,11,11,11,11,11,11,10,10,10,11,11,11,11,11,11,11,11,11,11,11,11,10,10,10,11,11,11,11,11,11,11,11,11,11,11,11,10,10,10,11,11,11,11,11,11,11,11,11,11,11,11,10,10,10,11,11,11,11,11,11,11,11,11,11,11,11,10,10,10,11,11,11,11,11,11,11,11,11,11,11,11,10,10,10,11,11,11,11,11,11,11,11,11,11,11,11,10,10,10,11,11,11,11,11,11,11,11,11,11,11,11,10,10,10,11,11,11,11,11,11,11,11,11,11,11,11,10,10,10,11,11,11,11,11,11,11,11,11,11,11,11,10,10,10,11,11,11,11,11,11,11,11,11,11,11,11,10,10,10,11,11,11,11,11,11,11,11,11,11,11,11,10,10,10,11,11,11,11,11,11,11,11,11,11,11,11,10,10,10,11,11,11,11,11,11,11,11,11,11,11,11,10,10,10,11,11,11,11,11,11,11,11,11,11,11,11,10,10,10,11,11,11,11,11,11,11,11,11,11,11,11,10,10,10,11,11,11,11,11,11,11,11,11,11,11,11,10,10,10,11,11,11,11,11,11,11,11,11,11,11,11,10,10,10,11,11,11,11,11,11,11,11,11,11,11,11,10,10,10,11,11,11,11,11,11,11,11,11,11,11,11,10,10,10,11,11,11,11,11,11,11,11,11,11,11,11,10,10,10,11,11,11,11,11,11,11,11,11,11,11,11,10,10,10,11,11,11,11,11,11,11,11,11,11,11,11,10,10,10,11,11,11,11,11,11,11,11,11,11,11,11,10,10,10,11,11,11,11,11,11,11,11,11,11,11,11,10,10,10,11,11,11,11,11,11,11,11,11,11,11,11,10,10,10,11,11,11,11,11,11,11,11,11,11,11,11,10,10,10,11,11,11,11,11,11,11,11,11,11,11,11,10,10,10,11,11,11,11,11,11,11,11,11,11,11,11,10,10,10,11,11,11,11,11,11,11,11,11,11,11,11,10,10,10,11,11,11,11,11,11,11,11,11,11,11,11,10,10,10,11,11,11,11,11,11,11,11,11,11,11,11,10,10,10,11,11,11,11,11,11,11,11,11,11,11,11,10,10,10,11,11,11,11,11,11,11,11,11,11,11,11,10,10,10,11,11,11,11,11,11,11,11,11,11,11,11,10,10,10,11,11,11,11,11,11,11,11,11,11,11,11,10,10,10,11,11,11,11,11,11,11,11,11,11,11,11,10,10,10,11,11,11,11,11,11,11,11,11,11,11,11,10,10,10,11,11,11,11,11,11,11,11,11,11,11,11,10,10,10,11,11,11,11,11,11,11,11,11,11,11,11,10,10,10,11,11,11,11,11,11,11,11,11,11,11,11,10,10,10,11,11,11,11,11,11,11,11,11,11,11,11,10,10,10,11,11,11,11,11,11,11,11,11,11,11,11,10,10,10,11,11,11,11,11,11,11,11,11,11,11,11,10,10,10,11,11,11,11,11,11,11,11,11,11,11,11,10,10,10,11,11,11,11,11,11,11,11,11,11,11,11,10,10,10,11,11,11,11,11,11,11,11,11,11,11,11,10,10,10,11,11,11,11,11,11,11,11,11,11,11,11,10,10,10,11,11,11,11,11,11,11,11,11,11,11,11,10,10,10,11,11,11,11,11,11,11,11,11,11,11,11,10,10,10,11,11,11,11,11,11,11,11,11,11,11,11,10,10,10,11,11,11,11,11,11,11,11,11,11,11,11,10,10,10,11,11,11,11,11,11,11,11,11,11,11,11,10,10,10,11,11,11,11,11,11,11,11,11,11,11,11,10,10,10,11,11,11,11,11,11,11,11,11,11,11,11,10,10,10,11,11,11,11,11,11,11,11,11,11,11,11,10,10,10,11,11,11,11,11,11,11,11,11,11,11,11,10,10,10,11,11,11,11,11,11,11,11,11,11,11,11,10,10,10,11,11,11,11,11,11,11,11,11,11,11,11,10,10,10,11,11,11,11,11,11,11,11,11,11,11,11,10,10,10,11,11,11,11,11,11,11,11,11,11,11,11,10,10,10,13,13,13,13,13,13,13,13,13,13,11,11,11,11,11,13,13,13,13,13,13,13,13,13,13,11,11,11,11,11,13,13,13,13,13,13,13,13,13,13,11,11,11,11,11,13,13,13,13,13,13,13,13,13,13,11,11,11,11,11,13,13,13,13,13,13,13,13,13,13,11,11,11,11,11,13,13,13,13,13,13,13,13,13,13,11,11,11,11,11,13,13,13,13,13,13,13,13,13,13,11,11,11,11,11,13,13,13,13,13,13,13,13,13,13,11,11,11,11,11,13,13,13,13,13,13,13,13,13,13,11,11,11,11,11,13,13,13,13,13,13,13,13,13,13,11,11,11,11,11,13,13,13,13,13,13,13,13,13,13,11,11,11,11,11,13,13,13,13,13,13,13,13,13,13,11,11,11,11,11,13,13,13,13,13,13,13,13,13,13,11,11,11,11,11,13,13,13,13,13,13,13,13,13,13,11,11,11,11,11,13,13,13,13,13,13,13,13,13,13,11,11,11,11,11,13,13,13,13,13,13,13,13,13,13,13,13,13,11,11,13,13,13,13,13,13,13,13,13,13,13,13,13,11,11,13,13,13,13,13,13,13,13,13,13,13,13,13,11,11,13,13,13,13,13,13,13,13,13,13,13,13,13,11,11,13,13,13,13,13,13,13,13,13,13,13,13,13,11,11,13,13,13,13,13,13,13,13,13,13,13,13,13,11,11,13,13,13,13,13,13,13,13,13,13,13,13,13,11,11,13,13,13,13,13,13,13,13,13,13,13,13,13,11,11,13,13,13,13,13,13,13,13,13,13,13,13,13,11,11,13,13,13,13,13,13,13,13,13,13,13,13,13,11,11,13,13,13,13,13,13,13,13,13,13,13,13,13,11,11,13,13,13,13,13,13,13,13,13,13,13,13,13,11,11,13,13,13,13,13,13,13,13,13,13,13,13,13,11,11,13,13,13,13,13,13,13,13,13,13,13,13,13,11,11,13,13,13,13,13,13,13,13,13,13,13,13,13,11,11,13,13,13,13,13,13,13,13,13,13,13,13,13,11,11,13,13,13,13,13,13,13,13,13,13,13,13,13,11,11,13,13,13,13,13,13,13,13,13,13,13,13,13,11,11,13,13,13,13,13,13,13,13,13,13,13,13,13,11,11,13,13,13,13,13,13,13,13,13,13,13,13,13,11,11,13,13,13,13,13,13,13,13,13,13,13,13,13,11,11,13,13,13,13,13,13,13,13,13,13,13,13,13,11,11,13,13,13,13,13,13,13,13,13,13,13,13,13,11,11,13,13,13,13,13,13,13,13,13,13,13,13,13,11,11,13,13,13,13,13,13,13,13,13,13,13,13,13,11,11,13,13,13,13,13,13,13,13,13,13,13,13,13,11,11,13,13,13,13,13,13,13,13,13,13,13,13,13,11,11,13,13,13,13,13,13,13,13,13,13,13,13,13,11,11,13,13,13,13,13,13,13,13,13,13,13,13,13,11,11,13,13,13,13,13,13,13,13,13,13,13,13,13,11,11,13,13,13,13,13,13,13,13,13,13,13,13,13,11,11,13,13,13,13,13,13,13,13,13,13,13,13,13,11,11,13,13,13,13,13,13,13,13,13,13,13,13,13,11,11,13,13,13,13,13,13,13,13,13,13,13,13,13,11,11,13,13,13,13,13,13,13,13,13,13,13,13,13,11,11,13,13,13,13,13,13,13,13,13,13,13,13,13,11,11,13,13,13,13,13,13,13,13,13,13,13,13,13,11,11,13,13,13,13,13,13,13,13,13,13,13,13,13,11,11,13,13,13,13,13,13,13,13,13,13,13,13,13,11,11,13,13,13,13,13,13,13,13,13,13,13,13,13,11,11,13,13,13,13,13,13,13,13,13,13,13,13,13,11,11,13,13,13,13,13,13,13,13,13,13,13,13,13,11,11,13,13,13,13,13,13,13,13,13,13,13,13,13,11,11,13,13,13,13,13,13,13,13,13,13,13,13,13,11,11,13,13,13,13,13,13,13,13,13,13,13,13,13,11,11,13,13,13,13,13,13,13,13,13,13,13,13,13,11,11,13,13,13,13,13,13,13,13,13,13,13,13,13,11,11,13,13,13,13,13,13,13,13,13,13,13,13,13,11,11,13,13,13,13,13,13,13,13,13,13,13,13,13,11,11,13,13,13,13,13,13,13,13,13,13,13,13,13,11,11,13,13,13,13,13,13,13,13,13,13,13,13,13,11,11,13,13,13,13,13,13,13,13,13,13,13,13,13,11,11,13,13,13,13,13,13,13,13,13,13,13,13,13,11,11,13,13,13,13,13,13,13,13,13,13,13,13,13,11,11,13,13,13,13,13,13,13,13,13,13,13,13,13,11,11,13,13,13,13,13,13,13,13,13,13,13,13,13,11,11,13,13,13,13,13,13,13,13,13,13,13,13,13,11,11,13,13,13,13,13,13,13,13,13,13,13,13,13,11,11,13,13,13,13,13,13,13,13,13,13,13,13,13,11,11,13,13,13,13,13,13,13,13,13,13,13,13,13,11,11,13,13,13,13,13,13,13,13,13,13,13,13,13,11,11,13,13,13,13,13,13,13,13,13,13,13,13,13,11,11,13,13,13,13,13,13,13,13,13,13,13,13,13,11,11,13,13,13,13,13,13,13,13,13,13,13,13,13,11,11,13,13,13,13,13,13,13,13,13,13,13,13,13,11,11,13,13,13,13,13,13,13,13,13,13,13,13,13,11,11,13,13,13,13,13,13,13,13,13,13,13,13,13,11,11,13,13,13,13,13,13,13,13,13,13,13,13,13,11,11,13,13,13,13,13,13,13,13,13,13,13,13,13,11,11,13,13,13,13,13,13,13,13,13,13,13,13,13,11,11,13,13,13,13,13,13,13,13,13,13,13,13,13,11,11,13,13,13,13,13,13,13,13,13,13,13,13,13,11,11,13,13,13,13,13,13,13,13,13,13,13,13,13,11,11,13,13,13,13,13,13,13,13,13,13,13,13,13,11,11,13,13,13,13,13,13,13,13,13,13,13,13,13,11,11,85,86,93,93,93,93,93,93,93,93,93,94,95,99,100,85,86,93,93,93,93,93,93,93,93,93,94,95,99,100,85,86,93,93,93,93,93,93,93,93,93,94,95,99,100,85,86,93,93,93,93,93,93,93,93,93,94,95,99,100,85,86,93,93,93,93,93,93,93,93,93,94,95,99,100,85,86,93,93,93,93,93,93,93,93,93,94,95,99,100,85,86,93,93,93,93,93,93,93,93,93,94,95,99,100,85,86,93,93,93,93,93,93,93,93,93,94,95,99,100,85,86,93,93,93,93,93,93,93,93,93,94,95,99,100,85,86,93,93,93,93,93,93,93,93,93,94,95,99,100,85,86,93,93,93,93,93,93,93,93,93,94,95,99,100,85,86,93,93,93,93,93,93,93,93,93,94,95,99,100,85,86,93,93,93,93,93,93,93,93,93,94,95,99,100,85,86,93,93,93,93,93,93,93,93,93,94,95,99,100,85,86,93,93,93,93,93,93,93,93,93,94,95,99,100,85,86,93,93,93,93,93,93,93,93,93,94,95,99,100,85,86,93,93,93,93,93,93,93,93,93,94,95,99,100,85,86,93,93,93,93,93,93,93,93,93,94,95,99,100,85,86,93,93,93,93,93,93,93,93,93,94,95,99,100,85,86,93,93,93,93,93,93,93,93,93,94,95,99,100,85,86,93,93,93,93,93,93,93,93,93,94,95,99,100,85,86,93,93,93,93,93,93,93,93,93,94,95,99,100,85,86,93,93,93,93,93,93,93,93,93,94,95,99,100,85,86,93,93,93,93,93,93,93,93,93,94,95,99,100,85,86,93,93,93,93,93,93,93,93,93,94,95,99,100,85,86,93,93,93,93,93,93,93,93,93,94,95,99,100,85,86,93,93,93,93,93,93,93,93,93,94,95,99,100,85,86,93,93,93,93,93,93,93,93,93,94,95,99,100,85,86,93,93,93,93,93,93,93,93,93,94,95,99,100,85,86,93,93,93,93,93,93,93,93,93,94,95,99,100,85,86,93,93,93,93,93,93,93,93,93,94,95,99,100,85,86,93,93,93,93,93,93,93,93,93,94,95,99,100,85,86,93,93,93,93,93,93,93,93,93,94,95,99,100,85,86,93,93,93,93,93,93,93,93,93,94,95,99,100,85,86,93,93,93,93,93,93,93,93,93,94,95,99,100,85,86,93,93,93,93,93,93,93,93,93,94,95,99,100,85,86,93,93,93,93,93,93,93,93,93,94,95,99,100,85,86,93,93,93,93,93,93,93,93,93,94,95,99,100,85,86,93,93,93,93,93,93,93,93,93,94,95,99,100,85,86,93,93,93,93,93,93,93,93,93,94,95,99,100,85,86,93,93,93,93,93,93,93,93,93,94,95,99,100,85,86,93,93,93,93,93,93,93,93,93,94,95,99,100,85,86,93,93,93,93,93,93,93,93,93,94,95,99,100,85,86,93,93,93,93,93,93,93,93,93,94,95,99,100,85,86,93,93,93,93,93,93,93,93,93,94,95,99,100,85,86,93,93,93,93,93,93,93,93,93,94,95,99,100,85,86,93,93,93,93,93,93,93,93,93,94,95,99,100,85,86,93,93,93,93,93,93,93,93,93,94,95,99,100,85,86,93,93,93,93,93,93,93,93,93,94,95,99,100,85,86,93,93,93,93,93,93,93,93,93,94,95,99,100,85,86,93,93,93,93,93,93,93,93,93,94,95,99,100,85,86,93,93,93,93,93,93,93,93,93,94,95,99,100,85,86,93,93,93,93,93,93,93,93,93,94,95,99,100,85,86,93,93,93,93,93,93,93,93,93,94,95,99,100,85,86,93,93,93,93,93,93,93,93,93,94,95,99,100,85,86,93,93,93,93,93,93,93,93,93,94,95,99,100,85,86,93,93,93,93,93,93,93,93,93,94,95,99,100,85,86,93,93,93,93,93,93,93,93,93,94,95,99,100,12,16,16,17,17,17,17,17,17,17,17,17,17,30,30,12,16,16,17,17,17,17,17,17,17,17,17,17,30,30,12,16,16,17,17,17,17,17,17,17,17,17,17,30,30,12,16,16,17,17,17,17,17,17,17,17,17,17,30,30,12,16,16,17,17,17,17,17,17,17,17,17,17,30,30,12,16,16,17,17,17,17,17,17,17,17,17,17,30,30,12,16,16,17,17,17,17,17,17,17,17,17,17,30,30,12,16,16,17,17,17,17,17,17,17,17,17,17,30,30,12,16,16,17,17,17,17,17,17,17,17,17,17,30,30,12,16,16,17,17,17,17,17,17,17,17,17,17,30,30,12,16,16,17,17,17,17,17,17,17,17,17,17,30,30,12,16,16,17,17,17,17,17,17,17,17,17,17,30,30,12,16,16,17,17,17,17,17,17,17,17,17,17,30,30,12,16,16,17,17,17,17,17,17,17,17,17,17,30,30,12,16,16,17,17,17,17,17,17,17,17,17,17,30,30,12,16,16,17,17,17,17,17,17,17,17,17,17,30,30,12,16,16,17,17,17,17,17,17,17,17,17,17,30,30,12,16,16,17,17,17,17,17,17,17,17,17,17,30,30,12,16,16,17,17,17,17,17,17,17,17,17,17,30,30,12,16,16,17,17,17,17,17,17,17,17,17,17,30,30,12,16,16,17,17,17,17,17,17,17,17,17,17,30,30,12,16,16,17,17,17,17,17,17,17,17,17,17,30,30,12,16,16,17,17,17,17,17,17,17,17,17,17,30,30,12,16,16,17,17,17,17,17,17,17,17,17,17,30,30,12,16,16,17,17,17,17,17,17,17,17,17,17,30,30,12,16,16,17,17,17,17,17,17,17,17,17,17,30,30,12,16,16,17,17,17,17,17,17,17,17,17,17,30,30,12,16,16,17,17,17,17,17,17,17,17,17,17,30,30,12,16,16,17,17,17,17,17,17,17,17,17,17,30,30,12,16,16,17,17,17,17,17,17,17,17,17,17,30,30,12,16,16,17,17,17,17,17,17,17,17,17,17,30,30,12,16,16,17,17,17,17,17,17,17,17,17,17,30,30,12,16,16,17,17,17,17,17,17,17,17,17,17,30,30,12,16,16,17,17,17,17,17,17,17,17,17,17,30,30,12,16,16,17,17,17,17,17,17,17,17,17,17,30,30,12,16,16,17,17,17,17,17,17,17,17,17,17,30,30,12,16,16,17,17,17,17,17,17,17,17,17,17,30,30,12,16,16,17,17,17,17,17,17,17,17,17,17,30,30,12,16,16,17,17,17,17,17,17,17,17,17,17,30,30,12,16,16,17,17,17,17,17,17,17,17,17,17,30,30,12,16,16,17,17,17,17,17,17,17,17,17,17,30,30,12,16,16,17,17,17,17,17,17,17,17,17,17,30,30,12,16,16,17,17,17,17,17,17,17,17,17,17,30,30,12,16,16,17,17,17,17,17,17,17,17,17,17,30,30,12,16,16,17,17,17,17,17,17,17,17,17,17,30,30,12,16,16,17,17,17,17,17,17,17,17,17,17,30,30,12,16,16,17,17,17,17,17,17,17,17,17,17,30,30,12,16,16,17,17,17,17,17,17,17,17,17,17,30,30,12,16,16,17,17,17,17,17,17,17,17,17,17,30,30,12,16,16,17,17,17,17,17,17,17,17,17,17,30,30,12,16,16,17,17,17,17,17,17,17,17,17,17,30,30,12,16,16,17,17,17,17,17,17,17,17,17,17,30,30,12,16,16,17,17,17,17,17,17,17,17,17,17,30,30,12,16,16,17,17,17,17,17,17,17,17,17,17,30,30,12,16,16,17,17,17,17,17,17,17,17,17,17,30,30,12,16,16,17,17,17,17,17,17,17,17,17,17,30,30,12,16,16,17,17,17,17,17,17,17,17,17,17,30,30,12,16,16,17,17,17,17,17,17,17,17,17,17,30,30,12,16,16,17,17,17,17,17,17,17,17,17,17,30,30,12,16,16,17,17,17,17,17,17,17,17,17,17,30,30,12,16,16,17,17,17,17,17,17,17,17,17,17,30,30,12,16,16,17,17,17,17,17,17,17,17,17,17,30,30,12,16,16,17,17,17,17,17,17,17,17,17,17,30,30,12,16,16,17,17,17,17,17,17,17,17,17,17,30,30,67,67,67,67,68,69,69,70,70,70,70,70,70,83,84,67,67,67,67,68,69,69,70,70,70,70,70,70,83,84,67,67,67,67,68,69,69,70,70,70,70,70,70,83,84,67,67,67,67,68,69,69,70,70,70,70,70,70,83,84,67,67,67,67,68,69,69,70,70,70,70,70,70,83,84,67,67,67,67,68,69,69,70,70,70,70,70,70,83,84,67,67,67,67,68,69,69,70,70,70,70,70,70,83,84,67,67,67,67,68,69,69,70,70,70,70,70,70,83,84,24,24,25,24,24,24,24,25,26,26,26,26,26,37,38,24,24,25,24,24,24,24,25,26,26,26,26,26,37,38,24,24,25,24,24,24,24,25,26,26,26,26,26,37,38,22,21,21,21,22,21,21,21,21,21,21,21,21,21,21,22,21,21,21,22,21,21,21,21,21,21,21,21,21,21,22,21,21,21,22,21,21,21,21,21,21,21,21,21,21,22,21,21,21,22,21,21,21,21,21,21,21,21,21,21,22,21,21,21,22,21,21,21,21,21,21,21,21,21,21,22,21,21,21,22,21,21,21,21,21,21,21,21,21,21,22,21,21,21,22,21,21,21,21,21,21,21,21,21,21,22,21,21,21,22,21,21,21,21,21,21,21,21,21,21,22,21,21,21,22,21,21,21,21,21,21,21,21,21,21,22,21,21,21,22,21,21,21,21,21,21,21,21,21,21,22,21,21,21,22,21,21,21,21,21,21,21,21,21,21,22,21,21,21,22,21,21,21,21,21,21,21,21,21,21,22,21,21,21,22,21,21,21,21,21,21,21,21,21,21,22,21,21,21,22,21,21,21,21,21,21,21,21,21,21,22,21,21,21,22,21,21,21,21,21,21,21,21,21,21,22,21,21,21,22,21,21,21,21,21,21,21,21,21,21,22,21,21,21,22,21,21,21,21,21,21,21,21,21,21,22,21,21,21,22,21,21,21,21,21,21,21,21,21,21,22,21,21,21,22,21,21,21,21,21,21,21,21,21,21,22,21,21,21,22,21,21,21,21,21,21,21,21,21,21,22,21,21,21,22,21,21,21,21,21,21,21,21,21,21,22,21,21,21,22,21,21,21,21,21,21,21,21,21,21,22,21,21,21,22,21,21,21,21,21,21,21,21,21,21,22,21,21,21,22,21,21,21,21,21,21,21,21,21,21,22,21,21,21,22,21,21,21,21,21,21,21,21,21,21,22,21,21,21,22,21,21,21,21,21,21,21,21,21,21,22,21,21,21,22,21,21,21,21,21,21,21,21,21,21,22,21,21,21,22,21,21,21,21,21,21,21,21,21,21,22,21,21,21,22,21,21,21,21,21,21,21,21,21,21,22,21,21,21,22,21,21,21,21,21,21,21,21,21,21,22,21,21,21,22,21,21,21,21,21,21,21,21,21,21,22,21,21,21,22,21,21,21,21,21,21,21,21,21,21,22,21,21,21,22,21,21,21,21,21,21,21,21,21,21,22,21,21,21,22,21,21,21,21,21,21,21,21,21,21,22,21,21,21,22,21,21,21,21,21,21,21,21,21,21,22,21,21,21,22,21,21,21,21,21,21,21,21,21,21,22,21,21,21,22,21,21,21,21,21,21,21,21,21,21,22,21,21,21,22,21,21,21,21,21,21,21,21,21,21,22,21,21,21,22,21,21,21,21,21,21,21,21,21,21,22,21,21,21,22,21,21,21,21,21,21,21,21,21,21,22,21,21,21,22,21,21,21,21,21,21,21,21,21,21,22,21,21,21,22,21,21,21,21,21,21,21,21,21,21,22,21,21,21,22,21,21,21,21,21,21,21,21,21,21,22,21,21,21,22,21,21,21,21,21,21,21,21,21,21,22,21,21,21,22,21,21,21,21,21,21,21,21,21,21,22,21,21,21,22,21,21,21,21,21,21,21,21,21,21,22,21,21,21,22,21,21,21,21,21,21,21,21,21,21,22,21,21,21,22,21,21,21,21,21,21,21,21,21,21,22,21,21,21,22,21,21,21,21,21,21,21,21,21,21,22,21,21,21,22,21,21,21,21,21,21,21,21,21,21,22,21,21,21,22,21,21,21,21,21,21,21,21,21,21,22,21,21,21,22,21,21,21,21,21,21,21,21,21,21,22,21,21,21,22,21,21,21,21,21,21,21,21,21,21,22,21,21,21,22,21,21,21,21,21,21,21,21,21,21,22,21,21,21,22,21,21,21,21,21,21,21,21,21,21,22,21,21,21,22,21,21,21,21,21,21,21,21,21,21,22,21,21,21,22,21,21,21,21,21,21,21,21,21,21,22,21,21,21,22,21,21,21,21,21,21,21,21,21,21,22,21,21,21,22,21,21,21,21,21,21,21,21,21,21,22,21,21,21,22,21,21,21,21,21,21,21,21,21,21,22,21,21,21,22,21,21,21,21,21,21,21,21,21,21,22,21,21,21,22,21,21,21,21,21,21,21,21,21,21,22,21,21,21,22,21,21,21,21,21,21,21,21,21,21,22,21,21,21,22,21,21,21,21,21,21,21,21,21,21,22,21,21,21,22,21,21,21,21,21,21,21,21,21,21,22,21,21,21,22,21,21,21,21,21,21,21,21,21,21,22,21,21,21,22,21,21,21,21,21,21,21,21,21,21,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,11,11,11,11,11,11,11,11,11,11,11,11,11,11,6,7,7,7,7,7,7,7,7,5,5,5,5,5,5,5,7,7,7,7,7,7,7,7,5,5,5,5,5,5,5,7,7,7,7,7,7,7,7,5,5,5,5,5,5,5,7,7,7,7,7,7,7,7,5,5,5,5,5,5,5,7,7,7,7,7,7,7,7,5,5,5,5,5,5,5,7,7,7,7,7,7,7,7,5,5,5,5,5,5,5,7,7,7,7,7,7,7,7,5,5,5,5,5,5,5,7,7,7,7,7,7,7,7,5,5,5,5,5,5,5,7,7,7,7,7,7,7,7,5,5,5,5,5,5,5,7,7,7,7,7,7,7,7,5,5,5,5,5,5,5,7,7,7,7,7,7,7,7,5,5,5,5,5,5,5,7,7,7,7,7,7,7,7,5,5,5,5,5,5,5,7,7,7,7,7,7,7,7,5,5,5,5,5,5,5,7,7,7,7,7,7,7,7,5,5,5,5,5,5,5,7,7,7,7,7,7,7,7,5,5,5,5,5,5,5,7,7,7,7,7,7,7,7,5,5,5,5,5,5,5,7,7,7,7,7,7,7,7,5,5,5,5,5,5,5,7,7,7,7,7,7,7,7,5,5,5,5,5,5,5,7,7,7,7,7,7,7,7,5,5,5,5,5,5,5,7,7,7,7,7,7,7,7,5,5,5,5,5,5,5,7,7,7,7,7,7,7,7,5,5,5,5,5,5,5,7,7,7,7,7,7,7,7,5,5,5,5,5,5,5,7,7,7,7,7,7,7,7,5,5,5,5,5,5,5,7,7,7,7,7,7,7,7,5,5,5,5,5,5,5,7,7,7,7,7,7,7,7,5,5,5,5,5,5,5,7,7,7,7,7,7,7,7,5,5,5,5,5,5,5,7,7,7,7,7,7,7,7,5,5,5,5,5,5,5,7,7,7,7,7,7,7,7,5,5,5,5,5,5,5,7,7,7,7,7,7,7,7,5,5,5,5,5,5,5,7,7,7,7,7,7,7,7,5,5,5,5,5,5,5,7,7,7,7,7,7,7,7,5,5,5,5,5,5,5,7,7,7,7,7,7,7,7,5,5,5,5,5,5,5,7,7,7,7,7,7,7,7,5,5,5,5,5,5,5,7,7,7,7,7,7,7,7,5,5,5,5,5,5,5,7,7,7,7,7,7,7,7,5,5,5,5,5,5,5,7,7,7,7,7,7,7,7,5,5,5,5,5,5,5,7,7,7,7,7,7,7,7,5,5,5,5,5,5,5,7,7,7,7,7,7,7,7,5,5,5,5,5,5,5,7,7,7,7,7,7,7,7,5,5,5,5,5,5,5,7,7,7,7,7,7,7,7,5,5,5,5,5,5,5,7,7,7,7,7,7,7,7,5,5,5,5,5,5,5,7,7,7,7,7,7,7,7,5,5,5,5,5,5,5,7,7,7,7,7,7,7,7,5,5,5,5,5,5,5,7,7,7,7,7,7,7,7,5,5,5,5,5,5,5,58,58,58,58,58,60,61,61,61,61,66,66,66,64,64,58,58,58,58,58,60,61,61,61,61,66,66,66,64,64,58,58,58,58,58,60,61,61,61,61,66,66,66,64,64,58,58,58,58,58,60,61,61,61,61,66,66,66,64,64,58,58,58,58,58,60,61,61,61,61,66,66,66,64,64,58,58,58,58,58,60,61,61,61,61,66,66,66,64,64,58,58,58,58,58,60,61,61,61,61,66,66,66,64,64,58,58,58,58,58,60,61,61,61,61,66,66,66,64,64,58,58,58,58,58,60,61,61,61,61,66,66,66,64,64,58,58,58,58,58,60,61,61,61,61,66,66,66,64,64,58,58,58,58,58,60,61,61,61,61,66,66,66,64,64,58,58,58,58,58,60,61,61,61,61,66,66,66,64,64,58,58,58,58,58,60,61,61,61,61,66,66,66,64,64,58,58,58,58,58,60,61,61,61,61,66,66,66,64,64,58,58,58,58,58,60,61,61,61,61,66,66,66,64,64,58,58,58,58,58,60,61,61,61,61,66,66,66,64,64,58,58,58,58,58,60,61,61,61,61,66,66,66,64,64,58,58,58,58,58,60,61,61,61,61,66,66,66,64,64,58,58,58,58,58,60,61,61,61,61,66,66,66,64,64,58,58,58,58,58,60,61,61,61,61,66,66,66,64,64,58,58,58,58,58,60,61,61,61,61,66,66,66,64,64,58,58,58,58,58,60,61,61,61,61,66,66,66,64,64,58,58,58,58,58,60,61,61,61,61,66,66,66,64,64,58,58,58,58,58,60,61,61,61,61,66,66,66,64,64,58,58,58,58,58,60,61,61,61,61,66,66,66,64,64,58,58,58,58,58,60,61,61,61,61,66,66,66,64,64,58,58,58,58,58,60,61,61,61,61,66,66,66,64,64,58,58,58,58,58,60,61,61,61,61,66,66,66,64,64,58,58,58,58,58,60,61,61,61,61,66,66,66,64,64,58,58,58,58,58,60,61,61,61,61,66,66,66,64,64,58,58,58,58,58,60,61,61,61,61,66,66,66,64,64,58,58,58,58,58,60,61,61,61,61,66,66,66,64,64,58,58,58,58,58,60,61,61,61,61,66,66,66,64,64,58,58,58,58,58,60,61,61,61,61,66,66,66,64,64,58,58,58,58,58,60,61,61,61,61,66,66,66,64,64,58,58,58,58,58,60,61,61,61,61,66,66,66,64,64,58,58,58,58,58,60,61,61,61,61,66,66,66,64,64,58,58,58,58,58,60,61,61,61,61,66,66,66,64,64,58,58,58,58,58,60,61,61,61,61,66,66,66,64,64,58,58,58,58,58,60,61,61,61,61,66,66,66,64,64,58,58,58,58,58,60,61,61,61,61,66,66,66,64,64,58,58,58,58,58,60,61,61,61,61,66,66,66,64,64,58,58,58,58,58,60,61,61,61,61,66,66,66,64,64,58,58,58,58,58,60,61,61,61,61,66,66,66,64,64,58,58,58,58,58,60,61,61,61,61,66,66,66,64,64,58,58,58,58,58,60,61,61,61,61,66,66,66,64,64,58,58,58,58,58,60,61,61,61,61,66,66,66,64,64,58,58,58,58,58,60,61,61,61,61,66,66,66,64,64,58,58,58,58,58,60,61,61,61,61,66,66,66,64,64,58,58,58,58,58,60,61,61,61,61,66,66,66,64,64,58,58,58,58,58,60,61,61,61,61,66,66,66,64,64,58,58,58,58,58,60,61,61,61,61,66,66,66,64,64,58,58,58,58,58,60,61,61,61,61,66,66,66,64,64,58,58,58,58,58,60,61,61,61,61,66,66,66,64,64,58,58,58,58,58,60,61,61,61,61,66,66,66,64,64,58,58,58,58,58,60,61,61,61,61,66,66,66,64,64,58,58,58,58,58,60,61,61,61,61,66,66,66,64,64,58,58,58,58,58,60,61,61,61,61,66,66,66,64,64,58,58,58,58,58,60,61,61,61,61,66,66,66,64,64,58,58,58,58,58,60,61,61,61,61,66,66,66,64,64,58,58,58,58,58,60,61,61,61,61,66,66,66,64,64,58,58,58,58,58,60,61,61,61,61,66,66,66,64,64,58,58,58,58,58,60,61,61,61,61,66,66,66,64,64,58,58,58,58,58,60,61,61,61,61,66,66,66,64,64,58,58,58,58,58,60,61,61,61,61,66,66,66,64,64,58,58,58,58,58,60,61,61,61,61,66,66,66,64,64,58,58,58,58,58,60,61,61,61,61,66,66,66,64,64,58,58,58,58,58,60,61,61,61,61,66,66,66,64,64,58,58,58,58,58,60,61,61,61,61,66,66,66,64,64,58,58,58,58,58,60,61,61,61,61,66,66,66,64,64,58,58,58,58,58,60,61,61,61,61,66,66,66,64,64,58,58,58,58,58,60,61,61,61,61,66,66,66,64,64,58,58,58,58,58,60,61,61,61,61,66,66,66,64,64,58,58,58,58,58,60,61,61,61,61,66,66,66,64,64,58,58,58,58,58,60,61,61,61,61,66,66,66,64,64,58,58,58,58,58,60,61,61,61,61,66,66,66,64,64,58,58,58,58,58,60,61,61,61,61,66,66,66,64,64,58,58,58,58,58,60,61,61,61,61,66,66,66,64,64,58,58,58,58,58,60,61,61,61,61,66,66,66,64,64,58,58,58,58,58,60,61,61,61,61,66,66,66,64,64,58,58,58,58,58,60,61,61,61,61,66,66,66,64,64,58,58,58,58,58,60,61,61,61,61,66,66,66,64,64,58,58,58,58,58,60,61,61,61,61,66,66,66,64,64,58,58,58,58,58,60,61,61,61,61,66,66,66,64,64,58,58,58,58,58,60,61,61,61,61,66,66,66,64,64,58,58,58,58,58,60,61,61,61,61,66,66,66,64,64,58,58,58,58,58,60,61,61,61,61,66,66,66,64,64,58,58,58,58,58,60,61,61,61,61,66,66,66,64,64,58,58,58,58,58,60,61,61,61,61,66,66,66,64,64,58,58,58,58,58,60,61,61,61,61,66,66,66,64,64,58,58,58,58,58,60,61,61,61,61,66,66,66,64,64,58,58,58,58,58,60,61,61,61,61,66,66,66,64,64,58,58,58,58,58,60,61,61,61,61,66,66,66,64,64,58,58,58,58,58,60,61,61,61,61,66,66,66,64,64,58,58,58,58,58,60,61,61,61,61,66,66,66,64,64,58,58,58,58,58,60,61,61,61,61,66,66,66,64,64,58,58,58,58,58,60,61,61,61,61,66,66,66,64,64,58,58,58,58,58,60,61,61,61,61,66,66,66,64,64,58,58,58,58,58,60,61,61,61,61,66,66,66,64,64,58,58,58,58,58,60,61,61,61,61,66,66,66,64,64,58,58,58,58,58,60,61,61,61,61,66,66,66,64,64,58,58,58,58,58,60,61,61,61,61,66,66,66,64,64,10,9,9,10,10,10,10,10,10,10,10,10,10,10,11,10,9,9,10,10,10,10,10,10,10,10,10,10,10,11,10,9,9,10,10,10,10,10,10,10,10,10,10,10,11,10,9,9,10,10,10,10,10,10,10,10,10,10,10,11,10,9,9,10,10,10,10,10,10,10,10,10,10,10,11,10,9,9,10,10,10,10,10,10,10,10,10,10,10,11,10,9,9,10,10,10,10,10,10,10,10,10,10,10,11,10,9,9,10,10,10,10,10,10,10,10,10,10,10,11,10,9,9,10,10,10,10,10,10,10,10,10,10,10,11,10,9,9,10,10,10,10,10,10,10,10,10,10,10,11,10,9,9,10,10,10,10,10,10,10,10,10,10,10,11,10,9,9,10,10,10,10,10,10,10,10,10,10,10,11,10,9,9,10,10,10,10,10,10,10,10,10,10,10,11,10,9,9,10,10,10,10,10,10,10,10,10,10,10,11,10,9,9,10,10,10,10,10,10,10,10,10,10,10,11,10,9,9,10,10,10,10,10,10,10,10,10,10,10,11,10,9,9,10,10,10,10,10,10,10,10,10,10,10,11,10,9,9,10,10,10,10,10,10,10,10,10,10,10,11,10,9,9,10,10,10,10,10,10,10,10,10,10,10,11,10,9,9,10,10,10,10,10,10,10,10,10,10,10,11,10,9,9,10,10,10,10,10,10,10,10,10,10,10,11,10,9,9,10,10,10,10,10,10,10,10,10,10,10,11,10,9,9,10,10,10,10,10,10,10,10,10,10,10,11,10,9,9,10,10,10,10,10,10,10,10,10,10,10,11,10,9,9,10,10,10,10,10,10,10,10,10,10,10,11,10,9,9,10,10,10,10,10,10,10,10,10,10,10,11,10,9,9,10,10,10,10,10,10,10,10,10,10,10,11,10,9,9,10,10,10,10,10,10,10,10,10,10,10,11,10,9,9,10,10,10,10,10,10,10,10,10,10,10,11,10,9,9,10,10,10,10,10,10,10,10,10,10,10,11,10,9,9,10,10,10,10,10,10,10,10,10,10,10,11,10,9,9,10,10,10,10,10,10,10,10,10,10,10,11,10,9,9,10,10,10,10,10,10,10,10,10,10,10,11,10,9,9,10,10,10,10,10,10,10,10,10,10,10,11,10,9,9,10,10,10,10,10,10,10,10,10,10,10,11,10,9,9,10,10,10,10,10,10,10,10,10,10,10,11,10,9,9,10,10,10,10,10,10,10,10,10,10,10,11,10,9,9,10,10,10,10,10,10,10,10,10,10,10,11,10,9,9,10,10,10,10,10,10,10,10,10,10,10,11,10,9,9,10,10,10,10,10,10,10,10,10,10,10,11,10,9,9,10,10,10,10,10,10,10,10,10,10,10,11,10,9,9,10,10,10,10,10,10,10,10,10,10,10,11,10,9,9,10,10,10,10,10,10,10,10,10,10,10,11,10,9,9,10,10,10,10,10,10,10,10,10,10,10,11,10,9,9,10,10,10,10,10,10,10,10,10,10,10,11,10,9,9,10,10,10,10,10,10,10,10,10,10,10,11,10,9,9,10,10,10,10,10,10,10,10,10,10,10,11,10,9,9,10,10,10,10,10,10,10,10,10,10,10,11,10,9,9,10,10,10,10,10,10,10,10,10,10,10,11,10,9,9,10,10,10,10,10,10,10,10,10,10,10,11,10,9,9,10,10,10,10,10,10,10,10,10,10,10,11,10,9,9,10,10,10,10,10,10,10,10,10,10,10,11,10,9,9,10,10,10,10,10,10,10,10,10,10,10,11,10,9,9,10,10,10,10,10,10,10,10,10,10,10,11,10,9,9,10,10,10,10,10,10,10,10,10,10,10,11,10,9,9,10,10,10,10,10,10,10,10,10,10,10,11,10,9,9,10,10,10,10,10,10,10,10,10,10,10,11,10,9,9,10,10,10,10,10,10,10,10,10,10,10,11,10,9,9,10,10,10,10,10,10,10,10,10,10,10,11,10,9,9,10,10,10,10,10,10,10,10,10,10,10,11,10,9,9,10,10,10,10,10,10,10,10,10,10,10,11,10,9,9,10,10,10,10,10,10,10,10,10,10,10,11,10,9,9,10,10,10,10,10,10,10,10,10,10,10,11,10,9,9,10,10,10,10,10,10,10,10,10,10,10,11,10,9,9,10,10,10,10,10,10,10,10,10,10,10,11,10,9,9,10,10,10,10,10,10,10,10,10,10,10,11,10,9,9,10,10,10,10,10,10,10,10,10,10,10,11,10,9,9,10,10,10,10,10,10,10,10,10,10,10,11,10,9,9,10,10,10,10,10,10,10,10,10,10,10,11,10,9,9,10,10,10,10,10,10,10,10,10,10,10,11,10,9,9,10,10,10,10,10,10,10,10,10,10,10,11,10,9,9,10,10,10,10,10,10,10,10,10,10,10,11,10,9,9,10,10,10,10,10,10,10,10,10,10,10,11,10,9,9,10,10,10,10,10,10,10,10,10,10,10,11,10,9,9,10,10,10,10,10,10,10,10,10,10,10,11,10,9,9,10,10,10,10,10,10,10,10,10,10,10,11,10,9,9,10,10,10,10,10,10,10,10,10,10,10,11,10,9,9,10,10,10,10,10,10,10,10,10,10,10,11,10,9,9,10,10,10,10,10,10,10,10,10,10,10,11,10,9,9,10,10,10,10,10,10,10,10,10,10,10,11,10,9,9,10,10,10,10,10,10,10,10,10,10,10,11,10,9,9,10,10,10,10,10,10,10,10,10,10,10,11,10,9,9,10,10,10,10,10,10,10,10,10,10,10,11,10,9,9,10,10,10,10,10,10,10,10,10,10,10,11,10,9,9,10,10,10,10,10,10,10,10,10,10,10,11,10,9,9,10,10,10,10,10,10,10,10,10,10,10,11,10,9,9,10,10,10,10,10,10,10,10,10,10,10,11,10,9,9,10,10,10,10,10,10,10,10,10,10,10,11,10,9,9,10,10,10,10,10,10,10,10,10,10,10,11,10,9,9,10,10,10,10,10,10,10,10,10,10,10,11,10,9,9,10,10,10,10,10,10,10,10,10,10,10,11,10,9,9,10,10,10,10,10,10,10,10,10,10,10,11,19,19,19,19,19,19,19,19,19,19,23,25,25,25,25,19,19,19,19,19,19,19,19,19,19,23,25,25,25,25,19,19,19,19,19,19,19,19,19,19,23,25,25,25,25,19,19,19,19,19,19,19,19,19,19,23,25,25,25,25,19,19,19,19,19,19,19,19,19,19,23,25,25,25,25,19,19,19,19,19,19,19,19,19,19,23,25,25,25,25,19,19,19,19,19,19,19,19,19,19,23,25,25,25,25,19,19,19,19,19,19,19,19,19,19,23,25,25,25,25,19,19,19,19,19,19,19,19,19,19,23,25,25,25,25,19,19,19,19,19,19,19,19,19,19,23,25,25,25,25,19,19,19,19,19,19,19,19,19,19,23,25,25,25,25,19,19,19,19,19,19,19,19,19,19,23,25,25,25,25,19,19,19,19,19,19,19,19,19,19,23,25,25,25,25,19,19,19,19,19,19,19,19,19,19,23,25,25,25,25,19,19,19,19,19,19,19,19,19,19,23,25,25,25,25,19,19,19,19,19,19,19,19,19,19,23,25,25,25,25,19,19,19,19,19,19,19,19,19,19,23,25,25,25,25,19,19,19,19,19,19,19,19,19,19,23,25,25,25,25,19,19,19,19,19,19,19,19,19,19,23,25,25,25,25,19,19,19,19,19,19,19,19,19,19,23,25,25,25,25,19,19,19,19,19,19,19,19,19,19,23,25,25,25,25,19,19,19,19,19,19,19,19,19,19,23,25,25,25,25,19,19,19,19,19,19,19,19,19,19,23,25,25,25,25,19,19,19,19,19,19,19,19,19,19,23,25,25,25,25,19,19,19,19,19,19,19,19,19,19,23,25,25,25,25,19,19,19,19,19,19,19,19,19,19,23,25,25,25,25,19,19,19,19,19,19,19,19,19,19,23,25,25,25,25,19,19,19,19,19,19,19,19,19,19,23,25,25,25,25,19,19,19,19,19,19,19,19,19,19,23,25,25,25,25,19,19,19,19,19,19,19,19,19,19,23,25,25,25,25,19,19,19,19,19,19,19,19,19,19,23,25,25,25,25,19,19,19,19,19,19,19,19,19,19,23,25,25,25,25,19,19,19,19,19,19,19,19,19,19,23,25,25,25,25,19,19,19,19,19,19,19,19,19,19,23,25,25,25,25,19,19,19,19,19,19,19,19,19,19,23,25,25,25,25,19,19,19,19,19,19,19,19,19,19,23,25,25,25,25,19,19,19,19,19,19,19,19,19,19,23,25,25,25,25,19,19,19,19,19,19,19,19,19,19,23,25,25,25,25,19,19,19,19,19,19,19,19,19,19,23,25,25,25,25,19,19,19,19,19,19,19,19,19,19,23,25,25,25,25,19,19,19,19,19,19,19,19,19,19,23,25,25,25,25,19,19,19,19,19,19,19,19,19,19,23,25,25,25,25,19,19,19,19,19,19,19,19,19,19,23,25,25,25,25,19,19,19,19,19,19,19,19,19,19,23,25,25,25,25,19,19,19,19,19,19,19,19,19,19,23,25,25,25,25,19,19,19,19,19,19,19,19,19,19,23,25,25,25,25,19,19,19,19,19,19,19,19,19,19,23,25,25,25,25,19,19,19,19,19,19,19,19,19,19,23,25,25,25,25,19,19,19,19,19,19,19,19,19,19,23,25,25,25,25,19,19,19,19,19,19,19,19,19,19,23,25,25,25,25,19,19,19,19,19,19,19,19,19,19,23,25,25,25,25,19,19,19,19,19,19,19,19,19,19,23,25,25,25,25,19,19,19,19,19,19,19,19,19,19,23,25,25,25,25,19,19,19,19,19,19,19,19,19,19,23,25,25,25,25,19,19,19,19,19,19,19,19,19,19,23,25,25,25,25,19,19,19,19,19,19,19,19,19,19,23,25,25,25,25,19,19,19,19,19,19,19,19,19,19,23,25,25,25,25,19,19,19,19,19,19,19,19,19,19,23,25,25,25,25,19,19,19,19,19,19,19,19,19,19,23,25,25,25,25,19,19,19,19,19,19,19,19,19,19,23,25,25,25,25,19,19,19,19,19,19,19,19,19,19,23,25,25,25,25,19,19,19,19,19,19,19,19,19,19,23,25,25,25,25,19,19,19,19,19,19,19,19,19,19,23,25,25,25,25,19,19,19,19,19,19,19,19,19,19,23,25,25,25,25,19,19,19,19,19,19,19,19,19,19,23,25,25,25,25,19,19,19,19,19,19,19,19,19,19,23,25,25,25,25,19,19,19,19,19,19,19,19,19,19,23,25,25,25,25,19,19,19,19,19,19,19,19,19,19,23,25,25,25,25,19,19,19,19,19,19,19,19,19,19,23,25,25,25,25,19,19,19,19,19,19,19,19,19,19,23,25,25,25,25,19,19,19,19,19,19,19,19,19,19,23,25,25,25,25,19,19,19,19,19,19,19,19,19,19,23,25,25,25,25,19,19,19,19,19,19,19,19,19,19,23,25,25,25,25,19,19,19,19,19,19,19,19,19,19,23,25,25,25,25,19,19,19,19,19,19,19,19,19,19,23,25,25,25,25,19,19,19,19,19,19,19,19,19,19,23,25,25,25,25,19,19,19,19,19,19,19,19,19,19,23,25,25,25,25,19,19,19,19,19,19,19,19,19,19,23,25,25,25,25,19,19,19,19,19,19,19,19,19,19,23,25,25,25,25,19,19,19,19,19,19,19,19,19,19,23,25,25,25,25,19,19,19,19,19,19,19,19,19,19,23,25,25,25,25,19,19,19,19,19,19,19,19,19,19,23,25,25,25,25,19,19,19,19,19,19,19,19,19,19,23,25,25,25,25,19,19,19,19,19,19,19,19,19,19,23,25,25,25,25,19,19,19,19,19,19,19,19,19,19,23,25,25,25,25,19,19,19,19,19,19,19,19,19,19,23,25,25,25,25,19,19,19,19,19,19,19,19,19,19,23,25,25,25,25,19,19,19,19,19,19,19,19,19,19,23,25,25,25,25,19,19,19,19,19,19,19,19,19,19,23,25,25,25,25,19,19,19,19,19,19,19,19,19,19,23,25,25,25,25,19,19,19,19,19,19,19,19,19,19,23,25,25,25,25,19,19,19,19,19,19,19,19,19,19,23,25,25,25,25,19,19,19,19,19,19,19,19,19,19,23,25,25,25,25,19,19,19,19,19,19,19,19,19,19,23,25,25,25,25,19,19,19,19,19,19,19,19,19,19,23,25,25,25,25,19,19,19,19,19,19,19,19,19,19,23,25,25,25,25,19,19,19,19,19,19,19,19,19,19,23,25,25,25,25,19,19,19,19,19,19,19,19,19,19,23,25,25,25,25,19,19,19,19,19,19,19,19,19,19,23,25,25,25,25,15,15,14,14,14,11,11,7,6,6,8,8,8,8,8,15,15,14,14,14,11,11,7,6,6,8,8,8,8,8,15,15,14,14,14,11,11,7,6,6,8,8,8,8,8,15,15,14,14,14,11,11,7,6,6,8,8,8,8,8,15,15,14,14,14,11,11,7,6,6,8,8,8,8,8,15,15,14,14,14,11,11,7,6,6,8,8,8,8,8,15,15,14,14,14,11,11,7,6,6,8,8,8,8,8,15,15,14,14,14,11,11,7,6,6,8,8,8,8,8,15,15,14,14,14,11,11,7,6,6,8,8,8,8,8,15,15,14,14,14,11,11,7,6,6,8,8,8,8,8,15,15,14,14,14,11,11,7,6,6,8,8,8,8,8,15,15,14,14,14,11,11,7,6,6,8,8,8,8,8,15,15,14,14,14,11,11,7,6,6,8,8,8,8,8,15,15,14,14,14,11,11,7,6,6,8,8,8,8,8,15,15,14,14,14,11,11,7,6,6,8,8,8,8,8,15,15,14,14,14,11,11,7,6,6,8,8,8,8,8,15,15,14,14,14,11,11,7,6,6,8,8,8,8,8,15,15,14,14,14,11,11,7,6,6,8,8,8,8,8,15,15,14,14,14,11,11,7,6,6,8,8,8,8,8,15,15,14,14,14,11,11,7,6,6,8,8,8,8,8,15,15,14,14,14,11,11,7,6,6,8,8,8,8,8,15,15,14,14,14,11,11,7,6,6,8,8,8,8,8,15,15,14,14,14,11,11,7,6,6,8,8,8,8,8,15,15,14,14,14,11,11,7,6,6,8,8,8,8,8,15,15,14,14,14,11,11,7,6,6,8,8,8,8,8,15,15,14,14,14,11,11,7,6,6,8,8,8,8,8,15,15,14,14,14,11,11,7,6,6,8,8,8,8,8,15,15,14,14,14,11,11,7,6,6,8,8,8,8,8,15,15,14,14,14,11,11,7,6,6,8,8,8,8,8,15,15,14,14,14,11,11,7,6,6,8,8,8,8,8,15,15,14,14,14,11,11,7,6,6,8,8,8,8,8,15,15,14,14,14,11,11,7,6,6,8,8,8,8,8,15,15,14,14,14,11,11,7,6,6,8,8,8,8,8,15,15,14,14,14,11,11,7,6,6,8,8,8,8,8,15,15,14,14,14,11,11,7,6,6,8,8,8,8,8,15,15,14,14,14,11,11,7,6,6,8,8,8,8,8,15,15,14,14,14,11,11,7,6,6,8,8,8,8,8,15,15,14,14,14,11,11,7,6,6,8,8,8,8,8,15,15,14,14,14,11,11,7,6,6,8,8,8,8,8,15,15,14,14,14,11,11,7,6,6,8,8,8,8,8,15,15,14,14,14,11,11,7,6,6,8,8,8,8,8,15,15,14,14,14,11,11,7,6,6,8,8,8,8,8,15,15,14,14,14,11,11,7,6,6,8,8,8,8,8,15,15,14,14,14,11,11,7,6,6,8,8,8,8,8,15,15,14,14,14,11,11,7,6,6,8,8,8,8,8,15,15,14,14,14,11,11,7,6,6,8,8,8,8,8,15,15,14,14,14,11,11,7,6,6,8,8,8,8,8,15,15,14,14,14,11,11,7,6,6,8,8,8,8,8,15,15,14,14,14,11,11,7,6,6,8,8,8,8,8,15,15,14,14,14,11,11,7,6,6,8,8,8,8,8,15,15,14,14,14,11,11,7,6,6,8,8,8,8,8,15,15,14,14,14,11,11,7,6,6,8,8,8,8,8,15,15,14,14,14,11,11,7,6,6,8,8,8,8,8,15,15,14,14,14,11,11,7,6,6,8,8,8,8,8,15,15,14,14,14,11,11,7,6,6,8,8,8,8,8,15,15,14,14,14,11,11,7,6,6,8,8,8,8,8,15,15,14,14,14,11,11,7,6,6,8,8,8,8,8,15,15,14,14,14,11,11,7,6,6,8,8,8,8,8,15,15,14,14,14,11,11,7,6,6,8,8,8,8,8,15,15,14,14,14,11,11,7,6,6,8,8,8,8,8,15,15,14,14,14,11,11,7,6,6,8,8,8,8,8,15,15,14,14,14,11,11,7,6,6,8,8,8,8,8,15,15,14,14,14,11,11,7,6,6,8,8,8,8,8,15,15,14,14,14,11,11,7,6,6,8,8,8,8,8,15,15,14,14,14,11,11,7,6,6,8,8,8,8,8,15,15,14,14,14,11,11,7,6,6,8,8,8,8,8,15,15,14,14,14,11,11,7,6,6,8,8,8,8,8,15,15,14,14,14,11,11,7,6,6,8,8,8,8,8,15,15,14,14,14,11,11,7,6,6,8,8,8,8,8,15,15,14,14,14,11,11,7,6,6,8,8,8,8,8,15,15,14,14,14,11,11,7,6,6,8,8,8,8,8,15,15,14,14,14,11,11,7,6,6,8,8,8,8,8,15,15,14,14,14,11,11,7,6,6,8,8,8,8,8,15,15,14,14,14,11,11,7,6,6,8,8,8,8,8,15,15,14,14,14,11,11,7,6,6,8,8,8,8,8,15,15,14,14,14,11,11,7,6,6,8,8,8,8,8,15,15,14,14,14,11,11,7,6,6,8,8,8,8,8,15,15,14,14,14,11,11,7,6,6,8,8,8,8,8,15,15,14,14,14,11,11,7,6,6,8,8,8,8,8,15,15,14,14,14,11,11,7,6,6,8,8,8,8,8,15,15,14,14,14,11,11,7,6,6,8,8,8,8,8,15,15,14,14,14,11,11,7,6,6,8,8,8,8,8,15,15,14,14,14,11,11,7,6,6,8,8,8,8,8,15,15,14,14,14,11,11,7,6,6,8,8,8,8,8,15,15,14,14,14,11,11,7,6,6,8,8,8,8,8,15,15,14,14,14,11,11,7,6,6,8,8,8,8,8,15,15,14,14,14,11,11,7,6,6,8,8,8,8,8,15,15,14,14,14,11,11,7,6,6,8,8,8,8,8,15,15,14,14,14,11,11,7,6,6,8,8,8,8,8,15,15,14,14,14,11,11,7,6,6,8,8,8,8,8,15,15,14,14,14,11,11,7,6,6,8,8,8,8,8,15,15,14,14,14,11,11,7,6,6,8,8,8,8,8,15,15,14,14,14,11,11,7,6,6,8,8,8,8,8,15,15,14,14,14,11,11,7,6,6,8,8,8,8,8,15,15,14,14,14,11,11,7,6,6,8,8,8,8,8,15,15,14,14,14,11,11,7,6,6,8,8,8,8,8,15,15,14,14,14,11,11,7,6,6,8,8,8,8,8,15,15,14,14,14,11,11,7,6,6,8,8,8,8,8,15,15,14,14,14,11,11,7,6,6,8,8,8,8,8,15,15,14,14,14,11,11,7,6,6,8,8,8,8,8,15,15,14,14,14,11,11,7,6,6,8,8,8,8,8,15,15,14,14,14,11,11,7,6,6,8,8,8,8,8,15,15,14,14,14,11,11,7,6,6,8,8,8,8,8,15,15,14,14,14,11,11,7,6,6,8,8,8,8,8,15,15,14,14,14,11,11,7,6,6,8,8,8,8,8,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,9,9,9,9,9,9,8,8,8,8,8,8,8,8,12,9,9,9,9,9,9,8,8,8,8,8,8,8,8,12,9,9,9,9,9,9,8,8,8,8,8,8,8,8,12,9,9,9,9,9,9,8,8,8,8,8,8,8,8,12,9,9,9,9,9,9,8,8,8,8,8,8,8,8,12,9,9,9,9,9,9,8,8,8,8,8,8,8,8,12,9,9,9,9,9,9,8,8,8,8,8,8,8,8,12,9,9,9,9,9,9,8,8,8,8,8,8,8,8,12,9,9,9,9,9,9,8,8,8,8,8,8,8,8,12,9,9,9,9,9,9,8,8,8,8,8,8,8,8,12,9,9,9,9,9,9,8,8,8,8,8,8,8,8,12,9,9,9,9,9,9,8,8,8,8,8,8,8,8,12,9,9,9,9,9,9,8,8,8,8,8,8,8,8,12,9,9,9,9,9,9,8,8,8,8,8,8,8,8,12,9,9,9,9,9,9,8,8,8,8,8,8,8,8,12,9,9,9,9,9,9,8,8,8,8,8,8,8,8,12,9,9,9,9,9,9,8,8,8,8,8,8,8,8,12,9,9,9,9,9,9,8,8,8,8,8,8,8,8,12,9,9,9,9,9,9,8,8,8,8,8,8,8,8,12,9,9,9,9,9,9,8,8,8,8,8,8,8,8,12,9,9,9,9,9,9,8,8,8,8,8,8,8,8,12,9,9,9,9,9,9,8,8,8,8,8,8,8,8,12,9,9,9,9,9,9,8,8,8,8,8,8,8,8,12,9,9,9,9,9,9,8,8,8,8,8,8,8,8,12,9,9,9,9,9,9,8,8,8,8,8,8,8,8,12,9,9,9,9,9,9,8,8,8,8,8,8,8,8,12,9,9,9,9,9,9,8,8,8,8,8,8,8,8,12,9,9,9,9,9,9,8,8,8,8,8,8,8,8,12,9,9,9,9,9,9,8,8,8,8,8,8,8,8,12,9,9,9,9,9,9,8,8,8,8,8,8,8,8,12,9,9,9,9,9,9,8,8,8,8,8,8,8,8,12,9,9,9,9,9,9,8,8,8,8,8,8,8,8,12,9,9,9,9,9,9,8,8,8,8,8,8,8,8,12,9,9,9,9,9,9,8,8,8,8,8,8,8,8,12,9,9,9,9,9,9,8,8,8,8,8,8,8,8,12,9,9,9,9,9,9,8,8,8,8,8,8,8,8,12,9,9,9,9,9,9,8,8,8,8,8,8,8,8,12,9,9,9,9,9,9,8,8,8,8,8,8,8,8,12,9,9,9,9,9,9,8,8,8,8,8,8,8,8,12,9,9,9,9,9,9,8,8,8,8,8,8,8,8,12,9,9,9,9,9,9,8,8,8,8,8,8,8,8,12,9,9,9,9,9,9,8,8,8,8,8,8,8,8,12,9,9,9,9,9,9,8,8,8,8,8,8,8,8,12,9,9,9,9,9,9,8,8,8,8,8,8,8,8,12,9,9,9,9,9,9,8,8,8,8,8,8,8,8,12,9,9,9,9,9,9,8,8,8,8,8,8,8,8,12,9,9,9,9,9,9,8,8,8,8,8,8,8,8,12,9,9,9,9,9,9,8,8,8,8,8,8,8,8,12,9,9,9,9,9,9,8,8,8,8,8,8,8,8,12,9,9,9,9,9,9,8,8,8,8,8,8,8,8,12,9,9,9,9,9,9,8,8,8,8,8,8,8,8,12,9,9,9,9,9,9,8,8,8,8,8,8,8,8,12,9,9,9,9,9,9,8,8,8,8,8,8,8,8,12,9,9,9,9,9,9,8,8,8,8,8,8,8,8,12,9,9,9,9,9,9,8,8,8,8,8,8,8,8,12,9,9,9,9,9,9,8,8,8,8,8,8,8,8,12,9,9,9,9,9,9,8,8,8,8,8,8,8,8,12,9,9,9,9,9,9,8,8,8,8,8,8,8,8,12,9,9,9,9,9,9,8,8,8,8,8,8,8,8,12,9,9,9,9,9,9,8,8,8,8,8,8,8,8,12,9,9,9,9,9,9,8,8,8,8,8,8,8,8,12,9,9,9,9,9,9,8,8,8,8,8,8,8,8,12,9,9,9,9,9,9,8,8,8,8,8,8,8,8,12,9,9,9,9,9,9,8,8,8,8,8,8,8,8,12,9,9,9,9,9,9,9,9,11,11,11,11,11,11,11,9,9,9,9,9,9,9,9,11,11,11,11,11,11,11,9,9,9,9,9,9,9,9,11,11,11,11,11,11,11,9,9,9,9,9,9,9,9,11,11,11,11,11,11,11,9,9,9,9,9,9,9,9,11,11,11,11,11,11,11,9,9,9,9,9,9,9,9,11,11,11,11,11,11,11,9,9,9,9,9,9,9,9,11,11,11,11,11,11,11,9,9,9,9,9,9,9,9,11,11,11,11,11,11,11,9,9,9,9,9,9,9,9,11,11,11,11,11,11,11,9,9,9,9,9,9,9,9,11,11,11,11,11,11,11,9,9,9,9,9,9,9,9,11,11,11,11,11,11,11,9,9,9,9,9,9,9,9,11,11,11,11,11,11,11,9,9,9,9,9,9,9,9,11,11,11,11,11,11,11,9,9,9,9,9,9,9,9,11,11,11,11,11,11,11,9,9,9,9,9,9,9,9,11,11,11,11,11,11,11,9,9,9,9,9,9,9,9,11,11,11,11,11,11,11,49,49,50,54,54,54,54,54,54,56,56,57,57,63,63,49,49,50,54,54,54,54,54,54,56,56,57,57,63,63,49,49,50,54,54,54,54,54,54,56,56,57,57,63,63,49,49,50,54,54,54,54,54,54,56,56,57,57,63,63,49,49,50,54,54,54,54,54,54,56,56,57,57,63,63,49,49,50,54,54,54,54,54,54,56,56,57,57,63,63,49,49,50,54,54,54,54,54,54,56,56,57,57,63,63,49,49,50,54,54,54,54,54,54,56,56,57,57,63,63,49,49,50,54,54,54,54,54,54,56,56,57,57,63,63,49,49,50,54,54,54,54,54,54,56,56,57,57,63,63,49,49,50,54,54,54,54,54,54,56,56,57,57,63,63,49,49,50,54,54,54,54,54,54,56,56,57,57,63,63,49,49,50,54,54,54,54,54,54,56,56,57,57,63,63,49,49,50,54,54,54,54,54,54,56,56,57,57,63,63,49,49,50,54,54,54,54,54,54,56,56,57,57,63,63,49,49,50,54,54,54,54,54,54,56,56,57,57,63,63,49,49,50,54,54,54,54,54,54,56,56,57,57,63,63,49,49,50,54,54,54,54,54,54,56,56,57,57,63,63,49,49,50,54,54,54,54,54,54,56,56,57,57,63,63,49,49,50,54,54,54,54,54,54,56,56,57,57,63,63,49,49,50,54,54,54,54,54,54,56,56,57,57,63,63,49,49,50,54,54,54,54,54,54,56,56,57,57,63,63,49,49,50,54,54,54,54,54,54,56,56,57,57,63,63,49,49,50,54,54,54,54,54,54,56,56,57,57,63,63,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,26,24,24,24,24,24,23,23,23,23,23,23,20,20,20,26,24,24,24,24,24,23,23,23,23,23,23,20,20,20,26,24,24,24,24,24,23,23,23,23,23,23,20,20,20,26,24,24,24,24,24,23,23,23,23,23,23,20,20,20,26,24,24,24,24,24,23,23,23,23,23,23,20,20,20,26,24,24,24,24,24,23,23,23,23,23,23,20,20,20,26,24,24,24,24,24,23,23,23,23,23,23,20,20,20,26,24,24,24,24,24,23,23,23,23,23,23,20,20,20,26,24,24,24,24,24,23,23,23,23,23,23,20,20,20,26,24,24,24,24,24,23,23,23,23,23,23,20,20,20,26,24,24,24,24,24,23,23,23,23,23,23,20,20,20,26,24,24,24,24,24,23,23,23,23,23,23,20,20,20,26,24,24,24,24,24,23,23,23,23,23,23,20,20,20,26,24,24,24,24,24,23,23,23,23,23,23,20,20,20,26,24,24,24,24,24,23,23,23,23,23,23,20,20,20,26,24,24,24,24,24,23,23,23,23,23,23,20,20,20,26,24,24,24,24,24,23,23,23,23,23,23,20,20,20,26,24,24,24,24,24,23,23,23,23,23,23,20,20,20,26,24,24,24,24,24,23,23,23,23,23,23,20,20,20,26,24,24,24,24,24,23,23,23,23,23,23,20,20,20,26,24,24,24,24,24,23,23,23,23,23,23,20,20,20,26,24,24,24,24,24,23,23,23,23,23,23,20,20,20,26,24,24,24,24,24,23,23,23,23,23,23,20,20,20,26,24,24,24,24,24,23,23,23,23,23,23,20,20,20,26,24,24,24,24,24,23,23,23,23,23,23,20,20,20,26,24,24,24,24,24,23,23,23,23,23,23,20,20,20,26,24,24,24,24,24,23,23,23,23,23,23,20,20,20,26,24,24,24,24,24,23,23,23,23,23,23,20,20,20,26,24,24,24,24,24,23,23,23,23,23,23,20,20,20,26,24,24,24,24,24,23,23,23,23,23,23,20,20,20,26,24,24,24,24,24,23,23,23,23,23,23,20,20,20,26,24,24,24,24,24,23,23,23,23,23,23,20,20,20,26,24,24,24,24,24,23,23,23,23,23,23,20,20,20,26,24,24,24,24,24,23,23,23,23,23,23,20,20,20,26,24,24,24,24,24,23,23,23,23,23,23,20,20,20,26,24,24,24,24,24,23,23,23,23,23,23,20,20,20,26,24,24,24,24,24,23,23,23,23,23,23,20,20,20,26,24,24,24,24,24,23,23,23,23,23,23,20,20,20,26,24,24,24,24,24,23,23,23,23,23,23,20,20,20,26,24,24,24,24,24,23,23,23,23,23,23,20,20,20,26,24,24,24,24,24,23,23,23,23,23,23,20,20,20,26,24,24,24,24,24,23,23,23,23,23,23,20,20,20,26,24,24,24,24,24,23,23,23,23,23,23,20,20,20,26,24,24,24,24,24,23,23,23,23,23,23,20,20,20,26,24,24,24,24,24,23,23,23,23,23,23,20,20,20,26,24,24,24,24,24,23,23,23,23,23,23,20,20,20,26,24,24,24,24,24,23,23,23,23,23,23,20,20,20,26,24,24,24,24,24,23,23,23,23,23,23,20,20,20,26,24,24,24,24,24,23,23,23,23,23,23,20,20,20,26,24,24,24,24,24,23,23,23,23,23,23,20,20,20,26,24,24,24,24,24,23,23,23,23,23,23,20,20,20,26,24,24,24,24,24,23,23,23,23,23,23,20,20,20,26,24,24,24,24,24,23,23,23,23,23,23,20,20,20,26,24,24,24,24,24,23,23,23,23,23,23,20,20,20,26,24,24,24,24,24,23,23,23,23,23,23,20,20,20,26,24,24,24,24,24,23,23,23,23,23,23,20,20,20,26,24,24,24,24,24,23,23,23,23,23,23,20,20,20,26,24,24,24,24,24,23,23,23,23,23,23,20,20,20,26,24,24,24,24,24,23,23,23,23,23,23,20,20,20,26,24,24,24,24,24,23,23,23,23,23,23,20,20,20,26,24,24,24,24,24,23,23,23,23,23,23,20,20,20,26,24,24,24,24,24,23,23,23,23,23,23,20,20,20,26,24,24,24,24,24,23,23,23,23,23,23,20,20,20,26,24,24,24,24,24,23,23,23,23,23,23,20,20,20,26,24,24,24,24,24,23,23,23,23,23,23,20,20,20,26,24,24,24,24,24,23,23,23,23,23,23,20,20,20,26,24,24,24,24,24,23,23,23,23,23,23,20,20,20,26,24,24,24,24,24,23,23,23,23,23,23,20,20,20,26,24,24,24,24,24,23,23,23,23,23,23,20,20,20,26,24,24,24,24,24,23,23,23,23,23,23,20,20,20,26,24,24,24,24,24,23,23,23,23,23,23,20,20,20,26,24,24,24,24,24,23,23,23,23,23,23,20,20,20,26,24,24,24,24,24,23,23,23,23,23,23,20,20,20,26,24,24,24,24,24,23,23,23,23,23,23,20,20,20,26,24,24,24,24,24,23,23,23,23,23,23,20,20,20,26,24,24,24,24,24,23,23,23,23,23,23,20,20,20,26,24,24,24,24,24,23,23,23,23,23,23,20,20,20,26,24,24,24,24,24,23,23,23,23,23,23,20,20,20,26,24,24,24,24,24,23,23,23,23,23,23,20,20,20,26,24,24,24,24,24,23,23,23,23,23,23,20,20,20,26,24,24,24,24,24,23,23,23,23,23,23,20,20,20,26,24,24,24,24,24,23,23,23,23,23,23,20,20,20,26,24,24,24,24,24,23,23,23,23,23,23,20,20,20,32,32,32,31,31,31,31,31,31,31,31,31,31,31,39,32,32,32,31,31,31,31,31,31,31,31,31,31,31,39,32,32,32,31,31,31,31,31,31,31,31,31,31,31,39,32,32,32,31,31,31,31,31,31,31,31,31,31,31,39,32,32,32,31,31,31,31,31,31,31,31,31,31,31,39,32,32,32,31,31,31,31,31,31,31,31,31,31,31,39,32,32,32,31,31,31,31,31,31,31,31,31,31,31,39,32,32,32,31,31,31,31,31,31,31,31,31,31,31,39,32,32,32,31,31,31,31,31,31,31,31,31,31,31,39,32,32,32,31,31,31,31,31,31,31,31,31,31,31,39,32,32,32,31,31,31,31,31,31,31,31,31,31,31,39,32,32,32,31,31,31,31,31,31,31,31,31,31,31,39,32,32,32,31,31,31,31,31,31,31,31,31,31,31,39,32,32,32,31,31,31,31,31,31,31,31,31,31,31,39,32,32,32,31,31,31,31,31,31,31,31,31,31,31,39,32,32,32,31,31,31,31,31,31,31,31,31,31,31,39,32,32,32,31,31,31,31,31,31,31,31,31,31,31,39,32,32,32,31,31,31,31,31,31,31,31,31,31,31,39,32,32,32,31,31,31,31,31,31,31,31,31,31,31,39,32,32,32,31,31,31,31,31,31,31,31,31,31,31,39,32,32,32,31,31,31,31,31,31,31,31,31,31,31,39,32,32,32,31,31,31,31,31,31,31,31,31,31,31,39,32,32,32,31,31,31,31,31,31,31,31,31,31,31,39,32,32,32,31,31,31,31,31,31,31,31,31,31,31,39,32,32,32,31,31,31,31,31,31,31,31,31,31,31,39,32,32,32,31,31,31,31,31,31,31,31,31,31,31,39,32,32,32,31,31,31,31,31,31,31,31,31,31,31,39,32,32,32,31,31,31,31,31,31,31,31,31,31,31,39,32,32,32,31,31,31,31,31,31,31,31,31,31,31,39,32,32,32,31,31,31,31,31,31,31,31,31,31,31,39,32,32,32,31,31,31,31,31,31,31,31,31,31,31,39,32,32,32,31,31,31,31,31,31,31,31,31,31,31,39,32,32,32,31,31,31,31,31,31,31,31,31,31,31,39,32,32,32,31,31,31,31,31,31,31,31,31,31,31,39,32,32,32,31,31,31,31,31,31,31,31,31,31,31,39,32,32,32,31,31,31,31,31,31,31,31,31,31,31,39,32,32,32,31,31,31,31,31,31,31,31,31,31,31,39,32,32,32,31,31,31,31,31,31,31,31,31,31,31,39,32,32,32,31,31,31,31,31,31,31,31,31,31,31,39,32,32,32,31,31,31,31,31,31,31,31,31,31,31,39,32,32,32,31,31,31,31,31,31,31,31,31,31,31,39,32,32,32,31,31,31,31,31,31,31,31,31,31,31,39,32,32,32,31,31,31,31,31,31,31,31,31,31,31,39,32,32,32,31,31,31,31,31,31,31,31,31,31,31,39,32,32,32,31,31,31,31,31,31,31,31,31,31,31,39,32,32,32,31,31,31,31,31,31,31,31,31,31,31,39,32,32,32,31,31,31,31,31,31,31,31,31,31,31,39,32,32,32,31,31,31,31,31,31,31,31,31,31,31,39,32,32,32,31,31,31,31,31,31,31,31,31,31,31,39,32,32,32,31,31,31,31,31,31,31,31,31,31,31,39,32,32,32,31,31,31,31,31,31,31,31,31,31,31,39,32,32,32,31,31,31,31,31,31,31,31,31,31,31,39,32,32,32,31,31,31,31,31,31,31,31,31,31,31,39,32,32,32,31,31,31,31,31,31,31,31,31,31,31,39,32,32,32,31,31,31,31,31,31,31,31,31,31,31,39,32,32,32,31,31,31,31,31,31,31,31,31,31,31,39,32,32,32,31,31,31,31,31,31,31,31,31,31,31,39,32,32,32,31,31,31,31,31,31,31,31,31,31,31,39,32,32,32,31,31,31,31,31,31,31,31,31,31,31,39,32,32,32,31,31,31,31,31,31,31,31,31,31,31,39,32,32,32,31,31,31,31,31,31,31,31,31,31,31,39,32,32,32,31,31,31,31,31,31,31,31,31,31,31,39,32,32,32,31,31,31,31,31,31,31,31,31,31,31,39,32,32,32,31,31,31,31,31,31,31,31,31,31,31,39,32,32,32,31,31,31,31,31,31,31,31,31,31,31,39,32,32,32,31,31,31,31,31,31,31,31,31,31,31,39,32,32,32,31,31,31,31,31,31,31,31,31,31,31,39,32,32,32,31,31,31,31,31,31,31,31,31,31,31,39,32,32,32,31,31,31,31,31,31,31,31,31,31,31,39,32,32,32,31,31,31,31,31,31,31,31,31,31,31,39,32,32,32,31,31,31,31,31,31,31,31,31,31,31,39,32,32,32,31,31,31,31,31,31,31,31,31,31,31,39,32,32,32,31,31,31,31,31,31,31,31,31,31,31,39,32,32,32,31,31,31,31,31,31,31,31,31,31,31,39,32,32,32,31,31,31,31,31,31,31,31,31,31,31,39,32,32,32,31,31,31,31,31,31,31,31,31,31,31,39,32,32,32,31,31,31,31,31,31,31,31,31,31,31,39,32,32,32,31,31,31,31,31,31,31,31,31,31,31,39,32,32,32,31,31,31,31,31,31,31,31,31,31,31,39,32,32,32,31,31,31,31,31,31,31,31,31,31,31,39,32,32,32,31,31,31,31,31,31,31,31,31,31,31,39,32,32,32,31,31,31,31,31,31,31,31,31,31,31,39,32,32,32,31,31,31,31,31,31,31,31,31,31,31,39,32,32,32,31,31,31,31,31,31,31,31,31,31,31,39,32,32,32,31,31,31,31,31,31,31,31,31,31,31,39,32,32,32,31,31,31,31,31,31,31,31,31,31,31,39,32,32,32,31,31,31,31,31,31,31,31,31,31,31,39,10,10,10,9,9,9,8,8,8,8,8,6,6,5,5,10,10,10,9,9,9,8,8,8,8,8,6,6,5,5,10,10,10,9,9,9,8,8,8,8,8,6,6,5,5,10,10,10,9,9,9,8,8,8,8,8,6,6,5,5,10,10,10,9,9,9,8,8,8,8,8,6,6,5,5,10,10,10,9,9,9,8,8,8,8,8,6,6,5,5,10,10,10,9,9,9,8,8,8,8,8,6,6,5,5,10,10,10,9,9,9,8,8,8,8,8,6,6,5,5,10,10,10,9,9,9,8,8,8,8,8,6,6,5,5,10,10,10,9,9,9,8,8,8,8,8,6,6,5,5,10,10,10,9,9,9,8,8,8,8,8,6,6,5,5,10,10,10,9,9,9,8,8,8,8,8,6,6,5,5,10,10,10,9,9,9,8,8,8,8,8,6,6,5,5,10,10,10,9,9,9,8,8,8,8,8,6,6,5,5,10,10,10,9,9,9,8,8,8,8,8,6,6,5,5,10,10,10,9,9,9,8,8,8,8,8,6,6,5,5,10,10,10,9,9,9,8,8,8,8,8,6,6,5,5,10,10,10,9,9,9,8,8,8,8,8,6,6,5,5,10,10,10,9,9,9,8,8,8,8,8,6,6,5,5,10,10,10,9,9,9,8,8,8,8,8,6,6,5,5,10,10,10,9,9,9,8,8,8,8,8,6,6,5,5,10,10,10,9,9,9,8,8,8,8,8,6,6,5,5,10,10,10,9,9,9,8,8,8,8,8,6,6,5,5,10,10,10,9,9,9,8,8,8,8,8,6,6,5,5,10,10,10,9,9,9,8,8,8,8,8,6,6,5,5,10,10,10,9,9,9,8,8,8,8,8,6,6,5,5,10,10,10,9,9,9,8,8,8,8,8,6,6,5,5,10,10,10,9,9,9,8,8,8,8,8,6,6,5,5,10,10,10,9,9,9,8,8,8,8,8,6,6,5,5,10,10,10,9,9,9,8,8,8,8,8,6,6,5,5,10,10,10,9,9,9,8,8,8,8,8,6,6,5,5,10,10,10,9,9,9,8,8,8,8,8,6,6,5,5,10,10,10,9,9,9,8,8,8,8,8,6,6,5,5,10,10,10,9,9,9,8,8,8,8,8,6,6,5,5,10,10,10,9,9,9,8,8,8,8,8,6,6,5,5,10,10,10,9,9,9,8,8,8,8,8,6,6,5,5,10,10,10,9,9,9,8,8,8,8,8,6,6,5,5,10,10,10,9,9,9,8,8,8,8,8,6,6,5,5,10,10,10,9,9,9,8,8,8,8,8,6,6,5,5,10,10,10,9,9,9,8,8,8,8,8,6,6,5,5,10,10,10,9,9,9,8,8,8,8,8,6,6,5,5,10,10,10,9,9,9,8,8,8,8,8,6,6,5,5,10,10,10,9,9,9,8,8,8,8,8,6,6,5,5,10,10,10,9,9,9,8,8,8,8,8,6,6,5,5,10,10,10,9,9,9,8,8,8,8,8,6,6,5,5,10,10,10,9,9,9,8,8,8,8,8,6,6,5,5,10,10,10,9,9,9,8,8,8,8,8,6,6,5,5,10,10,10,9,9,9,8,8,8,8,8,6,6,5,5,10,10,10,9,9,9,8,8,8,8,8,6,6,5,5,10,10,10,9,9,9,8,8,8,8,8,6,6,5,5,10,10,10,9,9,9,8,8,8,8,8,6,6,5,5,10,10,10,9,9,9,8,8,8,8,8,6,6,5,5,10,10,10,9,9,9,8,8,8,8,8,6,6,5,5,10,10,10,9,9,9,8,8,8,8,8,6,6,5,5,10,10,10,9,9,9,8,8,8,8,8,6,6,5,5,10,10,10,9,9,9,8,8,8,8,8,6,6,5,5,10,10,10,9,9,9,8,8,8,8,8,6,6,5,5,10,10,10,9,9,9,8,8,8,8,8,6,6,5,5,10,10,10,9,9,9,8,8,8,8,8,6,6,5,5,10,10,10,9,9,9,8,8,8,8,8,6,6,5,5,10,10,10,9,9,9,8,8,8,8,8,6,6,5,5,10,10,10,9,9,9,8,8,8,8,8,6,6,5,5,10,10,10,9,9,9,8,8,8,8,8,6,6,5,5,10,10,10,9,9,9,8,8,8,8,8,6,6,5,5,10,10,10,9,9,9,8,8,8,8,8,6,6,5,5,10,10,10,9,9,9,8,8,8,8,8,6,6,5,5,10,10,10,9,9,9,8,8,8,8,8,6,6,5,5,10,10,10,9,9,9,8,8,8,8,8,6,6,5,5,10,10,10,9,9,9,8,8,8,8,8,6,6,5,5,10,10,10,9,9,9,8,8,8,8,8,6,6,5,5,10,10,10,9,9,9,8,8,8,8,8,6,6,5,5,10,10,10,9,9,9,8,8,8,8,8,6,6,5,5,10,10,10,9,9,9,8,8,8,8,8,6,6,5,5,10,10,10,9,9,9,8,8,8,8,8,6,6,5,5,10,10,10,9,9,9,8,8,8,8,8,6,6,5,5,10,10,10,9,9,9,8,8,8,8,8,6,6,5,5,10,10,10,9,9,9,8,8,8,8,8,6,6,5,5,10,10,10,9,9,9,8,8,8,8,8,6,6,5,5,10,10,10,9,9,9,8,8,8,8,8,6,6,5,5,10,10,10,9,9,9,8,8,8,8,8,6,6,5,5,10,10,10,9,9,9,8,8,8,8,8,6,6,5,5,10,10,10,9,9,9,8,8,8,8,8,6,6,5,5,17,17,17,12,12,12,12,6,8,8,8,8,8,8,8,17,17,17,12,12,12,12,6,8,8,8,8,8,8,8,17,17,17,12,12,12,12,6,8,8,8,8,8,8,8,17,17,17,12,12,12,12,6,8,8,8,8,8,8,8,17,17,17,12,12,12,12,6,8,8,8,8,8,8,8,17,17,17,12,12,12,12,6,8,8,8,8,8,8,8,17,17,17,12,12,12,12,6,8,8,8,8,8,8,8,17,17,17,12,12,12,12,6,8,8,8,8,8,8,8,17,17,17,12,12,12,12,6,8,8,8,8,8,8,8,17,17,17,12,12,12,12,6,8,8,8,8,8,8,8,17,17,17,12,12,12,12,6,8,8,8,8,8,8,8,17,17,17,12,12,12,12,6,8,8,8,8,8,8,8,17,17,17,12,12,12,12,6,8,8,8,8,8,8,8,17,17,17,12,12,12,12,6,8,8,8,8,8,8,8,17,17,17,12,12,12,12,6,8,8,8,8,8,8,8,17,17,17,12,12,12,12,6,8,8,8,8,8,8,8,17,17,17,12,12,12,12,6,8,8,8,8,8,8,8,17,17,17,12,12,12,12,6,8,8,8,8,8,8,8,17,17,17,12,12,12,12,6,8,8,8,8,8,8,8,17,17,17,12,12,12,12,6,8,8,8,8,8,8,8,17,17,17,12,12,12,12,6,8,8,8,8,8,8,8,17,17,17,12,12,12,12,6,8,8,8,8,8,8,8,17,17,17,12,12,12,12,6,8,8,8,8,8,8,8,17,17,17,12,12,12,12,6,8,8,8,8,8,8,8,17,17,17,12,12,12,12,6,8,8,8,8,8,8,8,17,17,17,12,12,12,12,6,8,8,8,8,8,8,8,17,17,17,12,12,12,12,6,8,8,8,8,8,8,8,17,17,17,12,12,12,12,6,8,8,8,8,8,8,8,17,17,17,12,12,12,12,6,8,8,8,8,8,8,8,17,17,17,12,12,12,12,6,8,8,8,8,8,8,8,17,17,17,12,12,12,12,6,8,8,8,8,8,8,8,17,17,17,12,12,12,12,6,8,8,8,8,8,8,8,17,17,17,12,12,12,12,6,8,8,8,8,8,8,8,17,17,17,12,12,12,12,6,8,8,8,8,8,8,8,17,17,17,12,12,12,12,6,8,8,8,8,8,8,8,17,17,17,12,12,12,12,6,8,8,8,8,8,8,8,17,17,17,12,12,12,12,6,8,8,8,8,8,8,8,17,17,17,12,12,12,12,6,8,8,8,8,8,8,8,17,17,17,12,12,12,12,6,8,8,8,8,8,8,8,17,17,17,12,12,12,12,6,8,8,8,8,8,8,8,17,17,17,12,12,12,12,6,8,8,8,8,8,8,8,17,17,17,12,12,12,12,6,8,8,8,8,8,8,8,17,17,17,12,12,12,12,6,8,8,8,8,8,8,8,17,17,17,12,12,12,12,6,8,8,8,8,8,8,8,17,17,17,12,12,12,12,6,8,8,8,8,8,8,8,17,17,17,12,12,12,12,6,8,8,8,8,8,8,8,17,17,17,12,12,12,12,6,8,8,8,8,8,8,8,17,17,17,12,12,12,12,6,8,8,8,8,8,8,8,17,17,17,12,12,12,12,6,8,8,8,8,8,8,8,17,17,17,12,12,12,12,6,8,8,8,8,8,8,8,17,17,17,12,12,12,12,6,8,8,8,8,8,8,8,17,17,17,12,12,12,12,6,8,8,8,8,8,8,8,17,17,17,12,12,12,12,6,8,8,8,8,8,8,8,17,17,17,12,12,12,12,6,8,8,8,8,8,8,8,17,17,17,12,12,12,12,6,8,8,8,8,8,8,8,17,17,17,12,12,12,12,6,8,8,8,8,8,8,8,17,17,17,12,12,12,12,6,8,8,8,8,8,8,8,17,17,17,12,12,12,12,6,8,8,8,8,8,8,8,17,17,17,12,12,12,12,6,8,8,8,8,8,8,8,17,17,17,12,12,12,12,6,8,8,8,8,8,8,8,17,17,17,12,12,12,12,6,8,8,8,8,8,8,8,17,17,17,12,12,12,12,6,8,8,8,8,8,8,8,17,17,17,12,12,12,12,6,8,8,8,8,8,8,8,17,17,17,12,12,12,12,6,8,8,8,8,8,8,8,17,17,17,12,12,12,12,6,8,8,8,8,8,8,8,17,17,17,12,12,12,12,6,8,8,8,8,8,8,8,17,17,17,12,12,12,12,6,8,8,8,8,8,8,8,17,17,17,12,12,12,12,6,8,8,8,8,8,8,8,17,17,17,12,12,12,12,6,8,8,8,8,8,8,8,17,17,17,12,12,12,12,6,8,8,8,8,8,8,8,17,17,17,12,12,12,12,6,8,8,8,8,8,8,8,17,17,17,12,12,12,12,6,8,8,8,8,8,8,8,17,17,17,12,12,12,12,6,8,8,8,8,8,8,8,17,17,17,12,12,12,12,6,8,8,8,8,8,8,8,17,17,17,12,12,12,12,6,8,8,8,8,8,8,8,17,17,17,12,12,12,12,6,8,8,8,8,8,8,8,17,17,17,12,12,12,12,6,8,8,8,8,8,8,8,17,17,17,12,12,12,12,6,8,8,8,8,8,8,8,17,17,17,12,12,12,12,6,8,8,8,8,8,8,8,17,17,17,12,12,12,12,6,8,8,8,8,8,8,8,17,17,17,12,12,12,12,6,8,8,8,8,8,8,8,17,17,17,12,12,12,12,6,8,8,8,8,8,8,8,17,17,17,12,12,12,12,6,8,8,8,8,8,8,8,17,17,17,12,12,12,12,6,8,8,8,8,8,8,8,17,17,17,12,12,12,12,6,8,8,8,8,8,8,8,17,17,17,12,12,12,12,6,8,8,8,8,8,8,8,17,17,17,12,12,12,12,6,8,8,8,8,8,8,8,17,17,17,12,12,12,12,6,8,8,8,8,8,8,8,17,17,17,12,12,12,12,6,8,8,8,8,8,8,8,17,17,17,12,12,12,12,6,8,8,8,8,8,8,8,17,17,17,12,12,12,12,6,8,8,8,8,8,8,8,17,17,17,12,12,12,12,6,8,8,8,8,8,8,8,17,17,17,12,12,12,12,6,8,8,8,8,8,8,8,17,17,17,12,12,12,12,6,8,8,8,8,8,8,8,17,17,17,12,12,12,12,6,8,8,8,8,8,8,8,17,17,17,12,12,12,12,6,8,8,8,8,8,8,8,17,17,17,12,12,12,12,6,8,8,8,8,8,8,8,17,17,17,12,12,12,12,6,8,8,8,8,8,8,8,17,17,17,12,12,12,12,6,8,8,8,8,8,8,8,17,17,17,12,12,12,12,6,8,8,8,8,8,8,8,17,17,17,12,12,12,12,6,8,8,8,8,8,8,8,17,17,17,12,12,12,12,6,8,8,8,8,8,8,8,17,17,17,12,12,12,12,6,8,8,8,8,8,8,8,17,17,17,12,12,12,12,6,8,8,8,8,8,8,8,17,17,17,12,12,12,12,6,8,8,8,8,8,8,8,17,17,17,12,12,12,12,6,8,8,8,8,8,8,8,17,17,17,12,12,12,12,6,8,8,8,8,8,8,8,17,17,17,12,12,12,12,6,8,8,8,8,8,8,8,17,17,17,12,12,12,12,6,8,8,8,8,8,8,8,17,17,17,12,12,12,12,6,8,8,8,8,8,8,8,17,17,17,12,12,12,12,6,8,8,8,8,8,8,8,17,17,17,12,12,12,12,6,8,8,8,8,8,8,8,17,17,17,12,12,12,12,6,8,8,8,8,8,8,8,17,17,17,12,12,12,12,6,8,8,8,8,8,8,8,17,17,17,12,12,12,12,6,8,8,8,8,8,8,8,5,5,5,5,5,5,5,5,5,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,4,4,4,4,4,4,22,22,22,22,23,23,23,21,21,22,22,22,22,22,22,22,22,22,22,23,23,23,21,21,22,22,22,22,22,22,22,22,22,22,23,23,23,21,21,22,22,22,22,22,22,22,22,22,22,23,23,23,21,21,22,22,22,22,22,22,22,22,22,22,23,23,23,21,21,22,22,22,22,22,22,22,22,22,22,23,23,23,21,21,22,22,22,22,22,22,22,22,22,22,23,23,23,21,21,22,22,22,22,22,22,22,22,22,22,23,23,23,21,21,22,22,22,22,22,22,22,22,22,22,23,23,23,21,21,22,22,22,22,22,22,22,22,22,22,23,23,23,21,21,22,22,22,22,22,22,22,22,22,22,23,23,23,21,21,22,22,22,22,22,22,22,22,22,22,23,23,23,21,21,22,22,22,22,22,22,22,22,22,22,23,23,23,21,21,22,22,22,22,22,22,22,22,22,22,23,23,23,21,21,22,22,22,22,22,22,22,22,22,22,23,23,23,21,21,22,22,22,22,22,22,22,22,22,22,23,23,23,21,21,22,22,22,22,22,22,22,22,22,22,23,23,23,21,21,22,22,22,22,22,22,22,22,22,22,23,23,23,21,21,22,22,22,22,22,22,22,22,22,22,23,23,23,21,21,22,22,22,22,22,22,22,22,22,22,23,23,23,21,21,22,22,22,22,22,22,22,22,22,22,23,23,23,21,21,22,22,22,22,22,22,22,22,22,22,23,23,23,21,21,22,22,22,22,22,22,22,22,22,22,23,23,23,21,21,22,22,22,22,22,22,22,22,22,22,23,23,23,21,21,22,22,22,22,22,22,22,22,22,22,23,23,23,21,21,22,22,22,22,22,22,22,22,22,22,23,23,23,21,21,22,22,22,22,22,22,22,22,22,22,23,23,23,21,21,22,22,22,22,22,22,22,22,22,22,23,23,23,21,21,22,22,22,22,22,22,22,22,22,22,23,23,23,21,21,22,22,22,22,22,22,22,22,22,22,23,23,23,21,21,22,22,22,22,22,22,22,22,22,22,23,23,23,21,21,22,22,22,22,22,22,22,22,22,22,23,23,23,21,21,22,22,22,22,22,22,22,22,22,22,23,23,23,21,21,22,22,22,22,22,22,22,22,22,22,23,23,23,21,21,22,22,22,22,22,22,22,22,22,22,23,23,23,21,21,22,22,22,22,22,22,22,22,22,22,23,23,23,21,21,22,22,22,22,22,22,22,22,22,22,23,23,23,21,21,22,22,22,22,22,22,22,22,22,22,23,23,23,21,21,22,22,22,22,22,22,22,22,22,22,23,23,23,21,21,22,22,22,22,22,22,22,22,22,22,23,23,23,21,21,22,22,22,22,22,22,22,22,22,22,23,23,23,21,21,22,22,22,22,22,22,22,22,22,22,23,23,23,21,21,22,22,22,22,22,22,22,22,22,22,23,23,23,21,21,22,22,22,22,22,22,22,22,22,22,23,23,23,21,21,22,22,22,22,22,22,22,22,22,22,23,23,23,21,21,22,22,22,22,22,22,22,22,22,22,23,23,23,21,21,22,22,22,22,22,22,22,22,22,22,23,23,23,21,21,22,22,22,22,22,22,22,22,22,22,23,23,23,21,21,22,22,22,22,22,22,22,22,22,22,23,23,23,21,21,22,22,22,22,22,22,22,22,22,22,23,23,23,21,21,22,22,22,22,22,22,22,22,22,22,23,23,23,21,21,22,22,22,22,22,22,22,22,22,22,23,23,23,21,21,22,22,22,22,22,22,22,22,22,22,23,23,23,21,21,22,22,22,22,22,22,22,22,22,22,23,23,23,21,21,22,22,22,22,22,22,22,22,22,22,23,23,23,21,21,22,22,22,22,22,22,22,22,22,22,23,23,23,21,21,22,22,22,22,22,22,22,22,22,22,23,23,23,21,21,22,22,22,22,22,22,22,22,22,22,23,23,23,21,21,22,22,22,22,22,22,22,22,22,22,23,23,23,21,21,22,22,22,22,22,22,22,22,22,22,23,23,23,21,21,22,22,22,22,22,22,22,22,22,22,23,23,23,21,21,22,22,22,22,22,22,22,22,22,22,23,23,23,21,21,22,22,22,22,22,22,22,22,22,22,23,23,23,21,21,22,22,22,22,22,22,22,22,22,22,23,23,23,21,21,22,22,22,22,22,22,22,22,22,22,23,23,23,21,21,22,22,22,22,22,22,22,22,22,22,23,23,23,21,21,22,22,22,22,22,22,22,22,22,22,23,23,23,21,21,22,22,22,22,22,22,22,22,22,22,23,23,23,21,21,22,22,22,22,22,22,22,22,22,22,23,23,23,21,21,22,22,22,22,22,22,22,22,22,22,23,23,23,21,21,22,22,22,22,22,22,22,22,22,22,23,23,23,21,21,22,22,22,22,22,22,22,22,22,22,23,23,23,21,21,22,22,22,22,22,22,22,22,22,22,23,23,23,21,21,22,22,22,22,22,22,22,22,22,22,23,23,23,21,21,22,22,22,22,22,22,22,22,22,22,23,23,23,21,21,22,22,22,22,22,22,22,22,22,22,23,23,23,21,21,22,22,22,22,22,22,22,22,22,22,23,23,23,21,21,22,22,22,22,22,22,22,22,22,22,23,23,23,21,21,22,22,22,22,22,22,22,22,22,22,23,23,23,21,21,22,22,22,22,22,22,22,22,22,22,23,23,23,21,21,22,22,22,22,22,22,22,22,22,22,23,23,23,21,21,22,22,22,22,22,22,22,22,22,22,23,23,23,21,21,22,22,22,22,22,22,22,22,22,22,23,23,23,21,21,22,22,22,22,22,22,22,22,22,22,23,23,23,21,21,22,22,22,22,22,22,22,22,22,22,23,23,23,21,21,22,22,22,22,22,22,22,22,22,22,23,23,23,21,21,22,22,22,22,22,22,22,22,22,22,23,23,23,21,21,22,22,22,22,22,22,22,22,22,22,23,23,23,21,21,22,22,22,22,22,22,22,22,22,22,23,23,23,21,21,22,22,22,22,22,22,22,22,22,22,23,23,23,21,21,22,22,22,22,22,22,22,22,22,22,23,23,23,21,21,22,22,22,22,22,22,22,22,22,22,23,23,23,21,21,22,22,22,22,22,22,22,22,22,22,23,23,23,21,21,22,22,22,22,22,22,7,7,7,10,10,10,10,10,10,10,10,11,11,11,11,7,7,7,10,10,10,10,10,10,10,10,11,11,11,11,7,7,7,10,10,10,10,10,10,10,10,11,11,11,11,7,7,7,10,10,10,10,10,10,10,10,11,11,11,11,7,7,7,10,10,10,10,10,10,10,10,11,11,11,11,7,7,7,10,10,10,10,10,10,10,10,11,11,11,11,7,7,7,10,10,10,10,10,10,10,10,11,11,11,11,7,7,7,10,10,10,10,10,10,10,10,11,11,11,11,7,7,7,10,10,10,10,10,10,10,10,11,11,11,11,7,7,7,10,10,10,10,10,10,10,10,11,11,11,11,7,7,7,10,10,10,10,10,10,10,10,11,11,11,11,7,7,7,10,10,10,10,10,10,10,10,11,11,11,11,7,7,7,10,10,10,10,10,10,10,10,11,11,11,11,7,7,7,10,10,10,10,10,10,10,10,11,11,11,11,7,7,7,10,10,10,10,10,10,10,10,11,11,11,11,7,7,7,10,10,10,10,10,10,10,10,11,11,11,11,7,7,7,10,10,10,10,10,10,10,10,11,11,11,11,15,15,15,12,11,11,11,11,11,11,11,10,10,10,10,15,15,15,12,11,11,11,11,11,11,11,10,10,10,10,15,15,15,12,11,11,11,11,11,11,11,10,10,10,10,15,15,15,12,11,11,11,11,11,11,11,10,10,10,10,15,15,15,12,11,11,11,11,11,11,11,10,10,10,10,15,15,15,12,11,11,11,11,11,11,11,10,10,10,10,15,15,15,12,11,11,11,11,11,11,11,10,10,10,10,15,15,15,12,11,11,11,11,11,11,11,10,10,10,10,15,15,15,12,11,11,11,11,11,11,11,10,10,10,10,15,15,15,12,11,11,11,11,11,11,11,10,10,10,10,54,56,57,57,63,63,63,63,66,66,67,67,67,67,67,54,56,57,57,63,63,63,63,66,66,67,67,67,67,67,54,56,57,57,63,63,63,63,66,66,67,67,67,67,67,54,56,57,57,63,63,63,63,66,66,67,67,67,67,67,54,56,57,57,63,63,63,63,66,66,67,67,67,67,67,54,56,57,57,63,63,63,63,66,66,67,67,67,67,67,54,56,57,57,63,63,63,63,66,66,67,67,67,67,67,54,56,57,57,63,63,63,63,66,66,67,67,67,67,67,54,56,57,57,63,63,63,63,66,66,67,67,67,67,67,54,56,57,57,63,63,63,63,66,66,67,67,67,67,67,54,56,57,57,63,63,63,63,66,66,67,67,67,67,67,54,56,57,57,63,63,63,63,66,66,67,67,67,67,67,54,56,57,57,63,63,63,63,66,66,67,67,67,67,67,54,56,57,57,63,63,63,63,66,66,67,67,67,67,67,54,56,57,57,63,63,63,63,66,66,67,67,67,67,67,54,56,57,57,63,63,63,63,66,66,67,67,67,67,67,54,56,57,57,63,63,63,63,66,66,67,67,67,67,67,54,56,57,57,63,63,63,63,66,66,67,67,67,67,67,54,56,57,57,63,63,63,63,66,66,67,67,67,67,67,54,56,57,57,63,63,63,63,66,66,67,67,67,67,67,54,56,57,57,63,63,63,63,66,66,67,67,67,67,67,11,5,5,7,10,10,10,10,10,10,10,10,10,10,10,11,5,5,7,10,10,10,10,10,10,10,10,10,10,10,11,5,5,7,10,10,10,10,10,10,10,10,10,10,10,11,5,5,7,10,10,10,10,10,10,10,10,10,10,10,11,5,5,7,10,10,10,10,10,10,10,10,10,10,10,11,5,5,7,10,10,10,10,10,10,10,10,10,10,10,11,5,5,7,10,10,10,10,10,10,10,10,10,10,10,11,5,5,7,10,10,10,10,10,10,10,10,10,10,10,11,5,5,7,10,10,10,10,10,10,10,10,10,10,10,11,5,5,7,10,10,10,10,10,10,10,10,10,10,10,11,5,5,7,10,10,10,10,10,10,10,10,10,10,10,11,5,5,7,10,10,10,10,10,10,10,10,10,10,10,11,5,5,7,10,10,10,10,10,10,10,10,10,10,10,11,5,5,7,10,10,10,10,10,10,10,10,10,10,10,11,5,5,7,10,10,10,10,10,10,10,10,10,10,10,11,5,5,7,10,10,10,10,10,10,10,10,10,10,10,11,5,5,7,10,10,10,10,10,10,10,10,10,10,10,11,5,5,7,10,10,10,10,10,10,10,10,10,10,10,11,5,5,7,10,10,10,10,10,10,10,10,10,10,10,11,5,5,7,10,10,10,10,10,10,10,10,10,10,10,11,5,5,7,10,10,10,10,10,10,10,10,10,10,10,11,5,5,7,10,10,10,10,10,10,10,10,10,10,10,11,5,5,7,10,10,10,10,10,10,10,10,10,10,10,11,5,5,7,10,10,10,10,10,10,10,10,10,10,10,11,5,5,7,10,10,10,10,10,10,10,10,10,10,10,11,5,5,7,10,10,10,10,10,10,10,10,10,10,10,11,5,5,7,10,10,10,10,10,10,10,10,10,10,10,11,5,5,7,10,10,10,10,10,10,10,10,10,10,10,11,5,5,7,10,10,10,10,10,10,10,10,10,10,10,11,5,5,7,10,10,10,10,10,10,10,10,10,10,10,11,5,5,7,10,10,10,10,10,10,10,10,10,10,10,11,5,5,7,10,10,10,10,10,10,10,10,10,10,10,11,5,5,7,10,10,10,10,10,10,10,10,10,10,10,60,61,60,60,60,60,60,60,64,64,64,64,63,72,75,60,61,60,60,60,60,60,60,64,64,64,64,63,72,75,60,61,60,60,60,60,60,60,64,64,64,64,63,72,75,60,61,60,60,60,60,60,60,64,64,64,64,63,72,75,60,61,60,60,60,60,60,60,64,64,64,64,63,72,75,60,61,60,60,60,60,60,60,64,64,64,64,63,72,75,60,61,60,60,60,60,60,60,64,64,64,64,63,72,75,60,61,60,60,60,60,60,60,64,64,64,64,63,72,75,60,61,60,60,60,60,60,60,64,64,64,64,63,72,75,60,61,60,60,60,60,60,60,64,64,64,64,63,72,75,60,61,60,60,60,60,60,60,64,64,64,64,63,72,75,60,61,60,60,60,60,60,60,64,64,64,64,63,72,75,60,61,60,60,60,60,60,60,64,64,64,64,63,72,75,60,61,60,60,60,60,60,60,64,64,64,64,63,72,75,60,61,60,60,60,60,60,60,64,64,64,64,63,72,75,60,61,60,60,60,60,60,60,64,64,64,64,63,72,75,60,61,60,60,60,60,60,60,64,64,64,64,63,72,75,60,61,60,60,60,60,60,60,64,64,64,64,63,72,75,60,61,60,60,60,60,60,60,64,64,64,64,63,72,75,60,61,60,60,60,60,60,60,64,64,64,64,63,72,75,60,61,60,60,60,60,60,60,64,64,64,64,63,72,75,60,61,60,60,60,60,60,60,64,64,64,64,63,72,75,60,61,60,60,60,60,60,60,64,64,64,64,63,72,75,60,61,60,60,60,60,60,60,64,64,64,64,63,72,75,60,61,60,60,60,60,60,60,64,64,64,64,63,72,75,60,61,60,60,60,60,60,60,64,64,64,64,63,72,75,60,61,60,60,60,60,60,60,64,64,64,64,63,72,75,60,61,60,60,60,60,60,60,64,64,64,64,63,72,75,60,61,60,60,60,60,60,60,64,64,64,64,63,72,75,60,61,60,60,60,60,60,60,64,64,64,64,63,72,75,60,61,60,60,60,60,60,60,64,64,64,64,63,72,75,60,61,60,60,60,60,60,60,64,64,64,64,63,72,75,60,61,60,60,60,60,60,60,64,64,64,64,63,72,75,60,61,60,60,60,60,60,60,64,64,64,64,63,72,75,60,61,60,60,60,60,60,60,64,64,64,64,63,72,75,60,61,60,60,60,60,60,60,64,64,64,64,63,72,75,60,61,60,60,60,60,60,60,64,64,64,64,63,72,75,60,61,60,60,60,60,60,60,64,64,64,64,63,72,75,60,61,60,60,60,60,60,60,64,64,64,64,63,72,75,60,61,60,60,60,60,60,60,64,64,64,64,63,72,75,60,61,60,60,60,60,60,60,64,64,64,64,63,72,75,60,61,60,60,60,60,60,60,64,64,64,64,63,72,75,60,61,60,60,60,60,60,60,64,64,64,64,63,72,75,60,61,60,60,60,60,60,60,64,64,64,64,63,72,75,60,61,60,60,60,60,60,60,64,64,64,64,63,72,75,60,61,60,60,60,60,60,60,64,64,64,64,63,72,75,60,61,60,60,60,60,60,60,64,64,64,64,63,72,75,60,61,60,60,60,60,60,60,64,64,64,64,63,72,75,60,61,60,60,60,60,60,60,64,64,64,64,63,72,75,60,61,60,60,60,60,60,60,64,64,64,64,63,72,75,60,61,60,60,60,60,60,60,64,64,64,64,63,72,75,60,61,60,60,60,60,60,60,64,64,64,64,63,72,75,60,61,60,60,60,60,60,60,64,64,64,64,63,72,75,60,61,60,60,60,60,60,60,64,64,64,64,63,72,75,60,61,60,60,60,60,60,60,64,64,64,64,63,72,75,60,61,60,60,60,60,60,60,64,64,64,64,63,72,75,60,61,60,60,60,60,60,60,64,64,64,64,63,72,75,60,61,60,60,60,60,60,60,64,64,64,64,63,72,75,60,61,60,60,60,60,60,60,64,64,64,64,63,72,75,60,61,60,60,60,60,60,60,64,64,64,64,63,72,75,60,61,60,60,60,60,60,60,64,64,64,64,63,72,75,60,61,60,60,60,60,60,60,64,64,64,64,63,72,75,20,20,19,29,29,29,30,30,30,30,30,29,29,30,30,20,20,19,29,29,29,30,30,30,30,30,29,29,30,30,20,20,19,29,29,29,30,30,30,30,30,29,29,30,30,20,20,19,29,29,29,30,30,30,30,30,29,29,30,30,20,20,19,29,29,29,30,30,30,30,30,29,29,30,30,20,20,19,29,29,29,30,30,30,30,30,29,29,30,30,20,20,19,29,29,29,30,30,30,30,30,29,29,30,30,20,20,19,29,29,29,30,30,30,30,30,29,29,30,30,20,20,19,29,29,29,30,30,30,30,30,29,29,30,30,20,20,19,29,29,29,30,30,30,30,30,29,29,30,30,20,20,19,29,29,29,30,30,30,30,30,29,29,30,30,20,20,19,29,29,29,30,30,30,30,30,29,29,30,30,20,20,19,29,29,29,30,30,30,30,30,29,29,30,30,20,20,19,29,29,29,30,30,30,30,30,29,29,30,30,20,20,19,29,29,29,30,30,30,30,30,29,29,30,30,20,20,19,29,29,29,30,30,30,30,30,29,29,30,30,20,20,19,29,29,29,30,30,30,30,30,29,29,30,30,20,20,19,29,29,29,30,30,30,30,30,29,29,30,30,20,20,19,29,29,29,30,30,30,30,30,29,29,30,30,20,20,19,29,29,29,30,30,30,30,30,29,29,30,30,20,20,19,29,29,29,30,30,30,30,30,29,29,30,30,20,20,19,29,29,29,30,30,30,30,30,29,29,30,30,20,20,19,29,29,29,30,30,30,30,30,29,29,30,30,20,20,19,29,29,29,30,30,30,30,30,29,29,30,30,20,20,19,29,29,29,30,30,30,30,30,29,29,30,30,20,20,19,29,29,29,30,30,30,30,30,29,29,30,30,20,20,19,29,29,29,30,30,30,30,30,29,29,30,30,20,20,19,29,29,29,30,30,30,30,30,29,29,30,30,20,20,19,29,29,29,30,30,30,30,30,29,29,30,30,20,20,19,29,29,29,30,30,30,30,30,29,29,30,30,20,20,19,29,29,29,30,30,30,30,30,29,29,30,30,20,20,19,29,29,29,30,30,30,30,30,29,29,30,30,20,20,19,29,29,29,30,30,30,30,30,29,29,30,30,20,20,19,29,29,29,30,30,30,30,30,29,29,30,30,20,20,19,29,29,29,30,30,30,30,30,29,29,30,30,20,20,19,29,29,29,30,30,30,30,30,29,29,30,30,20,20,19,29,29,29,30,30,30,30,30,29,29,30,30,20,20,19,29,29,29,30,30,30,30,30,29,29,30,30,20,20,19,29,29,29,30,30,30,30,30,29,29,30,30,20,20,19,29,29,29,30,30,30,30,30,29,29,30,30,20,20,19,29,29,29,30,30,30,30,30,29,29,30,30,20,20,19,29,29,29,30,30,30,30,30,29,29,30,30,20,20,19,29,29,29,30,30,30,30,30,29,29,30,30,20,20,19,29,29,29,30,30,30,30,30,29,29,30,30,20,20,19,29,29,29,30,30,30,30,30,29,29,30,30,20,20,19,29,29,29,30,30,30,30,30,29,29,30,30,20,20,19,29,29,29,30,30,30,30,30,29,29,30,30,20,20,19,29,29,29,30,30,30,30,30,29,29,30,30,20,20,19,29,29,29,30,30,30,30,30,29,29,30,30,20,20,19,29,29,29,30,30,30,30,30,29,29,30,30,20,20,19,29,29,29,30,30,30,30,30,29,29,30,30,20,20,19,29,29,29,30,30,30,30,30,29,29,30,30,20,20,19,29,29,29,30,30,30,30,30,29,29,30,30,20,20,19,29,29,29,30,30,30,30,30,29,29,30,30,20,20,19,29,29,29,30,30,30,30,30,29,29,30,30,20,20,19,29,29,29,30,30,30,30,30,29,29,30,30,20,20,19,29,29,29,30,30,30,30,30,29,29,30,30,20,20,19,29,29,29,30,30,30,30,30,29,29,30,30,20,20,19,29,29,29,30,30,30,30,30,29,29,30,30,20,20,19,29,29,29,30,30,30,30,30,29,29,30,30,20,20,19,29,29,29,30,30,30,30,30,29,29,30,30,20,20,19,29,29,29,30,30,30,30,30,29,29,30,30,20,20,19,29,29,29,30,30,30,30,30,29,29,30,30,20,20,19,29,29,29,30,30,30,30,30,29,29,30,30,20,20,19,29,29,29,30,30,30,30,30,29,29,30,30,20,20,19,29,29,29,30,30,30,30,30,29,29,30,30,20,20,19,29,29,29,30,30,30,30,30,29,29,30,30,20,20,19,29,29,29,30,30,30,30,30,29,29,30,30,20,20,19,29,29,29,30,30,30,30,30,29,29,30,30,20,20,19,29,29,29,30,30,30,30,30,29,29,30,30,20,20,19,29,29,29,30,30,30,30,30,29,29,30,30,20,20,19,29,29,29,30,30,30,30,30,29,29,30,30,20,20,19,29,29,29,30,30,30,30,30,29,29,30,30,20,20,19,29,29,29,30,30,30,30,30,29,29,30,30,20,20,19,29,29,29,30,30,30,30,30,29,29,30,30,20,20,19,29,29,29,30,30,30,30,30,29,29,30,30,20,20,19,29,29,29,30,30,30,30,30,29,29,30,30,20,20,19,29,29,29,30,30,30,30,30,29,29,30,30,20,20,19,29,29,29,30,30,30,30,30,29,29,30,30,20,20,19,29,29,29,30,30,30,30,30,29,29,30,30,20,20,19,29,29,29,30,30,30,30,30,29,29,30,30,20,20,19,29,29,29,30,30,30,30,30,29,29,30,30,20,20,19,29,29,29,30,30,30,30,30,29,29,30,30,20,20,19,29,29,29,30,30,30,30,30,29,29,30,30,20,20,19,29,29,29,30,30,30,30,30,29,29,30,30,20,20,19,29,29,29,30,30,30,30,30,29,29,30,30,20,20,19,29,29,29,30,30,30,30,30,29,29,30,30,20,20,19,29,29,29,30,30,30,30,30,29,29,30,30,20,20,19,29,29,29,30,30,30,30,30,29,29,30,30,20,20,19,29,29,29,30,30,30,30,30,29,29,30,30,20,20,19,29,29,29,30,30,30,30,30,29,29,30,30,20,20,19,29,29,29,30,30,30,30,30,29,29,30,30,20,20,19,29,29,29,30,30,30,30,30,29,29,30,30,20,20,19,29,29,29,30,30,30,30,30,29,29,30,30,20,20,19,29,29,29,30,30,30,30,30,29,29,30,30,20,20,19,29,29,29,30,30,30,30,30,29,29,30,30,20,20,19,29,29,29,30,30,30,30,30,29,29,30,30,20,20,19,29,29,29,30,30,30,30,30,29,29,30,30,20,20,19,29,29,29,30,30,30,30,30,29,29,30,30,20,20,19,29,29,29,30,30,30,30,30,29,29,30,30,13,12,12,12,12,12,12,12,12,12,12,13,13,14,14,13,12,12,12,12,12,12,12,12,12,12,13,13,14,14,13,12,12,12,12,12,12,12,12,12,12,13,13,14,14,13,12,12,12,12,12,12,12,12,12,12,13,13,14,14,13,12,12,12,12,12,12,12,12,12,12,13,13,14,14,13,12,12,12,12,12,12,12,12,12,12,13,13,14,14,13,12,12,12,12,12,12,12,12,12,12,13,13,14,14,13,12,12,12,12,12,12,12,12,12,12,13,13,14,14,13,12,12,12,12,12,12,12,12,12,12,13,13,14,14,13,12,12,12,12,12,12,12,12,12,12,13,13,14,14,13,12,12,12,12,12,12,12,12,12,12,13,13,14,14,13,12,12,12,12,12,12,12,12,12,12,13,13,14,14,13,12,12,12,12,12,12,12,12,12,12,13,13,14,14,13,12,12,12,12,12,12,12,12,12,12,13,13,14,14,13,12,12,12,12,12,12,12,12,12,12,13,13,14,14,13,12,12,12,12,12,12,12,12,12,12,13,13,14,14,13,12,12,12,12,12,12,12,12,12,12,13,13,14,14,13,12,12,12,12,12,12,12,12,12,12,13,13,14,14,13,12,12,12,12,12,12,12,12,12,12,13,13,14,14,13,12,12,12,12,12,12,12,12,12,12,13,13,14,14,13,12,12,12,12,12,12,12,12,12,12,13,13,14,14,13,12,12,12,12,12,12,12,12,12,12,13,13,14,14,13,12,12,12,12,12,12,12,12,12,12,13,13,14,14,13,12,12,12,12,12,12,12,12,12,12,13,13,14,14,13,12,12,12,12,12,12,12,12,12,12,13,13,14,14,13,12,12,12,12,12,12,12,12,12,12,13,13,14,14,13,12,12,12,12,12,12,12,12,12,12,13,13,14,14,13,12,12,12,12,12,12,12,12,12,12,13,13,14,14,13,12,12,12,12,12,12,12,12,12,12,13,13,14,14,13,12,12,12,12,12,12,12,12,12,12,13,13,14,14,13,12,12,12,12,12,12,12,12,12,12,13,13,14,14,13,12,12,12,12,12,12,12,12,12,12,13,13,14,14,13,12,12,12,12,12,12,12,12,12,12,13,13,14,14,13,12,12,12,12,12,12,12,12,12,12,13,13,14,14,13,12,12,12,12,12,12,12,12,12,12,13,13,14,14,13,12,12,12,12,12,12,12,12,12,12,13,13,14,14,13,12,12,12,12,12,12,12,12,12,12,13,13,14,14,13,12,12,12,12,12,12,12,12,12,12,13,13,14,14,13,12,12,12,12,12,12,12,12,12,12,13,13,14,14,13,12,12,12,12,12,12,12,12,12,12,13,13,14,14,13,12,12,12,12,12,12,12,12,12,12,13,13,14,14,13,12,12,12,12,12,12,12,12,12,12,13,13,14,14,13,12,12,12,12,12,12,12,12,12,12,13,13,14,14,13,12,12,12,12,12,12,12,12,12,12,13,13,14,14,13,12,12,12,12,12,12,12,12,12,12,13,13,14,14,13,12,12,12,12,12,12,12,12,12,12,13,13,14,14,13,12,12,12,12,12,12,12,12,12,12,13,13,14,14,13,12,12,12,12,12,12,12,12,12,12,13,13,14,14,13,12,12,12,12,12,12,12,12,12,12,13,13,14,14,13,12,12,12,12,12,12,12,12,12,12,13,13,14,14,13,12,12,12,12,12,12,12,12,12,12,13,13,14,14,13,12,12,12,12,12,12,12,12,12,12,13,13,14,14,13,12,12,12,12,12,12,12,12,12,12,13,13,14,14,21,20,20,20,18,18,18,16,16,16,16,15,15,15,15,21,20,20,20,18,18,18,16,16,16,16,15,15,15,15,21,20,20,20,18,18,18,16,16,16,16,15,15,15,15,21,20,20,20,18,18,18,16,16,16,16,15,15,15,15,21,20,20,20,18,18,18,16,16,16,16,15,15,15,15,21,20,20,20,18,18,18,16,16,16,16,15,15,15,15,21,20,20,20,18,18,18,16,16,16,16,15,15,15,15,21,20,20,20,18,18,18,16,16,16,16,15,15,15,15,21,20,20,20,18,18,18,16,16,16,16,15,15,15,15,21,20,20,20,18,18,18,16,16,16,16,15,15,15,15,21,20,20,20,18,18,18,16,16,16,16,15,15,15,15,21,20,20,20,18,18,18,16,16,16,16,15,15,15,15,21,20,20,20,18,18,18,16,16,16,16,15,15,15,15,21,20,20,20,18,18,18,16,16,16,16,15,15,15,15,21,20,20,20,18,18,18,16,16,16,16,15,15,15,15,21,20,20,20,18,18,18,16,16,16,16,15,15,15,15,21,20,20,20,18,18,18,16,16,16,16,15,15,15,15,21,20,20,20,18,18,18,16,16,16,16,15,15,15,15,21,20,20,20,18,18,18,16,16,16,16,15,15,15,15,21,20,20,20,18,18,18,16,16,16,16,15,15,15,15,21,20,20,20,18,18,18,16,16,16,16,15,15,15,15,21,20,20,20,18,18,18,16,16,16,16,15,15,15,15,21,20,20,20,18,18,18,16,16,16,16,15,15,15,15,21,20,20,20,18,18,18,16,16,16,16,15,15,15,15,21,20,20,20,18,18,18,16,16,16,16,15,15,15,15,21,20,20,20,18,18,18,16,16,16,16,15,15,15,15,21,20,20,20,18,18,18,16,16,16,16,15,15,15,15,21,20,20,20,18,18,18,16,16,16,16,15,15,15,15,21,20,20,20,18,18,18,16,16,16,16,15,15,15,15,21,20,20,20,18,18,18,16,16,16,16,15,15,15,15,21,20,20,20,18,18,18,16,16,16,16,15,15,15,15,21,20,20,20,18,18,18,16,16,16,16,15,15,15,15,21,20,20,20,18,18,18,16,16,16,16,15,15,15,15,21,20,20,20,18,18,18,16,16,16,16,15,15,15,15,21,20,20,20,18,18,18,16,16,16,16,15,15,15,15,21,20,20,20,18,18,18,16,16,16,16,15,15,15,15,21,20,20,20,18,18,18,16,16,16,16,15,15,15,15,21,20,20,20,18,18,18,16,16,16,16,15,15,15,15,21,20,20,20,18,18,18,16,16,16,16,15,15,15,15,21,20,20,20,18,18,18,16,16,16,16,15,15,15,15,21,20,20,20,18,18,18,16,16,16,16,15,15,15,15,21,20,20,20,18,18,18,16,16,16,16,15,15,15,15,21,20,20,20,18,18,18,16,16,16,16,15,15,15,15,21,20,20,20,18,18,18,16,16,16,16,15,15,15,15,21,20,20,20,18,18,18,16,16,16,16,15,15,15,15,21,20,20,20,18,18,18,16,16,16,16,15,15,15,15,21,20,20,20,18,18,18,16,16,16,16,15,15,15,15,21,20,20,20,18,18,18,16,16,16,16,15,15,15,15,21,20,20,20,18,18,18,16,16,16,16,15,15,15,15,21,20,20,20,18,18,18,16,16,16,16,15,15,15,15,21,20,20,20,18,18,18,16,16,16,16,15,15,15,15,21,20,20,20,18,18,18,16,16,16,16,15,15,15,15,21,20,20,20,18,18,18,16,16,16,16,15,15,15,15,21,20,20,20,18,18,18,16,16,16,16,15,15,15,15,21,20,20,20,18,18,18,16,16,16,16,15,15,15,15,21,20,20,20,18,18,18,16,16,16,16,15,15,15,15,21,20,20,20,18,18,18,16,16,16,16,15,15,15,15,21,20,20,20,18,18,18,16,16,16,16,15,15,15,15,21,20,20,20,18,18,18,16,16,16,16,15,15,15,15,21,20,20,20,18,18,18,16,16,16,16,15,15,15,15,21,20,20,20,18,18,18,16,16,16,16,15,15,15,15,21,20,20,20,18,18,18,16,16,16,16,15,15,15,15,21,20,20,20,18,18,18,16,16,16,16,15,15,15,15,21,20,20,20,18,18,18,16,16,16,16,15,15,15,15,21,20,20,20,18,18,18,16,16,16,16,15,15,15,15,21,20,20,20,18,18,18,16,16,16,16,15,15,15,15,21,20,20,20,18,18,18,16,16,16,16,15,15,15,15,21,20,20,20,18,18,18,16,16,16,16,15,15,15,15,21,20,20,20,18,18,18,16,16,16,16,15,15,15,15,21,20,20,20,18,18,18,16,16,16,16,15,15,15,15,21,20,20,20,18,18,18,16,16,16,16,15,15,15,15,21,20,20,20,18,18,18,16,16,16,16,15,15,15,15,21,20,20,20,18,18,18,16,16,16,16,15,15,15,15,21,20,20,20,18,18,18,16,16,16,16,15,15,15,15,21,20,20,20,18,18,18,16,16,16,16,15,15,15,15,21,20,20,20,18,18,18,16,16,16,16,15,15,15,15,21,20,20,20,18,18,18,16,16,16,16,15,15,15,15,21,20,20,20,18,18,18,16,16,16,16,15,15,15,15,21,20,20,20,18,18,18,16,16,16,16,15,15,15,15,21,20,20,20,18,18,18,16,16,16,16,15,15,15,15,21,20,20,20,18,18,18,16,16,16,16,15,15,15,15,21,20,20,20,18,18,18,16,16,16,16,15,15,15,15,21,20,20,20,18,18,18,16,16,16,16,15,15,15,15,21,20,20,20,18,18,18,16,16,16,16,15,15,15,15,21,20,20,20,18,18,18,16,16,16,16,15,15,15,15,21,20,20,20,18,18,18,16,16,16,16,15,15,15,15,21,20,20,20,18,18,18,16,16,16,16,15,15,15,15,21,20,20,20,18,18,18,16,16,16,16,15,15,15,15,10,10,10,10,10,10,9,9,9,9,9,9,10,9,9,10,10,10,10,10,10,9,9,9,9,9,9,10,9,9,10,10,10,10,10,10,9,9,9,9,9,9,10,9,9,10,10,10,10,10,10,9,9,9,9,9,9,10,9,9,10,10,10,10,10,10,9,9,9,9,9,9,10,9,9,10,10,10,10,10,10,9,9,9,9,9,9,10,9,9,10,10,10,10,10,10,9,9,9,9,9,9,10,9,9,10,10,10,10,10,10,9,9,9,9,9,9,10,9,9,10,10,10,10,10,10,9,9,9,9,9,9,10,9,9,10,10,10,10,10,10,9,9,9,9,9,9,10,9,9,10,10,10,10,10,10,9,9,9,9,9,9,10,9,9,10,10,10,10,10,10,9,9,9,9,9,9,10,9,9,10,10,10,10,10,10,9,9,9,9,9,9,10,9,9,10,10,10,10,10,10,9,9,9,9,9,9,10,9,9,10,10,10,10,10,10,9,9,9,9,9,9,10,9,9,10,10,10,10,10,10,9,9,9,9,9,9,10,9,9,10,10,10,10,10,10,9,9,9,9,9,9,10,9,9,10,10,10,10,10,10,9,9,9,9,9,9,10,9,9,10,10,10,10,10,10,9,9,9,9,9,9,10,9,9,10,10,10,10,10,10,9,9,9,9,9,9,10,9,9,10,10,10,10,10,10,9,9,9,9,9,9,10,9,9,10,10,10,10,10,10,9,9,9,9,9,9,10,9,9,10,10,10,10,10,10,9,9,9,9,9,9,10,9,9,10,10,10,10,10,10,9,9,9,9,9,9,10,9,9,10,10,10,10,10,10,9,9,9,9,9,9,10,9,9,10,10,10,10,10,10,9,9,9,9,9,9,10,9,9,10,10,10,10,10,10,9,9,9,9,9,9,10,9,9,10,10,10,10,10,10,9,9,9,9,9,9,10,9,9,10,10,10,10,10,10,9,9,9,9,9,9,10,9,9,10,10,10,10,10,10,9,9,9,9,9,9,10,9,9,10,10,10,10,10,10,9,9,9,9,9,9,10,9,9,10,10,10,10,10,10,9,9,9,9,9,9,10,9,9,10,10,10,10,10,10,9,9,9,9,9,9,10,9,9,10,10,10,10,10,10,9,9,9,9,9,9,10,9,9,10,10,10,10,10,10,9,9,9,9,9,9,10,9,9,10,10,10,10,10,10,9,9,9,9,9,9,10,9,9,10,10,10,10,10,10,9,9,9,9,9,9,10,9,9,10,10,10,10,10,10,9,9,9,9,9,9,10,9,9,10,10,10,10,10,10,9,9,9,9,9,9,10,9,9,10,10,10,10,10,10,9,9,9,9,9,9,10,9,9,10,10,10,10,10,10,9,9,9,9,9,9,10,9,9,10,10,10,10,10,10,9,9,9,9,9,9,10,9,9,10,10,10,10,10,10,9,9,9,9,9,9,10,9,9,10,10,10,10,10,10,9,9,9,9,9,9,10,9,9,10,10,10,10,10,10,9,9,9,9,9,9,10,9,9,10,10,10,10,10,10,9,9,9,9,9,9,10,9,9,10,10,10,10,10,10,9,9,9,9,9,9,10,9,9,10,10,10,10,10,10,9,9,9,9,9,9,10,9,9,10,10,10,10,10,10,9,9,9,9,9,9,10,9,9,10,10,10,10,10,10,9,9,9,9,9,9,10,9,9,10,10,10,10,10,10,9,9,9,9,9,9,10,9,9,10,10,10,10,10,10,9,9,9,9,9,9,10,9,9,10,10,10,10,10,10,9,9,9,9,9,9,10,9,9,10,10,10,10,10,10,9,9,9,9,9,9,10,9,9,10,10,10,10,10,10,9,9,9,9,9,9,10,9,9,10,10,10,10,10,10,9,9,9,9,9,9,10,9,9,10,10,10,10,10,10,9,9,9,9,9,9,10,9,9,10,10,10,10,10,10,9,9,9,9,9,9,10,9,9,10,10,10,10,10,10,9,9,9,9,9,9,10,9,9,10,10,10,10,10,10,9,9,9,9,9,9,10,9,9,10,10,10,10,10,10,9,9,9,9,9,9,10,9,9,10,10,10,10,10,10,9,9,9,9,9,9,10,9,9,10,10,10,10,10,10,9,9,9,9,9,9,10,9,9,10,10,10,10,10,10,9,9,9,9,9,9,10,9,9,10,10,10,10,10,10,9,9,9,9,9,9,10,9,9,10,10,10,10,10,10,9,9,9,9,9,9,10,9,9,10,10,10,10,10,10,9,9,9,9,9,9,10,9,9,10,10,10,10,10,10,9,9,9,9,9,9,10,9,9,10,10,10,10,10,10,9,9,9,9,9,9,10,9,9,10,10,10,10,10,10,9,9,9,9,9,9,10,9,9,10,10,10,10,10,10,9,9,9,9,9,9,10,9,9,10,10,10,10,10,10,9,9,9,9,9,9,10,9,9,10,10,10,10,10,10,9,9,9,9,9,9,10,9,9,10,10,10,10,10,10,9,9,9,9,9,9,10,9,9,10,10,10,10,10,10,9,9,9,9,9,9,10,9,9,10,10,10,10,10,10,9,9,9,9,9,9,10,9,9,10,10,10,10,10,10,9,9,9,9,9,9,10,9,9,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,33,33,33,33,33,33,36,36,37,37,37,36,36,36,36,33,33,33,33,33,33,36,36,37,37,37,36,36,36,36,33,33,33,33,33,33,36,36,37,37,37,36,36,36,36,33,33,33,33,33,33,36,36,37,37,37,36,36,36,36,33,33,33,33,33,33,36,36,37,37,37,36,36,36,36,33,33,33,33,33,33,36,36,37,37,37,36,36,36,36,33,33,33,33,33,33,36,36,37,37,37,36,36,36,36,33,33,33,33,33,33,36,36,37,37,37,36,36,36,36,33,33,33,33,33,33,36,36,37,37,37,36,36,36,36,33,33,33,33,33,33,36,36,37,37,37,36,36,36,36,33,33,33,33,33,33,36,36,37,37,37,36,36,36,36,33,33,33,33,33,33,36,36,37,37,37,36,36,36,36,33,33,33,33,33,33,36,36,37,37,37,36,36,36,36,33,33,33,33,33,33,36,36,37,37,37,36,36,36,36,33,33,33,33,33,33,36,36,37,37,37,36,36,36,36,33,33,33,33,33,33,36,36,37,37,37,36,36,36,36,33,33,33,33,33,33,36,36,37,37,37,36,36,36,36,33,33,33,33,33,33,36,36,37,37,37,36,36,36,36,33,33,33,33,33,33,36,36,37,37,37,36,36,36,36,33,33,33,33,33,33,36,36,37,37,37,36,36,36,36,33,33,33,33,33,33,36,36,37,37,37,36,36,36,36,33,33,33,33,33,33,36,36,37,37,37,36,36,36,36,33,33,33,33,33,33,36,36,37,37,37,36,36,36,36,33,33,33,33,33,33,36,36,37,37,37,36,36,36,36,33,33,33,33,33,33,36,36,37,37,37,36,36,36,36,33,33,33,33,33,33,36,36,37,37,37,36,36,36,36,33,33,33,33,33,33,36,36,37,37,37,36,36,36,36,33,33,33,33,33,33,36,36,37,37,37,36,36,36,36,33,33,33,33,33,33,36,36,37,37,37,36,36,36,36,33,33,33,33,33,33,36,36,37,37,37,36,36,36,36,33,33,33,33,33,33,36,36,37,37,37,36,36,36,36,33,33,33,33,33,33,36,36,37,37,37,36,36,36,36,33,33,33,33,33,33,36,36,37,37,37,36,36,36,36,33,33,33,33,33,33,36,36,37,37,37,36,36,36,36,33,33,33,33,33,33,36,36,37,37,37,36,36,36,36,33,33,33,33,33,33,36,36,37,37,37,36,36,36,36,33,33,33,33,33,33,36,36,37,37,37,36,36,36,36,33,33,33,33,33,33,36,36,37,37,37,36,36,36,36,33,33,33,33,33,33,36,36,37,37,37,36,36,36,36,33,33,33,33,33,33,36,36,37,37,37,36,36,36,36,33,33,33,33,33,33,36,36,37,37,37,36,36,36,36,33,33,33,33,33,33,36,36,37,37,37,36,36,36,36,33,33,33,33,33,33,36,36,37,37,37,36,36,36,36,33,33,33,33,33,33,36,36,37,37,37,36,36,36,36,33,33,33,33,33,33,36,36,37,37,37,36,36,36,36,33,33,33,33,33,33,36,36,37,37,37,36,36,36,36,33,33,33,33,33,33,36,36,37,37,37,36,36,36,36,33,33,33,33,33,33,36,36,37,37,37,36,36,36,36,33,33,33,33,33,33,36,36,37,37,37,36,36,36,36,33,33,33,33,33,33,36,36,37,37,37,36,36,36,36,33,33,33,33,33,33,36,36,37,37,37,36,36,36,36,33,33,33,33,33,33,36,36,37,37,37,36,36,36,36,33,33,33,33,33,33,36,36,37,37,37,36,36,36,36,33,33,33,33,33,33,36,36,37,37,37,36,36,36,36,33,33,33,33,33,33,36,36,37,37,37,36,36,36,36,33,33,33,33,33,33,36,36,37,37,37,36,36,36,36,33,33,33,33,33,33,36,36,37,37,37,36,36,36,36,33,33,33,33,33,33,36,36,37,37,37,36,36,36,36,33,33,33,33,33,33,36,36,37,37,37,36,36,36,36,33,33,33,33,33,33,36,36,37,37,37,36,36,36,36,33,33,33,33,33,33,36,36,37,37,37,36,36,36,36,33,33,33,33,33,33,36,36,37,37,37,36,36,36,36,33,33,33,33,33,33,36,36,37,37,37,36,36,36,36,33,33,33,33,33,33,36,36,37,37,37,36,36,36,36,33,33,33,33,33,33,36,36,37,37,37,36,36,36,36,33,33,33,33,33,33,36,36,37,37,37,36,36,36,36,33,33,33,33,33,33,36,36,37,37,37,36,36,36,36,45,45,45,45,45,45,45,45,45,45,45,45,45,45,43,45,45,45,45,45,45,45,45,45,45,45,45,45,45,43,45,45,45,45,45,45,45,45,45,45,45,45,45,45,43,45,45,45,45,45,45,45,45,45,45,45,45,45,45,43,45,45,45,45,45,45,45,45,45,45,45,45,45,45,43,17,18,18,18,17,15,14,14,12,12,12,12,10,12,12,17,18,18,18,17,15,14,14,12,12,12,12,10,12,12,17,18,18,18,17,15,14,14,12,12,12,12,10,12,12,17,18,18,18,17,15,14,14,12,12,12,12,10,12,12,17,18,18,18,17,15,14,14,12,12,12,12,10,12,12,17,18,18,18,17,15,14,14,12,12,12,12,10,12,12,17,18,18,18,17,15,14,14,12,12,12,12,10,12,12,17,18,18,18,17,15,14,14,12,12,12,12,10,12,12,17,18,18,18,17,15,14,14,12,12,12,12,10,12,12,17,18,18,18,17,15,14,14,12,12,12,12,10,12,12,17,18,18,18,17,15,14,14,12,12,12,12,10,12,12,17,18,18,18,17,15,14,14,12,12,12,12,10,12,12,17,18,18,18,17,15,14,14,12,12,12,12,10,12,12,17,18,18,18,17,15,14,14,12,12,12,12,10,12,12,17,18,18,18,17,15,14,14,12,12,12,12,10,12,12,17,18,18,18,17,15,14,14,12,12,12,12,10,12,12,17,18,18,18,17,15,14,14,12,12,12,12,10,12,12,17,18,18,18,17,15,14,14,12,12,12,12,10,12,12,17,18,18,18,17,15,14,14,12,12,12,12,10,12,12,17,18,18,18,17,15,14,14,12,12,12,12,10,12,12,17,18,18,18,17,15,14,14,12,12,12,12,10,12,12,17,18,18,18,17,15,14,14,12,12,12,12,10,12,12,17,18,18,18,17,15,14,14,12,12,12,12,10,12,12,17,18,18,18,17,15,14,14,12,12,12,12,10,12,12,17,18,18,18,17,15,14,14,12,12,12,12,10,12,12,17,18,18,18,17,15,14,14,12,12,12,12,10,12,12,17,18,18,18,17,15,14,14,12,12,12,12,10,12,12,17,18,18,18,17,15,14,14,12,12,12,12,10,12,12,17,18,18,18,17,15,14,14,12,12,12,12,10,12,12,17,18,18,18,17,15,14,14,12,12,12,12,10,12,12,17,18,18,18,17,15,14,14,12,12,12,12,10,12,12,17,18,18,18,17,15,14,14,12,12,12,12,10,12,12,17,18,18,18,17,15,14,14,12,12,12,12,10,12,12,17,18,18,18,17,15,14,14,12,12,12,12,10,12,12,17,18,18,18,17,15,14,14,12,12,12,12,10,12,12,17,18,18,18,17,15,14,14,12,12,12,12,10,12,12,17,18,18,18,17,15,14,14,12,12,12,12,10,12,12,17,18,18,18,17,15,14,14,12,12,12,12,10,12,12,17,18,18,18,17,15,14,14,12,12,12,12,10,12,12,17,18,18,18,17,15,14,14,12,12,12,12,10,12,12,17,18,18,18,17,15,14,14,12,12,12,12,10,12,12,17,18,18,18,17,15,14,14,12,12,12,12,10,12,12,17,18,18,18,17,15,14,14,12,12,12,12,10,12,12,17,18,18,18,17,15,14,14,12,12,12,12,10,12,12,17,18,18,18,17,15,14,14,12,12,12,12,10,12,12,17,18,18,18,17,15,14,14,12,12,12,12,10,12,12,5,5,6,6,6,7,6,6,6,6,6,6,6,5,5,5,5,6,6,6,7,6,6,6,6,6,6,6,5,5,5,5,6,6,6,7,6,6,6,6,6,6,6,5,5,5,5,6,6,6,7,6,6,6,6,6,6,6,5,5,5,5,6,6,6,7,6,6,6,6,6,6,6,5,5,5,5,6,6,6,7,6,6,6,6,6,6,6,5,5,5,5,6,6,6,7,6,6,6,6,6,6,6,5,5,5,5,6,6,6,7,6,6,6,6,6,6,6,5,5,5,5,6,6,6,7,6,6,6,6,6,6,6,5,5,5,5,6,6,6,7,6,6,6,6,6,6,6,5,5,5,5,6,6,6,7,6,6,6,6,6,6,6,5,5,5,5,6,6,6,7,6,6,6,6,6,6,6,5,5,5,5,6,6,6,7,6,6,6,6,6,6,6,5,5,5,5,6,6,6,7,6,6,6,6,6,6,6,5,5,5,5,6,6,6,7,6,6,6,6,6,6,6,5,5,5,5,6,6,6,7,6,6,6,6,6,6,6,5,5,5,5,6,6,6,7,6,6,6,6,6,6,6,5,5,5,5,6,6,6,7,6,6,6,6,6,6,6,5,5,5,5,6,6,6,7,6,6,6,6,6,6,6,5,5,5,5,6,6,6,7,6,6,6,6,6,6,6,5,5,5,5,6,6,6,7,6,6,6,6,6,6,6,5,5,5,5,6,6,6,7,6,6,6,6,6,6,6,5,5,5,5,6,6,6,7,6,6,6,6,6,6,6,5,5,5,5,6,6,6,7,6,6,6,6,6,6,6,5,5,5,5,6,6,6,7,6,6,6,6,6,6,6,5,5,5,5,6,6,6,7,6,6,6,6,6,6,6,5,5,5,5,6,6,6,7,6,6,6,6,6,6,6,5,5,5,5,6,6,6,7,6,6,6,6,6,6,6,5,5,5,5,6,6,6,7,6,6,6,6,6,6,6,5,5,5,5,6,6,6,7,6,6,6,6,6,6,6,5,5,5,5,6,6,6,7,6,6,6,6,6,6,6,5,5,5,5,6,6,6,7,6,6,6,6,6,6,6,5,5,5,5,6,6,6,7,6,6,6,6,6,6,6,5,5,5,5,6,6,6,7,6,6,6,6,6,6,6,5,5,5,5,6,6,6,7,6,6,6,6,6,6,6,5,5,5,5,6,6,6,7,6,6,6,6,6,6,6,5,5,5,5,6,6,6,7,6,6,6,6,6,6,6,5,5,5,5,6,6,6,7,6,6,6,6,6,6,6,5,5,5,5,6,6,6,7,6,6,6,6,6,6,6,5,5,5,5,6,6,6,7,6,6,6,6,6,6,6,5,5,5,5,6,6,6,7,6,6,6,6,6,6,6,5,5,5,5,6,6,6,7,6,6,6,6,6,6,6,5,5,5,5,6,6,6,7,6,6,6,6,6,6,6,5,5,5,5,6,6,6,7,6,6,6,6,6,6,6,5,5,5,5,6,6,6,7,6,6,6,6,6,6,6,5,5,5,5,6,6,6,7,6,6,6,6,6,6,6,5,5,5,5,6,6,6,7,6,6,6,6,6,6,6,5,5,5,5,6,6,6,7,6,6,6,6,6,6,6,5,5,5,5,6,6,6,7,6,6,6,6,6,6,6,5,5,5,5,6,6,6,7,6,6,6,6,6,6,6,5,5,5,5,6,6,6,7,6,6,6,6,6,6,6,5,5,5,5,6,6,6,7,6,6,6,6,6,6,6,5,5,5,5,6,6,6,7,6,6,6,6,6,6,6,5,5,5,5,6,6,6,7,6,6,6,6,6,6,6,5,5,5,5,6,6,6,7,6,6,6,6,6,6,6,5,5,5,5,6,6,6,7,6,6,6,6,6,6,6,5,5,5,5,6,6,6,7,6,6,6,6,6,6,6,5,5,5,5,6,6,6,7,6,6,6,6,6,6,6,5,5,5,5,6,6,6,7,6,6,6,6,6,6,6,5,5,5,5,6,6,6,7,6,6,6,6,6,6,6,5,5,5,5,6,6,6,7,6,6,6,6,6,6,6,5,5,5,5,6,6,6,7,6,6,6,6,6,6,6,5,5,5,5,6,6,6,7,6,6,6,6,6,6,6,5,5,5,5,6,6,6,7,6,6,6,6,6,6,6,5,5,5,5,6,6,6,7,6,6,6,6,6,6,6,5,5,5,5,6,6,6,7,6,6,6,6,6,6,6,5,5,15,15,15,15,15,15,15,14,15,24,24,24,24,24,24,15,15,15,15,15,15,15,14,15,24,24,24,24,24,24,15,15,15,15,15,15,15,14,15,24,24,24,24,24,24,15,15,15,15,15,15,15,14,15,24,24,24,24,24,24,15,15,15,15,15,15,15,14,15,24,24,24,24,24,24,15,15,15,15,15,15,15,14,15,24,24,24,24,24,24,15,15,15,15,15,15,15,14,15,24,24,24,24,24,24,15,15,15,15,15,15,15,14,15,24,24,24,24,24,24,15,15,15,15,15,15,15,14,15,24,24,24,24,24,24,15,15,15,15,15,15,15,14,15,24,24,24,24,24,24,15,15,15,15,15,15,15,14,15,24,24,24,24,24,24,15,15,15,15,15,15,15,14,15,24,24,24,24,24,24,15,15,15,15,15,15,15,14,15,24,24,24,24,24,24,15,15,15,15,15,15,15,14,15,24,24,24,24,24,24,15,15,15,15,15,15,15,14,15,24,24,24,24,24,24,15,15,15,15,15,15,15,14,15,24,24,24,24,24,24,15,15,15,15,15,15,15,14,15,24,24,24,24,24,24,15,15,15,15,15,15,15,14,15,24,24,24,24,24,24,15,15,15,15,15,15,15,14,15,24,24,24,24,24,24,15,15,15,15,15,15,15,14,15,24,24,24,24,24,24,15,15,15,15,15,15,15,14,15,24,24,24,24,24,24,15,15,15,15,15,15,15,14,15,24,24,24,24,24,24,15,15,15,15,15,15,15,14,15,24,24,24,24,24,24,15,15,15,15,15,15,15,14,15,24,24,24,24,24,24,15,15,15,15,15,15,15,14,15,24,24,24,24,24,24,15,15,15,15,15,15,15,14,15,24,24,24,24,24,24,15,15,15,15,15,15,15,14,15,24,24,24,24,24,24,15,15,15,15,15,15,15,14,15,24,24,24,24,24,24,15,15,15,15,15,15,15,14,15,24,24,24,24,24,24,15,15,15,15,15,15,15,14,15,24,24,24,24,24,24,15,15,15,15,15,15,15,14,15,24,24,24,24,24,24,15,15,15,15,15,15,15,14,15,24,24,24,24,24,24,15,15,15,15,15,15,15,14,15,24,24,24,24,24,24,15,15,15,15,15,15,15,14,15,24,24,24,24,24,24,15,15,15,15,15,15,15,14,15,24,24,24,24,24,24,15,15,15,15,15,15,15,14,15,24,24,24,24,24,24,15,15,15,15,15,15,15,14,15,24,24,24,24,24,24,15,15,15,15,15,15,15,14,15,24,24,24,24,24,24,15,15,15,15,15,15,15,14,15,24,24,24,24,24,24,15,15,15,15,15,15,15,14,15,24,24,24,24,24,24,15,15,15,15,15,15,15,14,15,24,24,24,24,24,24,15,15,15,15,15,15,15,14,15,24,24,24,24,24,24,15,15,15,15,15,15,15,14,15,24,24,24,24,24,24,15,15,15,15,15,15,15,14,15,24,24,24,24,24,24,15,15,15,15,15,15,15,14,15,24,24,24,24,24,24,15,15,15,15,15,15,15,14,15,24,24,24,24,24,24,15,15,15,15,15,15,15,14,15,24,24,24,24,24,24,15,15,15,15,15,15,15,14,15,24,24,24,24,24,24,15,15,15,15,15,15,15,14,15,24,24,24,24,24,24,15,15,15,15,15,15,15,14,15,24,24,24,24,24,24,15,15,15,15,15,15,15,14,15,24,24,24,24,24,24,15,15,15,15,15,15,15,14,15,24,24,24,24,24,24,15,15,15,15,15,15,15,14,15,24,24,24,24,24,24,15,15,15,15,15,15,15,14,15,24,24,24,24,24,24,15,15,15,15,15,15,15,14,15,24,24,24,24,24,24,15,15,15,15,15,15,15,14,15,24,24,24,24,24,24,15,15,15,15,15,15,15,14,15,24,24,24,24,24,24,15,15,15,15,15,15,15,14,15,24,24,24,24,24,24,15,15,15,15,15,15,15,14,15,24,24,24,24,24,24,15,15,15,15,15,15,15,14,15,24,24,24,24,24,24,15,15,15,15,15,15,15,14,15,24,24,24,24,24,24,15,15,15,15,15,15,15,14,15,24,24,24,24,24,24,15,15,15,15,15,15,15,14,15,24,24,24,24,24,24,15,15,15,15,15,15,15,14,15,24,24,24,24,24,24,15,15,15,15,15,15,15,14,15,24,24,24,24,24,24,15,15,15,15,15,15,15,14,15,24,24,24,24,24,24,15,15,15,15,15,15,15,14,15,24,24,24,24,24,24,15,15,15,15,15,15,15,14,15,24,24,24,24,24,24,15,15,15,15,15,15,15,14,15,24,24,24,24,24,24,15,15,15,15,15,15,15,14,15,24,24,24,24,24,24,15,15,15,15,15,15,15,14,15,24,24,24,24,24,24,15,15,15,15,15,15,15,14,15,24,24,24,24,24,24,15,15,15,15,15,15,15,14,15,24,24,24,24,24,24,15,15,15,15,15,15,15,14,15,24,24,24,24,24,24,15,15,15,15,15,15,15,14,15,24,24,24,24,24,24,15,15,15,15,15,15,15,14,15,24,24,24,24,24,24,15,15,15,15,15,15,15,14,15,24,24,24,24,24,24,15,15,15,15,15,15,15,14,15,24,24,24,24,24,24,15,15,15,15,15,15,15,14,15,24,24,24,24,24,24,15,15,15,15,15,15,15,14,15,24,24,24,24,24,24,15,15,15,15,15,15,15,14,15,24,24,24,24,24,24,15,15,15,15,15,15,15,14,15,24,24,24,24,24,24,15,15,15,15,15,15,15,14,15,24,24,24,24,24,24,15,15,15,15,15,15,15,14,15,24,24,24,24,24,24,15,15,15,15,15,15,15,14,15,24,24,24,24,24,24,15,15,15,15,15,15,15,14,15,24,24,24,24,24,24,15,15,15,15,15,15,15,14,15,24,24,24,24,24,24,15,15,15,15,15,15,15,14,15,24,24,24,24,24,24,15,15,15,15,15,15,15,14,15,24,24,24,24,24,24,15,15,15,15,15,15,15,14,15,24,24,24,24,24,24,15,15,15,15,15,15,15,14,15,24,24,24,24,24,24,15,15,15,15,15,15,15,14,15,24,24,24,24,24,24,15,15,15,15,15,15,15,14,15,24,24,24,24,24,24,15,15,15,15,15,15,15,14,15,24,24,24,24,24,24,15,15,15,15,15,15,15,14,15,24,24,24,24,24,24,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,15,18,18,18,18,18,18,17,19,20,20,20,20,20,20,12,12,11,11,11,11,11,11,11,11,11,11,11,11,11,12,12,11,11,11,11,11,11,11,11,11,11,11,11,11,12,12,11,11,11,11,11,11,11,11,11,11,11,11,11,12,12,11,11,11,11,11,11,11,11,11,11,11,11,11,12,12,11,11,11,11,11,11,11,11,11,11,11,11,11,12,12,11,11,11,11,11,11,11,11,11,11,11,11,11,12,12,11,11,11,11,11,11,11,11,11,11,11,11,11,12,12,11,11,11,11,11,11,11,11,11,11,11,11,11,12,12,11,11,11,11,11,11,11,11,11,11,11,11,11,12,12,11,11,11,11,11,11,11,11,11,11,11,11,11,12,12,11,11,11,11,11,11,11,11,11,11,11,11,11,12,12,11,11,11,11,11,11,11,11,11,11,11,11,11,12,12,11,11,11,11,11,11,11,11,11,11,11,11,11,12,12,11,11,11,11,11,11,11,11,11,11,11,11,11,12,12,11,11,11,11,11,11,11,11,11,11,11,11,11,12,12,11,11,11,11,11,11,11,11,11,11,11,11,11,12,12,11,11,11,11,11,11,11,11,11,11,11,11,11,12,12,11,11,11,11,11,11,11,11,11,11,11,11,11,12,12,11,11,11,11,11,11,11,11,11,11,11,11,11,12,12,11,11,11,11,11,11,11,11,11,11,11,11,11,12,12,11,11,11,11,11,11,11,11,11,11,11,11,11,12,12,11,11,11,11,11,11,11,11,11,11,11,11,11,12,12,11,11,11,11,11,11,11,11,11,11,11,11,11,12,12,11,11,11,11,11,11,11,11,11,11,11,11,11,12,12,11,11,11,11,11,11,11,11,11,11,11,11,11,12,12,11,11,11,11,11,11,11,11,11,11,11,11,11,12,12,11,11,11,11,11,11,11,11,11,11,11,11,11,12,12,11,11,11,11,11,11,11,11,11,11,11,11,11,12,12,11,11,11,11,11,11,11,11,11,11,11,11,11,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,14,14,14,14,12,12,12,12,13,13,13,13,12,12,12,14,14,14,14,12,12,12,12,13,13,13,13,12,12,12,14,14,14,14,12,12,12,12,13,13,13,13,12,12,12,14,14,14,14,12,12,12,12,13,13,13,13,12,12,12,14,14,14,14,12,12,12,12,13,13,13,13,12,12,12,14,14,14,14,12,12,12,12,13,13,13,13,12,12,12,14,14,14,14,12,12,12,12,13,13,13,13,12,12,12,14,14,14,14,12,12,12,12,13,13,13,13,12,12,12,14,14,14,14,12,12,12,12,13,13,13,13,12,12,12,14,14,14,14,12,12,12,12,13,13,13,13,12,12,12,14,14,14,14,12,12,12,12,13,13,13,13,12,12,12,14,14,14,14,12,12,12,12,13,13,13,13,12,12,12,14,14,14,14,12,12,12,12,13,13,13,13,12,12,12,14,14,14,14,12,12,12,12,13,13,13,13,12,12,12,14,14,14,14,12,12,12,12,13,13,13,13,12,12,12,14,14,14,14,12,12,12,12,13,13,13,13,12,12,12,14,14,14,14,12,12,12,12,13,13,13,13,12,12,12,14,14,14,14,12,12,12,12,13,13,13,13,12,12,12,14,14,14,14,12,12,12,12,13,13,13,13,12,12,12,14,14,14,14,12,12,12,12,13,13,13,13,12,12,12,14,14,14,14,12,12,12,12,13,13,13,13,12,12,12,14,14,14,14,12,12,12,12,13,13,13,13,12,12,12,14,14,14,14,12,12,12,12,13,13,13,13,12,12,12,14,14,14,14,12,12,12,12,13,13,13,13,12,12,12,14,14,14,14,12,12,12,12,13,13,13,13,12,12,12,14,14,14,14,12,12,12,12,13,13,13,13,12,12,12,14,14,14,14,12,12,12,12,13,13,13,13,12,12,12,14,14,14,14,12,12,12,12,13,13,13,13,12,12,12,14,14,14,14,12,12,12,12,13,13,13,13,12,12,12,14,14,14,14,12,12,12,12,13,13,13,13,12,12,12,14,14,14,14,12,12,12,12,13,13,13,13,12,12,12,14,14,14,14,12,12,12,12,13,13,13,13,12,12,12,14,14,14,14,12,12,12,12,13,13,13,13,12,12,12,14,14,14,14,12,12,12,12,13,13,13,13,12,12,12,14,14,14,14,12,12,12,12,13,13,13,13,12,12,12,14,14,14,14,12,12,12,12,13,13,13,13,12,12,12,14,14,14,14,12,12,12,12,13,13,13,13,12,12,12,14,14,14,14,12,12,12,12,13,13,13,13,12,12,12,14,14,14,14,12,12,12,12,13,13,13,13,12,12,12,14,14,14,14,12,12,12,12,13,13,13,13,12,12,12,14,14,14,14,12,12,12,12,13,13,13,13,12,12,12,14,14,14,14,12,12,12,12,13,13,13,13,12,12,12,14,14,14,14,12,12,12,12,13,13,13,13,12,12,12,14,14,14,14,12,12,12,12,13,13,13,13,12,12,12,14,14,14,14,12,12,12,12,13,13,13,13,12,12,12,14,14,14,14,12,12,12,12,13,13,13,13,12,12,12,14,14,14,14,12,12,12,12,13,13,13,13,12,12,12,14,14,14,14,12,12,12,12,13,13,13,13,12,12,12,14,14,14,14,12,12,12,12,13,13,13,13,12,12,12,14,14,14,14,12,12,12,12,13,13,13,13,12,12,12,14,14,14,14,12,12,12,12,13,13,13,13,12,12,12,14,14,14,14,12,12,12,12,13,13,13,13,12,12,12,14,14,14,14,12,12,12,12,13,13,13,13,12,12,12,14,14,14,14,12,12,12,12,13,13,13,13,12,12,12,14,14,14,14,12,12,12,12,13,13,13,13,12,12,12,14,14,14,14,12,12,12,12,13,13,13,13,12,12,12,14,14,14,14,12,12,12,12,13,13,13,13,12,12,12,14,14,14,14,12,12,12,12,13,13,13,13,12,12,12,14,14,14,14,12,12,12,12,13,13,13,13,12,12,12,14,14,14,14,12,12,12,12,13,13,13,13,12,12,12,14,14,14,14,12,12,12,12,13,13,13,13,12,12,12,14,14,14,14,12,12,12,12,13,13,13,13,12,12,12,14,14,14,14,12,12,12,12,13,13,13,13,12,12,12,14,14,14,14,12,12,12,12,13,13,13,13,12,12,12,14,14,14,14,12,12,12,12,13,13,13,13,12,12,12,14,14,14,14,12,12,12,12,13,13,13,13,12,12,12,14,14,14,14,12,12,12,12,13,13,13,13,12,12,12,14,14,14,14,12,12,12,12,13,13,13,13,12,12,12,14,14,14,14,12,12,12,12,13,13,13,13,12,12,12,14,14,14,14,12,12,12,12,13,13,13,13,12,12,12,14,14,14,14,12,12,12,12,13,13,13,13,12,12,12,14,14,14,14,12,12,12,12,13,13,13,13,12,12,12,14,14,14,14,12,12,12,12,13,13,13,13,12,12,12,14,14,14,14,12,12,12,12,13,13,13,13,12,12,12,14,14,14,14,12,12,12,12,13,13,13,13,12,12,12,14,14,14,14,12,12,12,12,13,13,13,13,12,12,12,14,14,14,14,12,12,12,12,13,13,13,13,12,12,12,14,14,14,14,12,12,12,12,13,13,13,13,12,12,12,14,14,14,14,12,12,12,12,13,13,13,13,12,12,12,14,14,14,14,12,12,12,12,13,13,13,13,12,12,12,14,14,14,14,12,12,12,12,13,13,13,13,12,12,12,14,14,14,14,12,12,12,12,13,13,13,13,12,12,12,14,14,14,14,12,12,12,12,13,13,13,13,12,12,12,14,14,14,14,12,12,12,12,13,13,13,13,12,12,12,14,14,14,14,12,12,12,12,13,13,13,13,12,12,12,14,14,14,14,12,12,12,12,13,13,13,13,12,12,12,14,14,14,14,12,12,12,12,13,13,13,13,12,12,12,14,14,14,14,12,12,12,12,13,13,13,13,12,12,12,14,14,14,14,12,12,12,12,13,13,13,13,12,12,12,14,14,14,14,12,12,12,12,13,13,13,13,12,12,12,14,14,14,14,12,12,12,12,13,13,13,13,12,12,12,14,14,14,14,12,12,12,12,13,13,13,13,12,12,12,14,14,14,14,12,12,12,12,13,13,13,13,12,12,12,14,14,14,14,12,12,12,12,13,13,13,13,12,12,12,14,14,14,14,12,12,12,12,13,13,13,13,12,12,12,14,14,14,14,12,12,12,12,13,13,13,13,12,12,12,14,14,14,14,12,12,12,12,13,13,13,13,12,12,12,14,14,14,14,12,12,12,12,13,13,13,13,12,12,12,14,14,14,14,12,12,12,12,13,13,13,13,12,12,12,14,14,14,14,12,12,12,12,13,13,13,13,12,12,12,14,14,14,14,12,12,12,12,13,13,13,13,12,12,12,14,14,14,14,12,12,12,12,13,13,13,13,12,12,12,14,14,14,14,12,12,12,12,13,13,13,13,12,12,12,14,14,14,14,12,12,12,12,13,13,13,13,12,12,12,14,14,14,14,12,12,12,12,13,13,13,13,12,12,12,14,14,14,14,12,12,12,12,13,13,13,13,12,12,12,14,14,14,14,12,12,12,12,13,13,13,13,12,12,12,14,14,14,14,12,12,12,12,13,13,13,13,12,12,12,14,14,14,14,12,12,12,12,13,13,13,13,12,12,12,14,14,14,14,12,12,12,12,13,13,13,13,12,12,12,14,14,14,14,12,12,12,12,13,13,13,13,12,12,12,14,14,14,14,12,12,12,12,13,13,13,13,12,12,12,14,14,14,14,12,12,12,12,13,13,13,13,12,12,12,14,14,14,14,12,12,12,12,13,13,13,13,12,12,12,14,14,14,14,12,12,12,12,13,13,13,13,12,12,12,14,14,14,14,12,12,12,12,13,13,13,13,12,12,12,14,14,14,14,12,12,12,12,13,13,13,13,12,12,12,14,14,14,14,12,12,12,12,13,13,13,13,12,12,12,14,14,14,14,12,12,12,12,13,13,13,13,12,12,12,14,14,14,14,12,12,12,12,13,13,13,13,12,12,12,14,14,14,14,12,12,12,12,13,13,13,13,12,12,12,14,14,14,14,12,12,12,12,13,13,13,13,12,12,12,14,14,14,14,12,12,12,12,13,13,13,13,12,12,12,14,14,14,14,12,12,12,12,13,13,13,13,12,12,12,14,14,14,14,12,12,12,12,13,13,13,13,12,12,12,14,14,14,14,12,12,12,12,13,13,13,13,12,12,12,14,14,14,14,12,12,12,12,13,13,13,13,12,12,12,14,14,14,14,12,12,12,12,13,13,13,13,12,12,12,14,14,14,14,12,12,12,12,13,13,13,13,12,12,12,14,14,14,14,12,12,12,12,13,13,13,13,12,12,12,14,14,14,14,12,12,12,12,13,13,13,13,12,12,12,14,14,14,14,12,12,12,12,13,13,13,13,12,12,12,14,14,14,14,12,12,12,12,13,13,13,13,12,12,12,24,24,24,24,24,24,24,24,24,24,24,25,25,25,41,24,24,24,24,24,24,24,24,24,24,24,25,25,25,41,24,24,24,24,24,24,24,24,24,24,24,25,25,25,41,24,24,24,24,24,24,24,24,24,24,24,25,25,25,41,24,24,24,24,24,24,24,24,24,24,24,25,25,25,41,24,24,24,24,24,24,24,24,24,24,24,25,25,25,41,24,24,24,24,24,24,24,24,24,24,24,25,25,25,41,24,24,24,24,24,24,24,24,24,24,24,25,25,25,41,24,24,24,24,24,24,24,24,24,24,24,25,25,25,41,24,24,24,24,24,24,24,24,24,24,24,25,25,25,41,24,24,24,24,24,24,24,24,24,24,24,25,25,25,41,24,24,24,24,24,24,24,24,24,24,24,25,25,25,41,24,24,24,24,24,24,24,24,24,24,24,25,25,25,41,24,24,24,24,24,24,24,24,24,24,24,25,25,25,41,24,24,24,24,24,24,24,24,24,24,24,25,25,25,41,24,24,24,24,24,24,24,24,24,24,24,25,25,25,41,24,24,24,24,24,24,24,24,24,24,24,25,25,25,41,24,24,24,24,24,24,24,24,24,24,24,25,25,25,41,24,24,24,24,24,24,24,24,24,24,24,25,25,25,41,24,24,24,24,24,24,24,24,24,24,24,25,25,25,41,24,24,24,24,24,24,24,24,24,24,24,25,25,25,41,24,24,24,24,24,24,24,24,24,24,24,25,25,25,41,24,24,24,24,24,24,24,24,24,24,24,25,25,25,41,24,24,24,24,24,24,24,24,24,24,24,25,25,25,41,24,24,24,24,24,24,24,24,24,24,24,25,25,25,41,24,24,24,24,24,24,24,24,24,24,24,25,25,25,41,24,24,24,24,24,24,24,24,24,24,24,25,25,25,41,24,24,24,24,24,24,24,24,24,24,24,25,25,25,41,24,24,24,24,24,24,24,24,24,24,24,25,25,25,41,24,24,24,24,24,24,24,24,24,24,24,25,25,25,41,24,24,24,24,24,24,24,24,24,24,24,25,25,25,41,24,24,24,24,24,24,24,24,24,24,24,25,25,25,41,24,24,24,24,24,24,24,24,24,24,24,25,25,25,41,24,24,24,24,24,24,24,24,24,24,24,25,25,25,41,24,24,24,24,24,24,24,24,24,24,24,25,25,25,41,24,24,24,24,24,24,24,24,24,24,24,25,25,25,41,24,24,24,24,24,24,24,24,24,24,24,25,25,25,41,24,24,24,24,24,24,24,24,24,24,24,25,25,25,41,24,24,24,24,24,24,24,24,24,24,24,25,25,25,41,18,20,20,19,19,19,19,19,18,18,22,22,24,24,24,18,20,20,19,19,19,19,19,18,18,22,22,24,24,24,18,20,20,19,19,19,19,19,18,18,22,22,24,24,24,18,20,20,19,19,19,19,19,18,18,22,22,24,24,24,18,20,20,19,19,19,19,19,18,18,22,22,24,24,24,18,20,20,19,19,19,19,19,18,18,22,22,24,24,24,18,20,20,19,19,19,19,19,18,18,22,22,24,24,24,18,20,20,19,19,19,19,19,18,18,22,22,24,24,24,18,20,20,19,19,19,19,19,18,18,22,22,24,24,24,18,20,20,19,19,19,19,19,18,18,22,22,24,24,24,18,20,20,19,19,19,19,19,18,18,22,22,24,24,24,18,20,20,19,19,19,19,19,18,18,22,22,24,24,24,18,20,20,19,19,19,19,19,18,18,22,22,24,24,24,18,20,20,19,19,19,19,19,18,18,22,22,24,24,24,18,20,20,19,19,19,19,19,18,18,22,22,24,24,24,18,20,20,19,19,19,19,19,18,18,22,22,24,24,24,18,20,20,19,19,19,19,19,18,18,22,22,24,24,24,18,20,20,19,19,19,19,19,18,18,22,22,24,24,24,18,20,20,19,19,19,19,19,18,18,22,22,24,24,24,18,20,20,19,19,19,19,19,18,18,22,22,24,24,24,18,20,20,19,19,19,19,19,18,18,22,22,24,24,24,18,20,20,19,19,19,19,19,18,18,22,22,24,24,24,18,20,20,19,19,19,19,19,18,18,22,22,24,24,24,18,20,20,19,19,19,19,19,18,18,22,22,24,24,24,18,20,20,19,19,19,19,19,18,18,22,22,24,24,24,18,20,20,19,19,19,19,19,18,18,22,22,24,24,24,18,20,20,19,19,19,19,19,18,18,22,22,24,24,24,18,20,20,19,19,19,19,19,18,18,22,22,24,24,24,18,20,20,19,19,19,19,19,18,18,22,22,24,24,24,18,20,20,19,19,19,19,19,18,18,22,22,24,24,24,18,20,20,19,19,19,19,19,18,18,22,22,24,24,24,18,20,20,19,19,19,19,19,18,18,22,22,24,24,24,18,20,20,19,19,19,19,19,18,18,22,22,24,24,24,18,20,20,19,19,19,19,19,18,18,22,22,24,24,24,18,20,20,19,19,19,19,19,18,18,22,22,24,24,24,18,20,20,19,19,19,19,19,18,18,22,22,24,24,24,18,20,20,19,19,19,19,19,18,18,22,22,24,24,24,18,20,20,19,19,19,19,19,18,18,22,22,24,24,24,18,20,20,19,19,19,19,19,18,18,22,22,24,24,24,18,20,20,19,19,19,19,19,18,18,22,22,24,24,24,18,20,20,19,19,19,19,19,18,18,22,22,24,24,24,18,20,20,19,19,19,19,19,18,18,22,22,24,24,24,18,20,20,19,19,19,19,19,18,18,22,22,24,24,24,18,20,20,19,19,19,19,19,18,18,22,22,24,24,24,18,20,20,19,19,19,19,19,18,18,22,22,24,24,24,18,20,20,19,19,19,19,19,18,18,22,22,24,24,24,18,20,20,19,19,19,19,19,18,18,22,22,24,24,24,18,20,20,19,19,19,19,19,18,18,22,22,24,24,24,18,20,20,19,19,19,19,19,18,18,22,22,24,24,24,18,20,20,19,19,19,19,19,18,18,22,22,24,24,24,18,20,20,19,19,19,19,19,18,18,22,22,24,24,24,18,20,20,19,19,19,19,19,18,18,22,22,24,24,24,18,20,20,19,19,19,19,19,18,18,22,22,24,24,24,18,20,20,19,19,19,19,19,18,18,22,22,24,24,24,18,20,20,19,19,19,19,19,18,18,22,22,24,24,24,21,21,24,24,24,24,24,24,24,24,26,24,24,24,24,21,21,24,24,24,24,24,24,24,24,26,24,24,24,24,21,21,24,24,24,24,24,24,24,24,26,24,24,24,24,21,21,24,24,24,24,24,24,24,24,26,24,24,24,24,21,21,24,24,24,24,24,24,24,24,26,24,24,24,24,21,21,24,24,24,24,24,24,24,24,26,24,24,24,24,21,21,24,24,24,24,24,24,24,24,26,24,24,24,24,21,21,24,24,24,24,24,24,24,24,26,24,24,24,24,21,21,24,24,24,24,24,24,24,24,26,24,24,24,24,21,21,24,24,24,24,24,24,24,24,26,24,24,24,24,21,21,24,24,24,24,24,24,24,24,26,24,24,24,24,21,21,24,24,24,24,24,24,24,24,26,24,24,24,24,21,21,24,24,24,24,24,24,24,24,26,24,24,24,24,21,21,24,24,24,24,24,24,24,24,26,24,24,24,24,21,21,24,24,24,24,24,24,24,24,26,24,24,24,24,21,21,24,24,24,24,24,24,24,24,26,24,24,24,24,21,21,24,24,24,24,24,24,24,24,26,24,24,24,24,21,21,24,24,24,24,24,24,24,24,26,24,24,24,24,21,21,24,24,24,24,24,24,24,24,26,24,24,24,24,21,21,24,24,24,24,24,24,24,24,26,24,24,24,24,21,21,24,24,24,24,24,24,24,24,26,24,24,24,24,21,21,24,24,24,24,24,24,24,24,26,24,24,24,24,21,21,24,24,24,24,24,24,24,24,26,24,24,24,24,21,21,24,24,24,24,24,24,24,24,26,24,24,24,24,21,21,24,24,24,24,24,24,24,24,26,24,24,24,24,21,21,24,24,24,24,24,24,24,24,26,24,24,24,24,21,21,24,24,24,24,24,24,24,24,26,24,24,24,24,21,21,24,24,24,24,24,24,24,24,26,24,24,24,24,21,21,24,24,24,24,24,24,24,24,26,24,24,24,24,21,21,24,24,24,24,24,24,24,24,26,24,24,24,24,21,21,24,24,24,24,24,24,24,24,26,24,24,24,24,21,21,24,24,24,24,24,24,24,24,26,24,24,24,24,21,21,24,24,24,24,24,24,24,24,26,24,24,24,24,21,21,24,24,24,24,24,24,24,24,26,24,24,24,24,21,21,24,24,24,24,24,24,24,24,26,24,24,24,24,21,21,24,24,24,24,24,24,24,24,26,24,24,24,24,21,21,24,24,24,24,24,24,24,24,26,24,24,24,24,21,21,24,24,24,24,24,24,24,24,26,24,24,24,24,21,21,24,24,24,24,24,24,24,24,26,24,24,24,24,21,21,24,24,24,24,24,24,24,24,26,24,24,24,24,21,21,24,24,24,24,24,24,24,24,26,24,24,24,24,21,21,24,24,24,24,24,24,24,24,26,24,24,24,24,21,21,24,24,24,24,24,24,24,24,26,24,24,24,24,21,21,24,24,24,24,24,24,24,24,26,24,24,24,24,21,21,24,24,24,24,24,24,24,24,26,24,24,24,24,21,21,24,24,24,24,24,24,24,24,26,24,24,24,24,21,21,24,24,24,24,24,24,24,24,26,24,24,24,24,21,21,24,24,24,24,24,24,24,24,26,24,24,24,24,21,21,24,24,24,24,24,24,24,24,26,24,24,24,24,21,21,24,24,24,24,24,24,24,24,26,24,24,24,24,21,21,24,24,24,24,24,24,24,24,26,24,24,24,24,21,21,24,24,24,24,24,24,24,24,26,24,24,24,24,21,21,24,24,24,24,24,24,24,24,26,24,24,24,24,21,21,24,24,24,24,24,24,24,24,26,24,24,24,24,21,21,24,24,24,24,24,24,24,24,26,24,24,24,24,21,21,24,24,24,24,24,24,24,24,26,24,24,24,24,21,21,24,24,24,24,24,24,24,24,26,24,24,24,24,21,21,24,24,24,24,24,24,24,24,26,24,24,24,24,21,21,24,24,24,24,24,24,24,24,26,24,24,24,24,21,21,24,24,24,24,24,24,24,24,26,24,24,24,24,21,21,24,24,24,24,24,24,24,24,26,24,24,24,24,21,21,24,24,24,24,24,24,24,24,26,24,24,24,24,21,21,24,24,24,24,24,24,24,24,26,24,24,24,24,21,21,24,24,24,24,24,24,24,24,26,24,24,24,24,21,21,24,24,24,24,24,24,24,24,26,24,24,24,24,21,21,24,24,24,24,24,24,24,24,26,24,24,24,24,21,21,24,24,24,24,24,24,24,24,26,24,24,24,24,21,21,24,24,24,24,24,24,24,24,26,24,24,24,24,21,21,24,24,24,24,24,24,24,24,26,24,24,24,24,21,21,24,24,24,24,24,24,24,24,26,24,24,24,24,21,21,24,24,24,24,24,24,24,24,26,24,24,24,24,21,21,24,24,24,24,24,24,24,24,26,24,24,24,24,9,9,9,9,9,9,9,9,9,9,10,9,9,9,9,9,9,9,9,9,9,9,9,9,9,10,9,9,9,9,9,9,9,9,9,9,9,9,9,9,10,9,9,9,9,9,9,9,9,9,9,9,9,9,9,10,9,9,9,9,9,9,9,9,9,9,9,9,9,9,10,9,9,9,9,9,9,9,9,9,9,9,9,9,9,10,9,9,9,9,9,9,9,9,9,9,9,9,9,9,10,9,9,9,9,9,9,9,9,9,9,9,9,9,9,10,9,9,9,9,9,9,9,9,9,9,9,9,9,9,10,9,9,9,9,9,9,9,9,9,9,9,9,9,9,10,9,9,9,9,9,9,9,9,9,9,9,9,9,9,10,9,9,9,9,9,9,9,9,9,9,9,9,9,9,10,9,9,9,9,9,9,9,9,9,9,9,9,9,9,10,9,9,9,9,9,9,9,9,9,9,9,9,9,9,10,9,9,9,9,9,9,9,9,9,9,9,9,9,9,10,9,9,9,9,9,9,9,9,9,9,9,9,9,9,10,9,9,9,9,9,9,9,9,9,9,9,9,9,9,10,9,9,9,9,9,9,9,9,9,9,9,9,9,9,10,9,9,9,9,9,9,9,9,9,9,9,9,9,9,10,9,9,9,9,9,9,9,9,9,9,9,9,9,9,10,9,9,9,9,9,9,9,9,9,9,9,9,9,9,10,9,9,9,9,9,9,9,9,9,9,9,9,9,9,10,9,9,9,9,9,9,9,9,9,9,9,9,9,9,10,9,9,9,9 ),.Dim=c(3107,15)), dealerregulations_pc=structure(.Data=c( 45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,50,50,50,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,50,50,50,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,50,50,50,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,50,50,50,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,50,50,50,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,50,50,50,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,50,50,50,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,50,50,50,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,50,50,50,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,50,50,50,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,50,50,50,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,50,50,50,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,50,50,50,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,50,50,50,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,50,50,50,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,50,50,50,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,50,50,50,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,50,50,50,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,50,50,50,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,50,50,50,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,50,50,50,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,50,50,50,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,50,50,50,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,50,50,50,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,50,50,50,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,50,50,50,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,50,50,50,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,50,50,50,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,50,50,50,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,50,50,50,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,50,50,50,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,50,50,50,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,50,50,50,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,50,50,50,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,50,50,50,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,50,50,50,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,50,50,50,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,50,50,50,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,50,50,50,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,50,50,50,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,50,50,50,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,50,50,50,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,50,50,50,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,50,50,50,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,50,50,50,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,50,50,50,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,50,50,50,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,50,50,50,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,50,50,50,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,50,50,50,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,50,50,50,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,50,50,50,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,50,50,50,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,50,50,50,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,50,50,50,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,50,50,50,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,50,50,50,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,50,50,50,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,50,50,50,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,50,50,50,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,50,50,50,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,50,50,50,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,50,50,50,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,50,50,50,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,50,50,50,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,50,50,50,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,50,50,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15.294118,16.27907,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,14.893617,14.736842,14.141414,14,15.294118,16.27907,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,14.893617,14.736842,14.141414,14,15.294118,16.27907,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,14.893617,14.736842,14.141414,14,15.294118,16.27907,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,14.893617,14.736842,14.141414,14,15.294118,16.27907,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,14.893617,14.736842,14.141414,14,15.294118,16.27907,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,14.893617,14.736842,14.141414,14,15.294118,16.27907,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,14.893617,14.736842,14.141414,14,15.294118,16.27907,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,14.893617,14.736842,14.141414,14,15.294118,16.27907,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,14.893617,14.736842,14.141414,14,15.294118,16.27907,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,14.893617,14.736842,14.141414,14,15.294118,16.27907,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,14.893617,14.736842,14.141414,14,15.294118,16.27907,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,14.893617,14.736842,14.141414,14,15.294118,16.27907,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,14.893617,14.736842,14.141414,14,15.294118,16.27907,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,14.893617,14.736842,14.141414,14,15.294118,16.27907,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,14.893617,14.736842,14.141414,14,15.294118,16.27907,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,14.893617,14.736842,14.141414,14,15.294118,16.27907,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,14.893617,14.736842,14.141414,14,15.294118,16.27907,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,14.893617,14.736842,14.141414,14,15.294118,16.27907,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,14.893617,14.736842,14.141414,14,15.294118,16.27907,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,14.893617,14.736842,14.141414,14,15.294118,16.27907,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,14.893617,14.736842,14.141414,14,15.294118,16.27907,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,14.893617,14.736842,14.141414,14,15.294118,16.27907,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,14.893617,14.736842,14.141414,14,15.294118,16.27907,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,14.893617,14.736842,14.141414,14,15.294118,16.27907,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,14.893617,14.736842,14.141414,14,15.294118,16.27907,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,14.893617,14.736842,14.141414,14,15.294118,16.27907,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,14.893617,14.736842,14.141414,14,15.294118,16.27907,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,14.893617,14.736842,14.141414,14,15.294118,16.27907,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,14.893617,14.736842,14.141414,14,15.294118,16.27907,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,14.893617,14.736842,14.141414,14,15.294118,16.27907,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,14.893617,14.736842,14.141414,14,15.294118,16.27907,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,14.893617,14.736842,14.141414,14,15.294118,16.27907,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,14.893617,14.736842,14.141414,14,15.294118,16.27907,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,14.893617,14.736842,14.141414,14,15.294118,16.27907,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,14.893617,14.736842,14.141414,14,15.294118,16.27907,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,14.893617,14.736842,14.141414,14,15.294118,16.27907,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,14.893617,14.736842,14.141414,14,15.294118,16.27907,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,14.893617,14.736842,14.141414,14,15.294118,16.27907,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,14.893617,14.736842,14.141414,14,15.294118,16.27907,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,14.893617,14.736842,14.141414,14,15.294118,16.27907,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,14.893617,14.736842,14.141414,14,15.294118,16.27907,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,14.893617,14.736842,14.141414,14,15.294118,16.27907,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,14.893617,14.736842,14.141414,14,15.294118,16.27907,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,14.893617,14.736842,14.141414,14,15.294118,16.27907,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,14.893617,14.736842,14.141414,14,15.294118,16.27907,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,14.893617,14.736842,14.141414,14,15.294118,16.27907,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,14.893617,14.736842,14.141414,14,15.294118,16.27907,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,14.893617,14.736842,14.141414,14,15.294118,16.27907,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,14.893617,14.736842,14.141414,14,15.294118,16.27907,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,14.893617,14.736842,14.141414,14,15.294118,16.27907,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,14.893617,14.736842,14.141414,14,15.294118,16.27907,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,14.893617,14.736842,14.141414,14,15.294118,16.27907,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,14.893617,14.736842,14.141414,14,15.294118,16.27907,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,14.893617,14.736842,14.141414,14,15.294118,16.27907,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,14.893617,14.736842,14.141414,14,15.294118,16.27907,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,14.893617,14.736842,14.141414,14,15.294118,16.27907,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,14.893617,14.736842,14.141414,14,15.294118,16.27907,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,15.053763,14.893617,14.736842,14.141414,14,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,6.6666665,6.6666665,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,6.6666665,6.6666665,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,6.6666665,6.6666665,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,6.6666665,6.6666665,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,6.6666665,6.6666665,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,6.6666665,6.6666665,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,6.6666665,6.6666665,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,6.6666665,6.6666665,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,6.6666665,6.6666665,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,6.6666665,6.6666665,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,6.6666665,6.6666665,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,6.6666665,6.6666665,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,6.6666665,6.6666665,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,6.6666665,6.6666665,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,6.6666665,6.6666665,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,6.6666665,6.6666665,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,6.6666665,6.6666665,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,6.6666665,6.6666665,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,6.6666665,6.6666665,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,6.6666665,6.6666665,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,6.6666665,6.6666665,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,6.6666665,6.6666665,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,6.6666665,6.6666665,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,6.6666665,6.6666665,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,6.6666665,6.6666665,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,6.6666665,6.6666665,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,6.6666665,6.6666665,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,6.6666665,6.6666665,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,6.6666665,6.6666665,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,6.6666665,6.6666665,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,6.6666665,6.6666665,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,6.6666665,6.6666665,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,6.6666665,6.6666665,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,6.6666665,6.6666665,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,6.6666665,6.6666665,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,6.6666665,6.6666665,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,6.6666665,6.6666665,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,6.6666665,6.6666665,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,6.6666665,6.6666665,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,6.6666665,6.6666665,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,6.6666665,6.6666665,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,6.6666665,6.6666665,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,6.6666665,6.6666665,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,6.6666665,6.6666665,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,6.6666665,6.6666665,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,6.6666665,6.6666665,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,6.6666665,6.6666665,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,6.6666665,6.6666665,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,6.6666665,6.6666665,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,6.6666665,6.6666665,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,6.6666665,6.6666665,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,6.6666665,6.6666665,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,6.6666665,6.6666665,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,6.6666665,6.6666665,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,6.6666665,6.6666665,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,6.6666665,6.6666665,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,6.6666665,6.6666665,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,6.6666665,6.6666665,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,6.6666665,6.6666665,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,6.6666665,6.6666665,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,6.6666665,6.6666665,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,6.6666665,6.6666665,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,6.6666665,6.6666665,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,6.6666665,6.6666665,17.910448,17.910448,17.910448,17.910448,17.647058,17.391304,17.391304,17.142857,17.142857,17.142857,17.142857,17.142857,17.142857,14.457831,14.285714,17.910448,17.910448,17.910448,17.910448,17.647058,17.391304,17.391304,17.142857,17.142857,17.142857,17.142857,17.142857,17.142857,14.457831,14.285714,17.910448,17.910448,17.910448,17.910448,17.647058,17.391304,17.391304,17.142857,17.142857,17.142857,17.142857,17.142857,17.142857,14.457831,14.285714,17.910448,17.910448,17.910448,17.910448,17.647058,17.391304,17.391304,17.142857,17.142857,17.142857,17.142857,17.142857,17.142857,14.457831,14.285714,17.910448,17.910448,17.910448,17.910448,17.647058,17.391304,17.391304,17.142857,17.142857,17.142857,17.142857,17.142857,17.142857,14.457831,14.285714,17.910448,17.910448,17.910448,17.910448,17.647058,17.391304,17.391304,17.142857,17.142857,17.142857,17.142857,17.142857,17.142857,14.457831,14.285714,17.910448,17.910448,17.910448,17.910448,17.647058,17.391304,17.391304,17.142857,17.142857,17.142857,17.142857,17.142857,17.142857,14.457831,14.285714,17.910448,17.910448,17.910448,17.910448,17.647058,17.391304,17.391304,17.142857,17.142857,17.142857,17.142857,17.142857,17.142857,14.457831,14.285714,12.5,12.5,12,12.5,12.5,12.5,12.5,12,11.538462,11.538462,11.538462,11.538462,11.538462,13.513514,13.157895,12.5,12.5,12,12.5,12.5,12.5,12.5,12,11.538462,11.538462,11.538462,11.538462,11.538462,13.513514,13.157895,12.5,12.5,12,12.5,12.5,12.5,12.5,12,11.538462,11.538462,11.538462,11.538462,11.538462,13.513514,13.157895,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,7.8125,7.8125,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,7.8125,7.8125,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,7.8125,7.8125,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,7.8125,7.8125,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,7.8125,7.8125,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,7.8125,7.8125,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,7.8125,7.8125,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,7.8125,7.8125,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,7.8125,7.8125,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,7.8125,7.8125,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,7.8125,7.8125,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,7.8125,7.8125,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,7.8125,7.8125,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,7.8125,7.8125,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,7.8125,7.8125,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,7.8125,7.8125,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,7.8125,7.8125,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,7.8125,7.8125,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,7.8125,7.8125,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,7.8125,7.8125,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,7.8125,7.8125,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,7.8125,7.8125,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,7.8125,7.8125,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,7.8125,7.8125,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,7.8125,7.8125,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,7.8125,7.8125,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,7.8125,7.8125,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,7.8125,7.8125,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,7.8125,7.8125,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,7.8125,7.8125,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,7.8125,7.8125,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,7.8125,7.8125,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,7.8125,7.8125,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,7.8125,7.8125,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,7.8125,7.8125,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,7.8125,7.8125,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,7.8125,7.8125,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,7.8125,7.8125,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,7.8125,7.8125,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,7.8125,7.8125,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,7.8125,7.8125,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,7.8125,7.8125,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,7.8125,7.8125,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,7.8125,7.8125,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,7.8125,7.8125,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,7.8125,7.8125,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,7.8125,7.8125,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,7.8125,7.8125,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,7.8125,7.8125,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,7.8125,7.8125,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,7.8125,7.8125,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,7.8125,7.8125,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,7.8125,7.8125,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,7.8125,7.8125,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,7.8125,7.8125,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,7.8125,7.8125,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,7.8125,7.8125,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,7.8125,7.8125,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,7.8125,7.8125,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,7.8125,7.8125,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,7.8125,7.8125,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,7.8125,7.8125,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,7.8125,7.8125,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,7.8125,7.8125,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,7.8125,7.8125,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,7.8125,7.8125,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,7.8125,7.8125,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,7.8125,7.8125,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,7.8125,7.8125,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,7.8125,7.8125,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,7.8125,7.8125,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,7.8125,7.8125,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,7.8125,7.8125,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,7.8125,7.8125,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,7.8125,7.8125,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,7.8125,7.8125,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,7.8125,7.8125,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,7.8125,7.8125,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,7.8125,7.8125,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,7.8125,7.8125,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,7.8125,7.8125,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,7.8125,7.8125,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,7.8125,7.8125,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,7.8125,7.8125,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,7.8125,7.8125,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,7.8125,7.8125,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,7.8125,7.8125,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,7.8125,7.8125,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,7.8125,7.8125,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,7.8125,7.8125,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,7.8125,7.8125,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,7.8125,7.8125,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,7.8125,7.8125,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,7.8125,7.8125,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,7.8125,7.8125,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,7.8125,7.8125,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,7.8125,7.8125,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,7.8125,7.8125,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,7.8125,7.8125,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,7.8125,7.8125,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,7.8125,7.8125,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,7.8125,7.8125,10,11.111111,11.111111,10,10,10,10,10,10,10,10,10,10,10,9.090909,10,11.111111,11.111111,10,10,10,10,10,10,10,10,10,10,10,9.090909,10,11.111111,11.111111,10,10,10,10,10,10,10,10,10,10,10,9.090909,10,11.111111,11.111111,10,10,10,10,10,10,10,10,10,10,10,9.090909,10,11.111111,11.111111,10,10,10,10,10,10,10,10,10,10,10,9.090909,10,11.111111,11.111111,10,10,10,10,10,10,10,10,10,10,10,9.090909,10,11.111111,11.111111,10,10,10,10,10,10,10,10,10,10,10,9.090909,10,11.111111,11.111111,10,10,10,10,10,10,10,10,10,10,10,9.090909,10,11.111111,11.111111,10,10,10,10,10,10,10,10,10,10,10,9.090909,10,11.111111,11.111111,10,10,10,10,10,10,10,10,10,10,10,9.090909,10,11.111111,11.111111,10,10,10,10,10,10,10,10,10,10,10,9.090909,10,11.111111,11.111111,10,10,10,10,10,10,10,10,10,10,10,9.090909,10,11.111111,11.111111,10,10,10,10,10,10,10,10,10,10,10,9.090909,10,11.111111,11.111111,10,10,10,10,10,10,10,10,10,10,10,9.090909,10,11.111111,11.111111,10,10,10,10,10,10,10,10,10,10,10,9.090909,10,11.111111,11.111111,10,10,10,10,10,10,10,10,10,10,10,9.090909,10,11.111111,11.111111,10,10,10,10,10,10,10,10,10,10,10,9.090909,10,11.111111,11.111111,10,10,10,10,10,10,10,10,10,10,10,9.090909,10,11.111111,11.111111,10,10,10,10,10,10,10,10,10,10,10,9.090909,10,11.111111,11.111111,10,10,10,10,10,10,10,10,10,10,10,9.090909,10,11.111111,11.111111,10,10,10,10,10,10,10,10,10,10,10,9.090909,10,11.111111,11.111111,10,10,10,10,10,10,10,10,10,10,10,9.090909,10,11.111111,11.111111,10,10,10,10,10,10,10,10,10,10,10,9.090909,10,11.111111,11.111111,10,10,10,10,10,10,10,10,10,10,10,9.090909,10,11.111111,11.111111,10,10,10,10,10,10,10,10,10,10,10,9.090909,10,11.111111,11.111111,10,10,10,10,10,10,10,10,10,10,10,9.090909,10,11.111111,11.111111,10,10,10,10,10,10,10,10,10,10,10,9.090909,10,11.111111,11.111111,10,10,10,10,10,10,10,10,10,10,10,9.090909,10,11.111111,11.111111,10,10,10,10,10,10,10,10,10,10,10,9.090909,10,11.111111,11.111111,10,10,10,10,10,10,10,10,10,10,10,9.090909,10,11.111111,11.111111,10,10,10,10,10,10,10,10,10,10,10,9.090909,10,11.111111,11.111111,10,10,10,10,10,10,10,10,10,10,10,9.090909,10,11.111111,11.111111,10,10,10,10,10,10,10,10,10,10,10,9.090909,10,11.111111,11.111111,10,10,10,10,10,10,10,10,10,10,10,9.090909,10,11.111111,11.111111,10,10,10,10,10,10,10,10,10,10,10,9.090909,10,11.111111,11.111111,10,10,10,10,10,10,10,10,10,10,10,9.090909,10,11.111111,11.111111,10,10,10,10,10,10,10,10,10,10,10,9.090909,10,11.111111,11.111111,10,10,10,10,10,10,10,10,10,10,10,9.090909,10,11.111111,11.111111,10,10,10,10,10,10,10,10,10,10,10,9.090909,10,11.111111,11.111111,10,10,10,10,10,10,10,10,10,10,10,9.090909,10,11.111111,11.111111,10,10,10,10,10,10,10,10,10,10,10,9.090909,10,11.111111,11.111111,10,10,10,10,10,10,10,10,10,10,10,9.090909,10,11.111111,11.111111,10,10,10,10,10,10,10,10,10,10,10,9.090909,10,11.111111,11.111111,10,10,10,10,10,10,10,10,10,10,10,9.090909,10,11.111111,11.111111,10,10,10,10,10,10,10,10,10,10,10,9.090909,10,11.111111,11.111111,10,10,10,10,10,10,10,10,10,10,10,9.090909,10,11.111111,11.111111,10,10,10,10,10,10,10,10,10,10,10,9.090909,10,11.111111,11.111111,10,10,10,10,10,10,10,10,10,10,10,9.090909,10,11.111111,11.111111,10,10,10,10,10,10,10,10,10,10,10,9.090909,10,11.111111,11.111111,10,10,10,10,10,10,10,10,10,10,10,9.090909,10,11.111111,11.111111,10,10,10,10,10,10,10,10,10,10,10,9.090909,10,11.111111,11.111111,10,10,10,10,10,10,10,10,10,10,10,9.090909,10,11.111111,11.111111,10,10,10,10,10,10,10,10,10,10,10,9.090909,10,11.111111,11.111111,10,10,10,10,10,10,10,10,10,10,10,9.090909,10,11.111111,11.111111,10,10,10,10,10,10,10,10,10,10,10,9.090909,10,11.111111,11.111111,10,10,10,10,10,10,10,10,10,10,10,9.090909,10,11.111111,11.111111,10,10,10,10,10,10,10,10,10,10,10,9.090909,10,11.111111,11.111111,10,10,10,10,10,10,10,10,10,10,10,9.090909,10,11.111111,11.111111,10,10,10,10,10,10,10,10,10,10,10,9.090909,10,11.111111,11.111111,10,10,10,10,10,10,10,10,10,10,10,9.090909,10,11.111111,11.111111,10,10,10,10,10,10,10,10,10,10,10,9.090909,10,11.111111,11.111111,10,10,10,10,10,10,10,10,10,10,10,9.090909,10,11.111111,11.111111,10,10,10,10,10,10,10,10,10,10,10,9.090909,10,11.111111,11.111111,10,10,10,10,10,10,10,10,10,10,10,9.090909,10,11.111111,11.111111,10,10,10,10,10,10,10,10,10,10,10,9.090909,10,11.111111,11.111111,10,10,10,10,10,10,10,10,10,10,10,9.090909,10,11.111111,11.111111,10,10,10,10,10,10,10,10,10,10,10,9.090909,10,11.111111,11.111111,10,10,10,10,10,10,10,10,10,10,10,9.090909,10,11.111111,11.111111,10,10,10,10,10,10,10,10,10,10,10,9.090909,10,11.111111,11.111111,10,10,10,10,10,10,10,10,10,10,10,9.090909,10,11.111111,11.111111,10,10,10,10,10,10,10,10,10,10,10,9.090909,10,11.111111,11.111111,10,10,10,10,10,10,10,10,10,10,10,9.090909,10,11.111111,11.111111,10,10,10,10,10,10,10,10,10,10,10,9.090909,10,11.111111,11.111111,10,10,10,10,10,10,10,10,10,10,10,9.090909,10,11.111111,11.111111,10,10,10,10,10,10,10,10,10,10,10,9.090909,10,11.111111,11.111111,10,10,10,10,10,10,10,10,10,10,10,9.090909,10,11.111111,11.111111,10,10,10,10,10,10,10,10,10,10,10,9.090909,10,11.111111,11.111111,10,10,10,10,10,10,10,10,10,10,10,9.090909,10,11.111111,11.111111,10,10,10,10,10,10,10,10,10,10,10,9.090909,10,11.111111,11.111111,10,10,10,10,10,10,10,10,10,10,10,9.090909,10,11.111111,11.111111,10,10,10,10,10,10,10,10,10,10,10,9.090909,10,11.111111,11.111111,10,10,10,10,10,10,10,10,10,10,10,9.090909,10,11.111111,11.111111,10,10,10,10,10,10,10,10,10,10,10,9.090909,10,11.111111,11.111111,10,10,10,10,10,10,10,10,10,10,10,9.090909,10,11.111111,11.111111,10,10,10,10,10,10,10,10,10,10,10,9.090909,10,11.111111,11.111111,10,10,10,10,10,10,10,10,10,10,10,9.090909,10,11.111111,11.111111,10,10,10,10,10,10,10,10,10,10,10,9.090909,10,11.111111,11.111111,10,10,10,10,10,10,10,10,10,10,10,9.090909,10,11.111111,11.111111,10,10,10,10,10,10,10,10,10,10,10,9.090909,10,11.111111,11.111111,10,10,10,10,10,10,10,10,10,10,10,9.090909,10,11.111111,11.111111,10,10,10,10,10,10,10,10,10,10,10,9.090909,10,11.111111,11.111111,10,10,10,10,10,10,10,10,10,10,10,9.090909,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,14.285714,14.285714,14,12.962963,12.962963,12.962963,12.962963,12.962963,12.962963,12.5,12.5,12.280702,12.280702,11.111111,11.111111,14.285714,14.285714,14,12.962963,12.962963,12.962963,12.962963,12.962963,12.962963,12.5,12.5,12.280702,12.280702,11.111111,11.111111,14.285714,14.285714,14,12.962963,12.962963,12.962963,12.962963,12.962963,12.962963,12.5,12.5,12.280702,12.280702,11.111111,11.111111,14.285714,14.285714,14,12.962963,12.962963,12.962963,12.962963,12.962963,12.962963,12.5,12.5,12.280702,12.280702,11.111111,11.111111,14.285714,14.285714,14,12.962963,12.962963,12.962963,12.962963,12.962963,12.962963,12.5,12.5,12.280702,12.280702,11.111111,11.111111,14.285714,14.285714,14,12.962963,12.962963,12.962963,12.962963,12.962963,12.962963,12.5,12.5,12.280702,12.280702,11.111111,11.111111,14.285714,14.285714,14,12.962963,12.962963,12.962963,12.962963,12.962963,12.962963,12.5,12.5,12.280702,12.280702,11.111111,11.111111,14.285714,14.285714,14,12.962963,12.962963,12.962963,12.962963,12.962963,12.962963,12.5,12.5,12.280702,12.280702,11.111111,11.111111,14.285714,14.285714,14,12.962963,12.962963,12.962963,12.962963,12.962963,12.962963,12.5,12.5,12.280702,12.280702,11.111111,11.111111,14.285714,14.285714,14,12.962963,12.962963,12.962963,12.962963,12.962963,12.962963,12.5,12.5,12.280702,12.280702,11.111111,11.111111,14.285714,14.285714,14,12.962963,12.962963,12.962963,12.962963,12.962963,12.962963,12.5,12.5,12.280702,12.280702,11.111111,11.111111,14.285714,14.285714,14,12.962963,12.962963,12.962963,12.962963,12.962963,12.962963,12.5,12.5,12.280702,12.280702,11.111111,11.111111,14.285714,14.285714,14,12.962963,12.962963,12.962963,12.962963,12.962963,12.962963,12.5,12.5,12.280702,12.280702,11.111111,11.111111,14.285714,14.285714,14,12.962963,12.962963,12.962963,12.962963,12.962963,12.962963,12.5,12.5,12.280702,12.280702,11.111111,11.111111,14.285714,14.285714,14,12.962963,12.962963,12.962963,12.962963,12.962963,12.962963,12.5,12.5,12.280702,12.280702,11.111111,11.111111,14.285714,14.285714,14,12.962963,12.962963,12.962963,12.962963,12.962963,12.962963,12.5,12.5,12.280702,12.280702,11.111111,11.111111,14.285714,14.285714,14,12.962963,12.962963,12.962963,12.962963,12.962963,12.962963,12.5,12.5,12.280702,12.280702,11.111111,11.111111,14.285714,14.285714,14,12.962963,12.962963,12.962963,12.962963,12.962963,12.962963,12.5,12.5,12.280702,12.280702,11.111111,11.111111,14.285714,14.285714,14,12.962963,12.962963,12.962963,12.962963,12.962963,12.962963,12.5,12.5,12.280702,12.280702,11.111111,11.111111,14.285714,14.285714,14,12.962963,12.962963,12.962963,12.962963,12.962963,12.962963,12.5,12.5,12.280702,12.280702,11.111111,11.111111,14.285714,14.285714,14,12.962963,12.962963,12.962963,12.962963,12.962963,12.962963,12.5,12.5,12.280702,12.280702,11.111111,11.111111,14.285714,14.285714,14,12.962963,12.962963,12.962963,12.962963,12.962963,12.962963,12.5,12.5,12.280702,12.280702,11.111111,11.111111,14.285714,14.285714,14,12.962963,12.962963,12.962963,12.962963,12.962963,12.962963,12.5,12.5,12.280702,12.280702,11.111111,11.111111,14.285714,14.285714,14,12.962963,12.962963,12.962963,12.962963,12.962963,12.962963,12.5,12.5,12.280702,12.280702,11.111111,11.111111,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,30,30,30,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,30,30,30,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,30,30,30,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,30,30,30,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,30,30,30,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,30,30,30,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,30,30,30,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,30,30,30,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,30,30,30,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,30,30,30,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,30,30,30,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,30,30,30,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,30,30,30,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,30,30,30,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,30,30,30,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,30,30,30,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,30,30,30,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,30,30,30,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,30,30,30,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,30,30,30,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,30,30,30,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,30,30,30,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,30,30,30,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,30,30,30,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,30,30,30,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,30,30,30,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,30,30,30,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,30,30,30,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,30,30,30,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,30,30,30,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,30,30,30,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,30,30,30,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,30,30,30,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,30,30,30,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,30,30,30,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,30,30,30,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,30,30,30,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,30,30,30,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,30,30,30,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,30,30,30,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,30,30,30,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,30,30,30,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,30,30,30,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,30,30,30,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,30,30,30,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,30,30,30,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,30,30,30,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,30,30,30,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,30,30,30,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,30,30,30,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,30,30,30,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,30,30,30,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,30,30,30,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,30,30,30,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,30,30,30,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,30,30,30,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,30,30,30,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,30,30,30,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,30,30,30,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,30,30,30,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,30,30,30,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,30,30,30,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,30,30,30,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,30,30,30,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,30,30,30,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,30,30,30,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,30,30,30,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,30,30,30,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,30,30,30,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,30,30,30,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,30,30,30,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,30,30,30,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,30,30,30,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,30,30,30,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,30,30,30,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,30,30,30,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,30,30,30,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,30,30,30,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,30,30,30,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,30,30,30,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,30,30,30,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,30,30,30,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,30,30,30,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6.6666665,6.6666665,6.6666665,8.333333,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,10,10,10,10,6.6666665,6.6666665,6.6666665,8.333333,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,10,10,10,10,6.6666665,6.6666665,6.6666665,8.333333,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,10,10,10,10,6.6666665,6.6666665,6.6666665,8.333333,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,10,10,10,10,6.6666665,6.6666665,6.6666665,8.333333,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,10,10,10,10,6.6666665,6.6666665,6.6666665,8.333333,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,10,10,10,10,6.6666665,6.6666665,6.6666665,8.333333,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,10,10,10,10,6.6666665,6.6666665,6.6666665,8.333333,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,10,10,10,10,6.6666665,6.6666665,6.6666665,8.333333,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,10,10,10,10,6.6666665,6.6666665,6.6666665,8.333333,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,10,10,10,10,14.814815,14.285714,14.035088,14.035088,12.698413,12.698413,12.698413,12.698413,12.121212,12.121212,11.940298,11.940298,11.940298,11.940298,11.940298,14.814815,14.285714,14.035088,14.035088,12.698413,12.698413,12.698413,12.698413,12.121212,12.121212,11.940298,11.940298,11.940298,11.940298,11.940298,14.814815,14.285714,14.035088,14.035088,12.698413,12.698413,12.698413,12.698413,12.121212,12.121212,11.940298,11.940298,11.940298,11.940298,11.940298,14.814815,14.285714,14.035088,14.035088,12.698413,12.698413,12.698413,12.698413,12.121212,12.121212,11.940298,11.940298,11.940298,11.940298,11.940298,14.814815,14.285714,14.035088,14.035088,12.698413,12.698413,12.698413,12.698413,12.121212,12.121212,11.940298,11.940298,11.940298,11.940298,11.940298,14.814815,14.285714,14.035088,14.035088,12.698413,12.698413,12.698413,12.698413,12.121212,12.121212,11.940298,11.940298,11.940298,11.940298,11.940298,14.814815,14.285714,14.035088,14.035088,12.698413,12.698413,12.698413,12.698413,12.121212,12.121212,11.940298,11.940298,11.940298,11.940298,11.940298,14.814815,14.285714,14.035088,14.035088,12.698413,12.698413,12.698413,12.698413,12.121212,12.121212,11.940298,11.940298,11.940298,11.940298,11.940298,14.814815,14.285714,14.035088,14.035088,12.698413,12.698413,12.698413,12.698413,12.121212,12.121212,11.940298,11.940298,11.940298,11.940298,11.940298,14.814815,14.285714,14.035088,14.035088,12.698413,12.698413,12.698413,12.698413,12.121212,12.121212,11.940298,11.940298,11.940298,11.940298,11.940298,14.814815,14.285714,14.035088,14.035088,12.698413,12.698413,12.698413,12.698413,12.121212,12.121212,11.940298,11.940298,11.940298,11.940298,11.940298,14.814815,14.285714,14.035088,14.035088,12.698413,12.698413,12.698413,12.698413,12.121212,12.121212,11.940298,11.940298,11.940298,11.940298,11.940298,14.814815,14.285714,14.035088,14.035088,12.698413,12.698413,12.698413,12.698413,12.121212,12.121212,11.940298,11.940298,11.940298,11.940298,11.940298,14.814815,14.285714,14.035088,14.035088,12.698413,12.698413,12.698413,12.698413,12.121212,12.121212,11.940298,11.940298,11.940298,11.940298,11.940298,14.814815,14.285714,14.035088,14.035088,12.698413,12.698413,12.698413,12.698413,12.121212,12.121212,11.940298,11.940298,11.940298,11.940298,11.940298,14.814815,14.285714,14.035088,14.035088,12.698413,12.698413,12.698413,12.698413,12.121212,12.121212,11.940298,11.940298,11.940298,11.940298,11.940298,14.814815,14.285714,14.035088,14.035088,12.698413,12.698413,12.698413,12.698413,12.121212,12.121212,11.940298,11.940298,11.940298,11.940298,11.940298,14.814815,14.285714,14.035088,14.035088,12.698413,12.698413,12.698413,12.698413,12.121212,12.121212,11.940298,11.940298,11.940298,11.940298,11.940298,14.814815,14.285714,14.035088,14.035088,12.698413,12.698413,12.698413,12.698413,12.121212,12.121212,11.940298,11.940298,11.940298,11.940298,11.940298,14.814815,14.285714,14.035088,14.035088,12.698413,12.698413,12.698413,12.698413,12.121212,12.121212,11.940298,11.940298,11.940298,11.940298,11.940298,14.814815,14.285714,14.035088,14.035088,12.698413,12.698413,12.698413,12.698413,12.121212,12.121212,11.940298,11.940298,11.940298,11.940298,11.940298,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6.6666665,6.5573769,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.25,6.25,6.25,6.25,6.3492064,6.9444447,6.6666665,6.6666665,6.5573769,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.25,6.25,6.25,6.25,6.3492064,6.9444447,6.6666665,6.6666665,6.5573769,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.25,6.25,6.25,6.25,6.3492064,6.9444447,6.6666665,6.6666665,6.5573769,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.25,6.25,6.25,6.25,6.3492064,6.9444447,6.6666665,6.6666665,6.5573769,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.25,6.25,6.25,6.25,6.3492064,6.9444447,6.6666665,6.6666665,6.5573769,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.25,6.25,6.25,6.25,6.3492064,6.9444447,6.6666665,6.6666665,6.5573769,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.25,6.25,6.25,6.25,6.3492064,6.9444447,6.6666665,6.6666665,6.5573769,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.25,6.25,6.25,6.25,6.3492064,6.9444447,6.6666665,6.6666665,6.5573769,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.25,6.25,6.25,6.25,6.3492064,6.9444447,6.6666665,6.6666665,6.5573769,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.25,6.25,6.25,6.25,6.3492064,6.9444447,6.6666665,6.6666665,6.5573769,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.25,6.25,6.25,6.25,6.3492064,6.9444447,6.6666665,6.6666665,6.5573769,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.25,6.25,6.25,6.25,6.3492064,6.9444447,6.6666665,6.6666665,6.5573769,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.25,6.25,6.25,6.25,6.3492064,6.9444447,6.6666665,6.6666665,6.5573769,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.25,6.25,6.25,6.25,6.3492064,6.9444447,6.6666665,6.6666665,6.5573769,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.25,6.25,6.25,6.25,6.3492064,6.9444447,6.6666665,6.6666665,6.5573769,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.25,6.25,6.25,6.25,6.3492064,6.9444447,6.6666665,6.6666665,6.5573769,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.25,6.25,6.25,6.25,6.3492064,6.9444447,6.6666665,6.6666665,6.5573769,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.25,6.25,6.25,6.25,6.3492064,6.9444447,6.6666665,6.6666665,6.5573769,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.25,6.25,6.25,6.25,6.3492064,6.9444447,6.6666665,6.6666665,6.5573769,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.25,6.25,6.25,6.25,6.3492064,6.9444447,6.6666665,6.6666665,6.5573769,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.25,6.25,6.25,6.25,6.3492064,6.9444447,6.6666665,6.6666665,6.5573769,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.25,6.25,6.25,6.25,6.3492064,6.9444447,6.6666665,6.6666665,6.5573769,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.25,6.25,6.25,6.25,6.3492064,6.9444447,6.6666665,6.6666665,6.5573769,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.25,6.25,6.25,6.25,6.3492064,6.9444447,6.6666665,6.6666665,6.5573769,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.25,6.25,6.25,6.25,6.3492064,6.9444447,6.6666665,6.6666665,6.5573769,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.25,6.25,6.25,6.25,6.3492064,6.9444447,6.6666665,6.6666665,6.5573769,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.25,6.25,6.25,6.25,6.3492064,6.9444447,6.6666665,6.6666665,6.5573769,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.25,6.25,6.25,6.25,6.3492064,6.9444447,6.6666665,6.6666665,6.5573769,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.25,6.25,6.25,6.25,6.3492064,6.9444447,6.6666665,6.6666665,6.5573769,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.25,6.25,6.25,6.25,6.3492064,6.9444447,6.6666665,6.6666665,6.5573769,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.25,6.25,6.25,6.25,6.3492064,6.9444447,6.6666665,6.6666665,6.5573769,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.25,6.25,6.25,6.25,6.3492064,6.9444447,6.6666665,6.6666665,6.5573769,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.25,6.25,6.25,6.25,6.3492064,6.9444447,6.6666665,6.6666665,6.5573769,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.25,6.25,6.25,6.25,6.3492064,6.9444447,6.6666665,6.6666665,6.5573769,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.25,6.25,6.25,6.25,6.3492064,6.9444447,6.6666665,6.6666665,6.5573769,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.25,6.25,6.25,6.25,6.3492064,6.9444447,6.6666665,6.6666665,6.5573769,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.25,6.25,6.25,6.25,6.3492064,6.9444447,6.6666665,6.6666665,6.5573769,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.25,6.25,6.25,6.25,6.3492064,6.9444447,6.6666665,6.6666665,6.5573769,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.25,6.25,6.25,6.25,6.3492064,6.9444447,6.6666665,6.6666665,6.5573769,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.25,6.25,6.25,6.25,6.3492064,6.9444447,6.6666665,6.6666665,6.5573769,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.25,6.25,6.25,6.25,6.3492064,6.9444447,6.6666665,6.6666665,6.5573769,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.25,6.25,6.25,6.25,6.3492064,6.9444447,6.6666665,6.6666665,6.5573769,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.25,6.25,6.25,6.25,6.3492064,6.9444447,6.6666665,6.6666665,6.5573769,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.25,6.25,6.25,6.25,6.3492064,6.9444447,6.6666665,6.6666665,6.5573769,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.25,6.25,6.25,6.25,6.3492064,6.9444447,6.6666665,6.6666665,6.5573769,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.25,6.25,6.25,6.25,6.3492064,6.9444447,6.6666665,6.6666665,6.5573769,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.25,6.25,6.25,6.25,6.3492064,6.9444447,6.6666665,6.6666665,6.5573769,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.25,6.25,6.25,6.25,6.3492064,6.9444447,6.6666665,6.6666665,6.5573769,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.25,6.25,6.25,6.25,6.3492064,6.9444447,6.6666665,6.6666665,6.5573769,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.25,6.25,6.25,6.25,6.3492064,6.9444447,6.6666665,6.6666665,6.5573769,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.25,6.25,6.25,6.25,6.3492064,6.9444447,6.6666665,6.6666665,6.5573769,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.25,6.25,6.25,6.25,6.3492064,6.9444447,6.6666665,6.6666665,6.5573769,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.25,6.25,6.25,6.25,6.3492064,6.9444447,6.6666665,6.6666665,6.5573769,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.25,6.25,6.25,6.25,6.3492064,6.9444447,6.6666665,6.6666665,6.5573769,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.25,6.25,6.25,6.25,6.3492064,6.9444447,6.6666665,6.6666665,6.5573769,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.25,6.25,6.25,6.25,6.3492064,6.9444447,6.6666665,6.6666665,6.5573769,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.25,6.25,6.25,6.25,6.3492064,6.9444447,6.6666665,6.6666665,6.5573769,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.25,6.25,6.25,6.25,6.3492064,6.9444447,6.6666665,6.6666665,6.5573769,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.25,6.25,6.25,6.25,6.3492064,6.9444447,6.6666665,6.6666665,6.5573769,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.25,6.25,6.25,6.25,6.3492064,6.9444447,6.6666665,6.6666665,6.5573769,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.25,6.25,6.25,6.25,6.3492064,6.9444447,6.6666665,6.6666665,6.5573769,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.25,6.25,6.25,6.25,6.3492064,6.9444447,6.6666665,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,30.30303,30.30303,30.30303,30.30303,30.30303,30.30303,27.777779,27.777779,27.027027,27.027027,27.027027,27.777779,27.777779,27.777779,27.777779,30.30303,30.30303,30.30303,30.30303,30.30303,30.30303,27.777779,27.777779,27.027027,27.027027,27.027027,27.777779,27.777779,27.777779,27.777779,30.30303,30.30303,30.30303,30.30303,30.30303,30.30303,27.777779,27.777779,27.027027,27.027027,27.027027,27.777779,27.777779,27.777779,27.777779,30.30303,30.30303,30.30303,30.30303,30.30303,30.30303,27.777779,27.777779,27.027027,27.027027,27.027027,27.777779,27.777779,27.777779,27.777779,30.30303,30.30303,30.30303,30.30303,30.30303,30.30303,27.777779,27.777779,27.027027,27.027027,27.027027,27.777779,27.777779,27.777779,27.777779,30.30303,30.30303,30.30303,30.30303,30.30303,30.30303,27.777779,27.777779,27.027027,27.027027,27.027027,27.777779,27.777779,27.777779,27.777779,30.30303,30.30303,30.30303,30.30303,30.30303,30.30303,27.777779,27.777779,27.027027,27.027027,27.027027,27.777779,27.777779,27.777779,27.777779,30.30303,30.30303,30.30303,30.30303,30.30303,30.30303,27.777779,27.777779,27.027027,27.027027,27.027027,27.777779,27.777779,27.777779,27.777779,30.30303,30.30303,30.30303,30.30303,30.30303,30.30303,27.777779,27.777779,27.027027,27.027027,27.027027,27.777779,27.777779,27.777779,27.777779,30.30303,30.30303,30.30303,30.30303,30.30303,30.30303,27.777779,27.777779,27.027027,27.027027,27.027027,27.777779,27.777779,27.777779,27.777779,30.30303,30.30303,30.30303,30.30303,30.30303,30.30303,27.777779,27.777779,27.027027,27.027027,27.027027,27.777779,27.777779,27.777779,27.777779,30.30303,30.30303,30.30303,30.30303,30.30303,30.30303,27.777779,27.777779,27.027027,27.027027,27.027027,27.777779,27.777779,27.777779,27.777779,30.30303,30.30303,30.30303,30.30303,30.30303,30.30303,27.777779,27.777779,27.027027,27.027027,27.027027,27.777779,27.777779,27.777779,27.777779,30.30303,30.30303,30.30303,30.30303,30.30303,30.30303,27.777779,27.777779,27.027027,27.027027,27.027027,27.777779,27.777779,27.777779,27.777779,30.30303,30.30303,30.30303,30.30303,30.30303,30.30303,27.777779,27.777779,27.027027,27.027027,27.027027,27.777779,27.777779,27.777779,27.777779,30.30303,30.30303,30.30303,30.30303,30.30303,30.30303,27.777779,27.777779,27.027027,27.027027,27.027027,27.777779,27.777779,27.777779,27.777779,30.30303,30.30303,30.30303,30.30303,30.30303,30.30303,27.777779,27.777779,27.027027,27.027027,27.027027,27.777779,27.777779,27.777779,27.777779,30.30303,30.30303,30.30303,30.30303,30.30303,30.30303,27.777779,27.777779,27.027027,27.027027,27.027027,27.777779,27.777779,27.777779,27.777779,30.30303,30.30303,30.30303,30.30303,30.30303,30.30303,27.777779,27.777779,27.027027,27.027027,27.027027,27.777779,27.777779,27.777779,27.777779,30.30303,30.30303,30.30303,30.30303,30.30303,30.30303,27.777779,27.777779,27.027027,27.027027,27.027027,27.777779,27.777779,27.777779,27.777779,30.30303,30.30303,30.30303,30.30303,30.30303,30.30303,27.777779,27.777779,27.027027,27.027027,27.027027,27.777779,27.777779,27.777779,27.777779,30.30303,30.30303,30.30303,30.30303,30.30303,30.30303,27.777779,27.777779,27.027027,27.027027,27.027027,27.777779,27.777779,27.777779,27.777779,30.30303,30.30303,30.30303,30.30303,30.30303,30.30303,27.777779,27.777779,27.027027,27.027027,27.027027,27.777779,27.777779,27.777779,27.777779,30.30303,30.30303,30.30303,30.30303,30.30303,30.30303,27.777779,27.777779,27.027027,27.027027,27.027027,27.777779,27.777779,27.777779,27.777779,30.30303,30.30303,30.30303,30.30303,30.30303,30.30303,27.777779,27.777779,27.027027,27.027027,27.027027,27.777779,27.777779,27.777779,27.777779,30.30303,30.30303,30.30303,30.30303,30.30303,30.30303,27.777779,27.777779,27.027027,27.027027,27.027027,27.777779,27.777779,27.777779,27.777779,30.30303,30.30303,30.30303,30.30303,30.30303,30.30303,27.777779,27.777779,27.027027,27.027027,27.027027,27.777779,27.777779,27.777779,27.777779,30.30303,30.30303,30.30303,30.30303,30.30303,30.30303,27.777779,27.777779,27.027027,27.027027,27.027027,27.777779,27.777779,27.777779,27.777779,30.30303,30.30303,30.30303,30.30303,30.30303,30.30303,27.777779,27.777779,27.027027,27.027027,27.027027,27.777779,27.777779,27.777779,27.777779,30.30303,30.30303,30.30303,30.30303,30.30303,30.30303,27.777779,27.777779,27.027027,27.027027,27.027027,27.777779,27.777779,27.777779,27.777779,30.30303,30.30303,30.30303,30.30303,30.30303,30.30303,27.777779,27.777779,27.027027,27.027027,27.027027,27.777779,27.777779,27.777779,27.777779,30.30303,30.30303,30.30303,30.30303,30.30303,30.30303,27.777779,27.777779,27.027027,27.027027,27.027027,27.777779,27.777779,27.777779,27.777779,30.30303,30.30303,30.30303,30.30303,30.30303,30.30303,27.777779,27.777779,27.027027,27.027027,27.027027,27.777779,27.777779,27.777779,27.777779,30.30303,30.30303,30.30303,30.30303,30.30303,30.30303,27.777779,27.777779,27.027027,27.027027,27.027027,27.777779,27.777779,27.777779,27.777779,30.30303,30.30303,30.30303,30.30303,30.30303,30.30303,27.777779,27.777779,27.027027,27.027027,27.027027,27.777779,27.777779,27.777779,27.777779,30.30303,30.30303,30.30303,30.30303,30.30303,30.30303,27.777779,27.777779,27.027027,27.027027,27.027027,27.777779,27.777779,27.777779,27.777779,30.30303,30.30303,30.30303,30.30303,30.30303,30.30303,27.777779,27.777779,27.027027,27.027027,27.027027,27.777779,27.777779,27.777779,27.777779,30.30303,30.30303,30.30303,30.30303,30.30303,30.30303,27.777779,27.777779,27.027027,27.027027,27.027027,27.777779,27.777779,27.777779,27.777779,30.30303,30.30303,30.30303,30.30303,30.30303,30.30303,27.777779,27.777779,27.027027,27.027027,27.027027,27.777779,27.777779,27.777779,27.777779,30.30303,30.30303,30.30303,30.30303,30.30303,30.30303,27.777779,27.777779,27.027027,27.027027,27.027027,27.777779,27.777779,27.777779,27.777779,30.30303,30.30303,30.30303,30.30303,30.30303,30.30303,27.777779,27.777779,27.027027,27.027027,27.027027,27.777779,27.777779,27.777779,27.777779,30.30303,30.30303,30.30303,30.30303,30.30303,30.30303,27.777779,27.777779,27.027027,27.027027,27.027027,27.777779,27.777779,27.777779,27.777779,30.30303,30.30303,30.30303,30.30303,30.30303,30.30303,27.777779,27.777779,27.027027,27.027027,27.027027,27.777779,27.777779,27.777779,27.777779,30.30303,30.30303,30.30303,30.30303,30.30303,30.30303,27.777779,27.777779,27.027027,27.027027,27.027027,27.777779,27.777779,27.777779,27.777779,30.30303,30.30303,30.30303,30.30303,30.30303,30.30303,27.777779,27.777779,27.027027,27.027027,27.027027,27.777779,27.777779,27.777779,27.777779,30.30303,30.30303,30.30303,30.30303,30.30303,30.30303,27.777779,27.777779,27.027027,27.027027,27.027027,27.777779,27.777779,27.777779,27.777779,30.30303,30.30303,30.30303,30.30303,30.30303,30.30303,27.777779,27.777779,27.027027,27.027027,27.027027,27.777779,27.777779,27.777779,27.777779,30.30303,30.30303,30.30303,30.30303,30.30303,30.30303,27.777779,27.777779,27.027027,27.027027,27.027027,27.777779,27.777779,27.777779,27.777779,30.30303,30.30303,30.30303,30.30303,30.30303,30.30303,27.777779,27.777779,27.027027,27.027027,27.027027,27.777779,27.777779,27.777779,27.777779,30.30303,30.30303,30.30303,30.30303,30.30303,30.30303,27.777779,27.777779,27.027027,27.027027,27.027027,27.777779,27.777779,27.777779,27.777779,30.30303,30.30303,30.30303,30.30303,30.30303,30.30303,27.777779,27.777779,27.027027,27.027027,27.027027,27.777779,27.777779,27.777779,27.777779,30.30303,30.30303,30.30303,30.30303,30.30303,30.30303,27.777779,27.777779,27.027027,27.027027,27.027027,27.777779,27.777779,27.777779,27.777779,30.30303,30.30303,30.30303,30.30303,30.30303,30.30303,27.777779,27.777779,27.027027,27.027027,27.027027,27.777779,27.777779,27.777779,27.777779,30.30303,30.30303,30.30303,30.30303,30.30303,30.30303,27.777779,27.777779,27.027027,27.027027,27.027027,27.777779,27.777779,27.777779,27.777779,30.30303,30.30303,30.30303,30.30303,30.30303,30.30303,27.777779,27.777779,27.027027,27.027027,27.027027,27.777779,27.777779,27.777779,27.777779,30.30303,30.30303,30.30303,30.30303,30.30303,30.30303,27.777779,27.777779,27.027027,27.027027,27.027027,27.777779,27.777779,27.777779,27.777779,30.30303,30.30303,30.30303,30.30303,30.30303,30.30303,27.777779,27.777779,27.027027,27.027027,27.027027,27.777779,27.777779,27.777779,27.777779,30.30303,30.30303,30.30303,30.30303,30.30303,30.30303,27.777779,27.777779,27.027027,27.027027,27.027027,27.777779,27.777779,27.777779,27.777779,30.30303,30.30303,30.30303,30.30303,30.30303,30.30303,27.777779,27.777779,27.027027,27.027027,27.027027,27.777779,27.777779,27.777779,27.777779,30.30303,30.30303,30.30303,30.30303,30.30303,30.30303,27.777779,27.777779,27.027027,27.027027,27.027027,27.777779,27.777779,27.777779,27.777779,30.30303,30.30303,30.30303,30.30303,30.30303,30.30303,27.777779,27.777779,27.027027,27.027027,27.027027,27.777779,27.777779,27.777779,27.777779,30.30303,30.30303,30.30303,30.30303,30.30303,30.30303,27.777779,27.777779,27.027027,27.027027,27.027027,27.777779,27.777779,27.777779,27.777779,30.30303,30.30303,30.30303,30.30303,30.30303,30.30303,27.777779,27.777779,27.027027,27.027027,27.027027,27.777779,27.777779,27.777779,27.777779,30.30303,30.30303,30.30303,30.30303,30.30303,30.30303,27.777779,27.777779,27.027027,27.027027,27.027027,27.777779,27.777779,27.777779,27.777779,30.30303,30.30303,30.30303,30.30303,30.30303,30.30303,27.777779,27.777779,27.027027,27.027027,27.027027,27.777779,27.777779,27.777779,27.777779,30.30303,30.30303,30.30303,30.30303,30.30303,30.30303,27.777779,27.777779,27.027027,27.027027,27.027027,27.777779,27.777779,27.777779,27.777779,30.30303,30.30303,30.30303,30.30303,30.30303,30.30303,27.777779,27.777779,27.027027,27.027027,27.027027,27.777779,27.777779,27.777779,27.777779,17.777779,17.777779,17.777779,17.777779,17.777779,17.777779,17.777779,17.777779,17.777779,17.777779,17.777779,17.777779,17.777779,17.777779,18.60465,17.777779,17.777779,17.777779,17.777779,17.777779,17.777779,17.777779,17.777779,17.777779,17.777779,17.777779,17.777779,17.777779,17.777779,18.60465,17.777779,17.777779,17.777779,17.777779,17.777779,17.777779,17.777779,17.777779,17.777779,17.777779,17.777779,17.777779,17.777779,17.777779,18.60465,17.777779,17.777779,17.777779,17.777779,17.777779,17.777779,17.777779,17.777779,17.777779,17.777779,17.777779,17.777779,17.777779,17.777779,18.60465,17.777779,17.777779,17.777779,17.777779,17.777779,17.777779,17.777779,17.777779,17.777779,17.777779,17.777779,17.777779,17.777779,17.777779,18.60465,17.647058,22.222221,22.222221,22.222221,23.529411,13.333333,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,0,0,0,17.647058,22.222221,22.222221,22.222221,23.529411,13.333333,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,0,0,0,17.647058,22.222221,22.222221,22.222221,23.529411,13.333333,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,0,0,0,17.647058,22.222221,22.222221,22.222221,23.529411,13.333333,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,0,0,0,17.647058,22.222221,22.222221,22.222221,23.529411,13.333333,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,0,0,0,17.647058,22.222221,22.222221,22.222221,23.529411,13.333333,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,0,0,0,17.647058,22.222221,22.222221,22.222221,23.529411,13.333333,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,0,0,0,17.647058,22.222221,22.222221,22.222221,23.529411,13.333333,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,0,0,0,17.647058,22.222221,22.222221,22.222221,23.529411,13.333333,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,0,0,0,17.647058,22.222221,22.222221,22.222221,23.529411,13.333333,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,0,0,0,17.647058,22.222221,22.222221,22.222221,23.529411,13.333333,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,0,0,0,17.647058,22.222221,22.222221,22.222221,23.529411,13.333333,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,0,0,0,17.647058,22.222221,22.222221,22.222221,23.529411,13.333333,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,0,0,0,17.647058,22.222221,22.222221,22.222221,23.529411,13.333333,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,0,0,0,17.647058,22.222221,22.222221,22.222221,23.529411,13.333333,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,0,0,0,17.647058,22.222221,22.222221,22.222221,23.529411,13.333333,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,0,0,0,17.647058,22.222221,22.222221,22.222221,23.529411,13.333333,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,0,0,0,17.647058,22.222221,22.222221,22.222221,23.529411,13.333333,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,0,0,0,17.647058,22.222221,22.222221,22.222221,23.529411,13.333333,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,0,0,0,17.647058,22.222221,22.222221,22.222221,23.529411,13.333333,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,0,0,0,17.647058,22.222221,22.222221,22.222221,23.529411,13.333333,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,0,0,0,17.647058,22.222221,22.222221,22.222221,23.529411,13.333333,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,0,0,0,17.647058,22.222221,22.222221,22.222221,23.529411,13.333333,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,0,0,0,17.647058,22.222221,22.222221,22.222221,23.529411,13.333333,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,0,0,0,17.647058,22.222221,22.222221,22.222221,23.529411,13.333333,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,0,0,0,17.647058,22.222221,22.222221,22.222221,23.529411,13.333333,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,0,0,0,17.647058,22.222221,22.222221,22.222221,23.529411,13.333333,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,0,0,0,17.647058,22.222221,22.222221,22.222221,23.529411,13.333333,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,0,0,0,17.647058,22.222221,22.222221,22.222221,23.529411,13.333333,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,0,0,0,17.647058,22.222221,22.222221,22.222221,23.529411,13.333333,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,0,0,0,17.647058,22.222221,22.222221,22.222221,23.529411,13.333333,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,0,0,0,17.647058,22.222221,22.222221,22.222221,23.529411,13.333333,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,0,0,0,17.647058,22.222221,22.222221,22.222221,23.529411,13.333333,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,0,0,0,17.647058,22.222221,22.222221,22.222221,23.529411,13.333333,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,0,0,0,17.647058,22.222221,22.222221,22.222221,23.529411,13.333333,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,0,0,0,17.647058,22.222221,22.222221,22.222221,23.529411,13.333333,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,0,0,0,17.647058,22.222221,22.222221,22.222221,23.529411,13.333333,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,0,0,0,17.647058,22.222221,22.222221,22.222221,23.529411,13.333333,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,0,0,0,17.647058,22.222221,22.222221,22.222221,23.529411,13.333333,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,0,0,0,17.647058,22.222221,22.222221,22.222221,23.529411,13.333333,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,0,0,0,17.647058,22.222221,22.222221,22.222221,23.529411,13.333333,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,0,0,0,17.647058,22.222221,22.222221,22.222221,23.529411,13.333333,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,0,0,0,17.647058,22.222221,22.222221,22.222221,23.529411,13.333333,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,0,0,0,17.647058,22.222221,22.222221,22.222221,23.529411,13.333333,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,0,0,0,17.647058,22.222221,22.222221,22.222221,23.529411,13.333333,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,0,0,0,17.647058,22.222221,22.222221,22.222221,23.529411,13.333333,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,28.571428,26.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,28.571428,26.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,28.571428,26.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,28.571428,26.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,28.571428,26.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,28.571428,26.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,28.571428,26.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,28.571428,26.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,28.571428,26.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,28.571428,26.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,28.571428,26.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,28.571428,26.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,28.571428,26.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,28.571428,26.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,28.571428,26.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,28.571428,26.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,28.571428,26.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,28.571428,26.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,28.571428,26.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,28.571428,26.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,28.571428,26.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,28.571428,26.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,28.571428,26.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,28.571428,26.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,28.571428,26.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,28.571428,26.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,28.571428,26.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,28.571428,26.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,28.571428,26.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,28.571428,26.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,28.571428,26.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,28.571428,26.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,28.571428,26.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,28.571428,26.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,28.571428,26.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,28.571428,26.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,28.571428,26.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,28.571428,26.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,28.571428,26.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,28.571428,26.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,28.571428,26.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,28.571428,26.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,28.571428,26.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,28.571428,26.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,28.571428,26.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,28.571428,26.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,28.571428,26.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,28.571428,26.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,28.571428,26.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,28.571428,26.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,28.571428,26.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,28.571428,26.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,28.571428,26.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,28.571428,26.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,28.571428,26.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,28.571428,26.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,28.571428,26.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,28.571428,26.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,28.571428,26.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,28.571428,26.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,28.571428,26.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,28.571428,26.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,28.571428,26.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,28.571428,26.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,28.571428,26.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,28.571428,26.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,28.571428,26.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,28.571428,26.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,28.571428,26.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,28.571428,26.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,28.571428,26.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,28.571428,26.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,28.571428,26.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,28.571428,26.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,28.571428,26.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,28.571428,26.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,28.571428,26.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,28.571428,26.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,28.571428,26.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,28.571428,26.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,28.571428,26.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,28.571428,26.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,28.571428,26.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,28.571428,26.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,28.571428,26.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,28.571428,26.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,28.571428,26.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,28.571428,26.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,28.571428,26.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,28.571428,26.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,28.571428,26.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,28.571428,26.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,28.571428,26.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,28.571428,26.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,26.666666,28.571428,26.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,7.1428571,7.1428571,7.1428571,7.1428571,0,0,0,0,0,0,0,0,0,0,0,7.1428571,7.1428571,7.1428571,7.1428571,0,0,0,0,0,0,0,0,0,0,0,7.1428571,7.1428571,7.1428571,7.1428571,0,0,0,0,0,0,0,0,0,0,0,7.1428571,7.1428571,7.1428571,7.1428571,0,0,0,0,0,0,0,0,0,0,0,7.1428571,7.1428571,7.1428571,7.1428571,0,0,0,0,0,0,0,0,0,0,0,7.1428571,7.1428571,7.1428571,7.1428571,0,0,0,0,0,0,0,0,0,0,0,7.1428571,7.1428571,7.1428571,7.1428571,0,0,0,0,0,0,0,0,0,0,0,7.1428571,7.1428571,7.1428571,7.1428571,0,0,0,0,0,0,0,0,0,0,0,7.1428571,7.1428571,7.1428571,7.1428571,0,0,0,0,0,0,0,0,0,0,0,7.1428571,7.1428571,7.1428571,7.1428571,0,0,0,0,0,0,0,0,0,0,0,7.1428571,7.1428571,7.1428571,7.1428571,0,0,0,0,0,0,0,0,0,0,0,7.1428571,7.1428571,7.1428571,7.1428571,0,0,0,0,0,0,0,0,0,0,0,7.1428571,7.1428571,7.1428571,7.1428571,0,0,0,0,0,0,0,0,0,0,0,7.1428571,7.1428571,7.1428571,7.1428571,0,0,0,0,0,0,0,0,0,0,0,7.1428571,7.1428571,7.1428571,7.1428571,0,0,0,0,0,0,0,0,0,0,0,7.1428571,7.1428571,7.1428571,7.1428571,0,0,0,0,0,0,0,0,0,0,0,7.1428571,7.1428571,7.1428571,7.1428571,0,0,0,0,0,0,0,0,0,0,0,7.1428571,7.1428571,7.1428571,7.1428571,0,0,0,0,0,0,0,0,0,0,0,7.1428571,7.1428571,7.1428571,7.1428571,0,0,0,0,0,0,0,0,0,0,0,7.1428571,7.1428571,7.1428571,7.1428571,0,0,0,0,0,0,0,0,0,0,0,7.1428571,7.1428571,7.1428571,7.1428571,0,0,0,0,0,0,0,0,0,0,0,7.1428571,7.1428571,7.1428571,7.1428571,0,0,0,0,0,0,0,0,0,0,0,7.1428571,7.1428571,7.1428571,7.1428571,0,0,0,0,0,0,0,0,0,0,0,7.1428571,7.1428571,7.1428571,7.1428571,0,0,0,0,0,0,0,0,0,0,0,7.1428571,7.1428571,7.1428571,7.1428571,0,0,0,0,0,0,0,0,0,0,0,7.1428571,7.1428571,7.1428571,7.1428571,0,0,0,0,0,0,0,0,0,0,0,7.1428571,7.1428571,7.1428571,7.1428571,0,0,0,0,0,0,0,0,0,0,0,7.1428571,7.1428571,7.1428571,7.1428571,0,0,0,0,0,0,0,0,0,0,0,7.1428571,7.1428571,7.1428571,7.1428571,0,0,0,0,0,0,0,0,0,0,0,7.1428571,7.1428571,7.1428571,7.1428571,0,0,0,0,0,0,0,0,0,0,0,7.1428571,7.1428571,7.1428571,7.1428571,0,0,0,0,0,0,0,0,0,0,0,7.1428571,7.1428571,7.1428571,7.1428571,0,0,0,0,0,0,0,0,0,0,0,7.1428571,7.1428571,7.1428571,7.1428571,0,0,0,0,0,0,0,0,0,0,0,7.1428571,7.1428571,7.1428571,7.1428571,0,0,0,0,0,0,0,0,0,0,0,7.1428571,7.1428571,7.1428571,7.1428571,0,0,0,0,0,0,0,0,0,0,0,7.1428571,7.1428571,7.1428571,7.1428571,0,0,0,0,0,0,0,0,0,0,0,7.1428571,7.1428571,7.1428571,7.1428571,0,0,0,0,0,0,0,0,0,0,0,7.1428571,7.1428571,7.1428571,7.1428571,0,0,0,0,0,0,0,0,0,0,0,7.1428571,7.1428571,7.1428571,7.1428571,0,0,0,0,0,0,0,0,0,0,0,7.1428571,7.1428571,7.1428571,7.1428571,0,0,0,0,0,0,0,0,0,0,0,7.1428571,7.1428571,7.1428571,7.1428571,0,0,0,0,0,0,0,0,0,0,0,7.1428571,7.1428571,7.1428571,7.1428571,0,0,0,0,0,0,0,0,0,0,0,7.1428571,7.1428571,7.1428571,7.1428571,0,0,0,0,0,0,0,0,0,0,0,7.1428571,7.1428571,7.1428571,7.1428571,0,0,0,0,0,0,0,0,0,0,0,7.1428571,7.1428571,7.1428571,7.1428571,0,0,0,0,0,0,0,0,0,0,0,7.1428571,7.1428571,7.1428571,7.1428571,0,0,0,0,0,0,0,0,0,0,0,7.1428571,7.1428571,7.1428571,7.1428571,0,0,0,0,0,0,0,0,0,0,0,7.1428571,7.1428571,7.1428571,7.1428571,0,0,0,0,0,0,0,0,0,0,0,7.1428571,7.1428571,7.1428571,7.1428571,0,0,0,0,0,0,0,0,0,0,0,7.1428571,7.1428571,7.1428571,7.1428571,0,0,0,0,0,0,0,0,0,0,0,7.1428571,7.1428571,7.1428571,7.1428571,0,0,0,0,0,0,0,0,0,0,0,7.1428571,7.1428571,7.1428571,7.1428571,0,0,0,0,0,0,0,0,0,0,0,7.1428571,7.1428571,7.1428571,7.1428571,0,0,0,0,0,0,0,0,0,0,0,7.1428571,7.1428571,7.1428571,7.1428571,0,0,0,0,0,0,0,0,0,0,0,7.1428571,7.1428571,7.1428571,7.1428571,0,0,0,0,0,0,0,0,0,0,0,7.1428571,7.1428571,7.1428571,7.1428571,0,0,0,0,0,0,0,0,0,0,0,7.1428571,7.1428571,7.1428571,7.1428571,0,0,0,0,0,0,0,0,0,0,0,7.1428571,7.1428571,7.1428571,7.1428571,0,0,0,0,0,0,0,0,0,0,0,7.1428571,7.1428571,7.1428571,7.1428571,0,0,0,0,0,0,0,0,0,0,0,7.1428571,7.1428571,7.1428571,7.1428571,0,0,0,0,0,0,0,0,0,0,0,7.1428571,7.1428571,7.1428571,7.1428571,0,0,0,0,0,0,0,0,0,0,0,7.1428571,7.1428571,7.1428571,7.1428571,0,0,0,0,0,0,0,0,0,0,0,7.1428571,7.1428571,7.1428571,7.1428571,0,0,0,0,0,0,0,0,0,0,0,7.1428571,7.1428571,7.1428571,7.1428571,0,0,0,0,0,0,0,0,0,0,0,7.1428571,7.1428571,7.1428571,7.1428571,0,0,0,0,0,0,0,0,0,0,0,7.1428571,7.1428571,7.1428571,7.1428571,0,0,0,0,0,0,0,0,0,0,0,7.1428571,7.1428571,7.1428571,7.1428571,0,0,0,0,0,0,0,0,0,0,0,7.1428571,7.1428571,7.1428571,7.1428571,0,0,0,0,0,0,0,0,0,0,0,7.1428571,7.1428571,7.1428571,7.1428571,0,0,0,0,0,0,0,0,0,0,0,7.1428571,7.1428571,7.1428571,7.1428571,0,0,0,0,0,0,0,0,0,0,0,7.1428571,7.1428571,7.1428571,7.1428571,0,0,0,0,0,0,0,0,0,0,0,7.1428571,7.1428571,7.1428571,7.1428571,0,0,0,0,0,0,0,0,0,0,0,7.1428571,7.1428571,7.1428571,7.1428571,0,0,0,0,0,0,0,0,0,0,0,7.1428571,7.1428571,7.1428571,7.1428571,0,0,0,0,0,0,0,0,0,0,0,7.1428571,7.1428571,7.1428571,7.1428571,0,0,0,0,0,0,0,0,0,0,0,7.1428571,7.1428571,7.1428571,7.1428571,0,0,0,0,0,0,0,0,0,0,0,7.1428571,7.1428571,7.1428571,7.1428571,0,0,0,0,0,0,0,0,0,0,0,7.1428571,7.1428571,7.1428571,7.1428571,0,0,0,0,0,0,0,0,0,0,0,7.1428571,7.1428571,7.1428571,7.1428571,0,0,0,0,0,0,0,0,0,0,0,7.1428571,7.1428571,7.1428571,7.1428571,0,0,0,0,0,0,0,0,0,0,0,7.1428571,7.1428571,7.1428571,7.1428571,0,0,0,0,0,0,0,0,0,0,0,7.1428571,7.1428571,7.1428571,7.1428571,0,0,0,0,0,0,0,0,0,0,0,7.1428571,7.1428571,7.1428571,7.1428571,0,0,0,0,0,0,0,0,0,0,0,7.1428571,7.1428571,7.1428571,7.1428571,0,0,0,0,0,0,0,0,0,0,0,7.1428571,7.1428571,7.1428571,7.1428571,0,0,0,0,0,0,0,0,0,0,0,7.1428571,7.1428571,7.1428571,7.1428571,0,0,0,0,0,0,0,0,0,0,0,7.1428571,7.1428571,7.1428571,7.1428571,0,0,0,0,0,0,0,0,0,0,0,7.1428571,7.1428571,7.1428571,7.1428571,0,0,0,0,0,0,0,0,0,0,0,7.1428571,7.1428571,7.1428571,7.1428571,0,0,0,0,0,0,0,0,0,0,0,7.1428571,7.1428571,7.1428571,7.1428571,0,0,0,0,0,0,0,0,0,0,0,7.1428571,7.1428571,7.1428571,7.1428571,0,0,0,0,0,0,0,0,0,0,0,7.1428571,7.1428571,7.1428571,7.1428571,0,0,0,0,0,0,0,0,0,0,0,7.1428571,7.1428571,7.1428571,7.1428571,0,0,0,0,0,0,0,0,0,0,0,7.1428571,7.1428571,7.1428571,7.1428571,0,0,0,0,0,0,0,0,0,0,0,7.1428571,7.1428571,7.1428571,7.1428571,0,0,0,0,0,0,0,0,0,0,0,7.1428571,7.1428571,7.1428571,7.1428571,0,0,0,0,0,0,0,0,0,0,0,7.1428571,7.1428571,7.1428571,7.1428571,0,0,0,0,0,0,0,0,0,0,0,7.1428571,7.1428571,7.1428571,7.1428571,0,0,0,0,0,0,0,0,0,0,0,7.1428571,7.1428571,7.1428571,7.1428571,0,0,0,0,0,0,0,0,0,0,0,7.1428571,7.1428571,7.1428571,7.1428571,0,0,0,0,0,0,0,0,0,0,0,7.1428571,7.1428571,7.1428571,7.1428571,0,0,0,0,0,0,0,0,0,0,0,7.1428571,7.1428571,7.1428571,7.1428571,0,0,0,0,0,0,0,0,0,0,0,7.1428571,7.1428571,7.1428571,7.1428571,0,0,0,0,0,0,0,0,0,0,0,7.1428571,7.1428571,7.1428571,7.1428571,0,0,0,0,0,0,0,0,0,0,0,7.1428571,7.1428571,7.1428571,7.1428571,0,0,0,0,0,0,0,0,0,0,0,7.1428571,7.1428571,7.1428571,7.1428571,0,0,0,0,0,0,0,0,0,0,0,7.1428571,7.1428571,7.1428571,7.1428571,0,0,0,0,0,0,0,0,0,0,0,7.1428571,7.1428571,7.1428571,7.1428571,0,0,0,0,0,0,0,0,0,0,0,7.1428571,7.1428571,7.1428571,7.1428571,0,0,0,0,0,0,0,0,0,0,0,7.1428571,7.1428571,7.1428571,7.1428571,0,0,0,0,0,0,0,0,0,0,0,7.1428571,7.1428571,7.1428571,7.1428571,0,0,0,0,0,0,0,0,0,0,0,7.1428571,7.1428571,7.1428571,7.1428571,0,0,0,0,0,0,0,0,0,0,0,7.1428571,7.1428571,7.1428571,7.1428571,0,0,0,0,0,0,0,0,0,0,0,7.1428571,7.1428571,7.1428571,7.1428571,0,0,0,0,0,0,0,0,0,0,0,7.1428571,7.1428571,7.1428571,7.1428571,0,0,0,0,0,0,0,0,0,0,0,7.1428571,7.1428571,7.1428571,7.1428571,0,0,0,0,0,0,0,0,0,0,0,7.1428571,7.1428571,7.1428571,7.1428571,0,0,0,0,0,0,0,0,0,0,0,7.1428571,7.1428571,7.1428571,7.1428571,0,0,0,0,0,0,0,0,0,0,0,7.1428571,7.1428571,7.1428571,7.1428571,0,0,0,0,0,0,0,0,0,0,0,7.1428571,7.1428571,7.1428571,7.1428571,0,0,0,0,0,0,0,0,0,0,0,7.1428571,7.1428571,7.1428571,7.1428571,0,0,0,0,0,0,0,0,0,0,0,7.1428571,7.1428571,7.1428571,7.1428571,0,0,0,0,0,0,0,0,0,0,0,7.1428571,7.1428571,7.1428571,7.1428571,0,0,0,0,0,0,0,0,0,0,0,7.1428571,7.1428571,7.1428571,7.1428571,0,0,0,0,0,0,0,0,0,0,0,7.1428571,7.1428571,7.1428571,7.1428571,0,0,0,0,0,0,0,0,0,0,0,7.1428571,7.1428571,7.1428571,7.1428571,0,0,0,0,0,0,0,0,0,0,0,7.1428571,7.1428571,7.1428571,7.1428571,0,0,0,0,0,0,0,0,0,0,0,7.1428571,7.1428571,7.1428571,7.1428571,0,0,0,0,0,0,0,0,0,0,0,7.1428571,7.1428571,7.1428571,7.1428571,0,0,0,0,0,0,0,0,0,0,0,7.1428571,7.1428571,7.1428571,7.1428571,0,0,0,0,0,0,0,0,0,0,0,7.1428571,7.1428571,7.1428571,7.1428571,0,0,0,0,0,0,0,0,0,0,0,7.1428571,7.1428571,7.1428571,7.1428571,0,0,0,0,0,0,0,0,0,0,0,7.1428571,7.1428571,7.1428571,7.1428571,0,0,0,0,0,0,0,0,0,0,0,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20,20,20,17.073172,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20,20,20,17.073172,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20,20,20,17.073172,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20,20,20,17.073172,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20,20,20,17.073172,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20,20,20,17.073172,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20,20,20,17.073172,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20,20,20,17.073172,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20,20,20,17.073172,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20,20,20,17.073172,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20,20,20,17.073172,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20,20,20,17.073172,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20,20,20,17.073172,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20,20,20,17.073172,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20,20,20,17.073172,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20,20,20,17.073172,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20,20,20,17.073172,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20,20,20,17.073172,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20,20,20,17.073172,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20,20,20,17.073172,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20,20,20,17.073172,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20,20,20,17.073172,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20,20,20,17.073172,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20,20,20,17.073172,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20,20,20,17.073172,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20,20,20,17.073172,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20,20,20,17.073172,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20,20,20,17.073172,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20,20,20,17.073172,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20,20,20,17.073172,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20,20,20,17.073172,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20,20,20,17.073172,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20,20,20,17.073172,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20,20,20,17.073172,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20,20,20,17.073172,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20,20,20,17.073172,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20,20,20,17.073172,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20,20,20,17.073172,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,20,20,20,17.073172,5.5555553,5,5,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.5555553,5.5555553,4.5454545,4.5454545,4.1666665,4.1666665,4.1666665,5.5555553,5,5,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.5555553,5.5555553,4.5454545,4.5454545,4.1666665,4.1666665,4.1666665,5.5555553,5,5,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.5555553,5.5555553,4.5454545,4.5454545,4.1666665,4.1666665,4.1666665,5.5555553,5,5,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.5555553,5.5555553,4.5454545,4.5454545,4.1666665,4.1666665,4.1666665,5.5555553,5,5,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.5555553,5.5555553,4.5454545,4.5454545,4.1666665,4.1666665,4.1666665,5.5555553,5,5,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.5555553,5.5555553,4.5454545,4.5454545,4.1666665,4.1666665,4.1666665,5.5555553,5,5,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.5555553,5.5555553,4.5454545,4.5454545,4.1666665,4.1666665,4.1666665,5.5555553,5,5,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.5555553,5.5555553,4.5454545,4.5454545,4.1666665,4.1666665,4.1666665,5.5555553,5,5,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.5555553,5.5555553,4.5454545,4.5454545,4.1666665,4.1666665,4.1666665,5.5555553,5,5,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.5555553,5.5555553,4.5454545,4.5454545,4.1666665,4.1666665,4.1666665,5.5555553,5,5,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.5555553,5.5555553,4.5454545,4.5454545,4.1666665,4.1666665,4.1666665,5.5555553,5,5,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.5555553,5.5555553,4.5454545,4.5454545,4.1666665,4.1666665,4.1666665,5.5555553,5,5,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.5555553,5.5555553,4.5454545,4.5454545,4.1666665,4.1666665,4.1666665,5.5555553,5,5,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.5555553,5.5555553,4.5454545,4.5454545,4.1666665,4.1666665,4.1666665,5.5555553,5,5,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.5555553,5.5555553,4.5454545,4.5454545,4.1666665,4.1666665,4.1666665,5.5555553,5,5,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.5555553,5.5555553,4.5454545,4.5454545,4.1666665,4.1666665,4.1666665,5.5555553,5,5,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.5555553,5.5555553,4.5454545,4.5454545,4.1666665,4.1666665,4.1666665,5.5555553,5,5,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.5555553,5.5555553,4.5454545,4.5454545,4.1666665,4.1666665,4.1666665,5.5555553,5,5,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.5555553,5.5555553,4.5454545,4.5454545,4.1666665,4.1666665,4.1666665,5.5555553,5,5,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.5555553,5.5555553,4.5454545,4.5454545,4.1666665,4.1666665,4.1666665,5.5555553,5,5,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.5555553,5.5555553,4.5454545,4.5454545,4.1666665,4.1666665,4.1666665,5.5555553,5,5,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.5555553,5.5555553,4.5454545,4.5454545,4.1666665,4.1666665,4.1666665,5.5555553,5,5,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.5555553,5.5555553,4.5454545,4.5454545,4.1666665,4.1666665,4.1666665,5.5555553,5,5,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.5555553,5.5555553,4.5454545,4.5454545,4.1666665,4.1666665,4.1666665,5.5555553,5,5,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.5555553,5.5555553,4.5454545,4.5454545,4.1666665,4.1666665,4.1666665,5.5555553,5,5,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.5555553,5.5555553,4.5454545,4.5454545,4.1666665,4.1666665,4.1666665,5.5555553,5,5,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.5555553,5.5555553,4.5454545,4.5454545,4.1666665,4.1666665,4.1666665,5.5555553,5,5,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.5555553,5.5555553,4.5454545,4.5454545,4.1666665,4.1666665,4.1666665,5.5555553,5,5,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.5555553,5.5555553,4.5454545,4.5454545,4.1666665,4.1666665,4.1666665,5.5555553,5,5,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.5555553,5.5555553,4.5454545,4.5454545,4.1666665,4.1666665,4.1666665,5.5555553,5,5,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.5555553,5.5555553,4.5454545,4.5454545,4.1666665,4.1666665,4.1666665,5.5555553,5,5,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.5555553,5.5555553,4.5454545,4.5454545,4.1666665,4.1666665,4.1666665,5.5555553,5,5,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.5555553,5.5555553,4.5454545,4.5454545,4.1666665,4.1666665,4.1666665,5.5555553,5,5,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.5555553,5.5555553,4.5454545,4.5454545,4.1666665,4.1666665,4.1666665,5.5555553,5,5,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.5555553,5.5555553,4.5454545,4.5454545,4.1666665,4.1666665,4.1666665,5.5555553,5,5,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.5555553,5.5555553,4.5454545,4.5454545,4.1666665,4.1666665,4.1666665,5.5555553,5,5,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.5555553,5.5555553,4.5454545,4.5454545,4.1666665,4.1666665,4.1666665,5.5555553,5,5,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.5555553,5.5555553,4.5454545,4.5454545,4.1666665,4.1666665,4.1666665,5.5555553,5,5,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.5555553,5.5555553,4.5454545,4.5454545,4.1666665,4.1666665,4.1666665,5.5555553,5,5,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.5555553,5.5555553,4.5454545,4.5454545,4.1666665,4.1666665,4.1666665,5.5555553,5,5,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.5555553,5.5555553,4.5454545,4.5454545,4.1666665,4.1666665,4.1666665,5.5555553,5,5,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.5555553,5.5555553,4.5454545,4.5454545,4.1666665,4.1666665,4.1666665,5.5555553,5,5,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.5555553,5.5555553,4.5454545,4.5454545,4.1666665,4.1666665,4.1666665,5.5555553,5,5,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.5555553,5.5555553,4.5454545,4.5454545,4.1666665,4.1666665,4.1666665,5.5555553,5,5,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.5555553,5.5555553,4.5454545,4.5454545,4.1666665,4.1666665,4.1666665,5.5555553,5,5,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.5555553,5.5555553,4.5454545,4.5454545,4.1666665,4.1666665,4.1666665,5.5555553,5,5,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.5555553,5.5555553,4.5454545,4.5454545,4.1666665,4.1666665,4.1666665,5.5555553,5,5,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.5555553,5.5555553,4.5454545,4.5454545,4.1666665,4.1666665,4.1666665,5.5555553,5,5,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.5555553,5.5555553,4.5454545,4.5454545,4.1666665,4.1666665,4.1666665,5.5555553,5,5,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.5555553,5.5555553,4.5454545,4.5454545,4.1666665,4.1666665,4.1666665,5.5555553,5,5,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.5555553,5.5555553,4.5454545,4.5454545,4.1666665,4.1666665,4.1666665,5.5555553,5,5,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.5555553,5.5555553,4.5454545,4.5454545,4.1666665,4.1666665,4.1666665,5.5555553,5,5,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.5555553,5.5555553,4.5454545,4.5454545,4.1666665,4.1666665,4.1666665,5.5555553,5,5,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.5555553,5.5555553,4.5454545,4.5454545,4.1666665,4.1666665,4.1666665,5.5555553,5,5,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.5555553,5.5555553,4.5454545,4.5454545,4.1666665,4.1666665,4.1666665,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 ),.Dim=c(3107,15)), buyerregulations_pc=structure(.Data=c( 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9.4117651,9.3023252,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.5106382,9.4736843,9.090909,10,9.4117651,9.3023252,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.5106382,9.4736843,9.090909,10,9.4117651,9.3023252,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.5106382,9.4736843,9.090909,10,9.4117651,9.3023252,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.5106382,9.4736843,9.090909,10,9.4117651,9.3023252,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.5106382,9.4736843,9.090909,10,9.4117651,9.3023252,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.5106382,9.4736843,9.090909,10,9.4117651,9.3023252,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.5106382,9.4736843,9.090909,10,9.4117651,9.3023252,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.5106382,9.4736843,9.090909,10,9.4117651,9.3023252,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.5106382,9.4736843,9.090909,10,9.4117651,9.3023252,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.5106382,9.4736843,9.090909,10,9.4117651,9.3023252,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.5106382,9.4736843,9.090909,10,9.4117651,9.3023252,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.5106382,9.4736843,9.090909,10,9.4117651,9.3023252,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.5106382,9.4736843,9.090909,10,9.4117651,9.3023252,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.5106382,9.4736843,9.090909,10,9.4117651,9.3023252,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.5106382,9.4736843,9.090909,10,9.4117651,9.3023252,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.5106382,9.4736843,9.090909,10,9.4117651,9.3023252,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.5106382,9.4736843,9.090909,10,9.4117651,9.3023252,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.5106382,9.4736843,9.090909,10,9.4117651,9.3023252,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.5106382,9.4736843,9.090909,10,9.4117651,9.3023252,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.5106382,9.4736843,9.090909,10,9.4117651,9.3023252,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.5106382,9.4736843,9.090909,10,9.4117651,9.3023252,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.5106382,9.4736843,9.090909,10,9.4117651,9.3023252,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.5106382,9.4736843,9.090909,10,9.4117651,9.3023252,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.5106382,9.4736843,9.090909,10,9.4117651,9.3023252,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.5106382,9.4736843,9.090909,10,9.4117651,9.3023252,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.5106382,9.4736843,9.090909,10,9.4117651,9.3023252,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.5106382,9.4736843,9.090909,10,9.4117651,9.3023252,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.5106382,9.4736843,9.090909,10,9.4117651,9.3023252,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.5106382,9.4736843,9.090909,10,9.4117651,9.3023252,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.5106382,9.4736843,9.090909,10,9.4117651,9.3023252,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.5106382,9.4736843,9.090909,10,9.4117651,9.3023252,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.5106382,9.4736843,9.090909,10,9.4117651,9.3023252,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.5106382,9.4736843,9.090909,10,9.4117651,9.3023252,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.5106382,9.4736843,9.090909,10,9.4117651,9.3023252,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.5106382,9.4736843,9.090909,10,9.4117651,9.3023252,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.5106382,9.4736843,9.090909,10,9.4117651,9.3023252,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.5106382,9.4736843,9.090909,10,9.4117651,9.3023252,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.5106382,9.4736843,9.090909,10,9.4117651,9.3023252,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.5106382,9.4736843,9.090909,10,9.4117651,9.3023252,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.5106382,9.4736843,9.090909,10,9.4117651,9.3023252,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.5106382,9.4736843,9.090909,10,9.4117651,9.3023252,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.5106382,9.4736843,9.090909,10,9.4117651,9.3023252,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.5106382,9.4736843,9.090909,10,9.4117651,9.3023252,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.5106382,9.4736843,9.090909,10,9.4117651,9.3023252,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.5106382,9.4736843,9.090909,10,9.4117651,9.3023252,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.5106382,9.4736843,9.090909,10,9.4117651,9.3023252,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.5106382,9.4736843,9.090909,10,9.4117651,9.3023252,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.5106382,9.4736843,9.090909,10,9.4117651,9.3023252,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.5106382,9.4736843,9.090909,10,9.4117651,9.3023252,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.5106382,9.4736843,9.090909,10,9.4117651,9.3023252,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.5106382,9.4736843,9.090909,10,9.4117651,9.3023252,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.5106382,9.4736843,9.090909,10,9.4117651,9.3023252,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.5106382,9.4736843,9.090909,10,9.4117651,9.3023252,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.5106382,9.4736843,9.090909,10,9.4117651,9.3023252,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.5106382,9.4736843,9.090909,10,9.4117651,9.3023252,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.5106382,9.4736843,9.090909,10,9.4117651,9.3023252,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.5106382,9.4736843,9.090909,10,9.4117651,9.3023252,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.6021509,8.5106382,9.4736843,9.090909,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7.4626865,7.4626865,7.4626865,7.4626865,7.352941,7.246377,7.246377,8.5714283,8.5714283,8.5714283,8.5714283,8.5714283,8.5714283,8.4337349,9.5238094,7.4626865,7.4626865,7.4626865,7.4626865,7.352941,7.246377,7.246377,8.5714283,8.5714283,8.5714283,8.5714283,8.5714283,8.5714283,8.4337349,9.5238094,7.4626865,7.4626865,7.4626865,7.4626865,7.352941,7.246377,7.246377,8.5714283,8.5714283,8.5714283,8.5714283,8.5714283,8.5714283,8.4337349,9.5238094,7.4626865,7.4626865,7.4626865,7.4626865,7.352941,7.246377,7.246377,8.5714283,8.5714283,8.5714283,8.5714283,8.5714283,8.5714283,8.4337349,9.5238094,7.4626865,7.4626865,7.4626865,7.4626865,7.352941,7.246377,7.246377,8.5714283,8.5714283,8.5714283,8.5714283,8.5714283,8.5714283,8.4337349,9.5238094,7.4626865,7.4626865,7.4626865,7.4626865,7.352941,7.246377,7.246377,8.5714283,8.5714283,8.5714283,8.5714283,8.5714283,8.5714283,8.4337349,9.5238094,7.4626865,7.4626865,7.4626865,7.4626865,7.352941,7.246377,7.246377,8.5714283,8.5714283,8.5714283,8.5714283,8.5714283,8.5714283,8.4337349,9.5238094,7.4626865,7.4626865,7.4626865,7.4626865,7.352941,7.246377,7.246377,8.5714283,8.5714283,8.5714283,8.5714283,8.5714283,8.5714283,8.4337349,9.5238094,4.1666665,4.1666665,4,4.1666665,4.1666665,4.1666665,4.1666665,4,3.8461537,3.8461537,3.8461537,3.8461537,3.8461537,5.4054055,5.2631578,4.1666665,4.1666665,4,4.1666665,4.1666665,4.1666665,4.1666665,4,3.8461537,3.8461537,3.8461537,3.8461537,3.8461537,5.4054055,5.2631578,4.1666665,4.1666665,4,4.1666665,4.1666665,4.1666665,4.1666665,4,3.8461537,3.8461537,3.8461537,3.8461537,3.8461537,5.4054055,5.2631578,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,9.375,9.375,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,9.375,9.375,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,9.375,9.375,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,9.375,9.375,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,9.375,9.375,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,9.375,9.375,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,9.375,9.375,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,9.375,9.375,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,9.375,9.375,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,9.375,9.375,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,9.375,9.375,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,9.375,9.375,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,9.375,9.375,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,9.375,9.375,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,9.375,9.375,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,9.375,9.375,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,9.375,9.375,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,9.375,9.375,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,9.375,9.375,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,9.375,9.375,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,9.375,9.375,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,9.375,9.375,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,9.375,9.375,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,9.375,9.375,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,9.375,9.375,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,9.375,9.375,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,9.375,9.375,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,9.375,9.375,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,9.375,9.375,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,9.375,9.375,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,9.375,9.375,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,9.375,9.375,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,9.375,9.375,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,9.375,9.375,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,9.375,9.375,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,9.375,9.375,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,9.375,9.375,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,9.375,9.375,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,9.375,9.375,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,9.375,9.375,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,9.375,9.375,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,9.375,9.375,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,9.375,9.375,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,9.375,9.375,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,9.375,9.375,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,9.375,9.375,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,9.375,9.375,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,9.375,9.375,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,9.375,9.375,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,9.375,9.375,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,9.375,9.375,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,9.375,9.375,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,9.375,9.375,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,9.375,9.375,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,9.375,9.375,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,9.375,9.375,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,9.375,9.375,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,9.375,9.375,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,9.375,9.375,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,9.375,9.375,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,9.375,9.375,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,9.375,9.375,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,9.375,9.375,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,9.375,9.375,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,9.375,9.375,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,9.375,9.375,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,9.375,9.375,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,9.375,9.375,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,9.375,9.375,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,9.375,9.375,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,9.375,9.375,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,9.375,9.375,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,9.375,9.375,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,9.375,9.375,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,9.375,9.375,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,9.375,9.375,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,9.375,9.375,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,9.375,9.375,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,9.375,9.375,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,9.375,9.375,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,9.375,9.375,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,9.375,9.375,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,9.375,9.375,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,9.375,9.375,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,9.375,9.375,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,9.375,9.375,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,9.375,9.375,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,9.375,9.375,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,9.375,9.375,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,9.375,9.375,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,9.375,9.375,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,9.375,9.375,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,9.375,9.375,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,9.375,9.375,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,9.375,9.375,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,9.375,9.375,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,9.375,9.375,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,9.375,9.375,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,9.375,9.375,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,9.375,9.375,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,9.375,9.375,8.6206894,8.6206894,8.6206894,8.6206894,8.6206894,8.333333,8.1967211,8.1967211,8.1967211,8.1967211,7.5757575,7.5757575,7.5757575,9.375,9.375,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,8.333333,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,8.333333,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,8.333333,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,8.333333,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,8.333333,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,8.333333,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,8.333333,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,8.333333,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,8.333333,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,8.333333,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,8.333333,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,8.333333,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,8.333333,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,8.333333,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,8.333333,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,8.333333,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,8.333333,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,8.333333,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,8.333333,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,8.333333,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,8.333333,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,8.333333,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,8.333333,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,8.333333,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,8.333333,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,8.333333,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,8.333333,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,8.333333,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,8.333333,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,8.333333,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,8.333333,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,8.333333,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,8.333333,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,8.333333,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,8.333333,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,8.333333,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,8.333333,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,8.333333,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,8.333333,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,8.333333,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,8.333333,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,8.333333,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,8.333333,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,8.333333,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,8.333333,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,8.333333,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,8.333333,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,8.333333,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,8.333333,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,8.333333,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,8.333333,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,8.333333,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,8.333333,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,8.333333,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,8.333333,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,8.333333,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,8.333333,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,8.333333,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,8.333333,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,8.333333,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,8.333333,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,8.333333,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,8.333333,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,8.333333,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12.244898,12.244898,14,14.814815,14.814815,14.814815,14.814815,14.814815,14.814815,14.285714,14.285714,14.035088,14.035088,14.285714,14.285714,12.244898,12.244898,14,14.814815,14.814815,14.814815,14.814815,14.814815,14.814815,14.285714,14.285714,14.035088,14.035088,14.285714,14.285714,12.244898,12.244898,14,14.814815,14.814815,14.814815,14.814815,14.814815,14.814815,14.285714,14.285714,14.035088,14.035088,14.285714,14.285714,12.244898,12.244898,14,14.814815,14.814815,14.814815,14.814815,14.814815,14.814815,14.285714,14.285714,14.035088,14.035088,14.285714,14.285714,12.244898,12.244898,14,14.814815,14.814815,14.814815,14.814815,14.814815,14.814815,14.285714,14.285714,14.035088,14.035088,14.285714,14.285714,12.244898,12.244898,14,14.814815,14.814815,14.814815,14.814815,14.814815,14.814815,14.285714,14.285714,14.035088,14.035088,14.285714,14.285714,12.244898,12.244898,14,14.814815,14.814815,14.814815,14.814815,14.814815,14.814815,14.285714,14.285714,14.035088,14.035088,14.285714,14.285714,12.244898,12.244898,14,14.814815,14.814815,14.814815,14.814815,14.814815,14.814815,14.285714,14.285714,14.035088,14.035088,14.285714,14.285714,12.244898,12.244898,14,14.814815,14.814815,14.814815,14.814815,14.814815,14.814815,14.285714,14.285714,14.035088,14.035088,14.285714,14.285714,12.244898,12.244898,14,14.814815,14.814815,14.814815,14.814815,14.814815,14.814815,14.285714,14.285714,14.035088,14.035088,14.285714,14.285714,12.244898,12.244898,14,14.814815,14.814815,14.814815,14.814815,14.814815,14.814815,14.285714,14.285714,14.035088,14.035088,14.285714,14.285714,12.244898,12.244898,14,14.814815,14.814815,14.814815,14.814815,14.814815,14.814815,14.285714,14.285714,14.035088,14.035088,14.285714,14.285714,12.244898,12.244898,14,14.814815,14.814815,14.814815,14.814815,14.814815,14.814815,14.285714,14.285714,14.035088,14.035088,14.285714,14.285714,12.244898,12.244898,14,14.814815,14.814815,14.814815,14.814815,14.814815,14.814815,14.285714,14.285714,14.035088,14.035088,14.285714,14.285714,12.244898,12.244898,14,14.814815,14.814815,14.814815,14.814815,14.814815,14.814815,14.285714,14.285714,14.035088,14.035088,14.285714,14.285714,12.244898,12.244898,14,14.814815,14.814815,14.814815,14.814815,14.814815,14.814815,14.285714,14.285714,14.035088,14.035088,14.285714,14.285714,12.244898,12.244898,14,14.814815,14.814815,14.814815,14.814815,14.814815,14.814815,14.285714,14.285714,14.035088,14.035088,14.285714,14.285714,12.244898,12.244898,14,14.814815,14.814815,14.814815,14.814815,14.814815,14.814815,14.285714,14.285714,14.035088,14.035088,14.285714,14.285714,12.244898,12.244898,14,14.814815,14.814815,14.814815,14.814815,14.814815,14.814815,14.285714,14.285714,14.035088,14.035088,14.285714,14.285714,12.244898,12.244898,14,14.814815,14.814815,14.814815,14.814815,14.814815,14.814815,14.285714,14.285714,14.035088,14.035088,14.285714,14.285714,12.244898,12.244898,14,14.814815,14.814815,14.814815,14.814815,14.814815,14.814815,14.285714,14.285714,14.035088,14.035088,14.285714,14.285714,12.244898,12.244898,14,14.814815,14.814815,14.814815,14.814815,14.814815,14.814815,14.285714,14.285714,14.035088,14.035088,14.285714,14.285714,12.244898,12.244898,14,14.814815,14.814815,14.814815,14.814815,14.814815,14.814815,14.285714,14.285714,14.035088,14.035088,14.285714,14.285714,12.244898,12.244898,14,14.814815,14.814815,14.814815,14.814815,14.814815,14.814815,14.285714,14.285714,14.035088,14.035088,14.285714,14.285714,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,15,15,15,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,15,15,15,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,15,15,15,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,15,15,15,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,15,15,15,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,15,15,15,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,15,15,15,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,15,15,15,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,15,15,15,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,15,15,15,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,15,15,15,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,15,15,15,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,15,15,15,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,15,15,15,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,15,15,15,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,15,15,15,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,15,15,15,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,15,15,15,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,15,15,15,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,15,15,15,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,15,15,15,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,15,15,15,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,15,15,15,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,15,15,15,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,15,15,15,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,15,15,15,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,15,15,15,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,15,15,15,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,15,15,15,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,15,15,15,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,15,15,15,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,15,15,15,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,15,15,15,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,15,15,15,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,15,15,15,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,15,15,15,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,15,15,15,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,15,15,15,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,15,15,15,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,15,15,15,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,15,15,15,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,15,15,15,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,15,15,15,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,15,15,15,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,15,15,15,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,15,15,15,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,15,15,15,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,15,15,15,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,15,15,15,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,15,15,15,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,15,15,15,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,15,15,15,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,15,15,15,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,15,15,15,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,15,15,15,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,15,15,15,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,15,15,15,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,15,15,15,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,15,15,15,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,15,15,15,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,15,15,15,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,15,15,15,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,15,15,15,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,15,15,15,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,15,15,15,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,15,15,15,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,15,15,15,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,15,15,15,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,15,15,15,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,15,15,15,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,15,15,15,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,15,15,15,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,15,15,15,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,15,15,15,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,15,15,15,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,15,15,15,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,15,15,15,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,15,15,15,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,15,15,15,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,15,15,15,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,15,15,15,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,15,15,15,23.076923,25,25,25,25,25,26.086956,26.086956,26.086956,26.086956,26.086956,26.086956,15,15,15,3.125,3.125,3.125,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,2.5641026,3.125,3.125,3.125,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,2.5641026,3.125,3.125,3.125,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,2.5641026,3.125,3.125,3.125,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,2.5641026,3.125,3.125,3.125,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,2.5641026,3.125,3.125,3.125,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,2.5641026,3.125,3.125,3.125,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,2.5641026,3.125,3.125,3.125,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,2.5641026,3.125,3.125,3.125,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,2.5641026,3.125,3.125,3.125,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,2.5641026,3.125,3.125,3.125,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,2.5641026,3.125,3.125,3.125,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,2.5641026,3.125,3.125,3.125,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,2.5641026,3.125,3.125,3.125,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,2.5641026,3.125,3.125,3.125,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,2.5641026,3.125,3.125,3.125,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,2.5641026,3.125,3.125,3.125,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,2.5641026,3.125,3.125,3.125,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,2.5641026,3.125,3.125,3.125,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,2.5641026,3.125,3.125,3.125,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,2.5641026,3.125,3.125,3.125,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,2.5641026,3.125,3.125,3.125,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,2.5641026,3.125,3.125,3.125,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,2.5641026,3.125,3.125,3.125,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,2.5641026,3.125,3.125,3.125,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,2.5641026,3.125,3.125,3.125,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,2.5641026,3.125,3.125,3.125,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,2.5641026,3.125,3.125,3.125,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,2.5641026,3.125,3.125,3.125,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,2.5641026,3.125,3.125,3.125,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,2.5641026,3.125,3.125,3.125,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,2.5641026,3.125,3.125,3.125,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,2.5641026,3.125,3.125,3.125,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,2.5641026,3.125,3.125,3.125,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,2.5641026,3.125,3.125,3.125,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,2.5641026,3.125,3.125,3.125,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,2.5641026,3.125,3.125,3.125,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,2.5641026,3.125,3.125,3.125,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,2.5641026,3.125,3.125,3.125,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,2.5641026,3.125,3.125,3.125,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,2.5641026,3.125,3.125,3.125,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,2.5641026,3.125,3.125,3.125,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,2.5641026,3.125,3.125,3.125,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,2.5641026,3.125,3.125,3.125,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,2.5641026,3.125,3.125,3.125,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,2.5641026,3.125,3.125,3.125,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,2.5641026,3.125,3.125,3.125,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,2.5641026,3.125,3.125,3.125,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,2.5641026,3.125,3.125,3.125,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,2.5641026,3.125,3.125,3.125,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,2.5641026,3.125,3.125,3.125,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,2.5641026,3.125,3.125,3.125,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,2.5641026,3.125,3.125,3.125,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,2.5641026,3.125,3.125,3.125,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,2.5641026,3.125,3.125,3.125,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,2.5641026,3.125,3.125,3.125,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,2.5641026,3.125,3.125,3.125,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,2.5641026,3.125,3.125,3.125,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,2.5641026,3.125,3.125,3.125,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,2.5641026,3.125,3.125,3.125,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,2.5641026,3.125,3.125,3.125,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,2.5641026,3.125,3.125,3.125,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,2.5641026,3.125,3.125,3.125,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,2.5641026,3.125,3.125,3.125,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,2.5641026,3.125,3.125,3.125,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,2.5641026,3.125,3.125,3.125,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,2.5641026,3.125,3.125,3.125,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,2.5641026,3.125,3.125,3.125,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,2.5641026,3.125,3.125,3.125,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,2.5641026,3.125,3.125,3.125,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,2.5641026,3.125,3.125,3.125,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,2.5641026,3.125,3.125,3.125,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,2.5641026,3.125,3.125,3.125,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,2.5641026,3.125,3.125,3.125,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,2.5641026,3.125,3.125,3.125,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,2.5641026,3.125,3.125,3.125,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,2.5641026,3.125,3.125,3.125,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,2.5641026,3.125,3.125,3.125,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,2.5641026,3.125,3.125,3.125,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,2.5641026,3.125,3.125,3.125,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,2.5641026,3.125,3.125,3.125,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,2.5641026,3.125,3.125,3.125,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,2.5641026,3.125,3.125,3.125,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,2.5641026,3.125,3.125,3.125,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,2.5641026,3.125,3.125,3.125,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,2.5641026,3.125,3.125,3.125,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,2.5641026,3.125,3.125,3.125,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,3.2258065,2.5641026,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12.962963,14.285714,14.035088,14.035088,12.698413,12.698413,12.698413,12.698413,13.636364,13.636364,14.925373,14.925373,14.925373,14.925373,14.925373,12.962963,14.285714,14.035088,14.035088,12.698413,12.698413,12.698413,12.698413,13.636364,13.636364,14.925373,14.925373,14.925373,14.925373,14.925373,12.962963,14.285714,14.035088,14.035088,12.698413,12.698413,12.698413,12.698413,13.636364,13.636364,14.925373,14.925373,14.925373,14.925373,14.925373,12.962963,14.285714,14.035088,14.035088,12.698413,12.698413,12.698413,12.698413,13.636364,13.636364,14.925373,14.925373,14.925373,14.925373,14.925373,12.962963,14.285714,14.035088,14.035088,12.698413,12.698413,12.698413,12.698413,13.636364,13.636364,14.925373,14.925373,14.925373,14.925373,14.925373,12.962963,14.285714,14.035088,14.035088,12.698413,12.698413,12.698413,12.698413,13.636364,13.636364,14.925373,14.925373,14.925373,14.925373,14.925373,12.962963,14.285714,14.035088,14.035088,12.698413,12.698413,12.698413,12.698413,13.636364,13.636364,14.925373,14.925373,14.925373,14.925373,14.925373,12.962963,14.285714,14.035088,14.035088,12.698413,12.698413,12.698413,12.698413,13.636364,13.636364,14.925373,14.925373,14.925373,14.925373,14.925373,12.962963,14.285714,14.035088,14.035088,12.698413,12.698413,12.698413,12.698413,13.636364,13.636364,14.925373,14.925373,14.925373,14.925373,14.925373,12.962963,14.285714,14.035088,14.035088,12.698413,12.698413,12.698413,12.698413,13.636364,13.636364,14.925373,14.925373,14.925373,14.925373,14.925373,12.962963,14.285714,14.035088,14.035088,12.698413,12.698413,12.698413,12.698413,13.636364,13.636364,14.925373,14.925373,14.925373,14.925373,14.925373,12.962963,14.285714,14.035088,14.035088,12.698413,12.698413,12.698413,12.698413,13.636364,13.636364,14.925373,14.925373,14.925373,14.925373,14.925373,12.962963,14.285714,14.035088,14.035088,12.698413,12.698413,12.698413,12.698413,13.636364,13.636364,14.925373,14.925373,14.925373,14.925373,14.925373,12.962963,14.285714,14.035088,14.035088,12.698413,12.698413,12.698413,12.698413,13.636364,13.636364,14.925373,14.925373,14.925373,14.925373,14.925373,12.962963,14.285714,14.035088,14.035088,12.698413,12.698413,12.698413,12.698413,13.636364,13.636364,14.925373,14.925373,14.925373,14.925373,14.925373,12.962963,14.285714,14.035088,14.035088,12.698413,12.698413,12.698413,12.698413,13.636364,13.636364,14.925373,14.925373,14.925373,14.925373,14.925373,12.962963,14.285714,14.035088,14.035088,12.698413,12.698413,12.698413,12.698413,13.636364,13.636364,14.925373,14.925373,14.925373,14.925373,14.925373,12.962963,14.285714,14.035088,14.035088,12.698413,12.698413,12.698413,12.698413,13.636364,13.636364,14.925373,14.925373,14.925373,14.925373,14.925373,12.962963,14.285714,14.035088,14.035088,12.698413,12.698413,12.698413,12.698413,13.636364,13.636364,14.925373,14.925373,14.925373,14.925373,14.925373,12.962963,14.285714,14.035088,14.035088,12.698413,12.698413,12.698413,12.698413,13.636364,13.636364,14.925373,14.925373,14.925373,14.925373,14.925373,12.962963,14.285714,14.035088,14.035088,12.698413,12.698413,12.698413,12.698413,13.636364,13.636364,14.925373,14.925373,14.925373,14.925373,14.925373,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11.666667,11.47541,11.666667,11.666667,11.666667,11.666667,11.666667,11.666667,10.9375,10.9375,10.9375,10.9375,11.111111,9.7222223,9.333333,11.666667,11.47541,11.666667,11.666667,11.666667,11.666667,11.666667,11.666667,10.9375,10.9375,10.9375,10.9375,11.111111,9.7222223,9.333333,11.666667,11.47541,11.666667,11.666667,11.666667,11.666667,11.666667,11.666667,10.9375,10.9375,10.9375,10.9375,11.111111,9.7222223,9.333333,11.666667,11.47541,11.666667,11.666667,11.666667,11.666667,11.666667,11.666667,10.9375,10.9375,10.9375,10.9375,11.111111,9.7222223,9.333333,11.666667,11.47541,11.666667,11.666667,11.666667,11.666667,11.666667,11.666667,10.9375,10.9375,10.9375,10.9375,11.111111,9.7222223,9.333333,11.666667,11.47541,11.666667,11.666667,11.666667,11.666667,11.666667,11.666667,10.9375,10.9375,10.9375,10.9375,11.111111,9.7222223,9.333333,11.666667,11.47541,11.666667,11.666667,11.666667,11.666667,11.666667,11.666667,10.9375,10.9375,10.9375,10.9375,11.111111,9.7222223,9.333333,11.666667,11.47541,11.666667,11.666667,11.666667,11.666667,11.666667,11.666667,10.9375,10.9375,10.9375,10.9375,11.111111,9.7222223,9.333333,11.666667,11.47541,11.666667,11.666667,11.666667,11.666667,11.666667,11.666667,10.9375,10.9375,10.9375,10.9375,11.111111,9.7222223,9.333333,11.666667,11.47541,11.666667,11.666667,11.666667,11.666667,11.666667,11.666667,10.9375,10.9375,10.9375,10.9375,11.111111,9.7222223,9.333333,11.666667,11.47541,11.666667,11.666667,11.666667,11.666667,11.666667,11.666667,10.9375,10.9375,10.9375,10.9375,11.111111,9.7222223,9.333333,11.666667,11.47541,11.666667,11.666667,11.666667,11.666667,11.666667,11.666667,10.9375,10.9375,10.9375,10.9375,11.111111,9.7222223,9.333333,11.666667,11.47541,11.666667,11.666667,11.666667,11.666667,11.666667,11.666667,10.9375,10.9375,10.9375,10.9375,11.111111,9.7222223,9.333333,11.666667,11.47541,11.666667,11.666667,11.666667,11.666667,11.666667,11.666667,10.9375,10.9375,10.9375,10.9375,11.111111,9.7222223,9.333333,11.666667,11.47541,11.666667,11.666667,11.666667,11.666667,11.666667,11.666667,10.9375,10.9375,10.9375,10.9375,11.111111,9.7222223,9.333333,11.666667,11.47541,11.666667,11.666667,11.666667,11.666667,11.666667,11.666667,10.9375,10.9375,10.9375,10.9375,11.111111,9.7222223,9.333333,11.666667,11.47541,11.666667,11.666667,11.666667,11.666667,11.666667,11.666667,10.9375,10.9375,10.9375,10.9375,11.111111,9.7222223,9.333333,11.666667,11.47541,11.666667,11.666667,11.666667,11.666667,11.666667,11.666667,10.9375,10.9375,10.9375,10.9375,11.111111,9.7222223,9.333333,11.666667,11.47541,11.666667,11.666667,11.666667,11.666667,11.666667,11.666667,10.9375,10.9375,10.9375,10.9375,11.111111,9.7222223,9.333333,11.666667,11.47541,11.666667,11.666667,11.666667,11.666667,11.666667,11.666667,10.9375,10.9375,10.9375,10.9375,11.111111,9.7222223,9.333333,11.666667,11.47541,11.666667,11.666667,11.666667,11.666667,11.666667,11.666667,10.9375,10.9375,10.9375,10.9375,11.111111,9.7222223,9.333333,11.666667,11.47541,11.666667,11.666667,11.666667,11.666667,11.666667,11.666667,10.9375,10.9375,10.9375,10.9375,11.111111,9.7222223,9.333333,11.666667,11.47541,11.666667,11.666667,11.666667,11.666667,11.666667,11.666667,10.9375,10.9375,10.9375,10.9375,11.111111,9.7222223,9.333333,11.666667,11.47541,11.666667,11.666667,11.666667,11.666667,11.666667,11.666667,10.9375,10.9375,10.9375,10.9375,11.111111,9.7222223,9.333333,11.666667,11.47541,11.666667,11.666667,11.666667,11.666667,11.666667,11.666667,10.9375,10.9375,10.9375,10.9375,11.111111,9.7222223,9.333333,11.666667,11.47541,11.666667,11.666667,11.666667,11.666667,11.666667,11.666667,10.9375,10.9375,10.9375,10.9375,11.111111,9.7222223,9.333333,11.666667,11.47541,11.666667,11.666667,11.666667,11.666667,11.666667,11.666667,10.9375,10.9375,10.9375,10.9375,11.111111,9.7222223,9.333333,11.666667,11.47541,11.666667,11.666667,11.666667,11.666667,11.666667,11.666667,10.9375,10.9375,10.9375,10.9375,11.111111,9.7222223,9.333333,11.666667,11.47541,11.666667,11.666667,11.666667,11.666667,11.666667,11.666667,10.9375,10.9375,10.9375,10.9375,11.111111,9.7222223,9.333333,11.666667,11.47541,11.666667,11.666667,11.666667,11.666667,11.666667,11.666667,10.9375,10.9375,10.9375,10.9375,11.111111,9.7222223,9.333333,11.666667,11.47541,11.666667,11.666667,11.666667,11.666667,11.666667,11.666667,10.9375,10.9375,10.9375,10.9375,11.111111,9.7222223,9.333333,11.666667,11.47541,11.666667,11.666667,11.666667,11.666667,11.666667,11.666667,10.9375,10.9375,10.9375,10.9375,11.111111,9.7222223,9.333333,11.666667,11.47541,11.666667,11.666667,11.666667,11.666667,11.666667,11.666667,10.9375,10.9375,10.9375,10.9375,11.111111,9.7222223,9.333333,11.666667,11.47541,11.666667,11.666667,11.666667,11.666667,11.666667,11.666667,10.9375,10.9375,10.9375,10.9375,11.111111,9.7222223,9.333333,11.666667,11.47541,11.666667,11.666667,11.666667,11.666667,11.666667,11.666667,10.9375,10.9375,10.9375,10.9375,11.111111,9.7222223,9.333333,11.666667,11.47541,11.666667,11.666667,11.666667,11.666667,11.666667,11.666667,10.9375,10.9375,10.9375,10.9375,11.111111,9.7222223,9.333333,11.666667,11.47541,11.666667,11.666667,11.666667,11.666667,11.666667,11.666667,10.9375,10.9375,10.9375,10.9375,11.111111,9.7222223,9.333333,11.666667,11.47541,11.666667,11.666667,11.666667,11.666667,11.666667,11.666667,10.9375,10.9375,10.9375,10.9375,11.111111,9.7222223,9.333333,11.666667,11.47541,11.666667,11.666667,11.666667,11.666667,11.666667,11.666667,10.9375,10.9375,10.9375,10.9375,11.111111,9.7222223,9.333333,11.666667,11.47541,11.666667,11.666667,11.666667,11.666667,11.666667,11.666667,10.9375,10.9375,10.9375,10.9375,11.111111,9.7222223,9.333333,11.666667,11.47541,11.666667,11.666667,11.666667,11.666667,11.666667,11.666667,10.9375,10.9375,10.9375,10.9375,11.111111,9.7222223,9.333333,11.666667,11.47541,11.666667,11.666667,11.666667,11.666667,11.666667,11.666667,10.9375,10.9375,10.9375,10.9375,11.111111,9.7222223,9.333333,11.666667,11.47541,11.666667,11.666667,11.666667,11.666667,11.666667,11.666667,10.9375,10.9375,10.9375,10.9375,11.111111,9.7222223,9.333333,11.666667,11.47541,11.666667,11.666667,11.666667,11.666667,11.666667,11.666667,10.9375,10.9375,10.9375,10.9375,11.111111,9.7222223,9.333333,11.666667,11.47541,11.666667,11.666667,11.666667,11.666667,11.666667,11.666667,10.9375,10.9375,10.9375,10.9375,11.111111,9.7222223,9.333333,11.666667,11.47541,11.666667,11.666667,11.666667,11.666667,11.666667,11.666667,10.9375,10.9375,10.9375,10.9375,11.111111,9.7222223,9.333333,11.666667,11.47541,11.666667,11.666667,11.666667,11.666667,11.666667,11.666667,10.9375,10.9375,10.9375,10.9375,11.111111,9.7222223,9.333333,11.666667,11.47541,11.666667,11.666667,11.666667,11.666667,11.666667,11.666667,10.9375,10.9375,10.9375,10.9375,11.111111,9.7222223,9.333333,11.666667,11.47541,11.666667,11.666667,11.666667,11.666667,11.666667,11.666667,10.9375,10.9375,10.9375,10.9375,11.111111,9.7222223,9.333333,11.666667,11.47541,11.666667,11.666667,11.666667,11.666667,11.666667,11.666667,10.9375,10.9375,10.9375,10.9375,11.111111,9.7222223,9.333333,11.666667,11.47541,11.666667,11.666667,11.666667,11.666667,11.666667,11.666667,10.9375,10.9375,10.9375,10.9375,11.111111,9.7222223,9.333333,11.666667,11.47541,11.666667,11.666667,11.666667,11.666667,11.666667,11.666667,10.9375,10.9375,10.9375,10.9375,11.111111,9.7222223,9.333333,11.666667,11.47541,11.666667,11.666667,11.666667,11.666667,11.666667,11.666667,10.9375,10.9375,10.9375,10.9375,11.111111,9.7222223,9.333333,11.666667,11.47541,11.666667,11.666667,11.666667,11.666667,11.666667,11.666667,10.9375,10.9375,10.9375,10.9375,11.111111,9.7222223,9.333333,11.666667,11.47541,11.666667,11.666667,11.666667,11.666667,11.666667,11.666667,10.9375,10.9375,10.9375,10.9375,11.111111,9.7222223,9.333333,11.666667,11.47541,11.666667,11.666667,11.666667,11.666667,11.666667,11.666667,10.9375,10.9375,10.9375,10.9375,11.111111,9.7222223,9.333333,11.666667,11.47541,11.666667,11.666667,11.666667,11.666667,11.666667,11.666667,10.9375,10.9375,10.9375,10.9375,11.111111,9.7222223,9.333333,11.666667,11.47541,11.666667,11.666667,11.666667,11.666667,11.666667,11.666667,10.9375,10.9375,10.9375,10.9375,11.111111,9.7222223,9.333333,11.666667,11.47541,11.666667,11.666667,11.666667,11.666667,11.666667,11.666667,10.9375,10.9375,10.9375,10.9375,11.111111,9.7222223,9.333333,11.666667,11.47541,11.666667,11.666667,11.666667,11.666667,11.666667,11.666667,10.9375,10.9375,10.9375,10.9375,11.111111,9.7222223,9.333333,11.666667,11.47541,11.666667,11.666667,11.666667,11.666667,11.666667,11.666667,10.9375,10.9375,10.9375,10.9375,11.111111,9.7222223,9.333333,11.666667,11.47541,11.666667,11.666667,11.666667,11.666667,11.666667,11.666667,10.9375,10.9375,10.9375,10.9375,11.111111,9.7222223,9.333333,10,10,10.526316,6.8965516,6.8965516,6.8965516,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.8965516,6.8965516,6.6666665,6.6666665,10,10,10.526316,6.8965516,6.8965516,6.8965516,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.8965516,6.8965516,6.6666665,6.6666665,10,10,10.526316,6.8965516,6.8965516,6.8965516,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.8965516,6.8965516,6.6666665,6.6666665,10,10,10.526316,6.8965516,6.8965516,6.8965516,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.8965516,6.8965516,6.6666665,6.6666665,10,10,10.526316,6.8965516,6.8965516,6.8965516,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.8965516,6.8965516,6.6666665,6.6666665,10,10,10.526316,6.8965516,6.8965516,6.8965516,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.8965516,6.8965516,6.6666665,6.6666665,10,10,10.526316,6.8965516,6.8965516,6.8965516,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.8965516,6.8965516,6.6666665,6.6666665,10,10,10.526316,6.8965516,6.8965516,6.8965516,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.8965516,6.8965516,6.6666665,6.6666665,10,10,10.526316,6.8965516,6.8965516,6.8965516,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.8965516,6.8965516,6.6666665,6.6666665,10,10,10.526316,6.8965516,6.8965516,6.8965516,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.8965516,6.8965516,6.6666665,6.6666665,10,10,10.526316,6.8965516,6.8965516,6.8965516,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.8965516,6.8965516,6.6666665,6.6666665,10,10,10.526316,6.8965516,6.8965516,6.8965516,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.8965516,6.8965516,6.6666665,6.6666665,10,10,10.526316,6.8965516,6.8965516,6.8965516,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.8965516,6.8965516,6.6666665,6.6666665,10,10,10.526316,6.8965516,6.8965516,6.8965516,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.8965516,6.8965516,6.6666665,6.6666665,10,10,10.526316,6.8965516,6.8965516,6.8965516,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.8965516,6.8965516,6.6666665,6.6666665,10,10,10.526316,6.8965516,6.8965516,6.8965516,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.8965516,6.8965516,6.6666665,6.6666665,10,10,10.526316,6.8965516,6.8965516,6.8965516,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.8965516,6.8965516,6.6666665,6.6666665,10,10,10.526316,6.8965516,6.8965516,6.8965516,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.8965516,6.8965516,6.6666665,6.6666665,10,10,10.526316,6.8965516,6.8965516,6.8965516,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.8965516,6.8965516,6.6666665,6.6666665,10,10,10.526316,6.8965516,6.8965516,6.8965516,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.8965516,6.8965516,6.6666665,6.6666665,10,10,10.526316,6.8965516,6.8965516,6.8965516,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.8965516,6.8965516,6.6666665,6.6666665,10,10,10.526316,6.8965516,6.8965516,6.8965516,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.8965516,6.8965516,6.6666665,6.6666665,10,10,10.526316,6.8965516,6.8965516,6.8965516,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.8965516,6.8965516,6.6666665,6.6666665,10,10,10.526316,6.8965516,6.8965516,6.8965516,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.8965516,6.8965516,6.6666665,6.6666665,10,10,10.526316,6.8965516,6.8965516,6.8965516,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.8965516,6.8965516,6.6666665,6.6666665,10,10,10.526316,6.8965516,6.8965516,6.8965516,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.8965516,6.8965516,6.6666665,6.6666665,10,10,10.526316,6.8965516,6.8965516,6.8965516,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.8965516,6.8965516,6.6666665,6.6666665,10,10,10.526316,6.8965516,6.8965516,6.8965516,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.8965516,6.8965516,6.6666665,6.6666665,10,10,10.526316,6.8965516,6.8965516,6.8965516,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.8965516,6.8965516,6.6666665,6.6666665,10,10,10.526316,6.8965516,6.8965516,6.8965516,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.8965516,6.8965516,6.6666665,6.6666665,10,10,10.526316,6.8965516,6.8965516,6.8965516,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.8965516,6.8965516,6.6666665,6.6666665,10,10,10.526316,6.8965516,6.8965516,6.8965516,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.8965516,6.8965516,6.6666665,6.6666665,10,10,10.526316,6.8965516,6.8965516,6.8965516,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.8965516,6.8965516,6.6666665,6.6666665,10,10,10.526316,6.8965516,6.8965516,6.8965516,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.8965516,6.8965516,6.6666665,6.6666665,10,10,10.526316,6.8965516,6.8965516,6.8965516,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.8965516,6.8965516,6.6666665,6.6666665,10,10,10.526316,6.8965516,6.8965516,6.8965516,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.8965516,6.8965516,6.6666665,6.6666665,10,10,10.526316,6.8965516,6.8965516,6.8965516,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.8965516,6.8965516,6.6666665,6.6666665,10,10,10.526316,6.8965516,6.8965516,6.8965516,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.8965516,6.8965516,6.6666665,6.6666665,10,10,10.526316,6.8965516,6.8965516,6.8965516,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.8965516,6.8965516,6.6666665,6.6666665,10,10,10.526316,6.8965516,6.8965516,6.8965516,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.8965516,6.8965516,6.6666665,6.6666665,10,10,10.526316,6.8965516,6.8965516,6.8965516,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.8965516,6.8965516,6.6666665,6.6666665,10,10,10.526316,6.8965516,6.8965516,6.8965516,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.8965516,6.8965516,6.6666665,6.6666665,10,10,10.526316,6.8965516,6.8965516,6.8965516,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.8965516,6.8965516,6.6666665,6.6666665,10,10,10.526316,6.8965516,6.8965516,6.8965516,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.8965516,6.8965516,6.6666665,6.6666665,10,10,10.526316,6.8965516,6.8965516,6.8965516,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.8965516,6.8965516,6.6666665,6.6666665,10,10,10.526316,6.8965516,6.8965516,6.8965516,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.8965516,6.8965516,6.6666665,6.6666665,10,10,10.526316,6.8965516,6.8965516,6.8965516,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.8965516,6.8965516,6.6666665,6.6666665,10,10,10.526316,6.8965516,6.8965516,6.8965516,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.8965516,6.8965516,6.6666665,6.6666665,10,10,10.526316,6.8965516,6.8965516,6.8965516,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.8965516,6.8965516,6.6666665,6.6666665,10,10,10.526316,6.8965516,6.8965516,6.8965516,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.8965516,6.8965516,6.6666665,6.6666665,10,10,10.526316,6.8965516,6.8965516,6.8965516,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.8965516,6.8965516,6.6666665,6.6666665,10,10,10.526316,6.8965516,6.8965516,6.8965516,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.8965516,6.8965516,6.6666665,6.6666665,10,10,10.526316,6.8965516,6.8965516,6.8965516,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.8965516,6.8965516,6.6666665,6.6666665,10,10,10.526316,6.8965516,6.8965516,6.8965516,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.8965516,6.8965516,6.6666665,6.6666665,10,10,10.526316,6.8965516,6.8965516,6.8965516,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.8965516,6.8965516,6.6666665,6.6666665,10,10,10.526316,6.8965516,6.8965516,6.8965516,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.8965516,6.8965516,6.6666665,6.6666665,10,10,10.526316,6.8965516,6.8965516,6.8965516,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.8965516,6.8965516,6.6666665,6.6666665,10,10,10.526316,6.8965516,6.8965516,6.8965516,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.8965516,6.8965516,6.6666665,6.6666665,10,10,10.526316,6.8965516,6.8965516,6.8965516,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.8965516,6.8965516,6.6666665,6.6666665,10,10,10.526316,6.8965516,6.8965516,6.8965516,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.8965516,6.8965516,6.6666665,6.6666665,10,10,10.526316,6.8965516,6.8965516,6.8965516,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.8965516,6.8965516,6.6666665,6.6666665,10,10,10.526316,6.8965516,6.8965516,6.8965516,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.8965516,6.8965516,6.6666665,6.6666665,10,10,10.526316,6.8965516,6.8965516,6.8965516,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.8965516,6.8965516,6.6666665,6.6666665,10,10,10.526316,6.8965516,6.8965516,6.8965516,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.8965516,6.8965516,6.6666665,6.6666665,10,10,10.526316,6.8965516,6.8965516,6.8965516,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.8965516,6.8965516,6.6666665,6.6666665,10,10,10.526316,6.8965516,6.8965516,6.8965516,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.8965516,6.8965516,6.6666665,6.6666665,10,10,10.526316,6.8965516,6.8965516,6.8965516,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.8965516,6.8965516,6.6666665,6.6666665,10,10,10.526316,6.8965516,6.8965516,6.8965516,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.8965516,6.8965516,6.6666665,6.6666665,10,10,10.526316,6.8965516,6.8965516,6.8965516,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.8965516,6.8965516,6.6666665,6.6666665,10,10,10.526316,6.8965516,6.8965516,6.8965516,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.8965516,6.8965516,6.6666665,6.6666665,10,10,10.526316,6.8965516,6.8965516,6.8965516,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.8965516,6.8965516,6.6666665,6.6666665,10,10,10.526316,6.8965516,6.8965516,6.8965516,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.8965516,6.8965516,6.6666665,6.6666665,10,10,10.526316,6.8965516,6.8965516,6.8965516,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.8965516,6.8965516,6.6666665,6.6666665,10,10,10.526316,6.8965516,6.8965516,6.8965516,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.8965516,6.8965516,6.6666665,6.6666665,10,10,10.526316,6.8965516,6.8965516,6.8965516,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.8965516,6.8965516,6.6666665,6.6666665,10,10,10.526316,6.8965516,6.8965516,6.8965516,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.8965516,6.8965516,6.6666665,6.6666665,10,10,10.526316,6.8965516,6.8965516,6.8965516,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.8965516,6.8965516,6.6666665,6.6666665,10,10,10.526316,6.8965516,6.8965516,6.8965516,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.8965516,6.8965516,6.6666665,6.6666665,10,10,10.526316,6.8965516,6.8965516,6.8965516,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.8965516,6.8965516,6.6666665,6.6666665,10,10,10.526316,6.8965516,6.8965516,6.8965516,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.8965516,6.8965516,6.6666665,6.6666665,10,10,10.526316,6.8965516,6.8965516,6.8965516,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.8965516,6.8965516,6.6666665,6.6666665,10,10,10.526316,6.8965516,6.8965516,6.8965516,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.8965516,6.8965516,6.6666665,6.6666665,10,10,10.526316,6.8965516,6.8965516,6.8965516,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.8965516,6.8965516,6.6666665,6.6666665,10,10,10.526316,6.8965516,6.8965516,6.8965516,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.8965516,6.8965516,6.6666665,6.6666665,10,10,10.526316,6.8965516,6.8965516,6.8965516,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.8965516,6.8965516,6.6666665,6.6666665,10,10,10.526316,6.8965516,6.8965516,6.8965516,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.8965516,6.8965516,6.6666665,6.6666665,10,10,10.526316,6.8965516,6.8965516,6.8965516,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.8965516,6.8965516,6.6666665,6.6666665,10,10,10.526316,6.8965516,6.8965516,6.8965516,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.8965516,6.8965516,6.6666665,6.6666665,10,10,10.526316,6.8965516,6.8965516,6.8965516,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.8965516,6.8965516,6.6666665,6.6666665,10,10,10.526316,6.8965516,6.8965516,6.8965516,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.8965516,6.8965516,6.6666665,6.6666665,10,10,10.526316,6.8965516,6.8965516,6.8965516,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.8965516,6.8965516,6.6666665,6.6666665,10,10,10.526316,6.8965516,6.8965516,6.8965516,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.8965516,6.8965516,6.6666665,6.6666665,10,10,10.526316,6.8965516,6.8965516,6.8965516,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.8965516,6.8965516,6.6666665,6.6666665,10,10,10.526316,6.8965516,6.8965516,6.8965516,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.8965516,6.8965516,6.6666665,6.6666665,10,10,10.526316,6.8965516,6.8965516,6.8965516,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.8965516,6.8965516,6.6666665,6.6666665,10,10,10.526316,6.8965516,6.8965516,6.8965516,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.8965516,6.8965516,6.6666665,6.6666665,10,10,10.526316,6.8965516,6.8965516,6.8965516,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.8965516,6.8965516,6.6666665,6.6666665,10,10,10.526316,6.8965516,6.8965516,6.8965516,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.8965516,6.8965516,6.6666665,6.6666665,10,10,10.526316,6.8965516,6.8965516,6.8965516,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.8965516,6.8965516,6.6666665,6.6666665,10,10,10.526316,6.8965516,6.8965516,6.8965516,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.8965516,6.8965516,6.6666665,6.6666665,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14.285714,15,15,15,16.666666,16.666666,16.666666,18.75,18.75,18.75,18.75,20,20,20,20,14.285714,15,15,15,16.666666,16.666666,16.666666,18.75,18.75,18.75,18.75,20,20,20,20,14.285714,15,15,15,16.666666,16.666666,16.666666,18.75,18.75,18.75,18.75,20,20,20,20,14.285714,15,15,15,16.666666,16.666666,16.666666,18.75,18.75,18.75,18.75,20,20,20,20,14.285714,15,15,15,16.666666,16.666666,16.666666,18.75,18.75,18.75,18.75,20,20,20,20,14.285714,15,15,15,16.666666,16.666666,16.666666,18.75,18.75,18.75,18.75,20,20,20,20,14.285714,15,15,15,16.666666,16.666666,16.666666,18.75,18.75,18.75,18.75,20,20,20,20,14.285714,15,15,15,16.666666,16.666666,16.666666,18.75,18.75,18.75,18.75,20,20,20,20,14.285714,15,15,15,16.666666,16.666666,16.666666,18.75,18.75,18.75,18.75,20,20,20,20,14.285714,15,15,15,16.666666,16.666666,16.666666,18.75,18.75,18.75,18.75,20,20,20,20,14.285714,15,15,15,16.666666,16.666666,16.666666,18.75,18.75,18.75,18.75,20,20,20,20,14.285714,15,15,15,16.666666,16.666666,16.666666,18.75,18.75,18.75,18.75,20,20,20,20,14.285714,15,15,15,16.666666,16.666666,16.666666,18.75,18.75,18.75,18.75,20,20,20,20,14.285714,15,15,15,16.666666,16.666666,16.666666,18.75,18.75,18.75,18.75,20,20,20,20,14.285714,15,15,15,16.666666,16.666666,16.666666,18.75,18.75,18.75,18.75,20,20,20,20,14.285714,15,15,15,16.666666,16.666666,16.666666,18.75,18.75,18.75,18.75,20,20,20,20,14.285714,15,15,15,16.666666,16.666666,16.666666,18.75,18.75,18.75,18.75,20,20,20,20,14.285714,15,15,15,16.666666,16.666666,16.666666,18.75,18.75,18.75,18.75,20,20,20,20,14.285714,15,15,15,16.666666,16.666666,16.666666,18.75,18.75,18.75,18.75,20,20,20,20,14.285714,15,15,15,16.666666,16.666666,16.666666,18.75,18.75,18.75,18.75,20,20,20,20,14.285714,15,15,15,16.666666,16.666666,16.666666,18.75,18.75,18.75,18.75,20,20,20,20,14.285714,15,15,15,16.666666,16.666666,16.666666,18.75,18.75,18.75,18.75,20,20,20,20,14.285714,15,15,15,16.666666,16.666666,16.666666,18.75,18.75,18.75,18.75,20,20,20,20,14.285714,15,15,15,16.666666,16.666666,16.666666,18.75,18.75,18.75,18.75,20,20,20,20,14.285714,15,15,15,16.666666,16.666666,16.666666,18.75,18.75,18.75,18.75,20,20,20,20,14.285714,15,15,15,16.666666,16.666666,16.666666,18.75,18.75,18.75,18.75,20,20,20,20,14.285714,15,15,15,16.666666,16.666666,16.666666,18.75,18.75,18.75,18.75,20,20,20,20,14.285714,15,15,15,16.666666,16.666666,16.666666,18.75,18.75,18.75,18.75,20,20,20,20,14.285714,15,15,15,16.666666,16.666666,16.666666,18.75,18.75,18.75,18.75,20,20,20,20,14.285714,15,15,15,16.666666,16.666666,16.666666,18.75,18.75,18.75,18.75,20,20,20,20,14.285714,15,15,15,16.666666,16.666666,16.666666,18.75,18.75,18.75,18.75,20,20,20,20,14.285714,15,15,15,16.666666,16.666666,16.666666,18.75,18.75,18.75,18.75,20,20,20,20,14.285714,15,15,15,16.666666,16.666666,16.666666,18.75,18.75,18.75,18.75,20,20,20,20,14.285714,15,15,15,16.666666,16.666666,16.666666,18.75,18.75,18.75,18.75,20,20,20,20,14.285714,15,15,15,16.666666,16.666666,16.666666,18.75,18.75,18.75,18.75,20,20,20,20,14.285714,15,15,15,16.666666,16.666666,16.666666,18.75,18.75,18.75,18.75,20,20,20,20,14.285714,15,15,15,16.666666,16.666666,16.666666,18.75,18.75,18.75,18.75,20,20,20,20,14.285714,15,15,15,16.666666,16.666666,16.666666,18.75,18.75,18.75,18.75,20,20,20,20,14.285714,15,15,15,16.666666,16.666666,16.666666,18.75,18.75,18.75,18.75,20,20,20,20,14.285714,15,15,15,16.666666,16.666666,16.666666,18.75,18.75,18.75,18.75,20,20,20,20,14.285714,15,15,15,16.666666,16.666666,16.666666,18.75,18.75,18.75,18.75,20,20,20,20,14.285714,15,15,15,16.666666,16.666666,16.666666,18.75,18.75,18.75,18.75,20,20,20,20,14.285714,15,15,15,16.666666,16.666666,16.666666,18.75,18.75,18.75,18.75,20,20,20,20,14.285714,15,15,15,16.666666,16.666666,16.666666,18.75,18.75,18.75,18.75,20,20,20,20,14.285714,15,15,15,16.666666,16.666666,16.666666,18.75,18.75,18.75,18.75,20,20,20,20,14.285714,15,15,15,16.666666,16.666666,16.666666,18.75,18.75,18.75,18.75,20,20,20,20,14.285714,15,15,15,16.666666,16.666666,16.666666,18.75,18.75,18.75,18.75,20,20,20,20,14.285714,15,15,15,16.666666,16.666666,16.666666,18.75,18.75,18.75,18.75,20,20,20,20,14.285714,15,15,15,16.666666,16.666666,16.666666,18.75,18.75,18.75,18.75,20,20,20,20,14.285714,15,15,15,16.666666,16.666666,16.666666,18.75,18.75,18.75,18.75,20,20,20,20,14.285714,15,15,15,16.666666,16.666666,16.666666,18.75,18.75,18.75,18.75,20,20,20,20,14.285714,15,15,15,16.666666,16.666666,16.666666,18.75,18.75,18.75,18.75,20,20,20,20,14.285714,15,15,15,16.666666,16.666666,16.666666,18.75,18.75,18.75,18.75,20,20,20,20,14.285714,15,15,15,16.666666,16.666666,16.666666,18.75,18.75,18.75,18.75,20,20,20,20,14.285714,15,15,15,16.666666,16.666666,16.666666,18.75,18.75,18.75,18.75,20,20,20,20,14.285714,15,15,15,16.666666,16.666666,16.666666,18.75,18.75,18.75,18.75,20,20,20,20,14.285714,15,15,15,16.666666,16.666666,16.666666,18.75,18.75,18.75,18.75,20,20,20,20,14.285714,15,15,15,16.666666,16.666666,16.666666,18.75,18.75,18.75,18.75,20,20,20,20,14.285714,15,15,15,16.666666,16.666666,16.666666,18.75,18.75,18.75,18.75,20,20,20,20,14.285714,15,15,15,16.666666,16.666666,16.666666,18.75,18.75,18.75,18.75,20,20,20,20,14.285714,15,15,15,16.666666,16.666666,16.666666,18.75,18.75,18.75,18.75,20,20,20,20,14.285714,15,15,15,16.666666,16.666666,16.666666,18.75,18.75,18.75,18.75,20,20,20,20,14.285714,15,15,15,16.666666,16.666666,16.666666,18.75,18.75,18.75,18.75,20,20,20,20,14.285714,15,15,15,16.666666,16.666666,16.666666,18.75,18.75,18.75,18.75,20,20,20,20,14.285714,15,15,15,16.666666,16.666666,16.666666,18.75,18.75,18.75,18.75,20,20,20,20,14.285714,15,15,15,16.666666,16.666666,16.666666,18.75,18.75,18.75,18.75,20,20,20,20,14.285714,15,15,15,16.666666,16.666666,16.666666,18.75,18.75,18.75,18.75,20,20,20,20,14.285714,15,15,15,16.666666,16.666666,16.666666,18.75,18.75,18.75,18.75,20,20,20,20,14.285714,15,15,15,16.666666,16.666666,16.666666,18.75,18.75,18.75,18.75,20,20,20,20,14.285714,15,15,15,16.666666,16.666666,16.666666,18.75,18.75,18.75,18.75,20,20,20,20,14.285714,15,15,15,16.666666,16.666666,16.666666,18.75,18.75,18.75,18.75,20,20,20,20,14.285714,15,15,15,16.666666,16.666666,16.666666,18.75,18.75,18.75,18.75,20,20,20,20,14.285714,15,15,15,16.666666,16.666666,16.666666,18.75,18.75,18.75,18.75,20,20,20,20,14.285714,15,15,15,16.666666,16.666666,16.666666,18.75,18.75,18.75,18.75,20,20,20,20,14.285714,15,15,15,16.666666,16.666666,16.666666,18.75,18.75,18.75,18.75,20,20,20,20,14.285714,15,15,15,16.666666,16.666666,16.666666,18.75,18.75,18.75,18.75,20,20,20,20,14.285714,15,15,15,16.666666,16.666666,16.666666,18.75,18.75,18.75,18.75,20,20,20,20,14.285714,15,15,15,16.666666,16.666666,16.666666,18.75,18.75,18.75,18.75,20,20,20,20,14.285714,15,15,15,16.666666,16.666666,16.666666,18.75,18.75,18.75,18.75,20,20,20,20,14.285714,15,15,15,16.666666,16.666666,16.666666,18.75,18.75,18.75,18.75,20,20,20,20,14.285714,15,15,15,16.666666,16.666666,16.666666,18.75,18.75,18.75,18.75,20,20,20,20,14.285714,15,15,15,16.666666,16.666666,16.666666,18.75,18.75,18.75,18.75,20,20,20,20,14.285714,15,15,15,16.666666,16.666666,16.666666,18.75,18.75,18.75,18.75,20,20,20,20,14.285714,15,15,15,16.666666,16.666666,16.666666,18.75,18.75,18.75,18.75,20,20,20,20,14.285714,15,15,15,16.666666,16.666666,16.666666,18.75,18.75,18.75,18.75,20,20,20,20,14.285714,15,15,15,16.666666,16.666666,16.666666,18.75,18.75,18.75,18.75,20,20,20,20,14.285714,15,15,15,16.666666,16.666666,16.666666,18.75,18.75,18.75,18.75,20,20,20,20,14.285714,15,15,15,16.666666,16.666666,16.666666,18.75,18.75,18.75,18.75,20,20,20,20,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.333333,8.333333,8.1081085,8.1081085,8.1081085,8.333333,8.333333,8.333333,8.333333,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.333333,8.333333,8.1081085,8.1081085,8.1081085,8.333333,8.333333,8.333333,8.333333,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.333333,8.333333,8.1081085,8.1081085,8.1081085,8.333333,8.333333,8.333333,8.333333,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.333333,8.333333,8.1081085,8.1081085,8.1081085,8.333333,8.333333,8.333333,8.333333,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.333333,8.333333,8.1081085,8.1081085,8.1081085,8.333333,8.333333,8.333333,8.333333,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.333333,8.333333,8.1081085,8.1081085,8.1081085,8.333333,8.333333,8.333333,8.333333,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.333333,8.333333,8.1081085,8.1081085,8.1081085,8.333333,8.333333,8.333333,8.333333,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.333333,8.333333,8.1081085,8.1081085,8.1081085,8.333333,8.333333,8.333333,8.333333,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.333333,8.333333,8.1081085,8.1081085,8.1081085,8.333333,8.333333,8.333333,8.333333,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.333333,8.333333,8.1081085,8.1081085,8.1081085,8.333333,8.333333,8.333333,8.333333,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.333333,8.333333,8.1081085,8.1081085,8.1081085,8.333333,8.333333,8.333333,8.333333,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.333333,8.333333,8.1081085,8.1081085,8.1081085,8.333333,8.333333,8.333333,8.333333,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.333333,8.333333,8.1081085,8.1081085,8.1081085,8.333333,8.333333,8.333333,8.333333,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.333333,8.333333,8.1081085,8.1081085,8.1081085,8.333333,8.333333,8.333333,8.333333,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.333333,8.333333,8.1081085,8.1081085,8.1081085,8.333333,8.333333,8.333333,8.333333,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.333333,8.333333,8.1081085,8.1081085,8.1081085,8.333333,8.333333,8.333333,8.333333,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.333333,8.333333,8.1081085,8.1081085,8.1081085,8.333333,8.333333,8.333333,8.333333,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.333333,8.333333,8.1081085,8.1081085,8.1081085,8.333333,8.333333,8.333333,8.333333,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.333333,8.333333,8.1081085,8.1081085,8.1081085,8.333333,8.333333,8.333333,8.333333,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.333333,8.333333,8.1081085,8.1081085,8.1081085,8.333333,8.333333,8.333333,8.333333,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.333333,8.333333,8.1081085,8.1081085,8.1081085,8.333333,8.333333,8.333333,8.333333,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.333333,8.333333,8.1081085,8.1081085,8.1081085,8.333333,8.333333,8.333333,8.333333,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.333333,8.333333,8.1081085,8.1081085,8.1081085,8.333333,8.333333,8.333333,8.333333,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.333333,8.333333,8.1081085,8.1081085,8.1081085,8.333333,8.333333,8.333333,8.333333,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.333333,8.333333,8.1081085,8.1081085,8.1081085,8.333333,8.333333,8.333333,8.333333,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.333333,8.333333,8.1081085,8.1081085,8.1081085,8.333333,8.333333,8.333333,8.333333,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.333333,8.333333,8.1081085,8.1081085,8.1081085,8.333333,8.333333,8.333333,8.333333,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.333333,8.333333,8.1081085,8.1081085,8.1081085,8.333333,8.333333,8.333333,8.333333,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.333333,8.333333,8.1081085,8.1081085,8.1081085,8.333333,8.333333,8.333333,8.333333,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.333333,8.333333,8.1081085,8.1081085,8.1081085,8.333333,8.333333,8.333333,8.333333,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.333333,8.333333,8.1081085,8.1081085,8.1081085,8.333333,8.333333,8.333333,8.333333,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.333333,8.333333,8.1081085,8.1081085,8.1081085,8.333333,8.333333,8.333333,8.333333,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.333333,8.333333,8.1081085,8.1081085,8.1081085,8.333333,8.333333,8.333333,8.333333,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.333333,8.333333,8.1081085,8.1081085,8.1081085,8.333333,8.333333,8.333333,8.333333,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.333333,8.333333,8.1081085,8.1081085,8.1081085,8.333333,8.333333,8.333333,8.333333,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.333333,8.333333,8.1081085,8.1081085,8.1081085,8.333333,8.333333,8.333333,8.333333,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.333333,8.333333,8.1081085,8.1081085,8.1081085,8.333333,8.333333,8.333333,8.333333,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.333333,8.333333,8.1081085,8.1081085,8.1081085,8.333333,8.333333,8.333333,8.333333,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.333333,8.333333,8.1081085,8.1081085,8.1081085,8.333333,8.333333,8.333333,8.333333,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.333333,8.333333,8.1081085,8.1081085,8.1081085,8.333333,8.333333,8.333333,8.333333,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.333333,8.333333,8.1081085,8.1081085,8.1081085,8.333333,8.333333,8.333333,8.333333,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.333333,8.333333,8.1081085,8.1081085,8.1081085,8.333333,8.333333,8.333333,8.333333,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.333333,8.333333,8.1081085,8.1081085,8.1081085,8.333333,8.333333,8.333333,8.333333,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.333333,8.333333,8.1081085,8.1081085,8.1081085,8.333333,8.333333,8.333333,8.333333,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.333333,8.333333,8.1081085,8.1081085,8.1081085,8.333333,8.333333,8.333333,8.333333,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.333333,8.333333,8.1081085,8.1081085,8.1081085,8.333333,8.333333,8.333333,8.333333,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.333333,8.333333,8.1081085,8.1081085,8.1081085,8.333333,8.333333,8.333333,8.333333,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.333333,8.333333,8.1081085,8.1081085,8.1081085,8.333333,8.333333,8.333333,8.333333,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.333333,8.333333,8.1081085,8.1081085,8.1081085,8.333333,8.333333,8.333333,8.333333,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.333333,8.333333,8.1081085,8.1081085,8.1081085,8.333333,8.333333,8.333333,8.333333,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.333333,8.333333,8.1081085,8.1081085,8.1081085,8.333333,8.333333,8.333333,8.333333,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.333333,8.333333,8.1081085,8.1081085,8.1081085,8.333333,8.333333,8.333333,8.333333,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.333333,8.333333,8.1081085,8.1081085,8.1081085,8.333333,8.333333,8.333333,8.333333,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.333333,8.333333,8.1081085,8.1081085,8.1081085,8.333333,8.333333,8.333333,8.333333,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.333333,8.333333,8.1081085,8.1081085,8.1081085,8.333333,8.333333,8.333333,8.333333,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.333333,8.333333,8.1081085,8.1081085,8.1081085,8.333333,8.333333,8.333333,8.333333,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.333333,8.333333,8.1081085,8.1081085,8.1081085,8.333333,8.333333,8.333333,8.333333,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.333333,8.333333,8.1081085,8.1081085,8.1081085,8.333333,8.333333,8.333333,8.333333,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.333333,8.333333,8.1081085,8.1081085,8.1081085,8.333333,8.333333,8.333333,8.333333,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.333333,8.333333,8.1081085,8.1081085,8.1081085,8.333333,8.333333,8.333333,8.333333,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.333333,8.333333,8.1081085,8.1081085,8.1081085,8.333333,8.333333,8.333333,8.333333,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.333333,8.333333,8.1081085,8.1081085,8.1081085,8.333333,8.333333,8.333333,8.333333,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.333333,8.333333,8.1081085,8.1081085,8.1081085,8.333333,8.333333,8.333333,8.333333,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.333333,8.333333,8.1081085,8.1081085,8.1081085,8.333333,8.333333,8.333333,8.333333,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.333333,8.333333,8.1081085,8.1081085,8.1081085,8.333333,8.333333,8.333333,8.333333,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.333333,8.333333,8.1081085,8.1081085,8.1081085,8.333333,8.333333,8.333333,8.333333,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.333333,8.333333,8.1081085,8.1081085,8.1081085,8.333333,8.333333,8.333333,8.333333,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20.930233,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20.930233,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20.930233,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20.930233,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20.930233,11.764706,11.111111,11.111111,11.111111,5.8823528,6.6666665,7.1428571,7.1428571,0,0,0,0,0,0,0,11.764706,11.111111,11.111111,11.111111,5.8823528,6.6666665,7.1428571,7.1428571,0,0,0,0,0,0,0,11.764706,11.111111,11.111111,11.111111,5.8823528,6.6666665,7.1428571,7.1428571,0,0,0,0,0,0,0,11.764706,11.111111,11.111111,11.111111,5.8823528,6.6666665,7.1428571,7.1428571,0,0,0,0,0,0,0,11.764706,11.111111,11.111111,11.111111,5.8823528,6.6666665,7.1428571,7.1428571,0,0,0,0,0,0,0,11.764706,11.111111,11.111111,11.111111,5.8823528,6.6666665,7.1428571,7.1428571,0,0,0,0,0,0,0,11.764706,11.111111,11.111111,11.111111,5.8823528,6.6666665,7.1428571,7.1428571,0,0,0,0,0,0,0,11.764706,11.111111,11.111111,11.111111,5.8823528,6.6666665,7.1428571,7.1428571,0,0,0,0,0,0,0,11.764706,11.111111,11.111111,11.111111,5.8823528,6.6666665,7.1428571,7.1428571,0,0,0,0,0,0,0,11.764706,11.111111,11.111111,11.111111,5.8823528,6.6666665,7.1428571,7.1428571,0,0,0,0,0,0,0,11.764706,11.111111,11.111111,11.111111,5.8823528,6.6666665,7.1428571,7.1428571,0,0,0,0,0,0,0,11.764706,11.111111,11.111111,11.111111,5.8823528,6.6666665,7.1428571,7.1428571,0,0,0,0,0,0,0,11.764706,11.111111,11.111111,11.111111,5.8823528,6.6666665,7.1428571,7.1428571,0,0,0,0,0,0,0,11.764706,11.111111,11.111111,11.111111,5.8823528,6.6666665,7.1428571,7.1428571,0,0,0,0,0,0,0,11.764706,11.111111,11.111111,11.111111,5.8823528,6.6666665,7.1428571,7.1428571,0,0,0,0,0,0,0,11.764706,11.111111,11.111111,11.111111,5.8823528,6.6666665,7.1428571,7.1428571,0,0,0,0,0,0,0,11.764706,11.111111,11.111111,11.111111,5.8823528,6.6666665,7.1428571,7.1428571,0,0,0,0,0,0,0,11.764706,11.111111,11.111111,11.111111,5.8823528,6.6666665,7.1428571,7.1428571,0,0,0,0,0,0,0,11.764706,11.111111,11.111111,11.111111,5.8823528,6.6666665,7.1428571,7.1428571,0,0,0,0,0,0,0,11.764706,11.111111,11.111111,11.111111,5.8823528,6.6666665,7.1428571,7.1428571,0,0,0,0,0,0,0,11.764706,11.111111,11.111111,11.111111,5.8823528,6.6666665,7.1428571,7.1428571,0,0,0,0,0,0,0,11.764706,11.111111,11.111111,11.111111,5.8823528,6.6666665,7.1428571,7.1428571,0,0,0,0,0,0,0,11.764706,11.111111,11.111111,11.111111,5.8823528,6.6666665,7.1428571,7.1428571,0,0,0,0,0,0,0,11.764706,11.111111,11.111111,11.111111,5.8823528,6.6666665,7.1428571,7.1428571,0,0,0,0,0,0,0,11.764706,11.111111,11.111111,11.111111,5.8823528,6.6666665,7.1428571,7.1428571,0,0,0,0,0,0,0,11.764706,11.111111,11.111111,11.111111,5.8823528,6.6666665,7.1428571,7.1428571,0,0,0,0,0,0,0,11.764706,11.111111,11.111111,11.111111,5.8823528,6.6666665,7.1428571,7.1428571,0,0,0,0,0,0,0,11.764706,11.111111,11.111111,11.111111,5.8823528,6.6666665,7.1428571,7.1428571,0,0,0,0,0,0,0,11.764706,11.111111,11.111111,11.111111,5.8823528,6.6666665,7.1428571,7.1428571,0,0,0,0,0,0,0,11.764706,11.111111,11.111111,11.111111,5.8823528,6.6666665,7.1428571,7.1428571,0,0,0,0,0,0,0,11.764706,11.111111,11.111111,11.111111,5.8823528,6.6666665,7.1428571,7.1428571,0,0,0,0,0,0,0,11.764706,11.111111,11.111111,11.111111,5.8823528,6.6666665,7.1428571,7.1428571,0,0,0,0,0,0,0,11.764706,11.111111,11.111111,11.111111,5.8823528,6.6666665,7.1428571,7.1428571,0,0,0,0,0,0,0,11.764706,11.111111,11.111111,11.111111,5.8823528,6.6666665,7.1428571,7.1428571,0,0,0,0,0,0,0,11.764706,11.111111,11.111111,11.111111,5.8823528,6.6666665,7.1428571,7.1428571,0,0,0,0,0,0,0,11.764706,11.111111,11.111111,11.111111,5.8823528,6.6666665,7.1428571,7.1428571,0,0,0,0,0,0,0,11.764706,11.111111,11.111111,11.111111,5.8823528,6.6666665,7.1428571,7.1428571,0,0,0,0,0,0,0,11.764706,11.111111,11.111111,11.111111,5.8823528,6.6666665,7.1428571,7.1428571,0,0,0,0,0,0,0,11.764706,11.111111,11.111111,11.111111,5.8823528,6.6666665,7.1428571,7.1428571,0,0,0,0,0,0,0,11.764706,11.111111,11.111111,11.111111,5.8823528,6.6666665,7.1428571,7.1428571,0,0,0,0,0,0,0,11.764706,11.111111,11.111111,11.111111,5.8823528,6.6666665,7.1428571,7.1428571,0,0,0,0,0,0,0,11.764706,11.111111,11.111111,11.111111,5.8823528,6.6666665,7.1428571,7.1428571,0,0,0,0,0,0,0,11.764706,11.111111,11.111111,11.111111,5.8823528,6.6666665,7.1428571,7.1428571,0,0,0,0,0,0,0,11.764706,11.111111,11.111111,11.111111,5.8823528,6.6666665,7.1428571,7.1428571,0,0,0,0,0,0,0,11.764706,11.111111,11.111111,11.111111,5.8823528,6.6666665,7.1428571,7.1428571,0,0,0,0,0,0,0,11.764706,11.111111,11.111111,11.111111,5.8823528,6.6666665,7.1428571,7.1428571,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14.285714,14.285714,14.285714,14.285714,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,0,0,0,14.285714,14.285714,14.285714,14.285714,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,0,0,0,14.285714,14.285714,14.285714,14.285714,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,0,0,0,14.285714,14.285714,14.285714,14.285714,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,0,0,0,14.285714,14.285714,14.285714,14.285714,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,0,0,0,14.285714,14.285714,14.285714,14.285714,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,0,0,0,14.285714,14.285714,14.285714,14.285714,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,0,0,0,14.285714,14.285714,14.285714,14.285714,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,0,0,0,14.285714,14.285714,14.285714,14.285714,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,0,0,0,14.285714,14.285714,14.285714,14.285714,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,0,0,0,14.285714,14.285714,14.285714,14.285714,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,0,0,0,14.285714,14.285714,14.285714,14.285714,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,0,0,0,14.285714,14.285714,14.285714,14.285714,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,0,0,0,14.285714,14.285714,14.285714,14.285714,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,0,0,0,14.285714,14.285714,14.285714,14.285714,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,0,0,0,14.285714,14.285714,14.285714,14.285714,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,0,0,0,14.285714,14.285714,14.285714,14.285714,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,0,0,0,14.285714,14.285714,14.285714,14.285714,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,0,0,0,14.285714,14.285714,14.285714,14.285714,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,0,0,0,14.285714,14.285714,14.285714,14.285714,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,0,0,0,14.285714,14.285714,14.285714,14.285714,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,0,0,0,14.285714,14.285714,14.285714,14.285714,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,0,0,0,14.285714,14.285714,14.285714,14.285714,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,0,0,0,14.285714,14.285714,14.285714,14.285714,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,0,0,0,14.285714,14.285714,14.285714,14.285714,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,0,0,0,14.285714,14.285714,14.285714,14.285714,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,0,0,0,14.285714,14.285714,14.285714,14.285714,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,0,0,0,14.285714,14.285714,14.285714,14.285714,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,0,0,0,14.285714,14.285714,14.285714,14.285714,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,0,0,0,14.285714,14.285714,14.285714,14.285714,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,0,0,0,14.285714,14.285714,14.285714,14.285714,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,0,0,0,14.285714,14.285714,14.285714,14.285714,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,0,0,0,14.285714,14.285714,14.285714,14.285714,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,0,0,0,14.285714,14.285714,14.285714,14.285714,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,0,0,0,14.285714,14.285714,14.285714,14.285714,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,0,0,0,14.285714,14.285714,14.285714,14.285714,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,0,0,0,14.285714,14.285714,14.285714,14.285714,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,0,0,0,14.285714,14.285714,14.285714,14.285714,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,0,0,0,14.285714,14.285714,14.285714,14.285714,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,0,0,0,14.285714,14.285714,14.285714,14.285714,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,0,0,0,14.285714,14.285714,14.285714,14.285714,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,0,0,0,14.285714,14.285714,14.285714,14.285714,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,0,0,0,14.285714,14.285714,14.285714,14.285714,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,0,0,0,14.285714,14.285714,14.285714,14.285714,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,0,0,0,14.285714,14.285714,14.285714,14.285714,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,0,0,0,14.285714,14.285714,14.285714,14.285714,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,0,0,0,14.285714,14.285714,14.285714,14.285714,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,0,0,0,14.285714,14.285714,14.285714,14.285714,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,0,0,0,14.285714,14.285714,14.285714,14.285714,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,0,0,0,14.285714,14.285714,14.285714,14.285714,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,0,0,0,14.285714,14.285714,14.285714,14.285714,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,0,0,0,14.285714,14.285714,14.285714,14.285714,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,0,0,0,14.285714,14.285714,14.285714,14.285714,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,0,0,0,14.285714,14.285714,14.285714,14.285714,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,0,0,0,14.285714,14.285714,14.285714,14.285714,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,0,0,0,14.285714,14.285714,14.285714,14.285714,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,0,0,0,14.285714,14.285714,14.285714,14.285714,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,0,0,0,14.285714,14.285714,14.285714,14.285714,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,0,0,0,14.285714,14.285714,14.285714,14.285714,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,0,0,0,14.285714,14.285714,14.285714,14.285714,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,0,0,0,14.285714,14.285714,14.285714,14.285714,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,0,0,0,14.285714,14.285714,14.285714,14.285714,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,0,0,0,14.285714,14.285714,14.285714,14.285714,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,0,0,0,14.285714,14.285714,14.285714,14.285714,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,0,0,0,14.285714,14.285714,14.285714,14.285714,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,0,0,0,14.285714,14.285714,14.285714,14.285714,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,0,0,0,14.285714,14.285714,14.285714,14.285714,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,0,0,0,14.285714,14.285714,14.285714,14.285714,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,0,0,0,14.285714,14.285714,14.285714,14.285714,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,0,0,0,14.285714,14.285714,14.285714,14.285714,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,0,0,0,14.285714,14.285714,14.285714,14.285714,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,0,0,0,14.285714,14.285714,14.285714,14.285714,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,0,0,0,14.285714,14.285714,14.285714,14.285714,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,0,0,0,14.285714,14.285714,14.285714,14.285714,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,0,0,0,14.285714,14.285714,14.285714,14.285714,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,0,0,0,14.285714,14.285714,14.285714,14.285714,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,0,0,0,14.285714,14.285714,14.285714,14.285714,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,0,0,0,14.285714,14.285714,14.285714,14.285714,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,0,0,0,14.285714,14.285714,14.285714,14.285714,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,0,0,0,14.285714,14.285714,14.285714,14.285714,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,0,0,0,14.285714,14.285714,14.285714,14.285714,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,0,0,0,14.285714,14.285714,14.285714,14.285714,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,0,0,0,14.285714,14.285714,14.285714,14.285714,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,0,0,0,14.285714,14.285714,14.285714,14.285714,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,0,0,0,14.285714,14.285714,14.285714,14.285714,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,0,0,0,14.285714,14.285714,14.285714,14.285714,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,0,0,0,14.285714,14.285714,14.285714,14.285714,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,0,0,0,14.285714,14.285714,14.285714,14.285714,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,0,0,0,14.285714,14.285714,14.285714,14.285714,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,0,0,0,14.285714,14.285714,14.285714,14.285714,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,0,0,0,14.285714,14.285714,14.285714,14.285714,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,0,0,0,14.285714,14.285714,14.285714,14.285714,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,0,0,0,14.285714,14.285714,14.285714,14.285714,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,0,0,0,14.285714,14.285714,14.285714,14.285714,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,0,0,0,14.285714,14.285714,14.285714,14.285714,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,0,0,0,14.285714,14.285714,14.285714,14.285714,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,0,0,0,14.285714,14.285714,14.285714,14.285714,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,0,0,0,14.285714,14.285714,14.285714,14.285714,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,0,0,0,14.285714,14.285714,14.285714,14.285714,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,0,0,0,14.285714,14.285714,14.285714,14.285714,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,0,0,0,14.285714,14.285714,14.285714,14.285714,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,0,0,0,14.285714,14.285714,14.285714,14.285714,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,0,0,0,14.285714,14.285714,14.285714,14.285714,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,0,0,0,14.285714,14.285714,14.285714,14.285714,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,0,0,0,14.285714,14.285714,14.285714,14.285714,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,0,0,0,14.285714,14.285714,14.285714,14.285714,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,0,0,0,14.285714,14.285714,14.285714,14.285714,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,0,0,0,14.285714,14.285714,14.285714,14.285714,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,0,0,0,14.285714,14.285714,14.285714,14.285714,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,0,0,0,14.285714,14.285714,14.285714,14.285714,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,0,0,0,14.285714,14.285714,14.285714,14.285714,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,0,0,0,14.285714,14.285714,14.285714,14.285714,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,0,0,0,14.285714,14.285714,14.285714,14.285714,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,0,0,0,14.285714,14.285714,14.285714,14.285714,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,0,0,0,14.285714,14.285714,14.285714,14.285714,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,0,0,0,14.285714,14.285714,14.285714,14.285714,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,0,0,0,14.285714,14.285714,14.285714,14.285714,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,0,0,0,14.285714,14.285714,14.285714,14.285714,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,0,0,0,14.285714,14.285714,14.285714,14.285714,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,0,0,0,14.285714,14.285714,14.285714,14.285714,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,0,0,0,14.285714,14.285714,14.285714,14.285714,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,0,0,0,14.285714,14.285714,14.285714,14.285714,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,0,0,0,14.285714,14.285714,14.285714,14.285714,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,0,0,0,14.285714,14.285714,14.285714,14.285714,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,0,0,0,14.285714,14.285714,14.285714,14.285714,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,0,0,0,14.285714,14.285714,14.285714,14.285714,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,0,0,0,14.285714,14.285714,14.285714,14.285714,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,0,0,0,14.285714,14.285714,14.285714,14.285714,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,0,0,0,14.285714,14.285714,14.285714,14.285714,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,0,0,0,14.285714,14.285714,14.285714,14.285714,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,0,0,0,14.285714,14.285714,14.285714,14.285714,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,0,0,0,14.285714,14.285714,14.285714,14.285714,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,0,0,0,14.285714,14.285714,14.285714,14.285714,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7.3170733,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7.3170733,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7.3170733,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7.3170733,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7.3170733,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7.3170733,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7.3170733,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7.3170733,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7.3170733,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7.3170733,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7.3170733,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7.3170733,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7.3170733,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7.3170733,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7.3170733,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7.3170733,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7.3170733,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7.3170733,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7.3170733,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7.3170733,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7.3170733,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7.3170733,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7.3170733,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7.3170733,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7.3170733,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7.3170733,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7.3170733,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7.3170733,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7.3170733,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7.3170733,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7.3170733,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7.3170733,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7.3170733,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7.3170733,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7.3170733,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7.3170733,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7.3170733,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7.3170733,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7.3170733,0,0,0,0,0,0,0,0,0,0,9.090909,9.090909,8.333333,8.333333,8.333333,0,0,0,0,0,0,0,0,0,0,9.090909,9.090909,8.333333,8.333333,8.333333,0,0,0,0,0,0,0,0,0,0,9.090909,9.090909,8.333333,8.333333,8.333333,0,0,0,0,0,0,0,0,0,0,9.090909,9.090909,8.333333,8.333333,8.333333,0,0,0,0,0,0,0,0,0,0,9.090909,9.090909,8.333333,8.333333,8.333333,0,0,0,0,0,0,0,0,0,0,9.090909,9.090909,8.333333,8.333333,8.333333,0,0,0,0,0,0,0,0,0,0,9.090909,9.090909,8.333333,8.333333,8.333333,0,0,0,0,0,0,0,0,0,0,9.090909,9.090909,8.333333,8.333333,8.333333,0,0,0,0,0,0,0,0,0,0,9.090909,9.090909,8.333333,8.333333,8.333333,0,0,0,0,0,0,0,0,0,0,9.090909,9.090909,8.333333,8.333333,8.333333,0,0,0,0,0,0,0,0,0,0,9.090909,9.090909,8.333333,8.333333,8.333333,0,0,0,0,0,0,0,0,0,0,9.090909,9.090909,8.333333,8.333333,8.333333,0,0,0,0,0,0,0,0,0,0,9.090909,9.090909,8.333333,8.333333,8.333333,0,0,0,0,0,0,0,0,0,0,9.090909,9.090909,8.333333,8.333333,8.333333,0,0,0,0,0,0,0,0,0,0,9.090909,9.090909,8.333333,8.333333,8.333333,0,0,0,0,0,0,0,0,0,0,9.090909,9.090909,8.333333,8.333333,8.333333,0,0,0,0,0,0,0,0,0,0,9.090909,9.090909,8.333333,8.333333,8.333333,0,0,0,0,0,0,0,0,0,0,9.090909,9.090909,8.333333,8.333333,8.333333,0,0,0,0,0,0,0,0,0,0,9.090909,9.090909,8.333333,8.333333,8.333333,0,0,0,0,0,0,0,0,0,0,9.090909,9.090909,8.333333,8.333333,8.333333,0,0,0,0,0,0,0,0,0,0,9.090909,9.090909,8.333333,8.333333,8.333333,0,0,0,0,0,0,0,0,0,0,9.090909,9.090909,8.333333,8.333333,8.333333,0,0,0,0,0,0,0,0,0,0,9.090909,9.090909,8.333333,8.333333,8.333333,0,0,0,0,0,0,0,0,0,0,9.090909,9.090909,8.333333,8.333333,8.333333,0,0,0,0,0,0,0,0,0,0,9.090909,9.090909,8.333333,8.333333,8.333333,0,0,0,0,0,0,0,0,0,0,9.090909,9.090909,8.333333,8.333333,8.333333,0,0,0,0,0,0,0,0,0,0,9.090909,9.090909,8.333333,8.333333,8.333333,0,0,0,0,0,0,0,0,0,0,9.090909,9.090909,8.333333,8.333333,8.333333,0,0,0,0,0,0,0,0,0,0,9.090909,9.090909,8.333333,8.333333,8.333333,0,0,0,0,0,0,0,0,0,0,9.090909,9.090909,8.333333,8.333333,8.333333,0,0,0,0,0,0,0,0,0,0,9.090909,9.090909,8.333333,8.333333,8.333333,0,0,0,0,0,0,0,0,0,0,9.090909,9.090909,8.333333,8.333333,8.333333,0,0,0,0,0,0,0,0,0,0,9.090909,9.090909,8.333333,8.333333,8.333333,0,0,0,0,0,0,0,0,0,0,9.090909,9.090909,8.333333,8.333333,8.333333,0,0,0,0,0,0,0,0,0,0,9.090909,9.090909,8.333333,8.333333,8.333333,0,0,0,0,0,0,0,0,0,0,9.090909,9.090909,8.333333,8.333333,8.333333,0,0,0,0,0,0,0,0,0,0,9.090909,9.090909,8.333333,8.333333,8.333333,0,0,0,0,0,0,0,0,0,0,9.090909,9.090909,8.333333,8.333333,8.333333,0,0,0,0,0,0,0,0,0,0,9.090909,9.090909,8.333333,8.333333,8.333333,0,0,0,0,0,0,0,0,0,0,9.090909,9.090909,8.333333,8.333333,8.333333,0,0,0,0,0,0,0,0,0,0,9.090909,9.090909,8.333333,8.333333,8.333333,0,0,0,0,0,0,0,0,0,0,9.090909,9.090909,8.333333,8.333333,8.333333,0,0,0,0,0,0,0,0,0,0,9.090909,9.090909,8.333333,8.333333,8.333333,0,0,0,0,0,0,0,0,0,0,9.090909,9.090909,8.333333,8.333333,8.333333,0,0,0,0,0,0,0,0,0,0,9.090909,9.090909,8.333333,8.333333,8.333333,0,0,0,0,0,0,0,0,0,0,9.090909,9.090909,8.333333,8.333333,8.333333,0,0,0,0,0,0,0,0,0,0,9.090909,9.090909,8.333333,8.333333,8.333333,0,0,0,0,0,0,0,0,0,0,9.090909,9.090909,8.333333,8.333333,8.333333,0,0,0,0,0,0,0,0,0,0,9.090909,9.090909,8.333333,8.333333,8.333333,0,0,0,0,0,0,0,0,0,0,9.090909,9.090909,8.333333,8.333333,8.333333,0,0,0,0,0,0,0,0,0,0,9.090909,9.090909,8.333333,8.333333,8.333333,0,0,0,0,0,0,0,0,0,0,9.090909,9.090909,8.333333,8.333333,8.333333,0,0,0,0,0,0,0,0,0,0,9.090909,9.090909,8.333333,8.333333,8.333333,0,0,0,0,0,0,0,0,0,0,9.090909,9.090909,8.333333,8.333333,8.333333,0,0,0,0,0,0,0,0,0,0,9.090909,9.090909,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 ),.Dim=c(3107,15)), highriskgunpossession_pc=structure(.Data=c( 9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,10,10,10,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,10,10,10,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,10,10,10,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,10,10,10,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,10,10,10,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,10,10,10,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,10,10,10,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,10,10,10,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,10,10,10,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,10,10,10,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,10,10,10,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,10,10,10,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,10,10,10,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,10,10,10,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,10,10,10,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,10,10,10,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,10,10,10,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,10,10,10,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,10,10,10,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,10,10,10,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,10,10,10,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,10,10,10,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,10,10,10,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,10,10,10,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,10,10,10,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,10,10,10,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,10,10,10,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,10,10,10,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,10,10,10,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,10,10,10,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,10,10,10,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,10,10,10,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,10,10,10,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,10,10,10,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,10,10,10,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,10,10,10,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,10,10,10,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,10,10,10,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,10,10,10,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,10,10,10,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,10,10,10,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,10,10,10,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,10,10,10,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,10,10,10,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,10,10,10,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,10,10,10,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,10,10,10,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,10,10,10,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,10,10,10,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,10,10,10,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,10,10,10,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,10,10,10,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,10,10,10,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,10,10,10,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,10,10,10,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,10,10,10,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,10,10,10,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,10,10,10,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,10,10,10,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,10,10,10,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,10,10,10,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,10,10,10,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,10,10,10,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,10,10,10,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,10,10,10,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,10,10,10,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,10,10,10,30.76923,30.76923,30.76923,30.76923,30.76923,30.76923,30.76923,30.76923,30.76923,30.76923,36.363636,36.363636,36.363636,36.363636,36.363636,30.76923,30.76923,30.76923,30.76923,30.76923,30.76923,30.76923,30.76923,30.76923,30.76923,36.363636,36.363636,36.363636,36.363636,36.363636,30.76923,30.76923,30.76923,30.76923,30.76923,30.76923,30.76923,30.76923,30.76923,30.76923,36.363636,36.363636,36.363636,36.363636,36.363636,30.76923,30.76923,30.76923,30.76923,30.76923,30.76923,30.76923,30.76923,30.76923,30.76923,36.363636,36.363636,36.363636,36.363636,36.363636,30.76923,30.76923,30.76923,30.76923,30.76923,30.76923,30.76923,30.76923,30.76923,30.76923,36.363636,36.363636,36.363636,36.363636,36.363636,30.76923,30.76923,30.76923,30.76923,30.76923,30.76923,30.76923,30.76923,30.76923,30.76923,36.363636,36.363636,36.363636,36.363636,36.363636,30.76923,30.76923,30.76923,30.76923,30.76923,30.76923,30.76923,30.76923,30.76923,30.76923,36.363636,36.363636,36.363636,36.363636,36.363636,30.76923,30.76923,30.76923,30.76923,30.76923,30.76923,30.76923,30.76923,30.76923,30.76923,36.363636,36.363636,36.363636,36.363636,36.363636,30.76923,30.76923,30.76923,30.76923,30.76923,30.76923,30.76923,30.76923,30.76923,30.76923,36.363636,36.363636,36.363636,36.363636,36.363636,30.76923,30.76923,30.76923,30.76923,30.76923,30.76923,30.76923,30.76923,30.76923,30.76923,36.363636,36.363636,36.363636,36.363636,36.363636,30.76923,30.76923,30.76923,30.76923,30.76923,30.76923,30.76923,30.76923,30.76923,30.76923,36.363636,36.363636,36.363636,36.363636,36.363636,30.76923,30.76923,30.76923,30.76923,30.76923,30.76923,30.76923,30.76923,30.76923,30.76923,36.363636,36.363636,36.363636,36.363636,36.363636,30.76923,30.76923,30.76923,30.76923,30.76923,30.76923,30.76923,30.76923,30.76923,30.76923,36.363636,36.363636,36.363636,36.363636,36.363636,30.76923,30.76923,30.76923,30.76923,30.76923,30.76923,30.76923,30.76923,30.76923,30.76923,36.363636,36.363636,36.363636,36.363636,36.363636,30.76923,30.76923,30.76923,30.76923,30.76923,30.76923,30.76923,30.76923,30.76923,30.76923,36.363636,36.363636,36.363636,36.363636,36.363636,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,27.272728,27.272728,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,27.272728,27.272728,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,27.272728,27.272728,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,27.272728,27.272728,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,27.272728,27.272728,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,27.272728,27.272728,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,27.272728,27.272728,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,27.272728,27.272728,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,27.272728,27.272728,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,27.272728,27.272728,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,27.272728,27.272728,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,27.272728,27.272728,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,27.272728,27.272728,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,27.272728,27.272728,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,27.272728,27.272728,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,27.272728,27.272728,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,27.272728,27.272728,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,27.272728,27.272728,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,27.272728,27.272728,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,27.272728,27.272728,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,27.272728,27.272728,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,27.272728,27.272728,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,27.272728,27.272728,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,27.272728,27.272728,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,27.272728,27.272728,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,27.272728,27.272728,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,27.272728,27.272728,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,27.272728,27.272728,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,27.272728,27.272728,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,27.272728,27.272728,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,27.272728,27.272728,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,27.272728,27.272728,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,27.272728,27.272728,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,27.272728,27.272728,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,27.272728,27.272728,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,27.272728,27.272728,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,27.272728,27.272728,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,27.272728,27.272728,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,27.272728,27.272728,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,27.272728,27.272728,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,27.272728,27.272728,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,27.272728,27.272728,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,27.272728,27.272728,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,27.272728,27.272728,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,27.272728,27.272728,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,27.272728,27.272728,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,27.272728,27.272728,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,27.272728,27.272728,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,27.272728,27.272728,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,27.272728,27.272728,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,27.272728,27.272728,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,27.272728,27.272728,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,27.272728,27.272728,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,27.272728,27.272728,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,27.272728,27.272728,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,27.272728,27.272728,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,27.272728,27.272728,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,27.272728,27.272728,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,27.272728,27.272728,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,27.272728,27.272728,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,27.272728,27.272728,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,27.272728,27.272728,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,27.272728,27.272728,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,27.272728,27.272728,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,27.272728,27.272728,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,27.272728,27.272728,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,27.272728,27.272728,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,27.272728,27.272728,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,27.272728,27.272728,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,27.272728,27.272728,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,27.272728,27.272728,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,27.272728,27.272728,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,27.272728,27.272728,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,27.272728,27.272728,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,27.272728,27.272728,8.2352943,8.139535,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.4468083,7.3684211,7.0707068,7,8.2352943,8.139535,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.4468083,7.3684211,7.0707068,7,8.2352943,8.139535,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.4468083,7.3684211,7.0707068,7,8.2352943,8.139535,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.4468083,7.3684211,7.0707068,7,8.2352943,8.139535,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.4468083,7.3684211,7.0707068,7,8.2352943,8.139535,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.4468083,7.3684211,7.0707068,7,8.2352943,8.139535,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.4468083,7.3684211,7.0707068,7,8.2352943,8.139535,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.4468083,7.3684211,7.0707068,7,8.2352943,8.139535,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.4468083,7.3684211,7.0707068,7,8.2352943,8.139535,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.4468083,7.3684211,7.0707068,7,8.2352943,8.139535,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.4468083,7.3684211,7.0707068,7,8.2352943,8.139535,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.4468083,7.3684211,7.0707068,7,8.2352943,8.139535,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.4468083,7.3684211,7.0707068,7,8.2352943,8.139535,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.4468083,7.3684211,7.0707068,7,8.2352943,8.139535,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.4468083,7.3684211,7.0707068,7,8.2352943,8.139535,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.4468083,7.3684211,7.0707068,7,8.2352943,8.139535,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.4468083,7.3684211,7.0707068,7,8.2352943,8.139535,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.4468083,7.3684211,7.0707068,7,8.2352943,8.139535,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.4468083,7.3684211,7.0707068,7,8.2352943,8.139535,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.4468083,7.3684211,7.0707068,7,8.2352943,8.139535,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.4468083,7.3684211,7.0707068,7,8.2352943,8.139535,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.4468083,7.3684211,7.0707068,7,8.2352943,8.139535,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.4468083,7.3684211,7.0707068,7,8.2352943,8.139535,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.4468083,7.3684211,7.0707068,7,8.2352943,8.139535,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.4468083,7.3684211,7.0707068,7,8.2352943,8.139535,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.4468083,7.3684211,7.0707068,7,8.2352943,8.139535,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.4468083,7.3684211,7.0707068,7,8.2352943,8.139535,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.4468083,7.3684211,7.0707068,7,8.2352943,8.139535,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.4468083,7.3684211,7.0707068,7,8.2352943,8.139535,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.4468083,7.3684211,7.0707068,7,8.2352943,8.139535,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.4468083,7.3684211,7.0707068,7,8.2352943,8.139535,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.4468083,7.3684211,7.0707068,7,8.2352943,8.139535,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.4468083,7.3684211,7.0707068,7,8.2352943,8.139535,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.4468083,7.3684211,7.0707068,7,8.2352943,8.139535,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.4468083,7.3684211,7.0707068,7,8.2352943,8.139535,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.4468083,7.3684211,7.0707068,7,8.2352943,8.139535,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.4468083,7.3684211,7.0707068,7,8.2352943,8.139535,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.4468083,7.3684211,7.0707068,7,8.2352943,8.139535,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.4468083,7.3684211,7.0707068,7,8.2352943,8.139535,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.4468083,7.3684211,7.0707068,7,8.2352943,8.139535,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.4468083,7.3684211,7.0707068,7,8.2352943,8.139535,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.4468083,7.3684211,7.0707068,7,8.2352943,8.139535,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.4468083,7.3684211,7.0707068,7,8.2352943,8.139535,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.4468083,7.3684211,7.0707068,7,8.2352943,8.139535,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.4468083,7.3684211,7.0707068,7,8.2352943,8.139535,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.4468083,7.3684211,7.0707068,7,8.2352943,8.139535,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.4468083,7.3684211,7.0707068,7,8.2352943,8.139535,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.4468083,7.3684211,7.0707068,7,8.2352943,8.139535,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.4468083,7.3684211,7.0707068,7,8.2352943,8.139535,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.4468083,7.3684211,7.0707068,7,8.2352943,8.139535,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.4468083,7.3684211,7.0707068,7,8.2352943,8.139535,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.4468083,7.3684211,7.0707068,7,8.2352943,8.139535,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.4468083,7.3684211,7.0707068,7,8.2352943,8.139535,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.4468083,7.3684211,7.0707068,7,8.2352943,8.139535,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.4468083,7.3684211,7.0707068,7,8.2352943,8.139535,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.4468083,7.3684211,7.0707068,7,8.2352943,8.139535,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.4468083,7.3684211,7.0707068,7,8.2352943,8.139535,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.4468083,7.3684211,7.0707068,7,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,3.3333333,3.3333333,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,3.3333333,3.3333333,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,3.3333333,3.3333333,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,3.3333333,3.3333333,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,3.3333333,3.3333333,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,3.3333333,3.3333333,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,3.3333333,3.3333333,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,3.3333333,3.3333333,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,3.3333333,3.3333333,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,3.3333333,3.3333333,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,3.3333333,3.3333333,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,3.3333333,3.3333333,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,3.3333333,3.3333333,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,3.3333333,3.3333333,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,3.3333333,3.3333333,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,3.3333333,3.3333333,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,3.3333333,3.3333333,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,3.3333333,3.3333333,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,3.3333333,3.3333333,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,3.3333333,3.3333333,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,3.3333333,3.3333333,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,3.3333333,3.3333333,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,3.3333333,3.3333333,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,3.3333333,3.3333333,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,3.3333333,3.3333333,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,3.3333333,3.3333333,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,3.3333333,3.3333333,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,3.3333333,3.3333333,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,3.3333333,3.3333333,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,3.3333333,3.3333333,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,3.3333333,3.3333333,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,3.3333333,3.3333333,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,3.3333333,3.3333333,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,3.3333333,3.3333333,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,3.3333333,3.3333333,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,3.3333333,3.3333333,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,3.3333333,3.3333333,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,3.3333333,3.3333333,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,3.3333333,3.3333333,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,3.3333333,3.3333333,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,3.3333333,3.3333333,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,3.3333333,3.3333333,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,3.3333333,3.3333333,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,3.3333333,3.3333333,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,3.3333333,3.3333333,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,3.3333333,3.3333333,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,3.3333333,3.3333333,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,3.3333333,3.3333333,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,3.3333333,3.3333333,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,3.3333333,3.3333333,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,3.3333333,3.3333333,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,3.3333333,3.3333333,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,3.3333333,3.3333333,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,3.3333333,3.3333333,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,3.3333333,3.3333333,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,3.3333333,3.3333333,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,3.3333333,3.3333333,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,3.3333333,3.3333333,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,3.3333333,3.3333333,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,3.3333333,3.3333333,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,3.3333333,3.3333333,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,3.3333333,3.3333333,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,3.3333333,3.3333333,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,3.3333333,3.3333333,4.477612,4.477612,4.477612,4.477612,5.8823528,7.246377,7.246377,7.1428571,7.1428571,7.1428571,7.1428571,7.1428571,7.1428571,9.6385546,9.5238094,4.477612,4.477612,4.477612,4.477612,5.8823528,7.246377,7.246377,7.1428571,7.1428571,7.1428571,7.1428571,7.1428571,7.1428571,9.6385546,9.5238094,4.477612,4.477612,4.477612,4.477612,5.8823528,7.246377,7.246377,7.1428571,7.1428571,7.1428571,7.1428571,7.1428571,7.1428571,9.6385546,9.5238094,4.477612,4.477612,4.477612,4.477612,5.8823528,7.246377,7.246377,7.1428571,7.1428571,7.1428571,7.1428571,7.1428571,7.1428571,9.6385546,9.5238094,4.477612,4.477612,4.477612,4.477612,5.8823528,7.246377,7.246377,7.1428571,7.1428571,7.1428571,7.1428571,7.1428571,7.1428571,9.6385546,9.5238094,4.477612,4.477612,4.477612,4.477612,5.8823528,7.246377,7.246377,7.1428571,7.1428571,7.1428571,7.1428571,7.1428571,7.1428571,9.6385546,9.5238094,4.477612,4.477612,4.477612,4.477612,5.8823528,7.246377,7.246377,7.1428571,7.1428571,7.1428571,7.1428571,7.1428571,7.1428571,9.6385546,9.5238094,4.477612,4.477612,4.477612,4.477612,5.8823528,7.246377,7.246377,7.1428571,7.1428571,7.1428571,7.1428571,7.1428571,7.1428571,9.6385546,9.5238094,20.833334,20.833334,20,20.833334,20.833334,20.833334,20.833334,20,19.23077,19.23077,19.23077,19.23077,19.23077,13.513514,15.789474,20.833334,20.833334,20,20.833334,20.833334,20.833334,20.833334,20,19.23077,19.23077,19.23077,19.23077,19.23077,13.513514,15.789474,20.833334,20.833334,20,20.833334,20.833334,20.833334,20.833334,20,19.23077,19.23077,19.23077,19.23077,19.23077,13.513514,15.789474,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,16.666666,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10.344828,10.344828,10.344828,10.344828,10.344828,10,9.8360653,9.8360653,9.8360653,9.8360653,9.090909,9.090909,9.090909,9.375,9.375,10.344828,10.344828,10.344828,10.344828,10.344828,10,9.8360653,9.8360653,9.8360653,9.8360653,9.090909,9.090909,9.090909,9.375,9.375,10.344828,10.344828,10.344828,10.344828,10.344828,10,9.8360653,9.8360653,9.8360653,9.8360653,9.090909,9.090909,9.090909,9.375,9.375,10.344828,10.344828,10.344828,10.344828,10.344828,10,9.8360653,9.8360653,9.8360653,9.8360653,9.090909,9.090909,9.090909,9.375,9.375,10.344828,10.344828,10.344828,10.344828,10.344828,10,9.8360653,9.8360653,9.8360653,9.8360653,9.090909,9.090909,9.090909,9.375,9.375,10.344828,10.344828,10.344828,10.344828,10.344828,10,9.8360653,9.8360653,9.8360653,9.8360653,9.090909,9.090909,9.090909,9.375,9.375,10.344828,10.344828,10.344828,10.344828,10.344828,10,9.8360653,9.8360653,9.8360653,9.8360653,9.090909,9.090909,9.090909,9.375,9.375,10.344828,10.344828,10.344828,10.344828,10.344828,10,9.8360653,9.8360653,9.8360653,9.8360653,9.090909,9.090909,9.090909,9.375,9.375,10.344828,10.344828,10.344828,10.344828,10.344828,10,9.8360653,9.8360653,9.8360653,9.8360653,9.090909,9.090909,9.090909,9.375,9.375,10.344828,10.344828,10.344828,10.344828,10.344828,10,9.8360653,9.8360653,9.8360653,9.8360653,9.090909,9.090909,9.090909,9.375,9.375,10.344828,10.344828,10.344828,10.344828,10.344828,10,9.8360653,9.8360653,9.8360653,9.8360653,9.090909,9.090909,9.090909,9.375,9.375,10.344828,10.344828,10.344828,10.344828,10.344828,10,9.8360653,9.8360653,9.8360653,9.8360653,9.090909,9.090909,9.090909,9.375,9.375,10.344828,10.344828,10.344828,10.344828,10.344828,10,9.8360653,9.8360653,9.8360653,9.8360653,9.090909,9.090909,9.090909,9.375,9.375,10.344828,10.344828,10.344828,10.344828,10.344828,10,9.8360653,9.8360653,9.8360653,9.8360653,9.090909,9.090909,9.090909,9.375,9.375,10.344828,10.344828,10.344828,10.344828,10.344828,10,9.8360653,9.8360653,9.8360653,9.8360653,9.090909,9.090909,9.090909,9.375,9.375,10.344828,10.344828,10.344828,10.344828,10.344828,10,9.8360653,9.8360653,9.8360653,9.8360653,9.090909,9.090909,9.090909,9.375,9.375,10.344828,10.344828,10.344828,10.344828,10.344828,10,9.8360653,9.8360653,9.8360653,9.8360653,9.090909,9.090909,9.090909,9.375,9.375,10.344828,10.344828,10.344828,10.344828,10.344828,10,9.8360653,9.8360653,9.8360653,9.8360653,9.090909,9.090909,9.090909,9.375,9.375,10.344828,10.344828,10.344828,10.344828,10.344828,10,9.8360653,9.8360653,9.8360653,9.8360653,9.090909,9.090909,9.090909,9.375,9.375,10.344828,10.344828,10.344828,10.344828,10.344828,10,9.8360653,9.8360653,9.8360653,9.8360653,9.090909,9.090909,9.090909,9.375,9.375,10.344828,10.344828,10.344828,10.344828,10.344828,10,9.8360653,9.8360653,9.8360653,9.8360653,9.090909,9.090909,9.090909,9.375,9.375,10.344828,10.344828,10.344828,10.344828,10.344828,10,9.8360653,9.8360653,9.8360653,9.8360653,9.090909,9.090909,9.090909,9.375,9.375,10.344828,10.344828,10.344828,10.344828,10.344828,10,9.8360653,9.8360653,9.8360653,9.8360653,9.090909,9.090909,9.090909,9.375,9.375,10.344828,10.344828,10.344828,10.344828,10.344828,10,9.8360653,9.8360653,9.8360653,9.8360653,9.090909,9.090909,9.090909,9.375,9.375,10.344828,10.344828,10.344828,10.344828,10.344828,10,9.8360653,9.8360653,9.8360653,9.8360653,9.090909,9.090909,9.090909,9.375,9.375,10.344828,10.344828,10.344828,10.344828,10.344828,10,9.8360653,9.8360653,9.8360653,9.8360653,9.090909,9.090909,9.090909,9.375,9.375,10.344828,10.344828,10.344828,10.344828,10.344828,10,9.8360653,9.8360653,9.8360653,9.8360653,9.090909,9.090909,9.090909,9.375,9.375,10.344828,10.344828,10.344828,10.344828,10.344828,10,9.8360653,9.8360653,9.8360653,9.8360653,9.090909,9.090909,9.090909,9.375,9.375,10.344828,10.344828,10.344828,10.344828,10.344828,10,9.8360653,9.8360653,9.8360653,9.8360653,9.090909,9.090909,9.090909,9.375,9.375,10.344828,10.344828,10.344828,10.344828,10.344828,10,9.8360653,9.8360653,9.8360653,9.8360653,9.090909,9.090909,9.090909,9.375,9.375,10.344828,10.344828,10.344828,10.344828,10.344828,10,9.8360653,9.8360653,9.8360653,9.8360653,9.090909,9.090909,9.090909,9.375,9.375,10.344828,10.344828,10.344828,10.344828,10.344828,10,9.8360653,9.8360653,9.8360653,9.8360653,9.090909,9.090909,9.090909,9.375,9.375,10.344828,10.344828,10.344828,10.344828,10.344828,10,9.8360653,9.8360653,9.8360653,9.8360653,9.090909,9.090909,9.090909,9.375,9.375,10.344828,10.344828,10.344828,10.344828,10.344828,10,9.8360653,9.8360653,9.8360653,9.8360653,9.090909,9.090909,9.090909,9.375,9.375,10.344828,10.344828,10.344828,10.344828,10.344828,10,9.8360653,9.8360653,9.8360653,9.8360653,9.090909,9.090909,9.090909,9.375,9.375,10.344828,10.344828,10.344828,10.344828,10.344828,10,9.8360653,9.8360653,9.8360653,9.8360653,9.090909,9.090909,9.090909,9.375,9.375,10.344828,10.344828,10.344828,10.344828,10.344828,10,9.8360653,9.8360653,9.8360653,9.8360653,9.090909,9.090909,9.090909,9.375,9.375,10.344828,10.344828,10.344828,10.344828,10.344828,10,9.8360653,9.8360653,9.8360653,9.8360653,9.090909,9.090909,9.090909,9.375,9.375,10.344828,10.344828,10.344828,10.344828,10.344828,10,9.8360653,9.8360653,9.8360653,9.8360653,9.090909,9.090909,9.090909,9.375,9.375,10.344828,10.344828,10.344828,10.344828,10.344828,10,9.8360653,9.8360653,9.8360653,9.8360653,9.090909,9.090909,9.090909,9.375,9.375,10.344828,10.344828,10.344828,10.344828,10.344828,10,9.8360653,9.8360653,9.8360653,9.8360653,9.090909,9.090909,9.090909,9.375,9.375,10.344828,10.344828,10.344828,10.344828,10.344828,10,9.8360653,9.8360653,9.8360653,9.8360653,9.090909,9.090909,9.090909,9.375,9.375,10.344828,10.344828,10.344828,10.344828,10.344828,10,9.8360653,9.8360653,9.8360653,9.8360653,9.090909,9.090909,9.090909,9.375,9.375,10.344828,10.344828,10.344828,10.344828,10.344828,10,9.8360653,9.8360653,9.8360653,9.8360653,9.090909,9.090909,9.090909,9.375,9.375,10.344828,10.344828,10.344828,10.344828,10.344828,10,9.8360653,9.8360653,9.8360653,9.8360653,9.090909,9.090909,9.090909,9.375,9.375,10.344828,10.344828,10.344828,10.344828,10.344828,10,9.8360653,9.8360653,9.8360653,9.8360653,9.090909,9.090909,9.090909,9.375,9.375,10.344828,10.344828,10.344828,10.344828,10.344828,10,9.8360653,9.8360653,9.8360653,9.8360653,9.090909,9.090909,9.090909,9.375,9.375,10.344828,10.344828,10.344828,10.344828,10.344828,10,9.8360653,9.8360653,9.8360653,9.8360653,9.090909,9.090909,9.090909,9.375,9.375,10.344828,10.344828,10.344828,10.344828,10.344828,10,9.8360653,9.8360653,9.8360653,9.8360653,9.090909,9.090909,9.090909,9.375,9.375,10.344828,10.344828,10.344828,10.344828,10.344828,10,9.8360653,9.8360653,9.8360653,9.8360653,9.090909,9.090909,9.090909,9.375,9.375,10.344828,10.344828,10.344828,10.344828,10.344828,10,9.8360653,9.8360653,9.8360653,9.8360653,9.090909,9.090909,9.090909,9.375,9.375,10.344828,10.344828,10.344828,10.344828,10.344828,10,9.8360653,9.8360653,9.8360653,9.8360653,9.090909,9.090909,9.090909,9.375,9.375,10.344828,10.344828,10.344828,10.344828,10.344828,10,9.8360653,9.8360653,9.8360653,9.8360653,9.090909,9.090909,9.090909,9.375,9.375,10.344828,10.344828,10.344828,10.344828,10.344828,10,9.8360653,9.8360653,9.8360653,9.8360653,9.090909,9.090909,9.090909,9.375,9.375,10.344828,10.344828,10.344828,10.344828,10.344828,10,9.8360653,9.8360653,9.8360653,9.8360653,9.090909,9.090909,9.090909,9.375,9.375,10.344828,10.344828,10.344828,10.344828,10.344828,10,9.8360653,9.8360653,9.8360653,9.8360653,9.090909,9.090909,9.090909,9.375,9.375,10.344828,10.344828,10.344828,10.344828,10.344828,10,9.8360653,9.8360653,9.8360653,9.8360653,9.090909,9.090909,9.090909,9.375,9.375,10.344828,10.344828,10.344828,10.344828,10.344828,10,9.8360653,9.8360653,9.8360653,9.8360653,9.090909,9.090909,9.090909,9.375,9.375,10.344828,10.344828,10.344828,10.344828,10.344828,10,9.8360653,9.8360653,9.8360653,9.8360653,9.090909,9.090909,9.090909,9.375,9.375,10.344828,10.344828,10.344828,10.344828,10.344828,10,9.8360653,9.8360653,9.8360653,9.8360653,9.090909,9.090909,9.090909,9.375,9.375,10.344828,10.344828,10.344828,10.344828,10.344828,10,9.8360653,9.8360653,9.8360653,9.8360653,9.090909,9.090909,9.090909,9.375,9.375,10.344828,10.344828,10.344828,10.344828,10.344828,10,9.8360653,9.8360653,9.8360653,9.8360653,9.090909,9.090909,9.090909,9.375,9.375,10.344828,10.344828,10.344828,10.344828,10.344828,10,9.8360653,9.8360653,9.8360653,9.8360653,9.090909,9.090909,9.090909,9.375,9.375,10.344828,10.344828,10.344828,10.344828,10.344828,10,9.8360653,9.8360653,9.8360653,9.8360653,9.090909,9.090909,9.090909,9.375,9.375,10.344828,10.344828,10.344828,10.344828,10.344828,10,9.8360653,9.8360653,9.8360653,9.8360653,9.090909,9.090909,9.090909,9.375,9.375,10.344828,10.344828,10.344828,10.344828,10.344828,10,9.8360653,9.8360653,9.8360653,9.8360653,9.090909,9.090909,9.090909,9.375,9.375,10.344828,10.344828,10.344828,10.344828,10.344828,10,9.8360653,9.8360653,9.8360653,9.8360653,9.090909,9.090909,9.090909,9.375,9.375,10.344828,10.344828,10.344828,10.344828,10.344828,10,9.8360653,9.8360653,9.8360653,9.8360653,9.090909,9.090909,9.090909,9.375,9.375,10.344828,10.344828,10.344828,10.344828,10.344828,10,9.8360653,9.8360653,9.8360653,9.8360653,9.090909,9.090909,9.090909,9.375,9.375,10.344828,10.344828,10.344828,10.344828,10.344828,10,9.8360653,9.8360653,9.8360653,9.8360653,9.090909,9.090909,9.090909,9.375,9.375,10.344828,10.344828,10.344828,10.344828,10.344828,10,9.8360653,9.8360653,9.8360653,9.8360653,9.090909,9.090909,9.090909,9.375,9.375,10.344828,10.344828,10.344828,10.344828,10.344828,10,9.8360653,9.8360653,9.8360653,9.8360653,9.090909,9.090909,9.090909,9.375,9.375,10.344828,10.344828,10.344828,10.344828,10.344828,10,9.8360653,9.8360653,9.8360653,9.8360653,9.090909,9.090909,9.090909,9.375,9.375,10.344828,10.344828,10.344828,10.344828,10.344828,10,9.8360653,9.8360653,9.8360653,9.8360653,9.090909,9.090909,9.090909,9.375,9.375,10.344828,10.344828,10.344828,10.344828,10.344828,10,9.8360653,9.8360653,9.8360653,9.8360653,9.090909,9.090909,9.090909,9.375,9.375,10.344828,10.344828,10.344828,10.344828,10.344828,10,9.8360653,9.8360653,9.8360653,9.8360653,9.090909,9.090909,9.090909,9.375,9.375,10.344828,10.344828,10.344828,10.344828,10.344828,10,9.8360653,9.8360653,9.8360653,9.8360653,9.090909,9.090909,9.090909,9.375,9.375,10.344828,10.344828,10.344828,10.344828,10.344828,10,9.8360653,9.8360653,9.8360653,9.8360653,9.090909,9.090909,9.090909,9.375,9.375,10.344828,10.344828,10.344828,10.344828,10.344828,10,9.8360653,9.8360653,9.8360653,9.8360653,9.090909,9.090909,9.090909,9.375,9.375,10.344828,10.344828,10.344828,10.344828,10.344828,10,9.8360653,9.8360653,9.8360653,9.8360653,9.090909,9.090909,9.090909,9.375,9.375,10.344828,10.344828,10.344828,10.344828,10.344828,10,9.8360653,9.8360653,9.8360653,9.8360653,9.090909,9.090909,9.090909,9.375,9.375,10.344828,10.344828,10.344828,10.344828,10.344828,10,9.8360653,9.8360653,9.8360653,9.8360653,9.090909,9.090909,9.090909,9.375,9.375,10.344828,10.344828,10.344828,10.344828,10.344828,10,9.8360653,9.8360653,9.8360653,9.8360653,9.090909,9.090909,9.090909,9.375,9.375,10.344828,10.344828,10.344828,10.344828,10.344828,10,9.8360653,9.8360653,9.8360653,9.8360653,9.090909,9.090909,9.090909,9.375,9.375,10.344828,10.344828,10.344828,10.344828,10.344828,10,9.8360653,9.8360653,9.8360653,9.8360653,9.090909,9.090909,9.090909,9.375,9.375,10.344828,10.344828,10.344828,10.344828,10.344828,10,9.8360653,9.8360653,9.8360653,9.8360653,9.090909,9.090909,9.090909,9.375,9.375,10.344828,10.344828,10.344828,10.344828,10.344828,10,9.8360653,9.8360653,9.8360653,9.8360653,9.090909,9.090909,9.090909,9.375,9.375,10.344828,10.344828,10.344828,10.344828,10.344828,10,9.8360653,9.8360653,9.8360653,9.8360653,9.090909,9.090909,9.090909,9.375,9.375,10.344828,10.344828,10.344828,10.344828,10.344828,10,9.8360653,9.8360653,9.8360653,9.8360653,9.090909,9.090909,9.090909,9.375,9.375,10.344828,10.344828,10.344828,10.344828,10.344828,10,9.8360653,9.8360653,9.8360653,9.8360653,9.090909,9.090909,9.090909,9.375,9.375,10.344828,10.344828,10.344828,10.344828,10.344828,10,9.8360653,9.8360653,9.8360653,9.8360653,9.090909,9.090909,9.090909,9.375,9.375,10.344828,10.344828,10.344828,10.344828,10.344828,10,9.8360653,9.8360653,9.8360653,9.8360653,9.090909,9.090909,9.090909,9.375,9.375,10.344828,10.344828,10.344828,10.344828,10.344828,10,9.8360653,9.8360653,9.8360653,9.8360653,9.090909,9.090909,9.090909,9.375,9.375,10.344828,10.344828,10.344828,10.344828,10.344828,10,9.8360653,9.8360653,9.8360653,9.8360653,9.090909,9.090909,9.090909,9.375,9.375,10.344828,10.344828,10.344828,10.344828,10.344828,10,9.8360653,9.8360653,9.8360653,9.8360653,9.090909,9.090909,9.090909,9.375,9.375,10.344828,10.344828,10.344828,10.344828,10.344828,10,9.8360653,9.8360653,9.8360653,9.8360653,9.090909,9.090909,9.090909,9.375,9.375,10.344828,10.344828,10.344828,10.344828,10.344828,10,9.8360653,9.8360653,9.8360653,9.8360653,9.090909,9.090909,9.090909,9.375,9.375,10.344828,10.344828,10.344828,10.344828,10.344828,10,9.8360653,9.8360653,9.8360653,9.8360653,9.090909,9.090909,9.090909,9.375,9.375,10.344828,10.344828,10.344828,10.344828,10.344828,10,9.8360653,9.8360653,9.8360653,9.8360653,9.090909,9.090909,9.090909,9.375,9.375,10.344828,10.344828,10.344828,10.344828,10.344828,10,9.8360653,9.8360653,9.8360653,9.8360653,9.090909,9.090909,9.090909,9.375,9.375,10.344828,10.344828,10.344828,10.344828,10.344828,10,9.8360653,9.8360653,9.8360653,9.8360653,9.090909,9.090909,9.090909,9.375,9.375,10.344828,10.344828,10.344828,10.344828,10.344828,10,9.8360653,9.8360653,9.8360653,9.8360653,9.090909,9.090909,9.090909,9.375,9.375,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,4.347826,4,4,4,4,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,4.347826,4,4,4,4,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,4.347826,4,4,4,4,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,4.347826,4,4,4,4,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,4.347826,4,4,4,4,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,4.347826,4,4,4,4,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,4.347826,4,4,4,4,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,4.347826,4,4,4,4,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,4.347826,4,4,4,4,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,4.347826,4,4,4,4,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,4.347826,4,4,4,4,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,4.347826,4,4,4,4,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,4.347826,4,4,4,4,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,4.347826,4,4,4,4,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,4.347826,4,4,4,4,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,4.347826,4,4,4,4,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,4.347826,4,4,4,4,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,4.347826,4,4,4,4,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,4.347826,4,4,4,4,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,4.347826,4,4,4,4,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,4.347826,4,4,4,4,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,4.347826,4,4,4,4,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,4.347826,4,4,4,4,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,4.347826,4,4,4,4,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,4.347826,4,4,4,4,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,4.347826,4,4,4,4,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,4.347826,4,4,4,4,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,4.347826,4,4,4,4,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,4.347826,4,4,4,4,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,4.347826,4,4,4,4,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,4.347826,4,4,4,4,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,4.347826,4,4,4,4,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,4.347826,4,4,4,4,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,4.347826,4,4,4,4,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,4.347826,4,4,4,4,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,4.347826,4,4,4,4,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,4.347826,4,4,4,4,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,4.347826,4,4,4,4,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,4.347826,4,4,4,4,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,4.347826,4,4,4,4,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,4.347826,4,4,4,4,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,4.347826,4,4,4,4,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,4.347826,4,4,4,4,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,4.347826,4,4,4,4,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,4.347826,4,4,4,4,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,4.347826,4,4,4,4,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,4.347826,4,4,4,4,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,4.347826,4,4,4,4,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,4.347826,4,4,4,4,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,4.347826,4,4,4,4,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,4.347826,4,4,4,4,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,4.347826,4,4,4,4,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,4.347826,4,4,4,4,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,4.347826,4,4,4,4,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,4.347826,4,4,4,4,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,4.347826,4,4,4,4,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,4.347826,4,4,4,4,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,4.347826,4,4,4,4,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,4.347826,4,4,4,4,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,4.347826,4,4,4,4,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,4.347826,4,4,4,4,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,4.347826,4,4,4,4,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,4.347826,4,4,4,4,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,4.347826,4,4,4,4,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,4.347826,4,4,4,4,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,4.347826,4,4,4,4,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,4.347826,4,4,4,4,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,4.347826,4,4,4,4,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,4.347826,4,4,4,4,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,4.347826,4,4,4,4,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,4.347826,4,4,4,4,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,4.347826,4,4,4,4,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,4.347826,4,4,4,4,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,4.347826,4,4,4,4,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,4.347826,4,4,4,4,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,4.347826,4,4,4,4,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,4.347826,4,4,4,4,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,4.347826,4,4,4,4,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,4.347826,4,4,4,4,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,4.347826,4,4,4,4,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,4.347826,4,4,4,4,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,4.347826,4,4,4,4,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,4.347826,4,4,4,4,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,4.347826,4,4,4,4,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,4.347826,4,4,4,4,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,4.347826,4,4,4,4,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,4.347826,4,4,4,4,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,4.347826,4,4,4,4,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,4.347826,4,4,4,4,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,4.347826,4,4,4,4,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,4.347826,4,4,4,4,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,4.347826,4,4,4,4,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,4.347826,4,4,4,4,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,4.347826,4,4,4,4,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,4.347826,4,4,4,4,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,4.347826,4,4,4,4,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,4.347826,4,4,4,4,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,4.347826,4,4,4,4,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,4.347826,4,4,4,4,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,18.181818,28.571428,33.333332,33.333332,50,50,50,50,50,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,18.181818,28.571428,33.333332,33.333332,50,50,50,50,50,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,18.181818,28.571428,33.333332,33.333332,50,50,50,50,50,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,18.181818,28.571428,33.333332,33.333332,50,50,50,50,50,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,18.181818,28.571428,33.333332,33.333332,50,50,50,50,50,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,18.181818,28.571428,33.333332,33.333332,50,50,50,50,50,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,18.181818,28.571428,33.333332,33.333332,50,50,50,50,50,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,18.181818,28.571428,33.333332,33.333332,50,50,50,50,50,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,18.181818,28.571428,33.333332,33.333332,50,50,50,50,50,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,18.181818,28.571428,33.333332,33.333332,50,50,50,50,50,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,18.181818,28.571428,33.333332,33.333332,50,50,50,50,50,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,18.181818,28.571428,33.333332,33.333332,50,50,50,50,50,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,18.181818,28.571428,33.333332,33.333332,50,50,50,50,50,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,18.181818,28.571428,33.333332,33.333332,50,50,50,50,50,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,18.181818,28.571428,33.333332,33.333332,50,50,50,50,50,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,18.181818,28.571428,33.333332,33.333332,50,50,50,50,50,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,18.181818,28.571428,33.333332,33.333332,50,50,50,50,50,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,18.181818,28.571428,33.333332,33.333332,50,50,50,50,50,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,18.181818,28.571428,33.333332,33.333332,50,50,50,50,50,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,18.181818,28.571428,33.333332,33.333332,50,50,50,50,50,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,18.181818,28.571428,33.333332,33.333332,50,50,50,50,50,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,18.181818,28.571428,33.333332,33.333332,50,50,50,50,50,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,18.181818,28.571428,33.333332,33.333332,50,50,50,50,50,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,18.181818,28.571428,33.333332,33.333332,50,50,50,50,50,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,18.181818,28.571428,33.333332,33.333332,50,50,50,50,50,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,18.181818,28.571428,33.333332,33.333332,50,50,50,50,50,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,18.181818,28.571428,33.333332,33.333332,50,50,50,50,50,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,18.181818,28.571428,33.333332,33.333332,50,50,50,50,50,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,18.181818,28.571428,33.333332,33.333332,50,50,50,50,50,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,18.181818,28.571428,33.333332,33.333332,50,50,50,50,50,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,18.181818,28.571428,33.333332,33.333332,50,50,50,50,50,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,18.181818,28.571428,33.333332,33.333332,50,50,50,50,50,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,18.181818,28.571428,33.333332,33.333332,50,50,50,50,50,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,18.181818,28.571428,33.333332,33.333332,50,50,50,50,50,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,18.181818,28.571428,33.333332,33.333332,50,50,50,50,50,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,18.181818,28.571428,33.333332,33.333332,50,50,50,50,50,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,18.181818,28.571428,33.333332,33.333332,50,50,50,50,50,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,18.181818,28.571428,33.333332,33.333332,50,50,50,50,50,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,18.181818,28.571428,33.333332,33.333332,50,50,50,50,50,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,18.181818,28.571428,33.333332,33.333332,50,50,50,50,50,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,18.181818,28.571428,33.333332,33.333332,50,50,50,50,50,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,18.181818,28.571428,33.333332,33.333332,50,50,50,50,50,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,18.181818,28.571428,33.333332,33.333332,50,50,50,50,50,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,18.181818,28.571428,33.333332,33.333332,50,50,50,50,50,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,18.181818,28.571428,33.333332,33.333332,50,50,50,50,50,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,18.181818,28.571428,33.333332,33.333332,50,50,50,50,50,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,18.181818,28.571428,33.333332,33.333332,50,50,50,50,50,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,18.181818,28.571428,33.333332,33.333332,50,50,50,50,50,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,18.181818,28.571428,33.333332,33.333332,50,50,50,50,50,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,18.181818,28.571428,33.333332,33.333332,50,50,50,50,50,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,18.181818,28.571428,33.333332,33.333332,50,50,50,50,50,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,18.181818,28.571428,33.333332,33.333332,50,50,50,50,50,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,18.181818,28.571428,33.333332,33.333332,50,50,50,50,50,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,18.181818,28.571428,33.333332,33.333332,50,50,50,50,50,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,18.181818,28.571428,33.333332,33.333332,50,50,50,50,50,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,18.181818,28.571428,33.333332,33.333332,50,50,50,50,50,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,18.181818,28.571428,33.333332,33.333332,50,50,50,50,50,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,18.181818,28.571428,33.333332,33.333332,50,50,50,50,50,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,18.181818,28.571428,33.333332,33.333332,50,50,50,50,50,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,18.181818,28.571428,33.333332,33.333332,50,50,50,50,50,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,18.181818,28.571428,33.333332,33.333332,50,50,50,50,50,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,18.181818,28.571428,33.333332,33.333332,50,50,50,50,50,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,18.181818,28.571428,33.333332,33.333332,50,50,50,50,50,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,18.181818,28.571428,33.333332,33.333332,50,50,50,50,50,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,18.181818,28.571428,33.333332,33.333332,50,50,50,50,50,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,18.181818,28.571428,33.333332,33.333332,50,50,50,50,50,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,18.181818,28.571428,33.333332,33.333332,50,50,50,50,50,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,18.181818,28.571428,33.333332,33.333332,50,50,50,50,50,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,18.181818,28.571428,33.333332,33.333332,50,50,50,50,50,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,18.181818,28.571428,33.333332,33.333332,50,50,50,50,50,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,18.181818,28.571428,33.333332,33.333332,50,50,50,50,50,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,18.181818,28.571428,33.333332,33.333332,50,50,50,50,50,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,18.181818,28.571428,33.333332,33.333332,50,50,50,50,50,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,18.181818,28.571428,33.333332,33.333332,50,50,50,50,50,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,18.181818,28.571428,33.333332,33.333332,50,50,50,50,50,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,18.181818,28.571428,33.333332,33.333332,50,50,50,50,50,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,18.181818,28.571428,33.333332,33.333332,50,50,50,50,50,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,18.181818,28.571428,33.333332,33.333332,50,50,50,50,50,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,18.181818,28.571428,33.333332,33.333332,50,50,50,50,50,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,18.181818,28.571428,33.333332,33.333332,50,50,50,50,50,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,18.181818,28.571428,33.333332,33.333332,50,50,50,50,50,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,18.181818,28.571428,33.333332,33.333332,50,50,50,50,50,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,18.181818,28.571428,33.333332,33.333332,50,50,50,50,50,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,18.181818,28.571428,33.333332,33.333332,50,50,50,50,50,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,18.181818,28.571428,33.333332,33.333332,50,50,50,50,50,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,18.181818,28.571428,33.333332,33.333332,50,50,50,50,50,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,18.181818,28.571428,33.333332,33.333332,50,50,50,50,50,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,18.181818,28.571428,33.333332,33.333332,50,50,50,50,50,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,18.181818,28.571428,33.333332,33.333332,50,50,50,50,50,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,18.181818,28.571428,33.333332,33.333332,50,50,50,50,50,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,18.181818,28.571428,33.333332,33.333332,50,50,50,50,50,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,18.181818,28.571428,33.333332,33.333332,50,50,50,50,50,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,18.181818,28.571428,33.333332,33.333332,50,50,50,50,50,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,18.181818,28.571428,33.333332,33.333332,50,50,50,50,50,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,18.181818,28.571428,33.333332,33.333332,50,50,50,50,50,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,18.181818,28.571428,33.333332,33.333332,50,50,50,50,50,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,18.181818,28.571428,33.333332,33.333332,50,50,50,50,50,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,18.181818,28.571428,33.333332,33.333332,50,50,50,50,50,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,18.181818,28.571428,33.333332,33.333332,50,50,50,50,50,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,18.181818,28.571428,33.333332,33.333332,50,50,50,50,50,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,18.181818,28.571428,33.333332,33.333332,50,50,50,50,50,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,18.181818,28.571428,33.333332,33.333332,50,50,50,50,50,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,18.181818,28.571428,33.333332,33.333332,50,50,50,50,50,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,18.181818,28.571428,33.333332,33.333332,50,50,50,50,50,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,18.181818,28.571428,33.333332,33.333332,50,50,50,50,50,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,8.1632652,8.1632652,8,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10.714286,10.714286,12.280702,12.280702,11.111111,11.111111,8.1632652,8.1632652,8,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10.714286,10.714286,12.280702,12.280702,11.111111,11.111111,8.1632652,8.1632652,8,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10.714286,10.714286,12.280702,12.280702,11.111111,11.111111,8.1632652,8.1632652,8,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10.714286,10.714286,12.280702,12.280702,11.111111,11.111111,8.1632652,8.1632652,8,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10.714286,10.714286,12.280702,12.280702,11.111111,11.111111,8.1632652,8.1632652,8,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10.714286,10.714286,12.280702,12.280702,11.111111,11.111111,8.1632652,8.1632652,8,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10.714286,10.714286,12.280702,12.280702,11.111111,11.111111,8.1632652,8.1632652,8,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10.714286,10.714286,12.280702,12.280702,11.111111,11.111111,8.1632652,8.1632652,8,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10.714286,10.714286,12.280702,12.280702,11.111111,11.111111,8.1632652,8.1632652,8,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10.714286,10.714286,12.280702,12.280702,11.111111,11.111111,8.1632652,8.1632652,8,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10.714286,10.714286,12.280702,12.280702,11.111111,11.111111,8.1632652,8.1632652,8,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10.714286,10.714286,12.280702,12.280702,11.111111,11.111111,8.1632652,8.1632652,8,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10.714286,10.714286,12.280702,12.280702,11.111111,11.111111,8.1632652,8.1632652,8,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10.714286,10.714286,12.280702,12.280702,11.111111,11.111111,8.1632652,8.1632652,8,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10.714286,10.714286,12.280702,12.280702,11.111111,11.111111,8.1632652,8.1632652,8,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10.714286,10.714286,12.280702,12.280702,11.111111,11.111111,8.1632652,8.1632652,8,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10.714286,10.714286,12.280702,12.280702,11.111111,11.111111,8.1632652,8.1632652,8,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10.714286,10.714286,12.280702,12.280702,11.111111,11.111111,8.1632652,8.1632652,8,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10.714286,10.714286,12.280702,12.280702,11.111111,11.111111,8.1632652,8.1632652,8,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10.714286,10.714286,12.280702,12.280702,11.111111,11.111111,8.1632652,8.1632652,8,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10.714286,10.714286,12.280702,12.280702,11.111111,11.111111,8.1632652,8.1632652,8,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10.714286,10.714286,12.280702,12.280702,11.111111,11.111111,8.1632652,8.1632652,8,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10.714286,10.714286,12.280702,12.280702,11.111111,11.111111,8.1632652,8.1632652,8,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10.714286,10.714286,12.280702,12.280702,11.111111,11.111111,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,10,10,10,11.111111,11.111111,11.111111,12.5,12.5,12.5,12.5,12.5,16.666666,16.666666,20,20,10,10,10,11.111111,11.111111,11.111111,12.5,12.5,12.5,12.5,12.5,16.666666,16.666666,20,20,10,10,10,11.111111,11.111111,11.111111,12.5,12.5,12.5,12.5,12.5,16.666666,16.666666,20,20,10,10,10,11.111111,11.111111,11.111111,12.5,12.5,12.5,12.5,12.5,16.666666,16.666666,20,20,10,10,10,11.111111,11.111111,11.111111,12.5,12.5,12.5,12.5,12.5,16.666666,16.666666,20,20,10,10,10,11.111111,11.111111,11.111111,12.5,12.5,12.5,12.5,12.5,16.666666,16.666666,20,20,10,10,10,11.111111,11.111111,11.111111,12.5,12.5,12.5,12.5,12.5,16.666666,16.666666,20,20,10,10,10,11.111111,11.111111,11.111111,12.5,12.5,12.5,12.5,12.5,16.666666,16.666666,20,20,10,10,10,11.111111,11.111111,11.111111,12.5,12.5,12.5,12.5,12.5,16.666666,16.666666,20,20,10,10,10,11.111111,11.111111,11.111111,12.5,12.5,12.5,12.5,12.5,16.666666,16.666666,20,20,10,10,10,11.111111,11.111111,11.111111,12.5,12.5,12.5,12.5,12.5,16.666666,16.666666,20,20,10,10,10,11.111111,11.111111,11.111111,12.5,12.5,12.5,12.5,12.5,16.666666,16.666666,20,20,10,10,10,11.111111,11.111111,11.111111,12.5,12.5,12.5,12.5,12.5,16.666666,16.666666,20,20,10,10,10,11.111111,11.111111,11.111111,12.5,12.5,12.5,12.5,12.5,16.666666,16.666666,20,20,10,10,10,11.111111,11.111111,11.111111,12.5,12.5,12.5,12.5,12.5,16.666666,16.666666,20,20,10,10,10,11.111111,11.111111,11.111111,12.5,12.5,12.5,12.5,12.5,16.666666,16.666666,20,20,10,10,10,11.111111,11.111111,11.111111,12.5,12.5,12.5,12.5,12.5,16.666666,16.666666,20,20,10,10,10,11.111111,11.111111,11.111111,12.5,12.5,12.5,12.5,12.5,16.666666,16.666666,20,20,10,10,10,11.111111,11.111111,11.111111,12.5,12.5,12.5,12.5,12.5,16.666666,16.666666,20,20,10,10,10,11.111111,11.111111,11.111111,12.5,12.5,12.5,12.5,12.5,16.666666,16.666666,20,20,10,10,10,11.111111,11.111111,11.111111,12.5,12.5,12.5,12.5,12.5,16.666666,16.666666,20,20,10,10,10,11.111111,11.111111,11.111111,12.5,12.5,12.5,12.5,12.5,16.666666,16.666666,20,20,10,10,10,11.111111,11.111111,11.111111,12.5,12.5,12.5,12.5,12.5,16.666666,16.666666,20,20,10,10,10,11.111111,11.111111,11.111111,12.5,12.5,12.5,12.5,12.5,16.666666,16.666666,20,20,10,10,10,11.111111,11.111111,11.111111,12.5,12.5,12.5,12.5,12.5,16.666666,16.666666,20,20,10,10,10,11.111111,11.111111,11.111111,12.5,12.5,12.5,12.5,12.5,16.666666,16.666666,20,20,10,10,10,11.111111,11.111111,11.111111,12.5,12.5,12.5,12.5,12.5,16.666666,16.666666,20,20,10,10,10,11.111111,11.111111,11.111111,12.5,12.5,12.5,12.5,12.5,16.666666,16.666666,20,20,10,10,10,11.111111,11.111111,11.111111,12.5,12.5,12.5,12.5,12.5,16.666666,16.666666,20,20,10,10,10,11.111111,11.111111,11.111111,12.5,12.5,12.5,12.5,12.5,16.666666,16.666666,20,20,10,10,10,11.111111,11.111111,11.111111,12.5,12.5,12.5,12.5,12.5,16.666666,16.666666,20,20,10,10,10,11.111111,11.111111,11.111111,12.5,12.5,12.5,12.5,12.5,16.666666,16.666666,20,20,10,10,10,11.111111,11.111111,11.111111,12.5,12.5,12.5,12.5,12.5,16.666666,16.666666,20,20,10,10,10,11.111111,11.111111,11.111111,12.5,12.5,12.5,12.5,12.5,16.666666,16.666666,20,20,10,10,10,11.111111,11.111111,11.111111,12.5,12.5,12.5,12.5,12.5,16.666666,16.666666,20,20,10,10,10,11.111111,11.111111,11.111111,12.5,12.5,12.5,12.5,12.5,16.666666,16.666666,20,20,10,10,10,11.111111,11.111111,11.111111,12.5,12.5,12.5,12.5,12.5,16.666666,16.666666,20,20,10,10,10,11.111111,11.111111,11.111111,12.5,12.5,12.5,12.5,12.5,16.666666,16.666666,20,20,10,10,10,11.111111,11.111111,11.111111,12.5,12.5,12.5,12.5,12.5,16.666666,16.666666,20,20,10,10,10,11.111111,11.111111,11.111111,12.5,12.5,12.5,12.5,12.5,16.666666,16.666666,20,20,10,10,10,11.111111,11.111111,11.111111,12.5,12.5,12.5,12.5,12.5,16.666666,16.666666,20,20,10,10,10,11.111111,11.111111,11.111111,12.5,12.5,12.5,12.5,12.5,16.666666,16.666666,20,20,10,10,10,11.111111,11.111111,11.111111,12.5,12.5,12.5,12.5,12.5,16.666666,16.666666,20,20,10,10,10,11.111111,11.111111,11.111111,12.5,12.5,12.5,12.5,12.5,16.666666,16.666666,20,20,10,10,10,11.111111,11.111111,11.111111,12.5,12.5,12.5,12.5,12.5,16.666666,16.666666,20,20,10,10,10,11.111111,11.111111,11.111111,12.5,12.5,12.5,12.5,12.5,16.666666,16.666666,20,20,10,10,10,11.111111,11.111111,11.111111,12.5,12.5,12.5,12.5,12.5,16.666666,16.666666,20,20,10,10,10,11.111111,11.111111,11.111111,12.5,12.5,12.5,12.5,12.5,16.666666,16.666666,20,20,10,10,10,11.111111,11.111111,11.111111,12.5,12.5,12.5,12.5,12.5,16.666666,16.666666,20,20,10,10,10,11.111111,11.111111,11.111111,12.5,12.5,12.5,12.5,12.5,16.666666,16.666666,20,20,10,10,10,11.111111,11.111111,11.111111,12.5,12.5,12.5,12.5,12.5,16.666666,16.666666,20,20,10,10,10,11.111111,11.111111,11.111111,12.5,12.5,12.5,12.5,12.5,16.666666,16.666666,20,20,10,10,10,11.111111,11.111111,11.111111,12.5,12.5,12.5,12.5,12.5,16.666666,16.666666,20,20,10,10,10,11.111111,11.111111,11.111111,12.5,12.5,12.5,12.5,12.5,16.666666,16.666666,20,20,10,10,10,11.111111,11.111111,11.111111,12.5,12.5,12.5,12.5,12.5,16.666666,16.666666,20,20,10,10,10,11.111111,11.111111,11.111111,12.5,12.5,12.5,12.5,12.5,16.666666,16.666666,20,20,10,10,10,11.111111,11.111111,11.111111,12.5,12.5,12.5,12.5,12.5,16.666666,16.666666,20,20,10,10,10,11.111111,11.111111,11.111111,12.5,12.5,12.5,12.5,12.5,16.666666,16.666666,20,20,10,10,10,11.111111,11.111111,11.111111,12.5,12.5,12.5,12.5,12.5,16.666666,16.666666,20,20,10,10,10,11.111111,11.111111,11.111111,12.5,12.5,12.5,12.5,12.5,16.666666,16.666666,20,20,10,10,10,11.111111,11.111111,11.111111,12.5,12.5,12.5,12.5,12.5,16.666666,16.666666,20,20,10,10,10,11.111111,11.111111,11.111111,12.5,12.5,12.5,12.5,12.5,16.666666,16.666666,20,20,10,10,10,11.111111,11.111111,11.111111,12.5,12.5,12.5,12.5,12.5,16.666666,16.666666,20,20,10,10,10,11.111111,11.111111,11.111111,12.5,12.5,12.5,12.5,12.5,16.666666,16.666666,20,20,10,10,10,11.111111,11.111111,11.111111,12.5,12.5,12.5,12.5,12.5,16.666666,16.666666,20,20,10,10,10,11.111111,11.111111,11.111111,12.5,12.5,12.5,12.5,12.5,16.666666,16.666666,20,20,10,10,10,11.111111,11.111111,11.111111,12.5,12.5,12.5,12.5,12.5,16.666666,16.666666,20,20,10,10,10,11.111111,11.111111,11.111111,12.5,12.5,12.5,12.5,12.5,16.666666,16.666666,20,20,10,10,10,11.111111,11.111111,11.111111,12.5,12.5,12.5,12.5,12.5,16.666666,16.666666,20,20,10,10,10,11.111111,11.111111,11.111111,12.5,12.5,12.5,12.5,12.5,16.666666,16.666666,20,20,10,10,10,11.111111,11.111111,11.111111,12.5,12.5,12.5,12.5,12.5,16.666666,16.666666,20,20,10,10,10,11.111111,11.111111,11.111111,12.5,12.5,12.5,12.5,12.5,16.666666,16.666666,20,20,10,10,10,11.111111,11.111111,11.111111,12.5,12.5,12.5,12.5,12.5,16.666666,16.666666,20,20,10,10,10,11.111111,11.111111,11.111111,12.5,12.5,12.5,12.5,12.5,16.666666,16.666666,20,20,10,10,10,11.111111,11.111111,11.111111,12.5,12.5,12.5,12.5,12.5,16.666666,16.666666,20,20,10,10,10,11.111111,11.111111,11.111111,12.5,12.5,12.5,12.5,12.5,16.666666,16.666666,20,20,10,10,10,11.111111,11.111111,11.111111,12.5,12.5,12.5,12.5,12.5,16.666666,16.666666,20,20,10,10,10,11.111111,11.111111,11.111111,12.5,12.5,12.5,12.5,12.5,16.666666,16.666666,20,20,10,10,10,11.111111,11.111111,11.111111,12.5,12.5,12.5,12.5,12.5,16.666666,16.666666,20,20,10,10,10,11.111111,11.111111,11.111111,12.5,12.5,12.5,12.5,12.5,16.666666,16.666666,20,20,10,10,10,11.111111,11.111111,11.111111,12.5,12.5,12.5,12.5,12.5,16.666666,16.666666,20,20,10,10,10,11.111111,11.111111,11.111111,12.5,12.5,12.5,12.5,12.5,16.666666,16.666666,20,20,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,25,25,25,25,25,25,25,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,25,25,25,25,25,25,25,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,25,25,25,25,25,25,25,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,25,25,25,25,25,25,25,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,25,25,25,25,25,25,25,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,25,25,25,25,25,25,25,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,25,25,25,25,25,25,25,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,25,25,25,25,25,25,25,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,25,25,25,25,25,25,25,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,25,25,25,25,25,25,25,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,25,25,25,25,25,25,25,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,25,25,25,25,25,25,25,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,25,25,25,25,25,25,25,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,25,25,25,25,25,25,25,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,25,25,25,25,25,25,25,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,25,25,25,25,25,25,25,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,25,25,25,25,25,25,25,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,25,25,25,25,25,25,25,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,25,25,25,25,25,25,25,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,25,25,25,25,25,25,25,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,25,25,25,25,25,25,25,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,25,25,25,25,25,25,25,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,25,25,25,25,25,25,25,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,25,25,25,25,25,25,25,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,25,25,25,25,25,25,25,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,25,25,25,25,25,25,25,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,25,25,25,25,25,25,25,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,25,25,25,25,25,25,25,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,25,25,25,25,25,25,25,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,25,25,25,25,25,25,25,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,25,25,25,25,25,25,25,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,25,25,25,25,25,25,25,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,25,25,25,25,25,25,25,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,25,25,25,25,25,25,25,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,25,25,25,25,25,25,25,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,25,25,25,25,25,25,25,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,25,25,25,25,25,25,25,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,25,25,25,25,25,25,25,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,25,25,25,25,25,25,25,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,25,25,25,25,25,25,25,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,25,25,25,25,25,25,25,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,25,25,25,25,25,25,25,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,25,25,25,25,25,25,25,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,25,25,25,25,25,25,25,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,25,25,25,25,25,25,25,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,25,25,25,25,25,25,25,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,25,25,25,25,25,25,25,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,25,25,25,25,25,25,25,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,25,25,25,25,25,25,25,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,25,25,25,25,25,25,25,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,25,25,25,25,25,25,25,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,25,25,25,25,25,25,25,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,25,25,25,25,25,25,25,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,25,25,25,25,25,25,25,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,25,25,25,25,25,25,25,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,25,25,25,25,25,25,25,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,25,25,25,25,25,25,25,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,25,25,25,25,25,25,25,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,25,25,25,25,25,25,25,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,25,25,25,25,25,25,25,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,25,25,25,25,25,25,25,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,25,25,25,25,25,25,25,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,25,25,25,25,25,25,25,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,25,25,25,25,25,25,25,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,25,25,25,25,25,25,25,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,25,25,25,25,25,25,25,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,25,25,25,25,25,25,25,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,25,25,25,25,25,25,25,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,25,25,25,25,25,25,25,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,25,25,25,25,25,25,25,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,25,25,25,25,25,25,25,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,25,25,25,25,25,25,25,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,25,25,25,25,25,25,25,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,25,25,25,25,25,25,25,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,25,25,25,25,25,25,25,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,25,25,25,25,25,25,25,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,25,25,25,25,25,25,25,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,25,25,25,25,25,25,25,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,25,25,25,25,25,25,25,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,25,25,25,25,25,25,25,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,25,25,25,25,25,25,25,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,25,25,25,25,25,25,25,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,25,25,25,25,25,25,25,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,25,25,25,25,25,25,25,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,25,25,25,25,25,25,25,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,25,25,25,25,25,25,25,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,25,25,25,25,25,25,25,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,25,25,25,25,25,25,25,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,25,25,25,25,25,25,25,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,25,25,25,25,25,25,25,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,25,25,25,25,25,25,25,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,25,25,25,25,25,25,25,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,25,25,25,25,25,25,25,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,25,25,25,25,25,25,25,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,25,25,25,25,25,25,25,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,25,25,25,25,25,25,25,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,25,25,25,25,25,25,25,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,25,25,25,25,25,25,25,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,25,25,25,25,25,25,25,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,25,25,25,25,25,25,25,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,25,25,25,25,25,25,25,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,25,25,25,25,25,25,25,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,25,25,25,25,25,25,25,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,25,25,25,25,25,25,25,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,25,25,25,25,25,25,25,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,25,25,25,25,25,25,25,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,25,25,25,25,25,25,25,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,25,25,25,25,25,25,25,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,25,25,25,25,25,25,25,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,25,25,25,25,25,25,25,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,25,25,25,25,25,25,25,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,25,25,25,25,25,25,25,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,25,25,25,25,25,25,25,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,25,25,25,25,25,25,25,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,25,25,25,25,25,25,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4.5454545,4.5454545,4.5454545,4.5454545,4.347826,4.347826,4.347826,4.7619047,4.7619047,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.347826,4.347826,4.347826,4.7619047,4.7619047,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.347826,4.347826,4.347826,4.7619047,4.7619047,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.347826,4.347826,4.347826,4.7619047,4.7619047,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.347826,4.347826,4.347826,4.7619047,4.7619047,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.347826,4.347826,4.347826,4.7619047,4.7619047,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.347826,4.347826,4.347826,4.7619047,4.7619047,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.347826,4.347826,4.347826,4.7619047,4.7619047,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.347826,4.347826,4.347826,4.7619047,4.7619047,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.347826,4.347826,4.347826,4.7619047,4.7619047,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.347826,4.347826,4.347826,4.7619047,4.7619047,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.347826,4.347826,4.347826,4.7619047,4.7619047,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.347826,4.347826,4.347826,4.7619047,4.7619047,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.347826,4.347826,4.347826,4.7619047,4.7619047,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.347826,4.347826,4.347826,4.7619047,4.7619047,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.347826,4.347826,4.347826,4.7619047,4.7619047,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.347826,4.347826,4.347826,4.7619047,4.7619047,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.347826,4.347826,4.347826,4.7619047,4.7619047,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.347826,4.347826,4.347826,4.7619047,4.7619047,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.347826,4.347826,4.347826,4.7619047,4.7619047,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.347826,4.347826,4.347826,4.7619047,4.7619047,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.347826,4.347826,4.347826,4.7619047,4.7619047,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.347826,4.347826,4.347826,4.7619047,4.7619047,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.347826,4.347826,4.347826,4.7619047,4.7619047,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.347826,4.347826,4.347826,4.7619047,4.7619047,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.347826,4.347826,4.347826,4.7619047,4.7619047,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.347826,4.347826,4.347826,4.7619047,4.7619047,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.347826,4.347826,4.347826,4.7619047,4.7619047,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.347826,4.347826,4.347826,4.7619047,4.7619047,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.347826,4.347826,4.347826,4.7619047,4.7619047,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.347826,4.347826,4.347826,4.7619047,4.7619047,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.347826,4.347826,4.347826,4.7619047,4.7619047,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.347826,4.347826,4.347826,4.7619047,4.7619047,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.347826,4.347826,4.347826,4.7619047,4.7619047,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.347826,4.347826,4.347826,4.7619047,4.7619047,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.347826,4.347826,4.347826,4.7619047,4.7619047,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.347826,4.347826,4.347826,4.7619047,4.7619047,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.347826,4.347826,4.347826,4.7619047,4.7619047,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.347826,4.347826,4.347826,4.7619047,4.7619047,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.347826,4.347826,4.347826,4.7619047,4.7619047,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.347826,4.347826,4.347826,4.7619047,4.7619047,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.347826,4.347826,4.347826,4.7619047,4.7619047,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.347826,4.347826,4.347826,4.7619047,4.7619047,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.347826,4.347826,4.347826,4.7619047,4.7619047,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.347826,4.347826,4.347826,4.7619047,4.7619047,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.347826,4.347826,4.347826,4.7619047,4.7619047,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.347826,4.347826,4.347826,4.7619047,4.7619047,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.347826,4.347826,4.347826,4.7619047,4.7619047,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.347826,4.347826,4.347826,4.7619047,4.7619047,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.347826,4.347826,4.347826,4.7619047,4.7619047,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.347826,4.347826,4.347826,4.7619047,4.7619047,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.347826,4.347826,4.347826,4.7619047,4.7619047,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.347826,4.347826,4.347826,4.7619047,4.7619047,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.347826,4.347826,4.347826,4.7619047,4.7619047,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.347826,4.347826,4.347826,4.7619047,4.7619047,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.347826,4.347826,4.347826,4.7619047,4.7619047,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.347826,4.347826,4.347826,4.7619047,4.7619047,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.347826,4.347826,4.347826,4.7619047,4.7619047,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.347826,4.347826,4.347826,4.7619047,4.7619047,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.347826,4.347826,4.347826,4.7619047,4.7619047,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.347826,4.347826,4.347826,4.7619047,4.7619047,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.347826,4.347826,4.347826,4.7619047,4.7619047,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.347826,4.347826,4.347826,4.7619047,4.7619047,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.347826,4.347826,4.347826,4.7619047,4.7619047,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.347826,4.347826,4.347826,4.7619047,4.7619047,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.347826,4.347826,4.347826,4.7619047,4.7619047,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.347826,4.347826,4.347826,4.7619047,4.7619047,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.347826,4.347826,4.347826,4.7619047,4.7619047,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.347826,4.347826,4.347826,4.7619047,4.7619047,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.347826,4.347826,4.347826,4.7619047,4.7619047,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.347826,4.347826,4.347826,4.7619047,4.7619047,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.347826,4.347826,4.347826,4.7619047,4.7619047,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.347826,4.347826,4.347826,4.7619047,4.7619047,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.347826,4.347826,4.347826,4.7619047,4.7619047,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.347826,4.347826,4.347826,4.7619047,4.7619047,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.347826,4.347826,4.347826,4.7619047,4.7619047,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.347826,4.347826,4.347826,4.7619047,4.7619047,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.347826,4.347826,4.347826,4.7619047,4.7619047,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.347826,4.347826,4.347826,4.7619047,4.7619047,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.347826,4.347826,4.347826,4.7619047,4.7619047,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.347826,4.347826,4.347826,4.7619047,4.7619047,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.347826,4.347826,4.347826,4.7619047,4.7619047,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.347826,4.347826,4.347826,4.7619047,4.7619047,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.347826,4.347826,4.347826,4.7619047,4.7619047,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.347826,4.347826,4.347826,4.7619047,4.7619047,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.347826,4.347826,4.347826,4.7619047,4.7619047,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.347826,4.347826,4.347826,4.7619047,4.7619047,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.347826,4.347826,4.347826,4.7619047,4.7619047,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.347826,4.347826,4.347826,4.7619047,4.7619047,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.347826,4.347826,4.347826,4.7619047,4.7619047,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.347826,4.347826,4.347826,4.7619047,4.7619047,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.347826,4.347826,4.347826,4.7619047,4.7619047,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.347826,4.347826,4.347826,4.7619047,4.7619047,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,4.5454545,14.285714,14.285714,14.285714,30,30,30,30,30,30,30,30,27.272728,27.272728,27.272728,27.272728,14.285714,14.285714,14.285714,30,30,30,30,30,30,30,30,27.272728,27.272728,27.272728,27.272728,14.285714,14.285714,14.285714,30,30,30,30,30,30,30,30,27.272728,27.272728,27.272728,27.272728,14.285714,14.285714,14.285714,30,30,30,30,30,30,30,30,27.272728,27.272728,27.272728,27.272728,14.285714,14.285714,14.285714,30,30,30,30,30,30,30,30,27.272728,27.272728,27.272728,27.272728,14.285714,14.285714,14.285714,30,30,30,30,30,30,30,30,27.272728,27.272728,27.272728,27.272728,14.285714,14.285714,14.285714,30,30,30,30,30,30,30,30,27.272728,27.272728,27.272728,27.272728,14.285714,14.285714,14.285714,30,30,30,30,30,30,30,30,27.272728,27.272728,27.272728,27.272728,14.285714,14.285714,14.285714,30,30,30,30,30,30,30,30,27.272728,27.272728,27.272728,27.272728,14.285714,14.285714,14.285714,30,30,30,30,30,30,30,30,27.272728,27.272728,27.272728,27.272728,14.285714,14.285714,14.285714,30,30,30,30,30,30,30,30,27.272728,27.272728,27.272728,27.272728,14.285714,14.285714,14.285714,30,30,30,30,30,30,30,30,27.272728,27.272728,27.272728,27.272728,14.285714,14.285714,14.285714,30,30,30,30,30,30,30,30,27.272728,27.272728,27.272728,27.272728,14.285714,14.285714,14.285714,30,30,30,30,30,30,30,30,27.272728,27.272728,27.272728,27.272728,14.285714,14.285714,14.285714,30,30,30,30,30,30,30,30,27.272728,27.272728,27.272728,27.272728,14.285714,14.285714,14.285714,30,30,30,30,30,30,30,30,27.272728,27.272728,27.272728,27.272728,14.285714,14.285714,14.285714,30,30,30,30,30,30,30,30,27.272728,27.272728,27.272728,27.272728,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7.4074073,7.1428571,7.0175438,7.0175438,6.3492064,6.3492064,6.3492064,6.3492064,6.060606,6.060606,5.970149,5.970149,5.970149,5.970149,5.970149,7.4074073,7.1428571,7.0175438,7.0175438,6.3492064,6.3492064,6.3492064,6.3492064,6.060606,6.060606,5.970149,5.970149,5.970149,5.970149,5.970149,7.4074073,7.1428571,7.0175438,7.0175438,6.3492064,6.3492064,6.3492064,6.3492064,6.060606,6.060606,5.970149,5.970149,5.970149,5.970149,5.970149,7.4074073,7.1428571,7.0175438,7.0175438,6.3492064,6.3492064,6.3492064,6.3492064,6.060606,6.060606,5.970149,5.970149,5.970149,5.970149,5.970149,7.4074073,7.1428571,7.0175438,7.0175438,6.3492064,6.3492064,6.3492064,6.3492064,6.060606,6.060606,5.970149,5.970149,5.970149,5.970149,5.970149,7.4074073,7.1428571,7.0175438,7.0175438,6.3492064,6.3492064,6.3492064,6.3492064,6.060606,6.060606,5.970149,5.970149,5.970149,5.970149,5.970149,7.4074073,7.1428571,7.0175438,7.0175438,6.3492064,6.3492064,6.3492064,6.3492064,6.060606,6.060606,5.970149,5.970149,5.970149,5.970149,5.970149,7.4074073,7.1428571,7.0175438,7.0175438,6.3492064,6.3492064,6.3492064,6.3492064,6.060606,6.060606,5.970149,5.970149,5.970149,5.970149,5.970149,7.4074073,7.1428571,7.0175438,7.0175438,6.3492064,6.3492064,6.3492064,6.3492064,6.060606,6.060606,5.970149,5.970149,5.970149,5.970149,5.970149,7.4074073,7.1428571,7.0175438,7.0175438,6.3492064,6.3492064,6.3492064,6.3492064,6.060606,6.060606,5.970149,5.970149,5.970149,5.970149,5.970149,7.4074073,7.1428571,7.0175438,7.0175438,6.3492064,6.3492064,6.3492064,6.3492064,6.060606,6.060606,5.970149,5.970149,5.970149,5.970149,5.970149,7.4074073,7.1428571,7.0175438,7.0175438,6.3492064,6.3492064,6.3492064,6.3492064,6.060606,6.060606,5.970149,5.970149,5.970149,5.970149,5.970149,7.4074073,7.1428571,7.0175438,7.0175438,6.3492064,6.3492064,6.3492064,6.3492064,6.060606,6.060606,5.970149,5.970149,5.970149,5.970149,5.970149,7.4074073,7.1428571,7.0175438,7.0175438,6.3492064,6.3492064,6.3492064,6.3492064,6.060606,6.060606,5.970149,5.970149,5.970149,5.970149,5.970149,7.4074073,7.1428571,7.0175438,7.0175438,6.3492064,6.3492064,6.3492064,6.3492064,6.060606,6.060606,5.970149,5.970149,5.970149,5.970149,5.970149,7.4074073,7.1428571,7.0175438,7.0175438,6.3492064,6.3492064,6.3492064,6.3492064,6.060606,6.060606,5.970149,5.970149,5.970149,5.970149,5.970149,7.4074073,7.1428571,7.0175438,7.0175438,6.3492064,6.3492064,6.3492064,6.3492064,6.060606,6.060606,5.970149,5.970149,5.970149,5.970149,5.970149,7.4074073,7.1428571,7.0175438,7.0175438,6.3492064,6.3492064,6.3492064,6.3492064,6.060606,6.060606,5.970149,5.970149,5.970149,5.970149,5.970149,7.4074073,7.1428571,7.0175438,7.0175438,6.3492064,6.3492064,6.3492064,6.3492064,6.060606,6.060606,5.970149,5.970149,5.970149,5.970149,5.970149,7.4074073,7.1428571,7.0175438,7.0175438,6.3492064,6.3492064,6.3492064,6.3492064,6.060606,6.060606,5.970149,5.970149,5.970149,5.970149,5.970149,7.4074073,7.1428571,7.0175438,7.0175438,6.3492064,6.3492064,6.3492064,6.3492064,6.060606,6.060606,5.970149,5.970149,5.970149,5.970149,5.970149,9.090909,20,20,14.285714,10,10,10,10,10,10,10,10,10,10,10,9.090909,20,20,14.285714,10,10,10,10,10,10,10,10,10,10,10,9.090909,20,20,14.285714,10,10,10,10,10,10,10,10,10,10,10,9.090909,20,20,14.285714,10,10,10,10,10,10,10,10,10,10,10,9.090909,20,20,14.285714,10,10,10,10,10,10,10,10,10,10,10,9.090909,20,20,14.285714,10,10,10,10,10,10,10,10,10,10,10,9.090909,20,20,14.285714,10,10,10,10,10,10,10,10,10,10,10,9.090909,20,20,14.285714,10,10,10,10,10,10,10,10,10,10,10,9.090909,20,20,14.285714,10,10,10,10,10,10,10,10,10,10,10,9.090909,20,20,14.285714,10,10,10,10,10,10,10,10,10,10,10,9.090909,20,20,14.285714,10,10,10,10,10,10,10,10,10,10,10,9.090909,20,20,14.285714,10,10,10,10,10,10,10,10,10,10,10,9.090909,20,20,14.285714,10,10,10,10,10,10,10,10,10,10,10,9.090909,20,20,14.285714,10,10,10,10,10,10,10,10,10,10,10,9.090909,20,20,14.285714,10,10,10,10,10,10,10,10,10,10,10,9.090909,20,20,14.285714,10,10,10,10,10,10,10,10,10,10,10,9.090909,20,20,14.285714,10,10,10,10,10,10,10,10,10,10,10,9.090909,20,20,14.285714,10,10,10,10,10,10,10,10,10,10,10,9.090909,20,20,14.285714,10,10,10,10,10,10,10,10,10,10,10,9.090909,20,20,14.285714,10,10,10,10,10,10,10,10,10,10,10,9.090909,20,20,14.285714,10,10,10,10,10,10,10,10,10,10,10,9.090909,20,20,14.285714,10,10,10,10,10,10,10,10,10,10,10,9.090909,20,20,14.285714,10,10,10,10,10,10,10,10,10,10,10,9.090909,20,20,14.285714,10,10,10,10,10,10,10,10,10,10,10,9.090909,20,20,14.285714,10,10,10,10,10,10,10,10,10,10,10,9.090909,20,20,14.285714,10,10,10,10,10,10,10,10,10,10,10,9.090909,20,20,14.285714,10,10,10,10,10,10,10,10,10,10,10,9.090909,20,20,14.285714,10,10,10,10,10,10,10,10,10,10,10,9.090909,20,20,14.285714,10,10,10,10,10,10,10,10,10,10,10,9.090909,20,20,14.285714,10,10,10,10,10,10,10,10,10,10,10,9.090909,20,20,14.285714,10,10,10,10,10,10,10,10,10,10,10,9.090909,20,20,14.285714,10,10,10,10,10,10,10,10,10,10,10,9.090909,20,20,14.285714,10,10,10,10,10,10,10,10,10,10,10,13.333333,13.114754,13.333333,13.333333,13.333333,13.333333,13.333333,13.333333,12.5,12.5,12.5,12.5,12.698413,11.111111,10.666667,13.333333,13.114754,13.333333,13.333333,13.333333,13.333333,13.333333,13.333333,12.5,12.5,12.5,12.5,12.698413,11.111111,10.666667,13.333333,13.114754,13.333333,13.333333,13.333333,13.333333,13.333333,13.333333,12.5,12.5,12.5,12.5,12.698413,11.111111,10.666667,13.333333,13.114754,13.333333,13.333333,13.333333,13.333333,13.333333,13.333333,12.5,12.5,12.5,12.5,12.698413,11.111111,10.666667,13.333333,13.114754,13.333333,13.333333,13.333333,13.333333,13.333333,13.333333,12.5,12.5,12.5,12.5,12.698413,11.111111,10.666667,13.333333,13.114754,13.333333,13.333333,13.333333,13.333333,13.333333,13.333333,12.5,12.5,12.5,12.5,12.698413,11.111111,10.666667,13.333333,13.114754,13.333333,13.333333,13.333333,13.333333,13.333333,13.333333,12.5,12.5,12.5,12.5,12.698413,11.111111,10.666667,13.333333,13.114754,13.333333,13.333333,13.333333,13.333333,13.333333,13.333333,12.5,12.5,12.5,12.5,12.698413,11.111111,10.666667,13.333333,13.114754,13.333333,13.333333,13.333333,13.333333,13.333333,13.333333,12.5,12.5,12.5,12.5,12.698413,11.111111,10.666667,13.333333,13.114754,13.333333,13.333333,13.333333,13.333333,13.333333,13.333333,12.5,12.5,12.5,12.5,12.698413,11.111111,10.666667,13.333333,13.114754,13.333333,13.333333,13.333333,13.333333,13.333333,13.333333,12.5,12.5,12.5,12.5,12.698413,11.111111,10.666667,13.333333,13.114754,13.333333,13.333333,13.333333,13.333333,13.333333,13.333333,12.5,12.5,12.5,12.5,12.698413,11.111111,10.666667,13.333333,13.114754,13.333333,13.333333,13.333333,13.333333,13.333333,13.333333,12.5,12.5,12.5,12.5,12.698413,11.111111,10.666667,13.333333,13.114754,13.333333,13.333333,13.333333,13.333333,13.333333,13.333333,12.5,12.5,12.5,12.5,12.698413,11.111111,10.666667,13.333333,13.114754,13.333333,13.333333,13.333333,13.333333,13.333333,13.333333,12.5,12.5,12.5,12.5,12.698413,11.111111,10.666667,13.333333,13.114754,13.333333,13.333333,13.333333,13.333333,13.333333,13.333333,12.5,12.5,12.5,12.5,12.698413,11.111111,10.666667,13.333333,13.114754,13.333333,13.333333,13.333333,13.333333,13.333333,13.333333,12.5,12.5,12.5,12.5,12.698413,11.111111,10.666667,13.333333,13.114754,13.333333,13.333333,13.333333,13.333333,13.333333,13.333333,12.5,12.5,12.5,12.5,12.698413,11.111111,10.666667,13.333333,13.114754,13.333333,13.333333,13.333333,13.333333,13.333333,13.333333,12.5,12.5,12.5,12.5,12.698413,11.111111,10.666667,13.333333,13.114754,13.333333,13.333333,13.333333,13.333333,13.333333,13.333333,12.5,12.5,12.5,12.5,12.698413,11.111111,10.666667,13.333333,13.114754,13.333333,13.333333,13.333333,13.333333,13.333333,13.333333,12.5,12.5,12.5,12.5,12.698413,11.111111,10.666667,13.333333,13.114754,13.333333,13.333333,13.333333,13.333333,13.333333,13.333333,12.5,12.5,12.5,12.5,12.698413,11.111111,10.666667,13.333333,13.114754,13.333333,13.333333,13.333333,13.333333,13.333333,13.333333,12.5,12.5,12.5,12.5,12.698413,11.111111,10.666667,13.333333,13.114754,13.333333,13.333333,13.333333,13.333333,13.333333,13.333333,12.5,12.5,12.5,12.5,12.698413,11.111111,10.666667,13.333333,13.114754,13.333333,13.333333,13.333333,13.333333,13.333333,13.333333,12.5,12.5,12.5,12.5,12.698413,11.111111,10.666667,13.333333,13.114754,13.333333,13.333333,13.333333,13.333333,13.333333,13.333333,12.5,12.5,12.5,12.5,12.698413,11.111111,10.666667,13.333333,13.114754,13.333333,13.333333,13.333333,13.333333,13.333333,13.333333,12.5,12.5,12.5,12.5,12.698413,11.111111,10.666667,13.333333,13.114754,13.333333,13.333333,13.333333,13.333333,13.333333,13.333333,12.5,12.5,12.5,12.5,12.698413,11.111111,10.666667,13.333333,13.114754,13.333333,13.333333,13.333333,13.333333,13.333333,13.333333,12.5,12.5,12.5,12.5,12.698413,11.111111,10.666667,13.333333,13.114754,13.333333,13.333333,13.333333,13.333333,13.333333,13.333333,12.5,12.5,12.5,12.5,12.698413,11.111111,10.666667,13.333333,13.114754,13.333333,13.333333,13.333333,13.333333,13.333333,13.333333,12.5,12.5,12.5,12.5,12.698413,11.111111,10.666667,13.333333,13.114754,13.333333,13.333333,13.333333,13.333333,13.333333,13.333333,12.5,12.5,12.5,12.5,12.698413,11.111111,10.666667,13.333333,13.114754,13.333333,13.333333,13.333333,13.333333,13.333333,13.333333,12.5,12.5,12.5,12.5,12.698413,11.111111,10.666667,13.333333,13.114754,13.333333,13.333333,13.333333,13.333333,13.333333,13.333333,12.5,12.5,12.5,12.5,12.698413,11.111111,10.666667,13.333333,13.114754,13.333333,13.333333,13.333333,13.333333,13.333333,13.333333,12.5,12.5,12.5,12.5,12.698413,11.111111,10.666667,13.333333,13.114754,13.333333,13.333333,13.333333,13.333333,13.333333,13.333333,12.5,12.5,12.5,12.5,12.698413,11.111111,10.666667,13.333333,13.114754,13.333333,13.333333,13.333333,13.333333,13.333333,13.333333,12.5,12.5,12.5,12.5,12.698413,11.111111,10.666667,13.333333,13.114754,13.333333,13.333333,13.333333,13.333333,13.333333,13.333333,12.5,12.5,12.5,12.5,12.698413,11.111111,10.666667,13.333333,13.114754,13.333333,13.333333,13.333333,13.333333,13.333333,13.333333,12.5,12.5,12.5,12.5,12.698413,11.111111,10.666667,13.333333,13.114754,13.333333,13.333333,13.333333,13.333333,13.333333,13.333333,12.5,12.5,12.5,12.5,12.698413,11.111111,10.666667,13.333333,13.114754,13.333333,13.333333,13.333333,13.333333,13.333333,13.333333,12.5,12.5,12.5,12.5,12.698413,11.111111,10.666667,13.333333,13.114754,13.333333,13.333333,13.333333,13.333333,13.333333,13.333333,12.5,12.5,12.5,12.5,12.698413,11.111111,10.666667,13.333333,13.114754,13.333333,13.333333,13.333333,13.333333,13.333333,13.333333,12.5,12.5,12.5,12.5,12.698413,11.111111,10.666667,13.333333,13.114754,13.333333,13.333333,13.333333,13.333333,13.333333,13.333333,12.5,12.5,12.5,12.5,12.698413,11.111111,10.666667,13.333333,13.114754,13.333333,13.333333,13.333333,13.333333,13.333333,13.333333,12.5,12.5,12.5,12.5,12.698413,11.111111,10.666667,13.333333,13.114754,13.333333,13.333333,13.333333,13.333333,13.333333,13.333333,12.5,12.5,12.5,12.5,12.698413,11.111111,10.666667,13.333333,13.114754,13.333333,13.333333,13.333333,13.333333,13.333333,13.333333,12.5,12.5,12.5,12.5,12.698413,11.111111,10.666667,13.333333,13.114754,13.333333,13.333333,13.333333,13.333333,13.333333,13.333333,12.5,12.5,12.5,12.5,12.698413,11.111111,10.666667,13.333333,13.114754,13.333333,13.333333,13.333333,13.333333,13.333333,13.333333,12.5,12.5,12.5,12.5,12.698413,11.111111,10.666667,13.333333,13.114754,13.333333,13.333333,13.333333,13.333333,13.333333,13.333333,12.5,12.5,12.5,12.5,12.698413,11.111111,10.666667,13.333333,13.114754,13.333333,13.333333,13.333333,13.333333,13.333333,13.333333,12.5,12.5,12.5,12.5,12.698413,11.111111,10.666667,13.333333,13.114754,13.333333,13.333333,13.333333,13.333333,13.333333,13.333333,12.5,12.5,12.5,12.5,12.698413,11.111111,10.666667,13.333333,13.114754,13.333333,13.333333,13.333333,13.333333,13.333333,13.333333,12.5,12.5,12.5,12.5,12.698413,11.111111,10.666667,13.333333,13.114754,13.333333,13.333333,13.333333,13.333333,13.333333,13.333333,12.5,12.5,12.5,12.5,12.698413,11.111111,10.666667,13.333333,13.114754,13.333333,13.333333,13.333333,13.333333,13.333333,13.333333,12.5,12.5,12.5,12.5,12.698413,11.111111,10.666667,13.333333,13.114754,13.333333,13.333333,13.333333,13.333333,13.333333,13.333333,12.5,12.5,12.5,12.5,12.698413,11.111111,10.666667,13.333333,13.114754,13.333333,13.333333,13.333333,13.333333,13.333333,13.333333,12.5,12.5,12.5,12.5,12.698413,11.111111,10.666667,13.333333,13.114754,13.333333,13.333333,13.333333,13.333333,13.333333,13.333333,12.5,12.5,12.5,12.5,12.698413,11.111111,10.666667,13.333333,13.114754,13.333333,13.333333,13.333333,13.333333,13.333333,13.333333,12.5,12.5,12.5,12.5,12.698413,11.111111,10.666667,13.333333,13.114754,13.333333,13.333333,13.333333,13.333333,13.333333,13.333333,12.5,12.5,12.5,12.5,12.698413,11.111111,10.666667,13.333333,13.114754,13.333333,13.333333,13.333333,13.333333,13.333333,13.333333,12.5,12.5,12.5,12.5,12.698413,11.111111,10.666667,13.333333,13.114754,13.333333,13.333333,13.333333,13.333333,13.333333,13.333333,12.5,12.5,12.5,12.5,12.698413,11.111111,10.666667,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,5,5,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.4482758,3.4482758,3.3333333,3.3333333,30.76923,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,38.46154,38.46154,35.714287,35.714287,30.76923,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,38.46154,38.46154,35.714287,35.714287,30.76923,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,38.46154,38.46154,35.714287,35.714287,30.76923,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,38.46154,38.46154,35.714287,35.714287,30.76923,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,38.46154,38.46154,35.714287,35.714287,30.76923,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,38.46154,38.46154,35.714287,35.714287,30.76923,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,38.46154,38.46154,35.714287,35.714287,30.76923,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,38.46154,38.46154,35.714287,35.714287,30.76923,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,38.46154,38.46154,35.714287,35.714287,30.76923,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,38.46154,38.46154,35.714287,35.714287,30.76923,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,38.46154,38.46154,35.714287,35.714287,30.76923,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,38.46154,38.46154,35.714287,35.714287,30.76923,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,38.46154,38.46154,35.714287,35.714287,30.76923,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,38.46154,38.46154,35.714287,35.714287,30.76923,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,38.46154,38.46154,35.714287,35.714287,30.76923,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,38.46154,38.46154,35.714287,35.714287,30.76923,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,38.46154,38.46154,35.714287,35.714287,30.76923,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,38.46154,38.46154,35.714287,35.714287,30.76923,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,38.46154,38.46154,35.714287,35.714287,30.76923,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,38.46154,38.46154,35.714287,35.714287,30.76923,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,38.46154,38.46154,35.714287,35.714287,30.76923,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,38.46154,38.46154,35.714287,35.714287,30.76923,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,38.46154,38.46154,35.714287,35.714287,30.76923,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,38.46154,38.46154,35.714287,35.714287,30.76923,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,38.46154,38.46154,35.714287,35.714287,30.76923,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,38.46154,38.46154,35.714287,35.714287,30.76923,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,38.46154,38.46154,35.714287,35.714287,30.76923,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,38.46154,38.46154,35.714287,35.714287,30.76923,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,38.46154,38.46154,35.714287,35.714287,30.76923,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,38.46154,38.46154,35.714287,35.714287,30.76923,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,38.46154,38.46154,35.714287,35.714287,30.76923,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,38.46154,38.46154,35.714287,35.714287,30.76923,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,38.46154,38.46154,35.714287,35.714287,30.76923,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,38.46154,38.46154,35.714287,35.714287,30.76923,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,38.46154,38.46154,35.714287,35.714287,30.76923,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,38.46154,38.46154,35.714287,35.714287,30.76923,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,38.46154,38.46154,35.714287,35.714287,30.76923,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,38.46154,38.46154,35.714287,35.714287,30.76923,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,38.46154,38.46154,35.714287,35.714287,30.76923,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,38.46154,38.46154,35.714287,35.714287,30.76923,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,38.46154,38.46154,35.714287,35.714287,30.76923,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,38.46154,38.46154,35.714287,35.714287,30.76923,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,38.46154,38.46154,35.714287,35.714287,30.76923,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,38.46154,38.46154,35.714287,35.714287,30.76923,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,38.46154,38.46154,35.714287,35.714287,30.76923,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,38.46154,38.46154,35.714287,35.714287,30.76923,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,38.46154,38.46154,35.714287,35.714287,30.76923,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,38.46154,38.46154,35.714287,35.714287,30.76923,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,38.46154,38.46154,35.714287,35.714287,30.76923,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,38.46154,38.46154,35.714287,35.714287,30.76923,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,38.46154,38.46154,35.714287,35.714287,30.76923,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,38.46154,38.46154,35.714287,35.714287,30.76923,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,38.46154,38.46154,35.714287,35.714287,9.5238094,10,10,10,22.222221,22.222221,22.222221,25,25,25,25,20,20,20,20,9.5238094,10,10,10,22.222221,22.222221,22.222221,25,25,25,25,20,20,20,20,9.5238094,10,10,10,22.222221,22.222221,22.222221,25,25,25,25,20,20,20,20,9.5238094,10,10,10,22.222221,22.222221,22.222221,25,25,25,25,20,20,20,20,9.5238094,10,10,10,22.222221,22.222221,22.222221,25,25,25,25,20,20,20,20,9.5238094,10,10,10,22.222221,22.222221,22.222221,25,25,25,25,20,20,20,20,9.5238094,10,10,10,22.222221,22.222221,22.222221,25,25,25,25,20,20,20,20,9.5238094,10,10,10,22.222221,22.222221,22.222221,25,25,25,25,20,20,20,20,9.5238094,10,10,10,22.222221,22.222221,22.222221,25,25,25,25,20,20,20,20,9.5238094,10,10,10,22.222221,22.222221,22.222221,25,25,25,25,20,20,20,20,9.5238094,10,10,10,22.222221,22.222221,22.222221,25,25,25,25,20,20,20,20,9.5238094,10,10,10,22.222221,22.222221,22.222221,25,25,25,25,20,20,20,20,9.5238094,10,10,10,22.222221,22.222221,22.222221,25,25,25,25,20,20,20,20,9.5238094,10,10,10,22.222221,22.222221,22.222221,25,25,25,25,20,20,20,20,9.5238094,10,10,10,22.222221,22.222221,22.222221,25,25,25,25,20,20,20,20,9.5238094,10,10,10,22.222221,22.222221,22.222221,25,25,25,25,20,20,20,20,9.5238094,10,10,10,22.222221,22.222221,22.222221,25,25,25,25,20,20,20,20,9.5238094,10,10,10,22.222221,22.222221,22.222221,25,25,25,25,20,20,20,20,9.5238094,10,10,10,22.222221,22.222221,22.222221,25,25,25,25,20,20,20,20,9.5238094,10,10,10,22.222221,22.222221,22.222221,25,25,25,25,20,20,20,20,9.5238094,10,10,10,22.222221,22.222221,22.222221,25,25,25,25,20,20,20,20,9.5238094,10,10,10,22.222221,22.222221,22.222221,25,25,25,25,20,20,20,20,9.5238094,10,10,10,22.222221,22.222221,22.222221,25,25,25,25,20,20,20,20,9.5238094,10,10,10,22.222221,22.222221,22.222221,25,25,25,25,20,20,20,20,9.5238094,10,10,10,22.222221,22.222221,22.222221,25,25,25,25,20,20,20,20,9.5238094,10,10,10,22.222221,22.222221,22.222221,25,25,25,25,20,20,20,20,9.5238094,10,10,10,22.222221,22.222221,22.222221,25,25,25,25,20,20,20,20,9.5238094,10,10,10,22.222221,22.222221,22.222221,25,25,25,25,20,20,20,20,9.5238094,10,10,10,22.222221,22.222221,22.222221,25,25,25,25,20,20,20,20,9.5238094,10,10,10,22.222221,22.222221,22.222221,25,25,25,25,20,20,20,20,9.5238094,10,10,10,22.222221,22.222221,22.222221,25,25,25,25,20,20,20,20,9.5238094,10,10,10,22.222221,22.222221,22.222221,25,25,25,25,20,20,20,20,9.5238094,10,10,10,22.222221,22.222221,22.222221,25,25,25,25,20,20,20,20,9.5238094,10,10,10,22.222221,22.222221,22.222221,25,25,25,25,20,20,20,20,9.5238094,10,10,10,22.222221,22.222221,22.222221,25,25,25,25,20,20,20,20,9.5238094,10,10,10,22.222221,22.222221,22.222221,25,25,25,25,20,20,20,20,9.5238094,10,10,10,22.222221,22.222221,22.222221,25,25,25,25,20,20,20,20,9.5238094,10,10,10,22.222221,22.222221,22.222221,25,25,25,25,20,20,20,20,9.5238094,10,10,10,22.222221,22.222221,22.222221,25,25,25,25,20,20,20,20,9.5238094,10,10,10,22.222221,22.222221,22.222221,25,25,25,25,20,20,20,20,9.5238094,10,10,10,22.222221,22.222221,22.222221,25,25,25,25,20,20,20,20,9.5238094,10,10,10,22.222221,22.222221,22.222221,25,25,25,25,20,20,20,20,9.5238094,10,10,10,22.222221,22.222221,22.222221,25,25,25,25,20,20,20,20,9.5238094,10,10,10,22.222221,22.222221,22.222221,25,25,25,25,20,20,20,20,9.5238094,10,10,10,22.222221,22.222221,22.222221,25,25,25,25,20,20,20,20,9.5238094,10,10,10,22.222221,22.222221,22.222221,25,25,25,25,20,20,20,20,9.5238094,10,10,10,22.222221,22.222221,22.222221,25,25,25,25,20,20,20,20,9.5238094,10,10,10,22.222221,22.222221,22.222221,25,25,25,25,20,20,20,20,9.5238094,10,10,10,22.222221,22.222221,22.222221,25,25,25,25,20,20,20,20,9.5238094,10,10,10,22.222221,22.222221,22.222221,25,25,25,25,20,20,20,20,9.5238094,10,10,10,22.222221,22.222221,22.222221,25,25,25,25,20,20,20,20,9.5238094,10,10,10,22.222221,22.222221,22.222221,25,25,25,25,20,20,20,20,9.5238094,10,10,10,22.222221,22.222221,22.222221,25,25,25,25,20,20,20,20,9.5238094,10,10,10,22.222221,22.222221,22.222221,25,25,25,25,20,20,20,20,9.5238094,10,10,10,22.222221,22.222221,22.222221,25,25,25,25,20,20,20,20,9.5238094,10,10,10,22.222221,22.222221,22.222221,25,25,25,25,20,20,20,20,9.5238094,10,10,10,22.222221,22.222221,22.222221,25,25,25,25,20,20,20,20,9.5238094,10,10,10,22.222221,22.222221,22.222221,25,25,25,25,20,20,20,20,9.5238094,10,10,10,22.222221,22.222221,22.222221,25,25,25,25,20,20,20,20,9.5238094,10,10,10,22.222221,22.222221,22.222221,25,25,25,25,20,20,20,20,9.5238094,10,10,10,22.222221,22.222221,22.222221,25,25,25,25,20,20,20,20,9.5238094,10,10,10,22.222221,22.222221,22.222221,25,25,25,25,20,20,20,20,9.5238094,10,10,10,22.222221,22.222221,22.222221,25,25,25,25,20,20,20,20,9.5238094,10,10,10,22.222221,22.222221,22.222221,25,25,25,25,20,20,20,20,9.5238094,10,10,10,22.222221,22.222221,22.222221,25,25,25,25,20,20,20,20,9.5238094,10,10,10,22.222221,22.222221,22.222221,25,25,25,25,20,20,20,20,9.5238094,10,10,10,22.222221,22.222221,22.222221,25,25,25,25,20,20,20,20,9.5238094,10,10,10,22.222221,22.222221,22.222221,25,25,25,25,20,20,20,20,9.5238094,10,10,10,22.222221,22.222221,22.222221,25,25,25,25,20,20,20,20,9.5238094,10,10,10,22.222221,22.222221,22.222221,25,25,25,25,20,20,20,20,9.5238094,10,10,10,22.222221,22.222221,22.222221,25,25,25,25,20,20,20,20,9.5238094,10,10,10,22.222221,22.222221,22.222221,25,25,25,25,20,20,20,20,9.5238094,10,10,10,22.222221,22.222221,22.222221,25,25,25,25,20,20,20,20,9.5238094,10,10,10,22.222221,22.222221,22.222221,25,25,25,25,20,20,20,20,9.5238094,10,10,10,22.222221,22.222221,22.222221,25,25,25,25,20,20,20,20,9.5238094,10,10,10,22.222221,22.222221,22.222221,25,25,25,25,20,20,20,20,9.5238094,10,10,10,22.222221,22.222221,22.222221,25,25,25,25,20,20,20,20,9.5238094,10,10,10,22.222221,22.222221,22.222221,25,25,25,25,20,20,20,20,9.5238094,10,10,10,22.222221,22.222221,22.222221,25,25,25,25,20,20,20,20,9.5238094,10,10,10,22.222221,22.222221,22.222221,25,25,25,25,20,20,20,20,9.5238094,10,10,10,22.222221,22.222221,22.222221,25,25,25,25,20,20,20,20,9.5238094,10,10,10,22.222221,22.222221,22.222221,25,25,25,25,20,20,20,20,9.5238094,10,10,10,22.222221,22.222221,22.222221,25,25,25,25,20,20,20,20,9.5238094,10,10,10,22.222221,22.222221,22.222221,25,25,25,25,20,20,20,20,9.5238094,10,10,10,22.222221,22.222221,22.222221,25,25,25,25,20,20,20,20,9.5238094,10,10,10,22.222221,22.222221,22.222221,25,25,25,25,20,20,20,20,9.5238094,10,10,10,22.222221,22.222221,22.222221,25,25,25,25,20,20,20,20,9.5238094,10,10,10,22.222221,22.222221,22.222221,25,25,25,25,20,20,20,20,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,12.121212,12.121212,12.121212,12.121212,12.121212,12.121212,11.111111,11.111111,10.810811,10.810811,10.810811,11.111111,11.111111,11.111111,11.111111,12.121212,12.121212,12.121212,12.121212,12.121212,12.121212,11.111111,11.111111,10.810811,10.810811,10.810811,11.111111,11.111111,11.111111,11.111111,12.121212,12.121212,12.121212,12.121212,12.121212,12.121212,11.111111,11.111111,10.810811,10.810811,10.810811,11.111111,11.111111,11.111111,11.111111,12.121212,12.121212,12.121212,12.121212,12.121212,12.121212,11.111111,11.111111,10.810811,10.810811,10.810811,11.111111,11.111111,11.111111,11.111111,12.121212,12.121212,12.121212,12.121212,12.121212,12.121212,11.111111,11.111111,10.810811,10.810811,10.810811,11.111111,11.111111,11.111111,11.111111,12.121212,12.121212,12.121212,12.121212,12.121212,12.121212,11.111111,11.111111,10.810811,10.810811,10.810811,11.111111,11.111111,11.111111,11.111111,12.121212,12.121212,12.121212,12.121212,12.121212,12.121212,11.111111,11.111111,10.810811,10.810811,10.810811,11.111111,11.111111,11.111111,11.111111,12.121212,12.121212,12.121212,12.121212,12.121212,12.121212,11.111111,11.111111,10.810811,10.810811,10.810811,11.111111,11.111111,11.111111,11.111111,12.121212,12.121212,12.121212,12.121212,12.121212,12.121212,11.111111,11.111111,10.810811,10.810811,10.810811,11.111111,11.111111,11.111111,11.111111,12.121212,12.121212,12.121212,12.121212,12.121212,12.121212,11.111111,11.111111,10.810811,10.810811,10.810811,11.111111,11.111111,11.111111,11.111111,12.121212,12.121212,12.121212,12.121212,12.121212,12.121212,11.111111,11.111111,10.810811,10.810811,10.810811,11.111111,11.111111,11.111111,11.111111,12.121212,12.121212,12.121212,12.121212,12.121212,12.121212,11.111111,11.111111,10.810811,10.810811,10.810811,11.111111,11.111111,11.111111,11.111111,12.121212,12.121212,12.121212,12.121212,12.121212,12.121212,11.111111,11.111111,10.810811,10.810811,10.810811,11.111111,11.111111,11.111111,11.111111,12.121212,12.121212,12.121212,12.121212,12.121212,12.121212,11.111111,11.111111,10.810811,10.810811,10.810811,11.111111,11.111111,11.111111,11.111111,12.121212,12.121212,12.121212,12.121212,12.121212,12.121212,11.111111,11.111111,10.810811,10.810811,10.810811,11.111111,11.111111,11.111111,11.111111,12.121212,12.121212,12.121212,12.121212,12.121212,12.121212,11.111111,11.111111,10.810811,10.810811,10.810811,11.111111,11.111111,11.111111,11.111111,12.121212,12.121212,12.121212,12.121212,12.121212,12.121212,11.111111,11.111111,10.810811,10.810811,10.810811,11.111111,11.111111,11.111111,11.111111,12.121212,12.121212,12.121212,12.121212,12.121212,12.121212,11.111111,11.111111,10.810811,10.810811,10.810811,11.111111,11.111111,11.111111,11.111111,12.121212,12.121212,12.121212,12.121212,12.121212,12.121212,11.111111,11.111111,10.810811,10.810811,10.810811,11.111111,11.111111,11.111111,11.111111,12.121212,12.121212,12.121212,12.121212,12.121212,12.121212,11.111111,11.111111,10.810811,10.810811,10.810811,11.111111,11.111111,11.111111,11.111111,12.121212,12.121212,12.121212,12.121212,12.121212,12.121212,11.111111,11.111111,10.810811,10.810811,10.810811,11.111111,11.111111,11.111111,11.111111,12.121212,12.121212,12.121212,12.121212,12.121212,12.121212,11.111111,11.111111,10.810811,10.810811,10.810811,11.111111,11.111111,11.111111,11.111111,12.121212,12.121212,12.121212,12.121212,12.121212,12.121212,11.111111,11.111111,10.810811,10.810811,10.810811,11.111111,11.111111,11.111111,11.111111,12.121212,12.121212,12.121212,12.121212,12.121212,12.121212,11.111111,11.111111,10.810811,10.810811,10.810811,11.111111,11.111111,11.111111,11.111111,12.121212,12.121212,12.121212,12.121212,12.121212,12.121212,11.111111,11.111111,10.810811,10.810811,10.810811,11.111111,11.111111,11.111111,11.111111,12.121212,12.121212,12.121212,12.121212,12.121212,12.121212,11.111111,11.111111,10.810811,10.810811,10.810811,11.111111,11.111111,11.111111,11.111111,12.121212,12.121212,12.121212,12.121212,12.121212,12.121212,11.111111,11.111111,10.810811,10.810811,10.810811,11.111111,11.111111,11.111111,11.111111,12.121212,12.121212,12.121212,12.121212,12.121212,12.121212,11.111111,11.111111,10.810811,10.810811,10.810811,11.111111,11.111111,11.111111,11.111111,12.121212,12.121212,12.121212,12.121212,12.121212,12.121212,11.111111,11.111111,10.810811,10.810811,10.810811,11.111111,11.111111,11.111111,11.111111,12.121212,12.121212,12.121212,12.121212,12.121212,12.121212,11.111111,11.111111,10.810811,10.810811,10.810811,11.111111,11.111111,11.111111,11.111111,12.121212,12.121212,12.121212,12.121212,12.121212,12.121212,11.111111,11.111111,10.810811,10.810811,10.810811,11.111111,11.111111,11.111111,11.111111,12.121212,12.121212,12.121212,12.121212,12.121212,12.121212,11.111111,11.111111,10.810811,10.810811,10.810811,11.111111,11.111111,11.111111,11.111111,12.121212,12.121212,12.121212,12.121212,12.121212,12.121212,11.111111,11.111111,10.810811,10.810811,10.810811,11.111111,11.111111,11.111111,11.111111,12.121212,12.121212,12.121212,12.121212,12.121212,12.121212,11.111111,11.111111,10.810811,10.810811,10.810811,11.111111,11.111111,11.111111,11.111111,12.121212,12.121212,12.121212,12.121212,12.121212,12.121212,11.111111,11.111111,10.810811,10.810811,10.810811,11.111111,11.111111,11.111111,11.111111,12.121212,12.121212,12.121212,12.121212,12.121212,12.121212,11.111111,11.111111,10.810811,10.810811,10.810811,11.111111,11.111111,11.111111,11.111111,12.121212,12.121212,12.121212,12.121212,12.121212,12.121212,11.111111,11.111111,10.810811,10.810811,10.810811,11.111111,11.111111,11.111111,11.111111,12.121212,12.121212,12.121212,12.121212,12.121212,12.121212,11.111111,11.111111,10.810811,10.810811,10.810811,11.111111,11.111111,11.111111,11.111111,12.121212,12.121212,12.121212,12.121212,12.121212,12.121212,11.111111,11.111111,10.810811,10.810811,10.810811,11.111111,11.111111,11.111111,11.111111,12.121212,12.121212,12.121212,12.121212,12.121212,12.121212,11.111111,11.111111,10.810811,10.810811,10.810811,11.111111,11.111111,11.111111,11.111111,12.121212,12.121212,12.121212,12.121212,12.121212,12.121212,11.111111,11.111111,10.810811,10.810811,10.810811,11.111111,11.111111,11.111111,11.111111,12.121212,12.121212,12.121212,12.121212,12.121212,12.121212,11.111111,11.111111,10.810811,10.810811,10.810811,11.111111,11.111111,11.111111,11.111111,12.121212,12.121212,12.121212,12.121212,12.121212,12.121212,11.111111,11.111111,10.810811,10.810811,10.810811,11.111111,11.111111,11.111111,11.111111,12.121212,12.121212,12.121212,12.121212,12.121212,12.121212,11.111111,11.111111,10.810811,10.810811,10.810811,11.111111,11.111111,11.111111,11.111111,12.121212,12.121212,12.121212,12.121212,12.121212,12.121212,11.111111,11.111111,10.810811,10.810811,10.810811,11.111111,11.111111,11.111111,11.111111,12.121212,12.121212,12.121212,12.121212,12.121212,12.121212,11.111111,11.111111,10.810811,10.810811,10.810811,11.111111,11.111111,11.111111,11.111111,12.121212,12.121212,12.121212,12.121212,12.121212,12.121212,11.111111,11.111111,10.810811,10.810811,10.810811,11.111111,11.111111,11.111111,11.111111,12.121212,12.121212,12.121212,12.121212,12.121212,12.121212,11.111111,11.111111,10.810811,10.810811,10.810811,11.111111,11.111111,11.111111,11.111111,12.121212,12.121212,12.121212,12.121212,12.121212,12.121212,11.111111,11.111111,10.810811,10.810811,10.810811,11.111111,11.111111,11.111111,11.111111,12.121212,12.121212,12.121212,12.121212,12.121212,12.121212,11.111111,11.111111,10.810811,10.810811,10.810811,11.111111,11.111111,11.111111,11.111111,12.121212,12.121212,12.121212,12.121212,12.121212,12.121212,11.111111,11.111111,10.810811,10.810811,10.810811,11.111111,11.111111,11.111111,11.111111,12.121212,12.121212,12.121212,12.121212,12.121212,12.121212,11.111111,11.111111,10.810811,10.810811,10.810811,11.111111,11.111111,11.111111,11.111111,12.121212,12.121212,12.121212,12.121212,12.121212,12.121212,11.111111,11.111111,10.810811,10.810811,10.810811,11.111111,11.111111,11.111111,11.111111,12.121212,12.121212,12.121212,12.121212,12.121212,12.121212,11.111111,11.111111,10.810811,10.810811,10.810811,11.111111,11.111111,11.111111,11.111111,12.121212,12.121212,12.121212,12.121212,12.121212,12.121212,11.111111,11.111111,10.810811,10.810811,10.810811,11.111111,11.111111,11.111111,11.111111,12.121212,12.121212,12.121212,12.121212,12.121212,12.121212,11.111111,11.111111,10.810811,10.810811,10.810811,11.111111,11.111111,11.111111,11.111111,12.121212,12.121212,12.121212,12.121212,12.121212,12.121212,11.111111,11.111111,10.810811,10.810811,10.810811,11.111111,11.111111,11.111111,11.111111,12.121212,12.121212,12.121212,12.121212,12.121212,12.121212,11.111111,11.111111,10.810811,10.810811,10.810811,11.111111,11.111111,11.111111,11.111111,12.121212,12.121212,12.121212,12.121212,12.121212,12.121212,11.111111,11.111111,10.810811,10.810811,10.810811,11.111111,11.111111,11.111111,11.111111,12.121212,12.121212,12.121212,12.121212,12.121212,12.121212,11.111111,11.111111,10.810811,10.810811,10.810811,11.111111,11.111111,11.111111,11.111111,12.121212,12.121212,12.121212,12.121212,12.121212,12.121212,11.111111,11.111111,10.810811,10.810811,10.810811,11.111111,11.111111,11.111111,11.111111,12.121212,12.121212,12.121212,12.121212,12.121212,12.121212,11.111111,11.111111,10.810811,10.810811,10.810811,11.111111,11.111111,11.111111,11.111111,12.121212,12.121212,12.121212,12.121212,12.121212,12.121212,11.111111,11.111111,10.810811,10.810811,10.810811,11.111111,11.111111,11.111111,11.111111,12.121212,12.121212,12.121212,12.121212,12.121212,12.121212,11.111111,11.111111,10.810811,10.810811,10.810811,11.111111,11.111111,11.111111,11.111111,12.121212,12.121212,12.121212,12.121212,12.121212,12.121212,11.111111,11.111111,10.810811,10.810811,10.810811,11.111111,11.111111,11.111111,11.111111,12.121212,12.121212,12.121212,12.121212,12.121212,12.121212,11.111111,11.111111,10.810811,10.810811,10.810811,11.111111,11.111111,11.111111,11.111111,12.121212,12.121212,12.121212,12.121212,12.121212,12.121212,11.111111,11.111111,10.810811,10.810811,10.810811,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,6.9767442,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,6.9767442,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,6.9767442,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,6.9767442,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,6.9767442,5.8823528,5.5555553,5.5555553,5.5555553,5.8823528,6.6666665,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,10,25,25,5.8823528,5.5555553,5.5555553,5.5555553,5.8823528,6.6666665,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,10,25,25,5.8823528,5.5555553,5.5555553,5.5555553,5.8823528,6.6666665,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,10,25,25,5.8823528,5.5555553,5.5555553,5.5555553,5.8823528,6.6666665,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,10,25,25,5.8823528,5.5555553,5.5555553,5.5555553,5.8823528,6.6666665,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,10,25,25,5.8823528,5.5555553,5.5555553,5.5555553,5.8823528,6.6666665,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,10,25,25,5.8823528,5.5555553,5.5555553,5.5555553,5.8823528,6.6666665,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,10,25,25,5.8823528,5.5555553,5.5555553,5.5555553,5.8823528,6.6666665,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,10,25,25,5.8823528,5.5555553,5.5555553,5.5555553,5.8823528,6.6666665,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,10,25,25,5.8823528,5.5555553,5.5555553,5.5555553,5.8823528,6.6666665,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,10,25,25,5.8823528,5.5555553,5.5555553,5.5555553,5.8823528,6.6666665,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,10,25,25,5.8823528,5.5555553,5.5555553,5.5555553,5.8823528,6.6666665,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,10,25,25,5.8823528,5.5555553,5.5555553,5.5555553,5.8823528,6.6666665,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,10,25,25,5.8823528,5.5555553,5.5555553,5.5555553,5.8823528,6.6666665,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,10,25,25,5.8823528,5.5555553,5.5555553,5.5555553,5.8823528,6.6666665,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,10,25,25,5.8823528,5.5555553,5.5555553,5.5555553,5.8823528,6.6666665,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,10,25,25,5.8823528,5.5555553,5.5555553,5.5555553,5.8823528,6.6666665,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,10,25,25,5.8823528,5.5555553,5.5555553,5.5555553,5.8823528,6.6666665,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,10,25,25,5.8823528,5.5555553,5.5555553,5.5555553,5.8823528,6.6666665,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,10,25,25,5.8823528,5.5555553,5.5555553,5.5555553,5.8823528,6.6666665,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,10,25,25,5.8823528,5.5555553,5.5555553,5.5555553,5.8823528,6.6666665,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,10,25,25,5.8823528,5.5555553,5.5555553,5.5555553,5.8823528,6.6666665,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,10,25,25,5.8823528,5.5555553,5.5555553,5.5555553,5.8823528,6.6666665,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,10,25,25,5.8823528,5.5555553,5.5555553,5.5555553,5.8823528,6.6666665,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,10,25,25,5.8823528,5.5555553,5.5555553,5.5555553,5.8823528,6.6666665,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,10,25,25,5.8823528,5.5555553,5.5555553,5.5555553,5.8823528,6.6666665,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,10,25,25,5.8823528,5.5555553,5.5555553,5.5555553,5.8823528,6.6666665,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,10,25,25,5.8823528,5.5555553,5.5555553,5.5555553,5.8823528,6.6666665,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,10,25,25,5.8823528,5.5555553,5.5555553,5.5555553,5.8823528,6.6666665,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,10,25,25,5.8823528,5.5555553,5.5555553,5.5555553,5.8823528,6.6666665,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,10,25,25,5.8823528,5.5555553,5.5555553,5.5555553,5.8823528,6.6666665,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,10,25,25,5.8823528,5.5555553,5.5555553,5.5555553,5.8823528,6.6666665,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,10,25,25,5.8823528,5.5555553,5.5555553,5.5555553,5.8823528,6.6666665,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,10,25,25,5.8823528,5.5555553,5.5555553,5.5555553,5.8823528,6.6666665,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,10,25,25,5.8823528,5.5555553,5.5555553,5.5555553,5.8823528,6.6666665,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,10,25,25,5.8823528,5.5555553,5.5555553,5.5555553,5.8823528,6.6666665,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,10,25,25,5.8823528,5.5555553,5.5555553,5.5555553,5.8823528,6.6666665,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,10,25,25,5.8823528,5.5555553,5.5555553,5.5555553,5.8823528,6.6666665,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,10,25,25,5.8823528,5.5555553,5.5555553,5.5555553,5.8823528,6.6666665,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,10,25,25,5.8823528,5.5555553,5.5555553,5.5555553,5.8823528,6.6666665,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,10,25,25,5.8823528,5.5555553,5.5555553,5.5555553,5.8823528,6.6666665,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,10,25,25,5.8823528,5.5555553,5.5555553,5.5555553,5.8823528,6.6666665,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,10,25,25,5.8823528,5.5555553,5.5555553,5.5555553,5.8823528,6.6666665,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,10,25,25,5.8823528,5.5555553,5.5555553,5.5555553,5.8823528,6.6666665,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,10,25,25,5.8823528,5.5555553,5.5555553,5.5555553,5.8823528,6.6666665,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,10,25,25,5.8823528,5.5555553,5.5555553,5.5555553,5.8823528,6.6666665,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,10,25,25,20,20,16.666666,16.666666,16.666666,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,20,20,20,20,16.666666,16.666666,16.666666,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,20,20,20,20,16.666666,16.666666,16.666666,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,20,20,20,20,16.666666,16.666666,16.666666,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,20,20,20,20,16.666666,16.666666,16.666666,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,20,20,20,20,16.666666,16.666666,16.666666,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,20,20,20,20,16.666666,16.666666,16.666666,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,20,20,20,20,16.666666,16.666666,16.666666,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,20,20,20,20,16.666666,16.666666,16.666666,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,20,20,20,20,16.666666,16.666666,16.666666,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,20,20,20,20,16.666666,16.666666,16.666666,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,20,20,20,20,16.666666,16.666666,16.666666,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,20,20,20,20,16.666666,16.666666,16.666666,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,20,20,20,20,16.666666,16.666666,16.666666,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,20,20,20,20,16.666666,16.666666,16.666666,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,20,20,20,20,16.666666,16.666666,16.666666,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,20,20,20,20,16.666666,16.666666,16.666666,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,20,20,20,20,16.666666,16.666666,16.666666,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,20,20,20,20,16.666666,16.666666,16.666666,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,20,20,20,20,16.666666,16.666666,16.666666,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,20,20,20,20,16.666666,16.666666,16.666666,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,20,20,20,20,16.666666,16.666666,16.666666,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,20,20,20,20,16.666666,16.666666,16.666666,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,20,20,20,20,16.666666,16.666666,16.666666,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,20,20,20,20,16.666666,16.666666,16.666666,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,20,20,20,20,16.666666,16.666666,16.666666,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,20,20,20,20,16.666666,16.666666,16.666666,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,20,20,20,20,16.666666,16.666666,16.666666,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,20,20,20,20,16.666666,16.666666,16.666666,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,20,20,20,20,16.666666,16.666666,16.666666,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,20,20,20,20,16.666666,16.666666,16.666666,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,20,20,20,20,16.666666,16.666666,16.666666,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,20,20,20,20,16.666666,16.666666,16.666666,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,20,20,20,20,16.666666,16.666666,16.666666,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,20,20,20,20,16.666666,16.666666,16.666666,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,20,20,20,20,16.666666,16.666666,16.666666,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,20,20,20,20,16.666666,16.666666,16.666666,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,20,20,20,20,16.666666,16.666666,16.666666,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,20,20,20,20,16.666666,16.666666,16.666666,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,20,20,20,20,16.666666,16.666666,16.666666,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,20,20,20,20,16.666666,16.666666,16.666666,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,20,20,20,20,16.666666,16.666666,16.666666,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,20,20,20,20,16.666666,16.666666,16.666666,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,20,20,20,20,16.666666,16.666666,16.666666,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,20,20,20,20,16.666666,16.666666,16.666666,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,20,20,20,20,16.666666,16.666666,16.666666,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,20,20,20,20,16.666666,16.666666,16.666666,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,20,20,20,20,16.666666,16.666666,16.666666,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,20,20,20,20,16.666666,16.666666,16.666666,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,20,20,20,20,16.666666,16.666666,16.666666,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,20,20,20,20,16.666666,16.666666,16.666666,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,20,20,20,20,16.666666,16.666666,16.666666,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,20,20,20,20,16.666666,16.666666,16.666666,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,20,20,20,20,16.666666,16.666666,16.666666,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,20,20,20,20,16.666666,16.666666,16.666666,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,20,20,20,20,16.666666,16.666666,16.666666,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,20,20,20,20,16.666666,16.666666,16.666666,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,20,20,20,20,16.666666,16.666666,16.666666,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,20,20,20,20,16.666666,16.666666,16.666666,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,20,20,20,20,16.666666,16.666666,16.666666,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,20,20,20,20,16.666666,16.666666,16.666666,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,20,20,20,20,16.666666,16.666666,16.666666,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,20,20,20,20,16.666666,16.666666,16.666666,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,20,20,20,20,16.666666,16.666666,16.666666,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,20,20,20,20,16.666666,16.666666,16.666666,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,20,20,20,20,16.666666,16.666666,16.666666,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,20,20,0,0,0,0,0,0,0,0,6.6666665,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,6.6666665,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,6.6666665,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,6.6666665,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,6.6666665,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,6.6666665,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,6.6666665,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,6.6666665,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,6.6666665,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,6.6666665,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,6.6666665,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,6.6666665,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,6.6666665,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,6.6666665,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,6.6666665,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,6.6666665,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,6.6666665,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,6.6666665,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,6.6666665,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,6.6666665,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,6.6666665,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,6.6666665,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,6.6666665,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,6.6666665,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,6.6666665,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,6.6666665,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,6.6666665,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,6.6666665,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,6.6666665,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,6.6666665,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,6.6666665,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,6.6666665,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,6.6666665,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,6.6666665,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,6.6666665,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,6.6666665,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,6.6666665,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,6.6666665,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,6.6666665,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,6.6666665,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,6.6666665,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,6.6666665,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,6.6666665,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,6.6666665,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,6.6666665,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,6.6666665,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,6.6666665,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,6.6666665,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,6.6666665,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,6.6666665,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,6.6666665,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,6.6666665,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,6.6666665,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,6.6666665,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,6.6666665,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,6.6666665,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,6.6666665,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,6.6666665,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,6.6666665,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,6.6666665,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,6.6666665,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,6.6666665,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,6.6666665,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,6.6666665,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,6.6666665,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,6.6666665,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,6.6666665,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,6.6666665,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,6.6666665,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,6.6666665,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,6.6666665,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,6.6666665,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,6.6666665,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,6.6666665,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,6.6666665,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,6.6666665,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,6.6666665,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,6.6666665,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,6.6666665,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,6.6666665,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,6.6666665,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,6.6666665,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,6.6666665,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,6.6666665,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,6.6666665,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,6.6666665,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,6.6666665,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,6.6666665,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,6.6666665,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,6.6666665,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,6.6666665,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,6.6666665,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,6.6666665,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,6.6666665,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,6.6666665,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.8823528,5.2631578,5,5,5,5,5,5,25,25,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,25,25,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,25,25,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,25,25,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,25,25,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,25,25,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,25,25,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,25,25,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,25,25,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,25,25,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,25,25,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,25,25,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,25,25,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,25,25,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,25,25,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,25,25,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,25,25,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,25,25,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,25,25,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,25,25,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,25,25,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,25,25,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,25,25,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,25,25,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,25,25,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,25,25,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,25,25,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,25,25,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,25,25,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21.428572,21.428572,21.428572,21.428572,25,25,25,25,30.76923,30.76923,30.76923,30.76923,33.333332,33.333332,33.333332,21.428572,21.428572,21.428572,21.428572,25,25,25,25,30.76923,30.76923,30.76923,30.76923,33.333332,33.333332,33.333332,21.428572,21.428572,21.428572,21.428572,25,25,25,25,30.76923,30.76923,30.76923,30.76923,33.333332,33.333332,33.333332,21.428572,21.428572,21.428572,21.428572,25,25,25,25,30.76923,30.76923,30.76923,30.76923,33.333332,33.333332,33.333332,21.428572,21.428572,21.428572,21.428572,25,25,25,25,30.76923,30.76923,30.76923,30.76923,33.333332,33.333332,33.333332,21.428572,21.428572,21.428572,21.428572,25,25,25,25,30.76923,30.76923,30.76923,30.76923,33.333332,33.333332,33.333332,21.428572,21.428572,21.428572,21.428572,25,25,25,25,30.76923,30.76923,30.76923,30.76923,33.333332,33.333332,33.333332,21.428572,21.428572,21.428572,21.428572,25,25,25,25,30.76923,30.76923,30.76923,30.76923,33.333332,33.333332,33.333332,21.428572,21.428572,21.428572,21.428572,25,25,25,25,30.76923,30.76923,30.76923,30.76923,33.333332,33.333332,33.333332,21.428572,21.428572,21.428572,21.428572,25,25,25,25,30.76923,30.76923,30.76923,30.76923,33.333332,33.333332,33.333332,21.428572,21.428572,21.428572,21.428572,25,25,25,25,30.76923,30.76923,30.76923,30.76923,33.333332,33.333332,33.333332,21.428572,21.428572,21.428572,21.428572,25,25,25,25,30.76923,30.76923,30.76923,30.76923,33.333332,33.333332,33.333332,21.428572,21.428572,21.428572,21.428572,25,25,25,25,30.76923,30.76923,30.76923,30.76923,33.333332,33.333332,33.333332,21.428572,21.428572,21.428572,21.428572,25,25,25,25,30.76923,30.76923,30.76923,30.76923,33.333332,33.333332,33.333332,21.428572,21.428572,21.428572,21.428572,25,25,25,25,30.76923,30.76923,30.76923,30.76923,33.333332,33.333332,33.333332,21.428572,21.428572,21.428572,21.428572,25,25,25,25,30.76923,30.76923,30.76923,30.76923,33.333332,33.333332,33.333332,21.428572,21.428572,21.428572,21.428572,25,25,25,25,30.76923,30.76923,30.76923,30.76923,33.333332,33.333332,33.333332,21.428572,21.428572,21.428572,21.428572,25,25,25,25,30.76923,30.76923,30.76923,30.76923,33.333332,33.333332,33.333332,21.428572,21.428572,21.428572,21.428572,25,25,25,25,30.76923,30.76923,30.76923,30.76923,33.333332,33.333332,33.333332,21.428572,21.428572,21.428572,21.428572,25,25,25,25,30.76923,30.76923,30.76923,30.76923,33.333332,33.333332,33.333332,21.428572,21.428572,21.428572,21.428572,25,25,25,25,30.76923,30.76923,30.76923,30.76923,33.333332,33.333332,33.333332,21.428572,21.428572,21.428572,21.428572,25,25,25,25,30.76923,30.76923,30.76923,30.76923,33.333332,33.333332,33.333332,21.428572,21.428572,21.428572,21.428572,25,25,25,25,30.76923,30.76923,30.76923,30.76923,33.333332,33.333332,33.333332,21.428572,21.428572,21.428572,21.428572,25,25,25,25,30.76923,30.76923,30.76923,30.76923,33.333332,33.333332,33.333332,21.428572,21.428572,21.428572,21.428572,25,25,25,25,30.76923,30.76923,30.76923,30.76923,33.333332,33.333332,33.333332,21.428572,21.428572,21.428572,21.428572,25,25,25,25,30.76923,30.76923,30.76923,30.76923,33.333332,33.333332,33.333332,21.428572,21.428572,21.428572,21.428572,25,25,25,25,30.76923,30.76923,30.76923,30.76923,33.333332,33.333332,33.333332,21.428572,21.428572,21.428572,21.428572,25,25,25,25,30.76923,30.76923,30.76923,30.76923,33.333332,33.333332,33.333332,21.428572,21.428572,21.428572,21.428572,25,25,25,25,30.76923,30.76923,30.76923,30.76923,33.333332,33.333332,33.333332,21.428572,21.428572,21.428572,21.428572,25,25,25,25,30.76923,30.76923,30.76923,30.76923,33.333332,33.333332,33.333332,21.428572,21.428572,21.428572,21.428572,25,25,25,25,30.76923,30.76923,30.76923,30.76923,33.333332,33.333332,33.333332,21.428572,21.428572,21.428572,21.428572,25,25,25,25,30.76923,30.76923,30.76923,30.76923,33.333332,33.333332,33.333332,21.428572,21.428572,21.428572,21.428572,25,25,25,25,30.76923,30.76923,30.76923,30.76923,33.333332,33.333332,33.333332,21.428572,21.428572,21.428572,21.428572,25,25,25,25,30.76923,30.76923,30.76923,30.76923,33.333332,33.333332,33.333332,21.428572,21.428572,21.428572,21.428572,25,25,25,25,30.76923,30.76923,30.76923,30.76923,33.333332,33.333332,33.333332,21.428572,21.428572,21.428572,21.428572,25,25,25,25,30.76923,30.76923,30.76923,30.76923,33.333332,33.333332,33.333332,21.428572,21.428572,21.428572,21.428572,25,25,25,25,30.76923,30.76923,30.76923,30.76923,33.333332,33.333332,33.333332,21.428572,21.428572,21.428572,21.428572,25,25,25,25,30.76923,30.76923,30.76923,30.76923,33.333332,33.333332,33.333332,21.428572,21.428572,21.428572,21.428572,25,25,25,25,30.76923,30.76923,30.76923,30.76923,33.333332,33.333332,33.333332,21.428572,21.428572,21.428572,21.428572,25,25,25,25,30.76923,30.76923,30.76923,30.76923,33.333332,33.333332,33.333332,21.428572,21.428572,21.428572,21.428572,25,25,25,25,30.76923,30.76923,30.76923,30.76923,33.333332,33.333332,33.333332,21.428572,21.428572,21.428572,21.428572,25,25,25,25,30.76923,30.76923,30.76923,30.76923,33.333332,33.333332,33.333332,21.428572,21.428572,21.428572,21.428572,25,25,25,25,30.76923,30.76923,30.76923,30.76923,33.333332,33.333332,33.333332,21.428572,21.428572,21.428572,21.428572,25,25,25,25,30.76923,30.76923,30.76923,30.76923,33.333332,33.333332,33.333332,21.428572,21.428572,21.428572,21.428572,25,25,25,25,30.76923,30.76923,30.76923,30.76923,33.333332,33.333332,33.333332,21.428572,21.428572,21.428572,21.428572,25,25,25,25,30.76923,30.76923,30.76923,30.76923,33.333332,33.333332,33.333332,21.428572,21.428572,21.428572,21.428572,25,25,25,25,30.76923,30.76923,30.76923,30.76923,33.333332,33.333332,33.333332,21.428572,21.428572,21.428572,21.428572,25,25,25,25,30.76923,30.76923,30.76923,30.76923,33.333332,33.333332,33.333332,21.428572,21.428572,21.428572,21.428572,25,25,25,25,30.76923,30.76923,30.76923,30.76923,33.333332,33.333332,33.333332,21.428572,21.428572,21.428572,21.428572,25,25,25,25,30.76923,30.76923,30.76923,30.76923,33.333332,33.333332,33.333332,21.428572,21.428572,21.428572,21.428572,25,25,25,25,30.76923,30.76923,30.76923,30.76923,33.333332,33.333332,33.333332,21.428572,21.428572,21.428572,21.428572,25,25,25,25,30.76923,30.76923,30.76923,30.76923,33.333332,33.333332,33.333332,21.428572,21.428572,21.428572,21.428572,25,25,25,25,30.76923,30.76923,30.76923,30.76923,33.333332,33.333332,33.333332,21.428572,21.428572,21.428572,21.428572,25,25,25,25,30.76923,30.76923,30.76923,30.76923,33.333332,33.333332,33.333332,21.428572,21.428572,21.428572,21.428572,25,25,25,25,30.76923,30.76923,30.76923,30.76923,33.333332,33.333332,33.333332,21.428572,21.428572,21.428572,21.428572,25,25,25,25,30.76923,30.76923,30.76923,30.76923,33.333332,33.333332,33.333332,21.428572,21.428572,21.428572,21.428572,25,25,25,25,30.76923,30.76923,30.76923,30.76923,33.333332,33.333332,33.333332,21.428572,21.428572,21.428572,21.428572,25,25,25,25,30.76923,30.76923,30.76923,30.76923,33.333332,33.333332,33.333332,21.428572,21.428572,21.428572,21.428572,25,25,25,25,30.76923,30.76923,30.76923,30.76923,33.333332,33.333332,33.333332,21.428572,21.428572,21.428572,21.428572,25,25,25,25,30.76923,30.76923,30.76923,30.76923,33.333332,33.333332,33.333332,21.428572,21.428572,21.428572,21.428572,25,25,25,25,30.76923,30.76923,30.76923,30.76923,33.333332,33.333332,33.333332,21.428572,21.428572,21.428572,21.428572,25,25,25,25,30.76923,30.76923,30.76923,30.76923,33.333332,33.333332,33.333332,21.428572,21.428572,21.428572,21.428572,25,25,25,25,30.76923,30.76923,30.76923,30.76923,33.333332,33.333332,33.333332,21.428572,21.428572,21.428572,21.428572,25,25,25,25,30.76923,30.76923,30.76923,30.76923,33.333332,33.333332,33.333332,21.428572,21.428572,21.428572,21.428572,25,25,25,25,30.76923,30.76923,30.76923,30.76923,33.333332,33.333332,33.333332,21.428572,21.428572,21.428572,21.428572,25,25,25,25,30.76923,30.76923,30.76923,30.76923,33.333332,33.333332,33.333332,21.428572,21.428572,21.428572,21.428572,25,25,25,25,30.76923,30.76923,30.76923,30.76923,33.333332,33.333332,33.333332,21.428572,21.428572,21.428572,21.428572,25,25,25,25,30.76923,30.76923,30.76923,30.76923,33.333332,33.333332,33.333332,21.428572,21.428572,21.428572,21.428572,25,25,25,25,30.76923,30.76923,30.76923,30.76923,33.333332,33.333332,33.333332,21.428572,21.428572,21.428572,21.428572,25,25,25,25,30.76923,30.76923,30.76923,30.76923,33.333332,33.333332,33.333332,21.428572,21.428572,21.428572,21.428572,25,25,25,25,30.76923,30.76923,30.76923,30.76923,33.333332,33.333332,33.333332,21.428572,21.428572,21.428572,21.428572,25,25,25,25,30.76923,30.76923,30.76923,30.76923,33.333332,33.333332,33.333332,21.428572,21.428572,21.428572,21.428572,25,25,25,25,30.76923,30.76923,30.76923,30.76923,33.333332,33.333332,33.333332,21.428572,21.428572,21.428572,21.428572,25,25,25,25,30.76923,30.76923,30.76923,30.76923,33.333332,33.333332,33.333332,21.428572,21.428572,21.428572,21.428572,25,25,25,25,30.76923,30.76923,30.76923,30.76923,33.333332,33.333332,33.333332,21.428572,21.428572,21.428572,21.428572,25,25,25,25,30.76923,30.76923,30.76923,30.76923,33.333332,33.333332,33.333332,21.428572,21.428572,21.428572,21.428572,25,25,25,25,30.76923,30.76923,30.76923,30.76923,33.333332,33.333332,33.333332,21.428572,21.428572,21.428572,21.428572,25,25,25,25,30.76923,30.76923,30.76923,30.76923,33.333332,33.333332,33.333332,21.428572,21.428572,21.428572,21.428572,25,25,25,25,30.76923,30.76923,30.76923,30.76923,33.333332,33.333332,33.333332,21.428572,21.428572,21.428572,21.428572,25,25,25,25,30.76923,30.76923,30.76923,30.76923,33.333332,33.333332,33.333332,21.428572,21.428572,21.428572,21.428572,25,25,25,25,30.76923,30.76923,30.76923,30.76923,33.333332,33.333332,33.333332,21.428572,21.428572,21.428572,21.428572,25,25,25,25,30.76923,30.76923,30.76923,30.76923,33.333332,33.333332,33.333332,21.428572,21.428572,21.428572,21.428572,25,25,25,25,30.76923,30.76923,30.76923,30.76923,33.333332,33.333332,33.333332,21.428572,21.428572,21.428572,21.428572,25,25,25,25,30.76923,30.76923,30.76923,30.76923,33.333332,33.333332,33.333332,21.428572,21.428572,21.428572,21.428572,25,25,25,25,30.76923,30.76923,30.76923,30.76923,33.333332,33.333332,33.333332,21.428572,21.428572,21.428572,21.428572,25,25,25,25,30.76923,30.76923,30.76923,30.76923,33.333332,33.333332,33.333332,21.428572,21.428572,21.428572,21.428572,25,25,25,25,30.76923,30.76923,30.76923,30.76923,33.333332,33.333332,33.333332,21.428572,21.428572,21.428572,21.428572,25,25,25,25,30.76923,30.76923,30.76923,30.76923,33.333332,33.333332,33.333332,21.428572,21.428572,21.428572,21.428572,25,25,25,25,30.76923,30.76923,30.76923,30.76923,33.333332,33.333332,33.333332,21.428572,21.428572,21.428572,21.428572,25,25,25,25,30.76923,30.76923,30.76923,30.76923,33.333332,33.333332,33.333332,21.428572,21.428572,21.428572,21.428572,25,25,25,25,30.76923,30.76923,30.76923,30.76923,33.333332,33.333332,33.333332,21.428572,21.428572,21.428572,21.428572,25,25,25,25,30.76923,30.76923,30.76923,30.76923,33.333332,33.333332,33.333332,21.428572,21.428572,21.428572,21.428572,25,25,25,25,30.76923,30.76923,30.76923,30.76923,33.333332,33.333332,33.333332,21.428572,21.428572,21.428572,21.428572,25,25,25,25,30.76923,30.76923,30.76923,30.76923,33.333332,33.333332,33.333332,21.428572,21.428572,21.428572,21.428572,25,25,25,25,30.76923,30.76923,30.76923,30.76923,33.333332,33.333332,33.333332,21.428572,21.428572,21.428572,21.428572,25,25,25,25,30.76923,30.76923,30.76923,30.76923,33.333332,33.333332,33.333332,21.428572,21.428572,21.428572,21.428572,25,25,25,25,30.76923,30.76923,30.76923,30.76923,33.333332,33.333332,33.333332,21.428572,21.428572,21.428572,21.428572,25,25,25,25,30.76923,30.76923,30.76923,30.76923,33.333332,33.333332,33.333332,21.428572,21.428572,21.428572,21.428572,25,25,25,25,30.76923,30.76923,30.76923,30.76923,33.333332,33.333332,33.333332,21.428572,21.428572,21.428572,21.428572,25,25,25,25,30.76923,30.76923,30.76923,30.76923,33.333332,33.333332,33.333332,21.428572,21.428572,21.428572,21.428572,25,25,25,25,30.76923,30.76923,30.76923,30.76923,33.333332,33.333332,33.333332,21.428572,21.428572,21.428572,21.428572,25,25,25,25,30.76923,30.76923,30.76923,30.76923,33.333332,33.333332,33.333332,21.428572,21.428572,21.428572,21.428572,25,25,25,25,30.76923,30.76923,30.76923,30.76923,33.333332,33.333332,33.333332,21.428572,21.428572,21.428572,21.428572,25,25,25,25,30.76923,30.76923,30.76923,30.76923,33.333332,33.333332,33.333332,21.428572,21.428572,21.428572,21.428572,25,25,25,25,30.76923,30.76923,30.76923,30.76923,33.333332,33.333332,33.333332,21.428572,21.428572,21.428572,21.428572,25,25,25,25,30.76923,30.76923,30.76923,30.76923,33.333332,33.333332,33.333332,21.428572,21.428572,21.428572,21.428572,25,25,25,25,30.76923,30.76923,30.76923,30.76923,33.333332,33.333332,33.333332,21.428572,21.428572,21.428572,21.428572,25,25,25,25,30.76923,30.76923,30.76923,30.76923,33.333332,33.333332,33.333332,21.428572,21.428572,21.428572,21.428572,25,25,25,25,30.76923,30.76923,30.76923,30.76923,33.333332,33.333332,33.333332,21.428572,21.428572,21.428572,21.428572,25,25,25,25,30.76923,30.76923,30.76923,30.76923,33.333332,33.333332,33.333332,21.428572,21.428572,21.428572,21.428572,25,25,25,25,30.76923,30.76923,30.76923,30.76923,33.333332,33.333332,33.333332,21.428572,21.428572,21.428572,21.428572,25,25,25,25,30.76923,30.76923,30.76923,30.76923,33.333332,33.333332,33.333332,21.428572,21.428572,21.428572,21.428572,25,25,25,25,30.76923,30.76923,30.76923,30.76923,33.333332,33.333332,33.333332,21.428572,21.428572,21.428572,21.428572,25,25,25,25,30.76923,30.76923,30.76923,30.76923,33.333332,33.333332,33.333332,21.428572,21.428572,21.428572,21.428572,25,25,25,25,30.76923,30.76923,30.76923,30.76923,33.333332,33.333332,33.333332,21.428572,21.428572,21.428572,21.428572,25,25,25,25,30.76923,30.76923,30.76923,30.76923,33.333332,33.333332,33.333332,21.428572,21.428572,21.428572,21.428572,25,25,25,25,30.76923,30.76923,30.76923,30.76923,33.333332,33.333332,33.333332,21.428572,21.428572,21.428572,21.428572,25,25,25,25,30.76923,30.76923,30.76923,30.76923,33.333332,33.333332,33.333332,21.428572,21.428572,21.428572,21.428572,25,25,25,25,30.76923,30.76923,30.76923,30.76923,33.333332,33.333332,33.333332,21.428572,21.428572,21.428572,21.428572,25,25,25,25,30.76923,30.76923,30.76923,30.76923,33.333332,33.333332,33.333332,21.428572,21.428572,21.428572,21.428572,25,25,25,25,30.76923,30.76923,30.76923,30.76923,33.333332,33.333332,33.333332,21.428572,21.428572,21.428572,21.428572,25,25,25,25,30.76923,30.76923,30.76923,30.76923,33.333332,33.333332,33.333332,21.428572,21.428572,21.428572,21.428572,25,25,25,25,30.76923,30.76923,30.76923,30.76923,33.333332,33.333332,33.333332,21.428572,21.428572,21.428572,21.428572,25,25,25,25,30.76923,30.76923,30.76923,30.76923,33.333332,33.333332,33.333332,21.428572,21.428572,21.428572,21.428572,25,25,25,25,30.76923,30.76923,30.76923,30.76923,33.333332,33.333332,33.333332,21.428572,21.428572,21.428572,21.428572,25,25,25,25,30.76923,30.76923,30.76923,30.76923,33.333332,33.333332,33.333332,21.428572,21.428572,21.428572,21.428572,25,25,25,25,30.76923,30.76923,30.76923,30.76923,33.333332,33.333332,33.333332,21.428572,21.428572,21.428572,21.428572,25,25,25,25,30.76923,30.76923,30.76923,30.76923,33.333332,33.333332,33.333332,21.428572,21.428572,21.428572,21.428572,25,25,25,25,30.76923,30.76923,30.76923,30.76923,33.333332,33.333332,33.333332,21.428572,21.428572,21.428572,21.428572,25,25,25,25,30.76923,30.76923,30.76923,30.76923,33.333332,33.333332,33.333332,21.428572,21.428572,21.428572,21.428572,25,25,25,25,30.76923,30.76923,30.76923,30.76923,33.333332,33.333332,33.333332,21.428572,21.428572,21.428572,21.428572,25,25,25,25,30.76923,30.76923,30.76923,30.76923,33.333332,33.333332,33.333332,21.428572,21.428572,21.428572,21.428572,25,25,25,25,30.76923,30.76923,30.76923,30.76923,33.333332,33.333332,33.333332,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16,16,16,9.7560978,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16,16,16,9.7560978,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16,16,16,9.7560978,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16,16,16,9.7560978,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16,16,16,9.7560978,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16,16,16,9.7560978,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16,16,16,9.7560978,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16,16,16,9.7560978,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16,16,16,9.7560978,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16,16,16,9.7560978,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16,16,16,9.7560978,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16,16,16,9.7560978,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16,16,16,9.7560978,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16,16,16,9.7560978,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16,16,16,9.7560978,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16,16,16,9.7560978,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16,16,16,9.7560978,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16,16,16,9.7560978,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16,16,16,9.7560978,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16,16,16,9.7560978,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16,16,16,9.7560978,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16,16,16,9.7560978,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16,16,16,9.7560978,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16,16,16,9.7560978,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16,16,16,9.7560978,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16,16,16,9.7560978,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16,16,16,9.7560978,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16,16,16,9.7560978,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16,16,16,9.7560978,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16,16,16,9.7560978,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16,16,16,9.7560978,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16,16,16,9.7560978,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16,16,16,9.7560978,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16,16,16,9.7560978,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16,16,16,9.7560978,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16,16,16,9.7560978,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16,16,16,9.7560978,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16,16,16,9.7560978,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16,16,16,9.7560978,33.333332,30,30,31.578947,31.578947,31.578947,31.578947,31.578947,33.333332,33.333332,27.272728,27.272728,25,25,25,33.333332,30,30,31.578947,31.578947,31.578947,31.578947,31.578947,33.333332,33.333332,27.272728,27.272728,25,25,25,33.333332,30,30,31.578947,31.578947,31.578947,31.578947,31.578947,33.333332,33.333332,27.272728,27.272728,25,25,25,33.333332,30,30,31.578947,31.578947,31.578947,31.578947,31.578947,33.333332,33.333332,27.272728,27.272728,25,25,25,33.333332,30,30,31.578947,31.578947,31.578947,31.578947,31.578947,33.333332,33.333332,27.272728,27.272728,25,25,25,33.333332,30,30,31.578947,31.578947,31.578947,31.578947,31.578947,33.333332,33.333332,27.272728,27.272728,25,25,25,33.333332,30,30,31.578947,31.578947,31.578947,31.578947,31.578947,33.333332,33.333332,27.272728,27.272728,25,25,25,33.333332,30,30,31.578947,31.578947,31.578947,31.578947,31.578947,33.333332,33.333332,27.272728,27.272728,25,25,25,33.333332,30,30,31.578947,31.578947,31.578947,31.578947,31.578947,33.333332,33.333332,27.272728,27.272728,25,25,25,33.333332,30,30,31.578947,31.578947,31.578947,31.578947,31.578947,33.333332,33.333332,27.272728,27.272728,25,25,25,33.333332,30,30,31.578947,31.578947,31.578947,31.578947,31.578947,33.333332,33.333332,27.272728,27.272728,25,25,25,33.333332,30,30,31.578947,31.578947,31.578947,31.578947,31.578947,33.333332,33.333332,27.272728,27.272728,25,25,25,33.333332,30,30,31.578947,31.578947,31.578947,31.578947,31.578947,33.333332,33.333332,27.272728,27.272728,25,25,25,33.333332,30,30,31.578947,31.578947,31.578947,31.578947,31.578947,33.333332,33.333332,27.272728,27.272728,25,25,25,33.333332,30,30,31.578947,31.578947,31.578947,31.578947,31.578947,33.333332,33.333332,27.272728,27.272728,25,25,25,33.333332,30,30,31.578947,31.578947,31.578947,31.578947,31.578947,33.333332,33.333332,27.272728,27.272728,25,25,25,33.333332,30,30,31.578947,31.578947,31.578947,31.578947,31.578947,33.333332,33.333332,27.272728,27.272728,25,25,25,33.333332,30,30,31.578947,31.578947,31.578947,31.578947,31.578947,33.333332,33.333332,27.272728,27.272728,25,25,25,33.333332,30,30,31.578947,31.578947,31.578947,31.578947,31.578947,33.333332,33.333332,27.272728,27.272728,25,25,25,33.333332,30,30,31.578947,31.578947,31.578947,31.578947,31.578947,33.333332,33.333332,27.272728,27.272728,25,25,25,33.333332,30,30,31.578947,31.578947,31.578947,31.578947,31.578947,33.333332,33.333332,27.272728,27.272728,25,25,25,33.333332,30,30,31.578947,31.578947,31.578947,31.578947,31.578947,33.333332,33.333332,27.272728,27.272728,25,25,25,33.333332,30,30,31.578947,31.578947,31.578947,31.578947,31.578947,33.333332,33.333332,27.272728,27.272728,25,25,25,33.333332,30,30,31.578947,31.578947,31.578947,31.578947,31.578947,33.333332,33.333332,27.272728,27.272728,25,25,25,33.333332,30,30,31.578947,31.578947,31.578947,31.578947,31.578947,33.333332,33.333332,27.272728,27.272728,25,25,25,33.333332,30,30,31.578947,31.578947,31.578947,31.578947,31.578947,33.333332,33.333332,27.272728,27.272728,25,25,25,33.333332,30,30,31.578947,31.578947,31.578947,31.578947,31.578947,33.333332,33.333332,27.272728,27.272728,25,25,25,33.333332,30,30,31.578947,31.578947,31.578947,31.578947,31.578947,33.333332,33.333332,27.272728,27.272728,25,25,25,33.333332,30,30,31.578947,31.578947,31.578947,31.578947,31.578947,33.333332,33.333332,27.272728,27.272728,25,25,25,33.333332,30,30,31.578947,31.578947,31.578947,31.578947,31.578947,33.333332,33.333332,27.272728,27.272728,25,25,25,33.333332,30,30,31.578947,31.578947,31.578947,31.578947,31.578947,33.333332,33.333332,27.272728,27.272728,25,25,25,33.333332,30,30,31.578947,31.578947,31.578947,31.578947,31.578947,33.333332,33.333332,27.272728,27.272728,25,25,25,33.333332,30,30,31.578947,31.578947,31.578947,31.578947,31.578947,33.333332,33.333332,27.272728,27.272728,25,25,25,33.333332,30,30,31.578947,31.578947,31.578947,31.578947,31.578947,33.333332,33.333332,27.272728,27.272728,25,25,25,33.333332,30,30,31.578947,31.578947,31.578947,31.578947,31.578947,33.333332,33.333332,27.272728,27.272728,25,25,25,33.333332,30,30,31.578947,31.578947,31.578947,31.578947,31.578947,33.333332,33.333332,27.272728,27.272728,25,25,25,33.333332,30,30,31.578947,31.578947,31.578947,31.578947,31.578947,33.333332,33.333332,27.272728,27.272728,25,25,25,33.333332,30,30,31.578947,31.578947,31.578947,31.578947,31.578947,33.333332,33.333332,27.272728,27.272728,25,25,25,33.333332,30,30,31.578947,31.578947,31.578947,31.578947,31.578947,33.333332,33.333332,27.272728,27.272728,25,25,25,33.333332,30,30,31.578947,31.578947,31.578947,31.578947,31.578947,33.333332,33.333332,27.272728,27.272728,25,25,25,33.333332,30,30,31.578947,31.578947,31.578947,31.578947,31.578947,33.333332,33.333332,27.272728,27.272728,25,25,25,33.333332,30,30,31.578947,31.578947,31.578947,31.578947,31.578947,33.333332,33.333332,27.272728,27.272728,25,25,25,33.333332,30,30,31.578947,31.578947,31.578947,31.578947,31.578947,33.333332,33.333332,27.272728,27.272728,25,25,25,33.333332,30,30,31.578947,31.578947,31.578947,31.578947,31.578947,33.333332,33.333332,27.272728,27.272728,25,25,25,33.333332,30,30,31.578947,31.578947,31.578947,31.578947,31.578947,33.333332,33.333332,27.272728,27.272728,25,25,25,33.333332,30,30,31.578947,31.578947,31.578947,31.578947,31.578947,33.333332,33.333332,27.272728,27.272728,25,25,25,33.333332,30,30,31.578947,31.578947,31.578947,31.578947,31.578947,33.333332,33.333332,27.272728,27.272728,25,25,25,33.333332,30,30,31.578947,31.578947,31.578947,31.578947,31.578947,33.333332,33.333332,27.272728,27.272728,25,25,25,33.333332,30,30,31.578947,31.578947,31.578947,31.578947,31.578947,33.333332,33.333332,27.272728,27.272728,25,25,25,33.333332,30,30,31.578947,31.578947,31.578947,31.578947,31.578947,33.333332,33.333332,27.272728,27.272728,25,25,25,33.333332,30,30,31.578947,31.578947,31.578947,31.578947,31.578947,33.333332,33.333332,27.272728,27.272728,25,25,25,33.333332,30,30,31.578947,31.578947,31.578947,31.578947,31.578947,33.333332,33.333332,27.272728,27.272728,25,25,25,33.333332,30,30,31.578947,31.578947,31.578947,31.578947,31.578947,33.333332,33.333332,27.272728,27.272728,25,25,25,33.333332,30,30,31.578947,31.578947,31.578947,31.578947,31.578947,33.333332,33.333332,27.272728,27.272728,25,25,25,33.333332,30,30,31.578947,31.578947,31.578947,31.578947,31.578947,33.333332,33.333332,27.272728,27.272728,25,25,25,14.285714,14.285714,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,19.23077,20.833334,20.833334,20.833334,20.833334,14.285714,14.285714,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,19.23077,20.833334,20.833334,20.833334,20.833334,14.285714,14.285714,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,19.23077,20.833334,20.833334,20.833334,20.833334,14.285714,14.285714,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,19.23077,20.833334,20.833334,20.833334,20.833334,14.285714,14.285714,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,19.23077,20.833334,20.833334,20.833334,20.833334,14.285714,14.285714,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,19.23077,20.833334,20.833334,20.833334,20.833334,14.285714,14.285714,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,19.23077,20.833334,20.833334,20.833334,20.833334,14.285714,14.285714,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,19.23077,20.833334,20.833334,20.833334,20.833334,14.285714,14.285714,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,19.23077,20.833334,20.833334,20.833334,20.833334,14.285714,14.285714,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,19.23077,20.833334,20.833334,20.833334,20.833334,14.285714,14.285714,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,19.23077,20.833334,20.833334,20.833334,20.833334,14.285714,14.285714,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,19.23077,20.833334,20.833334,20.833334,20.833334,14.285714,14.285714,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,19.23077,20.833334,20.833334,20.833334,20.833334,14.285714,14.285714,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,19.23077,20.833334,20.833334,20.833334,20.833334,14.285714,14.285714,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,19.23077,20.833334,20.833334,20.833334,20.833334,14.285714,14.285714,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,19.23077,20.833334,20.833334,20.833334,20.833334,14.285714,14.285714,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,19.23077,20.833334,20.833334,20.833334,20.833334,14.285714,14.285714,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,19.23077,20.833334,20.833334,20.833334,20.833334,14.285714,14.285714,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,19.23077,20.833334,20.833334,20.833334,20.833334,14.285714,14.285714,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,19.23077,20.833334,20.833334,20.833334,20.833334,14.285714,14.285714,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,19.23077,20.833334,20.833334,20.833334,20.833334,14.285714,14.285714,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,19.23077,20.833334,20.833334,20.833334,20.833334,14.285714,14.285714,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,19.23077,20.833334,20.833334,20.833334,20.833334,14.285714,14.285714,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,19.23077,20.833334,20.833334,20.833334,20.833334,14.285714,14.285714,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,19.23077,20.833334,20.833334,20.833334,20.833334,14.285714,14.285714,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,19.23077,20.833334,20.833334,20.833334,20.833334,14.285714,14.285714,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,19.23077,20.833334,20.833334,20.833334,20.833334,14.285714,14.285714,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,19.23077,20.833334,20.833334,20.833334,20.833334,14.285714,14.285714,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,19.23077,20.833334,20.833334,20.833334,20.833334,14.285714,14.285714,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,19.23077,20.833334,20.833334,20.833334,20.833334,14.285714,14.285714,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,19.23077,20.833334,20.833334,20.833334,20.833334,14.285714,14.285714,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,19.23077,20.833334,20.833334,20.833334,20.833334,14.285714,14.285714,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,19.23077,20.833334,20.833334,20.833334,20.833334,14.285714,14.285714,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,19.23077,20.833334,20.833334,20.833334,20.833334,14.285714,14.285714,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,19.23077,20.833334,20.833334,20.833334,20.833334,14.285714,14.285714,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,19.23077,20.833334,20.833334,20.833334,20.833334,14.285714,14.285714,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,19.23077,20.833334,20.833334,20.833334,20.833334,14.285714,14.285714,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,19.23077,20.833334,20.833334,20.833334,20.833334,14.285714,14.285714,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,19.23077,20.833334,20.833334,20.833334,20.833334,14.285714,14.285714,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,19.23077,20.833334,20.833334,20.833334,20.833334,14.285714,14.285714,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,19.23077,20.833334,20.833334,20.833334,20.833334,14.285714,14.285714,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,19.23077,20.833334,20.833334,20.833334,20.833334,14.285714,14.285714,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,19.23077,20.833334,20.833334,20.833334,20.833334,14.285714,14.285714,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,19.23077,20.833334,20.833334,20.833334,20.833334,14.285714,14.285714,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,19.23077,20.833334,20.833334,20.833334,20.833334,14.285714,14.285714,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,19.23077,20.833334,20.833334,20.833334,20.833334,14.285714,14.285714,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,19.23077,20.833334,20.833334,20.833334,20.833334,14.285714,14.285714,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,19.23077,20.833334,20.833334,20.833334,20.833334,14.285714,14.285714,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,19.23077,20.833334,20.833334,20.833334,20.833334,14.285714,14.285714,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,19.23077,20.833334,20.833334,20.833334,20.833334,14.285714,14.285714,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,19.23077,20.833334,20.833334,20.833334,20.833334,14.285714,14.285714,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,19.23077,20.833334,20.833334,20.833334,20.833334,14.285714,14.285714,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,19.23077,20.833334,20.833334,20.833334,20.833334,14.285714,14.285714,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,19.23077,20.833334,20.833334,20.833334,20.833334,14.285714,14.285714,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,19.23077,20.833334,20.833334,20.833334,20.833334,14.285714,14.285714,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,19.23077,20.833334,20.833334,20.833334,20.833334,14.285714,14.285714,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,19.23077,20.833334,20.833334,20.833334,20.833334,14.285714,14.285714,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,19.23077,20.833334,20.833334,20.833334,20.833334,14.285714,14.285714,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,19.23077,20.833334,20.833334,20.833334,20.833334,14.285714,14.285714,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,19.23077,20.833334,20.833334,20.833334,20.833334,14.285714,14.285714,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,19.23077,20.833334,20.833334,20.833334,20.833334,14.285714,14.285714,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,19.23077,20.833334,20.833334,20.833334,20.833334,14.285714,14.285714,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,19.23077,20.833334,20.833334,20.833334,20.833334,14.285714,14.285714,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,19.23077,20.833334,20.833334,20.833334,20.833334,14.285714,14.285714,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,19.23077,20.833334,20.833334,20.833334,20.833334,14.285714,14.285714,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,19.23077,20.833334,20.833334,20.833334,20.833334,14.285714,14.285714,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,19.23077,20.833334,20.833334,20.833334,20.833334,14.285714,14.285714,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,19.23077,20.833334,20.833334,20.833334,20.833334,14.285714,14.285714,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,19.23077,20.833334,20.833334,20.833334,20.833334,14.285714,14.285714,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,19.23077,20.833334,20.833334,20.833334,20.833334,14.285714,14.285714,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,19.23077,20.833334,20.833334,20.833334,20.833334,14.285714,14.285714,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,19.23077,20.833334,20.833334,20.833334,20.833334,0,0,0,0,0,0,0,0,0,0,10,11.111111,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,0,10,11.111111,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,0,10,11.111111,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,0,10,11.111111,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,0,10,11.111111,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,0,10,11.111111,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,0,10,11.111111,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,0,10,11.111111,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,0,10,11.111111,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,0,10,11.111111,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,0,10,11.111111,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,0,10,11.111111,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,0,10,11.111111,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,0,10,11.111111,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,0,10,11.111111,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,0,10,11.111111,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,0,10,11.111111,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,0,10,11.111111,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,0,10,11.111111,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,0,10,11.111111,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,0,10,11.111111,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,0,10,11.111111,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,0,10,11.111111,11.111111,11.111111,11.111111 ),.Dim=c(3107,15)), backgroundchecks_pc=structure(.Data=c( 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12.941176,12.790698,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.702127,11.578947,11.111111,11,12.941176,12.790698,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.702127,11.578947,11.111111,11,12.941176,12.790698,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.702127,11.578947,11.111111,11,12.941176,12.790698,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.702127,11.578947,11.111111,11,12.941176,12.790698,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.702127,11.578947,11.111111,11,12.941176,12.790698,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.702127,11.578947,11.111111,11,12.941176,12.790698,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.702127,11.578947,11.111111,11,12.941176,12.790698,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.702127,11.578947,11.111111,11,12.941176,12.790698,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.702127,11.578947,11.111111,11,12.941176,12.790698,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.702127,11.578947,11.111111,11,12.941176,12.790698,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.702127,11.578947,11.111111,11,12.941176,12.790698,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.702127,11.578947,11.111111,11,12.941176,12.790698,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.702127,11.578947,11.111111,11,12.941176,12.790698,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.702127,11.578947,11.111111,11,12.941176,12.790698,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.702127,11.578947,11.111111,11,12.941176,12.790698,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.702127,11.578947,11.111111,11,12.941176,12.790698,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.702127,11.578947,11.111111,11,12.941176,12.790698,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.702127,11.578947,11.111111,11,12.941176,12.790698,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.702127,11.578947,11.111111,11,12.941176,12.790698,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.702127,11.578947,11.111111,11,12.941176,12.790698,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.702127,11.578947,11.111111,11,12.941176,12.790698,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.702127,11.578947,11.111111,11,12.941176,12.790698,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.702127,11.578947,11.111111,11,12.941176,12.790698,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.702127,11.578947,11.111111,11,12.941176,12.790698,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.702127,11.578947,11.111111,11,12.941176,12.790698,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.702127,11.578947,11.111111,11,12.941176,12.790698,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.702127,11.578947,11.111111,11,12.941176,12.790698,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.702127,11.578947,11.111111,11,12.941176,12.790698,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.702127,11.578947,11.111111,11,12.941176,12.790698,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.702127,11.578947,11.111111,11,12.941176,12.790698,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.702127,11.578947,11.111111,11,12.941176,12.790698,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.702127,11.578947,11.111111,11,12.941176,12.790698,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.702127,11.578947,11.111111,11,12.941176,12.790698,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.702127,11.578947,11.111111,11,12.941176,12.790698,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.702127,11.578947,11.111111,11,12.941176,12.790698,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.702127,11.578947,11.111111,11,12.941176,12.790698,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.702127,11.578947,11.111111,11,12.941176,12.790698,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.702127,11.578947,11.111111,11,12.941176,12.790698,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.702127,11.578947,11.111111,11,12.941176,12.790698,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.702127,11.578947,11.111111,11,12.941176,12.790698,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.702127,11.578947,11.111111,11,12.941176,12.790698,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.702127,11.578947,11.111111,11,12.941176,12.790698,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.702127,11.578947,11.111111,11,12.941176,12.790698,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.702127,11.578947,11.111111,11,12.941176,12.790698,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.702127,11.578947,11.111111,11,12.941176,12.790698,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.702127,11.578947,11.111111,11,12.941176,12.790698,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.702127,11.578947,11.111111,11,12.941176,12.790698,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.702127,11.578947,11.111111,11,12.941176,12.790698,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.702127,11.578947,11.111111,11,12.941176,12.790698,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.702127,11.578947,11.111111,11,12.941176,12.790698,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.702127,11.578947,11.111111,11,12.941176,12.790698,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.702127,11.578947,11.111111,11,12.941176,12.790698,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.702127,11.578947,11.111111,11,12.941176,12.790698,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.702127,11.578947,11.111111,11,12.941176,12.790698,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.702127,11.578947,11.111111,11,12.941176,12.790698,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.702127,11.578947,11.111111,11,12.941176,12.790698,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.702127,11.578947,11.111111,11,12.941176,12.790698,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.827957,11.702127,11.578947,11.111111,11,0,25,25,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,30,30,0,25,25,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,30,30,0,25,25,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,30,30,0,25,25,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,30,30,0,25,25,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,30,30,0,25,25,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,30,30,0,25,25,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,30,30,0,25,25,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,30,30,0,25,25,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,30,30,0,25,25,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,30,30,0,25,25,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,30,30,0,25,25,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,30,30,0,25,25,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,30,30,0,25,25,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,30,30,0,25,25,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,30,30,0,25,25,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,30,30,0,25,25,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,30,30,0,25,25,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,30,30,0,25,25,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,30,30,0,25,25,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,30,30,0,25,25,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,30,30,0,25,25,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,30,30,0,25,25,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,30,30,0,25,25,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,30,30,0,25,25,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,30,30,0,25,25,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,30,30,0,25,25,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,30,30,0,25,25,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,30,30,0,25,25,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,30,30,0,25,25,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,30,30,0,25,25,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,30,30,0,25,25,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,30,30,0,25,25,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,30,30,0,25,25,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,30,30,0,25,25,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,30,30,0,25,25,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,30,30,0,25,25,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,30,30,0,25,25,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,30,30,0,25,25,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,30,30,0,25,25,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,30,30,0,25,25,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,30,30,0,25,25,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,30,30,0,25,25,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,30,30,0,25,25,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,30,30,0,25,25,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,30,30,0,25,25,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,30,30,0,25,25,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,30,30,0,25,25,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,30,30,0,25,25,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,30,30,0,25,25,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,30,30,0,25,25,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,30,30,0,25,25,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,30,30,0,25,25,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,30,30,0,25,25,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,30,30,0,25,25,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,30,30,0,25,25,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,30,30,0,25,25,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,30,30,0,25,25,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,30,30,0,25,25,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,30,30,0,25,25,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,30,30,0,25,25,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,30,30,0,25,25,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,30,30,0,25,25,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,30,30,0,25,25,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,23.529411,30,30,14.925373,14.925373,14.925373,14.925373,14.705882,14.492754,14.492754,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,12.048193,11.904762,14.925373,14.925373,14.925373,14.925373,14.705882,14.492754,14.492754,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,12.048193,11.904762,14.925373,14.925373,14.925373,14.925373,14.705882,14.492754,14.492754,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,12.048193,11.904762,14.925373,14.925373,14.925373,14.925373,14.705882,14.492754,14.492754,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,12.048193,11.904762,14.925373,14.925373,14.925373,14.925373,14.705882,14.492754,14.492754,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,12.048193,11.904762,14.925373,14.925373,14.925373,14.925373,14.705882,14.492754,14.492754,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,12.048193,11.904762,14.925373,14.925373,14.925373,14.925373,14.705882,14.492754,14.492754,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,12.048193,11.904762,14.925373,14.925373,14.925373,14.925373,14.705882,14.492754,14.492754,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,12.048193,11.904762,0,0,0,0,0,0,0,0,0,0,0,0,0,21.621622,21.052631,0,0,0,0,0,0,0,0,0,0,0,0,0,21.621622,21.052631,0,0,0,0,0,0,0,0,0,0,0,0,0,21.621622,21.052631,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12.068966,12.068966,12.068966,12.068966,12.068966,15,14.754098,14.754098,14.754098,14.754098,13.636364,13.636364,13.636364,14.0625,14.0625,12.068966,12.068966,12.068966,12.068966,12.068966,15,14.754098,14.754098,14.754098,14.754098,13.636364,13.636364,13.636364,14.0625,14.0625,12.068966,12.068966,12.068966,12.068966,12.068966,15,14.754098,14.754098,14.754098,14.754098,13.636364,13.636364,13.636364,14.0625,14.0625,12.068966,12.068966,12.068966,12.068966,12.068966,15,14.754098,14.754098,14.754098,14.754098,13.636364,13.636364,13.636364,14.0625,14.0625,12.068966,12.068966,12.068966,12.068966,12.068966,15,14.754098,14.754098,14.754098,14.754098,13.636364,13.636364,13.636364,14.0625,14.0625,12.068966,12.068966,12.068966,12.068966,12.068966,15,14.754098,14.754098,14.754098,14.754098,13.636364,13.636364,13.636364,14.0625,14.0625,12.068966,12.068966,12.068966,12.068966,12.068966,15,14.754098,14.754098,14.754098,14.754098,13.636364,13.636364,13.636364,14.0625,14.0625,12.068966,12.068966,12.068966,12.068966,12.068966,15,14.754098,14.754098,14.754098,14.754098,13.636364,13.636364,13.636364,14.0625,14.0625,12.068966,12.068966,12.068966,12.068966,12.068966,15,14.754098,14.754098,14.754098,14.754098,13.636364,13.636364,13.636364,14.0625,14.0625,12.068966,12.068966,12.068966,12.068966,12.068966,15,14.754098,14.754098,14.754098,14.754098,13.636364,13.636364,13.636364,14.0625,14.0625,12.068966,12.068966,12.068966,12.068966,12.068966,15,14.754098,14.754098,14.754098,14.754098,13.636364,13.636364,13.636364,14.0625,14.0625,12.068966,12.068966,12.068966,12.068966,12.068966,15,14.754098,14.754098,14.754098,14.754098,13.636364,13.636364,13.636364,14.0625,14.0625,12.068966,12.068966,12.068966,12.068966,12.068966,15,14.754098,14.754098,14.754098,14.754098,13.636364,13.636364,13.636364,14.0625,14.0625,12.068966,12.068966,12.068966,12.068966,12.068966,15,14.754098,14.754098,14.754098,14.754098,13.636364,13.636364,13.636364,14.0625,14.0625,12.068966,12.068966,12.068966,12.068966,12.068966,15,14.754098,14.754098,14.754098,14.754098,13.636364,13.636364,13.636364,14.0625,14.0625,12.068966,12.068966,12.068966,12.068966,12.068966,15,14.754098,14.754098,14.754098,14.754098,13.636364,13.636364,13.636364,14.0625,14.0625,12.068966,12.068966,12.068966,12.068966,12.068966,15,14.754098,14.754098,14.754098,14.754098,13.636364,13.636364,13.636364,14.0625,14.0625,12.068966,12.068966,12.068966,12.068966,12.068966,15,14.754098,14.754098,14.754098,14.754098,13.636364,13.636364,13.636364,14.0625,14.0625,12.068966,12.068966,12.068966,12.068966,12.068966,15,14.754098,14.754098,14.754098,14.754098,13.636364,13.636364,13.636364,14.0625,14.0625,12.068966,12.068966,12.068966,12.068966,12.068966,15,14.754098,14.754098,14.754098,14.754098,13.636364,13.636364,13.636364,14.0625,14.0625,12.068966,12.068966,12.068966,12.068966,12.068966,15,14.754098,14.754098,14.754098,14.754098,13.636364,13.636364,13.636364,14.0625,14.0625,12.068966,12.068966,12.068966,12.068966,12.068966,15,14.754098,14.754098,14.754098,14.754098,13.636364,13.636364,13.636364,14.0625,14.0625,12.068966,12.068966,12.068966,12.068966,12.068966,15,14.754098,14.754098,14.754098,14.754098,13.636364,13.636364,13.636364,14.0625,14.0625,12.068966,12.068966,12.068966,12.068966,12.068966,15,14.754098,14.754098,14.754098,14.754098,13.636364,13.636364,13.636364,14.0625,14.0625,12.068966,12.068966,12.068966,12.068966,12.068966,15,14.754098,14.754098,14.754098,14.754098,13.636364,13.636364,13.636364,14.0625,14.0625,12.068966,12.068966,12.068966,12.068966,12.068966,15,14.754098,14.754098,14.754098,14.754098,13.636364,13.636364,13.636364,14.0625,14.0625,12.068966,12.068966,12.068966,12.068966,12.068966,15,14.754098,14.754098,14.754098,14.754098,13.636364,13.636364,13.636364,14.0625,14.0625,12.068966,12.068966,12.068966,12.068966,12.068966,15,14.754098,14.754098,14.754098,14.754098,13.636364,13.636364,13.636364,14.0625,14.0625,12.068966,12.068966,12.068966,12.068966,12.068966,15,14.754098,14.754098,14.754098,14.754098,13.636364,13.636364,13.636364,14.0625,14.0625,12.068966,12.068966,12.068966,12.068966,12.068966,15,14.754098,14.754098,14.754098,14.754098,13.636364,13.636364,13.636364,14.0625,14.0625,12.068966,12.068966,12.068966,12.068966,12.068966,15,14.754098,14.754098,14.754098,14.754098,13.636364,13.636364,13.636364,14.0625,14.0625,12.068966,12.068966,12.068966,12.068966,12.068966,15,14.754098,14.754098,14.754098,14.754098,13.636364,13.636364,13.636364,14.0625,14.0625,12.068966,12.068966,12.068966,12.068966,12.068966,15,14.754098,14.754098,14.754098,14.754098,13.636364,13.636364,13.636364,14.0625,14.0625,12.068966,12.068966,12.068966,12.068966,12.068966,15,14.754098,14.754098,14.754098,14.754098,13.636364,13.636364,13.636364,14.0625,14.0625,12.068966,12.068966,12.068966,12.068966,12.068966,15,14.754098,14.754098,14.754098,14.754098,13.636364,13.636364,13.636364,14.0625,14.0625,12.068966,12.068966,12.068966,12.068966,12.068966,15,14.754098,14.754098,14.754098,14.754098,13.636364,13.636364,13.636364,14.0625,14.0625,12.068966,12.068966,12.068966,12.068966,12.068966,15,14.754098,14.754098,14.754098,14.754098,13.636364,13.636364,13.636364,14.0625,14.0625,12.068966,12.068966,12.068966,12.068966,12.068966,15,14.754098,14.754098,14.754098,14.754098,13.636364,13.636364,13.636364,14.0625,14.0625,12.068966,12.068966,12.068966,12.068966,12.068966,15,14.754098,14.754098,14.754098,14.754098,13.636364,13.636364,13.636364,14.0625,14.0625,12.068966,12.068966,12.068966,12.068966,12.068966,15,14.754098,14.754098,14.754098,14.754098,13.636364,13.636364,13.636364,14.0625,14.0625,12.068966,12.068966,12.068966,12.068966,12.068966,15,14.754098,14.754098,14.754098,14.754098,13.636364,13.636364,13.636364,14.0625,14.0625,12.068966,12.068966,12.068966,12.068966,12.068966,15,14.754098,14.754098,14.754098,14.754098,13.636364,13.636364,13.636364,14.0625,14.0625,12.068966,12.068966,12.068966,12.068966,12.068966,15,14.754098,14.754098,14.754098,14.754098,13.636364,13.636364,13.636364,14.0625,14.0625,12.068966,12.068966,12.068966,12.068966,12.068966,15,14.754098,14.754098,14.754098,14.754098,13.636364,13.636364,13.636364,14.0625,14.0625,12.068966,12.068966,12.068966,12.068966,12.068966,15,14.754098,14.754098,14.754098,14.754098,13.636364,13.636364,13.636364,14.0625,14.0625,12.068966,12.068966,12.068966,12.068966,12.068966,15,14.754098,14.754098,14.754098,14.754098,13.636364,13.636364,13.636364,14.0625,14.0625,12.068966,12.068966,12.068966,12.068966,12.068966,15,14.754098,14.754098,14.754098,14.754098,13.636364,13.636364,13.636364,14.0625,14.0625,12.068966,12.068966,12.068966,12.068966,12.068966,15,14.754098,14.754098,14.754098,14.754098,13.636364,13.636364,13.636364,14.0625,14.0625,12.068966,12.068966,12.068966,12.068966,12.068966,15,14.754098,14.754098,14.754098,14.754098,13.636364,13.636364,13.636364,14.0625,14.0625,12.068966,12.068966,12.068966,12.068966,12.068966,15,14.754098,14.754098,14.754098,14.754098,13.636364,13.636364,13.636364,14.0625,14.0625,12.068966,12.068966,12.068966,12.068966,12.068966,15,14.754098,14.754098,14.754098,14.754098,13.636364,13.636364,13.636364,14.0625,14.0625,12.068966,12.068966,12.068966,12.068966,12.068966,15,14.754098,14.754098,14.754098,14.754098,13.636364,13.636364,13.636364,14.0625,14.0625,12.068966,12.068966,12.068966,12.068966,12.068966,15,14.754098,14.754098,14.754098,14.754098,13.636364,13.636364,13.636364,14.0625,14.0625,12.068966,12.068966,12.068966,12.068966,12.068966,15,14.754098,14.754098,14.754098,14.754098,13.636364,13.636364,13.636364,14.0625,14.0625,12.068966,12.068966,12.068966,12.068966,12.068966,15,14.754098,14.754098,14.754098,14.754098,13.636364,13.636364,13.636364,14.0625,14.0625,12.068966,12.068966,12.068966,12.068966,12.068966,15,14.754098,14.754098,14.754098,14.754098,13.636364,13.636364,13.636364,14.0625,14.0625,12.068966,12.068966,12.068966,12.068966,12.068966,15,14.754098,14.754098,14.754098,14.754098,13.636364,13.636364,13.636364,14.0625,14.0625,12.068966,12.068966,12.068966,12.068966,12.068966,15,14.754098,14.754098,14.754098,14.754098,13.636364,13.636364,13.636364,14.0625,14.0625,12.068966,12.068966,12.068966,12.068966,12.068966,15,14.754098,14.754098,14.754098,14.754098,13.636364,13.636364,13.636364,14.0625,14.0625,12.068966,12.068966,12.068966,12.068966,12.068966,15,14.754098,14.754098,14.754098,14.754098,13.636364,13.636364,13.636364,14.0625,14.0625,12.068966,12.068966,12.068966,12.068966,12.068966,15,14.754098,14.754098,14.754098,14.754098,13.636364,13.636364,13.636364,14.0625,14.0625,12.068966,12.068966,12.068966,12.068966,12.068966,15,14.754098,14.754098,14.754098,14.754098,13.636364,13.636364,13.636364,14.0625,14.0625,12.068966,12.068966,12.068966,12.068966,12.068966,15,14.754098,14.754098,14.754098,14.754098,13.636364,13.636364,13.636364,14.0625,14.0625,12.068966,12.068966,12.068966,12.068966,12.068966,15,14.754098,14.754098,14.754098,14.754098,13.636364,13.636364,13.636364,14.0625,14.0625,12.068966,12.068966,12.068966,12.068966,12.068966,15,14.754098,14.754098,14.754098,14.754098,13.636364,13.636364,13.636364,14.0625,14.0625,12.068966,12.068966,12.068966,12.068966,12.068966,15,14.754098,14.754098,14.754098,14.754098,13.636364,13.636364,13.636364,14.0625,14.0625,12.068966,12.068966,12.068966,12.068966,12.068966,15,14.754098,14.754098,14.754098,14.754098,13.636364,13.636364,13.636364,14.0625,14.0625,12.068966,12.068966,12.068966,12.068966,12.068966,15,14.754098,14.754098,14.754098,14.754098,13.636364,13.636364,13.636364,14.0625,14.0625,12.068966,12.068966,12.068966,12.068966,12.068966,15,14.754098,14.754098,14.754098,14.754098,13.636364,13.636364,13.636364,14.0625,14.0625,12.068966,12.068966,12.068966,12.068966,12.068966,15,14.754098,14.754098,14.754098,14.754098,13.636364,13.636364,13.636364,14.0625,14.0625,12.068966,12.068966,12.068966,12.068966,12.068966,15,14.754098,14.754098,14.754098,14.754098,13.636364,13.636364,13.636364,14.0625,14.0625,12.068966,12.068966,12.068966,12.068966,12.068966,15,14.754098,14.754098,14.754098,14.754098,13.636364,13.636364,13.636364,14.0625,14.0625,12.068966,12.068966,12.068966,12.068966,12.068966,15,14.754098,14.754098,14.754098,14.754098,13.636364,13.636364,13.636364,14.0625,14.0625,12.068966,12.068966,12.068966,12.068966,12.068966,15,14.754098,14.754098,14.754098,14.754098,13.636364,13.636364,13.636364,14.0625,14.0625,12.068966,12.068966,12.068966,12.068966,12.068966,15,14.754098,14.754098,14.754098,14.754098,13.636364,13.636364,13.636364,14.0625,14.0625,12.068966,12.068966,12.068966,12.068966,12.068966,15,14.754098,14.754098,14.754098,14.754098,13.636364,13.636364,13.636364,14.0625,14.0625,12.068966,12.068966,12.068966,12.068966,12.068966,15,14.754098,14.754098,14.754098,14.754098,13.636364,13.636364,13.636364,14.0625,14.0625,12.068966,12.068966,12.068966,12.068966,12.068966,15,14.754098,14.754098,14.754098,14.754098,13.636364,13.636364,13.636364,14.0625,14.0625,12.068966,12.068966,12.068966,12.068966,12.068966,15,14.754098,14.754098,14.754098,14.754098,13.636364,13.636364,13.636364,14.0625,14.0625,12.068966,12.068966,12.068966,12.068966,12.068966,15,14.754098,14.754098,14.754098,14.754098,13.636364,13.636364,13.636364,14.0625,14.0625,12.068966,12.068966,12.068966,12.068966,12.068966,15,14.754098,14.754098,14.754098,14.754098,13.636364,13.636364,13.636364,14.0625,14.0625,12.068966,12.068966,12.068966,12.068966,12.068966,15,14.754098,14.754098,14.754098,14.754098,13.636364,13.636364,13.636364,14.0625,14.0625,12.068966,12.068966,12.068966,12.068966,12.068966,15,14.754098,14.754098,14.754098,14.754098,13.636364,13.636364,13.636364,14.0625,14.0625,12.068966,12.068966,12.068966,12.068966,12.068966,15,14.754098,14.754098,14.754098,14.754098,13.636364,13.636364,13.636364,14.0625,14.0625,12.068966,12.068966,12.068966,12.068966,12.068966,15,14.754098,14.754098,14.754098,14.754098,13.636364,13.636364,13.636364,14.0625,14.0625,12.068966,12.068966,12.068966,12.068966,12.068966,15,14.754098,14.754098,14.754098,14.754098,13.636364,13.636364,13.636364,14.0625,14.0625,12.068966,12.068966,12.068966,12.068966,12.068966,15,14.754098,14.754098,14.754098,14.754098,13.636364,13.636364,13.636364,14.0625,14.0625,12.068966,12.068966,12.068966,12.068966,12.068966,15,14.754098,14.754098,14.754098,14.754098,13.636364,13.636364,13.636364,14.0625,14.0625,12.068966,12.068966,12.068966,12.068966,12.068966,15,14.754098,14.754098,14.754098,14.754098,13.636364,13.636364,13.636364,14.0625,14.0625,12.068966,12.068966,12.068966,12.068966,12.068966,15,14.754098,14.754098,14.754098,14.754098,13.636364,13.636364,13.636364,14.0625,14.0625,12.068966,12.068966,12.068966,12.068966,12.068966,15,14.754098,14.754098,14.754098,14.754098,13.636364,13.636364,13.636364,14.0625,14.0625,12.068966,12.068966,12.068966,12.068966,12.068966,15,14.754098,14.754098,14.754098,14.754098,13.636364,13.636364,13.636364,14.0625,14.0625,12.068966,12.068966,12.068966,12.068966,12.068966,15,14.754098,14.754098,14.754098,14.754098,13.636364,13.636364,13.636364,14.0625,14.0625,12.068966,12.068966,12.068966,12.068966,12.068966,15,14.754098,14.754098,14.754098,14.754098,13.636364,13.636364,13.636364,14.0625,14.0625,12.068966,12.068966,12.068966,12.068966,12.068966,15,14.754098,14.754098,14.754098,14.754098,13.636364,13.636364,13.636364,14.0625,14.0625,12.068966,12.068966,12.068966,12.068966,12.068966,15,14.754098,14.754098,14.754098,14.754098,13.636364,13.636364,13.636364,14.0625,14.0625,12.068966,12.068966,12.068966,12.068966,12.068966,15,14.754098,14.754098,14.754098,14.754098,13.636364,13.636364,13.636364,14.0625,14.0625,12.068966,12.068966,12.068966,12.068966,12.068966,15,14.754098,14.754098,14.754098,14.754098,13.636364,13.636364,13.636364,14.0625,14.0625,12.068966,12.068966,12.068966,12.068966,12.068966,15,14.754098,14.754098,14.754098,14.754098,13.636364,13.636364,13.636364,14.0625,14.0625,12.068966,12.068966,12.068966,12.068966,12.068966,15,14.754098,14.754098,14.754098,14.754098,13.636364,13.636364,13.636364,14.0625,14.0625,12.068966,12.068966,12.068966,12.068966,12.068966,15,14.754098,14.754098,14.754098,14.754098,13.636364,13.636364,13.636364,14.0625,14.0625,12.068966,12.068966,12.068966,12.068966,12.068966,15,14.754098,14.754098,14.754098,14.754098,13.636364,13.636364,13.636364,14.0625,14.0625,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,13.043478,12,12,12,12,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,13.043478,12,12,12,12,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,13.043478,12,12,12,12,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,13.043478,12,12,12,12,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,13.043478,12,12,12,12,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,13.043478,12,12,12,12,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,13.043478,12,12,12,12,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,13.043478,12,12,12,12,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,13.043478,12,12,12,12,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,13.043478,12,12,12,12,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,13.043478,12,12,12,12,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,13.043478,12,12,12,12,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,13.043478,12,12,12,12,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,13.043478,12,12,12,12,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,13.043478,12,12,12,12,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,13.043478,12,12,12,12,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,13.043478,12,12,12,12,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,13.043478,12,12,12,12,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,13.043478,12,12,12,12,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,13.043478,12,12,12,12,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,13.043478,12,12,12,12,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,13.043478,12,12,12,12,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,13.043478,12,12,12,12,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,13.043478,12,12,12,12,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,13.043478,12,12,12,12,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,13.043478,12,12,12,12,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,13.043478,12,12,12,12,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,13.043478,12,12,12,12,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,13.043478,12,12,12,12,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,13.043478,12,12,12,12,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,13.043478,12,12,12,12,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,13.043478,12,12,12,12,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,13.043478,12,12,12,12,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,13.043478,12,12,12,12,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,13.043478,12,12,12,12,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,13.043478,12,12,12,12,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,13.043478,12,12,12,12,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,13.043478,12,12,12,12,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,13.043478,12,12,12,12,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,13.043478,12,12,12,12,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,13.043478,12,12,12,12,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,13.043478,12,12,12,12,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,13.043478,12,12,12,12,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,13.043478,12,12,12,12,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,13.043478,12,12,12,12,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,13.043478,12,12,12,12,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,13.043478,12,12,12,12,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,13.043478,12,12,12,12,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,13.043478,12,12,12,12,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,13.043478,12,12,12,12,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,13.043478,12,12,12,12,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,13.043478,12,12,12,12,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,13.043478,12,12,12,12,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,13.043478,12,12,12,12,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,13.043478,12,12,12,12,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,13.043478,12,12,12,12,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,13.043478,12,12,12,12,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,13.043478,12,12,12,12,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,13.043478,12,12,12,12,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,13.043478,12,12,12,12,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,13.043478,12,12,12,12,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,13.043478,12,12,12,12,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,13.043478,12,12,12,12,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,13.043478,12,12,12,12,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,13.043478,12,12,12,12,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,13.043478,12,12,12,12,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,13.043478,12,12,12,12,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,13.043478,12,12,12,12,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,13.043478,12,12,12,12,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,13.043478,12,12,12,12,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,13.043478,12,12,12,12,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,13.043478,12,12,12,12,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,13.043478,12,12,12,12,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,13.043478,12,12,12,12,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,13.043478,12,12,12,12,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,13.043478,12,12,12,12,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,13.043478,12,12,12,12,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,13.043478,12,12,12,12,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,13.043478,12,12,12,12,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,13.043478,12,12,12,12,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,13.043478,12,12,12,12,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,13.043478,12,12,12,12,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,13.043478,12,12,12,12,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,13.043478,12,12,12,12,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,13.043478,12,12,12,12,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,13.043478,12,12,12,12,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,13.043478,12,12,12,12,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,13.043478,12,12,12,12,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,13.043478,12,12,12,12,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,13.043478,12,12,12,12,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,13.043478,12,12,12,12,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,13.043478,12,12,12,12,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,13.043478,12,12,12,12,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,13.043478,12,12,12,12,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,13.043478,12,12,12,12,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,13.043478,12,12,12,12,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,13.043478,12,12,12,12,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,13.043478,12,12,12,12,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,15.789474,13.043478,12,12,12,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12.244898,12.244898,12,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10.714286,10.714286,10.526316,10.526316,9.5238094,9.5238094,12.244898,12.244898,12,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10.714286,10.714286,10.526316,10.526316,9.5238094,9.5238094,12.244898,12.244898,12,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10.714286,10.714286,10.526316,10.526316,9.5238094,9.5238094,12.244898,12.244898,12,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10.714286,10.714286,10.526316,10.526316,9.5238094,9.5238094,12.244898,12.244898,12,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10.714286,10.714286,10.526316,10.526316,9.5238094,9.5238094,12.244898,12.244898,12,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10.714286,10.714286,10.526316,10.526316,9.5238094,9.5238094,12.244898,12.244898,12,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10.714286,10.714286,10.526316,10.526316,9.5238094,9.5238094,12.244898,12.244898,12,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10.714286,10.714286,10.526316,10.526316,9.5238094,9.5238094,12.244898,12.244898,12,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10.714286,10.714286,10.526316,10.526316,9.5238094,9.5238094,12.244898,12.244898,12,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10.714286,10.714286,10.526316,10.526316,9.5238094,9.5238094,12.244898,12.244898,12,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10.714286,10.714286,10.526316,10.526316,9.5238094,9.5238094,12.244898,12.244898,12,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10.714286,10.714286,10.526316,10.526316,9.5238094,9.5238094,12.244898,12.244898,12,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10.714286,10.714286,10.526316,10.526316,9.5238094,9.5238094,12.244898,12.244898,12,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10.714286,10.714286,10.526316,10.526316,9.5238094,9.5238094,12.244898,12.244898,12,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10.714286,10.714286,10.526316,10.526316,9.5238094,9.5238094,12.244898,12.244898,12,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10.714286,10.714286,10.526316,10.526316,9.5238094,9.5238094,12.244898,12.244898,12,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10.714286,10.714286,10.526316,10.526316,9.5238094,9.5238094,12.244898,12.244898,12,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10.714286,10.714286,10.526316,10.526316,9.5238094,9.5238094,12.244898,12.244898,12,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10.714286,10.714286,10.526316,10.526316,9.5238094,9.5238094,12.244898,12.244898,12,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10.714286,10.714286,10.526316,10.526316,9.5238094,9.5238094,12.244898,12.244898,12,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10.714286,10.714286,10.526316,10.526316,9.5238094,9.5238094,12.244898,12.244898,12,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10.714286,10.714286,10.526316,10.526316,9.5238094,9.5238094,12.244898,12.244898,12,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10.714286,10.714286,10.526316,10.526316,9.5238094,9.5238094,12.244898,12.244898,12,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10.714286,10.714286,10.526316,10.526316,9.5238094,9.5238094,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,11.538462,12.5,12.5,12.5,12.5,12.5,13.043478,13.043478,13.043478,13.043478,13.043478,13.043478,15,15,15,11.538462,12.5,12.5,12.5,12.5,12.5,13.043478,13.043478,13.043478,13.043478,13.043478,13.043478,15,15,15,11.538462,12.5,12.5,12.5,12.5,12.5,13.043478,13.043478,13.043478,13.043478,13.043478,13.043478,15,15,15,11.538462,12.5,12.5,12.5,12.5,12.5,13.043478,13.043478,13.043478,13.043478,13.043478,13.043478,15,15,15,11.538462,12.5,12.5,12.5,12.5,12.5,13.043478,13.043478,13.043478,13.043478,13.043478,13.043478,15,15,15,11.538462,12.5,12.5,12.5,12.5,12.5,13.043478,13.043478,13.043478,13.043478,13.043478,13.043478,15,15,15,11.538462,12.5,12.5,12.5,12.5,12.5,13.043478,13.043478,13.043478,13.043478,13.043478,13.043478,15,15,15,11.538462,12.5,12.5,12.5,12.5,12.5,13.043478,13.043478,13.043478,13.043478,13.043478,13.043478,15,15,15,11.538462,12.5,12.5,12.5,12.5,12.5,13.043478,13.043478,13.043478,13.043478,13.043478,13.043478,15,15,15,11.538462,12.5,12.5,12.5,12.5,12.5,13.043478,13.043478,13.043478,13.043478,13.043478,13.043478,15,15,15,11.538462,12.5,12.5,12.5,12.5,12.5,13.043478,13.043478,13.043478,13.043478,13.043478,13.043478,15,15,15,11.538462,12.5,12.5,12.5,12.5,12.5,13.043478,13.043478,13.043478,13.043478,13.043478,13.043478,15,15,15,11.538462,12.5,12.5,12.5,12.5,12.5,13.043478,13.043478,13.043478,13.043478,13.043478,13.043478,15,15,15,11.538462,12.5,12.5,12.5,12.5,12.5,13.043478,13.043478,13.043478,13.043478,13.043478,13.043478,15,15,15,11.538462,12.5,12.5,12.5,12.5,12.5,13.043478,13.043478,13.043478,13.043478,13.043478,13.043478,15,15,15,11.538462,12.5,12.5,12.5,12.5,12.5,13.043478,13.043478,13.043478,13.043478,13.043478,13.043478,15,15,15,11.538462,12.5,12.5,12.5,12.5,12.5,13.043478,13.043478,13.043478,13.043478,13.043478,13.043478,15,15,15,11.538462,12.5,12.5,12.5,12.5,12.5,13.043478,13.043478,13.043478,13.043478,13.043478,13.043478,15,15,15,11.538462,12.5,12.5,12.5,12.5,12.5,13.043478,13.043478,13.043478,13.043478,13.043478,13.043478,15,15,15,11.538462,12.5,12.5,12.5,12.5,12.5,13.043478,13.043478,13.043478,13.043478,13.043478,13.043478,15,15,15,11.538462,12.5,12.5,12.5,12.5,12.5,13.043478,13.043478,13.043478,13.043478,13.043478,13.043478,15,15,15,11.538462,12.5,12.5,12.5,12.5,12.5,13.043478,13.043478,13.043478,13.043478,13.043478,13.043478,15,15,15,11.538462,12.5,12.5,12.5,12.5,12.5,13.043478,13.043478,13.043478,13.043478,13.043478,13.043478,15,15,15,11.538462,12.5,12.5,12.5,12.5,12.5,13.043478,13.043478,13.043478,13.043478,13.043478,13.043478,15,15,15,11.538462,12.5,12.5,12.5,12.5,12.5,13.043478,13.043478,13.043478,13.043478,13.043478,13.043478,15,15,15,11.538462,12.5,12.5,12.5,12.5,12.5,13.043478,13.043478,13.043478,13.043478,13.043478,13.043478,15,15,15,11.538462,12.5,12.5,12.5,12.5,12.5,13.043478,13.043478,13.043478,13.043478,13.043478,13.043478,15,15,15,11.538462,12.5,12.5,12.5,12.5,12.5,13.043478,13.043478,13.043478,13.043478,13.043478,13.043478,15,15,15,11.538462,12.5,12.5,12.5,12.5,12.5,13.043478,13.043478,13.043478,13.043478,13.043478,13.043478,15,15,15,11.538462,12.5,12.5,12.5,12.5,12.5,13.043478,13.043478,13.043478,13.043478,13.043478,13.043478,15,15,15,11.538462,12.5,12.5,12.5,12.5,12.5,13.043478,13.043478,13.043478,13.043478,13.043478,13.043478,15,15,15,11.538462,12.5,12.5,12.5,12.5,12.5,13.043478,13.043478,13.043478,13.043478,13.043478,13.043478,15,15,15,11.538462,12.5,12.5,12.5,12.5,12.5,13.043478,13.043478,13.043478,13.043478,13.043478,13.043478,15,15,15,11.538462,12.5,12.5,12.5,12.5,12.5,13.043478,13.043478,13.043478,13.043478,13.043478,13.043478,15,15,15,11.538462,12.5,12.5,12.5,12.5,12.5,13.043478,13.043478,13.043478,13.043478,13.043478,13.043478,15,15,15,11.538462,12.5,12.5,12.5,12.5,12.5,13.043478,13.043478,13.043478,13.043478,13.043478,13.043478,15,15,15,11.538462,12.5,12.5,12.5,12.5,12.5,13.043478,13.043478,13.043478,13.043478,13.043478,13.043478,15,15,15,11.538462,12.5,12.5,12.5,12.5,12.5,13.043478,13.043478,13.043478,13.043478,13.043478,13.043478,15,15,15,11.538462,12.5,12.5,12.5,12.5,12.5,13.043478,13.043478,13.043478,13.043478,13.043478,13.043478,15,15,15,11.538462,12.5,12.5,12.5,12.5,12.5,13.043478,13.043478,13.043478,13.043478,13.043478,13.043478,15,15,15,11.538462,12.5,12.5,12.5,12.5,12.5,13.043478,13.043478,13.043478,13.043478,13.043478,13.043478,15,15,15,11.538462,12.5,12.5,12.5,12.5,12.5,13.043478,13.043478,13.043478,13.043478,13.043478,13.043478,15,15,15,11.538462,12.5,12.5,12.5,12.5,12.5,13.043478,13.043478,13.043478,13.043478,13.043478,13.043478,15,15,15,11.538462,12.5,12.5,12.5,12.5,12.5,13.043478,13.043478,13.043478,13.043478,13.043478,13.043478,15,15,15,11.538462,12.5,12.5,12.5,12.5,12.5,13.043478,13.043478,13.043478,13.043478,13.043478,13.043478,15,15,15,11.538462,12.5,12.5,12.5,12.5,12.5,13.043478,13.043478,13.043478,13.043478,13.043478,13.043478,15,15,15,11.538462,12.5,12.5,12.5,12.5,12.5,13.043478,13.043478,13.043478,13.043478,13.043478,13.043478,15,15,15,11.538462,12.5,12.5,12.5,12.5,12.5,13.043478,13.043478,13.043478,13.043478,13.043478,13.043478,15,15,15,11.538462,12.5,12.5,12.5,12.5,12.5,13.043478,13.043478,13.043478,13.043478,13.043478,13.043478,15,15,15,11.538462,12.5,12.5,12.5,12.5,12.5,13.043478,13.043478,13.043478,13.043478,13.043478,13.043478,15,15,15,11.538462,12.5,12.5,12.5,12.5,12.5,13.043478,13.043478,13.043478,13.043478,13.043478,13.043478,15,15,15,11.538462,12.5,12.5,12.5,12.5,12.5,13.043478,13.043478,13.043478,13.043478,13.043478,13.043478,15,15,15,11.538462,12.5,12.5,12.5,12.5,12.5,13.043478,13.043478,13.043478,13.043478,13.043478,13.043478,15,15,15,11.538462,12.5,12.5,12.5,12.5,12.5,13.043478,13.043478,13.043478,13.043478,13.043478,13.043478,15,15,15,11.538462,12.5,12.5,12.5,12.5,12.5,13.043478,13.043478,13.043478,13.043478,13.043478,13.043478,15,15,15,11.538462,12.5,12.5,12.5,12.5,12.5,13.043478,13.043478,13.043478,13.043478,13.043478,13.043478,15,15,15,11.538462,12.5,12.5,12.5,12.5,12.5,13.043478,13.043478,13.043478,13.043478,13.043478,13.043478,15,15,15,11.538462,12.5,12.5,12.5,12.5,12.5,13.043478,13.043478,13.043478,13.043478,13.043478,13.043478,15,15,15,11.538462,12.5,12.5,12.5,12.5,12.5,13.043478,13.043478,13.043478,13.043478,13.043478,13.043478,15,15,15,11.538462,12.5,12.5,12.5,12.5,12.5,13.043478,13.043478,13.043478,13.043478,13.043478,13.043478,15,15,15,11.538462,12.5,12.5,12.5,12.5,12.5,13.043478,13.043478,13.043478,13.043478,13.043478,13.043478,15,15,15,11.538462,12.5,12.5,12.5,12.5,12.5,13.043478,13.043478,13.043478,13.043478,13.043478,13.043478,15,15,15,11.538462,12.5,12.5,12.5,12.5,12.5,13.043478,13.043478,13.043478,13.043478,13.043478,13.043478,15,15,15,11.538462,12.5,12.5,12.5,12.5,12.5,13.043478,13.043478,13.043478,13.043478,13.043478,13.043478,15,15,15,11.538462,12.5,12.5,12.5,12.5,12.5,13.043478,13.043478,13.043478,13.043478,13.043478,13.043478,15,15,15,11.538462,12.5,12.5,12.5,12.5,12.5,13.043478,13.043478,13.043478,13.043478,13.043478,13.043478,15,15,15,11.538462,12.5,12.5,12.5,12.5,12.5,13.043478,13.043478,13.043478,13.043478,13.043478,13.043478,15,15,15,11.538462,12.5,12.5,12.5,12.5,12.5,13.043478,13.043478,13.043478,13.043478,13.043478,13.043478,15,15,15,11.538462,12.5,12.5,12.5,12.5,12.5,13.043478,13.043478,13.043478,13.043478,13.043478,13.043478,15,15,15,11.538462,12.5,12.5,12.5,12.5,12.5,13.043478,13.043478,13.043478,13.043478,13.043478,13.043478,15,15,15,11.538462,12.5,12.5,12.5,12.5,12.5,13.043478,13.043478,13.043478,13.043478,13.043478,13.043478,15,15,15,11.538462,12.5,12.5,12.5,12.5,12.5,13.043478,13.043478,13.043478,13.043478,13.043478,13.043478,15,15,15,11.538462,12.5,12.5,12.5,12.5,12.5,13.043478,13.043478,13.043478,13.043478,13.043478,13.043478,15,15,15,11.538462,12.5,12.5,12.5,12.5,12.5,13.043478,13.043478,13.043478,13.043478,13.043478,13.043478,15,15,15,11.538462,12.5,12.5,12.5,12.5,12.5,13.043478,13.043478,13.043478,13.043478,13.043478,13.043478,15,15,15,11.538462,12.5,12.5,12.5,12.5,12.5,13.043478,13.043478,13.043478,13.043478,13.043478,13.043478,15,15,15,11.538462,12.5,12.5,12.5,12.5,12.5,13.043478,13.043478,13.043478,13.043478,13.043478,13.043478,15,15,15,11.538462,12.5,12.5,12.5,12.5,12.5,13.043478,13.043478,13.043478,13.043478,13.043478,13.043478,15,15,15,11.538462,12.5,12.5,12.5,12.5,12.5,13.043478,13.043478,13.043478,13.043478,13.043478,13.043478,15,15,15,11.538462,12.5,12.5,12.5,12.5,12.5,13.043478,13.043478,13.043478,13.043478,13.043478,13.043478,15,15,15,11.538462,12.5,12.5,12.5,12.5,12.5,13.043478,13.043478,13.043478,13.043478,13.043478,13.043478,15,15,15,11.538462,12.5,12.5,12.5,12.5,12.5,13.043478,13.043478,13.043478,13.043478,13.043478,13.043478,15,15,15,11.538462,12.5,12.5,12.5,12.5,12.5,13.043478,13.043478,13.043478,13.043478,13.043478,13.043478,15,15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,17.647058,17.647058,17.647058,25,25,25,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,8.695652,8.695652,8.695652,9.5238094,9.5238094,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.695652,8.695652,8.695652,9.5238094,9.5238094,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.695652,8.695652,8.695652,9.5238094,9.5238094,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.695652,8.695652,8.695652,9.5238094,9.5238094,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.695652,8.695652,8.695652,9.5238094,9.5238094,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.695652,8.695652,8.695652,9.5238094,9.5238094,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.695652,8.695652,8.695652,9.5238094,9.5238094,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.695652,8.695652,8.695652,9.5238094,9.5238094,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.695652,8.695652,8.695652,9.5238094,9.5238094,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.695652,8.695652,8.695652,9.5238094,9.5238094,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.695652,8.695652,8.695652,9.5238094,9.5238094,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.695652,8.695652,8.695652,9.5238094,9.5238094,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.695652,8.695652,8.695652,9.5238094,9.5238094,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.695652,8.695652,8.695652,9.5238094,9.5238094,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.695652,8.695652,8.695652,9.5238094,9.5238094,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.695652,8.695652,8.695652,9.5238094,9.5238094,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.695652,8.695652,8.695652,9.5238094,9.5238094,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.695652,8.695652,8.695652,9.5238094,9.5238094,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.695652,8.695652,8.695652,9.5238094,9.5238094,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.695652,8.695652,8.695652,9.5238094,9.5238094,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.695652,8.695652,8.695652,9.5238094,9.5238094,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.695652,8.695652,8.695652,9.5238094,9.5238094,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.695652,8.695652,8.695652,9.5238094,9.5238094,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.695652,8.695652,8.695652,9.5238094,9.5238094,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.695652,8.695652,8.695652,9.5238094,9.5238094,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.695652,8.695652,8.695652,9.5238094,9.5238094,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.695652,8.695652,8.695652,9.5238094,9.5238094,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.695652,8.695652,8.695652,9.5238094,9.5238094,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.695652,8.695652,8.695652,9.5238094,9.5238094,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.695652,8.695652,8.695652,9.5238094,9.5238094,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.695652,8.695652,8.695652,9.5238094,9.5238094,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.695652,8.695652,8.695652,9.5238094,9.5238094,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.695652,8.695652,8.695652,9.5238094,9.5238094,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.695652,8.695652,8.695652,9.5238094,9.5238094,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.695652,8.695652,8.695652,9.5238094,9.5238094,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.695652,8.695652,8.695652,9.5238094,9.5238094,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.695652,8.695652,8.695652,9.5238094,9.5238094,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.695652,8.695652,8.695652,9.5238094,9.5238094,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.695652,8.695652,8.695652,9.5238094,9.5238094,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.695652,8.695652,8.695652,9.5238094,9.5238094,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.695652,8.695652,8.695652,9.5238094,9.5238094,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.695652,8.695652,8.695652,9.5238094,9.5238094,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.695652,8.695652,8.695652,9.5238094,9.5238094,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.695652,8.695652,8.695652,9.5238094,9.5238094,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.695652,8.695652,8.695652,9.5238094,9.5238094,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.695652,8.695652,8.695652,9.5238094,9.5238094,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.695652,8.695652,8.695652,9.5238094,9.5238094,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.695652,8.695652,8.695652,9.5238094,9.5238094,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.695652,8.695652,8.695652,9.5238094,9.5238094,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.695652,8.695652,8.695652,9.5238094,9.5238094,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.695652,8.695652,8.695652,9.5238094,9.5238094,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.695652,8.695652,8.695652,9.5238094,9.5238094,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.695652,8.695652,8.695652,9.5238094,9.5238094,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.695652,8.695652,8.695652,9.5238094,9.5238094,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.695652,8.695652,8.695652,9.5238094,9.5238094,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.695652,8.695652,8.695652,9.5238094,9.5238094,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.695652,8.695652,8.695652,9.5238094,9.5238094,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.695652,8.695652,8.695652,9.5238094,9.5238094,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.695652,8.695652,8.695652,9.5238094,9.5238094,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.695652,8.695652,8.695652,9.5238094,9.5238094,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.695652,8.695652,8.695652,9.5238094,9.5238094,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.695652,8.695652,8.695652,9.5238094,9.5238094,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.695652,8.695652,8.695652,9.5238094,9.5238094,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.695652,8.695652,8.695652,9.5238094,9.5238094,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.695652,8.695652,8.695652,9.5238094,9.5238094,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.695652,8.695652,8.695652,9.5238094,9.5238094,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.695652,8.695652,8.695652,9.5238094,9.5238094,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.695652,8.695652,8.695652,9.5238094,9.5238094,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.695652,8.695652,8.695652,9.5238094,9.5238094,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.695652,8.695652,8.695652,9.5238094,9.5238094,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.695652,8.695652,8.695652,9.5238094,9.5238094,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.695652,8.695652,8.695652,9.5238094,9.5238094,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.695652,8.695652,8.695652,9.5238094,9.5238094,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.695652,8.695652,8.695652,9.5238094,9.5238094,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.695652,8.695652,8.695652,9.5238094,9.5238094,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.695652,8.695652,8.695652,9.5238094,9.5238094,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.695652,8.695652,8.695652,9.5238094,9.5238094,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.695652,8.695652,8.695652,9.5238094,9.5238094,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.695652,8.695652,8.695652,9.5238094,9.5238094,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.695652,8.695652,8.695652,9.5238094,9.5238094,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.695652,8.695652,8.695652,9.5238094,9.5238094,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.695652,8.695652,8.695652,9.5238094,9.5238094,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.695652,8.695652,8.695652,9.5238094,9.5238094,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.695652,8.695652,8.695652,9.5238094,9.5238094,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.695652,8.695652,8.695652,9.5238094,9.5238094,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.695652,8.695652,8.695652,9.5238094,9.5238094,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.695652,8.695652,8.695652,9.5238094,9.5238094,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.695652,8.695652,8.695652,9.5238094,9.5238094,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.695652,8.695652,8.695652,9.5238094,9.5238094,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.695652,8.695652,8.695652,9.5238094,9.5238094,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.695652,8.695652,8.695652,9.5238094,9.5238094,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.695652,8.695652,8.695652,9.5238094,9.5238094,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.695652,8.695652,8.695652,9.5238094,9.5238094,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9.2592592,8.9285717,8.7719297,8.7719297,7.9365077,7.9365077,7.9365077,7.9365077,7.5757575,7.5757575,7.4626865,7.4626865,7.4626865,7.4626865,7.4626865,9.2592592,8.9285717,8.7719297,8.7719297,7.9365077,7.9365077,7.9365077,7.9365077,7.5757575,7.5757575,7.4626865,7.4626865,7.4626865,7.4626865,7.4626865,9.2592592,8.9285717,8.7719297,8.7719297,7.9365077,7.9365077,7.9365077,7.9365077,7.5757575,7.5757575,7.4626865,7.4626865,7.4626865,7.4626865,7.4626865,9.2592592,8.9285717,8.7719297,8.7719297,7.9365077,7.9365077,7.9365077,7.9365077,7.5757575,7.5757575,7.4626865,7.4626865,7.4626865,7.4626865,7.4626865,9.2592592,8.9285717,8.7719297,8.7719297,7.9365077,7.9365077,7.9365077,7.9365077,7.5757575,7.5757575,7.4626865,7.4626865,7.4626865,7.4626865,7.4626865,9.2592592,8.9285717,8.7719297,8.7719297,7.9365077,7.9365077,7.9365077,7.9365077,7.5757575,7.5757575,7.4626865,7.4626865,7.4626865,7.4626865,7.4626865,9.2592592,8.9285717,8.7719297,8.7719297,7.9365077,7.9365077,7.9365077,7.9365077,7.5757575,7.5757575,7.4626865,7.4626865,7.4626865,7.4626865,7.4626865,9.2592592,8.9285717,8.7719297,8.7719297,7.9365077,7.9365077,7.9365077,7.9365077,7.5757575,7.5757575,7.4626865,7.4626865,7.4626865,7.4626865,7.4626865,9.2592592,8.9285717,8.7719297,8.7719297,7.9365077,7.9365077,7.9365077,7.9365077,7.5757575,7.5757575,7.4626865,7.4626865,7.4626865,7.4626865,7.4626865,9.2592592,8.9285717,8.7719297,8.7719297,7.9365077,7.9365077,7.9365077,7.9365077,7.5757575,7.5757575,7.4626865,7.4626865,7.4626865,7.4626865,7.4626865,9.2592592,8.9285717,8.7719297,8.7719297,7.9365077,7.9365077,7.9365077,7.9365077,7.5757575,7.5757575,7.4626865,7.4626865,7.4626865,7.4626865,7.4626865,9.2592592,8.9285717,8.7719297,8.7719297,7.9365077,7.9365077,7.9365077,7.9365077,7.5757575,7.5757575,7.4626865,7.4626865,7.4626865,7.4626865,7.4626865,9.2592592,8.9285717,8.7719297,8.7719297,7.9365077,7.9365077,7.9365077,7.9365077,7.5757575,7.5757575,7.4626865,7.4626865,7.4626865,7.4626865,7.4626865,9.2592592,8.9285717,8.7719297,8.7719297,7.9365077,7.9365077,7.9365077,7.9365077,7.5757575,7.5757575,7.4626865,7.4626865,7.4626865,7.4626865,7.4626865,9.2592592,8.9285717,8.7719297,8.7719297,7.9365077,7.9365077,7.9365077,7.9365077,7.5757575,7.5757575,7.4626865,7.4626865,7.4626865,7.4626865,7.4626865,9.2592592,8.9285717,8.7719297,8.7719297,7.9365077,7.9365077,7.9365077,7.9365077,7.5757575,7.5757575,7.4626865,7.4626865,7.4626865,7.4626865,7.4626865,9.2592592,8.9285717,8.7719297,8.7719297,7.9365077,7.9365077,7.9365077,7.9365077,7.5757575,7.5757575,7.4626865,7.4626865,7.4626865,7.4626865,7.4626865,9.2592592,8.9285717,8.7719297,8.7719297,7.9365077,7.9365077,7.9365077,7.9365077,7.5757575,7.5757575,7.4626865,7.4626865,7.4626865,7.4626865,7.4626865,9.2592592,8.9285717,8.7719297,8.7719297,7.9365077,7.9365077,7.9365077,7.9365077,7.5757575,7.5757575,7.4626865,7.4626865,7.4626865,7.4626865,7.4626865,9.2592592,8.9285717,8.7719297,8.7719297,7.9365077,7.9365077,7.9365077,7.9365077,7.5757575,7.5757575,7.4626865,7.4626865,7.4626865,7.4626865,7.4626865,9.2592592,8.9285717,8.7719297,8.7719297,7.9365077,7.9365077,7.9365077,7.9365077,7.5757575,7.5757575,7.4626865,7.4626865,7.4626865,7.4626865,7.4626865,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6.6666665,6.5573769,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.25,6.25,6.25,6.25,6.3492064,11.111111,10.666667,6.6666665,6.5573769,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.25,6.25,6.25,6.25,6.3492064,11.111111,10.666667,6.6666665,6.5573769,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.25,6.25,6.25,6.25,6.3492064,11.111111,10.666667,6.6666665,6.5573769,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.25,6.25,6.25,6.25,6.3492064,11.111111,10.666667,6.6666665,6.5573769,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.25,6.25,6.25,6.25,6.3492064,11.111111,10.666667,6.6666665,6.5573769,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.25,6.25,6.25,6.25,6.3492064,11.111111,10.666667,6.6666665,6.5573769,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.25,6.25,6.25,6.25,6.3492064,11.111111,10.666667,6.6666665,6.5573769,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.25,6.25,6.25,6.25,6.3492064,11.111111,10.666667,6.6666665,6.5573769,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.25,6.25,6.25,6.25,6.3492064,11.111111,10.666667,6.6666665,6.5573769,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.25,6.25,6.25,6.25,6.3492064,11.111111,10.666667,6.6666665,6.5573769,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.25,6.25,6.25,6.25,6.3492064,11.111111,10.666667,6.6666665,6.5573769,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.25,6.25,6.25,6.25,6.3492064,11.111111,10.666667,6.6666665,6.5573769,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.25,6.25,6.25,6.25,6.3492064,11.111111,10.666667,6.6666665,6.5573769,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.25,6.25,6.25,6.25,6.3492064,11.111111,10.666667,6.6666665,6.5573769,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.25,6.25,6.25,6.25,6.3492064,11.111111,10.666667,6.6666665,6.5573769,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.25,6.25,6.25,6.25,6.3492064,11.111111,10.666667,6.6666665,6.5573769,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.25,6.25,6.25,6.25,6.3492064,11.111111,10.666667,6.6666665,6.5573769,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.25,6.25,6.25,6.25,6.3492064,11.111111,10.666667,6.6666665,6.5573769,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.25,6.25,6.25,6.25,6.3492064,11.111111,10.666667,6.6666665,6.5573769,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.25,6.25,6.25,6.25,6.3492064,11.111111,10.666667,6.6666665,6.5573769,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.25,6.25,6.25,6.25,6.3492064,11.111111,10.666667,6.6666665,6.5573769,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.25,6.25,6.25,6.25,6.3492064,11.111111,10.666667,6.6666665,6.5573769,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.25,6.25,6.25,6.25,6.3492064,11.111111,10.666667,6.6666665,6.5573769,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.25,6.25,6.25,6.25,6.3492064,11.111111,10.666667,6.6666665,6.5573769,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.25,6.25,6.25,6.25,6.3492064,11.111111,10.666667,6.6666665,6.5573769,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.25,6.25,6.25,6.25,6.3492064,11.111111,10.666667,6.6666665,6.5573769,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.25,6.25,6.25,6.25,6.3492064,11.111111,10.666667,6.6666665,6.5573769,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.25,6.25,6.25,6.25,6.3492064,11.111111,10.666667,6.6666665,6.5573769,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.25,6.25,6.25,6.25,6.3492064,11.111111,10.666667,6.6666665,6.5573769,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.25,6.25,6.25,6.25,6.3492064,11.111111,10.666667,6.6666665,6.5573769,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.25,6.25,6.25,6.25,6.3492064,11.111111,10.666667,6.6666665,6.5573769,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.25,6.25,6.25,6.25,6.3492064,11.111111,10.666667,6.6666665,6.5573769,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.25,6.25,6.25,6.25,6.3492064,11.111111,10.666667,6.6666665,6.5573769,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.25,6.25,6.25,6.25,6.3492064,11.111111,10.666667,6.6666665,6.5573769,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.25,6.25,6.25,6.25,6.3492064,11.111111,10.666667,6.6666665,6.5573769,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.25,6.25,6.25,6.25,6.3492064,11.111111,10.666667,6.6666665,6.5573769,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.25,6.25,6.25,6.25,6.3492064,11.111111,10.666667,6.6666665,6.5573769,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.25,6.25,6.25,6.25,6.3492064,11.111111,10.666667,6.6666665,6.5573769,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.25,6.25,6.25,6.25,6.3492064,11.111111,10.666667,6.6666665,6.5573769,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.25,6.25,6.25,6.25,6.3492064,11.111111,10.666667,6.6666665,6.5573769,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.25,6.25,6.25,6.25,6.3492064,11.111111,10.666667,6.6666665,6.5573769,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.25,6.25,6.25,6.25,6.3492064,11.111111,10.666667,6.6666665,6.5573769,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.25,6.25,6.25,6.25,6.3492064,11.111111,10.666667,6.6666665,6.5573769,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.25,6.25,6.25,6.25,6.3492064,11.111111,10.666667,6.6666665,6.5573769,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.25,6.25,6.25,6.25,6.3492064,11.111111,10.666667,6.6666665,6.5573769,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.25,6.25,6.25,6.25,6.3492064,11.111111,10.666667,6.6666665,6.5573769,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.25,6.25,6.25,6.25,6.3492064,11.111111,10.666667,6.6666665,6.5573769,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.25,6.25,6.25,6.25,6.3492064,11.111111,10.666667,6.6666665,6.5573769,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.25,6.25,6.25,6.25,6.3492064,11.111111,10.666667,6.6666665,6.5573769,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.25,6.25,6.25,6.25,6.3492064,11.111111,10.666667,6.6666665,6.5573769,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.25,6.25,6.25,6.25,6.3492064,11.111111,10.666667,6.6666665,6.5573769,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.25,6.25,6.25,6.25,6.3492064,11.111111,10.666667,6.6666665,6.5573769,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.25,6.25,6.25,6.25,6.3492064,11.111111,10.666667,6.6666665,6.5573769,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.25,6.25,6.25,6.25,6.3492064,11.111111,10.666667,6.6666665,6.5573769,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.25,6.25,6.25,6.25,6.3492064,11.111111,10.666667,6.6666665,6.5573769,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.25,6.25,6.25,6.25,6.3492064,11.111111,10.666667,6.6666665,6.5573769,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.25,6.25,6.25,6.25,6.3492064,11.111111,10.666667,6.6666665,6.5573769,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.25,6.25,6.25,6.25,6.3492064,11.111111,10.666667,6.6666665,6.5573769,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.25,6.25,6.25,6.25,6.3492064,11.111111,10.666667,6.6666665,6.5573769,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.25,6.25,6.25,6.25,6.3492064,11.111111,10.666667,6.6666665,6.5573769,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.25,6.25,6.25,6.25,6.3492064,11.111111,10.666667,6.6666665,6.5573769,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.25,6.25,6.25,6.25,6.3492064,11.111111,10.666667,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,16.666666,16.666666,16.216217,16.216217,16.216217,16.666666,16.666666,16.666666,16.666666,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,16.666666,16.666666,16.216217,16.216217,16.216217,16.666666,16.666666,16.666666,16.666666,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,16.666666,16.666666,16.216217,16.216217,16.216217,16.666666,16.666666,16.666666,16.666666,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,16.666666,16.666666,16.216217,16.216217,16.216217,16.666666,16.666666,16.666666,16.666666,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,16.666666,16.666666,16.216217,16.216217,16.216217,16.666666,16.666666,16.666666,16.666666,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,16.666666,16.666666,16.216217,16.216217,16.216217,16.666666,16.666666,16.666666,16.666666,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,16.666666,16.666666,16.216217,16.216217,16.216217,16.666666,16.666666,16.666666,16.666666,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,16.666666,16.666666,16.216217,16.216217,16.216217,16.666666,16.666666,16.666666,16.666666,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,16.666666,16.666666,16.216217,16.216217,16.216217,16.666666,16.666666,16.666666,16.666666,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,16.666666,16.666666,16.216217,16.216217,16.216217,16.666666,16.666666,16.666666,16.666666,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,16.666666,16.666666,16.216217,16.216217,16.216217,16.666666,16.666666,16.666666,16.666666,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,16.666666,16.666666,16.216217,16.216217,16.216217,16.666666,16.666666,16.666666,16.666666,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,16.666666,16.666666,16.216217,16.216217,16.216217,16.666666,16.666666,16.666666,16.666666,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,16.666666,16.666666,16.216217,16.216217,16.216217,16.666666,16.666666,16.666666,16.666666,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,16.666666,16.666666,16.216217,16.216217,16.216217,16.666666,16.666666,16.666666,16.666666,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,16.666666,16.666666,16.216217,16.216217,16.216217,16.666666,16.666666,16.666666,16.666666,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,16.666666,16.666666,16.216217,16.216217,16.216217,16.666666,16.666666,16.666666,16.666666,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,16.666666,16.666666,16.216217,16.216217,16.216217,16.666666,16.666666,16.666666,16.666666,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,16.666666,16.666666,16.216217,16.216217,16.216217,16.666666,16.666666,16.666666,16.666666,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,16.666666,16.666666,16.216217,16.216217,16.216217,16.666666,16.666666,16.666666,16.666666,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,16.666666,16.666666,16.216217,16.216217,16.216217,16.666666,16.666666,16.666666,16.666666,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,16.666666,16.666666,16.216217,16.216217,16.216217,16.666666,16.666666,16.666666,16.666666,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,16.666666,16.666666,16.216217,16.216217,16.216217,16.666666,16.666666,16.666666,16.666666,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,16.666666,16.666666,16.216217,16.216217,16.216217,16.666666,16.666666,16.666666,16.666666,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,16.666666,16.666666,16.216217,16.216217,16.216217,16.666666,16.666666,16.666666,16.666666,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,16.666666,16.666666,16.216217,16.216217,16.216217,16.666666,16.666666,16.666666,16.666666,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,16.666666,16.666666,16.216217,16.216217,16.216217,16.666666,16.666666,16.666666,16.666666,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,16.666666,16.666666,16.216217,16.216217,16.216217,16.666666,16.666666,16.666666,16.666666,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,16.666666,16.666666,16.216217,16.216217,16.216217,16.666666,16.666666,16.666666,16.666666,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,16.666666,16.666666,16.216217,16.216217,16.216217,16.666666,16.666666,16.666666,16.666666,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,16.666666,16.666666,16.216217,16.216217,16.216217,16.666666,16.666666,16.666666,16.666666,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,16.666666,16.666666,16.216217,16.216217,16.216217,16.666666,16.666666,16.666666,16.666666,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,16.666666,16.666666,16.216217,16.216217,16.216217,16.666666,16.666666,16.666666,16.666666,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,16.666666,16.666666,16.216217,16.216217,16.216217,16.666666,16.666666,16.666666,16.666666,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,16.666666,16.666666,16.216217,16.216217,16.216217,16.666666,16.666666,16.666666,16.666666,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,16.666666,16.666666,16.216217,16.216217,16.216217,16.666666,16.666666,16.666666,16.666666,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,16.666666,16.666666,16.216217,16.216217,16.216217,16.666666,16.666666,16.666666,16.666666,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,16.666666,16.666666,16.216217,16.216217,16.216217,16.666666,16.666666,16.666666,16.666666,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,16.666666,16.666666,16.216217,16.216217,16.216217,16.666666,16.666666,16.666666,16.666666,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,16.666666,16.666666,16.216217,16.216217,16.216217,16.666666,16.666666,16.666666,16.666666,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,16.666666,16.666666,16.216217,16.216217,16.216217,16.666666,16.666666,16.666666,16.666666,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,16.666666,16.666666,16.216217,16.216217,16.216217,16.666666,16.666666,16.666666,16.666666,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,16.666666,16.666666,16.216217,16.216217,16.216217,16.666666,16.666666,16.666666,16.666666,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,16.666666,16.666666,16.216217,16.216217,16.216217,16.666666,16.666666,16.666666,16.666666,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,16.666666,16.666666,16.216217,16.216217,16.216217,16.666666,16.666666,16.666666,16.666666,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,16.666666,16.666666,16.216217,16.216217,16.216217,16.666666,16.666666,16.666666,16.666666,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,16.666666,16.666666,16.216217,16.216217,16.216217,16.666666,16.666666,16.666666,16.666666,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,16.666666,16.666666,16.216217,16.216217,16.216217,16.666666,16.666666,16.666666,16.666666,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,16.666666,16.666666,16.216217,16.216217,16.216217,16.666666,16.666666,16.666666,16.666666,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,16.666666,16.666666,16.216217,16.216217,16.216217,16.666666,16.666666,16.666666,16.666666,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,16.666666,16.666666,16.216217,16.216217,16.216217,16.666666,16.666666,16.666666,16.666666,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,16.666666,16.666666,16.216217,16.216217,16.216217,16.666666,16.666666,16.666666,16.666666,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,16.666666,16.666666,16.216217,16.216217,16.216217,16.666666,16.666666,16.666666,16.666666,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,16.666666,16.666666,16.216217,16.216217,16.216217,16.666666,16.666666,16.666666,16.666666,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,16.666666,16.666666,16.216217,16.216217,16.216217,16.666666,16.666666,16.666666,16.666666,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,16.666666,16.666666,16.216217,16.216217,16.216217,16.666666,16.666666,16.666666,16.666666,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,16.666666,16.666666,16.216217,16.216217,16.216217,16.666666,16.666666,16.666666,16.666666,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,16.666666,16.666666,16.216217,16.216217,16.216217,16.666666,16.666666,16.666666,16.666666,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,16.666666,16.666666,16.216217,16.216217,16.216217,16.666666,16.666666,16.666666,16.666666,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,16.666666,16.666666,16.216217,16.216217,16.216217,16.666666,16.666666,16.666666,16.666666,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,16.666666,16.666666,16.216217,16.216217,16.216217,16.666666,16.666666,16.666666,16.666666,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,16.666666,16.666666,16.216217,16.216217,16.216217,16.666666,16.666666,16.666666,16.666666,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,16.666666,16.666666,16.216217,16.216217,16.216217,16.666666,16.666666,16.666666,16.666666,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,16.666666,16.666666,16.216217,16.216217,16.216217,16.666666,16.666666,16.666666,16.666666,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,16.666666,16.666666,16.216217,16.216217,16.216217,16.666666,16.666666,16.666666,16.666666,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,16.666666,16.666666,16.216217,16.216217,16.216217,16.666666,16.666666,16.666666,16.666666,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,16.666666,16.666666,16.216217,16.216217,16.216217,16.666666,16.666666,16.666666,16.666666,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20.930233,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20.930233,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20.930233,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20.930233,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20.930233,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26.829268,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26.829268,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26.829268,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26.829268,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26.829268,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26.829268,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26.829268,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26.829268,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26.829268,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26.829268,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26.829268,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26.829268,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26.829268,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26.829268,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26.829268,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26.829268,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26.829268,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26.829268,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26.829268,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26.829268,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26.829268,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26.829268,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26.829268,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26.829268,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26.829268,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26.829268,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26.829268,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26.829268,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26.829268,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26.829268,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26.829268,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26.829268,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26.829268,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26.829268,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26.829268,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26.829268,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26.829268,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26.829268,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26.829268,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 ),.Dim=c(3107,15)), possessionregulations_pc=structure(.Data=c( 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,9.090909,9.090909,9.090909,9.090909,9.090909,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,9.090909,9.090909,9.090909,9.090909,9.090909,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,9.090909,9.090909,9.090909,9.090909,9.090909,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,9.090909,9.090909,9.090909,9.090909,9.090909,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,9.090909,9.090909,9.090909,9.090909,9.090909,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,9.090909,9.090909,9.090909,9.090909,9.090909,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,9.090909,9.090909,9.090909,9.090909,9.090909,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,9.090909,9.090909,9.090909,9.090909,9.090909,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,9.090909,9.090909,9.090909,9.090909,9.090909,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,9.090909,9.090909,9.090909,9.090909,9.090909,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,9.090909,9.090909,9.090909,9.090909,9.090909,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,9.090909,9.090909,9.090909,9.090909,9.090909,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,9.090909,9.090909,9.090909,9.090909,9.090909,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,9.090909,9.090909,9.090909,9.090909,9.090909,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,9.090909,9.090909,9.090909,9.090909,9.090909,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,18.181818,18.181818,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,18.181818,18.181818,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,18.181818,18.181818,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,18.181818,18.181818,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,18.181818,18.181818,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,18.181818,18.181818,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,18.181818,18.181818,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,18.181818,18.181818,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,18.181818,18.181818,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,18.181818,18.181818,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,18.181818,18.181818,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,18.181818,18.181818,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,18.181818,18.181818,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,18.181818,18.181818,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,18.181818,18.181818,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,18.181818,18.181818,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,18.181818,18.181818,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,18.181818,18.181818,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,18.181818,18.181818,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,18.181818,18.181818,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,18.181818,18.181818,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,18.181818,18.181818,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,18.181818,18.181818,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,18.181818,18.181818,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,18.181818,18.181818,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,18.181818,18.181818,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,18.181818,18.181818,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,18.181818,18.181818,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,18.181818,18.181818,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,18.181818,18.181818,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,18.181818,18.181818,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,18.181818,18.181818,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,18.181818,18.181818,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,18.181818,18.181818,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,18.181818,18.181818,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,18.181818,18.181818,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,18.181818,18.181818,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,18.181818,18.181818,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,18.181818,18.181818,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,18.181818,18.181818,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,18.181818,18.181818,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,18.181818,18.181818,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,18.181818,18.181818,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,18.181818,18.181818,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,18.181818,18.181818,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,18.181818,18.181818,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,18.181818,18.181818,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,18.181818,18.181818,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,18.181818,18.181818,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,18.181818,18.181818,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,18.181818,18.181818,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,18.181818,18.181818,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,18.181818,18.181818,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,18.181818,18.181818,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,18.181818,18.181818,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,18.181818,18.181818,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,18.181818,18.181818,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,18.181818,18.181818,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,18.181818,18.181818,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,18.181818,18.181818,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,18.181818,18.181818,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,18.181818,18.181818,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,18.181818,18.181818,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,18.181818,18.181818,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,18.181818,18.181818,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,18.181818,18.181818,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,18.181818,18.181818,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,18.181818,18.181818,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,18.181818,18.181818,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,18.181818,18.181818,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,18.181818,18.181818,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,18.181818,18.181818,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,18.181818,18.181818,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,18.181818,18.181818,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,18.181818,18.181818,4.7058825,4.6511626,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.2553191,4.2105265,4.0404038,4,4.7058825,4.6511626,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.2553191,4.2105265,4.0404038,4,4.7058825,4.6511626,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.2553191,4.2105265,4.0404038,4,4.7058825,4.6511626,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.2553191,4.2105265,4.0404038,4,4.7058825,4.6511626,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.2553191,4.2105265,4.0404038,4,4.7058825,4.6511626,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.2553191,4.2105265,4.0404038,4,4.7058825,4.6511626,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.2553191,4.2105265,4.0404038,4,4.7058825,4.6511626,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.2553191,4.2105265,4.0404038,4,4.7058825,4.6511626,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.2553191,4.2105265,4.0404038,4,4.7058825,4.6511626,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.2553191,4.2105265,4.0404038,4,4.7058825,4.6511626,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.2553191,4.2105265,4.0404038,4,4.7058825,4.6511626,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.2553191,4.2105265,4.0404038,4,4.7058825,4.6511626,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.2553191,4.2105265,4.0404038,4,4.7058825,4.6511626,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.2553191,4.2105265,4.0404038,4,4.7058825,4.6511626,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.2553191,4.2105265,4.0404038,4,4.7058825,4.6511626,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.2553191,4.2105265,4.0404038,4,4.7058825,4.6511626,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.2553191,4.2105265,4.0404038,4,4.7058825,4.6511626,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.2553191,4.2105265,4.0404038,4,4.7058825,4.6511626,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.2553191,4.2105265,4.0404038,4,4.7058825,4.6511626,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.2553191,4.2105265,4.0404038,4,4.7058825,4.6511626,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.2553191,4.2105265,4.0404038,4,4.7058825,4.6511626,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.2553191,4.2105265,4.0404038,4,4.7058825,4.6511626,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.2553191,4.2105265,4.0404038,4,4.7058825,4.6511626,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.2553191,4.2105265,4.0404038,4,4.7058825,4.6511626,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.2553191,4.2105265,4.0404038,4,4.7058825,4.6511626,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.2553191,4.2105265,4.0404038,4,4.7058825,4.6511626,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.2553191,4.2105265,4.0404038,4,4.7058825,4.6511626,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.2553191,4.2105265,4.0404038,4,4.7058825,4.6511626,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.2553191,4.2105265,4.0404038,4,4.7058825,4.6511626,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.2553191,4.2105265,4.0404038,4,4.7058825,4.6511626,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.2553191,4.2105265,4.0404038,4,4.7058825,4.6511626,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.2553191,4.2105265,4.0404038,4,4.7058825,4.6511626,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.2553191,4.2105265,4.0404038,4,4.7058825,4.6511626,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.2553191,4.2105265,4.0404038,4,4.7058825,4.6511626,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.2553191,4.2105265,4.0404038,4,4.7058825,4.6511626,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.2553191,4.2105265,4.0404038,4,4.7058825,4.6511626,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.2553191,4.2105265,4.0404038,4,4.7058825,4.6511626,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.2553191,4.2105265,4.0404038,4,4.7058825,4.6511626,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.2553191,4.2105265,4.0404038,4,4.7058825,4.6511626,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.2553191,4.2105265,4.0404038,4,4.7058825,4.6511626,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.2553191,4.2105265,4.0404038,4,4.7058825,4.6511626,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.2553191,4.2105265,4.0404038,4,4.7058825,4.6511626,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.2553191,4.2105265,4.0404038,4,4.7058825,4.6511626,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.2553191,4.2105265,4.0404038,4,4.7058825,4.6511626,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.2553191,4.2105265,4.0404038,4,4.7058825,4.6511626,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.2553191,4.2105265,4.0404038,4,4.7058825,4.6511626,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.2553191,4.2105265,4.0404038,4,4.7058825,4.6511626,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.2553191,4.2105265,4.0404038,4,4.7058825,4.6511626,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.2553191,4.2105265,4.0404038,4,4.7058825,4.6511626,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.2553191,4.2105265,4.0404038,4,4.7058825,4.6511626,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.2553191,4.2105265,4.0404038,4,4.7058825,4.6511626,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.2553191,4.2105265,4.0404038,4,4.7058825,4.6511626,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.2553191,4.2105265,4.0404038,4,4.7058825,4.6511626,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.2553191,4.2105265,4.0404038,4,4.7058825,4.6511626,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.2553191,4.2105265,4.0404038,4,4.7058825,4.6511626,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.2553191,4.2105265,4.0404038,4,4.7058825,4.6511626,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.2553191,4.2105265,4.0404038,4,4.7058825,4.6511626,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.3010755,4.2553191,4.2105265,4.0404038,4,8.333333,6.25,6.25,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,6.6666665,6.6666665,8.333333,6.25,6.25,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,6.6666665,6.6666665,8.333333,6.25,6.25,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,6.6666665,6.6666665,8.333333,6.25,6.25,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,6.6666665,6.6666665,8.333333,6.25,6.25,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,6.6666665,6.6666665,8.333333,6.25,6.25,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,6.6666665,6.6666665,8.333333,6.25,6.25,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,6.6666665,6.6666665,8.333333,6.25,6.25,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,6.6666665,6.6666665,8.333333,6.25,6.25,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,6.6666665,6.6666665,8.333333,6.25,6.25,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,6.6666665,6.6666665,8.333333,6.25,6.25,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,6.6666665,6.6666665,8.333333,6.25,6.25,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,6.6666665,6.6666665,8.333333,6.25,6.25,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,6.6666665,6.6666665,8.333333,6.25,6.25,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,6.6666665,6.6666665,8.333333,6.25,6.25,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,6.6666665,6.6666665,8.333333,6.25,6.25,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,6.6666665,6.6666665,8.333333,6.25,6.25,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,6.6666665,6.6666665,8.333333,6.25,6.25,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,6.6666665,6.6666665,8.333333,6.25,6.25,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,6.6666665,6.6666665,8.333333,6.25,6.25,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,6.6666665,6.6666665,8.333333,6.25,6.25,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,6.6666665,6.6666665,8.333333,6.25,6.25,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,6.6666665,6.6666665,8.333333,6.25,6.25,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,6.6666665,6.6666665,8.333333,6.25,6.25,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,6.6666665,6.6666665,8.333333,6.25,6.25,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,6.6666665,6.6666665,8.333333,6.25,6.25,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,6.6666665,6.6666665,8.333333,6.25,6.25,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,6.6666665,6.6666665,8.333333,6.25,6.25,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,6.6666665,6.6666665,8.333333,6.25,6.25,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,6.6666665,6.6666665,8.333333,6.25,6.25,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,6.6666665,6.6666665,8.333333,6.25,6.25,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,6.6666665,6.6666665,8.333333,6.25,6.25,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,6.6666665,6.6666665,8.333333,6.25,6.25,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,6.6666665,6.6666665,8.333333,6.25,6.25,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,6.6666665,6.6666665,8.333333,6.25,6.25,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,6.6666665,6.6666665,8.333333,6.25,6.25,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,6.6666665,6.6666665,8.333333,6.25,6.25,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,6.6666665,6.6666665,8.333333,6.25,6.25,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,6.6666665,6.6666665,8.333333,6.25,6.25,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,6.6666665,6.6666665,8.333333,6.25,6.25,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,6.6666665,6.6666665,8.333333,6.25,6.25,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,6.6666665,6.6666665,8.333333,6.25,6.25,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,6.6666665,6.6666665,8.333333,6.25,6.25,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,6.6666665,6.6666665,8.333333,6.25,6.25,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,6.6666665,6.6666665,8.333333,6.25,6.25,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,6.6666665,6.6666665,8.333333,6.25,6.25,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,6.6666665,6.6666665,8.333333,6.25,6.25,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,6.6666665,6.6666665,8.333333,6.25,6.25,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,6.6666665,6.6666665,8.333333,6.25,6.25,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,6.6666665,6.6666665,8.333333,6.25,6.25,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,6.6666665,6.6666665,8.333333,6.25,6.25,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,6.6666665,6.6666665,8.333333,6.25,6.25,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,6.6666665,6.6666665,8.333333,6.25,6.25,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,6.6666665,6.6666665,8.333333,6.25,6.25,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,6.6666665,6.6666665,8.333333,6.25,6.25,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,6.6666665,6.6666665,8.333333,6.25,6.25,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,6.6666665,6.6666665,8.333333,6.25,6.25,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,6.6666665,6.6666665,8.333333,6.25,6.25,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,6.6666665,6.6666665,8.333333,6.25,6.25,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,6.6666665,6.6666665,8.333333,6.25,6.25,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,6.6666665,6.6666665,8.333333,6.25,6.25,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,6.6666665,6.6666665,8.333333,6.25,6.25,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,6.6666665,6.6666665,8.333333,6.25,6.25,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,6.6666665,6.6666665,8.333333,6.25,6.25,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,11.764706,6.6666665,6.6666665,8.955224,8.955224,8.955224,8.955224,8.8235292,8.695652,8.695652,8.5714283,8.5714283,8.5714283,8.5714283,8.5714283,8.5714283,8.4337349,8.333333,8.955224,8.955224,8.955224,8.955224,8.8235292,8.695652,8.695652,8.5714283,8.5714283,8.5714283,8.5714283,8.5714283,8.5714283,8.4337349,8.333333,8.955224,8.955224,8.955224,8.955224,8.8235292,8.695652,8.695652,8.5714283,8.5714283,8.5714283,8.5714283,8.5714283,8.5714283,8.4337349,8.333333,8.955224,8.955224,8.955224,8.955224,8.8235292,8.695652,8.695652,8.5714283,8.5714283,8.5714283,8.5714283,8.5714283,8.5714283,8.4337349,8.333333,8.955224,8.955224,8.955224,8.955224,8.8235292,8.695652,8.695652,8.5714283,8.5714283,8.5714283,8.5714283,8.5714283,8.5714283,8.4337349,8.333333,8.955224,8.955224,8.955224,8.955224,8.8235292,8.695652,8.695652,8.5714283,8.5714283,8.5714283,8.5714283,8.5714283,8.5714283,8.4337349,8.333333,8.955224,8.955224,8.955224,8.955224,8.8235292,8.695652,8.695652,8.5714283,8.5714283,8.5714283,8.5714283,8.5714283,8.5714283,8.4337349,8.333333,8.955224,8.955224,8.955224,8.955224,8.8235292,8.695652,8.695652,8.5714283,8.5714283,8.5714283,8.5714283,8.5714283,8.5714283,8.4337349,8.333333,4.1666665,4.1666665,4,4.1666665,4.1666665,4.1666665,4.1666665,4,3.8461537,3.8461537,3.8461537,3.8461537,3.8461537,2.7027028,2.6315789,4.1666665,4.1666665,4,4.1666665,4.1666665,4.1666665,4.1666665,4,3.8461537,3.8461537,3.8461537,3.8461537,3.8461537,2.7027028,2.6315789,4.1666665,4.1666665,4,4.1666665,4.1666665,4.1666665,4.1666665,4,3.8461537,3.8461537,3.8461537,3.8461537,3.8461537,2.7027028,2.6315789,36.363636,38.095238,38.095238,38.095238,36.363636,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,36.363636,38.095238,38.095238,38.095238,36.363636,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,36.363636,38.095238,38.095238,38.095238,36.363636,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,36.363636,38.095238,38.095238,38.095238,36.363636,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,36.363636,38.095238,38.095238,38.095238,36.363636,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,36.363636,38.095238,38.095238,38.095238,36.363636,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,36.363636,38.095238,38.095238,38.095238,36.363636,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,36.363636,38.095238,38.095238,38.095238,36.363636,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,36.363636,38.095238,38.095238,38.095238,36.363636,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,36.363636,38.095238,38.095238,38.095238,36.363636,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,36.363636,38.095238,38.095238,38.095238,36.363636,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,36.363636,38.095238,38.095238,38.095238,36.363636,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,36.363636,38.095238,38.095238,38.095238,36.363636,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,36.363636,38.095238,38.095238,38.095238,36.363636,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,36.363636,38.095238,38.095238,38.095238,36.363636,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,36.363636,38.095238,38.095238,38.095238,36.363636,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,36.363636,38.095238,38.095238,38.095238,36.363636,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,36.363636,38.095238,38.095238,38.095238,36.363636,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,36.363636,38.095238,38.095238,38.095238,36.363636,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,36.363636,38.095238,38.095238,38.095238,36.363636,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,36.363636,38.095238,38.095238,38.095238,36.363636,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,36.363636,38.095238,38.095238,38.095238,36.363636,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,36.363636,38.095238,38.095238,38.095238,36.363636,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,36.363636,38.095238,38.095238,38.095238,36.363636,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,36.363636,38.095238,38.095238,38.095238,36.363636,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,36.363636,38.095238,38.095238,38.095238,36.363636,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,36.363636,38.095238,38.095238,38.095238,36.363636,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,36.363636,38.095238,38.095238,38.095238,36.363636,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,36.363636,38.095238,38.095238,38.095238,36.363636,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,36.363636,38.095238,38.095238,38.095238,36.363636,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,36.363636,38.095238,38.095238,38.095238,36.363636,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,36.363636,38.095238,38.095238,38.095238,36.363636,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,36.363636,38.095238,38.095238,38.095238,36.363636,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,36.363636,38.095238,38.095238,38.095238,36.363636,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,36.363636,38.095238,38.095238,38.095238,36.363636,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,36.363636,38.095238,38.095238,38.095238,36.363636,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,36.363636,38.095238,38.095238,38.095238,36.363636,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,36.363636,38.095238,38.095238,38.095238,36.363636,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,36.363636,38.095238,38.095238,38.095238,36.363636,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,36.363636,38.095238,38.095238,38.095238,36.363636,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,36.363636,38.095238,38.095238,38.095238,36.363636,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,36.363636,38.095238,38.095238,38.095238,36.363636,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,36.363636,38.095238,38.095238,38.095238,36.363636,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,36.363636,38.095238,38.095238,38.095238,36.363636,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,36.363636,38.095238,38.095238,38.095238,36.363636,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,36.363636,38.095238,38.095238,38.095238,36.363636,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,36.363636,38.095238,38.095238,38.095238,36.363636,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,36.363636,38.095238,38.095238,38.095238,36.363636,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,36.363636,38.095238,38.095238,38.095238,36.363636,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,36.363636,38.095238,38.095238,38.095238,36.363636,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,36.363636,38.095238,38.095238,38.095238,36.363636,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,36.363636,38.095238,38.095238,38.095238,36.363636,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,36.363636,38.095238,38.095238,38.095238,36.363636,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,36.363636,38.095238,38.095238,38.095238,36.363636,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,36.363636,38.095238,38.095238,38.095238,36.363636,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,36.363636,38.095238,38.095238,38.095238,36.363636,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,36.363636,38.095238,38.095238,38.095238,36.363636,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,36.363636,38.095238,38.095238,38.095238,36.363636,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,36.363636,38.095238,38.095238,38.095238,36.363636,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,36.363636,38.095238,38.095238,38.095238,36.363636,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,36.363636,38.095238,38.095238,38.095238,36.363636,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,36.363636,38.095238,38.095238,38.095238,36.363636,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,36.363636,38.095238,38.095238,38.095238,36.363636,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,36.363636,38.095238,38.095238,38.095238,36.363636,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,36.363636,38.095238,38.095238,38.095238,36.363636,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,36.363636,38.095238,38.095238,38.095238,36.363636,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,36.363636,38.095238,38.095238,38.095238,36.363636,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,38.095238,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,36.363636,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,20,20,20,20,20,20,20,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,20,20,20,20,20,20,20,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,20,20,20,20,20,20,20,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,20,20,20,20,20,20,20,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,20,20,20,20,20,20,20,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,20,20,20,20,20,20,20,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,20,20,20,20,20,20,20,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,20,20,20,20,20,20,20,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,20,20,20,20,20,20,20,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,20,20,20,20,20,20,20,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,20,20,20,20,20,20,20,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,20,20,20,20,20,20,20,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,20,20,20,20,20,20,20,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,20,20,20,20,20,20,20,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,20,20,20,20,20,20,20,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,20,20,20,20,20,20,20,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,20,20,20,20,20,20,20,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,20,20,20,20,20,20,20,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,20,20,20,20,20,20,20,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,20,20,20,20,20,20,20,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,20,20,20,20,20,20,20,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,20,20,20,20,20,20,20,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,20,20,20,20,20,20,20,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,20,20,20,20,20,20,20,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,20,20,20,20,20,20,20,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,20,20,20,20,20,20,20,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,20,20,20,20,20,20,20,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,20,20,20,20,20,20,20,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,20,20,20,20,20,20,20,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,20,20,20,20,20,20,20,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,20,20,20,20,20,20,20,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,20,20,20,20,20,20,20,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,20,20,20,20,20,20,20,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,20,20,20,20,20,20,20,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,20,20,20,20,20,20,20,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,20,20,20,20,20,20,20,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,20,20,20,20,20,20,20,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,20,20,20,20,20,20,20,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,20,20,20,20,20,20,20,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,20,20,20,20,20,20,20,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,20,20,20,20,20,20,20,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,20,20,20,20,20,20,20,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,20,20,20,20,20,20,20,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,20,20,20,20,20,20,20,12.068966,12.068966,12.068966,12.068966,12.068966,11.666667,11.47541,11.47541,11.47541,11.47541,10.606061,10.606061,10.606061,9.375,9.375,12.068966,12.068966,12.068966,12.068966,12.068966,11.666667,11.47541,11.47541,11.47541,11.47541,10.606061,10.606061,10.606061,9.375,9.375,12.068966,12.068966,12.068966,12.068966,12.068966,11.666667,11.47541,11.47541,11.47541,11.47541,10.606061,10.606061,10.606061,9.375,9.375,12.068966,12.068966,12.068966,12.068966,12.068966,11.666667,11.47541,11.47541,11.47541,11.47541,10.606061,10.606061,10.606061,9.375,9.375,12.068966,12.068966,12.068966,12.068966,12.068966,11.666667,11.47541,11.47541,11.47541,11.47541,10.606061,10.606061,10.606061,9.375,9.375,12.068966,12.068966,12.068966,12.068966,12.068966,11.666667,11.47541,11.47541,11.47541,11.47541,10.606061,10.606061,10.606061,9.375,9.375,12.068966,12.068966,12.068966,12.068966,12.068966,11.666667,11.47541,11.47541,11.47541,11.47541,10.606061,10.606061,10.606061,9.375,9.375,12.068966,12.068966,12.068966,12.068966,12.068966,11.666667,11.47541,11.47541,11.47541,11.47541,10.606061,10.606061,10.606061,9.375,9.375,12.068966,12.068966,12.068966,12.068966,12.068966,11.666667,11.47541,11.47541,11.47541,11.47541,10.606061,10.606061,10.606061,9.375,9.375,12.068966,12.068966,12.068966,12.068966,12.068966,11.666667,11.47541,11.47541,11.47541,11.47541,10.606061,10.606061,10.606061,9.375,9.375,12.068966,12.068966,12.068966,12.068966,12.068966,11.666667,11.47541,11.47541,11.47541,11.47541,10.606061,10.606061,10.606061,9.375,9.375,12.068966,12.068966,12.068966,12.068966,12.068966,11.666667,11.47541,11.47541,11.47541,11.47541,10.606061,10.606061,10.606061,9.375,9.375,12.068966,12.068966,12.068966,12.068966,12.068966,11.666667,11.47541,11.47541,11.47541,11.47541,10.606061,10.606061,10.606061,9.375,9.375,12.068966,12.068966,12.068966,12.068966,12.068966,11.666667,11.47541,11.47541,11.47541,11.47541,10.606061,10.606061,10.606061,9.375,9.375,12.068966,12.068966,12.068966,12.068966,12.068966,11.666667,11.47541,11.47541,11.47541,11.47541,10.606061,10.606061,10.606061,9.375,9.375,12.068966,12.068966,12.068966,12.068966,12.068966,11.666667,11.47541,11.47541,11.47541,11.47541,10.606061,10.606061,10.606061,9.375,9.375,12.068966,12.068966,12.068966,12.068966,12.068966,11.666667,11.47541,11.47541,11.47541,11.47541,10.606061,10.606061,10.606061,9.375,9.375,12.068966,12.068966,12.068966,12.068966,12.068966,11.666667,11.47541,11.47541,11.47541,11.47541,10.606061,10.606061,10.606061,9.375,9.375,12.068966,12.068966,12.068966,12.068966,12.068966,11.666667,11.47541,11.47541,11.47541,11.47541,10.606061,10.606061,10.606061,9.375,9.375,12.068966,12.068966,12.068966,12.068966,12.068966,11.666667,11.47541,11.47541,11.47541,11.47541,10.606061,10.606061,10.606061,9.375,9.375,12.068966,12.068966,12.068966,12.068966,12.068966,11.666667,11.47541,11.47541,11.47541,11.47541,10.606061,10.606061,10.606061,9.375,9.375,12.068966,12.068966,12.068966,12.068966,12.068966,11.666667,11.47541,11.47541,11.47541,11.47541,10.606061,10.606061,10.606061,9.375,9.375,12.068966,12.068966,12.068966,12.068966,12.068966,11.666667,11.47541,11.47541,11.47541,11.47541,10.606061,10.606061,10.606061,9.375,9.375,12.068966,12.068966,12.068966,12.068966,12.068966,11.666667,11.47541,11.47541,11.47541,11.47541,10.606061,10.606061,10.606061,9.375,9.375,12.068966,12.068966,12.068966,12.068966,12.068966,11.666667,11.47541,11.47541,11.47541,11.47541,10.606061,10.606061,10.606061,9.375,9.375,12.068966,12.068966,12.068966,12.068966,12.068966,11.666667,11.47541,11.47541,11.47541,11.47541,10.606061,10.606061,10.606061,9.375,9.375,12.068966,12.068966,12.068966,12.068966,12.068966,11.666667,11.47541,11.47541,11.47541,11.47541,10.606061,10.606061,10.606061,9.375,9.375,12.068966,12.068966,12.068966,12.068966,12.068966,11.666667,11.47541,11.47541,11.47541,11.47541,10.606061,10.606061,10.606061,9.375,9.375,12.068966,12.068966,12.068966,12.068966,12.068966,11.666667,11.47541,11.47541,11.47541,11.47541,10.606061,10.606061,10.606061,9.375,9.375,12.068966,12.068966,12.068966,12.068966,12.068966,11.666667,11.47541,11.47541,11.47541,11.47541,10.606061,10.606061,10.606061,9.375,9.375,12.068966,12.068966,12.068966,12.068966,12.068966,11.666667,11.47541,11.47541,11.47541,11.47541,10.606061,10.606061,10.606061,9.375,9.375,12.068966,12.068966,12.068966,12.068966,12.068966,11.666667,11.47541,11.47541,11.47541,11.47541,10.606061,10.606061,10.606061,9.375,9.375,12.068966,12.068966,12.068966,12.068966,12.068966,11.666667,11.47541,11.47541,11.47541,11.47541,10.606061,10.606061,10.606061,9.375,9.375,12.068966,12.068966,12.068966,12.068966,12.068966,11.666667,11.47541,11.47541,11.47541,11.47541,10.606061,10.606061,10.606061,9.375,9.375,12.068966,12.068966,12.068966,12.068966,12.068966,11.666667,11.47541,11.47541,11.47541,11.47541,10.606061,10.606061,10.606061,9.375,9.375,12.068966,12.068966,12.068966,12.068966,12.068966,11.666667,11.47541,11.47541,11.47541,11.47541,10.606061,10.606061,10.606061,9.375,9.375,12.068966,12.068966,12.068966,12.068966,12.068966,11.666667,11.47541,11.47541,11.47541,11.47541,10.606061,10.606061,10.606061,9.375,9.375,12.068966,12.068966,12.068966,12.068966,12.068966,11.666667,11.47541,11.47541,11.47541,11.47541,10.606061,10.606061,10.606061,9.375,9.375,12.068966,12.068966,12.068966,12.068966,12.068966,11.666667,11.47541,11.47541,11.47541,11.47541,10.606061,10.606061,10.606061,9.375,9.375,12.068966,12.068966,12.068966,12.068966,12.068966,11.666667,11.47541,11.47541,11.47541,11.47541,10.606061,10.606061,10.606061,9.375,9.375,12.068966,12.068966,12.068966,12.068966,12.068966,11.666667,11.47541,11.47541,11.47541,11.47541,10.606061,10.606061,10.606061,9.375,9.375,12.068966,12.068966,12.068966,12.068966,12.068966,11.666667,11.47541,11.47541,11.47541,11.47541,10.606061,10.606061,10.606061,9.375,9.375,12.068966,12.068966,12.068966,12.068966,12.068966,11.666667,11.47541,11.47541,11.47541,11.47541,10.606061,10.606061,10.606061,9.375,9.375,12.068966,12.068966,12.068966,12.068966,12.068966,11.666667,11.47541,11.47541,11.47541,11.47541,10.606061,10.606061,10.606061,9.375,9.375,12.068966,12.068966,12.068966,12.068966,12.068966,11.666667,11.47541,11.47541,11.47541,11.47541,10.606061,10.606061,10.606061,9.375,9.375,12.068966,12.068966,12.068966,12.068966,12.068966,11.666667,11.47541,11.47541,11.47541,11.47541,10.606061,10.606061,10.606061,9.375,9.375,12.068966,12.068966,12.068966,12.068966,12.068966,11.666667,11.47541,11.47541,11.47541,11.47541,10.606061,10.606061,10.606061,9.375,9.375,12.068966,12.068966,12.068966,12.068966,12.068966,11.666667,11.47541,11.47541,11.47541,11.47541,10.606061,10.606061,10.606061,9.375,9.375,12.068966,12.068966,12.068966,12.068966,12.068966,11.666667,11.47541,11.47541,11.47541,11.47541,10.606061,10.606061,10.606061,9.375,9.375,12.068966,12.068966,12.068966,12.068966,12.068966,11.666667,11.47541,11.47541,11.47541,11.47541,10.606061,10.606061,10.606061,9.375,9.375,12.068966,12.068966,12.068966,12.068966,12.068966,11.666667,11.47541,11.47541,11.47541,11.47541,10.606061,10.606061,10.606061,9.375,9.375,12.068966,12.068966,12.068966,12.068966,12.068966,11.666667,11.47541,11.47541,11.47541,11.47541,10.606061,10.606061,10.606061,9.375,9.375,12.068966,12.068966,12.068966,12.068966,12.068966,11.666667,11.47541,11.47541,11.47541,11.47541,10.606061,10.606061,10.606061,9.375,9.375,12.068966,12.068966,12.068966,12.068966,12.068966,11.666667,11.47541,11.47541,11.47541,11.47541,10.606061,10.606061,10.606061,9.375,9.375,12.068966,12.068966,12.068966,12.068966,12.068966,11.666667,11.47541,11.47541,11.47541,11.47541,10.606061,10.606061,10.606061,9.375,9.375,12.068966,12.068966,12.068966,12.068966,12.068966,11.666667,11.47541,11.47541,11.47541,11.47541,10.606061,10.606061,10.606061,9.375,9.375,12.068966,12.068966,12.068966,12.068966,12.068966,11.666667,11.47541,11.47541,11.47541,11.47541,10.606061,10.606061,10.606061,9.375,9.375,12.068966,12.068966,12.068966,12.068966,12.068966,11.666667,11.47541,11.47541,11.47541,11.47541,10.606061,10.606061,10.606061,9.375,9.375,12.068966,12.068966,12.068966,12.068966,12.068966,11.666667,11.47541,11.47541,11.47541,11.47541,10.606061,10.606061,10.606061,9.375,9.375,12.068966,12.068966,12.068966,12.068966,12.068966,11.666667,11.47541,11.47541,11.47541,11.47541,10.606061,10.606061,10.606061,9.375,9.375,12.068966,12.068966,12.068966,12.068966,12.068966,11.666667,11.47541,11.47541,11.47541,11.47541,10.606061,10.606061,10.606061,9.375,9.375,12.068966,12.068966,12.068966,12.068966,12.068966,11.666667,11.47541,11.47541,11.47541,11.47541,10.606061,10.606061,10.606061,9.375,9.375,12.068966,12.068966,12.068966,12.068966,12.068966,11.666667,11.47541,11.47541,11.47541,11.47541,10.606061,10.606061,10.606061,9.375,9.375,12.068966,12.068966,12.068966,12.068966,12.068966,11.666667,11.47541,11.47541,11.47541,11.47541,10.606061,10.606061,10.606061,9.375,9.375,12.068966,12.068966,12.068966,12.068966,12.068966,11.666667,11.47541,11.47541,11.47541,11.47541,10.606061,10.606061,10.606061,9.375,9.375,12.068966,12.068966,12.068966,12.068966,12.068966,11.666667,11.47541,11.47541,11.47541,11.47541,10.606061,10.606061,10.606061,9.375,9.375,12.068966,12.068966,12.068966,12.068966,12.068966,11.666667,11.47541,11.47541,11.47541,11.47541,10.606061,10.606061,10.606061,9.375,9.375,12.068966,12.068966,12.068966,12.068966,12.068966,11.666667,11.47541,11.47541,11.47541,11.47541,10.606061,10.606061,10.606061,9.375,9.375,12.068966,12.068966,12.068966,12.068966,12.068966,11.666667,11.47541,11.47541,11.47541,11.47541,10.606061,10.606061,10.606061,9.375,9.375,12.068966,12.068966,12.068966,12.068966,12.068966,11.666667,11.47541,11.47541,11.47541,11.47541,10.606061,10.606061,10.606061,9.375,9.375,12.068966,12.068966,12.068966,12.068966,12.068966,11.666667,11.47541,11.47541,11.47541,11.47541,10.606061,10.606061,10.606061,9.375,9.375,12.068966,12.068966,12.068966,12.068966,12.068966,11.666667,11.47541,11.47541,11.47541,11.47541,10.606061,10.606061,10.606061,9.375,9.375,12.068966,12.068966,12.068966,12.068966,12.068966,11.666667,11.47541,11.47541,11.47541,11.47541,10.606061,10.606061,10.606061,9.375,9.375,12.068966,12.068966,12.068966,12.068966,12.068966,11.666667,11.47541,11.47541,11.47541,11.47541,10.606061,10.606061,10.606061,9.375,9.375,12.068966,12.068966,12.068966,12.068966,12.068966,11.666667,11.47541,11.47541,11.47541,11.47541,10.606061,10.606061,10.606061,9.375,9.375,12.068966,12.068966,12.068966,12.068966,12.068966,11.666667,11.47541,11.47541,11.47541,11.47541,10.606061,10.606061,10.606061,9.375,9.375,12.068966,12.068966,12.068966,12.068966,12.068966,11.666667,11.47541,11.47541,11.47541,11.47541,10.606061,10.606061,10.606061,9.375,9.375,12.068966,12.068966,12.068966,12.068966,12.068966,11.666667,11.47541,11.47541,11.47541,11.47541,10.606061,10.606061,10.606061,9.375,9.375,12.068966,12.068966,12.068966,12.068966,12.068966,11.666667,11.47541,11.47541,11.47541,11.47541,10.606061,10.606061,10.606061,9.375,9.375,12.068966,12.068966,12.068966,12.068966,12.068966,11.666667,11.47541,11.47541,11.47541,11.47541,10.606061,10.606061,10.606061,9.375,9.375,12.068966,12.068966,12.068966,12.068966,12.068966,11.666667,11.47541,11.47541,11.47541,11.47541,10.606061,10.606061,10.606061,9.375,9.375,12.068966,12.068966,12.068966,12.068966,12.068966,11.666667,11.47541,11.47541,11.47541,11.47541,10.606061,10.606061,10.606061,9.375,9.375,12.068966,12.068966,12.068966,12.068966,12.068966,11.666667,11.47541,11.47541,11.47541,11.47541,10.606061,10.606061,10.606061,9.375,9.375,12.068966,12.068966,12.068966,12.068966,12.068966,11.666667,11.47541,11.47541,11.47541,11.47541,10.606061,10.606061,10.606061,9.375,9.375,12.068966,12.068966,12.068966,12.068966,12.068966,11.666667,11.47541,11.47541,11.47541,11.47541,10.606061,10.606061,10.606061,9.375,9.375,12.068966,12.068966,12.068966,12.068966,12.068966,11.666667,11.47541,11.47541,11.47541,11.47541,10.606061,10.606061,10.606061,9.375,9.375,12.068966,12.068966,12.068966,12.068966,12.068966,11.666667,11.47541,11.47541,11.47541,11.47541,10.606061,10.606061,10.606061,9.375,9.375,12.068966,12.068966,12.068966,12.068966,12.068966,11.666667,11.47541,11.47541,11.47541,11.47541,10.606061,10.606061,10.606061,9.375,9.375,12.068966,12.068966,12.068966,12.068966,12.068966,11.666667,11.47541,11.47541,11.47541,11.47541,10.606061,10.606061,10.606061,9.375,9.375,12.068966,12.068966,12.068966,12.068966,12.068966,11.666667,11.47541,11.47541,11.47541,11.47541,10.606061,10.606061,10.606061,9.375,9.375,12.068966,12.068966,12.068966,12.068966,12.068966,11.666667,11.47541,11.47541,11.47541,11.47541,10.606061,10.606061,10.606061,9.375,9.375,12.068966,12.068966,12.068966,12.068966,12.068966,11.666667,11.47541,11.47541,11.47541,11.47541,10.606061,10.606061,10.606061,9.375,9.375,12.068966,12.068966,12.068966,12.068966,12.068966,11.666667,11.47541,11.47541,11.47541,11.47541,10.606061,10.606061,10.606061,9.375,9.375,12.068966,12.068966,12.068966,12.068966,12.068966,11.666667,11.47541,11.47541,11.47541,11.47541,10.606061,10.606061,10.606061,9.375,9.375,12.068966,12.068966,12.068966,12.068966,12.068966,11.666667,11.47541,11.47541,11.47541,11.47541,10.606061,10.606061,10.606061,9.375,9.375,12.068966,12.068966,12.068966,12.068966,12.068966,11.666667,11.47541,11.47541,11.47541,11.47541,10.606061,10.606061,10.606061,9.375,9.375,12.068966,12.068966,12.068966,12.068966,12.068966,11.666667,11.47541,11.47541,11.47541,11.47541,10.606061,10.606061,10.606061,9.375,9.375,12.068966,12.068966,12.068966,12.068966,12.068966,11.666667,11.47541,11.47541,11.47541,11.47541,10.606061,10.606061,10.606061,9.375,9.375,12.068966,12.068966,12.068966,12.068966,12.068966,11.666667,11.47541,11.47541,11.47541,11.47541,10.606061,10.606061,10.606061,9.375,9.375,12.068966,12.068966,12.068966,12.068966,12.068966,11.666667,11.47541,11.47541,11.47541,11.47541,10.606061,10.606061,10.606061,9.375,9.375,12.068966,12.068966,12.068966,12.068966,12.068966,11.666667,11.47541,11.47541,11.47541,11.47541,10.606061,10.606061,10.606061,9.375,9.375,12.068966,12.068966,12.068966,12.068966,12.068966,11.666667,11.47541,11.47541,11.47541,11.47541,10.606061,10.606061,10.606061,9.375,9.375,20,22.222221,22.222221,20,20,20,30,30,30,30,30,30,30,30,27.272728,20,22.222221,22.222221,20,20,20,30,30,30,30,30,30,30,30,27.272728,20,22.222221,22.222221,20,20,20,30,30,30,30,30,30,30,30,27.272728,20,22.222221,22.222221,20,20,20,30,30,30,30,30,30,30,30,27.272728,20,22.222221,22.222221,20,20,20,30,30,30,30,30,30,30,30,27.272728,20,22.222221,22.222221,20,20,20,30,30,30,30,30,30,30,30,27.272728,20,22.222221,22.222221,20,20,20,30,30,30,30,30,30,30,30,27.272728,20,22.222221,22.222221,20,20,20,30,30,30,30,30,30,30,30,27.272728,20,22.222221,22.222221,20,20,20,30,30,30,30,30,30,30,30,27.272728,20,22.222221,22.222221,20,20,20,30,30,30,30,30,30,30,30,27.272728,20,22.222221,22.222221,20,20,20,30,30,30,30,30,30,30,30,27.272728,20,22.222221,22.222221,20,20,20,30,30,30,30,30,30,30,30,27.272728,20,22.222221,22.222221,20,20,20,30,30,30,30,30,30,30,30,27.272728,20,22.222221,22.222221,20,20,20,30,30,30,30,30,30,30,30,27.272728,20,22.222221,22.222221,20,20,20,30,30,30,30,30,30,30,30,27.272728,20,22.222221,22.222221,20,20,20,30,30,30,30,30,30,30,30,27.272728,20,22.222221,22.222221,20,20,20,30,30,30,30,30,30,30,30,27.272728,20,22.222221,22.222221,20,20,20,30,30,30,30,30,30,30,30,27.272728,20,22.222221,22.222221,20,20,20,30,30,30,30,30,30,30,30,27.272728,20,22.222221,22.222221,20,20,20,30,30,30,30,30,30,30,30,27.272728,20,22.222221,22.222221,20,20,20,30,30,30,30,30,30,30,30,27.272728,20,22.222221,22.222221,20,20,20,30,30,30,30,30,30,30,30,27.272728,20,22.222221,22.222221,20,20,20,30,30,30,30,30,30,30,30,27.272728,20,22.222221,22.222221,20,20,20,30,30,30,30,30,30,30,30,27.272728,20,22.222221,22.222221,20,20,20,30,30,30,30,30,30,30,30,27.272728,20,22.222221,22.222221,20,20,20,30,30,30,30,30,30,30,30,27.272728,20,22.222221,22.222221,20,20,20,30,30,30,30,30,30,30,30,27.272728,20,22.222221,22.222221,20,20,20,30,30,30,30,30,30,30,30,27.272728,20,22.222221,22.222221,20,20,20,30,30,30,30,30,30,30,30,27.272728,20,22.222221,22.222221,20,20,20,30,30,30,30,30,30,30,30,27.272728,20,22.222221,22.222221,20,20,20,30,30,30,30,30,30,30,30,27.272728,20,22.222221,22.222221,20,20,20,30,30,30,30,30,30,30,30,27.272728,20,22.222221,22.222221,20,20,20,30,30,30,30,30,30,30,30,27.272728,20,22.222221,22.222221,20,20,20,30,30,30,30,30,30,30,30,27.272728,20,22.222221,22.222221,20,20,20,30,30,30,30,30,30,30,30,27.272728,20,22.222221,22.222221,20,20,20,30,30,30,30,30,30,30,30,27.272728,20,22.222221,22.222221,20,20,20,30,30,30,30,30,30,30,30,27.272728,20,22.222221,22.222221,20,20,20,30,30,30,30,30,30,30,30,27.272728,20,22.222221,22.222221,20,20,20,30,30,30,30,30,30,30,30,27.272728,20,22.222221,22.222221,20,20,20,30,30,30,30,30,30,30,30,27.272728,20,22.222221,22.222221,20,20,20,30,30,30,30,30,30,30,30,27.272728,20,22.222221,22.222221,20,20,20,30,30,30,30,30,30,30,30,27.272728,20,22.222221,22.222221,20,20,20,30,30,30,30,30,30,30,30,27.272728,20,22.222221,22.222221,20,20,20,30,30,30,30,30,30,30,30,27.272728,20,22.222221,22.222221,20,20,20,30,30,30,30,30,30,30,30,27.272728,20,22.222221,22.222221,20,20,20,30,30,30,30,30,30,30,30,27.272728,20,22.222221,22.222221,20,20,20,30,30,30,30,30,30,30,30,27.272728,20,22.222221,22.222221,20,20,20,30,30,30,30,30,30,30,30,27.272728,20,22.222221,22.222221,20,20,20,30,30,30,30,30,30,30,30,27.272728,20,22.222221,22.222221,20,20,20,30,30,30,30,30,30,30,30,27.272728,20,22.222221,22.222221,20,20,20,30,30,30,30,30,30,30,30,27.272728,20,22.222221,22.222221,20,20,20,30,30,30,30,30,30,30,30,27.272728,20,22.222221,22.222221,20,20,20,30,30,30,30,30,30,30,30,27.272728,20,22.222221,22.222221,20,20,20,30,30,30,30,30,30,30,30,27.272728,20,22.222221,22.222221,20,20,20,30,30,30,30,30,30,30,30,27.272728,20,22.222221,22.222221,20,20,20,30,30,30,30,30,30,30,30,27.272728,20,22.222221,22.222221,20,20,20,30,30,30,30,30,30,30,30,27.272728,20,22.222221,22.222221,20,20,20,30,30,30,30,30,30,30,30,27.272728,20,22.222221,22.222221,20,20,20,30,30,30,30,30,30,30,30,27.272728,20,22.222221,22.222221,20,20,20,30,30,30,30,30,30,30,30,27.272728,20,22.222221,22.222221,20,20,20,30,30,30,30,30,30,30,30,27.272728,20,22.222221,22.222221,20,20,20,30,30,30,30,30,30,30,30,27.272728,20,22.222221,22.222221,20,20,20,30,30,30,30,30,30,30,30,27.272728,20,22.222221,22.222221,20,20,20,30,30,30,30,30,30,30,30,27.272728,20,22.222221,22.222221,20,20,20,30,30,30,30,30,30,30,30,27.272728,20,22.222221,22.222221,20,20,20,30,30,30,30,30,30,30,30,27.272728,20,22.222221,22.222221,20,20,20,30,30,30,30,30,30,30,30,27.272728,20,22.222221,22.222221,20,20,20,30,30,30,30,30,30,30,30,27.272728,20,22.222221,22.222221,20,20,20,30,30,30,30,30,30,30,30,27.272728,20,22.222221,22.222221,20,20,20,30,30,30,30,30,30,30,30,27.272728,20,22.222221,22.222221,20,20,20,30,30,30,30,30,30,30,30,27.272728,20,22.222221,22.222221,20,20,20,30,30,30,30,30,30,30,30,27.272728,20,22.222221,22.222221,20,20,20,30,30,30,30,30,30,30,30,27.272728,20,22.222221,22.222221,20,20,20,30,30,30,30,30,30,30,30,27.272728,20,22.222221,22.222221,20,20,20,30,30,30,30,30,30,30,30,27.272728,20,22.222221,22.222221,20,20,20,30,30,30,30,30,30,30,30,27.272728,20,22.222221,22.222221,20,20,20,30,30,30,30,30,30,30,30,27.272728,20,22.222221,22.222221,20,20,20,30,30,30,30,30,30,30,30,27.272728,20,22.222221,22.222221,20,20,20,30,30,30,30,30,30,30,30,27.272728,20,22.222221,22.222221,20,20,20,30,30,30,30,30,30,30,30,27.272728,20,22.222221,22.222221,20,20,20,30,30,30,30,30,30,30,30,27.272728,20,22.222221,22.222221,20,20,20,30,30,30,30,30,30,30,30,27.272728,20,22.222221,22.222221,20,20,20,30,30,30,30,30,30,30,30,27.272728,20,22.222221,22.222221,20,20,20,30,30,30,30,30,30,30,30,27.272728,20,22.222221,22.222221,20,20,20,30,30,30,30,30,30,30,30,27.272728,20,22.222221,22.222221,20,20,20,30,30,30,30,30,30,30,30,27.272728,20,22.222221,22.222221,20,20,20,30,30,30,30,30,30,30,30,27.272728,20,22.222221,22.222221,20,20,20,30,30,30,30,30,30,30,30,27.272728,20,22.222221,22.222221,20,20,20,30,30,30,30,30,30,30,30,27.272728,20,22.222221,22.222221,20,20,20,30,30,30,30,30,30,30,30,27.272728,20,22.222221,22.222221,20,20,20,30,30,30,30,30,30,30,30,27.272728,20,22.222221,22.222221,20,20,20,30,30,30,30,30,30,30,30,27.272728,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,16.666666,16.666666,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,16.666666,16.666666,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,16.666666,16.666666,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,16.666666,16.666666,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,16.666666,16.666666,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,16.666666,16.666666,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,16.666666,16.666666,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,16.666666,16.666666,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,16.666666,16.666666,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,16.666666,16.666666,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,16.666666,16.666666,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,16.666666,16.666666,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,16.666666,16.666666,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,16.666666,16.666666,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,16.666666,16.666666,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,16.666666,16.666666,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,16.666666,16.666666,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,16.666666,16.666666,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,16.666666,16.666666,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,16.666666,16.666666,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,16.666666,16.666666,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,16.666666,16.666666,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,16.666666,16.666666,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,16.666666,16.666666,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,16.666666,16.666666,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,16.666666,16.666666,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,16.666666,16.666666,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,16.666666,16.666666,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,16.666666,16.666666,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,16.666666,16.666666,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,16.666666,16.666666,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,16.666666,16.666666,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,16.666666,16.666666,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,16.666666,16.666666,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,16.666666,16.666666,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,16.666666,16.666666,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,16.666666,16.666666,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,16.666666,16.666666,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,16.666666,16.666666,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,16.666666,16.666666,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,16.666666,16.666666,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,16.666666,16.666666,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,16.666666,16.666666,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,16.666666,16.666666,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,16.666666,16.666666,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,16.666666,16.666666,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,16.666666,16.666666,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,16.666666,16.666666,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,16.666666,16.666666,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,16.666666,16.666666,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,16.666666,16.666666,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,16.666666,16.666666,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,16.666666,16.666666,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,16.666666,16.666666,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,16.666666,16.666666,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,16.666666,16.666666,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,16.666666,16.666666,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,16.666666,16.666666,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,16.666666,16.666666,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,16.666666,16.666666,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,16.666666,16.666666,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,16.666666,16.666666,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,16.666666,16.666666,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,16.666666,16.666666,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,16.666666,16.666666,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,16.666666,16.666666,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,16.666666,16.666666,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,16.666666,16.666666,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,16.666666,16.666666,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,16.666666,16.666666,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,16.666666,16.666666,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,16.666666,16.666666,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,16.666666,16.666666,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,16.666666,16.666666,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,16.666666,16.666666,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,16.666666,16.666666,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,16.666666,16.666666,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,16.666666,16.666666,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,16.666666,16.666666,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,16.666666,16.666666,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,16.666666,16.666666,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,16.666666,16.666666,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,16.666666,16.666666,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,16.666666,16.666666,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,16.666666,16.666666,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,16.666666,16.666666,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,16.666666,16.666666,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,16.666666,16.666666,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,16.666666,16.666666,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,16.666666,16.666666,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,16.666666,16.666666,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,16.666666,16.666666,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,16.666666,16.666666,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,16.666666,16.666666,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,16.666666,16.666666,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,16.666666,16.666666,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,16.666666,16.666666,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,16.666666,16.666666,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,16.666666,16.666666,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,16.666666,16.666666,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,16.666666,16.666666,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,16.666666,16.666666,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,16.666666,16.666666,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,16.666666,16.666666,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,16.666666,16.666666,0,0,0,0,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,25,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,25,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,25,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,25,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,25,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,25,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,25,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,25,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,25,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,25,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,25,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,25,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,25,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,25,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,25,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,25,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,25,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,25,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,25,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,25,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,25,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,25,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,25,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,25,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,25,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,25,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,25,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,25,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,25,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,25,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,25,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,25,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,25,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,25,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,25,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,25,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,25,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,25,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,25,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,25,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,25,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,25,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,25,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,25,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,25,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,25,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,25,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,25,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,25,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,25,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,25,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,25,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,25,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,25,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,25,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,25,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,25,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,25,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,25,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,25,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,25,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,25,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,25,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,25,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,6.1224489,6.1224489,6,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.3571429,5.3571429,5.2631578,5.2631578,4.7619047,4.7619047,6.1224489,6.1224489,6,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.3571429,5.3571429,5.2631578,5.2631578,4.7619047,4.7619047,6.1224489,6.1224489,6,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.3571429,5.3571429,5.2631578,5.2631578,4.7619047,4.7619047,6.1224489,6.1224489,6,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.3571429,5.3571429,5.2631578,5.2631578,4.7619047,4.7619047,6.1224489,6.1224489,6,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.3571429,5.3571429,5.2631578,5.2631578,4.7619047,4.7619047,6.1224489,6.1224489,6,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.3571429,5.3571429,5.2631578,5.2631578,4.7619047,4.7619047,6.1224489,6.1224489,6,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.3571429,5.3571429,5.2631578,5.2631578,4.7619047,4.7619047,6.1224489,6.1224489,6,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.3571429,5.3571429,5.2631578,5.2631578,4.7619047,4.7619047,6.1224489,6.1224489,6,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.3571429,5.3571429,5.2631578,5.2631578,4.7619047,4.7619047,6.1224489,6.1224489,6,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.3571429,5.3571429,5.2631578,5.2631578,4.7619047,4.7619047,6.1224489,6.1224489,6,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.3571429,5.3571429,5.2631578,5.2631578,4.7619047,4.7619047,6.1224489,6.1224489,6,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.3571429,5.3571429,5.2631578,5.2631578,4.7619047,4.7619047,6.1224489,6.1224489,6,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.3571429,5.3571429,5.2631578,5.2631578,4.7619047,4.7619047,6.1224489,6.1224489,6,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.3571429,5.3571429,5.2631578,5.2631578,4.7619047,4.7619047,6.1224489,6.1224489,6,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.3571429,5.3571429,5.2631578,5.2631578,4.7619047,4.7619047,6.1224489,6.1224489,6,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.3571429,5.3571429,5.2631578,5.2631578,4.7619047,4.7619047,6.1224489,6.1224489,6,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.3571429,5.3571429,5.2631578,5.2631578,4.7619047,4.7619047,6.1224489,6.1224489,6,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.3571429,5.3571429,5.2631578,5.2631578,4.7619047,4.7619047,6.1224489,6.1224489,6,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.3571429,5.3571429,5.2631578,5.2631578,4.7619047,4.7619047,6.1224489,6.1224489,6,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.3571429,5.3571429,5.2631578,5.2631578,4.7619047,4.7619047,6.1224489,6.1224489,6,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.3571429,5.3571429,5.2631578,5.2631578,4.7619047,4.7619047,6.1224489,6.1224489,6,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.3571429,5.3571429,5.2631578,5.2631578,4.7619047,4.7619047,6.1224489,6.1224489,6,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.3571429,5.3571429,5.2631578,5.2631578,4.7619047,4.7619047,6.1224489,6.1224489,6,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.3571429,5.3571429,5.2631578,5.2631578,4.7619047,4.7619047,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,3.8461537,8.333333,8.333333,8.333333,8.333333,8.333333,8.695652,8.695652,8.695652,8.695652,8.695652,8.695652,10,10,10,3.8461537,8.333333,8.333333,8.333333,8.333333,8.333333,8.695652,8.695652,8.695652,8.695652,8.695652,8.695652,10,10,10,3.8461537,8.333333,8.333333,8.333333,8.333333,8.333333,8.695652,8.695652,8.695652,8.695652,8.695652,8.695652,10,10,10,3.8461537,8.333333,8.333333,8.333333,8.333333,8.333333,8.695652,8.695652,8.695652,8.695652,8.695652,8.695652,10,10,10,3.8461537,8.333333,8.333333,8.333333,8.333333,8.333333,8.695652,8.695652,8.695652,8.695652,8.695652,8.695652,10,10,10,3.8461537,8.333333,8.333333,8.333333,8.333333,8.333333,8.695652,8.695652,8.695652,8.695652,8.695652,8.695652,10,10,10,3.8461537,8.333333,8.333333,8.333333,8.333333,8.333333,8.695652,8.695652,8.695652,8.695652,8.695652,8.695652,10,10,10,3.8461537,8.333333,8.333333,8.333333,8.333333,8.333333,8.695652,8.695652,8.695652,8.695652,8.695652,8.695652,10,10,10,3.8461537,8.333333,8.333333,8.333333,8.333333,8.333333,8.695652,8.695652,8.695652,8.695652,8.695652,8.695652,10,10,10,3.8461537,8.333333,8.333333,8.333333,8.333333,8.333333,8.695652,8.695652,8.695652,8.695652,8.695652,8.695652,10,10,10,3.8461537,8.333333,8.333333,8.333333,8.333333,8.333333,8.695652,8.695652,8.695652,8.695652,8.695652,8.695652,10,10,10,3.8461537,8.333333,8.333333,8.333333,8.333333,8.333333,8.695652,8.695652,8.695652,8.695652,8.695652,8.695652,10,10,10,3.8461537,8.333333,8.333333,8.333333,8.333333,8.333333,8.695652,8.695652,8.695652,8.695652,8.695652,8.695652,10,10,10,3.8461537,8.333333,8.333333,8.333333,8.333333,8.333333,8.695652,8.695652,8.695652,8.695652,8.695652,8.695652,10,10,10,3.8461537,8.333333,8.333333,8.333333,8.333333,8.333333,8.695652,8.695652,8.695652,8.695652,8.695652,8.695652,10,10,10,3.8461537,8.333333,8.333333,8.333333,8.333333,8.333333,8.695652,8.695652,8.695652,8.695652,8.695652,8.695652,10,10,10,3.8461537,8.333333,8.333333,8.333333,8.333333,8.333333,8.695652,8.695652,8.695652,8.695652,8.695652,8.695652,10,10,10,3.8461537,8.333333,8.333333,8.333333,8.333333,8.333333,8.695652,8.695652,8.695652,8.695652,8.695652,8.695652,10,10,10,3.8461537,8.333333,8.333333,8.333333,8.333333,8.333333,8.695652,8.695652,8.695652,8.695652,8.695652,8.695652,10,10,10,3.8461537,8.333333,8.333333,8.333333,8.333333,8.333333,8.695652,8.695652,8.695652,8.695652,8.695652,8.695652,10,10,10,3.8461537,8.333333,8.333333,8.333333,8.333333,8.333333,8.695652,8.695652,8.695652,8.695652,8.695652,8.695652,10,10,10,3.8461537,8.333333,8.333333,8.333333,8.333333,8.333333,8.695652,8.695652,8.695652,8.695652,8.695652,8.695652,10,10,10,3.8461537,8.333333,8.333333,8.333333,8.333333,8.333333,8.695652,8.695652,8.695652,8.695652,8.695652,8.695652,10,10,10,3.8461537,8.333333,8.333333,8.333333,8.333333,8.333333,8.695652,8.695652,8.695652,8.695652,8.695652,8.695652,10,10,10,3.8461537,8.333333,8.333333,8.333333,8.333333,8.333333,8.695652,8.695652,8.695652,8.695652,8.695652,8.695652,10,10,10,3.8461537,8.333333,8.333333,8.333333,8.333333,8.333333,8.695652,8.695652,8.695652,8.695652,8.695652,8.695652,10,10,10,3.8461537,8.333333,8.333333,8.333333,8.333333,8.333333,8.695652,8.695652,8.695652,8.695652,8.695652,8.695652,10,10,10,3.8461537,8.333333,8.333333,8.333333,8.333333,8.333333,8.695652,8.695652,8.695652,8.695652,8.695652,8.695652,10,10,10,3.8461537,8.333333,8.333333,8.333333,8.333333,8.333333,8.695652,8.695652,8.695652,8.695652,8.695652,8.695652,10,10,10,3.8461537,8.333333,8.333333,8.333333,8.333333,8.333333,8.695652,8.695652,8.695652,8.695652,8.695652,8.695652,10,10,10,3.8461537,8.333333,8.333333,8.333333,8.333333,8.333333,8.695652,8.695652,8.695652,8.695652,8.695652,8.695652,10,10,10,3.8461537,8.333333,8.333333,8.333333,8.333333,8.333333,8.695652,8.695652,8.695652,8.695652,8.695652,8.695652,10,10,10,3.8461537,8.333333,8.333333,8.333333,8.333333,8.333333,8.695652,8.695652,8.695652,8.695652,8.695652,8.695652,10,10,10,3.8461537,8.333333,8.333333,8.333333,8.333333,8.333333,8.695652,8.695652,8.695652,8.695652,8.695652,8.695652,10,10,10,3.8461537,8.333333,8.333333,8.333333,8.333333,8.333333,8.695652,8.695652,8.695652,8.695652,8.695652,8.695652,10,10,10,3.8461537,8.333333,8.333333,8.333333,8.333333,8.333333,8.695652,8.695652,8.695652,8.695652,8.695652,8.695652,10,10,10,3.8461537,8.333333,8.333333,8.333333,8.333333,8.333333,8.695652,8.695652,8.695652,8.695652,8.695652,8.695652,10,10,10,3.8461537,8.333333,8.333333,8.333333,8.333333,8.333333,8.695652,8.695652,8.695652,8.695652,8.695652,8.695652,10,10,10,3.8461537,8.333333,8.333333,8.333333,8.333333,8.333333,8.695652,8.695652,8.695652,8.695652,8.695652,8.695652,10,10,10,3.8461537,8.333333,8.333333,8.333333,8.333333,8.333333,8.695652,8.695652,8.695652,8.695652,8.695652,8.695652,10,10,10,3.8461537,8.333333,8.333333,8.333333,8.333333,8.333333,8.695652,8.695652,8.695652,8.695652,8.695652,8.695652,10,10,10,3.8461537,8.333333,8.333333,8.333333,8.333333,8.333333,8.695652,8.695652,8.695652,8.695652,8.695652,8.695652,10,10,10,3.8461537,8.333333,8.333333,8.333333,8.333333,8.333333,8.695652,8.695652,8.695652,8.695652,8.695652,8.695652,10,10,10,3.8461537,8.333333,8.333333,8.333333,8.333333,8.333333,8.695652,8.695652,8.695652,8.695652,8.695652,8.695652,10,10,10,3.8461537,8.333333,8.333333,8.333333,8.333333,8.333333,8.695652,8.695652,8.695652,8.695652,8.695652,8.695652,10,10,10,3.8461537,8.333333,8.333333,8.333333,8.333333,8.333333,8.695652,8.695652,8.695652,8.695652,8.695652,8.695652,10,10,10,3.8461537,8.333333,8.333333,8.333333,8.333333,8.333333,8.695652,8.695652,8.695652,8.695652,8.695652,8.695652,10,10,10,3.8461537,8.333333,8.333333,8.333333,8.333333,8.333333,8.695652,8.695652,8.695652,8.695652,8.695652,8.695652,10,10,10,3.8461537,8.333333,8.333333,8.333333,8.333333,8.333333,8.695652,8.695652,8.695652,8.695652,8.695652,8.695652,10,10,10,3.8461537,8.333333,8.333333,8.333333,8.333333,8.333333,8.695652,8.695652,8.695652,8.695652,8.695652,8.695652,10,10,10,3.8461537,8.333333,8.333333,8.333333,8.333333,8.333333,8.695652,8.695652,8.695652,8.695652,8.695652,8.695652,10,10,10,3.8461537,8.333333,8.333333,8.333333,8.333333,8.333333,8.695652,8.695652,8.695652,8.695652,8.695652,8.695652,10,10,10,3.8461537,8.333333,8.333333,8.333333,8.333333,8.333333,8.695652,8.695652,8.695652,8.695652,8.695652,8.695652,10,10,10,3.8461537,8.333333,8.333333,8.333333,8.333333,8.333333,8.695652,8.695652,8.695652,8.695652,8.695652,8.695652,10,10,10,3.8461537,8.333333,8.333333,8.333333,8.333333,8.333333,8.695652,8.695652,8.695652,8.695652,8.695652,8.695652,10,10,10,3.8461537,8.333333,8.333333,8.333333,8.333333,8.333333,8.695652,8.695652,8.695652,8.695652,8.695652,8.695652,10,10,10,3.8461537,8.333333,8.333333,8.333333,8.333333,8.333333,8.695652,8.695652,8.695652,8.695652,8.695652,8.695652,10,10,10,3.8461537,8.333333,8.333333,8.333333,8.333333,8.333333,8.695652,8.695652,8.695652,8.695652,8.695652,8.695652,10,10,10,3.8461537,8.333333,8.333333,8.333333,8.333333,8.333333,8.695652,8.695652,8.695652,8.695652,8.695652,8.695652,10,10,10,3.8461537,8.333333,8.333333,8.333333,8.333333,8.333333,8.695652,8.695652,8.695652,8.695652,8.695652,8.695652,10,10,10,3.8461537,8.333333,8.333333,8.333333,8.333333,8.333333,8.695652,8.695652,8.695652,8.695652,8.695652,8.695652,10,10,10,3.8461537,8.333333,8.333333,8.333333,8.333333,8.333333,8.695652,8.695652,8.695652,8.695652,8.695652,8.695652,10,10,10,3.8461537,8.333333,8.333333,8.333333,8.333333,8.333333,8.695652,8.695652,8.695652,8.695652,8.695652,8.695652,10,10,10,3.8461537,8.333333,8.333333,8.333333,8.333333,8.333333,8.695652,8.695652,8.695652,8.695652,8.695652,8.695652,10,10,10,3.8461537,8.333333,8.333333,8.333333,8.333333,8.333333,8.695652,8.695652,8.695652,8.695652,8.695652,8.695652,10,10,10,3.8461537,8.333333,8.333333,8.333333,8.333333,8.333333,8.695652,8.695652,8.695652,8.695652,8.695652,8.695652,10,10,10,3.8461537,8.333333,8.333333,8.333333,8.333333,8.333333,8.695652,8.695652,8.695652,8.695652,8.695652,8.695652,10,10,10,3.8461537,8.333333,8.333333,8.333333,8.333333,8.333333,8.695652,8.695652,8.695652,8.695652,8.695652,8.695652,10,10,10,3.8461537,8.333333,8.333333,8.333333,8.333333,8.333333,8.695652,8.695652,8.695652,8.695652,8.695652,8.695652,10,10,10,3.8461537,8.333333,8.333333,8.333333,8.333333,8.333333,8.695652,8.695652,8.695652,8.695652,8.695652,8.695652,10,10,10,3.8461537,8.333333,8.333333,8.333333,8.333333,8.333333,8.695652,8.695652,8.695652,8.695652,8.695652,8.695652,10,10,10,3.8461537,8.333333,8.333333,8.333333,8.333333,8.333333,8.695652,8.695652,8.695652,8.695652,8.695652,8.695652,10,10,10,3.8461537,8.333333,8.333333,8.333333,8.333333,8.333333,8.695652,8.695652,8.695652,8.695652,8.695652,8.695652,10,10,10,3.8461537,8.333333,8.333333,8.333333,8.333333,8.333333,8.695652,8.695652,8.695652,8.695652,8.695652,8.695652,10,10,10,3.8461537,8.333333,8.333333,8.333333,8.333333,8.333333,8.695652,8.695652,8.695652,8.695652,8.695652,8.695652,10,10,10,3.8461537,8.333333,8.333333,8.333333,8.333333,8.333333,8.695652,8.695652,8.695652,8.695652,8.695652,8.695652,10,10,10,3.8461537,8.333333,8.333333,8.333333,8.333333,8.333333,8.695652,8.695652,8.695652,8.695652,8.695652,8.695652,10,10,10,3.8461537,8.333333,8.333333,8.333333,8.333333,8.333333,8.695652,8.695652,8.695652,8.695652,8.695652,8.695652,10,10,10,3.8461537,8.333333,8.333333,8.333333,8.333333,8.333333,8.695652,8.695652,8.695652,8.695652,8.695652,8.695652,10,10,10,3.8461537,8.333333,8.333333,8.333333,8.333333,8.333333,8.695652,8.695652,8.695652,8.695652,8.695652,8.695652,10,10,10,3.8461537,8.333333,8.333333,8.333333,8.333333,8.333333,8.695652,8.695652,8.695652,8.695652,8.695652,8.695652,10,10,10,3.8461537,8.333333,8.333333,8.333333,8.333333,8.333333,8.695652,8.695652,8.695652,8.695652,8.695652,8.695652,10,10,10,3.8461537,8.333333,8.333333,8.333333,8.333333,8.333333,8.695652,8.695652,8.695652,8.695652,8.695652,8.695652,10,10,10,9.375,9.375,9.375,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,7.6923075,9.375,9.375,9.375,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,7.6923075,9.375,9.375,9.375,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,7.6923075,9.375,9.375,9.375,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,7.6923075,9.375,9.375,9.375,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,7.6923075,9.375,9.375,9.375,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,7.6923075,9.375,9.375,9.375,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,7.6923075,9.375,9.375,9.375,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,7.6923075,9.375,9.375,9.375,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,7.6923075,9.375,9.375,9.375,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,7.6923075,9.375,9.375,9.375,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,7.6923075,9.375,9.375,9.375,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,7.6923075,9.375,9.375,9.375,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,7.6923075,9.375,9.375,9.375,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,7.6923075,9.375,9.375,9.375,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,7.6923075,9.375,9.375,9.375,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,7.6923075,9.375,9.375,9.375,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,7.6923075,9.375,9.375,9.375,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,7.6923075,9.375,9.375,9.375,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,7.6923075,9.375,9.375,9.375,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,7.6923075,9.375,9.375,9.375,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,7.6923075,9.375,9.375,9.375,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,7.6923075,9.375,9.375,9.375,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,7.6923075,9.375,9.375,9.375,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,7.6923075,9.375,9.375,9.375,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,7.6923075,9.375,9.375,9.375,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,7.6923075,9.375,9.375,9.375,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,7.6923075,9.375,9.375,9.375,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,7.6923075,9.375,9.375,9.375,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,7.6923075,9.375,9.375,9.375,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,7.6923075,9.375,9.375,9.375,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,7.6923075,9.375,9.375,9.375,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,7.6923075,9.375,9.375,9.375,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,7.6923075,9.375,9.375,9.375,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,7.6923075,9.375,9.375,9.375,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,7.6923075,9.375,9.375,9.375,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,7.6923075,9.375,9.375,9.375,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,7.6923075,9.375,9.375,9.375,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,7.6923075,9.375,9.375,9.375,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,7.6923075,9.375,9.375,9.375,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,7.6923075,9.375,9.375,9.375,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,7.6923075,9.375,9.375,9.375,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,7.6923075,9.375,9.375,9.375,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,7.6923075,9.375,9.375,9.375,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,7.6923075,9.375,9.375,9.375,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,7.6923075,9.375,9.375,9.375,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,7.6923075,9.375,9.375,9.375,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,7.6923075,9.375,9.375,9.375,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,7.6923075,9.375,9.375,9.375,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,7.6923075,9.375,9.375,9.375,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,7.6923075,9.375,9.375,9.375,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,7.6923075,9.375,9.375,9.375,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,7.6923075,9.375,9.375,9.375,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,7.6923075,9.375,9.375,9.375,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,7.6923075,9.375,9.375,9.375,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,7.6923075,9.375,9.375,9.375,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,7.6923075,9.375,9.375,9.375,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,7.6923075,9.375,9.375,9.375,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,7.6923075,9.375,9.375,9.375,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,7.6923075,9.375,9.375,9.375,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,7.6923075,9.375,9.375,9.375,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,7.6923075,9.375,9.375,9.375,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,7.6923075,9.375,9.375,9.375,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,7.6923075,9.375,9.375,9.375,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,7.6923075,9.375,9.375,9.375,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,7.6923075,9.375,9.375,9.375,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,7.6923075,9.375,9.375,9.375,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,7.6923075,9.375,9.375,9.375,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,7.6923075,9.375,9.375,9.375,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,7.6923075,9.375,9.375,9.375,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,7.6923075,9.375,9.375,9.375,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,7.6923075,9.375,9.375,9.375,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,7.6923075,9.375,9.375,9.375,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,7.6923075,9.375,9.375,9.375,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,7.6923075,9.375,9.375,9.375,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,7.6923075,9.375,9.375,9.375,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,7.6923075,9.375,9.375,9.375,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,7.6923075,9.375,9.375,9.375,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,7.6923075,9.375,9.375,9.375,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,7.6923075,9.375,9.375,9.375,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,7.6923075,9.375,9.375,9.375,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,7.6923075,9.375,9.375,9.375,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,7.6923075,9.375,9.375,9.375,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,7.6923075,9.375,9.375,9.375,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,7.6923075,9.375,9.375,9.375,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,7.6923075,9.375,9.375,9.375,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,7.6923075,9.375,9.375,9.375,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,9.6774197,7.6923075,40,40,40,44.444443,44.444443,44.444443,50,50,50,50,50,33.333332,33.333332,20,20,40,40,40,44.444443,44.444443,44.444443,50,50,50,50,50,33.333332,33.333332,20,20,40,40,40,44.444443,44.444443,44.444443,50,50,50,50,50,33.333332,33.333332,20,20,40,40,40,44.444443,44.444443,44.444443,50,50,50,50,50,33.333332,33.333332,20,20,40,40,40,44.444443,44.444443,44.444443,50,50,50,50,50,33.333332,33.333332,20,20,40,40,40,44.444443,44.444443,44.444443,50,50,50,50,50,33.333332,33.333332,20,20,40,40,40,44.444443,44.444443,44.444443,50,50,50,50,50,33.333332,33.333332,20,20,40,40,40,44.444443,44.444443,44.444443,50,50,50,50,50,33.333332,33.333332,20,20,40,40,40,44.444443,44.444443,44.444443,50,50,50,50,50,33.333332,33.333332,20,20,40,40,40,44.444443,44.444443,44.444443,50,50,50,50,50,33.333332,33.333332,20,20,40,40,40,44.444443,44.444443,44.444443,50,50,50,50,50,33.333332,33.333332,20,20,40,40,40,44.444443,44.444443,44.444443,50,50,50,50,50,33.333332,33.333332,20,20,40,40,40,44.444443,44.444443,44.444443,50,50,50,50,50,33.333332,33.333332,20,20,40,40,40,44.444443,44.444443,44.444443,50,50,50,50,50,33.333332,33.333332,20,20,40,40,40,44.444443,44.444443,44.444443,50,50,50,50,50,33.333332,33.333332,20,20,40,40,40,44.444443,44.444443,44.444443,50,50,50,50,50,33.333332,33.333332,20,20,40,40,40,44.444443,44.444443,44.444443,50,50,50,50,50,33.333332,33.333332,20,20,40,40,40,44.444443,44.444443,44.444443,50,50,50,50,50,33.333332,33.333332,20,20,40,40,40,44.444443,44.444443,44.444443,50,50,50,50,50,33.333332,33.333332,20,20,40,40,40,44.444443,44.444443,44.444443,50,50,50,50,50,33.333332,33.333332,20,20,40,40,40,44.444443,44.444443,44.444443,50,50,50,50,50,33.333332,33.333332,20,20,40,40,40,44.444443,44.444443,44.444443,50,50,50,50,50,33.333332,33.333332,20,20,40,40,40,44.444443,44.444443,44.444443,50,50,50,50,50,33.333332,33.333332,20,20,40,40,40,44.444443,44.444443,44.444443,50,50,50,50,50,33.333332,33.333332,20,20,40,40,40,44.444443,44.444443,44.444443,50,50,50,50,50,33.333332,33.333332,20,20,40,40,40,44.444443,44.444443,44.444443,50,50,50,50,50,33.333332,33.333332,20,20,40,40,40,44.444443,44.444443,44.444443,50,50,50,50,50,33.333332,33.333332,20,20,40,40,40,44.444443,44.444443,44.444443,50,50,50,50,50,33.333332,33.333332,20,20,40,40,40,44.444443,44.444443,44.444443,50,50,50,50,50,33.333332,33.333332,20,20,40,40,40,44.444443,44.444443,44.444443,50,50,50,50,50,33.333332,33.333332,20,20,40,40,40,44.444443,44.444443,44.444443,50,50,50,50,50,33.333332,33.333332,20,20,40,40,40,44.444443,44.444443,44.444443,50,50,50,50,50,33.333332,33.333332,20,20,40,40,40,44.444443,44.444443,44.444443,50,50,50,50,50,33.333332,33.333332,20,20,40,40,40,44.444443,44.444443,44.444443,50,50,50,50,50,33.333332,33.333332,20,20,40,40,40,44.444443,44.444443,44.444443,50,50,50,50,50,33.333332,33.333332,20,20,40,40,40,44.444443,44.444443,44.444443,50,50,50,50,50,33.333332,33.333332,20,20,40,40,40,44.444443,44.444443,44.444443,50,50,50,50,50,33.333332,33.333332,20,20,40,40,40,44.444443,44.444443,44.444443,50,50,50,50,50,33.333332,33.333332,20,20,40,40,40,44.444443,44.444443,44.444443,50,50,50,50,50,33.333332,33.333332,20,20,40,40,40,44.444443,44.444443,44.444443,50,50,50,50,50,33.333332,33.333332,20,20,40,40,40,44.444443,44.444443,44.444443,50,50,50,50,50,33.333332,33.333332,20,20,40,40,40,44.444443,44.444443,44.444443,50,50,50,50,50,33.333332,33.333332,20,20,40,40,40,44.444443,44.444443,44.444443,50,50,50,50,50,33.333332,33.333332,20,20,40,40,40,44.444443,44.444443,44.444443,50,50,50,50,50,33.333332,33.333332,20,20,40,40,40,44.444443,44.444443,44.444443,50,50,50,50,50,33.333332,33.333332,20,20,40,40,40,44.444443,44.444443,44.444443,50,50,50,50,50,33.333332,33.333332,20,20,40,40,40,44.444443,44.444443,44.444443,50,50,50,50,50,33.333332,33.333332,20,20,40,40,40,44.444443,44.444443,44.444443,50,50,50,50,50,33.333332,33.333332,20,20,40,40,40,44.444443,44.444443,44.444443,50,50,50,50,50,33.333332,33.333332,20,20,40,40,40,44.444443,44.444443,44.444443,50,50,50,50,50,33.333332,33.333332,20,20,40,40,40,44.444443,44.444443,44.444443,50,50,50,50,50,33.333332,33.333332,20,20,40,40,40,44.444443,44.444443,44.444443,50,50,50,50,50,33.333332,33.333332,20,20,40,40,40,44.444443,44.444443,44.444443,50,50,50,50,50,33.333332,33.333332,20,20,40,40,40,44.444443,44.444443,44.444443,50,50,50,50,50,33.333332,33.333332,20,20,40,40,40,44.444443,44.444443,44.444443,50,50,50,50,50,33.333332,33.333332,20,20,40,40,40,44.444443,44.444443,44.444443,50,50,50,50,50,33.333332,33.333332,20,20,40,40,40,44.444443,44.444443,44.444443,50,50,50,50,50,33.333332,33.333332,20,20,40,40,40,44.444443,44.444443,44.444443,50,50,50,50,50,33.333332,33.333332,20,20,40,40,40,44.444443,44.444443,44.444443,50,50,50,50,50,33.333332,33.333332,20,20,40,40,40,44.444443,44.444443,44.444443,50,50,50,50,50,33.333332,33.333332,20,20,40,40,40,44.444443,44.444443,44.444443,50,50,50,50,50,33.333332,33.333332,20,20,40,40,40,44.444443,44.444443,44.444443,50,50,50,50,50,33.333332,33.333332,20,20,40,40,40,44.444443,44.444443,44.444443,50,50,50,50,50,33.333332,33.333332,20,20,40,40,40,44.444443,44.444443,44.444443,50,50,50,50,50,33.333332,33.333332,20,20,40,40,40,44.444443,44.444443,44.444443,50,50,50,50,50,33.333332,33.333332,20,20,40,40,40,44.444443,44.444443,44.444443,50,50,50,50,50,33.333332,33.333332,20,20,40,40,40,44.444443,44.444443,44.444443,50,50,50,50,50,33.333332,33.333332,20,20,40,40,40,44.444443,44.444443,44.444443,50,50,50,50,50,33.333332,33.333332,20,20,40,40,40,44.444443,44.444443,44.444443,50,50,50,50,50,33.333332,33.333332,20,20,40,40,40,44.444443,44.444443,44.444443,50,50,50,50,50,33.333332,33.333332,20,20,40,40,40,44.444443,44.444443,44.444443,50,50,50,50,50,33.333332,33.333332,20,20,40,40,40,44.444443,44.444443,44.444443,50,50,50,50,50,33.333332,33.333332,20,20,40,40,40,44.444443,44.444443,44.444443,50,50,50,50,50,33.333332,33.333332,20,20,40,40,40,44.444443,44.444443,44.444443,50,50,50,50,50,33.333332,33.333332,20,20,40,40,40,44.444443,44.444443,44.444443,50,50,50,50,50,33.333332,33.333332,20,20,40,40,40,44.444443,44.444443,44.444443,50,50,50,50,50,33.333332,33.333332,20,20,40,40,40,44.444443,44.444443,44.444443,50,50,50,50,50,33.333332,33.333332,20,20,40,40,40,44.444443,44.444443,44.444443,50,50,50,50,50,33.333332,33.333332,20,20,40,40,40,44.444443,44.444443,44.444443,50,50,50,50,50,33.333332,33.333332,20,20,40,40,40,44.444443,44.444443,44.444443,50,50,50,50,50,33.333332,33.333332,20,20,40,40,40,44.444443,44.444443,44.444443,50,50,50,50,50,33.333332,33.333332,20,20,40,40,40,44.444443,44.444443,44.444443,50,50,50,50,50,33.333332,33.333332,20,20,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,0,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,0,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,0,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,0,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,0,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,0,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,0,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,0,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,0,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,0,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,0,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,0,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,0,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,0,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,0,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,0,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,0,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,0,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,0,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,0,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,0,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,0,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,0,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,0,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,0,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,0,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,0,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,0,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,0,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,0,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,0,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,0,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,0,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,0,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,0,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,0,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,0,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,0,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,0,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,0,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,0,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,0,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,0,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,0,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,0,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,0,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,0,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,0,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,0,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,0,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,0,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,0,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,0,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,0,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,0,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,0,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,0,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,0,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,0,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,0,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,0,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,0,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,0,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,0,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,0,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,0,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,0,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,0,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,0,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,0,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,0,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,0,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,0,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,0,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,0,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,0,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,0,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,0,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,0,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,0,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,0,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,0,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,0,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,0,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,0,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,0,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,0,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,0,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,0,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,0,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,0,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,0,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,0,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,0,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,0,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,0,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,0,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,0,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,0,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,0,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,0,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,0,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,0,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,0,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,0,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,0,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,0,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,0,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,0,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,0,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,0,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,0,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,0,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,0,5.8823528,5.8823528,5.8823528,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,0,20,20,20,20,20,20,20,20,20,25,25,25,25,25,25,20,20,20,20,20,20,20,20,20,25,25,25,25,25,25,20,20,20,20,20,20,20,20,20,25,25,25,25,25,25,20,20,20,20,20,20,20,20,20,25,25,25,25,25,25,20,20,20,20,20,20,20,20,20,25,25,25,25,25,25,20,20,20,20,20,20,20,20,20,25,25,25,25,25,25,20,20,20,20,20,20,20,20,20,25,25,25,25,25,25,20,20,20,20,20,20,20,20,20,25,25,25,25,25,25,20,20,20,20,20,20,20,20,20,25,25,25,25,25,25,20,20,20,20,20,20,20,20,20,25,25,25,25,25,25,20,20,20,20,20,20,20,20,20,25,25,25,25,25,25,20,20,20,20,20,20,20,20,20,25,25,25,25,25,25,20,20,20,20,20,20,20,20,20,25,25,25,25,25,25,20,20,20,20,20,20,20,20,20,25,25,25,25,25,25,20,20,20,20,20,20,20,20,20,25,25,25,25,25,25,20,20,20,20,20,20,20,20,20,25,25,25,25,25,25,20,20,20,20,20,20,20,20,20,25,25,25,25,25,25,20,20,20,20,20,20,20,20,20,25,25,25,25,25,25,20,20,20,20,20,20,20,20,20,25,25,25,25,25,25,20,20,20,20,20,20,20,20,20,25,25,25,25,25,25,20,20,20,20,20,20,20,20,20,25,25,25,25,25,25,20,20,20,20,20,20,20,20,20,25,25,25,25,25,25,20,20,20,20,20,20,20,20,20,25,25,25,25,25,25,20,20,20,20,20,20,20,20,20,25,25,25,25,25,25,20,20,20,20,20,20,20,20,20,25,25,25,25,25,25,20,20,20,20,20,20,20,20,20,25,25,25,25,25,25,20,20,20,20,20,20,20,20,20,25,25,25,25,25,25,20,20,20,20,20,20,20,20,20,25,25,25,25,25,25,20,20,20,20,20,20,20,20,20,25,25,25,25,25,25,20,20,20,20,20,20,20,20,20,25,25,25,25,25,25,20,20,20,20,20,20,20,20,20,25,25,25,25,25,25,20,20,20,20,20,20,20,20,20,25,25,25,25,25,25,20,20,20,20,20,20,20,20,20,25,25,25,25,25,25,20,20,20,20,20,20,20,20,20,25,25,25,25,25,25,20,20,20,20,20,20,20,20,20,25,25,25,25,25,25,20,20,20,20,20,20,20,20,20,25,25,25,25,25,25,20,20,20,20,20,20,20,20,20,25,25,25,25,25,25,20,20,20,20,20,20,20,20,20,25,25,25,25,25,25,20,20,20,20,20,20,20,20,20,25,25,25,25,25,25,20,20,20,20,20,20,20,20,20,25,25,25,25,25,25,20,20,20,20,20,20,20,20,20,25,25,25,25,25,25,20,20,20,20,20,20,20,20,20,25,25,25,25,25,25,20,20,20,20,20,20,20,20,20,25,25,25,25,25,25,20,20,20,20,20,20,20,20,20,25,25,25,25,25,25,20,20,20,20,20,20,20,20,20,25,25,25,25,25,25,20,20,20,20,20,20,20,20,20,25,25,25,25,25,25,20,20,20,20,20,20,20,20,20,25,25,25,25,25,25,20,20,20,20,20,20,20,20,20,25,25,25,25,25,25,20,20,20,20,20,20,20,20,20,25,25,25,25,25,25,20,20,20,20,20,20,20,20,20,25,25,25,25,25,25,20,20,20,20,20,20,20,20,20,25,25,25,25,25,25,20,20,20,20,20,20,20,20,20,25,25,25,25,25,25,20,20,20,20,20,20,20,20,20,25,25,25,25,25,25,20,20,20,20,20,20,20,20,20,25,25,25,25,25,25,20,20,20,20,20,20,20,20,20,25,25,25,25,25,25,20,20,20,20,20,20,20,20,20,25,25,25,25,25,25,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,13.043478,13.043478,13.043478,14.285714,14.285714,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,28.571428,28.571428,28.571428,20,20,20,20,20,20,20,20,18.181818,18.181818,18.181818,18.181818,28.571428,28.571428,28.571428,20,20,20,20,20,20,20,20,18.181818,18.181818,18.181818,18.181818,28.571428,28.571428,28.571428,20,20,20,20,20,20,20,20,18.181818,18.181818,18.181818,18.181818,28.571428,28.571428,28.571428,20,20,20,20,20,20,20,20,18.181818,18.181818,18.181818,18.181818,28.571428,28.571428,28.571428,20,20,20,20,20,20,20,20,18.181818,18.181818,18.181818,18.181818,28.571428,28.571428,28.571428,20,20,20,20,20,20,20,20,18.181818,18.181818,18.181818,18.181818,28.571428,28.571428,28.571428,20,20,20,20,20,20,20,20,18.181818,18.181818,18.181818,18.181818,28.571428,28.571428,28.571428,20,20,20,20,20,20,20,20,18.181818,18.181818,18.181818,18.181818,28.571428,28.571428,28.571428,20,20,20,20,20,20,20,20,18.181818,18.181818,18.181818,18.181818,28.571428,28.571428,28.571428,20,20,20,20,20,20,20,20,18.181818,18.181818,18.181818,18.181818,28.571428,28.571428,28.571428,20,20,20,20,20,20,20,20,18.181818,18.181818,18.181818,18.181818,28.571428,28.571428,28.571428,20,20,20,20,20,20,20,20,18.181818,18.181818,18.181818,18.181818,28.571428,28.571428,28.571428,20,20,20,20,20,20,20,20,18.181818,18.181818,18.181818,18.181818,28.571428,28.571428,28.571428,20,20,20,20,20,20,20,20,18.181818,18.181818,18.181818,18.181818,28.571428,28.571428,28.571428,20,20,20,20,20,20,20,20,18.181818,18.181818,18.181818,18.181818,28.571428,28.571428,28.571428,20,20,20,20,20,20,20,20,18.181818,18.181818,18.181818,18.181818,28.571428,28.571428,28.571428,20,20,20,20,20,20,20,20,18.181818,18.181818,18.181818,18.181818,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11.111111,12.5,12.280702,12.280702,11.111111,11.111111,11.111111,11.111111,10.606061,10.606061,10.447762,10.447762,10.447762,10.447762,10.447762,11.111111,12.5,12.280702,12.280702,11.111111,11.111111,11.111111,11.111111,10.606061,10.606061,10.447762,10.447762,10.447762,10.447762,10.447762,11.111111,12.5,12.280702,12.280702,11.111111,11.111111,11.111111,11.111111,10.606061,10.606061,10.447762,10.447762,10.447762,10.447762,10.447762,11.111111,12.5,12.280702,12.280702,11.111111,11.111111,11.111111,11.111111,10.606061,10.606061,10.447762,10.447762,10.447762,10.447762,10.447762,11.111111,12.5,12.280702,12.280702,11.111111,11.111111,11.111111,11.111111,10.606061,10.606061,10.447762,10.447762,10.447762,10.447762,10.447762,11.111111,12.5,12.280702,12.280702,11.111111,11.111111,11.111111,11.111111,10.606061,10.606061,10.447762,10.447762,10.447762,10.447762,10.447762,11.111111,12.5,12.280702,12.280702,11.111111,11.111111,11.111111,11.111111,10.606061,10.606061,10.447762,10.447762,10.447762,10.447762,10.447762,11.111111,12.5,12.280702,12.280702,11.111111,11.111111,11.111111,11.111111,10.606061,10.606061,10.447762,10.447762,10.447762,10.447762,10.447762,11.111111,12.5,12.280702,12.280702,11.111111,11.111111,11.111111,11.111111,10.606061,10.606061,10.447762,10.447762,10.447762,10.447762,10.447762,11.111111,12.5,12.280702,12.280702,11.111111,11.111111,11.111111,11.111111,10.606061,10.606061,10.447762,10.447762,10.447762,10.447762,10.447762,11.111111,12.5,12.280702,12.280702,11.111111,11.111111,11.111111,11.111111,10.606061,10.606061,10.447762,10.447762,10.447762,10.447762,10.447762,11.111111,12.5,12.280702,12.280702,11.111111,11.111111,11.111111,11.111111,10.606061,10.606061,10.447762,10.447762,10.447762,10.447762,10.447762,11.111111,12.5,12.280702,12.280702,11.111111,11.111111,11.111111,11.111111,10.606061,10.606061,10.447762,10.447762,10.447762,10.447762,10.447762,11.111111,12.5,12.280702,12.280702,11.111111,11.111111,11.111111,11.111111,10.606061,10.606061,10.447762,10.447762,10.447762,10.447762,10.447762,11.111111,12.5,12.280702,12.280702,11.111111,11.111111,11.111111,11.111111,10.606061,10.606061,10.447762,10.447762,10.447762,10.447762,10.447762,11.111111,12.5,12.280702,12.280702,11.111111,11.111111,11.111111,11.111111,10.606061,10.606061,10.447762,10.447762,10.447762,10.447762,10.447762,11.111111,12.5,12.280702,12.280702,11.111111,11.111111,11.111111,11.111111,10.606061,10.606061,10.447762,10.447762,10.447762,10.447762,10.447762,11.111111,12.5,12.280702,12.280702,11.111111,11.111111,11.111111,11.111111,10.606061,10.606061,10.447762,10.447762,10.447762,10.447762,10.447762,11.111111,12.5,12.280702,12.280702,11.111111,11.111111,11.111111,11.111111,10.606061,10.606061,10.447762,10.447762,10.447762,10.447762,10.447762,11.111111,12.5,12.280702,12.280702,11.111111,11.111111,11.111111,11.111111,10.606061,10.606061,10.447762,10.447762,10.447762,10.447762,10.447762,11.111111,12.5,12.280702,12.280702,11.111111,11.111111,11.111111,11.111111,10.606061,10.606061,10.447762,10.447762,10.447762,10.447762,10.447762,9.090909,20,20,42.857143,30,30,30,30,30,30,30,30,30,30,30,9.090909,20,20,42.857143,30,30,30,30,30,30,30,30,30,30,30,9.090909,20,20,42.857143,30,30,30,30,30,30,30,30,30,30,30,9.090909,20,20,42.857143,30,30,30,30,30,30,30,30,30,30,30,9.090909,20,20,42.857143,30,30,30,30,30,30,30,30,30,30,30,9.090909,20,20,42.857143,30,30,30,30,30,30,30,30,30,30,30,9.090909,20,20,42.857143,30,30,30,30,30,30,30,30,30,30,30,9.090909,20,20,42.857143,30,30,30,30,30,30,30,30,30,30,30,9.090909,20,20,42.857143,30,30,30,30,30,30,30,30,30,30,30,9.090909,20,20,42.857143,30,30,30,30,30,30,30,30,30,30,30,9.090909,20,20,42.857143,30,30,30,30,30,30,30,30,30,30,30,9.090909,20,20,42.857143,30,30,30,30,30,30,30,30,30,30,30,9.090909,20,20,42.857143,30,30,30,30,30,30,30,30,30,30,30,9.090909,20,20,42.857143,30,30,30,30,30,30,30,30,30,30,30,9.090909,20,20,42.857143,30,30,30,30,30,30,30,30,30,30,30,9.090909,20,20,42.857143,30,30,30,30,30,30,30,30,30,30,30,9.090909,20,20,42.857143,30,30,30,30,30,30,30,30,30,30,30,9.090909,20,20,42.857143,30,30,30,30,30,30,30,30,30,30,30,9.090909,20,20,42.857143,30,30,30,30,30,30,30,30,30,30,30,9.090909,20,20,42.857143,30,30,30,30,30,30,30,30,30,30,30,9.090909,20,20,42.857143,30,30,30,30,30,30,30,30,30,30,30,9.090909,20,20,42.857143,30,30,30,30,30,30,30,30,30,30,30,9.090909,20,20,42.857143,30,30,30,30,30,30,30,30,30,30,30,9.090909,20,20,42.857143,30,30,30,30,30,30,30,30,30,30,30,9.090909,20,20,42.857143,30,30,30,30,30,30,30,30,30,30,30,9.090909,20,20,42.857143,30,30,30,30,30,30,30,30,30,30,30,9.090909,20,20,42.857143,30,30,30,30,30,30,30,30,30,30,30,9.090909,20,20,42.857143,30,30,30,30,30,30,30,30,30,30,30,9.090909,20,20,42.857143,30,30,30,30,30,30,30,30,30,30,30,9.090909,20,20,42.857143,30,30,30,30,30,30,30,30,30,30,30,9.090909,20,20,42.857143,30,30,30,30,30,30,30,30,30,30,30,9.090909,20,20,42.857143,30,30,30,30,30,30,30,30,30,30,30,9.090909,20,20,42.857143,30,30,30,30,30,30,30,30,30,30,30,10,9.8360653,10,10,10,10,10,10,9.375,9.375,9.375,9.375,9.5238094,8.333333,8,10,9.8360653,10,10,10,10,10,10,9.375,9.375,9.375,9.375,9.5238094,8.333333,8,10,9.8360653,10,10,10,10,10,10,9.375,9.375,9.375,9.375,9.5238094,8.333333,8,10,9.8360653,10,10,10,10,10,10,9.375,9.375,9.375,9.375,9.5238094,8.333333,8,10,9.8360653,10,10,10,10,10,10,9.375,9.375,9.375,9.375,9.5238094,8.333333,8,10,9.8360653,10,10,10,10,10,10,9.375,9.375,9.375,9.375,9.5238094,8.333333,8,10,9.8360653,10,10,10,10,10,10,9.375,9.375,9.375,9.375,9.5238094,8.333333,8,10,9.8360653,10,10,10,10,10,10,9.375,9.375,9.375,9.375,9.5238094,8.333333,8,10,9.8360653,10,10,10,10,10,10,9.375,9.375,9.375,9.375,9.5238094,8.333333,8,10,9.8360653,10,10,10,10,10,10,9.375,9.375,9.375,9.375,9.5238094,8.333333,8,10,9.8360653,10,10,10,10,10,10,9.375,9.375,9.375,9.375,9.5238094,8.333333,8,10,9.8360653,10,10,10,10,10,10,9.375,9.375,9.375,9.375,9.5238094,8.333333,8,10,9.8360653,10,10,10,10,10,10,9.375,9.375,9.375,9.375,9.5238094,8.333333,8,10,9.8360653,10,10,10,10,10,10,9.375,9.375,9.375,9.375,9.5238094,8.333333,8,10,9.8360653,10,10,10,10,10,10,9.375,9.375,9.375,9.375,9.5238094,8.333333,8,10,9.8360653,10,10,10,10,10,10,9.375,9.375,9.375,9.375,9.5238094,8.333333,8,10,9.8360653,10,10,10,10,10,10,9.375,9.375,9.375,9.375,9.5238094,8.333333,8,10,9.8360653,10,10,10,10,10,10,9.375,9.375,9.375,9.375,9.5238094,8.333333,8,10,9.8360653,10,10,10,10,10,10,9.375,9.375,9.375,9.375,9.5238094,8.333333,8,10,9.8360653,10,10,10,10,10,10,9.375,9.375,9.375,9.375,9.5238094,8.333333,8,10,9.8360653,10,10,10,10,10,10,9.375,9.375,9.375,9.375,9.5238094,8.333333,8,10,9.8360653,10,10,10,10,10,10,9.375,9.375,9.375,9.375,9.5238094,8.333333,8,10,9.8360653,10,10,10,10,10,10,9.375,9.375,9.375,9.375,9.5238094,8.333333,8,10,9.8360653,10,10,10,10,10,10,9.375,9.375,9.375,9.375,9.5238094,8.333333,8,10,9.8360653,10,10,10,10,10,10,9.375,9.375,9.375,9.375,9.5238094,8.333333,8,10,9.8360653,10,10,10,10,10,10,9.375,9.375,9.375,9.375,9.5238094,8.333333,8,10,9.8360653,10,10,10,10,10,10,9.375,9.375,9.375,9.375,9.5238094,8.333333,8,10,9.8360653,10,10,10,10,10,10,9.375,9.375,9.375,9.375,9.5238094,8.333333,8,10,9.8360653,10,10,10,10,10,10,9.375,9.375,9.375,9.375,9.5238094,8.333333,8,10,9.8360653,10,10,10,10,10,10,9.375,9.375,9.375,9.375,9.5238094,8.333333,8,10,9.8360653,10,10,10,10,10,10,9.375,9.375,9.375,9.375,9.5238094,8.333333,8,10,9.8360653,10,10,10,10,10,10,9.375,9.375,9.375,9.375,9.5238094,8.333333,8,10,9.8360653,10,10,10,10,10,10,9.375,9.375,9.375,9.375,9.5238094,8.333333,8,10,9.8360653,10,10,10,10,10,10,9.375,9.375,9.375,9.375,9.5238094,8.333333,8,10,9.8360653,10,10,10,10,10,10,9.375,9.375,9.375,9.375,9.5238094,8.333333,8,10,9.8360653,10,10,10,10,10,10,9.375,9.375,9.375,9.375,9.5238094,8.333333,8,10,9.8360653,10,10,10,10,10,10,9.375,9.375,9.375,9.375,9.5238094,8.333333,8,10,9.8360653,10,10,10,10,10,10,9.375,9.375,9.375,9.375,9.5238094,8.333333,8,10,9.8360653,10,10,10,10,10,10,9.375,9.375,9.375,9.375,9.5238094,8.333333,8,10,9.8360653,10,10,10,10,10,10,9.375,9.375,9.375,9.375,9.5238094,8.333333,8,10,9.8360653,10,10,10,10,10,10,9.375,9.375,9.375,9.375,9.5238094,8.333333,8,10,9.8360653,10,10,10,10,10,10,9.375,9.375,9.375,9.375,9.5238094,8.333333,8,10,9.8360653,10,10,10,10,10,10,9.375,9.375,9.375,9.375,9.5238094,8.333333,8,10,9.8360653,10,10,10,10,10,10,9.375,9.375,9.375,9.375,9.5238094,8.333333,8,10,9.8360653,10,10,10,10,10,10,9.375,9.375,9.375,9.375,9.5238094,8.333333,8,10,9.8360653,10,10,10,10,10,10,9.375,9.375,9.375,9.375,9.5238094,8.333333,8,10,9.8360653,10,10,10,10,10,10,9.375,9.375,9.375,9.375,9.5238094,8.333333,8,10,9.8360653,10,10,10,10,10,10,9.375,9.375,9.375,9.375,9.5238094,8.333333,8,10,9.8360653,10,10,10,10,10,10,9.375,9.375,9.375,9.375,9.5238094,8.333333,8,10,9.8360653,10,10,10,10,10,10,9.375,9.375,9.375,9.375,9.5238094,8.333333,8,10,9.8360653,10,10,10,10,10,10,9.375,9.375,9.375,9.375,9.5238094,8.333333,8,10,9.8360653,10,10,10,10,10,10,9.375,9.375,9.375,9.375,9.5238094,8.333333,8,10,9.8360653,10,10,10,10,10,10,9.375,9.375,9.375,9.375,9.5238094,8.333333,8,10,9.8360653,10,10,10,10,10,10,9.375,9.375,9.375,9.375,9.5238094,8.333333,8,10,9.8360653,10,10,10,10,10,10,9.375,9.375,9.375,9.375,9.5238094,8.333333,8,10,9.8360653,10,10,10,10,10,10,9.375,9.375,9.375,9.375,9.5238094,8.333333,8,10,9.8360653,10,10,10,10,10,10,9.375,9.375,9.375,9.375,9.5238094,8.333333,8,10,9.8360653,10,10,10,10,10,10,9.375,9.375,9.375,9.375,9.5238094,8.333333,8,10,9.8360653,10,10,10,10,10,10,9.375,9.375,9.375,9.375,9.5238094,8.333333,8,10,9.8360653,10,10,10,10,10,10,9.375,9.375,9.375,9.375,9.5238094,8.333333,8,10,9.8360653,10,10,10,10,10,10,9.375,9.375,9.375,9.375,9.5238094,8.333333,8,10,9.8360653,10,10,10,10,10,10,9.375,9.375,9.375,9.375,9.5238094,8.333333,8,15,15,15.789474,10.344828,10.344828,10.344828,10,10,10,10,10,10.344828,10.344828,10,10,15,15,15.789474,10.344828,10.344828,10.344828,10,10,10,10,10,10.344828,10.344828,10,10,15,15,15.789474,10.344828,10.344828,10.344828,10,10,10,10,10,10.344828,10.344828,10,10,15,15,15.789474,10.344828,10.344828,10.344828,10,10,10,10,10,10.344828,10.344828,10,10,15,15,15.789474,10.344828,10.344828,10.344828,10,10,10,10,10,10.344828,10.344828,10,10,15,15,15.789474,10.344828,10.344828,10.344828,10,10,10,10,10,10.344828,10.344828,10,10,15,15,15.789474,10.344828,10.344828,10.344828,10,10,10,10,10,10.344828,10.344828,10,10,15,15,15.789474,10.344828,10.344828,10.344828,10,10,10,10,10,10.344828,10.344828,10,10,15,15,15.789474,10.344828,10.344828,10.344828,10,10,10,10,10,10.344828,10.344828,10,10,15,15,15.789474,10.344828,10.344828,10.344828,10,10,10,10,10,10.344828,10.344828,10,10,15,15,15.789474,10.344828,10.344828,10.344828,10,10,10,10,10,10.344828,10.344828,10,10,15,15,15.789474,10.344828,10.344828,10.344828,10,10,10,10,10,10.344828,10.344828,10,10,15,15,15.789474,10.344828,10.344828,10.344828,10,10,10,10,10,10.344828,10.344828,10,10,15,15,15.789474,10.344828,10.344828,10.344828,10,10,10,10,10,10.344828,10.344828,10,10,15,15,15.789474,10.344828,10.344828,10.344828,10,10,10,10,10,10.344828,10.344828,10,10,15,15,15.789474,10.344828,10.344828,10.344828,10,10,10,10,10,10.344828,10.344828,10,10,15,15,15.789474,10.344828,10.344828,10.344828,10,10,10,10,10,10.344828,10.344828,10,10,15,15,15.789474,10.344828,10.344828,10.344828,10,10,10,10,10,10.344828,10.344828,10,10,15,15,15.789474,10.344828,10.344828,10.344828,10,10,10,10,10,10.344828,10.344828,10,10,15,15,15.789474,10.344828,10.344828,10.344828,10,10,10,10,10,10.344828,10.344828,10,10,15,15,15.789474,10.344828,10.344828,10.344828,10,10,10,10,10,10.344828,10.344828,10,10,15,15,15.789474,10.344828,10.344828,10.344828,10,10,10,10,10,10.344828,10.344828,10,10,15,15,15.789474,10.344828,10.344828,10.344828,10,10,10,10,10,10.344828,10.344828,10,10,15,15,15.789474,10.344828,10.344828,10.344828,10,10,10,10,10,10.344828,10.344828,10,10,15,15,15.789474,10.344828,10.344828,10.344828,10,10,10,10,10,10.344828,10.344828,10,10,15,15,15.789474,10.344828,10.344828,10.344828,10,10,10,10,10,10.344828,10.344828,10,10,15,15,15.789474,10.344828,10.344828,10.344828,10,10,10,10,10,10.344828,10.344828,10,10,15,15,15.789474,10.344828,10.344828,10.344828,10,10,10,10,10,10.344828,10.344828,10,10,15,15,15.789474,10.344828,10.344828,10.344828,10,10,10,10,10,10.344828,10.344828,10,10,15,15,15.789474,10.344828,10.344828,10.344828,10,10,10,10,10,10.344828,10.344828,10,10,15,15,15.789474,10.344828,10.344828,10.344828,10,10,10,10,10,10.344828,10.344828,10,10,15,15,15.789474,10.344828,10.344828,10.344828,10,10,10,10,10,10.344828,10.344828,10,10,15,15,15.789474,10.344828,10.344828,10.344828,10,10,10,10,10,10.344828,10.344828,10,10,15,15,15.789474,10.344828,10.344828,10.344828,10,10,10,10,10,10.344828,10.344828,10,10,15,15,15.789474,10.344828,10.344828,10.344828,10,10,10,10,10,10.344828,10.344828,10,10,15,15,15.789474,10.344828,10.344828,10.344828,10,10,10,10,10,10.344828,10.344828,10,10,15,15,15.789474,10.344828,10.344828,10.344828,10,10,10,10,10,10.344828,10.344828,10,10,15,15,15.789474,10.344828,10.344828,10.344828,10,10,10,10,10,10.344828,10.344828,10,10,15,15,15.789474,10.344828,10.344828,10.344828,10,10,10,10,10,10.344828,10.344828,10,10,15,15,15.789474,10.344828,10.344828,10.344828,10,10,10,10,10,10.344828,10.344828,10,10,15,15,15.789474,10.344828,10.344828,10.344828,10,10,10,10,10,10.344828,10.344828,10,10,15,15,15.789474,10.344828,10.344828,10.344828,10,10,10,10,10,10.344828,10.344828,10,10,15,15,15.789474,10.344828,10.344828,10.344828,10,10,10,10,10,10.344828,10.344828,10,10,15,15,15.789474,10.344828,10.344828,10.344828,10,10,10,10,10,10.344828,10.344828,10,10,15,15,15.789474,10.344828,10.344828,10.344828,10,10,10,10,10,10.344828,10.344828,10,10,15,15,15.789474,10.344828,10.344828,10.344828,10,10,10,10,10,10.344828,10.344828,10,10,15,15,15.789474,10.344828,10.344828,10.344828,10,10,10,10,10,10.344828,10.344828,10,10,15,15,15.789474,10.344828,10.344828,10.344828,10,10,10,10,10,10.344828,10.344828,10,10,15,15,15.789474,10.344828,10.344828,10.344828,10,10,10,10,10,10.344828,10.344828,10,10,15,15,15.789474,10.344828,10.344828,10.344828,10,10,10,10,10,10.344828,10.344828,10,10,15,15,15.789474,10.344828,10.344828,10.344828,10,10,10,10,10,10.344828,10.344828,10,10,15,15,15.789474,10.344828,10.344828,10.344828,10,10,10,10,10,10.344828,10.344828,10,10,15,15,15.789474,10.344828,10.344828,10.344828,10,10,10,10,10,10.344828,10.344828,10,10,15,15,15.789474,10.344828,10.344828,10.344828,10,10,10,10,10,10.344828,10.344828,10,10,15,15,15.789474,10.344828,10.344828,10.344828,10,10,10,10,10,10.344828,10.344828,10,10,15,15,15.789474,10.344828,10.344828,10.344828,10,10,10,10,10,10.344828,10.344828,10,10,15,15,15.789474,10.344828,10.344828,10.344828,10,10,10,10,10,10.344828,10.344828,10,10,15,15,15.789474,10.344828,10.344828,10.344828,10,10,10,10,10,10.344828,10.344828,10,10,15,15,15.789474,10.344828,10.344828,10.344828,10,10,10,10,10,10.344828,10.344828,10,10,15,15,15.789474,10.344828,10.344828,10.344828,10,10,10,10,10,10.344828,10.344828,10,10,15,15,15.789474,10.344828,10.344828,10.344828,10,10,10,10,10,10.344828,10.344828,10,10,15,15,15.789474,10.344828,10.344828,10.344828,10,10,10,10,10,10.344828,10.344828,10,10,15,15,15.789474,10.344828,10.344828,10.344828,10,10,10,10,10,10.344828,10.344828,10,10,15,15,15.789474,10.344828,10.344828,10.344828,10,10,10,10,10,10.344828,10.344828,10,10,15,15,15.789474,10.344828,10.344828,10.344828,10,10,10,10,10,10.344828,10.344828,10,10,15,15,15.789474,10.344828,10.344828,10.344828,10,10,10,10,10,10.344828,10.344828,10,10,15,15,15.789474,10.344828,10.344828,10.344828,10,10,10,10,10,10.344828,10.344828,10,10,15,15,15.789474,10.344828,10.344828,10.344828,10,10,10,10,10,10.344828,10.344828,10,10,15,15,15.789474,10.344828,10.344828,10.344828,10,10,10,10,10,10.344828,10.344828,10,10,15,15,15.789474,10.344828,10.344828,10.344828,10,10,10,10,10,10.344828,10.344828,10,10,15,15,15.789474,10.344828,10.344828,10.344828,10,10,10,10,10,10.344828,10.344828,10,10,15,15,15.789474,10.344828,10.344828,10.344828,10,10,10,10,10,10.344828,10.344828,10,10,15,15,15.789474,10.344828,10.344828,10.344828,10,10,10,10,10,10.344828,10.344828,10,10,15,15,15.789474,10.344828,10.344828,10.344828,10,10,10,10,10,10.344828,10.344828,10,10,15,15,15.789474,10.344828,10.344828,10.344828,10,10,10,10,10,10.344828,10.344828,10,10,15,15,15.789474,10.344828,10.344828,10.344828,10,10,10,10,10,10.344828,10.344828,10,10,15,15,15.789474,10.344828,10.344828,10.344828,10,10,10,10,10,10.344828,10.344828,10,10,15,15,15.789474,10.344828,10.344828,10.344828,10,10,10,10,10,10.344828,10.344828,10,10,15,15,15.789474,10.344828,10.344828,10.344828,10,10,10,10,10,10.344828,10.344828,10,10,15,15,15.789474,10.344828,10.344828,10.344828,10,10,10,10,10,10.344828,10.344828,10,10,15,15,15.789474,10.344828,10.344828,10.344828,10,10,10,10,10,10.344828,10.344828,10,10,15,15,15.789474,10.344828,10.344828,10.344828,10,10,10,10,10,10.344828,10.344828,10,10,15,15,15.789474,10.344828,10.344828,10.344828,10,10,10,10,10,10.344828,10.344828,10,10,15,15,15.789474,10.344828,10.344828,10.344828,10,10,10,10,10,10.344828,10.344828,10,10,15,15,15.789474,10.344828,10.344828,10.344828,10,10,10,10,10,10.344828,10.344828,10,10,15,15,15.789474,10.344828,10.344828,10.344828,10,10,10,10,10,10.344828,10.344828,10,10,15,15,15.789474,10.344828,10.344828,10.344828,10,10,10,10,10,10.344828,10.344828,10,10,15,15,15.789474,10.344828,10.344828,10.344828,10,10,10,10,10,10.344828,10.344828,10,10,15,15,15.789474,10.344828,10.344828,10.344828,10,10,10,10,10,10.344828,10.344828,10,10,15,15,15.789474,10.344828,10.344828,10.344828,10,10,10,10,10,10.344828,10.344828,10,10,15,15,15.789474,10.344828,10.344828,10.344828,10,10,10,10,10,10.344828,10.344828,10,10,15,15,15.789474,10.344828,10.344828,10.344828,10,10,10,10,10,10.344828,10.344828,10,10,15,15,15.789474,10.344828,10.344828,10.344828,10,10,10,10,10,10.344828,10.344828,10,10,15,15,15.789474,10.344828,10.344828,10.344828,10,10,10,10,10,10.344828,10.344828,10,10,15,15,15.789474,10.344828,10.344828,10.344828,10,10,10,10,10,10.344828,10.344828,10,10,15,15,15.789474,10.344828,10.344828,10.344828,10,10,10,10,10,10.344828,10.344828,10,10,15,15,15.789474,10.344828,10.344828,10.344828,10,10,10,10,10,10.344828,10.344828,10,10,15,15,15.789474,10.344828,10.344828,10.344828,10,10,10,10,10,10.344828,10.344828,10,10,15,15,15.789474,10.344828,10.344828,10.344828,10,10,10,10,10,10.344828,10.344828,10,10,15,15,15.789474,10.344828,10.344828,10.344828,10,10,10,10,10,10.344828,10.344828,10,10,15.384615,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,15.384615,15.384615,14.285714,14.285714,15.384615,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,15.384615,15.384615,14.285714,14.285714,15.384615,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,15.384615,15.384615,14.285714,14.285714,15.384615,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,15.384615,15.384615,14.285714,14.285714,15.384615,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,15.384615,15.384615,14.285714,14.285714,15.384615,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,15.384615,15.384615,14.285714,14.285714,15.384615,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,15.384615,15.384615,14.285714,14.285714,15.384615,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,15.384615,15.384615,14.285714,14.285714,15.384615,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,15.384615,15.384615,14.285714,14.285714,15.384615,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,15.384615,15.384615,14.285714,14.285714,15.384615,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,15.384615,15.384615,14.285714,14.285714,15.384615,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,15.384615,15.384615,14.285714,14.285714,15.384615,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,15.384615,15.384615,14.285714,14.285714,15.384615,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,15.384615,15.384615,14.285714,14.285714,15.384615,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,15.384615,15.384615,14.285714,14.285714,15.384615,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,15.384615,15.384615,14.285714,14.285714,15.384615,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,15.384615,15.384615,14.285714,14.285714,15.384615,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,15.384615,15.384615,14.285714,14.285714,15.384615,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,15.384615,15.384615,14.285714,14.285714,15.384615,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,15.384615,15.384615,14.285714,14.285714,15.384615,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,15.384615,15.384615,14.285714,14.285714,15.384615,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,15.384615,15.384615,14.285714,14.285714,15.384615,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,15.384615,15.384615,14.285714,14.285714,15.384615,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,15.384615,15.384615,14.285714,14.285714,15.384615,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,15.384615,15.384615,14.285714,14.285714,15.384615,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,15.384615,15.384615,14.285714,14.285714,15.384615,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,15.384615,15.384615,14.285714,14.285714,15.384615,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,15.384615,15.384615,14.285714,14.285714,15.384615,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,15.384615,15.384615,14.285714,14.285714,15.384615,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,15.384615,15.384615,14.285714,14.285714,15.384615,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,15.384615,15.384615,14.285714,14.285714,15.384615,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,15.384615,15.384615,14.285714,14.285714,15.384615,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,15.384615,15.384615,14.285714,14.285714,15.384615,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,15.384615,15.384615,14.285714,14.285714,15.384615,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,15.384615,15.384615,14.285714,14.285714,15.384615,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,15.384615,15.384615,14.285714,14.285714,15.384615,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,15.384615,15.384615,14.285714,14.285714,15.384615,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,15.384615,15.384615,14.285714,14.285714,15.384615,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,15.384615,15.384615,14.285714,14.285714,15.384615,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,15.384615,15.384615,14.285714,14.285714,15.384615,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,15.384615,15.384615,14.285714,14.285714,15.384615,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,15.384615,15.384615,14.285714,14.285714,15.384615,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,15.384615,15.384615,14.285714,14.285714,15.384615,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,15.384615,15.384615,14.285714,14.285714,15.384615,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,15.384615,15.384615,14.285714,14.285714,15.384615,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,15.384615,15.384615,14.285714,14.285714,15.384615,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,15.384615,15.384615,14.285714,14.285714,15.384615,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,15.384615,15.384615,14.285714,14.285714,15.384615,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,15.384615,15.384615,14.285714,14.285714,15.384615,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,15.384615,15.384615,14.285714,14.285714,15.384615,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,15.384615,15.384615,14.285714,14.285714,15.384615,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,15.384615,15.384615,14.285714,14.285714,15.384615,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,15.384615,15.384615,14.285714,14.285714,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,20,20,20,20,20,20,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,30,22.222221,22.222221,20,20,20,20,20,20,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,30,22.222221,22.222221,20,20,20,20,20,20,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,30,22.222221,22.222221,20,20,20,20,20,20,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,30,22.222221,22.222221,20,20,20,20,20,20,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,30,22.222221,22.222221,20,20,20,20,20,20,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,30,22.222221,22.222221,20,20,20,20,20,20,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,30,22.222221,22.222221,20,20,20,20,20,20,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,30,22.222221,22.222221,20,20,20,20,20,20,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,30,22.222221,22.222221,20,20,20,20,20,20,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,30,22.222221,22.222221,20,20,20,20,20,20,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,30,22.222221,22.222221,20,20,20,20,20,20,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,30,22.222221,22.222221,20,20,20,20,20,20,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,30,22.222221,22.222221,20,20,20,20,20,20,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,30,22.222221,22.222221,20,20,20,20,20,20,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,30,22.222221,22.222221,20,20,20,20,20,20,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,30,22.222221,22.222221,20,20,20,20,20,20,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,30,22.222221,22.222221,20,20,20,20,20,20,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,30,22.222221,22.222221,20,20,20,20,20,20,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,30,22.222221,22.222221,20,20,20,20,20,20,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,30,22.222221,22.222221,20,20,20,20,20,20,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,30,22.222221,22.222221,20,20,20,20,20,20,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,30,22.222221,22.222221,20,20,20,20,20,20,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,30,22.222221,22.222221,20,20,20,20,20,20,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,30,22.222221,22.222221,20,20,20,20,20,20,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,30,22.222221,22.222221,20,20,20,20,20,20,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,30,22.222221,22.222221,20,20,20,20,20,20,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,30,22.222221,22.222221,20,20,20,20,20,20,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,30,22.222221,22.222221,20,20,20,20,20,20,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,30,22.222221,22.222221,20,20,20,20,20,20,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,30,22.222221,22.222221,20,20,20,20,20,20,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,30,22.222221,22.222221,20,20,20,20,20,20,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,30,22.222221,22.222221,20,20,20,20,20,20,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,30,22.222221,22.222221,20,20,20,20,20,20,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,30,22.222221,22.222221,20,20,20,20,20,20,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,30,22.222221,22.222221,20,20,20,20,20,20,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,30,22.222221,22.222221,20,20,20,20,20,20,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,30,22.222221,22.222221,20,20,20,20,20,20,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,30,22.222221,22.222221,20,20,20,20,20,20,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,30,22.222221,22.222221,20,20,20,20,20,20,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,30,22.222221,22.222221,20,20,20,20,20,20,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,30,22.222221,22.222221,20,20,20,20,20,20,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,30,22.222221,22.222221,20,20,20,20,20,20,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,30,22.222221,22.222221,20,20,20,20,20,20,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,30,22.222221,22.222221,20,20,20,20,20,20,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,30,22.222221,22.222221,20,20,20,20,20,20,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,30,22.222221,22.222221,20,20,20,20,20,20,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,30,22.222221,22.222221,20,20,20,20,20,20,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,30,22.222221,22.222221,20,20,20,20,20,20,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,30,22.222221,22.222221,20,20,20,20,20,20,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,30,22.222221,22.222221,20,20,20,20,20,20,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,30,22.222221,22.222221,20,20,20,20,20,20,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,30,22.222221,22.222221,20,20,20,20,20,20,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,30,22.222221,22.222221,20,20,20,20,20,20,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,30,22.222221,22.222221,20,20,20,20,20,20,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,30,22.222221,22.222221,20,20,20,20,20,20,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,30,22.222221,22.222221,20,20,20,20,20,20,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,30,22.222221,22.222221,20,20,20,20,20,20,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,30,22.222221,22.222221,20,20,20,20,20,20,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,30,22.222221,22.222221,20,20,20,20,20,20,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,30,22.222221,22.222221,20,20,20,20,20,20,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,30,22.222221,22.222221,20,20,20,20,20,20,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,30,22.222221,22.222221,20,20,20,20,20,20,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,30,22.222221,22.222221,20,20,20,20,20,20,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,30,22.222221,22.222221,20,20,20,20,20,20,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,30,22.222221,22.222221,20,20,20,20,20,20,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,30,22.222221,22.222221,20,20,20,20,20,20,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,30,22.222221,22.222221,20,20,20,20,20,20,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,30,22.222221,22.222221,20,20,20,20,20,20,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,30,22.222221,22.222221,20,20,20,20,20,20,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,30,22.222221,22.222221,20,20,20,20,20,20,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,30,22.222221,22.222221,20,20,20,20,20,20,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,30,22.222221,22.222221,20,20,20,20,20,20,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,30,22.222221,22.222221,20,20,20,20,20,20,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,30,22.222221,22.222221,20,20,20,20,20,20,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,30,22.222221,22.222221,20,20,20,20,20,20,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,30,22.222221,22.222221,20,20,20,20,20,20,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,30,22.222221,22.222221,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,2.7027028,2.7027028,2.7027028,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,2.7027028,2.7027028,2.7027028,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,2.7027028,2.7027028,2.7027028,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,2.7027028,2.7027028,2.7027028,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,2.7027028,2.7027028,2.7027028,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,2.7027028,2.7027028,2.7027028,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,2.7027028,2.7027028,2.7027028,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,2.7027028,2.7027028,2.7027028,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,2.7027028,2.7027028,2.7027028,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,2.7027028,2.7027028,2.7027028,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,2.7027028,2.7027028,2.7027028,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,2.7027028,2.7027028,2.7027028,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,2.7027028,2.7027028,2.7027028,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,2.7027028,2.7027028,2.7027028,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,2.7027028,2.7027028,2.7027028,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,2.7027028,2.7027028,2.7027028,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,2.7027028,2.7027028,2.7027028,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,2.7027028,2.7027028,2.7027028,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,2.7027028,2.7027028,2.7027028,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,2.7027028,2.7027028,2.7027028,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,2.7027028,2.7027028,2.7027028,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,2.7027028,2.7027028,2.7027028,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,2.7027028,2.7027028,2.7027028,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,2.7027028,2.7027028,2.7027028,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,2.7027028,2.7027028,2.7027028,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,2.7027028,2.7027028,2.7027028,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,2.7027028,2.7027028,2.7027028,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,2.7027028,2.7027028,2.7027028,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,2.7027028,2.7027028,2.7027028,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,2.7027028,2.7027028,2.7027028,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,2.7027028,2.7027028,2.7027028,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,2.7027028,2.7027028,2.7027028,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,2.7027028,2.7027028,2.7027028,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,2.7027028,2.7027028,2.7027028,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,2.7027028,2.7027028,2.7027028,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,2.7027028,2.7027028,2.7027028,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,2.7027028,2.7027028,2.7027028,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,2.7027028,2.7027028,2.7027028,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,2.7027028,2.7027028,2.7027028,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,2.7027028,2.7027028,2.7027028,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,2.7027028,2.7027028,2.7027028,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,2.7027028,2.7027028,2.7027028,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,2.7027028,2.7027028,2.7027028,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,2.7027028,2.7027028,2.7027028,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,2.7027028,2.7027028,2.7027028,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,2.7027028,2.7027028,2.7027028,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,2.7027028,2.7027028,2.7027028,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,2.7027028,2.7027028,2.7027028,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,2.7027028,2.7027028,2.7027028,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,2.7027028,2.7027028,2.7027028,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,2.7027028,2.7027028,2.7027028,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,2.7027028,2.7027028,2.7027028,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,2.7027028,2.7027028,2.7027028,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,2.7027028,2.7027028,2.7027028,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,2.7027028,2.7027028,2.7027028,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,2.7027028,2.7027028,2.7027028,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,2.7027028,2.7027028,2.7027028,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,2.7027028,2.7027028,2.7027028,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,2.7027028,2.7027028,2.7027028,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,2.7027028,2.7027028,2.7027028,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,2.7027028,2.7027028,2.7027028,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,2.7027028,2.7027028,2.7027028,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,2.7027028,2.7027028,2.7027028,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,2.7027028,2.7027028,2.7027028,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,2.7027028,2.7027028,2.7027028,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,2.7027028,2.7027028,2.7027028,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,2.7027028,2.7027028,2.7027028,2.7777777,2.7777777,2.7777777,2.7777777,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.9767442,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.9767442,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.9767442,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.9767442,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.9767442,35.294117,33.333332,33.333332,33.333332,35.294117,40,42.857143,42.857143,41.666668,41.666668,41.666668,41.666668,50,41.666668,41.666668,35.294117,33.333332,33.333332,33.333332,35.294117,40,42.857143,42.857143,41.666668,41.666668,41.666668,41.666668,50,41.666668,41.666668,35.294117,33.333332,33.333332,33.333332,35.294117,40,42.857143,42.857143,41.666668,41.666668,41.666668,41.666668,50,41.666668,41.666668,35.294117,33.333332,33.333332,33.333332,35.294117,40,42.857143,42.857143,41.666668,41.666668,41.666668,41.666668,50,41.666668,41.666668,35.294117,33.333332,33.333332,33.333332,35.294117,40,42.857143,42.857143,41.666668,41.666668,41.666668,41.666668,50,41.666668,41.666668,35.294117,33.333332,33.333332,33.333332,35.294117,40,42.857143,42.857143,41.666668,41.666668,41.666668,41.666668,50,41.666668,41.666668,35.294117,33.333332,33.333332,33.333332,35.294117,40,42.857143,42.857143,41.666668,41.666668,41.666668,41.666668,50,41.666668,41.666668,35.294117,33.333332,33.333332,33.333332,35.294117,40,42.857143,42.857143,41.666668,41.666668,41.666668,41.666668,50,41.666668,41.666668,35.294117,33.333332,33.333332,33.333332,35.294117,40,42.857143,42.857143,41.666668,41.666668,41.666668,41.666668,50,41.666668,41.666668,35.294117,33.333332,33.333332,33.333332,35.294117,40,42.857143,42.857143,41.666668,41.666668,41.666668,41.666668,50,41.666668,41.666668,35.294117,33.333332,33.333332,33.333332,35.294117,40,42.857143,42.857143,41.666668,41.666668,41.666668,41.666668,50,41.666668,41.666668,35.294117,33.333332,33.333332,33.333332,35.294117,40,42.857143,42.857143,41.666668,41.666668,41.666668,41.666668,50,41.666668,41.666668,35.294117,33.333332,33.333332,33.333332,35.294117,40,42.857143,42.857143,41.666668,41.666668,41.666668,41.666668,50,41.666668,41.666668,35.294117,33.333332,33.333332,33.333332,35.294117,40,42.857143,42.857143,41.666668,41.666668,41.666668,41.666668,50,41.666668,41.666668,35.294117,33.333332,33.333332,33.333332,35.294117,40,42.857143,42.857143,41.666668,41.666668,41.666668,41.666668,50,41.666668,41.666668,35.294117,33.333332,33.333332,33.333332,35.294117,40,42.857143,42.857143,41.666668,41.666668,41.666668,41.666668,50,41.666668,41.666668,35.294117,33.333332,33.333332,33.333332,35.294117,40,42.857143,42.857143,41.666668,41.666668,41.666668,41.666668,50,41.666668,41.666668,35.294117,33.333332,33.333332,33.333332,35.294117,40,42.857143,42.857143,41.666668,41.666668,41.666668,41.666668,50,41.666668,41.666668,35.294117,33.333332,33.333332,33.333332,35.294117,40,42.857143,42.857143,41.666668,41.666668,41.666668,41.666668,50,41.666668,41.666668,35.294117,33.333332,33.333332,33.333332,35.294117,40,42.857143,42.857143,41.666668,41.666668,41.666668,41.666668,50,41.666668,41.666668,35.294117,33.333332,33.333332,33.333332,35.294117,40,42.857143,42.857143,41.666668,41.666668,41.666668,41.666668,50,41.666668,41.666668,35.294117,33.333332,33.333332,33.333332,35.294117,40,42.857143,42.857143,41.666668,41.666668,41.666668,41.666668,50,41.666668,41.666668,35.294117,33.333332,33.333332,33.333332,35.294117,40,42.857143,42.857143,41.666668,41.666668,41.666668,41.666668,50,41.666668,41.666668,35.294117,33.333332,33.333332,33.333332,35.294117,40,42.857143,42.857143,41.666668,41.666668,41.666668,41.666668,50,41.666668,41.666668,35.294117,33.333332,33.333332,33.333332,35.294117,40,42.857143,42.857143,41.666668,41.666668,41.666668,41.666668,50,41.666668,41.666668,35.294117,33.333332,33.333332,33.333332,35.294117,40,42.857143,42.857143,41.666668,41.666668,41.666668,41.666668,50,41.666668,41.666668,35.294117,33.333332,33.333332,33.333332,35.294117,40,42.857143,42.857143,41.666668,41.666668,41.666668,41.666668,50,41.666668,41.666668,35.294117,33.333332,33.333332,33.333332,35.294117,40,42.857143,42.857143,41.666668,41.666668,41.666668,41.666668,50,41.666668,41.666668,35.294117,33.333332,33.333332,33.333332,35.294117,40,42.857143,42.857143,41.666668,41.666668,41.666668,41.666668,50,41.666668,41.666668,35.294117,33.333332,33.333332,33.333332,35.294117,40,42.857143,42.857143,41.666668,41.666668,41.666668,41.666668,50,41.666668,41.666668,35.294117,33.333332,33.333332,33.333332,35.294117,40,42.857143,42.857143,41.666668,41.666668,41.666668,41.666668,50,41.666668,41.666668,35.294117,33.333332,33.333332,33.333332,35.294117,40,42.857143,42.857143,41.666668,41.666668,41.666668,41.666668,50,41.666668,41.666668,35.294117,33.333332,33.333332,33.333332,35.294117,40,42.857143,42.857143,41.666668,41.666668,41.666668,41.666668,50,41.666668,41.666668,35.294117,33.333332,33.333332,33.333332,35.294117,40,42.857143,42.857143,41.666668,41.666668,41.666668,41.666668,50,41.666668,41.666668,35.294117,33.333332,33.333332,33.333332,35.294117,40,42.857143,42.857143,41.666668,41.666668,41.666668,41.666668,50,41.666668,41.666668,35.294117,33.333332,33.333332,33.333332,35.294117,40,42.857143,42.857143,41.666668,41.666668,41.666668,41.666668,50,41.666668,41.666668,35.294117,33.333332,33.333332,33.333332,35.294117,40,42.857143,42.857143,41.666668,41.666668,41.666668,41.666668,50,41.666668,41.666668,35.294117,33.333332,33.333332,33.333332,35.294117,40,42.857143,42.857143,41.666668,41.666668,41.666668,41.666668,50,41.666668,41.666668,35.294117,33.333332,33.333332,33.333332,35.294117,40,42.857143,42.857143,41.666668,41.666668,41.666668,41.666668,50,41.666668,41.666668,35.294117,33.333332,33.333332,33.333332,35.294117,40,42.857143,42.857143,41.666668,41.666668,41.666668,41.666668,50,41.666668,41.666668,35.294117,33.333332,33.333332,33.333332,35.294117,40,42.857143,42.857143,41.666668,41.666668,41.666668,41.666668,50,41.666668,41.666668,35.294117,33.333332,33.333332,33.333332,35.294117,40,42.857143,42.857143,41.666668,41.666668,41.666668,41.666668,50,41.666668,41.666668,35.294117,33.333332,33.333332,33.333332,35.294117,40,42.857143,42.857143,41.666668,41.666668,41.666668,41.666668,50,41.666668,41.666668,35.294117,33.333332,33.333332,33.333332,35.294117,40,42.857143,42.857143,41.666668,41.666668,41.666668,41.666668,50,41.666668,41.666668,35.294117,33.333332,33.333332,33.333332,35.294117,40,42.857143,42.857143,41.666668,41.666668,41.666668,41.666668,50,41.666668,41.666668,35.294117,33.333332,33.333332,33.333332,35.294117,40,42.857143,42.857143,41.666668,41.666668,41.666668,41.666668,50,41.666668,41.666668,20,20,16.666666,16.666666,16.666666,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,20,20,16.666666,16.666666,16.666666,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,20,20,16.666666,16.666666,16.666666,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,20,20,16.666666,16.666666,16.666666,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,20,20,16.666666,16.666666,16.666666,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,20,20,16.666666,16.666666,16.666666,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,20,20,16.666666,16.666666,16.666666,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,20,20,16.666666,16.666666,16.666666,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,20,20,16.666666,16.666666,16.666666,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,20,20,16.666666,16.666666,16.666666,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,20,20,16.666666,16.666666,16.666666,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,20,20,16.666666,16.666666,16.666666,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,20,20,16.666666,16.666666,16.666666,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,20,20,16.666666,16.666666,16.666666,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,20,20,16.666666,16.666666,16.666666,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,20,20,16.666666,16.666666,16.666666,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,20,20,16.666666,16.666666,16.666666,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,20,20,16.666666,16.666666,16.666666,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,20,20,16.666666,16.666666,16.666666,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,20,20,16.666666,16.666666,16.666666,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,20,20,16.666666,16.666666,16.666666,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,20,20,16.666666,16.666666,16.666666,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,20,20,16.666666,16.666666,16.666666,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,20,20,16.666666,16.666666,16.666666,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,20,20,16.666666,16.666666,16.666666,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,20,20,16.666666,16.666666,16.666666,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,20,20,16.666666,16.666666,16.666666,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,20,20,16.666666,16.666666,16.666666,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,20,20,16.666666,16.666666,16.666666,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,20,20,16.666666,16.666666,16.666666,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,20,20,16.666666,16.666666,16.666666,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,20,20,16.666666,16.666666,16.666666,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,20,20,16.666666,16.666666,16.666666,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,20,20,16.666666,16.666666,16.666666,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,20,20,16.666666,16.666666,16.666666,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,20,20,16.666666,16.666666,16.666666,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,20,20,16.666666,16.666666,16.666666,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,20,20,16.666666,16.666666,16.666666,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,20,20,16.666666,16.666666,16.666666,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,20,20,16.666666,16.666666,16.666666,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,20,20,16.666666,16.666666,16.666666,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,20,20,16.666666,16.666666,16.666666,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,20,20,16.666666,16.666666,16.666666,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,20,20,16.666666,16.666666,16.666666,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,20,20,16.666666,16.666666,16.666666,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,20,20,16.666666,16.666666,16.666666,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,20,20,16.666666,16.666666,16.666666,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,20,20,16.666666,16.666666,16.666666,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,20,20,16.666666,16.666666,16.666666,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,20,20,16.666666,16.666666,16.666666,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,20,20,16.666666,16.666666,16.666666,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,20,20,16.666666,16.666666,16.666666,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,20,20,16.666666,16.666666,16.666666,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,20,20,16.666666,16.666666,16.666666,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,20,20,16.666666,16.666666,16.666666,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,20,20,16.666666,16.666666,16.666666,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,20,20,16.666666,16.666666,16.666666,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,20,20,16.666666,16.666666,16.666666,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,20,20,16.666666,16.666666,16.666666,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,20,20,16.666666,16.666666,16.666666,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,20,20,16.666666,16.666666,16.666666,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,20,20,16.666666,16.666666,16.666666,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,20,20,16.666666,16.666666,16.666666,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,20,20,16.666666,16.666666,16.666666,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,20,20,16.666666,16.666666,16.666666,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,20,20,16.666666,16.666666,16.666666,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,35.714287,33.333332,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,35.714287,33.333332,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,35.714287,33.333332,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,35.714287,33.333332,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,35.714287,33.333332,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,35.714287,33.333332,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,35.714287,33.333332,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,35.714287,33.333332,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,35.714287,33.333332,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,35.714287,33.333332,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,35.714287,33.333332,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,35.714287,33.333332,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,35.714287,33.333332,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,35.714287,33.333332,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,35.714287,33.333332,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,35.714287,33.333332,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,35.714287,33.333332,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,35.714287,33.333332,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,35.714287,33.333332,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,35.714287,33.333332,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,35.714287,33.333332,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,35.714287,33.333332,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,35.714287,33.333332,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,35.714287,33.333332,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,35.714287,33.333332,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,35.714287,33.333332,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,35.714287,33.333332,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,35.714287,33.333332,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,35.714287,33.333332,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,35.714287,33.333332,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,35.714287,33.333332,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,35.714287,33.333332,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,35.714287,33.333332,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,35.714287,33.333332,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,35.714287,33.333332,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,35.714287,33.333332,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,35.714287,33.333332,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,35.714287,33.333332,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,35.714287,33.333332,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,35.714287,33.333332,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,35.714287,33.333332,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,35.714287,33.333332,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,35.714287,33.333332,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,35.714287,33.333332,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,35.714287,33.333332,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,35.714287,33.333332,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,35.714287,33.333332,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,35.714287,33.333332,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,35.714287,33.333332,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,35.714287,33.333332,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,35.714287,33.333332,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,35.714287,33.333332,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,35.714287,33.333332,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,35.714287,33.333332,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,35.714287,33.333332,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,35.714287,33.333332,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,35.714287,33.333332,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,35.714287,33.333332,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,35.714287,33.333332,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,35.714287,33.333332,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,35.714287,33.333332,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,35.714287,33.333332,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,35.714287,33.333332,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,35.714287,33.333332,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,35.714287,33.333332,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,35.714287,33.333332,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,35.714287,33.333332,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,35.714287,33.333332,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,35.714287,33.333332,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,35.714287,33.333332,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,35.714287,33.333332,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,35.714287,33.333332,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,35.714287,33.333332,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,35.714287,33.333332,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,35.714287,33.333332,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,35.714287,33.333332,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,35.714287,33.333332,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,35.714287,33.333332,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,35.714287,33.333332,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,35.714287,33.333332,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,35.714287,33.333332,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,35.714287,33.333332,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,35.714287,33.333332,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,35.714287,33.333332,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,35.714287,33.333332,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,35.714287,33.333332,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,35.714287,33.333332,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,35.714287,33.333332,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,35.714287,33.333332,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,35.714287,33.333332,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,35.714287,33.333332,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,35.714287,33.333332,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,35.714287,33.333332,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,35.714287,33.333332,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,35.714287,33.333332,20.833334,20.833334,20.833334,20.833334,20.833334,20.833334,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,33.333332,27.777779,27.777779,27.777779,27.777779,27.777779,27.777779,29.411764,26.31579,25,25,25,25,25,25,25,25,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,25,25,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,25,25,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,25,25,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,25,25,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,25,25,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,25,25,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,25,25,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,25,25,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,25,25,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,25,25,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,25,25,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,25,25,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,25,25,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,25,25,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,25,25,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,25,25,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,25,25,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,25,25,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,25,25,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,25,25,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,25,25,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,25,25,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,25,25,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,25,25,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,25,25,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,25,25,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,25,25,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,25,25,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7.1428571,7.1428571,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,8.333333,8.333333,8.333333,7.1428571,7.1428571,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,8.333333,8.333333,8.333333,7.1428571,7.1428571,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,8.333333,8.333333,8.333333,7.1428571,7.1428571,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,8.333333,8.333333,8.333333,7.1428571,7.1428571,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,8.333333,8.333333,8.333333,7.1428571,7.1428571,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,8.333333,8.333333,8.333333,7.1428571,7.1428571,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,8.333333,8.333333,8.333333,7.1428571,7.1428571,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,8.333333,8.333333,8.333333,7.1428571,7.1428571,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,8.333333,8.333333,8.333333,7.1428571,7.1428571,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,8.333333,8.333333,8.333333,7.1428571,7.1428571,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,8.333333,8.333333,8.333333,7.1428571,7.1428571,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,8.333333,8.333333,8.333333,7.1428571,7.1428571,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,8.333333,8.333333,8.333333,7.1428571,7.1428571,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,8.333333,8.333333,8.333333,7.1428571,7.1428571,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,8.333333,8.333333,8.333333,7.1428571,7.1428571,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,8.333333,8.333333,8.333333,7.1428571,7.1428571,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,8.333333,8.333333,8.333333,7.1428571,7.1428571,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,8.333333,8.333333,8.333333,7.1428571,7.1428571,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,8.333333,8.333333,8.333333,7.1428571,7.1428571,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,8.333333,8.333333,8.333333,7.1428571,7.1428571,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,8.333333,8.333333,8.333333,7.1428571,7.1428571,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,8.333333,8.333333,8.333333,7.1428571,7.1428571,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,8.333333,8.333333,8.333333,7.1428571,7.1428571,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,8.333333,8.333333,8.333333,7.1428571,7.1428571,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,8.333333,8.333333,8.333333,7.1428571,7.1428571,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,8.333333,8.333333,8.333333,7.1428571,7.1428571,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,8.333333,8.333333,8.333333,7.1428571,7.1428571,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,8.333333,8.333333,8.333333,7.1428571,7.1428571,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,8.333333,8.333333,8.333333,7.1428571,7.1428571,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,8.333333,8.333333,8.333333,7.1428571,7.1428571,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,8.333333,8.333333,8.333333,7.1428571,7.1428571,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,8.333333,8.333333,8.333333,7.1428571,7.1428571,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,8.333333,8.333333,8.333333,7.1428571,7.1428571,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,8.333333,8.333333,8.333333,7.1428571,7.1428571,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,8.333333,8.333333,8.333333,7.1428571,7.1428571,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,8.333333,8.333333,8.333333,7.1428571,7.1428571,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,8.333333,8.333333,8.333333,7.1428571,7.1428571,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,8.333333,8.333333,8.333333,7.1428571,7.1428571,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,8.333333,8.333333,8.333333,7.1428571,7.1428571,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,8.333333,8.333333,8.333333,7.1428571,7.1428571,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,8.333333,8.333333,8.333333,7.1428571,7.1428571,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,8.333333,8.333333,8.333333,7.1428571,7.1428571,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,8.333333,8.333333,8.333333,7.1428571,7.1428571,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,8.333333,8.333333,8.333333,7.1428571,7.1428571,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,8.333333,8.333333,8.333333,7.1428571,7.1428571,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,8.333333,8.333333,8.333333,7.1428571,7.1428571,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,8.333333,8.333333,8.333333,7.1428571,7.1428571,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,8.333333,8.333333,8.333333,7.1428571,7.1428571,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,8.333333,8.333333,8.333333,7.1428571,7.1428571,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,8.333333,8.333333,8.333333,7.1428571,7.1428571,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,8.333333,8.333333,8.333333,7.1428571,7.1428571,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,8.333333,8.333333,8.333333,7.1428571,7.1428571,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,8.333333,8.333333,8.333333,7.1428571,7.1428571,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,8.333333,8.333333,8.333333,7.1428571,7.1428571,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,8.333333,8.333333,8.333333,7.1428571,7.1428571,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,8.333333,8.333333,8.333333,7.1428571,7.1428571,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,8.333333,8.333333,8.333333,7.1428571,7.1428571,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,8.333333,8.333333,8.333333,7.1428571,7.1428571,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,8.333333,8.333333,8.333333,7.1428571,7.1428571,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,8.333333,8.333333,8.333333,7.1428571,7.1428571,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,8.333333,8.333333,8.333333,7.1428571,7.1428571,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,8.333333,8.333333,8.333333,7.1428571,7.1428571,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,8.333333,8.333333,8.333333,7.1428571,7.1428571,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,8.333333,8.333333,8.333333,7.1428571,7.1428571,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,8.333333,8.333333,8.333333,7.1428571,7.1428571,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,8.333333,8.333333,8.333333,7.1428571,7.1428571,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,8.333333,8.333333,8.333333,7.1428571,7.1428571,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,8.333333,8.333333,8.333333,7.1428571,7.1428571,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,8.333333,8.333333,8.333333,7.1428571,7.1428571,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,8.333333,8.333333,8.333333,7.1428571,7.1428571,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,8.333333,8.333333,8.333333,7.1428571,7.1428571,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,8.333333,8.333333,8.333333,7.1428571,7.1428571,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,8.333333,8.333333,8.333333,7.1428571,7.1428571,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,8.333333,8.333333,8.333333,7.1428571,7.1428571,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,8.333333,8.333333,8.333333,7.1428571,7.1428571,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,8.333333,8.333333,8.333333,7.1428571,7.1428571,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,8.333333,8.333333,8.333333,7.1428571,7.1428571,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,8.333333,8.333333,8.333333,7.1428571,7.1428571,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,8.333333,8.333333,8.333333,7.1428571,7.1428571,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,8.333333,8.333333,8.333333,7.1428571,7.1428571,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,8.333333,8.333333,8.333333,7.1428571,7.1428571,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,8.333333,8.333333,8.333333,7.1428571,7.1428571,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,8.333333,8.333333,8.333333,7.1428571,7.1428571,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,8.333333,8.333333,8.333333,7.1428571,7.1428571,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,8.333333,8.333333,8.333333,7.1428571,7.1428571,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,8.333333,8.333333,8.333333,7.1428571,7.1428571,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,8.333333,8.333333,8.333333,7.1428571,7.1428571,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,8.333333,8.333333,8.333333,7.1428571,7.1428571,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,8.333333,8.333333,8.333333,7.1428571,7.1428571,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,8.333333,8.333333,8.333333,7.1428571,7.1428571,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,8.333333,8.333333,8.333333,7.1428571,7.1428571,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,8.333333,8.333333,8.333333,7.1428571,7.1428571,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,8.333333,8.333333,8.333333,7.1428571,7.1428571,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,8.333333,8.333333,8.333333,7.1428571,7.1428571,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,8.333333,8.333333,8.333333,7.1428571,7.1428571,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,8.333333,8.333333,8.333333,7.1428571,7.1428571,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,8.333333,8.333333,8.333333,7.1428571,7.1428571,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,8.333333,8.333333,8.333333,7.1428571,7.1428571,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,8.333333,8.333333,8.333333,7.1428571,7.1428571,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,8.333333,8.333333,8.333333,7.1428571,7.1428571,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,8.333333,8.333333,8.333333,7.1428571,7.1428571,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,8.333333,8.333333,8.333333,7.1428571,7.1428571,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,8.333333,8.333333,8.333333,7.1428571,7.1428571,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,8.333333,8.333333,8.333333,7.1428571,7.1428571,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,8.333333,8.333333,8.333333,7.1428571,7.1428571,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,8.333333,8.333333,8.333333,7.1428571,7.1428571,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,8.333333,8.333333,8.333333,7.1428571,7.1428571,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,8.333333,8.333333,8.333333,7.1428571,7.1428571,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,8.333333,8.333333,8.333333,7.1428571,7.1428571,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,8.333333,8.333333,8.333333,7.1428571,7.1428571,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,8.333333,8.333333,8.333333,7.1428571,7.1428571,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,8.333333,8.333333,8.333333,7.1428571,7.1428571,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,8.333333,8.333333,8.333333,7.1428571,7.1428571,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,8.333333,8.333333,8.333333,7.1428571,7.1428571,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,8.333333,8.333333,8.333333,7.1428571,7.1428571,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,8.333333,8.333333,8.333333,7.1428571,7.1428571,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,8.333333,8.333333,8.333333,7.1428571,7.1428571,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,8.333333,8.333333,8.333333,7.1428571,7.1428571,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,8.333333,8.333333,8.333333,7.1428571,7.1428571,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,8.333333,8.333333,8.333333,7.1428571,7.1428571,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,8.333333,8.333333,8.333333,7.1428571,7.1428571,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,8.333333,8.333333,8.333333,7.1428571,7.1428571,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,8.333333,8.333333,8.333333,7.1428571,7.1428571,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,8.333333,8.333333,8.333333,7.1428571,7.1428571,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,8.333333,8.333333,8.333333,7.1428571,7.1428571,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,8.333333,8.333333,8.333333,7.1428571,7.1428571,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,8.333333,8.333333,8.333333,7.1428571,7.1428571,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,8.333333,8.333333,8.333333,7.1428571,7.1428571,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,8.333333,8.333333,8.333333,7.1428571,7.1428571,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,8.333333,8.333333,8.333333,7.1428571,7.1428571,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,8.333333,8.333333,8.333333,7.1428571,7.1428571,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,8.333333,8.333333,8.333333,7.1428571,7.1428571,7.1428571,7.1428571,8.333333,8.333333,8.333333,8.333333,7.6923075,7.6923075,7.6923075,7.6923075,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8,8,8,4.8780489,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8,8,8,4.8780489,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8,8,8,4.8780489,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8,8,8,4.8780489,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8,8,8,4.8780489,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8,8,8,4.8780489,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8,8,8,4.8780489,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8,8,8,4.8780489,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8,8,8,4.8780489,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8,8,8,4.8780489,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8,8,8,4.8780489,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8,8,8,4.8780489,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8,8,8,4.8780489,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8,8,8,4.8780489,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8,8,8,4.8780489,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8,8,8,4.8780489,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8,8,8,4.8780489,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8,8,8,4.8780489,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8,8,8,4.8780489,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8,8,8,4.8780489,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8,8,8,4.8780489,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8,8,8,4.8780489,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8,8,8,4.8780489,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8,8,8,4.8780489,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8,8,8,4.8780489,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8,8,8,4.8780489,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8,8,8,4.8780489,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8,8,8,4.8780489,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8,8,8,4.8780489,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8,8,8,4.8780489,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8,8,8,4.8780489,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8,8,8,4.8780489,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8,8,8,4.8780489,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8,8,8,4.8780489,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8,8,8,4.8780489,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8,8,8,4.8780489,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8,8,8,4.8780489,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8,8,8,4.8780489,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8,8,8,4.8780489,5.5555553,5,5,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.5555553,5.5555553,4.5454545,4.5454545,4.1666665,4.1666665,4.1666665,5.5555553,5,5,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.5555553,5.5555553,4.5454545,4.5454545,4.1666665,4.1666665,4.1666665,5.5555553,5,5,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.5555553,5.5555553,4.5454545,4.5454545,4.1666665,4.1666665,4.1666665,5.5555553,5,5,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.5555553,5.5555553,4.5454545,4.5454545,4.1666665,4.1666665,4.1666665,5.5555553,5,5,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.5555553,5.5555553,4.5454545,4.5454545,4.1666665,4.1666665,4.1666665,5.5555553,5,5,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.5555553,5.5555553,4.5454545,4.5454545,4.1666665,4.1666665,4.1666665,5.5555553,5,5,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.5555553,5.5555553,4.5454545,4.5454545,4.1666665,4.1666665,4.1666665,5.5555553,5,5,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.5555553,5.5555553,4.5454545,4.5454545,4.1666665,4.1666665,4.1666665,5.5555553,5,5,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.5555553,5.5555553,4.5454545,4.5454545,4.1666665,4.1666665,4.1666665,5.5555553,5,5,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.5555553,5.5555553,4.5454545,4.5454545,4.1666665,4.1666665,4.1666665,5.5555553,5,5,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.5555553,5.5555553,4.5454545,4.5454545,4.1666665,4.1666665,4.1666665,5.5555553,5,5,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.5555553,5.5555553,4.5454545,4.5454545,4.1666665,4.1666665,4.1666665,5.5555553,5,5,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.5555553,5.5555553,4.5454545,4.5454545,4.1666665,4.1666665,4.1666665,5.5555553,5,5,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.5555553,5.5555553,4.5454545,4.5454545,4.1666665,4.1666665,4.1666665,5.5555553,5,5,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.5555553,5.5555553,4.5454545,4.5454545,4.1666665,4.1666665,4.1666665,5.5555553,5,5,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.5555553,5.5555553,4.5454545,4.5454545,4.1666665,4.1666665,4.1666665,5.5555553,5,5,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.5555553,5.5555553,4.5454545,4.5454545,4.1666665,4.1666665,4.1666665,5.5555553,5,5,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.5555553,5.5555553,4.5454545,4.5454545,4.1666665,4.1666665,4.1666665,5.5555553,5,5,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.5555553,5.5555553,4.5454545,4.5454545,4.1666665,4.1666665,4.1666665,5.5555553,5,5,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.5555553,5.5555553,4.5454545,4.5454545,4.1666665,4.1666665,4.1666665,5.5555553,5,5,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.5555553,5.5555553,4.5454545,4.5454545,4.1666665,4.1666665,4.1666665,5.5555553,5,5,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.5555553,5.5555553,4.5454545,4.5454545,4.1666665,4.1666665,4.1666665,5.5555553,5,5,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.5555553,5.5555553,4.5454545,4.5454545,4.1666665,4.1666665,4.1666665,5.5555553,5,5,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.5555553,5.5555553,4.5454545,4.5454545,4.1666665,4.1666665,4.1666665,5.5555553,5,5,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.5555553,5.5555553,4.5454545,4.5454545,4.1666665,4.1666665,4.1666665,5.5555553,5,5,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.5555553,5.5555553,4.5454545,4.5454545,4.1666665,4.1666665,4.1666665,5.5555553,5,5,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.5555553,5.5555553,4.5454545,4.5454545,4.1666665,4.1666665,4.1666665,5.5555553,5,5,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.5555553,5.5555553,4.5454545,4.5454545,4.1666665,4.1666665,4.1666665,5.5555553,5,5,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.5555553,5.5555553,4.5454545,4.5454545,4.1666665,4.1666665,4.1666665,5.5555553,5,5,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.5555553,5.5555553,4.5454545,4.5454545,4.1666665,4.1666665,4.1666665,5.5555553,5,5,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.5555553,5.5555553,4.5454545,4.5454545,4.1666665,4.1666665,4.1666665,5.5555553,5,5,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.5555553,5.5555553,4.5454545,4.5454545,4.1666665,4.1666665,4.1666665,5.5555553,5,5,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.5555553,5.5555553,4.5454545,4.5454545,4.1666665,4.1666665,4.1666665,5.5555553,5,5,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.5555553,5.5555553,4.5454545,4.5454545,4.1666665,4.1666665,4.1666665,5.5555553,5,5,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.5555553,5.5555553,4.5454545,4.5454545,4.1666665,4.1666665,4.1666665,5.5555553,5,5,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.5555553,5.5555553,4.5454545,4.5454545,4.1666665,4.1666665,4.1666665,5.5555553,5,5,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.5555553,5.5555553,4.5454545,4.5454545,4.1666665,4.1666665,4.1666665,5.5555553,5,5,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.5555553,5.5555553,4.5454545,4.5454545,4.1666665,4.1666665,4.1666665,5.5555553,5,5,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.5555553,5.5555553,4.5454545,4.5454545,4.1666665,4.1666665,4.1666665,5.5555553,5,5,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.5555553,5.5555553,4.5454545,4.5454545,4.1666665,4.1666665,4.1666665,5.5555553,5,5,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.5555553,5.5555553,4.5454545,4.5454545,4.1666665,4.1666665,4.1666665,5.5555553,5,5,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.5555553,5.5555553,4.5454545,4.5454545,4.1666665,4.1666665,4.1666665,5.5555553,5,5,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.5555553,5.5555553,4.5454545,4.5454545,4.1666665,4.1666665,4.1666665,5.5555553,5,5,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.5555553,5.5555553,4.5454545,4.5454545,4.1666665,4.1666665,4.1666665,5.5555553,5,5,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.5555553,5.5555553,4.5454545,4.5454545,4.1666665,4.1666665,4.1666665,5.5555553,5,5,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.5555553,5.5555553,4.5454545,4.5454545,4.1666665,4.1666665,4.1666665,5.5555553,5,5,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.5555553,5.5555553,4.5454545,4.5454545,4.1666665,4.1666665,4.1666665,5.5555553,5,5,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.5555553,5.5555553,4.5454545,4.5454545,4.1666665,4.1666665,4.1666665,5.5555553,5,5,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.5555553,5.5555553,4.5454545,4.5454545,4.1666665,4.1666665,4.1666665,5.5555553,5,5,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.5555553,5.5555553,4.5454545,4.5454545,4.1666665,4.1666665,4.1666665,5.5555553,5,5,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.5555553,5.5555553,4.5454545,4.5454545,4.1666665,4.1666665,4.1666665,5.5555553,5,5,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.5555553,5.5555553,4.5454545,4.5454545,4.1666665,4.1666665,4.1666665,5.5555553,5,5,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.5555553,5.5555553,4.5454545,4.5454545,4.1666665,4.1666665,4.1666665,5.5555553,5,5,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.5555553,5.5555553,4.5454545,4.5454545,4.1666665,4.1666665,4.1666665,5.5555553,5,5,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,5.5555553,5.5555553,4.5454545,4.5454545,4.1666665,4.1666665,4.1666665,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,30,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,30,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,30,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,30,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,30,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,30,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,30,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,30,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,30,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,30,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,30,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,30,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,30,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,30,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,30,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,30,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,30,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,30,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,30,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,30,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,30,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,30,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,33.333332,30,33.333332,33.333332,33.333332,33.333332 ),.Dim=c(3107,15)), childaccessprevention_pc=structure(.Data=c( 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4.7058825,4.6511626,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.4468083,7.3684211,9.090909,9,4.7058825,4.6511626,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.4468083,7.3684211,9.090909,9,4.7058825,4.6511626,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.4468083,7.3684211,9.090909,9,4.7058825,4.6511626,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.4468083,7.3684211,9.090909,9,4.7058825,4.6511626,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.4468083,7.3684211,9.090909,9,4.7058825,4.6511626,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.4468083,7.3684211,9.090909,9,4.7058825,4.6511626,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.4468083,7.3684211,9.090909,9,4.7058825,4.6511626,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.4468083,7.3684211,9.090909,9,4.7058825,4.6511626,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.4468083,7.3684211,9.090909,9,4.7058825,4.6511626,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.4468083,7.3684211,9.090909,9,4.7058825,4.6511626,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.4468083,7.3684211,9.090909,9,4.7058825,4.6511626,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.4468083,7.3684211,9.090909,9,4.7058825,4.6511626,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.4468083,7.3684211,9.090909,9,4.7058825,4.6511626,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.4468083,7.3684211,9.090909,9,4.7058825,4.6511626,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.4468083,7.3684211,9.090909,9,4.7058825,4.6511626,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.4468083,7.3684211,9.090909,9,4.7058825,4.6511626,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.4468083,7.3684211,9.090909,9,4.7058825,4.6511626,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.4468083,7.3684211,9.090909,9,4.7058825,4.6511626,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.4468083,7.3684211,9.090909,9,4.7058825,4.6511626,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.4468083,7.3684211,9.090909,9,4.7058825,4.6511626,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.4468083,7.3684211,9.090909,9,4.7058825,4.6511626,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.4468083,7.3684211,9.090909,9,4.7058825,4.6511626,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.4468083,7.3684211,9.090909,9,4.7058825,4.6511626,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.4468083,7.3684211,9.090909,9,4.7058825,4.6511626,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.4468083,7.3684211,9.090909,9,4.7058825,4.6511626,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.4468083,7.3684211,9.090909,9,4.7058825,4.6511626,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.4468083,7.3684211,9.090909,9,4.7058825,4.6511626,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.4468083,7.3684211,9.090909,9,4.7058825,4.6511626,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.4468083,7.3684211,9.090909,9,4.7058825,4.6511626,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.4468083,7.3684211,9.090909,9,4.7058825,4.6511626,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.4468083,7.3684211,9.090909,9,4.7058825,4.6511626,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.4468083,7.3684211,9.090909,9,4.7058825,4.6511626,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.4468083,7.3684211,9.090909,9,4.7058825,4.6511626,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.4468083,7.3684211,9.090909,9,4.7058825,4.6511626,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.4468083,7.3684211,9.090909,9,4.7058825,4.6511626,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.4468083,7.3684211,9.090909,9,4.7058825,4.6511626,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.4468083,7.3684211,9.090909,9,4.7058825,4.6511626,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.4468083,7.3684211,9.090909,9,4.7058825,4.6511626,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.4468083,7.3684211,9.090909,9,4.7058825,4.6511626,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.4468083,7.3684211,9.090909,9,4.7058825,4.6511626,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.4468083,7.3684211,9.090909,9,4.7058825,4.6511626,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.4468083,7.3684211,9.090909,9,4.7058825,4.6511626,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.4468083,7.3684211,9.090909,9,4.7058825,4.6511626,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.4468083,7.3684211,9.090909,9,4.7058825,4.6511626,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.4468083,7.3684211,9.090909,9,4.7058825,4.6511626,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.4468083,7.3684211,9.090909,9,4.7058825,4.6511626,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.4468083,7.3684211,9.090909,9,4.7058825,4.6511626,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.4468083,7.3684211,9.090909,9,4.7058825,4.6511626,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.4468083,7.3684211,9.090909,9,4.7058825,4.6511626,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.4468083,7.3684211,9.090909,9,4.7058825,4.6511626,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.4468083,7.3684211,9.090909,9,4.7058825,4.6511626,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.4468083,7.3684211,9.090909,9,4.7058825,4.6511626,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.4468083,7.3684211,9.090909,9,4.7058825,4.6511626,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.4468083,7.3684211,9.090909,9,4.7058825,4.6511626,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.4468083,7.3684211,9.090909,9,4.7058825,4.6511626,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.4468083,7.3684211,9.090909,9,4.7058825,4.6511626,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.4468083,7.3684211,9.090909,9,4.7058825,4.6511626,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.5268817,7.4468083,7.3684211,9.090909,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7.4626865,7.4626865,7.4626865,7.4626865,7.352941,7.246377,7.246377,7.1428571,7.1428571,7.1428571,7.1428571,7.1428571,7.1428571,6.0240965,5.9523811,7.4626865,7.4626865,7.4626865,7.4626865,7.352941,7.246377,7.246377,7.1428571,7.1428571,7.1428571,7.1428571,7.1428571,7.1428571,6.0240965,5.9523811,7.4626865,7.4626865,7.4626865,7.4626865,7.352941,7.246377,7.246377,7.1428571,7.1428571,7.1428571,7.1428571,7.1428571,7.1428571,6.0240965,5.9523811,7.4626865,7.4626865,7.4626865,7.4626865,7.352941,7.246377,7.246377,7.1428571,7.1428571,7.1428571,7.1428571,7.1428571,7.1428571,6.0240965,5.9523811,7.4626865,7.4626865,7.4626865,7.4626865,7.352941,7.246377,7.246377,7.1428571,7.1428571,7.1428571,7.1428571,7.1428571,7.1428571,6.0240965,5.9523811,7.4626865,7.4626865,7.4626865,7.4626865,7.352941,7.246377,7.246377,7.1428571,7.1428571,7.1428571,7.1428571,7.1428571,7.1428571,6.0240965,5.9523811,7.4626865,7.4626865,7.4626865,7.4626865,7.352941,7.246377,7.246377,7.1428571,7.1428571,7.1428571,7.1428571,7.1428571,7.1428571,6.0240965,5.9523811,7.4626865,7.4626865,7.4626865,7.4626865,7.352941,7.246377,7.246377,7.1428571,7.1428571,7.1428571,7.1428571,7.1428571,7.1428571,6.0240965,5.9523811,16.666666,16.666666,16,16.666666,16.666666,16.666666,16.666666,16,15.384615,15.384615,15.384615,15.384615,15.384615,10.810811,10.526316,16.666666,16.666666,16,16.666666,16.666666,16.666666,16.666666,16,15.384615,15.384615,15.384615,15.384615,15.384615,10.810811,10.526316,16.666666,16.666666,16,16.666666,16.666666,16.666666,16.666666,16,15.384615,15.384615,15.384615,15.384615,15.384615,10.810811,10.526316,13.636364,14.285714,14.285714,14.285714,13.636364,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,13.636364,14.285714,14.285714,14.285714,13.636364,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,13.636364,14.285714,14.285714,14.285714,13.636364,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,13.636364,14.285714,14.285714,14.285714,13.636364,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,13.636364,14.285714,14.285714,14.285714,13.636364,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,13.636364,14.285714,14.285714,14.285714,13.636364,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,13.636364,14.285714,14.285714,14.285714,13.636364,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,13.636364,14.285714,14.285714,14.285714,13.636364,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,13.636364,14.285714,14.285714,14.285714,13.636364,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,13.636364,14.285714,14.285714,14.285714,13.636364,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,13.636364,14.285714,14.285714,14.285714,13.636364,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,13.636364,14.285714,14.285714,14.285714,13.636364,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,13.636364,14.285714,14.285714,14.285714,13.636364,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,13.636364,14.285714,14.285714,14.285714,13.636364,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,13.636364,14.285714,14.285714,14.285714,13.636364,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,13.636364,14.285714,14.285714,14.285714,13.636364,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,13.636364,14.285714,14.285714,14.285714,13.636364,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,13.636364,14.285714,14.285714,14.285714,13.636364,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,13.636364,14.285714,14.285714,14.285714,13.636364,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,13.636364,14.285714,14.285714,14.285714,13.636364,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,13.636364,14.285714,14.285714,14.285714,13.636364,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,13.636364,14.285714,14.285714,14.285714,13.636364,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,13.636364,14.285714,14.285714,14.285714,13.636364,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,13.636364,14.285714,14.285714,14.285714,13.636364,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,13.636364,14.285714,14.285714,14.285714,13.636364,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,13.636364,14.285714,14.285714,14.285714,13.636364,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,13.636364,14.285714,14.285714,14.285714,13.636364,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,13.636364,14.285714,14.285714,14.285714,13.636364,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,13.636364,14.285714,14.285714,14.285714,13.636364,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,13.636364,14.285714,14.285714,14.285714,13.636364,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,13.636364,14.285714,14.285714,14.285714,13.636364,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,13.636364,14.285714,14.285714,14.285714,13.636364,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,13.636364,14.285714,14.285714,14.285714,13.636364,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,13.636364,14.285714,14.285714,14.285714,13.636364,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,13.636364,14.285714,14.285714,14.285714,13.636364,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,13.636364,14.285714,14.285714,14.285714,13.636364,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,13.636364,14.285714,14.285714,14.285714,13.636364,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,13.636364,14.285714,14.285714,14.285714,13.636364,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,13.636364,14.285714,14.285714,14.285714,13.636364,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,13.636364,14.285714,14.285714,14.285714,13.636364,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,13.636364,14.285714,14.285714,14.285714,13.636364,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,13.636364,14.285714,14.285714,14.285714,13.636364,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,13.636364,14.285714,14.285714,14.285714,13.636364,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,13.636364,14.285714,14.285714,14.285714,13.636364,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,13.636364,14.285714,14.285714,14.285714,13.636364,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,13.636364,14.285714,14.285714,14.285714,13.636364,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,13.636364,14.285714,14.285714,14.285714,13.636364,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,13.636364,14.285714,14.285714,14.285714,13.636364,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,13.636364,14.285714,14.285714,14.285714,13.636364,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,13.636364,14.285714,14.285714,14.285714,13.636364,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,13.636364,14.285714,14.285714,14.285714,13.636364,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,13.636364,14.285714,14.285714,14.285714,13.636364,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,13.636364,14.285714,14.285714,14.285714,13.636364,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,13.636364,14.285714,14.285714,14.285714,13.636364,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,13.636364,14.285714,14.285714,14.285714,13.636364,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,13.636364,14.285714,14.285714,14.285714,13.636364,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,13.636364,14.285714,14.285714,14.285714,13.636364,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,13.636364,14.285714,14.285714,14.285714,13.636364,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,13.636364,14.285714,14.285714,14.285714,13.636364,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,13.636364,14.285714,14.285714,14.285714,13.636364,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,13.636364,14.285714,14.285714,14.285714,13.636364,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,13.636364,14.285714,14.285714,14.285714,13.636364,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,13.636364,14.285714,14.285714,14.285714,13.636364,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,13.636364,14.285714,14.285714,14.285714,13.636364,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,13.636364,14.285714,14.285714,14.285714,13.636364,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,13.636364,14.285714,14.285714,14.285714,13.636364,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,13.636364,14.285714,14.285714,14.285714,13.636364,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.4482758,3.4482758,3.4482758,3.4482758,3.4482758,3.3333333,4.9180326,4.9180326,4.9180326,4.9180326,4.5454545,4.5454545,4.5454545,4.6875,4.6875,3.4482758,3.4482758,3.4482758,3.4482758,3.4482758,3.3333333,4.9180326,4.9180326,4.9180326,4.9180326,4.5454545,4.5454545,4.5454545,4.6875,4.6875,3.4482758,3.4482758,3.4482758,3.4482758,3.4482758,3.3333333,4.9180326,4.9180326,4.9180326,4.9180326,4.5454545,4.5454545,4.5454545,4.6875,4.6875,3.4482758,3.4482758,3.4482758,3.4482758,3.4482758,3.3333333,4.9180326,4.9180326,4.9180326,4.9180326,4.5454545,4.5454545,4.5454545,4.6875,4.6875,3.4482758,3.4482758,3.4482758,3.4482758,3.4482758,3.3333333,4.9180326,4.9180326,4.9180326,4.9180326,4.5454545,4.5454545,4.5454545,4.6875,4.6875,3.4482758,3.4482758,3.4482758,3.4482758,3.4482758,3.3333333,4.9180326,4.9180326,4.9180326,4.9180326,4.5454545,4.5454545,4.5454545,4.6875,4.6875,3.4482758,3.4482758,3.4482758,3.4482758,3.4482758,3.3333333,4.9180326,4.9180326,4.9180326,4.9180326,4.5454545,4.5454545,4.5454545,4.6875,4.6875,3.4482758,3.4482758,3.4482758,3.4482758,3.4482758,3.3333333,4.9180326,4.9180326,4.9180326,4.9180326,4.5454545,4.5454545,4.5454545,4.6875,4.6875,3.4482758,3.4482758,3.4482758,3.4482758,3.4482758,3.3333333,4.9180326,4.9180326,4.9180326,4.9180326,4.5454545,4.5454545,4.5454545,4.6875,4.6875,3.4482758,3.4482758,3.4482758,3.4482758,3.4482758,3.3333333,4.9180326,4.9180326,4.9180326,4.9180326,4.5454545,4.5454545,4.5454545,4.6875,4.6875,3.4482758,3.4482758,3.4482758,3.4482758,3.4482758,3.3333333,4.9180326,4.9180326,4.9180326,4.9180326,4.5454545,4.5454545,4.5454545,4.6875,4.6875,3.4482758,3.4482758,3.4482758,3.4482758,3.4482758,3.3333333,4.9180326,4.9180326,4.9180326,4.9180326,4.5454545,4.5454545,4.5454545,4.6875,4.6875,3.4482758,3.4482758,3.4482758,3.4482758,3.4482758,3.3333333,4.9180326,4.9180326,4.9180326,4.9180326,4.5454545,4.5454545,4.5454545,4.6875,4.6875,3.4482758,3.4482758,3.4482758,3.4482758,3.4482758,3.3333333,4.9180326,4.9180326,4.9180326,4.9180326,4.5454545,4.5454545,4.5454545,4.6875,4.6875,3.4482758,3.4482758,3.4482758,3.4482758,3.4482758,3.3333333,4.9180326,4.9180326,4.9180326,4.9180326,4.5454545,4.5454545,4.5454545,4.6875,4.6875,3.4482758,3.4482758,3.4482758,3.4482758,3.4482758,3.3333333,4.9180326,4.9180326,4.9180326,4.9180326,4.5454545,4.5454545,4.5454545,4.6875,4.6875,3.4482758,3.4482758,3.4482758,3.4482758,3.4482758,3.3333333,4.9180326,4.9180326,4.9180326,4.9180326,4.5454545,4.5454545,4.5454545,4.6875,4.6875,3.4482758,3.4482758,3.4482758,3.4482758,3.4482758,3.3333333,4.9180326,4.9180326,4.9180326,4.9180326,4.5454545,4.5454545,4.5454545,4.6875,4.6875,3.4482758,3.4482758,3.4482758,3.4482758,3.4482758,3.3333333,4.9180326,4.9180326,4.9180326,4.9180326,4.5454545,4.5454545,4.5454545,4.6875,4.6875,3.4482758,3.4482758,3.4482758,3.4482758,3.4482758,3.3333333,4.9180326,4.9180326,4.9180326,4.9180326,4.5454545,4.5454545,4.5454545,4.6875,4.6875,3.4482758,3.4482758,3.4482758,3.4482758,3.4482758,3.3333333,4.9180326,4.9180326,4.9180326,4.9180326,4.5454545,4.5454545,4.5454545,4.6875,4.6875,3.4482758,3.4482758,3.4482758,3.4482758,3.4482758,3.3333333,4.9180326,4.9180326,4.9180326,4.9180326,4.5454545,4.5454545,4.5454545,4.6875,4.6875,3.4482758,3.4482758,3.4482758,3.4482758,3.4482758,3.3333333,4.9180326,4.9180326,4.9180326,4.9180326,4.5454545,4.5454545,4.5454545,4.6875,4.6875,3.4482758,3.4482758,3.4482758,3.4482758,3.4482758,3.3333333,4.9180326,4.9180326,4.9180326,4.9180326,4.5454545,4.5454545,4.5454545,4.6875,4.6875,3.4482758,3.4482758,3.4482758,3.4482758,3.4482758,3.3333333,4.9180326,4.9180326,4.9180326,4.9180326,4.5454545,4.5454545,4.5454545,4.6875,4.6875,3.4482758,3.4482758,3.4482758,3.4482758,3.4482758,3.3333333,4.9180326,4.9180326,4.9180326,4.9180326,4.5454545,4.5454545,4.5454545,4.6875,4.6875,3.4482758,3.4482758,3.4482758,3.4482758,3.4482758,3.3333333,4.9180326,4.9180326,4.9180326,4.9180326,4.5454545,4.5454545,4.5454545,4.6875,4.6875,3.4482758,3.4482758,3.4482758,3.4482758,3.4482758,3.3333333,4.9180326,4.9180326,4.9180326,4.9180326,4.5454545,4.5454545,4.5454545,4.6875,4.6875,3.4482758,3.4482758,3.4482758,3.4482758,3.4482758,3.3333333,4.9180326,4.9180326,4.9180326,4.9180326,4.5454545,4.5454545,4.5454545,4.6875,4.6875,3.4482758,3.4482758,3.4482758,3.4482758,3.4482758,3.3333333,4.9180326,4.9180326,4.9180326,4.9180326,4.5454545,4.5454545,4.5454545,4.6875,4.6875,3.4482758,3.4482758,3.4482758,3.4482758,3.4482758,3.3333333,4.9180326,4.9180326,4.9180326,4.9180326,4.5454545,4.5454545,4.5454545,4.6875,4.6875,3.4482758,3.4482758,3.4482758,3.4482758,3.4482758,3.3333333,4.9180326,4.9180326,4.9180326,4.9180326,4.5454545,4.5454545,4.5454545,4.6875,4.6875,3.4482758,3.4482758,3.4482758,3.4482758,3.4482758,3.3333333,4.9180326,4.9180326,4.9180326,4.9180326,4.5454545,4.5454545,4.5454545,4.6875,4.6875,3.4482758,3.4482758,3.4482758,3.4482758,3.4482758,3.3333333,4.9180326,4.9180326,4.9180326,4.9180326,4.5454545,4.5454545,4.5454545,4.6875,4.6875,3.4482758,3.4482758,3.4482758,3.4482758,3.4482758,3.3333333,4.9180326,4.9180326,4.9180326,4.9180326,4.5454545,4.5454545,4.5454545,4.6875,4.6875,3.4482758,3.4482758,3.4482758,3.4482758,3.4482758,3.3333333,4.9180326,4.9180326,4.9180326,4.9180326,4.5454545,4.5454545,4.5454545,4.6875,4.6875,3.4482758,3.4482758,3.4482758,3.4482758,3.4482758,3.3333333,4.9180326,4.9180326,4.9180326,4.9180326,4.5454545,4.5454545,4.5454545,4.6875,4.6875,3.4482758,3.4482758,3.4482758,3.4482758,3.4482758,3.3333333,4.9180326,4.9180326,4.9180326,4.9180326,4.5454545,4.5454545,4.5454545,4.6875,4.6875,3.4482758,3.4482758,3.4482758,3.4482758,3.4482758,3.3333333,4.9180326,4.9180326,4.9180326,4.9180326,4.5454545,4.5454545,4.5454545,4.6875,4.6875,3.4482758,3.4482758,3.4482758,3.4482758,3.4482758,3.3333333,4.9180326,4.9180326,4.9180326,4.9180326,4.5454545,4.5454545,4.5454545,4.6875,4.6875,3.4482758,3.4482758,3.4482758,3.4482758,3.4482758,3.3333333,4.9180326,4.9180326,4.9180326,4.9180326,4.5454545,4.5454545,4.5454545,4.6875,4.6875,3.4482758,3.4482758,3.4482758,3.4482758,3.4482758,3.3333333,4.9180326,4.9180326,4.9180326,4.9180326,4.5454545,4.5454545,4.5454545,4.6875,4.6875,3.4482758,3.4482758,3.4482758,3.4482758,3.4482758,3.3333333,4.9180326,4.9180326,4.9180326,4.9180326,4.5454545,4.5454545,4.5454545,4.6875,4.6875,3.4482758,3.4482758,3.4482758,3.4482758,3.4482758,3.3333333,4.9180326,4.9180326,4.9180326,4.9180326,4.5454545,4.5454545,4.5454545,4.6875,4.6875,3.4482758,3.4482758,3.4482758,3.4482758,3.4482758,3.3333333,4.9180326,4.9180326,4.9180326,4.9180326,4.5454545,4.5454545,4.5454545,4.6875,4.6875,3.4482758,3.4482758,3.4482758,3.4482758,3.4482758,3.3333333,4.9180326,4.9180326,4.9180326,4.9180326,4.5454545,4.5454545,4.5454545,4.6875,4.6875,3.4482758,3.4482758,3.4482758,3.4482758,3.4482758,3.3333333,4.9180326,4.9180326,4.9180326,4.9180326,4.5454545,4.5454545,4.5454545,4.6875,4.6875,3.4482758,3.4482758,3.4482758,3.4482758,3.4482758,3.3333333,4.9180326,4.9180326,4.9180326,4.9180326,4.5454545,4.5454545,4.5454545,4.6875,4.6875,3.4482758,3.4482758,3.4482758,3.4482758,3.4482758,3.3333333,4.9180326,4.9180326,4.9180326,4.9180326,4.5454545,4.5454545,4.5454545,4.6875,4.6875,3.4482758,3.4482758,3.4482758,3.4482758,3.4482758,3.3333333,4.9180326,4.9180326,4.9180326,4.9180326,4.5454545,4.5454545,4.5454545,4.6875,4.6875,3.4482758,3.4482758,3.4482758,3.4482758,3.4482758,3.3333333,4.9180326,4.9180326,4.9180326,4.9180326,4.5454545,4.5454545,4.5454545,4.6875,4.6875,3.4482758,3.4482758,3.4482758,3.4482758,3.4482758,3.3333333,4.9180326,4.9180326,4.9180326,4.9180326,4.5454545,4.5454545,4.5454545,4.6875,4.6875,3.4482758,3.4482758,3.4482758,3.4482758,3.4482758,3.3333333,4.9180326,4.9180326,4.9180326,4.9180326,4.5454545,4.5454545,4.5454545,4.6875,4.6875,3.4482758,3.4482758,3.4482758,3.4482758,3.4482758,3.3333333,4.9180326,4.9180326,4.9180326,4.9180326,4.5454545,4.5454545,4.5454545,4.6875,4.6875,3.4482758,3.4482758,3.4482758,3.4482758,3.4482758,3.3333333,4.9180326,4.9180326,4.9180326,4.9180326,4.5454545,4.5454545,4.5454545,4.6875,4.6875,3.4482758,3.4482758,3.4482758,3.4482758,3.4482758,3.3333333,4.9180326,4.9180326,4.9180326,4.9180326,4.5454545,4.5454545,4.5454545,4.6875,4.6875,3.4482758,3.4482758,3.4482758,3.4482758,3.4482758,3.3333333,4.9180326,4.9180326,4.9180326,4.9180326,4.5454545,4.5454545,4.5454545,4.6875,4.6875,3.4482758,3.4482758,3.4482758,3.4482758,3.4482758,3.3333333,4.9180326,4.9180326,4.9180326,4.9180326,4.5454545,4.5454545,4.5454545,4.6875,4.6875,3.4482758,3.4482758,3.4482758,3.4482758,3.4482758,3.3333333,4.9180326,4.9180326,4.9180326,4.9180326,4.5454545,4.5454545,4.5454545,4.6875,4.6875,3.4482758,3.4482758,3.4482758,3.4482758,3.4482758,3.3333333,4.9180326,4.9180326,4.9180326,4.9180326,4.5454545,4.5454545,4.5454545,4.6875,4.6875,3.4482758,3.4482758,3.4482758,3.4482758,3.4482758,3.3333333,4.9180326,4.9180326,4.9180326,4.9180326,4.5454545,4.5454545,4.5454545,4.6875,4.6875,3.4482758,3.4482758,3.4482758,3.4482758,3.4482758,3.3333333,4.9180326,4.9180326,4.9180326,4.9180326,4.5454545,4.5454545,4.5454545,4.6875,4.6875,3.4482758,3.4482758,3.4482758,3.4482758,3.4482758,3.3333333,4.9180326,4.9180326,4.9180326,4.9180326,4.5454545,4.5454545,4.5454545,4.6875,4.6875,3.4482758,3.4482758,3.4482758,3.4482758,3.4482758,3.3333333,4.9180326,4.9180326,4.9180326,4.9180326,4.5454545,4.5454545,4.5454545,4.6875,4.6875,3.4482758,3.4482758,3.4482758,3.4482758,3.4482758,3.3333333,4.9180326,4.9180326,4.9180326,4.9180326,4.5454545,4.5454545,4.5454545,4.6875,4.6875,3.4482758,3.4482758,3.4482758,3.4482758,3.4482758,3.3333333,4.9180326,4.9180326,4.9180326,4.9180326,4.5454545,4.5454545,4.5454545,4.6875,4.6875,3.4482758,3.4482758,3.4482758,3.4482758,3.4482758,3.3333333,4.9180326,4.9180326,4.9180326,4.9180326,4.5454545,4.5454545,4.5454545,4.6875,4.6875,3.4482758,3.4482758,3.4482758,3.4482758,3.4482758,3.3333333,4.9180326,4.9180326,4.9180326,4.9180326,4.5454545,4.5454545,4.5454545,4.6875,4.6875,3.4482758,3.4482758,3.4482758,3.4482758,3.4482758,3.3333333,4.9180326,4.9180326,4.9180326,4.9180326,4.5454545,4.5454545,4.5454545,4.6875,4.6875,3.4482758,3.4482758,3.4482758,3.4482758,3.4482758,3.3333333,4.9180326,4.9180326,4.9180326,4.9180326,4.5454545,4.5454545,4.5454545,4.6875,4.6875,3.4482758,3.4482758,3.4482758,3.4482758,3.4482758,3.3333333,4.9180326,4.9180326,4.9180326,4.9180326,4.5454545,4.5454545,4.5454545,4.6875,4.6875,3.4482758,3.4482758,3.4482758,3.4482758,3.4482758,3.3333333,4.9180326,4.9180326,4.9180326,4.9180326,4.5454545,4.5454545,4.5454545,4.6875,4.6875,3.4482758,3.4482758,3.4482758,3.4482758,3.4482758,3.3333333,4.9180326,4.9180326,4.9180326,4.9180326,4.5454545,4.5454545,4.5454545,4.6875,4.6875,3.4482758,3.4482758,3.4482758,3.4482758,3.4482758,3.3333333,4.9180326,4.9180326,4.9180326,4.9180326,4.5454545,4.5454545,4.5454545,4.6875,4.6875,3.4482758,3.4482758,3.4482758,3.4482758,3.4482758,3.3333333,4.9180326,4.9180326,4.9180326,4.9180326,4.5454545,4.5454545,4.5454545,4.6875,4.6875,3.4482758,3.4482758,3.4482758,3.4482758,3.4482758,3.3333333,4.9180326,4.9180326,4.9180326,4.9180326,4.5454545,4.5454545,4.5454545,4.6875,4.6875,3.4482758,3.4482758,3.4482758,3.4482758,3.4482758,3.3333333,4.9180326,4.9180326,4.9180326,4.9180326,4.5454545,4.5454545,4.5454545,4.6875,4.6875,3.4482758,3.4482758,3.4482758,3.4482758,3.4482758,3.3333333,4.9180326,4.9180326,4.9180326,4.9180326,4.5454545,4.5454545,4.5454545,4.6875,4.6875,3.4482758,3.4482758,3.4482758,3.4482758,3.4482758,3.3333333,4.9180326,4.9180326,4.9180326,4.9180326,4.5454545,4.5454545,4.5454545,4.6875,4.6875,3.4482758,3.4482758,3.4482758,3.4482758,3.4482758,3.3333333,4.9180326,4.9180326,4.9180326,4.9180326,4.5454545,4.5454545,4.5454545,4.6875,4.6875,3.4482758,3.4482758,3.4482758,3.4482758,3.4482758,3.3333333,4.9180326,4.9180326,4.9180326,4.9180326,4.5454545,4.5454545,4.5454545,4.6875,4.6875,3.4482758,3.4482758,3.4482758,3.4482758,3.4482758,3.3333333,4.9180326,4.9180326,4.9180326,4.9180326,4.5454545,4.5454545,4.5454545,4.6875,4.6875,3.4482758,3.4482758,3.4482758,3.4482758,3.4482758,3.3333333,4.9180326,4.9180326,4.9180326,4.9180326,4.5454545,4.5454545,4.5454545,4.6875,4.6875,3.4482758,3.4482758,3.4482758,3.4482758,3.4482758,3.3333333,4.9180326,4.9180326,4.9180326,4.9180326,4.5454545,4.5454545,4.5454545,4.6875,4.6875,3.4482758,3.4482758,3.4482758,3.4482758,3.4482758,3.3333333,4.9180326,4.9180326,4.9180326,4.9180326,4.5454545,4.5454545,4.5454545,4.6875,4.6875,3.4482758,3.4482758,3.4482758,3.4482758,3.4482758,3.3333333,4.9180326,4.9180326,4.9180326,4.9180326,4.5454545,4.5454545,4.5454545,4.6875,4.6875,3.4482758,3.4482758,3.4482758,3.4482758,3.4482758,3.3333333,4.9180326,4.9180326,4.9180326,4.9180326,4.5454545,4.5454545,4.5454545,4.6875,4.6875,3.4482758,3.4482758,3.4482758,3.4482758,3.4482758,3.3333333,4.9180326,4.9180326,4.9180326,4.9180326,4.5454545,4.5454545,4.5454545,4.6875,4.6875,3.4482758,3.4482758,3.4482758,3.4482758,3.4482758,3.3333333,4.9180326,4.9180326,4.9180326,4.9180326,4.5454545,4.5454545,4.5454545,4.6875,4.6875,3.4482758,3.4482758,3.4482758,3.4482758,3.4482758,3.3333333,4.9180326,4.9180326,4.9180326,4.9180326,4.5454545,4.5454545,4.5454545,4.6875,4.6875,3.4482758,3.4482758,3.4482758,3.4482758,3.4482758,3.3333333,4.9180326,4.9180326,4.9180326,4.9180326,4.5454545,4.5454545,4.5454545,4.6875,4.6875,3.4482758,3.4482758,3.4482758,3.4482758,3.4482758,3.3333333,4.9180326,4.9180326,4.9180326,4.9180326,4.5454545,4.5454545,4.5454545,4.6875,4.6875,3.4482758,3.4482758,3.4482758,3.4482758,3.4482758,3.3333333,4.9180326,4.9180326,4.9180326,4.9180326,4.5454545,4.5454545,4.5454545,4.6875,4.6875,3.4482758,3.4482758,3.4482758,3.4482758,3.4482758,3.3333333,4.9180326,4.9180326,4.9180326,4.9180326,4.5454545,4.5454545,4.5454545,4.6875,4.6875,3.4482758,3.4482758,3.4482758,3.4482758,3.4482758,3.3333333,4.9180326,4.9180326,4.9180326,4.9180326,4.5454545,4.5454545,4.5454545,4.6875,4.6875,3.4482758,3.4482758,3.4482758,3.4482758,3.4482758,3.3333333,4.9180326,4.9180326,4.9180326,4.9180326,4.5454545,4.5454545,4.5454545,4.6875,4.6875,3.4482758,3.4482758,3.4482758,3.4482758,3.4482758,3.3333333,4.9180326,4.9180326,4.9180326,4.9180326,4.5454545,4.5454545,4.5454545,4.6875,4.6875,3.4482758,3.4482758,3.4482758,3.4482758,3.4482758,3.3333333,4.9180326,4.9180326,4.9180326,4.9180326,4.5454545,4.5454545,4.5454545,4.6875,4.6875,3.4482758,3.4482758,3.4482758,3.4482758,3.4482758,3.3333333,4.9180326,4.9180326,4.9180326,4.9180326,4.5454545,4.5454545,4.5454545,4.6875,4.6875,3.4482758,3.4482758,3.4482758,3.4482758,3.4482758,3.3333333,4.9180326,4.9180326,4.9180326,4.9180326,4.5454545,4.5454545,4.5454545,4.6875,4.6875,3.4482758,3.4482758,3.4482758,3.4482758,3.4482758,3.3333333,4.9180326,4.9180326,4.9180326,4.9180326,4.5454545,4.5454545,4.5454545,4.6875,4.6875,3.4482758,3.4482758,3.4482758,3.4482758,3.4482758,3.3333333,4.9180326,4.9180326,4.9180326,4.9180326,4.5454545,4.5454545,4.5454545,4.6875,4.6875,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,10.526316,8.695652,8,8,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14.285714,14.285714,14,12.962963,12.962963,12.962963,12.962963,12.962963,12.962963,12.5,12.5,12.280702,12.280702,11.111111,11.111111,14.285714,14.285714,14,12.962963,12.962963,12.962963,12.962963,12.962963,12.962963,12.5,12.5,12.280702,12.280702,11.111111,11.111111,14.285714,14.285714,14,12.962963,12.962963,12.962963,12.962963,12.962963,12.962963,12.5,12.5,12.280702,12.280702,11.111111,11.111111,14.285714,14.285714,14,12.962963,12.962963,12.962963,12.962963,12.962963,12.962963,12.5,12.5,12.280702,12.280702,11.111111,11.111111,14.285714,14.285714,14,12.962963,12.962963,12.962963,12.962963,12.962963,12.962963,12.5,12.5,12.280702,12.280702,11.111111,11.111111,14.285714,14.285714,14,12.962963,12.962963,12.962963,12.962963,12.962963,12.962963,12.5,12.5,12.280702,12.280702,11.111111,11.111111,14.285714,14.285714,14,12.962963,12.962963,12.962963,12.962963,12.962963,12.962963,12.5,12.5,12.280702,12.280702,11.111111,11.111111,14.285714,14.285714,14,12.962963,12.962963,12.962963,12.962963,12.962963,12.962963,12.5,12.5,12.280702,12.280702,11.111111,11.111111,14.285714,14.285714,14,12.962963,12.962963,12.962963,12.962963,12.962963,12.962963,12.5,12.5,12.280702,12.280702,11.111111,11.111111,14.285714,14.285714,14,12.962963,12.962963,12.962963,12.962963,12.962963,12.962963,12.5,12.5,12.280702,12.280702,11.111111,11.111111,14.285714,14.285714,14,12.962963,12.962963,12.962963,12.962963,12.962963,12.962963,12.5,12.5,12.280702,12.280702,11.111111,11.111111,14.285714,14.285714,14,12.962963,12.962963,12.962963,12.962963,12.962963,12.962963,12.5,12.5,12.280702,12.280702,11.111111,11.111111,14.285714,14.285714,14,12.962963,12.962963,12.962963,12.962963,12.962963,12.962963,12.5,12.5,12.280702,12.280702,11.111111,11.111111,14.285714,14.285714,14,12.962963,12.962963,12.962963,12.962963,12.962963,12.962963,12.5,12.5,12.280702,12.280702,11.111111,11.111111,14.285714,14.285714,14,12.962963,12.962963,12.962963,12.962963,12.962963,12.962963,12.5,12.5,12.280702,12.280702,11.111111,11.111111,14.285714,14.285714,14,12.962963,12.962963,12.962963,12.962963,12.962963,12.962963,12.5,12.5,12.280702,12.280702,11.111111,11.111111,14.285714,14.285714,14,12.962963,12.962963,12.962963,12.962963,12.962963,12.962963,12.5,12.5,12.280702,12.280702,11.111111,11.111111,14.285714,14.285714,14,12.962963,12.962963,12.962963,12.962963,12.962963,12.962963,12.5,12.5,12.280702,12.280702,11.111111,11.111111,14.285714,14.285714,14,12.962963,12.962963,12.962963,12.962963,12.962963,12.962963,12.5,12.5,12.280702,12.280702,11.111111,11.111111,14.285714,14.285714,14,12.962963,12.962963,12.962963,12.962963,12.962963,12.962963,12.5,12.5,12.280702,12.280702,11.111111,11.111111,14.285714,14.285714,14,12.962963,12.962963,12.962963,12.962963,12.962963,12.962963,12.5,12.5,12.280702,12.280702,11.111111,11.111111,14.285714,14.285714,14,12.962963,12.962963,12.962963,12.962963,12.962963,12.962963,12.5,12.5,12.280702,12.280702,11.111111,11.111111,14.285714,14.285714,14,12.962963,12.962963,12.962963,12.962963,12.962963,12.962963,12.5,12.5,12.280702,12.280702,11.111111,11.111111,14.285714,14.285714,14,12.962963,12.962963,12.962963,12.962963,12.962963,12.962963,12.5,12.5,12.280702,12.280702,11.111111,11.111111,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,4.347826,4.347826,4.347826,4.347826,4.347826,4.347826,5,5,5,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,15.384615,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,20,20,25,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,30,30,30,30,20,20,20,25,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,30,30,30,30,20,20,20,25,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,30,30,30,30,20,20,20,25,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,30,30,30,30,20,20,20,25,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,30,30,30,30,20,20,20,25,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,30,30,30,30,20,20,20,25,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,30,30,30,30,20,20,20,25,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,30,30,30,30,20,20,20,25,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,30,30,30,30,20,20,20,25,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,27.272728,30,30,30,30,11.111111,10.714286,10.526316,10.526316,9.5238094,9.5238094,9.5238094,9.5238094,9.090909,9.090909,8.955224,8.955224,8.955224,8.955224,8.955224,11.111111,10.714286,10.526316,10.526316,9.5238094,9.5238094,9.5238094,9.5238094,9.090909,9.090909,8.955224,8.955224,8.955224,8.955224,8.955224,11.111111,10.714286,10.526316,10.526316,9.5238094,9.5238094,9.5238094,9.5238094,9.090909,9.090909,8.955224,8.955224,8.955224,8.955224,8.955224,11.111111,10.714286,10.526316,10.526316,9.5238094,9.5238094,9.5238094,9.5238094,9.090909,9.090909,8.955224,8.955224,8.955224,8.955224,8.955224,11.111111,10.714286,10.526316,10.526316,9.5238094,9.5238094,9.5238094,9.5238094,9.090909,9.090909,8.955224,8.955224,8.955224,8.955224,8.955224,11.111111,10.714286,10.526316,10.526316,9.5238094,9.5238094,9.5238094,9.5238094,9.090909,9.090909,8.955224,8.955224,8.955224,8.955224,8.955224,11.111111,10.714286,10.526316,10.526316,9.5238094,9.5238094,9.5238094,9.5238094,9.090909,9.090909,8.955224,8.955224,8.955224,8.955224,8.955224,11.111111,10.714286,10.526316,10.526316,9.5238094,9.5238094,9.5238094,9.5238094,9.090909,9.090909,8.955224,8.955224,8.955224,8.955224,8.955224,11.111111,10.714286,10.526316,10.526316,9.5238094,9.5238094,9.5238094,9.5238094,9.090909,9.090909,8.955224,8.955224,8.955224,8.955224,8.955224,11.111111,10.714286,10.526316,10.526316,9.5238094,9.5238094,9.5238094,9.5238094,9.090909,9.090909,8.955224,8.955224,8.955224,8.955224,8.955224,11.111111,10.714286,10.526316,10.526316,9.5238094,9.5238094,9.5238094,9.5238094,9.090909,9.090909,8.955224,8.955224,8.955224,8.955224,8.955224,11.111111,10.714286,10.526316,10.526316,9.5238094,9.5238094,9.5238094,9.5238094,9.090909,9.090909,8.955224,8.955224,8.955224,8.955224,8.955224,11.111111,10.714286,10.526316,10.526316,9.5238094,9.5238094,9.5238094,9.5238094,9.090909,9.090909,8.955224,8.955224,8.955224,8.955224,8.955224,11.111111,10.714286,10.526316,10.526316,9.5238094,9.5238094,9.5238094,9.5238094,9.090909,9.090909,8.955224,8.955224,8.955224,8.955224,8.955224,11.111111,10.714286,10.526316,10.526316,9.5238094,9.5238094,9.5238094,9.5238094,9.090909,9.090909,8.955224,8.955224,8.955224,8.955224,8.955224,11.111111,10.714286,10.526316,10.526316,9.5238094,9.5238094,9.5238094,9.5238094,9.090909,9.090909,8.955224,8.955224,8.955224,8.955224,8.955224,11.111111,10.714286,10.526316,10.526316,9.5238094,9.5238094,9.5238094,9.5238094,9.090909,9.090909,8.955224,8.955224,8.955224,8.955224,8.955224,11.111111,10.714286,10.526316,10.526316,9.5238094,9.5238094,9.5238094,9.5238094,9.090909,9.090909,8.955224,8.955224,8.955224,8.955224,8.955224,11.111111,10.714286,10.526316,10.526316,9.5238094,9.5238094,9.5238094,9.5238094,9.090909,9.090909,8.955224,8.955224,8.955224,8.955224,8.955224,11.111111,10.714286,10.526316,10.526316,9.5238094,9.5238094,9.5238094,9.5238094,9.090909,9.090909,8.955224,8.955224,8.955224,8.955224,8.955224,11.111111,10.714286,10.526316,10.526316,9.5238094,9.5238094,9.5238094,9.5238094,9.090909,9.090909,8.955224,8.955224,8.955224,8.955224,8.955224,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.3333333,3.2786884,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.125,3.125,3.125,3.125,3.1746032,2.7777777,2.6666667,3.3333333,3.2786884,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.125,3.125,3.125,3.125,3.1746032,2.7777777,2.6666667,3.3333333,3.2786884,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.125,3.125,3.125,3.125,3.1746032,2.7777777,2.6666667,3.3333333,3.2786884,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.125,3.125,3.125,3.125,3.1746032,2.7777777,2.6666667,3.3333333,3.2786884,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.125,3.125,3.125,3.125,3.1746032,2.7777777,2.6666667,3.3333333,3.2786884,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.125,3.125,3.125,3.125,3.1746032,2.7777777,2.6666667,3.3333333,3.2786884,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.125,3.125,3.125,3.125,3.1746032,2.7777777,2.6666667,3.3333333,3.2786884,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.125,3.125,3.125,3.125,3.1746032,2.7777777,2.6666667,3.3333333,3.2786884,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.125,3.125,3.125,3.125,3.1746032,2.7777777,2.6666667,3.3333333,3.2786884,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.125,3.125,3.125,3.125,3.1746032,2.7777777,2.6666667,3.3333333,3.2786884,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.125,3.125,3.125,3.125,3.1746032,2.7777777,2.6666667,3.3333333,3.2786884,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.125,3.125,3.125,3.125,3.1746032,2.7777777,2.6666667,3.3333333,3.2786884,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.125,3.125,3.125,3.125,3.1746032,2.7777777,2.6666667,3.3333333,3.2786884,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.125,3.125,3.125,3.125,3.1746032,2.7777777,2.6666667,3.3333333,3.2786884,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.125,3.125,3.125,3.125,3.1746032,2.7777777,2.6666667,3.3333333,3.2786884,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.125,3.125,3.125,3.125,3.1746032,2.7777777,2.6666667,3.3333333,3.2786884,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.125,3.125,3.125,3.125,3.1746032,2.7777777,2.6666667,3.3333333,3.2786884,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.125,3.125,3.125,3.125,3.1746032,2.7777777,2.6666667,3.3333333,3.2786884,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.125,3.125,3.125,3.125,3.1746032,2.7777777,2.6666667,3.3333333,3.2786884,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.125,3.125,3.125,3.125,3.1746032,2.7777777,2.6666667,3.3333333,3.2786884,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.125,3.125,3.125,3.125,3.1746032,2.7777777,2.6666667,3.3333333,3.2786884,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.125,3.125,3.125,3.125,3.1746032,2.7777777,2.6666667,3.3333333,3.2786884,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.125,3.125,3.125,3.125,3.1746032,2.7777777,2.6666667,3.3333333,3.2786884,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.125,3.125,3.125,3.125,3.1746032,2.7777777,2.6666667,3.3333333,3.2786884,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.125,3.125,3.125,3.125,3.1746032,2.7777777,2.6666667,3.3333333,3.2786884,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.125,3.125,3.125,3.125,3.1746032,2.7777777,2.6666667,3.3333333,3.2786884,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.125,3.125,3.125,3.125,3.1746032,2.7777777,2.6666667,3.3333333,3.2786884,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.125,3.125,3.125,3.125,3.1746032,2.7777777,2.6666667,3.3333333,3.2786884,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.125,3.125,3.125,3.125,3.1746032,2.7777777,2.6666667,3.3333333,3.2786884,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.125,3.125,3.125,3.125,3.1746032,2.7777777,2.6666667,3.3333333,3.2786884,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.125,3.125,3.125,3.125,3.1746032,2.7777777,2.6666667,3.3333333,3.2786884,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.125,3.125,3.125,3.125,3.1746032,2.7777777,2.6666667,3.3333333,3.2786884,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.125,3.125,3.125,3.125,3.1746032,2.7777777,2.6666667,3.3333333,3.2786884,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.125,3.125,3.125,3.125,3.1746032,2.7777777,2.6666667,3.3333333,3.2786884,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.125,3.125,3.125,3.125,3.1746032,2.7777777,2.6666667,3.3333333,3.2786884,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.125,3.125,3.125,3.125,3.1746032,2.7777777,2.6666667,3.3333333,3.2786884,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.125,3.125,3.125,3.125,3.1746032,2.7777777,2.6666667,3.3333333,3.2786884,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.125,3.125,3.125,3.125,3.1746032,2.7777777,2.6666667,3.3333333,3.2786884,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.125,3.125,3.125,3.125,3.1746032,2.7777777,2.6666667,3.3333333,3.2786884,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.125,3.125,3.125,3.125,3.1746032,2.7777777,2.6666667,3.3333333,3.2786884,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.125,3.125,3.125,3.125,3.1746032,2.7777777,2.6666667,3.3333333,3.2786884,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.125,3.125,3.125,3.125,3.1746032,2.7777777,2.6666667,3.3333333,3.2786884,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.125,3.125,3.125,3.125,3.1746032,2.7777777,2.6666667,3.3333333,3.2786884,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.125,3.125,3.125,3.125,3.1746032,2.7777777,2.6666667,3.3333333,3.2786884,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.125,3.125,3.125,3.125,3.1746032,2.7777777,2.6666667,3.3333333,3.2786884,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.125,3.125,3.125,3.125,3.1746032,2.7777777,2.6666667,3.3333333,3.2786884,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.125,3.125,3.125,3.125,3.1746032,2.7777777,2.6666667,3.3333333,3.2786884,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.125,3.125,3.125,3.125,3.1746032,2.7777777,2.6666667,3.3333333,3.2786884,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.125,3.125,3.125,3.125,3.1746032,2.7777777,2.6666667,3.3333333,3.2786884,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.125,3.125,3.125,3.125,3.1746032,2.7777777,2.6666667,3.3333333,3.2786884,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.125,3.125,3.125,3.125,3.1746032,2.7777777,2.6666667,3.3333333,3.2786884,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.125,3.125,3.125,3.125,3.1746032,2.7777777,2.6666667,3.3333333,3.2786884,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.125,3.125,3.125,3.125,3.1746032,2.7777777,2.6666667,3.3333333,3.2786884,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.125,3.125,3.125,3.125,3.1746032,2.7777777,2.6666667,3.3333333,3.2786884,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.125,3.125,3.125,3.125,3.1746032,2.7777777,2.6666667,3.3333333,3.2786884,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.125,3.125,3.125,3.125,3.1746032,2.7777777,2.6666667,3.3333333,3.2786884,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.125,3.125,3.125,3.125,3.1746032,2.7777777,2.6666667,3.3333333,3.2786884,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.125,3.125,3.125,3.125,3.1746032,2.7777777,2.6666667,3.3333333,3.2786884,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.125,3.125,3.125,3.125,3.1746032,2.7777777,2.6666667,3.3333333,3.2786884,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.125,3.125,3.125,3.125,3.1746032,2.7777777,2.6666667,3.3333333,3.2786884,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.125,3.125,3.125,3.125,3.1746032,2.7777777,2.6666667,3.3333333,3.2786884,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,3.125,3.125,3.125,3.125,3.1746032,2.7777777,2.6666667,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,20,20,21.052631,13.793103,13.793103,13.793103,13.333333,13.333333,13.333333,13.333333,13.333333,13.793103,13.793103,13.333333,13.333333,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,2.7027028,2.7027028,2.7027028,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,2.7027028,2.7027028,2.7027028,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,2.7027028,2.7027028,2.7027028,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,2.7027028,2.7027028,2.7027028,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,2.7027028,2.7027028,2.7027028,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,2.7027028,2.7027028,2.7027028,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,2.7027028,2.7027028,2.7027028,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,2.7027028,2.7027028,2.7027028,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,2.7027028,2.7027028,2.7027028,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,2.7027028,2.7027028,2.7027028,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,2.7027028,2.7027028,2.7027028,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,2.7027028,2.7027028,2.7027028,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,2.7027028,2.7027028,2.7027028,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,2.7027028,2.7027028,2.7027028,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,2.7027028,2.7027028,2.7027028,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,2.7027028,2.7027028,2.7027028,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,2.7027028,2.7027028,2.7027028,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,2.7027028,2.7027028,2.7027028,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,2.7027028,2.7027028,2.7027028,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,2.7027028,2.7027028,2.7027028,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,2.7027028,2.7027028,2.7027028,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,2.7027028,2.7027028,2.7027028,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,2.7027028,2.7027028,2.7027028,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,2.7027028,2.7027028,2.7027028,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,2.7027028,2.7027028,2.7027028,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,2.7027028,2.7027028,2.7027028,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,2.7027028,2.7027028,2.7027028,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,2.7027028,2.7027028,2.7027028,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,2.7027028,2.7027028,2.7027028,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,2.7027028,2.7027028,2.7027028,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,2.7027028,2.7027028,2.7027028,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,2.7027028,2.7027028,2.7027028,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,2.7027028,2.7027028,2.7027028,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,2.7027028,2.7027028,2.7027028,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,2.7027028,2.7027028,2.7027028,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,2.7027028,2.7027028,2.7027028,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,2.7027028,2.7027028,2.7027028,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,2.7027028,2.7027028,2.7027028,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,2.7027028,2.7027028,2.7027028,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,2.7027028,2.7027028,2.7027028,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,2.7027028,2.7027028,2.7027028,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,2.7027028,2.7027028,2.7027028,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,2.7027028,2.7027028,2.7027028,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,2.7027028,2.7027028,2.7027028,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,2.7027028,2.7027028,2.7027028,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,2.7027028,2.7027028,2.7027028,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,2.7027028,2.7027028,2.7027028,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,2.7027028,2.7027028,2.7027028,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,2.7027028,2.7027028,2.7027028,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,2.7027028,2.7027028,2.7027028,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,2.7027028,2.7027028,2.7027028,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,2.7027028,2.7027028,2.7027028,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,2.7027028,2.7027028,2.7027028,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,2.7027028,2.7027028,2.7027028,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,2.7027028,2.7027028,2.7027028,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,2.7027028,2.7027028,2.7027028,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,2.7027028,2.7027028,2.7027028,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,2.7027028,2.7027028,2.7027028,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,2.7027028,2.7027028,2.7027028,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,2.7027028,2.7027028,2.7027028,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,2.7027028,2.7027028,2.7027028,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,2.7027028,2.7027028,2.7027028,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,2.7027028,2.7027028,2.7027028,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,2.7027028,2.7027028,2.7027028,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,2.7027028,2.7027028,2.7027028,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,2.7027028,2.7027028,2.7027028,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,2.7027028,2.7027028,2.7027028,2.7777777,2.7777777,2.7777777,2.7777777,8.8888893,8.8888893,8.8888893,8.8888893,8.8888893,8.8888893,8.8888893,8.8888893,8.8888893,8.8888893,8.8888893,8.8888893,8.8888893,8.8888893,9.3023252,8.8888893,8.8888893,8.8888893,8.8888893,8.8888893,8.8888893,8.8888893,8.8888893,8.8888893,8.8888893,8.8888893,8.8888893,8.8888893,8.8888893,9.3023252,8.8888893,8.8888893,8.8888893,8.8888893,8.8888893,8.8888893,8.8888893,8.8888893,8.8888893,8.8888893,8.8888893,8.8888893,8.8888893,8.8888893,9.3023252,8.8888893,8.8888893,8.8888893,8.8888893,8.8888893,8.8888893,8.8888893,8.8888893,8.8888893,8.8888893,8.8888893,8.8888893,8.8888893,8.8888893,9.3023252,8.8888893,8.8888893,8.8888893,8.8888893,8.8888893,8.8888893,8.8888893,8.8888893,8.8888893,8.8888893,8.8888893,8.8888893,8.8888893,8.8888893,9.3023252,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,26.666666,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,23.529411,21.052631,20,20,20,20,20,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 ),.Dim=c(3107,15)), domesticviolence_pc=structure(.Data=c( 9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,27.272728,27.272728,27.272728,27.272728,27.272728,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,27.272728,27.272728,27.272728,27.272728,27.272728,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,27.272728,27.272728,27.272728,27.272728,27.272728,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,27.272728,27.272728,27.272728,27.272728,27.272728,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,27.272728,27.272728,27.272728,27.272728,27.272728,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,27.272728,27.272728,27.272728,27.272728,27.272728,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,27.272728,27.272728,27.272728,27.272728,27.272728,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,27.272728,27.272728,27.272728,27.272728,27.272728,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,27.272728,27.272728,27.272728,27.272728,27.272728,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,27.272728,27.272728,27.272728,27.272728,27.272728,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,27.272728,27.272728,27.272728,27.272728,27.272728,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,27.272728,27.272728,27.272728,27.272728,27.272728,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,27.272728,27.272728,27.272728,27.272728,27.272728,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,27.272728,27.272728,27.272728,27.272728,27.272728,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,23.076923,27.272728,27.272728,27.272728,27.272728,27.272728,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,0,0,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,0,0,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,0,0,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,0,0,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,0,0,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,0,0,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,0,0,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,0,0,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,0,0,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,0,0,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,0,0,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,0,0,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,0,0,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,0,0,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,0,0,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,0,0,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,0,0,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,0,0,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,0,0,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,0,0,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,0,0,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,0,0,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,0,0,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,0,0,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,0,0,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,0,0,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,0,0,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,0,0,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,0,0,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,0,0,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,0,0,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,0,0,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,0,0,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,0,0,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,0,0,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,0,0,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,0,0,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,0,0,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,0,0,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,0,0,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,0,0,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,0,0,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,0,0,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,0,0,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,0,0,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,0,0,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,0,0,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,0,0,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,0,0,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,0,0,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,0,0,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,0,0,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,0,0,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,0,0,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,0,0,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,0,0,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,0,0,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,0,0,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,0,0,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,0,0,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,0,0,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,0,0,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,0,0,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,0,0,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,0,0,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,0,0,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,0,0,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,0,0,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,0,0,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,0,0,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,0,0,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,0,0,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,0,0,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,0,0,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,0,0,16.470589,16.27907,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.085106,17.894737,18.181818,18,16.470589,16.27907,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.085106,17.894737,18.181818,18,16.470589,16.27907,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.085106,17.894737,18.181818,18,16.470589,16.27907,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.085106,17.894737,18.181818,18,16.470589,16.27907,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.085106,17.894737,18.181818,18,16.470589,16.27907,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.085106,17.894737,18.181818,18,16.470589,16.27907,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.085106,17.894737,18.181818,18,16.470589,16.27907,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.085106,17.894737,18.181818,18,16.470589,16.27907,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.085106,17.894737,18.181818,18,16.470589,16.27907,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.085106,17.894737,18.181818,18,16.470589,16.27907,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.085106,17.894737,18.181818,18,16.470589,16.27907,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.085106,17.894737,18.181818,18,16.470589,16.27907,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.085106,17.894737,18.181818,18,16.470589,16.27907,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.085106,17.894737,18.181818,18,16.470589,16.27907,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.085106,17.894737,18.181818,18,16.470589,16.27907,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.085106,17.894737,18.181818,18,16.470589,16.27907,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.085106,17.894737,18.181818,18,16.470589,16.27907,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.085106,17.894737,18.181818,18,16.470589,16.27907,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.085106,17.894737,18.181818,18,16.470589,16.27907,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.085106,17.894737,18.181818,18,16.470589,16.27907,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.085106,17.894737,18.181818,18,16.470589,16.27907,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.085106,17.894737,18.181818,18,16.470589,16.27907,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.085106,17.894737,18.181818,18,16.470589,16.27907,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.085106,17.894737,18.181818,18,16.470589,16.27907,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.085106,17.894737,18.181818,18,16.470589,16.27907,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.085106,17.894737,18.181818,18,16.470589,16.27907,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.085106,17.894737,18.181818,18,16.470589,16.27907,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.085106,17.894737,18.181818,18,16.470589,16.27907,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.085106,17.894737,18.181818,18,16.470589,16.27907,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.085106,17.894737,18.181818,18,16.470589,16.27907,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.085106,17.894737,18.181818,18,16.470589,16.27907,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.085106,17.894737,18.181818,18,16.470589,16.27907,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.085106,17.894737,18.181818,18,16.470589,16.27907,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.085106,17.894737,18.181818,18,16.470589,16.27907,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.085106,17.894737,18.181818,18,16.470589,16.27907,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.085106,17.894737,18.181818,18,16.470589,16.27907,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.085106,17.894737,18.181818,18,16.470589,16.27907,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.085106,17.894737,18.181818,18,16.470589,16.27907,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.085106,17.894737,18.181818,18,16.470589,16.27907,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.085106,17.894737,18.181818,18,16.470589,16.27907,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.085106,17.894737,18.181818,18,16.470589,16.27907,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.085106,17.894737,18.181818,18,16.470589,16.27907,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.085106,17.894737,18.181818,18,16.470589,16.27907,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.085106,17.894737,18.181818,18,16.470589,16.27907,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.085106,17.894737,18.181818,18,16.470589,16.27907,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.085106,17.894737,18.181818,18,16.470589,16.27907,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.085106,17.894737,18.181818,18,16.470589,16.27907,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.085106,17.894737,18.181818,18,16.470589,16.27907,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.085106,17.894737,18.181818,18,16.470589,16.27907,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.085106,17.894737,18.181818,18,16.470589,16.27907,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.085106,17.894737,18.181818,18,16.470589,16.27907,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.085106,17.894737,18.181818,18,16.470589,16.27907,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.085106,17.894737,18.181818,18,16.470589,16.27907,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.085106,17.894737,18.181818,18,16.470589,16.27907,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.085106,17.894737,18.181818,18,16.470589,16.27907,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.085106,17.894737,18.181818,18,16.470589,16.27907,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.085106,17.894737,18.181818,18,16.470589,16.27907,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.27957,18.085106,17.894737,18.181818,18,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,23.333334,23.333334,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,23.333334,23.333334,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,23.333334,23.333334,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,23.333334,23.333334,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,23.333334,23.333334,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,23.333334,23.333334,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,23.333334,23.333334,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,23.333334,23.333334,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,23.333334,23.333334,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,23.333334,23.333334,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,23.333334,23.333334,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,23.333334,23.333334,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,23.333334,23.333334,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,23.333334,23.333334,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,23.333334,23.333334,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,23.333334,23.333334,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,23.333334,23.333334,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,23.333334,23.333334,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,23.333334,23.333334,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,23.333334,23.333334,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,23.333334,23.333334,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,23.333334,23.333334,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,23.333334,23.333334,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,23.333334,23.333334,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,23.333334,23.333334,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,23.333334,23.333334,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,23.333334,23.333334,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,23.333334,23.333334,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,23.333334,23.333334,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,23.333334,23.333334,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,23.333334,23.333334,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,23.333334,23.333334,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,23.333334,23.333334,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,23.333334,23.333334,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,23.333334,23.333334,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,23.333334,23.333334,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,23.333334,23.333334,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,23.333334,23.333334,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,23.333334,23.333334,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,23.333334,23.333334,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,23.333334,23.333334,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,23.333334,23.333334,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,23.333334,23.333334,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,23.333334,23.333334,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,23.333334,23.333334,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,23.333334,23.333334,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,23.333334,23.333334,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,23.333334,23.333334,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,23.333334,23.333334,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,23.333334,23.333334,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,23.333334,23.333334,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,23.333334,23.333334,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,23.333334,23.333334,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,23.333334,23.333334,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,23.333334,23.333334,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,23.333334,23.333334,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,23.333334,23.333334,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,23.333334,23.333334,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,23.333334,23.333334,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,23.333334,23.333334,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,23.333334,23.333334,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,23.333334,23.333334,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,23.333334,23.333334,8.333333,6.25,6.25,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,5.8823528,23.333334,23.333334,16.41791,16.41791,16.41791,16.41791,16.17647,15.942029,15.942029,15.714286,15.714286,15.714286,15.714286,15.714286,15.714286,13.253012,13.095238,16.41791,16.41791,16.41791,16.41791,16.17647,15.942029,15.942029,15.714286,15.714286,15.714286,15.714286,15.714286,15.714286,13.253012,13.095238,16.41791,16.41791,16.41791,16.41791,16.17647,15.942029,15.942029,15.714286,15.714286,15.714286,15.714286,15.714286,15.714286,13.253012,13.095238,16.41791,16.41791,16.41791,16.41791,16.17647,15.942029,15.942029,15.714286,15.714286,15.714286,15.714286,15.714286,15.714286,13.253012,13.095238,16.41791,16.41791,16.41791,16.41791,16.17647,15.942029,15.942029,15.714286,15.714286,15.714286,15.714286,15.714286,15.714286,13.253012,13.095238,16.41791,16.41791,16.41791,16.41791,16.17647,15.942029,15.942029,15.714286,15.714286,15.714286,15.714286,15.714286,15.714286,13.253012,13.095238,16.41791,16.41791,16.41791,16.41791,16.17647,15.942029,15.942029,15.714286,15.714286,15.714286,15.714286,15.714286,15.714286,13.253012,13.095238,16.41791,16.41791,16.41791,16.41791,16.17647,15.942029,15.942029,15.714286,15.714286,15.714286,15.714286,15.714286,15.714286,13.253012,13.095238,12.5,12.5,12,8.333333,8.333333,8.333333,8.333333,12,15.384615,15.384615,15.384615,15.384615,15.384615,10.810811,10.526316,12.5,12.5,12,8.333333,8.333333,8.333333,8.333333,12,15.384615,15.384615,15.384615,15.384615,15.384615,10.810811,10.526316,12.5,12.5,12,8.333333,8.333333,8.333333,8.333333,12,15.384615,15.384615,15.384615,15.384615,15.384615,10.810811,10.526316,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.5454545,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,4.7619047,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15.517241,15.517241,15.517241,15.517241,15.517241,15,14.754098,14.754098,14.754098,14.754098,21.212122,21.212122,21.212122,25,25,15.517241,15.517241,15.517241,15.517241,15.517241,15,14.754098,14.754098,14.754098,14.754098,21.212122,21.212122,21.212122,25,25,15.517241,15.517241,15.517241,15.517241,15.517241,15,14.754098,14.754098,14.754098,14.754098,21.212122,21.212122,21.212122,25,25,15.517241,15.517241,15.517241,15.517241,15.517241,15,14.754098,14.754098,14.754098,14.754098,21.212122,21.212122,21.212122,25,25,15.517241,15.517241,15.517241,15.517241,15.517241,15,14.754098,14.754098,14.754098,14.754098,21.212122,21.212122,21.212122,25,25,15.517241,15.517241,15.517241,15.517241,15.517241,15,14.754098,14.754098,14.754098,14.754098,21.212122,21.212122,21.212122,25,25,15.517241,15.517241,15.517241,15.517241,15.517241,15,14.754098,14.754098,14.754098,14.754098,21.212122,21.212122,21.212122,25,25,15.517241,15.517241,15.517241,15.517241,15.517241,15,14.754098,14.754098,14.754098,14.754098,21.212122,21.212122,21.212122,25,25,15.517241,15.517241,15.517241,15.517241,15.517241,15,14.754098,14.754098,14.754098,14.754098,21.212122,21.212122,21.212122,25,25,15.517241,15.517241,15.517241,15.517241,15.517241,15,14.754098,14.754098,14.754098,14.754098,21.212122,21.212122,21.212122,25,25,15.517241,15.517241,15.517241,15.517241,15.517241,15,14.754098,14.754098,14.754098,14.754098,21.212122,21.212122,21.212122,25,25,15.517241,15.517241,15.517241,15.517241,15.517241,15,14.754098,14.754098,14.754098,14.754098,21.212122,21.212122,21.212122,25,25,15.517241,15.517241,15.517241,15.517241,15.517241,15,14.754098,14.754098,14.754098,14.754098,21.212122,21.212122,21.212122,25,25,15.517241,15.517241,15.517241,15.517241,15.517241,15,14.754098,14.754098,14.754098,14.754098,21.212122,21.212122,21.212122,25,25,15.517241,15.517241,15.517241,15.517241,15.517241,15,14.754098,14.754098,14.754098,14.754098,21.212122,21.212122,21.212122,25,25,15.517241,15.517241,15.517241,15.517241,15.517241,15,14.754098,14.754098,14.754098,14.754098,21.212122,21.212122,21.212122,25,25,15.517241,15.517241,15.517241,15.517241,15.517241,15,14.754098,14.754098,14.754098,14.754098,21.212122,21.212122,21.212122,25,25,15.517241,15.517241,15.517241,15.517241,15.517241,15,14.754098,14.754098,14.754098,14.754098,21.212122,21.212122,21.212122,25,25,15.517241,15.517241,15.517241,15.517241,15.517241,15,14.754098,14.754098,14.754098,14.754098,21.212122,21.212122,21.212122,25,25,15.517241,15.517241,15.517241,15.517241,15.517241,15,14.754098,14.754098,14.754098,14.754098,21.212122,21.212122,21.212122,25,25,15.517241,15.517241,15.517241,15.517241,15.517241,15,14.754098,14.754098,14.754098,14.754098,21.212122,21.212122,21.212122,25,25,15.517241,15.517241,15.517241,15.517241,15.517241,15,14.754098,14.754098,14.754098,14.754098,21.212122,21.212122,21.212122,25,25,15.517241,15.517241,15.517241,15.517241,15.517241,15,14.754098,14.754098,14.754098,14.754098,21.212122,21.212122,21.212122,25,25,15.517241,15.517241,15.517241,15.517241,15.517241,15,14.754098,14.754098,14.754098,14.754098,21.212122,21.212122,21.212122,25,25,15.517241,15.517241,15.517241,15.517241,15.517241,15,14.754098,14.754098,14.754098,14.754098,21.212122,21.212122,21.212122,25,25,15.517241,15.517241,15.517241,15.517241,15.517241,15,14.754098,14.754098,14.754098,14.754098,21.212122,21.212122,21.212122,25,25,15.517241,15.517241,15.517241,15.517241,15.517241,15,14.754098,14.754098,14.754098,14.754098,21.212122,21.212122,21.212122,25,25,15.517241,15.517241,15.517241,15.517241,15.517241,15,14.754098,14.754098,14.754098,14.754098,21.212122,21.212122,21.212122,25,25,15.517241,15.517241,15.517241,15.517241,15.517241,15,14.754098,14.754098,14.754098,14.754098,21.212122,21.212122,21.212122,25,25,15.517241,15.517241,15.517241,15.517241,15.517241,15,14.754098,14.754098,14.754098,14.754098,21.212122,21.212122,21.212122,25,25,15.517241,15.517241,15.517241,15.517241,15.517241,15,14.754098,14.754098,14.754098,14.754098,21.212122,21.212122,21.212122,25,25,15.517241,15.517241,15.517241,15.517241,15.517241,15,14.754098,14.754098,14.754098,14.754098,21.212122,21.212122,21.212122,25,25,15.517241,15.517241,15.517241,15.517241,15.517241,15,14.754098,14.754098,14.754098,14.754098,21.212122,21.212122,21.212122,25,25,15.517241,15.517241,15.517241,15.517241,15.517241,15,14.754098,14.754098,14.754098,14.754098,21.212122,21.212122,21.212122,25,25,15.517241,15.517241,15.517241,15.517241,15.517241,15,14.754098,14.754098,14.754098,14.754098,21.212122,21.212122,21.212122,25,25,15.517241,15.517241,15.517241,15.517241,15.517241,15,14.754098,14.754098,14.754098,14.754098,21.212122,21.212122,21.212122,25,25,15.517241,15.517241,15.517241,15.517241,15.517241,15,14.754098,14.754098,14.754098,14.754098,21.212122,21.212122,21.212122,25,25,15.517241,15.517241,15.517241,15.517241,15.517241,15,14.754098,14.754098,14.754098,14.754098,21.212122,21.212122,21.212122,25,25,15.517241,15.517241,15.517241,15.517241,15.517241,15,14.754098,14.754098,14.754098,14.754098,21.212122,21.212122,21.212122,25,25,15.517241,15.517241,15.517241,15.517241,15.517241,15,14.754098,14.754098,14.754098,14.754098,21.212122,21.212122,21.212122,25,25,15.517241,15.517241,15.517241,15.517241,15.517241,15,14.754098,14.754098,14.754098,14.754098,21.212122,21.212122,21.212122,25,25,15.517241,15.517241,15.517241,15.517241,15.517241,15,14.754098,14.754098,14.754098,14.754098,21.212122,21.212122,21.212122,25,25,15.517241,15.517241,15.517241,15.517241,15.517241,15,14.754098,14.754098,14.754098,14.754098,21.212122,21.212122,21.212122,25,25,15.517241,15.517241,15.517241,15.517241,15.517241,15,14.754098,14.754098,14.754098,14.754098,21.212122,21.212122,21.212122,25,25,15.517241,15.517241,15.517241,15.517241,15.517241,15,14.754098,14.754098,14.754098,14.754098,21.212122,21.212122,21.212122,25,25,15.517241,15.517241,15.517241,15.517241,15.517241,15,14.754098,14.754098,14.754098,14.754098,21.212122,21.212122,21.212122,25,25,15.517241,15.517241,15.517241,15.517241,15.517241,15,14.754098,14.754098,14.754098,14.754098,21.212122,21.212122,21.212122,25,25,15.517241,15.517241,15.517241,15.517241,15.517241,15,14.754098,14.754098,14.754098,14.754098,21.212122,21.212122,21.212122,25,25,15.517241,15.517241,15.517241,15.517241,15.517241,15,14.754098,14.754098,14.754098,14.754098,21.212122,21.212122,21.212122,25,25,15.517241,15.517241,15.517241,15.517241,15.517241,15,14.754098,14.754098,14.754098,14.754098,21.212122,21.212122,21.212122,25,25,15.517241,15.517241,15.517241,15.517241,15.517241,15,14.754098,14.754098,14.754098,14.754098,21.212122,21.212122,21.212122,25,25,15.517241,15.517241,15.517241,15.517241,15.517241,15,14.754098,14.754098,14.754098,14.754098,21.212122,21.212122,21.212122,25,25,15.517241,15.517241,15.517241,15.517241,15.517241,15,14.754098,14.754098,14.754098,14.754098,21.212122,21.212122,21.212122,25,25,15.517241,15.517241,15.517241,15.517241,15.517241,15,14.754098,14.754098,14.754098,14.754098,21.212122,21.212122,21.212122,25,25,15.517241,15.517241,15.517241,15.517241,15.517241,15,14.754098,14.754098,14.754098,14.754098,21.212122,21.212122,21.212122,25,25,15.517241,15.517241,15.517241,15.517241,15.517241,15,14.754098,14.754098,14.754098,14.754098,21.212122,21.212122,21.212122,25,25,15.517241,15.517241,15.517241,15.517241,15.517241,15,14.754098,14.754098,14.754098,14.754098,21.212122,21.212122,21.212122,25,25,15.517241,15.517241,15.517241,15.517241,15.517241,15,14.754098,14.754098,14.754098,14.754098,21.212122,21.212122,21.212122,25,25,15.517241,15.517241,15.517241,15.517241,15.517241,15,14.754098,14.754098,14.754098,14.754098,21.212122,21.212122,21.212122,25,25,15.517241,15.517241,15.517241,15.517241,15.517241,15,14.754098,14.754098,14.754098,14.754098,21.212122,21.212122,21.212122,25,25,15.517241,15.517241,15.517241,15.517241,15.517241,15,14.754098,14.754098,14.754098,14.754098,21.212122,21.212122,21.212122,25,25,15.517241,15.517241,15.517241,15.517241,15.517241,15,14.754098,14.754098,14.754098,14.754098,21.212122,21.212122,21.212122,25,25,15.517241,15.517241,15.517241,15.517241,15.517241,15,14.754098,14.754098,14.754098,14.754098,21.212122,21.212122,21.212122,25,25,15.517241,15.517241,15.517241,15.517241,15.517241,15,14.754098,14.754098,14.754098,14.754098,21.212122,21.212122,21.212122,25,25,15.517241,15.517241,15.517241,15.517241,15.517241,15,14.754098,14.754098,14.754098,14.754098,21.212122,21.212122,21.212122,25,25,15.517241,15.517241,15.517241,15.517241,15.517241,15,14.754098,14.754098,14.754098,14.754098,21.212122,21.212122,21.212122,25,25,15.517241,15.517241,15.517241,15.517241,15.517241,15,14.754098,14.754098,14.754098,14.754098,21.212122,21.212122,21.212122,25,25,15.517241,15.517241,15.517241,15.517241,15.517241,15,14.754098,14.754098,14.754098,14.754098,21.212122,21.212122,21.212122,25,25,15.517241,15.517241,15.517241,15.517241,15.517241,15,14.754098,14.754098,14.754098,14.754098,21.212122,21.212122,21.212122,25,25,15.517241,15.517241,15.517241,15.517241,15.517241,15,14.754098,14.754098,14.754098,14.754098,21.212122,21.212122,21.212122,25,25,15.517241,15.517241,15.517241,15.517241,15.517241,15,14.754098,14.754098,14.754098,14.754098,21.212122,21.212122,21.212122,25,25,15.517241,15.517241,15.517241,15.517241,15.517241,15,14.754098,14.754098,14.754098,14.754098,21.212122,21.212122,21.212122,25,25,15.517241,15.517241,15.517241,15.517241,15.517241,15,14.754098,14.754098,14.754098,14.754098,21.212122,21.212122,21.212122,25,25,15.517241,15.517241,15.517241,15.517241,15.517241,15,14.754098,14.754098,14.754098,14.754098,21.212122,21.212122,21.212122,25,25,15.517241,15.517241,15.517241,15.517241,15.517241,15,14.754098,14.754098,14.754098,14.754098,21.212122,21.212122,21.212122,25,25,15.517241,15.517241,15.517241,15.517241,15.517241,15,14.754098,14.754098,14.754098,14.754098,21.212122,21.212122,21.212122,25,25,15.517241,15.517241,15.517241,15.517241,15.517241,15,14.754098,14.754098,14.754098,14.754098,21.212122,21.212122,21.212122,25,25,15.517241,15.517241,15.517241,15.517241,15.517241,15,14.754098,14.754098,14.754098,14.754098,21.212122,21.212122,21.212122,25,25,15.517241,15.517241,15.517241,15.517241,15.517241,15,14.754098,14.754098,14.754098,14.754098,21.212122,21.212122,21.212122,25,25,15.517241,15.517241,15.517241,15.517241,15.517241,15,14.754098,14.754098,14.754098,14.754098,21.212122,21.212122,21.212122,25,25,15.517241,15.517241,15.517241,15.517241,15.517241,15,14.754098,14.754098,14.754098,14.754098,21.212122,21.212122,21.212122,25,25,15.517241,15.517241,15.517241,15.517241,15.517241,15,14.754098,14.754098,14.754098,14.754098,21.212122,21.212122,21.212122,25,25,15.517241,15.517241,15.517241,15.517241,15.517241,15,14.754098,14.754098,14.754098,14.754098,21.212122,21.212122,21.212122,25,25,15.517241,15.517241,15.517241,15.517241,15.517241,15,14.754098,14.754098,14.754098,14.754098,21.212122,21.212122,21.212122,25,25,15.517241,15.517241,15.517241,15.517241,15.517241,15,14.754098,14.754098,14.754098,14.754098,21.212122,21.212122,21.212122,25,25,15.517241,15.517241,15.517241,15.517241,15.517241,15,14.754098,14.754098,14.754098,14.754098,21.212122,21.212122,21.212122,25,25,15.517241,15.517241,15.517241,15.517241,15.517241,15,14.754098,14.754098,14.754098,14.754098,21.212122,21.212122,21.212122,25,25,15.517241,15.517241,15.517241,15.517241,15.517241,15,14.754098,14.754098,14.754098,14.754098,21.212122,21.212122,21.212122,25,25,15.517241,15.517241,15.517241,15.517241,15.517241,15,14.754098,14.754098,14.754098,14.754098,21.212122,21.212122,21.212122,25,25,15.517241,15.517241,15.517241,15.517241,15.517241,15,14.754098,14.754098,14.754098,14.754098,21.212122,21.212122,21.212122,25,25,15.517241,15.517241,15.517241,15.517241,15.517241,15,14.754098,14.754098,14.754098,14.754098,21.212122,21.212122,21.212122,25,25,15.517241,15.517241,15.517241,15.517241,15.517241,15,14.754098,14.754098,14.754098,14.754098,21.212122,21.212122,21.212122,25,25,15.517241,15.517241,15.517241,15.517241,15.517241,15,14.754098,14.754098,14.754098,14.754098,21.212122,21.212122,21.212122,25,25,15.517241,15.517241,15.517241,15.517241,15.517241,15,14.754098,14.754098,14.754098,14.754098,21.212122,21.212122,21.212122,25,25,15.517241,15.517241,15.517241,15.517241,15.517241,15,14.754098,14.754098,14.754098,14.754098,21.212122,21.212122,21.212122,25,25,15.517241,15.517241,15.517241,15.517241,15.517241,15,14.754098,14.754098,14.754098,14.754098,21.212122,21.212122,21.212122,25,25,15.517241,15.517241,15.517241,15.517241,15.517241,15,14.754098,14.754098,14.754098,14.754098,21.212122,21.212122,21.212122,25,25,15.517241,15.517241,15.517241,15.517241,15.517241,15,14.754098,14.754098,14.754098,14.754098,21.212122,21.212122,21.212122,25,25,15.517241,15.517241,15.517241,15.517241,15.517241,15,14.754098,14.754098,14.754098,14.754098,21.212122,21.212122,21.212122,25,25,15.517241,15.517241,15.517241,15.517241,15.517241,15,14.754098,14.754098,14.754098,14.754098,21.212122,21.212122,21.212122,25,25,15.517241,15.517241,15.517241,15.517241,15.517241,15,14.754098,14.754098,14.754098,14.754098,21.212122,21.212122,21.212122,25,25,15.517241,15.517241,15.517241,15.517241,15.517241,15,14.754098,14.754098,14.754098,14.754098,21.212122,21.212122,21.212122,25,25,10,11.111111,11.111111,20,20,20,20,20,20,20,20,20,20,20,18.181818,10,11.111111,11.111111,20,20,20,20,20,20,20,20,20,20,20,18.181818,10,11.111111,11.111111,20,20,20,20,20,20,20,20,20,20,20,18.181818,10,11.111111,11.111111,20,20,20,20,20,20,20,20,20,20,20,18.181818,10,11.111111,11.111111,20,20,20,20,20,20,20,20,20,20,20,18.181818,10,11.111111,11.111111,20,20,20,20,20,20,20,20,20,20,20,18.181818,10,11.111111,11.111111,20,20,20,20,20,20,20,20,20,20,20,18.181818,10,11.111111,11.111111,20,20,20,20,20,20,20,20,20,20,20,18.181818,10,11.111111,11.111111,20,20,20,20,20,20,20,20,20,20,20,18.181818,10,11.111111,11.111111,20,20,20,20,20,20,20,20,20,20,20,18.181818,10,11.111111,11.111111,20,20,20,20,20,20,20,20,20,20,20,18.181818,10,11.111111,11.111111,20,20,20,20,20,20,20,20,20,20,20,18.181818,10,11.111111,11.111111,20,20,20,20,20,20,20,20,20,20,20,18.181818,10,11.111111,11.111111,20,20,20,20,20,20,20,20,20,20,20,18.181818,10,11.111111,11.111111,20,20,20,20,20,20,20,20,20,20,20,18.181818,10,11.111111,11.111111,20,20,20,20,20,20,20,20,20,20,20,18.181818,10,11.111111,11.111111,20,20,20,20,20,20,20,20,20,20,20,18.181818,10,11.111111,11.111111,20,20,20,20,20,20,20,20,20,20,20,18.181818,10,11.111111,11.111111,20,20,20,20,20,20,20,20,20,20,20,18.181818,10,11.111111,11.111111,20,20,20,20,20,20,20,20,20,20,20,18.181818,10,11.111111,11.111111,20,20,20,20,20,20,20,20,20,20,20,18.181818,10,11.111111,11.111111,20,20,20,20,20,20,20,20,20,20,20,18.181818,10,11.111111,11.111111,20,20,20,20,20,20,20,20,20,20,20,18.181818,10,11.111111,11.111111,20,20,20,20,20,20,20,20,20,20,20,18.181818,10,11.111111,11.111111,20,20,20,20,20,20,20,20,20,20,20,18.181818,10,11.111111,11.111111,20,20,20,20,20,20,20,20,20,20,20,18.181818,10,11.111111,11.111111,20,20,20,20,20,20,20,20,20,20,20,18.181818,10,11.111111,11.111111,20,20,20,20,20,20,20,20,20,20,20,18.181818,10,11.111111,11.111111,20,20,20,20,20,20,20,20,20,20,20,18.181818,10,11.111111,11.111111,20,20,20,20,20,20,20,20,20,20,20,18.181818,10,11.111111,11.111111,20,20,20,20,20,20,20,20,20,20,20,18.181818,10,11.111111,11.111111,20,20,20,20,20,20,20,20,20,20,20,18.181818,10,11.111111,11.111111,20,20,20,20,20,20,20,20,20,20,20,18.181818,10,11.111111,11.111111,20,20,20,20,20,20,20,20,20,20,20,18.181818,10,11.111111,11.111111,20,20,20,20,20,20,20,20,20,20,20,18.181818,10,11.111111,11.111111,20,20,20,20,20,20,20,20,20,20,20,18.181818,10,11.111111,11.111111,20,20,20,20,20,20,20,20,20,20,20,18.181818,10,11.111111,11.111111,20,20,20,20,20,20,20,20,20,20,20,18.181818,10,11.111111,11.111111,20,20,20,20,20,20,20,20,20,20,20,18.181818,10,11.111111,11.111111,20,20,20,20,20,20,20,20,20,20,20,18.181818,10,11.111111,11.111111,20,20,20,20,20,20,20,20,20,20,20,18.181818,10,11.111111,11.111111,20,20,20,20,20,20,20,20,20,20,20,18.181818,10,11.111111,11.111111,20,20,20,20,20,20,20,20,20,20,20,18.181818,10,11.111111,11.111111,20,20,20,20,20,20,20,20,20,20,20,18.181818,10,11.111111,11.111111,20,20,20,20,20,20,20,20,20,20,20,18.181818,10,11.111111,11.111111,20,20,20,20,20,20,20,20,20,20,20,18.181818,10,11.111111,11.111111,20,20,20,20,20,20,20,20,20,20,20,18.181818,10,11.111111,11.111111,20,20,20,20,20,20,20,20,20,20,20,18.181818,10,11.111111,11.111111,20,20,20,20,20,20,20,20,20,20,20,18.181818,10,11.111111,11.111111,20,20,20,20,20,20,20,20,20,20,20,18.181818,10,11.111111,11.111111,20,20,20,20,20,20,20,20,20,20,20,18.181818,10,11.111111,11.111111,20,20,20,20,20,20,20,20,20,20,20,18.181818,10,11.111111,11.111111,20,20,20,20,20,20,20,20,20,20,20,18.181818,10,11.111111,11.111111,20,20,20,20,20,20,20,20,20,20,20,18.181818,10,11.111111,11.111111,20,20,20,20,20,20,20,20,20,20,20,18.181818,10,11.111111,11.111111,20,20,20,20,20,20,20,20,20,20,20,18.181818,10,11.111111,11.111111,20,20,20,20,20,20,20,20,20,20,20,18.181818,10,11.111111,11.111111,20,20,20,20,20,20,20,20,20,20,20,18.181818,10,11.111111,11.111111,20,20,20,20,20,20,20,20,20,20,20,18.181818,10,11.111111,11.111111,20,20,20,20,20,20,20,20,20,20,20,18.181818,10,11.111111,11.111111,20,20,20,20,20,20,20,20,20,20,20,18.181818,10,11.111111,11.111111,20,20,20,20,20,20,20,20,20,20,20,18.181818,10,11.111111,11.111111,20,20,20,20,20,20,20,20,20,20,20,18.181818,10,11.111111,11.111111,20,20,20,20,20,20,20,20,20,20,20,18.181818,10,11.111111,11.111111,20,20,20,20,20,20,20,20,20,20,20,18.181818,10,11.111111,11.111111,20,20,20,20,20,20,20,20,20,20,20,18.181818,10,11.111111,11.111111,20,20,20,20,20,20,20,20,20,20,20,18.181818,10,11.111111,11.111111,20,20,20,20,20,20,20,20,20,20,20,18.181818,10,11.111111,11.111111,20,20,20,20,20,20,20,20,20,20,20,18.181818,10,11.111111,11.111111,20,20,20,20,20,20,20,20,20,20,20,18.181818,10,11.111111,11.111111,20,20,20,20,20,20,20,20,20,20,20,18.181818,10,11.111111,11.111111,20,20,20,20,20,20,20,20,20,20,20,18.181818,10,11.111111,11.111111,20,20,20,20,20,20,20,20,20,20,20,18.181818,10,11.111111,11.111111,20,20,20,20,20,20,20,20,20,20,20,18.181818,10,11.111111,11.111111,20,20,20,20,20,20,20,20,20,20,20,18.181818,10,11.111111,11.111111,20,20,20,20,20,20,20,20,20,20,20,18.181818,10,11.111111,11.111111,20,20,20,20,20,20,20,20,20,20,20,18.181818,10,11.111111,11.111111,20,20,20,20,20,20,20,20,20,20,20,18.181818,10,11.111111,11.111111,20,20,20,20,20,20,20,20,20,20,20,18.181818,10,11.111111,11.111111,20,20,20,20,20,20,20,20,20,20,20,18.181818,10,11.111111,11.111111,20,20,20,20,20,20,20,20,20,20,20,18.181818,10,11.111111,11.111111,20,20,20,20,20,20,20,20,20,20,20,18.181818,10,11.111111,11.111111,20,20,20,20,20,20,20,20,20,20,20,18.181818,10,11.111111,11.111111,20,20,20,20,20,20,20,20,20,20,20,18.181818,10,11.111111,11.111111,20,20,20,20,20,20,20,20,20,20,20,18.181818,10,11.111111,11.111111,20,20,20,20,20,20,20,20,20,20,20,18.181818,10,11.111111,11.111111,20,20,20,20,20,20,20,20,20,20,20,18.181818,10,11.111111,11.111111,20,20,20,20,20,20,20,20,20,20,20,18.181818,10,11.111111,11.111111,20,20,20,20,20,20,20,20,20,20,20,18.181818,10,11.111111,11.111111,20,20,20,20,20,20,20,20,20,20,20,18.181818,10,11.111111,11.111111,20,20,20,20,20,20,20,20,20,20,20,18.181818,10,11.111111,11.111111,20,20,20,20,20,20,20,20,20,20,20,18.181818,0,0,0,0,0,0,0,0,0,0,17.391304,16,16,16,16,0,0,0,0,0,0,0,0,0,0,17.391304,16,16,16,16,0,0,0,0,0,0,0,0,0,0,17.391304,16,16,16,16,0,0,0,0,0,0,0,0,0,0,17.391304,16,16,16,16,0,0,0,0,0,0,0,0,0,0,17.391304,16,16,16,16,0,0,0,0,0,0,0,0,0,0,17.391304,16,16,16,16,0,0,0,0,0,0,0,0,0,0,17.391304,16,16,16,16,0,0,0,0,0,0,0,0,0,0,17.391304,16,16,16,16,0,0,0,0,0,0,0,0,0,0,17.391304,16,16,16,16,0,0,0,0,0,0,0,0,0,0,17.391304,16,16,16,16,0,0,0,0,0,0,0,0,0,0,17.391304,16,16,16,16,0,0,0,0,0,0,0,0,0,0,17.391304,16,16,16,16,0,0,0,0,0,0,0,0,0,0,17.391304,16,16,16,16,0,0,0,0,0,0,0,0,0,0,17.391304,16,16,16,16,0,0,0,0,0,0,0,0,0,0,17.391304,16,16,16,16,0,0,0,0,0,0,0,0,0,0,17.391304,16,16,16,16,0,0,0,0,0,0,0,0,0,0,17.391304,16,16,16,16,0,0,0,0,0,0,0,0,0,0,17.391304,16,16,16,16,0,0,0,0,0,0,0,0,0,0,17.391304,16,16,16,16,0,0,0,0,0,0,0,0,0,0,17.391304,16,16,16,16,0,0,0,0,0,0,0,0,0,0,17.391304,16,16,16,16,0,0,0,0,0,0,0,0,0,0,17.391304,16,16,16,16,0,0,0,0,0,0,0,0,0,0,17.391304,16,16,16,16,0,0,0,0,0,0,0,0,0,0,17.391304,16,16,16,16,0,0,0,0,0,0,0,0,0,0,17.391304,16,16,16,16,0,0,0,0,0,0,0,0,0,0,17.391304,16,16,16,16,0,0,0,0,0,0,0,0,0,0,17.391304,16,16,16,16,0,0,0,0,0,0,0,0,0,0,17.391304,16,16,16,16,0,0,0,0,0,0,0,0,0,0,17.391304,16,16,16,16,0,0,0,0,0,0,0,0,0,0,17.391304,16,16,16,16,0,0,0,0,0,0,0,0,0,0,17.391304,16,16,16,16,0,0,0,0,0,0,0,0,0,0,17.391304,16,16,16,16,0,0,0,0,0,0,0,0,0,0,17.391304,16,16,16,16,0,0,0,0,0,0,0,0,0,0,17.391304,16,16,16,16,0,0,0,0,0,0,0,0,0,0,17.391304,16,16,16,16,0,0,0,0,0,0,0,0,0,0,17.391304,16,16,16,16,0,0,0,0,0,0,0,0,0,0,17.391304,16,16,16,16,0,0,0,0,0,0,0,0,0,0,17.391304,16,16,16,16,0,0,0,0,0,0,0,0,0,0,17.391304,16,16,16,16,0,0,0,0,0,0,0,0,0,0,17.391304,16,16,16,16,0,0,0,0,0,0,0,0,0,0,17.391304,16,16,16,16,0,0,0,0,0,0,0,0,0,0,17.391304,16,16,16,16,0,0,0,0,0,0,0,0,0,0,17.391304,16,16,16,16,0,0,0,0,0,0,0,0,0,0,17.391304,16,16,16,16,0,0,0,0,0,0,0,0,0,0,17.391304,16,16,16,16,0,0,0,0,0,0,0,0,0,0,17.391304,16,16,16,16,0,0,0,0,0,0,0,0,0,0,17.391304,16,16,16,16,0,0,0,0,0,0,0,0,0,0,17.391304,16,16,16,16,0,0,0,0,0,0,0,0,0,0,17.391304,16,16,16,16,0,0,0,0,0,0,0,0,0,0,17.391304,16,16,16,16,0,0,0,0,0,0,0,0,0,0,17.391304,16,16,16,16,0,0,0,0,0,0,0,0,0,0,17.391304,16,16,16,16,0,0,0,0,0,0,0,0,0,0,17.391304,16,16,16,16,0,0,0,0,0,0,0,0,0,0,17.391304,16,16,16,16,0,0,0,0,0,0,0,0,0,0,17.391304,16,16,16,16,0,0,0,0,0,0,0,0,0,0,17.391304,16,16,16,16,0,0,0,0,0,0,0,0,0,0,17.391304,16,16,16,16,0,0,0,0,0,0,0,0,0,0,17.391304,16,16,16,16,0,0,0,0,0,0,0,0,0,0,17.391304,16,16,16,16,0,0,0,0,0,0,0,0,0,0,17.391304,16,16,16,16,0,0,0,0,0,0,0,0,0,0,17.391304,16,16,16,16,0,0,0,0,0,0,0,0,0,0,17.391304,16,16,16,16,0,0,0,0,0,0,0,0,0,0,17.391304,16,16,16,16,0,0,0,0,0,0,0,0,0,0,17.391304,16,16,16,16,0,0,0,0,0,0,0,0,0,0,17.391304,16,16,16,16,0,0,0,0,0,0,0,0,0,0,17.391304,16,16,16,16,0,0,0,0,0,0,0,0,0,0,17.391304,16,16,16,16,0,0,0,0,0,0,0,0,0,0,17.391304,16,16,16,16,0,0,0,0,0,0,0,0,0,0,17.391304,16,16,16,16,0,0,0,0,0,0,0,0,0,0,17.391304,16,16,16,16,0,0,0,0,0,0,0,0,0,0,17.391304,16,16,16,16,0,0,0,0,0,0,0,0,0,0,17.391304,16,16,16,16,0,0,0,0,0,0,0,0,0,0,17.391304,16,16,16,16,0,0,0,0,0,0,0,0,0,0,17.391304,16,16,16,16,0,0,0,0,0,0,0,0,0,0,17.391304,16,16,16,16,0,0,0,0,0,0,0,0,0,0,17.391304,16,16,16,16,0,0,0,0,0,0,0,0,0,0,17.391304,16,16,16,16,0,0,0,0,0,0,0,0,0,0,17.391304,16,16,16,16,0,0,0,0,0,0,0,0,0,0,17.391304,16,16,16,16,0,0,0,0,0,0,0,0,0,0,17.391304,16,16,16,16,0,0,0,0,0,0,0,0,0,0,17.391304,16,16,16,16,0,0,0,0,0,0,0,0,0,0,17.391304,16,16,16,16,0,0,0,0,0,0,0,0,0,0,17.391304,16,16,16,16,0,0,0,0,0,0,0,0,0,0,17.391304,16,16,16,16,0,0,0,0,0,0,0,0,0,0,17.391304,16,16,16,16,0,0,0,0,0,0,0,0,0,0,17.391304,16,16,16,16,0,0,0,0,0,0,0,0,0,0,17.391304,16,16,16,16,0,0,0,0,0,0,0,0,0,0,17.391304,16,16,16,16,0,0,0,0,0,0,0,0,0,0,17.391304,16,16,16,16,0,0,0,0,0,0,0,0,0,0,17.391304,16,16,16,16,0,0,0,0,0,0,0,0,0,0,17.391304,16,16,16,16,0,0,0,0,0,0,0,0,0,0,17.391304,16,16,16,16,0,0,0,0,0,0,0,0,0,0,17.391304,16,16,16,16,0,0,0,0,0,0,0,0,0,0,17.391304,16,16,16,16,0,0,0,0,0,0,0,0,0,0,17.391304,16,16,16,16,0,0,0,0,0,0,0,0,0,0,17.391304,16,16,16,16,0,0,0,0,0,0,0,0,0,0,17.391304,16,16,16,16,0,0,0,0,0,0,0,0,0,0,17.391304,16,16,16,16,0,0,0,0,0,0,0,0,0,0,17.391304,16,16,16,16,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,0,0,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,0,0,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,0,0,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,0,0,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,0,0,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,0,0,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,0,0,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,0,0,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,0,0,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,0,0,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,0,0,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,0,0,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,0,0,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,0,0,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,0,0,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,0,0,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,0,0,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,0,0,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,0,0,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,0,0,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,0,0,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,0,0,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,0,0,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,0,0,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,0,0,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,0,0,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,0,0,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,0,0,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,0,0,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,0,0,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,0,0,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,0,0,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,0,0,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,0,0,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,0,0,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,0,0,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,0,0,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,0,0,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,0,0,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,0,0,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,0,0,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,0,0,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,0,0,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,0,0,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,0,0,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,0,0,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,0,0,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,0,0,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,0,0,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,0,0,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,0,0,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,0,0,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,0,0,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,0,0,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,0,0,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,0,0,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,0,0,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,0,0,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,0,0,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,0,0,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,0,0,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,0,0,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,0,0,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,0,0,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,0,0,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,0,0,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,0,0,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,0,0,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,0,0,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,0,0,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,0,0,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,0,0,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,0,0,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,0,0,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,0,0,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,0,0,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,0,0,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,0,0,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,0,0,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,0,0,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,0,0,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,0,0,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,0,0,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,0,0,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,0,0,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,0,0,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,0,0,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,0,0,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,0,0,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,0,0,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,0,0,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,0,0,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,0,0,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,0,0,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,0,0,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,0,0,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,0,0,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,0,0,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,0,0,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,0,0,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,0,0,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,0,0,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,0,0,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,0,0,0,0,0,0,0,6.6666665,6.6666665,7.1428571,7.1428571,7.1428571,9.090909,9.090909,14.285714,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.1632652,8.1632652,8,7.4074073,7.4074073,7.4074073,7.4074073,7.4074073,7.4074073,10.714286,10.714286,10.526316,10.526316,9.5238094,9.5238094,8.1632652,8.1632652,8,7.4074073,7.4074073,7.4074073,7.4074073,7.4074073,7.4074073,10.714286,10.714286,10.526316,10.526316,9.5238094,9.5238094,8.1632652,8.1632652,8,7.4074073,7.4074073,7.4074073,7.4074073,7.4074073,7.4074073,10.714286,10.714286,10.526316,10.526316,9.5238094,9.5238094,8.1632652,8.1632652,8,7.4074073,7.4074073,7.4074073,7.4074073,7.4074073,7.4074073,10.714286,10.714286,10.526316,10.526316,9.5238094,9.5238094,8.1632652,8.1632652,8,7.4074073,7.4074073,7.4074073,7.4074073,7.4074073,7.4074073,10.714286,10.714286,10.526316,10.526316,9.5238094,9.5238094,8.1632652,8.1632652,8,7.4074073,7.4074073,7.4074073,7.4074073,7.4074073,7.4074073,10.714286,10.714286,10.526316,10.526316,9.5238094,9.5238094,8.1632652,8.1632652,8,7.4074073,7.4074073,7.4074073,7.4074073,7.4074073,7.4074073,10.714286,10.714286,10.526316,10.526316,9.5238094,9.5238094,8.1632652,8.1632652,8,7.4074073,7.4074073,7.4074073,7.4074073,7.4074073,7.4074073,10.714286,10.714286,10.526316,10.526316,9.5238094,9.5238094,8.1632652,8.1632652,8,7.4074073,7.4074073,7.4074073,7.4074073,7.4074073,7.4074073,10.714286,10.714286,10.526316,10.526316,9.5238094,9.5238094,8.1632652,8.1632652,8,7.4074073,7.4074073,7.4074073,7.4074073,7.4074073,7.4074073,10.714286,10.714286,10.526316,10.526316,9.5238094,9.5238094,8.1632652,8.1632652,8,7.4074073,7.4074073,7.4074073,7.4074073,7.4074073,7.4074073,10.714286,10.714286,10.526316,10.526316,9.5238094,9.5238094,8.1632652,8.1632652,8,7.4074073,7.4074073,7.4074073,7.4074073,7.4074073,7.4074073,10.714286,10.714286,10.526316,10.526316,9.5238094,9.5238094,8.1632652,8.1632652,8,7.4074073,7.4074073,7.4074073,7.4074073,7.4074073,7.4074073,10.714286,10.714286,10.526316,10.526316,9.5238094,9.5238094,8.1632652,8.1632652,8,7.4074073,7.4074073,7.4074073,7.4074073,7.4074073,7.4074073,10.714286,10.714286,10.526316,10.526316,9.5238094,9.5238094,8.1632652,8.1632652,8,7.4074073,7.4074073,7.4074073,7.4074073,7.4074073,7.4074073,10.714286,10.714286,10.526316,10.526316,9.5238094,9.5238094,8.1632652,8.1632652,8,7.4074073,7.4074073,7.4074073,7.4074073,7.4074073,7.4074073,10.714286,10.714286,10.526316,10.526316,9.5238094,9.5238094,8.1632652,8.1632652,8,7.4074073,7.4074073,7.4074073,7.4074073,7.4074073,7.4074073,10.714286,10.714286,10.526316,10.526316,9.5238094,9.5238094,8.1632652,8.1632652,8,7.4074073,7.4074073,7.4074073,7.4074073,7.4074073,7.4074073,10.714286,10.714286,10.526316,10.526316,9.5238094,9.5238094,8.1632652,8.1632652,8,7.4074073,7.4074073,7.4074073,7.4074073,7.4074073,7.4074073,10.714286,10.714286,10.526316,10.526316,9.5238094,9.5238094,8.1632652,8.1632652,8,7.4074073,7.4074073,7.4074073,7.4074073,7.4074073,7.4074073,10.714286,10.714286,10.526316,10.526316,9.5238094,9.5238094,8.1632652,8.1632652,8,7.4074073,7.4074073,7.4074073,7.4074073,7.4074073,7.4074073,10.714286,10.714286,10.526316,10.526316,9.5238094,9.5238094,8.1632652,8.1632652,8,7.4074073,7.4074073,7.4074073,7.4074073,7.4074073,7.4074073,10.714286,10.714286,10.526316,10.526316,9.5238094,9.5238094,8.1632652,8.1632652,8,7.4074073,7.4074073,7.4074073,7.4074073,7.4074073,7.4074073,10.714286,10.714286,10.526316,10.526316,9.5238094,9.5238094,8.1632652,8.1632652,8,7.4074073,7.4074073,7.4074073,7.4074073,7.4074073,7.4074073,10.714286,10.714286,10.526316,10.526316,9.5238094,9.5238094,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,35.897434,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,35.897434,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,35.897434,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,35.897434,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,35.897434,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,35.897434,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,35.897434,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,35.897434,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,35.897434,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,35.897434,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,35.897434,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,35.897434,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,35.897434,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,35.897434,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,35.897434,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,35.897434,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,35.897434,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,35.897434,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,35.897434,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,35.897434,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,35.897434,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,35.897434,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,35.897434,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,35.897434,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,35.897434,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,35.897434,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,35.897434,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,35.897434,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,35.897434,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,35.897434,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,35.897434,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,35.897434,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,35.897434,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,35.897434,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,35.897434,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,35.897434,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,35.897434,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,35.897434,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,35.897434,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,35.897434,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,35.897434,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,35.897434,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,35.897434,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,35.897434,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,35.897434,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,35.897434,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,35.897434,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,35.897434,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,35.897434,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,35.897434,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,35.897434,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,35.897434,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,35.897434,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,35.897434,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,35.897434,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,35.897434,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,35.897434,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,35.897434,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,35.897434,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,35.897434,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,35.897434,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,35.897434,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,35.897434,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,35.897434,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,35.897434,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,35.897434,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,35.897434,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,35.897434,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,35.897434,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,35.897434,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,35.897434,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,35.897434,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,35.897434,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,35.897434,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,35.897434,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,35.897434,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,35.897434,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,35.897434,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,35.897434,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,35.897434,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,35.897434,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,35.897434,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,35.897434,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,35.897434,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,35.897434,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,35.897434,18.75,18.75,18.75,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,19.354839,35.897434,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,20,20,20,20,20,20,20,20,25,25,25,25,25,25,20,20,20,20,20,20,20,20,20,25,25,25,25,25,25,20,20,20,20,20,20,20,20,20,25,25,25,25,25,25,20,20,20,20,20,20,20,20,20,25,25,25,25,25,25,20,20,20,20,20,20,20,20,20,25,25,25,25,25,25,20,20,20,20,20,20,20,20,20,25,25,25,25,25,25,20,20,20,20,20,20,20,20,20,25,25,25,25,25,25,20,20,20,20,20,20,20,20,20,25,25,25,25,25,25,20,20,20,20,20,20,20,20,20,25,25,25,25,25,25,20,20,20,20,20,20,20,20,20,25,25,25,25,25,25,20,20,20,20,20,20,20,20,20,25,25,25,25,25,25,20,20,20,20,20,20,20,20,20,25,25,25,25,25,25,20,20,20,20,20,20,20,20,20,25,25,25,25,25,25,20,20,20,20,20,20,20,20,20,25,25,25,25,25,25,20,20,20,20,20,20,20,20,20,25,25,25,25,25,25,20,20,20,20,20,20,20,20,20,25,25,25,25,25,25,20,20,20,20,20,20,20,20,20,25,25,25,25,25,25,20,20,20,20,20,20,20,20,20,25,25,25,25,25,25,20,20,20,20,20,20,20,20,20,25,25,25,25,25,25,20,20,20,20,20,20,20,20,20,25,25,25,25,25,25,20,20,20,20,20,20,20,20,20,25,25,25,25,25,25,20,20,20,20,20,20,20,20,20,25,25,25,25,25,25,20,20,20,20,20,20,20,20,20,25,25,25,25,25,25,20,20,20,20,20,20,20,20,20,25,25,25,25,25,25,20,20,20,20,20,20,20,20,20,25,25,25,25,25,25,20,20,20,20,20,20,20,20,20,25,25,25,25,25,25,20,20,20,20,20,20,20,20,20,25,25,25,25,25,25,20,20,20,20,20,20,20,20,20,25,25,25,25,25,25,20,20,20,20,20,20,20,20,20,25,25,25,25,25,25,20,20,20,20,20,20,20,20,20,25,25,25,25,25,25,20,20,20,20,20,20,20,20,20,25,25,25,25,25,25,20,20,20,20,20,20,20,20,20,25,25,25,25,25,25,20,20,20,20,20,20,20,20,20,25,25,25,25,25,25,20,20,20,20,20,20,20,20,20,25,25,25,25,25,25,20,20,20,20,20,20,20,20,20,25,25,25,25,25,25,20,20,20,20,20,20,20,20,20,25,25,25,25,25,25,20,20,20,20,20,20,20,20,20,25,25,25,25,25,25,20,20,20,20,20,20,20,20,20,25,25,25,25,25,25,20,20,20,20,20,20,20,20,20,25,25,25,25,25,25,20,20,20,20,20,20,20,20,20,25,25,25,25,25,25,20,20,20,20,20,20,20,20,20,25,25,25,25,25,25,20,20,20,20,20,20,20,20,20,25,25,25,25,25,25,20,20,20,20,20,20,20,20,20,25,25,25,25,25,25,20,20,20,20,20,20,20,20,20,25,25,25,25,25,25,20,20,20,20,20,20,20,20,20,25,25,25,25,25,25,20,20,20,20,20,20,20,20,20,25,25,25,25,25,25,20,20,20,20,20,20,20,20,20,25,25,25,25,25,25,20,20,20,20,20,20,20,20,20,25,25,25,25,25,25,20,20,20,20,20,20,20,20,20,25,25,25,25,25,25,20,20,20,20,20,20,20,20,20,25,25,25,25,25,25,20,20,20,20,20,20,20,20,20,25,25,25,25,25,25,20,20,20,20,20,20,20,20,20,25,25,25,25,25,25,20,20,20,20,20,20,20,20,20,25,25,25,25,25,25,20,20,20,20,20,20,20,20,20,25,25,25,25,25,25,20,20,20,20,20,20,20,20,20,25,25,25,25,25,25,20,20,20,20,20,20,20,20,20,25,25,25,25,25,25,0,0,0,0,4.347826,4.347826,4.347826,4.7619047,4.7619047,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,0,0,0,0,4.347826,4.347826,4.347826,4.7619047,4.7619047,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,0,0,0,0,4.347826,4.347826,4.347826,4.7619047,4.7619047,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,0,0,0,0,4.347826,4.347826,4.347826,4.7619047,4.7619047,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,0,0,0,0,4.347826,4.347826,4.347826,4.7619047,4.7619047,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,0,0,0,0,4.347826,4.347826,4.347826,4.7619047,4.7619047,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,0,0,0,0,4.347826,4.347826,4.347826,4.7619047,4.7619047,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,0,0,0,0,4.347826,4.347826,4.347826,4.7619047,4.7619047,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,0,0,0,0,4.347826,4.347826,4.347826,4.7619047,4.7619047,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,0,0,0,0,4.347826,4.347826,4.347826,4.7619047,4.7619047,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,0,0,0,0,4.347826,4.347826,4.347826,4.7619047,4.7619047,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,0,0,0,0,4.347826,4.347826,4.347826,4.7619047,4.7619047,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,0,0,0,0,4.347826,4.347826,4.347826,4.7619047,4.7619047,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,0,0,0,0,4.347826,4.347826,4.347826,4.7619047,4.7619047,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,0,0,0,0,4.347826,4.347826,4.347826,4.7619047,4.7619047,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,0,0,0,0,4.347826,4.347826,4.347826,4.7619047,4.7619047,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,0,0,0,0,4.347826,4.347826,4.347826,4.7619047,4.7619047,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,0,0,0,0,4.347826,4.347826,4.347826,4.7619047,4.7619047,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,0,0,0,0,4.347826,4.347826,4.347826,4.7619047,4.7619047,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,0,0,0,0,4.347826,4.347826,4.347826,4.7619047,4.7619047,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,0,0,0,0,4.347826,4.347826,4.347826,4.7619047,4.7619047,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,0,0,0,0,4.347826,4.347826,4.347826,4.7619047,4.7619047,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,0,0,0,0,4.347826,4.347826,4.347826,4.7619047,4.7619047,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,0,0,0,0,4.347826,4.347826,4.347826,4.7619047,4.7619047,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,0,0,0,0,4.347826,4.347826,4.347826,4.7619047,4.7619047,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,0,0,0,0,4.347826,4.347826,4.347826,4.7619047,4.7619047,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,0,0,0,0,4.347826,4.347826,4.347826,4.7619047,4.7619047,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,0,0,0,0,4.347826,4.347826,4.347826,4.7619047,4.7619047,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,0,0,0,0,4.347826,4.347826,4.347826,4.7619047,4.7619047,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,0,0,0,0,4.347826,4.347826,4.347826,4.7619047,4.7619047,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,0,0,0,0,4.347826,4.347826,4.347826,4.7619047,4.7619047,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,0,0,0,0,4.347826,4.347826,4.347826,4.7619047,4.7619047,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,0,0,0,0,4.347826,4.347826,4.347826,4.7619047,4.7619047,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,0,0,0,0,4.347826,4.347826,4.347826,4.7619047,4.7619047,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,0,0,0,0,4.347826,4.347826,4.347826,4.7619047,4.7619047,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,0,0,0,0,4.347826,4.347826,4.347826,4.7619047,4.7619047,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,0,0,0,0,4.347826,4.347826,4.347826,4.7619047,4.7619047,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,0,0,0,0,4.347826,4.347826,4.347826,4.7619047,4.7619047,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,0,0,0,0,4.347826,4.347826,4.347826,4.7619047,4.7619047,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,0,0,0,0,4.347826,4.347826,4.347826,4.7619047,4.7619047,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,0,0,0,0,4.347826,4.347826,4.347826,4.7619047,4.7619047,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,0,0,0,0,4.347826,4.347826,4.347826,4.7619047,4.7619047,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,0,0,0,0,4.347826,4.347826,4.347826,4.7619047,4.7619047,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,0,0,0,0,4.347826,4.347826,4.347826,4.7619047,4.7619047,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,0,0,0,0,4.347826,4.347826,4.347826,4.7619047,4.7619047,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,0,0,0,0,4.347826,4.347826,4.347826,4.7619047,4.7619047,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,0,0,0,0,4.347826,4.347826,4.347826,4.7619047,4.7619047,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,0,0,0,0,4.347826,4.347826,4.347826,4.7619047,4.7619047,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,0,0,0,0,4.347826,4.347826,4.347826,4.7619047,4.7619047,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,0,0,0,0,4.347826,4.347826,4.347826,4.7619047,4.7619047,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,0,0,0,0,4.347826,4.347826,4.347826,4.7619047,4.7619047,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,0,0,0,0,4.347826,4.347826,4.347826,4.7619047,4.7619047,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,0,0,0,0,4.347826,4.347826,4.347826,4.7619047,4.7619047,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,0,0,0,0,4.347826,4.347826,4.347826,4.7619047,4.7619047,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,0,0,0,0,4.347826,4.347826,4.347826,4.7619047,4.7619047,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,0,0,0,0,4.347826,4.347826,4.347826,4.7619047,4.7619047,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,0,0,0,0,4.347826,4.347826,4.347826,4.7619047,4.7619047,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,0,0,0,0,4.347826,4.347826,4.347826,4.7619047,4.7619047,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,0,0,0,0,4.347826,4.347826,4.347826,4.7619047,4.7619047,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,0,0,0,0,4.347826,4.347826,4.347826,4.7619047,4.7619047,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,0,0,0,0,4.347826,4.347826,4.347826,4.7619047,4.7619047,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,0,0,0,0,4.347826,4.347826,4.347826,4.7619047,4.7619047,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,0,0,0,0,4.347826,4.347826,4.347826,4.7619047,4.7619047,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,0,0,0,0,4.347826,4.347826,4.347826,4.7619047,4.7619047,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,0,0,0,0,4.347826,4.347826,4.347826,4.7619047,4.7619047,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,0,0,0,0,4.347826,4.347826,4.347826,4.7619047,4.7619047,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,0,0,0,0,4.347826,4.347826,4.347826,4.7619047,4.7619047,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,0,0,0,0,4.347826,4.347826,4.347826,4.7619047,4.7619047,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,0,0,0,0,4.347826,4.347826,4.347826,4.7619047,4.7619047,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,0,0,0,0,4.347826,4.347826,4.347826,4.7619047,4.7619047,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,0,0,0,0,4.347826,4.347826,4.347826,4.7619047,4.7619047,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,0,0,0,0,4.347826,4.347826,4.347826,4.7619047,4.7619047,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,0,0,0,0,4.347826,4.347826,4.347826,4.7619047,4.7619047,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,0,0,0,0,4.347826,4.347826,4.347826,4.7619047,4.7619047,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,0,0,0,0,4.347826,4.347826,4.347826,4.7619047,4.7619047,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,0,0,0,0,4.347826,4.347826,4.347826,4.7619047,4.7619047,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,0,0,0,0,4.347826,4.347826,4.347826,4.7619047,4.7619047,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,0,0,0,0,4.347826,4.347826,4.347826,4.7619047,4.7619047,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,0,0,0,0,4.347826,4.347826,4.347826,4.7619047,4.7619047,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,0,0,0,0,4.347826,4.347826,4.347826,4.7619047,4.7619047,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,0,0,0,0,4.347826,4.347826,4.347826,4.7619047,4.7619047,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,0,0,0,0,4.347826,4.347826,4.347826,4.7619047,4.7619047,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,0,0,0,0,4.347826,4.347826,4.347826,4.7619047,4.7619047,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,0,0,0,0,4.347826,4.347826,4.347826,4.7619047,4.7619047,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,0,0,0,0,4.347826,4.347826,4.347826,4.7619047,4.7619047,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,0,0,0,0,4.347826,4.347826,4.347826,4.7619047,4.7619047,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,0,0,0,0,4.347826,4.347826,4.347826,4.7619047,4.7619047,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,0,0,0,0,4.347826,4.347826,4.347826,4.7619047,4.7619047,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,0,0,0,0,4.347826,4.347826,4.347826,4.7619047,4.7619047,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,0,0,0,0,4.347826,4.347826,4.347826,4.7619047,4.7619047,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,0,0,0,0,4.347826,4.347826,4.347826,4.7619047,4.7619047,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,0,0,0,0,4.347826,4.347826,4.347826,4.7619047,4.7619047,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,0,0,0,0,4.347826,4.347826,4.347826,4.7619047,4.7619047,13.636364,13.636364,13.636364,13.636364,13.636364,13.636364,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33.333332,33.333332,33.333332,41.666668,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,50,50,50,50,33.333332,33.333332,33.333332,41.666668,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,50,50,50,50,33.333332,33.333332,33.333332,41.666668,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,50,50,50,50,33.333332,33.333332,33.333332,41.666668,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,50,50,50,50,33.333332,33.333332,33.333332,41.666668,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,50,50,50,50,33.333332,33.333332,33.333332,41.666668,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,50,50,50,50,33.333332,33.333332,33.333332,41.666668,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,50,50,50,50,33.333332,33.333332,33.333332,41.666668,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,50,50,50,50,33.333332,33.333332,33.333332,41.666668,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,50,50,50,50,33.333332,33.333332,33.333332,41.666668,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,45.454544,50,50,50,50,1.8518518,1.7857143,1.7543859,1.7543859,11.111111,11.111111,11.111111,11.111111,10.606061,10.606061,10.447762,10.447762,10.447762,10.447762,10.447762,1.8518518,1.7857143,1.7543859,1.7543859,11.111111,11.111111,11.111111,11.111111,10.606061,10.606061,10.447762,10.447762,10.447762,10.447762,10.447762,1.8518518,1.7857143,1.7543859,1.7543859,11.111111,11.111111,11.111111,11.111111,10.606061,10.606061,10.447762,10.447762,10.447762,10.447762,10.447762,1.8518518,1.7857143,1.7543859,1.7543859,11.111111,11.111111,11.111111,11.111111,10.606061,10.606061,10.447762,10.447762,10.447762,10.447762,10.447762,1.8518518,1.7857143,1.7543859,1.7543859,11.111111,11.111111,11.111111,11.111111,10.606061,10.606061,10.447762,10.447762,10.447762,10.447762,10.447762,1.8518518,1.7857143,1.7543859,1.7543859,11.111111,11.111111,11.111111,11.111111,10.606061,10.606061,10.447762,10.447762,10.447762,10.447762,10.447762,1.8518518,1.7857143,1.7543859,1.7543859,11.111111,11.111111,11.111111,11.111111,10.606061,10.606061,10.447762,10.447762,10.447762,10.447762,10.447762,1.8518518,1.7857143,1.7543859,1.7543859,11.111111,11.111111,11.111111,11.111111,10.606061,10.606061,10.447762,10.447762,10.447762,10.447762,10.447762,1.8518518,1.7857143,1.7543859,1.7543859,11.111111,11.111111,11.111111,11.111111,10.606061,10.606061,10.447762,10.447762,10.447762,10.447762,10.447762,1.8518518,1.7857143,1.7543859,1.7543859,11.111111,11.111111,11.111111,11.111111,10.606061,10.606061,10.447762,10.447762,10.447762,10.447762,10.447762,1.8518518,1.7857143,1.7543859,1.7543859,11.111111,11.111111,11.111111,11.111111,10.606061,10.606061,10.447762,10.447762,10.447762,10.447762,10.447762,1.8518518,1.7857143,1.7543859,1.7543859,11.111111,11.111111,11.111111,11.111111,10.606061,10.606061,10.447762,10.447762,10.447762,10.447762,10.447762,1.8518518,1.7857143,1.7543859,1.7543859,11.111111,11.111111,11.111111,11.111111,10.606061,10.606061,10.447762,10.447762,10.447762,10.447762,10.447762,1.8518518,1.7857143,1.7543859,1.7543859,11.111111,11.111111,11.111111,11.111111,10.606061,10.606061,10.447762,10.447762,10.447762,10.447762,10.447762,1.8518518,1.7857143,1.7543859,1.7543859,11.111111,11.111111,11.111111,11.111111,10.606061,10.606061,10.447762,10.447762,10.447762,10.447762,10.447762,1.8518518,1.7857143,1.7543859,1.7543859,11.111111,11.111111,11.111111,11.111111,10.606061,10.606061,10.447762,10.447762,10.447762,10.447762,10.447762,1.8518518,1.7857143,1.7543859,1.7543859,11.111111,11.111111,11.111111,11.111111,10.606061,10.606061,10.447762,10.447762,10.447762,10.447762,10.447762,1.8518518,1.7857143,1.7543859,1.7543859,11.111111,11.111111,11.111111,11.111111,10.606061,10.606061,10.447762,10.447762,10.447762,10.447762,10.447762,1.8518518,1.7857143,1.7543859,1.7543859,11.111111,11.111111,11.111111,11.111111,10.606061,10.606061,10.447762,10.447762,10.447762,10.447762,10.447762,1.8518518,1.7857143,1.7543859,1.7543859,11.111111,11.111111,11.111111,11.111111,10.606061,10.606061,10.447762,10.447762,10.447762,10.447762,10.447762,1.8518518,1.7857143,1.7543859,1.7543859,11.111111,11.111111,11.111111,11.111111,10.606061,10.606061,10.447762,10.447762,10.447762,10.447762,10.447762,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,14.754098,15,15,15,15,15,15,20.3125,20.3125,20.3125,20.3125,20.63492,18.055555,21.333334,15,14.754098,15,15,15,15,15,15,20.3125,20.3125,20.3125,20.3125,20.63492,18.055555,21.333334,15,14.754098,15,15,15,15,15,15,20.3125,20.3125,20.3125,20.3125,20.63492,18.055555,21.333334,15,14.754098,15,15,15,15,15,15,20.3125,20.3125,20.3125,20.3125,20.63492,18.055555,21.333334,15,14.754098,15,15,15,15,15,15,20.3125,20.3125,20.3125,20.3125,20.63492,18.055555,21.333334,15,14.754098,15,15,15,15,15,15,20.3125,20.3125,20.3125,20.3125,20.63492,18.055555,21.333334,15,14.754098,15,15,15,15,15,15,20.3125,20.3125,20.3125,20.3125,20.63492,18.055555,21.333334,15,14.754098,15,15,15,15,15,15,20.3125,20.3125,20.3125,20.3125,20.63492,18.055555,21.333334,15,14.754098,15,15,15,15,15,15,20.3125,20.3125,20.3125,20.3125,20.63492,18.055555,21.333334,15,14.754098,15,15,15,15,15,15,20.3125,20.3125,20.3125,20.3125,20.63492,18.055555,21.333334,15,14.754098,15,15,15,15,15,15,20.3125,20.3125,20.3125,20.3125,20.63492,18.055555,21.333334,15,14.754098,15,15,15,15,15,15,20.3125,20.3125,20.3125,20.3125,20.63492,18.055555,21.333334,15,14.754098,15,15,15,15,15,15,20.3125,20.3125,20.3125,20.3125,20.63492,18.055555,21.333334,15,14.754098,15,15,15,15,15,15,20.3125,20.3125,20.3125,20.3125,20.63492,18.055555,21.333334,15,14.754098,15,15,15,15,15,15,20.3125,20.3125,20.3125,20.3125,20.63492,18.055555,21.333334,15,14.754098,15,15,15,15,15,15,20.3125,20.3125,20.3125,20.3125,20.63492,18.055555,21.333334,15,14.754098,15,15,15,15,15,15,20.3125,20.3125,20.3125,20.3125,20.63492,18.055555,21.333334,15,14.754098,15,15,15,15,15,15,20.3125,20.3125,20.3125,20.3125,20.63492,18.055555,21.333334,15,14.754098,15,15,15,15,15,15,20.3125,20.3125,20.3125,20.3125,20.63492,18.055555,21.333334,15,14.754098,15,15,15,15,15,15,20.3125,20.3125,20.3125,20.3125,20.63492,18.055555,21.333334,15,14.754098,15,15,15,15,15,15,20.3125,20.3125,20.3125,20.3125,20.63492,18.055555,21.333334,15,14.754098,15,15,15,15,15,15,20.3125,20.3125,20.3125,20.3125,20.63492,18.055555,21.333334,15,14.754098,15,15,15,15,15,15,20.3125,20.3125,20.3125,20.3125,20.63492,18.055555,21.333334,15,14.754098,15,15,15,15,15,15,20.3125,20.3125,20.3125,20.3125,20.63492,18.055555,21.333334,15,14.754098,15,15,15,15,15,15,20.3125,20.3125,20.3125,20.3125,20.63492,18.055555,21.333334,15,14.754098,15,15,15,15,15,15,20.3125,20.3125,20.3125,20.3125,20.63492,18.055555,21.333334,15,14.754098,15,15,15,15,15,15,20.3125,20.3125,20.3125,20.3125,20.63492,18.055555,21.333334,15,14.754098,15,15,15,15,15,15,20.3125,20.3125,20.3125,20.3125,20.63492,18.055555,21.333334,15,14.754098,15,15,15,15,15,15,20.3125,20.3125,20.3125,20.3125,20.63492,18.055555,21.333334,15,14.754098,15,15,15,15,15,15,20.3125,20.3125,20.3125,20.3125,20.63492,18.055555,21.333334,15,14.754098,15,15,15,15,15,15,20.3125,20.3125,20.3125,20.3125,20.63492,18.055555,21.333334,15,14.754098,15,15,15,15,15,15,20.3125,20.3125,20.3125,20.3125,20.63492,18.055555,21.333334,15,14.754098,15,15,15,15,15,15,20.3125,20.3125,20.3125,20.3125,20.63492,18.055555,21.333334,15,14.754098,15,15,15,15,15,15,20.3125,20.3125,20.3125,20.3125,20.63492,18.055555,21.333334,15,14.754098,15,15,15,15,15,15,20.3125,20.3125,20.3125,20.3125,20.63492,18.055555,21.333334,15,14.754098,15,15,15,15,15,15,20.3125,20.3125,20.3125,20.3125,20.63492,18.055555,21.333334,15,14.754098,15,15,15,15,15,15,20.3125,20.3125,20.3125,20.3125,20.63492,18.055555,21.333334,15,14.754098,15,15,15,15,15,15,20.3125,20.3125,20.3125,20.3125,20.63492,18.055555,21.333334,15,14.754098,15,15,15,15,15,15,20.3125,20.3125,20.3125,20.3125,20.63492,18.055555,21.333334,15,14.754098,15,15,15,15,15,15,20.3125,20.3125,20.3125,20.3125,20.63492,18.055555,21.333334,15,14.754098,15,15,15,15,15,15,20.3125,20.3125,20.3125,20.3125,20.63492,18.055555,21.333334,15,14.754098,15,15,15,15,15,15,20.3125,20.3125,20.3125,20.3125,20.63492,18.055555,21.333334,15,14.754098,15,15,15,15,15,15,20.3125,20.3125,20.3125,20.3125,20.63492,18.055555,21.333334,15,14.754098,15,15,15,15,15,15,20.3125,20.3125,20.3125,20.3125,20.63492,18.055555,21.333334,15,14.754098,15,15,15,15,15,15,20.3125,20.3125,20.3125,20.3125,20.63492,18.055555,21.333334,15,14.754098,15,15,15,15,15,15,20.3125,20.3125,20.3125,20.3125,20.63492,18.055555,21.333334,15,14.754098,15,15,15,15,15,15,20.3125,20.3125,20.3125,20.3125,20.63492,18.055555,21.333334,15,14.754098,15,15,15,15,15,15,20.3125,20.3125,20.3125,20.3125,20.63492,18.055555,21.333334,15,14.754098,15,15,15,15,15,15,20.3125,20.3125,20.3125,20.3125,20.63492,18.055555,21.333334,15,14.754098,15,15,15,15,15,15,20.3125,20.3125,20.3125,20.3125,20.63492,18.055555,21.333334,15,14.754098,15,15,15,15,15,15,20.3125,20.3125,20.3125,20.3125,20.63492,18.055555,21.333334,15,14.754098,15,15,15,15,15,15,20.3125,20.3125,20.3125,20.3125,20.63492,18.055555,21.333334,15,14.754098,15,15,15,15,15,15,20.3125,20.3125,20.3125,20.3125,20.63492,18.055555,21.333334,15,14.754098,15,15,15,15,15,15,20.3125,20.3125,20.3125,20.3125,20.63492,18.055555,21.333334,15,14.754098,15,15,15,15,15,15,20.3125,20.3125,20.3125,20.3125,20.63492,18.055555,21.333334,15,14.754098,15,15,15,15,15,15,20.3125,20.3125,20.3125,20.3125,20.63492,18.055555,21.333334,15,14.754098,15,15,15,15,15,15,20.3125,20.3125,20.3125,20.3125,20.63492,18.055555,21.333334,15,14.754098,15,15,15,15,15,15,20.3125,20.3125,20.3125,20.3125,20.63492,18.055555,21.333334,15,14.754098,15,15,15,15,15,15,20.3125,20.3125,20.3125,20.3125,20.63492,18.055555,21.333334,15,14.754098,15,15,15,15,15,15,20.3125,20.3125,20.3125,20.3125,20.63492,18.055555,21.333334,15,14.754098,15,15,15,15,15,15,20.3125,20.3125,20.3125,20.3125,20.63492,18.055555,21.333334,15,14.754098,15,15,15,15,15,15,20.3125,20.3125,20.3125,20.3125,20.63492,18.055555,21.333334,0,0,0,34.482758,34.482758,34.482758,33.333332,33.333332,33.333332,33.333332,33.333332,34.482758,34.482758,33.333332,33.333332,0,0,0,34.482758,34.482758,34.482758,33.333332,33.333332,33.333332,33.333332,33.333332,34.482758,34.482758,33.333332,33.333332,0,0,0,34.482758,34.482758,34.482758,33.333332,33.333332,33.333332,33.333332,33.333332,34.482758,34.482758,33.333332,33.333332,0,0,0,34.482758,34.482758,34.482758,33.333332,33.333332,33.333332,33.333332,33.333332,34.482758,34.482758,33.333332,33.333332,0,0,0,34.482758,34.482758,34.482758,33.333332,33.333332,33.333332,33.333332,33.333332,34.482758,34.482758,33.333332,33.333332,0,0,0,34.482758,34.482758,34.482758,33.333332,33.333332,33.333332,33.333332,33.333332,34.482758,34.482758,33.333332,33.333332,0,0,0,34.482758,34.482758,34.482758,33.333332,33.333332,33.333332,33.333332,33.333332,34.482758,34.482758,33.333332,33.333332,0,0,0,34.482758,34.482758,34.482758,33.333332,33.333332,33.333332,33.333332,33.333332,34.482758,34.482758,33.333332,33.333332,0,0,0,34.482758,34.482758,34.482758,33.333332,33.333332,33.333332,33.333332,33.333332,34.482758,34.482758,33.333332,33.333332,0,0,0,34.482758,34.482758,34.482758,33.333332,33.333332,33.333332,33.333332,33.333332,34.482758,34.482758,33.333332,33.333332,0,0,0,34.482758,34.482758,34.482758,33.333332,33.333332,33.333332,33.333332,33.333332,34.482758,34.482758,33.333332,33.333332,0,0,0,34.482758,34.482758,34.482758,33.333332,33.333332,33.333332,33.333332,33.333332,34.482758,34.482758,33.333332,33.333332,0,0,0,34.482758,34.482758,34.482758,33.333332,33.333332,33.333332,33.333332,33.333332,34.482758,34.482758,33.333332,33.333332,0,0,0,34.482758,34.482758,34.482758,33.333332,33.333332,33.333332,33.333332,33.333332,34.482758,34.482758,33.333332,33.333332,0,0,0,34.482758,34.482758,34.482758,33.333332,33.333332,33.333332,33.333332,33.333332,34.482758,34.482758,33.333332,33.333332,0,0,0,34.482758,34.482758,34.482758,33.333332,33.333332,33.333332,33.333332,33.333332,34.482758,34.482758,33.333332,33.333332,0,0,0,34.482758,34.482758,34.482758,33.333332,33.333332,33.333332,33.333332,33.333332,34.482758,34.482758,33.333332,33.333332,0,0,0,34.482758,34.482758,34.482758,33.333332,33.333332,33.333332,33.333332,33.333332,34.482758,34.482758,33.333332,33.333332,0,0,0,34.482758,34.482758,34.482758,33.333332,33.333332,33.333332,33.333332,33.333332,34.482758,34.482758,33.333332,33.333332,0,0,0,34.482758,34.482758,34.482758,33.333332,33.333332,33.333332,33.333332,33.333332,34.482758,34.482758,33.333332,33.333332,0,0,0,34.482758,34.482758,34.482758,33.333332,33.333332,33.333332,33.333332,33.333332,34.482758,34.482758,33.333332,33.333332,0,0,0,34.482758,34.482758,34.482758,33.333332,33.333332,33.333332,33.333332,33.333332,34.482758,34.482758,33.333332,33.333332,0,0,0,34.482758,34.482758,34.482758,33.333332,33.333332,33.333332,33.333332,33.333332,34.482758,34.482758,33.333332,33.333332,0,0,0,34.482758,34.482758,34.482758,33.333332,33.333332,33.333332,33.333332,33.333332,34.482758,34.482758,33.333332,33.333332,0,0,0,34.482758,34.482758,34.482758,33.333332,33.333332,33.333332,33.333332,33.333332,34.482758,34.482758,33.333332,33.333332,0,0,0,34.482758,34.482758,34.482758,33.333332,33.333332,33.333332,33.333332,33.333332,34.482758,34.482758,33.333332,33.333332,0,0,0,34.482758,34.482758,34.482758,33.333332,33.333332,33.333332,33.333332,33.333332,34.482758,34.482758,33.333332,33.333332,0,0,0,34.482758,34.482758,34.482758,33.333332,33.333332,33.333332,33.333332,33.333332,34.482758,34.482758,33.333332,33.333332,0,0,0,34.482758,34.482758,34.482758,33.333332,33.333332,33.333332,33.333332,33.333332,34.482758,34.482758,33.333332,33.333332,0,0,0,34.482758,34.482758,34.482758,33.333332,33.333332,33.333332,33.333332,33.333332,34.482758,34.482758,33.333332,33.333332,0,0,0,34.482758,34.482758,34.482758,33.333332,33.333332,33.333332,33.333332,33.333332,34.482758,34.482758,33.333332,33.333332,0,0,0,34.482758,34.482758,34.482758,33.333332,33.333332,33.333332,33.333332,33.333332,34.482758,34.482758,33.333332,33.333332,0,0,0,34.482758,34.482758,34.482758,33.333332,33.333332,33.333332,33.333332,33.333332,34.482758,34.482758,33.333332,33.333332,0,0,0,34.482758,34.482758,34.482758,33.333332,33.333332,33.333332,33.333332,33.333332,34.482758,34.482758,33.333332,33.333332,0,0,0,34.482758,34.482758,34.482758,33.333332,33.333332,33.333332,33.333332,33.333332,34.482758,34.482758,33.333332,33.333332,0,0,0,34.482758,34.482758,34.482758,33.333332,33.333332,33.333332,33.333332,33.333332,34.482758,34.482758,33.333332,33.333332,0,0,0,34.482758,34.482758,34.482758,33.333332,33.333332,33.333332,33.333332,33.333332,34.482758,34.482758,33.333332,33.333332,0,0,0,34.482758,34.482758,34.482758,33.333332,33.333332,33.333332,33.333332,33.333332,34.482758,34.482758,33.333332,33.333332,0,0,0,34.482758,34.482758,34.482758,33.333332,33.333332,33.333332,33.333332,33.333332,34.482758,34.482758,33.333332,33.333332,0,0,0,34.482758,34.482758,34.482758,33.333332,33.333332,33.333332,33.333332,33.333332,34.482758,34.482758,33.333332,33.333332,0,0,0,34.482758,34.482758,34.482758,33.333332,33.333332,33.333332,33.333332,33.333332,34.482758,34.482758,33.333332,33.333332,0,0,0,34.482758,34.482758,34.482758,33.333332,33.333332,33.333332,33.333332,33.333332,34.482758,34.482758,33.333332,33.333332,0,0,0,34.482758,34.482758,34.482758,33.333332,33.333332,33.333332,33.333332,33.333332,34.482758,34.482758,33.333332,33.333332,0,0,0,34.482758,34.482758,34.482758,33.333332,33.333332,33.333332,33.333332,33.333332,34.482758,34.482758,33.333332,33.333332,0,0,0,34.482758,34.482758,34.482758,33.333332,33.333332,33.333332,33.333332,33.333332,34.482758,34.482758,33.333332,33.333332,0,0,0,34.482758,34.482758,34.482758,33.333332,33.333332,33.333332,33.333332,33.333332,34.482758,34.482758,33.333332,33.333332,0,0,0,34.482758,34.482758,34.482758,33.333332,33.333332,33.333332,33.333332,33.333332,34.482758,34.482758,33.333332,33.333332,0,0,0,34.482758,34.482758,34.482758,33.333332,33.333332,33.333332,33.333332,33.333332,34.482758,34.482758,33.333332,33.333332,0,0,0,34.482758,34.482758,34.482758,33.333332,33.333332,33.333332,33.333332,33.333332,34.482758,34.482758,33.333332,33.333332,0,0,0,34.482758,34.482758,34.482758,33.333332,33.333332,33.333332,33.333332,33.333332,34.482758,34.482758,33.333332,33.333332,0,0,0,34.482758,34.482758,34.482758,33.333332,33.333332,33.333332,33.333332,33.333332,34.482758,34.482758,33.333332,33.333332,0,0,0,34.482758,34.482758,34.482758,33.333332,33.333332,33.333332,33.333332,33.333332,34.482758,34.482758,33.333332,33.333332,0,0,0,34.482758,34.482758,34.482758,33.333332,33.333332,33.333332,33.333332,33.333332,34.482758,34.482758,33.333332,33.333332,0,0,0,34.482758,34.482758,34.482758,33.333332,33.333332,33.333332,33.333332,33.333332,34.482758,34.482758,33.333332,33.333332,0,0,0,34.482758,34.482758,34.482758,33.333332,33.333332,33.333332,33.333332,33.333332,34.482758,34.482758,33.333332,33.333332,0,0,0,34.482758,34.482758,34.482758,33.333332,33.333332,33.333332,33.333332,33.333332,34.482758,34.482758,33.333332,33.333332,0,0,0,34.482758,34.482758,34.482758,33.333332,33.333332,33.333332,33.333332,33.333332,34.482758,34.482758,33.333332,33.333332,0,0,0,34.482758,34.482758,34.482758,33.333332,33.333332,33.333332,33.333332,33.333332,34.482758,34.482758,33.333332,33.333332,0,0,0,34.482758,34.482758,34.482758,33.333332,33.333332,33.333332,33.333332,33.333332,34.482758,34.482758,33.333332,33.333332,0,0,0,34.482758,34.482758,34.482758,33.333332,33.333332,33.333332,33.333332,33.333332,34.482758,34.482758,33.333332,33.333332,0,0,0,34.482758,34.482758,34.482758,33.333332,33.333332,33.333332,33.333332,33.333332,34.482758,34.482758,33.333332,33.333332,0,0,0,34.482758,34.482758,34.482758,33.333332,33.333332,33.333332,33.333332,33.333332,34.482758,34.482758,33.333332,33.333332,0,0,0,34.482758,34.482758,34.482758,33.333332,33.333332,33.333332,33.333332,33.333332,34.482758,34.482758,33.333332,33.333332,0,0,0,34.482758,34.482758,34.482758,33.333332,33.333332,33.333332,33.333332,33.333332,34.482758,34.482758,33.333332,33.333332,0,0,0,34.482758,34.482758,34.482758,33.333332,33.333332,33.333332,33.333332,33.333332,34.482758,34.482758,33.333332,33.333332,0,0,0,34.482758,34.482758,34.482758,33.333332,33.333332,33.333332,33.333332,33.333332,34.482758,34.482758,33.333332,33.333332,0,0,0,34.482758,34.482758,34.482758,33.333332,33.333332,33.333332,33.333332,33.333332,34.482758,34.482758,33.333332,33.333332,0,0,0,34.482758,34.482758,34.482758,33.333332,33.333332,33.333332,33.333332,33.333332,34.482758,34.482758,33.333332,33.333332,0,0,0,34.482758,34.482758,34.482758,33.333332,33.333332,33.333332,33.333332,33.333332,34.482758,34.482758,33.333332,33.333332,0,0,0,34.482758,34.482758,34.482758,33.333332,33.333332,33.333332,33.333332,33.333332,34.482758,34.482758,33.333332,33.333332,0,0,0,34.482758,34.482758,34.482758,33.333332,33.333332,33.333332,33.333332,33.333332,34.482758,34.482758,33.333332,33.333332,0,0,0,34.482758,34.482758,34.482758,33.333332,33.333332,33.333332,33.333332,33.333332,34.482758,34.482758,33.333332,33.333332,0,0,0,34.482758,34.482758,34.482758,33.333332,33.333332,33.333332,33.333332,33.333332,34.482758,34.482758,33.333332,33.333332,0,0,0,34.482758,34.482758,34.482758,33.333332,33.333332,33.333332,33.333332,33.333332,34.482758,34.482758,33.333332,33.333332,0,0,0,34.482758,34.482758,34.482758,33.333332,33.333332,33.333332,33.333332,33.333332,34.482758,34.482758,33.333332,33.333332,0,0,0,34.482758,34.482758,34.482758,33.333332,33.333332,33.333332,33.333332,33.333332,34.482758,34.482758,33.333332,33.333332,0,0,0,34.482758,34.482758,34.482758,33.333332,33.333332,33.333332,33.333332,33.333332,34.482758,34.482758,33.333332,33.333332,0,0,0,34.482758,34.482758,34.482758,33.333332,33.333332,33.333332,33.333332,33.333332,34.482758,34.482758,33.333332,33.333332,0,0,0,34.482758,34.482758,34.482758,33.333332,33.333332,33.333332,33.333332,33.333332,34.482758,34.482758,33.333332,33.333332,0,0,0,34.482758,34.482758,34.482758,33.333332,33.333332,33.333332,33.333332,33.333332,34.482758,34.482758,33.333332,33.333332,0,0,0,34.482758,34.482758,34.482758,33.333332,33.333332,33.333332,33.333332,33.333332,34.482758,34.482758,33.333332,33.333332,0,0,0,34.482758,34.482758,34.482758,33.333332,33.333332,33.333332,33.333332,33.333332,34.482758,34.482758,33.333332,33.333332,0,0,0,34.482758,34.482758,34.482758,33.333332,33.333332,33.333332,33.333332,33.333332,34.482758,34.482758,33.333332,33.333332,0,0,0,34.482758,34.482758,34.482758,33.333332,33.333332,33.333332,33.333332,33.333332,34.482758,34.482758,33.333332,33.333332,0,0,0,34.482758,34.482758,34.482758,33.333332,33.333332,33.333332,33.333332,33.333332,34.482758,34.482758,33.333332,33.333332,0,0,0,34.482758,34.482758,34.482758,33.333332,33.333332,33.333332,33.333332,33.333332,34.482758,34.482758,33.333332,33.333332,0,0,0,34.482758,34.482758,34.482758,33.333332,33.333332,33.333332,33.333332,33.333332,34.482758,34.482758,33.333332,33.333332,0,0,0,34.482758,34.482758,34.482758,33.333332,33.333332,33.333332,33.333332,33.333332,34.482758,34.482758,33.333332,33.333332,0,0,0,34.482758,34.482758,34.482758,33.333332,33.333332,33.333332,33.333332,33.333332,34.482758,34.482758,33.333332,33.333332,0,0,0,34.482758,34.482758,34.482758,33.333332,33.333332,33.333332,33.333332,33.333332,34.482758,34.482758,33.333332,33.333332,0,0,0,34.482758,34.482758,34.482758,33.333332,33.333332,33.333332,33.333332,33.333332,34.482758,34.482758,33.333332,33.333332,0,0,0,34.482758,34.482758,34.482758,33.333332,33.333332,33.333332,33.333332,33.333332,34.482758,34.482758,33.333332,33.333332,0,0,0,34.482758,34.482758,34.482758,33.333332,33.333332,33.333332,33.333332,33.333332,34.482758,34.482758,33.333332,33.333332,0,0,0,34.482758,34.482758,34.482758,33.333332,33.333332,33.333332,33.333332,33.333332,34.482758,34.482758,33.333332,33.333332,0,0,0,34.482758,34.482758,34.482758,33.333332,33.333332,33.333332,33.333332,33.333332,34.482758,34.482758,33.333332,33.333332,0,0,0,34.482758,34.482758,34.482758,33.333332,33.333332,33.333332,33.333332,33.333332,34.482758,34.482758,33.333332,33.333332,0,0,0,34.482758,34.482758,34.482758,33.333332,33.333332,33.333332,33.333332,33.333332,34.482758,34.482758,33.333332,33.333332,0,0,0,34.482758,34.482758,34.482758,33.333332,33.333332,33.333332,33.333332,33.333332,34.482758,34.482758,33.333332,33.333332,0,0,0,34.482758,34.482758,34.482758,33.333332,33.333332,33.333332,33.333332,33.333332,34.482758,34.482758,33.333332,33.333332,0,0,0,34.482758,34.482758,34.482758,33.333332,33.333332,33.333332,33.333332,33.333332,34.482758,34.482758,33.333332,33.333332,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,4.7619047,5,5,5,5.5555553,5.5555553,5.5555553,6.25,6.25,6.25,6.25,6.6666665,6.6666665,6.6666665,6.6666665,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,10,10,10,10,10,10,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,10,11.111111,11.111111,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6.060606,6.060606,6.060606,6.060606,6.060606,6.060606,13.888889,13.888889,13.513514,13.513514,13.513514,13.888889,13.888889,13.888889,13.888889,6.060606,6.060606,6.060606,6.060606,6.060606,6.060606,13.888889,13.888889,13.513514,13.513514,13.513514,13.888889,13.888889,13.888889,13.888889,6.060606,6.060606,6.060606,6.060606,6.060606,6.060606,13.888889,13.888889,13.513514,13.513514,13.513514,13.888889,13.888889,13.888889,13.888889,6.060606,6.060606,6.060606,6.060606,6.060606,6.060606,13.888889,13.888889,13.513514,13.513514,13.513514,13.888889,13.888889,13.888889,13.888889,6.060606,6.060606,6.060606,6.060606,6.060606,6.060606,13.888889,13.888889,13.513514,13.513514,13.513514,13.888889,13.888889,13.888889,13.888889,6.060606,6.060606,6.060606,6.060606,6.060606,6.060606,13.888889,13.888889,13.513514,13.513514,13.513514,13.888889,13.888889,13.888889,13.888889,6.060606,6.060606,6.060606,6.060606,6.060606,6.060606,13.888889,13.888889,13.513514,13.513514,13.513514,13.888889,13.888889,13.888889,13.888889,6.060606,6.060606,6.060606,6.060606,6.060606,6.060606,13.888889,13.888889,13.513514,13.513514,13.513514,13.888889,13.888889,13.888889,13.888889,6.060606,6.060606,6.060606,6.060606,6.060606,6.060606,13.888889,13.888889,13.513514,13.513514,13.513514,13.888889,13.888889,13.888889,13.888889,6.060606,6.060606,6.060606,6.060606,6.060606,6.060606,13.888889,13.888889,13.513514,13.513514,13.513514,13.888889,13.888889,13.888889,13.888889,6.060606,6.060606,6.060606,6.060606,6.060606,6.060606,13.888889,13.888889,13.513514,13.513514,13.513514,13.888889,13.888889,13.888889,13.888889,6.060606,6.060606,6.060606,6.060606,6.060606,6.060606,13.888889,13.888889,13.513514,13.513514,13.513514,13.888889,13.888889,13.888889,13.888889,6.060606,6.060606,6.060606,6.060606,6.060606,6.060606,13.888889,13.888889,13.513514,13.513514,13.513514,13.888889,13.888889,13.888889,13.888889,6.060606,6.060606,6.060606,6.060606,6.060606,6.060606,13.888889,13.888889,13.513514,13.513514,13.513514,13.888889,13.888889,13.888889,13.888889,6.060606,6.060606,6.060606,6.060606,6.060606,6.060606,13.888889,13.888889,13.513514,13.513514,13.513514,13.888889,13.888889,13.888889,13.888889,6.060606,6.060606,6.060606,6.060606,6.060606,6.060606,13.888889,13.888889,13.513514,13.513514,13.513514,13.888889,13.888889,13.888889,13.888889,6.060606,6.060606,6.060606,6.060606,6.060606,6.060606,13.888889,13.888889,13.513514,13.513514,13.513514,13.888889,13.888889,13.888889,13.888889,6.060606,6.060606,6.060606,6.060606,6.060606,6.060606,13.888889,13.888889,13.513514,13.513514,13.513514,13.888889,13.888889,13.888889,13.888889,6.060606,6.060606,6.060606,6.060606,6.060606,6.060606,13.888889,13.888889,13.513514,13.513514,13.513514,13.888889,13.888889,13.888889,13.888889,6.060606,6.060606,6.060606,6.060606,6.060606,6.060606,13.888889,13.888889,13.513514,13.513514,13.513514,13.888889,13.888889,13.888889,13.888889,6.060606,6.060606,6.060606,6.060606,6.060606,6.060606,13.888889,13.888889,13.513514,13.513514,13.513514,13.888889,13.888889,13.888889,13.888889,6.060606,6.060606,6.060606,6.060606,6.060606,6.060606,13.888889,13.888889,13.513514,13.513514,13.513514,13.888889,13.888889,13.888889,13.888889,6.060606,6.060606,6.060606,6.060606,6.060606,6.060606,13.888889,13.888889,13.513514,13.513514,13.513514,13.888889,13.888889,13.888889,13.888889,6.060606,6.060606,6.060606,6.060606,6.060606,6.060606,13.888889,13.888889,13.513514,13.513514,13.513514,13.888889,13.888889,13.888889,13.888889,6.060606,6.060606,6.060606,6.060606,6.060606,6.060606,13.888889,13.888889,13.513514,13.513514,13.513514,13.888889,13.888889,13.888889,13.888889,6.060606,6.060606,6.060606,6.060606,6.060606,6.060606,13.888889,13.888889,13.513514,13.513514,13.513514,13.888889,13.888889,13.888889,13.888889,6.060606,6.060606,6.060606,6.060606,6.060606,6.060606,13.888889,13.888889,13.513514,13.513514,13.513514,13.888889,13.888889,13.888889,13.888889,6.060606,6.060606,6.060606,6.060606,6.060606,6.060606,13.888889,13.888889,13.513514,13.513514,13.513514,13.888889,13.888889,13.888889,13.888889,6.060606,6.060606,6.060606,6.060606,6.060606,6.060606,13.888889,13.888889,13.513514,13.513514,13.513514,13.888889,13.888889,13.888889,13.888889,6.060606,6.060606,6.060606,6.060606,6.060606,6.060606,13.888889,13.888889,13.513514,13.513514,13.513514,13.888889,13.888889,13.888889,13.888889,6.060606,6.060606,6.060606,6.060606,6.060606,6.060606,13.888889,13.888889,13.513514,13.513514,13.513514,13.888889,13.888889,13.888889,13.888889,6.060606,6.060606,6.060606,6.060606,6.060606,6.060606,13.888889,13.888889,13.513514,13.513514,13.513514,13.888889,13.888889,13.888889,13.888889,6.060606,6.060606,6.060606,6.060606,6.060606,6.060606,13.888889,13.888889,13.513514,13.513514,13.513514,13.888889,13.888889,13.888889,13.888889,6.060606,6.060606,6.060606,6.060606,6.060606,6.060606,13.888889,13.888889,13.513514,13.513514,13.513514,13.888889,13.888889,13.888889,13.888889,6.060606,6.060606,6.060606,6.060606,6.060606,6.060606,13.888889,13.888889,13.513514,13.513514,13.513514,13.888889,13.888889,13.888889,13.888889,6.060606,6.060606,6.060606,6.060606,6.060606,6.060606,13.888889,13.888889,13.513514,13.513514,13.513514,13.888889,13.888889,13.888889,13.888889,6.060606,6.060606,6.060606,6.060606,6.060606,6.060606,13.888889,13.888889,13.513514,13.513514,13.513514,13.888889,13.888889,13.888889,13.888889,6.060606,6.060606,6.060606,6.060606,6.060606,6.060606,13.888889,13.888889,13.513514,13.513514,13.513514,13.888889,13.888889,13.888889,13.888889,6.060606,6.060606,6.060606,6.060606,6.060606,6.060606,13.888889,13.888889,13.513514,13.513514,13.513514,13.888889,13.888889,13.888889,13.888889,6.060606,6.060606,6.060606,6.060606,6.060606,6.060606,13.888889,13.888889,13.513514,13.513514,13.513514,13.888889,13.888889,13.888889,13.888889,6.060606,6.060606,6.060606,6.060606,6.060606,6.060606,13.888889,13.888889,13.513514,13.513514,13.513514,13.888889,13.888889,13.888889,13.888889,6.060606,6.060606,6.060606,6.060606,6.060606,6.060606,13.888889,13.888889,13.513514,13.513514,13.513514,13.888889,13.888889,13.888889,13.888889,6.060606,6.060606,6.060606,6.060606,6.060606,6.060606,13.888889,13.888889,13.513514,13.513514,13.513514,13.888889,13.888889,13.888889,13.888889,6.060606,6.060606,6.060606,6.060606,6.060606,6.060606,13.888889,13.888889,13.513514,13.513514,13.513514,13.888889,13.888889,13.888889,13.888889,6.060606,6.060606,6.060606,6.060606,6.060606,6.060606,13.888889,13.888889,13.513514,13.513514,13.513514,13.888889,13.888889,13.888889,13.888889,6.060606,6.060606,6.060606,6.060606,6.060606,6.060606,13.888889,13.888889,13.513514,13.513514,13.513514,13.888889,13.888889,13.888889,13.888889,6.060606,6.060606,6.060606,6.060606,6.060606,6.060606,13.888889,13.888889,13.513514,13.513514,13.513514,13.888889,13.888889,13.888889,13.888889,6.060606,6.060606,6.060606,6.060606,6.060606,6.060606,13.888889,13.888889,13.513514,13.513514,13.513514,13.888889,13.888889,13.888889,13.888889,6.060606,6.060606,6.060606,6.060606,6.060606,6.060606,13.888889,13.888889,13.513514,13.513514,13.513514,13.888889,13.888889,13.888889,13.888889,6.060606,6.060606,6.060606,6.060606,6.060606,6.060606,13.888889,13.888889,13.513514,13.513514,13.513514,13.888889,13.888889,13.888889,13.888889,6.060606,6.060606,6.060606,6.060606,6.060606,6.060606,13.888889,13.888889,13.513514,13.513514,13.513514,13.888889,13.888889,13.888889,13.888889,6.060606,6.060606,6.060606,6.060606,6.060606,6.060606,13.888889,13.888889,13.513514,13.513514,13.513514,13.888889,13.888889,13.888889,13.888889,6.060606,6.060606,6.060606,6.060606,6.060606,6.060606,13.888889,13.888889,13.513514,13.513514,13.513514,13.888889,13.888889,13.888889,13.888889,6.060606,6.060606,6.060606,6.060606,6.060606,6.060606,13.888889,13.888889,13.513514,13.513514,13.513514,13.888889,13.888889,13.888889,13.888889,6.060606,6.060606,6.060606,6.060606,6.060606,6.060606,13.888889,13.888889,13.513514,13.513514,13.513514,13.888889,13.888889,13.888889,13.888889,6.060606,6.060606,6.060606,6.060606,6.060606,6.060606,13.888889,13.888889,13.513514,13.513514,13.513514,13.888889,13.888889,13.888889,13.888889,6.060606,6.060606,6.060606,6.060606,6.060606,6.060606,13.888889,13.888889,13.513514,13.513514,13.513514,13.888889,13.888889,13.888889,13.888889,6.060606,6.060606,6.060606,6.060606,6.060606,6.060606,13.888889,13.888889,13.513514,13.513514,13.513514,13.888889,13.888889,13.888889,13.888889,6.060606,6.060606,6.060606,6.060606,6.060606,6.060606,13.888889,13.888889,13.513514,13.513514,13.513514,13.888889,13.888889,13.888889,13.888889,6.060606,6.060606,6.060606,6.060606,6.060606,6.060606,13.888889,13.888889,13.513514,13.513514,13.513514,13.888889,13.888889,13.888889,13.888889,6.060606,6.060606,6.060606,6.060606,6.060606,6.060606,13.888889,13.888889,13.513514,13.513514,13.513514,13.888889,13.888889,13.888889,13.888889,6.060606,6.060606,6.060606,6.060606,6.060606,6.060606,13.888889,13.888889,13.513514,13.513514,13.513514,13.888889,13.888889,13.888889,13.888889,6.060606,6.060606,6.060606,6.060606,6.060606,6.060606,13.888889,13.888889,13.513514,13.513514,13.513514,13.888889,13.888889,13.888889,13.888889,6.060606,6.060606,6.060606,6.060606,6.060606,6.060606,13.888889,13.888889,13.513514,13.513514,13.513514,13.888889,13.888889,13.888889,13.888889,6.060606,6.060606,6.060606,6.060606,6.060606,6.060606,13.888889,13.888889,13.513514,13.513514,13.513514,13.888889,13.888889,13.888889,13.888889,6.060606,6.060606,6.060606,6.060606,6.060606,6.060606,13.888889,13.888889,13.513514,13.513514,13.513514,13.888889,13.888889,13.888889,13.888889,6.060606,6.060606,6.060606,6.060606,6.060606,6.060606,13.888889,13.888889,13.513514,13.513514,13.513514,13.888889,13.888889,13.888889,13.888889,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,20,20,0,0,0,0,0,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,20,20,0,0,0,0,0,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,20,20,0,0,0,0,0,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,20,20,0,0,0,0,0,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,20,20,0,0,0,0,0,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,20,20,0,0,0,0,0,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,20,20,0,0,0,0,0,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,20,20,0,0,0,0,0,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,20,20,0,0,0,0,0,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,20,20,0,0,0,0,0,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,20,20,0,0,0,0,0,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,20,20,0,0,0,0,0,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,20,20,0,0,0,0,0,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,20,20,0,0,0,0,0,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,20,20,0,0,0,0,0,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,20,20,0,0,0,0,0,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,20,20,0,0,0,0,0,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,20,20,0,0,0,0,0,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,20,20,0,0,0,0,0,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,20,20,0,0,0,0,0,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,20,20,0,0,0,0,0,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,20,20,0,0,0,0,0,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,20,20,0,0,0,0,0,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,20,20,0,0,0,0,0,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,20,20,0,0,0,0,0,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,20,20,0,0,0,0,0,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,20,20,0,0,0,0,0,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,20,20,0,0,0,0,0,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,20,20,0,0,0,0,0,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,20,20,0,0,0,0,0,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,20,20,0,0,0,0,0,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,20,20,0,0,0,0,0,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,20,20,0,0,0,0,0,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,20,20,0,0,0,0,0,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,20,20,0,0,0,0,0,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,20,20,0,0,0,0,0,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,20,20,0,0,0,0,0,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,20,20,0,0,0,0,0,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,20,20,0,0,0,0,0,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,20,20,0,0,0,0,0,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,20,20,0,0,0,0,0,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,20,20,0,0,0,0,0,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,20,20,0,0,0,0,0,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,20,20,0,0,0,0,0,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,20,20,0,0,0,0,0,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,20,20,0,0,0,0,0,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,20,20,0,0,0,0,0,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,20,20,0,0,0,0,0,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,20,20,0,0,0,0,0,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,20,20,0,0,0,0,0,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,20,20,0,0,0,0,0,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,20,20,0,0,0,0,0,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,20,20,0,0,0,0,0,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,20,20,0,0,0,0,0,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,20,20,0,0,0,0,0,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,20,20,0,0,0,0,0,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,20,20,0,0,0,0,0,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,20,20,0,0,0,0,0,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,20,20,0,0,0,0,0,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,20,20,0,0,0,0,0,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,20,20,0,0,0,0,0,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,20,20,0,0,0,0,0,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,20,20,0,0,0,0,0,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,20,20,0,0,0,0,0,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,20,20,0,0,0,0,0,14.285714,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,20,20,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,7.1428571,6.6666665,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,17.647058,26.31579,25,25,25,25,25,25,8.333333,8.333333,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.333333,8.333333,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.333333,8.333333,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.333333,8.333333,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.333333,8.333333,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.333333,8.333333,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.333333,8.333333,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.333333,8.333333,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.333333,8.333333,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.333333,8.333333,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.333333,8.333333,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.333333,8.333333,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.333333,8.333333,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.333333,8.333333,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.333333,8.333333,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.333333,8.333333,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.333333,8.333333,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.333333,8.333333,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.333333,8.333333,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.333333,8.333333,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.333333,8.333333,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.333333,8.333333,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.333333,8.333333,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.333333,8.333333,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.333333,8.333333,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.333333,8.333333,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.333333,8.333333,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.333333,8.333333,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,8.333333,8.333333,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,28,28,28,17.073172,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,28,28,28,17.073172,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,28,28,28,17.073172,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,28,28,28,17.073172,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,28,28,28,17.073172,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,28,28,28,17.073172,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,28,28,28,17.073172,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,28,28,28,17.073172,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,28,28,28,17.073172,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,28,28,28,17.073172,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,28,28,28,17.073172,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,28,28,28,17.073172,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,28,28,28,17.073172,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,28,28,28,17.073172,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,28,28,28,17.073172,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,28,28,28,17.073172,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,28,28,28,17.073172,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,28,28,28,17.073172,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,28,28,28,17.073172,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,28,28,28,17.073172,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,28,28,28,17.073172,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,28,28,28,17.073172,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,28,28,28,17.073172,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,28,28,28,17.073172,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,28,28,28,17.073172,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,28,28,28,17.073172,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,28,28,28,17.073172,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,28,28,28,17.073172,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,28,28,28,17.073172,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,28,28,28,17.073172,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,28,28,28,17.073172,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,28,28,28,17.073172,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,28,28,28,17.073172,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,28,28,28,17.073172,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,28,28,28,17.073172,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,28,28,28,17.073172,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,28,28,28,17.073172,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,28,28,28,17.073172,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,29.166666,28,28,28,17.073172,27.777779,35,35,36.842106,36.842106,36.842106,36.842106,36.842106,38.888889,38.888889,31.818182,31.818182,29.166666,29.166666,29.166666,27.777779,35,35,36.842106,36.842106,36.842106,36.842106,36.842106,38.888889,38.888889,31.818182,31.818182,29.166666,29.166666,29.166666,27.777779,35,35,36.842106,36.842106,36.842106,36.842106,36.842106,38.888889,38.888889,31.818182,31.818182,29.166666,29.166666,29.166666,27.777779,35,35,36.842106,36.842106,36.842106,36.842106,36.842106,38.888889,38.888889,31.818182,31.818182,29.166666,29.166666,29.166666,27.777779,35,35,36.842106,36.842106,36.842106,36.842106,36.842106,38.888889,38.888889,31.818182,31.818182,29.166666,29.166666,29.166666,27.777779,35,35,36.842106,36.842106,36.842106,36.842106,36.842106,38.888889,38.888889,31.818182,31.818182,29.166666,29.166666,29.166666,27.777779,35,35,36.842106,36.842106,36.842106,36.842106,36.842106,38.888889,38.888889,31.818182,31.818182,29.166666,29.166666,29.166666,27.777779,35,35,36.842106,36.842106,36.842106,36.842106,36.842106,38.888889,38.888889,31.818182,31.818182,29.166666,29.166666,29.166666,27.777779,35,35,36.842106,36.842106,36.842106,36.842106,36.842106,38.888889,38.888889,31.818182,31.818182,29.166666,29.166666,29.166666,27.777779,35,35,36.842106,36.842106,36.842106,36.842106,36.842106,38.888889,38.888889,31.818182,31.818182,29.166666,29.166666,29.166666,27.777779,35,35,36.842106,36.842106,36.842106,36.842106,36.842106,38.888889,38.888889,31.818182,31.818182,29.166666,29.166666,29.166666,27.777779,35,35,36.842106,36.842106,36.842106,36.842106,36.842106,38.888889,38.888889,31.818182,31.818182,29.166666,29.166666,29.166666,27.777779,35,35,36.842106,36.842106,36.842106,36.842106,36.842106,38.888889,38.888889,31.818182,31.818182,29.166666,29.166666,29.166666,27.777779,35,35,36.842106,36.842106,36.842106,36.842106,36.842106,38.888889,38.888889,31.818182,31.818182,29.166666,29.166666,29.166666,27.777779,35,35,36.842106,36.842106,36.842106,36.842106,36.842106,38.888889,38.888889,31.818182,31.818182,29.166666,29.166666,29.166666,27.777779,35,35,36.842106,36.842106,36.842106,36.842106,36.842106,38.888889,38.888889,31.818182,31.818182,29.166666,29.166666,29.166666,27.777779,35,35,36.842106,36.842106,36.842106,36.842106,36.842106,38.888889,38.888889,31.818182,31.818182,29.166666,29.166666,29.166666,27.777779,35,35,36.842106,36.842106,36.842106,36.842106,36.842106,38.888889,38.888889,31.818182,31.818182,29.166666,29.166666,29.166666,27.777779,35,35,36.842106,36.842106,36.842106,36.842106,36.842106,38.888889,38.888889,31.818182,31.818182,29.166666,29.166666,29.166666,27.777779,35,35,36.842106,36.842106,36.842106,36.842106,36.842106,38.888889,38.888889,31.818182,31.818182,29.166666,29.166666,29.166666,27.777779,35,35,36.842106,36.842106,36.842106,36.842106,36.842106,38.888889,38.888889,31.818182,31.818182,29.166666,29.166666,29.166666,27.777779,35,35,36.842106,36.842106,36.842106,36.842106,36.842106,38.888889,38.888889,31.818182,31.818182,29.166666,29.166666,29.166666,27.777779,35,35,36.842106,36.842106,36.842106,36.842106,36.842106,38.888889,38.888889,31.818182,31.818182,29.166666,29.166666,29.166666,27.777779,35,35,36.842106,36.842106,36.842106,36.842106,36.842106,38.888889,38.888889,31.818182,31.818182,29.166666,29.166666,29.166666,27.777779,35,35,36.842106,36.842106,36.842106,36.842106,36.842106,38.888889,38.888889,31.818182,31.818182,29.166666,29.166666,29.166666,27.777779,35,35,36.842106,36.842106,36.842106,36.842106,36.842106,38.888889,38.888889,31.818182,31.818182,29.166666,29.166666,29.166666,27.777779,35,35,36.842106,36.842106,36.842106,36.842106,36.842106,38.888889,38.888889,31.818182,31.818182,29.166666,29.166666,29.166666,27.777779,35,35,36.842106,36.842106,36.842106,36.842106,36.842106,38.888889,38.888889,31.818182,31.818182,29.166666,29.166666,29.166666,27.777779,35,35,36.842106,36.842106,36.842106,36.842106,36.842106,38.888889,38.888889,31.818182,31.818182,29.166666,29.166666,29.166666,27.777779,35,35,36.842106,36.842106,36.842106,36.842106,36.842106,38.888889,38.888889,31.818182,31.818182,29.166666,29.166666,29.166666,27.777779,35,35,36.842106,36.842106,36.842106,36.842106,36.842106,38.888889,38.888889,31.818182,31.818182,29.166666,29.166666,29.166666,27.777779,35,35,36.842106,36.842106,36.842106,36.842106,36.842106,38.888889,38.888889,31.818182,31.818182,29.166666,29.166666,29.166666,27.777779,35,35,36.842106,36.842106,36.842106,36.842106,36.842106,38.888889,38.888889,31.818182,31.818182,29.166666,29.166666,29.166666,27.777779,35,35,36.842106,36.842106,36.842106,36.842106,36.842106,38.888889,38.888889,31.818182,31.818182,29.166666,29.166666,29.166666,27.777779,35,35,36.842106,36.842106,36.842106,36.842106,36.842106,38.888889,38.888889,31.818182,31.818182,29.166666,29.166666,29.166666,27.777779,35,35,36.842106,36.842106,36.842106,36.842106,36.842106,38.888889,38.888889,31.818182,31.818182,29.166666,29.166666,29.166666,27.777779,35,35,36.842106,36.842106,36.842106,36.842106,36.842106,38.888889,38.888889,31.818182,31.818182,29.166666,29.166666,29.166666,27.777779,35,35,36.842106,36.842106,36.842106,36.842106,36.842106,38.888889,38.888889,31.818182,31.818182,29.166666,29.166666,29.166666,27.777779,35,35,36.842106,36.842106,36.842106,36.842106,36.842106,38.888889,38.888889,31.818182,31.818182,29.166666,29.166666,29.166666,27.777779,35,35,36.842106,36.842106,36.842106,36.842106,36.842106,38.888889,38.888889,31.818182,31.818182,29.166666,29.166666,29.166666,27.777779,35,35,36.842106,36.842106,36.842106,36.842106,36.842106,38.888889,38.888889,31.818182,31.818182,29.166666,29.166666,29.166666,27.777779,35,35,36.842106,36.842106,36.842106,36.842106,36.842106,38.888889,38.888889,31.818182,31.818182,29.166666,29.166666,29.166666,27.777779,35,35,36.842106,36.842106,36.842106,36.842106,36.842106,38.888889,38.888889,31.818182,31.818182,29.166666,29.166666,29.166666,27.777779,35,35,36.842106,36.842106,36.842106,36.842106,36.842106,38.888889,38.888889,31.818182,31.818182,29.166666,29.166666,29.166666,27.777779,35,35,36.842106,36.842106,36.842106,36.842106,36.842106,38.888889,38.888889,31.818182,31.818182,29.166666,29.166666,29.166666,27.777779,35,35,36.842106,36.842106,36.842106,36.842106,36.842106,38.888889,38.888889,31.818182,31.818182,29.166666,29.166666,29.166666,27.777779,35,35,36.842106,36.842106,36.842106,36.842106,36.842106,38.888889,38.888889,31.818182,31.818182,29.166666,29.166666,29.166666,27.777779,35,35,36.842106,36.842106,36.842106,36.842106,36.842106,38.888889,38.888889,31.818182,31.818182,29.166666,29.166666,29.166666,27.777779,35,35,36.842106,36.842106,36.842106,36.842106,36.842106,38.888889,38.888889,31.818182,31.818182,29.166666,29.166666,29.166666,27.777779,35,35,36.842106,36.842106,36.842106,36.842106,36.842106,38.888889,38.888889,31.818182,31.818182,29.166666,29.166666,29.166666,27.777779,35,35,36.842106,36.842106,36.842106,36.842106,36.842106,38.888889,38.888889,31.818182,31.818182,29.166666,29.166666,29.166666,27.777779,35,35,36.842106,36.842106,36.842106,36.842106,36.842106,38.888889,38.888889,31.818182,31.818182,29.166666,29.166666,29.166666,27.777779,35,35,36.842106,36.842106,36.842106,36.842106,36.842106,38.888889,38.888889,31.818182,31.818182,29.166666,29.166666,29.166666,27.777779,35,35,36.842106,36.842106,36.842106,36.842106,36.842106,38.888889,38.888889,31.818182,31.818182,29.166666,29.166666,29.166666,27.777779,35,35,36.842106,36.842106,36.842106,36.842106,36.842106,38.888889,38.888889,31.818182,31.818182,29.166666,29.166666,29.166666,14.285714,14.285714,25,25,25,25,25,25,25,25,23.076923,25,25,25,25,14.285714,14.285714,25,25,25,25,25,25,25,25,23.076923,25,25,25,25,14.285714,14.285714,25,25,25,25,25,25,25,25,23.076923,25,25,25,25,14.285714,14.285714,25,25,25,25,25,25,25,25,23.076923,25,25,25,25,14.285714,14.285714,25,25,25,25,25,25,25,25,23.076923,25,25,25,25,14.285714,14.285714,25,25,25,25,25,25,25,25,23.076923,25,25,25,25,14.285714,14.285714,25,25,25,25,25,25,25,25,23.076923,25,25,25,25,14.285714,14.285714,25,25,25,25,25,25,25,25,23.076923,25,25,25,25,14.285714,14.285714,25,25,25,25,25,25,25,25,23.076923,25,25,25,25,14.285714,14.285714,25,25,25,25,25,25,25,25,23.076923,25,25,25,25,14.285714,14.285714,25,25,25,25,25,25,25,25,23.076923,25,25,25,25,14.285714,14.285714,25,25,25,25,25,25,25,25,23.076923,25,25,25,25,14.285714,14.285714,25,25,25,25,25,25,25,25,23.076923,25,25,25,25,14.285714,14.285714,25,25,25,25,25,25,25,25,23.076923,25,25,25,25,14.285714,14.285714,25,25,25,25,25,25,25,25,23.076923,25,25,25,25,14.285714,14.285714,25,25,25,25,25,25,25,25,23.076923,25,25,25,25,14.285714,14.285714,25,25,25,25,25,25,25,25,23.076923,25,25,25,25,14.285714,14.285714,25,25,25,25,25,25,25,25,23.076923,25,25,25,25,14.285714,14.285714,25,25,25,25,25,25,25,25,23.076923,25,25,25,25,14.285714,14.285714,25,25,25,25,25,25,25,25,23.076923,25,25,25,25,14.285714,14.285714,25,25,25,25,25,25,25,25,23.076923,25,25,25,25,14.285714,14.285714,25,25,25,25,25,25,25,25,23.076923,25,25,25,25,14.285714,14.285714,25,25,25,25,25,25,25,25,23.076923,25,25,25,25,14.285714,14.285714,25,25,25,25,25,25,25,25,23.076923,25,25,25,25,14.285714,14.285714,25,25,25,25,25,25,25,25,23.076923,25,25,25,25,14.285714,14.285714,25,25,25,25,25,25,25,25,23.076923,25,25,25,25,14.285714,14.285714,25,25,25,25,25,25,25,25,23.076923,25,25,25,25,14.285714,14.285714,25,25,25,25,25,25,25,25,23.076923,25,25,25,25,14.285714,14.285714,25,25,25,25,25,25,25,25,23.076923,25,25,25,25,14.285714,14.285714,25,25,25,25,25,25,25,25,23.076923,25,25,25,25,14.285714,14.285714,25,25,25,25,25,25,25,25,23.076923,25,25,25,25,14.285714,14.285714,25,25,25,25,25,25,25,25,23.076923,25,25,25,25,14.285714,14.285714,25,25,25,25,25,25,25,25,23.076923,25,25,25,25,14.285714,14.285714,25,25,25,25,25,25,25,25,23.076923,25,25,25,25,14.285714,14.285714,25,25,25,25,25,25,25,25,23.076923,25,25,25,25,14.285714,14.285714,25,25,25,25,25,25,25,25,23.076923,25,25,25,25,14.285714,14.285714,25,25,25,25,25,25,25,25,23.076923,25,25,25,25,14.285714,14.285714,25,25,25,25,25,25,25,25,23.076923,25,25,25,25,14.285714,14.285714,25,25,25,25,25,25,25,25,23.076923,25,25,25,25,14.285714,14.285714,25,25,25,25,25,25,25,25,23.076923,25,25,25,25,14.285714,14.285714,25,25,25,25,25,25,25,25,23.076923,25,25,25,25,14.285714,14.285714,25,25,25,25,25,25,25,25,23.076923,25,25,25,25,14.285714,14.285714,25,25,25,25,25,25,25,25,23.076923,25,25,25,25,14.285714,14.285714,25,25,25,25,25,25,25,25,23.076923,25,25,25,25,14.285714,14.285714,25,25,25,25,25,25,25,25,23.076923,25,25,25,25,14.285714,14.285714,25,25,25,25,25,25,25,25,23.076923,25,25,25,25,14.285714,14.285714,25,25,25,25,25,25,25,25,23.076923,25,25,25,25,14.285714,14.285714,25,25,25,25,25,25,25,25,23.076923,25,25,25,25,14.285714,14.285714,25,25,25,25,25,25,25,25,23.076923,25,25,25,25,14.285714,14.285714,25,25,25,25,25,25,25,25,23.076923,25,25,25,25,14.285714,14.285714,25,25,25,25,25,25,25,25,23.076923,25,25,25,25,14.285714,14.285714,25,25,25,25,25,25,25,25,23.076923,25,25,25,25,14.285714,14.285714,25,25,25,25,25,25,25,25,23.076923,25,25,25,25,14.285714,14.285714,25,25,25,25,25,25,25,25,23.076923,25,25,25,25,14.285714,14.285714,25,25,25,25,25,25,25,25,23.076923,25,25,25,25,14.285714,14.285714,25,25,25,25,25,25,25,25,23.076923,25,25,25,25,14.285714,14.285714,25,25,25,25,25,25,25,25,23.076923,25,25,25,25,14.285714,14.285714,25,25,25,25,25,25,25,25,23.076923,25,25,25,25,14.285714,14.285714,25,25,25,25,25,25,25,25,23.076923,25,25,25,25,14.285714,14.285714,25,25,25,25,25,25,25,25,23.076923,25,25,25,25,14.285714,14.285714,25,25,25,25,25,25,25,25,23.076923,25,25,25,25,14.285714,14.285714,25,25,25,25,25,25,25,25,23.076923,25,25,25,25,14.285714,14.285714,25,25,25,25,25,25,25,25,23.076923,25,25,25,25,14.285714,14.285714,25,25,25,25,25,25,25,25,23.076923,25,25,25,25,14.285714,14.285714,25,25,25,25,25,25,25,25,23.076923,25,25,25,25,14.285714,14.285714,25,25,25,25,25,25,25,25,23.076923,25,25,25,25,14.285714,14.285714,25,25,25,25,25,25,25,25,23.076923,25,25,25,25,14.285714,14.285714,25,25,25,25,25,25,25,25,23.076923,25,25,25,25,14.285714,14.285714,25,25,25,25,25,25,25,25,23.076923,25,25,25,25,14.285714,14.285714,25,25,25,25,25,25,25,25,23.076923,25,25,25,25,14.285714,14.285714,25,25,25,25,25,25,25,25,23.076923,25,25,25,25,14.285714,14.285714,25,25,25,25,25,25,25,25,23.076923,25,25,25,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 ),.Dim=c(3107,15)), other_pc=structure(.Data=c( 9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,0,0,0,0,0,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,0,0,0,0,0,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,0,0,0,0,0,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,0,0,0,0,0,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,0,0,0,0,0,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,0,0,0,0,0,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,0,0,0,0,0,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,0,0,0,0,0,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,0,0,0,0,0,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,0,0,0,0,0,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,0,0,0,0,0,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,0,0,0,0,0,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,0,0,0,0,0,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,0,0,0,0,0,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,0,0,0,0,0,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,9.090909,9.090909,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,9.090909,9.090909,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,9.090909,9.090909,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,9.090909,9.090909,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,9.090909,9.090909,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,9.090909,9.090909,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,9.090909,9.090909,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,9.090909,9.090909,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,9.090909,9.090909,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,9.090909,9.090909,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,9.090909,9.090909,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,9.090909,9.090909,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,9.090909,9.090909,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,9.090909,9.090909,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,9.090909,9.090909,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,9.090909,9.090909,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,9.090909,9.090909,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,9.090909,9.090909,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,9.090909,9.090909,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,9.090909,9.090909,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,9.090909,9.090909,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,9.090909,9.090909,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,9.090909,9.090909,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,9.090909,9.090909,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,9.090909,9.090909,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,9.090909,9.090909,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,9.090909,9.090909,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,9.090909,9.090909,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,9.090909,9.090909,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,9.090909,9.090909,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,9.090909,9.090909,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,9.090909,9.090909,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,9.090909,9.090909,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,9.090909,9.090909,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,9.090909,9.090909,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,9.090909,9.090909,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,9.090909,9.090909,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,9.090909,9.090909,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,9.090909,9.090909,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,9.090909,9.090909,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,9.090909,9.090909,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,9.090909,9.090909,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,9.090909,9.090909,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,9.090909,9.090909,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,9.090909,9.090909,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,9.090909,9.090909,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,9.090909,9.090909,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,9.090909,9.090909,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,9.090909,9.090909,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,9.090909,9.090909,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,9.090909,9.090909,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,9.090909,9.090909,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,9.090909,9.090909,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,9.090909,9.090909,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,9.090909,9.090909,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,9.090909,9.090909,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,9.090909,9.090909,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,9.090909,9.090909,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,9.090909,9.090909,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,9.090909,9.090909,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,9.090909,9.090909,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,9.090909,9.090909,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,9.090909,9.090909,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,9.090909,9.090909,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,9.090909,9.090909,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,9.090909,9.090909,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,9.090909,9.090909,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,9.090909,9.090909,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,9.090909,9.090909,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,9.090909,9.090909,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,9.090909,9.090909,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,9.090909,9.090909,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,9.090909,9.090909,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,9.090909,9.090909,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,7.6923075,9.090909,9.090909,21.176472,20.930233,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,21.276596,21.052631,21.21212,21,21.176472,20.930233,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,21.276596,21.052631,21.21212,21,21.176472,20.930233,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,21.276596,21.052631,21.21212,21,21.176472,20.930233,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,21.276596,21.052631,21.21212,21,21.176472,20.930233,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,21.276596,21.052631,21.21212,21,21.176472,20.930233,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,21.276596,21.052631,21.21212,21,21.176472,20.930233,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,21.276596,21.052631,21.21212,21,21.176472,20.930233,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,21.276596,21.052631,21.21212,21,21.176472,20.930233,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,21.276596,21.052631,21.21212,21,21.176472,20.930233,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,21.276596,21.052631,21.21212,21,21.176472,20.930233,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,21.276596,21.052631,21.21212,21,21.176472,20.930233,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,21.276596,21.052631,21.21212,21,21.176472,20.930233,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,21.276596,21.052631,21.21212,21,21.176472,20.930233,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,21.276596,21.052631,21.21212,21,21.176472,20.930233,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,21.276596,21.052631,21.21212,21,21.176472,20.930233,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,21.276596,21.052631,21.21212,21,21.176472,20.930233,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,21.276596,21.052631,21.21212,21,21.176472,20.930233,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,21.276596,21.052631,21.21212,21,21.176472,20.930233,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,21.276596,21.052631,21.21212,21,21.176472,20.930233,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,21.276596,21.052631,21.21212,21,21.176472,20.930233,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,21.276596,21.052631,21.21212,21,21.176472,20.930233,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,21.276596,21.052631,21.21212,21,21.176472,20.930233,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,21.276596,21.052631,21.21212,21,21.176472,20.930233,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,21.276596,21.052631,21.21212,21,21.176472,20.930233,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,21.276596,21.052631,21.21212,21,21.176472,20.930233,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,21.276596,21.052631,21.21212,21,21.176472,20.930233,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,21.276596,21.052631,21.21212,21,21.176472,20.930233,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,21.276596,21.052631,21.21212,21,21.176472,20.930233,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,21.276596,21.052631,21.21212,21,21.176472,20.930233,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,21.276596,21.052631,21.21212,21,21.176472,20.930233,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,21.276596,21.052631,21.21212,21,21.176472,20.930233,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,21.276596,21.052631,21.21212,21,21.176472,20.930233,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,21.276596,21.052631,21.21212,21,21.176472,20.930233,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,21.276596,21.052631,21.21212,21,21.176472,20.930233,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,21.276596,21.052631,21.21212,21,21.176472,20.930233,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,21.276596,21.052631,21.21212,21,21.176472,20.930233,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,21.276596,21.052631,21.21212,21,21.176472,20.930233,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,21.276596,21.052631,21.21212,21,21.176472,20.930233,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,21.276596,21.052631,21.21212,21,21.176472,20.930233,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,21.276596,21.052631,21.21212,21,21.176472,20.930233,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,21.276596,21.052631,21.21212,21,21.176472,20.930233,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,21.276596,21.052631,21.21212,21,21.176472,20.930233,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,21.276596,21.052631,21.21212,21,21.176472,20.930233,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,21.276596,21.052631,21.21212,21,21.176472,20.930233,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,21.276596,21.052631,21.21212,21,21.176472,20.930233,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,21.276596,21.052631,21.21212,21,21.176472,20.930233,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,21.276596,21.052631,21.21212,21,21.176472,20.930233,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,21.276596,21.052631,21.21212,21,21.176472,20.930233,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,21.276596,21.052631,21.21212,21,21.176472,20.930233,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,21.276596,21.052631,21.21212,21,21.176472,20.930233,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,21.276596,21.052631,21.21212,21,21.176472,20.930233,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,21.276596,21.052631,21.21212,21,21.176472,20.930233,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,21.276596,21.052631,21.21212,21,21.176472,20.930233,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,21.276596,21.052631,21.21212,21,21.176472,20.930233,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,21.276596,21.052631,21.21212,21,21.176472,20.930233,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,21.276596,21.052631,21.21212,21,21.176472,20.930233,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,21.276596,21.052631,21.21212,21,21.176472,20.930233,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,20.430107,21.276596,21.052631,21.21212,21,50,37.5,37.5,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,13.333333,13.333333,50,37.5,37.5,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,13.333333,13.333333,50,37.5,37.5,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,13.333333,13.333333,50,37.5,37.5,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,13.333333,13.333333,50,37.5,37.5,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,13.333333,13.333333,50,37.5,37.5,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,13.333333,13.333333,50,37.5,37.5,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,13.333333,13.333333,50,37.5,37.5,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,13.333333,13.333333,50,37.5,37.5,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,13.333333,13.333333,50,37.5,37.5,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,13.333333,13.333333,50,37.5,37.5,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,13.333333,13.333333,50,37.5,37.5,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,13.333333,13.333333,50,37.5,37.5,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,13.333333,13.333333,50,37.5,37.5,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,13.333333,13.333333,50,37.5,37.5,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,13.333333,13.333333,50,37.5,37.5,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,13.333333,13.333333,50,37.5,37.5,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,13.333333,13.333333,50,37.5,37.5,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,13.333333,13.333333,50,37.5,37.5,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,13.333333,13.333333,50,37.5,37.5,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,13.333333,13.333333,50,37.5,37.5,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,13.333333,13.333333,50,37.5,37.5,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,13.333333,13.333333,50,37.5,37.5,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,13.333333,13.333333,50,37.5,37.5,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,13.333333,13.333333,50,37.5,37.5,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,13.333333,13.333333,50,37.5,37.5,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,13.333333,13.333333,50,37.5,37.5,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,13.333333,13.333333,50,37.5,37.5,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,13.333333,13.333333,50,37.5,37.5,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,13.333333,13.333333,50,37.5,37.5,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,13.333333,13.333333,50,37.5,37.5,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,13.333333,13.333333,50,37.5,37.5,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,13.333333,13.333333,50,37.5,37.5,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,13.333333,13.333333,50,37.5,37.5,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,13.333333,13.333333,50,37.5,37.5,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,13.333333,13.333333,50,37.5,37.5,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,13.333333,13.333333,50,37.5,37.5,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,13.333333,13.333333,50,37.5,37.5,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,13.333333,13.333333,50,37.5,37.5,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,13.333333,13.333333,50,37.5,37.5,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,13.333333,13.333333,50,37.5,37.5,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,13.333333,13.333333,50,37.5,37.5,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,13.333333,13.333333,50,37.5,37.5,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,13.333333,13.333333,50,37.5,37.5,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,13.333333,13.333333,50,37.5,37.5,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,13.333333,13.333333,50,37.5,37.5,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,13.333333,13.333333,50,37.5,37.5,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,13.333333,13.333333,50,37.5,37.5,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,13.333333,13.333333,50,37.5,37.5,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,13.333333,13.333333,50,37.5,37.5,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,13.333333,13.333333,50,37.5,37.5,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,13.333333,13.333333,50,37.5,37.5,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,13.333333,13.333333,50,37.5,37.5,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,13.333333,13.333333,50,37.5,37.5,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,13.333333,13.333333,50,37.5,37.5,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,13.333333,13.333333,50,37.5,37.5,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,13.333333,13.333333,50,37.5,37.5,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,13.333333,13.333333,50,37.5,37.5,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,13.333333,13.333333,50,37.5,37.5,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,13.333333,13.333333,50,37.5,37.5,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,13.333333,13.333333,50,37.5,37.5,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,13.333333,13.333333,50,37.5,37.5,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,13.333333,13.333333,50,37.5,37.5,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,13.333333,13.333333,50,37.5,37.5,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,17.647058,13.333333,13.333333,16.41791,16.41791,16.41791,16.41791,16.17647,15.942029,15.942029,15.714286,15.714286,15.714286,15.714286,15.714286,15.714286,22.891567,22.619047,16.41791,16.41791,16.41791,16.41791,16.17647,15.942029,15.942029,15.714286,15.714286,15.714286,15.714286,15.714286,15.714286,22.891567,22.619047,16.41791,16.41791,16.41791,16.41791,16.17647,15.942029,15.942029,15.714286,15.714286,15.714286,15.714286,15.714286,15.714286,22.891567,22.619047,16.41791,16.41791,16.41791,16.41791,16.17647,15.942029,15.942029,15.714286,15.714286,15.714286,15.714286,15.714286,15.714286,22.891567,22.619047,16.41791,16.41791,16.41791,16.41791,16.17647,15.942029,15.942029,15.714286,15.714286,15.714286,15.714286,15.714286,15.714286,22.891567,22.619047,16.41791,16.41791,16.41791,16.41791,16.17647,15.942029,15.942029,15.714286,15.714286,15.714286,15.714286,15.714286,15.714286,22.891567,22.619047,16.41791,16.41791,16.41791,16.41791,16.17647,15.942029,15.942029,15.714286,15.714286,15.714286,15.714286,15.714286,15.714286,22.891567,22.619047,16.41791,16.41791,16.41791,16.41791,16.17647,15.942029,15.942029,15.714286,15.714286,15.714286,15.714286,15.714286,15.714286,22.891567,22.619047,16.666666,16.666666,16,16.666666,16.666666,16.666666,16.666666,16,15.384615,15.384615,15.384615,15.384615,15.384615,10.810811,10.526316,16.666666,16.666666,16,16.666666,16.666666,16.666666,16.666666,16,15.384615,15.384615,15.384615,15.384615,15.384615,10.810811,10.526316,16.666666,16.666666,16,16.666666,16.666666,16.666666,16.666666,16,15.384615,15.384615,15.384615,15.384615,15.384615,10.810811,10.526316,18.181818,14.285714,14.285714,14.285714,18.181818,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,18.181818,14.285714,14.285714,14.285714,18.181818,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,18.181818,14.285714,14.285714,14.285714,18.181818,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,18.181818,14.285714,14.285714,14.285714,18.181818,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,18.181818,14.285714,14.285714,14.285714,18.181818,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,18.181818,14.285714,14.285714,14.285714,18.181818,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,18.181818,14.285714,14.285714,14.285714,18.181818,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,18.181818,14.285714,14.285714,14.285714,18.181818,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,18.181818,14.285714,14.285714,14.285714,18.181818,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,18.181818,14.285714,14.285714,14.285714,18.181818,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,18.181818,14.285714,14.285714,14.285714,18.181818,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,18.181818,14.285714,14.285714,14.285714,18.181818,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,18.181818,14.285714,14.285714,14.285714,18.181818,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,18.181818,14.285714,14.285714,14.285714,18.181818,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,18.181818,14.285714,14.285714,14.285714,18.181818,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,18.181818,14.285714,14.285714,14.285714,18.181818,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,18.181818,14.285714,14.285714,14.285714,18.181818,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,18.181818,14.285714,14.285714,14.285714,18.181818,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,18.181818,14.285714,14.285714,14.285714,18.181818,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,18.181818,14.285714,14.285714,14.285714,18.181818,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,18.181818,14.285714,14.285714,14.285714,18.181818,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,18.181818,14.285714,14.285714,14.285714,18.181818,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,18.181818,14.285714,14.285714,14.285714,18.181818,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,18.181818,14.285714,14.285714,14.285714,18.181818,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,18.181818,14.285714,14.285714,14.285714,18.181818,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,18.181818,14.285714,14.285714,14.285714,18.181818,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,18.181818,14.285714,14.285714,14.285714,18.181818,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,18.181818,14.285714,14.285714,14.285714,18.181818,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,18.181818,14.285714,14.285714,14.285714,18.181818,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,18.181818,14.285714,14.285714,14.285714,18.181818,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,18.181818,14.285714,14.285714,14.285714,18.181818,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,18.181818,14.285714,14.285714,14.285714,18.181818,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,18.181818,14.285714,14.285714,14.285714,18.181818,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,18.181818,14.285714,14.285714,14.285714,18.181818,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,18.181818,14.285714,14.285714,14.285714,18.181818,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,18.181818,14.285714,14.285714,14.285714,18.181818,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,18.181818,14.285714,14.285714,14.285714,18.181818,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,18.181818,14.285714,14.285714,14.285714,18.181818,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,18.181818,14.285714,14.285714,14.285714,18.181818,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,18.181818,14.285714,14.285714,14.285714,18.181818,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,18.181818,14.285714,14.285714,14.285714,18.181818,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,18.181818,14.285714,14.285714,14.285714,18.181818,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,18.181818,14.285714,14.285714,14.285714,18.181818,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,18.181818,14.285714,14.285714,14.285714,18.181818,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,18.181818,14.285714,14.285714,14.285714,18.181818,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,18.181818,14.285714,14.285714,14.285714,18.181818,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,18.181818,14.285714,14.285714,14.285714,18.181818,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,18.181818,14.285714,14.285714,14.285714,18.181818,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,18.181818,14.285714,14.285714,14.285714,18.181818,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,18.181818,14.285714,14.285714,14.285714,18.181818,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,18.181818,14.285714,14.285714,14.285714,18.181818,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,18.181818,14.285714,14.285714,14.285714,18.181818,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,18.181818,14.285714,14.285714,14.285714,18.181818,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,18.181818,14.285714,14.285714,14.285714,18.181818,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,18.181818,14.285714,14.285714,14.285714,18.181818,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,18.181818,14.285714,14.285714,14.285714,18.181818,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,18.181818,14.285714,14.285714,14.285714,18.181818,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,18.181818,14.285714,14.285714,14.285714,18.181818,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,18.181818,14.285714,14.285714,14.285714,18.181818,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,18.181818,14.285714,14.285714,14.285714,18.181818,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,18.181818,14.285714,14.285714,14.285714,18.181818,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,18.181818,14.285714,14.285714,14.285714,18.181818,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,18.181818,14.285714,14.285714,14.285714,18.181818,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,18.181818,14.285714,14.285714,14.285714,18.181818,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,18.181818,14.285714,14.285714,14.285714,18.181818,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,18.181818,14.285714,14.285714,14.285714,18.181818,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,18.181818,14.285714,14.285714,14.285714,18.181818,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,14.285714,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,0,0,0,0,0,42.857143,42.857143,42.857143,42.857143,42.857143,42.857143,42.857143,42.857143,20,20,20,20,20,20,20,42.857143,42.857143,42.857143,42.857143,42.857143,42.857143,42.857143,42.857143,20,20,20,20,20,20,20,42.857143,42.857143,42.857143,42.857143,42.857143,42.857143,42.857143,42.857143,20,20,20,20,20,20,20,42.857143,42.857143,42.857143,42.857143,42.857143,42.857143,42.857143,42.857143,20,20,20,20,20,20,20,42.857143,42.857143,42.857143,42.857143,42.857143,42.857143,42.857143,42.857143,20,20,20,20,20,20,20,42.857143,42.857143,42.857143,42.857143,42.857143,42.857143,42.857143,42.857143,20,20,20,20,20,20,20,42.857143,42.857143,42.857143,42.857143,42.857143,42.857143,42.857143,42.857143,20,20,20,20,20,20,20,42.857143,42.857143,42.857143,42.857143,42.857143,42.857143,42.857143,42.857143,20,20,20,20,20,20,20,42.857143,42.857143,42.857143,42.857143,42.857143,42.857143,42.857143,42.857143,20,20,20,20,20,20,20,42.857143,42.857143,42.857143,42.857143,42.857143,42.857143,42.857143,42.857143,20,20,20,20,20,20,20,42.857143,42.857143,42.857143,42.857143,42.857143,42.857143,42.857143,42.857143,20,20,20,20,20,20,20,42.857143,42.857143,42.857143,42.857143,42.857143,42.857143,42.857143,42.857143,20,20,20,20,20,20,20,42.857143,42.857143,42.857143,42.857143,42.857143,42.857143,42.857143,42.857143,20,20,20,20,20,20,20,42.857143,42.857143,42.857143,42.857143,42.857143,42.857143,42.857143,42.857143,20,20,20,20,20,20,20,42.857143,42.857143,42.857143,42.857143,42.857143,42.857143,42.857143,42.857143,20,20,20,20,20,20,20,42.857143,42.857143,42.857143,42.857143,42.857143,42.857143,42.857143,42.857143,20,20,20,20,20,20,20,42.857143,42.857143,42.857143,42.857143,42.857143,42.857143,42.857143,42.857143,20,20,20,20,20,20,20,42.857143,42.857143,42.857143,42.857143,42.857143,42.857143,42.857143,42.857143,20,20,20,20,20,20,20,42.857143,42.857143,42.857143,42.857143,42.857143,42.857143,42.857143,42.857143,20,20,20,20,20,20,20,42.857143,42.857143,42.857143,42.857143,42.857143,42.857143,42.857143,42.857143,20,20,20,20,20,20,20,42.857143,42.857143,42.857143,42.857143,42.857143,42.857143,42.857143,42.857143,20,20,20,20,20,20,20,42.857143,42.857143,42.857143,42.857143,42.857143,42.857143,42.857143,42.857143,20,20,20,20,20,20,20,42.857143,42.857143,42.857143,42.857143,42.857143,42.857143,42.857143,42.857143,20,20,20,20,20,20,20,42.857143,42.857143,42.857143,42.857143,42.857143,42.857143,42.857143,42.857143,20,20,20,20,20,20,20,42.857143,42.857143,42.857143,42.857143,42.857143,42.857143,42.857143,42.857143,20,20,20,20,20,20,20,42.857143,42.857143,42.857143,42.857143,42.857143,42.857143,42.857143,42.857143,20,20,20,20,20,20,20,42.857143,42.857143,42.857143,42.857143,42.857143,42.857143,42.857143,42.857143,20,20,20,20,20,20,20,42.857143,42.857143,42.857143,42.857143,42.857143,42.857143,42.857143,42.857143,20,20,20,20,20,20,20,42.857143,42.857143,42.857143,42.857143,42.857143,42.857143,42.857143,42.857143,20,20,20,20,20,20,20,42.857143,42.857143,42.857143,42.857143,42.857143,42.857143,42.857143,42.857143,20,20,20,20,20,20,20,42.857143,42.857143,42.857143,42.857143,42.857143,42.857143,42.857143,42.857143,20,20,20,20,20,20,20,42.857143,42.857143,42.857143,42.857143,42.857143,42.857143,42.857143,42.857143,20,20,20,20,20,20,20,42.857143,42.857143,42.857143,42.857143,42.857143,42.857143,42.857143,42.857143,20,20,20,20,20,20,20,42.857143,42.857143,42.857143,42.857143,42.857143,42.857143,42.857143,42.857143,20,20,20,20,20,20,20,42.857143,42.857143,42.857143,42.857143,42.857143,42.857143,42.857143,42.857143,20,20,20,20,20,20,20,42.857143,42.857143,42.857143,42.857143,42.857143,42.857143,42.857143,42.857143,20,20,20,20,20,20,20,42.857143,42.857143,42.857143,42.857143,42.857143,42.857143,42.857143,42.857143,20,20,20,20,20,20,20,42.857143,42.857143,42.857143,42.857143,42.857143,42.857143,42.857143,42.857143,20,20,20,20,20,20,20,42.857143,42.857143,42.857143,42.857143,42.857143,42.857143,42.857143,42.857143,20,20,20,20,20,20,20,42.857143,42.857143,42.857143,42.857143,42.857143,42.857143,42.857143,42.857143,20,20,20,20,20,20,20,42.857143,42.857143,42.857143,42.857143,42.857143,42.857143,42.857143,42.857143,20,20,20,20,20,20,20,42.857143,42.857143,42.857143,42.857143,42.857143,42.857143,42.857143,42.857143,20,20,20,20,20,20,20,42.857143,42.857143,42.857143,42.857143,42.857143,42.857143,42.857143,42.857143,20,20,20,20,20,20,20,42.857143,42.857143,42.857143,42.857143,42.857143,42.857143,42.857143,42.857143,20,20,20,20,20,20,20,17.241379,17.241379,17.241379,17.241379,17.241379,16.666666,16.393442,16.393442,16.393442,16.393442,15.151515,15.151515,15.151515,12.5,12.5,17.241379,17.241379,17.241379,17.241379,17.241379,16.666666,16.393442,16.393442,16.393442,16.393442,15.151515,15.151515,15.151515,12.5,12.5,17.241379,17.241379,17.241379,17.241379,17.241379,16.666666,16.393442,16.393442,16.393442,16.393442,15.151515,15.151515,15.151515,12.5,12.5,17.241379,17.241379,17.241379,17.241379,17.241379,16.666666,16.393442,16.393442,16.393442,16.393442,15.151515,15.151515,15.151515,12.5,12.5,17.241379,17.241379,17.241379,17.241379,17.241379,16.666666,16.393442,16.393442,16.393442,16.393442,15.151515,15.151515,15.151515,12.5,12.5,17.241379,17.241379,17.241379,17.241379,17.241379,16.666666,16.393442,16.393442,16.393442,16.393442,15.151515,15.151515,15.151515,12.5,12.5,17.241379,17.241379,17.241379,17.241379,17.241379,16.666666,16.393442,16.393442,16.393442,16.393442,15.151515,15.151515,15.151515,12.5,12.5,17.241379,17.241379,17.241379,17.241379,17.241379,16.666666,16.393442,16.393442,16.393442,16.393442,15.151515,15.151515,15.151515,12.5,12.5,17.241379,17.241379,17.241379,17.241379,17.241379,16.666666,16.393442,16.393442,16.393442,16.393442,15.151515,15.151515,15.151515,12.5,12.5,17.241379,17.241379,17.241379,17.241379,17.241379,16.666666,16.393442,16.393442,16.393442,16.393442,15.151515,15.151515,15.151515,12.5,12.5,17.241379,17.241379,17.241379,17.241379,17.241379,16.666666,16.393442,16.393442,16.393442,16.393442,15.151515,15.151515,15.151515,12.5,12.5,17.241379,17.241379,17.241379,17.241379,17.241379,16.666666,16.393442,16.393442,16.393442,16.393442,15.151515,15.151515,15.151515,12.5,12.5,17.241379,17.241379,17.241379,17.241379,17.241379,16.666666,16.393442,16.393442,16.393442,16.393442,15.151515,15.151515,15.151515,12.5,12.5,17.241379,17.241379,17.241379,17.241379,17.241379,16.666666,16.393442,16.393442,16.393442,16.393442,15.151515,15.151515,15.151515,12.5,12.5,17.241379,17.241379,17.241379,17.241379,17.241379,16.666666,16.393442,16.393442,16.393442,16.393442,15.151515,15.151515,15.151515,12.5,12.5,17.241379,17.241379,17.241379,17.241379,17.241379,16.666666,16.393442,16.393442,16.393442,16.393442,15.151515,15.151515,15.151515,12.5,12.5,17.241379,17.241379,17.241379,17.241379,17.241379,16.666666,16.393442,16.393442,16.393442,16.393442,15.151515,15.151515,15.151515,12.5,12.5,17.241379,17.241379,17.241379,17.241379,17.241379,16.666666,16.393442,16.393442,16.393442,16.393442,15.151515,15.151515,15.151515,12.5,12.5,17.241379,17.241379,17.241379,17.241379,17.241379,16.666666,16.393442,16.393442,16.393442,16.393442,15.151515,15.151515,15.151515,12.5,12.5,17.241379,17.241379,17.241379,17.241379,17.241379,16.666666,16.393442,16.393442,16.393442,16.393442,15.151515,15.151515,15.151515,12.5,12.5,17.241379,17.241379,17.241379,17.241379,17.241379,16.666666,16.393442,16.393442,16.393442,16.393442,15.151515,15.151515,15.151515,12.5,12.5,17.241379,17.241379,17.241379,17.241379,17.241379,16.666666,16.393442,16.393442,16.393442,16.393442,15.151515,15.151515,15.151515,12.5,12.5,17.241379,17.241379,17.241379,17.241379,17.241379,16.666666,16.393442,16.393442,16.393442,16.393442,15.151515,15.151515,15.151515,12.5,12.5,17.241379,17.241379,17.241379,17.241379,17.241379,16.666666,16.393442,16.393442,16.393442,16.393442,15.151515,15.151515,15.151515,12.5,12.5,17.241379,17.241379,17.241379,17.241379,17.241379,16.666666,16.393442,16.393442,16.393442,16.393442,15.151515,15.151515,15.151515,12.5,12.5,17.241379,17.241379,17.241379,17.241379,17.241379,16.666666,16.393442,16.393442,16.393442,16.393442,15.151515,15.151515,15.151515,12.5,12.5,17.241379,17.241379,17.241379,17.241379,17.241379,16.666666,16.393442,16.393442,16.393442,16.393442,15.151515,15.151515,15.151515,12.5,12.5,17.241379,17.241379,17.241379,17.241379,17.241379,16.666666,16.393442,16.393442,16.393442,16.393442,15.151515,15.151515,15.151515,12.5,12.5,17.241379,17.241379,17.241379,17.241379,17.241379,16.666666,16.393442,16.393442,16.393442,16.393442,15.151515,15.151515,15.151515,12.5,12.5,17.241379,17.241379,17.241379,17.241379,17.241379,16.666666,16.393442,16.393442,16.393442,16.393442,15.151515,15.151515,15.151515,12.5,12.5,17.241379,17.241379,17.241379,17.241379,17.241379,16.666666,16.393442,16.393442,16.393442,16.393442,15.151515,15.151515,15.151515,12.5,12.5,17.241379,17.241379,17.241379,17.241379,17.241379,16.666666,16.393442,16.393442,16.393442,16.393442,15.151515,15.151515,15.151515,12.5,12.5,17.241379,17.241379,17.241379,17.241379,17.241379,16.666666,16.393442,16.393442,16.393442,16.393442,15.151515,15.151515,15.151515,12.5,12.5,17.241379,17.241379,17.241379,17.241379,17.241379,16.666666,16.393442,16.393442,16.393442,16.393442,15.151515,15.151515,15.151515,12.5,12.5,17.241379,17.241379,17.241379,17.241379,17.241379,16.666666,16.393442,16.393442,16.393442,16.393442,15.151515,15.151515,15.151515,12.5,12.5,17.241379,17.241379,17.241379,17.241379,17.241379,16.666666,16.393442,16.393442,16.393442,16.393442,15.151515,15.151515,15.151515,12.5,12.5,17.241379,17.241379,17.241379,17.241379,17.241379,16.666666,16.393442,16.393442,16.393442,16.393442,15.151515,15.151515,15.151515,12.5,12.5,17.241379,17.241379,17.241379,17.241379,17.241379,16.666666,16.393442,16.393442,16.393442,16.393442,15.151515,15.151515,15.151515,12.5,12.5,17.241379,17.241379,17.241379,17.241379,17.241379,16.666666,16.393442,16.393442,16.393442,16.393442,15.151515,15.151515,15.151515,12.5,12.5,17.241379,17.241379,17.241379,17.241379,17.241379,16.666666,16.393442,16.393442,16.393442,16.393442,15.151515,15.151515,15.151515,12.5,12.5,17.241379,17.241379,17.241379,17.241379,17.241379,16.666666,16.393442,16.393442,16.393442,16.393442,15.151515,15.151515,15.151515,12.5,12.5,17.241379,17.241379,17.241379,17.241379,17.241379,16.666666,16.393442,16.393442,16.393442,16.393442,15.151515,15.151515,15.151515,12.5,12.5,17.241379,17.241379,17.241379,17.241379,17.241379,16.666666,16.393442,16.393442,16.393442,16.393442,15.151515,15.151515,15.151515,12.5,12.5,17.241379,17.241379,17.241379,17.241379,17.241379,16.666666,16.393442,16.393442,16.393442,16.393442,15.151515,15.151515,15.151515,12.5,12.5,17.241379,17.241379,17.241379,17.241379,17.241379,16.666666,16.393442,16.393442,16.393442,16.393442,15.151515,15.151515,15.151515,12.5,12.5,17.241379,17.241379,17.241379,17.241379,17.241379,16.666666,16.393442,16.393442,16.393442,16.393442,15.151515,15.151515,15.151515,12.5,12.5,17.241379,17.241379,17.241379,17.241379,17.241379,16.666666,16.393442,16.393442,16.393442,16.393442,15.151515,15.151515,15.151515,12.5,12.5,17.241379,17.241379,17.241379,17.241379,17.241379,16.666666,16.393442,16.393442,16.393442,16.393442,15.151515,15.151515,15.151515,12.5,12.5,17.241379,17.241379,17.241379,17.241379,17.241379,16.666666,16.393442,16.393442,16.393442,16.393442,15.151515,15.151515,15.151515,12.5,12.5,17.241379,17.241379,17.241379,17.241379,17.241379,16.666666,16.393442,16.393442,16.393442,16.393442,15.151515,15.151515,15.151515,12.5,12.5,17.241379,17.241379,17.241379,17.241379,17.241379,16.666666,16.393442,16.393442,16.393442,16.393442,15.151515,15.151515,15.151515,12.5,12.5,17.241379,17.241379,17.241379,17.241379,17.241379,16.666666,16.393442,16.393442,16.393442,16.393442,15.151515,15.151515,15.151515,12.5,12.5,17.241379,17.241379,17.241379,17.241379,17.241379,16.666666,16.393442,16.393442,16.393442,16.393442,15.151515,15.151515,15.151515,12.5,12.5,17.241379,17.241379,17.241379,17.241379,17.241379,16.666666,16.393442,16.393442,16.393442,16.393442,15.151515,15.151515,15.151515,12.5,12.5,17.241379,17.241379,17.241379,17.241379,17.241379,16.666666,16.393442,16.393442,16.393442,16.393442,15.151515,15.151515,15.151515,12.5,12.5,17.241379,17.241379,17.241379,17.241379,17.241379,16.666666,16.393442,16.393442,16.393442,16.393442,15.151515,15.151515,15.151515,12.5,12.5,17.241379,17.241379,17.241379,17.241379,17.241379,16.666666,16.393442,16.393442,16.393442,16.393442,15.151515,15.151515,15.151515,12.5,12.5,17.241379,17.241379,17.241379,17.241379,17.241379,16.666666,16.393442,16.393442,16.393442,16.393442,15.151515,15.151515,15.151515,12.5,12.5,17.241379,17.241379,17.241379,17.241379,17.241379,16.666666,16.393442,16.393442,16.393442,16.393442,15.151515,15.151515,15.151515,12.5,12.5,17.241379,17.241379,17.241379,17.241379,17.241379,16.666666,16.393442,16.393442,16.393442,16.393442,15.151515,15.151515,15.151515,12.5,12.5,17.241379,17.241379,17.241379,17.241379,17.241379,16.666666,16.393442,16.393442,16.393442,16.393442,15.151515,15.151515,15.151515,12.5,12.5,17.241379,17.241379,17.241379,17.241379,17.241379,16.666666,16.393442,16.393442,16.393442,16.393442,15.151515,15.151515,15.151515,12.5,12.5,17.241379,17.241379,17.241379,17.241379,17.241379,16.666666,16.393442,16.393442,16.393442,16.393442,15.151515,15.151515,15.151515,12.5,12.5,17.241379,17.241379,17.241379,17.241379,17.241379,16.666666,16.393442,16.393442,16.393442,16.393442,15.151515,15.151515,15.151515,12.5,12.5,17.241379,17.241379,17.241379,17.241379,17.241379,16.666666,16.393442,16.393442,16.393442,16.393442,15.151515,15.151515,15.151515,12.5,12.5,17.241379,17.241379,17.241379,17.241379,17.241379,16.666666,16.393442,16.393442,16.393442,16.393442,15.151515,15.151515,15.151515,12.5,12.5,17.241379,17.241379,17.241379,17.241379,17.241379,16.666666,16.393442,16.393442,16.393442,16.393442,15.151515,15.151515,15.151515,12.5,12.5,17.241379,17.241379,17.241379,17.241379,17.241379,16.666666,16.393442,16.393442,16.393442,16.393442,15.151515,15.151515,15.151515,12.5,12.5,17.241379,17.241379,17.241379,17.241379,17.241379,16.666666,16.393442,16.393442,16.393442,16.393442,15.151515,15.151515,15.151515,12.5,12.5,17.241379,17.241379,17.241379,17.241379,17.241379,16.666666,16.393442,16.393442,16.393442,16.393442,15.151515,15.151515,15.151515,12.5,12.5,17.241379,17.241379,17.241379,17.241379,17.241379,16.666666,16.393442,16.393442,16.393442,16.393442,15.151515,15.151515,15.151515,12.5,12.5,17.241379,17.241379,17.241379,17.241379,17.241379,16.666666,16.393442,16.393442,16.393442,16.393442,15.151515,15.151515,15.151515,12.5,12.5,17.241379,17.241379,17.241379,17.241379,17.241379,16.666666,16.393442,16.393442,16.393442,16.393442,15.151515,15.151515,15.151515,12.5,12.5,17.241379,17.241379,17.241379,17.241379,17.241379,16.666666,16.393442,16.393442,16.393442,16.393442,15.151515,15.151515,15.151515,12.5,12.5,17.241379,17.241379,17.241379,17.241379,17.241379,16.666666,16.393442,16.393442,16.393442,16.393442,15.151515,15.151515,15.151515,12.5,12.5,17.241379,17.241379,17.241379,17.241379,17.241379,16.666666,16.393442,16.393442,16.393442,16.393442,15.151515,15.151515,15.151515,12.5,12.5,17.241379,17.241379,17.241379,17.241379,17.241379,16.666666,16.393442,16.393442,16.393442,16.393442,15.151515,15.151515,15.151515,12.5,12.5,17.241379,17.241379,17.241379,17.241379,17.241379,16.666666,16.393442,16.393442,16.393442,16.393442,15.151515,15.151515,15.151515,12.5,12.5,17.241379,17.241379,17.241379,17.241379,17.241379,16.666666,16.393442,16.393442,16.393442,16.393442,15.151515,15.151515,15.151515,12.5,12.5,17.241379,17.241379,17.241379,17.241379,17.241379,16.666666,16.393442,16.393442,16.393442,16.393442,15.151515,15.151515,15.151515,12.5,12.5,17.241379,17.241379,17.241379,17.241379,17.241379,16.666666,16.393442,16.393442,16.393442,16.393442,15.151515,15.151515,15.151515,12.5,12.5,17.241379,17.241379,17.241379,17.241379,17.241379,16.666666,16.393442,16.393442,16.393442,16.393442,15.151515,15.151515,15.151515,12.5,12.5,17.241379,17.241379,17.241379,17.241379,17.241379,16.666666,16.393442,16.393442,16.393442,16.393442,15.151515,15.151515,15.151515,12.5,12.5,17.241379,17.241379,17.241379,17.241379,17.241379,16.666666,16.393442,16.393442,16.393442,16.393442,15.151515,15.151515,15.151515,12.5,12.5,17.241379,17.241379,17.241379,17.241379,17.241379,16.666666,16.393442,16.393442,16.393442,16.393442,15.151515,15.151515,15.151515,12.5,12.5,17.241379,17.241379,17.241379,17.241379,17.241379,16.666666,16.393442,16.393442,16.393442,16.393442,15.151515,15.151515,15.151515,12.5,12.5,17.241379,17.241379,17.241379,17.241379,17.241379,16.666666,16.393442,16.393442,16.393442,16.393442,15.151515,15.151515,15.151515,12.5,12.5,17.241379,17.241379,17.241379,17.241379,17.241379,16.666666,16.393442,16.393442,16.393442,16.393442,15.151515,15.151515,15.151515,12.5,12.5,17.241379,17.241379,17.241379,17.241379,17.241379,16.666666,16.393442,16.393442,16.393442,16.393442,15.151515,15.151515,15.151515,12.5,12.5,17.241379,17.241379,17.241379,17.241379,17.241379,16.666666,16.393442,16.393442,16.393442,16.393442,15.151515,15.151515,15.151515,12.5,12.5,17.241379,17.241379,17.241379,17.241379,17.241379,16.666666,16.393442,16.393442,16.393442,16.393442,15.151515,15.151515,15.151515,12.5,12.5,17.241379,17.241379,17.241379,17.241379,17.241379,16.666666,16.393442,16.393442,16.393442,16.393442,15.151515,15.151515,15.151515,12.5,12.5,17.241379,17.241379,17.241379,17.241379,17.241379,16.666666,16.393442,16.393442,16.393442,16.393442,15.151515,15.151515,15.151515,12.5,12.5,17.241379,17.241379,17.241379,17.241379,17.241379,16.666666,16.393442,16.393442,16.393442,16.393442,15.151515,15.151515,15.151515,12.5,12.5,17.241379,17.241379,17.241379,17.241379,17.241379,16.666666,16.393442,16.393442,16.393442,16.393442,15.151515,15.151515,15.151515,12.5,12.5,17.241379,17.241379,17.241379,17.241379,17.241379,16.666666,16.393442,16.393442,16.393442,16.393442,15.151515,15.151515,15.151515,12.5,12.5,17.241379,17.241379,17.241379,17.241379,17.241379,16.666666,16.393442,16.393442,16.393442,16.393442,15.151515,15.151515,15.151515,12.5,12.5,17.241379,17.241379,17.241379,17.241379,17.241379,16.666666,16.393442,16.393442,16.393442,16.393442,15.151515,15.151515,15.151515,12.5,12.5,17.241379,17.241379,17.241379,17.241379,17.241379,16.666666,16.393442,16.393442,16.393442,16.393442,15.151515,15.151515,15.151515,12.5,12.5,17.241379,17.241379,17.241379,17.241379,17.241379,16.666666,16.393442,16.393442,16.393442,16.393442,15.151515,15.151515,15.151515,12.5,12.5,17.241379,17.241379,17.241379,17.241379,17.241379,16.666666,16.393442,16.393442,16.393442,16.393442,15.151515,15.151515,15.151515,12.5,12.5,17.241379,17.241379,17.241379,17.241379,17.241379,16.666666,16.393442,16.393442,16.393442,16.393442,15.151515,15.151515,15.151515,12.5,12.5,20,11.111111,11.111111,10,10,10,0,0,0,0,0,0,0,0,9.090909,20,11.111111,11.111111,10,10,10,0,0,0,0,0,0,0,0,9.090909,20,11.111111,11.111111,10,10,10,0,0,0,0,0,0,0,0,9.090909,20,11.111111,11.111111,10,10,10,0,0,0,0,0,0,0,0,9.090909,20,11.111111,11.111111,10,10,10,0,0,0,0,0,0,0,0,9.090909,20,11.111111,11.111111,10,10,10,0,0,0,0,0,0,0,0,9.090909,20,11.111111,11.111111,10,10,10,0,0,0,0,0,0,0,0,9.090909,20,11.111111,11.111111,10,10,10,0,0,0,0,0,0,0,0,9.090909,20,11.111111,11.111111,10,10,10,0,0,0,0,0,0,0,0,9.090909,20,11.111111,11.111111,10,10,10,0,0,0,0,0,0,0,0,9.090909,20,11.111111,11.111111,10,10,10,0,0,0,0,0,0,0,0,9.090909,20,11.111111,11.111111,10,10,10,0,0,0,0,0,0,0,0,9.090909,20,11.111111,11.111111,10,10,10,0,0,0,0,0,0,0,0,9.090909,20,11.111111,11.111111,10,10,10,0,0,0,0,0,0,0,0,9.090909,20,11.111111,11.111111,10,10,10,0,0,0,0,0,0,0,0,9.090909,20,11.111111,11.111111,10,10,10,0,0,0,0,0,0,0,0,9.090909,20,11.111111,11.111111,10,10,10,0,0,0,0,0,0,0,0,9.090909,20,11.111111,11.111111,10,10,10,0,0,0,0,0,0,0,0,9.090909,20,11.111111,11.111111,10,10,10,0,0,0,0,0,0,0,0,9.090909,20,11.111111,11.111111,10,10,10,0,0,0,0,0,0,0,0,9.090909,20,11.111111,11.111111,10,10,10,0,0,0,0,0,0,0,0,9.090909,20,11.111111,11.111111,10,10,10,0,0,0,0,0,0,0,0,9.090909,20,11.111111,11.111111,10,10,10,0,0,0,0,0,0,0,0,9.090909,20,11.111111,11.111111,10,10,10,0,0,0,0,0,0,0,0,9.090909,20,11.111111,11.111111,10,10,10,0,0,0,0,0,0,0,0,9.090909,20,11.111111,11.111111,10,10,10,0,0,0,0,0,0,0,0,9.090909,20,11.111111,11.111111,10,10,10,0,0,0,0,0,0,0,0,9.090909,20,11.111111,11.111111,10,10,10,0,0,0,0,0,0,0,0,9.090909,20,11.111111,11.111111,10,10,10,0,0,0,0,0,0,0,0,9.090909,20,11.111111,11.111111,10,10,10,0,0,0,0,0,0,0,0,9.090909,20,11.111111,11.111111,10,10,10,0,0,0,0,0,0,0,0,9.090909,20,11.111111,11.111111,10,10,10,0,0,0,0,0,0,0,0,9.090909,20,11.111111,11.111111,10,10,10,0,0,0,0,0,0,0,0,9.090909,20,11.111111,11.111111,10,10,10,0,0,0,0,0,0,0,0,9.090909,20,11.111111,11.111111,10,10,10,0,0,0,0,0,0,0,0,9.090909,20,11.111111,11.111111,10,10,10,0,0,0,0,0,0,0,0,9.090909,20,11.111111,11.111111,10,10,10,0,0,0,0,0,0,0,0,9.090909,20,11.111111,11.111111,10,10,10,0,0,0,0,0,0,0,0,9.090909,20,11.111111,11.111111,10,10,10,0,0,0,0,0,0,0,0,9.090909,20,11.111111,11.111111,10,10,10,0,0,0,0,0,0,0,0,9.090909,20,11.111111,11.111111,10,10,10,0,0,0,0,0,0,0,0,9.090909,20,11.111111,11.111111,10,10,10,0,0,0,0,0,0,0,0,9.090909,20,11.111111,11.111111,10,10,10,0,0,0,0,0,0,0,0,9.090909,20,11.111111,11.111111,10,10,10,0,0,0,0,0,0,0,0,9.090909,20,11.111111,11.111111,10,10,10,0,0,0,0,0,0,0,0,9.090909,20,11.111111,11.111111,10,10,10,0,0,0,0,0,0,0,0,9.090909,20,11.111111,11.111111,10,10,10,0,0,0,0,0,0,0,0,9.090909,20,11.111111,11.111111,10,10,10,0,0,0,0,0,0,0,0,9.090909,20,11.111111,11.111111,10,10,10,0,0,0,0,0,0,0,0,9.090909,20,11.111111,11.111111,10,10,10,0,0,0,0,0,0,0,0,9.090909,20,11.111111,11.111111,10,10,10,0,0,0,0,0,0,0,0,9.090909,20,11.111111,11.111111,10,10,10,0,0,0,0,0,0,0,0,9.090909,20,11.111111,11.111111,10,10,10,0,0,0,0,0,0,0,0,9.090909,20,11.111111,11.111111,10,10,10,0,0,0,0,0,0,0,0,9.090909,20,11.111111,11.111111,10,10,10,0,0,0,0,0,0,0,0,9.090909,20,11.111111,11.111111,10,10,10,0,0,0,0,0,0,0,0,9.090909,20,11.111111,11.111111,10,10,10,0,0,0,0,0,0,0,0,9.090909,20,11.111111,11.111111,10,10,10,0,0,0,0,0,0,0,0,9.090909,20,11.111111,11.111111,10,10,10,0,0,0,0,0,0,0,0,9.090909,20,11.111111,11.111111,10,10,10,0,0,0,0,0,0,0,0,9.090909,20,11.111111,11.111111,10,10,10,0,0,0,0,0,0,0,0,9.090909,20,11.111111,11.111111,10,10,10,0,0,0,0,0,0,0,0,9.090909,20,11.111111,11.111111,10,10,10,0,0,0,0,0,0,0,0,9.090909,20,11.111111,11.111111,10,10,10,0,0,0,0,0,0,0,0,9.090909,20,11.111111,11.111111,10,10,10,0,0,0,0,0,0,0,0,9.090909,20,11.111111,11.111111,10,10,10,0,0,0,0,0,0,0,0,9.090909,20,11.111111,11.111111,10,10,10,0,0,0,0,0,0,0,0,9.090909,20,11.111111,11.111111,10,10,10,0,0,0,0,0,0,0,0,9.090909,20,11.111111,11.111111,10,10,10,0,0,0,0,0,0,0,0,9.090909,20,11.111111,11.111111,10,10,10,0,0,0,0,0,0,0,0,9.090909,20,11.111111,11.111111,10,10,10,0,0,0,0,0,0,0,0,9.090909,20,11.111111,11.111111,10,10,10,0,0,0,0,0,0,0,0,9.090909,20,11.111111,11.111111,10,10,10,0,0,0,0,0,0,0,0,9.090909,20,11.111111,11.111111,10,10,10,0,0,0,0,0,0,0,0,9.090909,20,11.111111,11.111111,10,10,10,0,0,0,0,0,0,0,0,9.090909,20,11.111111,11.111111,10,10,10,0,0,0,0,0,0,0,0,9.090909,20,11.111111,11.111111,10,10,10,0,0,0,0,0,0,0,0,9.090909,20,11.111111,11.111111,10,10,10,0,0,0,0,0,0,0,0,9.090909,20,11.111111,11.111111,10,10,10,0,0,0,0,0,0,0,0,9.090909,20,11.111111,11.111111,10,10,10,0,0,0,0,0,0,0,0,9.090909,20,11.111111,11.111111,10,10,10,0,0,0,0,0,0,0,0,9.090909,20,11.111111,11.111111,10,10,10,0,0,0,0,0,0,0,0,9.090909,20,11.111111,11.111111,10,10,10,0,0,0,0,0,0,0,0,9.090909,20,11.111111,11.111111,10,10,10,0,0,0,0,0,0,0,0,9.090909,20,11.111111,11.111111,10,10,10,0,0,0,0,0,0,0,0,9.090909,20,11.111111,11.111111,10,10,10,0,0,0,0,0,0,0,0,9.090909,20,11.111111,11.111111,10,10,10,0,0,0,0,0,0,0,0,9.090909,20,11.111111,11.111111,10,10,10,0,0,0,0,0,0,0,0,9.090909,20,11.111111,11.111111,10,10,10,0,0,0,0,0,0,0,0,9.090909,20,11.111111,11.111111,10,10,10,0,0,0,0,0,0,0,0,9.090909,20,11.111111,11.111111,10,10,10,0,0,0,0,0,0,0,0,9.090909,20,11.111111,11.111111,10,10,10,0,0,0,0,0,0,0,0,9.090909,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,21.052631,17.391304,16,16,16,16,33.333332,33.333332,28.571428,28.571428,28.571428,9.090909,0,0,0,0,0,0,0,0,0,33.333332,33.333332,28.571428,28.571428,28.571428,9.090909,0,0,0,0,0,0,0,0,0,33.333332,33.333332,28.571428,28.571428,28.571428,9.090909,0,0,0,0,0,0,0,0,0,33.333332,33.333332,28.571428,28.571428,28.571428,9.090909,0,0,0,0,0,0,0,0,0,33.333332,33.333332,28.571428,28.571428,28.571428,9.090909,0,0,0,0,0,0,0,0,0,33.333332,33.333332,28.571428,28.571428,28.571428,9.090909,0,0,0,0,0,0,0,0,0,33.333332,33.333332,28.571428,28.571428,28.571428,9.090909,0,0,0,0,0,0,0,0,0,33.333332,33.333332,28.571428,28.571428,28.571428,9.090909,0,0,0,0,0,0,0,0,0,33.333332,33.333332,28.571428,28.571428,28.571428,9.090909,0,0,0,0,0,0,0,0,0,33.333332,33.333332,28.571428,28.571428,28.571428,9.090909,0,0,0,0,0,0,0,0,0,33.333332,33.333332,28.571428,28.571428,28.571428,9.090909,0,0,0,0,0,0,0,0,0,33.333332,33.333332,28.571428,28.571428,28.571428,9.090909,0,0,0,0,0,0,0,0,0,33.333332,33.333332,28.571428,28.571428,28.571428,9.090909,0,0,0,0,0,0,0,0,0,33.333332,33.333332,28.571428,28.571428,28.571428,9.090909,0,0,0,0,0,0,0,0,0,33.333332,33.333332,28.571428,28.571428,28.571428,9.090909,0,0,0,0,0,0,0,0,0,33.333332,33.333332,28.571428,28.571428,28.571428,9.090909,0,0,0,0,0,0,0,0,0,33.333332,33.333332,28.571428,28.571428,28.571428,9.090909,0,0,0,0,0,0,0,0,0,33.333332,33.333332,28.571428,28.571428,28.571428,9.090909,0,0,0,0,0,0,0,0,0,33.333332,33.333332,28.571428,28.571428,28.571428,9.090909,0,0,0,0,0,0,0,0,0,33.333332,33.333332,28.571428,28.571428,28.571428,9.090909,0,0,0,0,0,0,0,0,0,33.333332,33.333332,28.571428,28.571428,28.571428,9.090909,0,0,0,0,0,0,0,0,0,33.333332,33.333332,28.571428,28.571428,28.571428,9.090909,0,0,0,0,0,0,0,0,0,33.333332,33.333332,28.571428,28.571428,28.571428,9.090909,0,0,0,0,0,0,0,0,0,33.333332,33.333332,28.571428,28.571428,28.571428,9.090909,0,0,0,0,0,0,0,0,0,33.333332,33.333332,28.571428,28.571428,28.571428,9.090909,0,0,0,0,0,0,0,0,0,33.333332,33.333332,28.571428,28.571428,28.571428,9.090909,0,0,0,0,0,0,0,0,0,33.333332,33.333332,28.571428,28.571428,28.571428,9.090909,0,0,0,0,0,0,0,0,0,33.333332,33.333332,28.571428,28.571428,28.571428,9.090909,0,0,0,0,0,0,0,0,0,33.333332,33.333332,28.571428,28.571428,28.571428,9.090909,0,0,0,0,0,0,0,0,0,33.333332,33.333332,28.571428,28.571428,28.571428,9.090909,0,0,0,0,0,0,0,0,0,33.333332,33.333332,28.571428,28.571428,28.571428,9.090909,0,0,0,0,0,0,0,0,0,33.333332,33.333332,28.571428,28.571428,28.571428,9.090909,0,0,0,0,0,0,0,0,0,33.333332,33.333332,28.571428,28.571428,28.571428,9.090909,0,0,0,0,0,0,0,0,0,33.333332,33.333332,28.571428,28.571428,28.571428,9.090909,0,0,0,0,0,0,0,0,0,33.333332,33.333332,28.571428,28.571428,28.571428,9.090909,0,0,0,0,0,0,0,0,0,33.333332,33.333332,28.571428,28.571428,28.571428,9.090909,0,0,0,0,0,0,0,0,0,33.333332,33.333332,28.571428,28.571428,28.571428,9.090909,0,0,0,0,0,0,0,0,0,33.333332,33.333332,28.571428,28.571428,28.571428,9.090909,0,0,0,0,0,0,0,0,0,33.333332,33.333332,28.571428,28.571428,28.571428,9.090909,0,0,0,0,0,0,0,0,0,33.333332,33.333332,28.571428,28.571428,28.571428,9.090909,0,0,0,0,0,0,0,0,0,33.333332,33.333332,28.571428,28.571428,28.571428,9.090909,0,0,0,0,0,0,0,0,0,33.333332,33.333332,28.571428,28.571428,28.571428,9.090909,0,0,0,0,0,0,0,0,0,33.333332,33.333332,28.571428,28.571428,28.571428,9.090909,0,0,0,0,0,0,0,0,0,33.333332,33.333332,28.571428,28.571428,28.571428,9.090909,0,0,0,0,0,0,0,0,0,33.333332,33.333332,28.571428,28.571428,28.571428,9.090909,0,0,0,0,0,0,0,0,0,33.333332,33.333332,28.571428,28.571428,28.571428,9.090909,0,0,0,0,0,0,0,0,0,33.333332,33.333332,28.571428,28.571428,28.571428,9.090909,0,0,0,0,0,0,0,0,0,33.333332,33.333332,28.571428,28.571428,28.571428,9.090909,0,0,0,0,0,0,0,0,0,33.333332,33.333332,28.571428,28.571428,28.571428,9.090909,0,0,0,0,0,0,0,0,0,33.333332,33.333332,28.571428,28.571428,28.571428,9.090909,0,0,0,0,0,0,0,0,0,33.333332,33.333332,28.571428,28.571428,28.571428,9.090909,0,0,0,0,0,0,0,0,0,33.333332,33.333332,28.571428,28.571428,28.571428,9.090909,0,0,0,0,0,0,0,0,0,33.333332,33.333332,28.571428,28.571428,28.571428,9.090909,0,0,0,0,0,0,0,0,0,33.333332,33.333332,28.571428,28.571428,28.571428,9.090909,0,0,0,0,0,0,0,0,0,33.333332,33.333332,28.571428,28.571428,28.571428,9.090909,0,0,0,0,0,0,0,0,0,33.333332,33.333332,28.571428,28.571428,28.571428,9.090909,0,0,0,0,0,0,0,0,0,33.333332,33.333332,28.571428,28.571428,28.571428,9.090909,0,0,0,0,0,0,0,0,0,33.333332,33.333332,28.571428,28.571428,28.571428,9.090909,0,0,0,0,0,0,0,0,0,33.333332,33.333332,28.571428,28.571428,28.571428,9.090909,0,0,0,0,0,0,0,0,0,33.333332,33.333332,28.571428,28.571428,28.571428,9.090909,0,0,0,0,0,0,0,0,0,33.333332,33.333332,28.571428,28.571428,28.571428,9.090909,0,0,0,0,0,0,0,0,0,33.333332,33.333332,28.571428,28.571428,28.571428,9.090909,0,0,0,0,0,0,0,0,0,33.333332,33.333332,28.571428,28.571428,28.571428,9.090909,0,0,0,0,0,0,0,0,0,33.333332,33.333332,28.571428,28.571428,28.571428,9.090909,0,0,0,0,0,0,0,0,0,33.333332,33.333332,28.571428,28.571428,28.571428,9.090909,0,0,0,0,0,0,0,0,0,33.333332,33.333332,28.571428,28.571428,28.571428,9.090909,0,0,0,0,0,0,0,0,0,33.333332,33.333332,28.571428,28.571428,28.571428,9.090909,0,0,0,0,0,0,0,0,0,33.333332,33.333332,28.571428,28.571428,28.571428,9.090909,0,0,0,0,0,0,0,0,0,33.333332,33.333332,28.571428,28.571428,28.571428,9.090909,0,0,0,0,0,0,0,0,0,33.333332,33.333332,28.571428,28.571428,28.571428,9.090909,0,0,0,0,0,0,0,0,0,33.333332,33.333332,28.571428,28.571428,28.571428,9.090909,0,0,0,0,0,0,0,0,0,33.333332,33.333332,28.571428,28.571428,28.571428,9.090909,0,0,0,0,0,0,0,0,0,33.333332,33.333332,28.571428,28.571428,28.571428,9.090909,0,0,0,0,0,0,0,0,0,33.333332,33.333332,28.571428,28.571428,28.571428,9.090909,0,0,0,0,0,0,0,0,0,33.333332,33.333332,28.571428,28.571428,28.571428,9.090909,0,0,0,0,0,0,0,0,0,33.333332,33.333332,28.571428,28.571428,28.571428,9.090909,0,0,0,0,0,0,0,0,0,33.333332,33.333332,28.571428,28.571428,28.571428,9.090909,0,0,0,0,0,0,0,0,0,33.333332,33.333332,28.571428,28.571428,28.571428,9.090909,0,0,0,0,0,0,0,0,0,33.333332,33.333332,28.571428,28.571428,28.571428,9.090909,0,0,0,0,0,0,0,0,0,33.333332,33.333332,28.571428,28.571428,28.571428,9.090909,0,0,0,0,0,0,0,0,0,33.333332,33.333332,28.571428,28.571428,28.571428,9.090909,0,0,0,0,0,0,0,0,0,33.333332,33.333332,28.571428,28.571428,28.571428,9.090909,0,0,0,0,0,0,0,0,0,33.333332,33.333332,28.571428,28.571428,28.571428,9.090909,0,0,0,0,0,0,0,0,0,33.333332,33.333332,28.571428,28.571428,28.571428,9.090909,0,0,0,0,0,0,0,0,0,33.333332,33.333332,28.571428,28.571428,28.571428,9.090909,0,0,0,0,0,0,0,0,0,33.333332,33.333332,28.571428,28.571428,28.571428,9.090909,0,0,0,0,0,0,0,0,0,33.333332,33.333332,28.571428,28.571428,28.571428,9.090909,0,0,0,0,0,0,0,0,0,33.333332,33.333332,28.571428,28.571428,28.571428,9.090909,0,0,0,0,0,0,0,0,0,33.333332,33.333332,28.571428,28.571428,28.571428,9.090909,0,0,0,0,0,0,0,0,0,33.333332,33.333332,28.571428,28.571428,28.571428,9.090909,0,0,0,0,0,0,0,0,0,33.333332,33.333332,28.571428,28.571428,28.571428,9.090909,0,0,0,0,0,0,0,0,0,33.333332,33.333332,28.571428,28.571428,28.571428,9.090909,0,0,0,0,0,0,0,0,0,33.333332,33.333332,28.571428,28.571428,28.571428,9.090909,0,0,0,0,0,0,0,0,0,33.333332,33.333332,28.571428,28.571428,28.571428,9.090909,0,0,0,0,0,0,0,0,0,33.333332,33.333332,28.571428,28.571428,28.571428,9.090909,0,0,0,0,0,0,0,0,0,33.333332,33.333332,28.571428,28.571428,28.571428,9.090909,0,0,0,0,0,0,0,0,0,33.333332,33.333332,28.571428,28.571428,28.571428,9.090909,0,0,0,0,0,0,0,0,0,33.333332,33.333332,28.571428,28.571428,28.571428,9.090909,0,0,0,0,0,0,0,0,0,33.333332,33.333332,28.571428,28.571428,28.571428,9.090909,0,0,0,0,0,0,0,0,0,33.333332,33.333332,28.571428,28.571428,28.571428,9.090909,0,0,0,0,0,0,0,0,0,33.333332,33.333332,28.571428,28.571428,28.571428,9.090909,0,0,0,0,0,0,0,0,0,33.333332,33.333332,28.571428,28.571428,28.571428,9.090909,0,0,0,0,0,0,0,0,0,33.333332,33.333332,28.571428,28.571428,28.571428,9.090909,0,0,0,0,0,0,0,0,0,33.333332,33.333332,28.571428,28.571428,28.571428,9.090909,0,0,0,0,0,0,0,0,0,33.333332,33.333332,28.571428,28.571428,28.571428,9.090909,0,0,0,0,0,0,0,0,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,0,16.666666,16.666666,16.666666,16.666666,16.666666,16.666666,0,0,0,0,0,0,0,0,0,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,11.111111,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,14.285714,14.285714,14,14.814815,14.814815,14.814815,14.814815,14.814815,14.814815,14.285714,14.285714,14.035088,14.035088,20.63492,20.63492,14.285714,14.285714,14,14.814815,14.814815,14.814815,14.814815,14.814815,14.814815,14.285714,14.285714,14.035088,14.035088,20.63492,20.63492,14.285714,14.285714,14,14.814815,14.814815,14.814815,14.814815,14.814815,14.814815,14.285714,14.285714,14.035088,14.035088,20.63492,20.63492,14.285714,14.285714,14,14.814815,14.814815,14.814815,14.814815,14.814815,14.814815,14.285714,14.285714,14.035088,14.035088,20.63492,20.63492,14.285714,14.285714,14,14.814815,14.814815,14.814815,14.814815,14.814815,14.814815,14.285714,14.285714,14.035088,14.035088,20.63492,20.63492,14.285714,14.285714,14,14.814815,14.814815,14.814815,14.814815,14.814815,14.814815,14.285714,14.285714,14.035088,14.035088,20.63492,20.63492,14.285714,14.285714,14,14.814815,14.814815,14.814815,14.814815,14.814815,14.814815,14.285714,14.285714,14.035088,14.035088,20.63492,20.63492,14.285714,14.285714,14,14.814815,14.814815,14.814815,14.814815,14.814815,14.814815,14.285714,14.285714,14.035088,14.035088,20.63492,20.63492,14.285714,14.285714,14,14.814815,14.814815,14.814815,14.814815,14.814815,14.814815,14.285714,14.285714,14.035088,14.035088,20.63492,20.63492,14.285714,14.285714,14,14.814815,14.814815,14.814815,14.814815,14.814815,14.814815,14.285714,14.285714,14.035088,14.035088,20.63492,20.63492,14.285714,14.285714,14,14.814815,14.814815,14.814815,14.814815,14.814815,14.814815,14.285714,14.285714,14.035088,14.035088,20.63492,20.63492,14.285714,14.285714,14,14.814815,14.814815,14.814815,14.814815,14.814815,14.814815,14.285714,14.285714,14.035088,14.035088,20.63492,20.63492,14.285714,14.285714,14,14.814815,14.814815,14.814815,14.814815,14.814815,14.814815,14.285714,14.285714,14.035088,14.035088,20.63492,20.63492,14.285714,14.285714,14,14.814815,14.814815,14.814815,14.814815,14.814815,14.814815,14.285714,14.285714,14.035088,14.035088,20.63492,20.63492,14.285714,14.285714,14,14.814815,14.814815,14.814815,14.814815,14.814815,14.814815,14.285714,14.285714,14.035088,14.035088,20.63492,20.63492,14.285714,14.285714,14,14.814815,14.814815,14.814815,14.814815,14.814815,14.814815,14.285714,14.285714,14.035088,14.035088,20.63492,20.63492,14.285714,14.285714,14,14.814815,14.814815,14.814815,14.814815,14.814815,14.814815,14.285714,14.285714,14.035088,14.035088,20.63492,20.63492,14.285714,14.285714,14,14.814815,14.814815,14.814815,14.814815,14.814815,14.814815,14.285714,14.285714,14.035088,14.035088,20.63492,20.63492,14.285714,14.285714,14,14.814815,14.814815,14.814815,14.814815,14.814815,14.814815,14.285714,14.285714,14.035088,14.035088,20.63492,20.63492,14.285714,14.285714,14,14.814815,14.814815,14.814815,14.814815,14.814815,14.814815,14.285714,14.285714,14.035088,14.035088,20.63492,20.63492,14.285714,14.285714,14,14.814815,14.814815,14.814815,14.814815,14.814815,14.814815,14.285714,14.285714,14.035088,14.035088,20.63492,20.63492,14.285714,14.285714,14,14.814815,14.814815,14.814815,14.814815,14.814815,14.814815,14.285714,14.285714,14.035088,14.035088,20.63492,20.63492,14.285714,14.285714,14,14.814815,14.814815,14.814815,14.814815,14.814815,14.814815,14.285714,14.285714,14.035088,14.035088,20.63492,20.63492,14.285714,14.285714,14,14.814815,14.814815,14.814815,14.814815,14.814815,14.814815,14.285714,14.285714,14.035088,14.035088,20.63492,20.63492,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,0,0,0,0,0,0,0,0,0,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,0,0,0,0,0,0,0,0,0,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,0,0,0,0,0,0,0,0,0,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,0,0,0,0,0,0,0,0,0,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,0,0,0,0,0,0,0,0,0,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,0,0,0,0,0,0,0,0,0,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,0,0,0,0,0,0,0,0,0,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,0,0,0,0,0,0,0,0,0,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,0,0,0,0,0,0,0,0,0,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,0,0,0,0,0,0,0,0,0,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,0,0,0,0,0,0,0,0,0,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,0,0,0,0,0,0,0,0,0,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,0,0,0,0,0,0,0,0,0,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,0,0,0,0,0,0,0,0,0,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,0,0,0,0,0,0,0,0,0,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,0,0,0,0,0,0,0,0,0,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,0,0,0,0,0,0,0,0,0,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,0,0,0,0,0,0,0,0,0,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,0,0,0,0,0,0,0,0,0,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,0,0,0,0,0,0,0,0,0,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,0,0,0,0,0,0,0,0,0,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,0,0,0,0,0,0,0,0,0,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,0,0,0,0,0,0,0,0,0,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,0,0,0,0,0,0,0,0,0,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,0,0,0,0,0,0,0,0,0,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,0,0,0,0,0,0,0,0,0,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,0,0,0,0,0,0,0,0,0,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,0,0,0,0,0,0,0,0,0,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,0,0,0,0,0,0,0,0,0,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,0,0,0,0,0,0,0,0,0,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,0,0,0,0,0,0,0,0,0,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,0,0,0,0,0,0,0,0,0,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,0,0,0,0,0,0,0,0,0,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,0,0,0,0,0,0,0,0,0,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,0,0,0,0,0,0,0,0,0,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,0,0,0,0,0,0,0,0,0,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,0,0,0,0,0,0,0,0,0,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,0,0,0,0,0,0,0,0,0,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,0,0,0,0,0,0,0,0,0,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,0,0,0,0,0,0,0,0,0,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,0,0,0,0,0,0,0,0,0,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,0,0,0,0,0,0,0,0,0,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,0,0,0,0,0,0,0,0,0,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,0,0,0,0,0,0,0,0,0,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,0,0,0,0,0,0,0,0,0,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,0,0,0,0,0,0,0,0,0,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,0,0,0,0,0,0,0,0,0,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,0,0,0,0,0,0,0,0,0,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,0,0,0,0,0,0,0,0,0,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,0,0,0,0,0,0,0,0,0,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,0,0,0,0,0,0,0,0,0,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,0,0,0,0,0,0,0,0,0,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,0,0,0,0,0,0,0,0,0,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,0,0,0,0,0,0,0,0,0,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,0,0,0,0,0,0,0,0,0,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,0,0,0,0,0,0,0,0,0,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,0,0,0,0,0,0,0,0,0,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,0,0,0,0,0,0,0,0,0,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,0,0,0,0,0,0,0,0,0,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,0,0,0,0,0,0,0,0,0,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,0,0,0,0,0,0,0,0,0,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,0,0,0,0,0,0,0,0,0,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,0,0,0,0,0,0,0,0,0,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,0,0,0,0,0,0,0,0,0,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,0,0,0,0,0,0,0,0,0,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,0,0,0,0,0,0,0,0,0,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,0,0,0,0,0,0,0,0,0,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,0,0,0,0,0,0,0,0,0,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,0,0,0,0,0,0,0,0,0,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,0,0,0,0,0,0,0,0,0,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,0,0,0,0,0,0,0,0,0,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,0,0,0,0,0,0,0,0,0,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,0,0,0,0,0,0,0,0,0,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,0,0,0,0,0,0,0,0,0,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,0,0,0,0,0,0,0,0,0,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,0,0,0,0,0,0,0,0,0,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,0,0,0,0,0,0,0,0,0,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,0,0,0,0,0,0,0,0,0,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,0,0,0,0,0,0,0,0,0,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,0,0,0,0,0,0,0,0,0,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,0,0,0,0,0,0,0,0,0,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,0,0,0,0,0,0,0,0,0,3.8461537,4.1666665,4.1666665,4.1666665,4.1666665,4.1666665,0,0,0,0,0,0,0,0,0,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,6.25,6.25,6.25,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,6.4516129,5.1282053,20,20,20,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,20,20,20,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,20,20,20,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,20,20,20,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,20,20,20,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,20,20,20,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,20,20,20,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,20,20,20,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,20,20,20,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,20,20,20,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,20,20,20,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,20,20,20,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,20,20,20,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,20,20,20,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,20,20,20,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,20,20,20,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,20,20,20,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,20,20,20,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,20,20,20,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,20,20,20,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,20,20,20,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,20,20,20,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,20,20,20,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,20,20,20,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,20,20,20,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,20,20,20,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,20,20,20,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,20,20,20,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,20,20,20,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,20,20,20,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,20,20,20,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,20,20,20,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,20,20,20,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,20,20,20,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,20,20,20,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,20,20,20,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,20,20,20,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,20,20,20,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,20,20,20,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,20,20,20,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,20,20,20,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,20,20,20,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,20,20,20,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,20,20,20,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,20,20,20,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,20,20,20,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,20,20,20,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,20,20,20,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,20,20,20,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,20,20,20,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,20,20,20,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,20,20,20,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,20,20,20,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,20,20,20,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,20,20,20,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,20,20,20,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,20,20,20,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,20,20,20,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,20,20,20,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,20,20,20,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,20,20,20,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,20,20,20,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,20,20,20,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,20,20,20,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,20,20,20,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,20,20,20,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,20,20,20,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,20,20,20,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,20,20,20,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,20,20,20,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,20,20,20,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,20,20,20,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,20,20,20,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,20,20,20,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,20,20,20,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,20,20,20,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,20,20,20,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,20,20,20,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,20,20,20,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,20,20,20,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,20,20,20,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,20,20,20,11.111111,11.111111,11.111111,0,0,0,0,0,0,0,0,0,11.764706,11.764706,11.764706,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,12.5,11.764706,11.764706,11.764706,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,12.5,11.764706,11.764706,11.764706,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,12.5,11.764706,11.764706,11.764706,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,12.5,11.764706,11.764706,11.764706,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,12.5,11.764706,11.764706,11.764706,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,12.5,11.764706,11.764706,11.764706,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,12.5,11.764706,11.764706,11.764706,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,12.5,11.764706,11.764706,11.764706,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,12.5,11.764706,11.764706,11.764706,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,12.5,11.764706,11.764706,11.764706,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,12.5,11.764706,11.764706,11.764706,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,12.5,11.764706,11.764706,11.764706,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,12.5,11.764706,11.764706,11.764706,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,12.5,11.764706,11.764706,11.764706,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,12.5,11.764706,11.764706,11.764706,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,12.5,11.764706,11.764706,11.764706,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,12.5,11.764706,11.764706,11.764706,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,12.5,11.764706,11.764706,11.764706,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,12.5,11.764706,11.764706,11.764706,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,12.5,11.764706,11.764706,11.764706,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,12.5,11.764706,11.764706,11.764706,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,12.5,11.764706,11.764706,11.764706,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,12.5,11.764706,11.764706,11.764706,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,12.5,11.764706,11.764706,11.764706,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,12.5,11.764706,11.764706,11.764706,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,12.5,11.764706,11.764706,11.764706,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,12.5,11.764706,11.764706,11.764706,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,12.5,11.764706,11.764706,11.764706,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,12.5,11.764706,11.764706,11.764706,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,12.5,11.764706,11.764706,11.764706,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,12.5,11.764706,11.764706,11.764706,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,12.5,11.764706,11.764706,11.764706,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,12.5,11.764706,11.764706,11.764706,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,12.5,11.764706,11.764706,11.764706,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,12.5,11.764706,11.764706,11.764706,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,12.5,11.764706,11.764706,11.764706,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,12.5,11.764706,11.764706,11.764706,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,12.5,11.764706,11.764706,11.764706,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,12.5,11.764706,11.764706,11.764706,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,12.5,11.764706,11.764706,11.764706,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,12.5,11.764706,11.764706,11.764706,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,12.5,11.764706,11.764706,11.764706,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,12.5,11.764706,11.764706,11.764706,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,12.5,11.764706,11.764706,11.764706,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,12.5,11.764706,11.764706,11.764706,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,12.5,11.764706,11.764706,11.764706,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,12.5,11.764706,11.764706,11.764706,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,12.5,11.764706,11.764706,11.764706,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,12.5,11.764706,11.764706,11.764706,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,12.5,11.764706,11.764706,11.764706,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,12.5,11.764706,11.764706,11.764706,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,12.5,11.764706,11.764706,11.764706,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,12.5,11.764706,11.764706,11.764706,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,12.5,11.764706,11.764706,11.764706,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,12.5,11.764706,11.764706,11.764706,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,12.5,11.764706,11.764706,11.764706,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,12.5,11.764706,11.764706,11.764706,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,12.5,11.764706,11.764706,11.764706,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,12.5,11.764706,11.764706,11.764706,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,12.5,11.764706,11.764706,11.764706,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,12.5,11.764706,11.764706,11.764706,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,12.5,11.764706,11.764706,11.764706,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,12.5,11.764706,11.764706,11.764706,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,12.5,11.764706,11.764706,11.764706,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,12.5,11.764706,11.764706,11.764706,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,12.5,11.764706,11.764706,11.764706,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,12.5,11.764706,11.764706,11.764706,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,12.5,11.764706,11.764706,11.764706,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,12.5,11.764706,11.764706,11.764706,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,12.5,11.764706,11.764706,11.764706,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,12.5,11.764706,11.764706,11.764706,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,12.5,11.764706,11.764706,11.764706,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,12.5,11.764706,11.764706,11.764706,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,12.5,11.764706,11.764706,11.764706,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,12.5,11.764706,11.764706,11.764706,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,12.5,11.764706,11.764706,11.764706,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,12.5,11.764706,11.764706,11.764706,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,12.5,11.764706,11.764706,11.764706,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,12.5,11.764706,11.764706,11.764706,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,12.5,11.764706,11.764706,11.764706,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,12.5,11.764706,11.764706,11.764706,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,12.5,11.764706,11.764706,11.764706,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,12.5,11.764706,11.764706,11.764706,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,12.5,11.764706,11.764706,11.764706,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,12.5,11.764706,11.764706,11.764706,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,12.5,11.764706,11.764706,11.764706,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,12.5,11.764706,11.764706,11.764706,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,12.5,11.764706,11.764706,11.764706,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,12.5,11.764706,11.764706,11.764706,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,12.5,11.764706,11.764706,11.764706,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,12.5,11.764706,11.764706,11.764706,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,12.5,11.764706,11.764706,11.764706,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,12.5,11.764706,11.764706,11.764706,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,12.5,11.764706,11.764706,11.764706,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,12.5,11.764706,11.764706,11.764706,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,12.5,11.764706,11.764706,11.764706,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,12.5,11.764706,11.764706,11.764706,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,12.5,11.764706,11.764706,11.764706,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,12.5,11.764706,11.764706,11.764706,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,12.5,11.764706,11.764706,11.764706,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,12.5,11.764706,11.764706,11.764706,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,12.5,11.764706,11.764706,11.764706,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,12.5,11.764706,11.764706,11.764706,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,12.5,11.764706,11.764706,11.764706,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,12.5,11.764706,11.764706,11.764706,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,12.5,11.764706,11.764706,11.764706,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,12.5,11.764706,11.764706,11.764706,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,12.5,11.764706,11.764706,11.764706,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,12.5,11.764706,11.764706,11.764706,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,12.5,11.764706,11.764706,11.764706,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,12.5,11.764706,11.764706,11.764706,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,12.5,11.764706,11.764706,11.764706,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,12.5,11.764706,11.764706,11.764706,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,12.5,11.764706,11.764706,11.764706,8.333333,8.333333,8.333333,8.333333,16.666666,12.5,12.5,12.5,12.5,12.5,12.5,12.5,20,20,20,20,20,20,20,20,20,0,0,0,0,0,0,20,20,20,20,20,20,20,20,20,0,0,0,0,0,0,20,20,20,20,20,20,20,20,20,0,0,0,0,0,0,20,20,20,20,20,20,20,20,20,0,0,0,0,0,0,20,20,20,20,20,20,20,20,20,0,0,0,0,0,0,20,20,20,20,20,20,20,20,20,0,0,0,0,0,0,20,20,20,20,20,20,20,20,20,0,0,0,0,0,0,20,20,20,20,20,20,20,20,20,0,0,0,0,0,0,20,20,20,20,20,20,20,20,20,0,0,0,0,0,0,20,20,20,20,20,20,20,20,20,0,0,0,0,0,0,20,20,20,20,20,20,20,20,20,0,0,0,0,0,0,20,20,20,20,20,20,20,20,20,0,0,0,0,0,0,20,20,20,20,20,20,20,20,20,0,0,0,0,0,0,20,20,20,20,20,20,20,20,20,0,0,0,0,0,0,20,20,20,20,20,20,20,20,20,0,0,0,0,0,0,20,20,20,20,20,20,20,20,20,0,0,0,0,0,0,20,20,20,20,20,20,20,20,20,0,0,0,0,0,0,20,20,20,20,20,20,20,20,20,0,0,0,0,0,0,20,20,20,20,20,20,20,20,20,0,0,0,0,0,0,20,20,20,20,20,20,20,20,20,0,0,0,0,0,0,20,20,20,20,20,20,20,20,20,0,0,0,0,0,0,20,20,20,20,20,20,20,20,20,0,0,0,0,0,0,20,20,20,20,20,20,20,20,20,0,0,0,0,0,0,20,20,20,20,20,20,20,20,20,0,0,0,0,0,0,20,20,20,20,20,20,20,20,20,0,0,0,0,0,0,20,20,20,20,20,20,20,20,20,0,0,0,0,0,0,20,20,20,20,20,20,20,20,20,0,0,0,0,0,0,20,20,20,20,20,20,20,20,20,0,0,0,0,0,0,20,20,20,20,20,20,20,20,20,0,0,0,0,0,0,20,20,20,20,20,20,20,20,20,0,0,0,0,0,0,20,20,20,20,20,20,20,20,20,0,0,0,0,0,0,20,20,20,20,20,20,20,20,20,0,0,0,0,0,0,20,20,20,20,20,20,20,20,20,0,0,0,0,0,0,20,20,20,20,20,20,20,20,20,0,0,0,0,0,0,20,20,20,20,20,20,20,20,20,0,0,0,0,0,0,20,20,20,20,20,20,20,20,20,0,0,0,0,0,0,20,20,20,20,20,20,20,20,20,0,0,0,0,0,0,20,20,20,20,20,20,20,20,20,0,0,0,0,0,0,20,20,20,20,20,20,20,20,20,0,0,0,0,0,0,20,20,20,20,20,20,20,20,20,0,0,0,0,0,0,20,20,20,20,20,20,20,20,20,0,0,0,0,0,0,20,20,20,20,20,20,20,20,20,0,0,0,0,0,0,20,20,20,20,20,20,20,20,20,0,0,0,0,0,0,20,20,20,20,20,20,20,20,20,0,0,0,0,0,0,20,20,20,20,20,20,20,20,20,0,0,0,0,0,0,20,20,20,20,20,20,20,20,20,0,0,0,0,0,0,20,20,20,20,20,20,20,20,20,0,0,0,0,0,0,20,20,20,20,20,20,20,20,20,0,0,0,0,0,0,20,20,20,20,20,20,20,20,20,0,0,0,0,0,0,20,20,20,20,20,20,20,20,20,0,0,0,0,0,0,20,20,20,20,20,20,20,20,20,0,0,0,0,0,0,20,20,20,20,20,20,20,20,20,0,0,0,0,0,0,20,20,20,20,20,20,20,20,20,0,0,0,0,0,0,20,20,20,20,20,20,20,20,20,0,0,0,0,0,0,20,20,20,20,20,20,20,20,20,0,0,0,0,0,0,20,20,20,20,20,20,20,20,20,0,0,0,0,0,0,27.272728,27.272728,27.272728,27.272728,26.086956,26.086956,26.086956,28.571428,28.571428,22.727272,22.727272,22.727272,22.727272,22.727272,22.727272,27.272728,27.272728,27.272728,27.272728,26.086956,26.086956,26.086956,28.571428,28.571428,22.727272,22.727272,22.727272,22.727272,22.727272,22.727272,27.272728,27.272728,27.272728,27.272728,26.086956,26.086956,26.086956,28.571428,28.571428,22.727272,22.727272,22.727272,22.727272,22.727272,22.727272,27.272728,27.272728,27.272728,27.272728,26.086956,26.086956,26.086956,28.571428,28.571428,22.727272,22.727272,22.727272,22.727272,22.727272,22.727272,27.272728,27.272728,27.272728,27.272728,26.086956,26.086956,26.086956,28.571428,28.571428,22.727272,22.727272,22.727272,22.727272,22.727272,22.727272,27.272728,27.272728,27.272728,27.272728,26.086956,26.086956,26.086956,28.571428,28.571428,22.727272,22.727272,22.727272,22.727272,22.727272,22.727272,27.272728,27.272728,27.272728,27.272728,26.086956,26.086956,26.086956,28.571428,28.571428,22.727272,22.727272,22.727272,22.727272,22.727272,22.727272,27.272728,27.272728,27.272728,27.272728,26.086956,26.086956,26.086956,28.571428,28.571428,22.727272,22.727272,22.727272,22.727272,22.727272,22.727272,27.272728,27.272728,27.272728,27.272728,26.086956,26.086956,26.086956,28.571428,28.571428,22.727272,22.727272,22.727272,22.727272,22.727272,22.727272,27.272728,27.272728,27.272728,27.272728,26.086956,26.086956,26.086956,28.571428,28.571428,22.727272,22.727272,22.727272,22.727272,22.727272,22.727272,27.272728,27.272728,27.272728,27.272728,26.086956,26.086956,26.086956,28.571428,28.571428,22.727272,22.727272,22.727272,22.727272,22.727272,22.727272,27.272728,27.272728,27.272728,27.272728,26.086956,26.086956,26.086956,28.571428,28.571428,22.727272,22.727272,22.727272,22.727272,22.727272,22.727272,27.272728,27.272728,27.272728,27.272728,26.086956,26.086956,26.086956,28.571428,28.571428,22.727272,22.727272,22.727272,22.727272,22.727272,22.727272,27.272728,27.272728,27.272728,27.272728,26.086956,26.086956,26.086956,28.571428,28.571428,22.727272,22.727272,22.727272,22.727272,22.727272,22.727272,27.272728,27.272728,27.272728,27.272728,26.086956,26.086956,26.086956,28.571428,28.571428,22.727272,22.727272,22.727272,22.727272,22.727272,22.727272,27.272728,27.272728,27.272728,27.272728,26.086956,26.086956,26.086956,28.571428,28.571428,22.727272,22.727272,22.727272,22.727272,22.727272,22.727272,27.272728,27.272728,27.272728,27.272728,26.086956,26.086956,26.086956,28.571428,28.571428,22.727272,22.727272,22.727272,22.727272,22.727272,22.727272,27.272728,27.272728,27.272728,27.272728,26.086956,26.086956,26.086956,28.571428,28.571428,22.727272,22.727272,22.727272,22.727272,22.727272,22.727272,27.272728,27.272728,27.272728,27.272728,26.086956,26.086956,26.086956,28.571428,28.571428,22.727272,22.727272,22.727272,22.727272,22.727272,22.727272,27.272728,27.272728,27.272728,27.272728,26.086956,26.086956,26.086956,28.571428,28.571428,22.727272,22.727272,22.727272,22.727272,22.727272,22.727272,27.272728,27.272728,27.272728,27.272728,26.086956,26.086956,26.086956,28.571428,28.571428,22.727272,22.727272,22.727272,22.727272,22.727272,22.727272,27.272728,27.272728,27.272728,27.272728,26.086956,26.086956,26.086956,28.571428,28.571428,22.727272,22.727272,22.727272,22.727272,22.727272,22.727272,27.272728,27.272728,27.272728,27.272728,26.086956,26.086956,26.086956,28.571428,28.571428,22.727272,22.727272,22.727272,22.727272,22.727272,22.727272,27.272728,27.272728,27.272728,27.272728,26.086956,26.086956,26.086956,28.571428,28.571428,22.727272,22.727272,22.727272,22.727272,22.727272,22.727272,27.272728,27.272728,27.272728,27.272728,26.086956,26.086956,26.086956,28.571428,28.571428,22.727272,22.727272,22.727272,22.727272,22.727272,22.727272,27.272728,27.272728,27.272728,27.272728,26.086956,26.086956,26.086956,28.571428,28.571428,22.727272,22.727272,22.727272,22.727272,22.727272,22.727272,27.272728,27.272728,27.272728,27.272728,26.086956,26.086956,26.086956,28.571428,28.571428,22.727272,22.727272,22.727272,22.727272,22.727272,22.727272,27.272728,27.272728,27.272728,27.272728,26.086956,26.086956,26.086956,28.571428,28.571428,22.727272,22.727272,22.727272,22.727272,22.727272,22.727272,27.272728,27.272728,27.272728,27.272728,26.086956,26.086956,26.086956,28.571428,28.571428,22.727272,22.727272,22.727272,22.727272,22.727272,22.727272,27.272728,27.272728,27.272728,27.272728,26.086956,26.086956,26.086956,28.571428,28.571428,22.727272,22.727272,22.727272,22.727272,22.727272,22.727272,27.272728,27.272728,27.272728,27.272728,26.086956,26.086956,26.086956,28.571428,28.571428,22.727272,22.727272,22.727272,22.727272,22.727272,22.727272,27.272728,27.272728,27.272728,27.272728,26.086956,26.086956,26.086956,28.571428,28.571428,22.727272,22.727272,22.727272,22.727272,22.727272,22.727272,27.272728,27.272728,27.272728,27.272728,26.086956,26.086956,26.086956,28.571428,28.571428,22.727272,22.727272,22.727272,22.727272,22.727272,22.727272,27.272728,27.272728,27.272728,27.272728,26.086956,26.086956,26.086956,28.571428,28.571428,22.727272,22.727272,22.727272,22.727272,22.727272,22.727272,27.272728,27.272728,27.272728,27.272728,26.086956,26.086956,26.086956,28.571428,28.571428,22.727272,22.727272,22.727272,22.727272,22.727272,22.727272,27.272728,27.272728,27.272728,27.272728,26.086956,26.086956,26.086956,28.571428,28.571428,22.727272,22.727272,22.727272,22.727272,22.727272,22.727272,27.272728,27.272728,27.272728,27.272728,26.086956,26.086956,26.086956,28.571428,28.571428,22.727272,22.727272,22.727272,22.727272,22.727272,22.727272,27.272728,27.272728,27.272728,27.272728,26.086956,26.086956,26.086956,28.571428,28.571428,22.727272,22.727272,22.727272,22.727272,22.727272,22.727272,27.272728,27.272728,27.272728,27.272728,26.086956,26.086956,26.086956,28.571428,28.571428,22.727272,22.727272,22.727272,22.727272,22.727272,22.727272,27.272728,27.272728,27.272728,27.272728,26.086956,26.086956,26.086956,28.571428,28.571428,22.727272,22.727272,22.727272,22.727272,22.727272,22.727272,27.272728,27.272728,27.272728,27.272728,26.086956,26.086956,26.086956,28.571428,28.571428,22.727272,22.727272,22.727272,22.727272,22.727272,22.727272,27.272728,27.272728,27.272728,27.272728,26.086956,26.086956,26.086956,28.571428,28.571428,22.727272,22.727272,22.727272,22.727272,22.727272,22.727272,27.272728,27.272728,27.272728,27.272728,26.086956,26.086956,26.086956,28.571428,28.571428,22.727272,22.727272,22.727272,22.727272,22.727272,22.727272,27.272728,27.272728,27.272728,27.272728,26.086956,26.086956,26.086956,28.571428,28.571428,22.727272,22.727272,22.727272,22.727272,22.727272,22.727272,27.272728,27.272728,27.272728,27.272728,26.086956,26.086956,26.086956,28.571428,28.571428,22.727272,22.727272,22.727272,22.727272,22.727272,22.727272,27.272728,27.272728,27.272728,27.272728,26.086956,26.086956,26.086956,28.571428,28.571428,22.727272,22.727272,22.727272,22.727272,22.727272,22.727272,27.272728,27.272728,27.272728,27.272728,26.086956,26.086956,26.086956,28.571428,28.571428,22.727272,22.727272,22.727272,22.727272,22.727272,22.727272,27.272728,27.272728,27.272728,27.272728,26.086956,26.086956,26.086956,28.571428,28.571428,22.727272,22.727272,22.727272,22.727272,22.727272,22.727272,27.272728,27.272728,27.272728,27.272728,26.086956,26.086956,26.086956,28.571428,28.571428,22.727272,22.727272,22.727272,22.727272,22.727272,22.727272,27.272728,27.272728,27.272728,27.272728,26.086956,26.086956,26.086956,28.571428,28.571428,22.727272,22.727272,22.727272,22.727272,22.727272,22.727272,27.272728,27.272728,27.272728,27.272728,26.086956,26.086956,26.086956,28.571428,28.571428,22.727272,22.727272,22.727272,22.727272,22.727272,22.727272,27.272728,27.272728,27.272728,27.272728,26.086956,26.086956,26.086956,28.571428,28.571428,22.727272,22.727272,22.727272,22.727272,22.727272,22.727272,27.272728,27.272728,27.272728,27.272728,26.086956,26.086956,26.086956,28.571428,28.571428,22.727272,22.727272,22.727272,22.727272,22.727272,22.727272,27.272728,27.272728,27.272728,27.272728,26.086956,26.086956,26.086956,28.571428,28.571428,22.727272,22.727272,22.727272,22.727272,22.727272,22.727272,27.272728,27.272728,27.272728,27.272728,26.086956,26.086956,26.086956,28.571428,28.571428,22.727272,22.727272,22.727272,22.727272,22.727272,22.727272,27.272728,27.272728,27.272728,27.272728,26.086956,26.086956,26.086956,28.571428,28.571428,22.727272,22.727272,22.727272,22.727272,22.727272,22.727272,27.272728,27.272728,27.272728,27.272728,26.086956,26.086956,26.086956,28.571428,28.571428,22.727272,22.727272,22.727272,22.727272,22.727272,22.727272,27.272728,27.272728,27.272728,27.272728,26.086956,26.086956,26.086956,28.571428,28.571428,22.727272,22.727272,22.727272,22.727272,22.727272,22.727272,27.272728,27.272728,27.272728,27.272728,26.086956,26.086956,26.086956,28.571428,28.571428,22.727272,22.727272,22.727272,22.727272,22.727272,22.727272,27.272728,27.272728,27.272728,27.272728,26.086956,26.086956,26.086956,28.571428,28.571428,22.727272,22.727272,22.727272,22.727272,22.727272,22.727272,27.272728,27.272728,27.272728,27.272728,26.086956,26.086956,26.086956,28.571428,28.571428,22.727272,22.727272,22.727272,22.727272,22.727272,22.727272,27.272728,27.272728,27.272728,27.272728,26.086956,26.086956,26.086956,28.571428,28.571428,22.727272,22.727272,22.727272,22.727272,22.727272,22.727272,27.272728,27.272728,27.272728,27.272728,26.086956,26.086956,26.086956,28.571428,28.571428,22.727272,22.727272,22.727272,22.727272,22.727272,22.727272,27.272728,27.272728,27.272728,27.272728,26.086956,26.086956,26.086956,28.571428,28.571428,22.727272,22.727272,22.727272,22.727272,22.727272,22.727272,27.272728,27.272728,27.272728,27.272728,26.086956,26.086956,26.086956,28.571428,28.571428,22.727272,22.727272,22.727272,22.727272,22.727272,22.727272,27.272728,27.272728,27.272728,27.272728,26.086956,26.086956,26.086956,28.571428,28.571428,22.727272,22.727272,22.727272,22.727272,22.727272,22.727272,27.272728,27.272728,27.272728,27.272728,26.086956,26.086956,26.086956,28.571428,28.571428,22.727272,22.727272,22.727272,22.727272,22.727272,22.727272,27.272728,27.272728,27.272728,27.272728,26.086956,26.086956,26.086956,28.571428,28.571428,22.727272,22.727272,22.727272,22.727272,22.727272,22.727272,27.272728,27.272728,27.272728,27.272728,26.086956,26.086956,26.086956,28.571428,28.571428,22.727272,22.727272,22.727272,22.727272,22.727272,22.727272,27.272728,27.272728,27.272728,27.272728,26.086956,26.086956,26.086956,28.571428,28.571428,22.727272,22.727272,22.727272,22.727272,22.727272,22.727272,27.272728,27.272728,27.272728,27.272728,26.086956,26.086956,26.086956,28.571428,28.571428,22.727272,22.727272,22.727272,22.727272,22.727272,22.727272,27.272728,27.272728,27.272728,27.272728,26.086956,26.086956,26.086956,28.571428,28.571428,22.727272,22.727272,22.727272,22.727272,22.727272,22.727272,27.272728,27.272728,27.272728,27.272728,26.086956,26.086956,26.086956,28.571428,28.571428,22.727272,22.727272,22.727272,22.727272,22.727272,22.727272,27.272728,27.272728,27.272728,27.272728,26.086956,26.086956,26.086956,28.571428,28.571428,22.727272,22.727272,22.727272,22.727272,22.727272,22.727272,27.272728,27.272728,27.272728,27.272728,26.086956,26.086956,26.086956,28.571428,28.571428,22.727272,22.727272,22.727272,22.727272,22.727272,22.727272,27.272728,27.272728,27.272728,27.272728,26.086956,26.086956,26.086956,28.571428,28.571428,22.727272,22.727272,22.727272,22.727272,22.727272,22.727272,27.272728,27.272728,27.272728,27.272728,26.086956,26.086956,26.086956,28.571428,28.571428,22.727272,22.727272,22.727272,22.727272,22.727272,22.727272,27.272728,27.272728,27.272728,27.272728,26.086956,26.086956,26.086956,28.571428,28.571428,22.727272,22.727272,22.727272,22.727272,22.727272,22.727272,27.272728,27.272728,27.272728,27.272728,26.086956,26.086956,26.086956,28.571428,28.571428,22.727272,22.727272,22.727272,22.727272,22.727272,22.727272,27.272728,27.272728,27.272728,27.272728,26.086956,26.086956,26.086956,28.571428,28.571428,22.727272,22.727272,22.727272,22.727272,22.727272,22.727272,27.272728,27.272728,27.272728,27.272728,26.086956,26.086956,26.086956,28.571428,28.571428,22.727272,22.727272,22.727272,22.727272,22.727272,22.727272,27.272728,27.272728,27.272728,27.272728,26.086956,26.086956,26.086956,28.571428,28.571428,22.727272,22.727272,22.727272,22.727272,22.727272,22.727272,27.272728,27.272728,27.272728,27.272728,26.086956,26.086956,26.086956,28.571428,28.571428,22.727272,22.727272,22.727272,22.727272,22.727272,22.727272,27.272728,27.272728,27.272728,27.272728,26.086956,26.086956,26.086956,28.571428,28.571428,22.727272,22.727272,22.727272,22.727272,22.727272,22.727272,27.272728,27.272728,27.272728,27.272728,26.086956,26.086956,26.086956,28.571428,28.571428,22.727272,22.727272,22.727272,22.727272,22.727272,22.727272,27.272728,27.272728,27.272728,27.272728,26.086956,26.086956,26.086956,28.571428,28.571428,22.727272,22.727272,22.727272,22.727272,22.727272,22.727272,27.272728,27.272728,27.272728,27.272728,26.086956,26.086956,26.086956,28.571428,28.571428,22.727272,22.727272,22.727272,22.727272,22.727272,22.727272,27.272728,27.272728,27.272728,27.272728,26.086956,26.086956,26.086956,28.571428,28.571428,22.727272,22.727272,22.727272,22.727272,22.727272,22.727272,27.272728,27.272728,27.272728,27.272728,26.086956,26.086956,26.086956,28.571428,28.571428,22.727272,22.727272,22.727272,22.727272,22.727272,22.727272,27.272728,27.272728,27.272728,27.272728,26.086956,26.086956,26.086956,28.571428,28.571428,22.727272,22.727272,22.727272,22.727272,22.727272,22.727272,27.272728,27.272728,27.272728,27.272728,26.086956,26.086956,26.086956,28.571428,28.571428,22.727272,22.727272,22.727272,22.727272,22.727272,22.727272,27.272728,27.272728,27.272728,27.272728,26.086956,26.086956,26.086956,28.571428,28.571428,22.727272,22.727272,22.727272,22.727272,22.727272,22.727272,27.272728,27.272728,27.272728,27.272728,26.086956,26.086956,26.086956,28.571428,28.571428,22.727272,22.727272,22.727272,22.727272,22.727272,22.727272,14.285714,14.285714,14.285714,20,20,20,20,20,20,20,20,9.090909,9.090909,9.090909,9.090909,14.285714,14.285714,14.285714,20,20,20,20,20,20,20,20,9.090909,9.090909,9.090909,9.090909,14.285714,14.285714,14.285714,20,20,20,20,20,20,20,20,9.090909,9.090909,9.090909,9.090909,14.285714,14.285714,14.285714,20,20,20,20,20,20,20,20,9.090909,9.090909,9.090909,9.090909,14.285714,14.285714,14.285714,20,20,20,20,20,20,20,20,9.090909,9.090909,9.090909,9.090909,14.285714,14.285714,14.285714,20,20,20,20,20,20,20,20,9.090909,9.090909,9.090909,9.090909,14.285714,14.285714,14.285714,20,20,20,20,20,20,20,20,9.090909,9.090909,9.090909,9.090909,14.285714,14.285714,14.285714,20,20,20,20,20,20,20,20,9.090909,9.090909,9.090909,9.090909,14.285714,14.285714,14.285714,20,20,20,20,20,20,20,20,9.090909,9.090909,9.090909,9.090909,14.285714,14.285714,14.285714,20,20,20,20,20,20,20,20,9.090909,9.090909,9.090909,9.090909,14.285714,14.285714,14.285714,20,20,20,20,20,20,20,20,9.090909,9.090909,9.090909,9.090909,14.285714,14.285714,14.285714,20,20,20,20,20,20,20,20,9.090909,9.090909,9.090909,9.090909,14.285714,14.285714,14.285714,20,20,20,20,20,20,20,20,9.090909,9.090909,9.090909,9.090909,14.285714,14.285714,14.285714,20,20,20,20,20,20,20,20,9.090909,9.090909,9.090909,9.090909,14.285714,14.285714,14.285714,20,20,20,20,20,20,20,20,9.090909,9.090909,9.090909,9.090909,14.285714,14.285714,14.285714,20,20,20,20,20,20,20,20,9.090909,9.090909,9.090909,9.090909,14.285714,14.285714,14.285714,20,20,20,20,20,20,20,20,9.090909,9.090909,9.090909,9.090909,33.333332,33.333332,33.333332,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,33.333332,33.333332,33.333332,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,33.333332,33.333332,33.333332,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,33.333332,33.333332,33.333332,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,33.333332,33.333332,33.333332,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,33.333332,33.333332,33.333332,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,33.333332,33.333332,33.333332,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,33.333332,33.333332,33.333332,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,33.333332,33.333332,33.333332,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,33.333332,33.333332,33.333332,16.666666,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,9.090909,0,0,0,0,18.518518,17.857143,19.298244,19.298244,17.460318,17.460318,17.460318,17.460318,19.69697,19.69697,19.402985,19.402985,19.402985,19.402985,19.402985,18.518518,17.857143,19.298244,19.298244,17.460318,17.460318,17.460318,17.460318,19.69697,19.69697,19.402985,19.402985,19.402985,19.402985,19.402985,18.518518,17.857143,19.298244,19.298244,17.460318,17.460318,17.460318,17.460318,19.69697,19.69697,19.402985,19.402985,19.402985,19.402985,19.402985,18.518518,17.857143,19.298244,19.298244,17.460318,17.460318,17.460318,17.460318,19.69697,19.69697,19.402985,19.402985,19.402985,19.402985,19.402985,18.518518,17.857143,19.298244,19.298244,17.460318,17.460318,17.460318,17.460318,19.69697,19.69697,19.402985,19.402985,19.402985,19.402985,19.402985,18.518518,17.857143,19.298244,19.298244,17.460318,17.460318,17.460318,17.460318,19.69697,19.69697,19.402985,19.402985,19.402985,19.402985,19.402985,18.518518,17.857143,19.298244,19.298244,17.460318,17.460318,17.460318,17.460318,19.69697,19.69697,19.402985,19.402985,19.402985,19.402985,19.402985,18.518518,17.857143,19.298244,19.298244,17.460318,17.460318,17.460318,17.460318,19.69697,19.69697,19.402985,19.402985,19.402985,19.402985,19.402985,18.518518,17.857143,19.298244,19.298244,17.460318,17.460318,17.460318,17.460318,19.69697,19.69697,19.402985,19.402985,19.402985,19.402985,19.402985,18.518518,17.857143,19.298244,19.298244,17.460318,17.460318,17.460318,17.460318,19.69697,19.69697,19.402985,19.402985,19.402985,19.402985,19.402985,18.518518,17.857143,19.298244,19.298244,17.460318,17.460318,17.460318,17.460318,19.69697,19.69697,19.402985,19.402985,19.402985,19.402985,19.402985,18.518518,17.857143,19.298244,19.298244,17.460318,17.460318,17.460318,17.460318,19.69697,19.69697,19.402985,19.402985,19.402985,19.402985,19.402985,18.518518,17.857143,19.298244,19.298244,17.460318,17.460318,17.460318,17.460318,19.69697,19.69697,19.402985,19.402985,19.402985,19.402985,19.402985,18.518518,17.857143,19.298244,19.298244,17.460318,17.460318,17.460318,17.460318,19.69697,19.69697,19.402985,19.402985,19.402985,19.402985,19.402985,18.518518,17.857143,19.298244,19.298244,17.460318,17.460318,17.460318,17.460318,19.69697,19.69697,19.402985,19.402985,19.402985,19.402985,19.402985,18.518518,17.857143,19.298244,19.298244,17.460318,17.460318,17.460318,17.460318,19.69697,19.69697,19.402985,19.402985,19.402985,19.402985,19.402985,18.518518,17.857143,19.298244,19.298244,17.460318,17.460318,17.460318,17.460318,19.69697,19.69697,19.402985,19.402985,19.402985,19.402985,19.402985,18.518518,17.857143,19.298244,19.298244,17.460318,17.460318,17.460318,17.460318,19.69697,19.69697,19.402985,19.402985,19.402985,19.402985,19.402985,18.518518,17.857143,19.298244,19.298244,17.460318,17.460318,17.460318,17.460318,19.69697,19.69697,19.402985,19.402985,19.402985,19.402985,19.402985,18.518518,17.857143,19.298244,19.298244,17.460318,17.460318,17.460318,17.460318,19.69697,19.69697,19.402985,19.402985,19.402985,19.402985,19.402985,18.518518,17.857143,19.298244,19.298244,17.460318,17.460318,17.460318,17.460318,19.69697,19.69697,19.402985,19.402985,19.402985,19.402985,19.402985,18.181818,40,40,28.571428,20,20,20,20,20,20,20,20,20,20,20,18.181818,40,40,28.571428,20,20,20,20,20,20,20,20,20,20,20,18.181818,40,40,28.571428,20,20,20,20,20,20,20,20,20,20,20,18.181818,40,40,28.571428,20,20,20,20,20,20,20,20,20,20,20,18.181818,40,40,28.571428,20,20,20,20,20,20,20,20,20,20,20,18.181818,40,40,28.571428,20,20,20,20,20,20,20,20,20,20,20,18.181818,40,40,28.571428,20,20,20,20,20,20,20,20,20,20,20,18.181818,40,40,28.571428,20,20,20,20,20,20,20,20,20,20,20,18.181818,40,40,28.571428,20,20,20,20,20,20,20,20,20,20,20,18.181818,40,40,28.571428,20,20,20,20,20,20,20,20,20,20,20,18.181818,40,40,28.571428,20,20,20,20,20,20,20,20,20,20,20,18.181818,40,40,28.571428,20,20,20,20,20,20,20,20,20,20,20,18.181818,40,40,28.571428,20,20,20,20,20,20,20,20,20,20,20,18.181818,40,40,28.571428,20,20,20,20,20,20,20,20,20,20,20,18.181818,40,40,28.571428,20,20,20,20,20,20,20,20,20,20,20,18.181818,40,40,28.571428,20,20,20,20,20,20,20,20,20,20,20,18.181818,40,40,28.571428,20,20,20,20,20,20,20,20,20,20,20,18.181818,40,40,28.571428,20,20,20,20,20,20,20,20,20,20,20,18.181818,40,40,28.571428,20,20,20,20,20,20,20,20,20,20,20,18.181818,40,40,28.571428,20,20,20,20,20,20,20,20,20,20,20,18.181818,40,40,28.571428,20,20,20,20,20,20,20,20,20,20,20,18.181818,40,40,28.571428,20,20,20,20,20,20,20,20,20,20,20,18.181818,40,40,28.571428,20,20,20,20,20,20,20,20,20,20,20,18.181818,40,40,28.571428,20,20,20,20,20,20,20,20,20,20,20,18.181818,40,40,28.571428,20,20,20,20,20,20,20,20,20,20,20,18.181818,40,40,28.571428,20,20,20,20,20,20,20,20,20,20,20,18.181818,40,40,28.571428,20,20,20,20,20,20,20,20,20,20,20,18.181818,40,40,28.571428,20,20,20,20,20,20,20,20,20,20,20,18.181818,40,40,28.571428,20,20,20,20,20,20,20,20,20,20,20,18.181818,40,40,28.571428,20,20,20,20,20,20,20,20,20,20,20,18.181818,40,40,28.571428,20,20,20,20,20,20,20,20,20,20,20,18.181818,40,40,28.571428,20,20,20,20,20,20,20,20,20,20,20,18.181818,40,40,28.571428,20,20,20,20,20,20,20,20,20,20,20,23.333332,24.590164,23.333332,23.333332,23.333332,23.333332,23.333332,23.333332,21.875,21.875,21.875,21.875,20.63492,23.611111,22.666668,23.333332,24.590164,23.333332,23.333332,23.333332,23.333332,23.333332,23.333332,21.875,21.875,21.875,21.875,20.63492,23.611111,22.666668,23.333332,24.590164,23.333332,23.333332,23.333332,23.333332,23.333332,23.333332,21.875,21.875,21.875,21.875,20.63492,23.611111,22.666668,23.333332,24.590164,23.333332,23.333332,23.333332,23.333332,23.333332,23.333332,21.875,21.875,21.875,21.875,20.63492,23.611111,22.666668,23.333332,24.590164,23.333332,23.333332,23.333332,23.333332,23.333332,23.333332,21.875,21.875,21.875,21.875,20.63492,23.611111,22.666668,23.333332,24.590164,23.333332,23.333332,23.333332,23.333332,23.333332,23.333332,21.875,21.875,21.875,21.875,20.63492,23.611111,22.666668,23.333332,24.590164,23.333332,23.333332,23.333332,23.333332,23.333332,23.333332,21.875,21.875,21.875,21.875,20.63492,23.611111,22.666668,23.333332,24.590164,23.333332,23.333332,23.333332,23.333332,23.333332,23.333332,21.875,21.875,21.875,21.875,20.63492,23.611111,22.666668,23.333332,24.590164,23.333332,23.333332,23.333332,23.333332,23.333332,23.333332,21.875,21.875,21.875,21.875,20.63492,23.611111,22.666668,23.333332,24.590164,23.333332,23.333332,23.333332,23.333332,23.333332,23.333332,21.875,21.875,21.875,21.875,20.63492,23.611111,22.666668,23.333332,24.590164,23.333332,23.333332,23.333332,23.333332,23.333332,23.333332,21.875,21.875,21.875,21.875,20.63492,23.611111,22.666668,23.333332,24.590164,23.333332,23.333332,23.333332,23.333332,23.333332,23.333332,21.875,21.875,21.875,21.875,20.63492,23.611111,22.666668,23.333332,24.590164,23.333332,23.333332,23.333332,23.333332,23.333332,23.333332,21.875,21.875,21.875,21.875,20.63492,23.611111,22.666668,23.333332,24.590164,23.333332,23.333332,23.333332,23.333332,23.333332,23.333332,21.875,21.875,21.875,21.875,20.63492,23.611111,22.666668,23.333332,24.590164,23.333332,23.333332,23.333332,23.333332,23.333332,23.333332,21.875,21.875,21.875,21.875,20.63492,23.611111,22.666668,23.333332,24.590164,23.333332,23.333332,23.333332,23.333332,23.333332,23.333332,21.875,21.875,21.875,21.875,20.63492,23.611111,22.666668,23.333332,24.590164,23.333332,23.333332,23.333332,23.333332,23.333332,23.333332,21.875,21.875,21.875,21.875,20.63492,23.611111,22.666668,23.333332,24.590164,23.333332,23.333332,23.333332,23.333332,23.333332,23.333332,21.875,21.875,21.875,21.875,20.63492,23.611111,22.666668,23.333332,24.590164,23.333332,23.333332,23.333332,23.333332,23.333332,23.333332,21.875,21.875,21.875,21.875,20.63492,23.611111,22.666668,23.333332,24.590164,23.333332,23.333332,23.333332,23.333332,23.333332,23.333332,21.875,21.875,21.875,21.875,20.63492,23.611111,22.666668,23.333332,24.590164,23.333332,23.333332,23.333332,23.333332,23.333332,23.333332,21.875,21.875,21.875,21.875,20.63492,23.611111,22.666668,23.333332,24.590164,23.333332,23.333332,23.333332,23.333332,23.333332,23.333332,21.875,21.875,21.875,21.875,20.63492,23.611111,22.666668,23.333332,24.590164,23.333332,23.333332,23.333332,23.333332,23.333332,23.333332,21.875,21.875,21.875,21.875,20.63492,23.611111,22.666668,23.333332,24.590164,23.333332,23.333332,23.333332,23.333332,23.333332,23.333332,21.875,21.875,21.875,21.875,20.63492,23.611111,22.666668,23.333332,24.590164,23.333332,23.333332,23.333332,23.333332,23.333332,23.333332,21.875,21.875,21.875,21.875,20.63492,23.611111,22.666668,23.333332,24.590164,23.333332,23.333332,23.333332,23.333332,23.333332,23.333332,21.875,21.875,21.875,21.875,20.63492,23.611111,22.666668,23.333332,24.590164,23.333332,23.333332,23.333332,23.333332,23.333332,23.333332,21.875,21.875,21.875,21.875,20.63492,23.611111,22.666668,23.333332,24.590164,23.333332,23.333332,23.333332,23.333332,23.333332,23.333332,21.875,21.875,21.875,21.875,20.63492,23.611111,22.666668,23.333332,24.590164,23.333332,23.333332,23.333332,23.333332,23.333332,23.333332,21.875,21.875,21.875,21.875,20.63492,23.611111,22.666668,23.333332,24.590164,23.333332,23.333332,23.333332,23.333332,23.333332,23.333332,21.875,21.875,21.875,21.875,20.63492,23.611111,22.666668,23.333332,24.590164,23.333332,23.333332,23.333332,23.333332,23.333332,23.333332,21.875,21.875,21.875,21.875,20.63492,23.611111,22.666668,23.333332,24.590164,23.333332,23.333332,23.333332,23.333332,23.333332,23.333332,21.875,21.875,21.875,21.875,20.63492,23.611111,22.666668,23.333332,24.590164,23.333332,23.333332,23.333332,23.333332,23.333332,23.333332,21.875,21.875,21.875,21.875,20.63492,23.611111,22.666668,23.333332,24.590164,23.333332,23.333332,23.333332,23.333332,23.333332,23.333332,21.875,21.875,21.875,21.875,20.63492,23.611111,22.666668,23.333332,24.590164,23.333332,23.333332,23.333332,23.333332,23.333332,23.333332,21.875,21.875,21.875,21.875,20.63492,23.611111,22.666668,23.333332,24.590164,23.333332,23.333332,23.333332,23.333332,23.333332,23.333332,21.875,21.875,21.875,21.875,20.63492,23.611111,22.666668,23.333332,24.590164,23.333332,23.333332,23.333332,23.333332,23.333332,23.333332,21.875,21.875,21.875,21.875,20.63492,23.611111,22.666668,23.333332,24.590164,23.333332,23.333332,23.333332,23.333332,23.333332,23.333332,21.875,21.875,21.875,21.875,20.63492,23.611111,22.666668,23.333332,24.590164,23.333332,23.333332,23.333332,23.333332,23.333332,23.333332,21.875,21.875,21.875,21.875,20.63492,23.611111,22.666668,23.333332,24.590164,23.333332,23.333332,23.333332,23.333332,23.333332,23.333332,21.875,21.875,21.875,21.875,20.63492,23.611111,22.666668,23.333332,24.590164,23.333332,23.333332,23.333332,23.333332,23.333332,23.333332,21.875,21.875,21.875,21.875,20.63492,23.611111,22.666668,23.333332,24.590164,23.333332,23.333332,23.333332,23.333332,23.333332,23.333332,21.875,21.875,21.875,21.875,20.63492,23.611111,22.666668,23.333332,24.590164,23.333332,23.333332,23.333332,23.333332,23.333332,23.333332,21.875,21.875,21.875,21.875,20.63492,23.611111,22.666668,23.333332,24.590164,23.333332,23.333332,23.333332,23.333332,23.333332,23.333332,21.875,21.875,21.875,21.875,20.63492,23.611111,22.666668,23.333332,24.590164,23.333332,23.333332,23.333332,23.333332,23.333332,23.333332,21.875,21.875,21.875,21.875,20.63492,23.611111,22.666668,23.333332,24.590164,23.333332,23.333332,23.333332,23.333332,23.333332,23.333332,21.875,21.875,21.875,21.875,20.63492,23.611111,22.666668,23.333332,24.590164,23.333332,23.333332,23.333332,23.333332,23.333332,23.333332,21.875,21.875,21.875,21.875,20.63492,23.611111,22.666668,23.333332,24.590164,23.333332,23.333332,23.333332,23.333332,23.333332,23.333332,21.875,21.875,21.875,21.875,20.63492,23.611111,22.666668,23.333332,24.590164,23.333332,23.333332,23.333332,23.333332,23.333332,23.333332,21.875,21.875,21.875,21.875,20.63492,23.611111,22.666668,23.333332,24.590164,23.333332,23.333332,23.333332,23.333332,23.333332,23.333332,21.875,21.875,21.875,21.875,20.63492,23.611111,22.666668,23.333332,24.590164,23.333332,23.333332,23.333332,23.333332,23.333332,23.333332,21.875,21.875,21.875,21.875,20.63492,23.611111,22.666668,23.333332,24.590164,23.333332,23.333332,23.333332,23.333332,23.333332,23.333332,21.875,21.875,21.875,21.875,20.63492,23.611111,22.666668,23.333332,24.590164,23.333332,23.333332,23.333332,23.333332,23.333332,23.333332,21.875,21.875,21.875,21.875,20.63492,23.611111,22.666668,23.333332,24.590164,23.333332,23.333332,23.333332,23.333332,23.333332,23.333332,21.875,21.875,21.875,21.875,20.63492,23.611111,22.666668,23.333332,24.590164,23.333332,23.333332,23.333332,23.333332,23.333332,23.333332,21.875,21.875,21.875,21.875,20.63492,23.611111,22.666668,23.333332,24.590164,23.333332,23.333332,23.333332,23.333332,23.333332,23.333332,21.875,21.875,21.875,21.875,20.63492,23.611111,22.666668,23.333332,24.590164,23.333332,23.333332,23.333332,23.333332,23.333332,23.333332,21.875,21.875,21.875,21.875,20.63492,23.611111,22.666668,23.333332,24.590164,23.333332,23.333332,23.333332,23.333332,23.333332,23.333332,21.875,21.875,21.875,21.875,20.63492,23.611111,22.666668,23.333332,24.590164,23.333332,23.333332,23.333332,23.333332,23.333332,23.333332,21.875,21.875,21.875,21.875,20.63492,23.611111,22.666668,23.333332,24.590164,23.333332,23.333332,23.333332,23.333332,23.333332,23.333332,21.875,21.875,21.875,21.875,20.63492,23.611111,22.666668,23.333332,24.590164,23.333332,23.333332,23.333332,23.333332,23.333332,23.333332,21.875,21.875,21.875,21.875,20.63492,23.611111,22.666668,23.333332,24.590164,23.333332,23.333332,23.333332,23.333332,23.333332,23.333332,21.875,21.875,21.875,21.875,20.63492,23.611111,22.666668,10,10,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,0,0,0,0,10,10,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,0,0,0,0,10,10,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,0,0,0,0,10,10,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,0,0,0,0,10,10,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,0,0,0,0,10,10,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,0,0,0,0,10,10,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,0,0,0,0,10,10,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,0,0,0,0,10,10,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,0,0,0,0,10,10,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,0,0,0,0,10,10,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,0,0,0,0,10,10,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,0,0,0,0,10,10,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,0,0,0,0,10,10,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,0,0,0,0,10,10,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,0,0,0,0,10,10,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,0,0,0,0,10,10,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,0,0,0,0,10,10,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,0,0,0,0,10,10,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,0,0,0,0,10,10,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,0,0,0,0,10,10,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,0,0,0,0,10,10,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,0,0,0,0,10,10,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,0,0,0,0,10,10,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,0,0,0,0,10,10,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,0,0,0,0,10,10,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,0,0,0,0,10,10,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,0,0,0,0,10,10,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,0,0,0,0,10,10,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,0,0,0,0,10,10,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,0,0,0,0,10,10,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,0,0,0,0,10,10,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,0,0,0,0,10,10,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,0,0,0,0,10,10,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,0,0,0,0,10,10,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,0,0,0,0,10,10,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,0,0,0,0,10,10,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,0,0,0,0,10,10,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,0,0,0,0,10,10,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,0,0,0,0,10,10,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,0,0,0,0,10,10,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,0,0,0,0,10,10,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,0,0,0,0,10,10,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,0,0,0,0,10,10,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,0,0,0,0,10,10,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,0,0,0,0,10,10,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,0,0,0,0,10,10,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,0,0,0,0,10,10,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,0,0,0,0,10,10,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,0,0,0,0,10,10,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,0,0,0,0,10,10,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,0,0,0,0,10,10,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,0,0,0,0,10,10,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,0,0,0,0,10,10,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,0,0,0,0,10,10,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,0,0,0,0,10,10,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,0,0,0,0,10,10,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,0,0,0,0,10,10,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,0,0,0,0,10,10,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,0,0,0,0,10,10,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,0,0,0,0,10,10,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,0,0,0,0,10,10,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,0,0,0,0,10,10,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,0,0,0,0,10,10,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,0,0,0,0,10,10,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,0,0,0,0,10,10,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,0,0,0,0,10,10,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,0,0,0,0,10,10,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,0,0,0,0,10,10,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,0,0,0,0,10,10,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,0,0,0,0,10,10,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,0,0,0,0,10,10,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,0,0,0,0,10,10,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,0,0,0,0,10,10,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,0,0,0,0,10,10,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,0,0,0,0,10,10,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,0,0,0,0,10,10,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,0,0,0,0,10,10,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,0,0,0,0,10,10,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,0,0,0,0,10,10,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,0,0,0,0,10,10,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,0,0,0,0,10,10,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,0,0,0,0,10,10,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,0,0,0,0,10,10,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,0,0,0,0,10,10,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,0,0,0,0,10,10,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,0,0,0,0,10,10,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,0,0,0,0,10,10,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,0,0,0,0,10,10,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,0,0,0,0,10,10,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,0,0,0,0,10,10,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,0,0,0,0,10,10,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,0,0,0,0,10,10,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,0,0,0,0,10,10,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,0,0,0,0,10,10,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,0,0,0,0,10,10,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,0,0,0,0,10,10,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,0,0,0,0,10,10,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,0,0,0,0,10,10,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,0,0,0,0,10,10,5.2631578,3.4482758,3.4482758,3.4482758,3.3333333,3.3333333,3.3333333,3.3333333,3.3333333,0,0,0,0,30.76923,25,25,25,25,25,25,25,25,25,25,23.076923,23.076923,21.428572,21.428572,30.76923,25,25,25,25,25,25,25,25,25,25,23.076923,23.076923,21.428572,21.428572,30.76923,25,25,25,25,25,25,25,25,25,25,23.076923,23.076923,21.428572,21.428572,30.76923,25,25,25,25,25,25,25,25,25,25,23.076923,23.076923,21.428572,21.428572,30.76923,25,25,25,25,25,25,25,25,25,25,23.076923,23.076923,21.428572,21.428572,30.76923,25,25,25,25,25,25,25,25,25,25,23.076923,23.076923,21.428572,21.428572,30.76923,25,25,25,25,25,25,25,25,25,25,23.076923,23.076923,21.428572,21.428572,30.76923,25,25,25,25,25,25,25,25,25,25,23.076923,23.076923,21.428572,21.428572,30.76923,25,25,25,25,25,25,25,25,25,25,23.076923,23.076923,21.428572,21.428572,30.76923,25,25,25,25,25,25,25,25,25,25,23.076923,23.076923,21.428572,21.428572,30.76923,25,25,25,25,25,25,25,25,25,25,23.076923,23.076923,21.428572,21.428572,30.76923,25,25,25,25,25,25,25,25,25,25,23.076923,23.076923,21.428572,21.428572,30.76923,25,25,25,25,25,25,25,25,25,25,23.076923,23.076923,21.428572,21.428572,30.76923,25,25,25,25,25,25,25,25,25,25,23.076923,23.076923,21.428572,21.428572,30.76923,25,25,25,25,25,25,25,25,25,25,23.076923,23.076923,21.428572,21.428572,30.76923,25,25,25,25,25,25,25,25,25,25,23.076923,23.076923,21.428572,21.428572,30.76923,25,25,25,25,25,25,25,25,25,25,23.076923,23.076923,21.428572,21.428572,30.76923,25,25,25,25,25,25,25,25,25,25,23.076923,23.076923,21.428572,21.428572,30.76923,25,25,25,25,25,25,25,25,25,25,23.076923,23.076923,21.428572,21.428572,30.76923,25,25,25,25,25,25,25,25,25,25,23.076923,23.076923,21.428572,21.428572,30.76923,25,25,25,25,25,25,25,25,25,25,23.076923,23.076923,21.428572,21.428572,30.76923,25,25,25,25,25,25,25,25,25,25,23.076923,23.076923,21.428572,21.428572,30.76923,25,25,25,25,25,25,25,25,25,25,23.076923,23.076923,21.428572,21.428572,30.76923,25,25,25,25,25,25,25,25,25,25,23.076923,23.076923,21.428572,21.428572,30.76923,25,25,25,25,25,25,25,25,25,25,23.076923,23.076923,21.428572,21.428572,30.76923,25,25,25,25,25,25,25,25,25,25,23.076923,23.076923,21.428572,21.428572,30.76923,25,25,25,25,25,25,25,25,25,25,23.076923,23.076923,21.428572,21.428572,30.76923,25,25,25,25,25,25,25,25,25,25,23.076923,23.076923,21.428572,21.428572,30.76923,25,25,25,25,25,25,25,25,25,25,23.076923,23.076923,21.428572,21.428572,30.76923,25,25,25,25,25,25,25,25,25,25,23.076923,23.076923,21.428572,21.428572,30.76923,25,25,25,25,25,25,25,25,25,25,23.076923,23.076923,21.428572,21.428572,30.76923,25,25,25,25,25,25,25,25,25,25,23.076923,23.076923,21.428572,21.428572,30.76923,25,25,25,25,25,25,25,25,25,25,23.076923,23.076923,21.428572,21.428572,30.76923,25,25,25,25,25,25,25,25,25,25,23.076923,23.076923,21.428572,21.428572,30.76923,25,25,25,25,25,25,25,25,25,25,23.076923,23.076923,21.428572,21.428572,30.76923,25,25,25,25,25,25,25,25,25,25,23.076923,23.076923,21.428572,21.428572,30.76923,25,25,25,25,25,25,25,25,25,25,23.076923,23.076923,21.428572,21.428572,30.76923,25,25,25,25,25,25,25,25,25,25,23.076923,23.076923,21.428572,21.428572,30.76923,25,25,25,25,25,25,25,25,25,25,23.076923,23.076923,21.428572,21.428572,30.76923,25,25,25,25,25,25,25,25,25,25,23.076923,23.076923,21.428572,21.428572,30.76923,25,25,25,25,25,25,25,25,25,25,23.076923,23.076923,21.428572,21.428572,30.76923,25,25,25,25,25,25,25,25,25,25,23.076923,23.076923,21.428572,21.428572,30.76923,25,25,25,25,25,25,25,25,25,25,23.076923,23.076923,21.428572,21.428572,30.76923,25,25,25,25,25,25,25,25,25,25,23.076923,23.076923,21.428572,21.428572,30.76923,25,25,25,25,25,25,25,25,25,25,23.076923,23.076923,21.428572,21.428572,30.76923,25,25,25,25,25,25,25,25,25,25,23.076923,23.076923,21.428572,21.428572,30.76923,25,25,25,25,25,25,25,25,25,25,23.076923,23.076923,21.428572,21.428572,30.76923,25,25,25,25,25,25,25,25,25,25,23.076923,23.076923,21.428572,21.428572,30.76923,25,25,25,25,25,25,25,25,25,25,23.076923,23.076923,21.428572,21.428572,30.76923,25,25,25,25,25,25,25,25,25,25,23.076923,23.076923,21.428572,21.428572,30.76923,25,25,25,25,25,25,25,25,25,25,23.076923,23.076923,21.428572,21.428572,30.76923,25,25,25,25,25,25,25,25,25,25,23.076923,23.076923,21.428572,21.428572,30.76923,25,25,25,25,25,25,25,25,25,25,23.076923,23.076923,21.428572,21.428572,33.333332,30,30,30,27.777777,27.777777,27.777777,18.75,18.75,18.75,18.75,20,20,20,20,33.333332,30,30,30,27.777777,27.777777,27.777777,18.75,18.75,18.75,18.75,20,20,20,20,33.333332,30,30,30,27.777777,27.777777,27.777777,18.75,18.75,18.75,18.75,20,20,20,20,33.333332,30,30,30,27.777777,27.777777,27.777777,18.75,18.75,18.75,18.75,20,20,20,20,33.333332,30,30,30,27.777777,27.777777,27.777777,18.75,18.75,18.75,18.75,20,20,20,20,33.333332,30,30,30,27.777777,27.777777,27.777777,18.75,18.75,18.75,18.75,20,20,20,20,33.333332,30,30,30,27.777777,27.777777,27.777777,18.75,18.75,18.75,18.75,20,20,20,20,33.333332,30,30,30,27.777777,27.777777,27.777777,18.75,18.75,18.75,18.75,20,20,20,20,33.333332,30,30,30,27.777777,27.777777,27.777777,18.75,18.75,18.75,18.75,20,20,20,20,33.333332,30,30,30,27.777777,27.777777,27.777777,18.75,18.75,18.75,18.75,20,20,20,20,33.333332,30,30,30,27.777777,27.777777,27.777777,18.75,18.75,18.75,18.75,20,20,20,20,33.333332,30,30,30,27.777777,27.777777,27.777777,18.75,18.75,18.75,18.75,20,20,20,20,33.333332,30,30,30,27.777777,27.777777,27.777777,18.75,18.75,18.75,18.75,20,20,20,20,33.333332,30,30,30,27.777777,27.777777,27.777777,18.75,18.75,18.75,18.75,20,20,20,20,33.333332,30,30,30,27.777777,27.777777,27.777777,18.75,18.75,18.75,18.75,20,20,20,20,33.333332,30,30,30,27.777777,27.777777,27.777777,18.75,18.75,18.75,18.75,20,20,20,20,33.333332,30,30,30,27.777777,27.777777,27.777777,18.75,18.75,18.75,18.75,20,20,20,20,33.333332,30,30,30,27.777777,27.777777,27.777777,18.75,18.75,18.75,18.75,20,20,20,20,33.333332,30,30,30,27.777777,27.777777,27.777777,18.75,18.75,18.75,18.75,20,20,20,20,33.333332,30,30,30,27.777777,27.777777,27.777777,18.75,18.75,18.75,18.75,20,20,20,20,33.333332,30,30,30,27.777777,27.777777,27.777777,18.75,18.75,18.75,18.75,20,20,20,20,33.333332,30,30,30,27.777777,27.777777,27.777777,18.75,18.75,18.75,18.75,20,20,20,20,33.333332,30,30,30,27.777777,27.777777,27.777777,18.75,18.75,18.75,18.75,20,20,20,20,33.333332,30,30,30,27.777777,27.777777,27.777777,18.75,18.75,18.75,18.75,20,20,20,20,33.333332,30,30,30,27.777777,27.777777,27.777777,18.75,18.75,18.75,18.75,20,20,20,20,33.333332,30,30,30,27.777777,27.777777,27.777777,18.75,18.75,18.75,18.75,20,20,20,20,33.333332,30,30,30,27.777777,27.777777,27.777777,18.75,18.75,18.75,18.75,20,20,20,20,33.333332,30,30,30,27.777777,27.777777,27.777777,18.75,18.75,18.75,18.75,20,20,20,20,33.333332,30,30,30,27.777777,27.777777,27.777777,18.75,18.75,18.75,18.75,20,20,20,20,33.333332,30,30,30,27.777777,27.777777,27.777777,18.75,18.75,18.75,18.75,20,20,20,20,33.333332,30,30,30,27.777777,27.777777,27.777777,18.75,18.75,18.75,18.75,20,20,20,20,33.333332,30,30,30,27.777777,27.777777,27.777777,18.75,18.75,18.75,18.75,20,20,20,20,33.333332,30,30,30,27.777777,27.777777,27.777777,18.75,18.75,18.75,18.75,20,20,20,20,33.333332,30,30,30,27.777777,27.777777,27.777777,18.75,18.75,18.75,18.75,20,20,20,20,33.333332,30,30,30,27.777777,27.777777,27.777777,18.75,18.75,18.75,18.75,20,20,20,20,33.333332,30,30,30,27.777777,27.777777,27.777777,18.75,18.75,18.75,18.75,20,20,20,20,33.333332,30,30,30,27.777777,27.777777,27.777777,18.75,18.75,18.75,18.75,20,20,20,20,33.333332,30,30,30,27.777777,27.777777,27.777777,18.75,18.75,18.75,18.75,20,20,20,20,33.333332,30,30,30,27.777777,27.777777,27.777777,18.75,18.75,18.75,18.75,20,20,20,20,33.333332,30,30,30,27.777777,27.777777,27.777777,18.75,18.75,18.75,18.75,20,20,20,20,33.333332,30,30,30,27.777777,27.777777,27.777777,18.75,18.75,18.75,18.75,20,20,20,20,33.333332,30,30,30,27.777777,27.777777,27.777777,18.75,18.75,18.75,18.75,20,20,20,20,33.333332,30,30,30,27.777777,27.777777,27.777777,18.75,18.75,18.75,18.75,20,20,20,20,33.333332,30,30,30,27.777777,27.777777,27.777777,18.75,18.75,18.75,18.75,20,20,20,20,33.333332,30,30,30,27.777777,27.777777,27.777777,18.75,18.75,18.75,18.75,20,20,20,20,33.333332,30,30,30,27.777777,27.777777,27.777777,18.75,18.75,18.75,18.75,20,20,20,20,33.333332,30,30,30,27.777777,27.777777,27.777777,18.75,18.75,18.75,18.75,20,20,20,20,33.333332,30,30,30,27.777777,27.777777,27.777777,18.75,18.75,18.75,18.75,20,20,20,20,33.333332,30,30,30,27.777777,27.777777,27.777777,18.75,18.75,18.75,18.75,20,20,20,20,33.333332,30,30,30,27.777777,27.777777,27.777777,18.75,18.75,18.75,18.75,20,20,20,20,33.333332,30,30,30,27.777777,27.777777,27.777777,18.75,18.75,18.75,18.75,20,20,20,20,33.333332,30,30,30,27.777777,27.777777,27.777777,18.75,18.75,18.75,18.75,20,20,20,20,33.333332,30,30,30,27.777777,27.777777,27.777777,18.75,18.75,18.75,18.75,20,20,20,20,33.333332,30,30,30,27.777777,27.777777,27.777777,18.75,18.75,18.75,18.75,20,20,20,20,33.333332,30,30,30,27.777777,27.777777,27.777777,18.75,18.75,18.75,18.75,20,20,20,20,33.333332,30,30,30,27.777777,27.777777,27.777777,18.75,18.75,18.75,18.75,20,20,20,20,33.333332,30,30,30,27.777777,27.777777,27.777777,18.75,18.75,18.75,18.75,20,20,20,20,33.333332,30,30,30,27.777777,27.777777,27.777777,18.75,18.75,18.75,18.75,20,20,20,20,33.333332,30,30,30,27.777777,27.777777,27.777777,18.75,18.75,18.75,18.75,20,20,20,20,33.333332,30,30,30,27.777777,27.777777,27.777777,18.75,18.75,18.75,18.75,20,20,20,20,33.333332,30,30,30,27.777777,27.777777,27.777777,18.75,18.75,18.75,18.75,20,20,20,20,33.333332,30,30,30,27.777777,27.777777,27.777777,18.75,18.75,18.75,18.75,20,20,20,20,33.333332,30,30,30,27.777777,27.777777,27.777777,18.75,18.75,18.75,18.75,20,20,20,20,33.333332,30,30,30,27.777777,27.777777,27.777777,18.75,18.75,18.75,18.75,20,20,20,20,33.333332,30,30,30,27.777777,27.777777,27.777777,18.75,18.75,18.75,18.75,20,20,20,20,33.333332,30,30,30,27.777777,27.777777,27.777777,18.75,18.75,18.75,18.75,20,20,20,20,33.333332,30,30,30,27.777777,27.777777,27.777777,18.75,18.75,18.75,18.75,20,20,20,20,33.333332,30,30,30,27.777777,27.777777,27.777777,18.75,18.75,18.75,18.75,20,20,20,20,33.333332,30,30,30,27.777777,27.777777,27.777777,18.75,18.75,18.75,18.75,20,20,20,20,33.333332,30,30,30,27.777777,27.777777,27.777777,18.75,18.75,18.75,18.75,20,20,20,20,33.333332,30,30,30,27.777777,27.777777,27.777777,18.75,18.75,18.75,18.75,20,20,20,20,33.333332,30,30,30,27.777777,27.777777,27.777777,18.75,18.75,18.75,18.75,20,20,20,20,33.333332,30,30,30,27.777777,27.777777,27.777777,18.75,18.75,18.75,18.75,20,20,20,20,33.333332,30,30,30,27.777777,27.777777,27.777777,18.75,18.75,18.75,18.75,20,20,20,20,33.333332,30,30,30,27.777777,27.777777,27.777777,18.75,18.75,18.75,18.75,20,20,20,20,33.333332,30,30,30,27.777777,27.777777,27.777777,18.75,18.75,18.75,18.75,20,20,20,20,33.333332,30,30,30,27.777777,27.777777,27.777777,18.75,18.75,18.75,18.75,20,20,20,20,33.333332,30,30,30,27.777777,27.777777,27.777777,18.75,18.75,18.75,18.75,20,20,20,20,33.333332,30,30,30,27.777777,27.777777,27.777777,18.75,18.75,18.75,18.75,20,20,20,20,33.333332,30,30,30,27.777777,27.777777,27.777777,18.75,18.75,18.75,18.75,20,20,20,20,33.333332,30,30,30,27.777777,27.777777,27.777777,18.75,18.75,18.75,18.75,20,20,20,20,33.333332,30,30,30,27.777777,27.777777,27.777777,18.75,18.75,18.75,18.75,20,20,20,20,33.333332,30,30,30,27.777777,27.777777,27.777777,18.75,18.75,18.75,18.75,20,20,20,20,33.333332,30,30,30,27.777777,27.777777,27.777777,18.75,18.75,18.75,18.75,20,20,20,20,33.333332,30,30,30,27.777777,27.777777,27.777777,18.75,18.75,18.75,18.75,20,20,20,20,33.333332,30,30,30,27.777777,27.777777,27.777777,18.75,18.75,18.75,18.75,20,20,20,20,33.333332,30,30,30,27.777777,27.777777,27.777777,18.75,18.75,18.75,18.75,20,20,20,20,33.333332,30,30,30,27.777777,27.777777,27.777777,18.75,18.75,18.75,18.75,20,20,20,20,10,10,10,10,10,10,0,0,0,0,0,0,0,0,0,10,10,10,10,10,10,0,0,0,0,0,0,0,0,0,10,10,10,10,10,10,0,0,0,0,0,0,0,0,0,10,10,10,10,10,10,0,0,0,0,0,0,0,0,0,10,10,10,10,10,10,0,0,0,0,0,0,0,0,0,10,10,10,10,10,10,0,0,0,0,0,0,0,0,0,10,10,10,10,10,10,0,0,0,0,0,0,0,0,0,10,10,10,10,10,10,0,0,0,0,0,0,0,0,0,10,10,10,10,10,10,0,0,0,0,0,0,0,0,0,10,10,10,10,10,10,0,0,0,0,0,0,0,0,0,10,10,10,10,10,10,0,0,0,0,0,0,0,0,0,10,10,10,10,10,10,0,0,0,0,0,0,0,0,0,10,10,10,10,10,10,0,0,0,0,0,0,0,0,0,10,10,10,10,10,10,0,0,0,0,0,0,0,0,0,10,10,10,10,10,10,0,0,0,0,0,0,0,0,0,10,10,10,10,10,10,0,0,0,0,0,0,0,0,0,10,10,10,10,10,10,0,0,0,0,0,0,0,0,0,10,10,10,10,10,10,0,0,0,0,0,0,0,0,0,10,10,10,10,10,10,0,0,0,0,0,0,0,0,0,10,10,10,10,10,10,0,0,0,0,0,0,0,0,0,10,10,10,10,10,10,0,0,0,0,0,0,0,0,0,10,10,10,10,10,10,0,0,0,0,0,0,0,0,0,10,10,10,10,10,10,0,0,0,0,0,0,0,0,0,10,10,10,10,10,10,0,0,0,0,0,0,0,0,0,10,10,10,10,10,10,0,0,0,0,0,0,0,0,0,10,10,10,10,10,10,0,0,0,0,0,0,0,0,0,10,10,10,10,10,10,0,0,0,0,0,0,0,0,0,10,10,10,10,10,10,0,0,0,0,0,0,0,0,0,10,10,10,10,10,10,0,0,0,0,0,0,0,0,0,10,10,10,10,10,10,0,0,0,0,0,0,0,0,0,10,10,10,10,10,10,0,0,0,0,0,0,0,0,0,10,10,10,10,10,10,0,0,0,0,0,0,0,0,0,10,10,10,10,10,10,0,0,0,0,0,0,0,0,0,10,10,10,10,10,10,0,0,0,0,0,0,0,0,0,10,10,10,10,10,10,0,0,0,0,0,0,0,0,0,10,10,10,10,10,10,0,0,0,0,0,0,0,0,0,10,10,10,10,10,10,0,0,0,0,0,0,0,0,0,10,10,10,10,10,10,0,0,0,0,0,0,0,0,0,10,10,10,10,10,10,0,0,0,0,0,0,0,0,0,10,10,10,10,10,10,0,0,0,0,0,0,0,0,0,10,10,10,10,10,10,0,0,0,0,0,0,0,0,0,10,10,10,10,10,10,0,0,0,0,0,0,0,0,0,10,10,10,10,10,10,0,0,0,0,0,0,0,0,0,10,10,10,10,10,10,0,0,0,0,0,0,0,0,0,10,10,10,10,10,10,0,0,0,0,0,0,0,0,0,10,10,10,10,10,10,0,0,0,0,0,0,0,0,0,10,10,10,10,10,10,0,0,0,0,0,0,0,0,0,10,10,10,10,10,10,0,0,0,0,0,0,0,0,0,10,10,10,10,10,10,0,0,0,0,0,0,0,0,0,10,10,10,10,10,10,0,0,0,0,0,0,0,0,0,10,10,10,10,10,10,0,0,0,0,0,0,0,0,0,10,10,10,10,10,10,0,0,0,0,0,0,0,0,0,10,10,10,10,10,10,0,0,0,0,0,0,0,0,0,10,10,10,10,10,10,0,0,0,0,0,0,0,0,0,10,10,10,10,10,10,0,0,0,0,0,0,0,0,0,10,10,10,10,10,10,0,0,0,0,0,0,0,0,0,10,10,10,10,10,10,0,0,0,0,0,0,0,0,0,10,10,10,10,10,10,0,0,0,0,0,0,0,0,0,10,10,10,10,10,10,0,0,0,0,0,0,0,0,0,10,10,10,10,10,10,0,0,0,0,0,0,0,0,0,10,10,10,10,10,10,0,0,0,0,0,0,0,0,0,10,10,10,10,10,10,0,0,0,0,0,0,0,0,0,10,10,10,10,10,10,0,0,0,0,0,0,0,0,0,10,10,10,10,10,10,0,0,0,0,0,0,0,0,0,10,10,10,10,10,10,0,0,0,0,0,0,0,0,0,10,10,10,10,10,10,0,0,0,0,0,0,0,0,0,10,10,10,10,10,10,0,0,0,0,0,0,0,0,0,10,10,10,10,10,10,0,0,0,0,0,0,0,0,0,10,10,10,10,10,10,0,0,0,0,0,0,0,0,0,10,10,10,10,10,10,0,0,0,0,0,0,0,0,0,10,10,10,10,10,10,0,0,0,0,0,0,0,0,0,10,10,10,10,10,10,0,0,0,0,0,0,0,0,0,10,10,10,10,10,10,0,0,0,0,0,0,0,0,0,10,10,10,10,10,10,0,0,0,0,0,0,0,0,0,10,10,10,10,10,10,0,0,0,0,0,0,0,0,0,10,10,10,10,10,10,0,0,0,0,0,0,0,0,0,10,10,10,10,10,10,0,0,0,0,0,0,0,0,0,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,5.4054055,5.4054055,5.4054055,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,5.4054055,5.4054055,5.4054055,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,5.4054055,5.4054055,5.4054055,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,5.4054055,5.4054055,5.4054055,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,5.4054055,5.4054055,5.4054055,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,5.4054055,5.4054055,5.4054055,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,5.4054055,5.4054055,5.4054055,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,5.4054055,5.4054055,5.4054055,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,5.4054055,5.4054055,5.4054055,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,5.4054055,5.4054055,5.4054055,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,5.4054055,5.4054055,5.4054055,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,5.4054055,5.4054055,5.4054055,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,5.4054055,5.4054055,5.4054055,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,5.4054055,5.4054055,5.4054055,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,5.4054055,5.4054055,5.4054055,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,5.4054055,5.4054055,5.4054055,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,5.4054055,5.4054055,5.4054055,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,5.4054055,5.4054055,5.4054055,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,5.4054055,5.4054055,5.4054055,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,5.4054055,5.4054055,5.4054055,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,5.4054055,5.4054055,5.4054055,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,5.4054055,5.4054055,5.4054055,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,5.4054055,5.4054055,5.4054055,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,5.4054055,5.4054055,5.4054055,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,5.4054055,5.4054055,5.4054055,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,5.4054055,5.4054055,5.4054055,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,5.4054055,5.4054055,5.4054055,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,5.4054055,5.4054055,5.4054055,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,5.4054055,5.4054055,5.4054055,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,5.4054055,5.4054055,5.4054055,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,5.4054055,5.4054055,5.4054055,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,5.4054055,5.4054055,5.4054055,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,5.4054055,5.4054055,5.4054055,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,5.4054055,5.4054055,5.4054055,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,5.4054055,5.4054055,5.4054055,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,5.4054055,5.4054055,5.4054055,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,5.4054055,5.4054055,5.4054055,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,5.4054055,5.4054055,5.4054055,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,5.4054055,5.4054055,5.4054055,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,5.4054055,5.4054055,5.4054055,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,5.4054055,5.4054055,5.4054055,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,5.4054055,5.4054055,5.4054055,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,5.4054055,5.4054055,5.4054055,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,5.4054055,5.4054055,5.4054055,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,5.4054055,5.4054055,5.4054055,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,5.4054055,5.4054055,5.4054055,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,5.4054055,5.4054055,5.4054055,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,5.4054055,5.4054055,5.4054055,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,5.4054055,5.4054055,5.4054055,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,5.4054055,5.4054055,5.4054055,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,5.4054055,5.4054055,5.4054055,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,5.4054055,5.4054055,5.4054055,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,5.4054055,5.4054055,5.4054055,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,5.4054055,5.4054055,5.4054055,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,5.4054055,5.4054055,5.4054055,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,5.4054055,5.4054055,5.4054055,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,5.4054055,5.4054055,5.4054055,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,5.4054055,5.4054055,5.4054055,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,5.4054055,5.4054055,5.4054055,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,5.4054055,5.4054055,5.4054055,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,5.4054055,5.4054055,5.4054055,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,5.4054055,5.4054055,5.4054055,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,5.4054055,5.4054055,5.4054055,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,5.4054055,5.4054055,5.4054055,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,5.4054055,5.4054055,5.4054055,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,5.4054055,5.4054055,5.4054055,2.7777777,2.7777777,2.7777777,2.7777777,3.030303,3.030303,3.030303,3.030303,3.030303,3.030303,2.7777777,2.7777777,5.4054055,5.4054055,5.4054055,2.7777777,2.7777777,2.7777777,2.7777777,8.8888893,8.8888893,8.8888893,8.8888893,8.8888893,8.8888893,8.8888893,8.8888893,8.8888893,8.8888893,8.8888893,8.8888893,8.8888893,8.8888893,9.3023252,8.8888893,8.8888893,8.8888893,8.8888893,8.8888893,8.8888893,8.8888893,8.8888893,8.8888893,8.8888893,8.8888893,8.8888893,8.8888893,8.8888893,9.3023252,8.8888893,8.8888893,8.8888893,8.8888893,8.8888893,8.8888893,8.8888893,8.8888893,8.8888893,8.8888893,8.8888893,8.8888893,8.8888893,8.8888893,9.3023252,8.8888893,8.8888893,8.8888893,8.8888893,8.8888893,8.8888893,8.8888893,8.8888893,8.8888893,8.8888893,8.8888893,8.8888893,8.8888893,8.8888893,9.3023252,8.8888893,8.8888893,8.8888893,8.8888893,8.8888893,8.8888893,8.8888893,8.8888893,8.8888893,8.8888893,8.8888893,8.8888893,8.8888893,8.8888893,9.3023252,5.8823528,5.5555553,5.5555553,5.5555553,5.8823528,6.6666665,0,0,0,0,0,0,0,0,0,5.8823528,5.5555553,5.5555553,5.5555553,5.8823528,6.6666665,0,0,0,0,0,0,0,0,0,5.8823528,5.5555553,5.5555553,5.5555553,5.8823528,6.6666665,0,0,0,0,0,0,0,0,0,5.8823528,5.5555553,5.5555553,5.5555553,5.8823528,6.6666665,0,0,0,0,0,0,0,0,0,5.8823528,5.5555553,5.5555553,5.5555553,5.8823528,6.6666665,0,0,0,0,0,0,0,0,0,5.8823528,5.5555553,5.5555553,5.5555553,5.8823528,6.6666665,0,0,0,0,0,0,0,0,0,5.8823528,5.5555553,5.5555553,5.5555553,5.8823528,6.6666665,0,0,0,0,0,0,0,0,0,5.8823528,5.5555553,5.5555553,5.5555553,5.8823528,6.6666665,0,0,0,0,0,0,0,0,0,5.8823528,5.5555553,5.5555553,5.5555553,5.8823528,6.6666665,0,0,0,0,0,0,0,0,0,5.8823528,5.5555553,5.5555553,5.5555553,5.8823528,6.6666665,0,0,0,0,0,0,0,0,0,5.8823528,5.5555553,5.5555553,5.5555553,5.8823528,6.6666665,0,0,0,0,0,0,0,0,0,5.8823528,5.5555553,5.5555553,5.5555553,5.8823528,6.6666665,0,0,0,0,0,0,0,0,0,5.8823528,5.5555553,5.5555553,5.5555553,5.8823528,6.6666665,0,0,0,0,0,0,0,0,0,5.8823528,5.5555553,5.5555553,5.5555553,5.8823528,6.6666665,0,0,0,0,0,0,0,0,0,5.8823528,5.5555553,5.5555553,5.5555553,5.8823528,6.6666665,0,0,0,0,0,0,0,0,0,5.8823528,5.5555553,5.5555553,5.5555553,5.8823528,6.6666665,0,0,0,0,0,0,0,0,0,5.8823528,5.5555553,5.5555553,5.5555553,5.8823528,6.6666665,0,0,0,0,0,0,0,0,0,5.8823528,5.5555553,5.5555553,5.5555553,5.8823528,6.6666665,0,0,0,0,0,0,0,0,0,5.8823528,5.5555553,5.5555553,5.5555553,5.8823528,6.6666665,0,0,0,0,0,0,0,0,0,5.8823528,5.5555553,5.5555553,5.5555553,5.8823528,6.6666665,0,0,0,0,0,0,0,0,0,5.8823528,5.5555553,5.5555553,5.5555553,5.8823528,6.6666665,0,0,0,0,0,0,0,0,0,5.8823528,5.5555553,5.5555553,5.5555553,5.8823528,6.6666665,0,0,0,0,0,0,0,0,0,5.8823528,5.5555553,5.5555553,5.5555553,5.8823528,6.6666665,0,0,0,0,0,0,0,0,0,5.8823528,5.5555553,5.5555553,5.5555553,5.8823528,6.6666665,0,0,0,0,0,0,0,0,0,5.8823528,5.5555553,5.5555553,5.5555553,5.8823528,6.6666665,0,0,0,0,0,0,0,0,0,5.8823528,5.5555553,5.5555553,5.5555553,5.8823528,6.6666665,0,0,0,0,0,0,0,0,0,5.8823528,5.5555553,5.5555553,5.5555553,5.8823528,6.6666665,0,0,0,0,0,0,0,0,0,5.8823528,5.5555553,5.5555553,5.5555553,5.8823528,6.6666665,0,0,0,0,0,0,0,0,0,5.8823528,5.5555553,5.5555553,5.5555553,5.8823528,6.6666665,0,0,0,0,0,0,0,0,0,5.8823528,5.5555553,5.5555553,5.5555553,5.8823528,6.6666665,0,0,0,0,0,0,0,0,0,5.8823528,5.5555553,5.5555553,5.5555553,5.8823528,6.6666665,0,0,0,0,0,0,0,0,0,5.8823528,5.5555553,5.5555553,5.5555553,5.8823528,6.6666665,0,0,0,0,0,0,0,0,0,5.8823528,5.5555553,5.5555553,5.5555553,5.8823528,6.6666665,0,0,0,0,0,0,0,0,0,5.8823528,5.5555553,5.5555553,5.5555553,5.8823528,6.6666665,0,0,0,0,0,0,0,0,0,5.8823528,5.5555553,5.5555553,5.5555553,5.8823528,6.6666665,0,0,0,0,0,0,0,0,0,5.8823528,5.5555553,5.5555553,5.5555553,5.8823528,6.6666665,0,0,0,0,0,0,0,0,0,5.8823528,5.5555553,5.5555553,5.5555553,5.8823528,6.6666665,0,0,0,0,0,0,0,0,0,5.8823528,5.5555553,5.5555553,5.5555553,5.8823528,6.6666665,0,0,0,0,0,0,0,0,0,5.8823528,5.5555553,5.5555553,5.5555553,5.8823528,6.6666665,0,0,0,0,0,0,0,0,0,5.8823528,5.5555553,5.5555553,5.5555553,5.8823528,6.6666665,0,0,0,0,0,0,0,0,0,5.8823528,5.5555553,5.5555553,5.5555553,5.8823528,6.6666665,0,0,0,0,0,0,0,0,0,5.8823528,5.5555553,5.5555553,5.5555553,5.8823528,6.6666665,0,0,0,0,0,0,0,0,0,5.8823528,5.5555553,5.5555553,5.5555553,5.8823528,6.6666665,0,0,0,0,0,0,0,0,0,5.8823528,5.5555553,5.5555553,5.5555553,5.8823528,6.6666665,0,0,0,0,0,0,0,0,0,5.8823528,5.5555553,5.5555553,5.5555553,5.8823528,6.6666665,0,0,0,0,0,0,0,0,0,5.8823528,5.5555553,5.5555553,5.5555553,5.8823528,6.6666665,0,0,0,0,0,0,0,0,0,20,20,16.666666,16.666666,16.666666,14.285714,0,0,0,0,0,0,0,0,0,20,20,16.666666,16.666666,16.666666,14.285714,0,0,0,0,0,0,0,0,0,20,20,16.666666,16.666666,16.666666,14.285714,0,0,0,0,0,0,0,0,0,20,20,16.666666,16.666666,16.666666,14.285714,0,0,0,0,0,0,0,0,0,20,20,16.666666,16.666666,16.666666,14.285714,0,0,0,0,0,0,0,0,0,20,20,16.666666,16.666666,16.666666,14.285714,0,0,0,0,0,0,0,0,0,20,20,16.666666,16.666666,16.666666,14.285714,0,0,0,0,0,0,0,0,0,20,20,16.666666,16.666666,16.666666,14.285714,0,0,0,0,0,0,0,0,0,20,20,16.666666,16.666666,16.666666,14.285714,0,0,0,0,0,0,0,0,0,20,20,16.666666,16.666666,16.666666,14.285714,0,0,0,0,0,0,0,0,0,20,20,16.666666,16.666666,16.666666,14.285714,0,0,0,0,0,0,0,0,0,20,20,16.666666,16.666666,16.666666,14.285714,0,0,0,0,0,0,0,0,0,20,20,16.666666,16.666666,16.666666,14.285714,0,0,0,0,0,0,0,0,0,20,20,16.666666,16.666666,16.666666,14.285714,0,0,0,0,0,0,0,0,0,20,20,16.666666,16.666666,16.666666,14.285714,0,0,0,0,0,0,0,0,0,20,20,16.666666,16.666666,16.666666,14.285714,0,0,0,0,0,0,0,0,0,20,20,16.666666,16.666666,16.666666,14.285714,0,0,0,0,0,0,0,0,0,20,20,16.666666,16.666666,16.666666,14.285714,0,0,0,0,0,0,0,0,0,20,20,16.666666,16.666666,16.666666,14.285714,0,0,0,0,0,0,0,0,0,20,20,16.666666,16.666666,16.666666,14.285714,0,0,0,0,0,0,0,0,0,20,20,16.666666,16.666666,16.666666,14.285714,0,0,0,0,0,0,0,0,0,20,20,16.666666,16.666666,16.666666,14.285714,0,0,0,0,0,0,0,0,0,20,20,16.666666,16.666666,16.666666,14.285714,0,0,0,0,0,0,0,0,0,20,20,16.666666,16.666666,16.666666,14.285714,0,0,0,0,0,0,0,0,0,20,20,16.666666,16.666666,16.666666,14.285714,0,0,0,0,0,0,0,0,0,20,20,16.666666,16.666666,16.666666,14.285714,0,0,0,0,0,0,0,0,0,20,20,16.666666,16.666666,16.666666,14.285714,0,0,0,0,0,0,0,0,0,20,20,16.666666,16.666666,16.666666,14.285714,0,0,0,0,0,0,0,0,0,20,20,16.666666,16.666666,16.666666,14.285714,0,0,0,0,0,0,0,0,0,20,20,16.666666,16.666666,16.666666,14.285714,0,0,0,0,0,0,0,0,0,20,20,16.666666,16.666666,16.666666,14.285714,0,0,0,0,0,0,0,0,0,20,20,16.666666,16.666666,16.666666,14.285714,0,0,0,0,0,0,0,0,0,20,20,16.666666,16.666666,16.666666,14.285714,0,0,0,0,0,0,0,0,0,20,20,16.666666,16.666666,16.666666,14.285714,0,0,0,0,0,0,0,0,0,20,20,16.666666,16.666666,16.666666,14.285714,0,0,0,0,0,0,0,0,0,20,20,16.666666,16.666666,16.666666,14.285714,0,0,0,0,0,0,0,0,0,20,20,16.666666,16.666666,16.666666,14.285714,0,0,0,0,0,0,0,0,0,20,20,16.666666,16.666666,16.666666,14.285714,0,0,0,0,0,0,0,0,0,20,20,16.666666,16.666666,16.666666,14.285714,0,0,0,0,0,0,0,0,0,20,20,16.666666,16.666666,16.666666,14.285714,0,0,0,0,0,0,0,0,0,20,20,16.666666,16.666666,16.666666,14.285714,0,0,0,0,0,0,0,0,0,20,20,16.666666,16.666666,16.666666,14.285714,0,0,0,0,0,0,0,0,0,20,20,16.666666,16.666666,16.666666,14.285714,0,0,0,0,0,0,0,0,0,20,20,16.666666,16.666666,16.666666,14.285714,0,0,0,0,0,0,0,0,0,20,20,16.666666,16.666666,16.666666,14.285714,0,0,0,0,0,0,0,0,0,20,20,16.666666,16.666666,16.666666,14.285714,0,0,0,0,0,0,0,0,0,20,20,16.666666,16.666666,16.666666,14.285714,0,0,0,0,0,0,0,0,0,20,20,16.666666,16.666666,16.666666,14.285714,0,0,0,0,0,0,0,0,0,20,20,16.666666,16.666666,16.666666,14.285714,0,0,0,0,0,0,0,0,0,20,20,16.666666,16.666666,16.666666,14.285714,0,0,0,0,0,0,0,0,0,20,20,16.666666,16.666666,16.666666,14.285714,0,0,0,0,0,0,0,0,0,20,20,16.666666,16.666666,16.666666,14.285714,0,0,0,0,0,0,0,0,0,20,20,16.666666,16.666666,16.666666,14.285714,0,0,0,0,0,0,0,0,0,20,20,16.666666,16.666666,16.666666,14.285714,0,0,0,0,0,0,0,0,0,20,20,16.666666,16.666666,16.666666,14.285714,0,0,0,0,0,0,0,0,0,20,20,16.666666,16.666666,16.666666,14.285714,0,0,0,0,0,0,0,0,0,20,20,16.666666,16.666666,16.666666,14.285714,0,0,0,0,0,0,0,0,0,20,20,16.666666,16.666666,16.666666,14.285714,0,0,0,0,0,0,0,0,0,20,20,16.666666,16.666666,16.666666,14.285714,0,0,0,0,0,0,0,0,0,20,20,16.666666,16.666666,16.666666,14.285714,0,0,0,0,0,0,0,0,0,20,20,16.666666,16.666666,16.666666,14.285714,0,0,0,0,0,0,0,0,0,20,20,16.666666,16.666666,16.666666,14.285714,0,0,0,0,0,0,0,0,0,20,20,16.666666,16.666666,16.666666,14.285714,0,0,0,0,0,0,0,0,0,20,20,16.666666,16.666666,16.666666,14.285714,0,0,0,0,0,0,0,0,0,20,20,16.666666,16.666666,16.666666,14.285714,0,0,0,0,0,0,0,0,0,20,20,16.666666,16.666666,16.666666,14.285714,0,0,0,0,0,0,0,0,0,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,0,0,0,0,0,0,0,0,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,0,0,0,0,0,0,0,0,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,0,0,0,0,0,0,0,0,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,0,0,0,0,0,0,0,0,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,0,0,0,0,0,0,0,0,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,0,0,0,0,0,0,0,0,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,0,0,0,0,0,0,0,0,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,0,0,0,0,0,0,0,0,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,0,0,0,0,0,0,0,0,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,0,0,0,0,0,0,0,0,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,0,0,0,0,0,0,0,0,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,0,0,0,0,0,0,0,0,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,0,0,0,0,0,0,0,0,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,0,0,0,0,0,0,0,0,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,0,0,0,0,0,0,0,0,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,0,0,0,0,0,0,0,0,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,0,0,0,0,0,0,0,0,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,0,0,0,0,0,0,0,0,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,0,0,0,0,0,0,0,0,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,0,0,0,0,0,0,0,0,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,0,0,0,0,0,0,0,0,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,0,0,0,0,0,0,0,0,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,0,0,0,0,0,0,0,0,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,0,0,0,0,0,0,0,0,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,0,0,0,0,0,0,0,0,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,0,0,0,0,0,0,0,0,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,0,0,0,0,0,0,0,0,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,0,0,0,0,0,0,0,0,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,0,0,0,0,0,0,0,0,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,0,0,0,0,0,0,0,0,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,0,0,0,0,0,0,0,0,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,0,0,0,0,0,0,0,0,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,0,0,0,0,0,0,0,0,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,0,0,0,0,0,0,0,0,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,0,0,0,0,0,0,0,0,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,0,0,0,0,0,0,0,0,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,0,0,0,0,0,0,0,0,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,0,0,0,0,0,0,0,0,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,0,0,0,0,0,0,0,0,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,0,0,0,0,0,0,0,0,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,0,0,0,0,0,0,0,0,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,0,0,0,0,0,0,0,0,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,0,0,0,0,0,0,0,0,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,0,0,0,0,0,0,0,0,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,0,0,0,0,0,0,0,0,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,0,0,0,0,0,0,0,0,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,0,0,0,0,0,0,0,0,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,0,0,0,0,0,0,0,0,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,0,0,0,0,0,0,0,0,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,0,0,0,0,0,0,0,0,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,0,0,0,0,0,0,0,0,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,0,0,0,0,0,0,0,0,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,0,0,0,0,0,0,0,0,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,0,0,0,0,0,0,0,0,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,0,0,0,0,0,0,0,0,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,0,0,0,0,0,0,0,0,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,0,0,0,0,0,0,0,0,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,0,0,0,0,0,0,0,0,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,0,0,0,0,0,0,0,0,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,0,0,0,0,0,0,0,0,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,0,0,0,0,0,0,0,0,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,0,0,0,0,0,0,0,0,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,0,0,0,0,0,0,0,0,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,0,0,0,0,0,0,0,0,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,0,0,0,0,0,0,0,0,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,0,0,0,0,0,0,0,0,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,0,0,0,0,0,0,0,0,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,0,0,0,0,0,0,0,0,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,0,0,0,0,0,0,0,0,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,0,0,0,0,0,0,0,0,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,0,0,0,0,0,0,0,0,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,0,0,0,0,0,0,0,0,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,0,0,0,0,0,0,0,0,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,0,0,0,0,0,0,0,0,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,0,0,0,0,0,0,0,0,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,0,0,0,0,0,0,0,0,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,0,0,0,0,0,0,0,0,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,0,0,0,0,0,0,0,0,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,0,0,0,0,0,0,0,0,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,0,0,0,0,0,0,0,0,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,0,0,0,0,0,0,0,0,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,0,0,0,0,0,0,0,0,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,0,0,0,0,0,0,0,0,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,0,0,0,0,0,0,0,0,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,0,0,0,0,0,0,0,0,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,0,0,0,0,0,0,0,0,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,0,0,0,0,0,0,0,0,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,0,0,0,0,0,0,0,0,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,0,0,0,0,0,0,0,0,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,0,0,0,0,0,0,0,0,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,0,0,0,0,0,0,0,0,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,0,0,0,0,0,0,0,0,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,0,0,0,0,0,0,0,0,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,0,0,0,0,0,0,0,0,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,6.6666665,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,6.6666665,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,5.5555553,0,0,0,0,0,0,0,0,16.666666,16.666666,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,16.666666,16.666666,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,16.666666,16.666666,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,16.666666,16.666666,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,16.666666,16.666666,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,16.666666,16.666666,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,16.666666,16.666666,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,16.666666,16.666666,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,16.666666,16.666666,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,16.666666,16.666666,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,16.666666,16.666666,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,16.666666,16.666666,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,16.666666,16.666666,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,16.666666,16.666666,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,16.666666,16.666666,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,16.666666,16.666666,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,16.666666,16.666666,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,16.666666,16.666666,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,16.666666,16.666666,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,16.666666,16.666666,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,16.666666,16.666666,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,16.666666,16.666666,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,16.666666,16.666666,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,16.666666,16.666666,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,16.666666,16.666666,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,16.666666,16.666666,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,16.666666,16.666666,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,16.666666,16.666666,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,16.666666,16.666666,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,18.181818,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,66.666664,21.428572,21.428572,21.428572,21.428572,25,25,25,25,23.076923,23.076923,23.076923,23.076923,25,25,25,21.428572,21.428572,21.428572,21.428572,25,25,25,25,23.076923,23.076923,23.076923,23.076923,25,25,25,21.428572,21.428572,21.428572,21.428572,25,25,25,25,23.076923,23.076923,23.076923,23.076923,25,25,25,21.428572,21.428572,21.428572,21.428572,25,25,25,25,23.076923,23.076923,23.076923,23.076923,25,25,25,21.428572,21.428572,21.428572,21.428572,25,25,25,25,23.076923,23.076923,23.076923,23.076923,25,25,25,21.428572,21.428572,21.428572,21.428572,25,25,25,25,23.076923,23.076923,23.076923,23.076923,25,25,25,21.428572,21.428572,21.428572,21.428572,25,25,25,25,23.076923,23.076923,23.076923,23.076923,25,25,25,21.428572,21.428572,21.428572,21.428572,25,25,25,25,23.076923,23.076923,23.076923,23.076923,25,25,25,21.428572,21.428572,21.428572,21.428572,25,25,25,25,23.076923,23.076923,23.076923,23.076923,25,25,25,21.428572,21.428572,21.428572,21.428572,25,25,25,25,23.076923,23.076923,23.076923,23.076923,25,25,25,21.428572,21.428572,21.428572,21.428572,25,25,25,25,23.076923,23.076923,23.076923,23.076923,25,25,25,21.428572,21.428572,21.428572,21.428572,25,25,25,25,23.076923,23.076923,23.076923,23.076923,25,25,25,21.428572,21.428572,21.428572,21.428572,25,25,25,25,23.076923,23.076923,23.076923,23.076923,25,25,25,21.428572,21.428572,21.428572,21.428572,25,25,25,25,23.076923,23.076923,23.076923,23.076923,25,25,25,21.428572,21.428572,21.428572,21.428572,25,25,25,25,23.076923,23.076923,23.076923,23.076923,25,25,25,21.428572,21.428572,21.428572,21.428572,25,25,25,25,23.076923,23.076923,23.076923,23.076923,25,25,25,21.428572,21.428572,21.428572,21.428572,25,25,25,25,23.076923,23.076923,23.076923,23.076923,25,25,25,21.428572,21.428572,21.428572,21.428572,25,25,25,25,23.076923,23.076923,23.076923,23.076923,25,25,25,21.428572,21.428572,21.428572,21.428572,25,25,25,25,23.076923,23.076923,23.076923,23.076923,25,25,25,21.428572,21.428572,21.428572,21.428572,25,25,25,25,23.076923,23.076923,23.076923,23.076923,25,25,25,21.428572,21.428572,21.428572,21.428572,25,25,25,25,23.076923,23.076923,23.076923,23.076923,25,25,25,21.428572,21.428572,21.428572,21.428572,25,25,25,25,23.076923,23.076923,23.076923,23.076923,25,25,25,21.428572,21.428572,21.428572,21.428572,25,25,25,25,23.076923,23.076923,23.076923,23.076923,25,25,25,21.428572,21.428572,21.428572,21.428572,25,25,25,25,23.076923,23.076923,23.076923,23.076923,25,25,25,21.428572,21.428572,21.428572,21.428572,25,25,25,25,23.076923,23.076923,23.076923,23.076923,25,25,25,21.428572,21.428572,21.428572,21.428572,25,25,25,25,23.076923,23.076923,23.076923,23.076923,25,25,25,21.428572,21.428572,21.428572,21.428572,25,25,25,25,23.076923,23.076923,23.076923,23.076923,25,25,25,21.428572,21.428572,21.428572,21.428572,25,25,25,25,23.076923,23.076923,23.076923,23.076923,25,25,25,21.428572,21.428572,21.428572,21.428572,25,25,25,25,23.076923,23.076923,23.076923,23.076923,25,25,25,21.428572,21.428572,21.428572,21.428572,25,25,25,25,23.076923,23.076923,23.076923,23.076923,25,25,25,21.428572,21.428572,21.428572,21.428572,25,25,25,25,23.076923,23.076923,23.076923,23.076923,25,25,25,21.428572,21.428572,21.428572,21.428572,25,25,25,25,23.076923,23.076923,23.076923,23.076923,25,25,25,21.428572,21.428572,21.428572,21.428572,25,25,25,25,23.076923,23.076923,23.076923,23.076923,25,25,25,21.428572,21.428572,21.428572,21.428572,25,25,25,25,23.076923,23.076923,23.076923,23.076923,25,25,25,21.428572,21.428572,21.428572,21.428572,25,25,25,25,23.076923,23.076923,23.076923,23.076923,25,25,25,21.428572,21.428572,21.428572,21.428572,25,25,25,25,23.076923,23.076923,23.076923,23.076923,25,25,25,21.428572,21.428572,21.428572,21.428572,25,25,25,25,23.076923,23.076923,23.076923,23.076923,25,25,25,21.428572,21.428572,21.428572,21.428572,25,25,25,25,23.076923,23.076923,23.076923,23.076923,25,25,25,21.428572,21.428572,21.428572,21.428572,25,25,25,25,23.076923,23.076923,23.076923,23.076923,25,25,25,21.428572,21.428572,21.428572,21.428572,25,25,25,25,23.076923,23.076923,23.076923,23.076923,25,25,25,21.428572,21.428572,21.428572,21.428572,25,25,25,25,23.076923,23.076923,23.076923,23.076923,25,25,25,21.428572,21.428572,21.428572,21.428572,25,25,25,25,23.076923,23.076923,23.076923,23.076923,25,25,25,21.428572,21.428572,21.428572,21.428572,25,25,25,25,23.076923,23.076923,23.076923,23.076923,25,25,25,21.428572,21.428572,21.428572,21.428572,25,25,25,25,23.076923,23.076923,23.076923,23.076923,25,25,25,21.428572,21.428572,21.428572,21.428572,25,25,25,25,23.076923,23.076923,23.076923,23.076923,25,25,25,21.428572,21.428572,21.428572,21.428572,25,25,25,25,23.076923,23.076923,23.076923,23.076923,25,25,25,21.428572,21.428572,21.428572,21.428572,25,25,25,25,23.076923,23.076923,23.076923,23.076923,25,25,25,21.428572,21.428572,21.428572,21.428572,25,25,25,25,23.076923,23.076923,23.076923,23.076923,25,25,25,21.428572,21.428572,21.428572,21.428572,25,25,25,25,23.076923,23.076923,23.076923,23.076923,25,25,25,21.428572,21.428572,21.428572,21.428572,25,25,25,25,23.076923,23.076923,23.076923,23.076923,25,25,25,21.428572,21.428572,21.428572,21.428572,25,25,25,25,23.076923,23.076923,23.076923,23.076923,25,25,25,21.428572,21.428572,21.428572,21.428572,25,25,25,25,23.076923,23.076923,23.076923,23.076923,25,25,25,21.428572,21.428572,21.428572,21.428572,25,25,25,25,23.076923,23.076923,23.076923,23.076923,25,25,25,21.428572,21.428572,21.428572,21.428572,25,25,25,25,23.076923,23.076923,23.076923,23.076923,25,25,25,21.428572,21.428572,21.428572,21.428572,25,25,25,25,23.076923,23.076923,23.076923,23.076923,25,25,25,21.428572,21.428572,21.428572,21.428572,25,25,25,25,23.076923,23.076923,23.076923,23.076923,25,25,25,21.428572,21.428572,21.428572,21.428572,25,25,25,25,23.076923,23.076923,23.076923,23.076923,25,25,25,21.428572,21.428572,21.428572,21.428572,25,25,25,25,23.076923,23.076923,23.076923,23.076923,25,25,25,21.428572,21.428572,21.428572,21.428572,25,25,25,25,23.076923,23.076923,23.076923,23.076923,25,25,25,21.428572,21.428572,21.428572,21.428572,25,25,25,25,23.076923,23.076923,23.076923,23.076923,25,25,25,21.428572,21.428572,21.428572,21.428572,25,25,25,25,23.076923,23.076923,23.076923,23.076923,25,25,25,21.428572,21.428572,21.428572,21.428572,25,25,25,25,23.076923,23.076923,23.076923,23.076923,25,25,25,21.428572,21.428572,21.428572,21.428572,25,25,25,25,23.076923,23.076923,23.076923,23.076923,25,25,25,21.428572,21.428572,21.428572,21.428572,25,25,25,25,23.076923,23.076923,23.076923,23.076923,25,25,25,21.428572,21.428572,21.428572,21.428572,25,25,25,25,23.076923,23.076923,23.076923,23.076923,25,25,25,21.428572,21.428572,21.428572,21.428572,25,25,25,25,23.076923,23.076923,23.076923,23.076923,25,25,25,21.428572,21.428572,21.428572,21.428572,25,25,25,25,23.076923,23.076923,23.076923,23.076923,25,25,25,21.428572,21.428572,21.428572,21.428572,25,25,25,25,23.076923,23.076923,23.076923,23.076923,25,25,25,21.428572,21.428572,21.428572,21.428572,25,25,25,25,23.076923,23.076923,23.076923,23.076923,25,25,25,21.428572,21.428572,21.428572,21.428572,25,25,25,25,23.076923,23.076923,23.076923,23.076923,25,25,25,21.428572,21.428572,21.428572,21.428572,25,25,25,25,23.076923,23.076923,23.076923,23.076923,25,25,25,21.428572,21.428572,21.428572,21.428572,25,25,25,25,23.076923,23.076923,23.076923,23.076923,25,25,25,21.428572,21.428572,21.428572,21.428572,25,25,25,25,23.076923,23.076923,23.076923,23.076923,25,25,25,21.428572,21.428572,21.428572,21.428572,25,25,25,25,23.076923,23.076923,23.076923,23.076923,25,25,25,21.428572,21.428572,21.428572,21.428572,25,25,25,25,23.076923,23.076923,23.076923,23.076923,25,25,25,21.428572,21.428572,21.428572,21.428572,25,25,25,25,23.076923,23.076923,23.076923,23.076923,25,25,25,21.428572,21.428572,21.428572,21.428572,25,25,25,25,23.076923,23.076923,23.076923,23.076923,25,25,25,21.428572,21.428572,21.428572,21.428572,25,25,25,25,23.076923,23.076923,23.076923,23.076923,25,25,25,21.428572,21.428572,21.428572,21.428572,25,25,25,25,23.076923,23.076923,23.076923,23.076923,25,25,25,21.428572,21.428572,21.428572,21.428572,25,25,25,25,23.076923,23.076923,23.076923,23.076923,25,25,25,21.428572,21.428572,21.428572,21.428572,25,25,25,25,23.076923,23.076923,23.076923,23.076923,25,25,25,21.428572,21.428572,21.428572,21.428572,25,25,25,25,23.076923,23.076923,23.076923,23.076923,25,25,25,21.428572,21.428572,21.428572,21.428572,25,25,25,25,23.076923,23.076923,23.076923,23.076923,25,25,25,21.428572,21.428572,21.428572,21.428572,25,25,25,25,23.076923,23.076923,23.076923,23.076923,25,25,25,21.428572,21.428572,21.428572,21.428572,25,25,25,25,23.076923,23.076923,23.076923,23.076923,25,25,25,21.428572,21.428572,21.428572,21.428572,25,25,25,25,23.076923,23.076923,23.076923,23.076923,25,25,25,21.428572,21.428572,21.428572,21.428572,25,25,25,25,23.076923,23.076923,23.076923,23.076923,25,25,25,21.428572,21.428572,21.428572,21.428572,25,25,25,25,23.076923,23.076923,23.076923,23.076923,25,25,25,21.428572,21.428572,21.428572,21.428572,25,25,25,25,23.076923,23.076923,23.076923,23.076923,25,25,25,21.428572,21.428572,21.428572,21.428572,25,25,25,25,23.076923,23.076923,23.076923,23.076923,25,25,25,21.428572,21.428572,21.428572,21.428572,25,25,25,25,23.076923,23.076923,23.076923,23.076923,25,25,25,21.428572,21.428572,21.428572,21.428572,25,25,25,25,23.076923,23.076923,23.076923,23.076923,25,25,25,21.428572,21.428572,21.428572,21.428572,25,25,25,25,23.076923,23.076923,23.076923,23.076923,25,25,25,21.428572,21.428572,21.428572,21.428572,25,25,25,25,23.076923,23.076923,23.076923,23.076923,25,25,25,21.428572,21.428572,21.428572,21.428572,25,25,25,25,23.076923,23.076923,23.076923,23.076923,25,25,25,21.428572,21.428572,21.428572,21.428572,25,25,25,25,23.076923,23.076923,23.076923,23.076923,25,25,25,21.428572,21.428572,21.428572,21.428572,25,25,25,25,23.076923,23.076923,23.076923,23.076923,25,25,25,21.428572,21.428572,21.428572,21.428572,25,25,25,25,23.076923,23.076923,23.076923,23.076923,25,25,25,21.428572,21.428572,21.428572,21.428572,25,25,25,25,23.076923,23.076923,23.076923,23.076923,25,25,25,21.428572,21.428572,21.428572,21.428572,25,25,25,25,23.076923,23.076923,23.076923,23.076923,25,25,25,21.428572,21.428572,21.428572,21.428572,25,25,25,25,23.076923,23.076923,23.076923,23.076923,25,25,25,21.428572,21.428572,21.428572,21.428572,25,25,25,25,23.076923,23.076923,23.076923,23.076923,25,25,25,21.428572,21.428572,21.428572,21.428572,25,25,25,25,23.076923,23.076923,23.076923,23.076923,25,25,25,21.428572,21.428572,21.428572,21.428572,25,25,25,25,23.076923,23.076923,23.076923,23.076923,25,25,25,21.428572,21.428572,21.428572,21.428572,25,25,25,25,23.076923,23.076923,23.076923,23.076923,25,25,25,21.428572,21.428572,21.428572,21.428572,25,25,25,25,23.076923,23.076923,23.076923,23.076923,25,25,25,21.428572,21.428572,21.428572,21.428572,25,25,25,25,23.076923,23.076923,23.076923,23.076923,25,25,25,21.428572,21.428572,21.428572,21.428572,25,25,25,25,23.076923,23.076923,23.076923,23.076923,25,25,25,21.428572,21.428572,21.428572,21.428572,25,25,25,25,23.076923,23.076923,23.076923,23.076923,25,25,25,21.428572,21.428572,21.428572,21.428572,25,25,25,25,23.076923,23.076923,23.076923,23.076923,25,25,25,21.428572,21.428572,21.428572,21.428572,25,25,25,25,23.076923,23.076923,23.076923,23.076923,25,25,25,21.428572,21.428572,21.428572,21.428572,25,25,25,25,23.076923,23.076923,23.076923,23.076923,25,25,25,21.428572,21.428572,21.428572,21.428572,25,25,25,25,23.076923,23.076923,23.076923,23.076923,25,25,25,21.428572,21.428572,21.428572,21.428572,25,25,25,25,23.076923,23.076923,23.076923,23.076923,25,25,25,21.428572,21.428572,21.428572,21.428572,25,25,25,25,23.076923,23.076923,23.076923,23.076923,25,25,25,21.428572,21.428572,21.428572,21.428572,25,25,25,25,23.076923,23.076923,23.076923,23.076923,25,25,25,21.428572,21.428572,21.428572,21.428572,25,25,25,25,23.076923,23.076923,23.076923,23.076923,25,25,25,21.428572,21.428572,21.428572,21.428572,25,25,25,25,23.076923,23.076923,23.076923,23.076923,25,25,25,21.428572,21.428572,21.428572,21.428572,25,25,25,25,23.076923,23.076923,23.076923,23.076923,25,25,25,21.428572,21.428572,21.428572,21.428572,25,25,25,25,23.076923,23.076923,23.076923,23.076923,25,25,25,21.428572,21.428572,21.428572,21.428572,25,25,25,25,23.076923,23.076923,23.076923,23.076923,25,25,25,21.428572,21.428572,21.428572,21.428572,25,25,25,25,23.076923,23.076923,23.076923,23.076923,25,25,25,21.428572,21.428572,21.428572,21.428572,25,25,25,25,23.076923,23.076923,23.076923,23.076923,25,25,25,21.428572,21.428572,21.428572,21.428572,25,25,25,25,23.076923,23.076923,23.076923,23.076923,25,25,25,21.428572,21.428572,21.428572,21.428572,25,25,25,25,23.076923,23.076923,23.076923,23.076923,25,25,25,21.428572,21.428572,21.428572,21.428572,25,25,25,25,23.076923,23.076923,23.076923,23.076923,25,25,25,21.428572,21.428572,21.428572,21.428572,25,25,25,25,23.076923,23.076923,23.076923,23.076923,25,25,25,21.428572,21.428572,21.428572,21.428572,25,25,25,25,23.076923,23.076923,23.076923,23.076923,25,25,25,21.428572,21.428572,21.428572,21.428572,25,25,25,25,23.076923,23.076923,23.076923,23.076923,25,25,25,21.428572,21.428572,21.428572,21.428572,25,25,25,25,23.076923,23.076923,23.076923,23.076923,25,25,25,21.428572,21.428572,21.428572,21.428572,25,25,25,25,23.076923,23.076923,23.076923,23.076923,25,25,25,21.428572,21.428572,21.428572,21.428572,25,25,25,25,23.076923,23.076923,23.076923,23.076923,25,25,25,21.428572,21.428572,21.428572,21.428572,25,25,25,25,23.076923,23.076923,23.076923,23.076923,25,25,25,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8,8,8,4.8780489,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8,8,8,4.8780489,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8,8,8,4.8780489,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8,8,8,4.8780489,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8,8,8,4.8780489,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8,8,8,4.8780489,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8,8,8,4.8780489,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8,8,8,4.8780489,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8,8,8,4.8780489,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8,8,8,4.8780489,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8,8,8,4.8780489,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8,8,8,4.8780489,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8,8,8,4.8780489,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8,8,8,4.8780489,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8,8,8,4.8780489,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8,8,8,4.8780489,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8,8,8,4.8780489,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8,8,8,4.8780489,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8,8,8,4.8780489,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8,8,8,4.8780489,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8,8,8,4.8780489,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8,8,8,4.8780489,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8,8,8,4.8780489,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8,8,8,4.8780489,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8,8,8,4.8780489,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8,8,8,4.8780489,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8,8,8,4.8780489,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8,8,8,4.8780489,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8,8,8,4.8780489,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8,8,8,4.8780489,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8,8,8,4.8780489,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8,8,8,4.8780489,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8,8,8,4.8780489,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8,8,8,4.8780489,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8,8,8,4.8780489,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8,8,8,4.8780489,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8,8,8,4.8780489,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8,8,8,4.8780489,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8,8,8,4.8780489,11.111111,10,10,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,0,0,9.090909,9.090909,8.333333,8.333333,8.333333,11.111111,10,10,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,0,0,9.090909,9.090909,8.333333,8.333333,8.333333,11.111111,10,10,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,0,0,9.090909,9.090909,8.333333,8.333333,8.333333,11.111111,10,10,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,0,0,9.090909,9.090909,8.333333,8.333333,8.333333,11.111111,10,10,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,0,0,9.090909,9.090909,8.333333,8.333333,8.333333,11.111111,10,10,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,0,0,9.090909,9.090909,8.333333,8.333333,8.333333,11.111111,10,10,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,0,0,9.090909,9.090909,8.333333,8.333333,8.333333,11.111111,10,10,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,0,0,9.090909,9.090909,8.333333,8.333333,8.333333,11.111111,10,10,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,0,0,9.090909,9.090909,8.333333,8.333333,8.333333,11.111111,10,10,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,0,0,9.090909,9.090909,8.333333,8.333333,8.333333,11.111111,10,10,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,0,0,9.090909,9.090909,8.333333,8.333333,8.333333,11.111111,10,10,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,0,0,9.090909,9.090909,8.333333,8.333333,8.333333,11.111111,10,10,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,0,0,9.090909,9.090909,8.333333,8.333333,8.333333,11.111111,10,10,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,0,0,9.090909,9.090909,8.333333,8.333333,8.333333,11.111111,10,10,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,0,0,9.090909,9.090909,8.333333,8.333333,8.333333,11.111111,10,10,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,0,0,9.090909,9.090909,8.333333,8.333333,8.333333,11.111111,10,10,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,0,0,9.090909,9.090909,8.333333,8.333333,8.333333,11.111111,10,10,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,0,0,9.090909,9.090909,8.333333,8.333333,8.333333,11.111111,10,10,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,0,0,9.090909,9.090909,8.333333,8.333333,8.333333,11.111111,10,10,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,0,0,9.090909,9.090909,8.333333,8.333333,8.333333,11.111111,10,10,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,0,0,9.090909,9.090909,8.333333,8.333333,8.333333,11.111111,10,10,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,0,0,9.090909,9.090909,8.333333,8.333333,8.333333,11.111111,10,10,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,0,0,9.090909,9.090909,8.333333,8.333333,8.333333,11.111111,10,10,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,0,0,9.090909,9.090909,8.333333,8.333333,8.333333,11.111111,10,10,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,0,0,9.090909,9.090909,8.333333,8.333333,8.333333,11.111111,10,10,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,0,0,9.090909,9.090909,8.333333,8.333333,8.333333,11.111111,10,10,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,0,0,9.090909,9.090909,8.333333,8.333333,8.333333,11.111111,10,10,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,0,0,9.090909,9.090909,8.333333,8.333333,8.333333,11.111111,10,10,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,0,0,9.090909,9.090909,8.333333,8.333333,8.333333,11.111111,10,10,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,0,0,9.090909,9.090909,8.333333,8.333333,8.333333,11.111111,10,10,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,0,0,9.090909,9.090909,8.333333,8.333333,8.333333,11.111111,10,10,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,0,0,9.090909,9.090909,8.333333,8.333333,8.333333,11.111111,10,10,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,0,0,9.090909,9.090909,8.333333,8.333333,8.333333,11.111111,10,10,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,0,0,9.090909,9.090909,8.333333,8.333333,8.333333,11.111111,10,10,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,0,0,9.090909,9.090909,8.333333,8.333333,8.333333,11.111111,10,10,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,0,0,9.090909,9.090909,8.333333,8.333333,8.333333,11.111111,10,10,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,0,0,9.090909,9.090909,8.333333,8.333333,8.333333,11.111111,10,10,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,0,0,9.090909,9.090909,8.333333,8.333333,8.333333,11.111111,10,10,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,0,0,9.090909,9.090909,8.333333,8.333333,8.333333,11.111111,10,10,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,0,0,9.090909,9.090909,8.333333,8.333333,8.333333,11.111111,10,10,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,0,0,9.090909,9.090909,8.333333,8.333333,8.333333,11.111111,10,10,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,0,0,9.090909,9.090909,8.333333,8.333333,8.333333,11.111111,10,10,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,0,0,9.090909,9.090909,8.333333,8.333333,8.333333,11.111111,10,10,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,0,0,9.090909,9.090909,8.333333,8.333333,8.333333,11.111111,10,10,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,0,0,9.090909,9.090909,8.333333,8.333333,8.333333,11.111111,10,10,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,0,0,9.090909,9.090909,8.333333,8.333333,8.333333,11.111111,10,10,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,0,0,9.090909,9.090909,8.333333,8.333333,8.333333,11.111111,10,10,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,0,0,9.090909,9.090909,8.333333,8.333333,8.333333,11.111111,10,10,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,0,0,9.090909,9.090909,8.333333,8.333333,8.333333,11.111111,10,10,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,0,0,9.090909,9.090909,8.333333,8.333333,8.333333,11.111111,10,10,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,0,0,9.090909,9.090909,8.333333,8.333333,8.333333,11.111111,10,10,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,0,0,9.090909,9.090909,8.333333,8.333333,8.333333,11.111111,10,10,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,0,0,9.090909,9.090909,8.333333,8.333333,8.333333,11.111111,10,10,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,0,0,9.090909,9.090909,8.333333,8.333333,8.333333,11.111111,10,10,5.2631578,5.2631578,5.2631578,5.2631578,5.2631578,0,0,9.090909,9.090909,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,9.5238094,9.5238094,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,8.333333,7.6923075,8.333333,8.333333,8.333333,8.333333,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,20,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,20,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,20,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,20,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,20,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,20,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,20,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,20,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,20,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,20,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,20,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,20,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,20,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,20,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,20,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,20,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,20,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,20,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,20,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,20,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,20,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,20,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,22.222221,20,22.222221,22.222221,22.222221,22.222221 ),.Dim=c(3107,15)), lawtotal_idw=structure(.Data=c( 19.071674,19.08593,19.101545,19.347527,19.36953,19.192841,19.163393,18.781715,19.031933,19.799265,20.0527,19.834698,19.701496,19.987272,18.886686,19.778952,19.466797,19.508961,19.541075,19.983179,19.497311,19.510248,19.243448,19.403116,19.698378,19.792835,19.533127,19.48255,19.580463,19.61183,18.433395,18.3736,18.376465,18.700148,18.7805,18.54557,18.544765,18.29133,18.455803,18.9296,19.127714,18.991941,18.859234,19.183342,17.470387,19.046713,19.096193,19.120733,19.307993,19.303679,19.172201,19.12215,18.688057,18.983044,19.952698,20.223017,19.955799,19.82955,20.070663,19.202402,18.508362,18.516062,18.509884,18.762321,18.70232,18.591831,18.578217,18.121296,18.41326,19.840143,20.124065,19.936792,19.802849,20.06045,18.722059,18.528204,18.488779,18.49003,18.801882,18.853228,18.635206,18.625895,18.340511,18.521408,19.065969,19.282362,19.128567,18.990816,19.306694,17.673349,19.663244,19.616045,19.646072,19.87005,20.003689,19.74383,19.727816,19.378103,19.616484,20.20495,20.421581,20.207315,20.08819,20.3692,19.630976,16.718128,16.695854,16.663717,16.928257,16.863909,16.738508,16.715397,16.398821,16.567162,17.476103,17.721027,17.594864,17.47298,17.710264,15.287898,16.135424,16.112835,16.091276,16.355555,16.322538,16.178629,16.157257,15.935408,16.048616,16.541529,16.726809,16.616346,16.498446,16.733648,13.940051,16.064974,16.041866,16.006336,16.262777,16.196671,16.088993,16.073013,15.775593,15.93643,16.921221,17.140146,17.034397,16.925705,17.142159,14.474053,18.94759,18.971617,18.984318,19.222754,19.2204,19.065306,19.031845,18.632013,18.892294,19.759502,20.024328,19.801422,19.667603,19.943012,18.803671,17.600431,17.719913,17.783806,17.712006,17.780062,17.671801,17.472071,17.095663,17.383615,17.997305,18.202826,17.649105,17.582806,17.60943,17.547846,18.735949,18.789726,18.846691,18.902531,19.016951,18.831839,18.748476,18.359749,18.636822,19.22834,19.431517,19.048445,18.961275,19.107952,18.932091,17.198219,17.179846,17.155546,17.429979,17.383179,17.236538,17.209421,16.900522,17.065905,17.812071,18.058784,17.918324,17.788076,18.047743,15.798201,15.448239,15.417665,15.379908,15.602988,15.543247,15.427314,15.398861,15.160798,15.270233,15.904005,16.112337,16.018488,15.916867,16.112282,13.045195,19.862928,19.728075,19.748981,20.015905,20.216959,19.885586,19.885975,19.596598,19.792116,20.265532,20.458668,20.300774,20.181774,20.488214,19.569687,18.659626,18.705221,18.736874,18.758144,18.715553,18.682158,18.62042,18.002535,18.454657,20.810766,21.091173,20.765221,20.666904,20.759016,20.399515,19.893436,19.781212,19.820732,19.990305,20.218588,19.893618,19.881067,19.549747,19.778275,20.285749,20.473551,20.249964,20.150459,20.386993,19.947824,18.351883,18.350803,18.345537,18.622631,18.603636,18.44175,18.416161,18.060867,18.275188,19.067837,19.325806,19.146841,19.008718,19.295708,17.677401,20.243597,20.043385,20.073334,20.28075,20.571192,20.176556,20.177036,19.890465,20.086676,20.527473,20.701429,20.533569,20.43264,20.692064,20.116808,19.606594,19.542343,19.564356,19.823605,19.953651,19.684746,19.675251,19.346863,19.566978,20.128986,20.344002,20.156864,20.031542,20.334822,19.399868,18.851503,18.871141,18.876053,19.093609,19.036024,18.941792,18.927567,18.4214,18.759666,20.412016,20.702997,20.492483,20.362318,20.601839,19.581944,19.511587,19.385338,19.400589,19.69626,19.874767,19.560204,19.562952,19.295839,19.475395,19.926416,20.118597,19.978016,19.855312,20.17812,19.002209,19.252411,19.289768,19.323126,19.509323,19.557774,19.384371,19.339207,18.937077,19.215012,19.970055,20.215979,19.946894,19.826208,20.077309,19.361635,16.89049,16.873173,16.844625,17.129122,17.056995,16.960405,16.963594,16.566574,16.820715,18.472919,18.693996,18.576895,18.46361,18.700975,16.644381,18.513523,18.505045,18.50419,18.790607,18.795948,18.614386,18.592506,18.255743,18.462833,19.159121,19.404585,19.228048,19.089375,19.388138,17.825874,20.251347,19.977606,20.017181,20.135281,20.527027,20.068611,20.066334,19.794308,19.979216,20.359629,20.50098,20.305634,20.231861,20.410269,20.178297,17.412769,17.398298,17.372334,17.650551,17.581202,17.464748,17.452543,17.069323,17.2957,18.551207,18.809851,18.667828,18.540159,18.791523,16.809809,18.623526,18.70105,18.74184,18.787786,18.769514,18.701761,18.59359,18.103291,18.458443,19.778839,20.052807,19.666431,19.560814,19.678829,19.175756,18.566391,18.623856,18.659637,18.665192,18.629543,18.588692,18.495876,17.926882,18.339203,20.276756,20.554674,20.177288,20.077698,20.156618,19.7682,20.303148,20.046354,20.066685,20.306112,20.628506,20.196075,20.202209,19.95709,20.125523,20.508232,20.671396,20.540956,20.437906,20.715464,19.957754,18.38694,18.494493,18.548506,18.564589,18.585878,18.494284,18.350756,17.9193,18.243412,19.134251,19.377367,18.935728,18.842558,18.946115,18.594055,18.86759,18.951494,18.995684,19.095602,19.116146,18.997398,18.905642,18.470734,18.784286,19.671122,19.924988,19.572365,19.464155,19.642498,19.12525,18.746176,18.644138,18.657803,18.972284,19.120924,18.844645,18.851311,18.617748,18.77751,19.196753,19.383757,19.264345,19.146164,19.47496,17.910778,19.58975,19.387169,19.404322,19.685295,19.945435,19.574099,19.58292,19.359781,19.516724,19.887745,20.060259,19.946798,19.838783,20.145672,18.97529,17.553473,17.53945,17.519363,17.801893,17.726049,17.64361,17.663237,17.152401,17.518639,20.040569,20.263599,20.138973,20.025339,20.262375,18.82933,18.869875,18.90028,18.909922,19.127329,19.090315,18.973148,18.940472,18.488306,18.784761,19.978813,20.262976,20.033104,19.900848,20.150814,19.06167,17.743202,17.83584,17.88904,17.802074,17.797239,17.75778,17.559669,17.105343,17.453569,18.702591,18.952133,18.408543,18.325193,18.318981,17.996065,18.764881,18.794462,18.819786,18.885229,18.835569,18.804502,18.78974,18.118137,18.618422,21.538551,21.821011,21.579268,21.47941,21.605337,21.243343,19.003242,19.033316,19.052383,19.189543,19.134441,19.07439,19.057446,18.465227,18.884806,21.08704,21.380711,21.140944,21.024307,21.208065,20.601822,16.473711,16.45471,16.442438,16.730164,16.716684,16.563019,16.548977,16.342358,16.467867,16.926916,17.107082,16.98774,16.860716,17.110054,14.496594,18.741701,18.750469,18.75889,18.938042,18.87303,18.815371,18.830328,18.19659,18.661531,21.553608,21.829268,21.652874,21.538988,21.739666,21.09602,19.340982,19.337343,19.360233,19.600466,19.666103,19.4575,19.433313,19.065176,19.311777,19.988621,20.226503,20.007738,19.879232,20.168156,19.230433,17.97772,17.952225,17.946241,18.25429,18.269449,18.078653,18.064405,17.786268,17.956429,18.519781,18.73876,18.589664,18.451294,18.750734,16.849916,18.445663,18.443001,18.438774,18.673988,18.601528,18.528818,18.548536,17.959715,18.385677,21.131317,21.394567,21.240259,21.121391,21.349583,20.436115,18.678471,18.767485,18.820627,18.882376,18.938759,18.802475,18.694847,18.283787,18.584604,19.313385,19.544039,19.150507,19.055231,19.205854,18.877789,18.437721,18.507765,18.548576,18.543018,18.516951,18.468992,18.348955,17.825157,18.205812,19.805132,20.077648,19.659534,19.560411,19.630371,19.222275,18.154226,18.149101,18.134052,18.405804,18.334042,18.232166,18.2323,17.765123,18.067997,19.786255,20.057787,19.897932,19.767904,20.022884,18.56682,17.131491,17.144936,17.207489,17.08713,17.256443,17.054815,16.973858,16.632473,16.833122,17.188135,17.273588,16.67555,16.627743,16.586372,16.807039,19.42927,19.405764,19.453442,19.582764,19.745522,19.493763,19.458017,19.089895,19.346809,19.912029,20.112209,19.824602,19.727097,19.935837,19.601482,19.014389,18.993658,19.003414,19.285709,19.335392,19.123785,19.106869,18.771069,18.987253,19.624287,19.859032,19.674896,19.538967,19.847626,18.56176,18.832424,18.84477,18.848501,19.063286,18.998047,18.917538,18.918201,18.367081,18.746883,20.831141,21.119242,20.925634,20.799549,21.030834,20.119555,19.105108,19.16404,19.198963,19.360044,19.383675,19.240089,19.179878,18.756834,19.052139,19.901932,20.158213,19.864338,19.745489,19.974039,19.287167,17.687637,17.797478,17.855009,17.779865,17.792116,17.738874,17.529739,17.111404,17.441813,18.435913,18.672663,18.118761,18.036726,18.040159,17.729546,19.278027,19.214289,19.227079,19.520123,19.626511,19.36817,19.361584,19.056694,19.256695,19.796442,20.010542,19.844873,19.713083,20.033098,18.811995,15.757005,15.728053,15.695366,15.933949,15.883547,15.752604,15.722817,15.490875,15.596897,16.143057,16.348803,16.247015,16.137497,16.351297,13.387121,16.458792,16.435997,16.426624,16.729986,16.741701,16.586092,16.58864,16.413742,16.539658,16.93494,17.104488,16.987871,16.857119,17.110437,14.519008,18.079966,18.078089,18.063473,18.332235,18.27552,18.148373,18.128599,17.728891,17.96929,19.10272,19.37723,19.2064,19.071463,19.336237,17.658728,18.740612,18.761383,18.765949,19.008825,18.980101,18.843134,18.812538,18.398092,18.66217,19.669325,19.945023,19.732899,19.597517,19.866251,18.59823,17.691101,17.813831,17.874666,17.801817,17.839321,17.758442,17.550594,17.153847,17.460609,18.221037,18.435146,17.877932,17.804647,17.826242,17.629599,17.906824,17.900759,17.884899,18.158993,18.113241,17.970366,17.945272,17.584877,17.793684,18.700731,18.965851,18.800856,18.665295,18.936182,17.097666,17.523815,17.506395,17.490284,17.779627,17.755461,17.591146,17.567686,17.272539,17.438065,18.086378,18.320623,18.17458,18.039816,18.317829,16.205137,18.889412,18.962694,18.998734,19.112402,19.103569,19.004557,18.923285,18.460909,18.788607,19.887304,20.159388,19.828033,19.713102,19.894184,19.258825,18.985331,19.034897,19.058104,19.210142,19.174856,19.0844,19.034813,18.538063,18.879599,20.269796,20.557854,20.278994,20.156139,20.359814,19.589197,17.76659,17.846903,17.910236,17.86203,17.978506,17.818142,17.682745,17.307737,17.565622,18.0695,18.243906,17.736044,17.668995,17.714577,17.776291,19.294291,19.32395,19.366703,19.519644,19.608763,19.413647,19.365383,18.972254,19.248632,19.920811,20.148867,19.857826,19.747892,19.976944,19.47098,19.002081,19.045631,19.068426,19.203602,19.158537,19.084959,19.044184,18.505461,18.88015,20.58643,20.879362,20.605585,20.485853,20.672873,19.994305,36.376438,36.277779,38.258831,38.831753,39.299362,39.196278,39.043697,38.633678,38.849136,39.003078,39.062031,39.380642,39.64711,41.981445,42.613041,41.563259,42.041256,44.505299,44.870052,45.12912,45.019852,44.861313,44.374271,44.739269,44.971226,45.044037,45.395035,45.696369,47.753567,48.421772,47.848015,48.351917,51.401962,51.798599,51.778164,51.56543,51.276051,50.839622,50.895893,50.971577,51.019833,51.582275,51.963127,54.454796,55.162113,47.47686,47.976864,51.035717,51.403625,51.562344,51.432087,51.239216,50.81459,51.011982,51.158699,51.225048,51.711796,52.105587,54.561062,55.300621,42.117775,42.493435,45.024162,45.425694,45.706921,45.592934,45.426353,44.963207,45.269657,45.472305,45.544281,45.921669,46.240437,48.410709,49.092804,37.828453,37.946579,40.075413,40.560169,40.983128,40.876774,40.723385,40.254063,40.595287,40.816406,40.890915,41.204662,41.474968,43.481644,44.112968,69.408188,70.209656,75.569122,75.798981,75.771317,75.676399,75.532547,75.32193,75.33783,75.387413,75.431122,76.291885,77.028046,80.292313,81.172409,58.895664,59.60144,63.841797,64.124886,64.14888,64.02137,63.831024,63.495552,63.595001,63.690807,63.747139,64.429077,64.994133,67.840385,68.666656,49.479992,49.756378,52.975689,53.649174,53.278721,52.892048,52.411076,51.930958,51.807949,51.813797,51.688679,52.52993,52.902527,54.998703,55.495178,41.696678,42.001846,44.467442,44.917587,45.1506,45.014576,44.817238,44.386513,44.557827,44.688709,44.761559,45.174622,45.491024,47.953476,48.645386,54.066887,54.763748,58.490177,58.764992,58.844364,58.72493,58.547802,58.161655,58.353268,58.496265,58.564522,59.13504,59.621758,62.247242,63.049458,51.626812,52.252319,55.734337,56.048325,56.15477,56.030407,55.84481,55.442883,55.633385,55.776333,55.842869,56.385899,56.838196,59.396851,60.174652,48.027779,48.677631,51.770111,52.062202,52.195953,52.077824,51.906567,51.460308,51.743523,51.934502,52.005444,52.460793,52.848942,55.184643,55.927559,56.320286,56.928989,60.882481,61.231026,61.181873,60.996819,60.736805,60.359657,60.399628,60.469086,60.494907,61.190784,61.703712,64.417885,65.182327,68.880592,69.711128,75.008636,75.203766,75.202766,75.118378,74.990837,74.778549,74.835007,74.902626,74.965469,75.786949,76.518845,79.780235,80.685432,18.759262,19.094273,19.189224,18.95089,18.953423,18.943159,18.782467,18.023039,18.592945,19.857185,20.184496,19.864092,19.773981,19.893711,20.122618,16.804466,17.27865,17.38423,17.256836,17.286634,17.28138,16.986046,16.457632,16.993494,17.701494,17.929935,17.649578,17.592041,17.721615,18.543943,21.493145,21.716166,21.791521,20.674292,20.647423,20.629057,20.601414,18.658213,19.46501,20.223841,20.691912,20.593567,20.534948,20.692535,20.842499,18.884993,19.19459,19.24633,18.102074,18.100605,17.97014,17.761019,15.791398,16.555586,16.94483,17.315517,17.285669,17.444883,17.475687,17.638445,20.703932,20.961311,21.025724,19.603746,19.579702,19.512564,19.438507,17.122971,18.013174,18.554466,18.935078,18.861427,18.84841,18.987209,19.13822,17.80492,18.372126,18.479815,18.351721,18.370148,18.351362,18.12356,17.474165,18.095682,18.864386,19.106876,18.887699,18.830221,19.001348,19.65617,18.069008,18.719559,18.828018,18.702959,18.717823,18.69323,18.483524,17.782358,18.459476,19.215984,19.455315,19.27722,19.228535,19.416655,20.047964,20.209677,20.489931,20.550259,19.118465,19.101856,19.009508,18.906597,16.583834,17.474533,17.948738,18.34026,18.286856,18.317711,18.442038,18.604145,16.338093,16.705841,16.815464,16.578901,16.618912,16.623655,16.3008,15.838109,16.30533,17.038034,17.324301,16.817205,16.758852,16.770267,17.289486,18.843206,19.614073,19.721954,19.552742,19.559471,19.521465,19.359303,18.509928,19.283773,20.035103,20.305809,20.179348,20.158272,20.353994,20.783718,21.361029,21.43705,21.496952,20.430227,20.398525,20.46854,20.524738,18.710649,19.522732,21.101913,21.584904,21.455046,21.353529,21.449509,21.5121,20.982483,21.278603,21.36693,20.813951,20.792356,20.7771,20.72386,19.427084,20.110271,21.18836,21.632427,21.483807,21.408371,21.586716,21.753586,18.718508,19.258459,19.365173,19.193153,19.201931,19.177633,19.006374,18.249844,18.894119,19.771091,20.059889,19.844553,19.780012,19.961607,20.397793,16.730083,17.593859,17.696218,17.632097,17.651333,17.629215,17.340992,16.706095,17.46454,18.096294,18.244377,18.139914,18.118692,18.300549,19.313311,20.529356,20.952751,21.049463,20.58749,20.575382,20.537712,20.446466,19.241276,19.936819,20.801996,21.207443,21.076736,21.035625,21.225132,21.442074,20.257849,20.375507,20.436474,19.914873,19.885368,19.913818,19.905535,18.657387,19.353376,21.749033,22.156448,21.979891,21.875071,21.982767,22.041834,18.55291,19.045027,19.127247,18.674744,18.679173,18.59693,18.336578,17.180689,17.824951,18.324064,18.645782,18.599977,18.793221,18.812038,19.01026,16.87915,16.942114,16.965309,16.771955,16.750822,16.746124,16.649963,15.730673,16.480459,21.773418,21.931332,21.692873,21.630255,21.61132,21.617186,19.079992,19.227888,19.284464,18.963894,18.938622,18.940392,18.863062,17.873068,18.524889,21.362864,21.682531,21.438517,21.341524,21.419619,21.482306,18.864798,19.507904,19.615944,19.44591,19.452965,19.421755,19.258144,18.451456,19.155573,19.966751,20.248184,20.082138,20.035103,20.231962,20.679688,17.400497,17.737816,17.845396,17.591251,17.618553,17.624794,17.369272,16.782896,17.290331,18.28323,18.611586,18.146862,18.066532,18.10462,18.404125,17.882799,18.343058,18.449795,18.282131,18.301458,18.288113,18.067411,17.433022,18.003168,18.862356,19.139729,18.836102,18.764311,18.899595,19.391033,20.48144,20.871571,20.967508,20.556498,20.543003,20.515625,20.431248,19.301481,19.975611,20.975716,21.377911,21.222437,21.159666,21.349188,21.558949,19.464674,19.971539,20.060949,19.562454,19.562052,19.485891,19.301041,18.051804,18.747992,19.327305,19.687782,19.620441,19.717461,19.823175,20.036312,21.781761,21.954535,22.028152,20.887724,20.856894,20.870426,20.873264,18.930096,19.739813,20.624033,21.114902,21.007227,20.929888,21.075974,21.20793,19.56138,20.203392,20.309023,20.04707,20.047258,20.003582,19.866461,18.894119,19.630817,20.4044,20.7302,20.606703,20.591614,20.783758,21.093203,19.378275,19.919292,20.024611,19.804319,19.805429,19.775398,19.637995,18.768879,19.443869,20.346821,20.667286,20.486546,20.42864,20.622934,20.964417,20.97942,21.079329,21.141962,20.376896,20.345749,20.394737,20.42135,18.917591,19.657845,21.561844,22.021879,21.870745,21.765102,21.875286,21.93947,17.988701,19.022945,19.126213,19.016447,19.027643,18.992245,18.807669,18.004259,18.899242,19.603775,19.812996,19.719162,19.718447,19.897949,20.417696,19.321991,19.976242,20.083315,19.866627,19.869064,19.830961,19.687859,18.786402,19.516888,20.316486,20.623903,20.483763,20.452299,20.650454,21.008692,18.2829,19.310041,19.412834,19.271828,19.282169,19.239359,19.064117,18.201254,19.101767,19.792728,20.025925,19.946341,19.984158,20.13954,20.50461,21.093744,21.313581,21.394115,20.814993,20.787498,20.792534,20.76285,19.446968,20.125938,21.47077,21.929756,21.769024,21.675093,21.833986,21.963081,21.582685,21.798273,21.878016,21.02845,20.999567,21.00071,20.983147,19.350901,20.089859,21.075802,21.564812,21.440413,21.360697,21.521557,21.663006,20.591846,20.78537,20.860016,20.382704,20.355276,20.364061,20.327358,19.137897,19.798517,21.54734,21.97296,21.786812,21.685524,21.826097,21.931831,19.244221,19.685127,19.786701,19.562746,19.563519,19.541857,19.402107,18.575918,19.20068,20.24325,20.571068,20.338537,20.261627,20.434675,20.734632,20.168512,20.624222,20.715006,20.128868,20.121796,20.054939,19.923325,18.559547,19.277752,19.925491,20.321232,20.23597,20.267197,20.419689,20.63089,16.597721,17.633625,17.730635,17.673843,17.689333,17.665895,17.389111,16.722008,17.577082,18.213661,18.350279,18.265965,18.253529,18.426077,19.387877,21.344379,21.493475,21.565292,20.869286,20.83618,20.86764,20.871899,19.431721,20.136772,21.661358,22.146194,21.992897,21.88904,22.02306,22.119003,18.335903,18.516926,18.574923,18.289511,18.269869,18.259521,18.098066,17.284254,17.856661,20.175941,20.458292,20.091394,19.997217,20.030886,20.115343,18.589706,19.023331,19.127174,18.931116,18.940845,18.924545,18.748264,18.024595,18.615347,19.608845,19.915991,19.632286,19.55335,19.701775,20.055115,17.313189,18.787477,18.874149,18.796696,18.808342,18.77743,18.621462,17.779249,18.911457,19.647821,19.809505,19.750198,19.778078,19.910843,20.289148,19.587357,20.157806,20.254637,19.850342,19.849918,19.785572,19.620892,18.473083,19.189884,19.831337,20.183485,20.101923,20.16264,20.301823,20.536634,19.897985,20.273144,20.368439,20.068777,20.059158,20.03908,19.935858,18.980623,19.616526,20.793694,21.160276,20.952835,20.871923,21.047941,21.266731,20.00202,20.375738,20.450924,19.564377,19.556393,19.465332,19.321859,17.614494,18.365698,18.898237,19.300505,19.238749,19.303667,19.42132,19.608191,21.188393,21.435017,21.507355,20.2987,20.273304,20.232218,20.183016,18.120279,18.953156,19.611708,20.045835,19.957403,19.917379,20.071339,20.225813,16.779036,18.052238,18.144072,18.0881,18.101885,18.077045,17.852604,17.117296,18.116814,18.799374,18.937546,18.866844,18.864822,19.025328,19.76722,18.819803,18.887785,18.931299,18.52072,18.498669,18.523657,18.51634,17.348206,18.096329,21.925966,22.228022,22.066263,21.976112,22.04673,22.063461,19.122955,19.389523,19.470793,19.196079,19.185007,19.175169,19.046041,18.197104,18.782871,20.433889,20.767952,20.470467,20.374174,20.486422,20.638676,19.128614,19.890039,19.994968,19.761047,19.765459,19.715389,19.553944,18.599302,19.381628,20.079893,20.377552,20.282349,20.310692,20.478964,20.786442,18.070635,18.960135,19.066675,18.952379,18.964222,18.931309,18.735703,17.964298,18.777956,19.487993,19.706755,19.591772,19.572809,19.76441,20.354319,20.639311,20.997643,21.080032,20.23436,20.219711,20.154774,20.057245,18.393044,19.149826,19.789534,20.212887,20.128008,20.130558,20.288595,20.476223,18.074852,18.827522,18.93582,18.818123,18.831642,18.803007,18.597651,17.866266,18.601351,19.329645,19.557226,19.412537,19.376392,19.570852,20.206629,20.08666,20.607124,20.708843,20.351963,20.346033,20.303471,20.188707,19.105343,19.811857,20.628147,20.997152,20.869043,20.842527,21.03433,21.289654,17.841358,18.069151,18.148699,17.863581,17.866766,17.869566,17.660181,16.97146,17.493254,19.145399,19.445885,18.993847,18.907152,18.929901,19.068064,18.692898,19.581676,19.687517,19.519665,19.527258,19.483801,19.317844,18.439384,19.274609,19.984186,20.24369,20.146084,20.158808,20.336285,20.716274,19.550922,19.679729,19.737265,19.350767,19.323841,19.337751,19.297272,18.201782,18.879705,21.690084,22.044363,21.841215,21.741238,21.834522,21.890482,18.3344,19.223652,19.325005,19.139967,19.150928,19.100212,18.89555,18.000059,18.823006,19.459957,19.715839,19.650475,19.750866,19.860153,20.142622,20.509806,20.942467,21.036768,20.492126,20.481066,20.431074,20.329468,19.017321,19.730259,20.484514,20.893354,20.785448,20.771015,20.949797,21.162718,19.766977,20.077545,20.165783,19.862263,19.849379,19.835783,19.734751,18.793955,19.411461,20.824085,21.18844,20.953871,20.862431,21.016539,21.19445,20.026985,20.472429,20.572453,20.260889,20.253174,20.224653,20.119425,19.122107,19.788637,20.782169,21.149725,20.977474,20.914152,21.106102,21.355089,21.802376,21.922384,21.990807,21.030796,20.995457,21.04706,21.077734,19.358267,20.125473,21.408375,21.920912,21.789043,21.689058,21.80831,21.902721,18.503765,18.658617,18.711071,18.423399,18.398619,18.39077,18.264748,17.376339,17.991461,20.781261,21.064278,20.752428,20.65807,20.701496,20.765564,19.83462,20.366825,20.470568,20.185579,20.181902,20.14621,20.026636,19.046764,19.741241,20.616907,20.965546,20.814005,20.769209,20.966362,21.252644,18.772226,19.488613,19.587839,19.320837,19.32756,19.268953,19.064095,18.085663,18.831654,19.449903,19.745375,19.676737,19.782495,19.888382,20.143091,21.082327,21.394827,21.479107,20.658926,20.638515,20.598482,20.534678,18.909349,19.656021,20.417421,20.864994,20.760233,20.720882,20.893042,21.069595,18.376362,18.985758,19.076836,18.758732,18.766243,18.69894,18.442564,17.437498,18.114882,18.655975,18.951265,18.901241,19.08288,19.118631,19.33774,17.843437,19.005566,19.104366,18.989735,19.003141,18.963795,18.781179,17.937565,18.903021,19.589396,19.797344,19.731689,19.792389,19.9217,20.266541,21.696169,21.86573,21.941208,21.100384,21.067698,21.092094,21.09548,19.487848,20.221947,21.389784,21.893351,21.759132,21.665047,21.809788,21.92807,21.299854,21.566748,21.651512,20.936388,20.91177,20.897741,20.858023,19.369547,20.084023,21.053383,21.520823,21.391417,21.32021,21.493263,21.652132,16.835114,17.502775,17.609241,17.528942,17.552753,17.536446,17.242805,16.654448,17.301565,17.950031,18.122011,17.970829,17.936335,18.113384,19.120094,20.915909,21.263647,21.354673,20.759304,20.741426,20.709686,20.640562,19.280561,19.984388,20.868568,21.305304,21.17881,21.127361,21.310818,21.4991,18.7742,19.170685,19.240114,18.558199,18.560341,18.456238,18.210867,16.780081,17.438692,17.893282,18.244818,18.203573,18.388157,18.404825,18.586664,20.494663,20.788391,20.875965,20.462086,20.442713,20.431171,20.363916,19.249928,19.900291,21.210327,21.620646,21.43594,21.348671,21.518789,21.681322,19.914063,20.140957,20.216934,19.860903,19.839096,19.835384,19.760136,18.738874,19.368959,21.202034,21.577934,21.351009,21.252087,21.38451,21.503359,19.791807,20.378958,20.480297,20.123798,20.121735,20.067961,19.928211,18.833961,19.561136,20.275669,20.628376,20.526775,20.542702,20.715109,20.971207,18.994801,19.151957,19.048372,19.563469,19.550312,19.462975,19.417355,19.100994,19.28817,19.44277,19.430622,19.629261,19.533432,20.198017,21.794981,13.15537,13.228154,13.141793,14.793311,14.746844,14.706145,14.700791,14.557878,14.657268,14.763186,14.725975,15.319839,15.292667,15.68165,16.532511,16.997189,17.118681,17.011534,17.885057,17.855862,17.780905,17.747215,17.49514,17.635815,17.770155,17.751038,18.085604,18.017326,18.593599,19.984446,18.289234,18.395466,18.297886,18.997932,18.972769,18.900049,18.866606,18.621838,18.736017,18.854822,18.871058,19.172215,19.098595,19.630066,21.484961,17.237701,17.366753,17.256674,18.067148,18.039732,17.959761,17.920441,17.653975,17.803185,17.941368,17.913927,18.222191,18.148996,18.748478,20.11853,19.147881,19.277182,19.182438,19.728235,19.710081,19.633978,19.597334,19.323061,19.466722,19.599283,19.61978,19.860886,19.776499,20.362888,22.300323,18.974411,19.127134,19.024618,19.552689,19.538301,19.452948,19.409065,19.10006,19.279819,19.430998,19.425421,19.633762,19.540209,20.193331,21.841394,22.327026,22.39529,22.35531,22.520613,22.514124,22.476164,22.456121,22.30022,22.368298,22.433319,22.47858,22.63464,22.580797,22.899132,25.242142,16.005314,16.108778,16.007402,17.091503,17.058691,16.995846,16.975019,16.759388,16.881771,17.006676,16.993568,17.404325,17.349499,17.868942,19.176605,17.569681,17.716093,17.592382,18.234821,18.216024,18.118225,18.05735,17.743624,17.923283,18.070742,17.965071,18.189911,18.100012,18.761782,19.866116,19.409439,19.530691,19.44031,19.958853,19.940613,19.867767,19.832878,19.569971,19.701704,19.826866,19.854528,20.096363,20.014252,20.573977,22.639423,21.246632,21.354879,21.290911,21.575283,21.56579,21.508152,21.480724,21.249908,21.366219,21.471729,21.5231,21.71521,21.637991,22.118206,24.681866,15.37923,15.469707,15.393972,15.72731,15.734577,15.655504,15.604258,15.390612,15.536807,15.639379,14.708518,14.792982,14.737782,15.143133,15.446562,14.905727,14.986222,14.843448,15.903401,15.867166,15.770324,15.69836,15.444688,15.570743,15.678232,15.474141,15.848205,15.778831,16.306501,16.935061,16.966234,17.10096,16.975231,17.633701,17.616461,17.513403,17.445082,17.131147,17.320499,17.466213,17.245802,17.462654,17.373484,18.002171,18.806637,17.809881,17.963232,17.842001,18.427525,18.412832,18.31229,18.249805,17.922201,18.119411,18.274223,18.14546,18.342136,18.247097,18.918619,19.969166,19.635782,19.772434,19.681456,20.153915,20.139435,20.06321,20.026356,19.742363,19.896833,20.033421,20.060442,20.276237,20.187117,20.787014,22.812372,14.549682,14.575055,14.479637,15.918651,15.878933,15.818755,15.795637,15.644432,15.685237,15.757672,15.754743,16.305632,16.259813,16.572086,17.88122,16.995827,17.136955,17.020758,17.59075,17.582277,17.478771,17.411474,17.093864,17.299742,17.451326,17.136776,17.310936,17.221655,17.836315,18.518742,17.498211,17.642227,17.520124,18.196674,18.175705,18.08112,18.02384,17.72003,17.890377,18.035011,17.9527,18.195684,18.109541,18.763498,19.935482,19.562626,19.719322,19.623163,20.079462,20.068661,19.985123,19.94347,19.62912,19.815586,19.968904,19.98093,20.168787,20.070856,20.726385,22.531408,17.380156,17.520283,17.401186,18.12381,18.100189,18.009516,17.957005,17.665169,17.827442,17.969767,17.907463,18.172709,18.091164,18.730606,19.96104,20.261257,20.396805,20.313864,20.708582,20.697264,20.624893,20.59054,20.31052,20.464417,20.597887,20.637894,20.836863,20.746563,21.332212,23.558161,18.223717,18.377691,18.263887,18.853605,18.837185,18.744751,18.692305,18.377005,18.56119,18.71381,18.660059,18.874361,18.7822,19.450039,20.783382,18.492586,18.548365,18.460701,19.15453,19.122557,19.06118,19.032164,18.850534,18.88129,18.958313,18.979786,19.314764,19.256214,19.63703,21.779276,16.405777,16.535833,16.412031,17.279974,17.249865,17.158731,17.102602,16.833557,16.973377,17.103628,17.030817,17.349598,17.278515,17.892223,18.977493,18.818825,18.989771,18.880323,19.364695,19.356009,19.259398,19.205074,18.86219,19.078003,19.244839,19.181,19.344995,19.241983,19.939901,21.237198,19.225554,19.370371,19.2729,19.78676,19.771797,19.690939,19.650915,19.354403,19.521421,19.665869,19.678019,19.894121,19.803053,20.43153,22.253901,16.504414,16.601728,16.500704,17.506311,17.475657,17.409452,17.385241,17.1668,17.276403,17.394785,17.396046,17.789021,17.72994,18.23848,19.712399,16.876535,17.017296,16.907053,17.429707,17.42605,17.323645,17.257479,16.945292,17.153467,17.304218,16.915283,17.067852,16.981134,17.576744,18.184389,16.390423,16.492348,16.391228,17.411869,17.381094,17.316133,17.293417,17.073639,17.190695,17.313065,17.309549,17.703754,17.645624,18.164623,19.582563,16.337088,16.40766,16.306147,17.36846,17.334511,17.266146,17.23781,17.035471,17.115404,17.215715,17.220093,17.642475,17.583549,18.0263,19.570826,15.44276,15.537062,15.439981,15.983266,15.981152,15.89313,15.83344,15.591564,15.748531,15.862379,15.186873,15.352072,15.287531,15.75618,16.141312,18.161064,18.295538,18.190786,18.863554,18.84169,18.761478,18.722313,18.443367,18.596897,18.736712,18.730507,18.997684,18.916531,19.526932,21.123837,18.62011,18.784826,18.673437,19.191227,19.179792,19.084455,19.030363,18.696905,18.900917,19.062304,19.001318,19.182074,19.082708,19.770914,21.084606,13.990723,14.0451,13.928294,14.990519,14.965472,14.880954,14.817495,14.601924,14.722425,14.816543,14.372367,14.737924,14.680429,15.101472,15.467548,16.507532,16.640001,16.542177,16.973755,16.97772,16.880142,16.817505,16.527851,16.727726,16.869385,16.307051,16.422106,16.343727,16.886309,17.367731,19.744221,19.908108,19.812897,20.239939,20.231674,20.146545,20.104235,19.779037,19.978174,20.137362,20.149399,20.321251,20.219139,20.890261,22.673292,18.35318,18.498947,18.391504,19.007175,18.988436,18.903084,18.85865,18.560839,18.730503,18.877577,18.858364,19.095875,19.008512,19.649851,21.171265,18.373762,18.542999,18.429098,18.929089,18.921053,18.819498,18.759258,18.412655,18.635105,18.802935,18.679102,18.837337,18.735054,19.427097,20.500843,19.342648,19.506939,19.406199,19.871449,19.861601,19.773447,19.72789,19.400753,19.600225,19.760244,19.753237,19.931196,19.830482,20.50819,22.137613,18.252642,18.425068,18.312836,18.792158,18.78751,18.683496,18.621378,18.269472,18.503664,18.675819,18.50559,18.647306,18.544357,19.230534,20.174627,18.913858,19.07593,18.969757,19.478405,19.466429,19.3759,19.327209,19.001865,19.198034,19.356663,19.329414,19.517735,19.41959,20.097786,21.591644,19.151514,19.318924,19.214827,19.689342,19.679783,19.588594,19.540039,19.206697,19.412283,19.575188,19.551033,19.724506,19.622854,20.310394,21.819403,19.658726,19.745558,19.664534,20.175833,20.153448,20.090374,20.05979,19.844774,19.928127,20.024679,20.055801,20.318613,20.249876,20.703321,22.921757,15.768121,15.849317,15.749626,16.901262,16.868553,16.804993,16.783228,16.585329,16.676706,16.784567,16.78672,17.230713,17.177912,17.641199,19.02984,21.613102,21.67808,21.627748,21.878738,21.865816,21.822788,21.799414,21.641619,21.69669,21.761513,21.796949,21.975847,21.923174,22.250345,24.419678,18.897184,19.043077,18.941689,19.493795,19.477509,19.394772,19.353142,19.055014,19.223948,19.370081,19.371187,19.594622,19.504597,20.14011,21.843992,19.722124,19.871695,19.77907,20.226727,20.215166,20.135155,20.096069,19.793036,19.968002,20.115013,20.137718,20.333092,20.237846,20.872101,22.80864,18.288921,18.439453,18.328768,18.93185,18.914228,18.825277,18.776854,18.469822,18.647236,18.797495,18.76232,18.988096,18.898266,19.554585,20.980469,18.482269,18.607634,18.507879,19.153133,19.131376,19.054764,19.018509,18.750647,18.890064,19.022182,19.032494,19.302744,19.222889,19.805483,21.583118,19.409506,19.51516,19.427794,19.960995,19.940289,19.87137,19.838463,19.59642,19.706367,19.819313,19.849012,20.106815,20.030674,20.545216,22.681953,20.734516,20.837177,20.76687,21.117126,21.103333,21.043325,21.014023,20.786835,20.89216,20.995058,21.038462,21.248699,21.174173,21.650026,24.067558,16.852804,16.983088,16.852045,17.567278,17.545139,17.443813,17.376007,17.070568,17.243576,17.382963,17.213053,17.45846,17.371988,18.004169,18.892279,16.769306,16.896355,16.781662,17.649633,17.619055,17.536135,17.492445,17.229393,17.375795,17.512039,17.467957,17.792318,17.722345,18.319586,19.556458,17.645641,17.803923,17.688622,18.212313,18.205517,18.100882,18.03544,17.698231,17.919596,18.082516,17.846632,18.003746,17.907068,18.562248,19.372488,18.78714,18.923779,18.823845,19.407812,19.389231,19.309671,19.270763,18.986618,19.141653,19.281124,19.289005,19.531639,19.446068,20.057182,21.823643,17.861423,17.974001,17.873005,18.631247,18.6054,18.531731,18.498707,18.249557,18.373468,18.498518,18.506704,18.818624,18.746077,19.297295,21.00285,28.102438,28.317169,29.122475,29.165764,29.284309,29.166109,29.086071,28.356041,28.697014,28.978458,29.331785,29.395401,29.424751,30.014803,30.678307,28.236998,27.912642,28.887323,29.192022,29.600918,29.473848,29.357197,28.772261,29.126085,29.378897,29.508135,29.643465,29.74299,30.437635,30.996794,28.174406,28.386175,29.198467,29.249182,29.37438,29.248829,29.165924,28.429697,28.780485,29.065784,29.411316,29.483335,29.518341,30.113337,30.766623,28.546566,27.777538,28.870779,29.332916,29.92602,29.800251,29.667772,29.188942,29.465721,29.659651,29.682545,29.862,29.992706,30.770325,31.324259,24.521103,24.904083,25.427166,25.48608,25.652454,25.42832,25.338806,24.421597,24.932726,25.301945,25.653416,25.704504,25.769247,26.145912,26.585947,25.96958,26.243448,26.87043,26.932861,27.101837,26.906748,26.823078,25.957447,26.413071,26.756289,27.107294,27.170521,27.220886,27.682775,28.187605,28.954256,29.1514,30.076756,30.146059,30.251205,30.146765,30.051468,29.408396,29.70681,29.947945,30.252626,30.327435,30.370272,31.037804,31.740582,28.715462,28.915007,29.805544,29.86961,29.982437,29.873175,29.782379,29.111626,29.427698,29.683653,30.000904,30.074312,30.114004,30.759132,31.446625,30.20504,30.252853,31.346159,31.511908,31.699831,31.567797,31.43894,30.838564,31.140476,31.369305,31.562109,31.706944,31.799101,32.572468,33.229336,26.048882,26.332615,26.901735,26.906061,27.036324,26.807711,26.742653,25.789028,26.18725,26.523697,26.968704,27.021946,27.051186,27.489431,28.03096,29.515177,29.690273,30.672335,30.764698,30.884579,30.768124,30.661297,30.0229,30.326715,30.566996,30.842119,30.944916,31.004372,31.709726,32.404385,27.525818,26.823296,27.793913,28.228443,28.815065,28.696493,28.578674,28.055473,28.383892,28.61466,28.688078,28.833075,28.945229,29.639273,30.16897,27.160822,26.692932,27.58572,27.940765,28.436684,28.316919,28.211145,27.628206,28.006887,28.273369,28.390213,28.514063,28.612101,29.253786,29.777918,27.131529,27.332157,28.071424,28.155777,28.333353,28.172653,28.08499,27.296078,27.717157,28.036577,28.355021,28.433044,28.48431,29.02478,29.581949,28.656485,28.625675,29.57971,29.773499,30.038391,29.905458,29.794046,29.150389,29.517004,29.786102,29.985561,30.107103,30.189714,30.871008,31.462473,31.912958,31.974556,33.253056,33.426006,33.556702,33.408131,33.236,32.70554,32.913586,33.076004,33.213577,33.405148,33.52689,34.418037,35.100903,28.662809,28.861158,29.739321,29.804863,29.925488,29.809433,29.718994,29.029856,29.359613,29.625208,29.944399,30.023075,30.064716,30.702307,31.37735,32.328747,32.107319,33.508904,33.800488,34.071907,33.913635,33.734035,33.260288,33.450901,33.595905,33.606773,33.852379,34.013641,34.982216,35.614338,28.791784,28.969795,29.866665,29.951574,30.091757,29.965696,29.869513,29.176535,29.52158,29.792873,30.091314,30.184765,30.237114,30.886511,31.541401,30.59289,30.745752,31.853268,31.970886,32.079506,31.955072,31.822468,31.23805,31.495615,31.698235,31.923279,32.059174,32.141525,32.928364,33.64233,27.959936,28.172916,28.96262,29.017002,29.152773,29.014545,28.931293,28.170677,28.540369,28.836937,29.1826,29.258484,29.297144,29.877003,30.505808,28.245815,28.413122,29.260513,29.354401,29.519711,29.381155,29.287188,28.562128,28.939459,29.230227,29.527557,29.619579,29.674021,30.289171,30.902809,29.022873,29.070103,30.039,30.198929,30.415413,30.282824,30.171446,29.520668,29.874756,30.13946,30.36129,30.481712,30.559576,31.251934,31.868578,31.497181,31.643053,32.85054,32.979496,33.051327,32.909286,32.737511,32.20573,32.388626,32.533752,32.711361,32.87936,32.981625,33.835251,34.54697,29.281116,29.467911,30.423788,30.505301,30.618422,30.506506,30.404896,29.761646,30.064842,30.306833,30.596132,30.687738,30.739998,31.428274,32.126701,29.710094,29.899693,30.909637,30.995895,31.09174,30.983698,30.872768,30.267323,30.538275,30.755083,31.027342,31.124918,31.183346,31.907391,32.632511,31.064367,31.081833,32.278008,32.463486,32.64624,32.507393,32.359165,31.798656,32.060101,32.259167,32.412487,32.583508,32.693577,33.531647,34.198582,30.686079,30.405128,31.631784,31.930984,32.266762,32.125187,31.974213,31.457962,31.716808,31.906313,31.971996,32.166775,32.298813,33.156818,33.774574,27.704071,27.606653,28.486313,28.709358,29.029476,28.896986,28.792862,28.136497,28.536999,28.824614,29.015224,29.126102,29.207523,29.838482,30.389864,29.356346,29.56214,30.556044,30.63162,30.706478,30.613237,30.506138,29.931631,30.172857,30.367737,30.648153,30.720236,30.770853,31.483658,32.232933,29.09738,29.278151,30.209764,30.293974,30.421158,30.302311,30.202991,29.535883,29.859896,30.116526,30.409075,30.503414,30.556391,31.228802,31.906536,25.931131,26.222061,26.807116,26.832478,26.973894,26.75211,26.678131,25.752188,26.176472,26.516214,26.927351,26.984434,27.023926,27.466803,27.986391,26.317526,26.586058,27.162092,27.15449,27.280619,27.06674,27.008286,26.058487,26.435907,26.76936,27.227629,27.279142,27.298748,27.744625,28.315817,30.32832,30.445004,31.531744,31.665478,31.809027,31.68132,31.554224,30.951385,31.239025,31.46143,31.680208,31.817177,31.901245,32.672573,33.35754,29.867826,29.168718,30.381281,30.820475,31.354671,31.219112,31.080057,30.629778,30.865198,31.027584,30.992294,31.217289,31.366451,32.236359,32.826759,28.040304,28.243214,29.121778,29.174799,29.261297,29.182243,29.098225,28.499853,28.765284,28.983454,29.303017,29.323004,29.345917,29.976471,30.684002,26.363581,26.391865,27.138201,27.32933,27.630499,27.488974,27.39632,26.674234,27.141676,27.469984,27.689484,27.776127,27.847931,28.3846,28.88681,27.213646,27.451998,28.15835,28.198023,28.33769,28.173702,28.096148,27.270859,27.665062,27.982136,28.355852,28.423992,28.459795,28.984381,29.573105,26.91485,27.132385,27.765547,27.752787,27.896544,27.794682,27.743193,26.892557,27.219786,27.550842,27.975559,28.009241,28.005274,28.478674,29.135721,32.230858,32.329929,33.631886,33.789955,33.874454,33.716396,33.522499,33.012688,33.174343,33.303856,33.436981,33.638733,33.764904,34.675392,35.356384,29.754734,29.380398,30.525581,30.853828,31.251627,31.116741,30.977184,30.450785,30.736727,30.943098,31.017593,31.194174,31.317568,32.123569,32.717777,30.43626,30.632612,31.728271,31.82435,31.847902,31.71763,31.547178,31.037771,31.170595,31.278767,31.483374,31.611105,31.689833,32.485123,33.228951,31.404877,30.878813,32.234924,32.626686,33.053822,32.904869,32.745895,32.31068,32.504662,32.64246,32.580486,32.842281,33.011002,33.969513,34.580925,32.389099,32.377563,33.731731,33.940689,34.102943,33.945824,33.762321,33.254189,33.447933,33.599377,33.690826,33.907856,34.048607,34.984379,35.647488,27.49118,27.7145,28.442921,28.458538,28.574818,28.463501,28.396111,27.629549,27.965172,28.258799,28.65048,28.692284,28.70425,29.24267,29.905485,26.693192,26.87627,27.59762,27.705414,27.911272,27.74971,27.659668,26.875395,27.322309,27.650942,27.944725,28.02227,28.079777,28.60372,29.130827,31.646696,31.52916,32.825684,33.070274,33.307564,33.158844,32.993668,32.476524,32.707603,32.881985,32.964802,33.170109,33.305649,34.20565,34.852085,29.629595,29.756847,30.76342,30.885733,31.040588,30.914101,30.800791,30.161459,30.481867,30.728909,30.974243,31.093916,31.166227,31.885794,32.551163,26.555798,26.780416,27.339504,27.30102,27.450903,27.322155,27.277037,26.340984,26.679859,27.031418,27.497471,27.537783,27.53035,27.957253,28.5928,30.923412,31.032185,32.187107,32.330097,32.461891,32.329376,32.187435,31.613201,31.870007,32.069386,32.263809,32.41782,32.51339,33.328339,34.023518,25.010241,25.346292,25.853951,25.87676,26.017292,25.74555,25.670975,24.677088,25.115551,25.464787,25.897158,25.949974,25.997967,26.39024,26.864126,27.783951,27.884901,28.719898,28.856173,29.075241,28.932714,28.835152,28.118101,28.523228,28.823435,29.083105,29.179276,29.243986,29.846853,30.418001,31.134228,31.302864,32.464474,32.577621,32.619007,32.477242,32.297447,31.77951,31.928459,32.046337,32.229332,32.385574,32.47784,33.308811,34.023182,28.734312,28.263809,29.319185,29.677456,30.139103,30.011061,29.882875,29.34549,29.659458,29.88341,29.969385,30.12673,30.24128,30.989229,31.555838,30.231993,30.431341,31.505116,31.596329,31.661938,31.551924,31.421843,30.863766,31.080345,31.255316,31.503954,31.613724,31.683128,32.452106,33.210335,29.553219,29.410639,30.483503,30.724636,31.022388,30.88937,30.761293,30.177197,30.498322,30.733675,30.878971,31.028849,31.131145,31.889347,32.497322,31.03932,30.748793,32.016399,32.321186,32.653221,32.50832,32.351578,31.848953,32.09145,32.269386,32.316982,32.524647,32.664143,33.54921,34.171043,32.459389,32.340416,33.731991,33.985352,34.204037,34.044983,33.861744,33.371799,33.564056,33.712574,33.758995,33.993252,34.146946,35.105934,35.750774,26.523951,26.736576,27.292814,27.255753,27.425394,27.320074,27.278759,26.3402,26.66847,27.033129,27.485641,27.52301,27.511631,27.932741,28.57543,30.034559,30.195171,31.238554,31.345711,31.464375,31.344467,31.226166,30.61334,30.898991,31.123524,31.373024,31.492304,31.563288,32.308395,33.011333,28.977659,29.10482,30.042053,30.160982,30.33279,30.201921,30.097263,29.423206,29.774534,30.043314,30.304176,30.412807,30.478733,31.152521,31.788666,27.181183,27.41988,28.086569,28.087151,28.208717,28.066759,28.00354,27.160709,27.518909,27.834797,28.256918,28.308107,28.32111,28.822111,29.456896,27.061983,27.269327,28.0231,28.047176,28.151201,28.068407,28.001297,27.323853,27.621298,27.880291,28.252068,28.250446,28.252541,28.799633,29.465261,26.453936,26.701263,27.263081,27.234529,27.36521,27.185112,27.135122,26.183596,26.537369,26.876556,27.352949,27.398809,27.403532,27.839302,28.445972,57.8032,58.829113,58.277046,58.309875,59.209507,59.193192,59.291756,59.271973,62.652569,62.677998,62.821751,62.785957,62.061207,68.575211,70.706459,66.973114,67.510727,67.243027,67.248123,67.762527,67.735176,67.859512,67.825325,69.708778,69.760025,69.808266,69.74939,69.348259,72.841301,73.872704,60.292801,61.070618,60.685093,60.714504,61.456135,61.425198,61.57217,61.534271,64.143501,64.189537,64.302765,64.236809,63.682842,68.571442,70.113945,60.629177,61.359779,60.951004,60.974579,61.559792,61.534027,61.658749,61.633156,64.151367,64.205177,64.292328,64.245323,63.70612,68.556274,70.020325,58.782768,59.66708,59.174564,59.211338,59.932343,59.909477,60.029732,60.003029,62.991661,63.031727,63.1409,63.09391,62.44656,68.236542,70.08223,62.163193,62.677322,62.405502,62.405937,62.84082,62.823078,62.946392,62.939564,64.732216,64.805054,64.869148,64.841484,64.484306,67.848335,68.61499,69.994453,70.383453,70.190659,70.166733,70.520332,70.505035,70.618454,70.605263,71.990913,72.055206,72.083824,72.044785,71.76545,74.304016,74.920044,66.669006,66.95166,66.807968,66.765564,67.009064,67.020035,67.136406,67.165382,68.175926,68.261215,68.294632,68.294662,68.127052,69.939178,69.995041,43.907265,44.471497,44.798435,45.822056,47.05759,47.033169,47.702003,47.632572,49.080048,49.528477,49.738636,49.675262,49.43314,52.040535,52.375591,42.737377,43.266411,43.57428,44.352089,45.598415,45.591759,46.765347,46.718414,48.16465,48.517525,48.712093,48.460743,48.294754,50.340446,50.609768,42.87899,43.353333,43.623894,44.786095,45.656456,45.617718,46.12101,46.033272,47.355904,47.847347,48.037479,48.033516,47.739094,50.609005,50.971954,21.118292,21.328259,21.341568,22.033247,21.909111,21.758886,21.790478,21.465546,21.692961,22.125914,22.305712,22.137613,21.816668,22.57235,21.457462,19.638525,19.818743,19.815666,20.476248,20.352005,20.194874,20.212221,19.939939,20.095482,20.482185,20.601173,20.448284,20.144655,20.823336,19.202919,18.300205,18.506458,18.556507,18.895922,18.822678,18.760857,18.773563,18.440416,18.695511,19.175652,19.360796,19.193863,18.856045,19.284685,18.540312,20.760826,20.961206,20.964771,21.67308,21.543882,21.383318,21.410192,21.103182,21.301334,21.716675,21.875557,21.710659,21.387081,22.135405,20.868763,24.301853,24.555441,24.591721,25.405001,25.291805,25.142841,25.210243,24.832552,25.181126,25.624769,25.849564,25.661846,25.322718,26.311308,25.814434,25.763773,26.061043,26.153578,26.860641,26.779701,26.667595,26.749016,26.3262,26.779907,27.233246,27.484234,27.306358,27.001472,28.04944,27.844236,18.035067,18.21982,18.259918,18.624327,18.548418,18.481121,18.491642,18.188229,18.416145,18.872225,19.054403,18.905712,18.570591,19.007475,17.985376,24.417288,24.713198,24.799551,25.454275,25.364861,25.254692,25.323553,24.899651,25.314566,25.785767,26.031355,25.854771,25.556116,26.485762,26.175814,22.226467,22.467201,22.505638,23.17659,23.06414,22.932278,22.977947,22.608932,22.90844,23.371136,23.585316,23.409868,23.094337,23.895054,23.144796,20.994156,21.196301,21.194483,21.942936,21.807667,21.635489,21.663361,21.357344,21.54917,21.957758,22.110794,21.943338,21.608637,22.387392,21.140627,25.217554,25.525566,25.626879,26.283827,26.202641,26.097008,26.172323,25.739304,26.18771,26.65283,26.904577,26.730042,26.435457,27.422674,27.208481,19.598377,19.780848,19.783949,20.409567,20.289783,20.144865,20.162828,19.882729,20.053308,20.450977,20.594351,20.442247,20.144705,20.803375,19.232515,24.282894,24.56888,24.645407,25.321398,25.227619,25.111721,25.179466,24.764345,25.164602,25.632959,25.875057,25.696693,25.391726,26.321283,25.96492,20.601889,20.8141,20.841066,21.439257,21.328581,21.204117,21.233591,20.89966,21.144943,21.595833,21.790493,21.627026,21.323971,22.006834,20.916435,20.294056,20.482525,20.467152,21.223213,21.082073,20.896757,20.918043,20.636892,20.783403,21.158915,21.270561,21.112982,20.776949,21.528278,20.012825,15.351998,15.509929,15.551458,15.640766,15.591049,15.5513,15.499005,15.238407,15.425409,15.758162,15.863665,15.653299,15.123621,15.270315,15.169347,22.520237,22.745087,22.75157,23.571365,23.436001,23.261057,23.304659,22.967606,23.215029,23.641478,23.829708,23.647696,23.295843,24.182919,23.307655,19.377504,19.593609,19.639755,20.075909,19.988777,19.905773,19.928658,19.58382,19.848299,20.328167,20.532354,20.369829,20.068676,20.602299,19.686068,17.198111,17.35495,17.38323,17.754889,17.684839,17.619114,17.626644,17.380499,17.561739,17.956886,18.140436,18.023043,17.747444,18.168352,16.455971,20.634754,20.840616,20.858337,21.496105,21.378605,21.241318,21.26952,20.947538,21.174013,21.610744,21.793148,21.629772,21.320885,22.026926,20.849264,24.861528,25.147957,25.225573,25.930758,25.839354,25.721222,25.794571,25.380009,25.795336,26.256031,26.50034,26.320686,26.011726,26.9935,26.683258,19.042835,19.262413,19.313614,19.704407,19.623621,19.551186,19.571943,19.222118,19.492029,19.979053,20.179358,20.011717,19.7005,20.191469,19.400887,18.020834,18.177322,18.176479,18.690462,18.583256,18.459869,18.467964,18.234295,18.362902,18.707359,18.825241,18.691498,18.434454,18.980549,16.879618,24.049467,24.327488,24.395962,25.083097,24.985279,24.864996,24.93046,24.522692,24.907539,25.374701,25.613094,25.433752,25.124514,26.043234,25.637093,25.137581,25.433323,25.521685,26.209999,26.123949,26.011395,26.086903,25.664221,26.09783,26.559174,26.807463,26.629807,26.326635,27.32106,27.063433,22.595228,22.845243,22.890656,23.561657,23.452301,23.323847,23.373865,22.994066,23.313162,23.779814,24.000689,23.823744,23.5098,24.331179,23.670311,24.500313,24.778524,24.846853,25.560781,25.464083,25.341154,25.411083,25.003969,25.399483,25.860565,26.100506,25.919706,25.606474,26.566895,26.197098,23.336695,23.607256,23.669659,24.331825,24.230597,24.110804,24.169327,23.767956,24.128855,24.601145,24.834311,24.656237,24.348673,25.210455,24.717829,16.308577,16.464491,16.505653,16.759989,16.708874,16.666674,16.666178,16.422661,16.611214,17.013037,17.132269,17.004368,16.533195,16.849707,16.137041,24.838129,25.104248,25.156725,25.941633,25.839262,25.702993,25.776838,25.384172,25.769894,26.217804,26.452728,26.266796,25.937981,26.950781,26.561289,16.600834,16.74654,16.778473,17.081013,17.016983,16.96217,16.963104,16.72047,16.89753,17.286287,17.432148,17.312965,16.904877,17.258032,16.129385,17.793827,17.953228,17.972296,18.413712,18.32872,18.233805,18.243711,17.993595,18.162313,18.545929,18.715273,18.592194,18.338449,18.824677,16.944767,19.68931,19.880072,19.895828,20.471466,20.360764,20.235126,20.255522,19.955494,20.158487,20.581028,20.753365,20.600086,20.307121,20.94108,19.533413,22.981159,23.223249,23.254969,24.002827,23.884653,23.738243,23.790512,23.423252,23.728548,24.179779,24.393517,24.212549,23.882143,24.761488,24.075012,24.65559,24.959093,25.053339,25.699314,25.613558,25.506807,25.577532,25.147472,25.576363,26.047447,26.2959,26.120621,25.825739,26.768229,26.500708,17.684177,17.845421,17.870794,18.283812,18.205023,18.122334,18.13221,17.875227,18.058167,18.457937,18.639336,18.515554,18.250435,18.713291,16.974869,21.4181,21.642778,21.672228,22.319939,22.205414,22.072832,22.109753,21.760359,22.026705,22.482248,22.684122,22.513847,22.201363,22.948528,22.016184,18.391945,18.579748,18.617382,19.019087,18.937891,18.862103,18.875946,18.569901,18.798674,19.25378,19.445072,19.297504,18.988029,19.462494,18.314625,17.645218,17.798832,17.805988,18.264277,18.1702,18.06633,18.072351,17.839481,17.980141,18.329998,18.463516,18.338747,18.091419,18.590143,16.477209,23.686525,23.97014,24.044249,24.691479,24.595842,24.482378,24.544676,24.130981,24.515371,24.990509,25.229687,25.052397,24.750856,25.628294,25.219814,22.153788,22.382072,22.404776,23.131483,23.00905,22.859507,22.90222,22.552063,22.821545,23.267509,23.467661,23.291319,22.962811,23.78668,22.926277,25.352638,25.631081,25.699537,26.458141,26.365772,26.240068,26.319105,25.913759,26.332657,26.782068,27.024837,26.841415,26.521841,27.560287,27.262325,26.024418,26.333595,26.441221,27.120064,27.04553,26.940413,27.022711,26.590178,27.063524,27.51783,27.7729,27.598726,27.302139,28.358349,28.205431,25.607117,25.924244,26.037241,26.68358,26.607985,26.506618,26.584345,26.144682,26.612576,27.075382,27.330566,27.158482,26.868679,27.880159,27.718588,18.829834,18.98912,18.965563,19.643394,19.513731,19.342274,19.360567,19.113661,19.21825,19.547812,19.594517,19.462934,19.160105,19.807747,17.785509,17.042271,17.239666,17.295105,17.516035,17.461607,17.422504,17.415562,17.100384,17.344587,17.808102,17.96241,17.7719,17.377871,17.67909,17.263742,24.803619,25.078005,25.141541,25.887609,25.790062,25.662367,25.735575,25.333206,25.731035,26.185495,26.424706,26.241751,25.922274,26.916874,26.557339,23.571026,23.819773,23.854961,24.627939,24.512077,24.365297,24.424231,24.050108,24.376213,24.825844,25.045673,24.86175,24.528263,25.453823,24.861654,24.120821,24.380489,24.427151,25.191822,25.083538,24.944897,25.010557,24.623627,24.981337,25.434025,25.66313,25.478861,25.150753,26.107325,25.623917,25.552868,25.84062,25.921087,26.652733,26.566235,26.447735,26.528078,26.113705,26.550407,27.002241,27.24939,27.068689,26.75671,27.798933,27.548323,22.884361,23.143177,23.195852,23.860901,23.755049,23.630772,23.684292,23.294794,23.631615,24.101732,24.328217,24.150642,23.839624,24.675098,24.088196,23.073748,23.348295,23.415026,24.045895,23.947073,23.83322,23.889772,23.48403,23.845964,24.324247,24.558254,24.381529,24.079832,24.910973,24.421167,23.773865,24.038465,24.093029,24.809118,24.704145,24.574408,24.63669,24.24271,24.602383,25.064308,25.295658,25.114603,24.796476,25.709856,25.220869,21.83989,22.056883,22.064491,22.831915,22.699539,22.532526,22.569626,22.239904,22.472246,22.899508,23.079918,22.90451,22.564892,23.392548,22.388748,21.746141,21.958599,21.953625,22.769615,22.627007,22.440947,22.474348,22.158745,22.361723,22.770975,22.9345,22.758371,22.404058,23.250765,22.165178,25.143339,25.415728,25.476231,26.250023,26.15303,26.022194,26.099298,25.70009,26.104219,26.552576,26.791822,26.606913,26.282534,27.312122,26.97439,16.364044,16.552307,16.606592,16.76539,16.717113,16.684128,16.65996,16.360119,16.589741,17.014277,17.151491,16.943285,16.509882,16.742451,16.500303,23.91774,24.210052,24.292107,24.929674,24.837687,24.728094,24.792618,24.3713,24.770704,25.246967,25.489613,25.313189,25.015703,25.904108,25.546608,23.573132,23.817688,23.846039,24.645428,24.525438,24.371367,24.429743,24.062313,24.377779,24.821745,25.037331,24.851894,24.511675,25.448854,24.830793,22.733932,22.977806,23.014765,23.726166,23.611517,23.47295,23.523308,23.152113,23.460247,23.918095,24.13401,23.955366,23.632666,24.481003,23.787897,19.259583,19.439383,19.447218,20.022663,19.909986,19.779503,19.795614,19.516737,19.692516,20.09145,20.24412,20.095846,19.808897,20.428219,18.814775,19.332006,19.521122,19.543127,20.070066,19.967806,19.856026,19.874908,19.574333,19.784159,20.213827,20.395058,20.245874,19.959743,20.550798,19.148197,20.31344,20.507088,20.510712,21.186718,21.061079,20.906557,20.92984,20.632267,20.820183,21.230656,21.383337,21.223173,20.909336,21.622253,20.246187,23.164541,23.400324,23.418072,24.233671,24.106272,23.942101,23.994635,23.640276,23.926531,24.363405,24.568296,24.383303,24.036308,24.956659,24.238031,18.761377,18.949219,18.981504,19.431902,19.343367,19.254025,19.270447,18.966864,19.18943,19.635166,19.828432,19.682667,19.392862,19.913246,18.615416,17.314711,17.50647,17.557499,17.822773,17.762705,17.716389,17.717037,17.407604,17.646349,18.112566,18.270979,18.100601,17.712547,18.056648,17.47237,17.407177,17.585651,17.628874,17.935472,17.869202,17.814161,17.818403,17.525368,17.747375,18.197193,18.357389,18.207668,17.822142,18.200211,17.390051,23.008017,22.9069,22.879904,23.726881,23.866077,23.281687,23.281675,23.041695,23.072956,23.507202,23.624418,23.466188,23.050499,23.792042,23.977804,22.820381,22.592978,22.588226,23.222282,23.503376,22.935579,22.957125,22.72681,22.837843,23.244076,23.357546,23.222822,22.912357,23.485155,23.672825,23.009581,22.848696,22.828518,23.5949,23.797628,23.209959,23.217934,22.985609,23.045767,23.459198,23.573151,23.425074,23.05401,23.73064,23.913265,21.080196,20.917849,20.946777,21.392761,21.647017,21.236748,21.26985,21.019684,21.193636,21.653114,21.770466,21.642376,21.301632,21.734056,21.957552,21.977161,22.092999,22.048113,23.166576,23.063732,22.6161,22.627129,22.316963,22.325195,23.095709,23.258512,23.057825,22.527765,23.37653,23.584337,20.90056,21.116766,21.02132,22.480234,22.222586,21.722507,21.706953,21.368616,21.241867,22.479683,22.649757,22.425266,21.804283,22.743559,22.90163,21.184441,21.336954,21.272459,22.515823,22.33856,21.944717,21.970327,21.612041,21.632053,22.839033,23.021255,22.808126,22.274935,23.100098,23.287968,19.588318,19.651421,19.638605,20.370588,20.290222,20.124912,20.194683,19.753845,20.03487,21.917616,22.096138,21.931225,21.523756,22.017807,22.212282,22.578899,22.48023,22.472704,23.223866,23.377195,22.88776,22.913937,22.647093,22.759975,23.270119,23.404425,23.246601,22.87068,23.52319,23.734781,22.617847,22.401716,22.404617,23.004765,23.283079,22.747293,22.774471,22.534983,22.666946,23.093882,23.211575,23.07674,22.770967,23.319304,23.517845,21.705496,21.768795,21.74896,22.674681,22.643135,22.271086,22.304972,21.983988,22.090174,22.870399,23.035831,22.847956,22.377926,23.098476,23.321991,22.196846,22.226377,22.205723,23.125107,23.134645,22.704941,22.730568,22.430845,22.516537,23.172964,23.327393,23.144804,22.688486,23.432577,23.653109,23.078987,22.743242,22.725437,23.331841,23.702389,23.023014,23.027193,22.843233,22.901131,23.205786,23.293274,23.1759,22.887197,23.437927,23.583456,22.424553,22.077065,22.09103,22.525761,22.941065,22.351173,22.377424,22.171253,22.30969,22.657835,22.754059,22.645948,22.409969,22.834215,23.015438,22.835409,22.908964,22.856112,23.868139,23.813021,23.084833,22.986515,22.765423,22.555862,22.928448,23.011477,22.843033,22.205755,23.195093,23.350927,22.576502,22.72506,22.665314,23.793182,23.66254,22.957155,22.86079,22.629301,22.395226,22.827074,22.925127,22.743937,22.069687,23.116728,23.283562,21.80015,22.092724,22.014814,23.300426,23.013376,22.236235,22.084301,21.862659,21.45907,21.939978,22.038525,21.847692,21.033533,22.224031,22.383528,21.258644,21.348904,21.323853,22.281494,22.206095,21.877945,21.919245,21.573986,21.693338,22.660286,22.836617,22.644163,22.164928,22.870531,23.088718,20.475502,20.3755,20.40757,20.857649,21.053633,20.707041,20.740513,20.481802,20.662832,21.15733,21.277889,21.144897,20.755947,21.187239,21.417942,22.905104,22.360659,22.346563,22.763962,23.332687,22.552851,22.555279,22.428019,22.476954,22.677204,22.735279,22.654295,22.460415,22.845707,22.945927,22.671204,22.77611,22.722048,23.839056,23.755348,23.126059,23.073416,22.825174,22.689539,23.173521,23.290255,23.10474,22.505852,23.47834,23.660297,18.754211,18.81407,18.825981,19.382574,19.353914,19.200211,19.250454,18.912544,19.132488,20.242073,20.392225,20.249846,19.756472,20.190199,20.396362,17.658857,17.678797,17.669994,18.069683,18.012709,17.94286,17.995184,17.29459,17.905449,22.887415,23.004826,22.9084,22.702639,22.959791,23.071377,22.79493,22.230904,22.223112,22.594198,23.187128,22.416338,22.423182,22.294516,22.360348,22.564806,22.624699,22.548544,22.376408,22.723274,22.82692,22.64172,22.770998,22.712988,23.696342,23.575163,22.753302,22.590658,22.382921,22.045225,22.366938,22.423292,22.262272,21.518635,22.589954,22.723484,18.975365,18.992771,19.020411,19.51026,19.56848,19.342463,19.371756,19.103098,19.280056,19.883406,19.988176,19.833729,19.286766,19.684088,19.891703,18.144506,18.18428,18.188843,18.671722,18.615068,18.520399,18.581482,18.12834,18.464796,20.689852,20.835859,20.70756,20.294872,20.646286,20.817335,20.265684,20.347254,20.315075,21.242374,21.134081,20.914865,20.986534,20.551914,20.784956,22.576622,22.76602,22.579576,22.163824,22.75424,22.948902,21.299833,21.502371,21.423407,22.776308,22.548883,22.050079,22.032385,21.710163,21.597898,22.61614,22.786753,22.569639,21.95381,22.895245,23.070183,18.9231,18.868622,18.907864,19.277657,19.436211,19.17584,19.204887,18.971378,19.147182,19.609276,19.713734,19.594761,19.126341,19.491423,19.712744,20.524761,20.604481,20.590857,21.428038,21.360199,21.108303,21.161917,20.794632,20.974859,22.127228,22.30603,22.124641,21.664091,22.271626,22.488441,22.859453,22.477274,22.47481,22.969751,23.39912,22.744797,22.760927,22.574057,22.677002,22.987131,23.077496,22.970741,22.732986,23.195612,23.350697,20.191559,20.269638,20.252048,21.083076,20.998949,20.78249,20.845682,20.444551,20.66186,22.127726,22.311119,22.132502,21.693546,22.266619,22.473415,22.812429,22.658142,22.647768,23.371418,23.576708,23.036041,23.056355,22.809645,22.908506,23.358973,23.481815,23.333235,22.979589,23.617842,23.814817,22.183023,21.958595,21.973759,22.490097,22.789751,22.286253,22.318045,22.076191,22.23089,22.66284,22.779238,22.650415,22.356421,22.843397,23.051104,21.19302,21.558788,21.467892,22.834515,22.462152,21.622824,21.431538,21.219997,20.697115,21.218298,21.316162,21.125231,20.229362,21.4884,21.631685,22.494923,22.252148,22.26071,22.806757,23.116795,22.580278,22.609026,22.374229,22.515863,22.929483,23.043453,22.915045,22.627327,23.136557,23.335131,19.698675,19.761778,19.767673,20.429703,20.39904,20.193619,20.243748,19.900375,20.103092,21.133543,21.29623,21.133854,20.657104,21.165714,21.383169,21.342077,21.387339,21.380644,22.199617,22.196848,21.863585,21.903383,21.5814,21.725163,22.502726,22.665306,22.485151,22.02931,22.678719,22.907438,21.929447,21.873528,21.878325,22.577019,22.698153,22.291616,22.327597,22.039721,22.19091,22.773764,22.918049,22.756958,22.367594,22.97245,23.201405,17.680174,17.703201,17.706223,18.079426,18.026159,17.962786,18.019941,17.431547,17.920887,21.603701,21.736658,21.629988,21.32737,21.597672,21.736101,20.528917,20.631067,20.571308,21.729143,21.583914,21.319283,21.394291,20.958822,21.145781,23.018688,23.210588,23.004145,22.577688,23.245382,23.426556,21.38265,21.012882,21.03998,21.349003,21.798071,21.242935,21.268003,21.076311,21.216839,21.541893,21.628845,21.534201,21.29096,21.610968,21.791256,20.794491,20.890026,20.860846,21.820864,21.72057,21.441858,21.495844,21.116507,21.27334,22.535265,22.720652,22.52844,22.065346,22.72917,22.938425,22.438705,22.426893,22.40904,23.284655,23.341005,22.879883,22.903061,22.617447,22.70426,23.291477,23.437433,23.262617,22.829506,23.558502,23.775379,21.769123,21.751347,21.75279,22.494648,22.572054,22.190283,22.22716,21.928255,22.076431,22.711243,22.861725,22.693348,22.279272,22.90486,23.135799,21.410713,21.292974,21.315226,21.847521,22.050211,21.650816,21.686981,21.418442,21.593361,22.106249,22.235966,22.094347,21.738258,22.231802,22.461493,19.771021,19.840124,19.837612,20.547421,20.492167,20.296581,20.353735,19.980246,20.199097,21.459593,21.63147,21.465845,21.00843,21.530016,21.742395,19.381033,19.260273,19.297777,19.641073,19.85964,19.535971,19.559044,19.333427,19.495844,19.902176,19.996685,19.885517,19.456665,19.808056,20.019386,22.757607,22.297718,22.299873,22.711258,23.217318,22.529131,22.543819,22.376829,22.479385,22.75041,22.830885,22.739269,22.539988,22.936453,23.079697,22.119011,22.36552,22.304066,23.360407,23.124889,22.255493,22.048943,21.844549,21.387354,21.731541,21.780027,21.613396,20.760218,21.938164,22.070227,20.702517,21.069679,20.970549,22.399258,22.006998,21.207979,21.028728,20.79002,20.282507,21.008762,21.146622,20.944717,20.063549,21.275112,21.40506,22.530886,22.655579,22.599695,23.755568,23.649462,23.048767,23.005367,22.746588,22.622065,23.155418,23.281898,23.09005,22.490566,23.4634,23.651062,22.853258,22.908018,22.859098,23.902655,23.872192,23.227854,23.176203,22.936716,22.819805,23.259689,23.368166,23.19157,22.62182,23.556759,23.733425,19.783253,19.85006,19.775986,20.98637,20.861004,20.677166,20.790524,20.269255,20.598278,23.453396,23.636902,23.432829,23.107523,23.66029,23.81391,20.362167,20.434551,20.42832,21.207502,21.156693,20.914013,20.965794,20.608854,20.794876,21.870979,22.044468,21.868382,21.404219,21.984642,22.204237,18.547882,18.598356,18.601721,19.148348,19.091471,18.974474,19.035948,18.61684,18.91172,20.748003,20.900894,20.761875,20.32655,20.723625,20.909439,20.729286,20.838993,20.786837,21.904634,21.762926,21.475416,21.537354,21.128187,21.279749,22.873423,23.064291,22.860081,22.406082,23.10029,23.290766,20.649681,20.956429,20.85177,22.339642,21.994022,21.319717,21.209948,20.923372,20.568573,21.566681,21.714403,21.498547,20.722918,21.818056,21.952873,20.407082,20.489229,20.471027,21.326948,21.244751,21.007072,21.065929,20.679811,20.874502,22.195555,22.378506,22.196383,21.745966,22.346199,22.557196,19.857321,19.924793,19.875914,20.875134,20.757067,20.572113,20.663437,20.154097,20.47382,23.102869,23.28866,23.102283,22.755152,23.296829,23.464756,21.9603,22.173334,22.09973,23.410439,23.197882,22.586975,22.525694,22.258636,22.053202,22.694147,22.830957,22.625048,21.951904,22.99618,23.17564,23.219015,22.901882,22.876917,23.527977,23.874838,23.173916,23.168556,22.989706,23.020716,23.307991,23.391016,23.270166,22.954395,23.550795,23.690449,19.348278,19.401257,19.384211,20.095028,20.009291,19.865576,19.940449,19.441145,19.787445,22.280489,22.456713,22.298275,21.938988,22.395124,22.573399,21.832672,21.434328,21.456171,21.790876,22.261772,21.669004,21.694275,21.50565,21.640604,21.961821,22.046448,21.951756,21.730061,22.067865,22.239555,21.660675,21.847727,21.77779,23.076639,22.879759,22.3722,22.354197,22.048172,21.945442,22.797028,22.960825,22.748476,22.1401,23.088036,23.274214,20.970976,21.087254,21.040617,22.13755,22.002209,21.68578,21.734974,21.353333,21.468393,22.794428,22.982027,22.778854,22.29917,23.025263,23.224089,20.610445,20.831612,20.711901,22.358669,22.08567,21.587727,21.587931,21.241951,21.110191,22.520472,22.685432,22.446384,21.833075,22.771988,22.914906,20.903482,21.052572,20.976501,22.292665,22.103588,21.735708,21.777042,21.393381,21.44154,22.913647,23.099134,22.880165,22.369984,23.169212,23.345888,21.937069,22.104177,22.041361,23.289629,23.123913,22.608875,22.591448,22.295742,22.20649,22.956436,23.112604,22.905045,22.309214,23.253347,23.446278,18.21562,18.272982,18.284946,18.791992,18.760742,18.634113,18.684551,18.345201,18.575567,19.783438,19.921638,19.791157,19.288002,19.683111,19.878307,18.419638,18.455299,18.47559,18.954679,18.974733,18.77824,18.806061,18.533466,18.705309,19.371929,19.479107,19.329554,18.756687,19.134703,19.324179,20.22534,20.64393,20.542997,21.928019,21.476751,20.586502,20.344563,20.115278,19.481833,20.225904,20.351852,20.158056,19.187086,20.454721,20.563105,18.278049,18.332821,18.353781,18.848776,18.840982,18.691023,18.735746,18.437685,18.638311,19.539249,19.677015,19.543762,19.015789,19.414326,19.617537,20.959341,21.047859,21.025934,21.947058,21.869408,21.574654,21.622419,21.264486,21.409683,22.477167,22.656612,22.467079,21.996386,22.664438,22.881489,21.851988,21.876566,21.865921,22.713465,22.734232,22.349718,22.384048,22.075439,22.197916,22.890873,23.048645,22.869392,22.425564,23.112478,23.339777,22.515114,22.386982,22.385416,23.07885,23.266991,22.77795,22.806835,22.544218,22.672188,23.16617,23.297493,23.146194,22.792219,23.40476,23.616652,21.121813,21.306383,21.227161,22.576422,22.359463,21.909773,21.914263,21.56827,21.512945,22.705513,22.882555,22.66358,22.085304,22.974388,23.148876,21.544939,21.653807,21.616434,22.674936,22.574448,22.198885,22.229536,21.893286,21.963238,22.889456,23.064236,22.864765,22.362329,23.136932,23.349083,22.859026,22.775412,22.753941,23.592508,23.719067,23.178202,23.189495,22.93458,22.995531,23.473579,23.600836,23.438871,23.030739,23.754438,23.952524,22.095154,22.303446,22.232321,23.514275,23.311373,22.676533,22.605436,22.347822,22.12838,22.71236,22.840019,22.638437,21.957699,23.014925,23.193686,22.214954,22.435989,22.366114,23.604733,23.395702,22.684492,22.576727,22.342838,22.052727,22.535273,22.642063,22.451082,21.724464,22.83481,23.004318,22.425461,22.534863,22.484728,23.619665,23.529545,22.990976,22.973841,22.696564,22.635931,23.239096,23.380188,23.185198,22.625845,23.543325,23.741531,21.770212,21.860952,21.829165,22.848625,22.777687,22.385,22.412781,22.089735,22.160681,22.977903,23.146122,22.950869,22.456573,23.229748,23.446491,21.01251,21.08098,21.070293,21.913069,21.874371,21.573509,21.617617,21.27902,21.429907,22.335176,22.505342,22.322113,21.854958,22.497887,22.722401,22.737331,22.43745,22.440048,22.97612,23.33375,22.742962,22.765923,22.551207,22.674637,23.042177,23.146408,23.026209,22.759109,23.258846,23.438862,22.492352,22.530254,22.498585,23.488737,23.483829,22.997004,23.007193,22.722309,22.756054,23.35701,23.50301,23.318426,22.837133,23.645475,23.855665,21.375029,21.310734,21.327919,21.928802,22.071184,21.701132,21.738979,21.454432,21.628054,22.200523,22.339783,22.186472,21.798782,22.33396,22.567894,23.077076,23.057934,23.012457,23.957539,24.000578,23.311306,23.251707,23.031921,22.917345,23.284578,23.376354,23.214251,22.673452,23.564707,23.725889,20.881868,21.272491,21.179245,22.5588,22.162134,21.302197,21.095078,20.888933,20.325272,20.893843,21.011322,20.827879,19.912418,21.185656,21.326895,23.114243,23.041761,23.00367,23.903612,24.005659,23.358692,23.329319,23.104582,23.061314,23.448538,23.550943,23.391891,22.91901,23.735147,23.905075,22.627586,22.271694,22.280254,22.740917,23.157648,22.547556,22.570938,22.369337,22.498281,22.836212,22.932089,22.823505,22.587797,23.030792,23.204987,20.585646,20.704393,20.622894,21.963305,21.793488,21.496178,21.573082,21.146641,21.290113,23.16152,23.351433,23.129801,22.686705,23.405092,23.575317,21.570831,21.859398,21.772385,23.158154,22.862772,22.152691,22.036402,21.792784,21.439909,22.047739,22.171812,21.96793,21.191879,22.340279,22.501211,23.279604,23.120926,23.085041,23.902163,24.0891,23.408058,23.381519,23.177359,23.150579,23.48172,23.572981,23.427652,23.001759,23.757523,23.913065,21.30662,21.31653,21.320808,22.048347,22.096714,21.759041,21.798405,21.489948,21.649797,22.341146,22.494467,22.323635,21.888084,22.490566,22.723209,21.038361,21.301416,21.207802,22.645552,22.351156,21.747612,21.677092,21.380171,21.124805,22.083933,22.24333,22.025938,21.316563,22.357534,22.511286,20.135818,20.148476,20.167917,20.755369,20.813036,20.541447,20.578234,20.283047,20.46426,21.131683,21.266294,21.104994,20.628977,21.119123,21.345562,19.820795,19.87446,19.884052,20.529835,20.520948,20.293472,20.337584,20.013622,20.202646,21.078426,21.231596,21.067318,20.579647,21.087425,21.306679,20.44879,20.256992,20.291012,20.654011,20.940619,20.534676,20.561598,20.332951,20.497335,20.90041,21.002285,20.888662,20.537346,20.906485,21.118908,21.639933,21.434755,21.458294,21.924459,22.214546,21.752697,21.785797,21.54101,21.7073,22.149677,22.26585,22.139126,21.83115,22.279524,22.495121,21.363512,21.436335,21.418629,22.324299,22.278786,21.943436,21.983059,21.649673,21.77527,22.641056,22.811382,22.623486,22.1521,22.842691,23.066097,22.764151,22.774769,22.739819,23.720467,23.742964,23.200445,23.197218,22.932386,22.935917,23.45693,23.589268,23.411161,22.928415,23.755186,23.954317,21.547064,21.696497,21.639473,22.84341,22.686171,22.258858,22.272171,21.940779,21.935762,22.899624,23.073956,22.864832,22.316669,23.17234,23.369537,19.03447,19.077999,19.050022,19.779308,19.687962,19.559303,19.638887,19.052807,19.494183,22.989799,23.155445,23.005173,22.71846,23.136957,23.287579,18.428263,18.454733,18.479271,18.943396,18.982098,18.777077,18.802013,18.539808,18.708796,19.312883,19.407782,19.256052,18.672985,19.038639,19.229889,21.301638,21.414022,21.375439,22.434002,22.321598,21.973488,22.011156,21.659378,21.748152,22.797937,22.97831,22.778099,22.282581,23.033993,23.243219,21.397478,21.576191,21.505972,22.800587,22.602474,22.140852,22.139793,21.81031,21.750746,22.768101,22.941803,22.72724,22.144707,23.045643,23.230083,21.345924,21.590462,21.504148,22.905483,22.63973,22.052206,21.993547,21.702915,21.480757,22.340103,22.498806,22.283459,21.59621,22.628494,22.794338,19.532431,19.598768,19.595087,20.28533,20.223022,20.04875,20.109985,19.71714,19.95892,21.411163,21.582706,21.421194,20.975603,21.472277,21.677832,21.597757,21.632307,21.624243,22.45455,22.464815,22.106949,22.144316,21.828981,21.963463,22.695658,22.855953,22.676298,22.227394,22.894049,23.122873,20.09271,20.167995,20.129732,21.076628,20.962778,20.760414,20.840282,20.372704,20.643396,22.785103,22.974403,22.788589,22.401989,22.969673,23.153555,23.06743,22.820198,22.802002,23.485458,23.772257,23.141348,23.148134,22.938799,23.001698,23.360037,23.461313,23.328482,23.000452,23.613855,23.779558,20.551399,20.613626,20.611731,21.37225,21.344954,21.079445,21.125725,20.787632,20.961357,21.881149,22.047199,21.87125,21.402426,21.988028,22.212219,18.500223,18.556976,18.564592,19.107206,19.061945,18.93449,18.990562,18.617928,18.871706,20.311655,20.458199,20.320499,19.84734,20.255901,20.450354,22.126827,22.123411,22.112959,22.946396,22.998852,22.58186,22.6131,22.316114,22.432095,23.063711,23.215433,23.040672,22.612513,23.302746,23.527508,21.770086,21.90517,21.854416,23.016823,22.884956,22.447521,22.45924,22.1394,22.139317,22.994478,23.163153,22.957939,22.416416,23.271673,23.475031,18.813137,18.790421,18.828821,19.226288,19.348795,19.113499,19.143795,18.899067,19.080223,19.588861,19.713346,19.583672,19.085585,19.45682,19.678888,20.330046,20.56896,20.391964,22.536203,22.241385,21.718355,21.749338,21.426531,21.237516,22.644796,22.799574,22.517797,21.894815,22.878845,22.99748,19.921841,19.872478,19.905949,20.36318,20.50868,20.215582,20.249353,19.985207,20.170885,20.702953,20.827276,20.688927,20.252985,20.678909,20.911118,21.24531,21.6187,21.534079,22.831526,22.455822,21.581993,21.366226,21.162443,20.608047,21.076536,21.160915,20.975578,20.049877,21.330257,21.473465,21.081955,21.187124,21.152514,22.170475,22.062864,21.746611,21.792273,21.42779,21.547436,22.690866,22.87422,22.676952,22.196377,22.909029,23.118551,20.776089,20.776516,20.791424,21.427347,21.49604,21.188213,21.227116,20.926685,21.103193,21.766884,21.911016,21.747477,21.304525,21.841833,22.074726,21.972767,22.257441,22.186804,23.38834,23.120058,22.298861,22.126898,21.919806,21.491953,21.90406,21.989588,21.812729,20.98625,22.192024,22.346008,20.502062,20.214808,20.247828,20.541918,20.917213,20.447012,20.468868,20.268007,20.415535,20.751106,20.83798,20.739723,20.427902,20.740101,20.93218,20.76013,20.833998,20.823456,21.654593,21.604633,21.327909,21.375765,21.027,21.190815,22.182446,22.355833,22.173864,21.70701,22.330101,22.552124,20.378693,20.704884,20.5914,22.126362,21.757271,21.053661,20.930473,20.646349,20.252195,21.318878,21.45303,21.238163,20.436779,21.549799,21.675108,19.169193,19.164518,19.197859,19.658823,19.752861,19.511467,19.542238,19.280001,19.462412,20.023203,20.135466,19.988438,19.475409,19.872032,20.091097,21.149172,21.120651,21.135969,21.765303,21.867384,21.52659,21.565243,21.271223,21.445456,22.064352,22.20785,22.048193,21.63377,22.179447,22.414417,20.102823,20.140516,20.152601,20.791092,20.808764,20.552511,20.59222,20.28112,20.461317,21.225445,21.370333,21.204128,20.720011,21.233992,21.456848,21.665371,21.89299,21.813257,23.175203,22.937614,22.349138,22.294802,22.014427,21.810865,22.559883,22.710613,22.498867,21.825006,22.858458,23.033739,22.929798,22.935238,22.893631,23.883154,23.906759,23.297314,23.269653,23.025442,22.971626,23.422499,23.538027,23.364994,22.852816,23.721394,23.904669,20.853811,20.881817,20.888296,21.59432,21.621973,21.320433,21.361031,21.047047,21.21591,21.954933,22.108015,21.936838,21.481585,22.056366,22.286848,22.674417,22.614491,22.597361,23.433001,23.539406,23.03867,23.057922,22.78891,22.87126,23.39389,23.529848,23.363747,22.954109,23.666872,23.875486,20.794815,20.733459,20.758944,21.291008,21.439558,21.101955,21.138788,20.860723,21.043657,21.601898,21.734989,21.587816,21.186064,21.670082,21.905251,22.145807,21.782124,21.800444,22.190834,22.626266,22.04118,22.067888,21.866507,22.006323,22.348703,22.440348,22.337128,22.106234,22.492779,22.672251,22.338865,22.182037,22.188835,22.808924,23.033789,22.552217,22.584164,22.325251,22.471239,22.951172,23.079145,22.935404,22.603443,23.164434,23.378538,22.842278,22.852549,22.814236,23.804993,23.825926,23.255142,23.241922,22.985723,22.964254,23.455919,23.581591,23.405027,22.909151,23.756634,23.94932,20.392118,20.524616,20.346766,22.537897,22.343647,22.030054,22.178751,21.786789,21.870626,23.750496,23.928143,23.631248,23.200125,23.989151,24.122448,22.625988,22.68729,22.64509,23.702076,23.667809,23.127083,23.116627,22.84569,22.817596,23.373716,23.509979,23.323328,22.801327,23.676638,23.876045,18.389498,18.439447,18.461672,18.957304,18.962685,18.792349,18.832062,18.546131,18.735502,19.523962,19.655027,19.514128,18.968788,19.365576,19.565094,22.149521,22.054272,22.059366,22.732491,22.894306,22.454727,22.488873,22.212635,22.360439,22.897667,23.03566,22.881023,22.514851,23.108337,23.331865,22.027168,22.084936,22.06016,23.020971,22.99542,22.582359,22.608667,22.299551,22.379013,23.093424,23.25355,23.065304,22.591171,23.349686,23.569893,20.301899,20.404139,20.284227,21.943871,21.780016,21.521866,21.648035,21.200979,21.391104,23.592262,23.780035,23.52998,23.139761,23.829279,23.980589,20.73937,20.791565,20.791536,21.545321,21.535446,21.251154,21.294573,20.966169,21.133505,21.973473,22.135088,21.959257,21.493368,22.085312,22.312204,18.141171,18.170843,18.168793,18.627737,18.565872,18.482519,18.544476,17.975622,18.432983,21.832644,21.976933,21.857262,21.544844,21.86261,22.012056,21.2967,21.434326,21.380419,22.551252,22.399582,22.019777,22.049036,21.695799,21.739437,22.856726,23.038212,22.830061,22.309608,23.112846,23.310368,22.953983,22.590376,22.581573,23.122896,23.528358,22.866304,22.87888,22.692289,22.779659,23.090729,23.180819,23.069407,22.812687,23.30961,23.460886,21.773026,22.007408,21.927963,23.282015,23.042154,22.422028,22.353909,22.086082,21.852926,22.529642,22.670103,22.461409,21.768108,22.829929,23.004227,22.197308,22.342266,22.285063,23.484715,23.350578,22.817951,22.797523,22.513121,22.429281,23.091505,23.238596,23.036762,22.451389,23.393587,23.589367,23.14426,22.979267,22.950727,23.745005,23.944311,23.308163,23.30018,23.083162,23.100222,23.47217,23.574907,23.428591,23.034224,23.746862,23.914946,20.282928,20.26417,20.289536,20.831968,20.933718,20.64139,20.677691,20.393702,20.578369,21.1807,21.312929,21.159508,20.711508,21.186174,21.418365,22.709513,22.697411,22.66972,23.59869,23.648909,23.133095,23.141788,22.871445,22.912518,23.44772,23.584286,23.409286,22.956158,23.737103,23.942154,20.650665,20.809883,20.700829,22.276094,22.062138,21.685434,21.744034,21.353184,21.383741,23.060711,23.242128,23.002531,22.496979,23.315498,23.471478,18.505688,18.538624,18.523069,19.089249,19.01408,18.912649,18.980465,18.362478,18.858942,22.758265,22.908016,22.779846,22.514124,22.864586,23.005814,22.264637,22.214499,22.209574,22.978392,23.084776,22.645914,22.677273,22.392508,22.518652,23.09252,23.23678,23.07131,22.673353,23.329245,23.551876,21.310059,21.604475,21.512356,22.940845,22.630842,21.942865,21.83486,21.578968,21.233385,21.944077,22.086468,21.877657,21.108572,22.23814,22.394604,22.153854,22.242828,22.204693,23.267555,23.200811,22.747528,22.760324,22.457586,22.48251,23.188787,23.346504,23.151497,22.640982,23.470306,23.681843,21.95034,21.82472,21.837929,22.435038,22.635742,22.19936,22.234705,21.965443,22.126871,22.638918,22.771404,22.625301,22.278456,22.820177,23.04451,40.112759,40.583229,42.628082,42.792286,42.740406,42.61018,42.422188,42.108433,42.183239,42.219456,42.340992,42.785923,43.021061,44.725437,47.244465,35.97567,36.366001,37.918129,38.039066,38.012676,37.92239,37.787945,37.52277,37.608738,37.633377,37.736477,38.182095,38.353146,39.717155,43.711723,30.321089,30.742798,31.770094,31.873808,31.811256,31.675304,31.478754,31.114582,31.152349,31.150166,31.332132,31.520351,31.627588,33.169262,34.196884,26.274416,26.659765,27.272722,27.351379,27.292278,27.168579,26.997398,26.669182,26.679157,26.66078,26.844526,26.946123,27.024448,28.403891,29.11721,28.667122,28.851357,29.513224,29.568125,29.558207,29.516592,29.457008,29.309837,29.365948,29.358673,29.411398,30.111521,30.177143,30.804136,40.663555,32.324215,32.78891,34.056076,34.182884,34.130703,34.000469,33.811123,33.432159,33.507015,33.523666,33.708549,33.932457,34.05341,35.727631,37.036514,36.003868,36.474339,38.117203,38.261539,38.205765,38.069771,37.872036,37.506054,37.585976,37.610199,37.772476,38.09383,38.263279,39.968716,41.757275,38.171104,38.624733,40.459362,40.605568,40.561077,40.441181,40.267517,39.950737,40.037201,40.069397,40.199326,40.614311,40.815491,42.443523,45.204113,28.861914,29.068375,29.788809,29.848768,29.839569,29.796253,29.73329,29.561369,29.642281,29.637129,29.7017,30.344456,30.414093,31.123331,40.009563,31.142056,31.628843,32.805962,32.937756,32.896229,32.777565,32.604698,32.219269,32.310986,32.334587,32.532425,32.715603,32.817051,34.540188,35.775475,29.725534,29.96945,30.811516,30.882282,30.8729,30.823496,30.753941,30.550625,30.655275,30.656397,30.735844,31.302521,31.378321,32.220852,39.765091,34.219135,34.691044,36.165344,36.302734,36.25589,36.13023,35.94796,35.577824,35.671486,35.694126,35.86795,36.147343,36.290028,37.977985,39.675625,37.790531,38.264137,40.085983,40.239098,40.183491,40.0476,39.851097,39.499981,39.580471,39.60957,39.757969,40.129608,40.324615,42.042725,44.132133,39.90205,40.357483,42.362976,42.523247,42.479942,42.361076,42.187336,41.896015,41.972034,42.01088,42.120567,42.579899,42.81625,44.452644,47.226746,29.552267,30.005447,30.981415,31.093901,31.040785,30.913019,30.729357,30.357338,30.410116,30.416157,30.60527,30.762854,30.857199,32.480915,33.466873,33.610737,34.028049,35.400894,35.527176,35.449074,35.29438,35.059666,34.688622,34.708984,34.705086,34.863556,35.132088,35.286373,36.845772,37.993797,32.068478,32.540707,33.85804,33.990658,33.956451,33.845829,33.687149,33.32029,33.436054,33.444008,33.628124,33.86446,33.977585,35.615242,37.289352,30.563807,30.866474,31.927731,32.011509,31.994122,31.927647,31.832344,31.606491,31.704927,31.667833,31.755775,32.224968,32.331772,33.367588,38.879875,35.46595,35.924919,37.524471,37.663063,37.624184,37.510395,37.345039,37.004513,37.109058,37.131313,37.283916,37.626461,37.787209,39.410973,41.755054,39.163811,39.639832,41.598892,41.759598,41.702976,41.566101,41.368877,41.030823,41.107323,41.139416,41.276318,41.684856,41.901539,43.631687,45.890202,24.952684,25.258364,25.657753,25.700365,25.63541,25.512115,25.352272,25.0639,25.047653,25.008183,25.187426,25.297327,25.368895,26.513582,27.144413,30.470051,30.944651,32.13102,32.259056,32.225258,32.119709,31.966433,31.589605,31.705584,31.717707,31.931629,32.09882,32.189899,33.827457,35.236198,38.5256,38.965168,40.814934,40.959141,40.919094,40.806305,40.641182,40.347458,40.428593,40.462212,40.577648,41.019245,41.228561,42.798744,45.885784,38.40332,38.882477,40.776981,40.940849,40.874622,40.725441,40.508881,40.147678,40.212963,40.238029,40.385796,40.760109,40.966057,42.72155,44.548588,32.58559,32.942871,34.222004,34.321045,34.298359,34.221661,34.106724,33.845879,33.950733,33.936501,34.051052,34.473763,34.603409,35.841003,40.136444,32.535236,33.013962,34.338238,34.472332,34.431767,34.313324,34.142025,33.764503,33.867481,33.888947,34.077484,34.308525,34.426674,36.119701,37.635391,36.864197,37.329533,39.062752,39.21814,39.14603,38.991421,38.763783,38.390694,38.442089,38.457615,38.613022,38.94743,39.134308,40.850052,42.380886,27.337559,27.47193,27.951042,27.990538,27.984337,27.953907,27.908583,27.792784,27.837814,27.832079,27.876768,28.657368,28.707827,29.168072,40.62463,29.919668,30.145424,30.960108,31.02931,31.015776,30.965895,30.898108,30.734329,30.794975,30.790779,30.842035,31.48131,31.556623,32.31443,40.984745,33.021618,33.464741,34.88533,35.016369,34.991783,34.900303,34.762207,34.443905,34.563,34.554707,34.697433,35.020386,35.156281,36.661449,39.134586,31.887472,32.183125,33.267456,33.355133,33.33709,33.273685,33.181202,32.97234,33.051811,33.053036,33.130028,33.659523,33.769978,34.772564,41.216484,36.586174,37.054558,38.755795,38.905369,38.840034,38.693123,38.478207,38.108112,38.171623,38.1917,38.35033,38.679966,38.860542,40.576649,42.220165,31.27737,31.763933,32.983635,33.11747,33.081001,32.969383,32.806244,32.423477,32.530273,32.554497,32.758015,32.943577,33.044277,34.748768,36.106804,34.975822,35.430458,36.958244,37.095444,37.028446,36.881573,36.665092,36.290527,36.34507,36.358177,36.523724,36.814922,36.975838,38.646328,40.083614,31.091549,31.355446,32.313141,32.39431,32.37738,32.323681,32.245361,32.068493,32.135319,32.14101,32.20018,32.786972,32.885906,33.758274,41.37215,27.856333,28.195742,28.922985,28.99419,28.922575,28.787378,28.590502,28.26457,28.258661,28.233006,28.395176,28.558571,28.654707,29.9279,30.712046,42.198418,42.702179,45.012516,45.214046,45.14106,44.983372,44.758804,44.420288,44.477615,44.509079,44.633415,45.097317,45.363838,47.217224,49.170433,38.830364,39.265915,41.1399,41.285606,41.247356,41.13723,40.974644,40.691936,40.769482,40.804554,40.912815,41.366203,41.582897,43.135502,46.286152,32.049911,32.476452,33.684971,33.798622,33.73167,33.589314,33.379665,33.010059,33.049114,33.050282,33.224239,33.452103,33.579891,35.149986,36.303009,29.200893,29.452248,30.333422,30.404226,30.386635,30.331018,30.252766,30.05603,30.146433,30.106098,30.174168,30.714739,30.804636,31.66765,38.627232,30.185749,30.674519,31.817106,31.951733,31.917767,31.815577,31.660614,31.27845,31.383703,31.412552,31.631622,31.769169,31.857388,33.548374,34.785606,38.201973,38.675423,40.568214,40.750851,40.671604,40.506214,40.262409,39.887817,39.930035,39.943447,40.088745,40.455223,40.661392,42.409714,43.893501,36.029129,36.447159,38.049408,38.176716,38.144501,38.044281,37.897629,37.602047,37.699127,37.721848,37.845936,38.258923,38.428585,39.902679,43.2967,37.312614,37.719315,39.412792,39.544285,39.515045,39.41988,39.275723,39.010448,39.090042,39.12117,39.223057,39.673489,39.867222,41.295364,44.931145,19.901564,19.865694,20.04981,18.644787,18.60564,18.485968,18.474476,16.270697,17.081236,17.413296,17.994461,18.041348,17.906765,18.266258,18.591579,17.018108,17.020212,17.091923,15.660366,15.621318,15.557238,15.6478,13.424474,14.330365,15.41648,15.543649,15.46046,15.369473,15.589274,15.675045,18.544876,18.444263,18.555382,16.814169,16.746271,16.676901,16.706388,14.094099,15.07321,15.541286,15.796315,15.713644,15.584101,15.892426,16.101147,21.755512,21.497463,22.932878,22.972141,22.908188,22.867025,22.811457,22.485184,22.671122,22.81292,23.96447,23.049414,22.745794,23.047966,23.40403,19.958464,19.890305,20.087677,18.838428,18.783781,18.671711,18.662466,16.610424,17.383066,17.739359,18.274307,18.273474,18.117321,18.493916,18.821699,21.280518,21.031237,21.571333,21.474648,21.386789,21.311037,21.275841,20.581675,20.917646,21.17997,22.050467,21.874744,21.580385,22.010225,22.483599,18.212101,18.188702,18.259871,15.053584,15.020535,14.954768,14.947218,10.795033,12.224687,12.447265,12.63606,12.610306,12.543708,12.717625,12.845679,21.724075,21.551868,22.35285,22.278648,22.221506,22.161566,22.126945,21.630787,21.885971,22.078075,23.404255,23.216446,22.968649,23.333992,23.827114,19.984499,19.872509,20.084454,19.037468,18.966274,18.863754,18.859093,17.009016,17.726898,18.105824,18.591284,18.540918,18.359631,18.755737,19.090818,18.851534,18.421068,18.630453,18.716608,18.563114,18.49202,18.495558,17.728687,18.080336,18.435785,18.70466,18.515129,18.242308,18.647711,19.092701,19.334316,19.145962,19.321434,18.499382,18.398342,18.312037,18.329483,16.662678,17.332561,17.784813,18.102831,17.983288,17.786858,18.183147,18.493511,16.726633,16.245358,16.363176,16.607756,16.470215,16.41437,16.463259,15.794222,16.105019,16.511431,16.651175,16.505835,16.324085,16.65748,17.134102,17.991312,17.75062,17.868637,17.509298,17.390169,17.314081,17.383326,16.155399,16.689487,17.320047,17.50803,17.374186,17.200327,17.573755,17.859083,18.328798,18.245741,18.343956,16.505487,16.442995,16.376274,16.411171,13.701132,14.716009,15.225161,15.459795,15.380975,15.263487,15.554774,15.739592,18.244448,17.870605,18.023758,18.000542,17.854858,17.78281,17.818653,16.915033,17.319429,17.765953,17.978308,17.816742,17.597532,17.987852,18.385017,19.147547,18.498611,19.117937,19.459496,19.365118,19.327339,19.216867,18.910172,19.07826,19.219015,19.711718,19.286751,18.812647,19.112495,19.624098,16.679722,16.247524,16.351912,16.551277,16.410814,16.35482,16.431347,15.723924,16.055529,16.543898,16.673435,16.532578,16.363836,16.701153,17.125677,18.087284,17.743376,17.882135,17.800186,17.659286,17.586798,17.635281,16.670908,17.100327,17.594662,17.792759,17.639139,17.435612,17.821114,18.19091,21.357666,21.006208,21.878014,21.94733,21.856031,21.799963,21.738249,21.273024,21.523861,21.724178,22.548204,22.019106,21.652872,22.039682,22.48638,19.79027,19.487062,19.735592,19.518578,19.391081,19.30722,19.306627,18.278664,18.732393,19.118832,19.492214,19.324423,19.060204,19.496599,19.897322,18.500965,18.105183,18.278112,18.296429,18.146551,18.074306,18.097111,17.243326,17.627989,18.03499,18.269058,18.09758,17.858404,18.256149,18.673492,20.200668,19.683832,20.409756,20.635469,20.535793,20.489695,20.40423,20.020687,20.230902,20.404869,21.020269,20.538076,20.109865,20.460043,20.933325,16.979769,16.461409,16.59477,16.881231,16.734221,16.67803,16.707911,16.083113,16.372629,16.721306,16.878321,16.721157,16.516335,16.853199,17.358194,16.52973,16.212074,16.304085,16.32155,16.208241,16.14761,16.257883,15.407229,15.812414,16.494328,16.617638,16.495241,16.34934,16.680494,17.008711,18.415623,18.165228,18.300243,17.890705,17.767864,17.689381,17.740175,16.461306,17.00705,17.563757,17.781078,17.642372,17.453533,17.840162,18.146338,18.684704,18.510283,18.643263,17.738897,17.639441,17.55971,17.599098,15.83187,16.541027,17.080463,17.326698,17.209566,17.039463,17.407946,17.671957,19.289827,18.829439,19.106014,19.244707,19.097778,19.029783,19.009632,18.335283,18.654688,18.958817,19.288708,19.071835,18.755966,19.167059,19.638941,17.721741,17.618162,17.714134,16.93618,16.85516,16.776543,16.860115,15.247007,15.934228,16.800364,16.969793,16.86084,16.724131,17.052835,17.226822,20.593592,20.449768,20.735067,20.150871,20.074495,19.973309,19.960178,18.649351,19.18988,19.538322,20.219467,20.198458,19.983105,20.412424,20.815504,15.847485,15.671784,15.750673,15.647433,15.565442,15.508454,15.700722,14.820596,15.266525,16.258381,16.370771,16.266562,16.145905,16.453751,16.651608,18.781281,18.731087,18.844896,16.472832,16.427805,16.350294,16.351686,13.089087,14.253123,14.568629,14.851711,14.810379,14.705075,14.969277,15.168526,19.946329,19.477133,19.942358,20.111549,19.992653,19.932379,19.881248,19.338709,19.614302,19.853655,20.343861,20.042812,19.67778,20.080463,20.577475,17.243797,17.072075,17.166866,16.785881,16.691469,16.618204,16.726309,15.508795,16.060516,16.920479,17.072311,16.955391,16.811651,17.151865,17.366581,20.386395,20.335703,20.559809,19.71225,19.671345,19.560709,19.547001,18.017256,18.603172,18.907,19.899015,20.114305,19.962147,20.33461,20.70624,15.573762,15.470354,15.548309,15.403306,15.334364,15.276123,15.507353,14.633866,15.091405,16.26897,16.381195,16.28174,16.167469,16.467365,16.597769,20.58832,20.520409,20.775017,20.327663,20.287952,20.201641,20.187836,19.199903,19.602695,19.853613,21.342705,21.782843,21.625313,21.971008,22.345428,21.146168,20.990232,21.420544,21.2307,21.167154,21.091654,21.066296,20.352539,20.680996,20.92284,22.215973,22.377131,22.151728,22.538763,22.983822,18.49382,17.932304,18.192715,18.486866,18.339542,18.282822,18.252285,17.715542,17.97411,18.227287,18.502575,18.284529,17.958435,18.329308,18.852262,17.851496,17.810352,17.897392,16.531967,16.472054,16.395788,16.453562,14.246629,15.127199,15.9542,16.112679,16.021912,15.908611,16.188568,16.324368,17.708672,17.376516,17.498072,17.433559,17.295862,17.225706,17.292093,16.342779,16.77046,17.318617,17.491743,17.344976,17.158527,17.53233,17.883204,18.017836,17.887077,17.990858,17.142456,17.054333,16.976107,17.044384,15.344391,16.048769,16.784868,16.975166,16.864492,16.719673,17.060904,17.265442,18.014061,17.988426,18.05249,14.662087,14.636478,14.590687,14.595371,10.275328,11.768839,11.984272,12.159414,12.133096,12.072449,12.234127,12.349971,21.840387,21.709295,22.644138,22.567049,22.523397,22.470669,22.440502,22.019527,22.241175,22.405224,23.91925,23.701786,23.48933,23.818563,24.341366,16.721529,16.675365,16.760359,16.156548,16.095022,16.022364,16.169125,14.797196,15.42571,16.574284,16.711767,16.608427,16.489927,16.783201,16.894913,21.077038,20.66379,21.545006,21.672892,21.578299,21.527794,21.453146,21.037159,21.265911,21.450254,22.216738,21.650587,21.249659,21.618038,22.055975,18.018688,17.400339,17.71641,18.089489,17.970558,17.92379,17.875622,17.446733,17.663143,17.864061,18.172737,17.942755,17.607302,17.944878,18.521612,20.386213,19.93078,20.538889,20.70039,20.592272,20.53587,20.47278,19.986053,20.242004,20.45698,21.048462,20.662106,20.276619,20.66914,21.153685,20.984903,20.830507,21.188326,20.845976,20.774405,20.683094,20.662575,19.68833,20.112371,20.410595,21.362968,21.415401,21.187521,21.610603,22.053005,21.425552,20.945362,22.341501,22.483145,22.410997,22.384052,22.248037,22.026457,22.158035,22.258566,23.254801,22.300306,21.772995,22.010422,22.283878,20.816628,20.455538,20.986757,21.020206,20.91118,20.842068,20.797529,20.171867,20.484715,20.744068,21.37656,21.080202,20.735266,21.164692,21.637888,16.207455,15.79232,15.88427,16.098507,15.96951,15.917855,16.016466,15.330441,15.659984,16.206301,16.317303,16.187538,16.040516,16.361799,16.770418,21.515911,21.240469,21.979309,21.958492,21.873304,21.807409,21.76174,21.198948,21.487942,21.715019,22.6201,22.266172,21.947412,22.358313,22.832077,19.996773,19.58143,19.945812,20.02108,19.890791,19.820463,19.78867,19.108551,19.436872,19.727734,20.168596,19.929598,19.596525,20.024105,20.494114,20.02857,19.800434,20.048037,19.583822,19.475952,19.385015,19.383821,18.120993,18.655132,19.050608,19.476566,19.343861,19.103773,19.538523,19.9168,20.564785,20.469397,20.731064,20.023796,19.964674,19.857698,19.843672,18.431135,18.994316,19.324772,20.142429,20.223104,20.03721,20.445292,20.840399,21.65855,21.344276,22.743345,22.817625,22.747444,22.708714,22.637728,22.32934,22.507843,22.644777,23.726944,22.810833,22.458309,22.757242,23.098619,20.032068,19.696541,19.993288,19.892811,19.764315,19.683659,19.670622,18.786562,19.190086,19.538477,19.957932,19.768888,19.477678,19.919016,20.348917,19.51618,19.2495,19.458216,19.080338,18.957806,18.872448,18.883724,17.672998,18.18993,18.615957,18.948153,18.797733,18.561413,18.985949,19.351889,18.78043,18.703146,18.823217,16.731117,16.676157,16.604855,16.617243,13.64947,14.730877,15.096054,15.381036,15.3194,15.198326,15.488838,15.701075,17.922588,17.887814,17.950941,14.687597,14.659965,14.621908,14.638584,10.461932,11.921976,12.186922,12.402978,12.368962,12.30564,12.48381,12.605783,18.323027,18.164078,18.279907,17.41326,17.317257,17.238962,17.293652,15.565529,16.269207,16.89628,17.110596,16.995762,16.838709,17.194416,17.431057,20.889105,20.611549,21.039125,20.914244,20.811512,20.730227,20.701534,19.89576,20.273394,20.57427,21.237963,21.059397,20.761303,21.207336,21.664648,20.307331,20.14226,20.40086,19.75621,19.669481,19.570866,19.563509,18.14732,18.727962,19.103867,19.636072,19.557844,19.338873,19.767838,20.146839,13.951351,13.94959,14.026522,13.725903,13.696148,13.650192,14.011114,13.119999,13.570024,14.673373,14.792168,14.71277,14.634099,14.87125,14.945486,20.026764,19.862555,20.091635,19.327198,19.238247,19.141796,19.14027,17.575483,18.206778,18.601772,19.055065,18.96233,18.752794,19.17071,19.523733,20.866404,20.776506,21.092648,20.81188,20.768129,20.691515,20.67301,19.912992,20.241436,20.466625,22.085218,22.535021,22.364309,22.709198,23.119989,17.648722,17.640364,17.68441,14.072,14.053092,14.019557,14.031507,9.4907913,11.063682,11.318522,11.455102,11.430008,11.388452,11.518692,11.600348,18.939739,18.812023,18.950251,17.536459,17.457691,17.379425,17.401257,15.126014,15.993645,16.441864,16.729343,16.636286,16.481556,16.826477,17.07691,19.581215,19.484653,19.661243,18.271681,18.205318,18.10919,18.109249,15.883583,16.72345,17.104004,17.504005,17.445406,17.285479,17.648523,17.939781,18.987875,18.684162,18.862427,18.610901,18.476952,18.396694,18.421022,17.312674,17.793436,18.244408,18.513865,18.356876,18.128727,18.540579,18.906397,21.764439,21.514788,22.49682,22.486904,22.413626,22.355921,22.308517,21.83651,22.088381,22.282654,23.32048,22.796585,22.491463,22.868856,23.326082,20.833666,20.624771,20.98226,20.679165,20.58836,20.497595,20.477861,19.480509,19.921299,20.247131,20.948057,20.861452,20.603792,21.048058,21.485493,18.077827,18.01539,18.107841,16.654781,16.590574,16.515545,16.565519,14.258791,15.16151,15.869283,16.058361,15.969478,15.85155,16.14642,16.306309,19.310843,18.967945,19.183411,19.062075,18.922632,18.8433,18.851566,17.891638,18.319038,18.71661,19.024206,18.850262,18.591591,19.015411,19.4181,19.358984,19.319292,19.466192,17.595274,17.55094,17.443478,17.435253,14.703545,15.690105,16.025299,16.417103,16.399422,16.279388,16.595682,16.855749,15.92265,15.859466,15.940462,15.636992,15.574809,15.508986,15.718443,14.684966,15.203302,16.42992,16.556955,16.455835,16.340944,16.63682,16.74383,16.343372,16.33968,16.419962,15.572783,15.52974,15.464214,15.625747,14.042501,14.743681,15.935821,16.059547,15.967232,15.866693,16.115704,16.202307,21.013968,20.726885,21.206646,21.124363,21.023691,20.94602,20.912212,20.174955,20.52845,20.811443,21.517855,21.311502,21.003048,21.444464,21.910475,18.022848,17.999098,18.075083,15.775671,15.732575,15.669453,15.697593,12.520723,13.689903,14.231717,14.407095,14.346106,14.262235,14.492393,14.623019,17.247742,16.930817,17.037119,16.997066,16.867426,16.800377,16.888033,15.968365,16.391529,17.009165,17.158535,17.021009,16.853024,17.211412,17.54196,20.299257,20.235212,20.479357,20.352579,20.324503,20.280191,20.265823,19.852091,20.037315,20.168079,22.674601,23.657295,23.542995,23.763811,24.040091,17.731897,17.710697,17.761721,14.315807,14.293337,14.259642,14.277162,9.9126673,11.433239,11.70512,11.896667,11.866796,11.815723,11.970214,12.069706,16.814579,16.692165,16.779154,16.424374,16.342304,16.27054,16.411547,15.256636,15.80237,16.840355,16.978264,16.86681,16.734297,17.058142,17.221693,19.65971,19.502171,19.697039,18.751024,18.662266,18.570452,18.576807,16.802671,17.504194,17.91987,18.2992,18.199547,18.005806,18.403751,18.722956,20.238976,20.14942,20.376781,19.408258,19.347132,19.237101,19.226704,17.488798,18.162256,18.518373,19.133051,19.140713,18.964697,19.364571,19.724266,19.406736,19.338961,19.496534,17.80258,17.74715,17.649513,17.646555,15.100511,16.037106,16.394413,16.778194,16.737495,16.599394,16.933231,17.200434,18.919703,18.671318,18.83185,18.353113,18.231865,18.149967,18.181622,16.843473,17.405645,17.897245,18.159403,18.018559,17.813168,18.21413,18.539358,21.091915,20.882063,21.306543,21.096331,21.011665,20.927078,20.901039,20.057257,20.443371,20.734449,21.591726,21.524044,21.259493,21.694658,22.152599,21.947474,21.768719,23.018581,22.985107,22.931843,22.882215,22.844187,22.452402,22.666143,22.8262,24.098001,23.433647,23.186846,23.514585,23.965761,20.487337,20.255638,20.564554,20.225403,20.12285,20.031755,20.018764,18.930277,19.404757,19.761263,20.305071,20.178102,19.919327,20.36565,20.780455,17.363056,17.338093,17.419937,16.256304,16.20141,16.127748,16.212704,14.238178,15.055933,16.064953,16.197418,16.101999,15.992435,16.257469,16.36643,17.772982,17.229088,17.403505,17.697496,17.536472,17.477467,17.478529,16.886036,17.15946,17.457584,17.658054,17.472542,17.210737,17.566563,18.077646,15.861251,15.473315,15.55751,15.735658,15.623523,15.572035,15.685627,14.985088,15.329354,15.947907,16.047218,15.931212,15.797242,16.103701,16.48959,20.857519,20.750097,21.059284,20.622007,20.565424,20.471115,20.453508,19.406626,19.844931,20.132595,21.249889,21.441072,21.246519,21.645367,22.069529,18.21035,18.13908,18.232672,16.503073,16.441286,16.371861,16.412323,13.817002,14.801928,15.385646,15.599859,15.518653,15.403838,15.693014,15.864255,17.513279,17.288887,17.392937,17.080219,16.970432,16.897184,16.987219,15.815528,16.338633,17.062679,17.2258,17.099773,16.941824,17.298409,17.560898,16.070559,15.794315,15.877916,15.854029,15.762247,15.705509,15.841208,14.975282,15.398022,16.193151,16.309471,16.202126,16.073652,16.385218,16.679462,21.467707,21.28758,21.898521,21.797937,21.734293,21.667892,21.63533,21.058666,21.342878,21.557863,22.845709,22.824835,22.57506,22.956745,23.429752,18.300226,17.687796,18.103952,18.468472,18.36524,18.321629,18.260429,17.872469,18.075632,18.255577,18.640366,18.359617,18.00493,18.335047,18.911013,17.401936,17.325949,17.416246,16.694893,16.621702,16.543898,16.645487,15.110814,15.782924,16.779955,16.93305,16.825808,16.696384,17.010544,17.154722,21.824881,21.611486,23.073662,23.082909,23.0257,22.983028,22.93792,22.601845,22.790659,22.933439,24.157471,23.256403,22.990114,23.290026,23.661827,20.592505,20.301474,20.667742,20.521694,20.410177,20.327,20.304621,19.432028,19.833302,20.158115,20.715246,20.537165,20.243418,20.692095,21.135031,28.233532,27.597078,27.684351,27.778664,27.002647,27.224333,27.308601,26.390182,26.616508,26.821281,27.569035,27.094936,26.589931,26.725634,26.800638,29.944906,29.269585,29.378111,29.459518,28.879234,29.164812,29.205463,28.481909,28.717615,28.914631,29.832111,29.442566,28.74124,28.819553,28.907906,25.24069,24.93976,24.993626,25.074074,24.544916,24.728556,25.012705,24.209818,24.443617,24.857338,25.626051,25.280245,25.034918,25.144972,25.146572,41.79723,41.620689,41.760948,41.722103,41.569988,42.566612,43.061165,42.659065,42.847603,43.044613,45.781719,45.587425,45.292168,44.494366,44.540333,29.244411,28.72434,28.817617,28.905891,28.248423,28.525909,28.675919,27.835432,28.075361,28.319651,29.253868,28.829597,28.38797,28.468037,28.534555,32.877136,32.589405,32.698818,32.71484,32.355709,32.842102,33.132446,32.472786,32.727257,33.046951,34.584644,34.292202,33.941921,33.763947,33.809811,26.625443,26.376211,26.439552,26.490782,26.065834,26.305811,26.6007,25.848335,26.103508,26.558512,27.485622,27.181154,26.920799,26.978682,26.980463,36.821541,36.526722,36.664806,36.670593,36.398075,37.087608,37.42107,36.905499,37.133831,37.377228,39.369114,39.110638,38.710785,38.298855,38.358723,36.539619,36.196815,36.338478,36.356045,36.067455,36.73299,37.032867,36.527901,36.754517,36.984169,38.902298,38.634792,38.183155,37.803719,37.869308,14.499413,14.401735,14.42304,14.488622,14.27,14.325561,14.96999,14.586943,14.703254,15.024167,15.223186,15.068559,14.956793,15.040482,15.013578,32.316032,32.131451,32.211819,32.137268,31.867979,32.352142,32.681763,31.971781,32.244019,32.668236,34.271645,34.029762,33.750885,33.523575,33.535164,34.486576,34.188599,34.311592,34.3256,33.997353,34.562141,34.863689,34.261375,34.506741,34.790123,36.50095,36.219124,35.840885,35.57724,35.631901,20.547171,20.446365,20.483675,20.538467,20.306099,20.433443,20.879465,20.308176,20.549492,21.22291,21.749893,21.550714,21.377541,21.477491,21.432756,27.662016,27.526085,27.586632,27.523359,27.274542,27.586512,27.910044,27.170044,27.463808,28.084703,29.23513,29.011063,28.772392,28.70862,28.680819,20.72113,20.125694,20.126936,20.182886,19.040657,19.060627,19.282383,18.057661,18.154865,18.329027,18.627331,18.041086,17.922556,18.035208,18.028223,24.217274,23.807261,23.849966,23.945229,23.204908,23.336168,23.580986,22.63348,22.834917,23.167099,23.790329,23.356045,23.135069,23.277489,23.283386,29.953024,29.147787,29.258585,29.330385,28.822422,29.095671,29.037441,28.407255,28.631037,28.804768,29.675819,29.325142,28.396439,28.469275,28.561668,28.506283,28.017036,28.101034,28.190777,27.499504,27.75408,27.925449,27.039694,27.276108,27.53883,28.428846,27.993114,27.617302,27.709139,27.764734,24.126854,24.019835,24.067865,24.056761,23.825516,24.030273,24.390203,23.708931,23.996796,24.731077,25.554012,25.345966,25.13805,25.177509,25.134024,35.218979,34.540279,34.703522,34.72805,34.501312,35.063114,35.112606,34.76025,34.957985,35.124397,36.715958,36.474857,35.527069,35.232571,35.310059,24.602722,24.054905,24.098654,24.192047,23.20912,23.329823,23.502502,22.361637,22.54287,22.78968,23.336376,22.789461,22.571945,22.717045,22.738804,12.960078,12.906064,12.932946,12.995245,12.856073,12.91324,13.633543,13.336133,13.444343,13.757133,13.917838,13.80267,13.711303,13.778695,13.755801,38.22739,38.034679,38.142223,38.078293,37.864723,38.646709,39.063438,38.515602,38.733135,38.999523,41.311073,41.091362,40.790936,40.231407,40.264698,22.862959,22.262527,22.288731,22.370138,21.237057,21.307846,21.479853,20.222139,20.362761,20.572844,20.984972,20.381941,20.224207,20.358135,20.365799,37.551117,37.160145,37.311588,37.327583,37.069393,37.783859,38.06509,37.627235,37.839226,38.039234,40.057034,39.802402,39.274353,38.829971,38.899208,28.349634,28.250059,28.28953,28.119642,27.930681,28.298761,28.633591,27.843689,28.149822,28.859873,30.166075,29.972124,29.752474,29.572355,29.519114,31.113415,30.655884,30.765104,30.835234,30.317572,30.687162,30.872753,30.148567,30.39587,30.651997,31.837469,31.471233,31.010706,30.992233,31.060055,29.520962,29.351912,29.421036,29.364372,29.086164,29.455557,29.771406,29.034721,29.319067,29.835142,31.140945,30.899096,30.638412,30.531385,30.524616,30.601715,30.243212,30.341061,30.396658,29.915543,30.281971,30.522041,29.779697,30.032366,30.345543,31.565796,31.220669,30.860849,30.827332,30.874878,28.215248,27.823959,27.901714,27.979216,27.379438,27.64209,27.86474,27.021025,27.263464,27.586372,28.544201,28.153364,27.837393,27.903458,27.939556,15.578533,15.510741,15.537302,15.609838,15.435724,15.506967,16.125681,15.733652,15.896748,16.389109,16.643209,16.493275,16.376804,16.470343,16.433872,31.394691,31.127695,31.223269,31.23633,30.865536,31.287067,31.575459,30.873991,31.135632,31.499762,32.895485,32.602051,32.28196,32.167397,32.200829,27.045862,26.564304,26.632677,26.726021,25.958101,26.162395,26.345768,25.382233,25.605833,25.882589,26.656641,26.193695,25.888226,26.007578,26.047791,33.474014,33.10495,33.228195,33.268173,32.880085,33.379749,33.630711,33.006409,33.252186,33.517452,35.044548,34.734005,34.302364,34.126305,34.189716,31.431763,30.900932,31.018162,31.089539,30.58766,30.959738,31.097862,30.416582,30.660959,30.888901,32.059387,31.698521,31.131409,31.116022,31.195162,23.587927,23.363672,23.410774,23.485622,23.068504,23.230501,23.573963,22.861336,23.092459,23.569378,24.253538,23.964064,23.742382,23.85218,23.836756,44.400265,44.209614,44.356174,44.338543,44.214699,45.361275,45.899849,45.607719,45.763138,45.913322,48.950184,48.775131,48.466995,47.489571,47.535446,27.487633,26.896656,26.973093,27.070807,26.228874,26.42955,26.5509,25.557035,25.77763,25.997477,26.70285,26.202059,25.807211,25.949928,26.012272,19.770735,19.503366,19.522079,19.618092,19.099886,19.170675,19.575399,18.871288,19.035826,19.408142,19.813932,19.503422,19.338804,19.485985,19.465347,22.63357,22.327852,22.363695,22.45997,21.888493,22.003765,22.324574,21.524677,21.725574,22.121399,22.687061,22.335367,22.131227,22.27565,22.264435,27.85961,27.554192,27.626816,27.686136,27.196629,27.464638,27.728476,26.942667,27.194908,27.586025,28.58386,28.245525,27.958649,28.004808,28.023933,30.404366,30.271826,30.350214,30.220608,30.002783,30.444891,30.76977,30.005625,30.291023,30.868828,32.376995,32.163223,31.91995,31.691912,31.652805,35.121025,34.591019,34.741814,34.777023,34.473404,35.037098,35.1936,34.730507,34.95266,35.147972,36.78389,36.506645,35.812592,35.551201,35.631271,32.087597,31.228294,31.36511,31.408806,31.126375,31.501028,31.392641,30.992628,31.197481,31.360836,32.483719,32.234554,31.067701,30.987667,31.071409,51.99572,51.894268,51.980534,51.959202,51.905228,53.511032,54.276478,54.161793,54.225147,54.28521,58.389198,58.299461,58.140629,56.593418,56.614132,43.440456,43.014427,43.155006,43.138386,43.032307,44.107162,44.466206,44.269779,44.38821,44.501488,47.351402,47.203213,46.574329,45.64925,45.693623,25.315409,25.137413,25.193102,25.223703,24.895332,25.115877,25.450771,24.748121,25.011259,25.562792,26.427887,26.171473,25.936428,25.989948,25.97134,29.758232,29.338324,29.431973,29.506124,28.938923,29.256773,29.463123,28.668283,28.91506,29.203108,30.279562,29.896498,29.51923,29.544903,29.598047,29.677311,29.354874,29.442492,29.493099,29.022684,29.357462,29.612751,28.854034,29.109503,29.461374,30.621525,30.285322,29.962784,29.951839,29.986473,38.683907,38.243626,38.40432,38.41235,38.199341,38.974625,39.237434,38.877548,39.068878,39.241409,41.390644,41.157288,40.541977,40.008648,40.076466,26.106487,25.960157,26.016914,26.004484,25.728785,25.981882,26.314363,25.602301,25.884611,26.499239,27.470135,27.236073,27.00252,27.011358,26.985252,34.585945,34.178982,34.314289,34.352154,33.998089,34.548264,34.785187,34.224449,34.461613,34.696709,36.328331,36.030441,35.530907,35.296963,35.368153,27.734335,27.519215,27.587448,27.605612,27.245544,27.5327,27.835255,27.102024,27.370667,27.852459,28.915571,28.637608,28.372623,28.376965,28.37748,35.172958,34.941883,35.054527,35.026524,34.751392,35.364491,35.710331,35.101952,35.347897,35.657658,37.530945,37.278099,36.952251,36.611137,36.652279,29.383377,29.128815,29.209471,29.232275,28.840782,29.179531,29.464746,28.728558,28.993464,29.406946,30.600651,30.303108,30.010172,29.976957,29.99584,45.894875,45.757149,45.903091,45.884434,45.794388,47.049118,47.661678,47.398708,47.543369,47.680748,50.96291,50.806435,50.55402,49.450897,49.49033,32.331635,31.627539,31.763376,31.817986,31.452217,31.849661,31.861441,31.356649,31.583481,31.768435,32.973732,32.676434,31.781866,31.71402,31.802883,18.579992,18.123779,18.105268,18.148981,17.286787,17.273294,17.619736,16.685417,16.768017,16.956854,17.211271,16.766954,16.64777,16.762373,16.74102,23.004808,22.868738,22.915119,22.955097,22.676769,22.848604,23.231625,22.585213,22.840298,23.460695,24.15864,23.931923,23.726139,23.805857,23.771454,30.287193,30.085976,30.164333,30.134851,29.823589,30.213646,30.522438,29.800001,30.075417,30.528133,31.876074,31.615742,31.336651,31.227077,31.236437,35.35817,35.166138,35.260651,35.18576,34.940773,35.570667,35.938293,35.299702,35.547047,35.88364,37.843273,37.610043,37.316582,36.929874,36.956436,20.405319,20.328716,20.364883,20.406868,20.208809,20.331663,20.773497,20.202314,20.464884,21.269159,21.799517,21.615549,21.451153,21.551243,21.497665,26.387007,26.283489,26.335676,26.250744,26.03896,26.321009,26.656616,25.91556,26.22073,26.948181,28.012478,27.809694,27.590227,27.537426,27.493944,48.810673,48.605778,48.715553,48.688732,48.605038,50.003445,50.620693,50.46347,50.55151,50.636108,54.264458,54.143486,53.839226,52.531204,52.560814,27.189114,27.124578,27.143616,26.916801,26.770884,27.126144,27.487982,26.678717,27.005892,27.799805,29.038912,28.874735,28.68289,28.492392,28.427858,41.087444,40.798771,40.949982,40.943352,40.758884,41.690369,42.096272,41.737755,41.920891,42.097534,44.634521,44.421558,44.001686,43.285149,43.34235,32.532619,32.311398,32.405251,32.37566,32.070156,32.554695,32.872681,32.189312,32.453449,32.832432,34.409977,34.147514,33.844414,33.641914,33.668823,26.328979,25.742168,25.805674,25.903818,24.959803,25.125055,25.262049,24.170879,24.376276,24.599617,25.210121,24.67021,24.361732,24.513605,24.563633,21.937311,21.497093,21.518764,21.610031,20.778927,20.848213,21.117517,20.127644,20.286894,20.578308,21.032831,20.572912,20.400938,20.54977,20.543022,25.784031,25.33032,25.386047,25.479509,24.701813,24.870474,25.076754,24.09548,24.308533,24.609701,25.31538,24.855333,24.598192,24.728674,24.752129,39.004066,38.461189,38.632507,38.633442,38.469128,39.262917,39.459484,39.181969,39.347942,39.49448,41.662441,41.452503,40.671146,40.089893,40.153637,19.3127,19.128595,19.157536,19.243647,18.873434,18.96413,19.421843,18.82564,19.00201,19.424549,19.83415,19.586973,19.418085,19.541681,19.514744,26.694288,26.329872,26.393896,26.475323,25.869551,26.083879,26.325768,25.467115,25.702906,26.059744,26.907005,26.520472,26.246149,26.343285,26.363029,20.911325,20.858429,20.902765,20.890995,20.73061,20.885944,21.321852,20.725231,21.002691,21.844492,22.484957,22.322115,22.154526,22.211599,22.160635,42.214256,41.887413,42.039284,42.029114,41.869736,42.86306,43.262794,42.965694,43.127079,43.277809,45.951954,45.755714,45.280457,44.476856,44.531231,29.937166,28.979877,29.08786,29.147528,28.753305,29.010748,28.830151,28.33149,28.537991,28.693037,29.507727,29.221643,28.000563,28.057837,28.147024,32.791618,32.636902,32.697723,32.55637,32.324127,32.844395,33.185867,32.441391,32.71386,33.177406,34.902725,34.683548,34.425243,34.115578,34.103008,18.685532,18.316656,18.319969,18.398874,17.688404,17.705357,18.090933,17.264471,17.38035,17.638525,17.934572,17.548754,17.421766,17.563124,17.542465,37.499493,37.261635,37.393444,37.373489,37.134182,37.871445,38.248802,37.727455,37.954414,38.210567,40.347157,40.107311,39.761333,39.281796,39.33292,32.203629,31.835745,31.948339,31.996185,31.563934,32.001678,32.244263,31.565166,31.815521,32.099873,33.483307,33.155479,32.752224,32.646019,32.704163,23.338259,22.674086,22.703846,22.783228,21.535431,21.610558,21.741638,20.384604,20.520548,20.701387,21.072247,20.410946,20.252937,20.385311,20.402153,23.809816,23.761061,23.797737,23.66839,23.526054,23.78112,24.18779,23.486444,23.793196,24.615608,25.545481,25.389761,25.213333,25.154617,25.103737,38.204838,38.035164,38.118996,38.011692,37.808559,38.591621,39.020679,38.430275,38.646801,38.932701,41.293976,41.08572,40.809822,40.223518,40.243683,34.5019,34.332386,34.405708,34.282471,34.050056,34.643135,35.005768,34.309456,34.567917,34.954094,36.846329,36.622829,36.353374,35.979687,35.98806,33.341072,32.873791,33.004482,33.05658,32.653408,33.12957,33.317108,32.721638,32.962685,33.192966,34.633095,34.313435,33.764568,33.623196,33.699482,40.850883,40.675289,40.790394,40.727165,40.554062,41.487469,41.963947,41.497013,41.687981,41.905117,44.561405,44.362255,44.074589,43.334705,43.368893,23.437088,23.373264,23.417772,23.347389,23.177698,23.393671,23.778614,23.095169,23.398247,24.234682,25.07745,24.904455,24.716789,24.71661,24.665897,20.519419,20.371107,20.410374,20.484114,20.179157,20.302914,20.746065,20.15617,20.36504,20.874777,21.382772,21.155067,20.972042,21.079449,21.049269,24.917709,24.316221,24.363646,24.457644,23.395493,23.518616,23.662483,22.463425,22.642618,22.860575,23.368258,22.782661,22.552553,22.703188,22.736485,29.696236,29.123981,29.22484,29.311468,28.682024,28.969654,29.084028,28.287781,28.528038,28.751873,29.69626,29.282713,28.752277,28.82929,28.906111,40.042492,39.797287,39.944206,39.93206,39.734711,40.614758,41.031292,40.61187,40.81316,41.019356,43.454556,43.233772,42.868324,42.219643,42.275215,32.482071,31.891531,32.023266,32.083191,31.667713,32.083851,32.181015,31.604662,31.842068,32.04776,33.316788,32.993198,32.287476,32.214798,32.300655,26.551888,26.621248,26.814148,26.209282,26.299606,26.299274,26.356768,24.85084,25.240101,25.578465,26.370911,26.215857,26.090143,26.307341,26.995468,25.484674,25.567015,25.715279,24.985674,25.105961,25.035294,25.081539,23.324339,23.743446,24.099655,24.830997,24.701117,24.596037,24.818981,25.375113,31.067181,31.00231,31.85281,31.64752,31.611376,31.927881,32.080906,31.709986,31.902557,32.041225,33.485931,32.878723,32.689281,32.621384,34.07238,28.151215,28.16053,28.337915,27.373564,27.353674,27.523853,27.656546,25.948936,26.495621,26.762836,27.845827,27.671415,27.52393,27.526556,27.981512,26.453587,26.530333,26.741255,26.290913,26.442476,26.449654,26.489799,25.123203,25.446211,25.824474,26.522282,26.373337,26.251736,26.506872,27.301949,32.432293,32.371967,32.762486,32.451447,32.405884,32.794041,32.993881,32.252003,32.544018,32.753006,34.244602,33.919235,33.71003,33.584118,34.434563,31.668884,31.62015,32.055031,31.752916,31.715967,32.038162,32.203087,31.531733,31.807632,32.009987,33.337765,32.998093,32.795494,32.760513,33.966244,28.686773,28.718781,29.005775,28.567789,28.590252,28.714556,28.798006,27.74782,28.084642,28.360344,29.285269,29.072771,28.911314,29.094187,30.213097,31.432322,31.385616,31.860012,31.558899,31.525122,31.817509,31.9645,31.376804,31.630651,31.818224,33.061813,32.704239,32.508102,32.507511,34.057465,32.555347,32.486759,32.976627,32.724007,32.679081,33.07412,33.272457,32.667702,32.925823,33.114105,34.624725,34.238266,34.026329,33.8992,34.910297,27.731251,27.795155,28.100029,27.738008,27.796499,27.877663,27.888027,27.003044,27.271748,27.543604,28.229424,28.053988,27.912701,28.202579,29.839653,30.873798,30.845554,31.261023,30.920429,30.89485,31.139074,31.264019,30.616354,30.882824,31.082769,32.198452,31.888664,31.702126,31.762934,33.446964,28.059237,28.114107,28.405025,28.016592,28.072445,28.158337,28.204672,27.219177,27.519287,27.806046,28.580973,28.391529,28.243902,28.50209,29.870565,27.172958,27.243338,27.495516,27.091356,27.199078,27.244965,27.285414,26.109577,26.420277,26.757948,27.487036,27.320108,27.185604,27.453569,28.488865,25.737534,25.819557,25.990616,25.460737,25.641043,25.603054,25.641165,24.078909,24.421465,24.824007,25.495636,25.364,25.256166,25.497856,26.125927,36.858746,36.75119,37.083839,36.841602,36.77272,37.450157,37.783001,37.17485,37.404652,37.569706,39.718826,39.394356,39.178444,38.676575,39.118149,30.441313,30.430731,30.810171,30.408571,30.393291,30.57041,30.657536,30.087633,30.325047,30.5077,31.402544,31.134336,30.971972,31.099863,33.55093,26.775644,26.853802,27.159594,26.827513,26.912184,26.985025,26.956203,26.029133,26.282953,26.572662,27.194122,27.036865,26.902683,27.207464,28.667866,31.235533,31.191019,31.692146,31.370344,31.339476,31.600286,31.729139,31.221779,31.451706,31.621487,32.770973,32.402924,32.217625,32.241982,34.227951,27.0716,27.117962,27.30195,26.512899,26.534134,26.578579,26.664629,25.039972,25.509445,25.801413,26.725611,26.558455,26.422787,26.559828,27.148258,28.115997,28.168505,28.484243,28.1017,28.132364,28.225405,28.222334,27.47817,27.72246,27.953115,28.609159,28.432823,28.291756,28.566658,30.668165,32.372086,32.294399,33.028305,32.850986,32.807697,33.219517,33.423058,32.978039,33.191608,33.348309,34.972431,34.428787,34.222256,34.058708,35.04472,39.671642,39.549709,39.909454,39.760082,39.691124,40.552265,40.972443,40.533184,40.703854,40.830345,43.389618,43.038898,42.824596,42.097576,42.416096,26.253925,26.339685,26.570898,26.219727,26.411215,26.428606,26.446672,25.190693,25.4687,25.866842,26.480652,26.340595,26.224154,26.515812,27.432291,27.990147,28.033943,28.282312,27.770798,27.808201,27.895836,27.975311,26.739952,27.108107,27.405064,28.308926,28.116596,27.965162,28.150225,29.035429,29.539722,29.522242,29.706867,28.816179,28.778494,29.04747,29.214458,27.643167,28.162554,28.416908,29.661146,29.472223,29.308422,29.217518,29.636412,26.134308,26.187979,26.335842,25.31197,25.332535,25.330635,25.41136,23.487612,24.03507,24.318672,25.194881,25.049391,24.932371,25.061367,25.549101,33.544918,33.459293,34.027882,33.832447,33.782291,34.260769,34.498234,33.973557,34.20612,34.376236,36.103527,35.655823,35.438736,35.201847,35.999081,36.696903,36.589333,36.758621,36.296555,36.209763,36.878788,37.20203,36.285103,36.582764,36.761131,38.908909,38.671993,38.460926,37.907734,38.192467,28.497757,28.537739,28.842752,28.411045,28.423222,28.516424,28.499733,27.885279,28.097548,28.288734,28.882929,28.716433,28.583466,28.833776,31.546726,34.6926,34.595898,35.263344,35.126816,35.074402,35.648899,35.933456,35.498096,35.6968,35.843384,37.825863,37.304451,37.088486,36.718681,37.297565,29.35512,29.382509,29.681063,29.218885,29.225105,29.322886,29.342779,28.776136,28.988411,29.168741,29.790113,29.610161,29.478233,29.705484,32.721844,31.916849,31.852629,32.428463,32.180878,32.14122,32.484959,32.655022,32.14201,32.376846,32.548855,33.947247,33.515072,33.311127,33.242264,34.60461,30.843243,30.815948,31.244095,30.875774,30.852179,31.068146,31.175419,30.632231,30.867823,31.044779,32.054691,31.744328,31.570768,31.650103,33.899452,30.2661,30.258217,30.631483,30.259949,30.245773,30.441366,30.542488,29.846594,30.119608,30.330381,31.321171,31.050442,30.875315,30.998089,32.817593,23.659903,23.755707,23.834803,23.2714,23.619007,23.459026,23.476444,21.533413,21.834925,22.353344,22.864536,22.789307,22.729872,22.958767,23.319927,27.96912,28.020849,28.291174,27.860563,27.916058,27.998655,28.060804,26.952614,27.281309,27.58103,28.410509,28.219931,28.070911,28.300829,29.403263,30.850361,30.823698,31.20669,30.858648,30.832203,31.092272,31.229929,30.473495,30.76792,30.986689,32.168404,31.8727,31.68087,31.721746,33.019096,27.192871,27.256237,27.486502,26.994545,27.079224,27.119764,27.177696,25.875475,26.226866,26.557156,27.355984,27.18568,27.048996,27.279011,28.136944,29.435829,29.451057,29.777391,29.382814,29.386435,29.545815,29.635813,28.762489,29.069784,29.315954,30.267555,30.030979,29.861387,30.026218,31.456203,29.975271,29.981947,30.328257,29.912729,29.907423,30.053486,30.122208,29.510408,29.75272,29.945831,30.757151,30.521387,30.366943,30.541079,33.026371,30.129635,30.123774,30.475046,30.097647,30.084185,30.291105,30.404371,29.586918,29.890453,30.122288,31.182156,30.917826,30.736944,30.842791,32.223328,24.329523,24.403603,24.537697,24.292976,24.772942,24.746668,24.753122,23.153824,23.341249,23.958397,24.332487,24.250568,24.180933,24.396151,24.867926,34.140808,34.058067,34.262836,33.740864,33.669895,34.195705,34.463486,33.423702,33.779976,33.99255,35.804886,35.567696,35.367462,35.003418,35.366066,31.047934,31.009176,31.503906,31.113642,31.087572,31.29915,31.401758,30.993977,31.188412,31.331188,32.316936,31.962006,31.799984,31.847439,34.620277,29.160118,29.188784,29.514742,29.122993,29.136793,29.262356,29.321239,28.548725,28.823092,29.056017,29.866156,29.649998,29.493887,29.713543,31.624945,26.648987,26.734282,27.006105,26.670982,26.805662,26.85158,26.853882,25.768984,26.040731,26.384371,27.013594,26.862738,26.736397,27.047684,28.22076,32.498699,32.439911,32.757645,32.374504,32.324917,32.7262,32.936893,32.059818,32.38393,32.605537,34.136314,33.850475,33.645279,33.482426,34.139988,37.75975,37.647205,38.142834,38.018009,37.955364,38.711082,39.08223,38.659149,38.837757,38.968376,41.320301,40.891003,40.66835,40.072372,40.468777,29.863686,29.858593,30.143595,29.661974,29.643902,29.86199,29.99568,28.918766,29.285862,29.542337,30.697681,30.458899,30.278822,30.326662,31.157286,32.049942,31.995296,32.212742,31.607517,31.551479,31.951498,32.167782,30.98358,31.389978,31.625769,33.16169,32.932693,32.742485,32.529503,32.962418,34.386646,34.301952,34.622223,34.298672,34.237377,34.76152,35.025997,34.260662,34.547615,34.746189,36.547382,36.245022,36.03194,35.718082,36.258003,35.448502,35.348103,35.8074,35.612011,35.552448,36.152313,36.448647,35.902931,36.130287,36.295891,38.278362,37.885036,37.66375,37.270912,37.830917,31.836878,31.788412,32.050194,31.55146,31.502546,31.872063,32.07333,31.01656,31.387655,31.62381,33.096661,32.845974,32.650616,32.499489,33.052608,29.635969,29.655724,29.976799,29.539703,29.542294,29.660141,29.705975,29.107382,29.337898,29.52809,30.239628,30.033178,29.890324,30.099001,32.831711,33.985874,33.902954,34.053406,33.357723,33.281155,33.813343,34.083126,32.839733,33.24942,33.459129,35.293476,35.086849,34.898079,34.489609,34.777122,33.811199,33.729321,34.145588,33.885933,33.83165,34.31757,34.561569,33.90453,34.169949,34.360596,36.076241,35.721821,35.504841,35.256416,35.95628,36.545918,36.441517,36.662647,36.287247,36.20911,36.868042,37.192951,36.38446,36.663174,36.844006,38.958401,38.699482,38.490406,37.980103,38.324825,28.007038,28.031054,28.230553,27.462091,27.457878,27.576103,27.686651,26.156662,26.627686,26.905506,27.934996,27.750582,27.600275,27.676832,28.251831,23.945976,23.954308,24.327589,23.965691,23.922428,24.087322,23.80435,23.160921,23.293123,23.43837,23.971888,23.81846,23.661219,23.711245,25.452869,27.367193,27.417374,27.628292,26.996479,27.035643,27.088486,27.167183,25.72817,26.139753,26.443365,27.340828,27.165142,27.023912,27.196262,27.905376,30.370209,30.349058,30.602732,30.043247,30.009651,30.280279,30.441605,29.267946,29.666842,29.919798,31.196945,30.964172,30.781332,30.740271,31.361551,29.218788,29.222939,29.464521,28.862101,28.84621,29.034691,29.164192,27.891315,28.305389,28.572607,29.700562,29.486341,29.316765,29.361164,30.0322,30.354628,30.340506,30.670488,30.268547,30.247465,30.486357,30.621376,29.708334,30.038052,30.278999,31.444794,31.181101,30.994131,31.045181,32.083023,23.748857,23.822006,23.907307,23.549955,24.035318,23.948431,23.960218,22.143978,22.35663,22.98336,23.370668,23.301107,23.243916,23.430017,23.75823,30.883142,30.85869,31.263308,30.818068,30.797722,30.973366,31.058409,30.631691,30.826229,30.971657,31.821499,31.53396,31.385052,31.471161,34.602535,25.255415,25.35218,25.56131,25.284389,25.589258,25.590906,25.58893,24.242538,24.478092,24.95715,25.449421,25.339247,25.244879,25.544731,26.304251,29.09461,29.094048,29.305332,28.572386,28.548277,28.749567,28.889263,27.460274,27.923119,28.188768,29.346893,29.146141,28.98156,28.981972,29.523788,24.736443,24.826231,24.951784,24.355616,24.593685,24.49423,24.523195,22.744389,23.090014,23.532396,24.138018,24.031761,23.945457,24.180979,24.668514,38.129169,38.016075,38.264267,37.977654,37.900219,38.648136,39.013039,38.36002,38.586864,38.744579,41.061028,40.780079,40.57127,39.964901,40.314503,27.035166,27.096487,27.420418,27.0646,27.102438,27.195892,27.139902,26.363068,26.593317,26.829086,27.44002,27.277748,27.137735,27.410976,29.275812,27.382,27.426107,27.741611,27.335369,27.344656,27.445084,27.369223,26.724339,26.925676,27.116978,27.693863,27.538729,27.402655,27.63702,30.071939,24.114988,24.211744,24.307842,23.477039,23.665154,23.503248,23.534105,21.496803,21.923161,22.317816,22.952551,22.856367,22.781115,23.016731,23.452093,28.891619,28.929642,29.24683,28.842947,28.860882,28.965456,28.994312,28.294098,28.541859,28.759974,29.461447,29.268297,29.123905,29.373077,31.667677,24.944696,25.032965,25.359985,25.077784,25.195782,25.291815,25.17827,24.220497,24.438322,24.737885,25.264023,25.128496,25.002516,25.271715,26.445187,28.452911,28.500736,28.811832,28.430552,28.466324,28.565407,28.602737,27.76124,28.037481,28.291826,29.039762,28.845537,28.696905,28.956966,30.714054,28.831244,28.852581,29.118267,28.610231,28.616228,28.760891,28.864454,27.699961,28.07317,28.347998,29.363136,29.14892,28.983555,29.109947,29.985298,24.188622,24.259314,24.370548,24.057129,24.525148,24.473539,24.486446,22.784393,22.991693,23.604614,24.002935,23.92219,23.85458,24.048481,24.449755,31.121069,31.08766,31.391567,30.955545,30.919029,31.226145,31.39678,30.420021,30.769657,31.008703,32.341511,32.077251,31.882996,31.830793,32.581146,25.296761,25.369543,25.49815,24.46874,24.521675,24.448143,24.508947,22.48975,23.025272,23.324493,24.116449,23.987528,23.885393,24.060419,24.545191,27.330183,27.402311,27.681372,27.316412,27.410732,27.471334,27.495049,26.455151,26.742634,27.057722,27.753809,27.58531,27.448845,27.740013,29.016228,45.187576,45.066696,45.237926,45.061848,44.984707,46.149792,46.711063,46.344707,46.445297,46.527069,49.79282,49.551647,49.38356,48.271671,48.455452,25.602699,25.685658,25.869724,25.492188,25.753887,25.737783,25.761129,24.312246,24.587564,25.045706,25.618267,25.495108,25.39274,25.650534,26.334892,24.715029,24.763411,25.119478,24.79896,24.815361,24.941902,24.74975,23.963139,24.142967,24.353971,24.870718,24.715714,24.567959,24.74275,26.188974,29.47139,29.481123,29.787727,29.3594,29.35709,29.533442,29.640947,28.655148,28.992359,29.249306,30.284237,30.047501,29.873337,29.996666,31.093975,31.299557,31.262543,31.621258,31.260351,31.225817,31.532188,31.696133,30.866947,31.180708,31.406282,32.715454,32.422424,32.223873,32.196732,33.164089,24.60832,24.695126,24.805994,23.817879,23.920004,23.791616,23.83609,21.761185,22.264967,22.595058,23.304653,23.19178,23.103321,23.315336,23.784025,26.238987,26.305496,26.472445,25.692343,25.751545,25.731535,25.796186,24.0944,24.548233,24.863123,25.691269,25.542109,25.421362,25.608372,26.193325,31.402559,31.354263,31.539711,30.765852,30.711514,31.093605,31.303532,29.91518,30.384619,30.624224,32.107391,31.902693,31.724075,31.509666,31.882763,30.446554,30.419161,30.6387,29.967556,29.926521,30.222109,30.396942,29.091103,29.530203,29.782259,31.107883,30.890802,30.712069,30.617109,31.113369,28.227715,28.256201,28.483492,27.857428,27.864923,27.980062,28.081905,26.722155,27.139898,27.422827,28.425642,28.2306,28.075068,28.191288,28.895468,33.668999,33.593639,33.854408,33.424953,33.362831,33.848694,34.098816,33.168705,33.500328,33.715191,35.436157,35.171932,34.966866,34.678234,35.1507,27.073589,27.106213,27.271229,26.275299,26.273623,26.353655,26.458046,24.644726,25.19471,25.470356,26.439646,26.278759,26.146324,26.220018,26.698446,28.80669,28.841484,29.151077,28.755375,28.779863,28.900433,28.967695,28.057137,28.360043,28.620649,29.475445,29.262533,29.103851,29.32024,30.792002,30.289005,30.291636,30.612646,30.128309,30.120539,30.245205,30.300165,29.818159,30.019243,30.177469,30.868591,30.65316,30.51833,30.679817,33.997189,31.207415,31.151892,31.786592,31.491882,31.459225,31.729822,31.861191,31.451672,31.653334,31.799778,33.016933,32.558289,32.375389,32.366947,34.41293,25.58112,25.68079,25.945332,25.664326,25.872667,25.911579,25.881983,24.730066,24.97323,25.365864,25.900541,25.775694,25.66577,25.987001,26.983946,30.644306,30.633261,30.982578,30.501925,30.487585,30.632742,30.701422,30.259113,30.452808,30.600863,31.348295,31.105017,30.966526,31.088932,34.446884,29.698809,29.709854,30.054428,29.667219,29.666214,29.823633,29.904299,29.160509,29.437805,29.660719,30.557608,30.316605,30.151058,30.325039,32.186657,21.173092,21.431074,21.588223,20.345165,20.349094,20.417833,20.313843,18.419418,19.230785,19.563953,20.020685,20.003809,20.052124,20.154245,20.381563,21.614086,21.839867,21.996653,20.518139,20.52282,20.596643,20.529428,18.357471,19.232021,19.547777,20.063742,20.055653,20.068985,20.220592,20.457214,22.044762,22.163731,22.303612,20.206493,20.244715,20.320677,20.314209,17.398653,18.414423,18.656839,19.299156,19.336948,19.292824,19.488317,19.742737,20.730349,21.365534,21.652494,21.506491,21.555769,21.597034,21.373283,20.630896,21.219007,21.591549,21.85845,21.849918,22.005047,22.556105,22.8395,23.216854,23.779171,24.115225,23.899345,23.969677,24.023397,23.917742,23.022217,23.570095,23.948189,24.357771,24.356302,24.37928,25.354498,25.743401,20.968733,21.182125,21.317806,19.70899,19.705294,19.773846,19.697161,17.410349,18.33354,18.649065,19.083241,19.068737,19.10412,19.168077,19.370323,23.13731,23.278381,23.454004,22.08399,22.19224,22.286795,22.287989,20.100946,20.860029,21.188833,21.915718,21.985235,21.935339,22.192867,22.516319,21.140781,21.553772,21.773056,21.266069,21.299097,21.360138,21.180681,20.075748,20.693928,21.056143,21.451506,21.435465,21.545134,21.813791,22.090752,22.277092,22.628096,22.852404,22.149408,22.185982,22.257565,22.150646,20.79467,21.452808,21.816719,22.309423,22.301262,22.336,22.679806,22.987633,18.571154,18.937019,19.09667,18.645651,18.671864,18.723886,18.401272,17.459106,18.010571,18.328051,18.606668,18.58359,18.85561,18.784506,18.982416,18.915627,19.148302,19.260769,17.838737,17.835138,17.877317,17.688066,15.672249,16.52084,16.807783,17.094599,17.074116,17.227837,17.086042,17.241018,22.860289,24.108286,24.535162,24.750799,24.8463,24.871761,24.806377,24.236105,24.558264,24.813738,25.091265,25.099018,25.080805,29.096094,29.529585,21.7904,22.568495,22.928478,22.883226,22.946356,22.977634,22.807564,22.104473,22.707697,23.091782,23.34281,23.341106,23.438755,24.480244,24.807104,23.794214,24.107338,24.367022,23.827272,23.94375,24.025438,23.980856,22.682819,23.233606,23.631819,24.210825,24.230759,24.201263,24.754108,25.146358,24.000036,24.343891,24.624472,24.217999,24.357101,24.435282,24.390484,23.206421,23.712523,24.123611,24.675169,24.695084,24.664017,25.334858,25.749641,21.877674,22.147678,22.328413,21.185678,21.201227,21.275545,21.190397,19.376949,20.15439,20.491543,21.007162,20.998112,21.021019,21.225744,21.489504,21.198496,21.905838,22.227005,22.134514,22.189192,22.225033,22.024815,21.306084,21.904789,22.284866,22.540236,22.535255,22.664255,23.423986,23.725393,19.106731,19.530878,19.718412,19.360769,19.39625,19.451405,19.152111,18.282482,18.83865,19.171171,19.459248,19.444387,19.691702,19.74733,19.971535,20.17205,20.403257,20.529388,19.027174,19.022514,19.078344,18.957291,16.810314,17.70064,18.013176,18.377712,18.357723,18.440159,18.424654,18.606936,24.078785,24.815821,25.221649,25.230247,25.376141,25.422951,25.364727,24.577673,24.972425,25.33042,25.697231,25.709919,25.687445,27.827164,28.299051,23.304253,23.661072,23.921045,23.359695,23.431705,23.507832,23.436798,22.175337,22.770653,23.150566,23.68857,23.693985,23.688637,24.217955,24.584908,21.894594,21.994352,22.130011,19.887115,19.937914,20.021006,20.027668,16.95775,18.019468,18.249254,18.897545,18.956125,18.914316,19.096008,19.356058,21.679874,21.833284,21.971962,19.892506,19.903811,19.975134,19.950737,17.093018,18.122112,18.374231,18.965506,18.978727,18.953119,19.133533,19.363209,22.575308,23.24654,23.598316,23.473965,23.536118,23.576998,23.438988,22.651625,23.221041,23.597675,23.929083,23.925375,23.983236,25.039669,25.39934,19.980221,20.35121,20.531218,19.954388,19.977499,20.035089,19.803864,18.671795,19.288363,19.631683,19.982397,19.960573,20.130127,20.20207,20.43285,23.784945,24.387217,24.756376,24.610569,24.699432,24.752073,24.669016,23.812284,24.316492,24.688007,25.101721,25.106413,25.105421,26.411299,26.839579,23.352135,23.831354,24.141577,23.829344,23.904186,23.967087,23.875135,22.87509,23.42701,23.809828,24.268993,24.269423,24.279703,25.081808,25.471323,23.130558,24.018038,24.449467,24.492285,24.572021,24.5987,24.492529,23.821865,24.33765,24.681507,24.967432,24.97468,25.003017,27.041418,27.435099,22.568628,23.328176,23.708214,23.654751,23.721788,23.754986,23.617851,22.888407,23.461029,23.83526,24.129627,24.129211,24.188311,25.470337,25.83091,21.714985,21.901567,22.049623,20.242771,20.249249,20.32321,20.282949,17.736927,18.697029,18.980368,19.54294,19.546034,19.535603,19.709543,19.944305,23.340054,23.647532,23.888895,23.183893,23.25703,23.338453,23.282543,21.862017,22.484634,22.858437,23.436296,23.447502,23.430481,23.885178,24.243992,23.717113,24.536978,24.960073,24.970787,25.058569,25.095606,25.0133,24.296783,24.757168,25.092197,25.436718,25.444645,25.443115,27.586575,28.023647,24.083139,24.745419,25.140451,25.070229,25.179766,25.230078,25.161238,24.348209,24.801966,25.163164,25.564339,25.573721,25.558361,27.256704,27.715122,22.718149,23.704634,24.156389,24.266085,24.356386,24.375683,24.261383,23.644926,24.181021,24.523092,24.758268,24.769632,24.815205,27.024464,27.397106,22.83354,23.673836,24.087088,24.095528,24.170843,24.198711,24.076616,23.387268,23.941559,24.303869,24.582773,24.587059,24.632528,26.291855,26.666807,22.702076,23.934219,24.387983,24.602285,24.688766,24.70488,24.622154,24.074188,24.477816,24.751335,24.993553,25.00687,25.016956,28.641134,29.032621,21.302019,21.651821,21.849567,21.121035,21.144279,21.210123,21.060394,19.71657,20.385872,20.741697,21.176876,21.159994,21.242035,21.445692,21.71122,22.607357,23.801279,24.262577,24.467478,24.562302,24.578386,24.490261,23.938454,24.387394,24.681963,24.912554,24.929382,24.955002,28.218573,28.596779,19.990555,20.552141,20.800001,20.599106,20.64415,20.690847,20.429314,19.672874,20.244146,20.603268,20.871037,20.859119,21.058018,21.388702,21.648161,22.024593,22.47715,22.734337,22.317705,22.362852,22.423836,22.27869,21.231829,21.83304,22.206806,22.624926,22.614096,22.68325,23.148201,23.466753,22.720783,23.632874,24.064913,24.12295,24.205168,24.22813,24.106688,23.454641,24.010921,24.368011,24.619131,24.626633,24.675776,26.538937,26.909395,23.060278,23.801174,24.190887,24.130472,24.201479,24.238022,24.121645,23.373117,23.916918,24.282698,24.60854,24.609831,24.645252,26.087307,26.473684,23.018818,23.200405,23.385536,22.037703,22.10405,22.19194,22.174747,20.05386,20.835009,21.155464,21.829397,21.864691,21.822012,22.108952,22.424887,21.983166,22.122112,22.264736,20.225645,20.250025,20.323067,20.306362,17.469038,18.474072,18.723488,19.3477,19.371267,19.332993,19.531832,19.777882,24.215071,24.584755,24.885241,24.609379,24.793955,24.867945,24.828352,23.723978,24.172354,24.604898,25.118132,25.139942,25.104929,25.9328,26.371538,19.961191,20.044056,20.123209,16.888542,16.88628,16.934332,16.92572,12.831683,14.221161,14.373455,14.83595,14.850432,14.832351,14.925341,15.063243,22.983614,24.001081,24.454315,24.574333,24.661428,24.681515,24.581978,23.968351,24.456991,24.779247,25.034817,25.046637,25.07325,27.643578,28.033272,21.193541,21.751396,22.024448,21.785337,21.831879,21.880468,21.681572,20.841259,21.426586,21.798803,22.123413,22.111574,22.23744,22.74431,23.042351,22.027721,22.717512,23.057632,22.945721,23.003914,23.041895,22.879427,22.119473,22.705482,23.085192,23.384644,23.379492,23.464746,24.398811,24.733734,19.012627,19.302603,19.436581,18.556608,18.563156,18.612209,18.369532,16.95369,17.630453,17.946877,18.258537,18.234619,18.425772,18.306376,18.487696,23.4541,24.281271,24.703197,24.71076,24.790964,24.824274,24.729067,24.022421,24.515963,24.858248,25.182032,25.18844,25.201809,27.193737,27.608454,20.675657,20.762751,20.856197,17.970657,17.971392,18.020803,18.005722,14.260136,15.534146,15.703323,16.220243,16.234173,16.199455,16.319672,16.484875,23.744448,24.19367,24.506849,24.193037,24.287935,24.355341,24.283064,23.252745,23.780519,24.169367,24.657576,24.664129,24.655039,25.495659,25.907434,21.238392,21.414801,21.544258,19.604242,19.599022,19.670584,19.626038,16.95606,17.970087,18.255335,18.750757,18.745785,18.749907,18.859732,19.064102,23.38805,24.39669,24.839195,24.949131,25.034702,25.061876,24.981138,24.347298,24.768988,25.070538,25.371136,25.38089,25.379354,28.268057,28.695541,22.383347,22.67816,22.883457,21.934635,21.965191,22.041826,21.961571,20.336901,21.054405,21.404228,21.941126,21.937269,21.949718,22.243994,22.541616,22.752352,23.198668,23.475595,23.068533,23.12542,23.189705,23.077908,22.01029,22.597799,22.976616,23.431707,23.426464,23.459324,24.047998,24.399574,22.530613,22.925957,23.175707,22.635515,22.683287,22.751993,22.641924,21.446249,22.063534,22.436708,22.913927,22.907393,22.941528,23.394381,23.725401,23.828081,24.040102,24.256695,23.586538,23.773188,23.861221,23.84531,22.314592,22.845009,23.27236,23.912743,23.960329,23.913792,24.314226,24.684576,22.148745,22.998549,23.393438,23.399063,23.47274,23.499485,23.351133,22.673513,23.276243,23.656998,23.897221,23.900074,23.979004,25.317171,25.660706,20.762304,20.886713,20.991117,18.408298,18.39974,18.460123,18.437141,15.049767,16.246744,16.465044,16.969738,16.976988,16.963543,17.076925,17.254944,24.034994,24.449186,24.760006,24.454184,24.579887,24.651321,24.595631,23.534124,24.030813,24.432514,24.942118,24.955647,24.931681,25.780796,26.210228,18.770931,19.096584,19.242662,18.616362,18.633537,18.685385,18.395422,17.261889,17.857491,18.175253,18.476427,18.452129,18.689148,18.586533,18.77659,22.905779,23.228642,23.461468,22.718235,22.769371,22.84708,22.77294,21.342947,21.995207,22.360876,22.907656,22.909462,22.910961,23.315718,23.650459,22.314621,23.359102,23.82781,23.993765,24.100559,24.118366,23.996052,23.42322,23.97036,24.30681,24.507698,24.522776,24.5872,26.897785,27.257526,23.582052,23.758251,23.955437,22.992922,23.1399,23.232933,23.225681,21.430815,22.055422,22.438869,23.136864,23.196417,23.146297,23.46839,23.818825,20.408163,20.689413,20.839777,19.771051,19.775251,19.835627,19.681307,18.004932,18.761889,19.096907,19.489695,19.467283,19.565945,19.590506,19.800678,23.45273,24.176146,24.571861,24.507397,24.584612,24.624943,24.52574,23.760557,24.276192,24.635471,24.988523,24.991938,25.008205,26.580917,26.991373,24.250563,24.865597,25.250174,25.187481,25.340992,25.396051,25.34099,24.483881,24.899193,25.280758,25.686285,25.699661,25.674284,27.352533,27.825598,22.313122,22.544228,22.724325,21.379139,21.401808,21.480911,21.429771,19.372017,20.193554,20.513012,21.092972,21.096518,21.087034,21.3318,21.609257,24.075373,24.562057,24.901995,24.682119,24.800661,24.865196,24.802645,23.837105,24.32234,24.7139,25.185358,25.195797,25.176353,26.244114,26.68578,23.723732,24.104641,24.389776,23.964745,24.063917,24.138563,24.076641,22.924286,23.467659,23.860212,24.391081,24.401575,24.385,25.057453,25.457514,22.970007,23.612206,23.967394,23.823605,23.889984,23.93491,23.814777,22.997154,23.550993,23.925528,24.287205,24.285,24.323168,25.434856,25.813923,24.299412,24.816208,25.173916,25.043434,25.208242,25.270327,25.219641,24.285891,24.713867,25.116976,25.559118,25.573706,25.545235,26.866732,27.333145,23.503059,23.738243,23.956692,23.063921,23.159708,23.248314,23.219955,21.563517,22.207996,22.57711,23.221968,23.251938,23.21377,23.597504,23.953085,21.831863,22.450941,22.761988,22.585323,22.638464,22.682476,22.511688,21.703768,22.288101,22.666368,22.989502,22.981117,23.074825,23.816374,24.141459,23.715191,24.653067,25.080486,25.177452,25.296043,25.333052,25.269663,24.585262,24.953871,25.265928,25.595127,25.606062,25.585386,28.469122,28.933443,22.0784,22.603998,22.889923,22.600969,22.651754,22.705553,22.552416,21.630978,22.215544,22.592672,22.973034,22.963337,23.03854,23.649099,23.979036,24.125294,24.428162,24.696457,24.337271,24.543865,24.622866,24.592564,23.372168,23.824408,24.272848,24.820715,24.850101,24.810431,25.453531,25.870584,22.849432,23.357643,23.661406,23.36302,23.424442,23.482452,23.365891,22.40452,22.97439,23.354408,23.777451,23.772646,23.808329,24.550289,24.91468,23.612045,23.890003,24.128809,23.423906,23.523722,23.608879,23.569118,22.113157,22.712191,23.095676,23.704037,23.726149,23.694918,24.152117,24.523645,24.108849,24.675083,25.043344,24.90012,25.014355,25.072025,25.005737,24.11986,24.590712,24.969393,25.405714,25.41514,25.398029,26.741501,27.193645,23.401218,24.030674,24.395977,24.25362,24.3286,24.376637,24.275717,23.442722,23.973677,24.345039,24.731443,24.732382,24.74996,25.98291,26.386501,23.712172,24.238804,24.579685,24.355614,24.443954,24.503325,24.421442,23.490248,24.010342,24.391338,24.836958,24.840977,24.839674,25.880394,26.297976,23.326893,23.739838,24.023239,23.596453,23.670546,23.740589,23.657965,22.538843,23.108591,23.492136,23.991423,23.993685,23.996922,24.641449,25.020227,23.35738,24.286263,24.725225,24.793198,24.875641,24.903208,24.811337,24.152346,24.623077,24.947504,25.246635,25.255463,25.26709,27.677187,28.090666,21.118862,21.597422,21.841034,21.484102,21.524967,21.580849,21.386677,20.435469,21.028645,21.395554,21.756609,21.74283,21.865883,22.233006,22.521236,22.225922,23.142904,23.563736,23.619917,23.702801,23.726221,23.586763,22.941406,23.539827,23.912647,24.137484,24.14378,24.217407,25.804977,26.154972,22.63937,22.840811,23.021299,21.591999,21.62948,21.712091,21.681101,19.506397,20.334173,20.644133,21.274157,21.29167,21.262125,21.530489,21.823313,23.949549,24.734713,25.153027,25.15793,25.261644,25.303837,25.233049,24.491825,24.92346,25.26137,25.626022,25.635738,25.621941,27.788462,28.246908,22.812685,24.0686,24.503191,24.718819,24.802887,24.824474,24.752787,24.195332,24.541719,24.79657,25.066624,25.075365,25.064583,29.016045,29.434568,24.275898,24.71187,25.040403,24.841669,25.018667,25.086771,25.041466,24.025106,24.461899,24.883034,25.359871,25.377337,25.345663,26.390125,26.844233,22.544106,23.134142,23.457386,23.253759,23.312557,23.361151,23.224262,22.366852,22.937923,23.316427,23.684065,23.678013,23.734354,24.587095,24.942446,22.602205,23.709377,24.179041,24.360128,24.461849,24.47703,24.375011,23.806812,24.307478,24.626133,24.8417,24.858814,24.899519,27.669321,28.039633,22.241177,23.209871,23.653458,23.760387,23.851194,23.873476,23.737623,23.129942,23.700157,24.052296,24.270607,24.27932,24.35183,26.243299,26.600515,19.514257,20.005745,20.22324,19.958492,20.001244,20.054373,19.770794,18.975965,19.534193,19.878901,20.158829,20.148552,20.376768,20.564875,20.808855,23.580532,24.557777,24.993834,25.094219,25.188974,25.221085,25.14892,24.494616,24.890902,25.192791,25.51317,25.522951,25.510508,28.415537,28.863405,23.810684,24.50202,24.898218,24.825314,24.91424,24.959892,24.877024,24.086845,24.572805,24.930281,25.312555,25.318624,25.317205,26.959972,27.395657,23.003885,23.260162,23.470785,22.455454,22.50737,22.59111,22.544779,20.81052,21.522295,21.869701,22.475683,22.488096,22.467278,22.811266,23.136927,22.737476,23.99531,24.43848,24.657219,24.739492,24.757708,24.680395,24.131437,24.501902,24.762081,25.017694,25.028147,25.02648,28.88389,29.287632,23.987238,24.244442,24.486092,24.002438,24.203556,24.286619,24.261866,22.913898,23.395384,23.840015,24.427595,24.463583,24.421278,24.931517,25.3249,23.132626,24.18972,24.640306,24.774942,24.859476,24.881258,24.793211,24.185471,24.627174,24.929224,25.201763,25.212914,25.223385,28.156384,28.563023,20.353575,20.675953,20.842516,20.028145,20.041298,20.101675,19.916113,18.517206,19.199932,19.542366,19.928377,19.905897,20.030298,20.085911,20.310793,21.258047,21.560749,21.738115,20.779776,20.793236,20.861088,20.732498,19.144123,19.874022,20.2201,20.671976,20.654636,20.720098,20.866774,21.114546,19.403425,19.457247,19.515593,15.873824,15.869213,15.903006,15.893899,11.34712,12.867159,12.974267,13.364865,13.376249,13.353914,13.422256,13.526012,22.218718,22.063549,22.06122,22.545954,22.302332,22.295927,22.357115,21.684259,22.082207,24.145166,24.565466,24.352623,24.139809,24.489544,24.31488,20.070679,19.973743,19.974653,20.206469,20.067343,20.058689,20.071396,19.282207,19.847719,23.903461,24.221495,24.09053,23.93572,24.128641,23.971472,23.237488,22.882288,22.901577,23.385559,22.944004,22.989363,23.07811,22.357016,22.64595,23.52475,24.009359,23.706789,23.505047,23.83893,23.914392,27.161865,27.085529,27.098755,26.412821,26.313698,26.590454,26.697367,25.285336,25.849707,27.17334,28.268875,28.109158,27.929665,27.694042,27.680729,21.459286,21.323669,21.328619,21.662043,21.476171,21.478853,21.516798,20.793165,21.25481,24.035654,24.437693,24.265102,24.074381,24.332836,24.175335,24.157701,23.867359,23.868303,24.427412,23.816383,23.828596,23.952385,23.153421,23.433168,24.12315,24.606995,24.215103,24.040602,24.523052,24.544991,20.782173,20.752335,20.693363,21.602325,21.351561,21.275887,21.367769,20.760342,21.216249,24.169788,24.45574,24.24625,24.033865,24.509291,24.238537,21.586569,20.790268,20.805796,21.031439,19.730427,19.768822,19.81148,18.42627,18.533693,18.714268,18.996639,18.334789,18.247025,18.374207,18.521641,23.861914,23.493666,23.504166,23.999819,23.37286,23.401243,23.506901,22.670614,22.942951,23.626015,24.093782,23.700645,23.512608,23.919928,23.968901,23.799288,23.836025,23.836182,24.230045,23.595106,23.599634,23.750841,23.013655,23.140583,23.568247,24.456976,24.063217,24.192417,24.707632,24.748236,23.254803,23.009567,23.015024,23.552504,23.190023,23.206488,23.294895,22.610163,22.942965,24.19627,24.665575,24.392353,24.176723,24.566982,24.521822,23.31135,22.727852,22.74267,23.06576,22.04118,22.07625,22.15616,20.995306,21.187195,21.548038,21.92164,21.358046,21.218204,21.507788,21.59453,23.553185,23.473835,23.436476,24.309687,23.891668,23.854799,23.997801,23.402845,23.73213,24.864943,25.341482,25.039711,24.84726,25.4452,25.350067,22.50658,22.176958,22.213858,22.568848,22.354248,22.453402,22.534569,21.896099,22.221525,23.401094,23.9548,23.768944,23.58737,23.755348,23.908079,21.979834,21.578009,21.608143,22.078707,21.778687,21.847519,21.922487,21.308558,21.580738,22.474627,22.950499,22.727291,22.546667,22.775358,22.965405,22.218185,22.044157,22.065626,22.28763,22.117476,22.170883,22.219959,21.465878,21.913031,24.294703,24.801733,24.635538,24.449841,24.625349,24.588188,24.027323,23.891996,23.91971,23.878328,23.751186,23.893248,23.966347,23.066515,23.534428,25.524578,26.264938,26.109358,25.922674,25.938234,25.936934,21.978027,21.936178,21.969742,21.845905,21.764179,21.847313,21.887121,20.921438,21.495531,24.43022,24.980307,24.839962,24.677691,24.715174,24.663465,22.100315,21.301226,21.314392,21.487331,20.042355,20.071095,20.112068,18.589436,18.692688,18.862396,19.115904,18.374638,18.291851,18.428965,18.50778,24.487951,24.449654,24.484076,23.85655,23.777615,23.960346,24.034986,22.647614,23.274054,25.013561,25.81148,25.670189,25.508858,25.408781,25.403656,21.538599,20.934126,20.960569,21.4114,20.797024,20.86113,20.931911,20.141762,20.32872,20.732769,21.127598,20.775496,20.625776,20.823881,21.10556,24.299595,24.128363,24.126534,24.651867,24.000774,24.006104,24.154383,23.36804,23.60107,24.13203,24.734129,24.32366,24.254885,24.790371,24.825975,22.810884,22.626394,22.62294,23.176855,22.876095,22.872911,22.951506,22.286413,22.649965,24.282362,24.723083,24.478214,24.259211,24.655087,24.524849,21.628511,21.530739,21.552298,21.596819,21.478712,21.524971,21.564556,20.689266,21.238764,24.4914,24.980972,24.84491,24.680893,24.773941,24.718941,23.894348,23.608057,23.610218,24.18066,23.655521,23.669613,23.781164,23.026306,23.324232,24.177383,24.651731,24.300518,24.101412,24.555033,24.557751,22.657963,22.576567,22.531355,23.418823,23.081036,23.027615,23.14237,22.549208,22.916363,24.606346,25.00099,24.736797,24.513071,25.059881,24.872549,20.982347,20.888939,20.874214,21.364382,21.174589,21.1425,21.188177,20.511913,20.969063,23.863667,24.203585,24.02261,23.823364,24.159641,23.873108,26.3764,26.210321,26.226414,26.11194,25.973627,26.220297,26.329422,25.399263,25.816441,27.23605,28.243578,28.083759,27.887764,27.767414,27.79479,21.124754,21.019577,21.011677,21.449257,21.259363,21.23638,21.278507,20.58947,21.04702,23.893414,24.250408,24.071661,23.873808,24.188267,23.934603,22.408514,22.071049,22.113209,22.392336,22.237362,22.37464,22.46167,21.817898,22.149199,23.291306,23.903482,23.747372,23.583994,23.659828,23.871773,22.221132,22.038168,22.054943,22.361427,22.163179,22.199587,22.251055,21.531868,21.955088,24.171005,24.648859,24.466591,24.27169,24.50264,24.437214,24.275063,24.152107,24.142395,24.757975,24.192924,24.189535,24.341553,23.631311,23.88685,24.527933,25.131363,24.759047,24.665802,25.232014,25.243065,23.7313,23.534527,23.521721,24.200897,23.75959,23.750172,23.867474,23.18635,23.508389,24.583403,25.047989,24.731682,24.524569,25.031702,24.96904,23.713408,23.379202,23.389675,23.907145,23.377861,23.406284,23.507799,22.735971,23.025482,23.845705,24.321178,23.972488,23.771999,24.173136,24.207315,24.129881,23.765188,23.7721,24.253763,23.526489,23.547577,23.665455,22.770428,23.026482,23.580521,24.043779,23.601742,23.44124,23.885355,23.935875,23.467861,23.520594,23.474163,24.423952,23.991982,23.952517,24.125004,23.610836,23.912531,24.851959,25.444201,25.152336,25.029118,25.68107,25.617418,23.198542,22.775648,22.797819,23.256948,22.715166,22.766937,22.855392,22.073114,22.334452,23.024509,23.49894,23.15457,22.963804,23.278833,23.396366,21.606064,21.617613,21.66474,21.096375,21.051704,21.161476,21.20734,19.855829,20.568691,23.297441,23.814575,23.692678,23.567554,23.532364,23.530537,21.878798,21.222591,21.242565,21.617916,20.763517,20.816071,20.885069,19.886507,20.057144,20.391375,20.749329,20.288364,20.155607,20.352215,20.573553,23.424925,23.194584,23.193104,23.78199,23.38945,23.394808,23.491949,22.804852,23.134848,24.339081,24.801014,24.510885,24.294817,24.72814,24.667877,22.816368,22.221313,22.243076,22.593422,21.697416,21.747854,21.82292,20.767799,20.962162,21.355062,21.763802,21.269306,21.119204,21.366896,21.508657,23.242208,23.204861,23.242176,22.942183,22.862934,22.995419,23.051565,21.951723,22.526949,24.835335,25.516035,25.370262,25.205276,25.18074,25.154575,22.66396,22.429485,22.455534,22.767399,22.558453,22.624252,22.68981,21.992453,22.375731,24.09934,24.630167,24.441311,24.24614,24.454704,24.470734,22.490034,22.29973,22.307974,22.739496,22.491667,22.507778,22.570841,21.888607,22.274982,24.144794,24.601046,24.38793,24.178148,24.492573,24.388451,24.057972,23.767864,23.775349,24.176506,23.327719,23.341627,23.477856,22.516052,22.713806,23.102468,23.630482,23.134323,23.096159,23.567209,23.628433,22.09354,21.725979,21.771536,22.117352,21.941795,22.065899,22.154812,21.548065,21.860781,22.900412,23.46776,23.30266,23.141178,23.249554,23.483784,22.640652,22.338444,22.365969,22.764832,22.507874,22.575083,22.650082,21.995369,22.326,23.599371,24.114914,23.904535,23.709272,23.946396,24.026424,21.046801,21.047503,20.963087,22.017807,21.584242,21.516655,21.64253,21.143595,21.59318,23.648302,23.946693,23.720306,23.444174,23.990345,23.794844,23.549744,23.071735,23.088858,23.501102,22.727926,22.768265,22.860905,21.904425,22.140665,22.661757,23.10408,22.652214,22.480766,22.817812,22.908594,22.474934,22.272957,22.287922,22.663074,22.433313,22.465168,22.525461,21.832613,22.224756,24.123817,24.600895,24.399441,24.195738,24.468122,24.402637,20.927301,20.476065,20.515217,20.856424,20.756338,20.932772,21.026751,20.476892,20.755674,21.553753,22.148676,22.035839,21.907454,21.888844,22.265146,22.272537,21.757303,21.785488,22.238073,21.696238,21.761261,21.836941,21.078873,21.30094,21.838017,22.285818,21.953964,21.781786,22.022921,22.24242,22.890387,22.876516,22.9186,22.411369,22.346458,22.478924,22.533371,21.24721,21.891451,24.141891,24.78072,24.644714,24.496096,24.453583,24.443504,23.59849,23.41436,23.445044,23.51181,23.372017,23.504433,23.578922,22.759003,23.191986,25.026192,25.719917,25.562441,25.378017,25.431278,25.468708,23.225111,23.079739,23.055454,23.800003,23.431606,23.403389,23.51284,22.874083,23.220425,24.620173,25.053024,24.770578,24.551962,25.064356,24.931728,20.296734,19.771339,19.803738,20.350763,20.059917,20.12538,20.184412,19.647919,19.853668,20.46777,20.871237,20.664742,20.514326,20.691385,21.033899,23.594927,23.301081,23.30888,23.848137,23.391211,23.414211,23.512911,22.785826,23.092497,24.063141,24.538963,24.222099,24.013618,24.419558,24.424006,23.960768,23.99103,23.964369,24.715742,24.252316,24.231194,24.398064,23.815657,24.06896,24.817049,25.500311,25.179909,25.121376,25.742468,25.719372,22.002493,21.212063,21.22765,21.421295,20.03871,20.072966,20.117199,18.65016,18.760242,18.943932,19.227627,18.520742,18.432945,18.571493,18.671844,23.016823,23.017794,22.962315,23.993631,23.570726,23.519693,23.679089,23.161736,23.510155,24.711197,25.181437,24.90139,24.704571,25.339466,25.232233,21.675257,21.615974,21.565275,22.438776,22.162926,22.096495,22.191408,21.589466,21.997078,24.334885,24.672537,24.441072,24.219929,24.719952,24.462702,22.786476,22.531696,22.550869,22.970568,22.700441,22.744352,22.816629,22.143599,22.494495,23.954657,24.449902,24.227957,24.022249,24.307577,24.30549,22.475149,22.368629,22.335014,23.107121,22.802073,22.756565,22.851887,22.230787,22.606344,24.464157,24.853067,24.60243,24.379583,24.873224,24.663708,23.879599,23.992718,23.979916,24.539064,24.047689,24.040741,24.204275,23.601389,23.772432,24.352179,25.227665,24.89749,24.974161,25.551855,25.561611,23.670221,23.519754,23.496857,24.252264,23.826351,23.804016,23.930088,23.281775,23.60894,24.733707,25.19717,24.887478,24.683397,25.228634,25.144781,22.359795,22.31925,22.25849,23.267765,22.910929,22.846981,22.975027,22.422218,22.801054,24.525774,24.904093,24.644321,24.413599,24.991411,24.80435,21.822914,21.847418,21.781328,22.897911,22.407047,22.349733,22.505987,22.050222,22.468075,23.891422,24.274445,24.030441,23.77183,24.377998,24.254814,24.170925,23.796244,23.803774,24.239777,23.417809,23.437449,23.561237,22.600996,22.834677,23.284338,23.738503,23.253138,23.129297,23.578522,23.63872,23.140179,22.940945,22.93576,23.530302,23.185123,23.182056,23.272038,22.603186,22.949923,24.365231,24.813721,24.545731,24.326239,24.753788,24.650494,26.955164,26.827713,26.844915,26.626917,26.497406,26.764271,26.880781,25.870607,26.315538,27.802809,28.903154,28.742935,28.540165,28.374205,28.368916,20.581697,20.477726,20.488371,20.626335,20.499399,20.514898,20.534525,19.704699,20.273113,24.135639,24.517876,24.389719,24.236887,24.377203,24.287918,24.079653,23.974104,24.002035,23.893038,23.776676,23.920898,23.991182,23.041441,23.533356,25.613852,26.365549,26.21147,26.026005,26.022764,26.003595,27.851036,27.755135,27.776337,27.375435,27.28644,27.60343,27.72541,26.595076,27.069242,28.529083,29.754227,29.590204,29.388538,29.124805,29.100834,21.024866,20.950924,20.919071,21.578573,21.36451,21.311419,21.374615,20.728062,21.172825,24.008652,24.328436,24.13055,23.924644,24.33029,24.021999,23.134644,22.876465,22.912762,23.092876,22.94169,23.077448,23.158997,22.430403,22.810802,24.280588,24.94005,24.781155,24.603439,24.676731,24.792683,23.6472,23.414045,23.40988,24.025188,23.589571,23.592167,23.698822,22.999985,23.320679,24.4018,24.866791,24.555248,24.343752,24.806156,24.758743,23.859827,23.813328,23.780912,24.612892,24.162535,24.133728,24.290657,23.696514,23.997528,24.913544,25.46574,25.149549,25.004225,25.621344,25.567047,22.989597,22.744074,22.755646,23.237646,22.925287,22.95225,23.030846,22.35478,22.698187,24.08053,24.557953,24.31168,24.098858,24.440409,24.404421,23.913961,23.839306,23.870186,23.681707,23.581072,23.725052,23.790375,22.782124,23.304056,25.464193,26.20751,26.055588,25.87553,25.856382,25.827637,23.576103,23.789747,23.75803,24.492781,24.076979,24.054272,24.232195,23.738848,23.931179,24.613396,25.499472,25.211491,25.277851,25.908592,25.889853,23.782104,23.29023,23.302214,23.683376,22.774281,22.804117,22.90291,21.848433,22.068619,22.491096,22.897114,22.379053,22.231245,22.594707,22.6686,21.485603,21.063726,21.09753,21.543482,21.309639,21.399939,21.478249,20.909395,21.180216,22.067511,22.544664,22.365162,22.20286,22.370207,22.626028,24.121241,23.913448,23.904011,24.554533,24.027067,24.024323,24.156914,23.437796,23.734425,24.549856,25.047718,24.691521,24.514702,25.045685,25.031269,23.369308,23.075123,23.086992,23.601381,23.194763,23.224695,23.315714,22.610655,22.923071,23.974646,24.454996,24.16363,23.953394,24.325695,24.336367,21.7391,21.599064,21.600365,22.002411,21.795494,21.792048,21.839094,21.142424,21.575687,24.04838,24.454721,24.266113,24.064423,24.364416,24.184938,20.553514,20.4573,20.454617,20.79999,20.637955,20.620234,20.649338,19.923313,20.428808,23.823137,24.156967,24.001398,23.821316,24.082434,23.852339,24.042652,23.762796,23.762842,24.341564,23.781221,23.792168,23.911226,23.142756,23.434179,24.216682,24.695591,24.326998,24.138132,24.614313,24.621824,24.157467,24.028036,24.011177,24.712227,24.202353,24.190546,24.338278,23.664577,23.952219,24.74029,25.286455,24.938488,24.794601,25.370901,25.351486,22.6026,22.432823,22.459303,22.602058,22.451525,22.531395,22.587143,21.797651,22.251595,24.533072,25.101854,24.943445,24.761047,24.882931,24.876104,22.833712,22.512508,22.535156,22.993958,22.667812,22.720024,22.799728,22.134254,22.444443,23.542288,24.036184,23.789619,23.588146,23.879036,23.95019,23.924644,23.524742,23.535492,24.001839,23.287895,23.316233,23.423115,22.524324,22.781183,23.364853,23.820951,23.388531,23.213558,23.618219,23.67696,22.845228,22.607134,22.639616,22.874708,22.698767,22.795288,22.865692,22.147589,22.538143,24.222033,24.809818,24.637798,24.451498,24.593319,24.653593,20.136652,19.563251,19.591299,20.134443,19.77492,19.834429,19.88076,19.313524,19.493958,19.973299,20.349566,20.113655,19.96887,20.14187,20.509825,22.830481,22.307041,22.331591,22.745321,22.062397,22.11993,22.201214,21.320904,21.543476,22.048027,22.492161,22.092327,21.921938,22.188881,22.353846,23.326117,23.210022,23.17725,23.998503,23.611837,23.575981,23.699686,23.08214,23.424297,24.74254,25.182356,24.892048,24.678986,25.23357,25.108337,23.018091,22.404472,22.422596,22.736814,21.712524,21.753777,21.827164,20.662817,20.84687,21.199051,21.580873,21.023293,20.883522,21.139059,21.244339,22.805872,22.771574,22.714928,23.728355,23.338852,23.282349,23.424646,22.881124,23.242378,24.672192,25.091747,24.817656,24.598696,25.204809,25.059275,22.962828,23.130911,23.07753,24.086592,23.645264,23.606199,23.794847,23.363281,23.653433,24.523561,25.200068,24.933338,24.855881,25.520996,25.469021,23.917116,23.709427,23.698624,24.365015,23.885153,23.879679,24.003126,23.304081,23.615417,24.567915,25.044724,24.710575,24.513378,25.02891,24.989998,22.402056,22.269995,22.250172,22.898155,22.615938,22.585274,22.664902,22.021112,22.401899,24.315655,24.714853,24.477007,24.256172,24.693605,24.485891,23.693102,23.207878,23.221992,23.619778,22.771744,22.805773,22.901484,21.890238,22.118685,22.588758,23.01339,22.52482,22.364084,22.716719,22.795427,23.067242,22.907045,22.889227,23.572004,23.226877,23.204947,23.302549,22.65344,23.005833,24.501083,24.930931,24.660503,24.439466,24.91419,24.773264,24.290482,24.04266,24.040731,24.607609,23.981781,23.989088,24.124819,23.333794,23.603292,24.234381,24.747746,24.34762,24.201986,24.717461,24.741823,21.967207,21.836418,21.825552,22.359224,22.120983,22.099039,22.160122,21.497698,21.903275,24.114502,24.508015,24.296711,24.082874,24.456291,24.232605,23.491379,23.062843,23.081364,23.53274,22.901827,22.945765,23.039326,22.190994,22.448473,23.086708,23.552681,23.164936,22.978191,23.32028,23.412945,22.39908,21.947769,21.975361,22.447685,22.005116,22.067698,22.144821,21.44908,21.696205,22.374403,22.839954,22.548153,22.36553,22.625109,22.815361,19.550482,19.463715,19.465168,19.618114,19.50128,19.497278,19.501068,18.661827,19.284964,23.960478,24.255936,24.14539,24.012272,24.155464,24.042086,22.669149,22.283453,22.309008,22.782053,22.401009,22.459204,22.539562,21.865997,22.14328,23.002529,23.485319,23.21686,23.023739,23.303818,23.439011,22.74202,22.53657,22.543301,23.019367,22.740711,22.755619,22.827063,22.152596,22.51951,24.169882,24.630163,24.399641,24.185644,24.528603,24.437063,20.726982,20.633406,20.648546,20.739801,20.622068,20.641737,20.668564,19.809864,20.390488,24.229761,24.633331,24.507908,24.356701,24.472378,24.398092,22.121191,22.042032,22.067997,22.036455,21.930887,22.000387,22.044058,21.131077,21.67803,24.648426,25.195532,25.055216,24.886467,24.949886,24.897322,20.453056,19.843742,19.875433,20.3951,19.945616,20.013111,20.070908,19.440119,19.613136,20.019161,20.416721,20.145472,19.998714,20.170786,20.537336,25.919838,25.655447,25.674612,25.681055,25.550934,25.827604,25.956247,25.145178,25.501102,26.538183,27.535566,27.385405,27.204227,27.073,27.205973,21.320553,21.184841,21.195534,21.432211,21.270153,21.2885,21.319422,20.55271,21.047478,24.123913,24.541676,24.38677,24.21035,24.407896,24.3036,23.129967,22.836828,22.852789,23.339336,22.981987,23.019495,23.103676,22.418972,22.737383,23.871744,24.357819,24.091866,23.882845,24.220186,24.241001,21.379534,21.282967,21.261404,21.843809,21.626446,21.586397,21.64414,20.990074,21.418402,23.996889,24.347172,24.147118,23.937469,24.3221,24.034182,24.196915,23.954605,23.987022,24.060839,23.925692,24.112932,24.209572,23.420477,23.807035,25.153204,25.945248,25.792408,25.613392,25.604338,25.719227,21.090786,21.030285,20.987837,21.750942,21.519476,21.456722,21.532278,20.901571,21.340748,24.135212,24.448378,24.240637,24.03141,24.474499,24.179945,23.923429,23.779562,23.758272,24.505259,24.041183,24.022825,24.160057,23.503704,23.816015,24.778269,25.271877,24.94463,24.760849,25.325865,25.272198,23.475748,23.122511,23.13842,23.632008,23.139334,23.178059,23.272194,22.519312,22.80653,23.642504,24.12281,23.794424,23.592896,23.954657,24.013329,19.093695,20.344593,20.456112,20.455719,20.482397,20.410446,20.342709,19.632118,20.650812,21.372511,21.53689,21.364407,21.288599,21.467056,21.426222,18.729885,20.15876,20.26228,20.254875,20.275284,20.214867,20.153128,19.398844,20.519121,21.272976,21.426414,21.281794,21.220148,21.373644,21.347851,19.06736,19.696913,19.80994,19.769815,19.818796,19.72308,19.609303,19.084442,19.719625,20.317701,20.501123,20.14361,20.025236,20.170321,20.064865,19.494017,20.199646,20.31764,20.313581,20.363174,20.25988,20.173405,19.616117,20.30625,20.919878,21.10396,20.8088,20.689226,20.881075,20.779108,18.740231,19.652245,19.766218,19.701349,19.73526,19.675083,19.550215,18.932859,19.747875,20.429583,20.620605,20.328074,20.252684,20.356705,20.3109,18.087774,19.878183,19.96627,19.965433,19.981159,19.933565,19.890919,19.069395,20.390558,21.195538,21.314909,21.218878,21.174583,21.308254,21.296736,18.5755,19.70804,19.811525,19.756117,19.770914,19.727289,19.656296,18.928078,19.876682,20.608236,20.806019,20.659431,20.617054,20.630629,20.62686,18.088327,19.412945,19.506598,19.455566,19.467564,19.430815,19.373091,18.609228,19.659151,20.390846,20.564623,20.470173,20.451254,20.407528,20.422375,17.819662,19.413694,19.499094,19.45845,19.468443,19.433104,19.380209,18.567326,19.771021,20.541592,20.691805,20.613956,20.598753,20.602472,20.617371,17.890957,19.811302,19.894304,19.902107,19.917326,19.871788,19.838064,19.000013,20.391861,21.213085,21.317902,21.234777,21.192017,21.327927,21.316084,18.560358,19.347918,19.457598,19.36109,19.384598,19.339443,19.213425,18.596233,19.33993,20.04282,20.265038,19.971878,19.904377,19.91778,19.882807,18.304073,20.088253,20.180571,20.194904,20.21269,20.157249,20.11861,19.304796,20.623585,21.42005,21.534492,21.440458,21.388554,21.549316,21.531332,18.242489,18.986626,19.099373,18.977558,19.014616,18.969803,18.799381,18.236809,18.946756,19.61385,19.813532,19.430429,19.362633,19.384644,19.344044,18.224163,19.142727,19.244162,19.17967,19.197943,19.167212,19.104885,18.439898,19.251219,19.936384,20.143585,20.008482,19.978945,19.829041,19.837717,17.277615,17.914492,18.03047,17.827957,17.893295,17.865763,17.601875,17.140282,17.770885,18.378233,18.52021,17.965521,17.917143,17.858898,17.833147,18.059204,19.687511,19.77676,19.74551,19.756405,19.715551,19.661797,18.842789,20.073341,20.858948,21.007719,20.917149,20.888748,20.9569,20.963186,18.713861,19.360716,19.472864,19.399311,19.44496,19.364277,19.216967,18.695883,19.33835,19.946075,20.133976,19.743641,19.640236,19.746407,19.657324,17.071266,17.482651,17.585806,17.347618,17.378853,17.362663,17.112759,16.665409,17.156918,17.826488,18.080076,17.514854,17.446756,17.265419,17.220591,18.037069,18.614143,18.723192,18.58593,18.634047,18.568769,18.358921,17.886028,18.474552,19.060234,19.247084,18.756844,18.669201,18.702866,18.626892,18.972483,20.153103,20.264008,20.244749,20.270624,20.204508,20.124578,19.427296,20.40461,21.123659,21.297724,21.103123,21.030231,21.183193,21.144684,18.019218,18.635571,18.743265,18.590389,18.61849,18.580362,18.393959,17.857866,18.488188,19.158089,19.386118,18.961746,18.891546,18.852453,18.807972,18.792423,19.873833,19.983086,19.932642,19.953836,19.899918,19.808638,19.116171,20.036743,20.761084,20.955214,20.74732,20.684168,20.776892,20.749844,19.717674,20.743303,20.865911,20.891125,20.929886,20.834576,20.771103,20.116968,21.007095,21.679682,21.853836,21.660799,21.562214,21.791292,21.72526,19.201622,19.978603,20.095142,20.066912,20.109558,20.022354,19.916389,19.340687,20.072493,20.709475,20.897053,20.595211,20.491001,20.652191,20.569204,18.671734,19.58963,19.697243,19.624731,19.643194,19.599194,19.508574,18.836586,19.660341,20.379152,20.596451,20.389061,20.332878,20.336329,20.317499,19.458019,19.90523,20.014961,20.021223,20.093483,19.958685,19.901758,19.432684,19.957558,20.490629,20.655666,20.302498,20.145731,20.33544,20.179968,18.748438,20.243998,20.347023,20.351408,20.372566,20.30929,20.254709,19.491356,20.649378,21.407343,21.55121,21.418943,21.355902,21.524233,21.496923,19.289289,20.372396,20.488512,20.486465,20.518663,20.439224,20.362879,19.694538,20.615242,21.308702,21.483948,21.278673,21.192047,21.378059,21.323748,19.695665,20.235979,20.351713,20.369099,20.434683,20.306652,20.243553,19.738413,20.327255,20.891304,21.067076,20.753067,20.608509,20.820839,20.683693,18.647871,19.529953,19.64164,19.561192,19.588413,19.537224,19.413572,18.784491,19.58416,20.28266,20.488066,20.203051,20.134167,20.196156,20.159389,18.506523,19.380634,19.485836,19.412498,19.430973,19.393856,19.314777,18.651987,19.445433,20.152735,20.37373,20.191736,20.144953,20.075081,20.066509,18.548563,19.092325,19.199713,19.114668,19.163765,19.075287,18.922998,18.439699,19.010403,19.583609,19.76265,19.323853,19.207737,19.29649,19.187803,16.713501,17.140093,17.23844,16.959581,16.987513,16.967871,16.657583,16.242773,16.733992,17.334225,17.552362,16.88619,16.825623,16.645939,16.605911,17.999672,18.544352,18.648233,18.518457,18.543186,18.518476,18.389065,17.841167,18.430725,19.135368,19.381777,19.061764,18.999222,18.833971,18.803703,18.624516,19.93762,20.040428,20.003809,20.019157,19.969109,19.899639,19.145031,20.200291,20.952198,21.129271,20.984215,20.934744,21.026855,21.015474,17.964947,18.320696,18.412649,18.291409,18.348793,18.240744,18.151423,17.739433,18.169813,18.648695,18.775097,18.220848,18.070244,18.099047,17.951384,18.486841,19.214411,19.321819,19.22184,19.24295,19.20443,19.090992,18.476095,19.183931,19.893385,20.126642,19.856865,19.794079,19.746128,19.71772,19.236609,19.535082,19.634741,19.648998,19.743006,19.584734,19.544903,19.135838,19.563232,20.041502,20.18837,19.811876,19.626698,19.803589,19.609074,18.832613,19.641983,19.757013,19.696362,19.736174,19.665333,19.533934,18.955343,19.704998,20.35589,20.547106,20.222483,20.134382,20.254534,20.190418,18.842657,19.998194,20.107634,20.07198,20.094988,20.036198,19.950211,19.250172,20.213417,20.938625,21.120733,20.92131,20.854914,20.978394,20.947418,18.453726,19.812525,19.911634,19.87044,19.883356,19.838173,19.774319,19.002045,20.081738,20.837149,21.012743,20.890678,20.852108,20.911116,20.910297,18.142782,18.749777,18.856443,18.715551,18.739798,18.704285,18.542709,17.987005,18.616428,19.309637,19.54698,19.170658,19.101046,19.038012,18.997227,18.174274,19.825338,19.916582,19.895403,19.907843,19.863585,19.810371,18.99597,20.240999,21.031435,21.173641,21.074009,21.036716,21.139372,21.13752,17.072001,17.293566,17.372913,17.200891,17.267811,17.153238,17.092834,16.753136,17.072681,17.464031,17.541956,16.874722,16.694641,16.635906,16.466633,19.010799,19.503418,19.611032,19.573626,19.632513,19.519308,19.430525,18.952215,19.496454,20.045237,20.212206,19.815458,19.674225,19.814957,19.679211,17.604105,18.080151,18.182652,18.008322,18.057167,17.98951,17.740583,17.316128,17.826544,18.370518,18.543545,17.963676,17.871603,17.857721,17.767931,19.220108,19.831074,19.944609,19.918747,19.970787,19.867414,19.768337,19.246531,19.871855,20.461926,20.642761,20.296255,20.170792,20.332598,20.219086,18.834961,19.348652,19.455822,19.400444,19.454618,19.350887,19.239697,18.75786,19.312691,19.871021,20.042305,19.629864,19.497385,19.618383,19.492311,19.08787,20.085884,20.200886,20.174372,20.207045,20.134293,20.038958,19.394341,20.26272,20.949184,21.132811,20.890377,20.806253,20.961403,20.907602,19.401884,20.293964,20.412497,20.405863,20.445454,20.357065,20.270283,19.655817,20.461473,21.11928,21.303097,21.051971,20.951696,21.138973,21.065136,19.787697,20.659889,20.783001,20.805304,20.850368,20.747686,20.678923,20.067074,20.864857,21.509851,21.691072,21.463968,21.354071,21.582001,21.498894,17.046549,17.359055,17.439959,17.227947,17.274921,17.184473,17.010471,16.635494,17.015213,17.460808,17.579681,16.886156,16.752159,16.675413,16.541872,17.731318,18.156075,18.253189,18.097338,18.146225,18.064388,17.849728,17.430153,17.904842,18.426783,18.590279,18.017542,17.903234,17.90344,17.78826,17.170353,17.675859,17.780149,17.55118,17.585663,17.556458,17.286177,16.839737,17.382397,17.988842,18.217806,17.623167,17.560974,17.459103,17.414246,20.029346,20.708321,20.831823,20.869184,20.928337,20.80512,20.74453,20.189417,20.871397,21.470837,21.653664,21.398674,21.26766,21.51429,21.400438,18.206337,18.901844,19.004498,18.919373,18.941885,18.914934,18.833939,18.232832,18.911299,19.597347,19.831593,19.628925,19.582907,19.403543,19.394363,19.379412,20.608027,20.72443,20.742693,20.773096,20.690983,20.631001,19.927197,20.93487,21.644224,21.806042,21.642677,21.559423,21.768789,21.721478,18.457714,19.996618,20.09417,20.078854,20.094847,20.043108,19.985329,19.200216,20.382885,21.157125,21.305443,21.182018,21.132252,21.260647,21.246992,16.323261,16.616545,16.695559,16.407677,16.450623,16.382195,16.026686,15.695381,16.047037,16.481424,16.617603,15.812777,15.712651,15.553343,15.442489,18.242348,19.377594,19.476461,19.419205,19.433435,19.397429,19.336765,18.612886,19.554369,20.265165,20.454809,20.341927,20.317163,20.239765,20.251699,18.976448,19.711023,19.825907,19.776627,19.819706,19.737774,19.613256,19.056082,19.758636,20.388594,20.577847,20.241909,20.140623,20.276104,20.194096,17.581848,18.044018,18.147985,17.965536,17.993052,17.971869,17.783672,17.286024,17.81978,18.51849,18.772251,18.32902,18.261017,18.09598,18.054697,18.32497,19.023672,19.136684,19.026012,19.07226,19.011255,18.830509,18.308081,18.982334,19.603689,19.797649,19.385788,19.30566,19.372416,19.312593,18.753201,19.794945,19.903145,19.844774,19.863556,19.813841,19.725147,19.030579,19.928404,20.654762,20.857767,20.658232,20.599575,20.660538,20.639091,55.145573,55.410381,55.27256,54.979477,55.113541,55.085587,55.180801,55.145859,56.202248,56.347446,56.421116,56.280102,56.072971,58.740227,59.346783,47.188938,47.465775,47.417587,47.537857,47.788532,47.759621,47.924664,47.756401,48.93528,49.111927,49.300598,49.157665,48.824886,51.598003,52.287868,57.216862,57.442394,57.290436,56.859093,56.91787,56.88168,56.943039,56.92403,57.873421,58.01178,58.086449,57.93346,57.764774,60.220882,60.760696,50.850681,51.149975,51.03447,50.893116,51.096233,51.077305,51.217613,51.15184,52.329563,52.487328,52.572498,52.436802,52.18,55.037277,55.7258,53.003902,53.301807,53.207874,53.210556,53.466507,53.434685,53.57341,53.477501,54.640862,54.795837,54.907993,54.78194,54.501537,57.349354,58.00293,54.393684,54.678566,54.556778,54.397423,54.592834,54.566315,54.684299,54.628242,55.748104,55.895954,55.982246,55.851597,55.611095,58.395954,59.03495,56.163391,56.450363,56.336346,56.238483,56.460232,56.429638,56.54649,56.486824,57.597862,57.742397,57.826584,57.707073,57.463219,60.24157,60.862465,56.938679,57.213047,57.088421,56.91333,57.099758,57.069508,57.173615,57.129097,58.203823,58.345535,58.422642,58.299908,58.076473,60.787689,61.391312,51.156864,51.443062,51.314686,50.975655,51.098431,51.079494,51.196499,51.167931,52.266979,52.429676,52.461994,52.31477,52.114773,54.815632,55.465645,50.502193,50.79715,50.715034,50.75415,51.010506,50.981178,51.132706,51.012947,52.198742,52.361279,52.499786,52.365963,52.064243,54.919384,55.59724,49.122787,49.41378,49.338306,49.398499,49.65287,49.626102,49.784966,49.651207,50.848953,51.015259,51.17136,51.033337,50.718246,53.572727,54.26572,57.480804,57.740345,57.606503,57.353214,57.501453,57.470047,57.560463,57.527664,58.561428,58.701141,58.774162,58.645653,58.441868,61.072769,61.655411,50.025192,50.323315,50.225525,50.213028,50.455177,50.433235,50.586678,50.482464,51.690491,51.849842,51.980804,51.844738,51.547226,54.447186,55.14888,53.964302,54.257244,54.148766,54.077843,54.308563,54.279984,54.409218,54.334187,55.480442,55.630718,55.729771,55.603352,55.341496,58.170467,58.818794,50.873547,51.170193,51.095798,51.165924,51.434013,51.399059,51.548786,51.423294,52.597206,52.76123,52.896885,52.765869,52.46442,55.299316,55.960785,56.43552,56.548019,56.370232,55.512924,55.345192,55.28001,55.258999,55.242218,55.938869,56.06118,56.159805,55.921177,55.824322,57.717258,58.097656,29.942017,30.154718,30.072435,30.19101,29.935612,29.858992,30.766136,30.532898,31.34796,31.385475,31.820726,31.357244,31.189529,32.112804,32.311424,30.403444,30.615746,30.601074,30.717653,30.507851,30.428158,31.060566,30.980253,32.199608,32.115368,32.16296,31.781805,31.192537,32.6847,32.973267,34.423023,34.692371,34.697811,34.756985,34.97694,34.907051,36.019508,35.955994,37.270702,37.228432,37.29184,36.791798,36.409767,38.066624,38.398811,29.118988,29.313068,29.264553,29.496149,29.131203,29.039206,29.497816,29.399374,30.578444,30.52644,30.559378,30.235435,29.608641,31.020666,31.287369,36.19928,36.611141,36.75589,36.748367,37.396988,37.305599,37.916389,37.955795,39.431393,39.402874,39.483025,39.148193,38.786339,42.012123,42.516762,33.126976,33.32568,33.282272,33.349751,33.348183,33.268925,34.475716,34.374722,35.576252,35.532207,35.597687,35.057758,34.673111,35.921597,36.1847,35.44043,35.792557,36.095078,35.884239,36.602779,36.567867,37.62154,37.834064,39.274963,39.264114,39.354465,38.943508,38.755737,42.653584,43.174133,23.04509,23.110744,23.032684,23.21669,22.151226,22.063011,22.344454,22.246363,23.280205,23.216627,23.185194,22.939316,22.142385,22.853128,22.981091,33.232204,33.546158,33.546059,33.777512,33.92308,33.833141,34.338524,34.275269,35.608849,35.595623,35.68005,35.35952,34.865688,37.021812,37.412209,29.918034,30.064047,29.964907,30.003307,29.615265,29.490322,30.324137,30.170242,31.203268,31.133375,31.252131,30.793274,30.318293,31.306007,31.491774,29.217405,29.437191,29.37253,29.522175,29.272114,29.223988,30.162668,29.891962,30.592569,30.662628,31.18548,30.706984,30.638203,31.451944,31.627947,36.361362,36.699696,36.781013,36.779705,37.319122,37.266388,38.516445,38.517868,39.938389,39.918442,40.000587,39.490635,39.213017,41.35413,41.748032,29.055258,29.209066,29.162661,29.249792,28.832321,28.747164,29.45784,29.355108,30.49205,30.400318,30.429882,30.021339,29.415089,30.546648,30.773762,36.151234,36.534149,36.655727,36.648403,37.251514,37.186283,38.076492,38.10043,39.56221,39.532833,39.62149,39.211018,38.873611,41.528351,41.977936,22.990219,23.049669,22.991888,23.056908,21.972809,21.896736,22.289927,22.195448,23.205187,23.110294,23.098495,22.819233,22.029449,22.632936,22.748674,22.219736,22.28562,22.254509,22.363054,21.24106,21.193419,21.51108,21.439064,22.468353,22.364031,22.443266,22.193804,21.362272,22.014858,22.148029,35.686047,36.065014,36.162392,36.195148,36.723824,36.646656,37.394554,37.395081,38.840733,38.805748,38.887676,38.507236,38.120914,40.730896,41.177486,28.304733,28.495913,28.426491,28.765335,28.313284,28.218502,28.605389,28.496441,29.647461,29.638786,29.692659,29.40621,28.785498,30.126635,30.377399,32.122276,32.427094,32.395649,32.755116,32.755955,32.677143,33.106159,33.03756,34.345554,34.369637,34.548458,34.268379,33.754227,35.729076,36.100163,33.625877,33.941788,33.96624,34.104889,34.314667,34.227993,34.831196,34.778778,36.129612,36.089111,36.155819,35.800007,35.316059,37.472477,37.862286,29.804752,30.0921,29.983309,29.935633,29.645964,29.516565,30.369352,30.192013,30.992445,30.959276,31.513245,31.065275,30.918049,31.80513,31.975771,35.149872,35.526268,35.589611,35.745777,36.163132,36.072109,36.541248,36.534466,37.952347,37.949528,38.054256,37.759605,37.338257,40.270077,40.756237,36.313122,36.730518,36.769753,36.982838,37.492607,37.406281,37.857456,37.830341,39.304527,39.315754,39.4482,39.163555,38.743748,41.584099,42.090164,33.178638,33.433666,33.432442,33.507435,33.596195,33.519646,34.43359,34.362251,35.649696,35.589844,35.645145,35.191875,34.732765,36.378395,36.702347,45.294338,45.722584,45.567093,45.55674,46.110905,46.192265,46.358799,46.388256,47.954437,48.048473,48.223114,48.088467,47.740738,52.134483,52.80545,53.289299,53.91423,53.573456,53.577591,54.304806,54.493671,54.644104,54.805393,57.006184,57.054543,57.219028,57.127945,56.634357,63.637028,65.143974,47.381821,47.652306,47.545853,47.535248,47.926781,48.037655,48.13868,48.22477,49.198673,49.252277,49.355694,49.297752,49.087013,52.444633,52.171982,48.014324,48.463017,48.297844,48.347977,48.958351,49.069489,49.227482,49.296604,50.85556,50.935066,51.07851,50.983063,50.64045,55.297112,55.88475,36.067249,36.306206,36.157837,35.338364,35.433762,35.468739,35.54697,35.569946,36.724648,36.795219,37.032745,36.687859,36.434769,39.636143,40.11285,47.38089,47.850616,47.621052,47.396301,47.952469,48.127514,48.262554,48.410889,50.112453,50.181808,50.368011,50.218235,49.85144,55.660126,56.747765,56.612827,56.999218,56.819511,56.802048,57.625088,58.065887,58.170055,58.591171,59.938812,59.976814,60.135365,60.059734,59.757397,68.216469,69.347206,52.516068,52.986969,52.764,52.694328,53.418598,53.699692,53.830585,54.086308,55.745182,55.798393,55.976048,55.870628,55.50386,62.561386,63.719116,40.922939,41.203407,41.055241,40.466877,40.702339,40.786591,40.874832,40.944324,42.129837,42.189949,42.411358,42.145615,41.884018,45.763969,46.221104,46.495316,46.979233,46.816124,46.899776,47.54071,47.619999,47.805977,47.828655,49.521793,49.621166,49.787636,49.666973,49.288376,53.921146,54.714844,45.656372,45.956081,45.82423,45.653774,46.044693,46.154694,46.259747,46.344009,47.486797,47.545048,47.703365,47.572338,47.319687,51.205139,51.337482,45.76836,46.133469,45.986553,45.896687,46.373669,46.473515,46.607201,46.670078,48.027073,48.101162,48.264862,48.136971,47.837811,52.0196,52.4165,43.045242,43.361565,43.212498,42.880043,43.23143,43.317802,43.426453,43.487022,44.758041,44.826725,45.022766,44.826809,44.546223,48.51918,48.93655,47.977345,48.326492,48.166832,47.941231,48.447685,48.652134,48.764614,48.945503,50.250126,50.30537,50.496891,50.348255,50.058224,55.457867,56.067455,34.214321,34.249615,34.420773,34.65292,34.455593,34.608704,34.960449,34.444942,35.18541,35.40197,36.202324,35.840611,35.695271,37.005863,37.547493,32.725956,32.823231,33.321548,33.417931,33.354538,33.544327,33.793133,33.365501,33.867805,34.08176,35.154781,34.777241,34.681969,35.481346,36.299294,38.935574,38.848644,39.493431,39.576488,39.468922,40.36903,40.848476,40.632179,40.757877,40.853909,43.583939,43.084995,43.059639,42.333221,42.518776,33.888149,33.920094,34.156048,34.371357,34.192036,34.375244,34.712978,34.213703,34.883629,35.100914,36.005169,35.635357,35.503716,36.635555,37.16988,32.963013,32.977062,33.457115,33.609951,33.465298,33.74329,34.053455,33.610672,34.088749,34.290813,35.540642,35.090534,34.996586,35.624897,36.138809,32.813534,32.766048,33.009415,33.228725,32.958702,33.184284,33.532734,32.983242,33.557201,33.769901,34.751934,34.350899,34.242966,35.114029,35.567253,31.351725,31.434429,32.144104,32.158138,32.104553,32.311581,32.528,32.141575,32.52235,32.714188,33.937073,33.470078,33.402771,33.924973,34.952599,32.293186,32.08823,32.407825,32.623333,32.335339,32.815399,33.169037,32.69521,32.968269,33.141052,34.69566,34.304432,34.255848,34.227211,34.551033,32.326553,32.240429,32.495319,32.713173,32.406784,32.660625,33.008621,32.441341,32.95816,33.167427,34.208916,33.795727,33.700878,34.418064,34.835194,31.723557,31.725098,32.630035,32.720982,32.614033,32.959808,33.240925,32.898186,33.212311,33.373688,34.997952,34.325092,34.264668,34.482178,34.921738,37.981873,37.706505,37.862221,38.128956,38.028336,38.989857,39.470512,39.279644,39.349697,39.437752,41.981426,41.849346,41.8564,40.958645,41.275726,27.272285,26.8671,27.040726,27.385267,26.994888,27.326689,27.597843,27.059788,27.286892,27.450104,28.519833,28.185839,28.151545,28.175812,28.572905,29.909748,29.614454,29.837639,30.104616,29.720425,30.104324,30.42028,29.861811,30.134562,30.312119,31.569702,31.194906,31.150801,31.215702,31.559116,29.610254,29.219902,29.428328,29.800621,29.624434,30.161541,30.465576,30.178772,30.309587,30.440485,32.045872,31.82469,31.807961,31.439184,31.869947,32.900085,32.939217,33.445915,33.58477,33.467552,33.722092,34.016151,33.584465,34.071095,34.275188,35.493053,35.047081,34.951599,35.628071,36.201321,33.508839,33.555256,33.920792,34.096092,33.964043,34.182106,34.49231,34.032238,34.609756,34.824097,35.883163,35.491638,35.377563,36.284092,36.849121,33.817329,33.903584,34.255184,34.423332,34.331387,34.5135,34.805714,34.356979,34.973179,35.193039,36.169819,35.810707,35.688812,36.726955,37.367352,32.813332,32.758198,33.161236,33.340424,33.119404,33.447525,33.785732,33.303436,33.742931,33.941231,35.241711,34.798843,34.714523,35.19854,35.61565,31.485338,31.3085,31.580759,31.799019,31.436893,31.775946,32.117397,31.537895,31.918797,32.114662,33.333912,32.913467,32.847389,33.185944,33.534706,33.111935,33.108994,33.492882,33.671997,33.492867,33.759117,34.085083,33.610851,34.126644,34.334068,35.49971,35.078251,34.977547,35.693233,36.181026,31.709101,31.758156,32.518955,32.595963,32.514683,32.772713,33.027851,32.64854,33.036125,33.221989,34.588249,34.034744,33.961666,34.430428,35.090656,30.89959,30.95957,31.847527,31.883709,31.822327,32.061867,32.289928,31.936611,32.281948,32.459801,33.853592,33.252869,33.191559,33.592949,34.382889,31.016737,30.789354,31.047892,31.279398,30.904861,31.281853,31.616528,31.046,31.368151,31.555193,32.837883,32.433437,32.379177,32.554718,32.888355,33.234325,33.280823,33.710346,33.867043,33.745907,33.978916,34.279339,33.83292,34.368179,34.578838,35.70718,35.295475,35.190029,35.992607,36.569969,30.822483,30.636452,30.816017,31.050863,30.585564,30.809464,31.152977,30.463408,30.944099,31.149704,32.054535,31.617533,31.538294,32.20253,32.567333,32.722355,32.665684,32.99316,33.191208,32.944546,33.229351,33.570786,33.054897,33.546036,33.752022,34.912678,34.492107,34.399036,35.034843,35.464783,30.01763,30.096508,30.998201,30.925158,30.890104,31.073576,31.250444,30.917978,31.216486,31.385769,32.643208,32.093304,32.049404,32.427326,33.824867,32.742912,32.740639,33.310371,33.448025,33.302761,33.622124,33.932564,33.510803,33.928902,34.119923,35.507076,35.009968,34.92783,35.385239,35.861263,32.098789,31.969456,32.279648,32.485363,32.17416,32.510662,32.856388,32.31131,32.720741,32.918812,34.165813,33.740246,33.666115,34.070198,34.439129,26.667122,26.231909,26.372177,26.671282,26.070414,26.325544,26.582218,25.836639,26.091114,26.26053,27.126965,26.704567,26.671001,26.835691,27.176907,31.425928,31.518494,32.177269,32.17791,32.129299,32.32085,32.529118,32.134838,32.523239,32.718468,33.875664,33.452438,33.384537,33.946239,35.089375,33.081768,33.040871,33.187832,33.429688,33.120632,33.280861,33.648384,33.058773,33.74398,33.957306,34.736652,34.343628,34.216034,35.386711,35.864391,30.186285,29.939365,30.146688,30.3829,29.913267,30.207621,30.532562,29.863659,30.231903,30.427206,31.493776,31.065268,31.006788,31.362169,31.694744,32.354671,32.194599,32.539032,32.73885,32.445808,32.869202,33.220592,32.718693,33.04739,33.231304,34.683887,34.262424,34.202866,34.348778,34.685009,33.769833,33.774414,33.93573,34.172485,33.930954,34.08865,34.448364,33.904602,34.622917,34.838211,35.634483,35.259914,35.121536,36.373375,36.887489,30.492537,30.559748,31.483078,31.486767,31.435867,31.658943,31.868715,31.525494,31.851929,32.02721,33.399857,32.79837,32.744034,33.126312,34.067989,32.649654,32.563347,32.94434,33.130386,32.879742,33.230759,33.57505,33.07859,33.490562,33.686089,35.016834,34.577114,34.49942,34.898624,35.28616,28.812683,28.48571,28.656578,28.908075,28.350208,28.624487,28.923874,28.190403,28.513508,28.700745,29.680893,29.243713,29.196983,29.479498,29.798388,31.648125,31.379913,31.652205,31.908659,31.640799,32.154305,32.497639,32.068916,32.289192,32.449459,34.042,33.704288,33.666397,33.494114,33.834904,32.949219,32.944172,33.412346,33.571518,33.407513,33.704617,34.024036,33.574093,34.037777,34.23774,35.518799,35.065151,34.974289,35.548931,36.028168,33.519997,33.392174,33.84985,34.017056,33.792866,34.303902,34.670151,34.248428,34.531197,34.698471,36.419491,35.967457,35.913536,35.880085,36.196312,32.110657,32.223984,32.755749,32.791145,32.745834,32.914459,33.128628,32.707256,33.159515,33.370083,34.40522,34.058121,33.977123,34.709293,35.801556,32.965839,32.924355,33.570847,33.699909,33.540401,33.95454,34.284401,33.89175,34.224281,34.39608,36.0252,35.480564,35.414944,35.592506,35.974476,30.92844,30.752552,30.894558,31.135237,30.643385,30.823507,31.178839,30.459557,31.002468,31.208931,31.991024,31.547613,31.458424,32.297489,32.677521,32.3162,32.336548,33.011143,33.124161,33.010052,33.307903,33.595325,33.198799,33.600739,33.787586,35.189217,34.652134,34.573997,35.024811,35.552311,26.309538,25.819101,25.919819,26.13867,25.234667,25.407417,25.645861,24.612268,24.888515,25.052319,25.738932,25.19058,25.162424,25.464384,25.720869,29.612078,29.343506,29.506948,29.742388,29.177107,29.40667,29.727951,28.9664,29.374027,29.571749,30.466269,30.009512,29.948496,30.452854,30.779524,33.298584,33.396976,33.822426,33.953957,33.883701,34.066029,34.332214,33.895073,34.454472,34.673332,35.691078,35.330032,35.221523,36.147053,36.879192,33.214134,33.284378,33.727722,33.870224,33.774849,33.987274,34.27124,33.832958,34.373665,34.587025,35.680706,35.283745,35.177738,36.020744,36.664795,29.465609,29.191544,29.289597,29.524353,28.84564,28.987171,29.333553,28.464884,28.972734,29.167187,29.80229,29.30372,29.230734,30.033627,30.366524,31.644083,31.63662,32.63895,32.72427,32.620121,32.99794,33.28199,32.965836,33.242184,33.390991,35.131401,34.400234,34.34758,34.454437,34.840294,31.841311,31.92198,32.572285,32.623631,32.561321,32.775341,33.009502,32.609024,33.025917,33.224495,34.433807,33.981987,33.905258,34.493351,35.37841,31.703451,31.688118,32.810795,32.88773,32.79203,33.216427,33.507126,33.22879,33.459038,33.591316,35.491493,34.690922,34.648407,34.615208,34.937084,33.029007,32.951271,33.437038,33.598118,33.387188,33.799274,34.144955,33.701405,34.056896,34.239033,35.76672,35.291866,35.223213,35.44463,35.812489,30.346762,30.389725,31.460178,31.509298,31.445042,31.699799,31.930857,31.612535,31.921621,32.083683,33.608467,32.879047,32.824116,33.130413,33.747082,32.37878,32.287777,32.593342,32.798553,32.512394,32.809639,33.154697,32.614716,33.0798,33.283974,34.450607,34.028488,33.94244,34.506573,34.908287,32.908394,32.880058,33.34433,33.507328,33.322792,33.647259,33.97559,33.520473,33.958126,34.15443,35.488159,35.028481,34.943172,35.431313,35.8736,24.499731,23.828558,23.877966,24.006981,22.667248,22.752213,22.918753,21.494181,21.711615,21.830053,22.298939,21.583834,21.577429,21.872133,22.04076,32.808937,32.695911,33.105515,33.2854,33.034748,33.450806,33.802158,33.328091,33.678162,33.862705,35.347645,34.901447,34.835609,35.037506,35.389271,33.513226,33.538822,33.858192,34.050667,33.886452,34.106125,34.431225,33.950939,34.542767,34.757217,35.789257,35.399353,35.283031,36.212326,36.740364,33.166885,33.127483,34.299721,34.365501,34.275322,34.838676,35.171623,34.952972,35.116173,35.218605,37.469784,36.634132,36.601231,36.29356,36.509327,33.418407,33.34798,33.961155,34.096001,33.920258,34.395374,34.744576,34.356922,34.655109,34.819599,36.559895,36.030792,35.971958,36.013504,36.35096,29.495726,29.225332,29.352716,29.587454,28.959,29.136456,29.467636,28.643999,29.10574,29.303621,30.053596,29.57424,29.506746,30.17774,30.506897,32.36132,32.333851,33.487896,33.557156,33.463825,33.954548,34.26445,34.014915,34.209389,34.326622,36.398197,35.575363,35.537369,35.365593,35.631706,33.033962,33.009113,33.313381,33.515377,33.292595,33.540539,33.879417,33.368599,33.916405,34.127346,35.201008,34.795166,34.689919,35.487221,35.954456,31.152159,31.251987,31.895437,31.844923,31.805395,31.976599,32.163177,31.776857,32.141159,32.331146,33.422844,33.033825,32.973141,33.516369,34.956512,32.937611,32.887959,33.39489,33.550434,33.359749,33.733585,34.068611,33.628242,34.014191,34.201069,35.662582,35.180885,35.105701,35.432793,35.834736,33.302612,33.305229,33.618752,33.815758,33.625011,33.85849,34.190762,33.697254,34.269119,34.481853,35.535751,35.13744,35.026051,35.893997,36.3923,33.271923,33.291325,33.671593,33.848274,33.690834,33.935982,34.254921,33.788021,34.330078,34.540421,35.662415,35.251774,35.145275,35.942554,36.463844,35.440994,35.381611,36.351818,36.423676,36.324512,37.022972,37.41423,37.19762,37.344528,37.443741,39.89489,39.185673,39.156017,38.675358,38.870808,34.3368,34.406422,34.648949,34.857464,34.725433,34.89119,35.215881,34.741688,35.442745,35.662266,36.539356,36.187542,36.047863,37.273857,37.853306,32.954777,32.927208,33.304035,33.487579,33.283096,33.569134,33.902306,33.417034,33.908707,34.113667,35.312996,34.885502,34.790421,35.430744,35.886166,31.720987,31.587948,31.827358,32.050156,31.688858,31.955175,32.301487,31.698837,32.173218,32.379517,33.427792,33.006588,32.922852,33.533802,33.9184,30.52507,30.317848,30.41213,30.654657,30.068027,30.203199,30.572933,29.775221,30.358925,30.558552,31.190378,30.718092,30.626947,31.593699,31.968473,27.924671,27.516569,27.709101,28.077478,27.810148,28.220148,28.493055,28.09568,28.273268,28.421862,29.719805,29.445723,29.416489,29.259569,29.68664,32.228722,32.129585,32.240948,32.488888,32.075993,32.219433,32.597874,31.931837,32.600948,32.809566,33.508873,33.088364,32.970604,34.115135,34.557663,32.503658,32.562111,33.144524,33.252323,33.1623,33.40271,33.672935,33.25869,33.717812,33.91946,35.150795,34.691067,34.602367,35.241688,35.902428,30.941526,30.751789,30.970242,31.19911,30.772635,31.046976,31.385391,30.738775,31.165922,31.368078,32.409138,31.980333,31.908911,32.409409,32.763824,31.933596,31.823294,32.00629,32.241405,31.865274,32.069584,32.425812,31.796476,32.360546,32.57148,33.451969,33.035427,32.935543,33.799313,34.213726,37.333801,37.154686,37.512428,37.681648,37.532001,38.367691,38.821373,38.546822,38.688362,38.807327,41.205173,40.881233,40.856796,40.215679,40.473946,27.966372,27.587711,27.710871,27.93631,27.184713,27.375456,27.660742,26.745773,27.099789,27.283758,28.057365,27.550123,27.506445,27.942621,28.229958,27.746277,27.351652,27.44342,27.657427,26.805717,26.945606,27.239368,26.231808,26.626125,26.805744,27.43367,26.885601,26.83919,27.41358,27.688465,32.822598,32.797993,33.377232,33.516605,33.356071,33.714203,34.035805,33.617352,34.003265,34.188068,35.66074,35.151711,35.075886,35.422909,35.852585,28.695059,28.6789,29.395311,29.449003,29.427731,29.578224,29.642929,29.162479,29.504217,29.721798,30.886028,30.580891,30.319057,30.875799,31.091589,27.571583,27.544823,28.498165,28.501768,28.474422,28.630386,28.69276,28.244587,28.514008,28.701275,30.146877,29.669378,29.459862,29.798204,29.943106,27.114725,27.112593,27.64377,27.700092,27.684196,27.799686,27.826536,27.319485,27.652611,27.868748,28.677307,28.646179,28.423546,29.164366,29.411325,28.716801,28.740059,29.292185,29.378181,29.364248,29.476732,29.525393,29.024899,29.403425,29.636194,30.494474,30.385782,30.136457,30.938732,31.235159,28.028328,28.032183,28.727877,28.748344,28.73127,28.887695,28.944569,28.42556,28.743849,28.962374,30.201897,29.945551,29.714607,30.195427,30.384365,24.571228,24.666336,25.249428,25.270178,25.297918,25.518646,25.447079,24.904224,25.211699,25.444195,26.281384,26.271128,26.101542,26.626699,26.839624,26.932055,26.957977,27.476482,27.42667,27.426512,27.59601,27.661144,27.070625,27.353611,27.573521,29.153625,29.185654,28.998013,29.296545,29.427004,26.515921,26.562023,27.061644,27.015924,27.020552,27.177402,27.205971,26.582502,26.872887,27.101963,28.509802,28.535343,28.348471,28.714348,28.860949,28.516794,28.477472,29.355499,29.411287,29.387941,29.542215,29.611769,29.18318,29.505245,29.705603,30.964052,30.518829,30.25424,30.746611,30.943344,27.64868,27.651007,28.3473,28.333921,28.318237,28.488031,28.551973,28.017532,28.309242,28.52117,29.938961,29.712526,29.500948,29.859053,30.010672,28.603708,28.61368,29.218346,29.280069,29.263802,29.398363,29.451971,28.941473,29.300535,29.529383,30.545633,30.361151,30.107969,30.772556,31.020058,26.216269,26.285362,26.827009,26.820642,26.828033,26.992678,26.97835,26.376127,26.684269,26.9179,28.011963,27.967886,27.775423,28.269711,28.459074,27.042406,27.002264,28.205261,28.216084,28.186779,28.326895,28.384848,28.006712,28.251123,28.417006,29.917801,29.24201,29.050453,29.360733,29.494925,24.373062,24.218273,24.655226,24.693531,24.654867,24.743902,24.739557,24.30307,24.559565,24.715803,25.249954,25.418024,25.214777,25.975233,26.155605,28.117329,28.133099,28.677578,28.754364,28.739285,28.85149,28.892761,28.391857,28.753595,28.980947,29.813259,29.738317,29.500683,30.289139,30.571146,30.181126,30.027647,30.664169,30.77141,30.741884,30.907974,30.964481,30.562418,30.951868,31.163778,32.244274,31.891047,31.456612,32.066219,32.296444,25.531872,25.592779,26.044405,25.984568,25.997244,26.147432,26.137915,25.492144,25.766439,25.99427,27.406765,27.523621,27.351589,27.697767,27.834528,28.466021,28.469772,29.118994,29.167038,29.149626,29.294697,29.35137,28.841784,29.186338,29.411005,30.519075,30.290651,30.041374,30.63068,30.854288,27.401852,27.374458,28.328869,28.313219,28.286118,28.455826,28.526855,28.077084,28.32688,28.50778,30.077965,29.625309,29.428804,29.683744,29.80497,27.706093,27.686527,28.391432,28.358585,28.340269,28.551857,28.651873,28.162252,28.419506,28.610044,30.350256,30.190741,29.99169,30.177238,30.28685,27.126896,27.17016,27.734003,27.762609,27.759649,27.903662,27.924093,27.368643,27.699287,27.930906,28.921688,28.835535,28.623823,29.23914,29.461702,26.341703,26.3745,26.825607,26.764336,26.773024,26.939045,27.016298,26.445786,26.713341,26.926271,28.716942,28.925182,28.757246,29.002502,29.115204,27.881893,27.845394,28.602102,28.577229,28.556211,28.811066,28.937704,28.520794,28.747278,28.913162,30.884539,30.740997,30.548393,30.615921,30.702303,26.799242,26.811237,27.313898,27.261889,27.260153,27.451101,27.547512,27.025131,27.282888,27.482298,29.368307,29.526775,29.352318,29.543871,29.647629,27.44326,27.409666,28.393002,28.374826,28.347837,28.535044,28.618328,28.187521,28.425421,28.599194,30.258137,29.801243,29.607925,29.806452,29.915173,26.281471,26.328167,26.877762,26.907948,26.912199,27.062532,27.062967,26.518064,26.841246,27.071466,27.960354,27.928019,27.731363,28.371632,28.596695,27.676298,27.662073,28.484692,28.479305,28.456753,28.622578,28.688162,28.197876,28.47764,28.676725,30.117731,29.764099,29.552382,29.892847,30.039415,27.839722,27.789993,28.880434,28.868732,28.844217,29.108801,29.237352,28.898218,29.088039,29.222908,31.206196,30.722158,30.534441,30.537552,30.606995,28.277298,28.294537,28.864775,28.929178,28.914661,29.039539,29.084719,28.570082,28.928316,29.157297,30.08951,29.963066,29.720251,30.435112,30.694532,27.807863,27.783928,28.688742,28.704412,28.679325,28.836241,28.900015,28.444424,28.730869,28.926003,30.307037,29.866461,29.645151,30.031315,30.19194,29.248114,29.243773,29.853306,29.93313,29.914364,30.048656,30.110983,29.620703,29.999054,30.228672,31.241867,31.020582,30.742382,31.435432,31.696989,24.814411,24.876223,25.264919,25.19594,25.216963,25.349348,25.348804,24.727573,24.978531,25.197395,26.855774,27.160431,27.009966,27.304871,27.421461,28.1465,28.124002,28.965679,28.996517,28.973003,29.12989,29.195301,28.732687,29.039875,29.24349,30.54677,30.15003,29.912031,30.357912,30.53808,27.069809,27.116457,27.683655,27.680782,27.678814,27.835106,27.857891,27.270365,27.585302,27.817051,28.99189,28.895918,28.689871,29.180342,29.367928,27.56571,27.58757,28.120605,28.231853,28.232149,28.32995,28.378984,27.940884,28.311172,28.543856,29.194237,29.237398,29.035835,29.999254,30.35943,29.63747,29.647726,30.209879,30.308596,30.292936,30.41202,30.47324,29.982424,30.385508,30.621525,31.539381,31.36146,31.079575,31.873108,32.172886,24.677061,24.773388,25.33223,25.335276,25.359774,25.56801,25.488062,24.906734,25.201962,25.432686,26.374928,26.3647,26.191273,26.656191,26.848341,29.821295,29.738619,30.42038,30.515148,30.488533,30.645674,30.71566,30.286684,30.667248,30.883059,31.991257,31.64069,31.289785,31.904478,32.138817,29.435364,29.475878,30.018476,30.126217,30.116232,30.216583,30.27018,29.776707,30.183159,30.422167,31.233034,31.123276,30.866644,31.754629,32.09631,27.476749,27.483047,28.112925,28.081486,28.07015,28.248446,28.320328,27.7677,28.052134,28.264727,29.788109,29.659613,29.457167,29.762857,29.899363,22.64167,22.728294,23.276018,23.245192,23.262672,23.517727,23.321918,22.732347,22.973274,23.178032,24.13315,24.166489,23.999672,24.270493,24.413256,24.613834,24.691027,25.197002,25.15803,25.169506,25.354914,25.266775,24.637234,24.908001,25.130363,26.265541,26.298555,26.12277,26.494705,26.648649,27.438879,27.460773,28.072107,28.056149,28.047264,28.211372,28.262173,27.691675,27.993971,28.216871,29.562767,29.422215,29.213301,29.614286,29.776587,27.249857,27.242945,27.767853,27.835218,27.816843,27.925695,27.955849,27.46274,27.801653,28.017466,28.787012,28.768353,28.543116,29.325167,29.587788,27.48259,27.488581,28.011217,28.109924,28.096319,28.196194,28.237179,27.786722,28.145191,28.37335,29.058002,29.085501,28.870144,29.775475,30.099714,25.755482,25.805431,26.219419,26.153982,26.172297,26.318098,26.365774,25.75703,26.023649,26.245308,27.954592,28.204409,28.044241,28.328959,28.447567,27.459936,27.488745,28.093744,28.090017,28.082022,28.240829,28.283064,27.712805,28.02478,28.251448,29.50551,29.361343,29.148565,29.604,29.782331,28.203571,28.193228,28.949492,28.97912,28.958313,29.114567,29.176889,28.686214,29.003586,29.216059,30.471052,30.150217,29.911453,30.388403,30.577566,28.118273,28.129786,28.779352,28.810955,28.795807,28.945683,28.998144,28.472319,28.80418,29.028555,30.181787,29.966227,29.730486,30.274267,30.482004,27.310205,27.299425,27.88415,27.842773,27.830217,28.052034,28.162525,27.68708,27.932169,28.116688,30.063608,30.124485,29.941082,30.075207,30.170738,24.087074,24.15377,24.615856,24.549822,24.558414,24.732794,24.630232,23.983976,24.232136,24.446289,25.723373,25.832977,25.665005,25.965656,26.092789,27.119217,27.146141,27.700684,27.66375,27.660221,27.826635,27.880592,27.288746,27.5812,27.804531,29.256691,29.208099,29.011086,29.359077,29.504236,23.420881,23.482086,23.889345,23.807426,23.820509,23.978823,23.872164,23.232901,23.455936,23.660923,25.118746,25.364988,25.211643,25.454309,25.557728,25.332069,25.229258,25.694387,25.753778,25.721275,25.815454,25.828362,25.38792,25.677952,25.858727,26.442669,26.567541,26.360382,27.162737,27.387667,27.895214,27.859552,28.681139,28.657295,28.633913,28.86231,28.971449,28.527542,28.768986,28.94508,30.734217,30.458801,30.257524,30.39426,30.494938,26.978144,26.999136,27.54455,27.587154,27.579691,27.709635,27.732002,27.202581,27.533548,27.757887,28.638134,28.587875,28.37373,29.059334,29.294029,27.632517,27.638933,28.163692,28.25374,28.237707,28.34008,28.378828,27.909683,28.26708,28.492992,29.217621,29.215603,28.992029,29.857088,30.163258,27.918865,27.880106,28.888184,28.924898,28.899693,29.053883,29.122128,28.712757,29.004408,29.192793,30.559549,30.025612,29.790487,30.200928,30.370352,21.248518,21.301147,21.823715,21.750275,21.741796,22.005089,21.728367,21.136705,21.331432,21.507339,22.616589,22.693127,22.531883,22.656071,22.754635,26.347317,26.30121,26.797239,26.877674,26.852861,26.955265,26.984753,26.546259,26.870708,27.081476,27.730154,27.809443,27.599493,28.449203,28.722521,26.913939,26.967739,27.530222,27.546572,27.547115,27.699371,27.711624,27.139145,27.463482,27.696917,28.736073,28.653629,28.448019,29.017656,29.228519,27.274433,27.241577,28.282337,28.27438,28.243143,28.394903,28.454866,28.026991,28.273834,28.448578,29.971493,29.422573,29.226988,29.510725,29.637276,27.276852,27.269674,27.78788,27.871782,27.853106,27.956459,27.991447,27.524477,27.871122,28.091845,28.806389,28.819723,28.59877,29.445911,29.736797,25.973335,26.034807,26.533226,26.493206,26.500589,26.659407,26.64854,26.01495,26.304485,26.535049,27.80835,27.827694,27.643093,28.043081,28.199747,26.751686,26.80098,27.340765,27.317814,27.31881,27.47728,27.495647,26.886805,27.190229,27.421427,28.678579,28.626759,28.429377,28.863525,29.032667,27.626348,27.615536,28.336666,28.309282,28.291595,28.479557,28.561558,28.048775,28.319962,28.520115,30.109201,29.89348,29.690281,29.950949,30.077141,19.663063,19.678499,20.163816,20.054211,20.02256,20.297964,19.935425,19.369726,19.506792,19.644203,20.889772,21.053526,20.895765,20.858061,20.907753,28.789341,28.834358,29.374554,29.481869,29.474203,29.569004,29.616423,29.133337,29.524755,29.761307,30.506182,30.454065,30.220175,31.140968,31.494183,29.633997,29.594778,30.243275,30.331676,30.30871,30.454008,30.523563,30.063274,30.445951,30.669481,31.737633,31.444876,31.133907,31.7901,32.039429,27.636072,27.629396,28.366432,28.348066,28.329908,28.505495,28.576601,28.058996,28.339315,28.543802,30.034674,29.779343,29.57147,29.884729,30.024145,27.914675,27.910728,28.657475,28.668535,28.649275,28.809874,28.870459,28.362463,28.666725,28.878193,30.19462,29.896301,29.671438,30.097622,30.270128,27.304075,27.327307,27.914736,27.887955,27.881174,28.047518,28.100752,27.520439,27.817257,28.039942,29.442184,29.340855,29.137514,29.50802,29.660769,27.670488,27.697809,28.311699,28.325563,28.315874,28.469164,28.511324,27.956154,28.279129,28.506853,29.681086,29.517433,29.296619,29.8099,30.006248,27.50766,27.501844,28.131205,28.091932,28.078941,28.277779,28.370239,27.847784,28.11499,28.315512,30.019369,29.939365,29.743393,29.963242,30.079063,26.049026,26.117649,26.674433,26.694494,26.704308,26.870697,26.853962,26.289415,26.608585,26.842169,27.776741,27.736893,27.54595,28.131721,28.34831,26.275686,26.345554,26.896473,26.902102,26.909939,27.074341,27.061928,26.473896,26.788586,27.022919,28.057953,28.006115,27.812258,28.345402,28.547136,27.753431,27.78253,28.375172,28.407671,28.398066,28.541357,28.57991,28.035357,28.37117,28.600988,29.660837,29.518763,29.292772,29.888748,30.109112,24.889931,24.951023,25.521816,25.549372,25.565948,25.759239,25.714897,25.193119,25.504164,25.733782,26.527025,26.529722,26.355465,26.957878,27.177494,27.544046,27.499163,28.574017,28.562597,28.53525,28.741035,28.836618,28.444309,28.66851,28.830019,30.558807,30.028618,29.834305,29.978201,30.077787,27.943897,27.96579,28.544491,28.593653,28.581423,28.714241,28.755016,28.226631,28.572649,28.801344,29.780804,29.652361,29.418821,30.081356,30.321358,27.269945,27.278473,27.848722,27.803909,27.796755,27.982059,28.06447,27.510288,27.785898,27.995775,29.651508,29.632984,29.44066,29.695992,29.818314,26.639999,26.594454,27.872044,27.857866,27.818756,27.945532,27.991869,27.623434,27.833595,27.982401,29.57515,28.818459,28.646078,28.882414,28.98868,26.295235,26.341152,26.807852,26.750738,26.759701,26.913546,26.951183,26.326511,26.608355,26.835352,28.357279,28.458815,28.281219,28.609394,28.743402,24.820036,24.765041,25.259489,25.295624,25.298895,25.42827,25.445366,24.982098,25.278727,25.488201,26.165712,26.267231,26.085487,26.81488,27.023214,27.768099,27.717346,28.817753,28.808218,28.782515,29.021339,29.135723,28.771864,28.979574,29.12701,30.971659,30.437439,30.241222,30.309277,30.393951,27.762161,27.767885,28.461859,28.461998,28.446238,28.60943,28.667524,28.135071,28.438274,28.654125,29.984678,29.745453,29.526762,29.940149,30.107992,25.144224,25.226006,25.754036,25.734886,25.748796,25.932205,25.868803,25.254822,25.543468,25.772352,26.844446,26.842093,26.661867,27.096212,27.270426,15.425022,15.894319,15.990721,16.073896,16.119553,16.103916,15.756841,15.359623,15.806771,16.272085,16.367002,16.36025,16.306152,16.472834,18.109715,18.384647,18.448128,18.492735,18.547489,18.519686,18.509813,18.568752,17.87319,18.394135,21.286383,21.54443,21.488508,21.265985,21.405106,21.251383,14.982533,15.338522,15.419396,15.503609,15.541001,15.509467,15.151325,14.777852,15.124635,15.523533,15.633659,15.618397,15.538738,15.707038,17.532438,18.946201,19.180861,19.258884,19.367571,19.378069,19.320642,19.33577,18.773478,19.209045,20.253429,20.503899,20.452442,20.239323,20.44368,20.54714,18.404533,18.488413,18.535255,18.537899,18.518141,18.513437,18.558943,17.774296,18.386492,21.936541,22.185982,22.138294,21.98522,22.06802,21.998888,18.541924,18.846233,18.93725,18.934301,18.942862,18.925625,18.917664,18.296867,18.797323,19.940144,20.198278,20.167295,20.064281,19.959799,20.202019,19.012569,19.172594,19.238131,19.309696,19.300058,19.264664,19.301014,18.670485,19.13846,20.821253,21.093153,21.038469,20.822947,20.981949,20.928534,19.088511,19.335665,19.415672,19.485132,19.488659,19.445316,19.456688,18.843666,19.317503,20.545525,20.810577,20.760639,20.578941,20.728201,20.850756,18.734583,18.867863,18.928133,19.029305,19.0187,18.979021,19.02066,18.441494,18.866962,20.417479,20.677359,20.622135,20.361704,20.550156,20.418959,18.884865,19.072056,19.142385,19.257792,19.261248,19.206287,19.234453,18.68022,19.098398,20.26474,20.517683,20.464108,20.221119,20.42955,20.406,17.045513,17.487644,17.588396,17.680164,17.719604,17.684095,17.514223,17.02737,17.501629,18.106672,18.276937,18.254847,18.152102,18.336121,19.377413,17.968672,18.130789,18.204811,18.381876,18.438877,18.343618,18.385765,17.974657,18.291225,18.939737,19.132994,19.090694,18.789045,19.056288,19.122169,18.466644,18.599953,18.660212,18.787321,18.78335,18.734829,18.774065,18.252243,18.637852,19.916662,20.15913,20.106361,19.811428,20.021723,19.863995,18.555601,18.78517,18.870638,18.847733,18.852192,18.844181,18.868761,18.199951,18.71633,20.386168,20.640703,20.607973,20.508003,20.37409,20.504465,17.419165,17.800785,17.894154,18.00013,18.037355,17.984215,17.883369,17.382339,17.816914,18.428949,18.609043,18.575535,18.441366,18.649225,19.545061,17.590475,17.853275,17.936035,18.078115,18.128744,18.046656,18.060282,17.582802,17.931574,18.50979,18.692604,18.648634,18.448092,18.690697,19.345066,16.861437,16.929945,16.962715,16.930014,16.926605,16.931099,16.953497,16.070242,16.857697,22.608671,22.756584,22.736399,22.678467,22.63574,22.64213,16.867113,17.080503,17.158224,17.304005,17.371607,17.280157,17.35182,16.903349,17.182049,17.648201,17.809618,17.766293,17.538715,17.772526,18.565428,16.059317,16.477488,16.569059,16.659645,16.698862,16.66297,16.409986,15.972956,16.391834,16.882078,17.019274,16.999765,16.909004,17.093744,18.520342,15.65502,15.755909,15.82378,15.957876,16.053377,15.95374,16.020548,15.73224,15.916844,16.231848,16.350439,16.327145,15.873932,16.067057,16.431688,16.857897,16.982985,17.055069,17.214138,17.308462,17.192366,17.258263,16.909082,17.1497,17.578138,17.724874,17.69145,17.333813,17.568626,17.863888,19.130268,19.340553,19.415079,19.467852,19.46422,19.428797,19.452122,18.808069,19.295021,20.812597,21.086317,21.034971,20.85288,20.981367,21.032244,13.602661,13.768886,13.827873,13.923125,13.978859,13.934419,14.20639,13.687222,13.772695,13.997212,14.122331,14.069317,13.931796,14.066575,16.185356,15.457587,15.629675,15.70505,15.841097,15.927222,15.846788,16.224335,15.699837,15.863864,16.175072,16.330238,16.276508,16.040539,16.236591,17.447847,17.988609,18.368916,18.464472,18.56352,18.595413,18.54513,18.470274,17.941408,18.405462,19.115915,19.318785,19.283096,19.14222,19.338175,20.009581,18.936081,19.224562,19.310123,19.389452,19.400917,19.353117,19.347498,18.757296,19.229069,20.261267,20.513803,20.46693,20.294683,20.456268,20.688383,18.698359,19.03582,19.127808,19.18598,19.201126,19.162865,19.13121,18.53899,19.032663,19.99947,20.245333,20.205547,20.065529,20.176331,20.532051,17.40799,17.817017,17.922834,17.990566,18.02746,18.010517,17.873575,17.364943,17.855482,18.590809,18.804472,18.784712,18.687958,18.794605,19.612984,17.871387,17.956316,18.007097,18.125696,18.110064,18.080837,18.131971,17.616781,17.99297,19.605106,19.833683,19.782637,19.447342,19.637669,19.407318,15.543506,15.642181,15.711387,15.845075,15.949526,15.845204,15.974155,15.661241,15.831317,16.115133,16.234024,16.207247,15.771108,15.962442,16.444643,18.199574,18.412252,18.490414,18.651348,18.699131,18.608374,18.641321,18.178587,18.529888,19.202129,19.404072,19.357113,19.107399,19.367836,19.613972,16.528753,16.984957,17.083452,17.172892,17.213278,17.181005,16.959988,16.497808,16.962549,17.509531,17.660904,17.642767,17.553871,17.736853,18.978655,17.226889,17.520241,17.604528,17.733507,17.780052,17.708115,17.681049,17.200884,17.556284,18.108408,18.280977,18.240276,18.069187,18.298031,19.169453,17.737988,17.953348,18.032555,18.190567,18.250835,18.155136,18.200354,17.748478,18.073408,18.647221,18.831264,18.786335,18.543833,18.798656,19.243618,18.087805,18.236525,18.303915,18.47234,18.498329,18.423452,18.458546,18.026821,18.359339,19.184965,19.388468,19.343149,19.02095,19.272703,19.166924,18.854998,18.991264,19.051497,19.075916,19.062075,19.043844,19.083496,18.368643,18.910194,21.387213,21.657116,21.606291,21.433018,21.533419,21.49398,16.544601,16.784477,16.862078,16.995562,17.053438,16.974104,17.000046,16.542311,16.82675,17.285202,17.439331,17.397417,17.20969,17.431751,18.464802,18.101858,18.26041,18.331554,18.506313,18.546503,18.460941,18.497852,18.0741,18.402313,19.138765,19.338497,19.294079,18.985889,19.248665,19.218094,16.940552,17.265703,17.351736,17.468706,17.511278,17.449064,17.368639,16.8918,17.261478,17.79896,17.962914,17.926508,17.779984,17.996164,19.032757,18.777899,19.02128,19.100906,19.227449,19.247217,19.180597,19.193527,18.660149,19.077602,19.981224,20.217749,20.167519,19.948509,20.17548,20.334438,18.49404,18.593498,18.646843,18.742388,18.723944,18.694557,18.744511,18.155273,18.584621,20.419413,20.676373,20.620789,20.346649,20.525837,20.347191,19.024773,19.301626,19.386211,19.427158,19.431507,19.396698,19.397495,18.764635,19.261086,20.496275,20.76231,20.717068,20.565189,20.655144,20.841433,16.608086,16.974289,17.062853,17.166943,17.206566,17.155657,17.003588,16.538067,16.929958,17.450756,17.604546,17.574608,17.453438,17.655334,18.859972,17.680384,17.793341,17.849852,18.00141,18.006275,17.955376,17.993999,17.56152,17.886761,18.923834,19.127834,19.084146,18.715189,18.93351,18.709127,18.639864,18.950136,19.038275,19.143604,19.166325,19.108212,19.090744,18.539476,18.990667,19.837454,20.068483,20.023378,19.846773,20.049932,20.407089,16.105904,16.372498,16.449795,16.568342,16.616871,16.551048,16.483356,16.036158,16.329798,16.775244,16.91503,16.878351,16.729694,16.936441,18.230076,18.015978,18.104885,18.149979,18.135851,18.12295,18.121214,18.157936,17.338438,18.008488,22.170626,22.392405,22.353207,22.233994,22.277245,22.245323,17.958551,18.064398,18.119669,18.252384,18.245838,18.205557,18.251123,17.76288,18.122816,19.448109,19.674576,19.625643,19.287226,19.492495,19.273148,19.083305,19.298477,19.373528,19.455891,19.456629,19.410982,19.432522,18.829165,19.287743,20.574911,20.840479,20.787947,20.584749,20.754999,20.804312,18.623188,18.82181,18.895258,19.042358,19.063755,18.990805,19.016832,18.519043,18.901871,19.789549,20.018244,19.967493,19.709488,19.953272,19.989796,18.469759,18.677792,18.753918,18.91,18.943638,18.861673,18.888714,18.409084,18.779158,19.555908,19.772583,19.723587,19.469498,19.724619,19.845486,17.990953,18.124163,18.185509,18.345453,18.358944,18.294575,18.329399,17.890862,18.22333,19.152077,19.360188,19.313965,18.974022,19.210356,19.039557,18.54328,18.693329,18.756908,18.890413,18.89234,18.836782,18.871758,18.35837,18.74148,19.89291,20.132713,20.080261,19.792683,20.012415,19.88961,18.748705,18.910519,18.975742,18.966852,18.958426,18.945932,18.977772,18.236046,18.806845,21.384869,21.648645,21.604465,21.468479,21.497311,21.524357,14.702041,14.901601,14.962951,15.065623,15.114624,15.051569,15.04725,14.616193,14.801823,15.117653,15.235998,15.195494,15.051263,15.21989,16.981632,16.978424,17.155952,17.232237,17.386868,17.466263,17.362738,17.448524,17.032711,17.297609,17.753262,17.913034,17.871992,17.592882,17.83173,18.398706,15.173281,15.48072,15.556399,15.648803,15.686286,15.641744,15.372583,14.975476,15.282486,15.679623,15.790917,15.766635,15.667775,15.842527,17.58186,18.83041,18.952215,19.010157,19.081493,19.065102,19.036654,19.081968,18.443125,18.913321,20.88011,21.149963,21.094236,20.864138,21.023586,20.908295,18.33654,18.41247,18.460611,18.54413,18.519333,18.499811,18.556162,17.939077,18.389889,20.590054,20.845774,20.789877,20.519703,20.68499,20.498299,18.820948,19.022753,19.097727,19.081408,19.077831,19.0644,19.089962,18.377678,18.920572,20.964939,21.232573,21.191378,21.066954,21.044287,21.126148,18.330294,18.642826,18.731071,18.851545,18.88311,18.817404,18.797516,18.27231,18.699972,19.439407,19.653059,19.609011,19.429375,19.654161,20.123724,18.571899,18.828085,18.909922,19.045856,19.075109,19.001816,19.011967,18.49721,18.902166,19.697664,19.920696,19.872202,19.656658,19.896055,20.152634,18.094622,18.483398,18.5825,18.644024,18.670029,18.640051,18.558208,18.005079,18.502653,19.322517,19.547215,19.517315,19.401472,19.504547,20.088236,17.858582,18.171164,18.258814,18.385532,18.425125,18.355597,18.329515,17.826292,18.226049,18.868721,19.062717,19.02059,18.845711,19.077253,19.727564,18.192118,18.450979,18.533752,18.678291,18.719917,18.638939,18.652426,18.160559,18.53985,19.220129,19.424335,19.377867,19.164387,19.412924,19.81612,16.117853,16.298311,16.372908,16.513052,16.592579,16.501423,16.663294,16.219126,16.437284,16.812746,16.961094,16.917336,16.664036,16.878279,17.822945,18.859749,19.161436,19.249847,19.272146,19.278864,19.250427,19.241543,18.608936,19.113886,20.290291,20.55249,20.512636,20.383043,20.410372,20.647392,19.054287,19.28006,19.357817,19.373049,19.370062,19.345034,19.363979,18.686508,19.202135,20.853132,21.127615,21.081404,20.933401,20.986109,21.082813,18.021666,18.137684,18.189293,18.160387,18.15299,18.151388,18.18281,17.372761,18.034784,21.927044,22.149895,22.114836,22.011961,22.002052,22.012667,18.614265,18.69607,18.744696,18.778028,18.754028,18.743824,18.797026,18.07074,18.616385,21.528999,21.795048,21.74073,21.545935,21.668072,21.553837,17.701445,17.76177,17.806658,17.903997,17.879314,17.863646,17.922331,17.360703,17.774233,19.899334,20.129892,20.078762,19.755577,19.921446,19.709599,18.178312,18.33017,18.394106,18.342173,18.339764,18.340813,18.37233,17.608501,18.206585,21.175783,21.413958,21.382843,21.292185,21.168261,21.225939,18.757591,18.860815,18.914587,18.966009,18.945541,18.926243,18.975477,18.293739,18.799381,21.196033,21.46632,21.411139,21.198544,21.338066,21.222872,15.279992,15.554574,15.628287,15.729432,15.770941,15.718908,15.519858,15.110914,15.392395,15.789544,15.903053,15.874489,15.762957,15.946235,17.606771,17.47654,17.898754,18.002525,18.089691,18.12775,18.095392,17.960711,17.452389,17.93684,18.623741,18.808754,18.784565,18.671675,18.838648,19.694815,18.253368,18.618904,18.716381,18.750618,18.771217,18.747404,18.698229,18.12475,18.625206,19.528807,19.765274,19.736223,19.631399,19.622259,20.051952,17.664642,17.818266,17.892477,18.066303,18.141903,18.032518,18.085913,17.692249,17.98373,18.534927,18.710194,18.670004,18.364449,18.62627,18.81319,18.961605,19.137533,19.205875,19.303947,19.30088,19.25428,19.28598,18.701759,19.138111,20.490526,20.753057,20.698608,20.464869,20.65373,20.6106,14.493569,14.909951,14.995034,15.069521,15.109833,15.094048,14.640102,14.300914,14.687945,15.074203,15.173715,15.171168,15.120164,15.276358,17.262835,18.652872,18.831266,18.900507,19.040178,19.051493,18.986712,19.016008,18.507183,18.893316,19.900318,20.136864,20.084862,19.815855,20.047878,20.004049,19.072777,19.25259,19.321871,19.359673,19.351204,19.323385,19.354561,18.680088,19.186638,21.049084,21.325052,21.273575,21.095425,21.206749,21.21558,18.538719,18.886066,18.978836,19.062706,19.084356,19.037407,18.996407,18.431973,18.910078,19.767164,19.998602,19.958326,19.807858,19.974506,20.410769,29.169302,29.178808,29.328474,29.459738,29.421814,29.602757,29.753212,29.280146,29.406113,29.700125,31.553728,31.696823,31.529316,31.465279,31.817551,23.609924,23.724464,23.659058,23.766584,23.831804,23.220921,23.251131,21.916861,21.851498,22.162628,23.534887,23.635323,23.546755,23.744825,24.092289,23.769535,23.889544,23.94113,24.034384,24.247955,23.954462,23.976366,22.84762,22.878366,23.292898,24.517559,24.720694,24.644211,24.882477,25.250433,30.872061,30.864132,30.973524,31.137222,31.065342,31.357626,31.551228,31.079847,31.232466,31.628536,33.338833,33.270523,33.080597,32.879234,33.114361,19.192101,19.435595,19.45998,19.551559,19.511206,19.334833,19.197392,18.676285,18.877693,19.270071,19.748552,19.681263,19.702168,19.171167,19.311594,20.720438,20.964609,20.891827,21.021563,21.01614,20.454222,20.36507,19.262629,19.33979,19.731205,20.594959,20.556225,20.579306,20.540771,20.746004,21.377079,21.539162,21.320297,21.429779,21.417461,20.455931,20.429739,18.792267,18.659895,18.973278,20.175411,20.143631,20.102057,20.176706,20.378174,24.592058,24.736734,24.75131,24.910072,24.877195,24.613155,24.640591,23.763159,23.882444,24.329081,25.440954,25.37776,25.271893,25.302389,25.540897,27.712166,27.694723,27.743649,27.952385,27.867109,28.178226,28.380835,27.975407,28.211367,29.251345,30.532616,30.370951,30.181562,29.926294,29.979895,28.683872,28.72323,28.819441,28.989204,28.931042,29.052137,29.18811,28.614479,28.771215,29.199184,30.671225,30.607695,30.436724,30.354006,30.605839,21.880863,21.984375,21.730402,21.824713,21.864647,20.775513,20.79546,18.938168,18.698221,18.951025,20.385141,20.428301,20.35603,20.515129,20.778173,22.827452,22.892735,22.965984,23.16478,23.111431,23.232769,23.320774,22.913727,23.22443,24.621328,25.349838,25.201405,25.059229,24.852783,24.919018,24.63868,24.730694,24.680624,24.800415,24.804058,24.292645,24.340162,23.144436,23.108791,23.41264,24.839249,24.88662,24.770878,24.891502,25.208286,29.572495,29.592632,29.692633,29.869406,29.80127,30.018963,30.183012,29.676287,29.846415,30.301838,31.831028,31.743317,31.561752,31.411701,31.633316,25.24641,25.382635,25.447767,25.624004,25.579752,25.508106,25.554264,24.888441,25.08086,25.608843,26.670052,26.582998,26.460958,26.437885,26.657642,29.572987,29.516338,29.539354,29.732012,29.634886,30.04784,30.30489,29.908401,30.106789,31.083096,32.602772,32.435104,32.234749,31.874369,31.899057,25.748863,25.832945,25.838667,25.97438,25.955551,25.641495,25.706549,24.723894,24.758738,25.096659,26.50482,26.517523,26.385731,26.461288,26.767248,23.955145,24.040272,24.120169,24.320728,24.262682,24.385256,24.468094,24.046,24.333979,25.403109,26.235209,26.09094,25.945366,25.76318,25.86606,20.102453,20.195097,19.754169,19.820057,19.801437,18.277719,18.258884,15.946479,15.548455,15.752593,17.231693,17.204569,17.148998,17.211103,17.357916,22.367458,22.583733,22.570168,22.716698,22.697063,22.312305,22.270496,21.330654,21.457642,21.897547,22.807526,22.749489,22.708792,22.704378,22.923311,27.624998,27.679197,27.764103,27.912331,27.876688,27.844234,27.950293,27.250114,27.359509,27.716185,29.219229,29.230141,29.074181,29.083975,29.398188,21.524881,21.760841,21.821541,21.969671,21.936644,21.818863,21.762978,21.199621,21.448187,21.996908,22.646879,22.561403,22.515993,22.291048,22.47224,32.109356,32.072605,32.23064,32.344784,32.286995,32.726593,32.966606,32.659412,32.771992,33.001583,35.3727,35.59108,35.414742,35.110558,35.387257,20.547218,20.624599,20.207939,20.287811,20.299738,18.817411,18.833927,16.547277,16.149879,16.343687,17.890396,17.897018,17.827349,17.916166,18.096033,22.861162,22.95808,22.771591,22.874527,22.893766,22.0012,22.029463,20.403418,20.231743,20.497013,21.933607,21.971243,21.878967,22.014544,22.289217,27.632586,27.699963,27.787151,27.967878,27.909887,27.994818,28.107508,27.529051,27.710712,28.208229,29.517729,29.428802,29.268166,29.196915,29.421032,26.886751,26.968035,27.03178,27.196178,27.151884,27.08782,27.175856,26.454895,26.588848,27.015253,28.337614,28.283401,28.135929,28.133116,28.394516,28.611567,28.643921,28.730444,28.928917,28.855347,29.109713,29.274805,28.825495,29.040897,29.689878,31.05028,30.917597,30.737732,30.536751,30.684704,21.713739,21.953508,21.961662,22.104677,22.08375,21.76894,21.698961,20.875631,21.044949,21.498672,22.29174,22.229424,22.211021,22.132946,22.33914,23.860432,24.040777,24.097376,24.266781,24.229561,24.099293,24.10445,23.424759,23.631464,24.169313,25.085066,24.999479,24.90733,24.866516,25.077728,25.461533,25.547745,25.578997,25.700302,25.712194,25.405724,25.465029,24.503191,24.532789,24.842861,26.324186,26.430784,26.307301,26.438498,26.804247,24.164087,24.266088,24.214981,24.327145,24.359453,23.808464,23.847441,22.602308,22.554125,22.854166,24.273111,24.359615,24.255754,24.419334,24.760962,26.442163,26.517784,26.604397,26.804888,26.739725,26.894361,27.004868,26.538338,26.782827,27.519657,28.624537,28.493189,28.333158,28.192064,28.34202,22.357853,22.556862,22.636042,22.804415,22.765226,22.733727,22.724043,22.225674,22.496691,23.16861,23.860573,23.757483,23.673502,23.47344,23.644772,19.664944,19.736979,19.800547,19.958988,19.928425,19.985563,20.021769,19.58695,19.975315,22.286966,22.725025,22.576969,22.465931,22.190836,22.219004,31.875166,31.856853,31.942308,32.127682,32.046188,32.471409,32.719769,32.312531,32.487782,33.011913,34.77142,34.639038,34.440613,34.089027,34.227024,29.887918,29.901194,29.994276,30.182388,30.107384,30.392517,30.577642,30.118248,30.306301,30.835423,32.361389,32.243523,32.056664,31.842142,32.01791,24.965397,25.062908,25.107485,25.219625,25.266659,24.960091,25.008036,24.042603,24.073544,24.386482,25.864126,26.032864,25.92202,26.097374,26.491808,22.192827,22.421007,22.471327,22.624788,22.593327,22.428459,22.381075,21.729404,21.954262,22.478672,23.223679,23.142641,23.092888,22.964628,23.16083,26.634577,26.698498,26.79516,26.920511,26.917234,26.81776,26.901697,26.175774,26.260426,26.568115,28.168406,28.316444,28.177273,28.266077,28.650396,25.826645,25.902857,26.001072,26.114523,26.138447,26.000935,26.067692,25.321136,25.396299,25.694349,27.322823,27.557217,27.432957,27.568651,27.979742,23.220104,23.371759,23.284666,23.41918,23.396973,22.818707,22.820631,21.598763,21.601456,21.977102,23.138102,23.092257,23.010818,23.074614,23.304155,23.860863,24.037119,24.065071,24.226723,24.195032,23.961187,23.964828,23.155685,23.314455,23.795866,24.782871,24.711109,24.623693,24.627012,24.852253,23.335421,23.463202,23.414799,23.518978,23.639158,23.05862,23.082094,21.727417,21.674683,22.021879,23.304726,23.418081,23.342861,23.575352,23.930519,27.808586,27.865229,27.948133,28.108994,28.062267,28.072811,28.183928,27.519695,27.652597,28.052145,29.488207,29.450615,29.291122,29.267511,29.545107,22.288521,22.453676,22.537731,22.713457,22.67066,22.697849,22.715794,22.278862,22.564512,23.391302,24.055759,23.937963,23.836584,23.592808,23.738127,28.606001,28.616468,28.68815,28.893475,28.814877,29.123161,29.313839,28.900503,29.126339,29.927568,31.290575,31.140543,30.95405,30.698219,30.798597,19.630322,19.696592,19.179718,19.238321,19.231096,17.507004,17.503841,14.949442,14.456239,14.620599,16.214979,16.200087,16.139486,16.19891,16.332809,19.969105,20.231377,20.196648,20.319218,20.309593,19.877449,19.740425,18.835831,18.969997,19.360994,20.076683,20.033703,20.09543,19.934874,20.123686,36.032757,35.994278,36.069504,36.244572,36.174904,36.879532,37.26849,36.940067,37.086739,37.578171,39.866673,39.728718,39.530678,38.878845,38.95332,23.303795,23.423368,23.285624,23.407063,23.386076,22.676384,22.691492,21.296923,21.222,21.551935,22.839518,22.80621,22.711763,22.787249,23.018402,30.892273,30.873587,31.023254,31.153732,31.098194,31.405752,31.600342,31.187819,31.314919,31.601757,33.588024,33.684807,33.504219,33.325855,33.638748,24.585367,24.739098,24.814211,24.994431,24.948877,24.914181,24.947435,24.352877,24.581129,25.173975,26.122396,26.023195,25.908245,25.846453,26.046066,23.71203,23.813831,23.68206,23.800911,23.784649,23.088377,23.117432,21.723038,21.635567,21.946751,23.304281,23.288288,23.183079,23.267536,23.516439,20.835108,21.090122,21.11508,21.245533,21.21928,20.976547,20.874296,20.183022,20.385601,20.837696,21.498697,21.431992,21.435091,21.224516,21.409771,33.525436,33.475201,33.605225,33.718281,33.64127,34.116329,34.37722,34.014713,34.127483,34.391014,36.617031,36.665264,36.476707,36.117264,36.37677,35.155083,35.087627,35.171597,35.330276,35.240753,35.83287,36.14864,35.7854,35.913113,36.282085,38.453094,38.335091,38.124634,37.617485,37.75927,27.62594,27.674633,27.778252,27.916365,27.890415,27.87534,27.982033,27.315742,27.421019,27.748199,29.338488,29.412737,29.258526,29.286615,29.636562,26.274023,26.347979,26.398987,26.530905,26.520088,26.311237,26.387028,25.523838,25.58309,25.906982,27.395208,27.461281,27.324213,27.409561,27.755821,17.321514,17.529917,17.524658,17.57337,17.528225,17.330814,17.121311,16.663006,16.80571,17.072062,17.434465,17.384926,17.479689,16.666998,16.765985,29.249432,29.266359,29.393904,29.537582,29.491879,29.642717,29.790689,29.255653,29.385021,29.715479,31.42268,31.467966,31.295923,31.228367,31.55154,28.362017,28.35705,28.41641,28.624102,28.541845,28.862488,29.062893,28.657393,28.886904,29.794006,31.138231,30.98135,30.792137,30.525576,30.601591,27.566431,27.63228,27.722147,27.912855,27.849094,27.989283,28.109505,27.591074,27.799103,28.372742,29.632771,29.521984,29.357941,29.246964,29.438627,34.139713,34.085102,34.196041,34.31221,34.225792,34.72464,34.99773,34.61623,34.731266,35.019638,37.195412,37.175652,36.983158,36.586269,36.81908,26.571529,26.625874,26.754765,26.869192,26.872868,26.854862,26.94215,26.345234,26.444538,26.726654,28.502512,28.78422,28.649382,28.735422,29.143373,26.465029,26.564495,26.643915,26.825993,26.773224,26.795038,26.877138,26.272213,26.466667,26.997969,28.171272,28.078297,27.933559,27.8857,28.102869,22.742714,22.733719,22.786142,22.991785,22.93059,23.116219,23.347084,22.944284,23.23875,24.947001,25.784771,25.637445,25.481489,25.379854,25.388491,27.08573,27.166294,27.242085,27.415234,27.364784,27.366436,27.461063,26.809336,26.970661,27.43491,28.725878,28.65299,28.50168,28.471302,28.714275,30.906408,30.896544,31.014688,31.167381,31.099779,31.383001,31.574329,31.101246,31.243357,31.602474,33.370438,33.336216,33.148735,32.962318,33.224545,31.675177,31.65411,31.75421,31.926926,31.847231,32.217194,32.439831,32.005463,32.165401,32.597275,34.356998,34.255104,34.057758,33.779251,33.971531,25.864952,25.978718,26.033365,26.203032,26.160223,26.05497,26.116476,25.38471,25.538809,26.009674,27.189402,27.117456,26.986107,26.987318,27.227152,21.973196,22.000771,22.062172,22.264921,22.213255,22.339939,22.468319,22.022316,22.383986,24.469616,25.146132,24.994625,24.847475,24.751511,24.771591,18.903227,19.164557,19.163544,19.264999,19.244875,18.95104,18.757988,18.083389,18.255909,18.617336,19.163218,19.115532,19.215664,18.839697,18.998638,24.375088,24.485603,24.537479,24.641674,24.744913,24.439032,24.474323,23.469629,23.501923,23.841217,25.26082,25.473276,25.378057,25.591101,25.990107,22.247341,22.381603,22.464397,22.645777,22.601177,22.661396,22.697815,22.287224,22.581057,23.571993,24.231016,24.10113,23.987806,23.731493,23.852211,28.71834,28.757717,28.851563,29.037788,28.970215,29.161125,29.308693,28.8013,28.991304,29.511127,30.914497,30.809622,30.634344,30.496128,30.696487,21.063486,21.270025,21.347961,21.502323,21.467285,21.438824,21.414425,20.976665,21.249277,21.921631,22.495916,22.401129,22.334877,21.989435,22.148018,19.980654,20.037008,20.097233,20.265421,20.231146,20.297615,20.354626,19.870794,20.305902,23.064394,23.530657,23.380785,23.259243,23.120752,23.134838,33.603176,33.530918,33.529541,33.703861,33.607487,34.209888,34.5443,34.168911,34.32122,35.033894,37.054523,36.893269,36.687168,36.127846,36.157219,25.261269,25.37409,25.377348,25.528847,25.496624,25.205956,25.254585,24.316624,24.394648,24.796911,26.041012,25.994705,25.872862,25.918427,26.175295,26.859278,26.937281,27.025784,27.221205,27.157791,27.293104,27.401979,26.903612,27.131287,27.774736,28.938599,28.818321,28.659248,28.541489,28.715351,34.736954,34.668228,34.761185,34.903141,34.812885,35.362995,35.65258,35.283363,35.405735,35.742531,37.884815,37.79147,37.584599,37.127468,37.303478,19.252728,19.321661,18.787109,18.854296,18.877869,17.076464,17.090908,14.440397,13.921156,14.075891,15.693547,15.705843,15.655272,15.743695,15.893085,23.021236,23.227325,23.263168,23.421972,23.392124,23.174942,23.151121,22.397982,22.586409,23.086088,23.957212,23.882025,23.816399,23.775675,23.988939,25.814835,25.927906,26.012121,26.200895,26.146271,26.195272,26.267763,25.718842,25.945601,26.557734,27.621489,27.513073,27.372911,27.29674,27.488823,27.582098,27.610294,27.765179,27.879953,27.865131,27.974884,28.095064,27.635681,27.752693,28.019604,29.969231,30.282736,30.137589,30.147915,30.534708,33.604538,33.552975,33.660122,33.795654,33.71032,34.179119,34.438519,34.043125,34.169609,34.49527,36.548855,36.491768,36.293629,35.92664,36.144867,28.98979,29.017807,29.125458,29.281193,29.229551,29.349503,29.490452,28.91427,29.051056,29.422201,31.00589,30.989218,30.817337,30.748672,31.038843,23.321495,23.415657,23.247389,23.357235,23.352148,22.541513,22.571274,21.043325,20.904396,21.186514,22.599087,22.603535,22.50165,22.601423,22.856028,26.248186,26.302095,26.381592,26.588371,26.519083,26.712011,26.839544,26.407318,26.664288,27.553984,28.635843,28.490709,28.323563,28.14867,28.262653,22.198534,22.296581,22.374929,22.562017,22.51445,22.603695,22.660498,22.265171,22.565626,23.768814,24.431334,24.29187,24.167072,23.901154,23.990776,36.813457,36.746899,36.819229,36.97477,36.888527,37.598522,37.977074,37.644371,37.769028,38.151501,40.521595,40.386635,40.180161,39.528534,39.628368,23.00104,23.186644,23.151854,23.297569,23.275841,22.836044,22.820595,21.784958,21.868189,22.289034,23.313984,23.259008,23.193892,23.230709,23.457863,34.206322,34.158978,34.193569,34.368961,34.287422,34.902691,35.247536,34.893162,35.050823,35.679123,37.75061,37.595615,37.389488,36.817455,36.871346,31.192522,31.171247,31.232733,31.42869,31.346815,31.793537,32.055004,31.668917,31.862844,32.571407,34.256386,34.103939,33.905491,33.516644,33.598839,39.69849,39.630005,39.688301,39.827606,39.747833,40.639496,41.109283,40.821037,40.925426,41.278,44.018593,43.88298,43.687244,42.822872,42.882805,26.211201,26.296455,26.325769,26.474348,26.442675,26.230816,26.303505,25.42923,25.507376,25.882299,27.242071,27.219847,27.081966,27.124838,27.409258,28.93063,28.932276,29.09816,29.217993,29.185469,29.403688,29.558943,29.166304,29.28927,29.548855,31.602329,31.879187,31.720913,31.643555,32.001476,30.283318,30.264935,30.432512,30.553394,30.508297,30.820671,31.010239,30.656006,30.777754,31.02899,33.184231,33.41827,33.24902,33.082378,33.409653,26.181492,26.146744,26.184145,26.364008,26.274525,26.535339,26.737549,26.320398,26.564854,27.878138,29.024445,28.84893,28.651991,28.426893,28.437456,24.548199,24.651937,24.736797,24.935175,24.877428,24.984362,25.059847,24.612343,24.88682,25.767654,26.65885,26.523695,26.380909,26.226637,26.359476,31.079086,31.063526,31.194105,31.335243,31.271664,31.569246,31.764687,31.312378,31.445719,31.768974,33.633495,33.645916,33.460327,33.272629,33.558739,24.005529,24.026995,24.088158,24.297815,24.230471,24.403332,24.540798,24.119905,24.422258,25.91494,26.78343,26.624912,26.459991,26.309889,26.351982,20.201836,20.450964,20.499187,20.621637,20.589279,20.451912,20.358927,19.834091,20.070812,20.550406,21.092024,21.016764,21.003744,20.618565,20.782461,27.746172,27.783958,27.917721,28.045021,28.025518,28.076958,28.19002,27.622074,27.734818,28.033022,29.77272,29.945494,29.792891,29.818699,30.198835,20.38579,20.621099,20.68652,20.823597,20.793516,20.710951,20.650805,20.181955,20.438198,20.987869,21.521145,21.439148,21.401184,21.004213,21.169548,24.459997,24.594582,24.680548,24.87104,24.81864,24.871517,24.923159,24.430134,24.692591,25.42696,26.318602,26.19849,26.069687,25.947628,26.111965,21.363091,21.578266,21.468252,21.598206,21.592291,20.915459,20.863705,19.589779,19.60342,19.977448,20.978266,20.943159,20.931574,20.970402,21.185663,32.720699,32.686676,32.777733,32.952953,32.869038,33.322247,33.581459,33.178295,33.336594,33.785686,35.654724,35.533897,35.331348,34.963337,35.120598,30.157776,30.158953,30.237152,30.435122,30.356195,30.719912,30.938459,30.52721,30.730383,31.393099,32.941219,32.797882,32.606083,32.303764,32.419918,25.447277,25.483171,25.552973,25.763521,25.693012,25.889769,26.02376,25.60631,25.879597,26.995235,27.998333,27.844095,27.675385,27.494446,27.573324,23.005449,23.205997,23.275261,23.443237,23.405169,23.321577,23.309488,22.722931,22.967562,23.559145,24.345011,24.250605,24.168957,24.053602,24.245275,25.10652,25.196938,25.29207,25.397457,25.457254,25.286753,25.338627,24.547693,24.615013,24.921669,26.528467,26.815495,26.705925,26.880121,27.300703,23.55076,23.726192,23.805809,23.983927,23.940144,23.918156,23.932121,23.394741,23.651754,24.306517,25.122633,25.016935,24.914276,24.795536,24.977068,44.074997,44.006065,44.046486,44.153156,44.083511,45.23563,45.831173,45.605415,45.676785,45.946507,49.243607,49.121223,48.950054,47.792648,47.816975,31.555271,31.964582,33.223534,33.328461,33.27412,33.150879,32.986172,32.627762,32.438053,32.521969,32.658329,32.925877,33.053093,34.535061,36.617512,28.800467,29.307089,30.212891,30.342567,30.35594,30.308496,30.218334,29.765718,29.912491,30.053888,30.395849,30.450214,30.456554,32.246929,33.426357,32.080128,32.464497,33.491451,33.598305,33.597347,33.542881,33.470451,33.035873,33.231014,33.403118,33.716175,33.880775,33.884388,35.388977,37.296524,32.215595,32.640099,33.835442,33.947887,33.920113,33.823765,33.696518,33.303253,33.318333,33.438522,33.65303,33.887558,33.965767,35.528358,37.707203,29.607908,30.111366,31.125523,31.255869,31.250111,31.177063,31.066074,30.639496,30.716101,30.842781,31.12929,31.22687,31.267578,33.032276,34.354488,27.314396,27.759352,28.499702,28.587971,28.616426,28.637074,28.552238,28.054436,28.288191,28.470407,28.833328,28.875162,28.822206,30.438076,31.44755,32.520069,32.923775,34.086838,34.196587,34.177174,34.091736,33.982162,33.587318,33.660847,33.795429,34.033176,34.27235,34.332825,35.843277,38.258842,32.429432,32.827587,33.937897,34.047729,34.036846,33.964371,33.871094,33.458683,33.590435,33.741982,34.012779,34.221657,34.25869,35.774094,37.992245,28.991377,29.418919,30.232849,30.330154,30.351286,30.336811,30.271154,29.785915,30.017515,30.199797,30.563608,30.633591,30.589127,32.212173,33.376457,30.597443,30.912611,31.737013,31.824162,31.840508,31.828403,31.796789,31.338327,31.614489,31.810408,32.175224,32.262978,32.183258,33.55336,34.94685,29.247665,29.587618,30.365629,30.449837,30.4746,30.472956,30.433903,29.962473,30.223171,30.414494,30.772633,30.851187,30.76639,32.195557,33.387383,32.383057,32.776653,34.031132,34.135494,34.096027,33.984993,33.840874,33.488716,33.402855,33.501522,33.662041,33.959457,34.067154,35.504875,38.235622,28.168129,28.541246,29.283012,29.364172,29.393412,29.40729,29.354782,28.871269,29.122944,29.315613,29.681961,29.753294,29.678806,31.178236,32.264984,31.736763,32.159821,33.220196,33.333279,33.32864,33.26416,33.174507,32.739525,32.892025,33.050526,33.343296,33.509483,33.532749,35.12859,36.920422,31.777655,32.104504,33.193127,33.27681,33.24279,33.145073,33.034641,32.718983,32.680168,32.785458,32.970135,33.331806,33.409439,34.615204,38.802505,31.349949,31.794662,32.965763,33.078754,33.042336,32.940327,32.801273,32.403839,32.365112,32.473858,32.677113,32.881813,32.967117,34.58152,36.377796,30.630024,31.035513,31.953562,32.056664,32.067036,32.031265,31.966671,31.502378,31.723305,31.904118,32.248199,32.35741,32.332642,33.904255,35.334373,32.622944,32.97393,34.101452,34.198261,34.174969,34.088242,33.986294,33.632061,33.687042,33.812931,34.031834,34.338608,34.400612,35.728615,39.180828,31.208551,31.663271,32.724449,32.843544,32.837234,32.767555,32.667294,32.230637,32.354378,32.502579,32.786636,32.939201,32.971825,34.645885,36.266045,32.350624,32.731701,33.968868,34.070175,34.032753,33.924484,33.786095,33.445328,33.363506,33.462479,33.621235,33.936058,34.040894,35.429253,38.472294,32.512241,32.892944,33.969921,34.077591,34.070827,34.006386,33.925293,33.508598,33.675117,33.836952,34.126076,34.324654,34.346249,35.825733,38.04422,32.272015,32.689537,33.913059,34.023079,33.988953,33.885223,33.748837,33.367985,33.340397,33.450882,33.643951,33.897602,33.988827,35.52137,37.81501,32.112095,32.535229,33.65926,33.773079,33.759697,33.681908,33.578114,33.161495,33.266335,33.410309,33.67173,33.870979,33.917416,35.498127,37.513176,31.588394,31.922865,33.034939,33.120186,33.083897,32.981705,32.864021,32.555405,32.476154,32.575729,32.74511,33.108044,33.195251,34.407784,38.501476,32.579636,32.970428,34.166111,34.271374,34.244129,34.148659,34.028202,33.658455,33.674671,33.793995,33.99976,34.278885,34.357826,35.806427,38.610207,32.705627,33.083965,34.197067,34.303867,34.291706,34.218643,34.128544,33.728615,33.861446,34.011955,34.27755,34.507374,34.545055,36.000107,38.514683,29.392721,29.659439,30.56337,30.613754,30.563427,30.455851,30.348837,30.091337,29.897902,29.984339,30.145859,30.582499,30.667978,31.616388,37.018188,30.099264,30.459101,31.296566,31.387611,31.405079,31.388584,31.342505,30.87372,31.127249,31.317774,31.676994,31.766626,31.704939,33.174,34.493015,31.394243,31.823072,33.029751,33.136711,33.087906,32.97477,32.82238,32.440643,32.328388,32.423714,32.593315,32.824837,32.929111,34.488411,36.380932,32.143612,32.571754,33.735245,33.849369,33.828419,33.74028,33.623173,33.218063,33.275291,33.40604,33.642483,33.85862,33.922722,35.505608,37.583923,29.419542,29.729124,30.745943,30.823458,30.787876,30.685652,30.573275,30.331604,30.08943,30.179354,30.302471,30.709076,30.806366,31.828102,36.595211,31.920303,32.274876,33.446758,33.539562,33.504055,33.400333,33.274162,32.956673,32.87154,32.97023,33.129578,33.476261,33.572857,34.853096,38.540684,30.906231,31.358656,32.371338,32.488579,32.48901,32.429726,32.339653,31.891161,32.047722,32.205776,32.511509,32.644619,32.660442,34.336544,35.856392,30.827324,31.2887,32.413754,32.53091,32.501621,32.406784,32.274437,31.867439,31.858341,31.971945,32.197498,32.368874,32.441769,34.100697,35.716774,31.210846,31.635532,32.634743,32.745899,32.74823,32.695259,32.61544,32.165333,32.348183,32.516247,32.832855,32.970005,32.974033,34.584095,36.175766,31.582752,31.964682,32.936359,33.040127,33.044636,33.000713,32.936996,32.488651,32.707367,32.887711,33.221107,33.357937,33.342991,34.852234,36.537128,32.70945,33.081059,34.228374,34.331104,34.310513,34.225571,34.122288,33.74897,33.820984,33.953232,34.183567,34.459332,34.518867,35.923351,38.903908,27.848692,28.335133,29.117344,29.22575,29.250225,29.235037,29.149296,28.656643,28.86278,29.023144,29.385012,29.418121,29.382622,31.131153,32.172844,32.490181,32.874702,34.087402,34.190063,34.157932,34.056366,33.928234,33.573704,33.546455,33.65588,33.840248,34.140194,34.230881,35.644581,38.630177,29.359959,29.744816,30.554171,30.644793,30.666063,30.655252,30.602566,30.123825,30.370735,30.559761,30.923723,31.002998,30.943939,32.471886,33.683292,31.980337,32.348297,33.59211,33.691219,33.650581,33.539257,33.394432,33.077541,32.926628,33.015438,33.139359,33.475914,33.594536,34.916527,38.153164,29.121984,29.413795,30.164167,30.24654,30.274384,30.279205,30.253136,29.794491,30.063402,30.24898,30.579948,30.653152,30.530352,31.847469,32.997002,29.835419,30.1371,30.921328,31.005739,31.02807,31.025324,30.997217,30.538712,30.811903,31.002083,31.347347,31.425358,31.321032,32.659397,33.919872,29.563789,30.022797,30.909426,31.020899,31.035454,30.999996,30.923275,30.44985,30.650234,30.819456,31.16618,31.247921,31.230068,32.929241,34.175369,28.957874,29.234003,30.164446,30.223003,30.171848,30.057489,29.945505,29.700172,29.44788,29.529999,29.67728,30.097015,30.1833,31.132963,36.307297,29.607471,29.871759,30.622885,30.70503,30.730797,30.737402,30.720495,30.272545,30.554789,30.741812,31.06848,31.138977,31.005116,32.264095,33.478977,32.278442,32.686443,33.937416,34.044628,34.004265,33.893078,33.747128,33.380737,33.302769,33.403233,33.572544,33.846752,33.951954,35.444611,37.861691,30.581848,31.061728,32.124004,32.248394,32.237747,32.160549,32.048256,31.619377,31.699282,31.83215,32.103405,32.240715,32.285759,34.009571,35.499458,31.070219,31.53545,32.638577,32.759468,32.742519,32.658772,32.540913,32.119804,32.178795,32.308193,32.561901,32.724915,32.78014,34.465027,36.090363,32.65379,33.032127,34.195869,34.299255,34.276371,34.187672,34.078419,33.706936,33.758953,33.886486,34.108028,34.386364,34.4529,35.871357,38.81044,32.788162,33.158688,34.286102,34.390575,34.374729,34.296658,34.20208,33.816669,33.926102,34.06868,34.31826,34.573387,34.620251,36.038895,38.840675,29.960506,30.423397,31.351324,31.466787,31.477032,31.43277,31.351458,30.886049,31.07127,31.235973,31.570141,31.665474,31.659708,33.367218,34.681099,31.032663,31.391207,32.287521,32.38361,32.394554,32.366207,32.317142,31.858604,32.107891,32.297935,32.653103,32.76218,32.718147,34.18103,35.687397,31.634708,32.079067,33.183575,33.301067,33.28886,33.211658,33.10495,32.679832,32.779823,32.921913,33.187744,33.364742,33.40976,35.050037,36.832848,28.296429,28.606644,29.337132,29.418737,29.457745,29.474867,29.44676,28.98365,29.246857,29.439835,29.787382,29.869524,29.76663,31.158092,32.254574,30.278181,30.757895,31.75078,31.874105,31.876137,31.816322,31.721519,31.271864,31.414524,31.564873,31.872046,31.985023,32.00354,33.744331,35.132584,23.97897,24.374418,24.601252,24.380058,24.381578,24.089682,24.067871,22.873344,23.182798,23.434416,24.269697,24.313814,24.259924,25.276915,25.847288,24.928942,25.195955,25.558537,25.361305,25.345278,25.337595,25.284412,24.501354,24.803558,25.011969,25.937239,26.031754,25.935057,26.712675,27.59934,24.217319,25.134005,25.595993,25.720955,25.731091,25.64949,25.589336,24.956327,25.227964,25.416252,25.889565,25.903465,25.858404,28.903996,29.532545,21.281534,22.824598,23.251175,23.607845,23.616575,23.564106,23.498558,23.106928,23.27018,23.375076,23.668545,23.621391,23.587337,28.913559,29.371738,25.159136,25.670465,26.094061,26.038502,26.037748,25.970602,25.922865,25.167332,25.480394,25.700584,26.366039,26.396687,26.326757,27.93408,28.699003,25.001345,25.296097,25.614601,25.394012,25.380562,25.301302,25.271767,24.367762,24.685574,24.909149,25.841578,25.930241,25.84153,26.686197,27.474201,23.831079,24.859161,25.395519,25.598003,25.606436,25.570213,25.489538,24.99132,25.217157,25.364649,25.745148,25.742197,25.702047,29.215456,29.845615,24.105434,24.406879,24.889011,24.776098,24.775379,24.872656,24.767303,24.156502,24.448366,24.643188,25.380997,25.435003,25.343969,26.169739,27.132389,25.254904,25.716175,26.165442,26.104853,26.102346,26.076637,26.020845,25.316303,25.62635,25.840092,26.511229,26.542809,26.46616,27.925669,28.75716,24.446056,24.902075,25.200689,25.050095,25.051802,24.846657,24.817299,23.795549,24.115393,24.361088,25.124821,25.163589,25.106022,26.381447,27.007366,24.327244,24.47003,24.703026,24.420153,24.404312,24.39324,24.396564,23.617233,23.890087,24.066845,25.669809,26.099508,26.007595,26.393799,27.149681,24.586237,24.817602,25.045044,24.705389,24.689079,24.541389,24.535875,23.434443,23.757984,23.981758,25.09557,25.242315,25.155527,25.764954,26.44173,23.804379,23.964947,24.108757,23.611271,23.592995,23.409889,23.423716,22.143734,22.475727,22.67853,24.099117,24.397209,24.316021,24.698853,25.234961,23.195274,23.358902,23.761368,23.553442,23.527405,23.652489,23.509193,22.886164,23.12351,23.286306,24.314693,24.48304,24.377289,24.772522,25.71859,22.92709,24.098625,24.487793,24.68478,24.707037,24.563629,24.511221,23.839663,24.098337,24.287319,24.717314,24.731194,24.704979,28.521805,29.023594,25.041109,25.628714,26.138538,26.161053,26.161091,26.150311,26.076214,25.45368,25.746275,25.943756,26.50206,26.520506,26.455181,28.382401,29.173328,21.665586,23.254118,23.662022,24.016184,24.030413,23.96105,23.898254,23.446877,23.637955,23.764072,24.06138,24.05517,24.026209,29.449589,29.907757,23.897989,24.242168,24.439024,24.160412,24.158154,23.848665,23.832079,22.56328,22.870674,23.119394,24.017115,24.071075,24.01174,24.867327,25.429853,24.788416,25.001646,25.25997,24.956732,24.938454,24.856503,24.845873,23.880867,24.194052,24.406734,25.570852,25.751207,25.657646,26.242479,26.996801,24.654417,24.827248,25.096277,24.819511,24.799856,24.782192,24.766285,23.946115,24.233215,24.42371,25.756746,26.035662,25.937563,26.418758,27.236933,24.887413,25.405643,25.781948,25.702282,25.703484,25.582085,25.54269,24.69256,25.011026,25.242626,25.933399,25.96607,25.902887,27.475113,28.170935,23.573046,23.695717,23.968441,23.756712,23.736805,23.798687,23.749619,23.168474,23.387577,23.528864,25.201719,25.707352,25.61252,25.935291,26.77367,24.070103,24.912472,25.505503,25.661509,25.668596,25.675615,25.56809,25.080803,25.312891,25.461107,25.855156,25.861267,25.817673,28.659269,29.346676,24.432302,25.003414,25.346033,25.27639,25.283674,25.100454,25.063154,24.138176,24.45356,24.693417,25.365156,25.393925,25.344116,27.028778,27.648367,22.585871,23.945232,24.363632,24.636269,24.657173,24.572248,24.516567,23.977449,24.206984,24.365854,24.731493,24.739079,24.708378,29.22382,29.731983,23.575829,23.714815,24.050783,23.826639,23.799049,23.886724,23.787205,23.160942,23.392607,23.544186,24.842482,25.139456,25.03299,25.39052,26.306772,24.621859,24.79962,25.034306,24.708292,24.68931,24.621702,24.621622,23.67528,23.980619,24.181906,25.519566,25.788673,25.695089,26.175476,26.907295,24.006018,24.153286,24.332293,23.951641,23.932983,23.841187,23.855446,22.854412,23.154062,23.342129,24.944687,25.365467,25.281429,25.652863,26.252388,22.561489,23.761581,24.124134,24.332392,24.361519,24.17672,24.127369,23.412071,23.664297,23.857912,24.289925,24.30464,24.286581,28.165445,28.635342,23.794304,24.091578,24.258057,23.915556,23.90937,23.58305,23.572195,22.222834,22.528921,22.772587,23.73789,23.805628,23.740831,24.457144,25.007195,23.489899,23.952785,24.162434,24.000853,24.012959,23.64325,23.620131,22.384277,22.672262,22.930508,23.709953,23.745214,23.710066,24.889082,25.412405,23.963301,24.677551,25.025457,25.029186,25.045567,24.837524,24.795641,23.898205,24.200565,24.436262,25.033146,25.055794,25.020725,27.172812,27.738598,23.567223,24.183805,24.459524,24.409714,24.430305,24.116734,24.0842,23.015488,23.30476,23.557035,24.218065,24.244637,24.218971,25.946524,26.478619,22.929018,23.146894,23.19916,22.666279,22.656046,22.179394,22.179693,20.457417,20.742775,20.969608,22.065205,22.14959,22.083647,22.551838,23.005432,23.737436,24.812431,25.288177,25.479736,25.490568,25.4216,25.355331,24.79278,25.038464,25.204964,25.617331,25.624332,25.583731,29.218742,29.815685,25.153641,25.527931,25.902517,25.758003,25.750097,25.687202,25.646437,24.82519,25.142981,25.367035,26.163309,26.216152,26.13345,27.257221,28.062126,24.040207,24.632248,24.943623,24.877829,24.890423,24.650862,24.615273,23.62182,23.92972,24.176037,24.843267,24.870518,24.831284,26.529858,27.102583,24.520756,25.363525,25.851267,25.959791,25.967232,25.906363,25.841375,25.226137,25.498899,25.685341,26.166204,26.180342,26.130697,28.944088,29.614443,24.99575,25.346352,25.675686,25.488066,25.479033,25.375578,25.345087,24.431639,24.753668,24.984259,25.836973,25.900354,25.819418,26.833239,27.586405,24.417641,24.799751,25.064941,24.850615,24.847527,24.630964,24.608051,23.516102,23.836908,24.08238,24.924103,24.975294,24.910786,25.93956,26.567177,24.372011,24.700918,24.939014,24.670189,24.663116,24.439972,24.42293,23.274229,23.595243,23.837854,24.750654,24.817232,24.746981,25.607809,26.232998,23.52059,24.048054,24.28603,24.177881,24.194031,23.844305,23.817739,22.653131,22.940214,23.196409,23.919592,23.951385,23.921352,25.322947,25.851063,23.645483,24.544636,24.922581,25.013025,25.032921,24.856852,24.808609,24.01852,24.30529,24.522085,25.038757,25.056875,25.026171,27.862713,28.406404,23.2379,24.154369,24.499163,24.598783,24.626728,24.395464,24.351343,23.498335,23.777229,24.001038,24.521658,24.540098,24.51927,27.361774,27.869688,25.010561,25.334343,25.751604,25.613283,25.604,25.615301,25.55176,24.834023,25.138914,25.348242,26.144213,26.201653,26.109825,27.080387,27.989973,24.864325,25.56922,26.037867,26.083954,26.088924,26.024069,25.965605,25.294884,25.587292,25.789917,26.335163,26.354464,26.297874,28.607307,29.315186,24.760849,25.12818,25.427299,25.225739,25.219261,25.064348,25.038914,24.04125,24.3654,24.603786,25.452328,25.51033,25.436897,26.466108,27.155424,22.905741,23.165157,23.229815,22.797091,22.793131,22.290386,22.285017,20.634647,20.896032,21.133684,22.162951,22.224152,22.165567,22.729616,23.193279,23.106365,23.289272,23.353842,22.724649,22.709373,22.315247,22.323212,20.60214,20.933205,21.149263,22.324387,22.454229,22.383722,22.781128,23.236538,24.017246,24.470499,24.725307,24.558075,24.563545,24.286171,24.259697,23.131449,23.44142,23.693804,24.469955,24.506826,24.458597,25.665478,26.238289,23.814398,24.813986,25.248537,25.393665,25.40757,25.304214,25.247812,24.596838,24.866335,25.056335,25.518484,25.532408,25.493181,28.78755,29.370451,24.907753,25.302195,25.791986,25.726707,25.72929,25.77392,25.698406,25.06974,25.375778,25.581656,26.248329,26.282883,26.202505,27.410692,28.326645,20.084026,21.947023,22.304842,22.745943,22.752199,22.692995,22.629892,22.276749,22.416546,22.505651,22.759039,22.717768,22.686674,29.120054,29.500914,23.869602,24.094471,24.520376,24.340595,24.32485,24.421398,24.300346,23.651264,23.922331,24.107979,24.998074,25.098652,24.998472,25.592155,26.552416,23.964552,24.173424,24.326378,23.868563,23.85251,23.603739,23.607231,22.252052,22.580742,22.804615,23.969406,24.120966,24.041464,24.544214,25.105789,24.341484,25.093069,25.494202,25.528168,25.539286,25.402363,25.354637,24.57387,24.87417,25.093828,25.658445,25.679346,25.634432,28.007435,28.623028,24.855427,25.482964,25.902348,25.892437,25.896969,25.797523,25.749874,24.986406,25.294304,25.514151,26.124077,26.148729,26.09086,28.076576,28.767706,25.17691,25.623863,26.024239,25.927752,25.924118,25.855709,25.811953,25.021608,25.338638,25.562492,26.283665,26.322102,26.246714,27.622313,28.403627,24.656929,25.405285,25.851925,25.904234,25.911526,25.823265,25.768948,25.070326,25.363665,25.570074,26.113152,26.132473,26.080442,28.514109,29.183207,24.930416,25.171165,25.486135,25.244764,25.226839,25.187262,25.153923,24.297115,24.603365,24.814024,25.846825,25.977734,25.881241,26.568275,27.405214,24.674427,24.99202,25.260557,25.007774,24.99798,24.83255,24.813505,23.757805,24.081957,24.318649,25.241877,25.317913,25.240303,26.103582,26.784094,23.089546,24.325319,24.80542,25.061066,25.071342,25.012407,24.941702,24.44841,24.663364,24.805426,25.162979,25.156893,25.120171,29.35379,29.912329,24.849388,25.152136,25.440212,25.196545,25.184612,25.059189,25.037622,24.047001,24.369856,24.600742,25.539783,25.625227,25.541912,26.384464,27.110956,22.852253,23.002937,23.052324,22.248165,22.231907,21.862085,21.87886,20.00248,20.388861,20.590439,21.829445,21.996542,21.929295,22.251221,22.671629,23.254032,23.605659,23.745508,23.464323,23.469429,23.037876,23.023033,21.603424,21.879042,22.131824,23.033363,23.077868,23.032099,23.851246,24.353331,23.495293,23.663246,23.76993,23.173141,23.155832,22.880756,22.893555,21.367813,21.716267,21.925997,23.213562,23.421011,23.344345,23.726374,24.217148,22.377544,22.559441,22.549881,21.874929,21.863329,21.297733,21.303978,19.324732,19.61252,19.824816,20.970177,21.059246,20.997435,21.364555,21.762501,23.395016,24.475582,24.886482,25.054245,25.072128,24.94887,24.894926,24.23074,24.496473,24.687044,25.135437,25.149485,25.116436,28.651361,29.193279,24.058352,24.578474,24.864075,24.750055,24.759169,24.502579,24.471342,23.41551,23.725464,23.9757,24.694048,24.725458,24.681871,26.123089,26.698734,24.647018,24.867205,25.221106,25.002958,24.982512,25.003922,24.940193,24.18733,24.474245,24.669983,25.685143,25.819481,25.717695,26.342321,27.255287,24.87689,25.126312,25.4063,25.133726,25.117418,25.026617,25.008017,24.048115,24.365307,24.585577,25.631685,25.759876,25.668676,26.362137,27.124723,24.631594,24.90354,25.149492,24.85021,24.836899,24.67585,24.66324,23.574587,23.898664,24.130152,25.139431,25.243412,25.160803,25.886066,26.565462,23.481607,24.22394,24.536734,24.556767,24.581961,24.307684,24.269125,23.303001,23.591475,23.833788,24.427599,24.450602,24.428602,26.622398,27.145952,22.005459,22.146177,22.111265,21.160177,21.145706,20.594006,20.608429,18.344378,18.718184,18.910591,20.080008,20.184984,20.130878,20.406796,20.760788,25.217409,25.617739,26.054182,25.960648,25.956032,25.944244,25.887871,25.175053,25.485645,25.699505,26.418406,26.458145,26.374983,27.617142,28.484159,23.657736,23.911383,24.046795,23.628916,23.618719,23.277063,23.272402,21.831591,22.139677,22.376049,23.416002,23.503078,23.433455,24.026642,24.557114,23.866173,24.016096,24.177195,23.747934,23.729286,23.602661,23.617407,22.509451,22.821249,23.013712,24.575945,24.967958,24.885906,25.252775,25.812565,24.424208,24.614977,24.817411,24.434031,24.415619,24.281507,24.285782,23.175261,23.496775,23.709269,24.981905,25.206032,25.117807,25.610506,26.260973,22.278503,23.598017,24.081644,24.379795,24.390234,24.34543,24.276501,23.854559,24.037836,24.155447,24.472263,24.430584,24.397087,28.940115,29.466263,24.209156,24.453863,24.64167,24.26149,24.247683,24.017677,24.013624,22.755796,23.079798,23.311462,24.383106,24.499228,24.420408,25.031321,25.633299,24.486448,25.289352,25.839842,25.962605,25.968386,25.953213,25.863985,25.320684,25.57605,25.744438,26.185865,26.196321,26.1457,28.847673,29.552212,24.782492,25.205498,25.529423,25.373751,25.37088,25.219738,25.189316,24.23546,24.558769,24.797651,25.581415,25.626598,25.558514,26.774269,27.458897,23.655666,24.661568,25.236973,25.452421,25.462046,25.442616,25.356649,24.902689,25.110716,25.242632,25.593458,25.574661,25.540384,28.974609,29.612755,24.820013,25.024071,25.315931,25.050323,25.030499,25.000364,24.974468,24.12397,24.422518,24.624426,25.787027,25.977196,25.878563,26.453415,27.286303,23.060808,23.36445,23.464615,23.116051,23.117832,22.643072,22.634239,21.099409,21.363754,21.609776,22.575121,22.627544,22.576145,23.257215,23.741064,25.02964,25.631622,26.072521,26.063505,26.066063,25.992872,25.941484,25.215153,25.521173,25.736038,26.344145,26.368696,26.30621,28.233519,28.96352,24.088306,24.226397,24.484348,24.246336,24.229486,24.256224,24.236538,23.565516,23.81291,23.974281,25.592815,26.048929,25.95521,26.331408,27.147409,25.019718,25.423241,25.774675,25.627268,25.621744,25.516584,25.482168,24.599054,24.921057,25.152767,25.940125,25.988768,25.913208,27.104633,27.847431,24.213278,24.358974,24.562674,24.228132,24.210356,24.155224,24.167091,23.268162,23.558109,23.742605,25.346457,25.769167,25.681404,26.063503,26.729708,24.529615,24.711758,25.030821,24.788952,24.766333,24.788908,24.737261,23.98982,24.265614,24.450733,25.636608,25.851328,25.748182,26.258514,27.155977,23.402592,23.806368,23.982967,23.762604,23.770945,23.375198,23.355505,22.035231,22.319744,22.576954,23.417191,23.456081,23.415632,24.397949,24.912954,25.107971,25.436064,25.795448,25.620472,25.60928,25.555895,25.515657,24.684025,24.999495,25.220728,26.074995,26.142752,26.05479,27.024851,27.849022,24.300262,24.586777,24.799809,24.478975,24.468563,24.239378,24.228243,23.025009,23.346518,23.584908,24.56827,24.653994,24.579294,25.311083,25.927488,66.115646,66.930054,71.860405,71.882965,71.833626,71.700569,71.50869,71.278076,71.249146,71.264122,71.366127,72.078545,72.741425,75.795837,77.041107,64.155746,64.883095,69.622375,69.606758,69.500198,69.243706,68.942825,68.656372,68.617653,68.632851,68.653664,69.331573,69.971718,72.918442,73.753899,76.183922,77.124641,83.180969,83.211388,83.201836,83.146355,83.058029,82.948318,82.942444,82.953018,83.013893,83.878433,84.715736,88.273987,89.405441,42.21085,42.725433,45.117691,45.129444,45.045933,44.85257,44.56234,44.179863,43.987125,43.987537,44.09095,44.453243,44.74754,46.654716,47.861202,70.968689,71.812111,77.266212,77.275719,77.223244,77.091072,76.914124,76.711784,76.694077,76.704826,76.809998,77.589119,78.333298,81.637955,82.692566,53.694141,54.351902,57.932533,57.951126,57.870522,57.676598,57.395103,57.042831,56.96558,56.973267,57.09951,57.618988,58.07793,60.556499,61.757954,52.813255,53.43782,56.912853,56.929916,56.863407,56.68457,56.429909,56.119713,56.002701,56.023094,56.113167,56.644302,57.085522,59.39777,61.066051,58.061131,58.77301,62.823895,62.843571,62.772678,62.595768,62.341473,62.028133,61.968327,61.981133,62.099545,62.688206,63.216927,65.890076,67.147179,56.631931,57.283466,61.160141,61.144371,61.012516,60.70459,60.339867,59.956989,59.90324,59.907974,59.98402,60.527184,61.026672,63.646191,64.492004,73.390648,74.296532,80.036987,80.063843,80.040276,79.959709,79.83876,79.692802,79.682671,79.695023,79.771339,80.594025,81.3825,84.799782,85.964005,71.57151,72.439507,77.964012,77.978127,77.934364,77.823494,77.66996,77.48764,77.473053,77.48436,77.584328,78.376259,79.131287,82.460938,83.586494,64.744003,65.513809,70.289223,70.29808,70.22258,70.034492,69.785446,69.501686,69.468361,69.477135,69.586899,70.26722,70.905182,73.919029,74.936401,61.099995,61.849697,66.226494,66.250587,66.196396,66.046906,65.829887,65.567375,65.514458,65.531464,65.63092,66.273003,66.849823,69.623642,71.043732,73.126541,74.037651,79.758385,79.795563,79.782158,79.710869,79.597931,79.458466,79.450279,79.464684,79.533104,80.354454,81.138519,84.53756,85.738762,64.751984,65.535141,70.294037,70.321136,70.282829,70.15686,69.975014,69.770615,69.724426,69.734001,69.812317,70.499069,71.122795,74.017296,75.486725,48.62619,49.21814,52.247551,52.264843,52.167458,51.945763,51.621658,51.219799,51.141598,51.134045,51.274662,51.705105,52.08662,54.363968,55.340458,75.969719,76.915443,82.957138,82.996872,82.995644,82.947281,82.864258,82.758247,82.75634,82.769791,82.826218,83.690788,84.525322,88.073425,89.221092,61.490948,61.734158,61.572479,61.594475,61.836826,61.833382,61.94854,61.984287,63.185993,63.327106,63.372517,63.386105,63.234001,65.791153,66.345573,52.758743,52.998734,52.847363,52.884415,53.119614,53.109974,53.231308,53.247616,54.6031,54.753563,54.786888,54.79488,54.631485,57.101833,57.653042,70.187302,70.503128,70.363548,70.408577,70.750618,70.816452,70.92347,71.000427,72.082825,72.180397,72.157112,72.1716,71.997375,75.094398,75.734108,45.631027,45.919384,45.795464,45.910347,46.180904,46.179485,46.320324,46.294056,47.721909,47.889568,47.889816,47.878933,47.685097,50.307861,50.9562,53.192097,53.505444,53.358273,53.443707,53.749271,53.763538,53.89819,53.921017,55.245098,55.389336,55.413441,55.408981,55.207253,58.141579,58.839832,78.608932,78.815201,78.692177,78.690834,78.899193,78.923195,79.000618,79.062859,79.83519,79.935883,79.924446,79.953636,79.862686,81.985771,82.40007,67.416374,67.684875,67.534492,67.560951,67.827705,67.843163,67.952072,68.000847,69.094429,69.221436,69.235657,69.252533,69.103897,71.761322,72.330238,80.077446,80.216942,80.097626,80.065636,80.18454,80.171989,80.232506,80.275002,80.947937,81.051407,81.068863,81.10434,81.048225,82.613167,82.920944,62.027222,62.13686,61.93763,61.885441,62.004292,61.961365,62.059361,62.106705,63.236294,63.38979,63.534431,63.566925,63.481033,65.413467,65.799927,60.473053,60.826988,60.672062,60.746017,61.097225,61.146427,61.284443,61.341209,62.616978,62.749039,62.768429,62.779724,62.588127,65.803452,66.544762,42.51746,42.792538,42.628468,43.024075,42.904781,42.890469,43.981266,43.991119,45.606987,45.799301,45.707439,45.40176,45.04361,49.230927,50.16663,59.026051,59.938049,59.026043,59.045753,59.057575,59.079075,59.160042,59.179657,62.869621,62.880608,62.861778,62.838768,61.924068,70.552628,73.321625,42.409103,42.711002,42.488628,42.708881,42.655445,42.66024,44.169582,44.176392,45.917259,46.024799,45.93948,45.477749,45.149059,48.753185,49.697021,37.577145,37.726841,37.666927,37.853416,37.811749,37.814632,39.900726,39.916759,41.23473,41.330231,41.295547,40.63858,40.466885,42.606319,43.087246,40.266949,40.456223,40.44643,41.051144,40.849392,40.805599,41.616062,41.643707,42.953693,43.249168,43.167473,42.981113,42.64777,47.101955,47.863132,38.60247,38.758141,38.837528,39.335632,39.180782,39.145561,40.186138,40.268345,41.503086,41.780075,41.707733,41.454327,41.19212,45.544029,46.218006,58.408504,59.309544,58.409973,58.436996,58.438812,58.452724,58.579193,58.590839,62.24992,62.263878,62.223553,62.189499,61.288132,69.724426,72.451332,36.819939,36.943104,36.947025,37.164566,37.111294,37.109352,39.094002,39.138226,40.373817,40.498699,40.463638,39.852859,39.696762,42.090973,42.537766,59.57214,60.542606,59.57251,59.580681,59.582508,59.588161,59.621853,59.626534,63.522911,63.526634,63.514027,63.50563,62.535488,71.380661,74.299347,44.600285,44.970413,44.619106,44.742096,44.702805,44.706131,46.157642,46.159279,48.16518,48.231251,48.109352,47.65992,47.286816,51.272736,52.437927,45.208954,45.613636,45.251019,45.389954,45.358467,45.368855,46.741432,46.748062,48.838261,48.908646,48.786339,48.366219,47.959835,52.217323,53.465725,54.66058,55.412033,54.678223,54.755852,54.742096,54.754906,55.195755,55.205326,58.375229,58.416565,58.303013,58.176769,57.42416,64.668228,66.950768,55.799717,56.586071,55.810471,55.884602,55.871468,55.884243,56.203632,56.213493,59.49733,59.537003,59.443012,59.353905,58.559608,66.165169,68.563522,54.733192,55.456184,54.735783,54.807449,54.79398,54.810806,55.241119,55.254238,58.328861,58.369274,58.276371,58.15089,57.422729,64.615959,66.842384,48.655811,49.148304,48.701633,48.918461,48.858955,48.864582,49.679253,49.682728,51.998367,52.103508,51.979897,51.742447,51.211056,56.694363,58.239319,57.447056,58.264439,57.447414,57.491234,57.499958,57.528927,57.733658,57.758511,61.129189,61.154938,61.114559,61.054451,60.229385,68.286102,70.796875,35.21019,35.309494,35.542347,35.739662,35.655975,35.641277,36.927567,37.14727,38.286049,38.486641,38.440193,38.091904,37.934608,42.497303,43.080303,51.678627,52.307087,51.695267,51.793495,51.769741,51.781303,52.502476,52.510754,55.293156,55.345821,55.213894,55.001915,54.373169,60.64172,62.571171,53.029316,53.647141,53.022259,53.109589,53.085548,53.099411,53.664612,53.674809,56.4114,56.466469,56.385014,56.208405,55.572388,62.116322,64.067902,57.812397,58.693699,57.818176,57.853893,57.851887,57.863819,58.038944,58.048576,61.644115,61.663467,61.604015,61.555466,60.673855,68.923668,71.587936,45.938213,46.328701,45.926918,46.034538,45.972641,45.958977,47.236835,47.224709,49.292648,49.359013,49.241734,48.839981,48.435131,52.763885,54.020058,29.840109,30.959023,32.141613,32.287247,32.239048,32.09597,31.932129,31.366226,31.75573,32.011856,32.025433,32.178364,32.281273,34.530567,34.98793,32.304462,33.146263,34.628159,34.715313,34.615364,34.408203,34.164654,33.654987,33.913826,34.096802,33.862408,34.080002,34.228405,35.910061,36.342232,25.68429,27.076666,27.851505,27.926262,27.908587,27.809088,27.695997,26.98037,27.766167,28.224754,28.273741,28.340799,28.390907,29.650423,29.996519,31.961157,32.898323,34.325947,34.453934,34.375042,34.196178,33.98502,33.480629,33.748142,33.935055,33.819511,34.029152,34.169418,36.247505,36.716419,24.706631,26.245749,26.941174,27.191967,27.183678,27.074787,26.974112,26.399925,26.787321,27.048824,27.218048,27.288992,27.338726,31.102621,31.492517,23.425438,24.946835,25.514765,25.582535,25.580399,25.493399,25.406828,24.647247,25.51125,26.01277,26.122854,26.167328,26.216341,27.517426,27.835514,25.840282,27.168955,27.944647,28.035954,28.020033,27.913679,27.800867,27.102806,27.791597,28.206696,28.301874,28.374327,28.431173,30.01259,30.384478,24.700031,26.510458,27.322065,27.386425,27.35709,27.277279,27.161949,26.432537,27.483385,28.034023,27.80579,27.871075,27.927696,28.847382,29.134809,24.931154,26.439695,27.158693,27.224068,27.209173,27.120461,27.01428,26.272749,27.172516,27.683157,27.701838,27.755659,27.792664,28.812986,29.123398,31.410166,32.300907,33.71505,33.781925,33.685436,33.484924,33.249531,32.722729,33.058105,33.276268,32.955406,33.15205,33.297386,34.726807,35.134922,26.557146,27.836187,28.676323,28.792345,28.772846,28.658419,28.538923,27.87467,28.461769,28.826269,28.931137,29.016636,29.080109,31.011158,31.410212,24.595345,25.974352,26.624943,26.761076,26.75503,26.640329,26.539501,25.85091,26.425474,26.788103,26.964798,27.022736,27.073256,29.42515,29.80154,31.080011,31.889742,33.291935,33.341022,33.235924,33.027725,32.799145,32.313946,32.623882,32.824898,32.38768,32.586357,32.754257,34.086082,34.506203,23.27462,24.898457,25.469778,25.523745,25.518003,25.442064,25.351616,24.569864,25.568945,26.129742,26.187012,26.220648,26.244947,27.124863,27.391296,27.496225,28.773258,29.724331,29.818123,29.788101,29.671562,29.538122,28.875364,29.523716,29.911032,29.924425,30.022915,30.093393,31.625282,32.016998,28.523027,29.774168,30.829899,31.025789,30.990046,30.861759,30.717785,30.166977,30.524206,30.765268,30.841633,30.974592,31.06263,33.950924,34.404137,29.491253,30.709663,31.937296,32.00732,31.94075,31.790735,31.606255,31.006041,31.604856,31.946056,31.682428,31.827156,31.93881,33.210491,33.596767,31.909311,32.868073,34.303318,34.457909,34.382412,34.210228,34.002686,33.527821,33.751057,33.911865,33.803909,34.022194,34.166855,36.514519,36.997208,26.1299,27.489515,28.297997,28.483776,28.467529,28.352087,28.237833,27.627697,28.077158,28.371677,28.515059,28.600561,28.66099,31.544868,31.957214,24.710423,26.436535,27.2059,27.2731,27.249472,27.168585,27.059319,26.322403,27.331152,27.872643,27.738327,27.796762,27.845108,28.834669,29.135094,24.097292,25.52062,26.134237,26.221979,26.216799,26.114868,26.018745,25.28355,26.022585,26.465557,26.608934,26.659685,26.710337,28.35714,28.703657,27.986891,29.376823,30.407774,30.669718,30.634022,30.512899,30.371447,29.874601,30.155952,30.35504,30.43964,30.576632,30.665007,34.332821,34.782997,23.713015,25.228115,25.825205,25.887953,25.883286,25.797831,25.707546,24.950914,25.835682,26.346169,26.438665,26.484505,26.530052,27.707308,28.02071,29.755875,30.91778,32.09959,32.281124,32.233429,32.09264,31.929768,31.393995,31.721807,31.945177,31.979435,32.137569,32.24202,34.926147,35.393906,30.968445,32.140255,33.481766,33.717182,33.649071,33.494724,33.300938,32.847969,33.033272,33.172745,33.166557,33.375801,33.511215,36.741245,37.229855,26.375479,27.67659,28.499603,28.645245,28.627642,28.511456,28.394505,27.752056,28.270708,28.60136,28.731243,28.816553,28.878857,31.233444,31.641693,28.310791,29.536997,30.561298,30.729439,30.696518,30.56912,30.428953,29.847246,30.260475,30.532167,30.610777,30.734381,30.817762,33.3764,33.820732,29.591982,30.782818,31.989372,32.075096,32.015995,31.870489,31.693661,31.088858,31.652231,31.983046,31.818146,31.961987,32.066341,33.514317,33.918346,30.243111,31.333818,32.571507,32.678043,32.62035,32.468891,32.291607,31.708405,32.163677,32.448906,32.376049,32.533058,32.641689,34.395943,34.832722,26.10013,27.603233,28.446867,28.71627,28.697367,28.589439,28.475143,27.948524,28.282185,28.512596,28.637896,28.734823,28.799589,32.65374,33.070965,28.481901,29.669798,30.7078,30.831648,30.796482,30.667988,30.524494,29.907389,30.410975,30.728125,30.770475,30.891054,30.974529,32.9491,33.378448,23.711901,25.154953,25.726234,25.898235,25.898371,25.775494,25.681982,25.001228,25.506863,25.836552,26.05076,26.099279,26.145325,29.038136,29.406153,30.173872,31.263468,32.482529,32.613365,32.560509,32.412384,32.241566,31.672468,32.074413,32.335789,32.320118,32.478394,32.585644,34.651062,35.104977,55.097164,55.406017,55.614101,55.680012,56.789875,56.892517,57.235462,57.300953,58.045544,58.160992,58.393177,58.2258,58.15654,60.695354,60.820206,34.490944,34.488522,34.692986,35.100296,35.371155,35.389782,36.364605,36.097687,36.793159,37.02343,37.349358,36.933674,36.724495,37.602703,37.648563,53.428513,55.047523,55.864571,55.900784,60.802284,60.847061,60.984455,61.02906,63.513737,63.542076,64.39756,64.35321,64.345932,65.378281,65.445999,41.397984,41.745388,42.02969,42.311455,43.408401,43.422512,44.478558,44.399364,45.427826,45.598667,45.880188,45.50378,45.406399,46.676605,46.744457,32.724045,32.611954,32.78717,33.164116,33.229225,33.254124,34.222866,33.884178,34.505001,34.724087,35.055733,34.602139,34.361397,35.081936,35.125721,39.195045,39.346664,39.595047,39.933685,40.596447,40.616299,41.331585,41.150452,41.92363,42.141171,42.483765,42.171913,41.988148,43.20055,43.268318,31.004627,30.763752,30.903154,31.211121,31.064102,31.095798,32.080891,31.654245,32.208965,32.399334,32.720589,32.204727,31.925011,32.44957,32.490986,38.086414,38.287838,38.533562,38.896603,39.601299,39.611565,40.729679,40.587101,41.477104,41.680008,41.964867,41.553551,41.416435,42.493076,42.544926,43.080967,43.418045,43.701172,43.97105,45.076477,45.099274,45.897362,45.81316,46.773731,46.951107,47.264851,46.958141,46.843708,48.316711,48.391788,36.963478,37.060101,37.197479,37.242096,37.609489,37.623188,37.881435,37.8041,38.29879,38.478466,38.684662,38.528103,38.434608,39.555363,39.630955,62.067719,62.338585,62.505146,62.531155,63.673374,63.858326,64.092552,64.263474,64.898674,64.966568,65.15873,65.020905,64.96077,68.465881,68.647629,41.028625,41.290806,41.558826,41.871361,42.778702,42.796291,43.622276,43.498676,44.392826,44.588821,44.906223,44.581924,44.443451,45.767235,45.834522,46.620937,47.10091,47.420929,47.620827,49.143795,49.1838,49.903648,49.883621,50.982628,51.124992,51.460533,51.190269,51.11055,52.8918,52.986057,57.875214,58.39185,58.682896,58.756424,60.642574,60.941463,61.2141,61.497383,62.441017,62.508583,62.810314,62.694618,62.650692,67.37915,67.674545,32.662231,32.499577,32.687733,33.055241,33.117886,33.152653,33.89048,33.522804,34.089642,34.317802,34.694199,34.292583,33.988628,34.716381,34.77457,41.195824,41.345146,41.496349,41.5186,41.993729,42.02309,42.297234,42.253204,42.797623,42.970715,43.147404,42.99485,42.923199,44.266026,44.350189,41.02887,41.149483,41.330631,41.445084,41.921898,41.942146,42.263695,42.153904,42.733967,42.928974,43.179771,42.992931,42.865292,44.155243,44.241993,48.605164,48.870998,49.089401,49.209324,50.121243,50.173519,50.591446,50.566269,51.311012,51.471916,51.731079,51.534859,51.441528,53.334133,53.430408,34.286236,34.209034,34.420414,34.798275,35.023891,35.054905,35.748505,35.435619,36.046856,36.283035,36.665855,36.306011,36.025238,36.886265,36.950459,53.811966,54.23336,54.499004,54.604534,56.052811,56.170403,56.579285,56.660072,57.568718,57.679619,57.965275,57.786449,57.718029,60.438915,60.581234,45.476658,45.676441,45.879265,46.002636,46.709122,46.744209,47.133732,47.065907,47.740383,47.921581,48.182178,47.985806,47.876625,49.485165,49.574215,45.055813,45.275673,45.500431,45.678162,46.46825,46.502262,46.961342,46.877357,47.607571,47.792171,48.078846,47.859509,47.734818,49.345486,49.43214,40.033554,40.136734,40.369164,40.645058,41.201069,41.225842,41.71917,41.532333,42.200432,42.419731,42.769909,42.513912,42.313862,43.560463,43.644836,52.85228,54.564556,55.424316,55.456448,60.596233,60.605057,60.745827,60.753532,63.374985,63.403088,64.326981,64.286499,64.283524,64.83847,64.874016,42.249577,42.411568,42.640453,42.872044,43.536983,43.562908,44.043056,43.904209,44.603996,44.808285,45.126083,44.887463,44.725651,46.128674,46.212288,35.401314,35.40855,35.629513,36.020802,36.369911,36.392773,37.18766,36.921577,37.602848,37.837032,38.193752,37.828735,37.596058,38.54612,38.603806,42.793198,43.055176,43.316914,43.588188,44.50946,44.534664,45.19994,45.08955,45.940132,46.131649,46.451599,46.172886,46.034729,47.508797,47.585175,35.775311,35.748844,35.975204,36.334042,36.671829,36.702347,37.306545,37.028362,37.653683,37.890453,38.282356,37.962704,37.690701,38.654049,38.728584,49.52589,49.826679,50.057659,50.185078,51.211437,51.271496,51.710079,51.7001,52.489475,52.641582,52.907345,52.707809,52.617878,54.630245,54.730907,53.447895,54.678982,55.314621,55.392609,59.204144,59.318672,59.558243,59.667587,61.624462,61.677979,62.357681,62.274605,62.252823,64.480759,64.621246,53.43713,55.25412,56.16346,56.180527,61.636616,61.645912,61.726166,61.735401,64.490128,64.507378,65.464294,65.443558,65.443588,65.845306,65.872261,32.93679,32.741131,32.945087,33.29467,33.386009,33.430592,33.973038,33.608101,34.130772,34.366108,34.788231,34.440727,34.073925,34.811493,34.88921,43.402603,43.631756,43.877747,44.119701,44.955967,44.984482,45.545742,45.434895,46.220047,46.413033,46.726982,46.47472,46.332539,47.84597,47.926876,40.564964,40.760677,41.014629,41.328121,42.090324,42.111057,42.805542,42.651928,43.454834,43.663155,43.996822,43.69878,43.533134,44.841923,44.91272,36.819984,36.887917,37.122158,37.499519,37.977837,37.998543,38.766342,38.535542,39.256367,39.486378,39.839378,39.496235,39.282425,40.331688,40.393162,51.740948,52.890564,53.489674,53.57272,57.103363,57.165962,57.538742,57.593407,59.485752,59.548485,60.183849,60.046577,60.017662,61.772381,61.880852,34.30257,34.193569,34.409805,34.768108,34.979897,35.017307,35.589417,35.268181,35.840229,36.078663,36.488754,36.156998,35.8396,36.68848,36.765335,40.203396,40.345757,40.588219,40.88905,41.536343,41.559715,42.148289,41.973129,42.702908,42.91843,43.263531,42.986382,42.799389,44.077354,44.153954,46.282719,46.641869,46.918293,47.127613,48.314171,48.355247,48.972679,48.926846,49.855022,50.017548,50.327427,50.07618,49.973358,51.747864,51.837673,57.435928,58.137482,58.510357,58.574371,61.043537,61.385727,61.60881,61.942295,63.121273,63.175049,63.575584,63.491959,63.466568,68.637321,68.992325,52.717281,54.296108,55.094448,55.142818,59.90292,59.930786,60.113564,60.139328,62.580498,62.617718,63.476971,63.41975,63.410973,64.333946,64.391609,59.677814,59.87706,60.010891,59.985397,60.784801,60.887268,61.108109,61.193817,61.74358,61.840923,61.9986,61.865517,61.815468,64.265961,64.380569,52.574009,54.321262,55.20068,55.232334,60.468113,60.467106,60.622261,60.620251,63.298752,63.32391,64.245247,64.194229,64.189545,64.570045,64.593925,53.560081,55.086029,55.859222,55.899193,60.546925,60.611359,60.773357,60.837158,63.1968,63.228241,64.025826,63.968193,63.956631,65.301598,65.390839,41.27747,41.39143,41.601578,41.794395,42.316765,42.339176,42.725395,42.575298,43.197453,43.406437,43.714367,43.498043,43.331802,44.63269,44.722466,51.457855,51.692375,51.870216,51.893959,52.688614,52.757126,53.067726,53.090633,53.734604,53.881245,54.087059,53.932762,53.872917,55.890511,55.996414,52.879234,53.162792,53.366558,53.434841,54.426907,54.507614,54.862988,54.896336,55.620213,55.75362,55.984028,55.812485,55.740295,57.991287,58.102539,50.523502,50.88942,51.145351,51.281738,52.515614,52.58847,53.058361,53.072662,53.946423,54.08493,54.368038,54.164402,54.081078,56.273098,56.383289,37.807491,37.963924,38.208435,38.585094,39.216393,39.229946,40.174347,39.996647,40.818241,41.0355,41.351685,40.979568,40.812893,41.912434,41.96711,38.333904,38.475254,38.721668,39.082119,39.71064,39.728325,40.522297,40.332977,41.115391,41.335716,41.673698,41.338482,41.154568,42.304886,42.367115,36.327164,36.425255,36.653019,37.053062,37.534374,37.548138,38.553761,38.348431,39.128323,39.352852,39.664684,39.266117,39.088158,40.08902,40.137585,59.689575,60.091492,60.318657,60.398041,62.029652,62.440926,62.635475,63.038261,63.771008,63.834858,64.074539,63.993965,63.956432,70.031754,70.397797,47.640503,48.362358,48.773911,48.92363,51.148415,51.176655,51.908966,51.912544,53.32761,53.433582,53.867744,53.605408,53.558125,55.225273,55.322487,39.609043,39.879581,40.143135,40.469944,41.355236,41.366344,42.462563,42.350697,43.305672,43.49387,43.776958,43.380032,43.261749,44.423176,44.481911,39.401817,39.62431,39.883389,40.228752,41.022537,41.03632,41.959606,41.815598,42.693001,42.897552,43.20948,42.853115,42.70628,43.905342,43.965321,52.340771,52.938583,53.287083,53.409866,55.364464,55.481953,55.945225,56.033234,57.190376,57.292179,57.662548,57.479134,57.421371,60.109814,60.260971,46.939651,47.136944,47.305695,47.318203,47.94949,47.994976,48.295635,48.284794,48.889175,49.058224,49.275864,49.123066,49.063755,50.741108,50.840057,48.562653,48.760994,48.907795,48.83897,49.415539,49.480225,49.719536,49.762505,50.305477,50.466648,50.650631,50.542,50.52903,52.283443,52.400993,37.489689,37.540779,37.776295,38.12109,38.593391,38.618927,39.232769,38.998501,39.67421,39.9048,40.277863,39.973846,39.740795,40.828629,40.902779,56.339287,57.356251,57.880417,57.932926,61.267391,61.540485,61.718517,61.987625,63.603619,63.644806,64.197693,64.135414,64.119835,68.261604,68.552101,34.098461,34.033405,34.239498,34.628162,34.843681,34.871048,35.653938,35.344677,35.975471,36.209663,36.574593,36.192234,35.932487,36.783325,36.840084,37.392296,37.506851,37.746799,38.125515,38.684086,38.700974,39.547478,39.343491,40.113903,40.33844,40.673866,40.319626,40.130241,41.215111,41.272949,25.366293,25.533096,25.612143,25.750351,25.232916,25.002861,25.06008,24.794956,25.276457,25.737291,25.962067,25.887381,25.338064,26.536531,26.468637,22.364965,22.550358,22.599895,22.628366,22.197447,21.823606,21.757267,21.396057,21.517181,22.499931,22.772573,22.678007,22.116957,23.068335,22.749477,21.822224,21.971323,22.033142,22.071669,21.446281,21.282345,21.340931,21.018209,21.447781,22.35747,22.686909,22.605549,22.155375,22.924173,22.780891,22.501205,22.869034,22.91017,22.951778,22.472038,21.697878,21.400093,21.150143,20.785048,21.21257,21.339703,21.275425,20.366209,21.695772,21.382607,21.324574,21.455896,21.510984,21.530119,21.030874,20.852648,20.89924,20.500959,20.894802,22.405806,22.721352,22.632736,22.231146,22.94574,22.753788,20.273079,20.398949,20.440428,20.440598,20.106146,19.850445,19.826567,19.335407,19.637936,22.143114,22.386171,22.302382,21.896502,22.562256,22.23839,29.418411,29.598972,29.670666,29.868374,29.505869,29.323967,29.435644,29.231232,30.002729,30.34244,30.512896,30.447048,29.904003,31.50975,31.604151,27.696423,27.854212,27.920567,28.135698,27.514215,27.387482,27.507706,27.351894,28.217718,28.52076,28.673515,28.6329,28.035561,29.490864,29.604168,25.532984,25.80942,25.862263,25.944172,25.582119,24.993633,24.821005,24.553299,24.56204,24.919373,25.063154,24.981855,24.215126,25.633282,25.4478,25.347614,25.637051,25.68132,25.740927,25.397385,24.71842,24.483772,24.21229,24.104891,24.421072,24.545744,24.457741,23.630449,25.055794,24.841091,19.538877,19.729116,19.754166,19.739897,19.393177,18.925835,18.766592,18.349524,18.300287,20.12508,20.340487,20.260145,19.679724,20.450497,19.814184,21.08567,21.295702,21.333513,21.339943,20.937937,20.471094,20.333328,19.952728,19.924103,21.217817,21.461378,21.372972,20.757496,21.66741,21.22974,22.739958,23.017309,23.059778,23.096962,22.643311,22.041626,21.838295,21.534777,21.3724,21.942444,22.147636,22.064041,21.292633,22.475441,22.133677,21.607296,21.777697,21.823288,21.838224,21.435423,21.082907,21.020908,20.625246,20.764988,22.1192,22.389446,22.29616,21.772993,22.634562,22.284418,24.084309,24.21409,24.258743,24.415123,23.361687,23.312031,23.422604,23.374027,24.383839,24.587574,24.689463,24.667036,23.935238,25.031488,25.146324,30.256561,30.444336,30.514332,30.679602,30.473524,30.242455,30.331669,30.09539,30.793482,31.142614,31.320116,31.238897,30.722626,32.383511,32.453583,23.607388,23.760366,23.853262,24.009495,23.237787,23.12278,23.231737,23.037237,23.699997,24.086815,24.315004,24.273062,23.686167,24.712643,24.720648,21.942734,22.181614,22.222647,22.243004,21.80526,21.284798,21.122959,20.78125,20.692759,21.558765,21.798468,21.709249,21.024126,22.059296,21.672333,25.805346,25.991589,26.063089,26.189445,25.757448,25.44841,25.458817,25.181057,25.555445,26.01449,26.226055,26.145222,25.567612,26.844585,26.734356,16.690823,16.701687,16.698893,16.648903,16.508802,16.33423,16.277203,15.847241,16.071829,18.350266,18.525808,18.4646,18.224363,18.52268,16.745935,26.944439,27.096558,27.153681,27.352646,26.616936,26.516052,26.636387,26.517187,27.445156,27.716955,27.858034,27.824865,27.190659,28.574272,28.698753,16.658148,16.698338,16.69318,16.642189,16.468437,16.226425,16.131186,15.775612,15.865751,17.492836,17.672861,17.615194,17.315287,17.685505,15.660122,20.31765,20.712893,20.738115,20.741796,20.216991,19.35532,18.982285,18.7055,18.137836,18.837194,19.013411,18.945557,17.967649,19.171139,18.713617,23.924953,24.302008,24.337601,24.384453,23.928797,23.06641,22.707664,22.45252,22.059793,22.343393,22.439283,22.358263,21.357315,22.820642,22.591482,29.314941,29.499008,29.570089,29.741663,29.457151,29.218668,29.296448,29.060446,29.714458,30.071924,30.249163,30.172241,29.633757,31.220665,31.26285,25.842978,26.080696,26.142124,26.245249,25.877216,25.414515,25.325983,25.054642,25.23028,25.636358,25.809044,25.729683,25.056435,26.433184,26.275192,24.672344,24.816872,24.866405,25.033699,24.038914,24.001421,24.127554,24.086485,25.11894,25.330606,25.428139,25.402721,24.685024,25.852013,25.986462,31.082136,31.287947,31.357779,31.569925,31.274868,31.141436,31.294613,31.126455,32.055332,32.369587,32.531109,32.46759,31.938194,33.721188,33.904835,24.081469,24.274809,24.336258,24.410797,23.957081,23.597113,23.558014,23.249035,23.463139,24.050152,24.294432,24.205956,23.61441,24.73756,24.522703,23.557924,23.741383,23.801109,23.861696,23.397781,23.060062,23.029377,22.705536,22.923326,23.602966,23.867706,23.776045,23.210958,24.259798,24.028946,27.680061,27.880743,27.947121,28.080191,27.776117,27.423214,27.416515,27.152279,27.560604,27.939362,28.115416,28.032701,27.43655,28.9067,28.837629,26.387915,26.552311,26.633547,26.804926,26.307779,26.09576,26.17387,25.922846,26.482998,26.901554,27.101772,27.031065,26.485922,27.78796,27.767963,28.099869,28.264359,28.340902,28.555384,28.0695,27.896086,28.004679,27.797531,28.536491,28.886429,29.054214,28.996975,28.439405,29.92378,29.993971,23.891853,24.056746,24.127117,24.212353,23.67968,23.429207,23.457428,23.159067,23.53149,24.123856,24.391256,24.30719,23.774218,24.811588,24.666332,27.241562,27.401306,27.483015,27.689964,27.179197,26.997459,27.099596,26.872623,27.540155,27.918007,28.093731,28.032333,27.485367,28.878744,28.914427,20.764172,21.171556,21.194431,21.200699,20.650866,19.74507,19.337877,19.058578,18.431774,18.974976,19.145885,19.073439,18.032841,19.305521,18.907951,23.803839,23.90753,23.937222,24.085529,22.989849,22.908951,22.988478,22.907108,23.866507,24.071518,24.186928,24.179108,23.452103,24.508986,24.602655,17.356018,17.38418,17.38982,17.348906,17.190664,17.000643,16.949053,16.429609,16.729666,19.778891,19.959806,19.895626,19.63522,19.97854,18.779142,26.310064,26.4641,26.55015,26.752733,26.168053,26.008307,26.117556,25.893873,26.560541,26.944229,27.12009,27.062281,26.517782,27.814001,27.845301,28.382515,28.5602,28.634111,28.81616,28.446537,28.213055,28.288473,28.051794,28.677174,29.047583,29.226625,29.154572,28.602865,30.111012,30.134092,24.633833,24.800035,24.876005,24.99021,24.456184,24.21731,24.261086,23.984119,24.416655,24.922024,25.165606,25.087938,24.541512,25.662418,25.560751,27.298187,27.450581,27.528559,27.762297,27.148634,27.006634,27.125248,26.940857,27.737743,28.06642,28.217041,28.175879,27.598484,29.014261,29.104136,26.262251,26.467398,26.534937,26.658596,26.27627,25.910341,25.887218,25.613735,25.933186,26.358946,26.550043,26.469498,25.859068,27.214815,27.096779,18.831835,18.962326,18.981216,18.956873,18.676895,18.30862,18.191898,17.728647,17.8113,20.127836,20.334194,20.258253,19.795021,20.413589,19.636469,19.096792,19.4422,19.459879,19.445053,18.978035,18.196659,17.856339,17.54916,17.061417,18.1637,18.336184,18.268393,17.387972,18.415411,17.733583,25.912851,26.047207,26.104244,26.308313,25.462973,25.361179,25.465792,25.339558,26.251209,26.515339,26.65373,26.634146,25.982241,27.265995,27.376762,24.749453,25.025709,25.082386,25.164852,24.765118,24.210272,24.056082,23.789711,23.798115,24.213079,24.376192,24.302734,23.564087,24.9147,24.70606,30.597097,30.791815,30.862305,31.062775,30.771955,30.610777,30.744072,30.552746,31.404421,31.731619,31.89942,31.831646,31.304899,33.025108,33.16856,22.848225,23.051556,23.102245,23.141273,22.700464,22.28627,22.199537,21.86097,21.943157,22.722507,22.98077,22.887928,22.279856,23.312805,23.006222,18.33252,18.499687,18.510324,18.478456,18.175268,17.71406,17.534702,17.149809,17.058872,18.780457,18.96855,18.900267,18.358522,19.030512,17.931816,27.331188,27.514595,27.58783,27.746618,27.363178,27.081352,27.120207,26.861889,27.35475,27.755806,27.944233,27.867195,27.299213,28.718142,28.676981,28.844831,29.030928,29.101002,29.260077,28.976452,28.704815,28.758436,28.510744,29.09016,29.455841,29.634165,29.554476,29.003826,30.551342,30.557476,25.783178,25.987497,26.05459,26.170107,25.768196,25.401009,25.373627,25.09473,25.387444,25.835934,26.03574,25.954447,25.344484,26.653921,26.516176,28.433167,28.617346,28.688858,28.854324,28.528851,28.262453,28.317064,28.070309,28.641445,29.013979,29.193657,29.11655,28.559725,30.074627,30.074842,21.482386,21.781422,21.815342,21.829552,21.3596,20.696218,20.442841,20.124933,19.834724,20.577215,20.789148,20.706453,19.893072,21.012506,20.597719,20.358973,20.571951,20.603985,20.600878,20.216162,19.726669,19.566628,19.172672,19.105188,20.625505,20.854544,20.770279,20.149113,21.013565,20.504826,17.573503,17.680355,17.683231,17.641993,17.400421,17.039574,16.899582,16.527414,16.52113,18.197411,18.381748,18.318214,17.889317,18.422626,16.902012,19.084126,19.18359,19.210814,19.198372,18.93771,18.672031,18.623249,18.087879,18.360239,21.347733,21.565117,21.486706,21.112774,21.665188,21.164646,28.482809,28.650805,28.722643,28.935627,28.444948,28.288364,28.405243,28.218578,29.020542,29.350542,29.51408,29.460211,28.894564,30.41922,30.51683,21.533443,21.899181,21.927711,21.944004,21.427702,20.612246,20.265312,19.979246,19.494188,20.005625,20.183563,20.107229,19.146164,20.403357,20.022938,19.648882,19.765194,19.800535,19.796766,19.50205,19.251694,19.21888,18.689896,19.009359,21.975687,22.199381,22.120724,21.739061,22.341673,21.988333,24.053724,24.304176,24.35837,24.426775,24.003246,23.49288,23.360994,23.072174,23.093243,23.589516,23.784246,23.703157,23.001406,24.242744,23.986906,24.8936,25.130198,25.190121,25.278894,24.873537,24.410904,24.315773,24.034357,24.159273,24.619112,24.809523,24.729549,24.059187,25.348429,25.146498,27.72249,27.885708,27.964947,28.173874,27.691507,27.505543,27.606998,27.384726,28.071133,28.43906,28.612463,28.551161,28.000231,29.44396,29.490084,26.837795,27.065273,27.120588,27.206417,26.939001,26.438831,26.329977,26.054537,26.2332,26.583277,26.737469,26.64842,25.972269,27.410549,27.256037,26.404251,26.547142,26.620501,26.854759,26.104465,25.984432,26.099421,25.943899,26.804014,27.097792,27.231796,27.208851,26.594353,27.934008,28.040876,28.407616,28.600672,28.667418,28.803722,28.542786,28.215864,28.230568,27.969629,28.446091,28.814291,28.990311,28.906097,28.334917,29.850395,29.810076,25.884295,26.048901,26.13015,26.288031,25.773853,25.559162,25.631212,25.375656,25.907736,26.342232,26.553339,26.481619,25.935183,27.184818,27.147078,29.978024,30.164606,30.235704,30.416586,30.149111,29.940027,30.040628,29.817791,30.549444,30.895838,31.070896,30.995848,30.469267,32.116383,32.199257,25.202719,25.342178,25.390467,25.562355,24.62467,24.55896,24.67486,24.605045,25.595308,25.822216,25.938847,25.913233,25.215979,26.426466,26.548943,27.255138,27.472223,27.532349,27.637964,27.359526,26.92346,26.859032,26.587172,26.865578,27.229773,27.393984,27.30728,26.667107,28.124027,28.006863,26.310802,26.45929,26.512266,26.700027,25.884933,25.80051,25.920734,25.824722,26.785791,27.038141,27.169247,27.139284,26.479267,27.80106,27.928324,25.35442,25.507521,25.597084,25.78421,25.137308,24.993559,25.104084,24.886072,25.54434,25.933552,26.119562,26.065054,25.512857,26.709179,26.73103,28.701006,28.875526,28.949459,29.146444,28.750362,28.551409,28.649023,28.430935,29.138571,29.492979,29.666624,29.600494,29.05117,30.589323,30.650084,19.179951,19.623953,19.641651,19.633499,19.083549,18.119905,17.682034,17.424503,16.706165,17.498201,17.65523,17.594877,16.536232,17.739958,17.19025,24.761669,24.956926,25.02212,25.115999,24.673567,24.319946,24.29208,23.997423,24.255796,24.774281,25.001348,24.916334,24.320339,25.513577,25.3356,23.443924,23.771595,23.82095,23.880459,23.437582,22.765873,22.531233,22.274513,22.078224,22.504856,22.651373,22.585217,21.759045,23.090675,22.823441,23.813751,24.176342,24.22578,24.289505,23.848413,23.094957,22.815477,22.577093,22.309908,22.659225,22.77775,22.71648,21.820709,23.248758,23.026806,23.35026,23.499641,23.585596,23.710293,22.974533,22.830833,22.917688,22.691145,23.275152,23.71954,23.965349,23.912617,23.353977,24.33477,24.300713,23.306705,23.52949,23.580854,23.630823,23.189833,22.730738,22.620857,22.302494,22.346285,22.980133,23.215921,23.126596,22.471569,23.589163,23.295855,19.980482,20.335421,20.360184,20.357241,19.869499,19.085815,18.755346,18.45397,17.981773,18.901331,19.09024,19.019609,18.123241,19.2255,18.698778,26.798704,27.015192,27.079292,27.198462,26.862558,26.457222,26.41118,26.141817,26.438084,26.828262,27.002514,26.920578,26.287327,27.709517,27.596586,23.419521,23.784254,23.834738,23.89786,23.445883,22.7125,22.434891,22.197714,21.932167,22.315491,22.447191,22.391466,21.514956,22.908726,22.669521,23.238657,23.512743,23.559481,23.608332,23.166681,22.584291,22.400064,22.107302,21.996649,22.518526,22.712154,22.631023,21.875132,23.093231,22.782503,22.932255,23.080999,23.160162,23.253742,22.547678,22.386703,22.457741,22.201799,22.720165,23.245195,23.515434,23.45105,22.917976,23.836452,23.76166,22.814575,22.965857,23.035603,23.097715,22.481142,22.295155,22.350574,22.049557,22.480555,23.161486,23.458067,23.375111,22.887526,23.768934,23.64414,17.781912,17.828663,17.839806,17.809267,17.63059,17.423256,17.372921,16.783323,17.144323,20.873569,21.057882,20.997021,20.724621,21.106951,20.350441,18.50773,18.832317,18.844244,18.821581,18.382936,17.631683,17.300293,17.001175,16.535967,17.676664,17.835787,17.774767,16.943197,17.901392,17.00975,29.096146,29.278948,29.344398,29.55481,29.048283,28.935207,29.077084,28.937935,29.871233,30.16761,30.318228,30.26902,29.688553,31.285692,31.442131,21.564459,21.967501,21.995943,22.015932,21.489658,20.604425,20.227205,19.975634,19.420977,19.842524,19.988726,19.921829,18.907755,20.2362,19.868757,26.384762,26.534908,26.620613,26.840353,26.21578,26.072271,26.189632,25.982454,26.701305,27.062246,27.21932,27.170132,26.61972,27.935337,27.990656,26.912291,27.085808,27.162767,27.328957,26.894524,26.646051,26.704411,26.447489,26.970587,27.384018,27.579393,27.504732,26.949841,28.315641,28.282761,26.62112,26.768919,26.852825,27.087482,26.440483,26.304085,26.424925,26.232311,26.995859,27.337847,27.484894,27.44314,26.878656,28.226646,28.301813,28.698181,28.871313,28.937984,29.14768,28.629786,28.499475,28.628822,28.471668,29.352005,29.659168,29.81526,29.76564,29.187067,30.738253,30.868204,20.795574,20.919024,20.966803,20.975367,20.587612,20.368326,20.378313,19.916908,20.265793,22.411167,22.683266,22.595993,22.200144,22.888115,22.627329,27.874901,28.059465,28.131647,28.293859,27.939892,27.661545,27.705462,27.452686,27.978695,28.363897,28.546751,28.469727,27.904423,29.373037,29.35047,22.424843,22.580328,22.637161,22.671017,22.199108,21.940077,21.947544,21.583525,21.867958,22.907183,23.21159,23.116793,22.641129,23.512619,23.277599,28.00569,28.177444,28.253822,28.445189,28.028847,27.811287,27.895014,27.660648,28.296755,28.671917,28.851387,28.782715,28.231573,29.703142,29.728449,23.325895,23.490147,23.554077,23.614235,23.108744,22.844135,22.857491,22.532616,22.846359,23.571218,23.858206,23.766964,23.252871,24.226709,24.036631,19.710772,19.842798,19.875086,19.869591,19.565298,19.258249,19.193823,18.696907,18.911793,21.492392,21.720493,21.638998,21.205967,21.855463,21.41647,27.5467,27.927666,28.5921,28.627052,28.658796,28.708706,28.647936,28.130358,28.414886,28.606539,29.069145,29.075111,28.996611,30.302553,31.44018,29.00082,29.157431,29.619308,29.447475,29.459282,29.537191,29.53047,29.076788,29.361689,29.55595,30.160526,30.106401,29.971447,30.685642,32.815369,29.721159,29.923147,30.459921,30.396563,30.40716,30.454773,30.457121,29.97382,30.297228,30.505604,31.096523,31.052341,30.915247,31.862846,33.502232,28.417715,28.793945,29.500017,29.554087,29.580851,29.599298,29.563147,29.068317,29.353388,29.516373,29.949909,29.9666,29.883152,31.207268,32.409344,30.086481,30.331484,30.941809,30.941944,30.95377,30.981218,30.979485,30.490885,30.824663,31.031839,31.579353,31.557188,31.432659,32.530746,33.965557,27.471859,27.890024,28.596661,28.656343,28.688585,28.724571,28.661043,28.158695,28.427324,28.592377,29.003172,29.017666,28.950647,30.362186,31.462208,29.95694,30.253569,30.938307,30.977945,30.993353,31.006332,30.994427,30.510462,30.830517,31.020481,31.510229,31.515375,31.411961,32.621525,33.976711,28.698944,28.963282,29.537645,29.500626,29.521284,29.573864,29.552198,29.040421,29.350004,29.559904,30.123615,30.101963,29.988089,31.024824,32.455006,29.504147,29.614805,30.006058,29.719564,29.726492,29.800035,29.801844,29.40983,29.659561,29.828796,30.394896,30.334368,30.206688,30.778236,33.681362,30.238585,30.405216,30.916916,30.841562,30.847567,30.896008,30.911362,30.448248,30.78194,30.989197,31.591644,31.531075,31.377928,32.282578,34.029381,26.684858,26.884628,27.414047,27.289465,27.319506,27.469675,27.400763,26.943108,27.221485,27.420179,27.96879,27.932516,27.806654,28.432981,30.17252,29.667257,29.993921,30.725172,30.790794,30.810434,30.820831,30.809624,30.342817,30.653013,30.819498,31.264534,31.283476,31.186405,32.432987,33.767204,28.916252,29.253052,29.927687,29.960796,29.982611,30.003351,29.974691,29.472504,29.772135,29.956776,30.436144,30.442726,30.350309,31.604956,32.871067,29.528669,29.715342,30.226139,30.131399,30.141968,30.198055,30.199638,29.722517,30.036291,30.241861,30.842941,30.793411,30.655006,31.534597,33.302567,27.729607,28.004496,28.574722,28.531334,28.562412,28.644682,28.607773,28.09391,28.396538,28.61043,29.170294,29.152769,29.046152,30.029409,31.418068,29.321192,29.509138,30.015562,29.912437,29.924349,29.984875,29.982786,29.504122,29.812757,30.017759,30.619951,30.571772,30.435745,31.296289,33.084015,27.955814,28.357933,29.084024,29.155828,29.189419,29.2124,29.180643,28.699633,28.979538,29.113878,29.498058,29.523371,29.435518,30.769297,31.939201,30.027416,30.150412,30.584303,30.38872,30.392437,30.453005,30.467688,30.046747,30.337248,30.523689,31.117712,31.047319,30.900808,31.616255,34.001236,27.945343,28.278116,28.901567,28.904982,28.932358,28.984966,28.941683,28.417891,28.716213,28.920452,29.435038,29.431936,29.338993,30.52463,31.758451,29.46423,29.623909,30.09774,29.952793,29.961882,30.026665,30.029581,29.571457,29.870472,30.068514,30.675322,30.617994,30.477755,31.258381,33.284882,28.0532,28.416782,29.077244,29.10614,29.133282,29.170801,29.123047,28.605759,28.895674,29.087095,29.564264,29.569891,29.486464,30.772789,31.959539,28.678572,28.912891,29.456398,29.389435,29.408995,29.472313,29.454123,28.951128,29.258541,29.468693,30.052536,30.021219,29.899361,30.841702,32.394592,28.01458,28.203285,28.701649,28.566511,28.587513,28.688679,28.657923,28.185154,28.471754,28.673309,29.264809,29.222923,29.094629,29.818508,31.666603,28.001101,28.236513,28.775236,28.697201,28.723408,28.809038,28.778505,28.27742,28.577215,28.788481,29.370356,29.34103,29.222641,30.102255,31.658411,29.740627,29.986919,30.581194,30.565792,30.579046,30.612597,30.607241,30.112614,30.438818,30.646317,31.202682,31.178183,31.055149,32.128128,33.581394,27.122677,27.369026,27.923584,27.851477,27.890034,28.008198,27.960882,27.470139,27.764481,27.978996,28.54454,28.521011,28.410086,29.236235,30.739101,28.833372,29.187174,29.902374,29.961058,29.987148,29.999249,29.976097,29.496471,29.789835,29.945509,30.379017,30.391544,30.293715,31.563414,32.814186,29.278002,29.563639,30.18626,30.186932,30.204479,30.235006,30.217449,29.712587,30.027067,30.229502,30.760584,30.74979,30.641453,31.78474,33.148197,28.9695,29.27894,29.91633,29.926439,29.946636,29.976446,29.951244,29.441763,29.748943,29.947535,30.462364,30.458279,30.357967,31.545607,32.856266,28.405596,28.711308,29.319988,29.311092,29.334932,29.381966,29.349791,28.830132,29.134489,29.340778,29.874304,29.865072,29.763908,30.90177,32.209236,29.584743,29.889589,30.561396,30.592693,30.609982,30.62701,30.610615,30.118559,30.432224,30.622145,31.116289,31.118704,31.01668,32.225559,33.558613,29.800257,29.956963,30.43693,30.307749,30.314756,30.373077,30.382437,29.926456,30.235573,30.435322,31.041742,30.980734,30.835091,31.64823,33.626625,28.826941,29.122824,29.736328,29.730371,29.751009,29.78932,29.764376,29.250921,29.559423,29.763824,30.297529,30.287169,30.182577,31.322725,32.660633,30.385015,30.51783,30.985582,30.858864,30.861925,30.91605,30.937553,30.500477,30.823204,31.02195,31.62681,31.552919,31.393213,32.209339,34.237862,29.783121,30.005754,30.571245,30.534687,30.546335,30.586479,30.586065,30.09655,30.424015,30.633198,31.208584,31.173407,31.041941,32.0546,33.587395,29.922029,30.099144,30.611675,30.527044,30.534964,30.585823,30.594879,30.124931,30.448544,30.654713,31.25576,31.201008,31.055655,31.951427,33.711899,28.440832,28.583801,29.028976,28.813883,28.82749,28.927488,28.906513,28.47307,28.737717,28.923634,29.514891,29.463051,29.333261,29.932758,32.267223,29.994825,30.266846,30.91205,30.931017,30.944714,30.965067,30.957121,30.467354,30.794443,30.995293,31.516594,31.507992,31.394794,32.55164,33.936287,28.795567,28.89872,29.28693,28.971043,28.979254,29.076834,29.059721,28.676212,28.906919,29.070148,29.637289,29.581713,29.460199,29.936508,32.893764,30.119246,30.332537,30.901012,30.873627,30.883364,30.920187,30.925426,30.442484,30.779127,30.989296,31.56435,31.525957,31.388704,32.40892,33.936134,27.397358,27.552555,28.027132,27.825748,27.842846,27.978607,27.929825,27.504663,27.763857,27.952385,28.510252,28.466372,28.340498,28.871061,31.078037,29.274021,29.52039,30.094011,30.05858,30.074331,30.117926,30.106966,29.605272,29.922697,30.131441,30.699116,30.672295,30.551052,31.584421,33.063568,27.384905,27.700773,28.302536,28.287218,28.318169,28.399302,28.354059,27.830524,28.132,28.343725,28.878271,28.871885,28.775337,29.859383,31.112068,27.900368,28.302214,29.007366,29.063869,29.09272,29.119127,29.068605,28.567295,28.842001,29.005325,29.427708,29.444681,29.371874,30.752037,31.894941,28.451834,28.80863,29.480717,29.514341,29.538919,29.565746,29.526667,29.016533,29.308702,29.494204,29.96718,29.975166,29.889641,31.177092,32.394295,29.635727,29.771233,30.213493,30.022219,30.028788,30.09503,30.102022,29.66815,29.954145,30.142885,30.743128,30.679373,30.538544,31.248251,33.561817,28.794937,28.993422,29.501995,29.395008,29.41132,29.482927,29.470036,28.984516,29.285788,29.49159,30.091459,30.048859,29.918646,30.757498,32.512863,30.111725,30.305624,30.848158,30.79925,30.807674,30.850462,30.859402,30.382607,30.717461,30.927135,31.516518,31.468647,31.324852,32.292015,33.905472,29.912376,30.018568,30.413597,30.145002,30.148664,30.213057,30.223862,29.831242,30.092747,30.264519,30.835066,30.767044,30.631409,31.247078,34.066437,30.167717,30.305183,30.770756,30.631578,30.635612,30.691814,30.709126,30.269228,30.582474,30.779408,31.384199,31.314117,31.160498,31.957872,34.033081,29.678194,29.955751,30.589994,30.599911,30.615145,30.639732,30.62796,30.131586,30.452686,30.653837,31.180103,31.170021,31.058672,32.207932,33.585827,29.320185,29.539953,30.083996,30.02232,30.036301,30.087252,30.081097,29.587404,29.903763,30.112612,30.698677,30.661697,30.532547,31.492113,33.082985,29.238016,29.577131,30.302935,30.366997,30.389826,30.401075,30.386522,29.917345,30.219461,30.376699,30.81358,30.829086,30.729391,31.97978,33.274612,21.341307,21.324837,21.350117,21.844193,21.83989,21.866028,22.264303,22.07497,22.35623,22.826769,23.372063,23.259747,23.06135,23.590494,23.701374,26.529173,25.92588,26.004303,26.392796,26.426195,26.587227,26.627274,26.479799,26.777842,27.007622,27.685801,27.571611,26.818729,27.168507,27.506739,30.424118,30.085873,30.123661,30.4893,30.553703,30.61459,30.922543,30.796898,31.360582,31.620512,32.191196,31.998255,31.244612,32.168995,32.439598,35.130325,35.006916,34.970272,35.232605,35.348381,35.365475,36.237911,36.158878,37.158264,37.332211,37.693241,37.342052,36.709869,38.248722,38.673721,26.7293,27.007393,27.024963,27.493013,27.504137,27.515045,27.923777,27.778816,28.126482,28.494253,29.432566,29.265865,29.210718,30.091442,30.244854,25.743729,25.204435,25.281551,25.707069,25.738285,25.900705,25.99066,25.832926,26.122074,26.367491,27.042936,26.930191,26.31039,26.642876,27.000019,30.008085,30.359177,30.383955,30.659021,30.705969,30.715143,31.685076,31.607172,32.156776,32.384735,33.227428,32.89888,32.917877,33.868874,34.05349,19.809931,19.716513,19.745117,20.177298,20.174839,20.213064,20.639267,20.45381,20.700766,21.113956,21.571423,21.471754,21.262157,21.674286,21.803009,20.095413,19.761364,19.800735,20.259239,20.257975,20.338249,20.628031,20.444036,20.654785,20.96089,21.431496,21.342175,21.089018,21.353115,21.65984,31.980511,32.062428,32.078201,32.389961,32.458656,32.471241,33.563015,33.476665,34.215118,34.424831,34.942162,34.552162,34.283825,35.31007,35.539665,26.118422,25.765072,25.824959,26.264992,26.293087,26.408401,26.599279,26.416952,26.763977,27.079939,27.726315,27.596298,27.078012,27.581064,27.864887,25.413939,25.114992,25.169165,25.625,25.647589,25.750292,25.97472,25.784021,26.12215,26.461336,27.089605,26.960928,26.51325,27.016479,27.28429,17.120493,16.997883,17.03734,17.390333,17.399881,17.447399,17.962341,17.809786,18.005617,18.31181,18.65502,18.575035,18.395279,18.683256,18.817533,23.143209,22.957382,22.997019,23.462421,23.470278,23.53772,23.846079,23.64583,23.947577,24.335033,24.896265,24.77627,24.461071,24.940342,25.146416,32.703091,32.794289,32.804417,33.043064,33.112263,33.121273,34.612057,34.550056,35.378113,35.538723,35.946198,35.435268,35.227814,36.1423,36.350456,30.209742,30.149511,30.176514,30.607449,30.660387,30.692112,31.218681,31.081892,31.667397,31.960205,32.56459,32.332947,31.894533,32.904232,33.143982,29.191595,28.688105,28.742146,29.090542,29.142754,29.23572,29.353786,29.221186,29.673744,29.930206,30.538004,30.389399,29.505013,30.216785,30.482834,31.934982,31.391285,31.410574,31.679296,31.767622,31.819582,32.026257,31.944752,32.600147,32.801384,33.283131,33.096237,32.01033,33.087505,33.407665,22.675743,22.172937,22.246645,22.773317,22.803659,22.961153,23.113163,22.960119,23.196548,23.450726,24.036777,23.947029,23.56999,23.813425,24.252571,25.900944,25.046104,25.13166,25.48629,25.51273,25.689251,25.569708,25.45886,25.676275,25.829868,26.478605,26.382965,25.391129,25.5697,25.934731,28.178537,27.897747,27.946047,28.375227,28.415026,28.495914,28.740841,28.574135,29.01726,29.332773,29.968374,29.810108,29.22703,29.956543,30.208008,29.725239,28.85923,28.903082,29.138357,29.199417,29.274824,29.155537,29.082499,29.521446,29.710369,30.215239,30.096706,28.68257,29.377869,29.623386,27.54977,27.498749,27.529909,28.024405,28.050896,28.092484,28.44784,28.274612,28.717632,29.085049,29.753136,29.583057,29.220522,30.049549,30.252575,24.985886,24.827024,24.86632,25.349979,25.364468,25.429529,25.72282,25.525545,25.876619,26.268398,26.881771,26.746107,26.389193,26.982777,27.18895,27.425167,27.239111,27.281235,27.746157,27.777084,27.844662,28.131195,27.952707,28.379766,28.728891,29.370354,29.212645,28.745768,29.478796,29.70886,27.626919,26.495537,26.567522,26.772778,26.80121,26.936674,26.588041,26.511618,26.733725,26.873272,27.415077,27.337589,25.734995,25.968143,26.194115,23.700949,24.179371,24.190229,24.580942,24.575109,24.582493,24.922741,24.788666,24.941698,25.340805,26.544319,26.421391,26.61585,27.318996,27.413868,33.46003,33.259682,33.259342,33.5634,33.664318,33.692562,34.38728,34.297379,35.128651,35.331795,35.762318,35.461903,34.783768,36.072578,36.417603,24.205612,23.944071,23.992706,24.45657,24.471758,24.562803,24.818695,24.621553,24.935101,25.292694,25.889242,25.766941,25.389395,25.858019,26.11034,30.240292,30.357941,30.378922,30.801794,30.847458,30.859728,31.557531,31.436357,32.026737,32.310307,32.97105,32.703522,32.452293,33.497597,33.712135,16.515085,16.283205,16.304531,16.6425,16.623644,16.65538,17.113808,16.95233,17.102903,17.353252,17.689541,17.61195,17.430872,17.633957,17.830654,27.997267,27.306721,27.378433,27.699778,27.740221,27.875568,27.843723,27.715437,28.056324,28.279234,28.920391,28.803371,27.795446,28.253954,28.536188,27.544064,27.024454,27.09326,27.470764,27.508997,27.64065,27.725595,27.571777,27.930906,28.192099,28.852331,28.724052,27.958424,28.45907,28.752178,31.15419,31.33285,31.352444,31.669575,31.727463,31.737318,32.767826,32.680008,33.34317,33.566986,34.196602,33.834381,33.670883,34.669167,34.878189,27.521778,26.614849,26.693577,26.969118,27.002214,27.154514,26.972967,26.869131,27.134241,27.307281,27.930387,27.834167,26.590368,26.885397,27.164684,22.792797,22.688828,22.720486,23.202858,23.206049,23.253046,23.597832,23.398554,23.703026,24.128681,24.688663,24.567091,24.296387,24.823124,24.985481,26.91334,26.974566,26.998621,27.512766,27.529676,27.556133,27.932549,27.762327,28.172983,28.561596,29.288599,29.122046,28.868616,29.710388,29.885656,30.724716,30.581392,30.609728,31.010416,31.072866,31.111681,31.619146,31.489902,32.102558,32.375546,32.946228,32.711807,32.172905,33.190872,33.44894,29.904854,29.311817,29.359053,29.666946,29.728292,29.80859,29.891178,29.783112,30.27002,30.500904,31.065313,30.915041,29.868895,30.64501,30.910397,24.527637,24.710052,24.727058,25.247149,25.247334,25.262125,25.628969,25.461607,25.769091,26.205355,27.019503,26.880667,26.777958,27.523161,27.646639,30.847706,31.173378,31.195532,31.349628,31.411499,31.423399,32.804333,32.760185,33.398964,33.56189,34.294334,33.837643,33.891544,34.688225,34.85849,29.532288,29.324577,29.362219,29.784725,29.835552,29.89167,30.242046,30.093504,30.620132,30.919476,31.529398,31.339109,30.766434,31.66227,31.912182,33.087891,32.668198,32.669613,32.939423,33.040703,33.082058,33.42984,33.347378,34.114349,34.311256,34.766861,34.547623,33.577351,34.848125,35.215191,21.527346,21.985384,21.99815,22.368584,22.364819,22.375391,22.754745,22.631721,22.74678,23.157131,24.295595,24.197355,24.405962,25.015854,25.089518,28.763489,28.642668,28.67729,29.137293,29.177328,29.22567,29.592499,29.431778,29.927059,30.256563,30.893925,30.709232,30.248329,31.127308,31.357035,26.763319,26.333389,26.39933,26.81428,26.847443,26.975756,27.119553,26.949316,27.299402,27.587139,28.247879,28.118757,27.500977,27.991465,28.288206,30.729134,30.114557,30.150808,30.432375,30.505207,30.570864,30.678188,30.588438,31.13707,31.34993,31.870718,31.708973,30.587057,31.47452,31.753567,27.760233,26.403788,26.449104,26.587,26.61591,26.693047,26.175474,26.130354,26.34479,26.461233,26.849398,26.793797,24.777901,25.071005,25.230536,26.342552,26.109474,26.156885,26.619171,26.644352,26.727123,26.981092,26.792843,27.172947,27.526684,28.161678,28.019487,27.565851,28.183971,28.423376,33.393501,33.411278,33.414547,33.681808,33.762314,33.773216,35.16169,35.091301,35.974548,36.141487,36.490646,36.003777,35.681808,36.725353,36.974705,28.426949,28.002657,28.059683,28.44488,28.489151,28.589853,28.744583,28.591469,29.016357,29.297127,29.932407,29.785795,29.046446,29.707384,29.975773,31.402115,31.065184,31.093447,31.430698,31.507835,31.557924,31.943661,31.835176,32.472736,32.709606,33.235786,33.017685,32.228519,33.258381,33.547321,25.535885,25.954239,25.967684,26.395216,26.395668,26.402512,26.775488,26.640047,26.887089,27.261307,28.376009,28.22879,28.328455,29.146749,29.272661,23.639458,23.051813,23.132322,23.630354,23.660652,23.839991,23.93313,23.791712,24.022682,24.236418,24.879576,24.785013,24.295958,24.501301,24.951359,24.424685,24.020149,24.085159,24.551456,24.575769,24.710442,24.890472,24.710527,24.999664,25.298626,25.925194,25.813251,25.372681,25.737888,26.074711,29.254654,29.618412,29.640793,30.006222,30.034981,30.036547,30.7805,30.68351,31.170477,31.443737,32.334003,32.073631,32.084305,33.094742,33.272938,23.083485,22.734819,22.789993,23.264923,23.280718,23.39296,23.619446,23.430952,23.701958,24.024462,24.600689,24.493958,24.13814,24.491165,24.806759,28.199299,28.394997,28.415459,28.883114,28.907288,28.919834,29.403271,29.262657,29.706871,30.045265,30.865505,30.668882,30.51226,31.472948,31.655203,29.035851,28.704617,28.752207,29.152422,29.201096,29.279644,29.515764,29.364891,29.841984,30.132566,30.751686,30.586187,29.907026,30.688923,30.947882,29.344173,29.381794,29.406378,29.871645,29.910854,29.934029,30.443678,30.299562,30.832466,31.152403,31.821001,31.603987,31.278563,32.269154,32.483658,29.271742,29.504747,29.524765,29.958807,29.989828,29.995583,30.628,30.506992,31.015839,31.317097,32.106297,31.867645,31.737986,32.762779,32.9538,28.719177,27.6518,27.702028,27.902308,27.948944,28.033947,27.742058,27.677996,28.010498,28.175907,28.661415,28.573616,26.936649,27.434792,27.64658,24.212444,23.439331,23.517933,23.963182,23.987806,24.159512,24.118893,23.999252,24.201637,24.352421,24.975046,24.878708,24.140352,24.295727,24.739178,28.187246,28.228539,28.253969,28.74637,28.774506,28.801237,29.223129,29.064228,29.53266,29.886251,30.590219,30.40274,30.103159,31.020151,31.21776,26.350641,26.242184,26.277826,26.771963,26.792187,26.84631,27.157524,26.970009,27.366581,27.752138,28.397736,28.246315,27.876995,28.58963,28.791399,23.910215,23.941824,23.965334,24.490885,24.493246,24.520233,24.87879,24.691969,25.019455,25.470423,26.131416,25.998327,25.78652,26.452072,26.587255,33.002537,32.883377,32.890923,33.212124,33.302773,33.326809,34.161152,34.067806,34.872749,35.082172,35.520866,35.18784,34.639164,35.832081,36.135475,21.133444,20.694338,20.753082,21.287645,21.308136,21.430387,21.634323,21.470749,21.695097,21.978296,22.486389,22.403078,22.11632,22.367167,22.78126,26.849022,26.132656,26.213476,26.565306,26.59869,26.762434,26.723682,26.59288,26.875099,27.077108,27.745907,27.63752,26.723923,27.039328,27.368549,29.830883,29.45079,29.494968,29.864454,29.922495,29.994787,30.231804,30.098711,30.61511,30.881937,31.473593,31.299473,30.523664,31.367105,31.632963,25.105181,25.075481,25.10376,25.620346,25.629871,25.668291,26.004017,25.813524,26.174547,26.598043,27.25032,27.107391,26.827471,27.51803,27.683891,28.814075,27.905104,27.962057,28.203726,28.251299,28.350014,28.17021,28.083992,28.441751,28.631475,29.173935,29.070349,27.666599,28.195082,28.430273,21.984203,22.087767,22.111185,22.619688,22.620092,22.638786,23.045946,22.878464,23.156845,23.614624,24.293423,24.180447,24.054367,24.678185,24.782549,28.957937,28.247005,28.30636,28.600595,28.650433,28.754616,28.718052,28.60676,29.005482,29.227135,29.816856,29.692692,28.559481,29.157938,29.415613,25.32799,24.857019,24.929367,25.373932,25.403149,25.554625,25.688808,25.519846,25.814814,26.085861,26.746147,26.632071,26.096344,26.45343,26.80163,32.145531,32.079803,32.096043,32.444878,32.521893,32.545147,33.359669,33.256954,33.992634,34.221714,34.7145,34.393703,33.927956,35.036507,35.305309,32.228447,32.016048,32.033569,32.370602,32.45517,32.490471,33.089092,32.986042,33.708324,33.935848,34.425011,34.154308,33.498055,34.630451,34.928459,33.99889,33.960598,33.954151,34.234959,34.331043,34.345013,35.533928,35.457569,36.37822,36.553467,36.900234,36.467628,36.029102,37.249496,37.557838,31.269215,31.281315,31.301655,31.685528,31.748299,31.767797,32.536396,32.423401,33.091827,33.34605,33.90852,33.609741,33.241581,34.307804,34.549637,27.479132,27.134346,27.190437,27.612637,27.64847,27.749569,27.944786,27.773071,28.171848,28.481236,29.127373,28.98374,28.38493,29.004438,29.27029,23.927568,23.24613,23.325411,23.800415,23.827541,24.003569,24.030085,23.900293,24.116337,24.292816,24.929625,24.834026,24.22777,24.405897,24.859554,25.944368,26.084194,26.10371,26.624941,26.632544,26.651148,27.022329,26.853884,27.214951,27.625385,28.412125,28.256857,28.090492,28.901043,29.050655,21.634531,21.390465,21.432215,21.876305,21.880814,21.956125,22.268373,22.073408,22.331341,22.682131,23.197155,23.091213,22.799812,23.169998,23.405407,26.935997,27.457376,27.47723,27.78619,27.804306,27.810303,28.288628,28.183767,28.450268,28.746201,29.996178,29.82152,30.010817,30.902082,31.053789,31.179298,30.957764,30.985725,31.356007,31.426918,31.470387,31.94953,31.830126,32.466141,32.720203,33.263977,33.029732,32.389069,33.422256,33.696682,26.502707,25.511038,25.600737,25.892414,25.917538,26.094328,25.870993,25.779915,25.977015,26.113066,26.741415,26.656162,25.416296,25.555828,25.873873,28.203341,27.244057,27.310671,27.550457,27.589266,27.710302,27.485548,27.394569,27.694651,27.872412,28.439365,28.345097,26.933912,27.330759,27.570381,28.49172,27.92696,27.989992,28.334789,28.380154,28.494102,28.552704,28.415277,28.812538,29.062923,29.694128,29.560856,28.658356,29.247807,29.520647,18.216267,18.55756,18.586082,18.115219,18.075523,17.927965,17.890907,16.858757,17.334753,17.669258,17.950699,17.900084,17.833858,17.162645,17.285252,21.507269,22.194166,22.238379,22.078819,22.121885,21.513395,21.527315,19.922581,20.368023,20.784777,21.459358,21.459171,21.406805,22.081329,22.367857,18.543718,20.166597,20.255856,20.144823,20.144342,20.063919,20.030069,19.033766,20.279192,21.018505,21.22374,21.184719,21.1329,21.280348,21.465019,22.357574,23.289049,23.528999,23.551634,23.63271,23.240055,23.24325,22.034149,22.588833,23.007704,23.50248,23.514862,23.475327,24.817938,25.149544,21.485304,22.761543,23.018885,23.000214,23.054131,22.886427,22.865526,21.84724,22.785994,23.367424,23.667038,23.659094,23.609625,24.379335,24.64435,21.560513,22.560463,22.726719,22.602919,22.635658,22.348547,22.3382,21.115591,21.883701,22.414791,22.856396,22.840502,22.779203,23.419624,23.691719,17.406025,19.499569,19.561966,19.501722,19.499477,19.446474,19.415419,18.433102,19.946449,20.77803,20.905895,20.878418,20.843023,20.95956,21.086958,20.73888,22.049612,22.226244,22.138071,22.162498,21.989199,21.966049,20.884871,21.884827,22.505943,22.823105,22.801056,22.742931,23.261765,23.495356,21.05299,22.170902,22.325195,22.190199,22.212334,21.982498,21.965837,20.793476,21.671192,22.249212,22.637983,22.614403,22.551394,23.065678,23.314335,18.249371,20.191713,20.282148,20.216782,20.217905,20.139027,20.10673,19.099693,20.518564,21.307472,21.4739,21.446791,21.403866,21.615345,21.753571,19.50507,19.991804,20.042717,19.540739,19.515085,19.33437,19.309376,18.05377,18.657278,19.08531,19.457712,19.407204,19.334276,19.07456,19.249491,17.908548,19.65354,19.733215,19.647745,19.649641,19.59371,19.558054,18.609985,19.917536,20.685217,20.852789,20.814386,20.769356,20.864782,21.058998,22.922096,23.999454,24.449394,24.678835,24.839361,24.66559,24.64415,23.848307,24.394735,24.760273,25.023603,25.059954,25.045799,27.60652,27.965233,20.332153,21.588318,21.719791,21.573074,21.583601,21.409121,21.386024,20.262209,21.259428,21.889967,22.222197,22.190392,22.127234,22.498163,22.719851,18.955887,20.48525,20.582556,20.456057,20.456106,20.358541,20.3265,19.301336,20.491184,21.206661,21.439613,21.4006,21.344845,21.529175,21.718185,19.830137,21.44219,21.607077,21.551163,21.572521,21.455059,21.429018,20.412243,21.601294,22.294313,22.529545,22.509333,22.459311,22.887997,23.085085,18.719309,20.652287,20.784817,20.747087,20.764023,20.686363,20.664631,19.674696,21.054264,21.821173,21.990833,21.974895,21.934883,22.253738,22.409866,20.305231,20.656872,20.623442,19.762022,19.752085,19.301804,19.308077,17.252346,17.821964,18.195866,18.814714,18.791004,18.734348,18.778549,18.969788,20.847557,21.644581,21.729393,21.410448,21.415367,21.141758,21.134178,19.779549,20.512096,21.037945,21.509846,21.474833,21.402889,21.683111,21.922745,21.625067,22.738813,22.950661,22.876286,22.917004,22.688217,22.672108,21.551943,22.391016,22.942362,23.32132,23.308319,23.250977,23.968502,24.241123,19.257639,19.568621,19.574316,18.73966,18.698788,18.468781,18.441128,16.840265,17.413166,17.747639,18.149063,18.105518,18.038807,17.658852,17.797218,21.890415,22.890263,23.09218,23.006718,23.05089,22.767647,22.757612,21.572643,22.317083,22.831608,23.265375,23.25573,23.198067,23.976261,24.264059,22.229748,23.230719,23.474569,23.439394,23.5016,23.215519,23.207842,22.062243,22.764523,23.251081,23.677626,23.677019,23.625736,24.623322,24.93117,21.406111,22.165346,22.234171,22.033836,22.063822,21.585943,21.591318,20.093655,20.664289,21.128128,21.724304,21.71286,21.652382,22.208187,22.479664,19.392321,20.966406,21.085114,20.983261,20.98896,20.870337,20.839853,19.79335,20.991446,21.698669,21.943611,21.912081,21.857126,22.153,22.337921,20.252655,21.639427,21.789528,21.686466,21.701805,21.546158,21.520365,20.442625,21.507404,22.158524,22.455469,22.428295,22.369692,22.788494,23.003664,20.948479,21.542042,21.492403,21.29248,21.329962,20.559406,20.58005,18.758646,19.10207,19.489872,20.263784,20.266272,20.217604,20.757042,21.020077,21.062849,22.453215,22.697819,22.679436,22.727425,22.586403,22.562614,21.567345,22.592743,23.210403,23.476795,23.466599,23.418493,24.094276,24.339899,20.908339,22.377596,22.634924,22.636553,22.691431,22.57025,22.546976,21.581217,22.652901,23.285883,23.525213,23.51861,23.475573,24.155281,24.395575,22.333508,23.158991,23.348345,23.297222,23.361349,22.929026,22.936687,21.626173,22.154486,22.577007,23.127218,23.13376,23.084044,24.165501,24.49291,19.375101,20.144911,20.233072,19.942923,19.937191,19.81871,19.794201,18.74753,19.497282,20.036854,20.350491,20.29833,20.230497,20.12624,20.340952,19.820736,21.015747,21.122917,20.930555,20.931835,20.792698,20.767199,19.6681,20.660301,21.299675,21.611704,21.56953,21.503885,21.715876,21.932154,20.420677,21.981314,22.203785,22.187914,22.229862,22.116184,22.092041,21.115417,22.254005,22.918285,23.14543,23.134392,23.089735,23.660408,23.880835,18.214098,20.233868,20.334538,20.287886,20.293495,20.220446,20.190502,19.194641,20.647497,21.445028,21.597431,21.574957,21.535637,21.773321,21.906155,18.272139,20.116987,20.201397,20.11734,20.116385,20.037737,20.004864,18.997938,20.368185,21.145166,21.323721,21.292002,21.246271,21.424631,21.576078,20.658667,21.18531,21.088463,20.818254,20.847797,20.032553,20.056412,18.117109,18.434683,18.814632,19.618149,19.617363,19.566919,19.989714,20.236401,21.39019,22.329828,22.461594,22.296257,22.322367,22.004494,21.997223,20.706423,21.445272,21.970249,22.44421,22.425167,22.361464,22.916737,23.182091,20.687759,22.111639,22.317837,22.270977,22.30475,22.161112,22.136581,21.113651,22.173119,22.810799,23.083845,23.067646,23.01564,23.585073,23.815466,19.266546,20.275471,20.372797,20.157734,20.156603,20.056101,20.027174,19.020159,19.909698,20.519867,20.804026,20.752331,20.687078,20.698483,20.925571,18.564087,19.31312,19.400894,19.180899,19.182419,19.104284,19.076288,18.193825,18.909172,19.439846,19.695074,19.642172,19.58399,19.31883,19.539423,20.834724,21.787683,21.89534,21.66066,21.670574,21.420992,21.408916,20.142775,20.953072,21.512314,21.944635,21.912247,21.843079,22.200153,22.44182,21.186111,22.102638,22.21455,22.010721,22.029825,21.718618,21.711445,20.396961,21.143417,21.674713,22.150892,22.127031,22.06077,22.528687,22.784698,17.344315,19.57482,19.639278,19.595104,19.593866,19.538774,19.510286,18.515112,20.10022,20.949802,21.064516,21.043159,21.010914,21.159121,21.259571,20.058081,21.433203,21.566319,21.443159,21.453178,21.300875,21.274572,20.18693,21.257202,21.914711,22.212772,22.181675,22.121529,22.481817,22.691883,18.131802,19.374657,19.466829,19.351803,19.357891,19.305132,19.261482,18.404802,19.409067,20.076111,20.277903,20.226595,20.174393,20.130993,20.402536,20.020069,20.905457,21.000811,20.710665,20.707163,20.551174,20.530396,19.374464,20.195425,20.764982,21.122976,21.075268,21.003778,21.101892,21.325104,21.80191,22.654287,22.793337,22.659719,22.699455,22.304548,22.304253,20.957222,21.585024,22.062237,22.592878,22.584305,22.52541,23.238384,23.527353,17.395962,19.559803,19.622524,19.56848,19.566299,19.5105,19.480993,18.486612,20.037806,20.878387,21.001726,20.977545,20.943577,21.078281,21.189081,20.219957,20.67433,20.706062,20.05998,20.04047,19.767508,19.755968,18.176033,18.789608,19.210028,19.690226,19.648876,19.57712,19.517506,19.708693,18.78511,20.521509,20.622419,20.532915,20.534773,20.438696,20.406315,19.382406,20.683315,21.430983,21.63711,21.605713,21.555771,21.791258,21.954973,19.993166,20.695599,20.776237,20.401756,20.392012,20.221067,20.201872,18.990093,19.711432,20.227341,20.60758,20.558434,20.485092,20.474501,20.687105,21.212065,21.91954,21.961344,21.701658,21.724157,21.239267,21.246246,19.688927,20.251829,20.714138,21.325041,21.309368,21.246286,21.7024,21.962637,20.551146,20.957241,20.909119,20.263689,20.265942,19.712088,19.726534,17.741577,18.234207,18.625944,19.319881,19.305767,19.249723,19.413551,19.629578,20.409092,21.392813,21.497093,21.245415,21.248079,21.056446,21.038841,19.837118,20.697224,21.280096,21.664257,21.623959,21.553568,21.800146,22.029968,20.844475,21.921064,22.050863,21.875765,21.890539,21.660036,21.644161,20.44121,21.312738,21.893375,22.292109,22.263321,22.197447,22.623087,22.864498,20.453203,21.284136,21.375643,21.054844,21.053495,20.848991,20.83424,19.577089,20.357883,20.905382,21.316675,21.273834,21.20084,21.377741,21.606508,20.984884,21.534067,21.525669,21.116011,21.129189,20.597439,20.611305,18.866207,19.369295,19.799397,20.467314,20.450312,20.386738,20.705814,20.95027,19.776432,20.039028,20.002581,18.664658,18.646069,18.269922,18.271353,15.826562,16.534233,16.855539,17.38435,17.36062,17.316763,17.255285,17.412455,21.109468,21.793295,21.839901,21.510962,21.524359,21.107441,21.111809,19.573599,20.178438,20.65307,21.232985,21.209696,21.142033,21.503223,21.753769,21.126938,21.929592,22.010872,21.743176,21.757833,21.408806,21.406523,19.998325,20.683334,21.19153,21.711157,21.685589,21.617395,22.016432,22.269091,19.524502,20.665459,20.76685,20.565113,20.56439,20.447693,20.419983,19.362968,20.330643,20.966827,21.261045,21.213894,21.148308,21.272564,21.492453,19.2642,20.770048,20.875992,20.74964,20.751503,20.638117,20.607571,19.559164,20.729126,21.432264,21.682619,21.646097,21.588955,21.824842,22.014492,20.230688,21.446888,21.567795,21.398241,21.405277,21.234657,21.211832,20.079481,21.063656,21.692545,22.028498,21.993307,21.928478,22.250959,22.471638,18.650476,20.028353,20.122147,19.988026,19.989326,19.914646,19.878805,18.919436,20.020536,20.71627,20.9394,20.892393,20.835993,20.914087,21.136885,21.881184,23.032288,23.292042,23.268297,23.326981,23.116196,23.100435,22.038094,22.873346,23.41259,23.761162,23.756056,23.705265,24.58363,24.869188,20.660877,21.17271,21.203527,20.636396,20.629358,20.292938,20.291573,18.66259,19.272032,19.71479,20.257524,20.223276,20.152559,20.261648,20.477905,20.059118,21.257442,21.370567,21.185383,21.189249,21.031494,21.007801,19.88409,20.868761,21.501245,21.829546,21.790871,21.725201,21.994705,22.213072,18.687956,19.206844,19.2721,18.921799,18.906782,18.790384,18.764683,17.774677,18.360161,18.796354,19.084913,19.035664,18.972633,18.559109,18.736149,19.133652,20.87241,20.998907,20.931063,20.940447,20.838394,20.807842,19.790163,21.075199,21.810007,22.019171,21.993271,21.944368,22.259113,22.429132,22.551981,23.595161,23.927258,24.040604,24.150637,23.856386,23.851757,22.826544,23.406227,23.814224,24.19371,24.219969,24.192163,26.007875,26.352213,19.196291,21.052704,21.218666,21.195673,21.224367,21.142244,21.124161,20.146626,21.466316,22.20606,22.385765,22.375511,22.336544,22.741518,22.918095,20.784924,21.433918,21.495304,21.069155,21.067963,20.772421,20.767948,19.30649,19.97233,20.460272,20.964527,20.928158,20.855156,21.045803,21.276419,20.370903,20.985737,21.050905,20.59091,20.580391,20.350378,20.337702,18.960901,19.63567,20.119368,20.564629,20.5203,20.445791,20.48855,20.701693,20.790836,21.259594,21.236732,20.696115,20.701757,20.181328,20.194979,18.345537,18.851854,19.265444,19.938839,19.921856,19.860487,20.083817,20.31353,21.235836,22.4877,22.701557,22.640646,22.677967,22.495161,22.473866,21.408222,22.350601,22.942352,23.267851,23.252504,23.196945,23.845806,24.099577,21.924965,22.669529,22.780123,22.663292,22.714302,22.194681,22.205349,20.738867,21.230209,21.654734,22.27124,22.271851,22.21913,23.046692,23.352882,22.184435,23.070498,23.264206,23.185953,23.239346,22.877655,22.876312,21.615364,22.239702,22.704779,23.205212,23.203093,23.148373,24.059322,24.368298,33.432831,33.734253,35.252693,35.311104,35.216999,35.02729,34.793362,34.482414,34.110683,34.135769,34.178699,34.6432,34.804718,36.015713,40.379517,40.715508,41.060093,43.029793,43.086399,42.990002,42.847679,42.660339,42.426418,42.402557,42.413284,42.508572,43.217964,43.442825,44.804939,52.386097,32.276608,32.434147,33.398403,33.412544,33.327072,33.22274,33.103058,32.953579,32.920971,32.916882,33.008938,33.822411,33.927792,34.626896,45.941063,30.340744,30.484856,31.2358,31.263939,31.223131,31.157717,31.065741,30.951601,30.94508,30.954912,31.016439,31.867704,31.954828,32.514111,44.769058,27.821922,27.895487,28.335083,28.343132,28.300459,28.248795,28.184938,28.108641,28.098204,28.100702,28.155334,29.065001,29.117676,29.451023,43.19453,52.00708,52.551712,55.830368,55.909138,55.796677,55.627064,55.402058,55.124462,55.110538,55.133736,55.214115,55.88945,56.283066,58.418964,62.532757,41.153069,41.546471,43.683701,43.777271,43.682896,43.521774,43.309666,43.034607,42.938953,42.951248,43.012329,43.641014,43.881775,45.391972,51.170448,57.987625,58.606476,62.556866,62.628525,62.513016,62.345661,62.118073,61.850273,61.832436,61.853176,61.91119,62.606472,63.083797,65.561012,68.566132,43.694233,44.118484,46.511753,46.607349,46.504906,46.339958,46.123146,45.8493,45.782604,45.794868,45.865467,46.517246,46.792534,48.43478,54.015671,50.655346,51.178051,54.318542,54.406147,54.291367,54.118565,53.890629,53.612095,53.583149,53.600468,53.676899,54.350941,54.724773,56.776375,61.133568,32.967419,33.205345,34.35054,34.401073,34.353302,34.265011,34.140182,33.964886,33.898361,33.895039,33.923946,34.650887,34.77285,35.633827,45.345886,37.516071,37.865757,39.674225,39.7537,39.663254,39.4949,39.278328,38.988773,38.803017,38.817974,38.866158,39.431213,39.626736,40.977581,46.461124,44.34396,44.789036,47.411804,47.553699,47.416462,47.182896,46.893623,46.543896,46.333485,46.356819,46.407475,46.961838,47.261257,49.079861,52.029362,30.417997,30.554111,31.319855,31.338091,31.278173,31.200001,31.103851,30.98085,30.952324,30.950222,31.017429,31.853586,31.936039,32.502888,44.566956,58.085217,58.70063,62.692863,62.792793,62.663696,62.481808,62.245594,61.969887,61.931042,61.940224,61.988625,62.688152,63.167728,65.65274,68.489258,37.965679,38.282246,39.990974,40.057522,39.975628,39.844383,39.669044,39.442551,39.384209,39.389095,39.458969,40.152817,40.342541,41.558571,49.434471,58.903885,59.529324,63.591629,63.669827,63.5508,63.38129,63.150951,62.884872,62.856991,62.871552,62.919338,63.620853,64.109207,66.631149,69.485077,53.849033,54.418686,57.971992,58.10511,57.974003,57.78038,57.537712,57.246922,57.191391,57.206543,57.260231,57.937977,58.365993,60.639034,63.782719,50.121357,50.645557,53.833805,54.001431,53.86554,53.656357,53.400082,53.088379,52.99614,53.017578,53.07299,53.716965,54.098045,56.199028,59.262653,44.990776,45.419891,47.906807,47.983295,47.877853,47.717812,47.5061,47.243584,47.210896,47.224045,47.310406,47.990082,48.279263,49.957005,55.892059,40.377007,40.71764,42.643726,42.699657,42.608646,42.471409,42.288467,42.057747,42.041943,42.055866,42.150562,42.861668,43.081276,44.420803,52.130119,39.502949,39.824627,41.66452,41.719852,41.622501,41.481354,41.298553,41.07085,41.034031,41.0396,41.132313,41.846596,42.05479,43.333927,51.259304,34.47813,34.716461,36.48098,36.508873,36.332893,36.01239,35.629742,35.218674,34.543221,34.557014,34.557949,34.912537,35.079693,36.349209,38.339931,35.328266,35.553719,36.882992,36.912853,36.819279,36.696346,36.54641,36.360252,36.326679,36.326302,36.424541,37.192513,37.34026,38.284985,48.14381,32.813648,33.05777,34.207035,34.25507,34.204517,34.110287,33.983311,33.79702,33.704819,33.697289,33.71151,34.407799,34.527138,35.409924,44.693848,26.323912,26.350183,26.599495,26.588985,26.542923,26.497776,26.458033,26.407967,26.394531,26.389336,26.438528,27.381773,27.408182,27.596516,42.288906,36.916302,37.179153,38.693024,38.731895,38.641537,38.51561,38.354649,38.154259,38.130791,38.136559,38.234142,38.984421,39.15456,40.223328,49.421215,32.540028,32.760239,33.837029,33.884182,33.838634,33.757023,33.638054,33.477264,33.427834,33.427177,33.469177,34.226803,34.343742,35.143715,45.436855,33.661667,33.862335,34.992287,35.022736,34.952412,34.852818,34.722927,34.560413,34.546112,34.553173,34.638561,35.432838,35.559147,36.377163,47.03772,31.925745,32.173122,33.270817,33.315681,33.262505,33.164906,33.03833,32.843826,32.71632,32.709915,32.733082,33.393753,33.506577,34.384468,43.195896,32.964668,33.262856,34.601704,34.664101,34.597919,34.466465,34.298885,34.04966,33.842178,33.855453,33.902161,34.461346,34.602753,35.689793,42.154209,30.870201,31.172392,32.379345,32.444187,32.391541,32.276394,32.12849,31.895365,31.63657,31.657963,31.714487,32.234394,32.366611,33.399467,39.391094,33.895981,34.128372,35.344509,35.390953,35.327785,35.228249,35.09322,34.916637,34.870708,34.871265,34.93325,35.685341,35.817535,36.70491,46.57869,29.611794,29.707642,30.34223,30.343235,30.272512,30.192263,30.10516,29.997627,29.978403,29.975527,30.056417,30.928545,30.998846,31.467722,44.320164,37.208164,37.536198,39.216724,39.291134,39.216282,39.082424,38.902966,38.660267,38.562595,38.56889,38.617981,39.263859,39.446983,40.679161,47.85725,33.460991,33.645496,34.742775,34.763672,34.68018,34.572731,34.44239,34.28093,34.258591,34.259968,34.354748,35.155739,35.277878,36.068203,46.909313,42.411728,42.627922,43.079689,45.109066,45.234337,45.162632,45.110134,44.986813,45.706192,46.650681,46.754787,47.13747,46.844978,51.001659,51.28421,29.579817,29.490759,29.53138,29.992718,29.445967,29.461929,29.439083,28.726023,29.265711,29.54563,30.067326,29.79228,29.614405,31.169374,31.484684,33.353413,33.311874,33.327618,33.88242,33.548691,33.548016,33.500561,32.915657,33.739628,34.041874,34.433937,34.237156,33.900249,36.065472,36.524704,26.94655,26.660566,26.696827,26.975718,26.104563,26.140724,26.129416,25.138502,25.519314,25.728725,26.222332,25.787544,25.683422,26.776203,27.027817,36.247986,36.443836,36.604763,37.759712,37.628944,37.547226,37.473186,37.191074,37.937466,38.473732,38.82951,38.910038,38.617065,41.460438,41.782307,49.342628,50.184616,50.371124,50.993855,52.671833,52.64016,52.591652,52.548679,54.637283,54.936901,55.223949,55.306477,54.918549,59.122307,59.981476,38.47332,38.694653,38.780491,39.706524,39.769745,39.716747,39.650246,39.348488,40.389835,40.826054,41.120579,41.1385,40.76376,43.842167,44.349968,51.192062,51.87854,51.599461,51.89537,52.645069,52.623257,52.565685,52.453453,54.838619,54.993465,55.226528,55.206497,54.611259,59.80904,61.221592,53.492336,54.838173,55.140617,55.331318,58.516376,58.507961,58.482475,58.474705,61.266644,61.359684,61.887192,61.901535,61.567417,64.927048,65.810303,30.542551,30.322096,30.340929,30.761345,30.160604,30.18354,30.148785,29.357204,30.012127,30.266481,30.655218,30.336321,30.047663,31.72382,32.108601,36.565315,36.721054,36.785828,37.619221,37.554024,37.512646,37.452084,37.083248,38.031322,38.432659,38.773521,38.735664,38.380173,41.135468,41.609165,42.447182,42.740334,42.615269,43.131874,43.318783,43.282764,43.203964,42.894932,44.454353,44.718391,45.008953,44.940361,44.42548,48.152454,49.057915,52.241249,53.230988,53.275364,53.604069,55.517719,55.506622,55.464104,55.420956,57.905334,58.064648,58.401859,58.424156,57.981304,62.330395,63.43119,41.907169,42.236118,42.251282,43.013351,43.32584,43.280472,43.210354,42.954014,44.33057,44.694717,44.958485,44.964935,44.526741,48.083031,48.794796,46.58213,47.35741,47.766911,48.466022,50.171856,50.135468,50.094303,50.15247,51.991772,52.364174,52.62471,52.755119,52.45491,57.026142,57.712864,34.744362,34.686996,34.654869,35.130894,34.820545,34.820694,34.760345,34.172192,35.14064,35.409046,35.770039,35.559589,35.1507,37.545292,38.112831,39.279755,39.481937,39.465782,40.13271,40.206566,40.172611,40.103344,39.749619,40.979641,41.310841,41.619877,41.558113,41.123142,44.277512,44.944405,44.016937,44.414406,44.345673,44.946781,45.360718,45.321396,45.24892,45.012482,46.634666,46.929153,47.192558,47.175468,46.688278,50.578205,51.463875,49.0951,49.806652,49.798641,50.316341,51.481983,51.454678,51.397266,51.294605,53.361481,53.610313,53.868458,53.899303,53.435284,57.793953,58.807293,31.683661,31.347113,31.303198,31.600742,30.945564,30.9702,30.904453,30.061096,30.853529,31.050789,31.384024,31.021402,30.591824,32.442913,32.948322,42.379311,42.692684,42.974026,44.440952,44.758293,44.689629,44.627922,44.47459,45.509987,46.188408,46.355461,46.580856,46.233757,50.116341,50.562408,45.139923,45.62867,45.825775,46.91444,47.668461,47.615913,47.556568,47.435726,48.891037,49.399498,49.595474,49.745743,49.361973,53.440128,54.090008,48.957447,50.072609,50.563202,50.915257,53.70792,53.684361,53.657471,53.717854,55.995281,56.189266,56.61351,56.663681,56.397892,60.050961,60.684383,40.262356,40.44574,40.329903,40.82539,40.844273,40.815025,40.735825,40.350342,41.752098,42.013641,42.329121,42.219826,41.716778,45.092846,45.920815,34.66877,34.421036,34.294521,34.551655,34.051342,34.060421,33.961716,33.260132,34.313,34.492207,34.840199,34.539406,33.976563,36.393391,37.088165,30.32888,30.520838,30.589296,31.239944,30.903219,30.879242,30.849369,30.388195,30.876701,31.228683,31.919777,31.794905,31.721142,33.498169,33.762329,37.40937,37.426868,37.318165,37.739006,37.527424,37.51458,37.436882,36.919193,38.132389,38.372601,38.715424,38.529648,38.038219,40.937454,41.678749,39.807827,40.024128,40.347855,42.004459,41.99707,41.910732,41.840275,41.662594,42.378738,43.146248,43.361774,43.629173,43.335125,46.929211,47.216084,37.470387,37.69302,37.926247,39.296001,39.187328,39.09182,39.008743,38.783192,39.470566,40.108467,40.438004,40.612999,40.345871,43.473347,43.75544,26.548845,26.903446,26.945751,27.225334,26.799053,26.800756,26.793816,26.268881,26.456402,26.70756,27.865131,27.660589,27.919495,29.065441,29.258083,39.815239,40.082348,40.208935,41.258392,41.415081,41.352989,41.284286,41.034977,42.108475,42.596069,42.852737,42.926903,42.552078,45.87553,46.381088,35.095982,35.169353,35.20232,35.888893,35.711399,35.690048,35.635983,35.174179,36.078072,36.426014,36.799892,36.686409,36.336613,38.81604,39.29361,37.02866,37.103054,37.065937,37.621735,37.497673,37.480534,37.414131,36.948711,38.060673,38.354481,38.698147,38.560883,38.13068,40.917164,41.549576,42.742596,43.116714,43.25087,44.287453,44.720131,44.662292,44.595818,44.407337,45.703053,46.184517,46.401329,46.504204,46.107109,49.843609,50.452641,53.473305,54.402843,54.287075,54.522858,56.077053,56.079994,56.038643,55.997559,58.571533,58.692158,58.986977,58.988411,58.480278,63.381908,64.695953,45.904419,46.434288,46.808567,48.118443,49.102959,49.057491,49.01136,48.975185,50.380474,51.013119,51.191437,51.436314,51.119995,55.608391,56.180519,27.134417,26.662636,26.691807,26.970039,25.964472,26.005114,25.988689,24.86677,25.307226,25.498079,25.807125,25.302784,25.095345,26.18816,26.461491,46.493122,47.078651,47.293045,48.294754,49.313717,49.267426,49.212269,49.126156,50.743999,51.216568,51.425945,51.573429,51.194981,55.401375,56.102753,52.043407,53.100216,53.237408,53.58725,55.783443,55.767891,55.728031,55.69725,58.19342,58.362255,58.73238,58.765568,58.359573,62.463211,63.469143,51.461452,52.317261,52.277573,52.638206,54.118473,54.105495,54.056393,53.989449,56.342182,56.518936,56.807171,56.822887,56.346249,60.899906,62.046902,47.012047,47.553265,47.457058,47.97554,48.66169,48.627865,48.560673,48.391144,50.285389,50.539864,50.789379,50.787544,50.283367,54.582607,55.60878,43.653374,43.932171,43.661026,44.01944,44.056404,44.013176,43.919315,43.581322,45.369457,45.564705,45.854908,45.74287,45.134579,49.291229,50.42841,28.57011,28.119389,28.130232,28.419813,27.523005,27.560886,27.528503,26.489172,27.042538,27.235611,27.539026,27.077713,26.784456,28.103113,28.448706,41.987583,42.332146,42.43145,43.39209,43.74633,43.690628,43.622551,43.405514,44.684868,45.132992,45.368477,45.438957,45.034229,48.639793,49.257236,54.159557,55.311493,55.361824,55.552158,57.884281,57.886936,57.855499,57.835983,60.594063,60.68763,61.088615,61.094978,60.653305,64.978134,66.159225,51.45779,52.607002,52.901096,53.242931,55.882103,55.862118,55.827,55.823639,58.312691,58.482059,58.907833,58.947548,58.605858,62.328831,63.170959,47.786518,48.414867,48.411259,49.001537,49.972069,49.938618,49.877251,49.75016,51.668903,51.951214,52.197521,52.231598,51.769508,56.025314,56.979633,53.781467,55.01672,55.180229,55.382744,58.085987,58.082344,58.053009,58.035542,60.801334,60.898598,61.352531,61.363739,60.968243,64.849792,65.894753,47.015839,47.615063,47.663044,48.358234,49.299698,49.260834,49.199276,49.071331,50.877815,51.206673,51.444126,51.500652,51.059952,55.218338,56.088787,42.955177,43.328815,43.515141,44.68457,45.131161,45.070004,45.005611,44.83791,46.07914,46.620827,46.818401,46.963535,46.58279,50.404274,50.968636,52.086018,53.471279,53.960625,54.182777,57.749977,57.735683,57.712421,57.719128,60.36166,60.469559,61.041252,61.058731,60.802128,63.588573,64.214943,55.477779,56.632511,56.58416,56.710217,58.892971,58.909374,58.883408,58.880199,61.768974,61.834087,62.211189,62.21048,61.725632,66.520615,67.875542,45.525848,45.928173,45.692921,46.097546,46.363842,46.32431,46.242149,45.986988,47.875763,48.086399,48.356747,48.293293,47.709423,52.075218,53.225487,48.995052,49.752197,49.843472,50.454742,51.824543,51.792976,51.73893,51.660122,53.694077,53.984596,54.248276,54.311562,53.886909,58.139156,59.055706,44.972363,45.456673,45.531239,46.363827,47.044441,46.997101,46.932053,46.770054,48.342045,48.732765,48.958977,49.028713,48.601486,52.563766,53.323559,33.972221,34.128597,34.242195,35.21014,34.98954,34.932217,34.87664,34.513973,35.195118,35.654926,36.097633,36.085438,35.830166,38.25301,38.563175,49.709,50.388523,50.260864,50.667274,51.622734,51.600044,51.540836,51.424274,53.589642,53.791794,54.043327,54.043476,53.525524,58.162086,59.328983,53.732529,54.549469,54.250984,54.45816,55.462574,55.460278,55.415699,55.357178,57.979584,58.091019,58.329456,58.314678,57.716644,63.238949,64.776657,48.124107,48.657791,48.407635,48.782169,49.264122,49.229759,49.158089,48.975094,51.07819,51.272682,51.521912,51.486794,50.900368,55.656773,56.917271,45.728752,46.242451,46.256866,46.955284,47.671391,47.629963,47.564163,47.398869,49.097221,49.428909,49.667355,49.705704,49.253098,53.298985,54.151863,33.206226,33.018089,32.978554,33.363159,32.883659,32.897587,32.837578,32.125946,33.011162,33.245258,33.598461,33.313457,32.900932,35.028961,35.56955,39.948845,40.021385,39.793095,40.110809,39.905777,39.87788,39.782745,39.302486,40.800453,40.992489,41.319622,41.132885,40.5448,44.030075,44.998478,27.381411,27.444613,27.490604,27.832306,27.260424,27.281963,27.276516,26.578186,26.916151,27.173265,27.966919,27.685678,27.715164,28.949997,29.191624,54.894299,55.840569,55.644211,55.813683,57.282948,57.299152,57.263725,57.24337,59.94825,60.039307,60.316479,60.311825,59.769684,65.076378,66.539101,32.338337,32.390968,32.446407,33.120747,32.806244,32.790676,32.751373,32.239285,32.928787,33.278839,33.74942,33.605259,33.355629,35.406906,35.766682,52.034382,52.839012,52.684917,52.982887,54.189247,54.18084,54.130943,54.057503,56.466888,56.618435,56.881847,56.879936,56.352539,61.259605,62.551453,44.426361,44.725666,45.196297,47.166634,47.579384,47.523922,47.479591,47.397175,48.298008,49.228931,49.337994,49.727989,49.445801,53.925827,54.291115,88.116791,88.228218,88.175156,88.151031,88.292023,88.311508,88.312561,88.357391,88.806419,88.827118,88.848686,88.803528,88.713341,90.404655,90.733688,76.030998,76.282936,76.15683,76.112602,76.491379,76.6297,76.674583,76.848183,77.748283,77.802361,77.821045,77.783371,77.61879,81.730476,82.438164,78.439468,78.677055,78.56813,78.546883,78.850296,78.907684,78.942009,79.029594,79.901001,79.945992,79.978958,79.922134,79.748795,82.883736,83.50396,80.001205,80.199844,80.091377,80.018684,80.29863,80.399345,80.436356,80.580826,81.299988,81.358139,81.363831,81.341415,81.227356,84.48111,85.041496,69.402603,69.765503,69.589775,69.582069,70.11834,70.301003,70.375504,70.576782,71.842758,71.898506,71.948669,71.898804,71.644257,77.000755,77.968079,18.302353,18.251719,18.094671,19.716465,19.662291,19.601614,19.78643,19.557598,19.788338,20.389217,20.583994,20.355453,20.248648,20.69306,18.694942,18.738396,18.701111,18.579584,20.104206,20.106728,20.046619,20.24649,20.063034,20.305992,20.719969,20.847086,20.634222,20.52243,21.016968,19.019503,19.4576,19.39588,19.293304,20.602869,20.639479,20.52998,20.704325,20.505541,20.763491,21.13327,21.286547,21.088474,20.974886,21.488787,19.668858,18.444624,18.393654,18.208534,20.077639,20.00742,19.949133,20.157703,19.909288,20.147268,20.874937,21.090414,20.833485,20.727057,21.185987,19.35231,20.806538,20.745775,20.600647,22.363266,22.383646,22.274982,22.503017,22.285015,22.584362,22.993849,23.160713,22.908266,22.777868,23.401039,22.036659,19.457693,19.407026,19.290396,20.778631,20.798225,20.712324,20.909325,20.712574,20.974907,21.377686,21.526394,21.312384,21.195816,21.727173,19.94549,20.0019,19.905426,19.821249,20.95002,21.037617,20.879389,21.025637,20.823734,21.08423,21.359764,21.464928,21.266735,21.142418,21.652937,19.854254,23.20615,23.152157,22.945856,25.385576,25.404816,25.283239,25.596256,25.36972,25.741486,26.125536,26.301413,25.973516,25.820196,26.653984,25.965332,21.908859,21.864241,21.634653,24.242071,24.228083,24.141968,24.469263,24.250832,24.580166,25.018953,25.199146,24.858908,24.722233,25.475891,24.565775,23.035456,22.959427,22.801018,24.772175,24.826948,24.675259,24.93434,24.702993,25.068609,25.436666,25.603891,25.321259,25.168318,25.946259,25.138056,21.000093,20.983397,20.439106,26.050955,25.984196,25.961508,26.58069,26.424732,26.651554,27.138346,27.276688,26.659933,26.579199,27.420317,27.015522,21.470333,21.447496,20.954563,26.064291,26.012527,25.989098,26.578447,26.431185,26.687527,27.10545,27.250418,26.675259,26.586344,27.450693,27.00893,22.404327,22.390217,21.860817,27.354689,27.300985,27.269865,27.896669,27.762152,28.033554,28.336176,28.467421,27.853596,27.750023,28.714298,28.465965,22.896435,22.857779,22.59477,25.565744,25.551481,25.460987,25.831375,25.616207,25.972187,26.374697,26.553082,26.175137,26.029949,26.88068,26.241346,21.397703,21.318777,21.187529,22.818628,22.868166,22.726364,22.938263,22.714596,23.026686,23.393101,23.550945,23.305414,23.168549,23.810791,22.545839,22.968496,22.95332,22.524734,27.09339,27.043556,26.991882,27.526703,27.35729,27.67857,28.018061,28.170628,27.643629,27.516348,28.475382,28.151693,23.037336,23.037607,22.519302,28.000629,27.951965,27.905422,28.518267,28.375666,28.668949,28.927153,29.053539,28.448721,28.329855,29.351913,29.163462,22.280243,22.214712,22.045317,24.089224,24.11912,23.991083,24.255318,24.027319,24.369942,24.761206,24.933054,24.645424,24.500296,25.235846,24.275,17.970503,17.932407,17.806501,19.229872,19.207346,19.150225,19.323378,19.136129,19.35396,19.778954,19.861441,19.651606,19.538984,19.960131,17.670841,21.614258,21.584679,21.209938,25.183746,25.134392,25.0919,25.566133,25.381895,25.67609,26.141224,26.311676,25.841125,25.730036,26.541788,25.897161,23.425793,23.407827,23.041044,27.040936,27.004189,26.934832,27.412601,27.224443,27.577265,27.924015,28.08609,27.611931,27.470148,28.433384,28.073305,24.133795,24.101257,23.832798,26.908566,26.910719,26.804939,27.191103,26.978065,27.375338,27.726696,27.897161,27.507601,27.347759,28.306553,27.892662,20.000235,19.962076,19.640654,22.963253,22.882441,22.837866,23.214813,22.962818,23.231867,24.049547,24.274029,23.866861,23.760792,24.393171,23.393616,19.209745,19.162476,18.978395,20.940395,20.891071,20.82897,21.060848,20.831856,21.087008,21.662592,21.844593,21.575655,21.459248,21.980196,20.296408,19.796412,19.718714,19.615103,20.881683,20.928368,20.792759,20.954412,20.746887,21.006456,21.34404,21.492992,21.292131,21.174288,21.694218,19.920151,23.972361,23.965029,23.558933,27.963436,27.935423,27.864634,28.382101,28.209396,28.569693,28.859058,29.004515,28.492903,28.348843,29.387722,29.158291,18.650616,18.559515,18.476587,19.418837,19.478689,19.329245,19.43721,19.246178,19.458305,19.697779,19.807499,19.637724,19.529123,19.947529,17.67342,22.281731,22.256353,21.849525,26.15959,26.113607,26.068666,26.581532,26.409716,26.715147,27.11096,27.271725,26.76693,26.650656,27.535925,27.067026,21.72864,21.707077,21.134884,26.985146,26.943535,26.928488,27.597881,27.486662,27.723219,28.038706,28.160088,27.511322,27.430853,28.35943,28.074757,20.196306,20.154919,19.890575,22.681135,22.61606,22.562891,22.891586,22.656511,22.934782,23.577707,23.782291,23.427698,23.312155,23.941389,22.76786,22.787636,22.763243,22.39533,26.364252,26.322504,26.262815,26.73909,26.552391,26.883913,27.267776,27.434143,26.961699,26.830721,27.737114,27.280727,20.97991,20.938082,20.711477,23.244333,23.216911,23.147226,23.461918,23.246643,23.548946,24.029499,24.206493,23.876917,23.749735,24.433678,23.3039,17.516817,17.474072,17.355831,18.642311,18.613131,18.556677,18.710009,18.516645,18.724415,19.191837,19.304811,19.114408,19.012663,19.397085,16.998178,23.610746,23.60165,23.191736,27.626263,27.587608,27.522629,28.041487,27.867006,28.214415,28.522818,28.672901,28.159975,28.020117,29.028505,28.760677,22.746046,22.743816,22.207592,27.841167,27.784979,27.745993,28.375906,28.238297,28.517288,28.784246,28.908566,28.289328,28.176804,29.181612,28.988581,20.773109,20.735023,20.458302,23.431833,23.380545,23.326332,23.684561,23.467749,23.75839,24.306067,24.493092,24.120176,24.00164,24.690046,23.652666,17.649458,17.594053,17.418648,19.121439,19.049612,18.995144,19.176111,18.9109,19.133984,20.015278,20.241394,20.006065,19.90757,20.300392,18.273956,21.687296,21.63456,21.443443,23.675993,23.678675,23.57869,23.863031,23.640488,23.965857,24.392794,24.569885,24.266996,24.129335,24.842205,23.795984,19.209906,19.163389,18.892216,21.642717,21.561121,21.510937,21.816452,21.543598,21.802402,22.727673,22.971134,22.620224,22.514948,23.057343,21.759253,21.879045,21.843264,21.550741,24.752939,24.718204,24.653603,25.046448,24.840923,25.160345,25.613956,25.792912,25.395029,25.266951,26.055038,25.280415,19.925907,19.883026,19.684195,21.876791,21.840349,21.777117,22.045158,21.827042,22.101244,22.618883,22.786604,22.493193,22.371655,22.960032,21.490232,20.670771,20.642307,20.248861,24.346802,24.268534,24.23184,24.697803,24.478046,24.746349,25.432728,25.628654,25.148361,25.046673,25.77453,25.059675,22.670549,22.637741,22.33514,25.67355,25.644159,25.570112,25.979815,25.774858,26.116909,26.526957,26.703266,26.290588,26.153011,27.010433,26.40856,21.058659,21.030035,20.639784,24.73267,24.667826,24.631634,25.108446,24.912498,25.189045,25.746696,25.924839,25.44537,25.342039,26.110184,25.418787,23.588068,23.556261,23.272968,26.471455,26.45907,26.365486,26.762112,26.551476,26.927322,27.297239,27.47051,27.070242,26.918093,27.840328,27.361858,21.093338,21.078623,20.424665,27.088564,27.044527,27.036346,27.767879,27.670601,27.858004,28.17054,28.270275,27.557465,27.498621,28.416954,28.169111,27.371975,27.60442,27.964468,27.820723,27.89415,27.884102,27.913101,27.177233,27.465466,27.738001,28.487864,28.534821,28.432678,29.34025,30.621548,28.011963,28.195505,28.566576,28.397049,28.440399,28.450996,28.485266,27.854109,28.136623,28.375965,29.10836,29.141869,29.027401,29.857391,31.456717,26.516212,27.07873,27.562561,27.606287,27.686018,27.627529,27.61482,26.90744,27.184879,27.44137,27.942446,27.966232,27.905708,29.897619,30.733814,26.347139,26.548386,26.8356,26.671469,26.826862,26.810371,26.844225,25.945562,26.214485,26.551535,27.377398,27.473797,27.385111,28.095104,29.158905,28.635105,28.73403,29.031561,28.716602,28.744205,28.777792,28.819929,28.292671,28.529295,28.727631,29.514452,29.555874,29.442684,29.967609,32.451393,28.037611,28.146555,28.540508,28.386625,28.40686,28.436638,28.476778,27.974667,28.251553,28.457655,29.069696,29.118658,28.992908,29.820974,31.600777,27.330236,27.600664,27.98378,27.869671,27.941816,27.923105,27.946394,27.210049,27.503374,27.776171,28.480282,28.518894,28.420851,29.457802,30.646957,27.580503,27.843454,28.243042,28.133245,28.19212,28.179405,28.202915,27.508537,27.802731,28.062225,28.749641,28.783474,28.681396,29.730831,30.98595,27.52282,28.003101,28.631763,28.708946,28.746904,28.70599,28.682968,28.131382,28.384897,28.562981,28.984257,29.017406,28.956329,30.756052,31.732761,27.530317,27.701878,28.166771,28.115538,28.149694,28.163378,28.192476,27.679504,27.96793,28.177675,28.700975,28.779037,28.662819,29.750292,31.057178,26.758482,27.009485,27.344118,27.209341,27.325142,27.300529,27.32806,26.492376,26.777184,27.086872,27.835421,27.893147,27.802084,28.710474,29.794672,28.430584,28.562492,28.919989,28.703953,28.731382,28.757788,28.797127,28.243252,28.511168,28.72583,29.440872,29.464848,29.343224,30.059828,32.036049,25.886055,26.027626,26.270597,26.077927,26.23287,26.236975,26.278414,25.430601,25.671228,25.989214,27.078066,27.309595,27.223356,27.721684,28.825151,28.743217,28.843401,29.177771,28.906431,28.926243,28.960892,29.002493,28.497498,28.747553,28.944372,29.651022,29.667068,29.545195,30.161097,32.516609,27.456944,27.694433,28.206179,28.200928,28.234858,28.230381,28.24342,27.719044,28.003239,28.205236,28.690306,28.770603,28.66231,29.926725,31.064684,26.551035,27.20318,27.789801,27.90366,27.960285,27.903938,27.86993,27.275391,27.516232,27.712612,28.125557,28.139654,28.095434,30.411989,31.244709,27.367744,27.572418,27.91263,27.744465,27.819862,27.816658,27.849874,27.114952,27.397009,27.668678,28.462503,28.52128,28.417135,29.225197,30.583494,28.512802,28.607738,28.966345,28.739803,28.757002,28.790941,28.832205,28.340277,28.600044,28.797445,29.453156,29.477768,29.351089,30.045311,32.202141,29.015562,29.097729,29.397589,29.056883,29.074129,29.112055,29.153645,28.679813,28.907591,29.089388,29.807625,29.823235,29.707912,30.217171,32.990589,27.830698,28.122932,28.624212,28.599394,28.636738,28.624577,28.636848,28.055876,28.348232,28.570042,29.112144,29.15773,29.056747,30.354593,31.526117,27.009399,27.237509,27.572517,27.420984,27.518005,27.502983,27.533197,26.739277,27.023241,27.316027,28.095228,28.15666,28.05938,28.91226,30.106876,27.988113,28.161434,28.591417,28.487473,28.516998,28.532049,28.564098,28.017324,28.306723,28.525721,29.128588,29.173769,29.05464,30.032297,31.526382,25.916561,26.658741,27.219204,27.359259,27.436588,27.376669,27.341171,26.72686,26.957674,27.16711,27.555384,27.563955,27.526402,30.141335,30.8997,28.054087,28.252483,28.675529,28.563469,28.596836,28.605608,28.635069,28.052958,28.343678,28.571196,29.206928,29.241127,29.125025,30.109154,31.583324,29.127329,29.197769,29.508003,29.171429,29.182543,29.222069,29.263262,28.821321,29.04854,29.222513,29.882456,29.886637,29.767504,30.298418,33.141094,26.750004,27.05319,27.415617,27.313334,27.420782,27.385159,27.405066,26.580645,26.871735,27.175964,27.867025,27.910408,27.824202,28.909027,29.920698,27.488667,27.917059,28.438549,28.452076,28.50168,28.465244,28.461576,27.828228,28.114765,28.34655,28.870543,28.901743,28.823446,30.44945,31.457964,28.616829,28.727592,29.055674,28.785749,28.811373,28.843531,28.885155,28.351198,28.603046,28.807741,29.553318,29.578016,29.45887,30.068085,32.338337,27.928825,28.150957,28.556501,28.433424,28.476713,28.477909,28.505913,27.871799,28.163313,28.404963,29.083467,29.114079,29.003122,29.981674,31.401142,27.408161,27.589066,27.914314,27.723944,27.797338,27.801466,27.838165,27.117393,27.392616,27.658754,28.493395,28.565063,28.459183,29.18638,30.641954,27.667803,28.064453,28.705191,28.774542,28.809937,28.787342,28.778877,28.262465,28.521652,28.692703,29.093401,29.15519,29.077215,30.67664,31.701389,27.709366,28.007515,28.453379,28.385708,28.434549,28.418259,28.434875,27.781326,28.07782,28.324068,28.946428,28.977203,28.877901,30.088028,31.285404,26.934042,27.120892,27.42713,27.243698,27.345325,27.341476,27.377674,26.587658,26.860342,27.15131,28.013866,28.10693,28.00773,28.71365,29.996134,27.844975,28.099417,28.526327,28.431568,28.476486,28.470129,28.493067,27.85326,28.14823,28.391441,29.039942,29.070797,28.964388,30.049034,31.358208,27.021835,27.519518,28.022778,28.049746,28.112843,28.064302,28.055468,27.382341,27.665157,27.909271,28.42724,28.453703,28.384916,30.192125,31.110943,27.676188,27.897589,28.272326,28.128008,28.185505,28.18284,28.212635,27.526012,27.814688,28.071499,28.802984,28.841564,28.734325,29.646049,31.030939,27.360365,27.74649,28.213167,28.185417,28.244057,28.209644,28.214918,27.532326,27.826534,28.078806,28.661634,28.69068,28.605946,30.05971,31.096111,28.220898,28.360907,28.696835,28.466438,28.504791,28.52796,28.568027,27.970345,28.235476,28.461237,29.242853,29.282709,29.166338,29.837446,31.759308,28.024923,28.153837,28.461786,28.205021,28.250883,28.275496,28.317602,27.705729,27.960575,28.188185,29.041092,29.1112,28.999443,29.589199,31.561029,26.950617,27.513849,28.133633,28.232994,28.275339,28.224642,28.189575,27.627771,27.86327,28.03401,28.44215,28.453329,28.405462,30.424538,31.326542,26.484777,26.606899,26.860636,26.634197,26.720337,26.741709,26.786861,26.108345,26.344833,26.595718,27.783379,28.05155,27.956745,28.425968,29.89604,27.400454,27.720839,28.144833,28.071695,28.134577,28.108992,28.12429,27.417601,27.714148,27.976583,28.619577,28.650816,28.557386,29.78281,30.903557,27.462023,27.615528,27.922201,27.702585,27.771246,27.784719,27.82523,27.133148,27.397448,27.652618,28.544256,28.638451,28.531639,29.164524,30.770765,27.627293,27.757692,28.190392,28.099525,28.130919,28.157705,28.197588,27.699781,27.988091,28.199387,28.751123,28.825369,28.705441,29.670099,31.160072,28.095457,28.146851,28.505339,28.290642,28.304941,28.342628,28.386419,27.941898,28.19665,28.384655,28.984694,29.037138,28.906666,29.60618,31.762707,27.545631,28.016907,28.602898,28.65873,28.701385,28.661411,28.645988,28.06106,28.330988,28.535204,28.996307,29.030384,28.962492,30.741838,31.721352,27.060629,27.484873,27.942329,27.923399,27.992392,27.948763,27.950573,27.237158,27.529629,27.791262,28.367439,28.395452,28.317293,29.863796,30.829613,27.843653,28.002146,28.332447,28.119877,28.172915,28.188156,28.22711,27.573404,27.843554,28.087095,28.905701,28.963551,28.851776,29.543228,31.242199,27.544844,27.663296,27.93947,27.669729,27.727276,27.752663,27.796667,27.172361,27.414124,27.644346,28.624746,28.768105,28.663906,29.171452,31.092428,28.299191,28.399797,28.676441,28.355305,28.391996,28.422382,28.46492,27.912674,28.14448,28.348961,29.211067,29.294012,29.186451,29.674124,32.079102,27.084896,27.641907,28.214527,28.289885,28.341997,28.291796,28.269226,27.660093,27.922499,28.133244,28.58555,28.610622,28.553221,30.576731,31.478338,27.73415,28.086311,28.673132,28.71277,28.749722,28.729511,28.729572,28.190756,28.467894,28.663755,29.109957,29.171425,29.082846,30.585802,31.639406,27.926573,28.172077,28.630354,28.561975,28.59857,28.596172,28.617678,28.02734,28.321878,28.550543,29.145052,29.183666,29.074696,30.21118,31.51062,28.817244,28.864805,29.188158,28.881378,28.889635,28.931198,28.974609,28.559349,28.789892,28.960642,29.563549,29.58272,29.458405,30.034634,32.753765,27.7341,27.922422,28.273241,28.095364,28.152327,28.158367,28.193195,27.515396,27.796059,28.048973,28.826492,28.873848,28.76384,29.558035,31.077446,26.44916,27.082771,27.612391,27.700184,27.774982,27.716843,27.69381,27.037224,27.297316,27.530737,27.977798,27.998457,27.947107,30.199606,31.014719,28.231243,28.392143,28.777744,28.611404,28.642193,28.660532,28.696028,28.121466,28.402317,28.625906,29.311066,29.338917,29.218641,30.052036,31.763844,27.643312,27.995359,28.478415,28.449881,28.498034,28.472786,28.480583,27.838526,28.132931,28.372871,28.946369,28.978077,28.887175,30.277351,31.379875,27.83638,28.120438,28.580938,28.520535,28.562811,28.551317,28.568432,27.946547,28.242422,28.479212,29.0809,29.114401,29.01198,30.219442,31.446306,26.712906,27.165398,27.604887,27.589699,27.673555,27.621092,27.621126,26.868156,27.158842,27.434271,28.006229,28.033915,27.961525,29.568348,30.467545,26.924267,27.281401,27.685715,27.619053,27.704391,27.664326,27.676067,26.904078,27.199202,27.482872,28.122847,28.156092,28.072294,29.362686,30.357542,26.818144,26.966938,27.246069,27.032917,27.129307,27.139313,27.181011,26.432314,26.688547,26.963923,27.958355,28.114729,28.015614,28.586878,29.989912,25.24592,25.365551,25.582376,25.396933,25.545275,25.559029,25.601927,24.816902,25.03569,25.332022,26.681709,27.06753,26.988518,27.396982,28.415485,27.850657,28.067022,28.532501,28.472219,28.505602,28.509552,28.533386,27.978184,28.270481,28.489698,29.053492,29.105383,28.992476,30.110699,31.421959,26.292631,26.460209,26.728878,26.542547,26.689789,26.685156,26.723858,25.8591,26.116856,26.439592,27.375885,27.520756,27.430113,28.029409,29.16596,27.777231,28.138891,28.679193,28.68936,28.729021,28.704962,28.706629,28.121435,28.408314,28.625376,29.13261,29.175518,29.087084,30.569687,31.648331,19.828651,19.814756,19.736551,20.845606,20.629114,20.505775,20.737364,20.430595,20.53759,20.571068,20.90729,20.673061,20.403555,20.95834,20.238649,18.715374,18.699747,18.705585,19.00358,18.903904,18.856981,18.946827,18.581507,18.739031,18.767466,19.074245,18.904202,18.54859,18.820145,18.132029,20.661379,20.655357,20.703907,20.672812,20.588812,20.638502,20.795929,20.156408,20.448868,20.49856,21.01424,20.817699,20.585732,20.71851,20.561174,18.813726,18.78541,18.74501,19.35853,19.211546,19.109255,19.219879,18.909229,19.017193,19.043158,19.337734,19.158529,18.87969,19.273268,18.015844,19.635782,19.652554,19.507278,21.111427,20.902235,20.709417,20.878992,20.614252,20.63858,20.659296,20.960981,20.692558,20.38257,21.000015,19.918459,16.81991,16.799551,16.738739,17.31706,17.195549,17.073429,17.117811,16.901352,16.947231,16.962957,17.157581,17.017595,16.785614,17.116615,14.81681,19.214613,19.191988,19.13566,20.102142,19.877882,19.787437,20.105022,19.804653,19.936209,19.975014,20.333986,20.115845,19.884335,20.40593,19.921459,19.374098,19.338289,19.336653,19.735647,19.606321,19.557081,19.699291,19.31745,19.481642,19.514105,19.858755,19.679346,19.38554,19.710911,19.003353,20.825977,20.843483,20.898199,20.773804,20.701052,20.753069,20.871574,20.163319,20.484932,20.540594,21.058661,20.844238,20.624674,20.714485,20.592392,21.221697,21.301004,20.974861,24.596804,24.270224,24.113054,24.509817,24.328033,24.440815,24.475863,24.735044,24.292486,23.988916,24.876877,24.643206,19.99048,19.938593,19.969019,20.144871,20.031824,20.057102,20.278051,19.775393,20.006329,20.044638,20.509626,20.335308,20.090179,20.31184,20.054075,19.618353,19.677048,19.733067,19.608412,19.55559,19.569633,19.55271,18.960173,19.250938,19.313852,19.709805,19.385059,19.149555,19.185638,19.036617,18.898474,18.915184,18.842093,20.006475,19.770016,19.687075,20.059229,19.793207,19.93523,19.98107,20.33456,20.107538,19.889091,20.462698,20.092001,18.525515,18.455816,18.463251,18.912924,18.752752,18.733335,19.070805,18.713802,18.88271,18.920387,19.267996,19.095436,18.889364,19.226049,18.884481,20.51977,20.581713,20.31875,23.18829,22.944641,22.727757,23.017374,22.796324,22.794865,22.819798,23.09936,22.71711,22.390764,23.199326,22.617029,18.598013,18.577635,18.571714,18.942879,18.83359,18.770809,18.862278,18.522694,18.663416,18.690884,18.986431,18.82019,18.483358,18.786713,17.892206,20.76227,20.820883,20.883686,20.570873,20.516464,20.564411,20.608391,19.759787,20.13858,20.20479,20.698065,20.451565,20.267435,20.247416,20.195353,19.527121,19.490574,19.45068,20.165255,19.989342,19.896505,20.074392,19.737616,19.865217,19.896469,20.227337,20.027493,19.760452,20.201904,19.327002,19.842751,19.792664,19.816153,20.059341,19.938515,19.943073,20.148781,19.683899,19.895649,19.932989,20.355614,20.177834,19.921059,20.174711,19.831652,19.934885,19.963184,20.012438,20.002724,19.93462,19.950113,20.009556,19.445889,19.716444,19.770607,20.191175,19.949469,19.678261,19.804626,19.584635,19.536995,19.491177,19.485905,19.93932,19.794041,19.744936,19.921143,19.538296,19.702705,19.736351,20.090174,19.905991,19.634274,19.983601,19.319849,20.241934,20.204594,20.239473,20.367075,20.263237,20.292086,20.481701,19.948675,20.194393,20.235685,20.713511,20.53231,20.280458,20.484274,20.236536,21.096405,21.152866,21.219286,20.651903,20.607143,20.680437,20.759695,19.630674,20.104933,20.173672,20.698286,20.501162,20.346375,20.285917,20.279062,18.721588,18.812761,18.863087,18.554396,18.50828,18.504227,18.338934,17.726778,18.017,18.082809,18.418013,17.929422,17.764273,17.586754,17.545908,19.267067,19.215164,19.191803,19.854671,19.660084,19.600681,19.883148,19.539989,19.689846,19.727289,20.06472,19.867308,19.636456,20.064838,19.554434,17.18425,17.178005,17.171816,17.478001,17.397488,17.33272,17.381636,17.110048,17.217907,17.23782,17.45936,17.320541,16.904749,17.157358,16.148085,21.093575,21.131348,21.1926,20.90502,20.843676,20.907537,21.003637,20.147732,20.524057,20.585844,21.122335,20.905294,20.714766,20.737459,20.675714,17.551344,17.562817,17.582525,17.753582,17.690191,17.653477,17.690472,17.356176,17.501617,17.524273,17.761133,17.593285,17.133333,17.321339,16.825737,20.15781,20.179554,20.059158,21.629068,21.370127,21.235146,21.521133,21.245438,21.355932,21.394644,21.731192,21.458197,21.180531,21.841181,21.336763,20.84819,20.909887,20.673256,23.366556,23.081615,22.903091,23.220057,22.993887,23.064171,23.098774,23.390211,23.02231,22.71006,23.521122,23.110422,18.216471,18.195601,18.17594,18.609076,18.495565,18.414639,18.494537,18.189642,18.306967,18.332436,18.603685,18.444391,18.128736,18.451559,17.232391,20.481728,20.519838,20.360497,22.29624,22.023277,21.866226,22.149679,21.890099,21.983383,22.020357,22.341928,22.037525,21.739702,22.459492,21.96702,16.722111,16.701851,16.658873,17.114183,17.006912,16.907272,16.951485,16.726368,16.792044,16.810137,17.000952,16.870134,16.629469,16.927805,14.734149,19.632906,19.671913,19.562519,21.005062,20.633183,20.541138,20.868155,20.620129,20.819048,20.864101,21.200333,20.94812,20.663122,21.300877,20.990135,18.956169,19.037971,19.095085,18.876486,18.834688,18.839838,18.731546,18.154196,18.442877,18.510593,18.859781,18.423981,18.224693,18.15555,18.060934,18.508083,18.563055,18.614441,18.576323,18.530951,18.530165,18.497259,18.037989,18.275763,18.332438,18.652004,18.327227,18.021914,18.089867,17.862637,20.446543,20.498009,20.348249,22.233831,21.872868,21.751169,22.064631,21.821566,21.992847,22.037725,22.362457,22.067856,21.768503,22.4893,22.171795,20.156534,20.233599,20.295528,19.997501,19.948439,19.976957,19.959724,19.184046,19.540014,19.608597,20.047388,19.74719,19.568796,19.495998,19.449183,20.228048,20.263929,20.317507,20.23914,20.1738,20.199127,20.252914,19.628618,19.92473,19.982834,20.429457,20.175615,19.931736,20.024019,19.856735,20.298567,20.285917,20.339132,20.223061,20.144131,20.222006,20.462772,19.777315,20.084042,20.131662,20.680706,20.507769,20.310839,20.402641,20.317892,19.983698,19.975693,20.011776,20.132206,20.042189,20.049923,20.169008,19.659292,19.89739,19.941303,20.364904,20.167969,19.880455,20.080748,19.767412,20.383268,20.344618,20.385603,20.428152,20.330978,20.385786,20.605398,20.016542,20.286268,20.328653,20.857508,20.683136,20.453541,20.616224,20.4548,20.490049,20.475037,20.518265,20.55759,20.467213,20.504713,20.662109,20.074612,20.345718,20.392464,20.885475,20.692083,20.444542,20.609261,20.405121,19.271902,19.207397,19.208696,19.668756,19.508066,19.477726,19.743492,19.361574,19.53244,19.568432,19.92832,19.745655,19.512281,19.85939,19.412247,20.378695,20.413343,20.247805,22.195484,21.947388,21.768843,22.021286,21.759733,21.817463,21.849035,22.162569,21.857698,21.549732,22.260439,21.629328,21.166864,21.249926,20.939302,24.451797,24.045759,23.925991,24.336329,24.168295,24.365021,24.406763,24.683046,24.256845,23.95458,24.819227,24.661884,19.990576,19.995691,19.884491,21.27441,21.051702,20.896942,21.111736,20.823191,20.900139,20.930546,21.254534,20.997999,20.70731,21.317081,20.524502,21.453037,21.495188,21.562918,20.680088,20.644436,20.752712,20.88068,19.406485,19.994307,20.063011,20.614626,20.461813,20.330299,20.277702,20.295809,20.082809,20.168394,20.238623,19.792553,19.757669,19.802023,19.812164,18.87463,19.285358,19.356157,19.7987,19.561939,19.419832,19.224905,19.227257,17.857622,17.884333,17.919348,18.043581,17.987894,17.967213,18.002415,17.636307,17.812243,17.848248,18.112886,17.925745,17.499836,17.670244,17.277384,19.276939,19.288916,19.325443,19.443172,19.367941,19.360489,19.433296,18.972729,19.191761,19.234892,19.596621,19.393055,19.061302,19.250267,18.89505,16.683142,16.684175,16.686237,16.890491,16.825268,16.774982,16.80574,16.533049,16.638577,16.649385,16.839611,16.703026,16.186596,16.376915,15.756946,19.462673,19.455017,19.359657,20.496269,20.302452,20.147909,20.301544,20.012846,20.079468,20.103592,20.411493,20.18301,19.894146,20.429367,19.303074,18.403791,18.387798,18.305923,19.181803,19.021742,18.874123,18.965681,18.701107,18.754923,18.772669,19.042171,18.851303,18.578159,19.020283,17.387831,18.434898,18.503124,18.55743,18.403053,18.36273,18.366655,18.258366,17.76656,18.023188,18.086613,18.402756,17.950562,17.71562,17.684629,17.529062,18.429825,18.356609,18.369745,18.718111,18.572102,18.564091,18.897045,18.515766,18.686876,18.721523,19.061066,18.895248,18.688217,18.970572,18.677063,20.2712,20.328457,20.387281,20.200552,20.143995,20.17263,20.188705,19.492245,19.819225,19.883604,20.331898,20.046684,19.835026,19.857286,19.752855,17.067188,17.052523,17.029509,17.418653,17.324844,17.241352,17.290918,17.041773,17.132568,17.154785,17.368097,17.234324,16.923878,17.210798,15.556987,18.648722,18.641588,18.655767,18.895285,18.806599,18.769184,18.847677,18.469288,18.636087,18.665274,18.971022,18.797394,18.423979,18.666117,18.090658,19.311401,19.3043,19.329397,19.524082,19.433882,19.41544,19.512085,19.077129,19.276894,19.313803,19.67173,19.48488,19.152407,19.382053,18.934113,18.58872,18.567144,18.502836,19.26429,19.107838,18.977951,19.07711,18.794483,18.871044,18.892639,19.171249,18.986122,18.712708,19.138329,17.647993,18.766451,18.7659,18.640163,19.935785,19.756907,19.577658,19.696592,19.442911,19.465132,19.478249,19.759918,19.52734,19.237637,19.758226,18.249969,19.538528,19.46673,19.498695,19.597277,19.493523,19.550848,19.849424,19.318508,19.565689,19.598743,20.135704,19.984039,19.763432,19.944855,19.80266,17.741251,17.73374,17.733738,18.016249,17.931103,17.874516,17.932997,17.6217,17.749119,17.769941,18.018467,17.865896,17.451347,17.700039,16.912992,19.651396,19.617722,19.568369,20.412994,20.213436,20.116871,20.342018,20.013657,20.140829,20.174704,20.512575,20.29969,20.042065,20.527609,19.809767,21.269175,21.29228,21.363819,20.848537,20.803444,20.920137,21.110025,20.012506,20.461166,20.525789,21.128633,20.967941,20.818493,20.812218,20.806063,19.333906,19.275068,19.263493,19.828152,19.650946,19.604794,19.870708,19.50745,19.666899,19.703894,20.049324,19.858686,19.62393,20.015676,19.510382,19.931175,19.947189,19.992121,20.03163,19.956808,19.969332,20.050165,19.509699,19.767113,19.817331,20.237015,20.01577,19.732693,19.888487,19.632708,18.399363,18.341427,18.334822,18.889177,18.708206,18.677187,19.033373,18.698298,18.852236,18.894484,19.193281,19.016577,18.81303,19.195143,18.828194,16.952078,16.935633,16.846535,17.630381,17.494923,17.345516,17.392122,17.184067,17.202879,17.212046,17.426558,17.267588,17.028725,17.39864,15.073718,19.552475,19.50012,19.488094,20.021275,19.857607,19.80418,20.01622,19.643961,19.803125,19.837767,20.189915,20.000038,19.745316,20.126453,19.501778,18.863411,18.837976,18.78385,19.501776,19.344021,19.226374,19.340096,19.03964,19.133631,19.15815,19.451216,19.264263,18.988684,19.412086,18.095985,19.54022,19.520807,19.448545,20.412157,20.221781,20.091768,20.258274,19.950937,20.04459,20.072365,20.390676,20.173677,19.895216,20.399899,19.3857,18.944654,18.872437,18.901541,19.099119,18.980919,19.011934,19.328442,18.873543,19.082714,19.116278,19.550634,19.395741,19.182743,19.392246,19.198139,19.513708,19.479702,19.489279,19.813574,19.693634,19.661587,19.806225,19.396435,19.578138,19.612356,19.975872,19.795895,19.499161,19.792707,19.222752,19.001354,18.962797,18.925327,19.716793,19.495081,19.419228,19.740471,19.434025,19.574383,19.612879,19.953819,19.750221,19.529554,19.998983,19.530247,18.058619,18.035467,18.001915,18.503752,18.38085,18.28455,18.361208,18.075218,18.174843,18.198515,18.457701,18.299076,18.013041,18.3564,16.867506,20.106216,20.148275,19.943253,22.189299,21.960651,21.74844,21.975992,21.729748,21.731356,21.753294,22.049177,21.722082,21.398445,22.118301,21.301699,17.640976,17.716017,17.737387,17.315489,17.246172,17.21299,16.921892,16.345564,16.582745,16.627241,16.901459,16.274931,16.149168,15.720716,15.715951,19.456661,19.395947,19.400972,19.810711,19.660643,19.63413,19.870935,19.471909,19.648912,19.684261,20.05237,19.870876,19.625622,19.952307,19.489267,19.825346,19.773968,19.815908,19.807541,19.713251,19.792179,20.090708,19.493153,19.765987,19.80512,20.358841,20.207903,20.002909,20.13291,20.042559,20.636763,20.712023,20.527079,22.872095,22.367554,22.256643,22.576586,22.387522,22.636068,22.679962,22.966619,22.649128,22.301361,23.070782,22.879078,18.810314,18.739475,18.759867,19.032919,18.900265,18.906645,19.212492,18.793997,18.981686,19.015497,19.38689,19.223816,19.004515,19.250931,18.983,19.28627,19.383791,19.446367,19.090357,19.051792,19.070114,19.001768,18.241844,18.586451,18.654245,19.038664,18.718102,18.580408,18.304821,18.308273,19.121172,19.053394,19.066263,19.410776,19.266848,19.257231,19.533953,19.126831,19.308319,19.343307,19.708832,19.535475,19.306446,19.595539,19.245953,21.034168,21.112553,20.758177,24.594093,24.327503,24.13516,24.523815,24.34078,24.373623,24.400839,24.637789,24.173227,23.864489,24.763231,24.44161,19.82831,19.829376,19.739855,21.00913,20.772907,20.654009,20.937284,20.645338,20.761189,20.79925,21.144855,20.897732,20.637138,21.235132,20.688995,19.095036,19.062241,19.035915,19.582026,19.437841,19.354132,19.481407,19.145386,19.275175,19.304117,19.618361,19.437719,19.154249,19.532305,18.500307,19.081547,19.050055,19.03614,19.49515,19.363544,19.294641,19.417116,19.06669,19.209761,19.239632,19.559086,19.382652,19.085932,19.432163,18.515594,21.068794,21.140921,20.891649,23.75952,23.429764,23.267748,23.607988,23.397118,23.510279,23.548929,23.83297,23.453249,23.13954,23.976135,23.673595,18.205889,18.247744,18.29447,18.346336,18.296864,18.290552,18.307396,17.894989,18.10396,18.151712,18.447535,18.216021,17.838816,17.970119,17.678106,20.996525,21.005278,21.064693,20.79958,20.733805,20.827122,21.0275,20.1873,20.548719,20.602221,21.196297,21.018507,20.836924,20.881323,20.829491,19.469206,19.427263,19.406847,19.96274,19.80621,19.735737,19.903906,19.546005,19.691944,19.724068,20.062279,19.873785,19.603052,19.991184,19.181753,19.79258,19.763338,19.786306,20.016596,19.908108,19.899231,20.046358,19.589371,19.79796,19.8358,20.23542,20.051746,19.761871,20.0137,19.595966,19.626881,19.573259,19.58477,19.927753,19.791954,19.773314,19.98119,19.560171,19.748158,19.783714,20.166449,19.986528,19.727734,20.026915,19.574633,20.745306,20.753242,21.023777,21.022602,21.071301,21.001015,20.780079,20.259485,20.463612,20.818874,21.096933,21.005198,21.008821,21.355783,22.154755,26.840849,26.249733,27.079025,27.47233,27.927853,27.819765,27.712605,27.219482,27.353498,27.540625,27.667353,27.74131,27.814793,29.106886,29.575226,19.089872,19.097744,19.321466,19.339361,19.389385,19.33584,19.048807,18.629974,18.817951,19.160233,19.380339,19.268816,19.230801,19.530249,20.722008,25.122705,25.121849,25.616259,25.755392,25.837122,25.726496,25.658026,25.168964,25.385551,25.72657,26.00865,25.950954,25.903738,26.693668,27.319801,21.081596,21.123489,21.473116,21.482037,21.547121,21.449148,21.138277,20.553194,20.723223,20.955931,21.195896,21.176062,21.422272,21.833611,22.207363,24.466497,24.467581,25.034294,25.195278,25.392405,25.235275,25.075239,24.417248,24.556229,24.758783,25.057198,25.09066,25.212986,26.626802,27.074341,26.233191,26.238827,26.835974,26.972858,27.061798,26.951431,26.873981,26.357645,26.571718,26.89465,27.182096,27.157618,27.14555,28.049227,28.631611,22.946449,22.948275,23.327988,23.409845,23.478746,23.389627,23.257751,22.759474,22.968628,23.319454,23.598137,23.51815,23.481472,24.081915,24.820179,25.051205,24.230173,24.953285,25.437496,26.037624,25.929262,25.842062,25.371021,25.529181,25.695593,25.782642,25.83868,25.92222,27.443388,27.903425,26.461622,26.462376,27.096701,27.228783,27.327209,27.217484,27.126482,26.59157,26.799448,27.108242,27.395449,27.387253,27.399525,28.349674,28.912512,24.100906,24.105585,24.555986,24.643818,24.718609,24.622156,24.506107,23.977163,24.189922,24.530451,24.824091,24.767155,24.752773,25.453175,26.086075,21.978437,22.015701,22.418386,22.45112,22.533487,22.42971,22.156471,21.557781,21.730122,21.965662,22.217211,22.206486,22.42054,22.988102,23.382742,25.713238,25.716957,26.262203,26.400366,26.4844,26.373911,26.302649,25.800167,26.016857,26.350353,26.636366,26.594667,26.563503,27.409454,28.01148,23.630041,23.637594,24.063845,24.123144,24.194565,24.100199,23.95862,23.401649,23.611782,23.946175,24.247337,24.193661,24.207289,24.85507,25.451981,25.872982,25.877552,26.454165,26.578785,26.667412,26.560135,26.471758,25.944611,26.157139,26.479794,26.770428,26.744164,26.739225,27.616247,28.197531,25.200153,25.204357,25.738766,25.840948,25.927168,25.82399,25.716269,25.171116,25.381563,25.704042,26.000307,25.969286,25.976885,26.796209,27.371214,26.281721,26.119894,26.831203,27.035997,27.264803,27.14604,27.016811,26.450583,26.615284,26.845274,27.086496,27.128893,27.215998,28.430786,28.922035,23.051937,23.063951,23.46109,23.491371,23.558947,23.463655,23.289343,22.704897,22.909185,23.229469,23.533634,23.484854,23.540085,24.118355,24.65897,17.790112,17.801012,17.942936,17.856016,17.88269,17.840363,17.587711,17.117376,17.29657,17.626484,17.863846,17.778976,17.820024,17.587902,18.309042,22.339565,22.335749,22.68137,22.779505,22.85063,22.761368,22.629484,22.169958,22.371538,22.720739,22.978682,22.884277,22.824535,23.392826,24.228746,22.464161,22.468801,22.824118,22.879402,22.942898,22.858793,22.703388,22.187368,22.396423,22.748487,23.032829,22.952293,22.931911,23.474504,24.205242,30.640629,30.533054,31.627712,31.869545,32.061237,31.929787,31.82905,31.344143,31.501717,31.723406,31.911367,32.017548,32.103348,33.512192,34.081402,24.535091,24.504435,25.080702,25.235416,25.429144,25.28574,25.119059,24.482037,24.630114,24.840506,25.123503,25.154575,25.281517,26.561087,27.009802,27.057873,27.065325,27.694448,27.863682,27.951975,27.829103,27.782192,27.295456,27.515999,27.840525,28.121189,28.096195,28.062668,29.014997,29.584383,24.633268,24.636051,25.153799,25.230467,25.324623,25.219126,25.071728,24.486267,24.685129,24.981215,25.279558,25.26195,25.323643,26.123886,26.636404,22.996262,23.000912,23.384857,23.450062,23.516972,23.428585,23.287413,22.764971,22.975634,23.324589,23.613457,23.540136,23.521883,24.114258,24.805906,24.608727,24.614319,25.10957,25.192486,25.274544,25.174072,25.050089,24.492466,24.701679,25.024818,25.324976,25.288443,25.305956,26.066008,26.635212,24.643723,24.648277,25.134048,25.234484,25.313299,25.213186,25.108379,24.580553,24.793894,25.130068,25.423573,25.374706,25.360842,26.115002,26.72991,24.437527,24.435246,24.888214,25.015934,25.09483,24.989237,24.908693,24.422068,24.636095,24.981386,25.260996,25.193087,25.142551,25.875099,26.535963,24.487392,24.487892,25.009863,25.086485,25.189173,25.080444,24.917131,24.320589,24.511906,24.790958,25.083944,25.075153,25.162788,25.982735,26.469296,26.959181,26.960278,27.55621,27.73823,27.826883,27.696096,27.66408,27.192019,27.416857,27.74629,28.025414,27.988703,27.937391,28.86924,29.425165,18.859215,18.869242,19.058601,18.995947,19.028654,18.973177,18.687754,18.1772,18.370539,18.715319,18.97587,18.884296,18.923344,18.99839,19.847054,24.232693,24.298759,24.836794,24.987421,25.169298,24.992458,24.834692,24.14168,24.270084,24.466597,24.79237,24.824928,24.94573,26.464611,26.907513,17.107321,17.118708,17.263216,17.204233,17.229713,17.192801,16.847679,16.440123,16.608208,16.921219,17.12719,17.035606,17.046637,16.954149,18.123182,25.314705,24.996107,25.677906,25.989235,26.354464,26.22406,26.108532,25.548298,25.695784,25.881882,26.086264,26.138481,26.231596,27.827148,28.294535,20.309181,20.309647,20.581209,20.654398,20.718979,20.64839,20.435774,20.024477,20.208124,20.54207,20.761469,20.654867,20.594591,21.029995,22.148903,19.822718,19.831293,20.070349,20.06616,20.111731,20.051447,19.793949,19.313177,19.511127,19.865076,20.121586,20.020603,20.01017,20.300394,21.265057,22.290071,22.344168,22.790848,22.865452,22.98885,22.86202,22.601479,21.978502,22.128443,22.33955,22.600832,22.611549,22.83354,23.639486,24.033096,19.64957,19.696177,19.980816,19.966925,20.016443,19.927046,19.546314,18.997198,19.1551,19.369375,19.584385,19.559662,19.878721,20.080532,20.413242,25.694069,24.964703,25.727175,26.177351,26.7253,26.614777,26.515259,26.028845,26.168636,26.340139,26.450956,26.517027,26.602032,28.052881,28.515871,26.309076,26.251537,26.928431,27.076492,27.229939,27.115564,26.989769,26.420139,26.603323,26.864813,27.135019,27.15884,27.229488,28.303915,28.813749,24.866444,24.863873,25.406004,25.491739,25.594795,25.486919,25.339315,24.751717,24.946903,25.233803,25.528391,25.519157,25.58876,26.435743,26.939713,20.218241,20.235807,20.483921,20.430105,20.47057,20.384695,20.09096,19.502695,19.686378,19.982744,20.261448,20.201395,20.36871,20.551495,21.003893,22.063065,22.136873,22.558928,22.630772,22.759331,22.607658,22.336973,21.671499,21.803011,22.008442,22.286623,22.296244,22.518517,23.352852,23.733234,23.476002,23.477369,23.884825,23.978685,24.050776,23.95705,23.840736,23.340349,23.551373,23.900061,24.181683,24.107683,24.070219,24.717989,25.422173,25.356375,25.360922,25.90078,26.012321,26.097593,25.99346,25.895582,25.362299,25.574673,25.901106,26.194769,26.161085,26.157288,26.985491,27.572348,23.954512,23.963865,24.431046,24.486347,24.569466,24.466822,24.303892,23.713123,23.912863,24.214024,24.515316,24.487204,24.555395,25.264523,25.773405,25.969002,25.951536,26.576904,26.696705,26.814547,26.70433,26.582844,26.014809,26.210228,26.495304,26.781452,26.786015,26.838297,27.805237,28.329319,19.012396,19.041908,19.269253,19.219828,19.256954,19.169352,18.772539,18.232735,18.387182,18.62023,18.854733,18.816225,19.124479,19.176409,19.511253,23.695038,23.703901,24.138905,24.192476,24.265884,24.169279,24.019772,23.448421,23.656019,23.981108,24.284693,24.238617,24.270853,24.927319,25.490284,23.237909,23.259735,23.74999,23.835279,23.964748,23.841681,23.617853,22.99548,23.156355,23.379633,23.649343,23.660978,23.839174,24.725655,25.144339,28.299547,28.040884,28.944807,29.21907,29.49571,29.37793,29.271873,28.762911,28.918451,29.136204,29.326944,29.403763,29.481203,30.806307,31.330191,28.033455,27.958733,28.781237,28.970676,29.136234,29.018541,28.917728,28.386267,28.567322,28.824127,29.07057,29.118832,29.177254,30.378544,30.919144,25.401094,25.287729,25.932209,26.113802,26.329596,26.203621,26.055847,25.460966,25.620701,25.842354,26.099524,26.13545,26.242249,27.469168,27.939762,29.306917,28.650513,29.765108,30.204893,30.692307,30.576178,30.463549,30.034067,30.144405,30.298325,30.376553,30.507912,30.618637,32.078934,32.597439,24.527468,24.754326,25.358301,25.654047,25.903961,25.7355,25.628096,25.00631,25.108854,25.267263,25.566616,25.622084,25.711399,28.322334,28.786682,21.157188,21.172777,21.462616,21.433409,21.481678,21.393909,21.150618,20.558151,20.753416,21.067616,21.362135,21.300545,21.410713,21.730085,22.237394,26.571482,26.276476,27.036283,27.305891,27.610188,27.493189,27.373783,26.831604,26.985683,27.19924,27.404268,27.459793,27.542856,28.831076,29.318901,25.022034,24.604086,25.287989,25.667332,26.109152,25.982037,25.88257,25.348248,25.493198,25.664364,25.839741,25.89616,25.98266,27.769253,28.231625,19.400444,19.413244,19.613609,19.530886,19.563725,19.491693,19.200472,18.621788,18.81201,19.131887,19.411093,19.338348,19.478642,19.53167,20.041315,20.537119,20.559189,20.833328,20.79409,20.839876,20.748329,20.451412,19.861965,20.041828,20.321411,20.597757,20.547827,20.735331,20.975817,21.397587,24.852934,24.855759,25.346956,25.464796,25.544456,25.440933,25.352009,24.843122,25.057955,25.397284,25.685131,25.632095,25.601892,26.372763,27.001055,24.759489,24.715029,25.301062,25.434628,25.603287,25.478718,25.309093,24.698738,24.863529,25.093855,25.365997,25.38949,25.512211,26.596773,27.054638,27.802181,27.810194,28.542133,28.704935,28.804544,28.686607,28.61772,28.108425,28.317781,28.620716,28.896364,28.904783,28.91057,29.962605,30.528929,23.568439,23.61537,24.115185,24.223709,24.378107,24.219015,24.019527,23.342457,23.481134,23.68874,23.993668,24.014933,24.170435,25.329636,25.751551,26.944664,26.952888,27.587101,27.747107,27.836126,27.717701,27.660843,27.164227,27.38199,27.704298,27.986343,27.965338,27.941311,28.893045,29.467957,23.83469,23.845163,24.31488,24.36832,24.455647,24.350451,24.173349,23.57415,23.768238,24.055614,24.352552,24.331356,24.422621,25.138275,25.622622,27.708382,27.334627,28.207258,28.5222,28.862383,28.748268,28.640541,28.135008,28.282562,28.488527,28.658506,28.734156,28.811905,30.131208,30.634708,27.417444,27.402655,28.134928,28.288979,28.407873,28.293671,28.201666,27.667576,27.866062,28.153158,28.426416,28.44561,28.478302,29.550341,30.101799,21.724068,21.736975,22.053164,22.0443,22.097424,22.010258,21.799078,21.215078,21.417341,21.745573,22.045723,21.980989,22.050041,22.453173,23.011583,27.734901,26.23262,27.360199,28.0259,28.899225,28.75087,28.609812,28.261948,28.311558,28.377195,28.336828,28.471344,28.604233,29.96409,30.443729,23.273977,23.288067,23.710835,23.745224,23.819746,23.719187,23.534985,22.938276,23.136347,23.437012,23.73797,23.702982,23.787004,24.407845,24.904715,22.848215,22.856087,23.233019,23.274338,23.338444,23.249693,23.091116,22.538527,22.748306,23.090654,23.38938,23.323292,23.334059,23.89477,24.526224,18.803942,18.82312,19.014174,18.935287,18.96423,18.888208,18.51635,17.959139,18.122084,18.39728,18.639288,18.578529,18.825588,18.799604,19.192724,23.791306,23.794659,24.223122,24.312763,24.385693,24.290878,24.174587,23.658558,23.870981,24.216377,24.505028,24.439518,24.413891,25.086306,25.752001,25.217667,25.179396,25.779909,25.901407,26.047329,25.931162,25.776506,25.181562,25.359808,25.612396,25.889421,25.905306,26.003574,27.008961,27.488447,25.01236,24.927942,25.543941,25.718069,25.929564,25.796644,25.641279,25.029793,25.18432,25.399452,25.665657,25.700212,25.816156,27.080156,27.540936,22.24995,22.289783,22.726217,22.782925,22.885866,22.777512,22.512999,21.911259,22.07699,22.300375,22.549995,22.552164,22.771395,23.459541,23.855247,22.517632,22.51671,22.873281,22.962496,23.03187,22.943981,22.808897,22.333925,22.53883,22.889629,23.155743,23.06654,23.016253,23.591202,24.394236,19.235035,19.244793,19.439007,19.363003,19.395664,19.332798,19.062389,18.511547,18.708044,19.050703,19.327194,19.242161,19.315416,19.376961,20.047852,21.541853,21.549898,21.855686,21.866035,21.919477,21.841198,21.645746,21.104332,21.311424,21.662727,21.952698,21.87034,21.881323,22.299917,23.006559,26.856489,26.862265,27.514309,27.660183,27.754652,27.64167,27.566086,27.04863,27.26037,27.573919,27.857824,27.848,27.846048,28.813297,29.38471,26.046982,25.297468,26.07873,26.527344,27.067114,26.962078,26.85552,26.368311,26.493767,26.668409,26.767012,26.836411,26.906055,28.179007,28.619753,21.390274,21.385988,21.69216,21.784054,21.853556,21.770943,21.610527,21.176643,21.368885,21.712362,21.951597,21.847912,21.782616,22.289093,23.248114,25.778048,25.646719,26.317636,26.50544,26.722818,26.601107,26.461155,25.878904,26.042315,26.269762,26.521217,26.558657,26.656115,27.861704,28.341885,25.739241,25.740396,26.321432,26.434114,26.528425,26.422197,26.317343,25.769226,25.976833,26.288998,26.582397,26.56485,26.582241,27.46674,28.026148,27.160511,27.011951,27.785954,27.994133,28.207727,28.091047,27.975861,27.429556,27.599632,27.839094,28.07588,28.124058,28.197529,29.412563,29.926241,25.216599,25.219107,25.730433,25.859758,25.941357,25.834116,25.755747,25.252909,25.468819,25.806568,26.0928,26.042898,26.00886,26.810848,27.429422,24.72114,24.724882,25.211758,25.320536,25.399502,25.298103,25.200884,24.683086,24.897205,25.235521,25.526052,25.474508,25.451767,26.211874,26.836374,23.360357,23.450668,23.921305,24.019182,24.164234,23.979862,23.783382,23.062567,23.189028,23.390257,23.724714,23.745195,23.897617,25.129961,25.545248,18.844063,18.866026,19.071472,19.006203,19.037647,18.951912,18.556187,18.007446,18.16275,18.41242,18.643795,18.594143,18.884605,18.88674,19.237326,18.349838,18.362524,18.554672,18.522999,18.558882,18.511545,18.180323,17.734707,17.920067,18.254812,18.488474,18.391129,18.395197,18.547312,19.704554,22.092485,22.09626,22.433651,22.489676,22.552185,22.471077,22.308001,21.807451,22.014282,22.367962,22.643951,22.556778,22.527777,23.044962,23.829227,25.168238,25.172821,25.694563,25.806831,25.889439,25.785957,25.69063,25.164759,25.378386,25.709993,26.002474,25.961859,25.94911,26.754534,27.355169,25.499771,25.301277,25.972881,26.212267,26.493435,26.363235,26.230005,25.646881,25.797745,26.001661,26.238428,26.284721,26.385889,27.793278,28.264318,23.44422,23.4687,23.970949,24.070852,24.215971,24.079199,23.866547,23.225191,23.376698,23.592543,23.873734,23.891073,24.059975,25.066378,25.487553,23.740744,23.750681,24.194853,24.245184,24.321526,24.222382,24.064177,23.481266,23.685371,23.99967,24.303398,24.264936,24.316133,24.984402,25.517782,23.367407,23.583654,24.041916,24.181263,24.32469,24.088831,23.931458,23.155519,23.245953,23.416958,23.818073,23.844908,23.973103,25.69845,26.130428,21.076754,21.138319,21.539026,21.59161,21.689804,21.597576,21.283499,20.718357,20.879606,21.087141,21.305069,21.310516,21.59724,22.163752,22.530855,18.808235,18.815065,19.042912,19.090969,19.148287,19.093479,18.797749,18.423916,18.595631,18.910555,19.099072,18.991829,18.939476,19.280895,20.650955,21.628048,21.628414,21.946951,22.021738,22.087234,22.007502,21.84108,21.381126,21.580406,21.929682,22.183399,22.086218,22.035366,22.542709,23.44224,15.668819,15.688193,15.829658,15.810369,15.839274,15.814515,15.306588,15.002432,15.148479,15.411195,15.574738,15.49136,15.486332,15.570268,17.454172,24.965145,25.002012,25.64452,25.947685,26.239922,26.083244,25.97484,25.372511,25.48638,25.653057,25.922718,25.981133,26.069963,28.366617,28.836988,23.761557,23.769323,24.266943,24.338247,24.448435,24.335461,24.135002,23.524914,23.703098,23.954544,24.233953,24.233355,24.371479,25.179092,25.624199,24.936783,24.941658,25.452164,25.552839,25.634956,25.53334,25.42725,24.88978,25.102016,25.431601,25.727234,25.687489,25.684692,26.471329,27.063993,22.117769,22.246477,22.62112,22.666395,22.7768,22.554838,22.31716,21.53158,21.638224,21.83115,22.193287,22.202417,22.394154,23.388485,23.762371,20.771412,20.780605,21.048019,21.030668,21.076958,21.003672,20.778959,20.233118,20.43725,20.787458,21.074318,20.988901,21.017307,21.334274,22.049797,27.40453,27.412504,28.05718,28.236767,28.325571,28.197525,28.159266,27.680204,27.903154,28.22632,28.505283,28.482296,28.444651,29.419394,29.978207,22.444891,22.456701,22.813597,22.828386,22.888678,22.798258,22.612387,22.032658,22.237839,22.567139,22.870081,22.810415,22.861225,23.361176,23.926916,25.978285,25.551601,26.293245,26.626184,27.018574,26.899405,26.784878,26.252466,26.398825,26.590555,26.768288,26.82761,26.916607,28.342896,28.817524,22.618433,22.635147,23.015425,23.029972,23.095819,22.998182,22.794399,22.196041,22.392984,22.695553,22.995354,22.95265,23.048742,23.578121,24.069529,19.644268,19.655106,19.865313,19.793734,19.828529,19.758512,19.48934,18.919027,19.115267,19.450432,19.733866,19.654337,19.749462,19.856871,20.452347,20.690845,20.697111,20.97089,20.990749,21.04327,20.974991,20.757408,20.268143,20.470104,20.826384,21.090687,20.992231,20.97155,21.352396,22.243702,26.685793,26.531195,27.269648,27.47423,27.694035,27.576874,27.454489,26.897549,27.065592,27.301479,27.541483,27.585638,27.665232,28.871031,29.373211,29.827032,29.053982,30.259871,30.729692,31.264,31.130188,31.005039,30.600576,30.690416,30.820486,30.856733,31.004557,31.133673,32.636169,33.165375,20.069281,20.082886,20.315413,20.25363,20.291569,20.212652,19.936901,19.352255,19.543814,19.862234,20.147017,20.076632,20.204174,20.363979,20.879751,23.979694,24.117723,24.624359,24.767754,24.933462,24.730923,24.57872,23.845219,23.960037,24.148592,24.507504,24.539089,24.656849,26.302668,26.742235,27.14621,27.076164,27.821596,27.991892,28.153246,28.037962,27.92688,27.376593,27.5595,27.820103,28.079353,28.114075,28.17544,29.313416,29.839762,21.46731,21.4972,21.840328,21.837126,21.898502,21.799198,21.521194,20.924582,21.102777,21.362484,21.633307,21.601778,21.79508,22.20512,22.612,24.049944,24.049412,24.48505,24.598675,24.674864,24.574612,24.479242,23.986305,24.198963,24.545578,24.826237,24.756233,24.711428,25.411209,26.090719,17.393974,17.404299,17.593397,17.623756,17.675406,17.63246,17.253042,16.925695,17.087107,17.378235,17.532608,17.424967,17.375189,17.638557,19.272863,30.709297,30.418556,31.586672,31.899292,32.192261,32.059048,31.944817,31.483891,31.613775,31.798784,31.929125,32.060135,32.167828,33.654091,34.211327,18.484039,18.490049,18.711912,18.77244,18.832781,18.778248,18.474243,18.125889,18.286757,18.587173,18.758167,18.653053,18.595837,18.940178,20.416389,27.517326,27.528429,28.200029,28.37232,28.462194,28.338646,28.29052,27.801775,28.021095,28.339556,28.618561,28.604816,28.580194,29.574661,30.140268,26.508017,26.513811,27.110802,27.266399,27.353462,27.236444,27.178747,26.683546,26.901962,27.229681,27.512938,27.482126,27.451145,28.362772,28.945095,22.230179,22.245462,22.595987,22.599218,22.658695,22.565365,22.358662,21.765245,21.964857,22.278988,22.580141,22.527447,22.61248,23.082693,23.597599,24.555994,24.547235,25.090797,25.180698,25.300188,25.187105,25.016125,24.413914,24.596689,24.857668,25.142351,25.145266,25.251978,26.13777,26.608154,25.516148,25.520403,26.058786,26.186775,26.270355,26.163063,26.082146,25.570333,25.785698,26.118401,26.406902,26.366192,26.342487,27.17506,27.778214,20.942041,20.954,21.227407,21.196312,21.241989,21.161079,20.928202,20.349543,20.550293,20.883877,21.178802,21.105688,21.179764,21.479364,22.062908,25.752756,25.755978,26.331112,26.447716,26.53849,26.43236,26.334574,25.795837,26.00605,26.324209,26.616936,26.594284,26.60063,27.475618,28.046848,26.560469,26.562819,27.144407,27.312889,27.399939,27.276445,27.232754,26.751581,26.973227,27.304317,27.58519,27.546896,27.501469,28.407173,28.981329,25.192856,25.13324,25.745689,25.885754,26.055367,25.934832,25.777683,25.179062,25.348942,25.58716,25.857033,25.881121,25.988958,27.070234,27.541403,26.36161,26.360062,26.991484,27.119814,27.220556,27.111338,27.014877,26.473625,26.679758,26.985525,27.273382,27.266903,27.285494,28.23473,28.792078,26.486137,26.476484,27.129337,27.260256,27.370544,27.260273,27.15719,26.608154,26.80938,27.104729,27.389507,27.392519,27.424665,28.40848,28.953995,23.92387,23.922724,24.446119,24.539394,24.671951,24.552284,24.353758,23.738188,23.907156,24.142807,24.417431,24.428467,24.575186,25.492401,25.932148,27.941723,27.935122,28.704044,28.867573,28.982107,28.865351,28.782932,28.26145,28.461819,28.750038,29.019375,29.043068,29.070007,30.170319,30.729391,26.271393,26.274412,26.844671,27.00297,27.088961,26.970367,26.917509,26.429314,26.648987,26.981039,27.263439,27.224064,27.183311,28.06949,28.655191,23.015219,23.038361,23.502897,23.564732,23.670736,23.55838,23.326355,22.715479,22.887074,23.124174,23.390854,23.391031,23.56781,24.3176,24.736666,18.739353,18.755432,18.932032,18.836401,18.866468,18.79949,18.474392,17.907145,18.09119,18.394844,18.662189,18.596344,18.791542,18.741476,19.181383,25.616112,25.20437,25.918867,26.253323,26.64987,26.527166,26.414593,25.876236,26.026016,26.213638,26.39488,26.450502,26.541613,28.048384,28.520212,24.332512,24.339212,24.819399,24.890516,24.97164,24.871456,24.734943,24.165726,24.372772,24.691528,24.993677,24.957939,24.989138,25.723297,26.27663,27.153952,27.162174,27.83046,27.985205,28.078592,27.962757,27.895456,27.386919,27.600372,27.914425,28.196014,28.187429,28.180035,29.165068,29.736652,24.140104,24.142109,24.588358,24.693043,24.768661,24.67013,24.567856,24.061302,24.274532,24.619198,24.905167,24.841089,24.807484,25.513786,26.175533,23.554434,23.559174,23.975637,24.051584,24.122341,24.029751,23.901676,23.374258,23.586176,23.931021,24.223265,24.158194,24.142494,24.788715,25.446173,21.610992,21.617422,21.928936,21.955084,22.011158,21.93391,21.746655,21.225206,21.432249,21.786808,22.0697,21.982922,21.974657,22.421671,23.1805,20.194468,20.197586,20.464947,20.523733,20.584652,20.517765,20.291883,19.870514,20.057512,20.395193,20.619503,20.513716,20.460968,20.87538,21.984962,22.222197,22.230606,22.571756,22.595297,22.653828,22.569397,22.392435,21.83968,22.048208,22.393909,22.690592,22.61751,22.632921,23.121531,23.773106,22.089212,22.256636,22.591345,22.624079,22.725393,22.442949,22.235838,21.355963,21.445942,21.632223,22.056074,22.071552,22.244825,23.340103,23.715723,26.155445,26.160843,26.740902,26.884354,26.97077,26.858389,26.789787,26.285137,26.501667,26.83005,27.115803,27.083422,27.058418,27.945517,28.535015,25.189873,25.192762,25.73386,25.830664,25.920511,25.816677,25.700064,25.142586,25.349979,25.664597,25.962107,25.937513,25.959959,26.78932,27.345707,27.642927,26.889212,27.837175,28.305248,28.84729,28.748325,28.64546,28.197155,28.317196,28.481636,28.570425,28.672289,28.757692,30.101418,30.577526,25.837223,25.608141,26.306423,26.551231,26.83629,26.71191,26.581808,26.012455,26.165916,26.374817,26.602068,26.650381,26.746603,28.092966,28.569994,26.166227,25.916666,26.639763,26.889463,27.176085,27.055712,26.929531,26.371246,26.526314,26.739626,26.959658,27.009979,27.100174,28.403049,28.885605,25.522549,25.517336,26.09827,26.202162,26.305756,26.198322,26.074507,25.505291,25.705654,26.002298,26.295626,26.287397,26.331964,27.227415,27.757629,22.915211,22.924797,23.307697,23.342098,23.40679,23.315695,23.150761,22.583111,22.791296,23.125967,23.428448,23.368979,23.397713,23.960012,24.551329,26.601074,26.607994,27.226992,27.374775,27.464199,27.350433,27.282215,26.774504,26.989883,27.31189,27.59659,27.575016,27.558458,28.489399,29.068954,21.731901,21.737112,22.056118,22.095251,22.153875,22.076029,21.896883,21.388275,21.59487,21.949772,22.227777,22.139219,22.119457,22.592316,23.377621,16.049812,16.066656,16.207176,16.173714,16.200594,16.172335,15.709512,15.373709,15.526052,15.803579,15.97754,15.891338,15.891037,15.916849,17.594526,26.998976,26.727694,27.516741,27.779041,28.065689,27.949594,27.834167,27.298672,27.455793,27.675034,27.881298,27.939293,28.018068,29.292233,29.790712,25.783323,25.780636,26.373352,26.485025,26.585163,26.47802,26.366379,25.80941,26.013453,26.317329,26.609921,26.599279,26.629242,27.53388,28.079704,23.466757,23.462828,23.861532,23.975645,24.05089,23.95224,23.852108,23.375549,23.58465,23.933867,24.205681,24.123875,24.067663,24.721405,25.449648,28.187563,28.190491,28.968992,29.136629,29.244247,29.125576,29.051399,28.53916,28.743071,29.035555,29.304991,29.327175,29.346226,30.448164,31.011906,26.560009,26.563499,27.19853,27.33543,27.430882,27.320255,27.236235,26.709562,26.919722,27.23243,27.518822,27.50774,27.511713,28.460423,29.029512,26.304369,26.289482,26.935123,27.062458,27.177706,27.06741,26.956337,26.398745,26.596899,26.886684,27.171442,27.17655,27.218294,28.201801,28.737612,27.504225,27.267708,28.092621,28.345943,28.610794,28.494341,28.38327,27.85463,28.014914,28.239397,28.448229,28.509989,28.585657,29.862207,30.373846,23.239819,23.246063,23.645224,23.704845,23.772692,23.682131,23.539938,22.999874,23.210953,23.554827,23.850687,23.785448,23.781916,24.391197,25.03686,24.45269,24.458496,24.954338,25.025829,25.112068,25.009449,24.866711,24.288012,24.49139,24.799507,25.100842,25.073563,25.120562,25.880461,26.411242,26.218977,26.13262,26.816307,26.979233,27.155752,27.039375,26.908636,26.335964,26.51198,26.760906,27.022799,27.053221,27.133942,28.253014,28.752693,19.425846,19.462643,19.721436,19.689468,19.734213,19.644981,19.261179,18.713884,18.869719,19.093943,19.327625,19.295263,19.604212,19.73959,20.07567,21.478867,21.481377,21.793116,21.853268,21.915476,21.838802,21.660627,21.189217,21.390337,21.742146,22.000961,21.904638,21.862558,22.34585,23.233496,24.519995,24.638069,25.205833,25.410242,25.618324,25.434916,25.304373,24.622797,24.738159,24.918833,25.247421,25.28998,25.391483,27.326784,27.783863,18.331137,18.341187,18.512163,18.442381,18.472069,18.422491,18.127895,17.638494,17.826553,18.166899,18.415314,18.32332,18.358028,18.354633,19.247086,24.296375,24.275908,24.832895,24.958336,25.123339,24.992491,24.809544,24.184608,24.342974,24.565166,24.841984,24.864744,25.003185,26.094534,26.538738,18.800022,18.809694,19.021955,19.025835,19.071243,19.021204,18.715439,18.29335,18.480734,18.823854,19.046984,18.936985,18.907894,19.167416,20.373005,21.679914,21.690125,22.001728,22.000877,22.053816,21.971083,21.770746,21.204575,21.410444,21.752163,22.049839,21.976372,22.014894,22.426229,23.051792,16.123493,16.135712,16.297173,16.322605,16.37026,16.334381,15.872366,15.600013,15.745839,15.999661,16.115698,16.015541,15.966503,16.185436,18.129822,25.672848,25.628988,26.257502,26.387239,26.532915,26.418352,26.27763,25.693386,25.875509,26.135202,26.411716,26.428846,26.511812,27.5354,28.030056,25.93532,25.937485,26.486843,26.638029,26.722826,26.607225,26.548674,26.057886,26.276527,26.610971,26.894115,26.850229,26.809265,27.668417,28.264423,22.937006,23.130287,23.5282,23.610437,23.732931,23.46191,23.292465,22.443287,22.535099,22.718935,23.143085,23.164597,23.303144,24.735903,25.145954,25.124271,24.966715,25.634878,25.960629,26.309271,26.166096,26.058733,25.482643,25.609644,25.781281,26.016413,26.075258,26.165867,28.192142,28.662798,16.388597,16.402113,16.57682,16.62026,16.67243,16.636591,16.200932,15.927397,16.059006,16.305517,16.419777,16.329395,16.284115,16.53722,18.499264,22.628281,22.648945,23.04435,23.063307,23.134626,23.032875,22.81283,22.208668,22.39827,22.68029,22.971611,22.940245,23.068653,23.622097,24.077383,16.506512,16.523678,16.682762,16.672138,16.705803,16.675602,16.221956,15.889433,16.047987,16.34021,16.517347,16.420727,16.402813,16.545847,18.255972,22.047895,22.06876,22.422804,22.422667,22.484201,22.386473,22.152721,21.551279,21.741774,22.031458,22.323738,22.282322,22.413374,22.872149,23.331125,24.345678,23.4491,24.131567,24.649239,25.29624,25.192102,25.117331,24.662659,24.834356,24.991175,25.04953,25.099489,25.169851,26.754639,27.19101,29.218582,29.033714,30.008144,30.263786,30.498833,30.376236,30.273491,29.773069,29.931435,30.153721,30.347931,30.434486,30.513378,31.867294,32.411907,19.850618,19.856085,20.107422,20.14422,20.199627,20.138041,19.890532,19.459238,19.649639,19.993202,20.222263,20.114456,20.071035,20.437466,21.543579,24.805544,24.813986,25.413877,25.62907,25.864719,25.700485,25.567894,24.918539,25.046576,25.234396,25.531412,25.575689,25.67836,27.443499,27.903894,31.532564,31.35714,32.57819,32.85358,33.08316,32.943363,32.82935,32.365585,32.500977,32.694767,32.838131,32.975101,33.084419,34.583698,35.157944,20.154867,20.165745,20.400286,20.347242,20.386295,20.312763,20.058914,19.489025,19.687902,20.025925,20.313622,20.233994,20.311657,20.505297,21.122517,25.015896,24.924154,25.550879,25.780594,26.043428,25.894436,25.761227,25.141327,25.27953,25.472252,25.740564,25.785755,25.889099,27.510824,27.97373,27.595829,27.478289,28.279152,28.479963,28.673243,28.55629,28.447462,27.908442,28.082907,28.329432,28.569445,28.618881,28.686121,29.89868,30.425074,26.99398,26.989063,27.675137,27.818401,27.926065,27.813854,27.72344,27.188955,27.392658,27.690752,27.971653,27.977629,27.999893,29.014097,29.570152,18.647242,18.658642,18.825367,18.722185,18.751884,18.69239,18.411318,17.852884,18.045393,18.376287,18.651737,18.575058,18.698736,18.610409,19.138861,29.154028,28.695259,29.738638,30.104733,30.490505,30.373329,30.265289,29.801945,29.932175,30.1138,30.239235,30.35116,30.446615,31.868635,32.392334,25.167568,25.168205,25.669819,25.805269,25.886845,25.777613,25.705404,25.211178,25.427588,25.767435,26.051115,25.996519,25.954294,26.74947,27.373142,23.209072,23.34758,23.787374,23.875183,24.008738,23.790411,23.605753,22.830526,22.943577,23.13776,23.511667,23.532387,23.676941,25.006317,25.418753,22.497746,22.504038,22.860634,22.904476,22.966629,22.881804,22.720951,22.187241,22.396915,22.746523,23.037937,22.962141,22.956341,23.489824,24.179279,20.673388,20.687546,20.950054,20.906572,20.949896,20.86661,20.61162,20.023434,20.21826,20.53771,20.829035,20.761532,20.872728,21.123222,21.645767,25.63192,25.610119,26.218884,26.333344,26.456913,26.345665,26.211149,25.631577,25.822292,26.098454,26.383856,26.39027,26.458195,27.41873,27.926497,18.526289,18.538271,18.740107,18.725224,18.764942,18.717176,18.391932,17.959259,18.145327,18.483831,18.71312,18.610411,18.598803,18.805538,20.005049,16.729275,16.743687,16.911053,16.923252,16.972219,16.938034,16.516247,16.20225,16.368856,16.662508,16.807816,16.695942,16.653728,16.860552,18.571177,17.811073,17.822229,18.01202,18.02351,18.071159,18.028933,17.672068,17.305765,17.482342,17.804674,17.989527,17.874954,17.834225,18.072134,19.519848,20.663788,20.667692,20.947418,20.994631,21.053137,20.984039,20.772949,20.319023,20.515154,20.864317,21.109789,21.007084,20.964643,21.386408,22.37394,25.748068,25.750393,26.290512,26.435759,26.519789,26.406643,26.342707,25.848356,26.066143,26.401379,26.685404,26.640194,26.601366,27.446335,28.04863,24.985224,24.987604,25.520308,25.608507,25.700144,25.59598,25.467707,24.898197,25.10251,25.410448,25.709158,25.687462,25.724644,26.543566,27.083052,27.002729,26.966223,27.682123,27.834171,27.969933,27.856339,27.74954,27.199585,27.390816,27.666096,27.937263,27.960443,28.010214,29.089752,29.624283,25.794088,25.709509,26.365498,26.523409,26.70336,26.585171,26.44413,25.860645,26.033054,26.275656,26.539291,26.56818,26.660126,27.775419,28.262333,23.881477,23.889862,24.379436,24.44232,24.541468,24.432064,24.243814,23.638397,23.824453,24.092691,24.380991,24.371626,24.487204,25.254194,25.716343,17.120085,17.134272,17.304564,17.302879,17.342253,17.307325,16.901968,16.551495,16.718878,17.03248,17.214104,17.104988,17.073864,17.258165,18.833019,23.968336,24.203764,24.728352,24.929426,25.109531,24.904274,24.77035,24.059961,24.156498,24.323097,24.686485,24.724747,24.833052,26.938948,27.389431,19.673727,19.683441,19.910168,19.880859,19.921396,19.860235,19.595682,19.087856,19.286232,19.637314,19.903673,19.809082,19.824972,20.050406,20.929335,22.83209,22.84667,23.235601,23.256786,23.323656,23.226843,23.03652,22.442791,22.643034,22.953203,23.25565,23.210775,23.28904,23.842649,24.353846,27.810848,27.82338,28.510349,28.690241,28.780052,28.652832,28.610798,28.128061,28.34911,28.666348,28.943848,28.932371,28.905249,29.918554,30.478067,23.268785,23.285612,23.727781,23.768261,23.852188,23.746525,23.542934,22.937334,23.125731,23.401043,23.691357,23.670815,23.792725,24.452665,24.91032,26.766195,26.674849,27.399555,27.573393,27.750526,27.634796,27.515152,26.955967,27.133879,27.386129,27.642864,27.678133,27.749189,28.893211,29.406456,24.515566,24.497902,25.052826,25.155729,25.29184,25.174404,24.997288,24.389967,24.564684,24.810621,25.088684,25.100193,25.221519,26.169386,26.628458,27.259062,27.230303,27.961296,28.116022,28.246063,28.132072,28.031836,27.48937,27.683044,27.96216,28.232922,28.256363,28.299686,29.384798,29.927073,25.126032,25.00111,25.636282,25.854385,26.111145,25.97122,25.831686,25.223127,25.369169,25.570124,25.828617,25.871403,25.978271,27.441736,27.905397,21.580139,21.598747,21.918442,21.902529,21.956635,21.863428,21.622917,21.025089,21.217617,21.518459,21.812353,21.760876,21.884974,22.267859,22.743605,25.091019,25.074823,25.648983,25.750196,25.871571,25.759705,25.608166,25.016293,25.203638,25.473557,25.760107,25.763969,25.849077,26.770519,27.260595,29.080105,28.994736,29.919439,30.131405,30.306374,30.184204,30.088022,29.576258,29.750645,29.996298,30.222591,30.291718,30.356415,31.640808,32.193768,26.219582,25.753288,26.515278,26.858627,27.261604,27.146328,27.032206,26.508396,26.650928,26.84403,27.01045,27.072628,27.15596,28.511944,28.98329,22.994896,23.016628,23.459766,23.503822,23.593683,23.485598,23.260328,22.651974,22.832136,23.087635,23.364679,23.352701,23.508572,24.178175,24.609674,18.84293,18.852402,19.033308,18.954681,18.985527,18.928534,18.65374,18.123215,18.317434,18.661814,18.929102,18.841055,18.90028,18.914547,19.646955,26.534582,26.493029,27.176765,27.320854,27.460575,27.347425,27.230114,26.668118,26.856836,27.128202,27.402098,27.422348,27.481279,28.538738,29.060934,24.440243,24.445511,24.921019,25.010641,25.088451,24.989872,24.875345,24.337259,24.549604,24.884226,25.180647,25.132456,25.127626,25.862736,26.469421,20.346214,20.351938,20.615894,20.643415,20.697062,20.631912,20.403191,19.93903,20.136843,20.489918,20.739908,20.636303,20.604044,20.979111,21.959133,18.654263,18.661926,18.880465,18.914049,18.967903,18.915951,18.609144,18.227556,18.404779,18.727356,18.921047,18.810181,18.761702,19.073433,20.420332,18.732857,18.743919,18.937885,18.890673,18.925186,18.872623,18.570908,18.086643,18.277546,18.61981,18.870281,18.775745,18.79707,18.918243,19.897066,28.060652,27.882256,28.742723,28.978621,29.20911,29.091084,28.984592,28.460966,28.626305,28.858627,29.074961,29.13945,29.211777,30.490488,31.017891,27.246874,27.246775,27.946297,28.095778,28.200012,28.086334,28.003733,27.478331,27.684277,27.985149,28.264551,28.270464,28.285751,29.309669,29.871277,28.368883,28.336126,29.166025,29.34495,29.482128,29.363543,29.273266,28.750587,28.94029,29.210224,29.464962,29.507921,29.553408,30.730801,31.284521,20.479565,20.489685,20.741112,20.705561,20.748169,20.67474,20.436129,19.877008,20.07896,20.423813,20.712141,20.629559,20.681005,20.939375,21.608288,24.614103,24.614803,25.085148,25.206663,25.285378,25.181475,25.095673,24.597578,24.812201,25.155151,25.439161,25.378277,25.337915,26.086226,26.732834,21.303596,21.30781,21.610073,21.654467,21.71316,21.639,21.449369,20.965427,21.168192,21.522587,21.78697,21.691166,21.658861,22.112036,22.981716,22.450335,22.452055,22.806953,22.881809,22.94841,22.86326,22.717794,22.228022,22.434702,22.786814,23.059467,22.973125,22.933704,23.493414,24.27742,28.469923,28.055832,29.014126,29.355419,29.71739,29.602531,29.496647,29.012968,29.152987,29.348137,29.496412,29.589846,29.674261,31.044178,31.558519,22.90852,22.911818,23.290398,23.362816,23.430252,23.342255,23.204044,22.694754,22.904608,23.255238,23.538477,23.460833,23.43259,24.023506,24.744678,27.722132,27.733879,28.44253,28.609129,28.702991,28.582897,28.523632,28.023859,28.238106,28.548521,28.826067,28.825087,28.817188,29.84478,30.412531,23.355831,23.355093,23.75316,23.854223,23.927034,23.832455,23.720036,23.232122,23.441814,23.791344,24.067327,23.988371,23.94178,24.583115,25.309927,21.876095,21.973228,22.364801,22.425558,22.55146,22.367979,22.094103,21.372572,21.486113,21.68638,21.993668,21.999989,22.216179,23.079828,23.447693,19.568142,19.627939,19.934309,19.941818,19.995497,19.913837,19.523041,18.986034,19.147854,19.349777,19.529827,19.514875,19.862127,20.109554,20.432213,20.412773,20.472185,20.831928,20.861914,20.937721,20.853746,20.506691,19.954582,20.120152,20.328968,20.528168,20.522799,20.836159,21.248154,21.595644,26.814667,26.816885,27.410139,27.585981,27.673897,27.546646,27.509109,27.032457,27.255701,27.585476,27.865387,27.828976,27.781237,28.704708,29.269085,24.056826,24.063068,24.515362,24.590508,24.665506,24.569101,24.441801,23.894175,24.10549,24.440081,24.739094,24.688383,24.692135,25.38743,25.989967,25.584635,25.589357,26.137594,26.262075,26.346848,26.240232,26.155037,25.63624,25.85066,26.180315,26.470329,26.434174,26.41781,27.260427,27.85626,27.786179,27.242651,28.158306,28.544083,28.974771,28.865599,28.760401,28.28154,28.415281,28.60132,28.728764,28.817894,28.898344,30.238747,30.730331,20.944307,20.971035,21.276831,21.254646,21.307354,21.211729,20.920027,20.328352,20.506384,20.77363,21.047211,21.006706,21.20278,21.518341,21.926582,19.676033,19.685825,19.903816,19.852262,19.889484,19.824711,19.562817,19.023087,19.221945,19.569201,19.845984,19.757675,19.80471,19.971212,20.718412,25.558901,24.677057,25.439945,25.94038,26.555025,26.451496,26.349138,25.874222,25.994947,26.157434,26.233585,26.303505,26.374777,27.689877,28.119299,22.2798,22.3074,22.700752,22.720846,22.794971,22.691362,22.442993,21.83885,22.019642,22.279243,22.554356,22.531733,22.70244,23.24441,23.665575,28.00717,28.021828,28.739178,28.915604,29.007259,28.88254,28.833439,28.344269,28.561913,28.873812,29.149954,29.147926,29.132103,30.170874,30.734219,27.539351,27.543606,28.260241,28.4168,28.518471,28.402708,28.327566,27.810938,28.018723,28.320967,28.598356,28.605452,28.61532,29.653849,30.218771,46.045448,46.565475,49.440151,49.770714,49.622147,49.347,49.018047,48.601681,48.595699,48.656479,48.600697,49.17054,49.515491,51.883007,52.681854,37.292377,37.877346,39.963604,40.205715,40.178688,40.03838,39.848331,39.481514,39.28825,39.353638,39.375202,39.752193,39.998405,42.107216,43.297421,32.756588,33.363831,35.033276,35.267391,35.253899,35.153027,35.011276,34.651962,34.414165,34.480511,34.556087,34.83276,35.033588,37.179573,38.234837,35.752701,36.589188,38.430038,38.755009,38.77689,38.632992,38.441326,38.018055,38.093342,38.187969,38.264954,38.566299,38.763428,41.962517,42.780987,30.744951,31.734484,33.103035,33.430817,33.468124,33.372696,33.232056,32.81139,32.88538,32.973217,33.119682,33.28484,33.400864,36.87112,37.681347,37.586277,38.236687,40.295815,40.551319,40.5313,40.389862,40.19952,39.806755,39.737637,39.817043,39.882915,40.234673,40.468876,42.852352,43.944225,34.414219,35.273899,36.986343,37.300217,37.324089,37.198753,37.026104,36.604954,36.668133,36.761963,36.868801,37.132626,37.308002,40.475361,41.335045,36.89616,37.668983,39.62743,39.959419,39.980942,39.818153,39.607853,39.184639,39.266304,39.360401,39.401836,39.735882,39.953823,43.054577,43.826756,40.310982,40.861553,43.171558,43.489029,43.45932,43.236198,42.967579,42.551586,42.610474,42.69442,42.630859,43.060867,43.331585,45.851597,46.555843,31.474667,32.606606,34.059555,34.473034,34.535744,34.406761,34.22699,33.813816,33.906075,33.984974,34.057312,34.296745,34.456608,38.814293,39.451107,45.921806,46.379417,49.243607,49.609779,49.417301,49.109371,48.74662,48.322773,48.300705,48.353062,48.253387,48.855675,49.197338,51.459797,52.176697,42.974976,43.604916,46.171432,46.456291,46.396751,46.198437,45.948479,45.543087,45.551498,45.630554,45.655933,46.117775,46.419228,48.912521,49.893658,41.230263,41.695404,44.106174,44.417389,44.340099,44.081211,43.778473,43.369766,43.405281,43.477821,43.338173,43.811119,44.09647,46.37167,47.019451,46.351215,46.931007,49.841629,50.14666,50.032784,49.788822,49.492012,49.088692,49.085037,49.151833,49.135235,49.684845,50.037296,52.465843,53.389931,35.715843,36.40551,38.281235,38.542683,38.538635,38.413517,38.239491,37.840771,37.793346,37.874443,37.967842,38.269283,38.477074,40.960083,41.997471,42.532768,43.102997,45.625755,45.939011,45.867805,45.635273,45.353031,44.935387,44.971336,45.048859,45.014236,45.487999,45.784973,48.280689,49.058418,32.610115,33.277374,34.901585,35.146416,35.147598,35.048691,34.901142,34.518787,34.3941,34.465687,34.572884,34.809826,34.993385,37.306019,38.325493,38.077869,38.760147,40.847588,41.116131,41.100212,40.952904,40.756382,40.352104,40.336826,40.421734,40.493847,40.846111,41.079967,43.611591,44.645309,33.791191,34.404705,36.093105,36.491257,36.631729,36.475143,36.281281,35.877254,36.000805,36.105949,36.064987,36.363216,36.560383,39.710327,40.323906,39.588459,40.2826,42.503189,42.805302,42.788467,42.611195,42.384804,41.965973,42.018459,42.108219,42.147556,42.534054,42.785812,45.540569,46.409779,41.154831,41.783619,44.164833,44.47319,44.434132,44.228886,43.974354,43.55579,43.605267,43.690014,43.690002,44.120979,44.397427,47.027687,47.841759,34.27179,35.028828,36.764648,37.048317,37.065617,36.953953,36.79052,36.38295,36.386223,36.467587,36.59726,36.851376,37.037514,39.720547,40.674812,41.896942,42.522663,44.999504,45.270691,45.221104,45.041676,44.809902,44.416206,44.378227,44.454418,44.490028,44.933418,45.222454,47.596615,48.696178,31.372192,32.460693,33.882393,34.249699,34.293743,34.184113,34.026943,33.608509,33.697609,33.789005,33.911011,34.120106,34.255711,38.223442,38.961441,38.668118,39.375568,41.507278,41.792778,41.779579,41.621582,41.414474,41.000713,41.029438,41.11879,41.184464,41.54591,41.783718,44.473766,45.429523,36.641445,37.398159,39.331352,39.622093,39.626091,39.486195,39.297928,38.881649,38.917679,39.008919,39.096695,39.410698,39.619408,42.436558,43.371006,44.72752,45.066414,47.819313,48.282997,48.003582,47.6395,47.218086,46.782192,46.725803,46.763733,46.581455,47.24173,47.564423,49.600956,50.188114,38.507767,39.150528,41.276615,41.604591,41.614758,41.423462,41.186436,40.766678,40.845047,40.937111,40.922096,41.301498,41.546249,44.339249,45.066391,35.830254,36.485683,38.386532,38.637455,38.625401,38.499111,38.325127,37.936222,37.842731,37.920353,37.998901,38.314426,38.529732,40.893345,41.971302,53.974655,54.406498,54.134529,54.022377,54.309147,54.312222,54.46389,54.431961,56.18985,56.29752,56.409855,56.279655,55.879715,59.999832,61.068836,60.51334,60.986858,60.665134,60.539619,60.879059,60.916344,61.029957,61.064087,62.901932,62.971573,63.058151,62.959476,62.549763,67.278854,68.469666,49.73521,50.046402,49.871872,49.566944,49.722084,49.707001,49.832977,49.800228,51.172371,51.316631,51.366787,51.212269,50.948666,53.984234,54.730362,52.282745,52.695732,52.441925,52.364784,52.635021,52.632263,52.790459,52.735626,54.463562,54.58086,54.701439,54.567657,54.16655,58.119701,59.15551,47.043968,47.343868,47.207485,46.88369,47.018627,47.007057,47.145691,47.121605,48.473103,48.645763,48.640465,48.503098,48.288864,51.065639,51.763268,50.792103,51.17606,50.955151,50.907658,51.16877,51.162846,51.326317,51.253231,52.907459,53.036469,53.163723,53.02816,52.641075,56.353512,57.323219,52.069077,52.538399,52.213337,52.205196,52.45475,52.451698,52.604973,52.531612,54.505745,54.610405,54.738544,54.61087,54.126247,58.575321,59.813236,51.112106,51.473408,51.269035,51.136066,51.375835,51.368366,51.51976,51.466194,53.017727,53.149673,53.253551,53.113945,52.7724,56.276379,57.165237,51.275341,51.587734,51.388069,50.933987,51.042576,51.024612,51.127327,51.115021,52.43198,52.56094,52.594276,52.411549,52.153835,55.260269,56.013355,49.629436,49.959644,49.789215,49.642467,49.861397,49.851093,50.000576,49.943871,51.408398,51.554356,51.64283,51.506191,51.201187,54.407898,55.211708,56.300449,56.739632,56.449539,56.27618,56.559582,56.571571,56.702202,56.701454,58.455624,58.551689,58.647469,58.522785,58.137386,62.396423,63.484619,51.989834,52.34549,52.134277,51.910473,52.125538,52.11747,52.254219,52.220081,53.723003,53.849895,53.935814,53.787502,53.467655,56.93705,57.802723,61.359905,61.690811,61.467804,61.136322,61.360653,61.39085,61.473961,61.523449,62.863266,62.948269,63.031578,62.907143,62.64032,66.321472,67.150772,54.753345,55.08112,54.856213,54.436775,54.590626,54.586334,54.683525,54.692505,56.071297,56.186413,56.258076,56.097897,55.832314,59.249863,60.064682,42.180153,42.514874,42.771469,44.47607,45.099823,45.046349,45.470661,45.369495,46.356415,46.986774,47.179489,47.215424,47.035149,50.675823,51.054119,35.034069,35.233715,35.313469,37.248055,37.44368,37.387718,37.883129,37.639332,38.237091,38.786339,39.136646,38.982338,38.879875,41.270779,41.478622,28.420109,28.680916,28.606255,30.401627,30.40247,30.347692,30.781439,30.468437,30.787468,31.233347,31.897497,31.591459,31.631706,33.030884,33.121803,33.856152,34.030933,33.979073,36.712879,36.939487,36.852734,37.32827,37.103779,37.664196,38.136738,38.381218,38.135868,37.980488,40.274525,40.450058,31.160765,31.326097,31.246778,33.611301,33.711372,33.635517,34.113876,33.836826,34.298393,34.752117,35.131638,34.83353,34.726303,36.554554,36.681854,31.109089,31.256001,31.123266,33.987015,34.112675,34.023323,34.509701,34.255653,34.709072,35.13969,35.441929,35.112812,34.975716,36.854107,36.971596,46.831615,46.925346,47.735527,51.036968,51.170677,51.161076,51.333065,51.292267,51.544273,53.174168,53.267635,54.004726,53.988216,59.27129,59.376556,32.906898,33.11525,33.151649,34.81678,34.92926,34.881969,35.390285,35.107986,35.64151,36.127705,36.589645,36.369564,36.313797,38.305428,38.489563,30.188221,30.427624,30.407732,31.975439,32.003544,31.959272,32.429955,32.115337,32.527565,32.972595,33.578743,33.302437,33.313999,34.902275,35.039185,28.615219,28.758516,28.565914,31.544153,31.590914,31.501181,31.980844,31.708904,32.059212,32.48188,32.852509,32.467873,32.36087,33.904793,33.96777,23.788301,24.130611,23.954905,26.160484,26.099745,26.027494,26.397942,26.100092,26.199621,26.826153,27.641502,27.296789,27.425611,28.372583,28.327709,28.645466,28.833103,28.706673,31.046745,31.070444,30.996559,31.450287,31.152122,31.500246,31.947626,32.44278,32.101982,32.050461,33.534618,33.610313,30.153522,30.283413,29.998091,34.119812,34.28566,34.183716,34.722469,34.523335,34.93745,35.272976,35.440624,35.005516,34.849308,36.715977,36.824535,21.658207,21.877523,21.792946,23.144005,23.034903,22.984022,23.342772,22.970419,23.132113,24.075403,24.759632,24.488628,24.55131,25.289202,25.229542,33.147015,33.317379,33.278824,35.741806,35.916939,35.838146,36.318367,36.070316,36.604004,37.083664,37.388527,37.140011,37.005161,39.152988,39.316036,29.365421,29.494463,29.283298,32.561031,32.64502,32.549198,33.046467,32.794788,33.174225,33.574768,33.873711,33.480698,33.34671,35.019138,35.096401,40.44511,40.670795,40.986874,43.180248,43.519604,43.480236,43.90152,43.751793,44.415581,45.241177,45.475971,45.599411,45.489677,48.994076,49.248138,23.750273,23.862803,23.465839,27.867775,27.826002,27.719013,28.237736,28.002588,28.148109,28.646492,28.967836,28.441545,28.340229,29.44393,29.376411,37.190186,37.418499,37.489334,39.856934,40.216141,40.140358,40.59111,40.404957,41.112774,41.659088,41.870575,41.746273,41.580894,44.388279,44.640018,29.454098,29.570597,29.307302,33.081825,33.192394,33.090504,33.610821,33.383923,33.761154,34.125263,34.359161,33.932755,33.783901,35.513954,35.593708,35.520447,35.718857,35.733967,38.273926,38.557991,38.477398,38.941017,38.732849,39.35915,39.875031,40.105732,39.925373,39.767239,42.317242,42.528275,39.364414,39.696079,40.042248,41.703072,41.882042,41.814167,42.273518,42.113792,42.559181,43.38382,43.974968,44.135159,44.288715,47.512493,47.709671,26.893566,27.153507,27.012554,29.231585,29.217196,29.148346,29.570017,29.271353,29.514927,29.974539,30.635994,30.292078,30.332043,31.599009,31.63974,39.690979,39.915699,40.228863,42.185131,42.452538,42.418625,42.894527,42.725792,43.35862,44.167713,44.46463,44.565353,44.500504,47.802444,48.048565,33.900761,34.076878,34.054371,36.564964,36.772045,36.692085,37.168476,36.933075,37.492596,37.984669,38.262959,38.035679,37.892361,40.169796,40.346252,20.671202,20.782982,20.701363,22.041546,21.932083,21.87731,22.24605,21.846849,22.0702,23.323143,23.816198,23.558527,23.528616,24.213734,24.123121,33.31588,33.488598,33.377331,36.460392,36.700489,36.605793,37.089821,36.877682,37.427799,37.856991,38.061436,37.771431,37.605968,39.84573,40.016479,41.294758,41.5322,41.875439,44.089287,44.479717,44.442894,44.847672,44.719521,45.418774,46.268585,46.479866,46.636028,46.517017,50.194813,50.462242,45.624378,45.757702,46.473461,49.459839,49.639885,49.626781,49.87743,49.817776,50.173534,51.637165,51.766621,52.380001,52.359348,57.272644,57.418259,41.340675,41.563198,41.984089,44.084801,44.336311,44.307434,44.756088,44.6199,45.197033,46.160454,46.442894,46.673183,46.645027,50.341564,50.572117,25.109236,25.241789,24.913742,28.760389,28.738108,28.637707,29.13406,28.883408,29.07947,29.52968,29.900288,29.420622,29.331976,30.535866,30.507607,35.359303,35.554585,35.623901,37.76358,37.987705,37.923573,38.40332,38.172001,38.776711,39.331257,39.637623,39.487152,39.363476,41.844402,42.051243,26.255808,26.374491,26.054644,29.947495,29.955757,29.856092,30.368685,30.124872,30.37015,30.768887,31.094212,30.617313,30.508039,31.8424,31.846657,37.688694,38.035107,38.294987,39.639851,39.804043,39.738747,40.280449,40.096931,40.583645,41.25481,41.907299,41.942451,42.103195,44.875626,45.087498,24.968985,25.3258,25.169897,27.289276,27.247128,27.182735,27.567875,27.277418,27.406776,27.910116,28.75169,28.413328,28.557726,29.611576,29.608938,38.920708,39.185577,39.311741,41.430202,41.877914,41.80806,42.248154,42.08567,42.895229,43.462452,43.664116,43.590908,43.416973,46.478283,46.777466,36.335869,36.53867,36.63179,38.867485,39.135124,39.069118,39.535366,39.323105,39.955341,40.536877,40.806847,40.690384,40.55481,43.224953,43.445297,22.88315,22.991913,22.629988,26.643353,26.579748,26.463739,26.935637,26.666601,26.808659,27.560101,27.892611,27.400196,27.287685,28.289864,28.181738,36.360012,36.577217,36.728756,38.489964,38.703041,38.659344,39.172623,38.945,39.571903,40.175438,40.537804,40.447941,40.369225,42.967133,43.19854,30.347374,30.492456,30.205317,34.427952,34.617409,34.519661,35.068291,34.880814,35.316422,35.647068,35.791317,35.35704,35.204906,37.118999,37.24453,26.92972,27.014374,26.600704,31.43788,31.500237,31.39819,31.979105,31.78311,32.049656,32.349113,32.543961,32.000229,31.863827,33.347824,33.379246,38.209976,38.431244,38.605255,40.80072,41.126152,41.068073,41.516056,41.33252,42.009884,42.668633,42.912846,42.883835,42.74852,45.767971,46.015079,36.884464,37.102283,37.175911,39.556866,39.887505,39.813389,40.266983,40.073994,40.752293,41.30986,41.533146,41.409641,41.251293,44.019756,44.25848,23.877625,23.952188,23.414871,29.206461,29.201097,29.10774,29.746016,29.578146,29.720179,30.014767,30.210348,29.571461,29.462784,30.662987,30.63401,31.333776,31.59247,31.621437,32.945896,32.991634,32.960178,33.46986,33.163921,33.624199,34.06731,34.689968,34.44315,34.476257,36.179054,36.350754,35.154449,35.373566,35.297176,38.136219,38.478504,38.382111,38.850544,38.659336,39.333786,39.757389,39.930477,39.680878,39.500263,41.975899,42.209885,37.772339,38.016243,38.097095,40.38398,40.781376,40.705692,41.15234,40.974926,41.726719,42.268517,42.471916,42.357548,42.185642,45.069237,45.341,39.95314,40.200245,40.436726,42.580757,42.987839,42.935936,43.364044,43.213955,43.959442,44.668911,44.883579,44.922726,44.779675,48.120384,48.399567,43.294224,43.494068,44.022354,46.577026,46.88092,46.866421,47.205391,47.108173,47.64555,48.780571,48.979351,49.356705,49.285351,53.555759,53.772881,39.278698,39.516178,39.725254,41.902584,42.280502,42.225231,42.660069,42.497177,43.217789,43.904453,44.127434,44.13797,43.996017,47.211243,47.478626,40.908989,41.186317,41.437035,43.438564,43.925747,43.874588,44.299519,44.170101,45.002026,45.694542,45.895363,45.943615,45.787258,49.264648,49.57925,18.134901,18.176233,18.11664,19.175997,19.105455,19.049032,19.378439,18.913321,19.252071,21.673597,22.008934,21.818674,21.728613,22.218918,22.035181,43.386215,43.593502,44.172901,46.644863,46.829372,46.798168,47.159966,47.067593,47.484856,48.713417,48.981525,49.422749,49.463364,53.743252,53.915413,37.443016,37.655167,37.821178,39.889313,40.162209,40.108505,40.577751,40.375145,41.02179,41.669079,41.953373,41.904156,41.787655,44.647514,44.882595,30.288069,30.413137,30.16292,33.956627,34.103458,34.001167,34.521606,34.304749,34.717758,35.079182,35.284809,34.87394,34.717953,36.568863,36.669998,37.685318,37.910038,38.123005,39.908535,40.146442,40.107452,40.617043,40.412064,41.052551,41.725246,42.068054,42.046738,41.976234,44.831192,45.074158,39.623966,39.90855,40.050617,42.042389,42.536686,42.468609,42.905937,42.753902,43.618755,44.181606,44.380219,44.319351,44.13916,47.292938,47.61665,27.710802,27.798157,27.383907,32.335155,32.433811,32.333874,32.924374,32.739334,33.039471,33.321098,33.480145,32.939953,32.799824,34.394745,34.450607,40.110569,40.380112,40.586617,42.632736,43.096203,43.03878,43.470215,43.325771,44.140865,44.791451,44.995708,45.000645,44.839897,48.15266,48.45837,25.826708,26.021767,25.795597,28.719746,28.695423,28.608355,29.052835,28.770279,28.986532,29.466055,29.986069,29.581964,29.553087,30.762798,30.759298,32.788376,32.966896,32.95134,35.100948,35.242245,35.174103,35.659485,35.392609,35.918133,36.402004,36.76849,36.52536,36.416344,38.46476,38.628708,38.248314,38.486366,38.61758,40.856129,41.237526,41.170311,41.61385,41.439102,42.170872,42.770538,42.985912,42.918865,42.760147,45.755054,46.021183,39.709019,40.014809,40.120789,42.005859,42.544659,42.470356,42.906826,42.754303,43.682957,44.185322,44.379372,44.282543,44.085743,47.180763,47.531235,41.89851,42.171448,42.497936,44.542912,45.031345,44.990974,45.40015,45.291542,46.100853,46.888237,47.083035,47.21225,47.070442,50.802883,51.11087,32.335495,32.489971,32.352512,35.500641,35.695087,35.599396,36.08942,35.865124,36.366341,36.786648,37.0135,36.695744,36.53656,38.631203,38.775402,38.487862,38.707672,38.945152,40.900555,41.170036,41.128056,41.605591,41.415997,42.063293,42.78178,43.079613,43.09869,43.007927,46.058964,46.303371,37.017021,37.257793,37.457222,39.039192,39.24654,39.212479,39.760212,39.544872,40.173931,40.805027,41.210808,41.158764,41.124863,43.805031,44.048481,23.880981,23.967749,23.483259,28.752726,28.733467,28.633619,29.227423,29.03536,29.178835,29.538206,29.777189,29.179853,29.070267,30.239401,30.196032,26.306889,26.398399,25.999384,30.66062,30.695433,30.593529,31.159618,30.952171,31.19594,31.523857,31.755516,31.220264,31.090889,32.489189,32.502647,35.356461,35.549274,35.582577,37.995178,38.250267,38.174934,38.642731,38.424187,39.033379,39.566322,39.82539,39.654953,39.508606,42.022327,42.226536,31.543354,31.688078,31.53784,34.64975,34.806732,34.711998,35.203945,34.967167,35.434624,35.852505,36.107819,35.772999,35.621738,37.591442,37.716675,35.519257,35.726604,35.712311,38.365952,38.679565,38.593353,39.056744,38.857491,39.506523,39.990826,40.195095,39.993076,39.823906,42.371246,42.592163,43.595753,43.780022,44.343037,46.874832,47.116913,47.096821,47.449535,47.352768,47.847996,49.045338,49.243889,49.657925,49.621613,53.938404,54.138844,24.794456,25.003016,24.761068,27.729753,27.686682,27.596983,28.028931,27.745543,27.918159,28.455364,29.0035,28.593891,28.581234,29.687273,29.653049,38.963348,39.202206,39.489983,41.258362,41.49876,41.465443,41.981857,41.801865,42.429161,43.185947,43.538624,43.59819,43.564194,46.669926,46.916313,41.949966,42.191605,42.56794,44.797043,45.212044,45.180161,45.573009,45.46172,46.17218,47.059605,47.259098,47.45343,47.334896,51.160683,51.432449,26.76445,26.970234,26.786465,29.4104,29.399721,29.319452,29.759884,29.469048,29.723814,30.184895,30.729136,30.352673,30.331907,31.619932,31.646002,30.724119,30.911583,30.858183,32.872032,32.939072,32.875454,33.34898,33.052364,33.496906,33.953239,34.417984,34.12915,34.062286,35.783424,35.912441,34.826637,35.064411,35.183029,36.650188,36.803772,36.769714,37.320923,37.067822,37.659203,38.192013,38.6581,38.509533,38.482006,40.748352,40.972313,21.483583,21.593672,21.45857,23.266722,23.170341,23.086647,23.411648,22.990822,23.241886,24.879593,25.317009,25.020739,24.949697,25.694643,25.569834,19.705635,19.757755,19.652714,21.08703,21.002823,20.921017,21.185823,20.67424,21.038044,23.835642,24.133339,23.898018,23.787785,24.365404,24.192019,36.620155,36.900024,37.101658,38.492287,38.677361,38.645477,39.226707,39.013309,39.614727,40.218647,40.715057,40.656364,40.688728,43.257946,43.501244,22.779116,22.921371,22.690956,25.43602,25.356228,25.252796,25.635506,25.296515,25.47859,26.529634,26.979164,26.59375,26.520121,27.430868,27.319687,32.330727,32.508663,32.304127,35.950726,36.205914,36.107685,36.621609,36.431442,36.968864,37.334583,37.479908,37.12178,36.957653,39.098812,39.272476,39.951691,40.172359,40.477936,42.593288,42.898033,42.859535,43.3004,43.138203,43.785301,44.59721,44.85503,44.960293,44.863682,48.253578,48.50174,42.364662,42.570137,43.038231,45.400002,45.689228,45.665997,46.050247,45.931019,46.501774,47.544842,47.768494,48.066395,47.999317,51.993519,52.221722,36.152477,36.377132,36.371609,38.943775,39.297958,39.210953,39.669182,39.478691,40.175392,40.653217,40.84602,40.654404,40.478031,43.10527,43.349003,33.52919,33.714493,33.589306,36.765114,37.035198,36.939068,37.426174,37.225342,37.80167,38.213879,38.392185,38.095325,37.925415,40.202568,40.388847,23.015604,23.296539,23.151348,25.068329,24.984873,24.913067,25.262917,24.924534,25.057756,25.904413,26.637604,26.31654,26.391903,27.254347,27.185476,38.889946,39.154003,39.450275,41.100098,41.320019,41.283016,41.819969,41.643932,42.241043,42.992771,43.411522,43.477234,43.495014,46.558937,46.799301,21.311386,21.407316,21.225815,23.45524,23.376181,23.278584,23.601849,23.174744,23.453899,25.461037,25.816362,25.493696,25.391018,26.148127,26.007906,43.094311,43.311531,43.794163,46.223801,46.594414,46.575901,46.930676,46.840302,47.462048,48.513721,48.700695,49.02187,48.928925,53.095493,53.336704,19.873108,19.940451,19.860044,21.156759,21.055944,20.997284,21.350906,20.925676,21.194521,22.85961,23.23975,23.001034,22.929583,23.557747,23.427277,23.769672,23.943388,23.677185,26.807461,26.745958,26.645393,27.069992,26.777788,26.933937,27.610748,28.096458,27.674191,27.626314,28.647701,28.572302,38.160934,38.425388,38.49155,40.685425,41.130108,41.050274,41.493977,41.32272,42.134453,42.640617,42.834858,42.706615,42.521656,45.422508,45.720047,46.879269,46.97076,47.784359,51.105965,51.238293,51.228321,51.389427,51.346344,51.590443,53.224182,53.32357,54.065487,54.046844,59.347649,59.45187,18.9813,19.045763,18.92746,20.453485,20.414516,20.349169,20.571985,19.967308,20.48184,24.757914,24.971569,24.753962,24.665035,25.168488,25.047863,30.793428,30.970392,30.90336,33.066574,33.143841,33.074749,33.54921,33.259396,33.706985,34.162254,34.59296,34.297665,34.213783,35.963905,36.089424,35.385067,35.586937,35.679962,37.615337,37.820904,37.765823,38.260368,38.021835,38.628304,39.190327,39.533436,39.393703,39.290474,41.743721,41.956585,34.588631,34.808979,34.662193,37.746307,38.086361,37.97459,38.450958,38.263382,38.93589,39.306675,39.468563,39.169449,38.98571,41.367119,41.602806,35.423885,35.625465,35.619534,38.246319,38.544006,38.459629,38.923569,38.719883,39.35416,39.849804,40.064884,39.868355,39.703651,42.239433,42.453411,28.50585,28.758263,28.681688,30.510008,30.513374,30.457285,30.893505,30.580849,30.906588,31.353382,31.99959,31.691883,31.721825,33.134697,33.225868,24.569426,24.637386,24.091974,30.012327,30.033237,29.941185,30.594374,30.436575,30.605675,30.858793,31.022911,30.37694,30.262318,31.546021,31.540176,30.581184,30.729309,30.454439,34.591431,34.786709,34.68874,35.232021,35.042934,35.489147,35.825645,35.972038,35.548031,35.394333,37.333542,37.46352,45.604691,45.738277,46.454086,49.438164,49.615574,49.602604,49.855598,49.796604,50.151405,51.617168,51.744946,52.359028,52.340626,57.249981,57.394703,46.455627,46.562443,47.343658,50.544098,50.691795,50.68158,50.881855,50.836964,51.123417,52.704395,52.804207,53.503906,53.487789,58.655617,58.773308,32.521118,32.704971,32.497368,36.139442,36.407299,36.307762,36.820858,36.633327,37.186337,37.547493,37.686829,37.330833,37.165932,39.330578,39.513824,41.511379,41.726097,42.131683,44.390949,44.696308,44.667736,45.07373,44.939507,45.549202,46.499229,46.73468,46.957958,46.876682,50.649002,50.889103,23.303913,23.410322,23.004456,27.463163,27.412949,27.301519,27.816181,27.578344,27.712063,28.267794,28.577026,28.046574,27.937523,29.003504,28.918697,37.369087,37.628109,37.638889,39.96463,40.395092,40.305832,40.752811,40.574417,41.37133,41.830418,42.016647,41.84108,41.649612,44.406368,44.695824,34.719887,34.949127,35.058277,36.581367,36.735977,36.698975,37.240196,36.984463,37.574703,38.106411,38.557426,38.402981,38.362537,40.622047,40.842022,35.947113,36.156517,36.173615,38.718506,39.033752,38.951839,39.411716,39.212616,39.86858,40.37915,40.593395,40.418385,40.253468,42.868084,43.093304,30.637531,30.822041,30.761787,32.824764,32.891853,32.826393,33.298965,33.003479,33.444283,33.899578,34.35743,34.064301,33.993702,35.709106,35.834709,30.004539,30.150602,30.000216,32.812538,32.896862,32.809444,33.291565,33.023491,33.433834,33.861847,34.207104,33.857056,33.736546,35.45039,35.545567,43.767735,43.948502,44.52594,47.089191,47.32238,47.30265,47.65004,47.557076,48.038452,49.261185,49.45488,49.887493,49.85675,54.22221,54.417103,44.12508,44.297989,44.901539,47.539974,47.764149,47.745697,48.076569,47.990227,48.449764,49.717327,49.898994,50.365536,50.337452,54.806,54.992428,24.453989,24.534639,24.038454,29.477787,29.479401,29.383121,29.997192,29.815937,29.982317,30.290869,30.503006,29.894997,29.781618,31.02249,31.002022,36.922203,37.167789,37.174572,39.600479,40.00153,39.913483,40.364788,40.182293,40.939362,41.408451,41.595966,41.416569,41.231495,43.94566,44.217258,36.702538,36.954163,36.922432,39.394878,39.807339,39.710842,40.161797,39.979137,40.753891,41.182999,41.362923,41.152981,40.959538,43.610413,43.889431,19.940094,20.003477,19.917917,21.249508,21.149569,21.085451,21.423435,20.985834,21.265779,23.068939,23.439377,23.198408,23.117538,23.743124,23.602493,35.060417,35.258308,35.230694,37.941452,38.232719,38.145702,38.612736,38.408024,39.031281,39.510891,39.721172,39.505684,39.339272,41.821285,42.029324,37.845551,38.110325,38.148827,40.384079,40.828331,40.743568,41.188156,41.013851,41.827362,42.306366,42.496365,42.344059,42.15411,44.987972,45.285435,35.923492,36.161533,36.096859,38.764988,39.147049,39.047134,39.505898,39.319431,40.051296,40.46664,40.64085,40.40398,40.2146,42.768497,43.028625,25.278502,25.482679,25.248404,28.191076,28.156481,28.068487,28.506186,28.223438,28.415199,28.92025,29.459524,29.052534,29.0347,30.187958,30.168848,36.867065,37.080185,37.167789,39.51004,39.823868,39.752853,40.207993,40.011173,40.675385,41.249714,41.484966,41.372459,41.221111,43.991322,44.22485,27.276659,27.440268,27.233294,30.153494,30.161016,30.073612,30.536835,30.255789,30.543657,30.985369,31.428459,31.03285,30.96175,32.334747,32.36763,27.033264,27.208313,27.005711,29.850178,29.849903,29.764259,30.220331,29.936054,30.210663,30.66008,31.132664,30.74086,30.684275,32.022144,32.050343,33.251423,33.45742,33.50069,35.199242,35.324383,35.275944,35.784859,35.508194,36.0541,36.549,36.992527,36.781803,36.717922,38.769451,38.958118,33.655838,33.859688,33.693352,37.023254,37.330784,37.225918,37.71767,37.528877,38.144646,38.516373,38.665356,38.345478,38.172363,40.462883,40.675224,36.325054,36.57523,36.499664,39.075024,39.482101,39.375465,39.828068,39.64452,40.418453,40.812984,40.989342,40.74704,40.548893,43.122478,43.399994,33.680969,33.879089,33.92297,35.750114,35.89732,35.84351,36.345589,36.078594,36.638248,37.145844,37.549198,37.348152,37.264111,39.406895,39.597481,37.627953,37.873634,37.938908,40.243614,40.645348,40.567001,41.014454,40.836296,41.593674,42.118179,42.317833,42.189308,42.013645,44.863773,45.137272,38.155376,38.500568,38.78252,40.210449,40.377815,40.308601,40.820992,40.643055,41.113037,41.824066,42.471207,42.541245,42.70369,45.599037,45.80537,33.496555,33.858463,35.332294,35.40704,35.349316,35.21032,35.055473,34.76775,34.575756,34.627533,34.782337,34.979912,35.141693,36.440392,36.753769,27.846302,28.223331,29.45336,29.508131,29.491106,29.401247,29.276587,29.072908,28.551994,28.595448,28.724049,28.908842,29.062649,30.148197,30.439198,34.577503,34.905109,36.320854,36.404442,36.382439,36.280437,36.144337,35.904198,35.833366,35.875538,35.98193,36.181683,36.342564,37.526947,37.813667,36.042755,36.401287,37.952244,38.042419,38.017235,37.900921,37.757324,37.461304,37.449657,37.510876,37.678162,37.883011,38.039383,39.383869,39.715183,37.832344,38.191559,39.845791,39.938194,39.923737,39.811695,39.668777,39.378361,39.433014,39.499573,39.676796,39.894421,40.060856,41.44286,41.785416,25.149908,25.177204,25.316916,25.329569,25.344809,25.341124,25.326281,25.298429,25.288811,25.28318,25.291042,25.304827,25.314882,25.41864,25.439062,32.304241,32.66785,34.082554,34.158772,34.116451,33.997307,33.852428,33.596024,33.346249,33.396141,33.517582,33.716187,33.882042,35.123024,35.429924,28.14064,28.233511,28.726658,28.757492,28.772348,28.736675,28.674852,28.585268,28.570524,28.566502,28.624269,28.683784,28.730394,29.112938,29.195978,35.390228,35.758244,37.304241,37.390831,37.351814,37.224815,37.076405,36.772228,36.71241,36.774166,36.942577,37.147648,37.306725,38.667671,39.00211,33.510685,33.887066,35.350075,35.423218,35.356316,35.206944,35.056656,34.72538,34.575165,34.642155,34.837414,35.028564,35.179218,36.546654,36.882824,34.323448,34.676922,36.150738,36.233631,36.196232,36.07798,35.93261,35.666821,35.5467,35.596573,35.719097,35.923676,36.089729,37.356888,37.665478,29.955408,30.318024,31.646561,31.709763,31.667246,31.553738,31.4154,31.181183,30.778152,30.826094,30.973694,31.15799,31.314991,32.492897,32.791977,35.025642,35.383804,36.901962,36.985985,36.94791,36.822983,36.673412,36.384842,36.300301,36.354465,36.507782,36.712215,36.873402,38.188808,38.507923,35.224312,35.498402,36.834965,36.906349,36.902679,36.806351,36.673504,36.447231,36.465019,36.497726,36.646114,36.82172,36.959061,38.033592,38.287888,37.059258,37.411865,39.001762,39.093838,39.079327,38.969265,38.828655,38.538433,38.577366,38.641167,38.814777,39.022839,39.180538,40.52964,40.86377,36.884747,37.216557,38.763218,38.849312,38.839024,38.732094,38.591503,38.320538,38.357254,38.411247,38.578156,38.781422,38.937634,40.218285,40.530827,35.468838,35.778259,37.195435,37.277843,37.270672,37.170372,37.034786,36.777946,36.780579,36.82328,36.974533,37.160511,37.302898,38.485191,38.769096,35.933681,36.246342,37.696651,37.779415,37.772366,37.670631,37.533894,37.274792,37.293354,37.33902,37.496319,37.686165,37.831669,39.035637,39.326317,35.137348,35.455505,36.880329,36.963299,36.949825,36.845844,36.707302,36.448284,36.419708,36.461662,36.604916,36.795322,36.942459,38.137135,38.422493,32.411015,32.63689,33.695148,33.762066,33.771397,33.703365,33.595371,33.419453,33.381363,33.393383,33.48592,33.632069,33.74408,34.578903,34.766376,31.213154,31.387993,32.259521,32.31271,32.327999,32.267502,32.170662,32.014725,31.998243,32.003044,32.099693,32.209053,32.293316,32.984062,33.13855,32.729347,33.087299,34.519135,34.582802,34.504658,34.345596,34.185753,33.878662,33.640163,33.691509,33.869083,34.05471,34.208542,35.501614,35.80864,35.286636,35.570934,36.92802,37.003586,37.000641,36.904312,36.771374,36.534565,36.549561,36.5853,36.734524,36.911858,37.04903,38.155491,38.418739,35.735275,36.122482,37.700924,37.793179,37.752178,37.623909,37.480167,37.150574,37.126087,37.202995,37.392567,37.597874,37.752464,39.190254,39.553879,32.171646,32.362572,33.331802,33.382858,33.383099,33.307072,33.199493,33.038849,33.043549,33.058117,33.177456,33.30455,33.405575,34.169956,34.344696,27.208561,27.537188,28.63443,28.654467,28.561224,28.394098,28.25243,27.953911,27.434368,27.496008,27.707178,27.881786,28.038427,29.13027,29.362183,33.836445,34.088902,35.290504,35.361076,35.3657,35.28138,35.158737,34.944469,34.93655,34.960026,35.089703,35.245403,35.365173,36.3424,36.569851,37.778419,38.151493,39.817852,39.915184,39.897781,39.784496,39.643616,39.33757,39.396282,39.47155,39.655071,39.872532,40.036156,41.463375,41.822067,37.124596,37.497849,39.123672,39.220631,39.199688,39.085278,38.944805,38.634823,38.67437,38.748672,38.930763,39.14257,39.301102,40.717735,41.074238,28.217377,28.320763,28.834728,28.872849,28.899824,28.873533,28.817774,28.723162,28.69956,28.692078,28.739538,28.800379,28.84573,29.241552,29.324352,36.57478,36.926189,38.48621,38.577602,38.560875,38.450268,38.309643,38.019009,38.040596,38.102276,38.272381,38.476868,38.63176,39.967041,40.296917,24.618523,24.858089,25.817562,25.801962,25.626879,25.389704,25.211929,24.936535,24.108358,24.110081,24.295362,24.392221,24.498642,25.378567,25.541395,30.880842,31.233246,32.545868,32.593273,32.501293,32.330681,32.175888,31.85256,31.53941,31.595512,31.797634,31.972521,32.120167,33.371315,33.662277,33.207336,33.433201,34.541019,34.60416,34.609867,34.529762,34.412285,34.217743,34.214615,34.232628,34.357754,34.500351,34.610954,35.500645,35.706116,29.346296,29.468285,30.102095,30.136175,30.137554,30.083673,30.005932,29.900412,29.900167,29.906586,29.993118,30.076479,30.143791,30.643274,30.755407,33.494507,33.844604,35.255672,35.337376,35.30175,35.191643,35.055477,34.806763,34.661877,34.71154,34.80896,35.008293,35.174095,36.397808,36.700668,37.42384,37.810375,39.470108,39.571068,39.548004,39.432144,39.29327,38.970303,39.024612,39.108101,39.29879,39.513542,39.672421,41.139362,41.51358,28.813904,29.140923,30.401972,30.451952,30.373928,30.232916,30.087799,29.848122,29.354336,29.399208,29.583878,29.74172,29.885357,31.023138,31.298601,33.773727,34.041698,35.279308,35.353939,35.354401,35.268917,35.143951,34.928036,34.891182,34.91486,35.031967,35.198788,35.327854,36.333038,36.565159,30.503607,30.396816,30.421902,31.24205,30.865517,30.823753,31.488729,31.093115,31.818747,32.133968,32.251686,31.89558,31.539764,32.876984,33.037918,36.171925,36.173645,36.445358,37.929317,37.56562,37.46476,37.94392,37.79068,38.463081,39.107521,39.060017,39.104069,38.691383,41.3437,41.449722,24.106083,23.945,23.905897,25.011381,24.541536,24.501795,24.843594,24.348146,24.79546,25.329527,25.527838,25.203747,24.884821,25.722773,25.75754,27.863779,27.698845,27.691181,28.627829,28.159845,28.121811,28.565903,28.075047,28.670782,29.032383,29.189936,28.835588,28.479891,29.592518,29.711901,29.680014,29.381178,29.395737,29.62051,29.057035,29.06778,30.420691,29.80134,30.490694,30.617615,30.671612,29.9505,29.801098,30.367308,30.481857,22.91457,22.591724,22.589088,23.25243,22.607843,22.600021,22.923513,22.195978,22.541836,22.955191,23.152294,22.751247,22.515917,23.140987,23.200998,27.239069,26.995979,26.992952,27.786606,27.249628,27.225914,27.644871,27.043877,27.580503,27.929857,28.102821,27.703535,27.379406,28.356825,28.473021,26.601151,26.425508,26.404181,27.413279,26.927736,26.889114,27.272631,26.763222,27.300472,27.705832,27.879265,27.529608,27.181963,28.193033,28.283852,28.919458,28.686953,28.698658,29.360935,28.860138,28.842249,29.439573,28.865194,29.483999,29.773844,29.921585,29.482384,29.169085,30.219893,30.368025,25.441442,25.326548,25.276188,26.563812,26.091019,26.038218,26.390635,25.965277,26.490063,26.955017,27.117962,26.802948,26.433161,27.42395,27.477383,28.020027,27.808683,27.809282,28.615141,28.116861,28.089481,28.559938,28.006538,28.589619,28.926571,29.088808,28.698101,28.363354,29.422894,29.551828,31.751619,31.724487,31.791807,32.76112,32.369667,32.293251,32.874435,32.601173,33.38805,33.750359,33.809189,33.579758,33.158356,34.850014,35.008308,25.489775,25.438969,25.383907,26.816216,26.26705,26.207085,26.552942,26.232113,26.842831,27.234657,27.344248,27.069431,26.632849,27.704107,27.771044,33.172455,33.158672,33.280598,34.351303,33.909233,33.794941,34.312363,34.096573,34.876797,35.309177,35.311005,35.182636,34.7257,36.72802,36.861053,29.460737,29.131403,29.143169,29.321066,28.705706,28.715036,30.08362,29.416367,30.089947,30.1964,30.251837,29.498203,29.364883,29.87417,29.983051,30.861319,30.849718,30.921635,31.896059,31.354309,31.249262,31.692434,31.462215,32.263226,32.626926,32.63559,32.479218,31.984678,33.695732,33.833927,29.85368,29.678783,29.695333,30.392046,29.967161,29.941603,30.631786,30.144428,30.823744,31.113708,31.248598,30.827993,30.505039,31.661697,31.818464,25.674873,25.333391,25.332373,26.000729,25.335997,25.324881,25.661469,24.912159,25.346891,25.693419,25.874681,25.431454,25.148796,25.929459,26.026711,34.416882,34.352341,34.577854,35.962498,35.320244,35.141483,35.435165,35.248699,35.86882,36.446968,36.33416,36.385078,35.854691,38.283752,38.323296,25.321871,25.11842,25.093596,26.073042,25.567783,25.534355,25.883108,25.331802,25.804573,26.255224,26.448042,26.093704,25.771507,26.657705,26.724615,29.012573,28.847441,28.85463,29.677933,29.232525,29.198965,29.741879,29.257004,29.901196,30.226927,30.372421,29.997152,29.649923,30.822359,30.96575,23.258707,23.039526,23.019781,23.898609,23.391691,23.36692,23.710852,23.137819,23.533115,24.040745,24.253283,23.913254,23.636908,24.363455,24.405396,22.782875,22.650984,22.608814,23.735041,23.291466,23.252748,23.605919,23.14797,23.569096,24.178305,24.383387,24.085382,23.782991,24.55451,24.568369,21.937054,21.891275,21.807638,23.328728,22.791426,22.742779,23.06291,22.731817,23.21006,23.899727,24.053286,23.790077,23.408453,24.186119,24.171516,30.678095,30.515896,30.536985,31.130043,30.752043,30.731821,31.646288,31.195269,31.922485,32.176464,32.2934,31.817989,31.524719,32.634426,32.793575,29.29904,28.996468,29.010479,29.397242,28.819969,28.822975,29.752607,29.095438,29.735214,29.926208,30.019882,29.42275,29.194124,29.995623,30.137173,24.424896,24.02072,24.022039,24.60915,23.839581,23.835522,24.126097,23.270664,23.634762,23.976139,24.155638,23.681671,23.437677,24.089003,24.173159,22.997478,22.958416,22.851263,24.633558,24.073072,24.008791,24.331213,24.030867,24.546076,25.074522,25.203279,24.918831,24.501373,25.379963,25.378994,34.156723,34.136139,34.267971,35.355019,35.062336,34.980824,35.662384,35.424988,36.197323,36.645851,36.71542,36.52589,36.145462,38.163189,38.313709,21.096535,20.995478,20.962343,22.013767,21.608349,21.57799,21.974819,21.559788,21.951193,22.600019,22.812891,22.548582,22.281116,22.974945,22.984385,31.455193,31.325623,31.35006,31.881361,31.569851,31.550861,32.701176,32.316353,33.095493,33.323833,33.421749,32.902576,32.635242,33.70718,33.861801,23.143408,23.120491,23.036121,24.653236,23.948761,23.887745,24.187992,23.938677,24.553545,24.929182,25.006989,24.755346,24.261988,25.154692,25.184643,35.60939,35.629311,35.829742,37.062771,36.780029,36.691742,37.327789,37.155739,37.926193,38.455563,38.452007,38.371033,37.982368,40.34481,40.494476,26.670591,26.54871,26.516993,27.681585,27.212091,27.162226,27.544874,27.111422,27.682884,28.091118,28.244827,27.924706,27.548508,28.629383,28.715492,29.671501,29.377796,29.389862,29.676113,29.124628,29.131374,30.333544,29.712534,30.390852,30.540482,30.613199,29.940208,29.755692,30.419388,30.545315,29.108583,29.08563,29.113586,30.126141,29.580498,29.499758,29.919859,29.651112,30.423977,30.75172,30.793085,30.58246,30.098797,31.559395,31.691885,27.259455,26.885548,26.899248,27.424507,26.705633,26.707169,27.169468,26.371496,26.872223,27.133211,27.277901,26.765762,26.495245,27.325962,27.459021,27.606379,27.555185,27.539671,28.734423,28.231674,28.169783,28.566662,28.239727,28.919813,29.275398,29.372728,29.10795,28.672579,29.931433,30.043224,32.300064,32.223598,32.279438,33.030449,32.745956,32.70731,33.648136,33.320938,34.107143,34.414074,34.51228,34.123802,33.807476,35.235615,35.40004,24.549047,24.253729,24.244688,25.003912,24.399324,24.38279,24.707155,24.022799,24.431536,24.845392,25.044914,24.645742,24.367233,25.114763,25.186846,24.305182,24.21402,24.143616,25.588232,25.113077,25.055725,25.393393,25.000332,25.496588,26.026365,26.188864,25.885067,25.514404,26.440517,26.462976,29.565159,29.494917,29.509605,30.500181,30.073238,30.015251,30.522255,30.169603,30.887182,31.227097,31.330008,31.040573,30.635406,32.017658,32.162251,27.687,27.388849,27.396971,28.037039,27.437742,27.426552,27.899048,27.221014,27.761196,28.058863,28.218618,27.764931,27.463562,28.398224,28.531261,26.484131,26.221783,26.215244,27.010002,26.448442,26.42643,26.804571,26.173756,26.670395,27.038177,27.220314,26.81954,26.505009,27.413843,27.516235,24.180492,24.126953,24.04332,25.651752,25.104658,25.04077,25.369879,25.047743,25.59687,26.053797,26.177645,25.891926,25.470137,26.427362,26.455025,30.859797,30.736624,30.763842,31.484205,31.12512,31.092403,31.88262,31.474165,32.210655,32.501541,32.61908,32.214931,31.887278,33.158146,33.322433,31.292902,31.236628,31.282722,32.19067,31.827021,31.768499,32.407192,32.084957,32.850952,33.189713,33.279118,32.987392,32.600266,34.134083,34.296925,28.451969,28.146948,28.161161,28.704073,28.107182,28.102755,28.704937,28.025017,28.603813,28.861353,29.000294,28.502523,28.219358,29.144896,29.291454,29.374172,29.253706,29.263157,30.162777,29.743185,29.699633,30.240932,29.817558,30.496096,30.829657,30.960358,30.619514,30.250923,31.520159,31.665728,21.314854,21.095335,21.087217,21.823971,21.340506,21.325748,21.713028,21.154873,21.492718,21.990562,22.208288,21.895306,21.665888,22.274883,22.312424,27.838242,27.732231,27.717121,28.806925,28.350657,28.299484,28.725367,28.316242,28.94619,29.316053,29.451864,29.1392,28.75079,29.944006,30.057508,29.465599,29.209045,29.224581,29.736809,29.225977,29.21903,30.012772,29.418358,30.065285,30.302999,30.427132,29.910879,29.636131,30.590021,30.741982,26.654562,26.324144,26.327692,26.977545,26.329563,26.319162,26.706209,25.976444,26.45764,26.775354,26.945921,26.493486,26.200335,27.051729,27.167089,26.064859,25.634975,25.64558,26.159107,25.347572,25.350149,25.70183,24.810928,25.236347,25.506847,25.656231,25.133251,24.877678,25.606293,25.719986,23.218168,23.137297,23.062227,24.520023,24.048523,23.99435,24.327728,23.943537,24.410419,25.027336,25.19771,24.905567,24.548069,25.397707,25.39785,35.46069,35.262535,35.310394,35.240444,35.180534,35.720905,35.950638,35.564617,35.822506,35.998531,37.692341,37.725391,37.340302,37.183105,38.198727,32.04966,31.892706,31.984222,31.8078,31.775351,31.961494,32.019829,31.643129,31.960033,32.144958,32.915653,32.921158,32.528362,32.946545,35.171272,31.815355,31.767296,31.826794,31.322138,31.301676,31.437212,31.494814,31.224031,31.405357,31.523138,32.12241,32.156319,31.976891,32.163261,36.520985,31.924683,31.821896,31.915833,31.672132,31.643341,31.806438,31.868349,31.503309,31.799633,31.974314,32.687008,32.698189,32.379887,32.787952,35.457214,34.818569,34.391392,34.425152,34.462357,34.379642,34.858902,34.975338,34.633278,34.927853,35.110664,36.521336,36.478115,35.792202,35.789814,36.385708,31.84524,31.797562,31.84832,31.363504,31.34165,31.523663,31.606256,31.31386,31.486935,31.607176,32.424015,32.508633,32.338032,32.42926,36.442421,31.653748,31.625362,31.686583,31.11293,31.098095,31.19635,31.23806,31.002314,31.163214,31.266645,31.729731,31.757477,31.611502,31.814283,36.711414,36.215244,35.827316,35.858887,35.889793,35.808929,36.399578,36.583698,36.254574,36.518871,36.692547,38.363884,38.327869,37.711121,37.525116,38.06102,32.173016,32.089211,32.152367,31.792707,31.76157,31.97028,32.058723,31.721636,31.946518,32.093655,32.946934,32.990208,32.745499,32.918976,36.166527,32.975204,32.839767,32.901207,32.690868,32.645981,32.957481,33.087593,32.701153,32.962662,33.134472,34.284893,34.327614,34.005985,34.121704,36.243778,38.350349,38.139462,38.179779,38.163456,38.104053,38.864723,39.200535,38.863617,39.088524,39.247581,41.40134,41.416279,41.03574,40.583557,41.180073,32.871334,32.794064,32.8489,32.69315,32.658077,33.107048,33.323101,32.924789,33.146233,33.307381,35.244656,35.537148,35.299389,35.138874,36.344666,40.631622,40.46307,40.502899,40.495625,40.447914,41.379009,41.815899,41.517391,41.710228,41.848824,44.400646,44.423981,44.10466,43.416721,43.860302,39.740906,39.47541,39.509312,39.529503,39.465149,40.317871,40.676575,40.382885,40.59351,40.744267,43.030941,43.013233,42.577808,42.012177,42.43898,32.918808,32.338867,32.370472,32.438255,32.356468,32.682281,32.660259,32.335106,32.671013,32.857658,33.873161,33.813328,32.893509,33.152222,33.698483,31.719446,31.66251,31.750078,31.377186,31.354834,31.487957,31.543489,31.220167,31.464529,31.613619,32.225964,32.247444,32.013737,32.353252,35.876972,31.814249,31.772741,31.823528,31.275894,31.25705,31.39506,31.455408,31.200039,31.360216,31.467793,32.083008,32.12994,31.972584,32.105179,36.707474,32.255463,32.173115,32.232887,31.878141,31.846298,32.076847,32.17704,31.833256,32.052868,32.199982,33.139202,33.198971,32.960411,33.089401,36.225037,32.364052,31.895582,31.956852,31.97431,31.920073,32.189072,32.171085,31.826256,32.171314,32.366879,33.281036,33.251057,32.445049,32.803219,33.725262,37.793007,37.466789,37.49905,37.521709,37.447285,38.156544,38.421898,38.104958,38.343399,38.507553,40.461517,40.435261,39.911133,39.54747,40.042797,32.889942,32.539764,32.600914,32.591564,32.532894,32.829674,32.881828,32.507481,32.850983,33.049004,34.063625,34.037193,33.39959,33.71751,34.782246,33.896824,33.814533,33.86031,33.751999,33.712852,34.270531,34.54071,34.153847,34.356541,34.504219,36.820744,37.170498,36.93573,36.618523,37.342228,43.195011,43.06953,43.100422,43.090843,43.052555,44.158249,44.699039,44.441856,44.595539,44.702862,47.711689,47.746208,47.488136,46.55254,46.862446,37.465595,37.201756,37.239986,37.236973,37.168938,37.856075,38.135998,37.795208,38.037983,38.205379,40.152897,40.145924,39.69474,39.358807,39.973507,37.436607,37.307426,37.348934,37.283573,37.235897,37.972355,38.322979,37.957443,38.164063,38.313145,40.649731,40.781761,40.497448,40.015099,40.646461,32.077721,31.839769,31.926897,31.797588,31.764746,31.97435,32.016945,31.644474,31.965366,32.153976,32.965103,32.970116,32.480797,32.876076,34.779194,33.035782,32.918999,32.976971,32.746338,32.704094,33.038361,33.184868,32.798225,33.04274,33.209015,34.464336,34.538536,34.249229,34.294975,36.439529,43.069336,42.873657,42.911861,42.942959,42.898144,43.988682,44.491016,44.255219,44.424519,44.54985,47.357952,47.342113,47.006668,46.129353,46.427773,34.871605,34.703938,34.754593,34.649582,34.594849,35.096138,35.315159,34.919769,35.173458,35.348148,36.995945,37.054871,36.706028,36.578426,37.780121,49.552303,49.352493,49.37458,49.407158,49.373428,50.872108,51.544849,51.440781,51.514832,51.581676,55.295078,55.253601,54.957378,53.5439,53.629375,33.619339,33.002495,33.025463,33.088642,33.001781,33.404331,33.398178,33.093681,33.388237,33.56414,34.746151,34.688065,33.745472,33.826935,34.27935,32.656761,32.570755,32.625774,32.349308,32.314529,32.642818,32.79435,32.418983,32.640354,32.796303,34.132313,34.268631,34.027779,34.023121,36.351837,38.985241,38.874992,38.905441,38.848686,38.80093,39.652496,40.066597,39.725086,39.899139,40.023937,42.727016,42.891621,42.635521,41.974625,42.419361,33.440273,33.151485,33.208633,33.175846,33.112659,33.457359,33.559696,33.172649,33.497704,33.692673,34.846169,34.827671,34.287193,34.504559,35.632469,33.101841,32.883808,32.948406,32.852188,32.797886,33.108738,33.216354,32.822262,33.134144,33.324688,34.42165,34.421024,33.971699,34.202145,35.723484,34.655014,34.045326,34.065254,34.124992,34.036457,34.52972,34.56443,34.277241,34.537903,34.704254,36.090389,36.03862,35.123653,35.037109,35.430283,33.618023,33.40593,33.464279,33.369625,33.311806,33.677402,33.814911,33.419441,33.715332,33.902512,35.145164,35.152603,34.724018,34.851105,36.266144,32.998169,32.526539,32.574966,32.610386,32.541779,32.867737,32.886261,32.539825,32.876041,33.069725,34.114765,34.073944,33.287632,33.555264,34.313053,36.583157,36.358067,36.401165,36.367374,36.303703,36.928501,37.191761,36.82621,37.076023,37.247787,39.099133,39.113728,38.703274,38.442387,39.223206,33.906605,33.57436,33.623245,33.620674,33.549908,33.94062,34.051357,33.674702,33.994267,34.187366,35.433208,35.405457,34.819073,34.969769,35.876774,41.656155,41.198608,41.209698,41.253559,41.178616,42.160007,42.478321,42.283737,42.429844,42.548367,45.043446,45.000847,44.340557,43.527924,43.708927,33.728668,33.60186,33.656391,33.481514,33.435535,33.852394,34.039326,33.640522,33.885231,34.055237,35.562168,35.659283,35.360058,35.303413,36.944118,33.809673,33.413246,33.45723,33.481766,33.406567,33.793259,33.877651,33.515011,33.83968,34.03223,35.243965,35.204765,34.534557,34.701286,35.466599,32.806866,32.556198,32.625294,32.552902,32.50106,32.780899,32.861221,32.471638,32.801655,32.996555,34.000072,33.990391,33.486481,33.79771,35.244064,35.18256,34.828754,34.867355,34.882404,34.804802,35.309292,35.467331,35.110958,35.399757,35.583172,37.079735,37.049049,36.460037,36.417,37.108334,38.382095,37.833725,37.847687,37.897762,37.815582,38.579422,38.75893,38.526859,38.713402,38.853188,40.853233,40.813076,40.012264,39.488792,39.742031,31.823946,31.779053,31.830187,31.318188,31.297565,31.459164,31.531281,31.253729,31.421785,31.536901,32.259964,32.325775,32.160324,32.272301,36.544815,31.694374,31.679533,31.712196,30.976282,30.967224,31.043535,31.077639,30.919022,31.012499,31.077234,31.451769,31.491924,31.408281,31.48741,37.473412,31.717955,31.699989,31.741379,31.038542,31.028229,31.101952,31.13353,30.963596,31.073387,31.145887,31.495745,31.52145,31.422548,31.546766,37.362637,34.574516,34.340939,34.391495,34.331703,34.267918,34.722744,34.898651,34.509613,34.793385,34.977962,36.429306,36.435329,35.992622,35.989601,37.092236,32.516701,32.350853,32.424866,32.254917,32.211761,32.458794,32.54763,32.162453,32.462505,32.645378,33.587666,33.597527,33.211979,33.501179,35.557323,45.393047,45.051643,45.064621,45.10247,45.042294,46.268776,46.751236,46.599144,46.707561,46.801708,49.868011,49.823296,49.334339,48.225922,48.35157,35.076912,34.950905,34.999912,34.8885,34.841198,35.400757,35.66151,35.263809,35.494442,35.659485,37.598709,37.742458,37.451488,37.199917,38.217236,46.518036,46.402573,46.443344,46.475861,46.455177,47.785076,48.441956,48.273273,48.40276,48.491577,51.850925,51.837505,51.600491,50.420959,50.621849,32.165955,32.068432,32.138699,31.824867,31.791882,31.995451,32.078373,31.728849,31.977097,32.134445,32.963661,32.992683,32.716644,32.951126,35.948021,31.764318,31.751278,31.780228,31.003801,30.996017,31.056927,31.083569,30.951422,31.032173,31.086992,31.37932,31.405649,31.332972,31.410755,37.73912,36.749317,36.586094,36.63105,36.566666,36.512943,37.173054,37.474403,37.099911,37.33025,37.493748,39.531761,39.60294,39.272099,38.923676,39.724918,32.062695,31.961697,32.039444,31.747694,31.715759,31.903803,31.977995,31.62377,31.887596,32.050629,32.832523,32.853687,32.56192,32.855267,35.758526,34.28548,33.966507,34.013374,34.006771,33.934971,34.359959,34.492603,34.116432,34.42482,34.615269,35.946857,35.922649,35.361752,35.448559,36.334461,36.995384,36.509991,36.531513,36.580448,36.49567,37.154896,37.323761,37.041309,37.273056,37.432201,39.219097,39.175697,38.446537,38.122875,38.493195,32.718971,32.572266,32.639404,32.44059,32.396214,32.670368,32.778492,32.394371,32.672985,32.849239,33.876999,33.900047,33.552784,33.756714,35.913654,32.244556,32.170982,32.226543,31.863079,31.832819,32.082352,32.194931,31.850342,32.058426,32.202259,33.24239,33.335201,33.115074,33.188721,36.276711,33.487759,33.384773,33.438751,33.260296,33.219345,33.652683,33.854492,33.454327,33.68676,33.852333,35.522995,35.689751,35.422668,35.312275,36.836872,32.464996,32.177872,32.253296,32.191521,32.146584,32.396709,32.446716,32.066563,32.405308,32.60144,33.512539,33.502094,32.943474,33.316746,34.755131,47.727695,47.605183,47.654678,47.712421,47.699131,49.111103,49.79623,49.655052,49.772339,49.862988,53.339668,53.316364,53.083233,51.815277,51.977081,31.792242,31.734596,31.807514,31.382046,31.359137,31.500673,31.559608,31.255571,31.471895,31.608179,32.237534,32.264832,32.050598,32.308807,36.148735,40.082878,39.753582,39.780495,39.817394,39.746632,40.620682,40.960339,40.692589,40.893185,41.03883,43.336819,43.304604,42.796638,42.19318,42.536079,43.573055,43.32917,43.358864,43.399811,43.346436,44.461647,44.950863,44.735458,44.89394,45.015335,47.851116,47.822456,47.441292,46.523842,46.769409,34.940956,34.650478,34.695499,34.678619,34.607594,35.09066,35.261745,34.886879,35.176231,35.36166,36.841972,36.827206,36.314655,36.294586,37.162464,35.80014,35.547619,35.591488,35.562412,35.4949,36.052776,36.273556,35.902061,36.168953,36.347324,38.023724,38.024586,37.571892,37.420403,38.257805,36.27504,35.95631,35.993504,36.002068,35.927116,36.519966,36.733498,36.385719,36.651089,36.827023,38.536091,38.513931,37.983284,37.795193,38.438034,33.994724,33.812057,33.867313,33.750095,33.694424,34.104443,34.272751,33.875923,34.149578,34.330311,35.71394,35.744579,35.365318,35.388775,36.829231,22.834124,24.544676,25.089638,25.527273,25.564392,25.50074,25.412497,25.010628,25.138309,25.24651,25.454132,25.504469,25.499241,31.454536,31.936289,27.91905,28.473665,29.396992,29.538534,29.539843,29.473127,29.374992,28.952551,29.069542,29.120077,29.346502,29.48551,29.5187,31.484137,32.541462,27.24287,27.879822,28.673912,28.816057,28.842123,28.824856,28.729507,28.237785,28.446358,28.595617,28.903807,28.995411,28.983219,31.218699,32.13541,25.208403,26.560434,27.282595,27.642321,27.670603,27.59309,27.483345,27.067945,27.189116,27.292727,27.499277,27.58935,27.611536,32.346237,32.94025,26.222927,27.167044,27.891088,28.115808,28.153769,28.107302,28.010731,27.510563,27.698944,27.854425,28.142385,28.221663,28.217075,31.535357,32.280136,25.926975,26.467478,27.229403,27.332481,27.355692,27.411222,27.282534,26.795099,27.02284,27.18577,27.494104,27.568674,27.538534,29.351534,30.24634,28.569374,29.263533,30.221649,30.403276,30.393797,30.296968,30.160257,29.730433,29.790359,29.87595,30.083748,30.234436,30.2924,32.773479,33.683887,23.730122,24.985241,25.503639,25.79999,25.900629,25.850634,25.772383,25.197678,25.372761,25.572578,25.839354,25.883751,25.866539,30.286814,30.833723,28.650965,29.281252,30.247026,30.408426,30.401379,30.314451,30.190752,29.758377,29.836586,29.91898,30.137659,30.288206,30.338638,32.587551,33.589016,27.856585,28.526274,29.380325,29.541941,29.560173,29.510571,29.414337,28.942379,29.117504,29.24198,29.520613,29.631754,29.641344,32.013596,32.956234,20.26137,22.384592,22.744585,23.271877,23.310886,23.247154,23.17243,22.79652,22.905226,23.006929,23.191187,23.210999,23.190968,30.584116,30.931122,26.029932,26.469381,27.186613,27.296045,27.246275,27.133699,26.970234,26.63932,26.482281,26.49626,26.630894,26.784458,26.870878,28.474003,29.186964,27.286718,28.179436,29.005951,29.231512,29.2533,29.184595,29.077425,28.609886,28.763662,28.891735,29.147861,29.254467,29.273691,32.430737,33.234425,25.418499,26.278185,26.944342,27.131971,27.186216,27.175978,27.072977,26.53631,26.747828,26.93045,27.248035,27.312635,27.291914,30.276485,30.998024,28.137829,28.62855,29.621151,29.74168,29.712906,29.614765,29.484621,29.092171,29.089125,29.108377,29.287457,29.460835,29.527594,31.272346,32.433529,24.046352,25.385883,25.960695,26.286627,26.342422,26.285732,26.199034,25.705811,25.873371,26.027208,26.286079,26.338186,26.325741,31.027874,31.597557,27.586693,28.140406,29.001877,29.138687,29.152721,29.111191,29.029419,28.586359,28.756313,28.832632,29.098204,29.214231,29.223953,31.186329,32.207569,28.110266,28.667097,29.60577,29.748648,29.7082,29.592119,29.428539,29.03916,28.958384,29.005228,29.164177,29.332687,29.416199,31.428934,32.310642,27.616463,28.443853,29.321856,29.551594,29.540138,29.428432,29.268856,28.860319,28.907131,28.973108,29.153015,29.295021,29.359825,32.313339,33.010952,27.221188,27.654663,28.611105,28.6915,28.609896,28.482304,28.312773,27.936138,27.661066,27.675753,27.779686,27.966576,28.067719,29.640839,30.739649,23.945353,24.325256,24.709209,24.799612,24.736286,24.612268,24.437803,24.135569,24.07576,24.068949,24.209499,24.313795,24.368193,25.79291,26.273113,28.353279,29.009199,29.93137,30.097031,30.102417,30.030407,29.921234,29.473108,29.600012,29.698112,29.941942,30.075832,30.108807,32.441532,33.420856,25.760792,26.421865,27.153969,27.288219,27.32016,27.351871,27.225266,26.717543,26.936487,27.107239,27.423853,27.494875,27.469566,29.717003,30.533291 ),.Dim=c(3107,15)), dealerregulations_pc_idw=structure(.Data=c( 10.824695,11.025366,11.006774,10.85651,10.733571,10.482016,10.516141,10.694922,10.533485,10.11529,9.9666634,10.068972,9.7948513,9.765131,7.4057207,6.6466446,6.856782,6.8430986,6.8320217,6.6304078,6.6578288,6.7465234,6.8047314,6.7306175,6.623899,6.5808973,6.6614676,6.5256824,6.5569401,5.8322291,11.275068,11.534419,11.51779,11.303917,11.144193,10.876437,10.880091,11.000802,10.883516,10.602471,10.470733,10.537939,10.210335,10.136012,6.7172012,10.776558,10.947437,10.928942,10.816713,10.714067,10.471768,10.516329,10.728148,10.542534,10.021021,9.8667088,9.9938545,9.7501154,9.7464304,7.7662101,12.529436,12.716072,12.708913,12.52612,12.45507,12.187099,12.192059,12.47193,12.25696,11.366699,11.196642,11.296571,11.055327,11.016132,8.5225935,11.304648,11.550396,11.535085,11.329818,11.185852,10.915344,10.927076,11.065695,10.937877,10.616117,10.476298,10.552556,10.235929,10.169877,6.9015613,9.6706467,9.8860607,9.8591251,9.7362299,9.5671625,9.3789797,9.4221497,9.5555201,9.4182405,9.1352158,9.0153093,9.1019926,8.8422966,8.8233595,6.9911828,13.54875,13.760972,13.769093,13.53661,13.479574,13.200203,13.20583,13.432391,13.277489,12.577148,12.402969,12.48594,12.217323,12.140615,7.3893018,13.407106,13.631999,13.634939,13.401062,13.325653,13.047221,13.056999,13.213758,13.103884,12.704048,12.554069,12.63073,12.33777,12.247203,6.3148952,14.254814,14.456767,14.468826,14.222584,14.177653,13.906532,13.904728,14.139905,13.979573,13.156859,12.992474,13.068286,12.814093,12.731109,7.4115777,11.092613,11.285635,11.269353,11.119909,11.010798,10.752775,10.78498,10.983056,10.811705,10.327327,10.171464,10.279453,10.012191,9.9846773,7.5933785,8.1322317,8.2542725,8.2353344,8.2763014,8.1721668,8.0128412,8.1763735,8.3126698,8.1547918,7.8719506,7.7673688,8.011034,7.822401,7.9265919,6.7360106,8.5605021,8.7119579,8.6863165,8.6595573,8.5219612,8.3673449,8.4856138,8.614872,8.4608393,8.1912107,8.0839443,8.2401276,8.0333099,8.0800085,6.7975874,12.861097,13.08322,13.085508,12.864039,12.787534,12.50161,12.514323,12.713993,12.572018,12.035301,11.863455,11.949667,11.660951,11.586715,7.1461682,14.28312,14.489156,14.504982,14.27904,14.236503,13.983149,13.994424,14.188149,14.06964,13.500013,13.32931,13.402156,13.149029,13.062837,6.4482155,9.6150923,9.871707,9.8458252,9.6983604,9.4975376,9.3238058,9.3432951,9.4508581,9.3383188,9.1133413,9.0018797,9.063796,8.7872095,8.750062,6.7395139,12.222034,12.336973,12.316398,12.299383,12.243801,12.057749,12.099711,12.498175,12.182947,10.800556,10.639107,10.803409,10.665736,10.714723,9.7704859,8.7234869,8.9391222,8.9088802,8.8223228,8.6304073,8.5111084,8.566927,8.6761742,8.5559387,8.3346567,8.2380009,8.3193121,8.0944538,8.0930252,6.6915021,11.804506,12.019232,12.009947,11.818567,11.716883,11.437511,11.45682,11.650599,11.494236,11.00627,10.843866,10.938126,10.649218,10.595587,7.4106956,8.6900835,8.9390593,8.9077196,8.8008089,8.5825195,8.480525,8.5134468,8.6086483,8.5088959,8.3214264,8.2291374,8.2865572,8.0507135,8.0329981,6.5514727,9.9794722,10.211888,10.186698,10.039757,9.866621,9.662096,9.6920319,9.8221693,9.6911736,9.4120798,9.2890205,9.3664751,9.0883484,9.0547934,6.9632144,12.353138,12.523019,12.511561,12.359662,12.290056,12.039131,12.047029,12.352628,12.114311,11.125985,10.957747,11.06588,10.847936,10.826335,8.8705368,10.075367,10.343633,10.320956,10.149739,9.9517498,9.7493505,9.7583933,9.8636837,9.7526531,9.5248394,9.4082527,9.4673996,9.1690607,9.1180859,6.7013559,10.076967,10.255918,10.232535,10.127742,9.9990139,9.7782707,9.8347254,10.005433,9.8390379,9.4573555,9.3197098,9.438715,9.1893702,9.1870003,7.3442588,14.435655,14.629015,14.635202,14.374847,14.328813,14.054248,14.037233,14.346251,14.112774,12.842577,12.689794,12.765952,12.526425,12.45128,8.7519817,11.510967,11.733752,11.721313,11.529863,11.412728,11.137117,11.157171,11.330588,11.183399,10.766884,10.61266,10.702502,10.404408,10.349215,7.2329597,7.5917754,7.8213668,7.7918544,7.7355485,7.5144773,7.4920101,7.5440969,7.6193604,7.53301,7.3875465,7.3240499,7.3849521,7.2081294,7.2164187,6.2138052,13.418618,13.622415,13.625771,13.394876,13.336031,13.054403,13.051971,13.316693,13.124264,12.226655,12.056352,12.142513,11.884479,11.817729,8.1451492,10.561903,10.695207,10.678698,10.655303,10.57797,10.369087,10.442944,10.704836,10.487637,9.7823868,9.6286907,9.8187208,9.6281567,9.6827192,8.3017197,11.458264,11.576864,11.558267,11.553273,11.49213,11.299938,11.36229,11.706093,11.432816,10.337307,10.177712,10.366632,10.21377,10.27594,9.215291,8.7908039,9.069087,9.0476742,8.923831,8.6944103,8.5922842,8.6044502,8.6862288,8.5964384,8.432724,8.3358793,8.3843184,8.140749,8.1142464,6.4350152,9.4287376,9.5586519,9.5396776,9.5362883,9.4414558,9.2458229,9.3527727,9.547637,9.3634796,8.9215946,8.7861252,8.9923649,8.7907286,8.8605375,7.4870706,9.8878937,10.035191,10.013788,9.9604101,9.8552561,9.642724,9.7215042,9.9162283,9.732337,9.2854414,9.1444645,9.3063898,9.0852585,9.1191015,7.5458646,10.77213,11.043192,11.021046,10.822654,10.631514,10.397728,10.396738,10.498253,10.389336,10.155016,10.032556,10.087865,9.7665434,9.6960869,6.5766487,9.6559248,9.9451447,9.9249687,9.7676611,9.5420742,9.3844595,9.3852816,9.4681568,9.3692036,9.1895523,9.0867529,9.1349459,8.8544703,8.8074846,6.4370255,14.937677,15.115135,15.116502,14.861345,14.819266,14.564204,14.536925,14.944601,14.61695,12.77053,12.624319,12.698263,12.491943,12.429938,10.051036,11.61366,11.790999,11.777651,11.635154,11.549199,11.291947,11.316089,11.563738,11.363505,10.675412,10.509881,10.625459,10.383301,10.363803,8.1613121,9.7657356,9.8842335,9.8740788,9.9352293,9.867877,9.6871834,9.8155165,10.065732,9.8610449,9.2025328,9.0620308,9.3379774,9.1692028,9.2853699,8.1237659,13.355901,13.468277,13.44743,13.393157,13.34277,13.160081,13.168259,13.63905,13.262302,11.460095,11.301756,11.424254,11.298161,11.319962,10.457142,12.541281,12.681067,12.664534,12.567544,12.507972,12.293182,12.304965,12.679662,12.386198,11.087428,10.922281,11.042899,10.873153,10.879337,9.6014566,13.013595,13.240816,13.23669,12.998313,12.904877,12.623352,12.629644,12.765003,12.651312,12.298695,12.156071,12.234099,11.934509,11.846949,6.3402815,13.946604,14.089165,14.075494,13.933516,13.886846,13.679145,13.667282,14.126145,13.765662,11.914196,11.755838,11.848007,11.691016,11.673945,10.467527,10.318878,10.525327,10.502646,10.363104,10.219889,9.9905758,10.029491,10.186531,10.03496,9.6854706,9.5490723,9.6454697,9.3736982,9.3481579,7.2170396,11.853672,12.092967,12.082467,11.865342,11.742824,11.458914,11.470217,11.619507,11.490254,11.130973,10.983205,11.063509,10.748542,10.676275,6.8818936,14.247673,14.409437,14.402323,14.210508,14.164959,13.936079,13.917715,14.354595,14.011617,12.185918,12.029184,12.112594,11.93232,11.895656,10.318597,9.1742764,9.3174868,9.294055,9.2636385,9.14711,8.9581575,9.0624418,9.2250299,9.0542011,8.7042465,8.5791807,8.7517729,8.5373926,8.5858316,7.1663003,10.825015,10.946537,10.930057,10.934272,10.867307,10.671446,10.751123,11.050216,10.80872,9.933013,9.7777939,9.98633,9.819459,9.8917837,8.7225342,13.33224,13.521028,13.518363,13.305169,13.246278,12.976954,12.968572,13.283302,13.044283,11.90333,11.736775,11.826164,11.592463,11.541318,8.9477415,6.7361732,6.8728046,6.8567328,6.9109802,6.7766433,6.6900554,6.9340839,6.9926796,6.8715892,6.7164226,6.6327548,6.8610353,6.698092,6.8066955,5.8596983,8.7845745,8.9688673,8.9408865,8.8754444,8.7112904,8.5678244,8.6489935,8.7721291,8.6320305,8.378005,8.2732992,8.3848677,8.165225,8.1813736,6.8092356,10.873953,11.10023,11.081746,10.906661,10.765983,10.511466,10.535487,10.689919,10.547495,10.1954,10.053532,10.139531,9.8439951,9.7970943,7.1414752,12.961733,13.124866,13.113893,12.956789,12.897245,12.657661,12.654951,13.012262,12.735367,11.454748,11.288714,11.38917,11.191883,11.168918,9.4703779,10.200747,10.366322,10.344509,10.253433,10.139344,9.9139347,9.9741621,10.163233,9.9854717,9.549861,9.4062243,9.5401993,9.3006821,9.3088799,7.5203266,9.2619696,9.3864841,9.3759413,9.4328403,9.3573465,9.1754684,9.3116932,9.5244818,9.3421469,8.8350449,8.7011557,8.9761543,8.7933416,8.9070959,7.6559935,10.48524,10.731012,10.709462,10.534013,10.365772,10.132185,10.150393,10.279964,10.15289,9.8673763,9.7383623,9.8113651,9.5106974,9.4607582,6.9292426,13.85476,14.072639,14.0841,13.856596,13.800445,13.534771,13.548903,13.726,13.615746,13.145893,12.978477,13.053727,12.779942,12.69084,6.3278613,12.868058,13.096667,13.090245,12.844769,12.734556,12.457533,12.453057,12.562407,12.451,12.151367,12.015554,12.090686,11.792756,11.703711,6.1869154,12.583722,12.785386,12.781997,12.580963,12.506909,12.227435,12.235351,12.48204,12.296552,11.55731,11.385117,11.480379,11.21702,11.163995,8.0079832,11.591197,11.782534,11.770247,11.609632,11.515945,11.24957,11.273351,11.496298,11.314611,10.725593,10.561236,10.66878,10.407037,10.374955,7.8396788,8.6601486,8.7810593,8.7648697,8.8092241,8.7185678,8.5429296,8.6906338,8.8597403,8.6898651,8.3229771,8.2004032,8.4599266,8.270545,8.3797712,7.135025,12.426497,12.638456,12.635413,12.430708,12.348753,12.06516,12.078275,12.295798,12.132421,11.533906,11.362617,11.455743,11.176027,11.11641,7.5783854,12.412856,12.642512,12.639097,12.419375,12.324098,12.035005,12.048566,12.225032,12.090085,11.646629,11.485041,11.570012,11.266422,11.192313,6.9974461,10.509101,10.657518,10.639036,10.574753,10.483444,10.259249,10.321053,10.551448,10.351984,9.7725277,9.6197205,9.7785301,9.5618486,9.5893726,7.9570551,11.347993,11.50224,11.485906,11.390203,11.310329,11.075155,11.110928,11.382932,11.161709,10.388784,10.225782,10.36324,10.151087,10.159866,8.4598255,7.7305813,7.8614655,7.8393712,7.8641768,7.7397623,7.6060119,7.7829094,7.8868136,7.7390852,7.5139036,7.4203262,7.6277943,7.4425492,7.5299292,6.4119692,9.4700003,9.6451111,9.6189823,9.5374575,9.3959103,9.2050428,9.277359,9.4278469,9.2694578,8.9471407,8.8230848,8.9451342,8.7089624,8.7192526,7.1212158,11.750829,11.896644,11.880088,11.791306,11.72093,11.495207,11.523569,11.836231,11.58756,10.620844,10.455905,10.591849,10.400077,10.412756,8.9273872,12.408043,13.257771,12.574987,12.403427,12.220987,12.196025,12.171838,12.239575,12.141302,12.07602,12.007201,11.91389,11.822209,11.398931,11.257453,12.872568,13.592979,12.853613,12.763103,12.662373,12.637476,12.615248,12.696847,12.565358,12.482762,12.414405,12.315731,12.212107,11.80899,11.653436,13.760527,14.545392,13.656667,13.535872,13.480216,13.457781,13.434485,13.465852,13.408381,13.370337,13.330289,13.190226,13.072288,12.576658,12.427817,13.590397,14.382739,13.521997,13.432597,13.35969,13.340469,13.322205,13.374813,13.294167,13.2418,13.193175,13.072838,12.957872,12.483382,12.329762,12.988407,13.752545,12.990006,12.888831,12.781886,12.75854,12.737115,12.810374,12.695748,12.622848,12.559286,12.456344,12.351572,11.929032,11.775816,12.435278,13.229614,12.541886,12.409792,12.255881,12.229785,12.205637,12.288648,12.157796,12.075192,12.002679,11.911118,11.815358,11.430324,11.282583,14.868276,15.790882,14.66701,14.624941,14.612442,14.606724,14.601014,14.61247,14.593418,14.581485,14.570216,14.413252,14.268664,13.707528,13.561326,14.384642,15.241749,14.22742,14.168645,14.137247,14.12543,14.114095,14.142817,14.097867,14.068836,14.041898,13.899652,13.767482,13.24134,13.089657,14.118066,14.963581,13.961691,13.709135,13.669399,13.641788,13.610215,13.606225,13.572463,13.55411,13.526831,13.324345,13.196673,12.708035,12.569172,13.104096,13.881025,13.106009,12.978991,12.871642,12.848283,12.825271,12.880897,12.796999,12.74103,12.68419,12.573112,12.468705,12.004862,11.856517,14.053996,14.863667,13.920899,13.8641,13.820526,13.805058,13.791129,13.835369,13.76734,13.723503,13.685148,13.556891,13.432161,12.934936,12.778676,13.898009,14.702196,13.786873,13.717823,13.664653,13.648045,13.63265,13.679558,13.607408,13.560832,13.519114,13.392898,13.271467,12.781717,12.626618,13.562053,14.310954,13.463254,13.397556,13.335476,13.314925,13.296918,13.359666,13.261144,13.198262,13.145263,13.03163,12.916476,12.46107,12.301645,14.30306,15.153871,14.151839,14.06146,14.027032,14.012389,13.997257,14.020474,13.978331,13.951221,13.923583,13.772925,13.642591,13.120646,12.971314,14.827393,15.740413,14.629309,14.59668,14.582444,14.576234,14.570519,14.586168,14.562613,14.54757,14.534113,14.382668,14.239403,13.681599,13.533447,9.9858761,9.928297,9.874445,9.9936342,9.9232244,9.802618,9.8770504,10.259397,9.9222126,9.2755108,9.1266956,9.2671738,9.1855383,9.2303019,8.6866493,8.0089197,7.9268565,7.8876338,7.952096,7.8896136,7.7900839,7.9334579,8.1756124,7.907793,7.5832682,7.4813681,7.5979848,7.5084925,7.5598516,6.8306837,7.9460754,7.955502,7.9127846,8.3255968,8.2672091,8.1647272,8.1431694,8.9513178,8.5512609,8.2141323,7.9830947,8.0133953,7.9426112,7.9868717,7.645576,5.8098536,5.8105726,5.7871418,6.1390162,6.0885363,6.0518155,6.0876966,6.8145885,6.4841509,6.3205194,6.1508384,6.1613898,6.0395794,6.1438107,5.8980851,6.8525796,6.8547645,6.8146009,7.288362,7.2280717,7.14676,7.1286902,8.0396528,7.6059465,7.363101,7.1524482,7.1701212,7.0898027,7.1418657,6.8381462,8.1777735,8.0536156,8.0037394,8.0558033,7.986587,7.8807654,7.9705706,8.2391224,7.9359121,7.5950379,7.4794316,7.5554895,7.4621143,7.4966726,6.8711553,7.9352336,7.7828293,7.730547,7.7748499,7.7052655,7.6016417,7.6703115,7.94099,7.6261406,7.3048801,7.1899571,7.2425365,7.1478615,7.1780858,6.6046591,6.4022384,6.4033976,6.3690372,6.8264532,6.7688017,6.7050896,6.6991701,7.5928864,7.1784921,6.9727778,6.7800846,6.7948132,6.7062759,6.7699885,6.488461,8.144846,8.113493,8.0912266,8.2342253,8.1814489,8.0855761,8.2782888,8.5221272,8.2813387,7.9282751,7.8519168,8.097352,8.0129242,8.1214256,7.4400001,7.6229639,7.4372244,7.3815994,7.4324951,7.3634233,7.2659831,7.2959266,7.5917745,7.2577243,6.9590821,6.8433332,6.8689742,6.7700219,6.8026805,6.359817,9.742094,9.7904329,9.7587671,10.268223,10.22676,10.088433,10.055572,11.017352,10.54859,9.7548504,9.5009422,9.5533352,9.5096016,9.553031,9.2027283,9.2023773,9.1754532,9.1210899,9.348278,9.2823811,9.1663332,9.1621113,9.7328224,9.3722973,8.8746443,8.6664877,8.7149658,8.6361227,8.6670218,8.2573996,8.6690254,8.548954,8.4930859,8.5609407,8.4884729,8.3769159,8.4365015,8.7509365,8.4271021,8.0324345,7.9003301,7.9729772,7.8786044,7.909111,7.355289,6.4117012,6.2101159,6.1692829,6.187387,6.1288257,6.0436087,6.1185493,6.3269935,6.0335493,5.8037229,5.7176328,5.7351632,5.6494012,5.6833143,5.1316895,8.5491657,8.4844208,8.4287081,8.6026726,8.5344296,8.4305515,8.4370403,8.9232941,8.581336,8.2007446,8.0181694,8.0545835,7.9618115,7.9967608,7.592412,11.864972,11.875015,11.82377,12.119267,12.064402,11.92758,11.914609,12.676007,12.192197,10.833544,10.615817,10.692949,10.646861,10.670473,10.291818,6.563087,6.4998407,6.4594135,6.6050882,6.5487494,6.4889131,6.5447979,6.9496832,6.6748719,6.4705181,6.3245215,6.3351111,6.1948991,6.298562,6.0174818,18.208366,18.153904,18.08625,18.250675,18.187902,18.080208,18.131495,19.122486,18.189613,13.73908,13.627027,13.769036,13.75097,13.784134,13.554737,13.010756,12.980411,12.916442,13.109557,13.043356,12.912407,12.935157,13.600683,13.07985,11.318827,11.137251,11.254961,11.20781,11.23267,10.840793,8.1964893,8.0451488,7.9883289,8.046937,7.9753194,7.8695378,7.9124885,8.220686,7.8905554,7.5458541,7.4188375,7.4644785,7.3675466,7.396306,6.8910027,9.1310339,9.0926828,9.0594893,9.2052612,9.1464701,9.0415592,9.1841726,9.4901247,9.2083883,8.7068844,8.6031303,8.82761,8.743824,8.8330145,8.2377472,8.7521963,8.6645126,8.6168871,8.6971493,8.6281013,8.5174294,8.6210623,8.9092512,8.6100979,8.2046146,8.0854464,8.2088413,8.1175642,8.164505,7.5361605,9.0309315,8.9700356,8.9124784,9.0756779,9.0062113,8.8939819,8.9026766,9.3818321,9.0345488,8.5807686,8.3961506,8.4444714,8.3563004,8.3858929,7.9548798,7.1148176,7.0420671,6.9957876,7.1608739,7.0996962,7.0283818,7.0588579,7.5077505,7.2014532,6.961525,6.8035083,6.8171372,6.696384,6.7703958,6.455265,8.299365,8.3229475,8.2828979,8.723649,8.6689692,8.5542517,8.5277691,9.3701878,8.9608879,8.5647802,8.3190403,8.3550053,8.2932882,8.3382702,7.9936113,7.9754591,7.8349719,7.7774711,7.8645825,7.794795,7.6964893,7.7170706,8.0725012,7.7386451,7.4186358,7.2791519,7.3066063,7.2045889,7.2405434,6.826324,8.7030516,8.5840588,8.5252695,8.6078396,8.5351171,8.4242802,8.4597292,8.8117275,8.4767294,8.0767927,7.9320188,7.9871769,7.8918538,7.9198179,7.4260545,10.68195,10.714412,10.673191,11.066972,11.018989,10.880197,10.85477,11.692759,11.233923,10.232476,9.9927988,10.055013,10.008601,10.041707,9.6714821,6.5705442,6.3193054,6.2723894,6.2975574,6.2362008,6.1515589,6.1784248,6.4201078,6.089283,5.8444467,5.7617664,5.7720165,5.6807966,5.717711,5.325213,8.0921412,7.9420381,7.8841028,7.956449,7.885509,7.7832465,7.810164,8.1442966,7.8092403,7.4758239,7.3420691,7.3758402,7.276381,7.3077798,6.8593678,6.5188904,6.2762222,6.2275891,6.2603965,6.1993108,6.117928,6.1375217,6.3913798,6.0613909,5.822639,5.738102,5.7441669,5.6448517,5.6908731,5.3549395,9.8200979,9.8133974,9.7602873,10.017022,9.9541931,9.8283176,9.8176594,10.443069,10.061881,9.4130001,9.1911497,9.2488365,9.18085,9.2103405,8.8034525,8.7907372,8.7970343,8.7501812,9.0899734,9.0303831,8.9142666,8.8943758,9.6072788,9.2266035,8.7783566,8.5445013,8.5851021,8.5164394,8.5546818,8.183444,10.729243,10.719336,10.663341,10.896739,10.833408,10.702122,10.697912,11.322276,10.913542,10.008485,9.7942553,9.8680029,9.8059273,9.8312435,9.4161701,9.2999668,9.2100649,9.1520758,9.2468786,9.1738749,9.0564871,9.1046705,9.4715977,9.1362505,8.6450949,8.4944477,8.5794125,8.4892244,8.5193367,7.9933615,7.5661373,7.5055532,7.4566894,7.6590829,7.595325,7.5139723,7.5274029,8.0388756,7.7101312,7.4357743,7.2605219,7.27981,7.1739244,7.2300057,6.8887682,5.8271704,5.5883341,5.5517807,5.5644083,5.5103335,5.4334478,5.4901047,5.6857495,5.3898582,5.1810527,5.1100144,5.1168075,5.0367475,5.0729547,4.6036749,10.082598,10.100288,10.052591,10.375498,10.319366,10.185616,10.163253,10.883357,10.47766,9.7255602,9.4858847,9.5435181,9.4868469,9.5198975,9.1345587,12.205272,12.164132,12.09918,12.261948,12.189779,12.060825,12.136744,12.657476,12.210414,10.785742,10.625043,10.813766,10.758015,10.813133,10.360315,9.2143726,9.1293373,9.0761385,9.1660528,9.0945234,8.9786263,9.0547304,9.3858795,9.0660963,8.5902662,8.4543648,8.5673914,8.4774084,8.5168915,7.9437704,5.1562438,4.8416963,4.8127942,4.8265896,4.7812161,4.7182837,4.7265344,4.9252186,4.6076164,4.411375,4.372169,4.3737769,4.3014722,4.3450556,4.0887299,7.3894563,7.2900281,7.2389288,7.3724279,7.3082242,7.2276278,7.2518077,7.6613817,7.3458505,7.0826583,6.9319158,6.9476061,6.8329091,6.8934064,6.5539474,9.625844,9.5581026,9.498456,9.6265993,9.5546761,9.4346867,9.4612007,9.8961716,9.5452423,8.9829683,8.8103638,8.8851061,8.7997875,8.8265581,8.345582,6.9191494,6.892777,6.8532248,7.1486831,7.0895858,7.0246725,7.0388341,7.6805167,7.3398523,7.1127534,6.9290538,6.9438066,6.8369837,6.9073195,6.6062589,7.5178761,7.5213585,7.4787698,7.9066825,7.8467231,7.7534823,7.7338777,8.5682154,8.1590357,7.8660293,7.6443033,7.6689143,7.5929832,7.6395574,7.3111854,5.3675585,5.0848527,5.0534143,5.06391,5.0154591,4.9466906,4.9792056,5.1701818,4.8656464,4.6680946,4.6122394,4.6149244,4.5424604,4.5804071,4.2165508,14.656902,14.667539,14.61889,14.929441,14.883009,14.758251,14.753041,15.715198,15.040295,12.4003,12.224533,12.306722,12.278785,12.292252,11.978528,10.82341,10.776828,10.717276,10.856894,10.785706,10.659217,10.712792,11.171349,10.7923,9.9015141,9.7338409,9.8671732,9.7951937,9.8325577,9.3361092,7.3357511,7.1652889,7.1105213,7.1803417,7.1137972,7.0253444,7.0471964,7.3678308,7.0398378,6.7675052,6.6466794,6.6616263,6.5540261,6.6001363,6.232502,7.0492268,6.8306713,6.7803769,6.8106422,6.7454109,6.6535087,6.6927714,6.9458685,6.6184487,6.3521957,6.2558651,6.2752676,6.1815352,6.2143679,5.7560439,7.5400376,7.5117121,7.4660783,7.7619309,7.6994133,7.6166034,7.6163387,8.2621555,7.9057784,7.6286459,7.4325604,7.4537935,7.3597236,7.4117727,7.0770011,7.5320339,7.3495584,7.2976012,7.3341103,7.2660937,7.1673937,7.2225161,7.4849339,7.1640668,6.8709874,6.7632308,6.7977777,6.7030616,6.7331567,6.2067466,8.3103647,8.2118177,8.1546459,8.2827387,8.2132425,8.1123104,8.1266079,8.5451593,8.2094946,7.8593149,7.6970282,7.729568,7.6307201,7.6664181,7.2563701,10.783058,10.755102,10.707521,10.880386,10.817211,10.701377,10.824284,11.237022,10.884622,9.9381723,9.7984533,10.034479,9.9686995,10.052965,9.5376568,7.0776019,6.8652363,6.8121786,6.8571215,6.7915692,6.7028565,6.7249861,7.0062332,6.6728129,6.4083099,6.3057036,6.318871,6.2177701,6.2581878,5.8787165,12.815006,12.803095,12.744426,12.978726,12.918464,12.785329,12.788003,13.513327,12.991952,11.288329,11.091609,11.186072,11.141541,11.161722,10.784415,6.535358,6.3392525,6.2897201,6.337956,6.2773843,6.2001848,6.2299228,6.5014296,6.1887226,5.9597774,5.8639851,5.868875,5.7538638,5.8173361,5.5092177,8.0911779,8.0308924,7.9782562,8.1750603,8.1088305,8.0147133,8.0208149,8.5319233,8.1933165,7.8679175,7.6853352,7.7126532,7.6156788,7.6586642,7.2850909,10.224813,10.172132,10.11211,10.252206,10.180852,10.056161,10.086407,10.549604,10.183138,9.4714718,9.2940245,9.3870564,9.3088074,9.3365059,8.8542318,9.0379152,8.9533987,8.894165,9.0167837,8.9451475,8.8319588,8.8521767,9.2722521,8.9294691,8.4789982,8.3110914,8.3653526,8.2739382,8.3017654,7.8419781,9.3514328,9.3863668,9.3460636,9.7638273,9.713418,9.5807743,9.5496216,10.372468,9.958931,9.3525171,9.0961103,9.1440973,9.0918264,9.1340437,8.7741346,13.063254,13.021132,12.953502,13.124881,13.053457,12.923215,12.975326,13.582315,13.070395,11.290647,11.124267,11.283239,11.234639,11.274774,10.865626,8.5599747,8.4499683,8.3911171,8.4953671,8.4239464,8.3170061,8.3381205,8.7254019,8.3877993,8.0065174,7.8514142,7.8933969,7.7967067,7.8269491,7.3801823,6.9056878,6.7613177,6.7108402,6.7908907,6.7287049,6.6513119,6.6859026,7.0080495,6.701932,6.4629002,6.3426819,6.3522892,6.2305675,6.299674,5.9801865,8.0917645,8.0723848,8.0241547,8.3267727,8.2635279,8.1660843,8.1571226,8.8154888,8.4502783,8.1143684,7.9045329,7.9338112,7.8498063,7.8920808,7.5330625,6.5949249,6.4920225,6.4471927,6.5458565,6.4878383,6.420927,6.4742866,6.8107619,6.5307312,6.3173485,6.1907024,6.1997361,6.0625696,6.1571517,5.8676872,5.9742045,5.7080622,5.6650338,5.6882324,5.6325078,5.5581512,5.5763245,5.8046737,5.4815259,5.2638483,5.1965809,5.1982961,5.1026287,5.1534896,4.8576522,9.231884,9.2502861,9.2048273,9.5594578,9.5029593,9.3770781,9.3524961,10.090676,9.6999063,9.1560373,8.9118547,8.9583988,8.8973713,8.9355049,8.562623,8.8225622,8.8111324,8.7606926,9.0450687,8.9820004,8.8695574,8.8572884,9.49788,9.1309338,8.6911783,8.4713926,8.5122232,8.4362535,8.4717865,8.0872393,7.165556,7.0171113,6.974483,7.0033641,6.9411144,6.8473401,6.9505954,7.1747932,6.8902869,6.6251688,6.5242081,6.5688076,6.4799819,6.5131307,5.8579674,8.6022253,8.5650101,8.5119495,8.7407274,8.6747131,8.5692701,8.5668421,9.1292982,8.7775888,8.383769,8.1832457,8.2201939,8.1340904,8.1699448,7.7789183,6.373538,6.3439622,6.3097715,6.5301099,6.4763231,6.4260736,6.4762893,6.9936037,6.7081447,6.5185409,6.355319,6.3660312,6.2299886,6.3365383,6.0682883,9.8678455,9.8303089,9.7722273,9.9543734,9.8859215,9.7631721,9.7704382,10.294133,9.9267511,9.2923393,9.0953875,9.1620817,9.0849085,9.1110992,8.6693077,11.043875,11.011949,10.951356,11.129567,11.061169,10.931566,10.948787,11.501332,11.093122,10.112762,9.9201107,10.015271,9.9493256,9.9746561,9.5301208,7.7610455,7.6482811,7.5934343,7.7132549,7.6460381,7.5556579,7.5735536,7.9715724,7.6446099,7.3490047,7.1982241,7.2193913,7.1125722,7.1590209,6.7863593,10.49431,10.369768,10.361321,10.021189,9.8898659,9.793251,9.7411556,9.83424,9.7001009,9.6041307,9.6019669,9.4971075,9.4642096,9.4167566,9.4342947,7.7467813,7.6585803,7.6318946,6.7070942,6.5796466,6.5095358,6.4873843,6.5284972,6.4881935,6.4705496,6.4489927,6.2266483,6.2167406,6.2762337,6.4601364,9.9212704,9.803484,9.7922726,9.2399893,9.1098976,9.0185776,8.973465,9.046032,8.9476128,8.8775406,8.872323,8.7153215,8.6897726,8.6742134,8.7582273,11.753287,11.634859,11.629968,11.132501,11.016557,10.936231,10.896048,10.979299,10.882103,10.805198,10.778445,10.608295,10.587652,10.517664,10.523501,9.8220387,9.7021236,9.691041,9.181777,9.0493336,8.9542274,8.9050121,8.9781342,8.8732109,8.7984495,8.798481,8.6534986,8.6249466,8.6092596,8.6853876,11.777853,11.657764,11.654706,11.268357,11.149976,11.067518,11.024696,11.119565,11.004603,10.916713,10.892597,10.755942,10.733459,10.654951,10.6356,10.667719,10.543773,10.536311,10.184796,10.055258,9.9608393,9.9103231,10.003741,9.8730564,9.7787409,9.7724695,9.6621027,9.6310892,9.5792265,9.5958385,16.979097,16.901068,16.908319,16.756739,16.6992,16.663351,16.63726,16.706684,16.628016,16.55694,16.533401,16.404634,16.39797,16.27454,15.826995,9.6768942,9.5657339,9.5517845,8.8725624,8.7466497,8.662961,8.6272469,8.6931725,8.6122923,8.556654,8.546298,8.3605757,8.340785,8.3411274,8.4572859,8.9018831,8.7764072,8.759264,8.3719158,8.2301998,8.1196995,8.0549564,8.1190062,7.9927955,7.9051361,7.9445481,7.8371768,7.7933965,7.7992601,7.8488846,12.335234,12.217262,12.215928,11.836945,11.723937,11.646562,11.606263,11.701847,11.591441,11.504651,11.475284,11.33204,11.31235,11.22139,11.16769,14.566674,14.463341,14.468334,14.234307,14.144761,14.08761,14.055346,14.155456,14.048821,13.96161,13.922383,13.789073,13.778563,13.64967,13.388035,4.5669308,4.4958286,4.4515777,4.2942653,4.1828313,4.0734673,4.0076776,4.0042043,3.9247313,3.8739109,4.1850381,4.1424356,4.0911145,4.1935349,4.1921172,6.9929075,6.8744898,6.8400817,6.2909155,6.1471624,6.0298662,5.9526181,5.9650211,5.8692899,5.8069444,5.8605371,5.7139668,5.6641064,5.7343893,5.8065572,7.8381619,7.7173262,7.6879072,7.3175435,7.1720376,7.0534539,6.9815598,7.0269842,6.9001975,6.8158808,6.9034777,6.8044267,6.7519021,6.7923775,6.8220501,8.7481518,8.6229219,8.6025448,8.2510576,8.1077452,7.9946222,7.9284325,7.993773,7.8594022,7.7675586,7.8197761,7.7239475,7.6768036,7.6865163,7.7198777,11.979869,11.860126,11.857972,11.519264,11.401888,11.320292,11.277504,11.3781,11.25599,11.163534,11.137244,11.01222,10.989883,10.903475,10.862113,10.525224,10.412858,10.382941,9.3554459,9.2468567,9.1674099,9.1341639,9.1643267,9.1143074,9.0768957,9.0350447,8.7309637,8.708293,8.6891117,8.8485031,7.3340588,7.2189689,7.1843238,6.8713431,6.7270217,6.6058106,6.5332088,6.5743666,6.4452872,6.3607526,6.493475,6.412436,6.3562517,6.4102087,6.4155884,9.1176805,8.9927139,8.9783573,8.5667038,8.4269247,8.319459,8.257411,8.3234758,8.2025986,8.1175776,8.1458549,8.0307884,7.9905529,7.9904609,8.049202,11.121503,10.998536,10.992773,10.680085,10.553787,10.462708,10.414372,10.515678,10.379423,10.280945,10.265956,10.161958,10.132914,10.066058,10.057169,9.3124943,9.1888838,9.1762514,8.7333231,8.5954962,8.4913359,8.4326305,8.5004091,8.3853645,8.3038568,8.3223324,8.1980953,8.161684,8.1571856,8.2242136,12.622701,12.506074,12.5061,12.212318,12.100875,12.024939,11.984903,12.090835,11.966926,11.872457,11.839177,11.718026,11.69886,11.596541,11.504764,9.6647558,9.5392914,9.5269384,9.1557341,9.0185814,8.9148178,8.856823,8.9360933,8.8063831,8.7148638,8.7325735,8.6259413,8.5878458,8.567852,8.6089163,13.835557,13.728475,13.7243,13.158664,13.064347,13.002316,12.972665,13.03983,12.989224,12.927061,12.88455,12.656236,12.641294,12.543434,12.418688,8.7534876,8.6334391,8.6222973,8.1089602,7.9700227,7.8632865,7.8010468,7.8536325,7.7550406,7.6843586,7.7039747,7.5651379,7.5296741,7.5475793,7.6415162,9.5708666,9.4447527,9.4297218,9.1231613,8.9837828,8.8765345,8.8167114,8.902379,8.7568398,8.6563692,8.6822472,8.5965395,8.553977,8.5343208,8.5502672,11.256434,11.134192,11.129322,10.775908,10.651789,10.563365,10.516785,10.613821,10.487726,10.394702,10.377784,10.259072,10.232424,10.164465,10.161692,10.36781,10.253603,10.242188,9.5803003,9.4592066,9.3763552,9.3399429,9.4084854,9.3263168,9.2661142,9.2492552,9.056345,9.0365086,9.0145864,9.1122952,6.9613423,6.8510628,6.8135805,6.5310426,6.388814,6.2668138,6.1939626,6.2298145,6.1034765,6.021256,6.186039,6.114027,6.0564642,6.1198039,6.115572,10.116275,10.002966,9.990963,9.3323841,9.2093039,9.1261053,9.0900002,9.1589212,9.0757322,9.0162611,9.0025978,8.8154793,8.7956181,8.7814693,8.8846397,10.92607,10.81029,10.795835,10.056045,9.9407167,9.8586235,9.8210516,9.8794765,9.8061409,9.7490091,9.7190571,9.4898281,9.4683743,9.4318295,9.5258799,5.3732228,5.2859707,5.2410846,4.9897437,4.8640056,4.7485113,4.6774578,4.6817126,4.5899963,4.5316882,4.7776699,4.7104115,4.6560082,4.7520556,4.7581525,10.585561,10.463818,10.456159,10.013079,9.8852024,9.7937651,9.7463932,9.8310671,9.7173662,9.6340923,9.6251516,9.4891644,9.4617529,9.4185953,9.4614058,9.6115103,9.4854212,9.4714012,9.1441784,9.0055666,8.8995066,8.8401413,8.9235229,8.7834272,8.6859293,8.7092686,8.6164799,8.5754089,8.555109,8.5800323,5.3889365,5.2933378,5.2445655,4.7892208,4.6598854,4.5481162,4.4747205,4.4677749,4.3878427,4.3389254,4.47153,4.3503218,4.2992911,4.3974581,4.4307017,6.1803746,6.0817933,6.0399456,5.8125901,5.6774521,5.5561519,5.4838076,5.5067096,5.3915606,5.3172383,5.5469522,5.489943,5.4317479,5.5119781,5.4985795,11.016527,10.893299,10.886711,10.59494,10.467197,10.374345,10.325028,10.428658,10.286294,10.1847,10.170749,10.075053,10.044421,9.9794025,9.9673948,10.288968,10.165306,10.156448,9.7569866,9.6253977,9.5291405,9.4775677,9.5628319,9.4400778,9.3516197,9.3510962,9.2308836,9.1993351,9.1617489,9.2011604,8.8710003,8.7457972,8.7248468,8.4199705,8.2764788,8.1628437,8.0979052,8.1721029,8.0263872,7.9276743,7.981883,7.9007998,7.8522263,7.8563972,7.8687582,10.571285,10.446699,10.438128,10.128367,9.9969931,9.9000559,9.8478851,9.9454832,9.804533,9.7045135,9.7007856,9.6047058,9.571064,9.5197353,9.5255194,8.4553728,8.3319645,8.3067474,8.0200233,7.8748684,7.757606,7.6904039,7.7595229,7.6114063,7.5124536,7.5892324,7.5158715,7.463378,7.4813213,7.4804382,10.167868,10.042508,10.032128,9.7015314,9.5672483,9.4669218,9.4121037,9.5027323,9.3649244,9.2675142,9.2738209,9.1753321,9.1392612,9.1012383,9.1218796,10.208248,10.082842,10.072208,9.7621603,9.6277103,9.5270128,9.4721518,9.5659227,9.4231663,9.3228598,9.3284521,9.2361755,9.1994238,9.1592054,9.1716595,13.84452,13.735424,13.736504,13.330591,13.233963,13.17073,13.13702,13.22216,13.136626,13.059728,13.023106,12.848282,12.834725,12.724213,12.564745,10.146581,10.034749,10.020152,9.2613926,9.1432571,9.0614185,9.0273094,9.0861616,9.015089,8.9634933,8.9443054,8.7268591,8.7079754,8.6960936,8.8212948,16.548101,16.46599,16.473076,16.251862,16.187944,16.149271,16.123619,16.195992,16.128504,16.060408,16.030415,15.889476,15.884099,15.761805,15.37476,10.875745,10.752689,10.74629,10.375153,10.247944,10.156338,10.10787,10.200853,10.075524,9.9839258,9.9730597,9.8541508,9.8255119,9.7690163,9.7847967,11.564268,11.442858,11.439054,11.12487,11.002871,10.916445,10.870903,10.973923,10.842108,10.745212,10.723325,10.612476,10.586795,10.508545,10.482249,9.9672146,9.8425493,9.8320656,9.4470358,9.3124943,9.212369,9.1575403,9.2400436,9.1136293,9.0235395,9.0316963,8.918704,8.8839045,8.8551769,8.8966656,11.267087,11.14657,11.141351,10.698139,10.576361,10.49089,10.447253,10.535332,10.425914,10.343072,10.323836,10.178008,10.15432,10.092464,10.110605,12.90465,12.789627,12.789252,12.386655,12.279904,12.208099,12.17064,12.261833,12.162309,12.080153,12.046859,11.887185,11.870253,11.771019,11.683211,14.319412,14.213429,14.217718,13.934023,13.841722,13.782365,13.749191,13.844896,13.744972,13.660332,13.623508,13.47969,13.468055,13.344056,13.117846,8.1328154,8.0093822,7.9847326,7.5752697,7.4304399,7.3144183,7.2435679,7.2903194,7.1689124,7.0867229,7.1491385,7.0376611,6.9885716,7.0209427,7.070271,9.3444233,9.2251663,9.2124109,8.6817293,8.5459557,8.4467726,8.3936996,8.4584951,8.357708,8.2868128,8.2938986,8.1476002,8.1174335,8.1177616,8.206521,7.9210253,7.8008466,7.771112,7.4696417,7.3240967,7.2043452,7.1341262,7.1897745,7.0501904,6.9577632,7.061132,6.9837341,6.9290318,6.9648514,6.9675436,11.137877,11.016052,11.010704,10.612693,10.488541,10.400421,10.354503,10.446352,10.328029,10.240005,10.224024,10.093501,10.067624,10.005874,10.018929,11.1234,11.004434,10.997712,10.479546,10.358706,10.274425,10.232915,10.313906,10.215264,10.140015,10.119772,9.954257,9.9320097,9.8792715,9.9199276,9.9898043,10.37281,10.088528,10.075058,9.9827003,9.9496746,9.923913,10.131191,9.9855509,9.8711271,9.7236071,9.7031927,9.6408024,9.515625,9.3126049,10.268689,10.950265,10.571088,10.456109,10.256196,10.216933,10.184135,10.329357,10.176261,10.069697,9.9985819,9.955843,9.8859472,9.716959,9.5481825,10.009737,10.397407,10.110048,10.093707,9.9986353,9.9665804,9.940361,10.148462,9.9992294,9.8833637,9.7407236,9.7171555,9.6536818,9.5269794,9.324295,10.483959,11.406239,10.95776,10.778702,10.508692,10.466349,10.429808,10.53265,10.404805,10.316485,10.285914,10.234679,10.164126,9.9640846,9.8164063,8.6276941,8.870225,8.6958008,8.6835861,8.5844545,8.5937109,8.5816879,8.8645191,8.6623678,8.5142212,8.3599968,8.3398123,8.2653379,8.2089558,8.0217848,9.1940956,9.5051022,9.2876186,9.2701979,9.1644821,9.1578159,9.137804,9.3979168,9.2130079,9.0748882,8.9258041,8.9025173,8.8326092,8.7494984,8.5528069,10.425179,10.863862,10.529061,10.503357,10.411949,10.372381,10.34324,10.514095,10.378634,10.27457,10.145141,10.120861,10.055466,9.8976116,9.7037516,10.296443,10.719692,10.399641,10.376681,10.283708,10.245981,10.217783,10.400036,10.260044,10.152212,10.018504,9.9947805,9.9301443,9.78228,9.5854158,10.80152,11.363173,10.958366,10.894628,10.770591,10.729681,10.696022,10.837111,10.698579,10.598495,10.521955,10.474947,10.402302,10.207438,10.027681,9.0565414,9.3374462,9.1494236,9.1557455,9.0671635,9.0756283,9.0570726,9.3531723,9.1913137,9.0580606,8.8790522,8.8600883,8.7957077,8.723938,8.5159483,10.581363,11.049737,10.692936,10.657976,10.559897,10.519998,10.489199,10.652466,10.514624,10.410951,10.299251,10.265349,10.197468,10.027143,9.8359346,10.140944,10.991401,10.595243,10.427547,10.161141,10.120613,10.086141,10.21178,10.068324,9.9696302,9.914691,9.8707094,9.8029547,9.6307335,9.4753799,9.9484854,10.665951,10.311598,10.1776,9.9473515,9.9096699,9.8783569,10.029233,9.8701878,9.7605238,9.6831808,9.6446323,9.5772676,9.4255762,9.2604036,9.6571751,10.031962,9.7691336,9.7414598,9.6294174,9.6076336,9.5830832,9.811017,9.6372528,9.508357,9.3733902,9.3461151,9.2779694,9.1686716,8.9714212,10.313728,10.860533,10.504233,10.432487,10.284871,10.247787,10.216757,10.382567,10.224887,10.112668,10.022432,9.9827423,9.9123983,9.7510805,9.569561,11.319839,11.946395,11.471051,11.399412,11.28774,11.243969,11.205488,11.303426,11.189014,11.105857,11.066621,11.003697,10.924712,10.681241,10.515139,10.244191,10.662755,10.348144,10.325032,10.229702,10.19339,10.165421,10.353917,10.209978,10.099534,9.9668312,9.9411964,9.8764153,9.7325773,9.5343151,11.411371,12.19317,11.658419,11.54317,11.384219,11.341285,11.302751,11.37928,11.273086,11.198774,11.200069,11.129427,11.047598,10.783962,10.632751,10.278522,10.713367,10.390522,10.36005,10.257344,10.221885,10.193152,10.380437,10.231066,10.118696,9.996273,9.9654055,9.8987913,9.7511835,9.5548544,10.96023,11.487059,11.079885,11.032594,10.933955,10.891176,10.856817,10.989539,10.863116,10.769017,10.684693,10.639088,10.566928,10.363407,10.182102,9.9160166,10.296478,10.01761,10.000265,9.9019117,9.8733006,9.8474455,10.064279,9.9088001,9.7891073,9.6474075,9.6220713,9.5576372,9.4365873,9.2336016,10.075186,10.498435,10.19363,10.160687,10.050358,10.018991,9.9913111,10.191771,10.032082,9.9133196,9.7897215,9.758832,9.6914787,9.5563564,9.3600073,10.408974,10.927073,10.569327,10.509997,10.379054,10.341745,10.310726,10.477949,10.324233,10.213418,10.11871,10.079225,10.008988,9.8444519,9.659256,11.274189,11.85257,11.40224,11.345702,11.252223,11.207284,11.167882,11.264915,11.155148,11.072478,11.019473,10.960181,10.882497,10.644253,10.476665,10.51135,10.965203,10.618795,10.588238,10.493215,10.453549,10.423491,10.590986,10.453714,10.349539,10.230101,10.200006,10.133261,9.9688683,9.7760344,10.712656,11.188326,10.819389,10.785763,10.694703,10.652699,10.621054,10.771201,10.64227,10.544294,10.4327,10.4001,10.33208,10.151543,9.963419,11.068866,11.68008,11.234871,11.161683,11.036549,10.994013,10.958096,11.076988,10.949482,10.857756,10.802115,10.747045,10.671323,10.451527,10.279251,10.999583,11.746419,11.273559,11.157717,10.979819,10.937109,10.900419,11.004805,10.879678,10.791975,10.760108,10.701778,10.625566,10.399934,10.240153,10.016301,10.567002,10.235678,10.154349,9.9889107,9.9540405,9.9245539,10.099692,9.9318333,9.8138514,9.718955,9.6826172,9.6132259,9.4691181,9.2899294,10.71415,11.183039,10.817293,10.787883,10.704243,10.661057,10.629616,10.771605,10.650491,10.556832,10.434601,10.410005,10.343218,10.161739,9.9765015,10.41102,10.857508,10.521043,10.490125,10.391007,10.353158,10.323657,10.500367,10.357181,10.249083,10.129134,10.098127,10.031417,9.8744488,9.6797905,9.0909061,9.3779421,9.1804295,9.1778212,9.0834942,9.0880661,9.0691776,9.353775,9.1809731,9.0447388,8.8775425,8.8568573,8.789362,8.7142649,8.5109129,9.089572,9.3739872,9.1857996,9.1969366,9.1107883,9.1152096,9.0965405,9.3909721,9.2382488,9.1085386,8.9240942,8.9066057,8.8456602,8.7736378,8.5623808,10.843956,11.375313,10.975924,10.923796,10.814741,10.773335,10.739847,10.881822,10.747424,10.648767,10.564347,10.519261,10.447371,10.252401,10.069702,10.853406,11.783857,11.28713,11.114828,10.865926,10.823224,10.78718,10.873441,10.759423,10.679505,10.66688,10.609373,10.534844,10.307712,10.164999,10.285747,10.710255,10.389009,10.368902,10.28507,10.244826,10.217088,10.38112,10.254717,10.155298,10.002799,9.9976244,9.9338665,9.7821932,9.5933456,9.5020514,9.9559603,9.6819553,9.6163244,9.461957,9.4344234,9.4097166,9.6147013,9.4260111,9.2944221,9.1808567,9.1513796,9.0819578,8.9717731,8.7905407,9.5994158,9.9419613,9.6963778,9.6858873,9.5883818,9.5698767,9.5463667,9.7895594,9.6267195,9.5000868,9.347537,9.3240948,9.2593632,9.1579332,8.9526873,9.124258,9.4296579,9.2264957,9.2420359,9.1533709,9.1247225,9.111124,9.364521,9.2372341,9.118515,8.9386177,8.9317122,8.8805523,8.8058538,8.5999098,11.432822,12.063106,11.576788,11.507583,11.407185,11.362394,11.321157,11.402495,11.297894,11.220754,11.19343,11.124926,11.043629,10.785707,10.625655,10.753859,11.514481,11.067422,10.941471,10.742819,10.700604,10.664652,10.778591,10.645817,10.553234,10.512004,10.458663,10.384996,10.176944,10.016531,11.156484,11.698913,11.280897,11.235965,11.156991,11.11006,11.068822,11.155929,11.056911,10.977491,10.908054,10.857125,10.781342,10.549729,10.38736,11.224164,12.12489,11.584211,11.430654,11.219573,11.177114,11.140197,11.211429,11.10894,11.037148,11.047441,10.980603,10.901103,10.644839,10.503659,11.426825,12.107126,11.601456,11.51595,11.392692,11.34911,11.309914,11.396225,11.286306,11.207721,11.187694,11.119202,11.037959,10.780697,10.620728,9.6783457,10.025577,9.7746353,9.7735329,9.6855059,9.6546764,9.6323414,9.8573332,9.7169571,9.6008492,9.4348469,9.4227095,9.3644056,9.2596684,9.0532389,9.5321255,9.9110231,9.6531096,9.6172905,9.4959717,9.4747658,9.4509602,9.6778173,9.4951267,9.3625984,9.2326298,9.2051487,9.1356058,9.0309229,8.8384295,11.236262,11.937472,11.44802,11.351439,11.205774,11.162711,11.125116,11.222735,11.104295,11.020455,10.992679,10.929586,10.850824,10.609467,10.447879,10.599738,11.096761,10.728866,10.682671,10.572097,10.532901,10.501361,10.662342,10.51907,10.413616,10.314798,10.275463,10.205674,10.031193,9.8431463,8.8004036,9.075284,8.9036942,8.9285908,8.8412914,8.8243303,8.811677,9.0967369,8.9702616,8.8461218,8.6522036,8.6427212,8.5938368,8.5387135,8.3275394,11.039532,11.600416,11.174163,11.116815,11.009288,10.96656,10.931239,11.056714,10.930232,10.837465,10.7672,10.716203,10.64203,10.42907,10.25177,8.7271099,8.9784012,8.8112364,8.8118973,8.7212906,8.7470617,8.73242,9.0453634,8.867754,8.7260714,8.5497875,8.5310659,8.460824,8.4013262,8.2030354,9.9581442,10.408044,10.10353,10.055196,9.9263477,9.8957176,9.8681011,10.065997,9.8966036,9.7741594,9.6599579,9.6274185,9.5583715,9.4261761,9.2360134,11.246683,11.813704,11.375067,11.322882,11.237142,11.190984,11.14953,11.236926,11.133585,11.053254,10.999339,10.940191,10.862125,10.62217,10.458693,10.468794,11.242324,10.824824,10.68795,10.467321,10.425984,10.390952,10.515007,10.374279,10.276667,10.225243,10.177055,10.106036,9.9172573,9.7565355,10.975128,11.480053,11.082329,11.044608,10.960028,10.915536,10.880918,11.005037,10.889202,10.800211,10.702959,10.664417,10.593969,10.389944,10.210467,10.637745,11.273162,10.866138,10.77465,10.612958,10.572348,10.53844,10.676198,10.532222,10.430605,10.364497,10.316943,10.244465,10.054546,9.8818512,11.096761,11.861444,11.37239,11.25379,11.076529,11.033629,10.996498,11.093458,10.973262,10.888999,10.86541,10.804292,10.726886,10.492086,10.335033,11.438006,12.173266,11.648722,11.547344,11.405668,11.362477,11.323572,11.404162,11.296132,11.22,11.212831,11.142474,11.060577,10.798307,10.643016,8.6429911,8.9166403,8.7546482,8.7829418,8.6933537,8.6731195,8.6652346,8.9475574,8.8298349,8.7081213,8.5145702,8.5067196,8.461298,8.412405,8.2059317,10.765176,11.263138,10.881737,10.840039,10.740468,10.699112,10.666659,10.815747,10.682358,10.582847,10.484532,10.44495,10.375048,10.189069,10.002384,10.363804,10.835979,10.494664,10.451007,10.336316,10.300053,10.270081,10.447554,10.295263,10.183331,10.075486,10.03959,9.9707985,9.8137884,9.6227036,9.4466562,9.764904,9.5402651,9.5458002,9.4576883,9.4363966,9.4152985,9.6674995,9.5214643,9.3991814,9.2269192,9.2108841,9.1528978,9.0637503,8.8520613,9.7636909,10.133355,9.8659029,9.8590937,9.7738419,9.7386084,9.7154713,9.9141626,9.7826633,9.6744499,9.5010824,9.504818,9.4450293,9.328702,9.1330805,8.963665,9.2418051,9.0635147,9.0831566,8.9983425,8.9949627,8.9782181,9.2725267,9.1336679,9.0071468,8.814786,8.8014288,8.7466974,8.6828871,8.4694653,8.9923105,8.8325758,8.9123583,8.9029894,8.7521124,8.7463665,8.7289953,8.7279787,8.2576141,8.2547512,8.2630081,8.264472,8.3563662,8.608882,8.3454046,12.011242,11.90781,11.950547,11.941944,11.824397,11.81674,11.79154,11.792892,11.476604,11.469991,11.462584,11.469069,11.527674,11.495794,11.327651,10.706649,10.56464,10.62577,10.612592,10.457056,10.448792,10.419921,10.422071,9.9991674,9.9929962,9.9861832,9.9931717,10.073753,10.134914,9.9044371,10.759059,10.623639,10.686518,10.670302,10.538869,10.528904,10.503101,10.503855,10.095407,10.089959,10.097517,10.102729,10.184332,10.238889,10.019582,9.7808809,9.6295967,9.7027483,9.6874399,9.5462914,9.5383854,9.515564,9.5160141,9.0668583,9.0628309,9.0725365,9.0765829,9.1664143,9.321064,9.07055,12.261757,12.156982,12.202358,12.189714,12.073828,12.061042,12.031964,12.030677,11.702751,11.69421,11.696925,11.700855,11.762536,11.718476,11.582934,12.812366,12.737747,12.768417,12.764819,12.676561,12.668677,12.646344,12.647155,12.408402,12.401871,12.395905,12.40275,12.446651,12.391606,12.28462,13.657377,13.599986,13.623867,13.623119,13.552381,13.541906,13.518888,13.516333,13.324155,13.315678,13.311913,13.316168,13.349578,13.283393,13.271204,15.699181,15.493363,15.368233,15.014247,14.455976,14.434729,14.224033,14.233403,13.802583,13.663733,13.602313,13.603237,13.640263,13.168227,13.057299,18.195889,17.965168,17.827419,17.505165,16.937517,16.922647,16.494907,16.507256,16.006805,15.882458,15.81876,15.888842,15.925425,15.453596,15.355074,14.761744,14.598103,14.493616,14.105036,13.593626,13.563489,13.401939,13.411299,13.021926,12.871659,12.821475,12.805071,12.844132,12.35535,12.230618,13.448629,13.699874,13.670129,13.223766,13.119789,12.498455,12.466118,12.600572,12.430287,12.162804,12.047185,12.12456,11.583571,11.371774,9.326726,13.924769,14.216595,14.198635,13.725382,13.639881,12.949625,12.921076,13.048635,12.911896,12.646265,12.54731,12.627357,12.009885,11.778535,8.888031,15.555307,15.615926,15.548106,15.251913,15.175324,14.809041,14.860987,15.059147,14.809844,14.412242,14.291601,14.397833,14.233961,14.047776,12.222782,13.567554,13.846029,13.82253,13.35432,13.255396,12.586841,12.553835,12.683854,12.52852,12.265173,12.155231,12.233686,11.640323,11.41905,9.152565,12.685553,12.898109,12.857868,12.427114,12.283521,11.744304,11.69019,11.810781,11.607513,11.380657,11.26173,11.329644,10.867744,10.672677,9.5352468,12.335397,12.47654,12.411887,12.065767,11.913142,11.514062,11.458308,11.583032,11.346457,11.131323,11.009653,11.066754,10.749176,10.574654,9.7304964,15.8913,15.975252,15.914725,15.588045,15.515801,15.124555,15.154686,15.347602,15.118266,14.728618,14.610227,14.709375,14.522401,14.317751,12.156132,12.427958,12.571154,12.506956,12.166448,12.0282,11.609323,11.566654,11.702325,11.469388,11.23328,11.108676,11.169419,10.833244,10.663033,9.6625109,13.051841,13.252344,13.208715,12.808283,12.690993,12.158364,12.125588,12.265205,12.06499,11.800752,11.677952,11.750789,11.303382,11.111912,9.5646048,13.499848,13.798532,13.778351,13.292358,13.191402,12.487225,12.451277,12.576939,12.427778,12.172555,12.065058,12.143372,11.509392,11.283826,9.0730562,12.307569,12.43978,12.37025,12.041978,11.897123,11.506923,11.458584,11.590476,11.351056,11.126393,11.002708,11.059555,10.751104,10.582728,9.6996069,13.957294,14.220317,14.197554,13.746156,13.6602,13.019989,12.994033,13.127435,12.979142,12.704304,12.597062,12.677002,12.117149,11.893251,9.0682592,12.496717,12.651067,12.59123,12.236259,12.098156,11.659341,11.615593,11.749743,11.521978,11.285099,11.161034,11.223507,10.867295,10.692972,9.6501961,13.605818,13.808424,13.769452,13.368023,13.269131,12.726792,12.705551,12.852625,12.664598,12.37592,12.254148,12.33243,11.883646,11.683867,9.6026325,13.701598,14.040196,14.028869,13.516649,13.426271,12.651539,12.616913,12.737256,12.611758,12.364796,12.269506,12.348285,11.635493,11.39602,8.7497683,20.954775,20.915327,20.859177,20.751493,20.762262,20.639538,20.989626,21.262455,20.966967,20.519426,20.405464,20.678242,21.184324,21.11062,20.109793,13.095701,13.376042,13.350711,12.86855,12.74762,12.078362,12.033214,12.154778,11.986599,11.745097,11.631136,11.70643,11.107651,10.892463,9.2665548,14.309086,14.426209,14.370302,14.041664,13.955111,13.529456,13.54497,13.720341,13.496465,13.152872,13.025184,13.113491,12.823359,12.64033,10.648163,15.832188,15.949219,15.90383,15.560172,15.494813,15.080581,15.088277,15.255908,15.06597,14.715693,14.59509,14.680625,14.429773,14.222191,10.925955,13.602475,13.832696,13.799821,13.373229,13.274428,12.687827,12.661265,12.801674,12.626443,12.347279,12.229512,12.307744,11.807932,11.599742,9.4212551,12.447209,12.60253,12.543136,12.182911,12.038172,11.604216,11.554321,11.68333,11.454643,11.227373,11.104621,11.165624,10.813334,10.636952,9.6680584,14.61147,14.701339,14.639445,14.332696,14.249266,13.854966,13.888411,14.073439,13.83578,13.47263,13.345807,13.440802,13.201939,13.023605,11.158134,14.531949,14.766349,14.746637,14.325343,14.256479,13.674687,13.655769,13.786705,13.653581,13.380676,13.280572,13.360993,12.864326,12.638023,8.7251358,12.565657,12.72937,12.672992,12.307042,12.170607,11.713728,11.670417,11.804327,11.581217,11.341771,11.217979,11.282149,10.907871,10.730416,9.6340351,12.377607,12.522039,12.458183,12.111857,11.965679,11.553579,11.503244,11.63262,11.398666,11.174283,11.051311,11.110202,10.779848,10.60676,9.6907749,12.929785,13.120013,13.073091,12.682588,12.561257,12.047814,12.013697,12.153036,11.946497,11.686419,11.562834,11.633906,11.20544,11.018375,9.5887127,12.522495,12.688241,12.632634,12.260781,12.118935,11.663327,11.614984,11.744601,11.521213,11.289598,11.166889,11.23,10.855997,10.67674,9.6413555,12.692194,12.859601,12.805048,12.438119,12.309388,11.839205,11.802512,11.941294,11.721881,11.47073,11.346031,11.412938,11.027122,10.849014,9.6276627,20.176729,20.151676,20.060614,19.73329,19.665892,19.350006,19.401587,19.617537,19.354404,18.864321,18.799892,18.918436,19.089743,18.815533,17.197859,12.562987,12.749308,12.701715,12.29809,12.149666,11.661163,11.60571,11.727305,11.511768,11.28909,11.169001,11.233557,10.82453,10.636798,9.6154461,18.658588,18.709738,18.64533,18.307516,18.257526,17.90885,17.946196,18.162214,17.940432,17.517899,17.422976,17.528921,17.536877,17.285273,15.079293,14.894952,15.0642,15.029802,14.655472,14.584362,14.103007,14.0953,14.244701,14.077581,13.766276,13.647228,13.726792,13.356451,13.148952,9.5976295,13.96135,14.17803,14.145754,13.731427,13.642864,13.079106,13.059076,13.20325,13.032372,12.741549,12.624681,12.704661,12.23437,12.024029,9.4342194,12.916614,13.137712,13.098618,12.672075,12.545319,11.98271,11.93983,12.06974,11.874848,11.627687,11.507532,11.579024,11.095745,10.898746,9.4869461,12.36702,12.50301,12.435621,12.104177,11.964431,11.560407,11.516912,11.652391,11.415776,11.182693,11.05808,11.11712,10.795486,10.627539,9.6727333,15.19533,15.339985,15.29939,14.940257,14.869924,14.420012,14.419523,14.578842,14.397173,14.065429,13.943177,14.02576,13.707885,13.502924,10.189681,13.316037,13.526609,13.487133,13.078089,12.970067,12.417143,12.388981,12.531017,12.340223,12.065374,11.943755,12.019608,11.554161,11.356328,9.5425882,15.218058,15.328488,15.274421,14.936543,14.860329,14.441657,14.458808,14.639305,14.422557,14.05816,13.934766,14.026855,13.772984,13.574219,11.23601,14.779097,14.971196,14.944967,14.556423,14.488923,13.977949,13.965594,14.104021,13.956892,13.669245,13.562642,13.641799,13.229701,13.014012,9.0188723,12.570024,12.723037,12.663333,12.312866,12.181345,11.737929,11.70079,11.840014,11.61322,11.366053,11.240809,11.305174,10.945878,10.773129,9.6456861,13.135349,13.371755,13.336963,12.900031,12.783367,12.190282,12.152377,12.284808,12.100675,11.843649,11.724865,11.799267,11.285812,11.082479,9.424798,12.45697,12.622203,12.567781,12.188016,12.035789,11.589321,11.532533,11.654507,11.428993,11.21112,11.090468,11.151739,10.78597,10.603901,9.6777124,12.264964,12.394115,12.323312,11.995465,11.842844,11.468538,11.413153,11.539083,11.296839,11.083979,10.961993,11.016509,10.723663,10.552866,9.754488,12.241884,12.365856,12.29192,11.975009,11.827959,11.457287,11.407125,11.53808,11.29431,11.074632,10.95126,11.00569,10.71637,10.549838,9.7229853,14.142079,14.481497,14.476444,13.972739,13.899353,13.130968,13.100055,13.219306,13.114349,12.872986,12.800302,12.876351,12.169324,11.921638,8.2809534,17.360903,17.345688,17.259478,17.020607,16.951738,16.662006,16.790983,17.01132,16.718412,16.252422,16.141138,16.292475,16.319193,16.151964,14.690653,12.518998,12.691086,12.638192,12.254756,12.108483,11.644865,11.59225,11.717629,11.496212,11.270579,11.149112,11.212214,10.829334,10.646807,9.6416483,12.796328,13.012119,12.971758,12.545877,12.411801,11.862093,11.814514,11.940847,11.741348,11.502936,11.38297,11.452653,10.981377,10.786195,9.5098505,12.667364,12.863578,12.817979,12.409914,12.269905,11.75832,11.708352,11.834235,11.624752,11.391907,11.271077,11.338004,10.906021,10.716704,9.5714922,12.395441,12.547842,12.488243,12.126018,11.973569,11.552027,11.495856,11.619375,11.388022,11.17129,11.050033,11.109229,10.768949,10.590911,9.7065716,12.828944,13.008472,12.95815,12.578685,12.454418,11.960574,11.925867,12.065435,11.852963,11.595906,11.471631,11.541051,11.13219,10.949384,9.6106901,12.702379,12.859892,12.80272,12.448574,12.323278,11.866196,11.834565,11.977483,11.75453,11.49719,11.371355,11.43854,11.067507,10.893227,9.650979,12.675526,12.8585,12.808524,12.420065,12.285294,11.793531,11.749259,11.881092,11.667059,11.426037,11.303358,11.37008,10.960057,10.775887,9.5957413,13.255804,13.530709,13.504625,13.033362,12.921112,12.259949,12.220305,12.346911,12.180981,11.928909,11.815191,11.891566,11.3037,11.088124,9.2532101,13.300996,13.614513,13.595979,13.092174,12.982444,12.251681,12.210234,12.330463,12.180813,11.937074,11.828372,11.905987,11.240792,11.014531,9.0855408,12.504265,12.679297,12.628286,12.236637,12.085628,11.619775,11.563237,11.684697,11.463744,11.244123,11.123799,11.186604,10.800902,10.616083,9.6506214,18.432022,18.394501,18.309795,18.119995,18.068314,17.831417,18.037798,18.271503,17.964804,17.489574,17.374331,17.567894,17.733635,17.598707,16.334124,12.493386,12.637757,12.574673,12.234507,12.101327,11.674384,11.636783,11.776123,11.544909,11.300602,11.175158,11.237776,10.894613,10.72501,9.6534643,12.822376,13.051294,13.014497,12.57361,12.438997,11.866193,11.816898,11.940449,11.74636,11.510537,11.391844,11.462386,10.966154,10.766825,9.4714651,12.943763,13.152443,13.110259,12.698863,12.575428,12.032423,11.993666,12.128034,11.928949,11.675069,11.553432,11.624977,11.163931,10.97072,9.5273561,14.101487,14.335173,14.308487,13.881059,13.797855,13.208385,13.186997,13.325836,13.169545,12.885348,12.774239,12.85452,12.353916,12.135648,9.1997662,14.155622,14.345212,14.308165,13.916275,13.830805,13.309398,13.296214,13.447562,13.267027,12.961984,12.841402,12.92237,12.504536,12.299801,9.672884,13.711065,13.983946,13.960565,13.498783,13.404933,12.746329,12.716248,12.848039,12.695035,12.426362,12.317397,12.396523,11.815214,11.593008,9.1301708,12.931393,13.183276,13.151872,12.69077,12.56111,11.945315,11.897202,12.019449,11.836433,11.598616,11.48174,11.554475,11.012633,10.806367,9.389225,14.657469,14.801029,14.754593,14.396978,14.316738,13.859144,13.861542,14.02825,13.827764,13.491,13.365977,13.451476,13.125144,12.926999,10.393402,17.225368,17.231655,17.149578,16.873398,16.801617,16.480486,16.56517,16.780611,16.50507,16.049948,15.944295,16.07341,16.051569,15.856738,14.235571,17.273531,17.310148,17.236851,16.924622,16.856293,16.505468,16.557003,16.767836,16.516401,16.080902,15.976894,16.089409,16.02964,15.810258,13.955112,10.606684,11.232676,11.212069,10.780982,10.546173,9.6332569,9.5998716,9.6620369,9.6259508,9.4366484,9.3608046,9.4104118,8.3854151,8.2405052,8.1559935,10.004174,10.473187,10.440205,10.122008,9.8468647,9.3276949,9.2878447,9.3453083,9.2790928,9.1075649,9.0356493,9.0754395,8.4455538,8.345973,8.261137,10.265809,10.833413,10.808057,10.425084,10.17093,9.4139853,9.3773184,9.4350538,9.388648,9.2127085,9.1396427,9.184186,8.3119717,8.1869774,8.1042376,12.171185,12.50948,12.457242,12.164205,11.883486,11.604158,11.578397,11.678901,11.557804,11.302849,11.223777,11.278314,10.962608,10.843469,10.712663,12.717765,13.424157,13.426425,12.756222,12.630692,11.354103,11.324443,11.44278,11.411384,11.015863,10.914826,10.997997,9.707653,9.4804182,9.3799191,13.499717,14.480673,14.531141,13.575143,13.563782,11.696746,11.684247,11.838114,11.886093,11.219715,11.10897,11.213866,9.3338881,9.0539541,8.9771662,13.557322,14.28449,14.309295,13.503348,13.435762,12.069107,12.034801,12.199856,12.164218,11.508314,11.394492,11.492152,10.161267,9.9130287,9.8185043,16.217796,16.537182,16.529865,15.921165,15.836131,15.24287,15.181967,15.490278,15.254117,13.934207,13.811552,13.905663,13.480333,13.279323,13.151257,11.097407,11.595362,11.565534,11.160092,10.919794,10.240397,10.201835,10.282804,10.207778,9.9722786,9.8882027,9.9418163,9.1945419,9.0566673,8.9566431,10.240835,10.677572,10.641709,10.330805,10.055537,9.5934334,9.5542707,9.6184645,9.5411301,9.3552513,9.2800131,9.3216171,8.7602329,8.6612587,8.5700178,13.033424,13.56778,13.552612,12.974823,12.817339,11.896276,11.858636,11.99208,11.907474,11.48709,11.384089,11.46556,10.566907,10.361693,10.244931,12.250383,12.815073,12.797353,12.261834,12.079493,11.14884,11.112807,11.221207,11.151906,10.822107,10.726357,10.797979,9.8472548,9.6593437,9.5508642,9.0438118,9.5607328,9.5327797,9.2535486,8.9661388,8.4282694,8.3920937,8.4276047,8.3890619,8.27139,8.2136316,8.2436905,7.5480084,7.46487,7.3994551,9.3501539,9.7316351,9.6961498,9.4769993,9.1791773,8.9348764,8.9009218,8.950367,8.8772898,8.7344961,8.6659298,8.697835,8.3189545,8.2591715,8.180747,11.318109,12.329646,12.330182,11.781159,11.631306,9.8730545,9.8794842,9.937685,10.004778,9.8285599,9.7613306,9.8197985,7.8351216,7.6163926,7.5389643,11.815366,12.887725,12.894336,12.258504,12.143291,10.206493,10.216043,10.282216,10.363162,10.152516,10.078229,10.145615,8.0125647,7.771349,7.6935344,12.659244,14.037337,14.063197,13.267337,13.25375,10.623876,10.667108,10.738603,10.913837,10.659493,10.583221,10.664679,7.7810316,7.4848838,7.4172401,13.712269,14.2363,14.228613,13.595785,13.468699,12.523857,12.482826,12.644315,12.548541,11.999075,11.888027,11.977579,11.091025,10.870359,10.751432,13.512001,13.826508,13.766837,13.435885,13.168191,12.865184,12.840866,12.96489,12.823415,12.512078,12.429605,12.495264,12.218575,12.068325,11.914983,7.6682177,8.1107655,8.0853167,7.9112902,7.6125693,7.3272591,7.2968855,7.314014,7.2860565,7.2170434,7.1759243,7.1929159,6.7137303,6.6695399,6.624465,11.716866,12.635059,12.636686,12.019188,11.876718,10.253978,10.244997,10.3175,10.3527,10.122061,10.041569,10.10913,8.3522215,8.1308069,8.0479794,17.87221,18.125292,18.087368,17.54475,17.425713,16.939411,16.888641,17.152811,16.931559,15.988848,15.871422,15.965372,15.742358,15.503222,15.326865,19.748064,19.921701,19.924961,19.477535,19.446821,19.157633,19.10354,19.85985,19.174036,14.998412,14.907646,14.970809,14.818665,14.713828,14.640256,7.5754981,7.9806261,7.9529099,7.7961826,7.4950743,7.2912984,7.2593865,7.2766738,7.2431927,7.1732078,7.1329656,7.14926,6.7568593,6.7204013,6.6752195,11.550718,12.752929,12.762194,12.209001,12.102003,9.944869,9.9797297,10.035194,10.163274,10.002983,9.9446993,10.00323,7.5072517,7.2589316,7.1837931,17.15604,17.420069,17.356377,16.883455,16.689846,16.299898,16.27878,16.471289,16.290783,15.789055,15.723551,15.852409,15.751815,15.55718,15.37626,18.95281,19.161097,19.138369,18.630838,18.563622,18.17408,18.111208,18.538265,18.186361,16.223864,16.111357,16.202038,16.078753,15.889424,15.747682,15.031923,15.449672,15.456895,14.767774,14.684739,13.911057,13.851487,14.113341,13.935029,12.818931,12.695552,12.791913,12.141949,11.934018,11.82137,13.266629,14.198631,14.232409,13.371213,13.329494,11.562175,11.548503,11.685136,11.720531,11.17905,11.071521,11.169342,9.380805,9.1091356,9.0245285,16.447834,16.701143,16.622807,16.267723,15.996413,15.750446,15.730053,15.884812,15.704905,15.318783,15.237225,15.315623,15.237233,15.03408,14.833869,14.795681,15.214326,15.200892,14.586806,14.46894,13.704353,13.656714,13.860947,13.717149,12.98948,12.871636,12.965228,12.314416,12.093934,11.961683,8.8673582,9.2952642,9.2620649,9.0300341,8.7314043,8.3935509,8.3540554,8.3908854,8.3357248,8.2164516,8.1593304,8.1869993,7.7010198,7.6383038,7.5712285,15.269514,15.658998,15.652159,15.018046,14.919114,14.196885,14.142266,14.385708,14.212226,13.258919,13.136898,13.231826,12.644524,12.428816,12.300543,10.507074,11.015803,10.986145,10.61372,10.357765,9.7056322,9.6666708,9.7332325,9.6687918,9.4716578,9.3942022,9.4407301,8.6938992,8.5719395,8.4816236,10.515295,10.904888,10.864354,10.581379,10.30005,9.9503784,9.9154625,9.9865532,9.8954573,9.6978006,9.6199379,9.662632,9.2208118,9.128396,9.0288706,13.128712,14.725004,14.766667,13.866378,13.925657,10.82296,10.892547,10.966923,11.218012,10.927481,10.850887,10.940048,7.5133853,7.1859341,7.125834,10.12956,10.540874,10.503218,10.21834,9.9360285,9.5484343,9.5106401,9.5735779,9.492588,9.3124828,9.2379866,9.277667,8.7863884,8.6971512,8.6059294,16.138189,16.459782,16.427813,15.871907,15.741147,15.157111,15.11122,15.333523,15.153613,14.400938,14.284146,14.380512,13.974962,13.75,13.592762,13.476287,13.933867,13.909234,13.370214,13.201922,12.435178,12.396838,12.541965,12.431982,11.988748,11.885854,11.969468,11.251004,11.051664,10.923642,12.083824,12.516359,12.480242,12.063087,11.83449,11.236628,11.199495,11.305552,11.202716,10.903538,10.812696,10.876163,10.257828,10.105572,9.9865294,19.749006,19.912853,19.898018,19.478844,19.433546,19.143831,19.084173,19.708437,19.161787,15.891987,15.787624,15.8618,15.781427,15.654416,15.549578,14.404337,14.922456,14.950671,14.141399,14.073749,13.111432,13.050825,13.292559,13.155593,12.0756,11.953387,12.054404,11.191192,10.975498,10.880183,10.042531,10.388309,10.352975,10.175723,9.8640804,9.7725115,9.7553091,9.8131113,9.7272797,9.5770426,9.5160122,9.5532808,9.3266201,9.2739029,9.1839619,14.340478,14.827435,14.827097,14.156778,14.054113,13.15483,13.10652,13.306339,13.184205,12.433039,12.314424,12.408767,11.601902,11.378676,11.260297,11.757229,12.314071,12.292549,11.801721,11.597687,10.726155,10.689698,10.784736,10.71771,10.434247,10.34346,10.40777,9.4926567,9.3220177,9.2179689,12.538637,12.981139,12.947965,12.491399,12.281282,11.621958,11.584768,11.702286,11.597211,11.260007,11.165465,11.23563,10.577826,10.409328,10.286369,12.170651,12.531088,12.482821,12.145363,11.884627,11.499392,11.467874,11.572278,11.452909,11.175989,11.090837,11.149329,10.739334,10.608402,10.479737,16.013962,16.347694,16.326244,15.742296,15.629885,15.010065,14.958461,15.201972,15.013815,14.11899,13.998715,14.093192,13.642604,13.420155,13.272881,15.083961,15.372585,15.302681,15.005,14.712072,14.530343,14.521463,14.661578,14.512578,14.208667,14.143392,14.210435,14.109801,13.938985,13.765553,8.3479528,8.7418594,8.7110815,8.5225143,8.2191935,7.9911847,7.9524674,7.9823775,7.9304209,7.8299379,7.7802362,7.8038244,7.4127159,7.3693976,7.3117456,12.230482,13.654051,13.667717,13.027264,12.989082,10.325311,10.387969,10.448294,10.644959,10.461269,10.404128,10.471659,7.4044833,7.1138239,7.0422716,13.48098,15.077539,15.131504,14.151772,14.241759,11.136905,11.208085,11.305613,11.564256,11.151233,11.056174,11.155765,7.7828012,7.4415336,7.3808203,11.944393,12.851444,12.855719,12.205901,12.07479,10.450191,10.439051,10.518704,10.54966,10.291883,10.207157,10.279217,8.5429106,8.3145514,8.2297649,11.360015,12.237826,12.234241,11.673123,11.506056,10.0037,9.9920626,10.057835,10.083823,9.8794212,9.8031559,9.8643637,8.212944,8.0086985,7.9269052,15.255503,15.647433,15.694628,14.780128,14.723643,14.015805,13.928048,14.263332,14.022713,12.310811,12.191142,12.295786,11.707701,11.524055,11.444497,15.053603,15.443214,15.422865,14.834543,14.708109,14.002959,13.956809,14.160778,14.008915,13.306154,13.189627,13.283557,12.704391,12.484313,12.344568,18.189911,18.424326,18.401175,17.860668,17.779659,17.330448,17.269543,17.628229,17.33535,15.791983,15.678371,15.771567,15.575905,15.368618,15.21807,14.229762,14.773961,14.794021,14.024764,13.94921,12.934661,12.881618,13.099153,12.984316,12.068527,11.94769,12.046485,11.12085,10.896942,10.795599,13.538909,14.891374,14.951706,13.943504,14.001813,11.39212,11.429225,11.555701,11.732366,11.177314,11.074711,11.180088,8.425703,8.1022005,8.0366936,14.950784,15.365785,15.357917,14.723285,14.617742,13.851483,13.800091,14.022404,13.868237,13.030259,12.909752,13.004246,12.359155,12.139889,12.011683,15.426029,15.809984,15.836045,15.067364,15.004615,14.30547,14.232292,14.566818,14.324088,12.687207,12.565915,12.663181,12.091004,11.905633,11.813563,12.596585,13.649848,13.671943,12.886561,12.820229,10.842877,10.844189,10.936367,11.010777,10.684369,10.593779,10.67914,8.5925159,8.3250961,8.2445707,9.085207,9.6495142,9.6248569,9.3272848,9.0448103,8.4039316,8.3703032,8.4037409,8.3752365,8.264225,8.2078257,8.2384663,7.4294834,7.3377266,7.2738233,16.536577,16.833418,16.83346,16.225981,16.155499,15.614045,15.549182,15.922025,15.627768,13.871917,13.750501,13.841637,13.462714,13.283575,13.170287,9.3848429,9.74261,9.7086477,9.5281086,9.2225122,9.1004744,9.0761919,9.1227608,9.0490084,8.9120407,8.8428717,8.8728952,8.5974159,8.5533924,8.4751081,12.968918,13.868657,13.891884,13.091716,13.022604,11.332095,11.3165,11.436577,11.463345,11.020346,10.917747,11.009514,9.2846203,9.0235643,8.9354496,13.98012,14.554976,14.568108,13.829971,13.74404,12.672901,12.62687,12.818118,12.725807,11.972935,11.854959,11.951291,10.953007,10.722396,10.616675,13.54044,14.547339,14.618396,13.530698,13.536764,11.627662,11.608414,11.770208,11.823959,11.073874,10.962215,11.075263,9.1614742,8.8814812,8.8139372,13.764178,14.473116,14.509631,13.639533,13.586288,12.25292,12.211079,12.398612,12.34878,11.544065,11.426851,11.529317,10.250477,10.005739,9.9171858,12.704736,13.572935,13.58825,12.839758,12.747567,11.136759,11.119337,11.228552,11.246365,10.863827,10.765422,10.851836,9.1949129,8.9452295,8.8551798,18.967667,19.187798,19.150581,18.612579,18.504274,18.060173,18.005606,18.303444,18.05304,16.937033,16.827147,16.918959,16.79528,16.549229,16.36622,18.460442,18.710693,18.658895,18.158751,18.003086,17.617149,17.597202,17.823269,17.636389,17.025259,16.948662,17.084513,17.046677,16.830809,16.654467,13.834035,15.66096,15.723834,14.718847,14.881291,11.295664,11.408026,11.509602,11.861444,11.41298,11.319041,11.422014,7.4300137,7.0603957,7.0054722,18.814547,19.040192,18.986483,18.458382,18.3251,17.892189,17.842489,18.088688,17.868301,17.02738,16.908796,17.006004,16.896585,16.647984,16.453535,14.141629,14.625328,14.617002,13.983117,13.862981,12.983528,12.939254,13.119523,13.005066,12.373784,12.259067,12.351027,11.553116,11.331553,11.20831,12.679729,13.178057,13.15446,12.636533,12.451883,11.642441,11.604882,11.726905,11.635403,11.269452,11.171166,11.246131,10.443373,10.256583,10.138373,10.963117,11.428799,11.395439,11.020892,10.769423,10.177981,10.139139,10.218247,10.137055,9.9097309,9.827117,9.877985,9.2152443,9.0885267,8.9879093,13.464755,14.318611,14.35483,13.482311,13.439496,11.822913,11.799314,11.955235,11.961975,11.320867,11.209015,11.309447,9.7032595,9.4392118,9.3533888,13.302168,13.913919,13.914257,13.244042,13.12534,12.011765,11.974872,12.120547,12.055435,11.553286,11.444759,11.533292,10.450719,10.223537,10.114412,10.882166,11.467016,11.444377,11.006944,10.775737,9.9223757,9.8865271,9.9577494,9.9075785,9.6939058,9.6132917,9.6661339,8.7229805,8.5757074,8.4848452,12.449679,13.521129,13.540006,12.780972,12.707361,10.705428,10.709811,10.795037,10.874642,10.579621,10.492863,10.574763,8.4431877,8.1791782,8.099721,12.281377,13.462209,13.47858,12.7491,12.678902,10.476146,10.494967,10.566927,10.678908,10.435188,10.35663,10.432832,8.0396624,7.7727785,7.698226,12.101331,12.909658,12.911264,12.266857,12.12851,10.689431,10.6687,10.75962,10.761337,10.467215,10.376683,10.451316,8.9400244,8.7180634,8.6271477,12.994968,13.596292,13.590356,12.961303,12.823024,11.753156,11.717342,11.849494,11.784601,11.351008,11.246746,11.330522,10.27568,10.058311,9.9483585,14.045255,14.496969,14.477677,13.897446,13.753241,12.960141,12.919165,13.085787,12.967179,12.427872,12.318574,12.408196,11.69199,11.479053,11.348893,9.5380907,9.9629526,9.9277821,9.6629009,9.3728247,8.9928465,8.9533215,9.0034924,8.9353199,8.7847643,8.7177629,8.7518053,8.2471266,8.1695232,8.0899858,11.888449,12.538685,12.526777,11.972114,11.793633,10.705271,10.673291,10.767281,10.724917,10.434984,10.343555,10.41223,9.2731438,9.0815983,8.9828186,12.66569,13.040221,12.994813,12.606407,12.368258,11.891706,11.858015,11.975045,11.852274,11.534398,11.444438,11.511154,11.038618,10.887489,10.754434,10.812961,11.667369,11.659589,11.171083,10.97543,9.5812197,9.5694046,9.6234856,9.647912,9.4833536,9.4152594,9.4673481,7.888989,7.7061911,7.62884,13.356295,15.047578,15.093583,14.153827,14.237191,10.945756,11.028164,11.105605,11.388858,11.065214,10.980571,11.070646,7.459209,7.1211185,7.0658975,10.586513,11.327789,11.313718,10.857833,10.637727,9.4926052,9.4689207,9.5238714,9.5187922,9.3498888,9.2792215,9.3287544,8.0343704,7.8737879,7.7950692,9.1755266,9.5705395,9.5360994,9.3108664,9.0130253,8.7339249,8.6965675,8.741848,8.6742268,8.5391464,8.4750462,8.5054493,8.0893154,8.0282612,7.953949,14.100178,14.691459,14.735496,13.824597,13.768972,12.668337,12.607189,12.83324,12.727931,11.690583,11.569529,11.675528,10.661039,10.436978,10.351551,12.865191,14.1687,14.20372,13.33586,13.328774,10.832605,10.861992,10.94732,11.100544,10.7792,10.692861,10.782316,8.1015959,7.8027792,7.7326155,10.005715,10.701015,10.683576,10.28731,10.040789,9.0464592,9.0196857,9.0638723,9.0535717,8.9156351,8.8515882,8.8931484,7.7328324,7.5966163,7.5239325,13.323689,13.739506,13.704977,13.223972,13.029331,12.383556,12.347059,12.484023,12.364691,11.968939,11.871381,11.950792,11.346106,11.163109,11.030109,13.33104,14.502286,14.549327,13.611223,13.619634,11.374565,11.388206,11.513357,11.627843,11.109434,11.005392,11.106444,8.7732296,8.4724588,8.3985777,15.076507,15.402273,15.352711,14.886258,14.690701,14.201635,14.171763,14.338939,14.183833,13.724718,13.635756,13.734612,13.384193,13.193025,13.034184,15.893471,16.221088,16.183941,15.648972,15.500619,14.933092,14.89394,15.096385,14.92889,14.296029,14.187908,14.288633,13.892781,13.674325,13.516829,12.755791,13.077749,13.021211,12.761681,12.461519,12.280937,12.265797,12.372242,12.247399,12.004638,11.936831,11.991846,11.783979,11.663277,11.524938,11.176458,11.537209,11.491586,11.213709,10.930222,10.637427,10.607662,10.690571,10.585613,10.365124,10.286102,10.333302,9.9668636,9.8677187,9.7549515,13.542115,14.044402,14.029547,13.437048,13.291605,12.409719,12.370142,12.521453,12.422515,11.933459,11.82621,11.912716,11.081008,10.868936,10.746772,11.425785,12.117443,12.105186,11.57681,11.38509,10.252637,10.22347,10.302197,10.275059,10.033395,9.9486322,10.010826,8.7940645,8.6118231,8.5204487,13.20105,13.94602,13.961383,13.207129,13.119085,11.731272,11.701962,11.841688,11.818141,11.306366,11.198292,11.290373,9.9124737,9.6668606,9.5695095,16.940218,17.223923,17.238283,16.593191,16.540878,16.03657,15.966987,16.436699,16.052338,13.606712,13.493846,13.57926,13.217055,13.061964,12.97318,18.356585,18.603262,18.543606,18.055643,17.882534,17.517708,17.502497,17.717358,17.531858,16.980164,16.921909,17.066103,17.069664,16.867229,16.685888,13.616721,14.206583,14.210011,13.520298,13.413216,12.327873,12.287848,12.450243,12.373709,11.79004,11.677431,11.769231,10.734225,10.504238,10.394118,13.256627,14.099232,14.125743,13.306997,13.245527,11.657242,11.635175,11.775321,11.781908,11.241467,11.133033,11.228825,9.6377411,9.3776989,9.2877455,13.122118,14.225732,14.263638,13.374723,13.35447,11.249563,11.254819,11.370547,11.462116,11.006868,10.905361,11.001966,8.818119,8.529748,8.4519796,16.402559,16.715752,16.697163,16.110979,16.009787,15.421762,15.366186,15.638182,15.426921,14.368738,14.248002,14.342359,13.938644,13.720209,13.574856,13.069295,13.54497,13.520413,12.993882,12.816442,12.033491,11.995615,12.128809,12.027573,11.625833,11.525308,11.604506,10.848763,10.656134,10.532626,15.206637,15.608186,15.622729,14.90828,14.834838,14.095683,14.030704,14.3243,14.118536,12.78276,12.659249,12.755914,12.1438,11.946303,11.842065,9.6562443,10.19509,10.167516,9.8393087,9.5654478,8.9269667,8.8897362,8.9359732,8.891964,8.7465858,8.6810045,8.7179279,7.9429655,7.8404026,7.7658348,14.730981,15.126287,15.100288,14.538901,14.39412,13.702132,13.660789,13.844171,13.703156,13.113767,13.003511,13.096919,12.516331,12.301894,12.160981,18.353899,18.588907,18.558407,18.01289,17.916887,17.453377,17.395901,17.710045,17.450319,16.201435,16.091173,16.184427,15.999681,15.769678,15.60179,12.183699,12.691093,12.665935,12.177521,11.976776,11.184261,11.146803,11.254915,11.170443,10.851153,10.756861,10.825334,10.014541,9.8407183,9.7279291,12.96802,13.695084,13.703602,12.991293,12.884671,11.547488,11.518229,11.646404,11.619542,11.17269,11.068183,11.155965,9.8168793,9.5794411,9.4800959,16.94595,17.189434,17.110664,16.718771,16.470636,16.182377,16.159912,16.328634,16.139542,15.704315,15.58995,15.683559,15.621605,15.418364,15.215391,13.204652,14.291335,14.403517,13.023421,13.047728,11.013674,10.980013,11.123566,11.206039,10.502864,10.393377,10.523471,8.4664192,8.188118,8.1358376,14.788958,15.07981,15.014576,14.642102,14.392196,14.06138,14.036717,14.18243,14.021502,13.647694,13.55765,13.637249,13.406163,13.231221,13.059369,13.105714,14.750185,14.787053,13.929715,13.994325,10.793139,10.874164,10.944296,11.212901,10.948684,10.877269,10.963557,7.3844705,7.0544891,6.9956579,13.924376,14.467825,14.469841,13.786832,13.681918,12.680113,12.636257,12.814692,12.718528,12.064162,11.94862,12.041823,11.109537,10.882216,10.768473,13.996644,14.358743,14.314581,13.858884,13.655338,13.118764,13.085537,13.233334,13.094864,12.683168,12.589343,12.6746,12.213972,12.032124,11.885808,12.479439,13.892329,13.91108,13.174074,13.14728,10.469309,10.519683,10.582764,10.767237,10.550264,10.479306,10.553083,7.5858102,7.2962885,7.2291102,11.834527,12.169989,12.122692,11.92384,11.601446,11.518274,11.511539,11.602166,11.488873,11.30157,11.254837,11.305294,11.147144,11.057728,10.940301,14.437414,14.869661,14.851626,14.259315,14.125742,13.353416,13.310053,13.492488,13.362276,12.751295,12.638232,12.730257,12.054368,11.836966,11.704078,13.680316,15.118548,15.189684,14.124792,14.211392,11.431142,11.478589,11.609439,11.815216,11.213589,11.113067,11.221627,8.2749977,7.9417138,7.8823376,16.524302,16.786198,16.715504,16.284323,16.062014,15.709258,15.686855,15.861227,15.680614,15.230382,15.151762,15.2635,15.146492,14.958261,14.771883,13.245959,13.619766,13.575483,13.151433,12.930655,12.41126,12.377397,12.508081,12.379094,12.019238,11.926531,12.001529,11.517112,11.350154,11.211196,15.328268,15.668095,15.62745,15.119434,14.950349,14.396638,14.363013,14.544809,14.389934,13.860506,13.762865,13.863732,13.457416,13.251719,13.097145,12.870088,13.930953,13.960511,13.121942,13.075788,11.066516,11.067129,11.171371,11.248619,10.860071,10.763253,10.854609,8.7599211,8.4831285,8.4030018,11.150426,11.925659,11.916138,11.394152,11.20259,9.9278927,9.9061317,9.9726295,9.9710913,9.7660437,9.6882572,9.7464409,8.3467302,8.162549,8.0785322,14.086962,14.476581,14.440865,13.940607,13.759714,13.134816,13.0989,13.254567,13.121822,12.667368,12.568193,12.656337,12.112173,11.91753,11.776208,11.225327,11.781241,11.757357,11.307934,11.083859,10.261573,10.224666,10.305999,10.244286,10.003035,9.9178886,9.9747992,9.0836544,8.9303713,8.8328629,13.424792,13.759998,13.706386,13.330303,13.086439,12.684455,12.6548,12.78343,12.644386,12.305238,12.216365,12.288028,11.922308,11.764851,11.616846,9.4109221,9.7803087,9.7443962,9.5403385,9.240036,9.0497799,9.0201368,9.0694466,8.9945116,8.8507776,8.7795286,8.8108511,8.4791431,8.4258356,8.3462238,10.91596,11.341795,11.304102,10.963891,10.701299,10.214535,10.176673,10.255902,10.166136,9.9429789,9.861311,9.9100618,9.3508406,9.2354288,9.1321783,11.308705,12.037673,12.026871,11.498266,11.307175,10.109462,10.083278,10.156617,10.140792,9.9148932,9.8329315,9.8935852,8.5952663,8.4117651,8.32374,13.308208,13.959763,14.067966,12.690473,12.651655,11.452402,11.357287,11.538174,11.478775,10.566071,10.4506,10.581356,9.4545212,9.2324877,9.1757479,11.757288,12.506628,12.50079,11.917223,11.750793,10.465882,10.440842,10.525148,10.511677,10.247381,10.159888,10.228017,8.8642168,8.6622305,8.5707512,18.568903,18.804773,18.748564,18.22821,18.081007,17.656475,17.615095,17.846897,17.638762,16.913214,16.80225,16.913897,16.816843,16.580221,16.393438,11.559126,11.993374,11.956728,11.570848,11.327431,10.766882,10.729311,10.822967,10.726659,10.463224,10.376156,10.433002,9.8278313,9.6909266,9.5788774,12.575654,13.155151,13.141797,12.568173,12.403819,11.413889,11.378187,11.496009,11.428255,11.060468,10.961262,11.03814,10.043213,9.8423023,9.7324848,14.053621,14.587424,14.661998,13.543748,13.49241,12.515099,12.42639,12.664557,12.537758,11.363488,11.240885,11.359693,10.477124,10.267477,10.196168,14.397684,14.800115,14.771414,14.229153,14.0713,13.386229,13.347351,13.517191,13.38343,12.858665,12.75294,12.84446,12.254891,12.047146,11.907522,18.808111,19.005285,18.995411,18.518124,18.466997,18.118168,18.057196,18.607153,18.134962,15.307082,15.198044,15.277218,15.123188,14.980688,14.873192,13.521841,14.198598,14.214215,13.458925,13.373964,12.110936,12.074677,12.235381,12.185635,11.576357,11.463463,11.558146,10.333513,10.09227,9.991684,8.9434309,9.4040403,9.3724108,9.1208639,8.8262482,8.4132719,8.3746653,8.4112034,8.3618193,8.2420673,8.1843948,8.2129927,7.6496177,7.578496,7.5116978,12.75441,13.858381,13.886405,13.060015,13.013019,10.923426,10.929264,11.024644,11.11499,10.765794,10.673395,10.76221,8.56106,8.2834148,8.2051344,12.406404,13.258336,13.267085,12.567316,12.454074,10.898983,10.881227,10.979673,10.9933,10.662884,10.569036,10.649675,9.0314579,8.7933893,8.703227,10.087031,10.717828,10.696396,10.307141,10.055705,9.1857557,9.1534758,9.2035398,9.1756248,9.0199547,8.9516468,8.994379,7.984838,7.8555841,7.7789907,14.548297,14.866262,14.810541,14.390862,14.168379,13.739485,13.71078,13.861686,13.708195,13.306161,13.217161,13.3051,12.979891,12.8028,12.64264,11.415495,12.045443,12.028687,11.526575,11.32376,10.322622,10.289416,10.37156,10.327619,10.078732,9.9925575,10.053713,8.9807749,8.8084249,8.7134514,13.696363,14.452949,14.515643,13.478136,13.44539,12.027119,11.976777,12.168574,12.132144,11.240959,11.123467,11.235446,9.8722878,9.625906,9.5511799,18.003538,18.235806,18.241386,17.691628,17.645401,17.24021,17.177124,17.734901,17.2572,14.296697,14.188972,14.266865,14.012276,13.874673,13.785693,11.744841,12.227654,12.197647,11.759328,11.536108,10.838247,10.800255,10.897574,10.811114,10.529846,10.439874,10.501354,9.7659693,9.6113262,9.5013313,13.068326,14.372718,14.414254,13.499884,13.508039,11.003782,11.032219,11.128448,11.283338,10.903284,10.809185,10.903734,8.2446938,7.9395447,7.8697643,12.465343,13.138857,13.134602,12.510844,12.364667,11.177382,11.146308,11.256971,11.217376,10.861075,10.763057,10.841303,9.6309175,9.4166985,9.3149748,11.528082,11.926994,11.88547,11.536328,11.2795,10.820079,10.784388,10.877116,10.773299,10.518502,10.433391,10.48778,9.9804993,9.8549271,9.7398167,14.421084,15.014138,14.278914,14.209736,14.175121,14.150497,14.132259,14.172183,14.114567,14.086176,14.064516,13.917725,13.818061,13.379815,13.193712,15.01571,15.498359,14.853864,14.796618,14.762407,14.739206,14.725978,14.777311,14.717505,14.696609,14.666741,14.495877,14.410165,14.009013,13.743382,11.753633,12.225568,11.795366,11.723375,11.670289,11.626576,11.583185,11.613664,11.52929,11.480945,11.453638,11.372427,11.294636,10.949254,10.838199,10.558785,10.969386,10.677637,10.604968,10.547429,10.497916,10.447401,10.463686,10.375047,10.319099,10.287474,10.234799,10.16748,9.8863583,9.7996693,17.222593,17.457712,17.063992,17.02733,17.005005,16.993555,16.992996,17.05094,17.005953,17.007761,16.976421,16.584351,16.536224,16.266672,15.283628,12.365776,12.847193,12.344976,12.275318,12.224317,12.18369,12.146706,12.191251,12.10654,12.063614,12.024563,11.936426,11.856084,11.48225,11.353592,13.274817,13.818178,13.20347,13.134221,13.090159,13.056337,13.027195,13.071799,12.997729,12.962371,12.931581,12.817329,12.728274,12.320127,12.172033,14.294865,14.848839,14.161673,14.097027,14.060213,14.03386,14.015065,14.061655,13.998472,13.971056,13.942746,13.799246,13.706211,13.282868,13.093077,16.640848,16.896297,16.487886,16.449451,16.422956,16.407267,16.407181,16.473862,16.417299,16.420261,16.376661,16.034567,15.984941,15.70183,14.906713,12.128815,12.572116,12.100388,12.031876,11.978515,11.935989,11.898695,11.950249,11.859932,11.81591,11.761156,11.687439,11.61135,11.247427,11.118268,15.932966,16.228233,15.785359,15.743311,15.712148,15.691653,15.68864,15.760268,15.693667,15.69347,15.642347,15.365241,15.312863,15.008495,14.429338,12.975304,13.480941,12.913644,12.846573,12.799406,12.762723,12.731829,12.782272,12.701581,12.666669,12.626707,12.523806,12.440209,12.04679,11.903307,13.72622,14.293495,13.626831,13.557785,13.517483,13.487326,13.462606,13.50642,13.438478,13.406243,13.378664,13.251463,13.158247,12.736216,12.575063,14.712389,15.291683,14.554203,14.486731,14.453364,14.430233,14.41428,14.454161,14.398734,14.371549,14.350471,14.196397,14.096757,13.660342,13.457459,11.58399,12.021945,11.611786,11.540044,11.484825,11.439671,11.396304,11.432803,11.343775,11.293012,11.251642,11.182755,11.108191,10.768597,10.656014,12.436835,12.990443,12.455526,12.379338,12.332607,12.294642,12.254396,12.278282,12.205157,12.163051,12.148721,12.045219,11.957334,11.575814,11.454325,12.737295,13.19805,12.672866,12.609846,12.560163,12.520762,12.489866,12.550564,12.462699,12.439672,12.382963,12.292702,12.215833,11.840029,11.696396,15.128277,15.501945,14.983471,14.93504,14.90088,14.877709,14.867143,14.932417,14.867361,14.884418,14.840693,14.629663,14.564775,14.218843,13.855945,13.639651,14.155718,13.539832,13.476521,13.434005,13.402092,13.3781,13.432032,13.357333,13.331886,13.292734,13.170192,13.084821,12.681013,12.515605,14.033356,14.619934,13.915133,13.845431,13.807979,13.780497,13.758688,13.800253,13.737515,13.706981,13.6828,13.546496,13.449634,13.017752,12.847188,10.023121,10.438487,10.211963,10.138656,10.081938,10.030236,9.9775572,9.9800634,9.8942709,9.8370171,9.8356571,9.7737436,9.7090807,9.4629078,9.3946428,12.293465,12.721077,12.239786,12.176999,12.124189,12.081989,12.048424,12.11132,12.018175,11.991943,11.917547,11.850035,11.77731,11.417807,11.280097,14.663464,15.21371,14.511209,14.447754,14.41338,14.389497,14.373775,14.418767,14.360185,14.334141,14.308395,14.154083,14.059775,13.634875,13.423382,13.610872,14.201912,13.522956,13.449359,13.40932,13.37893,13.352211,13.390312,13.324516,13.29049,13.268334,13.14205,13.045808,12.61892,12.465109,14.671748,15.104258,14.532216,14.478881,14.442146,14.416586,14.402386,14.46371,14.396128,14.398623,14.357402,14.185461,14.111163,13.737727,13.472673,12.606079,13.075443,12.554392,12.488181,12.437832,12.39808,12.364932,12.419966,12.333035,12.297602,12.246884,12.158508,12.079757,11.701206,11.562806,13.199439,13.779784,13.145592,13.070076,13.027278,12.993937,12.962318,12.99661,12.927544,12.890224,12.870056,12.752684,12.658907,12.24445,12.102896,18.024,18.197653,17.884678,17.855648,17.837549,17.829508,17.832371,17.886139,17.848179,17.850683,17.819956,17.336836,17.296989,17.077488,15.734744,16.717411,16.999531,16.548441,16.505978,16.481508,16.467478,16.462576,16.517965,16.470095,16.468132,16.441463,16.11001,16.057095,15.755007,14.983469,13.530909,14.011615,13.435475,13.37663,13.333267,13.300458,13.277288,13.33814,13.259631,13.253477,13.205332,13.085767,13.006704,12.620759,12.454431,15.793072,16.156393,15.62406,15.575505,15.545592,15.525963,15.517486,15.574959,15.517934,15.511616,15.479135,15.237864,15.170275,14.822538,14.352899,13.243444,13.80888,13.181218,13.10866,13.065367,13.031919,13.001471,13.040108,12.969034,12.932213,12.907758,12.791569,12.699611,12.287082,12.142586,12.296346,12.737372,12.250597,12.184715,12.132095,12.090356,12.055563,12.113199,12.022055,11.984601,11.921798,11.848344,11.773016,11.40637,11.271392,12.86683,13.413186,12.833815,12.761118,12.715162,12.678986,12.644587,12.68086,12.606235,12.566441,12.542173,12.434791,12.346094,11.94818,11.813395,16.364191,16.685604,16.186098,16.139536,16.113621,16.096392,16.089495,16.142082,16.090797,16.082264,16.055231,15.769591,15.706302,15.379241,14.756103,10.974019,11.445781,11.111251,11.038905,10.985596,10.939264,10.88841,10.897792,10.816794,10.766614,10.758472,10.680529,10.606669,10.304852,10.216677,14.172363,14.821955,14.044534,13.965061,13.931422,13.906549,13.88558,13.917809,13.863864,13.834778,13.819717,13.676311,13.570209,13.117226,12.951818,14.830379,15.382607,14.669192,14.605599,14.572392,14.549621,14.535111,14.578346,14.522285,14.496511,14.472661,14.314221,14.218509,13.791596,13.571593,12.176919,12.683381,12.196754,12.12442,12.07417,12.033374,11.992636,12.023705,11.943595,11.898709,11.874919,11.782553,11.700197,11.33394,11.21525,15.74754,16.063381,15.598413,15.55478,15.523385,15.503727,15.497678,15.565381,15.504544,15.52729,15.482198,15.215771,15.158767,14.841843,14.317524,12.040033,12.460235,11.99903,11.93389,11.879851,11.837348,11.801558,11.859909,11.766306,11.727078,11.64897,11.59235,11.519603,11.163809,11.03196,13.344422,13.955792,13.283685,13.201805,13.161343,13.129629,13.098754,13.128765,13.064566,13.028723,13.013351,12.889075,12.790821,12.365605,12.222699,14.476443,14.978566,14.337064,14.277803,14.240703,14.214534,14.197855,14.251431,14.185719,14.164968,14.130587,13.978364,13.892702,13.487877,13.271396,15.05504,15.566821,14.887028,14.827185,14.793975,14.771306,14.758167,14.804664,14.748044,14.724235,14.698007,14.531291,14.440369,14.027137,13.776011,6.4414368,6.5457945,6.4898901,6.9810648,6.9354043,6.8943858,6.8825622,7.7976265,7.4140921,7.2662582,7.0185742,7.0026121,6.9800148,6.9877591,6.6768012,8.1600275,8.2624502,8.2424374,9.0028639,8.9597349,8.8860807,8.8379393,10.304295,9.6587973,8.982585,8.9280214,8.9844952,8.9313211,8.9321556,8.4932528,6.8342953,6.952754,6.9163337,7.6447802,7.6068883,7.5428176,7.5239854,8.9090071,8.3250647,8.0745382,7.9984961,8.0476255,8.0177679,8.0079441,7.6274104,6.4678321,6.5882435,6.1668673,6.1486793,6.1155982,6.0722361,6.0664716,6.1334066,6.066102,6.0169535,5.7065463,5.9299998,5.9689255,5.9863148,5.8154402,6.964191,7.0780368,7.009223,7.4742155,7.4269876,7.3777647,7.3626647,8.2509422,7.8680205,7.7013478,7.4704804,7.4716511,7.4534431,7.4501004,7.1153727,8.2382202,8.4137726,8.2020149,8.236063,8.2000818,8.1481133,8.1393719,8.3883505,8.2306252,8.1122532,7.771986,7.8293076,7.8661532,7.8491869,7.5371265,3.8341787,3.8777282,3.8530354,4.6652465,4.6217966,4.5675006,4.5478511,6.2734051,5.5260873,5.4207678,5.3611398,5.3750496,5.340055,5.3693271,5.1377864,6.6657462,6.7866631,6.5444841,6.5654421,6.5291271,6.4870119,6.4797125,6.6088762,6.51334,6.4437194,6.0589924,6.10322,6.1192856,6.1345892,5.9067659,7.5492177,7.681407,7.5999465,8.017705,7.9723821,7.9164023,7.8988185,8.7348623,8.3635893,8.1784573,7.9628878,7.9845142,7.9743524,7.9582434,7.5992904,9.9534006,10.267481,10.149611,10.097494,10.090803,10.020289,9.9940701,10.397471,10.172218,9.960866,9.79321,9.8890886,9.9392624,9.8737888,9.4168167,8.3989487,8.5719357,8.4938087,8.8722277,8.8362455,8.767086,8.7412481,9.5933142,9.2062044,8.9628716,8.8109779,8.869956,8.8649197,8.8279781,8.41574,9.9963999,10.379913,10.308641,10.155204,10.157004,10.081052,10.033979,10.439096,10.223639,9.963686,9.8548908,9.940052,9.9482727,9.8878422,9.354867,9.4251842,9.6543074,9.5921593,9.7901506,9.7646837,9.6802034,9.6295033,10.343477,10.000347,9.6305237,9.5231581,9.5979643,9.5749102,9.5232248,9.0339508,6.7074585,6.8197546,6.7896886,7.5600724,7.5217943,7.4573064,7.438776,8.9037037,8.2870798,8.012373,7.9520636,8.0012331,7.9652462,7.9593139,7.5745397,9.7688999,10.063306,9.9772224,9.9867573,9.9760571,9.8984003,9.8586102,10.360559,10.100252,9.8350382,9.7005329,9.7860975,9.7995405,9.7380075,9.2567234,10.345144,10.753195,10.401866,10.214038,10.205893,10.159885,10.193504,10.331951,10.217083,10.12417,9.8397484,10.054998,10.263509,10.215855,9.8579359,10.012422,10.372368,10.30925,10.184554,10.183296,10.101269,10.042312,10.476522,10.247654,9.9391756,9.838603,9.9226751,9.9152412,9.8549509,9.3187532,9.709094,9.9909058,9.9134951,9.9568748,9.9433517,9.8628139,9.8180542,10.363178,10.086335,9.7932415,9.6687126,9.7515287,9.7527466,9.6929979,9.205224,8.3979368,8.5975733,8.2487183,8.2161398,8.1859455,8.1356897,8.1358318,8.2877941,8.1689539,8.0770779,7.7578654,7.9395967,8.0163612,8.0005722,7.7251859,9.3475685,9.5807095,9.4576788,9.5588026,9.5328827,9.4649191,9.4419432,9.9447947,9.6816425,9.4714441,9.2734213,9.3505478,9.3822069,9.3290539,8.9104557,9.8298054,10.131335,10.034009,10.019638,10.010664,9.9358788,9.9014692,10.365104,10.118571,9.8771658,9.7298851,9.8187647,9.8458967,9.7827024,9.3113346,9.5181761,9.8209381,9.4668341,9.3572035,9.3399324,9.2911768,9.3066759,9.4584665,9.3369007,9.2395468,8.9426231,9.149579,9.291523,9.2554541,8.938302,10.063541,10.461602,10.379178,10.199718,10.206245,10.134503,10.096271,10.465493,10.263782,10.038812,9.9185486,10.008761,10.036439,9.973794,9.4514503,10.011723,10.313739,10.260199,10.251533,10.2342,10.147013,10.072421,10.617266,10.338406,9.9092627,9.8187647,9.8948259,9.8640156,9.8091583,9.2676992,9.2619648,9.4866648,9.4172487,9.633049,9.6076241,9.5268698,9.4845276,10.200734,9.8588572,9.5386,9.418828,9.4932919,9.4803295,9.4289417,8.9584246,8.4011087,8.573535,8.5142107,8.9524984,8.9180841,8.8431778,8.8109922,9.7769403,9.3458834,9.04527,8.9329929,8.9964361,8.9759684,8.9396601,8.5031004,10.045386,10.367229,10.21453,10.135187,10.127312,10.062384,10.04736,10.386716,10.183894,10.003798,9.8053818,9.9123631,9.9913597,9.9259834,9.4911652,9.0701647,9.2317219,9.1861458,9.6137075,9.5740433,9.4902096,9.4380293,10.426155,9.9710999,9.4565086,9.3708611,9.4365091,9.3910589,9.3570089,8.8713646,7.9027381,8.0503836,7.9409871,8.1706715,8.1276951,8.0749311,8.0599604,8.6022062,8.3401432,8.1788063,7.8913341,7.8975348,7.8991032,7.8823071,7.536274,10.259533,10.496303,10.452981,10.531531,10.504978,10.418212,10.297295,10.912307,10.595565,9.9562807,9.8799057,9.9522972,9.907609,9.8628464,9.3325644,5.4296074,5.5084772,5.4733806,6.2638454,6.2205868,6.1664114,6.1514287,7.6683903,7.031837,6.8753729,6.7724047,6.7959476,6.7662897,6.7785492,6.4766979,9.7817268,10.085587,9.8475122,9.7594004,9.7423697,9.6862421,9.6862946,9.9291105,9.7648087,9.6298399,9.3708506,9.5079784,9.6139946,9.5620937,9.1808205,9.7052288,9.9147129,9.8644714,10.092731,10.060809,9.9729319,9.9038877,10.671217,10.299,9.7751102,9.6865416,9.7580423,9.7163,9.6702309,9.1572447,6.4326348,6.5451293,6.4865756,6.7735643,6.7335534,6.6989489,6.6923246,7.2462015,7.0083656,6.8898568,6.5333529,6.4674664,6.4504137,6.4680328,6.1938753,10.497926,10.6986,10.659777,10.772487,10.745857,10.659412,10.508758,11.143461,10.809561,10.038947,9.9698858,10.043113,9.995779,9.9552908,9.4402256,5.9200087,6.0305018,5.9786959,6.1208467,6.0936728,6.0633392,6.0615506,6.3601642,6.2186103,6.1325278,5.7079134,5.597115,5.5821157,5.6075788,5.3920097,6.9963484,7.1288457,6.9904323,7.0552955,7.0185308,6.9737935,6.9636827,7.1880689,7.0517659,6.9536796,6.5379577,6.4857497,6.4888949,6.4959998,6.2417622,10.385107,10.779305,10.623857,10.44938,10.453023,10.391875,10.383606,10.668263,10.489444,10.327372,10.140711,10.257896,10.364937,10.295551,9.8360128,7.979136,8.0974569,8.063323,8.7371321,8.6907349,8.6144781,8.5801363,9.9003477,9.3217716,8.838542,8.761116,8.8168268,8.7663374,8.7543526,8.3077745,9.7748966,10.059085,9.9903154,10.026103,10.012412,9.928443,9.8756523,10.429023,10.148686,9.8197603,9.707303,9.7891226,9.7790279,9.7198639,9.2171106,8.7559786,8.9226198,8.8748178,9.3197289,9.2822056,9.2007618,9.1568584,10.158962,9.7059412,9.2785959,9.1887894,9.2537193,9.2145777,9.1796818,8.7083559,3.477169,3.5234201,3.5113792,4.3299975,4.2983027,4.2564068,4.2492685,6.0294213,5.2616796,5.1673112,5.1377254,5.1560059,5.1227489,5.1561675,4.93748,5.8584576,5.9572892,5.7136998,5.7327194,5.6987324,5.6625476,5.6570029,5.7496176,5.6781621,5.6275578,5.2450867,5.2886496,5.2959876,5.3221326,5.1241636,9.7460337,9.8936634,9.8535194,10.229719,10.189468,10.104555,10.013612,10.938403,10.491569,9.7666817,9.6934595,9.7601433,9.7088251,9.6803961,9.1855116,8.7322502,8.9612188,8.5879269,8.5302496,8.5049496,8.4557323,8.4623852,8.6039972,8.4891615,8.399066,8.0846233,8.2918777,8.3940067,8.3733358,8.0976534,10.437807,10.872046,10.678958,10.455263,10.454211,10.400604,10.405072,10.633121,10.47884,10.345971,10.139271,10.268832,10.401615,10.338507,9.8779907,9.4622183,9.7414055,9.4489565,9.3695116,9.3486528,9.29564,9.3000526,9.4986305,9.3544006,9.238636,8.952733,9.1163063,9.2262135,9.1853476,8.842802,7.6302214,7.774919,7.6469936,7.7731347,7.7327962,7.6842079,7.6723423,8.0290613,7.8389702,7.7102275,7.3527374,7.3312635,7.3364129,7.3300467,7.0221663,8.1063395,8.3183928,7.7875161,7.7274423,7.7069387,7.6656475,7.6925602,7.747664,7.6814895,7.6276722,7.2876058,7.5994415,7.7551012,7.7585797,7.6093731,9.1513786,9.3857603,9.1447468,9.1249914,9.0974255,9.0415821,9.0366154,9.2886009,9.1225042,8.9912195,8.7010355,8.8186026,8.8926544,8.8545971,8.5070505,10.071784,10.435757,10.380071,10.244496,10.239839,10.155706,10.086267,10.524586,10.293549,9.9433355,9.8519487,9.93221,9.9129238,9.8548412,9.302578,8.0948524,8.2686281,7.9871759,7.9902515,7.9551511,7.9046612,7.8988457,8.0829954,7.9518919,7.852531,7.516171,7.6304159,7.6788216,7.6670218,7.3801112,9.7506514,10.033693,9.8475428,9.805109,9.7870617,9.7258358,9.7161474,10.032203,9.8378181,9.6757317,9.4387894,9.5476313,9.6276102,9.5711069,9.1709623,8.8064299,8.9980783,8.8852205,9.0932627,9.0581522,8.9933386,8.9719086,9.5704746,9.2755499,9.0697231,8.860549,8.9189138,8.9345484,8.8929758,8.4937239,7.2570996,7.3848758,7.2971168,7.5570989,7.5137162,7.4684787,7.4565835,8.0070448,7.7528758,7.6099162,7.2899742,7.260725,7.2514253,7.249949,6.9341712,6.9630718,7.1054535,6.6565137,6.6250601,6.596211,6.5526066,6.5540528,6.6248813,6.5553999,6.5025263,6.1820512,6.426518,6.4878979,6.5005999,6.3270717,9.4704323,9.7159328,9.5690384,9.6126032,9.5884485,9.5234213,9.5053186,9.9234953,9.6911612,9.5025244,9.2821484,9.3667879,9.4147482,9.3609715,8.9532919,9.1400614,9.357069,9.2549362,9.4355707,9.4070988,9.3365746,9.3096704,9.9211016,9.618948,9.3861809,9.2113066,9.2828188,9.2981997,9.2478924,8.8216734,6.0459275,6.1429558,6.1064878,6.8790631,6.8391523,6.782722,6.768724,8.2285309,7.6172209,7.4311376,7.33816,7.373827,7.3472667,7.3495193,7.0163207,3.7667279,3.8227639,3.8181129,4.6883907,4.6612062,4.6219459,4.6218762,6.4716854,5.6845832,5.5701919,5.593153,5.6211109,5.5883679,5.6220531,5.3791571,8.5758877,8.7486343,8.6960144,9.1339417,9.0988722,9.0200911,8.9819536,9.9642038,9.5237436,9.1668091,9.0683851,9.1333256,9.1030855,9.0665522,8.6105671,8.8109999,9.0116806,8.8266687,8.8755827,8.8419552,8.7851315,8.7737999,9.1015625,8.9084597,8.7618179,8.4674959,8.534647,8.5776453,8.5444584,8.1910467,8.2019806,8.3605442,8.2540026,8.5218973,8.480072,8.4218121,8.403883,9.03442,8.7343388,8.5499716,8.3089066,8.3402987,8.3444977,8.3177147,7.9470177,9.58113,9.7262878,9.7023058,9.9400148,9.9111414,9.8345461,9.5950956,10.257055,9.921155,9.179059,9.1379013,9.196867,9.1515818,9.1444912,8.6981716,8.1882076,8.3465195,8.2503862,8.5756874,8.5343742,8.4733095,8.4535055,9.1813869,8.8439817,8.6446142,8.4343138,8.4744587,8.4753094,8.4461689,8.065093,5.976625,6.0826211,6.0014577,6.0885911,6.0545888,6.0183125,6.0098505,6.2235656,6.1046462,6.0252409,5.5782237,5.463933,5.4505177,5.4730515,5.2629099,3.0661347,3.1104164,3.1093071,3.9211929,3.8944924,3.859107,3.8593206,5.7116952,4.9058547,4.8037677,4.8177199,4.8406463,4.8054461,4.8461652,4.6309438,7.3798771,7.5144215,7.4620042,8.0704775,8.031662,7.9661727,7.9447818,9.1241064,8.618659,8.3794346,8.2667475,8.3170776,8.2966347,8.2771111,7.8890705,7.122097,7.2417941,7.1759357,7.7226286,7.6773763,7.6198378,7.6018744,8.6458693,8.1962986,8.005785,7.8312778,7.8591294,7.8424568,7.8309436,7.4757571,9.4210749,9.6652985,9.572567,9.6991501,9.6775303,9.6025333,9.5694208,10.156456,9.8627386,9.6070461,9.455081,9.5338421,9.5464153,9.4903126,9.0392246,7.3923397,7.5386,7.2045479,7.2026153,7.1660223,7.1185083,7.1118178,7.2412519,7.1379075,7.0608339,6.724946,6.8744202,6.9138994,6.916347,6.6727915,8.3898907,8.5627089,8.4166393,8.5378275,8.4991522,8.4437752,8.4298134,8.8352728,8.6175976,8.4639349,8.1641731,8.1942501,8.2146835,8.1895027,7.8399053,7.6577229,7.779273,7.7447782,8.4297895,8.386343,8.3128948,8.2840528,9.6159115,9.0403633,8.6382704,8.564826,8.6196337,8.5740871,8.5608273,8.1280756,9.595499,9.8561039,9.7430983,9.8007841,9.7820063,9.7106619,9.683382,10.174945,9.9156694,9.6908731,9.5160713,9.6004419,9.6325922,9.5735035,9.1333752,6.0936503,6.1850824,6.1361027,6.7867155,6.7392693,6.6877408,6.671761,7.8914146,7.380497,7.2202034,7.0493245,7.0585799,7.0317106,7.0390115,6.7232938,10.347109,10.516971,10.477479,10.692609,10.659762,10.573164,10.438164,11.175297,10.797064,9.9969749,9.9301853,10.000875,9.9516296,9.9167519,9.4116621,9.271677,9.393014,9.3625422,9.879199,9.8369617,9.7579203,9.6628351,10.754828,10.244906,9.4831905,9.4188833,9.4804115,9.4278717,9.4164782,8.949398,8.7549944,8.9555054,8.7507839,8.7809057,8.747611,8.6920891,8.6826677,8.9725914,8.794426,8.6581936,8.3526049,8.4286089,8.4764986,8.4461174,8.1038914,5.8923111,5.9778018,5.9590807,6.8394227,6.7963018,6.7359943,6.7238283,8.426712,7.709199,7.4207439,7.3716521,7.4132171,7.3680744,7.3815928,7.0205178,9.8760624,10.162894,10.101946,10.126063,10.110818,10.023872,9.961031,10.518005,10.23508,9.8582506,9.7567492,9.8366451,9.8151112,9.7572336,9.2377214,3.9614744,4.0331893,3.9957519,4.0295854,4.0070858,3.9790175,3.9700787,4.04493,3.9870558,3.9425347,3.5144789,3.3629403,3.3408799,3.3684442,3.2635782,3.4096527,3.4596429,3.4592106,4.3147211,4.2893834,4.2529063,4.2552214,6.1368489,5.3286943,5.2163715,5.2605968,5.2876525,5.2527313,5.2913952,5.0589328,10.030329,10.222915,10.176822,10.402943,10.369175,10.280513,10.191784,10.957977,10.577287,9.9278545,9.8472147,9.9188099,9.8713789,9.8283291,9.3110561,8.0386763,8.1926651,8.1109352,8.5206203,8.4800959,8.416317,8.394804,9.2581949,8.870059,8.6544685,8.4788876,8.5255108,8.5202723,8.4914036,8.1028681,7.3114557,7.4364419,7.3552427,7.7227821,7.676702,7.6272626,7.6125231,8.3468485,8.0201807,7.855979,7.5954795,7.592443,7.5800991,7.5726743,7.2346835,6.5383654,6.6409302,6.5855303,7.2122831,7.1656575,7.1105952,7.0935888,8.2690363,7.7715201,7.5950241,7.4309816,7.4512277,7.4284248,7.4268522,7.0916386,9.0749874,9.2890263,9.209404,9.4490452,9.4213963,9.3455868,9.3115587,10.028269,9.6875353,9.4117279,9.2728024,9.344799,9.3426304,9.2931633,8.8460264,8.1261559,8.2920971,8.1274538,8.2068434,8.1686983,8.1164846,8.1050119,8.4209518,8.2393579,8.1079159,7.7687497,7.7886248,7.8106937,7.7942476,7.4720144,6.1488304,6.2524199,5.9079323,5.9123497,5.8742881,5.8318324,5.8208156,5.90064,5.8263941,5.7729063,5.4467216,5.5953751,5.6115713,5.6308212,5.4384651,8.7447519,8.9335718,8.7979155,8.942421,8.9060431,8.8457928,8.8287334,9.3091507,9.0593452,8.8812695,8.6277637,8.6786394,8.7020798,8.6655664,8.2876644,8.5811186,8.699811,8.6667871,9.2940216,9.2475271,9.1682749,9.1167278,10.375504,9.8102503,9.193965,9.1181583,9.1762772,9.1228981,9.1097364,8.6462975,10.228131,10.624014,10.515409,10.335342,10.3447,10.277272,10.251965,10.583491,10.391766,10.19921,10.052652,10.15434,10.217765,10.149966,9.6568613,10.112614,10.468363,10.417727,10.302145,10.290773,10.206265,10.128172,10.59296,10.349696,9.9475899,9.8625698,9.9377375,9.9091597,9.8545618,9.2912998,6.9852023,7.1116652,7.0160336,7.1686025,7.129848,7.0878925,7.0785489,7.4407668,7.2590203,7.1438608,6.7586656,6.6972437,6.690465,6.6974916,6.4190426,6.9962449,7.1102505,7.0799685,7.8346286,7.794251,7.7265739,7.7050185,9.1459217,8.5351505,8.2138023,8.151269,8.20224,8.1614046,8.1538773,7.7511258,9.6129093,9.8440342,9.7881508,9.9697866,9.942791,9.8557119,9.7950363,10.506426,10.161077,9.7266817,9.6296577,9.7035151,9.6708288,9.6201715,9.1127739,10.089228,10.377538,10.329794,10.351603,10.328593,10.242667,10.1553,10.737621,10.44114,9.9310036,9.8488522,9.9205704,9.8817244,9.8323231,9.2840862,7.0026093,7.135715,6.9393616,6.9719667,6.9360347,6.8920007,6.8841004,7.052722,6.9381337,6.8538661,6.4516425,6.4525375,6.4676204,6.4768453,6.2318635,10.234644,10.648393,10.404016,10.195589,10.187696,10.137676,10.148733,10.342497,10.20285,10.086961,9.8500004,10.000566,10.142208,10.087638,9.659955,9.3633394,9.5175295,9.474041,9.889308,9.8482294,9.7632322,9.7004013,10.677421,10.219004,9.6122694,9.5307074,9.5968809,9.5474176,9.5153627,9.0219908,6.041059,6.1456299,5.7501602,5.7426295,5.7070255,5.6651845,5.6550565,5.7171578,5.6526818,5.606873,5.3054032,5.5082817,5.532248,5.553112,5.3863711,9.0648546,9.2787762,9.1121187,9.1728153,9.1413774,9.0813637,9.0674295,9.4462671,9.2315474,9.0667133,8.8027172,8.8747215,8.9182348,8.8766756,8.5008869,9.1659679,9.4185724,9.3928986,9.3617029,9.5697861,9.4352274,9.3919735,9.7008486,9.6058378,9.5280809,9.230176,9.3902893,9.5194864,9.5780354,9.4455605,10.512921,10.790114,10.752155,10.72093,10.879321,10.719868,10.688479,10.938999,10.832738,10.749833,10.381199,10.514797,10.7272,10.798083,10.672744,8.6610012,8.8168802,8.7919388,8.7522993,8.8513136,8.6822968,8.5609827,8.8152599,8.7152777,8.5606394,8.2944145,8.4020834,8.3920383,8.4537668,8.2353668,9.2016182,9.2602386,9.2249346,9.2284298,9.2319527,8.9815979,8.8681316,8.9407997,8.8942013,8.8487282,8.3022385,8.3326302,8.3573694,8.5464945,8.4725523,9.2268286,9.4331369,9.4013176,9.3675499,9.5180101,9.359417,9.2933969,9.5526323,9.4582634,9.3696375,9.0401983,9.1703005,9.2560968,9.3307352,9.1862764,9.4098549,9.5290022,9.4908028,9.4771605,9.520153,9.3104944,9.2103243,9.3760805,9.2900333,9.1919451,8.7627859,8.831337,8.8634052,8.9881163,8.8422565,9.075861,9.2134457,9.1844025,9.1550064,9.2180948,9.0323601,8.9098454,9.140873,9.034812,8.8700285,8.5537806,8.6424446,8.6352167,8.7112494,8.4930677,9.5805044,9.6844845,9.6424589,9.6334324,9.6590586,9.429493,9.3297663,9.4435482,9.3753376,9.3079023,8.8125057,8.8654003,8.9156475,9.0731697,8.9683428,9.7574606,9.8755407,9.8314781,9.8191319,9.850915,9.6233578,9.5291986,9.6440783,9.5743113,9.5082979,9.0132027,9.0704756,9.1379147,9.2931747,9.1910124,7.2702522,7.3849974,7.3728232,7.3239956,7.3505869,7.2150578,6.8828726,7.0299344,6.9519482,6.7960625,6.6241069,6.6825161,6.6282797,6.6613531,6.4259048,9.3068638,9.3980875,9.3655415,9.3760948,9.390213,9.1712914,9.0587721,9.2367449,9.1422358,9.0128946,8.5785227,8.630928,8.6329832,8.7630453,8.5933886,9.5076838,9.6225977,9.5822077,9.5700216,9.6068983,9.3896523,9.2910471,9.4350681,9.3560743,9.2724133,8.8148756,8.877656,8.9203262,9.0583286,8.9308367,9.2605953,9.3804016,9.3583031,9.3235455,9.3369522,9.1527491,8.9433784,9.1705475,9.0469313,8.7547684,8.4846048,8.5507956,8.5070133,8.5591002,8.2661428,9.4502802,9.5491257,9.5205278,9.5311308,9.5391636,9.3293457,9.1992016,9.4238033,9.304637,9.0877008,8.7125616,8.7700834,8.7503633,8.8514347,8.6187735,4.6941619,4.857697,4.8563042,4.836452,5.0605645,4.982192,4.9081416,5.2116451,5.1784329,5.1219497,5.1120095,5.2787108,5.2480707,5.2888818,5.1416297,7.7241392,7.9024696,7.884654,7.8438611,8.0077639,7.8669486,7.7640147,8.05933,7.976397,7.8537192,7.6602674,7.7999678,7.7888513,7.8400369,7.6399012,11.624432,11.975921,11.933418,11.903863,12.062383,11.903004,11.910162,12.152074,12.037411,11.952672,11.569813,11.701911,12.045871,12.110255,11.992755,8.835351,9.0306587,9.0020075,8.9674635,9.1218233,8.967124,8.8948526,9.1642008,9.0731306,8.9799213,8.6745253,8.8070335,8.8648739,8.9363708,8.7826099,9.5608034,9.6695557,9.6437025,9.6378088,9.6448603,9.4451551,9.2874689,9.5295267,9.3982801,9.1106367,8.7866011,8.849102,8.8161716,8.8919878,8.6160393,11.688574,11.934605,11.872101,11.856463,11.894065,11.664003,11.630006,11.730909,11.65111,11.584126,11.064855,11.132517,11.398317,11.55284,11.468694,6.8375587,7.0326004,7.0196815,6.9873385,7.2103682,7.0972548,7.0283809,7.3628316,7.2968135,7.2130027,7.053535,7.2238178,7.2252221,7.2757735,7.1129441,6.9532089,7.0546589,7.0478954,7.0116153,7.0193319,6.8950505,6.5229831,6.6431727,6.5731301,6.4185162,6.2516456,6.294013,6.2384796,6.2723966,6.0429339,9.232976,9.3041201,9.2704334,9.2774696,9.2860069,9.047821,8.9367943,9.0470247,8.9839735,8.9148016,8.404604,8.4427767,8.4613752,8.6305008,8.5254354,5.5873275,5.7703023,5.7640619,5.7385769,5.9777536,5.8862629,5.8228974,6.1588244,6.1119428,6.0446053,5.9667182,6.1457257,6.1286435,6.1741724,6.0209007,10.022481,10.149167,10.102172,10.090286,10.118567,9.8840237,9.7950735,9.8933048,9.8280916,9.7698956,9.2512178,9.3055296,9.3967838,9.5623522,9.4740391,9.4391088,9.517498,9.4944859,9.540494,9.5345602,9.3160143,9.1841946,9.4195776,9.2980833,9.0560522,8.6535463,8.6983662,8.6753054,8.7969427,8.5722761,9.6035938,9.7829437,9.7445469,9.7154236,9.8168058,9.6338167,9.557498,9.7654009,9.67278,9.5839834,9.1988583,9.3014784,9.3847761,9.4822102,9.3431606,9.3636456,9.4636154,9.4327002,9.4392071,9.4547024,9.2434244,9.1235895,9.3294935,9.2212477,9.0506334,8.6557875,8.7144451,8.7055569,8.8157606,8.6108208,9.275012,9.4244871,9.388875,9.3629961,9.4438639,9.2550316,9.1627169,9.3678741,9.2758455,9.1718721,8.7968864,8.888958,8.9281845,9.0276756,8.869504,8.8130989,8.9802265,8.9509039,8.9175215,9.0358486,8.8675461,8.7766953,9.0255308,8.9325018,8.8198805,8.5105486,8.6246157,8.650157,8.7270832,8.5522661,8.1997204,8.3126011,8.2984552,8.2535458,8.2600136,8.1052942,7.7880349,7.9598136,7.8638654,7.625947,7.417172,7.4696665,7.4146514,7.4518104,7.1750374,9.3258924,9.4459257,9.4100924,9.3962936,9.4406786,9.2359381,9.1318235,9.3160114,9.2232943,9.1076593,8.7033844,8.7750368,8.7944183,8.9080572,8.7425861,8.2371778,8.4290628,8.4058437,8.3701935,8.5429277,8.3994417,8.3234415,8.616128,8.5306234,8.433238,8.1753225,8.3181715,8.3482838,8.4113007,8.2463083,9.6540937,9.7942209,9.7526054,9.7328892,9.7896433,9.5823841,9.492816,9.6522388,9.5686808,9.4853077,9.0459938,9.1215715,9.1854858,9.3115425,9.1831818,10.067698,10.274065,10.23239,10.203057,10.30998,10.127297,10.064211,10.268371,10.172219,10.088485,9.6883812,9.7941046,9.9235163,10.02035,9.8915415,8.8458366,8.9890413,8.96453,8.9231615,8.9906263,8.8148584,8.6632919,8.9025373,8.7952108,8.6072922,8.3398848,8.4328938,8.4091692,8.466651,8.2237825,9.249011,9.3032322,9.2688494,9.2680302,9.270916,9.0109444,8.8961372,8.9446163,8.9095602,8.877492,8.3065882,8.3328943,8.3654366,8.568387,8.5157452,8.4566584,8.6847315,8.6627359,8.630002,8.8414364,8.7120352,8.6589823,8.9775543,8.8903875,8.8110895,8.5444851,8.7075195,8.7858944,8.8432608,8.7024899,7.7088232,7.8661237,7.8501344,7.794591,7.9029927,7.7571006,7.5701423,7.8181877,7.7311339,7.5740824,7.4087048,7.520287,7.4795523,7.5165849,7.27845,8.1242132,8.2879524,8.2687922,8.2204571,8.3393078,8.1850834,8.0435505,8.3103065,8.2170753,8.0604038,7.8549714,7.9730959,7.9473386,7.9938798,7.7640114,8.9978275,9.1444168,9.1142197,9.0842419,9.1664028,8.9849167,8.8778925,9.1099005,9.0104828,8.8734102,8.550416,8.646946,8.6542826,8.7348766,8.5393286,9.3464479,9.4265003,9.3994436,9.4306812,9.4305477,9.207365,9.0846748,9.2913551,9.1839571,8.9982042,8.5739431,8.6194983,8.6038313,8.7326527,8.533473,10.683722,10.870111,10.817603,10.799429,10.847837,10.627289,10.562569,10.685217,10.604602,10.53663,10.041413,10.112299,10.271863,10.41631,10.318686,12.814282,13.185884,13.123775,13.100061,13.172445,12.97331,12.99975,13.146816,13.041963,12.957154,12.489832,12.57713,13.014744,13.121655,13.021402,8.8849459,8.9060717,8.8882599,8.8885918,8.8884335,8.6113091,8.4846735,8.4987354,8.4872122,8.4770479,7.8699422,7.8808136,7.8958821,8.1222057,8.1049728,10.306955,10.412971,10.37216,10.369004,10.372891,10.096382,10.002606,10.037942,10.006211,9.9765663,9.3533354,9.3787107,9.4891939,9.7043734,9.664525,9.2639208,9.3878393,9.3598118,9.3363829,9.3710175,9.1781683,9.0354891,9.2635908,9.1479225,8.9403973,8.6211987,8.696846,8.6758089,8.7501278,8.5058079,9.162365,9.3333397,9.2997713,9.2687216,9.3797321,9.2047367,9.1213293,9.3511553,9.2586565,9.1595697,8.8118792,8.9206495,8.9714718,9.0587673,8.9029245,9.1676559,9.3108721,9.2772675,9.2517653,9.3274679,9.1391582,9.0399656,9.2529306,9.1576929,9.0395203,8.6802788,8.7709627,8.7937746,8.8879871,8.7140198,10.315635,10.450503,10.400476,10.390667,10.412136,10.16767,10.08411,10.163129,10.104283,10.053283,9.5063229,9.5555391,9.6723499,9.8511333,9.7770681,9.4260235,9.5368309,9.5083876,9.5013151,9.5183878,9.3166132,9.1775846,9.4059267,9.2852039,9.0595007,8.7149792,8.7804718,8.7579184,8.843112,8.5964632,9.9228153,10.069447,10.024503,10.005812,10.057245,9.8431454,9.7585535,9.8995457,9.8195677,9.7454662,9.2799196,9.3514776,9.4388561,9.5752945,9.4616919,9.2593899,9.3824348,9.3515415,9.3337488,9.374876,9.178194,9.0564556,9.274313,9.1661654,8.9973183,8.6478281,8.7238159,8.7169886,8.8055754,8.5907269,9.3590717,9.4524975,9.4151983,9.4139261,9.4345646,9.2098942,9.1038523,9.2424555,9.1653528,9.0777159,8.6074009,8.6591015,8.682744,8.8293924,8.6994543,9.2448072,9.370863,9.3377552,9.3197203,9.3697577,9.1724243,9.0625067,9.2691412,9.1687918,9.0301743,8.6613607,8.7393627,8.7465105,8.8443298,8.6544647,9.0780134,9.1196384,9.0887814,9.0900431,9.0899191,8.8266859,8.7072115,8.7493095,8.7190809,8.6914988,8.1146173,8.1362181,8.1584396,8.3660641,8.3194895,11.572897,11.855454,11.801561,11.775922,11.862058,11.666467,11.643877,11.810165,11.708222,11.627392,11.175878,11.270851,11.549455,11.656137,11.546898,5.3963718,5.5533762,5.546062,5.5111127,5.6913772,5.590446,5.4483895,5.713922,5.6657815,5.5858998,5.546793,5.6846151,5.6434784,5.6799464,5.5049124,9.2928286,9.4144306,9.3891716,9.3613605,9.3847103,9.1947956,9.0236082,9.2540302,9.1325159,8.8821592,8.5862789,8.6576872,8.6243649,8.6876392,8.4171095,9.3306999,9.4369888,9.4040985,9.4020662,9.4273624,9.2182312,9.1040077,9.2998295,9.1980124,9.0512209,8.652648,8.7156801,8.7157927,8.82728,8.6373119,9.2643318,9.3452988,9.3117123,9.3216448,9.3330564,9.1045532,8.9942884,9.137084,9.0589418,8.9647179,8.4891577,8.5340958,8.5459433,8.6969013,8.5626287,9.5384674,9.6535473,9.6321459,9.6047087,9.6084108,9.4207544,9.2112122,9.4526253,9.3186445,8.9645052,8.6906109,8.7526579,8.7068281,8.7601137,8.4499922,9.5471106,9.6415854,9.615386,9.6362171,9.636055,9.4267254,9.2875357,9.528574,9.39995,9.1355286,8.7702589,8.8244829,8.7978296,8.8960876,8.644455,9.258749,9.3019361,9.2760439,9.2758074,9.2770424,9.0016546,8.8836117,8.905179,8.8868465,8.8702364,8.2614613,8.2778559,8.3147421,8.5375309,8.5119801,9.4151649,9.4859676,9.4666061,9.5366383,9.5255022,9.3104935,9.1696854,9.4266253,9.2968225,9.0204105,8.6242838,8.6647825,8.639595,8.764636,8.5367374,9.6168022,9.7016411,9.660408,9.6552801,9.6667223,9.4163465,9.3125372,9.3804064,9.3324671,9.2888327,8.736866,8.7745562,8.8318186,9.0206079,8.9520941,9.3328733,9.4345732,9.399374,9.3977766,9.4229727,9.2078457,9.0995798,9.2703381,9.179882,9.0645018,8.6332932,8.6921663,8.704463,8.8317041,8.6710844,7.6381378,7.8558307,7.8400979,7.8085194,8.0376263,7.9213519,7.8677149,8.2064657,8.1306505,8.0545874,7.8310761,8.0044746,8.0483599,8.102252,7.9582152,6.7729125,6.952023,6.9411469,6.9013472,7.0899115,6.968534,6.8576427,7.162734,7.0950413,6.9855046,6.8681588,7.0192733,6.9916825,7.0339203,6.8358288,7.8976789,8.0824232,8.0621414,8.0249577,8.1978636,8.0571842,7.9715376,8.2697449,8.1868258,8.0796022,7.8562183,7.9997978,8.0076742,8.0654497,7.8851972,10.897646,11.06186,11.005756,10.99765,11.013423,10.758313,10.689363,10.752078,10.698041,10.650936,10.075206,10.121593,10.292002,10.4821,10.420144,8.2369394,8.3782997,8.3597994,8.3063927,8.3708429,8.2120647,7.9936371,8.2125406,8.1150961,7.9293189,7.7208819,7.8097372,7.7678232,7.8081121,7.5557032,8.5879765,8.7530928,8.7270536,8.6905832,8.8110399,8.646883,8.5462408,8.80688,8.7126675,8.5847197,8.3081102,8.4248638,8.4315882,8.4992237,8.3054533,9.5746508,9.6787081,9.6582603,9.6582003,9.65522,9.4664583,9.2621431,9.5116863,9.3734875,9.0071764,8.7179604,8.7741079,8.7328854,8.8001986,8.5025406,9.789773,9.8783531,9.8366547,9.8320122,9.8410749,9.5829859,9.4815769,9.5360365,9.4941139,9.4567919,8.8830643,8.9172764,8.9890146,9.187542,9.1308975,13.122109,13.57957,13.531363,13.501689,13.639412,13.476191,13.542742,13.756991,13.633845,13.541364,13.148672,13.264684,13.806627,13.863087,13.75126,9.2526588,9.3298349,9.302042,9.3297348,9.3333654,9.1074152,8.9912424,9.1732254,9.0783281,8.9391146,8.4905834,8.5342112,8.5279961,8.6681843,8.4986124,6.3015237,6.4645514,6.4559717,6.4095149,6.5688639,6.4507155,6.2861409,6.5513778,6.4894233,6.3808088,6.3000345,6.4321513,6.3882885,6.4230657,6.2180457,9.4003944,9.4870348,9.4478569,9.4455223,9.4616776,9.227809,9.1220331,9.23209,9.1665764,9.09865,8.5964174,8.6420412,8.6751642,8.8382559,8.7329807,9.5073919,9.6528854,9.613678,9.5910721,9.6592178,9.4606276,9.3707638,9.5509033,9.4630222,9.3712749,8.9597397,9.0430803,9.0979452,9.2117214,9.0708237,5.2400231,5.425797,5.4203515,5.3986673,5.6520667,5.5719843,5.5247993,5.8730831,5.8310475,5.7781725,5.6867332,5.874804,5.8658628,5.9127378,5.7798333,9.4678946,9.5517731,9.5306921,9.5783653,9.5690155,9.3685369,9.199358,9.4587364,9.3226128,9.0053778,8.657937,8.7047148,8.6741457,8.7748404,8.5166063,9.1471214,9.2108202,9.1811857,9.1971979,9.2016563,8.962079,8.8484516,8.9664011,8.9017076,8.827076,8.3169928,8.3513813,8.3614445,8.5319729,8.4226646,9.2227497,9.298542,9.2684956,9.2901602,9.2961302,9.0675907,8.9544678,9.1144733,9.0295229,8.9183483,8.4513788,8.493782,8.4956284,8.6441584,8.4961205,10.09034,10.263674,10.218465,10.195186,10.265269,10.062072,9.9873619,10.149073,10.061812,9.9836941,9.539259,9.6230478,9.7338037,9.8556976,9.7367468,9.1641264,9.2233763,9.1909561,9.1980524,9.2022829,8.955205,8.8415003,8.9271021,8.8760481,8.8234243,8.2863932,8.3175421,8.3370123,8.5210838,8.4376545,9.615839,9.7113705,9.6884871,9.7106438,9.7055998,9.5062132,9.3378906,9.5946407,9.4557962,9.122014,8.7921743,8.8456306,8.811409,8.8969688,8.6192274,8.7854195,8.9168024,8.895402,8.8512745,8.8911695,8.7179098,8.5111752,8.7293882,8.6202354,8.4007893,8.1508608,8.2288609,8.190012,8.2389193,7.9743567,6.6563931,6.8620338,6.8515315,6.8231106,7.0673623,6.9656782,6.9119282,7.2637701,7.2019372,7.1319528,6.9664207,7.1484184,7.1616826,7.2122025,7.0666466,9.6800432,9.9076805,9.8731136,9.8402243,9.9926243,9.8327856,9.7771893,10.031419,9.9328413,9.8479719,9.5001965,9.631052,9.7571917,9.8319483,9.6962595,9.4460049,9.5253172,9.485383,9.4819698,9.4934168,9.2487879,9.1420527,9.2235556,9.1703024,9.1193113,8.5853395,8.6244307,8.6661577,8.846508,8.765336,10.731744,10.958983,10.910566,10.88431,10.972639,10.778119,10.727405,10.9022,10.80566,10.726195,10.287405,10.382891,10.567249,10.676242,10.560344,7.3213749,7.386539,7.3241777,7.4811711,7.4041123,7.3377161,7.2953577,7.7099733,7.5666323,7.4489923,7.1948829,7.2257667,7.2021561,7.2607622,6.9733214,6.839726,6.9021711,6.8536916,7.0420895,6.9587531,6.9130106,6.8746977,7.3650155,7.2101216,7.0858197,6.8459239,6.8704805,6.8420987,6.8990784,6.6451921,7.5317655,7.5921922,7.3863921,7.4314733,7.4064999,7.2959876,7.2488551,7.3202477,7.2681346,7.2306666,6.8817778,7.0007591,7.0097156,7.0914969,6.7325878,7.7877827,7.849967,7.7931819,8.0595274,8.0187845,7.9073634,7.8469572,8.3428421,8.1493416,8.0565023,7.7154779,7.7571855,7.744556,7.8401327,7.6006942,7.0799427,7.1460881,7.0808311,7.1896639,7.0979176,7.0315065,6.9945951,7.3481574,7.2307906,7.1059585,6.884944,6.9105372,6.8850155,6.9366832,6.6413803,8.4488478,8.5136509,8.4030809,8.4736328,8.4415026,8.2889853,8.2186003,8.3880978,8.296607,8.2326937,7.8453164,7.9102769,7.9141469,8.021821,7.7391281,8.3287334,8.3947201,8.2727242,8.3425064,8.3083982,8.1730413,8.1114492,8.2647352,8.1776133,8.1153154,7.7621412,7.8323426,7.8362932,7.9279466,7.5666261,8.0322542,8.1014423,8.0124693,8.1245565,8.0674505,7.9695735,7.9214644,8.1962948,8.0771036,7.9837193,7.7037406,7.7495546,7.7381759,7.8017778,7.419353,8.1943359,8.2589245,8.1286678,8.1982336,8.1650486,8.040987,7.985393,8.1165466,8.0372515,7.9800329,7.6495667,7.7241411,7.7288251,7.8112473,7.3825874,8.3362303,8.4005346,8.2679682,8.3233099,8.2934217,8.1459894,8.0794401,8.2110767,8.1324978,8.076601,7.6922541,7.7691298,7.7759719,7.8796539,7.5748372,7.7855759,7.8578262,7.7653723,7.8564329,7.7906485,7.7079449,7.6790919,7.9054275,7.8070202,7.7139993,7.5028167,7.5392942,7.5245481,7.5714426,7.0789056,8.1933231,8.2586393,8.1413517,8.2225637,8.1856718,8.0699635,8.0177212,8.1677628,8.0820217,8.0193968,7.7131939,7.77914,7.7807908,7.8549032,7.3839502,7.8382854,7.9089284,7.8200636,7.9180317,7.8523111,7.7666841,7.7285967,7.9833093,7.8754787,7.7785921,7.5402384,7.5798631,7.5654106,7.6168489,7.182786,7.4796987,7.54913,7.4716954,7.5717282,7.4910908,7.4147654,7.3777518,7.6838083,7.5709062,7.4577651,7.228909,7.2610192,7.2405138,7.291676,6.9369526,6.69806,6.7608061,6.7068996,6.8334117,6.7354765,6.6810226,6.644927,7.0485921,6.9244757,6.792727,6.578485,6.5988383,6.5693102,6.621346,6.3664613,8.5876637,8.6397657,8.5510969,8.5948105,8.5743246,8.3762169,8.2845354,8.4044819,8.3377218,8.2910213,7.8194804,7.872643,7.8792238,8.0308676,7.8692107,7.9660287,8.0267878,7.921628,8.0187569,7.9822965,7.8887649,7.8474922,7.9779997,7.9016805,7.8446269,7.5959654,7.6536317,7.6532373,7.709938,7.0817614,7.5966086,7.6714935,7.5779958,7.6605124,7.5858636,7.5038724,7.483798,7.7229738,7.6263657,7.5249696,7.3304572,7.3619256,7.3438663,7.393496,6.9404149,8.0137262,8.0751038,7.940949,8.0153484,7.9839911,7.8726993,7.8235021,7.9335723,7.8628812,7.8117123,7.5078793,7.5849252,7.5898876,7.663074,7.1530776,7.6193862,7.6836319,7.6230259,7.8388653,7.7818456,7.7019715,7.651669,8.1216621,7.9484167,7.8431234,7.5460587,7.5842214,7.56566,7.6385527,7.362535,7.8428516,7.9132094,7.8184881,7.9150996,7.8592272,7.776773,7.7522087,7.9378438,7.8485255,7.7691121,7.5717726,7.6090269,7.5972233,7.6419306,7.0488858,7.9425406,8.0042696,7.8224106,7.8594584,7.8343902,7.6973066,7.6380219,7.7262135,7.666214,7.6238942,7.2284346,7.3333082,7.3435378,7.4443264,7.1682534,8.571167,8.6153831,8.5272102,8.5483074,8.5333834,8.3178377,8.2181549,8.294755,8.247591,8.2134409,7.7061872,7.7577329,7.7662001,7.9349928,7.8186646,6.9071174,6.9761214,6.9084649,6.9896307,6.8905768,6.8247294,6.7948904,7.1083198,7.0084562,6.8815436,6.6880093,6.7106147,6.6851401,6.7338171,6.4248772,7.8628163,7.9307666,7.8519025,7.985137,7.9227042,7.8324332,7.784328,8.1177778,7.9850297,7.8826323,7.6026688,7.643806,7.6283059,7.6926517,7.358304,8.0067253,8.0673552,8.0084076,8.2464428,8.2110682,8.0762024,8.007906,8.4417439,8.2654028,8.1795053,7.8097548,7.8524609,7.8436379,7.9527993,7.7317696,7.2941189,7.3566403,7.3085551,7.5944629,7.5403461,7.4749784,7.4275537,8.0101461,7.803916,7.6984067,7.4046125,7.4401126,7.4194436,7.4934387,7.237391,8.2788944,8.3400736,8.1938324,8.2335262,8.2080879,8.0499439,7.979219,8.0863962,8.0187759,7.9707923,7.5539727,7.6385784,7.6478057,7.7634335,7.5198569,8.5784502,8.6266012,8.5723228,8.664813,8.6451426,8.4391394,8.3423586,8.5335417,8.444953,8.3907337,7.9137988,7.950438,7.9519572,8.113328,7.9722447,7.7546034,7.8207831,7.7319121,7.8408346,7.7947245,7.7186985,7.6997819,7.8474712,7.7708812,7.7055764,7.533052,7.568202,7.5585356,7.6000237,6.8870425,8.1481771,8.2038326,8.0429449,8.067914,8.0471659,7.8802023,7.8061147,7.8879395,7.8330221,7.7942572,7.3453083,7.4371815,7.4476643,7.5743451,7.3916488,7.7393441,7.8009348,7.717566,7.8330173,7.7927098,7.7209888,7.6962314,7.8292079,7.7574792,7.6993375,7.5201392,7.5588794,7.5525723,7.5922418,6.8361611,8.1171589,8.1806917,8.0290012,8.0838022,8.0544529,7.923852,7.866106,7.9747829,7.9044142,7.8540068,7.4967804,7.5843239,7.5920258,7.6825228,7.3106723,8.0053596,8.0662909,7.9492316,8.0366402,8.0026569,7.9004364,7.8550491,7.9766636,7.9023771,7.8478899,7.5734177,7.6394715,7.6416821,7.7061815,7.1292877,8.1448345,8.2107134,8.1031742,8.1939754,8.1529665,8.0472994,7.9996009,8.1655807,8.0754175,8.0079813,7.7278938,7.7863703,7.7847562,7.8497281,7.3383322,5.0018883,5.0559764,5.0310898,5.1404524,5.0236259,5.0040417,4.9790211,5.4042945,5.3066196,5.1672435,5.0145068,5.0178075,4.9822607,5.0314603,4.8719702,7.8213558,7.8908286,7.8068285,7.9164295,7.849638,7.7626944,7.7198114,8.0114431,7.8931255,7.7912741,7.5349202,7.5747085,7.5591006,7.615653,7.2377362,8.3024912,8.3697138,8.2586355,8.3423777,8.3034315,8.178834,8.1214237,8.3020658,8.2057991,8.1362572,7.8089547,7.8717546,7.8720584,7.9537358,7.5575948,7.5395355,7.6070189,7.534235,7.6596937,7.5841708,7.5072441,7.4649358,7.8137693,7.6856446,7.5727348,7.3210368,7.3550339,7.3345065,7.3912458,7.0683765,8.1409216,8.2097225,8.1115046,8.2105856,8.1609831,8.0578594,8.0098896,8.2299242,8.1241055,8.0425644,7.7626815,7.8140502,7.8073435,7.871016,7.4274015,7.9455934,8.0077829,7.9100676,8.0122795,7.9721622,7.8844762,7.8466058,7.9901862,7.9103761,7.8489842,7.6182156,7.6692004,7.6660538,7.7170167,7.0706234,8.2360582,8.3040857,8.2000208,8.2932081,8.249402,8.1357174,8.082922,8.2841406,8.1821737,8.1067753,7.8036919,7.8607659,7.8576694,7.929945,7.504992,4.631053,4.6851163,4.6539869,4.6895132,4.5615168,4.5183415,4.497488,4.7884603,4.7309589,4.5897217,4.4793525,4.4796915,4.4476366,4.4939594,4.3439393,8.5026503,8.5575981,8.4939985,8.6116638,8.5866261,8.4015007,8.3138866,8.5524302,8.4436111,8.3787031,7.9364696,7.9788256,7.9787054,8.1213493,7.9467912,7.7110815,7.7650557,7.6377244,7.7276702,7.6999454,7.6087332,7.568984,7.6538482,7.5956368,7.5534368,7.2956023,7.3698087,7.3741574,7.4340677,6.7851381,8.0086002,8.0765295,7.980104,8.0783987,8.0280752,7.9376421,7.8987665,8.0901508,7.9953384,7.9183741,7.6787739,7.7256012,7.7179141,7.7695889,7.2241235,7.3275189,7.4005938,7.3198266,7.4013019,7.3151851,7.2415714,7.2151337,7.4932327,7.3937192,7.2793083,7.0811462,7.1095905,7.0884337,7.1369057,6.7596326,8.4882069,8.5515499,8.4584618,8.5473375,8.5152445,8.3559055,8.281002,8.4871416,8.3845615,8.3158531,7.9168587,7.9732175,7.9746728,8.0901537,7.8435636,8.4220829,8.470562,8.3515558,8.3710022,8.3538923,8.1555862,8.0647697,8.139823,8.0906239,8.0551004,7.5677099,7.6355362,7.6452823,7.7985978,7.6634707,8.2595692,8.3267775,8.2384567,8.3612499,8.3165016,8.1937895,8.1332207,8.4123554,8.2866983,8.2012024,7.8656945,7.9171977,7.9109087,7.9969172,7.684545,8.3804426,8.4398346,8.3718433,8.5199661,8.4893675,8.3259048,8.2471714,8.5411367,8.4112883,8.3364105,7.9285436,7.9738231,7.9709182,8.0958395,7.8898082,8.5593042,8.6181335,8.5277033,8.5962563,8.5700207,8.3908863,8.3075352,8.4747524,8.3878603,8.3289261,7.893918,7.9489002,7.9531164,8.0866356,7.8831897,8.4667339,8.5232792,8.4050474,8.4416971,8.4193926,8.2372532,8.1541348,8.2626228,8.197175,8.1507139,7.6987495,7.7677236,7.7764144,7.9132252,7.7256179,8.4267311,8.4892015,8.4092541,8.5304098,8.4970331,8.3407822,8.2657976,8.525939,8.4061241,8.3310318,7.9359927,7.9863219,7.9845023,8.1002913,7.8669772,7.851368,7.9132614,7.8227882,7.9312763,7.8900876,7.810926,7.7789903,7.9199791,7.8430767,7.7821927,7.5774632,7.6220331,7.6170025,7.6613426,6.9620376,8.3724699,8.4231863,8.3720427,8.5325336,8.5092382,8.3220491,8.2330761,8.5237541,8.3991098,8.3338814,7.8885837,7.9252858,7.9230738,8.0711088,7.9117999,8.4827862,8.544261,8.4309568,8.4856043,8.4583845,8.2903605,8.2133369,8.3547773,8.2748594,8.2188301,7.7989159,7.8656917,7.8721657,7.9946866,7.7601213,8.6078196,8.6585217,8.5934401,8.6676092,8.6468153,8.4448681,8.3502874,8.5178995,8.435895,8.3826704,7.9106264,7.9523506,7.9553242,8.1117582,7.9596334,7.8647189,7.9289656,7.8638663,8.0731468,8.0241098,7.9240751,7.8675771,8.3028059,8.1331596,8.0349665,7.7134204,7.7556386,7.7414093,7.824501,7.5544348,7.5447617,7.6144958,7.4718447,7.5517473,7.4892612,7.3567781,7.3882298,7.5440745,7.4592962,7.3811102,7.2348328,7.2580462,7.2376766,7.3291326,6.7505298,7.6930418,7.7590342,7.6904979,7.8589339,7.7958379,7.713912,7.6655073,8.0674276,7.916832,7.8098125,7.5259089,7.564045,7.5456557,7.6124496,7.3134861,8.2937651,8.3583994,8.2790241,8.4218864,8.382452,8.2462234,8.1788206,8.4837799,8.3494482,8.2657957,7.9020019,7.9514804,7.9459343,8.0465145,7.7842736,8.1385899,8.2042961,8.1272945,8.2857418,8.2399254,8.1224852,8.0617781,8.4052877,8.260869,8.1696863,7.8335304,7.88061,7.8711128,7.9588389,7.6754107,8.3112984,8.3792028,8.2799635,8.3795738,8.3369131,8.2124004,8.1531887,8.3811378,8.2704163,8.1918068,7.8604493,7.9168696,7.9136901,7.9971943,7.6464601,4.2693348,4.3142929,4.2870393,4.3361168,4.2076859,4.1718421,4.1469045,4.4618797,4.393652,4.2533422,4.1397319,4.1350408,4.0987396,4.1396942,4.0128093,7.7011471,7.7535295,7.6482315,7.7527838,7.723803,7.6413116,7.6051517,7.6965766,7.6373034,7.5936537,7.3660588,7.4267836,7.4288888,7.4814658,6.7521276,6.0820947,6.1520925,6.0998335,6.158505,6.0435109,5.9900498,5.9702048,6.2812772,6.2029266,6.0657964,5.9148812,5.9296269,5.9027166,5.9547038,5.7094226,8.0632172,8.1268587,8.0587673,8.2547855,8.2125092,8.0916014,8.0283823,8.4227057,8.2615051,8.1704111,7.8226843,7.8675728,7.857451,7.9526529,7.6975026,6.0340934,6.0926962,6.0526443,6.1874771,6.0802083,6.0431447,6.0110025,6.4539495,6.3317523,6.1932573,6.0009003,6.0133228,5.97931,6.0299816,5.8180184,8.6266489,8.6738625,8.6048174,8.6548491,8.6364183,8.4266472,8.3288221,8.454977,8.3890104,8.3439417,7.8556666,7.8983612,7.9031153,8.066514,7.926641,7.7553124,7.8286638,7.7274251,7.8162913,7.7536459,7.6658068,7.6514225,7.8482857,7.7572956,7.6710896,7.4850545,7.5178571,7.502696,7.5528426,7.0003886,7.7162247,7.7850342,7.6878262,7.7895136,7.7382636,7.6532207,7.645009,7.8022723,7.7218337,7.6507044,7.484333,7.5153646,7.5026836,7.5513244,6.8772912,5.9785428,6.037745,6.0072012,6.2091908,6.1148882,6.0970969,6.0667348,6.6157784,6.4637985,6.3327188,6.1245756,6.1394839,6.1060438,6.160429,5.9507198,7.8939452,7.9611235,7.8683233,7.9699669,7.9203935,7.838449,7.8079057,7.9792628,7.8927531,7.8202777,7.612597,7.6541672,7.6455188,7.6901426,7.0650001,7.2133279,7.2922282,7.1915302,7.2596278,7.1746922,7.0862408,7.0863414,7.3346524,7.2454457,7.1341057,6.9645019,6.9907727,6.9697046,7.0366392,6.6503263,7.9150438,7.9852014,7.8917041,7.9878879,7.9297404,7.8438029,7.8090935,8.0218992,7.9236007,7.8379774,7.6115394,7.6529903,7.6415362,7.6899338,7.1725712,8.0832663,8.1511087,8.0673447,8.1994781,8.1466331,8.0414581,7.9875011,8.298151,8.1663771,8.0725288,7.7662182,7.8129439,7.8020272,7.8758359,7.545505,4.5803962,4.6296663,4.5988884,4.6443615,4.5150557,4.4730587,4.4482164,4.756917,4.6899824,4.5467105,4.4291863,4.4270086,4.3915639,4.4341969,4.2911139,8.3960657,8.4618149,8.3700523,8.476944,8.4391737,8.2974453,8.2295876,8.4717445,8.3566236,8.2796659,7.9118404,7.9667711,7.9648247,8.0654764,7.7838864,6.950243,7.0126729,6.9705815,7.2545972,7.1915932,7.1483121,7.1069899,7.7183638,7.5155268,7.4037223,7.1327419,7.1631789,7.1382689,7.2040687,6.9523687,7.5978346,7.6695805,7.5849252,7.6755719,7.599247,7.5204921,7.4881067,7.7567563,7.6519504,7.5458097,7.3283534,7.3618593,7.3435483,7.3920493,6.9835858,8.6336718,8.6613207,8.6158772,8.6339674,8.62463,8.3794746,8.2645035,8.3205051,8.2887354,8.2658119,7.7140307,7.7414527,7.7458911,7.9435754,7.871253,6.297708,6.3606644,6.3069739,6.3873515,6.2748957,6.2180414,6.1872535,6.5302148,6.4330978,6.2948537,6.1155577,6.130033,6.0994291,6.1478267,5.9029284,7.5624475,7.6380248,7.5121837,7.5856814,7.5132351,7.4003887,7.4124269,7.6129613,7.5211315,7.4276457,7.2574425,7.2833982,7.2626576,7.3391657,6.8553305,8.1908226,8.2595072,8.1655216,8.2741318,8.2249107,8.1143837,8.0608463,8.3142529,8.1976929,8.1119003,7.8072033,7.8585587,7.8513474,7.924006,7.5509386,8.3926544,8.4594316,8.3543634,8.4406691,8.4033976,8.2654743,8.2010069,8.4001122,8.2980804,8.2265921,7.869235,7.9302502,7.9307466,8.0253019,7.7022719,6.5279613,6.5891027,6.5530124,6.8156505,6.740088,6.7136731,6.6780729,7.2883768,7.1002998,6.9805207,6.735733,6.7594409,6.7301908,6.7897487,6.5525966,7.2982497,7.3620505,7.306931,7.51756,7.4497223,7.388701,7.3444605,7.8358054,7.6665416,7.5529542,7.2818913,7.3143702,7.29111,7.3551989,7.0831256,8.2259121,8.2835369,8.224884,8.4205208,8.390729,8.2308569,8.1531639,8.5105343,8.3599567,8.2829065,7.8795738,7.9214778,7.9165015,8.0421991,7.8456082,8.2403097,8.3025017,8.2328625,8.4060068,8.3697472,8.2273722,8.156682,8.5004492,8.3536806,8.2703524,7.8936453,7.9397869,7.9335928,8.0427551,7.8090835,7.9440923,8.0102348,7.9368386,8.1039095,8.0503693,7.9514346,7.8971281,8.2732162,8.1232777,8.0244951,7.7150073,7.7582889,7.7444768,7.8207016,7.5237083,8.5300636,8.5887842,8.5112762,8.6080008,8.5803642,8.4039021,8.3206968,8.534235,8.4318285,8.366333,7.9377613,7.9867139,7.9879475,8.120698,7.9212632,7.5687456,7.6312857,7.578167,7.8565145,7.8094893,7.7212534,7.6675887,8.2087421,8.0067587,7.9072361,7.5908675,7.6300869,7.6134439,7.6972837,7.4454598,8.0190096,8.0886116,7.9946942,8.0946989,8.038641,7.9449649,7.9021997,8.1346407,8.0281534,7.940814,7.6837511,7.7296214,7.7194824,7.77565,7.3192315,7.6991892,7.7535715,7.6677084,7.7850275,7.7519717,7.679441,7.6488647,7.756906,7.6933022,7.6449065,7.4529977,7.4990625,7.4972038,7.5401163,6.7516313,7.7513132,7.8097358,7.6486893,7.7149768,7.6879721,7.5820627,7.5363131,7.6194034,7.5605888,7.5182352,7.2087808,7.3027539,7.3096647,7.3825407,6.8858962,6.7893724,6.865694,6.7936182,6.8598185,6.7614884,6.6966486,6.6812849,6.9685621,6.882865,6.7570667,6.590508,6.6144309,6.5918989,6.6461196,6.3276477,7.6707091,7.7225924,7.6312652,7.7457004,7.7156472,7.6404843,7.6079164,7.7045875,7.6449103,7.6002979,7.39712,7.4489617,7.4490905,7.4955301,6.7137609,8.0885096,8.1553926,8.0544653,8.1506786,8.105051,8.0072918,7.9636192,8.1452131,8.0514221,7.9788108,7.7188411,7.7711935,7.7664242,7.8244019,7.2950239,6.4142065,6.4417095,6.3828206,6.7592435,6.7003646,6.5950046,6.5912166,7.2314119,6.8963642,6.7601194,6.5997863,6.5987225,6.5185409,6.6225028,6.394237,6.2815661,6.3169208,6.2598076,6.6974106,6.6383262,6.5345869,6.5208712,7.255826,6.8927712,6.7637029,6.5995278,6.5971479,6.5300508,6.6191554,6.3959146,5.2944875,5.3437099,5.3002419,5.8384161,5.7787809,5.6925344,5.6663451,6.5788169,6.1841812,6.0860324,5.9133525,5.8957195,5.8574281,5.922235,5.7378564,7.38661,7.3679957,7.264329,7.3113151,7.2442784,7.1548338,7.1883945,7.4064798,7.1750641,7.0258832,6.9046488,6.8952723,6.7753305,6.8603015,6.6559377,7.9804134,7.9954104,7.8768911,7.9416289,7.863317,7.7666788,7.7599063,8.0232124,7.8099852,7.6646376,7.5105529,7.4998865,7.4246998,7.4565511,7.237895,6.0109735,6.042346,5.9930043,6.4687214,6.4135609,6.3110166,6.3010478,7.0936379,6.7085876,6.5792317,6.4214544,6.422997,6.3529096,6.4568348,6.234602,5.7613487,5.8222814,5.7765913,6.129797,6.0563874,5.9714403,5.9491196,6.5709524,6.3099747,6.1997447,5.9917893,5.9678254,5.9329371,5.9967704,5.8088841,7.0819259,7.0930285,7.0116372,7.1701369,7.1056733,7.0049391,7.0243778,7.3725176,7.1245627,6.9790821,6.8285236,6.8227873,6.7182117,6.8171811,6.5909991,7.1466751,7.1753983,7.0949745,7.3099132,7.2413874,7.136694,7.1331396,7.5609508,7.3001657,7.1575851,6.9856129,6.978569,6.8992567,6.9765501,6.7455702,6.1885338,6.1922712,6.1321769,6.2751088,6.2238131,6.1350307,6.205533,6.5030007,6.2792315,6.1492853,6.0300679,6.0258627,5.8758149,6.0399075,5.8333282,5.3418603,5.3640714,5.322783,5.7317319,5.6795244,5.5860281,5.6050401,6.2899346,5.9464312,5.8270535,5.7114224,5.7129755,5.6121726,5.7692566,5.5639815,8.9358063,8.7311296,8.573534,8.4979239,8.4224091,8.351697,8.3328857,8.4927378,8.3556147,8.2472076,8.1313801,8.1178999,8.0695105,7.9885912,7.8355765,7.9351873,7.9017339,7.772192,7.7856641,7.7117329,7.6245852,7.6356802,7.8355169,7.5991497,7.4469609,7.3301892,7.3176131,7.2181153,7.2588153,7.0639901,7.0851541,7.1402626,7.0591769,7.2122073,7.1263428,7.0313735,7.0144458,7.3863115,7.1883497,7.0512266,6.8636866,6.8499322,6.7974286,6.8508325,6.6348114,7.1731234,7.2311025,7.1461315,7.2609668,7.1709547,7.080112,7.0648251,7.3975697,7.218956,7.0809064,6.9002428,6.8869967,6.8360467,6.8849196,6.6733031,6.6570816,6.6900926,6.6245046,6.9693561,6.906755,6.8012161,6.7919264,7.3903856,7.0737681,6.9380898,6.7677374,6.7634077,6.6902514,6.777133,6.5484653,7.6390162,7.61305,7.4973373,7.5270371,7.4565806,7.3682418,7.3917341,7.5985794,7.3637977,7.2124567,7.0939574,7.0831003,6.9717889,7.0370283,6.8372202,6.503634,6.5042872,6.434979,6.5507798,6.4967275,6.4082165,6.4726229,6.7453499,6.5230236,6.387301,6.2650847,6.2609773,6.1175313,6.2630377,6.0552006,5.8322153,5.8572149,5.8093266,6.2525535,6.1977811,6.0971603,6.0973563,6.8385496,6.4692478,6.3393469,6.1980433,6.2000241,6.1177921,6.2427883,6.023169,8.1965885,8.1920605,8.0627871,8.0637732,7.9758492,7.9008298,7.8890524,8.1163044,7.9698701,7.8414078,7.6979465,7.6887836,7.6408744,7.6330366,7.4519501,7.3290591,7.3710814,7.2834926,7.4500818,7.3724465,7.2712736,7.2582679,7.6369038,7.4110513,7.2705307,7.088233,7.0774002,7.0133438,7.0699282,6.8435078,4.9550343,5.0074668,4.9740787,5.5291905,5.4751344,5.3972468,5.3733854,6.3125434,5.9177427,5.8287134,5.6477704,5.6260076,5.5935092,5.6583905,5.4875197,5.5346489,5.5795817,5.5320573,6.0962315,6.0391006,5.9464979,5.9225378,6.8770084,6.4456425,6.3393078,6.189446,6.1819544,6.1338425,6.205452,6.0066152,8.0590677,8.0486927,7.9211693,7.9575639,7.8817339,7.7882967,7.7893867,8.0183525,7.7936654,7.6447458,7.5099173,7.4985871,7.4108944,7.442697,7.23315,6.633513,6.6412168,6.5726457,6.7537937,6.6956215,6.5975795,6.6350508,6.9986024,6.7477345,6.6073718,6.4689536,6.4651103,6.3430538,6.4737239,6.2522664,8.1677027,8.1837978,8.0564165,8.0993004,8.0170307,7.9242649,7.9114103,8.1594105,7.9649963,7.8245983,7.6707544,7.6591659,7.5945716,7.6060839,7.3939738,7.7665691,7.7956333,7.6886482,7.7824588,7.703351,7.6049757,7.5959659,7.8916688,7.6798086,7.5357347,7.3699741,7.3595157,7.2891397,7.3305588,7.1074352,8.6467056,8.5920753,8.4333191,8.4146357,8.3345709,8.2488337,8.2369804,8.425828,8.2184086,8.0791235,7.9595642,7.9447265,7.8716273,7.8443041,7.6566086,8.2116098,8.1856184,8.0474358,8.0611877,7.984333,7.8943954,7.8938379,8.1023941,7.8761835,7.7273006,7.6024442,7.589695,7.5027571,7.5210795,7.3208871,5.9169879,5.9587364,5.9065347,6.4201069,6.3619914,6.2635098,6.2432733,7.1037989,6.7013364,6.584084,6.426579,6.4222116,6.3661528,6.444828,6.2332182,7.108068,7.1552706,7.0753551,7.2815742,7.204361,7.1032801,7.0869584,7.5142627,7.2796941,7.1426921,6.9537621,6.9419622,6.8830767,6.9425397,6.7180762,8.6315784,8.5936956,8.4418955,8.434639,8.3533955,8.2668371,8.2505655,8.4545326,8.270525,8.137969,8.0028334,7.9894023,7.9275203,7.8958635,7.7024236,8.2804804,8.2891493,8.1559324,8.1765022,8.0914707,8.0047998,7.9896088,8.2228136,8.0493832,7.9149938,7.7650166,7.753346,7.6970692,7.6923275,7.4908381,8.6678772,8.59132,8.4255457,8.3860693,8.3044071,8.2244596,8.2150211,8.3862753,8.1712637,8.0311298,7.9267654,7.9100957,7.8339629,7.802309,7.6291456,8.4483967,8.4073362,8.2564392,8.2497292,8.1707859,8.0838509,8.0774078,8.2721195,8.0518951,7.9065471,7.7873235,7.7730942,7.6927547,7.68749,7.4958582,9.0809107,8.8911276,8.7171001,8.6388264,8.5610037,8.4849787,8.4655952,8.6165714,8.4446659,8.3263655,8.2234993,8.2063246,8.1461821,8.0569296,7.8990684,6.9145932,6.933516,6.8598208,7.0857058,7.0224128,6.9184055,6.9282632,7.3619223,7.0913029,6.9480047,6.7893095,6.7847934,6.689683,6.7896433,6.5596471,8.993041,8.8287916,8.6545219,8.5811872,8.5014791,8.4257774,8.4096422,8.563447,8.3771276,8.2525949,8.1540651,8.1368284,8.0721264,7.9977326,7.8387203,7.0317159,7.0189967,6.929584,6.9941754,6.9324355,6.8439212,6.8926024,7.1202626,6.8939314,6.74931,6.628767,6.6209302,6.4885144,6.5989556,6.3940673,7.418654,7.4336715,7.3404164,7.4691463,7.3991089,7.2981324,7.305409,7.6271248,7.3894062,7.2422614,7.085535,7.0777974,6.9859409,7.0603771,6.8337607,8.5252438,8.4686518,8.3110056,8.2885971,8.2085524,8.1252813,8.118289,8.3005714,8.0794163,7.9350653,7.8243008,7.8088055,7.7291679,7.7144723,7.5323377,8.3446255,8.3252516,8.183897,8.1993208,8.1208429,8.0297832,8.0228653,8.2377272,8.0222559,7.8772359,7.7451253,7.7324324,7.6539936,7.6591601,7.4561605,6.2098603,6.2643666,6.2065783,6.5759616,6.5048237,6.4095497,6.385314,7.0285807,6.7359047,6.6174846,6.4214945,6.4048157,6.3606625,6.4243379,6.2179356,5.5070677,5.5539818,5.5058303,6.0465031,5.9864902,5.8953571,5.869072,6.7850327,6.3783545,6.2745357,6.1111445,6.0982847,6.0548429,6.1216059,5.9275308,7.1037664,7.1691332,7.0855961,7.163249,7.0663896,6.9851875,6.9737306,7.2758927,7.124938,6.987638,6.8201404,6.808979,6.7629542,6.8105211,6.6114554,3.7482071,3.7861688,3.7611961,4.4692035,4.4278173,4.3620148,4.3416982,5.6977949,5.0916705,5.0233307,4.9646945,4.9629731,4.9259524,4.9928002,4.8441324,8.8335304,8.7381344,8.5690975,8.5243826,8.4436111,8.3624792,8.348011,8.5188236,8.3193893,8.1860619,8.0768499,8.0604877,7.9909773,7.9396205,7.7652993,7.42172,7.4158263,7.3159251,7.3903809,7.3225183,7.2278895,7.2522926,7.5050836,7.2728453,7.1238413,6.9896426,6.9811759,6.8704591,6.9528961,6.7380099,7.9105449,7.8922753,7.7686572,7.8019218,7.7281737,7.6363578,7.6455927,7.865871,7.6347947,7.4838538,7.35637,7.3451452,7.2480016,7.2927942,7.0866895,5.958231,5.9715848,5.9195609,6.1869082,6.1332326,6.0364575,6.0757256,6.5447297,6.2691345,6.1390376,6.0144277,6.0140843,5.8904972,6.0521307,5.8372884,8.6194057,8.5797853,8.4261894,8.4192562,8.338994,8.2512598,8.2373219,8.4381247,8.2402344,8.1032763,7.9733729,7.959528,7.8912001,7.8653097,7.6711073,4.3164954,4.3520913,4.3154559,4.9893222,4.9384661,4.8606997,4.8335567,6.0615406,5.5192213,5.4384346,5.3346186,5.3245139,5.2847033,5.3488054,5.1850772,7.6935458,7.7334228,7.6294498,7.7223434,7.639174,7.5431018,7.530304,7.8303661,7.6324153,7.49088,7.3197627,7.3084726,7.24647,7.2847238,7.0643458,5.7292504,5.7663622,5.7189627,6.2710366,6.2163229,6.1179309,6.099699,7.0253935,6.5956111,6.4781089,6.325685,6.3257837,6.2677207,6.3564377,6.1447296,8.8860645,8.7827253,8.6187496,8.5775452,8.4981012,8.4163923,8.3977413,8.5753937,8.4010525,8.2764835,8.1547289,8.1396952,8.0801525,8.0167322,7.8395958,6.910121,6.9459844,6.8732657,7.1593018,7.0923867,6.9871216,6.9762821,7.4970255,7.2112384,7.0738025,6.8959923,6.8890142,6.8186493,6.8952336,6.6657019,7.5645218,7.588954,7.491076,7.6151075,7.5407934,7.4396639,7.4365325,7.7597542,7.5308371,7.3851104,7.2197676,7.2106862,7.131536,7.1901283,6.963048,7.3594398,7.3866282,7.2978916,7.4629068,7.3912287,7.2881207,7.2850995,7.6540065,7.4120522,7.2675767,7.0976839,7.0894742,7.0100303,7.0786371,6.8489842,6.2413373,6.3052454,6.2448268,6.4166408,6.3217373,6.2384009,6.2198033,6.6234555,6.4514561,6.3211966,6.1333184,6.1149907,6.0749369,6.1347251,5.9442129,8.1612148,8.1177979,7.9764419,7.9730306,7.8966942,7.8121758,7.815691,8.0060797,7.7711434,7.6199765,7.5075665,7.493475,7.4024677,7.4225969,7.2353868,4.8355489,4.8744764,4.835989,5.4997125,5.4479737,5.3629856,5.3404865,6.5071344,5.9850717,5.8912964,5.7775087,5.7764878,5.7298727,5.806776,5.6233163,7.5104079,7.5616035,7.4641089,7.5528049,7.4643116,7.3727803,7.3585973,7.6608558,7.4810534,7.3416815,7.1685457,7.1566224,7.1021991,7.1418395,6.9277034,6.1063762,6.1151376,6.0587258,6.252758,6.2005854,6.1076412,6.165081,6.5308928,6.2872109,6.1571741,6.034801,6.0323935,5.8926835,6.0570951,5.8453054,7.1412668,7.1807265,7.1004939,7.3229308,7.2505112,7.1467633,7.1343255,7.5769162,7.3240366,7.184948,7.0020609,6.9926481,6.9259386,6.9918585,6.763083,8.6180887,8.5341501,8.365634,8.3110018,8.2263546,8.1533718,8.1485004,8.3073025,8.0888968,7.9494057,7.8573008,7.8390341,7.7604041,7.7309628,7.5724754,6.0753598,6.1384988,6.0842609,6.3337297,6.2484303,6.162529,6.1417918,6.6322074,6.4237599,6.3016658,6.0989079,6.0770397,6.0390244,6.1008739,5.9087796,6.3355732,6.3552384,6.2973318,6.6239586,6.5663037,6.4627104,6.4736109,7.037457,6.7256942,6.5878239,6.4398928,6.4394088,6.3428144,6.4676375,6.2409167,8.4102573,8.3971004,8.2550564,8.2718019,8.1918335,8.1007175,8.0893497,8.3093176,8.1054277,7.9642868,7.8256626,7.8130593,7.7420874,7.7382522,7.5340362,7.9621124,7.9904547,7.8710923,7.8932896,7.8038273,7.7260628,7.7140074,7.959403,7.8098955,7.6775026,7.5250392,7.5155168,7.4674239,7.4771934,7.2856264,6.4779997,6.5203705,6.4576859,6.8516073,6.7878075,6.684907,6.6666822,7.3390188,7.0069218,6.8794537,6.7029514,6.6957622,6.6358352,6.7106285,6.4887662,7.7871175,7.8293562,7.719821,7.7846551,7.6971931,7.6064591,7.5925531,7.8690405,7.6901135,7.5509181,7.3856373,7.3742151,7.3180485,7.3459597,7.1333728,7.4275503,7.4748473,7.3821416,7.5063391,7.4228468,7.3259578,7.311646,7.6470695,7.4461226,7.3059039,7.1259985,7.1140513,7.0552115,7.1027012,6.8816037,8.1142817,8.1129141,7.9852543,8.0275211,7.9501786,7.855648,7.8515906,8.0900459,7.8721628,7.725419,7.5832682,7.5720191,7.4914107,7.5166268,7.3040695,7.6802564,7.7284722,7.6213355,7.6617155,7.5691695,7.4897146,7.4779682,7.7418165,7.5916729,7.4562464,7.2997923,7.2895837,7.2417536,7.2672257,7.0706787,6.661603,6.7176709,6.6496482,6.8984613,6.8185644,6.7221818,6.7011161,7.1858482,6.9519296,6.8224626,6.6247888,6.6089606,6.560966,6.6212397,6.4081812,7.7298985,7.7207317,7.6074829,7.6613955,7.5895009,7.4953146,7.5085888,7.7469339,7.5160785,7.3656611,7.2319722,7.2220206,7.1215553,7.1807737,6.9683104,8.6001883,8.5256138,8.3791523,8.3481379,8.2650261,8.190979,8.1750107,8.3707294,8.2249069,8.104887,7.9729648,7.9617004,7.9127197,7.8693824,7.6967406,7.6138144,7.6202998,7.5166097,7.6054964,7.5338135,7.4355779,7.4443064,7.7219467,7.4911599,7.3424206,7.1946115,7.1858177,7.0916157,7.1564031,6.9349213,6.7027698,6.7726846,6.7024617,6.8000193,6.7022977,6.623116,6.6115232,6.9360437,6.7894192,6.6536851,6.4805551,6.4674997,6.4243731,6.4790974,6.2856693,7.7602649,7.7782216,7.6704845,7.7611394,7.6854162,7.5864191,7.5837355,7.8707862,7.6484833,7.5018096,7.3439708,7.3342819,7.2540479,7.3026662,7.0793881,6.9284582,6.9827476,6.90728,7.1070595,7.0250101,6.9278255,6.909102,7.3335843,7.1156197,6.9811783,6.7881441,6.7739134,6.722033,6.7796507,6.5623889,8.0360842,8.0655375,7.9442477,7.9868693,7.9004583,7.8115149,7.7971778,8.0513334,7.8748631,7.7373915,7.579586,7.5681858,7.5116792,7.5249987,7.3167648,8.1858854,8.191678,8.0622721,8.1039476,8.0244179,7.9302721,7.9210057,8.1632309,7.9556227,7.8119988,7.6641841,7.6526856,7.5801654,7.5958519,7.3831029,7.9486074,7.9767861,7.8606968,7.9274096,7.8452554,7.7501912,7.7382751,8.0094442,7.8110161,7.6690273,7.5073118,7.4961581,7.4310613,7.4576912,7.2399912,7.5442371,7.5808811,7.4843583,7.6120381,7.5334721,7.4334393,7.4228835,7.7562866,7.5391688,7.3963695,7.2217188,7.2112322,7.1436138,7.1941175,6.9683785,8.7804585,8.7092419,8.5471544,8.5198469,8.4397068,8.3551159,8.3391829,8.5245867,8.3329802,8.2005978,8.0784445,8.0635042,7.9974828,7.9519281,7.7674294,7.2408528,7.244628,7.1548915,7.2667232,7.2008433,7.1032763,7.1272593,7.4204645,7.1840544,7.036973,6.8942409,6.8873248,6.7781296,6.8711033,6.6499453,8.2873144,8.2326269,8.0830593,8.0642061,7.9857512,7.9052048,7.905839,8.0858116,7.8522949,7.7029047,7.5974569,7.5818706,7.4949555,7.5017056,7.3244228,6.3126764,6.3615012,6.3013635,6.7065096,6.6402898,6.5408788,6.5180945,7.2101259,6.8835001,6.7623563,6.5784001,6.5670071,6.5161028,6.5837793,6.3696399,8.5243807,8.4987497,8.3536501,8.3501749,8.266861,8.1829119,8.1664581,8.3782625,8.2089348,8.0791445,7.938446,7.9260907,7.8703632,7.8433204,7.6513233,9.0488796,8.8385744,8.6731272,8.5953112,8.519908,8.4453545,8.4246225,8.57866,8.4285755,8.3175678,8.2059307,8.1904554,8.1378708,8.0468044,7.8903289,7.3793917,7.4390554,7.3441267,7.4024811,7.3065209,7.2258239,7.2146878,7.4974489,7.3475308,7.2099986,7.0496802,7.0393472,6.9922891,7.0314708,6.8332033,7.8843551,7.8867645,7.7701778,7.8317151,7.7568674,7.660511,7.6626892,7.9160824,7.6913285,7.5426993,7.3983703,7.3882089,7.3005672,7.3452287,7.1282015,8.8526802,8.7345695,8.5602245,8.4965839,8.4135723,8.3379183,8.3252182,8.4825315,8.2791643,8.1465235,8.050168,8.0323887,7.9617386,7.906023,7.7448211,8.4280825,8.3634882,8.2056522,8.1711969,8.0899296,8.0134687,8.0132799,8.1827974,7.9564958,7.811605,7.7133737,7.6962943,7.6116004,7.6042018,7.4364524,6.7667146,6.7623158,6.683321,6.769763,6.7125158,6.6248322,6.6837611,6.9285884,6.7070608,6.5672297,6.4459414,6.4405742,6.3015084,6.4306264,6.2246318,8.8021564,8.7095108,8.5518761,8.5156755,8.4353609,8.3552847,8.3367138,8.5214529,8.3594437,8.2374468,8.1095953,8.0958261,8.0412073,7.9828854,7.805584,8.3852758,8.3826265,8.2437582,8.2637939,8.1817408,8.0916414,8.0773354,8.3045282,8.114542,7.9770346,7.831357,7.8190713,7.7556195,7.7488966,7.54425,6.7928553,6.8402777,6.769855,7.065454,6.9940515,6.8918552,6.8728399,7.4115644,7.1370435,7.0057325,6.8157287,6.8045316,6.7479291,6.8134422,6.5905275,9.0925598,8.8846121,8.7141285,8.6342821,8.5581503,8.4825554,8.4618254,8.6126909,8.452426,8.3385572,8.2315416,8.2149706,8.1587162,8.0649357,7.9080997,6.4780359,6.5441594,6.4782038,6.6048479,6.5072351,6.4258299,6.4103942,6.7661533,6.6103616,6.4759073,6.2967615,6.2811356,6.2387958,6.296495,6.1048541,8.9345636,8.8169985,8.6477261,8.5974302,8.5179367,8.4370871,8.4192934,8.5884705,8.4051332,8.2787285,8.1653509,8.1492729,8.0858593,8.0189848,7.8462081,6.5483713,6.5631847,6.4991865,6.7516456,6.6930079,6.5907435,6.6122084,7.0725064,6.79284,6.6526012,6.5062222,6.5039597,6.3966131,6.5218816,6.2953577,6.694788,6.7182102,6.6517577,6.946229,6.8849497,6.7795987,6.7829599,7.3073292,7.0092335,6.8688111,6.7080722,6.7051086,6.6166596,6.7194104,6.4890618,3.0143807,3.0430422,3.021805,3.7003264,3.6630404,3.6067719,3.5845814,4.9876032,4.3502197,4.2961745,4.2670918,4.262578,4.2298827,4.2870684,4.1636543,12.861781,13.086228,13.079207,12.789684,12.783323,12.537443,12.490615,12.858105,12.615505,11.531301,11.32943,11.426171,11.297774,11.249231,10.647959,15.931213,16.116304,16.112438,15.925867,15.950304,15.787592,15.782928,16.425528,15.959277,13.254833,13.080622,13.156317,13.102361,13.080959,12.636132,10.30164,10.55757,10.544482,10.320473,10.381072,10.181703,10.127267,10.432287,10.289222,9.8982906,9.7005539,9.8240786,9.7370558,9.7234077,9.276371,9.8146801,9.8867273,9.8698587,10.112074,10.089719,9.8883667,9.8256435,10.352989,10.108983,9.6039495,9.2215672,9.2618904,9.2353344,9.3684969,9.094758,13.893273,14.10073,14.091297,13.869127,13.876839,13.670126,13.641134,14.103168,13.791528,12.194205,11.990176,12.076098,11.991679,11.964358,11.422664,9.7309713,9.9497137,9.9439907,9.7099113,9.763567,9.5640335,9.4977551,9.8029547,9.6760502,9.393343,9.2027779,9.3530054,9.2317953,9.1931305,8.8179197,14.443506,14.665268,14.690498,14.062629,13.936291,13.592334,13.516258,13.888392,13.574994,11.905989,11.75552,11.850564,11.595408,11.470076,10.888438,4.4631138,4.6626139,4.6680822,4.6248336,4.8844419,4.8246112,4.8152938,5.1586528,5.1401658,5.0937552,5.144567,5.3419313,5.3102646,5.3447123,5.1687598,9.4656267,9.705164,9.6962595,9.4901257,9.5832357,9.3951836,9.3375425,9.6593437,9.5367489,9.2557011,9.0846615,9.2369795,9.1389532,9.1167126,8.7348328,8.9187374,8.998539,9.0039549,8.8572474,8.8848629,8.729682,8.6635189,8.9293118,8.8759279,8.7129259,8.3697329,8.5137177,8.3231287,8.2943802,8.0423994,11.270285,11.509916,11.500577,11.230826,11.246499,11.01356,10.956162,11.265828,11.090842,10.509139,10.304854,10.418592,10.297368,10.259662,9.7441769,6.9588313,7.191267,7.1812954,7.0745292,7.2873797,7.1636643,7.1244717,7.4969044,7.4266706,7.30058,7.2068968,7.4026241,7.3432002,7.3573403,7.0981126,11.321937,11.515025,11.526022,11.104669,10.978436,10.697551,10.615299,10.861648,10.69689,10.201354,9.9918518,10.111611,9.9022102,9.8146572,9.3478794,11.124188,11.377282,11.35576,11.172537,11.183446,10.990393,10.940944,11.244874,11.072247,10.51038,10.247118,10.325814,10.274283,10.301993,9.8384457,10.655025,10.941372,10.923283,10.685835,10.721641,10.532372,10.48177,10.765076,10.617019,10.187238,9.9626541,10.059656,9.9961739,10.003265,9.5295143,12.92148,13.122258,13.105427,12.97143,12.979339,12.792313,12.758783,13.197585,12.92297,11.656255,11.411149,11.488882,11.43923,11.452992,10.988988,11.773681,11.914403,11.892196,11.907698,11.89694,11.706681,11.657904,12.099785,11.847689,10.920358,10.610513,10.670388,10.64185,10.713223,10.33084,13.361217,13.460411,13.429464,13.495787,13.472572,13.299386,13.260983,13.858625,13.476403,11.85348,11.597045,11.657069,11.629768,11.681294,11.298519,3.9535377,4.1268601,4.1259899,4.0931244,4.3322783,4.271018,4.2570653,4.5867071,4.5672398,4.5276394,4.5574884,4.7493787,4.7134976,4.7475514,4.5980535,10.550397,10.628665,10.606242,10.872324,10.844014,10.657269,10.60741,11.241465,10.927488,10.160602,9.8304539,9.8778687,9.8459148,9.9516821,9.6277914,8.4422817,8.7418404,8.7308712,8.5468206,8.7085838,8.5742369,8.5346298,8.8505344,8.7648935,8.5906458,8.4570169,8.6054411,8.5665359,8.586359,8.230648,9.3841658,9.547883,9.5476074,9.3409615,9.3774481,9.1984262,9.1268492,9.4153442,9.3135843,9.1043673,8.8571777,9.0105782,8.8661795,8.8257694,8.5189762,12.084759,12.317404,12.311125,12.008617,12.002541,11.750572,11.695215,12.022178,11.817039,11.015168,10.812943,10.918604,10.778948,10.727487,10.153881,14.018811,14.165133,14.145507,14.115016,14.121556,13.973619,13.939819,14.531661,14.14799,12.276443,12.051774,12.121194,12.108118,12.135872,11.758465,10.218771,10.450994,10.444297,10.191157,10.232994,10.017996,9.9543819,10.257605,10.116214,9.7526083,9.5639734,9.7023115,9.579627,9.5400476,9.1129313,12.332914,12.554264,12.56866,12.083174,11.969283,11.653512,11.577307,11.85772,11.652885,10.843608,10.657813,10.768615,10.540203,10.440133,9.8789225,14.457049,14.666618,14.666363,14.317507,14.299768,14.040563,13.997803,14.437644,14.111329,12.391699,12.22083,12.309931,12.163721,12.092356,11.43818,10.674439,10.7992,10.78036,10.822739,10.81019,10.602308,10.539834,10.906904,10.715047,10.146846,9.7773485,9.8261156,9.7991257,9.9080896,9.5789099,14.292478,14.500359,14.496152,14.190735,14.182984,13.941413,13.903713,14.349748,14.02798,12.351115,12.169121,12.257091,12.131202,12.072884,11.445236,10.971701,11.21859,11.19592,11.050856,11.049806,10.862393,10.811461,11.117792,10.946057,10.405927,10.113358,10.176758,10.139534,10.194215,9.7571096,12.815647,13.029933,13.015123,12.832084,12.840608,12.639341,12.60336,13.011524,12.754212,11.583082,11.351305,11.436064,11.366706,11.362298,10.856222,9.9523687,10.112746,10.113953,9.8577738,9.8431988,9.6396046,9.5630827,9.8300581,9.7143536,9.4545956,9.2057743,9.3467102,9.1838379,9.1298637,8.7859039,10.968029,11.190537,11.189343,10.867621,10.850049,10.601249,10.531302,10.816881,10.656037,10.182207,9.9846582,10.111152,9.951911,9.889801,9.4143915,10.029384,10.272485,10.263042,10.034806,10.101291,9.8983889,9.8400326,10.151432,10.01456,9.6639404,9.4800711,9.6184149,9.5146551,9.4883261,9.0646839,8.9927559,9.2158804,9.208169,9.0191345,9.1238117,8.9498281,8.8892899,9.2172136,9.1067038,8.88832,8.7131796,8.8791599,8.7793274,8.7559042,8.4247398,11.061851,11.19442,11.213421,10.773958,10.535349,10.26237,10.173615,10.375034,10.232207,9.8389463,9.586009,9.7001114,9.4672174,9.3782253,8.976141,9.5764208,9.8379021,9.8254623,9.6268349,9.7271109,9.54778,9.496439,9.811285,9.688735,9.3928328,9.2160997,9.354475,9.2804327,9.2759123,8.8738365,12.206777,12.262019,12.228062,12.544396,12.506374,12.334652,12.289444,13.107893,12.641859,11.152266,10.892336,10.940378,10.903879,10.981827,10.653275,7.1995492,7.4699597,7.4653382,7.3377075,7.5573111,7.4452672,7.4143996,7.7664776,7.7028017,7.5757365,7.5075736,7.6861029,7.6458197,7.6696496,7.3750739,11.17996,11.415778,11.409454,11.119349,11.127416,10.886599,10.825091,11.128226,10.95753,10.407839,10.209319,10.328516,10.19205,10.144117,9.6358757,7.3616099,7.6141858,7.6078,7.4890981,7.6997671,7.5745544,7.5394611,7.90066,7.8283939,7.6830359,7.5995264,7.7827601,7.7311053,7.748836,7.4568796,11.959878,12.046504,12.016702,12.163605,12.134528,11.948295,11.902656,12.480676,12.148228,11.011781,10.716105,10.770638,10.738315,10.818197,10.455016,11.982766,12.2075,12.188956,12.017043,12.025109,11.82473,11.781487,12.140742,11.9249,11.068904,10.81895,10.901731,10.839402,10.850292,10.363808,12.422972,12.650183,12.638656,12.391856,12.395633,12.1678,12.122289,12.481688,12.255309,11.300905,11.085164,11.180505,11.076085,11.04665,10.488029,8.1580553,8.3420324,8.3450193,8.2105761,8.3378839,8.197505,8.138896,8.4728136,8.3946114,8.2538185,8.0266657,8.2072744,8.0944061,8.0800791,7.8340945,10.888771,11.154294,11.131551,10.953616,10.958421,10.77219,10.721526,11.010665,10.848774,10.354031,10.074573,10.143012,10.102466,10.147532,9.6981611,11.313117,11.563465,11.54496,11.337259,11.354409,11.152146,11.103108,11.416337,11.237136,10.625333,10.384837,10.475134,10.405949,10.411527,9.9226122,12.923594,13.138732,13.165766,12.517759,12.060591,11.710817,11.633518,11.892908,11.635022,10.619075,10.463095,10.56025,10.316055,10.206264,9.6799154,8.4266214,8.6734657,8.6640577,8.5075665,8.6643438,8.5076485,8.4598379,8.8068886,8.7087021,8.5049763,8.3700724,8.5408039,8.4675331,8.4659452,8.1340847,12.389186,12.614207,12.59996,12.385487,12.393009,12.178741,12.136322,12.505208,12.27592,11.305472,11.078715,11.169318,11.083919,11.069471,10.538952,10.450898,10.747038,10.726635,10.547471,10.540659,10.366053,10.312841,10.58098,10.438225,10.048463,9.7437458,9.7914791,9.7651396,9.8424864,9.4088106,9.1444483,9.4304647,9.4170628,9.2220049,9.3453712,9.1877842,9.1417952,9.4499006,9.344018,9.1088028,8.9423494,9.0796747,9.0277691,9.0388336,8.6539831,11.548436,11.621095,11.591564,11.841177,11.807755,11.627835,11.583209,12.267349,11.894818,10.77898,10.488623,10.539776,10.505136,10.591309,10.245398,11.719048,11.890032,11.86816,11.82965,11.823213,11.633197,11.58549,11.991002,11.757944,10.893534,10.592569,10.655542,10.623036,10.683913,10.27972,11.719717,11.944463,11.948086,11.565717,11.515182,11.236283,11.165865,11.4535,11.268761,10.619518,10.4253,10.541729,10.355308,10.277589,9.7411041,10.205909,10.551929,10.53434,10.247747,10.297533,10.13117,10.083874,10.339899,10.217189,9.9004507,9.6954117,9.7906961,9.7410316,9.7539854,9.275856,10.536791,10.778614,10.769411,10.519252,10.560434,10.342921,10.283551,10.589054,10.437921,10.010077,9.8161831,9.9440355,9.8306293,9.7978764,9.3373566,10.524136,10.642255,10.651897,10.324371,10.203613,9.9711256,9.887495,10.109457,9.9919891,9.6845484,9.400425,9.5230999,9.3118372,9.2403221,8.8771343,4.2200308,4.4054098,4.4090137,4.3741565,4.625381,4.5640802,4.5534916,4.8927569,4.874135,4.8296633,4.8770275,5.0740652,5.0386724,5.0733695,4.9102182,11.53987,11.713889,11.73663,11.226759,10.955198,10.6506,10.562739,10.777575,10.604885,10.082627,9.8735542,9.9861116,9.7494307,9.6501741,9.194767,13.447431,13.674864,13.693825,13.150887,13.048816,12.715054,12.642783,12.971252,12.715901,11.484858,11.314626,11.417027,11.174838,11.062493,10.453718,11.651941,11.891582,11.876064,11.652916,11.667069,11.452781,11.404018,11.732226,11.538947,10.829927,10.601755,10.697498,10.611088,10.599778,10.084929,12.604487,12.83285,12.84134,12.402761,12.338738,12.035151,11.967098,12.277171,12.058672,11.13386,10.948744,11.056581,10.848577,10.756952,10.159147,9.9007406,9.9668121,9.9743786,9.7457571,9.678791,9.4848843,9.4093885,9.6341276,9.5571327,9.3261232,8.9735518,9.0988588,8.8815613,8.8303185,8.5240803,11.17434,11.387382,11.390765,11.028096,10.973293,10.709341,10.634487,10.906631,10.741959,10.24525,10.044235,10.167897,9.9870262,9.912962,9.4333544,12.419267,12.633743,12.656566,12.098253,11.896285,11.561646,11.479807,11.740159,11.530704,10.71163,10.530875,10.639623,10.389825,10.280093,9.7382202,11.869892,12.052617,12.08665,11.494557,10.96828,10.640729,10.557416,10.76075,10.552786,9.9210815,9.7468815,9.8514395,9.6195879,9.51828,9.0575676,8.4559278,8.6681776,8.6626015,8.503191,8.6320038,8.4777994,8.4188099,8.7583923,8.6617002,8.4925327,8.3072109,8.4856529,8.3909025,8.3741884,8.0895271,11.657866,11.892124,11.886929,11.578476,11.573388,11.321147,11.261122,11.571439,11.384146,10.715095,10.515396,10.627921,10.482648,10.428771,9.88311,10.596158,10.699191,10.680163,10.764072,10.748672,10.537959,10.473192,10.862937,10.661961,10.081164,9.6973209,9.7431965,9.7179003,9.836916,9.5269327,15.279587,15.450941,15.440937,15.338123,15.360047,15.215064,15.202909,15.844603,15.400762,12.942652,12.741649,12.812661,12.784966,12.789377,12.398894,11.818205,11.942055,11.918856,11.96757,11.952921,11.762675,11.714058,12.182926,11.915588,10.943308,10.631208,10.689368,10.661577,10.737815,10.36373,10.292679,10.372534,10.354088,10.496084,10.474296,10.258904,10.191003,10.604202,10.399272,9.8547163,9.4507132,9.4919462,9.4682846,9.6054554,9.3277817,14.361762,14.582765,14.591908,14.134105,14.092402,13.789805,13.732431,14.136533,13.824683,12.181572,12.016512,12.109175,11.910229,11.811252,11.148402,11.340282,11.548786,11.526525,11.431514,11.427746,11.236681,11.18735,11.53828,11.338628,10.649114,10.351293,10.415294,10.378293,10.43441,10.010154,10.902394,11.134344,11.129454,10.836946,10.844947,10.606435,10.541672,10.838573,10.677637,10.197058,10.001486,10.127185,9.9862642,9.9353266,9.4537439,10.900328,11.064125,11.074039,10.693871,10.567569,10.309899,10.225632,10.459717,10.315475,9.9286776,9.6927099,9.8154621,9.6107693,9.5300989,9.116313,11.532733,11.772755,11.760523,11.509623,11.524221,11.298111,11.245304,11.56478,11.378662,10.718797,10.504384,10.609065,10.502826,10.475737,9.9499178,11.850292,11.957163,11.931723,12.019441,11.998811,11.80864,11.760939,12.265547,11.977249,10.955372,10.644634,10.700978,10.671897,10.752023,10.383194,10.427472,10.470652,10.485859,10.171924,9.9883261,9.7631569,9.6803856,9.8655729,9.7788973,9.5033064,9.144455,9.2552004,9.0052977,8.9376373,8.6091003,7.8232274,8.0542879,8.0440903,7.9078631,8.0824308,7.9398828,7.8911405,8.2517633,8.1643448,8.0086622,7.8722444,8.0593948,7.9863997,7.9860444,7.7035117,10.738257,11.035207,11.014339,10.78163,10.80192,10.61898,10.56937,10.841819,10.693203,10.257713,10.011392,10.092577,10.043341,10.067945,9.5952253,10.328244,10.534828,10.533113,10.247236,10.24444,10.019936,9.947196,10.229339,10.089773,9.7475815,9.5422363,9.680213,9.5308552,9.4750624,9.0682421,10.770577,11.016324,11.005165,10.758708,10.795299,10.577963,10.521127,10.827203,10.668837,10.193981,9.9922142,10.111708,10.005776,9.9786882,9.4997902,13.49677,13.711359,13.702907,13.445364,13.44557,13.218544,13.181308,13.598921,13.317597,11.944111,11.742101,11.8323,11.726055,11.686939,11.10335,15.122473,15.317623,15.311036,15.049395,15.053893,14.842954,14.816677,15.341617,14.956297,12.822266,12.645178,12.726578,12.630883,12.585033,12.017941,10.038855,10.263518,10.257814,10.007205,10.048474,9.8377256,9.7718077,10.073266,9.9376354,9.6100569,9.4200554,9.5633373,9.4377403,9.3960638,8.9913931,10.426366,10.605245,10.607724,10.300695,10.25561,10.026434,9.9479179,10.208793,10.074072,9.7460899,9.5175171,9.651248,9.4801254,9.415493,9.0251102,12.597223,12.782137,12.762395,12.67826,12.680463,12.498261,12.460138,12.902958,12.6331,11.458704,11.194229,11.265435,11.228556,11.26221,10.830223,10.961788,11.218273,11.202479,10.973024,11.004054,10.797963,10.745699,11.048844,10.884975,10.370584,10.150039,10.253976,10.171629,10.163559,9.6775465,8.9734869,9.2093143,9.2004004,9.0156555,9.132988,8.9589119,8.9027262,9.2356558,9.1245098,8.8920317,8.7309017,8.8949194,8.8032494,8.7860565,8.438858,11.790298,12.004537,11.983543,11.855719,11.858191,11.665369,11.6208,11.985076,11.770288,10.949737,10.676818,10.750028,10.703625,10.737133,10.284649,9.6944256,10.046183,10.03021,9.7521334,9.8328238,9.6801043,9.6352901,9.8965034,9.7899418,9.5438585,9.3602686,9.4680328,9.4251328,9.4396095,8.9883709,8.5529213,8.8205519,8.8101997,8.6476021,8.8052902,8.6553059,8.6118641,8.9460382,8.8499193,8.6438322,8.5066118,8.6645489,8.6082144,8.6180134,8.2689228,11.618094,11.832747,11.84068,11.427112,11.341502,11.055178,10.97885,11.248394,11.069805,10.471419,10.274583,10.392442,10.190312,10.104809,9.5919075,6.7822089,7.0190082,7.0119534,6.9121137,7.1362448,7.0187745,6.9845662,7.3559556,7.2916217,7.1694236,7.0994215,7.2940855,7.2400045,7.258852,6.9979448,11.921208,12.120741,12.142216,11.615947,11.3972,11.07811,10.993351,11.231989,11.043386,10.395593,10.202771,10.314755,10.073926,9.97015,9.4680367,10.936941,11.023231,11.050385,10.58989,10.210566,9.9398794,9.8519163,10.0194,9.888999,9.5347481,9.2505102,9.3563509,9.1066332,9.0210238,8.6534729,10.668211,10.885883,10.884153,10.579117,10.56975,10.331731,10.260762,10.544967,10.393726,9.9832363,9.7840977,9.9158287,9.7624741,9.7037907,9.2582598,12.684075,12.913773,12.915153,12.540153,12.508615,12.226727,12.167405,12.499671,12.273616,11.299054,11.109414,11.213812,11.036804,10.960903,10.344914,8.1014299,8.3397894,8.3300962,8.1839848,8.3505411,8.2003832,8.1518793,8.5065355,8.4140606,8.235837,8.1035004,8.2834015,8.2090731,8.2073402,7.9007692,11.874429,12.10436,12.10483,11.745524,11.71439,11.441542,11.376248,11.678392,11.486002,10.776613,10.582272,10.695608,10.522121,10.451158,9.893527,9.6577826,9.8576746,9.8540182,9.6212587,9.6619024,9.466897,9.3967981,9.6937695,9.5729856,9.3180513,9.1100979,9.2617712,9.1313982,9.0887594,8.7382536,13.199472,13.42305,13.420074,13.090211,13.074039,12.811839,12.762896,13.13465,12.879473,11.691057,11.499637,11.596627,11.447558,11.384263,10.751561,9.2035494,9.4565277,9.44596,9.2601938,9.3789501,9.2043581,9.1530485,9.480751,9.3657017,9.1020622,8.9410992,9.0930185,9.0143385,9.0068636,8.6296606,9.8395147,10.122254,10.107081,9.8893404,9.9720154,9.7957821,9.7456064,10.040687,9.9160376,9.6084003,9.4155817,9.5374756,9.4752483,9.479291,9.0549994,16.816595,16.985855,16.985123,16.854387,16.888466,16.759523,16.766617,17.524441,16.963312,13.660441,13.493227,13.561108,13.531771,13.524567,13.166059,10.397339,10.668006,10.6523,10.425562,10.479438,10.286855,10.23452,10.529096,10.38609,9.9908934,9.7819338,9.8942375,9.8209133,9.8182039,9.3628731,12.05916,12.291912,12.281194,12.019832,12.024304,11.79043,11.740172,12.077483,11.869744,11.052883,10.840233,10.940723,10.826968,10.79283,10.236899,15.131541,15.286318,15.271615,15.205035,15.223191,15.090106,15.067341,15.726319,15.274712,12.863957,12.667222,12.737234,12.723949,12.735221,12.368143,13.464966,13.592314,13.56889,13.584167,13.577166,13.415655,13.377891,13.951213,13.589464,11.954325,11.705681,11.770631,11.752677,11.795482,11.413932,9.0995188,9.4374609,9.4228296,9.1805935,9.2994242,9.1593151,9.1172047,9.3960876,9.3029118,9.1086512,8.9437513,9.0674009,9.0325766,9.0524254,8.6468449,10.276618,10.435692,10.417144,10.407955,10.39691,10.190418,10.123815,10.432321,10.274432,9.8626165,9.4882145,9.5337696,9.5082664,9.6196108,9.2903385,14.142756,14.339333,14.328634,14.167994,14.183577,14.004339,13.983508,14.498577,14.155519,12.352345,12.138246,12.21802,12.163944,12.158449,11.689408,10.998793,11.247051,11.233861,10.993178,11.023546,10.808,10.753626,11.060978,10.895034,10.370447,10.15916,10.269994,10.172518,10.152131,9.6596479,13.923915,14.144551,14.147471,13.758913,13.730708,13.448835,13.398261,13.792758,13.503662,12.043736,11.868539,11.9627,11.789615,11.707858,11.03964,10.926476,11.10656,11.084944,11.04547,11.036114,10.839853,10.784098,11.133118,10.942951,10.351819,10.021352,10.076781,10.0458,10.12708,9.743679,14.242851,14.466511,14.482195,13.96349,13.899726,13.577703,13.512459,13.895738,13.594871,12.011086,11.846734,11.942453,11.717872,11.607708,10.970954,10.838577,11.038165,11.041408,10.697632,10.641735,10.391191,10.31382,10.578325,10.426511,10.013762,9.8034525,9.9316597,9.7546577,9.683569,9.2443018,10.101612,10.352373,10.340936,10.119195,10.188306,9.9893103,9.933692,10.24367,10.105413,9.7418928,9.5533772,9.685463,9.5926085,9.5743265,9.1416731,7.2621627,6.9304204,6.8625975,6.8389802,6.7529101,6.6426635,6.6168785,6.8167882,6.4459062,6.1957502,6.1149902,6.1388245,6.0370693,6.0586567,5.7071614,6.5962219,6.2332292,6.1736174,6.1540704,6.0791817,5.9791007,5.9515777,6.1458988,5.7776594,5.5416398,5.4686303,5.4814215,5.3889399,5.4153748,5.1098795,9.1147099,8.9614716,8.8854132,8.8838282,8.7702293,8.641407,8.6710138,8.8712273,8.5556355,8.2793846,8.176856,8.3004923,8.1876459,8.2268858,7.7156835,9.0353279,8.857914,8.7779036,8.7568951,8.6413269,8.5119781,8.5206375,8.7216444,8.3925228,8.1185398,8.01682,8.1066771,7.9905887,8.0124178,7.5172706,7.8718638,7.6316829,7.5673723,7.5760603,7.4894643,7.3741646,7.3775635,7.5874119,7.2479119,6.9814081,6.8916173,6.9716616,6.8679767,6.9214797,6.5146928,5.3733616,4.9787774,4.9347663,4.9184194,4.8624072,4.7819929,4.757905,4.9318471,4.5847425,4.3842258,4.3239574,4.3222313,4.2478676,4.2736831,4.041966,6.7349119,6.4542708,6.4023643,6.4052482,6.3377385,6.2420897,6.220026,6.4290013,6.0957851,5.8537192,5.7792268,5.8013902,5.7132831,5.7915788,5.4898829,5.7826247,5.4831972,5.4429893,5.4452834,5.3897071,5.3102231,5.2856574,5.4766755,5.161552,4.9532919,4.8933802,4.8990626,4.8238697,4.9103336,4.6719046,5.1640387,4.8254004,4.7920179,4.7910175,4.7416449,4.6710486,4.6451716,4.8247437,4.5098968,4.3171654,4.2665567,4.2640605,4.1973934,4.2651534,4.0625253,4.9890742,4.5932817,4.5538583,4.5377212,4.48458,4.4103971,4.3906927,4.5547452,4.2178373,4.0317202,3.9790344,3.9749062,3.9044795,3.9257593,3.7120874,7.8521447,7.6561446,7.599412,7.6262679,7.5478787,7.4365549,7.4451036,7.6668553,7.3503118,7.0717754,6.9810529,7.0673199,6.9696288,7.0600867,6.6618891,5.5653744,5.1659279,5.1161895,5.0933099,5.0296712,4.9446001,4.9170561,5.0900769,4.7338943,4.5294695,4.4693942,4.4661846,4.3861408,4.4026766,4.1586461,7.9386892,7.7578516,7.7019706,7.7442031,7.6644936,7.5517726,7.5813227,7.7948027,7.4854512,7.2142787,7.1219606,7.248445,7.14853,7.2378821,6.8157349,6.5942554,6.3901486,6.347259,6.3636107,6.3044577,6.2170005,6.2025356,6.4068856,6.1181307,5.8911929,5.8180833,5.8454781,5.7642317,5.8971539,5.6000795,7.6082492,7.4794717,7.4367552,7.5299425,7.4644222,7.3607569,7.4367843,7.6360822,7.3645229,7.120707,7.0233212,7.2368975,7.1413946,7.268693,6.8391495,5.4362216,5.0743074,5.033041,5.0244308,4.9701457,4.8917322,4.8624144,5.0447364,4.7103062,4.5063658,4.4550109,4.4544163,4.3806968,4.4333477,4.2137842,8.8230219,8.6651287,8.5949583,8.6113968,8.5070238,8.3814096,8.4169502,8.6193008,8.3069658,8.0325174,7.9335985,8.0722361,7.9628301,8.0189934,7.5239887,8.0652924,8.0148144,7.9834318,8.1042643,8.0404844,7.9369879,8.0371408,8.2578344,8.0238895,7.7223663,7.6426554,7.8872681,7.8006749,7.9954529,7.5393376,8.5994806,8.4717503,8.4107599,8.463501,8.3679047,8.2469597,8.3113956,8.5095282,8.2202892,7.9541802,7.859549,8.0534115,7.9493504,8.0393305,7.5435138,7.3379087,7.0230079,6.95714,6.9418359,6.8575692,6.7472239,6.7266712,6.9306121,6.5660315,6.3116503,6.2293553,6.2627249,6.1617403,6.1928625,5.8349042,8.0979843,7.9612865,7.9101243,7.9712133,7.893126,7.7805691,7.8257098,8.0448599,7.7573805,7.4721956,7.3812227,7.5343733,7.4376578,7.5565214,7.1194396,7.3171182,7.032732,6.9720349,6.9713798,6.8929963,6.7855277,6.7699442,6.9816437,6.6319237,6.3725977,6.2896833,6.3314252,6.2341199,6.2883735,5.9363632,8.1467094,7.8733315,7.7939377,7.7579803,7.6544037,7.5322618,7.5076132,7.7084351,7.3449121,7.0834565,6.9924426,7.0278211,6.9146171,6.9238396,6.511519,8.6537495,8.4511375,8.3762617,8.3672857,8.2620544,8.1363373,8.1439562,8.3488789,8.0137024,7.7403398,7.6427398,7.7325101,7.620244,7.6536331,7.1859422,7.3922281,7.1620975,7.106945,7.1202731,7.0470695,6.9425955,6.9325576,7.1517501,6.827527,6.5634851,6.4787226,6.5273256,6.4336681,6.5223646,6.1691489,9.9810257,9.9008389,9.8169699,9.7917652,9.6514835,9.5209665,9.5684013,9.7540817,9.4654379,9.194768,9.0834332,9.2166967,9.1001835,9.1168909,8.5397301,6.4805899,6.1062298,6.0463572,6.0226865,5.9474421,5.8483973,5.81918,6.0092635,5.6387625,5.4075136,5.3364921,5.3445406,5.2523599,5.2726994,4.9738951,7.8014393,7.5092402,7.436738,7.4135704,7.3195186,7.2022519,7.1823626,7.3860178,7.021637,6.7612209,6.6737995,6.7128739,6.6053371,6.6270456,6.2353282,9.6784658,9.5642471,9.4798059,9.4483337,9.3153648,9.1834679,9.2074652,9.3990936,9.0939713,8.8221273,8.7139282,8.8211641,8.7019844,8.7137394,8.1652708,7.7673464,7.5390968,7.4789476,7.4957314,7.4145718,7.3022561,7.3055024,7.5215878,7.1900129,6.9190478,6.8296499,6.90769,6.8076301,6.8774614,6.4837189,7.1681447,6.9611106,6.9111891,6.9285421,6.8614106,6.7631931,6.7528343,6.9692302,6.6631379,6.4095449,6.3285966,6.3713317,6.2825727,6.395895,6.0591817,9.1697931,9.0470352,8.9757566,8.9998026,8.8882046,8.7606373,8.8180971,9.0143242,8.7171688,8.4419069,8.3394356,8.5102673,8.4016361,8.4645624,7.9360814,7.812737,7.7544394,7.7200942,7.8558435,7.786274,7.6831136,7.8022399,8.0057335,7.7779193,7.5058784,7.4265075,7.7169356,7.628089,7.8228064,7.3653536,7.8513389,7.7514334,7.7100582,7.7676177,7.7032223,7.6014867,7.6326084,7.8579512,7.5971932,7.3100615,7.2223425,7.3380699,7.2511649,7.4204359,7.015202,6.5890861,6.257771,6.2025061,6.1944895,6.1245084,6.0276008,6.0010056,6.203351,5.849647,5.6103239,5.5382814,5.554791,5.4655857,5.515676,5.2200203,9.7696447,9.7133522,9.6390705,9.6873751,9.556345,9.4313898,9.5851164,9.7556391,9.4919529,9.2274513,9.1127443,9.3649235,9.2623787,9.3462505,8.7630568,7.7770114,7.6061997,7.5539331,7.5856409,7.5124454,7.4050822,7.4128628,7.6377573,7.3366256,7.0571523,6.9672108,7.0483747,6.9547606,7.0692105,6.6803894,10.651147,10.631243,10.546938,10.51775,10.357628,10.234636,10.310285,10.484625,10.225437,9.960125,9.844698,10.006265,9.8975773,9.9103384,9.2825441,8.2983398,8.0875454,8.0191593,8.0267305,7.9315515,7.8107252,7.8234544,8.0304737,7.698133,7.4279237,7.3343215,7.4333019,7.3254719,7.3747425,6.9300075,7.2518463,6.9458838,6.8832293,6.8753123,6.7950945,6.6871276,6.6685414,6.8756166,6.5172172,6.2619591,6.1802058,6.2164154,6.1181011,6.1599894,5.8101749,6.2510719,5.9207215,5.8706975,5.8652587,5.8009615,5.7105474,5.6827898,5.8816109,5.5376005,5.308897,5.2429042,5.2529192,5.1688275,5.2284493,4.9589076,8.0764303,7.9444923,7.8947425,7.9504552,7.8753209,7.7644815,7.7997561,8.0246334,7.739603,7.4479938,7.3560009,7.4891863,7.3947411,7.5224581,7.0964656,5.5878305,5.2123699,5.1671381,5.1547742,5.0969148,5.015543,4.9855037,5.1688747,4.8242774,4.6148639,4.5555868,4.5577202,4.482276,4.5236111,4.2901015,10.267763,10.263606,10.191731,10.284854,10.137396,10.027287,10.304102,10.450397,10.220023,9.9713755,9.8453188,10.201458,10.119203,10.242402,9.6328735,9.6484289,9.5449152,9.4655752,9.4636784,9.3360023,9.2058744,9.264101,9.4541779,9.1589346,8.884511,8.7757559,8.9282446,8.8154945,8.8532877,8.2969551,8.761075,8.6706762,8.612359,8.6888151,8.5903053,8.4690828,8.5642385,8.7533092,8.4854126,8.224061,8.1283569,8.3796549,8.2789297,8.3929253,7.8693933,9.2613173,9.1152277,9.0367088,9.0276117,8.9092836,8.7793264,8.8080025,9.0063591,8.6918535,8.4159212,8.311717,8.4310093,8.316597,8.3487425,7.8283482,9.4785624,9.3659477,9.2892561,9.2969799,9.1753159,9.045742,9.1040993,9.2966661,8.9995213,8.7239103,8.617281,8.7765818,8.6653814,8.7124529,8.1662426,7.9032521,7.6343713,7.564487,7.5532107,7.4609599,7.3433952,7.3332052,7.5400486,7.1852932,6.9206104,6.8314466,6.8876619,6.7810245,6.8143587,6.4107323,8.3980427,8.1597137,8.0835094,8.0629835,7.9597907,7.8358893,7.828001,8.0328617,7.6832027,7.4139633,7.3193674,7.38236,7.2699766,7.2932954,6.8525906,8.6130142,8.3845463,8.3029909,8.2684374,8.1575546,8.030859,8.0161476,8.2176218,7.8677802,7.6001744,7.5035081,7.5568814,7.4403753,7.4505892,6.9988742,9.3719482,9.3287954,9.2619238,9.3631487,9.2421837,9.1205339,9.3275194,9.4841108,9.2407103,8.98806,8.8795462,9.2231483,9.1285353,9.2700939,8.6941261,9.2054567,9.1272593,9.0624228,9.1290455,9.0186882,8.894002,9.0014181,9.1851234,8.917964,8.6507912,8.5496407,8.8065395,8.705472,8.8106298,8.258193,7.9599771,7.8692055,7.8270202,7.9352865,7.8605261,7.7523265,7.8480883,8.0533104,7.7986608,7.5294347,7.4500895,7.6934309,7.5998869,7.7550292,7.2954617,9.2755699,9.1149635,9.029108,8.9874048,8.8616095,8.7300625,8.7270613,8.923131,8.5968809,8.3274212,8.2236252,8.2960844,8.1747637,8.1781311,7.6710458,7.2454133,7.1019573,7.0586252,7.0900846,7.0290999,6.9349713,6.9366961,7.1519394,6.8799648,6.6271901,6.5489483,6.6082716,6.5242691,6.6826859,6.3317571,7.467926,7.1420307,7.0690727,7.0368733,6.9446793,6.8308291,6.8008223,6.9989147,6.6252646,6.3739562,6.2911792,6.3117089,6.2058687,6.2185869,5.8557563,6.1081648,5.7348709,5.6820955,5.6665387,5.600481,5.5090179,5.4804993,5.6703115,5.3110938,5.0867972,5.0188928,5.0255561,4.9413061,4.9745989,4.7040486,8.8381166,8.8106871,8.757473,8.903924,8.8002634,8.6835852,8.8678226,9.0215921,8.8023052,8.5634518,8.4720507,8.8960848,8.8102694,9.0092602,8.4457102,6.2327666,5.9706664,5.9271622,5.9341702,5.8749542,5.789753,5.7680955,5.9673533,5.6578584,5.4379292,5.3700571,5.384325,5.3042765,5.4066725,5.1386318,8.6629715,8.4747171,8.4025059,8.4049034,8.3016863,8.1766024,8.1942739,8.3991995,8.0721273,7.7982159,7.7006307,7.8081789,7.6974854,7.7411628,7.2672267,8.0844173,8.0128355,7.9759994,8.064662,7.9995189,7.8948522,7.9598031,8.1860886,7.9376183,7.6343484,7.5480475,7.7271399,7.6401029,7.8196683,7.3818626,8.3050928,8.1352797,8.072772,8.1081896,8.0170126,7.8984928,7.9375896,8.1410351,7.832016,7.5663228,7.4744115,7.622097,7.5170283,7.5907645,7.1304388,7.2802939,7.0103598,6.9520636,6.9557815,6.8800936,6.7746153,6.7591853,6.9738369,6.6319942,6.3720894,6.2894583,6.3301268,6.2347856,6.3008714,5.9550157,12.949867,12.896114,12.909907,12.955829,12.860916,12.827245,12.784922,12.786587,12.552926,12.533373,12.510464,12.553427,12.592168,12.365903,12.221392,12.597821,12.557885,12.557294,12.507423,12.351593,12.295502,12.229089,12.253606,11.952078,11.907856,11.852091,11.886094,11.926996,11.708316,11.49872,13.042718,12.993132,13.00549,13.078423,13.0054,12.97604,12.940102,12.938953,12.734982,12.719679,12.702197,12.749567,12.784286,12.569542,12.445138,12.740994,12.68424,12.699541,12.716261,12.596221,12.555955,12.503714,12.511901,12.235118,12.208436,12.175106,12.216172,12.261267,12.030942,11.855134,12.887177,12.834335,12.842849,12.822268,12.684359,12.640188,12.585863,12.595415,12.326756,12.295796,12.261071,12.292499,12.330555,12.096879,11.923682,12.920534,12.86582,12.878841,12.895617,12.782236,12.74479,12.697565,12.702147,12.451209,12.427526,12.399977,12.437279,12.477143,12.246436,12.089161,13.014803,12.961332,12.972587,12.974277,12.855788,12.818134,12.77157,12.775599,12.53221,12.508123,12.481592,12.513627,12.550527,12.319451,12.167336,13.038931,12.986155,12.99835,13.01664,12.910221,12.875358,12.83217,12.834402,12.602278,12.581118,12.557497,12.592262,12.628945,12.401635,12.257951,12.764542,12.708295,12.724888,12.789301,12.694788,12.659355,12.613621,12.61727,12.362305,12.341312,12.314491,12.365788,12.40914,12.180274,12.021094,12.760299,12.709957,12.716797,12.687927,12.543048,12.494955,12.435803,12.450337,12.165246,12.129922,12.088075,12.121229,12.161661,11.931926,11.743709,12.680303,12.632043,12.638031,12.604272,12.456464,12.406248,12.344445,12.362233,12.067798,12.030014,11.983516,12.017625,12.060003,11.834442,11.637464,13.057069,13.005372,13.017917,13.052657,12.957629,12.925054,12.884822,12.885611,12.664436,12.64567,12.624548,12.66245,12.698464,12.475426,12.339503,12.701023,12.647436,12.658883,12.64384,12.506479,12.461033,12.403106,12.416462,12.126204,12.093619,12.053139,12.089228,12.13413,11.906151,11.717186,12.913442,12.859342,12.870432,12.86702,12.741069,12.700548,12.649949,12.656796,12.3972,12.370145,12.339272,12.372915,12.412113,12.179563,12.014876,12.803979,12.75457,12.759148,12.722075,12.571924,12.522452,12.462864,12.477309,12.19546,12.158817,12.117318,12.148421,12.185569,11.953726,11.766722,13.023598,12.982878,12.990796,13.15836,13.140902,13.118028,13.091438,13.087454,12.934504,12.925249,12.915289,12.988632,13.016096,12.834574,12.742421,16.874964,16.709902,16.68763,16.553736,16.052441,15.948918,15.408532,15.458352,14.999832,14.926129,14.634649,14.80238,14.783225,14.609393,14.407912,15.065627,14.914783,14.878205,14.78639,13.647646,13.594069,13.303748,13.295041,12.724256,12.670108,12.600746,12.667275,12.798721,12.745804,12.566056,17.925547,17.752483,17.717037,17.659639,16.98476,16.957893,16.429302,16.43375,15.81518,15.78135,15.727405,15.884834,15.975744,15.79198,15.601001,13.828295,13.704155,13.677389,13.527003,12.24097,12.165479,11.947369,11.940462,11.421506,11.3664,11.288409,11.337231,11.461953,11.449659,11.267607,15.295689,15.105196,15.012615,14.98196,14.293872,14.252789,13.989501,13.938885,13.38145,13.355288,13.290566,13.367291,13.427149,13.501482,13.290311,18.641306,18.484625,18.467751,18.394978,17.739935,17.711784,17.086819,17.106346,16.481918,16.440283,16.367735,16.551804,16.646801,16.428913,16.244429,18.029669,17.841331,17.679256,17.770197,17.265526,17.252235,16.764399,16.662432,16.040123,16.029673,15.984129,16.13273,16.178047,16.162271,15.941379,12.219752,12.132111,12.107802,11.956609,9.6228371,9.5283461,9.3789597,9.3640614,8.8788967,8.8063021,8.7060881,8.7059689,8.8882799,8.9191427,8.7789946,14.243449,14.097448,14.058478,13.925375,13.034602,12.969595,12.74528,12.731587,12.216631,12.177835,12.111765,12.177999,12.25909,12.263919,12.060747,16.736244,16.567673,16.541227,16.437868,15.488976,15.420507,14.953371,14.960178,14.38257,14.318954,14.172877,14.286826,14.387327,14.225886,14.04246,16.886683,16.73403,16.712378,16.572081,16.222317,16.113554,15.547254,15.628797,15.220756,15.139293,14.763042,14.955089,14.888708,14.726623,14.527812,18.638811,18.448328,18.387186,18.370314,17.805389,17.788704,17.207701,17.193171,16.56074,16.540947,16.499985,16.679554,16.747723,16.565147,16.370245,15.670834,15.524543,15.49668,15.406588,14.19701,14.143521,13.79244,13.792187,13.19941,13.13693,13.053635,13.130437,13.281319,13.179214,13.007581,16.70402,16.508055,16.426571,16.404753,15.742462,15.711641,15.327745,15.293337,14.698434,14.673639,14.614729,14.72902,14.797602,14.737083,14.533759,13.24634,13.132629,13.104982,13.015257,10.718012,10.645023,10.446261,10.43023,9.8785667,9.7940502,9.6836805,9.6834373,9.8954668,9.8812656,9.7519751,12.350109,12.253889,12.232005,12.148878,9.5810995,9.5218201,9.3839245,9.3668737,8.8402004,8.7535696,8.7247267,8.7086897,8.9224024,8.9644499,8.8479633,15.892131,15.702699,15.628868,15.584874,14.862758,14.823639,14.504049,14.4725,13.897788,13.868568,13.804449,13.897402,13.96986,13.945913,13.742519,13.266727,13.164963,13.147857,12.946523,11.593833,11.504118,11.307847,11.304065,10.818996,10.769076,10.694801,10.745641,10.864268,10.859986,10.675661,13.562672,13.440335,13.418163,13.237826,12.259498,12.18428,11.993441,11.989717,11.507539,11.470948,11.425362,11.488258,11.569327,11.572004,11.369411,14.917715,14.754228,14.704996,14.609979,13.738859,13.684634,13.420803,13.403192,12.857432,12.818321,12.749635,12.822984,12.910896,12.894961,12.695745,16.938597,16.690615,16.657513,16.577217,15.878874,15.79681,15.277334,15.288158,14.817277,14.75779,14.446892,14.583439,14.548341,14.38728,14.207663,14.198605,14.041368,13.981758,13.885763,13.145767,13.088872,12.884604,12.852182,12.339778,12.309009,12.25075,12.314358,12.3756,12.460837,12.24681,13.964286,13.805914,13.760369,13.649678,12.940574,12.882224,12.693938,12.671869,12.16964,12.140452,12.085893,12.147058,12.202531,12.245525,12.030855,16.806332,16.637709,16.599915,16.530436,15.714732,15.676871,15.251032,15.249634,14.64835,14.606945,14.54345,14.662752,14.767872,14.631067,14.441272,13.074374,12.953223,12.989482,12.985765,12.7672,12.70372,12.64169,12.611631,12.191216,12.160893,12.160811,12.183496,12.239663,11.753125,11.566605,11.896683,11.760163,11.833738,11.830901,11.641417,11.586269,11.548764,11.507453,11.063188,11.054267,11.058643,11.070845,11.152062,10.640925,10.377845,15.02531,14.936646,14.966116,14.965102,14.810721,14.751102,14.708602,14.663484,14.366582,14.343263,14.349569,14.353145,14.395522,13.820728,13.872213,13.399518,13.274484,13.314156,13.294769,13.077051,13.012361,12.958344,12.917459,12.513893,12.487103,12.498439,12.508595,12.565313,12.033353,11.876708,12.47249,12.368678,12.399568,12.678627,12.585568,12.526579,12.470207,12.441399,12.041664,12.016363,12.016179,12.124614,12.178217,11.702473,11.524687,12.605447,12.479205,12.535811,12.591698,12.406059,12.33959,12.29443,12.246647,11.831544,11.816124,11.824338,11.855824,11.924952,11.283363,11.045965,14.532474,14.427326,14.471014,14.474851,14.240634,14.120292,14.091219,13.981984,13.66759,13.657189,13.68117,13.687447,13.737787,12.418595,12.198207,13.375028,13.251883,13.305523,13.321479,13.106881,13.021087,12.982587,12.911405,12.526909,12.513825,12.530469,12.54532,12.608508,11.707162,11.474051,13.142142,13.035962,13.073061,13.258626,13.131419,13.066315,13.0157,12.973596,12.602355,12.580274,12.584623,12.657372,12.71174,12.113205,11.962747,12.853535,12.724909,12.761932,12.732419,12.494493,12.432338,12.368906,12.341218,11.910754,11.879918,11.882045,11.89894,11.95619,11.504775,11.299567,14.239091,14.139847,14.175483,14.225157,14.063708,13.998916,13.950432,13.905267,13.563654,13.541016,13.542272,13.568994,13.618806,12.998501,12.939683,13.69485,13.58308,13.61984,13.641315,13.451051,13.386396,13.331652,13.291953,12.908489,12.882023,12.884438,12.906855,12.960538,12.397212,12.273038,13.448594,13.34042,13.376996,13.475437,13.315186,13.250663,13.196897,13.157317,12.776042,12.751362,12.752781,12.799329,12.853368,12.278652,12.142738,13.860145,13.751992,13.795642,13.860478,13.679663,13.598836,13.557055,13.492267,13.140608,13.12293,13.134073,13.163281,13.217126,12.376482,12.217836,10.044285,10.081051,10.025426,9.9504423,9.9098568,9.797699,9.6836462,9.813241,9.5999737,9.5387897,9.327796,9.4222307,9.4057817,9.4176903,9.1885481,9.0812531,9.1302948,8.9883366,8.9557371,8.8940945,8.7757435,8.6934738,8.7890673,8.6514521,8.594533,8.3179722,8.4066677,8.3752594,8.4172201,8.1414337,7.7580295,7.7918096,7.6601081,7.6341248,7.62994,7.4344454,7.3358545,7.3692908,7.3478055,7.3334079,6.8496594,6.9266129,6.9163413,7.0756392,7.0118871,9.8099279,9.8507919,9.7770576,9.7078867,9.665062,9.5449524,9.4359999,9.5582733,9.3678713,9.3073425,9.0702028,9.1641045,9.1431179,9.1707096,8.9447699,8.8908892,8.9394722,8.8061142,8.7593489,8.7211971,8.587779,8.4948597,8.5940981,8.4686365,8.4173307,8.1085806,8.2115345,8.1844292,8.2564983,8.0518532,9.419445,9.4791756,9.405159,9.3363781,9.3243141,9.1962872,9.0873241,9.2260418,9.0640326,9.0065508,8.7497578,8.8529892,8.8289404,8.8784084,8.6713161,8.1548252,8.2083817,8.0240917,8.0170422,7.9687147,7.8612523,7.7964115,7.8799472,7.7848787,7.7404413,7.4445262,7.5481272,7.5182195,7.5791454,7.2827005,8.314024,8.3997917,8.3144979,8.2520514,8.2705736,8.1015453,8.0024061,8.1099043,8.0426731,8.00453,7.6279812,7.7148914,7.6909471,7.8128772,7.6655784,9.1723804,9.2414045,9.1654425,9.098114,9.0997324,8.9665918,8.8596649,9.0031767,8.859107,8.8039293,8.533165,8.638998,8.6132717,8.6753616,8.4783792,7.5833697,7.6284499,7.4137282,7.3898945,7.3612022,7.2382774,7.1672082,7.2359586,7.1674714,7.1342201,6.7805696,6.9122005,6.8883438,6.984724,6.8285136,8.5133247,8.5874605,8.5496483,8.482337,8.483428,8.2465305,8.1297388,8.1577349,8.141655,8.1289091,7.6005483,7.6263614,7.6185856,7.8106823,7.7243471,8.1587734,8.3148441,8.2633209,8.1532621,8.2159386,8.0667038,7.9762092,8.1288528,8.0641842,8.0241098,7.7079129,7.8010845,7.7749276,7.879993,7.690619,8.2566309,8.3733511,8.3100681,8.2298784,8.2766762,8.1200695,8.0240192,8.1664667,8.0941801,8.0526648,7.7190237,7.8131642,7.7867246,7.8956685,7.7284904,8.4556217,8.5913334,8.5318661,8.414628,8.4272432,8.236084,8.1353769,8.2036686,8.1666231,8.1396189,7.7078514,7.7611752,7.7447405,7.8932323,7.7325683,8.9105892,8.9571571,8.8161631,8.7730675,8.727253,8.5983887,8.5087709,8.6048756,8.4764824,8.4242792,8.1218128,8.2238817,8.1960487,8.2615938,8.0435982,9.4212723,9.4643602,9.3564854,9.3006563,9.250699,9.1240473,9.0252895,9.1320152,8.9727392,8.9148455,8.6426144,8.7368507,8.7109356,8.7573462,8.5308886,9.6360121,9.6747561,9.5689421,9.5139065,9.4500761,9.3290501,9.2322245,9.3356609,9.162859,9.102006,8.8467741,8.9339113,8.9075871,8.9369688,8.6910706,8.7969646,8.8563833,8.7445221,8.6908064,8.6753273,8.5318851,8.4332428,8.544261,8.4297209,8.3804865,8.0602598,8.1626062,8.1360998,8.2215166,8.0386257,8.5867586,8.674777,8.5976315,8.5324793,8.5594893,8.4120789,8.3114052,8.4551096,8.3540792,8.3064022,7.9960113,8.0998459,8.0724201,8.1644468,7.9919333,9.1318092,9.1826334,9.0723286,9.0169544,8.9842472,8.8500166,8.750555,8.8608284,8.7217684,8.6676569,8.3735561,8.4735727,8.4473095,8.5129642,8.3078394,8.1171875,8.1653814,7.970521,7.9476933,7.9049826,7.7875118,7.7156949,7.7961936,7.7021337,7.659781,7.3397198,7.4583592,7.4305859,7.5065327,7.2886477,7.6761618,7.7266808,7.5088468,7.4993453,7.4592872,7.3535938,7.2933578,7.3682308,7.2901559,7.2540588,6.9390502,7.0646939,7.0378852,7.1129165,6.8798714,8.3828316,8.4813738,8.4089813,8.3403759,8.3767939,8.2227783,8.1243677,8.265399,8.1813488,8.137352,7.809679,7.9085612,7.8815837,7.9849648,7.8201079,9.2001886,9.244978,9.1214962,9.0719957,9.0226278,8.8947592,8.8005142,8.9020338,8.7569618,8.7012539,8.4150352,8.511941,8.4846935,8.5395365,8.3145151,8.8875837,8.9835329,8.9299688,8.8579493,8.9083805,8.7838993,8.6784468,8.8665552,8.7298317,8.6764183,8.4380894,8.5593262,8.532836,8.5915918,8.4016037,9.0569324,9.1182251,9.0235443,8.9629431,8.949894,8.811657,8.7086191,8.8326626,8.6996651,8.64645,8.351758,8.4539289,8.4276752,8.4995689,8.3058109,7.2930655,7.3468089,7.1333632,7.1504016,7.1133051,7.0285535,6.9841332,7.056602,6.9926801,6.9625506,6.6805086,6.7968502,6.7727566,6.8354683,6.4938498,8.5304193,8.5801134,8.4287796,8.3880157,8.3559875,8.2198973,8.1313505,8.2228594,8.1179829,8.0719557,7.7410693,7.8498731,7.8231983,7.9090648,7.7218161,8.7159319,8.7922897,8.7047167,8.6431952,8.6538496,8.5071144,8.4056311,8.5375586,8.4292974,8.3805037,8.0666723,8.1694193,8.142416,8.2315903,8.0557041,7.6108689,7.7742405,7.7365007,7.6483331,7.7645288,7.6411572,7.5613256,7.7766995,7.7086334,7.670342,7.4238133,7.5460653,7.5180898,7.6065526,7.4272561,8.2817354,8.3370962,8.1633043,8.1592379,8.1083441,8.002099,7.9371748,8.0231609,7.923501,7.8766394,7.5907249,7.6862779,7.6553001,7.7096915,7.3849859,9.8226395,9.8786516,9.8313694,9.7541857,9.7490358,9.6371746,9.5198927,9.6772337,9.476738,9.4170389,9.2099457,9.3177328,9.2998905,9.3195124,9.101965,8.4049129,8.5131607,8.453476,8.3825388,8.4413033,8.3030033,8.205265,8.381464,8.281662,8.2340994,7.9561105,8.0694599,8.0411196,8.1262951,7.9511852,8.4257917,8.504262,8.4113235,8.3530693,8.3664389,8.2071018,8.1081476,8.22365,8.1412773,8.0989828,7.7459879,7.8415236,7.8159108,7.9255204,7.7688527,9.9587345,10.002859,9.9505587,9.8744621,9.8476896,9.7351913,9.6194162,9.7594957,9.5513258,9.4907103,9.2801571,9.3798199,9.362874,9.378623,9.1545029,7.4840302,7.5359716,7.3132496,7.3121872,7.273211,7.1756506,7.1213017,7.1950302,7.1239777,7.0910316,6.784905,6.9099927,6.8842106,6.9560795,6.6981449,8.701992,8.767271,8.6620884,8.606781,8.6012955,8.4538002,8.3544426,8.4694729,8.3628931,8.3151693,7.9882436,8.0899029,8.0634155,8.1551199,7.9800534,8.0396481,8.1693163,8.1207075,8.0457125,8.1347609,8.0030451,7.9124293,8.1124773,8.025485,7.981266,7.7228355,7.8431382,7.8144464,7.9004383,7.7272139,8.3062944,8.406168,8.3322992,8.2568054,8.2778502,8.1000452,8.0001602,8.0985565,8.0431671,8.008462,7.6121593,7.688015,7.6660748,7.7979808,7.6509147,8.8388281,8.8897457,8.7603302,8.712101,8.6801176,8.5433874,8.4489918,8.5501127,8.4292355,8.3789759,8.0642214,8.1676779,8.140871,8.2183609,8.0223551,8.2121038,8.2766819,8.1612129,8.1136608,8.114852,7.9482856,7.852098,7.9406433,7.875042,7.8393264,7.4500399,7.5428066,7.5200949,7.6431999,7.5066295,8.8524227,8.9090214,8.7600355,8.7449627,8.684041,8.573391,8.5004749,8.5945339,8.4703407,8.4147491,8.1459255,8.2274895,8.1938791,8.2315483,7.9012551,8.1003046,8.151269,7.9904265,7.9539227,7.9346914,7.7895842,7.7030854,7.784091,7.7070417,7.6692381,7.3038445,7.4148269,7.3905778,7.4966369,7.3440275,9.1204453,9.2148914,9.1721201,9.0978317,9.1546516,9.0415421,8.9315252,9.1347303,8.9760513,8.9210348,8.7137213,8.8420706,8.8184557,8.8590879,8.6625414,8.3156586,8.3631277,8.187809,8.1546316,8.1172523,7.9891472,7.9080396,7.9926372,7.8938217,7.8499508,7.5201287,7.6353598,7.6085076,7.6917148,7.4980559,6.7462621,6.9070897,6.8819747,6.8226285,7.002327,6.908339,6.8437614,7.130754,7.0650086,7.0338902,6.8853669,7.0465493,7.0204449,7.0960808,6.9439383,8.3905439,8.5069599,8.4594841,8.3884859,8.4723244,8.3493967,8.2522697,8.4628172,8.3495302,8.3007421,8.0697336,8.1986713,8.1706982,8.2395935,8.0601435,9.3954811,9.4396553,9.314765,9.2710075,9.2056341,9.08566,8.9965744,9.0955877,8.9397345,8.8799171,8.6144981,8.7007675,8.6710196,8.7047329,8.4419394,9.2410145,9.2850161,9.157093,9.1112185,9.0545454,8.9302759,8.839139,8.9381924,8.790514,8.7335548,8.4538317,8.5474548,8.5191097,8.5665503,8.326128,8.6507072,8.7729616,8.7469521,8.677845,8.7966118,8.7012081,8.5982771,8.8583231,8.7096968,8.6604347,8.498354,8.6536283,8.6312571,8.6673746,8.4833183,7.2773609,7.3209033,7.0943384,7.0737987,7.049726,6.9283447,6.8607492,6.9221005,6.8661175,6.8377376,6.4737225,6.610496,6.5887227,6.689878,6.5536361,8.4417238,8.4935141,8.3199625,8.3023005,8.250926,8.1368694,8.0650101,8.1520681,8.0448599,7.996551,7.6991477,7.800663,7.7701468,7.829824,7.5552468,6.9193864,6.9600759,6.7221193,6.7051439,6.6869226,6.5677462,6.5042439,6.5562468,6.5141935,6.4918075,6.1176085,6.2584748,6.2399597,6.3446789,6.2326651,8.3960571,8.4556112,8.3288622,8.2822371,8.2723913,8.1200151,8.0255184,8.121911,8.0353336,7.9935184,7.6367073,7.7387934,7.7136254,7.8189979,7.6605449,7.1938405,7.2416263,6.9940338,6.9832783,6.9500504,6.8485384,6.795084,6.8608813,6.7969923,6.7679338,6.4437776,6.588932,6.56461,6.6472034,6.4617028,8.9507484,9.0196552,8.9315062,8.8691444,8.8686695,8.7281694,8.624753,8.7565699,8.6308174,8.5787048,8.2817993,8.3854122,8.358777,8.4355145,8.2480297,8.7337389,8.7878284,8.6609459,8.6121922,8.5877504,8.4468002,8.3516369,8.4537373,8.3411341,8.2927208,7.9682703,8.0721436,8.0456038,8.1306639,7.9451809,4.7583513,4.9093795,4.8984065,4.8688416,5.1087723,5.0571198,5.0249386,5.359139,5.3270659,5.319664,5.3227863,5.5200205,5.5072026,5.5829129,5.4861383,8.4528675,8.5204344,8.4114819,8.3591652,8.3595505,8.2035828,8.106039,8.2121305,8.1253939,8.0827579,7.7289991,7.82759,7.802134,7.9088011,7.7506013,9.4898481,9.5348606,9.4393082,9.3782682,9.3359013,9.2086134,9.1056204,9.2195835,9.055171,8.9969845,8.7304907,8.8260069,8.8013506,8.8472672,8.62708,6.7299247,6.7630959,6.5287886,6.5104432,6.5000181,6.3705578,6.304112,6.3434749,6.3180428,6.301857,5.9061337,6.0387979,6.0243769,6.1384912,6.0617318,8.0436869,8.0968285,7.9467707,7.9087439,7.8971529,7.7429581,7.6537642,7.7325668,7.6652904,7.6303425,7.2482791,7.3535175,7.3306937,7.446486,7.3084264,8.5236692,8.6428604,8.6063452,8.5357656,8.6372709,8.5287313,8.4288483,8.6663208,8.5341568,8.4843845,8.2926483,8.4354887,8.4097166,8.4608841,8.2778234,6.7970314,6.8335595,6.5959716,6.5783272,6.5637641,6.4397769,6.3751774,6.4204659,6.3870382,6.3677144,5.9825191,6.1195183,6.1028304,6.2119985,6.117888,9.3052711,9.3600683,9.2698746,9.2069216,9.1833735,9.0511265,8.9462538,9.0700684,8.9187269,8.8625679,8.5863152,8.686614,8.6614103,8.7193604,8.513442,8.1598463,8.217741,8.0497293,8.0593777,8.0098162,7.9110217,7.8517938,7.9363995,7.8427033,7.7972531,7.5262141,7.6145606,7.5837607,7.6328664,7.2501564,8.4824123,8.5381899,8.4044132,8.3589678,8.3411331,8.1948051,8.1015558,8.1977158,8.1021595,8.0581446,7.7130365,7.8178797,7.7920618,7.8895411,7.7204456,9.4046135,9.4538479,9.3604784,9.2985401,9.2646914,9.1349945,9.0309839,9.1492033,8.9908075,8.9335909,8.6620932,8.7599926,8.7351446,8.7870111,8.5738516,9.2499647,9.297184,9.1867609,9.1314592,9.0909872,8.9601231,8.8610868,8.9694624,8.8219347,8.7662296,8.4810381,8.5790043,8.5528612,8.6106625,8.3963776,7.1555481,7.1885934,6.9926934,6.9707594,6.9635358,6.8074169,6.7277188,6.7647004,6.7414041,6.7260995,6.2941551,6.405828,6.393384,6.5250874,6.4554639,9.9448404,9.9784698,9.9022036,9.8344173,9.7767324,9.6596336,9.5529556,9.6665192,9.4672737,9.4055376,9.1750984,9.2633829,9.2428303,9.2605467,9.0248508,9.0332174,9.0883265,8.9808331,8.9246798,8.9005079,8.7629423,8.6627293,8.7761517,8.6445379,8.591794,8.2906494,8.3919458,8.3655958,8.4379473,8.2412291,8.9673195,9.0479002,8.9772024,8.9090137,8.9289255,8.7939806,8.6885386,8.8436337,8.7119417,8.6585913,8.3857098,8.4950466,8.4683046,8.5372992,8.3478661,9.1552811,9.2593937,9.2331209,9.159873,9.2486458,9.1526613,9.0400534,9.277997,9.1035824,9.050602,8.884902,9.0305824,9.011385,9.0347204,8.8394299,8.3761787,8.5272436,8.4689207,8.3476486,8.3791828,8.2095604,8.1141901,8.2202177,8.1680889,8.1327543,7.7583303,7.8298116,7.8078527,7.9331241,7.7489734,9.6978436,9.7697296,9.7346039,9.6563807,9.6851292,9.580801,9.46136,9.6491728,9.449894,9.391942,9.2057028,9.327549,9.3105993,9.326273,9.1150208,8.7152157,8.7626209,8.6036654,8.5698605,8.5201931,8.3967094,8.3143787,8.4051189,8.2854815,8.2348919,7.9312253,8.0350466,8.0060205,8.0702448,7.8374372,8.7076607,8.8024302,8.7385778,8.6691628,8.7109413,8.5754519,8.4730825,8.6426363,8.5248213,8.4738283,8.2025185,8.3157816,8.288065,8.3634892,8.181119,9.3303308,9.406332,9.3501177,9.2766533,9.2964029,9.1745138,9.0631914,9.2320843,9.0693951,9.0124178,8.7789097,8.8928432,8.8691053,8.9136887,8.7113152,8.2075129,8.2652931,8.1828251,8.1363821,8.1379862,7.9287357,7.8216681,7.8691664,7.8398347,7.8197474,7.3360157,7.3927031,7.379786,7.5460372,7.4558825,7.6603546,7.8013144,7.7671809,7.7013664,7.8406134,7.7336578,7.6506186,7.9088097,7.8150024,7.7739372,7.593133,7.7427683,7.7156415,7.7851653,7.6184726,7.6354828,7.7816424,7.7580719,7.6971254,7.8647447,7.7745066,7.691463,7.9858913,7.8790951,7.8393497,7.7031183,7.8733997,7.8489013,7.9041476,7.7407775,8.3897467,8.4412594,8.2905054,8.2499723,8.2249765,8.0839014,7.9948874,8.0845337,7.990087,7.9468579,7.6023288,7.7113914,7.6854949,7.7803898,7.6076622,9.1615009,9.2898922,9.0594845,9.0358944,8.9762402,8.8616657,8.8168955,8.9397783,8.8211174,8.7469225,8.3863316,8.4660397,8.4855547,8.5047455,8.374608,7.8507671,7.9439273,7.6654701,7.6478214,7.589458,7.4788876,7.4319029,7.5277491,7.4417372,7.3861585,6.9964342,7.1073289,7.1179576,7.1710787,7.0674748,9.324688,9.5004444,9.321249,9.2973728,9.2281189,9.1194048,9.0801983,9.2215652,9.0905333,9.0051632,8.6956177,8.6948175,8.6906548,8.6463146,8.5079374,9.8869801,10.052798,9.8635626,9.8298941,9.7589245,9.6470852,9.6012545,9.7404976,9.5962305,9.5087872,9.2018137,9.2278872,9.2358847,9.1936922,9.045866,8.7405148,8.859622,8.6411037,8.6272678,8.5686321,8.453722,8.4103775,8.5409174,8.4306555,8.3576756,7.9796863,8.0433369,8.0532951,8.086319,7.962563,8.7772503,8.9243832,8.7323961,8.7266417,8.6646166,8.531868,8.5334883,8.6988153,8.5807924,8.4963522,8.1720171,8.1691751,8.1593075,8.1878529,8.0591774,7.7690959,7.8710461,7.7279434,7.7421627,7.6950583,7.5917144,7.5561228,7.7045107,7.6128292,7.5461941,7.0971894,7.0855865,7.0848789,7.1460733,7.0375409,8.0267744,8.1357069,7.9894528,8.0016165,7.9480777,7.841053,7.8104753,7.9734926,7.872293,7.7970786,7.3766274,7.3644948,7.3607211,7.4156561,7.3000908,8.7839394,8.903718,8.6337013,8.6107445,8.5568933,8.44979,8.4093657,8.5158415,8.4109612,8.3459291,7.9823084,8.0982018,8.1237783,8.1564665,8.0377131,8.1895466,8.2938776,8.0864258,8.0824842,8.0283012,7.9153976,7.8720088,8.0004482,7.9027185,7.8357849,7.4262996,7.4785495,7.4841089,7.5361042,7.4224939,9.5059214,9.6502857,9.4486561,9.4227037,9.3576794,9.2422514,9.1972837,9.3339233,9.2019167,9.1191101,8.7795153,8.8266554,8.8390179,8.8327684,8.6928711,8.6552811,8.7824841,8.6081247,8.6074238,8.5461416,8.426981,8.4037962,8.5707455,8.4542675,8.3699408,8.0063,8.0117073,8.0065165,8.0411234,7.9136448,7.2723894,7.3529692,7.0257068,7.0052414,6.9490027,6.8507104,6.8091407,6.886148,6.817451,6.7741632,6.4084759,6.5596256,6.5746264,6.6323586,6.5422044,8.486393,8.7150402,8.5660849,8.5429678,8.4683685,8.3720226,8.3352957,8.4506292,8.3344707,8.2535992,7.9775472,7.903348,7.8777308,7.7717538,7.644887,9.6947117,9.8664999,9.6810484,9.6509132,9.5803289,9.4704504,9.4268684,9.5673246,9.4278326,9.3412313,9.0353518,9.0504665,9.0533409,9.0078449,8.8636456,10.337543,10.485929,10.259995,10.213713,10.152335,10.026307,9.9801493,10.086009,9.9408808,9.8607788,9.5082474,9.6069679,9.6829872,9.6825609,9.5336933,7.7583117,7.8670502,7.7367492,7.7542534,7.6998682,7.5957766,7.5758734,7.7481675,7.6500998,7.5740638,7.1531987,7.1168065,7.1085157,7.1693935,7.0574508,9.2330179,9.366806,9.1551409,9.1335049,9.0716085,8.9559879,8.9116478,9.0448446,8.9215355,8.842844,8.4872437,8.5458775,8.5591412,8.570487,8.4368439,7.4756985,7.561162,7.2955227,7.2838783,7.2295647,7.1207066,7.0731244,7.1644711,7.0853863,7.0348883,6.6239142,6.7238746,6.7306218,6.7912645,6.6941099,7.5174565,7.6071954,7.4199595,7.4265208,7.3859658,7.2790728,7.2362933,7.346612,7.2693906,7.2162652,6.7580242,6.7902575,6.7950554,6.8641152,6.7673821,9.0764513,9.2210217,9.0361347,9.0227776,8.9589243,8.8435078,8.8097076,8.9632721,8.8390627,8.7546101,8.4122963,8.4299364,8.4289618,8.4318972,8.2980747,7.2245169,7.3240166,7.2145157,7.2367988,7.1980052,7.106822,7.0785227,7.2227674,7.144309,7.0870433,6.6017795,6.5540276,6.5526137,6.6200371,6.521646,7.0735874,7.1537657,6.9704819,6.980062,6.9501381,6.8471422,6.8064523,6.8945231,6.8335304,6.7910233,6.3091774,6.3345709,6.3386908,6.4154534,6.3334026,7.1750951,7.2692633,7.1460023,7.1647229,7.1290989,7.0345411,7.0014095,7.1273518,7.0539556,7.0023923,6.5087533,6.4727154,6.4740014,6.5435247,6.4491234,7.2556481,7.3379207,7.0775585,7.0712552,7.0238819,6.9192181,6.8741689,6.9607229,6.8887239,6.8433123,6.4210343,6.5190802,6.5259018,6.591125,6.4998317,9.0129213,9.1699638,8.9897738,8.9768887,8.9124479,8.7967863,8.7713337,8.9276829,8.8043156,8.7195616,8.3934498,8.3950529,8.3889999,8.3824797,8.2494488,8.0223513,8.1207237,7.8776569,7.8665934,7.8104444,7.6977334,7.6515169,7.7621088,7.6702757,7.6093516,7.2068577,7.2893047,7.2973161,7.350513,7.2419968,6.581655,6.6522527,6.404007,6.4083195,6.3835688,6.2883372,6.2503352,6.3103151,6.2614813,6.2256489,5.7823606,5.867909,5.8685398,5.9432578,5.8720846,9.5608797,9.7164431,9.5243473,9.4978113,9.4304228,9.3169994,9.2733631,9.4140759,9.2789974,9.1937551,8.867979,8.8980989,8.9049282,8.8827524,8.7409582,8.1486483,8.2503347,7.9810295,7.9640603,7.9071145,7.7972231,7.7526999,7.8567247,7.7651858,7.7059669,7.3226929,7.4290247,7.4425006,7.4906449,7.3817039,9.7697487,9.9136848,9.7079363,9.6754322,9.6094742,9.4925537,9.4449177,9.5755033,9.4371433,9.3540707,9.0184355,9.0771675,9.0979977,9.0883141,8.9437513,7.0365162,7.1396341,7.044044,7.0692039,7.0210228,6.9333615,6.9189115,7.081707,6.9997969,6.9355173,6.4763904,6.3992267,6.3894081,6.4576325,6.3606758,8.5274801,8.6395607,8.3821535,8.3637657,8.307148,8.1964922,8.1531906,8.2646809,8.1645861,8.1004257,7.7252121,7.8244891,7.8410983,7.8807244,7.7644796,8.686204,8.8096485,8.6298046,8.6264439,8.5666666,8.4508734,8.4171095,8.5741577,8.4592218,8.3781385,8.0021267,8.0221519,8.0217867,8.0550451,7.9282241,9.8566513,10.077547,9.9027863,9.8685427,9.7962914,9.701539,9.66255,9.8029966,9.6624908,9.5801048,9.3230429,9.3071785,9.3024254,9.207902,9.0672464,10.129528,10.282726,10.088167,10.048712,9.9778128,9.8614426,9.8119516,9.9450378,9.7943716,9.706852,9.3923912,9.4395151,9.4597368,9.4281263,9.2750244,8.6042261,8.7372351,8.5522976,8.5525198,8.4907751,8.3587008,8.3578396,8.5292521,8.4132261,8.3277769,7.9864306,7.9828215,7.9728169,8.0171032,7.8904057,9.8756123,10.012908,9.7829342,9.7449894,9.6843853,9.564764,9.5177431,9.6293287,9.4940319,9.4174061,9.0650501,9.1608934,9.2087688,9.2153835,9.0733824,10.259323,10.42883,10.239702,10.198106,10.123517,10.012144,9.9637299,10.101434,9.9463806,9.8564758,9.5659628,9.5933542,9.60392,9.5463266,9.3913355,7.9619923,8.0627384,7.8821702,7.886764,7.8372259,7.7275605,7.6860991,7.8198204,7.7267771,7.6615348,7.2295585,7.2565851,7.2597685,7.3186307,7.2087626,8.0793095,8.199398,8.0091934,8.0170336,7.955512,7.8045521,7.8315082,8.0045033,7.8972731,7.8136635,7.4739604,7.4544997,7.4385881,7.5245724,7.4055824,8.184515,8.3027782,8.1385241,8.1473494,8.0864315,7.9607148,7.9568348,8.1332235,8.0243263,7.9403443,7.5723929,7.5542865,7.5429649,7.6038728,7.4832344,8.3652039,8.476162,8.2905254,8.2899208,8.2345381,8.1213884,8.0816698,8.2259398,8.1213417,8.0480232,7.6445141,7.6756892,7.6785049,7.7256379,7.6065807,9.445405,9.6294422,9.4513702,9.4243689,9.3533459,9.2466993,9.205864,9.3450136,9.2110291,9.1255865,8.8257732,8.8218842,8.8177061,8.7611837,8.6212568,9.7407789,9.9501734,9.7753105,9.7426319,9.6686583,9.5699291,9.5289936,9.6686907,9.5287676,9.4456644,9.1765938,9.1646328,9.1597824,9.0750246,8.9335279,7.2033634,7.3057656,7.2040882,7.2296181,7.1873283,7.0992236,7.0758581,7.232604,7.1501875,7.088429,6.6169004,6.558569,6.55374,6.6189809,6.51934,8.5910902,8.7087641,8.5201492,8.5158577,8.4579496,8.3431778,8.3044472,8.4519005,8.3413715,8.2645159,7.8767805,7.9096599,7.9125772,7.9511242,7.8274331,8.7249832,8.8425636,8.6064358,8.5891676,8.5311165,8.4175196,8.3734894,8.4949102,8.3874149,8.31779,7.9426174,8.0234585,8.0374985,8.0713902,7.949625,9.0040522,9.1322908,8.9235468,8.9071732,8.8465385,8.7309942,8.6881866,8.8246183,8.7065506,8.6290159,8.2637548,8.3177605,8.3273306,8.348093,8.2183867,7.1502481,7.23804,7.0932856,7.1077595,7.0741372,6.9756708,6.9373922,7.0462379,6.9777851,6.9303026,6.436235,6.421391,6.4238534,6.4964857,6.4071293,7.7337508,7.8446794,7.6996479,7.7150221,7.6560225,7.5366802,7.5368829,7.7141671,7.6141424,7.5338535,7.1459198,7.1065416,7.0934153,7.1659842,7.0530839,8.0710907,8.1772032,8.0155859,8.0236702,7.9719305,7.8631902,7.8260136,7.975904,7.8769422,7.8056474,7.3801699,7.3874555,7.3875575,7.4427695,7.3283758,7.0811281,7.1866465,7.0705557,7.0922518,7.0384512,6.9347153,6.9399071,7.1119704,7.0262871,6.9548244,6.5343647,6.463799,6.4501114,6.5310135,6.4309158,8.8885155,9.1135416,8.9568453,8.9322186,8.8580141,8.7619429,8.7242012,8.8487225,8.7264099,8.6457872,8.3709249,8.3176823,8.2991982,8.2007332,8.0707502,7.3451571,7.4296255,7.2179761,7.2221584,7.1851654,7.0787582,7.0357647,7.1304421,7.0608573,7.0133276,6.5588355,6.6143541,6.6202106,6.6919899,6.6020074,9.1878262,9.3504477,9.16926,9.1506681,9.084342,8.9725084,8.9373693,9.0854464,8.9581709,8.8732738,8.5503836,8.5564442,8.5530682,8.5304403,8.3944263,9.7137136,9.9106264,9.7330284,9.7011061,9.6277065,9.5250072,9.4829979,9.6225929,9.4826345,9.3978672,9.1167154,9.1118631,9.108798,9.0356731,8.892952,8.1718063,8.277298,7.9817839,7.9621725,7.9095521,7.8083739,7.7704973,7.8670502,7.7810926,7.7266946,7.3624158,7.4931421,7.5145802,7.5612912,7.4547658,7.5683599,7.677743,7.4887171,7.49895,7.4358673,7.2720175,7.3180704,7.4855256,7.3872161,7.3065615,6.9780498,6.940896,6.9213324,7.0335355,6.9220152,9.2942801,9.513113,9.3482409,9.3211575,9.2471676,9.1509695,9.1124115,9.2475176,9.1175652,9.0376043,8.7661915,8.7359877,8.7251072,8.6365309,8.5019226,8.936614,9.0733261,8.8904505,8.881546,8.8189116,8.7019815,8.6709204,8.8288479,8.7075281,8.6233072,8.2713404,8.2879772,8.2861595,8.3020353,8.1704731,7.4546547,7.5369868,7.2414856,7.2206788,7.1598258,7.048955,6.9986072,7.0805287,7.0015016,6.9514599,6.5585308,6.6793175,6.6869884,6.7439365,6.6473575,9.5767384,9.7762575,9.6013403,9.5713596,9.4982033,9.396203,9.3551188,9.4937649,9.357007,9.2730665,8.9907188,8.9803381,8.9752531,8.9014778,8.7609711,8.1938562,8.3084135,8.155303,8.1649342,8.1071548,7.9943252,7.9713287,8.1421976,8.0351467,7.9545426,7.5589733,7.5467491,7.5402074,7.5922446,7.472445,8.4225626,8.5392399,8.3721008,8.3756132,8.3178349,8.2041235,8.1727161,8.3344364,8.2245817,8.1448927,7.7528558,7.7604108,7.757977,7.802196,7.679534,7.7762346,7.8709254,7.6687055,7.6701007,7.6222672,7.5127087,7.4688787,7.5865998,7.5005493,7.4417086,7.0067387,7.0538001,7.0588632,7.1213861,7.0173402,6.7933064,6.8925114,6.7126784,6.7235208,6.6624031,6.4931712,6.5582709,6.7091603,6.6255074,6.5528183,6.2187896,6.1519041,6.1281171,6.2654591,6.1673975,10.144169,10.330727,10.144629,10.105497,10.030735,9.9248285,9.8794155,10.019428,9.8685684,9.7800121,9.5022402,9.5128374,9.515542,9.4425287,9.2919044,9.8200712,9.9583788,9.7401381,9.7045221,9.6409864,9.5225725,9.4744596,9.5950689,9.4578094,9.378027,9.0338964,9.1132946,9.1465473,9.1464386,9.0027494,7.9774013,8.0760622,7.8618197,7.8584161,7.8060474,7.6943235,7.6498423,7.7699852,7.6782827,7.6159334,7.1977386,7.2557139,7.2614594,7.3184357,7.2098188,8.4764585,8.5874739,8.3581161,8.3456268,8.2882633,8.1742706,8.1300774,8.2533159,8.1504469,8.0821486,7.6944208,7.7672491,7.7770805,7.8191638,7.7012844,8.2135592,8.3215351,8.1466904,8.1503487,8.096858,7.9856,7.9467912,8.0932322,7.9917159,7.9196091,7.5047679,7.5254817,7.5270348,7.5788088,7.4622607,8.8331718,8.9582577,8.7626934,8.7526846,8.6926966,8.5770378,8.5373783,8.6827326,8.5668621,8.4880819,8.1155939,8.1546316,8.1592674,8.1866398,8.0587635,7.6073084,7.7010236,7.531683,7.540936,7.4986539,7.3926568,7.3514433,7.4738069,7.3918581,7.3346782,6.8751602,6.8900671,6.8935156,6.9603968,6.8595524,8.9200869,9.0655947,8.8833599,8.8748312,8.8113432,8.6911459,8.6706467,8.8328371,8.7111492,8.6256971,8.2900114,8.2944098,8.2881727,8.299963,8.1684074,8.7924852,8.9258871,8.7469711,8.7426939,8.6804504,8.5607243,8.5374136,8.7022381,8.5830584,8.4980412,8.1448755,8.1527548,8.1478052,8.1736679,8.0440493,9.1178875,9.255722,9.0621758,9.0465364,8.9836693,8.8682632,8.8286848,8.975008,8.8514967,8.7692356,8.4170914,8.4509134,8.455286,8.4638453,8.3302698,8.8518696,9.0151939,8.8301554,8.8194742,8.7563782,8.6319427,8.6257439,8.7844257,8.6654406,8.582572,8.2696991,8.2604923,8.2504072,8.2538128,8.1239862,7.0357714,7.1144776,6.8445716,6.8416433,6.8026509,6.7019176,6.6608191,6.7374926,6.6753497,6.6351919,6.2123013,6.320354,6.327538,6.3956113,6.3126063,9.3429127,9.4917059,9.2993813,9.2780952,9.2127829,9.0986185,9.0572844,9.2009029,9.0714951,8.9874725,8.6507969,8.6809807,8.6858864,8.6765938,8.5387602,7.6831908,7.7807837,7.6258149,7.6376171,7.5934634,7.4887781,7.449832,7.5842333,7.4978404,7.436512,6.9792752,6.980124,6.9819055,7.0463452,6.9418168,6.7743287,6.8377175,6.493506,6.4604383,6.3917961,6.2821398,6.2267871,6.2802463,6.2126064,6.1719398,5.799788,5.9510231,5.9561009,6.0128493,5.9281926,7.7260294,7.8313265,7.7020879,7.7199178,7.6701417,7.5695953,7.540575,7.7026353,7.6082306,7.5373516,7.0960336,7.0666013,7.0621328,7.1221156,7.0122409,8.6443338,8.8529072,8.6959219,8.6783867,8.6153679,8.5142145,8.4931717,8.6327076,8.5188322,8.4428358,8.1540527,8.1132622,8.0994396,8.0417061,7.9146595,6.8322697,6.9077678,6.6454706,6.6474094,6.6178432,6.519876,6.4812717,6.5493603,6.4945602,6.4559374,6.0226007,6.1233406,6.1265421,6.1983967,6.1217608,8.4345284,8.5451984,8.3327703,8.3247547,8.268137,8.1538839,8.1107721,8.2416382,8.1380558,8.0678349,7.6731219,7.7302327,7.7371421,7.7814212,7.6630535,8.4434977,8.5676126,8.3956785,8.3998747,8.3384666,8.2133245,8.2037745,8.3774338,8.2639761,8.1789713,7.8186769,7.811533,7.802197,7.8511081,7.7265244,7.1619687,7.0905476,7.0554285,7.0273757,6.9651098,6.8733182,7.0518241,7.1980219,6.9701295,6.7556095,6.6602716,6.656652,6.5702391,6.5908809,5.6147971,16.644485,16.673328,16.609556,16.541313,16.480421,16.320921,16.262548,16.861019,16.362345,14.123889,13.959002,13.980208,13.982015,13.959217,13.379782,7.4100332,7.3704147,7.3320241,7.2908249,7.2184491,7.1201453,7.3649712,7.4760532,7.2625203,7.0531917,6.9694414,6.9643102,6.8718395,6.8793111,5.7452765,12.578557,12.555118,12.481834,12.393671,12.291929,12.132977,12.154409,12.462069,12.143854,11.493023,11.341097,11.348569,11.279097,11.261676,10.393218,16.070538,16.080229,16.024925,16.01129,15.955516,15.817929,15.77822,16.440821,15.867439,13.282404,13.129251,13.146262,13.122333,13.133498,12.6596,9.7310677,9.703434,9.6644354,9.6703396,9.606657,9.4918575,9.5063038,9.8110428,9.5360785,8.9796276,8.850975,8.8610802,8.7884817,8.9343367,8.3497391,13.858489,13.856589,13.787884,13.719406,13.633447,13.471615,13.451994,13.861479,13.492455,12.380773,12.215178,12.229844,12.185521,12.180877,11.442307,12.031631,12.00503,11.939129,11.883148,11.793544,11.642314,11.652557,11.985134,11.660165,10.941578,10.78777,10.796777,10.723781,10.742349,9.9743528,14.942402,14.947686,14.872309,14.770742,14.679135,14.507498,14.479683,14.88688,14.520629,13.395608,13.227854,13.24332,13.225656,13.190539,12.390383,13.662974,13.652927,13.576444,13.473686,13.37153,13.204829,13.206323,13.543664,13.212605,12.427578,12.268988,12.279212,12.231365,12.199013,11.329396,8.7568769,8.6804247,8.6299286,8.5864649,8.5065851,8.3912859,8.5266304,8.7191591,8.4514933,8.1511106,8.0436792,8.0412893,7.9448366,7.9610438,7.0325198,14.732512,14.719394,14.61354,14.437227,14.27771,14.115985,14.184039,14.410487,14.104144,13.584073,13.442977,13.433818,13.415663,13.304539,12.222395,15.490561,15.4913,15.408281,15.276859,15.174415,14.998396,14.974865,15.349848,14.998937,14.010922,13.847391,13.859858,13.863545,13.804318,12.932046,10.781307,10.772099,10.7403,10.767617,10.712553,10.598968,10.60543,10.981754,10.66705,9.7891541,9.6424255,9.6565294,9.6016712,9.7595425,9.2405863,9.6257553,9.561986,9.5017614,9.4378014,9.3438129,9.2169027,9.3630257,9.5550089,9.2768297,8.9430037,8.8286285,8.8252974,8.7272863,8.7225943,7.7361212,11.447696,11.417858,11.342135,11.23498,11.113615,10.977684,11.164202,11.346556,11.060654,10.68139,10.560154,10.555076,10.473734,10.42327,9.3149319,19.056639,19.021528,18.979712,19.01399,18.974138,18.891453,18.864923,19.868769,18.908897,14.082313,13.994486,14.006163,13.996005,14.052125,13.827598,12.013448,11.996279,11.914639,11.793758,11.659275,11.539868,11.846072,11.983919,11.70068,11.351392,11.238617,11.227043,11.172507,11.099689,9.8813276,8.0925312,8.0262547,7.9797344,7.9342723,7.8557887,7.7481127,7.9388752,8.0879488,7.8416929,7.5913906,7.4963927,7.4913507,7.3953881,7.4027314,6.3726244,19.149315,19.109236,18.966656,18.762463,18.551268,18.494335,18.832474,18.990891,18.687525,18.285725,18.153814,18.121925,18.439644,18.259706,17.137655,16.008493,15.995313,15.878234,15.694418,15.505316,15.410151,15.622879,15.800462,15.507713,15.093527,14.97091,14.952136,15.042498,14.902209,13.801386,12.592501,12.575475,12.510996,12.463895,12.379388,12.227428,12.222236,12.597529,12.249829,11.335875,11.176448,11.188172,11.124784,11.148565,10.43309,7.8768673,7.908813,7.8730812,7.8211131,7.7444625,7.6642923,8.6679964,8.5295229,8.2588987,8.0494404,8.0064917,7.9727793,7.881156,7.8431158,6.3411384,11.5158,11.525272,11.454164,11.348529,11.221397,11.138295,11.90518,11.884832,11.588933,11.29716,11.219841,11.190343,11.152854,11.067294,9.6629,10.00009,9.935894,9.874548,9.8145761,9.7222576,9.5904694,9.6911697,9.9154139,9.6281605,9.2476635,9.124341,9.1236801,9.0276327,9.0332432,8.1224308,11.421916,11.383547,11.317928,11.259287,11.16732,11.020242,11.04962,11.347971,11.037481,10.453097,10.307129,10.313279,10.231366,10.248454,9.4445333,10.440732,10.391362,10.333559,10.295706,10.212873,10.078313,10.11693,10.399579,10.102944,9.5959883,9.4592924,9.4641666,9.3780375,9.4265356,8.6674623,8.9232626,8.8692141,8.827364,8.8036308,8.7358284,8.6251678,8.7253132,8.9565039,8.6966839,8.3440237,8.2336082,8.2368927,8.1486263,8.2061043,7.3713188,17.615835,17.622766,17.534369,17.389132,17.298288,17.116495,17.05971,17.510286,17.115564,15.684844,15.520758,15.538622,15.61338,15.536787,14.748517,18.377491,18.35153,18.216145,18.023878,17.814096,17.771904,18.250927,18.359549,18.057241,17.69314,17.575207,17.539774,17.82515,17.649635,16.460291,13.060073,13.041612,12.954071,12.81692,12.68154,12.529715,12.628428,12.853446,12.55504,12.082606,11.947719,11.945183,11.884665,11.810919,10.749172,8.2487783,8.1697617,8.1224794,8.0813866,8.0046549,7.8956194,8.0509815,8.2235527,7.9659982,7.6980104,7.5982103,7.594439,7.4990387,7.5137,6.5594835,10.56264,10.52608,10.457796,10.367589,10.257019,10.1262,10.336714,10.504109,10.226094,9.8814983,9.7663975,9.7608414,9.670454,9.6353998,8.5176849,12.667537,12.648623,12.562247,12.429292,12.290571,12.153355,12.321926,12.512654,12.221821,11.810634,11.684932,11.678711,11.619926,11.54419,10.430364,15.614804,15.60414,15.502275,15.326268,15.190434,15.015463,15.025606,15.311378,14.988052,14.308298,14.169808,14.168771,14.178497,14.075882,13.0498,14.321583,14.318615,14.256978,14.225746,14.153646,14.005377,13.976857,14.480989,14.036955,12.391645,12.230794,12.246818,12.206694,12.226307,11.632333,10.851363,10.832609,10.761863,10.661502,10.542766,10.421869,10.74894,10.871669,10.598768,10.278562,10.171384,10.160906,10.084407,10.032431,8.7895126,15.056567,15.04498,14.941492,14.765671,14.618958,14.44877,14.483487,14.739241,14.425334,13.834018,13.696051,13.691407,13.679866,13.573985,12.513232,9.8302851,9.7858524,9.7237692,9.6476889,9.5464993,9.4203491,9.6326942,9.7931862,9.5226345,9.2043133,9.0940418,9.0885029,8.9929733,8.9715652,7.8672214,12.509638,12.483192,12.406797,12.305637,12.196203,12.038019,12.078969,12.359213,12.048914,11.477334,11.331182,11.33601,11.263427,11.231332,10.304095,15.977806,15.993012,15.917855,15.813259,15.729851,15.55585,15.510921,15.970447,15.573947,14.154003,13.983665,14.002613,14.010779,13.96861,13.216433,11.240299,11.20641,11.147285,11.115211,11.033586,10.893089,10.905415,11.233776,10.916889,10.239863,10.091328,10.099639,10.022781,10.076101,9.3711796,9.0528526,8.997901,8.9424562,8.8808584,8.7897015,8.6704073,8.8735447,9.0295401,8.7681856,8.4789009,8.3746309,8.3692408,8.2713356,8.2640018,7.1908174,17.502308,17.492584,17.393847,17.208839,17.089874,16.908773,16.878754,17.232412,16.880892,15.925454,15.775179,15.779096,15.873003,15.77035,14.860552,11.221288,11.175718,11.106998,11.032385,10.932545,10.786462,10.847054,11.108377,10.806705,10.320804,10.182881,10.185682,10.097648,10.092509,9.2033844,9.7424383,9.7208223,9.6606474,9.580409,9.4768553,9.357873,9.6822338,9.7950087,9.5376844,9.2494049,9.1469812,9.1380548,9.0497026,9.0185394,7.7711067,16.636915,16.626925,16.573765,16.578079,16.524853,16.403147,16.369154,17.107069,16.44072,13.336203,13.200836,13.215945,13.19342,13.218962,12.822062,17.091879,17.088772,16.996666,16.840088,16.735851,16.553478,16.508631,16.909203,16.539461,15.38566,15.222102,15.233793,15.29611,15.214446,14.355186,12.736923,12.719497,12.650254,12.580462,12.487888,12.33001,12.332462,12.679083,12.345685,11.550897,11.392681,11.403169,11.339058,11.340028,10.549004,13.641104,13.626225,13.54213,13.412676,13.293485,13.127715,13.158126,13.443163,13.129047,12.511301,12.363742,12.368353,12.317935,12.258479,11.283421,13.355481,13.338016,13.251741,13.117012,12.989549,12.828618,12.885637,13.141719,12.835508,12.294802,12.153268,12.154434,12.097046,12.029836,11.011668,16.306339,16.299458,16.203156,16.026831,15.901834,15.725166,15.717583,16.037012,15.704035,14.911409,14.765072,14.768661,14.809464,14.710872,13.738498,15.002214,14.999223,14.915948,14.78376,14.676511,14.502557,14.491519,14.840434,14.501978,13.636676,13.477257,13.4877,13.477036,13.417634,12.514944,13.550648,13.533176,13.477363,13.476667,13.40955,13.275821,13.255855,13.758561,13.311837,11.688419,11.535265,11.549479,11.503393,11.563495,11.035544,9.0131416,9.0176277,8.9629192,8.8884373,8.7897654,8.6857462,9.2711296,9.2845955,9.0385265,8.801281,8.7227373,8.7039967,8.6210022,8.584362,7.152894,13.543532,13.527547,13.431646,13.285304,13.130075,13.018351,13.296749,13.450867,13.160549,12.783137,12.664497,12.650684,12.641534,12.541881,11.358269,8.0427952,8.0147076,7.9697924,7.916872,7.8343954,7.7275796,8.0236835,8.1217709,7.897203,7.6687975,7.5783591,7.5710707,7.4773002,7.472683,6.2596064,14.870869,14.880699,14.811837,14.737598,14.656868,14.491574,14.457303,14.915468,14.516308,13.128821,12.959987,12.977576,12.952475,12.936445,12.225982,16.637011,16.661139,16.589113,16.491686,16.419104,16.247831,16.191374,16.709009,16.275505,14.518556,14.347709,14.369261,14.390708,14.350455,13.667599,12.136711,12.117977,12.068899,12.078486,12.01306,11.884861,11.876236,12.306849,11.92976,10.751586,10.599047,10.612154,10.557046,10.653852,10.110952,11.123765,11.077418,11.006819,10.921912,10.816015,10.672196,10.765272,10.999375,10.703353,10.269053,10.137488,10.137698,10.047283,10.027072,9.0703459,12.235161,12.20494,12.127435,12.021264,11.906563,11.752438,11.819948,12.073762,11.770431,11.266651,11.126947,11.129021,11.051332,11.011694,10.039636,9.5478048,9.4897356,9.4390812,9.408226,9.3321886,9.2098694,9.2777395,9.5291471,9.2512894,8.8443851,8.7214336,8.7245522,8.6353798,8.6916533,7.9034529,10.825714,10.780575,10.710629,10.622393,10.51367,10.375665,10.516529,10.719729,10.431682,10.046706,9.9232187,9.9206238,9.8285513,9.8003845,8.7743473,11.990918,11.960454,11.88188,11.7701,11.648876,11.501841,11.615391,11.836034,11.540609,11.101084,10.969589,10.968123,10.888534,10.839026,9.8030882,12.523863,12.512785,12.426692,12.300794,12.159097,12.060768,12.546,12.628537,12.338695,12.012793,11.9101,11.889517,11.870133,11.779849,10.461712,10.533709,10.496416,10.444053,10.42794,10.352964,10.222464,10.238077,10.553863,10.252038,9.6414595,9.5002546,9.50811,9.4302807,9.5161381,8.854846,11.942752,11.92034,11.8636,11.847062,11.77166,11.632363,11.627874,12.01323,11.663985,10.722427,10.567424,10.578855,10.513873,10.578501,9.946949,15.636991,15.610992,15.558743,15.578196,15.522177,15.406383,15.379608,16.06004,15.438228,12.678786,12.546479,12.560768,12.532826,12.593103,12.202616,15.821731,15.842676,15.782022,15.73811,15.675479,15.521404,15.473727,16.060186,15.565044,13.442298,13.277224,13.296547,13.277952,13.272337,12.707179,18.32992,18.348953,18.267475,18.14028,18.06925,17.894848,17.823843,18.360523,17.910362,15.979741,15.810152,15.831588,15.921477,15.857822,15.189258,13.243857,13.225707,13.185622,13.230513,13.180181,13.071713,13.059159,13.601536,13.130982,11.277245,11.137758,11.153188,11.117181,11.253241,10.845835,15.251764,15.26661,15.20184,15.143525,15.071438,14.911253,14.870267,15.385207,14.944681,13.23626,13.068541,13.087429,13.065057,13.05606,12.416944,8.5603561,8.5423546,8.4937716,8.4326868,8.3440666,8.2335339,8.5725603,8.6625242,8.4308758,8.1884155,8.093998,8.0858097,7.9954586,7.9822078,6.7125473,9.141592,9.0736609,9.0237856,8.9848795,8.9069891,8.7883415,8.8979387,9.1156645,8.843317,8.5040751,8.3869486,8.3871565,8.2918768,8.3198538,7.434392,9.3684912,9.3239079,9.2817402,9.2683449,9.2017879,9.0853348,9.1281004,9.3938236,9.126976,8.6950817,8.5729847,8.5791149,8.4975491,8.6043606,7.9193363,14.638782,14.629848,14.524541,14.350475,14.180973,14.044052,14.167546,14.366072,14.070022,13.614801,13.485559,13.473495,13.46741,13.350466,12.251946,13.738708,13.732516,13.659255,13.570037,13.47491,13.309217,13.300117,13.665822,13.322031,12.419758,12.257058,12.269461,12.223489,12.202915,11.386157,6.4846935,6.4337707,6.4048314,6.3779879,6.3200746,6.2355771,6.4434142,6.558064,6.3614779,6.1846128,6.1110716,6.1080031,6.0233712,6.0431314,5.0068316,14.167405,14.157913,14.074862,13.946313,13.833345,13.663597,13.672914,13.987341,13.663428,12.94482,12.791266,12.7989,12.763153,12.706268,11.767344,13.172791,13.161983,13.098954,13.060622,12.981233,12.830533,12.814806,13.236251,12.857453,11.699687,11.537987,11.551714,11.497244,11.523478,10.859647,10.528738,10.474279,10.412074,10.357656,10.267477,10.129771,10.188735,10.450325,10.154083,9.6926136,9.5586643,9.5614538,9.470892,9.4910994,8.6554098,8.0414562,8.1035366,8.0575914,8.0133476,7.9767137,7.8663211,7.8055587,7.9107161,7.859055,7.7678447,7.2779965,7.2325735,7.2149849,7.3078961,7.1078801,6.4868817,6.5469131,6.5607471,6.5256824,6.466229,6.5761824,6.5457373,6.9213643,6.9233623,6.8129344,6.3725224,6.3342776,6.3003087,6.3628945,6.1579757,5.6015983,5.6692681,5.6616507,5.6400089,5.5566044,5.5751052,5.553432,5.8144484,5.7960787,5.6866159,5.3531284,5.3004212,5.2738771,5.3336968,5.1703377,8.8965025,8.9557095,8.9121037,8.851635,8.8173113,8.6621494,8.5834818,8.68641,8.6217699,8.4965811,8.0378447,8.0396366,8.0188551,8.1411676,7.9316635,6.7316012,6.7206669,6.6766348,6.6039009,6.5307202,6.4679117,6.447238,6.5649614,6.4485455,6.2821121,6.1182108,6.1160951,6.0224032,6.276875,6.0244994,6.9341521,6.955617,6.9720325,6.9164491,6.8633184,6.9678416,6.9634438,7.3275666,7.2745404,7.1111941,6.7819819,6.7850819,6.7007246,6.8334994,6.5852494,6.5550923,6.5880313,6.6357017,6.5832405,6.5286846,6.7513242,6.7268152,7.2764521,7.300149,7.1574531,6.6979065,6.6946478,6.634501,6.7205944,6.4910436,8.2225819,8.2624063,8.2408743,8.1717777,8.1175089,8.1115408,8.068428,8.3297749,8.2596998,8.0854416,7.7018538,7.7048593,7.6536112,7.7509909,7.4865108,10.118791,10.184432,10.152472,10.064196,10.03285,9.8266191,9.7338305,9.844615,9.7398853,9.3771811,8.9748507,9.0086603,8.9775209,9.1208839,8.8465405,8.7910433,8.8481283,8.8057394,8.7401867,8.6984882,8.581295,8.5134277,8.6540136,8.5827999,8.4382315,8.006814,8.0081053,7.979311,8.0872946,7.8525319,5.8577738,5.9096627,5.9704323,5.938458,5.8895793,6.1400666,6.1133857,6.6876707,6.7523732,6.6460509,6.1388106,6.1145983,6.0763617,6.1394958,5.9453144,10.442705,10.497393,10.45896,10.362645,10.31952,10.157113,10.097857,10.251083,10.093825,9.5070019,9.2133284,9.257288,9.2142477,9.3771114,9.0359306,7.2281375,7.2822185,7.2847576,7.2379093,7.1853809,7.2643223,7.2231808,7.5668259,7.5538764,7.4362373,6.9726648,6.9446063,6.9093118,6.9799495,6.7560463,8.9889536,9.0467062,9.0034752,8.9363108,8.8980379,8.7531052,8.6785336,8.797183,8.7235365,8.5741215,8.1390715,8.1462917,8.1195488,8.2380972,8.0085869,8.702055,8.7423506,8.7045336,8.6286459,8.5760069,8.5026398,8.4535112,8.6432753,8.5490484,8.3508148,7.9905114,8.0006208,7.9505472,8.0596914,7.7828174,10.001823,10.067586,10.043557,9.9650097,9.9407787,9.7174263,9.6123505,9.7088785,9.6224871,9.3032808,8.8655796,8.8968163,8.8715372,9.0269585,8.7861776,7.7949667,7.8487816,7.8333678,7.7788572,7.7283201,7.7453752,7.6969967,7.9719548,7.935277,7.8082905,7.3595047,7.3404169,7.3057423,7.3854065,7.1517811,9.9072218,9.955267,9.9123755,9.8198538,9.7730093,9.6159296,9.5573635,9.6942816,9.5556107,9.136548,8.8254318,8.8612909,8.815032,8.9660664,8.6381798,5.3036485,5.3329587,5.4195342,5.3746605,5.3223443,5.6876473,5.656446,6.4343677,6.5640349,6.4509597,5.8704057,5.8598957,5.8084044,5.8754387,5.6838536,7.7065849,7.7305632,7.7199082,7.6535954,7.5959635,7.6318483,7.6086907,7.9051852,7.8296137,7.6492171,7.3133855,7.3175054,7.2466102,7.36304,7.095911,8.2641029,8.3222208,8.2854633,8.2288504,8.1834249,8.1172352,8.059288,8.2377357,8.1814013,8.0578823,7.6112981,7.5935612,7.5652685,7.6554785,7.4255195,8.0254345,8.0325356,7.9912615,7.9163208,7.8539953,7.7848001,7.7591701,7.9205084,7.796442,7.577137,7.334785,7.3464041,7.2701464,7.4480391,7.1551561,7.9806337,8.0388556,8.0014029,7.9690576,7.9465227,7.7955832,7.7240167,7.7817931,7.7434607,7.679523,7.1414576,7.0890741,7.0799699,7.1962943,7.0475783,5.2266316,5.2675281,5.3631268,5.3344584,5.2954359,5.6540623,5.6288023,6.3770161,6.5076432,6.4073892,5.8205214,5.8043265,5.7620039,5.8236699,5.6413836,6.4343905,6.484971,6.5258694,6.4866681,6.4359641,6.6302705,6.5972385,7.0938587,7.1293216,7.0168939,6.5206327,6.4954162,6.4569154,6.5223222,6.3132715,8.9268684,8.9797029,8.9376335,8.8652115,8.8204327,8.7050505,8.6405392,8.7896366,8.7065868,8.5331612,8.1290159,8.1378403,8.1020985,8.2123184,7.9587722,8.5324001,8.5846796,8.5501108,8.483592,8.4357719,8.3701658,8.3128405,8.5068254,8.4380436,8.2844734,7.8686152,7.8678551,7.8314233,7.9285779,7.6801901,9.4107819,9.4658499,9.4244308,9.3463793,9.3079004,9.1365585,9.0587463,9.1689501,9.0772018,8.8606958,8.4544544,8.4754152,8.4424152,8.5748873,8.320385,7.6510868,7.6664128,7.6474767,7.5797563,7.520277,7.5297999,7.5125856,7.767458,7.6748595,7.4885507,7.1931186,7.1982141,7.1186042,7.2572365,6.9863687,8.4981699,8.5273809,8.4911394,8.4147854,8.3581467,8.3012657,8.2624435,8.4632225,8.3598642,8.1506538,7.8245835,7.8353047,7.774785,7.8944173,7.6083102,7.3361554,7.3951473,7.377954,7.3337269,7.2805338,7.2995238,7.2573304,7.5159359,7.4851727,7.3747721,6.9210057,6.87957,6.8485446,6.9180064,6.6965632,6.8578076,6.9150271,6.9213152,6.8808246,6.8249464,6.9164782,6.8807793,7.2335563,7.2271895,7.1153226,6.6597333,6.6230369,6.5887156,6.6538901,6.4389215,9.4535456,9.5031872,9.4588957,9.3741722,9.3292503,9.1756992,9.1094093,9.2362661,9.1266384,8.8631678,8.4998159,8.5238562,8.4820118,8.6114235,8.3242836,8.6186724,8.6373568,8.5928278,8.5131683,8.4544888,8.355319,8.3200197,8.4669914,8.3366995,8.0742111,7.8140783,7.8341455,7.7693877,7.9387093,7.6278539,11.848045,11.890777,11.856419,11.766103,11.723931,11.5852,11.5476,11.777762,11.524116,10.313041,10.104114,10.161127,10.122368,10.324393,9.9782953,9.283638,9.3393297,9.3028584,9.237071,9.2072086,9.0117645,8.9205713,9.0057611,8.93608,8.7779207,8.3202076,8.3369236,8.3145285,8.4614143,8.2548971,9.217804,9.2746038,9.2331381,9.1621304,9.1260052,8.95784,8.8776283,8.9833794,8.904501,8.733779,8.3029556,8.3179274,8.2903156,8.4204206,8.1885633,6.9208364,6.9830561,6.9669189,6.9296956,6.8714528,6.8929758,6.8569074,7.1095533,7.0819731,6.9769001,6.5359712,6.4817724,6.4517651,6.5156789,6.3049097,8.1026764,8.1161327,8.0798159,8.0051098,7.9441853,7.8954039,7.8690453,8.0618305,7.9475703,7.7371087,7.4616776,7.4713798,7.3970723,7.5464339,7.2584,7.5937061,7.6550236,7.6211529,7.5769892,7.5285134,7.4893441,7.4420085,7.6242256,7.5796261,7.4762797,7.0131931,6.96348,6.9370494,7.0110106,6.7926006,7.1179924,7.1810374,7.1514487,7.1145525,7.0625005,7.0377378,6.9978666,7.1826596,7.1441207,7.0476022,6.5853424,6.5181017,6.4914908,6.5578675,6.3489642,7.5142369,7.5510554,7.559679,7.4979558,7.4422965,7.5413432,7.5059433,7.8929439,7.8623195,7.7042837,7.2865129,7.2846127,7.229888,7.3187137,7.068459,8.25072,8.2829247,8.2569456,8.1850348,8.1287489,8.1105919,8.0732737,8.3172283,8.2315435,8.0418873,7.6918006,7.6982141,7.6390848,7.7472687,7.4724569,6.1004486,6.1656837,6.1796494,6.1510534,6.0831623,6.1829133,6.1585112,6.5251679,6.5264382,6.4147196,6.015543,5.9772253,5.9447622,6.0063882,5.8160901,8.5420008,8.5982189,8.5597897,8.4969006,8.4520302,8.3682728,8.3068285,8.4768915,8.4116421,8.2726698,7.8404775,7.8350892,7.8043838,7.9024825,7.6652169,9.0072212,9.0348606,8.9909945,8.9087639,8.8531466,8.7335186,8.6946678,8.8302431,8.6940851,8.3703871,8.1102104,8.1383724,8.0809526,8.2637339,7.9391956,9.7044277,9.7625713,9.7253418,9.643816,9.6088352,9.4159842,9.3309345,9.4343243,9.3385239,9.0716906,8.663187,8.6902485,8.6584187,8.8007822,8.5414219,4.7220855,4.7527838,4.8554239,4.8216686,4.779047,5.1846352,5.1563253,6.0005236,6.1723123,6.0756016,5.4527693,5.4390049,5.3930726,5.452251,5.2807465,6.8168359,6.8294048,6.830369,6.7734532,6.7173824,6.7741332,6.7791867,7.0662403,6.9910007,6.8280687,6.5564537,6.5588493,6.4607401,6.6276731,6.3805737,9.2393646,9.2847347,9.2590017,9.2072105,9.1862564,8.9543734,8.8460503,8.9036388,8.8525877,8.7250738,8.2189007,8.234334,8.2186508,8.3958902,8.2412949,7.2420139,7.2827477,7.3041158,7.2470078,7.1927948,7.3325558,7.2936592,7.7338681,7.7306848,7.5879259,7.129107,7.1219611,7.0736566,7.1536956,6.9162302,8.2852497,8.3456764,8.2997522,8.2555599,8.2241716,8.0849485,8.0145407,8.0994301,8.0488214,7.9622798,7.4628811,7.4289417,7.4147987,7.52317,7.3376975,8.8242636,8.8588409,8.8166065,8.7367401,8.6825495,8.5917625,8.5452538,8.7162848,8.6069603,8.3821335,8.0506697,8.0654478,8.0105944,8.1318979,7.8408737,7.1996498,7.2447238,7.2653809,7.2119193,7.1594005,7.294508,7.2536035,7.6838751,7.6855998,7.5530205,7.0808611,7.0684876,7.0254474,7.1014652,6.8705993,7.4634051,7.4675617,7.4379792,7.3683739,7.3049812,7.2825561,7.2689204,7.4705129,7.36203,7.1748815,6.9293275,6.9336452,6.8453655,7.0204477,6.7497792,8.4772787,8.5322151,8.4909754,8.4500265,8.4248791,8.2542496,8.1715469,8.2373762,8.1924067,8.1159906,7.6004276,7.5780663,7.567596,7.6978612,7.5378847,9.0796137,9.1330013,9.0993757,9.0469418,9.0242386,8.8143425,8.7154427,8.7796736,8.7284842,8.6238756,8.1249685,8.135581,8.1225986,8.2810917,8.1183014,8.0332193,8.0936069,8.0548277,8.0043144,7.9593325,7.8930812,7.8378272,8.0030737,7.950891,7.8405499,7.3809834,7.348331,7.3229051,7.4075747,7.1853361,7.7372017,7.7952623,7.7700987,7.7202821,7.6704593,7.6588387,7.6103787,7.8399868,7.798902,7.6834517,7.2299862,7.1981802,7.1679201,7.244772,7.0176525,5.4442186,5.4291129,5.3823519,5.309598,5.2283144,5.1650286,5.1471467,5.2143955,5.1138577,4.9939322,4.8907819,4.876687,4.7715044,5.0730858,4.8703427,8.3472452,8.4082403,8.3631878,8.3114128,8.2724295,8.1619005,8.097188,8.2202587,8.163353,8.0566711,7.5880947,7.5632968,7.5424623,7.6408248,7.4287291,9.8929586,9.954525,9.9201393,9.8358622,9.8029251,9.6014814,9.5123291,9.6168966,9.5181265,9.211894,8.8034554,8.833745,8.8025837,8.9471025,8.6826067,9.1545744,9.2064953,9.1628618,9.0857449,9.0418606,8.9042807,8.8369446,8.9702005,8.877739,8.6786242,8.2864857,8.301898,8.2646027,8.3834686,8.1211128,8.6908636,8.7444954,8.7046041,8.6599789,8.6346941,8.4538269,8.3659773,8.4348316,8.3874302,8.3035316,7.7970276,7.7878828,7.7763352,7.9150658,7.7525439,7.2499566,7.3130059,7.2761087,7.2397857,7.1945157,7.1391044,7.0956578,7.2371292,7.1940174,7.1051931,6.6215954,6.5462279,6.5229325,6.5928006,6.3896685,8.8956823,8.9430876,8.9018173,8.8261318,8.7775784,8.6763811,8.6183987,8.782423,8.6912603,8.4993792,8.1189308,8.1298895,8.0873384,8.1971474,7.9288583,11.294968,11.370521,11.340131,11.230881,11.200966,11.006182,10.883826,11.052765,10.892924,10.135312,9.808671,9.8553505,9.8224745,9.9367008,9.6123848,8.7295065,8.781167,8.7424736,8.6723566,8.6253424,8.536768,8.4770164,8.6501875,8.5725193,8.4071121,8.0016184,8.006135,7.9688478,8.0720329,7.8185697,8.7369184,8.7964764,8.7518997,8.6957922,8.6615791,8.5139179,8.4375334,8.5397415,8.479393,8.3664474,7.8983417,7.892128,7.8731389,7.9908719,7.7870412,9.0789442,9.1372805,9.0963221,9.033824,9.0023575,8.8258772,8.7405548,8.8319855,8.7662144,8.6329994,8.1721563,8.1815748,8.1612959,8.2956038,8.0910931,8.5690889,8.6150217,8.5815887,8.5103407,8.459424,8.4017258,8.3496389,8.5554447,8.4765577,8.3015862,7.912508,7.917419,7.8731651,7.9736552,7.7106328,11.919383,11.979906,11.938393,11.820094,11.778301,11.59716,11.512187,11.716832,11.504486,10.509663,10.223453,10.274037,10.235361,10.351287,10.000641,6.4737883,6.4741039,6.4537129,6.392827,6.3295135,6.3260784,6.3357897,6.5238638,6.4292803,6.2766132,6.0776925,6.07586,5.9642577,6.1841655,5.947011,6.3869824,6.4523506,6.4404864,6.4109006,6.3444815,6.3677506,6.3383727,6.5918827,6.5693111,6.4655881,6.0562696,5.9957914,5.9674153,6.0287285,5.8359408,9.4005489,9.4351435,9.3928328,9.3080778,9.2557411,9.1242266,9.0823202,9.2195482,9.0766048,8.6802034,8.4170151,8.4511871,8.3986139,8.5848494,8.2508497,9.1093645,9.1648149,9.1217213,9.0490999,9.0086212,8.8633604,8.790863,8.9146194,8.8318701,8.6573982,8.2419853,8.2544918,8.222928,8.3427868,8.0979252,8.2330647,8.2492542,8.2082262,8.1353226,8.0761051,7.9762464,7.9445672,8.0717096,7.9431133,7.6831717,7.4652929,7.4877834,7.4237213,7.6433501,7.3359184,13.008427,13.049491,13.005,12.891993,12.846472,12.6921,12.637935,12.915546,12.612877,11.088334,10.867943,10.926151,10.889225,11.025044,10.675138,9.5811138,9.6364183,9.6171026,9.5551348,9.5352716,9.2982025,9.1879911,9.2587328,9.1971922,8.9947119,8.507143,8.5302382,8.5113297,8.685113,8.4988737,8.1199312,8.1663437,8.1486301,8.0840492,8.0318527,8.0368729,7.9891219,8.2624235,8.2081814,8.0529547,7.6373529,7.634573,7.5910759,7.6807623,7.4290924,9.27005,9.3195934,9.2752581,9.1941662,9.1488943,9.0067005,8.9413033,9.07339,8.9715872,8.7440472,8.3697834,8.3891611,8.3483648,8.4714022,8.1953487,8.9783859,9.0331926,8.9963255,8.9455128,8.9217367,8.722023,8.6272621,8.6938362,8.6429996,8.5453091,8.0469236,8.0528393,8.0405598,8.191432,8.0263233,4.263793,4.3030229,4.4183097,4.4015727,4.3724761,4.7889152,4.7721181,5.6240215,5.8125734,5.7285504,5.1046066,5.0905566,5.0506439,5.1084566,4.9544244,8.1694136,8.1928434,8.1636095,8.0905733,8.0321646,8.0061188,7.9754801,8.2034969,8.105093,7.9057598,7.5891109,7.5970984,7.5297222,7.6530652,7.3718872,9.0663424,9.1098337,9.0657721,8.9851198,8.9353666,8.819006,8.7625513,8.9141903,8.8092976,8.5853529,8.2293873,8.2460403,8.199275,8.3180523,8.0342178,7.3863106,7.4498243,7.4095845,7.3737168,7.3370056,7.2525153,7.205245,7.3110843,7.2671375,7.1880593,6.6817112,6.6019864,6.5846124,6.6623321,6.4711876,8.8397541,8.8957367,8.8552628,8.8050394,8.7783833,8.5962048,8.5079384,8.5824823,8.5301409,8.4337788,7.9403005,7.9388971,7.9255371,8.0643816,7.8905487,8.5616169,8.6208963,8.5778322,8.5193176,8.4785967,8.3692999,8.3029318,8.4405155,8.3780556,8.2547579,7.804317,7.7937722,7.7691545,7.871479,7.6484289,6.8501987,6.8969898,6.9293766,6.8820758,6.8310289,7.0015631,6.9632602,7.435461,7.456676,7.3344393,6.8424273,6.8246074,6.7837515,6.8546915,6.6339278,9.7656441,9.8196077,9.7775164,9.6887035,9.6465321,9.4753475,9.4040728,9.5261564,9.4101534,9.0884838,8.7268391,8.756896,8.7167816,8.8531609,8.5571518,9.8690891,9.9133186,9.8741875,9.7866964,9.7385445,9.5949459,9.547369,9.6911764,9.5406742,9.0440407,8.7752905,8.8150749,8.7677031,8.9568472,8.6179371,9.1211433,9.1688833,9.1413136,9.0927792,9.073329,8.8464632,8.7400141,8.7950764,8.7488232,8.6470175,8.1338434,8.1467094,8.1344471,8.3078346,8.1621056,7.7368941,7.7681212,7.763,7.6975908,7.6409407,7.695128,7.6647091,7.9912829,7.9320016,7.7591839,7.3869524,7.3891835,7.3270283,7.4283323,7.1662326,9.4487104,9.4995441,9.4759474,9.4168224,9.3949394,9.1626253,9.0550976,9.1214724,9.0617485,8.8883705,8.3985558,8.4189835,8.4004726,8.5739975,8.3953171,9.5781221,9.6344986,9.6031113,9.531909,9.503479,9.2909584,9.1943541,9.2787924,9.2016983,8.9862185,8.5358419,8.5594683,8.5347061,8.6908131,8.47124,9.0669231,9.1060209,9.0852051,9.0454903,9.0304327,8.7866154,8.6720037,8.7144833,8.6778135,8.592432,8.0551987,8.0669374,8.0570612,8.2471247,8.1302471,8.1401138,8.1925983,8.1688757,8.1083622,8.0587339,8.0418549,7.9896669,8.2321529,8.1808424,8.0417433,7.6085787,7.5988889,7.5627933,7.6500387,7.4086957,7.6525822,7.7144027,7.6711144,7.635313,7.6029406,7.4933767,7.4378271,7.5226254,7.4776278,7.4022303,6.8847337,6.8146052,6.8007455,6.889092,6.7074237,7.8640475,7.9247508,7.8812342,7.8455796,7.8171206,7.6873765,7.6239939,7.6956396,7.6514564,7.5792866,7.0557089,6.9960432,6.9843602,7.0842919,6.9132242,10.557384,10.628656,10.601061,10.510782,10.483212,10.275655,10.173463,10.303166,10.184587,9.686039,9.3005314,9.3411217,9.3119135,9.4504223,9.1612082,9.5729713,9.6166573,9.5715818,9.4823751,9.4334803,9.2861214,9.2291555,9.3635073,9.2348719,8.9006863,8.5801268,8.6097994,8.5615864,8.7035227,8.3876572,8.5613632,8.6211605,8.575737,8.5249281,8.4918871,8.3471022,8.2724733,8.3676872,8.3120317,8.2120018,7.730381,7.7138362,7.6972651,7.8118086,7.6166415,10.843947,10.908547,10.870945,10.766414,10.728127,10.542057,10.461575,10.615021,10.461225,9.8430386,9.512702,9.5569963,9.5185184,9.6507816,9.3183479,7.386909,7.3838758,7.3422208,7.2710524,7.2054915,7.1384225,7.1177664,7.2558427,7.1341758,6.939537,6.7425733,6.749434,6.6652761,6.8878489,6.6119065,7.7737398,7.836133,7.7939582,7.7504745,7.7081685,7.6300125,7.577404,7.7115836,7.66189,7.5663729,7.0873847,7.0338445,7.0121303,7.092989,6.8829393,7.6436954,7.6479568,7.6074371,7.5390887,7.4776945,7.3954668,7.3708315,7.4975095,7.3740854,7.1610713,6.9629622,6.9763799,6.9015665,7.1328797,6.8455386,9.2088318,9.2458305,9.1998568,9.1145201,9.0622673,8.9363794,8.8852358,9.0285406,8.9056005,8.6281099,8.3106613,8.333868,8.2814159,8.4172792,8.1099339,6.9712806,6.9998226,7.0254173,6.9703202,6.9171195,7.0575976,7.0432377,7.4675479,7.4375119,7.278985,6.8989182,6.9004879,6.8285708,6.9360318,6.6906939,9.1687469,9.2252369,9.1879673,9.1266756,9.0984306,8.904253,8.8124428,8.8931723,8.8300753,8.6963081,8.2256918,8.2387362,8.2198801,8.3659372,8.1724701,9.4892464,9.5454407,9.5087337,9.434762,9.401969,9.2073078,9.1190825,9.2130995,9.1302834,8.9210377,8.4886332,8.510766,8.4829426,8.6280909,8.3946552,10.168777,10.227978,10.188532,10.093723,10.053684,9.8724651,9.7976522,9.9268885,9.7988682,9.3771973,9.0256062,9.0621948,9.0228949,9.1620054,8.8505201,8.524929,8.5456171,8.5037117,8.4249268,8.3662357,8.2883444,8.25315,8.4254827,8.3057261,8.0738926,7.7860518,7.8005161,7.7346559,7.8772202,7.5786824,6.6619015,6.7275867,6.7042594,6.6738372,6.6169925,6.6056576,6.5724311,6.7663918,6.733995,6.6403561,6.1933274,6.1172891,6.0912232,6.153954,5.9570317,8.8322163,8.8591499,8.8144217,8.7325621,8.6761427,8.5760899,8.534461,8.6918144,8.5687437,8.316102,8.0192909,8.0379019,7.9778252,8.1184483,7.8133159,8.9436522,8.9716949,8.9579287,8.9303741,8.9204922,8.6605902,8.5379324,8.5659323,8.5415611,8.4832201,7.9170313,7.9257207,7.9193377,8.1263409,8.0465336,12.955136,13.403654,12.87816,12.819366,12.769435,12.728942,12.698813,12.759855,12.786828,12.732187,12.672332,12.571002,12.498711,12.134324,11.985329,11.256556,11.53941,11.18768,11.139604,11.080045,11.024567,10.994166,11.098516,11.006429,10.926543,10.788318,10.765778,10.712234,10.437318,10.262488,12.1961,12.528563,12.139018,12.095278,12.034926,11.978372,11.94797,12.055078,11.958907,11.883098,11.762365,11.701698,11.652005,11.372844,11.178042,12.79229,13.188512,12.710501,12.656199,12.602684,12.557659,12.529076,12.611538,12.56964,12.505848,12.422379,12.33534,12.271044,11.929623,11.766742,11.687009,12.018966,11.620155,11.565721,11.507755,11.457048,11.424762,11.515372,11.446206,11.372979,11.2562,11.218441,11.159078,10.848734,10.691887,10.406499,10.619861,10.344643,10.315798,10.253068,10.17837,10.162097,10.29302,10.181385,10.094385,9.9264212,9.9034214,9.8598881,9.674902,9.4470987,12.877393,13.257442,12.795439,12.744426,12.69024,12.643658,12.616346,12.706222,12.647933,12.582281,12.49159,12.403114,12.343133,12.015463,11.841855,12.61384,12.973802,12.54155,12.493326,12.436455,12.385802,12.357288,12.455082,12.37826,12.308048,12.204787,12.128297,12.072829,11.764525,11.58427,10.897343,11.149062,10.847815,10.814416,10.751848,10.686176,10.659468,10.783846,10.673791,10.58878,10.433371,10.400908,10.354992,10.132322,9.910615,11.228037,11.508771,11.211427,11.182407,11.118514,11.051631,11.019718,11.140182,11.022229,10.938982,10.780365,10.73618,10.693854,10.475739,10.231888,10.787758,11.05124,10.772632,10.747998,10.686229,10.619297,10.591674,10.716791,10.602799,10.518437,10.353428,10.308961,10.263025,10.053245,9.807209,13.362007,13.788246,13.266567,13.211272,13.16293,13.1237,13.097991,13.168294,13.165669,13.110984,13.046369,12.932165,12.862918,12.503575,12.333176,10.477809,10.717896,10.452004,10.428903,10.367315,10.297993,10.275782,10.405862,10.29283,10.207862,10.039356,10.002482,9.9581861,9.7667656,9.523592,12.169386,12.510287,12.103928,12.056704,11.997753,11.943973,11.913845,12.01639,11.931102,11.856687,11.743293,11.681871,11.627568,11.330589,11.148075,14.043557,14.415287,13.932964,13.883492,13.836709,13.798858,13.779569,13.859388,13.849843,13.797222,13.728032,13.579774,13.520864,13.189243,12.954152,12.48584,12.884902,12.412746,12.355533,12.300742,12.255198,12.223927,12.300904,12.272194,12.207985,12.124467,12.048315,11.982327,11.638463,11.486494,11.494998,11.788809,11.44716,11.40866,11.34651,11.285173,11.254725,11.370997,11.265562,11.184216,11.04481,11.000616,10.952995,10.700693,10.490588,13.55768,13.931219,13.461599,13.412342,13.361433,13.318807,13.296109,13.383874,13.336523,13.276616,13.193828,13.075893,13.018626,12.693697,12.492115,12.03896,12.379527,11.969993,11.919921,11.861277,11.808683,11.777995,11.877028,11.798103,11.723962,11.612754,11.555892,11.499035,11.193287,11.019063,13.548709,13.968399,13.447715,13.393623,13.346369,13.308204,13.284177,13.355415,13.354484,13.301168,13.237374,13.114639,13.04644,12.689366,12.508165,12.549823,12.899146,12.483565,12.437387,12.379045,12.326021,12.297009,12.398867,12.311997,12.239871,12.129784,12.05738,12.005347,11.71064,11.522968,12.952493,13.362831,12.867409,12.812034,12.760085,12.717066,12.688979,12.766077,12.738937,12.678246,12.602256,12.507377,12.440718,12.090788,11.929308,12.491517,12.856046,12.417803,12.367491,12.310874,12.261037,12.231826,12.326625,12.256349,12.186349,12.085898,12.012689,11.954471,11.637494,11.464384,14.043308,14.425492,13.931471,13.881216,13.835607,13.798926,13.779418,13.855267,13.861549,13.810957,13.746669,13.596429,13.534748,13.195573,12.965659,13.240884,13.636512,13.148619,13.096353,13.045269,13.002674,12.977363,13.060012,13.022521,12.962255,12.883418,12.777877,12.714807,12.373873,12.197008,12.844728,13.206887,12.769347,12.721462,12.665339,12.615706,12.588319,12.68532,12.609506,12.540988,12.44032,12.35602,12.301519,11.993423,11.809096,14.715851,15.052279,14.593828,14.545804,14.502917,14.468697,14.453877,14.524027,14.594302,14.551607,14.49779,14.296337,14.242023,13.927091,13.587158,11.146475,11.423095,11.118302,11.087678,11.024905,10.959638,10.929689,11.05149,10.938517,10.855036,10.700212,10.657319,10.612283,10.386764,10.153558,12.669756,13.091422,12.59611,12.537551,12.484338,12.440915,12.409724,12.478925,12.475559,12.415378,12.342773,12.256253,12.187349,11.833656,11.685261,12.636161,13.017493,12.557858,12.505066,12.45005,12.402868,12.37389,12.46199,12.40627,12.339443,12.248128,12.168376,12.106694,11.775479,11.609223,14.449603,14.821524,14.337555,14.290139,14.250303,14.218247,14.20194,14.268474,14.359704,14.319521,14.269637,14.083684,14.022517,13.689984,13.404973,13.876635,14.276837,13.767712,13.715976,13.670334,13.633714,13.61269,13.685967,13.692011,13.641063,13.578197,13.437898,13.372914,13.024352,12.815688,11.832071,12.153801,11.766924,11.719626,11.659704,11.604468,11.573799,11.678803,11.590035,11.513023,11.392517,11.342175,11.288135,10.997919,10.814903,12.232832,12.614312,12.163695,12.106809,12.050705,12.003478,11.971336,12.051702,12.011583,11.944614,11.851768,11.787752,11.723596,11.388456,11.23681,11.855269,12.174395,11.796125,11.751842,11.691266,11.634265,11.603686,11.712282,11.617418,11.539577,11.415034,11.363126,11.311614,11.032349,10.840224,11.878743,12.193563,11.829906,11.789279,11.727482,11.667816,11.63671,11.748731,11.645314,11.566535,11.435444,11.383339,11.33588,11.073093,10.868109,13.255215,13.632093,13.166188,13.116511,13.063953,13.019235,12.994438,13.084023,13.029126,12.966331,12.879054,12.775335,12.717247,12.392219,12.205523,10.706347,10.934346,10.634744,10.596658,10.534506,10.468335,10.443619,10.56509,10.457372,10.370548,10.210502,10.192698,10.145297,9.9241629,9.7185755,13.42454,13.83007,13.326855,13.273813,13.224665,13.18438,13.160019,13.237592,13.216281,13.159442,13.087924,12.972637,12.907354,12.558729,12.378544,10.92067,11.181685,10.886756,10.857016,10.794569,10.728528,10.700809,10.825551,10.713457,10.628992,10.47108,10.432651,10.387405,10.169264,9.9367733,13.760273,14.191261,13.654643,13.600608,13.556157,13.520791,13.49788,13.562362,13.591317,13.542836,13.48725,13.352227,13.281779,12.919344,12.729238,10.677227,10.948506,10.683454,10.663074,10.602314,10.535308,10.507262,10.630179,10.515211,10.430685,10.257693,10.201924,10.151193,9.9390697,9.6803751,10.939172,11.21521,10.935321,10.910851,10.848506,10.781599,10.751378,10.873081,10.756441,10.672376,10.505567,10.455203,10.408529,10.193398,9.9416647,11.237944,11.511876,11.177368,11.136248,11.074457,11.01362,10.984353,11.100513,10.99752,10.914855,10.772666,10.738568,10.689234,10.435878,10.234892,14.616886,14.964032,14.499393,14.45187,14.409801,14.375498,14.359589,14.426843,14.523535,14.482857,14.432927,14.232851,14.175397,13.854767,13.533791,10.802094,11.080123,10.815201,10.794144,10.732406,10.665249,10.634919,10.755362,10.637348,10.553226,10.378791,10.321464,10.272398,10.059905,9.7983027,13.123588,13.549026,13.035177,12.978951,12.928851,12.887928,12.860404,12.931608,12.922774,12.86563,12.797618,12.693909,12.624772,12.266827,12.105233,11.949728,12.295574,11.879948,11.826308,11.768373,11.717687,11.686039,11.778195,11.710105,11.637601,11.529271,11.477547,11.417864,11.101873,10.939378,12.161037,12.523368,12.089755,12.035542,11.978471,11.929138,11.897835,11.986946,11.926436,11.856117,11.755342,11.694601,11.633445,11.30921,11.148264,13.261875,13.644929,13.171082,13.120561,13.068633,13.024787,12.999958,13.087199,13.038653,12.976843,12.892684,12.787663,12.727799,12.396932,12.213361,13.084298,13.45268,13.002136,12.953546,12.899101,12.85185,12.825918,12.91974,12.85218,12.786459,12.692028,12.597442,12.541797,12.226698,12.040289,11.424791,11.713901,11.362049,11.31822,11.256981,11.198278,11.168211,11.280334,11.181793,11.100869,10.96594,10.927827,10.876778,10.609418,10.416038,11.52718,11.821569,11.491953,11.45676,11.393594,11.330009,11.298483,11.416012,11.304334,11.222708,11.077765,11.032281,10.98792,10.748743,10.525733,12.272489,12.630206,12.200669,12.149391,12.092003,12.041436,12.011209,12.106015,12.035266,11.963834,11.860526,11.795152,11.736441,11.420174,11.249983,10.423751,10.684752,10.430738,10.41265,10.354629,10.288265,10.26505,10.391672,10.279818,10.19698,10.025329,9.9736986,9.9259377,9.7296324,9.4779425,11.675977,11.98945,11.607625,11.558483,11.498674,11.444027,11.413119,11.516356,11.429625,11.352237,11.229857,11.186457,11.131379,10.839008,10.661705,8.0696392,8.1334248,8.0616732,8.1359978,8.0889826,8.1188049,8.0963211,8.4891634,8.3543615,8.2512121,7.9394569,7.9202719,7.8768964,7.8832364,7.6280866,8.270236,8.3589458,8.243556,8.3072243,8.2626629,8.2013292,8.1889992,8.4238882,8.302002,8.2204847,7.9044781,7.8697925,7.8428373,7.8661132,7.5451236,9.5207338,9.4478884,9.2703762,9.2231579,9.1677856,9.1257381,9.1009884,9.2885971,9.1592045,9.0682268,8.8815889,8.8654947,8.8202734,8.6691484,8.4570189,9.6675282,9.2905331,9.1038942,8.9588575,8.9079523,8.8661995,8.8377438,8.9394064,8.8399687,8.7694283,8.6337214,8.6358538,8.588007,8.3735142,8.2447672,9.0611048,9.1170149,8.9678497,8.9860706,8.9333191,8.8853445,8.8642864,9.0947704,8.9596386,8.8660374,8.6202202,8.6022167,8.5642376,8.5071678,8.2300777,8.2398415,8.3221712,8.2205286,8.2911139,8.2454653,8.2050629,8.1847019,8.4600687,8.3309956,8.2433338,7.9220152,7.8891397,7.8587937,7.8752875,7.5756631,9.8772163,9.7773867,9.5617523,9.4831877,9.4278231,9.3718605,9.3495865,9.4879026,9.3697309,9.2880669,9.1275473,9.1159363,9.0691404,8.8573093,8.6704273,8.5878239,8.6866503,8.5287695,8.5745192,8.5292139,8.434989,8.4460077,8.6388521,8.5220528,8.4441061,8.173769,8.1512928,8.1247454,8.1452503,7.802515,9.0838537,9.1558208,8.9987955,9.0195494,8.9675493,8.906764,8.890111,9.1035585,8.9718351,8.8819828,8.6356812,8.6174908,8.5823889,8.5328484,8.2392321,8.4688988,8.5250301,8.4250412,8.4759045,8.4258852,8.425395,8.4020777,8.7302017,8.5917826,8.489893,8.2057762,8.1870794,8.1446962,8.1275816,7.8672791,6.6930003,6.7813182,6.7304688,6.8159757,6.7881565,6.7519898,6.7376757,6.9503441,6.8637834,6.8091402,6.3578439,6.2530065,6.2406716,6.302753,6.0627961,7.6364846,7.7170563,7.6498742,7.7546191,7.7131534,7.6965957,7.6722579,8.0081692,7.8807144,7.7964768,7.4245701,7.3771205,7.3488803,7.3883929,7.1155734,6.6768818,6.7553983,6.7211123,6.8643231,6.8294163,6.8276348,6.8021998,7.177618,7.0595236,6.9916725,6.550415,6.4696531,6.4499407,6.5103664,6.2888079,7.6002212,7.6924796,7.5696635,7.636044,7.5986967,7.5043974,7.5231986,7.7044187,7.6059384,7.5420351,7.1973457,7.1403837,7.1200438,7.1951084,6.8654366,9.2881594,9.0999746,8.9494638,8.8785944,8.8251286,8.810277,8.7856197,8.9924784,8.8675385,8.7751293,8.6005907,8.5843811,8.5359774,8.39114,8.2124605,9.4582224,9.5092621,9.3211308,9.3124638,9.2578192,9.1908979,9.1766472,9.3620071,9.2321434,9.1437597,8.9320698,8.915534,8.8767471,8.7787457,8.5133419,9.6444187,9.2454462,9.0715647,8.9326191,8.8821669,8.8449688,8.817585,8.9412813,8.836298,8.7610826,8.627634,8.6154127,8.5698957,8.3660336,8.2267447,7.8591413,7.928194,7.8676434,7.9588008,7.913527,7.9484372,7.9253826,8.3422604,8.2086706,8.1076603,7.7773118,7.755239,7.7136889,7.73312,7.4764023,7.6379433,7.7224607,7.6477146,7.7412829,7.7013931,7.6672449,7.6457329,7.93189,7.8123217,7.734117,7.3563685,7.3007388,7.2762742,7.3186641,7.0356722,7.2992187,7.3876591,7.3165393,7.4019361,7.3673258,7.3225675,7.3068981,7.5396957,7.436801,7.3703771,6.9640241,6.8863883,6.867878,6.9216762,6.6429315,8.8740816,8.9221563,8.7909546,8.8174038,8.7650547,8.7353125,8.7120323,8.9767113,8.8386469,8.7407284,8.4844618,8.4663162,8.4258041,8.3791714,8.1133499,6.3938527,6.4848113,6.4262905,6.4942818,6.469769,6.4236116,6.4238877,6.5768113,6.5052667,6.4580626,6.0107312,5.8913789,5.8798256,5.9515181,5.7108068,9.923399,9.9101696,9.6735926,9.6134834,9.5578918,9.4857988,9.4752903,9.6132956,9.4943037,9.413106,9.2475557,9.2350864,9.1893606,9.0009613,8.7976475,8.7638788,8.7960949,8.6770115,8.701313,8.6489916,8.6415205,8.6180382,8.913085,8.7742491,8.6720152,8.4169474,8.4002733,8.355628,8.3077002,8.0598507,9.5523815,9.2783175,9.1086626,9.0072737,8.9561167,8.9227037,8.8975143,9.0564957,8.9401245,8.8571987,8.7036104,8.6886101,8.6426821,8.4585104,8.2934103,7.1175466,7.2086959,7.1170993,7.1867251,7.1544557,7.0822654,7.0894923,7.2623367,7.1745734,7.1172614,6.7215104,6.6369247,6.6200905,6.693337,6.3970437,7.2427454,7.327878,7.2659254,7.3643188,7.3283763,7.2949905,7.2740169,7.5465317,7.4369955,7.3673229,6.953968,6.8789678,6.8592196,6.9118667,6.6476765,6.5367317,6.6192918,6.5788913,6.6874638,6.6545134,6.6318059,6.610096,6.8868089,6.7887006,6.7305956,6.2633548,6.1601648,6.1461296,6.20894,5.9936609,9.1431494,8.9448519,8.8080444,8.7361765,8.6842365,8.6877193,8.6645651,8.8912621,8.769907,8.6765442,8.4991512,8.482873,8.4334793,8.2999687,8.1288357,7.6287742,7.7008781,7.6511574,7.7602906,7.7167964,7.7564883,7.7326436,8.1745434,8.0419979,7.9440308,7.594265,7.5680952,7.528697,7.5597095,7.3041224,8.0354557,8.0909729,8.0282936,8.0881767,8.0420218,8.1039333,8.0848398,8.5029879,8.3761377,8.269949,7.9651279,7.9505649,7.9028831,7.9008217,7.661097,8.8609648,8.8524179,8.7293882,8.7301178,8.6771822,8.6811676,8.6582088,8.9472227,8.8110962,8.708024,8.4739904,8.4584923,8.4102631,8.3379192,8.1133347,8.4482002,8.470686,8.3808107,8.4039764,8.3550196,8.3998327,8.3800983,8.7388821,8.609951,8.5041523,8.2376661,8.2235575,8.1743183,8.1349878,7.9093637,6.8613148,6.9328365,6.9205928,7.0814333,7.0429149,7.1303754,7.1060581,7.6792011,7.5516872,7.4604154,7.0659437,7.0350194,6.9973102,7.0493207,6.8148851,9.671608,9.5356426,9.3467035,9.2732925,9.2182341,9.173151,9.1477966,9.3096075,9.186615,9.1003761,8.9330454,8.9178915,8.8717651,8.6857071,8.4944706,8.6553087,8.7327948,8.607379,8.6548777,8.6056919,8.5579224,8.5384436,8.7896137,8.6571913,8.5663099,8.2826815,8.259325,8.2259283,8.2139158,7.9143891,8.6224003,8.6488533,8.5426893,8.5676584,8.5163116,8.5305815,8.5083485,8.8324089,8.6958799,8.5911293,8.3320923,8.3165894,8.2693253,8.2258759,7.9885616,9.586524,9.5475063,9.3608532,9.3195009,9.2638807,9.2140045,9.1909485,9.3717642,9.2425508,9.1527634,8.9638767,8.9478827,8.9037876,8.753953,8.5319681,8.4350376,8.511363,8.4031181,8.4639997,8.415987,8.3816519,8.3598146,8.641861,8.5081043,8.4155798,8.1139812,8.087944,8.0539665,8.0544672,7.7631145,8.2290897,8.2959995,8.2097301,8.2802773,8.2323198,8.2353544,8.2117395,8.5622196,8.425005,8.3250465,8.0179319,7.9959478,7.955934,7.9587989,7.6921854,8.0161448,8.0884457,8.0129719,8.0995913,8.0535116,8.0586653,8.0345659,8.4018164,8.2660275,8.1687393,7.8416648,7.8153963,7.7777224,7.7948632,7.526053,8.2151966,8.25916,8.1854963,8.2289181,8.1814451,8.2384615,8.2195568,8.6130419,8.4859095,8.3794384,8.0904951,8.0766401,8.0280743,8.0103512,7.7766757,9.0959263,9.0224905,8.8830938,8.8523264,8.7983532,8.7923651,8.7684669,9.0180407,8.8852472,8.7859821,8.5806313,8.5646992,8.5158215,8.4072523,8.2022247,8.9194679,8.8419962,8.7186918,8.6889553,8.637208,8.6556358,8.6338682,8.9114771,8.7835598,8.682971,8.4714832,8.4559479,8.4054756,8.3070116,8.1105366,8.6387949,8.7283468,8.5904779,8.6375446,8.590066,8.520628,8.5109301,8.7288046,8.603919,8.519928,8.2382364,8.2138233,8.1846819,8.185812,7.8605418,9.4165897,9.4229813,9.2490711,9.2311325,9.1760321,9.1269655,9.1046228,9.3054686,9.1724873,9.0801163,8.8711576,8.8547297,8.8125877,8.698595,8.4548473,8.3496065,8.4208832,8.3227034,8.3883581,8.3401642,8.3223829,8.2989817,8.6124754,8.4760942,8.3797922,8.0756721,8.0513554,8.0145292,8.0153408,7.7367091,7.061481,7.1336379,7.1193299,7.2542682,7.215097,7.3134704,7.291183,7.8495274,7.7293401,7.6330543,7.251184,7.2268987,7.1854091,7.2313223,6.9935784,6.7044277,6.7760124,6.7601161,6.9453692,6.9080892,6.9685521,6.9427495,7.4987664,7.3610501,7.2768302,6.8718801,6.8290172,6.7973204,6.8540058,6.6244888,8.2591066,8.3146601,8.2320948,8.2900763,8.2414904,8.2673502,8.2452927,8.6163321,8.4807587,8.3762159,8.0820827,8.0649376,8.0199146,8.0116005,7.7607799,9.4383574,9.3275223,9.1599312,9.1059809,9.0511198,9.0179806,8.9925823,9.1880369,9.0591002,8.9671001,8.7834759,8.7673082,8.7208881,8.5712624,8.3701153,9.0188026,9.1108627,8.9431295,8.9697466,8.9200926,8.8399639,8.8363781,9.0304508,8.9055281,8.8216391,8.5746765,8.5567646,8.5258512,8.4974918,8.1797657,9.5537071,8.9851789,8.8188372,8.6371794,8.5890913,8.5512648,8.5218744,8.6091442,8.5188246,8.4538717,8.3393116,8.3379841,8.2926464,8.1154213,8.0079374,8.1213589,8.2158537,8.0805769,8.140995,8.0990524,8.0083961,8.0185623,8.2165241,8.105814,8.0329275,7.7249804,7.688798,7.6651502,7.7144871,7.3721061,7.219357,7.2956853,7.2526317,7.3906927,7.3509359,7.3656001,7.3395786,7.7625031,7.6309595,7.5463572,7.1539721,7.1053839,7.0757356,7.1245046,6.8749247,9.145359,9.1262341,8.9794073,8.9669056,8.9123793,8.8892345,8.8647757,9.1072855,8.9709005,8.8723516,8.6541996,8.637929,8.5921955,8.4955769,8.2665892,9.1519537,9.1750231,9.0237989,9.0261278,8.9720316,8.9347429,8.9112768,9.1454926,9.0088329,8.9125004,8.6821814,8.6652966,8.6232815,8.5422764,8.2898331,8.8845491,8.9518824,8.8139801,8.8459644,8.7946463,8.7476082,8.7270393,8.9690275,8.8343859,8.7413197,8.478919,8.4592199,8.4230785,8.3872089,8.0994329,9.3528442,9.3404236,9.174511,9.1544209,9.0993385,9.0585299,9.0346165,9.2457457,9.1116896,9.0174484,8.808527,8.7921047,8.7485313,8.6344919,8.3991966,7.9980459,8.084939,7.9884124,8.0646486,8.0222006,7.9727635,7.9557843,8.2109747,8.0902195,8.0098944,7.6658835,7.6219025,7.5960288,7.6286855,7.3221927,8.1169033,8.1924934,8.1068058,8.1878033,8.1416254,8.1278858,8.1040964,8.4350643,8.3004446,8.2064791,7.8812809,7.8521276,7.8173199,7.8332434,7.5542088,9.7764158,9.5692043,9.3718805,9.2718391,9.2175798,9.1710396,9.1446829,9.2809801,9.1659117,9.0852232,8.9341745,8.9222727,8.8751574,8.6587543,8.4900742,8.1529093,8.23174,8.140069,8.2178526,8.1720791,8.1458817,8.1230659,8.4290962,8.2968578,8.2060299,7.8797383,7.8478961,7.8154597,7.8327312,7.5450954,6.3217964,6.3920317,6.3837056,6.6135354,6.5794725,6.6342492,6.6092358,7.2073264,7.0558877,6.9795585,6.5662327,6.5151167,6.4883566,6.5508261,6.336165,7.5864577,7.6554785,7.6183896,7.7133389,7.6710968,7.7504315,7.7302856,8.2122002,8.0891256,7.9860315,7.6435833,7.6256609,7.5806108,7.6060295,7.3622389,6.6953554,6.7700686,6.7443776,6.9179325,6.8821516,6.9064612,6.8804154,7.3505077,7.2176189,7.1416917,6.7213345,6.659965,6.6350474,6.6940928,6.4682779,6.3915763,6.4610949,6.4669957,6.6644735,6.6288295,6.7442327,6.7202678,7.3846345,7.2557025,7.1695423,6.757328,6.7258377,6.6898689,6.7488384,6.5285563,9.3610249,9.2135649,9.0547371,8.9934778,8.9392347,8.9148741,8.8896389,9.0917149,8.9641037,8.8715706,8.6917286,8.6755648,8.6280832,8.4809666,8.2904825,8.4560251,8.4991446,8.404047,8.4450197,8.3948774,8.4143553,8.3923025,8.7382259,8.6018667,8.4968987,8.2210655,8.2050381,8.1588049,8.1330662,7.8881197,7.9890628,8.079668,7.9708371,8.0402851,7.9988561,7.9320836,7.9246807,8.1467791,8.0328741,7.9576516,7.6199927,7.5745454,7.5508447,7.5917387,7.2683587,7.9218593,8.005271,7.9198346,8.0053625,7.9625473,7.9280143,7.9064922,8.196332,8.0707979,7.9868875,7.6361303,7.5931191,7.5652966,7.5969195,7.3052487,7.8884282,7.9670768,7.8911366,7.9852695,7.9412942,7.9271717,7.9030371,8.2408237,8.1090355,8.0191622,7.6719432,7.6353393,7.603476,7.6320772,7.3540864,8.682333,8.6668081,8.5606184,8.5601082,8.5096827,8.5425501,8.5219564,8.8428173,8.7132511,8.609045,8.369051,8.3545275,8.3043795,8.2379503,8.0248671,5.9057608,5.9714212,5.9848952,6.252224,6.219162,6.3310919,6.3071055,7.0630927,6.9047055,6.8265743,6.4156308,6.3806868,6.3498716,6.4136438,6.2087812,8.9180574,8.9998894,8.8509274,8.8832321,8.832942,8.7688637,8.7545929,8.9711103,8.841486,8.753541,8.4931412,8.4732647,8.4406366,8.4123907,8.104085,7.3667679,7.4401288,7.4009318,7.5304852,7.4888234,7.5328031,7.5079823,7.977036,7.8447309,7.7508049,7.3808346,7.3490434,7.3121829,7.3534384,7.102448,6.5183706,6.5992842,6.562593,6.6844134,6.6507788,6.6355968,6.6119776,6.9231982,6.8188224,6.7587585,6.2951555,6.1967645,6.1812701,6.2440124,6.031908,7.2528443,7.3342304,7.2790089,7.393991,7.3558722,7.3382044,7.3138232,7.6434331,7.5234017,7.4476166,7.0403934,6.9749713,6.9515901,7.0023513,6.746201,9.7819214,9.5357485,9.3332729,9.2151728,9.1625233,9.1163311,9.0895243,9.2021055,9.0962124,9.0218048,8.8730059,8.8736677,8.8254118,8.59587,8.4484758,7.5489774,7.6256366,7.5697942,7.6872811,7.645164,7.6532345,7.6278563,8.0234823,7.8909497,7.8014007,7.4328461,7.3931932,7.3608451,7.4000444,7.1378222,9.7823725,9.7724504,9.5574636,9.5103302,9.4545193,9.3890543,9.3733349,9.5300303,9.4055071,9.3203793,9.1421347,9.1269608,9.0829706,8.9176788,8.6972094,8.5419674,8.6058893,8.4970465,8.5484924,8.4985638,8.4791918,8.4558449,8.7561092,8.6183195,8.5201578,8.2345505,8.2136297,8.1747332,8.1593542,7.8857884,9.9764109,9.9015551,9.6698866,9.5874205,9.53265,9.4735699,9.4533033,9.5765266,9.4634008,9.3854551,9.2257175,9.2208443,9.1729946,8.9452505,8.7683916,7.6853123,7.7730908,7.6886387,7.7713933,7.7323685,7.6844592,7.667881,7.9160948,7.8027205,7.7284408,7.3554244,7.2971187,7.2745872,7.3189092,7.0218878,7.3180966,7.3901334,7.3669524,7.480649,7.4406066,7.5326056,7.5119905,8.0335512,7.9139023,7.8139005,7.4500093,7.4295883,7.3862605,7.4231067,7.1814713,9.2220535,9.2560062,9.0968885,9.0988379,9.044754,8.9984665,8.9763155,9.1968765,9.0616713,8.967577,8.7389612,8.7219934,8.6815739,8.5989714,8.338644,6.6312609,6.7219553,6.6652784,6.7407479,6.7143188,6.6731234,6.6651592,6.8456392,6.7649536,6.7125697,6.2675929,6.1566877,6.1441636,6.2093492,5.9633646,8.6248999,8.6948633,8.5765953,8.6249933,8.5751791,8.5406008,8.5184555,8.7920113,8.6562777,8.5615788,8.2781115,8.2559872,8.2198009,8.203887,7.9183307,6.6332922,6.7179728,6.6728425,6.7698579,6.7386351,6.70856,6.6893191,6.9365792,6.8439579,6.7866502,6.3281255,6.2253718,6.212739,6.2749238,6.0487046,7.5835743,7.6739712,7.5827012,7.6584492,7.6213489,7.5607324,7.5525413,7.7668772,7.6622376,7.5938458,7.2187738,7.1539712,7.1337528,7.1866851,6.8801332,7.8254871,7.8891859,7.8386292,7.9158988,7.8715181,7.9403563,7.9206853,8.3680687,8.2423325,8.1372204,7.8146706,7.798646,7.7521505,7.7647128,7.5214405,8.4853582,8.5677271,8.4499445,8.5068827,8.4594469,8.4097786,8.3914948,8.6446142,8.5149574,8.4266987,8.1275787,8.1002178,8.069066,8.0722475,7.7658057,7.8034205,7.8784895,7.8127685,7.9141622,7.8699036,7.8772025,7.8525229,8.2350483,8.1007271,8.0065746,7.6603971,7.6288457,7.5934687,7.6219282,7.354495,14.88923,15.778292,14.691049,14.682879,14.671587,14.663324,14.655957,14.667678,14.655757,14.643867,14.647017,14.50044,14.359143,13.804393,13.651191,14.547961,15.444911,14.372417,14.361259,14.345152,14.330428,14.315665,14.321224,14.302492,14.290575,14.344092,14.203341,14.063272,13.517046,13.373499,15.137419,16.082743,14.914753,14.911677,14.907267,14.904136,14.901447,14.906759,14.900867,14.895819,14.897331,14.742715,14.592283,14.013843,13.866743,13.618272,14.317316,13.537898,13.513535,13.481009,13.454882,13.427405,13.448507,13.452925,13.421495,13.419234,13.302853,13.192641,12.72738,12.578775,14.934571,15.854628,14.72816,14.721504,14.712237,14.705128,14.698428,14.706353,14.694204,14.684863,14.6948,14.546037,14.400237,13.833989,13.68576,14.320742,15.123884,14.175068,14.158352,14.135717,14.118448,14.101319,14.119426,14.101324,14.078831,14.084878,13.953238,13.826316,13.309685,13.155253,14.712746,15.496431,14.537653,14.523449,14.504275,14.48994,14.478022,14.498446,14.498163,14.478829,14.473855,14.333511,14.206806,13.693017,13.525966,14.575463,15.410832,14.406431,14.393114,14.374971,14.361338,14.348453,14.364891,14.349381,14.330992,14.335483,14.197585,14.065161,13.53356,13.377975,14.223642,15.063325,14.080185,14.062059,14.036949,14.014837,13.992875,14.00298,13.974574,13.954273,13.990897,13.859469,13.728183,13.204078,13.057011,15.074823,16.005789,14.858365,14.85395,14.847712,14.843236,14.839353,14.846427,14.838616,14.831738,14.833926,14.681433,14.533361,13.961046,13.812209,14.993738,15.915663,14.783535,14.777655,14.769473,14.763435,14.757991,14.766054,14.755769,14.747193,14.75244,14.602272,14.455912,13.887987,13.738901,14.69153,15.577616,14.506947,14.496264,14.481502,14.469883,14.458504,14.469162,14.450824,14.436652,14.453588,14.31152,14.171688,13.621151,13.471672,14.838145,15.691072,14.64766,14.63752,14.623623,14.613498,14.60485,14.620004,14.609621,14.595019,14.594744,14.450349,14.31406,13.773088,13.61459,15.09428,16.023312,14.876929,14.872759,14.866823,14.862638,14.859124,14.866355,14.859167,14.852468,14.853499,14.700595,14.552617,13.980674,13.831154,15.04831,15.92247,14.840034,14.832685,14.822589,14.815534,14.810163,14.822757,14.813936,14.802776,14.800802,14.65104,14.51042,13.959117,13.800456,13.831163,14.596917,13.730916,13.708704,13.678654,13.655148,13.629579,13.645918,13.61582,13.58732,13.603438,13.482248,13.362412,12.867255,12.719687,15.142899,16.087048,14.920226,14.917276,14.912996,14.910002,14.907472,14.912912,14.907279,14.902294,14.903329,14.748632,14.598302,14.020153,13.872756,13.547184,13.497961,13.51743,13.491179,13.394972,13.370606,13.341146,13.3357,13.093437,13.081816,13.068231,13.077464,13.111993,12.888081,12.773939,13.543368,13.488452,13.509818,13.476466,13.364937,13.337017,13.300482,13.297644,12.978167,12.96201,12.944017,12.955256,12.994048,12.758756,12.625011,13.493744,13.441913,13.46433,13.446155,13.356284,13.331615,13.308979,13.296189,13.105375,13.098081,13.091555,13.09766,13.131655,12.865247,12.753904,13.273727,13.209675,13.233227,13.184444,13.046783,13.011152,12.961788,12.966016,12.587802,12.562812,12.536322,12.552104,12.599084,12.354307,12.180503,13.21932,13.154205,13.18127,13.144887,13.021786,12.991359,12.951365,12.948352,12.649907,12.633386,12.613862,12.626795,12.673451,12.42411,12.267221,13.754637,13.723137,13.735259,13.722239,13.663123,13.646491,13.631173,13.623265,13.500731,13.495852,13.491192,13.495788,13.517062,13.339062,13.272862,13.538339,13.491268,13.509907,13.48757,13.399141,13.376227,13.350757,13.343537,13.143312,13.134216,13.123835,13.131831,13.164377,12.942101,12.837132,13.846147,13.823345,13.831645,13.820205,13.774596,13.762239,13.749369,13.744784,13.6398,13.635086,13.630226,13.634208,13.650007,13.524035,13.474777,13.848596,13.81347,13.828679,13.809862,13.737303,13.719011,13.696548,13.691166,13.460114,13.450757,13.439252,13.445872,13.470989,13.287887,13.205098,13.237592,13.173466,13.201705,13.17455,13.064178,13.036444,13.004367,12.995637,12.74333,12.732208,12.719149,12.728956,12.773032,12.511467,12.368664,15.615533,15.506041,15.548484,15.38902,15.312733,15.282466,14.890276,14.874744,14.340027,14.269145,14.309232,14.389935,14.474813,14.058933,13.767759,7.5539145,7.4375787,7.5525808,7.549572,7.5411487,7.5345068,7.523068,7.5178719,7.0770745,7.0764422,7.0956035,7.0944977,7.19453,7.610795,7.3200655,17.368601,17.232697,17.307186,17.203424,17.159546,17.134609,16.540216,16.530811,15.902409,15.858146,15.91072,16.058241,16.156103,15.676517,15.359081,22.317131,22.211367,22.226595,22.09878,22.061352,22.036531,20.873085,20.858665,20.189659,20.135212,20.148844,20.463816,20.536486,20.001169,19.760817,15.112774,15.034451,15.015882,14.772464,14.64918,14.612367,14.305249,14.274347,13.821222,13.70991,13.728592,13.769908,13.83602,13.468459,13.21589,16.759214,16.678747,16.621042,16.387079,16.290236,16.25765,15.814691,15.762881,15.277575,15.15976,15.171961,15.245993,15.30832,14.888967,14.640085,7.6744094,7.5565042,7.6731935,7.6691933,7.6610131,7.655313,7.638133,7.6343489,7.1857972,7.1844077,7.2097273,7.2089348,7.3094683,7.7205091,7.4263158,22.213419,22.121273,22.096821,21.946764,21.902044,21.875938,20.752415,20.72086,20.081434,20.009697,20.017155,20.31082,20.373404,19.823641,19.596237,6.961987,6.849823,6.9616108,6.9604454,6.9576416,6.9554658,6.9511876,6.9497848,6.5235801,6.5235162,6.5319772,6.5311174,6.630578,7.1691422,6.8864412,16.252039,16.114447,16.241039,16.194946,16.177149,16.166533,15.660613,15.65577,15.003342,14.978971,15.070448,15.194438,15.292847,14.85638,14.510164,15.637814,15.491168,15.608702,15.553549,15.525972,15.507997,15.049393,15.041254,14.396937,14.37136,14.456397,14.565567,14.67009,14.277934,13.928872,9.4968281,9.3647089,9.4880877,9.4720201,9.4545755,9.4447212,9.3678856,9.3624849,8.8536215,8.8450603,8.9052963,8.9153614,9.021594,9.1817236,8.8604774,8.8922014,8.7671604,8.8874054,8.8737497,8.8562965,8.8468666,8.7948818,8.7898531,8.3044729,8.2969103,8.3456612,8.3502655,8.4537859,8.685955,8.3743649,9.711895,9.5833788,9.7101793,9.6976557,9.6807642,9.6712027,9.5967922,9.5912113,9.0861626,9.0789757,9.1355076,9.1446266,9.2474136,9.3504276,9.029295,12.592394,12.461346,12.567722,12.504226,12.45939,12.438101,12.2286,12.220769,11.674919,11.646246,11.712568,11.753005,11.854565,11.652907,11.324966,8.5316687,8.4100943,8.5294199,8.5222387,8.5069456,8.4964762,8.4655075,8.4584198,7.9924126,7.9889717,8.0218849,8.0230665,8.1242905,8.3722038,8.0684938,19.001577,18.931356,18.785412,18.659912,18.596909,18.57074,17.909893,17.793575,17.2547,17.151957,17.15449,17.295599,17.343025,16.934189,16.682112,11.258237,11.119343,11.249772,11.226589,11.20667,11.195423,11.041819,11.035854,10.480474,10.468,10.545461,10.572536,10.679106,10.626493,10.287175,10.899018,10.772882,10.901285,10.885096,10.865534,10.857489,10.74703,10.743053,10.223227,10.211454,10.268255,10.289253,10.390023,10.317774,9.9896812,7.9078436,7.7873797,7.9046474,7.898715,7.8893189,7.8834677,7.8588219,7.8551521,7.3967452,7.3936906,7.4264202,7.4272385,7.5293846,7.9096966,7.611155,15.247443,15.119989,15.260178,15.233828,15.230387,15.235023,14.834657,14.840815,14.220061,14.198866,14.286522,14.385856,14.483445,14.073472,13.729004,10.924233,11.108297,10.684093,10.626226,10.584245,10.539741,10.500507,10.614665,10.438949,10.327269,10.331045,10.273996,10.194072,9.8911343,9.7406969,11.278023,11.659409,11.132064,11.080616,11.038255,10.9858,10.934464,10.999411,10.853693,10.765279,10.891809,10.819169,10.732867,10.414943,10.273856,9.2411652,9.2109299,8.9509516,8.9237614,8.8803921,8.8346281,8.8005238,8.9755821,8.683917,8.511529,8.4402161,8.4019127,8.326354,8.2022133,8.0512762,11.359406,11.690778,11.180986,11.121085,11.08058,11.033324,10.988521,11.065937,10.92603,10.837433,10.918756,10.848738,10.763903,10.421221,10.276848,9.9612494,9.7892618,9.5282574,9.4393864,9.3991432,9.3667622,9.338459,9.4880247,9.3165464,9.2017164,9.1335945,9.1006012,9.0347252,8.7905598,8.6536131,8.316843,8.1793919,8.0006332,7.9806619,7.9427743,7.9086113,7.8900981,8.0920143,7.7957835,7.6232791,7.5256419,7.5015874,7.4378743,7.3879166,7.2507586,9.4640493,9.4461927,9.1797981,9.1467009,9.1032791,9.0608425,9.0303879,9.206007,8.9429932,8.7832193,8.7140245,8.6779308,8.6038532,8.4621811,8.3081808,8.3280001,8.2289934,7.9934425,7.9756436,7.9429502,7.9052691,7.8600631,8.030509,7.684413,7.4975524,7.3935313,7.3404899,7.2801428,7.2012019,7.1245246,8.8075762,8.7304859,8.4973202,8.475976,8.4337234,8.3867378,8.3504839,8.5287428,8.2070675,8.0217476,7.9399085,7.9017925,7.825685,7.7263627,7.580512,10.948084,11.299076,10.800902,10.758098,10.715183,10.661018,10.60756,10.678917,10.508034,10.407488,10.531918,10.462211,10.379375,10.100954,9.9670238,9.8623209,9.8764467,9.580759,9.5383701,9.4947767,9.4532528,9.4216852,9.5862961,9.3519907,9.2060604,9.1461325,9.1070499,9.0324354,8.8485537,8.6936073,9.3331413,9.2346954,9.0072937,8.9603539,8.9181347,8.8857527,8.8615885,9.0475321,8.8205757,8.6758633,8.5900164,8.5608225,8.4911108,8.3544712,8.2051029,10.829031,11.211352,10.711464,10.670806,10.626554,10.569657,10.516014,10.577638,10.419542,10.326463,10.493609,10.424576,10.345565,10.076841,9.9502316,8.0275726,7.870975,7.6962361,7.6816287,7.6424923,7.5986004,7.5683551,7.7562771,7.4171357,7.2241998,7.1366992,7.1053152,7.0294566,6.9687409,6.8234372,9.9621162,10.026671,9.6986895,9.6625595,9.6191387,9.5733137,9.5357428,9.6899481,9.435894,9.2829084,9.2352457,9.1884632,9.1114197,8.9277678,8.7781801,10.816997,10.902126,10.514849,10.442366,10.401175,10.359965,10.323686,10.442264,10.277539,10.170106,10.151502,10.100238,10.024577,9.7000055,9.5537014,10.310086,10.502929,10.088096,10.053959,10.013494,9.9649553,9.9158411,10.031007,9.789547,9.6510992,9.6724434,9.6082878,9.531208,9.3181562,9.1969194,11.449934,11.779869,11.264737,11.196717,11.158065,11.112986,11.069478,11.140107,11.016527,10.936412,11.021687,10.950263,10.866157,10.495358,10.354592,10.100788,10.0559,9.7605352,9.6943455,9.6521044,9.6150684,9.584568,9.7375507,9.5452957,9.4200163,9.3598213,9.3217964,9.2506418,9.0123577,8.8642616,8.4736996,8.36975,8.1388578,8.1188278,8.0824184,8.0417442,7.9995141,8.1754551,7.8354435,7.6479526,7.5406151,7.4920306,7.4275093,7.3479376,7.2506437,8.8034859,8.6976271,8.4945526,8.465661,8.4246531,8.3897734,8.3678112,8.5646687,8.2946815,8.1316843,8.0422297,8.0153532,7.9473505,7.8647685,7.7192092,10.957482,10.973644,10.584945,10.48963,10.450485,10.410979,10.37454,10.476947,10.336919,10.243955,10.230295,10.178852,10.106277,9.7236643,9.5886059,8.395606,8.2691669,8.0809164,8.0610218,8.0219336,7.9832425,7.9606948,8.1577873,7.8523426,7.6750717,7.5840096,7.5573893,7.4901714,7.4274716,7.2862597,11.063583,11.227526,10.797387,10.727653,10.686792,10.643886,10.605216,10.710707,10.554669,10.453425,10.459043,10.401337,10.322628,9.9803286,9.8338099,11.551687,11.768724,11.272927,11.181551,11.144031,11.101909,11.060369,11.128122,11.016212,10.941766,10.989258,10.920553,10.840167,10.403975,10.27078,9.9742527,9.9658871,9.6711798,9.6188622,9.5757408,9.5367289,9.5061026,9.667038,9.453517,9.3174143,9.2562475,9.2179937,9.1448832,8.937849,8.7850018,10.637081,10.72438,10.352787,10.290209,10.248022,10.20622,10.170549,10.300506,10.118257,10.000881,9.9739017,9.9248419,9.8487005,9.5611296,9.4107084,10.459387,10.64639,10.233143,10.194772,10.153531,10.105835,10.059863,10.179573,9.9486046,9.813015,9.8211517,9.7594862,9.6805925,9.4533997,9.3206396,10.814136,11.034102,10.599203,10.552647,10.510276,10.462906,10.42004,10.533271,10.335514,10.214543,10.231764,10.171334,10.089909,9.8217087,9.6748734,10.470444,10.368616,10.049853,9.9540272,9.9144516,9.8782177,9.8460464,9.9714346,9.8159199,9.712266,9.6671515,9.6256742,9.5575371,9.2357006,9.100544,10.457567,10.572532,10.204295,10.156402,10.113214,10.068827,10.031864,10.170137,9.9595442,9.8280401,9.8004045,9.7508373,9.6728153,9.4300566,9.2766514,9.2153921,9.0523396,8.8506193,8.7928495,8.7516727,8.7269936,8.7060986,8.8969917,8.6917963,8.5562887,8.4605846,8.4350634,8.3675985,8.2393093,8.0945148,10.935249,11.14406,10.709708,10.655794,10.613632,10.567972,10.527439,10.639466,10.459326,10.346107,10.358354,10.299487,10.218496,9.9239559,9.7737017,16.091433,15.999472,15.927046,15.895288,15.524549,15.464439,15.355367,15.326902,15.124395,15.091801,15.025311,15.066496,15.064659,14.453874,14.396698,18.487423,18.491735,18.361622,18.12348,17.815979,17.731707,17.232086,17.330635,16.98164,16.857988,16.722208,16.899466,16.94109,16.575537,16.474176,15.519574,15.063166,14.842569,14.832872,13.625925,13.611993,13.580367,13.569379,13.037847,13.030845,12.853433,12.860693,12.857605,12.661667,12.642726,18.972654,18.812647,18.666679,18.525688,17.956186,17.906998,17.463987,17.477633,17.068108,16.99221,16.899353,17.028807,17.028959,16.596016,16.52504,18.387953,18.453478,18.333033,18.097387,17.890949,17.798016,17.270716,17.413029,17.076935,16.950104,16.799673,17.008032,17.069075,16.740606,16.631414,17.271614,17.215881,17.09037,16.926691,16.516586,16.444647,16.13623,16.184977,15.871776,15.779426,15.654427,15.763328,15.784638,15.377588,15.286549,18.387455,18.540226,18.436306,18.23254,18.161526,18.067438,17.494547,17.70368,17.377888,17.261435,17.10206,17.366673,17.462091,17.192192,17.079332,19.290192,19.186079,19.041862,18.841997,18.372793,18.31119,17.785263,17.825506,17.42551,17.325632,17.219341,17.380085,17.39327,16.985199,16.90365,17.776661,17.641323,17.510921,17.387497,16.858534,16.80323,16.492014,16.505157,16.154274,16.084326,15.979503,16.076574,16.08004,15.62248,15.550812,15.688104,15.662659,15.583483,15.543942,15.28869,15.222957,15.098977,15.117231,14.917723,14.856352,14.763397,14.828176,14.833998,14.448685,14.371052,15.942095,15.865052,15.811485,15.794306,15.469075,15.400892,15.331306,15.281352,15.124846,15.104424,15.05495,15.081422,15.07886,14.316297,14.256702,17.861376,17.752234,17.620132,17.470835,16.982201,16.921492,16.579859,16.607393,16.259163,16.177259,16.066555,16.175554,16.184879,15.751269,15.672654,17.54903,17.37071,17.24099,17.156471,16.547525,16.499172,16.246719,16.240393,15.881473,15.830712,15.726003,15.802967,15.800456,15.29668,15.234599,16.672993,16.523506,16.435965,16.409958,15.864656,15.769417,15.690965,15.611725,15.371988,15.352035,15.275127,15.299468,15.295595,14.233534,14.153133,17.139444,17.241705,17.125546,16.915623,16.721601,16.62644,16.242477,16.394138,16.102785,15.981867,15.815528,15.993533,16.076897,15.768042,15.64986,15.715262,15.673427,15.599938,15.57517,15.309708,15.249026,15.130068,15.136059,14.943983,14.891593,14.812322,14.873096,14.875802,14.458802,14.392241,15.69115,15.663537,15.576859,15.514215,15.231377,15.161987,15.022163,15.044771,14.83454,14.768905,14.668354,14.735052,14.743628,14.347703,14.264853,16.203508,16.120415,16.034311,15.979465,15.605791,15.545513,15.397096,15.39109,15.161571,15.112756,15.030329,15.087608,15.088866,14.581878,14.517796,16.99189,17.047979,16.926456,16.723495,16.457298,16.366295,16.024981,16.140514,15.849096,15.73299,15.574282,15.721696,15.785653,15.450221,15.335684,16.469509,16.339794,16.249166,16.206573,15.729133,15.666361,15.538664,15.505642,15.254638,15.221413,15.140878,15.18408,15.181555,14.517977,14.456783,16.010466,15.950893,15.864653,15.804512,15.471042,15.407598,15.258034,15.265059,15.043523,14.986699,14.897438,14.960187,14.964634,14.510268,14.439514,16.273548,16.204235,16.108465,16.028334,15.656092,15.591482,15.416504,15.427294,15.182451,15.120897,15.024225,15.092082,15.098037,14.637367,14.563399,16.224367,16.20187,16.091917,15.963739,15.621575,15.543542,15.333575,15.380047,15.123864,15.038927,14.911125,14.997501,15.020465,14.626061,14.528244,15.410937,14.927119,14.695039,14.686107,13.430135,13.424485,13.392411,13.389809,12.835073,12.828093,12.638952,12.645254,12.641863,12.541351,12.529821,16.261673,16.214249,16.110701,16.005125,15.645927,15.574839,15.380276,15.408953,15.156624,15.082674,14.97052,15.047832,15.06109,14.637328,14.551371,17.554169,17.562315,17.434944,17.224989,16.901356,16.81769,16.43413,16.526875,16.209461,16.095274,15.952021,16.097736,16.14197,15.778365,15.673859,17.140356,17.043098,16.923899,16.801476,16.343029,16.280174,16.018848,16.039286,15.730528,15.657449,15.548602,15.636852,15.645056,15.193429,15.115958,16.602198,16.63553,16.514557,16.332966,16.033014,15.944068,15.660682,15.753006,15.474993,15.367175,15.212053,15.334192,15.387517,15.039233,14.925562,16.326857,16.231474,16.142714,16.086781,15.685217,15.625525,15.473948,15.463467,15.224298,15.177823,15.095304,15.151213,15.151558,14.620409,14.557502,16.13759,15.773385,15.5892,15.564761,14.537519,14.498987,14.436556,14.406584,13.947411,13.933146,13.776731,13.793039,13.789154,13.3276,13.287354,15.177725,14.678618,14.441248,14.437188,13.153618,13.149812,13.132497,13.130276,12.568959,12.564759,12.376759,12.379333,12.376722,12.30512,12.297114,16.218512,16.342043,16.226671,16.039684,15.843266,15.743073,15.468497,15.610378,15.353878,15.23697,15.054488,15.201228,15.303107,15.010376,14.881477,16.673454,16.595407,16.486341,16.378466,15.964787,15.899106,15.680406,15.699925,15.42253,15.352439,15.245585,15.324582,15.333451,14.881869,14.80324,17.21134,17.138231,17.015011,16.867748,16.437401,16.369198,16.08042,16.117336,15.805958,15.721207,15.602805,15.702848,15.718281,15.294893,15.209163,17.462784,17.442316,17.314087,17.120075,16.755028,16.676266,16.321756,16.395145,16.077364,15.971157,15.835013,15.964835,15.998961,15.618432,15.51897,16.446884,16.089243,15.905292,15.877501,14.866645,14.838611,14.738103,14.720123,14.249598,14.232107,14.078894,14.108877,14.105459,13.720236,13.68283,16.396189,16.472734,16.353828,16.16754,15.917117,15.821854,15.542951,15.658557,15.391596,15.278345,15.109065,15.242066,15.316836,14.996177,14.873905,16.68672,16.642324,16.526159,16.386072,16.003368,15.929461,15.682265,15.725767,15.443763,15.35805,15.233872,15.327159,15.347495,14.938025,14.845763,17.039364,16.911394,16.797503,16.708094,16.208305,16.151218,15.928958,15.928556,15.622686,15.565987,15.467143,15.540043,15.54134,15.038502,14.971292,16.773378,16.569355,16.459707,16.438238,15.747386,15.647307,15.584138,15.495277,15.20469,15.19052,15.096253,15.116014,15.113712,13.986213,13.901887,15.636384,15.181377,14.960259,14.946193,13.743395,13.731316,13.687828,13.680371,13.145515,13.136018,12.952641,12.962308,12.958493,12.783134,12.764894,15.568549,15.511446,15.463826,15.457719,15.205662,15.152719,15.081701,15.0524,14.914041,14.890116,14.845218,14.877951,14.87597,14.32357,14.276462,15.414557,14.918398,14.679638,14.670353,13.390671,13.38755,13.352355,13.351874,12.786066,12.779865,12.59356,12.60248,12.600152,12.533877,12.525356,15.673498,15.239555,15.027774,15.016571,13.85085,13.831479,13.793222,13.777196,13.262059,13.254357,13.087501,13.098302,13.095868,12.833559,12.809178,15.826549,15.803025,15.705936,15.613809,15.305538,15.231018,15.067075,15.100022,14.873,14.798768,14.684443,14.757356,14.7718,14.376242,14.284628,15.827033,15.759026,15.691918,15.670347,15.365911,15.309018,15.201312,15.185441,15.001247,14.963314,14.898845,14.94631,14.945398,14.431988,14.37655,16.054632,15.969522,15.89541,15.861155,15.505066,15.446309,15.328555,15.308007,15.103664,15.066416,14.997355,15.043479,15.042333,14.481422,14.423909,16.529976,16.412121,16.317129,16.26022,15.805101,15.746087,15.589359,15.572289,15.313028,15.270062,15.185,15.239186,15.238208,14.669689,14.607822,18.394802,18.322489,18.185188,17.986855,17.555031,17.486561,17.052074,17.104753,16.743481,16.64098,16.521959,16.662819,16.683161,16.280621,16.192961,17.639765,17.583733,17.453512,17.273134,16.860249,16.788404,16.435827,16.490145,16.160576,16.062559,15.936971,16.05834,16.081364,15.680056,15.588662,18.693947,18.645855,18.50886,18.286226,17.89687,17.82303,17.333632,17.400961,17.035284,16.922224,16.800394,16.961214,16.988476,16.598114,16.506403,16.801575,16.687569,16.618914,16.592165,16.121887,15.998783,15.942057,15.833765,15.648786,15.630381,15.572614,15.588902,15.584727,14.243655,14.153336,17.706882,17.442411,17.287483,17.227898,16.424467,16.393774,16.154999,16.146191,15.711917,15.67559,15.54601,15.616549,15.610129,15.163154,15.111797,19.17066,19.038033,18.892462,18.720104,18.201082,18.145855,17.656506,17.683319,17.277575,17.189236,17.088932,17.235346,17.241728,16.823017,16.746584,18.310345,18.210329,18.072838,17.898331,17.423527,17.360956,16.956852,16.994221,16.629492,16.53776,16.425091,16.552774,16.565697,16.148121,16.066221,16.798176,16.607433,16.490015,16.443386,15.809901,15.751278,15.609387,15.5755,15.254877,15.223642,15.121727,15.166029,15.162485,14.504704,14.444187,15.747131,15.691012,15.621266,15.601007,15.317704,15.259979,15.145943,15.140585,14.953583,14.908848,14.837849,14.892444,14.892859,14.432817,14.373438,15.57054,15.517802,15.461343,15.470236,15.22861,15.175697,15.087101,15.072021,14.915089,14.880255,14.824789,14.873015,14.871058,14.404755,14.354777,16.710928,16.706303,16.585369,16.416607,16.073469,15.991145,15.715626,15.785823,15.501596,15.401806,15.260172,15.370369,15.407073,15.032527,14.927833,16.439737,16.147417,15.999383,15.983669,15.095392,15.020801,14.973672,14.905681,14.526999,14.517097,14.392684,14.407166,14.405044,13.540453,13.473661,17.439337,17.485794,17.362396,17.146755,16.877609,16.788284,16.396099,16.512974,16.204687,16.085455,15.932446,16.092609,16.151115,15.809329,15.69864,17.882734,17.835796,17.703388,17.507292,17.108103,17.034481,16.646048,16.708616,16.370909,16.266651,16.139088,16.272398,16.298937,15.905603,15.812319,12.7307,13.036215,12.990744,12.912458,12.112597,11.425453,11.370804,11.465699,11.228728,11.020335,10.89674,10.929404,10.354013,10.139584,9.6871004,13.531116,14.17857,14.141176,14.115586,13.753733,12.409859,12.419957,12.599367,12.507458,11.950028,11.789557,11.837121,10.510554,10.261792,9.5121584,12.451341,12.754352,12.725399,12.710777,11.786667,11.125727,11.084302,11.243594,11.01548,10.573638,10.402398,10.45457,9.9094601,9.7694035,9.2438717,14.058325,15.411991,15.369639,15.32583,15.221205,12.412607,12.549395,12.661667,12.857,12.582784,12.475871,12.508284,9.4139242,9.02773,8.2547054,13.323852,13.656032,13.623929,13.615242,12.96166,12.250377,12.208745,12.430829,12.188492,11.364994,11.187996,11.239279,10.633897,10.477216,9.910367,15.207976,15.702173,15.663287,15.660682,15.391201,14.371848,14.368068,14.706605,14.463808,12.816561,12.662294,12.707704,11.787105,11.57445,10.886232,12.795626,12.915347,12.860623,12.74819,11.935878,11.576788,11.494963,11.550902,11.238029,11.099999,11.023308,11.037608,10.806687,10.57772,10.248527,12.495275,12.560617,12.50493,12.377416,11.175358,10.916327,10.829278,10.87336,10.529353,10.408195,10.344717,10.354197,10.27206,10.071686,9.8068838,13.404744,14.209786,14.161366,14.096087,13.778212,12.090512,12.126514,12.215745,12.181088,11.988901,11.891023,11.9179,10.130708,9.809063,9.2269506,13.428544,14.343778,14.298682,14.244441,14.005048,12.101418,12.162442,12.249745,12.269728,12.090944,11.999275,12.026458,9.9210148,9.5799484,8.9705305,15.335617,16.295515,16.260727,16.259417,16.240187,14.318727,14.416924,14.714513,14.732847,13.384137,13.246188,13.292097,11.381202,11.069075,9.8791704,14.30938,15.187166,15.150794,15.136412,14.965549,13.169902,13.231318,13.451338,13.447628,12.614269,12.461975,12.509186,10.69047,10.394619,9.4834604,13.753846,14.772122,14.734254,14.698498,14.479916,12.363628,12.440825,12.576342,12.64199,12.29628,12.162789,12.20276,9.9338474,9.598362,8.8049011,13.936588,14.576443,14.539336,14.522314,14.214102,12.895909,12.908634,13.127503,13.019612,12.211614,12.050191,12.098749,10.81811,10.574141,9.7949142,11.547467,11.562023,11.517092,11.407377,9.3028736,9.1625319,9.0969191,9.1332693,8.7688484,8.6953802,8.6613169,8.6631804,8.7547522,8.6526031,8.4700489,12.872135,13.034401,12.981058,12.884834,12.277861,11.848733,11.774813,11.836952,11.548657,11.405063,11.323164,11.340681,11.006415,10.769675,10.392173,12.046768,12.243191,12.209756,12.139504,10.760815,10.311579,10.259206,10.340201,10.049866,9.896656,9.8035126,9.838604,9.5544968,9.4043798,9.0526705,13.880416,14.80757,14.771566,14.748131,14.534205,12.619027,12.683145,12.855783,12.884475,12.35193,12.202078,12.24767,10.246078,9.9361801,9.0836115,12.983513,13.389098,13.34016,13.261137,12.646324,11.759302,11.719224,11.815875,11.619744,11.402513,11.282159,11.312825,10.50321,10.258379,9.7554083,17.108589,17.489288,17.456833,17.477774,17.464256,16.795965,16.825912,17.248196,16.987185,14.864636,14.744139,14.784812,14.219086,14.066189,11.10722,12.269554,12.310784,12.257203,12.132343,10.713861,10.501842,10.418256,10.458212,10.101872,9.9959955,9.9438171,9.9509306,9.9332323,9.7582541,9.5205431,16.47765,17.022379,16.992037,17.009712,17.014923,16.018522,16.081171,16.408531,16.293661,14.765778,14.638556,14.679446,13.766176,13.560966,9.9328289,14.812101,16.509836,16.47961,16.464935,16.568758,13.040254,13.263707,13.422385,13.812556,13.282461,13.152704,13.193635,9.1793737,8.7324162,7.7101564,13.863007,15.158962,15.119993,15.073798,14.957433,12.242697,12.376922,12.465705,12.65043,12.46926,12.382549,12.411609,9.2638063,8.8589716,8.246397,12.88564,13.077954,13.023758,12.922976,12.265198,11.777459,11.706463,11.771041,11.491569,11.340854,11.255793,11.273661,10.885822,10.646208,10.26285,13.25972,13.884688,13.833962,13.759851,13.335661,12.012243,12.012271,12.104544,11.993635,11.788118,11.681525,11.708966,10.386981,10.098098,9.539753,11.656371,11.664302,11.619678,11.509126,9.5103779,9.3826408,9.3172894,9.3553591,8.9887791,8.9152679,8.8785791,8.8797226,8.9751749,8.8646803,8.6837244,12.791499,12.834042,12.781816,12.667815,11.836263,11.606417,11.516809,11.562808,11.218279,11.099523,11.035093,11.0462,10.950962,10.727191,10.445601,13.113544,13.665925,13.623665,13.571691,13.064304,11.895536,11.883566,12.009504,11.877438,11.576268,11.435302,11.475241,10.342951,10.095394,9.4730492,13.100656,13.637942,13.598194,13.555459,13.045021,11.909863,11.896516,12.03608,11.900916,11.548192,11.396519,11.440013,10.346178,10.110905,9.4697256,13.035638,13.421082,13.368209,13.281787,12.757159,11.905113,11.865274,11.943933,11.741543,11.566525,11.469961,11.492867,10.692582,10.431026,9.9571981,12.764334,13.00623,12.955914,12.860038,12.034548,11.462157,11.39442,11.475623,11.212181,11.027763,10.913852,10.940094,10.493041,10.27043,9.8679209,12.738467,12.867364,12.811191,12.690191,11.755337,11.381135,11.297215,11.353849,11.041099,10.895168,10.811424,10.82604,10.599162,10.373034,10.052378,12.733598,13.11861,13.079824,13.029382,12.297951,11.462234,11.423667,11.545982,11.346948,11.063243,10.916261,10.958552,10.213239,10.011863,9.4735823,12.737826,12.903426,12.849072,12.735079,11.818954,11.383002,11.302525,11.368302,11.071634,10.910442,10.810692,10.829923,10.539282,10.314842,9.9698505,14.639522,16.349924,16.326372,16.314707,16.404272,12.816672,13.0426,13.185517,13.595592,13.183155,13.056621,13.097745,8.8648195,8.4065971,7.4930568,11.570585,11.591399,11.539007,11.416756,9.2829762,9.1155405,9.0375767,9.0646591,8.6981468,8.6167164,8.5843925,8.5908995,8.672514,8.5643301,8.3777819,17.390547,17.810312,17.781315,17.803236,17.797834,17.059792,17.095236,17.610209,17.280092,14.605921,14.488558,14.528632,13.903738,13.744811,11.865153,12.597054,12.759521,12.708792,12.601831,11.581455,11.160132,11.080868,11.149953,10.850922,10.688639,10.579836,10.602395,10.338578,10.131115,9.7917004,12.88308,13.092085,13.037183,12.930932,12.205358,11.684335,11.613273,11.680291,11.404382,11.245102,11.15452,11.173064,10.763125,10.522991,10.141034,12.704767,13.048415,13.006453,12.941092,12.155067,11.397706,11.35116,11.456968,11.236875,11.003489,10.871134,10.908481,10.254432,10.047433,9.5583506,12.565907,12.654644,12.598179,12.467968,11.318042,11.018947,10.930076,10.977998,10.644024,10.50886,10.429751,10.441998,10.320384,10.109498,9.8309288,13.10341,13.571543,13.520363,13.438999,12.90877,11.895708,11.86688,11.958028,11.785662,11.580804,11.469995,11.497542,10.537428,10.273123,9.7585926,15.960056,16.742134,16.708828,16.716019,16.710924,15.193396,15.272552,15.645581,15.555417,13.75415,13.623255,13.667852,12.231139,11.965555,10.612915,15.463277,17.113592,17.082432,17.080566,17.258024,13.872256,14.110063,14.323628,14.7072,13.798913,13.671888,13.714652,9.9779167,9.5219059,8.1170692,12.131265,12.170732,12.115831,11.984117,10.391203,10.184106,10.097794,10.130718,9.7706738,9.6662045,9.6167192,9.6242924,9.6325359,9.466855,9.2447138,13.4681,14.299576,14.250083,14.184748,13.852401,12.116492,12.153153,12.252223,12.221726,11.99729,11.888196,11.917295,10.129936,9.8160553,9.1965809,12.807098,12.885387,12.832209,12.721658,11.940123,11.652218,11.566267,11.61755,11.289309,11.161544,11.090875,11.103958,10.942562,10.715217,10.406052,13.433277,14.128098,14.089786,14.056825,13.691061,12.244104,12.261008,12.41794,12.348042,11.911982,11.758775,11.803869,10.348726,10.084085,9.3464832,15.878553,16.883282,16.850271,16.858578,16.921368,14.953081,15.083705,15.392643,15.454296,14.025365,13.89608,13.939712,11.991118,11.669936,9.6947222,12.960988,13.2688,13.215434,13.11941,12.469529,11.764382,11.707971,11.786872,11.550913,11.369867,11.266828,11.29007,10.676867,10.428854,9.9921017,12.92426,13.169088,13.115105,13.018947,12.407244,11.823029,11.760177,11.82942,11.5715,11.413033,11.32377,11.343322,10.845792,10.600559,10.188337,13.109624,13.601495,13.551711,13.475022,12.947461,11.889905,11.864947,11.961975,11.799416,11.580781,11.46415,11.49401,10.487767,10.225497,9.690649,12.9287,13.179315,13.125044,13.025779,12.379452,11.782083,11.718756,11.789068,11.531628,11.368987,11.277283,11.297111,10.792954,10.547295,10.137937,14.174246,15.387126,15.354372,15.334394,15.237958,12.72451,12.84577,13.008378,13.168059,12.674959,12.53394,12.577767,9.8272209,9.4594784,8.5500469,14.785832,15.746588,15.71086,15.702182,15.613481,13.661359,13.746845,13.997314,14.023972,12.976665,12.830807,12.877408,10.903499,10.590122,9.579196,16.124531,16.9289,16.897022,16.909805,16.949282,15.412666,15.515274,15.833114,15.818719,14.349587,14.220821,14.263414,12.786604,12.511748,9.8068123,16.230764,16.785439,16.750162,16.751295,16.660498,15.577574,15.60242,16.041391,15.788894,13.570333,13.443592,13.486731,12.517144,12.30239,11.407982,12.68504,12.783856,12.728023,12.60603,11.622521,11.301518,11.216118,11.267609,10.941661,10.807457,10.733754,10.746067,10.577114,10.357701,10.056746,14.295253,15.768937,15.740474,15.71996,15.701187,12.620308,12.792792,12.929084,13.213951,12.853916,12.726983,12.767132,9.2248344,8.8059492,7.9371715,15.947117,16.445841,16.408392,16.407127,16.212259,15.190541,15.197479,15.60153,15.323919,13.245156,13.107198,13.150234,12.241804,12.028713,11.328879,13.445191,14.242942,14.197764,14.142783,13.797483,12.133102,12.16449,12.280279,12.242674,11.970323,11.846214,11.881202,10.175348,9.8745356,9.1977806,13.309891,13.989121,13.940891,13.875153,13.463928,12.036079,12.044901,12.14991,12.061434,11.82171,11.703469,11.73528,10.306978,10.019805,9.410162,12.769527,12.927053,12.871541,12.754675,11.861,11.436545,11.355368,11.41788,11.117891,10.961732,10.868824,10.886088,10.603545,10.374779,10.034203,13.138579,13.734879,13.684566,13.617748,13.256744,12.004974,12.006159,12.089667,11.97725,11.801445,11.706783,11.731654,10.436924,10.148864,9.5897455,12.321975,12.378195,12.322577,12.187672,10.774656,10.536427,10.44744,10.48401,10.131416,10.013094,9.9472084,9.9569912,9.9254103,9.7378387,9.4990206,12.97383,13.298298,13.245061,13.157905,12.628407,11.89749,11.848756,11.923185,11.698838,11.533545,11.441167,11.462652,10.791698,10.538032,10.082716,12.728398,12.992525,12.944654,12.856577,12.026162,11.415418,11.352702,11.43953,11.185184,10.992334,10.874043,10.903253,10.414359,10.197568,9.7775698,12.855365,12.998553,12.944669,12.841154,12.154353,11.755354,11.677639,11.73721,11.437951,11.296388,11.21658,11.232773,10.942564,10.707822,10.351707,11.831114,11.85142,11.80307,11.686988,9.8534756,9.6922722,9.6191807,9.6562099,9.2912245,9.2067699,9.167346,9.1709738,9.2295265,9.1003542,8.8992805,13.102632,13.605349,13.55389,13.478665,13.05244,11.977623,11.960455,12.042176,11.889315,11.713165,11.617541,11.641665,10.568655,10.292046,9.7704506,12.100012,12.129846,12.078397,11.957004,10.379544,10.192577,10.112951,10.151443,9.7898197,9.6934757,9.6472435,9.6527996,9.6706438,9.5142012,9.2926331,12.429626,12.602052,12.556878,12.462581,11.341569,10.912829,10.840004,10.914221,10.617782,10.455509,10.342543,10.369586,10.102872,9.9149494,9.5711641,12.818307,12.972926,12.917521,12.804627,11.996054,11.574283,11.495509,11.55582,11.256485,11.108259,11.024623,11.040518,10.745595,10.512595,10.16577,15.471986,17.496998,17.468393,17.462395,17.729874,13.514991,13.822388,13.992871,14.567177,13.891089,13.769508,13.809414,8.9132404,8.4057322,7.1755443,13.077579,13.592484,13.547204,13.484148,12.947566,11.850011,11.830126,11.942723,11.792458,11.533833,11.402728,11.438683,10.389666,10.139232,9.5602865,13.777317,14.89012,14.84317,14.788695,14.577049,12.269596,12.358558,12.465501,12.550896,12.298613,12.188829,12.219578,9.7623701,9.412385,8.7104616,13.82851,15.034266,14.98549,14.927342,14.750174,12.244659,12.351632,12.444356,12.566655,12.358005,12.261573,12.287973,9.5617304,9.191968,8.5557308,12.124185,12.361738,12.329376,12.271488,11.02431,10.487715,10.43707,10.530171,10.259713,10.075488,9.9609175,10.001565,9.6188679,9.4680471,9.0665798,13.423635,14.17138,14.131296,14.090267,13.733573,12.173781,12.198812,12.337442,12.287601,11.934604,11.792158,11.833738,10.241627,9.9591684,9.2372456,14.95833,16.537287,16.504967,16.494381,16.589624,13.332565,13.538383,13.724557,14.057729,13.357655,13.22335,13.266115,9.6642647,9.2332535,8.1090555,13.134273,13.627814,13.575943,13.495008,13.015476,11.951418,11.929317,12.014319,11.853194,11.664879,11.563419,11.588529,10.552826,10.278409,9.7663879,13.880058,15.107468,15.057999,14.999495,14.823311,12.278165,12.388149,12.486611,12.614444,12.384259,12.281267,12.308314,9.5749731,9.2093706,8.5414371,13.650566,14.610082,14.568682,14.524656,14.267954,12.273829,12.337367,12.462523,12.496847,12.191038,12.063721,12.101043,9.9934492,9.6675005,8.91675,12.17524,12.445789,12.415256,12.371479,11.231247,10.626405,10.579316,10.687455,10.437469,10.20828,10.071748,10.116618,9.6509056,9.5027428,9.0542774,12.42014,12.728243,12.696102,12.663628,11.758999,11.075319,11.02901,11.162242,10.938041,10.616328,10.447439,10.494547,9.9252157,9.766861,9.2585039,17.725885,18.186741,18.162058,18.183361,18.183168,17.376228,17.423038,18.02026,17.632124,14.475246,14.373587,14.413399,13.731006,13.565085,12.392282,15.74031,17.378828,17.346478,17.348431,17.55456,14.218598,14.467124,14.691211,15.081296,14.09441,13.972711,14.013663,10.378377,9.9212046,8.1199751,12.572336,12.613857,12.560867,12.440543,11.350773,11.130221,11.043671,11.087687,10.73693,10.6238,10.564665,10.57335,10.514634,10.311929,10.051521,14.378881,15.988223,15.957266,15.931761,15.952106,12.588986,12.78431,12.904007,13.238843,12.93735,12.823613,12.859197,8.9864626,8.5535431,7.6958461,12.53687,12.666801,12.614676,12.499513,11.383829,11.021245,10.938034,10.998575,10.68363,10.533773,10.432204,10.451409,10.261938,10.058538,9.7489538,12.88764,13.163961,13.111538,13.014415,12.291232,11.648648,11.58597,11.666483,11.417568,11.232569,11.123642,11.148219,10.614073,10.376369,9.9542294,12.515556,12.61797,12.563675,12.439087,11.26014,10.943514,10.856356,10.909086,10.580844,10.440375,10.348907,10.364383,10.230158,10.025817,9.7405758,12.593239,12.656912,12.602504,12.480977,11.41083,11.152427,11.066295,11.112823,10.771144,10.650455,10.586631,10.596598,10.498713,10.291411,10.01615,14.464396,14.87809,14.840994,14.83412,14.425565,13.560688,13.534064,13.825379,13.573394,12.265561,12.100805,12.148325,11.3831,11.193209,10.567057,12.952897,13.236843,13.182832,13.084815,12.44063,11.779988,11.72084,11.795222,11.550241,11.378821,11.281926,11.303287,10.733772,10.4855,10.061403,13.148563,13.594274,13.558585,13.535212,12.993096,12.050663,12.024777,12.204324,12.030765,11.478935,11.307437,11.357101,10.487313,10.290485,9.6511469,12.851915,13.048915,12.993799,12.883888,12.101645,11.603251,11.528908,11.595823,11.313825,11.152435,11.05897,11.077609,10.701468,10.464703,10.093664,12.865235,13.290554,13.253231,13.214952,12.58003,11.667989,11.636472,11.779075,11.600771,11.237668,11.0764,11.122204,10.285888,10.083846,9.4935398,15.659159,16.275536,16.239332,16.235321,16.094057,14.849417,14.879275,15.24767,15.057277,13.238757,13.103043,13.147583,12.000658,11.762405,10.92592,10.165812,10.343533,10.105378,10.095729,10.031012,9.9466496,9.9303579,10.075825,9.9560356,9.8755617,9.6908178,9.6839237,9.6535492,9.5363445,9.2379751,9.1019564,9.2259035,9.0837564,9.1359978,9.0822344,9.0001011,8.9776936,9.0944738,8.9925499,8.9250755,8.7204504,8.731926,8.7230825,8.7051115,8.1192369,9.8972178,10.054195,9.875946,9.8938589,9.831151,9.7470007,9.715003,9.8418598,9.7198381,9.6431503,9.4389143,9.4484625,9.4362812,9.3714304,8.9183712,10.563679,10.770029,10.516326,10.499283,10.434085,10.357957,10.330698,10.466948,10.345423,10.27327,10.097561,10.08708,10.055172,9.9050303,9.6195097,10.418872,10.603889,10.393017,10.389868,10.322778,10.239799,10.204448,10.333925,10.203268,10.123891,9.9297438,9.9331064,9.9158754,9.8117075,9.4393835,10.400903,10.594464,10.335948,10.316615,10.252089,10.172591,10.153787,10.293515,10.175319,10.100366,9.9256573,9.9152222,9.8806028,9.7334051,9.4650984,10.743095,10.953341,10.711281,10.696219,10.628549,10.549698,10.51494,10.644998,10.515081,10.438576,10.257627,10.252112,10.227917,10.089255,9.7714224,9.8661995,10.026944,9.8331118,9.8451147,9.7820091,9.6969318,9.67206,9.8114262,9.6909294,9.6111488,9.4085579,9.4112024,9.3921289,9.3191347,8.9214458,8.6281881,8.7324228,8.6200638,8.7022238,8.6556959,8.5840654,8.5627108,8.6575642,8.5720501,8.515605,8.3303528,8.3426247,8.3372192,8.3349276,7.5914288,9.9105549,10.063076,9.8946104,9.9152279,9.8526134,9.7683496,9.7335758,9.8531246,9.7298365,9.6550331,9.4505625,9.4650316,9.4575977,9.3982897,8.9146023,8.912365,9.0366154,8.8733978,8.9200535,8.8667278,8.7648096,8.7675447,8.8965569,8.7968273,8.7270536,8.5154352,8.5217285,8.50805,8.5143127,8.0006771,10.9189,11.145575,10.885813,10.865374,10.798283,10.722894,10.688903,10.817142,10.689804,10.619697,10.447563,10.436375,10.407977,10.249161,9.9582119,10.476135,10.673905,10.434875,10.423519,10.357725,10.279029,10.250054,10.387158,10.262831,10.186079,10.003184,9.9965067,9.9688892,9.8364649,9.5240717,9.6607294,9.8070927,9.6409264,9.6690264,9.6088333,9.5251036,9.4954157,9.6199818,9.5034475,9.42906,9.2230864,9.2339458,9.2231531,9.1734848,8.6815529,9.595686,9.7455454,9.5561733,9.574173,9.5128231,9.422925,9.4082174,9.5532446,9.4373226,9.357337,9.1509676,9.1528053,9.1331358,9.0798492,8.6800957,9.5665798,9.7095861,9.545907,9.5770655,9.5177307,9.4338131,9.4059429,9.5312729,9.4169064,9.3429623,9.1362534,9.146594,9.1354322,9.0908861,8.5919352,10.627817,10.842844,10.58092,10.560796,10.496543,10.423213,10.396451,10.530093,10.411177,10.346394,10.175098,10.16243,10.127645,9.9653778,9.695385,9.2053986,9.330678,9.1983147,9.2555685,9.2029715,9.1266947,9.0987711,9.2038288,9.1026182,9.0389175,8.8430719,8.8598108,8.8556995,8.8313074,8.1931372,10.009157,10.178435,9.9604683,9.9603024,9.8958464,9.8105307,9.7916746,9.9376822,9.8170738,9.7355118,9.5418825,9.5386658,9.5129032,9.4176397,9.0815992,9.3529062,9.4857235,9.3365574,9.3799038,9.323576,9.2418547,9.2145882,9.3322277,9.2240677,9.1543055,8.9496222,8.9623766,8.9539919,8.922534,8.3638878,10.237806,10.420159,10.184954,10.175941,10.110833,10.028966,10.007563,10.151082,10.029764,9.9499073,9.7644539,9.758029,9.7288904,9.6084862,9.3012781,9.6567135,9.8068504,9.6275988,9.6493664,9.588213,9.5021067,9.4783735,9.6144047,9.497447,9.4196358,9.212759,9.218214,9.2021646,9.1477137,8.7092552,9.1019039,9.229207,9.074172,9.1189871,9.0639467,8.974164,8.9602842,9.0876484,8.9837046,8.9127741,8.7026167,8.7107067,8.6985321,8.6845856,8.157629,9.434269,9.5761871,9.4016161,9.429471,9.370121,9.2804174,9.2640104,9.4024439,9.289732,9.212718,9.0029764,9.0078754,8.9917192,8.9536762,8.5055742,10.239003,10.415805,10.212259,10.21487,10.149241,10.066057,10.032968,10.164598,10.037287,9.9580793,9.7607832,9.7646551,9.7473602,9.6536493,9.2669611,9.2733164,9.4112825,9.2343569,9.2650366,9.2073431,9.11127,9.1055374,9.2470579,9.1375036,9.0611773,8.8500853,8.8539581,8.8372593,8.8135357,8.3712025,10.69986,10.915882,10.661126,10.643579,10.578043,10.502599,10.471913,10.604389,10.480822,10.412073,10.23755,10.226541,10.195794,10.042424,9.7523813,10.275447,10.457891,10.242072,10.240449,10.174899,10.093027,10.06272,10.199029,10.073353,9.993865,9.800703,9.8001347,9.7783899,9.6730957,9.3164358,10.287343,10.47189,10.249243,10.245086,10.179615,10.098375,10.070004,10.208662,10.084117,10.004661,9.8141346,9.811285,9.7870579,9.6752443,9.3352699,10.011474,10.180641,9.9705105,9.9737186,9.9094162,9.8251419,9.8020878,9.9452677,9.823658,9.7426701,9.5460253,9.5447931,9.5215368,9.4308224,9.0743427,10.598075,10.800886,10.564147,10.552403,10.48563,10.40649,10.37364,10.506504,10.378744,10.301864,10.11826,10.113323,10.088639,9.9568605,9.6334705,9.5132036,9.651309,9.4984598,9.5364628,9.4786358,9.3968811,9.3667831,9.4835911,9.3714972,9.3008184,9.0967093,9.110815,9.1033649,9.064147,8.518858,10.126646,10.301617,10.0896,10.090984,10.026196,9.9433327,9.9165277,10.056505,9.9331369,9.8528633,9.6575499,9.6567211,9.6342049,9.5369034,9.1786375,9.6426029,9.7825317,9.6341925,9.6711769,9.6131639,9.5322762,9.4998102,9.61133,9.4962034,9.4271126,9.225543,9.2438269,9.2403774,9.1978655,8.6406622,10.091104,10.25843,10.067389,10.076675,10.012121,9.9281235,9.8950901,10.024446,9.8987989,9.8204288,9.6192064,9.6262407,9.611763,9.5320311,9.1149349,9.7993746,9.9496689,9.781764,9.8058977,9.7444639,9.6607466,9.6281357,9.7499924,9.630023,9.5554361,9.3505611,9.363162,9.3539391,9.2982788,8.8106079,8.7458935,8.8572178,8.7257233,8.7916021,8.7422161,8.6594105,8.6446342,8.7562294,8.664093,8.6016579,8.3998795,8.4104757,8.4021139,8.4035368,7.7686324,10.562959,10.759324,10.533743,10.524835,10.457384,10.376218,10.341353,10.472058,10.341595,10.262857,10.074574,10.073668,10.052911,9.9326992,9.5881195,8.3087568,8.4027748,8.2955303,8.3861046,8.3450232,8.2726736,8.2601204,8.3543119,8.2782087,8.2268286,8.0422716,8.0536337,8.0478945,8.0620012,7.3079572,10.212466,10.383437,10.19043,10.196025,10.130228,10.045858,10.010524,10.137388,10.008546,9.9299574,9.7297611,9.7379255,9.72474,9.6402054,9.2278357,8.6017437,8.7109461,8.5733299,8.6395512,8.5911684,8.4995508,8.4966106,8.6111231,8.5218334,8.460227,8.2548265,8.263854,8.2543964,8.270299,7.6549335,10.000674,10.166445,9.9724445,9.9825153,9.9186649,9.8347254,9.8051968,9.9396219,9.8165312,9.7374897,9.5361671,9.5405121,9.5232611,9.4443369,9.039403,9.7643404,9.922327,9.7143087,9.7216864,9.6585131,9.5675688,9.5567312,9.704689,9.5871267,9.5055866,9.3068666,9.3055105,9.2816706,9.2105799,8.8555136,10.470994,10.670196,10.413962,10.3956,10.330701,10.25341,10.230342,10.368873,10.249289,10.175554,10.000581,9.9899912,9.9563961,9.8067007,9.5312605,10.374537,10.565983,10.326632,10.31547,10.250058,10.170542,10.145112,10.285395,10.162902,10.084962,9.9018888,9.8947592,9.8656826,9.7356682,9.429987,9.1385736,9.2620935,9.1268215,9.1832447,9.13029,9.0521498,9.0258236,9.1348486,9.0338783,8.9688721,8.7695169,8.7838707,8.7777405,8.7564993,8.1328363,9.4306192,9.5695705,9.4063826,9.4401722,9.3817635,9.2961187,9.2728224,9.4018269,9.2901592,9.2160454,9.0075064,9.0160713,9.0034704,8.9665899,8.4714479,10.060862,10.222907,10.041185,10.053667,9.9892817,9.9046869,9.8698177,9.9942646,9.8679781,9.7907515,9.5877695,9.5986223,9.5877934,9.5156717,9.0728321,8.8114805,8.9224186,8.8074741,8.8849792,8.8377504,8.767065,8.7431583,8.8386402,8.7497959,8.6925869,8.5062294,8.5215635,8.5180826,8.5080328,7.781209,9.5322857,9.6691799,9.5220528,9.5626392,9.5054989,9.4250813,9.3937407,9.5054798,9.3936262,9.3249292,9.1234055,9.1403437,9.1356363,9.0972557,8.5290842,10.429931,10.619964,10.399174,10.393823,10.32732,10.245952,10.21295,10.346043,10.217854,10.138911,9.9482803,9.9476538,9.926507,9.8131466,9.4618635,9.8291779,9.9852648,9.804513,9.8228321,9.7605534,9.6761265,9.6469164,9.7780237,9.6577206,9.5803137,9.3755636,9.3828554,9.3684797,9.3047304,8.862813,10.825541,11.048598,10.79084,10.771772,10.705505,10.630374,10.597786,10.727643,10.602257,10.534012,10.361146,10.349794,10.320144,10.163118,9.8729239,12.262377,12.359757,12.335799,12.038328,11.81789,11.60788,11.356149,11.413362,11.235389,10.982548,10.69034,10.732236,10.66136,10.591402,10.245765,14.064524,14.42426,14.36576,14.133597,14.00503,13.822566,13.760236,13.79151,13.59449,13.447919,13.055025,13.090325,13.376936,13.342713,13.03665,16.115992,16.316666,16.267977,16.042933,15.837019,15.689891,15.486276,15.501723,15.181054,15.024206,14.71142,14.779528,15.043057,14.835838,14.571192,18.003487,18.066385,18.057755,17.895348,17.698687,17.610584,17.155226,17.157982,16.665617,16.564098,16.387344,16.519716,16.741152,16.408302,16.141962,13.870031,13.787781,13.761112,13.507784,13.236706,13.071481,12.839695,12.867312,12.673179,12.484954,12.039698,12.097512,11.987352,11.83898,11.580245,13.515902,13.841937,13.785919,13.538094,13.407719,13.221727,13.135813,13.173124,12.986357,12.836813,12.454288,12.489127,12.698983,12.67764,12.358167,17.956697,17.765127,17.724649,17.540384,17.297588,17.186556,16.61932,16.624842,16.314617,16.175014,15.699591,15.843967,15.755188,15.500343,15.308159,11.810106,11.943406,11.915692,11.641892,11.449906,11.246796,10.970145,11.027383,10.858959,10.620306,10.348123,10.383649,10.336448,10.290891,9.9443798,11.712084,11.960846,11.921134,11.626225,11.484022,11.295486,11.089943,11.144912,10.991332,10.802516,10.50668,10.534782,10.549368,10.542368,10.172007,19.192034,19.136631,19.088236,18.866343,18.63566,18.515316,17.861193,17.863312,17.440945,17.302635,16.999762,17.170635,17.227856,16.93232,16.71443,13.548869,13.779319,13.72892,13.475397,13.306606,13.118292,12.979033,13.022348,12.811105,12.631896,12.280061,12.32057,12.448421,12.385843,12.070015,13.278799,13.486362,13.438987,13.176146,13.000857,12.809272,12.652832,12.70021,12.493956,12.304564,11.963204,12.003521,12.090401,12.02959,11.705873,10.927826,11.078094,11.054508,10.821222,10.662138,10.479588,10.141993,10.190094,10.047824,9.8472176,9.598774,9.6253958,9.5927486,9.5741463,9.2510214,12.648506,12.813023,12.774235,12.496997,12.308978,12.110057,11.906122,11.960527,11.76897,11.552699,11.239457,11.278208,11.288339,11.231562,10.892659,21.436661,21.35803,21.312185,21.120285,20.917931,20.813202,19.86661,19.862387,19.36297,19.243921,18.980339,19.232012,19.283247,18.972883,18.777855,16.058296,16.112093,16.065432,15.805804,15.561951,15.410954,15.09938,15.116737,14.795547,14.627632,14.310256,14.392577,14.484644,14.26403,14.004527,15.569677,15.869148,15.815954,15.60027,15.423071,15.263493,15.156354,15.176435,14.90011,14.73949,14.389023,14.439034,14.780084,14.626505,14.352933,17.074574,17.380409,17.345333,17.17285,16.992332,16.878733,16.73245,16.735857,16.364595,16.23703,15.968011,16.03895,16.512896,16.245625,15.987899,12.402362,12.730848,12.682707,12.377544,12.257729,12.074417,11.963453,12.01146,11.856536,11.707108,11.356554,11.387359,11.48699,11.494646,11.125598,14.744214,15.269714,15.207108,14.976483,14.884748,14.708435,14.737244,14.7553,14.584798,14.464778,14.047464,14.077131,14.567532,14.566195,14.257359,14.5755,14.760144,14.710849,14.461135,14.260528,14.085803,13.917655,13.949832,13.692997,13.514023,13.174693,13.225777,13.378916,13.249014,12.958618,17.402742,17.93948,17.891367,17.724247,17.574697,17.448402,17.481327,17.481985,17.181112,17.041037,16.698778,16.744537,17.50042,17.280283,17.031197,14.283358,14.359072,14.318681,14.038762,13.799247,13.621242,13.402331,13.436575,13.187726,12.99122,12.651774,12.707798,12.735226,12.588499,12.29799,13.217019,13.361081,13.320724,13.041779,12.837319,12.641869,12.450142,12.499381,12.288397,12.076249,11.75042,11.794186,11.81834,11.734715,11.410084,14.175328,14.317896,14.272527,14.006387,13.793195,13.612156,13.424967,13.462078,13.216594,13.025269,12.690121,12.740896,12.825727,12.701999,12.403547,17.131092,17.879156,17.82032,17.667368,17.581442,17.431137,17.625408,17.634302,17.441889,17.318016,16.914759,16.943392,17.943693,17.881184,17.638105,12.284037,12.129476,12.121003,11.919147,11.661647,11.492296,11.307078,11.341429,11.246153,11.052921,10.498922,10.544791,10.322847,10.235098,9.9796648,17.743429,17.849724,17.817808,17.624088,17.414911,17.305155,16.91354,16.916929,16.481495,16.357773,16.135887,16.250141,16.493633,16.19136,15.936213,12.892758,13.088235,13.044254,12.773122,12.596845,12.401648,12.227568,12.279517,12.083885,11.884244,11.554961,11.593606,11.643332,11.591309,11.256561,16.62005,16.573818,16.528543,16.267408,16.004763,15.8631,15.460451,15.472571,15.147948,14.983309,14.632068,14.732418,14.742807,14.498195,14.258568,10.638217,10.83193,10.798635,10.544962,10.402567,10.222358,9.8889427,9.9281435,9.7944546,9.6159353,9.3764524,9.395154,9.3756132,9.3733664,9.0396767,15.270876,15.683867,15.624774,15.421044,15.283547,15.113751,15.087965,15.109572,14.879121,14.728226,14.335289,14.373166,14.813884,14.725801,14.446013,14.466002,14.777575,14.721233,14.495564,14.342088,14.163819,14.076043,14.106885,13.880578,13.719941,13.344429,13.38479,13.659839,13.582067,13.288166,18.634026,18.53055,18.48336,18.263817,18.024004,17.903563,17.291233,17.295351,16.916958,16.77368,16.41062,16.568052,16.567526,16.287945,16.077488,15.836226,16.3974,16.335421,16.149115,16.043823,15.877158,15.944383,15.959486,15.755857,15.621878,15.205624,15.237631,15.885242,15.82943,15.557761,12.608732,12.737847,12.704421,12.417455,12.211417,12.008257,11.785986,11.84118,11.649666,11.416925,11.110858,11.151809,11.127563,11.058439,10.718799,14.002898,14.029002,13.994744,13.7083,13.453374,13.273911,13.048357,13.082962,12.852904,12.650065,12.289686,12.345497,12.315126,12.1699,11.88201,16.363268,16.456577,16.408903,16.163309,15.931681,15.785685,15.481615,15.496575,15.159382,14.999135,14.695669,14.780112,14.929338,14.700743,14.441945,16.365534,16.716196,16.665369,16.46632,16.291637,16.147482,16.059145,16.07053,15.768856,15.617185,15.278805,15.332493,15.786093,15.592369,15.329889,13.025551,13.011136,12.989734,12.704067,12.444229,12.254104,12.038708,12.079889,11.902443,11.681785,11.289618,11.339623,11.227292,11.114837,10.817582,20.588167,20.375355,20.336954,20.215864,20.025816,19.93294,19.06255,19.066811,18.680902,18.568695,18.099981,18.335068,18.255543,17.995401,17.832008,15.408123,15.545934,15.497919,15.247824,15.026666,14.866326,14.644534,14.667614,14.372403,14.20109,13.87825,13.942716,14.095509,13.913261,13.639797,17.001875,17.228096,17.202496,17.036003,16.849508,16.744867,16.53546,16.539272,16.135025,16.016993,15.780593,15.86161,16.252357,15.967616,15.704713,11.623986,11.485543,11.483968,11.290162,11.044899,10.870711,10.668587,10.707603,10.635271,10.434178,9.9120102,9.9557533,9.7208509,9.6540461,9.3900347,14.928773,15.02863,14.983448,14.7174,14.484981,14.316988,14.089643,14.117476,13.841191,13.65898,13.328919,13.390417,13.477158,13.308628,13.028852,13.886828,14.152783,14.099125,13.857771,13.698211,13.513709,13.397611,13.435689,13.220127,13.051701,12.687126,12.727281,12.914168,12.850118,12.54333,16.921707,17.281086,17.235977,17.050718,16.874456,16.746065,16.646606,16.652031,16.319281,16.178349,15.867852,15.92876,16.436855,16.202637,15.946314,19.027411,20.016464,19.96994,19.851992,19.769857,19.662291,20.022926,20.020952,19.818993,19.703669,19.354443,19.376066,20.901663,20.754807,20.546041,13.675367,13.847019,13.801141,13.536003,13.339845,13.151475,12.980191,13.023618,12.798819,12.604295,12.267258,12.312317,12.392839,12.301373,11.989143,20.8619,20.831343,20.788677,20.583515,20.374502,20.269184,19.418093,19.413534,18.90019,18.779322,18.569765,18.794262,18.895798,18.564798,18.3493,14.86695,15.124817,15.07167,14.841609,14.66246,14.491372,14.366841,14.394881,14.139265,13.971319,13.61781,13.665233,13.914089,13.791452,13.506085,16.76576,16.95915,16.914047,16.701773,16.495434,16.362165,16.118845,16.128389,15.772284,15.627112,15.340208,15.420619,15.713602,15.470433,15.212651,13.154689,13.014968,12.997293,12.77338,12.501548,12.338384,12.132245,12.160745,12.018884,11.83409,11.316655,11.368799,11.19292,11.071198,10.822083,12.787652,13.152806,13.09965,12.809292,12.700819,12.518126,12.436883,12.475685,12.321371,12.189445,11.813441,11.843893,12.009793,12.025239,11.671221,12.887792,13.1516,13.102109,12.833407,12.686944,12.496485,12.365171,12.41369,12.231095,12.059811,11.707854,11.743176,11.846741,11.822597,11.484102,16.388132,16.212086,16.173897,15.949533,15.673461,15.546702,15.127298,15.136147,14.868587,14.714216,14.240429,14.34156,14.238238,14.002856,13.793022,12.49692,12.740535,12.695406,12.415284,12.263802,12.071373,11.913064,11.966789,11.791236,11.606292,11.274671,11.30879,11.36601,11.343579,10.992116,14.80623,14.747973,14.712838,14.449423,14.178317,14.020555,13.744186,13.766285,13.522187,13.341658,12.938431,13.006724,12.950854,12.766655,12.512929,15.140901,15.346513,15.295989,15.058037,14.85888,14.693546,14.528103,14.553626,14.276973,14.106968,13.770578,13.825353,14.036358,13.882488,13.602818,15.49834,15.509923,15.467007,15.194847,14.936917,14.779979,14.481773,14.502346,14.210575,14.03334,13.690478,13.765995,13.793389,13.588134,13.327164,15.86762,15.771054,15.731349,15.474157,15.197949,15.054791,14.695806,14.709576,14.4308,14.262829,13.857404,13.944578,13.891582,13.667837,13.433119,17.855707,18.559206,18.507439,18.354219,18.231079,18.104012,18.257566,18.256035,17.995781,17.857996,17.485785,17.518988,18.51922,18.332912,18.092934,13.814568,14.295323,14.236231,13.952472,13.860143,13.684455,13.666865,13.689069,13.532463,13.41638,13.018531,13.04693,13.383957,13.396552,13.046104,14.680112,14.703354,14.664351,14.385291,14.129035,13.960488,13.710178,13.737926,13.479328,13.290011,12.936618,12.999791,13.002088,12.829543,12.55511,13.730638,13.843189,13.802888,13.522275,13.2995,13.111133,12.912795,12.955073,12.72575,12.519657,12.18654,12.235738,12.263279,12.149119,11.840799,12.940986,13.003236,12.976045,12.676579,12.43711,12.236413,12.015816,12.064889,11.870602,11.636065,11.303033,11.350203,11.285821,11.186943,10.86422,18.243877,18.305563,18.265011,18.052004,17.831869,17.714518,17.23403,17.237015,16.801823,16.669968,16.434622,16.566668,16.751705,16.449656,16.204056,12.012415,12.32091,12.278088,11.955456,11.827629,11.644819,11.50053,11.554867,11.403663,11.235644,10.91582,10.945452,10.993926,10.995512,10.608004,14.617087,15.04535,14.98444,14.765503,14.647932,14.469819,14.449354,14.473824,14.276324,14.137168,13.730569,13.764422,14.161555,14.125313,13.828509,15.754406,15.981678,15.931403,15.705719,15.507712,15.35349,15.185977,15.20471,14.90496,14.74378,14.416082,14.475926,14.748579,14.56563,14.29568,13.3042,13.387894,13.354247,13.061207,12.828391,12.63293,12.423255,12.469721,12.258375,12.036079,11.703363,11.75133,11.726072,11.619752,11.302622,16.988089,17.559647,17.504705,17.332735,17.198399,17.056295,17.125,17.130989,16.86965,16.724337,16.344345,16.38159,17.140919,16.978394,16.724884,12.413727,12.449471,12.43177,12.136621,11.893122,11.690995,11.444275,11.493702,11.324898,11.085767,10.756389,10.802956,10.697686,10.611558,10.291215,16.120884,16.549212,16.49366,16.300039,16.14772,15.993649,15.970826,15.984772,15.718903,15.566014,15.193715,15.236413,15.759863,15.611081,15.344992,13.241492,13.533553,13.480249,13.224388,13.085438,12.897271,12.789493,12.832003,12.645374,12.486293,12.116972,12.152446,12.310276,12.286325,11.960031,17.98736,18.023375,17.976643,17.745701,17.514685,17.387012,16.910975,16.916542,16.511364,16.368216,16.098146,16.22579,16.364466,16.080837,15.839299,17.367971,17.487185,17.444284,17.228809,17.011597,16.885633,16.533041,16.539795,16.1472,16.007883,15.746609,15.849499,16.077971,15.805598,15.553316,19.740635,19.748987,19.714767,19.51594,19.305756,19.203791,18.515371,18.512981,18.008066,17.8892,17.698698,17.881828,18.02968,17.690208,17.453465,17.429186,17.429199,17.38098,17.133375,16.888617,16.752939,16.304306,16.313215,15.94383,15.789493,15.482694,15.599096,15.678981,15.413958,15.173509,14.214608,14.435005,14.383881,14.138469,13.955783,13.775254,13.63224,13.668234,13.43088,13.253665,12.90388,12.9493,13.115012,13.015929,12.71714,13.275118,13.695853,13.639407,13.349425,13.249284,13.07046,13.018895,13.048527,12.892865,12.770865,12.383038,12.412631,12.656414,12.670572,12.317096,13.56412,13.560145,13.532228,13.24567,12.984485,12.801162,12.5818,12.618645,12.414586,12.204693,11.821754,11.874964,11.798371,11.666268,11.376777,12.182535,12.379498,12.340267,12.066055,11.899887,11.704189,11.492764,11.548069,11.37402,11.168516,10.863216,10.896774,10.910375,10.87889,10.530817,14.134241,13.913134,13.888712,13.72388,13.458807,13.324242,13.067245,13.084176,12.930647,12.775953,12.196884,12.261555,12.079855,11.926866,11.716367,16.641243,16.773037,16.725998,16.495529,16.274866,16.135223,15.844332,15.856454,15.505227,15.35287,15.060804,15.146452,15.354766,15.116452,14.858931,15.598135,16.221968,16.158346,15.959002,15.878694,15.706223,15.80485,15.817769,15.651557,15.536898,15.118289,15.146761,15.833395,15.834938,15.551108,16.704889,17.312544,17.25399,17.083574,16.96727,16.81575,16.913933,16.923477,16.692623,16.552069,16.150791,16.183653,16.963612,16.850832,16.594683,15.228599,15.565109,15.50919,15.295904,15.135319,14.967916,14.892277,14.915537,14.663961,14.504426,14.134403,14.177936,14.535065,14.417351,14.137784,5.243072,5.2048268,5.1612611,5.2512269,5.1769185,5.1004615,5.0425076,5.2954011,5.114152,4.9888334,4.8889904,4.878552,4.8209753,5.0836549,4.8693519,6.8167787,6.7859154,6.7684045,6.8154726,6.7574501,6.8752961,6.8381119,7.352406,7.1639085,6.9967542,6.7442527,6.7372813,6.6877251,6.712244,6.5048547,5.0789008,4.7391281,4.6850553,4.6819396,4.6215396,4.5528631,4.5032878,4.6900015,4.3650341,4.1779737,4.1391993,4.1220002,4.0612221,4.1051044,3.9232101,7.6198139,7.5669713,7.4906178,7.487339,7.4203458,7.4783101,7.4431868,7.8153658,7.6006856,7.4367328,7.2492523,7.2354097,7.1868453,7.1786003,7.0013928,7.0432076,6.8595977,6.7716403,6.767786,6.7000632,6.6704373,6.6265097,6.8908081,6.5760412,6.383956,6.2748837,6.2602401,6.2041507,6.2189817,6.042357,7.0510149,6.914854,6.8476105,6.8707767,6.8027601,6.8028054,6.756371,7.1003499,6.8167543,6.6255808,6.4766655,6.4646797,6.4070301,6.4287481,6.2211194,3.6940601,3.3354759,3.2915108,3.2730272,3.2238724,3.1636693,3.1173186,3.2414382,2.9642005,2.8166392,2.8063726,2.7880898,2.7399321,2.769351,2.6477642,6.5461621,6.312067,6.2385325,6.2427316,6.17593,6.1371803,6.0874543,6.352766,6.026082,5.8274632,5.7317019,5.7168903,5.6564851,5.6849151,5.4956999,6.7628746,6.5758119,6.508286,6.5285039,6.4605365,6.4373317,6.388061,6.6981559,6.3900218,6.1920981,6.069984,6.0567465,5.9962931,6.0257506,5.8192387,4.4562964,4.0916214,4.0374556,4.0200453,3.9645379,3.9025464,3.8495321,4.0032058,3.6897886,3.5197318,3.4968452,3.4766231,3.4212904,3.4534323,3.3189416,6.0605187,5.9992189,5.9558196,6.0752544,6.0046964,5.9483085,5.8963032,6.2525897,6.0136347,5.8507385,5.7200298,5.7149963,5.6567707,5.8357825,5.5931897,4.5911961,4.2477589,4.2041745,4.1994605,4.1477575,4.0836349,4.0451479,4.2125363,3.9067214,3.7347877,3.7042212,3.6910059,3.6367323,3.684562,3.5112696,8.6026754,8.5411463,8.3857727,8.3106232,8.2165651,8.2099209,8.1750298,8.4086218,8.1961718,8.0533962,7.9276662,7.9087782,7.8620954,7.7886748,7.6414413,6.326323,6.0817614,6.0168595,6.0329928,5.9657106,5.9206839,5.8686342,6.1414857,5.814229,5.6124678,5.5194817,5.5044241,5.4414144,5.479044,5.2753515,5.3980112,5.0734668,5.0158553,5.0174379,4.9543052,4.8871512,4.8352857,5.0405312,4.7090826,4.5153146,4.4664307,4.4490719,4.3863349,4.430388,4.2412095,5.8258185,5.5265708,5.4613233,5.454721,5.3953457,5.3480191,5.3013372,5.5213895,5.1852756,4.9944696,4.9283342,4.9146242,4.8573461,4.8912716,4.7305694,4.8031964,4.4697843,4.4228902,4.4136047,4.3669372,4.324676,4.287024,4.4713516,4.1552229,3.9866793,3.9405382,3.9317315,3.8822792,3.9209397,3.7946994,5.8877525,5.888617,5.8866735,6.125668,6.0682979,6.1208868,6.0778227,6.7593775,6.5161381,6.3637772,6.1357498,6.1366372,6.0897079,6.2026567,5.9708796,6.691174,6.5708008,6.524663,6.6024079,6.5359879,6.5239468,6.4770346,6.872612,6.5919399,6.3986506,6.2409482,6.2341852,6.1750026,6.2348294,5.9952955,7.1215844,6.9644957,6.8842015,6.8926644,6.8234348,6.8067899,6.7603855,7.0644808,6.7659726,6.5735497,6.4444513,6.430861,6.3732057,6.3897047,6.1935115,5.527576,5.5088277,5.4723477,5.6703682,5.595675,5.5485997,5.4901433,5.9476247,5.706265,5.5672431,5.4361515,5.4277472,5.3717208,5.580606,5.3576021,7.2620215,7.143043,7.0674419,7.0825391,7.0135694,7.0165362,6.971766,7.3091626,7.0328627,6.8457961,6.6939282,6.6813636,6.6253591,6.6383815,6.4371676,7.4889107,7.3939199,7.3099356,7.315805,7.247262,7.2582803,7.2170362,7.5497932,7.2882161,7.108304,6.9491539,6.9353433,6.8817868,6.8846154,6.6943226,6.8317685,6.7613354,6.7289319,6.7816486,6.7196598,6.786356,6.7445359,7.205018,6.9743886,6.7949929,6.5822239,6.5745897,6.5208645,6.5517015,6.3343997,5.5722599,5.250905,5.1879764,5.1842461,5.1206498,5.0609083,5.0066686,5.2182088,4.8806977,4.685986,4.6317382,4.6131029,4.5510759,4.5875139,4.4125857,6.2164216,5.9492507,5.8805804,5.8842263,5.8182907,5.7709689,5.7190995,5.9688745,5.6350927,5.4355164,5.3539805,5.337904,5.2761087,5.3094163,5.1218534,6.3685031,6.3543215,6.3661819,6.4273224,6.3755164,6.5467968,6.5129695,7.1113009,6.9561472,6.7954516,6.4996743,6.4955459,6.4478202,6.4842224,6.2780633,6.7523913,6.5324178,6.4481072,6.4406538,6.3750887,6.3375807,6.2933183,6.5399256,6.2125959,6.0191655,5.9269528,5.9128246,5.8568726,5.8773255,5.7070341,6.6293921,6.4009743,6.3188353,6.3088536,6.2460017,6.2091107,6.167923,6.4042645,6.0741143,5.8838243,5.8014565,5.7883387,5.7349949,5.7571225,5.5976958,7.4839144,7.4439158,7.3818817,7.3972907,7.3314524,7.3965182,7.3593946,7.768959,7.5587282,7.3922262,7.1870379,7.1758475,7.1262059,7.1252465,6.9303808,6.1917405,6.0523906,6.0039549,6.0687685,6.0045953,5.9394822,5.8956189,6.1788402,5.9092517,5.7231436,5.6173062,5.6134157,5.5530462,5.68609,5.4350705,6.1442819,5.8963208,5.8371959,5.8643789,5.7974939,5.7388086,5.6883702,5.9544349,5.6298084,5.4271212,5.3416371,5.3285799,5.2642503,5.3183703,5.0976186,6.2656183,6.0030427,5.9292898,5.9205699,5.8614087,5.8200889,5.7780004,6.0063605,5.6722784,5.4823027,5.4056411,5.3935027,5.3398123,5.368257,5.2114801,4.3498173,3.991297,3.9404559,3.9229062,3.872061,3.815995,3.7675471,3.9188859,3.6106379,3.4465711,3.4226763,3.4051034,3.3538947,3.3869491,3.2646618,4.6004033,4.2379503,4.1840539,4.1705203,4.1128139,4.0474792,3.9946017,4.1563435,3.8394346,3.6641879,3.6386893,3.6186993,3.5613055,3.5957036,3.4457605,6.1284609,6.1216559,6.1444974,6.2271171,6.1777511,6.3629966,6.3303375,6.9741192,6.8281322,6.6704063,6.3555565,6.3534493,6.3063536,6.3531442,6.1427231,6.9301124,6.8009787,6.7437057,6.7788596,6.712091,6.7204776,6.6740985,7.0430069,6.7655983,6.5744328,6.4154062,6.4046545,6.3468113,6.3750482,6.1601419,6.4881492,6.2419424,6.1649418,6.1604843,6.0960603,6.0550909,6.0084443,6.2538753,5.9223719,5.7270179,5.6402245,5.6262412,5.5683894,5.594883,5.4209871,6.0870562,5.8793159,5.8271666,5.8665209,5.8026047,5.7336736,5.6905651,5.9457989,5.6464744,5.4493175,5.3630719,5.3561845,5.2932816,5.387917,5.1425056,5.8323193,5.699471,5.6574945,5.706533,5.6500282,5.5803995,5.5435061,5.7738075,5.5295863,5.3555303,5.2666073,5.2653465,5.2082305,5.3774109,5.1279726,6.6744709,6.5139017,6.4592981,6.5088744,6.4416008,6.4213529,6.3728185,6.7237492,6.4269238,6.2289762,6.091197,6.0811472,6.0202541,6.0658112,5.8380971,6.8184056,6.6845341,6.6318588,6.6768041,6.6103868,6.6142607,6.5673518,6.9428277,6.6623173,6.4693055,6.3115139,6.3015323,6.2428503,6.2783675,6.0569863,3.4220438,3.0718312,3.0277843,3.0065353,2.9608662,2.9055908,2.8588097,2.9710531,2.7063971,2.5685136,2.561497,2.5431929,2.4975255,2.524276,2.4246094,6.1083479,5.8342533,5.7684102,5.7753944,5.7091246,5.6580634,5.6051111,5.8540883,5.519875,5.3193283,5.2409768,5.2244711,5.1615677,5.1979856,5.0053678,5.4094968,5.1503315,5.1087117,5.123383,5.0692182,4.9991202,4.9705329,5.1674628,4.8727283,4.685905,4.6311407,4.6271734,4.5684047,4.6589274,4.4185643,6.4205608,6.2542601,6.2011938,6.2638617,6.1966653,6.1420116,6.0948277,6.409121,6.1127076,5.9151087,5.801044,5.7940407,5.7316322,5.8177061,5.5717511,7.1325645,7.0503297,6.996325,7.0287356,6.9631119,7.0038629,6.9610324,7.365365,7.1197352,6.9387159,6.7502427,6.7401552,6.6860132,6.70436,6.4947815,3.5590379,3.2027097,3.1585028,3.1383531,3.0906546,3.0330701,2.9853284,3.1031561,2.8316529,2.6883831,2.6801364,2.6615148,2.6144874,2.6417449,2.5320084,6.2302585,6.1909471,6.1584868,6.3286142,6.2611775,6.2420874,6.1924367,6.6789303,6.4247932,6.2581258,6.0884023,6.0853543,6.0303235,6.1665897,5.9227991,5.0432062,4.6930509,4.6343756,4.6239266,4.563303,4.4995365,4.4450922,4.6276579,4.2975826,4.1122556,4.0754261,4.0554957,3.9954855,4.0308757,3.8714161,6.4166217,6.3017321,6.253603,6.3432369,6.2757616,6.2241602,6.1768413,6.5217085,6.24822,6.0608726,5.9317236,5.9273038,5.8671117,5.983748,5.7324924,6.7021146,6.6355457,6.6102772,6.6801357,6.6190996,6.6867023,6.6449194,7.1282167,6.8984323,6.7189116,6.5001497,6.4940557,6.4402328,6.4803958,6.2560744,6.0740142,6.0718298,6.0804996,6.2655168,6.2112117,6.3037586,6.2642813,6.9271393,6.7158484,6.5579939,6.2989569,6.3010192,6.2545109,6.3417687,6.1099143,6.512032,6.3284202,6.2725005,6.3233032,6.2556057,6.2137566,6.1646819,6.4875078,6.1804595,5.9796057,5.8612108,5.8513598,5.7887154,5.8467984,5.6131411,6.6540365,6.4658546,6.4041095,6.434413,6.3667049,6.3410211,6.2912774,6.6108246,6.3029046,6.1035161,5.9804025,5.9679141,5.9065151,5.9430099,5.7279854,6.5759726,6.4335537,6.3827481,6.45714,6.3896594,6.3516641,6.3039393,6.6593294,6.3678751,6.1716156,6.0374122,6.030611,5.9694877,6.0444427,5.8000097,6.4735351,6.4416127,6.4337316,6.5506072,6.4926867,6.578043,6.5382786,7.1034422,6.8903275,6.7194185,6.4722915,6.4702363,6.4195194,6.4785886,6.2462702,5.251812,5.266757,5.262516,5.6159987,5.5594602,5.5866604,5.543179,6.354599,6.0563984,5.923142,5.7231355,5.7233086,5.6799707,5.8142223,5.5981197,6.6855597,6.6133194,6.5843649,6.6724463,6.6099629,6.6520615,6.6087651,7.0843768,6.8398032,6.6572208,6.4519229,6.4468546,6.3919821,6.4432292,6.2095103,6.763196,6.656455,6.6142597,6.6803479,6.6153936,6.6322389,6.5867419,7.004302,6.7380652,6.5485158,6.3714609,6.3639169,6.3064919,6.3508501,6.1207328,6.0815964,5.8415384,5.7853026,5.8165007,5.7506905,5.6854801,5.6380186,5.8961916,5.5786848,5.3772902,5.2946787,5.2838936,5.2197266,5.2880654,5.056726,5.572669,5.2561498,5.1957016,5.1978498,5.133503,5.0700035,5.0164399,5.2322116,4.8970847,4.7007456,4.6455808,4.6276855,4.5645008,4.605495,4.4181104,6.3002367,6.0592551,5.9967861,6.0189404,5.9515257,5.9039311,5.8521166,6.1294789,5.8038187,5.6013584,5.5074739,5.4931178,5.4295721,5.471796,5.2610321,5.4817934,5.185411,5.1343284,5.1447115,5.0844183,5.0135851,4.9714208,5.1788526,4.8602667,4.6666188,4.6125064,4.6010904,4.539084,4.6024942,4.3853879,7.2940555,7.1510477,7.0624952,7.063148,6.9943662,6.9788508,6.935997,7.2266784,6.9321942,6.744524,6.6135464,6.5986199,6.5430355,6.5523396,6.369328,6.4391313,6.395442,6.3688874,6.5239,6.4599977,6.4696012,6.4237971,6.9380417,6.6861105,6.5120878,6.3180304,6.3161812,6.2624221,6.3608956,6.1157494,6.2377806,5.994976,5.9342914,5.9601569,5.8928456,5.8403206,5.7889628,6.0636759,5.7384338,5.535593,5.4445825,5.4308577,5.3668518,5.4145312,5.1983137,5.7494988,5.6780457,5.6368852,5.7163043,5.653594,5.5866027,5.5409689,5.8041949,5.5904517,5.4367714,5.3291669,5.3268237,5.2714601,5.4865623,5.2505264,5.2677197,4.9298978,4.8691177,4.8579712,4.798914,4.7417817,4.6901197,4.8821287,4.5479884,4.3616099,4.3164964,4.2986865,4.2404046,4.2751698,4.1216269,7.9743752,7.9096775,7.803834,7.7731152,7.699111,7.7321873,7.699018,8.0109396,7.7905421,7.6341662,7.474668,7.4603825,7.4145179,7.3881683,7.2294402,5.2151175,4.9032393,4.8540807,4.8481894,4.8026004,4.766593,4.7332535,4.9372573,4.6158161,4.4429941,4.3837943,4.378562,4.3307371,4.3709421,4.2420807,6.6246376,6.543478,6.5058932,6.6179385,6.5524592,6.5478492,6.5017514,6.9469018,6.6814737,6.4959421,6.3207283,6.3168216,6.2599559,6.3391585,6.0931382,6.492887,6.4099212,6.3677511,6.4854064,6.4179597,6.3865552,6.3386469,6.7493348,6.4822793,6.299355,6.1450686,6.1413445,6.0832424,6.1926489,5.9427271,6.3064222,6.2898803,6.288661,6.4437785,6.3869534,6.4679937,6.4278808,7.0367298,6.8210974,6.6557145,6.4062476,6.4066014,6.3577766,6.433516,6.1984897,6.8781948,6.6783199,6.5970774,6.5986037,6.5305514,6.49898,6.4516525,6.725039,6.4073167,6.2115407,6.1042771,6.0899768,6.0314589,6.0523472,5.8648,7.1356153,7.1007638,7.0629554,7.0975347,7.0357332,7.1257091,7.0877929,7.5524368,7.3514071,7.1835327,6.9537072,6.9447432,6.8949428,6.9085059,6.7043061,7.4035649,7.3313031,7.2626204,7.2811337,7.2135434,7.2479672,7.2066307,7.5855284,7.343421,7.1665864,6.9844728,6.972888,6.9201527,6.9264212,6.7256732,14.264072,14.804159,14.13249,14.075301,14.042461,14.011625,13.987913,14.020543,14.131783,14.112906,14.089278,13.898985,13.81174,13.415664,13.19068,15.800914,16.377943,15.607564,15.569698,15.555614,15.547276,15.547479,15.584114,15.566821,15.550018,15.526982,15.266736,15.170372,14.751193,14.324234,17.372877,17.73768,17.205359,17.181496,17.182943,17.18775,17.198132,17.237797,17.233654,17.224646,17.192181,16.773815,16.709017,16.404545,15.383326,17.936653,18.220236,17.7714,17.746809,17.740538,17.740742,17.751551,17.78808,17.776367,17.763889,17.737694,17.261906,17.205835,16.942902,15.675655,18.90988,19.100128,18.792728,18.779139,18.783159,18.789717,18.802397,18.832146,18.82778,18.820877,18.794729,18.205061,18.166384,17.982378,16.207108,15.011969,15.768091,14.821276,14.782031,14.764361,14.751429,14.743931,14.769374,14.748461,14.730983,14.717231,14.533897,14.413404,13.920739,13.699681,15.163755,15.779614,14.985014,14.93218,14.910371,14.893975,14.885398,14.918723,14.920385,14.902675,14.884781,14.665136,14.564538,14.128731,13.829414,14.937012,15.757174,14.74135,14.706257,14.690804,14.679219,14.671246,14.690672,14.671972,14.656924,14.646811,14.4769,14.346925,13.827815,13.637391,15.186277,15.838923,15.001881,14.951317,14.931694,14.917364,14.910251,14.941484,14.933468,14.916081,14.898805,14.684468,14.578485,14.127732,13.842812,15.043087,15.786639,14.852626,14.809972,14.792407,14.779551,14.772268,14.797884,14.779834,14.762908,14.748965,14.560006,14.441212,13.95366,13.724712,16.613604,17.009033,16.427797,16.389467,16.372318,16.361416,16.361843,16.401814,16.409544,16.399559,16.385176,16.036808,15.965718,15.627495,14.879445,14.911356,15.481237,14.748927,14.693898,14.667326,14.645483,14.631616,14.66676,14.701091,14.68295,14.663911,14.4494,14.356155,13.940475,13.652622,14.364233,15.081738,14.212837,14.138584,14.111921,14.088754,14.069827,14.092561,14.116909,14.096738,14.08301,13.911638,13.798928,13.331032,13.149826,17.822351,18.121254,17.663538,17.640635,17.639885,17.642859,17.653006,17.690456,17.688822,17.680874,17.65271,17.185589,17.130346,16.863283,15.631353,14.913584,15.742341,14.718246,14.675953,14.660781,14.649154,14.640822,14.657984,14.643251,14.629425,14.62052,14.449022,14.317852,13.796153,13.611248,15.869065,16.39954,15.679537,15.636193,15.619953,15.609531,15.608295,15.645843,15.641297,15.626135,15.604753,15.329691,15.23994,14.83976,14.37006,14.939918,15.770908,14.742616,14.706367,14.691648,14.680542,14.672672,14.690422,14.673783,14.65976,14.650512,14.480662,14.348952,13.825336,13.638897,14.841303,15.636657,14.654732,14.600122,14.582368,14.568523,14.558764,14.578413,14.565618,14.550319,14.539979,14.363561,14.23799,13.732138,13.541114,14.67245,15.441034,14.498798,14.428577,14.407422,14.390307,14.377574,14.39849,14.392551,14.375629,14.364447,14.187442,14.066695,13.575115,13.388131,15.341361,16.001842,15.149931,15.107424,15.090455,15.078838,15.074487,15.106061,15.089315,15.072046,15.053729,14.834726,14.727181,14.272699,13.96982,15.83697,16.4044,15.643639,15.606544,15.591888,15.58328,15.583743,15.621301,15.601851,15.584308,15.560822,15.297729,15.20267,14.7875,14.34852,15.91295,16.469061,15.720643,15.681905,15.669114,15.661788,15.662717,15.699648,15.686993,15.67154,15.647899,15.375059,15.281639,14.871947,14.408256,13.467364,14.116107,13.359987,13.284895,13.246612,13.205008,13.164666,13.173491,13.362867,13.339572,13.321085,13.170128,13.06719,12.641146,12.494929,16.664482,17.118116,16.479856,16.448973,16.443804,16.443279,16.450169,16.490028,16.480991,16.468647,16.439264,16.094395,16.015717,15.658234,14.934721,16.394779,16.796122,16.215858,16.177042,16.158413,16.145828,16.143497,16.184782,16.202938,16.194904,16.185572,15.853518,15.783034,15.441206,14.748281,19.610743,19.740637,19.543213,19.541132,19.553846,19.565565,19.575424,19.597338,19.598661,19.597578,19.572556,18.895947,18.872946,18.755507,16.565191,16.38315,16.873589,16.193008,16.160021,16.150883,16.147249,16.152294,16.191912,16.177437,16.162672,16.135324,15.819707,15.735356,15.357506,14.740685,16.901876,17.27689,16.714502,16.678497,16.663662,16.655012,16.658293,16.697338,16.699577,16.689022,16.670458,16.297031,16.227966,15.902102,15.05913,17.037973,17.435961,16.85589,16.827477,16.82082,16.819933,16.828642,16.8692,16.855312,16.8416,16.812716,16.432016,16.360554,16.030895,15.161078,16.158398,16.549744,15.988423,15.949536,15.929802,15.914934,15.90979,15.9535,15.990044,15.984105,15.972909,15.654572,15.586376,15.246853,14.600629,15.116843,15.584165,14.961675,14.912415,14.885233,14.86237,14.848816,14.891026,14.951677,14.938232,14.917195,14.674667,14.596347,14.222104,13.849027,14.813001,15.254925,14.673703,14.623152,14.593937,14.568236,14.551848,14.596183,14.68987,14.676902,14.651292,14.418584,14.34447,13.983761,13.645656,16.688719,17.105974,16.501659,16.465626,16.453695,16.447525,16.451542,16.491131,16.489143,16.477194,16.454132,16.102594,16.028406,15.683432,14.932151,18.265636,18.533173,18.127863,18.113329,18.120605,18.129986,18.143074,18.179039,18.174559,18.167803,18.134706,17.619806,17.570662,17.33432,15.890836,15.567617,16.095911,15.386174,15.338029,15.316694,15.30125,15.295282,15.333231,15.341861,15.326311,15.308062,15.051326,14.962554,14.561857,14.149247,17.12207,17.518053,16.945038,16.918985,16.916605,16.918781,16.928474,16.968836,16.958323,16.946581,16.915369,16.525431,16.45507,16.130041,15.224577,12.497826,12.438664,12.304794,11.742079,11.402367,11.37533,11.370011,11.375584,11.170528,10.921588,10.872831,10.768923,10.801099,10.18408,10.095764,8.3932972,8.4810877,8.4876575,8.3692017,8.3004494,8.2358179,8.2393026,8.4401693,8.2837887,8.2103319,8.0403414,8.1266565,8.1204596,8.0822096,7.9162035,9.2108669,9.2730579,9.279912,9.1335506,9.0010986,8.9397249,8.9426041,9.0907936,8.8628988,8.7842541,8.6654873,8.722105,8.7560415,8.6907196,8.5043049,6.7760091,6.9126868,6.9304371,6.8794179,6.9671211,6.9228926,6.9351916,7.2191486,7.1221156,7.079248,6.9225197,7.060195,7.054306,7.0892811,6.9549308,11.026965,10.987617,10.929067,10.578321,10.180293,10.120315,10.107814,10.153274,9.9265318,9.7686033,9.6509581,9.6191263,9.6305313,9.3034182,9.1620789,11.573968,11.385979,11.341565,11.197535,10.730259,10.707315,10.703589,10.696831,10.27765,10.213657,10.169023,10.144076,10.191701,10.070137,9.9022903,10.67322,10.640502,10.61511,10.360188,10.036135,9.9819984,9.9761372,10.028816,9.7517252,9.6352768,9.5455828,9.5356951,9.5705767,9.3519773,9.1811962,9.7453547,9.6308441,9.6831923,9.6260519,9.4109859,9.3887348,9.3890352,9.3993149,8.9864187,8.9594297,8.9220266,8.9243832,9.0022039,9.0422525,8.8089228,12.043612,11.751859,11.68871,11.646861,10.974294,10.96154,10.958252,10.950001,10.446326,10.427251,10.362024,10.350223,10.392826,10.354809,10.204145,8.2049913,8.3226719,8.337141,8.2367611,8.2257614,8.1707764,8.1801834,8.400074,8.2192507,8.1576548,8.0367393,8.1351767,8.1690998,8.1602564,7.9885869,10.324477,10.316642,10.299318,10.066401,9.7756195,9.7151842,9.7098579,9.7846165,9.5243874,9.4151573,9.3105373,9.3167057,9.3459311,9.1646824,8.9884624,9.7958212,9.7563248,9.7863598,9.6665993,9.4657011,9.4249535,9.4276791,9.4805498,9.1387691,9.0802851,9.0125504,9.0257559,9.0919218,9.061306,8.8427029,11.143929,10.943266,10.932515,10.860491,10.413774,10.391171,10.386808,10.381935,9.9301195,9.8986492,9.8600206,9.848876,9.9051142,9.8432131,9.6533527,10.554218,10.496412,10.491379,10.299718,10.005851,9.960989,9.9582911,9.9976807,9.6730452,9.585166,9.5164108,9.5104485,9.560914,9.4101219,9.2201071,12.197409,12.001719,11.898242,11.722801,11.215432,11.198104,11.196279,11.168666,10.761907,10.675509,10.622831,10.585182,10.621956,10.561469,10.414375,9.0891151,9.1501074,9.169055,9.0502596,8.9528675,8.8987751,8.9058285,9.0495872,8.7956238,8.7297659,8.6282053,8.6863661,8.7417564,8.7171173,8.518239,10.093,10.074209,10.080203,9.9097795,9.6713934,9.6203661,9.6198635,9.6874666,9.3846054,9.3028936,9.2195024,9.232132,9.2824974,9.175827,8.9777994,10.276314,10.207202,10.222393,10.081105,9.8204002,9.7810049,9.7804184,9.8148384,9.4625311,9.3967562,9.3362789,9.3365364,9.39676,9.3121624,9.1052055,10.870201,10.726313,10.725554,10.609314,10.251669,10.222325,10.218863,10.223824,9.8187361,9.7671623,9.7255316,9.713769,9.7717991,9.6756401,9.4795475,8.0098209,8.143281,8.1710186,8.1063452,8.1690407,8.1255159,8.1448898,8.3722382,8.159461,8.1137953,8.0192986,8.1265945,8.2090063,8.2606726,8.0751534,11.825648,11.748661,11.666756,11.271778,10.900222,10.865408,10.859596,10.871516,10.601326,10.426992,10.370764,10.307872,10.345817,9.93153,9.8035116,11.545941,11.43248,11.379214,11.107412,10.727493,10.695686,10.691214,10.697379,10.362366,10.242571,10.194673,10.15349,10.198388,9.9278383,9.7729101,12.621503,12.341931,12.223788,12.137822,11.44107,11.429209,11.429035,11.40661,10.93409,10.888339,10.807145,10.78574,10.816437,10.813877,10.683895,9.5644464,9.5534477,9.5841446,9.4669561,9.2992039,9.2548265,9.2593689,9.3337011,9.0119162,8.9523554,8.8753548,8.8996267,8.9659252,8.9481659,8.7298946,8.4421835,8.5410881,8.5822916,8.5249844,8.557354,8.51752,8.5394278,8.7130737,8.4429626,8.4007797,8.3091764,8.3903399,8.4984512,8.5760374,8.3610439,9.4660273,9.4607134,9.4457684,9.2485313,8.9937315,8.9144907,8.9047432,9.0217648,8.8655138,8.757616,8.522089,8.5545559,8.498704,8.3691187,8.2069845,9.0968513,9.130702,9.1642437,9.064784,8.9671583,8.9207964,8.9295893,9.0440693,8.7507553,8.695364,8.608346,8.654768,8.7259007,8.7417192,8.5252924,11.970614,11.911426,11.807401,11.325802,10.937617,10.899889,10.891651,10.908195,10.693261,10.478544,10.399024,10.320274,10.345014,9.8304071,9.7248859,11.502962,11.443781,11.360953,10.944355,10.524957,10.475676,10.463587,10.490375,10.275451,10.088056,9.9738741,9.9166679,9.9283257,9.5055971,9.3861971,8.2419052,8.1964607,8.1975956,8.1191263,7.9807754,7.9057298,7.9004741,8.0500145,7.9872904,7.9094381,7.5242753,7.5823665,7.4413862,7.4090095,7.2645864,11.010247,10.958706,10.920443,10.633383,10.281611,10.233006,10.226605,10.263419,9.9811773,9.8522577,9.7728529,9.7476902,9.7843437,9.516777,9.3563004,9.8155489,9.8390551,9.8355274,9.6474934,9.4281187,9.3655491,9.3636694,9.4697037,9.2210112,9.1278334,9.0146456,9.0442219,9.0747871,8.9547701,8.7697821,9.5792465,9.6000366,9.6155872,9.474618,9.3076611,9.2541122,9.2573557,9.3598871,9.0779667,9.0055695,8.9116611,8.946413,8.999876,8.9426498,8.7397194,11.20123,11.120383,11.082031,10.81423,10.459285,10.419261,10.414259,10.43541,10.121336,10.002275,9.94168,9.910697,9.954855,9.6968794,9.5338621,10.626546,10.452142,10.472651,10.422452,10.073269,10.04959,10.045706,10.041878,9.596468,9.5748205,9.5445156,9.5400734,9.6069231,9.5735016,9.3614292,12.165745,12.031906,11.932855,11.602508,11.20573,11.183505,11.18044,11.170105,10.843125,10.695478,10.654593,10.592344,10.630611,10.319191,10.188025,6.3618846,6.5359249,6.5592985,6.515007,6.6551142,6.6199713,6.6374822,6.9521184,6.8463039,6.8130388,6.71562,6.8717718,6.9025822,6.9615254,6.8314791,11.633719,11.497136,11.44136,11.197097,10.794942,10.766966,10.762918,10.762566,10.404784,10.29705,10.252719,10.212961,10.258185,10.021974,9.8658562,11.449359,11.227076,11.197139,11.119675,10.611322,10.591355,10.587229,10.580253,10.119578,10.085443,10.040638,10.026218,10.077215,10.012303,9.8357897,10.833729,10.665308,10.671351,10.592927,10.219162,10.193427,10.189635,10.188972,9.7569704,9.7224903,9.6861582,9.6777897,9.7388163,9.6766138,9.4750357,10.364071,10.263722,10.283233,10.16735,9.8899794,9.8568296,9.8555937,9.8748102,9.4937191,9.4405222,9.3913927,9.3880548,9.4516497,9.3849678,9.1745501,9.0389013,9.0069971,9.065196,8.990489,8.8681831,8.8368521,8.8448296,8.9020777,8.5448389,8.5057707,8.4451408,8.4669561,8.5491209,8.63554,8.3954754,6.9837465,7.1521549,7.1755486,7.1233239,7.2467322,7.2082047,7.2274365,7.5205703,7.3781433,7.3394217,7.2481756,7.3912768,7.4451451,7.5011735,7.3527846,10.997442,10.927533,10.898737,10.649498,10.309148,10.265966,10.261184,10.289677,9.9774351,9.8657837,9.7998228,9.7768993,9.8213434,9.5912809,9.4210739,11.190865,10.962782,10.952106,10.910539,10.424407,10.404984,10.400203,10.392586,9.91506,9.8967762,9.8575907,9.8491306,9.9060154,9.8678255,9.6780615,11.983958,11.725739,11.660779,11.583022,10.972206,10.956715,10.953983,10.942918,10.46849,10.432361,10.37204,10.354689,10.396916,10.344489,10.190187,10.832027,10.704782,10.703026,10.568024,10.226177,10.194442,10.191216,10.20069,9.8115711,9.7513599,9.7062826,9.6938248,9.7509727,9.6392193,9.4443846,11.562477,11.30875,11.275977,11.232058,10.664251,10.647628,10.643363,10.635757,10.14713,10.127275,10.076616,10.065906,10.115919,10.073299,9.9005003,11.013406,10.88764,10.873654,10.710703,10.352164,10.319769,10.31608,10.325106,9.9465752,9.8742695,9.8277607,9.8096943,9.8632183,9.7180233,9.532548,11.440733,11.355541,11.302514,10.997818,10.631029,10.593531,10.588242,10.604124,10.29897,10.164186,10.106837,10.065186,10.107549,9.8023157,9.650753,12.76635,12.436118,12.324595,12.272665,11.472578,11.462657,11.461684,11.45169,10.943683,10.918002,10.824679,10.810834,10.840979,10.799152,10.680345,10.874213,10.654609,10.661557,10.632315,10.201873,10.181875,10.176415,10.166625,9.6877337,9.6756716,9.6462469,9.6404819,9.7044296,9.6841173,9.4797993,9.4829388,9.4227247,9.4723492,9.387044,9.2133427,9.1818342,9.1861639,9.2247419,8.8537512,8.8118124,8.7562914,8.7674599,8.8439274,8.8816729,8.6479988,11.241733,11.079398,11.05627,10.916081,10.50517,10.477994,10.473975,10.47368,10.066576,10.004857,9.9626703,9.9427299,9.994957,9.8690748,9.6885414,11.037274,10.934928,10.91378,10.710611,10.362931,10.326648,10.322725,10.338501,9.9879169,9.8974886,9.8447628,9.8231182,9.8734741,9.6874542,9.5088453,10.450933,10.437802,10.398565,10.102917,9.7588263,9.687789,9.6757202,9.7513866,9.5415258,9.403986,9.2601919,9.2560453,9.251997,9.0057783,8.8495178,10.388538,10.262152,10.286861,10.199917,9.9096851,9.8814116,9.8795547,9.8886642,9.4822416,9.44277,9.4019938,9.3984499,9.4651041,9.4211111,9.2068415,9.851264,9.7146425,9.7685061,9.72995,9.498291,9.4787178,9.4776945,9.4799385,9.0492716,9.0320301,8.9991026,9.0016184,9.0815859,9.1204395,8.8867702,9.6464605,9.5592833,9.6090851,9.5329571,9.3358784,9.3084087,9.3106089,9.3337555,8.9432526,8.9064322,8.8593607,8.8642807,8.9402704,8.9737644,8.7408895,10.807379,10.70363,10.69772,10.532224,10.204914,10.169182,10.166056,10.183188,9.8186131,9.7443724,9.6928291,9.679183,9.7338886,9.5946712,9.4038677,8.5454006,8.6421652,8.6667128,8.5761671,8.5573578,8.5077286,8.5202665,8.7043495,8.4704609,8.4150219,8.3155556,8.3973827,8.4630947,8.4792728,8.284955,8.728528,8.7429075,8.7976637,8.7292233,8.6627531,8.627264,8.6389189,8.7346821,8.4087763,8.3684406,8.2954292,8.3367596,8.4240179,8.5220175,8.2872305,7.9194236,7.9692726,7.9770389,7.8947611,7.8407226,7.7757545,7.7786927,7.9829988,7.8844862,7.8163958,7.5575881,7.6481471,7.5839715,7.5666924,7.4174061,10.397342,10.227174,10.261415,10.225039,9.9149342,9.892046,9.888073,9.881731,9.4335995,9.4188976,9.3943949,9.392457,9.4652071,9.4502935,9.2285452,9.5349922,9.5715532,9.5632324,9.3705587,9.1562042,9.084981,9.0806313,9.2091074,9.0054235,8.9063015,8.7540703,8.7945232,8.7955751,8.6748981,8.5001974,10.406166,10.258225,10.286955,10.224965,9.9222002,9.8972826,9.8947248,9.8967218,9.4696722,9.4420624,9.4075327,9.4047337,9.4738951,9.4466076,9.2294149,12.56024,12.479137,12.344893,11.822403,11.500547,11.477738,11.473888,11.472209,11.237876,11.007134,10.970001,10.870876,10.904072,10.34013,10.243565,13.846263,13.825447,13.833027,13.833006,13.796006,13.782709,13.775146,13.765208,13.695913,13.692858,13.695184,13.697641,13.709259,13.548964,13.498249,13.827595,13.779345,13.798149,13.797915,13.706325,13.667136,13.653767,13.61956,13.466642,13.461077,13.470786,13.475146,13.500707,13.035048,12.919258,13.632738,13.588071,13.604253,13.60037,13.522413,13.496079,13.481083,13.461581,13.317136,13.311459,13.317039,13.32142,13.345954,13.044831,12.943835,13.879076,13.843492,13.857292,13.860891,13.792617,13.763148,13.752385,13.727298,13.611668,13.60738,13.612798,13.618,13.637218,13.275784,13.186718,13.562389,13.487437,13.516792,13.50964,13.377741,13.324724,13.306573,13.260043,13.031066,13.023787,13.042532,13.046357,13.085952,12.498469,12.335685,12.789919,12.82034,12.906336,11.824232,11.667545,11.671523,11.529305,11.627857,11.466118,11.113863,10.995903,11.11027,11.15691,11.016064,7.6682482,12.498988,12.523744,12.581979,11.608036,11.40871,11.409467,11.263073,11.328901,11.165792,10.926843,10.839872,10.940318,10.985002,10.83939,7.4861341,12.212198,12.252661,12.290062,11.485421,11.263049,11.2844,11.154504,11.223824,11.057353,10.847099,10.749684,10.837762,10.881235,10.745108,7.7236433,12.642342,12.672763,12.777886,11.569714,11.423421,11.427014,11.277325,11.383956,11.224868,10.820537,10.693878,10.818289,10.863426,10.721954,7.7160206,11.66056,11.69357,11.746579,10.795796,10.55897,10.569221,10.422505,10.481812,10.312393,10.110072,10.015181,10.111636,10.15296,10.014826,7.8502645,12.217673,12.249951,12.297936,11.395013,11.178265,11.187776,11.047101,11.113171,10.946106,10.723245,10.629161,10.723582,10.767237,10.626023,7.6935678,11.818128,11.877459,11.897564,11.230919,10.98233,11.023503,10.909442,10.975245,10.814105,10.655758,10.576463,10.658666,10.703501,10.580262,7.6331687,10.87317,10.895465,10.961521,9.8809767,9.6064682,9.6076097,9.4446182,9.4824743,9.3112803,9.1531134,9.0631218,9.1620483,9.1984339,9.062582,7.934279,11.032131,11.048834,11.135739,9.913023,9.6694412,9.6616383,9.4880867,9.5269699,9.3646708,9.1796503,9.0908136,9.2008228,9.2345915,9.0916834,7.6590691,11.008791,11.044272,11.088257,10.177648,9.899107,9.9132633,9.7658138,9.8118982,9.63659,9.4768333,9.38589,9.4747076,9.5136604,9.3840075,8.0799074,8.9145374,8.9141054,9.1364555,7.1587992,7.0097041,6.9933977,6.8019705,6.8105545,6.7270484,6.5933757,6.5491343,6.6947503,6.7057343,6.5665202,5.9141345,9.2940331,9.284606,9.4729509,7.5940447,7.4071474,7.3740716,7.163662,7.1553955,7.0495887,6.9193368,6.8671732,7.0002794,7.0057507,6.8573222,6.1266284,8.9905643,8.977354,9.1623583,7.2997446,7.0790653,7.0470805,6.8412313,6.8256774,6.7223783,6.6292524,6.5748515,6.7067013,6.716969,6.577868,6.101191,10.677357,10.689144,10.782507,9.5039806,9.2423029,9.2320805,9.0536156,9.0821657,8.9218311,8.7637968,8.6781254,8.7884293,8.820137,8.6793423,7.6313052,11.455339,11.497557,11.537469,10.685903,10.431746,10.452781,10.315375,10.37368,10.203136,10.02398,9.9317417,10.021125,10.062743,9.9316454,7.934545,9.6609173,9.6556692,9.8098679,8.133399,7.8858018,7.862289,7.6641483,7.6650095,7.5396681,7.4263177,7.3591142,7.485219,7.5046687,7.3649063,6.76546,9.0112658,9.0088739,9.1961899,7.3802676,7.153935,7.1383643,6.9522882,6.9526763,6.8537822,6.7746029,6.7092967,6.8404622,6.8594065,6.7296367,6.3263092,11.167022,11.198111,11.252653,10.271034,10.008995,10.01792,9.8655224,9.9139996,9.7422228,9.5680532,9.4760017,9.5713797,9.6103096,9.4756842,7.9570045,12.881021,12.906476,12.973669,11.993509,11.820558,11.82365,11.68469,11.76267,11.604074,11.339133,11.268187,11.376663,11.427162,11.28699,7.3123512,10.165244,10.164515,10.313424,8.6626692,8.4502211,8.4229851,8.2192268,8.2294741,8.0975437,7.9315896,7.8611412,7.9896593,8.0065756,7.8576336,6.8269029,10.028092,10.028208,10.158697,8.6329222,8.3694916,8.3519354,8.1614542,8.1721926,8.0318489,7.909884,7.833138,7.9531317,7.9786153,7.8394227,7.1759357,10.5156,10.525309,10.61203,9.3723087,9.0855818,9.0768051,8.900116,8.9232349,8.7575579,8.6239281,8.5370417,8.6423645,8.6750193,8.5371742,7.7742381,11.076382,11.09574,11.258917,9.6165457,9.4601364,9.4539089,9.2717676,9.3427744,9.2116165,8.8865185,8.773921,8.9186573,8.950099,8.8044968,7.2695518,12.207387,12.232602,12.325467,11.14972,10.971923,10.97035,10.813795,10.893584,10.733236,10.431865,10.328084,10.446177,10.489209,10.345204,7.6287217,12.028224,12.076405,12.110154,11.349889,11.119185,11.150074,11.027117,11.097041,10.93264,10.741598,10.646274,10.732527,10.776175,10.64479,7.7269535,9.7646866,9.7627249,9.9031544,8.321207,8.0542307,8.036541,7.8445559,7.8493109,7.7151847,7.6160474,7.535007,7.6567268,7.6811299,7.5448594,7.045579,12.387533,12.44873,12.474277,11.843468,11.62272,11.67183,11.571192,11.647299,11.495931,11.337242,11.25269,11.334918,11.381524,11.258196,7.300571,9.8600721,9.8543911,10.004303,8.3306742,8.1001663,8.0700922,7.863565,7.8625054,7.732914,7.5967469,7.5299296,7.6566405,7.672224,7.5263062,6.7350826,8.7080898,8.6876535,8.883008,6.9294186,6.7395711,6.6964002,6.4789667,6.4498158,6.3537831,6.2587628,6.2143679,6.3452568,6.3455777,6.2000594,5.6875052,11.365018,11.38236,11.5093,10.074302,9.8909311,9.8808889,9.7024145,9.7635336,9.6154213,9.3367214,9.237402,9.3672647,9.4006538,9.2540236,7.4306688,10.072981,10.071754,10.205729,8.6449575,8.3960133,8.3730335,8.1758366,8.1839228,8.0450468,7.9090538,7.8357205,7.9581318,7.9801159,7.8371973,7.0532818,11.285005,11.301222,11.396091,10.130876,9.9094257,9.8992872,9.7241669,9.7691221,9.6101217,9.3982229,9.3089857,9.4240179,9.4580898,9.3117323,7.5476317,13.213272,13.242574,13.308805,12.370552,12.212749,12.218892,12.087638,12.179041,12.019279,11.712448,11.624948,11.730496,11.780256,11.643151,7.3860412,9.7452822,9.7436905,9.8892307,8.280714,8.0203743,8.0036974,7.8135829,7.8202577,7.6901579,7.5856318,7.509501,7.6326466,7.6568651,7.5206819,6.9818654,8.8941507,8.8886499,9.0822268,7.2288651,7.0031958,6.9848113,6.7952147,6.7920303,6.6965003,6.6167841,6.5623322,6.6939635,6.7105112,6.578496,6.177021,11.05799,11.070022,11.192567,9.7508144,9.5482578,9.532836,9.3473148,9.3895712,9.2414751,9.0141907,8.9265852,9.0521994,9.0814762,8.933218,7.3207932,13.201427,13.237893,13.348648,12.142596,12.023049,12.031882,11.890408,12.0275,11.866172,11.333177,11.188793,11.316121,11.364171,11.227656,7.8341513,11.258146,11.282031,11.352365,10.256559,10.011301,10.011377,9.8493376,9.896862,9.7294149,9.5390692,9.4469709,9.5505161,9.5879498,9.4475546,7.8047495,11.809876,11.838284,11.989389,10.45238,10.313774,10.314507,10.14362,10.243784,10.101678,9.6801605,9.543539,9.6881361,9.7259541,9.5817242,7.5681181,10.677716,10.685272,10.799599,9.3780603,9.1447515,9.126502,8.9369516,8.9623756,8.8119802,8.6343222,8.5525942,8.67208,8.6987762,8.5525112,7.325233,11.791508,11.811838,11.904361,10.689446,10.490772,10.48449,10.318398,10.379735,10.220084,9.9683323,9.8758421,9.9925356,10.031639,9.885293,7.558403,10.258936,10.268852,10.45108,8.679719,8.5129528,8.5006962,8.3101568,8.3522367,8.2363777,8.0010548,7.9150286,8.0604839,8.0840425,7.9401503,6.833981,10.489738,10.495917,10.606949,9.2027445,8.9503975,8.9336481,8.745717,8.7666445,8.6148634,8.4594517,8.3783998,8.4950056,8.522481,8.3794403,7.3903637,10.162777,10.16614,10.334191,8.6062307,8.4194288,8.39781,8.1987448,8.221159,8.0983477,7.9047537,7.8330474,7.9694963,7.9876347,7.8399568,6.7550554,10.488822,10.497427,10.594258,9.2886629,9.0141115,9.0032978,8.8233852,8.8464108,8.6869354,8.5468702,8.4620123,8.5719643,8.6032543,8.4641094,7.6283708,8.0216093,8.0084553,8.2412634,6.1980243,6.0600924,6.0307517,5.8342209,5.8161693,5.7466645,5.6651955,5.6374416,5.7701478,5.7667799,5.6245422,5.1929235,8.2636595,8.3744135,8.2712612,8.3167229,8.2514715,8.1985283,8.1683054,8.3691216,8.2678251,8.176837,7.928968,7.9121709,7.8911219,7.8798699,7.5057864,8.4284601,8.544055,8.4364729,8.4880438,8.4298391,8.3710852,8.3386106,8.5066624,8.4075842,8.3272114,8.0857286,8.0719156,8.0542316,8.0368052,7.5865364,9.1871538,9.2751255,9.1137037,9.1035843,9.0314589,8.9880638,8.9581623,9.1604033,9.047183,8.9481106,8.7562485,8.743721,8.7088795,8.6016932,8.3586874,7.2500029,7.353404,7.286448,7.3398337,7.265707,7.2267251,7.2069049,7.4464302,7.364944,7.2658901,7.008287,6.9841738,6.9646435,6.9912319,6.6873884,7.7936554,7.8830504,7.8065166,7.893703,7.8503094,7.7977409,7.7708502,7.9016333,7.8262267,7.765882,7.5294399,7.5157065,7.5056558,7.517056,6.8984423,8.5908356,8.7341976,8.6205616,8.6707764,8.6172972,8.5560665,8.5235367,8.6572199,8.5619707,8.4925718,8.2757778,8.2566605,8.2403803,8.1968241,7.7021718,8.4739351,8.5880098,8.4745302,8.5118332,8.4448566,8.3921814,8.3611679,8.5647907,8.4587593,8.3651247,8.126153,8.111083,8.0878038,8.0626669,7.7097139,8.641614,8.7610178,8.6403637,8.6759262,8.6109915,8.5552702,8.5226345,8.7137499,8.6061478,8.5156355,8.280159,8.2658033,8.2428522,8.2085543,7.8392239,10.10485,10.278522,10.051557,10.027569,9.9628544,9.9085608,9.8718662,10.018932,9.9031181,9.8200788,9.6414604,9.62356,9.5833263,9.4017477,9.157486,9.0672865,9.2466211,9.1035948,9.1271324,9.0697765,9.0091372,8.9750738,9.1195993,9.0129385,8.9361591,8.7264023,8.6946888,8.6700573,8.5809612,8.2045822,7.8996015,8.0069723,7.9172125,7.9629116,7.8915687,7.8468008,7.8223839,8.0528975,7.9564242,7.8575201,7.611454,7.5937972,7.571857,7.5745006,7.2521935,8.3341522,8.4470215,8.3458815,8.409359,8.3574257,8.2977448,8.2658901,8.4089575,8.3175278,8.2470865,8.0152359,8.0042028,7.990262,7.977016,7.4436727,6.548202,6.6410494,6.5938244,6.6523485,6.5867114,6.549902,6.5328741,6.7467599,6.6800737,6.5929022,6.2886729,6.2359877,6.2203856,6.2640672,5.975853,8.1443624,8.2479916,8.1565599,8.2334986,8.1870346,8.1295328,8.0995445,8.2261696,8.1434612,8.0808983,7.8583198,7.849967,7.8389683,7.8340721,7.2254024,9.3858871,9.5777311,9.4105644,9.4190731,9.3584814,9.2986097,9.2628775,9.4097023,9.2982273,9.2178135,9.0191803,8.9827576,8.9514742,8.8318062,8.5086889,9.8410072,9.9435081,9.7304792,9.6936178,9.6264305,9.5797157,9.5458708,9.7063179,9.5940084,9.5038071,9.3324976,9.3221512,9.2811012,9.096838,8.883894,8.0641737,8.1709795,8.0766506,8.1285534,8.0649405,8.0124187,7.9831347,8.1812067,8.0846329,7.9961796,7.7400441,7.7206545,7.7013183,7.7010517,7.3118443,8.3407087,8.4607229,8.3601875,8.4268293,8.3778086,8.3179817,8.2866764,8.4125261,8.3248692,8.2605124,8.0435514,8.0320635,8.0193367,7.9981441,7.4237018,7.8568816,7.9459233,7.8681731,7.9612498,7.920846,7.8682938,7.8415236,7.956872,7.8845448,7.8292727,7.6128511,7.6056032,7.597126,7.6043496,6.9246531,9.378562,9.5395594,9.3760948,9.3872385,9.3240509,9.264122,9.2282181,9.3890896,9.2743759,9.1891155,8.9818106,8.960145,8.9315214,8.8315563,8.4962158,7.9588742,8.0654478,7.9740372,8.0225124,7.9543476,7.9058428,7.8786788,8.0952148,7.9985361,7.904017,7.6507964,7.6313586,7.6104012,7.6126113,7.2630386,8.8895149,9.0396271,8.9094076,8.9450474,8.8872128,8.8252363,8.7909012,8.9398804,8.8351555,8.7578182,8.5381527,8.5189428,8.4986248,8.4399872,8.0130196,9.6215305,9.6863031,9.4853506,9.4413128,9.3731127,9.3321152,9.3022118,9.4706564,9.3642406,9.2713833,9.1065254,9.098093,9.0577784,8.8795633,8.687397,8.8581076,8.99722,8.8684282,8.9050531,8.8457632,8.7842159,8.7496614,8.9073935,8.8014116,8.7210598,8.4963608,8.4807148,8.4602404,8.4098063,7.9873433,7.964817,8.0598497,7.977952,8.0702553,8.0302954,7.9769006,7.9496794,8.0568514,7.9842129,7.9308033,7.7279711,7.7233057,7.7151313,7.7146749,7.0144734,8.1931601,8.3014221,8.1986542,8.2350998,8.1626816,8.1183462,8.0922251,8.3238182,8.221034,8.1198502,7.884768,7.8699961,7.84548,7.831203,7.5240779,9.4947805,9.6294518,9.453702,9.4511681,9.3839779,9.3296785,9.294713,9.4713049,9.3538494,9.2619915,9.0628891,9.0467987,9.0138779,8.8977985,8.6113949,8.0742569,8.1743717,8.0853891,8.1619396,8.1145763,8.0577545,8.0280485,8.1626015,8.0795221,8.0147991,7.7826328,7.7722464,7.7607708,7.7611222,7.1733871,8.7183943,8.8445845,8.7221069,8.7611895,8.7000246,8.6405716,8.6067524,8.7787991,8.6728573,8.5885382,8.3557081,8.3418388,8.3210697,8.2835531,7.8739901,7.9091525,8.0122957,7.9246006,7.9820704,7.9209223,7.8685646,7.8399749,8.0317106,7.939549,7.8546624,7.5911245,7.5688138,7.5510764,7.5584745,7.1507978,10.123804,10.330962,10.106034,10.088082,10.025336,9.9702177,9.9345436,10.075333,9.9601336,9.8831244,9.7045174,9.674921,9.6340904,9.4535456,9.1977644,9.0110455,9.1425323,9.0017948,9.0248871,8.9599152,8.9023952,8.867979,9.0489702,8.9362831,8.8464117,8.6241989,8.6094971,8.5838652,8.5208139,8.1695051,7.6232057,7.7245188,7.6459894,7.7023025,7.6366286,7.5890613,7.563406,7.7740755,7.6854663,7.595242,7.3261824,7.2996755,7.2810874,7.2979684,6.9357781,8.8801765,9.0110331,8.8790941,8.9101782,8.8472157,8.7882032,8.7538862,8.929327,8.8197145,8.7328548,8.5053282,8.4909096,8.4678564,8.417202,8.035675,9.35536,9.4655933,9.296217,9.2898226,9.2202339,9.1710176,9.1380987,9.3280134,9.2117414,9.1157856,8.9194431,8.9054594,8.8713474,8.7588911,8.4943275,8.4332628,8.5482187,8.4386301,8.4837227,8.4211884,8.3649254,8.3329725,8.5191832,8.4165983,8.3295708,8.0859308,8.0708027,8.0505199,8.0313244,7.6310935,9.1336651,9.2562227,9.1049252,9.1158743,9.0477066,8.9945707,8.9609585,9.1526928,9.0372047,8.9425354,8.7298613,8.7155685,8.6858644,8.6055555,8.2999277,8.111701,8.2152023,8.1228113,8.189806,8.1373634,8.080266,8.0498333,8.2042551,8.1152945,8.04284,7.7966323,7.7820749,7.7680526,7.7679596,7.2529359,7.8038397,7.898932,7.818531,7.8919916,7.8414397,7.7879162,7.7599325,7.9165511,7.8339562,7.7635088,7.5035076,7.4820895,7.4689188,7.4814787,6.9671197,10.064376,10.214027,9.9838314,9.9513884,9.8863268,9.8350878,9.7985468,9.9442673,9.8303013,9.7450256,9.56779,9.5587683,9.5169134,9.3254709,9.1024446,6.8359766,6.9243851,6.8704505,6.9363441,6.8852692,6.8433366,6.8229928,6.9955983,6.9282422,6.8582921,6.5221992,6.4575939,6.4428053,6.480453,6.1141825,8.8233147,8.9431486,8.811285,8.836298,8.7688532,8.7151728,8.6824245,8.8797426,8.7680359,8.6738586,8.4475794,8.4335394,8.407382,8.3564606,8.0225859,7.7065177,7.8043256,7.724895,7.7894969,7.732512,7.6809578,7.6535897,7.8344331,7.7486191,7.669508,7.3959312,7.3685427,7.3528028,7.3685436,6.9346137,8.8249216,8.9924841,8.8654757,8.9011345,8.8464336,8.7860575,8.7536697,8.8937063,8.7930336,8.7205057,8.5058193,8.4786406,8.4586487,8.3904715,7.9648666,8.2690954,8.4034996,8.3057261,8.3715706,8.3243256,8.2653999,8.2354012,8.3508444,8.2668962,8.2071791,8.002161,7.9828954,7.9694247,7.9361286,7.3598056,9.8688745,10.021836,9.8162117,9.7994156,9.7334013,9.679081,9.6430798,9.8030195,9.6857452,9.5980701,9.4130363,9.3950958,9.3578577,9.2007418,8.9405394,9.0468168,9.1584072,9.0105057,9.0191793,8.9490042,8.8995543,8.8674107,9.0695915,8.9547071,8.857029,8.6463852,8.6327724,8.6019678,8.5239944,8.2363644,8.0146284,8.1173887,8.0273514,8.0900631,8.0339899,7.978755,7.9490018,8.1202831,8.0297041,7.9517779,7.6942983,7.6752448,7.6595473,7.6636815,7.1998577,7.3706303,7.4591236,7.3929954,7.4693789,7.4210634,7.3730378,7.3489504,7.5076504,7.4336672,7.3660407,7.0784616,7.0403357,7.0273857,7.052701,6.5697398,7.5485244,7.6334348,7.5655355,7.6540565,7.6111221,7.5621953,7.5374036,7.674695,7.6027436,7.5421667,7.288672,7.2652469,7.2548561,7.2740736,6.6845284,9.7786665,9.9013529,9.6988153,9.6752262,9.6077099,9.5574665,9.5228367,9.6901293,9.5742178,9.4832258,9.302516,9.2881413,9.2497702,9.0888977,8.848362,9.8400497,10.031009,9.8311663,9.8234367,9.7605524,9.7031136,9.6673489,9.8161373,9.7004175,9.6186867,9.4297371,9.4007168,9.3643398,9.211956,8.9294109,9.1061287,9.254817,9.1104288,9.1345367,9.0727491,9.0118465,8.9765291,9.1388454,9.0276051,8.9436798,8.7258558,8.7078295,8.6835184,8.6114979,8.2356539,8.0495548,8.1595449,8.0737171,8.1593723,8.1181154,8.0635023,8.0362453,8.1388111,8.0645828,8.0119476,7.8171124,7.8079977,7.7989292,7.78443,7.1007113,8.2118082,8.3207464,8.2216921,8.275651,8.2157812,8.1599045,8.1290045,8.3099232,8.2130671,8.129837,7.8782868,7.8613992,7.8434248,7.8375278,7.4089532,9.4701195,9.5545893,9.3710279,9.3455448,9.2755079,9.2319098,9.2012672,9.3857098,9.2738504,9.1778803,8.9994602,8.9873018,8.9498568,8.8059855,8.5827017,8.5692997,8.693819,8.5808449,8.6317883,8.5758371,8.5148096,8.4814873,8.6335249,8.5346909,8.4588223,8.2280798,8.2152624,8.1984472,8.1703615,7.6922903,9.2614527,9.3977957,9.2402925,9.2513695,9.1852655,9.1287041,9.0937738,9.272603,9.1567736,9.0657969,8.8544054,8.8386593,8.8096418,8.721734,8.401185,9.1210375,9.26192,9.1154795,9.1365976,9.0728521,9.0135918,8.9784584,9.1501722,9.0371418,8.9497433,8.7313566,8.7152195,8.6895647,8.6174002,8.2604399,8.8803272,8.9812632,8.84128,8.8498621,8.7771111,8.7323008,8.7025414,8.9182014,8.8054428,8.7046156,8.495224,8.4823017,8.4510384,8.3816366,8.1103678,8.6147413,8.7240229,8.600812,8.6250448,8.5537252,8.5066662,8.4768152,8.6955309,8.5856256,8.4857512,8.2607613,8.247098,8.2197285,8.178194,7.8758254,7.2602515,7.3547897,7.2886319,7.3517771,7.292212,7.2462616,7.2225771,7.416996,7.3380957,7.2564936,6.9612026,6.9204631,6.9043403,6.9330273,6.5582819,5.9868226,6.0740356,6.039443,6.0944371,6.0366712,6.0059781,5.9916649,6.1811166,6.1259012,6.050169,5.7039704,5.6250467,5.6112514,5.6618142,5.4145441,9.1350708,9.2970695,9.1509552,9.1740618,9.113904,9.0524006,9.017168,9.1705551,9.0605783,8.9797029,8.766037,8.7431049,8.7186241,8.6378803,8.2600574,7.0070543,7.1050248,7.0456181,7.1034918,7.0340014,6.9937372,6.974268,7.1999774,7.1236663,7.0306449,6.7514281,6.7157731,6.6982427,6.732513,6.4201598,9.6120768,9.7736616,9.5919771,9.5914412,9.526721,9.4687996,9.432744,9.5947046,9.4777174,9.3908682,9.1926451,9.1715422,9.139102,9.0154743,8.7140522,10.975947,11.301171,11.332869,10.717587,10.602547,10.059092,9.9245281,10.049129,9.9786968,9.9535503,9.7832327,9.8910494,9.4113169,9.2955923,7.8370318,14.206117,14.37872,14.355935,14.115729,14.057338,13.774001,13.69678,13.938599,13.813225,13.791101,13.589548,13.706477,13.648149,13.568942,12.123396,10.25705,10.375959,10.341855,10.346346,10.28704,10.064941,9.972023,10.259128,10.100348,10.066291,9.8108006,9.8962183,9.8104734,9.865428,9.1265249,12.726764,12.988348,12.994773,12.563507,12.493427,12.070827,11.97665,12.141119,12.052587,12.025767,11.839008,11.941999,11.627986,11.508754,9.1272163,11.443652,11.865275,11.936674,11.015028,10.920494,10.200469,10.092693,10.196317,10.165587,10.146395,9.9780407,10.104558,9.4200935,9.2586536,7.2905574,14.02223,14.297284,14.320989,13.818311,13.768047,13.324735,13.262417,13.399524,13.343285,13.320663,13.167476,13.267964,12.911297,12.755572,8.2057228,10.387175,10.676324,10.698697,10.175497,10.046806,9.5721779,9.4035845,9.5287313,9.4504709,9.4256706,9.2668972,9.367733,8.9627581,8.8734379,7.7322369,12.450609,12.654054,12.638425,12.367156,12.302417,11.980135,11.874836,12.079548,11.962741,11.9352,11.725582,11.825541,11.651731,11.582363,10.076012,9.9660215,10.071466,10.036345,10.0866,10.026212,9.8154354,9.7429533,10.056665,9.8846378,9.8481102,9.593482,9.6843729,9.6031284,9.6775646,8.9783916,9.4720287,9.8035698,9.9525919,8.4840517,8.1200161,7.5175915,7.3769679,7.4137325,7.3646836,7.3490295,7.2412152,7.3759465,6.7978964,6.6645541,6.1276135,10.667433,10.824495,10.796657,10.690094,10.632426,10.381177,10.251031,10.480413,10.349044,10.319321,10.080673,10.16258,10.04751,10.059984,9.18297,10.677,10.764015,10.720392,10.776351,10.707321,10.503306,10.495356,10.792241,10.612919,10.568595,10.342008,10.506179,10.439092,10.53439,9.7439184,10.030539,10.329127,10.363268,9.7612324,9.5603275,9.0624504,8.8844128,8.9908838,8.9169197,8.8945866,8.7511311,8.8535557,8.417367,8.3273668,7.3770123,10.172755,10.386391,10.378508,10.123419,10.057256,9.7446222,9.5562887,9.7196045,9.622262,9.5974264,9.4019203,9.4851437,9.2747498,9.2441282,8.2356129,10.290921,10.7565,10.884889,9.5285606,9.3809538,8.5715942,8.442297,8.5019512,8.4870472,8.4704428,8.3395195,8.4789362,7.6763134,7.5127864,6.4302721,14.056818,14.250258,14.233704,13.937053,13.875597,13.559673,13.4768,13.693125,13.577199,13.552529,13.356444,13.467306,13.34861,13.249226,11.481556,9.1028805,9.187993,9.1553221,9.2890959,9.2289515,9.0432987,9.0069904,9.3668146,9.1739864,9.1343594,8.8968077,8.9974403,8.9180326,9.0420561,8.4181509,11.617728,11.889651,11.89818,11.461006,11.379738,10.944102,10.824137,10.980339,10.890975,10.864036,10.674007,10.774653,10.431589,10.33227,8.5855274,11.07813,11.248525,11.223171,11.07407,11.014461,10.746624,10.619065,10.839941,10.711931,10.682804,10.45048,10.536998,10.408163,10.399769,9.4043989,11.484898,11.590013,11.545911,11.537725,11.471196,11.24798,11.198863,11.49248,11.320414,11.279834,11.042192,11.16662,11.105379,11.150677,10.298223,11.784722,12.001225,11.989654,11.701941,11.634505,11.297217,11.176956,11.3666,11.255352,11.227348,11.018557,11.113851,10.903215,10.838554,9.3901587,10.797758,10.943832,10.912933,10.832066,10.773373,10.52879,10.415001,10.662108,10.521935,10.490791,10.24707,10.332277,10.229662,10.249573,9.3877726,8.2762327,8.3595371,8.3356295,8.5678711,8.5169334,8.3476191,8.3052483,8.7634277,8.5453644,8.5110216,8.2708015,8.3461428,8.271904,8.4110088,7.8781185,8.826602,8.8887119,8.8486719,8.9756031,8.9039345,8.7307177,8.7752056,9.0399179,8.8656921,8.8194199,8.6313515,8.860817,8.7787256,8.9793186,8.3105755,10.619649,10.871152,10.874448,10.499705,10.413219,10.023867,9.8625412,10.014544,9.9219856,9.8959618,9.7080927,9.8017292,9.5024118,9.4352856,8.2146931,17.106152,17.269337,17.248388,16.925655,16.870401,16.586731,16.52523,16.75563,16.643051,16.62476,16.455889,16.581093,16.639009,16.496885,14.629577,9.2204895,9.3128386,9.2808304,9.4023409,9.3443222,9.151185,9.093317,9.4533148,9.264904,9.2279816,8.975626,9.0619574,8.9831047,9.0874672,8.4709339,17.145594,17.262596,17.221863,17.041388,16.988649,16.769022,16.735394,17.040024,16.904486,16.894461,16.729671,16.892591,17.087833,17.013584,15.921389,10.467962,10.817854,10.872499,10.075799,9.8799047,9.2742043,9.1314659,9.2282562,9.1651917,9.1415844,8.9906588,9.1045828,8.5473032,8.424552,7.34196,10.097511,10.495066,10.606605,9.3771009,9.1330671,8.4270496,8.2909222,8.3502331,8.3093061,8.2898531,8.1636276,8.294034,7.6112442,7.4658947,6.620749,14.141799,14.3543,14.344503,13.989344,13.925985,13.575909,13.494779,13.686881,13.582324,13.555431,13.369545,13.476366,13.299045,13.177786,10.869761,10.415151,10.791764,10.865654,9.9141626,9.6972532,9.0353746,8.8989677,8.9818735,8.9280224,8.9056158,8.7614565,8.8818941,8.2581158,8.1231346,7.0975232,14.524081,14.756733,14.764764,14.346284,14.29391,13.915163,13.851564,14.003222,13.929054,13.903908,13.750762,13.848251,13.588966,13.443444,9.1386557,9.9849205,10.285638,10.331092,9.6171865,9.1479769,8.6273937,8.4815493,8.5695562,8.4796371,8.4585772,8.3216906,8.4247646,7.9744554,7.8825798,7.0651388,9.8437567,9.917614,9.87638,9.9776325,9.9072952,9.7203064,9.7557592,10.034021,9.8576345,9.811862,9.6050854,9.8252687,9.7510538,9.9019527,9.1545944,12.842185,12.919256,12.861068,12.870892,12.798653,12.585784,12.592952,12.880808,12.699781,12.651639,12.436508,12.643999,12.641219,12.702658,11.816385,10.069929,10.392719,10.460982,9.5689526,9.153739,8.5761204,8.4379816,8.5139666,8.4363794,8.4149103,8.2779751,8.3914165,7.868608,7.7555408,6.9778543,9.0326195,9.1099482,9.0756702,9.203845,9.1403742,8.9607258,8.9482489,9.2807674,9.0921583,9.0496054,8.8306694,8.95856,8.87815,9.026845,8.3864994,10.728561,10.828568,10.787344,10.817054,10.751237,10.537253,10.492735,10.795991,10.620157,10.579262,10.338515,10.459756,10.387494,10.455966,9.6693239,9.369729,9.4810705,9.4524126,9.4973068,9.4433298,9.2354898,9.1089697,9.3993816,9.2474613,9.2176218,8.9563074,9.0236025,8.9405184,9.0150156,8.4010029,11.838557,11.974108,11.937282,11.852012,11.789531,11.544612,11.461648,11.728669,11.576574,11.543079,11.305776,11.409037,11.332337,11.338982,10.384655,10.133447,10.266474,10.23574,10.20282,10.146554,9.9175224,9.7953844,10.051948,9.9100895,9.8792906,9.6274529,9.7041864,9.6085396,9.6531057,8.9150887,10.670594,10.799097,10.76476,10.732088,10.672108,10.440248,10.344419,10.616835,10.463749,10.430202,10.17965,10.268124,10.179287,10.217408,9.413188,10.725297,10.94197,10.931949,10.664042,10.596592,10.271629,10.113719,10.287828,10.182788,10.155846,9.9500046,10.037279,9.8221312,9.7797995,8.6311541,10.659537,11.06762,11.145931,10.157515,9.9981623,9.2856874,9.1566648,9.2426634,9.2010689,9.1794386,9.0301723,9.1544752,8.473465,8.326539,7.0985665,9.3042803,9.5652456,9.7055874,8.3098898,7.7622194,7.2690492,7.1286039,7.1603513,7.0886636,7.0728693,6.9502487,7.0771065,6.6273975,6.5102124,6.0741329,11.05543,11.424535,11.474352,10.712029,10.59111,9.9609365,9.8361559,9.9468756,9.8918142,9.8682842,9.7031469,9.8186951,9.2378635,9.1018867,7.5709133,7.6837897,7.7662692,7.750556,8.0895119,8.047513,7.8900094,7.8387365,8.4223871,8.1695957,8.141304,7.8867774,7.9446936,7.8784447,8.0099106,7.548636,7.9943223,8.0719223,8.0516148,8.2434549,8.1924419,8.0367517,8.0210876,8.3993425,8.2055492,8.1696787,7.9671679,8.0616465,7.9866304,8.1855469,7.6437392,16.251411,16.34038,16.277918,16.144625,16.080004,15.853559,15.812561,16.112129,15.946486,15.912187,15.726507,15.881896,16.020363,15.970961,14.964406,13.198539,13.31848,13.273115,13.176543,13.111844,12.871479,12.810304,13.091336,12.931122,12.895863,12.672841,12.797552,12.772614,12.762779,11.755637,19.341198,19.473772,19.458595,19.216022,19.181139,18.973843,18.947472,19.247412,19.139111,19.148073,19.00275,19.162004,19.500328,19.381281,18.203148,11.720705,12.076606,12.118043,11.429721,11.339725,10.743062,10.636335,10.761163,10.705673,10.682805,10.507255,10.621465,10.083889,9.9415054,7.8476744,12.713019,13.041311,13.076198,12.458428,12.39059,11.851216,11.766662,11.901483,11.846789,11.825101,11.649627,11.761145,11.293438,11.1412,8.1001034,10.966984,11.045545,10.999834,11.081867,11.010945,10.814845,10.863513,11.133957,10.962952,10.918354,10.707775,10.967869,10.917158,11.04796,10.223866,10.117735,10.312745,10.297804,10.093788,10.033052,9.7480736,9.5544233,9.7255383,9.6213236,9.5958652,9.3847218,9.4618139,9.2875214,9.2720251,8.330925,9.9091053,9.996932,9.9581795,10.040018,9.9743462,9.7764292,9.7505531,10.068848,9.8853149,9.8428555,9.6090889,9.7377968,9.6599302,9.7648888,9.0495567,15.464864,15.663067,15.651293,15.275073,15.214829,14.874592,14.80521,14.983445,14.885867,14.85752,14.69256,14.796779,14.655678,14.508908,11.411366,14.541176,14.694993,14.665895,14.465814,14.408635,14.147926,14.080688,14.34382,14.210449,14.189511,13.987866,14.113213,14.106446,14.040622,12.766696,13.20505,13.350716,13.315897,13.168456,13.107146,12.850999,12.775455,13.0386,12.894409,12.8658,12.645983,12.76135,12.712068,12.680326,11.557384,12.692864,12.993963,13.0164,12.481647,12.411424,11.919565,11.831087,11.976911,11.907778,11.88337,11.704539,11.811504,11.404494,11.265218,8.4808435,12.17039,12.556828,12.620551,11.782187,11.710532,11.066631,10.972942,11.087551,11.055885,11.039963,10.864477,10.990395,10.395087,10.229239,7.476428,9.8139277,9.9557962,9.9280205,9.8657751,9.812746,9.5832329,9.4239788,9.6456699,9.5225668,9.493803,9.261013,9.3319187,9.2256098,9.2663698,8.5520563,16.288889,16.451258,16.4317,16.159382,16.107887,15.840213,15.781191,16.034977,15.917464,15.904272,15.725525,15.856142,15.909306,15.797145,14.259504,11.084366,11.371572,11.386984,10.902473,10.806944,10.342417,10.20603,10.348848,10.265359,10.239079,10.057367,10.158779,9.7741966,9.676549,8.1827173,8.340991,8.4286156,8.4066572,8.6169586,8.5700951,8.3931332,8.3122435,8.7499075,8.5459051,8.5172319,8.2520847,8.3134069,8.2446976,8.3584538,7.8626294,10.741544,10.977398,10.974145,10.649673,10.574057,10.215197,10.059175,10.222187,10.123278,10.096745,9.8991127,9.9902687,9.7309542,9.673336,8.4505234,11.76906,11.883454,11.840561,11.802979,11.737702,11.506719,11.445109,11.731376,11.565269,11.526954,11.289016,11.404943,11.343798,11.371939,10.482098,10.107474,10.33921,10.338171,10.026717,9.9479294,9.6034088,9.4108067,9.5606203,9.4689903,9.4457855,9.2542257,9.341877,9.0875654,9.0437078,8.0071602,13.637135,13.962973,14.009002,13.362174,13.315138,12.789751,12.726958,12.849926,12.816287,12.799892,12.63735,12.747801,12.285481,12.116192,7.533174,11.278943,11.511318,11.505542,11.185136,11.112999,10.754189,10.61943,10.793069,10.689365,10.661757,10.459011,10.552568,10.303031,10.23737,8.8453159,12.512529,12.798998,12.8146,12.323606,12.250758,11.784926,11.690095,11.842825,11.764477,11.73874,11.555547,11.660475,11.286839,11.15904,8.6856203,11.636526,11.957875,11.985289,11.403609,11.313404,10.782089,10.668932,10.804832,10.734738,10.709764,10.530179,10.63827,10.178288,10.052739,8.1197844,9.9676256,10.130306,10.106939,9.9921494,9.9377184,9.6921587,9.5150976,9.7144461,9.5989065,9.5718279,9.3437824,9.4160461,9.2917271,9.3085632,8.5155516,12.354154,12.539258,12.517594,12.298013,12.235663,11.940563,11.836566,12.057299,11.932261,11.904646,11.686936,11.786755,11.650938,11.600813,10.296085,10.370657,10.638061,10.650055,10.213206,10.104649,9.6788473,9.5041437,9.6431141,9.5588627,9.5338516,9.3634634,9.4595041,9.1136084,9.0388088,7.8917828,13.766552,14.003138,14.003171,13.601045,13.537608,13.151273,13.071033,13.243299,13.151471,13.124402,12.945169,13.048514,12.79812,12.668189,9.8649187,10.83567,11.296729,11.399553,10.233871,10.120616,9.3247175,9.2051353,9.287282,9.270133,9.252985,9.1007996,9.2364731,8.4577513,8.2930546,6.8038507,7.3509002,7.3918753,7.349318,7.4896259,7.4111266,7.2560425,7.3143578,7.5197515,7.3653445,7.3195786,7.1794052,7.4481978,7.3666515,7.6683464,7.1134338,10.986477,11.193425,11.179308,10.934627,10.869686,10.556583,10.410374,10.595939,10.484687,10.45703,10.243308,10.330963,10.137004,10.097589,8.9283476,9.4362259,9.5612411,9.5335979,9.5267172,9.4743786,9.2590237,9.1052017,9.351778,9.2202988,9.1926727,8.940074,9.005208,8.9137802,8.9756699,8.3486443,9.7058573,9.9861946,10.079878,9.0411367,8.3108015,7.7805853,7.6542687,7.7073002,7.6125789,7.59305,7.4710116,7.584784,7.1198058,7.0186119,6.4614506,10.229952,10.409002,10.388746,10.226731,10.168621,9.9018803,9.7221556,9.9101715,9.797554,9.7708006,9.5462503,9.6221561,9.4743605,9.4707823,8.5713787,7.9027209,7.9703555,7.945765,8.0957136,8.0382051,7.8858166,7.8923278,8.1941862,8.020236,7.9805193,7.8023791,7.9338126,7.8563781,8.0902996,7.5325966,10.553888,10.747885,10.730633,10.526849,10.465487,10.176414,10.010662,10.195805,10.084112,10.057032,9.8379698,9.919343,9.7487898,9.7280388,8.7134314,9.5285339,9.9314051,10.096177,8.5175009,8.2884607,7.5826101,7.4442501,7.4804487,7.4562936,7.4427686,7.3489981,7.491817,6.7909465,6.6430416,5.9958792,10.561148,10.889015,10.928077,10.259348,10.10656,9.5511208,9.4025612,9.5140409,9.4450483,9.4205523,9.2626066,9.371316,8.8732414,8.761014,7.5784616,12.55232,12.793783,12.791883,12.417126,12.347336,11.960816,11.859839,12.036476,11.937057,11.909496,11.714844,11.816151,11.550899,11.44884,9.4412031,12.835738,13.054672,13.044847,12.72014,12.653684,12.303335,12.204938,12.397923,12.289007,12.261544,12.061524,12.163752,11.957075,11.864823,10.042099,9.880456,10.239333,10.35605,9.1008997,8.7540979,8.1031704,7.9662843,8.0173998,7.9640613,7.9449592,7.8259325,7.9548497,7.3337617,7.1982532,6.5195942,14.870486,14.942726,14.87288,14.808484,14.73793,14.514173,14.484986,14.784573,14.600536,14.552376,14.347995,14.515062,14.590056,14.58714,13.665753,9.0073957,9.1067076,9.0787296,9.1886778,9.1364336,8.9401016,8.8405275,9.1848488,9.0117998,8.980731,8.7149601,8.7817822,8.7053938,8.7983713,8.2339792,11.848543,12.088411,12.085124,11.732788,11.66048,11.282531,11.165368,11.340266,11.238388,11.210629,11.010988,11.108776,10.843707,10.759823,9.0988617,11.981922,12.144935,12.116316,11.963116,11.902051,11.634254,11.533398,11.772982,11.637199,11.607831,11.378763,11.476876,11.371382,11.3503,10.258179,11.273559,11.465872,11.446644,11.235769,11.17326,10.877579,10.744917,10.947098,10.827928,10.799692,10.578099,10.667085,10.5034,10.470753,9.3207369,9.3140049,9.5735025,9.4646854,9.4771566,9.3922453,9.3050632,9.4098835,9.6227579,9.516017,9.3493242,9.1907835,9.2346745,9.1234226,9.1679564,8.5350952,10.629528,11.389384,11.046198,10.900682,10.667305,10.616848,10.614995,10.753317,10.67709,10.589725,10.490664,10.471125,10.381002,10.178363,9.9193077,8.9982882,9.2415018,9.1554012,9.1632452,9.0819407,8.988905,9.1502695,9.3320847,9.2339439,9.0662365,8.9201088,8.9775343,8.8778648,8.9220438,8.0733871,10.820481,11.178391,10.968782,10.913809,10.798502,10.702029,10.746701,10.905559,10.792668,10.645282,10.513072,10.540242,10.43848,10.330184,9.7952318,8.7666273,9.0629206,8.9330149,8.9471321,8.8646717,8.8234386,8.9330502,9.1546059,9.0745974,8.9617195,8.7885828,8.7989731,8.6213255,8.6952782,8.381134,9.7866058,10.188867,9.9702587,9.92138,9.7963181,9.7767115,9.8071012,10.031808,9.9609957,9.8681841,9.7116213,9.7028246,9.5934582,9.4762106,9.2276382,10.922329,11.31548,11.069708,11.018395,10.906464,10.820329,10.84847,11.012952,10.905474,10.769898,10.641964,10.656914,10.557481,10.427999,9.975625,10.225813,10.539438,10.378752,10.350703,10.247201,10.152043,10.229548,10.41044,10.298954,10.139406,9.9934578,10.031762,9.9278831,9.87924,9.2715807,10.061512,10.893001,10.586967,10.39714,10.105795,10.068459,10.072089,10.223733,10.16817,10.091049,9.9694405,9.9474649,9.8634691,9.6825914,9.4642735,10.87149,11.281464,11.023758,10.975994,10.864691,10.785655,10.809682,10.98017,10.876769,10.747538,10.620205,10.629383,10.529726,10.396175,9.9833431,10.406093,10.745376,10.557286,10.526927,10.42234,10.333736,10.388084,10.573878,10.463897,10.313496,10.168466,10.196428,10.092088,10.022883,9.5051565,9.095067,9.4160824,9.2653122,9.2697792,9.1811352,9.1416101,9.2331505,9.4560747,9.3752794,9.2639208,9.0933437,9.1008863,8.9388914,8.9718437,8.6630602,10.884507,11.259184,11.03144,10.978189,10.864789,10.773063,10.808577,10.970212,10.859612,10.717784,10.587471,10.608646,10.508229,10.389082,9.8961029,10.147823,10.475744,10.299749,10.282675,10.183254,10.100863,10.158316,10.359913,10.251907,10.102637,9.9500465,9.9764881,9.8665705,9.8225565,9.3340006,10.803811,11.190595,10.953415,10.907688,10.797526,10.713183,10.74453,10.916127,10.809208,10.672523,10.540518,10.556261,10.45577,10.337386,9.887002,10.58063,10.952545,10.732943,10.697283,10.590432,10.508953,10.546726,10.730785,10.624496,10.485583,10.345918,10.363486,10.259961,10.163992,9.7154207,10.492887,11.012376,10.72829,10.656923,10.50939,10.459261,10.475202,10.653326,10.570263,10.469664,10.345757,10.336111,10.235145,10.079929,9.7905903,9.8248053,10.139042,9.9772453,9.9735022,9.879488,9.8050938,9.8688974,10.085328,9.9804516,9.8351631,9.6750078,9.6988153,9.5778675,9.5650587,9.1153135,7.3584352,7.5424337,7.4979968,7.5492477,7.496757,7.4243445,7.5273023,7.7282205,7.645411,7.5025263,7.3729424,7.4165192,7.3182416,7.5771961,7.0152121,10.208606,10.513221,10.364594,10.328218,10.22084,10.11966,10.217207,10.381989,10.270043,10.107947,9.9672279,10.012253,9.9088383,9.858386,9.1685133,9.99617,10.297175,10.148603,10.133359,10.035431,9.9438438,10.025074,10.219217,10.108863,9.9475346,9.7957344,9.8344393,9.7281637,9.7036114,9.1067142,11.584758,12.192758,11.771438,11.683621,11.54774,11.486416,11.476654,11.596614,11.515572,11.427678,11.366753,11.338573,11.24761,10.991919,10.710119,9.8443737,10.263192,10.039784,9.9928856,9.8669691,9.8398981,9.8736191,10.090594,10.016486,9.9209042,9.7680206,9.7604389,9.6472101,9.5386534,9.2793961,11.194055,11.594724,11.334804,11.268199,11.150448,11.058847,11.079268,11.225565,11.115445,10.981986,10.86256,10.876735,10.777691,10.625839,10.164974,10.219636,10.588633,10.379699,10.35701,10.253544,10.185844,10.228415,10.431646,10.331809,10.201545,10.052595,10.064444,9.9505911,9.8801546,9.491374,10.133091,10.445863,10.285102,10.265054,10.164854,10.074169,10.145961,10.338206,10.227663,10.069613,9.9193316,9.9545813,9.848609,9.8099566,9.2414885,10.387049,10.743589,10.540222,10.513085,10.409365,10.329682,10.373861,10.567578,10.461467,10.320253,10.17429,10.193879,10.086891,10.011896,9.5613394,10.541846,10.894839,10.692499,10.656605,10.549872,10.461981,10.508895,10.689885,10.580404,10.433797,10.292503,10.317086,10.213996,10.129047,9.6305799,10.677379,11.021042,10.827756,10.777639,10.663999,10.566151,10.621558,10.783877,10.670594,10.518708,10.38305,10.41473,10.312213,10.219299,9.6530199,10.092479,10.466632,10.258015,10.236734,10.132718,10.072227,10.116929,10.324394,10.228816,10.104908,9.9539175,9.9621058,9.8432722,9.7775726,9.4179516,11.227816,11.617592,11.368438,11.294583,11.171865,11.075725,11.096419,11.236496,11.123445,10.987546,10.868025,10.885558,10.784629,10.63455,10.15318,8.2848511,8.4975986,8.429328,8.4711447,8.4032621,8.3242598,8.4463549,8.6678467,8.5703745,8.4101706,8.2572966,8.3004904,8.1866741,8.3317966,7.6943545,9.6656704,10.03058,9.8255873,9.7819242,9.6650648,9.6558599,9.6859102,9.9253721,9.8578663,9.7665176,9.6021137,9.5933189,9.485652,9.3691053,9.1285582,7.3483095,7.5326815,7.4899788,7.5319772,7.475739,7.4009233,7.5459056,7.731504,7.6530252,7.5137558,7.3867736,7.4288888,7.3370538,7.5417962,6.7944927,10.119186,10.703852,10.429344,10.315709,10.121129,10.089808,10.100796,10.284027,10.218673,10.133608,10.001637,9.9852905,9.8928146,9.7192707,9.4843292,9.6277113,9.9017773,9.7885199,9.7659359,9.6684341,9.5682688,9.7194624,9.8777714,9.7726727,9.6100588,9.4704762,9.5247898,9.4235392,9.4077749,8.5683918,9.0569391,9.3025446,9.2092028,9.2254438,9.1445131,9.0558405,9.1831236,9.3879337,9.2850828,9.117012,8.9633198,9.0124598,8.9064522,8.9660473,8.2477303,9.082695,9.42241,9.2627363,9.2575426,9.1660461,9.1447697,9.2279158,9.4580078,9.3867149,9.289978,9.1186314,9.1190243,8.9641714,8.9665165,8.7032957,8.1530342,8.4193106,8.3178349,8.3422174,8.2687054,8.2290812,8.3707619,8.5829439,8.5088634,8.4007931,8.229146,8.2410707,8.0355339,8.170763,7.8690805,10.265397,11.067638,10.747107,10.5747,10.306543,10.264848,10.265529,10.411319,10.346579,10.266547,10.15635,10.135222,10.049492,9.8576956,9.6276665,10.590392,11.047445,10.77739,10.726895,10.603941,10.544229,10.565317,10.747634,10.656378,10.544408,10.416185,10.413456,10.309938,10.172613,9.8436766,10.248981,10.630718,10.412919,10.38701,10.281236,10.216678,10.256207,10.457935,10.360335,10.23446,10.087595,10.096288,9.9827414,9.9032373,9.5319757,8.6039028,8.8473225,8.7491951,8.7822781,8.7071457,8.6412554,8.7498331,8.983429,8.88451,8.7426481,8.5735321,8.6002054,8.4382706,8.5541201,8.1297159,8.9328232,9.2549334,9.1043291,9.1036806,9.0181513,9.0043278,9.0866299,9.3244867,9.2546644,9.1618299,8.9842739,8.983305,8.8251991,8.8335762,8.5814419,10.369541,10.694345,10.521694,10.487903,10.381784,10.286743,10.355296,10.532566,10.420705,10.264055,10.120537,10.155853,10.052476,9.9895611,9.4049625,10.671674,11.045129,10.822351,10.782184,10.673891,10.58944,10.626439,10.804402,10.696916,10.556912,10.420015,10.438609,10.336618,10.233493,9.7718153,10.023802,10.369763,10.180968,10.167208,10.068212,9.9999104,10.051501,10.262218,10.161242,10.026724,9.871645,9.8872385,9.7681494,9.7236605,9.3216982,10.584565,11.002815,10.751581,10.711098,10.598422,10.531264,10.557851,10.743758,10.646548,10.524773,10.390815,10.395038,10.29031,10.171192,9.8056011,7.9186945,8.1544113,8.0674858,8.0992575,8.0305233,7.9780116,8.1256428,8.3382797,8.2556477,8.1394205,7.9767933,7.9949627,7.7850404,7.9490581,7.613163,10.086881,10.418017,10.239696,10.225492,10.127022,10.049142,10.104506,10.311022,10.204904,10.059763,9.9053926,9.9285021,9.8152409,9.7744293,9.3158369,9.4634399,9.828681,9.6440907,9.6281385,9.5263462,9.4954948,9.5601444,9.7836246,9.7063923,9.604001,9.4401703,9.4400883,9.3004742,9.2667847,8.9868956,11.043868,11.667906,11.307859,11.208276,11.041981,10.985252,10.983628,11.124708,11.043498,10.951005,10.862893,10.843132,10.751481,10.536209,10.255166,11.063213,11.574826,11.249054,11.181219,11.052305,10.987993,10.994496,11.150173,11.05999,10.954279,10.850337,10.840113,10.744714,10.556782,10.233764,10.184527,10.6615,10.406556,10.346078,10.206605,10.165722,10.190543,10.385952,10.306634,10.207838,10.070257,10.061891,9.9548874,9.8234482,9.5474205,11.198524,12.071875,11.622073,11.454928,11.214005,11.163045,11.145658,11.24279,11.176194,11.105357,11.072387,11.034658,10.95025,10.68238,10.456441,9.9358063,10.260811,10.026257,9.9264956,9.7896109,9.7847691,9.7907057,9.9972534,9.9407005,9.863615,9.7250986,9.7084618,9.6278639,9.405304,9.2071581,9.0722828,9.3363371,9.2202282,9.2426624,9.1611319,9.0906572,9.1825495,9.4150543,9.3123636,9.1644268,8.9959555,9.0241709,8.8817768,8.9520779,8.4997339,10.559281,11.156552,10.849931,10.753042,10.577468,10.528152,10.536562,10.701001,10.621375,10.526675,10.412278,10.398249,10.302392,10.125336,9.8508186,10.038535,10.671904,10.394224,10.252172,10.028898,10.001534,10.008235,10.185483,10.127077,10.047683,9.9168577,9.8981104,9.8119326,9.6236506,9.4055309,8.2697144,8.4872599,8.410491,8.4572763,8.3886032,8.3185282,8.4307928,8.6685228,8.5684443,8.4181604,8.2540169,8.2876348,8.1372929,8.2935495,7.8236189,8.6910677,8.947958,8.8398085,8.8668833,8.7897243,8.7285442,8.8367395,9.0672951,8.9717855,8.8369236,8.6676369,8.6900063,8.5223808,8.6240454,8.2304382,10.675176,11.030902,10.824641,10.780289,10.670074,10.577992,10.624408,10.795048,10.684015,10.536649,10.399732,10.425743,10.323981,10.227648,9.7093658,9.9955826,10.421329,10.191854,10.151559,10.030158,9.9898481,10.026918,10.234011,10.152579,10.049273,9.9016705,9.8975983,9.7807245,9.6832457,9.3964996,11.216613,11.655273,11.360766,11.300082,11.186163,11.105373,11.118258,11.26963,11.166933,11.044305,10.931342,10.9346,10.838139,10.668699,10.268615,9.4699783,9.8290234,9.6407394,9.6161556,9.5104523,9.4939995,9.5433292,9.7807903,9.7090006,9.6135597,9.4452305,9.4404955,9.3136616,9.2480822,8.9931307,11.135513,11.538854,11.277901,11.216014,11.100554,11.011417,11.032956,11.184311,11.075666,10.94274,10.822008,10.835172,10.736633,10.587851,10.135408,9.9173355,10.265747,10.077534,10.065568,9.9669809,9.9043417,9.9582386,10.172131,10.074475,9.9451666,9.7883472,9.8009634,9.6767368,9.6376934,9.2603359,10.877836,11.546893,11.194681,11.079744,10.890288,10.836436,10.835102,10.976584,10.89749,10.807006,10.71466,10.695,10.603834,10.393939,10.122197,11.018389,11.470532,11.177575,11.122179,11.006299,10.933647,10.947771,11.110654,11.012773,10.894685,10.778546,10.778188,10.680731,10.518623,10.150033,9.3790607,9.6562386,9.5282526,9.5417995,9.4557199,9.3802509,9.4628782,9.6899204,9.5844603,9.4319878,9.2661591,9.2963686,9.1673355,9.2071829,8.725625,10.737584,12.022573,11.523881,11.227071,10.821974,10.766489,10.733273,10.783281,10.729637,10.673775,10.699672,10.648995,10.574351,10.316336,10.150311,9.7919245,10.117921,9.9474783,9.9428082,9.8481827,9.7810965,9.8424873,10.060526,9.9597473,9.8232155,9.6627398,9.6806507,9.554287,9.5372162,9.1315575,9.9449339,10.25204,10.096241,10.087243,9.9913721,9.9070272,9.9761362,10.182738,10.073876,9.9185743,9.7622824,9.7940178,9.6824455,9.6629276,9.1401157,7.8874602,8.1018705,8.0277929,8.0724745,8.0058384,7.9434361,8.0752153,8.2981958,8.2034712,8.0714483,7.9062409,7.9312611,7.7430139,7.923532,7.5276504,10.385147,10.716746,10.53658,10.50507,10.399999,10.308221,10.369093,10.551443,10.440411,10.286634,10.141981,10.173595,10.069775,10.004471,9.455265,10.2205,10.644595,10.406528,10.368505,10.251201,10.199208,10.232655,10.432086,10.343568,10.232245,10.089949,10.089216,9.9759827,9.8737726,9.5567017,10.032561,10.487965,10.246132,10.189802,10.054242,10.019627,10.047926,10.252216,10.175709,10.078927,9.9348793,9.9265003,9.8172445,9.6941977,9.4276428,9.1396036,9.4769812,9.3175354,9.3153019,9.2235413,9.1928072,9.2796984,9.5036612,9.4280882,9.3243332,9.1546879,9.1583548,9.0006485,9.01443,8.729063,10.195325,10.502157,10.350007,10.318257,10.213201,10.114483,10.204732,10.377031,10.265353,10.103673,9.9603558,10.00306,9.8997412,9.8521528,9.1930332,8.328928,8.5433331,8.4710751,8.5165834,8.4481745,8.3718691,8.4829588,8.7154541,8.6150293,8.455781,8.2972136,8.3372927,8.21103,8.3627682,7.807127,9.547699,9.8231411,9.6981745,9.7040634,9.6152,9.5294094,9.6190777,9.8329773,9.7246323,9.5615816,9.4017115,9.4408617,9.327383,9.3508863,8.7717247,11.026839,11.439521,11.173901,11.119568,11.006929,10.923902,10.945235,11.106027,11.000873,10.871121,10.748572,10.758236,10.660007,10.514756,10.089311,10.39246,11.214335,10.884443,10.716106,10.449368,10.401859,10.400664,10.538982,10.464993,10.379546,10.271538,10.252835,10.163198,9.9704914,9.7206821,9.9877424,10.277917,10.146618,10.113547,10.008541,9.9061041,10.029332,10.188122,10.078313,9.9148865,9.7755995,9.8262072,9.723114,9.6862116,8.9199324,10.324657,10.817633,10.550886,10.487037,10.34521,10.29935,10.320677,10.5087,10.427024,10.326561,10.194673,10.186245,10.081603,9.941474,9.6570168,10.671874,11.0629,10.826027,10.786501,10.677787,10.599686,10.630692,10.811725,10.707789,10.574836,10.439504,10.452017,10.3495,10.238184,9.8174982,10.777457,11.309695,11.000962,10.927109,10.783139,10.726198,10.736017,10.901207,10.815202,10.713106,10.600981,10.590162,10.492928,10.318151,10.016107,10.781135,11.144208,10.929474,10.879835,10.767506,10.674654,10.716711,10.881846,10.770578,10.625148,10.491488,10.515998,10.414816,10.307744,9.7954006,10.605456,10.959223,10.755526,10.715566,10.607203,10.517019,10.564147,10.739977,10.62965,10.482331,10.343143,10.368717,10.26643,10.176236,9.6657248,9.3310499,9.6614075,9.4865189,9.4668751,9.3672085,9.362587,9.4107828,9.6656294,9.5974731,9.5036554,9.3261852,9.3211699,9.1961594,9.1334057,8.8868723,7.8650994,8.0877495,8.0073748,8.0452385,7.9774733,7.9190125,8.0604191,8.2760162,8.1874008,8.0650024,7.8992639,7.9197974,7.7163978,7.8915787,7.5319557,8.302103,8.5195332,8.4525738,8.4845886,8.4155073,8.3336592,8.484704,8.6868172,8.5944071,8.4367104,8.2910061,8.3374367,8.2346458,8.3469028,7.5710382,9.9407883,10.235441,10.094136,10.078772,9.9811792,9.887476,9.9780846,10.168328,10.058143,9.8945141,9.7438641,9.7859602,9.6807823,9.6603832,9.0264435,10.66725,11.033757,10.817223,10.776271,10.667698,10.580616,10.620789,10.796945,10.688133,10.545305,10.407994,10.429241,10.327369,10.22754,9.7468176,10.185291,10.710896,10.443322,10.359549,10.196733,10.160735,10.177721,10.367034,10.293866,10.202141,10.068856,10.056083,9.9564657,9.8011808,9.5462732,9.4893265,9.85884,9.6695795,9.6483088,9.5432873,9.5178814,9.575264,9.802577,9.7276611,9.6288939,9.4646034,9.4620342,9.3282776,9.2781677,9.0105705,10.027081,10.362201,10.181387,10.169065,10.07113,9.9978828,10.052216,10.26234,10.158474,10.017918,9.8622446,9.8820648,9.7651863,9.7266083,9.2955799,9.2689056,9.549572,9.3843908,9.351593,9.2528753,9.2798386,9.3161526,9.597043,9.5422697,9.4540625,9.2717876,9.2624178,9.1540966,9.0507402,8.8323441,8.6681328,8.9872293,8.8544197,8.8611212,8.7789888,8.7594032,8.8749266,9.0975056,9.0321617,8.9369841,8.7628326,8.7674179,8.5886869,8.6482449,8.3843164,9.0371408,9.2881451,9.1996241,9.1916933,9.1060247,9.0105438,9.2017412,9.3571005,9.2611408,9.102807,8.9642763,9.0220728,8.9243221,8.9387102,7.9941664,9.952569,10.243818,10.108985,10.08474,9.9839811,9.8851709,9.9951248,10.168148,10.058421,9.8940239,9.749548,9.7970695,9.6941319,9.6655617,8.9510527,6.9523044,7.1369963,7.1043339,7.1378589,7.0853577,7.0155315,7.2398667,7.396821,7.3334203,7.2131438,7.0989499,7.1375351,7.0533252,7.1829467,6.1760273,10.041497,10.459723,10.205842,10.099483,9.9418774,9.9273844,9.9320345,10.12878,10.06875,9.9902344,9.8563395,9.8388939,9.7562637,9.5406361,9.33288,9.7487698,10.116047,9.9216022,9.9059782,9.8038912,9.7565155,9.8131199,10.029267,9.9417677,9.8273516,9.6691952,9.6736622,9.5417528,9.499526,9.1790457,10.562273,10.924613,10.713481,10.677976,10.571366,10.48675,10.528641,10.711563,10.603617,10.460857,10.320191,10.341152,10.237834,10.147512,9.6756821,8.7600183,9.0411081,8.9102306,8.915309,8.8338346,8.8485832,8.9178286,9.2041025,9.1416407,9.0488758,8.8500957,8.8477755,8.7038851,8.7034607,8.4633942,9.1985941,9.4543381,9.3473167,9.3663177,9.2836447,9.2005501,9.2997046,9.5219812,9.4154825,9.2516375,9.0895348,9.1298246,9.0119772,9.07164,8.4883804,11.279152,11.68364,11.417663,11.346341,11.226659,11.134201,11.150829,11.291862,11.181199,11.049462,10.932775,10.945813,10.846629,10.687142,10.230282,9.6649313,9.9612675,9.8157015,9.8186789,9.7277451,9.6507635,9.7232075,9.9431992,9.836977,9.6860456,9.5235424,9.5518942,9.4297581,9.4380064,8.9597025,10.349555,11.002649,10.699999,10.577283,10.370079,10.328391,10.335074,10.499269,10.428098,10.341046,10.223701,10.206498,10.114421,9.9327517,9.6848698,9.5726986,9.8792753,9.7261763,9.7299585,9.6394854,9.5722589,9.6433973,9.8669786,9.765892,9.6265144,9.4621429,9.4828396,9.3500109,9.359766,8.944932,8.4810648,8.7042351,8.6235809,8.6660385,8.5948124,8.5202799,8.6280308,8.8643227,8.7621574,8.6051254,8.4416208,8.4786158,8.3427639,8.4792337,7.9620719,9.4457455,9.7101736,9.5990105,9.6023693,9.514327,9.4225674,9.5368862,9.7363787,9.6296978,9.461133,9.3072357,9.3553219,9.249423,9.2751656,8.5838203,10.630191,11.154385,10.859431,10.787525,10.642146,10.588234,10.601417,10.773602,10.688671,10.586756,10.468126,10.458298,10.359066,10.195545,9.8983488,11.278338,12.228192,11.739519,11.553267,11.292688,11.240806,11.217632,11.296909,11.235687,11.172834,11.169782,11.123641,11.040712,10.757025,10.551715,8.6112146,8.8463392,8.7549334,8.7919769,8.7178144,8.6468525,8.7525587,8.9890022,8.8870258,8.7363358,8.5687408,8.6006727,8.4522419,8.5726223,8.1033888,9.5325947,9.8576813,9.667923,9.6286821,9.5200596,9.5247374,9.5542364,9.811697,9.7489223,9.6590319,9.4859104,9.4770222,9.3719797,9.2551088,9.0233421,10.832735,11.317771,11.020858,10.960903,10.834014,10.771412,10.784719,10.953681,10.862547,10.753121,10.636605,10.630573,10.531889,10.368718,10.040789,8.9942074,9.2853613,9.1520834,9.1664486,9.0830193,9.030405,9.1272888,9.3535442,9.263463,9.1387978,8.9690475,8.9840641,8.8204403,8.8806791,8.5276079,10.554649,10.891247,10.705872,10.662578,10.552154,10.455571,10.516267,10.684916,10.57228,10.4185,10.279569,10.312632,10.209968,10.128777,9.5557384,8.4096327,8.6380329,8.5726223,8.576252,8.5020247,8.4110222,8.6419735,8.7892103,8.7057238,8.55408,8.41887,8.4799042,8.3857574,8.426466,7.3751893,11.53439,12.247846,11.794314,11.678739,11.508897,11.452879,11.437551,11.543278,11.470491,11.393384,11.354325,11.317771,11.229244,10.954641,10.70545,8.9680414,9.219245,9.1332645,9.1189213,9.0318565,8.9359732,9.1480122,9.2889376,9.1947451,9.0430298,8.9094286,8.9671412,8.8701077,8.8751259,7.8734617,11.262392,11.676222,11.401424,11.334399,11.217581,11.128498,11.144431,11.289102,11.180727,11.051265,10.935358,10.94564,10.847615,10.685567,10.244599,11.064927,11.456298,11.208673,11.148021,11.03229,10.941077,10.967404,11.120691,11.010655,10.874011,10.75005,10.766755,10.667364,10.528499,10.057169,9.4896994,9.7825365,9.6408606,9.6491404,9.5607061,9.489665,9.565649,9.7911825,9.6878529,9.5425701,9.3771429,9.4020319,9.2702074,9.2937527,8.8514853,10.040989,10.43042,10.215197,10.190032,10.08223,10.028982,10.072663,10.280519,10.189854,10.073476,9.9231586,9.9268341,9.8062916,9.733819,9.4027758,10.803859,11.176257,10.952023,10.903676,10.79231,10.702497,10.739688,10.90701,10.797218,10.655089,10.52221,10.543265,10.442564,10.330255,9.8425846,9.0925322,9.3491163,9.2396326,9.2633867,9.1822062,9.1059227,9.1992931,9.430583,9.3253241,9.1690331,9.0024061,9.036253,8.9046984,8.9765539,8.4716606,10.723638,11.111021,10.875465,10.833728,10.724689,10.643443,10.675123,10.852378,10.746856,10.611574,10.477302,10.491736,10.390194,10.277099,9.8405657,11.128807,11.514694,11.271441,11.203946,11.084339,10.989364,11.015157,11.161563,11.049344,10.91139,10.788826,10.807605,10.707137,10.565804,10.078964,10.164077,10.604152,10.362334,10.317984,10.19398,10.147867,10.179727,10.37958,10.295279,10.18959,10.047699,10.043801,9.931159,9.8216467,9.5243006,10.820046,11.230492,10.974412,10.928553,10.817439,10.740218,10.764762,10.938399,10.835871,10.707471,10.57876,10.587306,10.486969,10.35661,9.9509039,10.793555,11.216271,10.953094,10.906974,10.794357,10.72134,10.743762,10.919179,10.819327,10.695284,10.567677,10.572785,10.472053,10.337679,9.953763,9.7411413,10.125251,9.9227886,9.9000282,9.7925549,9.7527781,9.8056383,10.02178,9.9393654,9.8322983,9.6753235,9.6755505,9.5458164,9.4888773,9.1927605,11.167279,11.626931,11.320245,11.260677,11.145157,11.070513,11.0811,11.235844,11.137514,11.020643,10.91037,10.908566,10.8125,10.637353,10.26679,11.050268,11.432861,11.194394,11.131697,11.014297,10.920343,10.949627,11.101002,10.989375,10.850039,10.725023,10.744643,10.644376,10.510036,10.020335,9.4497509,9.8013124,9.6243277,9.6157379,9.5184555,9.4791393,9.5497665,9.7710819,9.6890125,9.5794621,9.4149981,9.4189644,9.2745934,9.2598934,8.9569759,7.8584628,8.0632553,7.9970932,8.050849,7.9879007,7.9230566,8.0477734,8.2820768,8.1876583,8.0465574,7.8869953,7.9186692,7.7532096,7.9461231,7.5157285,10.227354,10.864631,10.573902,10.450119,10.241821,10.204793,10.213327,10.384894,10.317829,10.232523,10.108417,10.09108,9.9994135,9.8216553,9.5821056,10.258695,10.609196,10.412805,10.391128,10.289371,10.212692,10.259645,10.460012,10.355009,10.214638,10.065023,10.084126,9.9737968,9.9108601,9.4716654,11.118492,11.534937,11.262783,11.204414,11.090776,11.006268,11.025204,11.180398,11.074677,10.945724,10.826293,10.835379,10.73767,10.584512,10.157227,10.516916,10.856212,10.667818,10.629166,10.521053,10.427498,10.484646,10.659557,10.547928,10.395597,10.254701,10.285482,10.182725,10.104173,9.5543699,10.269984,10.595815,10.421582,10.396555,10.294161,10.204637,10.26717,10.456819,10.346457,10.192226,10.044151,10.075647,9.9702864,9.9166107,9.3760424,9.6713123,9.9514446,9.8231287,9.8220253,9.7305031,9.6410522,9.7338371,9.9387093,9.8297634,9.6649876,9.508585,9.5502377,9.4412146,9.4502974,8.8369265,9.5277491,9.7972078,9.6872654,9.6723003,9.5786514,9.4805212,9.6286354,9.7956963,9.6914387,9.5270243,9.3842487,9.4383583,9.3373947,9.3334513,8.5092754,9.740303,10.031398,9.8910494,9.8903198,9.7981215,9.7138357,9.7919731,10.004197,9.8955221,9.736845,9.5776138,9.6123877,9.4985094,9.5017233,8.9606829,8.602766,8.8595552,8.7460938,8.7552471,8.6779528,8.7215357,8.7841396,9.1131496,9.0614004,8.9691782,8.7503138,8.7491455,8.6170282,8.6118402,8.3795652,10.96025,11.346667,11.106125,11.0511,10.937526,10.847754,10.877677,11.037472,10.928054,10.789946,10.662543,10.680182,10.580555,10.451212,9.9788408,10.513204,10.888803,10.667835,10.635108,10.528876,10.451483,10.48833,10.677275,10.572945,10.437163,10.295932,10.310969,10.205696,10.112585,9.6855917,10.824114,11.700162,11.307706,11.1319,10.868402,10.819041,10.808419,10.923058,10.852138,10.773419,10.704515,10.677255,10.591891,10.358603,10.117862,10.3096,10.857335,10.577727,10.491258,10.325358,10.284041,10.29887,10.480034,10.404088,10.310731,10.18356,10.170753,10.071799,9.9116602,9.6485538,10.426975,10.991725,10.701209,10.612457,10.444631,10.39895,10.411456,10.585649,10.507264,10.412435,10.290605,10.277761,10.179707,10.01397,9.7432051,10.505692,10.901325,10.66664,10.632113,10.523545,10.453119,10.485117,10.675424,10.575381,10.447766,10.308645,10.317458,10.211076,10.108234,9.7209816,9.8860741,10.194757,10.037441,10.03159,9.9368563,9.8564653,9.9229746,10.134791,10.027271,9.8755302,9.7171583,9.7457924,9.630456,9.6154747,9.1235142,11.027881,11.427584,11.173059,11.116871,11.00342,10.916194,10.94088,11.099211,10.991451,10.857494,10.733303,10.747009,10.648248,10.508558,10.058168,9.7763596,10.061458,9.9291124,9.9219694,9.8280201,9.7362385,9.8303223,10.028112,9.9187241,9.7537317,9.6000137,9.6427565,9.5360107,9.5329723,8.9010715,7.0383124,7.2209921,7.1860561,7.2230182,7.1697292,7.0986218,7.2985578,7.4648228,7.3968806,7.2707901,7.1517067,7.1906323,7.1038437,7.2581949,6.3274508,10.6954,11.290444,10.972967,10.878637,10.708888,10.656298,10.662731,10.822234,10.740796,10.64491,10.535968,10.521586,10.426497,10.242359,9.9607515,10.629572,11.027377,10.787026,10.748576,10.639432,10.565051,10.594814,10.778754,10.676892,10.547319,10.411679,10.421576,10.318034,10.206193,9.8045778,10.474134,10.798629,10.627237,10.583094,10.471756,10.371815,10.445091,10.609422,10.496087,10.338545,10.199746,10.237947,10.134635,10.061934,9.441906,11.255401,11.712749,11.402228,11.340501,11.225875,11.148763,11.158118,11.307996,11.2083,11.090681,10.982489,10.981176,10.885511,10.705462,10.327025,10.930974,11.339355,11.080667,11.030416,10.918745,10.83733,10.861023,11.02757,10.922974,10.792558,10.66669,10.676881,10.577842,10.44102,10.01825,10.709357,11.132739,10.872993,10.828875,10.715807,10.645672,10.669282,10.849019,10.750603,10.628079,10.498243,10.502482,10.400303,10.270972,9.8973875,10.845792,11.435433,11.105228,11.014003,10.851785,10.79633,10.80051,10.954777,10.87203,10.775558,10.672997,10.657759,10.563608,10.37038,10.083099,10.122725,10.440363,10.274324,10.256905,10.157593,10.070601,10.135786,10.333745,10.224103,10.069341,9.9172592,9.9487858,9.8408852,9.8025064,9.2710705,10.228018,10.585917,10.384478,10.363241,10.26117,10.188898,10.23389,10.436552,10.333918,10.198251,10.048412,10.064073,9.9516249,9.8868465,9.4730921,10.522007,10.996059,10.72368,10.668113,10.538272,10.483081,10.503469,10.686481,10.598504,10.490932,10.362877,10.357615,10.253874,10.113353,9.8013124,8.0840607,8.3359671,8.2405252,8.2681084,8.1971159,8.1507111,8.293602,8.5075054,8.4277735,8.314393,8.148778,8.1637421,7.9578586,8.103303,7.7830553,9.8467999,10.13294,10.002271,9.985405,9.8880606,9.7913771,9.9000568,10.081389,9.972271,9.8066635,9.658989,9.7062054,9.6027718,9.586237,8.8854485,9.7893915,10.144925,9.9273272,9.862421,9.7368135,9.7331553,9.7507782,9.9832802,9.9210119,9.8352957,9.6787405,9.6661568,9.5718079,9.4094009,9.1865187,7.9793568,8.1809111,8.1223803,8.1677504,8.1044226,8.0267277,8.1517153,8.3664188,8.2736626,8.1176825,7.9718122,8.0153484,7.9072032,8.0810175,7.4297128,9.8096561,10.216306,10.000832,9.9656792,9.8485851,9.8151674,9.8580818,10.073591,9.9954052,9.894763,9.7407236,9.736536,9.6149673,9.5307665,9.255064,8.7983456,9.0334425,8.9539356,8.969409,8.8919506,8.8017321,8.9629135,9.1504335,9.0541792,8.8879948,8.742053,8.7976856,8.6982441,8.7608786,7.9195356,9.4721174,9.7483158,9.6215515,9.6318808,9.5444736,9.4637127,9.5478754,9.7697363,9.6623688,9.5040636,9.340786,9.3753481,9.2547636,9.2866411,8.7599001,7.7613282,7.9719291,7.9245901,7.9320631,7.8672018,7.7807088,8.0540981,8.1838741,8.1148882,7.9773693,7.8483191,7.9081955,7.8177123,7.8698311,6.7101388,10.388888,10.823863,10.573552,10.531144,10.412258,10.355735,10.383852,10.576311,10.485678,10.37273,10.235995,10.235204,10.126547,10.010414,9.6838055,10.977001,11.352981,11.12253,11.062855,10.946454,10.852223,10.885628,11.040239,10.928432,10.786897,10.659426,10.680956,10.580363,10.453913,9.9541292,8.9952688,9.2640514,9.1244001,9.1131582,9.0258722,9.0642433,9.1083345,9.421032,9.3684683,9.2774267,9.0722857,9.0671453,8.9525137,8.8914948,8.6633711,10.073888,10.585283,10.318415,10.200981,10.018802,9.9974003,10.00293,10.190886,10.129918,10.050508,9.9197626,9.9018316,9.8171434,9.6140232,9.3993778,7.9233985,8.1464291,8.0904083,8.0863333,8.0161171,7.9308896,8.2132807,8.3305874,8.2540846,8.1252298,7.9997315,8.0536146,7.9647131,7.9920001,6.8203268,9.4878082,9.8021679,9.6449862,9.6482086,9.5576868,9.4979172,9.5712519,9.795167,9.6989431,9.5680933,9.4028969,9.4186954,9.2783327,9.2893162,8.911561,7.5927811,7.7937469,7.747869,7.7763805,7.7155628,7.6377597,7.8525667,8.018013,7.9439187,7.806263,7.6809773,7.7283764,7.639308,7.7448044,6.7505951,9.3118,9.6065845,9.4654303,9.4761143,9.3894281,9.3267546,9.4085083,9.6359749,9.5378952,9.4021492,9.2347698,9.2544107,9.1097174,9.1450787,8.7486572,9.8287983,10.687197,10.399625,10.192516,9.8777351,9.8462229,9.8532057,10.013244,9.9663572,9.8906889,9.7534437,9.7322092,9.6474571,9.4772863,9.26721,11.272901,11.882959,11.500052,11.407206,11.255835,11.196491,11.191723,11.324977,11.243172,11.151615,11.074171,11.051644,10.960475,10.72961,10.445437,9.32967,9.5883417,9.4873934,9.4841347,9.3960924,9.3004904,9.448349,9.6266642,9.5240498,9.356595,9.2101898,9.2653255,9.1642666,9.1826,8.3684063,9.9024496,10.314711,10.08145,10.010309,9.8716793,9.8568687,9.8742342,10.09261,10.026875,9.939867,9.7901316,9.7773399,9.6812458,9.5212393,9.2900629,11.710989,12.384914,11.9189,11.817859,11.670393,11.612548,11.596704,11.700739,11.626471,11.5486,11.512466,11.474694,11.384818,11.102561,10.846991,8.7672443,9.0039635,8.9120913,8.9462757,8.870533,8.7940149,8.8971157,9.1310129,9.0269861,8.8682442,8.703126,8.7400408,8.6081572,8.7144461,8.1865091,9.9914751,10.455905,10.209536,10.131272,9.9796915,9.9564476,9.9739799,10.180386,10.112432,10.02426,9.880475,9.8674364,9.7697706,9.612565,9.3742886,10.916296,11.441965,11.123588,11.052027,10.914492,10.85425,10.862109,11.022416,10.93469,10.831286,10.723816,10.712894,10.616739,10.434549,10.124144,10.958686,11.389858,11.113436,11.06174,10.94843,10.872557,10.891011,11.057364,10.95665,10.833203,10.711639,10.71583,10.617383,10.468408,10.078999,7.8424568,8.0397501,7.9807172,8.0376348,7.9772015,7.906414,8.0182991,8.2519407,8.1561642,8.0058384,7.8536592,7.8913622,7.7535863,7.9596205,7.4771967,11.199042,11.958321,11.541572,11.40597,11.201972,11.148477,11.136652,11.251206,11.178177,11.098527,11.041847,11.011085,10.923817,10.672092,10.422794,10.807986,11.16806,10.956203,10.903263,10.78916,10.694058,10.737637,10.898837,10.786565,10.639937,10.50723,10.533348,10.43189,10.323823,9.7976446,9.1966763,9.4973125,9.3370037,9.3215399,9.2274027,9.2391787,9.2845984,9.5632563,9.5005665,9.4078178,9.2189722,9.2138605,9.0938101,9.0305328,8.7919235,9.9256239,10.225405,10.07728,10.067284,9.9713354,9.8829889,9.9602003,10.162048,10.052277,9.8924809,9.7376738,9.7739925,9.6651478,9.6485748,9.0818462,8.8923063,9.1428919,9.0383673,9.067193,8.9887152,8.9169893,9.0149345,9.2495155,9.1464863,8.9956713,8.8273125,8.8580961,8.714736,8.8056755,8.337348,10.440855,10.856593,10.612887,10.575477,10.46255,10.399965,10.429744,10.621966,10.527032,10.407656,10.269667,10.272914,10.164775,10.055483,9.7041016,8.5215416,8.7472191,8.6746912,8.6994677,8.6267357,8.5413408,8.6980629,8.893837,8.7999506,8.6387548,8.4931202,8.5432615,8.4425573,8.5308065,7.7192907,8.0178719,8.2313614,8.1795235,8.1963396,8.1321545,8.0457277,8.2833681,8.4361887,8.3621359,8.2117805,8.0761366,8.1387749,8.0482807,8.1181002,7.0519261,8.4980021,8.7238693,8.6570683,8.6714153,8.5986023,8.5085135,8.7079411,8.876812,8.7895212,8.6285772,8.4886446,8.5499401,8.4550362,8.5174599,7.5560379,9.5962477,9.8681164,9.7528305,9.7431936,9.650404,9.5540848,9.6814337,9.8624544,9.7560463,9.5887661,9.4410801,9.4924278,9.3898687,9.391696,8.6374054,10.926003,11.298965,11.072348,11.015421,10.900174,10.806392,10.842036,10.999538,10.887938,10.745423,10.616332,10.638571,10.537912,10.416357,9.9137449,10.40111,10.774481,10.55793,10.529417,10.424313,10.350648,10.389242,10.584241,10.481557,10.347743,10.203423,10.21719,10.109008,10.024499,9.6128397,10.847017,11.305428,11.019437,10.965931,10.846596,10.779632,10.79578,10.966776,10.871975,10.756907,10.636642,10.634669,10.5353,10.381664,10.032551,10.370631,10.835685,10.574993,10.522297,10.392665,10.341696,10.366062,10.555833,10.469804,10.363647,10.23008,10.224959,10.118142,9.9886322,9.6851835,9.8522768,10.212705,10.018855,10.004659,9.904089,9.8491335,9.9032936,10.117857,10.025287,9.9040184,9.747138,9.7550449,9.6270933,9.5842524,9.2386799,8.0650396,8.277607,8.2216434,8.2442112,8.1772423,8.0927124,8.3018837,8.4691048,8.3876867,8.2365093,8.1035147,8.1601868,8.0684814,8.1533308,7.1667719,9.5938139,9.8884792,9.6926613,9.6333714,9.5208178,9.5333986,9.5557432,9.804451,9.7480316,9.6640348,9.5010872,9.4884281,9.3926668,9.2357721,9.0249443,8.8246145,9.060462,8.9736032,9.0006027,8.9240007,8.8400888,8.9601936,9.1771488,9.0749693,8.9096889,8.7529554,8.797946,8.6861992,8.7745838,8.1112289,9.6869249,9.9973612,9.8399763,9.8405619,9.7484999,9.6783237,9.745635,9.9665384,9.8637829,9.7219486,9.5593042,9.5811586,9.4537439,9.4530869,9.0246725,11.331823,11.749231,11.468692,11.398309,11.28037,11.190756,11.203835,11.344362,11.235693,11.107694,10.994132,11.003357,10.905343,10.736932,10.299369,9.6789064,10.015643,9.8402548,9.8349657,9.7397442,9.6824608,9.7460432,9.9655495,9.8710833,9.7450113,9.583456,9.5953197,9.4611053,9.4448328,9.0836535,10.696495,11.185639,10.896762,10.836161,10.704912,10.646268,10.661673,10.83588,10.74687,10.639412,10.518868,10.512334,10.412033,10.255926,9.9391165,9.9718409,10.372198,10.154273,10.125368,10.013778,9.9671869,10.010719,10.219777,10.133589,10.023326,9.8727131,9.8730793,9.7514162,9.6744308,9.3653011,10.936322,11.39555,11.103596,11.048599,10.930367,10.861206,10.875712,11.042376,10.946589,10.830894,10.71352,10.711597,10.613393,10.453653,10.098504,10.043044,10.524063,10.27357,10.199438,10.048189,10.018854,10.039229,10.240952,10.169659,10.078568,9.9370089,9.9251146,9.8236828,9.6768541,9.4278231,9.1816702,9.4600697,9.3321314,9.3489866,9.2651215,9.198658,9.2861452,9.5164261,9.4159994,9.274437,9.1060991,9.1298809,8.9847383,9.0390453,8.6177635,10.245972,10.648049,10.419088,10.388005,10.27755,10.219135,10.255412,10.455937,10.362694,10.244198,10.099792,10.103556,9.9898157,9.8988714,9.5560474,11.293386,11.841482,11.478935,11.402373,11.270594,11.206641,11.205978,11.346911,11.259616,11.16039,11.072474,11.055709,10.96278,10.746654,10.43774,10.434343,11.11304,10.800654,10.674345,10.462164,10.416823,10.42157,10.578761,10.504505,10.41604,10.303121,10.286114,10.193836,10.008857,9.7539139,9.5122089,9.8513956,9.6788473,9.6745367,9.5797834,9.5310192,9.601058,9.8221064,9.7335806,9.6153021,9.4513083,9.4596195,9.3171196,9.3096304,8.9777212,8.1522923,8.3591528,8.294137,8.34165,8.2761345,8.1992931,8.3135309,8.5405169,8.4428911,8.284214,8.1309996,8.1728277,8.0539236,8.2222404,7.6388488,10.694708,11.145417,10.872143,10.822409,10.702868,10.63889,10.658774,10.837351,10.743559,10.628572,10.502504,10.501281,10.399346,10.258516,9.9153042,10.445992,10.794708,10.597338,10.566511,10.461704,10.375958,10.424379,10.611463,10.502681,10.356066,10.211771,10.236111,10.131551,10.055694,9.5653763,9.4111748,9.6731272,9.566268,9.566721,9.4785156,9.3846655,9.5122623,9.7029524,9.5976982,9.4286823,9.2779951,9.3295307,9.2261181,9.2485828,8.5049162,8.9308767,9.1747303,9.0915451,9.0918255,9.0098076,8.9154673,9.1024351,9.2667294,9.1720953,9.00984,8.8686428,8.9281578,8.8303728,8.8606815,7.9306703,8.3474998,8.5641899,8.4947729,8.531415,8.462204,8.3814831,8.5145559,8.7283125,8.6322727,8.472147,8.3215046,8.3661776,8.2574415,8.3839779,7.6872692,11.008029,11.581047,11.239196,11.154221,11.003947,10.945372,10.947813,11.097721,11.013297,10.915697,10.81884,10.803053,10.709444,10.508017,10.213,11.048414,11.481264,11.199327,11.144676,11.03131,10.953349,10.970141,11.131342,11.029729,10.906065,10.787348,10.791575,10.694007,10.538357,10.143041,11.196651,11.689664,11.361504,11.296932,11.176098,11.106916,11.112968,11.264382,11.17091,11.061685,10.959066,10.950831,10.855826,10.665315,10.324457,8.9911127,9.2375059,9.1379776,9.1648035,9.0855885,9.0058146,9.1064072,9.3352814,9.2299118,9.0682821,8.9042721,8.9428587,8.8186102,8.9009085,8.3446436,10.668356,11.017231,10.818173,10.771559,10.660004,10.565004,10.616239,10.783284,10.671082,10.521113,10.384487,10.413536,10.311498,10.217886,9.6747446,9.7252331,10.005028,9.8796062,9.8705263,9.7765636,9.6821051,9.7895136,9.9795494,9.8709755,9.7041922,9.5532751,9.6001339,9.4955931,9.4932871,8.8078575,10.107802,10.411743,10.261643,10.237052,10.135311,10.039278,10.126876,10.308023,10.19697,10.034908,9.8881283,9.9296808,9.8257933,9.7879257,9.1492376,11.056544,11.770288,11.385489,11.260086,11.063613,11.00949,11.002535,11.130086,11.053614,10.968231,10.893215,10.868219,10.779313,10.547375,10.285501,10.165687,10.477551,10.318209,10.294735,10.193195,10.100072,10.175824,10.362598,10.251575,10.092233,9.9439449,9.9812193,9.8764696,9.8342762,9.2421274,11.249265,11.677021,11.390006,11.32675,11.212133,11.127547,11.141555,11.289672,11.184388,11.058711,10.944664,10.950926,10.853986,10.687016,10.268883,10.391384,10.713943,10.544166,10.506681,10.398781,10.301315,10.374276,10.54599,10.433539,10.275782,10.134078,10.171474,10.068306,10.003313,9.395606,8.7781973,9.0774527,8.9388027,8.9437609,8.8641663,8.8610153,8.9406996,9.1938477,9.125948,9.0353117,8.8486586,8.8465338,8.6876059,8.7020264,8.4578466,8.0802984,8.358386,8.257123,8.2796459,8.204813,8.1758995,8.3241215,8.5314074,8.4678907,8.3690395,8.1899805,8.1989775,7.9887843,8.1257362,7.8483868,8.4275103,8.7272797,8.6099882,8.6248131,8.5465956,8.522665,8.6530428,8.8696394,8.804863,8.7074261,8.5301113,8.5370874,8.3449249,8.440382,8.1670542,11.188667,11.577869,11.330021,11.259168,11.138079,11.042705,11.06537,11.208307,11.095802,10.959274,10.838624,10.856385,10.755818,10.608838,10.126786,10.306024,10.645129,10.457838,10.433593,10.331321,10.247232,10.299785,10.494012,10.385613,10.237704,10.089326,10.114653,10.007775,9.9466906,9.4574347,10.78616,11.16218,10.934874,10.888499,10.778018,10.690279,10.725914,10.895926,10.787132,10.646555,10.513269,10.53268,10.431952,10.319467,9.8447428,10.879428,11.642697,11.268977,11.126385,10.903906,10.851777,10.84544,10.973391,10.898078,10.813465,10.732182,10.708419,10.620028,10.396315,10.139669,8.8191433,9.0919962,8.972373,8.9933128,8.9135008,8.8569489,8.9614143,9.1894922,9.0970545,8.9679022,8.7984209,8.816927,8.6489172,8.7323418,8.3620806,8.6626825,8.8915577,8.8082809,8.8436279,8.7698431,8.6900311,8.8017216,9.0294285,8.9268742,8.7642002,8.6040487,8.6455078,8.5249043,8.637928,8.0427809,10.233476,11.114037,10.787472,10.596068,10.300079,10.255693,10.253624,10.389154,10.319613,10.238212,10.128171,10.10834,10.021212,9.8300276,9.5941267,9.2841978,9.5991402,9.4459772,9.4511271,9.362093,9.3109789,9.3933582,9.6176281,9.527812,9.4055738,9.2379026,9.2498684,9.0978708,9.1225147,8.7778273,11.338337,11.766161,11.475467,11.407544,11.291474,11.204809,11.216428,11.358583,11.252055,11.126762,11.015057,11.021345,10.92427,10.751131,10.328884,11.13965,11.575586,11.286945,11.229071,11.115438,11.035861,11.05061,11.206502,11.104273,10.981047,10.865452,10.869233,10.772352,10.609262,10.210818,13.707285,14.446541,13.559029,13.431205,13.387197,13.356894,13.327577,13.349949,13.307084,13.276341,13.304832,13.160886,13.045482,12.555553,12.408661,13.282534,13.881079,13.150239,13.068553,13.026923,12.99696,12.971814,13.018613,13.041547,13.001947,12.973156,12.862279,12.765407,12.305679,12.15308,12.657719,13.163188,12.533316,12.456779,12.408886,12.376218,12.34954,12.406142,12.444589,12.397534,12.347919,12.265985,12.181564,11.742505,11.597258,12.691125,13.137227,12.487414,12.375112,12.314392,12.279946,12.248576,12.306539,12.238815,12.184093,12.169891,12.081758,11.993109,11.482122,11.339755,12.030716,12.297596,11.778406,11.668891,11.610562,11.574256,11.542584,11.613291,11.542537,11.479905,11.415859,11.364969,11.290016,10.802871,10.668912,13.143963,13.70811,12.995992,12.909842,12.8633,12.83184,12.805194,12.85753,12.839179,12.794515,12.765649,12.664242,12.569445,12.09831,11.946161,12.561584,12.968822,12.352554,12.24614,12.188105,12.1534,12.122624,12.185464,12.120948,12.064491,12.032081,11.953966,11.869151,11.367878,11.225614,12.771305,13.269204,12.588195,12.471558,12.407269,12.372814,12.340739,12.393258,12.323831,12.271199,12.275187,12.179759,12.087478,11.579075,11.436958,13.033249,13.681696,12.910598,12.790583,12.727066,12.692033,12.658478,12.694271,12.631854,12.588688,12.63834,12.52257,12.419627,11.940969,11.797968,12.127059,12.363013,11.809093,11.658213,11.584053,11.547553,11.511163,11.566168,11.484763,11.423406,11.416346,11.345257,11.268889,10.714217,10.592845,13.679145,14.434786,13.535705,13.387252,13.341846,13.309631,13.277643,13.293635,13.251117,13.222668,13.262393,13.110197,12.99358,12.510423,12.366597,13.540071,14.20008,13.385692,13.28656,13.24198,13.212548,13.18604,13.225101,13.183816,13.145494,13.146103,13.022904,12.915912,12.423994,12.271705,13.073232,13.769658,12.967415,12.841608,12.780833,12.744353,12.70877,12.734452,12.677106,12.639307,12.718638,12.593972,12.487266,12.02256,11.882071,13.796983,14.525173,13.6423,13.532459,13.492113,13.464094,13.437968,13.465669,13.427211,13.39573,13.408285,13.269302,13.154625,12.659196,12.508739,12.880567,13.394832,12.728271,12.641702,12.592373,12.559671,12.531908,12.589102,12.561858,12.513021,12.473329,12.386786,12.297269,11.829782,11.680921,13.339424,14.012954,13.199343,13.081827,13.028533,12.995955,12.964962,12.998095,12.94381,12.904747,12.937116,12.811909,12.704474,12.217308,12.070861,12.527335,12.99972,12.392003,12.312399,12.262849,12.22925,12.201011,12.260778,12.257363,12.206741,12.143792,12.077932,11.995987,11.554492,11.411107,13.120898,13.677777,12.964058,12.873366,12.824799,12.792996,12.765625,12.818513,12.782845,12.736624,12.712172,12.61169,12.516456,12.036243,11.88474,12.18543,12.69344,12.07036,11.926319,11.823827,11.78661,11.75106,11.803592,11.721243,11.663997,11.699131,11.615662,11.530181,11.048205,10.917118,13.124556,13.701928,12.961172,12.85562,12.80106,12.768591,12.739005,12.786654,12.72914,12.68257,12.68413,12.576737,12.477803,11.980722,11.832448,13.231575,13.861613,13.082344,12.970885,12.915993,12.883495,12.853132,12.893317,12.836087,12.793117,12.81249,12.696031,12.592555,12.100045,11.952707,12.619693,13.083815,12.455526,12.364936,12.31321,12.280023,12.251054,12.310824,12.263952,12.210964,12.161963,12.092553,12.007231,11.537345,11.393791,13.557163,14.205392,13.406052,13.314226,13.272392,13.243549,13.218381,13.259961,13.233878,13.195936,13.18446,13.063121,12.958,12.473552,12.319266,12.130195,12.367203,11.830986,11.702823,11.639862,11.603876,11.570547,11.636848,11.559798,11.497584,11.461267,11.396683,11.320678,10.792658,10.662482,13.104805,13.66008,12.939577,12.842102,12.790724,12.758561,12.730194,12.782128,12.732525,12.685239,12.670419,12.568218,12.471877,11.980827,11.830665,12.872523,13.36979,12.696339,12.59814,12.544375,12.511087,12.481906,12.539357,12.485811,12.434546,12.409211,12.318645,12.227643,11.736809,11.589111,13.593357,14.367898,13.45724,13.257633,13.209253,13.172461,13.134513,13.138772,13.098422,13.074274,13.12866,12.958361,12.841109,12.373939,12.235874,12.875813,13.457513,12.732647,12.613899,12.546723,12.511896,12.478961,12.523602,12.455715,12.407142,12.436537,12.331537,12.23401,11.742738,11.600106,12.953155,13.48492,12.808313,12.72449,12.676673,12.644355,12.617239,12.672905,12.661582,12.614749,12.576679,12.484824,12.394317,11.931571,11.781523,11.880231,11.794688,11.844859,11.855634,11.742764,11.713078,11.66866,11.670801,11.308996,11.294545,11.267561,11.299474,11.370738,11.185138,10.971741,11.942887,11.851145,11.907095,11.918648,11.81493,11.787643,11.755114,11.744159,11.403816,11.396242,11.381375,11.403317,11.472003,11.245409,11.039517,12.512479,12.445521,12.47374,12.529903,12.429302,12.395294,12.34799,12.35138,12.024962,12.00535,11.978026,12.026658,12.080408,11.856333,11.675737,11.872536,11.791136,11.839185,11.842677,11.726976,11.695133,11.647602,11.654078,11.28723,11.27012,11.239175,11.272726,11.343338,11.167088,10.94995,12.59927,12.53778,12.56211,12.630828,12.53365,12.498042,12.449231,12.454914,12.119039,12.097004,12.067094,12.120828,12.171676,11.947248,11.769243,11.99817,11.922338,11.964475,11.961061,11.839762,11.804621,11.753308,11.762951,11.39722,11.376245,11.342141,11.37699,11.444415,11.262506,11.046037,11.184118,11.097577,11.160414,11.15023,11.045918,11.015759,10.972832,10.983437,10.588991,10.575253,10.544769,10.575764,10.656931,10.557275,10.316955,12.237741,12.163721,12.200591,12.215732,12.098879,12.064444,12.014594,12.020722,11.671875,11.65173,11.62102,11.659097,11.72128,11.515589,11.313564,12.429314,12.360029,12.390755,12.478431,12.393929,12.362888,12.320767,12.319685,12.014009,11.99898,11.976739,12.031672,12.085678,11.85785,11.684271,12.435464,12.367308,12.397098,12.416139,12.298272,12.261693,12.209888,12.217278,11.872887,11.849874,11.817639,11.858193,11.915324,11.699057,11.504241,11.925218,11.837144,11.888622,11.909968,11.804428,11.775975,11.736958,11.732711,11.384551,11.373507,11.354841,11.3862,11.455418,11.2544,11.04863,12.297536,12.222804,12.259202,12.293949,12.185835,12.153269,12.106716,12.109217,11.773918,11.756405,11.729749,11.770896,11.83125,11.615596,11.422523,12.72262,12.651348,12.686257,12.73781,12.652641,12.624532,12.595278,12.582294,12.320811,12.312818,12.302594,12.334909,12.384593,12.1043,11.946621,12.428921,12.355251,12.390184,12.463982,12.378283,12.349051,12.311456,12.306078,12.009875,11.998245,11.981094,12.027772,12.083113,11.844984,11.672686,14.186008,14.100177,14.006254,13.459456,13.258149,13.197334,13.051471,13.056521,12.759849,12.578263,12.532409,12.516522,12.498593,12.012546,11.857807,13.850371,13.82939,13.785599,13.056742,12.968322,12.840685,12.636033,12.678802,12.451186,12.25986,12.145379,12.189413,12.093055,11.65382,11.464853,12.278921,12.276146,12.296585,11.559202,11.54108,11.332983,11.137689,11.214006,11.068984,10.896949,10.653708,10.753107,10.527401,10.299307,10.053585,13.106717,13.110779,13.112156,12.120152,12.021505,11.860951,11.662519,11.682047,11.467789,11.303604,11.217408,11.28124,11.159534,10.787652,10.589553,12.871451,12.893499,12.908205,11.984237,11.924612,11.730953,11.52057,11.566515,11.372881,11.203449,11.069994,11.157231,10.991371,10.679857,10.451151,12.629907,12.661622,12.693977,11.606729,11.537852,11.335473,11.124577,11.152863,10.96375,10.804688,10.697569,10.787916,10.61903,10.311238,10.087982,14.595931,14.572027,14.323627,13.395185,13.357233,13.347092,13.297276,13.302338,13.233776,12.827323,12.810205,12.635615,12.630257,11.582834,11.551828,13.646085,13.626211,13.59861,12.934784,12.872541,12.729034,12.510143,12.573049,12.356493,12.175609,12.011003,12.080095,11.956182,11.587553,11.381103,12.946733,12.931621,12.928285,12.28243,12.252253,12.079703,11.869805,11.949911,11.771139,11.598587,11.372971,11.463573,11.287341,11.009493,10.781818,12.028202,12.08711,12.147995,10.984653,10.944032,10.698515,10.488747,10.52718,10.370779,10.212546,10.082293,10.192675,9.970129,9.722393,9.4730196,10.830283,10.870443,10.944074,10.020205,10.036556,9.7193336,9.5583754,9.6374531,9.5790377,9.3438663,9.056427,9.1703711,8.7958126,8.6572933,8.3429966,12.233343,12.269449,12.307281,11.365598,11.335373,11.104555,10.901445,10.960524,10.803961,10.633637,10.45719,10.561872,10.339921,10.096889,9.8432922,11.778602,11.819545,11.908573,10.453325,10.377777,10.179393,9.9699821,9.9698792,9.8048468,9.6861382,9.6037273,9.7127037,9.5510244,9.2900705,9.0951748,11.065248,11.157592,11.204659,10.56034,10.613561,10.298864,10.129289,10.278145,10.197951,9.7942533,9.5242434,9.6354055,9.290554,9.1762495,8.8013916,13.190027,13.197402,13.194818,12.269875,12.185999,12.018861,11.813882,11.846033,11.634749,11.463118,11.358964,11.427289,11.295489,10.929614,10.721754,12.088371,12.14274,12.206556,10.959533,10.904853,10.671743,10.457825,10.481938,10.316487,10.167008,10.06024,10.167215,9.9645672,9.6992941,9.4653244,14.328201,14.282888,14.167774,13.442685,13.326253,13.256794,13.105633,13.123982,12.908107,12.663639,12.605768,12.570415,12.53164,11.890577,11.759736,10.237543,10.391623,10.552747,8.8776646,8.8776474,8.5233183,8.3315134,8.3656445,8.2932577,8.1349354,8.0313463,8.1765327,7.8305316,7.6641974,7.3744836,13.597602,13.568989,13.530181,12.714722,12.5811,12.46371,12.287471,12.303204,12.060004,11.885933,11.817336,11.847178,11.77158,11.333976,11.156376,11.874177,11.925996,12.005386,10.615629,10.552152,10.326517,10.109784,10.11757,9.9546499,9.8187504,9.7298603,9.8388948,9.6471243,9.3837624,9.1659584,13.396469,13.384459,13.363319,12.463085,12.349323,12.211818,12.023864,12.042418,11.814799,11.643034,11.564946,11.610592,11.513117,11.100872,10.914377,14.995543,14.872282,14.718,14.100289,14.007849,13.958157,13.76683,13.783559,13.615758,13.345775,13.165711,13.11391,13.033395,12.333745,12.2328,11.684726,11.707198,11.75606,10.852665,10.841116,10.590044,10.402233,10.468374,10.35051,10.176567,9.9442778,10.052991,9.7807236,9.58424,9.3182678,14.629722,14.577145,14.457061,13.777907,13.67735,13.611192,13.436618,13.464536,13.25063,13.000779,12.918923,12.889372,12.84608,12.193575,12.063324,13.267529,13.269172,13.260513,12.334824,12.241722,12.084138,11.8837,11.910625,11.694511,11.522148,11.427891,11.488623,11.368182,10.984024,10.783911,11.545632,11.703485,11.750677,11.044275,11.100412,10.754988,10.565632,10.743794,10.627633,10.053098,9.8507357,9.9626169,9.625886,9.5029488,9.0803967,12.791105,12.80134,12.824318,11.72429,11.623055,11.455703,11.257692,11.269526,11.061851,10.913911,10.832129,10.906698,10.779642,10.440681,10.243813,14.315057,14.264107,14.143245,13.429006,13.30092,13.237735,13.096538,13.110108,12.890178,12.645196,12.595517,12.551988,12.520654,11.873177,11.746894,14.698311,14.664223,14.436692,13.561975,13.507993,13.490726,13.415157,13.422863,13.322682,12.944227,12.917804,12.767288,12.757358,11.774259,11.727082,14.84996,14.790075,14.635496,13.929038,13.837359,13.7906,13.632893,13.654326,13.466898,13.181339,13.106716,13.042386,13.00908,12.255069,12.15156,10.774309,10.892181,11.018132,9.5327272,9.5215883,9.1994734,9.0003004,9.0350266,8.939002,8.784215,8.6628513,8.7978888,8.4863062,8.3037863,8.024313,13.731071,13.714479,13.674461,12.886798,12.790141,12.659764,12.462834,12.496819,12.270187,12.080776,11.982782,12.023523,11.928012,11.485614,11.298586,11.059679,11.15941,11.275827,9.7956791,9.7713528,9.4801693,9.272275,9.2983055,9.1831284,9.0418673,8.9328241,9.0633516,8.7912664,8.5892038,8.3316183,15.181259,15.043816,14.91498,14.372699,14.275855,14.214893,13.976744,14.001996,13.808424,13.571637,13.351396,13.337269,13.241681,12.627549,12.507778,11.041163,11.049644,11.110774,10.243328,10.249487,9.9718962,9.8045921,9.8757591,9.8042698,9.6148224,9.3212795,9.4308481,9.0960751,8.9446812,8.6620569,13.796796,13.748757,13.69291,12.981596,12.823926,12.725572,12.559944,12.573109,12.309127,12.135035,12.075116,12.090356,12.035563,11.582971,11.410982,13.766496,13.745151,13.697668,12.897905,12.790003,12.668896,12.481651,12.508203,12.278955,12.086785,12.003246,12.032789,11.948414,11.482086,11.304048,10.516194,10.702837,10.862496,9.2206659,9.230792,8.8295698,8.6433678,8.6983547,8.6266727,8.3807011,8.2579041,8.4053631,8.0105314,7.8447962,7.5095649,14.245989,14.207046,14.138201,13.479496,13.387139,13.284029,13.078524,13.121614,12.889546,12.684255,12.568687,12.594385,12.518463,12.01985,11.848507,11.72702,11.766458,11.861629,10.395826,10.320295,10.135263,9.9328098,9.9350462,9.7726431,9.6636143,9.5770082,9.6882648,9.5414515,9.2872839,9.1012316,10.800279,10.877666,11.015918,9.3015652,9.257122,9.0087786,8.7895298,8.7840891,8.6614981,8.5508022,8.4752693,8.6049528,8.386076,8.173461,7.9648776,13.988616,13.953982,13.881642,13.125494,13.005058,12.906735,12.735003,12.756237,12.523712,12.317196,12.247767,12.252596,12.1906,11.664913,11.504583,13.617867,13.593045,13.55304,12.725584,12.600158,12.480429,12.301477,12.319175,12.082054,11.90259,11.831171,11.86107,11.781717,11.335075,11.15787,9.4491816,9.5748434,9.7788458,7.8315659,7.819663,7.5422678,7.3427587,7.3476863,7.2819104,7.1942735,7.1367178,7.285923,7.0251303,6.8621511,6.6523423,13.464202,13.423066,13.400393,12.849915,12.813172,12.670763,12.446453,12.529444,12.333895,12.161822,11.924175,12.007398,11.858243,11.543196,11.33441,12.965674,12.954593,12.964225,11.984047,11.852793,11.70781,11.522079,11.531442,11.298641,11.161462,11.08815,11.15315,11.055265,10.717588,10.526217,13.633592,13.597885,13.556008,12.776515,12.631931,12.520223,12.347809,12.362048,12.10949,11.939248,11.874089,11.900925,11.832466,11.398569,11.22136,14.103097,14.054408,13.964893,13.254599,13.114999,13.034374,12.878222,12.893071,12.651758,12.439877,12.383528,12.369732,12.326209,11.770648,11.621892,14.519615,14.476203,14.30255,13.517942,13.425536,13.385128,13.275631,13.287027,13.1251,12.814615,12.775114,12.678229,12.659056,11.841187,11.754749,14.044743,14.001704,13.919827,13.188618,13.055623,12.967837,12.80603,12.822857,12.584542,12.375819,12.315203,12.309055,12.258399,11.716265,11.562789,14.145252,14.082994,13.990158,13.3379,13.175935,13.103773,12.952932,12.963854,12.703667,12.500911,12.450025,12.433088,12.40019,11.862098,11.712811,13.482065,13.710293,13.75837,13.020614,13.085928,12.71653,12.499126,12.801951,12.580827,11.172781,11.053209,11.149786,10.82962,10.7005,10.186974,14.942014,14.878331,14.674631,13.885515,13.817905,13.791462,13.669258,13.680172,13.550671,13.206391,13.137232,13.020087,12.989805,12.091735,12.026525,14.073812,14.041409,13.969966,13.235495,13.128303,13.026341,12.84305,12.872227,12.642911,12.433702,12.350155,12.361641,12.293294,11.771133,11.606646,12.004086,12.04476,12.117875,10.744606,10.670504,10.462486,10.248844,10.252853,10.081234,9.9484415,9.8639097,9.9675474,9.7956848,9.5201082,9.3133354,14.463165,14.41538,14.326034,13.674252,13.576639,13.490239,13.292788,13.330289,13.101129,12.880258,12.776009,12.781162,12.720046,12.161772,12.006814,13.858894,13.801522,13.740993,13.078634,12.907896,12.816556,12.65466,12.666473,12.390373,12.219802,12.163095,12.174425,12.127773,11.679226,11.507414,10.907465,10.966195,11.101348,9.382514,9.3279619,9.1086416,8.8901615,8.8794603,8.7485523,8.6443434,8.568861,8.6959667,8.5082512,8.2891836,8.0988426,14.032955,13.976964,13.896999,13.221371,13.063579,12.981714,12.824755,12.837284,12.577332,12.383246,12.328479,12.323009,12.281649,11.770123,11.612936,11.250308,11.327397,11.411738,10.238685,10.22956,9.9314432,9.7395744,9.7929306,9.686348,9.5111456,9.3332863,9.4554758,9.1529303,8.9666166,8.6818047,13.310757,13.313736,13.304024,12.474367,12.401454,12.236844,12.02756,12.073029,11.861395,11.684878,11.558755,11.629465,11.495419,11.135029,10.922197,13.809233,13.771694,13.713899,12.952331,12.814532,12.711446,12.541883,12.557921,12.311858,12.125152,12.060836,12.075157,12.012558,11.53426,11.366059,13.751973,13.689157,13.639668,13.014115,12.828242,12.733781,12.571803,12.582685,12.289982,12.137221,12.081081,12.101221,12.055031,11.650754,11.468546,14.290612,14.225384,14.110744,13.457463,13.300317,13.240608,13.100377,13.109258,12.861859,12.637442,12.591787,12.554381,12.530491,11.933357,11.799816,12.661301,12.681439,12.713132,11.568268,11.47898,11.296481,11.091314,11.104671,10.906585,10.756684,10.670263,10.752397,10.608255,10.282025,10.077697,14.377448,14.334122,14.238916,13.549002,13.445045,13.361562,13.18049,13.210983,12.986142,12.758339,12.673505,12.666461,12.611718,12.028962,11.880119,14.622903,14.562973,14.475571,13.875983,13.784718,13.699685,13.482794,13.526883,13.295082,13.080098,12.947872,12.963347,12.895896,12.355685,12.198909,9.7571602,9.8959131,10.084347,8.2269602,8.2169361,7.9063778,7.7072692,7.7207255,7.6518397,7.5432158,7.4729509,7.6212354,7.3263612,7.1607814,6.920682,10.731237,10.826504,10.968003,9.2845592,9.251277,8.98071,8.7661247,8.7718191,8.6588974,8.5427628,8.4614592,8.5951061,8.3498268,8.1464663,7.9201803,13.506221,13.494714,13.467077,12.598524,12.492796,12.355598,12.16408,12.188053,11.962625,11.782913,11.698446,11.742442,11.64343,11.218709,11.031237,12.576587,12.605029,12.641895,11.488247,11.409539,11.213839,11.004146,11.021899,10.830749,10.678291,10.584847,10.673046,10.513732,10.20001,9.9866829,13.249818,13.237398,13.226641,12.298344,12.176343,12.037229,11.85163,11.865993,11.635071,11.475658,11.400789,11.451932,11.355047,10.967748,10.780001,14.763372,14.716642,14.526867,13.737465,13.659108,13.627485,13.512989,13.526402,13.377289,13.048181,13.003469,12.895881,12.877313,12.01143,11.935297,10.979097,11.071234,11.166406,9.9624949,9.9631596,9.6374807,9.4531507,9.511199,9.4223022,9.2288017,9.0413408,9.166975,8.8288507,8.6592388,8.3558064,14.781678,14.718532,14.602577,13.964943,13.867874,13.800947,13.606166,13.638898,13.419905,13.177422,13.072449,13.054149,13.003882,12.372207,12.238183,14.341085,14.286506,14.157364,13.450061,13.317832,13.260653,13.127035,13.137996,12.919719,12.668859,12.623732,12.570998,12.545259,11.880378,11.760132,11.589928,11.644423,11.709287,10.652402,10.637332,10.366736,10.172572,10.229652,10.107703,9.9354391,9.7462711,9.8615656,9.5867252,9.3855658,9.1128483,12.918367,12.930305,12.937271,12.130286,12.083416,11.894935,11.684603,11.745857,11.556315,11.382946,11.216397,11.305595,11.135026,10.836986,10.604629,14.282122,14.231701,14.173317,13.592597,13.516979,13.409212,13.180419,13.238653,13.008043,12.815498,12.651115,12.698586,12.606012,12.159724,11.97964,12.23446,12.401787,12.472857,11.501718,11.538798,11.150283,10.972737,11.148352,11.009676,10.275849,10.09258,10.210714,9.8360481,9.6821775,9.265481,14.08078,14.279019,14.347094,13.368191,13.40933,13.012281,12.830976,13.127072,12.885691,11.366215,11.229505,11.336195,10.984918,10.826926,10.382817,14.83427,14.748786,14.657325,14.110833,14.023085,13.944507,13.709345,13.754855,13.528179,13.315916,13.143188,13.162542,13.085483,12.549079,12.398745,11.325377,11.490086,11.596621,10.340544,10.360602,9.9587793,9.7805223,9.8800135,9.7847462,9.3851671,9.2107134,9.341959,8.9411917,8.777339,8.3992405,12.266486,12.285333,12.344255,11.081692,10.983587,10.815793,10.620453,10.626315,10.435035,10.316513,10.230583,10.325425,10.200624,9.9160767,9.7279568,14.406544,14.361617,14.247525,13.533251,13.424513,13.353498,13.193047,13.21582,13.000969,12.755733,12.689207,12.658565,12.61629,11.976468,11.843528,14.614964,14.567856,14.40688,13.653667,13.559063,13.513655,13.384223,13.400325,13.222661,12.927537,12.877329,12.798011,12.773574,11.99463,11.897193,13.286378,13.266377,13.252512,12.363698,12.229814,12.097332,11.916149,11.929016,11.688198,11.533778,11.462519,11.510798,11.422668,11.039889,10.85288,12.706164,12.713883,12.742864,11.628365,11.520669,11.358782,11.16505,11.174652,10.965073,10.82716,10.74644,10.823489,10.703869,10.378128,10.184969,11.062978,11.137344,11.206656,10.353788,10.385759,10.05017,9.8917322,10.002499,9.9321327,9.5993595,9.3266916,9.4430733,9.0648403,8.9301157,8.577527,14.986997,14.904849,14.780594,14.17057,14.075197,14.01422,13.806521,13.837897,13.624722,13.378821,13.248895,13.228085,13.171152,12.527046,12.400203,12.716255,12.898771,12.997439,11.756804,11.780595,11.363973,11.179249,11.35556,11.196599,10.302188,10.146067,10.270135,9.876812,9.7036495,9.3041353,14.450752,14.400771,14.241908,13.493115,13.380347,13.335818,13.220456,13.229689,13.043951,12.756054,12.717505,12.634485,12.615683,11.855244,11.757797,12.197289,12.392165,12.441862,11.68599,11.742863,11.374085,11.17705,11.391407,11.241808,10.421287,10.253355,10.363187,10.024912,9.8953133,9.4332628,10.872254,11.006654,11.118451,9.8134546,9.822814,9.453249,9.2719488,9.3378601,9.2561893,9.0156546,8.8445015,8.9766722,8.600462,8.4366217,8.1017418,13.589046,13.546189,13.508694,12.766816,12.60698,12.496706,12.326491,12.338864,12.072164,11.914299,11.851953,11.881967,11.818011,11.411405,11.229044,14.564939,14.542041,14.293444,13.362659,13.325258,13.315007,13.267715,13.272861,13.20599,12.799449,12.78206,12.606871,12.60176,11.553868,11.523146,16.447481,16.574272,16.66128,15.40553,15.40858,15.057779,14.863475,15.284594,14.875279,12.294132,12.18452,12.283939,11.987771,11.816492,11.514217,12.873726,12.891721,12.903161,12.044004,11.99296,11.799897,11.589655,11.644989,11.454849,11.282904,11.129818,11.21918,11.048144,10.747386,10.514797,13.906508,13.88308,13.834745,13.110385,13.01932,12.896191,12.693475,12.734725,12.505988,12.312068,12.201295,12.240753,12.149165,11.697137,11.511886,12.662751,12.652895,12.681376,11.620328,11.480142,11.326213,11.134144,11.136738,10.908653,10.791108,10.7266,10.806206,10.70856,10.413775,10.221781,13.29307,13.281936,13.268167,12.343353,12.22576,12.085958,11.898838,11.914734,11.68627,11.521923,11.445632,11.495356,11.39675,11.000554,10.812934,12.302795,12.303577,12.32443,11.574394,11.554916,11.345928,11.149503,11.224799,11.07713,10.904797,10.668578,10.768167,10.544842,10.313676,10.067401,9.5844183,9.6889238,9.8876219,7.9261684,7.9049935,7.6538205,7.4478245,7.4436936,7.3657084,7.2841654,7.2251625,7.3699498,7.1395617,6.9664531,6.7765522,11.807984,11.845235,11.935259,10.496714,10.418836,10.235024,10.03304,10.0359,9.8698282,9.7586317,9.6718626,9.7808285,9.6356983,9.3766985,9.1896496,14.7063,14.671997,14.444182,13.569195,13.515789,13.498561,13.422391,13.430073,13.330285,12.951122,12.924563,12.773822,12.763562,11.779163,11.732218,14.63904,14.611704,14.369355,13.457244,13.414517,13.402322,13.343921,13.3496,13.271178,12.872554,12.853184,12.685604,12.678741,11.649586,11.613869,12.267771,12.283282,12.341228,11.08697,10.984755,10.819957,10.624769,10.629412,10.435873,10.32033,10.23567,10.331233,10.21175,9.9306479,9.7444439,14.533982,14.486837,14.344034,13.609597,13.507114,13.452546,13.311933,13.330029,13.135989,12.861224,12.806114,12.745259,12.715252,11.990954,11.879924,10.173697,10.344376,10.513632,8.7999134,8.8043814,8.4316216,8.2428913,8.2806902,8.2138271,8.0402031,7.9372029,8.085207,7.7197571,7.5560222,7.2545552,13.37314,13.337204,13.316626,12.525693,12.367188,12.245138,12.070691,12.081794,11.818074,11.673144,11.60906,11.652171,11.578868,11.209097,11.019382,14.189945,14.146032,14.091269,13.491447,13.415592,13.303155,13.078156,13.135709,12.90556,12.713782,12.556166,12.604849,12.5106,12.070795,11.887266,13.389282,13.372946,13.351522,12.460972,12.33873,12.205711,12.021751,12.037787,11.804791,11.637478,11.563316,11.607147,11.515553,11.106785,10.922081,12.875836,12.890523,12.900027,12.074716,12.027705,11.836071,11.626068,11.685921,11.497662,11.324807,11.161022,11.251113,11.078079,10.782333,10.548764,12.425758,12.468015,12.509618,11.420325,11.36568,11.145774,10.934376,10.970561,10.793872,10.633641,10.511612,10.610944,10.419635,10.138776,9.9025135,14.780606,14.73411,14.540011,13.743589,13.668118,13.638333,13.526234,13.539143,13.394988,13.060368,13.016446,12.904459,12.886352,12.007103,11.934239,14.773406,14.728882,14.528146,13.717236,13.645655,13.618496,13.513077,13.524899,13.388891,13.045748,13.005238,12.885682,12.869235,11.969351,11.901577,9.8151655,9.935379,10.122649,8.2450457,8.2295265,7.9492373,7.7454538,7.751802,7.6747403,7.5779819,7.5120955,7.6585217,7.396441,7.2247891,7.0065713,13.347571,13.317736,13.299093,12.46969,12.320957,12.195493,12.018639,12.030338,11.775896,11.626697,11.559879,11.604491,11.526003,11.149187,10.961287,13.195228,13.165563,13.15785,12.313625,12.157908,12.026703,11.84851,11.85807,11.600205,11.463922,11.399216,11.452109,11.371635,11.026175,10.832854,12.44129,12.639189,12.691534,11.901196,11.955916,11.579568,11.386194,11.609031,11.449207,10.551396,10.388014,10.497911,10.15436,10.019347,9.5542583,13.194638,13.187075,13.180739,12.225128,12.109272,11.964536,11.775752,11.790663,11.564995,11.405091,11.32797,11.3828,11.279474,10.896624,10.706969,13.485342,13.44471,13.415602,12.658217,12.496959,12.381336,12.209435,12.221147,11.953599,11.80339,11.740479,11.777011,11.709219,11.323558,11.136765,13.041249,13.020066,13.023455,12.108336,11.961405,11.822104,11.639548,11.647881,11.401244,11.268522,11.201473,11.262562,11.17415,10.841227,10.647911,11.097829,11.181529,11.271392,10.085113,10.081285,9.7695608,9.5818119,9.6375084,9.5407629,9.3576059,9.173439,9.2974043,8.9764252,8.7996902,8.505825,13.684456,13.660132,13.615299,12.796677,12.676262,12.557857,12.377782,12.397586,12.163425,11.977861,11.904429,11.931643,11.852396,11.392296,11.216684,11.678304,11.746212,11.817484,10.658846,10.63461,10.365604,10.163151,10.210282,10.076313,9.9121208,9.7582855,9.8753853,9.6172514,9.4006767,9.1346769,11.626194,11.692256,11.762925,10.62853,10.607937,10.335933,10.136195,10.186524,10.057381,9.8903036,9.7263823,9.8436289,9.577981,9.367671,9.0981522,13.699291,13.679204,13.648839,12.976725,12.910137,12.769425,12.551618,12.611478,12.392026,12.209555,12.053314,12.118713,11.999948,11.619551,11.415759,12.511486,12.513838,12.554869,11.409367,11.289242,11.130871,10.936701,10.940149,10.728698,10.610099,10.534288,10.620864,10.513873,10.222054,10.033898,13.021898,12.993937,12.997258,12.115757,11.955192,11.816529,11.635448,11.642623,11.386414,11.261553,11.200674,11.262028,11.178626,10.860183,10.662793,13.691989,13.675943,13.645007,12.934015,12.860015,12.719023,12.505822,12.558813,12.337127,12.153057,12.014421,12.074896,11.960677,11.566973,11.365266,13.576694,13.541625,13.504646,12.718834,12.572319,12.457968,12.284772,12.29844,12.044236,11.879023,11.813621,11.844243,11.774023,11.353528,11.173684,15.112149,14.977044,14.840526,14.276876,14.179869,14.121722,13.898038,13.919985,13.734468,13.488413,13.278369,13.252584,13.159705,12.522084,12.407633,14.066678,14.573897,13.953888,13.900809,13.854442,13.81947,13.796899,13.849059,13.894338,13.86709,13.821082,13.743131,13.660769,13.273266,13.106227,13.151274,13.658617,13.096128,13.041333,12.998589,12.963082,12.93405,12.979506,13.200127,13.177876,13.143044,13.068524,12.987223,12.62219,12.465472,15.308874,15.77704,15.146859,15.096484,15.057791,15.032454,15.018687,15.065174,15.069928,15.045013,15.008184,14.925929,14.842196,14.449622,14.299323,14.653006,15.150344,14.517762,14.468335,14.424593,14.396194,14.381467,14.440731,14.419923,14.388964,14.33529,14.259147,14.178758,13.788509,13.622911,14.97648,15.485337,14.828007,14.781801,14.74154,14.71784,14.707244,14.765959,14.723015,14.690029,14.63728,14.558586,14.475718,14.078562,13.915903,20.189415,20.249823,20.136021,20.126038,20.113741,20.110458,20.113138,20.126646,20.128733,20.12965,20.124462,20.111959,20.100203,20.02593,20.004044,14.113181,14.611779,13.997222,13.942411,13.898057,13.863394,13.837997,13.88475,13.959584,13.933519,13.897918,13.817487,13.732079,13.342354,13.17968,18.701475,18.902639,18.569515,18.545891,18.524719,18.522129,18.531391,18.565466,18.56193,18.557138,18.529366,18.488886,18.449461,18.234119,18.164742,14.332362,14.837137,14.208859,14.15785,14.112317,14.080503,14.062191,14.120432,14.115913,14.08521,14.031927,13.955892,13.875073,13.485973,13.316616,13.476466,13.983342,13.390525,13.337628,13.285655,13.244167,13.217585,13.277588,13.303493,13.272092,13.212762,13.143695,13.066908,12.695914,12.513017,14.674198,15.165998,14.534227,14.481854,14.439649,14.409421,14.390399,14.439369,14.460259,14.433336,14.393785,14.312533,14.228002,13.833193,13.673286,13.486381,13.993569,13.407065,13.352725,13.307353,13.270881,13.243519,13.291303,13.438386,13.414952,13.377342,13.300586,13.218525,12.843568,12.681438,14.525811,15.025844,14.394084,14.342956,14.299003,14.26885,14.251659,14.306709,14.312268,14.283897,14.235028,14.156735,14.074798,13.683185,13.519405,16.041971,16.483017,15.870317,15.829555,15.796129,15.782259,15.781605,15.83493,15.806172,15.78286,15.734873,15.659611,15.583101,15.208159,15.069586,14.92812,15.425853,14.783144,14.736019,14.694449,14.669538,14.658215,14.718027,14.680055,14.647768,14.593784,14.517117,14.436266,14.043902,13.880857,15.285331,15.772802,15.128986,15.083974,15.045327,15.024393,15.01681,15.074348,15.037539,15.007882,14.956388,14.8787,14.797894,14.406408,14.250911,15.451598,15.913616,15.293406,15.247731,15.208357,15.187419,15.180519,15.237546,15.213326,15.187233,15.136966,15.061638,14.984138,14.601476,14.451433,15.454582,15.922493,15.29578,15.250878,15.212242,15.19207,15.185711,15.242988,15.212793,15.185583,15.134645,15.058839,14.980547,14.595881,14.444841,15.303106,15.770594,15.147367,15.099782,15.059503,15.036527,15.027295,15.082603,15.070045,15.044715,14.996608,14.919589,14.840757,14.455173,14.304225,16.802574,17.172478,16.620155,16.578312,16.545385,16.531319,16.530878,16.575598,16.573442,16.55868,16.523199,16.450979,16.381506,16.037323,15.920216,17.337973,17.658756,17.169788,17.134768,17.104231,17.095436,17.100979,17.148006,17.138044,17.126173,17.087019,17.027298,16.968458,16.659344,16.553461,13.672514,14.180607,13.578054,13.524668,13.474207,13.4344,13.408801,13.462811,13.523091,13.495114,13.443879,13.370131,13.290852,12.913665,12.740342,15.853937,16.300215,15.68688,15.64441,15.608622,15.592314,15.589721,15.644863,15.616701,15.59243,15.543362,15.46862,15.392273,15.01545,14.873002,13.932832,14.443338,13.825975,13.774475,13.725947,13.69001,13.668156,13.73077,13.712529,13.677526,13.617907,13.545853,13.466729,13.083992,12.903914,17.171446,17.519014,16.99692,16.963264,16.937567,16.93203,16.938572,16.984457,16.96487,16.948879,16.905151,16.839737,16.774649,16.44792,16.33563,12.375803,12.861422,12.345771,12.290977,12.232477,12.179329,12.144107,12.19253,12.391397,12.373336,12.3198,12.263021,12.197695,11.868901,11.686085,16.2274,16.637196,16.05715,16.015345,15.979612,15.964452,15.963722,16.017317,15.999269,15.979383,15.933175,15.862222,15.790776,15.429886,15.29721,14.685301,15.197505,14.54776,14.499878,14.456976,14.429799,14.416053,14.477096,14.432502,14.397172,14.341629,14.264885,14.18291,13.788095,13.619044,14.543554,15.050771,14.412069,14.363101,14.318762,14.289677,14.274308,14.33615,14.297532,14.262556,14.205809,14.130541,14.049809,13.658488,13.487473,18.633709,18.837507,18.494072,18.466919,18.440056,18.432581,18.438122,18.473385,18.473925,18.470562,18.447086,18.405767,18.366512,18.145597,18.07583,14.865148,15.359003,14.722813,14.674895,14.632509,14.606553,14.594348,14.654237,14.622112,14.590583,14.53651,14.460453,14.380296,13.989732,13.826397,12.161318,12.635924,12.134497,12.075806,12.004375,11.937401,11.893587,11.924015,12.268587,12.246105,12.207488,12.141931,12.073013,11.752864,11.58519,13.042331,13.541631,12.977566,12.923516,12.867821,12.820576,12.789715,12.844952,12.936395,12.909677,12.852465,12.786982,12.713661,12.357832,12.174772,16.598244,16.984116,16.425909,16.387178,16.354656,16.343203,16.345825,16.397367,16.378487,16.360546,16.315233,16.246849,16.178268,15.830296,15.705463,18.235052,18.482222,18.083246,18.057409,18.038729,18.038254,18.048201,18.084885,18.07247,18.061939,18.024773,17.973936,17.923819,17.666386,17.581514,14.729391,15.207049,14.58571,14.532186,14.490335,14.458466,14.436106,14.480957,14.513616,14.486631,14.455268,14.373773,14.288019,13.893861,13.734154,14.329479,14.843053,14.205997,14.156354,14.110518,14.079146,14.061563,14.124923,14.081277,14.043838,13.98497,13.910811,13.830157,13.440055,13.263722,13.111406,13.614609,13.049695,12.996139,12.945406,12.903666,12.874172,12.922637,13.102545,13.080899,13.040627,12.967313,12.889337,12.528269,12.363012,16.082792,16.50279,15.909945,15.86509,15.828379,15.810515,15.806628,15.857212,15.851019,15.831658,15.789568,15.714527,15.640025,15.271504,15.137955,15.001284,15.06079,15.009668,14.578825,14.282078,14.157339,13.804591,13.931162,13.575149,13.41008,13.313326,13.439313,13.475661,13.13918,12.93325,15.35615,15.306813,15.145539,14.506139,13.989643,13.938774,13.723757,13.733086,13.442075,13.16977,13.133655,13.072412,13.142379,12.425385,12.331491,11.265394,11.458922,11.466722,10.948456,10.674671,10.438469,10.263809,10.44185,10.231096,10.002809,9.9023304,10.027534,9.9214973,9.7879782,9.4656696,12.855055,12.983215,12.962207,12.513271,12.238305,12.074139,11.841409,12.006037,11.724919,11.556465,11.45599,11.584684,11.572954,11.352151,11.107561,18.734304,18.922394,18.892015,18.728149,18.963917,18.90304,18.038465,18.401037,17.981226,17.907511,17.815042,18.257624,18.328527,18.114159,17.983965,9.563446,9.7953186,9.7955818,9.5087452,9.4979572,9.3185349,9.1665373,9.4488344,9.2924986,9.1206646,9.023942,9.1882038,9.1197052,9.052433,8.7724848,12.232639,12.395669,12.376188,12.000383,11.854516,11.696256,11.479562,11.697407,11.442773,11.281031,11.174019,11.32654,11.314104,11.131736,10.886154,12.120523,12.274936,12.265389,11.793676,11.523075,11.33503,11.13482,11.307604,11.056138,10.875352,10.773649,10.902078,10.858824,10.676849,10.408214,13.850255,13.984204,13.948804,13.603909,13.4966,13.368406,13.051849,13.27103,12.963267,12.814413,12.706462,12.882665,12.909186,12.665679,12.449866,11.852329,12.009034,12.016879,11.417904,11.000571,10.77356,10.589779,10.724884,10.483645,10.285264,10.190365,10.303873,10.219374,10.048839,9.7556534,12.889983,13.030892,13.00585,12.614038,12.431692,12.280575,12.035042,12.232503,11.953362,11.792739,11.687916,11.835747,11.835958,11.621312,11.384778,15.053755,15.054414,14.977218,14.492421,13.976472,13.871964,13.569047,13.629405,13.263915,13.081834,13.006129,13.061644,13.123084,12.692176,12.519359,12.026802,12.144146,12.155048,11.490192,10.779513,10.566135,10.384351,10.470493,10.202579,10.037607,9.9529705,10.046597,9.9957762,9.8094873,9.5510845,15.235682,15.20175,15.088614,14.564474,13.955778,13.875795,13.60417,13.631147,13.274885,13.063273,13.002756,13.004778,13.087918,12.547152,12.411596,18.746174,18.94692,18.918434,18.778984,19.070694,19.006056,18.110727,18.50943,18.089935,18.025492,17.942305,18.41765,18.490595,18.301628,18.180079,14.486496,14.470495,14.385633,13.898261,13.141926,13.0418,12.791991,12.827073,12.460529,12.28064,12.212379,12.233931,12.322227,11.89437,11.740329,14.848082,14.94556,14.901234,14.524345,14.354709,14.230352,13.858853,14.037538,13.69444,13.539216,13.433733,13.599136,13.633199,13.340181,13.129662,10.739865,10.947321,10.934146,10.637102,10.615685,10.458717,10.291842,10.572634,10.371526,10.219265,10.107815,10.281351,10.255084,10.139843,9.8907871,14.662544,14.605753,14.437517,13.800744,13.059384,12.997894,12.825424,12.818839,12.517245,12.245496,12.199905,12.115316,12.20728,11.524398,11.436758,11.443247,11.627168,11.624198,11.171756,10.957667,10.753663,10.573855,10.769871,10.547857,10.351754,10.247698,10.382236,10.313489,10.168411,9.8769779,13.749158,13.857337,13.823617,13.410173,13.172856,13.030934,12.744921,12.911756,12.600272,12.439042,12.337717,12.476583,12.491778,12.231063,12.005942,10.634713,10.847353,10.84991,10.442247,10.292675,10.075708,9.9042473,10.124487,9.9371834,9.7184944,9.6160412,9.7537374,9.6594296,9.5562935,9.2387114,11.073624,11.278276,11.293036,10.751979,10.449067,10.19197,10.015406,10.18891,9.98946,9.7290573,9.6318407,9.7521944,9.6208048,9.5013962,9.1552649,11.143545,11.341317,11.382986,10.639858,9.9282894,9.6279249,9.4754248,9.5957184,9.3774271,9.1021633,9.0181427,9.1268711,8.9664402,8.8463507,8.4971094,16.509645,16.587654,16.533022,16.17576,16.050484,15.941495,15.424913,15.600166,15.20996,15.058938,14.947534,15.149266,15.195218,14.864283,14.667544,15.881112,16.046955,16.004808,15.764389,15.869204,15.780544,15.244443,15.557263,15.205626,15.091913,14.977672,15.275161,15.332632,15.088452,14.914786,9.5189075,9.7500687,9.7426395,9.5007143,9.5528746,9.4016428,9.2671909,9.5861607,9.4249821,9.2856321,9.1804943,9.3673038,9.3299675,9.2599287,9.0155993,11.211554,11.382031,11.428731,10.593641,9.8173056,9.5279722,9.3698139,9.4567165,9.2343149,9.0285101,8.9503975,9.0551023,8.9109249,8.7722826,8.4584322,15.936788,15.917783,15.808556,15.278428,14.878655,14.79845,14.463728,14.511413,14.158267,13.942914,13.876239,13.910329,13.96977,13.409509,13.263238,10.800009,11.012259,11.030546,10.509091,10.198291,9.9339466,9.7412081,9.9138088,9.7282677,9.4458456,9.3545666,9.4698,9.3265581,9.2251501,8.8667631,18.239294,18.289221,18.225821,17.87394,17.757105,17.659491,16.978294,17.130419,16.689993,16.540672,16.422667,16.655697,16.705399,16.338991,16.154167,11.22903,11.356967,11.39224,10.635497,9.5379133,9.2962379,9.1421423,9.2038469,8.9498396,8.8010902,8.7237911,8.8115921,8.7460699,8.6079855,8.3472128,15.960804,15.910947,15.775375,15.206416,14.738268,14.680344,14.390095,14.411545,14.073745,13.833463,13.791185,13.776683,13.845335,13.196237,13.077887,12.323963,12.458449,12.453033,11.908612,11.512881,11.316412,11.115301,11.251263,10.987756,10.80756,10.711903,10.825037,10.778193,10.580352,10.313927,17.810968,17.983543,17.943371,17.744118,17.919271,17.84671,17.104034,17.437647,17.038971,16.945986,16.844391,17.224468,17.292181,17.05463,16.904543,13.781374,13.803697,13.752409,13.257409,12.50313,12.37633,12.141216,12.197151,11.846125,11.685262,11.606524,11.658767,11.721729,11.393938,11.209489,11.828983,12.030387,12.009422,11.759052,11.813153,11.698755,11.469321,11.790098,11.553425,11.430757,11.321426,11.534067,11.553921,11.397861,11.194628,12.928428,13.007156,12.989737,12.426044,11.799735,11.631358,11.419007,11.504685,11.19969,11.039912,10.954585,11.03948,11.040985,10.793925,10.567265,17.064039,17.08247,17.004786,16.573288,16.332106,16.229937,15.719699,15.823277,15.416494,15.240697,15.136118,15.278717,15.328434,14.891456,14.709241,10.515683,10.728739,10.723237,10.38514,10.314756,10.131958,9.9709129,10.227621,10.037871,9.8604002,9.7543335,9.9117451,9.8540163,9.7501135,9.4707785,11.561637,11.733668,11.755542,11.079295,10.597767,10.338793,10.165534,10.290757,10.063946,9.8443985,9.7530413,9.8645802,9.7434254,9.5895996,9.2727242,13.983478,14.040508,13.999572,13.51298,13.047739,12.90887,12.640437,12.738582,12.404128,12.238711,12.150834,12.24263,12.270519,11.960839,11.750387,12.439911,12.61284,12.587984,12.276899,12.228379,12.095037,11.852661,12.113755,11.854057,11.7112,11.601765,11.78347,11.795401,11.61065,11.388404,11.678935,11.858588,11.843833,11.475863,11.351358,11.184397,10.990339,11.220439,10.986533,10.820676,10.71243,10.866191,10.839615,10.683264,10.427071,11.544653,11.693481,11.722898,10.975415,10.264791,10.010021,9.8409481,9.9312868,9.6910763,9.5054216,9.4218683,9.5231075,9.4202929,9.2630177,8.9716806,15.813097,15.872805,15.816744,15.414698,15.192417,15.075621,14.647034,14.788045,14.411909,14.250251,14.146819,14.300987,14.343301,13.994544,13.793447,15.147019,15.171507,15.107132,14.642044,14.233034,14.118152,13.784132,13.871089,13.50596,13.33187,13.245806,13.334674,13.382557,12.992043,12.802093,13.470493,13.637427,13.605128,13.320362,13.323711,13.209014,12.892303,13.17107,12.881303,12.748995,12.637019,12.848035,12.882315,12.669406,12.46608,13.962528,14.046961,14.010139,13.561066,13.23655,13.094832,12.809577,12.944455,12.620467,12.456001,12.360012,12.479393,12.497959,12.212382,11.991638,9.9954891,10.216595,10.219998,9.8720732,9.7743416,9.5632896,9.3757515,9.6065102,9.4443846,9.2267904,9.1299906,9.2667389,9.1691751,9.0958767,8.7756033,12.938261,13.043715,13.025719,12.508307,12.090217,11.918563,11.69382,11.817752,11.526601,11.357309,11.263926,11.371172,11.35697,11.121082,10.87879,15.19483,15.331897,15.289184,14.991446,14.980233,14.873201,14.432587,14.685035,14.34284,14.208141,14.095154,14.325086,14.371116,14.108995,13.913564,11.436207,11.630022,11.611919,11.312738,11.284847,11.140896,10.946465,11.223094,10.997306,10.852444,10.741493,10.919983,10.913596,10.769291,10.535317,10.38488,10.607187,10.593943,10.370917,10.459189,10.338961,10.174044,10.518317,10.327259,10.209757,10.100212,10.310306,10.311532,10.20659,9.9979877,11.346932,11.537372,11.56674,10.871351,10.373693,10.092338,9.9253464,10.056408,9.8412657,9.5879936,9.4975939,9.6100721,9.4617167,9.3241844,8.9829435,9.776823,9.8770046,9.8624411,9.8775826,9.8535862,9.6600332,9.5802832,9.6661768,9.5824623,9.5257282,9.0637493,9.0462847,9.1001472,9.222374,8.9092255,10.165227,10.285891,10.248048,10.293799,10.244843,10.124345,10.077644,10.170563,10.048909,9.9756393,9.7193127,9.7054863,9.7699223,9.7812366,9.090374,8.2262735,8.2810678,8.262146,8.3907013,8.3633518,8.2916431,8.2601233,8.3152828,8.2545786,8.2145796,8.0400486,8.0228405,8.0343256,8.0617352,7.0554943,9.6782751,9.7799997,9.7452593,9.8117542,9.7666035,9.6607695,9.6175308,9.7047892,9.5958099,9.5302715,9.2977896,9.2846575,9.3269367,9.3403559,8.5721416,11.360772,11.543198,11.52832,11.509332,11.487667,11.27988,11.220917,11.308619,11.195177,11.123253,10.665329,10.668757,10.831175,10.939586,10.689027,8.0276442,8.0811005,8.0678816,8.1901903,8.1672125,8.0872536,8.0525398,8.1143074,8.0592756,8.0216255,7.7945576,7.7672744,7.7779188,7.8218622,6.9160018,7.961062,8.0080557,7.9877787,8.1295137,8.1026297,8.0447626,8.0193424,8.0658388,8.0131779,7.9793077,7.842855,7.8295436,7.8373585,7.8570743,6.7724447,10.912965,11.068207,11.056244,11.041327,11.023938,10.801332,10.72838,10.806135,10.712837,10.651033,10.157695,10.158725,10.288251,10.428281,10.217096,8.8026772,8.8753099,8.8546247,8.9497194,8.9186544,8.8170872,8.773633,8.8475237,8.7702541,8.7192907,8.4669886,8.445879,8.4689875,8.5125093,7.6908402,9.4119635,9.5039473,9.4832287,9.5386372,9.5066166,9.3679008,9.3103447,9.3993855,9.3085508,9.2487173,8.9071798,8.8857431,8.9259377,8.9934025,8.3987074,9.7174749,9.8066406,9.7965832,9.7980213,9.7812338,9.554369,9.458622,9.5270338,9.4614391,9.4156275,8.8936453,8.882081,8.9325886,9.0951815,8.9058857,8.4332485,8.5086145,8.5012398,8.5424442,8.5215759,8.3699656,8.3041315,8.3935137,8.328949,8.2836504,7.788969,7.7183061,7.7365012,7.8420587,7.5203409,9.3898945,9.4589205,9.4514465,9.452486,9.4392967,9.1991968,9.0931787,9.1493483,9.0989628,9.0629969,8.5117588,8.4992666,8.5337973,8.7155228,8.5781174,9.9718761,10.068703,10.060237,10.052278,10.039376,9.7951441,9.6958494,9.7536411,9.6933603,9.6508894,9.1087542,9.1053848,9.1710253,9.3521261,9.2072954,12.663702,12.934127,12.91542,12.880517,12.8542,12.668787,12.65173,12.75016,12.595891,12.5055,12.107536,12.118809,12.408477,12.450638,12.170045,8.9425459,9.0209675,8.9909029,9.0907364,9.0520239,8.9668598,8.9310198,9.003665,8.9180889,8.865592,8.6721563,8.6583652,8.6808367,8.6982355,7.7908173,7.9491892,7.9968958,7.9821758,8.1189165,8.0959368,8.0291462,7.999578,8.0506458,7.9983425,7.962965,7.7898068,7.7701983,7.7782941,7.8090696,6.7893825,8.7128296,8.7837925,8.7652941,8.8585491,8.8294039,8.7239885,8.6787815,8.7542944,8.6801968,8.630559,8.3580189,8.3334198,8.3550348,8.4062099,7.6214294,12.283687,12.507709,12.47033,12.448081,12.405822,12.235986,12.209952,12.309792,12.150475,12.054342,11.69802,11.695124,11.93013,11.939827,11.527867,10.416284,10.540685,10.530499,10.519849,10.504704,10.271241,10.184327,10.252716,10.176572,10.124408,9.6057119,9.604104,9.6980762,9.8604231,9.6803951,11.438742,11.614144,11.583013,11.574371,11.533245,11.365644,11.318458,11.419321,11.276482,11.190476,10.831317,10.827819,10.980584,11.015311,10.594792,8.321229,8.3892384,8.3839264,8.4096127,8.3915806,8.2226048,8.1473684,8.2276754,8.1704159,8.1295223,7.5779414,7.4965377,7.5102434,7.630621,7.4228172,9.0531073,9.1025391,9.0978107,9.1006136,9.0908623,8.8421869,8.7285805,8.7736692,8.736968,8.7104425,8.1356649,8.1211109,8.1415396,8.3361225,8.239275,10.099468,10.207997,10.196583,10.193317,10.175309,9.9511776,9.8620157,9.934742,9.85884,9.8069019,9.2997351,9.2929668,9.3644857,9.5182171,9.3108683,9.0280085,9.0974894,9.0898275,9.1045961,9.0880737,8.879137,8.7861147,8.8592548,8.8014765,8.7602453,8.2222376,8.185873,8.2108335,8.3632412,8.1754208,10.668202,10.817049,10.774793,10.803432,10.750391,10.615007,10.567656,10.662163,10.531919,10.451634,10.175908,10.158296,10.256373,10.265443,9.6261387,9.1136503,9.1973753,9.1800919,9.2406702,9.2119818,9.0736465,9.0151806,9.1028786,9.0212107,8.9661016,8.6066008,8.5785398,8.6102247,8.6867228,8.1103621,9.5271168,9.5941658,9.5877457,9.5805302,9.5708675,9.3113518,9.1981325,9.2395334,9.198205,9.1682615,8.5981388,8.5950556,8.6356993,8.8383713,8.742506,9.5373516,9.6307545,9.6160889,9.6412506,9.6163654,9.4346781,9.3584251,9.4466391,9.3646297,9.3087196,8.8593712,8.8356705,8.8798943,8.9938612,8.6398239,9.3708115,9.4179602,9.4157057,9.4083014,9.4073839,9.121624,8.9984398,9.0123701,8.9972095,8.9846792,8.3692303,8.3728714,8.411622,8.6484928,8.6215496,12.535141,12.807898,12.796084,12.766465,12.748755,12.546049,12.526363,12.61582,12.483547,12.401341,11.955965,11.966969,12.258564,12.343307,12.110165,8.6309395,8.7042894,8.6919107,8.7648764,8.7405195,8.6131248,8.5589285,8.6434746,8.5743017,8.5265446,8.158555,8.1185455,8.1401958,8.2190266,7.6333909,8.7880926,8.8451567,8.8401976,8.8524427,8.8394833,8.6217203,8.522831,8.5860443,8.5394077,8.5056543,7.938786,7.8978138,7.9149904,8.0791998,7.9429469,10.861376,11.009481,10.984275,10.98604,10.949925,10.778427,10.719985,10.818731,10.693199,10.615908,10.235806,10.230348,10.341306,10.402706,9.9936581,10.357551,10.483235,10.456831,10.478848,10.440842,10.28528,10.226868,10.324181,10.207216,10.134275,9.7823305,9.7713852,9.8506107,9.9063187,9.4071808,12.225413,12.477839,12.468696,12.441848,12.430566,12.209095,12.177518,12.256911,12.146858,12.074564,11.584674,11.592286,11.857594,11.982375,11.786808,10.164001,10.282046,10.259828,10.281763,10.24843,10.083325,10.019397,10.114532,10.007572,9.939147,9.5566816,9.5440769,9.6148605,9.6906376,9.2374134,12.097234,12.317517,12.289702,12.265079,12.231,12.047426,12.011617,12.109355,11.962458,11.872861,11.482858,11.484974,11.704146,11.746945,11.405289,9.9063492,10.008556,9.9957685,10.000909,9.9800463,9.7694969,9.6834736,9.7627115,9.6837626,9.6299038,9.1409216,9.1284962,9.1886082,9.3285933,9.0782871,11.041034,11.199747,11.178003,11.170535,11.138934,10.95425,10.894279,10.990667,10.867482,10.791168,10.382731,10.380525,10.507249,10.583841,10.237926,10.638245,10.77457,10.772578,10.759028,10.759335,10.487729,10.39952,10.437485,10.394951,10.361168,9.7666359,9.7713003,9.9013939,10.12648,10.053706,9.1590891,9.2439947,9.2293243,9.2743635,9.2483587,9.0908375,9.0238285,9.1136932,9.0346756,8.9805422,8.5648603,8.5322819,8.5649891,8.6615057,8.2105789,11.453908,11.636809,11.615625,11.59854,11.56849,11.379183,11.325993,11.422196,11.292027,11.212257,10.798951,10.800705,10.962113,11.035109,10.718318,10.732791,10.874484,10.843534,10.856956,10.814315,10.660492,10.606626,10.706141,10.576831,10.497997,10.161938,10.152916,10.252704,10.291073,9.7886047,10.898206,11.051637,11.036073,11.024901,11.001648,10.79527,10.726309,10.813214,10.707952,10.640213,10.180909,10.180064,10.302841,10.417435,10.15221,11.339498,11.52739,11.52322,11.50502,11.502766,11.246244,11.181167,11.234495,11.17023,11.121727,10.552466,10.555737,10.744461,10.945436,10.833138,8.0032654,8.0540695,8.0397511,8.1683617,8.1449995,8.0708275,8.0382442,8.095521,8.0411882,8.0041265,7.8023567,7.7786803,7.7880692,7.8257923,6.8676839,7.1625266,7.1885204,7.1802468,7.3495536,7.3359075,7.2996998,7.283381,7.3121867,7.2835979,7.2637763,7.1647401,7.1504078,7.1513062,7.1698689,6.0012465,7.3909183,7.4211764,7.4084063,7.5725284,7.5544705,7.5143685,7.4961367,7.5268373,7.4923124,7.4691277,7.3711014,7.3595634,7.3618345,7.3782501,6.2038021,10.179542,10.297472,10.279256,10.291,10.262772,10.078161,10.006389,10.097742,9.9987288,9.9340372,9.5060444,9.4944973,9.567625,9.6687002,9.308486,9.9896946,10.101585,10.072156,10.116369,10.075345,9.9417953,9.889286,9.9824095,9.8705778,9.8008928,9.498806,9.4845371,9.5447159,9.583559,8.9561548,9.9743395,10.063128,10.061657,10.051495,10.052081,9.7710171,9.6632957,9.687973,9.6613998,9.639576,9.0302296,9.035141,9.1145115,9.3497429,9.3044043,9.0496178,9.1286325,9.1181784,9.1455021,9.1242962,8.941431,8.8617125,8.9475336,8.8781109,8.8294029,8.3371029,8.2960949,8.3243132,8.4495525,8.1605778,9.1102028,9.1511183,9.1465511,9.1427193,9.1352892,8.8677778,8.7447929,8.7735443,8.7465286,8.7270775,8.1393766,8.1353741,8.1559458,8.3696938,8.3060865,9.1266642,9.2089233,9.184227,9.2683287,9.2330561,9.1264439,9.0815487,9.1601534,9.072484,9.0161161,8.7629852,8.7448292,8.7752142,8.8129654,8.016921,7.0599318,7.0821276,7.0749331,7.2509074,7.2394609,7.209363,7.1953874,7.2180285,7.1930256,7.1759119,7.0973253,7.0863051,7.0864811,7.1007156,5.8901167,9.3952541,9.4781256,9.4674368,9.4816465,9.4621344,9.256381,9.1674862,9.2458858,9.1774139,9.1294899,8.6240797,8.5993319,8.6368494,8.7804956,8.5412846,9.3183498,9.4069538,9.3785744,9.4572258,9.4183483,9.3119535,9.2676029,9.3487282,9.2539139,9.1942692,8.9497099,8.9334431,8.9680586,8.9976282,8.2041922,10.864165,11.01433,10.994575,10.989167,10.959852,10.770244,10.705765,10.799709,10.684196,10.611516,10.188603,10.185433,10.300861,10.390214,10.060647,11.252256,11.432028,11.42421,11.40458,11.395102,11.155622,11.088891,11.155842,11.073224,11.015948,10.486446,10.490155,10.658664,10.825077,10.665999,9.6590443,9.7588816,9.7342157,9.7868271,9.7507372,9.6164007,9.5618372,9.6521111,9.5519066,9.4877176,9.1706295,9.1535311,9.2015324,9.2547369,8.6286287,8.4948912,8.562232,8.5475655,8.6423788,8.6165466,8.5105963,8.4653444,8.5411959,8.473917,8.4280796,8.1336527,8.1029253,8.1212883,8.1803904,7.4294586,8.8317986,8.9104404,8.8990059,8.9454632,8.9219923,8.7670336,8.700242,8.7899551,8.7183304,8.6684713,8.2241669,8.1775703,8.2024622,8.3040085,7.8965392,11.070274,11.230658,11.193327,11.200944,11.15224,11.00088,10.952265,11.052041,10.913085,10.828951,10.513123,10.502509,10.624933,10.644252,10.121599,9.1920528,9.2324533,9.227376,9.2191038,9.212677,8.9368801,8.8113136,8.8336077,8.8102856,8.7928753,8.1988316,8.1984186,8.2222023,8.4442348,8.3943434,8.6432972,8.7107658,8.6859026,8.7973824,8.7636986,8.6818972,8.6466141,8.7117233,8.6372452,8.5897503,8.3988485,8.3828421,8.4006996,8.4252377,7.4797287,10.248485,10.359835,10.352785,10.340068,10.330411,10.077922,9.9815979,10.034502,9.9759264,9.9340839,9.3801041,9.3806353,9.4671307,9.6581717,9.5337143,9.7106066,9.7856922,9.7803383,9.7697592,9.7626219,9.4963522,9.3842945,9.4211702,9.3820238,9.3531075,8.7745399,8.7748365,8.8273811,9.0384216,8.9561424,10.547779,10.682151,10.664922,10.663655,10.637402,10.440772,10.368999,10.458549,10.355551,10.288945,9.8444366,9.8387251,9.9345541,10.042438,9.7352543,10.17024,10.285728,10.27103,10.27423,10.251048,10.046893,9.9669399,10.050943,9.9619474,9.9025469,9.4335918,9.4240913,9.4981642,9.624856,9.3459291,10.535872,10.668739,10.655553,10.647683,10.627632,10.410808,10.331739,10.41132,10.321177,10.261261,9.7754564,9.7723198,9.871213,10.008113,9.7748318,9.793478,9.8973551,9.8785963,9.9072666,9.8777199,9.7095394,9.6412973,9.7333736,9.6391697,9.5769339,9.1729975,9.154973,9.2094736,9.3007488,8.8654099,10.213957,9.8341475,9.6040277,9.4362078,9.3786402,9.3373518,9.3065071,9.3985872,9.3105822,9.2401123,9.1708736,9.1360159,9.0873394,8.7527437,8.6426659,11.385348,11.662082,11.290376,11.230508,11.169334,11.116069,11.084476,11.185326,11.103563,11.062614,10.969059,10.911099,10.85393,10.53967,10.372269,10.699246,10.869785,10.566684,10.513383,10.448569,10.383478,10.362877,10.493378,10.38752,10.314227,10.18913,10.148889,10.100558,9.8473043,9.6526108,10.739797,10.61369,10.316917,10.177551,10.116479,10.072688,10.037643,10.124127,10.034249,9.9636488,9.9008303,9.8552332,9.7991867,9.3945065,9.2722683,10.498371,10.530289,10.248853,10.164822,10.099459,10.044848,10.019669,10.147687,10.044923,9.9650936,9.8577671,9.8198109,9.769803,9.4719305,9.3070984,10.325636,10.497801,10.209036,10.170407,10.10532,10.01807,10.019004,10.15639,10.04783,9.9721889,9.8293495,9.7947845,9.7514429,9.5684271,9.3556814,11.398862,11.654742,11.26969,11.189288,11.127204,11.078232,11.041333,11.124645,11.054737,10.992947,10.926874,10.863762,10.800034,10.435217,10.289336,9.4107981,9.2565794,9.0625076,8.9625835,8.8916988,8.8507338,8.8329754,8.9910927,8.9010296,8.8106899,8.7121944,8.6894302,8.649148,8.4568596,8.32866,11.460263,11.732503,11.345878,11.274834,11.213163,11.162505,11.12795,11.219444,11.147013,11.090618,11.012612,10.950734,10.88933,10.543503,10.387913,11.013084,11.20617,10.874791,10.811643,10.747837,10.690772,10.662576,10.780105,10.681765,10.614811,10.507192,10.459836,10.4068,10.107531,9.9289885,9.5589476,8.8936777,8.7298946,8.5255861,8.4715252,8.4353857,8.4083805,8.497406,8.4210701,8.3548594,8.2912836,8.2662535,8.2257814,8.0497541,7.9628801,10.744835,11.125178,10.803587,10.729273,10.67013,10.622025,10.573563,10.603399,10.594348,10.53896,10.520932,10.448056,10.38017,10.073921,9.9722328,10.939188,11.042408,10.716833,10.628736,10.564813,10.513514,10.481985,10.590732,10.495306,10.422508,10.332698,10.284982,10.229199,9.8816442,9.7251167,10.048013,10.080655,9.8280363,9.7611399,9.693984,9.6314955,9.6186724,9.7675829,9.6627522,9.5770092,9.4524012,9.4220963,9.3773308,9.1531706,8.9765882,11.7357,12.080969,11.663829,11.601528,11.542226,11.492309,11.457339,11.538116,11.493834,11.46545,11.39233,11.321366,11.258519,10.923953,10.773897,10.007767,9.8193426,9.5904579,9.4704924,9.4059534,9.3605461,9.3353148,9.4625521,9.3667669,9.2855415,9.1913061,9.1602783,9.1138391,8.8332272,8.6988401,11.11172,11.353612,11.015145,10.961928,10.8995,10.841931,10.813722,10.928266,10.832279,10.78346,10.672322,10.62263,10.570455,10.287692,10.103811,11.384087,11.727186,11.333378,11.256329,11.195621,11.147794,11.105682,11.163185,11.133939,11.077559,11.034405,10.96189,10.893487,10.541034,10.412946,11.125051,11.331511,10.970496,10.868771,10.805183,10.758598,10.715505,10.776951,10.702707,10.637582,10.598501,10.534569,10.467873,10.077983,9.9535513,11.689238,12.07252,11.640374,11.57328,11.51125,11.461342,11.420492,11.479426,11.52469,11.488709,11.430248,11.353274,11.288334,10.952868,10.821412,9.6818247,10.034042,9.8409624,9.7645226,9.7002048,9.6459265,9.5850821,9.5882349,9.5332603,9.4762659,9.4828758,9.4151869,9.3495455,9.1049404,9.0246639,11.296207,11.532001,11.167753,11.099095,11.036563,10.983794,10.951532,11.054325,10.968458,10.908527,10.818124,10.76248,10.704582,10.373787,10.209015,10.241913,10.362623,10.083062,10.033205,9.9670134,9.8881207,9.8844709,10.026505,9.9186039,9.8375969,9.7030468,9.6701803,9.6254559,9.4230604,9.2253628 ),.Dim=c(3107,15)), buyerregulations_pc_idw=structure(.Data=c( 7.3192739,7.332921,7.3455634,7.273262,6.9704862,6.9901528,6.9554853,6.7594361,6.5181661,6.2457595,6.2874227,6.345232,6.0995722,6.2112675,6.6389141,6.1747212,6.2948685,6.3002329,6.308712,6.0465651,6.1837449,6.1970763,6.1027737,5.996973,5.900969,5.9210734,5.9952149,5.8667383,5.947433,5.9892144,6.553905,6.5962548,6.6148453,6.5318255,6.1925139,6.2360182,6.1967645,6.0660076,5.8373437,5.6721582,5.7272277,5.7584033,5.5487447,5.6187115,6.2340584,7.5173721,7.5209937,7.533627,7.4831386,7.2096157,7.2171593,7.1920719,6.95924,6.7145696,6.369998,6.4004068,6.4765592,6.2185202,6.3617158,6.7166476,7.3987036,7.4010148,7.4134836,7.3247948,7.0503259,7.0402265,6.9842439,6.7729468,6.509583,6.0202594,6.0627604,6.1077685,5.8453646,5.9782271,6.4525328,6.7496653,6.7808852,6.7967443,6.7104063,6.3759265,6.4093199,6.3670559,6.2198691,5.9851193,5.7928791,5.8482327,5.8828492,5.6606092,5.7382588,6.3322811,7.1977587,7.2410135,7.2510014,7.1925826,6.8833628,6.9376478,6.915164,6.749228,6.5360336,6.3298697,6.3636389,6.4215646,6.2021728,6.2965684,6.6012568,6.1971178,6.1860938,6.1892619,6.0874009,5.7933526,5.7756786,5.7094297,5.5381379,5.3000808,5.0006337,5.0808163,5.1042194,4.8765197,4.972033,5.7939639,5.5502043,5.5494413,5.5579162,5.477181,5.1712527,5.164753,5.1108031,4.9692326,4.7499681,4.5844879,4.6594839,4.6756806,4.4721136,4.5481977,5.5044484,5.8010302,5.7885785,5.789587,5.6914339,5.413456,5.3932338,5.3276711,5.174109,4.945857,4.6364336,4.7159386,4.7348828,4.5222049,4.6130419,5.4927926,7.364316,7.3717985,7.3843746,7.312119,7.0173106,7.0280499,6.9909539,6.7820749,6.5358782,6.2287693,6.2702684,6.3294382,6.0766673,6.1977658,6.6366916,6.9765344,6.9749603,6.9864855,7.0498443,6.8333292,6.8575974,6.9281664,6.7069912,6.511869,6.2829161,6.30019,6.4974999,6.2812796,6.48035,6.5934248,7.2207007,7.2366338,7.2441087,7.2516499,6.9973216,7.0397625,7.0670767,6.8732996,6.6735153,6.4566808,6.4757333,6.6003642,6.3860521,6.5303111,6.6716814,6.389101,6.3843231,6.3910522,6.2922125,5.9828467,5.9743652,5.9133787,5.7390347,5.4982066,5.2434454,5.3201432,5.3475995,5.1158552,5.2090969,5.9935479,5.2035155,5.1830988,5.1778903,5.0892067,4.81108,4.7858186,4.7203088,4.5672555,4.3596778,4.1637378,4.2582726,4.2723851,4.0766206,4.1572647,5.1607032,6.8816891,6.9536362,6.9662957,6.8963017,6.5650978,6.6405244,6.6102328,6.4771576,6.2756734,6.114531,6.1528082,6.1923876,5.9934845,6.0630407,6.4093776,7.7602553,7.770442,7.7832661,7.7989964,7.617805,7.6001663,7.5876093,7.2835169,7.0196385,6.213449,6.2062325,6.2979593,6.0452032,6.2622628,6.4253192,6.9979053,7.0641212,7.0693765,7.030756,6.7309694,6.8107834,6.8002214,6.6494436,6.4666157,6.2924867,6.3196988,6.3810468,6.1845293,6.2753544,6.4783626,7.0121784,7.018321,7.0301752,6.9391937,6.6281095,6.6340766,6.5840826,6.3958397,6.1481824,5.8698049,5.9272089,5.9692531,5.7237601,5.8272138,6.4163718,6.7746038,6.8660541,6.8716841,6.8200226,6.5023694,6.5996222,6.5796485,6.4523897,6.2802949,6.1339054,6.1637168,6.2057676,6.0225706,6.0924134,6.3239079,7.1034751,7.1508665,7.1628647,7.0925393,6.7705517,6.8253708,6.7953715,6.6396184,6.4222465,6.226213,6.2652459,6.3135166,6.0957413,6.1801462,6.5437021,7.6428685,7.6478748,7.6614923,7.5897536,7.3343959,7.3235555,7.2739444,7.0439286,6.7772207,6.2092905,6.2377744,6.2911601,6.0238028,6.1748142,6.5460596,6.7482238,6.8179903,6.8349018,6.758296,6.419951,6.4903741,6.4562621,6.330101,6.1208067,5.9675293,6.0119276,6.0471272,5.8496509,5.9149222,6.3432255,7.4356551,7.4487877,7.4600568,7.4137869,7.1293044,7.1549153,7.1385508,6.931633,6.7000594,6.4298444,6.4599061,6.5378847,6.2957087,6.4220009,6.7319102,6.5532451,6.5504956,6.5599313,6.4518881,6.1831827,6.1675105,6.1025591,5.9632807,5.7066259,5.177856,5.2345133,5.2586489,5.0328341,5.1339731,5.8000512,6.9858956,6.9995809,7.0127015,6.9238572,6.6045752,6.6202412,6.5740042,6.3974748,6.153666,5.9077373,5.9632506,6.0048327,5.7655997,5.8610153,6.4344492,6.4904132,6.6002827,6.6003971,6.5775414,6.2853737,6.406292,6.4012294,6.2835784,6.1484246,6.0251694,6.0488787,6.0998869,5.9446731,6.0191822,6.1409893,6.7476459,6.7430925,6.7512169,6.6457381,6.3587942,6.3437533,6.2783351,6.1014338,5.8470421,5.428751,5.4929771,5.5223289,5.2795539,5.3876247,6.0596309,7.5347962,7.5365467,7.5515089,7.5619531,7.341218,7.3375254,7.3432941,7.0514412,6.8122182,6.3442159,6.3540573,6.4744058,6.2116103,6.4153752,6.6525207,7.6465626,7.6538486,7.6677237,7.6907806,7.4997044,7.4855227,7.4860072,7.1712613,6.9200635,6.2473559,6.2440543,6.3554254,6.0964727,6.3197694,6.5026565,6.5531602,6.6615081,6.6743107,6.6152778,6.2878113,6.3942246,6.3673997,6.2576585,6.0876679,5.9632888,5.9947762,6.0273671,5.8584518,5.9160872,6.1950316,7.34553,7.3423839,7.3560019,7.3824201,7.1543903,7.164299,7.1949005,6.9316683,6.7096782,6.3857551,6.3995843,6.5465727,6.3001022,6.4943852,6.6991291,7.4844484,7.4847808,7.4969811,7.4862933,7.2349095,7.2473254,7.2517099,7.0062923,6.7748809,6.4548564,6.4748383,6.5853939,6.3352356,6.5004163,6.7531848,6.4524417,6.5159869,6.5383654,6.4616961,6.1258025,6.188334,6.1536508,6.0362616,5.8233919,5.6833653,5.7355595,5.7673736,5.5751753,5.639473,6.1948991,6.4138494,6.5106311,6.530416,6.4642754,6.1311321,6.2218995,6.1915321,6.0860176,5.8987837,5.7783999,5.8234253,5.8539634,5.681304,5.7378283,6.1508822,7.1619792,7.1673889,7.18156,7.074657,6.8271918,6.8128042,6.7484045,6.6407309,6.3530445,5.5369172,5.5769582,5.602746,5.3754449,5.4826374,5.9302678,7.5115223,7.5141416,7.5270162,7.4586563,7.1856837,7.1827188,7.1413975,6.9087081,6.653687,6.2360549,6.2711358,6.3321347,6.0674634,6.2100296,6.6223526,7.1391187,7.1434121,7.1624045,7.2333975,7.0416265,7.0402408,7.0920892,6.7814984,6.5634837,6.1174302,6.1227231,6.3053131,6.0533781,6.2995386,6.487,7.8905983,7.9025974,7.9146214,7.9091897,7.7343087,7.7143631,7.6820064,7.4206805,7.1362214,6.156322,6.1493239,6.2119999,5.9699616,6.1661487,6.3159766,7.8608136,7.8697681,7.8834004,7.8471932,7.632669,7.6170869,7.5777483,7.3205223,7.0475016,6.2956924,6.3029852,6.3660793,6.1029043,6.2840977,6.5183215,5.694344,5.7070408,5.7212019,5.6509247,5.3381815,5.3447742,5.297368,5.1693454,4.9517169,4.7910643,4.8593702,4.8757377,4.6685696,4.7410679,5.6561751,7.8543773,7.8667579,7.8808637,7.8231058,7.6155982,7.5980453,7.5444689,7.3600125,7.064795,6.1010199,6.1131129,6.1543593,5.9088898,6.0647779,6.2882209,7.2952404,7.3199167,7.3319616,7.2652912,6.9583549,6.9922485,6.9634819,6.7806602,6.549458,6.3094964,6.3475947,6.4064937,6.1711569,6.2749066,6.6491704,6.5743389,6.5944848,6.6092005,6.521709,6.1919608,6.2123566,6.1657867,6.015213,5.7781796,5.5789199,5.6404963,5.6713738,5.4463,5.5264611,6.2110667,7.6797729,7.6905079,7.7054029,7.6212268,7.3924561,7.3765397,7.3156643,7.1664228,6.8704972,5.9606428,5.9860649,6.0201097,5.7763414,5.9106016,6.2099271,7.3550096,7.3577147,7.3682394,7.3742976,7.1260719,7.1493936,7.1717267,6.9456396,6.7280898,6.4615865,6.4805565,6.6086202,6.37396,6.5365248,6.7323599,7.524375,7.5286989,7.5438094,7.5733066,7.3736353,7.3640695,7.3767653,7.0632896,6.8224368,6.2603636,6.2618203,6.3907356,6.1299853,6.3547831,6.5543847,7.2971683,7.2999396,7.3125129,7.2124152,6.9427562,6.92905,6.8660512,6.683352,6.4128075,5.8352618,5.8802357,5.9159455,5.6611896,5.7856956,6.2788463,6.4740186,6.503336,6.5102391,6.5850596,6.3631797,6.4234028,6.5221295,6.3831635,6.2349553,6.0971613,6.0990043,6.3131843,6.1483665,6.3198791,6.3116889,7.1799884,7.2196226,7.2262149,7.2035213,6.9228516,6.9826508,6.9851446,6.8116713,6.6162891,6.4157038,6.4394846,6.5252538,6.3161206,6.4299459,6.6124187,7.0943961,7.1203036,7.1340847,7.0520453,6.7297411,6.7606888,6.7217221,6.5528488,6.3162909,6.0910568,6.1389642,6.1846204,5.9516768,6.0428171,6.5259452,7.7365255,7.7446423,7.7588511,7.6868196,7.4463978,7.4321966,7.3782554,7.1639943,6.8866987,6.1793246,6.2023091,6.2495379,5.986558,6.1392193,6.4617252,7.4963574,7.5017328,7.513586,7.4766016,7.2052827,7.2213492,7.2087526,6.9820418,6.7461553,6.4414482,6.4682627,6.5555263,6.3056226,6.44838,6.7510562,7.0605493,7.0636492,7.0824442,7.1527629,6.951056,6.9566293,7.0146613,6.7277894,6.5171227,6.1561465,6.1664,6.3578281,6.1108704,6.3451405,6.5371008,6.9650006,7.0101562,7.0249782,6.9443636,6.6118145,6.6613293,6.6248913,6.4770722,6.2517729,6.0631762,6.1092319,6.1499658,5.9322577,6.0098867,6.4645863,5.3629661,5.3485479,5.3482018,5.2609205,4.9675879,4.9486628,4.8860335,4.7345147,4.5197496,4.343637,4.4342008,4.4492707,4.2493577,4.3282366,5.318646,5.5676489,5.592011,5.6070375,5.5547066,5.2443566,5.2649579,5.2296758,5.1209073,4.913137,4.7710662,4.8369231,4.8510776,4.6488943,4.7163453,5.6305943,7.0697651,7.0686088,7.0789175,6.9818954,6.6903481,6.6812091,6.6222701,6.4233742,6.1676211,5.7788353,5.8357887,5.8746424,5.6207857,5.737699,6.3282704,7.3532372,7.3565488,7.3688846,7.2903814,7.0010099,7.0022664,6.9578385,6.7421017,6.4901128,6.1366453,6.1806769,6.2351809,5.9767728,6.10325,6.5770035,7.035696,7.0327106,7.0473604,7.1115408,6.9004436,6.9141421,6.9795794,6.7236028,6.5182028,6.2376814,6.2500129,6.4457908,6.2129703,6.4296494,6.5906825,6.8702459,6.8690543,6.8785801,6.7812147,6.4775038,6.4720683,6.4143052,6.2233472,5.9736509,5.6602869,5.7244649,5.760993,5.5144196,5.6208253,6.2726207,6.477808,6.4825153,6.4932218,6.3989019,6.0790138,6.0819225,6.0272665,5.8617406,5.6210179,5.3952508,5.4651508,5.4944487,5.2644382,5.3522568,6.1012502,7.5605164,7.5610342,7.5745134,7.5561986,7.30972,7.3122959,7.3047276,7.0419483,6.8009863,6.4096003,6.4287367,6.5294499,6.2683253,6.4419904,6.7248874,7.6657805,7.6686215,7.6822433,7.6433692,7.397408,7.3916974,7.3642535,7.1012859,6.8475738,6.3607407,6.3805327,6.459599,6.1913342,6.3620243,6.6730862,6.9579091,6.9667187,6.9737253,7.023499,6.7953753,6.8359966,6.9015689,6.7161732,6.5327539,6.3419285,6.3572855,6.5365653,6.338346,6.5090303,6.5705838,7.3721766,7.3919401,7.4013748,7.3696089,7.0900822,7.1275353,7.123148,6.9262729,6.7081609,6.4669166,6.4927568,6.5797753,6.3497567,6.4749269,6.7184124,7.7589884,7.7641768,7.7779598,7.7447114,7.5146508,7.5038433,7.4736795,7.2027159,6.9425583,6.3508182,6.3634501,6.4396071,6.1708298,6.3521481,6.6242318,8.3229771,8.3632069,7.9366956,7.8331933,7.7000513,7.69278,7.6749597,7.615274,7.5540252,7.5108767,7.4892988,7.4293714,8.0075235,7.6218395,8.2752333,8.7840471,8.7101555,8.2411585,8.1881132,8.1056309,8.1004105,8.0862579,8.0469904,7.9649458,7.9117293,7.8939166,7.8307648,8.4473143,8.1421986,8.8246956,8.8217916,8.7221661,8.1916361,8.1217508,8.0768881,8.0675821,8.0514011,8.0140181,7.9797325,7.9552088,7.9431267,7.8582735,8.5924587,8.2255936,8.9917021,8.8920736,8.8110352,8.2867641,8.2350969,8.1764965,8.1708755,8.1581278,8.1218138,8.0731659,8.0397615,8.0258417,7.9514108,8.6593752,8.309762,9.0566807,8.7538929,8.6983938,8.2202387,8.160553,8.0758781,8.0702505,8.0559988,8.014389,7.9435344,7.8966451,7.8791933,7.8137784,8.4487963,8.124692,8.8200607,8.5423403,8.5427847,8.1033115,8.0229149,7.9049168,7.8987026,7.88273,7.8348107,7.7524462,7.6986318,7.6786404,7.6194601,8.199791,7.8852549,8.5402756,9.2639933,9.1555719,8.5044012,8.4803467,8.4687738,8.4663725,8.4619446,8.4522228,8.4411774,8.4336138,8.4304008,8.3390474,9.2347517,8.8668556,9.7354784,9.134984,9.0302477,8.430872,8.397562,8.370265,8.3663311,8.3581886,8.3375673,8.3111801,8.2929029,8.2853718,8.2005053,9.0188217,8.6615906,9.4820395,8.8389635,8.7300234,8.146553,8.0002117,7.9712315,7.9567184,7.9369922,7.9100728,7.8904681,7.8788791,7.8683314,7.749814,8.5563574,8.2277107,9.0283566,8.6254892,8.5727949,8.0976486,8.0230398,7.9410067,7.9333396,7.9166789,7.8670106,7.8157029,7.7792044,7.7620406,7.6924167,8.3402596,7.9588218,8.6645393,9.0857191,8.9814768,8.4145145,8.3828754,8.3448267,8.340827,8.3312798,8.3050823,8.2646179,8.2370243,8.2267752,8.1486626,8.9134502,8.5700188,9.3561325,9.0185013,8.9217691,8.3690367,8.3298445,8.28514,8.2805357,8.2698755,8.2403793,8.1972685,8.1678305,8.1563272,8.0790987,8.8256102,8.4801874,9.2535267,8.9855862,8.8832388,8.3610649,8.3243341,8.2706108,8.2660732,8.2542677,8.2211981,8.1613646,8.1214457,8.1075201,8.0365381,8.7304811,8.4060764,9.144455,9.0572634,8.9530029,8.3624773,8.3105202,8.2817545,8.2758007,8.2652531,8.2418203,8.2170992,8.1999407,8.1916685,8.1020489,8.9127817,8.5544882,9.369132,9.2712851,9.1626091,8.5166073,8.4982986,8.4849854,8.4828453,8.478447,8.4677067,8.4540148,8.4445114,8.4408894,8.3523369,9.2381544,8.8716869,9.735074,8.1956387,8.0900049,8.0825977,8.2132111,8.09056,8.0793037,8.1227751,7.4355416,7.1713457,6.7088199,6.6656013,6.7731419,6.5631552,6.7964368,6.8152814,8.1534214,7.9738603,7.9619403,8.0532389,7.9330893,7.9269109,8.0497341,7.6466351,7.3753538,7.0765309,7.0521126,7.1654792,6.9931211,7.1623397,6.9458947,10.396548,10.30985,10.289618,10.86132,10.770044,10.755579,10.740522,7.7395887,7.3830075,7.0937524,6.9564881,6.9848442,6.7253275,7.0630865,7.103034,10.556533,10.403602,10.388365,11.064202,10.993652,11.060738,11.165009,7.7466898,7.3698931,7.1912656,7.0653019,7.0794425,6.8175869,7.0912457,7.1343675,10.86148,10.748114,10.731848,11.52892,11.453938,11.476762,11.499551,7.5218816,7.1098599,6.8865447,6.75103,6.7705536,6.5243793,6.8186398,6.8588204,8.3800774,8.1588764,8.1408663,8.2242775,8.1040382,8.0965977,8.1761789,7.7048316,7.4066982,7.0964198,7.0619512,7.1412458,6.9604878,7.1246119,6.9900384,8.5038242,8.2417727,8.2195902,8.2976761,8.1807842,8.1730118,8.2404165,7.7539515,7.4360042,7.1326046,7.094018,7.1549568,6.9756622,7.1306524,7.0092068,10.898033,10.767962,10.751678,11.576244,11.503953,11.544112,11.585609,7.507575,7.0940051,6.8957267,6.767261,6.7851005,6.542182,6.8204846,6.8636656,7.2694621,7.1695986,7.1801486,7.3348484,7.2250719,7.2279301,7.3743215,6.9664931,6.746943,6.4630728,6.4671493,6.6743393,6.5002174,6.7313833,6.6392026,8.6924829,8.3770504,8.3496475,8.4397736,8.330245,8.3236723,8.362401,7.755259,7.4109011,7.118865,7.0675297,7.1046801,6.9171567,7.0771079,7.0364351,10.204237,10.182768,10.166282,10.706227,10.608377,10.543246,10.477273,7.5937223,7.2504435,6.7030673,6.5786433,6.6143169,6.3668985,6.7708297,6.814599,9.4343901,9.3282566,9.3082361,9.5731068,9.4634562,9.4437666,9.4346142,7.8492937,7.5451474,7.1480093,7.0446315,7.0872049,6.837677,7.1278567,7.1669464,8.4822817,8.2793055,8.2609539,8.3598661,8.2381897,8.2292948,8.2773371,7.6757598,7.3780823,7.0405769,6.9952006,7.0672126,6.8697963,7.0555062,7.0085945,8.5989304,8.2048597,8.1772985,8.225771,8.1269646,8.1201649,8.2296543,7.914896,7.5444775,7.2705503,7.2440891,7.2798376,7.1370974,7.2416606,6.9559512,9.3125772,9.1497345,9.1258478,9.3485765,9.23876,9.2300024,9.238142,7.8712311,7.5603285,7.2313342,7.1370864,7.1747165,6.9350176,7.185288,7.2162986,9.1164589,9.0845089,9.0728016,9.3228445,9.2187004,9.1778507,9.1449871,7.6531181,7.3433633,6.5266886,6.4433184,6.4904838,6.2669601,6.5734534,6.6202254,9.4878235,9.2640581,9.2378283,9.4775915,9.3896513,9.4118338,9.5142059,8.1079254,7.7886515,7.5622554,7.4627972,7.4777551,7.208621,7.4581666,7.4926839,7.468905,7.4507184,7.4441981,7.5300851,7.4597335,7.4392309,7.4484239,7.1470151,6.7926707,5.135139,5.1160097,5.1692595,5.0638556,5.2072086,5.2366948,8.4209738,8.3780088,8.3683386,8.5211716,8.4157629,8.388051,8.3847914,7.4934635,7.1921444,6.2281132,6.1737742,6.2400856,6.0449662,6.2915893,6.3367691,8.6266127,8.3727169,8.3491917,8.4433327,8.3265429,8.3182201,8.3600311,7.7451625,7.4253674,7.1111655,7.0613699,7.1138973,6.9201136,7.0927243,7.0442843,7.5381703,7.4470086,7.454309,7.605679,7.4918904,7.4923415,7.5895939,7.0535479,6.8223634,6.4553676,6.4433818,6.6170297,6.4221978,6.6647635,6.6608262,8.1151152,7.9544463,7.9449701,8.0504599,7.9276109,7.9215865,7.9996696,7.4929714,7.2226853,6.8886247,6.8588285,6.9699736,6.7801175,6.9741549,6.9013228,9.1668968,9.0224018,9.0007954,9.1995192,9.0855064,9.0717134,9.0761518,7.8374968,7.5354147,7.1624446,7.0746026,7.1201396,6.8823018,7.1349597,7.1656909,9.4849138,9.2659664,9.2389021,9.4905386,9.3959188,9.4106073,9.468401,7.979589,7.6535387,7.4090781,7.3086395,7.3284636,7.0796971,7.3174343,7.3520699,10.425303,10.361794,10.341475,10.920079,10.827558,10.794827,10.761549,7.7355361,7.3844175,7.0583692,6.9160662,6.9469199,6.6842289,7.0572891,7.0975962,8.9226503,8.6644745,8.6370678,8.767478,8.6570053,8.6513166,8.6782122,7.8209324,7.4929581,7.1939359,7.1254363,7.1609244,6.9493909,7.1423082,7.1456375,8.7051611,8.499444,8.4778261,8.593668,8.4744186,8.4644489,8.4937487,7.7455587,7.4398823,7.0971918,7.0387044,7.0951958,6.8860092,7.0841208,7.0732226,9.6645489,9.6368322,9.6221886,9.9946976,9.8914261,9.8387985,9.7886114,7.6714768,7.3510084,6.6954398,6.5888677,6.6298285,6.3886065,6.7468295,6.7928658,8.5259075,8.0851479,8.0570564,8.1188345,8.0223179,8.0169077,8.0658207,7.65413,7.2631764,6.9884629,6.9512753,6.9770861,6.8204994,6.9438906,6.8659368,8.7902899,8.5295973,8.5035524,8.6150713,8.5016985,8.4942617,8.5244589,7.7840509,7.4577489,7.1500778,7.0898752,7.1314945,6.9281597,7.1111612,7.0966482,8.6092377,8.1717167,8.1417236,8.2150545,8.1205244,8.1169863,8.1600275,7.6663747,7.2766151,7.007905,6.9631305,6.9833651,6.8120108,6.9501653,6.928236,9.4340611,9.3609428,9.3437281,9.6200905,9.5114613,9.4816399,9.4607315,7.817996,7.5168633,7.0342107,6.9291468,6.9744887,6.7236676,7.0385995,7.0816445,9.9628801,9.8861427,9.8664389,10.280732,10.180788,10.153725,10.12957,7.8280334,7.5043659,7.1412425,7.0131865,7.0482006,6.7872891,7.1287284,7.169734,9.1354885,9.074831,9.060441,9.2883368,9.1780071,9.1464453,9.1274471,7.7443347,7.4480443,6.8328609,6.7434077,6.7957149,6.5573759,6.8574009,6.9025621,8.5390511,8.3819046,8.3659267,8.4862604,8.3633976,8.3518944,8.3838968,7.6511827,7.364594,6.9751272,6.9214234,6.9968963,6.7847023,6.9983602,6.9982967,9.59093,9.4014635,9.375639,9.6654711,9.5671864,9.5756903,9.606802,7.9126911,7.5854259,7.3237267,7.2180133,7.2424808,6.9972434,7.2449212,7.280508,8.5281315,8.0511446,8.0238409,8.0656118,7.977025,7.9710526,8.0717802,7.8110337,7.4067674,7.1368728,7.1126952,7.1387649,7.009985,7.1021442,6.8390412,9.6237173,9.5783548,9.5627337,9.8959675,9.7921467,9.7490044,9.7116919,7.7871084,7.4793673,6.9429741,6.8284717,6.8704963,6.6174393,6.9705591,7.0149608,7.9558849,7.9023347,7.8937411,8.0297432,7.9158154,7.8943734,7.9254088,7.2416263,6.9685574,6.1600866,6.1183815,6.2293224,6.037333,6.2802916,6.3247781,8.2673206,8.1180887,8.1069574,8.2203217,8.0965929,8.0879631,8.1405172,7.5280509,7.2536283,6.8790598,6.838768,6.9365625,6.7339869,6.9421096,6.9220281,8.2053766,7.5800786,7.5581636,7.6018672,7.5281496,7.5252843,7.5626225,7.3269405,6.8663249,6.5967264,6.5746126,6.5889764,6.4661069,6.5630412,6.5248814,9.2855349,9.0451088,9.0164948,9.2161674,9.1162148,9.1222401,9.1654911,7.935554,7.6077442,7.3461394,7.2563324,7.2794108,7.0437245,7.2645392,7.2932882,8.7890902,8.6567783,8.6394596,8.7896481,8.6693935,8.6538343,8.6669445,7.7239237,7.4347377,7.0021963,6.9332709,6.9970264,6.7708516,7.0095415,7.0346127,10.08791,9.9236336,9.9018869,10.368206,10.282031,10.310536,10.358605,7.8376298,7.4873891,7.2630377,7.1417999,7.1609597,6.9082627,7.1736503,7.2146168,10.534663,10.43384,10.414783,11.051816,10.966206,10.967201,10.967671,7.6761127,7.3008761,7.0414281,6.9054227,6.930131,6.675436,6.9921327,7.0318565,8.3447933,7.7774773,7.7528839,7.7910247,7.7114124,7.7066374,7.7783928,7.5653181,7.1257296,6.8558965,6.8339291,6.8533363,6.7353635,6.8216939,6.650651,8.6111546,8.595974,8.5886784,8.7881193,8.6960793,8.6595373,8.627986,7.4561691,7.1184287,5.8708258,5.8181772,5.858057,5.6858163,5.9237518,5.9666958,8.3396616,8.2564983,8.2468119,8.3865747,8.2662477,8.2484798,8.2723112,7.4814034,7.2087889,6.6182466,6.5657434,6.6592455,6.4457407,6.6916785,6.7286868,8.8894215,8.5717096,8.5416098,8.6582451,8.554781,8.5525427,8.5898247,7.8163304,7.4690342,7.193819,7.1293426,7.155314,6.9511805,7.128386,7.131844,8.5747814,8.1984644,8.1708632,8.2376089,8.1334534,8.1269579,8.1826429,7.7343621,7.3687263,7.0870671,7.0478029,7.0821834,6.9171205,7.0492458,6.9462237,9.9933271,9.8447275,9.8221436,10.250074,10.157191,10.167731,10.187717,7.8285398,7.4851613,7.2285428,7.1083479,7.1327229,6.8822312,7.1565833,7.1958885,8.564579,8.2521782,8.2268143,8.2986269,8.1870794,8.1796875,8.2426786,7.7720251,7.4325953,7.1405339,7.1012053,7.1482086,6.9753294,7.1182375,6.9968586,9.1183195,8.9135771,8.8878279,9.0615959,8.9506073,8.9440632,8.9617777,7.8580956,7.5422959,7.2289777,7.1468754,7.1838369,6.9559612,7.1783338,7.1992006,7.6460462,7.5884457,7.5893621,7.742847,7.6290069,7.6193452,7.6867104,7.0602045,6.8177109,6.2289433,6.1978621,6.3506532,6.1532588,6.4102745,6.4511352,8.7002964,8.3280067,8.2983608,8.3850451,8.2831478,8.2787685,8.3177204,7.7309461,7.3650684,7.0886269,7.0375371,7.0639944,6.8812346,7.0330081,7.0092292,8.7028856,8.6674643,8.6575899,8.8426085,8.7395954,8.7067184,8.688652,7.579587,7.2718263,6.3215289,6.2564969,6.3103676,6.1060166,6.3731079,6.4190116,8.8054171,8.4181995,8.3862352,8.4809532,8.3870316,8.3872156,8.4456224,7.8134513,7.4438887,7.1852288,7.1281824,7.144856,6.9445057,7.1101918,7.1171217,9.4911013,9.3188,9.293746,9.5580378,9.453826,9.452054,9.4666243,7.8905482,7.5706253,7.2768469,7.1747112,7.2054353,6.9624052,7.2148075,7.2485437,8.6814003,8.5773449,8.563077,8.714716,8.5944653,8.5761003,8.5875387,7.6565762,7.3735762,6.862885,6.7970977,6.8691144,6.64429,6.8927317,6.9261718,8.9284554,8.7629328,8.7416706,8.8961725,8.7784986,8.7659979,8.7797823,7.7926655,7.4924378,7.1210685,7.0471849,7.0990758,6.8726373,7.1017923,7.1209974,10.095576,10.058362,10.041571,10.512796,10.415591,10.361321,10.311528,7.7508359,7.4243593,6.9714022,6.8364692,6.8724189,6.6125884,7.0100484,7.052134,8.0967331,8.05019,8.0406113,8.175374,8.0670652,8.0423059,8.0569715,7.3333683,7.0423131,6.0881891,6.0440378,6.1319132,5.9461331,6.1813941,6.2258773,8.9237452,8.7182369,8.6941261,8.8361559,8.720726,8.7114525,8.7313118,7.8101587,7.4989142,7.1664023,7.0952644,7.1403561,6.9207721,7.1319942,7.1414552,9.0332384,8.7226868,8.6916847,8.8266716,8.7298346,8.7337046,8.794548,7.9241524,7.5810151,7.3247204,7.2521129,7.2710361,7.0470695,7.2419181,7.2611113,9.9365835,9.8140917,9.7922373,10.198143,10.100454,10.095938,10.096723,7.8341947,7.5005965,7.2064824,7.0851135,7.1147532,6.8608785,7.1551256,7.1942425,9.2202301,8.9459715,8.9163141,9.0827484,8.9915476,9.0034065,9.0967522,8.0667419,7.7381587,7.4989944,7.4155588,7.4306936,7.1782846,7.4019246,7.4299049,8.5014601,8.0006056,7.9713988,8.0322495,7.945138,7.9418392,7.9890432,7.589191,7.1758561,6.9105287,6.8723998,6.8881574,6.7277174,6.8546925,6.8349228,9.9268227,9.8706694,9.8526173,10.259899,10.159615,10.120111,10.084599,7.8144941,7.4961972,7.0762887,6.9472399,6.9843435,6.7230096,7.0876493,7.1297302,9.7422485,9.6451178,9.6246767,9.9701996,9.8664494,9.8467999,9.8328867,7.8522086,7.5362535,7.1760192,7.0584259,7.0950532,6.8387861,7.1506219,7.1908336,8.553957,8.2619648,8.2378731,8.298419,8.1875639,8.1800785,8.2973385,7.9321709,7.6060138,7.3223467,7.2944655,7.352304,7.1934857,7.3197346,7.0318303,9.5504131,9.4186668,9.3962469,9.6832724,9.5769272,9.5658388,9.5652294,7.8704071,7.5567336,7.2223244,7.1153555,7.1514521,6.9025145,7.1803513,7.2172551,9.8608742,9.6775913,9.6563244,10.028191,9.9461622,9.9847555,10.089904,8.0408239,7.7124815,7.5039177,7.3880959,7.4026513,7.1283331,7.39644,7.4356275,9.077054,8.9759169,8.9584923,9.1581392,9.042799,9.0214481,9.0174274,7.7816472,7.4885755,7.0138803,6.9282427,6.9823775,6.743361,7.0155296,7.0539989,8.7586489,8.6864777,8.6734266,8.8457613,8.7306261,8.7056961,8.7034435,7.6499743,7.3616972,6.7149086,6.6441135,6.7102413,6.4853668,6.7523885,6.7957611,9.1578884,8.9175596,8.8893108,9.0633593,8.9579144,8.957202,8.9864578,7.8855228,7.5590453,7.2771516,7.1942911,7.2228842,6.9963946,7.209002,7.2310472,6.399806,6.3421578,6.357564,6.1723652,6.0371323,5.9948931,5.9367847,5.7669072,5.6852975,5.6149373,5.6728692,5.602457,5.3364668,5.3081522,6.1847539,4.6316414,4.5911484,4.5888529,4.047287,3.9352217,3.9027452,3.871979,3.7452424,3.7192988,3.6994188,3.7244692,3.5902889,3.4264081,3.4496436,4.1614642,5.8613753,5.8075585,5.8182087,5.5096555,5.3837962,5.342248,5.2916164,5.1325088,5.072958,5.0200582,5.0675545,4.9699025,4.7390351,4.7253437,5.6038008,6.0572104,6.0107646,6.0218987,5.7805386,5.6709623,5.6347947,5.588594,5.4472475,5.3934031,5.3406992,5.3716612,5.2775269,5.0613608,5.0426683,6.1363678,5.9360685,5.8797684,5.8912802,5.6023026,5.4725204,5.429132,5.3753095,5.2108345,5.1465716,5.0901141,5.1426902,5.0500913,4.8112855,4.7935719,5.6437435,6.286603,6.2386198,6.2525673,6.0637631,5.9472818,5.9108372,5.8611107,5.7125149,5.6482568,5.5880342,5.6249537,5.5448141,5.3095784,5.2860146,6.3587942,6.3723168,6.3162618,6.3315258,6.1429605,6.0106063,5.9692578,5.9125466,5.7457657,5.6673307,5.5988479,5.652854,5.5803266,5.3190951,5.2918129,6.2005963,6.9174027,6.8927612,6.9014969,6.8472548,6.7907972,6.7739878,6.7456541,6.6736908,6.6364517,6.5962534,6.6103535,6.5506182,6.4243603,6.3987241,7.4896789,5.5765471,5.5271611,5.5347471,5.1587706,5.0403643,5.0022612,4.9589577,4.8106594,4.7619576,4.7185392,4.7587175,4.6475849,4.4367394,4.4342432,5.3193731,6.0480103,5.9797149,5.9903288,5.7500658,5.6045313,5.5525913,5.4863768,5.3006425,5.217206,5.1486816,5.2345052,5.1574526,4.89431,4.8642697,5.5300002,6.296659,6.2517266,6.265142,6.0877037,5.9777484,5.9434261,5.8961911,5.7556391,5.6956253,5.6377697,5.6694608,5.5889034,5.3642111,5.3407717,6.4714041,6.5564051,6.5226102,6.5352907,6.4426932,6.3543005,6.3286357,6.2891068,6.1776724,6.1247373,6.0717158,6.0920014,6.0236044,5.8319459,5.8075728,7.0720844,3.9321897,3.8804617,3.8613114,3.7449303,3.6230664,3.5577371,3.4923513,3.3280175,3.2650051,3.2202168,3.527715,3.4915636,3.2982035,3.3096044,3.5405302,5.1096253,5.0363255,5.0310459,4.6481566,4.5053616,4.4423661,4.3696179,4.1840329,4.1168532,4.065268,4.1530252,4.0451612,3.8246567,3.8123772,4.2819972,5.8250613,5.7514758,5.7538638,5.5027738,5.3500066,5.2913957,5.2194176,5.0262742,4.9367166,4.8678184,4.9923725,4.9164834,4.655251,4.6307878,5.1330204,6.136138,6.0658302,6.0754361,5.8534408,5.7034593,5.6506066,5.5825272,5.3934569,5.3027182,5.2300768,5.3284564,5.2573881,4.986136,4.9556961,5.5734024,6.3942795,6.3469987,6.361877,6.1992054,6.0819097,6.0462079,5.9958897,5.8472037,5.779315,5.7164235,5.7535777,5.6792169,5.4386115,5.4137387,6.499084,4.9866004,4.9435992,4.9383245,4.4598808,4.37217,4.3355527,4.3007021,4.1864061,4.1582484,4.1296558,4.1395097,3.9927332,3.8404927,3.8448954,4.8752222,5.7393885,5.6652355,5.6638417,5.4444799,5.2891383,5.2283449,5.1550736,4.9603457,4.8655109,4.7947941,4.9591498,4.8942757,4.6316605,4.6111784,5.0312738,6.0206614,5.9548759,5.9665766,5.7166147,5.5747781,5.5245066,5.4606895,5.2790012,5.2006025,5.1348228,5.2109594,5.1305737,4.8726625,4.8439956,5.5561657,6.4908247,6.4374781,6.4536686,6.292758,6.1624646,6.1232285,6.0675087,5.9044809,5.824317,5.7540884,5.803555,5.7355967,5.4720707,5.4447265,6.4035044,5.9846501,5.9217339,5.9337955,5.6699791,5.531805,5.4833393,5.4223328,5.2455263,5.1722198,5.1096344,5.17735,5.0929103,4.8411608,4.8155394,5.5704432,6.4788227,6.4353037,6.4503989,6.3170381,6.2049775,6.1718841,6.1235089,5.9821682,5.915329,5.8528371,5.885283,5.8149099,5.579658,5.5550003,6.7054482,6.232872,6.169692,6.1832633,5.9665475,5.8257136,5.7788663,5.7170968,5.5388336,5.4564366,5.38697,5.4579077,5.3838558,5.1182857,5.0889025,5.857172,5.9290638,5.8924265,5.8982553,5.6646996,5.5845962,5.5562601,5.5220828,5.4183331,5.390152,5.3503737,5.3611026,5.256587,5.0981207,5.0787387,6.357883,5.6751208,5.6124253,5.6241622,5.3104067,5.1742468,5.1225333,5.0604634,4.8837924,4.8200841,4.7645745,4.8293481,4.7356386,4.4987459,4.4767227,5.1929932,6.4453812,6.3795643,6.3937225,6.2128739,6.0650334,6.0178108,5.9533181,5.770112,5.6751404,5.5977626,5.6800117,5.6170425,5.335021,5.3033781,6.0118818,6.3719621,6.320168,6.3353295,6.155067,6.029779,5.9911203,5.9375963,5.7791424,5.706182,5.6406069,5.6857138,5.6114011,5.3596444,5.33395,6.3294406,5.6676989,5.6195855,5.6276965,5.280508,5.1677232,5.1299372,5.0864844,4.9421043,4.8941913,4.8492661,4.8843608,4.7741709,4.5658021,4.5592294,5.53159,5.5911417,5.5178413,5.5135741,5.3123312,5.1577635,5.0953894,5.0218167,4.8276567,4.7328892,4.6632333,4.8550758,4.7963023,4.5377016,4.520813,4.8975081,5.6587019,5.6099157,5.6182103,5.2649913,5.1494789,5.1116419,5.0680552,4.9214292,4.8723044,4.8272352,4.8650842,4.7558384,4.5446148,4.5390787,5.4776387,5.5616674,5.5156507,5.520298,5.1560197,5.0531216,5.0153155,4.9733596,4.8389182,4.7975464,4.7563281,4.7800965,4.6588869,4.467597,4.4613662,5.5098114,4.484477,4.4228053,4.4062252,4.2169204,4.0816131,4.0153799,3.9451876,3.7674022,3.696384,3.6456594,3.8962226,3.8403254,3.6275916,3.6281924,3.9093556,6.1419487,6.0879545,6.1012621,5.8631749,5.7366924,5.6958365,5.6426687,5.481751,5.4143348,5.3538284,5.4017119,5.3167543,5.0728517,5.0509768,5.9853969,6.3699665,6.3050036,6.3189554,6.1266117,5.9812908,5.9341154,5.8704524,5.6887627,5.598278,5.5236554,5.6019883,5.5351958,5.2589111,5.2276711,5.9589634,4.3384228,4.2721825,4.2519059,3.9022276,3.7689459,3.7039669,3.6336527,3.4608338,3.4006073,3.3582232,3.5067775,3.4099994,3.2176275,3.222326,3.5194755,5.15734,5.0886083,5.0784178,4.9133706,4.764914,4.6997709,4.6268792,4.4374495,4.3483458,4.2841539,4.5308437,4.4831562,4.2395649,4.2316136,4.5418596,6.56392,6.5095801,6.5263376,6.3752666,6.2417107,6.2021289,6.1451197,5.9793787,5.8945889,5.8214669,5.8736854,5.8093753,5.5385265,5.5105343,6.4421358,6.225935,6.1684718,6.1825585,5.9616036,5.8288684,5.7859535,5.729177,5.5609121,5.4862676,5.4210587,5.477118,5.3984094,5.1429524,5.1173644,5.9919033,6.3370881,6.2663331,6.2771845,6.0860748,5.9324036,5.8809352,5.8126893,5.6227331,5.5232539,5.4448009,5.5493188,5.4873862,5.2042747,5.1732063,5.7723522,6.5014653,6.4438,6.4599371,6.2926741,6.1555514,6.1137581,6.0549598,5.8841968,5.7981691,5.7247872,5.783741,5.7179561,5.4453769,5.4162927,6.2873712,6.3026175,6.2292218,6.2377019,6.0518785,5.8942022,5.8405342,5.7702708,5.5770183,5.472559,5.3922167,5.5166688,5.4588127,5.1734095,5.1441264,5.6691909,6.4123974,6.3519382,6.3671579,6.1819925,6.0424261,5.9984632,5.9381552,5.7634115,5.6775885,5.6049581,5.6700811,5.6018715,5.3301826,5.300468,6.1208596,6.4872389,6.4266319,6.4423389,6.269434,6.1283174,6.084661,6.0238614,5.8484049,5.759171,5.6842585,5.7505078,5.6856456,5.4090328,5.378839,6.1919274,6.2708435,6.2330866,6.2432504,6.0707407,5.9819303,5.9532728,5.9143758,5.8006458,5.756588,5.7086267,5.7275376,5.641089,5.4588504,5.4352508,6.6478267,5.4421887,5.395596,5.4009352,5.0070229,4.8997173,4.8619633,4.8212609,4.6827364,4.6412582,4.6018653,4.6324639,4.5118079,4.317349,4.3163404,5.2866497,6.8165302,6.7898989,6.7985439,6.7146525,6.6554203,6.6374068,6.6092939,6.5358047,6.5027642,6.463728,6.4748683,6.4098997,6.2837472,6.2558527,7.3105712,6.3239245,6.2698483,6.2847195,6.0891838,5.960741,5.9204664,5.8656502,5.7030883,5.6291227,5.5633912,5.612659,5.5368209,5.282712,5.2569523,6.2051768,6.4735026,6.4233503,6.4392629,6.2835684,6.158989,6.1216435,6.0683255,5.9118037,5.8364139,5.7688942,5.8120995,5.7424517,5.4875631,5.4613881,6.4857244,6.2329369,6.1725755,6.1865559,5.9675474,5.8305635,5.7856812,5.7263722,5.5528746,5.4742708,5.406846,5.4700322,5.3937297,5.132741,5.1051798,5.9256029,6.1601305,6.1102138,6.1232648,5.8983283,5.7795892,5.7414832,5.691452,5.5395694,5.4771256,5.4189515,5.4582567,5.3719645,5.1379614,5.1166997,6.1425672,6.2511921,6.2092848,6.2212143,6.0401096,5.9388809,5.9066973,5.8629527,5.7330465,5.6803327,5.6270528,5.6528015,5.5681138,5.3610125,5.3382154,6.5158539,6.4829164,6.4473186,6.4594522,6.3432918,6.2544398,6.2277222,6.1882172,6.0755601,6.0253019,5.9735489,5.9941154,5.921021,5.732059,5.7066317,6.9378843,5.8082361,5.7360721,5.7411537,5.4714127,5.3225074,5.2653837,5.1950169,5.0044303,4.9210682,4.8550048,4.9571166,4.8747215,4.6183949,4.5919151,5.1561704,5.8136859,5.7552981,5.7659059,5.4545326,5.3219657,5.2757311,5.219698,5.051621,4.9885106,4.9337826,4.9904714,4.8951125,4.6587276,4.6417966,5.4343328,6.0519848,5.9775009,5.9814625,5.7780404,5.6207008,5.5634217,5.4914093,5.2964797,5.1959667,5.1197896,5.2630677,5.2016273,4.9261303,4.9003253,5.3726444,6.2608547,6.2091589,6.2233524,6.0184608,5.8950543,5.8561015,5.8036938,5.6467037,5.5782633,5.5159979,5.5597906,5.4796686,5.2350411,5.2112103,6.2062182,5.9995728,5.9505858,5.9618936,5.6984715,5.5831728,5.5452013,5.4974771,5.3493443,5.2931051,5.2398109,5.2760134,5.1807179,4.9575691,4.9405303,5.9687958,8.6789484,8.6449146,8.4180326,8.4169216,8.3057165,8.3059301,8.2797527,8.0843973,7.9689317,7.8719134,7.804924,7.7831626,7.9186282,7.9314342,8.3135233,8.1594343,8.2838144,8.0067377,7.9293556,7.7492824,7.741962,7.7164989,7.5713811,7.4611554,7.3806434,7.3678246,7.3339019,7.613863,7.5666471,8.0426855,8.6677475,8.6347666,8.406539,8.4035082,8.2906885,8.2921581,8.2663565,8.0709743,7.953331,7.8559604,7.7927256,7.7689195,7.9101286,7.9212751,8.3066416,7.8553071,8.1002684,7.7897835,7.6703167,7.4532528,7.4399796,7.4130611,7.2965221,7.209548,7.1460114,7.1567345,7.1188393,7.4860573,7.4041848,7.9402285,8.3671827,8.2772322,8.1263018,8.1272116,8.0055151,8.0529394,8.0447283,7.8592529,7.6837645,7.553937,7.4724302,7.454443,7.5150247,7.5795264,7.8758235,8.5029011,8.4495678,8.2687521,8.2660761,8.1410093,8.1711206,8.1542931,7.9523749,7.7988844,7.6809587,7.6085496,7.5869594,7.6769361,7.7234373,8.0508509,8.5500431,8.521965,8.269145,8.2588158,8.1540842,8.1464558,8.1188965,7.9458909,7.8444557,7.7601395,7.7071481,7.6835442,7.8836861,7.8630672,8.3056822,8.5920029,8.5630436,8.3173466,8.3090019,8.2013035,8.1960011,8.1689224,7.9888883,7.8822942,7.7938733,7.7377539,7.7142777,7.8953433,7.884707,8.3087034,8.3973103,8.4091368,8.1189756,8.0811682,7.959743,7.9498801,7.9224782,7.7766709,7.6787162,7.6030407,7.5863061,7.5488796,7.8461146,7.7841721,8.2893572,8.634654,8.5789585,8.418252,8.4366417,8.3231916,8.3680782,8.3497734,8.131855,7.9931097,7.8743653,7.7759285,7.756022,7.8017163,7.8704848,8.1651344,8.527462,8.505372,8.2406464,8.2236938,8.1161098,8.1081095,8.0805283,7.9144068,7.8131862,7.7311182,7.6909575,7.6610665,7.8910389,7.857511,8.3206377,7.9059782,8.1444139,7.8599939,7.7445707,7.5199208,7.5101948,7.4842005,7.351059,7.2497182,7.1765494,7.1734052,7.1394391,7.4471955,7.3912845,7.8824515,8.0513697,8.2251005,7.9619417,7.868525,7.6621685,7.6569366,7.6328135,7.4842458,7.3677955,7.2840924,7.2670856,7.2361274,7.4937668,7.4593329,7.9135065,8.5497627,8.5201674,8.308835,8.297411,8.1701736,8.1837225,8.1622896,7.9649782,7.8262553,7.7191186,7.6603537,7.6352835,7.766799,7.7891855,8.1551094,8.372201,8.4103079,8.1447601,8.099514,7.9547348,7.9504471,7.9252367,7.7651739,7.6491976,7.5623388,7.5371594,7.5044007,7.7487235,7.7149773,8.1705093,8.2579985,8.2595835,7.9387054,7.8968902,7.7938294,7.778439,7.7489209,7.6314898,7.5552983,7.4953399,7.4994216,7.4534659,7.8490715,7.7414279,8.3224449,8.6113186,8.5826397,8.3395853,8.3312235,8.2210617,8.2175522,8.1908655,8.0073948,7.8971348,7.8063974,7.7510381,7.7261515,7.9009848,7.8943648,8.3107386,8.0888929,8.1622248,7.8107629,7.7399373,7.6110988,7.5946865,7.5668774,7.4704819,7.4018121,7.3501725,7.3769193,7.3278594,7.791328,7.6596265,8.2728539,8.5846233,8.5619049,8.3143997,8.3006325,8.1857634,8.1833639,8.1571913,7.9763651,7.8629832,7.7720337,7.7242804,7.6960931,7.8848519,7.8732371,8.2970915,8.4168472,8.3991547,8.1106186,8.0852509,7.9832668,7.9709563,7.9421043,7.7972288,7.7086697,7.6371441,7.6147432,7.5780592,7.8775797,7.81113,8.3307295,8.660533,8.6271687,8.4044151,8.4009724,8.2850676,8.2905416,8.2657442,8.0666113,7.9433694,7.8428807,7.7800088,7.7551608,7.8898339,7.906178,8.2830114,8.5699215,8.5504732,8.3132801,8.2976141,8.1752415,8.1777716,8.1531391,7.96661,7.8435669,7.7469931,7.6980691,7.670094,7.842608,7.8414555,8.2465277,8.436738,8.4515352,8.1851654,8.149581,8.0173855,8.0127125,7.9869528,7.8242612,7.7112627,7.6251016,7.5968766,7.5639386,7.8053441,7.7713656,8.2288599,8.2400227,8.2193079,7.9150286,7.8838615,7.7925005,7.7762113,7.7452216,7.6221585,7.5488091,7.4884715,7.4838653,7.4398675,7.815084,7.7142611,8.2917099,8.5435829,8.5183516,8.2591591,8.2453794,8.1390181,8.131341,8.1037846,7.9339881,7.8322506,7.7489052,7.7032495,7.6757693,7.8914657,7.8642054,8.3173704,8.4811935,8.4551811,8.1859674,8.1702051,8.0696573,8.0588551,8.0304337,7.8712816,7.7780924,7.7010379,7.6606154,7.6318436,7.87779,7.8350015,8.3178005,8.3224468,8.3394985,8.0301914,7.9864306,7.8693333,7.8564868,7.8282537,7.6983018,7.6109734,7.5434647,7.5390167,7.4972148,7.847229,7.7610402,8.3057318,8.1407576,8.2377501,7.9140306,7.8404932,7.6900096,7.6761608,7.6486816,7.5322833,7.4480128,7.3850188,7.3946843,7.3518815,7.7385807,7.6409326,8.2008219,8.3063278,8.3669949,8.1154337,8.0617781,7.9004455,7.8992147,7.8756337,7.7117472,7.585865,7.4936094,7.4651809,7.4349222,7.6566944,7.6359091,8.0684423,8.4177504,8.3885937,8.1236944,8.1111641,8.0167084,8.0042038,7.9753904,7.8190961,7.7320738,7.6581435,7.6098857,7.5867782,7.8309112,7.7874932,8.2774849,8.5676336,8.5440855,8.2894955,8.275404,8.1647263,8.1593733,8.1324282,7.95753,7.8502512,7.7633557,7.7174301,7.6892123,7.8931966,7.8728347,8.3125782,8.5651999,8.5065002,8.339901,8.3504801,8.2334309,8.2747478,8.2576609,8.0460186,7.8999915,7.7809625,7.6927643,7.67243,7.7349458,7.7958722,8.1031761,8.7258158,8.6752348,8.5120077,8.5339527,8.4212484,8.4612703,8.440937,8.2199841,8.0873041,7.9695244,7.8669057,7.8470163,7.8842096,7.9550619,8.2430563,8.4366188,8.4293814,8.1428604,8.1136627,8.0027008,7.9922848,7.9643331,7.8155036,7.7202849,7.645061,7.6230626,7.5866003,7.8749394,7.8152871,8.3197556,7.8768773,8.0873222,7.75348,7.6420007,7.4477196,7.4324942,7.4063482,7.3032732,7.2279978,7.1718068,7.1915007,7.1504159,7.5704226,7.465158,8.0418987,8.4494514,8.4198647,8.1766357,8.170105,8.0709047,8.0616465,8.0340853,7.8633523,7.7682223,7.6865373,7.615726,7.6060038,7.7926064,7.7764778,8.2147427,8.3171759,8.3429918,8.1249781,8.0817556,7.9220395,7.930119,7.9106841,7.7346253,7.5857244,7.4790044,7.4364572,7.4111495,7.5745106,7.5838084,7.9651508,8.6652327,8.623745,8.4222546,8.4249973,8.3073187,8.3239145,8.3013802,8.0913591,7.9584846,7.8500791,7.7772713,7.7539258,7.8546739,7.8909655,8.235611,9.0435247,9.0030708,8.8118391,8.8282251,8.7055683,8.7084608,8.6804008,8.4889946,8.3685741,8.2476358,8.152297,8.1357794,8.171958,8.2274561,8.5099192,8.169384,8.1580448,7.8363299,7.7966709,7.7045512,7.6873031,7.656323,7.5468855,7.478538,7.423697,7.4334717,7.3847613,7.810473,7.6892543,8.2936172,8.1062679,8.234189,7.9228716,7.8409648,7.6723323,7.6598129,7.6327081,7.5093985,7.4184465,7.3511658,7.355907,7.3159709,7.673738,7.5905256,8.1267462,8.101675,8.0693417,7.7891393,7.7664227,7.6853075,7.6670332,7.6339364,7.5080643,7.4421625,7.3836493,7.3679137,7.3293843,7.6858478,7.5917025,8.1735935,7.92623,8.0799885,7.7258801,7.6295009,7.4673376,7.4508524,7.4245534,7.3332062,7.2672443,7.2177434,7.2492986,7.2031565,7.6740322,7.5446372,8.1576691,8.1989498,8.218008,7.8819046,7.8308945,7.7230859,7.7069688,7.6778278,7.5710564,7.4990563,7.4434605,7.4582424,7.409627,7.8421025,7.7198968,8.3207026,8.7754278,8.7373123,8.5271845,8.5346422,8.4223719,8.424408,8.3980532,8.1953373,8.078126,7.9744163,7.8921061,7.875227,7.9667416,7.9995356,8.3424253,8.4777718,8.4537582,8.2457914,8.2274561,8.0925999,8.107214,8.0873566,7.8952684,7.7489357,7.6392264,7.5839295,7.5592866,7.6931071,7.7157097,8.0793819,8.2016716,8.2513151,7.9205885,7.8612728,7.7353735,7.7205596,7.6923747,7.5797062,7.5009122,7.4410415,7.4523897,7.4067173,7.813468,7.7042413,8.2833204,8.4916668,8.4827976,8.2115631,8.1862631,8.0704269,8.0632324,8.0361986,7.874485,7.7701135,7.6879292,7.6567588,7.623589,7.8712034,7.8313899,8.3019114,9.1487741,9.1043015,8.9338303,8.961175,8.8356762,8.8487892,8.8220034,8.6131115,8.4861422,8.3569269,8.2509718,8.2318888,8.2283878,8.3079576,8.5478392,8.3785477,8.3717403,8.0730162,8.0405111,7.934072,7.9214168,7.892714,7.7551165,7.6676021,7.5982304,7.584702,7.5449758,7.8704762,7.7933855,8.3272362,8.4270639,8.3533258,8.2107182,8.2246037,8.1103449,8.1737709,8.1617947,7.9659138,7.8128343,7.6877618,7.5888653,7.5709977,7.6165619,7.6894588,7.9789519,8.471365,8.4721813,8.2356014,8.2076197,8.0711546,8.0748568,8.0516253,7.8711858,7.7409463,7.6425557,7.6003194,7.5719175,7.7539506,7.7505984,8.1568956,8.1471052,8.1190596,7.8254557,7.797524,7.712584,7.6948762,7.6623645,7.5405622,7.4720235,7.413528,7.407589,7.3639431,7.7414861,7.6388245,8.2241898,8.0583506,8.2203245,7.9239593,7.8325491,7.6438909,7.6331058,7.6065345,7.4756641,7.3773723,7.3054581,7.3045068,7.2676396,7.5937505,7.5264153,8.0363083,8.360425,8.3316507,8.0521259,8.0339794,7.9425592,7.928153,7.8982368,7.7539663,7.6732864,7.6050844,7.573575,7.5416193,7.8334479,7.7681651,8.2959824,8.2760048,8.3423405,8.0504818,7.9919958,7.843565,7.8341064,7.8074794,7.66676,7.5650539,7.4890099,7.4791422,7.4419065,7.7477322,7.6853495,8.187829,8.1189032,8.2160873,7.8848686,7.8100557,7.6623611,7.6477308,7.6201949,7.5092554,7.4291835,7.369205,7.3832526,7.3390508,7.7454138,7.6392322,8.2129612,8.1454277,8.1921768,7.8459334,7.7843161,7.6658463,7.6495652,7.6211729,7.520751,7.4505477,7.3972807,7.419322,7.3700714,7.8222957,7.6935401,8.3025522,9.2761135,9.2329588,9.058279,9.0834379,8.9507742,8.9561596,8.9274235,8.7392921,8.613451,8.4770517,8.3743858,8.3557053,8.3469753,8.4232635,8.652359,8.4777155,8.4590759,8.1822529,8.160593,8.0547132,8.0446386,8.0165358,7.8605723,7.7648315,7.6876431,7.6564703,7.6232104,7.8863659,7.8371196,8.3270149,8.516798,8.5087128,8.2512074,8.2274647,8.1055641,8.1022005,8.0762796,7.9044375,7.7908602,7.7022347,7.6649356,7.6338758,7.8503737,7.8268414,8.268961,8.8334942,8.790473,8.5974579,8.6120033,8.4977407,8.5104609,8.4855795,8.2687702,8.1436014,8.0325356,7.9436631,7.9237123,7.985137,8.0368795,8.3493605,8.5968122,8.5633869,8.3454666,8.3473635,8.2399807,8.2360201,8.2091913,8.0206327,7.9137039,7.8188653,7.7306337,7.7266774,7.8442903,7.8612399,8.232193,8.9209185,8.8742418,8.710475,8.7379303,8.6215353,8.6517277,8.6282215,8.4070196,8.2790365,8.1573257,8.0483341,8.0290642,8.0420694,8.1205807,8.3830872,11.727253,11.789686,11.913306,11.917712,11.722009,11.720493,11.69577,11.693779,11.305152,11.300424,11.532442,11.539243,11.653415,10.565232,10.248171,11.088403,11.147367,11.207026,11.219962,11.111325,11.108264,11.080759,11.076864,10.917365,10.909225,11.045343,11.054708,11.083619,10.578835,10.43269,11.384667,11.463401,11.554784,11.566462,11.401689,11.399486,11.364106,11.360973,11.104987,11.096592,11.293397,11.305438,11.364975,10.585732,10.354871,11.568389,11.611304,11.706756,11.718006,11.581242,11.577647,11.546169,11.541038,11.254066,11.244431,11.40529,11.413655,11.474173,10.69217,10.470956,11.603268,11.650935,11.764621,11.772758,11.609783,11.607586,11.577498,11.57428,11.22465,11.217216,11.409606,11.418378,11.5056,10.55592,10.279844,11.973196,12.01335,12.082077,12.095904,11.984854,11.977304,11.94396,11.93381,11.732352,11.718755,11.844818,11.848808,11.877447,11.318223,11.194369,11.166907,11.209053,11.252301,11.266843,11.188881,11.183761,11.15914,11.152975,11.037915,11.028744,11.126213,11.132794,11.145991,10.789246,10.702556,12.206436,12.233188,12.269494,12.28526,12.220896,12.210237,12.18161,12.168535,12.062814,12.048445,12.120874,12.121211,12.125932,11.832934,11.825955,11.608352,11.990407,12.407888,12.626075,12.130054,12.127589,11.946603,11.969359,12.073736,11.953167,12.380042,12.385445,12.243469,12.096842,12.041101,11.25563,11.632756,11.96227,12.158387,11.744267,11.743801,11.44389,11.459472,11.559129,11.467578,11.874788,11.930181,11.855082,11.750182,11.702952,11.617312,11.923384,12.404675,12.626087,12.13881,12.136146,11.988894,12.017532,12.047481,11.909981,12.2707,12.261277,12.049016,11.892389,11.835573,8.4947557,8.486618,8.5433922,8.3368235,7.865963,7.8800745,7.8228941,7.720098,7.3391447,7.1718349,7.2310367,7.2748575,7.0240068,7.0171614,7.4783382,7.9127216,7.9097271,7.9682298,7.7700868,7.2665606,7.2858133,7.2339792,7.1339283,6.7278166,6.5796428,6.6282492,6.665205,6.4294019,6.4351468,7.0647469,7.3337026,7.310986,7.3421798,7.25669,6.9618101,6.9536991,6.9175572,6.7656732,6.507195,6.3287859,6.3692584,6.4200015,6.2413344,6.3173046,6.6722779,8.3786192,8.3726139,8.4323788,8.2190018,7.7219596,7.7402306,7.6842775,7.5843897,7.1838355,7.0228252,7.0803547,7.1226306,6.8746524,6.8664122,7.3744988,9.3848038,9.3828239,9.4446678,9.2152567,8.7706537,8.7804575,8.711544,8.628273,8.2795982,8.1106892,8.1806822,8.2292919,7.9529567,7.8988862,8.162919,9.5760593,9.5669394,9.6081591,9.4270592,9.0624485,9.058919,8.9894514,8.9068794,8.6145868,8.4463587,8.5111485,8.5559578,8.2860441,8.2261181,8.4263353,7.1251984,7.112134,7.1474037,7.0541191,6.743114,6.7379608,6.6975355,6.5531187,6.2899928,6.1230278,6.1712751,6.2160368,6.0362267,6.1080747,6.5533147,9.328824,9.3077869,9.345006,9.1713076,8.8062134,8.8034382,8.740201,8.6440783,8.340189,8.1633005,8.2212267,8.2668066,8.0048475,7.9693527,8.1988335,8.8330069,8.8183928,8.868269,8.6744413,8.2515984,8.258214,8.1990643,8.0940781,7.747354,7.5700464,7.629117,7.6757622,7.4186006,7.4066963,7.7566018,8.4839296,8.4784927,8.5417099,8.3153477,7.7959428,7.8179522,7.7615571,7.665648,7.2485447,7.0892696,7.147645,7.1906023,6.9402175,6.9227309,7.4198666,9.4652624,9.4459724,9.4799604,9.3112688,8.9589558,8.9539289,8.8884287,8.7979679,8.5062046,8.3331547,8.3922863,8.4364929,8.1740589,8.127182,8.3342562,7.875217,7.8720651,7.9269223,7.7400427,7.2650919,7.2794046,7.2268577,7.1219597,6.7384362,6.585609,6.639235,6.6767554,6.440917,6.4544125,7.0712085,9.3128166,9.295125,9.3365364,9.1546335,8.7769699,8.7761269,8.7121859,8.6170158,8.306015,8.1296701,8.1893463,8.2355642,7.9710846,7.9349055,8.1742105,8.2791357,8.2665234,8.3144417,8.1395359,7.7197652,7.725925,7.6716361,7.5572567,7.2117648,7.0389967,7.0956025,7.1393628,6.8968921,6.9108615,7.3731394,8.2348347,8.2303753,8.2949476,8.0685396,7.5113907,7.5391045,7.4872832,7.3934541,6.9463797,6.7989564,6.8501887,6.8906574,6.6475391,6.6304698,7.2130961,5.6351466,5.607738,5.6228352,5.6140981,5.4251041,5.3950281,5.3640733,5.1993937,5.0441222,4.9194388,4.9371624,4.9931712,4.9496431,5.0521312,5.1497383,8.987443,8.9832153,9.0504246,8.804987,8.2961121,8.316864,8.2542753,8.1654415,7.7611771,7.595304,7.662004,7.7092075,7.4445372,7.4052048,7.7785649,7.80509,7.7827115,7.818006,7.6985936,7.3599434,7.3559442,7.3117871,7.1737761,6.8824124,6.701653,6.7506752,6.7981057,6.5851574,6.6368165,7.0513992,6.5548172,6.5586634,6.59901,6.5096831,6.1892557,6.1900744,6.1478834,6.0187912,5.7598181,5.6217675,5.6884727,5.7263427,5.543375,5.6138515,6.2937717,8.3000708,8.2908735,8.343257,8.154232,7.7068768,7.7171669,7.6617675,7.553051,7.1887217,7.0206418,7.0782709,7.1210852,6.8759246,6.8823042,7.3690367,9.4305954,9.4180832,9.4619942,9.2745008,8.8946009,8.8938417,8.827014,8.7380114,8.4303503,8.2576113,8.3204784,8.3665667,8.097785,8.0505362,8.275816,7.6853151,7.6594114,7.6915154,7.5877404,7.2711916,7.26472,7.2247543,7.0795717,6.8022952,6.6190991,6.6635351,6.7134776,6.51261,6.5746541,6.9482169,7.0380073,7.0437679,7.0908422,6.9432902,6.5057302,6.5129528,6.4644947,6.3582492,6.008275,5.8756852,5.9253545,5.9525709,5.7333732,5.7748351,6.57897,9.2722988,9.2561626,9.3003769,9.1129465,8.7251139,8.7259073,8.6620531,8.566452,8.2485886,8.0721169,8.1325417,8.1792269,7.9139338,7.8793883,8.1305819,9.4684029,9.4540987,9.4940968,9.3143883,8.9470892,8.9442968,8.877471,8.7889585,8.4897308,8.3175182,8.3793736,8.4246264,8.1576748,8.1085701,8.3227386,8.9336443,8.9177036,8.9659643,8.7743044,8.3611212,8.3661976,8.3063335,8.2023649,7.862689,7.6843219,7.7432656,7.7902503,7.5312724,7.5157042,7.8391075,9.3704634,9.358427,9.4050875,9.2118282,8.82061,8.8217497,8.7555447,8.6649723,8.3485966,8.1749001,8.237977,8.2846889,8.0155916,7.9720259,8.2114954,9.1121302,9.0930347,9.1366034,8.9528379,8.5621891,8.5636444,8.5026321,8.4008598,8.0772696,7.897953,7.9560666,8.0030136,7.7420702,7.7194791,7.9958091,6.0304875,6.0340796,6.0696845,6.0198603,5.7717929,5.7646198,5.7325439,5.586472,5.3807459,5.2459493,5.2747598,5.31459,5.2146268,5.3110299,5.6335063,9.468152,9.4652042,9.5216894,9.3067608,8.8897867,8.8948593,8.8250523,8.7424574,8.4148149,8.2457571,8.3148403,8.3627148,8.086113,8.0295496,8.267417,6.1867747,6.1883502,6.2249575,6.1553264,5.8718514,5.866725,5.8275695,5.6875582,5.4589009,5.3237162,5.3716598,5.407311,5.2768145,5.359694,5.8227663,6.9004107,6.9029298,6.9466991,6.8285651,6.459393,6.4596725,6.4132366,6.2931261,5.9952307,5.8553443,5.9180312,5.9533834,5.7463832,5.801105,6.5377841,7.8951755,7.8885851,7.9375186,7.7689567,7.3393717,7.3467741,7.2940087,7.1805024,6.8305259,6.668613,6.7248373,6.7645102,6.5294642,6.5531406,7.1211925,9.0623941,9.0536003,9.1106424,8.8941803,8.4468622,8.4573441,8.3941221,8.2993326,7.9399896,7.7668505,7.8308759,7.8783321,7.6125035,7.5813565,7.9054656,9.3673382,9.3449879,9.379529,9.2104692,8.8536377,8.8495445,8.7861404,8.6908817,8.3925848,8.2163181,8.273675,8.3186321,8.0577974,8.0200024,8.2400618,6.8477445,6.8482962,6.8904662,6.7830524,6.4361587,6.4357696,6.390974,6.2648096,5.9836807,5.8401732,5.9044609,5.9419703,5.7429748,5.8040085,6.4931574,8.5795002,8.5663252,8.6167164,8.4270668,7.9964814,8.0043001,7.9473367,7.838666,7.4856529,7.3106852,7.368803,7.4141469,7.1631532,7.1622,7.5699592,7.3000522,7.2873716,7.3245001,7.2182665,6.8882732,6.8850112,6.8419333,6.7030363,6.4254599,6.2577915,6.3106103,6.3546596,6.1587014,6.2219338,6.7115784,6.8007264,6.8074565,6.850018,6.7268128,6.3349767,6.3367534,6.2885914,6.1758842,5.8620377,5.7298102,5.7829828,5.811687,5.5989299,5.6533132,6.4671259,9.1835051,9.1615152,9.2010498,9.0248308,8.6492491,8.6483212,8.5872631,8.485981,8.1722116,7.9925838,8.0494604,8.0959415,7.8358073,7.8108091,8.0656967,8.8339624,8.8247623,8.8820181,8.6678724,8.2078094,8.2203531,8.1598759,8.0609932,7.6897316,7.5177822,7.5798488,7.6261811,7.3664684,7.3459988,7.7241831,9.540801,9.5368423,9.5879745,9.3863697,8.9924479,8.9936085,8.923172,8.8417711,8.531353,8.3630972,8.4312763,8.4780874,8.2024832,8.142519,8.3595676,9.5975618,9.5851889,9.6203012,9.4504004,9.1013613,9.0954151,9.0265484,8.9437065,8.6606903,8.4930029,8.5558319,8.5992594,8.3335791,8.2727766,8.4644966,9.5188551,9.4988966,9.5291777,9.3667612,9.0249348,9.0182085,8.9521809,8.8637161,8.5797796,8.4085331,8.4673424,8.5104237,8.2499666,8.1985178,8.3952942,7.542038,7.5394354,7.5958314,7.4102726,6.8625355,6.8875513,6.8448868,6.7468877,6.3088593,6.1823931,6.2126398,6.2476277,6.0187201,6.0218463,6.780478,6.7242799,6.702487,6.7302246,6.6894121,6.4511418,6.4387178,6.4157505,6.2496409,6.0359349,5.8675771,5.8942366,5.9545898,5.8274622,5.9303637,6.167057,9.4412336,9.4339132,9.484602,9.2827339,8.8829737,8.8853159,8.8169775,8.7309875,8.4125395,8.2414818,8.3075752,8.3546534,8.0816069,8.0302591,8.2641077,9.2118902,9.205267,9.2636976,9.0426092,8.5983915,8.6082983,8.5427227,8.4525166,8.0986128,7.9266748,7.9929104,8.0408936,7.7705216,7.7298031,8.0243378,9.3226738,9.3159218,9.3714933,9.1576633,8.7328262,8.7394361,8.672452,8.5841017,8.2459641,8.074008,8.14042,8.188283,7.9159036,7.8704176,8.1353865,9.5576906,9.5511427,9.5972853,9.4063683,9.027832,9.0265112,8.9565697,8.8744192,8.5735931,8.4051819,8.4716101,8.517458,8.2445402,8.1849136,8.3931684,9.0057821,8.9881878,9.0342989,8.8465557,8.4439001,8.4473038,8.3871117,8.2835732,7.9511828,7.7719703,7.8303847,7.8774633,7.6177602,7.5999737,7.9024715,9.0427456,9.0195398,9.0596476,8.8850918,8.5051956,8.5051079,8.4462118,8.3400955,8.0210495,7.8394256,7.8949866,7.9418855,7.6849127,7.6696148,7.9474182,9.2282276,9.2158508,9.2655926,9.0660801,8.6574793,8.6615944,8.59725,8.5027561,8.1716509,7.9962711,8.0587721,8.1060743,7.8387971,7.8038387,8.0747423,8.7647886,8.7586117,8.8216534,8.5913363,8.0921659,8.1111012,8.0512657,7.9565792,7.5566559,7.3906116,7.4534345,7.4990082,7.2406764,7.2151484,7.6334443,8.7700911,8.765501,8.8340454,8.5860977,8.0464211,8.0721407,8.0130796,7.9233561,7.4926662,7.3320904,7.3956437,7.4410124,7.1835933,7.1492167,7.587635,9.5146494,9.511611,9.5656567,9.3571358,8.9521484,8.9551592,8.8847942,8.803216,8.484992,8.3165178,8.3854141,8.4328022,8.1562214,8.0972004,8.322751,6.3519783,6.3277102,6.3518624,6.3317232,6.1194239,6.103178,6.0843344,5.9157314,5.7264004,5.5721345,5.5940609,5.6595731,5.564538,5.6747837,5.8444939,9.2274437,9.2035475,9.2403193,9.0689917,8.7027092,8.7003174,8.6392288,8.5384665,8.2306776,8.0511551,8.1072311,8.1532583,7.8939843,7.867146,8.109623,9.22682,9.2223063,9.284215,9.0537348,8.5949135,8.6072435,8.5410576,8.4532557,8.0899763,7.9197598,7.9876204,8.0359001,7.7641983,7.7195687,8.0189857,8.9840918,8.9722509,9.0253973,8.8202667,8.387228,8.3954182,8.3338375,8.2345762,7.8832068,7.7077727,7.7694063,7.8165174,7.5540786,7.5309525,7.8603415,7.6976976,7.6950717,7.7453232,7.5763235,7.1321535,7.1414084,7.0893583,6.9793463,6.6200271,6.4666848,6.5212879,6.5577226,6.3255811,6.3511767,6.987473,7.7278728,7.7201228,7.7654157,7.6142983,7.2129316,7.2165995,7.1657248,7.0460129,6.7169299,6.5539703,6.6106448,6.6507983,6.4227805,6.4575052,7.0281973,8.194829,8.1894646,8.2472582,8.0440102,7.5551786,7.5719886,7.5174084,7.4151893,7.0205736,6.8620133,6.9176784,6.9583025,6.714932,6.7152576,7.2624612,9.1438255,9.1398993,9.2049618,8.9655113,8.4836912,8.4999189,8.4348726,8.3471136,7.9657044,7.797133,7.8651686,7.9132929,7.6436524,7.6002069,7.927238,7.466692,7.4560733,7.4963918,7.3727741,7.0158105,7.0149317,6.9684172,6.8374038,6.5406022,6.3749933,6.431531,6.4739141,6.2624159,6.3143482,6.8542209,6.8132915,6.7961669,6.8265648,6.7694983,6.5110059,6.5008078,6.4715452,6.3112993,6.084156,5.9155874,5.9469299,5.9999986,5.8596129,5.9542131,6.2488041,6.7886462,6.77739,6.8107839,6.7381845,6.457324,6.4495649,6.4136777,6.2620988,6.023068,5.8611679,5.8999429,5.9456115,5.7964826,5.8816509,6.2502127,8.394186,8.4860582,8.5441504,8.2826614,7.5254769,7.6787848,7.6445675,7.5761995,7.0287771,6.8872643,6.9296765,6.9694066,6.7939649,6.7449408,6.7368531,7.7671456,7.8937564,7.9359856,7.7551227,7.1771541,7.3204317,7.2814841,7.2065358,6.8452072,6.7166915,6.7502708,6.7834115,6.6123962,6.6028767,6.5966711,8.1406164,8.2495432,8.301136,8.0715809,7.3813372,7.532608,7.4961267,7.4268708,6.9538708,6.8207607,6.8603044,6.8968592,6.7229519,6.6878619,6.6805649,7.2169943,7.3277559,7.3645782,7.2489691,6.8265214,6.9344339,6.9008789,6.801167,6.5428371,6.3968019,6.4187937,6.453608,6.3078885,6.3444576,6.3383646,9.116498,9.1343212,9.2162981,8.8275261,7.9667869,8.0965157,8.0625992,7.9862123,7.2593656,7.003181,7.0533619,7.1099567,6.9162927,6.8610082,6.8500671,9.5919228,9.5499401,9.6515684,9.0760078,7.9652586,8.1262159,8.1041813,8.0594769,7.0231762,6.6216931,6.680335,6.7441282,6.5841689,6.4916201,6.4818134,9.2662354,9.261939,9.3523645,8.890523,8.019124,8.1385603,8.1001835,8.0366325,7.2516651,6.8541503,6.9075432,6.9684277,6.7704844,6.7242823,6.7131171,8.2392931,8.2717209,8.3348732,8.0850792,7.6336465,7.6747928,7.6212931,7.5435529,7.1118526,6.4895926,6.5226369,6.569962,6.3663764,6.4248853,6.4166183,8.2050867,8.2984238,8.3514395,8.1256447,7.4994049,7.6266704,7.5869675,7.5044994,7.065938,6.9004273,6.9378228,6.9787784,6.7918329,6.7765355,6.7677579,7.7105241,7.8348489,7.875824,7.7066813,7.1637836,7.2995124,7.260438,7.180078,6.844018,6.708889,6.7400193,6.7737894,6.6018887,6.6022906,6.5958862,8.7025738,8.7435064,8.8137894,8.5090132,7.8219175,7.9244037,7.8834181,7.7933397,7.2353325,6.9757681,7.0183215,7.070775,6.8689656,6.8535447,6.8423262,8.6838923,8.7368002,8.8044853,8.5072289,7.7943435,7.9114919,7.8724785,7.7875714,7.2281461,7.0108643,7.0539327,7.103826,6.9062257,6.878294,6.8675694,7.494678,7.6450639,7.6830931,7.5134711,6.8989353,7.0683966,7.034121,6.9750519,6.606566,6.5116115,6.5455823,6.5723248,6.4223232,6.3987145,6.3941565,7.091095,7.2454824,7.2758126,7.1633883,6.7096734,6.8584247,6.8240809,6.7475438,6.5115242,6.4054418,6.426856,6.4538198,6.3072877,6.3249998,6.3221669,9.0944529,9.1228199,9.1963034,8.8543177,7.6974516,7.9034634,7.900034,7.844646,6.8741717,6.7452769,6.7899556,6.8317146,6.7042737,6.5745349,6.5651517,9.3625145,9.3618612,9.4436016,9.0476503,7.824367,8.0320616,8.0317745,7.975162,6.9231167,6.7765398,6.8257561,6.873888,6.7459621,6.6081963,6.5997334,9.8452034,9.7739439,9.8673515,9.3756132,7.8457217,8.0952034,8.1219893,8.0704536,6.6682568,6.5080676,6.5614362,6.6156893,6.5303111,6.3510151,6.3464241,8.7606373,8.7898788,8.8638744,8.53895,7.8609037,7.952579,7.9091864,7.8192987,7.2452955,6.9232116,6.9664645,7.0213914,6.8151717,6.8089509,6.7976017,7.2033477,7.2974558,7.3371177,7.2207022,6.8086209,6.9008079,6.8673863,6.7607222,6.493639,6.3347216,6.3572011,6.3938565,6.2536068,6.2963896,6.2904701,6.6528869,6.8411307,6.8651328,6.7591896,6.25034,6.4395256,6.4116182,6.3663816,6.1181674,6.058681,6.0839067,6.1005902,5.986342,5.9763207,5.9744763,9.2080202,9.2274122,9.3074551,8.9237213,7.8550625,8.0364084,8.0212822,7.9594569,7.0676451,6.9054675,6.9557323,7.0054164,6.851017,6.7421007,6.7332182,7.4698548,7.510366,7.5658474,7.4016371,6.9981375,7.0365772,6.9955344,6.875627,6.5270023,6.1613603,6.1869388,6.2328739,6.0795994,6.1523557,6.148766,7.7402539,7.764636,7.8026109,7.6606565,7.4162202,7.4280491,7.384305,7.4985442,7.0795293,5.5306702,5.5573521,5.5769835,5.431314,5.4900212,5.4879951,6.5163455,6.7069058,6.7274513,6.6350141,6.1692061,6.3545718,6.3256984,6.2776141,6.0683246,6.0085254,6.0314341,6.0475721,5.9360013,5.9351196,5.9339728,9.2674294,9.2707195,9.3449821,9.0038605,7.6532335,7.8904276,7.9072824,7.8565021,6.668921,6.5519366,6.5917621,6.6301956,6.5374761,6.3721671,6.361443,7.0826454,7.1425076,7.1921525,7.0665479,6.6589131,6.7144361,6.6781526,6.5591893,6.2559896,6.0541449,6.0722747,6.1036849,5.9716907,6.0199885,6.0162454,7.4693718,7.5035949,7.5536499,7.4010196,7.0812073,7.1005979,7.0529633,6.9763436,6.6389022,5.9149704,5.9372053,5.9736004,5.8143792,5.9032898,5.9002166,8.6604395,8.6857033,8.7590094,8.4283266,7.8749509,7.9340496,7.878859,7.8119879,7.2950349,6.7037072,6.7445102,6.7972326,6.5791211,6.6093478,6.5990281,9.5222731,9.4930258,9.5895691,9.0740519,7.9999137,8.1571312,8.1349449,8.077075,7.0995445,6.7649183,6.8232813,6.8855371,6.7163115,6.6280646,6.6178517,6.6111279,6.6915851,6.7314968,6.645988,6.2949862,6.3679047,6.3394418,6.2272286,5.9964895,5.8513784,5.8710995,5.9051709,5.8089404,5.8683128,5.8681164,8.4644213,8.4971619,8.5656929,8.2860718,7.7160664,7.7840333,7.737112,7.639626,7.1472993,6.7631912,6.8010058,6.8538642,6.6499224,6.6759195,6.6655941,7.1879511,7.3477993,7.3785148,7.2459211,6.732264,6.8928242,6.8561478,6.7906537,6.5164561,6.421761,6.4503555,6.4752798,6.3285394,6.3279252,6.3248835,8.4531784,8.4835501,8.5521231,8.2681932,7.7347932,7.7923675,7.7414398,7.6528182,7.1720829,6.6851306,6.7222548,6.7743511,6.5657816,6.6035619,6.5937295,8.0695105,8.1775951,8.2270222,8.0128889,7.3828182,7.5215735,7.4826078,7.4061718,6.9818535,6.8371153,6.8742094,6.9116278,6.7318492,6.7123604,6.7047429,7.4705353,7.5974698,7.6346054,7.4945178,7.0127492,7.1417632,7.1048903,7.0177264,6.7309027,6.594924,6.6204438,6.6534996,6.4898391,6.5069942,6.5009408,10.082667,9.9663153,10.064826,9.5125666,7.7702441,8.0514011,8.0983963,8.0518599,6.3965874,6.2248755,6.280231,6.3376536,6.287643,6.0838509,6.0807204,7.5402365,7.6711583,7.7087979,7.5586276,7.0500503,7.1858964,7.1478057,7.0660691,6.763947,6.6340232,6.6620455,6.6942692,6.5281267,6.5364847,6.5307631,7.9156203,7.9561911,8.0160751,7.8109474,7.3366804,7.3892765,7.346025,7.2324882,6.8318791,6.4887037,6.5192866,6.567512,6.389657,6.4406152,6.4330029,8.4395914,8.4880409,8.5523758,8.2912474,7.6828532,7.7724371,7.7303257,7.6320815,7.1465468,6.8875508,6.9254203,6.9753284,6.7777591,6.782321,6.7714849,8.1141062,8.1959705,8.2484035,8.040452,7.4770632,7.583612,7.5433331,7.4488125,7.045886,6.8551741,6.8890924,6.9321566,6.7444706,6.7497506,6.7401285,7.4813948,7.5119262,7.5518937,7.4305773,7.1859369,7.1950927,7.1488743,7.1569662,6.8058257,5.6366854,5.6583705,5.6839848,5.5335732,5.6177197,5.615416,8.9861031,8.9996443,9.0847034,8.6517467,8.0028439,8.0784092,8.0216398,7.97509,7.365407,6.7530618,6.8008819,6.8582568,6.6390696,6.6409039,6.6300802,6.5252452,6.6816587,6.7090187,6.6382709,6.2671542,6.4113026,6.3855457,6.3037372,6.1270146,6.0299268,6.0448265,6.0707722,5.9572124,5.9949861,5.9930067,8.744976,8.769372,8.844511,8.5103598,7.8745675,7.9523726,7.9042964,7.8194928,7.2591901,6.8399429,6.8826241,6.9381094,6.7259846,6.7354932,6.7244005,8.5621643,8.6288462,8.6921463,8.4153376,7.7160645,7.8397069,7.8009419,7.7182908,7.1882405,6.9949784,7.0368638,7.083683,6.8897305,6.8612156,6.8511143,8.241724,8.3118429,8.3684263,8.1425676,7.5612621,7.6621852,7.6214161,7.5253029,7.0929141,6.8836508,6.9190831,6.9645901,6.7729912,6.7767735,6.7665806,7.57371,7.6733055,7.7152567,7.5693164,7.1024785,7.2069545,7.1701632,7.0701919,6.7649736,6.599689,6.625792,6.6637554,6.4988832,6.5264616,6.5186739,8.0998592,8.1360493,8.1985617,7.9688659,7.4867115,7.5372748,7.4903145,7.3850513,6.9615412,6.5420675,6.5741744,6.6240129,6.4335036,6.485353,6.4772167,6.5475302,6.6440358,6.679522,6.5982995,6.2460613,6.332242,6.3025422,6.1965828,5.9816518,5.8526483,5.8704276,5.9021449,5.8070445,5.8608394,5.8597822,6.847856,7.0210772,7.0469322,6.9412951,6.4753771,6.64329,6.6082373,6.5465813,6.3236113,6.2424679,6.2675271,6.2891397,6.157187,6.1651249,6.1646748,9.6346264,9.5846834,9.664113,9.2756319,7.6991787,7.9660702,8.0045156,7.9547992,6.5068469,6.3832932,6.4212594,6.462441,6.3992219,6.2031088,6.1941295,10.086691,9.9615688,10.062202,9.4677811,7.7405939,8.0142612,8.0575752,8.0151072,6.3432999,6.1096377,6.17553,6.2344027,6.1790972,5.9881964,5.9825435,9.2720728,9.2840509,9.3670044,8.9650822,7.9058533,8.0810738,8.0639553,8.000227,7.1086078,6.9304376,6.9820161,7.0344172,6.87429,6.7694044,6.7603974,9.0287695,9.0669594,9.1413298,8.7920761,7.767859,7.94876,7.931581,7.8705425,7.0358043,6.8880444,6.9359803,6.9817343,6.8275757,6.7248034,6.715847,8.8087339,8.8286257,8.9138441,8.4444275,7.9457927,7.994349,7.9242344,7.9302778,7.4100766,6.496572,6.5403132,6.5932798,6.3801522,6.3994241,6.3907175,8.3056459,8.342186,8.4075766,8.1537256,7.6116357,7.6760492,7.6304393,7.5269017,7.0651908,6.7061377,6.741612,6.7929564,6.5960474,6.6285706,6.6187949,7.614656,7.6506901,7.7048001,7.5316272,7.169477,7.1962132,7.1482401,7.0551772,6.701952,6.0989838,6.1227727,6.1642303,5.9958911,6.0788374,6.0748062,8.9870491,9.0003548,9.0837946,8.673234,7.99049,8.0733318,8.0215225,7.9605317,7.3344488,6.8101306,6.8577566,6.9155045,6.6987996,6.6958113,6.6846471,9.897316,9.803894,9.907177,9.2947111,7.817718,8.0447588,8.059926,8.0201321,6.6016164,6.2809653,6.3421254,6.4036307,6.3073969,6.1559763,6.1481819,8.5107012,8.5407495,8.6105385,8.3191833,7.756536,7.8207064,7.7714615,7.6798668,7.1821122,6.7426457,6.780972,6.8341103,6.625843,6.6553073,6.6450429,8.7082434,8.7314806,8.8070946,8.4324455,7.9320908,7.9805493,7.9175425,7.9011154,7.3893285,6.5366712,6.5787683,6.6281157,6.4098711,6.4414816,6.4323044,9.5930862,9.5634747,9.657567,9.172245,7.967926,8.1573486,8.1497641,8.0895958,7.021616,6.8082123,6.8645844,6.9233818,6.7780628,6.6536002,6.645227,7.6278458,7.7742615,7.8158951,7.6310263,6.9632335,7.1387396,7.1064243,7.0517569,6.6345744,6.5437603,6.5803475,6.607357,6.458919,6.4220104,6.4169812,8.2628317,8.2939596,8.3549032,8.1056366,7.6907997,7.7247815,7.6685271,7.6237259,7.1927533,6.3766613,6.4101171,6.45296,6.2479353,6.3094168,6.3016963,6.6348171,6.7988753,6.8254709,6.7448463,6.3515501,6.5039945,6.4762049,6.3982177,6.2124429,6.1168737,6.1304555,6.1545863,6.0306916,6.0625134,6.0607429,9.4635239,9.4455032,9.5389719,9.0578709,8.0090628,8.1655693,8.1428795,8.0786114,7.1468282,6.8649807,6.9218798,6.9828973,6.8100233,6.7212505,6.7111144,8.9972134,9.01056,9.0930624,8.6971579,7.9766498,8.0683975,8.0214806,7.9495254,7.3045125,6.8661013,6.9138646,6.9719896,6.7597179,6.7482853,6.7369018,9.6447811,9.5945063,9.7047606,9.0372324,7.916512,8.0779104,8.051465,8.0207891,6.9611225,6.5111294,6.5689497,6.6362991,6.4863873,6.3869576,6.3778648,9.2831821,9.2764683,9.370368,8.8695936,8.0255184,8.1376219,8.0936337,8.0428677,7.2661543,6.7852802,6.839066,6.9009147,6.7002611,6.6594458,6.6484785,9.3892202,9.3824806,9.4726171,9.021142,8.0003986,8.1559391,8.1323338,8.0650568,7.1763501,6.9271727,6.9820452,7.0411801,6.8660564,6.778317,6.7682557,7.2212148,7.2613592,7.3144388,7.1676822,6.8002315,6.831634,6.7911906,6.6714373,6.3462963,5.9515133,5.9733434,6.0172138,5.8780909,5.961122,5.9601293,6.9606786,7.0098491,7.0592313,6.9317794,6.535152,6.575273,6.5376754,6.4139991,6.1063056,5.8819399,5.9009295,5.9323115,5.8112817,5.8671985,5.8631854,10.217443,10.055272,10.152736,9.5539541,7.597621,7.9090381,7.9783587,7.9422879,5.9852047,5.7496009,5.8132358,5.8669944,5.8541074,5.6390285,5.6334901,7.0855441,7.1292834,7.1829429,7.0499964,6.6700592,6.7073011,6.6721182,6.5477142,6.2321877,5.9391685,5.9639244,6.0069451,5.8792028,5.9538202,5.9528389,8.671277,8.7007141,8.7732792,8.4607821,7.8242245,7.9058003,7.8603673,7.7683601,7.2229476,6.867321,6.9088202,6.9633708,6.7560306,6.7628045,6.7516932,8.518013,8.5735121,8.6376104,8.3681993,7.7224331,7.826087,7.7851868,7.6930814,7.1895652,6.9598823,6.9996195,7.0487828,6.8505516,6.8409929,6.8301616,8.0413942,8.1431904,8.1920605,7.9882073,7.4007888,7.5269222,7.487051,7.4029312,7.0054173,6.846096,6.8809409,6.9199805,6.736454,6.7298341,6.7215505,9.444191,9.4220905,9.5182037,9.0026932,8.0098391,8.1505947,8.1202888,8.0652027,7.1568356,6.7662382,6.8230433,6.8854895,6.7045302,6.6337891,6.6231861,8.976862,8.9976416,9.0770903,8.7097063,7.9439101,8.0516663,8.0115051,7.9293127,7.2760029,6.9680109,7.0154762,7.072299,6.8685331,6.8400259,6.8285933,8.4027109,8.4904079,8.5486202,8.2897539,7.5717731,7.7138634,7.6770587,7.6031923,7.0837798,6.9280157,6.9696302,7.0111489,6.828073,6.7896481,6.7810383,9.5771551,9.5502558,9.6424809,9.1718407,7.9482384,8.143755,8.1390104,8.0794411,7.0000257,6.8050828,6.8600831,6.9170208,6.7769918,6.6468058,6.638834,9.6172647,9.5838633,9.6735258,9.2196121,7.8860955,8.1051521,8.1128197,8.0573959,6.876421,6.7149391,6.7679944,6.8213611,6.7041259,6.5521412,6.54533,9.1823397,9.2019224,9.2836189,8.8921871,7.9310007,8.0866432,8.0611076,7.9919615,7.1905723,6.9897585,7.0407991,7.0945606,6.9179354,6.8346157,6.8248057,8.9066057,8.9358444,9.0121384,8.6659899,7.9103332,8.0213013,7.982018,7.8978667,7.2684984,6.9966297,7.0428662,7.0978856,6.8961158,6.8659735,6.8546557,8.4887819,8.5278759,8.5952253,8.3201265,7.7147255,7.7961135,7.7524967,7.6535974,7.1529913,6.8508511,6.8893466,6.9411931,6.740818,6.7514706,6.7406292,7.4326758,7.5758972,7.6111388,7.4646444,6.9454641,7.092802,7.0547204,6.9805956,6.6844635,6.5702853,6.5992994,6.6284776,6.4686837,6.4709859,6.4665074,8.8382092,8.8868551,8.9582529,8.6331053,7.8342261,7.9685564,7.9335737,7.8565874,7.2237926,7.0248609,7.071064,7.1210818,6.9301033,6.8798208,6.869566,7.8145843,7.8992839,7.9468012,7.7754655,7.2777305,7.3746781,7.3360329,7.2341471,6.8870611,6.7000856,6.7292237,6.7703333,6.5951467,6.6180148,6.6091275,8.7742815,8.8372183,8.9041815,8.5983562,7.6049447,7.7923222,7.7752376,7.7181716,6.9324079,6.8079891,6.8528848,6.8924279,6.7460642,6.6457086,6.6369319,10.155032,10.020267,10.118719,9.5483046,7.7199321,8.0138607,8.069541,8.0258179,6.2678275,6.0855203,6.1483121,6.2092328,6.1730351,5.9653153,5.9643593,8.563036,8.6444893,8.7068386,8.4230099,7.5474825,7.7197833,7.6936121,7.6328149,6.9720168,6.8437181,6.8880157,6.9271131,6.7666063,6.6906567,6.6824818,7.1577301,7.3128614,7.3437386,7.2228069,6.7474174,6.8993545,6.8632503,6.7903605,6.5405979,6.4374189,6.4620609,6.488502,6.3398409,6.3508797,6.348134,9.1587086,9.1624928,9.2566395,8.741786,8.0250835,8.1126938,8.0556498,8.0197258,7.3452806,6.7384624,6.79004,6.8512964,6.6391244,6.6205044,6.6098089,9.8569746,9.78578,9.8849163,9.3467636,7.8974581,8.1275635,8.1427736,8.0901918,6.7573242,6.5559549,6.6144824,6.6743326,6.5704341,6.4077287,6.401577,8.2673883,8.3740015,8.4295902,8.1809263,7.359961,7.5363455,7.5083838,7.4519391,6.8641114,6.7550755,6.7975731,6.8315454,6.6763024,6.6082983,6.6010156,8.1943226,8.2556801,8.3134108,8.091301,7.5317688,7.6210198,7.5799227,7.4782915,7.0510373,6.8216248,6.8557587,6.9021049,6.7125525,6.7256842,6.7154789,9.7573595,9.693121,9.7942533,9.2236929,7.9185576,8.1164951,8.1151018,8.0662937,6.8448381,6.5322132,6.5940948,6.6563487,6.5266695,6.3992486,6.3903723,7.6578822,7.7188687,7.7711153,7.6040921,7.1360741,7.2056074,7.1667094,7.0533333,6.7001224,6.4774837,6.5037012,6.5442433,6.3812227,6.4185243,6.4108238,7.8436246,7.8887191,7.9468527,7.7514329,7.2709236,7.3282428,7.2866526,7.1717372,6.779706,6.4870424,6.5167193,6.5624466,6.3903561,6.4347291,6.4267645,6.7826757,6.8989263,6.9320788,6.8440123,6.4665699,6.5736146,6.5435572,6.444653,6.2273054,6.1004605,6.119256,6.1509991,6.0333047,6.078218,6.0746155,7.3003745,7.4224195,7.4584365,7.33568,6.8919921,7.0121832,6.977603,6.8840113,6.6204977,6.4810381,6.5035887,6.5371113,6.3831639,6.4120746,6.4060125,8.6494417,8.6866493,8.756916,8.4572763,7.8011355,7.8933368,7.8507476,7.7572966,7.2156367,6.9270816,6.96843,7.0214281,6.8183527,6.8143148,6.8030934,8.8009567,8.8579559,8.9274712,8.6085482,7.7719288,7.9203033,7.8884401,7.8171892,7.164391,6.9922009,7.0385919,7.0856709,6.9038258,6.8415637,6.8320847,9.2525606,9.2530527,9.3411169,8.9049301,8.0090675,8.1371536,8.1030407,8.032012,7.2450552,6.9257445,6.9787645,7.03864,6.844955,6.7893009,6.7782149,8.3405962,8.3679733,8.42801,8.1591139,7.7733693,7.8032165,7.7450347,7.7688017,7.3124766,6.1902218,6.2253809,6.2623549,6.063457,6.1161027,6.1094847,6.8689137,6.92307,6.971746,6.8539047,6.4625978,6.5070882,6.4702258,6.3482041,6.0529542,5.8492322,5.8648252,5.8926497,5.7740455,5.826189,5.823132,8.962965,8.9812317,9.0612383,8.689765,7.9475603,8.0477057,8.0051613,7.9238505,7.2804174,6.9316821,6.9788094,7.0361776,6.829062,6.8092947,6.7978187,9.4097452,9.3939304,9.4872351,9.0036411,8.0150833,8.157649,8.1290321,8.0659704,7.1782594,6.8427672,6.8990097,6.9605327,6.7783284,6.7057629,6.6950903,9.6975355,9.646883,9.7463026,9.203577,7.9592061,8.1483898,8.1418819,8.0871449,6.9450293,6.6627145,6.7240133,6.7863131,6.6447368,6.5234461,6.5145063,8.0560207,8.0913639,8.152957,7.9274616,7.4710565,7.5152645,7.4665141,7.3662028,6.9532037,6.4710245,6.5019031,6.550529,6.3597918,6.419414,6.411902,8.4741373,8.526371,8.5903873,8.3263998,7.7017035,7.7980542,7.7565308,7.6610518,7.1689763,6.9256763,6.9643488,7.013865,6.815835,6.8138065,6.8029304,8.6820116,8.7065477,8.7803717,8.4355717,7.9067774,7.9605598,7.9018898,7.8543282,7.3413162,6.6390066,6.6803694,6.7315054,6.5114102,6.5441465,6.5342107,7.8230076,7.9535575,7.9980035,7.8001714,7.1509757,7.3104696,7.2744613,7.2096033,6.7931981,6.6796217,6.7164149,6.747982,6.5846915,6.5562863,6.5503912,8.2524366,8.2941303,8.3575964,8.1153316,7.5666828,7.6367359,7.5931201,7.4873381,7.0345416,6.7271805,6.7619915,6.8118072,6.619483,6.6461473,6.6361866,7.470747,7.5090451,7.563766,7.3983946,7.0222154,7.0531297,7.0087752,6.8986359,6.5541,6.0807285,6.1035032,6.1473475,5.990387,6.0718298,6.0689611,8.4753962,8.5401297,8.6018572,8.3403635,7.6899319,7.8014655,7.7611699,7.6721716,7.1780224,6.9696841,7.0093398,7.0566506,6.8605208,6.8463092,6.835856,9.192049,9.2005978,9.2858286,8.8733387,7.9927645,8.1217556,8.0879459,8.0135422,7.2548728,6.970849,7.0225239,7.0809588,6.8872137,6.8311872,6.8201513,6.7272296,6.7985477,6.8416848,6.7488065,6.3897686,6.4547176,6.4250603,6.308228,6.0602608,5.898221,5.9240699,5.9583869,5.8512897,5.9104471,5.9093699,9.7839041,9.7162352,9.8498459,8.9541788,7.7894063,7.9582262,7.9237137,7.9070721,6.7973289,6.3616118,6.4182916,6.4959989,6.3763285,6.2480369,6.2400427,7.1748242,7.2548466,7.2976809,7.1803088,6.7761407,6.8547349,6.8214664,6.708981,6.4329123,6.2606244,6.2839303,6.3213029,6.1852918,6.2332139,6.227941,10.084006,9.9645357,10.059273,9.5372982,7.7411604,8.0336523,8.0885429,8.0418243,6.3298421,6.1745896,6.226028,6.2791543,6.2397528,6.0274792,6.0255256,8.8724995,8.8934298,8.9714613,8.6152077,7.920763,8.0107136,7.9654551,7.8824992,7.276402,6.8965516,6.9418163,6.9985247,6.7883763,6.781774,6.7703776,7.8896842,7.9546142,8.0077724,7.8218346,7.3199978,7.4003682,7.3606467,7.2525511,6.876842,6.6565423,6.6861219,6.7293582,6.5534,6.5810442,6.5719867,9.7954159,9.7290506,9.8172684,9.3647251,7.7977085,8.0578737,8.0911551,8.0413952,6.6125202,6.475873,6.5269833,6.5779223,6.5035801,6.316906,6.31215,6.4154296,6.5525174,6.5810504,6.5149717,6.1652036,6.2877145,6.2618184,6.1726279,5.9942026,5.8913784,5.9087257,5.9366989,5.8377461,5.8824601,5.8807902,8.4523859,8.4888458,8.5563288,8.2834167,7.6976104,7.7722373,7.7274799,7.6274867,7.1350322,6.8040504,6.8418794,6.8940573,6.6933484,6.7118926,6.7013135,9.9522963,9.8436069,9.9487019,9.3029041,7.7478347,7.9875274,8.0098658,7.9771471,6.4648194,6.1274934,6.1843495,6.2465105,6.1684861,6.007597,6.0010543,7.0299211,7.0974312,7.1443357,7.0299339,6.635654,6.6990724,6.6651931,6.5478292,6.2652645,6.0808105,6.1010938,6.1342287,6.0054092,6.0557928,6.0523977,7.8972473,7.9712925,8.0221634,7.8395405,7.3332567,7.4226689,7.3833346,7.2787805,6.911551,6.7076712,6.7376766,6.7804122,6.6026912,6.6262398,6.6170158,7.8309941,7.8824921,7.9387093,7.7487874,7.2595477,7.3242636,7.283463,7.1700773,6.7844567,6.5284953,6.5572381,6.600831,6.4297915,6.4666314,6.4582062,9.6427708,9.6039648,9.7012253,9.1861629,7.978476,8.164216,8.1552792,8.096549,7.0091372,6.7613339,6.8205948,6.8819609,6.7346277,6.614542,6.6057849,8.8351469,8.8920383,8.9617662,8.6389732,7.7207065,7.8877711,7.8625293,7.7982287,7.0759587,6.9260674,6.9728794,7.0174565,6.8507829,6.7688355,6.7599316,8.1073704,8.1625862,8.2207546,8.0054731,7.4684544,7.5474553,7.5061073,7.3998542,6.9813876,6.7349353,6.7675066,6.8137302,6.6284242,6.6505094,6.6406837,8.4286022,8.509964,8.568984,8.3101749,7.618485,7.750639,7.7123041,7.6334124,7.1278648,6.9571033,6.9980497,7.0414519,6.8527555,6.8225465,6.8133168,7.550983,7.6348252,7.6796374,7.533967,7.0807853,7.1697793,7.1332622,7.026053,6.7139816,6.5319738,6.5578971,6.5974555,6.4370999,6.4720697,6.4642987,6.9064536,7.06458,7.0931053,6.9945745,6.5689254,6.7182412,6.6867604,6.6082335,6.3942981,6.2908087,6.3079267,6.333858,6.1956029,6.2208676,6.2183356,7.8308396,7.9406185,7.9847679,7.8078136,7.2695165,7.3932152,7.3539047,7.2666759,6.9172325,6.7634821,6.7946358,6.8317361,6.6540251,6.6591945,6.6514874,8.8272438,8.883585,8.9535713,8.630518,7.7571435,7.9135733,7.8844314,7.8162842,7.1320786,6.9692869,7.0161366,7.0623851,6.8865976,6.8154092,6.8062038,9.4153223,9.4030495,9.5364847,8.6519947,7.91014,8.0027485,7.9249601,7.9129648,7.2130523,6.6292624,6.6825347,6.7626209,6.5826836,6.5189676,6.5096478,8.9991674,9.0378065,9.1134243,8.7596569,7.8605728,8.0123863,7.9836097,7.9133344,7.1870251,7.002346,7.0510597,7.1014266,6.9216523,6.8482337,6.8384995,7.0610013,7.107698,7.1607933,7.028439,6.6373997,6.6775017,6.6424093,6.518517,6.2037582,5.9447622,5.9694872,6.0084815,5.8819046,5.9475598,5.9449849,8.0231237,8.1162815,8.165575,7.9682517,7.4102163,7.5244932,7.4845405,7.3933873,7.0086613,6.8342938,6.8674707,6.9082456,6.7236242,6.7273588,6.7184024,8.7827978,8.825386,8.8967505,8.5798674,7.8486824,7.9629383,7.9239244,7.8387575,7.2499714,7.0127721,7.0571256,7.109261,6.9097404,6.880549,6.8695097,9.1663342,9.1716518,9.2794657,8.6231527,7.9834037,8.0570879,7.9838276,7.9714022,7.3544502,6.6554403,6.7065182,6.7734861,6.5670505,6.5451627,6.535377,8.2396173,8.2855625,8.3477659,8.1104889,7.5558929,7.6308451,7.5881238,7.4827499,7.0343423,6.7536492,6.7882171,6.8370204,6.6460423,6.6680636,6.6579418,7.7123823,7.7434468,7.7888732,7.6348157,7.3460398,7.3609238,7.3115473,7.3073463,6.9357209,5.8460364,5.871326,5.900918,5.7337008,5.8130951,5.8094335,9.1624985,9.1673603,9.2537832,8.8289261,8.0033951,8.1162958,8.0765543,8.0052013,7.2738323,6.9042172,6.9554467,7.0150657,6.8127232,6.7752872,6.7639337,7.3155041,7.471777,7.5052366,7.3574667,6.8058434,6.9692311,6.9331293,6.8699613,6.560627,6.4649243,6.495831,6.521534,6.372242,6.3629031,6.3590698,9.6718016,9.6303225,9.7271862,9.2164955,7.9641728,8.1596823,8.1555471,8.0974703,6.9719505,6.7473869,6.8056698,6.866025,6.7272539,6.5967612,6.5886264,9.3138733,9.3179522,9.4045286,8.9799175,7.9743052,8.1320982,8.1086798,8.0405855,7.1815677,6.9610667,7.0141354,7.0707994,6.8965364,6.8076515,6.7978053,8.1903458,8.2993546,8.3526802,8.1127815,7.3590074,7.5234418,7.4909372,7.4283957,6.9013209,6.7807946,6.8218794,6.8571434,6.6924477,6.6415863,6.6344991,7.5305443,7.6018829,7.649991,7.5011663,7.0524406,7.129025,7.0920639,6.9800024,6.6564775,6.4578185,6.4832215,6.5227423,6.3653908,6.404366,6.3970828,8.6712408,8.7367229,8.8026352,8.5055027,7.7329121,7.872108,7.8367515,7.7616572,7.171401,6.9952078,7.0396781,7.0859118,6.8986478,6.8507948,6.8412123,9.4065981,9.3889418,9.4950323,8.8723001,7.9973216,8.1138306,8.0646334,8.0341291,7.2133932,6.675046,6.7309127,6.7974496,6.608377,6.5520959,6.5418882,8.0644798,8.0926743,8.1428432,7.9395657,7.6150956,7.6359525,7.58318,7.6244903,7.1982827,5.9552646,5.9863863,6.0163965,5.8354292,5.8976712,5.8928647,8.2941103,8.3736839,8.4297981,8.1954794,7.577848,7.6933522,7.6530771,7.5647163,7.1159358,6.9280949,6.9654646,7.0094957,6.8177519,6.8083448,6.7985954,9.8775969,9.800313,9.9015312,9.3374548,7.8938684,8.1199446,8.1331768,8.0823345,6.7413745,6.5083714,6.571353,6.6333051,6.5265918,6.3700356,6.3633265,9.0058174,9.0352545,9.1130371,8.7520456,7.9250407,8.0537701,8.0188818,7.9407301,7.2584276,7.0237088,7.0720239,7.1263323,6.9320164,6.8809566,6.8701191,7.7899494,7.891696,7.9360914,7.7669053,7.2548862,7.3680396,7.3292923,7.235497,6.8971591,6.732131,6.7615952,6.800106,6.62392,6.6384792,6.6302447,8.1433563,8.0603352,7.6701317,7.6390343,7.6042376,7.5914135,7.5696411,7.5208178,7.4860721,7.4637532,7.4654098,7.3836432,7.9515753,7.6881852,8.751627,7.5298514,7.4665818,7.1604338,7.139307,7.1019435,7.0877728,7.0635319,7.0084405,6.9715753,6.9496222,6.9465637,6.858983,7.3181114,7.1142998,8.5495319,7.4557834,7.3548422,7.1016536,7.065177,7.0133805,6.9924016,6.9578452,6.8724904,6.8205957,6.7855916,6.789638,6.7374182,7.1834173,6.8975916,7.6408215,6.8354187,6.7359753,6.5621142,6.5239711,6.4693394,6.4448037,6.4062548,6.310586,6.2553978,6.2157049,6.2168617,6.1811576,6.5729342,6.2987771,6.9451828,4.3923736,4.3837371,4.2896185,4.2878661,4.2596445,4.2449636,4.2205229,4.1602869,4.1365194,4.1218371,4.1194839,4.0271134,4.2552137,4.2107711,7.8916669,7.7756033,7.6728463,7.3790526,7.344945,7.2929716,7.273984,7.2421718,7.1583319,7.1062737,7.0738358,7.0724163,7.0160227,7.4652467,7.1716719,7.9691458,8.0066385,7.9128766,7.5664163,7.5337152,7.488812,7.4726701,7.445291,7.3772783,7.3323917,7.3050804,7.305995,7.2370582,7.7463317,7.4658842,8.3832483,7.9862356,7.9059796,7.5449457,7.5170889,7.4786377,7.4647584,7.4410343,7.3852062,7.3468719,7.3236833,7.3233747,7.2430921,7.7669725,7.515521,8.6379337,4.8964171,4.8835516,4.7728004,4.770256,4.7360125,4.7204032,4.6913042,4.6227942,4.5961447,4.583437,4.5816841,4.4879055,4.718133,4.6653757,7.9562793,7.7617483,7.6528106,7.3723636,7.3387837,7.282917,7.2633767,7.2306457,7.1377201,7.0815706,7.047575,7.0388379,6.9897666,7.3997297,7.0947676,7.853302,5.6548657,5.6334972,5.4882064,5.4837027,5.4428492,5.426177,5.3949566,5.3217969,5.2888751,5.2747898,5.2701964,5.1751828,5.4247379,5.3480129,8.0776529,7.9404798,7.8442879,7.5203681,7.488987,7.439827,7.4226189,7.3935475,7.3167386,7.2675672,7.2396803,7.2374516,7.1736712,7.6410522,7.3594289,8.2474995,8.0786734,7.989172,7.6216893,7.5897074,7.5485883,7.5338058,7.5086651,7.4481835,7.4071107,7.3818674,7.3831096,7.3085899,7.8433385,7.5693898,8.5506763,8.090251,8.0116081,7.6296806,7.600409,7.5670586,7.5546017,7.5334601,7.4870629,7.453732,7.4321084,7.4332347,7.3496389,7.9081559,7.6558371,8.7699223,7.4533596,7.3450642,7.1004853,7.0639715,7.0088181,6.9874039,6.9521613,6.8589692,6.8036013,6.7663388,6.7637439,6.7179208,7.1323557,6.8308854,7.5421748,7.7113247,7.6162348,7.3074026,7.2685866,7.2244277,7.2060657,7.1747165,7.1058316,7.0615659,7.031671,7.0399637,6.9765673,7.5039248,7.2220278,8.0246506,7.9026337,7.8063822,7.5028744,7.4743137,7.4202957,7.4021406,7.3717618,7.2844677,7.2305021,7.2082515,7.1991844,7.1412463,7.5525041,7.2754149,8.1466475,6.5287213,6.4885468,6.2774076,6.2658224,6.2244282,6.2079487,6.1799731,6.1103258,6.072113,6.063201,6.0564609,5.9652452,6.3007751,6.1655421,8.2105541,7.9392228,7.85391,7.518126,7.4906306,7.4452167,7.4295259,7.4027777,7.3336196,7.288414,7.2653942,7.2626185,7.1904278,7.6657057,7.4077649,8.4457951,8.129818,8.0427141,7.6597533,7.627656,7.5896897,7.5758915,7.5524354,7.4979019,7.4599915,7.4361157,7.4378614,7.3596573,7.916532,7.6453218,8.6599064,6.4290829,6.3437734,6.210856,6.1720848,6.1204805,6.0940814,6.0552807,5.9653497,5.912508,5.8730245,5.8899183,5.8494411,6.2422328,6.010263,6.6490622,7.8434706,7.7409849,7.4556608,7.4265614,7.3686953,7.3496037,7.3176403,7.220933,7.1629701,7.1385293,7.1202493,7.0743103,7.4509244,7.1627936,7.9569316,7.9344096,7.8589129,7.5004578,7.4739013,7.438076,7.4248161,7.4021626,7.3509512,7.3152299,7.2928252,7.2924538,7.2087703,7.7343054,7.4937572,8.6848621,8.1284037,8.0358963,7.6565614,7.621058,7.5812669,7.5665264,7.5415287,7.4835243,7.443799,7.4182782,7.42167,7.3472281,7.9080586,7.6243796,8.5563107,7.1802883,7.1244183,6.8602195,6.8431497,6.8005695,6.7848463,6.7577944,6.6906385,6.649899,6.6371384,6.6313667,6.5453558,6.9389238,6.7593713,8.359128,7.8871698,7.7861094,7.4825754,7.4513698,7.3979974,7.3796825,7.3489308,7.2627864,7.2093086,7.1804404,7.1738491,7.1169991,7.5454707,7.2564683,8.0897827,8.0297594,7.9345202,7.5742431,7.5368485,7.4950495,7.4790564,7.4519153,7.389617,7.3478847,7.3205729,7.3255024,7.2550344,7.8061008,7.5182047,8.3943644,3.3722239,3.3711102,3.3176508,3.3177321,3.2955403,3.282681,3.2598825,3.2038996,3.187259,3.1755483,3.1784756,3.098145,3.2719038,3.2553537,7.7354755,5.1333857,5.1183381,4.9870577,4.9840283,4.951817,4.9367409,4.9138398,4.8567271,4.8272614,4.8098502,4.8002615,4.7016549,4.9709954,4.8997903,8.0239859,7.8005567,7.7210956,7.4101558,7.3861361,7.3380761,7.321866,7.2940903,7.2188964,7.1714416,7.1577563,7.1517911,7.0812173,7.5112286,7.2702599,8.3579416,6.3031073,6.2691026,6.0680361,6.0578508,6.0203228,6.0053544,5.9799876,5.9202948,5.8855276,5.8677983,5.86058,5.762785,6.1065292,5.9806695,8.2387934,8.0249834,7.9302425,7.5749445,7.5397172,7.4966831,7.4806752,7.4535203,7.3890371,7.3460374,7.3185639,7.3218679,7.2520032,7.7865095,7.5013494,8.3951311,7.8368282,7.730864,7.4424934,7.4110713,7.3547111,7.3357172,7.3037972,7.2103438,7.1537299,7.1232042,7.1106143,7.0615506,7.4613481,7.1635275,7.947484,7.9047556,7.808094,7.4761114,7.44031,7.3950343,7.3778,7.3486109,7.2791562,7.2338929,7.2046008,7.2086086,7.142952,7.6593289,7.3727264,8.2234983,5.7292271,5.7079415,5.5436912,5.5380363,5.5031972,5.4895425,5.4663801,5.4124818,5.3814244,5.364686,5.3561502,5.2547269,5.568748,5.469614,8.1443195,6.9474502,6.8583875,6.6627302,6.6252031,6.576211,6.5530987,6.5155458,6.4329243,6.3834577,6.3485007,6.3610339,6.3115511,6.7590961,6.5066791,7.2094069,8.331645,8.2410421,7.8128853,7.7739844,7.7412992,7.7289109,7.7081432,7.6632457,7.6307888,7.6093059,7.6136928,7.5317078,8.1548824,7.8674102,8.8243484,7.9406538,7.8665185,7.5059443,7.4794464,7.4451661,7.4322939,7.4103546,7.3619399,7.3277278,7.3057661,7.3056273,7.2207756,7.7516937,7.5136204,8.7154198,7.6249962,7.5265951,7.2432389,7.2069235,7.158062,7.1385279,7.1058083,7.0275769,6.9786744,6.9461589,6.951273,6.8932648,7.3721032,7.0877647,7.8720894,5.7610173,5.7348518,5.5749574,5.5679393,5.529583,5.5129318,5.4843998,5.4132972,5.3799138,5.3714528,5.3666945,5.2728076,5.5564413,5.4631095,8.0674553,7.7694693,7.6605725,7.3842587,7.3529468,7.2947536,7.2755938,7.2429624,7.1443634,7.0857859,7.0539002,7.0326624,6.9931312,7.3721037,7.0688195,7.8168588,8.1119642,8.0168123,7.6352148,7.5937581,7.5548854,7.5395937,7.5136766,7.4567986,7.4180984,7.3922615,7.398551,7.3246202,7.9075422,7.6158409,8.4891567,7.7078567,7.6368141,7.3148117,7.2917023,7.2512321,7.2366066,7.2114897,7.1509299,7.1109533,7.0894866,7.086534,7.0041499,7.4731874,7.2496772,8.5372458,7.7256589,7.658247,7.3280311,7.304657,7.2696066,7.2561841,7.2333651,7.1830721,7.1482096,7.1260815,7.1244149,7.0376806,7.5301237,7.3126812,8.6393709,12.757827,12.807227,12.707715,13.6846,13.600367,13.659772,13.633615,9.5950279,9.1203337,8.9335661,8.7216063,8.6977091,8.0632429,7.9630055,7.9263434,11.218989,11.25257,11.231767,12.285454,12.182467,12.208323,12.108646,6.8069334,6.3500843,5.8986039,5.9387627,5.9755349,5.5671053,5.5532441,5.6100078,12.510592,12.613031,12.563118,13.884281,13.810597,13.838703,13.778305,7.889205,7.3574052,7.1286483,7.1531382,7.1938505,6.5231638,6.4659114,6.4719176,11.231412,11.394173,10.699391,10.698333,10.661703,10.6609,10.66317,10.439872,10.345343,10.266767,9.8093958,10.194034,9.0581732,8.9782705,8.8904629,12.47471,12.549348,12.449076,13.297435,13.217036,13.267765,13.239445,9.5651083,9.1190786,8.9212933,8.7484331,8.7466125,8.0366144,7.9343343,7.8966599,11.952251,12.130919,11.854747,11.933609,11.874751,11.888232,11.874114,11.205731,11.010831,10.856024,10.490751,10.569268,9.4458323,9.3191423,9.2009897,14.675327,14.718291,14.679231,17.824593,17.790882,17.857864,17.851299,6.198411,5.4544282,5.3468018,5.3531718,5.3655701,4.9122014,4.8878899,4.9100823,12.397831,12.521659,12.089323,12.1467,12.093039,12.100702,12.09101,11.67606,11.529231,11.412845,10.812718,10.894133,10.00895,9.8943377,9.7530956,12.16274,12.267777,12.165782,12.860722,12.782859,12.822812,12.789946,9.5892019,9.1794701,8.9714861,8.8326921,8.8538961,8.0507755,7.9457684,7.9041042,10.445057,10.737709,10.659133,10.644836,10.594086,10.602629,10.559259,9.6963863,9.4802952,9.2748938,9.2173672,9.3025293,8.0807238,7.9740195,7.8619404,11.541072,11.697491,11.625737,12.172181,12.097575,12.123846,12.074092,9.1476088,8.7691813,8.529994,8.4875517,8.5406065,7.6575603,7.5618968,7.5258098,8.9529066,9.2750578,9.2597523,9.1620951,9.1079416,9.1162415,9.0543375,8.172905,7.9902945,7.7787309,7.779201,7.8411398,6.9444494,6.8755121,6.7531681,10.274719,10.464666,10.438183,10.687669,10.601319,10.620325,10.542623,8.4733105,8.1698217,7.8576884,7.8717418,7.9287596,7.1560225,7.0777659,7.046474,12.549849,12.640019,12.596771,14.018445,13.941697,13.969121,13.903571,7.5904474,7.0474234,6.8063025,6.8444381,6.8836846,6.2674022,6.2190371,6.235301,10.120886,10.383721,10.340043,10.389315,10.326673,10.338982,10.279107,9.0491734,8.8087263,8.5680151,8.5507565,8.6206532,7.6275997,7.5337853,7.4474092,11.21394,11.651766,11.310833,11.141181,11.118537,11.112199,11.144549,10.968986,10.855564,10.758492,10.518491,10.751621,8.5313177,8.4536848,8.2879,8.9459753,9.2414188,9.2327404,9.1620398,9.0955515,9.107688,9.0375948,8.0810604,7.8854842,7.6398273,7.6524439,7.7135134,6.8943849,6.8260903,6.7266521,10.068147,10.315072,10.279964,10.363665,10.294784,10.308797,10.242851,8.8496876,8.5971794,8.3377504,8.3323603,8.3983269,7.4782152,7.3890724,7.3162704,11.531403,11.762696,11.322274,11.311776,11.268254,11.271567,11.272956,10.92883,10.788056,10.669853,10.331254,10.574085,9.14151,9.0345936,8.9198771,11.110066,11.329574,11.225387,11.383451,11.319013,11.336115,11.296545,9.9509163,9.6846113,9.4677858,9.3732462,9.4475346,8.3238087,8.2078209,8.1271706,10.252113,10.526192,10.470068,10.494957,10.437286,10.448171,10.394749,9.3097553,9.0781927,8.8524599,8.8202553,8.895339,7.8167744,7.7171092,7.6202164,11.341039,11.682796,11.30183,11.206906,11.175494,11.174301,11.190269,10.942097,10.813115,10.702462,10.432773,10.675894,8.8291197,8.7351847,8.5979338,9.1346703,9.4762526,9.4485416,9.3247766,9.2785931,9.283742,9.2299376,8.4866734,8.3127193,8.121623,8.1095819,8.1775742,7.162261,7.0866289,6.947269,8.9980497,9.231761,9.2284498,9.258275,9.1662731,9.1826954,9.0946426,7.7380595,7.5089121,7.1878853,7.2134032,7.2654653,6.5881743,6.528966,6.4756823,10.57642,10.771164,10.732902,11.01274,10.933576,10.952704,10.883843,8.7601185,8.4484386,8.1644535,8.1649389,8.2246218,7.3831353,7.2966976,7.2568207,11.34136,11.491658,11.4448,12.057492,11.9774,12.001587,11.93706,8.5799274,8.1850662,7.9130955,7.9156651,7.9677405,7.185421,7.105999,7.0882053,10.727458,11.038376,10.920124,10.875768,10.830827,10.837352,10.808506,10.146096,9.9474163,9.7651825,9.6674156,9.7695827,8.3676939,8.2562122,8.1306009,10.577313,10.685476,10.665256,11.186966,11.082107,11.106375,11.017145,7.8585029,7.485743,7.0893621,7.1208811,7.1670575,6.5750489,6.52075,6.54181,12.077883,12.198957,12.057608,12.432666,12.356257,12.387874,12.359166,10.500699,10.184643,9.9850512,9.7302008,9.7354536,8.8632822,8.7394028,8.6637011,8.811677,8.9691439,8.9721632,9.0737648,8.9613419,8.9804316,8.8498049,7.3530617,7.1039171,6.6639276,6.7023988,6.7473874,6.2029023,6.1590171,6.1611123,13.542661,13.607436,13.546287,15.516396,15.456472,15.507492,15.478194,7.6629686,7.0204682,6.8594346,6.8389297,6.8605485,6.2584171,6.2058535,6.2128711,11.108445,11.424017,11.196424,11.134788,11.092709,11.096951,11.090328,10.635991,10.467807,10.321546,10.132902,10.281529,8.6997986,8.5904684,8.4544973,9.8441372,9.995244,9.983305,10.246469,10.14118,10.161861,10.065309,7.8896623,7.5836864,7.1872711,7.2188373,7.2679973,6.6461792,6.5875764,6.5878201,13.120293,13.172125,13.038015,13.611453,13.529324,13.572108,13.543799,11.225521,10.847012,10.654984,10.192203,10.075845,9.4547424,9.3302526,9.2512569,8.7574091,8.8758936,8.8816147,9.0080433,8.8890762,8.9070997,8.7514582,7.2877417,7.0286593,6.5147066,6.5573492,6.6005688,6.0996451,6.061419,6.0900578,13.994033,14.052161,13.879753,14.193789,14.117093,14.142472,14.114697,12.883974,12.599611,12.423872,11.594615,11.349585,10.769999,10.6431,10.531037,13.031749,13.154823,12.909139,13.042768,12.982698,13.001548,12.986798,12.261444,12.056386,11.904254,11.263282,11.178477,10.355495,10.228524,10.103409,10.341503,10.715778,10.606225,10.471845,10.438648,10.439919,10.418674,9.9601154,9.7924891,9.6353416,9.5467539,9.65483,8.1126928,8.0144281,7.8572373,11.452289,11.516285,11.490615,12.465265,12.367955,12.397657,12.320311,7.4284787,6.9672008,6.5977449,6.6283536,6.6680317,6.1494055,6.1113544,6.1498208,9.8197117,10.060806,10.037055,10.111752,10.036647,10.051354,9.9779282,8.5720348,8.3217955,8.042263,8.0498953,8.112484,7.2658567,7.1839414,7.1194239,10.86867,10.993116,10.96626,11.539381,11.442945,11.46707,11.385617,8.0431862,7.6587882,7.3118844,7.338964,7.3868999,6.739892,6.6779366,6.6860905,14.98569,15.025636,14.985243,18.461502,18.420856,18.461737,18.434803,5.7762356,5.0344124,4.9403424,4.9735413,4.9896951,4.552443,4.5381041,4.5643778,12.421159,12.51559,12.010988,12.066995,12.01684,12.02242,12.012906,11.676522,11.549887,11.450024,10.764139,10.856196,10.116812,10.012189,9.8542719,9.8553505,9.9338322,9.9254427,10.332764,10.216532,10.238794,10.116736,7.4382782,7.0982962,6.5975099,6.6359668,6.6785078,6.1848903,6.1484742,6.1924577,11.504829,11.774646,11.322805,11.281857,11.24463,11.245615,11.254621,10.973536,10.841784,10.729854,10.40692,10.674547,9.0603561,8.9595881,8.8426685,10.126194,10.5395,10.39643,10.217015,10.185038,10.1838,10.178744,9.8231344,9.6832809,9.557744,9.4439583,9.567276,7.8951716,7.8135338,7.6352582,11.300046,11.603615,11.295873,11.238075,11.197801,11.200694,11.202027,10.83003,10.676584,10.544892,10.303454,10.492631,8.866003,8.7589006,8.626502,12.423599,12.548046,12.359076,12.584581,12.514505,12.539523,12.517214,11.353549,11.09792,10.918882,10.499572,10.468904,9.5989943,9.468399,9.3635864,12.126188,12.431777,11.673611,11.615725,11.599121,11.591825,11.639725,11.548945,11.469039,11.400263,10.935173,11.400155,9.3008871,9.2361422,9.1581144,11.478149,11.724448,11.461818,11.473506,11.422519,11.431055,11.42027,10.861151,10.677822,10.523927,10.277007,10.415764,9.0222197,8.90172,8.7827234,8.6007328,8.8887987,8.8888817,8.8152561,8.7388964,8.7536926,8.6784077,7.7039189,7.5124402,7.2490106,7.2693853,7.3244238,6.5933385,6.5341387,6.4434896,11.762399,11.951243,11.576031,11.611521,11.558847,11.566933,11.55941,11.083705,10.921215,10.788559,10.413761,10.57336,9.3635616,9.2456255,9.1252632,11.106085,11.389355,11.220509,11.211565,11.162512,11.170888,11.150607,10.492872,10.293923,10.120487,9.9689541,10.082235,8.6615219,8.5439453,8.4242878,11.455489,11.631349,11.522799,11.827128,11.75577,11.779393,11.74131,9.9059925,9.598525,9.3798141,9.2664948,9.324399,8.309351,8.1938925,8.1286039,12.502118,12.590061,12.450881,12.911472,12.831813,12.869403,12.841796,10.779461,10.439172,10.243369,9.9029408,9.8583183,9.107172,8.9829397,8.9055519,11.366503,11.563374,10.87125,10.853499,10.821383,10.819385,10.829744,10.639227,10.54552,10.466501,10.023217,10.420871,9.0758629,8.9967213,8.9108496,11.16023,11.397003,11.266147,11.356169,11.296619,11.310899,11.278827,10.248025,10.008794,9.8086214,9.6827335,9.7680588,8.5434151,8.4231358,8.3275537,11.114964,11.315258,11.23212,11.487484,11.418209,11.438169,11.391701,9.6073122,9.3079767,9.0752897,9.0103378,9.0762262,8.0541344,7.9454532,7.8818259,13.140517,13.225347,13.163446,14.828497,14.7627,14.799522,14.755822,7.8802013,7.2860093,7.1022153,7.1005106,7.1324086,6.4710727,6.4139438,6.4174008,14.784662,14.831068,14.789476,18.080288,18.031225,18.055428,18.007307,5.8335447,5.1146994,5.0071473,5.0927205,5.116293,4.6585932,4.6479602,4.6791806,11.088689,11.230185,11.195081,11.78202,11.694375,11.718033,11.644259,8.2984324,7.910243,7.6044683,7.6225777,7.6730194,6.9577122,6.886848,6.880733,11.660147,11.858886,11.650167,11.748843,11.687557,11.702966,11.682703,10.828095,10.607914,10.432714,10.178679,10.258768,9.0776806,8.9502583,8.8441133,11.839914,11.976552,11.855073,12.269999,12.194277,12.224822,12.191938,10.059676,9.7260084,9.5164785,9.3481817,9.3809271,8.4648228,8.347352,8.2847538,8.3819704,8.4563828,8.4661417,8.70191,8.5940762,8.6121025,8.3744907,6.4877496,6.2391462,5.7625055,5.811574,5.846293,5.4391418,5.4251747,5.4774551,11.803248,11.941276,11.836568,12.333388,12.257736,12.28884,12.252285,9.7294865,9.3695784,9.1531057,9.031332,9.0714417,8.1685085,8.0582466,8.0072012,13.979163,14.058433,13.85852,14.057795,13.995531,14.019261,14.002852,13.18073,12.956621,12.80184,11.907099,11.665966,11.057134,10.932983,10.806449,15.239124,15.259559,15.229763,19.14472,19.101547,19.127949,19.089062,4.8532834,4.1585035,4.0682573,4.1339459,4.1524811,3.8160717,3.8193123,3.8588135,12.186245,12.306462,12.245697,13.257364,13.183688,13.213499,13.16044,8.4632826,7.9828753,7.7541108,7.7460699,7.7898579,7.0333648,6.9589906,6.9483876,12.408576,12.505511,12.420009,13.389415,13.314601,13.357234,13.322581,9.0321808,8.5579233,8.3537188,8.2670546,8.2937555,7.5370536,7.4470959,7.4230928,10.726253,10.948964,10.886405,11.06781,11.000016,11.016786,10.962472,9.3468599,9.0659819,8.8222857,8.7864485,8.8548126,7.8512115,7.7490211,7.6816597,11.631178,11.798358,11.305861,11.332192,11.283161,11.287955,11.283023,10.910743,10.774959,10.663932,10.238743,10.468165,9.333436,9.2271252,9.1105356,11.870804,12.030112,11.854733,12.055946,11.986876,12.009153,11.984046,10.77324,10.515875,10.327591,10.058259,10.094292,9.0771265,8.9486208,8.854373,11.738083,11.815782,11.784508,12.836548,12.744371,12.773225,12.699173,7.5735216,7.0961013,6.7721786,6.805367,6.8460321,6.283289,6.2381325,6.26721,10.794703,11.037914,10.95458,11.058622,10.997315,11.011564,10.96619,9.7256012,9.4716282,9.2490358,9.1851664,9.2620926,8.137332,8.0268574,7.9412904,12.981007,13.037154,12.960629,14.360537,14.287066,14.351475,14.327618,8.5785666,8.0191813,7.8404932,7.7437086,7.7515068,7.1261568,7.049366,7.0400081,9.1144323,9.2077646,9.208848,9.429162,9.3089886,9.3276062,9.1780396,7.3297963,7.0418057,6.5080152,6.5512142,6.5937285,6.1078725,6.0722775,6.1135621,10.075833,10.127692,10.117833,10.702195,10.590825,10.614077,10.4801,7.0328693,6.6654301,6.1615419,6.1995282,6.2385087,5.806891,5.7861409,5.8409481,11.689977,11.892994,11.655517,11.729403,11.670638,11.684099,11.667353,10.931748,10.726155,10.560439,10.282265,10.375715,9.1627197,9.0361233,8.9243622,13.056149,13.100039,13.064805,14.98526,14.910829,14.943954,14.884069,6.7907696,6.1937757,5.9557576,5.9955802,6.0274997,5.547699,5.5225616,5.5614271,9.5094051,9.7427711,9.7293148,9.7911406,9.7073851,9.7230482,9.6414576,8.2399273,7.9946308,7.6904039,7.7086759,7.766891,7.000598,6.9277015,6.8723335,16.335258,16.392389,16.20063,16.305487,16.267035,16.284019,16.279051,15.906974,15.762724,15.663198,13.945329,13.367229,12.984153,12.895853,12.788607,15.016557,15.049768,15.014961,18.631357,18.582983,18.604792,18.555336,5.2796221,4.5736947,4.4729223,4.570313,4.5922461,4.2016463,4.2005997,4.2388058,9.5715647,9.6947947,9.6886692,9.9358339,9.8210611,9.8414383,9.7277422,7.6739535,7.3714976,6.9074259,6.9447865,6.9910564,6.4337125,6.3844843,6.4050913,11.845467,11.981621,11.894835,12.523318,12.44824,12.479531,12.437954,9.3232565,8.9267139,8.703557,8.6275568,8.6718311,7.8038139,7.7041292,7.6668091,12.326212,12.413895,12.298933,12.936009,12.855464,12.898897,12.869754,10.019817,9.6271849,9.4258413,9.2086906,9.2015448,8.4448967,8.3319607,8.2784243,12.757175,12.834524,12.755177,13.992004,13.919548,13.970685,13.940726,8.7136774,8.1847811,7.9939485,7.9128809,7.931941,7.2430477,7.1624002,7.1481647,10.925569,11.117943,11.062373,11.383902,11.309864,11.330133,11.271521,9.0879602,8.7661095,8.5077991,8.4859619,8.5472536,7.6359649,7.5406985,7.4939861,12.088373,12.246172,12.029187,12.174341,12.109378,12.128527,12.108765,11.186653,10.959219,10.787366,10.427098,10.454424,9.4395924,9.3096371,9.2002831,11.491812,11.610931,10.996463,11.02904,10.982124,10.984536,10.977174,10.671207,10.561222,10.472385,9.9599962,10.236451,9.3489122,9.2568569,9.1386356,11.598947,11.774045,11.630384,11.855453,11.78593,11.808139,11.777705,10.363492,10.088494,9.8865976,9.7051754,9.7602262,8.7046776,8.5807161,8.498785,10.927814,10.984456,10.965742,11.779682,11.675648,11.703101,11.611807,7.2721496,6.8447762,6.4063148,6.438467,6.4774179,6.0018592,5.9716992,6.0186162,9.7532721,10.108287,10.049029,9.9166737,9.8782606,9.8804398,9.838233,9.2538853,9.0785742,8.9010773,8.8600979,8.9436026,7.6845322,7.5929055,7.4420562,8.3830061,8.6520824,8.6562901,8.598381,8.5107374,8.5258999,8.4429913,7.3578191,7.1650329,6.8787837,6.9023499,6.9518852,6.2955608,6.2451115,6.1659789,12.922535,13.015265,12.839859,13.130018,13.056182,13.08489,13.060987,11.753467,11.476695,11.296032,10.763095,10.661378,9.925128,9.7948208,9.6889181,12.285528,12.367883,12.330063,13.64236,13.559375,13.587462,13.518126,7.5219331,6.9993606,6.7280331,6.7662797,6.8056293,6.2208972,6.1753764,6.1984649,9.9381189,10.119441,10.102787,10.324198,10.228998,10.248318,10.161557,8.1487999,7.8544402,7.508389,7.5324845,7.585794,6.8877082,6.8192739,6.797914,8.7564707,8.9688063,8.9702215,9.0259485,8.92558,8.9445181,8.8473511,7.3643432,7.1327167,6.7754002,6.8088737,6.8560815,6.2609253,6.2132936,6.1773691,12.696658,12.830544,12.490921,12.566773,12.510883,12.522701,12.511728,11.995862,11.825511,11.692513,11.083131,11.088194,10.185043,10.062588,9.9273386,10.318125,10.727599,10.524382,10.351056,10.318531,10.316912,10.321204,10.01233,9.8826866,9.7695742,9.6140461,9.7651043,8.0219555,7.9429407,7.7661028,10.314748,10.407028,10.391835,10.874033,10.762894,10.786838,10.688385,7.690002,7.3268318,6.8815618,6.9159999,6.9605632,6.4152975,6.3687072,6.401463,11.178187,11.314581,10.614933,10.627324,10.587674,10.587934,10.585127,10.338671,10.244459,10.167166,9.6889429,10.059685,9.0806503,9.0008192,8.9089451,11.487607,11.696152,11.52357,11.636438,11.574199,11.590353,11.565263,10.581329,10.346573,10.159089,9.9626722,10.042525,8.8517437,8.7260389,8.627449,12.781046,13.10895,13.097294,13.080056,13.366311,13.237208,13.171892,13.467581,13.342732,13.225183,12.933228,13.150702,11.559956,12.04585,12.035863,13.03083,13.362425,13.340151,13.328023,13.514895,13.362758,13.320023,13.503587,13.382436,13.274409,12.919862,13.081562,11.017073,11.603724,11.591508,10.801058,10.960361,10.963865,10.94975,11.045678,10.929537,10.766275,10.771182,10.632566,10.434829,10.19511,10.318995,9.6163998,10.148862,10.171418,9.8017092,9.8560219,9.8322306,9.8497801,9.8421879,9.599102,9.4752378,9.3608503,9.3128939,9.2632217,8.7259321,8.7569714,8.2628613,9.6049156,9.6033258,12.0553,12.304784,12.292919,12.280493,12.46852,12.324094,12.232568,12.400826,12.281742,12.159637,11.84032,12.004864,10.723509,11.326907,11.323792,10.663456,10.781394,10.765378,10.777539,10.80583,10.621861,10.502078,10.408398,10.310782,10.196922,9.7928896,9.8661737,9.079134,9.9972944,10.002736,10.547481,10.675478,10.675858,10.675873,10.715593,10.585098,10.43049,10.3282,10.193463,9.999238,9.7297373,9.8239279,9.1461697,9.7772684,9.8001137,10.539887,10.644262,10.619246,10.630871,10.644545,10.428128,10.31462,10.238762,10.166315,10.089733,9.6091299,9.6648607,8.8361311,9.9431057,9.9421854,10.782143,10.903985,10.876891,10.885297,10.907081,10.690949,10.583606,10.534024,10.460441,10.384871,9.902729,9.963685,8.9912529,10.072467,10.070092,8.2117233,8.3030767,8.3210888,8.2971802,8.2820568,8.2236233,7.829958,7.7270775,7.6146145,7.4342604,7.3298569,7.3865075,6.9060616,7.2140107,7.2441239,10.11146,10.188059,10.178949,10.2162,10.20348,10.02374,9.8929768,9.6243877,9.5180483,9.3780632,8.991045,9.0425606,8.4958172,9.4476852,9.4619341,10.658065,10.77325,10.752863,10.764475,10.788205,10.590388,10.474774,10.393523,10.306522,10.210049,9.7726774,9.8395948,9.013217,10.006814,10.008807,9.3496523,9.428237,9.4400234,9.437397,9.386241,9.2941809,9.0609016,8.8126373,8.6613493,8.3697577,8.2052126,8.2609949,7.7503719,8.2341986,8.2789879,9.8891497,9.9591951,9.958581,9.9978065,9.9614859,9.8166304,9.6657906,9.3070297,9.1700935,8.9477015,8.6547585,8.7062454,8.20609,8.9752951,9.0052156,12.118097,12.479115,12.480121,12.439641,13.059372,12.992889,12.791533,13.483294,13.361393,13.202068,13.009768,13.403765,12.92944,13.115011,13.125133,11.337535,11.559121,11.564023,11.537561,11.769462,11.66853,11.508191,11.709889,11.572005,11.384232,11.164692,11.356211,10.648829,11.06898,11.087204,13.868545,14.280432,14.251755,14.239968,14.419491,14.265939,14.271626,14.453122,14.329004,14.224154,13.853735,14.00914,11.239953,11.797999,11.782346,11.863051,12.101001,12.09296,12.079381,12.278506,12.141278,12.038218,12.212318,12.090828,11.958905,11.659199,11.830411,10.728152,11.307828,11.308401,9.6605673,9.7306509,9.7362318,9.7602682,9.7089128,9.5919476,9.4128609,9.0688696,8.9161167,8.6321754,8.4104433,8.4629164,7.9655104,8.5859327,8.6264887,12.615723,12.879548,12.831223,12.833793,12.865868,12.642889,12.605361,12.611892,12.533098,12.459672,11.949642,12.021486,9.7145443,10.681367,10.672499,12.06347,12.363682,12.36659,12.339937,12.748755,12.655088,12.530551,12.958172,12.830117,12.67254,12.460091,12.746562,11.995811,12.353527,12.361672,7.3461833,7.418066,7.4399266,7.4297295,7.38798,7.3407283,6.9291229,6.7767792,6.6786981,6.5124207,6.4222631,6.4588604,6.03543,6.3341775,6.3659258,9.9524994,10.017115,9.9997482,10.02616,10.019262,9.7978611,9.6737604,9.5059004,9.4388599,9.3633204,8.872735,8.9114914,8.3919964,9.5969143,9.5995598,12.263741,12.613367,12.617762,12.58618,13.147692,13.073659,12.935748,13.554394,13.431772,13.274261,13.082667,13.454466,12.861179,13.118374,13.128998,10.952692,11.08534,11.053578,11.060636,11.080655,10.854024,10.754603,10.720539,10.653675,10.587734,10.078379,10.135973,9.0001812,10.12277,10.118391,9.5485802,9.5945024,9.5950508,9.6636286,9.612792,9.4563341,9.3077278,8.7993679,8.6644764,8.4293919,8.1180916,8.154109,7.7732587,8.6416664,8.6727715,11.648386,11.850843,11.833574,11.828808,11.93862,11.771834,11.674486,11.740433,11.632123,11.519685,11.149024,11.269164,10.050406,10.795624,10.793855,10.082688,10.1618,10.157547,10.192871,10.173277,10.015216,9.8746309,9.5768719,9.4523001,9.2703962,8.9396715,8.9955883,8.4512939,9.2809029,9.3032084,11.101781,11.260873,11.248718,11.249142,11.327521,11.164751,11.047747,11.042783,10.931952,10.803299,10.447372,10.552052,9.6414318,10.407565,10.413146,11.304693,11.492738,11.487425,11.478439,11.614397,11.475909,11.352091,11.424453,11.300854,11.150861,10.851026,10.989702,10.11235,10.735591,10.744575,8.2604494,8.3335018,8.3515787,8.3372469,8.2802162,8.2166576,7.875351,7.6853628,7.5596409,7.3197503,7.2098904,7.2529602,6.7932572,7.1509457,7.1927109,10.59726,10.712725,10.70119,10.714894,10.741206,10.570051,10.444027,10.324655,10.21682,10.083037,9.7110748,9.7870436,9.0562525,9.9109306,9.9209309,11.789777,12.033243,12.030419,12.012725,12.255334,12.133057,12.017947,12.239214,12.112637,11.965538,11.699937,11.89544,10.960301,11.470137,11.475218,11.066907,11.214808,11.193593,11.198174,11.247465,11.057249,10.949955,10.925577,10.832695,10.733665,10.311335,10.394435,9.376502,10.291315,10.291159,12.073809,12.309823,12.287788,12.281733,12.398386,12.227909,12.148417,12.236385,12.128081,12.023185,11.637653,11.760929,10.235156,10.969644,10.963614,10.326647,10.45619,10.463195,10.450403,10.489772,10.3816,10.189442,10.107973,9.9647532,9.7420979,9.5298033,9.6279049,8.9899511,9.5054054,9.5352869,9.7481623,9.8003922,9.774848,9.7848063,9.7800922,9.5226946,9.3999672,9.3342552,9.2990808,9.2639446,8.6961508,8.7230186,8.2029819,9.635211,9.6322851,12.464106,12.770302,12.763841,12.744667,13.056258,12.935397,12.850642,13.171723,13.046798,12.920646,12.655705,12.888497,11.623339,12.08655,12.081007,10.275558,10.439827,10.452296,10.412857,10.530005,10.451186,10.185557,10.263859,10.122197,9.9054556,9.7602577,9.8952465,9.3015089,9.6361732,9.6664438,10.72827,10.902923,10.911762,10.883087,11.014738,10.919278,10.718482,10.793265,10.649698,10.436234,10.244762,10.387847,9.7348518,10.150529,10.177178,10.850841,10.999298,10.996133,10.993854,11.067481,10.928847,10.790111,10.753654,10.626109,10.456852,10.16228,10.270631,9.5173855,10.172447,10.188475,9.7359056,9.7906561,9.7863855,9.8419552,9.8043938,9.633873,9.4944324,9.0780935,8.9573021,8.7687273,8.4185038,8.4585524,8.0420074,8.9724226,8.9969263,11.832644,12.034365,11.998326,12.000896,12.043877,11.831837,11.758101,11.76431,11.681778,11.60405,11.120028,11.196702,9.5410604,10.509433,10.502381,14.012488,14.417851,14.371478,14.367394,14.437624,14.248158,14.275912,14.337224,14.232834,14.13951,13.688179,13.783139,10.58857,11.314691,11.302357,9.0928974,9.1133423,9.0991564,9.1036081,9.1014433,8.8234196,8.6938429,8.670579,8.6595268,8.6485491,8.0392733,8.0501738,7.8152814,9.4761744,9.4742966,10.736195,10.845624,10.812462,10.818678,10.818843,10.543401,10.446035,10.417275,10.386558,10.354791,9.7311316,9.7572317,8.5370255,9.9395838,9.9354115,10.125129,10.225155,10.228531,10.236199,10.229238,10.105629,9.9342766,9.7295198,9.5876465,9.360939,9.115202,9.1884661,8.5929174,9.2155743,9.2463989,11.456304,11.649446,11.638437,11.63206,11.756605,11.603586,11.493283,11.56361,11.44827,11.319127,10.984009,11.114183,10.093875,10.781999,10.785114,10.925224,11.072652,11.064151,11.066011,11.134234,10.979494,10.853432,10.81718,10.700189,10.555511,10.220668,10.322267,9.5084438,10.245697,10.255935,11.108429,11.250196,11.213343,11.220175,11.234727,10.995554,10.904368,10.876422,10.817683,10.760936,10.219904,10.271676,8.9617329,10.137442,10.131932,9.9547796,10.036395,10.038348,10.061752,10.032074,9.9009237,9.7381792,9.4437981,9.3014288,9.066102,8.8050976,8.8649654,8.3222837,9.004262,9.0366392,11.213083,11.3695,11.343228,11.347284,11.39185,11.190335,11.091221,11.077175,10.991306,10.904381,10.452934,10.531047,9.3650103,10.327642,10.324547,10.366864,10.474363,10.472466,10.484917,10.495165,10.353893,10.205463,10.027814,9.8967733,9.706707,9.4132833,9.4902954,8.852066,9.559103,9.5818377,10.287285,10.374763,10.357223,10.379304,10.382401,10.18069,10.058456,9.9063005,9.8218594,9.7239418,9.2791653,9.3324966,8.6835585,9.7380419,9.7427082,10.57022,10.688624,10.682311,10.693315,10.721862,10.567975,10.432658,10.303998,10.1833,10.022584,9.6942167,9.7765112,9.0776682,9.8392286,9.8549891,9.5146799,9.5530939,9.5294962,9.5395842,9.5318766,9.2700367,9.142745,9.0706606,9.0402699,9.0102644,8.4356422,8.457613,8.0649853,9.552846,9.5501413,13.058437,13.373312,13.336351,13.332046,13.419004,13.232667,13.2051,13.275394,13.170346,13.076822,12.640002,12.745485,10.346519,11.102981,11.091855,11.123003,11.389459,11.389154,11.335804,11.728593,11.652177,11.34435,11.765876,11.632883,11.455701,11.294835,11.551969,11.06198,11.256246,11.268261,9.776844,9.8653784,9.8731184,9.8769541,9.846735,9.7384911,9.5396404,9.3028975,9.1542082,8.8926764,8.6881218,8.7528801,8.2019625,8.7576294,8.7958994,10.26313,10.354359,10.347578,10.374352,10.370629,10.207616,10.071951,9.8428917,9.7250147,9.5634527,9.216486,9.2793007,8.6760492,9.5170441,9.5346279,10.056815,10.128049,10.114217,10.147346,10.1386,9.9363565,9.8105412,9.5912685,9.5058012,9.4030352,8.9589891,9.0041018,8.466012,9.5511923,9.5584478,9.1842632,9.251092,9.2630711,9.2671299,9.19804,9.1078568,8.8817396,8.5804129,8.4222479,8.0890341,7.9328432,7.9807181,7.5067115,7.9910088,8.0408964,9.6719646,9.7309456,9.7326508,9.7802706,9.7286034,9.591711,9.4333105,9.0038347,8.8583632,8.5991001,8.3304386,8.3754482,7.9225745,8.6637545,8.6993265,9.5579662,9.6013765,9.5809402,9.5871258,9.5857782,9.3099842,9.1883612,9.1608191,9.1432152,9.1252956,8.5142641,8.5308676,8.027915,9.6025763,9.5999594,9.341238,9.3765965,9.3784733,9.4669065,9.409421,9.2567415,9.1003551,8.4836416,8.3434381,8.0846558,7.7864418,7.8164945,7.4869041,8.3562794,8.3890724,10.285148,10.370741,10.341465,10.351074,10.354168,10.10887,9.9960747,9.9396362,9.8912239,9.8427763,9.2965336,9.335598,8.5352783,9.8323383,9.8288784,10.320361,10.41238,10.400456,10.425546,10.428281,10.247302,10.119888,9.9305277,9.8281536,9.6994867,9.3058434,9.3659458,8.7330856,9.6695509,9.6802349,12.381419,12.694267,12.69207,12.669793,13.047471,12.939324,12.843005,13.238919,13.113039,12.978125,12.74684,13.016475,11.980856,12.387094,12.384315,11.389136,11.641378,11.648523,11.610198,11.930302,11.847652,11.650101,11.97408,11.835403,11.641282,11.453515,11.688304,11.075928,11.383732,11.403547,11.605816,11.841721,11.842752,11.821754,12.071338,11.959604,11.827166,12.051311,11.91984,11.754672,11.510151,11.710037,10.906822,11.373776,11.385029,11.569159,11.742012,11.696934,11.703095,11.713459,11.461887,11.388495,11.367128,11.31439,11.263247,10.690481,10.738975,9.0471029,10.241467,10.235064,9.7407484,9.8662605,9.8798113,9.8519106,9.8859634,9.8034792,9.5274305,9.4764004,9.3371935,9.1128521,8.9628611,9.0566549,8.475894,8.8646536,8.8978882,11.154763,11.337886,11.337317,11.324603,11.462571,11.337244,11.197607,11.265756,11.134305,10.962473,10.694578,10.836808,10.054125,10.616807,10.631798,9.0847254,9.1410217,9.1508694,9.1777344,9.1055946,9.007431,8.7898293,8.3945904,8.2382784,7.9032059,7.7302022,7.7715073,7.3360581,7.8844218,7.9320993,10.37571,10.466381,10.435087,10.44333,10.446026,10.190921,10.082596,10.040236,9.9987421,9.9576883,9.3865891,9.4219656,8.5150194,9.8571692,9.8530807,14.877264,15.39327,15.359002,15.347248,15.494438,15.339378,15.413291,15.564998,15.438982,15.333408,14.955229,15.087584,11.419089,11.949458,11.932585,9.8523741,9.9114046,9.9055481,9.9580774,9.9326973,9.7476063,9.6153183,9.2582026,9.152401,9.0065727,8.6132641,8.6541147,8.2110186,9.2207661,9.2377501,10.727862,10.951902,10.962019,10.910171,11.183722,11.11285,10.816939,11.102683,10.966084,10.770158,10.63122,10.835752,10.305765,10.534584,10.556412,10.240449,10.323549,10.300929,10.318581,10.320643,10.101598,9.9821396,9.8647814,9.7951145,9.7192974,9.234108,9.281352,8.6129045,9.7673016,9.7679138,11.109169,11.263673,11.246244,11.249027,11.311814,11.133646,11.023269,11.009137,10.908217,10.797193,10.403818,10.496902,9.5137053,10.360791,10.362652,12.620591,13.01069,13.014643,12.986769,13.644578,13.574079,13.466072,14.204049,14.089717,13.950317,13.781853,14.217319,13.602874,13.83887,13.843605,9.2077579,9.250782,9.2545481,9.3229141,9.2581854,9.1316347,8.9473324,8.3969107,8.2485447,7.9561448,7.7151241,7.749505,7.3741508,8.0978394,8.1369724,9.8035355,9.8586302,9.8455477,9.881032,9.8687458,9.6484938,9.5219851,9.3016167,9.2324533,9.1521883,8.6664324,8.7007065,8.2609587,9.4801016,9.4848404,9.9205532,9.9827957,9.9732971,10.018913,10.001117,9.8048115,9.6761332,9.3780079,9.2844162,9.1657619,8.7408628,8.7820911,8.3116312,9.3794069,9.3908587,11.609506,11.799607,11.773643,11.773746,11.841509,11.650634,11.561186,11.583852,11.489201,11.395742,10.965639,11.059114,9.6997776,10.573627,10.569089,9.7806625,9.8346548,9.8154802,9.8384056,9.8302088,9.5938625,9.4691544,9.3267345,9.2737131,9.216608,8.6921501,8.7238197,8.2598639,9.5704603,9.5706387,9.3364382,9.3887053,9.3941517,9.4410944,9.3749065,9.2575912,9.0728807,8.6091356,8.4546022,8.144062,7.9248414,7.9653096,7.5415568,8.193738,8.2364845,9.653019,9.7571955,9.7691231,9.7552891,9.7481995,9.6559944,9.4102945,9.2654018,9.1226177,8.8798151,8.7095699,8.784749,8.2158928,8.6774702,8.7141209,12.378402,12.711314,12.712943,12.687001,13.159643,13.067243,12.960484,13.468722,13.34413,13.200453,12.999637,13.323477,12.504938,12.840103,12.841509,12.379042,12.65371,12.637752,12.625589,12.811832,12.66291,12.587379,12.761436,12.642688,12.528132,12.192617,12.35546,10.813842,11.419768,11.412749,10.16483,10.242497,10.215868,10.228741,10.229363,9.9928732,9.8751612,9.7914906,9.7365303,9.6798344,9.1556072,9.196043,8.5104389,9.7703991,9.7682753,12.372311,12.627387,12.597157,12.593401,12.684042,12.499598,12.438302,12.503534,12.400759,12.305784,11.881399,11.988973,10.134679,10.921577,10.912984,9.6403322,9.635148,9.5781221,9.8111801,9.7073812,9.6854782,9.6360483,8.5526581,8.4055233,8.2810698,8.06985,8.1105099,7.7919788,8.2028856,8.0977955,9.8944044,9.8814688,9.8360291,10.134889,10.01869,10.025845,9.9798994,8.6234312,8.4563351,8.3193798,8.1146154,8.152566,7.8606277,8.2325888,8.1596336,8.6899529,8.7263384,8.5053988,8.5719194,8.5367622,8.4379253,8.3808622,8.1612329,8.1083555,8.0643196,7.7228169,7.8558397,7.438293,8.0489635,7.7456779,9.9305401,9.9428129,9.8895245,10.245972,10.180964,10.093422,10.016071,8.1850138,7.998363,7.9062481,7.622623,7.6634107,7.3064508,7.9948497,7.9356446,9.6155748,9.6077747,9.5446672,9.7205858,9.5987215,9.5758152,9.5342007,8.8207111,8.6956873,8.5562849,8.3692293,8.4097767,8.1152487,8.4547806,8.3167429,9.1729593,9.2070036,9.1077251,9.204196,9.1564045,9.0276432,8.9490795,8.4438829,8.3566332,8.2903433,7.9455409,8.0100994,7.6019764,8.3980932,8.2406178,8.9240713,8.9560461,8.8461876,8.9408731,8.8908749,8.7818899,8.713131,8.2724361,8.19063,8.1260195,7.8189116,7.8878574,7.4710531,8.1543179,7.9207611,9.0634537,9.0740623,8.9974575,9.147727,9.0704155,9.0091028,8.9547672,8.2471876,8.13484,8.0414162,7.8175769,7.8644676,7.4974017,7.9753942,7.7721572,8.6504955,8.6814241,8.5639954,8.6565037,8.6081123,8.5107441,8.4487991,8.0744324,8.0010271,7.9415512,7.6579304,7.7303195,7.3157058,7.9320793,7.6265197,9.0474033,9.0838633,8.9598198,9.0387459,8.9945126,8.8683147,8.7934084,8.4084435,8.3332071,8.2737637,7.9253707,8.0033102,7.5835586,8.3547239,8.1590452,8.4987955,8.4994431,8.4203539,8.5423155,8.4571009,8.4111309,8.3785219,7.9260869,7.8354526,7.743856,7.5895996,7.626471,7.3112631,7.6208348,7.3131714,8.5381708,8.5644913,8.4629974,8.5674562,8.5143576,8.4288883,8.3711824,7.9518905,7.8740029,7.8105907,7.5583057,7.6204796,7.2187395,7.7758279,7.4478903,8.827611,8.8312654,8.7543402,8.8884392,8.802495,8.7544785,8.7116928,8.1536503,8.0523119,7.9553623,7.7721343,7.8140364,7.4772558,7.8488083,7.5932469,9.2523966,9.2491159,9.1774263,9.3269377,9.2218742,9.1851854,9.1432934,8.5238676,8.4105282,8.2910938,8.1069059,8.1478348,7.8329029,8.1831465,7.9947295,9.8898993,9.8777752,9.8249311,10.04159,9.9070053,9.9022999,9.8616066,8.9897118,8.8507786,8.6965084,8.5079956,8.5474653,8.2719793,8.5996218,8.5001411,9.2218418,9.257761,9.1791506,9.2420588,9.2108488,9.0255795,8.9259081,8.550312,8.4858236,8.4369936,7.9904585,8.0444078,7.7084184,8.8212118,8.7446699,7.8530345,7.8733993,7.7892628,7.9035349,7.8522825,7.7910171,7.7465453,7.386971,7.3218279,7.2665348,7.0774765,7.1281652,6.766943,7.1944971,6.7347212,8.6333551,8.6265459,8.5407696,8.6563606,8.5589218,8.5116444,8.4876976,8.0706959,7.9774256,7.8744774,7.7320337,7.7650585,7.4707212,7.7417417,7.4667163,8.2872248,8.3162851,8.196393,8.291111,8.245573,8.1609974,8.1065054,7.7887135,7.7246509,7.6715965,7.4156976,7.4889975,7.0868955,7.6343298,7.2443395,9.7114391,9.7134562,9.6590548,9.9571753,9.8756361,9.8351984,9.7740269,8.272377,8.1024723,7.9964557,7.7537794,7.7946763,7.4470043,7.9737072,7.892396,7.980401,7.9855528,7.9103642,8.030221,7.9581766,7.9122419,7.885056,7.4918594,7.4145875,7.3398581,7.2036304,7.2378378,6.9306688,7.2217684,6.8316469,9.0439816,9.0835352,8.8931036,8.9513302,8.914464,8.7882109,8.7168388,8.4520063,8.3913689,8.3420706,7.9595017,8.074482,7.6523008,8.4136686,8.2138195,9.1497936,9.1845665,9.1042519,9.1398182,9.1174297,8.9082603,8.801013,8.5658236,8.5204401,8.4844284,7.9876041,8.0414858,7.7448554,8.9974852,8.9417219,9.5398569,9.5281029,9.4574528,9.5961103,9.4625235,9.4364319,9.4026108,8.9266119,8.8166389,8.6690168,8.5060349,8.5439034,8.2703238,8.5466261,8.3747425,9.323019,9.3289747,9.2598515,9.4425097,9.3581944,9.306097,9.2509098,8.3662109,8.2377462,8.1340866,7.907136,7.9517999,7.5962677,8.0736933,7.9230847,9.8582048,9.878129,9.8247309,10.13525,10.078802,9.9613543,9.8765059,8.2543564,8.0843287,7.9988203,7.6841612,7.7253108,7.3692398,8.1589184,8.1018152,9.973176,9.969636,9.9232521,10.334311,10.252325,10.228896,10.166679,8.1185303,7.9152398,7.8093748,7.5705676,7.6084871,7.2733822,7.7931457,7.7364664,9.1546602,9.194356,9.0507612,9.1119509,9.0742006,8.9301453,8.8492184,8.5303879,8.4641008,8.4113407,8.0163317,8.1056805,7.6940317,8.5592451,8.4056349,9.3443871,9.3762312,9.3338165,9.4508791,9.4200411,9.2267227,9.1216106,8.4426088,8.356246,8.3009739,7.8602352,7.8956289,7.6047597,8.7713032,8.7271032,7.3361707,7.3471007,7.2832851,7.4075079,7.3493886,7.3097634,7.2899666,6.9597092,6.8987899,6.8409839,6.7316794,6.7620144,6.4789157,6.7389469,6.2554045,9.2238264,9.2643299,9.0978317,9.1411638,9.1105947,8.9485044,8.8617086,8.6129122,8.5577812,8.5134048,8.068162,8.1699095,7.7838955,8.7499743,8.6389551,7.1759119,7.1907887,7.1334262,7.2606969,7.2090893,7.1724725,7.1477118,6.8253551,6.769382,6.7187057,6.5997872,6.6327367,6.3445659,6.6230998,6.0963407,8.7912874,8.8268242,8.6815882,8.7589045,8.7159328,8.6063499,8.5406332,8.2245054,8.1574097,8.1029015,7.7800932,7.8692665,7.4446473,8.1207314,7.8479252,8.0519419,8.076354,7.9778123,8.0838957,8.035141,7.9630804,7.9136353,7.5692487,7.5040617,7.4495206,7.230433,7.2903991,6.9084735,7.3931036,6.9618983,8.4113855,8.43262,8.342741,8.456953,8.3991814,8.3264284,8.2740049,7.8255744,7.7450399,7.6783166,7.4568043,7.5108485,7.1262698,7.6176596,7.2677107,10.658625,10.632133,10.607838,10.876365,10.668797,10.728614,10.70116,9.9063568,9.7626905,9.5305176,9.3692446,9.4029417,9.2183409,9.4173813,9.3743639,9.1115789,9.1156826,9.0419102,9.194273,9.1061516,9.0574837,9.008954,8.3226118,8.2089415,8.1056862,7.9019566,7.9457436,7.60075,8.0164862,7.8170009,8.8636541,8.8903351,8.793498,8.9038382,8.8476744,8.7533426,8.689455,8.1807423,8.0915117,8.020937,7.7467337,7.8071985,7.4005203,8.0129805,7.7640505,9.4200048,9.4186773,9.3526783,9.5355349,9.4357843,9.3998127,9.351409,8.5200024,8.3915911,8.2736435,8.0677547,8.1100149,7.7818184,8.1877193,8.0419159,8.7558517,8.7716351,8.688756,8.8177204,8.7495279,8.6815023,8.628088,8.0569448,7.9600363,7.8793106,7.6581497,7.7076945,7.3303719,7.8123665,7.54213,7.7898793,7.8066907,7.7308559,7.8503532,7.7953339,7.7415276,7.70083,7.3230662,7.2558117,7.1977258,7.0286403,7.0729475,6.7278981,7.1119618,6.6511407,8.7986355,8.8200464,8.7311935,8.8524351,8.7906075,8.7099085,8.651185,8.1025047,8.0088167,7.9334326,7.6873436,7.7419233,7.3481793,7.8937402,7.6307797,10.927095,10.90774,10.857062,10.97611,10.721064,10.720695,10.699961,10.691897,10.598426,10.32047,10.197443,10.230486,10.06705,10.218846,10.113385,9.4626369,9.4947844,9.4425917,9.5914402,9.5521545,9.3829336,9.2850256,8.4450016,8.3394594,8.2736378,7.8741856,7.9151502,7.5825353,8.6145077,8.5585518,7.6028819,7.6277413,7.5185919,7.6227093,7.5827518,7.5182762,7.4754114,7.2200751,7.1700916,7.127264,6.9200869,6.987041,6.6235056,7.0697393,6.5508456,8.2886333,8.3006878,8.2226229,8.3459129,8.278429,8.2238846,8.181179,7.717011,7.6333885,7.5592175,7.3808646,7.4243269,7.0747595,7.4618292,7.1008844,9.0965137,9.0868855,9.007618,9.1322289,9.018672,8.9812851,8.9503813,8.4989405,8.3964348,8.2731094,8.117671,8.1534748,7.8643212,8.1412983,7.9211931,9.3167295,9.3492155,9.2679014,9.385499,9.3372297,9.2012148,9.1174688,8.4737272,8.3754301,8.305069,7.9510202,8.0065508,7.6158195,8.4634371,8.3490238,9.1989794,9.2368422,9.1218176,9.1567841,9.131876,8.9383516,8.8380432,8.6109142,8.563098,8.5247316,8.0417929,8.1149216,7.7793221,8.9330072,8.8616695,9.2962027,9.3168354,9.2405291,9.4012651,9.336997,9.2459745,9.1770601,8.3464355,8.2271814,8.1412773,7.860806,7.9116054,7.5217233,8.1623688,8.0181656,9.562273,9.5912991,9.5336618,9.7218256,9.6741819,9.530036,9.4396801,8.4086351,8.283268,8.2078295,7.8488946,7.8926659,7.5351171,8.4414158,8.3755255,9.2969942,9.3324881,9.2533112,9.3460579,9.3060532,9.1452866,9.053299,8.5250444,8.4412689,8.3803329,7.9819093,8.0366554,7.6668129,8.6431112,8.5500565,9.2260714,9.2652273,9.1537838,9.2102261,9.1767988,9.0069675,8.9146156,8.5858583,8.522234,8.472456,8.0409603,8.1129055,7.7360692,8.7514439,8.6496553,9.4476519,9.477046,9.4084778,9.5645809,9.5139408,9.3810062,9.2959976,8.4411802,8.3260517,8.2500343,7.9038906,7.9530015,7.5749397,8.4208841,8.330739,7.5171647,7.531621,7.4647484,7.5881267,7.5332632,7.4887314,7.4549866,7.0993786,7.0365973,6.9809561,6.8380384,6.8759542,6.5577455,6.8857288,6.3922682,9.5846148,9.6143112,9.5733614,9.773613,9.736371,9.5599422,9.4584379,8.3555422,8.2342024,8.168416,7.7673492,7.8023195,7.4980211,8.5656538,8.5240507,9.2183237,9.2557449,9.1519327,9.2297382,9.1888533,9.0394373,8.9537182,8.5265617,8.449543,8.3905525,8.0037966,8.0715189,7.6742139,8.578351,8.4502506,9.3019066,9.3351307,9.2816839,9.3782263,9.3458128,9.1578569,9.0550346,8.4886007,8.4090214,8.3544741,7.9164786,7.9573956,7.6460891,8.7814131,8.7253733,9.6839352,9.6936207,9.6357803,9.9153576,9.8433838,9.7769384,9.708663,8.268568,8.1046047,8.0066156,7.7418098,7.7845068,7.4218636,8.0282669,7.9459357,7.4851379,7.4796653,7.3592863,7.4591746,7.3830161,7.2860403,7.3153009,6.9841356,6.9109983,6.8384275,6.7473788,6.7673631,6.5071392,6.7624831,6.4043126,9.5395803,9.5419559,9.4812222,9.7147017,9.6280565,9.5860529,9.5292177,8.3760128,8.2278738,8.1190548,7.8869958,7.929492,7.5823979,8.0702572,7.9610233,9.4760752,9.4997215,9.4312191,9.6158743,9.5572367,9.4485121,9.3709431,8.3850307,8.2564011,8.1723309,7.8621087,7.9105287,7.5275512,8.2667418,8.1662188,9.4884682,9.5055218,9.4387293,9.6458826,9.5793638,9.4935141,9.4229021,8.3404779,8.2021513,8.1108837,7.830586,7.8773551,7.4989119,8.1468649,8.0396338,9.0939884,9.1175375,9.0316401,9.1626587,9.1015053,9.0084076,8.9419355,8.2898722,8.1860027,8.1067486,7.8298864,7.8848877,7.4857564,8.1109762,7.919744,11.145494,11.126312,11.097294,11.276962,11.011626,11.042813,11.022825,10.826664,10.720871,10.427053,10.297106,10.331289,10.184139,10.342757,10.284638,7.2725739,7.2938385,7.2115378,7.3260417,7.2847905,7.2322192,7.1944404,6.9246421,6.8762875,6.8338141,6.6615601,6.7130208,6.3770647,6.7692909,6.2078562,9.9932146,9.9712276,9.8993845,10.01779,9.8404179,9.8209753,9.795249,9.5334654,9.4287415,9.2369232,9.0956316,9.1281147,8.9024925,9.0990009,8.9493914,9.6648293,9.6818905,9.6220627,9.8778467,9.8142385,9.7213917,9.6458216,8.303483,8.1484623,8.0576038,7.7661495,7.8102469,7.4400296,8.1352682,8.0555811,10.222665,10.203856,10.164083,10.424845,10.265596,10.290164,10.254352,9.2799129,9.1301231,8.9502058,8.76999,8.8073778,8.5680132,8.8487816,8.7807531,9.2030039,9.2356062,9.1774521,9.245944,9.2175627,9.0197878,8.91467,8.5041075,8.4403019,8.3937159,7.932085,7.9746571,7.6781702,8.8709927,8.812027,8.0854769,8.0844355,7.9999638,8.1140223,8.0337,7.9815931,7.9645219,7.5828257,7.5015497,7.4189992,7.2914891,7.3220692,7.0292697,7.2954412,6.9447355,7.4311047,7.4366798,7.3651137,7.4844508,7.4209771,7.3726401,7.3639364,7.0322089,6.9650607,6.9007964,6.7923083,6.8186798,6.5457735,6.7917757,6.3463278,10.247377,10.223932,10.194098,10.566149,10.421953,10.475397,10.436601,8.8745136,8.6906319,8.5279741,8.3373718,8.3722239,8.1283312,8.4207649,8.3763485,7.8731885,7.8832054,7.8115706,7.9339652,7.8690391,7.8231621,7.7901134,7.3942552,7.320858,7.2532535,7.1075935,7.1448202,6.8249006,7.1447706,6.7209578,8.825572,8.8077335,8.6998234,8.8009472,8.6829634,8.6189222,8.615736,8.2661667,8.1699972,8.0494337,7.9216981,7.9477925,7.6817575,7.9160352,7.689002,8.4109411,8.417429,8.3401775,8.4647579,8.3885307,8.3393898,8.3008623,7.8283973,7.7400575,7.6569576,7.4901533,7.5303168,7.1967025,7.5457573,7.2150059,9.2934895,9.3066311,9.2341537,9.4096775,9.336132,9.2661991,9.2044573,8.3227615,8.1971922,8.1030903,7.85255,7.9000521,7.5245752,8.0766611,7.9262881,10.996778,10.979393,10.939269,11.092391,10.839497,10.851761,10.8296,10.687343,10.585711,10.307858,10.175514,10.21095,10.048289,10.220971,10.139133,9.3120346,9.3395796,9.2599001,9.3997879,9.344039,9.2298336,9.1532497,8.4097395,8.3000917,8.2220793,7.905242,7.9590697,7.5634165,8.3069391,8.1760855,10.020475,10.008684,9.9679823,10.397375,10.303369,10.311069,10.256287,8.1682653,7.9617023,7.8465891,7.6242042,7.6605129,7.3471732,7.7908607,7.7386789,8.9476843,8.9445782,8.8675165,8.9983349,8.8993044,8.8582335,8.8214293,8.3087912,8.2065277,8.0970984,7.9292727,7.9680367,7.6556754,7.976141,7.7376919,8.9522896,8.9741821,8.9364662,8.9646797,8.9507685,8.7103148,8.5910082,8.41189,8.381671,8.3579931,7.8162241,7.8440976,7.6652536,9.1320038,9.098918,10.008692,9.9947586,9.935483,10.094574,9.9334097,9.9222565,9.8890123,9.4025402,9.2864017,9.1072607,8.943078,8.9818821,8.7356243,8.9987688,8.8712902,8.1669703,8.155467,8.0390043,8.1381111,8.0442696,7.9623766,7.9721494,7.6098409,7.5234776,7.4310365,7.3154044,7.3392992,7.0646281,7.318439,7.0314012,9.0629425,9.0801058,8.9994383,9.1425409,9.0739021,8.9976816,8.9373903,8.2427464,8.1336136,8.0478096,7.7998371,7.8504968,7.4651232,8.0124941,7.8116822,9.1244259,9.1535454,9.0611868,9.1760731,9.1215219,9.0116835,8.9395514,8.3562641,8.2599516,8.1869726,7.8795471,7.9392591,7.532063,8.2351103,8.0557432,10.107989,10.089754,10.054778,10.482403,10.370358,10.404817,10.357611,8.3676653,8.1639223,8.0332317,7.8251057,7.8601956,7.5762734,7.9462862,7.898973,9.7652712,9.759531,9.7093287,10.015344,9.920454,9.9051619,9.8513737,8.3632193,8.1918106,8.0743771,7.8511863,7.8903699,7.5655208,8.0149126,7.9368391,9.7260618,9.752636,9.7014732,9.9503307,9.9022865,9.7571611,9.6650085,8.330595,8.1849747,8.1077919,7.7551665,7.7953162,7.451159,8.3601351,8.30723,9.6210699,9.6449451,9.5847063,9.8069658,9.7514095,9.6323776,9.5494699,8.3593121,8.2181044,8.1346359,7.8113761,7.8561506,7.486517,8.2816677,8.206974,9.4995661,9.509326,9.4452047,9.6684742,9.5929327,9.5297976,9.4662161,8.3273439,8.182683,8.083601,7.8296328,7.8742862,7.5080714,8.0714397,7.9607496,9.3936749,9.4268103,9.36098,9.4862947,9.4437485,9.2864428,9.1937952,8.48633,8.3874769,8.3206558,7.9344392,7.9823809,7.6221294,8.5878534,8.5106316,9.9468336,9.9513569,9.9005375,10.284754,10.211519,10.155822,10.086141,8.1388941,7.9428802,7.8439898,7.5851831,7.6247377,7.2750421,7.8745117,7.8152409,8.715826,8.7260294,8.6468906,8.7785358,8.703517,8.646389,8.5987015,8.0368681,7.9391661,7.853013,7.6545048,7.6997957,7.3417091,7.7629642,7.4861555,7.0320802,7.0490947,6.9889984,7.1135125,7.0689244,7.0289965,6.9976645,6.7015424,6.6524982,6.6094112,6.4778194,6.5149908,6.212326,6.5309277,5.9575262,8.2205763,8.252099,8.0988302,8.1853638,8.1466169,8.0623608,8.0108356,7.7615767,7.7075057,7.6621923,7.3892093,7.4833369,7.0807528,7.6235471,7.2153821,9.4076719,9.3874397,9.3011169,9.411726,9.269022,9.2313232,9.2096682,8.8801041,8.777091,8.6269579,8.4867773,8.5162125,8.2619753,8.4792004,8.2880116,7.035779,7.0545025,6.9889684,7.1101446,7.0686603,7.0247378,6.991478,6.7136273,6.6672792,6.6261592,6.481863,6.5244098,6.2113771,6.5573425,5.9742103,8.3577833,8.3743553,8.2916527,8.4121618,8.3494177,8.2863598,8.2383909,7.7699561,7.6868067,7.6160464,7.4167194,7.4650078,7.0967851,7.5359106,7.1813726,10.906594,10.789097,10.717517,11.379992,11.292687,11.22404,11.240178,7.9164724,7.5512176,7.4054937,7.2954798,7.2968559,7.0493202,7.3405747,7.3868914,11.305181,11.202289,11.130084,11.94044,11.855619,11.784251,11.784345,7.9228892,7.5278573,7.3891501,7.2754426,7.2749367,7.0316577,7.3175821,7.3597412,12.599434,12.5437,12.471646,13.77366,13.681659,13.608382,13.584406,8.2671623,7.7735219,7.6498218,7.5054107,7.4854546,7.2600651,7.5206943,7.5321507,9.2176113,8.9644432,8.8550692,8.9285784,8.8272181,8.7821169,8.8315125,8.1550322,7.9045639,7.7463183,7.6831756,7.6749201,7.5054202,7.5290341,7.6494241,9.517601,9.3076878,9.1846075,9.2778416,9.1632462,9.1095982,9.1030912,8.3269606,8.1064978,7.9548206,7.8631663,7.8505578,7.6970129,7.640429,7.753047,11.389211,11.286447,11.220326,12.142212,12.061183,11.988671,11.994928,7.6182523,7.2051396,7.0689831,6.9617634,6.9656434,6.7239046,7.0378671,7.0811658,11.989079,11.927414,11.84342,12.584738,12.45383,12.376505,12.344975,9.2590046,8.8921824,8.7337322,8.5304193,8.4990282,8.2754622,8.5094118,8.5032806,9.9228296,9.7499218,9.6600494,9.9012384,9.8009596,9.7435665,9.7830982,8.323782,8.0476847,7.8886456,7.788672,7.7849345,7.5524702,7.7339244,7.8042274,10.308805,10.165121,10.07338,10.403069,10.298936,10.235184,10.242131,8.4172497,8.1296988,7.973547,7.853231,7.8472424,7.6177893,7.8043547,7.8628335,9.8012352,9.6282616,9.5563078,9.7990608,9.7114582,9.6600227,9.7899103,8.3116941,8.0319977,7.8751125,7.7930646,7.7938757,7.5081792,7.7845287,7.8419337,11.027229,10.90166,10.84282,11.710657,11.633351,11.573085,11.653801,7.3065362,6.9039149,6.7694316,6.6936321,6.6973605,6.4558063,6.7854004,6.8292289,8.1565275,7.7247715,7.5836744,7.5223451,7.4198279,7.3751483,7.3399544,7.001904,6.8758173,6.7711387,6.7308359,6.7055054,6.6776381,5.8940821,6.0718207,8.9104834,8.6226196,8.4955292,8.5251503,8.4202499,8.3784122,8.3953629,7.8864799,7.6516285,7.5012784,7.4502282,7.438086,7.3358026,7.2105422,7.3692298,10.542292,10.419539,10.315359,10.558034,10.424375,10.358853,10.337957,9.0717115,8.8297606,8.659955,8.5085802,8.4917364,8.2870846,8.3931046,8.4314957,10.401537,10.26794,10.157009,10.336217,10.195344,10.13202,10.109414,9.1321945,8.9112291,8.7377338,8.593441,8.5754795,8.385705,8.4379272,8.4826336,10.869568,10.752048,10.672872,11.257576,11.164526,11.095796,11.100105,8.1622066,7.8146124,7.6673265,7.5475082,7.5449176,7.3020415,7.5592461,7.6054654,9.0624733,8.7905102,8.6724777,8.7221165,8.6191082,8.5758801,8.60993,8.0310612,7.7867937,7.6315379,7.5751662,7.5649934,7.4283705,7.3831491,7.5224299,9.6777182,9.4867086,9.4059324,9.5931759,9.5012407,9.4509516,9.5601444,8.3565626,8.0858183,7.9266195,7.8454833,7.8432603,7.5796251,7.7999501,7.8688889,11.16851,11.052338,10.989093,11.861292,11.780496,11.713866,11.746441,7.4773612,7.0735631,6.9354153,6.8419042,6.8465586,6.607388,6.924417,6.9702005,9.265667,8.9924164,8.8460093,8.8482409,8.7160616,8.6629019,8.6307163,8.2224751,8.061841,7.9191504,7.8485389,7.8256302,7.7391372,7.3312001,7.4655108,10.302957,10.163104,10.06018,10.311663,10.193814,10.12974,10.118221,8.7128487,8.457159,8.2970142,8.163311,8.1514282,7.9408836,8.0610294,8.1171341,12.951378,12.902524,12.828245,14.281058,14.182146,14.101705,14.070211,8.3543987,7.8340936,7.7154012,7.5511713,7.5248828,7.3052397,7.5716701,7.5767431,12.313468,12.239849,12.170295,13.45117,13.372596,13.301007,13.286062,7.8179836,7.3292675,7.2089996,7.1037083,7.0968809,6.8666277,7.1380486,7.1681142,9.1843405,8.9354115,8.809227,8.8669453,8.7578726,8.7101355,8.7143106,8.0723429,7.8478837,7.698772,7.6289425,7.6168637,7.4892449,7.3870254,7.5259442,9.9752016,9.8096142,9.7315989,10.023332,9.9302197,9.8735924,9.946702,8.2334518,7.942944,7.7849312,7.6910563,7.6907425,7.4326425,7.6792455,7.7395158,9.438818,9.2180948,9.0856495,9.1489668,9.0298252,8.9764233,8.958725,8.3111362,8.1115303,7.9646621,7.8751788,7.8593569,7.7282491,7.5736723,7.6955523,9.7957516,9.6141071,9.4974947,9.6319933,9.5144033,9.4568157,9.4478979,8.5188704,8.2912531,8.1350203,8.0268364,8.0144644,7.837925,7.8464227,7.936152,8.6698685,8.3600998,8.2166281,8.2126617,8.1048985,8.0624018,8.0479784,7.5981112,7.4094615,7.2803211,7.2311468,7.213892,7.1605711,6.7974553,6.9830933,8.9585867,8.6827765,8.5503159,8.5809298,8.4729795,8.4286661,8.4301176,7.8917546,7.6727567,7.5281086,7.4702744,7.4567952,7.359849,7.1848326,7.3449678,11.841883,11.754489,11.683414,12.734905,12.654305,12.58194,12.572173,7.8568878,7.4132023,7.2847915,7.1755934,7.1725469,6.9356799,7.2154918,7.2522368,10.575006,10.452689,10.35467,10.678997,10.560889,10.493882,10.478632,8.7853794,8.5132999,8.353301,8.2081375,8.1953058,7.9757648,8.1311722,8.1742573,8.9044533,8.6138535,8.4697952,8.4749289,8.3622236,8.3144321,8.290926,7.8090792,7.6348891,7.5055776,7.4419675,7.4228916,7.3470311,6.9657598,7.1294618,9.3327084,9.0912561,8.9510212,8.9843206,8.8609962,8.8080282,8.7827044,8.254035,8.0747337,7.932436,7.8492885,7.8303251,7.7213378,7.4509673,7.5816088,8.3964443,8.0592451,7.9138155,7.8899717,7.7843895,7.7467804,7.7359524,7.361506,7.1718769,7.0467296,7.0106688,6.9932728,6.9741669,6.5611444,6.7686024,8.763567,8.4662657,8.326704,8.334836,8.2270203,8.1846857,8.1779289,7.7078285,7.5026507,7.3659091,7.3155508,7.3000436,7.2335854,6.9588904,7.1379137,8.0038157,7.5926285,7.4506836,7.3958011,7.2976394,7.2597752,7.2344847,6.8815951,6.7382202,6.635129,6.6029696,6.5816798,6.5789795,5.8863153,6.092907,10.243202,10.093787,10.01036,10.365468,10.268135,10.206161,10.236001,8.2549124,7.9547234,7.7985473,7.689909,7.6877046,7.4451947,7.6720409,7.7304759,8.0252209,7.6308913,7.489224,7.439373,7.3409224,7.3058209,7.2873516,6.9432788,6.7886353,6.6819367,6.6541586,6.6352315,6.6398644,6.0145917,6.230691,9.3622131,9.1273527,9.0286455,9.1299076,9.0318642,8.9854822,9.0598516,8.2659426,8.0085373,7.8481932,7.779727,7.7737389,7.5670114,7.6659951,7.7665286,9.8290529,9.6483421,9.5473099,9.7363195,9.629775,9.5727749,9.5910015,8.3851843,8.127039,7.9685397,7.8666682,7.8597312,7.6513724,7.7657237,7.8467941,8.5814428,8.2638197,8.1212292,8.1132498,8.006568,7.9669428,7.9593596,7.5447607,7.3435574,7.21105,7.1688461,7.1525278,7.1102786,6.7795491,6.9736819,9.0199585,8.7529612,8.6176176,8.6497259,8.5395813,8.4931345,8.4856243,7.9289136,7.7215676,7.5803905,7.5165081,7.5018625,7.4039698,7.196146,7.3531761,11.611352,11.533886,11.449769,12.158442,12.0465,11.972723,11.948316,8.7965927,8.4327574,8.2843304,8.1173811,8.0986414,7.8677301,8.1001616,8.1144581,12.377584,12.312864,12.241602,13.484395,13.399164,13.328074,13.309259,8.0856876,7.6031461,7.4795618,7.3538575,7.340415,7.1114235,7.3734779,7.3940091,10.34418,10.199568,10.080537,10.201374,10.046142,9.9848804,9.9585447,9.2733202,9.0754948,8.893362,8.7579651,8.7375851,8.569355,8.5458183,8.59412,14.082455,14.032609,13.983016,16.667728,16.618494,16.554178,16.540222,6.3758149,5.6985164,5.6223927,5.6073308,5.6067281,5.4148226,5.6713095,5.7048326,8.3766146,8.0299349,7.8842182,7.8565187,7.7518725,7.7126245,7.695044,7.3044629,7.1307621,7.0117254,6.9730463,6.9543958,6.9322343,6.446434,6.6499524,9.4399099,9.2165995,9.1110306,9.2228918,9.1194906,9.0698099,9.1091185,8.25103,7.9998941,7.8412557,7.7632346,7.7560296,7.5675178,7.6304035,7.7344737,9.1228447,8.863699,8.7407236,8.7951288,8.6885891,8.6428394,8.6580915,8.0396662,7.8062434,7.6544981,7.5907464,7.5796409,7.4500895,7.3714557,7.5118618,10.28634,10.144282,10.079884,10.563329,10.478457,10.419505,10.513507,7.8575997,7.5284691,7.3786077,7.2923107,7.2950935,7.0256858,7.3481026,7.3952127,8.8436594,8.5517445,8.4090061,8.416069,8.3057919,8.2599726,8.2416658,7.7527132,7.5684156,7.437748,7.3787746,7.361124,7.2890925,6.9433765,7.1142697,13.55985,13.514564,13.461516,15.631481,15.5753,15.515218,15.505335,7.0785327,6.446806,6.3526044,6.289412,6.279181,6.070715,6.3288221,6.3524189,9.9282675,9.7582636,9.6399612,9.7745876,9.6501751,9.5909052,9.5747318,8.6811943,8.4618521,8.3028383,8.1853161,8.1708202,7.9951839,7.9929271,8.0729237,11.936883,11.851266,11.787487,12.961494,12.888014,12.813903,12.807367,7.557014,7.0952859,6.9705791,6.868022,6.8699718,6.6329389,6.9407501,6.9801979,8.5026493,8.1530828,8.007225,7.9803009,7.8738222,7.8297191,7.8029289,7.3903456,7.2340775,7.1178899,7.0690503,7.0479627,7.005784,6.4545717,6.6389966,10.680656,10.557384,10.470685,10.933144,10.832348,10.764714,10.763366,8.3786201,8.0616274,7.9100218,7.7821622,7.7762275,7.5400229,7.7605176,7.8083768,9.8896284,9.7158117,9.6089029,9.7888365,9.6770611,9.6185083,9.6206417,8.4746819,8.2270308,8.0692682,7.9597816,7.9504051,7.75246,7.8337498,7.9144101,10.093984,9.9363976,9.837265,10.08227,9.9735832,9.912343,9.9171276,8.4780064,8.2126999,8.0547581,7.9381399,7.9303403,7.7146358,7.8525338,7.9204302,11.205266,11.118519,11.025467,11.346273,11.184561,11.116839,11.090019,9.6936789,9.4422693,9.2493858,9.0631542,9.0371981,8.8332272,8.9797316,8.9817085,8.7419901,8.4368963,8.3024092,8.312933,8.2071857,8.1671629,8.173214,7.7273426,7.5021176,7.3577294,7.3127475,7.2987618,7.2282305,7.0223246,7.1997786,12.964736,12.899033,12.84252,14.652335,14.595184,14.525696,14.515257,7.1060905,6.5367451,6.4351897,6.3679762,6.3683834,6.1494222,6.4374547,6.4741917,10.0941,9.936223,9.8171749,9.9489193,9.8141508,9.7535648,9.7319403,8.905694,8.6953821,8.5297203,8.402688,8.3857412,8.2115602,8.2011232,8.2680368,10.003747,9.8480444,9.7803183,10.117792,10.031398,9.9762526,10.09194,8.1419382,7.8435583,7.6891246,7.602704,7.6047378,7.3220072,7.6262851,7.6773834,10.488754,10.358704,10.263789,10.609289,10.499391,10.43321,10.425839,8.583272,8.2992058,8.1428022,8.008791,7.9994359,7.7743073,7.9482212,7.998641,8.1885462,7.8368325,7.6901512,7.6513867,7.5461817,7.5124035,7.5060968,7.1926117,7.0035419,6.8823972,6.8542476,6.8368349,6.8455286,6.3991466,6.6226654,11.530162,11.45627,11.367921,11.850868,11.703731,11.631237,11.602038,9.5307579,9.2324028,9.0548649,8.8559523,8.8270826,8.6105537,8.8056679,8.8019361,10.601789,10.47087,10.401518,10.970599,10.883049,10.818477,10.860217,7.8785267,7.5313368,7.3818278,7.2811856,7.2836914,7.0309176,7.3298502,7.3785305,9.0885744,8.8285732,8.6911011,8.7238588,8.6112785,8.5628366,8.5483675,7.9857883,7.7885914,7.649549,7.5797906,7.5638952,7.4637146,7.22786,7.3796973,9.5536928,9.3228455,9.1816702,9.2108288,9.0726156,9.0170622,8.9873171,8.5271816,8.3557787,8.2027178,8.1169519,8.0957642,7.9851084,7.701169,7.8150177,11.255098,11.154381,11.073979,11.779909,11.685959,11.614745,11.604983,8.2481709,7.876945,7.7349968,7.606163,7.5998883,7.3611927,7.6125331,7.6505132,9.8328047,9.6502514,9.5235615,9.6173382,9.4866295,9.4287167,9.4067669,8.7030754,8.5028048,8.3443203,8.2326832,8.2157097,8.060935,7.9773417,8.0657015,10.204256,10.057625,9.9468546,10.132711,10.005793,9.9433413,9.9261532,8.8430529,8.6115236,8.4479074,8.3149157,8.3002224,8.1065044,8.1672401,8.2270536,9.2761259,9.0390606,8.9116259,8.9759951,8.8645439,8.8147116,8.8116875,8.1409817,7.9226875,7.7745552,7.6976805,7.6848693,7.5532689,7.4445481,7.5776033,9.8293247,9.6327019,9.4982204,9.5549402,9.4105654,9.353075,9.3250465,8.8093462,8.6290474,8.4653206,8.3623104,8.3424244,8.2102346,8.0285425,8.1196098,11.056317,10.960748,10.86802,11.297395,11.171339,11.100675,11.077459,9.0470037,8.7548332,8.5915079,8.4231339,8.4048758,8.1817274,8.3668804,8.3874722,9.2999315,9.0615873,8.9458475,9.0274534,8.9212351,8.8729239,8.894803,8.1645422,7.9245033,7.7693458,7.6965041,7.6870222,7.5296073,7.5165415,7.6386013,8.7910347,8.4539232,8.30583,8.2790995,8.1611309,8.1111107,8.0776186,7.7007046,7.5546808,7.4299893,7.3735275,7.3494606,7.2908473,6.7186637,6.8789721,9.581027,9.3756714,9.2665558,9.3960752,9.2884188,9.2352095,9.2528391,8.3127956,8.06744,7.9102945,7.8205786,7.8121819,7.6272926,7.6773348,7.7768989,10.665015,10.543774,10.433646,10.594977,10.429141,10.366148,10.339546,9.5505028,9.3438339,9.1496363,8.9975939,8.9757681,8.7953835,8.833724,8.860013,9.6727247,9.4785337,9.3642359,9.4943228,9.3817654,9.3262854,9.3272114,8.3950281,8.1598673,8.0042276,7.9056067,7.8950915,7.7177496,7.7380614,7.8353844,10.749343,10.638674,10.540622,10.866829,10.738976,10.670928,10.650088,9.0216846,8.7555437,8.5896358,8.4312696,8.4147625,8.1983051,8.3495846,8.3806581,9.589633,9.3802605,9.2463579,9.3082132,9.1808844,9.125432,9.1020546,8.4963655,8.3063564,8.1553965,8.0580959,8.0403605,7.9074578,7.7382536,7.8476095,9.3326063,9.1019449,8.971427,9.0341568,8.9196787,8.8682747,8.8572369,8.1959381,7.9872885,7.8409257,7.7587895,7.7445297,7.6152177,7.4780598,7.608212,9.6592884,9.4632368,9.337923,9.4335136,9.3126936,9.2566948,9.2412624,8.4815035,8.2709007,8.117897,8.0160952,8.0014658,7.8468938,7.7755837,7.877903,10.047729,9.8885221,9.7791643,9.9659624,9.8477345,9.7868233,9.7771997,8.6378393,8.3976498,8.2384491,8.1167068,8.1047859,7.9087958,7.9791212,8.0503092,8.6190176,8.2961416,8.1508722,8.1380014,8.0303822,7.9867907,7.9656954,7.5261388,7.3534064,7.2304873,7.1801176,7.1610928,7.1118221,6.6659698,6.8508577,9.677845,9.4815903,9.3844328,9.5519028,9.4496765,9.3961496,9.4381981,8.3234663,8.0623569,7.90275,7.8126354,7.807189,7.5922413,7.7202654,7.8051848,8.5704355,8.2479467,8.1085787,8.1022615,7.9966817,7.9588351,7.9603634,7.5701489,7.3526182,7.2139201,7.1750827,7.1598573,7.1165829,6.8424897,7.0360832,11.510652,11.423346,11.341605,12.101371,12.002283,11.929802,11.911702,8.4379711,8.057951,7.9166684,7.7738085,7.7622638,7.5271711,7.7705622,7.7981186,9.0397501,8.7578449,8.6129341,8.6189528,8.5007944,8.4505348,8.4229946,7.9568381,7.7895217,7.6573167,7.5880194,7.5675545,7.4843936,7.092659,7.2442513,8.0726013,7.6447716,7.5036826,7.4451027,7.3457017,7.3035817,7.2712398,6.9165888,6.7855501,6.6830473,6.6447711,6.6209483,6.599669,5.8403592,6.0276589,10.095516,9.9272346,9.8005037,9.8864927,9.7360754,9.6769676,9.6499443,9.0659342,8.8775873,8.7037783,8.584013,8.5641651,8.4130669,8.315835,8.3844013,9.4068222,9.1835356,9.0643644,9.1546307,9.0447454,8.9936457,9.0002928,8.2283525,7.9968867,7.8437338,7.7615738,7.7508712,7.5950437,7.5639172,7.6820159,8.1216555,7.7535357,7.6081338,7.564909,7.4622788,7.4277267,7.4135447,7.0798469,6.908226,6.7941432,6.7661881,6.7479663,6.7563472,6.2239308,6.4456263,8.4066343,8.0715609,7.9279265,7.9058781,7.8006687,7.7645097,7.7637024,7.4131269,7.2092085,7.0789013,7.0445542,7.0282984,7.0080886,6.6554437,6.8629379,9.5165443,9.3036671,9.213624,9.3497114,9.2543793,9.2061338,9.299407,8.3436775,8.0816298,7.9215879,7.8461123,7.8414745,7.6042085,7.7631378,7.8472662,8.6259375,8.2825718,8.1360798,8.1106625,8.0004969,7.953763,7.9236188,7.5165496,7.3656116,7.2471414,7.1932302,7.1709599,7.1187029,6.5584531,6.7314706,9.206955,8.9574413,8.8186808,8.8537588,8.7370129,8.6861506,8.66574,8.1053867,7.9171605,7.7777157,7.7003131,7.6830406,7.5769763,7.3257027,7.4673209,10.954564,10.848825,10.759291,11.255056,11.146399,11.076149,11.060511,8.631155,8.3138075,8.1615133,8.0145874,8.0031166,7.7715197,7.9801984,8.0152273,8.012392,7.5884886,7.4472671,7.3896294,7.2914944,7.2515039,7.2220001,6.865406,6.7294717,6.6277308,6.5924006,6.569622,6.5576892,5.8206477,6.0172334,10.905721,10.802038,10.701139,10.924386,10.758856,10.694098,10.668358,9.6502724,9.4261951,9.2300406,9.0622578,9.0394926,8.8470907,8.9410753,8.9542398,8.3513861,7.9902649,7.8447523,7.8116097,7.7077389,7.6666627,7.6431475,7.2477241,7.088243,6.9742665,6.9326901,6.9124026,6.8860917,6.3263741,6.523459,10.285665,10.140108,10.066182,10.484023,10.392876,10.331546,10.384852,8.0840931,7.7677402,7.6131926,7.5130048,7.5140076,7.2577043,7.5324178,7.5856824,10.541688,10.408731,10.331317,10.816596,10.72373,10.658422,10.682372,8.1188631,7.7901917,7.6382098,7.5273924,7.5268898,7.2794189,7.5415983,7.5929055,14.811642,14.77842,14.739497,18.127287,18.091383,18.040176,18.033951,5.7093186,4.9807186,4.9189615,4.9303985,4.9264231,4.7554269,4.9827991,5.0105867,9.2774601,9.376462,9.4165144,9.2495356,9.0694818,9.0313587,8.9567909,8.8724852,8.6073704,7.8508286,7.8593526,7.9159732,7.4733772,7.6766477,7.7601776,8.4641161,8.5201292,8.5396681,8.4582653,8.3144875,8.2756529,8.2190619,8.1504946,7.8343492,6.4848657,6.4737926,6.4954181,6.2118616,6.3963313,6.452487,10.018962,10.215595,10.253286,10.082827,10.044508,9.9911757,9.9113855,9.9213667,9.7281189,9.3436813,9.3166685,9.4244432,8.8532591,9.0951319,9.096384,9.5353956,9.5638714,9.5615149,9.8135214,9.7470264,9.6068954,9.5266504,7.9749641,7.75846,7.359457,7.1066146,7.129982,6.8977528,7.6978168,7.7186904,8.9019709,8.9832525,9.0102358,8.8967752,8.7384109,8.6946459,8.6283693,8.5014629,8.2246332,7.2516131,7.2338166,7.2719669,6.8998828,7.1257906,7.1950221,10.719577,10.905094,10.970262,10.780626,10.765615,10.732699,10.642319,10.808467,10.618487,10.296765,10.469458,10.629939,9.9876623,10.095841,10.118386,9.1843586,9.237874,9.3170118,8.9693069,8.5854158,8.5832472,8.5056801,8.5669489,8.2123699,7.1947474,7.3180037,7.3762503,6.9327545,6.9988642,7.1041212,12.260878,12.747824,12.754069,12.632504,13.37579,13.332449,13.283072,14.162511,14.054237,13.905265,13.718297,14.206954,13.824574,13.948026,13.856654,10.723839,10.939358,10.989623,10.813995,10.853135,10.810936,10.726115,10.893331,10.70526,10.376807,10.430147,10.593316,9.9773445,10.131347,10.141156,10.026392,10.085286,10.173197,10.090676,10.077773,10.069618,9.9907494,10.197603,10.112107,9.9181786,11.018495,11.19516,10.489331,10.508532,10.520507,9.8391418,9.986084,10.032036,9.8471098,9.7230158,9.6794968,9.5977449,9.5701447,9.3440866,8.8389626,8.8542271,8.9419498,8.401104,8.609314,8.6562252,11.741816,12.080583,12.115777,11.986404,12.375384,12.33506,12.26472,12.778609,12.629903,12.403123,12.392192,12.711114,12.154359,12.265951,12.241597,10.081901,10.178414,10.270838,9.9727793,9.6796598,9.6655846,9.570219,9.6226492,9.3817225,8.9372263,9.2295618,9.3332901,8.6879282,8.7572737,8.8241415,8.9605541,9.1266479,9.1454344,9.0294189,8.9393644,8.8670931,8.7988682,8.5320578,8.3536406,7.9149055,7.8040404,7.8543229,7.3968353,7.8002253,7.779439,9.180851,9.3878422,9.4143486,9.2481031,9.1806135,9.1181698,9.0465832,8.9222012,8.7481194,8.3785114,8.3036213,8.3750219,7.8598933,8.1830721,8.1433001,8.9109211,9.0049591,9.0216904,8.9526701,8.8305283,8.7675686,8.7020512,8.4258604,8.184968,7.3607478,7.2868242,7.3223243,6.9465075,7.2788477,7.3134212,8.9879599,9.0558405,9.061409,9.0922337,8.995244,8.9017801,8.8338051,8.1952848,7.9804645,7.3365293,7.1798019,7.2091951,6.891489,7.4184918,7.4414816,8.7455206,8.7819128,8.7865343,8.8546333,8.7515669,8.6819811,8.6297722,7.9393473,7.6763844,6.7375784,6.6329317,6.661428,6.4011388,6.803895,6.847857,12.764663,13.263213,13.276096,13.189027,14.054115,14.021269,13.97689,15.019427,14.917177,14.772573,14.65014,15.235174,14.872932,14.952146,14.904805,9.4917116,9.517683,9.514142,9.7767191,9.6952314,9.5868254,9.5186863,7.8849688,7.6336231,7.0879931,6.9016829,6.9296503,6.6772633,7.2995501,7.3314657,10.106411,10.425633,10.44524,10.259896,10.412849,10.35049,10.284189,10.448512,10.309626,10.090174,9.9690781,10.132284,9.5765915,9.8397675,9.7362719,10.643951,10.786212,10.867495,10.711708,10.69889,10.677963,10.586292,10.793777,10.643337,10.39473,10.911784,11.08952,10.405248,10.452608,10.468673,9.5877647,9.70539,9.7526932,9.5613823,9.389472,9.3519039,9.2720108,9.2209663,8.9701548,8.346036,8.3719807,8.4441423,7.9470944,8.139781,8.2133999,8.661005,8.7184439,8.7271852,8.7218294,8.6112013,8.5439653,8.4880295,8.0949612,7.8282537,6.7643366,6.6737089,6.6958313,6.403616,6.7449255,6.77701,10.452479,10.629488,10.687555,10.490279,10.432899,10.395415,10.307525,10.406385,10.200966,9.821517,9.9122524,10.04547,9.4338751,9.5806894,9.6113443,9.7609615,9.8471489,9.9297857,9.6108198,9.2879887,9.2752047,9.1855946,9.2102442,8.9244242,8.2933149,8.459878,8.541954,7.9849157,8.0709381,8.1635609,8.8875113,8.9567022,8.9974537,8.8249588,8.6123667,8.5864515,8.5183735,8.4800186,8.1733179,7.1638007,7.1900158,7.2333918,6.8670263,7.0226307,7.1326232,9.0890503,9.157218,9.1606874,9.2150497,9.1370468,9.0137644,8.9355431,8.2029314,8.0235443,7.5824027,7.354908,7.3825312,7.0861115,7.7974911,7.8060117,8.8913107,8.9640617,9.0004711,8.8475504,8.6521063,8.620904,8.5534115,8.4899054,8.1929913,7.1974568,7.2118764,7.2541389,6.8853002,7.060431,7.1603985,8.6087685,8.7715349,8.7844696,8.6952438,8.6103926,8.5277672,8.4626331,8.0494432,7.8875017,7.4843607,7.3372169,7.3739066,6.9773555,7.4691086,7.430356,9.0380077,9.1400166,9.1629362,9.0628281,8.9290743,8.873086,8.8046751,8.6040354,8.360013,7.5717916,7.5198445,7.5624657,7.1559944,7.4486609,7.4938464,10.427074,10.548757,10.635657,10.448915,10.349262,10.329961,10.236838,10.384151,10.216434,9.9345636,10.429881,10.580064,9.8960657,9.9519854,9.9800997,10.202704,10.340973,10.40988,10.176426,10.018477,9.9895773,9.8990746,9.9540873,9.7256823,9.2809305,9.4211321,9.5318623,8.931962,9.0558138,9.1110268,10.415445,10.610305,10.658625,10.476925,10.455151,10.410718,10.326405,10.417577,10.219173,9.8477116,9.8790522,10.012253,9.4128199,9.5937376,9.6111498,11.035884,11.257776,11.316895,11.150761,11.240266,11.205278,11.11765,11.369552,11.19493,10.914687,11.068227,11.266942,10.62482,10.725367,10.732835,9.9171104,9.9712486,10.082351,9.7764845,9.3790846,9.3748732,9.2799492,9.3338423,9.1207209,8.7631807,9.3421011,9.4461346,8.7055416,8.7400475,8.7978878,10.303241,10.534775,10.569784,10.402257,10.43789,10.383001,10.304355,10.391102,10.212439,9.8859863,9.8442669,9.9800997,9.3932209,9.6265697,9.6072664,9.1958733,9.2115259,9.2079716,9.4748039,9.3885622,9.3156233,9.2668743,7.6366839,7.3397994,6.4731154,6.3584433,6.3880754,6.1650248,6.6036158,6.6445227,10.951209,11.313096,11.329592,11.165198,11.485932,11.428981,11.366545,11.74326,11.60713,11.399786,11.254972,11.505305,10.980688,11.185466,11.093003,9.987957,10.13259,10.186261,9.9827251,9.8484907,9.810503,9.7256689,9.7324982,9.5028009,9.0119448,9.0630856,9.1593904,8.6001625,8.776166,8.8291998,11.27367,11.608268,11.633196,11.487286,11.802936,11.751188,11.681743,12.07675,11.926457,11.689892,11.594301,11.855164,11.304299,11.483236,11.43332,9.0499516,9.0823431,9.0833998,9.2190008,9.1249018,9.0384045,8.979454,7.9453473,7.6965203,6.9653478,6.8216219,6.8513989,6.589674,7.0987577,7.1380892,9.0948687,9.2195721,9.2404671,9.140521,9.0253153,8.9607821,8.8910389,8.6482248,8.432148,7.8082881,7.7289004,7.7759814,7.341661,7.6875286,7.7099509,9.3033829,9.4159746,9.450078,9.3042698,9.1526728,9.1058159,9.0318813,8.912384,8.6664219,7.9736714,7.9551363,8.0121222,7.5573921,7.8010302,7.8627372,11.165564,11.361013,11.429638,11.308359,11.47225,11.449708,11.360741,11.720418,11.58956,11.380712,11.880314,12.129073,11.473179,11.492725,11.490099,8.6313257,8.8116884,8.8278255,8.7148924,8.6328812,8.5548143,8.4909134,8.1502485,7.9928751,7.6157761,7.4789772,7.5206404,7.0946074,7.5546441,7.5088491,9.2289066,9.3878593,9.4129267,9.2796926,9.1800957,9.1169081,9.0447874,8.8643456,8.6666517,8.1784286,8.1035233,8.1635866,7.6794662,8.0132313,8.015605,9.7778645,9.8262491,9.9265108,9.5055943,8.7881813,8.7902327,8.7049446,8.748724,8.4008617,7.6575451,7.8425632,7.9129901,7.1049953,7.1582289,7.2541933,11.071265,11.342311,11.381609,11.226447,11.403413,11.357016,11.278534,11.55917,11.389562,11.109691,11.101694,11.313729,10.716042,10.875647,10.860828,9.2053709,9.319828,9.3480415,9.2234526,9.0862026,9.0330849,8.9613304,8.7997894,8.5619402,7.8662791,7.8254013,7.8771772,7.434936,7.7121496,7.7603726,7.8056102,8.0087318,8.0194283,7.9054146,7.837368,7.7559152,7.6986818,7.1855855,7.0650053,6.7908444,6.6230283,6.6492276,6.3223572,6.8875108,6.7930617,10.057825,10.331281,10.357222,10.181527,10.259068,10.197761,10.124397,10.213309,10.056936,9.788722,9.7011395,9.8379793,9.2652531,9.5338621,9.4661722,9.2562599,9.27948,9.2771797,9.5040712,9.4150867,9.3289175,9.2716722,7.8087311,7.5399671,6.8252125,6.6826372,6.7126002,6.464694,6.9735255,7.0127478,8.9275064,9.0185652,9.0267601,9.0178175,8.919754,8.8317337,8.7638397,8.2309637,8.0254745,7.4163399,7.2699122,7.3016205,6.9546146,7.4527044,7.4653301,9.923954,10.036644,10.107746,9.8472528,9.6214666,9.5978479,9.5088434,9.5303469,9.2745371,8.727663,8.8578167,8.94909,8.3875322,8.5062485,8.5835495,8.6395617,8.9035301,8.9286366,8.7214289,8.6791258,8.6189337,8.5516348,8.4459763,8.3000708,8.0260649,7.9504743,8.0190601,7.5162091,7.8316078,7.726994,10.186579,10.360347,10.409155,10.221811,10.149835,10.106119,10.021953,10.061609,9.8519239,9.4340191,9.4637823,9.5767078,8.9947329,9.1851206,9.2147322,9.9651117,10.029484,10.132476,9.9108744,9.6669731,9.657692,9.565834,9.6512718,9.4795399,9.1812239,9.8671885,9.9876204,9.2807407,9.3210077,9.3633862,12.572717,13.060522,13.070483,12.970815,13.77573,13.737195,13.688597,14.652516,14.543712,14.390917,14.23276,14.769029,14.391159,14.489606,14.429027,9.9884224,10.055066,10.161497,9.8011417,9.3415403,9.3369761,9.2408504,9.2840242,9.0262747,8.5731249,8.9470768,9.042778,8.3131762,8.3573713,8.4296227,9.4090919,9.4782515,9.5551205,9.2316084,8.8926563,8.8840218,8.8012609,8.8301868,8.5085869,7.6740766,7.8012962,7.8676615,7.3905611,7.4742761,7.5819473,9.3747225,9.515542,9.5458603,9.4052992,9.2869596,9.2311754,9.1567879,9.0168839,8.7990875,8.2413702,8.1949511,8.2579508,7.7723398,8.0600786,8.0900764,9.6152821,9.7061262,9.7757921,9.4992599,9.2296886,9.2112017,9.126195,9.132967,8.8466101,8.1556444,8.2665644,8.3413944,7.836266,7.9492598,8.0473661,9.7073154,9.7412224,9.8411541,9.7049179,9.5446262,9.5379648,9.4566908,9.5698729,9.4541283,9.2206774,10.258379,10.391024,9.6744461,9.7079992,9.7367544,10.148975,10.270174,10.348178,10.088967,9.8803759,9.8576393,9.764986,9.8179712,9.5819502,9.127449,9.3199205,9.4268475,8.8171978,8.9180279,8.9807062,9.7763538,9.8480749,9.9419031,9.5716228,9.1456728,9.1399479,9.0486927,9.0814495,8.781682,8.1476316,8.354784,8.4362049,7.8223701,7.8854342,7.9781704,10.058341,10.108618,10.215073,9.7868652,9.0405493,9.0419884,8.9495068,8.9870825,8.6812563,8.1521235,8.4583902,8.5424957,7.624897,7.6660719,7.7479758,11.268899,11.500705,11.562537,11.416351,11.573857,11.542999,11.454646,11.786043,11.628458,11.388122,11.633768,11.869064,11.219227,11.281807,11.28176,9.7986469,9.9270029,9.9798298,9.773982,9.6101294,9.5740623,9.4908371,9.471693,9.2285986,8.6716843,8.7180681,8.8020859,8.2711935,8.4484215,8.5150452,9.1596708,9.2101431,9.2119598,9.3024578,9.2265091,9.0963488,9.0165462,8.1735926,7.9882889,7.5384712,7.2995052,7.3254867,7.0556369,7.8069053,7.8237848,8.5037289,8.5615015,8.5741796,8.5295734,8.4085093,8.3567791,8.3018017,8.1090965,7.813642,6.5411677,6.497788,6.518455,6.2359543,6.4844198,6.5234294,9.0090055,9.0642481,9.0684309,9.124753,9.028204,8.9337091,8.8668327,8.1486187,7.9267845,7.2617579,7.1034031,7.1321559,6.8324094,7.3678288,7.3968258,9.2353182,9.2694244,9.2690926,9.4121208,9.3420591,9.1986399,9.1162977,8.0865965,7.8994479,7.4730682,7.2104669,7.23385,7.0021176,7.8288851,7.8492503,9.0359621,9.1017818,9.1579762,8.9170885,8.652813,8.6375446,8.5646515,8.57549,8.2503462,7.2591066,7.3280578,7.3800511,6.9907842,7.1056976,7.2239637,8.8185053,8.9441948,8.9550114,8.9042501,8.81106,8.7261333,8.6586113,8.1978121,8.0130949,7.5092545,7.3639717,7.3991284,7.0209622,7.5133748,7.5039878,10.16326,10.313312,10.372663,10.160149,10.034419,9.9992619,9.9117994,9.9530325,9.7285185,9.2773542,9.3611631,9.4694748,8.8853798,9.0390959,9.0883913,10.119627,10.208884,10.307006,10.037539,9.7675953,9.7549143,9.6591282,9.7307148,9.5197449,9.1543188,9.5904646,9.7044964,9.0233555,9.0780897,9.1317015,9.5990725,9.7409182,9.7791023,9.6150379,9.4897575,9.4409075,9.3628693,9.2825003,9.057641,8.5162439,8.5004215,8.5746288,8.0631189,8.307147,8.3496418,9.0253944,9.0690737,9.0718451,9.1593494,9.0635929,8.9703884,8.9059467,8.0732822,7.8424363,7.1577387,7.0017858,7.0307002,6.7492819,7.2848368,7.3193474,9.4167757,9.4216089,9.5343008,9.3445921,9.0368176,9.0370302,8.9544296,9.0186472,8.8852415,8.6308174,9.7316399,9.840229,9.094141,9.1175079,9.1583967,11.495882,11.783508,11.830247,11.689438,11.952288,11.914457,11.834949,12.237295,12.078451,11.835472,11.909951,12.177404,11.569537,11.667444,11.656583,8.7283058,8.9372816,8.9568558,8.8003197,8.7236395,8.654912,8.5895329,8.3742819,8.2159462,7.8674755,7.7602491,7.8158736,7.3421044,7.7263966,7.6668649,10.471731,10.621675,10.696656,10.479512,10.370419,10.34332,10.250223,10.363577,10.160395,9.8049469,10.035582,10.171645,9.5278292,9.6240377,9.6622171,9.9732952,10.14289,10.186033,10.007999,9.9246321,9.8768463,9.7952337,9.7894554,9.5792189,9.1380415,9.1387072,9.2376099,8.6761923,8.8964138,8.9233856,9.0439205,9.1312094,9.1639566,9.026226,8.8546495,8.8141851,8.7445307,8.6370287,8.3636923,7.4825158,7.4765291,7.5220237,7.1223197,7.3365011,7.4165454,8.6636181,8.72721,8.7563791,8.6358337,8.4604597,8.427309,8.3656149,8.3035049,7.9967113,6.838305,6.8424788,6.8752728,6.5492787,6.7263398,6.8122759,10.572456,10.750204,10.813259,10.615047,10.567583,10.53321,10.443502,10.571499,10.371562,10.017653,10.153095,10.297445,9.6692095,9.7939596,9.8228035,10.353982,10.475565,10.562428,10.337379,10.179093,10.159043,10.064207,10.172,9.976799,9.6426497,10.016364,10.148632,9.4809284,9.5500355,9.59058,8.87572,8.9650459,8.9770641,8.9383583,8.8270473,8.7545595,8.6898155,8.3036747,8.0739651,7.3013291,7.198575,7.2307134,6.8741465,7.26685,7.2920885,9.5422573,9.7161055,9.7480907,9.5904703,9.5044441,9.4471264,9.3710299,9.2774506,9.0788202,8.6340199,8.585125,8.6626806,8.1365929,8.4225531,8.4271202,10.977838,11.212409,11.263377,11.096987,11.197055,11.156805,11.072437,11.309076,11.130504,10.834462,10.906546,11.098934,10.475858,10.607656,10.611147,8.9483261,9.0700283,9.0849562,9.0138607,8.9093018,8.8349094,8.7670984,8.4187546,8.2153225,7.6243377,7.5126543,7.5524426,7.1480255,7.5610833,7.5693245,8.8310747,9.1247597,9.1475887,8.9249506,8.9253321,8.8637648,8.7921848,8.7512884,8.6137009,8.3785372,8.2952776,8.3790903,7.8589315,8.1567049,8.0265837,10.635879,10.921016,10.94889,10.787064,10.941798,10.884933,10.811136,11.014431,10.854423,10.586892,10.506054,10.686818,10.10789,10.333406,10.284698,9.9946985,10.099762,10.181092,9.8945942,9.6319017,9.6135302,9.5213318,9.5577259,9.302681,8.7884331,8.9775524,9.0734806,8.4800406,8.5736313,8.6492033,11.689193,12.042991,12.071108,11.939781,12.347991,12.303352,12.23581,12.753321,12.606947,12.381906,12.315475,12.6338,12.096876,12.232734,12.196566,9.9197464,9.9945841,10.09333,9.7302713,9.3072367,9.3007555,9.2063551,9.2435513,8.9658222,8.4301453,8.6974955,8.7872992,8.1257696,8.1827431,8.2650909,9.6861744,9.7015324,9.8221569,9.5051765,8.9649286,8.9684277,8.8783293,8.9205599,8.7209234,8.4028273,9.2075739,9.3046865,8.4587288,8.4782858,8.5342894,10.332758,10.478527,10.549404,10.322425,10.187665,10.158893,10.067239,10.147035,9.9293041,9.5253954,9.6934557,9.8151321,9.1957664,9.3102131,9.3573112,9.4968081,9.5933485,9.6500454,9.4210339,9.1963701,9.1700535,9.0892754,9.0658417,8.7881117,8.0763979,8.1401033,8.2086401,7.7314291,7.8794966,7.9763479,11.312097,11.592044,11.635458,11.486746,11.708947,11.667397,11.588461,11.935607,11.770625,11.508719,11.540305,11.781796,11.178899,11.304914,11.293696,9.8163013,9.9310923,9.9939308,9.7550335,9.5489912,9.5212107,9.4353266,9.4369507,9.18009,8.5996609,8.688859,8.7737398,8.2381554,8.3794146,8.4585505,10.732525,10.903408,10.976676,10.791877,10.769217,10.741402,10.648912,10.831138,10.651845,10.357677,10.641503,10.808368,10.146013,10.226283,10.247899,9.2371655,9.3267002,9.3715591,9.1849079,8.9811201,8.9496298,8.8747644,8.8156853,8.5357847,7.7327271,7.7604985,7.8165627,7.3847141,7.5602012,7.6583486,10.644806,10.884592,10.923631,10.758251,10.836422,10.786273,10.706214,10.867767,10.68868,10.373793,10.356001,10.519191,9.9208183,10.116397,10.10571,9.7782965,10.017138,10.046295,9.8709002,9.8746328,9.8141394,9.7386112,9.7438164,9.5756969,9.2632666,9.194747,9.3026447,8.7381077,9.0180149,8.9695129,8.2701817,8.3171291,8.3302097,8.2760992,8.1540823,8.1132956,8.0622492,7.9975853,7.6683249,6.1519361,6.1343679,6.149272,5.906703,6.0884743,6.1278896,9.6612072,9.8669386,9.8983688,9.730238,9.6843557,9.6254854,9.5491581,9.5020885,9.3194408,8.9494915,8.8938122,8.9854202,8.434864,8.7179995,8.6961975,9.462492,9.5850191,9.6233711,9.4614439,9.312273,9.2668877,9.1902084,9.0972843,8.8568249,8.230566,8.222209,8.287734,7.8049779,8.0376711,8.0974064,8.4992485,8.5539598,8.5644951,8.5381899,8.4237757,8.366703,8.3139896,8.0584698,7.7680602,6.5133634,6.4509993,6.4697738,6.1940389,6.466795,6.5004325,8.7402735,8.7894859,8.7959185,8.8226452,8.7156706,8.6433582,8.5870056,8.0538015,7.7957106,6.8343725,6.7291965,6.7543802,6.4705572,6.8595653,6.8960962,9.2538195,9.5688667,9.5897779,9.3768063,9.4427328,9.3801403,9.3132696,9.3547916,9.2235775,9.0165291,8.9167671,9.031188,8.4899054,8.7861576,8.653471,8.8604422,8.9656038,8.9701519,8.9804325,8.9120817,8.7876234,8.7097406,8.0514565,7.9009914,7.5709057,7.3295889,7.3570309,7.0491939,7.7950025,7.7707973,8.7658195,8.8422127,8.8612022,8.7827682,8.6464729,8.5952806,8.5327482,8.3528261,8.0779953,7.0257668,6.9863963,7.0167212,6.6741939,6.9314041,6.9809108,9.7492552,9.9142275,9.9521084,9.7848816,9.6913824,9.6397038,9.5607109,9.5075893,9.298152,8.8349724,8.8125029,8.8982143,8.3586559,8.6082687,8.6312437,9.0810537,9.1553516,9.2044659,8.9964018,8.7623596,8.7394762,8.6664019,8.6397638,8.3351135,7.4209781,7.4671493,7.5188646,7.1184826,7.2616367,7.3761253,8.8552017,8.9657497,8.9726505,8.9612713,8.8772926,8.7767,8.7057762,8.1135435,7.9385076,7.4943357,7.3102546,7.3414526,6.9982662,7.5918989,7.5801201,9.1388159,9.2026672,9.2684031,8.9851627,8.6851778,8.6749783,8.5989885,8.6300392,8.2965031,7.3193059,7.4145603,7.4707246,7.0605693,7.1552296,7.2696486,10.264874,10.387787,10.470662,10.220157,10.027323,10.005851,9.9114246,9.9880848,9.7682648,9.3711042,9.6320925,9.7500763,9.1105156,9.1963348,9.2491608,10.240821,10.440254,10.48199,10.307754,10.285704,10.235916,10.154257,10.209436,10.014709,9.6400967,9.6337042,9.7558041,9.1700697,9.3845606,9.3920336,7.5112133,7.077178,7.056602,7.0746207,6.9506302,6.9517412,6.9445224,6.8436751,6.4694638,6.2382646,6.2303901,6.2734547,6.1599751,6.2528467,6.3726678,7.488121,6.9818282,6.9615812,6.9796424,6.8711748,6.8702598,6.8618593,6.7824101,6.380053,6.1417699,6.1322536,6.1668425,6.0628633,6.1521115,6.2591763,7.154386,6.9670868,6.9584103,7.0019927,6.8375163,6.8478031,6.873786,6.6888256,6.4240198,6.2256565,6.2242446,6.3310542,6.1881189,6.3262157,6.4804249,7.3341308,7.1167517,7.1037645,7.1323071,6.9661069,6.9763637,6.9882379,6.8201509,6.5385709,6.3353977,6.3333416,6.4176302,6.2775283,6.3967705,6.5502367,7.2620435,6.9631491,6.9512749,7.0007687,6.8712211,6.8741779,6.8895254,6.700819,6.3895745,6.1694198,6.1609807,6.2478127,6.1133122,6.256793,6.3874049,7.4170241,6.7681475,6.7495699,6.7617202,6.6767893,6.6748748,6.6652713,6.6642861,6.2070398,5.9603596,5.950932,5.9709787,5.8902617,5.9583163,6.0451369,7.3466516,6.9551544,6.9403596,6.9805121,6.8800912,6.8783765,6.8749323,6.6391573,6.2954884,6.0641141,6.0478339,6.0874195,5.9605994,6.1235442,6.230536,7.2275958,6.7618623,6.7482557,6.7837739,6.7012396,6.6996756,6.6948023,6.4895749,6.12219,5.8961887,5.879384,5.9039607,5.7937479,5.9552422,6.0482745,7.291719,6.7148027,6.7004585,6.7285385,6.6547909,6.6525111,6.646214,6.5200224,6.1036401,5.8667741,5.8519201,5.8697548,5.7749443,5.9013424,5.9840789,7.380836,6.6840348,6.6663079,6.6747899,6.5949788,6.5936098,6.5842199,6.6236362,6.1475363,5.8995228,5.8923264,5.9086881,5.837049,5.8930688,5.9743247,7.177135,6.9256177,6.9176917,6.9810672,6.8598423,6.860745,6.878468,6.5986853,6.3139009,6.0873933,6.0755343,6.1637492,6.0155635,6.2056899,6.3320041,7.4544334,6.811934,6.7910943,6.7976999,6.7056499,6.7045298,6.6922503,6.7094464,6.2524362,6.0077796,6.0007143,6.0191989,5.94032,5.9975924,6.0890126,7.0095277,6.7801723,6.775609,6.8524194,6.7279139,6.7317791,6.7664075,6.5218205,6.2479033,6.0336838,6.0243912,6.1446066,6.0000238,6.1850157,6.3173003,6.9548492,6.6615262,6.6546679,6.7060242,6.6143751,6.61694,6.6181607,6.3089075,6.0225205,5.8146029,5.7992849,5.8402553,5.7095852,5.9348183,6.0428319,6.5023785,6.3290796,6.3352017,6.4526634,6.3409681,6.3507843,6.4225779,6.1957922,5.9583254,5.7717924,5.7588782,5.9464893,5.8081913,6.0206475,6.1561589,7.4055786,6.813427,6.7959213,6.8191605,6.7387147,6.7355094,6.7267861,6.6314979,6.2022638,5.9586821,5.9457431,5.9658942,5.871326,5.977087,6.0641556,7.059339,6.8666229,6.8599305,6.9165559,6.7622972,6.7707372,6.8029804,6.607964,6.3440571,6.1441522,6.1422324,6.2624259,6.1196141,6.2721095,6.4217458,6.3167434,6.226429,6.2404509,6.3696861,6.255856,6.2624459,6.34022,5.9855266,5.7924185,5.5807319,5.584609,5.7717957,5.6085873,5.8919702,6.0247049,6.763423,6.6018,6.6010313,6.684185,6.5387182,6.5474524,6.6008129,6.3914766,6.149034,5.9587674,5.9589243,6.1180849,5.9750586,6.1560445,6.3045678,7.461751,7.0542808,7.0358143,7.0620661,6.9394436,6.9401755,6.9375439,6.8079696,6.4464488,6.2156496,6.2065744,6.2578306,6.1385407,6.2464375,6.3666282,6.8680229,6.6883421,6.6878614,6.7777557,6.6530681,6.6563692,6.6996865,6.4024968,6.1552997,5.9387937,5.9324479,6.0669336,5.9123549,6.1307936,6.2638559,7.4007206,7.0299606,7.0143671,7.0537648,6.9376607,6.9369779,6.9386902,6.7440662,6.402101,6.1694636,6.156858,6.2142558,6.084887,6.2245789,6.3423066,7.5702419,7.2274394,7.2057705,7.2175994,7.0695734,7.0750299,7.0665202,6.948122,6.6098008,6.3906178,6.3857765,6.4345737,6.3107257,6.4005475,6.5390477,7.3018532,7.0565109,7.0439196,7.0806346,6.9270372,6.9342647,6.9479642,6.7750831,6.4832153,6.2739382,6.2701411,6.3578639,6.2196364,6.3474479,6.4934382,7.2747107,6.970263,6.9589067,7.0099697,6.8984241,6.8979397,6.9023328,6.6248059,6.317944,6.0886827,6.0738173,6.1336303,5.9925909,6.1767569,6.2942882,7.1014161,6.9841962,6.9781175,7.0073652,6.8143411,6.8343468,6.8645587,6.6895204,6.4531116,6.2735038,6.2761192,6.3790741,6.2342272,6.3572183,6.5257664,7.5027924,6.9719248,6.9506607,6.9636593,6.8553748,6.8548155,6.8442717,6.7912054,6.3779402,6.1393323,6.1310782,6.1612144,6.0627751,6.1408081,6.2467637,7.4919872,7.1249127,7.1056714,7.126977,6.9910746,6.9941359,6.9906597,6.863729,6.5172863,6.2927957,6.2860332,6.3399825,6.2171164,6.3188219,6.4488482,7.261003,7.1080599,7.098093,7.1215124,6.9350982,6.9519873,6.9694767,6.7993531,6.5452323,6.3563786,6.3576536,6.4474821,6.3032656,6.4190807,6.5841622,7.2483258,6.9594069,6.948791,7.0044708,6.881362,6.8825884,6.8977604,6.6658115,6.3614049,6.1360588,6.1248817,6.2094011,6.0690293,6.2331681,6.3596044,7.1321902,6.8497238,6.8409591,6.8945041,6.790524,6.7913694,6.795013,6.4870992,6.1963921,5.9750419,5.9605823,6.0142975,5.8738065,6.0831256,6.1977677,6.9159102,6.7631545,6.759295,6.8213601,6.6587982,6.6694112,6.7132511,6.5140071,6.2695289,6.0792122,6.079205,6.215735,6.0711961,6.2309718,6.3862109,6.1578107,6.0604625,6.072257,6.2140875,6.0966458,6.103765,6.1982603,5.8865557,5.6960773,5.5034833,5.5069938,5.7316079,5.5761027,5.8518386,5.9864488,6.7156844,6.5697737,6.5738325,6.6582274,6.5484104,6.5531859,6.583497,6.2120166,5.9888678,5.7709966,5.7633486,5.8653097,5.7068453,5.9742785,6.1001253,7.4567389,6.9916625,6.9734035,7.0030994,6.9008875,6.8985109,6.8923135,6.7359738,6.3551183,6.1164632,6.1026454,6.1393156,6.0240173,6.1467662,6.2518363,6.4832029,6.4002271,6.4016161,6.4782758,6.3005271,6.3166747,6.4135437,6.2192121,6.0114903,5.8477578,5.847455,6.0200763,5.8795795,6.0511432,6.2127075,7.0929394,6.8670216,6.8614779,6.9277592,6.8120809,6.8132086,6.8290472,6.5062561,6.2372818,6.0114226,5.9987936,6.0807271,5.9286232,6.1448932,6.2687273,6.8565669,6.7956767,6.7959833,6.825007,6.6166463,6.6451693,6.6850853,6.5122404,6.3031807,6.1411953,6.147388,6.2580357,6.1162124,6.239913,6.414032,7.2143378,6.9570837,6.946424,6.9957228,6.8541737,6.8596277,6.87954,6.695426,6.4016004,6.1897001,6.184648,6.2825022,6.1450748,6.2868462,6.4265318,7.4327941,7.0336142,7.0164518,7.0491614,6.9314771,6.9312243,6.9307117,6.773912,6.417829,6.185236,6.174221,6.2279325,6.1050243,6.2268267,6.3443885,7.4247918,6.9406819,6.9231019,6.9536881,6.8595505,6.8567815,6.8497038,6.6828051,6.2972951,6.0591531,6.0440984,6.0743604,5.9617777,6.0920682,6.1914473,6.908627,6.7320237,6.7315164,6.8165355,6.6952481,6.6977177,6.7327471,6.4055147,6.160356,5.9377937,5.9292493,6.0474977,5.8896794,6.1195388,6.2496843,7.4374852,6.8381968,6.819489,6.8391395,6.7538986,6.751091,6.7414489,6.6739817,6.2388616,5.9934425,5.9810886,6.0035167,5.9113836,6.0036469,6.0933251,5.8985043,5.8673854,5.876514,5.9742603,5.7932658,5.8153567,5.9650679,5.7802458,5.606317,5.4705019,5.4691443,5.6773024,5.5494685,5.7363615,5.8946962,7.0089993,6.87429,6.868804,6.9132891,6.7340193,6.749115,6.7896852,6.6045585,6.3637915,6.1793156,6.1800714,6.2989841,6.1547246,6.2941284,6.4566331,6.5027008,6.3815813,6.3849807,6.4830651,6.3340979,6.3439507,6.41431,6.2011161,5.9817591,5.8044209,5.8067064,5.997551,5.8545341,6.0530186,6.2048936,7.183651,7.0033102,6.994103,7.0324769,6.8627005,6.8743377,6.8985801,6.7178621,6.4549069,6.2585564,6.2576485,6.3599534,6.2168674,6.3490696,6.5059085,6.9765091,6.8339772,6.8289051,6.8797736,6.7067966,6.7199311,6.7620149,6.5715885,6.3288617,6.1418257,6.1421762,6.2674785,6.1231213,6.2700195,6.4297423,7.4024472,7.0687013,7.0525851,7.0848823,6.9498858,6.9529634,6.9571104,6.8031301,6.4729509,6.2504587,6.2432089,6.3108454,6.1821079,6.3008828,6.4321375,7.4259906,7.1349573,7.1185827,7.1449146,6.9953165,7.0012679,7.0047779,6.8520489,6.5383301,6.323081,6.3182149,6.3877897,6.2551422,6.3678689,6.509306,7.513763,7.2313261,7.2125206,7.228128,7.0692153,7.077239,7.0743113,6.9335828,6.621315,6.4093947,6.405889,6.4663153,6.3341889,6.4334502,6.5804181,6.0652757,5.9980016,6.0025558,6.1103621,5.9454241,5.9579439,6.0866899,5.8818235,5.6923833,5.5402374,5.5414433,5.76648,5.6291394,5.8367462,5.992228,6.4998174,6.3945727,6.397079,6.4867725,6.3265123,6.3378291,6.4111652,6.2012639,5.9870749,5.8133469,5.8160906,6.001956,5.858644,6.0495,6.2056022,6.4160719,6.2864704,6.2938013,6.4179325,6.295207,6.3020654,6.381731,6.1000538,5.8852196,5.6900892,5.694705,5.8912473,5.739583,5.9825821,6.1197486,7.4602895,7.2539024,7.2382054,7.2516575,7.0731974,7.086875,7.088429,6.9334874,6.6535487,6.4544482,6.4540448,6.5236411,6.3835044,6.4850388,6.6449018,6.8098049,6.6064677,6.6046777,6.6688886,6.5688643,6.5734138,6.5843506,6.23171,5.9849763,5.7765698,5.7679148,5.8314285,5.6860237,5.9408593,6.0585508,7.5680785,7.1445441,7.121757,7.1329837,7.0014868,7.00387,6.9928942,6.9029903,6.5315104,6.3033414,6.2969074,6.3360987,6.2233081,6.3062396,6.4314504,7.467093,6.9145803,6.8949599,6.9141998,6.8175011,6.8152986,6.8063331,6.731771,6.3127689,6.0701342,6.0587401,6.0873876,5.9889474,6.0798459,6.1779342,5.7315149,5.6771731,5.6871324,5.8217335,5.672689,5.6831131,5.7975912,5.5835919,5.411624,5.2683649,5.2762713,5.5505023,5.4156561,5.6605144,5.8113933,7.1564608,6.7697883,6.7581563,6.8002534,6.7115178,6.7111921,6.7081299,6.452312,6.1202927,5.9010592,5.8833747,5.914917,5.7939029,5.9809561,6.0816798,7.2072048,6.9791303,6.9689445,7.0146837,6.8627934,6.8700838,6.8910403,6.7073159,6.4251103,6.2183232,6.2148972,6.3153715,6.175261,6.3142762,6.4605751,6.5472493,6.4343872,6.443809,6.5506892,6.4368844,6.4420395,6.4954214,6.1268635,5.919672,5.700376,5.6979165,5.8419299,5.6788425,5.9539447,6.0842228,6.9612446,6.7508469,6.7457829,6.8171077,6.6782732,6.6855254,6.7246866,6.5244622,6.2570872,6.0559154,6.0537276,6.1866674,6.0467401,6.2125139,6.3550315,7.3777466,7.0221744,7.0075774,7.0504718,6.9375215,6.9364023,6.9378428,6.7116785,6.3785119,6.1456413,6.1314907,6.186995,6.0537601,6.2086449,6.3248429,10.263085,10.324086,10.369042,10.441975,10.353572,10.337844,10.298477,10.380974,10.29038,10.271456,10.367979,10.404331,10.338223,10.036935,10.044003,10.655857,10.746202,10.806398,10.825397,10.66663,10.646811,10.582578,10.649105,10.513707,10.471307,10.583838,10.615354,10.432401,10.085418,10.075006,10.127736,10.179264,10.216368,10.303276,10.235728,10.221053,10.187616,10.265995,10.190313,10.175334,10.261271,10.29999,10.250598,9.9866648,9.9999638,10.418689,10.492553,10.549228,10.609083,10.49378,10.476398,10.427175,10.510732,10.394414,10.368908,10.477395,10.514089,10.413179,10.060018,10.05309,10.534853,10.613354,10.668516,10.701195,10.568724,10.551754,10.500957,10.580715,10.472785,10.443153,10.555133,10.583267,10.475908,10.14508,10.146774,10.391898,10.459986,10.510042,10.565177,10.458633,10.442312,10.39833,10.480989,10.381379,10.358482,10.461863,10.494152,10.412023,10.092302,10.095618,10.441679,10.510013,10.558875,10.601839,10.491338,10.475499,10.432465,10.513827,10.419762,10.39644,10.499487,10.527148,10.447928,10.140028,10.1473,10.369952,10.433125,10.47879,10.53136,10.43302,10.417569,10.377701,10.458788,10.36986,10.34923,10.447118,10.476588,10.407311,10.110607,10.119455,10.20645,10.272778,10.323148,10.414487,10.324603,10.308103,10.265545,10.35111,10.24906,10.229629,10.329649,10.374533,10.299215,9.9695272,9.9698353,10.577373,10.660649,10.719197,10.74922,10.606937,10.588898,10.532817,10.609466,10.489295,10.455473,10.569623,10.599771,10.467042,10.12181,10.11707,10.608408,10.69397,10.754336,10.782386,10.635325,10.616548,10.557376,10.631516,10.503208,10.466911,10.581116,10.612379,10.462089,10.108689,10.099181,10.296054,10.35467,10.397208,10.459544,10.372229,10.357141,10.319996,10.400276,10.31646,10.298068,10.391222,10.422864,10.361914,10.07729,10.087876,10.55156,10.632088,10.692118,10.731543,10.597057,10.578809,10.523571,10.602711,10.477006,10.445558,10.558607,10.591333,10.462533,10.101991,10.091247,10.472463,10.545558,10.598219,10.640797,10.521361,10.504732,10.457549,10.539049,10.43538,10.409317,10.516971,10.546541,10.452543,10.126785,10.129165,10.588596,10.673546,10.731581,10.756042,10.608565,10.590909,10.534708,10.610604,10.494523,10.45966,10.575496,10.603931,10.473507,10.136083,10.135474,9.6974821,9.7321482,9.7549915,9.900054,9.8785896,9.865037,9.8391466,9.9052563,9.8534412,9.844451,9.9116344,9.9683514,9.9389067,9.744544,9.7641821,10.123719,10.200589,10.209759,10.145668,9.6132336,9.5950785,9.2716112,9.306098,9.1640244,9.1327238,9.7836094,9.9128256,9.1403961,8.9586964,8.9253225,11.101562,11.341947,11.327348,11.263741,10.098722,10.085427,9.8548088,9.865901,9.7458639,9.7213898,10.038817,10.113779,8.9433727,8.7033424,8.649169,10.590813,10.827318,10.811338,10.775452,10.138934,10.12673,9.7881613,9.7990522,9.7143106,9.6970186,9.9993544,10.110859,9.5665159,9.3153334,9.2569036,11.276966,11.50408,11.498647,11.383286,10.063595,10.050028,9.8615398,9.8758039,9.7308264,9.7012568,10.006118,10.07129,8.6995268,8.4622402,8.4147663,10.518789,10.861438,10.798409,10.774899,10.151704,10.132298,9.9272623,9.9042645,9.914896,9.8938789,10.279686,10.341767,9.950654,9.633956,9.5383921,10.53715,10.721931,10.717689,10.674253,10.016409,10.002824,9.6241255,9.640028,9.5107441,9.4925079,9.7752399,9.9000101,9.2546473,9.0346384,8.9873486,9.6127825,9.9159737,9.8289089,9.8779955,9.5242271,9.5151472,9.2320423,9.1842823,9.1897135,9.1799364,9.5075855,9.5965843,9.4467068,9.2372484,9.1397038,11.934332,12.088886,12.09944,11.974956,9.6456976,9.6320639,9.4821806,9.4953127,9.2126169,9.1815329,9.4138937,9.4614182,6.7160006,6.5860953,6.5622187,10.965249,11.241904,11.220074,11.118374,10.226766,10.212056,10.024118,10.031564,9.9617376,9.9345112,10.278056,10.343914,9.569088,9.2657719,9.1984682,10.713464,10.864656,10.866817,10.813805,9.8177719,9.7980356,9.4849043,9.5014391,9.3401365,9.3154955,9.7225132,9.8258419,8.6898117,8.4853392,8.4407816,9.9033165,9.9587231,9.9700718,9.9065552,9.5150747,9.5020847,9.1774168,9.2244902,9.0897007,9.0539856,9.7951546,9.9370327,9.2403803,9.0872908,9.0612335,10.34866,10.61843,10.58617,10.573843,10.114493,10.1039,9.7532005,9.7530413,9.7126904,9.6994019,10.013574,10.127854,9.8384199,9.5808516,9.512291,11.104589,11.301991,11.297355,11.240001,9.9752254,9.9611931,9.6955395,9.7104235,9.5473566,9.5234299,9.8233671,9.9087486,8.5467167,8.337533,8.2923784,10.484233,10.801727,10.754196,10.740539,10.165988,10.153305,9.8890295,9.8801146,9.875082,9.8587284,10.225458,10.311044,9.9380465,9.646493,9.5646257,11.834614,11.973295,11.977408,11.917388,9.5805779,9.5657368,9.3754816,9.3875399,9.1008081,9.0744267,9.3411894,9.3960171,6.6202664,6.4967318,6.4701576,12.088992,12.241261,12.240376,12.16667,9.5968275,9.5855675,9.4321299,9.4424801,9.1441822,9.1161747,9.3504877,9.3928108,6.397758,6.2864075,6.2651095,10.634207,10.954885,10.909874,10.880506,10.221079,10.206394,9.9705992,9.9637451,9.9537916,9.9344788,10.308373,10.384374,9.9196157,9.6161528,9.5340872,11.34911,11.559727,11.562785,11.399519,10.008772,9.9959221,9.8225813,9.839118,9.6753693,9.6436186,9.9337482,9.9988899,8.5388765,8.3085175,8.2683344,11.112313,11.367825,11.358286,11.210628,10.212047,10.199124,10.030582,10.045771,9.9507885,9.9215183,10.249992,10.314385,9.4254456,9.1238918,9.0668907,10.895763,11.183647,11.155619,11.087542,10.230554,10.215855,10.00534,10.00961,9.9535074,9.9292707,10.282059,10.352323,9.6187859,9.3235474,9.2529726,9.987874,10.051432,10.043824,10.00175,9.2689285,9.2334385,8.9073677,8.9148426,8.7994633,8.7727118,9.6584969,9.7692432,8.8810167,8.6951561,8.6565638,10.725188,11.027535,10.984259,10.907775,10.186152,10.168257,9.9940729,9.9853115,9.9491177,9.922823,10.280392,10.337831,9.8067303,9.4759264,9.3901281,10.849052,11.15872,11.125569,11.035693,10.344145,10.328,10.163378,10.166701,10.13844,10.112317,10.481082,10.537949,10.062785,9.6976318,9.6147995,10.766862,11.010032,10.99369,10.949902,10.146873,10.134132,9.8390446,9.8501654,9.7593212,9.7394571,10.055697,10.152864,9.4158707,9.1609955,9.1019945,11.706629,11.807302,11.890616,11.936029,11.721876,11.676393,11.608717,11.835451,11.630489,11.600935,11.775462,11.805272,11.768714,11.094393,11.197869,10.611663,10.673731,10.764986,10.787912,10.615135,10.570522,10.531124,10.877489,10.624695,10.614152,10.766873,10.785729,10.823595,10.008191,10.107499,14.623625,14.656117,14.706548,14.723744,14.563256,14.502586,14.446319,14.642968,14.451752,14.423782,14.517445,14.522667,14.526278,13.863731,14.171243,12.302026,12.385092,12.464217,12.485946,12.271597,12.219187,12.157838,12.394662,12.184366,12.156739,12.322024,12.339187,12.327351,11.606597,11.742651,10.170912,10.255262,10.316794,10.587516,10.492661,10.447361,10.386129,10.616099,10.437635,10.415908,10.580301,10.683572,10.643259,10.098375,10.2182,10.40868,10.488286,10.565606,10.642668,10.480311,10.429868,10.384249,10.755954,10.558493,10.54476,10.697074,10.734777,10.742242,10.039958,10.211601,9.6084843,9.6741295,9.7211905,9.7401981,9.5807457,9.5011034,9.4752741,10.180981,10.069041,10.061457,10.161187,10.17514,10.188949,9.6271038,10.133739,10.201111,10.277947,10.343976,10.380174,10.209419,10.146309,10.109294,10.614036,10.449396,10.438394,10.572762,10.594992,10.609405,9.9425373,10.245244,11.079829,11.151525,11.214535,11.404778,11.282221,11.227652,11.169789,11.452181,11.273608,11.252758,11.393562,11.467075,11.451707,10.835179,11.023122,11.615947,11.728648,11.818722,11.845757,11.611771,11.56999,11.501482,11.720211,11.517822,11.487617,11.678808,11.703843,11.666931,10.976598,11.05191,13.024505,13.078231,13.139602,13.211797,13.05144,12.991224,12.930882,13.181308,12.986197,12.96211,13.07254,13.10398,13.100234,12.4284,12.674421,12.425392,12.498672,12.569974,12.625342,12.437975,12.383594,12.31993,12.560698,12.355648,12.328543,12.470026,12.498092,12.481742,11.798488,11.972559,11.794024,11.867059,11.93439,12.056076,11.900194,11.845977,11.783916,12.040534,11.844796,11.820598,11.960685,12.0113,11.993021,11.344545,11.522342,11.237748,11.303785,11.363748,11.439523,11.279887,11.212131,11.163465,11.575927,11.409307,11.392761,11.510687,11.544927,11.548792,10.887982,11.187424,10.13371,10.219488,10.233362,10.226656,10.161192,10.091827,9.9631195,9.9895153,9.8378019,9.7696695,9.6971741,9.7917547,9.7685022,9.84657,9.7726021,9.3491316,9.3935509,9.2970476,9.3123789,9.2247038,9.1495361,9.0557098,8.9709864,8.8724852,8.8086405,8.6323423,8.7208786,8.7247295,9.0000381,8.8991814,8.7903175,8.8259792,8.690979,8.6761618,8.6688557,8.4629745,8.3503819,8.3175077,8.2958851,8.2775764,7.7584648,7.8451896,7.8395281,9.113308,9.082427,9.9723005,10.052919,10.043574,10.037912,9.9703884,9.8932123,9.7701225,9.7751265,9.6395121,9.5720205,9.4628897,9.5574589,9.5361853,9.7042589,9.6344128,9.5580053,9.6210842,9.5277672,9.5265923,9.4675617,9.3684053,9.2594013,9.2147551,9.1184988,9.058342,8.8304358,8.9393902,8.9251032,9.3409357,9.2725773,9.9519901,10.04522,10.02814,10.015643,9.9828215,9.8925238,9.7647171,9.7877598,9.6631603,9.59552,9.4464273,9.5532131,9.5255928,9.8064804,9.7392578,8.995924,9.0261736,8.8603544,8.8887501,8.8169794,8.7414074,8.6608601,8.54844,8.4706621,8.4145908,8.1781082,8.2868938,8.2952938,8.6451283,8.4840107,9.1830225,9.2802877,9.2198238,9.1830454,9.1911125,9.0370989,8.9196091,8.9118395,8.8507071,8.803093,8.4583654,8.551075,8.5296869,9.3775597,9.3157053,9.8994102,9.9979305,9.9733162,9.9571047,9.9408092,9.8418856,9.7140007,9.7417793,9.626195,9.5592833,9.3819904,9.4931507,9.4639044,9.821991,9.7567701,9.2910423,9.3356504,9.106288,9.1087809,9.0665302,8.9553633,8.8618298,8.7951145,8.7309628,8.6849594,8.3322449,8.4913425,8.4829369,9.0674601,9.0016661,8.1903992,8.2635221,8.2369232,8.1804132,8.1760941,7.9538026,7.8380284,7.807724,7.7937551,7.7822509,7.2872162,7.3127203,7.3094568,8.7483826,8.6832342,8.9767971,9.1481161,9.1252823,9.0329266,9.0870495,8.9539967,8.842597,8.8820114,8.8181829,8.7655058,8.4908314,8.5875931,8.5597181,9.2865286,9.1786165,9.2870855,9.4205112,9.3857775,9.329628,9.3689957,9.2283955,9.109808,9.1397457,9.069931,9.0150414,8.7174234,8.8181505,8.7908058,9.5356369,9.4578724,8.0872574,8.2198505,8.1851721,8.088726,8.0870342,7.9173017,7.812346,7.7779965,7.7465286,7.721292,7.3513179,7.4009256,7.3890543,8.4701376,8.3625755,9.5217543,9.5792828,9.4786987,9.4817715,9.4136944,9.3210945,9.2163086,9.1603775,9.0634298,9.002635,8.7848263,8.8921061,8.8817959,9.2584877,9.1841707,9.7131023,9.7800961,9.7268076,9.7263317,9.6520872,9.5672474,9.4550867,9.421916,9.3077431,9.242837,9.0808525,9.1768131,9.162528,9.4386559,9.3689508,9.7011824,9.7629251,9.7161198,9.7196875,9.6296225,9.5543509,9.4465084,9.4042768,9.2857523,9.2193403,9.0861568,9.1728487,9.1643829,9.3699598,9.298007,9.5903826,9.6678343,9.5942945,9.5832405,9.550334,9.4362888,9.3191986,9.3003302,9.2080784,9.1488857,8.8985777,9.007844,8.9864674,9.5002918,9.4393597,9.6630774,9.772295,9.7315607,9.7033234,9.7198515,9.5958843,9.4714785,9.5010471,9.4109583,9.3492556,9.0935202,9.2058935,9.1766157,9.7565317,9.6937838,9.680171,9.7528172,9.6900768,9.6846676,9.6306477,9.532856,9.4172993,9.3926258,9.2873135,9.2245836,9.0231571,9.1275063,9.1085997,9.48806,9.4223328,9.2826977,9.3242044,9.141326,9.1535378,9.0902748,8.9998274,8.9092226,8.8244066,8.745573,8.6910553,8.4162445,8.5484686,8.5459051,8.9706154,8.8744173,9.1251402,9.1574593,8.933115,8.9533453,8.8922777,8.8087368,8.7273369,8.627346,8.5560923,8.5045824,8.2139845,8.3577271,8.3599768,8.7714109,8.6449537,9.491188,9.6081238,9.5667667,9.5283203,9.5566044,9.4212065,9.2993345,9.3274937,9.249114,9.1911898,8.9041691,9.0113115,8.983242,9.6669798,9.6008348,9.613843,9.6756792,9.6009274,9.602622,9.5296297,9.44168,9.3335228,9.2874107,9.1815157,9.1182308,8.9317093,9.0314932,9.0197248,9.3404942,9.2683821,10.154302,10.285053,10.280847,10.254832,10.298774,10.202991,10.06713,10.162466,10.039643,9.9675636,9.8079243,9.9402599,9.9028902,10.22585,10.157379,9.7376947,9.8230028,9.7749729,9.7626743,9.7307491,9.6260166,9.5043621,9.5028973,9.3979445,9.3345718,9.1262093,9.2336712,9.2091818,9.630888,9.5676842,8.592452,8.6104012,8.3855982,8.4304237,8.3702908,8.3059835,8.2409096,8.1149397,8.0526352,8.0046425,7.7462292,7.8736997,7.8853474,8.2172422,7.9627419,9.4595747,9.5190382,9.3958073,9.3941402,9.3439264,9.2355337,9.1291447,9.078433,8.9937639,8.9378862,8.6654205,8.7841434,8.7705393,9.2759542,9.2099218,9.6531096,9.7500286,9.7007589,9.67941,9.6762562,9.5558081,9.4327755,9.4451809,9.3529806,9.2919588,9.041234,9.1514788,9.1243992,9.6765451,9.6156225,9.7359467,9.9380608,9.9237652,9.8414936,9.9829168,9.8650694,9.7472582,9.8934126,9.8089561,9.7414694,9.5027237,9.6484632,9.6130419,10.171798,10.0695,8.9159184,8.9445391,8.7953625,8.827878,8.7527571,8.6813602,8.6025372,8.4853048,8.4063835,8.3493195,8.1325617,8.2299213,8.241725,8.5649996,8.3869953,10.24886,10.351628,10.371376,10.358875,10.33234,10.259533,10.121815,10.183871,10.030933,9.9607077,9.8823557,9.9925871,9.9618673,10.064502,9.9894571,9.8491545,9.9848413,9.9616947,9.924386,9.9817934,9.8641014,9.7365026,9.8138237,9.7169962,9.6501312,9.4169178,9.5429945,9.5086145,10.033411,9.9649153,9.3967419,9.4897079,9.4253016,9.39849,9.4004374,9.2599859,9.1408043,9.137785,9.0647564,9.0114851,8.6990652,8.8022194,8.7787561,9.5066681,9.4480152,10.176369,10.268546,10.28484,10.275756,10.225225,10.154064,10.021492,10.061216,9.9089718,9.8400965,9.7642517,9.8648634,9.8384008,9.9290085,9.8544741,8.9853964,9.0122004,8.7766447,8.8039379,8.7433691,8.6658249,8.590107,8.480051,8.4122124,8.3619499,8.0740166,8.2172098,8.2227497,8.6126518,8.4528179,9.5689516,9.6518993,9.5827398,9.5675192,9.5464153,9.4255819,9.3067589,9.2959595,9.2077093,9.1494064,8.8847914,8.993866,8.9708252,9.5364065,9.4769878,9.9118719,10.075098,10.058353,10.007856,10.109725,9.9924688,9.8665009,9.9848204,9.8902111,9.8213234,9.5858202,9.7249689,9.6884851,10.217795,10.140798,8.8792133,8.9872074,8.9373684,8.882987,8.892478,8.7292633,8.6146679,8.599802,8.5493793,8.5080853,8.1466522,8.2247362,8.20578,9.1508532,9.0774927,9.5616264,9.628005,9.5372438,9.5333729,9.4816618,9.3773031,9.266077,9.2276983,9.133462,9.074048,8.8353596,8.9454546,8.9290495,9.3809185,9.3155642,9.2029772,9.2768745,9.1802349,9.1587667,9.1493959,8.9952793,8.8808222,8.8538055,8.7951841,8.7506542,8.3830433,8.4845753,8.4670153,9.3195305,9.2669773,9.0473909,9.080348,8.9722748,9.0003757,8.9131117,8.8454208,8.7620611,8.6524086,8.5626249,8.5003586,8.3266296,8.4058313,8.420846,8.6856279,8.5383682,9.3222628,9.3802128,9.2315187,9.2249632,9.1924629,9.0629873,8.9565945,8.9086094,8.8412495,8.7932768,8.451457,8.5770864,8.5630531,9.2436428,9.1872997,10.365638,10.501428,10.514665,10.491379,10.541856,10.459243,10.316585,10.438786,10.298188,10.223894,10.111483,10.250897,10.211469,10.410054,10.337884,9.395072,9.4463615,9.2906961,9.2943192,9.2382269,9.1365042,9.0369606,8.9718084,8.8905449,8.8358822,8.5559187,8.6840162,8.6747828,9.1535778,9.0798635,10.793021,11.042718,11.040828,10.984449,11.287255,11.192487,11.067949,11.413342,11.302692,11.222878,11.016274,11.251431,11.208215,11.557188,11.470987,10.206128,10.36028,10.354206,10.319006,10.412485,10.310946,10.176909,10.311617,10.196606,10.123074,9.9385681,10.086343,10.046602,10.426252,10.3557,9.5156956,9.5675888,9.4958401,9.5055752,9.4136763,9.3392649,9.2394238,9.1727228,9.064723,8.9990406,8.8465929,8.9321098,8.9313087,9.1681204,9.0850868,9.5612574,9.6177359,9.5393744,9.5450926,9.4635487,9.3813133,9.2774706,9.2199583,9.1141739,9.0501719,8.8742027,8.9694147,8.9624443,9.2512093,9.1734953,10.768162,10.942684,10.96856,10.94066,11.081862,11.008606,10.857143,11.081808,10.92923,10.850709,10.765468,10.946652,10.901107,11.015854,10.93981,9.2481365,9.2902136,9.0312634,9.0321913,8.9968719,8.8793325,8.7875185,8.7236366,8.6673899,8.6259174,8.2388105,8.410079,8.4018126,9.0465584,8.9875774,9.1601954,9.1966524,9.0499449,9.0711927,8.996007,8.9169092,8.8301439,8.7292929,8.6451492,8.5866232,8.3595896,8.4655275,8.4705877,8.8181763,8.6898298,9.1879501,9.2260513,8.9327507,8.9318361,8.9044361,8.7782707,8.6884441,8.6290274,8.582654,8.5472527,8.1178532,8.3018637,8.294261,9.0188103,8.9685602,9.3957596,9.4671783,9.3652477,9.3520956,9.3285141,9.1961937,9.0825615,9.0528746,8.9790869,8.9273701,8.6110249,8.7228823,8.704195,9.3809271,9.324995,9.2043867,9.2375793,8.9520063,8.966115,8.9143019,8.8269148,8.7471476,8.6597977,8.5954628,8.5487995,8.2132816,8.3920527,8.3908119,8.8390369,8.7399626,9.746151,9.8388233,9.7952232,9.7787924,9.761508,9.6520987,9.5283241,9.5387278,9.4362602,9.3727789,9.1551275,9.2649517,9.238122,9.6950579,9.6326046,9.5404186,9.6097603,9.5184956,9.511651,9.4691057,9.3575916,9.2446756,9.2115088,9.1215963,9.0636187,8.8068686,8.9183187,8.9002132,9.4066381,9.344305,12.120245,12.497876,12.505577,12.469474,13.135077,13.073709,12.964594,13.74495,13.623885,13.545252,13.347599,13.787006,13.741388,13.865876,13.785294,9.4155178,9.4967785,9.4157419,9.396862,9.3842859,9.2485628,9.1314926,9.1151466,9.0403881,8.9874439,8.6766386,8.7836494,8.7622728,9.4560928,9.3996572,9.7983685,9.8724346,9.8336372,9.829587,9.763463,9.677372,9.5600319,9.5430613,9.4239635,9.3583708,9.2044592,9.3018742,9.2832851,9.5521049,9.4841967,9.0510387,9.0846338,8.7879972,8.7816725,8.766655,8.6149569,8.5221786,8.4775286,8.4464664,8.4213715,7.930162,8.1076183,8.1010447,9.022418,8.9876328,9.2494068,9.3098097,9.1705189,9.1592312,9.1364079,8.9934053,8.8845301,8.8428793,8.7826939,8.7382774,8.369791,8.4887228,8.4740238,9.2554808,9.2038879,10.519814,10.685206,10.696485,10.665511,10.783766,10.698185,10.555666,10.738701,10.603703,10.526341,10.395769,10.561463,10.517911,10.750902,10.678221,9.1207094,9.1561995,8.8583317,8.8549385,8.8339243,8.6950674,8.6040401,8.5505934,8.5121689,8.4819431,8.0196276,8.2016468,8.1945724,9.0176182,8.9752598,9.8140306,9.8970785,9.8599072,9.8505487,9.8056993,9.7109613,9.5890064,9.5875568,9.4726324,9.4073591,9.2325802,9.3364859,9.3129349,9.6463747,9.5807323,8.6420736,8.6653261,8.5222521,8.5663528,8.4927254,8.4289064,8.3572397,8.2298336,8.1560793,8.1014194,7.9011021,7.9884672,8.0055332,8.3036394,8.0683565,9.4457111,9.513689,9.4072104,9.3981791,9.3648138,9.241993,9.1299934,9.0947485,9.0153055,8.9613953,8.665596,8.7801542,8.762435,9.3666096,9.3079128,9.8063583,9.8843851,9.8460608,9.8396063,9.7830725,9.6928711,9.5732698,9.5632381,9.4459963,9.3806143,9.2166195,9.3172245,9.2962017,9.5954189,9.5286045,9.6935225,9.7633276,9.703413,9.7003794,9.637228,9.5451832,9.4312048,9.4020567,9.2929611,9.22931,9.0443478,9.1455698,9.1286335,9.4628677,9.3951979,8.9413033,8.9759426,8.7479019,8.7376852,8.7268753,8.5512047,8.4497318,8.4113894,8.3848372,8.3628883,7.8575087,7.9963775,7.9899864,9.0681791,9.0363693,9.9449778,10.019258,10.00933,10.006974,9.9233761,9.8514156,9.7328091,9.7260809,9.589138,9.5218019,9.4259491,9.5137835,9.4970551,9.6272163,9.5575123,9.6727667,9.7493134,9.686964,9.6786861,9.6346388,9.5312061,9.4137526,9.3955135,9.2934523,9.2314253,9.0161018,9.1226053,9.1016493,9.5239677,9.4601822,9.9092417,10.018178,9.9948969,9.9735069,9.979434,9.8751316,9.7457409,9.7898979,9.6787233,9.6113758,9.4196959,9.5363779,9.5045862,9.9078856,9.8430204,10.690125,10.843883,10.876661,10.853986,10.945852,10.876985,10.723217,10.907121,10.7455,10.66942,10.605502,10.766806,10.72423,10.789717,10.71149,8.4207335,8.5734949,8.5434628,8.4433117,8.4573517,8.3075542,8.2005205,8.1871595,8.1406574,8.1023035,7.7877822,7.8556795,7.8357458,8.7295408,8.6165543,10.441739,10.562226,10.593462,10.577306,10.590075,10.520996,10.374439,10.481871,10.320216,10.247902,10.185676,10.312824,10.276987,10.340128,10.261971,9.4014521,9.4501867,9.3255463,9.3348455,9.2623386,9.1745157,9.0769825,9.002533,8.9109955,8.8511715,8.6252718,8.7347994,8.7304411,9.0992193,9.0115576,9.9257574,10.048794,10.027746,9.9995203,10.03351,9.9241543,9.7941408,9.8600283,9.753603,9.6855564,9.4792747,9.6027937,9.5686522,10.01622,9.9503813,10.146351,10.259665,10.260869,10.242414,10.246139,10.158995,10.023011,10.091464,9.9583645,9.887413,9.7578449,9.8777895,9.843688,10.085996,10.016426,8.6516819,8.7124653,8.6425219,8.6093159,8.6044807,8.400033,8.2841082,8.2504826,8.223772,8.2011375,7.7256212,7.7844863,7.7762308,9.0390596,8.9904842,10.565905,10.765787,10.766389,10.723461,10.918086,10.822948,10.689914,10.931328,10.81263,10.734236,10.548958,10.739516,10.695732,11.029188,10.952718,10.981543,11.200675,11.217322,11.181202,11.429652,11.352357,11.209703,11.532118,11.392523,11.310702,11.183353,11.408753,11.36053,11.535533,11.459381,9.4205341,9.4815836,9.3541136,9.3493996,9.3082781,9.1905746,9.0828218,9.0362349,8.957716,8.9044447,8.6062813,8.7267036,8.7118025,9.2896814,9.2283401,10.577314,10.628245,10.394004,10.397587,10.31172,10.231346,10.175078,9.9791403,9.8642435,9.7743931,9.454154,9.5382004,8.9355307,9.2058344,9.3093319,10.651715,10.690001,10.345357,10.355,10.28265,10.196934,10.141603,9.9294071,9.8312979,9.7523232,9.3199091,9.4616871,8.9528341,9.2865028,9.3595238,9.8951197,9.9485617,9.7881289,9.7917719,9.6919508,9.6248684,9.5764284,9.3553581,9.2384529,9.1438322,8.9116373,8.9050703,8.4401903,8.5780363,8.7344131,10.196707,10.245629,10.084801,10.083453,9.9816971,9.9154329,9.8607683,9.6683369,9.5456715,9.4507694,9.2325048,9.2529469,8.7299023,8.8772202,9.0368738,10.603194,10.63994,10.403003,10.414067,10.329975,10.245272,10.190352,9.9589052,9.8447256,9.7526093,9.3953171,9.4648409,8.9334841,9.230917,9.3309307,10.025314,10.039481,9.8427019,9.8581934,9.7636366,9.6614103,9.6560221,9.3852015,9.2681093,9.1687918,8.9010487,8.8920708,8.4963665,8.6970024,8.849,11.391746,11.403556,11.199054,11.229444,11.147066,11.048429,10.986617,10.684444,10.561378,10.457216,9.9320087,9.9086161,9.4752579,9.8398628,9.9138432,11.14648,11.152158,10.958185,10.987233,10.8974,10.80202,10.751101,10.445174,10.318315,10.209332,9.7531223,9.7305965,9.3067284,9.6226511,9.7139473,10.629881,10.687784,10.391851,10.393847,10.315643,10.23642,10.182302,10.008055,9.9015036,9.8187523,9.4679451,9.5979843,8.9627838,9.2474089,9.3343239,10.836761,10.865718,10.613978,10.632505,10.553655,10.461348,10.40351,10.145707,10.03371,9.9417152,9.5100241,9.5718937,9.0798893,9.4319763,9.5135221,10.411232,10.457108,10.26846,10.271377,10.177146,10.101742,10.046568,9.840766,9.7199707,9.6251459,9.3520908,9.3967552,8.8390856,9.0567732,9.1861305,10.522188,10.531474,10.339581,10.35939,10.264807,10.172135,10.137481,9.8537607,9.7296829,9.6244955,9.2932405,9.2938757,8.8641195,9.1135054,9.2387104,10.53872,10.57878,10.139521,10.145389,10.079983,10.0031,9.9532471,9.7731514,9.6876135,9.6190548,9.1709442,9.3774481,8.8841391,9.1910324,9.2563419,8.8624744,8.9677353,8.8383312,8.8398142,8.7363987,8.6788673,8.6338062,8.4084225,8.3063593,8.2182465,8.0170145,7.9369993,7.5384412,7.5799742,7.732985,10.062507,10.11326,9.953455,9.9539461,9.8526525,9.7872267,9.7347393,9.5326872,9.4124928,9.318079,9.0978069,9.1072512,8.6108456,8.750474,8.9121637,11.235297,11.345119,11.137691,11.124521,11.037463,10.948034,10.892223,10.765314,10.637873,10.546293,10.258456,10.361186,9.3012152,9.5690422,9.6393681,11.326024,11.318422,11.129394,11.160729,11.064734,10.96462,10.923712,10.60861,10.476652,10.359738,9.8824196,9.8245659,9.4398394,9.7250376,9.8187265,10.499249,10.543255,10.333435,10.338937,10.249303,10.169942,10.11471,9.9025412,9.7844763,9.6910486,9.3854876,9.4447803,8.8831854,9.1361284,9.2516317,10.795064,10.829282,10.474291,10.487927,10.419947,10.328045,10.269587,10.042937,9.9474249,9.870266,9.3839226,9.5195541,9.0428953,9.418088,9.4792871,11.264837,11.295224,11.025816,11.048848,10.983358,10.875646,10.80826,10.548046,10.444204,10.359132,9.795373,9.8374796,9.3713551,9.8217506,9.8743458,10.277913,10.307133,10.12421,10.135184,10.040427,9.9608583,9.9166317,9.6676407,9.5471582,9.4482327,9.1627464,9.1763468,8.7103748,8.922019,9.0593071,12.009682,12.010585,11.814441,11.848216,11.765599,11.662942,11.593094,11.285839,11.157431,11.04786,10.399668,10.311183,9.9151754,10.27777,10.339993,11.47346,11.508007,11.212747,11.231426,11.178246,11.056838,10.984003,10.750753,10.658367,10.583167,9.9305964,9.9676809,9.5217562,10.043637,10.078425,11.987321,11.998575,11.785232,11.815277,11.742289,11.632885,11.559681,11.271517,11.15236,11.05242,10.377484,10.309958,9.8973341,10.309155,10.361996,10.865901,10.901695,10.534337,10.549467,10.487122,10.391143,10.33109,10.107169,10.015882,9.9423361,9.4219704,9.559473,9.089097,9.4991522,9.5515032,10.050544,10.082482,9.9070911,9.9178581,9.8219166,9.7425833,9.7076092,9.4551086,9.3370562,9.2392578,8.9761066,8.9720564,8.5395393,8.7187166,8.8680182,10.747852,10.782193,10.484689,10.498718,10.423675,10.33363,10.276216,10.040929,9.9362688,9.851263,9.4161682,9.518672,9.0165443,9.3667774,9.4427061,11.005389,11.044367,10.636642,10.650722,10.609098,10.494539,10.429113,10.238081,10.165641,10.106154,9.4768438,9.6176462,9.185813,9.7246733,9.7511826,10.251936,10.297407,10.123316,10.125918,10.028361,9.9568329,9.9035311,9.6938524,9.5728159,9.4772291,9.2264662,9.2521629,8.7296915,8.9131842,9.0571442,10.625399,10.666755,10.346799,10.355647,10.280882,10.196752,10.141948,9.9333305,9.8316965,9.7502003,9.3449039,9.474246,8.9408951,9.2624083,9.3422337,10.516606,10.570682,10.38403,10.382903,10.287824,10.212589,10.154909,9.9705725,9.8478994,9.7540064,9.4915514,9.547924,8.9330893,9.1492586,9.2737579,12.116327,12.097827,11.91167,11.944328,11.848444,11.749426,11.704075,11.400791,11.264259,11.13894,10.504997,10.371415,10.030956,10.293192,10.37078,10.606094,10.65196,10.362444,10.369451,10.291275,10.208555,10.153591,9.9509649,9.8448143,9.7604313,9.3870831,9.5015192,8.9356432,9.241312,9.328969,10.613019,10.631156,10.433378,10.451747,10.360766,10.272552,10.226075,9.9533691,9.8311348,9.7291536,9.3793354,9.3974123,8.9343967,9.2086172,9.3229218,9.5447121,9.6130705,9.4771719,9.4762297,9.3732891,9.3259354,9.2795143,9.1014643,8.9903812,8.9049683,8.7486353,8.72752,8.3202944,8.368721,8.5846996,10.459517,10.513502,10.349792,10.345274,10.24395,10.173756,10.11528,9.9415493,9.8150148,9.7197647,9.4954538,9.5377045,8.9354048,9.1079702,9.2498207,10.278329,10.281212,10.079836,10.099792,10.004056,9.8968983,9.8884764,9.6016989,9.4799385,9.3753777,9.0761719,9.0662146,8.6710291,8.8989668,9.0383797,10.884738,10.967639,10.750606,10.744043,10.656563,10.573601,10.515583,10.368916,10.247704,10.158388,9.8664579,9.9659424,9.1408281,9.4026775,9.4888554,10.230461,10.277852,10.126378,10.120976,10.015005,9.9525175,9.8960371,9.721055,9.595438,9.5005121,9.3103609,9.331254,8.8074808,8.925705,9.100071,11.077821,11.101586,10.865927,10.890018,10.812386,10.715031,10.653881,10.376471,10.261873,10.166812,9.6852646,9.7162189,9.2466984,9.6256437,9.6993113,10.361175,10.348199,10.117285,10.141111,10.042012,9.8983545,9.9236937,9.6159821,9.4924736,9.3830309,9.0635004,9.0338392,8.672945,8.9329681,9.0604391,10.689062,10.681002,10.478613,10.503996,10.405126,10.2923,10.278434,9.9704914,9.8427467,9.730382,9.3708019,9.3422441,8.9580956,9.2153902,9.3339443,10.829681,10.852443,10.632524,10.653214,10.569036,10.477608,10.422717,10.150366,10.032081,9.9338884,9.5242424,9.5579119,9.0796289,9.4082766,9.5004797,9.8264732,9.8849039,9.7304935,9.7324095,9.6308432,9.5674639,9.5178013,9.3068485,9.190465,9.0972433,8.8806715,8.8709593,8.4069242,8.5258427,8.6902437,9.6296978,9.697093,9.5571318,9.5567045,9.4521513,9.399991,9.3513165,9.1654472,9.051836,8.9644251,8.7918577,8.7743435,8.3414288,8.4098654,8.6067505,12.026299,12.017902,11.832589,11.866399,11.774928,11.676598,11.615467,11.303237,11.16979,11.051403,10.420832,10.312775,9.9390469,10.253285,10.324121,10.694464,10.718096,10.506068,10.524028,10.437002,10.348487,10.29639,10.030951,9.9115448,9.8127842,9.4392662,9.4734392,8.9900103,9.2915945,9.3944302,10.597963,10.640706,10.383751,10.392021,10.310149,10.226704,10.171243,9.9566755,9.8456678,9.7570677,9.3987446,9.4886751,8.9322577,9.2308416,9.3262091,10.525544,10.563178,10.348,10.357203,10.269136,10.187212,10.133174,9.9047556,9.7874184,9.6931515,9.3669176,9.4226828,8.8888683,9.1583624,9.2699614,11.828077,11.850616,11.610968,11.636513,11.573535,11.456177,11.382918,11.117084,11.009383,10.920731,10.242949,10.211571,9.7830257,10.248093,10.292082,11.067071,11.049573,10.844553,10.872881,10.770384,10.64974,10.637924,10.321669,10.189549,10.070274,9.6507654,9.5903845,9.2302561,9.4924002,9.597333,11.093489,11.10921,10.900129,10.926744,10.842757,10.747475,10.69029,10.397501,10.27607,10.173831,9.7117977,9.7156219,9.2640181,9.6108532,9.6946745,11.715782,11.68609,11.478525,11.507404,11.39987,11.272224,11.260573,10.95277,10.815069,10.685915,10.154578,10.033209,9.7096605,9.9546204,10.044182,9.1152592,9.2103453,9.0779428,9.0802717,8.9768257,8.9222193,8.876358,8.6641388,8.5595236,8.4726191,8.2797203,8.2213917,7.8103285,7.8630185,8.0315485,11.141371,11.17802,10.869004,10.888516,10.830163,10.720098,10.653195,10.415382,10.321264,10.244652,9.6735058,9.7522058,9.2792044,9.7592363,9.8041134,10.036097,10.078401,9.9084654,9.915555,9.8184338,9.745717,9.7008696,9.4649668,9.3469105,9.2505283,8.9964056,8.9970703,8.5372744,8.7056761,8.8545027,9.759943,9.8220119,9.6763353,9.6760445,9.5719528,9.5152483,9.4651451,9.272541,9.1565514,9.0664091,8.8785524,8.8678713,8.4144545,8.5039663,8.6882114,10.591208,10.642335,10.290271,10.294678,10.22266,10.144049,10.09216,9.9138241,9.8165188,9.7396164,9.3486948,9.5074797,8.9262772,9.2286444,9.3061171,10.538373,10.512298,10.254706,10.276361,10.169845,9.9902658,10.042179,9.7247715,9.5986004,9.4835176,9.1521435,9.0971403,8.762414,9.0416641,9.1547384,9.3767271,9.4599867,9.3241034,9.3263674,9.2225285,9.1702538,9.1237249,8.9259615,8.8174324,8.7319736,8.5492992,8.5139751,8.0902996,8.1556101,8.3382006,10.378512,10.400357,10.212518,10.226653,10.132643,10.048631,10.006699,9.7455492,9.6239433,9.5231075,9.2192097,9.2321835,8.7753849,9.005908,9.1376724,10.667238,10.702973,10.317498,10.326561,10.257443,10.170823,10.115073,9.9051437,9.8126259,9.7382059,9.2735386,9.4388781,8.9579401,9.2998877,9.3642673,9.687789,9.7537365,9.6087065,9.6093578,9.5057011,9.4488211,9.3995447,9.2023668,9.0878992,8.998168,8.8065119,8.7904282,8.3418188,8.4308472,8.6113739,10.921309,10.922028,10.729759,10.756697,10.662221,10.564532,10.525766,10.220312,10.092362,9.9815359,9.5776634,9.5560493,9.1441422,9.4267168,9.5322943,10.796274,10.807758,10.610858,10.634071,10.543249,10.450991,10.404687,10.114934,9.9906855,9.8854904,9.4991713,9.5028763,9.0584288,9.3510246,9.4566488,11.048409,11.0778,10.808065,10.829509,10.757704,10.658455,10.595687,10.334335,10.227116,10.139113,9.6379309,9.6976767,9.2207212,9.6239443,9.6885319,10.977185,10.933668,10.635222,10.648763,10.531799,10.302611,10.386305,10.075595,9.9434175,9.8199291,9.4345274,9.3288107,9.0315228,9.3209438,9.4127989,9.9856215,10.034635,9.8869877,9.8829021,9.7767773,9.7195854,9.66642,9.4867306,9.3654957,9.2729197,9.0965242,9.1006289,8.632412,8.7202234,8.9144583,10.696239,10.763242,10.561574,10.557785,10.466233,10.387387,10.32864,10.164145,10.042093,9.9506006,9.673686,9.7534447,9.0462751,9.2868338,9.3915138,10.895694,10.925816,10.655401,10.67426,10.599031,10.504572,10.444913,10.189644,10.081244,9.9923964,9.5326929,9.6044493,9.1168728,9.4895048,9.5626841,10.658448,10.694686,10.434303,10.446562,10.366123,10.279444,10.223708,9.9913511,9.8808098,9.7913723,9.4054689,9.4890785,8.964613,9.2836123,9.3738508,10.953631,10.973301,10.757208,10.780855,10.69721,10.60362,10.547437,10.264954,10.145545,10.045767,9.60987,9.6310654,9.1650562,9.5060339,9.593317,10.564185,10.592789,10.384683,10.398465,10.309749,10.225002,10.173447,9.9229212,9.8038054,9.7063684,9.3656673,9.4053907,8.9067049,9.1835566,9.2953329,11.348734,11.373573,11.130064,11.155901,11.085225,10.97983,10.912726,10.636926,10.52622,10.434779,9.8762932,9.8922043,9.4348068,9.8614283,9.9198999,10.187354,10.207276,10.023042,10.036969,9.9413195,9.8544817,9.8244524,9.5599079,9.4397268,9.3391523,9.0591984,9.0582447,8.632287,8.834363,8.9789991,10.399948,10.413217,10.223668,10.240883,10.146012,10.056073,10.022127,9.7471619,9.6244221,9.5211,9.2108679,9.2141256,8.7812767,9.0141439,9.1466484,10.402357,10.435725,10.242863,10.252541,10.160072,10.080412,10.030016,9.7918959,9.6718254,9.5745039,9.2744455,9.3062153,8.804656,9.0406351,9.1673346,9.8379202,9.8687124,9.6871958,9.6988964,9.6040859,9.5141573,9.5001554,9.2422743,9.1283808,9.033041,8.7844238,8.7687674,8.3697281,8.5395784,8.6971827,10.82465,10.865034,10.467816,10.482194,10.427629,10.328957,10.269473,10.062512,9.979393,9.9122715,9.3721867,9.5308971,9.0568104,9.4993916,9.543355,10.288818,10.329138,10.1473,10.153138,10.057878,9.9829721,9.9314899,9.7076502,9.5873823,9.4910278,9.2197771,9.2463484,8.7371044,8.94137,9.0783272,11.395214,11.414187,11.191289,11.219603,11.143633,11.041254,10.975559,10.686148,10.569249,10.471735,9.9242887,9.9191275,9.47188,9.8716803,9.9366798,10.55886,10.592308,10.107932,10.111506,10.047004,9.9660273,9.9133635,9.7280865,9.6476583,9.5835037,9.091692,9.3239155,8.8840208,9.1978064,9.2527828,11.450433,11.451581,11.261277,11.293501,11.203871,11.107144,11.052195,10.739443,10.610272,10.498187,9.9818077,9.9320669,9.5258245,9.8488197,9.9312458,9.2753267,9.3586168,9.2154989,9.221571,9.1287575,9.0656796,9.0362701,8.80128,8.6977968,8.6124525,8.3947496,8.3470917,7.9485002,8.0474396,8.2051764,10.866441,10.908691,10.503592,10.5182,10.471494,10.364943,10.303121,10.105615,10.028901,9.9662495,9.3886766,9.5455799,9.0827465,9.5798521,9.614213,10.717416,10.7486,10.504051,10.5196,10.438034,10.349189,10.293374,10.044888,9.9316196,9.8390779,9.4434996,9.5086193,9.002614,9.3288269,9.4194632,10.533922,10.532948,10.33502,10.357771,10.260919,10.156373,10.136863,9.8395882,9.7141247,9.6055956,9.2706556,9.2563114,8.8562946,9.1041746,9.230279,8.7362432,8.5158844,8.4921999,8.4741592,8.3445272,8.340641,8.5122175,8.3409462,8.064702,7.8243766,7.813921,7.8141999,7.6841483,7.7661719,7.1485047,7.5942397,7.5998011,7.6111417,7.6142468,7.4792809,7.4597058,7.4056759,7.0407729,6.7817755,5.8508859,5.8305893,5.8433533,5.6702771,5.8631182,5.9544148,8.8160915,8.6466217,8.6273155,8.6036921,8.4694319,8.4717979,8.6722221,8.5283499,8.2850227,8.0606947,8.0460005,8.0498428,7.9306016,7.999393,7.2443242,7.8174715,7.7608595,7.7627163,7.7488856,7.5750804,7.5716453,7.5406947,7.1800575,6.9498072,6.579803,6.5628977,6.575562,6.3914838,6.562407,6.6141477,7.7253518,7.71907,7.725462,7.7471318,7.6303754,7.6121116,7.5661969,7.1923909,6.9067016,5.7818141,5.7606139,5.7705979,5.6066842,5.7982984,5.8664351,7.4949231,7.4209647,7.4267364,7.4629979,7.3424854,7.3379779,7.3254218,6.8264918,6.6103911,6.2283273,6.2015829,6.2136207,6.0309458,6.3058186,6.3237157,7.7569818,7.7289886,7.7350402,7.734982,7.5766869,7.5651073,7.5210452,7.1036863,6.8663454,6.3008151,6.2789927,6.2919354,6.101356,6.3004184,6.3889427,7.8924232,7.8303132,7.8308463,7.8321929,7.6727567,7.6652355,7.6351871,7.2206993,6.9837589,6.5554223,6.5316777,6.5435681,6.3514476,6.5485044,6.5948014,7.5558887,7.5402098,7.5501652,7.5398102,7.3738527,7.3634653,7.3161001,6.9307871,6.7046571,6.1850424,6.1686268,6.1826186,6.0011096,6.1881118,6.297061,7.6697907,7.6331849,7.6391497,7.6235824,7.4481726,7.4431481,7.4036922,7.0389252,6.814127,6.4107542,6.3957057,6.4093447,6.2271981,6.4012356,6.4876781,8.3848372,8.2124376,8.1955757,8.1810741,8.0335293,8.0318136,8.1007328,7.8534741,7.5912428,7.3268828,7.3082948,7.3131552,7.1608491,7.2795606,6.9806337,7.1528931,7.1333776,7.1453395,7.1119242,6.9154501,6.9336166,6.9005251,6.6702752,6.4797306,6.2505546,6.2552052,6.2709818,6.1410637,6.2564979,6.3185587,7.3604803,7.3470955,7.3592324,7.3411307,7.1672134,7.1605644,7.1146741,6.7616515,6.5479078,6.1176243,6.1065755,6.121314,5.9521155,6.124959,6.2438722,7.3961067,7.3537598,7.3667922,7.4162469,7.3058829,7.299468,7.2819495,6.7465773,6.5294361,5.9954762,5.9613028,5.9735837,5.7943363,6.0793133,6.1263394,8.2741661,8.1356888,8.1232595,8.102807,7.9422956,7.944623,7.987174,7.7453203,7.4982457,7.2366595,7.2211804,7.2290726,7.0751023,7.1904354,6.9520049,7.9076414,7.8310642,7.8277082,7.7955499,7.6126184,7.6245933,7.6261568,7.4114971,7.1970644,6.9595079,6.9532604,6.9652205,6.8233113,6.9269547,6.7795625,7.2127104,7.2049813,7.2097702,7.2404842,7.1802526,7.1710639,7.1496391,7.0254459,6.678504,4.977818,4.9684463,4.9727964,4.8830333,5.0116787,5.0422435,7.7119312,7.6554475,7.6547909,7.6204123,7.4373431,7.456594,7.4474721,7.281703,7.0927839,6.8931265,6.8914213,6.9049249,6.7927852,6.8785906,6.6670756,8.5896759,8.4087973,8.3899107,8.369379,8.2269144,8.2277346,8.3519659,8.1672115,7.9089613,7.6675072,7.6515365,7.6558056,7.5209179,7.6098018,7.1097112,5.8520002,5.8561049,5.8752379,5.8628583,5.709518,5.7359419,5.6740708,5.5456376,5.4279337,5.3168278,5.3312821,5.3470502,5.3427196,5.4235663,5.3763747,6.6224909,6.616396,6.6292334,6.6028767,6.4188714,6.4469318,6.4046788,6.2410331,6.087162,5.9307466,5.9403968,5.9552546,5.887948,5.976737,5.9560814,7.8590884,7.8114314,7.8139544,7.8216825,7.6682963,7.6579528,7.6216931,7.182003,6.9425654,6.4260106,6.4004698,6.4125361,6.2184973,6.426959,6.4909568,8.8051462,8.7322435,8.721137,8.6852407,8.5435944,8.5591173,8.5792189,8.5778122,8.4479513,8.2948103,8.2736206,8.2953043,8.2254543,8.2722683,7.2499824,7.7789865,7.7319679,7.7288017,7.6924558,7.5192938,7.5424409,7.4520516,7.3872752,7.2403054,7.0873089,7.0789003,7.0980945,7.0282187,7.0915461,6.673912,8.1726151,8.0431929,8.0327654,8.0183897,7.8579416,7.8575649,7.8782916,7.5885921,7.3402581,7.0556755,7.0377426,7.0461063,6.8800888,7.0184836,6.8760762,7.944778,7.865067,7.8629537,7.8601141,7.6986923,7.6936002,7.6730623,7.2866845,7.0485387,6.6782904,6.6560149,6.667232,6.4797187,6.6644292,6.6786489,7.9609742,7.8609877,7.8567963,7.8629537,7.7138276,7.708415,7.7008319,7.3019829,7.0612526,6.71035,6.6854482,6.6954551,6.5108514,6.7083416,6.6846919,8.168189,8.0253353,8.0133181,8.0150537,7.8765707,7.8706074,7.9176803,7.5799832,7.3295689,7.0328016,7.0061727,7.0121384,6.8449087,7.0182261,6.8192124,7.0439148,7.0516949,7.0702119,7.0562849,6.8975358,6.8868384,6.8375163,6.4921508,6.2848496,5.760098,5.7488551,5.7635107,5.6104236,5.7889943,5.9169984,5.9922576,5.9946728,6.0110264,5.9959979,5.8404126,5.8686862,5.77947,5.6777248,5.5651512,5.4611349,5.4729719,5.4896421,5.4902153,5.5635076,5.4733353,7.5699725,7.5237226,7.5276914,7.4944115,7.3009238,7.3134069,7.2886238,7.0443425,6.8363996,6.5861635,6.5837674,6.5973682,6.4497571,6.5675392,6.5712037,8.4985495,8.3087015,8.2895355,8.2729988,8.1304131,8.128952,8.2270155,8.0120564,7.7450452,7.4921198,7.4744759,7.4781098,7.3346124,7.4380684,7.0414405,8.1118937,8.0151329,8.0079346,7.9777699,7.803442,7.8131356,7.8383284,7.6317935,7.4101558,7.1710258,7.1619706,7.1727958,7.0309706,7.1307654,6.8934231,7.5966125,7.5463986,7.5484304,7.5140324,7.3224845,7.3390875,7.3205271,7.1103444,6.9095297,6.6854186,6.684278,6.6975584,6.564857,6.667655,6.5988884,7.1119757,7.0965524,7.1109824,7.0810356,6.8906145,6.8971915,6.8587227,6.5822802,6.3859553,6.104311,6.1024518,6.1184659,5.9756756,6.1130514,6.2256308,7.7863889,7.7645864,7.7700109,7.7865648,7.6503797,7.6352758,7.5916476,7.1610441,6.9031076,6.0948849,6.0702977,6.0815372,5.8980632,6.1060605,6.1816154,8.0230885,7.9472322,7.9423542,7.9083047,7.7326827,7.7485404,7.7693672,7.60748,7.4092102,7.1995554,7.1942515,7.2068644,7.0872922,7.1704974,6.851038,7.1633592,7.1446996,7.1577439,7.1251564,6.9301486,6.942162,6.9064865,6.6515408,6.4561977,6.2007771,6.2017245,6.2176228,6.0782857,6.2050185,6.2971759,8.2717104,8.1543703,8.1438551,8.1163654,7.9505048,7.9576678,8.0072012,7.8040447,7.573638,7.3316998,7.3201976,7.3296394,7.1875916,7.285573,6.9756627,7.7972751,7.7370434,7.7384109,7.7175269,7.5373425,7.5377808,7.510952,7.1864247,6.959403,6.6328864,6.619812,6.6324859,6.456296,6.6101007,6.6449547,7.451088,7.4483352,7.4611216,7.4524317,7.2939262,7.2805099,7.2294636,6.8480921,6.620749,6.0159063,5.9994688,6.0134597,5.8371954,6.0271454,6.1417508,7.8888412,7.8155699,7.8150244,7.8283715,7.681004,7.6727948,7.648922,7.2024484,6.9645629,6.5353146,6.5078206,6.5189281,6.3266153,6.5432076,6.5722742,8.4222956,8.2784023,8.2641706,8.2401056,8.0843725,8.0886278,8.1681871,7.9696059,7.7274208,7.4839349,7.4699945,7.477428,7.3368487,7.4324541,7.0446949,6.8295703,6.8283634,6.8464489,6.8255,6.6512451,6.6494675,6.6062617,6.3005705,6.1109223,5.7694206,5.7654867,5.7818146,5.6463795,5.8011184,5.9342146,7.9900513,7.8988595,7.8946157,7.8803315,7.7107768,7.7099042,7.6993251,7.3711162,7.1331949,6.8167191,6.799253,6.8100681,6.6328425,6.7886615,6.7606897,8.3108139,8.2131453,8.2041101,8.1720457,8.0071125,8.019165,8.0856724,7.927053,7.7185431,7.5003471,7.4923186,7.5032678,7.3791842,7.4592824,7.0105305,7.6220603,7.6122532,7.6175137,7.6447496,7.5441146,7.5287089,7.4908137,7.1731138,6.8693128,5.5745263,5.556356,5.5641351,5.4202385,5.5960956,5.6506462,7.0456653,7.0468674,7.0643024,7.0469794,6.8793173,6.8723521,6.8261065,6.4882274,6.2862077,5.8502092,5.8419576,5.8574276,5.705122,5.8758879,6.0079737,7.8328238,7.7837524,7.7864804,7.7827911,7.6184058,7.6106949,7.5749083,7.1707859,6.9365273,6.4914184,6.4699683,6.4825616,6.2914062,6.482903,6.548913,7.5718579,7.5320649,7.5382347,7.5113897,7.3238792,7.3266277,7.2924333,6.9864111,6.7703328,6.4558797,6.4479828,6.461947,6.2948709,6.4415264,6.5128231,7.5726781,7.5291114,7.534308,7.5037494,7.3123307,7.3197193,7.289969,7.0132642,6.8002195,6.5193925,6.5143156,6.528141,6.3690915,6.501843,6.5474472,7.0297141,7.0191226,7.034183,7.0078158,6.823575,6.8250132,6.7831244,6.4874754,6.2917194,5.9789467,5.9758539,5.9916968,5.8483748,5.995554,6.1206594,7.4097619,7.3895984,7.4002233,7.3796344,7.2011175,7.1967821,7.1531687,6.8097348,6.5959492,6.2039976,6.1937542,6.208396,6.0389085,6.2057424,6.3177199,7.7448492,7.7138391,7.7182622,7.7494173,7.6269541,7.6131802,7.5770998,7.1163225,6.8567567,6.0233631,5.9961648,6.0063281,5.8282099,6.0512753,6.1110377,8.5015736,8.4222431,8.4144392,8.3810616,8.2286158,8.2459259,8.3307161,8.2441673,8.0728655,7.8901558,7.8801999,7.8949451,7.8026333,7.8613615,7.1149368,7.294425,7.259882,7.2646451,7.2322292,7.0457315,7.0689449,7.0387125,6.8732653,6.6982532,6.5155811,6.5188084,6.5329766,6.4370704,6.5240679,6.404398,8.7106047,8.5727606,8.5573454,8.5303955,8.3872318,8.3938322,8.5591755,8.4173508,8.1927204,7.9727025,7.9613447,7.9685464,7.8491192,7.9195805,7.2129674,7.6728606,7.6592073,7.6679158,7.6672854,7.5129566,7.4989376,7.4501276,7.0417738,6.8023458,6.1513686,6.1307373,6.1438837,5.9576645,6.1558409,6.254879,7.4307938,7.4355354,7.4493194,7.4439826,7.2949629,7.278512,7.2251611,6.8502789,6.6158533,5.8990912,5.8814855,5.8951044,5.7222486,5.9144988,6.0231829,7.6849403,7.6429801,7.6484632,7.6865158,7.5647912,7.553309,7.523644,7.015698,6.7737412,6.1078873,6.0766168,6.0874562,5.9033542,6.1519494,6.2047729,8.0088625,7.9142098,7.9090128,7.8874502,7.7130165,7.7158394,7.712996,7.4270973,7.1920652,6.9060059,6.8921771,6.9029002,6.7355847,6.8708615,6.8013639,7.8159018,7.7494369,7.749485,7.7242341,7.5409312,7.5448742,7.5242996,7.2307734,7.0054832,6.7105742,6.7000055,6.7124071,6.5439653,6.6830349,6.6860003,8.0394278,7.9133039,7.9054499,7.9101501,7.7674322,7.7627296,7.7804976,7.4154797,7.1699066,6.8575678,6.8330798,6.8412361,6.6664858,6.8529196,6.7485251,8.0601873,7.9609723,7.95438,7.9281139,7.7529092,7.7590399,7.769176,7.5228477,7.2917886,7.0305281,7.019146,7.0296774,6.8738899,6.9909058,6.8502612,7.8225446,7.752943,7.751863,7.7219028,7.5359554,7.544631,7.5318465,7.2784715,7.0584755,6.7964253,6.7890453,6.8012991,6.6455088,6.7660918,6.7166543,7.5410142,7.496943,7.4979324,7.4650445,7.2885575,7.3117337,7.2742748,7.1536899,6.9906354,6.822679,6.8218522,6.8374729,6.7571878,6.8309283,6.546905,7.8051014,7.7241178,7.7240953,7.7462945,7.6090841,7.6016264,7.5841093,7.1179881,6.8843865,6.4775953,6.4489255,6.4597249,6.2703557,6.505434,6.521235,7.82445,7.7716432,7.7740307,7.79776,7.659595,7.6485162,7.6171136,7.1348524,6.894218,6.3400574,6.3102393,6.3215027,6.1289682,6.3608174,6.4124594,7.5583229,7.5402627,7.5453734,7.5810361,7.484376,7.4711542,7.4390206,7.080267,6.7875924,5.5783925,5.558465,5.5661168,5.4217014,5.6134257,5.662818,7.7209907,7.7184091,7.7269707,7.738287,7.6054673,7.5864301,7.5350456,7.1375637,6.8726416,5.9339128,5.91153,5.9235387,5.7456965,5.9452953,6.0299034,7.0516386,7.065546,7.0841465,7.0759544,6.9317799,6.9169946,6.8659673,6.528038,6.3100648,5.6276469,5.6146193,5.6283636,5.4785166,5.660821,5.7719755,7.3939176,7.3700671,7.3789268,7.4312606,7.3366919,7.3262095,7.300662,6.8127794,6.560123,5.6384597,5.61129,5.6207809,5.4630289,5.7109742,5.7602062,7.7040296,7.6955652,7.7041602,7.7098799,7.5657725,7.5491762,7.4990029,7.0894103,6.8385711,6.0556569,6.0336223,6.0461273,5.8623729,6.0634189,6.1559372,8.6079063,8.4917946,8.4790316,8.4491892,8.2990198,8.3084478,8.4457607,8.3061914,8.0942039,7.8780174,7.8690009,7.8779964,7.7590065,7.8293223,7.1673074,8.2702293,8.1166182,8.1022854,8.0933323,7.9450088,7.9415927,7.9885569,7.6946969,7.4379964,7.1543856,7.1348667,7.1407375,6.9787326,7.1211004,6.9051256,7.71422,7.6103067,7.6110344,7.6314321,7.503324,7.4999704,7.5053749,7.0879698,6.8600626,6.5391097,6.5149179,6.5251937,6.3489361,6.5827951,6.5382471,7.0661564,7.0489926,7.0594511,7.026032,6.8294487,6.853066,6.8197331,6.6193871,6.4390216,6.2393999,6.2455473,6.260695,6.1488509,6.2508354,6.2712569,7.7064362,7.6735659,7.6796818,7.6702809,7.5015001,7.4934382,7.4515867,7.0618753,6.8327003,6.3706689,6.3525438,6.365994,6.1789875,6.3648214,6.4546151,8.9587898,8.7431812,8.7189465,8.6985273,8.5776072,8.5753546,8.8268089,8.697196,8.4302759,8.2051668,8.1882286,8.1872396,8.0732756,8.1341906,7.2747993,7.5185909,7.486928,7.4948812,7.4713001,7.2877312,7.2867799,7.2477694,6.9195514,6.7035394,6.3537068,6.3441706,6.358427,6.187911,6.3457937,6.4389758,7.8336024,7.7970109,7.8008585,7.8138533,7.6675019,7.6549401,7.6150889,7.1660595,6.9210038,6.2989769,6.2728019,6.2846637,6.0925817,6.3057961,6.3771424,8.0462656,7.9385333,7.9320855,7.9264174,7.767807,7.7646213,7.7632303,7.4136667,7.1699309,6.8480067,6.8267212,6.8363843,6.6575007,6.8262744,6.7730842,10.09608,10.103812,10.056111,10.015432,9.9524746,9.8643208,9.783144,9.9207392,9.8573151,9.7409153,9.1957951,9.1405039,8.8300962,9.5135956,9.4643383,8.8252974,8.7942324,8.822073,8.7887487,8.696372,8.9020967,8.8604441,9.3780279,9.3832989,9.2326832,8.7227325,8.6738253,8.4159966,8.7351131,8.7088213,10.514256,10.468859,10.446239,10.408155,10.255236,10.359036,10.322959,10.812146,10.774679,10.562979,10.069468,9.9756775,9.7660093,9.9710922,9.9207897,9.205162,9.2188339,9.19207,9.1485348,9.0858889,8.9718037,8.8834,8.9960546,8.926877,8.7953539,8.3738632,8.3757935,8.0681095,8.9157934,8.8990498,6.8759074,6.7889633,6.768806,6.7178922,6.6119194,6.6080384,6.5861425,6.7197871,6.597868,6.4317746,6.321517,6.3217707,6.0809751,6.5426154,6.5780258,7.2913918,7.2280951,7.267868,7.2319064,7.1461601,7.3149724,7.3089781,7.7045808,7.6474209,7.4788699,7.1967793,7.2023206,6.9370289,7.3091769,7.3486552,6.9311924,6.8880591,6.9575276,6.9221497,6.8384175,7.1248269,7.0957112,7.6867533,7.7114444,7.561851,7.1392531,7.1374044,6.8756371,7.2307262,7.2589107,8.3460464,8.3132582,8.3151627,8.268857,8.179985,8.2327394,8.1825571,8.4576578,8.3837147,8.2065382,7.8828816,7.8869009,7.5830483,8.0861807,8.0988398,8.4813643,8.5013609,8.496069,8.4431839,8.3667469,8.2436543,8.1499443,8.2416925,8.1356611,7.8268285,7.5410209,7.5657973,7.30405,8.1333294,8.1511412,9.0710611,9.0727005,9.0496159,9.0031576,8.9299889,8.8613081,8.7839804,8.9363728,8.8603296,8.709362,8.3236847,8.3252897,8.0073824,8.7253084,8.7144136,7.354692,7.3281212,7.4152532,7.3899417,7.3144174,7.6764259,7.6414447,8.3685369,8.4520178,8.3186207,7.7574344,7.7294316,7.4815283,7.7913852,7.7883739,7.8559594,7.8625655,7.8619771,7.8159714,7.7217512,7.654943,7.5926471,7.7107153,7.5722575,7.1285386,6.9614792,6.9930758,6.7262177,7.3101821,7.3463216,8.6694698,8.6466293,8.6647453,8.6268015,8.544816,8.694211,8.6422071,9.0631905,9.0499926,8.9086781,8.4276056,8.3960733,8.1043825,8.5402889,8.519269,9.0400019,9.0474424,9.0247059,8.9780321,8.9081593,8.8127031,8.7296762,8.8554335,8.7774858,8.6250582,8.2434015,8.2504826,7.9393706,8.7270784,8.7188892,8.5110807,8.4839115,8.4724379,8.4231997,8.3335009,8.3220205,8.265852,8.4606276,8.3633299,8.1686106,7.880383,7.8908401,7.5829778,8.1409349,8.1553526,8.5127077,8.5367098,8.5331621,8.4835711,8.4175148,8.2708025,8.1655922,8.2438841,8.1519718,7.8744936,7.548574,7.5705833,7.3362365,8.2845058,8.2974586,8.8344316,8.8169718,8.8172855,8.7754288,8.694767,8.7690725,8.7099533,9.0305042,8.9900236,8.845458,8.4067907,8.3867235,8.0793447,8.5923319,8.5747833,8.1020947,8.0987825,8.091897,8.0426922,7.9482355,7.8787422,7.8152757,7.9317856,7.8018851,7.4568181,7.2601261,7.2882905,7.0070477,7.6173301,7.6479573,5.7367611,5.7046132,5.8121891,5.7794433,5.7032394,6.1385536,6.1019559,6.9504972,7.0908275,6.9691167,6.3982244,6.3881211,6.1499801,6.4650254,6.4871411,7.8353448,7.7785735,7.7923613,7.7492371,7.6569014,7.7542253,7.7264423,8.0397425,7.9604897,7.7787156,7.5029984,7.5089736,7.2261615,7.6453023,7.6750832,9.2662859,9.2611675,9.2377834,9.1941261,9.1190233,9.0986958,9.0285845,9.2369595,9.1743593,9.0347223,8.6006498,8.5820646,8.263957,8.8792562,8.8547621,7.6740546,7.6095047,7.597939,7.5526619,7.4528422,7.4510045,7.4205618,7.586916,7.4625487,7.2547321,7.0856166,7.0987515,6.8284822,7.2948956,7.3304763,10.392731,10.408517,10.356022,10.318258,10.273749,10.110846,10.010084,10.086005,10.032001,9.9455719,9.3001966,9.2297468,8.9569168,9.8547316,9.8090525,6.0680199,6.0472884,6.1696172,6.1506433,6.089406,6.5457492,6.5140991,7.3887839,7.5417123,7.4254336,6.8063974,6.7892094,6.5468712,6.868505,6.8769503,7.8102145,7.783855,7.8465924,7.8155999,7.7372332,8.0234365,7.9812846,8.591773,8.6370945,8.5006437,7.9722495,7.9438205,7.6744552,8.0395555,8.0296383,8.8548594,8.8494358,8.8308067,8.7819147,8.7024937,8.6433477,8.5709105,8.7262764,8.6392336,8.4653568,8.1248484,8.1336012,7.8187661,8.4995041,8.5001488,8.8536167,8.8417749,8.827631,8.7808933,8.7002916,8.6878119,8.6214819,8.8312168,8.7576876,8.5970411,8.2293043,8.2291327,7.9120111,8.5225639,8.517683,8.734231,8.7403603,8.7251987,8.6752014,8.5993948,8.4931192,8.4099569,8.5170221,8.4224997,8.218647,7.8962445,7.914434,7.6230912,8.4213171,8.4292698,7.7540684,7.6876583,7.693913,7.6500416,7.5552573,7.6274238,7.6064754,7.8773994,7.7807021,7.5942478,7.3598485,7.3670845,7.0895777,7.507916,7.5418077,8.2562532,8.2138224,8.2052755,8.1569309,8.0625496,8.0698156,8.0247049,8.2301617,8.124505,7.921381,7.6695857,7.6810918,7.3834572,7.8851094,7.9085178,9.3539343,9.3335056,9.3245173,9.2853193,9.2018347,9.2838488,9.2285213,9.5672274,9.5311804,9.3902731,8.8930063,8.8427229,8.5506029,8.9898386,8.9530354,8.828146,8.8009167,8.8209152,8.7851534,8.6986294,8.8723669,8.8253536,9.2876711,9.2824287,9.138341,8.6345205,8.589983,8.3143272,8.688118,8.6611214,8.5469475,8.5423565,8.5283365,8.4765892,8.3903494,8.3095551,8.2375727,8.3580103,8.2479172,8.007205,7.7374749,7.7582932,7.4606118,8.1462374,8.1631746,7.8333559,7.788312,7.7766604,7.7313914,7.6321807,7.6061277,7.5646839,7.7084222,7.5811691,7.34302,7.1687126,7.1882329,6.9113445,7.4179111,7.4518971,7.0842152,7.092494,7.1014233,7.0744061,6.9834895,6.944221,6.9038939,7.0462923,6.8740773,6.1510344,6.0671334,6.1018639,5.8850183,6.3222713,6.3675823,8.8815289,8.8976135,8.8819008,8.8376617,8.7771626,8.6341677,8.5379124,8.6232328,8.5496607,8.3954554,8.0043192,8.018981,7.7508254,8.7186298,8.7166834,8.903471,8.9132605,8.8946142,8.8470078,8.777586,8.6647673,8.5780039,8.6854305,8.6028204,8.4352713,8.0722189,8.0858307,7.7895007,8.628993,8.6279497,9.7276564,9.7004108,9.6852236,9.646843,9.5546436,9.6448927,9.5946455,9.9573479,9.9213343,9.7731094,9.2468204,9.1735926,8.9010801,9.2683153,9.2213392,7.8933039,7.8316183,7.8235493,7.7769032,7.678668,7.6952381,7.6638865,7.863668,7.7474999,7.5440874,7.3401108,7.3513989,7.0705709,7.528667,7.5610232,9.8523169,9.8407564,9.8088932,9.7683144,9.6903782,9.6979141,9.6345816,9.8794689,9.8248339,9.6904125,9.1704874,9.1084471,8.8077269,9.3080463,9.2605143,10.248843,10.229562,10.193261,10.153437,10.06941,10.095612,10.037963,10.312187,10.259604,10.120426,9.5493279,9.4544735,9.1739378,9.5911427,9.5322323,7.8219714,7.7830806,7.813673,7.7716508,7.6838512,7.8428349,7.8010921,8.2139797,8.1807814,8.0166111,7.6474614,7.6467762,7.3578205,7.7911372,7.8077555,8.2243395,8.182045,8.1814318,8.1346397,8.0423594,8.0852613,8.0416622,8.2953815,8.2063055,8.0175123,7.7342319,7.741807,7.4438243,7.9257727,7.9465785,9.1017828,9.065588,9.0904741,9.0577564,8.9489956,9.1552162,9.1179476,9.666995,9.6700783,9.5014963,9.0074453,8.9539165,8.7178831,8.9795666,8.9522285,9.0699463,9.0654583,9.0447807,8.9991274,8.9231186,8.8879013,8.816226,9.0048532,8.9343081,8.7853193,8.3894424,8.3844328,8.0649242,8.7159576,8.7022123,7.7288108,7.7000794,7.6915522,7.6482058,7.5494437,7.5091286,7.4636259,7.5883212,7.4593949,7.1811895,7.0178499,7.0426345,6.7708378,7.3056026,7.3414073,8.6164331,8.6289797,8.6186047,8.5680513,8.4931812,8.3731546,8.2848482,8.3791542,8.2810936,8.0405207,7.7301245,7.7519178,7.4786043,8.3178759,8.3304777,5.2678051,5.2439585,5.3696208,5.3455029,5.2819028,5.7698836,5.7357988,6.6832223,6.8753858,6.7677188,6.1280336,6.1139216,5.8858294,6.1865358,6.2026973,7.2984376,7.223392,7.2467332,7.2079983,7.1184139,7.2402034,7.2458615,7.5660639,7.4829755,7.3124881,7.0849099,7.089808,6.8248668,7.212738,7.2528124,8.783989,8.8013039,8.7916794,8.7567415,8.7120838,8.5250311,8.414875,8.47159,8.416501,8.2926846,7.8460097,7.858983,7.6614652,8.860363,8.8589449,7.7324419,7.7004666,7.742703,7.7023802,7.6178584,7.820025,7.7738805,8.253108,8.2492619,8.0967836,7.672544,7.6661606,7.3776917,7.8126745,7.8211861,9.9393044,9.9543896,9.9091902,9.8701534,9.8147554,9.6919336,9.6021938,9.7095251,9.6495266,9.5439358,9.0044289,8.9647398,8.6608238,9.4680529,9.4252729,8.382555,8.350771,8.3376751,8.2878351,8.1945553,8.1704493,8.1173105,8.2890453,8.1783113,7.9640703,7.7130198,7.7276587,7.4258275,7.9742303,7.9953237,7.9164619,7.889514,7.9302211,7.8911881,7.8091736,8.0099926,7.9607592,8.442708,8.4449968,8.2989445,7.8468699,7.8346362,7.5435071,7.9877944,7.9872541,7.564393,7.4873171,7.4832091,7.4374938,7.3388085,7.3794827,7.3631606,7.5807323,7.4675274,7.280962,7.0953226,7.1020226,6.8337479,7.2616434,7.2979455,9.7080603,9.7276735,9.6899137,9.6561785,9.6109009,9.4518194,9.3521748,9.432559,9.3812809,9.2923937,8.7491426,8.7240658,8.4486084,9.4223471,9.3877525,9.0339622,9.0567989,9.0384712,9.0014801,8.9553165,8.7818213,8.676692,8.7442665,8.6897335,8.5833521,8.1261482,8.1359978,7.8844934,8.9904718,8.9781294,9.5996933,9.5953751,9.5640574,9.5219574,9.4482336,9.4238195,9.3538275,9.5594044,9.4989872,9.3661709,8.8883429,8.8512278,8.5370302,9.1269855,9.0897655,9.2907066,9.2765093,9.2617722,9.2205963,9.14116,9.183424,9.122057,9.4066401,9.3596277,9.2204723,8.7503633,8.7142496,8.4080153,8.918273,8.8867168,6.2038455,6.1075892,6.0737367,6.010035,5.8957915,5.878335,5.8626328,5.9519372,5.8345199,5.7022486,5.6364932,5.6215625,5.3991919,5.8754354,5.9019203,9.635293,9.6416655,9.604598,9.5625515,9.4962826,9.4190817,9.3392963,9.4885273,9.4237766,9.2992153,8.8223114,8.7950354,8.4780846,9.1828527,9.1474838,8.5557928,8.5724344,8.5646782,8.5131941,8.4382505,8.3143845,8.2231302,8.3143778,8.2135601,7.9445081,7.6429324,7.6662526,7.4000263,8.245842,8.2607336,8.7632675,8.7595053,8.7419071,8.6916323,8.6109314,8.5350914,8.4608736,8.5951443,8.4996357,8.3068342,7.9904113,8.0047226,7.6966209,8.4014778,8.4081726,9.4275208,9.4474869,9.4169388,9.383379,9.3375053,9.1776466,9.077424,9.1574335,9.1059437,9.013608,8.5082731,8.4989119,8.2279797,9.2421818,9.2152414,10.576453,10.565778,10.517756,10.477297,10.401738,10.382104,10.317148,10.529588,10.468992,10.339261,9.7256565,9.6168499,9.3303719,9.8045349,9.7399597,8.6927528,8.6778936,8.6622057,8.6124496,8.5273876,8.486618,8.4212456,8.5896387,8.4951057,8.3060837,7.9965611,8.0074186,7.6950746,8.3188906,8.3270645,8.0280352,8.0540257,8.0570517,8.0022211,7.9152269,7.8238277,7.7164583,7.831841,7.690506,7.1474919,6.9624748,6.9913349,6.7388139,7.3652968,7.3981023,8.8336277,8.8232632,8.8068666,8.7588062,8.6778154,8.644166,8.5760393,8.759409,8.6773615,8.5084763,8.1605377,8.1654463,7.8488121,8.4844637,8.4836988,9.3586769,9.3723459,9.3414011,9.2994909,9.2384701,9.1262541,9.03825,9.1541586,9.0885925,8.9658909,8.5189133,8.5127468,8.2033873,9.0369596,9.0132809,9.0735064,9.0902548,9.0680027,9.0243025,8.9640608,8.8322496,8.7391796,8.8357315,8.7659912,8.6304712,8.2192698,8.2281857,7.9346118,8.8511925,8.8403406,8.6282768,8.6070414,8.5971231,8.5491257,8.4632692,8.4632587,8.4034214,8.6195898,8.5366287,8.3594294,8.0319481,8.0374775,7.7251768,8.2963142,8.30264,7.9039536,7.9208293,7.9233565,7.8728004,7.7780762,7.7087569,7.6344957,7.7712488,7.6056333,6.9439449,6.7985196,6.8313799,6.5793853,7.1026554,7.1428986,7.1659656,7.0761995,7.0744576,7.0280213,6.930398,6.9883256,7.0015593,7.2218428,7.1129427,6.9483461,6.7890501,6.78898,6.5282731,6.9495773,6.9861984,10.11716,10.080505,10.059205,10.019831,9.9085693,10.007022,9.9628315,10.366569,10.328242,10.160357,9.6228018,9.5300379,9.2833424,9.572998,9.5203657,7.6852083,7.6679707,7.6625066,7.6203365,7.5224996,7.4752917,7.426784,7.5458379,7.4143128,7.0892386,6.9321022,6.9600525,6.6915178,7.2404037,7.2772384,8.8941774,8.8972311,8.8776474,8.8289061,8.7541046,8.6650753,8.5852327,8.7124252,8.6259117,8.4532499,8.1045523,8.116313,7.8079357,8.5663986,8.5662069,7.3320131,7.2884321,7.2802496,7.2418141,7.1433935,7.1166573,7.079227,7.2026405,7.0789361,6.8483438,6.7133679,6.7349982,6.479743,6.9881816,7.0278463,7.4294128,7.4398522,7.4462996,7.4107404,7.3173122,7.2726779,7.2250977,7.3887453,7.1936316,6.3234458,6.2345638,6.2699533,6.0518179,6.4574451,6.5034699,8.6403599,8.6629782,8.6583357,8.6168098,8.5653753,8.3883648,8.2775126,8.338707,8.2702856,8.0829859,7.6841445,7.7014222,7.4981151,8.6242466,8.6290541,8.4900131,8.4658489,8.4690666,8.4239635,8.3390341,8.4007683,8.3448267,8.6398258,8.5815601,8.4185801,8.0499649,8.0480042,7.7397952,8.2631645,8.2652712,8.6471004,8.6406727,8.6246758,8.5734596,8.4891148,8.4140282,8.3422899,8.4720201,8.3683023,8.1538086,7.8640814,7.8815746,7.5776162,8.2620554,8.2745628,9.1550322,9.1782961,9.1556444,9.1192446,9.0726624,8.9051447,8.8024559,8.8747311,8.820713,8.7191963,8.2519608,8.2577715,7.9911542,9.0587721,9.041544,5.0742555,5.0590253,5.2046051,5.1963024,5.1491823,5.6779375,5.6562734,6.6739783,6.8994904,6.7997174,6.115478,6.1003761,5.8893762,6.1534505,6.1700201,8.0711012,8.0183811,8.0157871,7.9691706,7.8740668,7.911015,7.8748317,8.1114712,8.0101614,7.8142114,7.5668139,7.5762267,7.286016,7.7474179,7.7747808,8.5594807,8.5417089,8.5263147,8.4754629,8.3866329,8.3367453,8.2735405,8.4245977,8.3179216,8.1049442,7.8308825,7.8466048,7.5400729,8.1545849,8.1701059,10.818619,10.817092,10.758858,10.718762,10.651892,10.583725,10.507258,10.660117,10.594676,10.474681,9.8213539,9.7066288,9.4138899,9.9735851,9.9074717,9.2987919,9.3194828,9.2917271,9.2549009,9.2052364,9.0521479,8.9536247,9.0372744,8.9811535,8.8781548,8.4040785,8.4028339,8.1216345,9.1163092,9.0940771,9.3133383,9.3171816,9.2884302,9.2443943,9.1746016,9.1067829,9.0285749,9.18573,9.1173182,8.9816723,8.5529661,8.542325,8.223093,8.9330416,8.9101496,7.8029094,7.7772436,7.830101,7.7946057,7.7153134,7.9603467,7.9132938,8.4595833,8.4850206,8.3456039,7.8539133,7.8352566,7.5515304,7.9686551,7.9637604,8.4536915,8.4567118,8.4462099,8.3939867,8.3077173,8.2163963,8.1407127,8.2503166,8.1356754,7.8541093,7.5980134,7.6223869,7.3345695,8.0415468,8.0620575,7.6461234,7.6420541,7.6404233,7.5993204,7.5032616,7.4490929,7.3960247,7.5123806,7.3783627,6.9920635,6.8391337,6.8692436,6.6050372,7.1698751,7.2071466,8.9083242,8.9293928,8.9162312,8.8823795,8.8410444,8.6510153,8.5404663,8.5967846,8.5470581,8.4451771,7.9782262,7.9895887,7.7750654,8.9773579,8.9694605,7.9097309,7.8625584,7.8809233,7.8376999,7.7471299,7.8614902,7.8254938,8.170311,8.107604,7.9317946,7.6172075,7.6209641,7.3327503,7.7642241,7.7877278,8.6992493,8.7187748,8.7118597,8.6724262,8.6219769,8.4446955,8.3362093,8.3975477,8.332469,8.1692333,7.7571354,7.7732234,7.567183,8.7041397,8.7072334,8.6899195,8.7074537,8.6981697,8.6522808,8.5894518,8.4410925,8.3423471,8.4204731,8.3391733,8.1399794,7.7774243,7.7963762,7.5507522,8.5334949,8.5401964,8.8206511,8.8387127,8.8296108,8.8018627,8.7687721,8.5570536,8.4400415,8.4829855,8.4429731,8.3577633,7.8625345,7.8726044,7.7045598,9.0346336,9.0289316,8.8075142,8.7918234,8.7860518,8.7417755,8.6608877,8.6978292,8.6358309,8.9070292,8.8511429,8.6997137,8.2976875,8.2882967,7.9750042,8.5309076,8.5204754,10.691344,10.700085,10.641408,10.600659,10.54237,10.438143,10.35358,10.473255,10.409822,10.300314,9.6571398,9.5601225,9.2627382,9.9298277,9.8690271,10.514868,10.529077,10.472754,10.432961,10.380667,10.249918,10.158749,10.257642,10.198107,10.098336,9.4660606,9.3865786,9.0923004,9.8600073,9.8056555,8.3071051,8.3299236,8.3287106,8.2750673,8.1963606,8.0776587,7.9767714,8.07304,7.9558387,7.557209,7.3039722,7.3299074,7.0810332,7.8620172,7.8849082,8.2500896,8.2391329,8.2283268,8.1778927,8.0841446,8.0177441,7.9550376,8.0768137,7.9524403,7.6623573,7.4458222,7.4707088,7.1807399,7.793591,7.8203373,9.5712729,9.5858755,9.5494566,9.5094023,9.4512281,9.3342638,9.2453403,9.3581133,9.2960711,9.1826878,8.6999216,8.6822729,8.3750572,9.2053366,9.1735144,8.1441574,8.1599426,8.1584024,8.10499,8.0135908,7.9271097,7.8478451,7.9627748,7.8244457,7.356606,7.1609626,7.1915164,6.9229884,7.5571074,7.5893774,7.2205009,7.144906,7.1309648,7.086565,6.9860668,6.9831862,6.9593673,7.1072607,6.9838667,6.7966337,6.6638789,6.6730313,6.421319,6.8834805,6.9217672,10.131949,10.129981,10.085435,10.044592,9.9740067,9.9280138,9.8560009,10.037223,9.9748945,9.8491526,9.3027086,9.2352715,8.9288235,9.5047255,9.4520569,7.1600881,7.0986495,7.0881305,7.0497751,6.9521823,6.9373932,6.9083238,7.0388145,6.9168873,6.7195387,6.5928402,6.6076531,6.3588376,6.8430433,6.8838472,8.2938242,8.271184,8.2578297,8.2075806,8.1130524,8.0618143,8.0042934,8.1411562,8.0199738,7.7687144,7.5446095,7.5655532,7.2700968,7.8512249,7.8763103,7.297368,7.2434263,7.2919717,7.2563796,7.1714735,7.3749881,7.3573594,7.8132243,7.7809362,7.6172533,7.2841043,7.2877336,7.0208664,7.3873649,7.422462,8.9898453,9.0087185,8.9901333,8.9478102,8.8914862,8.7428722,8.6448174,8.7281704,8.6612549,8.5274706,8.1115313,8.1233988,7.850111,8.8415251,8.8336592,8.7359171,8.749136,8.7365284,8.6888552,8.6207066,8.4895649,8.3974905,8.4872732,8.4009914,8.2050686,7.8567028,7.8752379,7.6064062,8.5108538,8.517087,8.3188515,8.3285761,8.3223028,8.269454,8.1813278,8.0887508,8.0112286,8.1188269,7.9959874,7.6474562,7.4153333,7.4429421,7.1637921,7.8554864,7.8809996,8.0626917,8.0139132,8.002285,7.9544654,7.8566637,7.847095,7.8059111,7.9796047,7.859632,7.6409049,7.4326882,7.4476857,7.1598544,7.6549516,7.6845722,10.555567,10.525905,10.486186,10.445519,10.349415,10.391732,10.33944,10.649936,10.597991,10.446736,9.8473158,9.7285938,9.468689,9.8115902,9.7459326,8.1543808,8.116416,8.1034203,8.0547323,7.9576793,7.9289627,7.8809476,8.0357752,7.9137421,7.680223,7.4694467,7.4874606,7.1960917,7.7240796,7.7521319,8.7553415,8.769227,8.7634201,8.7439251,8.721487,8.4846573,8.3607168,8.3890352,8.361969,8.3032885,7.7680683,7.7754145,7.6593246,9.1396093,9.1350183,7.7510262,7.668014,7.3747354,7.3502326,7.295876,7.2763433,7.2447767,7.1581068,7.1691985,7.1283031,7.1180277,7.0551424,7.4460402,7.2033315,8.1949787,8.1360273,8.0236912,7.7906151,7.770443,7.6947651,7.6709089,7.6373754,7.4915447,7.429244,7.3646846,7.3126774,7.2898297,7.4519229,7.170527,7.71521,8.3768578,8.3086987,8.0650644,8.0524988,7.9744844,7.9502816,7.9142342,7.7881384,7.7272339,7.6657324,7.6312904,7.583735,7.7298083,7.5441775,8.2574873,7.9699492,7.8868418,7.6106572,7.589726,7.5265341,7.5058551,7.4730191,7.3699374,7.3424158,7.2935119,7.2749248,7.2169638,7.5189624,7.287703,8.2159271,8.029829,7.9211245,7.6685171,7.6445794,7.5744057,7.5524068,7.5186567,7.3914595,7.3459716,7.2886953,7.2496834,7.2183504,7.4567957,7.1714768,7.8231163,8.3573227,8.2581501,8.0578098,8.0509224,7.9656172,7.9292693,7.9046144,7.7207623,7.6387877,7.5626698,7.4880772,7.4625206,7.4732375,7.2475009,7.5871248,8.0145569,7.9398417,7.6740241,7.6562929,7.5901556,7.5688219,7.5351992,7.428772,7.3919177,7.3408928,7.3205304,7.2611747,7.5236831,7.3156862,8.2732496,8.1734772,8.1009426,7.8435078,7.8277388,7.7564015,7.7339535,7.6992574,7.5846286,7.5366402,7.481164,7.4555216,7.4009032,7.6152949,7.4160419,8.2756205,8.4195013,8.3308191,8.1202374,8.1115236,8.0276947,7.9987578,7.9663768,7.8002181,7.7229052,7.6503954,7.5877523,7.5560789,7.603076,7.3838181,7.8006229,8.6014614,8.5565004,8.3542337,8.3529387,8.265892,8.237937,8.2007208,8.0509052,7.9716382,7.8999124,7.8399687,7.7997217,7.7961221,7.6505442,8.086277,8.4765854,8.4211931,8.2257004,8.2253313,8.1403818,8.111659,8.0781927,7.9130483,7.8332953,7.7600055,7.6914086,7.6503997,7.6433606,7.4718847,7.846005,7.6973419,7.623405,7.3429389,7.3223643,7.2672844,7.247829,7.216362,7.1283984,7.1217551,7.0800853,7.0688353,7.0003939,7.3565941,7.1402168,8.2752972,8.4092178,8.3402281,8.1487398,8.1479044,8.0629873,8.0317822,8.0025616,7.8250055,7.7433243,7.668663,7.5948634,7.5589552,7.547246,7.358562,7.6930518,8.2792425,8.1974878,7.9440393,7.9276714,7.8532419,7.8300209,7.7953029,7.670188,7.6156507,7.5562658,7.5238767,7.4767241,7.6665888,7.4493966,8.1708069,7.2396727,7.1894217,6.9580688,6.9448829,6.8886552,6.8679528,6.8346453,6.7451711,6.7331381,6.6922283,6.6820855,6.6031857,6.8844109,6.7321668,8.2723818,7.9482183,7.8558598,7.5770664,7.5530014,7.4900327,7.4693432,7.4363828,7.3320179,7.3123369,7.263535,7.2434564,7.1913853,7.5104818,7.255332,8.1016006,8.4530354,8.3753872,8.1476898,8.1370115,8.0552063,8.0291433,7.993937,7.8477302,7.7773089,7.7096491,7.6608973,7.6221952,7.7144475,7.5121765,8.0453682,7.6821852,7.6252789,7.3790212,7.3650503,7.3021798,7.280972,7.2468023,7.1493373,7.1191416,7.0724578,7.0576539,6.9868522,7.2425079,7.0759487,8.3349934,8.2164631,8.1235657,7.8665738,7.8471971,7.7744193,7.7516718,7.7175527,7.5916991,7.5406742,7.4820294,7.449255,7.4052849,7.6180253,7.3742313,8.0718851,7.6003861,7.5314751,7.2586746,7.2395811,7.1852841,7.1658611,7.1344233,7.0477176,7.0412807,7.0003843,6.9896412,6.9182067,7.2669716,7.0631256,8.2858047,8.2554083,8.1890316,7.9389625,7.9252601,7.8507729,7.8275676,7.7919159,7.6746016,7.6206675,7.5629811,7.5349865,7.4818158,7.6628804,7.4789643,8.3090782,7.8867421,7.8052053,7.5247936,7.5033121,7.4430785,7.4228859,7.3905492,7.2930951,7.2738953,7.2276673,7.21206,7.1509976,7.4781947,7.2476773,8.2308292,8.1514883,8.0699759,7.8064351,7.7882314,7.7184196,7.6963849,7.6623673,7.5472422,7.5027437,7.4478884,7.4222207,7.3697028,7.606719,7.3858104,8.2100801,7.2034245,7.1509156,6.9144201,6.900218,6.8463926,6.8261356,6.7936931,6.7069998,6.7022333,6.6628065,6.653399,6.5742993,6.8779902,6.7178016,8.2552032,7.8146429,7.7438607,7.4764409,7.4584651,7.3974299,7.3769307,7.34413,7.2465787,7.2213612,7.174921,7.1594849,7.0936475,7.3914685,7.1891527,8.2906122,8.1126804,8.0472021,7.7932825,7.7787457,7.7080064,7.685638,7.6505961,7.5400758,7.4933844,7.4392328,7.4160509,7.3577137,7.5703125,7.3865376,8.327445,6.383688,6.3500094,6.164794,6.1548409,6.1057034,6.0846558,6.0515046,5.9698319,5.9889307,5.9555273,5.950747,5.8634639,6.1338573,6.0227914,8.106246,8.5173903,8.455265,8.2463694,8.2419891,8.1571531,8.1294508,8.0942144,7.9387236,7.8616405,7.790328,7.7308621,7.6918011,7.7194905,7.5439157,7.9859529,7.8579397,7.7689781,7.4833126,7.4585805,7.399179,7.3789563,7.3464761,7.2499504,7.2448087,7.1995192,7.1841478,7.1275229,7.4806056,7.2292194,8.1343775,8.0543499,7.9706564,7.6996799,7.6796603,7.6134276,7.5921803,7.5588312,7.4499512,7.4143052,7.3626189,7.3407559,7.2857237,7.5595522,7.3300209,8.2049923,6.5916696,6.5515232,6.3443661,6.3326321,6.2867098,6.2670593,6.2361722,6.1595106,6.1887493,6.1559463,6.1497936,6.0646782,6.3813705,6.2449274,8.12749,7.3560576,7.2972174,7.0449972,7.0288429,6.9755859,6.9558969,6.924161,6.8386221,6.8343496,6.7947779,6.784956,6.708322,7.03546,6.8574414,8.272687,8.2873182,8.194725,7.9464278,7.9288082,7.8530526,7.8293672,7.7949691,7.6614661,7.6034131,7.5415964,7.5036063,7.462759,7.640089,7.4007888,8.039072,7.9794025,7.8820243,7.6098871,7.5854759,7.5201993,7.4991069,7.4657292,7.355011,7.328506,7.277287,7.2521672,7.2063313,7.5042462,7.2394414,8.0206766,8.3598804,8.2767963,8.0332832,8.0185318,7.9407573,7.9164271,7.8814411,7.7467871,7.6849618,7.6218204,7.5826035,7.5402145,7.6910405,7.4742756,8.1062107,8.4585781,8.3905392,8.1558428,8.1450834,8.0641623,8.038909,8.0026321,7.8679314,7.8010397,7.7361469,7.6949077,7.6516585,7.7614832,7.5777769,8.1971941,7.8616381,7.7980657,7.5425792,7.5272899,7.4624686,7.4411402,7.4071126,7.3055434,7.2710638,7.2221131,7.204711,7.1389637,7.3938622,7.2118464,8.3263464,8.2841225,8.1717148,7.9605913,7.9467683,7.8642011,7.8339076,7.8032165,7.6313109,7.55442,7.480803,7.4130921,7.3920541,7.4568825,7.1949873,7.6043439,7.6930737,7.6239018,7.3553281,7.337029,7.2792788,7.2592816,7.2270961,7.1347909,7.1179957,7.0743217,7.061379,6.992259,7.3130021,7.1119576,8.2895079,8.4694405,8.3970251,8.1912632,8.1862993,8.1017628,8.0731573,8.0398006,7.8758144,7.7975941,7.7250643,7.66153,7.6253691,7.6509986,7.4582658,7.866322,7.4434853,7.3783212,7.1063318,7.0874391,7.0373259,7.0185609,6.9879656,6.9081426,6.9159837,6.8785062,6.869844,6.7946601,7.1676483,6.9689665,8.2823849,8.4511967,8.41502,8.229188,8.2329311,8.1482182,8.1198874,8.0859909,7.9224186,7.8422651,7.768362,7.6941032,7.6444077,7.6079803,7.449945,7.7971096,8.5289783,8.4891348,8.2956963,8.297081,8.2111197,8.183075,8.1473465,7.9905243,7.9106455,7.8376603,7.7698755,7.7246537,7.7024698,7.5511618,7.9385118,8.3530941,8.2553568,8.0289154,8.0145922,7.9339094,7.9076324,7.873888,7.7202797,7.6499062,7.581347,7.5284162,7.4966588,7.6021891,7.3601875,7.859129,6.3704462,6.3350105,6.1455717,6.134994,6.0878558,6.0668111,6.0346608,5.9553552,5.9849982,5.9523792,5.9477601,5.8611603,6.1512585,6.0323415,8.0803146,8.5127831,8.4883785,8.3048868,8.3096447,8.2235012,8.1957483,8.1598263,8.0035362,7.9227099,7.849041,7.7757239,7.7249141,7.6729841,7.533051,7.8883533,7.7950196,7.7157021,7.4313021,7.40943,7.3524795,7.3327737,7.3010011,7.2096334,7.2003355,7.1570072,7.14434,7.0799179,7.4332147,7.2046747,8.2469835,8.1051559,8.003602,7.74366,7.7210617,7.6508446,7.6287851,7.595016,7.4716926,7.4273839,7.3707461,7.337935,7.2978921,7.5408545,7.2732353,7.9680052,8.0866489,7.9897366,7.7234712,7.7009864,7.6324992,7.6108227,7.5772157,7.4597168,7.4205718,7.3660316,7.3377485,7.2927833,7.554616,7.2957067,8.0422163,7.8358917,7.7698455,7.5105143,7.4943295,7.430975,7.4099531,7.3763981,7.276217,7.2450929,7.1971087,7.1804461,7.1144352,7.3846965,7.1958561,8.3123302,7.9886713,7.9257879,7.6723919,7.6578574,7.5897026,7.5677977,7.5330582,7.4273448,7.3858118,7.3341837,7.314168,7.2516384,7.4811034,7.302135,8.340394,8.3270521,8.2291727,7.9950557,7.9790449,7.9000416,7.8748498,7.8407488,7.6939545,7.6276126,7.5613222,7.5134926,7.4795437,7.6116133,7.3661513,7.9086099,8.5430994,8.4825191,8.262991,8.2562981,8.1719255,8.1451893,8.1085157,7.9644537,7.8905458,7.8217711,7.771275,7.7311759,7.7860966,7.6172075,8.136941,8.1656513,8.0764875,7.8131218,7.7934022,7.7230086,7.7008753,7.6669765,7.5480132,7.5027213,7.4467583,7.4185882,7.370296,7.6074224,7.3693624,8.1320553,8.3659239,8.3237553,8.1424818,8.1466169,8.0643034,8.0358858,8.0059052,7.8336692,7.7538428,7.6807194,7.6051707,7.558157,7.5249104,7.3578205,7.6828051,8.2267742,8.1247377,7.8778434,7.8581161,7.7830734,7.7596059,7.725574,7.5896773,7.5323811,7.470459,7.430099,7.3938427,7.5793853,7.3183398,7.9318018,8.7639961,8.6494379,8.5869818,8.6827555,8.6060429,8.6853228,8.6582403,8.0238008,7.8959746,7.7914014,7.5596385,7.5358944,7.3433428,7.3369522,7.4067593,9.2751741,9.1984358,9.079731,9.1617126,9.0849743,9.0567474,9.0353012,8.5185413,8.3944387,8.3023434,8.0499439,8.0068922,7.7751546,7.8494253,7.8059158,7.978663,7.6975179,7.5633349,7.5392556,7.4590092,7.4500532,7.4183807,7.0839944,6.9817371,6.9006944,6.8074307,6.7858949,6.7258034,6.1998935,6.392415,6.6629558,6.1998363,6.0763168,5.9875035,5.9191079,5.8986206,5.8607054,5.6257915,5.5531569,5.4931545,5.4447875,5.4339004,5.4645209,4.5573525,4.7891116,8.6415901,8.4917421,8.3661604,8.3993702,8.3171539,8.3080969,8.2802763,7.8555002,7.7384477,7.6479583,7.4941406,7.470881,7.3187757,7.1481905,7.2471499,9.2969303,9.2098589,9.1068449,9.1980371,9.1203804,9.1183643,9.0893421,8.5093899,8.3785772,8.2811346,8.0252352,7.9846268,7.7577291,7.8168707,7.8044286,7.6488519,7.3388433,7.1856833,7.139586,7.0625772,7.0390272,7.0085764,6.7408867,6.6523304,6.5815969,6.5123949,6.4941702,6.4919739,5.8612585,6.1085544,8.7889881,8.7168694,8.5702448,8.6308451,8.5555744,8.4966125,8.4994535,8.0853062,7.9769902,7.8946786,7.7038326,7.6753025,7.4610901,7.507462,7.4814024,8.6733255,8.5426197,8.4096594,8.445343,8.3638134,8.3422117,8.3182373,7.9108214,7.7966495,7.7088695,7.5538521,7.5303102,7.3682489,7.2383924,7.3194518,8.7329874,8.5976534,8.5104647,8.5782948,8.4982185,8.5408115,8.5121679,7.963388,7.8365679,7.7356329,7.5377312,7.5142684,7.3391042,7.2572756,7.3415589,11.296289,11.233471,11.125334,11.253839,11.1841,11.151674,11.110389,10.524695,10.377357,10.277047,9.6779604,9.5030842,9.260232,9.4222755,9.2804031,9.7759027,9.7027435,9.6237974,9.76581,9.6926079,9.720789,9.6859379,8.9217005,8.7764683,8.6725798,8.3324537,8.2715416,8.0254488,8.1624336,8.1277752,10.806903,10.743938,10.683341,10.913217,10.848577,10.904679,10.865596,9.8311129,9.6569967,9.5455532,9.0355787,8.9119368,8.6619987,8.8572474,8.7985744,9.5831747,9.5301065,9.3759346,9.4611616,9.3897657,9.304287,9.3159513,8.8484573,8.7315693,8.6472015,8.3238592,8.2485085,8.0040798,8.1699142,8.0298748,7.5489607,7.1881595,7.0778999,7.0354738,6.9595027,6.9708414,6.9398885,6.6114745,6.5141807,6.4343176,6.3507576,6.3295417,6.2889204,5.6067524,5.8003688,8.3874273,8.2172537,8.0681,8.0768356,7.9947486,7.9670668,7.9449606,7.6000514,7.4943061,7.4121165,7.294909,7.273211,7.1632962,6.8987656,7.047421,6.8455215,6.3648634,6.2484155,6.1623325,6.0940475,6.0800004,6.044076,5.7833099,5.7071052,5.6436563,5.5908179,5.571672,5.578989,4.6644659,4.8764415,8.9090939,8.8098221,8.7558184,8.8735094,8.7986517,8.8875933,8.859664,8.1469288,8.0159092,7.9102244,7.6523895,7.6253419,7.4159789,7.4642406,7.5143647,9.9452047,9.876029,9.7823515,9.9090767,9.8358011,9.8362904,9.8020096,9.1240225,8.9823999,8.8816042,8.522089,8.4489241,8.2000628,8.3392916,8.2746353,10.444419,10.381417,10.272867,10.390495,10.318642,10.290279,10.256581,9.6628981,9.5238876,9.4263868,8.9822731,8.8710938,8.6219511,8.7749472,8.6580286,8.6567774,8.5020695,8.390379,8.4318533,8.3497877,8.3594513,8.3300381,7.8636007,7.7419643,7.6470642,7.4816918,7.4584746,7.3030953,7.140296,7.2405972,11.554393,11.491282,11.352475,11.444417,11.375252,11.298793,11.275965,10.846016,10.717041,10.627901,9.959548,9.7451544,9.5214214,9.6626883,9.4714069,7.8277545,7.5778294,7.4076004,7.3756881,7.29775,7.2632365,7.2428155,6.9801583,6.8910499,6.8203025,6.7466264,6.7283754,6.7208772,6.2175293,6.4734573,8.5081091,8.3360386,8.2366552,8.276082,8.1946259,8.2261515,8.1973362,7.7249875,7.603548,7.5063028,7.3431773,7.3217587,7.1802306,6.9793487,7.099319,7.2995176,6.8876333,6.7684321,6.7065077,6.636415,6.630311,6.5988798,6.3052058,6.2180171,6.1477146,6.0805202,6.0602312,6.0404191,5.2484145,5.4547272,10.382319,10.325914,10.179765,10.271166,10.200412,10.120389,10.114451,9.6488981,9.5247288,9.4363174,8.987402,8.8616972,8.6208696,8.7843771,8.6133518,10.47372,10.409808,10.316285,10.457486,10.387138,10.382789,10.344913,9.6492748,9.5013409,9.399188,8.9522638,8.8447247,8.5929623,8.7562351,8.6640368,11.364361,11.300709,11.218997,11.400144,11.337776,11.35078,11.309739,10.52905,10.365351,10.257309,9.651577,9.4766884,9.2343836,9.4094048,9.3148575,7.4057164,7.0401316,6.9410167,6.8974657,6.8235645,6.8491511,6.8196101,6.5043287,6.4096603,6.3295169,6.2436767,6.2222962,6.1874871,5.489501,5.6833558,9.0803003,8.9942245,8.9484301,9.091671,9.0189257,9.1180592,9.0888233,8.2794886,8.1442652,8.0378218,7.7504606,7.7184491,7.4941163,7.5915532,7.6226077,8.3966866,8.2671061,8.2174778,8.2956753,8.2208128,8.3296356,8.3069992,7.7598977,7.6437416,7.5402918,7.3221211,7.3035603,7.1376061,7.0683961,7.169704,8.2018709,7.9845839,7.8862987,7.9027948,7.822299,7.8607707,7.8326278,7.4146771,7.2997131,7.2052555,7.0656486,7.0454707,6.9395165,6.6090245,6.762578,8.162899,7.9832721,7.9121232,7.9502935,7.8733382,7.9545407,7.9305363,7.4945159,7.3825941,7.2842026,7.1117673,7.0934186,6.9705396,6.7403278,6.8806572,9.2163467,9.1544847,9.1487913,9.3763132,9.311635,9.4876566,9.4580002,8.2979212,8.1578732,8.0519543,7.694869,7.6564531,7.4152613,7.5980959,7.6121688,7.7056203,7.3759027,7.2383957,7.1947594,7.1168966,7.1027308,7.0698643,6.768353,6.6740131,6.5986438,6.5224452,6.5014286,6.4712644,5.8255606,6.0399652,8.9611187,8.8532457,8.7383556,8.8018179,8.7216492,8.7129316,8.6860266,8.1905022,8.0670176,7.9731369,7.7718954,7.742743,7.5440016,7.5156016,7.5479412,8.3763113,8.1993198,8.1122799,8.1524162,8.0723915,8.125124,8.0981455,7.6302247,7.5110502,7.4124346,7.2459106,7.2259321,7.0918775,6.8797612,7.0091376,8.0658026,7.8100047,7.6684184,7.6493087,7.5684094,7.5533028,7.5230565,7.1952071,7.0931425,7.0126915,6.9177475,6.8963284,6.8328643,6.3568544,6.5501218,9.0830317,8.980093,8.8775511,8.9566841,8.8773375,8.8835869,8.8543377,8.2973623,8.1684561,8.0707197,7.8458953,7.8137417,7.6046076,7.6107044,7.6348276,8.9265633,8.8138447,8.7352915,8.8263998,8.7479992,8.7973642,8.7680616,8.1468534,8.015769,7.912848,7.6844702,7.6573472,7.4581647,7.4544878,7.5099468,9.1120644,9.0147896,8.9427538,9.0547342,8.9780827,9.0322733,9.0018778,8.310854,8.1757193,8.071579,7.8142271,7.7820258,7.5651755,7.6175776,7.6493473,8.2756929,8.1259594,8.0676279,8.1271162,8.0511656,8.1498384,8.1271229,7.6403394,7.5268388,7.4254341,7.2273698,7.2094278,7.0631838,6.9248776,7.0448022,7.9402947,7.6633029,7.5559325,7.5445852,7.4650269,7.4893346,7.4596248,7.0889969,6.9809747,6.8925848,6.7814436,6.7605724,6.6873832,6.1975141,6.374917,7.7858834,7.5076876,7.4139047,7.4032636,7.3262758,7.3714294,7.3440485,6.9905977,6.8864284,6.7975698,6.6812792,6.6610169,6.5942912,6.0949287,6.2756019,8.9521999,8.8642521,8.7358961,8.7983932,8.7200766,8.6871653,8.6693792,8.2150116,8.0978699,8.009387,7.8076024,7.7770319,7.5661874,7.5796285,7.5750937,8.296917,8.0850315,7.9481997,7.9484081,7.8662276,7.8538256,7.8246193,7.4641118,7.355752,7.2709546,7.1567068,7.1350007,7.0387511,6.6822333,6.844768,9.0290174,8.9203339,8.8286686,8.9137268,8.8345451,8.8600664,8.830019,8.2380419,8.1070356,8.0064907,7.7800355,7.7500429,7.5455027,7.5454593,7.5856934,8.8679552,8.7984562,8.7934484,8.9761562,8.910511,9.0891819,9.0630436,8.1032047,7.9780903,7.8723912,7.5443087,7.5146837,7.2857804,7.4303274,7.4637737,9.7681913,9.7104263,9.6930237,9.970583,9.9062195,10.055582,10.021301,8.6638222,8.4994936,8.3923388,7.9993157,7.9433842,7.6931891,7.9043765,7.8958101,8.6241913,8.4918871,8.4216385,8.4977036,8.4195614,8.4908972,8.464365,7.8959546,7.7712259,7.6681614,7.4596634,7.4381285,7.2643023,7.1964731,7.2868233,7.8609042,7.5524683,7.426578,7.3970609,7.3179975,7.3160386,7.2840171,6.9455252,6.8438148,6.7625608,6.6715446,6.6500406,6.5944161,6.0161104,6.2080016,8.6595354,8.5573397,8.4135704,8.4549618,8.3759031,8.3351545,8.3232813,7.9378247,7.8292022,7.7458773,7.5882788,7.5649171,7.3868451,7.3232603,7.3719349,6.1378875,5.5931106,5.4854469,5.3771768,5.3126783,5.2906208,5.2501631,5.0250721,4.9595437,4.9042907,4.870429,4.856144,4.8850641,3.8859205,4.0880113,9.1540089,9.0933132,8.9502745,9.0275536,8.9539738,8.8893747,8.8916998,8.4289188,8.3144979,8.2298851,7.9809332,7.9356441,7.6983566,7.8150558,7.7292752,9.8653574,9.7980061,9.7455873,9.9418907,9.8725128,9.9483509,9.9127455,8.9227238,8.7671347,8.6595097,8.285408,8.2219343,7.9723873,8.1464386,8.1236658,8.2364759,8.0059519,7.8892884,7.893837,7.812068,7.8237257,7.793314,7.396307,7.2831435,7.1930232,7.0692763,7.0479522,6.9490061,6.572814,6.7316785,8.4536314,8.2645226,8.1412249,8.159318,8.076787,8.0769386,8.0471611,7.6375265,7.5220985,7.431746,7.2953606,7.2733226,7.1499953,6.8753805,7.0102129,8.7792988,8.649457,8.5293694,8.5763311,8.4948034,8.4870892,8.4595976,8.0028305,7.8825893,7.7901998,7.6165938,7.5915308,7.4177518,7.3138981,7.3841553,8.249403,8.0217609,7.8912988,7.889451,7.807435,7.8022346,7.771759,7.4017143,7.2921963,7.2060666,7.0917091,7.0700259,6.9768696,6.5900092,6.7547112,9.5694304,9.4962778,9.3882446,9.48734,9.4117546,9.3945436,9.3669004,8.7880449,8.6566925,8.5607195,8.2627192,8.2072086,7.9661021,8.0709295,8.0137262,9.2155905,9.1210184,9.0367107,9.141469,9.0640745,9.0953426,9.0642471,8.4088497,8.2736979,8.1715269,7.9142208,7.8783975,7.6572742,7.7111597,7.7278996,7.3856039,7.0084167,6.870254,6.808486,6.7335324,6.7152305,6.6806755,6.4097738,6.3237596,6.2542944,6.1921101,6.1730995,6.1729007,5.4184079,5.6511273,9.2928658,9.2025995,9.110219,9.2108898,9.1334419,9.1492252,9.118289,8.4894819,8.355216,8.2548141,7.99369,7.9544458,7.7288232,7.7898631,7.7911344,10.264462,10.211352,10.194025,10.568917,10.50635,10.658287,10.619464,8.8674583,8.6711073,8.5641747,8.1348467,8.0642271,7.8120742,8.0491886,8.0299196,8.6094561,8.5146904,8.4875927,8.6101942,8.5398092,8.6794443,8.6559715,7.949131,7.8297224,7.7238636,7.4555159,7.4334483,7.2319274,7.2826304,7.3477793,10.344875,10.284643,10.243719,10.513847,10.448349,10.54628,10.508177,9.2449245,9.0675173,8.9572964,8.5123968,8.4254942,8.1723747,8.3827171,8.3490229,9.2750006,9.2248688,9.2423983,9.5393047,9.4799223,9.7098122,9.6804581,8.2001982,8.0539036,7.9508309,7.5621495,7.5225358,7.2786412,7.4956617,7.5056877,7.7245188,7.390759,7.2726026,7.2374506,7.1597853,7.1644959,7.1328988,6.7957816,6.6956015,6.6147003,6.5267091,6.5053983,6.4558134,5.8283944,6.0206327,8.4989052,8.345232,8.2658186,8.3227787,8.243413,8.3045425,8.277915,7.766139,7.6441689,7.5432191,7.3572183,7.3367882,7.1830511,7.0443516,7.1550155,9.511117,9.4451084,9.321907,9.4113474,9.3366175,9.2958994,9.2781868,8.7584934,8.6339502,8.5428562,8.2496729,8.1920242,7.9494729,8.0651875,7.9807448,9.6024923,9.5259047,9.4305449,9.5428982,9.4674702,9.4707069,9.4388685,8.7930746,8.6561441,8.5563459,8.2510185,8.1968117,7.9559469,8.0634136,8.0247498,9.4589558,9.3763885,9.295929,9.4196367,9.3441963,9.3756332,9.3429289,8.6290436,8.4892807,8.386178,8.0925465,8.0470638,7.8116388,7.9114561,7.9026642,8.0007734,7.7788072,7.6960073,7.7111869,7.6337991,7.6979437,7.6725087,7.2814517,7.1723957,7.0779819,6.9336166,6.9146318,6.8193412,6.468503,6.6304889,9.7805223,9.738409,9.7630291,10.212194,10.156283,10.409182,10.375928,8.1979733,8.0091782,7.9101911,7.5034995,7.4583778,7.213367,7.4656186,7.4668179,8.7851601,8.6742582,8.5438538,8.590971,8.5105619,8.4852448,8.4633799,8.0367346,7.9211407,7.8328414,7.6603389,7.6349325,7.4513102,7.3846211,7.4314623,9.2955933,9.2208147,9.1829176,9.358285,9.2879162,9.3980951,9.3670607,8.4313765,8.2897367,8.1827383,7.8612237,7.8219242,7.5849118,7.7268143,7.7399111,11.260172,11.196182,11.123681,11.328097,11.265945,11.296973,11.257103,10.375957,10.206014,10.095224,9.5080795,9.3444958,9.1009159,9.2832823,9.2032871,10.278842,10.212922,10.135824,10.301928,10.232263,10.258255,10.22039,9.3991632,9.2452288,9.1395826,8.7215309,8.6309395,8.3789806,8.5477848,8.4873028,7.0467005,6.649416,6.5126786,6.4403911,6.3691425,6.3485394,6.3132372,6.0721312,5.9944715,5.9310923,5.8727131,5.8619719,5.8914561,5.0831842,5.334765,9.5741415,9.4987726,9.4375181,9.5966444,9.5242014,9.5870028,9.5532427,8.6983538,8.5521498,8.4460545,8.118803,8.0689201,7.8266807,7.9649296,7.9557238,8.0048103,7.7653785,7.6059046,7.583149,7.5031304,7.4746695,7.4503846,7.158186,7.0623417,6.9868097,6.9019308,6.881413,6.8395815,6.3783388,6.5987258,8.8657007,8.7403364,8.6428909,8.7112284,8.6307211,8.6533604,8.6238375,8.0809755,7.9533477,7.8542562,7.6529679,7.6268559,7.4408517,7.3820577,7.4473462,7.5394611,7.2419267,7.0811481,7.0334597,6.9585295,6.9321198,6.9035974,6.660161,6.5770941,6.5104041,6.4426646,6.4295859,6.455575,5.8313475,6.1091909,9.9375229,9.8710365,9.763648,9.8736267,9.7999353,9.7781582,9.748106,9.1517124,9.016614,8.9198303,8.5620518,8.4849825,8.2367449,8.3717384,8.2841291,8.7038441,8.6236448,8.6101589,8.7595358,8.6922083,8.8537607,8.8297663,8.0188637,7.8989077,7.7930207,7.4943051,7.469346,7.2533865,7.353909,7.4028268,8.4808235,8.3015375,8.1719017,8.1897221,8.107173,8.0988131,8.0700207,7.6734152,7.5596576,7.4710965,7.3364835,7.314292,7.1885729,6.9302893,7.0614023,11.343109,11.279185,11.156187,11.261291,11.190841,11.136164,11.102798,10.608716,10.472874,10.379234,9.7608967,9.5737104,9.3400335,9.4856806,9.3206778,8.9191322,8.8006535,8.6936388,8.7583466,8.6777105,8.6836185,8.654645,8.1365042,8.0105801,7.914031,7.7143188,7.6866999,7.4955053,7.4463258,7.4978094,11.3307,11.268188,11.174619,11.331173,11.265961,11.258846,11.216875,10.527857,10.37033,10.265956,9.6623945,9.4882145,9.2436657,9.4141283,9.30021,10.001978,9.9404097,9.8182802,9.9176998,9.8447218,9.7997894,9.7778225,9.2452612,9.1161032,9.0235195,8.6503229,8.5626526,8.3151426,8.457922,8.338376,8.5129833,8.4018459,8.3624363,8.4618273,8.3888235,8.5107088,8.4876575,7.8657789,7.7473555,7.6423211,7.4008083,7.380795,7.1958394,7.1907578,7.2732453,9.1027765,9.0082541,8.8954449,8.9696026,8.8906727,8.8789577,8.8526468,8.3332148,8.2079134,8.1135769,7.8901377,7.8562784,7.6419249,7.6605535,7.6646562,9.305685,9.2199745,9.1537285,9.286829,9.2120552,9.2711077,9.2393379,8.4748182,8.3351994,8.2300901,7.942492,7.9036355,7.6732769,7.7699275,7.7817001,9.1384697,9.0338631,8.4127226,8.4096956,8.3987036,8.394969,8.388546,8.3756199,8.3683605,8.3602581,8.3666992,8.2821732,9.148983,8.7907152,9.6841736,9.0426073,8.9370003,8.3172226,8.3115768,8.2981796,8.2907267,8.2811937,8.2675667,8.2567806,8.2492237,8.2839193,8.2020922,9.0794401,8.7198248,9.5795689,9.3042259,9.1973028,8.5299435,8.5288897,8.5244055,8.5230446,8.520566,8.5154696,8.5119362,8.5085125,8.511385,8.422718,9.3456984,8.9737453,9.8762751,8.3644829,8.2668686,7.8202481,7.8103738,7.7798462,7.7673802,7.7458997,7.7027593,7.7039104,7.6821618,7.6926365,7.6236439,8.3031921,7.9872394,8.8386555,9.2257328,9.1184025,8.4715099,8.4687748,8.4602118,8.4570808,8.4521179,8.4426594,8.4355431,8.4294024,8.4383707,8.3524523,9.2504854,8.8828249,9.7691259,8.8310747,8.7279949,8.1828299,8.1760578,8.154871,8.1469269,8.1334858,8.1066065,8.0954571,8.0801868,8.0919447,8.014863,8.797183,8.4543772,9.3190393,8.788722,8.6925945,8.1571808,8.1523705,8.1332283,8.1259451,8.1134806,8.0888567,8.0870657,8.0732231,8.0785656,7.9984484,8.7625484,8.4384022,9.3660822,8.9576597,8.854373,8.2793255,8.2741346,8.2568693,8.2506266,8.2400389,8.2187548,8.2091951,8.1966619,8.2062082,8.1260424,8.9397879,8.5921535,9.4718094,8.8809814,8.7749348,8.2038898,8.1951771,8.1740789,8.1632328,8.1486731,8.1250057,8.1083651,8.0952101,8.1229811,8.045723,8.8657694,8.5123396,9.3482819,9.2637377,9.1574211,8.5017338,8.5001621,8.4939528,8.4919815,8.4884977,8.4814272,8.4767332,8.4720688,8.4760294,8.3884478,9.2970076,8.9286633,9.828517,9.2367773,9.1300926,8.4815836,8.4793196,8.471508,8.4688597,8.4644432,8.4556618,8.4495583,8.4438276,8.4500189,8.3634987,9.2629862,8.8958473,9.7888145,9.1068001,9.0000229,8.3828087,8.3781767,8.3648996,8.3596344,8.3515434,8.3365183,8.3257675,8.3164873,8.3310719,8.248457,9.1131115,8.7513742,9.6212902,9.0261602,8.9245605,8.3328629,8.3293018,8.3155069,8.3106966,8.3023252,8.2854996,8.2787771,8.2685976,8.2744017,8.1913939,9.0227575,8.6761293,9.579814,9.2580347,9.1522894,8.4983158,8.496932,8.4908953,8.4890356,8.4856367,8.4786549,8.4742823,8.4696932,8.4730082,8.3853159,9.2922268,8.9249811,9.8277912,9.1000299,8.9986324,8.3882618,8.3859167,8.3755407,8.3719616,8.3656445,8.353301,8.3474255,8.3395004,8.3430882,8.2576075,9.1106768,8.7611828,9.6762381,8.62918,8.5247631,8.0216436,8.0117531,7.9849133,7.9739246,7.9556937,7.9209247,7.9028516,7.8838701,7.9027758,7.8308048,8.5784979,8.237031,9.0603971,9.3004913,9.1938648,8.5276241,8.5266705,8.5222464,8.5209475,8.5185022,8.5134068,8.5100088,8.5066071,8.5092278,8.4205618,9.3425684,8.9711218,9.874732,10.315512,10.358384,10.394092,10.396321,10.31511,10.301734,10.276193,10.360313,10.247905,10.237027,10.311986,10.319339,10.290199,10.032022,10.049541,10.219448,10.271681,10.313535,10.31507,10.218766,10.204235,10.173088,10.25913,10.10159,10.088759,10.174638,10.184935,10.140687,9.8578424,9.8686905,10.388506,10.42399,10.457433,10.460379,10.387733,10.372258,10.351643,10.462726,10.381679,10.373532,10.439951,10.445259,10.437137,10.16008,10.200584,10.313522,10.382365,10.438951,10.440755,10.316662,10.300355,10.256503,10.343714,10.154149,10.135227,10.235907,10.25215,10.172162,9.8254938,9.8191547,10.452277,10.507949,10.559807,10.562737,10.454999,10.439377,10.403321,10.499524,10.358232,10.342793,10.438787,10.450336,10.405209,10.049726,10.049212,10.294406,10.318779,10.339426,10.341796,10.294985,10.284945,10.271043,10.340154,10.29076,10.284348,10.327667,10.330257,10.320765,10.155936,10.187417,10.369132,10.407255,10.440331,10.443113,10.370008,10.357081,10.334496,10.42027,10.332684,10.322865,10.390524,10.396396,10.375776,10.127239,10.150132,10.207561,10.22724,10.242686,10.244417,10.208018,10.20099,10.189832,10.235346,10.191112,10.185817,10.220426,10.222552,10.21151,10.094102,10.113653,10.101117,10.132432,10.155841,10.156483,10.095107,10.083802,10.065666,10.131729,10.017619,10.010771,10.071011,10.076184,10.054735,9.8741913,9.8952837,10.472135,10.517673,10.563766,10.567386,10.474479,10.458832,10.430046,10.537164,10.421754,10.410133,10.495869,10.504294,10.483774,10.136312,10.149704,10.465074,10.398461,10.645703,10.753123,10.665298,10.656557,10.377896,10.415474,10.026009,9.9778728,9.9778547,10.048437,9.9805422,9.5084524,9.388176,11.474283,11.300166,11.481606,11.484723,11.476502,11.471723,11.454682,11.495268,10.819073,10.816566,10.81347,10.819009,10.970535,9.6785889,9.3512716,10.351862,10.283952,10.451989,10.511523,10.464993,10.459279,10.095278,10.131538,9.7353573,9.7104912,9.7066774,9.8110132,9.8027182,9.29564,9.1679449,9.8163891,9.7832918,9.9180403,9.9879036,9.9476557,9.9444504,9.4207649,9.4376745,9.1262665,9.1035843,9.1048031,9.2554684,9.2253475,8.9900551,8.9213066,10.412548,10.359363,10.710891,10.896173,10.750628,10.7383,10.503235,10.518605,10.164328,10.082677,10.086554,10.12912,9.9743099,9.6510439,9.5465775,10.086584,10.044297,10.37279,10.585702,10.469908,10.459065,10.166823,10.161823,9.8325357,9.7573643,9.7599096,9.8193197,9.6959105,9.4623365,9.3627806,11.487217,11.313278,11.496725,11.500918,11.493018,11.489522,11.462983,11.491991,10.814695,10.811568,10.808031,10.816365,10.965444,9.6814899,9.3452053,9.7154598,9.6871872,9.8474503,9.95084,9.9019451,9.8984213,9.3905907,9.3974123,9.0991058,9.0685396,9.070653,9.2129936,9.1663303,8.9892673,8.9238329,11.610112,11.424264,11.612887,11.614087,11.611569,11.610397,11.603379,11.61363,10.90073,10.899762,10.898536,10.90081,11.067029,9.7097721,9.3381042,10.507383,10.422478,10.563296,10.593502,10.564116,10.557605,10.216717,10.259304,9.8245077,9.8099279,9.7994881,9.9018707,9.9337292,9.2980881,9.1425133,10.575275,10.485369,10.634153,10.666719,10.637449,10.632164,10.314367,10.353503,9.9026785,9.8877678,9.8782883,9.9729376,10.010172,9.3334379,9.1628265,11.265695,11.114684,11.29297,11.306076,11.289505,11.284801,11.19102,11.227333,10.613635,10.605802,10.598436,10.626558,10.740155,9.616766,9.3269033,11.328553,11.171638,11.353724,11.365451,11.34871,11.343771,11.275769,11.313435,10.684827,10.677238,10.671244,10.691456,10.810899,9.6462488,9.347538,11.196732,11.051468,11.224363,11.237089,11.217479,11.210036,11.116699,11.172817,10.578842,10.570274,10.562964,10.591498,10.696918,9.6048775,9.3419685,10.853958,10.74662,10.936777,10.979342,10.932353,10.924154,10.7359,10.790816,10.298011,10.274503,10.268151,10.321156,10.349143,9.5427742,9.3522568,11.309003,11.15096,11.325597,11.332865,11.317535,11.309631,11.265965,11.330216,10.702268,10.696887,10.691928,10.705628,10.833018,9.641984,9.3619652,9.2678652,9.2422857,9.4589624,9.6832771,9.6103706,9.6043987,9.2597818,9.217782,8.9283361,8.8761091,8.876976,8.9600792,8.8795443,8.8016758,8.7072802,11.050933,10.919936,11.08877,11.107533,11.085301,11.07919,10.920898,10.965906,10.408282,10.397495,10.388177,10.435878,10.522223,9.5409966,9.2954741,11.00593,10.87885,11.042896,11.059691,11.03247,11.021136,10.894842,10.974851,10.434999,10.423548,10.416057,10.454627,10.531234,9.5584641,9.3497534,11.465689,11.294403,11.477949,11.483473,11.474705,11.471377,11.434885,11.461839,10.791383,10.787666,10.783354,10.794545,10.938986,9.6749306,9.341547,10.590665,10.500028,10.645349,10.6725,10.639082,10.629134,10.325962,10.379532,9.9344835,9.9188232,9.9086742,10.000135,10.030661,9.3540764,9.1994362,8.0893917,7.8025608,7.5113883,7.478899,7.4245768,7.4105153,7.3817153,7.2807612,7.1606984,7.0821972,7.1221356,7.0816236,7.442997,7.0375381,7.5254002,7.9430475,7.7390051,7.3939104,7.3652635,7.3175969,7.294775,7.2603898,7.1870298,7.092864,7.033958,7.1460686,7.0978913,7.5831165,7.2849441,7.8603902,8.1863184,7.7828765,7.5725055,7.5601783,7.4990525,7.4913239,7.4695492,7.3937125,7.158709,7.021349,7.0239911,6.9964623,7.204854,6.9940391,7.3545041,8.0007954,7.775547,7.4418559,7.4082632,7.3600054,7.3410749,7.3095837,7.22544,7.1343994,7.0744309,7.1568708,7.1096139,7.5667048,7.1971998,7.7555013,7.606389,7.1641722,6.9793563,6.9244375,6.8671942,6.86307,6.836669,6.6794038,6.5558839,6.4707775,6.4638867,6.4373736,6.6221237,5.9180245,6.2565761,8.075201,7.6047664,7.4455671,7.4370131,7.3770642,7.3769717,7.3621302,7.2728567,7.0073032,6.8545446,6.8357725,6.8156257,6.941411,6.7209539,7.0114284,8.1673031,7.7838087,7.5733995,7.5570574,7.4950051,7.4890208,7.4673886,7.3630056,7.1552992,7.0293283,7.0287151,7.001132,7.203866,6.9258661,7.2881956,7.8565774,7.3362627,7.1244655,7.1115632,7.0694976,7.057189,7.0331273,7.0712934,6.7761049,6.6222782,6.6387911,6.6068997,6.8851123,6.7327976,7.1136608,8.1610289,7.7153115,7.5184722,7.5094624,7.4494638,7.4414573,7.4201393,7.3727131,7.1027718,6.950357,6.9503016,6.9244094,7.1177845,6.9551554,7.2946229,7.8851309,7.6672282,7.3338523,7.3101668,7.2621598,7.2385569,7.2039242,7.1425195,7.0302877,6.9632559,7.082325,7.0365024,7.5089645,7.2593055,7.8211713,8.1335087,7.7726784,7.5486655,7.5259004,7.4645343,7.457716,7.4341068,7.316906,7.1394992,7.0281,7.0315571,7.0015607,7.2282186,6.8782668,7.2623038,7.9732981,7.5628166,7.3841166,7.3569698,7.2944474,7.2950292,7.2741671,7.1260953,6.9466991,6.8313804,6.8144803,6.7900968,6.9387136,6.4952435,6.8160267,7.7300515,7.5338554,7.2026329,7.1805406,7.132874,7.1072536,7.0729179,7.015563,6.9127722,6.8513012,6.9957495,6.950727,7.4379039,7.2120376,7.7842612,8.0938101,7.5885487,7.4284134,7.4237847,7.3645277,7.3595018,7.3420539,7.3006983,6.9914141,6.8203902,6.8105502,6.7895932,6.9241457,6.7876348,7.0710096,8.1831312,7.8333235,7.5852423,7.566546,7.5078483,7.4971671,7.4721498,7.3897896,7.1996241,7.0851188,7.1031966,7.0698404,7.3457203,7.0799041,7.4982061,7.9519463,7.6219573,7.3577886,7.3158655,7.2610693,7.2490845,7.220355,7.1025949,6.989697,6.9134851,6.9374342,6.9001646,7.2207918,6.6891789,7.1421938,7.9959779,7.6859593,7.3860526,7.3664227,7.3181415,7.2993875,7.2693553,7.2353368,7.0654778,6.9688234,7.0416198,7.0000229,7.4057665,7.1891441,7.6953006,7.9244132,7.6984143,7.366734,7.3283429,7.2821984,7.2638226,7.2325091,7.1465297,7.0669179,7.0126963,7.094276,7.0464706,7.5117049,7.0919046,7.6554685,7.9104376,7.5265179,7.3129082,7.2736535,7.2141466,7.2081213,7.1823502,7.0413375,6.9012594,6.8078518,6.8073158,6.7774329,6.9973927,6.4559045,6.8310518,7.9736118,7.470634,7.2665286,7.2544417,7.2060461,7.1956115,7.1724644,7.1820493,6.8923664,6.7373891,6.742074,6.7120795,6.955544,6.7939372,7.1573248,8.076869,7.6446304,7.4737883,7.4594154,7.397367,7.397522,7.3801146,7.2624831,7.0343204,6.8971496,6.8799243,6.8576078,6.9945159,6.6992211,7.0064917,7.724936,7.3599763,7.104495,7.048943,6.9973922,6.9845171,6.9543238,6.8350368,6.7416883,6.6770625,6.7014232,6.6650395,6.9932394,6.3215976,6.7714987,8.1096354,7.6435452,7.4769421,7.4691701,7.4087934,7.4062839,7.3901935,7.3119125,7.040895,6.8860269,6.8723106,6.8512683,6.9897828,6.7955065,7.0948353,7.9965382,7.6995058,7.4107428,7.3708925,7.3181305,7.3039618,7.2744098,7.1678162,7.0628548,6.9921308,7.0301681,6.9893851,7.3560467,6.8672624,7.3567224,7.8056927,7.522438,7.2098126,7.1577945,7.1124969,7.0951262,7.0631514,6.970202,6.8985023,6.847784,6.9040565,6.8588738,7.3043914,6.720664,7.2618761,8.0445375,7.6768112,7.4579625,7.428184,7.3672862,7.3612714,7.3368039,7.2052941,7.046289,6.9433503,6.94384,6.9139504,7.1348319,6.6976089,7.0767446,8.0319052,7.7048736,7.4451423,7.4093399,7.3525805,7.3415537,7.3138628,7.1963797,7.0688848,6.9844937,7.0051799,6.9690189,7.2723527,6.8021855,7.244575,8.0780411,7.7732453,7.4765053,7.4549217,7.4039764,7.3870339,7.3577843,7.3045249,7.1423259,7.0471005,7.1054721,7.0643539,7.4498262,7.1995387,7.6962495,8.1272154,7.8505497,7.5475521,7.5219102,7.4686041,7.4525967,7.4234328,7.3435941,7.2076755,7.1232219,7.1771336,7.1353946,7.5195074,7.2112055,7.7142138,7.6332984,7.2201862,7.0043311,6.9472632,6.8928876,6.8843513,6.8563938,6.7181835,6.6109743,6.5370879,6.5427942,6.5113053,6.7628779,6.0507207,6.4396687,8.1463118,7.8296609,7.5647926,7.5385728,7.4807,7.4692783,7.4426055,7.3398972,7.189374,7.0939107,7.1182437,7.0821462,7.3871017,7.0328536,7.477963,7.7915421,7.3555827,7.1981544,7.1621866,7.1002846,7.1058645,7.0854397,6.9156046,6.7540946,6.6459389,6.6207819,6.5986609,6.715137,6.160367,6.453486,8.1117325,7.8346615,7.5360174,7.5060129,7.452106,7.4371996,7.4082174,7.3139834,7.1910658,7.1118374,7.1581922,7.1167941,7.4912124,7.1222534,7.6200199,10.142871,10.424282,10.432914,10.465384,10.198828,10.163337,10.08425,10.34871,10.525657,10.504705,10.792892,10.826671,10.720868,10.640347,10.907255,10.8635,11.150385,11.269195,11.319261,11.067959,11.046649,10.730663,10.8223,10.848791,10.776752,11.00955,11.133319,10.583946,10.680342,10.757321,12.227869,13.345942,13.161534,13.16275,12.084199,12.06717,12.030897,12.13231,12.926269,12.920928,14.02403,14.037818,14.023672,13.936914,14.035216,10.609656,11.017662,11.069524,11.116073,10.732188,10.710809,10.436415,10.555229,10.744809,10.704741,11.095887,11.191258,10.985653,10.991531,11.119029,11.009357,11.275759,11.385345,11.422825,11.23786,11.215593,10.879548,10.981279,10.962016,10.88756,11.072794,11.217962,10.535041,10.647237,10.712025,10.74676,11.086313,11.158085,11.199856,10.877268,10.850791,10.639055,10.75767,10.881231,10.821264,11.121952,11.204507,10.800787,10.844898,10.97165,11.235518,11.490283,11.573541,11.591735,11.504283,11.480607,11.111437,11.237062,11.166925,11.094593,11.219631,11.398825,10.550518,10.670234,10.72098,10.625266,10.966544,11.062081,11.119811,10.790141,10.771206,10.456779,10.548994,10.657769,10.603797,10.921171,11.029476,10.718816,10.768772,10.866778,10.624329,11.024743,11.06935,11.112197,10.732592,10.707028,10.498429,10.643847,10.844559,10.802216,11.18907,11.264355,11.038717,11.030906,11.184851,10.053951,10.273588,10.301617,10.354034,10.144302,10.117051,10.028515,10.162909,10.249044,10.209045,10.408014,10.456423,10.186151,10.204823,10.367026,9.8801775,10.110221,10.110449,10.13197,9.9075804,9.8647966,9.8137541,10.165626,10.322291,10.309676,10.549287,10.571836,10.510661,10.39572,10.739217,10.662971,11.037683,11.100323,11.146159,10.787569,10.7631,10.536766,10.663673,10.828665,10.778807,11.132043,11.214306,10.9271,10.944401,11.079932,10.624169,11.086052,11.098074,11.133199,10.704887,10.676145,10.499856,10.683269,10.954681,10.923504,11.381786,11.445126,11.299757,11.247497,11.435931,9.8460016,10.230054,10.210577,10.226595,9.8711271,9.8115263,9.7555666,10.26263,10.535367,10.523698,10.914417,10.936974,10.887052,10.69089,11.160655,11.284036,11.576605,11.666376,11.689188,11.502392,11.472781,11.201089,11.311034,11.305942,11.223134,11.393583,11.525564,10.676715,10.79812,10.86987,10.06274,10.285839,10.311596,10.367538,10.156924,10.129567,10.044163,10.200394,10.303495,10.269496,10.481977,10.528436,10.312321,10.308812,10.486295,10.269014,10.511651,10.543619,10.589393,10.356017,10.327427,10.225454,10.363593,10.460282,10.415421,10.631779,10.682953,10.379687,10.398976,10.562924,10.298715,10.5934,10.617269,10.658558,10.378064,10.347281,10.240727,10.440504,10.603045,10.570945,10.862804,10.9084,10.728724,10.690328,10.900845,11.13059,11.434394,11.522223,11.550734,11.311464,11.281754,11.039215,11.141847,11.175342,11.095591,11.301153,11.411822,10.679887,10.786659,10.873844,10.25287,10.614516,10.615321,10.644073,10.307281,10.268755,10.17632,10.464725,10.699078,10.677829,11.046309,11.08277,10.982661,10.881337,11.16686,10.306719,10.578547,10.608968,10.653816,10.393584,10.364315,10.256417,10.426782,10.560227,10.522188,10.782291,10.831409,10.59828,10.586082,10.772861,10.412523,10.713464,10.748309,10.790042,10.501691,10.472254,10.34686,10.515191,10.662798,10.621601,10.908178,10.961513,10.710614,10.700712,10.88357,10.664612,10.965512,11.016131,11.050437,10.765781,10.735533,10.582697,10.708789,10.816288,10.756918,11.009371,11.076454,10.640347,10.685057,10.828724,12.495952,13.678709,13.476418,13.477676,12.317565,12.308158,12.270586,12.319452,13.15341,13.148669,14.315763,14.330381,14.318376,14.274326,14.323385,10.532233,10.833231,10.877191,10.916068,10.627606,10.598232,10.458012,10.602051,10.729535,10.678957,10.949931,11.010206,10.671701,10.69016,10.851295,10.949025,11.258272,11.356563,11.396772,11.125273,11.099385,10.839458,10.93909,10.994702,10.921095,11.163873,11.270911,10.687407,10.776839,10.868791,10.604404,10.965182,11.014015,11.0557,10.710794,10.683502,10.50287,10.651097,10.822233,10.775274,11.1172,11.185917,10.909987,10.912247,11.070827,11.029768,11.339375,11.413075,11.440701,11.176375,11.145102,10.939167,11.042874,11.103891,11.027838,11.247993,11.341442,10.673227,10.766998,10.870757,10.314148,10.627249,10.647918,10.686783,10.389942,10.358235,10.249609,10.46183,10.641169,10.610809,10.923428,10.968345,10.804968,10.755918,10.976431,11.419402,12.302876,12.187799,12.194758,11.37807,11.344711,11.285784,11.514628,12.142855,12.132288,13.013146,13.034196,13.0029,12.842964,13.061116,12.648328,13.880328,13.659818,13.659536,12.439754,12.432584,12.410347,12.447107,13.318891,13.316268,14.528199,14.537565,14.531091,14.497213,14.533666,11.459348,11.766393,11.833252,11.844522,11.648587,11.611803,11.400955,11.505529,11.512446,11.423968,11.572084,11.685999,10.688738,10.823236,10.902857,10.54403,10.876793,10.920724,10.961143,10.64244,10.613804,10.459282,10.614404,10.771229,10.724792,11.037648,11.099527,10.814985,10.816309,10.98408,10.68557,11.033257,11.096007,11.137979,10.805548,10.778869,10.580119,10.70915,10.851924,10.797069,11.114328,11.190947,10.840903,10.868721,11.007639,10.865993,11.18882,11.278078,11.319664,11.022519,10.996517,10.755345,10.859416,10.943838,10.875139,11.143271,11.239663,10.731829,10.804445,10.909172,11.458402,12.31778,12.212632,12.22316,11.428527,11.400829,11.31024,11.487408,12.086864,12.073454,12.926325,12.957728,12.913361,12.793431,12.966755,11.222301,11.527871,11.59925,11.619039,11.385673,11.351736,11.143661,11.2451,11.27899,11.196321,11.380889,11.483263,10.662582,10.777912,10.869655,10.691855,11.016024,11.074163,11.111833,10.803885,10.775243,10.599824,10.728346,10.85214,10.794172,11.078061,11.150162,10.747917,10.785162,10.926363,10.520927,10.906384,10.934006,10.972692,10.608908,10.579524,10.423919,10.607746,10.821272,10.785125,11.164659,11.223157,11.034186,10.99812,11.18958,9.9424582,10.445536,10.403116,10.413688,9.9640741,9.8991947,9.8532581,10.407423,10.77386,10.764245,11.268818,11.284961,11.24928,11.001875,11.505865,12.231657,13.338461,13.160699,13.163372,12.094811,12.079703,12.031752,12.118067,12.898843,12.891986,13.987819,14.005913,13.987715,13.914331,13.999436,9.977006,10.16694,10.174544,10.207594,10.024023,9.9920197,9.9392548,10.184422,10.304633,10.289331,10.487145,10.513593,10.433914,10.363972,10.614836,12.592616,13.800443,13.592209,13.594716,12.403019,12.396983,12.357324,12.387153,13.236944,13.232409,14.418062,14.431981,14.420568,14.392358,14.423226,12.018189,13.079382,12.911562,12.91402,11.903595,11.882063,11.840778,11.975762,12.731762,12.72545,13.770235,13.784736,13.766402,13.655594,13.785748,10.456969,10.724468,10.762677,10.801249,10.544356,10.514504,10.394135,10.527315,10.629061,10.577151,10.807504,10.86401,10.498703,10.529469,10.686773,10.114436,10.353971,10.37054,10.41466,10.187213,10.156402,10.078246,10.291924,10.42979,10.405244,10.647744,10.685514,10.550052,10.501166,10.725258,10.1774,10.452199,10.466145,10.50347,10.242727,10.209647,10.124477,10.360604,10.525764,10.501616,10.780761,10.818007,10.690972,10.62737,10.869925,10.347379,10.697785,10.711664,10.746777,10.41758,10.384225,10.271951,10.503534,10.714622,10.686837,11.039521,11.083841,10.943574,10.877186,11.11322,10.727837,11.065812,11.16117,11.213624,10.889417,10.867516,10.590804,10.690455,10.796011,10.735409,11.040751,11.141044,10.759727,10.81604,10.919453,10.769777,11.108954,11.191391,11.236395,10.914391,10.889408,10.652901,10.763015,10.876601,10.814678,11.11446,11.204679,10.790387,10.84296,10.958494,10.748425,11.061448,11.173429,11.229173,10.931649,10.911133,10.606444,10.697001,10.766805,10.701536,10.977255,11.088347,10.657304,10.731904,10.820889,9.5238819,9.8156452,9.8077221,9.8207827,9.5286121,9.4565639,9.4168406,10.062682,10.270455,10.259737,10.553146,10.56788,10.526173,10.304255,10.89472,10.931426,11.553949,11.522246,11.54721,10.979578,10.952258,10.773953,10.942307,11.338663,11.315365,11.934174,11.996511,11.906013,11.830793,12.002158,10.610995,10.983301,11.05846,11.111356,10.755638,10.735735,10.439299,10.542389,10.689274,10.641968,10.99425,11.096278,10.839291,10.868723,10.979877,10.684411,11.045752,11.124684,11.17485,10.827724,10.805211,10.545863,10.656035,10.795196,10.74111,11.076941,11.169777,10.851016,10.886816,11.00406,10.484604,10.972963,10.954428,10.978756,10.532993,10.493802,10.388407,10.675835,11.001933,10.981644,11.47525,11.514399,11.428272,11.305774,11.586532,10.103807,10.334417,10.356216,10.40834,10.190316,10.161623,10.07918,10.262084,10.382985,10.35401,10.582454,10.625188,10.453674,10.427112,10.62563,9.9537039,10.149851,10.165281,10.221458,10.03877,10.010568,9.9462786,10.140437,10.250254,10.228714,10.428718,10.466898,10.342876,10.304772,10.512493,10.871865,11.188605,11.258762,11.292011,11.003002,10.973433,10.776416,10.887135,10.976237,10.907495,11.15915,11.243517,10.702374,10.772964,10.890918,10.583576,11.295573,11.210596,11.215963,10.583115,10.527309,10.487535,10.927417,11.44783,11.439944,12.148258,12.161346,12.136518,11.88306,12.285647,11.070268,11.368209,11.467061,11.501398,11.264213,11.237234,10.968246,11.069427,11.096457,11.018352,11.230422,11.348137,10.661972,10.766803,10.84885,10.794587,11.125524,11.218302,11.26557,10.953091,10.929116,10.672718,10.775556,10.872257,10.807531,11.096228,11.193563,10.753105,10.816491,10.921665,10.785273,10.848343,11.020622,11.163765,9.9409838,9.9997158,9.9325781,9.9424906,9.4627819,9.2777452,9.5148621,9.5416498,8.4566031,8.4166584,8.4853868,9.9716644,9.9763069,10.072371,10.174785,8.9634418,9.0783358,9.0531034,9.0591888,8.2494955,7.8634696,8.1193638,8.1459913,7.4511652,7.4081435,7.5475111,10.369354,10.394976,10.49711,10.608236,9.2406015,9.2889948,9.2286911,9.2527571,8.7526579,8.3853903,8.7606764,8.7947502,7.4690356,7.4913292,7.5862613,10.288998,10.207912,10.299847,10.389882,8.5725698,8.841012,8.9081154,8.8883705,7.3456907,7.1714292,7.3204803,7.3388076,6.9871011,6.8067541,6.9384885,9.9383192,9.9642191,10.053632,10.155735,9.0100441,9.0608149,9.0044565,9.0500231,8.5198689,7.9316149,8.2727337,8.3047686,7.2748971,7.3027959,7.4078522,9.3014479,9.3134317,9.3817368,9.4600229,8.494319,8.572258,8.5400515,8.6161566,7.9006891,6.9893026,7.2098608,7.2322202,6.6562309,6.6703649,6.800354,11.019429,11.138412,11.350451,11.509376,10.491823,10.51994,10.4345,10.451674,10.14298,10.014709,10.212707,10.229643,9.294301,9.1883907,9.2118855,11.39054,11.506506,11.745019,11.914421,10.575507,10.590961,10.501671,10.52115,10.218925,10.099384,10.296842,10.310237,8.9338112,8.8781071,8.8883591,10.420198,10.43252,10.563251,10.678741,9.3470612,9.5156355,9.5160122,9.5050087,8.5602255,8.4112177,8.5695734,8.5856133,8.1088734,7.9450574,8.0361614,10.308175,10.309946,10.424905,10.530374,9.1447668,9.3350773,9.3504295,9.3330488,8.2635756,8.1255922,8.2667265,8.2774715,7.906693,7.7146039,7.8062563,9.0902023,9.0454426,9.089962,9.1507778,7.8718548,8.0244026,8.0363941,8.0495615,6.8807797,6.2303548,6.3827791,6.3974552,6.0632515,6.026001,6.2418985,9.6549759,9.6272926,9.6988783,9.7817297,8.4672203,8.6202536,8.6236858,8.6309967,7.5669951,7.0775061,7.287652,7.3085599,6.8140073,6.7575636,6.9256835,10.165215,10.129238,10.228001,10.326714,8.8044729,9.0008106,9.022687,9.0071812,7.8097539,7.5726089,7.7689543,7.7884774,7.2874556,7.1609898,7.2995071,9.748394,9.7505732,9.834115,9.9276485,8.7716026,8.8808479,8.8561668,8.8752813,8.0619125,7.5442023,7.7906842,7.816236,7.1748662,7.1489654,7.2956347,12.026355,12.131403,12.340359,12.482862,10.367231,10.372616,10.296227,10.318067,9.9832926,9.8969812,10.070603,10.078115,7.7486629,7.7479615,7.7482491,10.759828,10.878823,11.062314,11.207152,10.354053,10.392089,10.31284,10.326288,10.004885,9.8754263,10.065495,10.083899,9.3908091,9.2540169,9.2901115,11.273447,11.333248,11.502295,11.637392,9.9760809,10.012102,9.939929,9.9549217,9.5283079,9.371109,9.6127863,9.6395159,7.9319596,7.9431481,7.9963655,9.9391804,9.9093475,9.9950943,10.087647,8.6758347,8.8456793,8.8546247,8.8478041,7.7393112,7.3964157,7.6152864,7.6365943,7.1055899,7.0184646,7.1723204,10.630713,10.687528,10.853465,10.993015,9.840373,9.9215775,9.8667965,9.8713083,9.3137894,9.1298561,9.3454037,9.3703051,8.5086107,8.4382401,8.5176973,6.7893271,6.77637,6.7797918,6.8034248,6.2770267,6.2892027,6.2399879,6.2081194,5.7035608,4.9734654,5.055553,5.0617476,4.8367062,4.8982096,5.4328766,11.563063,11.679924,11.913185,12.076616,10.558331,10.569178,10.481884,10.502729,10.201822,10.093038,10.285638,10.297134,8.7006683,8.654583,8.659255,6.7967143,6.76828,6.7726464,6.7936211,6.0743794,6.1079412,6.0661845,6.0084114,5.3538585,4.8331699,4.9307017,4.9370108,4.7087717,4.7524934,5.3789797,9.9948387,9.8557177,9.9121084,9.9774513,7.8745036,8.1855774,8.2888432,8.2673054,6.2368336,5.9696755,6.1364579,6.1477361,5.9075747,5.7303996,5.8873043,10.428619,10.368895,10.473248,10.569314,8.8025465,9.0664377,9.1289349,9.1075993,7.5829706,7.4528193,7.5830197,7.5893111,7.2995439,7.0623226,7.1429896,10.809584,10.919066,11.111044,11.260995,10.320002,10.363379,10.28641,10.298483,9.9422512,9.8065767,9.9980612,10.016563,9.2407389,9.1231956,9.1626863,10.488184,10.522288,10.669164,10.795708,9.5778437,9.7084188,9.6841888,9.6795931,8.9235716,8.75951,8.9385309,8.959281,8.3475666,8.2236729,8.3144302,11.981816,12.092588,12.303922,12.447855,10.43034,10.435788,10.357822,10.38161,10.063393,9.9773788,10.156322,10.163686,7.968051,7.9521279,7.950932,11.128064,11.267707,11.481974,11.63892,10.681326,10.695349,10.603173,10.62776,10.38358,10.270891,10.477922,10.493252,9.5947418,9.4545746,9.4589653,10.372422,10.398976,10.529112,10.650474,9.421298,9.5265636,9.4898329,9.4898148,8.787117,8.5492067,8.7873058,8.8141499,8.008625,7.9459848,8.0560865,10.28951,10.313206,10.434222,10.551806,9.3332567,9.4324446,9.393611,9.3962688,8.7036791,8.4297457,8.6889019,8.717104,7.8840742,7.8358197,7.9510784,10.601686,10.67804,10.845917,10.984141,9.9544306,10.037302,9.9837942,9.9861536,9.4601927,9.3106337,9.4923353,9.511714,8.8410292,8.721488,8.7884388,10.898634,10.977428,11.174159,11.329318,10.158215,10.205886,10.13012,10.142426,9.7198496,9.5533342,9.7768002,9.8009024,8.7222633,8.675745,8.7287273,11.126305,11.233792,11.463422,11.632374,10.482981,10.510812,10.424065,10.440518,10.108753,9.9720592,10.174863,10.192106,9.0753183,9.0091572,9.0342417,10.539018,10.580029,10.716744,10.843501,9.5870619,9.6572561,9.6007061,9.6092663,9.0543537,8.814538,9.0910082,9.1211681,8.0523596,8.0256243,8.1179667,11.064923,11.159771,11.38283,11.550028,10.377776,10.411272,10.326652,10.341951,9.9790211,9.8296766,10.042374,10.062709,8.9220953,8.8740816,8.9090214,10.15743,10.019733,10.085574,10.15763,8.0097294,8.329855,8.4357328,8.4096966,6.318449,6.0884967,6.259347,6.2671456,6.0181384,5.8131104,5.9426684,12.025153,12.125774,12.351036,12.504066,10.360483,10.364552,10.285302,10.303076,9.9520102,9.8593769,10.031067,10.039548,7.6413555,7.6639776,7.6656904,7.442492,7.4358087,7.448926,7.4816995,6.9107566,6.9393725,6.898191,6.9254656,6.3399544,5.3429251,5.4261947,5.4341187,5.2011456,5.253581,5.6057754,11.121511,11.208424,11.426064,11.59019,10.318788,10.350023,10.265076,10.281294,9.9116793,9.7585669,9.9821463,10.004487,8.7201099,8.6945162,8.7317886,10.880032,10.980312,11.183508,11.340137,10.309422,10.354755,10.277853,10.28978,9.9087763,9.7652521,9.9623489,9.9815044,9.096282,9.0033693,9.0445557,10.695897,10.748262,10.903616,11.038641,9.781455,9.8460312,9.7841854,9.7930107,9.2767553,9.0726147,9.3250237,9.3535194,8.2568932,8.2235222,8.3029594,11.336635,11.443249,11.690777,11.86701,10.552584,10.570935,10.480373,10.498387,10.179206,10.048106,10.250933,10.266232,8.9038105,8.8678265,8.8844805,10.583771,10.638252,10.801473,10.938333,9.8000603,9.8969698,9.8514509,9.8525887,9.2437868,9.0734472,9.2686939,9.2911806,8.5545826,8.4577112,8.5384159,8.6017714,8.5729399,8.6065416,8.6581783,7.6197209,7.7285495,7.7201748,7.7434506,6.7686706,5.9662437,6.0913286,6.1041799,5.8055897,5.8055439,6.0564318,9.4513502,9.3147526,9.3493414,9.3986378,7.4097714,7.6880918,7.7790704,7.7609358,5.7723222,5.3903189,5.527102,5.5340786,5.35286,5.2215466,5.4359035,11.690175,11.798998,12.044783,12.214083,10.537449,10.546165,10.458747,10.477368,10.158958,10.049327,10.238266,10.248891,8.4355326,8.4234982,8.4287119,10.412651,10.413472,10.542614,10.658093,9.2806177,9.4523525,9.4540873,9.4446974,8.4836664,8.3154154,8.4878111,8.5091095,7.9735942,7.835289,7.9413748,11.031775,11.163364,11.371682,11.527192,10.584302,10.605032,10.516092,10.536995,10.268176,10.14867,10.350057,10.366483,9.5009613,9.3697014,9.3840771,10.101052,10.103274,10.207295,10.313665,9.0445538,9.1723766,9.1528053,9.1511974,8.2975922,7.9853635,8.2291164,8.2547369,7.5698247,7.5064354,7.6414275,8.4002409,8.340313,8.3638554,8.4062548,7.1514082,7.2894464,7.300817,7.2832427,6.0858459,5.503047,5.6168451,5.6264744,5.3908458,5.3685579,5.7163572,10.75359,10.834195,11.022282,11.172282,10.102899,10.167377,10.101463,10.109083,9.6432467,9.4851027,9.6847296,9.7061462,8.8645687,8.7779655,8.836606,10.732971,10.833356,11.01756,11.163994,10.210362,10.264482,10.193744,10.202665,9.8029299,9.6624422,9.8506165,9.8695793,9.131444,9.0144815,9.0630751,10.554325,10.601993,10.759768,10.894141,9.7284994,9.8287916,9.7856865,9.7863092,9.1534472,8.973362,9.1752205,9.1988611,8.4446249,8.3551931,8.4420824,10.776299,10.872641,11.06305,11.213095,10.215827,10.27041,10.199371,10.208641,9.7984133,9.6541052,9.8458643,9.8652048,9.0723629,8.966773,9.015357,9.9796638,9.9117565,9.9888353,10.072878,8.4097767,8.6351004,8.6793022,8.6633253,7.221981,6.9236655,7.1200662,7.1364908,6.7247043,6.5937204,6.7479692,9.4456949,9.4047298,9.463563,9.5359087,8.1918468,8.3549852,8.3684359,8.3792477,7.2153549,6.6556826,6.8401914,6.8580179,6.447876,6.3933024,6.5775332,7.6962972,7.6517334,7.6661673,7.6993814,6.6805687,6.7690492,6.7558632,6.7186141,5.7627516,5.2083087,5.3125515,5.3206472,5.0895243,5.1005936,5.5775204,8.7314711,8.7318478,8.7757254,8.8354874,7.9846969,8.0609932,8.0334148,8.1095562,7.337235,6.2910867,6.4324107,6.4489985,6.0744081,6.0980005,6.2668438,11.189918,11.305387,11.534671,11.70179,10.53773,10.560415,10.472365,10.49048,10.181151,10.053509,10.253351,10.269006,9.1276712,9.05126,9.0693369,10.171104,10.069825,10.148101,10.230065,8.3014688,8.5822754,8.6601048,8.6354723,6.8679719,6.6465144,6.8225837,6.8341212,6.5096364,6.3238502,6.4572563,9.0442924,9.0530672,9.1112499,9.1807575,8.2775288,8.3541956,8.3257847,8.4202776,7.6815152,6.6273689,6.8115487,6.8307085,6.3494401,6.3683367,6.4998684,10.325841,10.325244,10.447316,10.560573,9.2021008,9.3611279,9.3567505,9.347331,8.4099455,8.20716,8.4003019,8.4230108,7.8280025,7.7157578,7.835793,10.425163,10.444747,10.58182,10.703781,9.4290075,9.5670576,9.5481653,9.5424738,8.7302198,8.5439405,8.7356033,8.7586632,8.1179667,8.009676,8.1149473,11.06374,11.163975,11.388854,11.556545,10.41568,10.448531,10.36375,10.379031,10.025684,9.8811617,10.088095,10.10711,9.0118704,8.9521856,8.9841375,10.346996,10.396845,10.53014,10.648261,9.5413008,9.6684914,9.6439161,9.6347742,8.9139042,8.7704744,8.9277754,8.9435301,8.4653368,8.3115873,8.3989878,11.565329,11.671564,11.927026,12.103868,10.574638,10.58569,10.495395,10.513544,10.196708,10.076589,10.27165,10.284039,8.6416998,8.6292181,8.6389503,10.601911,10.690974,10.859335,10.997548,10.037698,10.108671,10.048484,10.052522,9.5872707,9.4440041,9.6243401,9.6432323,8.9909296,8.8652315,8.9263983,10.864278,10.936289,11.122657,11.272682,10.069634,10.120939,10.048273,10.059858,9.6163902,9.4427681,9.6730146,9.6984816,8.5978193,8.55653,8.6156616,10.871902,10.99142,11.18776,11.339047,10.423383,10.457026,10.374802,10.390177,10.075418,9.9462528,10.140623,10.158516,9.3711863,9.2459097,9.2760305,11.854328,11.965419,12.18448,12.335222,10.456316,10.462963,10.381894,10.403781,10.085841,9.9919109,10.173744,10.182608,8.1458063,8.1261606,8.1268015,10.457308,10.518957,10.666806,10.793499,9.728241,9.8360662,9.7987852,9.7948046,9.1626863,9.0161591,9.184269,9.2018728,8.6469259,8.5068722,8.5856218,11.680472,11.796231,12.023758,12.181956,10.527339,10.536022,10.450944,10.472549,10.16791,10.065832,10.254674,10.26503,8.5033894,8.4656096,8.4678278,11.155135,11.232603,11.434841,11.590318,10.208365,10.240465,10.158463,10.174767,9.7885981,9.6322317,9.8657303,9.8902264,8.4732609,8.4629736,8.5055771,10.99317,11.1024,11.316408,11.47761,10.424999,10.459317,10.376463,10.391414,10.051034,9.9146452,10.113249,10.131101,9.1704559,9.0800638,9.1105776,9.8645725,9.6746321,9.7107391,9.7586422,7.3582168,7.7137074,7.8528786,7.8307104,5.3515272,5.0753751,5.2164278,5.2216086,5.096807,4.9097929,5.0784035,10.474143,10.510438,10.653708,10.781508,9.5729532,9.6736631,9.6325588,9.6330872,8.9711933,8.761467,8.9854546,9.0114613,8.2010803,8.1310892,8.2304945,10.336823,10.292729,10.400483,10.501738,8.8926649,9.1180124,9.1547079,9.1397753,7.87992,7.7072711,7.8692136,7.8903837,7.4529638,7.2941217,7.4172783,10.420991,10.368597,10.477475,10.577435,8.8886614,9.1370077,9.1880207,9.1725273,7.8090076,7.6660986,7.8109632,7.8292699,7.4629502,7.2695608,7.373868,11.07129,11.123032,11.274522,11.40391,9.8176861,9.8601961,9.7916059,9.8053617,9.3499107,9.1683912,9.436039,9.4655647,7.8656554,7.8738732,7.9382024,10.204186,10.203713,10.315083,10.424312,9.10394,9.2462702,9.2338219,9.227047,8.3242598,8.0658894,8.2897177,8.3138065,7.6611819,7.5762768,7.706326,9.768878,9.6449842,9.695014,9.756752,7.7986565,8.0798731,8.1666756,8.1500235,6.2692919,5.9311767,6.0960402,6.107604,5.8577361,5.7121634,5.8916111,10.548722,10.605822,10.764647,10.897985,9.7836008,9.888134,9.8477421,9.8466406,9.2174606,9.0611143,9.2412729,9.2611332,8.6155434,8.4947834,8.5726376,10.399779,10.340022,10.445923,10.544371,8.8323221,9.0839996,9.1353703,9.1205053,7.7421708,7.5886798,7.741333,7.76335,7.3778667,7.1979127,7.3132906,10.231628,10.206111,10.313046,10.416592,8.9389305,9.1271257,9.1426554,9.1285286,8.0103331,7.7944584,7.9841938,8.0049324,7.4840121,7.3581882,7.4908404,10.865975,10.908449,11.042295,11.16585,9.6395369,9.6866846,9.6217537,9.6355286,9.156352,8.9406414,9.2437248,9.2753897,7.7567382,7.7660232,7.841114,10.531539,10.567495,10.688822,10.81052,9.4656687,9.5179634,9.4553347,9.4713278,8.9726973,8.6951771,9.0382481,9.0715714,7.7744141,7.7796655,7.8678865,7.9133296,7.908926,7.9304576,7.9689202,7.3423324,7.3862982,7.3529978,7.4412851,6.7761521,5.5481429,5.6312375,5.6390877,5.3976159,5.4368496,5.6553941,9.1125393,8.9743109,8.998395,9.0391264,7.0885243,7.3491311,7.4334679,7.4072299,5.4409814,5.0626588,5.1797943,5.1863694,5.0376811,4.9273319,5.1997552,11.331241,11.460991,11.68627,11.84755,10.639132,10.651855,10.561547,10.584692,10.316035,10.204781,10.406253,10.419618,9.2142668,9.1172352,9.1213531,10.244879,10.126009,10.203333,10.282807,8.2289934,8.5397768,8.6371861,8.6115294,6.7122726,6.5302072,6.6842103,6.6962385,6.4277735,6.2215133,6.3514709,11.239726,11.331762,11.562184,11.731264,10.40439,10.429432,10.341614,10.358788,10.008198,9.8639288,10.08009,10.100183,8.7274065,8.7082272,8.7375746,10.817399,10.897353,11.091223,11.244809,10.137076,10.193389,10.122313,10.13221,9.6879234,9.5242577,9.7354498,9.7582321,8.8129501,8.7459974,8.8021965,11.331981,11.430044,11.673814,11.848517,10.491508,10.511415,10.421238,10.439083,10.105413,9.9685154,10.177674,10.195155,8.7714539,8.753231,8.774991,11.288913,11.412187,11.639655,11.803507,10.592231,10.60864,10.51937,10.540137,10.253759,10.13632,10.335575,10.349673,9.1427279,9.057847,9.0676308,9.5553856,9.5764198,9.6549435,9.7441759,8.7405491,8.8049355,8.7612143,8.827652,8.2047434,7.40341,7.6701846,7.6969748,6.9569917,6.9783053,7.0962319,10.762865,10.850871,11.040372,11.190512,10.155747,10.216411,10.148546,10.156673,9.7145538,9.5638008,9.758194,9.7783995,8.9663687,8.8694506,8.9233027,10.072132,10.096119,10.198802,10.308579,9.1573429,9.23248,9.1839066,9.2024002,8.5877466,8.1785917,8.4868746,8.5179758,7.6143003,7.6061215,7.7241707,10.940042,11.038306,11.249469,11.410522,10.335975,10.377846,10.298409,10.311389,9.9345751,9.7881517,9.9903698,10.009906,9.045722,8.9678516,9.0071287,10.340544,10.372543,10.494061,10.614104,9.4019794,9.4774046,9.425518,9.4352741,8.8442764,8.5528612,8.8485641,8.8795357,7.8925037,7.8698606,7.9750237,9.0584364,9.0552225,9.1096258,9.1780815,8.1944008,8.2898846,8.2697239,8.3355427,7.498816,6.5777826,6.7489986,6.7674823,6.3298788,6.3357291,6.4929543,8.6961384,8.6143866,8.432724,8.4431982,8.3526077,8.3097897,8.2848873,8.0834274,7.9919653,7.9170265,7.8275318,7.8139844,7.7214508,7.6064186,7.8120966,8.3050518,8.2976303,8.1898527,8.2584209,8.1806297,8.1370659,8.1083984,7.9123049,7.8331695,7.7672114,7.6460042,7.6501966,7.3795013,7.47047,7.2340097,8.7910604,8.7728786,8.6407356,8.6810884,8.5919666,8.5511169,8.5134392,8.328371,8.2370653,8.1635151,8.0556526,8.0572414,7.8084788,7.8407364,7.8100739,8.7124987,8.6396399,8.4541273,8.4600964,8.3698826,8.3348837,8.3012009,8.1183186,8.0296831,7.9630308,7.8847132,7.8685427,7.8011117,7.6793675,7.9515157,8.9449968,8.915637,8.7623405,8.7849722,8.6908979,8.6526737,8.6119366,8.4373875,8.3426695,8.2680655,8.1759157,8.1714735,7.9739203,7.9558015,8.0724268,8.615447,8.5240545,8.3319912,8.3341665,8.2450266,8.2061539,8.1792717,7.9882221,7.9002614,7.8313766,7.7518682,7.73558,7.6893673,7.5340891,7.8108711,8.9010601,8.8569078,8.6834879,8.6949711,8.601099,8.5659847,8.5259295,8.357029,8.2648821,8.194212,8.1154623,8.1033764,7.9763007,7.910295,8.1453333,8.7865171,8.7450123,8.5961027,8.6283636,8.5384693,8.4957218,8.4637823,8.2614393,8.1684618,8.0920734,7.9845023,7.97964,7.783761,7.7761245,7.8171453,7.6455998,7.6514173,7.571734,7.6636138,7.5957093,7.5578613,7.531024,7.3530679,7.2879157,7.2328739,7.1189356,7.1235313,6.8590169,6.9715014,6.5593481,8.7976265,8.7933111,8.6718349,8.7166681,8.6280212,8.5877924,8.5481701,8.3756266,8.2854042,8.213645,8.1065273,8.1128054,7.8270373,7.8790627,7.8044748,8.3741426,8.3555574,8.2222528,8.2849178,8.2067127,8.1435184,8.1373796,7.9203482,7.8391957,7.7697673,7.6403179,7.639946,7.389226,7.4866667,7.308866,8.8336029,8.7834597,8.6000233,8.606576,8.5140877,8.4812717,8.4420204,8.278779,8.18997,8.1253242,8.0545473,8.0379915,7.9520593,7.8618302,8.163949,8.7942991,8.7328701,8.5567312,8.5684423,8.4767933,8.440341,8.4050932,8.2201004,8.128788,8.0576115,7.97331,7.9601774,7.8534317,7.7652817,7.9855018,8.6715126,8.6571035,8.5330353,8.5818348,8.4958286,8.454216,8.4187307,8.2296648,8.1414328,8.0696096,7.9565206,7.9595885,7.6989055,7.7504888,7.6568332,8.7282972,8.6823435,8.5320597,8.5683842,8.4801111,8.4315729,8.4084635,8.1933641,8.1010771,8.0235004,7.9088058,7.9033241,7.7069621,7.7080121,7.7218647,8.6303062,8.6146574,8.4913235,8.5423059,8.4572859,8.4149103,8.3809738,8.1877995,8.1003675,8.0287514,7.9134445,7.9161143,7.6575336,7.7128019,7.604702,8.6449366,8.5687418,8.3791227,8.3822317,8.2935476,8.2604322,8.2272997,8.0482216,7.9623218,7.9019957,7.8274899,7.8097024,7.7653213,7.6265788,7.9326172,8.1839399,8.1918964,8.0988998,8.1733751,8.0983105,8.0616016,8.0299387,7.8584886,7.7850547,7.7240329,7.6126714,7.6220875,7.3291326,7.4236069,7.1453328,8.7619753,8.6962204,8.5279493,8.5475597,8.456502,8.4131145,8.3861303,8.1802082,8.0869846,8.0099258,7.9115095,7.9011798,7.7634997,7.6955023,7.8323445,8.4491835,8.4425278,8.3315897,8.3933659,8.3124628,8.2710152,8.238143,8.0493202,7.9670897,7.8993921,7.7823596,7.7875538,7.5123906,7.590342,7.401031,8.7359037,8.6612339,8.483285,8.4951067,8.404067,8.3638639,8.3347559,8.1368361,8.0450153,7.9706707,7.8814135,7.8683324,7.7672052,7.6640172,7.8652825,8.7240114,8.6921453,8.5535822,8.5948429,8.5071802,8.4628353,8.4320335,8.2277727,8.1366758,8.06141,7.947186,7.9451275,7.7217565,7.7455945,7.7169585,8.4399233,8.4224491,8.2998075,8.3613148,8.2812891,8.2305994,8.2091141,7.9990702,7.9160509,7.8461275,7.7204638,7.7215505,7.4659705,7.5485787,7.3718252,8.6607218,8.628129,8.4899063,8.5358715,8.4501104,8.4012413,8.3769293,8.1639185,8.0741339,7.9988637,7.8787789,7.8764038,7.6501575,7.6873808,7.6278472,8.8904705,8.858861,8.7087097,8.7352657,8.6427641,8.6036158,8.5647888,8.3823757,8.2884073,8.2135391,8.1160927,8.1121817,7.9108949,7.8993754,7.9839072,8.6157475,8.58146,8.4381332,8.4860363,8.4018641,8.3461294,8.3314867,8.11199,8.0231686,7.9479308,7.8243837,7.8211703,7.5979524,7.6434503,7.5768876,8.7550182,8.6932878,8.5097923,8.5167274,8.4260063,8.3922424,8.3557825,8.1811752,8.0927334,8.028924,7.953373,7.9368887,7.8603501,7.7551928,8.036973,8.8522587,8.8065834,8.6459293,8.6671505,8.5749617,8.5363073,8.4998093,8.3117313,8.2182732,8.1436014,8.0493689,8.0414619,7.8785787,7.837163,7.9706473,8.8231373,8.768919,8.6024847,8.6205921,8.5286884,8.4901562,8.4552822,8.2643785,8.1713858,8.0970001,8.0047255,7.9948053,7.8532195,7.7929921,7.9524388,8.7915707,8.7359056,8.5746508,8.5981731,8.5071468,8.4651051,8.434617,8.2317543,8.1382608,8.0615091,7.960711,7.9522085,7.79391,7.7478485,7.8572235,8.8657799,8.8171244,8.645237,8.658452,8.5654888,8.5296316,8.4911537,8.3149538,8.2228117,8.1515274,8.068717,8.0570841,7.9292159,7.8620491,8.0759993,8.5336304,8.5296803,8.4178648,8.475955,8.3933401,8.3530254,8.3178482,8.1361284,8.0524073,7.9841743,7.8705273,7.8768888,7.5945315,7.6670384,7.5021591,8.8172216,8.7662535,8.6058035,8.6285667,8.5371122,8.4968939,8.4632835,8.2669516,8.1734982,8.0977316,7.9996223,7.9914885,7.8305831,7.7872772,7.9052229,8.5665293,8.5747414,8.4712887,8.5311108,8.4491005,8.4112368,8.3753166,8.2109346,8.1282539,8.0623941,7.9540071,7.9644074,7.6544046,7.7321086,7.5575757,8.8636827,8.8394775,8.6983194,8.7311134,8.6397724,8.5997047,8.5609846,8.3779039,8.2846413,8.2100124,8.107481,8.1065569,7.8788013,7.889535,7.9196572,8.7333031,8.7238207,8.6007833,8.6473522,8.5600004,8.5193892,8.4815168,8.3012047,8.2120562,8.1403408,8.0307016,8.0352955,7.7635374,7.8143401,7.7325892,8.0518932,8.0476522,7.9462423,8.0258141,7.9538193,7.9073091,7.885757,7.6859293,7.613277,7.5519423,7.4278178,7.431601,7.1628919,7.2767787,6.9625635,8.9282656,8.8905811,8.7272358,8.7442589,8.6501093,8.6132565,8.5729933,8.3996916,8.3058329,8.2324743,8.146347,8.1381302,7.9753394,7.9328928,8.106473,7.4775009,7.4839597,7.4049158,7.5037084,7.4443765,7.4053864,7.3878241,7.2030993,7.1455874,7.0969238,6.9815202,6.98668,6.7268333,6.8595929,6.4073172,8.9207516,8.9012032,8.7605267,8.7913265,8.6985798,8.6589584,8.6182833,8.442502,8.3482704,8.2736149,8.1740904,8.1741257,7.9375253,7.9490485,7.9903841,8.038969,8.0332451,7.9232736,8.0031414,7.932374,7.8768764,7.8661981,7.6589279,7.5872269,7.5262365,7.3975086,7.4002023,7.1351857,7.2613273,6.9523921,8.8230209,8.789176,8.6431341,8.6750135,8.5844088,8.5435572,8.5077276,8.3150768,8.2220268,8.1466761,8.0423126,8.0389566,7.8318195,7.8305545,7.8727946,8.7375536,8.6768179,8.5125332,8.5384912,8.4483995,8.3992834,8.3793163,8.1651278,8.072258,7.9941077,7.8884215,7.8798008,7.7195129,7.6786804,7.765964,8.6575956,8.5735683,8.3844185,8.3881302,8.2984924,8.2618713,8.2315731,8.0435276,7.9552298,7.8873301,7.8083735,7.7920303,7.7381101,7.595789,7.8711324,8.7542286,8.6840181,8.5055475,8.5162973,8.4251423,8.3873825,8.3550215,8.1637411,8.072506,8.0002184,7.9143872,7.9008074,7.8036551,7.701848,7.9208379,8.2099285,8.21103,8.1126862,8.1855555,8.1094103,8.0700102,8.0387239,7.8563766,7.78056,7.7176228,7.6014714,7.6083941,7.3260288,7.4201856,7.1506314,8.5965796,8.5762787,8.4505129,8.5028887,8.4187651,8.3738852,8.3437967,8.1414814,8.0543327,7.9821162,7.8629813,7.8641138,7.6138601,7.6708326,7.5567317,8.8708096,8.8572044,8.724761,8.7617702,8.6707277,8.6305218,8.590394,8.4141064,8.3213129,8.2475214,8.1436071,8.1462793,7.8881774,7.9182768,7.9075208,7.756896,7.7677722,7.6887822,7.7784953,7.71065,7.6761703,7.6486993,7.479434,7.4149041,7.3601761,7.249012,7.2572079,6.9801221,7.0877638,6.7043638,8.4956751,8.5003471,8.3959103,8.457489,8.376298,8.3378248,8.3024359,8.1315823,8.0501528,7.9843111,7.8737783,7.8829412,7.583065,7.6627893,7.4725184,8.8918715,8.850791,8.6889515,8.7080641,8.6149025,8.5773487,8.5386295,8.3586807,8.2650719,8.1912441,8.1012936,8.0933285,7.9299521,7.8886056,8.0423918,8.7691565,8.7437334,8.607461,8.6469784,8.5582142,8.5164814,8.4810543,8.2879333,8.1964903,8.1221228,8.0125008,8.012023,7.7791624,7.8034973,7.7838492,8.7927141,8.737874,8.5544443,8.5612288,8.469697,8.4366751,8.398632,8.2308321,8.1424704,8.0792141,8.0065937,7.9898939,7.9091511,7.812633,8.1076241,9.0732841,9.1601791,9.2457008,9.1214142,8.8316307,8.7895136,8.5909719,8.4614782,8.3199797,8.1310377,8.4277067,8.4616928,7.5660357,7.7665696,7.7694445,11.792644,12.118763,12.132863,11.996748,11.846755,11.74163,11.680855,11.562995,11.412249,11.284166,11.101209,11.130077,8.7487326,9.1264658,9.0439348,12.163172,12.385839,12.463966,12.403791,12.194006,12.140163,11.982308,11.910645,11.710248,11.588982,11.637677,11.6955,9.65446,9.7187033,9.6765432,11.549618,11.681299,11.780427,11.777809,11.619265,11.595374,11.292333,11.266394,11.014207,10.950275,11.011821,11.110754,9.8981619,9.7246313,9.6549387,9.461401,9.4705944,9.603611,9.5742779,9.2670088,9.2444658,9.0835323,9.0159378,8.9118996,8.7840548,9.6914253,9.7422028,8.774745,8.8384981,8.8323765,11.066485,11.356691,11.375605,11.232438,11.078281,10.97697,10.89768,10.771093,10.631077,10.504065,10.346259,10.374294,8.3763905,8.7760181,8.6904469,9.4629593,9.4584236,9.5966864,9.6540728,9.4359999,9.4280586,9.130928,9.1071501,8.9964705,8.9296741,9.7958841,9.8936443,9.1588678,9.1490822,9.1317644,8.8102779,8.9197922,8.9883766,8.8669338,8.611762,8.5615473,8.341507,8.1944895,8.0591354,7.8792381,8.0396032,8.0677128,7.1806569,7.4272923,7.4189358,8.6311626,8.8265257,8.864213,8.7078581,8.5243368,8.4525213,8.2884493,8.1190681,8.003891,7.8625054,7.8411493,7.8625588,6.8756886,7.2403932,7.1682954,10.355391,10.424034,10.539696,10.556643,10.365905,10.349434,9.9973888,9.969574,9.7956266,9.7270908,10.078734,10.189528,9.3237162,9.2973013,9.2701769,10.753289,10.966774,11.012461,10.891313,10.690891,10.609691,10.49009,10.363417,10.211405,10.065507,10.032079,10.065856,8.4419384,8.7457848,8.6922531,10.386209,10.577284,10.628735,10.505701,10.294194,10.218228,10.086206,9.9543066,9.8058891,9.6544571,9.6585464,9.6919556,8.2546711,8.5524225,8.5044355,8.1643162,8.2848492,8.3426313,8.238348,8.0248585,7.9735384,7.7071495,7.5544128,7.4406161,7.2888613,7.3739295,7.3946495,6.5489655,6.8224473,6.8033152,9.6284037,9.7750225,9.8375034,9.7119827,9.4748526,9.4114513,9.2447624,9.1027203,8.9603271,8.7931042,8.8846655,8.9162159,7.7999997,8.0740261,8.0436573,10.09506,10.14851,10.247674,10.274628,10.127681,10.117935,9.6732941,9.6573505,9.4719553,9.4244471,9.7206955,9.8601456,9.2080555,9.1690483,9.144556,10.923471,11.044188,11.155868,11.115644,10.870317,10.833484,10.619104,10.557456,10.385242,10.27158,10.534504,10.601778,9.3045645,9.3471479,9.3183794,12.684549,12.978606,13.027954,12.940475,12.748209,12.674194,12.580971,12.490916,12.295703,12.159944,12.099788,12.143202,9.6121082,9.7686567,9.7202568,13.478945,13.794313,13.862979,13.819959,13.645453,13.596955,13.475976,13.420694,13.175489,13.07054,13.031802,13.093186,10.35041,10.297906,10.238233,9.4330864,9.7022066,9.7273331,9.5510893,9.4060278,9.318737,9.225728,9.0803242,8.9691944,8.8527689,8.7311182,8.7547712,7.3840218,7.823709,7.7148833,12.898417,13.374183,13.361856,13.19802,13.091313,12.967225,12.983847,12.880772,12.740398,12.62881,12.348663,12.371539,9.041357,9.4732981,9.3604469,11.311605,11.505073,11.574006,11.481456,11.256624,11.191124,11.053896,10.954347,10.782807,10.640654,10.69821,10.742183,9.0186043,9.200016,9.1618538,15.086986,15.599359,15.630298,15.555571,15.398483,15.3284,15.351882,15.277642,15.045722,14.917195,14.760333,14.800464,10.717214,10.769125,10.714183,10.448663,10.561093,10.662116,10.580287,10.308637,10.263198,10.097086,10.006406,9.851758,9.7064257,10.001595,10.049918,8.8118143,8.9389086,8.9187727,10.062429,10.203429,10.276015,10.160129,9.910429,9.8502865,9.6945391,9.5689869,9.4189787,9.2547874,9.3933859,9.4300537,8.2196655,8.4526291,8.4264431,10.783374,10.940201,11.019266,10.923723,10.679503,10.620379,10.470784,10.367579,10.205359,10.05714,10.19141,10.23501,8.7868471,8.9666796,8.9362345,15.941229,16.653399,16.63682,16.530018,16.431925,16.320095,16.496367,16.415907,16.24712,16.125999,15.826686,15.851634,10.677683,10.970462,10.897549,8.2942705,8.2338295,8.359272,8.3467293,8.0317917,8.0212526,7.8927217,7.8212128,7.7637315,7.633461,9.1784878,9.2196636,8.3464432,8.4207487,8.4290314,11.796405,11.962362,12.060535,12.046795,11.86516,11.834716,11.56972,11.532303,11.302597,11.221843,11.296268,11.385161,9.8685884,9.7776785,9.7233887,9.952466,10.127428,10.181043,10.053146,9.8353291,9.7632685,9.6182566,9.4776182,9.3346558,9.1775837,9.2056646,9.2372189,7.9718518,8.2743568,8.2299337,10.298546,10.363884,10.496929,10.488733,10.232938,10.209376,9.9593859,9.9132023,9.7625647,9.6638832,10.139935,10.217826,9.2317419,9.244173,9.2222042,7.7729144,7.9216266,7.960031,7.8319678,7.6460452,7.5823793,7.3246655,7.1552868,7.0513625,6.918891,6.9401197,6.9543948,6.1307549,6.4456491,6.3979378,13.15439,13.540675,13.556769,13.444503,13.28862,13.189607,13.160369,13.05771,12.878022,12.742231,12.555277,12.587675,9.5255852,9.8044386,9.7389288,11.995152,12.286618,12.317152,12.202667,12.026591,11.934673,11.854079,11.742533,11.574605,11.436531,11.316875,11.351121,9.033844,9.3255234,9.2642736,10.027879,10.070148,10.196192,10.223972,10.016543,10.002397,9.6739435,9.6458826,9.4952698,9.4241428,9.9470501,10.0513,9.2437496,9.2288094,9.2064438,14.224558,14.74912,14.741932,14.619778,14.499191,14.384871,14.438773,14.342501,14.172365,14.045855,13.771998,13.799088,9.8580551,10.189415,10.109907,9.4793091,9.5973673,9.6721716,9.5493641,9.2865086,9.232872,9.0541973,8.9189987,8.7747974,8.5975189,8.7813044,8.814847,7.791451,8.0250864,8.0102654,10.041035,10.116455,10.230103,10.154681,9.8611746,9.8245535,9.6572371,9.5711803,9.430582,9.2840996,9.7538509,9.8022728,8.7107992,8.818778,8.8070602,11.311798,11.460607,11.562942,11.522137,11.293818,11.253747,11.040969,10.980165,10.794606,10.683772,10.863277,10.932027,9.452343,9.486968,9.4526329,13.426101,13.769271,13.818728,13.742762,13.559281,13.490934,13.413286,13.334149,13.120055,12.990129,12.913415,12.96012,10.02626,10.11832,10.068366,9.2975426,9.3283558,9.4451075,9.3646784,9.0469141,9.0196123,8.8591604,8.7686815,8.6500731,8.4913969,9.2262001,9.2695532,8.324914,8.4376593,8.4404955,9.326993,9.3152714,9.4221687,9.489068,9.3430967,9.3390684,8.9469461,8.9363918,8.8080435,8.7648115,9.5352917,9.6653891,9.0725145,9.052062,9.0348167,11.389417,11.559755,11.648411,11.581388,11.347706,11.296106,11.127617,11.048833,10.869099,10.740492,10.873245,10.928155,9.2946625,9.3916874,9.3574734,12.926391,13.180428,13.261472,13.232183,13.058606,13.017979,12.851878,12.806012,12.554015,12.461455,12.45583,12.524938,10.257818,10.152999,10.087032,7.8521523,7.7919998,7.9099622,7.8910799,7.5787148,7.5714817,7.4302802,7.3543992,7.30129,7.164464,8.7667122,8.8051672,7.9826851,8.0701313,8.0856304,10.909484,11.047861,11.144729,11.073148,10.820498,10.7724,10.601311,10.518394,10.351469,10.21678,10.428707,10.481364,9.0749531,9.1837273,9.1560678,11.246839,11.493624,11.53102,11.411239,11.224689,11.136944,11.034385,10.91366,10.75669,10.616081,10.53571,10.569376,8.6673212,8.9776096,8.9180365,13.72775,14.082946,14.1391,14.078122,13.900033,13.840978,13.755433,13.687651,13.456744,13.33701,13.269402,13.322275,10.286959,10.3081,10.255173,18.020533,18.97546,18.966629,18.888987,18.797655,18.720722,19.059877,18.995354,18.815157,18.70035,18.436602,18.455139,11.859097,11.985536,11.931159,10.57877,10.748757,10.814558,10.704407,10.47244,10.405374,10.264195,10.14564,9.9893465,9.8357992,9.9096165,9.9477768,8.5157852,8.7526312,8.7166834,10.469166,10.549015,10.649335,10.664536,10.510526,10.497327,10.069808,10.050602,9.8474779,9.7951889,9.9761724,10.109735,9.3535872,9.2941904,9.2621126,11.986398,12.239527,12.290256,12.193356,11.993451,11.916945,11.809725,11.709431,11.529836,11.39008,11.351048,11.391956,9.2315378,9.4366179,9.3889818,12.306714,12.529078,12.612562,12.568528,12.368754,12.322443,12.140224,12.08056,11.866829,11.758113,11.80659,11.873455,9.8385372,9.8460407,9.8001957,8.868001,8.8324995,8.9676485,8.9564524,8.6399565,8.6250296,8.483696,8.418725,8.3447065,8.2211132,9.500823,9.5474854,8.6365795,8.696373,8.6967621,10.084907,10.391989,10.405018,10.225176,10.096057,9.9953098,9.9225616,9.7903948,9.6772699,9.5691872,9.3939953,9.4167376,7.69238,8.1607656,8.0416231,10.1147,10.343823,10.378212,10.234904,10.056604,9.9700317,9.8571224,9.7150373,9.5813169,9.4434748,9.3655396,9.3937979,7.9285798,8.3058519,8.2321053,9.4841032,9.4789696,9.6340284,9.6742325,9.4037809,9.3923521,9.1510887,9.1189737,9.0166874,8.9332857,9.8607664,9.939209,9.1414337,9.1412735,9.1263399,9.5831852,9.7888699,9.8288898,9.6827707,9.4937868,9.4149284,9.2826519,9.1302223,9.0008688,8.8561602,8.8175287,8.8444538,7.6072464,7.971879,7.9040627,9.9045897,9.9431753,10.077739,10.051674,9.7594128,9.7340117,9.54704,9.4858704,9.3613024,9.2418213,9.9307861,9.9892273,8.9852934,9.0333185,9.0198345,11.785205,12.001545,12.069892,11.986823,11.77035,11.705985,11.57139,11.481308,11.29838,11.162569,11.19771,11.244962,9.3015881,9.4485521,9.4079523,10.494662,10.583628,10.705812,10.664957,10.395992,10.363011,10.158502,10.094907,9.9402285,9.8210554,10.217181,10.280165,9.1380692,9.1889744,9.167243,9.8959112,9.9269047,10.071594,10.072812,9.7927485,9.7730732,9.548914,9.5030451,9.3773632,9.276123,9.9750042,10.045696,9.1301069,9.1465521,9.1302147,16.189617,16.859337,16.86775,16.782248,16.648182,16.567356,16.701881,16.623552,16.406845,16.274622,16.044369,16.073162,11.053552,11.158741,11.102718,11.475849,11.891683,11.88604,11.688497,11.580457,11.464395,11.439017,11.326878,11.204208,11.100385,10.857858,10.87716,8.2577724,8.7123508,8.574935,10.321083,10.406291,10.523593,10.464098,10.182349,10.146217,9.9661121,9.8904696,9.7428446,9.609416,10.033771,10.088058,8.9457674,9.0283747,9.0108805,10.312524,10.440239,10.526553,10.425119,10.162135,10.108879,9.9519329,9.8438168,9.6899595,9.5328093,9.7461395,9.7882185,8.5433006,8.7235088,8.7016697,9.5136757,9.5903835,9.6891356,9.5796347,9.2802219,9.2409258,9.0694246,8.9588728,8.8190794,8.6447344,9.0593243,9.0991659,8.1143703,8.2771072,8.2754116,11.3283,11.46511,11.56902,11.560984,11.373631,11.346922,11.046419,11.010515,10.798487,10.719984,10.850449,10.947354,9.666357,9.6063957,9.5626278,8.7938042,9.0372429,9.0703449,8.8924694,8.7331476,8.6578035,8.5423527,8.3833275,8.2755136,8.1505108,8.0802546,8.1030102,6.9965806,7.4010019,7.3001747,12.590416,12.981973,12.985858,12.84947,12.713375,12.601671,12.575959,12.466027,12.309598,12.183889,11.956919,11.984658,9.0839434,9.4586926,9.3721857,12.240297,12.479638,12.548671,12.476335,12.268202,12.207133,12.07201,11.991714,11.795622,11.666733,11.685527,11.737009,9.5823088,9.6854019,9.642518,9.8711252,9.9701309,10.063822,9.9572687,9.6736479,9.6277952,9.46348,9.3529367,9.2066574,9.0396118,9.3559494,9.3967476,8.3113928,8.4833555,8.4722338,15.077815,15.619711,15.634152,15.54215,15.39501,15.309088,15.364799,15.279975,15.069098,14.933244,14.726268,14.758714,10.526692,10.676224,10.6192,9.0162687,9.0669222,9.1712217,9.0658379,8.7531862,8.7229271,8.5339413,8.4281063,8.3003101,8.1250114,8.6849775,8.7239895,7.8356843,7.984571,7.9940848,13.808974,14.216279,14.244161,14.150345,13.983477,13.899133,13.873678,13.783531,13.580403,13.443271,13.291608,13.328795,9.9950132,10.167126,10.112037,10.641181,10.89935,10.926059,10.784697,10.618613,10.524038,10.428201,10.295094,10.157283,10.025437,9.9050045,9.9335842,8.1965256,8.585146,8.5059338,11.045279,11.165133,11.27471,11.265594,11.06266,11.035793,10.742705,10.702788,10.509198,10.424612,10.627968,10.721134,9.5186996,9.4933653,9.4576483,11.75999,11.932487,12.029608,12.004826,11.806779,11.771232,11.529833,11.482396,11.270638,11.176834,11.27897,11.360007,9.7460842,9.7160978,9.6716061,10.882833,10.985893,11.088198,11.095414,10.933855,10.916187,10.53371,10.511213,10.293073,10.234863,10.358843,10.47937,9.5561333,9.4635496,9.4196663,10.703534,10.799822,10.919051,10.909359,10.68403,10.65792,10.381978,10.338378,10.164482,10.072985,10.382672,10.469234,9.3733788,9.3716984,9.3427439,11.28527,11.500708,11.555098,11.449678,11.239944,11.164432,11.043117,10.932255,10.766244,10.621768,10.615823,10.654613,8.8544912,9.0936775,9.0480843,10.73143,11.089852,11.093179,10.901957,10.78403,10.675076,10.623353,10.502556,10.384933,10.280227,10.070114,10.091247,7.9488568,8.4116068,8.2804441,9.6693096,9.7175694,9.835887,9.7613363,9.4528618,9.421855,9.2596989,9.1735239,9.0459938,8.895422,9.5212994,9.567668,8.5602465,8.6651058,8.6605473,9.2379646,9.4029846,9.4530525,9.3188686,9.1061821,9.0374765,8.8648376,8.7087955,8.5772657,8.4189205,8.4478207,8.4743271,7.4039664,7.7236333,7.6788626,8.8134632,8.7549896,8.9003363,8.9537334,8.670352,8.6586971,8.4998341,8.4557848,8.4007387,8.3075104,9.7693872,9.8254538,8.9426222,8.9667339,8.9581556,11.713023,11.889997,11.984503,11.944278,11.730579,11.688416,11.480844,11.421827,11.223156,11.115191,11.232096,11.301933,9.6185284,9.6385031,9.5988731,14.134335,14.712451,14.691033,14.542195,14.449123,14.318305,14.400795,14.309558,14.166463,14.056526,13.747806,13.771034,9.634408,10.059635,9.9548874,15.08471,15.659155,15.659686,15.556562,15.425966,15.326439,15.409685,15.320548,15.12801,14.994648,14.742543,14.770997,10.391638,10.621748,10.557359,12.716039,13.036854,13.071574,12.970666,12.791481,12.705806,12.635897,12.536488,12.350493,12.21199,12.098694,12.136305,9.4763536,9.6979237,9.6431799,6.8030829,6.6595931,6.6289763,6.7721043,6.6701541,6.648499,6.5862269,5.1058917,4.932106,4.8166709,4.7615752,4.7566528,4.6105881,4.9855127,5.0328817,7.6156244,7.4088764,7.4121728,7.4870725,7.405087,7.5971055,7.5648818,7.1517296,6.9736896,6.8157516,6.6242661,6.6216083,6.5264435,6.5435567,6.6730356,7.6966219,7.0788889,7.0468254,7.0861554,7.0146375,7.0147815,6.9882708,6.7167821,6.2813368,6.0449281,6.0148263,6.0163918,5.9356408,6.0242033,6.0692906,7.6851029,7.4042583,7.3442931,7.3572502,7.2663016,7.3693538,7.3380265,7.1137805,6.9206743,6.7731447,6.6583028,6.6471138,6.6322236,6.446084,6.6373148,7.9871907,7.5582695,7.4828234,7.4999719,7.4091158,7.4369421,7.4043021,7.1671448,6.8494163,6.6597147,6.6005335,6.5930853,6.5687695,6.5134706,6.6715841,8.0420494,7.7035017,7.6561356,7.7094946,7.6185861,7.6887317,7.6528769,7.2426109,6.9634514,6.7785783,6.6784267,6.6744828,6.597949,6.6071038,6.7361965,7.4194384,6.6179481,6.5918574,6.6088934,6.5564404,6.5514936,6.5305495,6.4919662,5.9816256,5.729547,5.7159886,5.7151418,5.663919,5.7139754,5.745625,7.9998355,7.5357151,7.4799781,7.515873,7.4297204,7.4592171,7.425384,7.1203938,6.7702136,6.5639009,6.5025759,6.4986763,6.4371696,6.4519892,6.5683546,8.0566425,7.6639361,7.6168861,7.6713338,7.5823326,7.6321158,7.5963998,7.180222,6.8636055,6.6655731,6.5828109,6.5800991,6.4983201,6.5344028,6.6469874,7.5995493,6.8639779,6.8276758,6.846437,6.7849035,6.784637,6.7579064,6.6663094,6.1841083,5.939054,5.9177508,5.9148493,5.8630857,5.9019952,5.9584408,7.7652054,7.5750747,7.5493174,7.7319255,7.634234,7.6495619,7.5980992,6.1338716,5.9021635,5.7495847,5.6694884,5.6713395,5.5148878,5.8197579,5.8774433,7.5354638,6.8724475,6.8469663,6.8797817,6.8157511,6.8129411,6.7944617,6.6009822,6.1483274,5.9081206,5.8857818,5.8895397,5.8153543,5.9062796,5.9354863,7.5416093,7.2215309,7.0990286,7.0491452,6.9413795,6.9655643,6.9328346,6.7433195,6.571918,6.4544306,6.4050841,6.3876853,6.46387,5.9956818,6.2507548,8.0194798,7.5609646,7.5176578,7.5731859,7.4877524,7.5177135,7.4827747,7.0654697,6.7077446,6.4952798,6.430366,6.4291334,6.3410101,6.4059677,6.4960175,7.7923889,7.2125196,7.1774859,7.2224474,7.1468158,7.1512265,7.1216569,6.7969079,6.3778667,6.1459184,6.1089973,6.1099381,6.0247674,6.1133857,6.1678777,7.8505845,7.2698827,7.2168598,7.2394848,7.1630917,7.1768541,7.147315,6.9629989,6.5578775,6.3367519,6.296062,6.2925773,6.2464666,6.2588844,6.3633804,7.6441383,6.9384151,6.8965569,6.9121447,6.8501873,6.8573418,6.8340449,6.7619143,6.3021584,6.0674338,6.0397573,6.0379181,6.0014491,6.0174084,6.1019921,8.5690928,8.4398327,8.4635448,8.8395786,8.7590551,8.932435,8.8891544,6.5496778,6.3148055,6.1708632,6.0022817,6.0071964,5.8334718,6.0972257,6.1613975,8.1857147,7.8993278,7.8758645,8.0017691,7.9110069,7.981801,7.9428682,7.0817323,6.8014073,6.6134229,6.5020914,6.5049257,6.3705812,6.5148401,6.5969667,8.0413933,7.6648846,7.6024418,7.6376495,7.545826,7.593823,7.5588617,7.2297988,6.9345875,6.7478909,6.6678586,6.6620955,6.6084938,6.5839572,6.726985,8.1294498,7.9824047,7.954628,8.2761736,8.1711378,8.1971979,8.130456,5.7046528,5.473485,5.3442268,5.2645102,5.2606511,5.0955267,5.4389105,5.490376,8.0285988,7.6977167,7.6406932,7.6817665,7.5892038,7.6565304,7.6211247,7.2630444,6.9968367,6.8189974,6.7216477,6.715723,6.6563253,6.6245584,6.7713695,7.9698739,7.6495466,7.5824065,7.6088657,7.5153265,7.5825267,7.5482011,7.2462544,7.0007362,6.8335805,6.7376571,6.7289906,6.6923866,6.5983152,6.7674274,7.8623052,7.6164851,7.6060514,7.6921725,7.6062679,7.7522488,7.717299,7.1881447,6.9653616,6.7938147,6.6348557,6.6336622,6.5274277,6.5819197,6.6973429,7.8474498,7.259903,7.2171941,7.252512,7.1763635,7.1870375,7.1554217,6.8959236,6.4776053,6.2480903,6.207911,6.2057862,6.1352153,6.1879807,6.2634687,7.9649491,7.4621878,7.4126177,7.4516931,7.3686638,7.3920083,7.3585091,7.0492377,6.6749811,6.4595895,6.4045706,6.4017005,6.3321195,6.3687925,6.4677672,7.3119822,7.1415987,7.1773295,7.2695913,7.1949987,7.4528027,7.4234958,6.9813542,6.8341084,6.6811252,6.4438138,6.4441018,6.3336611,6.3948855,6.5104342,7.9535823,7.4780221,7.4048443,7.4197049,7.3321261,7.3519731,7.3205676,7.1156073,6.7706995,6.5720792,6.5227199,6.5161281,6.4929605,6.4534845,6.6023445,7.9074841,7.4073796,7.3319817,7.3410573,7.2551923,7.2707424,7.2410779,7.0750995,6.7201533,6.5203714,6.4783297,6.4714785,6.4604669,6.4129,6.566988,7.8093519,7.5580673,7.5137115,7.5494027,7.4588189,7.5781398,7.5453696,7.2380524,7.0457721,6.8930759,6.7573314,6.7489967,6.6993284,6.5917702,6.7598591,7.6522012,7.3722391,7.3468647,7.4591651,7.3710847,7.3797998,7.3438487,6.448173,6.1745238,5.9932017,5.929224,5.936523,5.8007817,6.0432181,6.0997019,7.98317,7.5366278,7.5009508,7.5734839,7.4880285,7.5059175,7.4718699,6.9311385,6.571712,6.356698,6.2976198,6.300004,6.1927733,6.3103633,6.3772254,7.8761945,7.3332839,7.2665563,7.279438,7.1985927,7.2120104,7.1831117,7.0269732,6.6475811,6.4382982,6.3981853,6.392889,6.3709731,6.3469591,6.4823933,7.5650229,6.8082528,6.7703891,6.783833,6.7252631,6.72545,6.7005987,6.6572723,6.1693959,5.9249353,5.9055519,5.9023314,5.8616366,5.8869967,5.9511399,7.6285634,6.9252424,6.8916302,6.9178047,6.8532944,6.8526711,6.8257875,6.6723042,6.201571,5.957787,5.9340992,5.9327283,5.8692999,5.9270339,5.9758902,7.2881231,7.1392965,7.1890211,7.3098226,7.2381449,7.5237741,7.495152,6.8923769,6.7527046,6.6017194,6.3434429,6.3459549,6.2172861,6.324729,6.4257631,8.0392265,7.7188869,7.6827278,7.7514601,7.661696,7.7449274,7.7086782,7.2245908,6.9502497,6.7646956,6.6529613,6.6507092,6.5576634,6.59868,6.7152152,7.9492798,7.450891,7.3871789,7.4094186,7.3248925,7.3455424,7.3138223,7.0889277,6.7273769,6.5207653,6.4703813,6.4653606,6.4254894,6.4142718,6.5433989,7.7318101,7.3599005,7.3318462,7.4167814,7.3314471,7.3372302,7.3067527,6.644629,6.3228259,6.1201439,6.0669131,6.0743294,5.9528365,6.1410351,6.1919346,7.1236916,6.8663759,6.8481708,6.9387445,6.8597074,6.8601112,6.831327,6.0692358,5.819243,5.6492987,5.5999556,5.6100254,5.4841151,5.7615919,5.8107796,8.125247,7.7835035,7.751575,7.8437004,7.7539549,7.8135595,7.7761993,7.130115,6.8274403,6.631228,6.5339255,6.5348949,6.4195209,6.5224547,6.6120486,8.0703974,7.752635,7.7219963,7.8044858,7.7150993,7.7974601,7.7606826,7.1947494,6.9147038,6.726141,6.6133704,6.6126866,6.5066681,6.5779662,6.6823473,7.3777766,6.5298166,6.5011005,6.5109863,6.4634228,6.4592791,6.4377332,6.467494,5.9405465,5.6866188,5.6752601,5.6723824,5.6345358,5.6632147,5.7039099,7.9644246,7.4594555,7.4143953,7.4599738,7.3773751,7.3993659,7.365562,7.0183134,6.6391587,6.4208274,6.3659205,6.3640437,6.2849808,6.340178,6.4282432,7.3825817,6.9296317,6.9088283,6.9614916,6.8873496,6.8851733,6.8721738,6.4827499,6.1268983,5.9130754,5.8829899,5.8944712,5.7942057,5.9653401,5.9858055,8.0112009,7.6828861,7.6529813,7.7648258,7.6742878,7.6974106,7.6601973,6.824913,6.5198655,6.3239594,6.2496004,6.2547469,6.1222897,6.3047919,6.3693099,7.9444866,7.6681581,7.6340361,7.6945376,7.6048155,7.71491,7.6795964,7.2569499,7.0221992,6.8507156,6.7188392,6.7146831,6.6330085,6.6320043,6.7671156,7.4058495,6.5795574,6.5520763,6.565753,6.5157194,6.511518,6.4895277,6.4827108,5.9633465,5.7100735,5.6972656,5.6951694,5.6503854,5.6889892,5.7258224,8.3072138,8.1298304,8.1156397,8.372056,8.27775,8.3444862,8.2949095,6.5167861,6.2710338,6.1142697,6.0001736,6.0029416,5.8362956,6.1083899,6.1715302,7.7314396,7.0753055,7.0367455,7.065691,6.9959426,6.9997644,6.9703603,6.7772346,6.3275776,6.0894895,6.0592833,6.0572071,5.992013,6.0449815,6.1072402,7.9826779,7.7214665,7.6950769,7.8382902,7.7454515,7.770987,7.7297163,6.6520534,6.3796935,6.1995454,6.1170754,6.1223626,5.9765401,6.2064672,6.269835,7.9043636,7.6724429,7.6703482,7.779057,7.6939244,7.8471355,7.8116269,7.1489778,6.9255486,6.7532158,6.5871329,6.5878277,6.4653468,6.5584083,6.6609292,8.1849127,8.0525398,8.0901556,8.3657007,8.2882748,8.4997692,8.4617605,6.7743506,6.5696449,6.4194703,6.2199302,6.2263813,6.0584164,6.2828817,6.3548985,8.1096296,7.7477465,7.7149563,7.8120599,7.7223315,7.7597165,7.7226043,7.0208602,6.7016578,6.4999256,6.4184961,6.4211798,6.2998791,6.4320588,6.5080237,8.0788374,7.694571,7.6546874,7.723443,7.6347318,7.6856928,7.6493869,7.1493168,6.8305044,6.6300092,6.5440607,6.5430899,6.4458666,6.5137777,6.612545,8.1441269,7.838264,7.8101544,7.9347243,7.8431387,7.8853917,7.8463898,6.9543114,6.6594915,6.4672856,6.376482,6.3805237,6.2445626,6.4136963,6.4860682,8.002018,7.8232141,7.8403153,8.010787,7.9282875,8.1122608,8.0760612,7.044395,6.8375216,6.6739483,6.4833469,6.486939,6.3372626,6.4948049,6.5807142,9.3604841,9.2438354,9.2619181,9.9240923,9.8463717,10.01346,9.9662266,6.092885,5.8065424,5.6814604,5.5384364,5.5418181,5.370645,5.6626019,5.7201247,8.076725,7.844173,7.8384709,7.9726176,7.885437,8.0155735,7.9780836,7.127604,6.8882647,6.7127404,6.5596228,6.5618563,6.4254503,6.5556521,6.6464586,8.0929918,7.8150725,7.795598,7.9036431,7.8147116,7.9144611,7.8770199,7.1646862,6.9012065,6.7174559,6.5883369,6.589417,6.4660716,6.5716057,6.6668715,7.8937511,7.4670372,7.4346604,7.512033,7.4267092,7.4372759,7.4050527,6.8181839,6.4676628,6.2550192,6.2003942,6.205081,6.0914636,6.2378016,6.2950215,7.8522744,7.28478,7.2465115,7.2911439,7.2138019,7.2227726,7.1912928,6.8649573,6.4524307,6.2229214,6.1815257,6.1812096,6.0983286,6.1753769,6.2398105,8.0309954,7.5834961,7.5434952,7.6075001,7.5216126,7.5504303,7.5152526,7.0410228,6.6854239,6.4726958,6.4067192,6.4066701,6.3096485,6.3934884,6.4760017,7.6697359,7.1517262,7.1232471,7.1762781,7.099494,7.0994372,7.0757608,6.6842504,6.2936988,6.068469,6.0331368,6.0390544,5.9416232,6.0728097,6.1113787,8.0002499,7.6213279,7.547029,7.5679169,7.4749603,7.5166216,7.4829483,7.2119112,6.9259324,6.7465005,6.6728072,6.664556,6.6360002,6.5622535,6.7272778,8.3386106,8.15133,8.1462469,8.3758192,8.2859364,8.3876266,8.343976,6.830564,6.5858426,6.4208364,6.2831879,6.2874742,6.123878,6.3507423,6.4211836,8.0218611,7.5772266,7.5395789,7.6093531,7.5234494,7.5478096,7.5128736,6.9964685,6.6396227,6.4258819,6.3621655,6.3632941,6.2600355,6.3612804,6.4361215,7.0948396,6.9094634,6.888309,7.014801,6.9275675,6.9266624,6.8838301,5.7540374,5.54533,5.4014783,5.3395472,5.3450198,5.2045331,5.5356579,5.5917721,7.7618356,7.1172071,7.0723252,7.0952768,7.0244441,7.0314221,7.0022411,6.843049,6.4031262,6.1699605,6.1378217,6.134655,6.0814662,6.1125169,6.1929269,7.614717,7.3033624,7.2161846,7.2011347,7.1053529,7.1731105,7.1422172,6.9577217,6.7669978,6.6303997,6.5461292,6.5324354,6.5611262,6.2534828,6.4749236,7.7016773,7.0388694,6.990139,7.0042415,6.9383817,6.9486332,6.9253597,6.8414826,6.4057684,6.1797137,6.1479373,6.1458898,6.1183157,6.118885,6.2235761,8.251318,8.0165367,8.0009794,8.1703291,8.0791941,8.1605072,8.1193304,6.9781666,6.7174001,6.5397186,6.4164929,6.420495,6.2698183,6.457602,6.5332489,8.1809378,7.951282,7.9298806,8.108674,8.0150356,8.0650072,8.0211306,6.7494645,6.4874158,6.3132381,6.210391,6.214704,6.0601401,6.2889876,6.3564401,8.1469984,7.9924617,8.0175505,8.2442465,8.1630993,8.3513727,8.3134699,6.9230561,6.7138815,6.5561657,6.36518,6.3705487,6.2080994,6.4074793,6.4843216,8.0158978,7.5847788,7.5198364,7.5484958,7.4591012,7.4915271,7.4577031,7.1734419,6.8469334,6.6507063,6.5863876,6.5808582,6.5339723,6.5160365,6.6535454,7.7517772,7.5256286,7.5067487,7.5658054,7.4794331,7.6343989,7.6012826,7.2295051,7.0418458,6.884913,6.7197728,6.7144971,6.6361861,6.6053085,6.7499905,7.9486308,7.6670189,7.6166992,7.658494,7.5663319,7.6613317,7.6265206,7.274725,7.048223,6.8835912,6.7640538,6.7571001,6.6988721,6.637423,6.7939286,6.9953504,6.934288,6.6221871,6.5998349,6.5626655,6.5430732,6.5120583,6.4544001,6.4944282,6.4711723,6.4682932,6.3719058,6.8862591,6.6898122,8.4092188,6.7666807,6.7082949,6.3880019,6.3716049,6.3393583,6.3210511,6.2921853,6.2508945,6.231503,6.2120857,6.2214036,6.1086364,6.6630754,6.4834366,8.6760168,4.4645529,4.4289718,4.2795305,4.2633467,4.2245312,4.1975265,4.1639395,4.1186872,4.1000619,4.0820203,4.1041985,3.9941423,4.3448949,4.2729998,8.0718479,3.703315,3.6871052,3.5908723,3.5848546,3.5578461,3.5384357,3.5070181,3.4666646,3.4512544,3.4384975,3.4530885,3.354502,3.6388729,3.596312,7.9257574,2.4478743,2.4334173,2.3825707,2.3749127,2.3477328,2.3275568,2.3005276,2.267334,2.2551227,2.2456343,2.2652142,2.1898496,2.3786495,2.3643844,7.6902423,8.2898636,8.2049294,7.7131577,7.6951976,7.6715841,7.6612439,7.6434612,7.6152005,7.5992255,7.5833921,7.5868039,7.4874325,8.2117043,7.9307899,9.2340937,7.2741489,7.2090206,6.846293,6.8247013,6.7946639,6.7793007,6.7535491,6.7114024,6.7014265,6.6807876,6.682673,6.5755043,7.1674752,6.9543343,8.7494278,8.694869,8.6007385,8.0476427,8.0308371,8.0121679,8.0046663,7.9914637,7.9699755,7.9567246,7.9439497,7.946207,7.8505635,8.6383629,8.3243532,9.4387693,7.5072818,7.437201,7.0439429,7.0222921,6.993751,6.9792147,6.955132,6.9170203,6.9038014,6.8846545,6.8882308,6.7815394,7.4089155,7.1803284,8.8698044,8.1733141,8.0902529,7.6121192,7.5924978,7.5684528,7.5573759,7.538682,7.5092835,7.4941626,7.4780712,7.481596,7.3804045,8.0938396,7.8198862,9.1781511,5.1463275,5.1189976,4.9421334,4.9306436,4.9022465,4.8857965,4.8562131,4.8090034,4.7929711,4.7699904,4.7661366,4.6510916,5.0397892,4.9441109,8.1718245,7.0537653,6.9930258,6.6632595,6.6415591,6.6085038,6.5916152,6.5635767,6.5142465,6.5173521,6.4944162,6.4927645,6.3879871,6.933866,6.7353282,8.5826197,8.1613159,8.0752792,7.6127057,7.5767474,7.548687,7.5351009,7.5137119,7.4761109,7.4842219,7.4663453,7.4685183,7.3728952,8.0607309,7.7821259,8.9763288,3.7974844,3.7735822,3.6665795,3.6547246,3.6217418,3.5987737,3.5675728,3.5250289,3.5086153,3.4922256,3.5095353,3.4072583,3.6990852,3.6504974,7.9259233,8.714036,8.6187506,8.0593805,8.0384445,8.0207691,8.0132093,8.0005322,7.9798055,7.9687567,7.9566922,7.9587779,7.8620267,8.659833,8.341897,9.438674,6.3968678,6.3461566,6.0643544,6.047646,6.015976,5.9978147,5.9682937,5.9237943,5.9079375,5.8871264,5.8928704,5.7788815,6.2918372,6.131669,8.5223589,8.7388649,8.6433449,8.0810642,8.0633917,8.0459051,8.0387564,8.0262871,8.0060663,7.994051,7.9820404,7.984015,7.8881216,8.6875639,8.3685703,9.4636021,8.5245037,8.4332476,7.9052014,7.8783417,7.8578105,7.8485904,7.8335719,7.8086596,7.7979212,7.784184,7.7865539,7.688098,8.4529028,8.1498489,9.3058681,8.3995638,8.3102407,7.8051319,7.7704086,7.7472086,7.7365079,7.7194967,7.6903605,7.6829991,7.6678863,7.6703682,7.5716414,8.3095741,8.0154934,9.1817703,7.5148263,7.444232,7.046319,7.0276618,6.9991274,6.9844098,6.9602914,6.9240499,6.9069605,6.8885388,6.8942108,6.7866654,7.420815,7.1931872,8.9176598,6.7062559,6.649632,6.3369999,6.3215394,6.289185,6.2710028,6.2417331,6.1999011,6.1798615,6.1603751,6.1694598,6.056818,6.6014419,6.42661,8.6579962,6.5474596,6.4916339,6.1906328,6.17348,6.1404915,6.1210508,6.0913711,6.0489287,6.030436,6.0107546,6.0209627,5.9067931,6.4424214,6.2739601,8.6014872,7.7481241,7.6626182,7.2555313,7.2191839,7.1836624,7.1609454,7.1284003,7.0763917,7.1736469,7.1538377,7.1545143,7.0687828,7.6978641,7.4383459,8.5714312,5.4633603,5.4192338,5.2049174,5.1885157,5.1514049,5.1270571,5.0937877,5.0482917,5.0288992,5.0096273,5.0269499,4.9114161,5.3485618,5.2356796,8.3097391,5.2867498,5.2573233,5.0707636,5.056993,5.0269947,5.0099883,4.9810085,4.9313488,4.9154558,4.8894248,4.8786268,4.7621055,5.1518569,5.0518274,8.1725302,1.561528,1.5428052,1.5095897,1.4967571,1.4684893,1.4473548,1.4284241,1.4036567,1.3932531,1.384384,1.4069161,1.3527278,1.4704397,1.4645057,7.5382113,5.8899984,5.8427939,5.5982094,5.5829053,5.547729,5.5257273,5.4932938,5.4487095,5.4287281,5.409482,5.4236083,5.308228,5.780633,5.6486597,8.4260702,4.8608961,4.8367229,4.678299,4.6683192,4.6408415,4.624299,4.5940022,4.5485601,4.5325298,4.5119963,4.5142083,4.4010048,4.7732682,4.6883645,8.1281023,4.9445992,4.9104877,4.7377243,4.7256122,4.691391,4.6687307,4.634912,4.5897808,4.5705175,4.5530405,4.5689087,4.4568939,4.8429136,4.7553906,8.1907339,5.3230863,5.2950864,5.1096573,5.0943069,5.0613456,5.0435715,5.0144777,4.9607472,4.9490676,4.9208598,4.9095936,4.7938581,5.1713858,5.0725741,8.1321526,6.2796087,6.2362523,5.9873977,5.9702244,5.9341536,5.9159803,5.8860049,5.8285236,5.8357148,5.810441,5.8047771,5.6979451,6.1436715,5.9950724,8.2906885,6.1773772,6.139111,5.9087749,5.8944645,5.8567777,5.8389859,5.8093734,5.7484837,5.7708149,5.7484322,5.7430201,5.6418934,6.0603933,5.9180927,8.1888132,5.2342029,5.2006116,5.0120273,4.999414,4.9680471,4.9484897,4.9169192,4.8709741,4.8541012,4.833951,4.8417945,4.7273259,5.1353974,5.0336275,8.225276,3.3105071,3.2834017,3.1929204,3.1784453,3.1412473,3.1141708,3.0829015,3.0424495,3.0258174,3.0114162,3.03708,2.9427762,3.1984813,3.1633377,7.8436365,6.5264134,6.475996,6.1897373,6.1721792,6.1408253,6.123992,6.0952659,6.0480938,6.0369902,6.0142975,6.0137916,5.9017792,6.4114699,6.245151,8.504632,4.8478293,4.8107309,4.6397338,4.6250553,4.5877609,4.5624433,4.5283136,4.4829259,4.4634705,4.4455805,4.4653873,4.3531275,4.7349782,4.6498518,8.167695,11.91499,12.041769,13.03764,13.52141,13.165519,13.158478,13.151142,13.172163,13.104942,12.814817,13.025023,12.902922,12.586803,12.573684,12.519748,11.763107,11.946992,12.163659,12.204214,12.162998,12.138108,12.126444,12.383668,12.249693,12.124043,12.604185,12.719634,11.935506,11.705753,11.631708,11.922345,12.108878,12.355359,12.399607,12.259502,12.234864,12.224488,12.404235,12.224538,12.103749,12.388912,12.456992,11.769872,11.445046,11.347453,12.153708,12.40062,12.541566,12.567162,12.804439,12.777915,12.773274,13.242323,13.119414,13.009453,13.491744,13.722576,12.925997,12.68855,12.61062,11.586015,11.706031,12.310202,12.56306,12.142708,12.124035,12.103983,12.160024,12.047364,11.854989,12.250605,12.210363,11.619646,11.499907,11.435767,11.80619,12.21664,12.455235,12.583429,12.065092,12.056523,12.051947,12.089149,12.164665,12.087938,12.591233,12.562897,12.478627,11.96824,11.839172,11.688004,11.852349,12.288096,12.450947,12.095499,12.07881,12.065732,12.13762,12.002972,11.856213,12.164496,12.149628,11.6617,11.378201,11.28884,11.58758,11.722832,11.893982,11.932584,11.671187,11.658923,11.654793,11.717362,11.467794,11.428449,11.682461,11.682446,11.608479,10.799081,10.609717,12.175715,12.859594,12.868317,12.902172,12.159325,12.153818,12.15155,12.178337,12.492287,12.469121,13.245564,13.234169,13.243376,12.694563,12.552802,12.221575,12.453012,12.636766,12.651478,12.684787,12.656451,12.649124,12.949398,12.766159,12.650062,12.912115,13.047796,12.274865,11.959701,11.86167,11.688545,11.848905,12.238623,12.366962,12.047369,12.028328,12.014116,12.105162,11.95944,11.817172,12.136718,12.140436,11.578759,11.302921,11.216043,11.730282,11.867511,12.109406,12.168582,11.930656,11.913714,11.9076,11.986983,11.748543,11.666492,11.887547,11.899643,11.539721,10.959591,10.806927,11.822959,12.234782,12.354571,12.407478,11.903418,11.89347,11.889713,11.94359,11.994714,11.955363,12.476654,12.465491,12.434365,11.78009,11.63116,11.693084,11.874414,12.215979,12.338711,12.00677,11.991479,11.982483,12.050984,11.902246,11.790076,12.073484,12.063751,11.705004,11.274589,11.159229,11.57794,12.037782,12.326645,12.534784,11.992978,11.986368,11.981987,11.982606,12.128652,12.030106,12.554215,12.511184,12.423309,12.028704,11.91061,12.046484,12.229953,12.442006,12.47029,12.365522,12.340734,12.335003,12.513463,12.29161,12.186957,12.39873,12.469185,11.806848,11.387155,11.264568,11.746951,11.910886,12.211031,12.297629,12.025263,12.006778,11.997488,12.087762,11.90394,11.793973,12.053126,12.064547,11.599366,11.173622,11.05621,11.674353,11.846084,12.11622,12.202228,11.900582,11.8855,11.878447,11.94719,11.76679,11.680147,11.94708,11.94471,11.653866,11.107835,10.969998,11.689466,11.974687,12.190032,12.275654,11.870105,11.858294,11.852989,11.912651,11.851473,11.78681,12.175695,12.162056,12.04378,11.441667,11.303702,12.645058,12.894457,13.029914,13.022438,13.15028,13.12072,13.127491,13.455461,13.193533,13.101089,13.203516,13.357648,12.486824,12.035661,11.893928,11.794776,11.973315,12.673115,13.006603,12.607635,12.597999,12.589232,12.624565,12.550265,12.344215,12.6232,12.5482,12.223261,12.045835,11.968501,11.749648,12.000529,12.48167,12.712777,12.294652,12.284827,12.277947,12.319045,12.274045,12.131297,12.471777,12.422833,12.201439,11.853612,11.751323,11.883666,12.575094,12.652837,12.762192,12.027724,12.022564,12.019738,12.02164,12.375265,12.322491,13.070566,13.045731,13.00237,12.588609,12.475498,11.814271,11.950538,12.182977,12.230339,12.031239,12.012218,12.006645,12.104094,11.852197,11.765617,11.970079,11.995495,11.546241,10.993136,10.842247,12.572158,12.76207,12.9003,12.893706,12.955595,12.928917,12.942353,13.174764,12.845124,12.768057,12.836562,12.945563,12.075199,11.500421,11.323339,11.036941,11.125615,11.470718,11.588613,11.316858,11.295591,11.274211,11.396574,11.307627,11.161935,11.934315,11.972688,11.204434,11.070832,11.017605,12.012697,12.16129,12.361374,12.385569,12.272392,12.250044,12.247336,12.38998,12.116762,12.029088,12.200957,12.25556,11.674016,11.136796,10.983335,11.773687,11.889687,12.747046,13.154504,12.74892,12.737853,12.725185,12.75579,12.668481,12.415673,12.712546,12.61835,12.180683,12.138578,12.08128,11.611742,11.715725,12.456056,12.797833,12.359186,12.342587,12.323192,12.360866,12.264254,12.041539,12.441296,12.37157,11.827765,11.765434,11.707065,10.010173,10.010073,10.229272,10.346134,10.20125,10.182212,10.16552,10.320103,10.311742,10.197156,11.744131,11.823365,10.971647,10.869012,10.829414,11.698453,11.867603,12.366231,12.572394,12.189322,12.174793,12.162613,12.221093,12.103647,11.945306,12.251768,12.219535,11.784691,11.520415,11.433181,11.763788,11.932366,12.244205,12.325109,12.082252,12.060606,12.047792,12.172907,12.009111,11.879578,12.186851,12.218944,11.600603,11.294652,11.20232,11.87153,12.036063,12.285499,12.336909,12.145101,12.123392,12.115652,12.241655,12.029963,11.924763,12.157363,12.195947,11.631945,11.198227,11.075553,11.717843,11.920135,12.39309,12.600652,12.210117,12.19793,12.188887,12.24015,12.145088,12.000617,12.308063,12.269984,11.951832,11.620963,11.522606,11.672715,11.975039,12.086236,12.118729,11.718834,11.706683,11.703131,11.774126,11.708187,11.679306,12.099392,12.09532,12.081567,11.328115,11.169999,11.745612,12.039908,12.620584,12.936417,12.504272,12.497479,12.492513,12.509967,12.529857,12.358911,12.720422,12.647928,12.494996,12.221947,12.125341,12.773162,13.104387,13.222096,13.214928,13.569256,13.538117,13.533322,14.107827,13.935477,13.827157,14.026614,14.309594,13.533217,13.239086,13.142581,11.756865,12.053487,12.482619,12.697917,12.254313,12.24527,12.23938,12.276606,12.269104,12.141248,12.524058,12.477323,12.308114,11.921979,11.812942,11.910473,12.393727,12.507035,12.569115,11.999927,11.991538,11.987998,12.030579,12.15513,12.113228,12.70017,12.685235,12.658097,12.051295,11.905533,11.709453,12.030411,12.179606,12.234862,11.809762,11.798202,11.793907,11.856741,11.819537,11.775555,12.206828,12.198044,12.140724,11.465913,11.317599,11.641853,11.835219,12.068361,12.144504,11.822829,11.809229,11.803283,11.867867,11.706011,11.636321,11.930804,11.925107,11.734729,11.116928,10.969985,11.7952,11.869731,12.072085,12.101524,11.949192,11.933308,11.930721,12.008787,11.661566,11.599531,11.752132,11.774468,11.436957,10.700732,10.499141,12.802112,13.116918,13.238536,13.227901,13.506792,13.475362,13.47543,13.966307,13.759579,13.656427,13.79044,14.027866,13.195395,12.8461,12.732522,11.703689,11.895703,12.33436,12.516877,12.140717,12.127299,12.117629,12.174762,12.062387,11.92512,12.226893,12.197823,11.848579,11.502341,11.401864,11.907106,12.379197,12.438931,12.466288,11.91676,11.907425,11.904589,11.958133,12.057151,12.034101,12.619881,12.612574,12.623596,11.926462,11.768171,12.000234,12.601116,12.68676,12.759214,12.088708,12.082262,12.079098,12.104638,12.35191,12.308718,12.997242,12.978504,12.954205,12.429712,12.295253,11.677344,11.935394,12.185229,12.284279,11.896604,11.884398,11.878496,11.937995,11.85455,11.779156,12.138388,12.123336,11.966561,11.398217,11.264704,12.035007,12.601244,12.6432,12.675069,12.038956,12.031465,12.028851,12.069637,12.264336,12.239922,12.910906,12.901001,12.909082,12.277082,12.124412,11.696665,11.961863,12.255535,12.380695,11.977523,11.965837,11.95957,12.014904,11.948363,11.859317,12.223145,12.201529,12.026284,11.51186,11.386572,11.742516,11.946246,12.48513,12.732706,12.332186,12.321154,12.31244,12.357331,12.276627,12.115094,12.420415,12.370116,12.063534,11.77634,11.683888,12.249265,13.059837,13.044791,13.093199,12.239079,12.234779,12.232746,12.247688,12.700784,12.670908,13.541526,13.526427,13.513961,13.100245,12.990735,11.826326,12.237059,12.291724,12.307775,11.816967,11.806383,11.803892,11.868398,11.897822,11.882175,12.415064,12.41081,12.446607,11.67182,11.503891,11.68807,11.788569,12.000077,12.043954,11.832012,11.817142,11.812621,11.8798,11.585911,11.523925,11.718523,11.728135,11.471012,10.758035,10.573177,11.751586,12.091844,12.336304,12.450201,11.990149,11.979915,11.974765,12.024313,12.027138,11.951889,12.391243,12.368498,12.259094,11.715905,11.58532,11.697986,11.929748,12.293017,12.448194,12.059556,12.047431,12.040018,12.094624,12.00666,11.895759,12.225666,12.19911,11.95809,11.516214,11.401343,11.48781,11.607786,12.10321,12.285038,11.919197,11.898982,11.878156,11.96144,11.842757,11.668875,12.119459,12.111472,11.448553,11.313102,11.250876,11.626867,11.844461,12.031348,12.089995,11.752844,11.740013,11.735058,11.800663,11.657235,11.605019,11.930842,11.925667,11.814947,11.127645,10.972457,11.565029,11.725385,11.863579,11.891184,11.611862,11.599666,11.596205,11.665775,11.441968,11.415156,11.70115,11.701197,11.691092,10.83782,10.650007,11.62654,11.741029,11.94109,11.986979,11.747266,11.733878,11.729219,11.791094,11.519055,11.465968,11.68719,11.69004,11.524118,10.772347,10.586516,11.676651,11.903455,12.205708,12.325475,11.955302,11.942488,11.935565,11.995007,11.888329,11.795558,12.121258,12.104013,11.88271,11.374522,11.249124,12.298759,12.507837,12.680062,12.688166,12.69007,12.662774,12.661579,12.904643,12.662088,12.563101,12.727634,12.835101,12.088446,11.65105,11.519376,12.02167,12.118818,12.301623,12.315772,12.236281,12.217053,12.218185,12.3393,11.982425,11.914577,12.037334,12.086237,11.580943,10.88913,10.690871,11.07971,11.194612,11.394788,11.46957,11.451286,11.433344,11.424974,11.684443,11.617918,11.501467,12.428396,12.555444,11.728892,11.566556,11.511652,11.604682,11.862557,11.963548,11.9857,11.628927,11.615969,11.612871,11.692912,11.57633,11.555309,11.936389,11.934805,11.949146,11.13422,10.970413,11.607566,11.762251,12.078951,12.160293,11.93136,11.908861,11.892348,12.038404,11.901112,11.76088,12.192458,12.239244,11.529519,11.309715,11.237112,11.623232,11.864721,12.009588,12.051108,11.699848,11.687309,11.683191,11.752616,11.627464,11.590131,11.946576,11.942935,11.892854,11.148285,10.987597,11.890225,12.06263,12.985332,13.447809,13.10268,13.09636,13.09083,13.108004,13.068781,12.801386,13.032427,12.916595,12.699894,12.618435,12.552387,9.9916201,10.006759,10.017396,10.022639,9.9945183,9.9867725,9.98032,10.04835,10.025622,10.02352,10.049379,10.053391,10.052422,9.949172,9.989007,9.8617516,9.8947592,9.9182539,9.9274921,9.8574991,9.8324938,9.8185329,10.043109,9.9903612,9.9864435,10.041055,10.049094,10.051053,9.8013878,9.9517527,10.018282,10.050565,10.073882,10.08262,10.022546,10.007301,9.9939861,10.129509,10.079731,10.075311,10.130156,10.137461,10.13685,9.9191809,9.9916735,9.8777857,9.9030609,9.920392,9.9299784,9.8773251,9.8578539,9.8469648,10.0169,9.9780893,9.9750299,10.017018,10.024214,10.024311,9.8372164,9.9535933,9.9032726,9.950778,9.9881964,9.9981422,9.8971081,9.8649387,9.8453188,10.144212,10.058048,10.052429,10.132814,10.14261,10.150066,9.7751513,9.955718,7.180891,7.2221799,7.316299,6.7447667,6.5597215,6.5370784,6.4209542,6.3533688,6.2999783,6.0980525,6.19174,6.2524767,5.9643345,5.9858227,6.6538467,7.1458721,7.2131214,7.3186331,6.8184156,6.6230006,6.6184278,6.5164824,6.4568663,6.4144831,6.2730989,6.348103,6.4063458,6.1124244,6.1304297,6.813642,7.2427659,7.3230371,7.4156775,6.9973168,6.7845492,6.7856283,6.6881599,6.622736,6.5794129,6.4446301,6.5253415,6.5759921,6.2832499,6.3052464,6.9329166,7.4182825,7.4549427,7.5582709,6.8812866,6.7009754,6.6747403,6.5492043,6.4873691,6.427671,6.1870818,6.2832789,6.3511152,6.0638604,6.0783148,6.6791916,7.9859209,8.0694695,8.189065,7.6021633,7.3696675,7.3681617,7.2494802,7.1905985,7.1386137,6.9923053,7.0770741,7.1437345,6.8241563,6.8215775,7.2853699,7.3824282,7.4578214,7.5621734,7.0764904,6.8669643,6.8654337,6.7617254,6.7000561,6.6548247,6.5136867,6.5938492,6.6517267,6.3513556,6.3675542,6.9793525,7.1892943,7.2857337,7.3688021,7.0272036,6.7977629,6.8134379,6.7208853,6.6542001,6.6151404,6.494648,6.5603447,6.5957408,6.3098478,6.3278947,6.934597,8.9508753,9.047596,9.2099495,8.3980932,8.1289606,8.1281338,7.9840465,7.9389138,7.8797979,7.7455602,7.8364067,7.9237723,7.5730095,7.5261869,7.7670121,8.7272167,8.8078918,8.9729824,8.0715961,7.8298507,7.8214025,7.6742144,7.6256895,7.5686736,7.4195747,7.509542,7.602746,7.2660151,7.2276826,7.5326724,8.6592245,8.7633104,8.9000635,8.2624559,7.9921684,7.9994383,7.8701186,7.8204851,7.7629805,7.6301327,7.7172041,7.7896433,7.4482903,7.4170294,7.6988449,9.4455957,9.4872999,9.7861633,7.7137341,7.5635905,7.5500746,7.3504663,7.3263683,7.2860641,7.1473684,7.2173376,7.3801513,7.1484966,7.0308986,7.1539187,9.4025621,9.4553528,9.7338142,7.8699226,7.6921372,7.6755996,7.4778385,7.4451694,7.4012818,7.277761,7.350821,7.5041895,7.2492118,7.1372328,7.2750692,9.7429228,9.8021164,10.109393,8.1345577,7.9269528,7.9111533,7.7039948,7.6744351,7.6320281,7.5396581,7.6124387,7.7743177,7.4984918,7.368948,7.4542098,9.1136999,9.1998682,9.3876133,8.3676472,8.1098757,8.102006,7.9437671,7.9013219,7.8431969,7.7071085,7.798625,7.901535,7.5536027,7.4945331,7.7141542,8.041853,8.1361847,8.2496243,7.7201948,7.473824,7.4794703,7.3639803,7.3048277,7.2531619,7.1155982,7.1976838,7.2580376,6.9380302,6.9332108,7.3631668,9.6461897,9.7176838,9.9842291,8.368001,8.1283951,8.1148663,7.9229074,7.8913465,7.84164,7.7335773,7.8176093,7.9593935,7.6382251,7.5314226,7.6455832,9.8630199,9.9287634,10.239701,8.300849,8.0796986,8.069685,7.8682795,7.8453784,7.8058066,7.7248054,7.7956152,7.9551787,7.6652107,7.5335622,7.607307,8.5308027,8.6252289,8.7634888,8.0864162,7.8297749,7.8312149,7.7003813,7.6481915,7.5916853,7.4515409,7.5390348,7.6142282,7.2765608,7.2514486,7.5798998,6.8022614,6.856689,6.9484234,6.4758286,6.2903805,6.2777643,6.1767902,6.1112514,6.0707088,5.9230804,5.9819808,6.0305996,5.746748,5.7684903,6.5452404,9.137351,9.2003222,9.4264727,7.9919796,7.7840672,7.7679038,7.5891824,7.5496178,7.4976788,7.3522196,7.4361935,7.5649281,7.2651172,7.186749,7.3929415,9.5793724,9.6600552,9.9015923,8.5112028,8.2536545,8.2427435,8.061594,8.0288115,7.9751768,7.8616152,7.9496703,8.0779371,7.7364693,7.6416278,7.7718077,9.4110394,9.5076151,9.7066002,8.6780586,8.3979053,8.3930836,8.2311602,8.1950178,8.1357708,8.0158901,8.1080275,8.2126646,7.854033,7.7769136,7.931829,8.5858421,8.6290007,8.8094006,7.5680246,7.3928819,7.3718929,7.2100749,7.1720934,7.1102872,6.8545251,6.9420466,7.0524001,6.7676535,6.7279491,7.0378003,7.6824737,7.7338862,7.8510137,7.1541471,6.9572983,6.9381757,6.8114562,6.7501879,6.6952925,6.5007658,6.589201,6.6610494,6.3578372,6.362174,6.9197359,7.3051262,7.3893752,7.4779353,7.0735903,6.8508501,6.8531895,6.7537632,6.6859651,6.6420455,6.5101476,6.5893202,6.6359129,6.3430886,6.3622298,6.9689865,9.7734375,9.8564825,10.119348,8.6032572,8.3436794,8.3339195,8.1455431,8.1178837,8.0678844,7.9727311,8.0532503,8.1898928,7.8599758,7.7459593,7.8385077,6.5716019,6.6511459,6.7162142,6.4306197,6.2205334,6.2236447,6.1365566,6.0614862,6.0276833,5.9132986,5.9814782,6.0085554,5.7441211,5.7743187,6.5456128,9.3982887,9.4658127,9.7133732,8.1719294,7.9504752,7.9348145,7.7473216,7.7103004,7.6594448,7.5351324,7.6182427,7.7549162,7.4489517,7.3542514,7.5086269,9.6263514,9.6775246,9.9946938,7.8704319,7.6988454,7.681118,7.4691124,7.437602,7.3988624,7.306592,7.3700466,7.538702,7.3092198,7.1713691,7.2615972,8.4033232,8.4561682,8.6161203,7.5976539,7.3995104,7.3797946,7.2288194,7.180017,7.1209517,6.9119296,7.0036755,7.1012135,6.7933865,6.7666144,7.1430335,9.429451,9.504426,9.7399445,8.3405571,8.0983181,8.0849419,7.9038396,7.86726,7.8135877,7.6896863,7.7773709,7.9058018,7.5758505,7.4877825,7.6433597,8.4527693,8.523798,8.680685,7.7913198,7.5680857,7.5563364,7.4129281,7.361876,7.3065085,7.1451921,7.2332897,7.3242693,7.0003061,6.9722261,7.3452115,6.5624566,6.6072607,6.6870112,6.2593923,6.0836334,6.0666161,5.9695754,5.8993731,5.8584938,5.7005429,5.7689843,5.8150153,5.5419421,5.572947,6.3893671,9.7297316,9.8087254,10.072296,8.5306692,8.2762957,8.265975,8.0778713,8.0493793,7.9995036,7.8991389,7.9821692,8.1198177,7.7881212,7.6788278,7.781064,9.8599987,9.921237,10.239264,8.2294817,8.0126715,8.0012341,7.796257,7.7727489,7.7332883,7.650888,7.724196,7.88732,7.6010866,7.4678559,7.5405521,8.60009,8.6611528,8.8351202,7.7632246,7.5546479,7.5380759,7.3828015,7.3353653,7.2791247,7.1010342,7.1899328,7.2930098,6.980092,6.9410567,7.275517,7.0444789,7.0676951,7.1542697,6.5335102,6.3737059,6.3435316,6.2232919,6.1608405,6.0964198,5.809031,5.9058857,5.9665556,5.7024441,5.7262945,6.380403,8.492445,8.57656,8.7225313,7.9631314,7.7203336,7.7153854,7.5795426,7.5272369,7.4710469,7.3225312,7.4111786,7.4931035,7.1586914,7.1339273,7.4870772,8.1332998,8.1688585,8.3149576,7.283565,7.1167316,7.0922847,6.943789,6.9001803,6.8337622,6.5392842,6.6291409,6.7223344,6.4461436,6.4293752,6.8335495,8.9545069,9.0276442,9.2203188,8.0881138,7.8572402,7.8442841,7.6817169,7.6374502,7.5816102,7.4329391,7.5219483,7.6315908,7.3043618,7.2477689,7.5026999,7.9965677,8.058239,8.1929655,7.4200397,7.2122383,7.1977067,7.0653234,7.009069,6.9553156,6.7804542,6.865613,6.9452443,6.6329513,6.6236176,7.1092615,9.0064602,9.0535755,9.276721,7.7540431,7.5772619,7.5595217,7.3823438,7.350224,7.2953377,7.086834,7.1705532,7.3010888,7.0203776,6.9515686,7.1720457,9.1973963,9.2772303,9.4815054,8.3164978,8.0684853,8.0573444,7.8902698,7.8493738,7.7927489,7.6571531,7.7475758,7.8604674,7.5204916,7.4525671,7.6564193,9.0629282,9.1167135,9.3434744,7.8420601,7.6528816,7.6355605,7.456718,7.4201016,7.3678298,7.1969314,7.2808318,7.4119039,7.1249104,7.0500336,7.2662892,9.348772,9.438941,9.6416149,8.5534067,8.2840261,8.2768946,8.1125956,8.0748644,8.0166874,7.8917446,7.9834924,8.0918589,7.7376003,7.6640368,7.8354001,9.6565914,9.6940031,10.046205,7.6057682,7.4779735,7.4645963,7.2496076,7.2266264,7.1961732,7.1101184,7.1641212,7.3459802,7.1640468,7.0106707,7.0859079,9.1900826,9.1353483,9.0300894,9.0907001,8.9915781,8.9689102,8.9242105,8.6430531,8.5388641,8.4364843,8.2510929,8.2259808,8.0061665,8.0284071,7.9179969,8.8205776,8.7893677,8.6902008,8.7578621,8.6711264,8.6445751,8.6013842,8.3351278,8.2414465,8.1552248,7.9837408,7.9636426,7.72506,7.781384,7.6038599,8.7827501,8.616251,8.4721155,8.4706974,8.3667269,8.3512163,8.3071957,8.065712,7.9608269,7.8595738,7.7555432,7.7335181,7.6463847,7.3397803,7.4943705,9.9005079,9.8409157,9.743331,9.8129225,9.6863804,9.6663017,9.6203842,9.3697319,9.2570686,9.1213999,8.8842049,8.8414145,8.627285,8.6737442,8.5364361,8.2059431,8.2005196,8.1323242,8.236928,8.1728668,8.1483335,8.1127586,7.8661914,7.7944603,7.7294784,7.5493846,7.5315957,7.285253,7.4191136,6.9931898,8.2714767,8.2759686,8.1841497,8.2497587,8.1715012,8.1447878,8.105197,7.8767362,7.7965593,7.7263579,7.588119,7.5646915,7.3169909,7.3678551,7.1819959,9.1390238,9.0727844,8.9610806,9.0121632,8.9116602,8.8905478,8.8458824,8.5675745,8.4618893,8.3592024,8.1895857,8.1664152,7.9620218,7.9446406,7.8863859,9.0125542,8.9527445,8.8398294,8.8897467,8.7934809,8.7707672,8.7264004,8.454134,8.3514748,8.2548952,8.0937214,8.0721169,7.8660345,7.8502927,7.7916131,8.4710169,8.3565435,8.1849041,8.1803665,8.0910082,8.0706425,8.0285606,7.8255057,7.7361026,7.6601348,7.5752587,7.5525622,7.5249224,7.2699456,7.539906,8.4134693,8.4048347,8.2914658,8.3315001,8.2475309,8.2235146,8.182807,7.9605727,7.8734517,7.7978334,7.6753836,7.6406384,7.4438396,7.4069114,7.4087658,9.4962091,9.4270496,9.3215675,9.3795519,9.2652397,9.2466097,9.2008352,8.9263105,8.8154783,8.6953001,8.4993992,8.4698601,8.2623377,8.2651815,8.1822529,8.4494915,8.4380226,8.3500557,8.4292536,8.3523989,8.3247366,8.2840843,8.0355434,7.9530554,7.8792152,7.7180262,7.7017765,7.4479842,7.5378351,7.266223,10.558166,10.511629,10.4186,10.501842,10.376447,10.349213,10.302249,10.072679,9.9621735,9.8239393,9.4666624,9.3755913,9.1598263,9.2534504,9.0342464,8.1237669,8.1223116,8.0454006,8.1368933,8.0686283,8.0420771,8.0044546,7.768765,7.696013,7.6314025,7.4773016,7.464488,7.2069631,7.3208742,6.9572306,8.4489517,8.4193316,8.2884674,8.3139982,8.2267885,8.2036638,8.1617794,7.9444585,7.855216,7.7778621,7.6698513,7.6314464,7.4810643,7.3819108,7.4822044,8.403389,8.2205515,8.0526199,8.0326405,7.9387178,7.9205322,7.8775878,7.669754,7.5775824,7.4933729,7.4135962,7.3951287,7.3872876,6.9949269,7.2577415,9.24545,9.1984215,9.0982313,9.1667452,9.0688677,9.044939,9.0002985,8.7176657,8.6148739,8.5126562,8.3115387,8.2833271,8.053936,8.1053333,7.9504251,8.1242056,8.1282806,8.0463467,8.1273642,8.0555267,8.0283175,7.9899626,7.7614594,7.6868057,7.621366,7.4778762,7.4619207,7.2029672,7.2937427,6.9940023,7.823576,7.8261232,7.7623558,7.8692527,7.8108358,7.7876434,7.7544441,7.5267639,7.4634972,7.4070196,7.2530775,7.2424612,6.9944272,7.1291738,6.6679678,8.6631384,8.6075401,8.4750261,8.5022793,8.4114428,8.3880348,8.3449297,8.1123896,8.0171881,7.9339395,7.8163185,7.7897935,7.6325598,7.537632,7.611167,9.4146595,9.3559761,9.2530632,9.3167048,9.2099924,9.1889038,9.1436815,8.8622084,8.7544279,8.6420889,8.4397612,8.4098415,8.1914968,8.219985,8.1043501,8.5301075,8.5138035,8.4069338,8.4585238,8.3739834,8.3478832,8.3060703,8.0702095,7.9814086,7.9035587,7.7669139,7.7428589,7.5197191,7.5274658,7.442605,8.371006,8.1499929,7.9854298,7.9551349,7.8556767,7.8376565,7.7938843,7.5968876,7.5040922,7.4146729,7.3413696,7.3228755,7.3242722,6.8466697,7.1040678,8.6576862,8.6293459,8.5205498,8.5728693,8.4861145,8.4599609,8.417141,8.1709623,8.0786753,7.9968538,7.853569,7.832386,7.6108122,7.6194978,7.5307922,7.634728,7.643775,7.5795746,7.6832938,7.6261897,7.6032772,7.5707345,7.3569655,7.29703,7.2442985,7.1095634,7.1014929,6.8498011,6.9761329,6.521307,9.3561525,9.2710066,9.1585274,9.2052631,9.0923233,9.0758123,9.0305557,8.7549314,8.6431665,8.525691,8.3525095,8.3269567,8.1373596,8.0879202,8.0604401,8.7368507,8.6288233,8.4832573,8.4953403,8.3996716,8.3795815,8.3360605,8.0980196,7.9983244,7.9088902,7.7998705,7.7772565,7.6669025,7.4754763,7.6148753,8.2878828,8.2809248,8.2028723,8.295269,8.2251024,8.1983328,8.1598997,7.9136219,7.8375268,7.7690644,7.6017785,7.5866857,7.3315969,7.4487381,7.0901532,8.8319244,8.7905121,8.6814919,8.7358923,8.6457796,8.6204519,8.5767651,8.315443,8.2186594,8.1305971,7.9749665,7.9547863,7.7346916,7.7455468,7.6503654,9.2605276,9.2205343,9.1247196,9.2003136,9.1052532,9.079895,9.0355186,8.7531118,8.6526289,8.5525408,8.3377285,8.3061781,8.0699177,8.1452188,7.9464045,8.4374475,8.3584728,8.1911001,8.1930799,8.1057634,8.0856771,8.0450726,7.8496671,7.7626238,7.6919327,7.607708,7.5763183,7.5333467,7.3274951,7.5954304,8.8709745,8.8044615,8.6814365,8.7189236,8.6243038,8.601655,8.5576258,8.2998686,8.1989975,8.107254,7.9680786,7.9467554,7.7642202,7.7011085,7.7079897,9.5745916,9.5269089,9.430316,9.5051994,9.3995056,9.3758678,9.3305817,9.0510778,8.9450006,8.8318491,8.5968208,8.5574579,8.3285799,8.3979778,8.2202415,8.8463726,8.7949944,8.6791458,8.7251701,8.6329746,8.6087551,8.5648708,8.3061247,8.2074337,8.1179256,7.9710321,7.9502258,7.7468553,7.7240067,7.6804824,8.768321,8.6305656,8.4852896,8.4911213,8.3916073,8.3739643,8.3302507,8.0870667,7.9844193,7.889184,7.7814965,7.7596297,7.6613688,7.4144492,7.5621991,9.0195293,8.9726763,8.867485,8.9280348,8.8344059,8.810008,8.7658052,8.490674,8.39044,8.2956095,8.1205826,8.0982733,7.8738084,7.9012375,7.7801533,8.8883429,8.7891483,8.6562109,8.6801243,8.5815649,8.5621014,8.5180893,8.2612762,8.1574011,8.0614357,7.9338918,7.9122605,7.7660761,7.625206,7.7001233,8.6672277,8.6484518,8.5616703,8.6458969,8.5670691,8.5396519,8.4983578,8.2348824,8.148819,8.0695362,7.8855209,7.8651395,7.6143813,7.7160358,7.4281774,8.8026829,8.7834539,8.701725,8.7948265,8.7172804,8.6901569,8.6493845,8.3803129,8.2943144,8.2132607,8.003293,7.9751205,7.7280416,7.8469658,7.5146332,8.3745193,8.2302351,8.0557575,8.0428324,7.9535441,7.9341125,7.8917155,7.6884389,7.5996509,7.5221095,7.4382515,7.4221535,7.4195042,7.1015267,7.3891625,10.179869,10.145385,10.055349,10.14848,10.05445,10.02257,9.9764519,9.7155027,9.6134768,9.5068846,9.14046,9.0442181,8.8205194,8.9352503,8.6244555,9.0034256,8.9239693,8.8024969,8.8406687,8.7415714,8.7211552,8.6768131,8.4078293,8.3028545,8.2040319,8.0565138,8.034934,7.8546081,7.7823639,7.7880812,9.2586374,9.2265692,9.1364307,9.2212582,9.1312761,9.1042376,9.0605297,8.780405,8.6837225,8.587781,8.3542547,8.3168468,8.0757704,8.1769753,7.9173689,8.3329325,8.3367214,8.2356071,8.2873335,8.2066774,8.1821728,8.1429272,7.9196029,7.8364673,7.7639942,7.6330214,7.602242,7.3776355,7.3834934,7.3033457,7.8696666,7.8909903,7.8146944,7.8941002,7.8249235,7.7986321,7.7625017,7.5483136,7.4793658,7.4194908,7.2883573,7.265656,7.0059094,7.0862546,6.7924433,8.5795269,8.4630604,8.3019037,8.3024073,8.2100658,8.1897936,8.1470432,7.9300981,7.8360338,7.7539449,7.6616688,7.6382546,7.5767903,7.3359656,7.55299,8.9275932,8.8115168,8.6780558,8.6981735,8.5964594,8.5791292,8.5350924,8.2752419,8.1690626,8.0686216,7.941895,7.9201727,7.7835927,7.6107707,7.6979413,8.9650574,8.9365988,8.8454905,8.9263315,8.8406649,8.8137121,8.7707968,8.4954729,8.4024315,8.3138676,8.1121349,8.0858593,7.8409934,7.9335508,7.6843042,9.1732845,9.1512003,9.0716915,9.1723185,9.0942698,9.066247,9.0251551,8.7552271,8.6667662,8.5804214,8.3189554,8.269454,8.0335474,8.16082,7.7941551,8.4439573,8.4344206,8.3685341,8.4785585,8.4141045,8.3909941,8.3552237,8.1002016,8.0249453,7.9555712,7.7467332,7.7183976,7.482336,7.6201205,7.1812387,8.5568876,8.4064245,8.2445545,8.2368994,8.1422091,8.123395,8.0803423,7.8610454,7.765523,7.6796179,7.5906634,7.5693192,7.5239596,7.2153931,7.4404855,8.5152845,8.4467125,8.2934523,8.303936,8.2150507,8.193634,8.1521368,7.9434147,7.8530707,7.7765517,7.6813316,7.6496243,7.5605211,7.3904471,7.5873904,8.6983624,8.6558676,8.5356922,8.5754766,8.4857483,8.461031,8.4178047,8.175559,8.0804625,7.99651,7.8644238,7.8409457,7.6478443,7.6070557,7.6003571,7.5344815,7.5541692,7.4894238,7.5857062,7.5263243,7.5027218,7.4707408,7.2684121,7.2093902,7.1581459,7.0340233,7.0217528,6.7657061,6.8750167,6.4578567,9.0232029,8.9858255,8.8876543,8.9583521,8.8677053,8.8419476,8.7981205,8.5211744,8.4237213,8.3308382,8.1411076,8.1169443,7.880044,7.9427872,7.7600279,8.6013451,8.4150448,8.2594147,8.2448244,8.1435242,8.1262274,8.0823689,7.8622289,7.7629867,7.6684909,7.580905,7.5593867,7.512187,7.1352611,7.3419905,8.5897579,8.5708017,8.4732513,8.539938,8.457449,8.4301109,8.3880157,8.1377964,8.0495739,7.9707766,7.8154731,7.7971206,7.5538816,7.6099896,7.4248333,8.8112984,8.7283878,8.5947514,8.6202469,8.5250406,8.5035534,8.4597359,8.2114553,8.1108246,8.0202274,7.896132,7.8739085,7.7229838,7.6036091,7.6760859,8.7869139,8.7285709,8.604331,8.640522,8.5480652,8.5244951,8.4807777,8.2318153,8.1334972,8.0456448,7.9126644,7.8904734,7.7089963,7.6469822,7.6614156,8.9901428,8.8592939,8.7274647,8.7452936,8.6391783,8.624279,8.5801392,8.3185472,8.2096272,8.1029377,7.9753246,7.9532747,7.8216386,7.6233144,7.7136779,9.1389933,9.0404062,8.919138,8.9542665,8.8477859,8.83113,8.7866755,8.5127382,8.4029913,8.2943468,8.1435328,8.1207962,7.9514818,7.848495,7.8720527,9.7840719,9.7457466,9.6541147,9.7400789,9.6395836,9.6120491,9.5666399,9.2924623,9.1892834,9.0792055,8.793169,8.7341547,8.5016422,8.6041698,8.3540277,11.322277,11.275442,11.180094,11.264913,11.140113,11.106712,11.058105,10.856479,10.744502,10.602358,10.105347,9.9498501,9.7477036,9.8436069,9.6041012,8.5817022,8.5529423,8.4343929,8.4736958,8.3862925,8.3614187,8.3190136,8.0866203,7.9948773,7.9147873,7.7881432,7.760704,7.5665903,7.5273442,7.5265675,10.089719,10.0399,9.9457369,10.024136,9.9019327,9.8784027,9.8320961,9.5811443,9.4708471,9.3382626,9.0565004,8.9978495,8.7769918,8.8557186,8.6679821,8.6541195,8.5752068,8.4299955,8.4459143,8.3538847,8.3319054,8.2889109,8.0624189,7.9668837,7.8836288,7.777163,7.7511492,7.632998,7.4807391,7.620429,8.8187208,8.8639412,8.9459019,8.5131588,8.0716085,8.0759954,7.9341822,7.7969947,7.4846005,7.4507408,7.5528946,7.6280251,7.1902571,7.2634373,7.559823,7.5102429,7.545083,7.5715704,7.4768572,7.2314506,7.2047791,7.1139584,6.7622743,6.5654445,6.529274,6.5307088,6.5774336,6.281755,6.5020099,6.7980108,8.4994221,8.5352821,8.5468826,8.5860271,8.4277201,8.3731394,8.2683258,7.4771981,7.2993574,7.2642655,7.1696386,7.2293558,6.8867693,7.3095541,7.4255457,7.7759523,7.8055339,7.8474455,7.6213341,7.2702794,7.257165,7.1513162,6.9293175,6.6694584,6.63557,6.6911249,6.7409635,6.3923407,6.5280395,7.0238671,8.6196947,8.6335392,8.7302103,8.0964928,7.5594954,7.5822458,7.462872,7.3396134,6.9416041,6.9103956,7.012156,7.0901709,6.7423253,6.7557554,7.1505938,6.448668,6.4498243,6.4774528,6.2653537,5.8892827,5.8769674,5.7935586,5.6144381,5.3473835,5.3204112,5.3876476,5.4201741,5.1508188,5.2459278,6.0913229,8.8692207,8.929286,9.0106802,8.6286478,8.2242823,8.2220192,8.0495243,7.9247308,7.6497989,7.6169491,7.7318912,7.8089638,7.3300347,7.4208364,7.6440988,8.0328541,8.0775957,8.1106319,7.9745378,7.7090487,7.6824317,7.5707469,7.253283,7.040906,7.0050206,7.0131297,7.0653253,6.7052774,6.9212923,7.2269788,8.5363035,8.5626783,8.5710306,8.6481504,8.4965849,8.4419088,8.3532801,7.4243188,7.2414799,7.2058239,7.1052361,7.1708651,6.8417902,7.2816668,7.3885045,10.021667,10.0369,10.262794,8.8111134,8.1256342,8.1587448,8.0002489,7.9628286,7.6326413,7.6091218,7.7832685,7.9217582,7.361691,7.2657933,7.3622417,8.4173784,8.4722996,8.4931107,8.4476261,8.2636528,8.2155914,8.0815296,7.5633473,7.3868051,7.3519225,7.2902265,7.3444281,6.9630375,7.3150458,7.4620848,7.9081011,7.9226198,7.9339285,8.0126019,7.8505244,7.8136082,7.7794738,6.9884319,6.8116903,6.7754717,6.7090125,6.8164415,6.5253525,6.9115372,7.0375605,9.0347309,9.0948687,9.1953278,8.726469,8.2406921,8.2485628,8.0646715,7.9749637,7.6888762,7.6586795,7.8148465,7.8997722,7.3567905,7.4144564,7.5967584,8.4545221,8.5297089,8.5737839,8.4103575,8.1699553,8.1389427,7.9524579,7.7052784,7.5110927,7.4786768,7.49088,7.5509968,7.1064367,7.3311744,7.5101705,9.4162197,9.4246197,9.5946703,8.4494619,7.8433032,7.8860564,7.7472181,7.6751041,7.2496915,7.2233596,7.3414001,7.4562907,7.1035609,7.0344005,7.2404132,7.4836254,7.5168562,7.5466938,7.4221153,7.1500587,7.1274152,7.0339503,6.7300653,6.5197759,6.4847298,6.5038066,6.5494199,6.2442832,6.4367762,6.8057861,8.5537281,8.5617657,8.5647392,8.7194967,8.5793114,8.5270519,8.4678011,7.2264576,7.0330172,6.9966159,6.8951392,6.9729295,6.6658988,7.1314764,7.2214074,8.3757801,8.4212685,8.4747362,8.2071095,7.8532729,7.8411999,7.7135706,7.5092201,7.2449641,7.2099113,7.2685952,7.3290052,6.9253364,7.0625606,7.4234357,8.35606,8.4114189,8.4362221,8.3633757,8.1600189,8.1178312,7.9870982,7.5411377,7.3566475,7.3212328,7.277832,7.3322434,6.9488316,7.2600703,7.4370575,8.0519476,8.0780172,8.0925674,8.1251602,7.9522018,7.9125085,7.8466439,7.1492357,6.970787,6.9347138,6.8697543,6.9462624,6.6407709,7.0042191,7.1480112,8.250391,8.3018017,8.3392191,8.1801577,7.9072232,7.8809013,7.7560949,7.4635363,7.2458525,7.2101564,7.2229733,7.2781749,6.8889055,7.0993552,7.3899674,8.4084654,8.4569263,8.4752026,8.4499521,8.2703772,8.2217331,8.1014576,7.5245609,7.3470888,7.3117881,7.2433333,7.2989755,6.9328284,7.2985721,7.4433775,9.0264578,9.0301266,9.0277071,9.298068,9.1706705,9.1068115,9.0317574,7.1911898,6.9758687,6.9427962,6.823637,6.885354,6.5836177,7.0949326,7.1686502,7.4888282,7.4817362,7.4846973,7.6245193,7.4788256,7.4428277,7.4576259,6.5477796,6.3776016,6.3403339,6.279685,6.448669,6.1790171,6.6145515,6.7090907,8.6511593,8.7175484,8.7749023,8.5237417,8.2092791,8.1915607,8.0275536,7.8390265,7.6027408,7.5687103,7.6228852,7.6893687,7.2370481,7.395227,7.6325622,6.5229502,6.5468702,6.5721869,6.4756732,6.2177067,6.1981888,6.1233978,5.8476324,5.6556883,5.6234446,5.6499386,5.6843653,5.4636407,5.6310759,6.0280671,8.7132883,8.7292318,8.732542,8.8770361,8.7384396,8.6795769,8.6002188,7.3755364,7.1828671,7.1474257,7.0338764,7.1005626,6.782496,7.2604771,7.3491087,6.7013116,6.7287951,6.7510948,6.709137,6.5031409,6.4769459,6.4100204,6.0210595,5.8527308,5.8164759,5.803865,5.8451028,5.6399827,5.8630815,6.0830874,9.2586203,9.3012094,9.417017,8.7899256,8.24438,8.2628288,8.1120768,8.0216322,7.6814294,7.6496677,7.7951427,7.8868155,7.3809075,7.4003654,7.6133771,9.6544466,9.6753836,9.8477888,8.7674942,8.1302567,8.1658211,8.019206,7.9579415,7.5773373,7.5497332,7.7036915,7.8203678,7.3400455,7.2817154,7.4413791,7.2779388,7.3049283,7.3364525,7.1860919,6.8851156,6.8669224,6.7756987,6.514421,6.2902188,6.2571254,6.2945528,6.3374085,6.0368032,6.1986876,6.6817441,9.4103374,9.4435797,9.5778408,8.8019648,8.2067509,8.2333393,8.0880785,8.0085821,7.6428638,7.6122456,7.7622347,7.8619528,7.3614073,7.3503876,7.550262,6.3131022,6.3210478,6.3448172,6.182241,5.8514915,5.8360257,5.7564197,5.5554385,5.3235044,5.2965798,5.3512864,5.3815308,5.1178265,5.2347679,6.0516162,9.5922651,9.6385288,9.7626524,9.1609974,8.3986778,8.4141798,8.2529707,8.1858501,7.8663955,7.8364539,8.0197468,8.1125641,7.3037329,7.332407,7.488852,7.6042094,7.6088891,7.6181312,7.7318029,7.5779643,7.5448012,7.5463133,6.7285004,6.5572515,6.521265,6.4603014,6.6103568,6.3339596,6.7372041,6.8503017,7.3024988,7.3246965,7.3437934,7.3916306,7.2206774,7.1936498,7.1685953,6.5636897,6.400424,6.3678641,6.3253832,6.4343085,6.1825452,6.5133867,6.6650805,9.7363033,9.7733908,9.9163647,9.1419601,8.404542,8.4273901,8.2760782,8.216918,7.8784218,7.848536,8.0419016,8.1451321,7.423656,7.4151964,7.5632658,8.2267923,8.2283764,8.2322226,8.3791428,8.2369194,8.1925831,8.1566811,7.0155396,6.8285394,6.7913322,6.7058306,6.8035984,6.5096841,6.9606147,7.0529275,8.2023096,8.2241116,8.2353535,8.2948275,8.1310339,8.0876865,8.0245209,7.2223263,7.0414491,7.0049429,6.9282656,7.0088873,6.698266,7.0909958,7.2179351,8.5745096,8.6117859,8.6207342,8.6939478,8.5566139,8.4909601,8.3520546,7.4168911,7.2475567,7.2156482,7.0962591,7.1470232,6.807519,7.2889843,7.3761244,8.1399727,8.1782322,8.197073,8.1761274,7.9859033,7.9453545,7.8522353,7.2877231,7.1061397,7.0699196,7.0159302,7.0755515,6.7446103,7.0772471,7.2474999,8.5090046,8.5561285,8.5702133,8.5785627,8.4192333,8.36238,8.2325315,7.5425982,7.3718143,7.3377786,7.2463951,7.3004665,6.9366932,7.3559613,7.4702988,8.4222736,8.4620619,8.4765301,8.4874191,8.318471,8.2678528,8.1620502,7.473834,7.2959194,7.2604618,7.1790419,7.2380433,6.8902392,7.2832074,7.4148889,8.4847307,8.5520525,8.5934744,8.4285135,8.1749115,8.1446371,7.9861555,7.7156897,7.5097413,7.4753041,7.4835858,7.5426598,7.112041,7.3354602,7.5503964,9.2344227,9.2607536,9.3887167,8.612525,8.0396223,8.0687637,7.9313979,7.8403964,7.4520078,7.4213924,7.5508804,7.6469584,7.2196436,7.2076511,7.4498754,10.216645,10.234007,10.462904,9.0259771,8.2258301,8.2507706,8.0895462,8.0596247,7.7682557,7.7451272,7.9501915,8.0892448,7.3358545,7.2498369,7.3266435,8.8818922,8.915473,9.0105276,8.4634953,7.9641304,7.9794149,7.8459368,7.7236023,7.3699927,7.3371224,7.4478211,7.5278773,7.1115494,7.1495919,7.4600663,9.6647539,9.6667976,9.6567879,10.086815,9.9689951,9.8850279,9.7856236,7.2048779,6.9579105,6.929184,6.7852407,6.83424,6.5386844,7.0910144,7.1525965,8.2980061,8.2987442,8.3043919,8.524435,8.4010506,8.3559971,8.3145876,6.7675195,6.5759783,6.5431857,6.4550738,6.5321269,6.2511425,6.75282,6.8301716,6.8830428,6.913413,6.9381847,6.919951,6.7285604,6.7040415,6.6467853,6.200953,6.0386133,6.0058246,5.982965,6.0381627,5.8233256,6.0774999,6.2708883,7.7240171,7.7564664,7.7770171,7.7586503,7.5642285,7.5310187,7.4566374,6.9295616,6.7519331,6.7163005,6.6766362,6.7384391,6.4490771,6.7503996,6.936192,6.1331692,6.1564684,6.1750569,6.1148973,5.8983579,5.8726034,5.8033142,5.4883223,5.3219609,5.2856054,5.2900672,5.3189597,5.1514311,5.3342371,5.5849323,8.3984804,8.4234982,8.4966621,8.0547476,7.5885186,7.5959692,7.477087,7.3251233,6.9832754,6.9499769,7.0420313,7.1086135,6.7362924,6.7982416,7.2276583,7.6187363,7.6307364,7.6809864,7.345623,6.9133081,6.9112701,6.8089342,6.635428,6.3181868,6.2861462,6.3683224,6.4187646,6.0958924,6.1754622,6.7860146,7.3207369,7.3357844,7.3509226,7.4442463,7.2832456,7.2550173,7.2599878,6.575264,6.4126372,6.3798075,6.3292694,6.4855723,6.2204218,6.5946932,6.7274981,8.3458214,8.4188509,8.453846,8.3302059,8.1165705,8.0777588,7.8884792,7.5791354,7.3979354,7.3654757,7.3462739,7.4008379,6.9725857,7.2370596,7.3951783,8.2438459,8.2556162,8.2628078,8.3651075,8.2118292,8.1675558,8.1194019,7.1653266,6.981153,6.9440303,6.8605266,6.9525695,6.6484895,7.0694022,7.1784081,6.4926128,6.5093946,6.5359874,6.4051456,6.1080842,6.0921259,6.0147552,5.781302,5.5683522,5.5398979,5.5840135,5.6181436,5.3653884,5.5064774,6.1354132,7.4277139,7.4611726,7.4851689,7.4145465,7.1871214,7.1586466,7.0740361,6.6841121,6.4968343,6.4602752,6.4504738,6.4979997,6.2192936,6.4564462,6.7125049,7.792881,7.8295379,7.8520951,7.8008518,7.5894117,7.5563884,7.4683561,7.0095205,6.8245893,6.7881217,6.7595229,6.813868,6.5070086,6.7847323,6.9998851,7.6952348,7.7149415,7.7620101,7.47399,7.0728264,7.066515,6.9624791,6.7726965,6.4788952,6.4460478,6.5195527,6.5696311,6.2322092,6.3330145,6.9025993,7.9786134,7.9847469,8.0561247,7.5491858,7.0587473,7.0690384,6.9603395,6.815165,6.4493408,6.4181628,6.5104799,6.5730391,6.2594585,6.2976365,6.8436012,8.4158287,8.4721394,8.4882355,8.471384,8.3146181,8.2576628,8.0954161,7.4958229,7.336432,7.3034348,7.2249808,7.276185,6.8932276,7.3040586,7.4100795,6.8860154,6.9138956,6.9382257,6.8491168,6.6027765,6.5790677,6.4992008,6.1827979,5.9928102,5.9574828,5.9698954,6.0084753,5.7683334,5.960166,6.2835674,8.6494989,8.7013845,8.7667608,8.443615,8.0664768,8.0591631,7.9165902,7.7463846,7.4708815,7.4362264,7.5127277,7.5805864,7.1470962,7.2635121,7.5674925,9.1465435,9.1629076,9.1622944,9.4152632,9.2997341,9.223731,9.1120167,7.3600273,7.1533904,7.1237063,6.9778757,7.0283589,6.719677,7.2720757,7.3380842,8.5669031,8.6334181,8.682622,8.4741449,8.1886969,8.1653175,8.0071325,7.7818928,7.5592513,7.5248923,7.5566473,7.6193304,7.17837,7.3659439,7.6016951,8.0598564,8.0903091,8.1065464,8.1191483,7.940094,7.9003582,7.8249154,7.1800027,7.0011096,6.9650731,6.904212,6.9730754,6.6618595,7.0123653,7.1662021,8.533618,8.6091728,8.6626043,8.4527311,8.1781034,8.1556673,7.9636645,7.7688527,7.5586424,7.5273509,7.5634398,7.6286345,7.1704249,7.3537889,7.5431542,6.6286054,6.6209693,6.6542559,6.3584843,5.9312615,5.9243183,5.8361344,5.6771197,5.3663945,5.3381763,5.423449,5.4603581,5.1970291,5.2637835,6.0993061,8.4309177,8.4885569,8.5327301,8.3396959,8.051897,8.0281715,7.8896904,7.6368241,7.4109716,7.3756771,7.4012494,7.460258,7.0443473,7.2371182,7.5140891,7.8574324,7.8841343,7.9313684,7.6618075,7.2800779,7.2714057,7.1634178,6.9626784,6.6818027,6.6481123,6.7151108,6.7671099,6.4143777,6.529706,7.0420318,8.4280062,8.4625769,8.5288744,8.1582718,7.7340508,7.7341371,7.6105599,7.4439664,7.1336579,7.0994487,7.1830873,7.2477365,6.855144,6.9437857,7.34341,8.3361244,8.401823,8.4247694,8.3679314,8.1939383,8.1435232,7.9679933,7.5003614,7.3362007,7.3036079,7.2426586,7.2938347,6.8932686,7.2453866,7.3673477,8.0659914,8.111887,8.14081,8.0355778,7.7951612,7.7638445,7.6533837,7.2853212,7.085124,7.048893,7.0384769,7.0911298,6.7358289,6.9833393,7.2405748,8.7426138,8.8083839,8.8775721,8.5690651,8.2143021,8.2030659,8.0259428,7.8796701,7.6289392,7.5958748,7.6832824,7.7551136,7.2868986,7.4106021,7.63275,7.2235432,7.2455888,7.278739,7.0986981,6.7690806,6.7536893,6.661108,6.4286728,6.1877594,6.1557665,6.2059813,6.2479067,5.9406958,6.0806818,6.658689,9.0523815,9.0624084,9.1956902,8.3008881,7.7195077,7.7552681,7.6266546,7.5321789,7.1060781,7.0774364,7.1861234,7.2833385,6.9407115,6.9082456,7.1996365,6.7977877,6.7748194,6.7664251,6.9231496,6.785202,6.7423811,6.7785296,5.8378367,5.6853142,5.6477418,5.6056037,5.817575,5.5744724,6.0654287,6.1383014,8.4188375,8.4816818,8.5182543,8.3751678,8.1306906,8.0980082,7.9508061,7.6433816,7.4409218,7.4059114,7.4017768,7.4585466,7.0437036,7.2840686,7.5038819,8.4777899,8.5272141,8.5391016,8.5666037,8.4258614,8.3608723,8.1996775,7.4447026,7.2871685,7.2560372,7.1471004,7.1958423,6.8346033,7.3014059,7.3895674,10.239613,10.26319,10.432685,9.4314528,8.4222832,8.4472141,8.3022718,8.2641869,7.9283977,7.9015203,8.1293097,8.2435951,7.2342563,7.2002263,7.3041945,8.3312149,8.3988743,8.4271612,8.3367701,8.140131,8.0959988,7.9198585,7.5343232,7.3593407,7.3262033,7.2839746,7.3364162,6.9251447,7.2284079,7.3758636,7.7061377,7.7011795,7.7077093,7.8798709,7.7543688,7.7175021,7.7028556,6.4846191,6.3118191,6.277266,6.2094026,6.3152876,6.0484419,6.5379267,6.6165352,8.399066,8.4664202,8.4993277,8.380703,8.1613789,8.1229219,7.9589334,7.6217284,7.4336829,7.3996425,7.3768878,7.4318852,7.0139756,7.2837968,7.4621525,9.8411226,9.8493977,10.076458,8.5545502,7.9427543,7.9834752,7.8278103,7.7827253,7.4135451,7.3909116,7.5305905,7.6697803,7.2665477,7.1583476,7.2756653,9.0521574,9.1015072,9.1990204,8.6961145,8.2188807,8.2285471,8.073451,7.9646544,7.6489158,7.6161914,7.7450686,7.8286362,7.3484273,7.3997884,7.6346264,7.9303236,7.9674926,8.0076256,7.810133,7.4891391,7.4716935,7.361794,7.1146855,6.8722224,6.8374104,6.8787169,6.9302874,6.5702024,6.7313371,7.1501079,7.8632207,7.9018297,7.9372597,7.776226,7.4833446,7.461935,7.3555079,7.075973,6.8503447,6.8151517,6.841825,6.892067,6.5432653,6.727664,7.1064997,9.8799992,9.9010305,10.088569,8.9320021,8.2296305,8.2633142,8.1134186,8.0649643,7.7062349,7.6793699,7.8604517,7.9832788,7.4009547,7.3340473,7.4596529,7.0969682,7.125834,7.1493664,7.161972,6.9843946,6.9591494,6.9142895,6.3868408,6.2270656,6.1956687,6.16085,6.2360845,6.0070486,6.2997808,6.4663086,8.8041553,8.8319521,8.8362989,8.9730768,8.8452873,8.7752047,8.6558561,7.4428678,7.2598081,7.2276115,7.0948291,7.1473217,6.8213139,7.3380971,7.4154758,8.2449141,8.2925014,8.335804,8.1342936,7.825861,7.8059545,7.6825137,7.4333344,7.1961451,7.160738,7.1954541,7.2517071,6.8600316,7.0350428,7.3761544,8.1524544,8.1980209,8.2218847,8.1554756,7.9434352,7.9060116,7.7980409,7.3457079,7.1571956,7.1208911,7.0860748,7.1406541,6.789216,7.082376,7.2866945,8.3399143,8.3974981,8.4286938,8.314332,8.0833492,8.0478411,7.9130983,7.5548234,7.3582954,7.3227954,7.304471,7.3593798,6.9643397,7.227561,7.4431858,8.7557096,8.8076715,8.7318916,8.7676201,8.6216221,8.6274776,8.6971722,8.2138233,8.101614,7.9531641,7.9043303,7.9375205,7.7836909,7.9120636,7.8718181,8.2309608,8.4649258,8.2248564,8.1318579,7.910192,7.9078927,7.8937421,7.6278992,7.5665841,7.4965405,7.4779677,7.4574995,7.6219249,7.4374108,7.8217812,8.7757902,8.8301201,8.7689056,8.7983427,8.6488562,8.6535683,8.7702675,8.3496351,8.2348766,8.0790949,8.0421419,8.0885372,7.9379916,8.0615282,7.8089032,8.8548613,8.9123974,8.77703,8.7643576,8.5920773,8.5970392,8.6012669,8.3024883,8.1985645,8.0786381,8.060936,8.076766,8.0314121,8.0181742,8.1841459,8.8967047,8.9295006,8.8142099,8.8411322,8.7157049,8.7351637,8.8320007,8.3711929,8.2836876,8.1767893,8.1121006,8.1166039,7.963531,8.0368938,8.2139826,8.4484863,8.4875078,8.3168802,8.2885685,8.1382685,8.1609383,8.1740618,7.8141155,7.7508812,7.6700954,7.6100283,7.5958252,7.6187091,7.4060035,7.6985831,8.857213,8.9087086,8.7432909,8.7305784,8.5701542,8.572175,8.5699701,8.2646999,8.1694937,8.0597534,8.0401897,8.0458822,8.0467615,8.0039215,8.2382269,8.8270283,8.8837814,8.7773409,8.7824535,8.6178303,8.6229906,8.6549435,8.2895365,8.1807241,8.0466061,8.0158567,8.0415125,7.9449635,7.9856167,8.0471334,7.8848629,8.1949253,7.9766846,7.8464856,7.5835576,7.5857062,7.576426,7.3024464,7.255856,7.1923838,7.1541433,7.1314445,7.2767954,7.0387244,7.4082375,8.8353529,8.8860836,8.7085962,8.6962223,8.5412111,8.5424881,8.5402136,8.2236805,8.1332531,8.0284386,8.0059452,8.0069618,8.0264387,7.9699106,8.2302742,8.8412819,8.8946781,8.7669773,8.7695274,8.6097279,8.6139317,8.6316252,8.2659159,8.1627064,8.0377388,8.0056925,8.0223722,7.9545069,7.9696798,8.1119556,8.848958,8.8836899,8.754077,8.7716866,8.6413517,8.6598597,8.7339611,8.2944279,8.2099113,8.1069975,8.045085,8.0460291,7.9325013,7.9567108,8.1606255,8.8614178,8.9156246,8.7653923,8.7528305,8.5864897,8.5898829,8.5902987,8.2886543,8.188839,8.0738001,8.0552378,8.0660448,8.0430765,8.0157099,8.2168655,8.8356199,8.8863354,8.7631512,8.7745304,8.6215296,8.6267805,8.6515846,8.2454586,8.1431351,8.0172901,7.9765344,7.9923759,7.9091182,7.9413652,8.0832186,8.8499765,8.9014339,8.7400694,8.7306576,8.5720844,8.5743198,8.5754499,8.2534246,8.1580448,8.0467892,8.0233183,8.0296412,8.0212965,7.9858141,8.2116032,8.8414631,8.892561,8.7404871,8.7374992,8.5818319,8.5849695,8.59272,8.2403574,8.1441031,8.0297413,7.9992681,8.0071621,7.9784756,7.9592872,8.1674328,8.5573912,8.6546421,8.4477215,8.4083071,8.2405615,8.2442112,8.2429295,7.9204288,7.8498812,7.7669506,7.735652,7.7216725,7.8028522,7.6564488,7.9872313,8.8373842,8.8845844,8.7668715,8.7874241,8.6417446,8.6494541,8.6852055,8.2386026,8.1377821,8.0127316,7.9627337,7.9770889,7.8738298,7.9259257,8.0710297,7.7123632,7.7638063,7.7358017,7.8060303,7.7012849,7.7059903,7.7956142,7.1686878,7.0718579,6.9340606,6.889904,6.9277759,6.7435875,7.087317,6.9770513,8.8179293,8.8789463,8.7838345,8.7833033,8.6101236,8.6168995,8.6577425,8.3241491,8.2123089,8.075429,8.0512772,8.0828247,7.9776487,8.0192089,8.0209446,8.8164968,8.8711185,8.7706013,8.7847681,8.6264744,8.6316547,8.6711187,8.268074,8.1589508,8.021596,7.9839301,8.0104055,7.8992238,7.9607797,8.0093269,8.6329002,8.7025738,8.4190969,8.3736506,8.2255135,8.2184696,8.19806,7.9802308,7.9175525,7.8490911,7.8588386,7.8331857,8.0682211,7.884932,8.3261147,8.5144463,8.566452,8.39223,8.3661194,8.2137136,8.2320843,8.2479305,7.8847938,7.8183618,7.7354298,7.679925,7.6668272,7.6873932,7.511354,7.8040667,8.8817978,8.9344101,8.7652121,8.7443609,8.5765333,8.5795298,8.5692301,8.3059492,8.2095804,8.1027174,8.0928078,8.0980978,8.1106815,8.0551443,8.3048067,8.8188429,8.8675213,8.7148848,8.7181549,8.5705042,8.5766211,8.5942564,8.2015018,8.1102829,8.0006618,7.9585099,7.9620028,7.9239831,7.9053736,8.1293869,8.8262234,8.8804865,8.771594,8.7820883,8.6230974,8.6280651,8.6596565,8.2676334,8.1602716,8.026865,7.990644,8.013895,7.9152894,7.9622159,8.0438137,8.8385372,8.8889561,8.7463245,8.7492743,8.5958471,8.6000547,8.6142311,8.2366095,8.1390524,8.0215597,7.9855094,7.9952555,7.9465899,7.9445553,8.1348438,8.8463087,8.8993702,8.7621498,8.7605495,8.6003199,8.6040134,8.61584,8.2654076,8.1642542,8.0433207,8.0141373,8.0278597,7.9768186,7.9762845,8.1442356,8.8446817,8.9033604,8.7788858,8.7695179,8.596632,8.6021223,8.6133842,8.30268,8.1964397,8.0719576,8.0518665,8.0715103,8.0084572,8.01015,8.1419439,8.8011627,8.8494644,8.6934099,8.6958036,8.5503263,8.5582676,8.5799389,8.1824265,8.0948105,7.989563,7.9440579,7.9445796,7.9094934,7.8802552,8.1171293,8.8855963,8.9421082,8.7839441,8.7599239,8.5839806,8.5891771,8.5769405,8.3270864,8.2272415,8.1184759,8.111599,8.1197596,8.1159363,8.0659914,8.3023224,8.5167074,8.5650654,8.5157919,8.5774183,8.4518423,8.4576683,8.5619793,7.9742699,7.8634772,7.7104521,7.6542449,7.6909213,7.5018721,7.7319102,7.5987163,8.4027214,8.4176426,8.256278,8.2314301,8.0884285,8.1185722,8.1315861,7.770052,7.7094026,7.629313,7.5614729,7.5471072,7.5610952,7.3187346,7.6033406,8.1413574,8.1876049,8.1540518,8.2135572,8.1029739,8.1059675,8.2492075,7.6961842,7.5948591,7.4500833,7.4080658,7.4491439,7.2789168,7.5637074,7.2393351,8.1952066,8.339838,8.1379414,8.0623121,7.8653631,7.8745084,7.8705468,7.5610919,7.5054674,7.4341965,7.3908777,7.3714614,7.4707761,7.2176809,7.55831,8.8312693,8.89116,8.8156757,8.8224649,8.654685,8.6616087,8.7478142,8.4075699,8.2940283,8.1493959,8.1241026,8.1652813,8.039341,8.1067915,7.9338765,8.734498,8.7868948,8.7211666,8.7591639,8.615037,8.6201172,8.7120132,8.2334642,8.119854,7.9661384,7.9196854,7.958703,7.7995529,7.941978,7.8063183,8.7265034,8.7538433,8.6120195,8.6150589,8.4833164,8.5093489,8.5742559,8.1694117,8.0965996,8.00529,7.9384346,7.9317384,7.8546648,7.7930722,8.029788,8.9600525,8.9896698,8.8915176,8.9279613,8.8112421,8.8326921,8.9750109,8.4987736,8.4106674,8.3026714,8.2347393,8.2421017,8.0311861,8.1710348,8.3174849,8.0092335,8.2873163,8.0600481,7.9441757,7.6985116,7.6987033,7.6870885,7.4144082,7.3613691,7.2960939,7.2669544,7.2450151,7.3999338,7.1763525,7.553184,8.7109795,8.7762012,8.5810204,8.5603771,8.4061556,8.4091177,8.4102793,8.075141,7.9964814,7.9043894,7.873878,7.8653383,7.9157639,7.8153591,8.1197882,8.8034534,8.8532057,8.6932249,8.6930456,8.545454,8.5516214,8.5674238,8.1820831,8.0936518,7.9878645,7.9463849,7.9472022,7.9228196,7.888813,8.1291246,8.8279552,8.8693771,8.7923832,8.8458052,8.7188873,8.7322741,8.8290691,8.2642155,8.1601505,8.0263042,7.9587502,7.9797282,7.7772222,7.9567823,8.0312977,8.6908512,8.7082405,8.5732164,8.5781384,8.449791,8.4837532,8.551631,8.1467962,8.0780907,7.9881678,7.9134083,7.9062052,7.8217716,7.7462759,7.9787188,8.8343439,8.8910952,8.7770948,8.7782087,8.6122169,8.6172028,8.6415939,8.2896786,8.1822529,8.0517044,8.023304,8.046216,7.9619579,7.989078,8.0801888,8.84725,8.8990049,8.7467155,8.7412376,8.5830698,8.585928,8.5915327,8.2529373,8.1557655,8.0410547,8.0139227,8.0226097,7.9968734,7.975244,8.1813374,8.832509,8.8793411,8.7402649,8.7509556,8.6052237,8.6126986,8.6386957,8.2218943,8.1276245,8.0130692,7.9662366,7.9731679,7.9071593,7.9156651,8.1135416,8.7840185,8.8381758,8.6581697,8.6474247,8.4963331,8.4993677,8.5031796,8.1559839,8.0707245,7.9704528,7.9387436,7.9357591,7.9548273,7.8887768,8.1620636,8.9548197,8.9882059,8.9091864,8.9597387,8.8450279,8.863903,9.0206022,8.4931564,8.3987617,8.2798424,8.208745,8.2229757,7.9769249,8.1826792,8.2854853,8.8369141,8.8860092,8.7589312,8.7716179,8.6216583,8.6276016,8.6530676,8.2375355,8.1374168,8.0145454,7.9708824,7.9840527,7.9032254,7.9321566,8.0915298,8.7123442,8.7507734,8.5976658,8.5957384,8.457262,8.4769516,8.5220003,8.1221142,8.0470171,7.954762,7.8949027,7.8880711,7.8408117,7.7671595,8.0185461,8.50529,8.6274204,8.3778706,8.3210173,8.146821,8.1432562,8.1284056,7.8685088,7.8034186,7.7298403,7.7217426,7.7011981,7.8729005,7.7000666,8.0937328,8.7010832,8.7692499,8.5422859,8.5107384,8.3560352,8.3542147,8.3433876,8.0607262,7.9863081,7.9016633,7.8878393,7.8739905,7.9911194,7.8603735,8.2132263,8.540966,8.6222954,8.4306612,8.3968658,8.2344055,8.2435894,8.2505808,7.9057293,7.8365393,7.7532234,7.7110023,7.6976519,7.7488537,7.5943055,7.9065328,8.1486902,8.3786154,8.0791168,7.9758768,7.7665458,7.7575274,7.7345257,7.5385256,7.4885244,7.4335952,7.453083,7.4217634,7.7177472,7.4971223,7.9745469,7.9374161,7.8932295,7.7202344,7.6534657,7.5063663,7.5280433,7.5181985,7.2210531,7.1715837,7.1060071,7.0525289,7.0321403,7.1175895,6.6222339,6.9376464,8.8221054,8.8662548,8.778635,8.822011,8.6872234,8.6983728,8.7690401,8.2390137,8.1341372,8.0000763,7.9376922,7.9582071,7.7891188,7.9249229,8.0105886,8.4361248,8.5753956,8.355278,8.296689,8.1115427,8.1130114,8.1061144,7.8055177,7.739326,7.662024,7.6354952,7.6184297,7.7331114,7.5628333,7.916079,8.0059795,8.1822014,7.9802122,7.8833704,7.6687021,7.6778636,7.6704617,7.3762188,7.3265944,7.2601299,7.2155957,7.1944752,7.3093896,7.0076141,7.3546758,8.6681023,8.711977,8.6544514,8.7220964,8.5994148,8.6099539,8.7116699,8.0835581,7.9746809,7.830461,7.7628608,7.7904816,7.5713935,7.8087988,7.8226585,8.8730068,8.9123545,8.8249063,8.8713732,8.7442532,8.7592144,8.8551884,8.3197355,8.219492,8.0927067,8.0251818,8.0418015,7.850327,8.0027237,8.1088781,8.8513041,8.9062042,8.7693224,8.7627258,8.5973778,8.6012859,8.6099072,8.2836494,8.1812429,8.0604925,8.0367098,8.0515432,8.0042505,7.9977193,8.1628866,8.6351919,8.6951141,8.518281,8.499876,8.3484135,8.3605165,8.378335,8.0092535,7.9359336,7.8473482,7.7992215,7.789227,7.8023496,7.68469,7.971838,8.8521328,8.900136,8.7015381,8.6811495,8.5259027,8.5256386,8.5145092,8.2415237,8.1543274,8.0564165,8.044795,8.0413456,8.1031752,8.0199718,8.3197107,8.5671558,8.5921297,8.438118,8.4276896,8.2888165,8.3173666,8.3491621,7.9632478,7.8966022,7.8107533,7.742425,7.7316322,7.7078853,7.5552726,7.8204632,8.8740454,8.9254808,8.753376,8.7347269,8.5705528,8.5727272,8.5643148,8.2896929,8.1946917,8.0880556,8.0755854,8.0799713,8.0960207,8.0404215,8.2920828,8.8273287,8.87286,8.7312202,8.741888,8.598547,8.6075678,8.6376152,8.2168951,8.1253605,8.014327,7.9647942,7.9693413,7.9040451,7.90659,8.1154585,8.4058886,8.5661077,8.3207254,8.2515087,8.0610228,8.0581236,8.04387,7.7798166,7.7162647,7.6439943,7.6318221,7.6112771,7.7789989,7.6005721,7.9902167,8.7976313,8.8504944,8.6475677,8.6277905,8.4755363,8.4751492,8.4675999,8.1701117,8.0870848,7.9920721,7.9742808,7.9678483,8.0354548,7.9438243,8.2527056,8.8152533,8.861969,8.768342,8.804224,8.6635418,8.672574,8.7286625,8.2273893,8.1215906,7.9866362,7.9296789,7.9508433,7.8027558,7.9130855,7.9986901,7.4892154,7.954658,7.6338382,7.4465322,7.1460519,7.1266174,7.0962629,6.9446902,6.9064946,6.8644123,6.9113493,6.8737316,7.254344,7.0396256,7.5665445,8.8417044,8.8867598,8.7593288,8.7773504,8.6345377,8.6436691,8.6799927,8.2380142,8.1418362,8.0238075,7.971951,7.9813209,7.8895535,7.9238925,8.1007051,8.8243179,8.875515,8.7668209,8.7849712,8.6328535,8.6386395,8.673357,8.2446995,8.1389465,8.0064726,7.9626441,7.9833927,7.8759437,7.9354858,8.0348091,8.8131685,8.851881,8.791029,8.8567514,8.7409554,8.754982,8.8968,8.2930393,8.1907282,8.0563822,7.9872184,8.0103188,7.7579145,8.0115528,8.0601044,8.8383923,8.8933105,8.7725515,8.7748318,8.6122627,8.6167707,8.6376114,8.2768717,8.1714926,8.0435352,8.0129681,8.0327339,7.9560862,7.9782062,8.0959425,8.7096424,8.7688904,8.5904198,8.5770273,8.4264536,8.4340906,8.4471712,8.0802393,8.0014324,7.9076061,7.8659039,7.8588352,7.8722448,7.7848744,8.0668144,8.5178757,8.5888309,8.4041786,8.3721428,8.2127523,8.2256384,8.2361174,7.8838906,7.8163862,7.7337723,7.6858139,7.6722679,7.7119098,7.5442061,7.849278,8.795599,8.8291149,8.689827,8.6986885,8.5668688,8.5873957,8.6555634,8.2375307,8.1585665,8.0620871,7.9999948,7.9965568,7.9066076,7.8872528,8.1127443,8.82199,8.8810625,8.7820692,8.7846947,8.6156511,8.6215687,8.6599522,8.3105822,8.1998005,8.0633583,8.0360537,8.0655537,7.962533,8.0059023,8.0278082,8.5389786,8.5862856,8.5346336,8.600646,8.4758186,8.4832115,8.5773201,7.9594083,7.8486419,7.6981487,7.6367788,7.6698256,7.4687648,7.7069125,7.6525154,8.7870359,8.8385134,8.7513952,8.7818184,8.6336613,8.6398964,8.6947098,8.224803,8.1146803,7.9720535,7.9234958,7.951725,7.8105245,7.9162588,7.9390974,8.8529778,8.9030657,8.7233706,8.7077608,8.5500565,8.5510721,8.5451546,8.2501049,8.158638,8.0541391,8.036953,8.0384216,8.0646715,8.0042696,8.2679691,8.0915756,8.3819628,8.1496925,8.0383692,7.7919993,7.7906003,7.7772436,7.5061393,7.4463043,7.377399,7.3513975,7.3314443,7.4861002,7.2970433,7.6720281,8.8138371,8.875823,8.7918377,8.7927542,8.6189079,8.6264267,8.6855688,8.3562565,8.2428503,8.1021776,8.0789375,8.1158791,7.9990997,8.0515833,7.9757066,8.5598145,8.6474028,8.4497309,8.4146948,8.2504406,8.2568932,8.2604666,7.9235792,7.8531022,7.7692623,7.7319317,7.718698,7.780726,7.6346307,7.9532747,8.8330956,8.8839693,8.7189541,8.7122011,8.5580559,8.560524,8.5641823,8.2222824,8.129755,8.0208139,7.9922161,7.9959321,7.9901285,7.9517059,8.1888542,8.6047077,8.6966734,8.4770727,8.4382439,8.2737103,8.2739544,8.266964,7.9656448,7.8939681,7.8111825,7.789361,7.7748017,7.8800845,7.7386746,8.0848961,8.8560429,8.9111891,8.7697058,8.7597475,8.5927114,8.5965881,8.6012869,8.2893391,8.1875725,8.0690269,8.0483017,8.0618687,8.0238085,8.0083237,8.1868382,8.8487444,8.9027662,8.766161,8.7621851,8.5993633,8.6031179,8.6136074,8.2750483,8.1731205,8.0519915,8.0254955,8.0399952,7.9901953,7.9873371,8.1520491,8.5178804,8.5255203,8.3811989,8.3743839,8.2412586,8.2793493,8.3109055,7.9229107,7.8596239,7.7745724,7.6965227,7.685504,7.6531529,7.4782224,7.73599,8.909523,8.9453125,8.8756399,8.9340181,8.8194218,8.8366098,8.9913683,8.428154,8.3302374,8.2043743,8.1342306,8.1527214,7.8973889,8.1304617,8.2087593,8.6669683,8.7155399,8.6636019,8.7137604,8.5840673,8.5886316,8.7221813,8.2047787,8.0931892,7.9375553,7.8875151,7.9285545,7.7574067,7.946002,7.6748877,8.8114004,8.8671026,8.7722301,8.7863655,8.6265726,8.6318264,8.6774616,8.2795839,8.1690254,8.0290537,7.9928493,8.0223331,7.9056506,7.9725566,7.9885898,8.8499651,8.9025793,8.7558918,8.7505178,8.59021,8.5933561,8.6001034,8.2640152,8.1649361,8.0478811,8.0215626,8.0324373,7.9983964,7.9831285,8.174777,8.3881865,8.4951258,8.2961206,8.243619,8.0669851,8.0760851,8.0768585,7.7502017,7.6874352,7.6104112,7.5686946,7.5519309,7.6303086,7.4266424,7.7561579,8.6482058,8.6839533,8.5280237,8.5208359,8.3809271,8.4034977,8.4420538,8.0505772,7.9794078,7.890553,7.8281832,7.8191781,7.7862315,7.6769824,7.9378214,8.8372517,8.8849125,8.7537498,8.7668791,8.6195145,8.6263285,8.6530533,8.231843,8.1341372,8.0146055,7.9685287,7.9790416,7.9014459,7.9250302,8.1006231,8.2326937,8.1934252,8.0589504,8.0396652,7.9147067,7.970921,7.9888573,7.6490321,7.598968,7.5219584,7.4313231,7.4171348,7.4088807,7.0981808,7.3619604,8.8329372,8.8594933,8.7293177,8.740962,8.6159716,8.6397038,8.7387924,8.3247814,8.2475176,8.1529551,8.0882883,8.0845032,7.9593534,7.9645557,8.1759939,8.8725109,8.9284935,8.8637991,8.8790293,8.7219114,8.7277946,8.8608074,8.5079441,8.3950224,8.2459812,8.2186279,8.2652025,8.130353,8.2176695,7.8821344,8.8158073,8.8747206,8.7862053,8.7935982,8.6267872,8.6327953,8.687726,8.3271894,8.2148514,8.0735798,8.0445366,8.0786839,7.9618206,8.021944,7.9793572,8.8874702,8.9276743,8.8855543,8.9303026,8.8198862,8.8225651,9.0930815,8.6492443,8.5450172,8.3952065,8.350111,8.3945313,8.2444057,8.4241152,7.6700935,8.0206652,8.0399961,7.8539405,7.7832603,7.6197777,7.6363163,7.6263156,7.3262434,7.2749538,7.2084665,7.160543,7.1397681,7.2376132,6.8159208,7.1451731,8.7784166,8.8231077,8.669981,8.6732054,8.5321598,8.5450974,8.5807419,8.1725988,8.0899038,7.990005,7.9369793,7.9344873,7.8869028,7.8498793,8.0912876,8.845212,8.897089,8.7522783,8.7501984,8.5924788,8.5958538,8.6054249,8.2532177,8.1545277,8.0368948,8.006896,8.0176001,7.9776797,7.9680758,8.1573133,8.5527935,8.5458517,8.4298735,8.4426384,8.3230581,8.382658,8.4385395,8.0297823,7.9696536,7.8816242,7.7818427,7.7739429,7.6853766,7.5655446,7.7891049,8.7495127,8.7995558,8.7238865,8.765275,8.6235914,8.6304541,8.6993256,8.1865454,8.0753717,7.9286804,7.8748384,7.9053288,7.7431664,7.8847661,7.8746381,8.8904419,8.9432163,8.7715216,8.7481508,8.5784378,8.5818386,8.568635,8.3177595,8.2215157,8.1163254,8.1092434,8.1137276,8.1317873,8.0707273,8.3295698,8.8271599,8.8749247,8.7696886,8.7965107,8.6515732,8.6594448,8.7029505,8.2356014,8.1314478,8.0003414,7.9482546,7.9669213,7.8429265,7.9214063,8.0318804,8.2457666,8.4262362,8.2079468,8.128006,7.9223838,7.9253793,7.9178972,7.6222477,7.5630493,7.4914594,7.4598312,7.4403009,7.5642295,7.3536458,7.7122436,8.8477039,8.891737,8.7762012,8.8016357,8.661377,8.6716642,8.7184553,8.2516365,8.1530685,8.0308437,7.9749727,7.9873047,7.8704162,7.9333467,8.0862074,8.6450768,8.6912279,8.6324825,8.6957216,8.5687561,8.5777035,8.6686754,8.0600471,7.9496903,7.8022523,7.7382202,7.7681618,7.5652394,7.7847533,7.77385,8.7716703,8.8259077,8.7497663,8.7778349,8.6260309,8.6312704,8.7034912,8.2596521,8.1464968,7.9972019,7.9548798,7.991137,7.8464651,7.9574537,7.8827977,8.5855179,8.6801453,8.4678049,8.4292698,8.2631569,8.2650576,8.2610884,7.9475904,7.8760705,7.792738,7.7659068,7.7519345,7.8429427,7.7016153,8.0383778,8.0307426,8.282547,7.9626865,7.8477368,7.6330795,7.6201625,7.5946059,7.4216466,7.3768768,7.3286333,7.3633838,7.3274226,7.6746764,7.4433813,7.9552512,8.754509,8.7986259,8.7298021,8.7876501,8.6594362,8.6705313,8.7611198,8.1751242,8.067296,7.9261913,7.8602014,7.885612,7.6837821,7.8789935,7.9171071,8.33288,8.3215199,8.1710033,8.1489801,8.0138693,8.0540085,8.0663729,7.7090797,7.6521902,7.5731254,7.496098,7.4815574,7.4876714,7.2096505,7.4859781,8.7041168,8.7723513,8.5619812,8.5353279,8.3798409,8.3802032,8.3746796,8.0659056,7.9890723,7.9003534,7.8781562,7.8672247,7.949964,7.8344707,8.1617899,8.8858795,8.9229918,8.8125296,8.8438082,8.7141237,8.7303247,8.8110743,8.329442,8.2363892,8.1215754,8.0574141,8.0661259,7.9161496,8.0020494,8.1626577,8.8410206,8.8987875,8.778038,8.7729225,8.6030998,8.6082487,8.624733,8.2971506,8.1905746,8.0637197,8.0401268,8.0609722,7.9900522,8.0014067,8.117444,8.9214449,8.97367,8.9192734,8.9408321,8.7939053,8.7990971,8.9875517,8.6354713,8.5232105,8.3715143,8.3452234,8.3978624,8.2596159,8.3617029,7.835876,8.4398451,8.5578928,8.2553749,8.1890583,8.0248709,8.015707,7.9932189,7.7926049,7.7376571,7.6779523,7.6968303,7.6660204,7.9512987,7.740304,8.21488,8.9140892,8.9708853,8.90697,8.9157858,8.7554274,8.76229,8.9083958,8.5872335,8.4754868,8.3296328,8.3070898,8.3541422,8.2249212,8.298645,7.9026823,8.8838806,8.9342508,8.7541046,8.7323761,8.5679779,8.569972,8.5577354,8.2990236,8.2054482,8.1020889,8.0933285,8.0955267,8.126852,8.0602808,8.3305693,8.871788,8.9248981,8.7624321,8.7450705,8.5784302,8.5813808,8.5753641,8.2951708,8.1977444,8.0877838,8.0740089,8.081233,8.0807562,8.0357647,8.2675591,8.8391848,8.8842812,8.7787266,8.8090429,8.6685781,8.6783886,8.7291145,8.2462959,8.1443434,8.0164423,7.9598131,7.9760327,7.8438354,7.9287972,8.0537777,8.7634964,8.813839,8.650178,8.6473532,8.5017405,8.5111036,8.5333128,8.1431379,8.0602846,7.9609542,7.9143229,7.9110045,7.8901877,7.8366299,8.0923786,8.8568449,8.9102993,8.7607212,8.7509336,8.5872459,8.5903721,8.593173,8.2782116,8.1788568,8.0631466,8.0415802,8.0522709,8.0262537,8.0028896,8.2011023,8.777627,8.8244867,8.7445841,8.789938,8.6529188,8.6620655,8.7309656,8.1948137,8.0863934,7.9454679,7.8856254,7.9109197,7.740468,7.8877401,7.9326191,8.8417892,8.8928413,8.7305269,8.7230644,8.5669584,8.5692921,8.5721359,8.2377625,8.1436081,8.0330582,8.0065336,8.0118008,8.0029154,7.967761,8.1971951,8.8772364,8.9328823,8.7766209,8.7560148,8.5832405,8.5876646,8.5793762,8.3143587,8.2145901,8.103816,8.0934916,8.1025267,8.0939541,8.0505037,8.2757196,8.6501207,8.7154617,8.5327206,8.5127125,8.3590508,8.3680105,8.3805304,8.0194778,7.9446917,7.8552704,7.8121963,7.8024683,7.8274665,7.7150526,8.008276,8.8280277,8.8790665,8.7014875,8.6898994,8.5358486,8.5372934,8.5361195,8.2128716,8.1231365,8.0187349,7.9944816,7.9949818,8.0136061,7.9568529,8.2183895,8.8073015,8.8597174,8.6753082,8.6622143,8.5096569,8.5110292,8.5096712,8.1840506,8.0972862,7.9963093,7.9710674,7.9688148,7.999125,7.931366,8.2079744,8.7175035,8.7641544,8.6031799,8.5984116,8.4553986,8.470171,8.5028782,8.1090431,8.0316811,7.9378891,7.8841524,7.8777881,7.8496046,7.7757626,8.0356445,8.8127108,8.862998,8.6529818,8.631134,8.4792624,8.4781132,8.467412,8.1873121,8.1047249,8.0113268,7.9982939,7.9908752,8.0730944,7.9750876,8.2952833,8.8715658,8.9266472,8.772068,8.7540998,8.5836182,8.5875731,8.5822258,8.3053083,8.2055807,8.0933609,8.0803461,8.089983,8.0772696,8.038887,8.2559576,8.7849846,8.8242292,8.6783714,8.6849127,8.5484018,8.5652504,8.6159811,8.1997414,8.1188231,8.020484,7.9622993,7.9594073,7.890698,7.8622384,8.0955553,8.6520176,8.693327,8.6419334,8.7162771,8.6005211,8.6116734,8.734623,8.0791349,7.9714212,7.8294683,7.7591939,7.7855234,7.542048,7.8168845,7.836926,8.1979303,8.3732548,8.1618891,8.0799007,7.8734002,7.8787856,7.8728719,7.5725627,7.5161629,7.4454193,7.4081845,7.3883438,7.5033207,7.2730546,7.6251254,8.8361855,8.8855858,8.7458935,8.7523355,8.6014023,8.6065016,8.6246452,8.2306442,8.1334915,8.015811,7.9758239,7.9853368,7.9281368,7.9331298,8.1213312,8.8618374,8.9114904,8.7289658,8.7111988,8.5522585,8.553215,8.5449476,8.2626085,8.1711197,8.0676632,8.0535135,8.0545864,8.0872736,8.0223789,8.2922239,8.84305,8.8989182,8.7741308,8.7716932,8.605999,8.6105022,8.6267128,8.2857742,8.1807032,8.0548325,8.0282764,8.047205,7.9797726,7.9910421,8.1199913,8.8347368,8.8885145,8.7702665,8.7769003,8.6175356,8.6221724,8.6463814,8.2665596,8.161272,8.0321417,7.9977055,8.0175438,7.9337139,7.9648433,8.0787497,8.7922649,8.845561,8.7575197,8.7824364,8.6299677,8.6355495,8.6891193,8.245718,8.1348629,7.9917011,7.9478879,7.9778194,7.8441339,7.9378781,7.9450541,8.8251181,8.8832159,8.8086538,8.8211546,8.6583405,8.6643848,8.7533951,8.3900881,8.2765141,8.1296883,8.1005507,8.1417427,8.0112286,8.0899496,7.9169693,8.8102188,8.8611679,8.7629251,8.787775,8.6381025,8.6443872,8.6883945,8.2355776,8.1278486,7.990797,7.943563,7.9674497,7.8417001,7.9246802,7.9931374,8.4171782,8.3961554,8.2967491,8.3141136,8.2008171,8.2848244,8.3325377,7.9369435,7.8848472,7.7978263,7.6781707,7.6693397,7.5792398,7.432713,7.6497197,8.8642817,8.9171143,8.7576237,8.7434444,8.5790672,8.5817804,8.5791016,8.2834873,8.1859913,8.0743647,8.0570822,8.0649958,8.0576239,8.0192451,8.2417717,8.8335228,8.8839884,8.7287083,8.7268114,8.5737438,8.5772247,8.5860758,8.2240572,8.1298285,8.0176163,7.9843979,7.9902616,7.9646201,7.9418035,8.1606007,8.1072216,8.3851652,8.1178331,8.0058298,7.7717371,7.7668295,7.7473483,7.51963,7.4645681,7.4025998,7.4013948,7.3763142,7.6049204,7.4034791,7.8316288,8.4178228,8.5354805,8.3297901,8.2765074,8.0975208,8.1036453,8.1023836,7.7820554,7.7175093,7.6398492,7.6033921,7.5868134,7.6750526,7.4886165,7.8248768,8.4424572,8.5672445,8.3557701,8.3019962,8.1216011,8.1254559,8.1220245,7.8085256,7.7424874,7.6642756,7.6323361,7.6159182,7.7133274,7.5392518,7.8813763,8.8095493,8.8608284,8.6929893,8.6877546,8.5370483,8.5407066,8.5480576,8.1879129,8.0988111,7.9932556,7.959106,7.9598684,7.9551067,7.9107652,8.1598759,8.8289213,8.8784237,8.7667866,8.786808,8.6376476,8.644145,8.679162,8.2393541,8.1353474,8.0054064,7.9585595,7.9768476,7.8695297,7.9286022,8.0463495,8.8640766,8.9153576,8.74547,8.7298717,8.5681553,8.5700512,8.564764,8.2740393,8.1792955,8.0713682,8.0551815,8.0599165,8.0702238,8.0200129,8.2645855,8.7997093,8.8542509,8.7644091,8.7846718,8.6288071,8.6341505,8.6858292,8.2634859,8.1524382,8.0099115,7.9697003,8.0002079,7.8730092,7.9559822,7.9584737,8.6530027,8.6948624,8.6561069,8.7070065,8.597682,8.6005659,8.8312511,8.3483505,8.2448931,8.0959606,8.0514412,8.0949936,7.937654,8.1554289,7.5337162,8.4782381,8.6090555,8.3832598,8.3278456,8.1472187,8.1472502,8.1384916,7.845727,7.7785211,7.7008014,7.678793,7.661624,7.7855945,7.6217003,7.981318,8.820632,8.8717833,8.7024632,8.6954222,8.5429926,8.5456562,8.5497465,8.2029371,8.112628,8.0062103,7.9759426,7.9775448,7.9780116,7.932775,8.181138,8.8299885,8.8902349,8.7805929,8.7752504,8.6013517,8.6076241,8.6307383,8.3082523,8.1989336,8.0683022,8.0460682,8.0713921,7.9860969,8.0074778,8.0837469,8.8329592,8.8809032,8.6702185,8.6479063,8.4955778,8.4943609,8.482028,8.212431,8.12889,8.0352097,8.0248175,8.0178652,8.1020012,8.0047226,8.325758,8.8448486,8.8953419,8.718771,8.7054062,8.5488815,8.5501051,8.5466175,8.2385035,8.1470337,8.0415468,8.0211897,8.023036,8.0421667,7.9865208,8.2442122,8.7938147,8.8474131,8.6635895,8.6510477,8.4991579,8.5011091,8.5016127,8.1672592,8.0815496,7.9813681,7.9534988,7.9505382,7.978549,7.9095368,8.1871729,8.5211582,8.6395292,8.4069452,8.355072,8.1804829,8.1791687,8.1683941,7.8853626,7.8176346,7.7399898,7.7229843,7.7053494,7.8412552,7.6801147,8.0482121,8.8299809,8.8825083,8.7682838,8.7802486,8.6243973,8.6294603,8.6582174,8.2554493,8.1500463,8.0193987,7.980443,8.0005932,7.9064465,7.9499726,8.0578909,8.8304939,8.8791599,8.7338123,8.7394743,8.5905447,8.5961866,8.6144199,8.2184935,8.1240492,8.0100288,7.9685092,7.9751873,7.9255257,7.921164,8.1263666,8.6610394,8.7349405,8.5365772,8.5106592,8.3530893,8.3567791,8.3582516,8.0240288,7.9483943,7.8596272,7.8276944,7.8171177,7.8755169,7.7595162,8.0724354,8.9611177,8.9928913,8.9035358,8.9468088,8.8303652,8.8504839,8.9966841,8.4951811,8.4038172,8.2903414,8.2199917,8.2308102,8.0048876,8.1744576,8.300909,8.8092642,8.8666248,8.7796564,8.7923956,8.62992,8.6354599,8.6930685,8.3101225,8.1978254,8.0547686,8.0218039,8.0559177,7.9334369,8.004549,7.9615207,8.2172108,8.2115993,8.045002,8.0037088,7.8587885,7.8882113,7.8893008,7.5566959,7.5018158,7.4279099,7.3636947,7.3462877,7.3923144,7.0483518,7.3479366,8.3576498,8.4059296,8.3638487,8.4286051,8.3087006,8.3136768,8.4245434,7.8268633,7.718545,7.5669231,7.5137343,7.5518498,7.3634486,7.6226625,7.45398,8.6203146,8.671524,8.5016804,8.4856148,8.3375654,8.3537979,8.377636,8.0012121,7.9296327,7.841917,7.7879734,7.7777371,7.7773533,7.6527185,7.9325724,8.7538319,8.8065348,8.7487192,8.7841759,8.6403122,8.6446781,8.769186,8.3239584,8.2096176,8.0520458,8.0114632,8.0576839,7.9012313,8.0418863,7.7711291,8.79778,8.8469191,8.7565651,8.7903233,8.646059,8.6535254,8.7073288,8.2180557,8.1099157,7.9708314,7.917706,7.9422789,7.7976184,7.9068127,7.964294,9.0434036,9.0916176,9.0429125,9.064187,8.9262514,8.9314804,9.1878157,8.8637991,8.7543058,8.6063557,8.5847569,8.6402721,8.5095692,8.6065922,7.845293,8.718399,8.7795935,8.5953083,8.5798445,8.4278278,8.4331865,8.4408264,8.0857344,8.0061398,7.9120364,7.8751383,7.8680663,7.8945489,7.8056993,8.0942383,8.8665171,8.9220543,8.7723913,8.7563343,8.5859985,8.5900812,8.5875053,8.3021393,8.2014494,8.0871048,8.0722141,8.0833788,8.061801,8.0305204,8.2344122,8.3122692,8.2818117,8.1651478,8.1647644,8.0455027,8.1178961,8.1448727,7.7789502,7.7281299,7.6454763,7.5391235,7.5274711,7.4826984,7.2495255,7.4917345,8.0529413,8.1389179,7.9438267,7.8651853,7.6820588,7.694819,7.68606,7.3862901,7.3345356,7.2676239,7.2228723,7.2020006,7.3082738,6.9501495,7.2890944,9.1119146,9.1612167,9.1059399,9.1169891,8.9731922,8.9788876,9.2254581,8.931941,8.8263922,8.684761,8.6656752,8.7148886,8.5923796,8.6650467,7.9154782,8.8539209,8.8955202,8.7730751,8.7960844,8.6586752,8.6709394,8.7223492,8.2626057,8.1684132,8.0526409,7.9949355,8.0031404,7.8921113,7.9408603,8.1168623,8.8605585,8.9054022,8.8596764,8.9011545,8.7783661,8.7814121,9.006753,8.5697575,8.4609537,8.3047876,8.2623539,8.3105688,8.157937,8.3198643,7.709198,8.8602209,8.9018078,8.7919741,8.8225737,8.6867867,8.6992931,8.7597876,8.2756414,8.1779222,8.0564747,7.9961224,8.0082483,7.8723998,7.9536953,8.1018295,7.747602,8.0912046,7.8847361,7.7399774,7.4589691,7.4643126,7.4576106,7.1822209,7.1416621,7.0788651,7.0284495,7.0060921,7.136342,6.8792896,7.2354612,8.5700569,8.6665602,8.4044104,8.353858,8.191802,8.1867046,8.1694918,7.9257669,7.8610573,7.7888665,7.7882261,7.766006,7.9605722,7.7856798,8.1965542,8.7991753,8.855319,8.7857161,8.8071861,8.6509533,8.656229,8.7524204,8.3547363,8.2405205,8.0894079,8.0551453,8.0979023,7.9570627,8.0576286,7.8712573,8.2747831,8.3077641,8.1305132,8.0852222,7.9291072,7.9511719,7.9523735,7.6177273,7.5603204,7.4856362,7.4284115,7.4109912,7.4666538,7.1676378,7.4769826,8.5356846,8.6189661,8.3096151,8.2542915,8.1053543,8.0958652,8.0729132,7.8785791,7.8227839,7.7627201,7.7842069,7.752707,8.0464706,7.8380489,8.3201303,8.7083893,8.7553463,8.6886129,8.7438164,8.6116323,8.6204128,8.7023306,8.1282806,8.0179825,7.8717637,7.8099694,7.8390374,7.6503148,7.8371563,7.8381853,8.3089409,8.3774691,8.1915512,8.1414356,7.9745631,7.9911122,7.9925642,7.6599879,7.6010289,7.5258532,7.4742708,7.4568887,7.5215249,7.2600875,7.5777869,8.6458521,8.7274847,8.5032768,8.4674187,8.3074026,8.3064842,8.2974653,8.0053988,7.9327345,7.8494325,7.8317437,7.8172412,7.9304719,7.7929525,8.1441431,8.8199883,8.8711414,8.6801968,8.6640787,8.5106983,8.5110903,8.5057211,8.1998816,8.1132431,8.0135756,7.9936371,7.9907203,8.0353365,7.9604554,8.2469816,8.3809891,8.4263973,8.3839083,8.4614019,8.3461123,8.3537102,8.4553347,7.7783079,7.6697092,7.5227013,7.4578381,7.4889231,7.2658229,7.5613408,7.5402675,8.3234701,8.499651,8.2178612,8.1359863,7.9448295,7.9379039,7.9174323,7.6981087,7.6419215,7.5796123,7.5875754,7.5602236,7.8084726,7.6038256,8.0501423,8.8559017,8.9124508,8.7745428,8.7629023,8.5927114,8.5972061,8.6015663,8.2979221,8.1948519,8.0754738,8.0566549,8.0715847,8.0293493,8.0151033,8.1861305,8.4420948,8.4312248,8.2983627,8.295063,8.1681881,8.2193403,8.248271,7.8635402,7.8047714,7.7206278,7.6306753,7.6193576,7.5807467,7.3785644,7.6290665,8.8157663,8.8687401,8.7670469,8.7849483,8.6302404,8.6356735,8.6747894,8.2528124,8.1446629,8.0081501,7.9666491,7.991303,7.8773193,7.9441543,8.0089493,8.7924385,8.8370209,8.7586098,8.8083544,8.6757479,8.686656,8.7650633,8.2109222,8.1040716,7.965775,7.9020209,7.9254251,7.7418838,7.9036765,7.9630766,8.7673311,8.8223915,8.6449175,8.6351404,8.4849443,8.4894753,8.4971952,8.1380196,8.0541677,7.9550176,7.9191194,7.91535,7.9276857,7.8605351,8.1330395,8.7249546,8.7751245,8.7200117,8.7632866,8.6275005,8.6318293,8.7637014,8.2806883,8.1678133,8.010848,7.9645991,8.0078859,7.8441591,8.0081921,7.7284913,8.8905125,8.9396467,8.8927307,8.9236116,8.785553,8.789443,9.0040054,8.6264915,8.5127258,8.3553782,8.3274021,8.3844337,8.2391052,8.3660707,7.7651386,8.8061857,8.8582201,8.8062878,8.8383503,8.6951427,8.699316,8.8625994,8.4562445,8.3417683,8.183156,8.1494102,8.2021818,8.0509663,8.1833677,7.7638831,8.8017721,8.8586445,8.7808638,8.7983704,8.6388636,8.6443186,8.7197218,8.3267784,8.2133083,8.0658779,8.0317745,8.0702267,7.9369483,8.0241623,7.914547,8.8635511,8.9189224,8.7711029,8.7566605,8.5873518,8.5913105,8.5906191,8.2981043,8.1972208,8.08183,8.0653496,8.0770702,8.0516357,8.0242071,8.2218809,8.8270254,8.8768854,8.7224226,8.7227335,8.5719118,8.576252,8.5881567,8.2129145,8.1198435,8.0085278,7.9716859,7.9765949,7.9465461,7.9255276,8.1466951,8.7561741,8.8150129,8.6133232,8.5928764,8.4400692,8.4406347,8.436204,8.1223783,8.0416536,7.9483247,7.925488,7.9176888,7.9819217,7.8851023,8.1952534,8.6439543,8.7173243,8.5246325,8.499589,8.3422604,8.3480196,8.3534479,8.0085945,7.9338198,7.845356,7.8087249,7.7981486,7.8450074,7.7269554,8.033493,8.8054533,8.8506708,8.7014666,8.7081022,8.5660934,8.5768242,8.6088848,8.1954556,8.1086645,8.0038424,7.9528871,7.9534016,7.8998322,7.8810949,8.1103067,8.8177452,8.8665247,8.8192778,8.8570681,8.7238159,8.7272243,8.9203262,8.4981451,8.3860359,8.2260666,8.1882973,8.2407551,8.0874605,8.2371473,7.7242179,8.1247787,8.0784292,7.9259076,7.8869443,7.7538905,7.7937641,7.798183,7.4767046,7.4264216,7.3542609,7.2807393,7.2636228,7.2968321,6.9019032,7.1889267,8.6890697,8.7392607,8.6770954,8.7248125,8.5878077,8.593605,8.6861773,8.1594467,8.0468063,7.8938255,7.8409977,7.8773441,7.705339,7.8763905,7.7652755,8.842638,8.8880224,8.7711267,8.7944431,8.6518974,8.6610355,8.702467,8.2438564,8.1444092,8.0210972,7.9676509,7.9806857,7.8704858,7.9279423,8.0788507,8.8915787,8.9416924,8.7588387,8.735322,8.5699492,8.5721264,8.5577831,8.3087006,8.2153893,8.1134291,8.1068802,8.1083269,8.1452074,8.0740538,8.3520317,8.8346806,8.8774271,8.7414675,8.7563047,8.6167421,8.6283245,8.6696215,8.2340841,8.1435623,8.033371,7.9789848,7.983263,7.900775,7.9151554,8.1186562,8.6685314,8.7435541,8.5364504,8.5079203,8.3498793,8.3514853,8.348382,8.0300579,7.9545965,7.8668637,7.840703,7.8292775,7.906034,7.7858005,8.1105757,8.7202311,8.7726946,8.6046638,8.5969248,8.4504194,8.4615259,8.4845877,8.1001387,8.0213423,7.9266486,7.8783579,7.8721781,7.8610673,7.7848783,8.0526628,8.7709169,8.8274469,8.6232252,8.6024837,8.4500761,8.4500036,8.4437447,8.1386776,8.0574503,7.9640279,7.9439301,7.9362288,8.0058832,7.908915,8.2218904,8.3840446,8.4658165,8.2766695,8.2302761,8.0619621,8.0756645,8.0795088,7.7426815,7.6807404,7.6032991,7.5548368,7.5384855,7.6000485,7.3797612,7.6976047,8.849926,8.8925371,8.794158,8.8314552,8.6963654,8.7084227,8.7749014,8.2673645,8.1660194,8.0384226,7.9765868,7.9928174,7.8379955,7.9480119,8.0666943,8.7656107,8.8186874,8.6486206,8.6425657,8.494421,8.5011778,8.5155668,8.1393967,8.055727,7.9560523,7.9146562,7.9113445,7.9063883,7.8470788,8.1100721,8.6821156,8.7508335,8.5020628,8.4646149,8.3118296,8.3078241,8.2922974,8.0376682,7.9674759,7.8889813,7.8845468,7.8662586,8.0284853,7.8767238,8.2639189,8.2631559,8.4577675,8.2342281,8.1527023,7.9434586,7.9446731,7.9355512,7.6454501,7.5842333,7.5120296,7.4840541,7.4648709,7.5962968,7.40097,7.7641263,8.8252516,8.865612,8.7270689,8.7401972,8.6034317,8.6177578,8.6672564,8.2354021,8.1489496,8.0439224,7.9868441,7.9881182,7.9051237,7.9085827,8.1232786,8.4271488,8.4751101,8.4291677,8.49685,8.3749428,8.3812122,8.4793863,7.8576474,7.7478023,7.5965018,7.5380645,7.5732574,7.3748093,7.6306996,7.5398192,8.7429314,8.803463,8.6081734,8.5894852,8.436533,8.4384604,8.437686,8.1086159,8.0279551,7.9339147,7.9062543,7.8989539,7.9495664,7.8567677,8.15833,8.8430042,8.8952541,8.759922,8.7615347,8.6037378,8.6076689,8.6221476,8.2567158,8.1558142,8.0342598,8.00177,8.0153856,7.958602,7.9640779,8.1297817,8.7785015,8.8337669,8.7607164,8.7860155,8.6320553,8.6371822,8.7185278,8.2942152,8.1803484,8.0297136,7.9909301,8.0302658,7.8869495,7.9941416,7.8742118,8.8377094,8.892643,8.831625,8.8535814,8.7007046,8.7059393,8.8414192,8.463213,8.3492126,8.1963243,8.1656914,8.2141285,8.07201,8.176322,7.8419595,8.5924416,8.6410789,8.5896149,8.6454992,8.5172176,8.5224895,8.6368599,8.0825272,7.9711432,7.8167777,7.7632432,7.8016763,7.6214528,7.829524,7.6430712,8.5817118,8.6804838,8.4418993,8.3959503,8.2301378,8.2277012,8.2152262,7.9414258,7.8727751,7.7947268,7.7825203,7.7646379,7.9101887,7.7529526,8.1280584,8.8319082,8.8819284,8.6889191,8.6714849,8.5173845,8.5174665,8.5101376,8.2154636,8.1283808,8.028945,8.0119114,8.009078,8.0586786,7.9819245,8.2713976,8.7616053,8.8175888,8.5915918,8.5643177,8.4133549,8.4111347,8.3988276,8.1253328,8.0481892,7.961154,7.9503446,7.9381042,8.0520515,7.9312711,8.2799063,8.7300053,8.7784805,8.7071381,8.7554789,8.6185484,8.6263409,8.701107,8.1573963,8.0466118,7.8999782,7.8419328,7.8716936,7.6968112,7.8600864,7.8550291,8.8488045,8.9054585,8.7751703,8.7676182,8.5987997,8.603404,8.6137171,8.2937651,8.189333,8.0663862,8.0441608,8.0615578,8.005518,8.0042124,8.1512222,8.7979889,8.8539085,8.7694426,8.7880306,8.6298599,8.6351748,8.695591,8.2877598,8.175374,8.0304031,7.9932818,8.0274448,7.8976712,7.9821043,7.9389553,8.8203783,8.8775797,8.7782583,8.785799,8.6213903,8.6267653,8.6664982,8.2953043,8.1850758,8.0477505,8.0162573,8.044898,7.9384861,7.9897723,8.0178976,8.3709784,8.5390186,8.2751856,8.1996393,8.0087309,8.0037022,7.9859033,7.7454371,7.6853456,7.617918,7.6158419,7.5919776,7.7999187,7.608633,8.0267143,8.8256559,8.8812094,8.7744951,8.7827177,8.6210079,8.6260195,8.6586885,8.2788544,8.1705294,8.0361958,8.0025797,8.0274696,7.9285569,7.9739957,8.0412312,8.8701916,8.9185047,8.7272825,8.706521,8.5477543,8.5483189,8.5365658,8.2705746,8.1806011,8.0803099,8.0701141,8.069068,8.1185923,8.0426855,8.3303251,8.8319044,8.8902388,8.7796526,8.7784805,8.609148,8.6146469,8.6401968,8.3000002,8.1914148,8.0600233,8.0341415,8.0588131,7.9720006,7.9988608,8.0757351,8.6465244,8.6522131,8.527153,8.5364199,8.4127054,8.457943,8.5267706,8.119441,8.0550261,7.9657755,7.8798971,7.872786,7.7790642,7.6918116,7.9170952,8.9589233,8.9852581,8.8798199,8.9089622,8.7937469,8.8165655,8.965066,8.518013,8.4336081,8.3317137,8.2673235,8.270937,8.0670977,8.1828604,8.3458452,8.8995037,8.9263763,8.8073139,8.8276548,8.7069616,8.7297401,8.8495331,8.4187222,8.3372602,8.2384911,8.1742859,8.1741962,8.0132408,8.0712347,8.2602892,8.8822765,8.9381075,8.7797337,8.7572641,8.5832081,8.5879068,8.5773277,8.3207407,8.221199,8.1118011,8.1033878,8.1116657,8.1074419,8.0595131,8.2926493,8.8392286,8.8907804,8.761055,8.7672386,8.6117353,8.6162386,8.6354237,8.2505951,8.1490717,8.0254955,7.9889803,8.0036087,7.9345369,7.9521556,8.1067591,8.8545246,8.9071274,8.7541771,8.7452135,8.5837135,8.5865135,8.5892677,8.2689295,8.1708508,8.0563145,8.0334444,8.0427742,8.0212059,7.9952879,8.2014732,8.2719097,8.4841061,8.2267237,8.1378736,7.9280362,7.923768,7.9065619,7.6612473,7.6018143,7.5347481,7.5277586,7.5046816,7.7037673,7.512145,7.9221225,8.8905315,8.9283428,8.82973,8.8687496,8.740777,8.7566748,8.8472815,8.3400021,8.2434959,8.1231098,8.0567722,8.0693064,7.8955755,8.0165997,8.1509237,8.6457844,8.6943102,8.6346159,8.6906061,8.5587149,8.5656996,8.6548805,8.0844727,7.9727449,7.8216562,7.7634263,7.7969666,7.6113729,7.8082294,7.7435637,7.9497361,8.2843866,8.054287,7.9252181,7.6593227,7.6581645,7.6445479,7.3765759,7.3203354,7.254477,7.2253942,7.2046418,7.3634505,7.1593504,7.53547,8.859683,8.8980732,8.7734432,8.7956257,8.6621408,8.6773062,8.7404537,8.284585,8.1944761,8.0842428,8.0237789,8.0288916,7.9131742,7.9567018,8.1446199,8.8845444,8.9327087,8.7412052,8.7183094,8.5571728,8.5582151,8.5440588,8.2915335,8.2008085,8.1011038,8.0939655,8.0930567,8.1443882,8.066206,8.3572435,8.8426714,8.8916101,8.6956396,8.6766272,8.5219097,8.5217581,8.5123768,8.2293835,8.1422005,8.0435057,8.029418,8.0263042,8.0824518,8.0023642,8.2970409,8.6756773,8.5609341,8.0377636,7.9651494,7.928257,7.9138861,7.8934884,7.8531127,7.8274388,7.806881,7.8348432,7.7484245,8.4693623,8.1093283,8.8901749,8.3743668,8.2591095,7.829092,7.7863173,7.7443495,7.7313004,7.7093778,7.648828,7.6606784,7.6321349,7.6330419,7.5644684,8.1502705,7.7956123,8.5920134,8.1411781,8.0127182,7.6348314,7.5950136,7.5454965,7.531796,7.5077181,7.4312534,7.4524159,7.4179621,7.4099507,7.3567605,7.8641243,7.4799719,8.2164068,8.2566071,8.0716209,7.6767139,7.6135812,7.5564227,7.5417867,7.5153375,7.4364967,7.3931422,7.3541045,7.3674936,7.3109231,7.8355942,7.2979503,7.9565501,7.941781,7.7101068,7.3897552,7.3286233,7.2679448,7.2531347,7.2234163,7.1193032,7.072166,7.0256119,7.0139194,6.9782157,7.3820715,6.7625184,7.3510585,8.4063911,8.2749701,7.8500347,7.8040309,7.7576261,7.7442627,7.7213979,7.654973,7.6424565,7.6104755,7.6126776,7.5487728,8.1161203,7.7219625,8.47575,8.2024555,8.0112991,7.6354103,7.5761538,7.5190744,7.5046062,7.4776669,7.3924112,7.3506203,7.3097878,7.3137054,7.2625241,7.7538896,7.2123122,7.8623037,8.2932739,8.1233959,7.710465,7.6443491,7.5865855,7.5716934,7.5458484,7.4733939,7.429503,7.3925724,7.4152756,7.3548541,7.9115391,7.3963695,8.0647583,8.4057083,8.2835484,7.8200035,7.7512846,7.6984239,7.6823797,7.6582804,7.6029987,7.5648293,7.5357494,7.580946,7.5094657,8.150466,7.7426014,8.4569912,7.8075075,7.5368266,7.2017035,7.1149402,7.0480199,7.0311942,6.9984932,6.9044356,6.8506446,6.8055406,6.8258381,6.7809057,7.2406383,6.4911342,7.0607085,8.6477604,8.5358315,8.0066147,7.921546,7.8848653,7.8690796,7.8475804,7.809124,7.7838221,7.7649922,7.798419,7.7074771,8.4409771,8.0914307,8.8707466,8.61166,8.4868259,8.0039167,7.949193,7.9081483,7.8951893,7.8746104,7.8232551,7.7978425,7.7713647,7.7868862,7.7114711,8.3664417,7.9810295,8.7508802,8.3903542,8.2812672,7.8016386,7.7292218,7.6801872,7.6627135,7.6383467,7.5896182,7.5550036,7.5299444,7.5903754,7.5142641,8.1881428,7.8188763,8.5487986,8.7120476,8.5961704,8.0767708,8.0153379,7.9799094,7.9670358,7.9479718,7.9067569,7.8835373,7.8621817,7.8815656,7.7979937,8.5097322,8.1463041,8.9385777,8.312335,8.169898,7.7685471,7.7221694,7.672266,7.6586065,7.6344061,7.5599971,7.5418334,7.5066152,7.5040431,7.4482455,7.9786267,7.5582809,8.2810307,8.540432,8.4172001,7.9317579,7.8650012,7.8195086,7.8045974,7.7822509,7.7317896,7.6987801,7.6724076,7.7059278,7.629323,8.2961435,7.903811,8.6465111,8.126997,7.9870729,7.6193433,7.5774388,7.5256562,7.5117526,7.4863586,7.4037743,7.3997211,7.3626142,7.3476014,7.3035612,7.7885704,7.3767281,8.0845242,8.4279852,8.2889481,7.8612266,7.812139,7.7644219,7.7509665,7.7278585,7.6606855,7.637794,7.6048975,7.6098046,7.5463233,8.1155329,7.7007518,8.4381609,7.9856615,7.8447847,7.4633775,7.3795471,7.2976561,7.2815328,7.2538285,7.1772237,7.1252613,7.0858436,7.1284714,7.075479,7.6027679,7.0569811,7.6742315,8.4611006,8.3155432,7.870069,7.8110538,7.7611327,7.747098,7.7237458,7.6606736,7.6248298,7.5924292,7.611495,7.5443192,8.144269,7.7009869,8.4169006,8.504035,8.3709688,7.9040089,7.8410764,7.7928877,7.7784357,7.7556629,7.6994305,7.6642475,7.634861,7.6625199,7.5905495,8.2267723,7.8092561,8.5377283,8.2112923,8.0526695,7.6711712,7.6220117,7.569407,7.5557723,7.5303707,7.4489679,7.4185114,7.3802075,7.3732038,7.3272657,7.8290944,7.3670807,8.0526085,8.5786467,8.4577818,7.9860196,7.936306,7.8962798,7.8836722,7.8631897,7.8102446,7.793685,7.7670674,7.7761059,7.7018199,8.3407745,7.9685988,8.7553453,7.9198956,7.659811,7.331841,7.2592287,7.1971288,7.1818352,7.1509514,7.0509467,6.9997339,6.9536824,6.9581575,6.9152641,7.3426547,6.6493726,7.2276678,8.4442549,8.2979383,7.8647866,7.8111582,7.762044,7.748385,7.7250361,7.6583953,7.6271243,7.5937624,7.6041455,7.5396938,8.1173344,7.6803536,8.4022789,8.3461485,8.185709,7.7781839,7.7241402,7.6716971,7.6577473,7.6329904,7.5582261,7.5240283,7.4874291,7.4934092,7.4352665,7.9733872,7.5040841,8.1995764,8.5669432,8.4585781,7.9244242,7.8090181,7.7722669,7.7532954,7.7289324,7.6925268,7.6687369,7.6529617,7.693119,7.5921645,8.3392086,8.0100231,8.7849922,8.3456717,8.2048063,7.7665334,7.6987371,7.6413894,7.6259637,7.6010914,7.5375271,7.4953723,7.4620833,7.4976811,7.4320335,8.0315723,7.5732708,8.2623043,8.3208284,8.1861162,7.7805963,7.7360954,7.6876168,7.6740141,7.6502848,7.5784316,7.5699191,7.5360947,7.5340381,7.4753027,8.0140896,7.6134601,8.3535166,10.64451,10.688601,10.767925,10.814647,10.704198,10.687266,10.641259,10.736591,10.51915,10.501245,10.613519,10.64275,10.603626,10.042471,9.9753733,10.587069,10.613704,10.685241,10.721437,10.628797,10.610975,10.580066,10.705059,10.496848,10.486754,10.585087,10.605109,10.618152,10.040822,9.9975452,10.222306,10.28545,10.344799,10.42973,10.333453,10.31597,10.270709,10.361715,10.200717,10.182271,10.288088,10.331488,10.261097,9.8625221,9.8426476,10.670146,10.717702,10.798835,10.842835,10.727344,10.710432,10.660745,10.748025,10.525165,10.504207,10.615978,10.646302,10.584647,10.033344,9.9616346,10.08561,10.154884,10.213109,10.309505,10.216035,10.198949,10.153808,10.241479,10.07965,10.061583,10.163219,10.212133,10.130069,9.7621002,9.7486858,10.659503,10.714852,10.79423,10.835914,10.714516,10.697183,10.644251,10.727365,10.511607,10.487659,10.599756,10.631277,10.544597,10.025184,9.9597015,10.867869,10.889835,10.987097,11.018243,10.908359,10.893292,10.844992,10.916505,10.624975,10.603362,10.702737,10.728858,10.674783,10.013128,9.8925962,10.512161,10.571731,10.642959,10.698119,10.584233,10.566718,10.516912,10.606164,10.416254,10.394733,10.506976,10.541496,10.465389,9.9914751,9.9462185,10.128908,10.18457,10.240236,10.345511,10.265378,10.247734,10.207079,10.304459,10.155684,10.140759,10.242376,10.290507,10.243866,9.8408051,9.8250494,10.416472,10.483122,10.549573,10.609332,10.495145,10.477431,10.427017,10.514442,10.336927,10.314466,10.425562,10.462555,10.372539,9.9444656,9.9123983,10.570779,10.607628,10.68167,10.73305,10.634909,10.618007,10.579113,10.684727,10.476755,10.462788,10.568834,10.59664,10.582819,10.025761,9.9699278,10.413583,10.470659,10.537215,10.605159,10.501595,10.484098,10.438109,10.53259,10.355813,10.337188,10.447301,10.484298,10.425202,9.9653397,9.9293118,10.24108,10.279986,10.327399,10.390511,10.317897,10.299487,10.272185,10.400799,10.275528,10.266779,10.355174,10.383481,10.380427,9.9812717,9.9981871,10.213273,10.26066,10.315833,10.406126,10.32799,10.310407,10.274158,10.381122,10.234196,10.221667,10.321709,10.362541,10.337132,9.9133949,9.900445,11.178605,11.364796,11.950104,12.121341,11.915396,11.910899,11.773756,11.791306,11.735759,11.567883,11.809704,11.800031,11.757991,11.617561,11.565699,10.772677,10.882475,11.391821,11.305943,11.176563,11.172941,10.992326,11.017089,10.911443,10.749072,11.043821,11.092728,10.941319,10.881509,10.864968,9.8568087,9.9027691,10.185161,9.8235846,9.7144976,9.7156477,9.5503874,9.5788059,9.4703083,9.3279219,10.016421,10.113615,9.8343229,9.7615623,9.7720623,10.754479,10.873917,11.351304,10.933343,10.773677,10.772073,10.592461,10.603127,10.49182,10.347145,10.565869,10.634049,10.518783,10.420762,10.410441,10.459334,10.554525,10.934289,10.492735,10.354727,10.353238,10.169409,10.18804,10.062455,9.9182634,10.24755,10.335242,10.148597,10.059813,10.060312,10.523467,10.623859,11.023747,10.419723,10.267821,10.266791,10.079491,10.089337,9.9619503,9.8242044,10.084005,10.17682,10.022586,9.9215927,9.9227467,11.953988,11.991598,13.474249,14.178895,14.134865,14.133613,14.073872,14.076097,14.04689,13.618979,13.685443,13.505911,13.494431,13.687693,13.676653,10.512435,10.606062,11.016064,10.889361,10.778341,10.774419,10.588252,10.621531,10.513622,10.365104,10.773707,10.843245,10.634044,10.567264,10.555868,10.128205,10.19514,10.512649,10.291592,10.192648,10.191002,10.014999,10.052031,9.9469805,9.806139,10.396066,10.484203,10.215349,10.145449,10.144794,10.248143,10.326546,10.659328,9.8909225,9.7416792,9.7432146,9.5578012,9.5667639,9.4265509,9.289237,9.6209078,9.7322493,9.5446367,9.4419565,9.4557924,8.8856831,8.8706045,9.0734186,8.4368706,8.2930241,8.309206,8.1754093,8.1855059,8.0478563,7.851831,8.8696585,8.9798784,8.6957788,8.6301584,8.6737242,10.102634,10.170193,10.477052,9.9287605,9.7967367,9.7979956,9.6220808,9.6410017,9.5104027,9.3656569,9.8370628,9.9403191,9.7093267,9.622098,9.6350508,10.546067,10.650091,11.064745,10.004862,9.8435383,9.8436394,9.6478367,9.645587,9.532383,9.4243631,9.5903912,9.7063417,9.6078176,9.4724321,9.4747448,8.7872429,8.8041697,8.9556208,8.5468807,8.4291487,8.440959,8.2972364,8.3273144,8.1604748,7.8352537,8.6565676,8.7526178,8.4389038,8.4285297,8.4874382,10.671782,10.782013,11.233413,10.868096,10.72071,10.718604,10.536293,10.551765,10.434668,10.286471,10.54638,10.617864,10.472553,10.385525,10.377841,10.389774,10.478746,10.845656,10.0161,9.8609676,9.8613434,9.6703434,9.6749229,9.5390549,9.4086046,9.6679211,9.7780733,9.6201544,9.509634,9.5185957,11.248736,11.367113,12.169381,12.399509,12.266501,12.265472,12.120681,12.13695,12.058705,11.834148,12.032232,12.008393,11.942096,11.941482,11.913956,9.7772417,9.8104792,10.098272,8.6056852,8.4278145,8.440937,8.2581177,8.2545004,8.0742741,7.9228606,8.2265739,8.3761196,8.2232113,8.1007586,8.1420326,10.960009,11.101468,11.644639,11.485348,11.313659,11.311999,11.149101,11.163723,11.07195,10.915391,11.12606,11.161794,11.080082,10.977768,10.954012,10.456644,10.549929,10.941157,9.9563828,9.7969913,9.7966146,9.5999393,9.5983849,9.4691305,9.3492842,9.5551586,9.6706095,9.5413437,9.4189701,9.4251947,10.866017,10.994658,11.514194,11.240748,11.077936,11.076318,10.904405,10.917275,10.815054,10.66228,10.875674,10.926601,10.827084,10.733213,10.716517,10.848664,10.884745,11.738667,12.172872,12.078826,12.062304,11.885852,11.896041,11.847292,11.61957,12.147282,12.114441,11.990078,12.062505,12.035696,9.6610003,9.6913719,9.9551926,9.3946972,9.2670841,9.271842,9.1112947,9.1284628,9.0063028,8.8597174,9.5712471,9.6786022,9.4126692,9.333065,9.354599,11.153893,11.255505,12.040443,12.313946,12.200361,12.19644,12.033679,12.054613,11.973619,11.753987,11.997505,11.981734,11.889413,11.906293,11.879942,10.74227,10.857865,11.33634,10.997363,10.845543,10.843499,10.663589,10.677711,10.564816,10.414635,10.654606,10.71946,10.590132,10.50304,10.492535,8.9290447,8.9749374,9.1127567,8.6579714,8.5199127,8.5284538,8.3676138,8.4009418,8.1836405,7.7367253,8.2322865,8.3230381,8.0461187,8.0517492,8.1222048,10.728074,10.850502,11.307242,10.737314,10.569784,10.568881,10.387771,10.394764,10.285681,10.153419,10.350705,10.42935,10.32746,10.21034,10.201842,11.298893,11.425435,12.243071,12.499214,12.358034,12.358026,12.222013,12.237579,12.166186,11.938237,12.128805,12.096384,12.043167,12.034473,12.003445,11.80455,11.857027,13.207058,13.848906,13.787944,13.786398,13.702321,13.708236,13.668435,13.286415,13.385125,13.239069,13.217824,13.382146,13.36663,11.293283,11.378288,12.310644,12.719144,12.620057,12.615554,12.463871,12.480965,12.41207,12.156458,12.387438,12.339683,12.266236,12.330037,12.304377,9.872653,9.9166784,10.205758,8.9778662,8.8113394,8.8202486,8.6378183,8.6367617,8.4722509,8.3306351,8.6879253,8.826396,8.6494131,8.535017,8.5686016,10.829407,10.945054,11.473862,11.342906,11.202637,11.199757,11.023154,11.043219,10.937639,10.773895,11.032321,11.078633,10.947343,10.882381,10.865956,10.07403,10.133777,10.449716,9.2579689,9.097558,9.1029606,8.9128799,8.9116783,8.7588663,8.6311369,8.928071,9.0635319,8.897438,8.7785416,8.8035173,10.606558,10.642738,11.343681,11.69451,11.599741,11.581008,11.376108,11.391889,11.335378,11.147622,11.761819,11.763053,11.605103,11.640399,11.611438,9.0656433,9.0555534,9.2783375,8.7116804,8.5830336,8.5947189,8.4552679,8.4677505,8.3533659,8.1951971,9.2186108,9.3270454,9.0331917,8.9631615,8.9955196,11.035727,11.193023,11.741228,11.696948,11.512989,11.510719,11.356748,11.373657,11.293136,11.135516,11.353893,11.37543,11.308312,11.188541,11.156106,10.918317,11.040379,11.608947,11.504429,11.356777,11.354436,11.183741,11.201134,11.100654,10.931603,11.16394,11.20026,11.090888,11.026525,11.007339,9.6102428,9.6381044,9.8958969,8.4925718,8.2940445,8.3120403,8.1403637,8.1422186,7.9274073,7.7008529,8.0018644,8.1432476,7.9872551,7.8793736,7.9325352,10.852041,10.958648,11.527853,11.585864,11.466427,11.461917,11.280651,11.308014,11.210814,11.037925,11.342896,11.376006,11.231927,11.193005,11.171212,10.565242,10.673513,11.090118,10.008072,9.8487368,9.8499975,9.6569242,9.6569338,9.5519543,9.4497309,9.6062412,9.7232141,9.6344013,9.4944077,9.4966545,10.30193,10.375645,10.752769,9.2824287,9.128602,9.1293592,8.9221439,8.9123259,8.7825909,8.6827955,8.8545713,8.9990101,8.8849039,8.7432079,8.7561064,11.059113,11.186715,11.833549,11.858568,11.709168,11.707365,11.547517,11.564357,11.474316,11.289073,11.504381,11.517956,11.432174,11.381543,11.356828,10.952052,11.087314,11.642869,11.486538,11.321513,11.319877,11.154803,11.169328,11.074526,10.913759,11.125753,11.16189,11.074115,10.984311,10.962419,10.028448,10.069602,10.42621,8.4599304,8.3138018,8.3210402,8.1146669,8.1054649,7.9692087,7.8801675,8.052639,8.2240791,8.1199722,7.9663019,7.991796,10.199977,10.268126,10.61107,10.52103,10.43469,10.431411,10.247348,10.290934,10.196121,10.059401,10.665019,10.745702,10.476695,10.413826,10.404657,10.810491,10.954729,11.3949,10.933374,10.74936,10.7473,10.576245,10.587111,10.49259,10.367783,10.564886,10.63246,10.551804,10.403392,10.386809,10.97948,11.128699,11.661976,11.52867,11.349813,11.347887,11.188258,11.203712,11.116315,10.962708,11.175626,11.208166,11.132881,11.017559,10.99059,11.163797,11.303308,11.991102,12.106871,11.947484,11.946392,11.798894,11.81531,11.737226,11.543637,11.749817,11.745393,11.681957,11.62561,11.594169,11.545038,11.637258,12.715345,13.176764,13.077956,13.079766,12.970015,12.982131,12.922091,12.619331,12.769676,12.682881,12.64462,12.729021,12.705644,11.124505,11.260097,11.930585,12.005506,11.848898,11.847582,11.695448,11.71178,11.629035,11.439444,11.647323,11.650258,11.579466,11.523789,11.494984,11.182544,11.33856,11.998002,12.143094,11.967483,11.965799,11.823401,11.840384,11.771023,11.585043,11.799877,11.791616,11.738585,11.654274,11.615695,8.4160814,8.4708357,8.5685768,8.1684694,7.9946532,8.0034142,7.8460555,7.9030995,7.5953202,6.7385225,6.9224992,6.9846277,6.7913527,6.8304105,6.9240646,11.48449,11.534399,12.70858,13.286411,13.213765,13.208098,13.083697,13.093266,13.047132,12.725863,12.94519,12.844093,12.792068,12.930633,12.91082,10.994474,11.112611,11.740871,11.774906,11.637913,11.635127,11.467233,11.487226,11.392369,11.208647,11.447265,11.467483,11.360806,11.32025,11.297806,10.536028,10.637486,11.048989,10.10288,9.9414587,9.9407282,9.7454033,9.7440681,9.6227293,9.5047121,9.6929455,9.8029995,9.6884394,9.5632849,9.5655479,10.962255,11.067418,11.71349,11.864882,11.747899,11.74328,11.566319,11.591889,11.501224,11.313267,11.599769,11.615263,11.490644,11.472053,11.447371,11.055432,11.22191,11.757675,11.750481,11.55837,11.555561,11.404943,11.422927,11.347632,11.192923,11.418267,11.43576,11.374178,11.239547,11.202724,10.394542,10.477522,10.877445,9.4184122,9.268301,9.2679834,9.0594397,9.0496893,8.9334955,8.8389425,8.9881124,9.1299801,9.0313168,8.8866673,8.8946447,11.13016,11.284623,11.908834,11.989095,11.812785,11.810977,11.663603,11.68067,11.606097,11.429135,11.644669,11.64727,11.58775,11.495178,11.459498,9.7290201,9.7661009,10.032077,9.1720123,9.0204601,9.0282345,8.8596096,8.8670397,8.7169886,8.5638065,9.103775,9.2255468,9.000145,8.9061766,8.9370117,10.597011,10.700554,11.126905,10.840524,10.706008,10.70336,10.520207,10.542174,10.424948,10.275255,10.587924,10.660394,10.486886,10.407388,10.400113,11.032956,11.17526,11.764587,11.715168,11.546805,11.545165,11.387426,11.403228,11.316361,11.147831,11.35954,11.381033,11.305283,11.217273,11.189994,11.016357,11.1951,11.66361,11.616424,11.409836,11.406124,11.25615,11.275928,11.202808,11.064446,11.29993,11.324958,11.264932,11.092064,11.052739,11.273978,11.423594,12.168872,12.41001,12.244258,12.243527,12.109775,12.125907,12.062461,11.854034,12.059103,12.031514,11.9868,11.932618,11.892965,10.660545,10.774006,11.216188,10.583715,10.421189,10.420038,10.234094,10.239736,10.123311,9.9907837,10.197068,10.283496,10.167672,10.055995,10.051334,11.064131,11.174903,11.870701,12.030953,11.906532,11.90311,11.736498,11.758231,11.66958,11.470227,11.716041,11.720105,11.616917,11.60333,11.578414,10.840679,10.936031,11.539775,11.70512,11.598513,11.592387,11.404104,11.43358,11.34467,11.167737,11.51831,11.543116,11.395446,11.375375,11.350081,9.9488745,9.9876432,10.318181,8.5289021,8.3684187,8.3775663,8.1789112,8.1709414,8.0169039,7.9084516,8.1243305,8.2879648,8.1663084,8.0230989,8.0543356,10.2062,10.272148,10.62588,9.1774426,9.0202618,9.0237036,8.8213396,8.8140354,8.6733799,8.5671053,8.7695208,8.9151478,8.7863073,8.6499062,8.668807,10.852096,10.974648,11.500953,11.274062,11.120024,11.117986,10.944038,10.95892,10.85393,10.695743,10.922994,10.972491,10.860648,10.780201,10.764334,10.590727,10.696917,11.118941,10.4587,10.300422,10.299261,10.110929,10.116949,9.9941101,9.8606329,10.08425,10.176337,10.044549,9.9366302,9.9353962,10.856844,10.992583,11.487063,11.150216,10.977861,10.976514,10.805941,10.817723,10.718678,10.575604,10.780243,10.835859,10.746045,10.631776,10.61451,11.564262,11.639567,12.773316,13.295656,13.209749,13.207498,13.089171,13.100224,13.043471,12.729101,12.883687,12.788784,12.747218,12.857764,12.835921,9.5320597,9.5560312,9.803299,8.8912926,8.7318211,8.7432165,8.5813246,8.5870504,8.4267664,8.2569036,8.8509979,8.9751883,8.7477541,8.6568832,8.6955261,11.037022,11.130811,11.867266,12.139323,12.032276,12.026479,11.850327,11.874126,11.792996,11.58683,11.884295,11.879957,11.768112,11.780994,11.754037,11.343321,11.471848,12.31712,12.610772,12.468795,12.469703,12.340789,12.356488,12.290548,12.055198,12.241081,12.199535,12.153923,12.148176,12.115197,9.8162041,9.8600483,10.13459,9.417779,9.2765903,9.2818012,9.112854,9.1249781,8.9862814,8.8380203,9.3955164,9.5099173,9.2732573,9.1837177,9.2080154,10.338432,10.42382,10.774541,10.425838,10.302796,10.301083,10.120153,10.146278,10.025373,9.8801384,10.299479,10.387518,10.166655,10.085809,10.086707,10.627313,10.719231,11.203732,11.252579,11.15054,11.14508,10.95242,10.9878,10.892325,10.737259,11.151633,11.202696,11.01232,10.966008,10.945484,9.0787134,9.1161737,9.2729387,8.644083,8.4697571,8.4832354,8.3414326,8.3821402,8.1286373,7.5843129,8.0037041,8.0970592,7.8662143,7.8462944,7.9160256,8.7490511,8.7927179,8.9128361,8.3751678,8.1863518,8.1991863,8.0716963,8.1525421,7.8262062,6.8985548,7.1169386,7.18646,7.0054903,7.0150166,7.0932169,10.690284,10.767299,11.35459,11.561931,11.465642,11.45725,11.259215,11.289522,11.209961,11.041088,11.494477,11.522578,11.356309,11.343077,11.316611,9.3463888,9.3732786,9.5796003,8.6442976,8.4536877,8.4706564,8.3188486,8.3348026,8.1085482,7.7771254,8.2247725,8.3415051,8.1327,8.0647469,8.1253242,10.670208,10.795066,11.217014,10.400465,10.230505,10.230646,10.047171,10.052083,9.9522953,9.8421402,10.01219,10.109724,10.025093,9.8807745,9.8761864,11.206785,11.318853,12.108218,12.340203,12.214542,12.21244,12.060169,12.078179,11.996778,11.775142,11.986599,11.968142,11.890175,11.895507,11.869286,11.442122,11.536111,12.536737,12.955153,12.851445,12.850409,12.721484,12.735313,12.66851,12.390321,12.564054,12.49763,12.445841,12.514306,12.48965,10.879776,11.024053,11.507233,11.198372,11.018405,11.016719,10.849813,10.862709,10.768675,10.629385,10.834868,10.887237,10.805173,10.676285,10.655841,10.73786,10.866484,11.312507,10.707555,10.534879,10.534349,10.355438,10.362705,10.259321,10.134292,10.322408,10.402785,10.311619,10.18058,10.171194,8.887105,8.8860626,9.0700626,8.4970522,8.3542767,8.3714924,8.2405424,8.2613068,8.0969896,7.8261647,8.7129669,8.8178921,8.5311813,8.4848557,8.5381956,10.953531,11.03213,11.774801,12.090602,11.990575,11.981978,11.797045,11.819732,11.745183,11.540682,11.905938,11.900446,11.779438,11.803979,11.776109,9.1122417,9.1466198,9.3169594,8.5132275,8.3151922,8.332387,8.1946869,8.2448578,7.9626069,7.3260074,7.6434817,7.7389746,7.5546675,7.5189815,7.5867376,11.484056,11.593631,12.586205,12.99511,12.876321,12.878654,12.765085,12.779152,12.720039,12.442961,12.604247,12.532082,12.495664,12.54203,12.512864,8.8602324,8.9153481,9.0403547,8.5719156,8.4141235,8.4229031,8.2621002,8.3020859,8.0434456,7.4505272,7.7746801,7.8566356,7.6133742,7.6315045,7.7116213,9.4751387,9.4983912,9.7334385,8.7101984,8.5316753,8.5466347,8.3863096,8.3915386,8.2014799,7.989749,8.5006857,8.6276894,8.4175091,8.3284578,8.3775406,10.968903,11.129687,11.620177,11.476772,11.28528,11.282589,11.125305,11.141964,11.058728,10.916018,11.135086,11.169884,11.099911,10.955517,10.925221,11.962901,12.000075,13.488644,14.194118,14.150595,14.149315,14.091424,14.092884,14.063309,13.632607,13.699203,13.517715,13.506311,13.699914,13.689141,8.462657,8.4950924,8.6151285,8.034215,7.8665905,7.8818607,7.7830172,7.9400859,7.581377,6.2675309,6.4453535,6.5035057,6.385736,6.3842134,6.4354315,10.379265,10.468172,10.827457,10.432925,10.303389,10.301867,10.119843,10.142708,10.018814,9.8737822,10.256263,10.344995,10.137022,10.052648,10.054068,10.803535,10.91434,11.439794,11.376285,11.246534,11.242906,11.063324,11.087756,10.983666,10.818631,11.106682,11.151643,11.005841,10.949173,10.931551,10.761777,10.909229,11.308339,10.706729,10.516355,10.510272,10.334521,10.343381,10.253866,10.145041,10.338064,10.418885,10.343906,10.170773,10.15529,10.856339,10.988458,11.492809,11.172877,11.004689,11.003281,10.831689,10.843604,10.742629,10.595716,10.803215,10.857755,10.763485,10.658124,10.641501,9.8917694,9.9407988,10.226123,9.8551607,9.7444544,9.7454748,9.578927,9.6069384,9.4962282,9.353282,10.016553,10.113914,9.838954,9.7651196,9.7754965,10.144235,10.195139,10.573067,8.6066828,8.4667368,8.4712448,8.2591591,8.2484217,8.1244431,8.0447721,8.1870127,8.3572645,8.2629137,8.1042395,8.1231232,10.577928,10.687886,11.105754,10.06225,9.9016619,9.9028072,9.7108145,9.7113647,9.6062689,9.5023394,9.6612597,9.7755451,9.6862917,9.5469818,9.5484877,11.80236,11.854135,13.204902,13.847769,13.787427,13.785882,13.701598,13.707856,13.668489,13.286589,13.385424,13.239521,13.217968,13.38331,13.367917,11.906864,11.94893,13.390904,14.077442,14.028324,14.027078,13.959588,13.963421,13.931459,13.518327,13.593493,13.424645,13.410424,13.59563,13.583214,10.6783,10.806163,11.223713,10.410248,10.238744,10.238026,10.054926,10.060086,9.9634314,9.8555136,10.025139,10.122722,10.041199,9.8916311,9.8862352,11.356007,11.459031,12.376262,12.7248,12.610808,12.609641,12.472248,12.487681,12.415356,12.160076,12.347388,12.299479,12.239523,12.282039,12.256127,9.732564,9.7625942,10.045494,8.5070572,8.3211069,8.3364182,8.1556311,8.1524754,7.9606452,7.7936187,8.0792007,8.2295036,8.0827894,7.9606905,8.0059977,10.909915,11.070894,11.519574,11.275103,11.079516,11.076386,10.915874,10.931705,10.845854,10.71464,10.930737,10.977384,10.905238,10.743903,10.716694,10.641506,10.736438,11.217208,11.240936,11.135458,11.130293,10.939598,10.974052,10.875996,10.720345,11.117238,11.169406,10.981406,10.931885,10.912389,10.887657,11.022516,11.538444,11.268428,11.099358,11.097873,10.928807,10.941612,10.843264,10.693452,10.901886,10.950823,10.860105,10.755962,10.737257,10.338017,10.423567,10.773756,10.40481,10.279833,10.278281,10.097304,10.122357,10.000187,9.8550529,10.267387,10.356389,10.137871,10.055798,10.057408,10.397015,10.487612,10.851815,10.206447,10.058518,10.058332,9.8718367,9.8830223,9.7498121,9.6116343,9.9120207,10.012563,9.8365192,9.736558,9.7431269,11.581975,11.653999,12.808843,13.345976,13.263103,13.260721,13.144394,13.155127,13.100248,12.780053,12.931673,12.832306,12.792156,12.909453,12.888221,11.623751,11.692131,12.884026,13.442535,13.363626,13.3614,13.250707,13.260536,13.20844,12.877027,13.018739,12.910748,12.874499,13.001233,12.980994,10.06115,10.108242,10.459079,8.6457663,8.4955168,8.5021572,8.2976036,8.2889233,8.1493921,8.0543032,8.2415438,8.4061928,8.2923012,8.1447449,8.1696177,10.901896,11.056299,11.521537,11.25528,11.066103,11.0636,10.900726,10.91533,10.826541,10.691591,10.902756,10.951119,10.875648,10.728294,10.703692,10.867164,11.026429,11.45159,11.122208,10.925445,10.921763,10.758234,10.772894,10.685338,10.561535,10.773322,10.828929,10.755554,10.585623,10.561254,8.8672352,8.9208412,9.0457516,8.5618477,8.3974581,8.4067945,8.2514563,8.2952557,8.0258827,7.3907518,7.6962056,7.7767696,7.5420918,7.558351,7.639327,10.832895,10.964385,11.45642,11.088181,10.918869,10.917574,10.744502,10.755559,10.653491,10.510424,10.715406,10.774727,10.680038,10.569983,10.554707,10.939556,11.101998,11.566481,11.376255,11.181147,11.178158,11.019702,11.036246,10.952176,10.816319,11.03523,11.07585,11.005264,10.848859,10.819551,10.832345,10.986018,11.407772,10.996843,10.803881,10.800242,10.632756,10.645465,10.555514,10.434556,10.639196,10.702544,10.626959,10.460835,10.440163,9.6204042,9.6499615,9.9056158,9.0201368,8.86514,8.8747597,8.7098494,8.7163658,8.5619678,8.4014559,8.9758644,9.0990133,8.8713131,8.7790108,8.8138103,10.957063,11.088133,11.658322,11.52977,11.37043,11.368673,11.202778,11.217884,11.121834,10.956183,11.17151,11.205402,11.113214,11.034441,11.013101,10.02077,10.080835,10.377994,9.5715008,9.4235697,9.4275465,9.2491493,9.2583714,9.1137257,8.9708366,9.3947172,9.5118771,9.3017063,9.2032528,9.2249098,9.9520931,10.006749,10.295372,9.5067692,9.3602524,9.3647928,9.189333,9.1992378,9.0552311,8.9101315,9.372694,9.4896631,9.2714701,9.1755733,9.1986761,10.556673,10.653171,11.077818,10.959261,10.845566,10.841573,10.655471,10.687561,10.579628,10.429251,10.817443,10.883963,10.683792,10.617922,10.605544,10.728748,10.866751,11.279651,10.593302,10.413151,10.409801,10.230465,10.237366,10.144439,10.034373,10.215724,10.30352,10.225371,10.067002,10.056658,10.831237,10.992101,11.38625,10.98055,10.779008,10.773451,10.607923,10.622114,10.535404,10.421231,10.631857,10.695255,10.62309,10.436438,10.413046,10.628448,10.730505,11.177659,11.042957,10.921358,10.917588,10.733113,10.761634,10.6522,10.49863,10.844759,10.907473,10.725173,10.658444,10.645662,10.963166,11.114337,11.630763,11.471118,11.289216,11.287168,11.127021,11.142389,11.054909,10.905804,11.118941,11.154815,11.079745,10.956039,10.929257,10.66955,10.704887,11.448894,11.823792,11.727609,11.708786,11.511976,11.525345,11.471515,11.272597,11.870952,11.862218,11.71352,11.759511,11.730994,8.6665592,8.5936213,8.2339592,8.2117529,8.1677504,8.1532812,8.1321268,8.0790386,8.1066532,8.0856934,8.0833187,8.0351028,8.4854279,8.2465982,8.7503319,8.1672802,8.1058626,7.778739,7.7553015,7.7152576,7.7012372,7.6788473,7.6257873,7.7578974,7.7413063,7.7412524,7.6956921,8.1491041,7.9176073,8.4223347,8.7484303,8.6813335,8.3375111,8.3174763,8.2841434,8.2738695,8.2579145,8.2181358,8.2208023,8.2024088,8.2011585,8.1541729,8.5960331,8.3736296,8.8537712,8.8664427,8.7956905,8.4342508,8.4147635,8.3725796,8.3608942,8.3420715,8.2934685,8.2811499,8.2568693,8.2539263,8.2067957,8.6419773,8.4106407,8.9014635,8.9616194,8.8918962,8.5200233,8.5023203,8.4624491,8.4524946,8.4353752,8.3922224,8.3673573,8.3420897,8.3406048,8.2925234,8.7404213,8.5099611,9.0102844,8.4026098,8.3943863,8.3474073,8.3451033,8.3415012,8.3404741,8.3387451,8.3345575,8.33286,8.3305931,8.3306274,8.3239708,8.3876276,8.3582649,8.4275713,8.5594883,8.4882784,8.1366482,8.1137609,8.0733013,8.059617,8.0390253,7.9885759,8.0341311,8.0154524,8.0140085,7.9657435,8.4228783,8.1849127,8.6896696,8.5604935,8.5331316,8.3820477,8.37465,8.3622017,8.3587265,8.352972,8.3389883,8.332962,8.3252583,8.325202,8.3043165,8.5034447,8.4094343,8.6263685,8.8181973,8.7457142,8.3817043,8.3611078,8.3167162,8.3037281,8.2835474,8.2314358,8.2291918,8.2052088,8.2019043,8.154315,8.5934563,8.3573265,8.8543177,8.7336216,8.6605797,8.3021412,8.2804098,8.226984,8.2101135,8.1855612,8.1217632,8.1400213,8.1148911,8.1099825,8.0641937,8.4812222,8.2437773,8.7342768,8.716836,8.6458187,8.2900057,8.2685776,8.2301846,8.21803,8.1995258,8.1531601,8.1660213,8.1461773,8.1443462,8.0961275,8.5483007,8.3146124,8.8119955,8.3717651,8.3034697,7.9616895,7.9384837,7.8958492,7.8810797,7.8588753,7.8051949,7.8938251,7.8760972,7.8755484,7.8282952,8.2825031,8.0462923,8.5525293,8.7804012,8.7085991,8.3478479,8.3270578,8.2856293,8.2731428,8.2539406,8.2048931,8.2081041,8.1860571,8.183445,8.1355639,8.5809422,8.3463173,8.8432178,8.8555422,8.7956753,8.4712667,8.4560795,8.425909,8.4181061,8.40485,8.371913,8.3540134,8.3349209,8.334445,8.2914267,8.6982393,8.4980307,8.9430504,8.9315214,8.8623514,8.4986763,8.4806023,8.4400444,8.4296217,8.4120207,8.3671446,8.3448877,8.3197813,8.3176575,8.2705736,8.7067738,8.4789324,8.969346,8.9215136,8.8546295,8.4977217,8.4806013,8.4436884,8.4342918,8.4182768,8.3779325,8.356081,8.3328438,8.3315601,8.2849989,8.7203836,8.4988146,8.9821815,8.8546028,8.7900715,8.4513206,8.4340153,8.3987226,8.3892374,8.3735657,8.3337088,8.31814,8.2967901,8.2951145,8.2504263,8.6675978,8.4541769,8.9170218,8.8811312,8.8163767,8.4733038,8.4563408,8.4208603,8.4115801,8.395997,8.3565559,8.3379126,8.3159695,8.3145123,8.2694654,8.6904192,8.4759188,8.9430761,8.8169661,8.7508373,8.4088993,8.3904543,8.3548832,8.3448153,8.3286676,8.2875376,8.2785912,8.2580099,8.2561646,8.2106276,8.6360617,8.4180212,8.8879232,8.7077761,8.6561909,8.3793821,8.364337,8.3412151,8.3343878,8.3235235,8.2967625,8.2917299,8.2780991,8.2777138,8.2393656,8.6024685,8.427475,8.8176203,8.6937227,8.6496649,8.4106445,8.3987751,8.3776178,8.3718081,8.3621931,8.3383846,8.328537,8.3155251,8.3151321,8.2826223,8.5906668,8.4413595,8.777401,8.6376743,8.5648079,8.2080202,8.1855841,8.1364489,8.1196222,8.0961838,8.0373621,8.0749149,8.0527382,8.0497799,8.002634,8.4394283,8.2017603,8.7001839,8.8576403,8.7964516,8.4684153,8.4525909,8.4205885,8.4122429,8.3981571,8.3628473,8.3450651,8.3250475,8.3241453,8.2807741,8.688695,8.4848499,8.9339437,8.8676319,8.7940731,8.4263239,8.4057293,8.3557377,8.3416309,8.319396,8.2611141,8.2518511,8.2245731,8.2198343,8.1729136,8.5987177,8.3599911,8.8557129,8.739255,8.6924105,8.4342299,8.4222488,8.4002886,8.3944445,8.3846197,8.3605843,8.3478851,8.3340092,8.333993,8.2990694,8.6321144,8.4729252,8.8346424,8.2402105,8.1777315,7.8593106,7.8357129,7.776588,7.752852,7.7234654,7.6494117,7.7774663,7.7605071,7.7589231,7.7197394,8.1064453,7.8887534,8.3523731,8.7941103,8.7373571,8.4348707,8.4196606,8.3906279,8.3827639,8.3697519,8.3370533,8.3238163,8.3060808,8.3051252,8.264657,8.645422,8.4557905,8.8738766,8.9680443,8.8970308,8.5231981,8.5047989,8.4615507,8.4506683,8.4320974,8.3847723,8.3591633,8.3321314,8.3297644,8.2818174,8.7239685,8.4902954,8.991293,8.9386282,8.8672647,8.4977293,8.4787445,8.434206,8.4226208,8.4032764,8.3533878,8.331213,8.304224,8.301115,8.2536964,8.6886387,8.454915,8.9510746,8.5589199,8.5308886,8.3755732,8.3676872,8.35497,8.3513556,8.3454189,8.330884,8.3257332,8.3179617,8.3178663,8.296217,8.5021639,8.404707,8.6283092,8.9053802,8.8360415,8.4756012,8.4570913,8.4161701,8.4053564,8.3874102,8.3413401,8.3223209,8.2976074,8.2951126,8.2483101,8.6810331,8.45329,8.9406528,7.8821821,7.818737,7.5160003,7.4892354,7.4264317,7.3929319,7.3592124,7.287466,7.5003123,7.4815917,7.4851222,7.4420381,7.8450017,7.636044,8.1019011,8.5493822,8.479044,8.1348686,8.1121168,8.0557156,8.0355034,8.0086355,7.9403863,7.9997077,7.9774499,7.973536,7.9295316,8.3362589,8.1047802,8.5865049,8.7764492,8.7235689,8.4382725,8.4243736,8.3980408,8.3909931,8.3792181,8.3499031,8.3362942,8.3199387,8.3193598,8.2810907,8.6427441,8.4651594,8.8609791,8.6198635,8.5865135,8.4010201,8.3922729,8.3769646,8.3727789,8.3658218,8.348979,8.3406,8.3310127,8.3310461,8.3055515,8.5493011,8.4343796,8.6997576,8.6626101,8.5930433,8.2457657,8.2240925,8.186841,8.174634,8.1561279,8.1104012,8.1313429,8.1125879,8.1111546,8.0635729,8.5111408,8.2804298,8.7716522,8.9620104,8.8896484,8.5157795,8.4965496,8.449337,8.4372034,8.4168425,8.3641815,8.3394518,8.3107586,8.3071356,8.2596035,8.6925249,8.4558601,8.9552441,8.2932901,8.2246733,7.8901544,7.8670354,7.8190632,7.8010883,7.7766681,7.7187204,7.8281927,7.8106642,7.8112001,7.7647567,8.2055302,7.9741449,8.4726534,8.760911,8.7019024,8.3915691,8.3747959,8.3459759,8.3376532,8.3243437,8.2909822,8.2842665,8.2674313,8.2664452,8.2242708,8.6215324,8.4245214,8.8564377,11.2137,11.36658,11.629188,11.588411,11.243016,11.230083,10.961589,11.04443,10.838091,10.717238,10.764801,10.879403,10.215508,10.169074,10.148652,11.642376,11.734283,12.580929,12.982048,12.468287,12.463584,12.275126,12.295158,12.129225,11.89831,11.966037,11.932298,11.313065,11.435362,11.404675,10.934117,11.096569,11.249452,10.879837,10.494377,10.48034,10.299088,10.388426,10.148207,9.9188194,9.9090672,10.033473,9.277668,9.2704554,9.2985144,11.29541,11.467885,11.671471,11.482302,11.137985,11.121812,10.911923,11.017016,10.7989,10.648172,10.668584,10.79433,10.048373,10.003208,9.9973373,10.954162,11.118841,11.1947,11.19012,11.297573,11.287684,10.77809,10.978193,10.757935,10.710112,10.729516,10.988491,10.635134,10.585618,10.565008,11.250217,11.483451,11.587502,11.353909,11.308394,11.285883,11.094953,11.337109,11.128872,10.914059,10.87543,11.064911,10.413409,10.412433,10.422071,11.403071,11.601122,11.768536,11.592319,11.386014,11.366312,11.158858,11.314361,11.100253,10.945452,10.949687,11.102177,10.389862,10.345302,10.337567,11.236748,11.41046,11.593675,11.333022,10.9813,10.965019,10.772355,10.87792,10.652938,10.480422,10.48841,10.616611,9.8555403,9.8205366,9.8251066,11.376411,11.566401,11.744508,11.657449,11.495444,11.477635,11.215536,11.369348,11.160688,11.038574,11.058369,11.218594,10.570608,10.512392,10.49288,11.086461,11.234608,11.425831,11.031199,10.507108,10.496047,10.316222,10.38183,10.138596,9.9475231,9.9579144,10.071273,9.2326212,9.2052622,9.2250414,11.365754,11.552771,11.738172,11.586842,11.343248,11.325082,11.104033,11.239752,11.026525,10.882517,10.897352,11.040449,10.333189,10.283487,10.272387,11.343787,11.474892,11.888,11.960035,11.411353,11.400263,11.161025,11.208527,11.005225,10.867905,10.938866,11.002808,10.237371,10.23086,10.204402,11.252094,11.380014,11.609252,11.181638,10.373572,10.365969,10.191275,10.231384,9.9763012,9.8183184,9.8477201,9.9451218,8.8779755,8.8505068,8.8658113,11.498217,11.611824,12.193817,12.414951,11.791078,11.779263,11.556388,11.587929,11.3901,11.224285,11.302091,11.32352,10.523931,10.573,10.54032,10.997603,11.169949,11.233211,11.232143,11.387334,11.380697,10.857795,11.084727,10.863651,10.823515,10.838629,11.116735,10.783989,10.729337,10.708354,11.534494,11.657815,12.127676,12.237049,11.45405,11.442528,11.234822,11.269634,11.051106,10.906623,10.981888,11.020711,10.018695,10.046235,10.019915,11.243439,11.413063,11.618494,11.558593,11.335238,11.320193,11.036765,11.154493,10.946901,10.831839,10.86445,11.008274,10.380286,10.325112,10.304872,11.568662,11.805424,11.932283,11.746712,11.691582,11.66805,11.480729,11.72036,11.511383,11.34009,11.32209,11.51402,10.821858,10.788625,10.782421,11.840389,11.928899,12.815396,13.23194,12.504262,12.4932,12.33626,12.347423,12.156041,11.915219,11.975086,11.920645,11.016822,11.176823,11.144567,11.159769,11.340875,11.497587,11.204008,10.902584,10.885128,10.70041,10.820093,10.592401,10.394081,10.386533,10.523061,9.7820683,9.7615614,9.7747984,11.301509,11.473382,11.686868,11.572182,11.275746,11.259835,11.020736,11.130774,10.919342,10.786566,10.815506,10.945542,10.248077,10.196126,10.181356,10.933747,11.120422,11.247509,10.945594,10.70423,10.68539,10.495869,10.628792,10.402756,10.168459,10.144138,10.285928,9.5846586,9.5913153,9.6155882,10.703543,10.85418,10.997682,10.5935,10.161352,10.149715,9.9647884,10.03818,9.790102,9.5303154,9.5181284,9.6349955,8.875392,8.8828421,8.9227591,10.805735,10.91054,11.070571,10.458982,9.5849667,9.58459,9.4228086,9.4554071,9.157774,8.8836594,8.8838587,8.9860907,7.9213128,7.92237,7.9774165,11.066936,11.222671,11.416984,11.397668,11.221177,11.208505,10.862232,10.971562,10.76485,10.669531,10.707145,10.8641,10.317302,10.266587,10.244958,11.295998,11.48964,11.611753,11.584981,11.615019,11.599959,11.220904,11.430625,11.218971,11.139738,11.161388,11.386428,10.884898,10.822895,10.798149,11.690681,11.957575,12.060997,11.872407,11.930862,11.905564,11.729195,12.049233,11.846469,11.661925,11.630143,11.857697,11.201591,11.174479,11.168115,11.007855,11.112032,11.304749,10.615593,9.6956577,9.6951132,9.5322523,9.5563173,9.2694283,9.0618305,9.0740185,9.1789951,8.071496,8.0501842,8.0916462,11.321139,11.435644,11.980742,12.180856,11.763986,11.752293,11.493264,11.535186,11.350464,11.190641,11.265293,11.308666,10.725042,10.753588,10.720721,10.385695,10.529366,10.661755,10.266492,9.8170443,9.8070669,9.6049709,9.6683731,9.4225903,9.143115,9.1312265,9.2407265,8.4922075,8.5174303,8.5664186,10.841427,10.977331,11.167345,11.176918,11.014227,11.004366,10.599737,10.689105,10.482698,10.402824,10.446608,10.609644,10.136488,10.095732,10.075324,11.356634,11.459219,11.669327,11.058869,9.8603926,9.8573561,9.6988125,9.7202597,9.4274054,9.27314,9.2966099,9.3917904,7.9478574,7.9330373,7.9597178,11.43273,11.538328,12.217608,12.527732,12.055333,12.048561,11.811905,11.838805,11.665791,11.48135,11.56027,11.569309,10.990272,11.056399,11.023234,11.200886,11.35669,11.564008,11.261767,10.777774,10.764731,10.575462,10.650744,10.418877,10.250933,10.270063,10.38314,9.5608644,9.5250444,9.5323992,11.059681,11.232697,11.327744,11.317027,11.38749,11.375786,10.913725,11.11028,10.893256,10.834834,10.854862,11.098618,10.685708,10.633198,10.611336,11.474627,11.606452,11.963774,11.918509,11.117616,11.106483,10.906203,10.948314,10.718631,10.58531,10.649796,10.713181,9.6574736,9.652401,9.6349945,11.756424,12.002618,12.133488,12.034054,12.06657,12.043315,11.811185,12.093157,11.888037,11.760784,11.760244,11.980926,11.337883,11.271377,11.247729,11.331459,11.470101,11.740668,11.504972,10.805905,10.795387,10.604625,10.65453,10.420628,10.278557,10.323347,10.412302,9.4414406,9.410881,9.408638,11.01926,11.150751,11.456746,11.51418,11.239041,11.229187,10.891506,10.959991,10.76185,10.653589,10.711614,10.828853,10.301099,10.276294,10.251403,11.319363,11.537321,11.662175,11.422702,11.296468,11.274289,11.090639,11.288331,11.072838,10.872234,10.847115,11.018263,10.324157,10.310114,10.316986,10.961577,11.095371,11.279053,10.783747,10.174288,10.166872,9.9934759,10.043294,9.7849874,9.5707483,9.5773878,9.6876945,8.8121605,8.7915773,8.8238039,11.303641,11.45063,11.74092,11.645569,11.124665,11.112345,10.889763,10.953602,10.738336,10.604809,10.656437,10.749034,9.9419956,9.9044561,9.88937,11.547524,11.76412,11.917548,11.797505,11.703586,11.682429,11.453773,11.657824,11.449296,11.31348,11.317883,11.497927,10.825243,10.768559,10.750965,11.402423,11.607362,11.761376,11.560292,11.375508,11.354865,11.158749,11.326594,11.111375,10.943927,10.939096,11.097232,10.382121,10.345366,10.342014,11.112491,11.231347,11.436231,10.872913,10.040847,10.036091,9.8675632,9.900877,9.6314993,9.4482489,9.4660921,9.5695314,8.5036345,8.478631,8.5076075,11.134356,11.286419,11.527066,11.508048,11.239169,11.226714,10.921523,11.012275,10.807586,10.698241,10.743737,10.874064,10.274864,10.226908,10.20497,11.253167,11.392909,11.731887,11.74642,11.297321,11.28581,11.02945,11.090292,10.886552,10.75886,10.820572,10.908518,10.206223,10.17762,10.154048,11.523782,11.73719,11.885372,11.810832,11.766064,11.746264,11.474027,11.685941,11.478544,11.36406,11.376226,11.570963,10.947236,10.882794,10.859096,11.274242,11.433967,11.678445,11.570255,11.187487,11.173333,10.938254,11.025082,10.812858,10.680235,10.71943,10.833035,10.10614,10.058167,10.04348,10.643746,10.83397,10.942321,10.672262,10.48941,10.468928,10.253645,10.394882,10.182117,9.9401045,9.9089079,10.051841,9.3929844,9.4231644,9.4511213,11.264792,11.419486,11.653589,11.430997,10.93837,10.925183,10.724044,10.797459,10.572967,10.423158,10.455062,10.561954,9.7422562,9.7012177,9.6985569,11.300819,11.488441,11.64217,11.598314,11.527861,11.511611,11.18495,11.356468,11.147774,11.050037,11.072371,11.260514,10.691848,10.631269,10.607778,11.604306,11.835477,11.973878,11.820428,11.755819,11.732961,11.530161,11.760383,11.552033,11.399587,11.391805,11.581046,10.892135,10.8451,10.832397,11.91191,12.186852,12.30023,12.173166,12.275196,12.249823,12.053285,12.398914,12.197814,12.054427,12.040617,12.286222,11.633654,11.574974,11.554668,10.817513,10.943189,11.111904,10.575717,9.9324036,9.9272451,9.7563581,9.8010521,9.5309238,9.2826576,9.2831221,9.3917589,8.5081968,8.4987211,8.5421505,10.004306,10.084239,10.086799,10.121241,10.079917,9.9083681,9.821763,9.6642199,9.5902672,9.5302505,9.1181784,9.0987844,8.3063688,9.1781797,8.9764185,9.3782959,9.4582453,9.4493256,9.5185642,9.4468822,9.3654442,9.3135929,9.1640568,9.0716248,8.9995565,8.8335562,8.8165331,7.8707738,8.2003746,7.7755947,6.8740296,6.8939004,6.8889933,7.0089273,6.9657741,6.9198165,6.8844271,6.7375154,6.6927462,6.6541758,6.5469308,6.5266218,6.100606,6.3633552,5.6528506,8.7199497,8.778553,8.7713308,8.8563318,8.7895517,8.7218189,8.6744814,8.5220842,8.4418039,8.378499,8.2338514,8.2180033,7.4671459,7.7655997,7.2749791,11.282428,11.454933,11.465454,11.472293,11.432913,11.254198,11.190275,11.094748,10.998946,10.924999,10.532516,10.534028,8.9554548,9.7474871,9.6334229,7.2424703,7.2625852,7.2585535,7.3784204,7.3394032,7.2813716,7.2413034,7.0719833,7.0266533,6.9880619,6.8244057,6.7951927,6.3999953,6.7483554,6.0463386,6.2737846,6.2861047,6.2781887,6.399415,6.3574109,6.3223715,6.2938056,6.1643028,6.1281466,6.0973258,6.0205574,6.0057311,5.6588211,5.8575974,5.126195,10.908288,11.054272,11.063596,11.070384,11.037384,10.839458,10.76192,10.663898,10.583966,10.520189,10.081807,10.081317,8.73736,9.6746273,9.5748501,8.0436773,8.0800667,8.0757408,8.1790075,8.1291962,8.0569086,8.0084219,7.8384333,7.7769504,7.7256393,7.5468159,7.5221934,6.9544873,7.3428769,6.7387667,9.1809769,9.2407103,9.2385731,9.3124151,9.2602177,9.1513081,9.0877113,8.9118958,8.8357105,8.7737741,8.5026789,8.4780436,7.7559185,8.3090124,7.8800745,9.9901228,10.066177,10.070077,10.086866,10.056491,9.8447523,9.7426529,9.612112,9.5533743,9.5049801,9.0179987,9.005477,8.2930098,9.4052591,9.2964287,10.239901,10.27809,10.271165,10.330077,10.289394,10.132039,10.045197,9.831646,9.7591028,9.699625,9.1810045,9.0941181,8.6120195,9.3890743,9.1153269,9.7491751,9.8069258,9.8096046,9.8221684,9.7977333,9.5659237,9.4528379,9.331274,9.2851391,9.2468796,8.7170753,8.7041645,8.1720991,9.4325762,9.3553085,10.094562,10.182811,10.188342,10.194909,10.170255,9.9416533,9.8378563,9.7376976,9.6845961,9.6403742,9.133522,9.1293573,8.3124247,9.5125408,9.4389315,12.464775,12.728373,12.741598,12.739153,12.693175,12.541095,12.518119,12.44932,12.320779,12.228266,11.909229,11.918116,9.5945797,10.147311,10.039323,7.7028685,7.7384477,7.7303581,7.83534,7.7771559,7.7249722,7.6859655,7.5357232,7.4746871,7.4253879,7.3099318,7.2942033,6.7470012,7.0041943,6.3978109,6.6241207,6.6395006,6.6358962,6.7603011,6.7230425,6.6793141,6.6457367,6.4984503,6.4585247,6.4236984,6.3142772,6.2915568,5.9187908,6.1858778,5.449554,8.1440649,8.1795359,8.1754608,8.2777548,8.2299843,8.151948,8.1011524,7.9236732,7.8627443,7.8118129,7.6092825,7.5813255,7.0348248,7.4617538,6.8672338,11.952411,12.155884,12.149966,12.159479,12.095577,11.96226,11.929667,11.827219,11.695651,11.597886,11.326488,11.320681,9.2603559,9.708703,9.5180473,10.479552,10.594775,10.602208,10.609657,10.580732,10.367689,10.276287,10.174577,10.108474,10.054408,9.5811214,9.5783491,8.5110197,9.5779676,9.4888182,11.11878,11.272048,11.271806,11.294205,11.2309,11.100617,11.047462,10.928736,10.812471,10.725061,10.451317,10.444902,8.890727,9.3925896,9.1791058,10.634051,10.673766,10.668766,10.712256,10.678519,10.488753,10.38838,10.186769,10.119781,10.065713,9.4438381,9.3451805,8.9163914,9.8407803,9.6790733,9.5135622,9.5532207,9.5551128,9.5657959,9.5470791,9.2992849,9.1774302,9.066638,9.0322285,9.0039291,8.4355602,8.4212456,8.0654755,9.4558153,9.4025679,10.237853,10.334045,10.339671,10.354359,10.32174,10.117634,10.023155,9.9016848,9.8352709,9.7810564,9.3187246,9.3107433,8.4101067,9.4492264,9.3360147,9.9838762,10.034889,10.035167,10.063239,10.032915,9.8239784,9.7176123,9.5486393,9.4918499,9.4452963,8.9089928,8.8703604,8.3799372,9.4801931,9.3577986,10.029883,10.14143,10.127654,10.181635,10.10568,10.008429,9.9548941,9.8100586,9.7076159,9.6274624,9.4406137,9.4194698,8.2022696,8.5640039,8.1839743,9.1053114,9.1569414,9.1546001,9.2320452,9.1839848,9.0709791,9.0054846,8.8189497,8.7478838,8.6894989,8.3913307,8.3600769,7.7240133,8.3168545,7.8787842,9.6653004,9.7256203,9.7288275,9.7316189,9.713171,9.4634752,9.3461523,9.2613897,9.2244349,9.1932049,8.6463327,8.6428728,8.0883799,9.4669886,9.4188871,9.8511477,9.9210234,9.9219275,9.9658375,9.9230919,9.7621698,9.6781254,9.5061235,9.432622,9.3727446,8.9712372,8.945178,8.2256937,9.0509539,8.806756,9.3462744,9.3925161,9.3945084,9.3911934,9.3872681,9.1067991,8.9828911,8.9620047,8.9484968,8.9356651,8.3317499,8.3351078,7.8770065,9.5016699,9.488534,12.425516,12.693021,12.70835,12.706193,12.671298,12.497307,12.472513,12.406221,12.293457,12.209088,11.83039,11.83943,9.4975252,10.192719,10.102104,8.9477844,8.9877539,8.9854994,9.0741158,9.0318003,8.922924,8.8602095,8.6629267,8.6000462,8.5475006,8.2266397,8.1828461,7.6584926,8.2490902,7.7667842,9.9629469,10.003924,10.004457,10.027518,10.003349,9.7757511,9.6609335,9.5038815,9.4567842,9.4184065,8.828474,8.7852993,8.4020834,9.6156931,9.5318775,10.625454,10.751406,10.754302,10.784475,10.726899,10.590827,10.526784,10.395635,10.292731,10.213823,9.9137115,9.905508,8.6430845,9.2296953,9.0043983,10.046708,10.144114,10.14388,10.191777,10.131968,10.011903,9.9478865,9.7987032,9.7035227,9.6292524,9.3579731,9.3439932,8.3023777,8.841588,8.5348301,12.168047,12.415716,12.429597,12.425973,12.399606,12.202951,12.166934,12.100297,12.005316,11.931015,11.497766,11.503748,9.3082848,10.142665,10.06492,10.003222,10.09534,10.096622,10.142606,10.088592,9.9558897,9.8862419,9.7324944,9.6434202,9.5730181,9.2638378,9.2484694,8.2823772,8.9099026,8.6232891,11.861507,12.067435,12.070476,12.077215,12.022427,11.873793,11.83206,11.735616,11.614145,11.522689,11.213428,11.212958,9.2573147,9.8044939,9.6523762,10.11473,10.200912,10.205008,10.228573,10.191864,10.001692,9.9094286,9.7685566,9.6989355,9.6422672,9.1992588,9.1853714,8.3613853,9.3319397,9.1826382,10.878554,11.019875,11.025764,11.046444,10.99444,10.843374,10.777952,10.658074,10.556009,10.477826,10.145047,10.140399,8.7800865,9.4372072,9.2584333,10.625478,10.759311,10.767602,10.764276,10.757261,10.497325,10.4069,10.362848,10.325212,10.290506,9.7219343,9.7259693,8.4578342,9.8014431,9.7698259,9.5298748,9.5856142,9.5840969,9.6470633,9.6023531,9.464757,9.388978,9.1990776,9.1271744,9.0681782,8.7000065,8.6640902,8.0325718,8.7486992,8.4065676,11.284503,11.453433,11.461119,11.473394,11.423221,11.267498,11.208851,11.103815,10.995877,10.914207,10.577104,10.576479,8.990036,9.6395884,9.4899254,10.341624,10.454695,10.452661,10.494402,10.429192,10.312957,10.253347,10.113594,10.009667,9.929863,9.6795588,9.6673965,8.4672289,8.9496126,8.6594286,10.855461,10.996243,11.004539,11.017794,10.976784,10.798839,10.724842,10.613757,10.524638,10.454823,10.058928,10.056205,8.743103,9.566287,9.433836,11.33186,11.516368,11.526593,11.522799,11.510503,11.269934,11.201823,11.146185,11.089586,11.03973,10.506128,10.508471,8.8065214,9.967186,9.9204893,6.9696355,6.9869208,6.9825244,7.1045175,7.0655899,7.0142074,6.9767556,6.8161201,6.7726569,6.7352109,6.5986309,6.5722775,6.1851201,6.4957981,5.7764621,5.1851854,5.1884327,5.1859984,5.3137603,5.2911053,5.2693095,5.2501774,5.146996,5.1262193,5.1072845,5.0541887,5.0380459,4.8354111,4.9883428,4.2135482,5.3504658,5.3548179,5.3499217,5.4742041,5.445334,5.4217391,5.4007559,5.2981415,5.2749262,5.2537441,5.2017093,5.1885176,4.9493313,5.098968,4.3355885,10.181402,10.278295,10.28171,10.316252,10.268965,10.112965,10.035383,9.8877821,9.8034306,9.736268,9.3723631,9.3585691,8.3932896,9.1498766,8.9294462,9.4571991,9.5342855,9.5301828,9.5971107,9.5340319,9.4366798,9.3787546,9.2211084,9.1324368,9.0623751,8.8440933,8.8264666,7.9210696,8.3604956,7.9526439,9.9502935,10.037472,10.04294,10.039598,10.035219,9.7623796,9.6532583,9.6217546,9.5981588,9.5757713,8.9846067,8.9890919,8.1433592,9.6412096,9.6202974,9.9648066,10.018998,10.017723,10.061371,10.023289,9.8476229,9.7551146,9.5652914,9.4975061,9.441947,8.9666786,8.9215927,8.3586788,9.2662868,9.05548,9.2856293,9.3206339,9.3218527,9.3241081,9.3100996,9.0467186,8.9193201,8.8466978,8.8220539,8.8017044,8.2263746,8.222414,7.9065723,9.4218521,9.3893738,8.334506,8.3791771,8.3741808,8.4701452,8.4149227,8.3404541,8.2906618,8.1251116,8.056798,8.0007067,7.8256235,7.8039842,7.158874,7.5357318,6.9721813,4.8322272,4.8350415,4.8341937,4.9597454,4.9416018,4.9244962,4.9081345,4.8220997,4.8046069,4.788662,4.7480044,4.7348881,4.5571685,4.6794424,3.9140925,9.9395475,10.003778,10.005337,10.03524,10.000474,9.806694,9.7085714,9.5457306,9.4822168,9.4300852,8.9533796,8.9269447,8.302927,9.3171396,9.1612005,8.4564419,8.5055695,8.4993343,8.5916815,8.5320702,8.4597464,8.4106464,8.2494745,8.1771107,8.1184292,7.9553046,7.9357314,7.2490854,7.597106,7.0539818,10.751804,10.885073,10.891334,10.912544,10.863535,10.705891,10.636051,10.513359,10.416897,10.342221,9.99088,9.985425,8.7080793,9.4178457,9.2438164,11.244625,11.418976,11.429753,11.428889,11.406363,11.187666,11.117059,11.042534,10.970847,10.911851,10.428812,10.431282,8.8389111,9.8715801,9.8033686,9.2336121,9.2998323,9.297101,9.3697529,9.3125839,9.2116241,9.1515493,8.9850159,8.9037657,8.8385124,8.599391,8.5789633,7.7804785,8.2700644,7.8392391,8.1854019,8.2186794,8.215682,8.3199081,8.2762594,8.1938076,8.1424065,7.95684,7.8994861,7.8514595,7.6186619,7.5852046,7.0880084,7.5503273,6.9547648,9.696106,9.7431517,9.7399874,9.8039646,9.7619228,9.6179352,9.5386086,9.3364439,9.2665148,9.2088432,8.7904377,8.7378931,8.1862173,8.9322224,8.6048527,10.608397,10.738617,10.731578,10.768563,10.696858,10.584034,10.529284,10.395447,10.284321,10.199466,9.9724064,9.9584999,8.5862455,9.0123053,8.7226448,9.2553673,9.291997,9.2925653,9.2900114,9.2782907,9.0083103,8.8802824,8.82794,8.8069744,8.7889366,8.2089596,8.2083683,7.869154,9.4301672,9.4061842,7.4065146,7.4347606,7.4276743,7.5389271,7.4869556,7.4346876,7.3954334,7.2429624,7.1885738,7.1431875,7.0259142,7.0071464,6.5011673,6.7743616,6.1189151,10.301042,10.406294,10.413214,10.414698,10.394267,10.157542,10.057596,9.9763823,9.9250746,9.8817854,9.3629694,9.362689,8.3861971,9.6137352,9.5555038,9.7673607,9.8377552,9.8420782,9.8413172,9.8263454,9.5707741,9.4557934,9.3886852,9.354023,9.3240957,8.7697086,8.7695408,8.1157551,9.5202894,9.4815044,10.522537,10.640259,10.646171,10.66885,10.624084,10.456356,10.379217,10.250223,10.162951,10.094129,9.7139826,9.7062397,8.5781031,9.3713388,9.2017431,10.268101,10.3671,10.372001,10.395982,10.355745,10.176085,10.090434,9.9536448,9.8766356,9.8146925,9.4003963,9.3891764,8.4394093,9.3304081,9.1682768,10.572501,10.693262,10.7006,10.713914,10.677752,10.485472,10.401443,10.286873,10.209431,10.147375,9.7160845,9.7114058,8.5836544,9.5185261,9.3977766,9.8050871,9.8830767,9.8839092,9.9337482,9.8846712,9.7444992,9.6699381,9.5042553,9.4234619,9.3584404,9.0183563,8.9977207,8.1711264,8.8686352,8.5750084,6.8780212,6.3765216,6.2269511,6.1240463,6.0543795,6.0321794,5.9919453,5.8244281,5.7580261,5.6984477,5.6936641,5.6593423,5.7794881,4.7594371,5.0564876,8.0808477,7.9422312,7.6990218,7.6700349,7.5957689,7.5725613,7.5390587,7.4002147,7.3449016,7.3075109,7.284112,7.2382975,7.4498992,7.1027708,7.6648231,8.2621231,8.0929632,7.8775673,7.8503819,7.7662268,7.735364,7.7071757,7.5329046,7.455523,7.3914723,7.3485522,7.3108163,7.4026685,7.0184216,7.4163084,7.2902575,6.9082332,6.7189732,6.6364212,6.5668745,6.5464468,6.5083508,6.3572707,6.2931509,6.2363181,6.2328105,6.1952987,6.3961039,5.53967,5.936738,7.9769878,7.7029366,7.503139,7.4508901,7.3674512,7.3412218,7.3076305,7.131803,7.0543032,6.985218,6.9545274,6.917532,7.0283356,6.4116096,6.7792997,8.3036489,8.1625452,7.9494038,7.9328713,7.845922,7.7983675,7.786551,7.5992451,7.5177121,7.4498072,7.3933144,7.3586035,7.3916116,7.0950522,7.4331489,7.8600168,7.6795278,7.4333892,7.3900242,7.3200345,7.2983217,7.2629571,7.1337314,7.0863276,7.0373039,7.0283375,6.9811745,7.262321,6.806592,7.3715887,7.8686419,7.4542179,7.2916355,7.2085094,7.1084876,7.0813847,7.0413475,6.8816833,6.7991962,6.7107558,6.6821089,6.6454763,6.6973162,5.8224821,6.0759058,7.9868956,7.8263226,7.5770073,7.540132,7.4683375,7.4460821,7.4115658,7.2789397,7.2299376,7.1835642,7.1683898,7.1212006,7.3771801,6.9726706,7.5455518,8.1660376,7.9899707,7.7633271,7.7301259,7.6502075,7.6247244,7.5920839,7.432827,7.3632255,7.3060369,7.2746191,7.2336202,7.384933,6.9678559,7.4288635,6.2026219,5.5737815,5.4590416,5.3288832,5.2580214,5.2300968,5.1842098,5.0103788,4.9466224,4.8866668,4.887711,4.8551497,4.9119973,3.7813969,3.9813833,7.0445619,6.9261799,6.7315969,6.692317,6.6344457,6.6112366,6.5730338,6.4721017,6.4646459,6.4242821,6.436048,6.3871722,6.7668548,6.4434662,7.0727811,7.9176502,7.6709213,7.4518962,7.4006391,7.3233485,7.3002758,7.2651272,7.1082602,7.0401978,6.9799347,6.9595776,6.9189167,7.1002607,6.5194077,6.9649324,8.1403751,7.8802447,7.6878567,7.6434984,7.5523925,7.5186119,7.4916677,7.3041382,7.2194386,7.1410341,7.0981984,7.0640116,7.117599,6.5547462,6.8641253,7.9209304,7.801403,7.5409818,7.5113745,7.4434686,7.4211769,7.386909,7.2679114,7.2383528,7.2108669,7.1975565,7.1462164,7.4343042,7.119019,7.7891636,7.5490832,7.1360564,6.9693065,6.8864927,6.8024106,6.7773771,6.7384591,6.5609984,6.4838495,6.4110999,6.3897672,6.3542166,6.4391804,5.5631318,5.8582878,8.1943789,8.0557432,7.8265114,7.8015971,7.7227135,7.6974673,7.6651678,7.5115705,7.4449558,7.4006143,7.3671465,7.3249607,7.4739928,7.1384792,7.6305189,7.5948129,7.4504409,7.2070045,7.1664462,7.1027689,7.0807624,7.0444074,6.9330535,6.912693,6.8697138,6.8706169,6.8201203,7.1696877,6.7868586,7.4157786,7.4742513,7.2529588,7.0275245,6.9704475,6.9042778,6.8830614,6.8451047,6.7231851,6.6731482,6.6238575,6.6288075,6.5834351,6.9061928,6.3458858,6.882709,7.6655488,7.5550313,7.292316,7.2595916,7.194478,7.1711168,7.134706,7.0264764,7.0521584,7.0214319,7.0137534,6.9607863,7.3029418,7.002749,7.7191796,6.343267,6.2302852,6.1148996,6.0732088,6.0152698,5.9874825,5.9430361,5.8418403,5.8064756,5.7662783,5.7898507,5.7450891,6.1092777,5.808188,6.3668866,8.0668802,7.8976736,7.6572928,7.6214008,7.5461807,7.5230641,7.4890099,7.3454986,7.2865047,7.2363281,7.2147908,7.170198,7.3825765,6.9668541,7.4941812,8.2425623,8.0548372,7.8465466,7.819212,7.7309947,7.6881533,7.6715302,7.4820552,7.3989973,7.326376,7.2758999,7.241724,7.2886038,6.8888459,7.219615 ),.Dim=c(3107,15)), highriskgunpossession_pc_idw=structure(.Data=c( 8.1279869,8.102397,8.0769939,8.0593777,8.3409491,8.4001722,8.4299421,8.5585766,9.0349684,9.8737154,9.8864498,9.8910685,9.9409399,10.158572,10.731451,6.4323168,6.5314913,6.5138211,6.5549431,6.552464,6.717401,6.8010497,6.8633571,7.0369716,7.3439794,7.3961616,7.4430447,7.4462738,7.5647869,7.5394444,7.982636,7.9911208,7.9724145,7.9173589,8.1194029,8.2078857,8.2129049,8.2961216,8.6252928,9.1709089,9.1784506,9.1640387,9.213232,9.4755964,10.392118,8.194685,8.1556416,8.1282177,8.134964,8.4514923,8.4927149,8.5334644,8.6886148,9.2774878,10.332926,10.343409,10.369539,10.420567,10.624811,11.087254,7.9790554,7.9510593,7.9323835,7.9037118,8.2659349,8.2905388,8.2866573,8.4522381,9.3399963,10.98967,10.985441,10.966573,11.026683,11.222362,12.006186,8.0552626,8.0526276,8.0327978,7.9827619,8.2121344,8.2913437,8.3005543,8.3952656,8.7648392,9.3901052,9.3990812,9.38591,9.4362535,9.689187,10.569765,7.7642303,7.768394,7.7397556,7.7334585,7.9339008,8.0255232,8.0686817,8.1743345,8.5285025,9.1425056,9.1630211,9.170702,9.2062244,9.404191,9.7385788,8.1977291,8.178216,8.1688147,8.105175,8.4078426,8.4432764,8.4325819,8.5533504,9.2018547,10.407857,10.412372,10.385061,10.441385,10.66846,12.335216,8.3797827,8.3654642,8.3554525,8.2857866,8.5232038,8.5757599,8.5715733,8.657692,9.0479364,9.7269468,9.7321625,9.7127609,9.7642517,10.018998,12.010522,8.1237669,8.1074934,8.1019716,8.0330811,8.3261538,8.3565369,8.3409605,8.4600964,9.1777945,10.54261,10.545377,10.51533,10.570279,10.787398,12.754643,8.1768303,8.145771,8.1210613,8.1048365,8.4090376,8.4585257,8.4850578,8.6239252,9.1630697,10.122801,10.133127,10.13808,10.190569,10.405797,11.017017,8.1731853,8.1164951,8.0819302,8.1967096,8.4240103,8.4738102,8.6576004,8.7981262,9.1583805,9.8097095,9.83634,10.055626,10.084744,10.323822,10.349442,7.8632751,7.8345752,7.8014255,7.859858,8.0651073,8.1389093,8.2626057,8.3856535,8.7250071,9.3314037,9.3623095,9.4609699,9.4894419,9.6817989,9.7554512,8.2714062,8.2505989,8.2375822,8.1776695,8.4676008,8.5132198,8.5101891,8.6236725,9.1541309,10.108737,10.115117,10.093798,10.149826,10.391601,11.848663,8.3632259,8.3484535,8.343544,8.2753553,8.52738,8.5639782,8.5543556,8.6497097,9.1508923,10.078662,10.087269,10.062809,10.112118,10.335637,12.740529,7.5220313,7.5591931,7.5344634,7.5099497,7.6580448,7.7723761,7.7940559,7.8765182,8.1724386,8.6721735,8.6867647,8.6782055,8.7113333,8.9194508,9.3199244,7.5178118,7.4869318,7.4626288,7.5289135,7.8928123,7.890635,7.9234495,8.1612577,9.5843506,12.180267,12.158363,12.228167,12.278831,12.440122,12.650332,7.4025669,7.433188,7.4027743,7.412374,7.549468,7.6633897,7.7203984,7.8135643,8.1124554,8.6344776,8.6631155,8.6783381,8.7005215,8.8707819,9.0468521,8.206809,8.1823874,8.1627235,8.1215172,8.4188538,8.4704256,8.480176,8.6046925,9.1258574,10.051394,10.05926,10.047585,10.102952,10.336458,11.262536,7.179358,7.2390108,7.2106819,7.2036576,7.3009057,7.4329309,7.4676385,7.54531,7.8132463,8.2722549,8.2937908,8.289258,8.3067865,8.4768028,8.6992731,7.7756186,7.7852774,7.7588787,7.7385259,7.936698,8.030983,8.0607948,8.1599064,8.5070438,9.1020336,9.1186762,9.1160479,9.154541,9.3658781,9.7984133,7.888073,7.8578725,7.8365207,7.826714,8.2009773,8.2186775,8.2192812,8.4024963,9.4015007,11.255832,11.247557,11.237569,11.296869,11.476599,12.058418,7.6174917,7.6528492,7.6311502,7.5946932,7.7491174,7.8602953,7.8725533,7.9504938,8.2423582,8.728406,8.7393436,8.7276993,8.7669849,8.9973431,9.538559,8.0813704,8.0508442,8.0212936,8.030694,8.2988749,8.359581,8.4150696,8.5495586,9.0010338,9.7981586,9.8161821,9.8464241,9.8902168,10.09288,10.447673,7.6515846,7.6354947,7.6283631,7.5676856,7.9035583,7.924994,7.9020038,8.0542431,9.1546621,11.269206,11.259042,11.223886,11.284619,11.479618,12.882267,8.1685228,8.1492777,8.1286564,8.0869017,8.3622112,8.4234648,8.4362125,8.5513802,9.0098867,9.8109093,9.8202438,9.809845,9.8631611,10.10195,10.968548,6.7592845,6.84237,6.8140817,6.8296633,6.8660526,7.016427,7.0699539,7.137979,7.3625774,7.7579985,7.7944226,7.805459,7.8131547,7.946486,8.0203724,8.0008411,7.979548,7.967967,7.912241,8.2500362,8.2785349,8.2643671,8.4076939,9.2442703,10.818521,10.81672,10.786558,10.846489,11.058457,12.341311,8.193202,8.1468496,8.1174068,8.1803865,8.5204792,8.5385962,8.6071682,8.8033838,9.609931,11.072104,11.074071,11.175602,11.225424,11.4309,11.718242,7.8335752,7.7971015,7.7706742,7.8449807,8.2035866,8.2064371,8.2578268,8.485631,9.6691656,11.826669,11.81245,11.912585,11.963346,12.148873,12.377669,7.060482,7.1400361,7.1197472,7.1007471,7.1768565,7.3193893,7.3356771,7.3999572,7.6395292,8.044364,8.0537815,8.0448008,8.0709209,8.2580633,8.5559645,8.2982903,8.2419939,8.2087822,8.2869616,8.5778294,8.612565,8.7240763,8.8932695,9.4307137,10.394141,10.411324,10.550667,10.592183,10.81219,11.004425,8.2224874,8.1742592,8.1426573,8.1863241,8.4814348,8.5232077,8.6029797,8.762434,9.2921867,10.238708,10.255178,10.333253,10.377542,10.582571,10.853233,7.7703276,7.7995262,7.7802896,7.7309637,7.890626,7.994854,7.9991436,8.0716953,8.3572035,8.8244991,8.8319988,8.8182554,8.8623238,9.1151953,9.8988504,7.3254209,7.3926687,7.3747602,7.34128,7.4397616,7.5692129,7.576005,7.6383433,7.8788347,8.2798052,8.2916346,8.2808161,8.3164015,8.5381498,9.0538359,7.0273843,7.0126915,7.003418,6.960928,7.3207445,7.3322759,7.3041339,7.48595,9.0684547,12.073262,12.049811,12.011611,12.073054,12.233235,13.152144,8.1343307,8.0995941,8.0760994,8.0667992,8.4130411,8.4440594,8.4612217,8.6251307,9.359005,10.696846,10.69943,10.702894,10.759297,10.959622,11.567426,8.3057432,8.2556887,8.2248211,8.3454161,8.6630526,8.6757622,8.7986584,9.0018692,9.7970772,11.236145,11.238174,11.46381,11.509169,11.761405,11.964911,7.0498586,7.0254807,7.0035582,7.0521607,7.4179592,7.4129124,7.422008,7.6626096,9.3985767,12.564865,12.536975,12.558252,12.608576,12.73612,12.945004,7.5860038,7.556385,7.5329471,7.5562625,7.9375172,7.9413624,7.9471903,8.1620369,9.4648848,11.872155,11.853727,11.862043,11.918172,12.070844,12.414992,8.3316717,8.3203154,8.3080053,8.2397661,8.4669828,8.5269709,8.5249338,8.6076345,8.9687109,9.5843983,9.5895052,9.5718012,9.62286,9.8822727,11.657578,6.9974451,6.975842,6.9569612,6.9635983,7.342658,7.34096,7.3248844,7.5391355,9.2437582,12.409618,12.382234,12.36149,12.417508,12.545019,12.919712,8.001689,7.9861226,7.9590492,7.9462214,8.1948414,8.2674904,8.3043671,8.4228191,8.836894,9.558857,9.5751123,9.5821571,9.6265793,9.8385315,10.299332,8.1721306,8.1617603,8.1441355,8.0880165,8.333993,8.4030838,8.4085217,8.5057354,8.9005108,9.574995,9.5826502,9.5675879,9.6204615,9.877635,10.977682,7.0308313,7.0112324,6.9952154,6.9786243,7.3581572,7.3610616,7.3366618,7.5359101,9.1777363,12.25708,12.231324,12.198932,12.258408,12.398987,12.943059,8.1357832,8.089036,8.0557461,8.1145935,8.3717813,8.4247141,8.5340805,8.679204,9.1074429,9.8712044,9.8945398,9.9993267,10.036393,10.242498,10.4056,8.0643301,8.0221453,7.993814,8.0749817,8.4228611,8.4315481,8.5018091,8.717454,9.7037888,11.496882,11.490644,11.617159,11.667018,11.872462,12.113994,7.7453532,7.7225986,7.7077098,7.6682534,8.0371418,8.0563478,8.0396481,8.2087145,9.2824335,11.307724,11.297277,11.266566,11.328454,11.515623,12.401779,7.4781342,7.4739647,7.4453278,7.567946,7.6842322,7.7782469,8.0112066,8.0969486,8.2990351,8.6746836,8.7251596,8.9661589,8.9785137,9.2030268,9.0666752,7.6546001,7.6542811,7.6227355,7.650753,7.8294525,7.9226184,8.0054197,8.1147757,8.4420309,9.0197763,9.0501738,9.0947256,9.1216507,9.3000078,9.440383,8.0455694,8.034668,8.0112677,7.9780254,8.2266207,8.3003502,8.3208075,8.4301958,8.8378372,9.5413532,9.553504,9.5472746,9.5959206,9.8275576,10.49017,7.5959783,7.5696607,7.5495253,7.5413752,7.9258213,7.9352684,7.9255667,8.1209879,9.36444,11.687677,11.671109,11.652538,11.712411,11.873393,12.398138,8.1685276,8.1286955,8.0988512,8.117898,8.409339,8.4584179,8.5175562,8.6657591,9.1746836,10.08009,10.095925,10.138515,10.18461,10.387527,10.739992,8.3946714,8.338378,8.3058224,8.42486,8.7225599,8.7444496,8.8834696,9.0677338,9.6954327,10.82785,10.838476,11.068733,11.111382,11.369473,11.560444,7.8627033,7.8714461,7.8481135,7.8126206,8.0179672,8.1096411,8.1275482,8.2217302,8.5684958,9.1557159,9.1681156,9.1588068,9.2027216,9.4351501,10.030325,8.3980322,8.3826809,8.3754396,8.3063488,8.5520105,8.5960903,8.589571,8.6797667,9.1144838,9.893837,9.9013538,9.8796158,9.930109,10.170638,12.398971,8.2878599,8.2830305,8.2703352,8.2020321,8.4053755,8.4723663,8.4701576,8.5440121,8.8618965,9.3917971,9.3966246,9.3805828,9.4296541,9.6904736,11.422689,8.1130571,8.0867929,8.0702162,8.027668,8.366725,8.3998461,8.3964338,8.5420227,9.2775803,10.634435,10.635662,10.614725,10.6739,10.888688,11.902067,8.1793642,8.1473389,8.1248398,8.1033258,8.4307718,8.4706554,8.486639,8.6343384,9.2657547,10.406108,10.412148,10.409716,10.465538,10.67826,11.386606,8.3483582,8.2872581,8.2530098,8.3698368,8.6338673,8.6697369,8.830142,8.9929142,9.4573526,10.291739,10.312767,10.538682,10.574561,10.824882,10.937382,8.206749,8.1817226,8.1652956,8.1174107,8.4325686,8.4743176,8.4747782,8.605052,9.2114592,10.311448,10.316581,10.297986,10.355505,10.584806,11.701157,8.2611494,8.2427826,8.2275515,8.1688499,8.4415159,8.4969234,8.4984121,8.6045475,9.064023,9.8702765,9.8771534,9.8593264,9.9144993,10.166178,11.47254,8.225296,8.1791248,8.1496687,8.1864891,8.5138397,8.5441484,8.6031361,8.7778645,9.4417458,10.638379,10.646989,10.710778,10.760427,10.962381,11.308581,8.0932932,8.0542736,8.0281162,8.0473871,8.4041443,8.4256411,8.455657,8.6413164,9.480031,11.011516,11.010763,11.040311,11.094996,11.283892,11.712151,7.8332648,7.7968478,7.7639027,7.8633423,8.0461388,8.117281,8.3075056,8.4240694,8.7109537,9.232975,9.2680397,9.4502153,9.4729147,9.6864672,9.6382313,7.9508352,7.9268289,7.8954883,7.9178081,8.1529894,8.22435,8.2977524,8.4241791,8.8185539,9.5144043,9.5379019,9.5815611,9.6184053,9.812212,10.049144,7.9264312,7.8907046,7.8653803,7.8905354,8.2615299,8.2741003,8.2959871,8.4974518,9.5185099,11.39466,11.386184,11.41243,11.467993,11.643207,12.024672,8.8167896,8.8462639,8.3885431,8.4961243,8.4562912,8.4714937,8.5095053,8.5777941,8.5906935,8.6104832,8.6768513,8.5919962,8.5375261,8.0966778,7.9795165,8.581068,8.4942875,8.0282269,8.1179161,8.1313982,8.1420851,8.1689415,8.2352066,8.2259512,8.2379236,8.286376,8.2040529,8.1474609,7.831768,7.7237301,8.7770119,8.6756287,8.1494265,8.4875593,8.5190477,8.5394802,8.5735588,8.6211967,8.6389236,8.6542473,8.6941786,8.5920067,8.5261431,8.1521378,8.0433407,8.6105309,8.523736,8.0122356,8.1683712,8.186059,8.1977987,8.2233334,8.2707272,8.2786818,8.2932663,8.3350763,8.2458925,8.1823854,7.8377709,7.7318878,8.612834,8.5453825,8.0681791,8.1737623,8.1800194,8.1914043,8.2195406,8.2813168,8.2793875,8.2930174,8.3426991,8.2583838,8.2001743,7.8648238,7.7561316,8.6483812,8.6330233,8.1794949,8.2595625,8.2392845,8.2515125,8.2837162,8.3563671,8.3491001,8.3616219,8.4187107,8.3367891,8.2823668,7.9375968,7.8267708,8.3770208,8.2777872,7.6884427,7.8266406,7.8391037,7.84447,7.8533669,7.8660898,7.8716898,7.8765206,7.8869691,7.7974782,7.7219748,7.4129977,7.3305554,8.4809418,8.379612,7.8213181,7.9762115,7.9966388,8.0051193,8.0210323,8.0476675,8.0556803,8.0655937,8.0889349,7.998621,7.9278407,7.6081767,7.5145307,8.7224016,8.626852,8.0621653,9.030221,9.0791636,9.1150093,9.1620502,9.2104301,9.2319746,9.2414436,9.2726746,9.12397,9.0519485,8.7084141,8.618474,8.7815971,8.7189102,8.2320805,8.4153814,8.4218044,8.4376278,8.4721518,8.5305977,8.5454121,8.5639143,8.6187801,8.5283079,8.4687977,8.0608902,7.9460444,8.5031633,8.3983107,7.8639569,7.9790559,8.0030966,8.0114183,8.0290709,8.0645285,8.0702772,8.0827179,8.1131029,8.0261221,7.9591155,7.6430955,7.5441194,8.5408802,8.4417696,7.9146113,8.0501747,8.0722637,8.0819006,8.1024523,8.1420279,8.1485147,8.1615057,8.1957293,8.1075439,8.0415955,7.7159958,7.6147671,8.5416937,8.4337234,7.9316669,8.0342264,8.0611973,8.0705538,8.0921297,8.1413193,8.142293,8.156395,8.1957521,8.1109076,8.0488958,7.7354531,7.6309128,8.5553627,8.455183,7.8976398,8.1751261,8.1999454,8.2133627,8.2354851,8.2667122,8.2783766,8.288825,8.3149147,8.2163439,8.145627,7.8133807,7.7178392,8.3734446,8.2729874,7.6883559,7.7834816,7.7965517,7.8011122,7.8093109,7.8227525,7.8278532,7.8335562,7.845233,7.7585812,7.6838837,7.3767796,7.2926803,7.7828312,7.6490283,7.6109114,7.7803202,8.053359,8.0571384,8.1967144,8.5217514,9.3051462,10.565566,10.637244,10.714591,10.754639,10.827344,10.690104,7.3257766,7.1433206,7.1105208,7.2401381,7.4669485,7.4839444,7.6912785,7.9321404,8.2787857,8.8972101,8.9788332,9.0517521,9.0804844,9.1587248,8.7512474,8.0951548,8.0065317,7.9697151,8.459177,8.7420368,8.7375641,8.8846788,9.7812347,11.09149,11.724378,11.897215,11.844825,11.865643,11.878855,11.773858,8.1659489,8.0325432,8.0056915,8.5609493,8.7610121,8.8169088,9.2286777,10.355605,11.602405,11.82235,12.346264,12.286897,12.16319,12.220982,12.090976,8.0072889,7.9029307,7.867867,8.4903727,8.7371864,8.7522907,8.9645309,10.141104,11.686217,12.097708,12.390766,12.34004,12.335252,12.337773,12.22049,7.5415235,7.3192134,7.2810674,7.4060035,7.6388431,7.6519608,7.8255424,8.1008253,8.4469395,9.0439672,9.1427717,9.169116,9.1904488,9.2406244,8.9245634,7.5759592,7.3208652,7.2812872,7.4017057,7.6291118,7.6416473,7.8075671,8.0980263,8.4022799,8.9262609,9.03895,9.0419559,9.055851,9.0926418,8.796483,8.012538,7.898263,7.8658962,8.5051079,8.7339954,8.7640057,9.036581,10.271011,11.799027,12.11773,12.489313,12.433359,12.399707,12.403934,12.277055,7.816565,7.660768,7.6221366,7.8089619,8.0312452,8.0412664,8.27565,8.5081997,8.9085512,9.6243286,9.6791058,9.9006968,9.9369287,10.084321,9.782774,7.846839,7.5392156,7.4948497,7.6259217,7.8483062,7.8601298,8.0189781,8.3641481,8.6397152,9.0593128,9.2162695,9.1899071,9.1855221,9.2053642,8.9995975,7.6404538,7.6110997,7.5854363,8.0413132,8.3548594,8.317194,8.3461409,9.1385078,10.893872,12.449457,12.403755,12.362965,12.413093,12.463561,12.411449,8.0404634,7.9239864,7.883852,8.159976,8.4550686,8.4521856,8.581008,9.1274185,10.086483,11.035783,11.165913,11.133288,11.158758,11.182127,11.075869,7.7904258,7.5762167,7.5342808,7.6750736,7.9247451,7.9346461,8.0877113,8.4014883,8.8464384,9.5470371,9.6568747,9.6723042,9.6932411,9.7352886,9.5136499,7.0101452,6.6808252,6.6497993,6.7399039,6.9215879,6.9345932,7.1180682,7.3809547,7.491756,7.7856927,7.8948436,7.8755441,7.8767352,7.905592,7.4906907,8.1264591,7.9578271,7.9138699,8.1583338,8.4313297,8.4384689,8.6005058,9.1116171,9.8353548,10.507957,10.692109,10.654984,10.660863,10.677998,10.549438,7.1303592,7.0881777,7.0634766,7.3100615,7.6115232,7.5939465,7.6501217,8.1463966,9.9030571,12.353996,12.349397,12.344025,12.393585,12.436293,12.383235,8.395196,8.1753531,8.1335945,8.3876877,8.595727,8.6276283,8.9562645,9.5342484,10.061954,10.325169,10.683991,10.631195,10.51218,10.58841,10.460796,4.1774216,4.1738133,4.1751208,4.2676606,4.4467716,4.4556818,4.5136743,4.7873936,8.4006929,14.402484,14.387339,14.494232,14.529307,14.586519,14.559672,6.6791716,6.6303139,6.609374,6.7821746,7.0569878,7.0532465,7.1334481,7.5180211,9.3926706,12.436549,12.449174,12.499798,12.547136,12.59893,12.539996,7.8111224,7.5562053,7.5128932,7.6489263,7.8877802,7.89855,8.0527315,8.3824539,8.7489691,9.30931,9.4415302,9.4317636,9.4414225,9.4697094,9.2500782,7.9215393,7.7795715,7.7394586,7.9275274,8.1752558,8.1794777,8.3688917,8.6456347,9.2414274,10.251648,10.310775,10.49296,10.534566,10.660521,10.481766,7.721417,7.5367312,7.4972711,7.6422539,7.8878436,7.898551,8.0706911,8.3469248,8.7970667,9.5576296,9.6415987,9.7133026,9.7441082,9.8165579,9.5591898,8.0490494,7.8949175,7.8521705,8.0777454,8.3596134,8.3631153,8.5051775,8.9764643,9.74228,10.581727,10.72885,10.702402,10.719862,10.742385,10.617662,8.2982836,8.0835323,8.039916,8.3049173,8.5327568,8.5584965,8.8282518,9.412219,10.000321,10.333125,10.653937,10.601814,10.535979,10.572605,10.440659,8.054513,7.9865103,7.9517293,8.4451284,8.7411251,8.7235403,8.8308477,9.7118044,11.105878,11.881892,11.983402,11.931745,11.964046,11.986966,11.894032,8.0438137,7.7856832,7.7393713,7.906992,8.1481352,8.1599197,8.3276148,8.7301474,9.1469593,9.6352034,9.8192301,9.786026,9.777956,9.7959719,9.6334133,7.9167552,7.7020416,7.6581817,7.814537,8.071476,8.0800924,8.2273207,8.5839787,9.0813313,9.7816095,9.9129248,9.9058676,9.9208012,9.9505291,9.7715492,7.4870706,7.4491854,7.4226532,7.7628555,8.0762777,8.0484867,8.09268,8.7181616,10.388004,12.283629,12.264392,12.236478,12.286469,12.331839,12.278022,7.6269555,7.2153454,7.1754484,7.2768502,7.4620595,7.4741054,7.6284285,7.9507942,8.0369005,8.2858658,8.4361515,8.4056578,8.3933239,8.4116077,8.1863489,7.9509492,7.6897697,7.6444039,7.795814,8.0364504,8.047287,8.2048435,8.5737829,8.9637604,9.4854288,9.6451082,9.6204033,9.6207657,9.6414833,9.4596729,7.8709164,7.4513431,7.4077501,7.5194702,7.7042074,7.7170472,7.883244,8.2353916,8.3318119,8.5522184,8.7341185,8.6967783,8.6662846,8.6868334,8.517128,7.8963947,7.8107629,7.7744884,8.0564871,8.3631907,8.3520584,8.4527378,9.000596,10.150526,11.411491,11.490926,11.463435,11.500504,11.531934,11.443889,8.0764446,7.9911647,7.9537425,8.3376331,8.6379328,8.6264677,8.7440958,9.4551153,10.637246,11.505285,11.622077,11.576175,11.606426,11.6296,11.533888,7.6140199,7.5405664,7.5081697,7.7495475,8.0546732,8.043539,8.1310644,8.6156883,9.9222698,11.648909,11.697285,11.68846,11.731425,11.76966,11.692392,7.8708515,7.6958981,7.6542249,7.8149958,8.0832682,8.0897188,8.2298985,8.5727301,9.1875401,10.107924,10.211517,10.232061,10.259404,10.303801,10.138679,8.2374201,8.0505209,8.0070972,8.3022451,8.5496502,8.569315,8.7994375,9.4177151,10.130832,10.554339,10.839407,10.788743,10.757206,10.775884,10.645104,6.9887443,6.5903797,6.5606513,6.6416221,6.8038664,6.8158054,6.9875731,7.259418,7.2845054,7.4910994,7.6051493,7.5790296,7.5737715,7.5978317,7.2202125,7.7916436,7.7335377,7.7011909,8.0211573,8.3361597,8.3140917,8.3856525,8.985199,10.349357,11.812531,11.841678,11.80932,11.854009,11.893164,11.822198,7.0199609,6.9536943,6.9301596,7.1016498,7.3702483,7.3718247,7.4876499,7.8270907,9.3512487,11.94356,11.969639,12.100988,12.150582,12.24172,12.16998,7.8232079,7.6494255,7.6086764,7.7624722,8.0225763,8.0302954,8.1822309,8.4898043,9.0509863,9.9516373,10.040545,10.094605,10.126239,10.188215,9.9960728,7.5355554,6.9470568,6.9151387,6.9914474,7.1318169,7.1426625,7.2706075,7.6011777,7.479363,7.556828,7.701787,7.6725454,7.6527534,7.6720972,7.5216565,8.2410555,8.003583,7.957757,8.1819201,8.4140339,8.4338741,8.6640005,9.1751499,9.6775198,10.046309,10.318707,10.270319,10.224575,10.251099,10.114013,7.8956771,7.7482157,7.7074952,7.893702,8.1762304,8.1791058,8.3080273,8.7018976,9.479331,10.550535,10.656956,10.660165,10.688787,10.725156,10.596023,8.2182331,8.0630245,8.0252514,8.4457874,8.6805058,8.7114906,8.9992085,9.8429756,10.82073,11.159389,11.530335,11.474401,11.422081,11.444206,11.315458,8.0797729,7.980876,7.9440312,8.4734964,8.7420568,8.7464266,8.9223595,9.9061604,11.265939,11.793888,12.019643,11.96758,11.978208,11.985828,11.874308,7.1445322,6.6495981,6.6204286,6.6946936,6.8419032,6.853229,7.0005751,7.2929883,7.2287059,7.3606591,7.4792991,7.4521465,7.4439554,7.4640088,7.1816559,5.8655834,5.8454685,5.8323445,6.0157595,6.2755556,6.2628226,6.2971711,6.712811,9.3545046,13.452195,13.422064,13.436315,13.484401,13.521821,13.493025,7.5692863,7.4661098,7.4325171,7.6088014,7.89148,7.8922582,8.0114698,8.365962,9.4338398,11.144849,11.202697,11.268373,11.312106,11.377268,11.2755,8.0665417,7.7548366,7.7079701,7.8618083,8.0802536,8.0946875,8.2792578,8.67873,8.9769964,9.3243027,9.5329962,9.4928474,9.464241,9.4842644,9.3254576,7.5929976,7.2416263,7.2013059,7.3093204,7.5101705,7.5223737,7.6818504,7.993721,8.1562157,8.4890823,8.6286592,8.6040382,8.6001101,8.6213007,8.3607407,8.1871567,8.0419836,8.001647,8.3959465,8.6526642,8.6698523,8.8911915,9.6658258,10.645281,11.101739,11.386346,11.333941,11.317981,11.329021,11.204744,7.5647459,7.2693415,7.2294078,7.3434944,7.5593586,7.5717883,7.7353544,8.0344152,8.2737341,8.7054739,8.8302031,8.8176432,8.8234968,8.8515453,8.5630445,8.108839,7.9003568,7.8547711,8.0596285,8.3184109,8.3285961,8.49646,8.951107,9.5215206,10.104556,10.293736,10.258509,10.256307,10.273792,10.130551,7.5593233,7.4679565,7.4362588,7.6248484,7.8888979,7.8891888,8.0397425,8.3517437,9.4339094,11.283511,11.322977,11.50748,11.557117,11.678974,11.58361,7.9028788,7.5432248,7.4982877,7.6244636,7.8293548,7.8422484,8.0086765,8.3671598,8.5614815,8.8694515,9.0493698,9.0139246,8.9935694,9.0116787,8.8302412,6.7601705,6.7171807,6.6954699,6.8898821,7.1744237,7.1648474,7.2307897,7.6541963,9.5600119,12.512023,12.514565,12.535332,12.583598,12.627334,12.573871,8.1018486,7.7245169,7.6779714,7.8093667,7.9978757,8.0135517,8.2191639,8.6043549,8.764904,8.982461,9.2055082,9.1619005,9.1013556,9.136425,8.9912271,8.1858549,8.011775,7.9678249,8.2441521,8.5076542,8.5195112,8.7083654,9.2808867,10.015409,10.56152,10.789817,10.744516,10.736809,10.751366,10.622484,7.7591076,7.6382413,7.6008391,7.7875104,8.0754614,8.075964,8.1947079,8.5825615,9.5194941,10.892418,10.97439,10.994952,11.031471,11.076449,10.96452,7.9966154,7.8203917,7.7769966,7.9667506,8.2405348,8.2461071,8.387682,8.7993841,9.4584188,10.28228,10.419489,10.403764,10.421323,10.447696,10.306678,7.9076338,7.860301,7.8286595,8.2463837,8.5612259,8.5301781,8.5900412,9.3315163,10.784925,11.990725,12.00171,11.956937,12.001537,12.043973,11.974136,6.6465559,6.5946941,6.5751419,6.7385921,7.0039797,7.004766,7.1013651,7.4545617,9.2877836,12.375178,12.390996,12.490877,12.539043,12.611444,12.549872,8.0230055,7.8111539,7.7661014,7.9448519,8.2047901,8.213438,8.3665943,8.7709608,9.3090668,9.9630451,10.121076,10.097311,10.104512,10.126229,9.9708538,8.2168503,7.9116364,7.8647122,8.0330715,8.2404108,8.2592134,8.4895744,8.9234533,9.2279482,9.5073881,9.7617998,9.7152729,9.6496172,9.6885834,9.5479088,8.1555977,8.0307608,7.9903278,8.3694839,8.6456919,8.6514921,8.8261347,9.5553846,10.578573,11.180186,11.394401,11.345487,11.352704,11.364636,11.24886,8.3522587,8.0816298,8.0364704,8.2305202,8.4321709,8.4568729,8.7448282,9.2243605,9.5894089,9.8406992,10.143683,10.093748,9.987011,10.055156,9.9243603,7.8285546,7.3495202,7.3080721,7.4055953,7.5711193,7.5831814,7.7456169,8.0903397,8.0980835,8.2488947,8.4249229,8.3880491,8.3495035,8.3745966,8.2186699,7.9949603,7.9280453,7.893023,8.2698374,8.5801821,8.559701,8.64855,9.337636,10.61687,11.688315,11.752237,11.708866,11.74771,11.780226,11.697466,8.0941582,7.9886484,7.949182,8.2850103,8.5798492,8.5752754,8.7087955,9.350769,10.397416,11.233916,11.376805,11.334477,11.358641,11.378786,11.274941,7.0751743,6.8224783,6.7912316,6.8931122,7.098381,7.1136336,7.3083086,7.5593958,7.779686,8.2081242,8.3054094,8.3083868,8.3222399,8.3635006,7.9210596,8.1321974,7.9941335,7.9520588,8.2456446,8.5279808,8.5315704,8.6878939,9.2727966,10.147784,10.866759,11.045823,11.004764,11.017026,11.033582,10.916295,8.3578386,8.1821947,8.1460629,8.5002413,8.7100058,8.7520599,9.122304,9.8751574,10.646596,10.903251,11.335817,11.279958,11.156341,11.230614,11.103395,7.8811665,7.7668018,7.7283158,7.953238,8.2490931,8.2463531,8.3627348,8.8224611,9.7960634,11.018946,11.117126,11.105343,11.137781,11.169859,11.065899,7.5028305,7.417347,7.3852634,7.5847855,7.8792057,7.8748436,7.9741917,8.3892736,9.6408482,11.498433,11.552617,11.572313,11.61493,11.65995,11.574944,8.1663103,7.9269514,7.8804851,8.0844898,8.3259296,8.3408518,8.5358887,9.0045824,9.4932785,9.933568,10.162347,10.119359,10.096011,10.114622,9.971055,13.224394,13.093175,13.145081,14.467497,14.672519,14.753342,14.833785,15.066405,15.092199,15.118446,15.309749,15.107372,15.172593,14.765296,13.670485,13.665702,13.562216,13.615404,19.564816,19.758627,19.822533,19.85849,20.04236,20.015377,19.963634,20.140635,19.328798,19.356216,18.932167,17.948986,13.449442,13.325137,13.381455,15.947697,16.145399,16.226042,16.296856,16.518888,16.536285,16.537506,16.720419,16.369886,16.42375,15.992589,14.867991,13.627414,13.51554,13.559307,15.487307,15.658247,15.723735,15.782109,15.973977,16.010828,16.024214,16.164518,15.873379,15.926206,15.565861,14.210339,13.431032,13.303329,13.362041,15.709231,15.911482,15.996777,16.074818,16.305271,16.323463,16.328671,16.522959,16.200726,16.257841,15.818765,14.729811,13.479277,13.362083,13.405596,14.819275,14.998503,15.064002,15.126574,15.325788,15.360152,15.381878,15.530951,15.30147,15.358015,14.994651,13.679713,13.253078,13.123866,13.174611,14.537293,14.738687,14.817028,14.89443,15.121871,15.149034,15.174169,15.35827,15.148884,15.212534,14.810358,13.679998,15.030673,14.96727,14.985171,15.323865,15.407133,15.430536,15.452341,15.542928,15.563944,15.576002,15.637347,15.505059,15.533374,15.356065,13.921793,13.518818,13.401324,13.455218,16.812449,17.002033,17.074987,17.130978,17.338297,17.348837,17.336742,17.504019,17.053091,17.099148,16.672956,15.525075,13.593787,13.454312,13.526855,15.333261,15.551656,15.661219,15.771711,16.043646,16.057556,16.073421,16.34334,16.094103,16.166666,15.686797,14.803659,13.606508,13.494622,13.534892,14.861028,15.030163,15.090484,15.147928,15.335334,15.371977,15.393573,15.530262,15.304475,15.358529,15.015304,13.633492,14.109962,14.01772,14.045486,14.676109,14.809727,14.850389,14.890388,15.035121,15.067247,15.090253,15.188508,15.020511,15.065341,14.801121,13.253092,19.64641,19.540602,19.650696,20.579412,20.737604,20.904322,21.049263,21.354984,21.292536,21.266411,22.647974,22.489515,22.573261,22.041046,21.607977,14.451266,14.318809,14.4135,17.918613,18.140465,18.286524,18.432707,18.736595,18.733232,18.726929,19.114906,18.62546,18.703053,18.171181,17.489719,14.158174,14.018259,14.100672,16.008614,16.232906,16.364616,16.496174,16.797462,16.791609,16.800268,17.171919,16.911661,16.992676,16.490847,15.776288,13.613904,13.472878,13.544782,15.15661,15.378893,15.491698,15.60573,15.885156,15.893921,15.912271,16.200079,15.977342,16.053259,15.578095,14.747416,13.438338,13.32108,13.362557,14.540294,14.719933,14.783326,14.845265,15.043115,15.077106,15.102869,15.250079,15.045806,15.103308,14.748811,13.42696,13.945067,13.858054,13.8949,18.749556,18.897432,18.969147,19.014933,19.184853,19.225382,19.21446,19.326933,18.648872,18.694693,18.38818,17.032412,14.668949,14.529103,14.615679,16.230291,16.451485,16.592033,16.729559,17.042633,17.021873,17.026447,17.480034,17.256557,17.341028,16.837965,16.209457,13.536781,13.399068,13.469617,15.385702,15.600532,15.704945,15.809154,16.071886,16.088961,16.103027,16.352692,16.088108,16.156996,15.681768,14.748507,13.204833,13.078109,13.123913,14.249228,14.447268,14.51968,14.591895,14.811091,14.840272,14.870029,15.041461,14.854664,14.918016,14.537348,13.359633,13.492753,13.35761,13.425227,15.492359,15.703815,15.802988,15.899942,16.152994,16.171085,16.182062,16.413,16.128311,16.193123,15.725701,14.744832,13.516778,13.404516,13.441407,14.378551,14.549748,14.606627,14.662877,14.84876,14.883044,14.911186,15.045396,14.860788,14.916472,14.586589,13.196125,13.354984,13.218827,13.28066,14.87309,15.085718,15.17995,15.274032,15.525698,15.545783,15.566318,15.791584,15.564614,15.632683,15.187397,14.200821,14.298629,14.212262,14.244142,16.163626,16.288067,16.335234,16.37443,16.513821,16.57716,16.587149,16.681,16.364811,16.405548,16.133186,14.535017,13.659518,13.523982,13.601482,16.229759,16.441441,16.550364,16.655933,16.913975,16.930159,16.93141,17.172514,16.814384,16.876183,16.376112,15.428921,13.232528,13.093021,13.152274,14.39006,14.609789,14.70552,14.802465,15.061732,15.078088,15.105952,15.341475,15.160188,15.23277,14.799112,13.882273,13.319492,13.195757,13.24204,14.553296,14.744884,14.815902,14.885422,15.098757,15.129614,15.154768,15.320051,15.109336,15.169908,14.789165,13.565399,13.56516,13.451099,13.501157,16.542675,16.722324,16.793507,16.849091,17.049461,17.073549,17.069567,17.21995,16.803066,16.85125,16.450287,15.209181,15.158144,15.01975,15.11081,16.578033,16.794054,16.940998,17.082569,17.401876,17.371809,17.371899,17.898457,17.691704,17.7778,17.269604,16.685616,13.533702,13.417675,13.469264,16.569546,16.753485,16.825045,16.880808,17.084406,17.103203,17.096876,17.25407,16.832529,16.880131,16.468273,15.264726,13.71855,13.613786,13.65844,16.923828,17.089804,17.16139,17.216082,17.40596,17.442535,17.441204,17.575146,17.121872,17.17168,16.810858,15.473406,17.682091,17.564667,17.672861,19.284847,19.468197,19.633131,19.783941,20.101028,20.05065,20.030046,20.985979,20.724855,20.811409,20.270016,19.7841,13.380149,13.254767,13.307027,15.153075,15.348362,15.425858,15.498648,15.719401,15.745907,15.76106,15.937813,15.670577,15.729278,15.320123,14.149753,13.282701,13.144342,13.204701,14.554785,14.77189,14.86726,14.963612,15.22051,15.238489,15.264007,15.496677,15.300716,15.371933,14.933438,13.990412,16.391134,16.273991,16.372049,19.956989,20.153728,20.313688,20.466372,20.774252,20.736559,20.713444,21.433683,20.86994,20.949442,20.431324,19.943506,16.430788,16.298834,16.399508,17.592533,17.793051,17.951778,18.099596,18.425983,18.379169,18.36898,19.09754,18.920763,19.008879,18.488472,17.971674,13.126551,12.998034,13.043398,14.074187,14.276518,14.349834,14.423467,14.646261,14.674211,14.706641,14.881615,14.707533,14.772543,14.392513,13.247282,13.323306,13.193173,13.248245,14.908898,15.111852,15.194811,15.275397,15.507776,15.532433,15.551477,15.744547,15.503252,15.565907,15.145124,14.044332,13.46171,13.318964,13.385769,14.695396,14.920622,15.029818,15.140074,15.418653,15.425179,15.44888,15.730016,15.546067,15.623129,15.167381,14.361086,13.148719,13.016867,13.066691,14.224333,14.431438,14.510981,14.590855,14.823607,14.849209,14.879265,15.069182,14.885858,14.952366,14.553317,13.468872,13.640568,13.495935,13.566104,14.817436,15.045126,15.162081,15.279186,15.569343,15.566974,15.588361,15.904014,15.730452,15.810406,15.34932,14.619709,13.212184,13.077877,13.13249,14.439099,14.649487,14.735278,14.82134,15.063025,15.086162,15.112975,15.318163,15.121607,15.18921,14.771107,13.736203,13.154157,13.019288,13.07235,14.264958,14.477044,14.561996,14.647615,14.889609,14.912409,14.94189,15.146209,14.96322,15.031762,14.619751,13.595468,14.128469,14.034376,14.067356,15.376699,15.512808,15.560887,15.604824,15.756732,15.798935,15.814878,15.919856,15.682474,15.727109,15.440076,13.934843,13.629541,13.520383,13.569542,17.195984,17.369265,17.441257,17.493088,17.688,17.713779,17.704016,17.844555,17.350916,17.396793,17.003332,15.751949,14.969189,14.902906,14.924109,15.488365,15.575563,15.602927,15.628671,15.72683,15.757294,15.769195,15.834386,15.68224,15.712268,15.519547,14.132277,13.304166,13.177711,13.227181,14.666331,14.862719,14.938167,15.01177,15.232612,15.261368,15.284531,15.459947,15.238751,15.300266,14.904256,13.729036,13.285884,13.163497,13.206539,14.304002,14.494016,14.561417,14.628284,14.837054,14.868534,14.8976,15.056393,14.866887,14.927765,14.561655,13.312449,13.32651,13.193136,13.251581,14.879102,15.087293,15.175813,15.263091,15.505187,15.527615,15.547453,15.755984,15.521961,15.587254,15.153631,14.111372,13.463116,13.343805,13.390917,15.135414,15.319222,15.389283,15.454354,15.660258,15.692381,15.709021,15.865907,15.602952,15.659225,15.27693,14.006595,13.810075,13.705284,13.742769,15.11763,15.27354,15.329136,15.380919,15.554286,15.59371,15.612444,15.735733,15.498298,15.548576,15.226542,13.780661,14.119403,14.025787,14.055874,14.877038,15.011593,15.054908,15.096894,15.244798,15.280434,15.301253,15.403039,15.21757,15.262395,14.988111,13.471818,13.953323,13.813732,13.895637,15.998784,16.22143,16.347492,16.474566,16.766409,16.770475,16.779932,17.109549,16.823273,16.900866,16.395494,15.615159,13.495446,13.365582,13.429977,16.012043,16.219559,16.313122,16.399343,16.638889,16.653076,16.653593,16.863703,16.513687,16.570896,16.110416,15.080174,14.083118,13.939931,14.018162,15.444044,15.66971,15.798355,15.92594,16.22838,16.217419,16.230938,16.604273,16.408834,16.491163,16.008368,15.329047,13.379068,13.256296,13.304132,14.845659,15.035398,15.107424,15.176367,15.388913,15.419648,15.440276,15.605223,15.368425,15.427333,15.040055,13.81027,13.529195,13.412605,13.460265,15.592658,15.772937,15.843155,15.90515,16.107502,16.13936,16.149685,16.301966,15.992985,16.046598,15.662201,14.378605,9.5063953,9.4489822,9.1927452,9.3171244,9.4452267,9.4885244,9.6512365,9.8827829,9.971406,10.022288,10.421827,10.36202,10.343533,10.208623,9.9820232,9.6736822,9.8029356,9.4746046,9.5331869,9.5278988,9.5702543,9.6884317,9.8674641,9.9017992,9.9354935,10.153722,10.077381,10.043476,9.8752785,9.6986876,9.5211458,9.4644709,9.2060137,9.328846,9.4537535,9.4986324,9.6651106,9.8979425,9.9835968,10.033934,10.415618,10.352012,10.332101,10.196231,9.9736347,9.8612022,10.153214,9.77001,9.7933702,9.7029209,9.7441521,9.8364525,9.9811506,10.007998,10.036658,10.199694,10.119523,10.079698,9.8832464,9.7188568,9.1912575,9.0662317,8.8873186,8.9832964,9.0922565,9.1801195,9.5224342,9.8626022,9.9041843,9.9308996,10.515892,10.442762,10.405527,10.322494,10.141324,9.3268661,9.2437668,9.0338707,9.1372995,9.2487583,9.3207932,9.5945988,9.8961735,9.9620352,10.001632,10.488271,10.415294,10.38676,10.28206,10.088544,9.6145716,9.5649738,9.2754936,9.4040432,9.5225897,9.560297,9.687315,9.8819113,9.959074,10.00885,10.378166,10.320862,10.298517,10.140845,9.9123774,9.5806437,9.5295544,9.2496004,9.3759489,9.4963551,9.5357208,9.6731758,9.8788319,9.9584541,10.008456,10.38044,10.321458,10.300058,10.149387,9.9229555,9.7830906,9.7817192,9.4434347,9.5609608,9.6319618,9.6723671,9.7841101,9.9551811,10.007441,10.04877,10.277176,10.201129,10.168145,9.9851484,9.7859154,9.3054104,9.2199135,9.0325279,9.1523104,9.2901449,9.375885,9.7098341,10.051454,10.158991,10.207017,10.814152,10.742768,10.721256,10.62156,10.405272,9.6878033,9.6453514,9.3406353,9.4679871,9.5759897,9.6148357,9.7385597,9.9271154,9.9969549,10.04478,10.351975,10.285923,10.260106,10.094275,9.8740015,9.7159729,9.9901361,9.643261,9.6561966,9.5761976,9.6174316,9.7232904,9.887804,9.9144812,9.9442854,10.134947,10.058429,10.022745,9.8482838,9.6814346,9.6095181,9.7963619,9.4816675,9.5119095,9.4750166,9.517909,9.6419744,9.8286648,9.8570251,9.888176,10.113292,10.038655,10.005704,9.8486452,9.6777973,9.4417,9.386384,9.1439905,9.2497663,9.3548088,9.4117517,9.6206579,9.880249,9.9477758,9.9912825,10.380773,10.308487,10.282519,10.159231,9.9605255,9.6343555,9.6596813,9.3514051,9.4436836,9.4982252,9.5418978,9.6752472,9.8702822,9.9172716,9.9562798,10.21209,10.136959,10.105872,9.9454708,9.7562904,10.080586,10.073408,9.6873264,9.8300829,9.8940887,9.9348726,10.025693,10.166835,10.214533,10.253114,10.423499,10.341843,10.301785,10.08406,9.8873253,9.5760174,9.5248556,9.2482367,9.3728218,9.4923067,9.533349,9.6781073,9.8902941,9.9697857,10.019537,10.379643,10.317348,10.295684,10.147943,9.9246092,10.152249,10.234328,9.8047495,9.9325981,9.938117,9.9809351,10.062703,10.18673,10.221406,10.251325,10.38664,10.297394,10.249628,10.01326,9.841898,9.5973883,9.5526266,9.2700205,9.3905029,9.5007153,9.5436182,9.6908054,9.9026937,9.9756413,10.023584,10.350621,10.282583,10.258378,10.108232,9.89326,9.8626442,9.8279886,9.4894972,9.6244678,9.719532,9.7576342,9.8622808,10.026644,10.087884,10.133091,10.380232,10.308992,10.277938,10.089209,9.8724184,9.505064,9.4472389,9.1944323,9.3142157,9.4365692,9.4853802,9.6666622,9.9097862,9.9937515,10.043234,10.424269,10.356932,10.33584,10.203941,9.9868584,9.5470552,9.5048428,9.2338362,9.346653,9.450778,9.4981594,9.6639338,9.8907862,9.9600973,10.006177,10.340255,10.269196,10.244013,10.102551,9.8961868,9.6505146,9.6492767,9.3414755,9.4461622,9.5188808,9.5619669,9.6950903,9.8900099,9.943511,9.9851093,10.249187,10.174774,10.144698,9.9825554,9.7863369,10.168506,10.13459,9.7637882,9.9135313,9.9980202,10.038033,10.129851,10.274343,10.330031,10.373187,10.563651,10.487228,10.450788,10.235913,10.023026,9.6575594,9.6112909,9.3137074,9.4416161,9.5547409,9.5932035,9.7191362,9.9111471,9.9843931,10.033184,10.364244,10.30141,10.277155,10.115265,9.8913517,9.7347183,9.6886082,9.3764038,9.5094786,9.6208887,9.6575127,9.769989,9.9468231,10.017602,10.066113,10.386563,10.325047,10.299267,10.126116,9.8978415,9.9064264,9.9143753,9.5490389,9.6742258,9.7345905,9.774806,9.8738871,10.027879,10.075687,10.114786,10.309535,10.230288,10.193362,9.9927607,9.7973518,9.9306259,10.036952,9.6484385,9.7441778,9.7461739,9.7875652,9.879879,10.023261,10.059036,10.091833,10.257958,10.175222,10.134199,9.9259357,9.7490664,9.5644245,9.6140089,9.3206549,9.3948822,9.4319105,9.4775095,9.6216459,9.8281479,9.8679295,9.9038181,10.170701,10.09629,10.065387,9.9166431,9.7348852,9.7203312,9.6707163,9.3615484,9.4978104,9.6150656,9.6496048,9.7547426,9.923995,9.9977388,10.04737,10.426024,10.374837,10.350586,10.175971,9.9368486,9.6316681,9.5866995,9.29533,9.4196453,9.5309925,9.5714273,9.7067585,9.9078016,9.9807129,10.029078,10.353376,10.2875,10.263195,10.106546,9.8873491,9.3070068,9.2178984,9.023468,9.1369133,9.2652912,9.3479681,9.6669874,9.9964466,10.086447,10.131223,10.702442,10.629534,10.603967,10.50289,10.297142,9.3191452,9.2405396,9.0525818,9.1765165,9.3194513,9.3999424,9.7173986,10.055044,10.173097,10.222794,10.815698,10.746824,10.72983,10.62975,10.404931,9.7975426,9.7740793,9.4403954,9.5671015,9.654398,9.6937437,9.8048286,9.9762106,10.034563,10.07846,10.32215,10.248706,10.217421,10.034697,9.8260002,10.00691,10.262446,9.8498001,9.9025784,9.8264112,9.8684902,9.953021,10.08367,10.112232,10.140245,10.285516,10.201143,10.157063,9.9401579,9.7763739,9.4893312,9.4385071,9.1599197,9.289546,9.413887,9.4488192,9.5674562,9.7543688,9.8356085,9.8862677,10.395677,10.359826,10.340384,10.1856,9.9482079,9.4213657,9.4275246,9.1733017,9.2435112,9.2935076,9.3454084,9.5260391,9.7666721,9.7986183,9.8301592,10.151725,10.07921,10.048862,9.925519,9.7493582,9.4318476,9.363862,9.1342869,9.2518196,9.3781767,9.437088,9.6619558,9.9363966,10.025361,10.074194,10.509378,10.439692,10.418402,10.299911,10.086543,9.2666988,9.2091789,9.007452,9.1344395,9.2709169,9.3130407,9.5027275,9.7896967,9.9085836,9.9523592,10.410591,10.36215,10.355819,10.257933,10.021003,10.277077,10.256499,9.8598289,10.016158,10.083715,10.125949,10.213493,10.34807,10.396418,10.43508,10.587252,10.503879,10.461775,10.231564,10.033434,9.851428,9.9929085,9.6193972,9.6941338,9.6800089,9.7212982,9.8186121,9.9700203,10.00398,10.036488,10.213335,10.13267,10.093719,9.8969803,9.7219992,10.312341,10.264288,9.9124022,10.065861,10.165643,10.204513,10.293836,10.436456,10.50149,10.549063,10.791871,10.727196,10.694864,10.481301,10.245041,10.1675,10.354004,9.9142151,10.008117,9.9605274,10.003899,10.083412,10.203213,10.233246,10.260207,10.391263,10.301718,10.252924,10.015771,9.8531713,10.130638,10.145807,9.7387142,9.8823814,9.9281015,9.9699821,10.056265,10.188653,10.230666,10.26554,10.414828,10.329082,10.285033,10.056608,9.8707399,9.4148149,9.3543282,9.1206808,9.2465305,9.3833847,9.4268856,9.6024837,9.853488,9.9551191,10.006021,10.460265,10.407552,10.394113,10.273499,10.039896,9.4115658,9.3618851,9.1220884,9.218236,9.3103676,9.3683109,9.5795441,9.8407202,9.8955126,9.9344625,10.317487,10.244701,10.216527,10.097041,9.9073868,10.009857,10.06018,9.6634541,9.786005,9.8157911,9.8571882,9.9467354,10.085252,10.124881,10.159142,10.319538,10.235457,10.193212,9.9757013,9.7933111,9.7014608,9.6741734,9.3612442,9.4818869,9.5747643,9.6154013,9.7402544,9.9277401,9.989645,10.034652,10.306547,10.234689,10.206005,10.037395,9.8286963,9.2321157,9.1728258,8.9942513,9.1233044,9.2653303,9.318449,9.5531206,9.8811684,10.01769,10.060581,10.538156,10.482354,10.478518,10.395309,10.157921,9.8976707,9.8767042,9.5249681,9.6579409,9.7397699,9.7789354,9.8807955,10.039946,10.095194,10.137816,10.356071,10.280511,10.246567,10.051245,9.8438845,9.215147,9.1076784,8.9365606,9.0459414,9.1727514,9.2774925,9.6813211,10.053172,10.13719,10.176188,10.879587,10.803711,10.771944,10.679911,10.479228,9.5229168,9.5028868,9.2307014,9.3286448,9.4102287,9.4592123,9.6266651,9.8536634,9.9088669,9.949996,10.266995,10.193743,10.165682,10.026304,9.8330688,10.322203,10.280205,9.9139938,10.067932,10.158109,10.198655,10.289412,10.432732,10.491895,10.537565,10.732711,10.659388,10.624435,10.406219,10.185379,9.7702036,9.9502535,9.5940495,9.6460838,9.613574,9.6549425,9.758626,9.919467,9.9511805,9.9831572,10.172091,10.093633,10.05681,9.8728657,9.7001352,9.9014683,9.8539495,9.5221758,9.6638889,9.7724495,9.8081417,9.9061279,10.064098,10.132145,10.180217,10.477087,10.415733,10.387306,10.197252,9.9620295,9.7544594,9.8168783,9.4738293,9.5655975,9.5971403,9.6386042,9.7497787,9.9196653,9.9613323,9.9980736,10.209607,10.131757,10.096868,9.9156532,9.7305317,9.9807482,10.089128,9.6897373,9.7903671,9.7894316,9.8311005,9.920126,10.057981,10.093099,10.125087,10.28245,10.198277,10.155631,9.940443,9.7652102,10.137204,10.186232,9.7653646,9.9018822,9.9262915,9.9687185,10.052249,10.179513,10.217019,10.248898,10.38898,10.300936,10.254519,10.021088,9.8440895,9.1620579,9.1085072,8.9351778,9.0638008,9.1986465,9.2455053,9.4591198,9.7857285,9.9220715,9.9598866,10.40357,10.351911,10.350969,10.273439,10.036993,9.7631721,9.7257977,9.4046535,9.5345535,9.6354132,9.6737738,9.7879095,9.964613,10.029602,10.076045,10.351832,10.282948,10.254533,10.078,9.8601303,9.6279335,9.6000261,9.3043537,9.4184313,9.51194,9.5551538,9.6957579,9.8991671,9.9620609,10.006955,10.298914,10.226915,10.199479,10.042859,9.8375835,9.3982153,9.3313141,9.116004,9.2419205,9.3834667,9.4369707,9.6551313,9.9387312,10.049594,10.100839,10.565031,10.503681,10.490515,10.380778,10.149356,9.3219175,9.2676344,9.0244684,9.1494427,9.2812147,9.3190899,9.4654484,9.6869841,9.7813578,9.8318396,10.401669,10.370056,10.356083,10.22629,9.9918089,9.2893896,9.220294,9.0386143,9.1667023,9.313261,9.3832846,9.6708612,10.008317,10.140409,10.188597,10.746222,10.682878,10.672618,10.580118,10.34604,11.95519,11.749229,11.861945,11.884586,11.718984,11.723688,11.704153,11.709753,11.092183,11.090669,11.037406,11.053791,11.183887,10.125627,9.801425,9.467247,9.3912964,9.4276714,9.462554,9.4115658,9.4139929,9.3947296,9.3991613,9.1753635,9.1752291,9.1549902,9.1728935,9.2262087,8.7894382,8.5443544,10.694308,10.558656,10.625336,10.664177,10.560661,10.564928,10.537219,10.543156,10.143797,10.142888,10.108638,10.130739,10.218414,9.4952431,9.2276411,10.712863,10.588865,10.660991,10.699746,10.621795,10.625496,10.602279,10.606876,10.220629,10.218736,10.183134,10.202916,10.288939,9.5667267,9.209116,11.414433,11.249409,11.344981,11.378691,11.263331,11.267511,11.243681,11.249076,10.738622,10.736697,10.692299,10.711999,10.822578,9.908844,9.5833378,9.8895445,9.8098974,9.8517284,9.8902626,9.8445177,9.8469629,9.8267965,9.829318,9.5928011,9.590704,9.565691,9.5826635,9.6369991,9.1666231,8.6006756,8.8833952,8.8333941,8.8561563,8.8880329,8.8610487,8.8619242,8.8464518,8.8485651,8.7092628,8.7085495,8.6952991,8.7090864,8.7438431,8.4511671,8.1212797,8.9385977,8.9004593,8.9174967,8.9461031,8.9285507,8.9275627,8.9129028,8.9116974,8.8106441,8.8077707,8.7968531,8.8061571,8.8300343,8.6084166,7.8514128,9.7186632,9.5913353,9.5157042,10.29124,10.103135,10.132091,9.9845295,9.993228,9.8548927,9.7818737,9.7350111,10.188062,10.240077,9.8226938,9.7517853,9.9727564,9.8485184,9.7750988,10.40416,10.179407,10.200425,9.9413424,9.9471979,9.7307987,9.6700621,9.6259012,10.035356,10.07245,9.7332754,9.6766233,9.8421879,9.7289448,9.6613302,10.498826,10.404247,10.441946,10.320837,10.333061,10.277595,10.195225,10.152697,10.641395,10.707714,10.219516,10.134763,9.0678759,8.9647331,8.9435682,8.8159285,9.1841717,9.243535,9.2277098,9.3203678,9.6070595,9.9585485,9.9666824,9.9654284,10.100066,10.517982,11.050839,9.013114,8.9180145,8.9042244,8.759057,9.109499,9.1751633,9.1592255,9.2411156,9.5365019,9.8864613,9.8896494,9.8893147,10.028418,10.544253,11.424535,8.8841658,8.7795753,8.7492065,8.7081833,9.0386553,9.0660934,9.1055641,9.2210112,9.506793,9.9589958,9.979085,9.9815722,10.151774,10.377123,10.784366,9.0511055,8.9504414,8.9329214,8.792841,9.1576462,9.2218094,9.2041769,9.2917519,9.5844736,9.9326077,9.9382801,9.9385118,10.076969,10.549452,11.176869,9.2387857,9.1283541,9.0986633,8.9875956,9.3646746,9.4217663,9.3927803,9.4869976,9.7304688,10.015927,10.026203,10.030622,10.15174,10.432989,10.615358,9.3209248,9.2012777,9.1540003,9.0944529,9.460885,9.5064116,9.4820557,9.586463,9.7813053,10.032675,10.051375,10.048903,10.149724,10.273129,10.328449,8.9169197,8.8203697,8.7937403,8.7368631,9.0636244,9.0940962,9.1180954,9.226243,9.5147114,9.9593897,9.9764433,9.974124,10.146446,10.398164,10.982116,9.2319965,9.1086569,9.0627432,9.0001059,9.3692083,9.4128723,9.3991756,9.5094414,9.722518,10.006444,10.026769,10.020649,10.124985,10.287688,10.390185,9.116993,9.0057716,8.9755554,8.874733,9.2481203,9.2993784,9.2870293,9.3894644,9.6543961,9.9941673,10.00756,10.004113,10.128468,10.438046,10.760451,9.0564747,8.9552612,8.9393225,8.7901983,9.1568022,9.2251663,9.2050247,9.2898588,9.5842028,9.9227934,9.9271364,9.9294891,10.070619,10.575347,11.185328,9.2795134,9.1548367,9.1044626,9.0515671,9.4171829,9.4598646,9.4429817,9.5529718,9.7492619,10.012059,10.0336,10.027282,10.12629,10.249475,10.309993,9.0162258,8.9210157,8.9048166,8.7713175,9.1218843,9.1820145,9.1684628,9.2544584,9.5470753,9.9077253,9.913331,9.9110441,10.047096,10.512618,11.361587,9.2281809,9.1075945,9.0648108,8.9940939,9.3652334,9.4108305,9.3950424,9.5029211,9.7233143,10.011592,10.030164,10.025496,10.13313,10.317024,10.439597,9.0434332,8.9390602,8.9135561,8.8096085,9.1727314,9.2225456,9.2161741,9.3165541,9.5990992,9.9726915,9.9847946,9.9798365,10.11054,10.458733,10.9913,9.023984,8.9255619,8.9143686,8.7505312,9.1075773,9.1830597,9.1627741,9.2400284,9.5392036,9.8674126,9.8684368,9.8729839,10.018816,10.609766,11.399848,8.7429895,8.6499825,8.6230516,8.6510448,8.8917675,8.9049721,9.0200386,9.1170311,9.3302774,9.7091103,9.7333164,9.7901478,10.11874,10.267252,10.315043,9.1279125,9.0221558,9.0025721,8.8584051,9.2350616,9.3020601,9.2764559,9.3640795,9.6449184,9.9622669,9.9681072,9.9731712,10.110254,10.551933,10.931866,8.9532804,8.8459682,8.8154173,8.7522335,9.1000662,9.1350279,9.1549931,9.2676601,9.549962,9.9712639,9.9897718,9.9851789,10.125647,10.384296,10.856694,8.9509592,8.8668804,8.8461466,8.7718687,9.0781422,9.1120243,9.1206331,9.2142286,9.4903316,9.9006605,9.9153385,9.9098454,10.060909,10.34662,11.422483,9.0490465,8.9468203,8.9244528,8.8067331,9.1704893,9.2253819,9.2139702,9.3093014,9.5957737,9.9604816,9.9700584,9.9666872,10.099693,10.491428,11.071471,9.2667322,9.1477003,9.104744,9.0336294,9.4043121,9.4510546,9.4302244,9.5353642,9.7486792,10.022483,10.040143,10.037298,10.143724,10.313877,10.414284,8.9179535,8.8090096,8.7772236,8.7270184,9.0693197,9.1003876,9.1316757,9.2476883,9.529541,9.9636593,9.9839344,9.9822636,10.130641,10.367198,10.778804,8.9947348,8.9094582,8.8955946,8.772994,9.0930195,9.1469355,9.1365824,9.2159214,9.4925938,9.8438644,9.8489752,9.8446493,9.971055,10.408566,11.698071,9.2164364,9.0977125,9.0574875,8.9801245,9.3527575,9.3997822,9.3833704,9.4897871,9.7175589,10.012207,10.02954,10.025691,10.136305,10.341314,10.486468,9.2806244,9.1595221,9.1132383,9.0506191,9.4189682,9.4640017,9.4439726,9.5507755,9.7550125,10.02131,10.040523,10.036488,10.139319,10.284417,10.362423,9.1350622,9.0216188,8.988986,8.8942747,9.2681618,9.318017,9.305706,9.4098654,9.6671066,9.998867,10.013433,10.00967,10.130873,10.415188,10.689364,9.2463579,9.1288452,9.0887671,9.0100145,9.3826408,9.43081,9.4102268,9.5143337,9.7371016,10.020239,10.036715,10.034479,10.144391,10.340978,10.467882,9.1724453,9.0541706,9.0158672,8.9356203,9.3085594,9.3552322,9.3433361,9.4510536,9.6901674,10.003638,10.020926,10.01607,10.129942,10.35951,10.548125,8.8925543,8.8095522,8.7860222,8.7489872,9.0319338,9.0539341,9.0862226,9.1859293,9.4572592,9.8975697,9.9116983,9.9150381,10.191138,10.398467,10.855786,9.27209,9.1592588,9.1243982,9.0301228,9.4046679,9.4576397,9.4293566,9.5267553,9.7542391,10.028362,10.041075,10.043792,10.158125,10.381191,10.514311,8.9237661,8.8425856,8.8211412,8.7646713,9.0561991,9.083518,9.1013927,9.1965704,9.4697018,9.8953094,9.9092417,9.9060669,10.138519,10.381225,11.105425,8.9789152,8.8928308,8.8739319,8.7791462,9.0973473,9.1393957,9.1384888,9.2279263,9.5050259,9.8919344,9.9032173,9.8970041,10.028256,10.368948,11.515182,9.0189114,8.9212399,8.9002371,8.7876062,9.1399012,9.1914978,9.1837015,9.2777786,9.5655441,9.9424896,9.9521008,9.9473143,10.080059,10.466423,11.210453,9.1604214,9.0503759,9.0222168,8.909193,9.2858562,9.3421192,9.3213596,9.4185467,9.6800489,9.9979649,10.00894,10.009245,10.134808,10.461117,10.742455,9.2440348,9.1190157,9.0706453,9.0136757,9.3810596,9.4236784,9.4102125,9.5215168,9.7274837,10.004497,10.025909,10.019059,10.120687,10.265539,10.349518,8.9645987,8.8777819,8.8572178,8.7729387,9.0901642,9.1282215,9.1324596,9.2259235,9.5054216,9.9088926,9.9221802,9.9160194,10.055346,10.366999,11.424969,9.0787668,8.9713268,8.9444704,8.8375521,9.207325,9.2594347,9.2489309,9.3493118,9.6259289,9.9824104,9.9944525,9.9906683,10.119439,10.463374,10.892077,8.9385548,8.8411074,8.8148193,8.7485209,9.0819368,9.115694,9.1331005,9.2397947,9.5278454,9.9611654,9.9776545,9.9733124,10.128344,10.398302,11.042662,8.9904957,8.9069614,8.8907022,8.7856264,9.0979576,9.143959,9.1383457,9.2213278,9.4917221,9.8547525,9.862669,9.8567352,9.9805307,10.353404,11.676497,9.1887655,9.0672331,9.0251341,8.9546394,9.3257704,9.3702717,9.3595905,9.4697771,9.6978683,10.001649,10.020872,10.014862,10.124177,10.322128,10.470869,9.1159754,9.0085945,8.9836807,8.8631058,9.2376251,9.2955322,9.2772264,9.3728209,9.6474371,9.9823198,9.9920683,9.9916735,10.121988,10.492997,10.871128,9.3021698,9.1870317,9.1472073,9.0679865,9.4392834,9.4890509,9.4613419,9.5612011,9.7734604,10.03557,10.050514,10.05166,10.159965,10.334532,10.427745,9.3315935,9.2091379,9.1572666,9.1084614,9.4715223,9.514926,9.4923754,9.5991507,9.7835789,10.02754,10.048447,10.043885,10.140418,10.236803,10.271521,9.3002501,9.1739969,9.1201448,9.0748901,9.4375839,9.4791536,9.4618683,9.5725784,9.758707,10.01093,10.033774,10.026591,10.122056,10.221122,10.260091,8.993165,8.9020729,8.8939381,8.732873,9.0644827,9.1390724,9.1219635,9.1918116,9.4803753,9.794982,9.7930584,9.7968884,9.9367447,10.54947,11.737589,8.7989988,8.6971693,8.6669884,8.6600914,8.9615612,8.9804401,9.0545597,9.1707401,9.4499292,9.9206152,9.9427967,9.9675312,10.186984,10.37427,10.614789,9.2677212,9.1522579,9.1138153,9.030179,9.4032688,9.4532776,9.4285822,9.5296602,9.7514935,10.027012,10.041977,10.041967,10.152848,10.352383,10.473293,9.1945715,9.0838156,9.0544529,8.9434967,9.3207388,9.3770065,9.3530731,9.4496136,9.70259,10.00634,10.017357,10.019036,10.142176,10.44578,10.676885,9.2274685,9.1147041,9.0815954,8.98209,9.3581419,9.4116106,9.3871613,9.4857368,9.7255068,10.017183,10.02984,10.030964,10.148813,10.40585,10.583762,9.3115978,9.1942129,9.1506491,9.0816488,9.4506254,9.4981241,9.4721851,9.5744562,9.7779694,10.035029,10.051889,10.051166,10.155643,10.30342,10.37709,9.1489439,9.0333223,8.9982414,8.9101057,9.2837391,9.3320208,9.3203087,9.4262896,9.6761589,10.001258,10.017085,10.012769,10.130861,10.391055,10.627099,9.1520767,9.0318136,8.9921103,8.9178267,9.289257,9.3337927,9.3264599,9.4370222,9.6759748,9.9964876,10.015217,10.008953,10.121818,10.343138,10.532927,9.2040272,9.088809,9.0530815,8.9628296,9.3377094,9.3879747,9.3690538,9.4719286,9.7111282,10.012625,10.027479,10.025541,10.141326,10.384644,10.567815,9.0966797,8.9921875,8.9725142,8.8328171,9.2061357,9.2710028,9.2494774,9.3386002,9.6240025,9.9563217,9.9627552,9.9650955,10.102103,10.5475,11.005203,9.0828705,8.979373,8.9639721,8.8066664,9.1790657,9.2513409,9.2270966,9.3103161,9.6032629,9.9270353,9.9306736,9.9362955,10.079663,10.598192,11.101863,9.2904158,9.1765223,9.1391678,9.0526514,9.4255419,9.4768791,9.4485483,9.5470457,9.7662172,10.033262,10.047039,10.049149,10.160279,10.356677,10.466885,8.7599049,8.6593885,8.6296167,8.6419401,8.9212074,8.9368296,9.0342913,9.1460476,9.4042025,9.851306,9.8752699,9.9179811,10.170651,10.341292,10.481217,9.1995869,9.0759182,9.0312748,8.9669476,9.3366175,9.3798342,9.3698149,9.4814663,9.7021856,9.9991636,10.019635,10.012839,10.119185,10.297576,10.42286,9.1939831,9.0845203,9.0574198,8.9383678,9.3162441,9.3750877,9.3489923,9.4429216,9.699892,10.001807,10.011378,10.014756,10.140523,10.467029,10.709922,9.1459246,9.0347719,9.0049143,8.8993797,9.2748299,9.328331,9.3113689,9.4115238,9.6724615,9.9983826,10.010821,10.009137,10.133138,10.444208,10.731847,9.0111523,8.9171753,8.8992414,8.7781267,9.1234264,9.1778536,9.1677408,9.256422,9.5446434,9.9141159,9.9215736,9.9174328,10.050164,10.470609,11.359465,9.0032463,8.9059792,8.8833561,8.7829323,9.1303825,9.1768827,9.1743164,9.2716475,9.5579786,9.9479179,9.9595089,9.953619,10.086593,10.437529,11.192757,9.0360336,8.937253,8.9201555,8.7826529,9.142705,9.2053223,9.189476,9.2767887,9.5703211,9.9247828,9.9304705,9.9295883,10.067389,10.538039,11.242606,9.1677465,9.0600281,9.0365,8.9053097,9.283391,9.3459673,9.3195047,9.4104748,9.678299,9.9865875,9.9943476,9.9988356,10.129781,10.506207,10.800585,8.9673691,8.8701496,8.8451529,8.765132,9.1045208,9.1431046,9.1515245,9.2545958,9.5414963,9.9572248,9.972064,9.9661312,10.107323,10.406862,11.124457,8.8416281,8.7426414,8.7136545,8.689702,8.9997387,9.0216341,9.075408,9.1897335,9.4757223,9.9460316,9.9658394,9.9779291,10.189532,10.392647,10.732646,8.8866234,8.7925987,8.7659616,8.7235069,9.0365162,9.0621719,9.096426,9.2052135,9.491869,9.948967,9.9661627,9.9684963,10.176571,10.402349,10.880765,7.458416,7.475153,7.4654021,7.3102031,7.5119205,7.6834598,7.6656532,7.712976,8.0511971,8.4395199,8.4371185,8.4273157,8.5647593,9.4810438,9.3876295,7.195601,7.2529783,7.2369556,7.135385,7.2708907,7.4332347,7.4126759,7.4579511,7.7398272,8.108964,8.1100426,8.0944834,8.1913404,8.7492371,8.6608152,7.3323436,7.3677216,7.3554773,7.2217083,7.3922644,7.5618224,7.5420818,7.5869927,7.8981838,8.2691774,8.2681189,8.2563953,8.3752937,9.1517305,9.0616465,7.3991556,7.4496403,7.4298244,7.3641753,7.5103798,7.644455,7.6367297,7.6990347,7.9888692,8.4370337,8.4415665,8.4236593,8.5466833,8.8851023,8.7819185,7.9265871,7.872108,7.8749785,7.6205258,7.9867287,8.1331997,8.114994,8.192359,8.7419376,9.4755535,9.4640169,9.4497538,9.6605072,10.832919,10.723265,7.5607748,7.4696712,7.4917154,7.1154518,7.5502234,7.7119184,7.6966786,7.7844801,8.6462831,9.9394798,9.9092455,9.8990946,10.17358,11.890183,11.799335,7.7868705,7.7179413,7.7293406,7.4210281,7.8494844,7.9783587,7.9516621,8.0485153,8.8343401,10.051874,10.027598,10.008122,10.2398,11.452711,11.350421,7.6029191,7.5669255,7.5616822,7.3945537,7.8095107,7.8608251,7.8212337,7.9642296,9.0586481,11.067983,11.037505,11.002937,11.212042,11.663198,11.55772,7.5623164,7.5816312,7.5681295,7.433095,7.6472802,7.7953668,7.7757034,7.8349185,8.1839886,8.6483793,8.6472998,8.6310434,8.7594519,9.4279938,9.3256626,7.2401314,7.2963042,7.2792239,7.1848321,7.3254328,7.4813271,7.4622245,7.5116181,7.7972312,8.1877642,8.1890564,8.171979,8.2690477,8.7687206,8.6767511,7.9629006,7.9280415,7.9228487,7.7218485,8.0644102,8.1875057,8.1658792,8.2507267,8.7670021,9.5133429,9.5047693,9.4849215,9.6724615,10.504747,10.390186,7.8653173,7.8420801,7.8353224,7.6454759,7.9508686,8.0885468,8.0688248,8.1422644,8.5933704,9.2034426,9.1976852,9.1812544,9.3530455,10.216107,10.104806,6.8314357,6.915431,6.9012365,6.8081131,6.8828983,7.0678854,7.0475984,7.0775008,7.3150263,7.5928326,7.5933909,7.5822973,7.6653223,8.2852573,8.2137613,6.8191957,6.9161377,6.8988519,6.842968,6.9054461,7.0731993,7.0583243,7.0980911,7.3246903,7.6508007,7.6512055,7.6347003,7.7043481,8.0465517,7.9696374,7.5516434,7.5108323,7.5087676,7.3086257,7.5623708,7.7834921,7.7925334,7.8329859,8.2387505,8.5781851,8.5723543,8.5744982,8.8020239,10.625236,10.536772,7.6726046,7.608099,7.6116037,7.3737655,7.6728444,7.8943453,7.9057927,7.9512138,8.4058084,8.8022881,8.7946806,8.7976656,9.0502596,11.001673,10.905701,7.6602182,7.5475359,7.5618529,7.2640924,7.6226244,7.8794937,7.9136662,7.9596257,8.5189018,8.9874907,8.9767122,8.9836311,9.3189898,11.967007,11.86627,7.9872317,7.942049,7.9399495,7.7203369,8.1023407,8.2126703,8.1871014,8.2838383,8.9021015,9.8552217,9.8413868,9.8178644,10.02063,10.851939,10.737941,7.6195502,7.6510158,7.630569,7.559165,7.7362852,7.8562522,7.8498187,7.9201803,8.2343645,8.7267771,8.7319994,8.7140141,8.8658314,9.2082119,9.0974512,6.1845841,6.3202949,6.3070655,6.2534456,6.2265949,6.4271946,6.4094791,6.4257097,6.5878811,6.7777863,6.7784348,6.7685943,6.8173647,7.2474532,7.198278,7.7256608,7.6755424,7.6774497,7.4420857,7.7407885,7.9375176,7.9357562,7.9867487,8.4305239,8.8709621,8.8637018,8.8623238,9.0831518,10.678007,10.578235,8.0800314,8.0479851,8.0362844,7.9086828,8.2647533,8.3226118,8.2987318,8.4187698,9.116456,10.354604,10.339569,10.309904,10.567863,10.972005,10.859271,4.9305449,4.9104462,4.9020281,4.8598046,5.1607261,5.1653967,5.1317596,5.3204103,8.341341,13.743162,13.698295,13.681489,13.817269,13.9767,13.908965,6.1299057,6.2715511,6.257205,6.2121449,6.175662,6.372694,6.3546495,6.3714366,6.5265765,6.7225685,6.7247806,6.7133827,6.7564549,7.1072378,7.0585952,7.4975052,7.4373426,7.4349766,7.2411809,7.4984536,7.7495155,7.7774801,7.813375,8.2418661,8.5444336,8.5381746,8.5438156,8.817235,11.135539,11.05463,8.0839386,8.0728874,8.0557785,7.9558306,8.215065,8.3022852,8.2923546,8.379982,8.7867823,9.4447098,9.4440851,9.4233809,9.665904,10.054617,9.9395409,7.3290286,7.3015552,7.2905884,7.1900845,7.5678883,7.5936475,7.5569205,7.717617,9.0608654,11.605004,11.570172,11.535502,11.780036,12.051263,11.954656,7.6257348,7.5825186,7.5833712,7.3627963,7.7936563,7.8621068,7.8203125,7.9525766,8.9894686,10.845577,10.814699,10.783133,10.982785,11.595337,11.490952,7.750123,7.6636901,7.6800232,7.3417583,7.7647486,7.9291096,7.9165149,7.9989161,8.7357883,9.7688284,9.7467804,9.7345705,9.9987335,11.632067,11.53312,7.8194623,7.8398142,7.8187118,7.7566462,7.9317889,8.0344887,8.0327692,8.1057587,8.4093761,8.8998957,8.9066038,8.89079,9.1005306,9.3909559,9.2789536,7.9840384,7.9428349,7.9379911,7.7442236,8.1368608,8.2230453,8.1939011,8.3056669,9.0112867,10.189425,10.172357,10.143554,10.352751,11.000824,10.886342,6.7280579,6.8273191,6.8104744,6.7416148,6.7924991,6.9694004,6.948483,6.9800858,7.198071,7.4847593,7.4879951,7.4734755,7.5407639,7.9710255,7.9004359,7.8436885,7.8024287,7.7989554,7.6038132,8.0170212,8.0887442,8.0533905,8.178731,9.0480385,10.574071,10.550072,10.518011,10.727532,11.313997,11.203719,7.3932748,7.4285641,7.4145303,7.2896886,7.4681392,7.6265121,7.6061969,7.657012,7.9741368,8.3813305,8.3809652,8.3661165,8.4813795,9.1449108,9.0499849,7.2108345,7.2738433,7.2554493,7.179203,7.3085704,7.4592924,7.4445076,7.4969192,7.7745543,8.1777468,8.1790819,8.1607733,8.2554464,8.6595001,8.5658579,7.5512047,7.4125185,7.4333363,7.0992861,7.484314,7.7665806,7.8171325,7.8626137,8.4987574,9.04,9.0268764,9.0350866,9.4267082,12.581839,12.484947,7.1601415,7.2256756,7.2078023,7.126174,7.2491283,7.405345,7.3877788,7.4362092,7.7079029,8.0890894,8.090601,8.0730314,8.1633568,8.6029768,8.5129309,8.0722046,8.0386696,8.0282993,7.8787937,8.2402544,8.3144894,8.2907133,8.4031687,9.0450649,10.137733,10.12498,10.096425,10.323827,10.822335,10.705625,7.9822154,7.9548063,7.9458542,7.7719369,8.1016397,8.2138491,8.1929369,8.2816353,8.7837582,9.5383997,9.5314751,9.5095425,9.6944304,10.385264,10.268332,7.7232461,7.7316618,7.71667,7.5885577,7.8304353,7.9601436,7.9425807,8.0139065,8.3929071,8.9381609,8.9373808,8.9180908,9.0602646,9.6350965,9.5239897,6.0960751,6.074852,6.0633516,6.0106845,6.3532257,6.3608103,6.3244586,6.514369,8.747715,12.889429,12.844768,12.815159,13.00974,13.177536,13.096052,7.4917364,7.4407835,7.4504452,7.1636262,7.6050272,7.68542,7.6396799,7.76475,8.8497667,10.772207,10.736604,10.711589,10.910122,11.687264,11.590115,6.6711454,6.7840719,6.7696056,6.7374363,6.7685413,6.9361243,6.9323339,6.9719701,7.1765146,7.5015359,7.5058331,7.4923363,7.5698991,7.8137035,7.7399096,7.9044042,7.8565907,7.8565679,7.6286626,8.0413198,8.1341906,8.1018677,8.2135363,8.9827194,10.261756,10.240697,10.212637,10.420564,11.182535,11.07178,7.7643361,7.7549505,7.7459908,7.5733662,7.8456898,7.9898992,7.9705195,8.0372705,8.4459963,8.9841185,8.9802027,8.9648132,9.1214991,9.9456205,9.8375988,7.8286934,7.8240376,7.8107877,7.6676965,7.9391079,8.0632973,8.0450163,8.1217394,8.5348644,9.133955,9.1316519,9.111866,9.2682524,9.8862743,9.7722578,7.5528765,7.5858917,7.5667992,7.4806991,7.6663971,7.7958708,7.7841468,7.8514962,8.1763582,8.6672249,8.6699409,8.6507053,8.7798328,9.1886444,9.0803862,7.9750352,7.9381614,7.9303026,7.7666125,8.1550808,8.2232952,8.1936274,8.3155088,9.0803413,10.417521,10.398801,10.367395,10.590263,11.10027,10.986604,7.5629244,7.6071892,7.5866771,7.5348434,7.6685438,7.7877021,7.7867012,7.8510065,8.1182785,8.5477772,8.5565329,8.541853,8.7209492,8.9914465,8.8879423,6.4803004,6.5994396,6.5835438,6.5319595,6.5429068,6.7259326,6.705626,6.732368,6.9205766,7.1749988,7.1798258,7.1661959,7.2204199,7.5704403,7.5102477,7.5342212,7.4370337,7.4410219,7.2200379,7.5235438,7.8014412,7.8491392,7.8865495,8.3839703,8.718874,8.7107334,8.7182627,9.055974,11.908192,11.822481,7.4491096,7.3068504,7.3319592,6.9676561,7.3801165,7.6499763,7.6952901,7.7518678,8.4986048,9.2942438,9.2751064,9.2774477,9.6771984,12.793579,12.705662,7.7822618,7.72544,7.7291741,7.4788055,7.7982006,7.9885597,7.9848509,8.0401945,8.5089617,8.9990921,8.9908562,8.9880905,9.2135954,10.787903,10.685268,7.6410823,7.6072521,7.605721,7.3950596,7.6622005,7.8592157,7.8558373,7.9029865,8.3111887,8.707489,8.7015915,8.699894,8.9030094,10.402669,10.306841,6.7506671,6.713316,6.727973,6.4363456,6.8563085,6.9018397,6.8425121,6.9879522,8.5711956,11.533249,11.486678,11.472576,11.634026,12.135975,12.053857,8.0233469,7.9854198,7.9783173,7.8005261,8.1795292,8.2639322,8.237196,8.3474693,9.0113935,10.117659,10.10303,10.074633,10.286246,10.887808,10.771709,7.6325202,7.6018071,7.5917969,7.4703908,7.8570971,7.8939242,7.8587441,8.0067205,9.1121864,11.181833,11.152067,11.11715,11.361347,11.693439,11.590672,7.6748767,7.6212149,7.6285534,7.3534179,7.7906179,7.8818355,7.842258,7.9600153,8.9072876,10.533975,10.503812,10.477489,10.684679,11.528894,11.426846,7.4359822,7.3140373,7.3398609,6.953527,7.3791547,7.601738,7.619976,7.691535,8.5225649,9.6106606,9.5829792,9.5803804,9.9312096,12.47199,12.386722,7.9105325,7.8679404,7.8646336,7.6637502,8.0713978,8.1512966,8.1183987,8.236989,9.0311737,10.392408,10.371225,10.3407,10.550039,11.186073,11.074121,7.0071402,6.9691377,6.9751062,6.7423577,7.1718812,7.2211413,7.1693325,7.3187966,8.7911596,11.522587,11.481027,11.455192,11.629741,12.137914,12.046567,7.805089,7.7171278,7.729805,7.4212065,7.7955961,7.9957404,7.9986229,8.0590677,8.6254873,9.2442846,9.2317963,9.2296314,9.5009069,11.402939,11.300037,6.8659658,6.9433308,6.9304104,6.8284535,6.908668,7.09938,7.0801702,7.1081362,7.3485374,7.6068034,7.6065378,7.5985546,7.6893792,8.4132633,8.3426437,7.1629214,7.1302361,7.125639,6.9721279,7.3861284,7.4249983,7.3812051,7.5399857,8.9645824,11.624335,11.586737,11.553415,11.745754,12.130651,12.032238,6.5999436,6.7171659,6.7021365,6.6642485,6.6917295,6.8645501,6.8565097,6.8923597,7.0974684,7.4130058,7.4105563,7.3943987,7.4571247,7.7230482,7.6532145,7.8433089,7.7629471,7.775516,7.4608049,7.8630686,8.0304928,8.0192423,8.0950651,8.7360287,9.5752602,9.5586195,9.5480804,9.8002281,11.371609,11.26807,7.8211412,7.765305,7.7708621,7.5037713,7.9302874,8.0338173,8.000514,8.109024,8.9247046,10.264495,10.240066,10.214678,10.427704,11.345177,11.239008,7.3542786,7.2623963,7.2923012,6.857069,7.2870779,7.4423747,7.4202986,7.508708,8.4597588,9.9594336,9.921051,9.9191751,10.19175,11.932386,11.850889,7.6234345,7.5556536,7.5709119,7.2373123,7.6771622,7.7941232,7.7599435,7.8647022,8.7815962,10.288112,10.256683,10.237845,10.464984,11.622625,11.526288,7.8757405,7.8030138,7.8122487,7.5189385,7.9000111,8.0688143,8.0579891,8.1291904,8.7078199,9.4298944,9.4165325,9.4073763,9.647294,11.153167,11.047435,8.0404272,8.0092354,7.9975715,7.8794856,8.2341175,8.2821531,8.2566061,8.3821039,9.1470327,10.539016,10.520664,10.490025,10.768227,11.127291,11.019449,8.1809397,8.1604824,8.1455765,8.0392485,8.3227386,8.3981447,8.3859663,8.4803276,8.936985,9.6962185,9.6921539,9.6694622,9.9449501,10.332752,10.219954,7.2650862,7.105278,7.1312041,6.7727971,7.1861238,7.4880314,7.5564213,7.6117454,8.4289589,9.2923813,9.2699471,9.2729025,9.7350311,13.441306,13.362322,8.1779337,8.1492167,8.1354952,8.0230513,8.3469076,8.4069672,8.3890228,8.4991302,9.0855446,10.110593,10.101007,10.074843,10.353483,10.730618,10.617662,7.9825325,7.9378915,7.9352694,7.7218513,8.11343,8.2131367,8.185297,8.2892313,8.9556541,10.024762,10.00885,9.982729,10.188181,10.948808,10.834843,7.9036069,7.8830509,7.87397,7.6998878,8.0070114,8.132597,8.1124916,8.1920319,8.6504374,9.3046665,9.2994051,9.2801542,9.4512587,10.194533,10.080216,7.4936986,7.523118,7.5078917,7.388021,7.5831046,7.7303638,7.7111406,7.7692299,8.1010313,8.5523157,8.5522146,8.5350513,8.6543512,9.2480192,9.1469984,7.7016644,7.6213751,7.6378326,7.2970896,7.7293725,7.8760428,7.8552132,7.9463916,8.7545109,9.9728823,9.9466839,9.9315968,10.183705,11.647618,11.550156,7.9584637,7.9062176,7.9077754,7.6622343,8.0485239,8.1733246,8.1495514,8.2397709,8.8526459,9.7558107,9.7415066,9.7212954,9.9296398,10.924449,10.812923,7.5430598,7.5554428,7.5450692,7.389708,7.6079183,7.769227,7.7501717,7.8034401,8.1559191,8.5858479,8.5834951,8.5711908,8.7090025,9.5505238,9.4522352,7.7904396,7.704751,7.7159047,7.4198985,7.780395,7.9872718,7.9932051,8.0498037,8.5895443,9.146512,9.1353559,9.1349783,9.405652,11.349012,11.246173,7.7194443,7.6308861,7.6406755,7.3635459,7.7016864,7.9318409,7.9494562,7.9976144,8.5078335,8.9612799,8.9517212,8.9561253,9.2420883,11.430102,11.329532,7.8397903,7.7879663,7.7905664,7.5423751,7.8729796,8.0448856,8.0340776,8.0967093,8.5790472,9.1370802,9.1284199,9.1211691,9.3333597,10.700047,10.594287,7.9601173,7.9148288,7.9137559,7.6849222,8.0475512,8.1771803,8.1554556,8.2398081,8.7907772,9.5742207,9.5632448,9.5447302,9.7435904,10.710468,10.597868,8.0195656,7.9832172,7.9765472,7.7891016,8.1495905,8.2523298,8.2286453,8.3261137,8.9005928,9.7987471,9.7880211,9.7635994,9.9621677,10.660837,10.544063,6.9859128,7.0650196,7.0476408,6.9695163,7.0629106,7.2287931,7.2090364,7.2497101,7.4986219,7.8360243,7.8382816,7.8220687,7.902163,8.3493385,8.2677565,7.8154631,7.7885032,7.7842803,7.5791841,7.8788447,8.0321922,8.0147238,8.0804586,8.5205679,9.0713968,9.0653057,9.0529919,9.2303457,10.256035,10.148603,7.7236919,7.7377305,7.7201104,7.6141758,7.8410969,7.9630432,7.9491205,8.0232153,8.3881178,8.9363403,8.937501,8.9175129,9.063117,9.5333958,9.4201202,7.470572,7.4594808,7.4540424,7.2753315,7.4930553,7.6966743,7.6930628,7.7326083,8.093524,8.4215317,8.4171505,8.4163504,8.5997009,10.037974,9.9506359,7.477313,7.3287296,7.352097,7.0090561,7.4066362,7.6986465,7.7563376,7.8037629,8.4844542,9.0908241,9.0766592,9.0840893,9.4970045,12.823923,12.725768,7.4337854,7.4401207,7.4327407,7.2658477,7.4683127,7.6575646,7.6458955,7.6873474,8.0293465,8.3738585,8.3704453,8.3658915,8.5225754,9.6916103,9.6027422,6.8071175,6.9030914,6.885879,6.8248835,6.8859801,7.0559916,7.0381274,7.0755358,7.3002467,7.6138806,7.6160641,7.5999818,7.6689887,8.0402412,7.9650855,7.407125,7.3502984,7.367044,7.0254836,7.466929,7.5559053,7.508173,7.626008,8.7195463,10.643568,10.604645,10.58672,10.789363,11.693264,11.602177,7.6920605,7.5783372,7.5968685,7.2606664,7.6474171,7.88306,7.9050903,7.9591632,8.5701246,9.1791506,9.1654921,9.1685371,9.4941006,11.950891,11.851604,7.2381959,7.2697468,7.2599969,7.1178122,7.2717719,7.4646163,7.4503903,7.4848919,7.7836795,8.0760841,8.0737314,8.069725,8.203166,9.2494888,9.1684561,7.9250093,7.9114251,7.8985138,7.7530451,8.0462179,8.1596918,8.141593,8.2256708,8.6709137,9.3390656,9.3357143,9.3144474,9.4868517,10.08205,9.9649582,7.6108198,7.5034213,7.5252519,7.1589665,7.583333,7.7830362,7.7878776,7.861743,8.6273556,9.6327248,9.609374,9.6030369,9.9140329,12.05673,11.964307,8.0039473,7.9922185,7.9762502,7.8589888,8.1377516,8.235384,8.2217512,8.310483,8.7429781,9.426012,9.4244089,9.4026232,9.6032467,10.06578,9.9473,8.0943565,8.0651569,8.0532808,7.9110422,8.2484465,8.3309193,8.3110514,8.4146957,8.971674,9.8916302,9.8830748,9.8570852,10.080531,10.583475,10.465369,7.2890639,7.3534875,7.3339853,7.2850113,7.3956065,7.5319653,7.5289416,7.5871096,7.8438134,8.2518282,8.2598028,8.2445107,8.3755541,8.6545143,8.557003,7.2601128,7.3212991,7.3022881,7.2351284,7.3662043,7.5102587,7.4997129,7.5562325,7.8358302,8.2586679,8.2611418,8.2428141,8.3466749,8.7031651,8.6058865,7.9963923,7.958118,7.9531469,7.7519779,8.1113443,8.2240925,8.2008085,8.2930021,8.8520775,9.6966219,9.6861486,9.6637468,9.8586798,10.643222,10.527662,7.7085052,7.6900549,7.6852121,7.4885254,7.7588296,7.9255214,7.9101844,7.9671049,8.3721886,8.8426571,8.837615,8.8284769,9.0000658,10.093036,9.9907656,7.8894725,7.8221731,7.8305392,7.5408521,7.9467392,8.0879345,8.0672197,8.1537123,8.816679,9.7663317,9.7486782,9.7319307,9.9613161,11.217791,11.111285,6.3451929,6.3166056,6.3154745,6.1729145,6.5674996,6.5950136,6.5483332,6.7206135,8.7052917,12.396074,12.353374,12.327554,12.487294,12.816069,12.730942,8.1548233,8.1394777,8.123394,8.0236349,8.288003,8.3679256,8.3578634,8.4472046,8.8650589,9.5505714,9.5485411,9.5273485,9.7987556,10.174446,10.06207,7.9391432,7.8852973,7.8877978,7.6375065,8.0396767,8.1556044,8.1287622,8.2260408,8.900568,9.9398966,9.9225044,9.8997755,10.111082,11.066111,10.955515,7.810534,7.7325463,7.7457199,7.4261851,7.845017,7.9971967,7.9797354,8.065011,8.7795143,9.7990332,9.7783251,9.7637024,10.01145,11.462436,11.360335,7.7168064,7.6161413,7.6351171,7.2852159,7.6995964,7.8943272,7.8958182,7.9667659,8.6624918,9.5384722,9.5192499,9.5130348,9.8064251,11.805548,11.708124,7.878912,7.8426709,7.8351269,7.6756439,8.0729055,8.1321669,8.0992422,8.2296,9.0993795,10.65966,10.636803,10.603568,10.82829,11.297475,11.186754,7.9447422,7.92101,7.9118214,7.7387457,8.0564747,8.1752138,8.1548319,8.2389278,8.7167511,9.4173307,9.4114275,9.3908129,9.5681896,10.280506,10.164617,7.3850861,7.3440332,7.3465843,7.1231475,7.557313,7.6166997,7.5702319,7.7112718,8.9284849,11.152613,11.116524,11.086024,11.276026,11.840159,11.740837,7.0932574,7.1533709,7.1396484,7.0277915,7.149838,7.3264518,7.3060369,7.3434258,7.616272,7.9396539,7.9396954,7.9280252,8.0276785,8.7169418,8.6356802,8.0476522,8.0141745,8.0052586,7.8366284,8.1919346,8.2845917,8.2616711,8.3635178,8.9424324,9.8751469,9.86483,9.8389702,10.044802,10.651155,10.533335,7.8991666,7.8672681,7.856626,7.7317533,8.10569,8.1507044,8.1205359,8.25488,9.1426344,10.776663,10.753488,10.720428,10.980528,11.342562,11.235858,7.8239579,7.8127971,7.8025794,7.6373243,7.9200101,8.0532331,8.0336275,8.1068325,8.5304098,9.1177015,9.1138678,9.0959892,9.2552204,9.9952841,9.8835897,7.9223361,7.8606129,7.8662353,7.5938826,7.9808369,8.1250076,8.1058416,8.1875038,8.7881603,9.6160078,9.6017427,9.5863485,9.807251,11.026618,10.918032,7.947536,7.9546599,7.9340162,7.8630195,8.0677309,8.1619816,8.1588802,8.2381182,8.5738859,9.1186638,9.1236258,9.1066675,9.3310261,9.6425915,9.5269814,7.0792475,6.9836278,7.0323224,6.4522014,6.8491106,7.0017405,6.9694419,7.0454173,7.9923635,9.5219975,9.4750881,9.4976864,9.7634268,11.625285,11.560733,7.8098407,7.824296,7.8039474,7.7256184,7.9322672,8.0392408,8.0330839,8.1106024,8.452363,8.9945631,8.999011,8.9806595,9.1614332,9.5118685,9.3960466,7.5369782,7.3968158,7.4149795,7.1043477,7.4793205,7.774116,7.8330784,7.8756518,8.4957914,8.9791155,8.9671946,8.9761076,9.3796444,12.681813,12.583028,7.9279766,7.8766747,7.8781614,7.6366167,8.0445881,8.1500492,8.1205492,8.2242908,8.9397659,10.083703,10.064628,10.039371,10.248905,11.116344,11.005594,7.9358149,7.927434,7.9119148,7.7878413,8.0642691,8.1708298,8.1557255,8.2411041,8.6668367,9.3234148,9.3219299,9.3004551,9.4797163,9.983202,9.8650227,7.6162758,7.5084572,7.5192747,7.2530961,7.5883293,7.8572969,7.8984499,7.9395947,8.4663715,8.8570852,8.8478003,8.8569946,9.1928596,11.920151,11.821832,6.9377332,7.0339026,7.0173726,6.9853663,7.0380759,7.1899834,7.1901207,7.2387133,7.4499922,7.796454,7.8101764,7.7987924,7.9107537,8.1414585,8.0586758,8.0226078,7.9840822,7.9778647,7.7897549,8.1630116,8.2581549,8.2326784,8.3360739,8.9563217,9.9549007,9.9419851,9.9156847,10.120217,10.790629,10.674251,7.297636,7.1701856,7.1987376,6.7951407,7.2183251,7.4485884,7.4717627,7.5436635,8.4293852,9.6194773,9.5867043,9.5875492,9.9567347,12.67901,12.597998,7.9961586,7.9948025,7.9756799,7.8884807,8.12255,8.2158527,8.2087431,8.2921371,8.6638985,9.2619543,9.2642488,9.2451754,9.4679518,9.8275061,9.7112541,7.8376598,7.839313,7.822835,7.70574,7.9598866,8.0747175,8.0600243,8.1397305,8.5354109,9.1351252,9.1350126,9.114378,9.2755995,9.7723722,9.6561079,8.0628757,8.0403519,8.0269976,7.8917785,8.2045345,8.296381,8.2792673,8.374836,8.8669233,9.6552315,9.6500568,9.6263008,9.8373384,10.343334,10.224654,7.786746,7.6927052,7.7086344,7.3772998,7.7746325,7.968956,7.96947,8.0357895,8.6621246,9.4041853,9.3886671,9.3840647,9.6634579,11.575271,11.47408,7.6144977,7.5968957,7.5926952,7.3976378,7.6484332,7.8326473,7.8223462,7.8710332,8.2582312,8.6622038,8.6573172,8.6524487,8.8309641,10.094444,9.998045,7.99403,7.9743571,7.9617186,7.8161016,8.1246357,8.2287235,8.2105589,8.3006058,8.7743864,9.5064516,9.5019255,9.4793406,9.6671734,10.236891,10.118401,7.6326571,7.6384912,7.6278834,7.4705009,7.7077112,7.8599682,7.840528,7.8998532,8.2706289,8.7442017,8.7416325,8.7273712,8.8693724,9.6662407,9.563303,7.7479534,7.7634959,7.7443752,7.6525445,7.8697181,7.9853091,7.9748888,8.0508938,8.4056845,8.9536867,8.9564152,8.9367981,9.0933313,9.5016937,9.3868828,6.7422428,6.847115,6.8303723,6.7822638,6.832705,7.0016751,6.9900894,7.0289431,7.2490268,7.5764132,7.57441,7.5575409,7.6238894,7.9306049,7.855741,7.4218345,7.4619279,7.44485,7.34307,7.517787,7.6632152,7.6455989,7.7033606,8.0176668,8.4599419,8.4608421,8.4426451,8.5536556,9.0588379,8.9586725,7.6725011,7.6538072,7.6494584,7.4517589,7.7149777,7.8891797,7.8758407,7.9292231,8.3273964,8.7696438,8.7646151,8.7573948,8.9322424,10.100307,10.00036,7.0169063,6.9559326,7.0035133,6.4140244,6.8098636,6.8916054,6.8215103,6.9135809,7.9916868,9.9535427,9.9040031,9.9238548,10.10692,11.086887,11.02381,7.7839003,7.7485385,7.7471814,7.5259366,7.826107,7.9954281,7.9824014,8.041995,8.4822855,8.9890471,8.9823513,8.9744005,9.1658869,10.395093,10.290769,8.1909103,8.1649055,8.1506062,8.0391626,8.3466578,8.4141531,8.3988419,8.5016088,9.0240898,9.9157772,9.9091425,9.8845549,10.159493,10.548639,10.434787,7.605094,7.6260095,7.6101365,7.4919457,7.7067161,7.8435473,7.8258939,7.8912725,8.2422562,8.7401066,8.7401199,8.7214375,8.8501673,9.4037733,9.2969103,7.9192467,7.886055,7.8815198,7.6759019,8.0056629,8.1399393,8.1196775,8.1975641,8.6856346,9.3574142,9.3497896,9.3326788,9.516223,10.423688,10.311211,7.0634041,7.0130291,7.0419641,6.6074777,7.0289702,7.0977936,7.0331511,7.1495485,8.3877754,10.664975,10.61529,10.615124,10.792941,11.555421,11.478478,8.0354137,8.0060005,7.9960165,7.8328156,8.1719732,8.2705908,8.2495203,8.346036,8.8801413,9.7214651,9.7134724,9.6891756,9.8879175,10.497659,10.379395,6.3816843,6.3574233,6.3471866,6.270998,6.6339869,6.6484632,6.6096926,6.7931795,8.8093843,12.57409,12.530535,12.501067,12.693464,12.909355,12.822766,7.866128,7.8027501,7.8104668,7.5258293,7.9436545,8.0689783,8.0426378,8.138545,8.8666115,9.9813766,9.9605331,9.9398642,10.163297,11.282766,11.176592,6.7752051,6.8683553,6.8523555,6.7733884,6.8349338,7.0143557,6.9933052,7.0244446,7.2512832,7.5374236,7.5395708,7.5260372,7.5991154,8.0982571,8.0267744,7.7808285,7.6850653,7.7004738,7.3749619,7.7619629,7.9663229,7.9715075,8.0329647,8.6314192,9.2961292,9.2821989,9.2802086,9.5648994,11.574248,11.472703,7.867867,7.8034468,7.809648,7.5371404,7.8940172,8.066618,8.0568886,8.1229677,8.6495285,9.273735,9.2629709,9.2554798,9.4843721,10.951777,10.845598,7.2684808,7.3034973,7.2927351,7.15381,7.3145399,7.4961081,7.4786544,7.5178938,7.8221421,8.1540108,8.1523018,8.1441393,8.2688475,9.1733189,9.0881729,7.902822,7.903729,7.88552,7.7849255,8.0309362,8.1352329,8.1244116,8.2072535,8.5946627,9.202177,9.2034931,9.183177,9.3666544,9.7869596,9.6691599,7.7033901,7.6929064,7.6858969,7.5026765,7.7657328,7.9241176,7.9063864,7.9657626,8.3628263,8.8471775,8.8429089,8.8312302,8.9915686,9.9533548,9.8498116,7.3690391,7.2982211,7.3241763,6.9112916,7.3469577,7.4606791,7.4184246,7.5210233,8.5472298,10.289575,10.24923,10.24159,10.466727,11.687835,11.603526,5.987596,5.9626279,5.9566097,5.8623433,6.2280321,6.2454267,6.2037606,6.3861718,8.649682,12.828878,12.784508,12.759865,12.9185,13.16815,13.086361,7.7110338,7.7157836,7.7029405,7.5587893,7.8066025,7.9439726,7.924839,7.9926219,8.376133,8.9054174,8.9035082,8.8857651,9.028492,9.6957788,9.5871077,7.656188,7.5392003,7.5604982,7.2050734,7.6092529,7.8386183,7.8577967,7.9173431,8.5828714,9.3126287,9.2962027,9.2966547,9.6264153,12.065488,11.968759,7.9097147,7.8650222,7.8647909,7.6309676,7.9743319,8.1211491,8.1030445,8.1770401,8.6828585,9.3455467,9.3363457,9.3224764,9.5203457,10.617453,10.507391,7.522923,7.5554204,7.537674,7.4386015,7.6289625,7.7653441,7.7499199,7.8139114,8.1427479,8.6217337,8.623023,8.6039057,8.7249365,9.1973639,9.0918427,10.265673,10.149119,9.6586008,9.8385544,9.8952284,9.9156141,9.9511652,10.005199,10.027488,10.055119,10.10638,9.9913597,9.9335079,9.5774565,9.0635319,10.964019,10.85051,10.404139,10.528847,10.589011,10.60721,10.640919,10.699082,10.721281,10.756402,10.811571,10.675467,10.62583,10.287634,9.3447371,11.24334,11.092785,10.730145,10.883731,10.970365,11.007266,11.072618,11.173326,11.214124,11.261119,11.371529,11.288671,11.244291,10.748487,10.419443,12.066425,11.901085,11.631972,11.770652,11.860904,11.905605,11.979458,12.095015,12.140442,12.191485,12.380698,12.321848,12.282148,11.710421,11.41779,13.286289,13.204799,12.909103,12.961845,13.010169,13.025492,13.052382,13.109505,13.123711,13.162982,13.19913,12.885805,12.858392,12.61929,9.5587406,10.651134,10.505294,10.111926,10.262159,10.349564,10.379979,10.436771,10.527744,10.565431,10.61305,10.733744,10.647926,10.604327,10.137498,9.773078,10.352776,10.223204,9.7797995,9.9473181,10.022808,10.048776,10.095942,10.169997,10.201498,10.241902,10.322361,10.222116,10.172207,9.7658405,9.3426418,10.38842,10.270149,9.8015957,9.9597921,10.023653,10.044548,10.081912,10.141743,10.166725,10.200742,10.260611,10.144868,10.091738,9.7306929,9.1329489,12.833889,12.749243,12.442833,12.499255,12.560219,12.576058,12.60658,12.67066,12.686344,12.734571,12.775515,12.498292,12.471828,12.217272,9.5041628,10.516068,10.361586,9.9886761,10.126168,10.220178,10.249278,10.306294,10.401065,10.4404,10.492274,10.668214,10.592987,10.553939,10.06008,9.7056704,12.231011,12.140075,11.810661,11.875858,11.949709,11.966462,11.998958,12.067445,12.087069,12.141747,12.192174,11.964002,11.938039,11.661982,9.450078,10.377311,10.24211,9.8228636,9.9746246,10.058036,10.084105,10.133187,10.213726,10.247969,10.295491,10.397307,10.302958,10.257634,9.8328629,9.4065752,10.261993,10.138434,9.674675,9.8484154,9.917201,9.940959,9.9833288,10.049233,10.077374,10.113303,10.18114,10.074821,10.022006,9.6384811,9.1779165,10.413618,10.298597,9.8073969,9.9775391,10.030688,10.049562,10.082929,10.134242,10.154376,10.179927,10.227788,10.108258,10.049708,9.7017717,9.1290045,11.093411,10.932516,10.585733,10.727194,10.818837,10.854599,10.919873,11.023485,11.064867,11.113711,11.275576,11.203023,11.162674,10.634166,10.314717,10.95025,10.816688,10.392387,10.587491,10.660791,10.694972,10.755459,10.841603,10.877175,10.915292,10.982347,10.884923,10.831572,10.394525,10.074723,10.223324,10.085512,9.693718,9.8277225,9.920743,9.9441452,9.9916763,10.075929,10.112572,10.176264,10.315836,10.2294,10.190478,9.7577982,9.3121576,11.435785,11.33151,10.956061,11.045373,11.117064,11.134897,11.168017,11.234754,11.25917,11.328994,11.390764,11.217322,11.182947,10.86966,9.3280382,10.329035,10.204148,9.7681723,9.9145069,9.9920454,10.014565,10.056547,10.127503,10.157857,10.205041,10.287403,10.181574,10.134887,9.7490301,9.1975269,10.220079,10.100185,9.6211824,9.8020029,9.8649626,9.8873434,9.9265985,9.9866085,10.012114,10.043887,10.102928,9.992816,9.9373503,9.5674095,9.092742,13.06121,12.906039,12.698733,12.844876,12.932722,12.984556,13.062473,13.184114,13.235497,13.291812,13.376831,13.304841,13.261786,12.711353,12.410654,10.119042,9.9735708,9.6059837,9.732831,9.8316202,9.8548183,9.9041929,9.9929342,10.031876,10.098899,10.330615,10.260904,10.225828,9.7647657,9.3636713,10.523875,10.408401,9.9335451,10.087547,10.145848,10.165292,10.200131,10.255621,10.278021,10.308264,10.361066,10.23944,10.184712,9.8354692,9.17066,10.226949,10.103329,9.6305256,9.8255196,9.8916054,9.9167585,9.9608135,10.026344,10.054277,10.087429,10.150608,10.045473,9.9903812,9.6033525,9.2051401,10.968311,10.856758,10.450109,10.557893,10.630526,10.649339,10.684324,10.750247,10.776364,10.837271,10.904552,10.762422,10.722088,10.385907,9.2728415,10.361257,10.218493,9.8235188,9.9642715,10.055126,10.081301,10.132654,10.219637,10.256625,10.310472,10.448199,10.362903,10.321963,9.8715181,9.4671783,10.393695,10.266062,9.8068714,10.005692,10.07507,10.103296,10.152961,10.225533,10.256149,10.291214,10.357986,10.256347,10.202175,9.7966919,9.4379225,14.057989,13.992082,13.752851,13.791451,13.830356,13.843367,13.867208,13.919265,13.928697,13.960957,13.985075,13.5988,13.575291,13.379711,9.6061172,12.766612,12.674364,12.340749,12.404014,12.457582,12.473882,12.500757,12.556483,12.574507,12.615117,12.661907,12.397661,12.368463,12.102928,9.5412035,10.308145,10.185874,9.7737608,9.9048634,9.9887533,10.010015,10.050824,10.124341,10.156228,10.221997,10.313308,10.207942,10.166368,9.7864428,9.1647301,11.874539,11.769829,11.385454,11.47138,11.532923,11.549971,11.580965,11.640568,11.661585,11.706005,11.760302,11.566991,11.528783,11.22461,9.4678993,10.374094,10.245605,9.7924089,9.976346,10.048122,10.075356,10.123833,10.196804,10.227723,10.264653,10.336787,10.235773,10.18326,9.7775164,9.3920174,10.308093,10.158542,9.7827291,9.9163036,10.011952,10.038102,10.091053,10.182099,10.220867,10.277612,10.471231,10.396681,10.358932,9.8843679,9.5044069,10.56853,10.435393,10.000257,10.178868,10.254431,10.284216,10.337528,10.417553,10.451088,10.49041,10.56865,10.471414,10.420484,9.9952259,9.6314821,12.379019,12.278072,11.913248,11.987037,12.042777,12.05825,12.086273,12.140451,12.158796,12.196135,12.24543,12.018573,11.981904,11.697508,9.5430498,12.239435,12.093018,11.782705,11.943727,12.026265,12.070896,12.145998,12.256434,12.301325,12.348601,12.422129,12.336719,12.289214,11.787841,11.480812,9.9752054,9.8590651,9.3492699,9.5806599,9.6341114,9.6560745,9.6928301,9.7447577,9.7667665,9.7914429,9.8380775,9.7274323,9.6661873,9.3057909,8.9327717,10.576281,10.461916,9.982028,10.136485,10.191415,10.210106,10.243702,10.296671,10.317557,10.345288,10.394389,10.270889,10.214787,9.8703547,9.1955681,11.017586,10.875409,10.480978,10.646523,10.728205,10.762758,10.824368,10.917274,10.955374,10.998956,11.089244,10.999146,10.951387,10.487727,10.148729,12.030565,11.934872,11.592134,11.665474,11.732324,11.749398,11.781102,11.848083,11.869236,11.939072,11.991372,11.774027,11.743976,11.456662,9.3929157,10.207808,10.05444,9.6945162,9.8230915,9.921051,9.9470673,10.000511,10.092766,10.132237,10.189878,10.470848,10.409807,10.374319,9.8830013,9.5213013,10.281878,10.157691,9.6807289,9.9139271,9.977994,10.00602,10.054407,10.1225,10.151004,10.182563,10.240952,10.136285,10.079445,9.684247,9.3522625,10.641991,10.525284,10.080278,10.213886,10.28166,10.30156,10.338078,10.400752,10.426285,10.467517,10.531528,10.407231,10.359013,10.005686,9.2182674,10.853577,10.739983,10.275679,10.411686,10.467133,10.484746,10.517674,10.571971,10.59263,10.622252,10.672135,10.541337,10.48788,10.149514,9.3254452,8.0684719,8.0863562,8.0147104,8.7019176,9.2061987,9.2688265,9.4106045,10.675004,12.262589,12.534202,12.980694,12.757445,12.853868,12.719734,12.491982,7.6019835,7.6021161,7.5718002,8.3451519,8.8494091,8.8867388,8.8878145,10.345608,12.826554,14.142574,14.337965,14.225768,14.314141,14.270859,14.192174,7.5733657,7.6136441,7.5691357,8.4420309,9.1036968,9.1452084,9.1903782,10.881552,13.170031,13.654853,13.947521,13.748671,13.864653,13.742068,13.560116,10.799562,10.933003,10.254386,10.294302,10.752511,10.777762,10.825453,10.978335,11.10325,11.199868,14.659613,15.071846,15.275125,15.141597,14.907508,8.1385317,8.1671686,8.0879164,8.7116299,9.2834234,9.3410959,9.4578676,10.61334,12.07628,12.379649,12.860655,12.643782,12.752896,12.619431,12.393969,8.9662037,9.0764446,8.8536062,8.9801769,9.6564722,9.6958437,9.7588863,10.078013,10.433289,10.638828,11.851102,11.697295,11.858098,11.735574,11.484122,7.0331678,7.0370622,7.0057807,8.5488272,8.8968229,8.9309063,9.0023279,12.449775,16.65864,16.866129,17.106194,16.987772,17.078043,16.940176,16.766335,9.5935364,9.678256,9.3388729,9.4405403,9.9247856,9.9590054,10.016092,10.241264,10.468129,10.605178,12.288245,12.219991,12.353521,12.244176,11.989703,8.1888857,8.2347698,8.1484432,8.6889515,9.3456898,9.3985701,9.4909143,10.50905,11.811274,12.144546,12.666943,12.448833,12.571941,12.440154,12.215944,7.7184806,7.8978591,7.8102856,7.8756666,8.9820938,9.017046,9.04317,9.4176741,9.9239998,10.292651,10.869658,10.535994,10.695239,10.604683,10.353078,7.9933791,8.0704842,7.9972897,8.452383,9.2829638,9.3284998,9.3792906,10.301527,11.548665,11.991457,12.45612,12.209785,12.345628,12.227406,12.01695,6.9133296,7.1238365,7.0797615,7.0752344,8.2106037,8.2421865,8.2392483,8.5770836,9.1528702,9.6669044,9.9921818,9.6225052,9.7351933,9.6929932,9.4273243,7.7407827,7.8451347,7.7936659,8.0582571,9.017087,9.058259,9.0635624,9.7353125,10.810024,11.523402,11.839055,11.554544,11.676036,11.599482,11.412117,7.5083637,7.5416622,7.5024323,8.425416,9.0553598,9.0959787,9.1369114,10.932149,13.391802,13.933164,14.188392,14.001858,14.111716,13.995593,13.827912,7.6174774,7.7764521,7.7117972,7.8255391,8.9266357,8.9637251,8.9768848,9.4398146,10.127768,10.619731,11.038427,10.697266,10.833046,10.753725,10.518811,7.7876163,8.0725603,7.8237405,7.758276,8.4505215,8.4720221,8.5355139,8.6671457,8.8128843,8.9487591,10.778359,10.74925,11.036608,10.956676,10.675336,7.079421,7.2725711,7.2311263,7.246912,8.3792086,8.414361,8.4034033,8.7705088,9.4206753,10.040673,10.32478,9.9622154,10.074056,10.032393,9.7876997,7.6264243,7.7740436,7.7150578,7.8552346,8.9362974,8.9744902,8.9830399,9.4861279,10.257561,10.810987,11.187551,10.85391,10.983969,10.907714,10.683914,9.4898529,9.6532784,9.2747726,9.3226204,9.9750862,10.006295,10.062721,10.275315,10.480949,10.633562,12.810706,12.874028,13.096368,12.962182,12.701239,8.1577139,8.2838297,8.1803246,8.3733482,9.3190651,9.3611784,9.4073286,9.9201794,10.589566,10.954482,11.597118,11.326676,11.485087,11.372205,11.137836,7.6589279,7.8255005,7.7525806,7.8477893,8.957139,8.9934654,9.0121498,9.4415121,10.055304,10.492537,10.967548,10.625727,10.76993,10.685434,10.44311,8.6098719,8.8442564,8.5395002,8.5230436,9.2352867,9.2614651,9.3203363,9.491642,9.667738,9.8179874,11.802121,11.807239,12.069928,11.961223,11.6913,6.909483,7.1309614,7.0791764,7.0564909,8.2224789,8.2517262,8.2557974,8.5638037,9.0552349,9.4850025,9.867588,9.4850397,9.6070929,9.557827,9.2816582,7.3173804,7.4646974,7.4260244,7.5206451,8.482069,8.5196552,8.4965649,8.9539928,9.8557587,10.729396,10.972318,10.685369,10.79188,10.75202,10.546911,7.7992644,7.9055667,7.8474255,8.131422,9.1014442,9.1430779,9.1598434,9.8541737,10.898436,11.503942,11.866151,11.575581,11.703849,11.61572,11.416492,7.8158302,7.8879523,7.8317876,8.3310099,9.1688547,9.2123051,9.2452374,10.26103,11.710551,12.278633,12.635166,12.387242,12.512956,12.40827,12.218792,7.830934,8.0234928,7.9104218,7.9518824,8.9985762,9.0323658,9.069396,9.3881321,9.7929316,10.093636,10.851574,10.558004,10.739594,10.64283,10.383314,7.8051181,7.8497686,7.8066936,8.2641478,9.0094852,9.0518618,9.0579882,9.9977512,11.579293,12.578518,12.838373,12.638184,12.746457,12.677375,12.54783,8.4482517,8.5093184,8.3944607,8.7308178,9.3987598,9.4499283,9.5385218,10.195753,11.017526,11.308896,11.922697,11.686267,11.812264,11.689804,11.457986,7.7632341,7.852201,7.8139477,7.9650984,8.7650385,8.79953,8.7280731,9.2306824,10.378624,11.66996,11.875562,11.663249,11.765322,11.729691,11.596341,7.4784074,7.4961748,7.450192,8.5964422,9.0891781,9.1329365,9.2140322,11.498753,14.391694,14.686851,15.020735,14.857571,14.964461,14.8206,14.620947,8.22614,8.4300537,8.2402964,8.2612333,9.1194963,9.151475,9.2034311,9.451232,9.7379627,9.9546623,11.210829,11.048309,11.26202,11.155336,10.885334,7.7374301,7.815361,7.77245,8.0511789,8.8854866,8.9258966,8.9112206,9.5931578,10.851455,11.881134,12.132991,11.90268,12.012252,11.955125,11.80793,8.13657,8.1640348,8.0824261,8.513196,9.0049257,9.0632458,9.1901522,9.9628706,10.964308,11.211674,11.523169,11.228026,11.315131,11.216497,11.013048,8.0472784,8.1010523,8.0602694,8.2334766,8.9806786,9.0129032,8.9120979,9.4243622,10.681758,12.206999,12.399688,12.213089,12.315355,12.279267,12.190967,7.9920516,8.0293465,7.9439597,8.1948824,8.6503143,8.6980381,8.7940321,9.2403994,9.846839,10.055399,10.218648,9.8631601,9.9358501,9.8688583,9.7060995,8.6110678,8.6817207,8.5133219,8.6688671,9.2183523,9.2572842,9.3243494,9.6433954,10.026686,10.217106,10.928645,10.655904,10.762324,10.670302,10.460137,7.3563857,7.59093,7.4881463,7.4627433,8.5337057,8.5621128,8.5965071,8.843646,9.1622047,9.4302568,10.184088,9.874877,10.060832,9.9829102,9.7040491,7.6884131,7.7052417,7.6674471,8.3907118,8.9996309,9.0421267,9.0697556,10.457661,12.610329,13.555551,13.808035,13.651074,13.751246,13.677699,13.56095,7.5685501,7.7137938,7.6617761,7.7953639,8.8691864,8.9075413,8.906538,9.4079618,10.220793,10.856155,11.184206,10.85347,10.976657,10.909519,10.694596,7.7718267,7.8274121,7.7820301,8.2666655,9.0492268,9.0920095,9.1071815,10.098726,11.662693,12.492687,12.77199,12.552141,12.664928,12.583703,12.432249,6.88135,6.8894591,6.8650584,8.5048819,8.8399134,8.8697214,8.9252052,12.670813,17.211882,17.407591,17.590824,17.476721,17.565212,17.42662,17.259726,9.9649458,10.034684,9.6283875,9.7224054,10.120565,10.15199,10.204489,10.395648,10.579626,10.691264,12.622506,12.606519,12.721013,12.617513,12.347552,7.9590378,7.9806967,7.9399381,8.3322134,8.9964743,9.0357037,9.0007,9.8155022,11.42632,12.822816,13.045434,12.885819,12.986451,12.940169,12.856318,9.3170424,9.5089226,9.1274176,9.1490021,9.8142204,9.8427591,9.9001408,10.088723,10.269543,10.414452,12.681849,12.761642,13.008942,12.880597,12.622101,7.0940261,7.3567805,7.2363029,7.1740155,8.0845413,8.1098604,8.1529627,8.3440552,8.5980043,8.8156013,9.7741957,9.543107,9.7406855,9.6764555,9.3803072,8.5992365,8.8020401,8.5490189,8.5671473,9.3433104,9.3740473,9.4296455,9.6504078,9.8887339,10.07296,11.689912,11.612434,11.84193,11.726651,11.457245,8.584815,8.6523819,8.5104294,8.737998,9.3580627,9.4043856,9.4850197,9.9433746,10.502719,10.742343,11.412539,11.160125,11.279595,11.169973,10.941311,10.013061,10.248322,9.6164122,9.6064119,10.080912,10.099818,10.17149,10.271166,10.347311,10.424189,13.980116,14.391396,14.742351,14.633759,14.44663,8.7395773,8.8974943,8.6770763,8.7533407,9.5428038,9.5789394,9.6355972,9.9237013,10.244185,10.459606,11.792237,11.658346,11.856721,11.73286,11.472793,6.9865355,7.1788793,7.1432972,7.1530046,8.2241755,8.2608976,8.2420588,8.603364,9.3043957,10.027501,10.27249,9.9333553,10.040762,10.009532,9.7708874,9.3855553,9.5117474,9.1971903,9.2867327,9.9253597,9.9609222,10.019691,10.277455,10.540915,10.711749,12.454547,12.417536,12.600285,12.469163,12.206571,8.1954613,8.3717699,8.2227879,8.2883062,9.2212772,9.257081,9.3052788,9.6233387,10.007789,10.274262,11.234514,11.005553,11.197455,11.087523,10.829947,8.2610731,8.3555689,8.2530136,8.5489101,9.3917913,9.4378958,9.4978619,10.144042,10.98041,11.341568,11.963621,11.718462,11.86659,11.745133,11.516354,8.3565331,8.3989944,8.2969141,8.678443,9.2604551,9.3150826,9.4214296,10.132039,11.02904,11.300218,11.790972,11.532366,11.639504,11.524936,11.302033,10.572083,10.731892,10.079008,10.104851,10.590533,10.614574,10.665597,10.807902,10.9232,11.019339,14.44983,14.848402,15.084258,14.951994,14.726357,8.2375841,8.3780546,8.2554188,8.39746,9.334137,9.3745747,9.4231081,9.8513727,10.391329,10.711699,11.473262,11.217318,11.387136,11.272814,11.029639,8.0749712,8.1854687,8.0979366,8.361043,9.2947311,9.3381386,9.3819475,10.007934,10.85006,11.26366,11.809892,11.536295,11.684319,11.572823,11.348679,7.5405354,7.5704942,7.5230479,8.5456047,9.1201372,9.1626396,9.2275105,11.222971,13.804213,14.157574,14.486515,14.306183,14.421104,14.281893,14.084423,6.8811088,6.894526,6.8729596,8.4603777,8.8374214,8.8663712,8.9094343,12.462941,16.848484,17.096386,17.20327,17.077526,17.167187,17.026947,16.860537,7.7747016,7.8413925,7.7916985,8.2796574,9.1037188,9.1466599,9.1692791,10.170567,11.669533,12.356385,12.666718,12.427136,12.546158,12.453425,12.281141,8.680954,8.8001213,8.6244345,8.7694178,9.5424833,9.5838633,9.6460295,10.024362,10.467539,10.716848,11.72492,11.532995,11.700373,11.57673,11.327498,8.3551435,8.4237881,8.3180761,8.6856995,9.4149208,9.4649782,9.5442877,10.27457,11.20166,11.528839,12.141629,11.912237,12.047449,11.920875,11.690788,8.7808084,8.7863121,8.7406979,9.0205345,9.6001787,9.6319599,9.4230356,10.046515,11.4362,12.97741,13.154054,13.02401,13.113116,13.079512,13.025738,8.2413855,8.3089361,8.2147388,8.6366682,9.3852177,9.4346924,9.5090923,10.34064,11.413075,11.767818,12.337011,12.108058,12.243793,12.116418,11.891479,8.183753,8.2271566,8.1115561,8.2934723,8.7424803,8.7823877,8.8591251,9.1905832,9.6231956,9.8042345,10.076139,9.7232466,9.7950544,9.7273998,9.5527143,6.7025976,6.7061687,6.6912508,8.4566946,8.7374067,8.762949,8.8047819,13.014288,18.099216,18.340237,18.440228,18.350269,18.419006,18.302643,18.17198,7.7632117,7.814558,7.7581172,8.4767799,9.1954622,9.239666,9.292243,10.676173,12.53658,12.98496,13.357007,13.140902,13.265455,13.140551,12.943178,7.9903793,8.0288668,7.9568062,8.6514339,9.2851591,9.3361101,9.4237661,10.730276,12.413488,12.759462,13.225282,13.020455,13.141245,13.005512,12.78866,7.8997388,8.0266857,7.9511256,8.1626263,9.1730137,9.2139559,9.2430096,9.8174829,10.624287,11.087443,11.564522,11.26171,11.405021,11.306368,11.083102,9.9541845,10.074556,9.6402988,9.7165985,10.269686,10.302242,10.357482,10.575221,10.779701,10.917839,13.237817,13.340886,13.524205,13.389136,13.12335,8.5980186,8.6870241,8.5416021,8.7606239,9.4858198,9.5316238,9.6038208,10.082597,10.66372,10.933703,11.726462,11.504223,11.648585,11.526797,11.286783,7.6546373,7.6800814,7.6409049,8.3983889,9.0353765,9.0781145,9.1112127,10.569572,12.728744,13.51818,13.775864,13.601568,13.705509,13.616705,13.480054,7.9681454,8.1109676,8.0205097,8.1746597,9.1975708,9.2372828,9.2717581,9.7523451,10.399962,10.79499,11.368578,11.067307,11.222752,11.120108,10.88456,7.8239131,7.8391528,7.7793093,8.6853199,9.1909447,9.2465687,9.3660002,11.093248,13.271143,13.563116,13.989861,13.805164,13.907304,13.764601,13.546591,8.0822878,8.1141329,8.0725956,8.3258181,9.0231276,9.0584469,8.9765005,9.5876226,10.991965,12.544943,12.746595,12.579062,12.680392,12.641375,12.566679,7.9539514,7.957222,7.919559,8.4386311,9.0052423,9.0433798,9.0006638,9.9992304,11.91031,13.386208,13.594703,13.468327,13.560814,13.522029,13.451762,8.7849941,8.909543,8.7116938,8.8369417,9.5901861,9.6300907,9.6913452,10.03402,10.425249,10.655801,11.789149,11.620618,11.793396,11.668755,11.415999,7.3505044,7.3599648,7.3299127,8.4746065,8.9625158,9.0018702,9.0511589,11.336568,14.433627,15.021371,15.244631,15.107979,15.198933,15.096748,14.958635,7.5030413,7.6453152,7.5996208,7.7227287,8.7609901,8.7994566,8.7876329,9.2790451,10.13976,10.884572,11.168614,10.852632,10.968872,10.912673,10.707461,7.3079648,7.3418231,7.2624254,7.3580666,7.6545639,7.6769152,7.7197542,7.8784738,8.1171055,8.2287178,8.0565929,7.6252117,7.6547732,7.6269093,7.5377078,6.7701592,6.7785306,6.7617307,8.4445677,8.7734632,8.8000755,8.8389626,12.728153,17.494726,17.752901,17.816566,17.70841,17.786968,17.657864,17.511179,7.8498144,7.9068799,7.865479,8.1358004,8.9102058,8.9488106,8.913434,9.5687084,10.901473,12.168672,12.396893,12.195455,12.301501,12.253267,12.139331,8.0869627,8.1511002,8.0706816,8.5747309,9.3316507,9.3797846,9.4470301,10.42929,11.71901,12.107094,12.613029,12.384875,12.518743,12.39174,12.174818,8.2674694,8.3055916,8.2146635,8.7145071,9.3165483,9.3727531,9.4815855,10.410848,11.58639,11.886542,12.395931,12.165257,12.278263,12.150713,11.923627,7.8717308,7.8979177,7.8336625,8.6629372,9.2310238,9.2827959,9.3807344,10.948802,12.951238,13.27365,13.706457,13.514637,13.62734,13.487526,13.272332,7.9034467,8.0070019,7.9388051,8.24932,9.1971064,9.2397976,9.2707052,9.9900751,11.010979,11.518946,11.948037,11.665186,11.801414,11.699957,11.490262,8.735014,8.8261719,8.6540623,8.8297663,9.5071411,9.5502062,9.6198654,10.013339,10.476731,10.710208,11.608112,11.395571,11.537621,11.420173,11.179268,10.640193,10.733531,10.156672,10.231899,10.661162,10.690912,10.740773,10.924564,11.084268,11.19019,14.06881,14.318059,14.472108,14.344369,14.072601,8.4500446,8.5472279,8.4203901,8.6594105,9.457696,9.5035734,9.5698366,10.105651,10.773513,11.082586,11.819451,11.589272,11.740722,11.617305,11.379805,7.7416992,7.7522869,7.715764,8.3574047,8.948101,8.9886961,8.9953957,10.225276,12.310422,13.505296,13.739749,13.599194,13.696537,13.641384,13.548865,7.1451449,7.3699431,7.2977138,7.2728214,8.4549866,8.4830732,8.4987717,8.7812376,9.1777067,9.5186291,10.032201,9.6534843,9.8017702,9.734333,9.4557886,6.948504,7.1292119,7.0966587,7.1156287,8.0834522,8.1191902,8.0925474,8.4647808,9.2568369,10.101182,10.320386,10.023397,10.122685,10.098766,9.8659143,8.4001741,8.4494677,8.3318043,8.5923586,9.1405945,9.1892738,9.2814922,9.7725868,10.39214,10.623759,11.088822,10.797057,10.895504,10.798882,10.588417,7.5476508,7.5763803,7.5382376,8.4164171,9.0406513,9.0820332,9.120347,10.820246,13.210787,13.846089,14.096326,13.917183,14.023285,13.918143,13.764688,7.685708,7.7857337,7.7398338,7.9855399,8.9020414,8.9426603,8.9362555,9.5816145,10.700723,11.553187,11.83013,11.564424,11.678997,11.615062,11.440945,7.3062682,7.4396591,7.4043531,7.5170169,8.3691845,8.4068441,8.3736219,8.8471642,9.871892,10.922753,11.145135,10.903991,11.004913,10.973762,10.785114,9.082756,9.1671047,8.9182329,9.035449,9.5684013,9.6044607,9.6647358,9.9232721,10.20626,10.367887,11.569244,11.392393,11.518727,11.416751,11.183965,7.3468146,7.6135974,7.4512296,7.3871326,8.1875801,8.2124596,8.2617369,8.4336653,8.6529045,8.8395281,10.096046,9.9438553,10.158107,10.088216,9.7883196,7.8499904,7.8832374,7.8416619,8.2780828,8.9851961,9.0266504,9.0214176,9.9181862,11.529282,12.701706,12.945879,12.765106,12.869876,12.811332,12.703092,10.964532,11.076636,10.379229,10.430505,10.857143,10.883014,10.928965,11.088104,11.218848,11.31376,14.780608,15.197077,15.374706,15.243294,15.000904,8.5107069,8.6339989,8.4834089,8.6406412,9.4717398,9.513752,9.5729933,9.9892397,10.492623,10.772171,11.662878,11.446496,11.614484,11.492461,11.24655,9.2858896,9.4988451,9.4664984,9.5041628,12.75515,12.649434,12.607848,13.040852,13.105369,13.199248,13.069459,11.870903,12.095858,12.117772,12.076864,9.0327129,9.2401915,9.2034302,9.2420683,11.541375,11.428607,11.413274,11.702199,11.768497,11.859331,11.755761,10.924856,11.192097,11.238099,11.197174,9.8684063,9.9752283,9.9425688,9.9829464,12.344909,12.236082,12.082351,12.45617,12.677218,12.973004,12.758019,11.952621,12.060921,12.120318,12.104499,10.015345,10.056087,10.018234,10.05468,10.488638,10.238959,10.123144,10.212588,10.298517,10.380211,9.9743652,9.8509359,9.9099741,10.12162,10.100565,9.493597,9.6620321,9.6260567,9.6654959,12.294887,12.170782,12.10291,12.458826,12.551591,12.675697,12.505924,11.565552,11.743025,11.795922,11.759056,9.7879429,9.8675337,9.8264227,9.8755703,11.122896,10.949045,10.84953,11.055478,11.206141,11.378936,11.114792,10.709046,10.813096,10.944779,10.916541,9.842062,9.9224215,9.8869648,9.9369278,11.723565,11.600238,11.460011,11.767118,12.013901,12.3334,12.110344,11.519296,11.621418,11.704904,11.688557,9.805604,9.8819742,9.8389397,9.878418,10.733548,10.528227,10.433352,10.571025,10.671753,10.782109,10.487974,10.220204,10.321566,10.48666,10.459114,9.7273569,9.8173466,9.773427,9.8102188,10.723157,10.523854,10.437429,10.575013,10.664949,10.766261,10.495485,10.206218,10.323805,10.481808,10.453221,11.245492,11.313777,11.287917,11.300424,12.995495,12.930486,12.3539,12.642573,12.911156,13.307015,13.17166,12.645847,12.727414,12.760509,12.769227,9.8451366,9.887064,9.8494759,9.9205446,10.826737,10.649732,10.537004,10.748862,10.98856,11.248731,10.94036,10.660814,10.738265,10.88827,10.867844,9.7844477,9.8648872,9.8225956,9.8676205,10.9617,10.77524,10.679813,10.856263,10.982243,11.124146,10.851786,10.499788,10.605224,10.749676,10.720808,10.071475,10.106413,10.074195,10.119177,11.355624,11.264437,11.012642,11.288867,11.719573,12.354265,12.181788,11.811648,11.900217,11.977004,11.989518,9.7880659,9.8174706,9.7825012,9.8625994,10.821265,10.679338,10.545017,10.80141,11.168855,11.625313,11.360599,11.072219,11.151972,11.279107,11.272364,9.9753723,10.255798,10.243082,10.258285,16.716932,16.658911,16.428852,17.512566,17.588938,17.706848,17.441622,15.036494,15.124144,15.106721,15.096229,9.8579664,10.016193,9.9883919,10.019294,13.51407,13.419863,13.262828,13.792851,13.959715,14.189329,13.965425,12.722034,12.835596,12.864888,12.847605,8.6084309,8.8461399,8.8102512,8.8471756,10.87445,10.774621,10.799439,11.042692,11.1021,11.182319,11.120751,10.382706,10.724588,10.767615,10.727507,9.5910349,9.7537651,9.7190952,9.7580767,12.581982,12.459914,12.377213,12.769934,12.875335,13.01598,12.829563,11.818913,11.976196,12.026637,11.992256,9.8080387,9.8342676,9.8000374,9.8698006,10.905383,10.791085,10.620954,10.892452,11.334354,11.944886,11.730146,11.423541,11.508172,11.612238,11.617211,8.9279728,9.1050272,9.0585575,9.087079,9.8493433,9.6918468,9.6810646,9.7803297,9.8373528,9.9055462,9.7793188,9.5388699,9.7958784,9.9258413,9.8964386,9.7373762,9.9513445,9.9267769,9.9545221,14.632267,14.543737,14.423594,15.140678,15.243444,15.389385,15.175646,13.44273,13.566891,13.574783,13.550742,11.646904,11.692163,11.663926,11.672705,12.95735,12.892819,12.202946,12.44564,12.731434,13.160755,13.042171,12.660766,12.734859,12.772521,12.785041,9.9517097,9.9938631,9.9562511,10.006198,10.624143,10.399735,10.287812,10.420916,10.555288,10.68752,10.310093,10.124829,10.191085,10.381,10.358374,9.7979746,10.053026,10.034251,10.054385,15.907587,15.837193,15.692595,16.648848,16.735453,16.862942,16.627153,14.428796,14.534764,14.526004,14.509146,9.6423788,9.7428446,9.6978378,9.7297306,10.521598,10.318647,10.241515,10.356409,10.428474,10.51019,10.25005,10.002989,10.13589,10.299972,10.272365,9.7530804,9.7612801,9.7297392,9.8322754,10.480103,10.320683,10.185915,10.439192,10.880613,11.417079,11.09683,10.914823,10.980787,11.137856,11.138478,9.5490322,9.6878777,9.6479635,9.6887035,11.625124,11.480193,11.407981,11.672812,11.775037,11.904171,11.712479,11.041977,11.202967,11.289167,11.254241,9.8132105,9.8531809,9.8166189,9.890975,10.911282,10.757073,10.634624,10.877617,11.174942,11.524357,11.247913,10.933008,11.014636,11.146082,11.131217,9.7164412,9.8250113,9.7857466,9.8307018,11.636217,11.486547,11.390725,11.659719,11.802036,11.976709,11.749249,11.135985,11.260246,11.357843,11.327726,9.7260447,9.8548708,9.8194256,9.8612356,12.3017,12.174026,12.068092,12.426877,12.576378,12.769074,12.552522,11.700922,11.827761,11.895668,11.867536,10.853703,10.89131,10.862468,10.882211,12.133776,12.062836,11.591419,11.849469,12.230638,12.813376,12.679524,12.311175,12.392997,12.445584,12.464046,9.7994785,9.8743982,9.8346395,9.8881159,11.22504,11.062433,10.956199,11.187064,11.369168,11.581654,11.32198,10.886302,10.986537,11.108846,11.082838,9.673871,9.8427649,9.8111057,9.8476028,13.144857,13.032693,12.932737,13.407238,13.524149,13.682301,13.481695,12.292174,12.432534,12.470962,12.440571,9.678606,9.7826653,9.7401485,9.7817945,11.122542,10.950065,10.865866,11.061779,11.172309,11.302872,11.066893,10.622819,10.752516,10.877616,10.846152,9.3717508,9.5304985,9.4899654,9.5292864,11.402438,11.262887,11.211583,11.457457,11.542138,11.650797,11.490263,10.838064,11.034117,11.11493,11.077858,9.9696064,10.051946,10.01938,10.060363,12.0303,11.927723,11.738098,12.072993,12.348671,12.726216,12.524784,11.874839,11.97561,12.039449,12.031571,10.030192,10.074573,10.038502,10.062667,10.39561,10.129888,10.011796,10.072791,10.125959,10.178402,9.7474947,9.6564274,9.7153473,9.9408073,9.9233551,9.4670668,9.6725531,9.6417532,9.6780977,13.287515,13.182367,13.116738,13.616982,13.691091,13.798334,13.643853,12.312779,12.499342,12.518311,12.480195,10.289024,10.413973,10.389544,10.408916,13.307302,13.234415,12.933256,13.380757,13.612172,13.943624,13.752845,12.768581,12.866863,12.889426,12.887926,10.007057,10.130527,10.102175,10.131793,12.96626,12.877373,12.671387,13.111502,13.334275,13.644768,13.437805,12.463258,12.568534,12.604707,12.59565,9.7957258,9.8937159,9.8575869,9.9046717,11.893953,11.764031,11.642142,11.959327,12.158381,12.411576,12.184449,11.511472,11.621659,11.703667,11.681112,9.8081732,9.8267622,9.7954578,9.8857069,10.605637,10.433856,10.30869,10.541141,10.892085,11.296453,10.958405,10.747902,10.814672,10.975019,10.96818,9.3212042,9.4634256,9.417448,9.4505386,10.462645,10.292387,10.247049,10.381825,10.45084,10.53348,10.356039,10.027242,10.221375,10.351792,10.319936,8.3661137,8.5981455,8.5582027,8.5903015,9.660017,9.5481176,9.5858812,9.7140217,9.7746048,9.8507118,9.8024473,9.438406,9.7957983,9.8781061,9.8446627,10.220904,10.240547,10.220201,10.22835,10.324586,10.0113,9.8679771,9.886694,9.9033308,9.919137,9.3310356,9.3098984,9.3349218,9.598546,9.59165,9.5821075,9.6831017,9.6478558,9.6632414,9.9199581,9.6774874,9.5995274,9.6404991,9.6731491,9.7081156,9.3454714,9.2796926,9.4089174,9.6248817,9.6107492,9.8741579,9.9293747,9.8943233,9.9506922,11.381835,11.263354,11.103189,11.387996,11.706744,12.129298,11.912236,11.458051,11.55152,11.642682,11.634892,9.6519642,9.7844801,9.7467403,9.7885799,11.992171,11.854267,11.765552,12.078183,12.202009,12.359486,12.152574,11.385352,11.526361,11.603877,11.57152,9.7615137,9.8601427,9.8219147,9.8694916,11.675924,11.531597,11.425108,11.707163,11.877407,12.087176,11.853808,11.244214,11.358377,11.453883,11.426901,9.5452785,9.6554775,9.6097145,9.636713,10.263903,10.056606,9.9887209,10.078709,10.136469,10.2018,9.9489231,9.7598162,9.9080048,10.081254,10.055973,9.8203373,9.8589621,9.8236656,9.8922262,11.040229,10.913225,10.764579,11.032845,11.392905,11.861547,11.628252,11.275743,11.362329,11.470446,11.464912,9.604681,9.7166462,9.6727314,9.7107086,10.899301,10.721297,10.646848,10.814754,10.905986,11.013632,10.786754,10.396557,10.540099,10.672568,10.640895,9.8264456,9.8897848,9.8530769,9.9114513,11.35446,11.219658,11.087987,11.3617,11.627213,11.96012,11.722922,11.257478,11.35278,11.454618,11.438313,9.8648863,9.9226236,9.8820715,9.934535,10.819436,10.622445,10.51763,10.685887,10.838033,10.999855,10.687569,10.411564,10.495907,10.65669,10.630793,9.8052492,9.8797388,9.84167,9.8966608,11.394384,11.248333,11.131745,11.394978,11.611023,11.87351,11.628032,11.137361,11.237425,11.344359,11.321966,10.105243,10.138222,10.105517,10.129213,10.39521,10.117275,9.9906082,10.044367,10.09507,10.142446,9.6693192,9.5993128,9.6440554,9.8801517,9.8646011,8.8539047,9.0509262,9.0085897,9.0439215,10.393516,10.264891,10.263771,10.430721,10.496722,10.580306,10.485735,10.022579,10.30598,10.391346,10.355071,10.348386,10.583478,10.572426,10.58806,15.758245,15.703639,15.334912,16.145683,16.259878,16.429256,16.190931,14.343858,14.429552,14.416265,14.410555,9.947073,9.9911995,9.9574547,10.010438,11.338974,11.233894,11.036194,11.318893,11.695621,12.221787,12.025129,11.614968,11.705833,11.790596,11.792529,9.820899,9.8729324,9.8349791,9.9010582,11.035892,10.878192,10.761325,10.998649,11.248624,11.539287,11.268026,10.909873,10.996938,11.124928,11.105216,9.8972626,9.9399405,9.9019108,9.9634705,10.723055,10.521126,10.411039,10.582257,10.763882,10.948856,10.605053,10.373165,10.445183,10.615994,10.593003,9.9569626,9.9788284,9.9464941,9.9966078,11.054979,10.965611,10.72294,10.992732,11.502016,12.273083,12.104023,11.79916,11.885318,11.968474,11.988335,9.7511663,9.7690239,9.7351456,9.8231983,10.666039,10.530371,10.386717,10.650227,11.0904,11.658525,11.397912,11.153421,11.23011,11.35913,11.359939,10.05344,10.096,10.068011,10.07894,10.235145,9.9444113,9.8199978,9.8476686,9.8707924,9.8940859,9.3890219,9.3522301,9.405695,9.6540556,9.6441536,9.7307997,9.7293072,9.6986151,9.8189535,10.351626,10.192078,10.046894,10.315216,10.828778,11.454746,11.126385,10.98383,11.044783,11.208429,11.214206,9.8552809,9.9247551,9.8831816,9.9107304,10.421905,10.184678,10.085573,10.167953,10.230322,10.296525,9.9499454,9.8004179,9.8919926,10.09136,10.069328,9.8363705,9.892889,9.8534956,9.9139566,10.962839,10.787254,10.678647,10.886454,11.085849,11.307029,11.017625,10.68629,10.773076,10.914907,10.890841,9.5751648,9.7901077,9.7623262,9.7953491,14.023382,13.924267,13.840376,14.45179,14.527895,14.640032,14.471862,12.900412,13.061054,13.069964,13.034781,9.9871817,10.177621,10.155721,10.177298,14.504923,14.429551,14.218256,14.887907,15.039989,15.256494,15.020926,13.466762,13.570677,13.577571,13.566646,9.756424,9.9222832,9.8925982,9.9268169,13.408098,13.303954,13.181845,13.698332,13.836591,14.024336,13.807701,12.555643,12.680706,12.714708,12.690184,9.3116493,9.4461269,9.3997631,9.4220829,9.8963213,9.6951504,9.6478014,9.715414,9.7614594,9.8137045,9.5928583,9.4573946,9.642067,9.8180714,9.7956171,10.36601,10.452978,10.42469,10.449803,12.573277,12.493325,12.177128,12.526987,12.80604,13.206495,13.032395,12.338986,12.434582,12.476041,12.47751,9.7874393,9.9127932,9.8793764,9.9198666,12.507115,12.390355,12.26465,12.656024,12.832138,13.063531,12.843653,11.943057,12.06061,12.119872,12.09697,9.9000788,9.9108648,9.8769636,9.9468279,10.810481,10.708985,10.481209,10.749429,11.294903,12.099636,11.907907,11.667047,11.748195,11.847357,11.864991,9.7966795,9.8737755,9.8328791,9.8553123,10.271351,10.029345,9.9352999,10.000817,10.049583,10.101752,9.7517643,9.6341972,9.7350264,9.9415607,9.9219418,8.0674152,8.3347445,8.3005457,8.3352098,9.9251223,9.8416529,9.9090805,10.091146,10.14989,10.226517,10.204198,9.6264477,10.050525,10.094736,10.058496,9.8560095,9.8819437,9.8481445,9.9308777,10.650832,10.464001,10.346822,10.557757,10.837088,11.132507,10.780274,10.565035,10.630829,10.798582,10.783878,10.381584,10.571057,10.553946,10.56589,14.821527,14.764405,14.409207,15.060897,15.22163,15.454435,15.237669,13.742931,13.833977,13.828299,13.82586,9.8877125,9.9467573,9.9053192,9.9491358,10.683919,10.469231,10.365483,10.499068,10.613976,10.733685,10.405149,10.18037,10.263236,10.440168,10.414405,9.6880207,9.7950706,9.7538509,9.7972269,11.345896,11.183722,11.096019,11.323069,11.4458,11.59332,11.363298,10.843377,10.972292,11.084496,11.052979,9.710372,9.9886732,9.9707527,9.9908047,16.381262,16.312866,16.2024,17.265017,17.327801,17.42296,17.226744,14.783217,14.894133,14.877362,14.856091,9.8041153,9.8058605,9.7731476,9.8785057,10.523863,10.390306,10.209335,10.482091,11.020329,11.731059,11.467812,11.292997,11.362783,11.497901,11.50687,9.9687967,10.000924,9.9663305,10.024385,10.58537,10.358445,10.242699,10.383895,10.542876,10.693412,10.287523,10.121063,10.179125,10.374898,10.354556,9.8885813,9.9204845,9.8849745,9.9588709,10.666633,10.468598,10.355162,10.543959,10.771489,11.001082,10.643618,10.430416,10.496346,10.669298,10.649867,9.4843884,9.6169796,9.5737019,9.6119347,11.023328,10.86146,10.79915,10.99011,11.077494,11.18421,10.990923,10.516322,10.685355,10.797647,10.763602,10.010821,10.047851,10.011729,10.054008,10.527069,10.282825,10.166244,10.270363,10.375964,10.475603,10.061449,9.9241247,9.9814777,10.189258,10.168492,9.7750578,9.784091,9.7503014,9.8384266,10.623756,10.504168,10.325341,10.596806,11.123297,11.851732,11.621584,11.402467,11.47959,11.598124,11.608646,10.206845,10.268691,10.237072,10.273276,11.927684,11.83675,11.568453,11.872889,12.201725,12.671049,12.493368,11.96907,12.062835,12.124669,12.127275,9.6646738,9.8988075,9.8750296,9.9027452,14.942763,14.854655,14.753158,15.524248,15.601289,15.715358,15.528274,13.637303,13.772662,13.770639,13.741294,9.3438473,9.525219,9.4885521,9.5279255,12.020878,11.899165,11.850204,12.177746,12.257689,12.365765,12.219818,11.325768,11.533532,11.58463,11.545611,9.9085474,9.968502,9.9272194,9.9613199,10.535562,10.302604,10.198072,10.297512,10.379094,10.463557,10.112923,9.942502,10.023542,10.218011,10.194456,9.1841049,9.3530254,9.3103647,9.3475218,10.857442,10.715749,10.684082,10.877252,10.951161,11.044585,10.907005,10.389105,10.616066,10.707459,10.670893,9.5763998,9.5476131,9.4701939,9.7367153,9.9357643,9.9244461,10.126215,10.719906,11.193159,11.24745,11.755141,11.734625,11.776367,11.73893,11.419676,9.1632833,9.130352,9.0695276,9.3811569,9.5567274,9.5727501,9.8489809,10.570851,11.165782,11.205651,11.817464,11.792055,11.827445,11.778908,11.500262,11.934278,11.961498,11.63827,11.748082,11.962839,11.840712,11.807652,11.938963,12.028288,12.081392,13.228592,13.398655,13.470283,13.540896,12.954518,9.5794477,9.5717421,9.5037928,9.8835964,10.145626,10.07352,10.182985,10.838153,11.527722,11.646746,11.915645,11.89091,11.944056,12.005315,11.79347,9.587079,9.5559483,9.471837,9.6802168,9.8407402,9.8256464,9.9960022,10.519973,10.874066,10.893109,11.36117,11.341895,11.377494,11.322392,10.971534,10.602197,10.617586,10.483276,10.622267,10.87936,10.741962,10.727818,10.962164,11.173573,11.259733,11.58046,11.598587,11.660945,11.755745,11.450668,11.040947,11.055761,10.899195,11.044049,11.297417,11.176347,11.169946,11.396121,11.57854,11.656506,12.087746,12.123076,12.189356,12.255738,11.807399,10.558842,10.543871,10.431129,10.639515,10.876057,10.818536,10.910145,11.305529,11.601689,11.673604,12.073608,12.072304,12.127375,12.112736,11.647138,11.501514,11.517951,11.340734,11.489762,11.73337,11.61893,11.610569,11.817599,11.969406,12.038769,12.548189,12.601727,12.670222,12.723002,12.132152,10.915987,10.936607,10.767884,10.888988,11.138247,10.998253,10.972325,11.165071,11.328148,11.404322,11.870214,11.915784,11.981575,12.075484,11.712745,11.256686,11.226807,11.095068,11.286102,11.475357,11.428577,11.527231,11.884848,12.081625,12.115772,12.501677,12.507999,12.555911,12.483224,11.780173,11.575191,11.584945,11.424625,11.593125,11.835382,11.735036,11.743445,11.980041,12.147185,12.216197,12.664002,12.704071,12.770708,12.801352,12.144558,10.827685,10.803741,10.684437,10.880821,11.087249,11.04195,11.142287,11.527248,11.77035,11.817549,12.223385,12.224663,12.274696,12.222777,11.645254,10.147582,10.118402,10.017035,10.214528,10.397575,10.368144,10.50321,10.956984,11.250028,11.282673,11.715037,11.704579,11.746902,11.68976,11.245349,9.1552839,9.1224422,9.0535431,9.2862024,9.4288168,9.4302673,9.6478634,10.253598,10.688677,10.697458,11.224404,11.199005,11.229197,11.174501,10.883794,10.311788,10.332661,10.229229,10.318343,10.532042,10.330585,10.262937,10.420223,10.582412,10.656191,10.704402,10.71159,10.760326,10.933827,10.794836,12.498172,12.502331,12.341127,12.544153,12.758429,12.675836,12.691718,12.920096,13.05228,13.104884,13.525599,13.571137,13.634496,13.630468,12.623974,10.983557,10.946927,10.813115,10.993022,11.163599,11.118859,11.23925,11.617162,11.813439,11.834426,12.220025,12.222538,12.265763,12.183084,11.54215,12.07207,12.089885,11.893721,12.054916,12.283721,12.176244,12.165789,12.35429,12.47802,12.538118,13.109365,13.181495,13.250886,13.291307,12.509753,9.6275339,9.6068316,9.5336637,9.8655519,10.10743,10.079868,10.268163,10.915285,11.512807,11.607832,12.06711,12.046453,12.096376,12.098321,11.817987,12.023765,11.994551,11.849352,12.051658,12.237148,12.180908,12.261817,12.572283,12.728435,12.761482,13.118767,13.134183,13.183752,13.1091,12.19284,11.216037,11.243007,10.989155,11.083399,11.313258,11.168452,11.127361,11.269996,11.384492,11.447696,12.304002,12.417364,12.484925,12.587935,12.223146,10.339043,10.362742,10.259499,10.313851,10.492193,10.259785,10.165972,10.268003,10.374227,10.43066,10.422069,10.438239,10.480821,10.68588,10.591779,9.6828117,9.6490459,9.5573263,9.7310762,9.8630857,9.8443613,9.9919624,10.471276,10.744083,10.738421,11.167733,11.151987,11.184313,11.113276,10.721172,10.133348,10.113693,10.016152,10.249414,10.481544,10.437714,10.565355,11.034804,11.407455,11.481438,11.903074,11.892249,11.943491,11.927132,11.54525,9.6674061,9.6665983,9.5971432,9.9339275,10.197263,10.093033,10.148668,10.709325,11.320836,11.442392,11.595028,11.569497,11.622797,11.716091,11.533428,9.3629856,9.3408709,9.2815218,9.7050123,9.9432211,9.9340963,10.173619,10.988285,11.779249,11.878631,12.395874,12.372432,12.42031,12.421888,12.167568,10.813396,10.838669,10.651808,10.747274,10.984381,10.824575,10.779436,10.93698,11.075836,11.146656,11.67722,11.738772,11.802319,11.924746,11.648255,9.999176,10.01271,9.9503336,10.092093,10.304762,10.100406,10.03811,10.274846,10.547801,10.640043,10.470171,10.449594,10.492351,10.677138,10.579827,12.947868,12.916056,12.763811,12.988359,13.155111,13.091536,13.15611,13.421405,13.537019,13.562182,13.874097,13.895418,13.943735,13.866783,12.655724,10.749774,10.77779,10.568691,10.638856,10.853499,10.672742,10.608959,10.731571,10.843257,10.905167,11.519295,11.60215,11.661242,11.813986,11.619211,13.24729,13.224192,13.077115,13.314901,13.484111,13.422345,13.464956,13.710039,13.818445,13.845759,14.16645,14.193015,14.242278,14.177888,12.855681,11.426021,11.448723,11.24043,11.365241,11.605004,11.476632,11.451754,11.625607,11.756979,11.823768,12.465318,12.543151,12.612835,12.687705,12.176914,12.300705,12.311963,12.137283,12.322011,12.545027,12.450445,12.453479,12.66376,12.7937,12.851108,13.328754,13.38497,13.451649,13.469657,12.565458,11.676804,11.678824,11.529473,11.715003,11.950645,11.865357,11.891808,12.155814,12.332281,12.397456,12.811556,12.84257,12.906492,12.912042,12.183459,7.8940148,7.8596272,7.8263221,8.0507307,8.0861387,8.1306601,8.4701576,9.2164841,9.7340584,9.6607189,10.36007,10.325724,10.335386,10.267664,10.085023,10.419932,10.397573,10.289641,10.497498,10.713345,10.670604,10.785196,11.210117,11.508805,11.565757,11.984984,11.979553,12.029395,11.992233,11.524466,11.053658,11.060923,10.918075,11.085,11.338696,11.235612,11.251664,11.517735,11.725391,11.80426,12.202704,12.226576,12.291352,12.332362,11.833905,9.9196606,9.8930187,9.8013716,10.028362,10.230647,10.203782,10.358573,10.860443,11.231181,11.28251,11.737308,11.722547,11.766923,11.727316,11.35014,11.077127,11.069077,10.939874,11.133815,11.372791,11.301758,11.360438,11.689536,11.922729,11.992387,12.386057,12.397882,12.457351,12.449043,11.86797,12.508639,12.504536,12.353571,12.565669,12.77317,12.700997,12.731633,12.981729,13.120164,13.168379,13.553967,13.589585,13.649385,13.624206,12.587395,11.084361,11.084269,10.949021,11.131975,11.380548,11.2939,11.330996,11.629543,11.852324,11.928174,12.320296,12.337672,12.400326,12.41673,11.870345,7.8080273,7.7826061,7.7343345,7.84234,7.822844,7.8189068,7.9560285,8.4908457,8.7210512,8.604866,8.9652109,8.9380512,8.9451294,8.8959236,8.7065573,9.963109,9.9749994,9.9021425,10.081151,10.322217,10.149282,10.116323,10.41499,10.748541,10.852249,10.810836,10.790112,10.838712,10.993151,10.862447,13.052642,13.070329,12.860817,13.056971,13.256443,13.160505,13.148457,13.313683,13.403605,13.450045,14.043317,14.134109,14.200969,14.224972,13.076981,11.709597,11.695826,11.558193,11.758792,11.974482,11.912292,11.971677,12.279274,12.463514,12.515853,12.902164,12.920727,12.977638,12.938987,12.142489,10.31824,10.28298,10.171389,10.347067,10.503884,10.473835,10.605236,11.032151,11.266026,11.277252,11.686713,11.680133,11.719046,11.639667,11.136145,10.303497,10.315627,10.206306,10.363936,10.623298,10.482765,10.474399,10.746973,11.011989,11.107551,11.31612,11.315819,11.374176,11.480303,11.242963,10.475004,10.501761,10.357902,10.414298,10.60654,10.391695,10.307433,10.412288,10.515877,10.573451,10.806893,10.84811,10.898061,11.087753,10.966579,10.305229,10.302261,10.196132,10.407046,10.669157,10.581063,10.639776,11.019546,11.356758,11.452524,11.778656,11.773735,11.83252,11.874153,11.540874,9.9175014,9.9248962,9.8465977,10.068817,10.327186,10.18542,10.187319,10.560444,10.964437,11.076357,11.146535,11.125893,11.178657,11.301705,11.135542,10.27812,10.295381,10.190064,10.316173,10.559138,10.38911,10.350559,10.569098,10.790331,10.878626,11.001753,11.002731,11.057136,11.19749,11.014576,10.50146,10.526149,10.38349,10.468716,10.694328,10.508695,10.448103,10.597554,10.741921,10.813456,11.089996,11.121914,11.177979,11.333302,11.151746,10.086475,10.094111,10.001481,10.196624,10.459373,10.326749,10.334811,10.671411,11.014273,11.119807,11.278546,11.266141,11.322205,11.427312,11.218898,12.828198,12.815641,12.668476,12.89355,13.083969,13.019447,13.058311,13.310828,13.436941,13.475362,13.830054,13.861388,13.916379,13.869794,12.702928,9.8223715,9.8313999,9.7719049,9.998023,10.229188,10.05202,10.017431,10.378442,10.801088,10.910087,10.786672,10.759891,10.804784,10.970959,10.862035,10.527781,10.548296,10.411839,10.525276,10.77116,10.610073,10.572406,10.766195,10.948563,11.029826,11.318605,11.341146,11.40094,11.526269,11.287416,10.096018,10.111672,10.03706,10.16011,10.377671,10.177788,10.117451,10.328104,10.561155,10.648182,10.552291,10.538459,10.583426,10.760068,10.645655,9.7430325,9.7297173,9.6522408,9.969038,10.226363,10.171875,10.307943,10.892861,11.456862,11.564077,11.929396,11.909363,11.962748,11.993283,11.731537,12.493226,12.451502,12.219139,12.412203,12.568714,12.432284,12.613141,12.91034,13.037914,13.058811,13.367876,13.383878,13.42541,13.415746,12.454318,9.8073645,9.7852345,9.7017708,9.9774466,10.209529,10.178645,10.345709,10.905075,11.38182,11.462343,11.916138,11.898823,11.947932,11.935175,11.613211,10.058532,10.059178,9.9662819,10.193902,10.460682,10.356315,10.401955,10.802628,11.195264,11.302531,11.543744,11.530561,11.587694,11.661097,11.412866,10.014927,10.008105,9.9169388,10.169353,10.432309,10.353877,10.438813,10.897821,11.329346,11.433466,11.749046,11.734979,11.791285,11.834916,11.553052,10.643517,10.644827,10.522269,10.707043,10.966232,10.870961,10.908278,11.228426,11.495339,11.582721,11.935691,11.94274,12.004309,12.043595,11.638444,7.4178214,7.3896089,7.3532977,7.489738,7.4609971,7.4734669,7.6815133,8.292244,8.6235418,8.5007315,8.9686394,8.934063,8.9345045,8.8853998,8.7386255,13.391248,13.401977,13.221468,13.446014,13.635577,13.548924,13.546262,13.724736,13.815269,13.858094,14.32187,14.390962,14.453329,14.458096,13.140986,9.0161877,8.9827919,8.9056225,9.0470247,9.1155682,9.1058817,9.2561178,9.7552452,9.9959335,9.9438944,10.349533,10.331546,10.355208,10.28098,9.9646416,9.8175764,9.8118267,9.7318382,10.025425,10.290754,10.207941,10.294225,10.812847,11.334635,11.448396,11.717421,11.697385,11.752436,11.813177,11.578939,8.6208124,8.5859423,8.5341768,8.7838144,8.8869057,8.9107218,9.1912413,9.8899336,10.402509,10.382035,10.996988,10.966199,10.987331,10.926101,10.687117,10.205534,10.222996,10.143319,10.235334,10.433411,10.21804,10.143005,10.30393,10.478043,10.551644,10.449392,10.444352,10.486864,10.6758,10.566392,11.789926,11.753509,11.599034,11.790931,11.966506,11.905569,12.01189,12.339456,12.499216,12.525847,12.882193,12.893874,12.939865,12.860334,12.018915,12.735723,12.698142,12.529343,12.74297,12.903742,12.830436,12.919683,13.200628,13.32481,13.347897,13.665778,13.684854,13.729959,13.653659,12.522897,8.5730448,8.5366058,8.4964237,8.8407478,8.9640369,9.016468,9.3964472,10.267972,10.986834,10.984615,11.760247,11.730054,11.753654,11.684566,11.446573,12.251616,12.230683,12.08758,12.297875,12.491795,12.433222,12.494511,12.785294,12.936144,12.974979,13.335433,13.356306,13.409344,13.348574,12.366183,10.60279,10.561574,10.415144,10.577163,10.719424,10.664002,10.821404,11.222728,11.414128,11.414614,11.79244,11.793529,11.832442,11.76012,11.2159,11.455552,11.433168,11.300539,11.498174,11.702609,11.649963,11.730353,12.067634,12.263093,12.30779,12.693914,12.704962,12.75737,12.70021,11.957314,10.24784,10.236087,10.133999,10.361696,10.612559,10.548717,10.644184,11.074002,11.435563,11.523337,11.901768,11.894012,11.949865,11.960276,11.593777,7.6853299,7.6589384,7.6153698,7.7421465,7.7263384,7.7282906,7.895999,8.4678926,8.7557259,8.6418858,9.0520811,9.0199375,9.0239048,8.9769955,8.8065329,10.315142,10.32068,10.211857,10.397243,10.662187,10.547213,10.569392,10.893599,11.196342,11.294458,11.562286,11.559888,11.619504,11.694747,11.40903,9.1857042,9.1574316,9.1045256,9.5362673,9.7500687,9.7702007,10.077417,10.962931,11.788169,11.866255,12.507961,12.484017,12.526532,12.499424,12.23495,10.586118,10.555412,10.440317,10.627927,10.809973,10.773967,10.892097,11.300879,11.54128,11.570909,11.980888,11.977497,12.021611,11.952835,11.4082,10.286363,10.299777,10.246758,10.28604,10.400384,10.125293,10.006066,10.078033,10.15784,10.19751,9.8450851,9.8456659,9.8705282,10.11045,10.058434,9.0146637,8.9824657,8.910202,9.0831327,9.178194,9.1705828,9.3406401,9.8780985,10.193455,10.161888,10.612619,10.588153,10.611587,10.550085,10.253407,11.540045,11.498381,11.311145,11.488329,11.653082,11.561869,11.725274,12.069939,12.231377,12.250876,12.602427,12.612106,12.655044,12.605536,11.876417,10.628569,10.621703,10.504164,10.704606,10.955482,10.880235,10.945375,11.305555,11.590958,11.67283,12.049543,12.052333,12.111352,12.122622,11.678658,10.645304,10.653985,10.525277,10.68907,10.950132,10.83482,10.846006,11.123574,11.363989,11.45223,11.789358,11.801793,11.864568,11.930347,11.567267,8.9392147,8.905776,8.8594332,9.2746143,9.4524279,9.4946375,9.8538866,10.774321,11.595476,11.641229,12.379828,12.353961,12.388717,12.336062,12.074314,9.451395,9.4238234,9.3561344,9.6886826,9.9049711,9.9020128,10.140382,10.836766,11.44818,11.522168,12.069378,12.047156,12.091364,12.065818,11.777399,9.7630033,9.7682934,9.6998787,9.9773359,10.233483,10.095499,10.104295,10.556569,11.064271,11.182317,11.217507,11.191685,11.242751,11.36915,11.218504,9.879281,9.8807459,9.7998705,10.058933,10.324883,10.212584,10.253214,10.696877,11.160279,11.275274,11.447381,11.427299,11.482254,11.574065,11.371956,9.940959,9.9262562,9.8381739,10.106934,10.358452,10.305068,10.431768,10.944191,11.403463,11.498853,11.887247,11.871975,11.925633,11.939707,11.630851,10.106607,10.119694,10.030516,10.189817,10.439012,10.276971,10.251581,10.524473,10.812067,10.910978,10.976645,10.964923,11.017734,11.154737,10.98756,9.4892082,9.4740248,9.409482,9.813343,10.067168,10.026992,10.199131,10.93296,11.674038,11.786242,12.178028,12.154135,12.20547,12.23619,11.999983,11.066543,11.050702,10.925032,11.123065,11.347679,11.289773,11.367164,11.718981,11.952389,12.012028,12.409956,12.417786,12.473319,12.441238,11.830567,13.572227,13.567684,13.41492,13.662963,13.83883,13.769226,13.787709,13.996462,14.091639,14.124947,14.474299,14.518401,14.572847,14.540336,13.111701,12.351541,12.374865,12.123313,12.272279,12.487161,12.375785,12.352796,12.505976,12.601184,12.653621,13.451751,13.568543,13.639522,13.688782,12.865291,9.8184643,9.7811022,9.6767139,9.8306437,9.9451094,9.9218903,10.067819,10.518586,10.739007,10.718327,11.117847,11.11034,11.143528,11.059636,10.633101,13.63583,13.639235,13.474906,13.719482,13.89809,13.821234,13.827701,14.01754,14.106367,14.143223,14.530584,14.585295,14.643144,14.62879,13.193357,11.679828,11.673977,11.532428,11.727878,11.955503,11.882845,11.926821,12.216259,12.400862,12.461074,12.857479,12.881034,12.941682,12.924973,12.163916,8.8947096,8.7844057,8.7139654,9.3044004,9.5221558,9.4846306,9.5141907,10.470675,11.60173,11.751713,11.642854,11.569136,11.529896,11.546889,11.400819,8.711998,8.6178255,8.5487432,9.2200689,9.4338608,9.3929138,9.4041815,10.494019,11.824335,11.963358,11.829709,11.751097,11.732035,11.717931,11.565223,8.1409454,8.0924253,8.0337095,8.910903,9.0783634,9.0344248,9.0185709,10.503861,12.415514,12.488912,12.275719,12.177946,12.19617,12.134367,11.962522,9.1876898,8.9161005,8.7940636,8.9318676,9.1022959,9.0833712,9.1587963,9.4650307,9.6286974,9.6995277,9.6941509,9.6312771,9.5462799,9.3756266,9.2394371,9.1524343,8.9335537,8.8034821,8.9630108,9.1439486,9.1195717,9.1385422,9.4710512,9.7220182,9.8034286,9.7947426,9.7245541,9.7005482,9.3965359,9.2364674,8.7181492,8.6275854,8.5671806,9.3208952,9.5366459,9.4983816,9.5184727,10.748827,12.238106,12.392352,12.266093,12.192907,12.161034,12.195241,12.051804,8.2910337,8.241828,8.1772127,8.735177,8.8876886,8.844697,8.8298092,9.7729111,10.939029,10.995363,10.829562,10.723144,10.739316,10.676324,10.507647,9.1512213,8.9733496,8.8768187,9.1567984,9.3588114,9.3287449,9.3872499,9.880785,10.35711,10.473743,10.427094,10.356693,10.289735,10.235484,10.088292,9.026104,8.8827457,8.7886925,9.1340532,9.3415365,9.3060064,9.3300219,9.9151268,10.541648,10.660546,10.594148,10.516802,10.486751,10.401646,10.243675,9.3123922,9.1323147,9.0526714,9.3347874,9.5222168,9.4977064,9.6480818,10.148097,10.612632,10.731647,10.685712,10.626146,10.46202,10.570971,10.444181,9.0386438,8.9333677,8.8826914,9.646616,9.8441963,9.8233423,9.9170828,11.181347,12.609306,12.755808,12.658458,12.603735,12.48484,12.661793,12.537614,9.1810884,8.6970444,8.5392818,8.5525579,8.678812,8.6681967,8.6703167,8.853466,8.9630823,9.0101099,9.0574207,9.0036535,8.9950075,7.7984705,7.6673031,9.1667175,8.8522959,8.7098494,8.8127117,8.9703436,8.956171,9.0019808,9.2647018,9.3626251,9.4176779,9.4246483,9.3623056,9.307065,8.9725542,8.8372145,8.812355,8.6969614,8.5994577,8.8603191,9.0299997,8.9951344,8.9944162,9.490099,9.9765425,10.049786,9.9957142,9.9138107,9.9139147,9.7608557,9.5917749,8.8087311,8.6846361,8.5822716,8.7949963,8.9534407,8.9221029,8.9224749,9.3601227,9.7496901,9.811512,9.7750702,9.6972733,9.6977949,9.5084162,9.3392076,8.8670988,8.7551222,8.6768694,9.2045927,9.4190474,9.3795681,9.3970003,10.25324,11.265183,11.399919,11.293216,11.214494,11.189903,11.156426,11.001528,9.1737471,8.8795233,8.74757,8.8660812,9.0299997,9.0135651,9.0751915,9.3573885,9.4812965,9.5429487,9.5443039,9.4818306,9.4106722,9.1669798,9.0315018,9.2637472,9.0631475,8.9730883,9.2059326,9.3906441,9.3659344,9.49578,9.927269,10.293441,10.399507,10.364444,10.302485,10.161109,10.201113,10.069612,8.86413,8.7629843,8.7053528,9.447608,9.6585817,9.6273823,9.6730146,10.890254,12.319655,12.475761,12.366096,12.300684,12.237741,12.322785,12.187117,9.0032654,8.7356167,8.5939102,8.6783934,8.8124199,8.7977991,8.8031855,9.0703592,9.2299404,9.2734165,9.2978458,9.2396669,9.2361717,8.5853634,8.4293537,8.9717989,8.8340721,8.7320194,9.0105295,9.20228,9.1673508,9.1752481,9.6754446,10.17979,10.275392,10.222307,10.14244,10.131497,9.981761,9.8147669,7.9992452,7.9621181,7.910182,8.8458529,9.001976,8.9582958,8.9403219,10.534923,12.600121,12.658659,12.424952,12.316316,12.335705,12.276411,12.098301,8.2744761,8.2113171,8.1505165,9.0487576,9.2369232,9.1942072,9.1857691,10.697396,12.619616,12.721102,12.520726,12.434644,12.44107,12.389853,12.22662,9.1878386,8.9206696,8.7824068,8.9120674,9.0850439,9.0657721,9.0971918,9.3894615,9.5651646,9.6382608,9.6390638,9.5727205,9.5337296,9.1976376,9.0491238,9.208127,9.0384531,8.9540043,9.2774105,9.4792051,9.4504623,9.541975,10.098317,10.654685,10.782754,10.727457,10.661448,10.558867,10.593616,10.456001,9.1444702,8.9163237,8.7784548,8.9133053,9.0835485,9.0610142,9.0710964,9.3757925,9.5935583,9.6647911,9.6667929,9.5982027,9.5845003,9.1775932,9.0140114,9.0963268,8.9111547,8.79107,8.9824448,9.1674128,9.1392126,9.1538343,9.5317745,9.8513508,9.9373369,9.916213,9.8428955,9.8245335,9.5809307,9.4163914,9.2213182,8.8771181,8.7155151,8.7914553,8.9414892,8.9288235,8.9456215,9.1744356,9.2823973,9.340457,9.3595638,9.2965803,9.2712574,8.6318169,8.4916754,9.191124,8.8905134,8.7433119,8.8495407,9.0121222,8.9964657,9.0268393,9.2906752,9.4187307,9.4818811,9.4899893,9.4256535,9.386838,8.9779158,8.8351955,8.4784966,8.4017439,8.3368759,9.1318512,9.3341799,9.2917271,9.2906723,10.600966,12.242278,12.362983,12.194184,12.111537,12.107241,12.070819,11.912128,8.8844929,8.7665014,8.6717148,9.0005808,9.1915979,9.153863,9.1563702,9.7298994,10.344743,10.44043,10.369743,10.28634,10.281182,10.156574,9.9884624,9.2119884,8.8996153,8.7433338,8.8285885,8.9837198,8.9673462,8.9753771,9.2177954,9.3657999,9.4279289,9.4489079,9.3851442,9.3711863,8.7031612,8.5505476,9.1211891,8.8751383,8.7317762,8.8415279,8.9980192,8.9782515,8.9838228,9.2641048,9.4510174,9.5110445,9.5246801,9.4595909,9.4520111,8.926775,8.7631607,9.2027693,8.8185253,8.6506348,8.7059774,8.8397121,8.8315668,8.8528662,9.0623255,9.1252184,9.1709442,9.1921053,9.131671,9.1011162,8.4133873,8.2851982,9.2018785,8.8733644,8.7166977,8.8034325,8.9567413,8.9436636,8.9672976,9.2082834,9.3125467,9.3698759,9.3843575,9.321125,9.2887716,8.7637672,8.6241903,9.2415771,8.7580938,8.5891247,8.6073694,8.7352142,8.7268715,8.7348337,8.9125996,8.9992256,9.0507441,9.0844803,9.0262775,9.0087328,7.9169207,7.7947092,9.0847702,8.9348879,8.8474836,9.217453,9.428051,9.3943739,9.4407578,10.061022,10.726437,10.85722,10.788861,10.716018,10.661164,10.634189,10.485549,9.2267647,8.7605762,8.5904102,8.6138783,8.7393942,8.7328548,8.7458553,8.9292421,9.0014172,9.0500793,9.0801535,9.0219727,9.000783,8.0112743,7.8925829,9.2105455,8.96033,8.8499479,9.0095911,9.1838722,9.1628933,9.2615776,9.5959778,9.8044443,9.8842306,9.8708029,9.8084888,9.6997681,9.6131172,9.478837,9.1342955,8.9477282,8.8402281,9.0772314,9.2747755,9.2454252,9.2844057,9.7187595,10.113576,10.218035,10.182688,10.110585,10.064894,9.934659,9.7807703,9.1964188,8.8403349,8.6781263,8.749402,8.8924828,8.8821726,8.9059191,9.1310196,9.2075758,9.2572899,9.2749157,9.2132511,9.180316,8.5946798,8.4613857,9.202734,8.9136448,8.7648249,8.8735304,9.0387497,9.0216684,9.0431566,9.3091421,9.4592371,9.5265646,9.5356464,9.4701395,9.4411783,8.9835205,8.8349543,8.5116072,8.4420471,8.3683853,8.9334393,9.1127691,9.0688782,9.0572701,9.9933548,11.143661,11.227627,11.082777,10.987419,10.998251,10.921481,10.750837,8.2406492,8.1829081,8.1209955,8.9844484,9.163682,9.1199636,9.1071396,10.560611,12.419481,12.50776,12.305779,12.214624,12.228365,12.16728,11.999479,8.7105885,8.582962,8.47927,8.6450481,8.7799644,8.7544479,8.7563667,9.1500778,9.4515963,9.4926844,9.4764662,9.4058275,9.4086132,9.1740541,9.0076265,7.5044112,7.4704418,7.4337473,8.8888512,9.0324497,8.9985218,8.9885378,11.836388,15.411301,15.47489,15.171894,15.095003,15.105954,15.065568,14.914873,9.2284575,8.8332615,8.6649332,8.7163019,8.8538713,8.8443546,8.8589811,9.0639782,9.1493454,9.2016945,9.2264462,9.1655235,9.1418514,8.347188,8.2160883,9.1872015,8.9505501,8.8343658,9.0065985,9.1897898,9.1668215,9.2300129,9.5788307,9.8249969,9.9119854,9.8964071,9.8302288,9.7584591,9.6083059,9.4647245,9.1829205,8.9033728,8.7672377,8.8926134,9.0625381,9.0445671,9.0871506,9.3752718,9.5293951,9.5985174,9.5994358,9.5346203,9.4835291,9.185195,9.0423069,9.2722139,9.1347666,9.0702944,9.5598125,9.763217,9.7388964,9.8534842,10.659458,11.528814,11.676748,11.600371,11.54165,11.412994,11.561493,11.434353,9.2221041,8.9037733,8.746233,8.8330641,8.9896688,8.9742479,8.9867992,9.2281227,9.3650551,9.4281855,9.4463453,9.382163,9.3623543,8.7374096,8.5892143,7.7383347,7.6965694,7.6497874,8.9093657,9.0630693,9.0243464,9.0109358,11.348654,14.333739,14.405427,14.135407,14.054893,14.07508,14.026071,13.869729,9.0343313,8.8650904,8.746973,8.9357262,9.1128531,9.0840235,9.0918465,9.4739561,9.797636,9.8755732,9.8543091,9.780179,9.7704268,9.5180998,9.3495512,8.4595976,8.3854284,8.3269281,9.2005281,9.4073572,9.3656931,9.3689032,10.822299,12.631862,12.767915,12.602804,12.524959,12.512813,12.511974,12.362035,9.2371387,8.8482075,8.6843052,8.7370462,8.8803396,8.8673992,8.8738604,9.0822773,9.2011261,9.2583094,9.2886286,9.2277355,9.213398,8.3256817,8.1846914,8.9112444,8.7917118,8.7055893,9.1447058,9.3545542,9.3155499,9.3289728,10.051027,10.879963,11.002801,10.911728,10.831071,10.812024,10.742804,10.582685,9.1016474,8.9238491,8.8123875,9.0409966,9.2356319,9.2054548,9.2289314,9.6535254,10.040611,10.139064,10.105535,10.031356,10.002784,9.8298635,9.6695471,9.0677748,8.9084005,8.8058605,9.0857153,9.2870111,9.253953,9.2779188,9.7720356,10.264033,10.372466,10.323305,10.247223,10.217829,10.093052,9.9334841,8.4039745,8.3306561,8.2519407,8.5426216,8.6712294,8.6359282,8.6277666,9.2043467,9.7910013,9.8288918,9.7502241,9.6625996,9.6719036,9.5735569,9.4145899,9.1645594,8.827405,8.6757183,8.7626019,8.911479,8.8998079,8.9359808,9.1800957,9.2535925,9.3017168,9.3135166,9.2518902,9.2062626,8.780529,8.6475649,8.001421,7.9483924,7.8990703,9.0474567,9.2263069,9.1866093,9.1800556,11.22266,13.80503,13.905645,13.673637,13.594569,13.596621,13.570685,13.416496,8.9299593,8.778657,8.6650085,8.8470058,9.0102272,8.9816837,8.9850693,9.3719044,9.6919813,9.7569742,9.7365761,9.6626558,9.6596556,9.4098387,9.2395153,9.3107691,9.1525459,9.0801201,9.4464025,9.6427937,9.6177273,9.7537518,10.374171,11.005061,11.140259,11.079571,11.019912,10.869848,11.001852,10.874738,8.9467192,8.8192348,8.7249756,9.0760136,9.2776747,9.2401676,9.2498341,9.8469791,10.497155,10.606091,10.533837,10.452546,10.438711,10.330327,10.165842,9.1824903,8.7739868,8.6017046,8.6403399,8.7565918,8.7521725,8.7791023,8.9752684,9.0029469,9.0365267,9.0577688,8.9998379,8.9639235,8.2471619,8.1281986,8.3825665,8.321619,8.2490883,8.648447,8.7912054,8.7512989,8.7396622,9.4553852,10.272852,10.322019,10.202323,10.104674,10.117363,10.040361,9.8767223,9.0543737,8.9295378,8.8601303,9.3983536,9.6132612,9.5808287,9.6381474,10.514764,11.513687,11.666751,11.575139,11.50735,11.438367,11.499468,11.360763,9.2021542,8.9235725,8.7744932,8.8842936,9.0499821,9.0316582,9.0464144,9.3146648,9.4809484,9.5494804,9.5598526,9.4937296,9.4726591,8.9765196,8.8226681,8.9624271,8.7425203,8.608346,8.7141542,8.8531446,8.8357048,8.8403769,9.1353941,9.3220968,9.3670073,9.3819218,9.320569,9.3187256,8.8098927,8.6465178,8.7032661,8.6098995,8.5337963,9.1275225,9.3341446,9.2919807,9.2939157,10.257815,11.432455,11.55253,11.423035,11.338857,11.332107,11.274168,11.111844,9.0108585,8.8319082,8.7077913,8.8633013,9.0265169,9.000906,9.0059166,9.3517895,9.6170425,9.6814489,9.6742487,9.6035938,9.5983238,9.2756472,9.1060276,8.952774,8.8099337,8.7019901,8.927309,9.1051331,9.0729685,9.077672,9.5137367,9.9159765,9.9957666,9.9586992,9.8809042,9.8747673,9.6797533,9.5103846,9.184145,8.9319324,8.7940702,8.9300308,9.1054506,9.0846157,9.108573,9.4088087,9.6069841,9.6829176,9.6825113,9.6148462,9.584342,9.2325792,9.0788803,8.8883715,8.7060471,8.5817242,8.7062931,8.8452492,8.8250713,8.8290854,9.15446,9.3720217,9.415843,9.4226818,9.3582497,9.3578978,8.9621773,8.7956753,8.6738749,8.5861559,8.5019455,8.8902874,9.0656109,9.0250759,9.0181465,9.690937,10.451522,10.531387,10.433923,10.343806,10.349508,10.248626,10.07943,9.1825886,8.9281883,8.8009624,8.9490747,9.1270714,9.1061926,9.1537323,9.4705524,9.6713305,9.7498846,9.7430916,9.676939,9.6212521,9.3882551,9.2427511,9.1189795,8.7676744,8.6146183,8.670392,8.803977,8.7912283,8.7948217,9.0211391,9.1551723,9.2024193,9.2385378,9.18186,9.1757345,8.2999811,8.1514788,9.1637897,8.9484968,8.8308201,9.0194139,9.2085752,9.183012,9.2238426,9.5931425,9.885417,9.9778366,9.9579,9.8883371,9.8405027,9.656352,9.5044184,8.5490208,8.4471321,8.35569,8.5448132,8.6705599,8.6431484,8.6430368,9.0812855,9.4393539,9.473362,9.4410982,9.366642,9.3718967,9.1983852,9.0362101,9.1367807,8.935483,8.8148594,9.0040188,9.1923923,9.1654806,9.189847,9.5609837,9.8662825,9.9563789,9.9365158,9.8647795,9.8350697,9.6084318,9.4493179,8.7762089,8.6724586,8.5810022,8.9023018,9.0791082,9.0411139,9.0382586,9.6134768,10.22579,10.306785,10.232623,10.146934,10.14844,10.024995,9.8559399,9.0703878,8.8613129,8.7273617,8.8593683,9.0199432,8.997283,9.0028257,9.3142309,9.5361795,9.5984697,9.6023502,9.534585,9.5280561,9.1156244,8.94806,9.1752281,8.9322367,8.793088,8.9279699,9.1019335,9.0803165,9.0966167,9.3969154,9.6043043,9.6790895,9.6801319,9.6118422,9.5901823,9.202281,9.0438061,9.104969,8.905221,8.7767582,8.9368563,9.1125336,9.0869818,9.097393,9.4365492,9.7002134,9.7762451,9.7675362,9.6964302,9.6830387,9.3625488,9.1965294,9.0388079,8.8792934,8.7687674,8.9997034,9.1886797,9.1569958,9.1687965,9.6021156,10.005004,10.096348,10.060153,9.9836302,9.9685564,9.7792587,9.6131573,9.2345934,8.8761797,8.7129431,8.7803431,8.9287186,8.9155807,8.9264812,9.1471844,9.2648582,9.3240252,9.3478079,9.285265,9.2662601,8.5167465,8.3747578,9.1782265,8.9730654,8.8672485,9.0862522,9.2792616,9.2525597,9.3159466,9.7265301,10.073932,10.175984,10.14601,10.077672,10.005901,9.9109287,9.7650423,9.1604538,8.799511,8.6409092,8.7124233,8.8506966,8.8416157,8.8744183,9.102396,9.1518555,9.1923294,9.2074528,9.1471786,9.1049356,8.6033087,8.4748259,8.5868778,8.5070629,8.4325018,9.0450296,9.239994,9.1964521,9.1896544,10.19098,11.427226,11.530305,11.386855,11.297391,11.301749,11.229934,11.062039,9.1653128,8.8707294,8.7187147,8.8050919,8.9558573,8.9388952,8.9441042,9.1943855,9.3519526,9.4096346,9.4325132,9.3699341,9.3612146,8.6913109,8.5341339,9.2282276,8.7361975,8.573494,8.5880966,8.7179642,8.7070894,8.7098942,8.8881569,8.9931145,9.0442867,9.0865564,9.0302067,9.0185823,7.8356371,7.7066455,8.7959681,8.6440105,8.530158,8.673748,8.8098612,8.7868519,8.7901754,9.1484499,9.4026012,9.4440269,9.4412909,9.3742104,9.3753748,9.0704222,8.9034729,9.174015,8.9378481,8.8090239,8.965847,9.1475925,9.1247663,9.1567516,9.4840164,9.715786,9.798275,9.7897053,9.7212276,9.6824741,9.4151173,9.2622929,9.2100105,8.7787008,8.6059809,8.6389399,8.7610064,8.755497,8.7735243,8.9639597,9.0167818,9.0595293,9.0850878,9.026453,8.9996967,8.1520901,8.0323353,9.1738338,8.7931471,8.627861,8.6841965,8.812396,8.805418,8.8371801,9.0493374,9.0873308,9.1242027,9.1422358,9.0832071,9.0421896,8.4456453,8.3210135,9.2359324,9.010602,8.9099941,9.0986824,9.2775784,9.2544975,9.3701725,9.7421942,10.015152,10.106494,10.083519,10.021057,9.8949938,9.8707838,9.7372494,9.2083817,8.835331,8.675396,8.7305298,8.8726416,8.8587198,8.8628902,9.0780554,9.2073965,9.2623262,9.2954321,9.2356567,9.2255096,8.3360796,8.1899519,9.1784906,8.9164419,8.7695408,8.8813066,9.0451365,9.0255136,9.034729,9.3092222,9.4907103,9.557477,9.5688734,9.5025959,9.4888802,8.9750071,8.8153257,8.7838621,8.6838131,8.5988607,9.0481129,9.2459021,9.2046833,9.2037373,9.9484272,10.817583,10.922389,10.819787,10.733223,10.731021,10.640339,10.472843,9.2414799,8.7469835,8.5809383,8.595891,8.7252798,8.7154779,8.720232,8.8962355,8.9931946,9.0453825,9.0832548,9.0257225,9.0111742,7.8537555,7.7284427,8.4761219,8.3879213,8.3025455,8.5306988,8.6566782,8.6256008,8.6216021,9.1150208,9.5619116,9.5972271,9.5459309,9.465642,9.4721651,9.3403244,9.1811543,9.2422571,8.831893,8.6644917,8.7099371,8.8489408,8.838109,8.8474722,9.0474396,9.1486626,9.2040386,9.2330017,9.1723404,9.1540308,8.253686,8.1199636,9.1371727,8.9926205,8.9153395,9.339818,9.5508184,9.5193815,9.589366,10.291854,11.057141,11.200063,11.125146,11.057217,10.976359,11.020463,10.880893,9.0089426,8.8792105,8.8001461,9.2675142,9.4829655,9.4471159,9.4858313,10.250023,11.11896,11.260493,11.172327,11.098724,11.051073,11.048516,10.900803,7.1811409,7.1555786,7.1254654,8.7824497,8.8999367,8.8701124,8.8587265,12.384988,16.739239,16.78544,16.459698,16.391146,16.411049,16.371445,16.233166,7.9565268,7.9887805,7.9705667,7.8989964,8.9648647,8.9394426,8.8833189,9.1147346,10.184029,12.105246,12.021385,11.741715,11.839534,11.927864,12.002886,6.2505493,6.2497721,6.2267127,6.2146001,6.8128304,6.7744031,6.727396,6.9470968,9.1699448,13.23817,13.165123,13.046989,13.136269,13.206095,13.297153,8.6470604,8.7637339,8.7431936,8.6676455,10.725855,10.684738,10.619305,10.929165,11.402121,12.157191,12.029943,11.350424,11.442621,11.485088,11.436178,8.6840992,8.6814852,8.6550903,8.90977,9.2290392,9.0995483,9.0575314,9.5252361,10.566811,11.652702,11.352469,11.286666,11.340709,11.514696,11.497048,7.3296161,7.3496256,7.3274322,7.293839,8.1119051,8.0760508,8.0277948,8.2576218,9.7151241,12.402313,12.31916,12.124846,12.220896,12.304079,12.380535,9.6641903,9.7595358,9.7429562,9.6549234,12.387253,12.363003,12.271056,12.660213,13.039443,13.54044,13.383527,12.473731,12.555693,12.534357,12.508947,7.5521297,7.5391665,7.5483522,7.342382,8.1726332,8.1770353,8.1076975,8.3056316,9.9586735,12.756516,12.684831,12.523796,12.617877,12.74103,12.866156,8.9742937,9.3108673,9.2979097,9.2440119,16.467672,16.422306,16.370682,17.596935,17.661022,17.768383,17.471243,14.651334,14.722871,14.701498,14.582779,9.2544947,9.3809271,9.3630705,9.288846,12.177612,12.145786,12.0664,12.480581,12.843523,13.363227,13.212358,12.223617,12.314407,12.311671,12.273793,12.625004,12.567767,12.540321,12.477484,15.421657,15.39256,15.257638,15.706717,16.028767,16.250795,15.754383,14.816753,14.727029,14.603558,14.560215,8.6062632,8.6768532,8.6583652,8.5732565,10.188365,10.158197,10.091419,10.35829,11.014599,12.105021,11.998054,11.506948,11.602687,11.663332,11.671719,9.3669004,9.5946846,9.5793266,9.5364857,14.62961,14.596159,14.527466,15.311639,15.488358,15.724766,15.538102,13.63534,13.720634,13.678391,13.614271,9.7656918,9.7677135,9.7610559,9.5613899,11.138541,11.131129,11.026299,11.262227,11.947917,12.838134,12.695229,12.265347,12.346687,12.373708,12.401546,7.9177561,8.0209217,7.9964385,7.9482617,8.9614954,8.9007845,8.8569708,9.0827837,9.7558403,10.893521,10.770165,10.467747,10.550458,10.637696,10.561992,7.998939,8.1330385,8.1111765,8.0276966,9.4930611,9.4426746,9.3905754,9.6302948,10.150661,11.019487,10.906225,10.431945,10.515168,10.582426,10.483469,7.5424671,7.578125,7.5516152,7.5448327,8.2974396,8.2418795,8.2001562,8.4392929,9.6947479,11.96974,11.861162,11.675972,11.768044,11.855219,11.869716,8.0009546,8.024251,7.9955626,8.064187,8.581172,8.4958496,8.4623709,8.7462521,9.8500853,11.645382,11.475236,11.357128,11.436096,11.553748,11.543145,7.3101406,7.3105836,7.2870708,7.3876653,7.8062749,7.7486014,7.7392826,8.0573435,9.7254162,12.51293,12.391838,12.317551,12.394261,12.493126,12.50796,9.2868109,9.6289148,9.6188335,9.5895252,17.508509,17.476768,17.43141,18.853075,18.913515,19.002968,18.766628,15.661736,15.730692,15.692911,15.62151,8.2538424,8.2508688,8.2250347,8.486311,8.8443966,8.754035,8.7352324,9.2388973,10.543959,12.076625,11.868304,11.79815,11.858723,12.002106,11.98584,8.250392,8.4735489,8.453536,8.357789,11.579821,11.524434,11.468264,11.90364,12.138006,12.495954,12.311095,11.12511,11.207407,11.230058,11.074247,10.850956,10.899281,10.879629,10.79646,13.71392,13.690815,13.574794,13.995,14.320261,14.649241,14.395801,13.438091,13.466336,13.385177,13.349577,8.3580208,8.4032078,8.3863182,8.296279,9.6070232,9.5830536,9.5193577,9.7613649,10.608669,12.073485,11.980605,11.611493,11.708974,11.787945,11.837677,7.0033875,7.0141382,6.9881063,7.0242233,7.5294747,7.4605927,7.4354653,7.6855116,9.4472847,12.590842,12.492283,12.394656,12.490573,12.573229,12.602577,9.2439594,9.3347931,9.3181038,9.2256012,11.567367,11.541078,11.458776,11.798989,12.256446,12.925495,12.790074,12.026791,12.117902,12.131005,12.115707,8.8420906,8.8461084,8.8438435,8.6431217,9.8884821,9.8859339,9.7989979,10.012147,10.959579,12.423609,12.324403,12.012784,12.109213,12.195106,12.269582,7.2663655,7.2765417,7.2625966,7.1932006,8.023078,8.009902,7.9599915,8.1809273,9.7172804,12.530561,12.46739,12.279664,12.374243,12.471173,12.610154,8.4864969,8.5146961,8.4857807,8.5725861,9.0323935,8.9155092,8.8676558,9.1507225,9.9755907,11.171875,10.922643,10.810352,10.87536,11.022825,10.993658,7.3003101,7.313549,7.2971244,7.2392864,8.0692129,8.0491858,7.9998412,8.2236691,9.7276182,12.490243,12.420579,12.228682,12.324633,12.416467,12.539433,7.7478042,7.8551645,7.8309741,7.7959623,8.5389919,8.466486,8.4282608,8.6463938,9.3435717,10.476764,10.332291,10.118859,10.192487,10.294188,10.196334,7.6825175,7.722393,7.6975799,7.6705647,8.5548029,8.5080709,8.4613428,8.697154,9.8544121,11.959455,11.860055,11.632308,11.726486,11.810866,11.837309,10.727612,10.75104,10.733142,10.619506,13.059525,13.039349,12.923047,13.271831,13.666671,14.090533,13.855747,13.087737,13.125643,13.065993,13.042396,9.2427902,9.2955074,9.2821989,9.1569567,11.029635,11.012004,10.925436,11.206322,11.791141,12.65678,12.533612,11.965703,12.056696,12.088928,12.103851,9.0347052,9.1447172,9.126339,9.0462112,11.463204,11.430376,11.355137,11.707449,12.142948,12.801131,12.664827,11.860442,11.953496,11.973571,11.943604,9.7102804,9.8395395,9.8223467,9.7551174,13.104093,13.076982,12.987086,13.467156,13.766415,14.148258,13.982066,12.819675,12.900086,12.859157,12.819102,10.961988,10.89547,10.889356,10.627585,12.088661,12.080002,11.949037,12.16133,12.852064,13.530406,13.303123,12.938863,12.984451,12.964426,12.973441,8.7454252,8.8917923,8.8714733,8.7985344,11.379493,11.335438,11.268636,11.639468,12.01267,12.587279,12.440165,11.549775,11.640914,11.666808,11.596161,7.3670015,7.3634992,7.3452616,7.5994635,7.9322157,7.8877406,7.9009881,8.4227438,10.343085,12.964681,12.840594,12.787552,12.840725,12.952721,12.935644,8.6210079,8.872467,8.8537006,8.7764387,13.271675,13.218662,13.161649,13.81151,13.985641,14.247385,14.006651,12.31724,12.402558,12.402207,12.265787,8.799346,8.8646088,8.8481493,8.7494154,10.470568,10.445665,10.372631,10.645986,11.279333,12.301239,12.191286,11.667339,11.762942,11.816134,11.831063,8.9729595,9.2008448,9.1832342,9.1250162,13.646937,13.600983,13.53628,14.206638,14.404083,14.692198,14.47607,12.798082,12.886183,12.87471,12.781648,7.8539686,7.8535981,7.8285637,7.9869709,8.3841991,8.313549,8.3020096,8.6845722,10.094022,12.201507,12.041653,11.967722,12.035466,12.15661,12.153175,7.902029,7.9643359,7.9389482,7.9092989,8.8572741,8.8035192,8.7577,8.9941263,9.9112463,11.536819,11.425237,11.16394,11.254295,11.340582,11.326101,8.0191135,8.0647173,8.0435476,7.9859362,9.0893126,9.0546875,9.0005941,9.2376795,10.207504,11.942721,11.850183,11.548853,11.64525,11.72792,11.768427,10.847585,10.958586,10.940014,10.895487,14.915778,14.890102,14.776766,15.37676,15.609236,15.820064,15.564843,14.162744,14.179899,14.070752,14.021824,7.7238936,7.8451242,7.8223724,7.769568,8.6314135,8.5641336,8.5256109,8.7379389,9.3730202,10.412516,10.277612,10.019691,10.095639,10.190727,10.083958,8.0699701,8.1615114,8.1377039,8.082531,9.27841,9.2274599,9.1774702,9.4149199,10.110672,11.309787,11.197931,10.839111,10.927668,11.006088,10.959805,9.1258965,9.0920429,9.119833,8.8134232,9.7728195,9.7747297,9.6780024,9.861762,11.391199,13.225079,13.13341,12.966918,13.100813,13.188524,13.274649,9.1893053,9.3643637,9.3464403,9.2868223,12.995906,12.958317,12.884974,13.422836,13.693351,14.077174,13.902073,12.571803,12.662297,12.648024,12.586988,7.9223714,7.9716735,7.9484315,7.9046688,8.9356127,8.8937855,8.8432455,9.080184,10.069817,11.848552,11.750894,11.470653,11.565475,11.64827,11.671589,7.2176981,7.3724985,7.352685,7.2822161,7.8227391,7.749042,7.716743,7.9032569,8.4961491,9.3820391,9.2243843,9.0674477,9.1215687,9.2301798,9.0660677,8.4103642,8.5957909,8.5752172,8.4898977,11.205242,11.153272,11.092136,11.467515,11.773936,12.246233,12.089185,11.121318,11.206519,11.23608,11.113735,7.8308702,7.8273993,7.8040404,8.0345154,8.3988791,8.3338137,8.3309298,8.808919,10.354729,12.433941,12.279526,12.214749,12.276058,12.399488,12.38723,7.9319959,7.9739437,7.9457769,7.9811277,8.575819,8.4961824,8.4597712,8.7207365,9.7370443,11.428729,11.272411,11.126564,11.207163,11.317249,11.291648,8.9376745,8.9682465,8.9583244,8.8103819,10.313099,10.301486,10.218684,10.461297,11.217175,12.401552,12.295982,11.874362,11.969145,12.032877,12.080999,7.4801555,7.6671019,7.6484933,7.5252619,9.0754442,9.0260448,8.9758339,9.1925821,9.5961275,10.263363,10.160101,9.627614,9.6988916,9.7592602,9.5866308,8.8963985,8.9884892,8.9702368,8.884798,10.944599,10.913344,10.840391,11.150671,11.664212,12.468781,12.345219,11.682239,11.776457,11.812919,11.797393,11.298184,11.243477,11.22824,11.047423,12.88197,12.865504,12.734895,13.000386,13.50996,14.011386,13.732357,13.214343,13.229089,13.175381,13.164972,9.1878767,9.5236635,9.5121937,9.4750595,17.054909,17.015583,16.964619,18.292788,18.356947,18.458532,18.181898,15.227207,15.2983,15.266421,15.18003,10.154716,10.118629,10.118269,9.8377686,11.164031,11.161602,11.044316,11.244324,12.095144,13.038356,12.880901,12.566412,12.649527,12.676228,12.70854,8.103961,8.1003637,8.1016932,7.9069414,8.9042168,8.9056273,8.8305807,9.0336809,10.311845,12.459967,12.37874,12.155471,12.252781,12.367962,12.481202,8.1582508,8.230484,8.207737,8.151309,9.3827362,9.3395128,9.2859335,9.529026,10.300939,11.64847,11.544109,11.18358,11.276534,11.353403,11.344243,8.466568,8.481143,8.4745617,8.3158312,9.5230103,9.5168629,9.4410839,9.6610661,10.653036,12.308268,12.219172,11.910388,12.007763,12.101804,12.188721,12.416521,12.314329,12.288723,12.160593,14.268697,14.242374,14.101604,14.415646,14.833257,15.173658,14.747046,14.123846,14.063761,13.967867,13.938012,9.3930273,9.4262791,9.4156513,9.264101,11.002964,10.990268,10.89746,11.158959,11.7887,12.689466,12.563028,12.056085,12.144375,12.177659,12.201744,9.0481472,9.0345554,9.0392141,8.7853565,9.9345007,9.9360447,9.8410778,10.038349,11.088892,12.577712,12.474077,12.211945,12.312016,12.399401,12.473769,10.214994,10.167951,10.174066,9.8194923,10.942212,10.943214,10.82506,11.00264,12.242789,13.410641,13.272086,13.056026,13.177461,13.217268,13.259897,10.065692,10.204683,10.187314,10.134164,13.974582,13.94839,13.850844,14.409778,14.654915,14.933738,14.752846,13.398278,13.463206,13.389487,13.342973,8.6102037,8.6621218,8.646265,8.5452862,10.04299,10.020407,9.9507189,10.20421,10.943574,12.177283,12.076997,11.639993,11.736793,11.804755,11.840411,8.5822334,8.5956659,8.5678062,8.6879501,9.0935068,8.9698324,8.9223518,9.230402,10.103016,11.324256,11.049203,10.955769,11.018268,11.176336,11.158427,6.440794,6.4447713,6.4188228,6.4266663,6.9702268,6.916821,6.8790922,7.1080189,9.21175,13.043606,12.954821,12.848069,12.938825,13.009866,13.061583,8.0111685,8.0246534,7.996254,8.086853,8.5617113,8.4761457,8.4463024,8.7489853,9.915987,11.780756,11.605748,11.502737,11.579797,11.701086,11.69709,8.7160215,8.7175207,8.6925516,8.8557577,9.1924219,9.0559359,9.0054722,9.3509798,10.254126,11.417889,11.098869,11.027896,11.083661,11.261088,11.248441,7.4119353,7.4152293,7.4095173,7.289093,8.1617327,8.1593485,8.1019144,8.314414,9.827179,12.548483,12.480639,12.28622,12.380945,12.492776,12.638034,7.890409,7.9631162,7.9364829,7.936192,8.6183977,8.5430403,8.504447,8.7437248,9.5872698,10.98348,10.833876,10.651195,10.72898,10.834593,10.775923,9.0286112,9.0959225,9.0804081,8.9746408,10.87347,10.850647,10.771504,11.060148,11.635509,12.524072,12.405689,11.817988,11.911845,11.950673,11.959125,10.404855,10.39058,10.380534,10.187677,11.920588,11.90961,11.792897,12.043939,12.629401,13.300467,13.109612,12.625338,12.684293,12.671968,12.679023,8.3636656,8.4332619,8.4127283,8.341548,9.7488289,9.7132139,9.6533756,9.9060888,10.630193,11.872442,11.769551,11.350697,11.445756,11.516404,11.521555,7.9906273,7.9959807,7.9685917,8.0862885,8.5216665,8.4396458,8.4159451,8.746871,9.9923143,11.930047,11.754807,11.6661,11.739592,11.863391,11.862224,12.664634,12.495397,12.478703,12.262322,13.833044,13.811394,13.659692,13.892938,14.43098,14.851806,14.424619,14.016815,13.957445,13.871868,13.853717,9.5690145,9.7555456,9.7391577,9.6916904,14.05991,14.029531,13.949383,14.59821,14.814447,15.091176,14.921072,13.329842,13.412795,13.361929,13.307616,7.6939359,7.8357911,7.8127866,7.7290659,8.8734188,8.8162079,8.7728786,8.9845753,9.5286856,10.436378,10.317143,9.9550781,10.033154,10.11398,9.9906282,9.7610025,9.8202448,9.8054943,9.6892138,11.957943,11.938916,11.841476,12.166483,12.627101,13.232704,13.078251,12.361586,12.440544,12.430914,12.422307,8.6855612,8.7767258,8.7572308,8.6773252,10.52399,10.4891,10.421816,10.710843,11.266946,12.168818,12.051721,11.465097,11.559426,11.608773,11.59072,7.5936947,7.6180429,7.5978661,7.5477309,8.458127,8.4281492,8.3773327,8.6067677,9.8950605,12.254504,12.17317,11.947868,12.045022,12.132168,12.214981,6.8115063,6.8184357,6.8006983,6.7660575,7.4797139,7.4544101,7.4092531,7.6338687,9.456811,12.816077,12.74693,12.5925,12.685598,12.767323,12.886778,9.4631472,9.5525179,9.5362444,9.442112,11.931434,11.907096,11.819233,12.176387,12.601952,13.194297,13.049549,12.233438,12.320508,12.317783,12.299761,10.255017,10.280096,10.265772,10.127541,12.257301,12.240957,12.131237,12.435692,12.908744,13.471734,13.284832,12.635331,12.696711,12.67001,12.662024,7.6169434,7.6524153,7.6249886,7.638731,8.2964458,8.2308483,8.1940527,8.4418316,9.6621952,11.824103,11.700911,11.543198,11.632259,11.726645,11.725538,8.3068533,8.4075918,8.3856049,8.3156805,9.8361254,9.7915678,9.7343502,9.9920864,10.587808,11.589786,11.477373,11.000369,11.090976,11.15624,11.111353,9.4172812,9.55933,9.5418587,9.475318,12.798028,12.767067,12.685311,13.162511,13.471685,13.89438,13.733165,12.571863,12.659869,12.637995,12.594349,7.8552098,7.9192715,7.8927517,7.8810353,8.6767664,8.6123028,8.5712891,8.8089161,9.7280521,11.323729,11.196316,10.982272,11.067786,11.162561,11.128781,7.5197144,7.73002,7.7108698,7.5766592,9.5143023,9.4623356,9.4049273,9.6512423,9.9728165,10.490216,10.372514,9.6792164,9.7488899,9.7977037,9.601738,8.7519026,8.9431133,8.9233923,8.8531227,12.230522,12.181946,12.117181,12.595557,12.866764,13.2734,13.092665,11.874106,11.963269,11.973989,11.875775,9.2302189,9.2486439,9.2413225,9.0657129,10.578897,10.570711,10.478913,10.71568,11.457491,12.545654,12.42979,12.013637,12.105087,12.159033,12.202615,9.2018337,9.4422045,9.4264927,9.3798666,14.550769,14.511965,14.447073,15.244412,15.41441,15.652587,15.441309,13.50256,13.589122,13.559302,13.483706,9.5329952,9.5154762,9.5169487,9.2571278,10.525359,10.52487,10.420549,10.622252,11.536764,12.718196,12.594263,12.292022,12.385797,12.445704,12.498094,11.938448,11.798083,11.793657,11.45898,12.728095,12.715906,12.565075,12.746107,13.536748,14.13466,13.832988,13.557981,13.576741,13.528503,13.528219,9.4405422,9.4985466,9.4846048,9.3636465,11.414848,11.396304,11.305698,11.605719,12.130708,12.87404,12.739497,12.103699,12.191023,12.206283,12.209809,8.2494106,8.2739458,8.2622309,8.1436043,9.3238058,9.3110161,9.2442455,9.4711409,10.471385,12.207568,12.123006,11.813558,11.911637,12.004561,12.092139,9.3916206,9.5724964,9.5555353,9.5017576,13.568262,13.534988,13.458318,14.055617,14.297682,14.624532,14.450223,12.979411,13.067035,13.034064,12.978184,8.7040539,8.7403975,8.7283669,8.6003675,10.044172,10.029415,9.9538126,10.196642,10.986693,12.281149,12.182435,11.77616,11.872762,11.944676,11.997631,10.067343,10.146447,10.12949,10.039132,12.818462,12.796173,12.694515,13.089502,13.449215,13.883046,13.702442,12.784027,12.851683,12.807693,12.780003,7.882782,7.9061089,7.8907299,7.8056016,8.832119,8.8137732,8.7563677,8.9822044,10.133365,12.203592,12.125692,11.865732,11.96377,12.058549,12.158029,8.9870462,9.1377087,9.1185045,9.0500765,12.037754,11.997801,11.926435,12.35457,12.692931,13.196047,13.038281,11.995219,12.087217,12.095809,12.036221,8.3463812,8.5035467,8.4824886,8.3971977,10.567937,10.518466,10.457744,10.76829,11.156016,11.770474,11.636064,10.889437,10.975199,11.017884,10.912697,5.6871428,5.6800809,5.6544313,5.6556792,6.1460385,6.1008062,6.0558205,6.2681479,8.9013309,13.645555,13.570811,13.483157,13.566509,13.627781,13.699298,8.3508596,8.4793854,8.4579115,8.3791656,10.199906,10.15317,10.093701,10.372846,10.852175,11.633173,11.51137,10.910585,10.998734,11.052371,10.975883,8.2133303,8.2660704,8.2460108,8.1769056,9.4167166,9.3844061,9.3264904,9.5686579,10.425622,11.930615,11.835489,11.484426,11.580858,11.65967,11.692162,6.4796233,6.4852352,6.4601865,6.4793272,6.9814038,6.9190049,6.8903408,7.1217422,9.2222004,13.017815,12.935108,12.841913,12.937767,13.008051,13.052901,7.2787461,7.2852502,7.2589502,7.3223057,7.7909384,7.7223067,7.7020421,7.9790277,9.6071482,12.430619,12.314384,12.224917,12.313779,12.407586,12.429108,7.7172937,7.9427514,7.9242792,7.8003826,10.252879,10.198597,10.144199,10.458404,10.718791,11.127438,10.991741,10.094939,10.16696,10.206903,10.015098,8.3859234,8.4503202,8.4228764,8.4652987,8.9492006,8.8304358,8.7793007,9.0274267,9.6841097,10.59174,10.340719,10.212075,10.270899,10.415277,10.345695,7.0744143,7.0917444,7.0662456,7.0544224,7.762145,7.7153697,7.6706929,7.9028749,9.5297241,12.526883,12.435319,12.275105,12.36903,12.44858,12.502043,8.4871025,8.5768976,8.556159,8.4823484,10.117374,10.07874,10.016734,10.286341,10.888798,11.892885,11.78091,11.269941,11.363437,11.423473,11.401289,7.5943389,7.605371,7.5942135,7.4957333,8.4147587,8.4052277,8.3488436,8.566555,9.926199,12.385751,12.31693,12.101221,12.197924,12.302855,12.437078,8.0965948,8.1603336,8.1328602,8.1622086,8.7324257,8.6404972,8.5998564,8.8532171,9.6528149,10.886345,10.698241,10.549403,10.619633,10.741717,10.681404,7.5397439,7.5385642,7.5373168,7.3829446,8.2719526,8.2730923,8.2097349,8.4171057,9.9188013,12.573103,12.500086,12.306978,12.401548,12.519362,12.655789,9.7588005,9.7896404,9.7779255,9.6278,11.530843,11.5171,11.416512,11.693797,12.250306,12.985882,12.837632,12.271654,12.351015,12.358737,12.367925,8.8287382,8.9455585,8.9259071,8.84972,11.129513,11.091628,11.021962,11.358044,11.803662,12.497746,12.364454,11.604767,11.69788,11.729251,11.687881,8.4247637,7.893012,7.8341093,7.8913836,8.0534639,8.0701046,8.107893,8.3762922,8.2436409,8.3580713,8.4173269,8.4176044,8.4287748,8.466279,8.4557714,8.3581429,7.7523427,7.6973886,7.7511263,7.9006348,7.9130559,7.9498286,8.2350874,8.0476933,8.1224117,8.1826038,8.1748161,8.1803064,8.2131844,8.1972904,8.6662388,8.3786583,8.3187141,8.4091549,8.6018686,8.6337404,8.702589,8.9169178,8.9833374,9.2554398,9.3082848,9.3973236,9.4387932,9.5365944,9.5650959,8.6029997,8.2902536,8.228282,8.3031921,8.4938555,8.5261221,8.5786495,8.7962027,8.8360434,9.0811768,9.135354,9.1887083,9.2256737,9.3018789,9.3237095,8.7481356,8.3309803,8.2704372,8.3611145,8.5437956,8.560421,8.6313677,8.8903551,8.8768625,9.0986195,9.1614408,9.2202578,9.2392683,9.3205118,9.3191557,8.0723619,7.3350172,7.2901764,7.332334,7.4538622,7.4630413,7.4931512,7.7961416,7.4968834,7.4845724,7.5366135,7.5189638,7.5198793,7.5416794,7.5235858,9.209362,8.6609802,8.5981617,8.6696548,8.8340197,8.8387623,8.8946848,9.2086411,9.1254377,9.2853708,9.3680658,9.3610039,9.3587666,9.4443216,9.419137,9.3397388,8.682147,8.6230812,8.684824,8.8250332,8.8272209,8.8797789,9.2164631,9.0355062,9.1038141,9.1935463,9.1690378,9.1561584,9.2481174,9.21562,8.823308,8.0833693,8.0350676,8.0891361,8.2139206,8.218276,8.2657604,8.6056499,8.345685,8.3551216,8.4395123,8.4119835,8.4011679,8.464694,8.4378147,7.9197578,7.1444783,7.1035118,7.1405654,7.2507453,7.2602406,7.286406,7.5893865,7.2513494,7.2087326,7.2558088,7.2376499,7.2382216,7.255096,7.2381811,9.1999321,8.8118563,8.748867,8.8527136,9.0455313,9.0554695,9.1373968,9.4165878,9.4795046,9.7811422,9.8496351,9.9149961,9.9319811,10.05018,10.045121,8.0134706,7.2915883,7.2444968,7.2830944,7.4039197,7.4151225,7.4392519,7.7319837,7.4315205,7.4131804,7.4615698,7.4426246,7.4444661,7.460361,7.442802,8.9979191,8.6368532,8.5764999,8.6970243,8.8871679,8.9010239,9.0017195,9.2602911,9.316287,9.6062136,9.6694288,9.7851524,9.807229,9.9316158,9.9339781,10.216123,9.6990242,9.625968,9.6979761,9.8559074,9.8507681,9.9068565,10.228934,10.186434,10.367047,10.444987,10.437868,10.427851,10.5946,10.559111,9.0107679,8.6905756,8.6327486,8.8012724,8.9789543,8.9929028,9.146287,9.3834581,9.4396524,9.7177486,9.7779446,10.013847,10.037148,10.213824,10.21894,8.5173244,7.7987103,7.7496724,7.8009324,7.9306269,7.936007,7.978343,8.3029995,8.049078,8.068717,8.1484852,8.1254921,8.118515,8.1623831,8.1392984,8.7291517,8.4283476,8.3690405,8.4725723,8.6647997,8.6922388,8.7759018,8.9978552,9.0621614,9.3392668,9.3928242,9.503664,9.54144,9.6503544,9.6743822,9.631175,9.4001417,9.3409472,9.5338888,9.7346678,9.7400751,9.9072456,10.160028,10.405502,10.907942,10.952696,11.227504,11.263296,11.530986,11.550551,8.8268547,8.5474148,8.490078,8.6242933,8.8141785,8.8391876,8.9566593,9.1752501,9.2583733,9.5539618,9.605011,9.7842875,9.8226805,9.9676867,9.9936428,8.5290833,8.015851,7.9567423,8.0218096,8.1892099,8.2045546,8.2504787,8.5219097,8.4162741,8.557394,8.6197748,8.6297817,8.6414003,8.6888285,8.6788216,9.2430897,8.9285002,8.8680391,9.0058956,9.2049866,9.2163372,9.3322783,9.5933094,9.72118,10.087617,10.147252,10.295343,10.321849,10.483907,10.491457,8.8112631,8.3171844,8.2566156,8.3334236,8.5083246,8.5194817,8.5775976,8.8632574,8.8041563,8.9911156,9.0623484,9.0799227,9.0890551,9.1567898,9.1435175,8.4691525,8.0359564,7.9721828,8.0284529,8.2040339,8.229001,8.2631407,8.5050392,8.4397078,8.5966053,8.6535721,8.6584806,8.6788254,8.7191076,8.7182732,8.6424751,8.2947302,8.2333689,8.3149977,8.5039988,8.530591,8.59091,8.8218555,8.8436003,9.0819607,9.1381989,9.1969662,9.2281675,9.3063536,9.3207226,9.3291016,8.8741674,8.8092051,8.8953152,9.0771151,9.0832977,9.1491594,9.4478836,9.4565182,9.7030268,9.7784367,9.7994938,9.8064146,9.9132318,9.896286,8.5602732,8.3566427,8.2982264,8.3751068,8.5635843,8.6109076,8.663331,8.8450184,8.9532576,9.2405396,9.2884407,9.3730459,9.4308605,9.5337839,9.5849161,8.2633619,7.640039,7.5859351,7.6347227,7.7787619,7.791986,7.8236246,8.10639,7.8953686,7.9483905,8.0048981,7.9931431,7.9985023,8.0251961,8.0093985,8.5054798,8.0396309,7.9784789,8.0414438,8.2145824,8.2347326,8.2769384,8.532279,8.4536657,8.6098623,8.6689672,8.6814356,8.6984682,8.7450876,8.7410583,8.5653048,8.3244877,8.2636013,8.3348284,8.5258265,8.5684872,8.6162271,8.8095016,8.8931932,9.1631136,9.2133417,9.2755899,9.3248062,9.4113903,9.4504728,8.9456129,8.5291824,8.4677496,8.5637026,8.750493,8.7631292,8.8388405,9.1116657,9.125411,9.3782291,9.4461012,9.5033779,9.5196762,9.6140051,9.6087971,9.7630701,9.3009129,9.2320347,9.3153143,9.4905577,9.4913874,9.5544577,9.8629332,9.8749304,10.117419,10.191013,10.203357,10.204691,10.342332,10.318678,8.73034,8.4731226,8.415554,8.5267992,8.7197113,8.7516546,8.8428898,9.0511141,9.1446476,9.4422178,9.4926043,9.6328154,9.6797028,9.8065596,9.8431883,9.3750076,9.140049,9.0851984,9.3008242,9.4948473,9.5046854,9.7037373,9.9417067,10.132209,10.561665,10.608299,10.953166,10.988389,11.25956,11.279821,10.127357,9.811717,9.7422752,9.8649683,10.056935,10.054782,10.147139,10.4314,10.607671,11.022603,11.075583,11.17812,11.197674,11.422163,11.417784,8.7022915,8.1133814,8.0558128,8.1192093,8.2764206,8.2847137,8.3327513,8.6359386,8.4938173,8.6080732,8.6832609,8.6752625,8.6762438,8.7282438,8.7075424,8.6940022,8.5168304,8.4645233,8.5960541,8.7773275,8.8209648,8.9209557,9.0993929,9.2277308,9.5349798,9.5810432,9.7971601,9.866127,10.038317,10.10166,9.5666962,9.1877604,9.1216488,9.2257795,9.4183855,9.4236507,9.5036259,9.7932558,9.8868103,10.216896,10.284304,10.34244,10.356893,10.502903,10.493847,8.4800787,8.3400612,8.2863665,8.3612204,8.5384483,8.5976353,8.6482611,8.8061676,8.9484949,9.2547512,9.2981358,9.3995419,9.4737978,9.5962915,9.6702948,8.7101583,8.3408222,8.2802496,8.3732862,8.5602312,8.5818892,8.654829,8.8964806,8.9105759,9.1496725,9.207777,9.2821531,9.3085852,9.3957224,9.4040756,8.6430798,8.1297169,8.0704231,8.1408787,8.3105135,8.3233843,8.3753004,8.6552582,8.563982,8.7211637,8.7880774,8.8011274,8.8108406,8.8662205,8.8539391,8.8225899,8.2006073,8.1435843,8.2052526,8.3558397,8.361824,8.410656,8.7267742,8.5645638,8.6590366,8.7407026,8.724699,8.7206745,8.7787666,8.7541695,9.4609442,9.1428061,9.0798798,9.2101841,9.4106894,9.4186172,9.5242119,9.7965269,9.9444065,10.33395,10.394502,10.517201,10.54143,10.711742,10.715312,8.3503151,7.6418424,7.5929627,7.6423903,7.7733459,7.7807574,7.8185315,8.1324339,7.8765106,7.897058,7.965301,7.9467568,7.9444199,7.9783525,7.9573698,8.6664906,8.5497112,8.5036602,8.6631241,8.8225269,8.8755121,8.9923582,9.1450014,9.2898798,9.5913687,9.6345158,9.9429455,10.036793,10.265013,10.351393,8.6354322,8.4069357,8.3490105,8.4417324,8.6325979,8.6728325,8.7413158,8.935112,9.0353947,9.3258047,9.3750687,9.4860754,9.5401325,9.6538782,9.699172,8.8534575,8.6162586,8.5615435,8.7169113,8.9051104,8.9331312,9.0748377,9.2794981,9.3895769,9.7039223,9.7509375,9.9942493,10.040869,10.220772,10.259414,8.6395874,8.3623419,8.3021479,8.3875761,8.5801115,8.6144924,8.6775475,8.8869667,8.9566517,9.2274666,9.2797318,9.3616104,9.4051533,9.4995985,9.5307169,8.6704159,8.4303732,8.372611,8.4720621,8.6640406,8.7010355,8.7776031,8.9771433,9.074604,9.3677349,9.4174671,9.5389805,9.5905857,9.7088909,9.7511015,8.6028585,8.162673,8.1018229,8.1755877,8.3541203,8.3733406,8.4267263,8.6822672,8.6351748,8.8224058,8.8829603,8.9136047,8.9324265,8.9928265,8.9911842,8.5777712,8.1877785,8.1255493,8.1959524,8.3797789,8.404788,8.4535856,8.692215,8.6752052,8.8793602,8.9368668,8.9692974,8.9949226,9.0557995,9.0624638,8.5272856,8.1534328,8.0894165,8.150877,8.3346777,8.3637409,8.4026937,8.6320524,8.6164379,8.8127193,8.8688087,8.8880434,8.9155111,8.9676113,8.9760447,8.8017206,8.636322,8.5876637,8.7648277,8.9407959,8.9804811,9.1299295,9.3071327,9.4427166,9.7565136,9.799324,10.129502,10.20118,10.432437,10.5001,8.8015118,8.5896263,8.536128,8.6829739,8.8715153,8.9048405,9.0351715,9.2303228,9.3545628,9.6759243,9.7214718,9.9575243,10.013738,10.192915,10.243399,9.194169,8.9285669,8.8723879,9.0570049,9.2506371,9.2637577,9.4312191,9.6694584,9.8138714,10.189775,10.239397,10.51003,10.542573,10.757152,10.774802,8.5396729,8.2462149,8.1822224,8.2437477,8.4335222,8.4714365,8.5099583,8.7165947,8.7583466,8.9935608,9.046545,9.0777206,9.1162663,9.1801071,9.2037573,10.402952,9.9949732,9.92136,10.011477,10.185106,10.178794,10.24414,10.547743,10.621187,10.916026,10.971838,11.002912,11.005518,11.213334,11.189856,8.3863621,7.8720536,7.8111167,7.8636222,8.0264912,8.0459814,8.0777235,8.3370705,8.2075844,8.317462,8.3745785,8.3697052,8.3825169,8.4142962,8.4050198,8.3529634,7.6966925,7.6445484,7.6966047,7.8377485,7.847208,7.884779,8.1843452,7.9642015,8.0144863,8.0775824,8.0641794,8.0656977,8.0981951,8.0789213,8.9226599,8.7621946,8.7156458,8.9371033,9.1109896,9.1442585,9.3629904,9.5393457,9.6848001,10.013196,10.050441,10.496057,10.562593,10.85392,10.921256,9.6809654,9.0905542,9.0245161,9.0913572,9.2424564,9.2423344,9.2971506,9.6274738,9.5115395,9.6322641,9.7211246,9.7026463,9.6908951,9.8079119,9.7735567,8.6871195,8.3528023,8.2922316,8.3832159,8.5735559,8.5995321,8.6698484,8.8996868,8.9363699,9.1899586,9.2456961,9.3241997,9.3568821,9.4468765,9.4635468,9.8460264,9.5827827,9.518301,9.6757803,9.8757315,9.8780327,10.006079,10.273904,10.501577,10.982018,11.030639,11.215878,11.24542,11.488215,11.498208,8.7971268,8.4665976,8.4074173,8.5254459,8.7128134,8.7343082,8.8339853,9.0672798,9.1120958,9.3773355,9.432374,9.562458,9.5921144,9.7094097,9.7225857,8.9909763,8.5018139,8.4398499,8.5190382,8.6958017,8.7048073,8.7652788,9.0590773,9.0186996,9.2222881,9.2974062,9.3121338,9.3192253,9.3979912,9.3821144,8.3815994,8.3348331,8.3432884,8.4476528,8.5913944,8.686244,8.6595621,8.6610699,8.5454655,8.5555296,8.5532932,8.5835352,8.6207457,8.5411797,8.3732166,9.3006611,9.2389288,9.2379141,9.3311119,9.5393333,9.6278648,9.5832205,9.605525,9.4662638,9.4947844,9.501833,9.5141258,9.5785847,9.3735247,9.1893225,8.0900259,8.0497351,8.0569048,8.1637335,8.2955742,8.3848219,8.3626585,8.361762,8.2631903,8.2707157,8.2690496,8.3016911,8.3317347,8.2867622,8.1292038,8.8180847,8.7616749,8.7715054,8.8782368,9.0453472,9.1428738,9.1082211,9.1154604,8.9730282,8.988081,8.9860001,9.0130835,9.0633078,8.916153,8.7364893,8.847434,8.7920704,8.7979012,8.8867159,9.0478487,9.1449842,9.1103516,9.1191111,8.992053,9.0094604,9.0082512,9.0304651,9.0785599,8.9491892,8.7696075,8.5977507,8.5469275,8.555294,8.6520605,8.8027296,8.8993587,8.8693419,8.8734341,8.7496662,8.762166,8.7601585,8.7863789,8.8284445,8.724966,8.5509501,8.5741749,8.5249205,8.5324097,8.6191473,8.7627344,8.8588171,8.8299675,8.8338079,8.7174559,8.729888,8.7275419,8.7514668,8.7914267,8.7002487,8.5260487,8.443428,8.3968878,8.404768,8.4945078,8.6333523,8.727869,8.7012463,8.7034111,8.5915222,8.6021233,8.5998497,8.6252098,8.6620598,8.5847988,8.4147921,8.4963131,8.4457741,8.4560556,8.5799055,8.7386885,8.8360548,8.8064442,8.8098898,8.6794701,8.6916838,8.6874266,8.7236328,8.767231,8.6573725,8.4850311,9.034029,8.975111,8.9796286,9.0721893,9.2504158,9.3456316,9.3067942,9.3198814,9.1838264,9.2047825,9.2059002,9.2255373,9.280201,9.1179438,8.9360819,9.1504927,9.089777,9.0935202,9.1875525,9.3770266,9.4701891,9.4288158,9.4447994,9.3028135,9.3258057,9.3287525,9.3459387,9.4049015,9.2209196,9.037364,8.3173265,8.2733107,8.2811842,8.3746452,8.5095396,8.6022234,8.5775242,8.5783806,8.4715023,8.4807043,8.4785585,8.5056791,8.5397253,8.4753923,8.3097496,9.0425835,8.9827309,8.9901047,9.087677,9.2667561,9.3622723,9.3232908,9.3351135,9.1886225,9.2075367,9.2081966,9.2288218,9.2846498,9.1106567,8.927413,8.7240381,8.6710329,8.6783895,8.769824,8.924859,9.0218916,8.9897194,8.9959126,8.8701916,8.8848505,8.8832197,8.9069271,8.951807,8.8359623,8.6588602,9.0185328,8.9599075,8.963109,9.0526018,9.2271757,9.3229446,9.2844524,9.2976999,9.1679163,9.1897764,9.190176,9.2104654,9.2639656,9.1104755,8.9291162,7.4916568,7.4609852,7.4642406,7.6021819,7.724575,7.7987761,7.7819552,7.7784786,7.7083545,7.7132025,7.7135129,7.759439,7.7794657,7.7793827,7.6458783,12.910153,12.805526,12.830728,12.774298,13.400647,13.450493,13.043089,13.129776,13.386813,13.450025,13.302001,13.269567,13.337076,13.088815,13.020452,12.68372,12.579037,12.572598,12.515845,12.781041,12.838326,12.567804,12.586311,13.271258,13.34214,13.314546,13.403547,13.653015,13.168767,13.18874,11.941199,11.837586,11.826138,11.798177,11.882154,11.929569,11.551747,11.561648,11.676115,11.718015,11.688618,11.788655,11.910915,11.51464,11.540173,12.775447,12.673811,12.679963,12.568989,12.930525,12.994836,12.77902,12.805014,13.685823,13.760197,13.739459,13.805446,14.094061,13.615781,13.61311,11.90471,11.76403,11.710958,11.708915,11.647961,11.710318,11.515629,11.497579,11.456798,11.495804,11.463284,11.515551,11.623337,10.865978,11.144,12.125317,12.040215,12.045392,12.012259,12.195255,12.244109,11.805771,11.829012,12.034689,12.081889,12.054392,12.168724,12.301949,11.992497,11.969634,12.650471,12.522944,12.413583,12.483059,12.320786,12.35431,12.002521,11.930316,11.635231,11.652712,11.616169,11.714358,11.772354,10.77884,11.270725,14.714367,14.65189,14.684228,14.554418,15.451923,15.524508,15.315347,15.364179,17.430264,17.52989,17.552132,17.657799,18.289679,17.859396,17.814499,11.958707,11.835242,11.823353,11.733223,11.873479,11.937032,11.748322,11.757083,12.09974,12.153008,12.116315,12.156066,12.326216,11.78139,11.853679,12.923585,12.840279,12.868239,12.839524,13.239846,13.311121,12.934527,12.985312,13.620046,13.69278,13.639179,13.745388,13.956921,13.641751,13.605653,13.029542,12.91477,12.931486,12.856206,13.649366,13.679924,13.238564,13.342044,13.508705,13.574514,13.403955,13.301461,13.328186,13.115623,13.04734,11.767919,11.65303,11.620374,11.615039,11.570344,11.611376,11.226312,11.218286,11.096602,11.123809,11.089406,11.191064,11.270341,10.796072,10.905926,13.026089,12.938661,12.945967,12.897271,13.273369,13.331657,13.001335,13.032,13.881345,13.958389,13.938468,14.050703,14.336133,13.932608,13.912238,11.864049,11.732034,11.685438,11.681828,11.625976,11.674425,11.393682,11.37862,11.323152,11.357126,11.320729,11.394189,11.49281,10.879968,11.066562,15.03946,14.978734,15.002722,14.949998,15.86742,15.933638,15.646374,15.697056,17.768206,17.875027,17.87966,18.021572,18.662457,18.272715,18.228333,15.308357,15.243723,15.254266,15.174211,16.136309,16.188826,15.945021,15.98369,18.273754,18.391119,18.326084,18.465164,19.179125,18.722748,18.679052,11.85914,11.725602,11.685534,11.668625,11.647443,11.702101,11.460063,11.451342,11.484147,11.524466,11.489762,11.552769,11.669157,11.054955,11.225,12.793407,12.692548,12.707954,12.545435,12.965736,13.031893,12.837538,12.867777,13.85085,13.917499,13.888814,13.93645,14.233763,13.780334,13.756851,11.97991,11.857135,11.856174,11.716452,11.918343,11.981218,11.810583,11.821587,12.299314,12.348682,12.279874,12.305775,12.491041,11.995428,12.01505,12.019838,11.89572,11.87599,11.819332,11.922633,11.982786,11.764767,11.770651,12.061722,12.115006,12.083382,12.138901,12.303169,11.748899,11.838817,13.62897,13.490905,13.538775,13.567387,13.99673,14.088976,13.699939,13.777858,14.185929,14.251888,14.005803,14.092033,14.158179,13.884691,13.841391,11.834681,11.701759,11.672253,11.615287,11.65441,11.721601,11.561151,11.554513,11.665277,11.710518,11.670168,11.702819,11.834391,11.143524,11.336222,11.520555,11.382472,11.361045,11.288753,11.310258,11.377699,11.230504,11.229006,11.30049,11.343228,11.295182,11.319696,11.441726,10.846698,10.969635,12.156802,12.050724,12.040243,12.004716,12.141435,12.193106,11.860089,11.872799,12.160849,12.212739,12.184596,12.277202,12.437119,12.003972,12.031284,9.9862032,9.8870621,9.9135008,10.014797,10.241279,10.488866,10.441419,10.429072,10.278177,10.285019,10.24542,10.293757,10.369141,10.249388,9.5984221,9.9654045,9.8455896,9.9036217,9.9559622,10.25743,10.612619,10.578947,10.545838,10.186378,10.186642,10.15282,10.1803,10.269768,10.160291,9.8491144,10.110935,10.051881,10.070983,10.118502,10.318412,10.543096,10.516908,10.496786,10.359626,10.360306,10.332215,10.356607,10.402006,10.45438,8.7218533,10.024207,9.9298048,9.9593601,10.031804,10.252367,10.514414,10.474062,10.456402,10.24341,10.24746,10.206394,10.245476,10.315702,10.243255,9.4158649,8.9291306,8.8442326,8.8614817,9.146369,9.457346,9.7020369,9.6571836,9.6428709,9.7079744,9.7144346,9.6902161,9.7998486,9.8652487,9.8305311,9.2646542,9.3306217,9.2334795,9.2716951,9.3779087,9.7434473,10.127327,10.091068,10.058888,9.8069849,9.810277,9.7758274,9.8220901,9.8981371,9.9853506,9.6186562,7.7562647,7.7047486,7.7269549,7.765615,8.479599,9.2047806,9.1851635,9.1187248,8.9514837,8.9533806,8.9184046,8.940094,8.9872818,9.9065409,9.6083193,8.8013268,8.7211418,8.753931,8.8165455,9.3097973,9.8293734,9.8004417,9.7530298,9.5221167,9.5244265,9.487113,9.5184517,9.5835161,9.9886703,9.6465664,9.0681,8.9892778,9.0109587,9.207859,9.5351315,9.8352022,9.7975111,9.7746067,9.6757116,9.6800833,9.652607,9.7303896,9.7917051,9.8805332,9.1326103,10.104296,9.9968109,10.025537,10.116592,10.31946,10.558672,10.50865,10.498049,10.2902,10.297344,10.254025,10.301869,10.381386,10.213768,9.6513758,9.7160244,9.6462069,9.6678486,9.7609291,10.023877,10.297493,10.264922,10.242176,10.116631,10.119287,10.088077,10.129408,10.184011,10.262481,9.0291805,9.8539906,9.7702837,9.7948875,9.8887701,10.134388,10.398187,10.359344,10.340897,10.200832,10.205082,10.16944,10.212883,10.277292,10.262277,9.3069201,9.5169067,9.4354753,9.4582481,9.6026564,9.8849649,10.161672,10.122614,10.102607,10.007521,10.011966,9.9800177,10.039738,10.103011,10.126506,9.2660475,8.9445171,8.8739166,8.8974686,8.9915876,9.4141808,9.8463469,9.8156109,9.776824,9.6108809,9.613677,9.5796137,9.6221094,9.6794977,10.018986,9.3095474,10.588943,10.568926,10.506935,10.577101,11.644937,11.605548,11.475765,11.624946,11.557606,11.618085,11.745972,11.47988,11.521543,11.262115,11.082505,10.897144,10.859973,10.689708,10.764359,11.302991,11.246886,11.165476,11.288768,11.309385,11.382027,11.890872,11.843913,11.869075,11.728104,11.4455,10.536683,10.562965,10.388319,10.382518,10.669464,10.422084,10.290771,10.336256,10.36188,10.392612,10.715919,10.730525,10.735476,10.944327,10.889145,10.574894,10.556857,10.475026,10.541171,11.520799,11.469878,11.347298,11.490902,11.449333,11.514359,11.703142,11.473498,11.510714,11.297544,11.117929,10.688986,10.6797,10.519569,10.572355,11.329934,11.240889,11.133173,11.261101,11.272001,11.34117,11.826406,11.706934,11.732633,11.638118,11.456858,10.498816,10.507592,10.422901,10.477259,11.717969,11.643742,11.511242,11.681829,11.655413,11.720992,11.887635,11.561547,11.593559,11.432652,11.272006,11.36963,11.33825,11.08223,11.161229,11.597258,11.526584,11.457526,11.579494,11.618025,11.684655,12.538497,12.571425,12.589098,12.494667,12.111595,10.107312,10.170796,10.067824,10.062275,11.140958,10.968834,10.839277,10.979893,11.016401,11.080914,11.180396,10.886219,10.899343,10.975668,10.860281,10.443789,10.466218,10.377775,10.424261,11.765781,11.677197,11.542603,11.723822,11.709545,11.775885,11.935067,11.570163,11.598691,11.474779,11.323249,11.059608,11.057728,10.746571,10.78434,11.318034,11.199231,11.103189,11.205643,11.237078,11.296133,12.453629,12.504716,12.521143,12.518373,12.347639,9.6621456,9.7382984,9.6979504,9.6383753,9.8515854,9.5871468,9.4522839,9.4817009,9.5057058,9.5334644,9.1678343,9.1193886,9.1235657,9.3429947,9.2639771,9.3744059,9.5133896,9.4539957,9.3957634,11.082219,10.933357,10.809033,11.007467,11.049121,11.120441,11.068661,10.511106,10.522485,10.579592,10.418527,9.8451891,9.9414406,9.8654833,9.8461018,11.380875,11.225212,11.093682,11.283268,11.318677,11.387599,11.383919,10.905116,10.918593,10.96899,10.836485,9.1913528,9.3182449,9.2578411,9.1668167,9.7867956,9.5891409,9.4707794,9.5460739,9.5886488,9.6450796,9.5464573,9.3693333,9.3766956,9.5238466,9.3802347,10.752617,10.734992,10.56517,10.623303,11.304808,11.224991,11.124302,11.248449,11.261108,11.331046,11.86445,11.776583,11.802544,11.694684,11.493013,10.637171,10.615897,10.493245,10.556346,11.338054,11.274267,11.16604,11.29627,11.287609,11.35728,11.698245,11.553125,11.584404,11.427209,11.234541,10.653524,10.619227,10.501212,10.571809,11.257465,11.209594,11.109819,11.233467,11.222634,11.293158,11.61779,11.502614,11.535372,11.352371,11.138699,10.528919,10.542623,10.408585,10.448392,11.424456,11.313238,11.191607,11.335167,11.347276,11.4152,11.753577,11.538676,11.562116,11.505455,11.356543,10.251667,10.306319,10.213124,10.234011,11.700472,11.572076,11.437088,11.628286,11.643875,11.711449,11.825679,11.402252,11.422089,11.399216,11.26784,10.596905,10.59239,10.463818,10.51668,11.40794,11.322794,11.2068,11.345176,11.344751,11.413712,11.76121,11.578835,11.606861,11.492471,11.321833,11.085859,11.066241,10.801567,10.859885,11.377959,11.29165,11.206414,11.320971,11.351682,11.417809,12.364582,12.386851,12.406694,12.335212,12.087702,11.362203,11.339492,11.018466,11.082111,11.520657,11.437428,11.362746,11.474933,11.512067,11.574865,12.748432,12.829572,12.846009,12.781175,12.472625,10.094475,10.166653,10.078776,10.082432,11.566468,11.42017,11.286269,11.475413,11.502504,11.570363,11.631975,11.189187,11.20538,11.227074,11.100497,10.689052,10.668333,10.524587,10.586039,11.309573,11.239282,11.135687,11.262675,11.265313,11.335673,11.760772,11.645194,11.673929,11.539191,11.33986,10.318486,10.376187,10.310633,10.350608,12.315282,12.226521,12.078117,12.33045,12.306855,12.368394,12.414697,11.807585,11.834398,11.705227,11.561591,10.496596,10.5098,10.39907,10.444343,11.548716,11.452272,11.326082,11.483086,11.481809,11.549847,11.800518,11.530698,11.55739,11.460381,11.306931,12.059655,12.030273,11.677012,11.772389,12.109778,12.041083,11.986858,12.10514,12.147748,12.204123,13.422369,13.545262,13.555694,13.47708,12.907076,10.737134,10.734332,10.544699,10.590327,11.30745,11.202016,11.094964,11.217388,11.23798,11.305158,11.910457,11.820237,11.842505,11.788658,11.617435,10.358154,10.396465,10.291568,10.320685,11.603505,11.48164,11.34998,11.522556,11.535179,11.602857,11.785261,11.439325,11.460905,11.422687,11.287092,9.5575237,9.7139797,9.66224,9.6283779,12.300151,12.169708,12.035759,12.363866,12.385092,12.446926,12.363217,11.437215,11.449665,11.456904,11.300645,11.420909,11.385741,11.146636,11.232156,11.658915,11.59353,11.527782,11.652779,11.691534,11.758564,12.520485,12.542899,12.560566,12.454883,12.033185,10.545119,10.550157,10.495443,10.560119,11.993489,11.944357,11.799799,11.987945,11.918424,11.976284,12.058381,11.656759,11.696143,11.448474,11.281119,10.127598,10.207642,10.133645,10.149059,12.077321,11.955152,11.814378,12.059263,12.068974,12.134836,12.161345,11.555508,11.574766,11.538857,11.405435,10.269743,10.318752,10.205662,10.217935,11.360443,11.208504,11.0789,11.231602,11.260276,11.326365,11.502875,11.201308,11.217733,11.249667,11.12797,10.57428,10.56415,10.505054,10.572861,11.779572,11.735609,11.599545,11.76312,11.694782,11.754323,11.864059,11.546806,11.587619,11.33316,11.159057,11.566917,11.541855,11.198997,11.27031,11.667909,11.58874,11.521259,11.634446,11.674711,11.735545,12.977554,13.082598,13.096601,13.03022,12.655525,10.461117,10.485328,10.358706,10.391922,11.449514,11.327722,11.202325,11.352194,11.367894,11.435389,11.722926,11.471534,11.493231,11.458485,11.319049,9.9486446,10.059634,9.9968348,9.9978952,12.337681,12.212675,12.071444,12.365688,12.377951,12.441795,12.405538,11.63144,11.647941,11.625918,11.489434,9.8386364,9.9224224,9.8363476,9.8051538,10.785751,10.599648,10.472025,10.595966,10.638103,10.701473,10.707327,10.428538,10.439029,10.548641,10.429172,10.650685,10.647854,10.49208,10.540715,11.348003,11.251141,11.139334,11.270083,11.281797,11.350423,11.808275,11.668178,11.693092,11.612514,11.442842,10.378934,10.417783,10.273309,10.282286,11.120062,10.947813,10.822489,10.940538,10.974722,11.035288,11.334718,11.15631,11.169951,11.246445,11.136147,11.17844,11.13553,10.947301,11.033624,11.491424,11.438444,11.370883,11.498148,11.530602,11.601873,12.140641,12.121707,12.142603,12.004897,11.620881,10.715535,10.727276,10.516007,10.546106,11.234125,11.095237,10.983118,11.095354,11.125158,11.187048,11.854298,11.781238,11.798376,11.817521,11.679078,10.386295,10.440127,10.386797,10.436989,12.542499,12.472376,12.315847,12.585032,12.534642,12.590626,12.617394,11.959879,11.991116,11.803415,11.653836,10.88411,10.874086,10.64593,10.69549,11.312758,11.214156,11.116158,11.232583,11.257414,11.323808,12.112008,12.080443,12.101656,12.043523,11.849836,9.8375607,10.02084,9.9794426,9.9806843,14.090481,13.98827,13.842654,14.403951,14.38463,14.425545,14.291093,12.822007,12.835014,12.769863,12.632595,10.175326,10.264164,10.203188,10.229871,12.607228,12.506508,12.357171,12.661341,12.648025,12.707885,12.701985,11.929975,11.952066,11.85949,11.721946,10.756792,10.718987,10.575594,10.648715,11.240758,11.190649,11.102079,11.224418,11.231904,11.304498,11.715532,11.639988,11.668765,11.506596,11.259052,10.734156,10.705675,10.55687,10.623316,11.275025,11.21293,11.116649,11.240504,11.246472,11.317842,11.762359,11.672497,11.701062,11.556623,11.335663,10.335468,10.428198,10.389763,10.439437,13.372293,13.30937,13.137023,13.516613,13.443415,13.487135,13.454409,12.480065,12.509892,12.296082,12.151071,11.118251,11.120527,10.775393,10.806392,11.302159,11.171588,11.074742,11.169119,11.201595,11.256334,12.556388,12.64187,12.655962,12.68274,12.52997,11.149508,11.11862,10.890255,10.96349,11.446134,11.376016,11.300131,11.421779,11.455091,11.524304,12.27744,12.281348,12.30171,12.199082,11.877414,11.191331,11.197742,10.812142,10.834993,11.270275,11.124111,11.025962,11.108362,11.140785,11.189242,12.649356,12.779772,12.790583,12.856508,12.726868,10.52664,10.54915,10.391095,10.418077,11.287248,11.147103,11.026362,11.155008,11.181357,11.24607,11.657763,11.487205,11.505439,11.516898,11.385542,11.426683,11.410329,11.017976,11.069401,11.498857,11.408127,11.330624,11.433022,11.467135,11.524972,13.03912,13.177639,13.19294,13.149812,12.895449,10.435171,10.460025,10.356112,10.395824,11.625811,11.521434,11.391023,11.559981,11.561521,11.629243,11.835254,11.514098,11.539224,11.458767,11.313016,10.610357,10.615541,10.461639,10.504622,11.357899,11.249963,11.134362,11.26743,11.282278,11.350146,11.786219,11.626961,11.650325,11.592063,11.434616,9.8594408,10.132051,10.108215,10.123413,16.79771,16.732285,16.599188,17.684353,17.613504,17.615238,17.394176,14.897963,14.904148,14.779345,14.661551,10.409333,10.443015,10.309319,10.330883,11.332588,11.18793,11.062196,11.202568,11.228835,11.294367,11.581918,11.347389,11.365167,11.382539,11.256539,10.592743,10.577847,10.469887,10.531045,11.421091,11.355651,11.239775,11.377787,11.360703,11.429049,11.708233,11.51898,11.551412,11.387305,11.206777,11.137945,11.153277,10.769745,10.778451,11.12038,10.936313,10.828955,10.889365,10.917582,10.954885,12.35173,12.503938,12.512179,12.653623,12.570094,10.620652,10.642022,10.445724,10.466493,11.16712,11.008897,10.89146,10.99995,11.032244,11.091618,11.661099,11.56902,11.583929,11.639633,11.519368,10.262195,10.352457,10.303374,10.34327,13.029932,12.950894,12.790596,13.137088,13.093851,13.145936,13.124211,12.239884,12.266057,12.10835,11.966714,11.172012,11.183013,10.795145,10.811172,11.197824,11.03264,10.930259,11.001782,11.03314,11.076271,12.522208,12.667042,12.676661,12.782246,12.676934,10.53415,10.536055,10.432567,10.485855,11.543923,11.463745,11.339252,11.492275,11.479155,11.546866,11.788529,11.53547,11.565609,11.428781,11.264871,11.735749,11.697301,11.455425,11.555098,11.94111,11.879668,11.821725,11.949478,11.989697,12.052955,12.786376,12.81846,12.833791,12.723069,12.183656,10.599047,10.612127,10.4457,10.480352,11.31132,11.185288,11.068389,11.196411,11.219213,11.285131,11.756519,11.608436,11.628641,11.611777,11.46787,10.568466,10.561176,10.454923,10.51247,11.476948,11.404518,11.284464,11.428951,11.413461,11.481487,11.745677,11.528578,11.560015,11.408339,11.235985,10.620962,10.608838,10.481386,10.538877,11.377659,11.301878,11.189395,11.323875,11.319991,11.389309,11.741652,11.578271,11.607735,11.47445,11.293982,10.879975,10.900707,10.607438,10.609478,10.932456,10.719621,10.601292,10.655044,10.682083,10.716374,11.658299,11.746243,11.752836,11.929054,11.860956,10.592168,10.562162,10.478669,10.549374,11.396379,11.355265,11.240396,11.371561,11.329253,11.394828,11.5988,11.416874,11.455306,11.228464,11.03795,10.559772,10.563603,10.437388,10.485427,11.444053,11.349848,11.22997,11.373604,11.376068,11.444634,11.770112,11.56107,11.587711,11.491362,11.330509,10.368141,10.407013,10.32318,10.362288,11.890886,11.792525,11.65399,11.855164,11.846813,11.912836,12.032239,11.592996,11.61896,11.518779,11.374812,10.434726,10.500868,10.463874,10.521693,13.049089,12.99542,12.822968,13.144948,13.058187,13.103131,13.092484,12.277151,12.311861,12.062711,11.910277,9.2096262,9.3437881,9.281764,9.2004433,10.262637,10.091637,9.9723215,10.096047,10.143524,10.212288,10.160272,9.8266411,9.8357868,9.9384508,9.7785206,10.525748,10.550945,10.507659,10.571494,12.39334,12.345548,12.187141,12.419178,12.334898,12.386979,12.422442,11.875183,11.91442,11.650681,11.488236,10.885324,10.861635,10.663827,10.726359,11.312654,11.236632,11.145983,11.266658,11.288186,11.358248,12.008988,11.9672,11.991137,11.886785,11.651343,10.265971,10.325128,10.247581,10.277333,12.046291,11.938281,11.796697,12.024651,12.022685,12.088164,12.158019,11.621906,11.64495,11.569987,11.432156,10.436684,10.466723,10.400511,10.452473,12.091002,12.018162,11.872838,12.086295,12.0477,12.10925,12.193325,11.714105,11.746091,11.571447,11.417657,10.107128,10.158237,10.059785,10.035571,10.453406,10.211847,10.078944,10.138253,10.170818,10.211275,10.1759,10.096584,10.102593,10.294614,10.219303,10.048694,10.182253,10.133513,10.152637,13.418265,13.32107,13.168827,13.598873,13.57581,13.625257,13.546465,12.425995,12.444406,12.349974,12.213964,10.156583,10.298777,10.261162,10.295605,14.066672,13.992632,13.826804,14.337378,14.279625,14.317601,14.229851,12.920943,12.942766,12.779327,12.643526,10.701057,10.706192,10.514911,10.553623,11.291159,11.171434,11.060561,11.181717,11.205781,11.271361,11.868423,11.769712,11.790054,11.765619,11.610655,9.8868418,9.890131,9.6454954,9.7123861,10.050892,10.003724,10.017227,10.168083,10.274427,10.362376,11.245223,11.302394,11.390242,11.278491,11.183064,10.133443,10.144093,9.8040276,9.8699837,10.16114,10.108354,10.124496,10.274056,10.385757,10.462939,11.949965,12.069074,12.142921,12.075911,12.002398,10.507609,10.504635,10.297954,10.371477,10.696342,10.655035,10.691297,10.873073,10.98157,11.069284,11.515485,11.799885,11.890696,11.698664,11.589926,10.030613,10.017935,9.8234358,9.8945541,10.239446,10.204903,10.225112,10.383451,10.483887,10.574371,11.029255,11.148734,11.23544,11.056707,10.936528,9.8124561,9.8102856,9.5703764,9.6427755,9.9611149,9.909831,9.9352045,10.102629,10.227584,10.315752,11.174847,11.217935,11.294792,11.200097,11.113664,10.021291,9.9872112,9.7598906,9.8412189,10.127338,10.047857,10.144732,10.351935,10.490226,10.573749,10.96552,11.051083,11.115521,10.988461,10.888796,9.2013855,9.198349,9.0281534,9.1133165,9.3931599,9.3388357,9.3837843,9.5791998,9.7500429,9.8404856,10.32495,10.239697,10.298588,10.263547,10.202682,9.2352924,9.2223978,9.0535526,9.1420002,9.4244814,9.3722162,9.4339085,9.6429243,9.8162155,9.9068727,10.340206,10.266058,10.324327,10.266566,10.197737,10.072249,10.083969,9.7790146,9.8389854,10.167903,10.119021,10.124828,10.261022,10.35476,10.436481,11.670344,11.765252,11.856805,11.75407,11.661595,9.6841555,9.684864,9.4467096,9.5224104,9.8212805,9.7650442,9.7939339,9.9687157,10.108755,10.195472,11.087337,11.099101,11.168563,11.109328,11.037001,9.8796158,9.8732128,9.6646185,9.736083,10.077943,10.035876,10.057123,10.218527,10.329053,10.420404,11.034587,11.104807,11.190482,11.051034,10.946675,9.5881128,9.5634861,9.3694506,9.4544201,9.7496347,9.6923208,9.7639551,9.9710493,10.125397,10.215278,10.668995,10.667476,10.730806,10.627392,10.53976,10.537332,10.553575,10.102399,10.15974,10.430108,10.380917,10.390424,10.520638,10.612123,10.679551,12.715646,12.93698,13.006725,12.932541,12.858459,12.414078,12.490543,12.264942,12.337476,12.650397,12.608513,12.66103,12.876797,12.967066,13.049567,13.421515,14.339098,14.469061,14.171141,14.077897,10.224362,10.21394,10.014344,10.085594,10.422503,10.385671,10.411057,10.576736,10.679266,10.768125,11.214527,11.39862,11.486297,11.298922,11.180984,9.5992184,9.6466932,9.4439421,9.5037317,9.8979607,9.8555374,9.8593893,9.9792128,10.055578,10.142305,10.923384,10.93395,11.080247,10.979366,10.886708,9.0679092,9.0496531,8.8949461,8.987606,9.2543745,9.2029171,9.2865858,9.5096836,9.6934032,9.7818756,10.085223,9.9819584,10.034754,9.9801722,9.9142618,9.8489113,9.8453741,9.6222544,9.6931877,10.028597,9.982501,10.003681,10.165324,10.279891,10.370101,11.099547,11.155545,11.239139,11.118484,11.021241,10.076584,10.089154,9.7500305,9.8172035,10.094007,10.036399,10.051947,10.203485,10.323103,10.398644,11.901044,12.004251,12.07382,12.034518,11.971822,9.5686455,9.5810423,9.3459444,9.4168472,9.6922379,9.6235523,9.6369896,9.7968531,9.9388227,10.021802,10.900826,10.875717,10.940814,10.935846,10.881915,9.9193764,9.9020882,9.698061,9.7765608,10.090553,10.041328,10.088419,10.276959,10.407717,10.497427,11.004374,11.097514,11.172031,11.032374,10.934184,8.8896866,8.8907623,8.7500238,8.8360329,9.0980606,9.0481758,9.0962572,9.2888374,9.4684839,9.5590096,9.8645487,9.7240524,9.7775202,9.7612553,9.7102413,9.6049833,9.6252584,9.3759651,9.4370785,9.690815,9.6089096,9.6051636,9.7411413,9.8685331,9.9451494,10.868547,10.839711,10.903794,10.934466,10.892644,9.0171661,9.0254154,8.8667955,8.9461412,9.2088308,9.1508226,9.1813745,9.3549232,9.5208778,9.6094637,10.020456,9.8926888,9.9485979,9.9466887,9.8986368,10.097947,10.113341,9.7641354,9.827733,10.095455,10.03152,10.040497,10.185495,10.303377,10.376661,11.911895,12.012768,12.081298,12.060716,12.00318,10.170237,10.150517,9.9406548,10.019648,10.323616,10.269398,10.326377,10.522018,10.649417,10.734848,11.174382,11.33942,11.413747,11.25409,11.152675,9.9050999,9.9114456,9.6248226,9.6955614,9.9912024,9.9357929,9.9570818,10.118769,10.244634,10.326651,11.514448,11.577025,11.649142,11.589044,11.517021,10.2321,10.256746,9.8727465,9.9198704,10.147787,10.057024,10.039296,10.152768,10.252259,10.316476,11.940127,12.054277,12.127277,12.172356,12.134936,10.01315,10.003606,9.8013153,9.8739223,10.211752,10.17168,10.197508,10.364421,10.474463,10.565415,11.089328,11.207138,11.292613,11.133271,11.024273,10.081443,10.090006,9.770134,9.835515,10.137373,10.084803,10.100021,10.249828,10.360229,10.439879,11.787467,11.890329,11.966795,11.888231,11.808786,9.8074818,9.8055859,9.6007442,9.669795,10.026543,9.9870996,9.9997292,10.149513,10.250408,10.342036,10.968686,11.011781,11.103576,10.965492,10.858072,8.683176,8.6689062,8.543149,8.6353788,8.8773184,8.8347826,8.9215488,9.1394424,9.328742,9.4147263,9.5534716,9.3869057,9.4323759,9.3964996,9.3433723,10.014934,10.021834,9.728096,9.7932005,10.109267,10.057781,10.071503,10.220868,10.329014,10.411656,11.592524,11.677676,11.758891,11.667855,11.582117,9.5970764,9.5806847,9.3829536,9.4650068,9.7695198,9.7167521,9.768981,9.9643412,10.113045,10.204056,10.755857,10.757148,10.824323,10.726765,10.64132,10.859664,10.839735,10.623123,10.683173,10.996361,10.958438,10.972288,11.11968,11.195718,11.268744,11.581626,11.921628,11.999617,11.728516,11.574356,9.7779255,9.770503,9.5833569,9.6536522,10.017413,9.9846087,9.9956312,10.142404,10.237523,10.330261,10.828662,10.865138,10.956702,10.798974,10.681351,9.7264261,9.6918392,9.4791622,9.5641193,9.8468504,9.7710352,9.8733177,10.088503,10.241333,10.327322,10.71496,10.726495,10.786683,10.683327,10.591189,9.7576971,9.7819729,9.5589447,9.6202269,9.9977627,9.9542923,9.9555588,10.084109,10.167801,10.255088,11.087743,11.11426,11.231206,11.120709,11.022797,9.9053555,9.8867683,9.7018633,9.7730932,10.124666,10.096923,10.111271,10.260118,10.352747,10.444009,10.841046,10.916916,11.001692,10.812788,10.681273,9.4945679,9.495842,9.2843742,9.3631592,9.6530943,9.5947342,9.6263199,9.8072691,9.959897,10.047893,10.78898,10.758437,10.823501,10.783235,10.718177,9.6300039,9.5934515,9.3664541,9.4561567,9.7172718,9.6121569,9.7660542,9.9996939,10.166533,10.248075,10.557454,10.512309,10.566709,10.519151,10.437201,9.4051065,9.3757343,9.1864395,9.27742,9.5500164,9.4799213,9.5886335,9.8163061,9.9881248,10.074621,10.416407,10.362604,10.418116,10.345857,10.266768,9.5568047,9.5504093,9.3419008,9.4219055,9.7228346,9.6683741,9.7078409,9.8947058,10.044086,10.133875,10.822838,10.809729,10.877006,10.807628,10.731947,10.601695,10.599497,10.393421,10.464545,10.79271,10.753628,10.785602,10.96166,11.063495,11.149835,11.573077,11.883012,11.975762,11.769459,11.654362,10.804892,10.793255,10.582738,10.645915,10.970431,10.932689,10.952923,11.107542,11.191957,11.26822,11.61069,11.95016,12.036983,11.786936,11.646809,8.7874088,8.780673,8.6499596,8.7408924,8.9970875,8.9531956,9.0189495,9.2265577,9.4141464,9.5040302,9.7299681,9.5804319,9.6308279,9.6011086,9.5481215,9.6144476,9.6046534,9.396471,9.4760303,9.7829103,9.7300243,9.7713842,9.9582481,10.103129,10.193571,10.852689,10.854268,10.923373,10.837491,10.755672,9.9044104,9.9068689,9.6454382,9.7140236,10.035036,9.9841061,10.002558,10.160098,10.275516,10.361583,11.352381,11.413924,11.494252,11.398871,11.311468,9.8124685,9.8069515,9.582655,9.655797,9.9811897,9.9324503,9.9594154,10.12849,10.251703,10.341655,11.081367,11.128976,11.207726,11.097161,11.004878,9.2240534,9.2383394,9.0502338,9.1218748,9.382597,9.3144999,9.3281002,9.4841099,9.6339388,9.7181673,10.296807,10.198886,10.256992,10.269991,10.224975,9.1756172,9.1498156,8.9772253,9.0718422,9.3295355,9.2618046,9.3813324,9.6174812,9.8008604,9.8852901,10.14369,10.047444,10.098579,10.048613,9.9795008,9.3601818,9.3540745,9.1679993,9.2518635,9.5414429,9.4867678,9.5319414,9.7270422,9.8902721,9.9806547,10.548228,10.49466,10.556876,10.505282,10.437244,8.8428841,8.821641,8.673295,8.7687426,9.0043869,8.9450588,9.0722294,9.3099155,9.5003099,9.5813894,9.705966,9.5572844,9.6033058,9.5728083,9.5156822,11.885165,11.927124,11.704561,11.770574,12.087401,12.045036,12.083965,12.277288,12.362981,12.440917,12.80736,13.528457,13.642871,13.361346,13.248634,9.7881422,9.805522,9.5269861,9.5905247,9.8582554,9.7827845,9.7851763,9.9302998,10.057855,10.135537,11.248731,11.266901,11.335083,11.342489,11.291063,10.269851,10.259011,10.052005,10.128305,10.445516,10.399421,10.441848,10.628534,10.74725,10.834913,11.302078,11.507128,11.589629,11.419378,11.31573,10.632747,10.622803,10.417175,10.483698,10.813398,10.776508,10.799894,10.960516,11.051577,11.13277,11.505756,11.804676,11.893483,11.664394,11.533257,10.251904,10.264835,9.9040861,9.9623489,10.267512,10.216155,10.222395,10.35658,10.449695,10.525601,12.05703,12.196662,12.279464,12.189001,12.10387,9.5474892,9.5165138,9.282855,9.3780003,9.6230211,9.4983368,9.6918678,9.9384317,10.113947,10.191306,10.409239,10.326562,10.377594,10.377323,10.306495,11.343523,11.354051,11.13522,11.19726,11.518412,11.474791,11.502382,11.670607,11.754827,11.827455,12.181068,12.697781,12.796246,12.530837,12.402251,9.7792673,9.7591715,9.5578327,9.6384106,9.9467096,9.8947563,9.9487867,10.142702,10.281942,10.372112,10.876591,10.92782,10.997996,10.873145,10.77896,10.251394,10.265618,9.8882961,9.9539452,10.23129,10.17937,10.195229,10.341064,10.450541,10.523524,12.247744,12.402244,12.473945,12.419697,12.353456,10.779411,10.774804,10.566305,10.632682,10.960348,10.92168,10.947622,11.112821,11.204403,11.284742,11.661948,12.010086,12.101818,11.869094,11.741407,9.3083229,9.2877407,9.1132851,9.2029324,9.4848814,9.4294748,9.5067091,9.7236376,9.8956795,9.9854298,10.384991,10.324447,10.382231,10.309903,10.234849,9.4467106,9.4303617,9.2436094,9.3289576,9.6238194,9.5700102,9.6292906,9.8328962,9.99331,10.08422,10.588627,10.55619,10.619045,10.538715,10.460035,9.6490211,9.6564293,9.4120941,9.485878,9.7713327,9.7094641,9.7309923,9.8991976,10.04117,10.12538,11.07049,11.069499,11.136374,11.106798,11.045021,9.4011602,9.3808813,9.1442366,9.2433147,9.4658012,9.3209181,9.5589762,9.81106,9.9908237,10.062974,10.129914,9.9953527,10.042983,10.103171,10.048876,10.18221,10.159889,9.9657555,10.034875,10.371758,10.342676,10.360071,10.511425,10.601451,10.688085,11.047253,11.204522,11.286328,11.070373,10.930848,9.7717457,9.7815027,9.5673904,9.6325855,10.001229,9.9600735,9.9652071,10.103526,10.195503,10.28538,11.020979,11.048247,11.150434,11.026905,10.923781,9.7221661,9.726779,9.474432,9.5485353,9.8411579,9.7829638,9.8076057,9.9775314,10.115687,10.200304,11.189799,11.208419,11.277315,11.230193,11.16242,9.8455067,9.8467522,9.5884533,9.6599331,9.970459,9.9173717,9.9408741,10.105841,10.230928,10.316833,11.305762,11.354461,11.42967,11.34803,11.266797,9.4670258,9.4611168,9.262291,9.3440495,9.6393929,9.5843945,9.6260662,9.8166437,9.9726725,10.062669,10.702797,10.670534,10.735377,10.676016,10.604435,9.7174368,9.7071857,9.4945116,9.5718069,9.8870335,9.8362522,9.8736572,10.054846,10.190437,10.281029,10.94462,10.971851,11.044822,10.941872,10.853574,9.4189844,9.4271488,9.2194529,9.295331,9.5737467,9.5098515,9.5322104,9.7030725,9.8554354,9.9417267,10.66275,10.61036,10.673339,10.659926,10.604225,9.9297352,9.9038639,9.6963549,9.7775488,10.077024,10.018438,10.086799,10.287435,10.425035,10.512254,10.949724,11.038351,11.106983,10.968753,10.870654,9.7005434,9.675293,9.4761143,9.559371,9.8581238,9.8010883,9.8698397,10.073165,10.220677,10.31014,10.767768,10.794666,10.860225,10.743722,10.65172,9.8423338,9.830327,9.6219358,9.6980629,10.020618,9.9732094,10.009187,10.187836,10.314939,10.405827,10.999477,11.065196,11.142211,11.014513,10.918037,10.371466,10.346062,10.116394,10.19534,10.484526,10.411798,10.491142,10.692892,10.818018,10.897503,11.288733,11.486821,11.557351,11.397332,11.29381,10.249845,10.26929,9.8836861,9.9398279,10.197144,10.125813,10.124542,10.256559,10.363923,10.432924,12.121786,12.253814,12.325021,12.321507,12.266058,9.9716368,9.9611616,9.7552662,9.8295984,10.159575,10.115911,10.147225,10.320887,10.438752,10.529574,11.08172,11.188013,11.270011,11.122719,11.019705,9.3004932,9.3039179,9.1169205,9.1973104,9.4771996,9.4179573,9.4500446,9.6320524,9.7937183,9.8824778,10.478308,10.406626,10.467695,10.445056,10.387247,10.64696,10.667765,10.180245,10.242282,10.496245,10.451659,10.466242,10.597583,10.691471,10.75484,13.088926,13.364381,13.433772,13.382607,13.323434,9.0715742,9.0612078,8.9070292,8.9970064,9.2698526,9.2200556,9.2828341,9.4931269,9.673727,9.7641401,10.125594,10.022023,10.077115,10.032281,9.9699469,11.575624,11.593133,11.35906,11.433625,11.721099,11.66145,11.701119,11.899445,11.994213,12.060041,12.434497,13.019816,13.110485,12.861748,12.757469,10.28087,10.303267,9.9112825,9.9616241,10.20543,10.122766,10.111422,10.2331,10.335279,10.401889,12.088877,12.221825,12.297112,12.320296,12.272967,9.7366438,9.7350464,9.4964428,9.5712395,9.8782635,9.8242283,9.8533163,10.026687,10.161309,10.248846,11.123709,11.148465,11.220574,11.144826,11.066113,9.5253286,9.4953794,9.3001509,9.3881493,9.670248,9.6033401,9.6991892,9.9184589,10.081383,10.169139,10.555891,10.530781,10.589437,10.499352,10.414391,6.5093999,6.3439837,6.322329,6.3695607,6.5574112,6.586947,6.8111863,6.9614663,7.1213117,7.4827304,7.5329313,7.4825521,7.514843,7.5751305,6.8871479,7.0580802,7.0293083,7.0084314,7.0547781,7.3666377,7.3615565,7.3535919,7.6186938,9.3805532,12.547633,12.522108,12.451497,12.574541,12.640524,12.715407,6.1270294,6.0043879,5.9831519,6.0221286,6.2011199,6.2282715,6.4870319,6.5918326,6.7660427,7.1380053,7.1943197,7.1430893,7.1746988,7.2375808,6.4764743,8.3390884,8.2318602,8.1906986,8.2234821,8.5061159,8.5250406,8.5803804,8.7968826,9.3718967,10.402737,10.43677,10.362785,10.459538,10.547853,10.475585,6.6519194,6.6180601,6.5959783,6.6532445,6.9263835,6.9231372,6.9256692,7.2164006,9.3682833,13.152575,13.129027,13.0683,13.150565,13.217402,13.238747,9.7430935,9.5700951,9.5040798,9.5617752,9.802083,9.7976227,9.8527899,10.146797,10.749321,11.791782,11.82417,11.74663,11.789756,11.984616,11.816592,8.1410885,8.0665369,8.0306635,8.0743361,8.3778629,8.3850203,8.4069138,8.6609602,9.6448851,11.405027,11.416798,11.342381,11.449209,11.538249,11.547768,8.4786358,8.3638563,8.3201246,8.3651743,8.6493988,8.6615114,8.7123175,8.9591103,9.6389456,10.84662,10.879292,10.803924,10.886141,10.982288,10.897117,8.1244707,8.0604382,8.0271177,8.0595808,8.3688593,8.3774872,8.3913631,8.6247272,9.5496111,11.214958,11.223264,11.149067,11.283031,11.370704,11.425978,8.3059616,8.2181635,8.1799622,8.2092457,8.5029011,8.519556,8.5560999,8.7733364,9.4420624,10.64035,10.665213,10.591156,10.707475,10.797124,10.790889,7.4833074,7.309083,7.27461,7.3187966,7.5375638,7.5637941,7.7394834,7.9199147,8.1628027,8.6574144,8.7178345,8.6559982,8.6977892,8.7673149,8.2858057,8.0446138,7.9720297,7.9366598,7.9415693,8.1754713,8.2168398,8.2909956,8.4306355,8.791975,9.4519596,9.4861546,9.4229364,9.5648422,9.6550226,9.6077042,8.2265272,8.1612806,8.1278353,8.1498804,8.4521008,8.4654799,8.481761,8.692503,9.4615707,10.849884,10.862754,10.789992,10.942709,11.033112,11.103828,9.5414438,9.4062853,9.338378,9.396594,9.6369267,9.6261663,9.6485662,9.9662247,10.914271,12.542773,12.568347,12.494001,12.538733,12.744052,12.638144,7.5548477,7.4015484,7.3644805,7.4008827,7.62605,7.6538787,7.8239512,7.9890389,8.2568541,8.7882071,8.8443546,8.7794342,8.8323107,8.9014206,8.4784985,7.5747461,7.4681354,7.4324512,7.4548049,7.6786489,7.7154331,7.8843966,8.0161848,8.3028355,8.8545713,8.9024305,8.837595,8.9206715,8.996006,8.6747017,4.6206083,4.6074638,4.595901,4.6369987,4.7919354,4.7940397,4.8076143,5.0780721,8.8215809,14.995119,14.976148,14.945338,14.980268,15.057576,15.037689,7.264133,7.1813531,7.149744,7.168025,7.3656793,7.4090123,7.6371045,7.728075,7.9637332,8.4313841,8.4791708,8.4180498,8.5131512,8.587451,8.203949,6.8177838,6.6618519,6.6332636,6.6736341,6.870995,6.8984904,7.1183472,7.2592683,7.4507527,7.8621917,7.9214058,7.8646426,7.9009924,7.9632354,7.3399897,7.6766315,7.6343536,7.6056247,7.6081171,7.7432246,7.7969809,7.9578238,8.02349,8.2001467,8.5456009,8.5819025,8.53477,8.7689934,8.8321199,8.6254988,7.7034736,7.6508198,7.6192026,7.6231728,7.7950578,7.8502059,7.9823642,8.0751381,8.3117113,8.7589149,8.7974272,8.7432461,8.9131203,8.9902534,8.8282003,8.3855362,8.2873755,8.2459536,8.2958727,8.5869818,8.5947752,8.6314049,8.8945684,9.7594557,11.294071,11.317016,11.242006,11.327656,11.425559,11.376724,5.1170897,5.0789156,5.0681248,5.1012449,5.2494111,5.2844853,6.0031629,5.9093561,6.0073042,6.3099332,6.3797946,6.3147373,6.348175,6.4082756,5.549119,6.5005631,6.448369,6.4273028,6.4507513,6.613718,6.6641583,7.1480312,7.1360826,7.2835255,7.6276736,7.6884832,7.6264434,7.7141614,7.7798829,7.2211337,7.936769,7.77806,7.7373762,7.7764139,8.0162363,8.0410423,8.175725,8.3680029,8.6922016,9.311161,9.3657646,9.297636,9.3541107,9.4299498,9.097744,8.4683647,8.3366804,8.2916164,8.3339348,8.6071053,8.6229277,8.6918945,8.9253941,9.4734249,10.45413,10.49506,10.420559,10.495468,10.588424,10.449739,8.6509876,8.4937162,8.4444885,8.4920034,8.7506485,8.7638483,8.8467903,9.0908432,9.5823612,10.464449,10.511243,10.43714,10.495838,10.600122,10.39671,8.1747189,8.0026016,7.9630275,8.013792,8.2461863,8.267127,8.4150076,8.6361666,8.9781122,9.6167622,9.6790142,9.612875,9.6557512,9.7559605,9.3379898,7.9863658,7.9432492,7.915576,7.9361143,8.2473907,8.2514811,8.2469969,8.4618788,9.4736156,11.326028,11.3208,11.249247,11.440654,11.526058,11.650975,7.4667263,7.4291453,7.4019766,7.4068103,7.5329695,7.5908403,7.8124237,7.8566189,8.0078983,8.3154049,8.3554668,8.3080053,8.5253916,8.5854807,8.3220272,7.9604993,7.8682871,7.8311248,7.8454905,8.0866528,8.1243324,8.2240143,8.373703,8.7302608,9.3882322,9.428194,9.3620377,9.4724703,9.5564785,9.4199467,7.1584096,6.9836235,6.952352,6.996098,7.2026892,7.229702,7.4256229,7.591958,7.7970247,8.2337656,8.2948532,8.2363462,8.2736692,8.3380041,7.7834663,7.3767014,7.2605605,7.2259917,7.2531009,7.4718065,7.5056624,7.7019949,7.8302779,8.0951109,8.616333,8.6672354,8.6030455,8.6721478,8.7439976,8.3300695,7.707788,7.6182961,7.5828853,7.5979943,7.8188405,7.8607993,8.0038157,8.1306839,8.4272003,8.9876747,9.0312948,8.9677191,9.0722322,9.1520262,8.9237671,8.2508144,8.1796808,8.1449842,8.1513033,8.4175997,8.4469395,8.4858952,8.6511698,9.1352243,10.010338,10.035796,9.968976,10.129972,10.224173,10.266548,7.6497998,7.5903864,7.559083,7.6156092,7.9059682,7.9073567,7.923152,8.2101517,9.6741095,12.281637,12.279455,12.210729,12.299475,12.38528,12.386669,7.0310769,6.9404354,6.9100142,6.9333858,7.1322675,7.1705852,7.4298587,7.5174551,7.7457285,8.207531,8.2574787,8.1958704,8.2721052,8.3445883,7.8612533,8.166976,8.0935564,8.0581741,8.0635147,8.3157558,8.3510857,8.4055862,8.5594473,8.9795828,9.7413836,9.7715712,9.706212,9.8551311,9.9480715,9.950078,7.2343397,7.107471,7.0738082,7.1050191,7.3196454,7.3507872,7.5595207,7.6897926,7.9381151,8.435914,8.4892635,8.4260502,8.4841318,8.5531311,8.0718565,8.245944,8.1367445,8.0961618,8.1233578,8.395793,8.4199839,8.4886513,8.6860456,9.172821,10.052847,10.090631,10.018453,10.116096,10.201517,10.103381,7.9031363,7.8544283,7.8251638,7.8579545,8.1745424,8.1779518,8.1792936,8.417613,9.5338774,11.554768,11.550728,11.477058,11.625233,11.708589,11.795428,8.7154408,8.5829897,8.5346527,8.5872431,8.8608637,8.8692265,8.9254532,9.1904249,9.8644848,11.052705,11.088857,11.013293,11.080384,11.191951,11.070353,7.0814877,6.9407587,6.9085102,6.9440374,7.1525578,7.1813602,7.3959985,7.531487,7.7578273,8.2229557,8.27917,8.2179546,8.2651701,8.3309994,7.7852516,8.2914276,8.2341623,8.2031717,8.2111874,8.4957581,8.5130949,8.5259466,8.7066927,9.3542166,10.531981,10.544567,10.476964,10.678195,10.771568,10.882966,8.2248478,8.0890713,8.0462427,8.0815277,8.342494,8.3652792,8.4581823,8.6629324,9.0916672,9.8758221,9.9221458,9.8502522,9.9248047,10.007518,9.8139668,6.7658014,6.667623,6.6391139,6.6677299,6.8646269,6.897737,7.1739264,7.2611127,7.480793,7.9316397,7.9822865,7.9218173,7.9824142,8.0532007,7.4670839,6.1357837,6.1058946,6.0866075,6.1428099,6.3816481,6.3809114,6.3901634,6.6851401,9.2415628,13.674367,13.653572,13.602537,13.668354,13.735814,13.735378,8.1749496,8.1221428,8.0919151,8.1084061,8.4108782,8.4212322,8.4260855,8.6293421,9.4532795,10.954037,10.95924,10.888386,11.074924,11.164989,11.278675,8.3762789,8.2763519,8.2354126,8.2763605,8.5682364,8.5807734,8.6222248,8.8628788,9.5899754,10.885385,10.912556,10.83733,10.932039,11.024286,10.978019,8.2332573,8.142025,8.1039095,8.1223822,8.3961191,8.4227886,8.4780664,8.6625919,9.1581964,10.052952,10.08516,10.014447,10.134557,10.223158,10.187239,8.1286697,8.0355148,7.99753,8.0133839,8.2726412,8.3047247,8.3778696,8.5465412,8.9694767,9.7392006,9.7754784,9.7068167,9.8221226,9.9088945,9.8317423,8.2926569,8.2266922,8.1934156,8.2011108,8.4791317,8.5025082,8.5280857,8.7032824,9.2643156,10.279128,10.298994,10.231101,10.40711,10.50153,10.579019,8.2723598,8.1997232,8.1646862,8.1853256,8.4810772,8.4980764,8.5227327,8.7269049,9.4089689,10.63728,10.655915,10.583462,10.728296,10.819353,10.86862,7.8439722,7.7719936,7.7360196,7.8000183,8.0687742,8.068367,8.0911188,8.4002542,9.9193659,12.595898,12.59866,12.532477,12.601052,12.709411,12.670829,5.9182458,5.8531523,5.8309536,5.8578615,6.0230298,6.0540133,6.4921918,6.5042162,6.6674399,7.0376077,7.0921116,7.032928,7.0843453,7.1520224,6.3925781,7.4634442,7.3924642,7.3604822,7.3727965,7.5622368,7.6110001,7.8016801,7.8935776,8.1306553,8.5918083,8.636117,8.5772734,8.6999035,8.7756557,8.4893799,6.2200503,6.1120458,6.0883327,6.1233439,6.3056226,6.3325,6.6160574,6.7023993,6.8910141,7.2892699,7.3411407,7.2860332,7.3247256,7.3900585,6.6478686,7.889986,7.8330116,7.801672,7.8444095,8.1550894,8.1587572,8.1682625,8.4245319,9.5966291,11.702763,11.702524,11.629084,11.748494,11.832073,11.878517,7.6054964,7.567812,7.5421758,7.5782681,7.8980613,7.8964725,7.8897834,8.136076,9.4858112,11.934119,11.918923,11.845846,11.996309,12.073037,12.16804,8.6003199,8.4994278,8.4516211,8.5167065,8.7797003,8.7768698,8.8050413,9.1188879,10.304543,12.373065,12.388588,12.317814,12.377538,12.519502,12.447636,8.0009098,7.8681245,7.8274527,7.8582907,8.1076908,8.1353302,8.2508602,8.4325933,8.7963486,9.4752064,9.5236301,9.4541311,9.5286703,9.6061459,9.364337,8.1188984,8.0067072,7.9666915,7.9912286,8.2513294,8.2799234,8.367712,8.5489264,8.9653711,9.7272921,9.7688341,9.6985607,9.7923717,9.8747921,9.7311649,8.5034628,8.3278103,8.2803373,8.3279095,8.5693293,8.5853052,8.699605,8.932291,9.3205032,10.035455,10.089927,10.019075,10.066755,10.169987,9.8580809,7.7228508,7.5943255,7.5562134,7.5849528,7.8197193,7.8508854,8.0006313,8.1584625,8.4664259,9.0562811,9.1066818,9.0398016,9.1110153,9.1846762,8.8648844,7.8989005,7.7891569,7.7508378,7.7725978,8.0153742,8.049262,8.1678152,8.3255386,8.6719065,9.3182964,9.362915,9.295414,9.3862133,9.4654226,9.2554359,6.9680076,6.9027987,6.8752594,6.8929739,7.0666904,7.1141214,7.4269137,7.4764495,7.6648746,8.0597258,8.1100702,8.0511618,8.1564436,8.2263708,7.7733889,9.0325518,8.8810482,8.8270531,8.8830156,9.1437283,9.1486549,9.2095461,9.4858227,10.11536,11.218025,11.256679,11.180862,11.236642,11.370614,11.21781,8.5979862,8.4889755,8.4430513,8.5026293,8.7803764,8.7833633,8.821373,9.1101952,10.050011,11.700846,11.724465,11.650335,11.719223,11.837961,11.761109,6.6366,6.5946631,6.5700655,6.6302819,6.8596506,6.8591628,6.876133,7.1901765,9.5678377,13.679959,13.667164,13.615531,13.67165,13.768156,13.740352,7.1390734,7.1028285,7.078989,7.1319728,7.4347272,7.4314079,7.4303288,7.708858,9.465764,12.596075,12.574835,12.50586,12.610104,12.680161,12.728174,7.5708699,7.5392933,7.5156603,7.5430226,7.8569193,7.8536806,7.8407049,8.0698824,9.4114265,11.877632,11.859176,11.788408,11.979325,12.053901,12.172541,8.1579657,8.0819168,8.0382919,8.1047287,8.3315725,8.3227882,8.3379793,8.6812382,10.467769,13.534352,13.532673,13.472506,13.520113,13.69554,13.636083,7.5713668,7.5243125,7.4962196,7.5446601,7.8529935,7.8530378,7.8573179,8.1268988,9.562335,12.135042,12.125079,12.053681,12.166001,12.243974,12.291351,6.2799826,6.1841722,6.1602211,6.1932359,6.3780375,6.4065118,6.7083106,6.7831316,6.9816098,7.3970075,7.4463172,7.3897347,7.4370632,7.5063176,6.7869158,7.8475204,7.6761708,7.6391511,7.6862507,7.9182186,7.9422426,8.0948687,8.2960539,8.5956278,9.1759806,9.2325592,9.1675282,9.2121258,9.2925615,8.87743,9.270793,9.0793867,9.0170012,9.0635767,9.2953892,9.3000803,9.3857203,9.6436806,10.075763,10.857148,10.902194,10.827134,10.868383,11.016915,10.759548,7.8661733,7.7997069,7.7654562,7.7703242,7.9794936,8.0281649,8.129734,8.2497768,8.5516424,9.1102791,9.1477213,9.0876598,9.2286215,9.3145037,9.2074881,8.2738943,8.1911402,8.1536341,8.1886997,8.4887094,8.5010462,8.530302,8.7629642,9.5465584,10.949015,10.968772,10.893991,11.007627,11.097443,11.10148,5.844409,5.7074552,5.6918325,5.7353172,5.9040785,5.931849,6.1777377,6.2968831,6.4385843,6.758533,6.8179302,6.7739096,6.7996469,6.8588219,6.0674133,8.2826633,8.1986017,8.1614285,8.1814756,8.4669113,8.4888277,8.5285749,8.7244797,9.3029203,10.343401,10.369918,10.297967,10.427496,10.517769,10.523241,8.1746359,8.0918503,8.0537109,8.1077404,8.400548,8.4050827,8.4321241,8.7085314,9.7884693,11.708361,11.721526,11.648298,11.735013,11.831141,11.804705,8.3333445,8.180007,8.1351118,8.177022,8.4330301,8.452405,8.5511122,8.7708569,9.1937075,9.9675932,10.017448,9.945363,10.007749,10.095463,9.8615847,9.4695454,9.4605865,9.405673,9.4065456,9.6717052,9.6034403,9.7292719,9.8700724,9.9415331,10.097563,10.151156,10.006558,10.047944,10.122492,9.99084,8.811408,8.7678232,8.7873249,8.7980013,8.9895678,9.2219486,10.26854,10.877731,11.025802,11.119513,12.819342,12.681548,12.718899,12.672545,12.470837,8.2317705,8.1970177,8.1810875,8.1977997,8.3070536,8.4058228,8.9513235,9.3846741,9.4654827,9.4872999,10.29987,10.149536,10.176474,10.128757,9.9639511,9.6935635,9.6821833,9.6342411,9.6228046,9.918026,9.8110495,9.8829403,10.008916,10.107233,10.337465,10.325139,10.232847,10.275331,10.397511,10.301109,11.505508,11.370067,11.364439,11.384605,11.650687,11.7756,12.211051,12.546364,12.63068,12.88156,13.343511,13.30726,13.28278,13.731432,13.616035,9.5299864,9.4199572,9.452981,9.4572992,9.7008724,9.9721928,11.059525,11.673085,11.818566,12.032565,13.743051,13.670008,13.636022,13.735467,13.575542,8.9915009,8.9143877,8.992734,8.9938641,9.2174644,9.6409292,11.352413,12.318755,12.571102,12.748295,15.648247,15.579191,15.597449,15.613702,15.44038,9.4940987,9.4279995,9.4096003,9.404479,9.6960726,9.7890129,10.351513,10.707902,10.85282,11.129537,11.999804,11.917159,11.951653,12.018456,11.884583,9.5246334,9.511528,9.4743824,9.4453058,9.7831364,9.6546192,9.6155176,9.7196207,10.060586,10.838078,10.617418,10.544777,10.592548,10.763934,10.721487,9.6183901,9.5926867,9.5474396,9.5379305,9.8435354,9.7888422,9.9653521,10.140334,10.25341,10.508321,10.698657,10.604041,10.64768,10.745454,10.634654,8.6199636,8.5749979,8.6679907,8.6764002,8.8585386,9.3189878,11.218556,12.301579,12.576975,12.666926,15.909614,15.794724,15.841054,15.778237,15.561155,9.7080441,9.6656284,9.6192436,9.589406,9.9352732,9.8673506,9.879878,10.025186,10.567224,11.764056,11.686384,11.628139,11.679276,11.878137,11.825622,9.1234674,9.0818882,9.0896358,9.0941753,9.3333511,9.5201988,10.422598,10.940742,11.089475,11.24107,12.68868,12.569261,12.616876,12.622035,12.444749,9.669879,9.6495094,9.6032581,9.5905457,9.8998213,9.8133907,9.9174452,10.06123,10.178765,10.454268,10.50773,10.41818,10.46132,10.578169,10.481091,9.6444817,9.5814791,9.5442829,9.5348558,9.8477221,9.8636627,10.178718,10.424004,10.572123,10.913825,11.353163,11.271405,11.306914,11.401278,11.284659,9.5741081,9.5688715,9.5362959,9.5060415,9.8156271,9.6569099,9.5874243,9.6748419,9.9843121,10.691477,10.386744,10.318369,10.362365,10.548345,10.515669,9.3159513,9.2762032,9.2620525,9.2625294,9.5285959,9.6340227,10.271575,10.657666,10.787187,10.973121,11.966548,11.857332,11.903838,11.938922,11.782617,9.8003731,9.7517061,9.7046585,9.6792908,10.025105,9.9595032,10.001025,10.146571,10.519279,11.37565,11.338161,11.272864,11.320058,11.498854,11.431126,8.4935703,8.4391203,8.6053505,8.6057405,8.783596,9.4993992,12.390833,14.164805,14.662301,14.78792,19.872274,19.826487,19.883856,19.879721,19.699749,9.5858326,9.488039,9.485673,9.4846315,9.7560997,9.9196081,10.663849,11.109935,11.250255,11.515457,12.6736,12.600348,12.606409,12.690901,12.547458,9.4838924,9.4557981,9.4156055,9.4132729,9.6966257,9.6963005,10.014287,10.249676,10.352101,10.550179,10.985241,10.872939,10.917433,10.979955,10.841691,10.421625,10.302441,10.266171,10.25983,10.549046,10.603224,10.93021,11.197858,11.332014,11.701598,12.111512,12.051775,12.060269,12.27166,12.150988,9.4993143,9.5073252,9.4577093,9.4564123,9.6875525,9.5509539,9.550868,9.6277075,9.681757,9.8076668,9.5707331,9.427783,9.463048,9.5846291,9.4932442,8.4335098,8.3929501,8.5558395,8.5614309,8.7362003,9.4180336,12.181085,13.845551,14.305639,14.405836,19.22768,19.142599,19.210878,19.177401,18.973761,8.8386002,8.7939796,8.8558245,8.8621798,9.0704794,9.4306431,10.951169,11.804581,12.029954,12.152918,14.701372,14.588821,14.640896,14.615186,14.418131,9.6318188,9.5955057,9.5518589,9.5401869,9.8569841,9.8132496,9.999774,10.18331,10.317779,10.629377,10.840424,10.752312,10.794687,10.896891,10.791025,9.5342188,9.493926,9.4583883,9.451663,9.7523527,9.7626514,10.10382,10.354095,10.478525,10.734675,11.22039,11.126678,11.16968,11.245066,11.119697,9.6964655,9.6704292,9.6269073,9.6074734,9.9327736,9.8300533,9.8723707,9.9974527,10.178137,10.609919,10.541986,10.462869,10.50584,10.650208,10.575205,9.8227892,9.7119102,9.7029943,9.7035522,9.9755583,10.118717,10.764831,11.167375,11.293252,11.569901,12.531449,12.463133,12.456787,12.583598,12.445251,9.7458,9.663063,9.6291046,9.6213026,9.9265404,9.9708929,10.340572,10.614151,10.762401,11.114729,11.64029,11.564656,11.590907,11.69758,11.576499,9.169301,9.1333513,9.1142244,9.1208782,9.3594093,9.4637451,10.077828,10.454948,10.566483,10.707992,11.632387,11.491891,11.534679,11.540433,11.363681,8.9794502,8.9373035,8.9484348,8.9566164,9.1724014,9.3774471,10.332306,10.883481,11.028482,11.150061,12.681904,12.548254,12.591627,12.570108,12.378117,9.7143087,9.6724634,9.6266756,9.6071796,9.9446793,9.8724813,9.9481115,10.09357,10.310756,10.831128,10.841625,10.764254,10.807542,10.948272,10.867117,10.308896,10.207703,10.16062,10.145698,10.454601,10.460819,10.666223,10.879142,11.065268,11.549281,11.779674,11.716575,11.741778,11.936397,11.827562,9.3514929,9.3042173,9.2590904,9.2313242,9.5320692,9.4920874,9.5102377,9.6995268,10.81122,13.058215,13.000189,12.978565,13.030846,13.2891,13.252538,9.7596436,9.7495089,9.7098713,9.6913509,9.9843607,9.8374681,9.8328247,9.9300852,10.064078,10.384439,10.195963,10.120678,10.160088,10.32261,10.257185,9.7044973,9.6852512,9.6411381,9.6244354,9.9378242,9.8289585,9.8804369,10.004051,10.142784,10.474224,10.419869,10.337349,10.379634,10.517039,10.435697,8.9954824,8.9592314,8.9387474,8.9495726,9.161046,9.2673264,9.8677721,10.248292,10.349555,10.461782,11.341227,11.182198,11.220201,11.204339,11.018772,10.050039,9.9413424,9.9110565,9.9066658,10.197685,10.268429,10.673843,10.970097,11.10413,11.447665,12.005225,11.939119,11.948558,12.103552,11.978917,9.2792225,9.252471,9.2121925,9.2180471,9.4688902,9.4952974,9.8616476,10.117646,10.206077,10.354273,10.831297,10.679266,10.720556,10.747219,10.583343,9.0931416,9.0651827,9.0271616,9.037569,9.2635088,9.3057098,9.6963873,9.9671564,10.049983,10.17363,10.65353,10.476548,10.513947,10.519629,10.346068,9.2741776,9.203331,9.2237129,9.2219973,9.4836798,9.7130165,10.734093,11.316541,11.494546,11.72194,13.393891,13.316727,13.349927,13.391479,13.239653,9.6026535,9.5228662,9.5003948,9.4950562,9.7889624,9.8752193,10.3905,10.727689,10.871149,11.174799,11.955482,11.877545,11.903583,11.986407,11.855598,8.5864973,8.5436258,8.5604916,8.5742064,8.7325859,8.95123,9.9470348,10.554733,10.688416,10.747423,12.373951,12.237128,12.2668,12.202123,12.001208,9.5496922,9.518981,9.4780722,9.4718876,9.769206,9.752779,10.027566,10.245647,10.357279,10.590452,10.956581,10.856882,10.90097,10.979381,10.854509,10.386127,10.297474,10.246016,10.224568,10.54328,10.519534,10.642151,10.823446,11.083302,11.721443,11.823204,11.763867,11.797783,12.017752,11.922074,9.6641569,9.644331,9.6040697,9.5801411,9.9077005,9.7854099,9.779542,9.8885984,10.126675,10.684703,10.517916,10.443345,10.487597,10.651202,10.593,8.2718868,8.2303391,8.4341106,8.4364481,8.5952806,9.4291439,12.823271,14.993831,15.623498,15.721742,21.736931,21.685904,21.762877,21.744804,21.556608,9.9057455,9.7830315,9.804635,9.8132515,10.058341,10.288074,11.193151,11.716452,11.831914,12.050278,13.386168,13.321041,13.262166,13.443059,13.29506,9.8843899,9.8821726,9.8539982,9.8363972,10.066798,9.8618355,9.7942543,9.8588972,9.9742842,10.249285,9.8716211,9.8145857,9.8447618,10.049164,10.00811,9.1379747,9.0790691,9.1166096,9.1157866,9.3657789,9.6460981,10.866971,11.554194,11.75723,11.957272,13.985135,13.905529,13.95129,13.980139,13.821459,9.5803986,9.5780916,9.5234795,9.5207119,9.783145,9.6770868,9.7375278,9.8487597,9.9161377,10.071051,10.009617,9.8822584,9.9226236,10.025084,9.9121017,9.7644234,9.6926346,9.6509485,9.6395082,9.9581852,9.9608507,10.213611,10.435465,10.599495,10.99974,11.327567,11.250665,11.283822,11.399702,11.28952,9.1098518,9.0591736,9.0942698,9.0947094,9.3411436,9.6104527,10.802699,11.472717,11.669484,11.852356,13.826323,13.737158,13.788109,13.810128,13.64597,10.262763,10.138356,10.124743,10.12934,10.400581,10.52517,11.065175,11.426155,11.535975,11.817639,12.554152,12.495234,12.477963,12.685148,12.554635,9.7115307,9.7143202,9.6647272,9.6584806,9.8985844,9.7486286,9.7509909,9.83568,9.8955555,10.037221,9.8489571,9.7438364,9.7802849,9.9177942,9.8273602,9.8427486,9.8443184,9.8058443,9.7900972,10.046959,9.8646297,9.8268242,9.9022808,9.9899559,10.200545,9.9280262,9.8563728,9.8920965,10.068019,10.006222,9.4295559,9.4056721,9.361454,9.3625145,9.6337194,9.6286306,9.922924,10.145406,10.236246,10.408762,10.786222,10.65608,10.699497,10.751543,10.60426,9.313056,9.2797508,9.252121,9.2551317,9.5148201,9.5802975,10.082529,10.403445,10.511657,10.677599,11.420661,11.293001,11.337429,11.367102,11.205439,12.56539,12.44739,12.486043,12.543246,12.80105,12.995633,13.553324,13.94957,14.019074,14.183669,14.663951,14.65187,14.572349,15.356563,15.26309,9.5500879,9.5356302,9.4843006,9.4815693,9.7608128,9.6999226,9.8590822,10.019397,10.10267,10.282866,10.42507,10.304431,10.34748,10.428712,10.301148,9.6090813,9.5932493,9.5547247,9.5281658,9.8596516,9.7313509,9.706028,9.8105221,10.092312,10.743808,10.541059,10.467658,10.513342,10.682896,10.633029,9.6737728,9.6370487,9.5919609,9.5768557,9.9025021,9.838397,9.9626608,10.122015,10.278576,10.652871,10.749482,10.665865,10.708114,10.827454,10.733665,9.7794361,9.780055,9.7331905,9.7240925,9.9683037,9.8108931,9.8106356,9.8971176,9.9628277,10.118876,9.9314661,9.8415909,9.8779449,10.026184,9.9419327,9.1551399,9.1351681,9.0878391,9.0971012,9.3336849,9.3330812,9.5964088,9.8001556,9.8734694,10.004839,10.241467,10.054103,10.091428,10.115935,9.9553604,9.6396151,9.5911751,9.5492783,9.5378399,9.8569946,9.8358364,10.063437,10.267952,10.414404,10.756318,11.04269,10.957861,10.997956,11.098066,10.989452,9.0082064,8.9970827,8.9634314,8.9311571,9.2917471,9.1967869,9.123786,9.2522364,9.9682913,11.515621,11.333392,11.266582,11.323195,11.470354,11.448811,9.5860949,9.5455484,9.5056896,9.496603,9.8063555,9.7926073,10.060098,10.278705,10.408066,10.693877,11.050384,10.960143,11.002304,11.090073,10.973835,9.6739855,9.664319,9.6145,9.6056852,9.8918524,9.7889509,9.8700428,9.9976797,10.085563,10.288708,10.291813,10.192756,10.235038,10.349628,10.246063,9.7360878,9.7273121,9.6824465,9.6675568,9.9632568,9.833231,9.862277,9.9710283,10.078476,10.334477,10.230544,10.146381,10.187674,10.329278,10.247474,9.5592928,9.5059671,9.4728937,9.4651737,9.770731,9.7979078,10.168636,10.435538,10.573152,10.866747,11.405087,11.318405,11.357619,11.436998,11.314069,8.7499561,8.7284603,8.6942654,8.6709585,9.029953,8.9659414,8.9468861,9.1017637,10.007899,11.921625,11.807954,11.751586,11.807907,11.958069,11.929038,10.633974,10.502095,10.516057,10.536138,10.783837,10.972546,11.678473,12.112094,12.19847,12.408789,13.304282,13.256415,13.174506,13.513414,13.385342,8.7176743,8.6811371,8.6623383,8.6767836,8.850337,8.9573412,9.5424337,9.9388943,10.031729,10.10941,10.952549,10.784825,10.818007,10.784261,10.601234,10.303734,10.229115,10.177424,10.151867,10.477453,10.436399,10.515472,10.680678,11.024508,11.829035,11.860685,11.804778,11.844902,12.073093,11.990289,9.6717291,9.6444912,9.599225,9.5846758,9.9033566,9.8236837,9.9294424,10.077402,10.215313,10.542593,10.600767,10.514941,10.557792,10.678113,10.585128,10.972778,10.855248,10.803999,10.784066,11.077627,11.085967,11.268723,11.479384,11.663689,12.155571,12.329887,12.27419,12.294455,12.58069,12.468598,8.3616171,8.3306065,8.2970533,8.2810698,8.5998182,8.5620089,8.5719299,8.7618704,10.103241,12.799622,12.732348,12.702714,12.756514,12.930454,12.902294,9.7605352,9.7600679,9.7309771,9.7052841,9.9668617,9.7714205,9.6885891,9.7567234,9.9538317,10.412581,10.027045,9.9657822,10.001095,10.205322,10.173182,9.4167509,9.3636837,9.3487883,9.3447905,9.6300726,9.7289581,10.333533,10.707082,10.849527,11.092049,12.037661,11.948527,11.990338,12.045986,11.906857,9.6979342,9.6561146,9.6105499,9.5937204,9.925374,9.8616257,9.9702997,10.126355,10.307491,10.743779,10.813846,10.733318,10.775427,10.90315,10.813822,9.82411,9.8259773,9.7834921,9.7693863,10.028453,9.8559599,9.8318911,9.9119663,9.9914904,10.182416,9.9506283,9.8730907,9.9100695,10.074898,10.004222,8.0988407,8.0639791,8.2875242,8.2948427,8.4357662,9.3239946,12.956942,15.319422,15.995977,16.054127,22.523605,22.437853,22.504692,22.432337,22.209616,9.751914,9.6576042,9.6330853,9.6285028,9.920105,10.006248,10.49375,10.82144,10.960218,11.278982,11.997666,11.924711,11.941111,12.047828,11.918364,9.7105522,9.6556749,9.6111107,9.5970926,9.9242954,9.8926096,10.070273,10.257076,10.428004,10.841375,11.039207,10.959069,10.99815,11.115118,11.014391,9.2116365,9.201993,9.1493292,9.1561184,9.40063,9.3578663,9.511446,9.6597109,9.7259645,9.8624916,9.8935795,9.7026539,9.7414675,9.7903166,9.6483793,9.7779865,9.7772532,9.7307444,9.7193995,9.9818134,9.829751,9.8347101,9.9264898,10.002697,10.18412,10.019789,9.9332628,9.97159,10.119129,10.036022,9.5849705,9.5647259,9.5173769,9.5114632,9.8034058,9.7507381,9.9361143,10.111567,10.208436,10.419015,10.620605,10.515049,10.558928,10.646236,10.525147,8.9897518,8.942975,8.9938011,8.9965096,9.2272768,9.5480423,10.92673,11.69817,11.914347,12.071782,14.372014,14.275365,14.329766,14.33542,14.158608,9.6754475,9.6405668,9.596221,9.5727425,9.9167852,9.8289042,9.8590574,9.9898233,10.271155,10.929719,10.856035,10.781933,10.828131,10.984406,10.917157,10.157298,10.098998,10.048571,10.018454,10.350979,10.295106,10.336851,10.491049,10.945611,11.965115,11.934096,11.880739,11.927161,12.160907,12.094396,9.8967476,9.8988638,9.8672771,9.8507652,10.082708,9.8766747,9.8128433,9.8762808,9.9652109,10.178589,9.8208799,9.7597027,9.7909269,9.9879503,9.939846,9.4404898,9.356472,9.3594961,9.3574381,9.6289454,9.8062325,10.623374,11.10368,11.257741,11.512302,12.815973,12.739838,12.76001,12.820951,12.67533,9.8093319,9.8066349,9.7771711,9.7548895,10.008973,9.8144493,9.7432404,9.8124876,9.9758701,10.360085,9.9912748,9.9309845,9.9649296,10.167012,10.129379,9.7239838,9.7141447,9.6787806,9.6554613,9.9518709,9.7945786,9.7563553,9.8453865,10.041833,10.503496,10.240209,10.170641,10.210444,10.390778,10.341836,9.9798899,9.982728,9.9584608,9.9435244,10.132602,9.8963089,9.8057384,9.8544073,9.9316692,10.11688,9.6638107,9.6153049,9.6402092,9.8599205,9.8249359,9.4204016,9.3792114,9.3558235,9.3529539,9.6358194,9.7015114,10.213506,10.540939,10.667628,10.884658,11.665896,11.566209,11.611132,11.664748,11.522962,9.3295088,9.3266258,9.2711945,9.2752018,9.5243444,9.4475346,9.5344009,9.6511211,9.7133093,9.8515205,9.7811089,9.6059313,9.6452427,9.7177172,9.5914478,9.429759,9.4321146,9.3768845,9.3781872,9.6255426,9.5213728,9.5651379,9.6624546,9.7213688,9.8570747,9.7206383,9.5622969,9.6007814,9.6945591,9.5819445,9.3453007,9.333807,9.2995853,9.2665243,9.6035213,9.4775658,9.4159584,9.5237818,10.002677,11.071124,10.833322,10.766504,10.819017,10.989836,10.96143,9.8245039,9.7696657,9.7220306,9.7004242,10.041673,9.9844303,10.059335,10.212702,10.494708,11.163663,11.182306,11.112188,11.155652,11.316897,11.237292,9.6504278,9.6440353,9.592042,9.5858068,9.8605108,9.7551022,9.8286209,9.9499378,10.027361,10.205409,10.186576,10.078133,10.119621,10.229725,10.121459,9.2808895,9.2570133,9.2178087,9.1890268,9.549243,9.4631739,9.4442253,9.5769196,10.151738,11.416107,11.278523,11.212782,11.267177,11.431348,11.391994,11.039728,10.903902,10.875795,10.876314,11.147918,11.227828,11.5832,11.872673,11.976562,12.291203,12.699001,12.649717,12.643527,12.965264,12.84309,9.3589563,9.3418007,9.2909985,9.295208,9.5540419,9.5279274,9.7467499,9.9310579,10.007691,10.159419,10.369241,10.212787,10.253832,10.302119,10.152822,11.206841,11.072289,11.029208,11.015863,11.290541,11.334653,11.596074,11.844691,11.970027,12.341941,12.622595,12.571402,12.57863,12.904398,12.782097,9.8615446,9.795166,9.7478304,9.7306395,10.062592,10.028563,10.165847,10.34239,10.559524,11.091229,11.218771,11.146173,11.184406,11.330517,11.236403,9.2897806,9.1936655,9.2358522,9.2380877,9.4793549,9.7845602,11.026251,11.721473,11.896055,12.100848,14.127145,14.050828,14.040945,14.089807,13.923652,9.774621,9.768877,9.7278023,9.7109671,9.996767,9.8446951,9.8398724,9.9339571,10.045151,10.311312,10.124293,10.046868,10.086052,10.245558,10.175987,9.717371,9.701189,9.6616745,9.640357,9.9505749,9.8161936,9.8116894,9.9150524,10.097434,10.530242,10.351228,10.276758,10.318155,10.481908,10.420618,9.5664845,9.537219,9.4947863,9.4677353,9.8199854,9.7278662,9.7294474,9.8561897,10.241282,11.117414,10.998165,10.927479,10.977332,11.143181,11.089012,10.000964,9.9053431,9.8652477,9.8555546,10.162393,10.190836,10.481884,10.726319,10.884187,11.288189,11.668097,11.599098,11.621754,11.768751,11.653213,8.8815651,8.8523788,8.8187532,8.8327589,9.0314312,9.0885372,9.5047598,9.7990046,9.8787575,9.9791412,10.47901,10.288382,10.322788,10.31189,10.135662,9.9676828,9.8832016,9.8381996,9.8248072,10.143247,10.142406,10.356312,10.566835,10.749794,11.211388,11.466741,11.396403,11.426702,11.574508,11.467722,10.08849,10.091896,10.075288,10.063797,10.197365,9.9260263,9.8090372,9.8412733,9.8956413,10.026105,9.4738026,9.4399004,9.4572248,9.699544,9.6767416,10.086498,9.9606485,9.5766582,9.6992664,9.7892799,9.8067818,9.8454037,9.9205723,10.043483,10.078818,10.192136,10.098274,10.062874,9.6728268,9.1166935,9.8803701,9.7165861,9.4213734,9.516922,9.6626291,9.6744871,9.7293444,9.8456106,9.9243927,9.9730225,10.348993,10.327437,10.317259,9.8030567,9.4503098,10.25155,10.130332,9.8146257,9.9120302,10.071054,10.08229,10.120995,10.229788,10.302426,10.355165,10.511195,10.45791,10.452509,10.077998,9.5534916,10.19001,10.059091,9.6983604,9.8070526,9.9214821,9.9377661,9.9785519,10.06797,10.155949,10.197512,10.338237,10.253436,10.22734,9.8276091,9.2522154,9.8903284,9.7336731,9.414444,9.5177612,9.6464977,9.6622906,9.7127275,9.8168411,9.9014359,9.9469881,10.269257,10.226123,10.206971,9.7141142,9.3352642,10.309465,10.145106,9.8744421,9.9599676,10.134553,10.12401,10.197486,10.347595,10.430075,10.483325,10.790693,10.829226,10.841886,10.336835,9.9973564,10.285953,10.160989,9.8093052,9.9121933,10.036604,10.051711,10.090613,10.18328,10.263166,10.307076,10.438489,10.352677,10.331327,9.9507771,9.3143635,10.26507,10.141363,9.8046341,9.9047251,10.043797,10.057558,10.096416,10.195804,10.271117,10.318822,10.459822,10.385433,10.370406,9.992322,9.4003172,10.276489,10.126731,9.8474617,9.9375801,10.110697,10.111869,10.168496,10.306077,10.385133,10.44015,10.702103,10.725115,10.735119,10.26713,9.9015484,10.523907,10.414076,10.137237,10.228274,10.421913,10.423494,10.460395,10.589984,10.660889,10.721894,10.916105,10.96883,10.995843,10.636092,10.206625,10.633992,10.508618,10.232217,10.319814,10.504565,10.501797,10.548406,10.689437,10.763869,10.8224,11.050926,11.154397,11.18702,10.777035,10.390874,10.320701,10.198643,9.8174591,9.929287,10.024888,10.041472,10.078541,10.155977,10.256547,10.292856,10.39729,10.293108,10.260323,9.8876925,9.1743221,10.615746,10.473976,10.201068,10.286662,10.467443,10.458798,10.516918,10.666438,10.745154,10.800105,11.056728,11.158985,11.185553,10.726851,10.361092,10.172435,10.039597,9.7141638,9.8145533,9.9605579,9.9732914,10.016204,10.123094,10.199772,10.249504,10.421304,10.364054,10.352227,9.9449549,9.4537668,10.834422,10.726718,10.370258,10.4601,10.561187,10.575596,10.608271,10.686911,10.780442,10.817442,10.903868,10.771588,10.746608,10.418727,9.2857504,10.056242,9.9183521,9.5601206,9.6728582,9.7829742,9.8001823,9.8433542,9.9325123,10.031294,10.072153,10.244555,10.168076,10.140303,9.7151489,9.2288284,10.243027,10.108988,9.8129845,9.90798,10.077066,10.084242,10.130381,10.25386,10.329775,10.385022,10.590064,10.577489,10.580936,10.163405,9.7438869,10.602235,10.490787,10.139066,10.232911,10.351201,10.366062,10.39998,10.486057,10.564379,10.605979,10.706718,10.596124,10.575191,10.235921,9.3255148,10.088693,9.946002,9.6187506,9.7209377,9.859827,9.8736372,9.9198103,10.026236,10.10619,10.154248,10.354239,10.298489,10.283258,9.8452816,9.3974924,10.423053,10.304048,9.9242191,10.032392,10.127085,10.143308,10.179331,10.255925,10.355576,10.391504,10.489484,10.378925,10.346642,9.9838762,9.1869984,10.290451,10.171802,9.8443594,9.9420891,10.091039,10.103874,10.140918,10.242953,10.315217,10.365293,10.504319,10.43422,10.423759,10.05934,9.4637623,10.208421,10.079633,9.7103796,9.8214607,9.9283371,9.9450254,9.9848394,10.06976,10.162933,10.202464,10.331713,10.241027,10.211946,9.8185158,9.2156725,10.189303,10.058044,9.717185,9.8202581,9.9532719,9.9677572,10.00933,10.108466,10.187487,10.233865,10.389087,10.317204,10.299141,9.8982992,9.3583879,10.790501,10.681205,10.318361,10.411561,10.506454,10.520988,10.554077,10.630354,10.732046,10.767678,10.85322,10.720774,10.692893,10.359668,9.2504549,10.380025,10.258473,9.894578,9.9982119,10.109812,10.125526,10.162889,10.248491,10.333759,10.374154,10.488429,10.389142,10.363178,9.9935627,9.2600269,10.346098,10.228506,9.8906708,9.9885292,10.127072,10.140965,10.177302,10.273927,10.347231,10.394537,10.521596,10.439036,10.424226,10.064707,9.3988409,11.282077,11.18603,10.847618,10.922751,11.004343,11.015431,11.044225,11.11307,11.25076,11.282845,11.352037,11.180858,11.15617,10.860556,9.2633305,10.441555,10.316336,10.034005,10.125405,10.307923,10.3101,10.354636,10.487023,10.561599,10.619989,10.830869,10.873085,10.89269,10.492508,10.085838,10.063964,9.9308176,9.5611267,9.6782627,9.7788467,9.7964096,9.8377342,9.9205723,10.031037,10.069379,10.215175,10.131075,10.099693,9.6885262,9.1782942,10.178989,10.046752,9.6951227,9.8013124,9.9239206,9.9395447,9.9810677,10.075104,10.158586,10.202306,10.352672,10.274018,10.251323,9.8476419,9.295289,10.994783,10.895868,10.543303,10.631443,10.708712,10.721651,10.751948,10.819757,10.970046,11.002045,11.072084,10.915424,10.885101,10.573796,9.1936092,10.642474,10.529434,10.157466,10.257215,10.3506,10.365951,10.400163,10.475846,10.577408,10.612813,10.701654,10.577572,10.547193,10.20247,9.2192535,10.099269,9.9553728,9.6390743,9.7386379,9.8862925,9.8984442,9.9458656,10.058125,10.136485,10.186665,10.397818,10.35268,10.342112,9.8996515,9.4717951,10.000008,9.8567333,9.5096416,9.6201553,9.7355452,9.7525902,9.7977915,9.8911915,9.9866209,10.028971,10.242839,10.17606,10.150626,9.7063084,9.2608881,10.168394,10.032628,9.7203407,9.8185711,9.9741287,9.9849472,10.029919,10.144014,10.220369,10.272475,10.463593,10.422467,10.416117,9.9978676,9.5493956,10.257338,10.134541,9.8302746,9.9265623,10.09459,10.103804,10.144039,10.259524,10.332717,10.387712,10.559692,10.525628,10.526031,10.143751,9.6670942,10.457168,10.340881,9.9894295,10.087193,10.209932,10.224796,10.260455,10.349725,10.427476,10.470532,10.582595,10.483677,10.46309,10.109138,9.3262558,10.055421,9.8845501,9.6102381,9.6977282,9.8624001,9.8631973,9.9279184,10.064016,10.144421,10.195596,10.553574,10.561993,10.564886,10.037338,9.7042303,10.422789,10.302741,9.9314966,10.0364,10.139771,10.155732,10.192382,10.273679,10.364665,10.402856,10.508548,10.402441,10.373536,10.008345,9.2272902,10.423712,10.287162,10.008046,10.098041,10.277225,10.277382,10.328441,10.466476,10.543485,10.600352,10.835291,10.883904,10.901963,10.46773,10.085542,10.463036,10.347843,9.9611816,10.071263,10.156391,10.172499,10.206882,10.277609,10.391025,10.424417,10.510071,10.392067,10.356801,10.004245,9.1488905,10.884128,10.771345,10.49574,10.579723,10.768329,10.763396,10.804225,10.946672,11.017383,11.078941,11.308668,11.49271,11.549199,11.170712,10.789025,10.711665,10.600718,10.324889,10.412448,10.604156,10.602261,10.640943,10.777072,10.847815,10.90947,11.122697,11.244906,11.287599,10.919683,10.51466,10.112663,9.9594526,9.6679945,9.7615824,9.9232998,9.9305277,9.9843225,10.110737,10.189231,10.242145,10.509073,10.496432,10.495624,10.02118,9.6475935,11.173937,11.077013,10.735783,10.815534,10.892057,10.902494,10.931177,10.998565,11.153245,11.184655,11.253922,11.085309,11.057637,10.756965,9.2161627,10.91462,10.812964,10.540287,10.624889,10.821039,10.815922,10.850101,10.987576,11.054922,11.118387,11.33687,11.523867,11.584031,11.235064,10.832469,10.227563,10.101602,9.7234812,9.837348,9.9362068,9.9531164,9.9917011,10.071674,10.171963,10.209316,10.325448,10.228739,10.196627,9.8113022,9.1778374,9.995018,9.8452883,9.5158043,9.6203403,9.7500248,9.7654514,9.8134823,9.9166126,10.000972,10.046804,10.289587,10.235003,10.215699,9.7520761,9.3361053,10.036704,9.8921671,9.5532904,9.6598139,9.7853336,9.8011942,9.847209,9.946537,10.032646,10.07743,10.287164,10.224255,10.202877,9.7573051,9.3108969,10.436588,10.318365,9.9624014,10.061999,10.18048,10.195618,10.231935,10.319903,10.400282,10.44232,10.554955,10.455447,10.432879,10.07334,9.3023033,10.417125,10.301622,9.9580059,10.054962,10.186774,10.201169,10.236588,10.329435,10.403543,10.448959,10.566299,10.474383,10.457238,10.104805,9.3672552,10.085847,9.9342823,9.6349754,9.7306194,9.887145,9.8965206,9.9483366,10.069715,10.148045,10.200009,10.454378,10.429627,10.424945,9.9565907,9.5711794,10.345696,10.226373,9.9367723,10.0307,10.211506,10.217259,10.257373,10.380841,10.453738,10.511726,10.697347,10.697289,10.708449,10.33027,9.8863096,10.118248,9.9799919,9.6429358,9.7469196,9.8798065,9.8944635,9.9386311,10.040122,10.121089,10.1676,10.346253,10.281178,10.262979,9.8396416,9.3554544,10.953923,10.829327,10.550534,10.631593,10.810688,10.799951,10.845235,10.993285,11.064451,11.119304,11.35962,11.555018,11.600959,11.171056,10.792644,10.022434,9.8696079,9.5565681,9.6559534,9.799798,9.8125677,9.8628998,9.975646,10.055354,10.104479,10.356876,10.315497,10.303271,9.8314028,9.4352436,9.510994,9.359663,9.2727861,9.4384794,9.6625118,9.7789421,10.304595,10.820688,11.135581,11.234732,12.133045,12.039158,12.052441,11.636097,11.358604,10.239232,10.133411,9.9882479,10.142532,10.37713,10.377866,10.602221,10.922242,11.145047,11.240231,11.566859,11.467151,11.498877,11.234349,10.857094,9.7693682,9.4031725,9.2251225,9.2760983,9.4580269,9.4835911,9.6637917,9.8813448,10.013059,10.087977,10.490461,10.43454,10.433747,9.3866863,9.1649017,9.3191442,8.6704092,8.4982338,8.4574118,8.5835876,8.598259,8.6972342,8.8164911,8.8962326,8.9490957,9.4510479,9.428092,9.4154816,7.7081041,7.5652223,10.016629,9.8145399,9.6504679,9.7615223,9.9794798,10.001968,10.219842,10.502681,10.681334,10.769937,11.186453,11.120024,11.134953,10.561543,10.260947,9.973773,9.8594513,9.7348108,9.8969517,10.132532,10.161852,10.436069,10.803429,11.060854,11.16081,11.588421,11.48531,11.514023,11.220502,10.88168,9.7593279,9.3448496,9.1385965,9.1678267,9.330965,9.3399601,9.4628782,9.6227913,9.7227926,9.7891169,10.176406,10.138434,10.133628,8.9607172,8.7506638,10.686123,10.563491,10.362001,10.494856,10.722694,10.680081,10.874557,11.135739,11.303217,11.3887,11.674922,11.60912,11.639682,11.344256,10.92639,10.184984,10.001032,9.8251734,9.9384041,10.159575,10.166574,10.359369,10.624777,10.793255,10.880808,11.249375,11.188281,11.206978,10.690163,10.363179,9.6647463,9.4882526,9.373415,9.5150566,9.7367973,9.8155079,10.208169,10.623466,10.879416,10.975372,11.663435,11.577992,11.59025,11.098096,10.820476,9.4488173,9.407795,9.3269758,9.4989443,9.715457,9.7284584,9.9354343,10.258249,10.540834,10.640891,10.666375,10.436814,10.477523,10.388676,10.093133,9.6238031,9.5381231,9.4509459,9.6515932,9.8875856,9.9455299,10.305512,10.772535,11.125916,11.234063,11.742107,11.604942,11.638193,11.433126,11.124902,9.0943689,9.0415878,8.9900208,9.2408581,9.4633751,9.5369329,9.9521589,10.515443,11.005116,11.119629,11.5627,11.35678,11.397587,11.28804,11.037061,10.594196,10.525908,10.349673,10.506394,10.729732,10.671349,10.884152,11.163215,11.361953,11.449207,11.592278,11.458294,11.496328,11.378293,10.944818,9.5166388,9.0438194,8.8928185,8.9142647,9.0777102,9.1278791,9.3729925,9.6106539,9.74228,9.8109674,10.309566,10.247828,10.238533,8.9128876,8.7352695,10.148058,9.911376,9.7119446,9.8000479,10.006231,10.006818,10.171181,10.394503,10.532094,10.612953,10.960671,10.912754,10.924351,10.246881,9.9510565,9.4638834,8.7958765,8.6314383,8.5907259,8.7259979,8.7461777,8.8710957,9.0135727,9.1052408,9.1621056,9.53339,9.4906511,9.479949,7.7656717,7.6233835,9.4698687,9.3388729,9.263278,9.4480886,9.6757984,9.8002911,10.361117,10.92245,11.277944,11.380655,12.321745,12.220946,12.239168,11.887251,11.604135,9.765007,9.6868343,9.5880775,9.7748289,10.009916,10.042422,10.328147,10.729698,11.039094,11.143951,11.500848,11.355107,11.390417,11.206063,10.878649,9.7958965,9.7364883,9.6355181,9.8104343,10.038134,10.048658,10.272678,10.612959,10.886364,10.986404,11.154655,10.975991,11.014295,10.880528,10.542415,9.8471594,9.6441879,9.4991961,9.6175518,9.835331,9.8791065,10.154489,10.480089,10.683444,10.774662,11.281955,11.207462,11.219913,10.644797,10.361905,9.6355419,9.6015301,9.5019712,9.6495533,9.8509321,9.8386116,10.004246,10.251184,10.459812,10.546491,10.412729,10.162317,10.200371,10.133537,9.809824,9.9495478,9.6068821,9.3764086,9.4248362,9.5962877,9.5902443,9.7170639,9.8783369,9.9779272,10.046474,10.412521,10.378732,10.377459,9.4006357,9.1617098,9.6777287,9.4551315,9.3239164,9.4391422,9.6503115,9.718873,10.064362,10.4257,10.639661,10.729424,11.358632,11.281622,11.287811,10.649009,10.389113,9.5606165,9.0055418,8.8407383,8.8355589,8.9904671,9.0187607,9.1820602,9.3641005,9.4748068,9.540102,9.9288607,9.8773355,9.8695993,8.3854704,8.219861,10.206599,10.155704,10.017779,10.174789,10.391351,10.355986,10.547512,10.819425,11.028278,11.117139,11.147355,10.963008,11.001827,10.910094,10.517516,9.5989275,9.5380745,9.4512062,9.6425581,9.8722534,9.9009933,10.17014,10.564496,10.888034,10.993619,11.246264,11.06636,11.104731,10.968737,10.6587,9.119401,9.0750504,9.0124693,9.216548,9.4313993,9.4700108,9.7604036,10.180077,10.559638,10.668162,10.821454,10.584449,10.625423,10.536723,10.287251,9.434679,8.9501333,8.8105907,8.8274689,8.9856186,9.0531931,9.3567257,9.6166096,9.7487965,9.8139486,10.405376,10.340803,10.327592,8.9477854,8.7767525,9.4115715,9.2991657,9.2350264,9.4413424,9.6713886,9.8036366,10.398752,11.00968,11.413084,11.519129,12.497444,12.387812,12.411418,12.117206,11.831217,9.4034224,9.2273407,9.149436,9.2969131,9.509963,9.6612825,10.295257,10.841454,11.136391,11.227029,12.330347,12.239455,12.241474,11.726991,11.462997,9.5746994,9.2950068,9.1625242,9.2534723,9.4495697,9.5277472,9.8911057,10.237408,10.42759,10.50998,11.182992,11.109424,11.106947,10.286516,10.053936,9.4509563,9.2130232,9.1097097,9.2194262,9.4190388,9.5439892,10.072584,10.516859,10.743225,10.825267,11.773538,11.692799,11.686515,10.969749,10.725335,9.0940857,9.0131407,8.9931583,9.2689114,9.492919,9.6946983,10.547158,11.415913,12.010037,12.11824,13.499494,13.372763,13.406698,13.195076,12.916014,9.7163916,9.282505,9.0980177,9.1257401,9.2939339,9.3140697,9.4659624,9.6522064,9.7665119,9.8357306,10.21793,10.168034,10.163739,8.9454699,8.7438822,10.070283,9.9227953,9.7761402,9.9147367,10.145047,10.166971,10.409148,10.731877,10.945855,11.04046,11.458858,11.377576,11.400897,11.001391,10.66789,9.5649643,9.3351088,9.2166281,9.3309593,9.5374041,9.629756,10.050929,10.449534,10.672146,10.759686,11.518788,11.439759,11.440934,10.771781,10.521871,9.8586245,9.5220852,9.3343029,9.392499,9.5786142,9.5965729,9.7623262,9.9728823,10.101681,10.177357,10.558098,10.505671,10.507215,9.5405455,9.3033867,9.9256487,9.7891054,9.6607819,9.8130579,10.045599,10.083877,10.371706,10.738212,10.985613,11.084197,11.565303,11.473516,11.497445,11.133839,10.811808,9.6434364,9.4963961,9.3940029,9.5563431,9.7845383,9.8687458,10.290146,10.74599,11.039104,11.139634,11.855487,11.76159,11.779301,11.381908,11.093385,9.6107006,9.4849606,9.3928108,9.5728884,9.8049631,9.8924942,10.333174,10.822181,11.14965,11.253698,11.980315,11.877216,11.89969,11.570098,11.275473,9.4235821,9.2219172,9.1333542,9.2630978,9.4701138,9.6122274,10.207113,10.709123,10.970557,11.057142,12.109097,12.022259,12.019952,11.418566,11.161906,9.5607615,9.2044153,9.0597372,9.1204939,9.3021336,9.3660707,9.6698704,9.9617491,10.120783,10.196797,10.781909,10.713973,10.707829,9.6705379,9.4621029,9.4621124,9.0997543,8.9689598,9.027091,9.2034178,9.2914896,9.6754436,10.001138,10.162964,10.23502,10.953338,10.883316,10.872333,9.7944155,9.5915213,10.363569,10.233508,10.066064,10.203196,10.434513,10.427425,10.630175,10.917955,11.108211,11.198982,11.531757,11.455918,11.484046,11.143404,10.764565,9.9234409,9.6434793,9.4630957,9.5418644,9.7409487,9.7611732,9.9472055,10.184615,10.330354,10.411146,10.805614,10.74867,10.754871,9.9468231,9.6862154,9.7811346,9.6390476,9.523097,9.6804504,9.9113827,9.9702358,10.314375,10.720716,10.990511,11.090623,11.671164,11.577836,11.598958,11.218365,10.914828,9.1553421,9.0587883,9.0352173,9.2754583,9.4983482,9.711524,10.594392,11.421914,11.942504,12.046087,13.514146,13.401381,13.428286,13.160847,12.876949,9.0428801,8.9761639,8.9514036,9.2605295,9.4854641,9.650692,10.383346,11.233087,11.881941,11.994929,13.113573,12.964109,13.001357,12.842255,12.574435,9.5345011,9.3602657,9.2629957,9.4109125,9.6298819,9.7395945,10.234537,10.710993,10.991259,11.086532,11.947642,11.859331,11.867943,11.37722,11.107564,9.6775074,9.27742,9.1094942,9.151886,9.3286467,9.3626213,9.5629091,9.7888098,9.9228334,9.9964962,10.427799,10.36892,10.365455,9.2291765,9.0233641,10.466463,10.307317,10.11062,10.227348,10.451049,10.432048,10.608305,10.855885,11.011432,11.096421,11.415622,11.362941,11.386607,10.955896,10.586094,9.2211504,8.4129553,8.2597942,8.1753998,8.285511,8.2989388,8.3903189,8.4938812,8.565321,8.6116686,9.0613947,9.0353012,9.0209694,7.0472603,6.93255,10.622842,10.529749,10.348397,10.498572,10.728069,10.684212,10.894252,11.17786,11.370668,11.458969,11.702825,11.605619,11.640578,11.439291,11.010142,9.3298445,9.2536278,9.1952009,9.438055,9.6704721,9.7703981,10.271413,10.879799,11.348165,11.460842,12.185757,12.037357,12.072334,11.894367,11.6126,9.7066565,9.4102983,9.2565689,9.3373928,9.5333366,9.5816355,9.8449526,10.131717,10.299896,10.381943,10.895037,10.827596,10.828891,9.9699039,9.7335405,9.8618288,9.614521,9.4533167,9.5493755,9.756834,9.7909927,10.024025,10.304985,10.477303,10.563022,11.018643,10.952482,10.960615,10.248645,9.9819145,10.037785,9.8614302,9.7057133,9.829484,10.053612,10.077106,10.308697,10.611367,10.80621,10.897763,11.321982,11.249636,11.268182,10.776153,10.461092,9.8346996,9.5381527,9.366559,9.4423323,9.6386213,9.6675873,9.8725739,10.121202,10.272157,10.352888,10.777847,10.717215,10.721169,9.8647976,9.6174603,10.042449,9.9499359,9.8261452,9.9936886,10.229359,10.243826,10.490996,10.843179,11.099607,11.199071,11.534086,11.413958,11.447319,11.221208,10.862929,9.7311668,9.6093559,9.5052023,9.6790257,9.9132013,9.9769535,10.344091,10.783137,11.085087,11.188513,11.783978,11.679914,11.704927,11.388722,11.081287,9.624423,9.1198912,8.9322329,8.936656,9.0897274,9.1057701,9.2321424,9.3890781,9.4877529,9.5508575,9.9419641,9.9001551,9.892354,8.5049877,8.3234367,9.8277378,9.7113447,9.5993481,9.7695017,10.004897,10.052626,10.374447,10.781718,11.06658,11.169099,11.6798,11.574143,11.60133,11.301873,10.981571,8.8634176,8.81036,8.7934828,9.1688786,9.3883543,9.546155,10.26005,11.206577,11.998817,12.112833,13.145015,12.974309,13.013951,12.893468,12.640929,9.311305,9.1793623,9.1281662,9.3159456,9.5371132,9.717001,10.46581,11.132566,11.519463,11.617587,12.888532,12.788593,12.800892,12.428081,12.149994,9.0622425,9.00383,8.9648075,9.2569132,9.4823322,9.5949135,10.146523,10.856069,11.446018,11.561683,12.300927,12.122403,12.162329,12.034618,11.777416,8.8927689,8.8260593,8.8301916,9.1618099,9.3786097,9.625617,10.647247,11.718956,12.467286,12.573768,14.230654,14.09539,14.132197,13.954708,13.681476,9.5962982,9.1624384,9.003253,9.0364218,9.2073603,9.2493305,9.4711132,9.7040443,9.8383541,9.9101248,10.372966,10.312273,10.306089,9.082077,8.8904066,9.5570955,9.3561459,9.2473278,9.3776579,9.5906801,9.6908951,10.145863,10.579904,10.828085,10.919436,11.725756,11.642536,11.64719,11.070221,10.80974,10.282894,10.195996,10.052699,10.212628,10.445674,10.435025,10.651164,10.965356,11.190515,11.285017,11.545575,11.427914,11.463014,11.259836,10.867268,9.8549719,9.7605,9.6519194,9.8301077,10.066709,10.10156,10.39398,10.79082,11.082502,11.185908,11.603004,11.479581,11.511783,11.279429,10.946439,9.6876564,9.5846567,9.489502,9.6779842,9.9140949,9.9767094,10.346972,10.805571,11.135302,11.241417,11.810344,11.692347,11.721614,11.464031,11.153813,9.4601831,9.1702423,9.052803,9.1390753,9.3282223,9.4357452,9.8953762,10.28124,10.473737,10.550831,11.388495,11.312627,11.303144,10.428986,10.203715,8.6753187,8.6243486,8.6391535,9.0814171,9.2906141,9.5388136,10.575162,11.86227,12.862514,12.968194,14.613297,14.46448,14.499581,14.369059,14.108335,10.26278,10.102868,9.9306173,10.054082,10.28047,10.282473,10.479202,10.754528,10.931966,11.021147,11.378778,11.313225,11.335964,10.896461,10.547464,9.3274355,9.2323475,9.1799335,9.4120436,9.6427841,9.7822342,10.410112,11.077602,11.540251,11.649417,12.655573,12.534256,12.563424,12.322293,12.037589,9.0554571,9.0093355,8.9527044,9.1749868,9.3909531,9.4422703,9.7778311,10.25006,10.675827,10.787365,11.02914,10.79643,10.837572,10.745607,10.503196,9.4653702,9.3982296,9.3225574,9.5353756,9.7672129,9.8206902,10.167613,10.640495,11.023654,11.133719,11.546348,11.376902,11.414088,11.263287,10.970937,9.4437103,8.9027109,8.7151117,8.7054033,8.8444157,8.8583317,8.9624567,9.0935879,9.1793909,9.2370958,9.7325764,9.7086868,9.6980495,8.2101402,8.0423613,9.4800091,9.3886833,9.3162594,9.5327787,9.7674761,9.858923,10.325836,10.877995,11.282581,11.392477,12.102967,11.973565,12.004723,11.781904,11.488289,9.9734316,9.6491795,9.4354572,9.4922266,9.6744356,9.675868,9.8154202,9.9985628,10.111064,10.183747,10.53621,10.494852,10.496751,9.5682096,9.3203039,9.7928743,9.6284809,9.5032587,9.6459742,9.8722534,9.9289656,10.257512,10.638579,10.883671,10.980584,11.553694,11.468265,11.485348,11.033257,10.738757,9.7039404,9.3020735,9.0846386,9.1152325,9.2717705,9.277318,9.386301,9.5295734,9.6207838,9.6845636,10.12608,10.099791,10.093295,8.9423704,8.7312765,9.9508572,9.8753195,9.7622738,9.9360571,10.169439,10.181828,10.421275,10.773373,11.041662,11.141959,11.409579,11.264447,11.300591,11.12365,10.770206,9.2362289,9.1231976,9.0875654,9.2987432,9.5213032,9.7213793,10.548548,11.295596,11.743033,11.843747,13.235332,13.128804,13.147525,12.828662,12.545734,9.952837,9.7147493,9.5447931,9.6410704,9.8503895,9.8745127,10.083202,10.348474,10.512984,10.598248,11.014228,10.951733,10.961991,10.277846,9.9989338,9.5823088,9.5426559,9.4507895,9.6086359,9.8192978,9.820262,10.001333,10.281308,10.519485,10.612193,10.566657,10.331316,10.370193,10.284759,9.9690561,9.9250202,9.7672434,9.6307354,9.7704477,9.9988203,10.037212,10.315794,10.663831,10.891966,10.987908,11.474053,11.390789,11.410911,10.979339,10.667783,9.2628422,9.2194605,9.1489258,9.3371553,9.5535641,9.5796556,9.8280792,10.201389,10.535633,10.640678,10.735791,10.504023,10.545594,10.456344,10.188131,10.122545,10.054511,9.9280977,10.093381,10.322361,10.31382,10.523155,10.836443,11.073559,11.168887,11.347559,11.195588,11.233054,11.081571,10.701893,9.3670092,9.2143517,9.1488686,9.3159199,9.5339375,9.6972256,10.380662,10.981016,11.317983,11.41268,12.584878,12.490064,12.496923,12.060304,11.788924,10.096986,9.9678497,9.8264132,9.9743004,10.207678,10.226237,10.470358,10.80251,11.028026,11.12419,11.524602,11.435379,11.462107,11.121555,10.775044,9.5590172,9.450449,9.3679819,9.5650911,9.7992182,9.8897753,10.347187,10.867931,11.230779,11.337763,12.068025,11.954228,11.980911,11.705032,11.408669,8.6944094,8.5923195,8.0023804,8.004858,8.0211096,8.0276957,8.0384388,8.052227,8.0644999,8.0726252,8.0857286,8.0019655,7.9273691,7.6140847,7.4895692,8.9704542,8.8705416,8.2644863,8.2702818,8.2900295,8.3082333,8.3299599,8.3501472,8.3600283,8.366087,8.3909988,8.3060503,8.2282829,7.9004135,7.808321,8.4260693,8.3272324,7.7225571,7.72328,7.7298164,7.732213,7.7362638,7.7415957,7.7461677,7.7495451,7.7547445,7.6730437,7.596209,7.2928882,7.2003155,9.6570158,9.5427237,9.0328426,9.0396061,9.0850897,9.103611,9.1376238,9.1838064,9.2463789,9.2707682,9.3080978,9.2231264,9.15944,8.7982597,8.56989,8.5660763,8.4664869,7.8678136,7.8702173,7.8826795,7.8891516,7.8984747,7.9095392,7.9174218,7.9233046,7.9330788,7.8506565,7.774683,7.4642487,7.3676319,9.1404514,9.0321751,8.4715881,8.4764004,8.5074949,8.5214033,8.5446625,8.5745249,8.6019077,8.617732,8.6437035,8.5587149,8.4883051,8.1510525,7.9887929,9.1847668,9.0782442,8.5198326,8.5232544,8.5512085,8.5607729,8.5782757,8.6024323,8.635478,8.6499166,8.6733875,8.584568,8.5147076,8.1921406,7.9631996,8.9581356,8.8524618,8.2798319,8.2837553,8.3091612,8.3199606,8.3378506,8.3609219,8.3823376,8.3951483,8.4163008,8.331399,8.2593422,7.9330654,7.7816548,9.1770601,9.0727291,8.4935169,8.5006695,8.5308027,8.5551586,8.5859575,8.6180983,8.6361351,8.6482582,8.6767349,8.5925322,8.5190134,8.1759186,8.0640182,8.4944649,8.394825,7.7936811,7.7949219,7.8040633,7.8075933,7.8133831,7.820858,7.8272433,7.8318596,7.8390589,7.7567759,7.6804729,7.3747606,7.2743869,8.5406551,8.4407969,7.8422503,7.8442454,7.8557611,7.8608489,7.8686066,7.8783135,7.8859696,7.8915973,7.9003534,7.8178878,7.7419596,7.4335823,7.3325672,8.7689915,8.6670771,8.0765705,8.0802879,8.0993481,8.1104422,8.1262226,8.1444654,8.1568489,8.1657133,8.1821318,8.0987883,8.0240011,7.7030067,7.596036,8.8653841,8.761569,8.1813211,8.1841736,8.2046413,8.2122965,8.225441,8.2427845,8.2608042,8.2712259,8.2879648,8.2024918,8.129447,7.8129277,7.654283,8.5053616,8.4054565,7.8042789,7.8052082,7.814045,7.8172007,7.8226533,7.8298588,7.8362994,7.8408465,7.8480554,7.7655687,7.6893125,7.3839459,7.2799625,8.7876234,8.6858826,8.0969067,8.098897,8.1143999,8.1202211,8.1301451,8.1427126,8.1561213,8.1642685,8.1766977,8.091814,8.0179205,7.7085314,7.5558381,9.4898891,9.377264,8.8310986,8.8371239,8.8758249,8.8973169,8.9322786,8.9749756,9.0062151,9.0259399,9.057456,8.9733686,8.9042759,8.5425014,8.3874378,8.4328222,8.3337507,7.7290583,7.7295566,7.7359405,7.7381258,7.7420216,7.7472529,7.7518115,7.7551403,7.7604332,7.6785955,7.6017804,7.2984872,7.2043347,8.4994593,8.4632587,8.4776583,8.5112915,8.612566,8.7066517,8.6886549,8.6844254,8.9206944,8.919034,8.9107246,8.9162779,8.942255,8.8890038,8.7321815,8.9814129,8.937211,8.9535265,8.9944057,9.1057882,9.2028589,9.1793861,9.1769753,9.7046413,9.7016068,9.6948652,9.7004824,9.7341833,9.6175041,9.4461861,8.1496754,8.1152906,8.1293144,8.153573,8.2681208,8.3874512,8.3736734,8.3656979,8.311655,8.3117685,8.3052731,8.3122025,8.3365231,8.3646126,8.2078972,9.4903069,9.429863,9.447032,9.4985409,9.6344662,9.7339697,9.7001991,9.7035761,10.205194,10.204782,10.20948,10.214993,10.263261,10.048373,9.8544016,8.9503546,8.8967848,8.9158249,8.9592333,9.081028,9.1878262,9.1613836,9.1594267,9.2734823,9.2752266,9.2689419,9.2775564,9.3187761,9.1855669,9.0034065,7.7360363,7.71627,7.7246914,7.7424383,7.8178849,7.8938756,7.8852067,7.8798666,7.8784533,7.8773122,7.8734818,7.8765283,7.888731,7.9232903,7.8020039,8.2422113,8.2091513,8.2222176,8.2511148,8.3489618,8.4438257,8.4286432,8.4234152,8.4857225,8.4850483,8.4790134,8.4845085,8.5071707,8.4889717,8.3383036,7.6284299,7.6141391,7.6205316,7.6364522,7.6901679,7.7416763,7.7349076,7.7316179,7.8128238,7.8113089,7.8073697,7.8089924,7.8173199,7.8319597,7.7369375,8.3366995,8.3135319,8.3267536,8.354537,8.4352322,8.5106077,8.4972515,8.4927549,9.0090208,9.0029612,8.9861536,8.9885778,9.00494,8.9727392,8.8407574,8.6137695,8.5661335,8.5852757,8.6197939,8.7371759,8.8538055,8.8335495,8.8277426,8.7895641,8.7904778,8.7832575,8.7919865,8.8268471,8.7592955,8.5840626,11.875972,11.798038,11.838469,12.144759,12.301045,12.362702,12.047639,12.038391,11.718795,11.687034,11.682502,11.940837,12.03813,11.200383,11.095579,12.923253,12.727475,12.923053,12.93362,12.983392,13.024967,13.006281,13.002471,12.245095,12.243899,12.237403,12.249118,12.432039,11.03114,10.612937,12.077678,11.995329,12.057849,12.22049,12.325839,12.374303,11.947319,11.942105,11.544591,11.528617,11.521451,11.736187,11.825,11.102142,10.940146,12.069487,12.025011,12.045664,12.219112,12.297116,12.328161,11.681973,11.674586,11.349644,11.33247,11.330873,11.614822,11.665709,11.177596,11.131147,11.796939,11.737028,11.732396,12.262583,12.460217,12.52442,12.269498,12.251908,12.055123,11.996435,11.998832,12.357532,12.454739,11.454952,11.499477,12.109458,12.057905,12.028184,12.575573,12.736106,12.788548,12.449564,12.416875,12.186213,12.123562,12.128572,12.511919,12.592774,11.528361,11.682617,12.986892,12.790381,12.985897,12.999983,13.039879,13.070034,13.040582,13.038212,12.278997,12.277527,12.270944,12.287867,12.470994,11.049866,10.633547,12.152719,12.114201,12.113324,12.361364,12.445804,12.476179,11.840652,11.824368,11.521897,11.496353,11.497107,11.813556,11.861794,11.279377,11.319151,13.218589,13.007081,13.218312,13.222381,13.235903,13.246572,13.238792,13.237919,12.428069,12.427555,12.425127,12.429961,12.623652,11.09001,10.654058,12.199224,12.099628,12.190372,12.279049,12.37008,12.418375,12.020804,12.018401,11.551165,11.543062,11.531654,11.697487,11.797834,11.034217,10.803619,12.273811,12.167707,12.263822,12.356143,12.441353,12.486623,12.11594,12.113114,11.628662,11.619974,11.608977,11.769648,11.875892,11.05043,10.812126,12.73766,12.566571,12.733981,12.775308,12.837001,12.876067,12.770608,12.768093,12.093252,12.089429,12.078773,12.133142,12.296138,11.036574,10.664885,12.759258,12.582152,12.755106,12.793318,12.855336,12.895684,12.819857,12.817023,12.127794,12.124295,12.114256,12.158496,12.326863,11.03074,10.648107,12.536864,12.374211,12.533554,12.575637,12.662482,12.721598,12.617733,12.613649,11.968597,11.964819,11.953031,12.006534,12.164088,10.986253,10.621515,12.149995,12.028276,12.134894,12.265841,12.388313,12.45281,12.242097,12.237604,11.747737,11.735252,11.723855,11.858347,11.985562,11.023046,10.755103,12.605243,12.429452,12.60437,12.6289,12.714028,12.780372,12.732416,12.726687,12.038045,12.035898,12.026163,12.053563,12.222018,10.972849,10.581434,13.023006,12.985746,12.898554,13.382827,13.489426,13.523256,13.048162,12.966522,12.667585,12.613409,12.619711,12.982915,13.038463,11.727574,12.16192,12.516332,12.367403,12.510761,12.569139,12.649485,12.698293,12.519117,12.516199,11.910962,11.905513,11.893259,11.978522,12.123256,11.019421,10.686854,12.172428,12.032387,12.169767,12.226896,12.353656,12.438163,12.298998,12.293352,11.724734,11.720548,11.707804,11.777075,11.917819,10.915128,10.58169,12.9757,12.781912,12.974562,12.992719,13.032575,13.060847,13.020153,13.01812,12.267817,12.266159,12.258851,12.28119,12.461983,11.053667,10.642747,12.09761,11.994033,12.089975,12.178229,12.289935,12.35053,12.00351,12.000381,11.531975,11.524402,11.512587,11.661309,11.766928,10.992496,10.745536,9.8806486,9.5273733,9.1803923,9.2950029,9.4099073,9.4541616,9.5421762,9.6946259,9.6834345,9.6956253,9.8420706,9.7625055,9.7212191,9.1271458,8.9982729,10.842715,10.572795,10.124581,10.264687,10.367427,10.430125,10.520308,10.662541,10.653539,10.659078,10.814475,10.721132,10.666731,10.1993,10.072018,9.1850224,8.7221451,8.4849319,8.5776606,8.7013617,8.7364531,8.8259296,9.0405951,8.9224453,8.8929014,9.0266628,8.9612331,8.9292097,8.5966511,8.4844027,10.475784,10.179893,9.7592268,9.898694,10.002314,10.05474,10.13894,10.27219,10.271852,10.284681,10.430683,10.340999,10.290513,9.7330046,9.6009588,9.3565474,8.8054352,8.5775051,8.6199532,8.7458763,8.7838535,8.905695,9.0794821,9.0936394,9.118475,9.3420315,9.2777328,9.2491426,8.1712666,8.0578928,8.928484,8.3962736,8.2154121,8.2962122,8.4238424,8.4598799,8.5801744,8.8297567,8.6945133,8.6568518,8.8373432,8.7800026,8.7536116,8.3909273,8.2854795,9.2556944,8.8105898,8.5705309,8.6624193,8.7910147,8.8283768,8.9331751,9.1439629,9.06598,9.0539713,9.2208748,9.154233,9.1222486,8.6895514,8.5707035,9.2173958,8.6091194,8.3708315,8.4616261,8.5476294,8.5844297,8.6394434,8.8734655,8.6076956,8.4948149,8.526001,8.4630814,8.4311867,8.2097797,8.1355066,9.0310974,8.5273085,8.3075829,8.3958492,8.5148191,8.5468597,8.6242828,8.847846,8.6841993,8.6348495,8.7423582,8.6801109,8.6491203,8.3874846,8.2835894,10.956683,10.663636,10.22326,10.349309,10.451489,10.516571,10.605274,10.761794,10.723718,10.714714,10.872176,10.780465,10.723988,10.31723,10.193207,9.3809729,8.9555159,8.6968994,8.7892151,8.9176264,8.9565706,9.0632858,9.2594604,9.213522,9.2146502,9.390811,9.3214531,9.2882509,8.7566586,8.6332331,9.2100143,8.7247181,8.5144987,8.5857306,8.7201557,8.7612152,8.902566,9.1203556,9.0899611,9.0963268,9.3378448,9.2732391,9.2430897,8.5524168,8.4316254,11.452014,11.169547,10.705509,10.824627,10.926036,10.996033,11.08193,11.233264,11.190969,11.179654,11.375855,11.280912,11.213299,10.807462,10.670541,8.8018522,8.2400885,8.0613422,8.1420736,8.2615957,8.2909765,8.3750095,8.6206427,8.4218254,8.3576632,8.4771948,8.4203291,8.3903828,8.1560326,8.0565166,9.4715233,9.0600376,8.7761688,8.8783398,8.9984779,9.0378332,9.1249971,9.3160019,9.2359056,9.2202702,9.3519011,9.2803164,9.2446861,8.8430824,8.724966,9.7238302,9.315937,8.9986153,9.0939865,9.2111101,9.2516251,9.3435068,9.493494,9.4976816,9.5175142,9.678359,9.6030474,9.5656538,8.7904444,8.6640186,10.199797,9.8105497,9.4457951,9.5591793,9.6592569,9.7122326,9.78619,9.9648418,9.8535318,9.8126745,9.9102974,9.8292923,9.7823334,9.4500628,9.3409653,10.541407,10.233499,9.8060474,9.9487705,10.048384,10.097795,10.178791,10.301912,10.310397,10.327162,10.477139,10.386486,10.335114,9.7004166,9.5657616,9.4264727,8.9610262,8.7064524,8.7795725,8.9071407,8.9461498,9.0602274,9.2399426,9.2359371,9.2539597,9.4552813,9.3866138,9.3547935,8.5430145,8.4203444,9.0765238,8.5007563,8.2732944,8.3620491,8.459156,8.4924898,8.553874,8.783536,8.5526628,8.4616308,8.516593,8.4542503,8.4240208,8.1837358,8.1003942,9.0673447,8.5700045,8.3736725,8.4541445,8.5860653,8.6244688,8.7553043,8.9924631,8.9046316,8.887043,9.0975895,9.0361471,9.0072193,8.5346518,8.4202747,9.7413006,9.2780819,8.9628744,9.042882,9.1540976,9.1924086,9.2779722,9.4111891,9.4290123,9.4539747,9.6099339,9.5368023,9.5005064,8.5201883,8.4002209,8.938549,8.412591,8.2245455,8.3076706,8.4338779,8.4679594,8.5754204,8.8197289,8.6743965,8.6334286,8.7929525,8.7348347,8.7073765,8.3855162,8.2803125,9.8957701,9.5251293,9.1764393,9.2869329,9.3996344,9.4425344,9.5292273,9.6712284,9.6752043,9.6936445,9.8432226,9.763895,9.7228603,9.0122871,8.8834496,10.191106,9.8180618,9.423315,9.5506277,9.6489038,9.6920786,9.7667952,9.8786077,9.8988008,9.9207325,10.054733,9.97048,9.9240675,9.07897,8.9518843,9.4023771,8.9636612,8.7074852,8.791996,8.9210405,8.9603796,9.0732307,9.263114,9.2399282,9.2503471,9.4433432,9.3740883,9.3414631,8.6828375,8.5584326,9.662447,9.2636509,8.9557323,9.0531883,9.1736412,9.2144051,9.3097954,9.4709139,9.4640865,9.479908,9.6436958,9.5689754,9.5321474,8.842454,8.7153063,10.008368,9.6336536,9.2800655,9.3968534,9.5025959,9.5518141,9.6296349,9.8033037,9.7182512,9.6924086,9.7991667,9.7192717,9.6755953,9.3000641,9.1859608,9.9951124,9.6550331,9.2943163,9.4148054,9.5262756,9.5741434,9.6579142,9.8181524,9.7783222,9.7759495,9.9051542,9.8239775,9.7804546,9.3220263,9.1977816,9.5235033,9.0027637,8.735815,8.7913313,8.9101057,8.9470892,9.0468302,9.1976662,9.214468,9.2404175,9.4233875,9.3554029,9.3240814,8.2615433,8.1460094,9.6422758,9.2619686,8.9532747,9.0588169,9.1796579,9.2212553,9.313674,9.4864016,9.4522381,9.456419,9.6066227,9.5316086,9.4940405,8.9685841,8.8427572,9.1780806,8.6533537,8.4632053,8.5163059,8.6520948,8.6970205,8.8649635,9.0871172,9.0827322,9.0982275,9.3916664,9.3287134,9.2992735,8.4198151,8.3012676,9.9424057,9.6009073,9.2448874,9.3636627,9.4773149,9.523118,9.6097155,9.7632799,9.7451706,9.7537212,9.8948221,9.814085,9.7715693,9.2283802,9.1000948,7.2404981,7.1961942,7.1646309,7.2628064,7.5025096,7.7861757,7.7342739,7.7219462,7.7121916,7.7203803,7.703752,7.7432203,7.7534094,8.2959404,8.2083158,9.5452824,9.5401049,9.4801416,9.73491,10.357119,10.419879,10.135811,10.202774,10.204708,10.218581,10.203005,10.210864,10.270685,10.291483,10.273243,7.3506436,7.1341119,7.0289593,7.0570183,6.617332,6.7303662,6.7151628,6.7099466,6.4616642,6.462214,6.3768444,6.3906589,6.3911052,6.620719,6.605772,8.9001904,8.8227406,8.7595129,8.950531,9.0420504,9.1739969,8.9522066,8.9631319,8.8798819,8.8841858,8.8586712,8.9700079,8.990366,9.1603279,9.1293144,9.6986713,9.7250671,9.6689939,9.8932343,10.800876,10.845086,10.533178,10.63014,10.635119,10.653728,10.638906,10.542932,10.618292,10.623971,10.605744,8.7038317,8.6663895,8.6081829,8.8221464,9.1714678,9.2939062,9.128171,9.1612864,9.1709166,9.1903915,9.1793213,9.2214184,9.2630768,9.4217119,9.3800259,9.8316612,9.9023867,9.8533726,10.021537,11.331366,11.355837,11.002281,11.142811,11.129267,11.152488,11.139072,10.88155,10.977765,10.981062,10.961594,9.3330851,9.2794304,9.2163868,9.4562979,9.6858511,9.7808113,9.5079765,9.5351124,9.4828939,9.4880819,9.4672546,9.5832491,9.6162443,9.693738,9.6730652,8.4656553,8.3967323,8.3387432,8.5234003,8.6760597,8.8364382,8.678196,8.6887054,8.6415148,8.6509838,8.6270866,8.7094269,8.7318211,8.9693832,8.925271,7.6410537,7.6169782,7.580512,7.7249174,8.0089617,8.1622601,8.1041279,8.1181755,8.2845917,8.3104525,8.3201218,8.3418913,8.3672132,8.6416378,8.5503407,6.8336082,6.7979646,6.7745085,6.8383799,7.1569757,7.5285521,7.496161,7.4730005,7.4545388,7.4596677,7.4439235,7.4721651,7.4783673,8.2159691,8.125905,8.6811028,8.6223555,8.5630093,8.7692375,8.9827099,9.1201162,8.9427195,8.9619904,8.9313021,8.942894,8.9229593,9.0025597,9.0317831,9.2152596,9.1763248,8.0918007,8.0068293,7.9497657,8.0970535,8.1783953,8.3818998,8.2568665,8.2559185,8.1764631,8.1827354,8.1495981,8.2256784,8.2394133,8.5796938,8.529562,6.5784698,6.5188856,6.4846878,6.5472727,6.9567413,7.4925036,7.4568801,7.4204516,7.3527246,7.3560371,7.3252974,7.3555827,7.3603129,8.3991184,8.3119373,9.3161869,9.3575611,9.300458,9.5099459,10.495016,10.544573,10.310745,10.416042,10.450492,10.47972,10.474622,10.318783,10.412722,10.448904,10.421641,7.5196667,7.4917817,7.4587512,7.5968122,7.8560109,8.0297079,7.9734278,7.9802256,8.0959482,8.1158571,8.1180563,8.1484203,8.1685915,8.486063,8.3927183,7.8173776,7.7916059,7.7512913,7.9021163,8.2054253,8.3616858,8.2932835,8.310358,8.4374237,8.4643068,8.4722557,8.4924374,8.5215273,8.7943058,8.708128,7.6256428,7.5813327,7.5430331,7.6774964,7.9090619,8.1267929,8.054204,8.0540972,8.0733595,8.0869188,8.0751181,8.118989,8.1361456,8.5287876,8.4467783,9.1086178,9.1244841,9.0651922,9.2850981,10.035314,10.104808,9.9045277,9.9841747,10.023973,10.053248,10.050683,9.9723854,10.051724,10.118316,10.086249,7.2959261,7.2361369,7.197228,7.298748,7.5170832,7.827117,7.766149,7.7515359,7.7091899,7.715939,7.6905389,7.7360249,7.7456012,8.3311396,8.2519045,7.7354498,7.6990371,7.6599813,7.8059087,8.0676956,8.2551651,8.1814852,8.1889658,8.2471209,8.2658319,8.2616825,8.297368,8.3196554,8.6507893,8.5677013,7.8907819,7.8494902,7.8060217,7.9620113,8.2223225,8.407095,8.3194237,8.3291378,8.3663187,8.3847332,8.3772125,8.4172649,8.4415712,8.7579088,8.6831503,8.3193007,8.2943993,8.2421741,8.4240561,8.807868,8.9436693,8.832881,8.8654642,8.9280958,8.957551,8.9610596,8.9711294,9.0151691,9.2263021,9.163969,7.4870825,7.2518559,7.1386418,7.1662393,6.62642,6.6837707,6.6682286,6.6671247,6.4039392,6.4040151,6.3120131,6.325469,6.3254867,6.4348359,6.4272494,8.1221056,8.0878105,8.0397091,8.2112207,8.5258284,8.6836843,8.5836611,8.6045122,8.6577139,8.6817923,8.6798506,8.7078743,8.7413425,8.9982719,8.9300308,9.1732502,9.1665621,9.106205,9.3438482,9.9374342,10.016339,9.7976475,9.860466,9.881073,9.9025879,9.8930264,9.8811188,9.943819,10.010557,9.9823933,8.3332281,8.2791786,8.2252007,8.4106503,8.6420288,8.8037415,8.6691055,8.6843166,8.6757832,8.6907492,8.6743355,8.7349386,8.7624559,9.0091391,8.9566145,8.8378201,8.8402328,8.7811651,8.9902353,9.6022949,9.6909399,9.5298071,9.5936451,9.6442137,9.6768169,9.6801281,9.6340666,9.7050629,9.8151932,9.7735205,7.6055508,7.5566511,7.5174179,7.6482177,7.8676548,8.0984287,8.0244064,8.02178,8.0238752,8.0356846,8.0202923,8.0673237,8.0829535,8.5007782,8.4210062,7.2011199,7.0385857,6.9565997,7.0111599,6.8469806,7.0970206,7.06778,7.0538297,6.8593326,6.8605866,6.788147,6.8164287,6.8185363,7.316257,7.2807307,7.429616,7.1851106,7.0682154,7.0840602,6.5063982,6.5491247,6.5406795,6.5396347,6.2677264,6.2677593,6.1755672,6.1825876,6.1823168,6.265801,6.2600408,8.9562569,9.0056009,8.947154,9.1386147,10.072699,10.128907,9.9640865,10.065145,10.129086,10.17019,10.18226,10.016768,10.126348,10.19783,10.159132,8.1528721,8.1067944,8.0570583,8.231432,8.4930792,8.6625633,8.5505037,8.5653915,8.5822153,8.6003504,8.5893288,8.6358719,8.6639767,8.9363804,8.8741474,8.5558205,8.5110655,8.454443,8.6577301,8.9536333,9.0911112,8.9386187,8.9641151,8.9677629,8.9856663,8.9728184,9.0242128,9.0598421,9.2518272,9.2056675,8.9972506,8.9762716,8.9160099,9.1479092,9.624876,9.7201462,9.5229502,9.5724363,9.5887079,9.6095228,9.5997696,9.6170712,9.6708336,9.7700558,9.7372904,7.4898243,7.3261919,7.2429309,7.3104982,7.0984964,7.2956867,7.247169,7.2388382,7.0446157,7.0466523,6.9774222,7.0147276,7.0183558,7.4001169,7.3695006,8.9058228,8.9300385,8.8708286,9.0729446,9.8324699,9.9047222,9.7418594,9.8229914,9.8824406,9.9197731,9.9281034,9.8287125,9.9173489,10.006642,9.9663572,8.4418478,8.408433,8.354064,8.5482168,8.9017153,9.0381718,8.9068851,8.9370413,8.9701519,8.9940796,8.9890518,9.0163107,9.0571365,9.2578363,9.2041168,8.0113602,7.946734,7.8961716,8.0527334,8.222806,8.4246845,8.3135862,8.316433,8.2843513,8.2949705,8.2722254,8.3366413,8.3549767,8.6937094,8.6335344,6.4017658,6.3241534,6.282999,6.332303,6.7313209,7.317482,7.289505,7.2488518,7.1446342,7.1465998,7.105526,7.1300449,7.1328897,8.2818727,8.2086,7.4583092,7.2410722,7.1352339,7.1729679,6.7186933,6.8170881,6.7961869,6.7928267,6.5460505,6.5464573,6.4583755,6.4773703,6.4779615,6.6702075,6.6566572,7.034709,7.0060854,6.9847364,7.061151,7.3032112,7.564261,7.5309844,7.5179577,7.5297914,7.5370197,7.5275874,7.5568275,7.5646181,8.0844364,7.9905152,7.5470257,7.3040457,7.1872301,7.2133737,6.6334734,6.669683,6.652482,6.65238,6.3818622,6.3818588,6.291121,6.3057156,6.3060856,6.3722067,6.3683295,7.2964053,7.0938449,6.994874,7.02633,6.6570983,6.8057623,6.7873998,6.7797804,6.543189,6.544117,6.4644375,6.4805312,6.4816303,6.7870502,6.7674646,8.0295992,8.0043201,7.9585218,8.1203365,8.4588518,8.6080599,8.5250835,8.5489521,8.6481705,8.677721,8.6856956,8.7000132,8.7359285,8.9866581,8.9092951,7.3279767,7.2925053,7.2628989,7.3747401,7.610991,7.8420072,7.7907028,7.7850823,7.8168912,7.8283691,7.8197107,7.8569694,7.8697619,8.3078146,8.2135906,7.3511734,7.3086638,7.2761421,7.3857183,7.6183195,7.8729391,7.8165336,7.8083916,7.8136849,7.8236604,7.8097863,7.8504219,7.8625412,8.3428793,8.254446,7.5770073,7.5195017,7.477911,7.6028719,7.8009195,8.0522823,7.9760003,7.9697289,7.9454761,7.9548512,7.9334693,7.9847112,7.998136,8.455822,8.3802881,9.1482897,9.1061258,9.0441017,9.2867289,9.6119823,9.7107201,9.4778166,9.5130091,9.4920082,9.5031509,9.4855385,9.5638924,9.6042786,9.6949053,9.6691647,8.8917294,8.854908,8.7948151,9.0220814,9.3839417,9.4943533,9.3035431,9.3400831,9.3406191,9.3577003,9.344346,9.3937521,9.4370403,9.5634756,9.528801,9.3912802,9.361001,9.2990837,9.5567055,9.9672165,10.048019,9.7812843,9.8263721,9.8103352,9.8204918,9.8033485,9.8741016,9.9205513,9.9696407,9.9497576,6.234252,6.1926713,6.1682506,6.2221646,6.8177142,7.495924,7.4706731,7.4210563,7.3766499,7.3793931,7.355237,7.3816733,7.3857203,8.6892605,8.5494595,8.0537872,7.9319935,7.8631639,7.9822607,7.9055023,8.096879,7.9797263,7.9761376,7.8310523,7.8339996,7.7827315,7.8557615,7.8634472,8.1917877,8.1548901,9.1353579,9.069375,9.006072,9.2235527,9.3775711,9.4891987,9.2400618,9.2587776,9.1914234,9.1962328,9.173193,9.2903652,9.3169365,9.4357557,9.4103746,8.95646,8.9021349,8.8405561,9.0657387,9.3072586,9.423564,9.2116213,9.2369337,9.2034817,9.213686,9.1940184,9.2821541,9.315279,9.4466267,9.4160328,7.3782387,7.2929053,7.2426829,7.3428497,7.4809442,7.7921052,7.7242398,7.7090178,7.6207404,7.6255679,7.5870943,7.6372123,7.6451645,8.2293186,8.1638556,7.4298582,7.3978701,7.3668618,7.4934759,7.7361717,7.9360785,7.8817434,7.8820281,7.950099,7.9652481,7.9617968,7.997333,8.013423,8.3857718,8.2910957,7.1877608,7.1599474,7.1352844,7.2447867,7.4756069,7.6855145,7.6442504,7.6392598,7.6993694,7.7110562,7.7072897,7.7419286,7.7536392,8.1603708,8.0590019,8.7070103,8.6911945,8.6332512,8.8411922,9.324564,9.4319143,9.279726,9.327857,9.3697882,9.3983355,9.397645,9.392086,9.4485502,9.5900221,9.544795,6.5930977,6.4759526,6.4164834,6.4545646,6.6222658,7.0908022,7.0696135,7.0380797,6.8815293,6.8828158,6.826283,6.8456588,6.8473306,7.7895451,7.7375374,9.273922,9.2865067,9.2271986,9.4579277,10.209477,10.274353,10.044256,10.124203,10.151918,10.176215,10.168094,10.103182,10.177853,10.225243,10.198573,9.0567045,9.0246077,8.9635487,9.2019529,9.6016464,9.6999998,9.4876575,9.5295687,9.5284424,9.5443745,9.5303507,9.5787802,9.6253567,9.722312,9.6928024,11.379997,11.288328,11.237625,11.593438,12.302911,12.418267,12.358927,12.455535,13.4289,13.631289,13.573527,13.607381,13.893144,14.125162,14.1563,10.071912,9.9641733,9.9204216,10.154232,10.916352,11.086812,11.077449,11.213673,12.273543,13.098011,13.027301,12.937488,13.247908,14.31807,14.503065,11.919987,11.811408,11.757029,11.991591,12.970124,13.055822,12.984447,13.142868,14.602119,15.238297,15.097476,14.986521,15.275844,15.565136,15.648511,9.183013,9.0180864,8.9851284,9.2098885,9.7817116,10.124489,10.224659,10.298982,11.127627,11.487436,11.450706,11.431235,11.93185,14.690774,14.892703,10.815831,10.724366,10.676835,10.890744,11.794827,11.879754,11.820085,12.008527,13.5355,14.767593,14.647436,14.520831,14.767851,15.146823,15.258769,8.6750593,8.6079769,8.5764112,8.7486763,9.4560862,9.5643549,9.5444345,9.7515917,11.536848,13.931634,13.857489,13.74626,13.983172,14.727994,14.924623,11.162964,11.08287,11.042187,11.465407,11.926232,12.019613,11.950141,12.008653,12.709164,12.774822,12.739732,12.879744,13.107721,12.955501,12.91914,12.063119,11.985219,11.944592,12.401829,12.97368,13.053382,12.975583,13.030404,14.116553,14.136821,14.093006,14.266728,14.567192,14.232812,14.187341,9.7559967,9.6337547,9.5952196,9.8893795,10.378296,10.613147,10.63906,10.705413,11.342221,11.547249,11.518587,11.555013,11.902817,13.365475,13.449527,9.4465895,9.3197746,9.2811365,9.5474339,9.9906588,10.24545,10.287037,10.345121,10.931113,11.126964,11.10319,11.132797,11.496958,13.296328,13.394248,8.1667852,8.0672817,8.0382671,8.1844587,8.810256,9.0058117,9.0416374,9.2001905,10.637048,12.642299,12.603638,12.495739,12.843892,14.60479,15.055929,9.1642666,9.0513363,9.0148649,9.2058449,9.9090338,10.116129,10.141719,10.284418,11.471537,12.731401,12.676268,12.574594,12.92726,14.525643,14.807777,9.6225824,9.4823046,9.4422426,9.6784143,10.319631,10.585037,10.633829,10.72576,11.597813,12.076272,12.033353,11.989517,12.404595,14.377666,14.584828,9.673954,9.5752916,9.5347662,9.7457294,10.504351,10.662724,10.653418,10.809715,12.026709,13.245264,13.17359,13.067595,13.363297,14.415802,14.625533,13.844453,13.765034,13.729766,14.118572,14.960153,15.016863,14.933165,14.959218,16.853775,16.818188,16.768721,16.946442,17.462112,16.945469,16.881277,10.612785,10.53339,10.493413,10.875144,11.274362,11.378792,11.31893,11.378568,11.871421,11.965741,11.936664,12.046898,12.241055,12.223885,12.19329,12.764111,12.668018,12.606159,12.938903,13.811817,13.887305,13.799169,13.888729,15.375056,15.486599,15.392159,15.429374,15.804653,15.738196,15.730862,9.5607996,9.4327469,9.3927841,9.6077347,10.306849,10.53962,10.572307,10.6895,11.695423,12.483751,12.430622,12.349408,12.731394,14.473196,14.715388,10.817142,10.722035,10.676028,11.026727,11.661228,11.804075,11.765102,11.856097,12.669932,12.892122,12.846092,12.883095,13.163979,13.635148,13.684685,7.2890716,7.2606235,7.2420092,7.3428497,7.7538047,7.8099599,7.8017821,7.9744744,9.5866137,12.504759,12.488145,12.409468,12.55875,13.111938,14.476614,12.496146,12.417609,12.379592,12.823304,13.439521,13.512768,13.433129,13.478879,14.750619,14.75071,14.703332,14.882726,15.226808,14.821999,14.768443,7.7983847,7.7519002,7.7316327,7.8363905,8.2616014,8.3571062,8.3665104,8.5127506,9.7579079,11.917803,11.907545,11.827851,12.018168,12.916999,14.554988,8.5206404,8.3367014,8.3071718,8.4635077,9.0698166,9.4541636,9.5930433,9.6787758,10.731425,11.518612,11.489561,11.41554,12.015368,15.733591,16.103268,9.1522436,8.9900084,8.954195,9.194067,9.6607122,9.9903803,10.080257,10.129854,10.827904,11.031715,11.006616,11.026418,11.512848,14.322967,14.451015,10.763247,10.682192,10.641149,11.035991,11.481049,11.589779,11.531443,11.5948,12.184444,12.283777,12.252105,12.36468,12.581189,12.609184,12.589539,10.138186,10.029032,9.988615,10.311146,10.848521,11.045114,11.044173,11.121082,11.800829,12.016655,11.982658,12.022943,12.333777,13.324217,13.394463,13.654871,13.570947,13.534273,13.927175,14.707522,14.759476,14.671168,14.692893,16.46394,16.4268,16.382401,16.565916,17.045284,16.520006,16.449184,11.207672,11.123916,11.085954,11.508539,11.898775,11.979105,11.901024,11.946613,12.567611,12.60306,12.568863,12.727874,12.934428,12.635202,12.572228,10.58608,10.479424,10.432805,10.724297,11.435188,11.60143,11.580645,11.688051,12.589987,12.976039,12.916595,12.888548,13.197324,14.024595,14.135788,10.637137,10.531086,10.483544,10.759344,11.514235,11.671816,11.646526,11.765007,12.730987,13.208638,13.13966,13.087476,13.391014,14.192909,14.316401,10.397471,10.306472,10.26496,10.622774,11.10385,11.251465,11.219104,11.28964,11.888643,12.042516,12.011529,12.086501,12.337307,12.798986,12.821948,11.394583,11.309127,11.260442,11.656217,12.310498,12.417172,12.351726,12.43922,13.35445,13.500975,13.45548,13.531431,13.802488,13.885423,13.893853,11.515887,11.437222,11.393506,11.842367,12.390872,12.483012,12.410478,12.477509,13.357077,13.421641,13.383704,13.530029,13.790305,13.620174,13.592914,11.303932,11.204348,11.152273,11.450734,12.250058,12.374571,12.323843,12.4411,13.506143,13.858614,13.779424,13.744785,14.040218,14.47772,14.55269,11.555129,11.475164,11.428261,11.865302,12.475941,12.571113,12.498331,12.576002,13.499988,13.591656,13.553052,13.674792,13.941381,13.844144,13.829793,8.6837788,8.4904852,8.4561586,8.6208105,9.2192211,9.6127625,9.7508802,9.819582,10.820589,11.421941,11.393978,11.33112,11.956342,15.865313,16.184059,13.876486,13.808495,13.779225,14.199421,15.091203,15.160874,15.089751,15.132438,17.110609,17.078217,17.019577,17.19556,17.726646,17.217876,17.164936,6.8012667,6.7662902,6.7432685,6.8429103,7.2834039,7.3354874,7.3178372,7.5081959,9.5586138,13.190627,13.164762,13.08217,13.242684,13.832453,14.697322,11.87237,11.790686,11.740243,12.163532,12.847868,12.936595,12.857921,12.941629,13.999558,14.094971,14.053338,14.158672,14.443869,14.323592,14.309851,10.982475,10.900475,10.857778,11.269216,11.774679,11.884459,11.82487,11.894041,12.599015,12.703406,12.668555,12.783167,13.022266,13.061876,13.05114,11.387581,11.291857,11.239984,11.568069,12.322249,12.442217,12.386721,12.491636,13.518447,13.774047,13.705947,13.708453,14.002879,14.3293,14.378773,12.026762,11.949952,11.904606,12.376043,12.984968,13.068218,12.989032,13.055575,14.144585,14.178968,14.139966,14.307222,14.603148,14.308245,14.272258,10.500201,10.402057,10.359111,10.707733,11.276497,11.43764,11.412118,11.494269,12.212552,12.416643,12.378789,12.428297,12.711029,13.332423,13.383087,7.6819901,7.606276,7.5790319,7.7082844,8.2830467,8.4235086,8.4360266,8.6104965,10.263442,12.872225,12.837675,12.733432,13.01494,14.348731,14.899413,7.9666181,7.8049235,7.7809196,7.904655,8.4766464,8.8202562,8.948163,9.0565252,10.275951,11.635167,11.612057,11.521893,12.081742,15.61661,16.201422,12.875373,12.800828,12.76153,13.22244,13.922348,13.995991,13.918645,13.971855,15.447566,15.436161,15.383764,15.570234,15.95861,15.518319,15.467737,9.8616171,9.7366772,9.6986504,9.9913006,10.545611,10.78573,10.813354,10.891201,11.61169,11.868743,11.833983,11.853576,12.214303,13.672002,13.776368,11.080189,10.998835,10.959867,11.375879,11.783212,11.87023,11.797027,11.848646,12.458524,12.511482,12.478096,12.623635,12.83063,12.608775,12.556967,10.137053,10.022629,9.9783916,10.225912,10.959119,11.147336,11.146069,11.266135,12.234518,12.859153,12.796182,12.7264,13.056061,14.236329,14.411165,7.7875786,7.6926875,7.6679916,7.7876172,8.3194542,8.5103006,8.5568666,8.7033901,10.07965,12.169704,12.145805,12.052059,12.391316,14.252264,15.106385,10.826529,10.739172,10.695363,11.083229,11.63305,11.761066,11.712884,11.790617,12.51344,12.66227,12.625667,12.709682,12.965252,13.221845,13.237183,10.638722,10.555799,10.514415,10.89782,11.353002,11.472159,11.420919,11.487103,12.070749,12.187519,12.156365,12.256453,12.479804,12.62563,12.618629,10.525002,10.424739,10.381063,10.72023,11.319493,11.483603,11.459832,11.546663,12.30252,12.532697,12.49139,12.52688,12.817599,13.489588,13.551682,10.754811,10.671075,10.629008,11.021583,11.50585,11.625116,11.572864,11.641664,12.281729,12.400501,12.36752,12.46944,12.70373,12.84979,12.846425,9.1924486,9.0409956,9.0037909,9.1998377,9.8554506,10.149214,10.222075,10.321331,11.311588,12.038778,11.996962,11.922843,12.387328,14.864408,15.147659,8.6829643,8.5723085,8.539732,8.7086124,9.3781385,9.5913458,9.6283798,9.7775278,11.076611,12.654426,12.607314,12.501788,12.866295,14.646642,14.992235,7.7828941,7.7092509,7.6861649,7.798635,8.2815495,8.42974,8.4594231,8.6055698,9.916419,12.035451,12.017657,11.930496,12.201318,13.631636,14.835322,7.5532217,7.4987044,7.4721384,7.6112351,8.2241812,8.3197165,8.30511,8.5106592,10.505771,13.648805,13.603997,13.492925,13.714712,14.566439,14.894277,11.586586,11.507725,11.466101,11.913471,12.435369,12.522708,12.448539,12.508045,13.392805,13.439981,13.400821,13.557754,13.818541,13.58622,13.54859,9.0130625,8.8361607,8.7994137,8.9906187,9.5953779,9.9493093,10.058311,10.131526,11.062308,11.574839,11.542789,11.490799,12.041616,15.26985,15.544684,7.9892168,7.93329,7.9053183,8.0601625,8.7131739,8.8137655,8.7971401,9.0128355,11.026966,13.976871,13.91529,13.808228,14.032971,14.791504,15.011356,9.9858656,9.8629084,9.8220663,10.101667,10.720866,10.947321,10.967402,11.057333,11.852995,12.195176,12.15232,12.142526,12.499784,13.892158,14.028141,10.163891,10.050067,10.008738,10.314297,10.911346,11.11568,11.119686,11.206195,11.962414,12.240713,12.200249,12.213669,12.542421,13.646717,13.745858,11.4585,11.379065,11.333852,11.775419,12.349176,12.44531,12.374274,12.447286,13.323231,13.406523,13.368859,13.500401,13.760553,13.65285,13.634655,9.8203487,9.7192278,9.6790161,9.9812613,10.418239,10.609791,10.60973,10.674744,11.200095,11.379555,11.354564,11.400997,11.679343,12.667364,12.724728,12.569802,12.493825,12.448804,12.926631,13.592469,13.670397,13.589763,13.651844,14.983992,14.986338,14.944019,15.12883,15.476192,15.075836,15.02976,10.388597,10.302515,10.261321,10.620623,11.06908,11.204933,11.165851,11.233145,11.779183,11.91771,11.888498,11.970452,12.200233,12.534912,12.544072,11.434901,11.346816,11.296787,11.675057,12.359743,12.468426,12.404179,12.495815,13.450078,13.617169,13.565856,13.623278,13.902208,14.035487,14.052016,10.836182,10.756084,10.715858,11.11646,11.539013,11.638606,11.574332,11.633394,12.205751,12.287997,12.256375,12.379865,12.586617,12.511057,12.477633,13.32134,13.241701,13.205737,13.616726,14.358702,14.421514,14.338915,14.371521,16.018469,15.993919,15.944252,16.124651,16.567894,16.082827,16.021227,10.061245,9.9642258,9.9235964,10.249548,10.704433,10.876999,10.862935,10.930456,11.480921,11.650583,11.622989,11.681223,11.946215,12.698462,12.739901,12.814471,12.735066,12.698115,13.128614,13.786246,13.854941,13.773756,13.813349,15.224844,15.213722,15.165209,15.345964,15.725628,15.282828,15.224835,12.158832,12.072866,12.018484,12.412575,13.165527,13.249754,13.167337,13.255408,14.445202,14.549829,14.498767,14.578854,14.888405,14.781603,14.770391,11.180119,11.099985,11.057774,11.484759,11.984003,12.083054,12.016387,12.081223,12.826564,12.906253,12.870438,13.003258,13.242889,13.15563,13.131375,7.913897,7.7166481,7.6942577,7.8131495,8.3752899,8.8028564,8.9813995,9.0654173,10.22058,11.230369,11.212586,11.13362,11.822677,16.434309,16.945919,10.631595,10.528178,10.482141,10.795832,11.46893,11.631537,11.6071,11.706164,12.55836,12.864642,12.81213,12.811081,13.112706,13.84257,13.929945,9.4972506,9.3509426,9.3161669,9.5714159,10.141691,10.439084,10.505385,10.583002,11.364064,11.678728,11.642691,11.638898,12.072173,14.197556,14.351586,9.3318958,9.1779633,9.1455116,9.4010878,9.9151917,10.233974,10.314691,10.37966,11.110243,11.351549,11.322087,11.338728,11.793383,14.172005,14.296028,12.534127,12.437017,12.376446,12.686042,13.582015,13.668713,13.589619,13.693748,15.128926,15.304898,15.206652,15.205094,15.559016,15.614037,15.630119,10.097234,9.9775848,9.9340248,10.194041,10.884113,11.090608,11.099275,11.204941,12.097845,12.581634,12.527849,12.481512,12.8283,14.129142,14.293041,8.4038248,8.2365026,8.208396,8.3573952,8.9697561,9.3192816,9.4408636,9.5431833,10.670053,11.72189,11.692513,11.606379,12.158492,15.509036,15.930031,10.28319,10.184157,10.142899,10.485513,10.99397,11.163545,11.145176,11.218753,11.855453,12.036229,12.004015,12.06323,12.341282,13.041995,13.086502,9.3481369,9.1933498,9.1616306,9.4139347,9.9589405,10.283601,10.365031,10.436326,11.206779,11.484135,11.452202,11.45881,11.920488,14.304605,14.443974,9.7204084,9.5849438,9.545208,9.7972603,10.42192,10.679278,10.721668,10.811118,11.64115,12.048356,12.0063,11.978004,12.375865,14.178432,14.357977,12.373511,12.272916,12.213088,12.497946,13.426864,13.519276,13.445678,13.565233,14.979091,15.242874,15.134854,15.095561,15.435007,15.593671,15.633779,11.897985,11.795403,11.73948,12.009784,12.934454,13.032858,12.965901,13.1031,14.396092,14.822151,14.714236,14.641133,14.940088,15.22141,15.28998,6.4113107,6.3672924,6.3414688,6.4388924,6.8961568,6.9421039,6.9145503,7.1119261,9.5548162,13.76824,13.746083,13.665164,13.837199,14.466372,14.994245,7.7833877,7.6292214,7.6081934,7.7197113,8.2544594,8.5857887,8.7132339,8.8227882,10.041261,11.506371,11.486874,11.401308,11.942074,15.416279,16.208189,11.79175,11.709113,11.670546,12.106763,12.590117,12.665928,12.585532,12.629865,13.538513,13.556533,13.516862,13.688669,13.952574,13.600707,13.541737,8.8590565,8.6728067,8.6388674,8.8287306,9.3966246,9.7825994,9.9145422,9.9813232,10.870041,11.285827,11.256888,11.220868,11.801863,15.337932,15.607075,12.058278,11.978808,11.928868,12.370042,13.051114,13.134599,13.052812,13.131791,14.253375,14.320268,14.282994,14.410908,14.70437,14.497187,14.473256,11.076694,10.990652,10.944758,11.339584,11.938422,12.056551,12.00026,12.083199,12.889599,13.040066,12.999615,13.080668,13.341956,13.514864,13.528131,12.158751,12.081388,12.032699,12.494512,13.158172,13.239421,13.156903,13.230303,14.384221,14.427724,14.391207,14.542984,14.844969,14.568329,14.536701,11.754517,11.674197,11.634645,12.076271,12.583027,12.663411,12.585848,12.636414,13.560871,13.588732,13.548305,13.714942,13.982746,13.673417,13.6234,9.4961481,9.421464,9.3837643,9.5763206,10.359345,10.456656,10.421315,10.62466,12.289881,14.220735,14.131477,14.013607,14.246848,14.813869,14.967736,10.775129,10.689413,10.646588,11.037404,11.552011,11.676901,11.627557,11.700469,12.379143,12.512078,12.477671,12.571561,12.817297,13.029216,13.035748,10.718885,10.619678,10.571587,10.81449,11.658281,11.781081,11.738093,11.890359,13.066973,13.878589,13.782731,13.68187,13.953609,14.565202,14.697348,11.158525,11.077176,11.033279,11.455954,11.995541,12.10124,12.037738,12.109936,12.88399,12.985681,12.949193,13.067253,13.315622,13.314399,13.303706,11.072754,10.971102,10.920432,11.195287,12.01731,12.145785,12.100405,12.230371,13.304702,13.799095,13.713266,13.647772,13.935324,14.482958,14.584944,8.0880127,8.0214138,7.9919229,8.1484108,8.8018808,8.9261417,8.920228,9.118165,10.914907,13.547335,13.495428,13.385051,13.639738,14.636656,14.918683,10.205954,10.073405,9.8391724,9.9385986,10.143884,10.128937,10.205689,10.372139,10.465297,10.535999,10.777628,10.699183,10.714371,10.325766,9.9369555,11.758911,11.695324,11.510268,11.656672,11.881074,11.849152,11.893561,12.062144,12.134172,12.188898,12.414691,12.356118,12.399326,12.185891,11.381241,10.915249,10.840792,10.645592,10.763565,11.00797,10.991111,11.028185,11.186306,11.263279,11.330587,11.555371,11.485815,11.525461,11.270029,10.702934,10.098362,9.9763136,9.7403412,9.8404446,10.047709,10.044806,10.103225,10.253758,10.341398,10.420426,10.643248,10.562307,10.574812,10.200002,9.8053179,10.488576,10.404566,10.195904,10.302642,10.546744,10.538838,10.575086,10.724098,10.802739,10.876144,11.087859,11.011464,11.044153,10.762368,10.291827,10.052032,9.9110231,9.6676579,9.7642708,9.9604597,9.9519567,10.025174,10.181166,10.271585,10.346176,10.593716,10.515558,10.524733,10.106509,9.7381105,10.246704,10.150302,9.9249525,10.027199,10.257181,10.255157,10.295243,10.438212,10.518421,10.595538,10.796894,10.715601,10.738355,10.427082,9.9951077,10.658937,10.564504,10.357265,10.469982,10.699394,10.681284,10.73853,10.90844,10.996839,11.065101,11.293434,11.218668,11.249235,10.954517,10.456394,12.765694,12.712378,12.541351,12.726488,12.929669,12.897637,12.93198,13.089081,13.146107,13.190827,13.40254,13.359391,13.40324,13.2203,12.069856,11.062255,10.998222,10.810196,10.930109,11.183889,11.166579,11.192053,11.34199,11.410763,11.476793,11.702115,11.636288,11.682188,11.446144,10.842671,11.535331,11.461133,11.246251,11.383101,11.599083,11.538723,11.625038,11.809484,11.893388,11.947941,12.171947,12.106577,12.145986,11.94698,11.245047,10.127098,10.026106,9.7918339,9.8928509,10.113564,10.115059,10.156306,10.294196,10.374322,10.45603,10.650416,10.56673,10.583594,10.259418,9.8372784,10.225068,10.11314,9.885293,9.9876614,10.205254,10.199999,10.254333,10.407993,10.494915,10.570778,10.789681,10.709306,10.72764,10.380826,9.9648046,11.144585,11.073479,10.882254,11.007216,11.247543,11.226514,11.264874,11.426542,11.502224,11.566087,11.793695,11.727304,11.76864,11.524648,10.897543,10.723498,10.624411,10.413355,10.527558,10.749909,10.721766,10.794724,10.975511,11.068779,11.134076,11.367207,11.292393,11.322238,11.029185,10.526738,11.197411,11.125625,10.934354,11.061469,11.298533,11.275562,11.317308,11.482171,11.559143,11.621902,11.85015,11.784128,11.825004,11.582271,10.941341,10.007859,9.8834381,9.6440725,9.7435102,9.9452925,9.9450426,10.00391,10.150208,10.23775,10.322428,10.544823,10.463853,10.472536,10.086337,9.7007952,12.02556,11.967266,11.789145,11.940091,12.168216,12.140783,12.162516,12.312435,12.367721,12.419877,12.643291,12.589381,12.63617,12.428782,11.541693,10.372264,10.255207,10.032965,10.137645,10.353423,10.336526,10.407846,10.579239,10.672624,10.74229,10.976708,10.898666,10.92021,10.572219,10.146339,11.549336,11.484729,11.299501,11.437287,11.67067,11.644636,11.681277,11.843757,11.914293,11.972586,12.200494,12.139894,12.183677,11.959452,11.21664,10.224782,10.099746,9.8698244,9.9709444,10.180926,10.169774,10.238613,10.4023,10.494084,10.566195,10.800864,10.721834,10.738524,10.364845,9.9645081,10.885047,10.799404,10.598459,10.717462,10.948729,10.925911,10.981581,11.153932,11.240184,11.30563,11.53484,11.463152,11.497914,11.227314,10.673985,11.475652,11.403781,11.206849,11.3441,11.566582,11.526606,11.589665,11.768443,11.84998,11.90667,12.133343,12.06883,12.108987,11.888782,11.181149,10.986073,10.899722,10.696288,10.818331,11.044182,11.013007,11.079438,11.259279,11.348262,11.411063,11.641695,11.570455,11.605291,11.343779,10.771582,10.56716,10.481289,10.274364,10.383546,10.624146,10.613516,10.654271,10.808982,10.889906,10.961748,11.179425,11.104083,11.136734,10.852902,10.367414,11.026261,10.937036,10.724574,10.84659,11.06703,11.024506,11.105274,11.290812,11.382431,11.443281,11.674055,11.602246,11.636243,11.382912,10.812671,10.107803,9.9964581,9.7623672,9.8634834,10.076805,10.076013,10.126213,10.27105,10.355574,10.438152,10.64732,10.564858,10.578807,10.228888,9.820487,10.431163,10.333074,10.117876,10.224493,10.454607,10.445132,10.494466,10.652224,10.7376,10.810299,11.029761,10.952008,10.978527,10.66745,10.212861,10.356858,10.251128,10.031284,10.136325,10.360243,10.351156,10.405647,10.56492,10.652483,10.725505,10.947565,10.868877,10.89202,10.563148,10.125975,10.455682,10.348285,10.132055,10.239375,10.461534,10.446099,10.509622,10.678933,10.770159,10.8401,11.070055,10.992705,11.017534,10.690845,10.241458,10.270896,10.170496,9.9463139,10.049403,10.276395,10.272543,10.317401,10.465406,10.548223,10.624607,10.833344,10.752817,10.775001,10.455016,10.023498,11.447175,11.383525,11.198448,11.331516,11.571311,11.548115,11.578709,11.735655,11.803678,11.863773,12.091686,12.030291,12.075301,11.84857,11.136217,10.450366,10.347428,10.132167,10.239427,10.465263,10.452861,10.509425,10.673508,10.762083,10.833288,11.058733,10.981297,11.006952,10.687463,10.234029,11.502107,11.443513,11.260903,11.390897,11.638304,11.615579,11.631844,11.775643,11.833917,11.892481,12.119039,12.059419,12.108959,11.890064,11.169102,10.720141,10.640586,10.439953,10.552735,10.796964,10.783561,10.821786,10.977774,11.056695,11.126672,11.347689,11.275027,11.311599,11.042815,10.523106,11.100127,11.032405,10.842563,10.96489,11.211906,11.193226,11.224558,11.379857,11.451888,11.517004,11.743289,11.677118,11.720518,11.47977,10.864655,12.155758,12.096899,11.911489,12.07342,12.284388,12.241364,12.294312,12.466582,12.536307,12.584441,12.802619,12.747954,12.791389,12.603492,11.679144,10.363297,10.272253,10.055456,10.159781,10.396809,10.391625,10.430703,10.577803,10.657929,10.732903,10.940372,10.861452,10.889117,10.591092,10.14303,13.028274,12.977773,12.804427,13.002473,13.187525,13.139288,13.181904,13.342949,13.396555,13.43106,13.631069,13.586493,13.62983,13.471646,12.248235,10.683177,10.607412,10.407954,10.518977,10.76902,10.757333,10.79025,10.941246,11.017365,11.088427,11.30632,11.23367,11.272048,11.009112,10.497775,12.157246,12.097204,11.898274,12.059124,12.265169,12.205909,12.277167,12.455037,12.527762,12.574067,12.788632,12.731661,12.774254,12.604264,11.698021,10.674864,10.587174,10.382545,10.495136,10.731216,10.716361,10.763733,10.926295,11.010189,11.079654,11.303741,11.229691,11.262556,10.978689,10.471934,10.506565,10.39327,10.171882,10.279399,10.495811,10.469151,10.548951,10.728077,10.82312,10.89011,11.125712,11.048628,11.073038,10.74517,10.298548,10.065676,9.9325514,9.692894,9.7911139,9.9917221,9.9864531,10.05301,10.206944,10.296501,10.373183,10.609834,10.530331,10.540731,10.139757,9.7608213,10.203298,10.082979,9.8530169,9.9544363,10.166556,10.159214,10.221026,10.379209,10.468751,10.543063,10.77078,10.690986,10.70752,10.341846,9.9374847,11.95041,11.890996,11.71121,11.862087,12.088202,12.059881,12.091104,12.249472,12.312437,12.365719,12.59096,12.53619,12.581377,12.372336,11.505241,11.209406,11.1343,10.940414,11.068912,11.300206,11.272942,11.324034,11.495933,11.57709,11.638628,11.867536,11.800672,11.839925,11.596347,10.955547,10.842482,10.771554,10.577273,10.692154,10.943748,10.929351,10.96018,11.112125,11.186027,11.255,11.476871,11.407037,11.448591,11.197104,10.648409,12.631025,12.57568,12.403625,12.578729,12.78763,12.756717,12.779517,12.928605,12.978775,13.023698,13.240163,13.193991,13.238036,13.047461,11.954094,11.572481,11.512843,11.330753,11.465378,11.707914,11.684504,11.705871,11.854788,11.915392,11.973549,12.200435,12.141418,12.189382,11.970393,11.224618,10.398313,10.304317,10.088431,10.193933,10.427954,10.420923,10.464281,10.616074,10.698498,10.77254,10.985649,10.90734,10.934539,10.630916,10.17885,10.871915,10.791618,10.593256,10.711008,10.949437,10.931272,10.975913,11.139673,11.221004,11.288057,11.514274,11.443316,11.480105,11.214787,10.66005,10.112674,10.007649,9.7735119,9.8747358,10.091966,10.092696,10.137627,10.278192,10.360229,10.443405,10.643514,10.560216,10.575498,10.240878,9.8243332,10.528741,10.513249,10.485468,10.425959,10.425995,10.401161,10.189524,10.247157,10.569528,10.963881,10.856271,10.997521,11.089659,11.048279,10.984179,8.1779108,8.3613529,8.3317547,8.3218584,8.3212862,8.273942,8.257803,8.297761,8.4284334,8.5924931,8.6100149,8.7074957,8.9532299,8.9503565,8.8318739,9.5600719,9.6520281,9.629528,9.7104187,9.7022829,9.6910439,9.5864859,9.6187258,9.6895914,9.8099031,9.811326,9.9771051,10.218012,10.067009,9.9772053,10.529769,10.550871,10.549942,10.645993,10.624513,10.629334,10.363199,10.378967,10.248908,10.29298,10.302266,10.493191,10.67181,10.355898,10.236126,12.496909,12.335525,12.302409,12.340451,12.332702,12.316717,12.105844,12.137006,12.362113,12.531452,12.254116,12.447536,12.46219,12.27376,12.19811,8.2861938,8.4565086,8.4263182,8.4020414,8.4016018,8.3510847,8.3174028,8.3598537,8.5051632,8.6879568,8.6908007,8.7889175,8.9968596,9.0006361,8.8726835,13.05444,12.87499,12.841656,12.976462,12.956783,12.947976,12.527909,12.535491,12.552967,12.599319,12.361168,12.610167,12.596519,12.357444,12.282369,10.148457,10.176297,10.148737,10.087332,10.087278,10.05745,9.828227,9.8898315,10.192625,10.588575,10.51048,10.636433,10.739149,10.721992,10.646302,8.7551632,8.8905287,8.8641481,8.7801085,8.7818956,8.7392988,8.6028099,8.6602001,8.8990002,9.2191858,9.1766214,9.2756643,9.3875341,9.4113655,9.2688646,11.520865,11.471334,11.449591,11.561097,11.542508,11.540846,11.149194,11.162256,11.120577,11.176558,11.101997,11.342046,11.427316,11.209782,11.13197,9.0322666,9.1431503,9.1129847,9.1108503,9.1087379,9.0689287,8.9935474,9.04105,9.2177315,9.4407997,9.4191637,9.5424728,9.7240286,9.6921682,9.5835819,9.1970997,9.2920685,9.2619381,9.2520294,9.2500477,9.2111654,9.119009,9.1689882,9.3658419,9.6140795,9.5804405,9.706418,9.8685446,9.8377829,9.7306595,10.204762,10.264052,10.234568,10.163261,10.160954,10.125984,9.8199673,9.8808765,10.142676,10.496225,10.433648,10.543283,10.645616,10.640433,10.552065,9.6221924,9.6817255,9.6523905,9.620636,9.619339,9.584444,9.4423237,9.4982595,9.7478018,10.065148,10.006155,10.135426,10.262949,10.236736,10.140561,11.721215,11.672551,11.655707,11.755503,11.736384,11.736733,11.218284,11.225813,11.112215,11.147236,11.089147,11.344742,11.408722,11.210935,11.143147,10.617597,10.617811,10.592469,10.681333,10.67117,10.662954,10.466447,10.49538,10.580751,10.703385,10.643624,10.843328,10.989308,10.80442,10.718547,8.873353,9.0170555,8.9927416,9.0487709,9.0449429,9.0240498,8.9835577,9.0207357,9.1248178,9.2674026,9.2878113,9.4242287,9.7084665,9.617034,9.5274897,9.0471325,9.1906404,9.1777153,9.26789,9.2579546,9.2565708,9.1949863,9.2216606,9.2229204,9.3023643,9.3439541,9.4931879,9.8175144,9.6243458,9.5283499,8.0049238,8.184371,8.1582355,8.0805416,8.0837355,8.0329247,7.9786415,8.0255718,8.2020206,8.4266777,8.4077263,8.4970503,8.6376257,8.6678362,8.5057907,7.2921367,7.5380864,7.5102816,7.4803491,7.4812403,7.4313045,7.464159,7.4942493,7.5920458,7.7096224,7.7590389,7.830399,8.1389666,8.1626253,8.0394249,9.5239935,9.6036873,9.5756512,9.6164541,9.611846,9.5869741,9.4935713,9.5349388,9.6814146,9.8656101,9.8424139,9.9926825,10.190579,10.09726,10.004352,7.8888555,8.1178808,8.1036377,8.1728811,8.1719542,8.1653872,8.2041454,8.2357426,8.2989597,8.3984509,8.4675455,8.5834408,9.0131264,8.9183311,8.8445311,10.487553,10.48425,10.45547,10.492345,10.487256,10.468882,10.318038,10.358297,10.543693,10.748424,10.662231,10.836741,10.966941,10.83955,10.756049,9.8126354,9.8558617,9.8263025,9.8172045,9.814868,9.7842636,9.6543741,9.7056704,9.9365616,10.21816,10.155599,10.298045,10.433908,10.379381,10.288795,9.8437986,9.8923473,9.8635025,9.8936272,9.8892879,9.8646317,9.7486296,9.7920847,9.9672642,10.177791,10.13026,10.286252,10.450531,10.356334,10.265978,6.7587328,7.044539,7.0240598,7.0401216,7.0418682,7.0129628,7.1090016,7.1367149,7.2200413,7.3183026,7.3948092,7.4615707,7.9325562,7.940536,7.8697209,14.28182,13.956283,13.917437,13.904321,13.893638,13.863423,13.636311,13.670412,14.001897,14.205528,13.697643,13.864261,13.753763,13.583992,13.518816,10.22048,10.265878,10.25443,10.358441,10.341066,10.342794,10.124598,10.144881,10.087283,10.149093,10.154935,10.347133,10.547828,10.295282,10.192486,9.2879372,9.3737965,9.3439512,9.3195543,9.3181028,9.2791615,9.1688747,9.2221107,9.4428434,9.7236919,9.6797867,9.8040838,9.9476643,9.9258223,9.8186598,11.522834,11.453774,11.426732,11.532247,11.520597,11.51591,11.24031,11.262301,11.336688,11.434855,11.316907,11.543088,11.627745,11.411121,11.330789,9.5931568,9.7115583,9.6870766,9.595788,9.5998564,9.565711,9.2885542,9.3509083,9.5904121,9.9176989,9.8669186,9.9628687,10.063673,10.081159,9.9579859,8.1164818,8.3141804,8.2882071,8.3133392,8.3126554,8.2788496,8.287569,8.3253965,8.438776,8.5831165,8.6221609,8.7266722,9.0461283,9.0162039,8.9213905,8.5943289,8.7496452,8.7210274,8.7386951,8.7368269,8.6993685,8.6677704,8.7092915,8.8434372,9.0145807,9.0270004,9.1425552,9.3938646,9.3578377,9.2546577,12.016435,11.924511,11.898408,12.017072,11.998783,11.995,11.598331,11.610457,11.599061,11.656811,11.530424,11.775388,11.827939,11.60512,11.529059,7.3924389,7.6401086,7.6154604,7.6260724,7.6270366,7.590106,7.6430526,7.6758704,7.7740636,7.8938761,7.9544783,8.035533,8.4158688,8.416935,8.325655,10.03438,10.058983,10.030225,9.9941063,9.9929914,9.9633875,9.7962227,9.8525858,10.129315,10.473392,10.394387,10.532438,10.646214,10.607359,10.525614,11.076058,11.024251,10.994502,11.021145,11.016305,10.99922,10.826579,10.865762,11.079599,11.292795,11.155802,11.336952,11.430824,11.290338,11.212188,10.30414,10.333405,10.309839,10.401571,10.390662,10.382874,10.202628,10.231197,10.293373,10.406221,10.372333,10.565041,10.740061,10.556858,10.468553,8.6979799,8.8627272,8.8424873,8.912673,8.9085493,8.8955498,8.8698101,8.9036741,8.9805269,9.0992765,9.1364574,9.2734232,9.6015368,9.4905243,9.4055529,11.868728,11.748266,11.716599,11.6943,11.690419,11.668953,11.471389,11.5138,11.801726,12.06762,11.843182,12.014218,12.054413,11.928737,11.861452,13.13839,12.978846,12.950947,13.072676,13.044831,13.037548,12.46895,12.465963,12.381712,12.406455,12.209027,12.468485,12.442369,12.240352,12.174335,9.941617,9.9939537,9.9681196,10.037759,10.030342,10.015578,9.886631,9.9216757,10.031386,10.179017,10.149062,10.321961,10.512371,10.369081,10.280046,9.4792967,9.5862179,9.5765114,9.6710672,9.6569071,9.6579351,9.5526543,9.5762539,9.5381546,9.6060276,9.6391687,9.7978334,10.08159,9.8396292,9.7318888,14.522811,14.172712,14.132882,14.083615,14.072405,14.03779,13.766086,13.804273,14.167021,14.413107,13.859098,14.011443,13.889332,13.748656,13.693254,10.237456,10.260316,10.23291,10.29158,10.285002,10.268992,10.125214,10.162127,10.303365,10.472879,10.416345,10.593176,10.751529,10.611462,10.524553,8.8085136,8.9411154,8.9112272,8.9162102,8.9141941,8.8737364,8.819026,8.8637152,9.019145,9.2161417,9.2099981,9.328495,9.5378571,9.5070229,9.3982611,8.7360153,8.9027376,8.8862581,8.9681158,8.9622383,8.9561043,8.9246407,8.9551401,8.9998121,9.097784,9.1419964,9.2835417,9.6276779,9.4849281,9.3989105,6.1569123,6.4704227,6.4599805,6.4945517,6.4970889,6.4868984,6.6217523,6.6460662,6.7163095,6.7972932,6.8838668,6.9469342,7.5223217,7.5143113,7.4706416,9.5537539,9.6219625,9.5922947,9.6014442,9.5983839,9.5668192,9.4621572,9.5097742,9.7025843,9.9397383,9.8980341,10.039227,10.201933,10.140831,10.04475,11.264445,11.243486,11.230493,11.330975,11.312743,11.315037,10.856784,10.86823,10.754181,10.793467,10.765367,11.010008,11.10735,10.890222,10.813251,9.0322189,9.1561728,9.1290054,9.1698837,9.1662664,9.1389551,9.0827274,9.1230536,9.2512951,9.4179134,9.4214773,9.557086,9.8006811,9.7246933,9.6301575,9.6568098,9.7460089,9.7268782,9.8196783,9.8089752,9.8032045,9.6775465,9.7057123,9.7361364,9.832736,9.8413658,10.014177,10.259855,10.078342,9.9865007,13.574419,13.317719,13.281733,13.303893,13.296132,13.274675,13.054914,13.084849,13.356959,13.524796,13.116191,13.301827,13.244328,13.049094,12.976968,7.80549,8.0027218,7.974637,7.9039302,7.9056983,7.8498039,7.8175688,7.8576627,8.001976,8.1814299,8.1809664,8.2633009,8.4322243,8.4627304,8.3023586,8.6507959,8.7868958,8.7571516,8.7204771,8.7201986,8.6725521,8.6016569,8.651062,8.8376055,9.0757999,9.0519772,9.1587658,9.3180742,9.3205223,9.1909599,13.019456,12.829819,12.79598,12.926746,12.915927,12.910046,12.571266,12.584013,12.680112,12.746171,12.487759,12.731755,12.720603,12.468776,12.394129,8.7958345,8.9195404,8.890626,8.8406286,8.840786,8.7955112,8.7003555,8.7537804,8.967947,9.2455482,9.2094917,9.3174725,9.4547291,9.4613838,9.331378,11.933095,11.822379,11.791734,11.861182,11.852921,11.84236,11.621422,11.649872,11.818511,11.961024,11.763718,11.970255,12.024619,11.824585,11.745719,9.4298668,9.5233984,9.4971313,9.553237,9.5478525,9.5272512,9.4416122,9.479764,9.5989447,9.7570362,9.7482615,9.9009972,10.125367,10.016397,9.9250765,11.038589,11.000648,10.973211,11.053477,11.044897,11.035901,10.830604,10.860387,10.984175,11.121969,11.020283,11.224326,11.336564,11.149938,11.067357,12.161951,12.038382,12.008331,12.11127,12.101894,12.096225,11.821497,11.842846,11.960811,12.062465,11.872298,12.100493,12.143538,11.915864,11.838061,7.157824,7.4295249,7.4164214,7.4697404,7.4720879,7.4627309,7.5491467,7.5803528,7.6581912,7.7584958,7.84199,7.9350257,8.4258089,8.3784847,8.3164368,7.284339,7.5212927,7.4930649,7.4297318,7.4305396,7.3770218,7.3839216,7.4129567,7.5191116,7.6466813,7.6830363,7.7530179,7.9904075,8.0185518,7.8636107,11.008502,10.967439,10.938655,10.993587,10.987076,10.973796,10.79314,10.827883,10.997574,11.171114,11.053864,11.245288,11.35205,11.189001,11.107718,10.130151,10.150746,10.121454,10.1343,10.130756,10.106153,9.9711275,10.017265,10.228663,10.473951,10.40109,10.558903,10.694963,10.605737,10.519986,10.836267,10.795228,10.765871,10.736016,10.734056,10.711025,10.530394,10.580153,10.866679,11.182654,11.049596,11.207525,11.295323,11.213251,11.143364,10.538132,10.559378,10.544339,10.651002,10.63378,10.634401,10.363441,10.382655,10.334376,10.397521,10.385624,10.594658,10.760899,10.525894,10.432436,8.1356936,8.3056955,8.2813473,8.188941,8.1929855,8.1481409,8.0671806,8.1191483,8.3304882,8.6067286,8.5746393,8.6673107,8.7856197,8.8176527,8.6527443,7.864377,8.0743895,8.0460548,8.0407,8.0406952,7.9953008,8.0050793,8.0416508,8.1568737,8.3000965,8.3354683,8.4253922,8.7156525,8.7166967,8.6042585,9.3539896,9.4600868,9.4362841,9.5064993,9.5001583,9.4847851,9.4031439,9.4380646,9.5290766,9.6633472,9.6679325,9.8235693,10.073782,9.9464417,9.8567581,10.490426,10.478517,10.449146,10.440512,10.437871,10.414163,10.256562,10.304959,10.557077,10.840955,10.737235,10.896025,11.005227,10.919798,10.841861,7.6174116,7.8592982,7.8416805,7.8926506,7.8934174,7.8775606,7.9327617,7.9662552,8.0539484,8.1682863,8.2376852,8.3398504,8.7696733,8.7184114,8.6457787,11.400563,11.31881,11.289045,11.23257,11.230741,11.208063,10.980253,11.029754,11.34919,11.689184,11.512324,11.667041,11.72683,11.645022,11.585274,8.2094173,8.4073839,8.3856144,8.4364595,8.4351702,8.4144545,8.426055,8.4619865,8.5592213,8.6891937,8.7368689,8.8533764,9.2089052,9.143899,9.0604677,8.482851,8.6353006,8.6050844,8.5777922,8.5772648,8.5278406,8.477108,8.5227423,8.6852274,8.8909111,8.8810921,8.9843245,9.169323,9.1706524,9.0425434,10.744093,10.747398,10.727715,10.834785,10.818812,10.816982,10.539255,10.559394,10.545007,10.61869,10.584666,10.800187,10.946228,10.728271,10.640981,10.14508,10.195498,10.177924,10.28,10.265659,10.263371,10.067735,10.09146,10.085413,10.16544,10.16081,10.35307,10.555081,10.341755,10.248187,10.922235,10.919514,10.909904,11.012926,10.993571,10.997285,10.618531,10.632412,10.520026,10.562778,10.551334,10.777805,10.907167,10.657025,10.565378,11.050337,11.024893,11.001322,11.108359,11.094009,11.090364,10.811522,10.832693,10.857583,10.943456,10.876994,11.098093,11.217737,11.00528,10.921689,9.2060575,9.3088961,9.2798586,9.3041286,9.3008041,9.2688904,9.1940823,9.2379169,9.3934002,9.5895166,9.574234,9.709754,9.9136114,9.8505344,9.7519817,7.5345664,7.7528534,7.7243729,7.6558032,7.656774,7.6014667,7.5887003,7.6221867,7.7439427,7.8926854,7.9123149,7.9884186,8.1889925,8.2172213,8.0566235,11.551028,11.458987,11.428101,11.434895,11.430532,11.411963,11.227315,11.267107,11.515615,11.747003,11.560548,11.739772,11.802836,11.662848,11.589527,9.3055182,9.3957653,9.3668995,9.3159065,9.3155479,9.2757721,9.1292534,9.187171,9.4329834,9.7556725,9.7051477,9.8200617,9.943387,9.9415159,9.8297176,14.288628,13.983623,13.945783,14.045649,14.031243,14.016562,13.745743,13.763985,13.964213,14.053872,13.562412,13.768574,13.669872,13.42192,13.343948,10.041021,10.095465,10.073987,10.16796,10.156575,10.149907,9.9868774,10.01479,10.056423,10.159194,10.145724,10.331483,10.534937,10.349937,10.259644,6.9702835,7.2399817,7.2139015,7.1950226,7.1968031,7.1504221,7.2131634,7.2408853,7.326612,7.4276795,7.489635,7.5535555,7.92694,7.9553547,7.8518434,7.3612213,7.6154284,7.5952992,7.6287885,7.6300545,7.6057615,7.6722126,7.7051821,7.7990837,7.9152937,7.9853673,8.0737972,8.5030346,8.481782,8.406311,8.5809126,8.7441959,8.7183456,8.757679,8.7554054,8.7271919,8.7061472,8.7450314,8.8611746,9.012929,9.0381699,9.160244,9.450737,9.3910379,9.2982149,12.397382,12.182001,12.173353,12.556374,12.774131,12.904393,13.184362,13.988164,14.356952,14.46039,14.795225,14.775558,14.8216,15.472626,15.348829,8.6674051,8.3998804,8.3808327,8.5146608,8.6822405,8.9281721,9.9000683,10.670951,10.881581,10.920402,12.681017,12.601123,12.606378,12.281773,12.094308,8.4250011,7.723743,7.6707711,7.7466149,7.8688145,7.8847566,7.9991274,8.3858185,8.1569929,8.102252,8.3374929,8.2901993,8.2844753,8.2701426,8.1696596,8.7855215,8.4382486,8.3527966,8.4324131,8.5702629,8.7173548,9.2947645,9.7816849,9.8327122,9.8464785,10.889599,10.818802,10.816657,10.287017,10.129025,8.6105843,8.125124,8.0288477,8.1079426,8.2419748,8.2979965,8.532836,8.9048319,8.8079138,8.7852182,9.2251606,9.1665354,9.1646166,8.9303379,8.8123569,8.7108421,8.3169641,8.2470675,8.360425,8.522006,8.6246223,9.0544806,9.5486841,9.5894861,9.6078959,10.396684,10.329013,10.331504,10.108737,9.9638062,7.8400493,6.9749355,6.934412,6.97539,7.0551171,7.0587006,7.1212029,7.4739141,7.0776114,6.9395423,7.0890851,7.0535517,7.0449181,7.0322456,6.9660349,8.5414619,8.0214491,7.9452429,8.0353346,8.1784763,8.2330637,8.4809523,8.8893452,8.7905416,8.7669525,9.2369146,9.1784401,9.1763477,9.0244284,8.9065113,8.6608257,8.212327,8.1436014,8.2544708,8.4130049,8.4914799,8.8342476,9.3006449,9.293829,9.3001947,9.9353533,9.8713293,9.8723373,9.7094784,9.5759077,7.978126,7.1870837,7.1357412,7.1866117,7.2808466,7.2928729,7.3880219,7.7469096,7.4043126,7.2824216,7.4943094,7.4521484,7.442266,7.3995399,7.3254943,10.644715,10.38778,10.362559,10.693513,10.910117,11.022572,11.350592,12.125904,12.534064,12.658401,13.138631,13.096948,13.130761,13.384285,13.241412,8.3370094,7.5783415,7.5321827,7.5957928,7.7069063,7.7169857,7.8039074,8.175292,7.895021,7.830451,8.0049543,7.9650369,7.9613295,7.9695992,7.871645,9.0144835,8.6137276,8.4577007,8.4798746,8.5695286,8.633235,8.8670378,9.1443987,9.1433592,9.1554127,9.596447,9.5330505,9.5257607,8.6943092,8.569685,8.606739,8.0891571,8.0249014,8.131794,8.2844763,8.339489,8.5981627,9.0416708,8.9794931,8.9710636,9.4589815,9.3991499,9.3980675,9.2964993,9.1744785,8.4920149,7.835052,7.7790885,7.864552,7.9956899,8.0183668,8.1583128,8.5583172,8.3720608,8.3297548,8.6108332,8.5601139,8.555089,8.5270967,8.4222002,8.3040524,7.6686106,7.5980268,7.6679039,7.7895765,7.8237953,7.9877357,8.3591442,8.1444006,8.0766201,8.3969955,8.3484602,8.3438578,8.2328606,8.1378183,8.0039768,7.2479935,7.1923037,7.2458487,7.3449273,7.3683071,7.4814653,7.8392487,7.5193386,7.4070711,7.6307459,7.5942864,7.5891795,7.5177355,7.4461255,9.2029495,9.0532408,9.0728264,9.5333452,9.7453718,9.9818935,10.806605,12.077677,12.947947,13.074439,14.449499,14.380554,14.405924,14.441521,14.270604,9.0137491,8.6726217,8.629055,8.8187485,9.0092535,9.1196842,9.5674467,10.193197,10.414991,10.490355,11.281566,11.215493,11.227836,11.149981,10.997856,8.6803999,8.2483435,8.1637449,8.2601862,8.4107342,8.4889145,8.8196917,9.2491579,9.2273655,9.229166,9.8427505,9.7786884,9.7789507,9.5441637,9.4103165,10.772731,10.617704,10.63048,11.178288,11.41158,11.579471,12.014107,13.159595,13.909337,14.037875,14.630307,14.596118,14.641382,15.030537,14.898052,8.7305527,8.3440599,8.2640467,8.3679085,8.5242014,8.6249084,9.041337,9.5094738,9.5397758,9.5555868,10.320425,10.252739,10.254481,9.9815054,9.8363295,8.7630844,8.3852959,8.2945032,8.3871145,8.5353212,8.6379461,9.0533838,9.497756,9.5211201,9.533289,10.292643,10.224486,10.224654,9.8695354,9.7237339,8.7211227,8.4184952,8.3861618,8.531374,8.7056084,8.8952093,9.6548815,10.345792,10.533002,10.57728,11.950468,11.874867,11.882055,11.646763,11.475514,8.3448792,7.697176,7.6357155,7.7138529,7.840549,7.869854,8.0327816,8.4240704,8.2213783,8.1603632,8.4875154,8.4353151,8.4289198,8.3591557,8.2595873,8.4856062,7.9258208,7.8563128,7.9455204,8.0857697,8.1320333,8.3539782,8.7621746,8.6355562,8.6022511,9.0287561,8.9719648,8.9685984,8.8535404,8.7410603,8.5799627,8.3458138,8.3635864,8.5122652,8.6803684,9.0086851,10.296405,11.270314,11.564299,11.604859,13.937771,13.852427,13.859112,13.557711,13.356627,8.5213804,7.989615,7.8967328,7.9702601,8.0984325,8.1441774,8.3391857,8.6989002,8.5574379,8.5194159,8.8905096,8.8358164,8.8333616,8.6385937,8.5294714,8.470849,7.9142499,7.8201418,7.8875246,8.0077391,8.0487804,8.2177563,8.5634737,8.3916683,8.342185,8.6664381,8.6148844,8.6124611,8.4225092,8.3204975,8.7810411,8.4698324,8.4001112,8.5009613,8.6551609,8.8185568,9.4644299,10.01299,10.120377,10.150069,11.32101,11.246417,11.248739,10.805011,10.634654,10.150022,9.7502851,9.6965256,9.8899546,10.07523,10.13051,10.346111,10.897351,11.049548,11.145882,11.494686,11.445935,11.46138,11.589704,11.439337,8.837286,8.3163242,8.2580385,8.3822136,8.5429506,8.5875568,8.803854,9.2628222,9.2356672,9.2530346,9.6550379,9.598074,9.5997658,9.5628147,9.4370556,8.3782444,7.7801151,7.6955929,7.7621522,7.8816819,7.9182715,8.0763226,8.4277639,8.2279758,8.167532,8.4717083,8.4230118,8.4203081,8.2669802,8.1703529,7.8952117,7.0882959,7.0368338,7.0825753,7.1710558,7.1836295,7.2716293,7.6220417,7.2573528,7.1245241,7.318716,7.2802482,7.2718163,7.2222691,7.1547976,8.1091995,7.3406324,7.2900767,7.3487248,7.4515147,7.4637995,7.5638757,7.9330163,7.6237574,7.5219693,7.7415104,7.6972389,7.6882038,7.6576052,7.5754251,8.5779247,8.3679295,8.4038792,8.5813608,8.7553616,9.1164322,10.519593,11.620321,12.004915,12.056407,14.598936,14.513124,14.524291,14.27676,14.070521,8.7280617,8.3524284,8.2939491,8.4215269,8.5900059,8.7071514,9.1949797,9.7376032,9.8205957,9.8495045,10.738909,10.66969,10.673921,10.476082,10.326003,8.4730644,7.9191093,7.8359952,7.9129305,8.0443945,8.089283,8.2897911,8.6643562,8.5156851,8.4744148,8.8579636,8.8038607,8.8009863,8.6397114,8.5315247,9.542449,9.0508566,8.9928255,9.1363935,9.3058252,9.3427439,9.5181036,9.9918404,10.019603,10.083495,10.387124,10.336482,10.343675,10.401968,10.259396,10.883563,10.446044,10.384417,10.547857,10.713456,10.749698,10.90986,11.41171,11.485676,11.575336,11.822803,11.780177,11.79133,12.018577,11.853584,8.8359842,8.4374933,8.3840809,8.5342159,8.711113,8.8037424,9.1978168,9.7443419,9.8506508,9.8945303,10.607406,10.541838,10.548313,10.441049,10.297376,8.7620554,8.3892899,8.3367758,8.477519,8.6513662,8.76791,9.2538443,9.8192053,9.9293556,9.9671354,10.848989,10.780095,10.785835,10.623597,10.473311,7.6575251,6.7626195,6.7223673,6.7556734,6.8239298,6.8278255,6.8863702,7.2309875,6.795217,6.6291242,6.773488,6.7409582,6.7307391,6.7046232,6.6506481,8.5091,7.9450507,7.8798008,7.9740987,8.1169558,8.1615763,8.3811388,8.7992907,8.6811676,8.6523409,9.0747805,9.0176525,9.014349,8.9195099,8.8060389,9.4101658,8.7877064,8.731863,8.8231688,8.9632549,8.9778614,9.0830793,9.4766169,9.3449335,9.374898,9.5532551,9.5107517,9.5115919,9.5923634,9.4391356,9.3856316,8.9752426,8.922514,9.1023188,9.2881918,9.3514309,9.6140118,10.158463,10.29983,10.378198,10.831617,10.775364,10.787242,10.804331,10.661815,8.7361288,8.4034691,8.3461037,8.4679108,8.6338825,8.7827978,9.3861065,9.9609079,10.07325,10.105325,11.202435,11.129748,11.134074,10.853803,10.691735,7.7423677,6.8622012,6.8219299,6.8593669,6.933383,6.9375529,6.9999766,7.3497109,6.9335856,6.7796078,6.9317012,6.897285,6.8875852,6.866437,6.807014,9.8108139,9.5980654,9.5850077,9.9602289,10.179825,10.32844,10.816573,11.740887,12.322201,12.453588,13.229668,13.175285,13.206596,13.321643,13.169165,8.1995211,7.4821291,7.4260745,7.4922595,7.6049337,7.6241236,7.7498817,8.1263752,7.8589811,7.7720661,8.0366611,7.9887452,7.9803371,7.9310532,7.8423519,9.8032274,9.4626074,9.4179544,9.649579,9.8494511,9.9307404,10.229116,10.85712,11.117256,11.224202,11.712804,11.659515,11.679458,11.757364,11.609584,8.7593956,8.4726801,8.4499674,8.6180429,8.7994766,8.9976139,9.7852058,10.530621,10.776052,10.833575,12.249719,12.174076,12.184254,11.991906,11.818773,8.9730854,8.8045444,8.8281403,9.1754665,9.3798685,9.6495781,10.637446,11.80638,12.495959,12.607362,14.306857,14.224981,14.243029,14.190555,14.004844,8.9724426,8.5458241,8.4912758,8.6473455,8.8254194,8.8961782,9.2034006,9.7293968,9.8243942,9.875246,10.42728,10.365963,10.373166,10.318928,10.180297,8.7099218,8.2689915,8.2074747,8.3318415,8.4969511,8.5772572,8.9291401,9.4222279,9.4476223,9.4656019,10.113384,10.049024,10.051517,9.9208603,9.7849636,9.2150526,8.8443956,8.7958994,8.9881716,9.179101,9.2626448,9.6021738,10.189732,10.385733,10.466861,11.058105,10.997419,11.010471,10.987403,10.841475,8.8514605,8.6252337,8.624733,8.8584347,9.0531178,9.2876997,10.189808,11.106438,11.534911,11.622461,13.21912,13.141222,13.157643,13.022084,12.839609,9.1827946,9.0740595,9.0995979,9.8139267,10.021757,10.24272,10.975196,12.661225,14.004328,14.128716,15.322075,15.263299,15.291705,15.415075,15.255403,8.8744106,8.5910425,8.5656672,8.761776,8.9521675,9.1258001,9.8119669,10.554756,10.848562,10.923788,12.144581,12.071592,12.084964,11.94862,11.780416,8.8390837,8.5077362,8.4672289,8.6352654,8.81882,8.9567919,9.5176287,10.157846,10.354377,10.413266,11.419137,11.348702,11.358384,11.217204,11.059016,9.0767593,8.5574827,8.4999418,8.6306009,8.794508,8.8331175,9.0222235,9.4828682,9.470787,9.5062437,9.8503838,9.796361,9.8000851,9.8024826,9.6715393,8.4593554,7.8237009,7.7653189,7.852561,7.9859581,8.0142241,8.1753445,8.5796442,8.4063416,8.3627052,8.683486,8.6306944,8.6255178,8.5775757,8.4724808,8.6747131,8.1654959,8.1041803,8.2197838,8.3771801,8.4319067,8.6894789,9.1460037,9.1075678,9.1101484,9.5927591,9.5329018,9.5330219,9.4497337,9.3252411,8.8842583,8.2529802,8.1977425,8.2918568,8.4324446,8.4513512,8.5736284,8.9776268,8.8348904,8.83564,9.0658684,9.0185661,9.0177135,9.0382242,8.9143362,8.6929169,8.2571621,8.1607952,8.2462673,8.3869667,8.4596834,8.7598953,9.156518,9.112545,9.1063671,9.6604424,9.597249,9.5960045,9.3103762,9.1810036,9.3394098,9.1130266,9.0976496,9.4126568,9.6241226,9.7860641,10.372318,11.255692,11.778167,11.899226,12.885261,12.820258,12.844594,12.848318,12.68597,8.7482853,8.2372665,8.1778517,8.2993507,8.4593668,8.510211,8.7518768,9.2131052,9.1860189,9.1969128,9.6477041,9.5888681,9.5899115,9.5283604,9.4029779,11.503578,11.188642,11.145489,11.40582,11.597398,11.673042,11.900475,12.545158,12.788145,12.894725,13.218541,13.180122,13.206081,13.56953,13.417715,8.1797495,7.4798198,7.4182119,7.4817514,7.5940747,7.6178408,7.752214,8.1206417,7.8545465,7.7654629,8.0414085,7.9943995,7.9870844,7.912838,7.8256249,8.8560133,8.4709826,8.3561783,8.4108114,8.5278006,8.6375742,9.0593691,9.4465857,9.4538097,9.4594164,10.235053,10.167043,10.163505,9.5085115,9.3669777,8.0977726,7.3836632,7.3206606,7.3778749,7.4825082,7.5116363,7.6377745,7.9937387,7.7049866,7.6062517,7.847044,7.8101454,7.8072133,7.7107267,7.6349993,9.2110395,8.9266701,8.8946466,9.1376181,9.3402033,9.470685,9.9704266,10.698968,11.05476,11.157553,12.017594,11.952305,11.971055,11.933739,11.77588,9.615674,9.329525,9.2955151,9.5657654,9.7739668,9.8847809,10.283543,11.007166,11.379814,11.495836,12.154093,12.096764,12.119977,12.167987,12.016352,8.9538879,8.7586527,8.7678699,9.0630331,9.2655334,9.507781,10.414353,11.440767,12.005733,12.111197,13.686016,13.60646,13.624759,13.541998,13.359038,8.5980196,8.1111946,8.0252228,8.1125269,8.2548552,8.3144894,8.5736856,8.9717321,8.8905411,8.8735332,9.361124,9.3013916,9.3000011,9.1020241,8.9802227,8.7230835,8.4375458,8.3945522,8.5149832,8.6788044,8.8815851,9.6852589,10.343955,10.506193,10.542186,11.998499,11.921989,11.926167,11.558944,11.378922,8.7682505,8.4298449,8.3554525,8.4617395,8.6197014,8.753233,9.2910156,9.806139,9.8878431,9.9143782,10.894218,10.822652,10.825316,10.476193,10.317054,10.053571,9.9482727,9.5021124,9.6388359,9.6946373,9.7060814,9.7294912,9.7716208,9.9095831,9.9430609,9.993124,9.849369,9.8001833,9.4866867,8.4471989,10.756001,10.663816,10.168529,10.267065,10.316162,10.336904,10.367554,10.406965,10.437608,10.45904,10.479346,10.298023,10.241976,9.9466219,8.5026093,12.767815,12.703731,12.331239,12.406395,12.458174,12.486312,12.520686,12.56383,12.595428,12.615547,12.616362,12.305891,12.265861,12.030465,9.0642719,13.460788,13.397058,13.071487,13.121184,13.160681,13.180947,13.212366,13.250642,13.273293,13.287802,13.294061,12.932882,12.896786,12.688036,9.2125072,14.543303,14.504256,14.276353,14.313963,14.349226,14.369832,14.396839,14.428538,14.44651,14.457234,14.451587,13.995347,13.969501,13.819784,9.42103,9.3850498,9.2851343,8.7321386,8.8396578,8.8781996,8.8917704,8.9122801,8.9397001,8.9628544,8.9799957,9.0036077,8.8860664,8.8202305,8.5109081,7.9461141,10.234046,10.132917,9.6278114,9.7701521,9.8179007,9.834774,9.8622103,9.9008341,9.94835,9.9723177,10.00541,9.8514309,9.7937298,9.4830809,8.4059553,8.99893,8.8996115,8.3298531,8.4291115,8.4599943,8.4705706,8.4866295,8.5077734,8.5261297,8.5398645,8.5603685,8.4571562,8.3884029,8.0804157,7.7203159,10.053995,9.9538975,9.4330511,9.5733156,9.6187153,9.6357021,9.6622219,9.6980877,9.7357235,9.7573462,9.7859659,9.6393375,9.5789967,9.2686024,8.3053989,9.4795704,9.3796883,8.8293943,8.949646,8.9886208,9.002903,9.0244865,9.0529795,9.078126,9.0956841,9.1195965,8.9976397,8.9322824,8.6220951,8.0024929,12.128281,12.040246,11.633286,11.719501,11.764305,11.781015,11.810949,11.854171,11.903645,11.930915,11.965488,11.706473,11.663667,11.397785,8.9526596,10.317188,10.213679,9.7357426,9.8760471,9.9278078,9.9430857,9.9699602,10.011852,10.088384,10.117015,10.159144,10.0032,9.9497995,9.6374788,8.4911432,9.3393383,9.234273,8.7076416,8.9377155,8.9819422,8.9962435,9.0187168,9.0516977,9.1122627,9.1327114,9.1665812,9.0478506,8.9843102,8.6610765,8.1599865,13.349328,13.288949,12.95983,13.022683,13.067622,13.091268,13.122878,13.163136,13.193686,13.21233,13.216314,12.863268,12.828702,12.616611,9.1986485,8.9619007,8.8624706,8.2897797,8.4190741,8.448411,8.4593048,8.4752684,8.4960136,8.5149479,8.528039,8.5479088,8.444438,8.3749933,8.0651646,7.7255907,11.045635,10.95212,10.476942,10.587629,10.636316,10.656064,10.687091,10.728647,10.769747,10.793617,10.819634,10.623459,10.570715,10.277032,8.6348524,8.9476757,8.8485966,8.2754774,8.3814754,8.4104376,8.42064,8.4360943,8.4561319,8.4739647,8.4869308,8.5066175,8.4047117,8.3354197,8.0273199,7.6913819,9.131916,9.0310869,8.4682169,8.6395311,8.6735449,8.6864777,8.705142,8.7298584,8.7542171,8.7691422,8.7923708,8.6813316,8.613019,8.2992878,7.8847995,9.224329,9.1219015,8.570158,8.7965307,8.8348675,8.8493729,8.8702421,8.8986959,8.9317398,8.9482689,8.9753275,8.8591881,8.7920771,8.4733658,8.0290432,10.076799,9.9791327,9.4533253,9.5685606,9.6134815,9.631032,9.6575861,9.6922808,9.7221727,9.7424936,9.7665386,9.6188784,9.5579166,9.2516346,8.2642641,10.819191,10.727144,10.235792,10.329432,10.379059,10.399659,10.430513,10.47042,10.500269,10.521729,10.54256,10.358273,10.302903,10.009065,8.5244484,10.936229,10.845634,10.3594,10.462759,10.512169,10.53382,10.565304,10.605687,10.639003,10.660926,10.680188,10.488738,10.434007,10.141193,8.5685768,9.0417099,8.9343224,8.4615164,8.6655951,8.7090197,8.7135954,8.7264252,8.7532129,8.9313049,8.9552021,8.9945383,8.8844738,8.8264332,8.5118103,8.0420113,11.894862,11.817182,11.384665,11.471873,11.523958,11.549965,11.584443,11.627811,11.660507,11.681948,11.691098,11.44146,11.393938,11.126878,8.844286,11.975299,11.885359,11.480264,11.572005,11.619251,11.635926,11.664865,11.709665,11.770063,11.801474,11.845366,11.59778,11.556062,11.284716,8.9361563,15.306619,15.289935,15.143956,15.176803,15.209809,15.231185,15.250224,15.274102,15.288769,15.298376,15.284319,14.755145,14.740265,14.64412,9.5550709,11.532539,11.449148,10.994599,11.081424,11.132637,11.15659,11.190275,11.232808,11.263609,11.284902,11.298601,11.07243,11.022035,10.744681,8.7408295,12.395764,12.311672,11.914855,11.99399,12.036863,12.053955,12.084743,12.126801,12.169037,12.193159,12.219249,11.941108,11.898816,11.642968,9.001894,12.372887,12.298455,11.896014,11.966421,12.015616,12.039719,12.074121,12.117089,12.145178,12.164593,12.174123,11.893435,11.849545,11.598187,8.9662123,11.878757,11.786032,11.392062,11.485989,11.537365,11.553682,11.581923,11.629338,11.707061,11.743064,11.791003,11.550838,11.511077,11.2354,8.9385223,10.909582,10.807714,10.381032,10.494079,10.550934,10.565704,10.593183,10.641077,10.742992,10.779013,10.829316,10.645399,10.60073,10.298113,8.7110825,10.835386,10.73371,10.32896,10.434743,10.495686,10.509342,10.535977,10.58587,10.716762,10.756061,10.811096,10.630201,10.588489,10.285967,8.7151861,12.076565,11.993162,11.574892,11.661328,11.708283,11.728836,11.76125,11.804191,11.843657,11.866925,11.887561,11.628941,11.584026,11.318879,8.9156771,13.788949,13.742668,13.450691,13.50587,13.553226,13.581055,13.612614,13.651376,13.675375,13.691226,13.683179,13.291903,13.260578,13.072972,9.2794561,10.887466,10.78901,10.318391,10.438139,10.487678,10.505036,10.534515,10.577175,10.63175,10.658812,10.695027,10.509549,10.45783,10.157622,8.6282806,12.447897,12.377783,11.981003,12.054702,12.106123,12.13286,12.167751,12.211102,12.240255,12.260046,12.264588,11.977561,11.9343,11.686616,8.9822426,9.6632919,9.60569,9.4973135,11.229526,11.353147,11.386574,11.391868,11.411877,11.536236,11.325481,11.299539,12.174101,12.247356,11.333402,11.300725,11.026902,11.050485,11.028679,11.313305,13.820523,13.825718,13.81715,14.140395,14.184556,14.177583,14.014699,13.297523,13.380191,12.874998,12.747372,10.5337,10.537717,10.526051,10.859681,12.56888,12.589864,12.590339,12.797241,12.771635,12.765969,12.692018,12.286366,12.410282,11.836905,11.690371,11.0075,11.118896,11.099326,11.27901,15.417135,15.402989,15.390994,15.977839,15.968091,15.951025,15.737747,14.320623,14.382226,13.933623,13.803798,10.686645,10.618888,10.564105,11.542525,12.113245,12.158091,12.167512,12.243659,12.457671,12.355339,12.273404,12.647095,12.739614,12.004629,11.923862,9.9906263,9.8165541,9.7717915,10.224027,10.0342,10.087976,10.092227,10.096725,9.8217878,9.7862453,9.7175684,9.937562,10.009882,9.4554443,9.3777161,10.448425,10.377121,10.343953,11.025904,11.603438,11.647588,11.651746,11.725291,11.757467,11.70308,11.651071,11.842571,11.950631,11.278172,11.161208,10.970648,10.811762,10.857722,11.017124,11.074473,11.132453,11.133316,11.147465,10.751208,10.744301,10.710571,10.751941,10.864565,10.114258,9.8722496,9.4990578,9.2623329,9.2057257,9.3336496,8.8901405,8.9277372,8.9314013,8.9344988,8.5663671,8.5607519,8.4602289,8.5266743,8.5775719,8.2420006,8.1576395,10.431828,10.502217,10.492921,10.731126,13.479977,13.485627,13.484842,13.832644,13.784028,13.781626,13.69,12.832566,12.959705,12.435761,12.28797,10.544716,10.488873,10.461046,11.050793,11.876981,11.915719,11.918418,12.020117,12.067038,12.027357,11.965891,12.027882,12.138973,11.496041,11.373772,10.722422,10.6324,10.648672,10.94456,11.483541,11.523762,11.525859,11.592509,11.372797,11.364224,11.332007,11.307935,11.435029,10.724027,10.52394,10.09275,9.8996229,9.8844395,10.090553,9.8814402,9.9454355,9.9500179,9.9564629,9.603014,9.5919256,9.5147285,9.6080532,9.6837654,9.1960983,9.0501194,10.418434,10.324425,10.308548,10.822696,11.221036,11.27007,11.273217,11.326123,11.215538,11.181076,11.140187,11.282294,11.391785,10.729865,10.583067,10.148759,9.9772196,9.8839235,10.521017,10.261241,10.302371,10.306073,10.290184,10.034313,9.9776163,9.9146271,10.23003,10.291211,9.5814075,9.6878443,10.478759,10.485066,10.486548,10.75142,12.401196,12.421393,12.425116,12.622902,12.511703,12.513366,12.461086,12.027731,12.168222,11.55886,11.385896,10.516768,10.449608,10.442089,10.865463,11.580805,11.620917,11.623672,11.710932,11.614065,11.594734,11.551917,11.544594,11.665316,11.012143,10.852838,10.547098,10.438704,10.441491,10.81347,11.144122,11.19468,11.197026,11.241929,11.039846,11.020345,10.983484,11.064333,11.177095,10.504556,10.327275,10.278657,10.122842,10.114605,10.445232,10.4221,10.487084,10.490642,10.504951,10.221828,10.200701,10.145208,10.282148,10.371236,9.7908478,9.6353884,10.19712,10.297967,10.307643,10.450456,13.308787,13.31021,13.322895,13.684085,13.511137,13.519689,13.472381,12.494597,12.672073,12.09058,11.901835,9.982995,9.8994646,9.8248758,11.025524,11.181714,11.225769,11.231042,11.257683,11.295793,11.164308,11.127423,11.71163,11.798278,11.011323,10.946453,10.03987,9.9226141,9.8696184,10.69824,10.743241,10.794626,10.798751,10.816652,10.702376,10.622693,10.577874,10.974422,11.05957,10.370646,10.286326,9.6261692,9.4086723,9.3107805,9.6434469,9.2093887,9.240818,9.2408161,9.2281017,8.9199476,8.8999968,8.8204689,8.9835215,9.0302658,8.5772982,8.6631937,10.714499,10.649061,10.665176,10.941265,11.733245,11.766203,11.769055,11.864234,11.664709,11.661315,11.627642,11.507868,11.643125,10.938739,10.738493,10.449501,10.507932,10.535211,10.646991,12.730004,12.733464,12.752001,13.007525,12.757569,12.773259,12.74743,12.047593,12.244884,11.559756,11.335083,11.898743,11.809948,11.773993,12.258655,13.674089,13.696918,13.690402,13.877186,14.078251,14.049424,13.826087,13.659444,13.692879,13.128226,13.029226,10.659036,10.637798,10.65603,10.875093,12.16619,12.187735,12.192824,12.346807,12.149766,12.15488,12.118512,11.78706,11.936815,11.248147,11.043442,10.140384,10.076243,9.9878635,11.451752,11.705012,11.747253,11.757904,11.795856,11.986794,11.810564,11.759871,12.475419,12.556849,11.697103,11.646298,10.601231,10.529442,10.457887,11.6978,12.089492,12.137907,12.153584,12.210918,12.453357,12.307231,12.224458,12.791065,12.872273,12.062697,12.000504,14.050158,13.846285,13.810663,14.119246,16.123524,16.12805,16.110031,16.40926,16.641018,16.632109,16.04855,15.577018,15.440392,14.98002,14.883531,10.347863,10.267432,10.224679,11.031423,11.440197,11.487199,11.492383,11.547467,11.582336,11.508705,11.461076,11.771353,11.873999,11.172694,11.067782,10.567826,10.535215,10.516869,10.963502,12.146034,12.177047,12.178167,12.320877,12.330706,12.31173,12.244751,12.09934,12.216438,11.610267,11.474081,10.543038,10.50895,10.50881,10.834988,11.962731,11.992613,11.995592,12.130015,12.020976,12.01563,11.969561,11.763186,11.895129,11.257691,11.086729,10.205201,10.105312,10.062851,10.842673,11.06046,11.111251,11.115576,11.150168,11.094738,11.023239,10.981105,11.319683,11.416275,10.723699,10.617528,10.381787,10.19851,10.213721,10.348406,10.221948,10.299823,10.303883,10.309418,9.9200134,9.9145184,9.8495111,9.9013739,9.9876089,9.4466372,9.2513304,9.8705482,9.7507229,9.6642723,10.730727,10.643378,10.685468,10.689365,10.69025,10.555218,10.443153,10.398077,10.934855,11.003293,10.233926,10.236118,10.175083,10.356261,10.348659,10.501569,15.241552,15.227566,15.223444,15.896661,15.819253,15.803641,15.696404,14.001321,14.123523,13.669971,13.530937,10.002734,9.8697834,9.8153534,10.57418,10.532084,10.583892,10.587996,10.598919,10.433369,10.362071,10.311477,10.681275,10.76078,10.097168,10.024734,9.9378529,9.7349892,9.7029419,9.9354229,9.6587877,9.7138205,9.7183304,9.7230844,9.3768024,9.3629923,9.2796326,9.3913307,9.4599199,8.9984131,8.8836823,10.274918,10.099759,10.099319,10.318164,10.211574,10.281477,10.285412,10.294398,9.9527273,9.9411278,9.8769321,9.9671841,10.052023,9.5114794,9.3422213,10.541262,10.408565,10.417076,10.731018,10.886725,10.944932,10.947185,10.97437,10.708825,10.691943,10.651839,10.746593,10.851839,10.195124,10.009839,11.167462,11.073901,11.12366,11.301171,11.904096,11.930153,11.931726,12.00514,11.672006,11.673159,11.650376,11.540594,11.688398,10.842137,10.58897,10.060262,10.220346,10.218389,10.367723,14.464866,14.456822,14.460299,15.015426,14.899053,14.89351,14.817514,13.364592,13.516494,13.022068,12.864783,10.284684,10.18918,10.154005,10.861017,11.156075,11.206319,11.210455,11.253025,11.199544,11.138777,11.096155,11.375985,11.477192,10.795165,10.678137,10.020096,9.8073683,9.7933054,9.906683,9.6198692,9.6832933,9.6883669,9.6932344,9.2985344,9.2948742,9.2074375,9.2598715,9.3309822,8.8924999,8.7380676,9.6907654,9.475049,9.4154806,9.668931,9.296051,9.3383656,9.3416643,9.3418264,9.0072041,8.9922113,8.9042578,9.0306911,9.0874186,8.668375,8.6177797,10.305804,10.161945,10.151956,10.535017,10.574514,10.636914,10.640246,10.659005,10.408033,10.38237,10.332165,10.48673,10.579611,9.974041,9.8207502,9.7910852,9.5663815,9.5320482,9.6582489,9.2997932,9.3507853,9.3553705,9.3600187,8.9789734,8.9743261,8.8809853,8.9435978,9.0064125,8.6145144,8.4905796,10.230465,10.091762,10.070907,10.543381,10.583162,10.643193,10.646805,10.665895,10.4484,10.412889,10.36263,10.565363,10.65617,10.042438,9.9074268,10.115923,10.017829,9.9642277,10.87214,11.042596,11.091866,11.096467,11.125915,11.090985,11.001477,10.960488,11.380265,11.472444,10.754699,10.664439,9.1021242,8.8645945,8.7787294,8.9498148,8.4503641,8.4785471,8.4794445,8.4786406,8.1513872,8.145546,8.0532665,8.1407318,8.1800327,7.9098001,7.8944855,10.216128,10.006174,10.012058,10.085157,9.8275385,9.9021654,9.9079266,9.9113178,9.483264,9.4819727,9.397439,9.4294252,9.5064478,9.0324564,8.8488789,11.006231,10.892098,10.931506,11.146501,11.522219,11.561362,11.56214,11.609892,11.293226,11.288377,11.262586,11.247149,11.378425,10.588055,10.352221,10.114399,9.9527378,9.9253473,10.344349,10.247958,10.308315,10.312435,10.322795,10.05706,10.025777,9.9639359,10.157526,10.238585,9.6711903,9.5517473,10.235865,10.115786,10.087898,10.675285,10.808454,10.864272,10.867929,10.894727,10.742724,10.695001,10.650189,10.898498,10.993514,10.344581,10.218481,10.918339,10.856727,10.812005,11.573676,12.46321,12.498924,12.500684,12.613281,12.817143,12.749093,12.643321,12.799675,12.887726,12.224265,12.132222,10.541124,10.387991,10.403316,10.641432,10.67832,10.74367,10.746105,10.76221,10.438481,10.426468,10.380716,10.461102,10.560223,9.928916,9.7338057,10.910154,10.736147,10.785213,10.896105,10.865599,10.93548,10.936996,10.941899,10.509411,10.503945,10.465329,10.498693,10.603235,9.8965054,9.6504564,10.984792,10.848679,10.889877,11.09234,11.294172,11.342376,11.342908,11.37198,11.023537,11.016392,10.988153,11.016858,11.138674,10.363604,10.126847,10.324501,10.198418,10.183597,10.650268,10.788717,10.846602,10.849826,10.876931,10.681098,10.647823,10.603212,10.783742,10.88166,10.245843,10.098847,10.37409,10.423518,10.429696,10.629154,12.837245,12.847994,12.854412,13.124422,12.981888,12.988011,12.936498,12.25034,12.405318,11.807759,11.626025,11.021794,10.978536,11.023571,11.172355,12.267982,12.283721,12.289651,12.421538,12.112679,12.120983,12.096353,11.794699,11.958955,11.141849,10.892354,12.33351,12.285502,12.250824,12.5022,15.19945,15.190776,15.168733,15.542271,15.651477,15.638448,15.28264,14.492072,14.477371,14.008005,13.888999,10.52414,10.340569,10.371779,10.466364,10.353654,10.440602,10.444711,10.44745,10.026054,10.022469,9.9616671,9.995286,10.085274,9.5178423,9.2986584,10.896322,10.868077,10.84179,11.290207,12.779497,12.803532,12.800506,12.9849,13.080012,13.060352,12.94646,12.707858,12.804254,12.232735,12.114169,10.528934,10.359737,10.380958,10.550258,10.504352,10.57703,10.579914,10.588883,10.218842,10.211143,10.15897,10.218727,10.312778,9.7113914,9.5071821,9.5581551,9.4868059,9.3805475,11.011607,11.042175,11.075303,11.078766,11.088548,11.098279,10.90685,10.879392,11.704679,11.770243,10.882756,10.863462,7.2881875,7.2780147,7.2816296,7.2931919,7.3617873,7.4334717,7.4306598,7.4265046,7.4042959,7.4053254,7.4002919,7.4063468,7.4144917,7.5017424,7.4752383,7.5354567,7.5109863,7.520586,7.5432315,7.765883,7.9981494,7.9896817,7.9724617,7.9081507,7.9088659,7.8966813,7.9076624,7.9267039,8.2343016,8.1642494,7.6542206,7.6307068,7.6397109,7.6625824,7.7958732,7.9381623,7.9307785,7.9217029,7.8638015,7.8651652,7.8538527,7.8653965,7.883666,8.0239697,7.9657865,7.3872242,7.3689394,7.3756132,7.3952594,7.5658731,7.7420726,7.7354531,7.7223206,7.6795459,7.6798334,7.6721315,7.6804667,7.6938334,7.9402204,7.8885102,7.9431353,7.9037371,7.9215174,7.9513602,8.2404423,8.548831,8.5354567,8.5124102,8.3952274,8.3961105,8.3739042,8.3896494,8.4213314,8.7517815,8.644269,8.3894548,8.3838396,8.4318285,7.8442321,8.1526337,8.1565094,8.0452566,8.0992165,8.49646,9.171916,9.1532707,9.169714,9.2041187,9.0357313,9.9803543,8.5302887,8.5272379,8.5649252,8.0421362,8.3105621,8.3240747,8.2148867,8.2551804,8.5421677,8.9670362,8.9551554,8.9786873,9.0115623,8.839366,9.7496691,8.5048714,8.5118389,8.535347,8.1244221,8.3734303,8.402977,8.3056355,8.3487034,8.6088505,8.9789143,8.9684525,8.9868774,9.0222311,8.8534689,9.6538744,8.2330427,8.2269211,8.2859316,7.6158543,7.9385805,7.9392266,7.821486,7.8795571,8.3427181,9.1625214,9.1363592,9.1571627,9.1907854,9.0184116,9.8523064,8.5025768,8.5033007,8.5396519,8.0123987,8.2850342,8.3090258,8.1932907,8.2324657,8.5075464,8.8783321,8.8659649,8.8969107,8.9324598,8.7419758,9.2624311,8.5216818,8.5228519,8.5544176,8.0753374,8.3400326,8.3614655,8.2552805,8.2970104,8.5733175,8.9694252,8.9579744,8.9805813,9.0154543,8.8399239,9.6113281,8.4121819,8.4334936,8.4459362,8.1257992,8.331955,8.3807373,8.2941008,8.3337307,8.551321,8.83815,8.8292999,8.8478174,8.8810863,8.7201347,9.481925,8.5465546,8.5404978,8.5919075,7.9413543,8.2141428,8.2382822,8.1021643,8.1311941,8.3891993,8.6720867,8.6555052,8.7134008,8.7495461,8.5297871,8.7348881,8.440382,8.4302702,8.4947243,7.7353091,8.0237923,8.0343752,7.8905015,7.9175858,8.2034225,8.5630741,8.548975,8.6018353,8.6332464,8.4214315,8.7126818,8.5371847,8.5402956,8.5740776,8.0633831,8.3215227,8.3572769,8.2369432,8.2716503,8.5179167,8.798502,8.7839098,8.828968,8.8665504,8.6573896,8.912899,7.2171807,7.2021241,7.3783903,5.8763695,6.098866,6.0904593,5.9218364,5.9260607,6.2079167,6.6419301,6.6411557,6.7378883,6.7472339,6.5577936,6.6424723,7.5582814,7.5361567,7.6884775,6.2830577,6.5084457,6.4902506,6.3061728,6.2975807,6.5466957,6.8864188,6.8818059,6.9701204,6.9746685,6.7706451,6.8603511,7.6736193,7.6488647,7.8075252,6.3626409,6.5691833,6.5543423,6.3658457,6.3513331,6.5702009,6.7825618,6.7694049,6.8790283,6.8900204,6.682126,6.7223654,8.4560909,8.4432287,8.516201,7.6941218,7.9746561,7.986269,7.8344688,7.8558903,8.1263523,8.4260378,8.4096842,8.4772425,8.5089188,8.2864714,8.4683189,8.4896593,8.4971323,8.5248508,8.0669575,8.3210583,8.3561859,8.2472553,8.2864399,8.5393944,8.8633375,8.8513699,8.8819227,8.9182072,8.7288446,9.195262,8.0751295,8.0535831,8.1823978,6.9548006,7.1990442,7.1958008,7.0176363,7.0175376,7.2662334,7.5009327,7.4846845,7.5857825,7.6067119,7.385777,7.4539323,7.7658048,7.7487755,7.9103346,6.5080838,6.7130094,6.7162576,6.544805,6.5451732,6.7648253,6.9317765,6.9063411,7.0293169,7.050736,6.8433375,6.8792944,8.5203438,8.5200262,8.5603352,7.9969025,8.2673407,8.2950897,8.1709452,8.2056503,8.4674482,8.7839823,8.7699566,8.8131132,8.849411,8.6434908,8.9635944,8.5260696,8.5218639,8.5610504,8.0402012,8.3109207,8.320262,8.2152729,8.2585125,8.5623426,9.0377979,9.025301,9.0446444,9.0764847,8.9143648,10.047124,8.0004234,7.981061,8.0962467,6.9441161,7.2124977,7.2018371,7.0276222,7.0329657,7.3186212,7.7023044,7.6923542,7.7660723,7.7816749,7.569809,7.7367954,8.2897139,8.2707214,8.3785725,7.3085299,7.5661349,7.5714407,7.4026318,7.411293,7.6656442,7.8994565,7.8791552,7.9750085,8.0024548,7.7751198,7.8582559,8.5453825,8.531497,8.6025448,7.807035,8.0707417,8.0891047,7.9371071,7.9566593,8.2042294,8.4332104,8.4112139,8.4929628,8.5278492,8.2941494,8.3977909,7.8000097,7.7904396,7.8973746,6.8563509,7.171957,7.1678009,7.0199122,7.0619359,7.5316138,8.3582315,8.3220282,8.3771429,8.4028521,8.2081985,8.5412073,8.3707781,8.3631306,8.4197598,7.7477193,8.0581112,8.0615931,7.9375925,7.9836025,8.3553972,8.9568186,8.9399195,8.9662018,8.9987335,8.8164902,9.5265036,8.4782896,8.4897327,8.5099983,8.1258755,8.3637915,8.39993,8.3055429,8.3478832,8.5945921,8.9357319,8.9256487,8.9445086,8.9795351,8.8116655,9.5738726,8.2203865,8.2011671,8.3205004,7.1853676,7.415204,7.4227734,7.2510171,7.2558098,7.4852805,7.6615758,7.6300879,7.7437534,7.771389,7.543447,7.5875192,8.4508114,8.4711256,8.4829273,8.1881132,8.3837957,8.4286938,8.3506498,8.390564,8.5992556,8.8862858,8.8781853,8.8919716,8.9233284,8.7777805,9.8783283,8.0181808,7.9961114,8.1175613,6.9149837,7.1673732,7.1563764,6.9753532,6.9727888,7.2302656,7.529285,7.5177259,7.6039748,7.619606,7.4028935,7.5098529,7.3586087,7.3308897,7.4982414,5.9650388,6.1471691,6.1203432,5.9250755,5.8995423,6.0938506,6.3275857,6.3213158,6.4227247,6.4226727,6.2235618,6.2637668,8.1576977,8.146143,8.2305956,7.3359952,7.6531839,7.6505651,7.5049181,7.541759,7.9318032,8.5593834,8.5406132,8.5846424,8.6119766,8.4144249,8.8278933,8.2099018,8.1898966,8.2985353,7.2029305,7.4665713,7.4643164,7.2911425,7.2965083,7.5590997,7.8378658,7.8229094,7.9093938,7.9321127,7.7095656,7.8191438,8.3831606,8.3724356,8.4396944,7.6601191,7.9554524,7.9605656,7.8177609,7.8470635,8.1544075,8.580411,8.5670681,8.6133614,8.6428661,8.4389286,8.8272715,8.5173464,8.5136938,8.5497828,8.0638256,8.3396749,8.3476563,8.2489786,8.2982121,8.6288338,9.1742802,9.1602402,9.17278,9.206048,9.051651,10.308366,8.187335,8.1682434,8.290947,7.1296973,7.3693318,7.3757091,7.2049937,7.2108741,7.4522138,7.6499186,7.6243887,7.7333403,7.7602458,7.5350895,7.5913482,7.6944222,7.6753588,7.8426743,6.3936028,6.5961232,6.5948229,6.4188156,6.4155655,6.6379352,6.8168969,6.8017306,6.9214287,6.9398942,6.7331972,6.768539,8.2072067,8.193614,8.2799959,7.3563361,7.6580648,7.6551704,7.5022507,7.5285888,7.8655429,8.3657999,8.3520632,8.4034605,8.4283552,8.2241774,8.564065,8.0637112,8.0604143,8.117856,7.4813461,7.7997885,7.7993808,7.6909623,7.7611318,8.3250551,9.3909273,9.354867,9.3727236,9.4071817,9.2480202,10.253128,8.488183,8.4826803,8.5336637,7.8835278,8.1676836,8.1851282,8.0530415,8.0858984,8.3667307,8.7255049,8.711731,8.7558975,8.789978,8.5843601,8.9408398,7.8146801,7.8085084,7.8990765,6.9899735,7.3133349,7.3107009,7.1762028,7.2319193,7.7719183,8.7707539,8.7232046,8.767128,8.7966375,8.6121578,9.1075745,8.2900715,8.2746115,8.3612843,7.4245229,7.7100663,7.7099953,7.5500708,7.5671334,7.8568096,8.2260313,8.2129717,8.2764959,8.3015738,8.0868092,8.3136272,8.3869047,8.3779106,8.4387541,7.7206559,8.0220804,8.026413,7.8939509,7.9312901,8.264924,8.7686415,8.754446,8.789608,8.8203754,8.628562,9.1976681,7.693121,7.6801701,7.810564,6.5998521,6.8919082,6.8859587,6.7256231,6.7517467,7.1459231,7.7967105,7.7734966,7.8448997,7.8650317,7.6660366,7.8687248,8.3543167,8.3381681,8.4254932,7.4890747,7.7678008,7.7719116,7.6105037,7.6256709,7.8991928,8.2076445,8.1924381,8.2654076,8.2928658,8.0709572,8.2348576,7.8317842,7.8150191,7.9404101,6.7385588,7.0170617,7.0071545,6.8382101,6.851541,7.1803603,7.6774454,7.6669235,7.7382898,7.7539978,7.5489254,7.7349963,8.4795418,8.4649649,8.5431328,7.6893539,7.9603643,7.9740567,7.8188601,7.8373961,8.0957632,8.3503628,8.3306541,8.4099932,8.4427414,8.2134438,8.3381119,6.8502269,6.8301086,7.0291538,5.3691239,5.526114,5.5074253,5.3298159,5.3137999,5.4954033,5.7473388,5.7508464,5.8534608,5.8489861,5.6656165,5.6981702,10.463572,10.378817,10.243416,10.373454,10.563549,10.566325,10.660228,10.934626,11.07547,11.122911,11.364864,11.328415,11.361562,11.081697,10.605482,11.119958,11.048471,10.901054,11.040037,11.240493,11.233181,11.300735,11.54104,11.658004,11.707591,11.931241,11.928986,11.968142,11.707807,11.100345,9.7465782,9.5442553,9.3731031,9.4570646,9.6273193,9.6476374,9.7560101,9.9914351,10.113803,10.166792,10.475802,10.446476,10.458561,9.8274984,9.545475,9.7420416,9.6805687,9.5820932,9.7126446,9.861618,9.8728743,9.9920044,10.332488,10.503868,10.525897,10.746307,10.673922,10.70426,10.500807,10.109151,12.315975,12.271547,12.136458,12.320711,12.491083,12.467586,12.510046,12.728206,12.821649,12.854603,13.010487,12.977695,13.016644,12.846693,11.851773,12.055113,12.005228,11.833167,11.970806,12.179078,12.162,12.200607,12.401896,12.482239,12.528726,12.749949,12.919639,12.969086,12.68548,11.959843,10.349345,10.25035,10.107746,10.230538,10.42262,10.428596,10.525875,10.795025,10.934062,10.984613,11.243126,11.214049,11.244848,10.921703,10.484851,10.534105,10.435692,10.284685,10.407037,10.605268,10.608208,10.69503,10.94802,11.077556,11.1309,11.384459,11.371028,11.403399,11.074822,10.613144,10.113714,9.9411211,9.7155962,9.801055,9.9811153,9.9923277,10.05617,10.223549,10.315372,10.379519,10.694733,10.724061,10.737622,10.180549,9.855998,11.596943,11.519567,11.321404,11.427794,11.633188,11.623241,11.668025,11.862756,11.945142,11.999009,12.238306,12.477078,12.522765,12.148103,11.626665,9.977499,9.8920603,9.7727089,9.899292,10.071313,10.08242,10.199175,10.51038,10.669317,10.707288,10.964644,10.911953,10.941821,10.666131,10.266138,11.786111,11.731192,11.581331,11.736129,11.934965,11.919328,11.968634,12.187743,12.285336,12.330611,12.538468,12.565143,12.609213,12.378683,11.603542,9.6339359,9.5959702,9.515172,9.6482477,9.7821083,9.7870445,9.8919992,10.221523,10.392667,10.407387,10.494036,10.367768,10.398703,10.273098,9.8737516,12.323444,12.278822,12.132558,12.306615,12.495509,12.474005,12.512965,12.719505,12.804425,12.843555,13.035301,13.062089,13.107186,12.904587,11.958552,11.253115,11.151061,10.941401,11.036947,11.238211,11.236445,11.288902,11.479748,11.564638,11.624243,11.867559,12.098228,12.140842,11.712398,11.274376,9.730895,9.4982386,9.2917833,9.3641367,9.5269108,9.5449467,9.6263294,9.8067503,9.9047222,9.9603844,10.312467,10.298391,10.302686,9.5788784,9.3103018,10.545312,10.471305,10.342376,10.478327,10.664716,10.664966,10.756254,11.034927,11.177389,11.221644,11.44554,11.399533,11.434018,11.187853,10.678981,12.310674,12.267423,12.110159,12.271488,12.470573,12.450696,12.487156,12.687809,12.767858,12.809968,13.016933,13.114369,13.163444,12.929719,12.052909,12.795608,12.755187,12.616406,12.813613,12.982853,12.955819,12.988087,13.187102,13.264041,13.295,13.460186,13.455019,13.496205,13.325482,12.193437,10.792017,10.676738,10.483411,10.586129,10.790118,10.791659,10.854665,11.057536,11.157069,11.217685,11.471638,11.563212,11.596782,11.180969,10.753928,10.211121,10.13145,10.008582,10.13939,10.318078,10.324275,10.430037,10.728017,10.881373,10.922345,11.162645,11.110154,11.141985,10.88334,10.439637,11.460722,11.387106,11.20946,11.331686,11.541932,11.532085,11.581827,11.788569,11.880781,11.934163,12.16975,12.297571,12.341308,12.018893,11.437737,9.5385141,9.2736387,9.0785103,9.1408043,9.2900076,9.3110533,9.398695,9.5874777,9.6858749,9.7341528,10.092502,10.070594,10.072294,9.2551928,9.0150833,11.209771,11.129212,10.959482,11.083909,11.29318,11.286357,11.344331,11.561061,11.663023,11.717588,11.955406,12.026491,12.067163,11.750525,11.189984,13.03005,12.992571,12.849339,13.048663,13.221405,13.193743,13.220346,13.407319,13.473948,13.504828,13.680429,13.716937,13.761345,13.57839,12.40243,9.9173012,9.811595,9.6824141,9.8014059,9.977644,9.9923353,10.113061,10.413981,10.568766,10.612057,10.892499,10.847692,10.874688,10.537701,10.168443,10.207682,10.04931,9.8595467,9.9539251,10.145087,10.155761,10.237226,10.447213,10.557452,10.618061,10.897697,10.906729,10.9271,10.416764,10.069387,12.107323,12.059873,11.917919,12.089428,12.27617,12.256124,12.300821,12.517706,12.611355,12.650769,12.836779,12.835659,12.878572,12.681967,11.780224,10.917327,10.830981,10.672741,10.799406,11.00423,11.000957,11.071329,11.305628,11.421325,11.475338,11.716152,11.732897,11.769931,11.461142,10.930441,10.672752,10.607533,10.482735,10.62432,10.807602,10.804815,10.891257,11.168916,11.310112,11.352019,11.554674,11.500366,11.535932,11.316736,10.767618,10.472563,10.323417,10.086316,10.172213,10.357041,10.362169,10.414949,10.578422,10.665076,10.731546,11.008498,11.109397,11.133924,10.630583,10.278824,10.551829,10.438652,10.27038,10.382987,10.585025,10.588724,10.668105,10.899585,11.01771,11.075456,11.335063,11.348448,11.379215,10.997516,10.563443,10.278864,10.215534,10.102685,10.240444,10.411481,10.413934,10.514388,10.817563,10.973521,11.008982,11.20991,11.140028,11.17335,10.965981,10.486439,10.758894,10.660782,10.496562,10.615941,10.820712,10.820496,10.89405,11.125667,11.241637,11.297854,11.547567,11.568094,11.602645,11.260095,10.777158,9.9585533,9.7774639,9.5972347,9.6869755,9.8685541,9.8842001,9.9799252,10.202934,10.320469,10.377934,10.67327,10.656635,10.672205,10.102548,9.7898664,10.714608,10.631396,10.487453,10.618579,10.81574,10.814696,10.896778,11.152992,11.28258,11.332957,11.570517,11.550953,11.586204,11.302572,10.785539,10.201796,10.05916,9.8883762,9.9910975,10.184098,10.194752,10.286815,10.521424,10.64409,10.70214,10.980779,10.972779,10.996131,10.537545,10.172459,11.539661,11.483887,11.345005,11.501668,11.692583,11.678619,11.737074,11.973661,12.084534,12.127729,12.321366,12.301511,12.342214,12.131752,11.385965,11.508941,11.458521,11.3298,11.492252,11.671098,11.656133,11.717216,11.963618,12.080996,12.119498,12.280792,12.229229,12.267437,12.085814,11.31936,9.8630915,9.6648302,9.4434137,9.5236435,9.6940517,9.7086267,9.7780018,9.9421396,10.034582,10.095061,10.473398,10.479755,10.486498,9.8558969,9.559968,10.409201,10.371996,10.277891,10.423312,10.577139,10.572274,10.653092,10.928625,11.076701,11.10863,11.12194,10.977931,11.009517,10.886815,10.343536,10.310379,10.191777,10.034706,10.147909,10.343272,10.351166,10.445114,10.696131,10.826433,10.881726,11.151305,11.136347,11.164256,10.778658,10.374169,10.874454,10.819146,10.698901,10.848141,11.025911,11.018929,11.097901,11.370513,11.507995,11.546948,11.714798,11.647346,11.683572,11.495312,10.884238,11.886209,11.825202,11.635645,11.752972,11.959271,11.943127,11.981289,12.176142,12.253913,12.302438,12.53697,12.769918,12.817057,12.480698,11.873065,12.791676,12.764386,12.597705,12.758234,12.955607,12.933438,12.96104,13.150759,13.21653,13.253804,13.457216,13.673953,13.729465,13.476522,12.551739,10.155022,9.9829054,9.7719498,9.8592682,10.044061,10.055336,10.126624,10.311339,10.410075,10.472482,10.76466,10.785688,10.801755,10.248451,9.9196415,10.022345,9.8676662,9.7023897,9.802268,9.988575,10.003081,10.10589,10.350745,10.479156,10.535227,10.825454,10.803612,10.823943,10.334523,9.9965229,11.12588,11.065825,10.933757,11.083196,11.271262,11.262142,11.333171,11.588781,11.714469,11.757725,11.951293,11.910781,11.948984,11.73685,11.086929,11.30681,11.262973,11.148374,11.311172,11.473789,11.460152,11.525112,11.781992,11.908074,11.941763,12.035986,11.942231,11.976555,11.826853,11.085636,12.123819,12.079945,11.952623,12.134815,12.294121,12.27055,12.318646,12.549462,12.653126,12.683442,12.802752,12.738028,12.772215,12.616421,11.658813,9.9250402,9.7241077,9.5208139,9.6021957,9.7776337,9.792942,9.8741217,10.064974,10.167578,10.226645,10.53794,10.531559,10.541931,9.9110498,9.6136723,10.656661,10.51977,10.297182,10.386165,10.578602,10.582623,10.638483,10.816831,10.90568,10.968958,11.233235,11.35281,11.382418,10.903456,10.531603,10.954832,10.856906,10.677216,10.790286,10.998228,10.996037,11.058352,11.271062,11.373962,11.431931,11.679429,11.756256,11.793209,11.428799,10.945395,13.220996,13.192223,13.039714,13.23304,13.413576,13.386632,13.407635,13.585771,13.644145,13.67509,13.86251,13.991757,14.041427,13.834579,12.675755,10.882159,10.811385,10.674485,10.814334,11.007599,11.002913,11.080803,11.339581,11.469049,11.515872,11.733952,11.703473,11.740482,11.49549,10.921349,9.7044868,9.4769487,9.2907352,9.3653574,9.5291491,9.5490236,9.6447973,9.8549433,9.964448,10.016868,10.333366,10.309657,10.317467,9.6109524,9.3442011,11.470554,11.404742,11.247016,11.386718,11.592461,11.581272,11.635873,11.856781,11.958449,12.008527,12.232447,12.277952,12.32091,12.053453,11.392011,10.408721,10.276275,10.096766,10.200372,10.399118,10.405947,10.485629,10.706283,10.820161,10.879977,11.147736,11.165342,11.191939,10.753703,10.362631,10.6997,10.589888,10.413892,10.52503,10.729918,10.7315,10.802692,11.022877,11.133263,11.191975,11.446939,11.487042,11.519795,11.137099,10.689878,9.8444643,9.6817541,9.5249443,9.6229134,9.8010054,9.8196459,9.9352102,10.195258,10.330708,10.38335,10.685944,10.653352,10.671538,10.16075,9.8465357,9.9929562,9.8645163,9.7185726,9.8291759,10.013155,10.027897,10.141377,10.416032,10.559093,10.610044,10.898301,10.864151,10.888405,10.481356,10.123982,10.397936,10.349387,10.245517,10.389647,10.552567,10.550246,10.640776,10.935972,11.089429,11.12153,11.24956,11.15078,11.184541,11.024417,10.499169,9.3283577,9.300683,9.2328539,9.3584681,9.4820156,9.4875622,9.5851812,9.8915911,10.059847,10.074518,10.030729,9.8534307,9.8824072,9.7914305,9.4369078,11.20591,11.115824,10.927747,11.038285,11.24672,11.241658,11.295802,11.499187,11.592956,11.650066,11.893364,12.031259,12.072021,11.704958,11.205258,9.8217392,9.7720118,9.6793623,9.8142672,9.9603395,9.9665241,10.076623,10.410148,10.580204,10.600485,10.76562,10.672066,10.703602,10.539491,10.1208,10.515963,10.378097,10.176223,10.271876,10.469196,10.47506,10.54178,10.737708,10.837495,10.899776,11.164727,11.227979,11.254804,10.786759,10.407463,9.6015825,9.5812654,9.5964985,9.2089949,9.9986963,10.036538,9.8947229,10.00282,10.204399,10.169207,10.118368,9.9593916,10.078798,10.443172,10.795712,9.4257879,9.413825,9.392745,9.3344297,9.8925543,9.8975182,9.8395653,9.993988,10.142576,10.106713,10.079478,9.9669008,10.144059,10.334562,10.70692,9.665782,9.654707,9.6193504,9.7144156,10.245727,10.207913,10.14577,10.43564,10.691524,10.650639,10.582278,10.483194,10.585814,10.732796,10.796149,9.3844986,9.3686972,9.3636503,9.1648569,9.7858438,9.8130636,9.7293291,9.8451509,9.999259,9.9661932,9.9368963,9.8108902,9.9420004,10.243237,10.936846,9.0660286,9.0280457,9.069952,8.4877625,9.087369,9.1483631,9.0392036,9.1131706,9.3179302,9.2900133,9.2446203,9.1678686,9.2938309,9.8620844,10.377682,9.1612453,9.137085,9.1412115,8.9105625,9.3602362,9.3997173,9.3421659,9.4186621,9.5528641,9.5273161,9.5086231,9.4353924,9.5547247,9.917387,11.435832,9.9429359,9.9317875,9.9414768,9.5930214,10.491121,10.518905,10.328061,10.450411,10.652839,10.615847,10.552941,10.352753,10.465312,10.745056,10.991098,9.5108004,9.5061665,9.4875154,9.3935795,10.050896,10.055773,9.9689417,10.126479,10.281522,10.245544,10.208823,10.062604,10.201239,10.403935,10.771241,9.6808615,9.6598787,9.6221924,9.7575445,10.248081,10.20983,10.172838,10.498991,10.789546,10.745693,10.682879,10.608042,10.705925,10.861812,10.906981,9.2710428,9.2065077,9.3292818,8.0830479,8.6244631,8.6657839,8.4938717,8.5224848,8.9435873,8.9149857,8.8570004,8.870491,8.9706936,9.326067,9.3990507,9.6823597,9.6906385,9.6613827,9.6666136,10.319103,10.291112,10.181086,10.405246,10.596025,10.559458,10.492479,10.340289,10.450706,10.593095,10.710917,9.6563606,9.6171856,9.5787182,9.7177887,10.154484,10.13583,10.168436,10.454765,10.690455,10.642212,10.617195,10.63175,10.749415,10.944249,11.012139,10.206703,10.180608,10.203057,9.7501307,10.655334,10.685785,10.464783,10.573388,10.845917,10.806888,10.735751,10.550561,10.663931,10.943194,11.131997,9.9691687,9.9898357,9.9722738,9.8446379,10.732192,10.726439,10.524974,10.695989,10.844868,10.809667,10.747451,10.517571,10.623003,10.782615,10.96227,8.7552767,8.7040424,8.7969303,7.8179474,8.3621464,8.4251986,8.2883472,8.3322906,8.581975,8.5561762,8.5079956,8.481988,8.5930309,9.2127762,9.4340286,9.4037819,9.391324,9.3742228,9.2814913,9.8509245,9.8628235,9.799015,9.9384794,10.083283,10.048592,10.022809,9.9062023,10.0733,10.289141,10.783789,9.8590384,9.8185635,9.7753887,9.9944267,10.418517,10.381861,10.390767,10.806482,11.173759,11.122602,11.073803,11.045118,11.130105,11.320807,11.329992,9.5413857,9.5320606,9.5285387,9.3012562,10.043798,10.067366,9.952425,10.080441,10.246451,10.211451,10.170473,10.00737,10.129187,10.416203,10.867381,9.6503773,9.657218,9.6303835,9.6069937,10.282238,10.263331,10.155891,10.360367,10.536419,10.499821,10.44265,10.284534,10.402271,10.554296,10.717784,9.5751228,9.5497751,9.5147133,9.601922,10.089357,10.069161,10.055815,10.31489,10.53617,10.492429,10.456089,10.40181,10.531535,10.69683,10.798458,9.5758877,9.5758638,9.5589561,9.4440985,10.161395,10.166147,10.060389,10.218442,10.375131,10.339215,10.297004,10.130709,10.257335,10.46255,10.802144,9.6425009,9.6439905,9.6131029,9.6402006,10.251046,10.221972,10.132791,10.369035,10.572503,10.534646,10.470123,10.335661,10.448261,10.592606,10.703743,9.8727674,9.8360538,9.7937098,10.129725,10.530024,10.483344,10.481399,11.058759,11.606958,11.554095,11.485223,11.440315,11.512641,11.706091,11.690639,10.067114,10.00244,9.9564753,10.181059,10.54197,10.525482,10.643312,10.973313,11.213977,11.157538,11.14661,11.31132,11.400245,11.696141,11.703815,9.8362942,9.8413944,9.83461,9.6242752,10.513122,10.525301,10.355635,10.502791,10.667057,10.630818,10.575823,10.359046,10.470642,10.691592,10.953951,9.3020754,9.2851152,9.2701015,9.1870852,9.6499882,9.666667,9.6232901,9.7387705,9.8641968,9.8328648,9.8172197,9.7311077,9.9590483,10.170964,10.789456,9.7589674,9.7293005,9.6888533,9.894639,10.342551,10.299245,10.280771,10.687892,11.059925,11.012542,10.947473,10.890545,10.975746,11.144634,11.158277,9.3663235,9.3469229,9.323576,9.3118343,9.7588749,9.7621279,9.7366219,9.8874264,10.024906,9.989399,9.9718208,9.9013109,10.152691,10.318135,10.60186,9.7399101,9.7038651,9.7416668,9.1690874,9.9682465,10.012396,9.8485041,9.9371233,10.218399,10.181672,10.120975,9.9844284,10.104196,10.49625,10.726699,9.2772694,9.2226925,9.3080091,8.361517,8.9937782,9.0461836,8.889843,8.9384546,9.266922,9.2348366,9.181901,9.1337843,9.2456341,9.72614,9.8814831,9.3520803,9.3366356,9.3243923,9.196928,9.7469101,9.7671175,9.703845,9.8250532,9.9658461,9.9329662,9.9103975,9.8008547,9.9588261,10.208617,10.911245,9.5768614,9.5321369,9.5861082,8.8860588,9.6230736,9.6730118,9.5165968,9.5894766,9.8952303,9.8598471,9.801445,9.6988115,9.8188677,10.262407,10.474207,9.2208872,9.2005501,9.1973591,9.0265808,9.4775171,9.5086823,9.4554548,9.5406437,9.6669989,9.6401405,9.6233625,9.5429974,9.6717205,9.9706392,11.436843,10.590714,10.544117,10.591665,10.010195,10.919951,10.951221,10.749931,10.842364,11.387322,11.344095,11.267613,11.123287,11.265712,11.525113,11.675397,9.7817707,9.7295818,9.6884527,9.8725901,10.265358,10.250356,10.336542,10.633405,10.862411,10.810083,10.797084,10.904467,11.010829,11.25448,11.296708,9.5265045,9.4919748,9.4585676,9.5591145,9.9841051,9.9756956,10.01271,10.238562,10.422754,10.378733,10.362546,10.3902,10.555915,10.750689,10.871909,10.245407,10.19079,10.246843,9.5205755,10.340697,10.379814,10.199091,10.272717,10.762774,10.720501,10.648736,10.539396,10.670051,10.986468,11.122931,9.9985752,9.9465113,9.9004078,10.114983,10.515485,10.486379,10.526024,10.919049,11.244619,11.190256,11.157614,11.173426,11.25936,11.481468,11.488766,9.628932,9.5999384,9.5626469,9.6797686,10.153947,10.128956,10.122631,10.412564,10.660995,10.615425,10.575876,10.531724,10.646506,10.815536,10.887862,9.8281374,9.8216448,9.7853279,9.9154444,10.4247,10.371614,10.266146,10.593361,10.889161,10.850241,10.754882,10.652781,10.739552,10.879363,10.906859,9.5509663,9.5398321,9.5088825,9.5391407,10.096837,10.078237,10.025058,10.250265,10.445822,10.406019,10.361082,10.255772,10.389579,10.545056,10.693024,9.7114,9.7139902,9.6810179,9.7429886,10.32645,10.285445,10.185971,10.452277,10.683759,10.64617,10.565442,10.437323,10.537495,10.675544,10.742215,9.6326323,9.6249523,9.5913467,9.6566696,10.213731,10.18139,10.115106,10.377869,10.607059,10.567122,10.504122,10.39466,10.505064,10.651705,10.739516,9.7804003,9.7936535,9.7763643,9.6550455,10.483881,10.481367,10.326249,10.4951,10.65004,10.61441,10.559174,10.351752,10.463727,10.641484,10.868618,9.3046637,9.2616787,9.315526,8.6217928,9.3042784,9.3605795,9.2203598,9.2909765,9.548728,9.5164204,9.4636259,9.3736305,9.4945278,10.010509,10.284336,9.8952723,9.82337,9.9462709,8.6515722,9.2324829,9.2622757,9.0707788,9.0976934,9.6811152,9.6472206,9.5542946,9.5749416,9.6819687,9.8910332,9.936717,9.4184093,9.3876114,9.4165192,8.9222155,9.6445446,9.6935091,9.5623932,9.6531239,9.8696241,9.8362942,9.7872057,9.6627941,9.7853794,10.237647,10.613633,9.6147909,9.5900488,9.554594,10.029111,10.413306,10.356163,10.336399,11.102922,11.889477,11.837934,11.743175,11.681162,11.744628,11.919147,11.891113,10.532969,10.471625,10.415689,10.705797,11.066896,11.027198,11.055901,11.574705,12.005564,11.946308,11.896426,11.895926,11.965609,12.241661,12.218403,9.4015617,9.3792362,9.3528862,9.3694916,9.8130484,9.8122053,9.7979155,9.9693155,10.11957,10.082286,10.064197,10.007799,10.239888,10.402895,10.621899,9.4881668,9.4695215,9.4395914,9.4680777,9.9778814,9.9677572,9.9370327,10.1441,10.323786,10.283758,10.252956,10.172998,10.336695,10.499228,10.677832,9.3121042,9.2952776,9.2768755,9.2352753,9.655901,9.6647673,9.6329308,9.7542505,9.8734789,9.8418455,9.8271036,9.7534037,10.050882,10.221207,10.6044,9.2947178,9.2669058,9.2862787,8.8799906,9.5332642,9.5809708,9.4744949,9.5667715,9.7544937,9.7232056,9.6835442,9.5709515,9.6958075,10.143937,10.714578,9.1956825,9.1687746,9.1807709,8.8542175,9.4089108,9.4543447,9.3732138,9.4597893,9.6226902,9.5941191,9.5654755,9.474143,9.5992823,10.023889,10.942237,9.6264095,9.5841913,9.5478535,9.7058849,10.109571,10.098683,10.182261,10.434959,10.633104,10.5854,10.572084,10.68749,10.819275,11.05716,11.140456,9.9583473,9.9817228,9.9604015,9.875556,10.702885,10.68909,10.489953,10.673864,10.825252,10.790901,10.728439,10.515894,10.620378,10.764474,10.91585,9.7406855,9.7011623,9.6603365,9.8247938,10.263329,10.236362,10.254736,10.589326,10.872986,10.823445,10.788116,10.776127,10.876568,11.064339,11.103696,9.2637205,9.2451754,9.2356768,9.1087189,9.573103,9.5980225,9.5487118,9.648983,9.7752848,9.7459612,9.7302256,9.6444273,9.8115234,10.068794,11.122311,9.4255896,9.4116898,9.3881483,9.3554649,9.8869553,9.8882265,9.8400478,10.003579,10.154938,10.118305,10.091949,9.9904137,10.178745,10.355849,10.665382,9.4821377,9.4695663,9.4424334,9.4364004,9.9873247,9.9802856,9.930172,10.120073,10.288761,10.250388,10.216913,10.112077,10.27343,10.439603,10.666964,9.2885427,9.2660379,9.2704678,8.9998751,9.5877352,9.6261206,9.5433683,9.6412601,9.8010645,9.7702293,9.7416945,9.6338024,9.7604504,10.133216,10.966655,9.0185919,8.9850931,9.017499,8.5253372,9.0630922,9.1193008,9.0272408,9.1005783,9.278347,9.2538471,9.2163706,9.1489143,9.2733212,9.7934341,10.581385,9.8358259,9.8530331,9.8226318,9.8557062,10.489701,10.446583,10.296475,10.54352,10.749996,10.715606,10.623332,10.470437,10.567108,10.695526,10.756847,9.3525801,9.3370466,9.3186092,9.2543535,9.748167,9.7588739,9.7129831,9.8458242,9.9796772,9.9460487,9.9265795,9.8327379,10.053067,10.248397,10.706255,9.6499844,9.6405764,9.6427937,9.3623581,10.172444,10.198905,10.059634,10.185122,10.363211,10.327578,10.279055,10.099495,10.217175,10.514147,10.876204,9.7510233,9.7305174,9.6918697,10.000207,10.419624,10.356191,10.299714,10.84123,11.378766,11.333468,11.228334,11.154325,11.224151,11.383759,11.370621,9.786109,9.7950535,9.7829418,9.6173286,10.476545,10.482136,10.324253,10.480888,10.63878,10.602784,10.549213,10.336679,10.449042,10.650661,10.908911,9.5552874,9.5349693,9.5014648,9.5669317,10.076015,10.056625,10.028967,10.273662,10.484173,10.442035,10.40298,10.329335,10.463657,10.623577,10.743235,10.042258,10.057245,10.045865,9.8674574,10.801648,10.804313,10.588307,10.74723,10.900623,10.864448,10.805971,10.566926,10.672705,10.850624,11.047997,9.0379143,9.008852,9.0251846,8.6970701,9.1308861,9.1802521,9.1178207,9.1841631,9.3274775,9.3049173,9.2828493,9.2261257,9.3431234,9.7879725,11.274635,9.6515417,9.6547346,9.6412039,9.492692,10.276183,10.283389,10.156295,10.31043,10.468433,10.432576,10.385591,10.198713,10.31748,10.530679,10.848772,9.3560944,9.3371592,9.3376074,9.0933256,9.7165852,9.7498646,9.6621952,9.7697592,9.9297686,9.8974075,9.8669434,9.7450781,9.8724108,10.212691,10.933601,9.4260826,9.405386,9.4151211,9.0822105,9.7846193,9.8231287,9.7110548,9.8169756,9.9979239,9.9645576,9.9242687,9.7872543,9.9103556,10.289133,10.806469,9.882659,9.904542,9.8764563,9.8640423,10.571141,10.538969,10.36614,10.583455,10.760496,10.726502,10.649113,10.472367,10.572766,10.702641,10.793633,9.5289097,9.5255251,9.5030565,9.4428215,10.085737,10.08322,10.000284,10.173374,10.333602,10.29692,10.257357,10.114908,10.254682,10.435943,10.725481,9.9572411,9.9561443,9.9569674,9.6821938,10.601274,10.621322,10.426593,10.561646,10.740293,10.703635,10.643389,10.425735,10.535987,10.776742,11.020544,9.3205729,9.3029919,9.2954206,9.1321001,9.6778631,9.7042599,9.637989,9.7473497,9.8891602,9.8575974,9.8351898,9.7289505,9.8709087,10.155265,11.031444,8.8765135,8.8317165,8.9005566,8.1079178,8.6811047,8.7456856,8.6225271,8.6828184,8.908927,8.8829269,8.8328686,8.7832737,8.9032373,9.5302839,9.8770914,10.88654,10.805264,10.750055,11.035718,11.336158,11.316612,11.505254,11.856146,12.075116,12.016413,11.990604,12.323042,12.391727,12.871534,12.843958,9.7111359,9.7218132,9.7022362,9.6048555,10.383359,10.378385,10.242161,10.415981,10.573416,10.537673,10.485039,10.293903,10.409515,10.584279,10.816802,9.8681927,9.8777103,9.8444376,9.9247608,10.492585,10.438504,10.294904,10.577826,10.82419,10.788922,10.684766,10.554419,10.643014,10.773074,10.806802,10.81151,10.738855,10.807829,9.8412991,10.61344,10.646194,10.459338,10.505454,11.291964,11.250267,11.167088,11.120275,11.275617,11.49308,11.563173,9.8778896,9.8986807,9.8737965,9.8267727,10.582499,10.561337,10.386433,10.584659,10.74732,10.712926,10.648058,10.458234,10.563776,10.70279,10.834804,10.829309,10.753558,10.693634,10.94085,11.279804,11.248408,11.31601,11.750791,12.068223,12.006849,11.971267,12.038747,12.108293,12.444165,12.4179,9.8065062,9.8236818,9.8015366,9.727335,10.511131,10.498109,10.339394,10.52515,10.683258,10.648149,10.589409,10.393005,10.502876,10.656551,10.831286,8.6763105,8.6193504,8.7495031,7.4979663,7.9825191,8.0326166,7.8774548,7.9031258,8.2056704,8.1822577,8.1485786,8.1660595,8.2606812,8.7559166,8.8576965,9.7733097,9.7480688,9.771451,9.3129091,10.146188,10.184742,10.018097,10.121431,10.356738,10.32011,10.260612,10.097205,10.214655,10.569204,10.831116,9.447752,9.436841,9.4267731,9.263896,9.9153767,9.934823,9.8469114,9.9772863,10.130943,10.096518,10.064325,9.9250813,10.058221,10.3199,10.87481,9.4553499,9.4461155,9.4315853,9.3070307,9.9424849,9.9559288,9.8742275,10.014522,10.165727,10.130729,10.099085,9.9622288,10.103415,10.335567,10.826866,9.5588579,9.4966125,9.5882521,8.5637617,9.2016802,9.2481508,9.0810719,9.1235819,9.5418406,9.5074253,9.4508667,9.4170628,9.5303354,9.9322128,10.040673,9.4571314,9.4299164,9.400034,9.4552317,9.8907642,9.8850679,9.8895884,10.088469,10.256825,10.216783,10.198331,10.170319,10.375404,10.544559,10.702847,9.7811794,9.7659121,9.7280264,9.9231558,10.389727,10.331943,10.258254,10.657854,11.034457,10.992768,10.893446,10.807616,10.887349,11.036986,11.045608,9.545537,9.5410042,9.5295439,9.3695374,10.09094,10.104871,9.99862,10.140931,10.298575,10.263157,10.223531,10.060157,10.185578,10.426025,10.845777,9.5531874,9.5497236,9.5228329,9.505043,10.122543,10.110168,10.033772,10.231361,10.405612,10.367876,10.322752,10.189381,10.324278,10.486205,10.69018,9.6498518,9.6570387,9.6345015,9.5674114,10.288331,10.279604,10.163389,10.345645,10.508,10.471863,10.421012,10.24887,10.369354,10.537725,10.761773,8.997756,9.0119019,8.9051428,9.0161476,9.2606697,9.3018064,9.5364246,9.759963,10.135967,10.499336,10.686317,10.654143,10.649033,10.636078,10.251163,9.6062365,9.8465519,9.5541687,9.558362,9.5831194,9.6296663,9.7684479,9.9253998,10.116159,10.266322,10.476566,10.403197,10.37286,9.9965954,9.8312654,8.3389826,8.3594189,8.2769842,8.3784332,8.6206274,8.6584234,8.9110126,9.0918322,9.4596891,9.8531561,9.9923229,9.9755421,9.9924088,10.012262,9.43822,8.9954185,9.0081272,8.8391972,8.9199133,9.1495552,9.1954479,9.3228865,9.4715223,9.7396021,10.020193,10.153958,10.106343,10.122111,9.99191,9.7553778,9.5038023,9.5069561,9.3626471,9.4702587,9.6629763,9.7204065,10.061831,10.329965,10.648156,10.87865,11.222526,11.165422,11.033319,10.936204,10.747791,9.5272131,9.543746,9.3366327,9.4038897,9.5306492,9.5994463,9.8850098,10.133786,10.388934,10.553076,10.974774,10.902858,10.844981,10.356752,10.180226,9.1939068,9.2048321,9.0055494,9.0903273,9.3048525,9.3493614,9.4773092,9.6353474,9.8914642,10.142854,10.298303,10.241698,10.24445,10.065257,9.8544388,8.8967457,8.9117517,8.7742271,8.8654575,9.1053619,9.1489439,9.3214808,9.4954281,9.8081675,10.129629,10.282879,10.243502,10.256894,10.169418,9.8610325,9.6091757,9.9565153,9.6784248,9.6308765,9.5793629,9.6296177,9.7971067,9.9690199,10.160074,10.29613,10.558142,10.485783,10.450801,9.9593134,9.7987041,9.2930088,9.3064013,9.0946922,9.1814499,9.3850613,9.4295759,9.566741,9.7340469,9.9880486,10.225665,10.400633,10.33991,10.333783,10.127114,9.9246683,9.1001825,9.1127367,8.9521046,9.0445328,9.2755575,9.3196678,9.4829054,9.6642628,9.9637775,10.256897,10.428144,10.379922,10.383489,10.255069,10.000413,9.4977465,9.5032043,9.3436661,9.4463491,9.6329079,9.6910572,10.007846,10.267973,10.573602,10.794215,11.140836,11.080229,10.970939,10.809753,10.622991,9.096343,9.1075525,8.9236164,9.0064468,9.2296066,9.2746773,9.4009256,9.5539885,9.8160505,10.082368,10.22584,10.173692,10.183396,10.02973,9.807332,9.1962872,9.2079172,9.0514326,9.1506186,9.3803282,9.4250107,9.611392,9.8147545,10.130571,10.42435,10.623445,10.573805,10.565104,10.439304,10.189082,9.2124186,9.2241516,9.0289783,9.1160831,9.3310728,9.3755121,9.5133142,9.679738,9.9442205,10.199357,10.365315,10.308809,10.30886,10.130051,9.9153852,9.238409,9.2507935,9.0649786,9.1563063,9.3732309,9.4179125,9.573967,9.7555447,10.035724,10.298453,10.48282,10.426959,10.421813,10.248807,10.027911,9.5399857,9.616889,9.3702755,9.4330235,9.5567245,9.6069479,9.7865295,9.9767914,10.208327,10.38702,10.643874,10.572559,10.536867,10.187815,10.01063,9.3027191,9.3126602,9.1615152,9.2675362,9.4938221,9.5404816,9.7580938,9.9859343,10.316311,10.605338,10.83897,10.787643,10.759048,10.641509,10.402803,10.668772,10.668693,10.591171,10.724422,10.934465,10.96663,11.249083,11.541275,11.95154,12.318442,12.47194,12.452044,12.414538,12.711563,12.210209,8.6631308,8.6813259,8.5571613,8.6420488,8.8837547,8.9283457,9.1007805,9.2547865,9.5609465,9.8934107,10.023272,9.9904718,10.013962,9.9493561,9.5991087,8.9625416,8.9767857,8.8449135,8.942625,9.1838751,9.2267857,9.4168177,9.6084661,9.9393749,10.269235,10.43918,10.400147,10.406648,10.329636,10.01291,9.601532,9.6516323,9.3254509,9.3953886,9.5156507,9.5601492,9.6617765,9.7913475,9.9621706,10.110374,10.267359,10.190432,10.164733,9.8370562,9.6713905,9.5326681,9.5624247,9.3520317,9.4222546,9.5532446,9.6171646,9.8851852,10.124726,10.380532,10.551696,10.934968,10.863807,10.804946,10.376262,10.199094,9.1277752,9.1361618,8.9325323,9.0105953,9.2261925,9.2720404,9.3752747,9.5123615,9.7489185,9.9928102,10.121204,10.065495,10.075382,9.9048338,9.7068605,9.3769732,9.3909569,9.2044983,9.3010607,9.5053682,9.5530853,9.7483149,9.9588661,10.249411,10.496285,10.733959,10.673805,10.645176,10.448896,10.242549,9.0140285,9.027606,8.8867111,8.9828033,9.2212915,9.2647047,9.4458628,9.6349478,9.9560919,10.273915,10.445338,10.403122,10.408511,10.314426,10.021509,9.251256,9.2633867,9.0870972,9.1821108,9.4018965,9.4469614,9.6185331,9.8124056,10.106397,10.37691,10.574976,10.520243,10.510574,10.348503,10.121843,9.1290455,9.1412716,8.9708223,9.0611687,9.288125,9.3324232,9.4864082,9.6622515,9.9505072,10.232299,10.40072,10.35005,10.353396,10.209985,9.9691296,8.9357862,8.9498243,8.792449,8.8744354,9.1081781,9.1538572,9.2914562,9.4434099,9.7224483,10.016362,10.151065,10.106716,10.124289,10.009595,9.7528563,9.4268389,9.4425402,9.2528143,9.3488092,9.5433235,9.5932102,9.8055353,10.024724,10.312607,10.546431,10.808693,10.746257,10.705972,10.490383,10.292343,9.0571699,9.0662956,8.8728981,8.9468107,9.1669235,9.214633,9.3097601,9.4391127,9.6735458,9.9225063,10.038796,9.9859056,10.001429,9.8482981,9.6536865,9.3620958,9.3740644,9.2908897,9.4188395,9.6541443,9.6926699,9.9784298,10.245017,10.664501,11.049309,11.242064,11.215912,11.187878,11.293857,10.814425,9.5088987,9.4991674,9.3020601,9.3711081,9.5020189,9.5787563,9.8971939,10.163605,10.423812,10.583546,11.065454,10.993134,10.933976,10.3902,10.212939,9.5144138,9.5259581,9.4601316,9.5814419,9.7946148,9.8265905,10.137608,10.382143,10.781849,11.16363,11.307022,11.288338,11.270773,11.47823,10.748423,9.577879,9.7184563,9.4696045,9.4893894,9.5418272,9.5986433,9.8077459,10.009044,10.225977,10.374168,10.696782,10.62372,10.582978,10.062877,9.8945236,8.2605028,8.2823286,8.1854029,8.272522,8.5133753,8.5557413,8.771945,8.9198914,9.2414207,9.6005821,9.7216148,9.6994162,9.7259874,9.7034636,9.2072001,8.7940426,8.8104124,8.7169704,8.827178,9.071063,9.1100559,9.3574324,9.5718279,9.9547272,10.337537,10.507755,10.482155,10.484419,10.499504,10.025152,9.5188904,9.5206327,9.3491068,9.4403114,9.6011038,9.6689939,10.014585,10.283366,10.567891,10.754494,11.175854,11.109984,10.997779,10.718262,10.54014,9.5371838,9.5384035,9.413188,9.5238094,9.7147627,9.7717543,10.164526,10.441056,10.76629,10.998164,11.344045,11.291433,11.107108,11.102063,10.917866,9.6200094,9.9234037,9.6390076,9.6122589,9.5891218,9.6382618,9.7968187,9.9641924,10.154658,10.294158,10.539892,10.466817,10.432614,9.9771223,9.8149462,9.4743719,9.5112133,9.2797298,9.3606205,9.5247459,9.5727596,9.7438955,9.9331884,10.179843,10.382164,10.616283,10.54807,10.519076,10.234119,10.048676,9.4050035,9.4213333,9.2273569,9.3219032,9.5186357,9.5669975,9.7628813,9.9726944,10.255869,10.492306,10.736539,10.67439,10.642812,10.427427,10.227196,9.4957714,9.5027351,9.3930073,9.519412,9.7462206,9.7953072,10.110299,10.395025,10.780343,11.09045,11.365311,11.322098,11.224807,11.253111,11.005149,9.510416,9.5022383,9.338048,9.4298906,9.5886936,9.6645393,10.045131,10.332273,10.62093,10.800653,11.279789,11.21329,11.093777,10.785962,10.608419,8.9364214,8.950841,8.8050747,8.8942041,9.1316948,9.175766,9.3379555,9.507515,9.8101206,10.120973,10.272192,10.230253,10.24359,10.142766,9.855525,9.2001505,9.2121515,9.0262098,9.1154318,9.3343039,9.3787575,9.5259409,9.6994381,9.9748106,10.239095,10.411306,10.356424,10.355885,10.187605,9.9649591,9.364727,9.3761368,9.2035694,9.3044481,9.5163145,9.564352,9.7740631,9.994957,10.301045,10.560542,10.805102,10.747533,10.714674,10.545964,10.332275,9.4064722,9.4278364,9.2129898,9.3012695,9.4889994,9.535676,9.7029448,9.8925495,10.153418,10.377178,10.596187,10.531696,10.509404,10.269062,10.074295,9.5659647,9.5694475,9.462101,9.5820599,9.7850876,9.8377905,10.232796,10.518246,10.872317,11.13473,11.446749,11.400678,11.211346,11.288564,11.088578,9.2622175,9.2733135,9.1127243,9.2136211,9.4388046,9.4844341,9.6794329,9.8909464,10.206511,10.490813,10.705748,10.653543,10.63653,10.500171,10.262847,9.5145197,9.5266523,9.3417826,9.4313612,9.5936594,9.6560068,9.9543562,10.206957,10.487125,10.680067,11.055572,10.988799,10.902828,10.611937,10.431151,9.5878515,9.695262,9.401042,9.4525461,9.5506926,9.5966043,9.725564,9.877986,10.071522,10.2308,10.424933,10.35057,10.323341,9.9769096,9.8070154,9.488637,9.5297365,9.2648544,9.3404589,9.4933825,9.538703,9.6712437,9.8311567,10.047111,10.233133,10.423856,10.353046,10.331985,10.036824,9.8578215,9.5417509,9.6023836,9.3725471,9.4382486,9.564229,9.61936,9.8356247,10.047253,10.290863,10.467541,10.774446,10.703323,10.65705,10.278648,10.101413,9.7862692,10.037099,9.6727533,9.6771183,9.6727152,9.718852,9.8210659,9.9439154,10.089766,10.206808,10.369739,10.290504,10.256579,9.8684893,9.713398,9.5201378,9.4454098,9.2279177,9.250535,9.3367023,9.4075098,9.6779776,9.9035273,10.115975,10.242801,10.693842,10.621151,10.581368,9.6758776,9.5151558,9.3941383,9.4022245,9.2812939,9.4014492,9.6328144,9.6805916,9.9555178,10.221109,10.594218,10.906871,11.16545,11.120515,11.0592,11.032573,10.775708,9.5692472,9.6960144,9.4320917,9.4754143,9.5647163,9.6138935,9.7792826,9.9577932,10.173148,10.33913,10.582702,10.510139,10.476579,10.103342,9.9308224,9.5836668,9.7659702,9.5117636,9.5048866,9.5198622,9.5766821,9.7815762,9.9771004,10.182824,10.320169,10.646179,10.573249,10.535046,9.9400902,9.7761278,9.6381931,9.6466866,9.5537205,9.6904955,9.9227095,9.9684057,10.284627,10.586231,11.005728,11.351359,11.599686,11.564723,11.478032,11.580706,11.282573,9.4827986,9.4885244,9.3694363,9.4910173,9.7111177,9.7622242,10.081482,10.360448,10.727147,11.015521,11.306748,11.259312,11.152888,11.148518,10.922788,9.0627871,9.0751839,8.9051371,8.9912004,9.2197618,9.2644186,9.4058666,9.5686245,9.8477411,10.129909,10.281193,10.232052,10.241759,10.104199,9.8625116,9.5212355,9.5564966,9.3443336,9.4231052,9.5715199,9.6281834,9.8664656,10.091891,10.352207,10.540392,10.863498,10.794199,10.739106,10.402432,10.221887,9.2897882,9.2998323,9.0668745,9.1492414,9.346446,9.3905792,9.5026188,9.6490822,9.8773413,10.097594,10.248186,10.185205,10.182138,9.9646568,9.7744312,9.5113106,9.5112085,9.3243017,9.4062538,9.5534716,9.6264868,9.952734,10.222566,10.496868,10.670669,11.125716,11.055742,10.978131,10.565017,10.38608,9.1625652,9.1714592,8.9651985,9.0456038,9.2591944,9.304306,9.4143667,9.5575056,9.7979374,10.041242,10.178353,10.121546,10.12838,9.9501886,9.7493191,9.406189,9.4177742,9.2429199,9.3439322,9.5489769,9.5987663,9.8228998,10.050879,10.354788,10.603533,10.867568,10.808125,10.764526,10.584194,10.378679,9.5987406,9.7507801,9.4580021,9.493701,9.5664158,9.6127701,9.7472973,9.9028435,10.096277,10.252105,10.455088,10.380974,10.352084,9.9914761,9.8230696,9.3843126,9.403615,9.165472,9.2490816,9.4330702,9.4776955,9.6093578,9.7715998,10.005889,10.218075,10.397709,10.331751,10.319016,10.072706,9.8836823,9.3082771,9.317729,9.1906128,9.3055868,9.5402632,9.5864,9.8330259,10.081398,10.444944,10.762039,11.000385,10.955585,10.917543,10.864081,10.595633,10.053379,10.659505,10.233488,10.125181,9.927804,9.9762144,10.063006,10.164414,10.273578,10.356972,10.499831,10.419618,10.37919,9.9840393,9.8446827,9.3725882,9.3821802,9.2215729,9.3267937,9.5428667,9.5916481,9.8203936,10.053557,10.373891,10.641865,10.898024,10.842424,10.80071,10.657782,10.439579,9.1486855,9.1605844,9.01894,9.1214657,9.3575363,9.4016314,9.600317,9.8104744,10.143675,10.456689,10.65463,10.609478,10.601627,10.505999,10.230529,9.6571646,9.6637897,9.5709791,9.7040758,9.9227037,9.9709702,10.339444,10.64142,11.039045,11.348949,11.621656,11.583308,11.427758,11.561161,11.318692,9.0258684,9.0391846,8.8859968,8.9771328,9.2117701,9.2557564,9.4184999,9.5948706,9.896821,10.199228,10.361023,10.315842,10.324145,10.209724,9.9397888,9.4888754,9.5202141,9.3066092,9.3912172,9.5568752,9.6085548,9.8169365,10.029009,10.291982,10.496007,10.772807,10.705266,10.662271,10.375927,10.19027,9.5414829,9.5916586,9.3694162,9.4355392,9.5608559,9.6195793,9.8573732,10.080515,10.328386,10.501432,10.840781,10.769505,10.717809,10.312178,10.13541,9.5123796,9.5186224,9.3494892,9.4457178,9.6184187,9.6798944,10.00314,10.262607,10.554162,10.75659,11.129369,11.065746,10.956261,10.738303,10.55697,8.756258,8.7731142,8.6444101,8.7324257,8.9739962,9.0178795,9.1916628,9.3547707,9.6655645,9.9955091,10.135121,10.099969,10.119431,10.047119,9.7100105,9.5695152,9.5796289,9.4913893,9.6252337,9.8614454,9.9028568,10.193663,10.480518,10.905645,11.278131,11.492723,11.463223,11.415483,11.522907,11.136895,9.0865946,9.0994225,8.9800644,9.0890255,9.3316469,9.3743382,9.5970211,9.819829,10.182362,10.526237,10.72243,10.684797,10.676208,10.632493,10.302582,9.2478828,9.2588272,9.0450296,9.1292019,9.3357182,9.3800669,9.5031843,9.6584949,9.9037771,10.141109,10.298085,10.238305,10.237561,10.038938,9.8380146,9.6033821,9.913744,9.625905,9.604043,9.5911636,9.6381712,9.7836199,9.9440794,10.135146,10.28214,10.502713,10.430267,10.398641,10.007135,9.8438377,8.4596968,8.4802361,8.3702412,8.4544907,8.6964703,8.740737,8.9302406,9.0775738,9.3885908,9.7345009,9.8563099,9.8293686,9.8564167,9.8140411,9.4021654,9.538764,9.6053686,9.3690405,9.4346714,9.562108,9.6146593,9.8134871,10.015538,10.255128,10.434559,10.71641,10.645391,10.604178,10.245354,10.067628,9.2911215,9.3046894,9.1056204,9.1955385,9.4038353,9.4487276,9.6009016,9.7802677,10.049431,10.297375,10.485684,10.426544,10.417881,10.222343,10.012951,9.5291452,9.5988207,9.3394623,9.4056082,9.5371046,9.584466,9.7382412,9.9121304,10.133822,10.313994,10.535595,10.4641,10.435795,10.110094,9.9327059,9.0622005,9.0742178,8.8993149,8.9831715,9.2100906,9.2550936,9.3881721,9.5446453,9.8154259,10.091587,10.236581,10.186618,10.197591,10.055387,9.8217773,9.0918579,9.1042023,8.934454,9.0226955,9.2508049,9.2951994,9.4430103,9.6121941,9.8963385,10.179174,10.338526,10.288815,10.295682,10.156048,9.9134541,9.4911165,9.4724722,9.2958679,9.3796749,9.5289564,9.6120749,9.9785833,10.270967,10.552194,10.721066,11.24955,11.178942,11.099624,10.640261,10.460097,9.6004438,9.6054182,9.5060635,9.6323891,9.842557,9.8933706,10.281631,10.575496,10.949633,11.232422,11.527636,11.485109,11.30437,11.414562,11.19955,8.742548,8.7590389,8.6831102,8.7992496,9.0330544,9.0692759,9.3561926,9.5826483,9.9833021,10.376793,10.547225,10.52387,10.517553,10.592666,9.9806223,8.8713093,8.8866825,8.7615347,8.8581982,9.1011648,9.1436834,9.336586,9.5229845,9.8560581,10.194757,10.356193,10.320414,10.331004,10.26619,9.9235802,9.1561193,9.168026,8.9878607,9.0763674,9.2990818,9.3434906,9.4890184,9.6595631,9.9371519,10.20823,10.373643,10.320729,10.323652,10.166559,9.9373016,9.5647373,9.6577358,9.4168386,9.4633322,9.5565844,9.6127844,9.8254738,10.032124,10.261855,10.423381,10.739101,10.666535,10.622959,10.176413,10.003539,9.5181055,9.5285997,9.3402853,9.4254971,9.578989,9.645072,9.9510193,10.208299,10.483634,10.666947,11.070455,11.002039,10.919985,10.576635,10.397297,9.3168449,9.3276701,9.1629715,9.2648258,9.4846926,9.531476,9.7356348,9.9538841,10.267559,10.54152,10.772128,10.717531,10.691978,10.544095,10.318229,9.4432945,9.3732557,9.2048178,9.2732887,9.4099874,9.515377,9.9506578,10.268747,10.537962,10.685275,11.369753,11.296673,11.227489,10.545473,10.365742,9.5300903,9.5310431,9.3735399,9.4686127,9.6353741,9.6991405,10.069115,10.33509,10.623779,10.817391,11.2142,11.152276,11.003775,10.822499,10.646582,7.9277849,7.9512086,7.8724093,7.9628992,8.199295,8.2385063,8.4940834,8.6412916,8.9757118,9.3505507,9.4684896,9.4524755,9.4771595,9.4832878,8.8503218,8.6287422,8.6470051,8.5310946,8.6211491,8.8643789,8.9072685,9.0988798,9.2632523,9.5856371,9.9310827,10.0689,10.038628,10.059344,10.008224,9.6184883,7.564363,7.5863333,7.5436735,7.6465497,7.8500781,7.8805771,8.2303991,8.4087372,8.7797356,9.163373,9.3069057,9.284441,9.2847013,9.3967819,8.4107819,9.5513048,9.5507984,9.3187914,9.3409328,9.4135571,9.4788742,9.72328,9.9388027,10.150493,10.282029,10.684574,10.611263,10.572456,9.7906981,9.6272564,9.4807959,9.4958487,9.3100595,9.4054165,9.5867004,9.6415787,9.8958521,10.133129,10.421189,10.637768,10.949737,10.885398,10.820311,10.584957,10.396143,9.1884861,9.2005672,9.0222416,9.1132927,9.3354216,9.3798714,9.5347939,9.7139511,9.9983854,10.270494,10.447268,10.393856,10.392786,10.234408,10.004513,9.451931,9.4174528,9.2726049,9.3695736,9.5314007,9.6351948,10.110209,10.457692,10.766417,10.936749,11.609361,11.540257,11.429715,11.02395,10.840783,9.1524563,9.1648464,9.0565853,9.1726837,9.4155035,9.4578171,9.7030525,9.9439459,10.327633,10.683846,10.88938,10.854356,10.836132,10.828986,10.475604,9.1199331,9.1274023,8.9209576,8.9970789,9.2118378,9.2582636,9.3539801,9.4854164,9.7150869,9.9543037,10.076141,10.02019,10.031177,9.8608913,9.6693325,9.2727966,9.2827988,9.1441479,9.2534409,9.4860382,9.5319109,9.757535,9.9909878,10.336894,10.643516,10.872517,10.82516,10.797674,10.710732,10.452398,9.5947886,9.7749472,9.5082741,9.5259485,9.5721178,9.6233912,9.7994938,9.9814939,10.18954,10.341476,10.608524,10.535336,10.498774,10.058976,9.8908796,9.3758745,9.3842468,9.235714,9.3452578,9.5661297,9.6151266,9.8601236,10.103827,10.43891,10.717854,10.979674,10.926678,10.877384,10.765712,10.540298,9.525445,9.5351219,9.4408102,9.5736217,9.8103418,9.854126,10.147696,10.435526,10.853201,11.211306,11.443494,11.409993,11.35115,11.430532,11.095413,8.7985344,8.814827,8.7100306,8.8144445,9.0599604,9.1004391,9.3252649,9.5270386,9.8907557,10.258764,10.424683,10.396044,10.403358,10.384553,9.9668159,9.5326891,9.6057568,9.3537874,9.4187012,9.5474882,9.5961351,9.7627068,9.9451313,10.172837,10.353483,10.592026,10.520764,10.48902,10.154633,9.9769535,9.9103518,10.200632,9.8059101,9.7998743,9.7643852,9.8119698,9.9065065,10.01958,10.148778,10.250912,10.403851,10.322383,10.284604,9.8873587,9.7372732,9.4917164,9.5002136,9.3972425,9.5267859,9.7603302,9.8068933,10.107209,10.392872,10.794508,11.128958,11.382701,11.343866,11.268291,11.315108,11.031287,9.4822845,9.4435244,9.2578897,9.3275452,9.462101,9.5497637,9.9108849,10.198512,10.46341,10.617908,11.178965,11.106158,11.046276,10.434426,10.256052,9.4778414,9.5182428,9.2707148,9.3483934,9.5070562,9.5534735,9.7036057,9.8775883,10.109134,10.304314,10.514988,10.445604,10.42188,10.131722,9.9490242,9.4718809,9.4767923,9.3355885,9.4476357,9.6543694,9.7084131,10.017781,10.283508,10.617223,10.871497,11.184858,11.130076,11.027037,10.941426,10.739079,8.938241,8.9524374,8.7993164,8.884305,9.1194868,9.1644039,9.3121128,9.4713736,9.7598791,10.060387,10.202258,10.158728,10.174515,10.064125,9.7950621,7.5098891,7.5349798,7.4741392,7.5655994,7.7944698,7.8301463,8.1214542,8.2620573,8.6043596,8.9912214,9.0987568,9.089776,9.1126404,9.1485863,8.3733892,9.7247066,9.8371344,9.4824791,9.5327749,9.6043987,9.6501131,9.7504377,9.8745222,10.02827,10.156134,10.314502,10.234869,10.203144,9.8397808,9.6801023,7.6933427,7.7185931,7.6441998,7.7296433,7.9615922,8.0017977,8.2639685,8.3948364,8.713129,9.0797644,9.1865082,9.1713285,9.1993055,9.2060156,8.5342054,9.1708832,9.1782217,8.9637232,9.0423717,9.2529068,9.2982578,9.3991232,9.5353975,9.7654266,9.9998865,10.13008,10.072014,10.07887,9.8951998,9.7025795,9.1236658,9.133378,8.9368019,9.0170898,9.2352295,9.2806234,9.3939228,9.5383587,9.7854462,10.037818,10.173855,10.11923,10.128539,9.962388,9.7549372,9.3483601,9.356946,9.2181511,9.3303242,9.5579824,9.6057749,9.8515272,10.097774,10.445683,10.741266,10.993139,10.94361,10.898692,10.813706,10.572318,9.4678802,9.4881363,9.2906599,9.3827591,9.5632238,9.6153154,9.8387356,10.061238,10.340146,10.557427,10.840994,10.775891,10.727423,10.47847,10.288259,9.1217632,9.133255,8.9501143,9.0352421,9.2580204,9.3026981,9.4363298,9.5961561,9.8640461,10.131949,10.283991,10.231408,10.238467,10.082342,9.8569622,9.3290138,9.3388338,9.225173,9.3458261,9.5837307,9.6289539,9.8913937,10.151552,10.535538,10.870946,11.106785,11.066506,11.023943,11.013824,10.718581,9.252162,9.2647161,9.0684967,9.1574268,9.3696766,9.4142523,9.5602016,9.7340746,10.002364,10.255102,10.432908,10.375219,10.370894,10.184892,9.9718962,9.0667877,9.07658,8.8856821,8.9623346,9.1834803,9.2301855,9.3348036,9.4709377,9.7136803,9.9683552,10.092386,10.039737,10.053754,9.9000025,9.6959209,9.5146236,9.5547514,9.3360939,9.4146023,9.5653353,9.6190271,9.8362217,10.05105,10.307498,10.499525,10.794858,10.725704,10.678499,10.356421,10.174765,9.3129845,9.327424,9.1155338,9.2029905,9.4046373,9.4493494,9.5915718,9.7630701,10.019185,10.255431,10.43754,10.376239,10.367651,10.156394,9.9546137,9.3619041,9.379653,9.1605473,9.2475739,9.4409113,9.486083,9.6334009,9.8087006,10.061542,10.288416,10.481556,10.418053,10.40442,10.175267,9.9786959,9.5058556,9.5253658,9.3313274,9.4202795,9.585885,9.6436567,9.9066467,10.145303,10.422153,10.621912,10.95782,10.890949,10.822469,10.537691,10.354401,9.3699074,9.3858948,9.1407919,9.2234707,9.4079046,9.4520741,9.5723238,9.7252102,9.9505911,10.159093,10.325176,10.258971,10.248803,10.004816,9.8182678,9.0757837,9.086071,8.8972359,8.9759665,9.1977959,9.2438469,9.3556652,9.4972296,9.7463207,10.005016,10.135287,10.082795,10.095497,9.941391,9.7306557,9.4982395,9.5089903,9.3317652,9.4280939,9.6054754,9.6637573,9.9520597,10.201844,10.493106,10.703101,11.046847,10.982746,10.896863,10.668202,10.483014,9.8015699,9.8092222,9.7226658,9.8645678,10.089605,10.136086,10.48454,10.801086,11.225124,11.561993,11.816799,11.782951,11.65918,11.818575,11.543488,9.5903864,9.7663565,9.506382,9.5203543,9.5617485,9.6151457,9.8043795,9.9938135,10.204432,10.353506,10.64318,10.570061,10.531665,10.054236,9.8865747,9.2843618,9.2962408,9.1228762,9.2204046,9.4392271,9.4849491,9.6685991,9.8720407,10.172671,10.442837,10.654716,10.59953,10.58371,10.422792,10.197857,9.2318268,9.2415009,9.0248566,9.1074514,9.3141346,9.3585711,9.4740601,9.6229143,9.8619766,10.096708,10.245138,10.185414,10.18663,9.9896936,9.7917347,9.0053253,9.0187063,8.8613548,8.9491606,9.1826611,9.2270575,9.3792267,9.5463886,9.8381805,10.135099,10.287433,10.241812,10.253183,10.134078,9.871418,9.0632753,9.0762491,8.9254541,9.0198412,9.2547531,9.2985802,9.4708786,9.6567936,9.9673557,10.272462,10.44484,10.39941,10.403582,10.291662,10.020117,8.9765787,8.9907455,8.8715229,8.975913,9.2196693,9.2617722,9.4740248,9.6820526,10.035966,10.382871,10.563133,10.527438,10.528405,10.480224,10.133706,8.328598,8.3494787,8.2531023,8.3443432,8.5864334,8.6275969,8.8498154,9.0085363,9.341506,9.7064571,9.8356276,9.8132906,9.8365679,9.8173046,9.3171768,9.1395168,9.1515007,9.0204506,9.1268148,9.3660784,9.4098043,9.6220636,9.8412457,10.189667,10.516013,10.717457,10.675306,10.664893,10.593327,10.298572,9.3933258,9.3429556,9.2147589,9.3137674,9.4767666,9.6080666,10.176658,10.577216,10.900411,11.064335,11.921118,11.850359,11.746867,11.271634,11.082222,9.1381216,9.1486301,8.9552774,9.0379591,9.2567568,9.3016739,9.4239349,9.5756893,9.8307686,10.087579,10.232302,10.177825,10.1852,10.018862,9.8052502,9.2894945,9.3026142,9.1134291,9.2061377,9.4183378,9.4635715,9.6278868,9.8167439,10.097938,10.354102,10.552409,10.494637,10.483434,10.299124,10.084175,9.677928,9.9778137,9.6492777,9.6344223,9.6188202,9.6640987,9.780426,9.917326,10.082953,10.215294,10.396764,10.321206,10.290581,9.9097586,9.7509089,9.5670052,9.6709557,9.4229918,9.4698811,9.5639057,9.6172466,9.8130417,10.01022,10.236386,10.400928,10.689236,10.616771,10.576356,10.16282,9.9896803,9.5656853,9.6765032,9.422472,9.4698267,9.5653362,9.616519,9.79809,9.9870815,10.209846,10.376848,10.643021,10.570655,10.533459,10.145128,9.9717236,9.3680897,9.3847046,9.1825571,9.274065,9.4729605,9.5193138,9.6900778,9.883338,10.155695,10.393261,10.609313,10.547452,10.527575,10.311937,10.109882,9.220046,9.2310114,9.0860634,9.1906815,9.4234715,9.4684839,9.6750631,9.8939142,10.227884,10.532396,10.745211,10.697573,10.681335,10.578621,10.318708,9.1848736,9.194911,8.9910469,9.0738831,9.2873106,9.3319826,9.4515066,9.6026144,9.8508148,10.097493,10.244783,10.187785,10.192136,10.011359,9.8054543,8.9066038,8.9215841,8.8012629,8.90207,9.1459608,9.1880236,9.3924522,9.5897236,9.9352798,10.281129,10.451134,10.416221,10.42269,10.369351,10.017144,8.1785641,8.1970673,8.14783,8.2564049,8.4622478,8.4926252,8.8368416,9.0364714,9.4193792,9.8044682,9.9482851,9.926136,9.9197063,10.060324,9.1243982,9.5650482,9.6811981,9.4120483,9.4603014,9.5580111,9.6059361,9.7606659,9.9326105,10.14481,10.31253,10.540324,10.467662,10.436785,10.080038,9.9070797,9.3337727,9.3490458,9.1454687,9.2357054,9.4382143,9.4836264,9.6418848,9.8260813,10.094059,10.33477,10.53441,10.473461,10.459848,10.251077,10.04666,8.8220491,8.8380842,8.6968994,8.7800903,9.0185852,9.0639591,9.2162447,9.3698654,9.6623659,9.9749947,10.107766,10.068715,10.089425,9.9985628,9.7051048,9.3419161,9.3541574,9.1087141,9.1909781,9.3791237,9.4230986,9.5356827,9.6823587,9.9039459,10.113351,10.268971,10.203437,10.196143,9.9604197,9.774559,9.264534,9.2766428,9.0659618,9.1517143,9.3580341,9.4024153,9.5335255,9.6956043,9.947197,10.186893,10.35299,10.293153,10.290157,10.090155,9.8868265,9.3869867,9.4069881,9.1883125,9.2756634,9.4653673,9.5111523,9.6667652,9.8481188,10.103558,10.327839,10.532515,10.468286,10.450695,10.214083,10.018867,9.5623131,9.6638155,9.3884077,9.4422827,9.5490017,9.595911,9.7402887,9.9053783,10.113306,10.281508,10.494666,10.421721,10.393274,10.048615,9.875535,9.10499,9.1174936,8.9705353,9.0687571,9.3041553,9.3480158,9.5323534,9.7297068,10.050818,10.359471,10.544205,10.498745,10.497567,10.391521,10.118253,9.3334351,9.345892,9.1667948,9.2644434,9.4768953,9.5235729,9.7137203,9.9217796,10.21872,10.478105,10.703354,10.645742,10.623195,10.446844,10.231499,9.5030518,9.5512094,9.3156433,9.391468,9.5422163,9.591445,9.7698507,9.9622297,10.205016,10.398378,10.645981,10.576482,10.543247,10.234545,10.052405,9.5431433,9.5454912,9.4283686,9.5437708,9.74193,9.7968359,10.186921,10.467566,10.807388,11.054921,11.384017,11.334294,11.151714,11.1824,10.990669,8.689929,8.7074041,8.5926027,8.6866398,8.9307184,8.9728289,9.1717739,9.3468056,9.6796799,10.029675,10.176646,10.146097,10.163089,10.115492,9.724288,9.5100422,9.4787884,9.273262,9.3253756,9.4383783,9.5160542,9.8242407,10.079782,10.321553,10.466612,10.957997,10.884619,10.835901,10.145808,9.9731989,9.5392075,9.5500546,9.4721479,9.6013784,9.8307295,9.8672609,10.159312,10.42894,10.850286,11.237931,11.417423,11.394145,11.366441,11.516384,10.98708,9.5239229,9.5507231,9.3463688,9.4259176,9.5730267,9.6336451,9.8975592,10.135454,10.400033,10.583858,10.941518,10.872117,10.808103,10.453794,10.27425,8.3991537,8.4189243,8.3394976,8.4448395,8.6853743,8.7222652,8.9845285,9.1759377,9.5547371,9.9537401,10.099784,10.082419,10.095051,10.129317,9.5348091,9.2147827,9.2258072,9.1022205,9.2147732,9.4540243,9.4982996,9.7314186,9.9684668,10.333011,10.664227,10.881641,10.840172,10.817726,10.768896,10.472581,6.9202037,6.9468403,6.9018312,6.9890366,7.2049284,7.2368889,7.559031,7.682127,8.0137959,8.3932858,8.4849691,8.4793978,8.4999628,8.5533056,7.6396685,9.4764805,9.5090599,9.2892256,9.3731155,9.5408707,9.590559,9.780921,9.9828863,10.24057,10.446657,10.701792,10.634321,10.598904,10.318371,10.131687,9.0622215,9.0731964,8.8894939,8.9692354,9.1930857,9.2389545,9.3561525,9.5009995,9.756175,10.020803,10.153824,10.102411,10.115407,9.9664221,9.7488222,9.409318,9.3483763,9.2002974,9.2852468,9.4374962,9.5587854,10.06444,10.428239,10.726112,10.882706,11.671691,11.599205,11.521156,10.929858,10.743131,9.5712214,9.6477032,9.4045639,9.4192591,9.4720469,9.5331078,9.7580338,9.9646301,10.174758,10.310069,10.674199,10.600777,10.561966,9.8814449,9.7167673,6.8465586,6.8745327,6.8246903,6.9063058,7.1200252,7.1562943,7.4756474,7.5848789,7.8892045,8.246911,8.3376942,8.3254786,8.3504524,8.381794,7.4865317,9.4244986,9.4322338,9.2774715,9.3856201,9.5965385,9.6479588,9.9091644,10.157583,10.482948,10.742509,11.02771,10.97146,10.90649,10.775759,10.566362,7.7317734,7.7540612,7.7014079,7.8047833,8.0220976,8.0542984,8.3763237,8.553586,8.9295731,9.3294764,9.4684887,9.4508524,9.4584389,9.5439606,8.6704941,9.4170017,9.4239779,9.2817678,9.3943624,9.612546,9.6632023,9.9339657,10.189892,10.531116,10.806284,11.086939,11.034124,10.965494,10.873255,10.653625,9.5901699,9.9818497,9.7121201,9.6419115,9.5614929,9.6133041,9.7922592,9.9700994,10.162705,10.295654,10.578298,10.506984,10.471302,9.9371367,9.7783403,9.5905714,9.6693535,9.3636646,9.4248018,9.5361376,9.5813398,9.6984959,9.8417139,10.027182,10.183702,10.361581,10.286316,10.260488,9.9243336,9.7554369,8.4035282,8.4235554,8.3313198,8.4285412,8.672081,8.7117004,8.9453611,9.1190491,9.4708595,9.8485003,9.9869719,9.9661617,9.9851685,9.9797897,9.465415,9.5341167,9.5461979,9.3289766,9.3791666,9.4839954,9.5537043,9.8285351,10.068213,10.30657,10.456161,10.886086,10.812875,10.765265,10.154499,9.981986,9.7044735,9.7761621,9.4181643,9.4815979,9.5745306,9.6198311,9.7150545,9.8352861,9.9871101,10.115916,10.26628,10.186233,10.15509,9.8043661,9.6445112,9.3893681,9.3996067,9.2984676,9.4253016,9.6641836,9.7080994,9.9859009,10.258656,10.663042,11.016291,11.246471,11.210917,11.164124,11.202687,10.872778,9.5505791,9.6022701,9.3752499,9.421813,9.5177183,9.5815706,9.830863,10.057162,10.291722,10.445035,10.82759,10.754599,10.707883,10.161953,9.989686,9.5157509,9.573101,9.309803,9.3802156,9.5206137,9.5669422,9.7102737,9.8773279,10.095647,10.277752,10.484509,10.413134,10.388087,10.075402,9.8974752,9.340003,9.3555822,9.1299973,9.2152805,9.4093494,9.4538832,9.5873671,9.7516556,9.9949846,10.219144,10.395924,10.332397,10.323011,10.096031,9.9012671,10.021568,10.028836,9.946043,10.090941,10.319048,10.361447,10.677328,10.995459,11.433372,11.796868,12.017507,11.989383,11.906999,12.097939,11.761873,9.6929836,9.8708305,9.5345182,9.5621872,9.6061783,9.6518002,9.762392,9.8956165,10.059361,10.192921,10.365952,10.288428,10.257786,9.8859425,9.7249737,9.0213699,9.0337505,8.8623543,8.9442921,9.1729212,9.2184277,9.3478489,9.4993935,9.7683916,10.047221,10.185123,10.13658,10.150544,10.015609,9.7801561,9.4595366,9.4206429,9.2559271,9.3411646,9.4926891,9.5901184,10.008996,10.330153,10.619305,10.782962,11.411397,11.339911,11.261916,10.744085,10.561442,9.0503588,9.063508,8.9296598,9.0307283,9.2707491,9.3139496,9.510664,9.7134275,10.049876,10.376044,10.559567,10.518434,10.518214,10.438297,10.135968,9.4159985,9.4245043,9.3124084,9.4365149,9.6703806,9.7173071,10.000672,10.273743,10.660776,10.986499,11.240246,11.198528,11.134806,11.139822,10.866216,9.4348431,9.4584446,9.2461233,9.3346558,9.5174932,9.5656033,9.7476482,9.9465847,10.211311,10.431105,10.669311,10.604069,10.57478,10.325087,10.132557,8.5467634,8.5649281,8.4876623,8.5986309,8.8354368,8.8717566,9.1478424,9.3573093,9.7479858,10.144805,10.304986,10.283849,10.286969,10.340178,9.7290039,7.4465513,7.472548,7.4202805,7.516871,7.744318,7.7779098,8.0859003,8.2358217,8.5994043,9.0055466,9.1109943,9.1062965,9.1271305,9.1905947,8.3538694,7.9384294,7.961555,7.8953862,7.9955964,8.230999,8.2664328,8.5481071,8.7157431,9.0860453,9.4924469,9.6160316,9.6065445,9.6258326,9.6736183,8.9623795,8.563096,8.5817909,8.4784842,8.5744734,8.8189964,8.85993,9.0759935,9.251668,9.5952682,9.9598484,10.103663,10.077914,10.095809,10.069664,9.621685,9.0639143,9.0751848,8.8935099,8.9743967,9.1989422,9.2445326,9.3660097,9.5140305,9.7732801,10.040786,10.177207,10.12609,10.138473,9.9906368,9.7688513,9.3270769,9.3406754,9.1522713,9.2467117,9.4559383,9.5019789,9.6778316,9.8754826,10.160837,10.413732,10.627209,10.568418,10.550845,10.361341,10.149626,9.4335766,9.4614639,9.2238808,9.3064804,9.4807291,9.5264931,9.6738329,9.8474407,10.08639,10.293427,10.495533,10.428196,10.408592,10.14353,9.9562187,9.5126886,9.5611286,9.3314648,9.4069138,9.5546045,9.6056767,9.7997808,10.001349,10.248861,10.440271,10.708398,10.638812,10.599955,10.28052,10.099043,9.4502382,9.4637623,9.2815943,9.3798609,9.5724173,9.6245956,9.8622446,10.094306,10.388927,10.61985,10.907,10.844629,10.79015,10.580753,10.385371,7.8355684,7.85852,7.7991047,7.9012942,8.128562,8.1621733,8.4634809,8.6349068,9.0111189,9.4222708,9.5512724,9.5400982,9.5550432,9.62327,8.8305054,9.4769182,9.3993101,9.2089787,9.2597046,9.3782291,9.4673824,9.8255682,10.100508,10.34409,10.482802,11.059225,10.985822,10.931307,10.147739,9.9756584,9.0311413,9.0453224,8.952837,9.070899,9.3127003,9.3522482,9.6139603,9.8531923,10.251513,10.631136,10.82028,10.791986,10.77961,10.8163,10.36444,9.3481216,9.3571854,9.2070427,9.315156,9.5382242,9.586215,9.8189726,10.056142,10.389179,10.67207,10.922241,10.869767,10.829698,10.713956,10.483533,9.1659031,9.1722679,8.9549074,9.0322495,9.2420082,9.287674,9.3828163,9.514677,9.7392054,9.969821,10.094884,10.036554,10.044086,9.8602695,9.6720705,9.4351959,9.4450197,9.276535,9.3798504,9.5822639,9.634141,9.8832941,10.123348,10.432864,10.677644,10.964449,10.904964,10.845487,10.674552,10.472979,9.4983158,9.5473194,9.3025627,9.3774881,9.528121,9.5757599,9.737751,9.9192886,10.153857,10.345781,10.573224,10.503383,10.475186,10.170957,9.9893618,9.4954281,9.5200481,9.3179846,9.4058361,9.5736475,9.6281109,9.8635378,10.089937,10.3623,10.566525,10.871753,10.804809,10.749763,10.46868,10.28345,9.4182491,9.4429827,9.2030468,9.2858562,9.462966,9.5081606,9.6477699,9.8157339,10.051185,10.2589,10.450743,10.383671,10.366857,10.107472,9.9200344,9.5538931,9.6189699,9.3894396,9.4408255,9.5424776,9.6030436,9.8404236,10.061278,10.298177,10.458344,10.81294,10.740408,10.69276,10.211691,10.038155,9.4066172,9.4138536,9.2827187,9.3992844,9.6243877,9.6737757,9.948307,10.209752,10.56687,10.859849,11.13101,11.08194,11.014924,10.95702,10.722184,9.4503975,9.4725962,9.2681293,9.3586502,9.5410242,9.5908966,9.7923651,10.003156,10.275937,10.495718,10.75532,10.69024,10.652538,10.40392,10.211967,9.5223942,9.5662861,9.2781925,9.3512392,9.4927921,9.5374784,9.6549377,9.8011894,9.9985018,10.170144,10.344515,10.27142,10.249938,9.943018,9.7694445,9.5939617,9.7888346,9.5164757,9.5326433,9.5769377,9.6264687,9.79107,9.9661684,10.171243,10.325184,10.573146,10.50012,10.46561,10.055402,9.8873816,9.4708996,9.4803686,9.310091,9.4116659,9.6036625,9.6585245,9.9309912,10.178099,10.481483,10.710659,11.025451,10.964049,10.887648,10.700824,10.50807,9.645915,9.6558046,9.5721817,9.7062025,9.9396944,9.9790535,10.269776,10.555263,10.983046,11.363441,11.563291,11.536864,11.495765,11.631639,11.199143,9.4475622,9.4778776,9.2467175,9.3298082,9.5023727,9.5491705,9.7097883,9.8929062,10.13907,10.347093,10.56553,10.498253,10.474326,10.205159,10.01739,9.1592197,9.1713724,9.0027523,9.095542,9.3222313,9.3665705,9.5289936,9.7127457,10.007452,10.290426,10.468817,10.41776,10.417384,10.274092,10.032854,8.637105,8.6550398,8.5556412,8.6569519,8.9022341,8.9422102,9.1692924,9.358901,9.7183514,10.092251,10.245408,10.220416,10.233635,10.22109,9.7633867,8.011919,8.0346317,7.9580264,8.0529385,8.2911444,8.3290825,8.5892839,8.7476969,9.0977116,9.4844437,9.6075649,9.5935555,9.6157417,9.6329327,8.9968052,9.0826683,9.0966902,9.0155592,9.1377783,9.3733969,9.4109545,9.6946716,9.9425192,10.353184,10.741928,10.925394,10.900111,10.883191,10.969117,10.435758,9.5527582,9.6314926,9.3513002,9.4132528,9.5337191,9.5797586,9.7144966,9.8731737,10.077758,10.2475,10.446689,10.373587,10.34764,10.01678,9.8432198,9.31915,9.3326817,9.1051626,9.1895409,9.3854275,9.4297123,9.5554247,9.7133427,9.9519854,10.175862,10.342682,10.279524,10.272862,10.050417,9.8563986,9.4422045,9.4677935,9.2053175,9.2851353,9.4522562,9.4966955,9.6185312,9.7711868,9.9862232,10.178663,10.352674,10.283175,10.267112,9.9938202,9.8131695,9.2672844,9.2785721,9.1736984,9.2951574,9.5362911,9.5793352,9.8401461,10.097027,10.491492,10.846725,11.065156,11.029712,10.998481,11.011804,10.668792,8.9994984,9.0126247,8.8493652,8.9336882,9.1652813,9.210309,9.3503723,9.5082903,9.788312,10.077232,10.220453,10.173809,10.187482,10.062063,9.8117275,8.7601738,8.7768459,8.6638327,8.7621489,9.0069838,9.0485115,9.2556076,9.4424553,9.7868834,10.141847,10.298631,10.267888,10.280506,10.239091,9.8479033,8.8295107,8.8453875,8.7159319,8.807972,9.0498276,9.093008,9.2736969,9.4479523,9.767642,10.099169,10.250053,10.213707,10.228659,10.155061,9.8214922,9.6393385,9.8034267,9.4890375,9.520833,9.5802393,9.6259346,9.7466536,9.8899736,10.068106,10.213169,10.398875,10.323111,10.294063,9.9294052,9.7646723,8.9478912,8.9622736,8.8241215,8.9179583,9.1576214,9.2009764,9.3786097,9.5602427,9.878396,10.199776,10.361576,10.321202,10.331005,10.242121,9.9380875,9.2370872,9.2451515,9.0197182,9.1007013,9.3042898,9.348774,9.4551334,9.5966396,9.8253021,10.051758,10.1924,10.131516,10.132959,9.9307957,9.7393761,8.870244,8.8855476,8.7435751,8.8303089,9.0688791,9.1133347,9.272893,9.4354362,9.7352085,10.049311,10.191736,10.151752,10.168857,10.075231,9.7792187,9.4896326,9.4691124,9.3154449,9.4098854,9.5696573,9.6571074,10.083863,10.39764,10.69511,10.869734,11.430167,11.36296,11.238837,10.900796,10.722097,9.5441265,9.5439014,9.4126854,9.5170631,9.6969852,9.7560177,10.163453,10.435322,10.74314,10.956399,11.320884,11.266141,11.067666,11.037665,10.86159,9.5327492,9.5332108,9.3876085,9.4877748,9.6626768,9.723793,10.107004,10.375121,10.673648,10.878121,11.256684,11.198034,11.029726,10.920755,10.744194,9.066124,9.0754137,8.8821163,8.957407,9.1776114,9.224762,9.3241024,9.4565811,9.6943245,9.945117,10.065202,10.012182,10.026728,9.8719921,9.6734171,9.1772242,9.1892099,9.0261974,9.1220112,9.3500872,9.3945446,9.5682602,9.7613945,10.06613,10.354178,10.542717,10.492252,10.48812,10.352007,10.106446,9.1561098,9.1676197,8.9810514,9.0673618,9.2878466,9.3323584,9.4688272,9.6322985,9.9005632,10.164971,10.323201,10.269304,10.273621,10.110237,9.8877907,9.6369228,9.8531475,9.542449,9.5559587,9.5888929,9.6346664,9.7594519,9.9053259,10.08452,10.228462,10.420189,10.345196,10.315622,9.9438581,9.7801704,9.4754658,9.4804058,9.3508253,9.467557,9.6808949,9.7336531,10.051069,10.323591,10.672937,10.942717,11.246845,11.195582,11.087477,11.04505,10.833629,9.2944479,9.3063402,9.2130527,9.3386383,9.5787001,9.6197853,9.8936749,10.157323,10.567567,10.94001,11.148084,11.117464,11.086993,11.144672,10.743152,9.614727,9.9850769,9.6952133,9.649292,9.5995703,9.6469851,9.7951469,9.9555664,10.142024,10.282066,10.509502,10.437264,10.404628,9.9852524,9.824748,9.4649248,9.4714727,9.3156166,9.4225912,9.6234522,9.6778231,9.9660091,10.221766,10.540368,10.78291,11.096098,11.037899,10.950874,10.812849,10.615086,9.2098398,9.2161722,8.9903679,9.0693626,9.2744503,9.3193769,9.4173994,9.5519848,9.7747564,9.9995661,10.130537,10.070223,10.074186,9.8778276,9.6902351,9.3027515,9.314415,9.0840225,9.1673412,9.364069,9.4082289,9.5264616,9.6781292,9.911272,10.133446,10.291268,10.228235,10.223659,10.00404,9.8118029,9.2330847,9.1161346,8.57059,8.9797201,9.0305634,9.0633097,9.1071386,9.1587143,9.1853666,9.2007456,9.2655621,9.1523666,9.0851135,8.685832,8.5486221,9.0680676,8.9346056,8.4691076,8.685463,8.7468891,8.765522,8.7989531,8.8512869,8.9384041,8.9649467,9.0631266,8.9700489,8.9165878,8.4990005,8.2626657,8.9725027,8.8205757,8.4031878,8.5735502,8.6445408,8.6630259,8.7001801,8.7600098,8.8735771,8.9050016,9.0827703,9.0040436,8.958148,8.4792757,8.2440176,9.2924881,9.0797777,8.6399717,8.8113213,8.8745975,8.8997936,8.946043,9.0159073,9.0567741,9.0831671,9.2120323,9.1259136,9.0761166,8.4139929,8.2485456,9.1490946,8.8733749,8.5042057,8.6155577,8.69487,8.7150822,8.7623224,8.838316,8.892375,8.9248877,9.194272,9.1314716,9.0926228,8.2718,8.0892754,9.1360188,8.9854336,8.5246754,8.7246838,8.7894621,8.8099232,8.8472862,8.9055624,8.971427,8.9988203,9.1223469,9.0327959,8.9800854,8.510581,8.2958031,9.2312307,9.0094433,8.588789,8.7426863,8.8121796,8.8350592,8.880455,8.9513941,8.9991913,9.0281868,9.19522,9.1153011,9.068552,8.3907537,8.2117243,9.365366,9.1713428,8.7123127,8.9060898,8.963273,8.9915857,9.0394688,9.1088123,9.1439543,9.1678133,9.2785368,9.1875496,9.1346588,8.5048437,8.351099,9.5803461,9.4452,8.9310341,9.2172356,9.267415,9.3041077,9.3559837,9.4223518,9.4498005,9.4682045,9.5604067,9.455637,9.394042,8.8999586,8.7616835,9.353322,9.0258598,8.6324253,8.7415066,8.7959356,8.8213091,8.869422,8.9417286,8.9756145,8.9996557,9.127902,9.0503101,9.0074968,8.0285273,7.8967133,9.3048563,9.193119,8.6381226,9.1397057,9.1922216,9.2297363,9.2779903,9.3315916,9.3568602,9.3706856,9.4361467,9.3150845,9.2462654,8.8528013,8.7247677,9.1763906,9.0411015,8.5317402,8.7980871,8.8526316,8.8775396,8.9160986,8.9692717,9.0066528,9.0274916,9.1076269,9.0075283,8.9464903,8.5123825,8.3405886,9.7777224,9.658699,9.1189699,9.4657211,9.5159397,9.5581417,9.6135044,9.6791897,9.7040071,9.7196035,9.8139877,9.7007074,9.6351099,9.1811466,9.0504961,9.1349049,9.0144253,8.4771767,8.8153667,8.8647022,8.8920021,8.930315,8.9781523,9.0076694,9.0244589,9.0879202,8.9808731,8.9147816,8.5191116,8.3668852,9.12535,8.960536,8.5205526,8.7004709,8.7696896,8.7902594,8.8296566,8.8920259,8.9585199,8.9877768,9.1597776,9.0774679,9.0278711,8.5131769,8.3001652,9.3804359,9.2484274,8.7266102,9.0445404,9.0971556,9.1302834,9.1772223,9.2367754,9.2655888,9.283824,9.3648643,9.2588825,9.1958685,8.7407427,8.5976839,9.0035362,8.8380966,8.4297152,8.5898294,8.6643152,8.6832924,8.7221527,8.7852297,8.8743238,8.9064522,9.1637783,9.0937252,9.0488005,8.5246458,8.2965965,9.1720762,9.0140657,8.5505638,8.7514048,8.8157787,8.8375587,8.8767786,8.9369888,8.9919634,9.0187244,9.1434908,9.0538054,9.0005493,8.5071068,8.3063259,9.6758385,9.5039196,9.0545788,9.2038946,9.2340727,9.2693167,9.325881,9.4060926,9.4332504,9.4546347,9.5694733,9.4794292,9.4279909,8.7106714,8.5781183,9.2836237,9.1216307,8.6390572,8.8670635,8.9253025,8.9522352,8.9962177,9.0589333,9.0959377,9.1190672,9.2190256,9.1238422,9.0672655,8.544466,8.380126,9.3420248,9.1965895,8.6926918,8.9626017,9.0169535,9.0473146,9.0930195,9.1543293,9.1860638,9.206461,9.2944889,9.1937742,9.1336975,8.6457386,8.4943752,9.1062155,8.9221468,8.4999332,8.6654711,8.7372351,8.7587557,8.8006792,8.8663616,8.9238396,8.9534445,9.1962767,9.1230316,9.0755463,8.4961891,8.2953072,9.1347685,9.0009899,8.5013657,8.750329,8.8061943,8.82792,8.8633661,8.9147558,8.9627819,8.9852972,9.068471,8.9702587,8.911088,8.4898949,8.2939768,9.2480459,8.938014,8.5578299,8.6666384,8.7371502,8.7592869,8.807168,8.8826656,8.9276209,8.9571028,9.1316538,9.0588608,9.0180635,8.1144972,7.9554653,9.2195253,9.0548077,8.5854664,8.7926817,8.855073,8.8788614,8.9203463,8.9823303,9.0275345,9.052989,9.1678867,9.0764618,9.0221462,8.5041084,8.3209372,9.2156048,9.0322247,8.5848761,8.7673845,8.8338366,8.8568726,8.8996458,8.9654236,9.0141172,9.0416517,9.184988,9.0991421,9.0483112,8.4778004,8.2910233,9.4409237,9.3369341,8.7687607,9.498292,9.5570726,9.6042337,9.661993,9.7205267,9.7453203,9.7566261,9.8274422,9.6872444,9.6159639,9.230134,9.1135798,9.4912109,9.3320093,8.8445969,9.0782127,9.1295071,9.1625509,9.2130642,9.2818871,9.3120022,9.3329124,9.4319048,9.334094,9.2767277,8.7178259,8.5737915,9.1076279,8.9513721,8.5078135,8.6923141,8.76056,8.7804394,8.818368,8.8787327,8.954093,8.9833193,9.1349115,9.0501719,9.0001831,8.512763,8.291502,9.7119799,9.6247864,9.662466,9.7482767,9.8817234,9.9849815,9.9478769,9.9474659,9.7723179,9.7761078,9.7708416,9.7952337,9.8643064,9.5107174,9.2880793,9.4324389,9.3517189,9.394146,9.4556293,9.5830097,9.7156153,9.6925163,9.6846809,9.4627752,9.4634762,9.4558926,9.476862,9.5391016,9.2690792,9.0504961,9.0694685,9.0061474,9.0248451,9.1474113,9.3058157,9.4067478,9.3721476,9.3744478,9.442647,9.4489841,9.4442205,9.4788561,9.5320749,9.3235245,9.132041,9.8055887,9.7186556,9.7543182,9.842494,9.9848709,10.080602,10.040355,10.043365,9.8950109,9.9004688,9.8966036,9.9184828,9.9908972,9.6164751,9.3935976,9.0585155,8.9993744,9.0159912,9.1518469,9.3192673,9.4170008,9.382699,9.3877344,9.589098,9.596755,9.592392,9.6306038,9.6841364,9.4785271,9.2904778,9.7867908,9.7038498,9.7344522,9.825304,9.980649,10.073257,10.030846,10.037331,9.9343967,9.9421749,9.939496,9.9591608,10.031875,9.6710701,9.4531279,10.383244,10.280425,10.333253,10.408679,10.540277,10.619644,10.579097,10.584269,10.351247,10.355851,10.353168,10.367623,10.457406,9.9159279,9.6647511,9.4865341,9.4110584,9.4367924,9.5367365,9.6908932,9.7898321,9.7506828,9.7546043,9.7010956,9.7079935,9.7041302,9.7292843,9.7932272,9.5022783,9.2952347,8.8277445,8.7664232,8.7863188,8.9188232,9.0724421,9.1784668,9.1476536,9.1463099,9.1278563,9.1327229,9.125371,9.166728,9.2156982,9.038413,8.8501282,9.3695183,9.3000813,9.3203926,9.4267626,9.589282,9.6873503,9.6483383,9.6539612,9.6916428,9.6997643,9.6970348,9.7230711,9.7836771,9.5267353,9.3272953,9.5125132,9.4298115,9.4683437,9.5515394,9.6804361,9.7940474,9.763669,9.7600183,9.5719337,9.5740814,9.5665703,9.5920792,9.6560535,9.3466206,9.1268969,9.2817173,9.2097836,9.2347918,9.3412914,9.4909906,9.5946894,9.5589027,9.5599327,9.5019217,9.5074339,9.5020857,9.5320063,9.5906162,9.3376751,9.1354818,8.5209436,8.4676619,8.4899721,8.5689831,8.7131281,8.8495312,8.8301678,8.8217945,8.7032175,8.7048063,8.6980515,8.7252703,8.7653074,8.7024193,8.5231934,8.7968636,8.7344685,8.7575035,8.8708267,9.0158291,9.131011,9.1038885,9.0996475,9.0120525,9.0152235,9.0083904,9.0449476,9.0926218,8.9326315,8.7420149,9.6204729,9.538168,9.4732761,10.373985,10.397517,10.438491,10.327442,10.336034,10.13748,10.052371,10.019032,10.558304,10.598349,9.9949894,9.9892855,9.8473349,9.7766743,9.7424421,10.248495,10.595551,10.621469,10.455225,10.492754,10.376287,10.363663,10.300489,10.656901,10.682924,10.260851,10.221844,10.986454,10.851966,10.856084,10.682633,11.342557,11.350913,11.14822,11.217939,11.199343,11.324558,11.139492,11.169419,11.143684,10.930875,10.890488,9.3063211,9.240303,9.2384615,9.4105787,9.666028,9.6945076,9.5351877,9.5532799,9.4508486,9.463747,9.4182644,9.7580118,9.7924862,9.4661608,9.4357243,9.7564068,9.6805878,9.6861362,9.6614141,10.113855,10.134638,9.9536934,9.9931927,9.9263926,10.00034,9.926075,10.111553,10.134207,9.8815088,9.8467875,9.3645086,9.2959661,9.3157759,9.1855564,9.5531282,9.5753374,9.3990707,9.4238529,9.3575802,9.4251842,9.3694534,9.592205,9.6202803,9.3907747,9.3607674,8.6084309,8.5897865,8.4427023,11.04798,11.064563,11.072295,11.030047,11.03364,10.983758,10.65987,10.649578,11.983715,11.991982,10.954499,10.951386,10.307038,10.222909,10.196806,10.506649,11.006769,11.027288,10.839511,10.894333,10.792924,10.817914,10.721617,10.93542,10.947798,10.58642,10.540907,10.848895,10.735194,10.722329,10.775504,11.42893,11.440513,11.238309,11.309359,11.247295,11.325084,11.170693,11.242839,11.230275,10.949183,10.902567,9.4716978,9.3942966,9.434762,9.0214348,9.4876852,9.5040102,9.316514,9.3487482,9.3288069,9.4626169,9.3891869,9.5099716,9.5293064,9.3907127,9.3657045,11.520861,11.289356,11.337408,10.597869,11.22638,11.21899,11.002906,11.0753,11.253976,11.652863,11.353271,11.313688,11.240174,11.213784,11.208707,10.127841,10.029933,10.050723,9.7713451,10.338626,10.352164,10.158902,10.209885,10.191376,10.330112,10.214725,10.289646,10.294395,10.121855,10.090569,8.6470852,8.5888758,8.6517944,8.1692324,8.3946781,8.4188547,8.2490129,8.2515602,8.1883316,8.240097,8.1965942,8.4522581,8.4837818,8.3111258,8.2904663,11.077319,10.914807,10.922477,10.46117,11.367781,11.359205,11.133315,11.262568,11.605463,12.345583,12.076563,11.891524,11.846749,11.858587,11.86774,9.5293093,9.4607906,9.4553785,9.6251173,9.9620905,9.9876137,9.8197002,9.8479481,9.7544518,9.7832603,9.7281656,10.020585,10.050904,9.73316,9.6993914,9.1774187,9.1091309,9.1526012,8.7609291,9.1463165,9.1649609,8.9823895,9.0032368,8.9641666,9.0654316,9.0103817,9.1844645,9.2095613,9.0527391,9.0275774,9.404048,9.3449354,9.2663507,10.48403,10.610783,10.638068,10.519004,10.535749,10.401835,10.278355,10.244535,10.947858,10.977888,10.330192,10.307726,8.4814262,8.4080982,8.5283327,7.3843918,7.8065672,7.8181472,7.6348553,7.6590099,7.7841229,8.1394815,8.0801773,8.1359596,8.1543751,8.241888,8.2498608,9.3823061,9.3131981,9.283783,9.7999048,9.9576225,9.9922781,9.8538847,9.869029,9.7301655,9.6962976,9.656889,10.101803,10.140899,9.7026491,9.673933,8.8560467,8.7931194,8.8491135,8.3748074,8.6818695,8.7007532,8.5207415,8.5289459,8.4811211,8.5599604,8.5159597,8.7267532,8.7531395,8.5990238,8.5755014,9.3509426,9.2842569,9.2667894,9.6369934,9.8470449,9.8783674,9.7291899,9.7464972,9.6264706,9.6131859,9.5705967,9.9709558,10.007633,9.6198015,9.5896845,10.533006,10.446137,10.360598,11.803203,11.967903,12.009957,11.877568,11.918899,11.818192,11.642857,11.503054,12.257305,12.221661,11.482476,11.457326,10.820272,10.677156,10.705029,10.270604,10.887512,10.893975,10.689924,10.749803,10.777955,10.959771,10.767349,10.78631,10.757009,10.621479,10.594071,9.6744862,9.6137028,9.5335627,10.75423,10.943113,10.968837,10.8325,10.858793,10.728264,10.603866,10.554877,11.226076,11.247421,10.599319,10.569526,9.4521122,9.3850231,9.375742,9.6148758,9.9076223,9.9348516,9.7727423,9.7967672,9.6947937,9.7081957,9.6584005,9.9910336,10.023558,9.6820564,9.6493835,9.7933578,9.7113762,9.7271414,9.3081121,10.221953,10.225456,10.018119,10.160594,10.67121,11.789409,11.624579,11.437735,11.446693,11.517602,11.551185,9.1199255,9.0551634,9.0689898,9.0816488,9.3036003,9.3335714,9.1753635,9.187417,9.0885277,9.108284,9.0644875,9.3893032,9.4256697,9.1373901,9.1097574,9.3560905,9.2961464,9.2136354,10.4814,10.571503,10.600187,10.489489,10.502656,10.362154,10.229938,10.199981,10.931226,10.96274,10.292121,10.274725,8.8312511,8.8035011,8.6661291,11.019516,11.054543,11.066248,11.004598,11.011502,10.941718,10.653115,10.635678,11.852621,11.863826,10.893645,10.88657,9.5804987,9.5253563,9.4269228,10.970755,11.108904,11.132832,11.011355,11.033826,10.914781,10.739999,10.691876,11.514557,11.528623,10.782228,10.758228,9.0175438,8.9343138,9.0273085,8.0914822,8.5527077,8.5628872,8.3710194,8.3972387,8.4692106,8.7320528,8.6589365,8.7176161,8.7308931,8.7465458,8.7418652,9.6483593,9.5805902,9.549489,10.0481,10.343072,10.370509,10.212011,10.241951,10.125384,10.10937,10.056127,10.444272,10.47475,10.055038,10.019629,8.9206381,8.8481083,8.9331045,8.1066389,8.533103,8.5454855,8.3554802,8.3758144,8.4033861,8.5929489,8.5337667,8.6279173,8.6459646,8.6137199,8.6015625,10.944176,10.84559,10.775798,11.937788,12.175501,12.221065,12.056202,12.107671,11.991712,11.856169,11.695445,12.294542,12.252649,11.598641,11.564048,11.698988,11.475702,11.513152,10.895118,11.523536,11.518397,11.301002,11.368773,11.468396,11.726084,11.42852,11.407726,11.330599,11.239061,11.219937,9.4605751,9.3867512,9.3460064,9.9829855,10.093596,10.131532,10.002758,10.016178,9.8554296,9.8057785,9.7688103,10.23908,10.279902,9.7945738,9.7679291,9.5222139,9.4561205,9.4204588,10.006081,10.242372,10.271559,10.122484,10.146196,10.022552,9.9893732,9.9436674,10.387657,10.420948,9.972044,9.939764,8.3576469,8.2861767,8.3983412,7.3055906,7.7652717,7.7819953,7.6083508,7.646945,7.8935761,8.510067,8.432971,8.463316,8.4880819,8.632247,8.6542625,9.9558678,9.8852434,9.8351068,10.556073,10.878333,10.904497,10.739974,10.778617,10.650121,10.60333,10.537957,10.964467,10.986467,10.493357,10.453418,8.5970478,8.5416031,8.6084852,8.1161566,8.3223057,8.3501282,8.1864233,8.1907616,8.1255941,8.1739559,8.1258087,8.3913841,8.4273987,8.250701,8.232708,8.2889366,8.2321539,8.3351746,7.4291501,7.7084146,7.7202306,7.5349083,7.5319538,7.5151334,7.6162763,7.5806231,7.7516565,7.7713642,7.7019486,7.6855164,9.4662447,9.4015083,9.3496904,10.168116,10.341178,10.371508,10.236055,10.255331,10.120082,10.052337,10.012986,10.553805,10.587973,10.063459,10.035223,9.39013,9.3225861,9.2922764,9.8240032,10.000121,10.033064,9.8920059,9.9086151,9.7756786,9.7416935,9.7015076,10.151313,10.188958,9.7494631,9.7203302,7.6767969,7.6290469,7.7870574,6.4488821,6.7313361,6.7400165,6.5609641,6.5637608,6.6099548,6.7895775,6.7663555,6.8813949,6.8992643,6.9343448,6.933444,11.041313,10.927034,10.899888,11.124166,11.768522,11.781193,11.571666,11.645113,11.55506,11.593135,11.436155,11.542188,11.525012,11.183833,11.131242,9.187171,9.1176977,9.1223736,9.2253017,9.3830061,9.4189796,9.2730055,9.2834091,9.1576309,9.1627293,9.1203604,9.4598284,9.5020113,9.1794939,9.14991,9.4040403,9.3326168,9.3012123,9.8320417,9.9690218,10.005568,9.8708,9.8849001,9.7369003,9.7002592,9.6617098,10.105961,10.146385,9.6993599,9.6708908,9.4279556,9.3617468,9.2988091,10.264692,10.37465,10.407207,10.285136,10.299501,10.149938,10.059089,10.025167,10.628125,10.663877,10.083607,10.061488,9.1183443,9.0725517,8.9598694,10.766026,10.834164,10.854386,10.767591,10.778377,10.671021,10.462139,10.439324,11.413374,11.435468,10.614075,10.601722,9.4314194,9.365756,9.3077631,10.210114,10.341119,10.373077,10.246188,10.261999,10.117602,10.036158,10.000555,10.578941,10.614484,10.058056,10.033442,9.4798517,9.4084797,9.3435135,10.305696,10.378694,10.414386,10.297594,10.309436,10.142395,10.05048,10.017665,10.608897,10.646529,10.053016,10.036019,7.7710142,7.7411528,7.7555819,7.4538231,8.1573515,8.1650114,8.0012407,8.1667089,9.4251175,12.027641,11.943927,11.814646,11.867539,12.018236,12.116711,9.395319,9.3492775,9.2266703,11.253342,11.328742,11.349759,11.258444,11.27591,11.191401,10.94052,10.889094,11.945395,11.944019,11.054817,11.040425,9.6052685,9.5402718,9.4889212,10.281419,10.510291,10.538484,10.393069,10.419046,10.289756,10.229735,10.183042,10.689838,10.72038,10.207334,10.174848,8.82199,8.7602997,8.8114815,8.4127016,8.677084,8.6989403,8.5244789,8.5301237,8.4678745,8.5259533,8.4831266,8.7289248,8.7581015,8.5762253,8.5523701,9.8865175,9.8189325,9.7567415,10.671376,10.940823,10.967459,10.811706,10.846169,10.713227,10.635338,10.575129,11.09239,11.11366,10.558887,10.521902,9.507802,9.4307318,9.3869753,10.045609,10.136271,10.176079,10.050813,10.063419,9.8913374,9.8388186,9.8023462,10.269254,10.310981,9.8124971,9.7869682,8.2392292,8.184103,8.2842779,7.4383216,7.6710701,7.6860642,7.5052447,7.4990664,7.4639544,7.53581,7.4977107,7.7052078,7.7273293,7.6247334,7.6074824,9.4731426,9.4014874,9.3447866,10.198423,10.289909,10.32603,10.204161,10.217085,10.05384,9.9766951,9.9422655,10.492845,10.531424,9.9765329,9.9551163,9.9704943,9.854681,9.9134083,9.2170792,9.7714453,9.7792149,9.5798483,9.6240454,9.6865368,9.9342651,9.802803,9.8310366,9.8254232,9.7782364,9.7646265,9.8080416,9.7347107,9.7231503,9.9190998,10.331057,10.354501,10.179342,10.21873,10.127619,10.164836,10.095591,10.344996,10.370051,10.047824,10.010106,9.4223003,9.3535261,9.3113241,9.9918051,10.132867,10.167169,10.034325,10.04967,9.904357,9.8507776,9.8131638,10.310044,10.348266,9.8585463,9.8314867,9.5507717,9.4682131,9.431983,9.9685545,10.049145,10.092721,9.9678907,9.9800425,9.7966242,9.7593079,9.7216721,10.128618,10.172976,9.7080507,9.6779566,9.4361763,9.3687277,9.2899313,10.455127,10.509344,10.542552,10.434086,10.444497,10.281879,10.161925,10.13216,10.811255,10.846117,10.187078,10.176726,9.1208029,9.0562592,9.0763655,9.003232,9.2642431,9.2907,9.1249676,9.1381397,9.0521154,9.0866423,9.0418406,9.3361263,9.3693066,9.109108,9.0811768,9.677433,9.6139135,9.5479546,10.545233,10.763959,10.790832,10.648056,10.675632,10.543637,10.453939,10.405149,10.982027,11.008151,10.43025,10.397991,10.182337,10.107713,10.047005,10.908834,11.226313,11.252897,11.0818,11.123935,10.988331,10.91529,10.837688,11.304302,11.315989,10.772431,10.730545,7.9709044,7.9144554,8.0587358,6.7873898,7.1197028,7.1286902,6.9463682,6.9550948,7.0247693,7.2593536,7.2277761,7.3218622,7.3410439,7.3982019,7.4000673,8.3868923,8.3281326,8.4333057,7.4909706,7.8182287,7.8304863,7.644228,7.6490684,7.6538386,7.7916913,7.7533526,7.8925366,7.912776,7.8745332,7.8616214,9.4441071,9.3776484,9.3554735,9.7711515,10.014823,10.044206,9.8912821,9.9129114,9.7964354,9.7833576,9.7378511,10.135359,10.169768,9.7723637,9.740531,9.1767588,9.1112823,9.1349926,8.9982176,9.3040838,9.3279095,9.1561346,9.1726322,9.0981398,9.1494474,9.1017179,9.3612175,9.3918142,9.1551123,9.1266899,9.2794685,9.2116795,9.2016048,9.4857416,9.66889,9.7026587,9.5560942,9.570178,9.4464245,9.4380198,9.396203,9.7805414,9.8196545,9.4522743,9.4230881,9.1696081,9.1279497,9.0093555,10.944123,11.018718,11.036675,10.945937,10.958755,10.859484,10.630661,10.601969,11.620302,11.636081,10.780767,10.766472,10.026322,9.8956814,9.9634314,9.1563406,9.7176027,9.7228718,9.5220346,9.5694313,9.6796856,10.005343,9.8575859,9.8659821,9.8543005,9.851264,9.8458529,9.9285097,9.8620596,9.785655,10.93194,11.158946,11.186038,11.035688,11.068612,10.935569,10.81907,10.754972,11.373572,11.387385,10.757396,10.723141,9.3291178,9.2697163,9.1818066,10.523218,10.59306,10.621873,10.517518,10.529017,10.386911,10.243408,10.215582,10.981161,11.012434,10.313868,10.300384,10.195877,10.07974,10.121991,9.5852175,10.15886,10.167837,9.9687605,10.017661,10.049641,10.250557,10.11087,10.146708,10.139053,10.041168,10.01965,10.156893,10.069594,10.067651,10.070876,10.61137,10.629034,10.440413,10.493476,10.4308,10.513251,10.412448,10.546629,10.558849,10.299141,10.260098,10.43425,10.349882,10.304276,10.885679,11.318125,11.34106,11.152302,11.204629,11.077665,11.050438,10.954806,11.269272,11.276438,10.821223,10.773297,8.9621267,8.8869114,8.9207678,8.3965206,9.1384993,9.149457,8.9838743,9.1066666,9.7728996,11.233954,11.09813,10.988097,11.006286,11.113675,11.152698,7.3583045,7.3276401,7.3538327,6.9899354,7.6442223,7.6589909,7.5359683,7.6907296,9.0312376,11.816188,11.731377,11.638913,11.682819,11.828214,11.901483,10.577934,10.490294,10.427649,11.296379,11.630728,11.658969,11.473622,11.522029,11.384221,11.302983,11.197556,11.647724,11.640508,11.086267,11.040655,9.148654,9.0528126,9.119112,8.3185987,8.925375,8.9376917,8.7607088,8.8333015,9.2010183,10.063943,9.934454,9.8961582,9.9085693,10.022292,10.04647,8.8558044,8.7948093,8.8349962,8.5882254,8.7738171,8.8062086,8.6504049,8.6578121,8.5676727,8.5989561,8.5497608,8.8456717,8.8858232,8.6519318,8.629425,9.4910326,9.4318342,9.3542461,10.550868,10.707877,10.734195,10.607784,10.628367,10.497212,10.377673,10.338924,11.021029,11.048723,10.409811,10.38385,9.2770958,9.227953,9.1235313,10.780423,10.878006,10.899477,10.797098,10.811873,10.696695,10.509548,10.479439,11.37307,11.39502,10.619016,10.601338,9.2987614,9.2286978,9.2166042,9.5161829,9.6752253,9.7112913,9.5690136,9.5820417,9.4483137,9.436512,9.3954868,9.7795649,9.8205595,9.4447203,9.415102,9.0619822,8.9972734,9.0154877,8.9884405,9.1828146,9.2154589,9.0614958,9.0718565,8.9684992,8.9868431,8.9420156,9.2661524,9.3052654,9.0223379,8.9958267,11.114857,10.915272,10.941995,10.290455,11.007251,10.998512,10.78584,10.873961,11.150035,11.760162,11.484343,11.387327,11.332867,11.345233,11.348242,10.17348,10.100876,10.022803,11.21242,11.439443,11.469812,11.31376,11.350925,11.219918,11.091642,11.007702,11.637029,11.637727,10.988361,10.953566,8.0842943,8.0259647,8.0778284,7.4682469,8.0744696,8.0914431,7.9490795,8.0597248,8.9004202,10.747231,10.64047,10.58851,10.616358,10.754763,10.797392,9.1887732,9.138011,9.0326672,10.677408,10.733181,10.7572,10.666615,10.676539,10.552999,10.366492,10.343176,11.247645,11.27391,10.48925,10.47941,8.8906994,8.8417645,8.8600044,8.4741344,9.3256693,9.3342772,9.1481256,9.2983131,10.043852,11.650159,11.53392,11.366642,11.400896,11.514993,11.57178,9.5323486,9.4183311,9.4966869,8.6003656,9.1578798,9.1665516,8.9748631,9.0254726,9.2163935,9.7047482,9.5754547,9.5711536,9.5726204,9.6408539,9.6498299,9.4348602,9.3591595,9.3309212,9.8002205,9.9172363,9.9567804,9.8244495,9.837348,9.6779242,9.6477757,9.609417,10.021176,10.063819,9.6299381,9.5998249,8.5919847,8.5738144,8.4265318,11.041967,11.058298,11.065882,11.025403,11.028772,10.979787,10.654912,10.645272,11.983694,11.991956,10.952146,10.949215,5.7133851,5.6991725,5.7338791,5.4287424,5.8840957,5.9015017,5.8276725,5.9864111,8.1578178,12.45118,12.379148,12.358224,12.386032,12.476048,12.522987,9.9877043,9.9052439,9.9073324,9.8857117,10.393914,10.41273,10.227036,10.274718,10.21254,10.295134,10.205418,10.355993,10.372716,10.120788,10.08384,9.8258591,9.755971,9.718895,10.269426,10.601175,10.627472,10.463549,10.499834,10.380735,10.360728,10.299552,10.676604,10.703105,10.26677,10.228271,9.0827742,9.0128498,9.0318575,8.9537888,9.0919428,9.1236038,8.9730225,8.9784842,8.8552151,8.8714733,8.8344278,9.1366291,9.1792297,8.8966675,8.8649836,9.3004684,9.2333374,9.2210846,9.5312939,9.7270479,9.759613,9.6114731,9.6267195,9.5056753,9.4962883,9.4542437,9.8437223,9.881712,9.5089636,9.479516,10.900645,10.770837,10.775599,10.602145,11.255613,11.264595,11.062901,11.131261,11.111126,11.236609,11.059711,11.094067,11.072144,10.860593,10.820814,7.6359224,7.5902815,7.7436504,6.4601593,6.7072444,6.7164855,6.5372176,6.5341263,6.5505466,6.6764264,6.6506138,6.7918711,6.8088093,6.8053803,6.7989311,8.6372519,8.5810356,8.6440392,8.1868353,8.3929272,8.4212046,8.2581177,8.262969,8.1950302,8.2415714,8.1932964,8.462616,8.4990311,8.3151875,8.2965202,8.8363657,8.8085661,8.6710997,11.02585,11.061725,11.073444,11.011525,11.018634,10.949372,10.660275,10.642365,11.859971,11.870877,10.900252,10.892951,8.6801205,8.6585808,8.514266,11.042601,11.064659,11.073613,11.025029,11.029707,10.973801,10.660441,10.647759,11.94663,11.955776,10.938606,10.9342,8.8581161,8.7966089,8.8363523,8.5883627,8.7645521,8.7967997,8.64151,8.6480637,8.5548201,8.5844727,8.5355091,8.8318386,8.8726912,8.6360559,8.6133795,9.3555441,9.3021288,9.2076855,10.686661,10.802041,10.825706,10.714735,10.73124,10.607957,10.446972,10.414324,11.227089,11.251894,10.527898,10.507499,8.3114176,8.2417059,8.3663788,7.1917448,7.609951,7.6236148,7.4452171,7.4716258,7.6307149,8.0555077,7.9964242,8.0483179,8.069972,8.1872807,8.201067,9.3823252,9.3062315,9.2897787,9.6098738,9.7331944,9.7730999,9.6373482,9.6493139,9.4949303,9.4805536,9.4415016,9.8091316,9.8528624,9.4644928,9.4316864,10.352243,10.270179,10.227057,10.781644,11.212919,11.235954,11.050147,11.101411,10.977184,10.955994,10.864954,11.174809,11.185391,10.740722,10.693803,9.3273458,9.2596636,9.2421169,9.6155567,9.8005219,9.8337631,9.6884909,9.7038469,9.5774202,9.5607023,9.5193729,9.9253626,9.9637556,9.5714178,9.5420074,10.114202,10.027727,10.027794,10.011484,10.546463,10.564221,10.3761,10.427868,10.367301,10.452539,10.353871,10.488393,10.501479,10.248035,10.209807,9.481185,9.4082394,9.4342909,9.1982708,9.6282663,9.647706,9.4652977,9.4962234,9.4490023,9.5460463,9.4800749,9.647893,9.6717091,9.4790335,9.4498787,9.1523075,9.1117926,8.9911461,10.968371,11.039812,11.057272,10.968515,10.98109,10.88488,10.649521,10.620852,11.658778,11.673442,10.80609,10.792269,9.0940838,9.0559006,8.9318514,10.981229,11.044927,11.061332,10.977528,10.988987,10.897535,10.651849,10.625234,11.697719,11.711693,10.824354,10.811873,7.9091749,7.8575001,8.0009947,6.7616763,7.0657282,7.0755296,6.8934994,6.8976545,6.9364157,7.1109109,7.0823488,7.1992173,7.2176542,7.2388854,7.2353253,9.3475513,9.2740231,9.2587919,9.5782003,9.7142258,9.7526054,9.6145267,9.6268263,9.480504,9.4660606,9.4262638,9.8038816,9.8465881,9.4608107,9.4296589,9.3231945,9.2476997,9.2403898,9.450119,9.5777969,9.6168671,9.4780197,9.4888239,9.3405895,9.3365154,9.2975597,9.6388865,9.6829414,9.3268433,9.292798,8.6723394,8.6263609,8.6462421,8.2589083,9.0819511,9.0919123,8.9169006,9.0670576,9.881217,11.627851,11.517255,11.361435,11.398237,11.520377,11.580781,9.2655125,9.1986017,9.1915693,9.4407644,9.6384563,9.6709862,9.5214043,9.5358906,9.418005,9.4144773,9.3720732,9.7475243,9.785655,9.4302711,9.4010811,9.4178886,9.341342,9.3189344,9.7108479,9.8289242,9.8691244,9.735508,9.7479467,9.5891924,9.5674953,9.5287676,9.9146509,9.9581137,9.5475063,9.5156403,9.2482014,9.1751041,9.1756449,9.3038349,9.4411659,9.4784203,9.3357449,9.3455458,9.207324,9.209878,9.1703005,9.5020628,9.5455942,9.2130451,9.1802883,10.024283,9.8996582,9.9630175,9.2071619,9.7667131,9.7729158,9.5722504,9.6181126,9.7037888,9.9878283,9.8463488,9.8631411,9.8534508,9.8282032,9.8185062,9.4184647,9.3518333,9.3181953,9.8923264,10.081345,10.113031,9.9707394,9.9889755,9.8585701,9.8212643,9.7803593,10.240176,10.276534,9.8265228,9.7969036,9.709794,9.6173296,9.6654482,9.1233492,9.6470776,9.6594095,9.4658852,9.5050793,9.5196209,9.7011738,9.6028776,9.6708565,9.6796417,9.5835867,9.5626163,9.8414516,9.7422237,9.7896824,9.2368431,9.7773752,9.7885799,9.5932856,9.6353722,9.657691,9.8494301,9.7396851,9.7954617,9.7997122,9.7076111,9.6870356,10.232667,10.151245,10.123796,10.465249,10.941345,10.96288,10.778099,10.830288,10.725717,10.744598,10.654419,10.890061,10.905024,10.533834,10.489092,8.9868908,8.9213257,8.9488649,8.8105812,8.968977,9.0010262,8.8478298,8.8537273,8.7448483,8.7659159,8.7221031,9.0271425,9.0694494,8.8049107,8.7784595,9.2773924,9.2009706,9.2018824,9.3003721,9.42206,9.4596853,9.3186684,9.3277493,9.1813679,9.1866016,9.1501188,9.4613657,9.5058384,9.1786089,9.1413784,10.049343,9.9729795,9.9461479,10.310376,10.740545,10.763831,10.585902,10.632081,10.525874,10.539495,10.46142,10.731862,10.752351,10.37527,10.333079,9.3967848,9.3245993,9.2965717,9.7813644,9.9170132,9.9542055,9.8189144,9.8326197,9.6840038,9.6523857,9.6135426,10.04194,10.083004,9.6491127,9.6200714,10.83954,10.743876,10.670424,11.913498,12.1281,12.17421,12.020887,12.070093,11.960074,11.813329,11.654382,12.299061,12.258074,11.579244,11.548079,10.078605,9.9749794,9.5552826,9.6622877,9.7295027,9.7407484,9.7652159,9.8193712,9.9266119,9.9654999,10.020226,9.949523,9.9049807,9.585536,9.4939919,9.4505634,9.358983,8.9776468,9.0886965,9.1525517,9.1620588,9.1818419,9.2319574,9.4613762,9.5015812,9.5652084,9.4977102,9.4527769,9.1442509,9.0584917,10.999912,10.896926,10.467166,10.563785,10.612694,10.624394,10.649226,10.69797,10.759562,10.787108,10.824597,10.754107,10.705425,10.392579,10.306965,10.491696,10.390996,9.9618044,10.058383,10.127181,10.142834,10.171063,10.229488,10.289164,10.325022,10.367627,10.297919,10.255038,9.9404602,9.8504295,10.605079,10.506981,10.065922,10.154578,10.221493,10.239665,10.268529,10.3252,10.365419,10.397191,10.430274,10.359538,10.31487,10.006329,9.918601,15.955981,15.938658,15.849943,15.857222,15.853727,15.854653,15.862206,15.876828,15.886889,15.894203,15.896424,15.886156,15.879262,15.817369,15.803757,10.129784,10.023694,9.6068726,9.7164097,9.7770309,9.7864704,9.8077097,9.8581247,9.9807997,10.016202,10.074381,10.003011,9.9547968,9.6329155,9.5420246,14.34535,14.298036,14.050014,14.082107,14.093589,14.105829,14.130774,14.166743,14.189027,14.204961,14.202032,14.167835,14.143703,13.968155,13.925891,10.267758,10.165365,9.7394447,9.8408852,9.9127073,9.9269867,9.9540749,10.01212,10.086409,10.124752,10.173899,10.103709,10.060919,9.7431555,9.6511812,9.7399693,9.6375589,9.2327795,9.3379612,9.4249649,9.4365492,9.4612093,9.5211382,9.630928,9.679224,9.7454519,9.6770239,9.6391535,9.3217392,9.2234917,10.51485,10.409554,9.9810753,10.084742,10.142909,10.154366,10.178498,10.229711,10.310883,10.343321,10.391151,10.319823,10.272074,9.9525766,9.8630648,9.682313,9.5833092,9.1861,9.2972984,9.3623247,9.3719025,9.393302,9.4449129,9.6233912,9.6639662,9.7265921,9.6571722,9.6122427,9.2975349,9.2085571,10.400523,10.298063,9.8698683,9.9715405,10.036562,10.050238,10.077085,10.132902,10.20912,10.245035,10.290955,10.220506,10.175969,9.8583956,9.7686052,11.560766,11.472313,11.051368,11.125763,11.173156,11.192509,11.22432,11.277582,11.311676,11.337741,11.352693,11.287915,11.244322,10.952888,10.875359,10.639727,10.541386,10.107024,10.197234,10.264652,10.282156,10.311174,10.369194,10.414197,10.447365,10.482911,10.413212,10.3699,10.060281,9.9719982,10.892282,10.796635,10.361084,10.446156,10.506624,10.524953,10.554905,10.611096,10.650821,10.681157,10.709074,10.640164,10.595893,10.290918,10.206074,11.122828,11.02825,10.603557,10.688278,10.74331,10.760184,10.790352,10.846955,10.893133,10.923885,10.951484,10.884826,10.842049,10.538956,10.456088,11.091969,10.997786,10.570083,10.653609,10.710104,10.727869,10.758274,10.814737,10.856916,10.887168,10.913515,10.846406,10.803254,10.500726,10.417601,11.012528,10.915422,10.48913,10.579021,10.63328,10.648662,10.677825,10.733523,10.788198,10.8195,10.85092,10.783184,10.739377,10.432073,10.348413,12.356022,12.27038,11.880379,11.950234,11.978003,11.990633,12.018394,12.065636,12.10716,12.129729,12.143015,12.082471,12.040886,11.767958,11.699801,12.927342,12.855683,12.504693,12.559052,12.584574,12.599866,12.630064,12.678611,12.71172,12.734548,12.73952,12.688695,12.654139,12.406758,12.345001,9.8279867,9.7259588,9.3169546,9.422987,9.4974556,9.5074615,9.5312986,9.5869055,9.7120819,9.7559233,9.8164377,9.7470436,9.7059097,9.3892736,9.2953625,11.428761,11.338509,10.917251,10.994662,11.044605,11.063089,11.094441,11.149276,11.187056,11.214902,11.234078,11.16898,11.126067,10.831104,10.751828,10.011707,9.9084148,9.4889259,9.5917807,9.6763821,9.6909399,9.717473,9.7786503,9.8528767,9.8956985,9.953434,9.8835001,9.8435354,9.5248604,9.4281864,12.68792,12.613289,12.242499,12.299556,12.332522,12.352323,12.38428,12.431392,12.457503,12.477613,12.47793,12.422411,12.383365,12.125391,12.05988,9.0484753,8.9585428,8.6026402,8.7024765,8.7890139,8.7922878,8.8109884,8.8627167,9.1029167,9.1641474,9.2446871,9.1845474,9.1555071,8.8591967,8.7610359,11.8312,11.744563,11.340381,11.413136,11.454842,11.471623,11.502759,11.556875,11.597238,11.62446,11.640769,11.579376,11.538761,11.25293,11.178025,10.4252,10.325316,9.8885126,9.9809933,10.054486,10.072016,10.100161,10.158736,10.203441,10.237914,10.277722,10.206838,10.163629,9.8522263,9.7615395,10.375748,10.274945,9.8434086,9.9387083,10.014099,10.030852,10.05888,10.118565,10.16971,10.206056,10.249955,10.179598,10.137404,9.823719,9.7317476,14.279621,14.227515,13.971363,14.00325,14.009199,14.016534,14.038049,14.075454,14.10214,14.12007,14.122675,14.088033,14.064612,13.88448,13.842507,10.627341,10.528385,10.097063,10.189164,10.256546,10.27337,10.30228,10.360727,10.410505,10.444614,10.482305,10.412941,10.370065,10.058956,9.970274,8.804637,8.7153673,8.3732128,8.4682827,8.5271873,8.5166016,8.5261917,8.5643158,8.8950624,8.94347,9.018157,8.9545183,8.9207258,8.6395435,8.549036,9.4692678,9.370265,8.9835691,9.0876808,9.1738634,9.1814909,9.203517,9.2602472,9.4192905,9.4723358,9.544651,9.478569,9.4433765,9.1324596,9.0341005,12.166171,12.084645,11.692865,11.759132,11.796887,11.814797,11.846728,11.899003,11.934073,11.959142,11.969263,11.910521,11.870938,11.595834,11.524614,13.826015,13.768754,13.475799,13.516088,13.538208,13.556043,13.58473,13.623059,13.642214,13.656814,13.649519,13.606152,13.574685,13.366715,13.315162,10.596959,10.488524,10.06531,10.168534,10.223722,10.232719,10.253319,10.301214,10.388065,10.418476,10.4721,10.40083,10.3512,10.030072,9.9389801,10.220669,10.118847,9.6888199,9.7859249,9.867218,9.8838873,9.9112644,9.9719563,10.023963,10.062023,10.110394,10.039613,9.9982452,9.683506,9.5892429,9.4327526,9.3359222,8.9528313,9.0615015,9.1295137,9.1367378,9.1575127,9.2094975,9.4166336,9.462326,9.5292826,9.4612732,9.420289,9.1129007,9.0232725,11.695535,11.60415,11.19244,11.272282,11.311774,11.326085,11.355286,11.407455,11.455666,11.482508,11.503133,11.439085,11.396078,11.103683,11.027864,10.490757,10.516339,10.497602,10.760296,11.882051,11.903229,11.631418,11.75778,11.981686,12.019627,12.024337,11.972959,12.107473,11.776862,11.722428,10.380379,10.367908,10.280713,11.691825,11.982891,12.01582,11.849942,11.882486,12.291991,12.119123,12.136929,12.918468,13.05217,12.280535,12.259626,9.7543917,9.8091049,9.8140574,9.6492033,11.292547,11.305248,11.123003,11.317842,11.795757,12.135004,12.124969,11.73085,11.878704,11.782288,11.761784,10.147978,10.196996,10.189461,10.25604,11.780284,11.797193,11.58911,11.764307,12.077345,12.19998,12.200457,11.919026,12.066089,11.824116,11.775508,10.858466,10.965049,10.955817,11.029326,13.309011,13.306475,12.705991,12.961307,12.792871,12.803803,12.816601,12.225438,12.289621,12.131823,12.086558,9.6643238,9.7963591,9.7913122,9.7197313,12.73254,12.732411,12.53171,12.916395,13.189265,13.449113,13.4238,12.443237,12.574007,12.464182,12.429557,9.9774122,10.056882,10.048557,10.096233,12.108514,12.118806,11.911777,12.150114,12.385715,12.520668,12.518497,12.007264,12.147989,11.933153,11.882239,9.9900007,10.044804,10.04219,10.020625,11.647048,11.662274,11.47209,11.660744,12.024262,12.205078,12.202584,11.853888,12.00294,11.810896,11.770028,10.216834,10.28949,10.276142,10.409469,12.278427,12.288691,12.019372,12.236761,12.367479,12.439941,12.441828,12.015,12.143703,11.886837,11.828575,10.028869,10.061265,10.06895,9.9141665,11.235395,11.254533,11.075335,11.223822,11.761419,12.004355,12.002813,11.779266,11.939737,11.78917,11.761622,10.09971,10.165771,10.155873,10.241941,12.025502,12.038397,11.817141,12.025124,12.256311,12.366712,12.366506,11.967889,12.107913,11.867403,11.814438,10.75727,10.755315,10.722434,11.269603,11.969026,12.001838,11.768818,11.846553,12.248153,12.221639,12.233165,12.489886,12.647462,12.173441,12.12579,10.623353,10.630329,10.640339,10.467873,11.499406,11.523748,11.343816,11.449435,12.218143,12.373844,12.381474,12.331459,12.528242,12.309671,12.276405,10.824934,10.817027,10.765948,11.66615,12.160562,12.200123,11.994433,12.050137,12.544615,12.452611,12.471565,12.963374,13.130287,12.517478,12.480896,10.885401,11.003771,10.995781,11.056501,13.565089,13.562807,12.938276,13.224402,13.029152,13.036177,13.045074,12.359209,12.418621,12.269829,12.225288,11.139568,11.132162,11.09546,11.743524,12.371195,12.413763,12.2167,12.283942,12.948809,12.892384,12.913136,13.271767,13.476247,12.921473,12.879115,10.373439,10.423656,10.408092,10.589866,12.079388,12.093767,11.801766,11.971679,12.110381,12.165532,12.168574,11.921833,12.047703,11.766424,11.709435,9.7538414,9.8765154,9.8687344,9.8734608,12.675137,12.678073,12.489168,12.838652,13.040829,13.204392,13.198589,12.325891,12.463255,12.289706,12.240383,10.704995,10.706966,10.622679,12.10259,12.448689,12.496221,12.369328,12.409238,13.115089,12.929213,12.964677,13.787852,13.983752,13.150915,13.145149,9.8094692,9.8780603,9.8774252,9.7991562,11.648429,11.659901,11.476717,11.696224,12.068531,12.31468,12.306999,11.838944,11.984564,11.841458,11.807781,10.267284,10.314985,10.302457,10.447606,11.929254,11.945925,11.705585,11.875304,12.108813,12.189769,12.191799,11.944882,12.083832,11.80836,11.754096,9.6761808,9.7599163,9.7593842,9.6368399,11.734576,11.741046,11.5471,11.804529,12.19414,12.532596,12.515704,11.917183,12.056548,11.966634,11.94311,9.7339535,9.7812214,9.7885666,9.5672235,11.112739,11.124647,10.93292,11.118658,11.6775,12.111595,12.09884,11.732837,11.881157,11.821977,11.811766,10.228868,10.23263,10.255507,9.81073,10.917826,10.93104,10.749098,10.870159,11.875997,12.37923,12.370521,12.209901,12.399187,12.357742,12.352167,10.557386,10.602321,10.585138,10.781395,12.139094,12.151905,11.784026,11.936869,11.99428,12.030225,12.034766,11.845197,11.955291,11.68353,11.628181,10.483702,10.58572,10.572711,10.68558,13.005177,13.006737,12.586647,12.856475,12.802203,12.834435,12.845618,12.227861,12.325034,12.107074,12.050159,9.6494589,9.8048887,9.7975922,9.7786217,13.267231,13.264797,13.082524,13.537528,13.726642,13.901387,13.887979,12.714792,12.846288,12.696183,12.648519,10.367718,10.36854,10.40062,9.9143362,10.903395,10.92465,10.748245,10.84658,11.807949,12.141843,12.139587,12.057858,12.253626,12.171695,12.161839,10.510671,10.50607,10.455791,11.291927,11.829115,11.858295,11.613149,11.673776,11.931709,11.857042,11.864247,12.286401,12.410271,11.861989,11.819571,9.8093348,9.8520412,9.8586559,9.6104679,11.102347,11.112277,10.89082,11.07404,11.68108,12.191611,12.17571,11.819564,11.965941,11.930764,11.927695,10.756828,10.78987,10.771546,10.979844,12.099443,12.111993,11.671534,11.795682,11.800591,11.823075,11.828859,11.742803,11.838918,11.578577,11.527494,11.231884,11.227002,11.252685,10.83143,11.806625,11.831841,11.654408,11.741534,12.93421,13.111156,13.126236,13.115458,13.373936,13.189546,13.16701,10.525593,10.508687,10.440249,11.546684,11.888824,11.921593,11.703525,11.742631,12.05616,11.932327,11.944581,12.562384,12.688729,12.030663,11.997737,10.149519,10.183583,10.184239,10.139517,11.469565,11.489485,11.302244,11.451937,11.914649,12.085893,12.086714,11.880799,12.039761,11.833611,11.795494,10.724549,10.825762,10.814568,10.904513,13.124376,13.124133,12.593492,12.845864,12.719661,12.739691,12.751157,12.178622,12.256181,12.075125,12.025297,11.105048,11.10287,11.08217,11.439766,12.234417,12.271534,12.07476,12.159363,12.850016,12.850983,12.869634,13.059759,13.269117,12.822025,12.775764,9.9779005,10.109959,10.098565,10.181829,13.173453,13.172323,12.929016,13.298757,13.37754,13.452949,13.453857,12.534002,12.66213,12.434394,12.372842,10.684319,10.691944,10.686922,10.760939,11.746132,11.774102,11.583486,11.688334,12.304111,12.384958,12.394523,12.404553,12.590279,12.279135,12.234856,10.636564,10.650511,10.622284,11.018848,11.886996,11.906601,11.557484,11.654298,11.762691,11.760282,11.765723,11.862789,11.972396,11.612932,11.56186,9.6929531,9.8023539,9.7976408,9.7457161,12.306402,12.310308,12.124961,12.44243,12.723366,12.957706,12.943794,12.162352,12.300252,12.165549,12.127086,9.9842262,10.007873,10.023563,9.7536287,10.976124,10.9955,10.819426,10.955169,11.606181,11.926281,11.923055,11.728106,11.89286,11.790346,11.773805,10.581972,10.595801,10.580256,10.822327,11.81978,11.846947,11.626514,11.737329,12.147058,12.192697,12.200175,12.221882,12.382562,12.031425,11.981085,10.018417,10.118437,10.107229,10.192796,12.561172,12.566836,12.333217,12.617186,12.757179,12.852443,12.852191,12.195652,12.328956,12.098188,12.040231,9.8751945,9.9638538,9.9569969,9.9698429,12.143915,12.152446,11.957194,12.218136,12.46862,12.631657,12.627229,12.034151,12.175357,11.985311,11.937701,10.422762,10.430577,10.452188,10.115367,11.15934,11.182577,11.006531,11.113053,11.94933,12.195957,12.199841,12.112325,12.305779,12.167542,12.148054,10.523921,10.554795,10.535448,10.789248,11.961642,11.979509,11.664119,11.796048,11.936129,11.968692,11.973049,11.888151,12.009943,11.697328,11.642096,10.627992,10.63596,10.610279,11.013724,11.870282,11.897561,11.642595,11.738348,12.043268,12.048134,12.055894,12.179875,12.32365,11.921721,11.870322,10.164161,10.265802,10.252807,10.367307,12.74299,12.746817,12.461116,12.743453,12.80864,12.87193,12.875788,12.226185,12.34918,12.107477,12.046267,10.382526,10.413929,10.400355,10.582771,11.822134,11.843194,11.608354,11.748528,12.041295,12.10927,12.113083,11.991939,12.137056,11.833462,11.780749,9.7312622,9.8273726,9.8246212,9.6991129,11.97306,11.975309,11.742726,12.028589,12.40003,12.771095,12.747375,12.060507,12.192685,12.124,12.104062,10.32297,10.350352,10.345042,10.404805,11.626389,11.648779,11.449832,11.586391,12.018638,12.132398,12.136023,12.005548,12.165396,11.902066,11.85685,10.377928,10.459577,10.445281,10.582158,12.564932,12.571184,12.222086,12.451324,12.477474,12.524469,12.529883,12.055084,12.167246,11.923082,11.864156,9.8672953,9.9822636,9.9728279,10.017166,12.668796,12.672648,12.467229,12.79264,12.960754,13.086296,13.083765,12.290083,12.426686,12.223236,12.168685,9.8025932,9.96064,9.9507341,9.9976158,13.533119,13.529377,13.324047,13.779298,13.880571,13.977402,13.976315,12.807874,12.939177,12.736165,12.677461,9.9147377,9.9353027,9.9536657,9.6205063,10.832398,10.849446,10.671336,10.808176,11.53961,11.960518,11.953627,11.746662,11.911668,11.851043,11.84295,10.124345,10.186609,10.1738,10.243351,10.56096,10.401908,10.352458,10.461243,10.545807,10.61535,10.161099,10.044639,10.144285,10.243587,9.9602804,11.372392,11.433088,11.402308,11.540783,11.878646,11.817197,11.821046,11.957493,12.018333,12.086074,11.850689,11.757616,11.899946,11.840373,11.085679,14.13981,14.174826,14.152263,14.423604,14.622763,14.562909,14.559839,14.686803,14.72791,14.764909,14.535134,14.471737,14.557131,14.529641,12.796188,12.014002,12.058592,12.023274,12.185322,12.493614,12.434205,12.433115,12.571175,12.625029,12.684767,12.461406,12.376592,12.496913,12.426386,11.484373,9.321559,9.4393663,9.4289646,9.4759865,9.8895435,9.7568521,9.7351704,9.8302116,9.8989296,9.9725571,9.6005745,9.4684944,9.6484003,9.717865,9.5477686,13.716941,13.748973,13.730615,13.982177,14.176163,14.096975,14.085358,14.216432,14.27132,14.309874,13.995589,13.904403,13.979158,13.989564,12.445795,14.856767,14.885283,14.86392,15.180806,15.353239,15.309109,15.309901,15.426085,15.455655,15.483078,15.305004,15.253605,15.323785,15.275426,13.236939,9.425312,9.5300951,9.5210438,9.561141,9.9292269,9.7691727,9.7291527,9.8159647,9.8829031,9.9501266,9.5238743,9.4037981,9.5548773,9.6588793,9.5114174,12.721233,12.766043,12.743838,12.938994,13.195123,13.112202,13.101638,13.240034,13.301067,13.353266,13.055185,12.967477,13.067188,13.063747,11.888202,11.325622,11.380528,11.360903,11.490232,11.799426,11.690733,11.668734,11.803679,11.882037,11.948224,11.590657,11.481507,11.589864,11.619455,10.932516,9.8491669,9.9091902,9.9007893,9.9445162,10.219623,10.019524,9.9458084,10.030056,10.102973,10.162542,9.6399336,9.5392809,9.622366,9.7709599,9.6174679,10.228279,10.267114,10.256229,10.34907,10.600805,10.458649,10.417625,10.541595,10.647765,10.715931,10.158534,9.9925976,10.056477,10.151225,9.8049231,9.8764677,9.9240894,9.917922,9.9527102,10.175373,9.9468079,9.8544731,9.9252481,9.9907417,10.04123,9.4637127,9.3778028,9.4388285,9.6183605,9.5087376,9.7035246,9.7740479,9.7676353,9.7977209,10.065832,9.8525124,9.7736607,9.8436003,9.9036703,9.9568272,9.4246759,9.3327885,9.4237165,9.5873117,9.4794474,8.8356409,8.994875,8.9851236,9.0364599,9.5143051,9.4284868,9.4473524,9.5444489,9.6080494,9.6881866,9.4145927,9.2664433,9.5274458,9.5405502,9.3768311,13.140428,13.172883,13.139267,13.355062,13.60829,13.554351,13.552479,13.687151,13.730967,13.77657,13.571655,13.501566,13.59721,13.525089,12.191652,14.446861,14.479249,14.459483,14.749376,14.92672,14.863499,14.858315,14.981732,15.023763,15.057639,14.81131,14.746261,14.824141,14.813815,12.957526,12.586706,12.630248,12.609756,12.798993,13.051171,12.960176,12.945806,13.084612,13.150727,13.203521,12.876726,12.781779,12.876384,12.888382,11.769465,9.2947445,9.4440022,9.4317188,9.5072794,9.9246473,9.8565741,9.8853712,9.995059,10.067036,10.151006,9.9032516,9.7803917,10.02704,10.015725,9.7384567,9.5761442,9.663373,9.6554632,9.6910257,10.010627,9.824399,9.7649956,9.8444929,9.9092274,9.9700613,9.4909029,9.3841906,9.5037174,9.6377306,9.5069094,9.7428904,9.854701,9.8384047,9.9181242,10.335829,10.252455,10.256721,10.373774,10.446372,10.528079,10.246218,10.121241,10.315742,10.311606,9.9890232,9.719367,9.7546177,9.7465944,9.8147926,10.046803,9.8837481,9.8288374,9.9360247,10.041818,10.107868,9.4923239,9.3212948,9.3728199,9.4913073,9.2951241,9.9406939,9.9740992,9.969553,9.9977169,10.164864,9.9100924,9.800601,9.8584671,9.9154615,9.9562721,9.3270216,9.2559557,9.2966604,9.5022478,9.4259214,9.7529688,9.826664,9.817524,9.8616533,10.172834,9.9882898,9.9261141,10.013276,10.084922,10.148126,9.6633625,9.5561132,9.6604452,9.7910118,9.6287851,9.8923826,9.9335966,9.9254141,9.9792004,10.216085,10.017255,9.9420195,10.034927,10.122675,10.183149,9.6107454,9.4944963,9.5532417,9.7038393,9.5400848,10.836179,10.919463,10.895797,11.019027,11.373112,11.310662,11.325158,11.45739,11.524446,11.597921,11.351772,11.254595,11.426818,11.383986,10.757774,11.376707,11.425592,11.407382,11.539139,11.826642,11.709006,11.681764,11.816443,11.898816,11.962609,11.570187,11.455592,11.551251,11.598054,10.90823,9.8395214,9.891923,9.8879547,9.9087553,10.107431,9.8577929,9.7543631,9.8074036,9.855525,9.89606,9.2990322,9.2296982,9.2905235,9.4913015,9.4197798,10.325536,10.38166,10.367898,10.448627,10.755277,10.602386,10.556007,10.671762,10.760178,10.829638,10.375184,10.256037,10.349705,10.442386,10.099734,9.9291697,9.975646,9.9751625,9.9741621,10.068644,9.7709179,9.6424742,9.6600809,9.6749372,9.690094,9.0248203,8.9937038,9.0400848,9.2870407,9.2663488,8.7610769,8.9247189,8.9158506,8.9558172,9.4048519,9.2959099,9.3070478,9.3953037,9.4588737,9.5334215,9.2181025,9.0747452,9.3291264,9.3797045,9.2454586,11.625854,11.665705,11.647384,11.791866,12.044431,11.92464,11.893812,12.02772,12.109702,12.166966,11.734968,11.606956,11.6863,11.74186,10.981149,9.8100567,9.843627,9.8373346,9.8813,10.078646,9.8598413,9.771493,9.851635,9.9325571,9.9857149,9.3652544,9.2548885,9.2995348,9.4710417,9.3579483,9.9814777,10.073025,10.056046,10.135631,10.53871,10.436313,10.423023,10.54176,10.617238,10.696166,10.373759,10.248857,10.409765,10.42837,10.089391,10.513192,10.588488,10.568484,10.667499,11.040781,10.942545,10.928412,11.056195,11.132156,11.207762,10.889002,10.77266,10.914721,10.923871,10.45072,8.8093729,8.9682074,8.9605541,8.9930449,9.4001799,9.2686157,9.2665749,9.3465385,9.4074926,9.4755478,9.1166725,8.9848595,9.2184668,9.3008909,9.1864128,10.437819,10.509475,10.491611,10.583643,10.94543,10.830234,10.806257,10.930506,11.010255,11.084738,10.728007,10.609764,10.739353,10.775276,10.346012,9.2161016,9.3559818,9.3446388,9.4083586,9.8471355,9.7613926,9.7742319,9.8800516,9.9497042,10.031675,9.7494631,9.6158066,9.8452215,9.8557425,9.631156,9.9136639,9.9799623,9.9691887,10.024491,10.336678,10.162114,10.104205,10.201492,10.280457,10.347011,9.8715601,9.7600212,9.8591137,9.9775219,9.7673626,9.7132282,9.8129749,9.7985411,9.8656874,10.278152,10.165224,10.148024,10.259092,10.33358,10.412042,10.07152,9.9421425,10.108479,10.144862,9.8786354,9.3440657,9.4499178,9.4464312,9.4527998,9.6691618,9.4393015,9.3669224,9.4081469,9.4431801,9.4794798,8.9371166,8.8650942,8.9932184,9.1811457,9.1313324,10.803364,10.852044,10.836361,10.94209,11.230762,11.093563,11.055634,11.182985,11.273167,11.340191,10.896489,10.772698,10.860873,10.935729,10.440794,9.4512367,9.5665808,9.5538073,9.6142387,10.045623,9.9371376,9.9270191,10.033157,10.104549,10.183639,9.855773,9.721385,9.9095869,9.9434462,9.719243,10.344888,10.430042,10.409506,10.506837,10.89527,10.810134,10.805978,10.932793,11.005969,11.083866,10.794417,10.678137,10.839321,10.829514,10.377917,9.5572691,9.6572084,9.6458921,9.6976013,10.087427,9.9458189,9.9135456,10.011963,10.084261,10.157191,9.7626152,9.6366377,9.7900028,9.8678617,9.6730013,9.0648203,9.1981277,9.1932487,9.2081776,9.4950056,9.3038902,9.2624388,9.3180323,9.3646078,9.4135571,8.9435329,8.8489695,9.0229197,9.1734743,9.1029577,14.034421,14.067559,14.049027,14.317194,14.505227,14.433258,14.425247,14.554243,14.604069,14.641148,14.356495,14.277931,14.355144,14.356372,12.677273,16.220272,16.239769,16.22632,16.63312,16.733313,16.694025,16.692768,16.781509,16.805145,16.822243,16.651091,16.608677,16.658283,16.648537,13.991497,15.996924,16.020287,16.005344,16.397245,16.516214,16.480154,16.481194,16.573555,16.594387,16.613173,16.465279,16.427328,16.482655,16.454685,13.895029,10.121711,10.195183,10.180443,10.254978,10.610952,10.474173,10.438626,10.552704,10.633949,10.70747,10.307888,10.187874,10.310585,10.378648,10.059916,11.18096,11.245237,11.221267,11.348549,11.692143,11.609025,11.601551,11.737273,11.807206,11.877125,11.588981,11.484976,11.618893,11.602135,10.925161,9.6374989,9.7141314,9.7121458,9.7129183,9.8652554,9.5996313,9.4978552,9.5262346,9.5502777,9.5751238,8.9676752,8.9169168,9.0020752,9.222043,9.1884899,10.158668,10.203396,10.192035,10.26793,10.536621,10.370145,10.315084,10.427835,10.524294,10.591598,10.070176,9.9398327,10.011607,10.126302,9.8453074,10.004523,10.036958,10.034503,10.050875,10.184869,9.9051781,9.7811327,9.8205948,9.8584175,9.8878345,9.2362947,9.1872826,9.22229,9.4513197,9.4029369,12.401176,12.449484,12.424925,12.604657,12.88443,12.806541,12.798783,12.938001,12.998572,13.054734,12.775256,12.687293,12.796407,12.777344,11.708796,16.64415,16.661299,16.647652,17.08272,17.16708,17.134882,17.135061,17.211763,17.229887,17.244146,17.112007,17.081326,17.126598,17.113146,14.2463,10.006404,10.057347,10.047194,10.106763,10.380304,10.195808,10.130252,10.229486,10.315477,10.379912,9.8608255,9.7477121,9.8240166,9.9564457,9.7436008,12.285014,12.333513,12.306204,12.481201,12.772086,12.701658,12.697362,12.836876,12.895114,12.952595,12.694568,12.608253,12.722429,12.685473,11.651522,9.7436113,9.8385429,9.8246441,9.889287,10.290061,10.1669,10.142921,10.25203,10.327436,10.404258,10.04251,9.9148722,10.070453,10.120942,9.8639536,9.1738911,9.2981291,9.2914143,9.3181238,9.6620684,9.4902077,9.4526796,9.5245972,9.5820684,9.6417408,9.2014103,9.0889044,9.2587662,9.3832121,9.2812481,11.341069,11.400084,11.378161,11.509544,11.835028,11.739813,11.725059,11.861108,11.934334,12.001775,11.682457,11.577279,11.697516,11.702834,10.993877,12.547389,12.585571,12.565829,12.754141,12.99155,12.892971,12.873172,13.01061,13.079893,13.13015,12.76905,12.662201,12.746296,12.77371,11.680863,10.666426,10.709399,10.695213,10.798504,11.066899,10.925217,10.884349,11.010938,11.107023,11.173228,10.682899,10.544472,10.620257,10.705971,10.253094,10.234115,10.330255,10.310009,10.409389,10.79917,10.727029,10.73587,10.861745,10.932956,11.012081,10.74793,10.635747,10.818221,10.792944,10.341043,9.9922104,10.028936,10.027821,10.037879,10.161781,9.87397,9.7461824,9.7774763,9.8064003,9.8308525,9.173295,9.1312714,9.167635,9.40448,9.3678436,13.499032,13.536125,13.50948,13.745555,13.979185,13.920528,13.918765,14.052608,14.097176,14.140226,13.915062,13.846238,13.940115,13.893801,12.415885,9.5660505,9.6497335,9.6443052,9.6669464,9.9357166,9.7206106,9.6450958,9.707531,9.7602892,9.8100433,9.2823839,9.1926842,9.2980289,9.4652739,9.3777647,9.764823,9.8261604,9.8228254,9.8372536,10.033838,9.7813492,9.6790514,9.7255268,9.7664928,9.8035593,9.2087421,9.142581,9.2123365,9.4166241,9.3574877,9.8151751,9.9011059,9.8880539,9.9498587,10.325146,10.185458,10.150548,10.256562,10.333547,10.407384,10.010156,9.8871765,10.024163,10.097103,9.8505726,9.890851,9.9654217,9.9535198,10.012304,10.352616,10.19346,10.145653,10.247453,10.326022,10.395952,9.9552774,9.8387117,9.9536772,10.052386,9.8211823,9.6339951,9.7228651,9.7127295,9.7595243,10.112947,9.9497652,9.9030247,9.9953089,10.066996,10.135118,9.6964493,9.5793142,9.7098808,9.8150749,9.6395073,10.528396,10.591252,10.574792,10.667458,11.001101,10.870928,10.83791,10.96114,11.045088,11.116771,10.720074,10.602594,10.714114,10.773624,10.343027,9.5526304,8.8638487,8.6602774,8.6176634,8.7170515,8.7321196,8.8012295,8.9131489,8.9745646,9.0123196,9.1594381,9.1058531,9.0878572,7.3906932,7.2564101,9.924099,9.7326527,9.4261236,9.521265,9.6537409,9.6688557,9.7275686,9.8445969,9.9271593,10.007226,10.126413,10.064772,10.047931,9.4717751,9.1522703,10.027527,9.7968817,9.5227957,9.6003094,9.7533884,9.7562838,9.8354063,9.9827642,10.066315,10.130547,10.291759,10.251157,10.246296,9.5699587,9.2833805,9.8145523,9.2994413,9.0463152,9.058753,9.1615324,9.1822557,9.2506123,9.3641338,9.4262886,9.4683504,9.5966263,9.5354786,9.5136547,8.1512327,7.9858313,9.8289766,9.478713,9.2267876,9.2744341,9.4080429,9.4190283,9.501462,9.6480608,9.7276869,9.7795,9.9435701,9.8899546,9.8785973,8.8850069,8.6628046,10.240753,10.033663,9.7525644,9.8318453,9.9968824,9.9754591,10.076011,10.235888,10.32164,10.385714,10.561258,10.541486,10.545,9.953578,9.6489763,10.123855,9.8807478,9.5636568,9.6572437,9.7704086,9.7933207,9.8571997,9.9721365,10.054638,10.108529,10.210902,10.139689,10.114448,9.3917971,9.1265259,9.3377914,8.859086,8.6715822,8.6729431,8.7760754,8.7895336,8.880971,9.0589056,9.13871,9.1662245,9.3501568,9.3024635,9.2937393,7.9739323,7.8155146,10.023221,9.8063154,9.4898996,9.5855122,9.7064772,9.7258062,9.7867985,9.9018469,9.9863424,10.048085,10.157343,10.088579,10.066327,9.4186001,9.1262665,9.9670258,9.7308569,9.4449797,9.5255404,9.6669226,9.6785517,9.7482338,9.88235,9.9630747,10.027554,10.170615,10.117413,10.105645,9.4101276,9.1274204,9.2490845,8.3407946,8.1890898,8.0801001,8.1618376,8.1716614,8.2387705,8.3434563,8.4003992,8.4281921,8.5833044,8.5374355,8.5214739,6.4756827,6.3789968,11.358954,11.173779,10.882524,11.009511,11.101746,11.141585,11.213919,11.328677,11.459756,11.509149,11.55113,11.473059,11.438921,10.83078,10.561559,9.9113197,9.5898876,9.3115625,9.3734436,9.4991894,9.516016,9.5878572,9.7178879,9.7933893,9.8465281,9.9850187,9.9241047,9.9067659,8.986619,8.7537804,9.8270626,9.4999323,9.2603426,9.309515,9.4499292,9.4508381,9.5503531,9.7196312,9.8065958,9.8564014,10.041155,9.9941282,9.9890013,9.0547676,8.8274841,9.9225464,9.7552195,9.4248905,9.531949,9.6471272,9.6646414,9.71593,9.8166504,9.9149084,9.9941683,10.088722,10.015029,9.9907637,9.4797974,9.1294651,9.5649948,9.0443439,8.8346329,8.8321362,8.9459791,8.959363,9.0429983,9.1886921,9.2633066,9.3032703,9.4753323,9.4226704,9.4097891,8.0177212,7.852622,9.9509373,9.7570477,9.4671488,9.5564117,9.7025194,9.7132654,9.7765779,9.9050865,9.9863501,10.067266,10.205126,10.156579,10.146931,9.5650883,9.2494097,10.458278,10.25485,9.9268179,10.04074,10.140584,10.169345,10.232661,10.340417,10.448051,10.498544,10.571163,10.494017,10.463021,9.8332396,9.5570297,10.488832,10.178105,9.8691845,9.9531698,10.051179,10.082919,10.154058,10.270404,10.339323,10.384234,10.47038,10.398678,10.369408,9.456049,9.2454424,9.8585472,9.703495,9.3656998,9.4791784,9.5754318,9.5928354,9.6386862,9.725708,9.8875217,9.9512272,10.025606,9.9474897,9.9195108,9.4398279,9.0954103,12.96909,12.763825,12.562003,12.679801,12.771913,12.8265,12.918072,13.053804,13.138509,13.186097,13.204918,13.133044,13.100164,12.401708,12.168161,9.9777746,9.7505264,9.4471283,9.5354538,9.6651049,9.6816721,9.7454386,9.8676996,9.9485083,10.01243,10.13588,10.072945,10.054914,9.3814106,9.0939665,10.073466,9.8196096,9.5520201,9.6208792,9.77596,9.7626715,9.8657303,10.029593,10.116592,10.174631,10.353637,10.31634,10.315098,9.5904427,9.3203173 ),.Dim=c(3107,15)), backgroundchecks_pc_idw=structure(.Data=c( 5.1296701,5.1640925,5.1345143,5.0451365,5.0037389,5.3215113,5.3047824,5.0644312,4.9738512,4.7675376,4.724154,4.7634745,4.7759237,5.1935887,5.5478806,2.7038715,2.7831643,2.7706456,2.7592709,2.6870389,2.9035034,2.9317644,2.7930527,2.7637744,2.7220922,2.721442,2.7508156,2.7399178,3.0235889,3.0575607,4.4137139,4.4562645,4.4328861,4.3405313,4.2891459,4.5380449,4.5144024,4.350451,4.2950978,4.1765728,4.148818,4.1686153,4.1808271,4.5545206,5.0500412,5.3471456,5.3786588,5.3497272,5.2753353,5.2440281,5.5963349,5.5854187,5.3030543,5.1965785,4.9306912,4.8775115,4.9312606,4.944212,5.375864,5.67278,5.2459688,5.265604,5.2377381,5.1377316,5.116385,5.4614706,5.4190302,5.1604776,5.0502996,4.6711154,4.6299257,4.6607852,4.6730685,5.0477877,5.4443049,4.6313024,4.6687679,4.6425929,4.5460238,4.4971452,4.7615204,4.736536,4.5545197,4.4903502,4.3488278,4.3194976,4.3418941,4.353497,4.7361479,5.2226496,4.6904769,4.7456994,4.7149897,4.6401472,4.5763493,4.873486,4.8709893,4.6576653,4.5818982,4.4393387,4.3984017,4.4331574,4.4382515,4.8446689,5.0787506,4.428688,4.4307766,4.4005966,4.2952938,4.2680283,4.5157714,4.466136,4.269146,4.1951008,3.9596014,3.9567714,3.9726317,3.9811683,4.3008275,5.007165,3.9731388,3.9810436,3.9560766,3.8671362,3.8331885,4.0360584,3.997962,3.8366425,3.7859864,3.6565008,3.6534865,3.6642408,3.6706426,3.9816701,4.8135481,4.0907288,4.0893416,4.0605903,3.9618409,3.9385474,4.1638832,4.1141081,3.9372215,3.8687203,3.6278908,3.6299155,3.6423125,3.6494694,3.9387898,4.6858935,5.2256165,5.2555432,5.2260923,5.136085,5.1006422,5.4290767,5.4086289,5.1553397,5.0591259,4.8227534,4.7782879,4.8194289,4.8326321,5.2492833,5.617393,4.6434374,4.6858687,4.6629038,4.6737027,4.6393795,4.9552374,5.0357542,4.7518263,4.6547809,4.4897757,4.4399595,4.5728922,4.5796833,5.0606141,5.151423,4.6607752,4.7109842,4.6831374,4.6551738,4.6034541,4.9142418,4.9627528,4.7071137,4.6163116,4.4659362,4.4193282,4.4980149,4.5017695,4.9457378,5.0557055,4.5883646,4.5972114,4.5674787,4.4618583,4.429831,4.6852283,4.6415262,4.440196,4.3678842,4.1674886,4.1582785,4.1772227,4.1873426,4.5329828,5.2105751,3.7352324,3.7273002,3.6958213,3.6044216,3.5744636,3.7622316,3.713069,3.5451884,3.4906394,3.3354664,3.353987,3.3633447,3.367734,3.6427457,4.5173726,4.2686882,4.3342314,4.3067441,4.2276587,4.1531324,4.4174957,4.4044862,4.2308989,4.1727886,4.068697,4.0335264,4.0555382,4.0592761,4.4343715,4.6879148,5.284018,5.3190613,5.2970376,5.2764916,5.2666273,5.7039909,5.6909318,5.3084621,5.1594977,4.5655823,4.4966249,4.559176,4.5663376,4.9460468,5.0747728,4.2057571,4.2741237,4.2422891,4.1858134,4.1081882,4.3902841,4.3996077,4.1992068,4.1351633,4.0258822,3.9921672,4.0242701,4.0211229,4.4014902,4.5468607,4.9992824,5.0219922,4.9928193,4.8901315,4.8549137,5.1517601,5.1191783,4.894433,4.8103566,4.5944242,4.5640936,4.5931973,4.606091,4.995151,5.4956408,3.8809195,3.9566753,3.9248281,3.8621354,3.7751658,4.0335288,4.0316243,3.8621233,3.8125398,3.7271736,3.6961617,3.7150862,3.7074325,4.0561972,4.2126112,4.6463675,4.7008104,4.6712303,4.5879874,4.5241256,4.8105841,4.7997532,4.6005378,4.5298486,4.3939877,4.3554125,4.3843427,4.3909521,4.7893686,5.0699525,5.3879833,5.4124136,5.385406,5.2976441,5.2790427,5.6541939,5.6157513,5.3303089,5.2073131,4.770761,4.7188735,4.7553759,4.7671947,5.1505151,5.4566927,4.2538872,4.315958,4.2921371,4.2082472,4.1395221,4.3937521,4.3754206,4.2118721,4.1563535,4.0554862,4.0229793,4.0438099,4.0523682,4.4261675,4.7465591,5.1328592,5.1731267,5.1433005,5.0734358,5.0294595,5.3594799,5.3610659,5.1031799,5.0068622,4.8058686,4.7556248,4.8081479,4.8186355,5.2544246,5.5062418,4.4275532,4.4341116,4.4098759,4.3060665,4.2896447,4.5562816,4.5061483,4.3267612,4.2357235,3.8434706,3.8257236,3.8405468,3.8492246,4.1470017,4.6821694,4.925921,4.9541616,4.9255624,4.8248887,4.7844477,5.0735164,5.0452647,4.8319783,4.7532697,4.5654278,4.5338874,4.5621171,4.5747571,4.9675703,5.4492846,3.2725127,3.3519032,3.3213511,3.2829571,3.1935782,3.4330401,3.4432755,3.2806835,3.2404068,3.1778421,3.1620898,3.1810808,3.169553,3.4793506,3.5569339,4.7619448,4.770349,4.7420721,4.6334434,4.6109157,4.89785,4.8479857,4.6354356,4.5449367,4.2207046,4.2019253,4.2215543,4.2318692,4.5659509,5.1312876,5.3809786,5.4150386,5.3908215,5.3624053,5.3441973,5.7424302,5.7510414,5.4017925,5.27876,4.9159441,4.8502793,4.9377208,4.9489598,5.3916364,5.5891819,5.3377666,5.3728447,5.3503976,5.3335013,5.3218551,5.7512522,5.7501092,5.3665676,5.2269835,4.7179575,4.6481872,4.7269378,4.7354918,5.1429243,5.2911215,3.6321936,3.7123394,3.6912017,3.6270165,3.5436084,3.7810636,3.7680888,3.6210878,3.5771215,3.5082345,3.4738641,3.4912326,3.4926584,3.827877,4.012979,5.1658721,5.2026482,5.1777773,5.161005,5.1340561,5.4954128,5.5320773,5.2120872,5.1013799,4.8547921,4.7936907,4.8987255,4.9091973,5.3801551,5.549037,5.2614388,5.2975364,5.2698274,5.225306,5.1932979,5.5496931,5.5659308,5.2656126,5.1565509,4.9131165,4.8545904,4.9325557,4.9437647,5.3994946,5.6079679,4.1519351,4.2072453,4.1878963,4.1035767,4.0452881,4.2844629,4.2636404,4.1125884,4.0635581,3.9691067,3.9421151,3.9617631,3.9745786,4.3414369,4.7679024,3.7507453,3.8256426,3.8087451,3.738812,3.6644049,3.8930421,3.8754549,3.7355216,3.6881843,3.6167426,3.5932336,3.6120639,3.6210938,3.9677787,4.2576222,4.5486255,4.5617714,4.5406609,4.4422874,4.4296947,4.724452,4.6738129,4.5006695,4.3829741,3.8190544,3.7923667,3.8069198,3.814254,4.1052008,4.4389191,5.3767333,5.4023924,5.3738661,5.2866693,5.2615614,5.6189628,5.5908604,5.3101506,5.2000318,4.8743582,4.8248205,4.867918,4.8811798,5.2887683,5.6362228,5.088418,5.1262178,5.1079178,5.1255069,5.1119566,5.5057321,5.5501809,5.1827407,5.0663567,4.7217059,4.657043,4.7914853,4.8014336,5.2645755,5.4205341,5.149406,5.1827254,5.1610632,5.1284451,5.1197371,5.5509624,5.5223756,5.168437,5.009407,4.3195238,4.2552419,4.2949562,4.3006902,4.6440754,4.7570438,5.4055037,5.4357452,5.4109173,5.3512034,5.3377614,5.7530155,5.719954,5.3907075,5.2467375,4.6855936,4.6227064,4.6647367,4.6737356,5.0489645,5.2348781,4.0336957,4.0520554,4.0300183,3.9479048,3.9111989,4.1232052,4.0910525,3.9387107,3.8913445,3.7676907,3.7571695,3.7676976,3.7730758,4.0970368,4.8827181,5.0813289,5.1080365,5.0855112,5.0159035,5.0038381,5.3907433,5.3451972,5.0726061,4.9202342,4.2464962,4.1955013,4.2197423,4.2267289,4.5547237,4.7202811,4.9822989,5.0253425,4.9954247,4.9116626,4.8610802,5.1705155,5.1609201,4.9320955,4.8471189,4.6712155,4.6276956,4.6660709,4.6762328,5.094234,5.3958693,4.599617,4.6280866,4.6019702,4.5041437,4.4615169,4.719099,4.6896906,4.5072002,4.4434896,4.2928557,4.2690392,4.2895122,4.3005934,4.6722965,5.2465243,4.9577012,4.9791331,4.9564581,4.8690686,4.8560157,5.2088456,5.1582799,4.9291158,4.7881508,4.1519098,4.1107259,4.1303358,4.1377354,4.4555202,4.6788197,5.0217814,5.0628171,5.0352769,5.0040894,4.9652252,5.3014898,5.3383427,5.0539684,4.9514017,4.7550225,4.7001939,4.7875018,4.7961392,5.2576256,5.4153824,5.3308353,5.3658299,5.3435035,5.3303599,5.3167143,5.7328725,5.7437096,5.3680634,5.237433,4.8054218,4.7367311,4.8299451,4.8396292,5.2704649,5.4349976,5.0559306,5.0718312,5.0455155,4.9407554,4.9226093,5.2528777,5.2034531,4.9707661,4.859015,4.4213443,4.3862133,4.409462,4.4202213,4.7653689,5.1678991,3.6236022,3.6806648,3.6623228,3.6817098,3.6279936,3.8735366,4.0008945,3.788497,3.7204335,3.6360462,3.6003292,3.7191827,3.7161636,4.1370859,4.1412382,4.5179043,4.5769629,4.5469818,4.4991703,4.4344816,4.7356229,4.7594929,4.5303049,4.4513788,4.3173189,4.2767291,4.327352,4.328548,4.7423115,4.8796144,4.8863487,4.9251227,4.8964462,4.8016291,4.7527809,5.0440254,5.0236545,4.8146486,4.7377582,4.5710211,4.5342841,4.5641584,4.5757399,4.9781218,5.3728251,5.3160701,5.3407369,5.3152137,5.2298055,5.2143779,5.5959353,5.5520029,5.2726898,5.1390057,4.6100397,4.5579519,4.5886335,4.5986423,4.9605098,5.2179155,5.2572403,5.2934294,5.2643094,5.2004032,5.1638432,5.5091872,5.5119281,5.2332053,5.1293602,4.898304,4.8440695,4.9046798,4.9163213,5.3591862,5.6086588,5.0198097,5.0590425,5.0399814,5.0564156,5.0389729,5.4108677,5.4642768,5.1225042,5.0142164,4.7361507,4.6744347,4.8148317,4.8251123,5.3035221,5.4631758,4.6268539,4.6764688,4.6490164,4.5579348,4.4986811,4.7735147,4.7551041,4.5679893,4.5014839,4.3683715,4.3330812,4.3582144,4.3678823,4.7600107,5.1179433,3.8607657,3.8579674,3.8283024,3.7360387,3.7037208,3.8968503,3.8508739,3.6831901,3.6297197,3.4903774,3.5029171,3.5130167,3.518389,3.8112462,4.678287,3.8825684,3.9085913,3.88761,3.8191602,3.7810209,3.988776,3.9661164,3.8306623,3.7909873,3.6841209,3.6724176,3.681047,3.683779,4.0070901,4.7791243,5.0531011,5.0682688,5.0392303,4.9332213,4.9077191,5.2202387,5.1768074,4.939333,4.843832,4.5396385,4.5104189,4.5373201,4.5494876,4.9174504,5.4191656,5.2626853,5.2873516,5.2581534,5.1635542,5.1339216,5.4683208,5.4392877,5.1800966,5.0800033,4.8045325,4.7619991,4.8003287,4.8137808,5.2184544,5.6194901,4.8814583,4.9206133,4.8986778,4.9101543,4.8843703,5.2271075,5.2938399,4.9805984,4.8766413,4.6660099,4.6078258,4.7468057,4.7562013,5.2436061,5.37534,4.9286733,4.9434481,4.9138556,4.8074045,4.7773943,5.0695114,5.0284743,4.803473,4.7179708,4.4721274,4.4489474,4.4743743,4.4864221,4.8556194,5.4139433,4.6206665,4.6373763,4.6093841,4.5063701,4.4703007,4.7269125,4.6896935,4.4953647,4.4267421,4.251245,4.234973,4.2550092,4.2659559,4.6255312,5.2677751,5.3953285,5.4281831,5.4011784,5.3506837,5.3256025,5.7013216,5.7028527,5.3861766,5.2706833,4.967598,4.9068084,4.9792013,4.9914737,5.4353309,5.6716981,5.4733644,5.5030246,5.4759746,5.410697,5.3901386,5.7786751,5.7602601,5.4422102,5.3198824,4.9417448,4.8814383,4.9377604,4.9501066,5.3685837,5.628201,4.3394885,4.3886709,4.3645015,4.3666244,4.3198318,4.610353,4.6996722,4.4454398,4.3571167,4.2281141,4.1850276,4.2960753,4.2979879,4.7519503,4.8023033,4.9361463,4.9833965,4.9534125,4.8957481,4.8443241,5.1655536,5.1807747,4.929522,4.8375788,4.6643147,4.6155968,4.6719136,4.6790829,5.1147461,5.3070836,5.4834046,5.5136557,5.4876633,5.4276619,5.4110732,5.817152,5.7939239,5.4617333,5.3296156,4.8748436,4.811388,4.8647575,4.8758178,5.2799377,5.5035543,10.116258,11.05246,10.484797,10.339089,10.197488,10.290304,10.27593,10.233971,10.157009,10.106534,10.043805,9.9659042,9.9053268,10.471965,10.675447,10.594303,10.873039,10.282091,10.208377,10.13827,10.223805,10.20729,10.178811,10.075402,10.010919,9.9534063,9.8742752,9.8070393,9.9375134,10.084501,11.403356,11.690341,10.976561,10.877974,10.839012,10.886472,10.869977,10.840528,10.79664,10.767905,10.732614,10.619677,10.53366,10.588898,10.732059,11.252338,11.526341,10.836921,10.763833,10.712733,10.776066,10.763106,10.736757,10.674075,10.633708,10.591899,10.495212,10.41417,10.465508,10.588726,10.699812,11.054592,10.442155,10.359299,10.28295,10.364196,10.348779,10.318772,10.228773,10.171993,10.117825,10.034904,9.9651566,10.121058,10.26861,10.200417,10.722239,10.165549,10.056691,9.9427958,10.03511,10.017994,9.9830551,9.8796873,9.8150053,9.7527199,9.6784534,9.6172342,9.9011898,10.070562,12.509049,12.438728,11.553427,11.519889,11.511827,11.526956,11.522457,11.515154,11.500456,11.491296,11.481622,11.357818,11.246633,10.894852,10.866508,12.022805,12.064367,11.261595,11.214292,11.193626,11.228908,11.220406,11.205285,11.170548,11.148258,11.125327,11.012479,10.914143,10.711756,10.75598,11.828394,11.830518,11.038506,10.838207,10.809382,10.81729,10.792737,10.765197,10.739217,10.725269,10.702418,10.542058,10.445066,10.225373,10.268074,10.762268,11.36558,10.732001,10.625793,10.546497,10.622345,10.60761,10.571844,10.506905,10.464083,10.413109,10.321891,10.249445,10.581926,10.762775,11.695832,11.779391,11.032473,10.986613,10.958301,11.008992,10.998558,10.97971,10.926817,10.892962,10.860671,10.758751,10.669085,10.546191,10.623202,11.548368,11.69444,10.966619,10.910628,10.87483,10.929429,10.918119,10.89686,10.840791,10.804854,10.76945,10.668785,10.581909,10.515605,10.608101,11.22399,11.371273,10.698042,10.64483,10.604058,10.672778,10.659259,10.635244,10.558256,10.509455,10.46504,10.374471,10.295646,10.282481,10.396667,11.947666,12.022022,11.227199,11.154569,11.131164,11.163404,11.152112,11.133601,11.101223,11.080562,11.056828,10.937028,10.839622,10.668086,10.727949,12.462371,12.399277,11.524064,11.497986,11.489093,11.508245,11.503791,11.496143,11.477924,11.466346,11.454879,11.335407,11.22595,10.889025,10.870011,5.8115044,5.824894,5.793292,5.8594942,5.8469667,6.3269086,6.359242,5.5816073,5.396718,5.0456185,4.9531207,5.0261526,5.0353374,5.479929,5.5025029,4.8617778,4.8538127,4.8295507,4.8657694,4.8539095,5.2170582,5.300302,4.7964425,4.6365705,4.4461432,4.378325,4.4447765,4.4507174,4.8813443,4.7543039,8.9355307,8.9604559,8.9160728,9.3830805,9.3774958,10.097528,10.07974,6.9933286,6.6768565,6.4117756,6.2226477,6.2400651,6.2401962,6.6813092,6.71594,8.275032,8.3033199,8.2715406,8.7917042,8.7888889,9.3449831,9.4249697,5.775413,5.4938984,5.3551221,5.2063141,5.2118273,5.1561003,5.6654501,5.7169819,9.3323669,9.3508558,9.3144112,9.9826212,9.9854193,10.638577,10.657349,6.5516968,6.1953268,5.9963613,5.8177848,5.8271675,5.8149242,6.2673397,6.3050194,5.2502995,5.2190108,5.1862478,5.2166176,5.2005291,5.5886741,5.6403332,5.0600443,4.8713078,4.6619859,4.5829492,4.6274419,4.628509,5.0612206,4.982667,5.3123174,5.2626553,5.226769,5.2534666,5.2358875,5.6228256,5.6627994,5.0599294,4.8570018,4.6523561,4.5715618,4.6028428,4.5995955,5.0282431,4.960227,9.2285862,9.2463837,9.2112513,9.8962755,9.8975792,10.515923,10.550479,6.3133793,5.9664607,5.7947268,5.6283941,5.6362371,5.6142368,6.0840077,6.1271296,4.6571512,4.676146,4.6632957,4.7424898,4.7368851,5.1018105,5.2094364,4.7173367,4.5811005,4.3856082,4.3345699,4.4683003,4.4802632,4.9435968,4.8893094,5.6207042,5.546195,5.5041108,5.5391507,5.5196424,5.9275947,5.9438806,5.2097988,4.9786167,4.7737818,4.6873631,4.7025223,4.6892662,5.126338,5.1127629,8.8360977,8.8623972,8.8195982,9.2574577,9.2476082,10.03782,9.9699907,7.0203977,6.7154427,6.206645,6.0296397,6.0549192,6.0683002,6.4246774,6.4610305,7.5160961,7.5344391,7.4895401,7.6728349,7.6613283,8.3070164,8.2945023,6.616611,6.3686895,6.0297675,5.8773432,5.9049067,5.9067597,6.3547091,6.3904762,5.7059059,5.678565,5.6409497,5.6824694,5.6654243,6.1010003,6.1320748,5.4251742,5.2219739,4.9773617,4.8865914,4.9289088,4.9293079,5.3749013,5.3509808,4.4709039,4.3824105,4.3530912,4.3632965,4.3471212,4.6489072,4.6988649,4.2393899,4.0411491,3.8873522,3.8242121,3.8343995,3.8248475,4.2011147,4.0648351,7.1345844,7.133235,7.0865932,7.2308187,7.2162123,7.7967615,7.7972164,6.3230758,6.0781431,5.8080306,5.6695108,5.6909642,5.6830087,6.1507707,6.1817689,6.9766164,7.0108929,6.9765153,7.1418419,7.1329679,7.7845359,7.751236,6.1544223,5.9196749,5.2611542,5.1382604,5.1696157,5.178483,5.5350137,5.5790458,6.4802504,6.4912829,6.4517832,6.5985932,6.5852847,7.0723596,7.1370606,5.5567493,5.3355942,5.172286,5.0499177,5.0553765,4.9927893,5.5085588,5.5558891,3.3322072,3.3675072,3.3578868,3.388032,3.3844807,3.6962123,3.6954627,3.1821809,3.0371673,2.299669,2.2707083,2.2912948,2.2897034,2.4843264,2.5173612,5.7702036,5.8063855,5.7787261,5.8616905,5.8529954,6.3802943,6.373313,5.3637447,5.163465,4.4722977,4.3853297,4.4269738,4.432735,4.781322,4.8272576,5.7210178,5.6719985,5.6313443,5.669364,5.6508298,6.0777583,6.1005731,5.3707476,5.1528106,4.9276595,4.8366871,4.8638797,4.8580775,5.3002892,5.2775793,5.1863108,5.2057366,5.1867247,5.2666597,5.2594199,5.683013,5.7574096,5.1382632,4.9833741,4.7121391,4.6456313,4.7643857,4.7754459,5.2377629,5.2431645,5.3414884,5.3332386,5.3036294,5.3494773,5.3354669,5.7454162,5.8015332,5.1980176,5.0207877,4.7842598,4.7056022,4.775146,4.7814536,5.2288504,5.1868873,6.9972143,7.000164,6.954967,7.0792336,7.0647831,7.6451364,7.6434369,6.3042054,6.0683527,5.7631698,5.6289515,5.6569657,5.654892,6.1132851,6.1435308,6.8650341,6.8634963,6.81951,6.9815011,6.9671483,7.4893279,7.5248032,5.8856959,5.6437688,5.455586,5.3253036,5.3325958,5.2910132,5.7929292,5.8346081,9.0944777,9.1215868,9.0758123,9.5540123,9.5481348,10.313425,10.277933,7.1851201,6.8665953,6.5605974,6.3627281,6.3831172,6.389637,6.8105392,6.8440361,6.2106118,6.1651821,6.1194711,6.1853328,6.1665955,6.6382117,6.6488161,5.6702085,5.4335985,5.208797,5.1031513,5.1193738,5.1041541,5.5646577,5.5785575,6.0817752,6.053947,6.0119209,6.0666871,6.0490799,6.521688,6.5379758,5.6824923,5.4641361,5.2062573,5.1038809,5.1363192,5.1332283,5.5854683,5.5864415,7.9527802,7.9832048,7.9431715,8.2210331,8.2107391,8.9435072,8.892601,6.6892939,6.4232526,5.8492861,5.6956754,5.7241535,5.7358127,6.0997276,6.1403627,4.8777499,4.7535367,4.7176867,4.7341304,4.7155418,5.046886,5.0624623,4.5030789,4.2696037,4.0981283,4.0346818,4.0400848,4.0236683,4.4196138,4.3934484,6.0007505,5.9505653,5.90658,5.9577417,5.9388189,6.3911057,6.4044795,5.5456753,5.3153729,5.0883579,4.9894419,5.0095568,4.9987111,5.4502826,5.4511704,5.07515,4.9560189,4.9170814,4.9407053,4.9215159,5.2689819,5.2806377,4.6358256,4.395196,4.222322,4.1556759,4.1581717,4.1330686,4.5473018,4.5552044,7.5997148,7.627388,7.5847073,7.7790999,7.7693772,8.4499702,8.4273634,6.6990218,6.4519105,6.0351658,5.8802619,5.9111581,5.9181652,6.3430972,6.3818636,8.3950186,8.4223461,8.3770351,8.6988335,8.6910334,9.4185677,9.3922558,7.0116649,6.7298856,6.4011517,6.2201343,6.243207,6.2478418,6.6820536,6.7174253,7.110322,7.141108,7.1024451,7.2524037,7.2427368,7.8894973,7.8690815,6.3939967,6.1624107,5.6519437,5.5166426,5.5524378,5.5607543,5.9657917,6.007935,6.0428219,6.0351586,5.996737,6.0551233,6.039361,6.5223098,6.5435395,5.712388,5.507947,5.2119455,5.1108832,5.1588221,5.1621857,5.6125436,5.6204996,7.3052869,7.3058586,7.2601027,7.4585953,7.4452119,8.0121794,8.0299797,6.2035446,5.9475875,5.7355046,5.593019,5.6039562,5.5779133,6.067872,6.1059947,4.1738496,4.0557046,4.0286946,4.0355816,4.0197482,4.2934194,4.3318748,3.9122012,3.7073205,3.5639122,3.510323,3.513624,3.5015938,3.8543601,3.7426763,7.9526105,7.9850249,7.9434333,8.1901989,8.182271,8.9193525,8.8810453,6.8792605,6.6194472,6.1429486,5.977675,6.0069885,6.0172787,6.4155035,6.4544005,5.3815441,5.4139791,5.3866248,5.4564443,5.4455972,5.9175692,5.9379506,5.1525812,4.9745917,4.3977733,4.3184681,4.3914037,4.3996105,4.7814155,4.8268013,5.6960282,5.6912069,5.6577234,5.7100687,5.6954169,6.1448402,6.1827297,5.4746971,5.2857852,5.0084357,4.9191866,4.9822016,4.9881964,5.4384489,5.4321227,3.9329193,3.7502635,3.727437,3.7362704,3.7229645,3.9769056,3.9796216,3.5643356,3.3336272,3.1919403,3.1596818,3.1595836,3.1436229,3.473505,3.4838293,6.6329288,6.6135592,6.5675898,6.6880779,6.6715703,7.1769185,7.2000384,5.8315372,5.5894842,5.3890834,5.2675767,5.2762294,5.2431111,5.7322531,5.7679353,6.4857545,6.4902287,6.4493151,6.5325332,6.5178514,7.0564303,7.0629525,6.0231481,5.8076973,5.4657784,5.3495779,5.3910322,5.3945131,5.842535,5.8689785,7.9665799,7.983387,7.942565,8.2932644,8.2852764,8.874732,8.9092684,6.2324948,5.9539328,5.7692413,5.6137862,5.621726,5.5883493,6.0851679,6.128983,9.0241413,9.0464764,9.0048256,9.5289955,9.5262966,10.216288,10.213443,6.8202424,6.491066,6.2564402,6.0720735,6.0859904,6.0806699,6.5298438,6.5654478,3.9239001,3.7701325,3.746371,3.7521136,3.7380207,3.9902897,4.0112247,3.6270816,3.4123943,3.2741065,3.2307725,3.2314224,3.2194602,3.5505085,3.4929688,5.7030745,5.7344756,5.7106104,5.8224211,5.8139191,6.3387613,6.3063664,4.9708176,4.7583294,3.9257016,3.847667,3.8701108,3.8749695,4.1495204,4.1918812,5.9776707,6.0005279,5.9677424,6.0418825,6.0298443,6.5416398,6.5579925,5.6736588,5.4815021,5.0306869,4.9325099,4.9962578,5.0053582,5.4289117,5.4664593,5.8986559,5.8325419,5.7875185,5.8420768,5.8226233,6.2542925,6.2684784,5.3593926,5.1190987,4.9211268,4.8267059,4.8349524,4.8096843,5.2671556,5.2853727,5.0866618,4.9886336,4.9513197,4.9706588,4.9517374,5.3053131,5.3288174,4.7438231,4.5184755,4.3368163,4.2648931,4.2761869,4.2634754,4.6729422,4.6260958,8.0576687,8.0710306,8.0270643,8.3506794,8.3420486,8.9639835,8.9759846,6.4911056,6.2084451,5.9899988,5.8284664,5.8405452,5.8225379,6.302145,6.3408275,5.2272272,5.1563139,5.119288,5.1418529,5.1234403,5.4958696,5.528717,4.9325123,4.7190108,4.5259829,4.4480844,4.4687452,4.461062,4.8812795,4.8175821,6.6964664,6.6765504,6.6298761,6.7316189,6.7147346,7.2432747,7.2495594,6.0317187,5.7924271,5.5450411,5.4220324,5.4413023,5.4291482,5.8978944,5.9226027,5.3143582,5.3457985,5.3229814,5.4057765,5.3978219,5.8563051,5.9067841,5.1937571,5.0316739,4.5961013,4.5188136,4.6244397,4.6364293,5.0629311,5.1039691,5.4504905,5.3550878,5.3131404,5.3456764,5.3258982,5.711473,5.7241149,4.998127,4.7586794,4.570189,4.4908776,4.4980474,4.4769979,4.9090037,4.9109464,6.2054877,6.2419558,6.2125325,6.3213687,6.3133287,6.8909459,6.8714247,5.6445565,5.4303083,4.7213569,4.6226797,4.6567812,4.6632271,5.0074935,5.0529003,5.3603406,5.2768369,5.2351599,5.2733526,5.2543521,5.6299725,5.6531906,4.8669291,4.63164,4.4605742,4.3835144,4.3850698,4.3463492,4.793817,4.8208852,7.3213496,7.3210964,7.2742314,7.4533386,7.4395022,8.023901,8.0292063,6.337069,6.0829873,5.8408036,5.6969385,5.7129459,5.6982164,6.1753783,6.209517,6.4011512,6.4167109,6.3786635,6.4631348,6.4498906,6.9942236,7.0001545,5.9748359,5.7663293,5.3641052,5.2512727,5.2997231,5.3063836,5.7422218,5.7757764,6.576786,6.5686383,6.5247083,6.6112447,6.5952301,7.1287241,7.1342592,6.0445819,5.8188105,5.5251098,5.4057236,5.4372225,5.4352942,5.8923516,5.9143395,8.7276402,8.7579613,8.7145672,9.0930681,9.0863895,9.8841133,9.8325253,7.2122436,6.9193726,6.4951234,6.3045907,6.3298697,6.3417497,6.732305,6.7670174,5.3587551,5.3937488,5.367547,5.4360962,5.4261723,5.905849,5.9127908,5.0741668,4.8887153,4.2274723,4.1508746,4.2060766,4.2119632,4.564302,4.6102681,6.4202294,6.3955216,6.3504925,6.4262857,6.4088287,6.9138408,6.9222159,5.8910332,5.6607714,5.4032621,5.2896891,5.3145561,5.3072815,5.7674513,5.7832479,5.9049106,5.8585267,5.8145638,5.8823767,5.8642058,6.296319,6.3263307,5.3066301,5.0733881,4.892581,4.7956171,4.8003058,4.7586761,5.2353039,5.2686276,8.1489124,8.1663017,8.1210613,8.4295797,8.4208488,9.0793304,9.0753412,6.7084761,6.4273763,6.1707273,6.0024252,6.0194421,6.0123787,6.475997,6.512084,5.9933133,5.9787745,5.9375868,6.0278382,6.0119104,6.4559722,6.5094285,5.3156648,5.0957961,4.92946,4.8250232,4.8294163,4.7713203,5.2708669,5.3140082,4.6675992,4.5285683,4.4939299,4.5102534,4.4925284,4.8029871,4.8141732,4.2517414,4.0140162,3.8549352,3.8009953,3.8006279,3.7732697,4.1650739,4.1788254,8.419384,8.4498911,8.4055529,8.7226219,8.7153349,9.4735575,9.4364386,7.096086,6.8169785,6.4326701,6.2494159,6.2749104,6.2836976,6.6986442,6.7343554,7.9982662,8.0207138,7.9752173,8.2318029,8.2222376,8.9061403,8.8893013,6.8193865,6.552526,6.2356753,6.0676308,6.0910931,6.0924659,6.5395732,6.5753999,4.7381191,4.6881027,4.6591601,4.6755137,4.6603851,4.994339,5.0597448,4.5692682,4.3859448,4.2171865,4.1463313,4.172967,4.1700792,4.5709,4.416882,7.590322,7.6019444,7.5556717,7.7573638,7.7453246,8.3749723,8.3691673,6.5731454,6.3169675,6.0326891,5.8788152,5.9004207,5.8957582,6.3583617,6.3928995,7.1539383,7.1813841,7.1448345,7.3999348,7.3908854,7.9197655,7.9928451,5.7510815,5.5148311,5.358881,5.2191801,5.2246757,5.1621609,5.6831899,5.7330937,6.9852262,7.003418,6.9614863,7.0871892,7.0747671,7.6791687,7.671658,6.3424759,6.1143408,5.7236505,5.5901785,5.6262913,5.6311531,6.0696764,6.1060615,6.5057554,6.5334015,6.4973655,6.5989389,6.5878577,7.1647906,7.1592941,6.008986,5.7963848,5.2857533,5.1710672,5.2158718,5.2236481,5.6328392,5.6750479,6.5659289,6.5369735,6.4900837,6.5908227,6.5733232,7.0774946,7.0904026,5.8624063,5.6198788,5.4023767,5.2841167,5.2963343,5.2735972,5.7502599,5.7785897,7.2128,7.8702846,7.8657632,7.6050997,7.5308552,7.7576437,7.7106228,7.557898,7.4520383,7.3734884,7.3574495,7.2694874,7.2809181,8.3543062,12.403413,5.3169498,5.8898377,5.8709774,5.1579132,5.0759702,5.2184319,5.1973505,5.0804796,5.0474992,5.0305667,5.0037389,4.8262339,4.8416014,5.6881738,8.6686039,6.8522701,7.5084929,7.5019016,7.0766554,6.9985976,7.1929073,7.1519837,7.0094557,6.9305139,6.8713312,6.8537931,6.7252617,6.7366881,7.7564468,11.663214,8.5206518,9.0549917,9.053545,8.6649084,8.5923862,8.7730379,8.7343159,8.6193571,8.5371895,8.4669466,8.4314795,8.2874565,8.2968636,9.1483278,13.984027,6.7516484,7.4322076,7.4257274,7.0332856,6.9545937,7.1547599,7.1106367,6.9616799,6.8780494,6.8157845,6.8023505,6.6833763,6.6941156,7.7506132,11.55798,8.4228172,8.978713,8.9786482,8.6792974,8.6081362,8.8086681,8.7676954,8.6458797,8.5509892,8.4736109,8.4399767,8.3234463,8.33494,9.2398958,14.072776,7.3641462,8.0084524,8.0047159,7.73528,7.6614099,7.8842807,7.8383608,7.6902952,7.5866694,7.5087829,7.4894166,7.396791,7.4084077,8.4584303,12.636895,15.630328,15.820971,15.831739,15.691673,15.648442,15.751168,15.71031,15.664319,15.572172,15.479122,15.465008,15.321908,15.321303,15.645423,20.377605,6.7167244,7.336689,7.3279266,6.8048782,6.7276578,6.906671,6.8734298,6.741612,6.6759682,6.6275754,6.6065779,6.4557519,6.4684515,7.4253926,11.29073,6.0279355,6.8077855,6.7967205,6.4939122,6.4117293,6.6259413,6.5697613,6.3921895,6.2929373,6.2228374,6.2418218,6.152904,6.1580968,7.3567591,10.410104,9.0063753,9.5205803,9.5220528,9.225378,9.1557503,9.3470755,9.3073921,9.1967754,9.1034079,9.0243921,8.9866905,8.8626337,8.8736687,9.7130022,14.776453,11.53398,11.892604,11.899996,11.707748,11.648551,11.813547,11.775642,11.701894,11.602228,11.512523,11.470099,11.343285,11.353277,11.961542,17.579281,3.1186388,3.7269776,3.6926305,3.5613322,3.4922726,3.6104023,3.5527761,3.3850248,3.3210459,3.2810051,3.53952,3.5034938,3.4953079,4.490438,5.5217948,4.7106442,5.5397496,5.5148568,5.0706301,4.9798555,5.1376877,5.0710559,4.8870583,4.8108501,4.7612495,4.7964721,4.6745176,4.6685262,5.8258324,7.8926082,5.2987986,6.0921783,6.0713964,5.7770009,5.6918173,5.8954916,5.8335772,5.6422348,5.5422502,5.4756293,5.536099,5.4539976,5.4540892,6.6732321,8.9923916,5.9181509,6.6915259,6.6778975,6.4027939,6.3209333,6.5418301,6.4845181,6.3013463,6.1959562,6.1230702,6.1526194,6.0731106,6.0778899,7.2891068,10.157308,8.5636921,9.108984,9.1096125,8.8476448,8.7779751,8.9845953,8.943346,8.8224049,8.7219706,8.6410179,8.605587,8.4980326,8.5103474,9.4119949,14.335736,7.848278,8.250061,8.2281713,7.4131074,7.3377376,7.4442234,7.4124975,7.3111887,7.265367,7.2252083,7.1799855,6.9284539,6.9257154,7.5489264,11.828258,4.9696207,5.7401085,5.7150054,5.4642806,5.3804641,5.582046,5.5195131,5.3233538,5.221343,5.1548533,5.2535863,5.1861596,5.1851053,6.400012,8.3646154,6.1857228,6.9547291,6.9458227,6.6250858,6.5435281,6.7547383,6.7006812,6.5290852,6.4338622,6.3653913,6.3750801,6.2799392,6.2864041,7.463388,10.707709,7.7140155,8.3227301,8.3202753,8.0812273,8.0098553,8.2366524,8.1919889,8.0500832,7.9418507,7.8601098,7.8336229,7.7453799,7.7581816,8.7728577,13.203604,6.3352208,7.0838561,7.0762544,6.7324085,6.651475,6.8588872,6.8074608,6.642417,6.5515752,6.4853868,6.4869876,6.3845439,6.3924518,7.5382776,10.955236,9.1630859,9.6616879,9.6641598,9.4356441,9.3688908,9.572257,9.5322189,9.422164,9.3186293,9.2340536,9.1932259,9.0868359,9.0997486,9.9393234,15.158648,6.5819263,7.3052297,7.2977734,7.0110116,6.9326892,7.1548643,7.103775,6.937809,6.8358374,6.7619562,6.7624278,6.673851,6.6826725,7.8267264,11.363388,11.013296,11.377031,11.374788,10.905906,10.836436,10.960894,10.930457,10.857816,10.805164,10.734777,10.685167,10.480164,10.479987,11.047502,16.500059,5.9278107,6.7219658,6.7156205,6.3136687,6.2296214,6.4195113,6.3655052,6.1989689,6.1208735,6.0633807,6.0667357,5.9525533,5.9590893,7.1236296,10.30618,6.4908233,7.2057834,7.1961622,6.9596682,6.8827338,7.1204214,7.0679135,6.893795,6.7803001,6.7004499,6.7075143,6.6358094,6.6450329,7.8146782,11.147689,7.881238,8.4803696,8.4787169,8.2073174,8.1353178,8.350894,8.3075047,8.1720619,8.070631,7.991879,7.9638982,7.8634419,7.8755894,8.8579607,13.403191,7.3097653,7.8929768,7.88622,7.3747883,7.2995882,7.4737086,7.4393907,7.3146019,7.246686,7.1928897,7.1661735,7.0081387,7.0189152,7.9252262,12.166528,4.7254157,5.480916,5.453402,5.225647,5.1428089,5.3376489,5.2748365,5.0778542,4.9777341,4.913106,5.0394101,4.9793363,4.9771771,6.1804991,7.9462843,7.082274,7.6827478,7.6755209,7.1676803,7.091898,7.270092,7.2362022,7.1081309,7.0399928,6.9875789,6.9635463,6.8107581,6.8225803,7.7550836,11.858126,7.9092045,8.4218206,8.4126635,7.834837,7.7601209,7.9116492,7.8760047,7.7615719,7.6986208,7.6445556,7.6075163,7.4181957,7.4232903,8.2185669,12.726283,3.6566312,4.3588367,4.32447,4.1161103,4.0381861,4.1779752,4.1159821,3.9353716,3.8616588,3.8156579,4.0167747,3.9599247,3.9519811,5.0435534,6.3106966,7.3557038,7.9937015,7.9898825,7.6491308,7.5737762,7.780252,7.7369466,7.5956311,7.5043807,7.4341545,7.4129252,7.2999659,7.3111491,8.3260775,12.543129,6.5278583,7.247623,7.2388234,6.9862351,6.9087496,7.1409197,7.0887527,6.9174547,6.8078918,6.7299833,6.7349691,6.6575322,6.6664991,7.8285413,11.241394,3.6514058,4.380466,4.3428936,3.9649401,3.8812706,4.0055819,3.941447,3.7667694,3.7025142,3.6639838,3.7700167,3.6673644,3.6571109,4.689188,5.9905572,4.2089477,4.9248533,4.8934569,4.7079172,4.6280961,4.8022733,4.7396617,4.5460067,4.4542127,4.3957543,4.5787168,4.5309386,4.5264125,5.6848063,7.1319323,7.5970268,8.2101984,8.2070284,7.9845586,7.913578,8.1473112,8.1019678,7.9557986,7.8435521,7.7602086,7.7345681,7.6532426,7.6664581,8.7004519,13.039529,7.0813761,7.7517223,7.7469435,7.4399076,7.3638449,7.5799022,7.5334964,7.3822484,7.2848582,7.2118587,7.1973515,7.097403,7.1081338,8.1773214,12.166217,6.0000558,6.7469659,6.7327986,6.4951501,6.4155116,6.6495624,6.5932555,6.4076405,6.2938933,6.216084,6.2469435,6.1793694,6.1857467,7.3968768,10.228411,7.2506404,7.8991003,7.8944221,7.6576066,7.5844908,7.8180928,7.7709293,7.6168976,7.5061474,7.4248099,7.407464,7.3264556,7.3385305,8.4147949,12.471402,5.7192707,6.4675312,6.4499965,6.2250896,6.1448326,6.3784442,6.3204241,6.1281199,6.0123997,5.934793,5.9847126,5.9235601,5.928575,7.1532497,9.6564131,6.9477892,7.6290526,7.6230278,7.3693047,7.2940426,7.5248723,7.4759531,7.3156695,7.2075014,7.1286974,7.1195855,7.0371089,7.0478759,8.1583481,11.968801,6.9658403,7.6403046,7.6340394,7.3964677,7.3219862,7.5578861,7.5088954,7.3473849,7.2356663,7.1548843,7.1451683,7.0676379,7.0788593,8.1919022,11.992319,10.969938,11.364441,11.368409,11.033257,10.966974,11.118534,11.082103,11.003346,10.922514,10.84219,10.799372,10.639367,10.646472,11.280743,16.579487,7.1814194,7.7408195,7.7315221,7.1443801,7.0696316,7.2286267,7.1963868,7.0758839,7.0164056,6.9690428,6.9409232,6.7636995,6.7728391,7.6329069,11.807573,15.223237,15.448589,15.459693,15.257338,15.208195,15.313767,15.278743,15.241988,15.165513,15.079199,15.046886,14.897138,14.902829,15.258654,19.817574,7.5574408,8.1845579,8.1816874,7.8968625,7.8233314,8.0400505,7.9955678,7.8536077,7.7534599,7.6767902,7.653738,7.5539021,7.5655923,8.5838385,12.914496,8.1169443,8.6932745,8.6924324,8.4515238,8.3814049,8.6011152,8.5581684,8.4261551,8.320116,8.2380075,8.2059889,8.1112595,8.1242552,9.0866003,13.78896,6.8182611,7.5167093,7.5106778,7.2141552,7.1369519,7.3566241,7.3078694,7.1489635,7.0492306,6.9758015,6.9683948,6.8745289,6.8844199,7.993608,11.753724,7.9775648,8.5626688,8.5608397,8.2184153,8.1451626,8.343358,8.3023586,8.1743841,8.0847683,8.0125809,7.9829793,7.8605132,7.8715796,8.8094444,13.409747,9.7125206,10.17909,10.181568,9.8605204,9.7918587,9.9664831,9.9283209,9.830761,9.7431564,9.66432,9.6237621,9.4830246,9.492485,10.248722,15.462014,11.388481,11.764266,11.771215,11.537074,11.475264,11.636566,11.598937,11.523767,11.429983,11.342452,11.301015,11.165569,11.174976,11.796885,17.241507,5.4936213,6.3031359,6.2862096,5.9618726,5.8761535,6.0771699,6.0161052,5.8298974,5.7341175,5.6687851,5.7080913,5.615829,5.6167059,6.8343444,9.4092016,6.3817554,7.0976467,7.0898981,6.6792769,6.5980096,6.7933989,6.7465277,6.5914226,6.5113888,6.4529033,6.445569,6.3258543,6.3357277,7.4255357,10.960244,5.3618526,6.1264634,6.1053634,5.8664889,5.7840853,6.0033326,5.942862,5.74755,5.6378932,5.565309,5.6381831,5.573822,5.5758567,6.8031063,9.0356178,7.8155065,8.4190083,8.4170198,8.1106949,8.0375786,8.2458668,8.2031574,8.0689373,7.973259,7.898119,7.8710032,7.7612591,7.7728343,8.7484217,13.254605,7.9044728,8.4816599,8.4786615,8.077426,8.0033531,8.1906719,8.1515608,8.0266447,7.9451241,7.8784957,7.8483372,7.71033,7.7206998,8.6344519,13.193936,8.5524149,8.496932,8.2581673,8.2412367,8.1864252,8.4948702,8.4666519,8.2630968,8.1402893,8.0439005,7.92173,7.8997936,7.8776498,7.9935112,8.4104462,8.5423689,8.6542168,8.3517485,8.2580929,8.1175823,8.3260403,8.2952976,8.1471272,8.024231,7.9386425,7.879581,7.8428807,7.8118873,7.850913,8.203764,8.5487776,8.494277,8.2539387,8.235055,8.1783876,8.4849577,8.4567137,8.2529764,8.1278191,8.0307312,7.9125772,7.8883595,7.8656034,7.9792356,8.3866167,8.6811724,8.9360104,8.5827045,8.4404669,8.2434139,8.3988237,8.3660812,8.2498779,8.1480207,8.0775919,8.0510397,8.0085697,7.9732523,7.9603305,8.3033276,7.3953009,7.2971902,7.149447,7.1352339,7.076663,7.4238801,7.4091253,7.1856289,7.019094,6.8972683,6.7692451,6.7489638,6.7208991,6.8853488,7.1485286,7.8795347,7.8088722,7.6255088,7.6066427,7.5426865,7.8810878,7.8591185,7.6330476,7.4798985,7.3657007,7.2417269,7.2185574,7.1936331,7.3413982,7.6395912,8.7739687,8.7240715,8.4505148,8.4251347,8.3709126,8.6372833,8.6073151,8.4315023,8.3193693,8.2331972,8.1266747,8.1025724,8.0761757,8.1543713,8.6339712,8.7058334,8.6551199,8.3916979,8.3681202,8.3127975,8.5916805,8.5622301,8.3778849,8.2614985,8.1718502,8.0616112,8.0377102,8.0125828,8.102334,8.5578518,8.9807634,8.9744358,8.6516933,8.5983248,8.5176497,8.7299776,8.6981678,8.5523291,8.4405203,8.3596611,8.2961559,8.255724,8.2218828,8.2452078,8.6726608,7.9450259,7.8711252,7.7064099,7.7058525,7.6550794,8.0435829,8.0216169,7.7778916,7.639461,7.5260148,7.3753958,7.3543906,7.3340406,7.5019703,7.8047948,8.86164,8.8180294,8.5291872,8.4971828,8.4377203,8.6891146,8.658433,8.4905033,8.3774948,8.2924442,8.200408,8.1692047,8.1405602,8.2023754,8.6697531,8.4151011,8.6516466,8.3374186,8.2030287,8.009553,8.1939869,8.1623774,8.0271444,7.9124761,7.8335361,7.7875533,7.7503309,7.7194986,7.7434454,8.0820208,8.2833004,8.4436598,8.1602974,8.0513954,7.8869786,8.1010504,8.0714865,7.9176764,7.7900167,7.7019625,7.6379495,7.6045485,7.5761395,7.6301823,7.9636283,8.2204752,8.1704836,7.9517879,7.924727,7.8553882,8.1666365,8.1408453,7.9287405,7.7852802,7.6789746,7.5670228,7.5407066,7.5159183,7.6396937,7.9747252,8.6170473,8.6366377,8.349946,8.2895651,8.1909561,8.4279022,8.397974,8.2336721,8.1061535,8.0153627,7.9407182,7.9058013,7.8758402,7.9344039,8.306179,9.3510981,9.3364077,8.9628382,8.9047613,8.8317518,8.9909163,8.9562349,8.8413191,8.7497101,8.6830111,8.6494045,8.5974913,8.5548992,8.5132809,8.9712639,8.6747513,8.6243563,8.3648529,8.3411245,8.2841072,8.5682745,8.5390377,8.3503666,8.2307062,8.1389055,8.0293541,8.0039177,7.9791183,8.0731888,8.5111361,9.4362516,9.5077896,9.0893755,8.9980516,8.8863049,9.0087738,8.974987,8.8811159,8.7966223,8.7373915,8.7359829,8.6787949,8.631505,8.5500193,8.9216814,8.6748476,8.6305923,8.3659325,8.3368444,8.274188,8.5512686,8.5219135,8.3358669,8.2126608,8.1199751,8.0188551,7.9896636,7.9635835,8.0511141,8.469511,9.0941381,9.0557861,8.7316427,8.6912041,8.6303968,8.8418827,8.8092375,8.6654186,8.5629978,8.4866657,8.4169674,8.3774443,8.3433008,8.362071,8.8603144,8.4743004,8.4195795,8.1861353,8.1666431,8.107686,8.4202194,8.3925171,8.1832781,8.053237,7.9532371,7.8356843,7.8101988,7.7873073,7.9058833,8.2901001,8.522439,8.4817152,8.2309475,8.1998911,8.1314936,8.4182014,8.3898535,8.1952744,8.0637627,7.9659925,7.8637323,7.8346152,7.8089018,7.9076161,8.2881575,8.7046041,8.6999035,8.4115438,8.3608027,8.2754459,8.5175877,8.4874592,8.3211851,8.1964893,8.1065559,8.0282488,7.9932799,7.9633822,8.0224133,8.4129333,9.2977829,9.2572594,8.9032774,8.8568506,8.7983904,8.9652281,8.9294682,8.8087435,8.7205448,8.6540184,8.6094618,8.5601511,8.5187845,8.4875441,9.0092545,8.8226986,8.7757463,8.4941349,8.4652967,8.4082861,8.6672726,8.6369104,8.4648027,8.3517885,8.2659788,8.1676178,8.139183,8.111639,8.1814623,8.6533566,8.9363899,8.8885765,8.5915461,8.5608816,8.5066605,8.7466917,8.7153902,8.5558004,8.4502144,8.3699055,8.2781496,8.2480974,8.2184258,8.2692804,8.7822704,9.1681147,9.1692247,8.8172302,8.7572765,8.6747761,8.8582716,8.8252153,8.6969185,8.5945606,8.5208216,8.474124,8.427928,8.389782,8.3793879,8.8152761,9.104414,9.196723,8.8244934,8.7317753,8.6069975,8.7654076,8.7323904,8.6176701,8.5178137,8.447732,8.4200459,8.3718824,8.332015,8.3019466,8.6825399,8.3798561,8.4214783,8.1540651,8.0859156,7.9733558,8.2175093,8.1888533,8.0177231,7.8820715,7.7867146,7.7083001,7.676064,7.647675,7.7214012,8.0651817,8.9148579,8.8635454,8.569726,8.5424414,8.4939098,8.7307224,8.6994505,8.5431614,8.4437971,8.3668852,8.2667379,8.2429581,8.2136993,8.2644424,8.8278828,8.7610455,8.7158823,8.4413185,8.4120426,8.352005,8.6191759,8.5892391,8.4107952,8.2928286,8.2037458,8.1048155,8.075593,8.0487213,8.1264,8.5709496,7.8877578,7.8115573,7.6416092,7.6342425,7.5792871,7.9491916,7.9275985,7.6899886,7.5445609,7.4302616,7.2903547,7.268611,7.2459145,7.4068999,7.7052917,8.0498209,7.9803777,7.8130054,7.8157487,7.7661214,8.1602602,8.1373215,7.8923073,7.7594833,7.6473703,7.4916825,7.471159,7.4530315,7.6231394,7.9363236,9.0183935,8.9912844,8.672369,8.6279364,8.5591774,8.7775812,8.7456398,8.5970364,8.4881897,8.4082022,8.3383598,8.2991991,8.2659769,8.2932568,8.7516708,8.9801416,9.2054272,8.8157787,8.679553,8.4981413,8.6314659,8.5995255,8.498147,8.4074459,8.3438034,8.3314991,8.2844467,8.2440567,8.1971684,8.5445404,8.6658583,8.614624,8.3512211,8.3299198,8.281167,8.5472775,8.5180368,8.3447132,8.2393303,8.1564341,8.0313225,8.0222092,7.9963613,8.0800781,8.5957823,7.9941616,7.9993258,7.7755384,7.7192111,7.615921,7.8887014,7.8637085,7.6719842,7.5189834,7.4123235,7.3185992,7.2915583,7.2651057,7.3740139,7.6823301,8.270319,8.2083406,7.9999461,7.9858346,7.9278603,8.2657347,8.2398949,8.0143795,7.877439,7.7711682,7.6440477,7.6199064,7.59799,7.7364349,8.0830069,8.3788214,8.3207455,8.1293631,8.1300449,8.0712471,8.4280558,8.4026222,8.1918278,8.072134,7.9603019,7.8099866,7.7950549,7.7810526,7.9413986,8.3089333,9.430151,9.4015532,9.020752,8.9650173,8.8999071,9.0409117,9.0043535,8.8973808,8.813735,8.751935,8.7277956,8.6718388,8.6259766,8.5629282,9.0360498,8.9094658,9.0333338,8.680418,8.5794086,8.4388199,8.6087837,8.57617,8.4535542,8.3475056,8.2734823,8.2383604,8.1939383,8.1570873,8.146821,8.5157509,9.1594048,9.1052589,8.7776098,8.7403259,8.6932459,8.8606882,8.8231821,8.699131,8.6192799,8.5551958,8.4976902,8.454813,8.4146061,8.3923244,9.0188417,9.2868242,9.4536314,9.0307674,8.9097204,8.7568092,8.8703327,8.8380699,8.7489767,8.667531,8.6103973,8.6161728,8.5621281,8.5160122,8.4338579,8.777256,9.4401484,9.4468222,9.0505285,8.9820585,8.899086,9.0392151,9.0044346,8.9003134,8.8125906,8.7497559,8.7314215,8.6755524,8.6299219,8.565484,8.9885874,8.4478836,8.3892994,8.1717224,8.1630278,8.1102629,8.4426641,8.4155426,8.2012396,8.0793476,7.9787798,7.8407784,7.8243217,7.8054433,7.9429364,8.3459358,8.0879803,8.0441589,7.830554,7.797296,7.7206225,8.0243778,7.999548,7.7905626,7.6407027,7.5320864,7.4244404,7.3983212,7.3725929,7.4964066,7.814527,9.2923632,9.3327188,8.9481497,8.8707085,8.7708378,8.9228373,8.8891573,8.7788315,8.6842804,8.6172457,8.5927763,8.5409508,8.4983635,8.4528856,8.8568325,8.859354,8.8299084,8.5334663,8.4930229,8.423645,8.6652613,8.6344595,8.4709206,8.3542576,8.2683296,8.1867313,8.1516523,8.1214876,8.1744108,8.6093884,8.2733126,8.2128582,8.0439825,8.0532598,7.994472,8.3862429,8.3617611,8.1271906,8.0041847,7.8861246,7.7249842,7.7073212,7.6958184,7.8755536,8.1935434,9.1489143,9.1229811,8.7849493,8.7370329,8.6688175,8.8663492,8.8333483,8.6972237,8.595233,8.5203247,8.4619141,8.4185352,8.3822031,8.3856297,8.8583927,7.5766749,7.4891229,7.3446474,7.3403583,7.2885795,7.6747484,7.6571851,7.4265518,7.2776256,7.1592355,7.0118289,6.9919877,6.9676085,7.1387615,7.4127908,8.3906908,8.3707647,8.1218519,8.0790329,7.995954,8.2714376,8.2436695,8.0537615,7.9154806,7.8155513,7.721127,7.6912231,7.6643271,7.7597198,8.1116848,9.2556429,9.2068233,8.8628092,8.8199635,8.7672586,8.9277906,8.89042,8.7706957,8.6876183,8.6229677,8.5777235,8.5286121,8.4863548,8.451457,9.0126219,8.6836433,8.8409195,8.5102186,8.4002008,8.2427368,8.4250879,8.3930168,8.2613897,8.1488667,8.0707541,8.0275173,7.986968,7.953259,7.9641142,8.3201008,9.0773697,9.0265846,8.7106323,8.6777315,8.6279192,8.8391132,8.8059826,8.6630497,8.5688868,8.4964552,8.4165287,8.382412,8.3491011,8.3704958,8.9490108,8.8388958,8.8914347,8.5676546,8.4927492,8.3821945,8.5842113,8.5525799,8.4111013,8.2954512,8.2137575,8.1586742,8.1181755,8.0843363,8.1051188,8.4894543,9.1807432,9.2750168,8.8907518,8.7961454,8.671443,8.8201466,8.7869663,8.6780548,8.5822306,8.5149593,8.4938517,8.4436731,8.4020967,8.3592567,8.7380962,9.4546318,9.4943829,9.0837212,9.0030842,8.9051876,9.034627,9.0003653,8.9025564,8.8165083,8.7557554,8.7476292,8.6905251,8.6436758,8.5680609,8.9595985,8.3222399,8.2646236,8.0953789,8.1042194,8.0393267,8.4211855,8.3969965,8.1813965,8.0613594,7.9391966,7.7807617,7.763907,7.7534871,7.9314318,8.2501583,8.9717903,8.9320431,8.6259604,8.5892715,8.5282831,8.760643,8.7290859,8.5728264,8.4641752,8.3830404,8.3019705,8.2667322,8.2355633,8.277276,8.7573309,8.7005749,8.6716413,8.3945093,8.3556185,8.28337,8.5427446,8.5129862,8.336834,8.2124119,8.1209373,8.0318518,7.9992404,7.9710321,8.0436583,8.4484615,8.3304853,8.2674618,8.0694094,8.0663986,8.0140619,8.374651,8.3485985,8.115303,7.9875789,7.8810811,7.736846,7.7170215,7.6997032,7.854579,8.2155256,8.440465,8.3866167,8.1581802,8.145072,8.093956,8.3995495,8.3721294,8.1758432,8.0624981,7.969471,7.826149,7.8230271,7.8013849,7.9221931,8.3670616,8.1577835,8.0931797,7.9272594,7.9353585,7.8837309,8.2852211,8.2612801,8.0154848,7.8888679,7.7750607,7.6123343,7.5933881,7.5790911,7.7565861,8.0727301,7.4245119,7.2941904,7.3618855,7.35606,7.2416945,7.2465296,7.2325697,7.2307038,6.8400569,6.8369699,6.8271813,6.8298635,6.9087052,10.445075,10.131141,7.7563758,7.6920371,7.7209005,7.7172737,7.6523414,7.6593971,7.6408706,7.636344,7.4289103,7.4227099,7.4158907,7.4199033,7.4608202,9.1914139,9.0647125,7.6873817,7.587657,7.6335158,7.6266241,7.5292411,7.5389733,7.5173001,7.514183,7.2075219,7.2018127,7.1900887,7.1958547,7.2572613,9.8613834,9.6457529,7.9202089,7.8233824,7.8730907,7.8656464,7.7837162,7.7901506,7.7689967,7.7629771,7.4571028,7.4499102,7.444438,7.4470644,7.5088329,10.07035,9.860836,7.6121287,7.4974265,7.5574522,7.5494318,7.4537458,7.4606833,7.4423356,7.4388776,7.0852923,7.0803285,7.0732965,7.0768399,7.149313,10.271991,10.002257,8.8903618,8.8153601,8.8520775,8.8477831,8.7768297,8.7780027,8.7509251,8.7380848,8.4926729,8.4800062,8.4754753,8.4726219,8.5161629,10.232757,10.119538,8.1046238,8.0583391,8.0791874,8.0790062,8.0315123,8.0345783,8.0156107,8.0081043,7.8522859,7.8442001,7.8398423,7.8414741,7.870162,9.0713139,8.9982805,9.5897169,9.5483484,9.5685349,9.5722914,9.5291281,9.5232868,9.4959316,9.4792309,9.3339214,9.3184357,9.3141832,9.308733,9.3285427,10.173182,10.165859,10.960315,10.815613,10.730731,10.485714,10.20241,10.219277,10.070684,10.069209,9.7645979,9.6677017,9.624917,9.6291971,9.6686287,10.082736,10.018218,12.172499,12.020101,11.931333,11.719236,11.394818,11.405019,11.117049,11.11907,10.781203,10.698097,10.654641,10.704623,10.736821,11.038831,10.980647,10.555861,10.435087,10.362687,10.08714,9.8844194,9.9096718,9.7938023,9.7907953,9.5076361,9.3996572,9.3664904,9.3584518,9.4066172,9.887413,9.8171206,6.8726735,6.8633466,6.8456345,6.6172667,6.6292472,6.9014101,6.8677597,6.7332444,6.6374173,6.4922528,6.4245949,6.4643245,6.5473771,7.1134157,7.563273,6.3457384,6.3378687,6.3260193,6.1106329,6.124989,6.378366,6.3477745,6.2212834,6.149097,6.0200582,5.9509859,5.9853659,6.0662584,6.5838757,7.2113662,5.7121696,5.7215075,5.7016811,5.5906606,5.5941243,5.869493,5.8670058,5.6749954,5.5744934,5.4232903,5.3663139,5.4072294,5.4945331,6.0017042,6.3293867,6.7624035,6.7519231,6.7369924,6.5042148,6.5179644,6.7845912,6.7512941,6.6217561,6.5355415,6.3955588,6.3275881,6.3664503,6.4510303,7.0018125,7.5022631,7.7631273,7.7488065,7.7238221,7.4615655,7.4686747,7.7448854,7.7003145,7.5792165,7.4488611,7.3036351,7.2290368,7.2727942,7.3563471,8.0189037,8.2654533,7.9902992,7.9810143,7.9399548,7.7159772,7.7136741,7.9902854,7.9444146,7.818418,7.6594825,7.5154991,7.4355488,7.4747276,7.5450335,8.258893,8.4379034,5.5934334,5.6041226,5.5872793,5.4694195,5.4738183,5.738843,5.7271671,5.5479875,5.458034,5.3155522,5.2653575,5.3023171,5.3895917,5.8841672,6.302671,7.7013006,7.6922598,7.6528559,7.4412823,7.441947,7.726819,7.6882811,7.5494561,7.3984098,7.2464805,7.1673007,7.2067676,7.2768841,7.9508872,8.1597004,7.1890936,7.1801944,7.1550364,6.9336381,6.9417982,7.2243495,7.1903,7.0486259,6.9302335,6.777133,6.7055626,6.7467933,6.8260336,7.4319777,7.7649417,6.8525424,6.839416,6.8255548,6.580792,6.5959368,6.8623009,6.8283076,6.7031493,6.6193194,6.4807611,6.4114275,6.4512625,6.5387244,7.0914788,7.5825143,7.8618741,7.8533826,7.809689,7.5996642,7.5976725,7.8795295,7.837913,7.7036276,7.5445065,7.3960571,7.3154016,7.3536644,7.4213634,8.1181278,8.3039312,6.3208551,6.3160391,6.3023429,6.0965829,6.1084695,6.3640409,6.3333936,6.2010136,6.1229267,5.9900103,5.9265976,5.9610085,6.0390158,6.5611396,7.1719289,7.6847696,7.6752191,7.6386328,7.4199328,7.4218364,7.7058759,7.6666694,7.5297208,7.3829393,7.2314329,7.1531806,7.1934428,7.2658501,7.9355927,8.1547327,6.6690335,6.6648383,6.6441097,6.4454226,6.4542379,6.7292318,6.6997786,6.5518279,6.4499154,6.3004704,6.2358818,6.2744985,6.3521562,6.912528,7.3588176,6.6114831,6.5964546,6.5852065,6.3434477,6.3603745,6.6163101,6.5853834,6.4654474,6.3969097,6.2683783,6.1960926,6.2343388,6.3215718,6.8472147,7.4309049,4.1254029,4.1408653,4.124907,4.0906115,4.0797362,4.287786,4.3121362,4.1038623,4.0290985,3.9276462,3.8827665,3.9232407,4.0448513,4.4455132,4.5290794,7.3359418,7.3198385,7.3034105,7.0354633,7.0494795,7.3235641,7.2845078,7.1630964,7.0621238,6.918385,6.847805,6.8912754,6.9817619,7.5794001,7.9416118,6.1767249,6.1801395,6.1576767,6.0130258,6.0181007,6.2976527,6.2832689,6.1071467,6.0011406,5.8464379,5.7872729,5.8268051,5.9041023,6.4392385,6.8291378,5.1822782,5.1983824,5.1874814,5.0741282,5.0804467,5.3214169,5.3024364,5.1457424,5.0755095,4.9569974,4.9272318,4.9595213,5.033855,5.499299,6.154213,6.6951451,6.6890588,6.670577,6.4592824,6.469749,6.7409363,6.7093768,6.5688143,6.4728804,6.3271656,6.2619524,6.300354,6.3800654,6.936811,7.4106898,7.819252,7.8092308,7.772315,7.5460281,7.546967,7.8276582,7.7850947,7.6541224,7.5042191,7.3560138,7.27736,7.3177204,7.3906035,8.0771961,8.2821531,6.0347924,6.0399313,6.0173168,5.8879485,5.8920164,6.1730113,6.1655579,5.9799938,5.8726192,5.7166548,5.6571732,5.6979947,5.7777877,6.3059297,6.653173,5.6230521,5.6273475,5.6144814,5.4474006,5.4535065,5.6825876,5.6542749,5.5244637,5.4564466,5.3412786,5.2866478,5.3116999,5.3748517,5.8578258,6.6589856,7.6407547,7.6308608,7.5966034,7.3737264,7.3768439,7.6607122,7.6216888,7.4851346,7.3426404,7.1909385,7.1135869,7.1544189,7.2285914,7.8909359,8.1224527,7.8638344,7.8544955,7.8145132,7.5943913,7.5937486,7.8743005,7.8315086,7.7001061,7.545332,7.3976502,7.3180265,7.3574781,7.4280829,8.1230516,8.3163929,7.2870588,7.2779255,7.2506475,7.0297666,7.0368748,7.3209271,7.2863297,7.144495,7.0202374,6.8663936,6.7933621,6.8347154,6.9127855,7.5306578,7.8362584,7.7509055,7.7404141,7.7061596,7.4760203,7.4785719,7.759902,7.7181787,7.5865684,7.4418702,7.2927041,7.2150278,7.2560754,7.3308897,8.0061455,8.2258663,7.4660354,7.4567976,7.4244547,7.2078433,7.2123313,7.4982548,7.4626131,7.3205905,7.184135,7.0298033,6.9538641,6.994801,7.0695019,7.7112317,7.9682198,4.6783128,4.7027178,4.6945586,4.6196041,4.62393,4.8605256,4.855463,4.6784525,4.6086264,4.494575,4.4432263,4.4752707,4.595418,5.0351472,5.3333278,7.858573,7.8457899,7.8161454,7.5645995,7.5685158,7.8448339,7.7993202,7.6769123,7.5362349,7.3912153,7.3148332,7.3574967,7.4368691,8.1197786,8.3385429,4.8508477,4.8688951,4.8589826,4.7655354,4.7682109,5.0020065,4.9871945,4.8196173,4.7511134,4.6357446,4.5965862,4.6261454,4.7304144,5.1740589,5.6119757,5.4948616,5.5046153,5.4922848,5.3516135,5.3585505,5.5966754,5.5722919,5.4257555,5.3526831,5.2318897,5.192452,5.2234979,5.2902975,5.7714972,6.4914694,6.3382435,6.3366976,6.3195424,6.129241,6.1382823,6.4009805,6.3716469,6.2280021,6.1391153,5.9987741,5.9387894,5.9742088,6.0494375,6.582406,7.1375093,7.4227347,7.4106097,7.3869977,7.1422601,7.1514196,7.431284,7.3925185,7.2615104,7.1423373,6.9928603,6.9200931,6.9626689,7.0455747,7.668952,7.9771733,7.7453656,7.7366152,7.6949348,7.4867816,7.4863281,7.7709246,7.7319975,7.59339,7.4386301,7.2872796,7.2073278,7.2461486,7.3146868,7.9954529,8.1945133,5.4351773,5.4466224,5.4343696,5.3037281,5.3105903,5.5539298,5.5322056,5.3782806,5.3041825,5.1805997,5.1442032,5.1766019,5.2471914,5.7264624,6.3942418,6.9474378,6.9401116,6.9179387,6.7033153,6.7125587,6.9915299,6.9593906,6.815989,6.7076063,6.5562763,6.4878449,6.5280638,6.6076655,7.1894484,7.581502,5.761332,5.7698579,5.7523298,5.6217713,5.6270814,5.8935108,5.8780518,5.7050519,5.6138253,5.4702272,5.4204664,5.4573436,5.5382051,6.0425553,6.5066338,5.4272103,5.4365802,5.4229679,5.277863,5.28232,5.5099998,5.4826522,5.3456826,5.2749557,5.1604877,5.1131873,5.138927,5.1978164,5.6749134,6.4783425,7.5388851,7.5298796,7.4941192,7.2830977,7.2858877,7.5726056,7.5368991,7.3940072,7.2507839,7.0963349,7.0188661,7.0591297,7.1312613,7.7841544,8.018919,7.1943703,7.1831274,7.1622977,6.9231267,6.9339375,7.211916,7.1756291,7.0424409,6.933763,6.7849507,6.7143798,6.7561326,6.8398418,7.4372387,7.8013892,7.9435267,7.9321036,7.8979058,7.6564045,7.6573772,7.9331312,7.8867526,7.7638288,7.6143203,7.4702477,7.3923039,7.4336891,7.5092978,8.2101679,8.4069662,8.0210352,8.0129452,7.9676223,7.7532706,7.7491255,8.0258455,7.9801817,7.8529444,7.6888885,7.5453501,7.4643192,7.5020838,7.5693951,8.2899666,8.4600563,7.9288697,7.9210811,7.8740978,7.6685429,7.6648536,7.9454155,7.9027991,7.7697678,7.605916,7.4590597,7.3775544,7.4147635,7.4804182,8.1875648,8.3626957,6.0118184,5.9995499,5.9876986,5.7853498,5.7998948,6.0331988,6.0090318,5.8892694,5.8355637,5.7254124,5.6443667,5.6778049,5.7524619,6.2389388,7.008213,5.1030011,5.1199274,5.1045308,5.0363026,5.0382905,5.3038197,5.321764,5.1112175,5.0190778,4.8789582,4.8227925,4.8693457,4.9723701,5.4465303,5.6579385,7.8302159,7.8188477,7.7859893,7.5466027,7.5492253,7.8278236,7.7837849,7.6570411,7.5124612,7.3656993,7.2883081,7.3299255,7.4063239,8.0899668,8.3041716,7.5781379,7.5651245,7.5404377,7.2889767,7.2971749,7.576262,7.5351133,7.4078197,7.2830176,7.1348267,7.0609546,7.1040244,7.1869464,7.8279572,8.1058149,7.6978216,7.6853981,7.6573858,7.4100242,7.4158883,7.6951013,7.6525879,7.5255108,7.391818,7.243928,7.1684875,7.2111583,7.2914329,7.9517145,8.1985502,7.9656534,7.9553471,7.9177165,7.6853528,7.6846442,7.9609632,7.9148793,7.7902064,7.6358156,7.4916563,7.4126706,7.4529629,7.5258379,8.2334375,8.4209185,7.3577099,7.3485918,7.3191609,7.1006994,7.1067028,7.3919349,7.3571477,7.2146549,7.0851164,6.9306955,6.8564243,6.8976607,6.9742565,7.6017752,7.8857064,7.3869271,7.3784676,7.3450456,7.137959,7.1420231,7.4298463,7.3968458,7.2498436,7.1125283,6.9562578,6.8803568,6.9209151,6.9940186,7.6294274,7.8873563,7.5951242,7.5843258,7.5540738,7.3212404,7.3264194,7.6088786,7.5693011,7.435421,7.3002987,7.1493764,7.0735559,7.1153188,7.1928687,7.8451161,8.0973988,7.1219153,7.1083279,7.0917101,6.8398552,6.8535223,7.1266465,7.0901647,6.9636421,6.8668895,6.722816,6.6530733,6.6948829,6.7826443,7.3633037,7.7712574,7.1124158,7.0955486,7.0822468,6.8159337,6.8323169,7.1018372,7.065454,6.9456854,6.858644,6.7190495,6.6492524,6.6915603,6.783772,7.3528419,7.7844234,7.9122438,7.9001007,7.8681722,7.62117,7.6234899,7.8992915,7.8531079,7.7307925,7.5852394,7.4408865,7.3636842,7.4057474,7.4832182,8.1767807,8.3825665,4.7395611,4.7574878,4.7431059,4.6947365,4.6937056,4.944324,4.9727268,4.7574844,4.6707678,4.5438557,4.4910846,4.5403318,4.6510391,5.1041842,5.2526808,7.5851364,7.5762796,7.5382028,7.3308277,7.3325033,7.619463,7.5836263,7.4404416,7.2929883,7.1387019,7.0602846,7.1000013,7.1704297,7.8302984,8.0522289,7.5921688,7.5779805,7.555264,7.2954211,7.3047295,7.5823169,7.5404172,7.4162974,7.2949162,7.1481447,7.0748606,7.1184831,7.2035789,7.8419862,8.1254845,7.3423333,7.3317118,7.3067079,7.0731335,7.0815196,7.363131,7.3263011,7.1903024,7.0698123,6.9183702,6.8456807,6.8876147,6.9684,7.5871377,7.8999534,6.1726594,6.1717081,6.1565866,5.9671965,5.9764819,6.230113,6.2003484,6.0624938,5.9815888,5.8484516,5.789206,5.8221745,5.8955073,6.4139919,7.0411367,6.1850805,6.1866021,6.1689625,5.9951758,6.002933,6.2656908,6.2389407,6.0883794,5.998364,5.85744,5.8013167,5.8366084,5.9102969,6.4365358,6.9908338,6.5986567,6.5902395,6.5757337,6.3533688,6.3665552,6.6297112,6.5975471,6.4664321,6.383296,6.2454081,6.1788006,6.216095,6.2983909,6.838161,7.3783059,7.5015087,7.4862375,7.4665847,7.2007442,7.2122679,7.4885488,7.4475341,7.3250823,7.2123837,7.0667334,6.99475,7.0386171,7.1265554,7.7484665,8.0614376,5.9315038,5.937417,5.919816,5.7724361,5.7788701,6.0437078,6.0231032,5.8594971,5.7687721,5.626297,5.5758348,5.6120377,5.6878066,6.2011189,6.7185507,5.2379246,5.2541094,5.2386446,5.1553144,5.1583557,5.4243708,5.4305596,5.22998,5.1391153,4.9974756,4.9415078,4.9833455,5.0845909,5.5632071,5.8310513,5.2826862,5.2977662,5.2829962,5.1853671,5.1888289,5.4485364,5.4428978,5.2559805,5.1700907,5.0327854,4.9805937,5.0175357,5.1175838,5.5943499,5.9361115,5.3944693,5.4465733,5.4341707,5.2186332,5.1552091,5.4364357,5.4094119,5.3069544,5.2917533,5.1925812,5.1345463,5.1621618,5.2412047,5.625175,5.609045,4.745554,4.82125,4.8028107,4.6487417,4.5593467,4.8164878,4.7835932,4.6714764,4.6412396,4.5596581,4.5060062,4.5254722,4.5737205,4.9599385,4.9505734,5.1170311,5.1796708,5.1641932,4.9738889,4.8975334,5.166687,5.1366706,5.0324211,5.0116649,4.9224153,4.8670063,4.890687,4.9555979,5.3406348,5.3268642,4.4795203,4.559411,4.5451622,4.4341388,4.3587804,4.6216254,4.5979915,4.458272,4.4122295,4.3179393,4.260787,4.2818174,4.3375731,4.7286963,4.7238002,6.4442616,6.4531484,6.4606113,6.1374545,6.1458197,6.4867244,6.4678507,6.3610206,6.3499775,6.1345167,6.0665059,6.1153116,6.2494731,6.6013198,6.5795007,6.6990209,6.6656551,6.6948581,6.2542062,6.3160686,6.6787333,6.6702976,6.5968981,6.6257076,6.2544308,6.2039747,6.2629552,6.4344811,6.6513238,6.6311183,6.643713,6.6371865,6.6552091,6.2798676,6.3162742,6.6699882,6.6475945,6.5526114,6.5364065,6.1855154,6.1241741,6.177968,6.3181963,6.6195354,6.5985084,5.8231802,5.8492141,5.8517127,5.6339064,5.6433687,5.9735103,5.9347353,5.8087068,5.7159138,5.2187657,5.1587138,5.1937704,5.2846961,5.6376057,5.6247239,5.4014492,5.4613595,5.4478755,5.2518864,5.1872287,5.4749951,5.4451218,5.3255162,5.2906981,5.1731505,5.1112747,5.1392803,5.2103391,5.6143847,5.5996032,4.7454939,4.8230662,4.8050423,4.6576247,4.5696788,4.8307099,4.7985845,4.6798,4.6447344,4.5583143,4.5024042,4.5223107,4.5699492,4.9618726,4.9534402,6.1880045,6.2161064,6.2155285,5.9499111,5.9379005,6.2670631,6.2411261,6.1166644,6.0782499,5.8673444,5.797586,5.8399849,5.9514127,6.3418317,6.3213825,6.0485916,6.0830965,6.0791645,5.8227224,5.7962713,6.1151228,6.0896449,5.9702902,5.9387789,5.7677035,5.6997709,5.7389975,5.8422966,6.2372217,6.2173653,4.1974535,4.2756548,4.2554774,4.121069,4.0221376,4.249249,4.2177,4.1256242,4.1092091,4.0555243,4.0115643,4.0250878,4.0630269,4.4127231,4.4043827,3.9048519,3.9969578,3.9802096,3.8820293,3.7825754,4.0141444,3.9848216,3.8703542,3.839885,3.78178,3.7298379,3.7435811,3.7715623,4.1301398,4.1317368,5.6465945,5.6534271,5.6477571,5.388308,5.3681059,5.6734314,5.6692309,5.5821986,5.6218958,5.5256977,5.4641809,5.4973741,5.6370254,5.9592714,5.9383049,5.9639058,5.9563174,5.9596868,5.6614685,5.6665797,5.9943585,5.9977217,5.9123087,5.9644485,5.8482876,5.7848935,5.8262939,5.9901161,6.2933664,6.2724166,6.1022372,6.0580487,6.0766044,5.7322783,5.7880154,6.1547003,6.1851697,6.1105204,6.220077,6.0821099,6.0197663,6.0719457,6.299562,6.5113845,6.4941144,6.3176003,6.3380728,6.341886,6.0597796,6.0634384,6.4024453,6.3749928,6.2506518,6.2068553,5.9377313,5.8680906,5.9135656,6.0318041,6.4077501,6.3872695,4.6502476,4.7220364,4.7088642,4.5935655,4.5297804,4.7991128,4.7768149,4.6310415,4.5814781,4.4734635,4.4150233,4.4381986,4.5088248,4.9067788,4.9000306,3.010354,3.0909686,3.0709157,2.9943192,2.8933804,3.066273,3.0388362,2.9662683,2.9557505,2.9306307,2.8992894,2.9042208,2.9192698,3.1982014,3.1952937,6.0730019,6.0786018,6.0810804,5.7802033,5.7745237,6.0981998,6.0911174,6.0000629,6.0272927,5.8987293,5.8348827,5.8768415,6.0203571,6.3530879,6.3322253,5.3900509,5.4256549,5.4243059,5.2647257,5.2626667,5.5765066,5.5483994,5.3904419,5.3200889,5.0255055,4.9599361,4.9946799,5.1155472,5.4956427,5.4860425,3.8370194,3.8552518,3.8525705,3.7612207,3.7619166,3.9847476,3.952409,3.9214311,3.7782564,2.9496338,2.9350853,2.939923,2.9534447,3.1729553,3.1748362,2.8701792,2.9520078,2.9316251,2.8632488,2.7617457,2.9299891,2.9010677,2.8247287,2.8120089,2.7875636,2.7575538,2.7623391,2.7746873,3.0467596,3.0462584,5.47051,5.4596257,5.4510117,5.2034349,5.1941991,5.5020237,5.508585,5.4246593,5.4910064,5.4039235,5.3408852,5.371738,5.5347791,5.8209591,5.798399,4.9609356,5.0108995,5.0047131,4.8756642,4.8456764,5.1230054,5.0998607,4.9467711,4.8950062,4.7411323,4.6741347,4.6960316,4.8021698,5.1902008,5.1810665,5.0071301,5.0364223,5.0351686,4.8980751,4.9017134,5.2078481,5.1713328,5.0367107,4.9332232,4.3961306,4.3448291,4.3683305,4.4520173,4.7786031,4.7733793,6.2157855,6.2341709,6.2419901,5.9614706,5.9785085,6.3153882,6.2765322,6.1661701,6.0857558,5.5965581,5.5363011,5.5776477,5.674006,6.0175438,6.0010681,6.6514559,6.6271725,6.650178,6.2481322,6.2989001,6.6622,6.6541791,6.5684738,6.5929112,6.2908854,6.2324595,6.2899995,6.4597263,6.718307,6.6972609,4.3289204,4.393939,4.3843336,4.2914557,4.2418947,4.4950051,4.4776316,4.3300366,4.2844038,4.1842451,4.1300292,4.1517,4.2444181,4.6269579,4.6246233,6.135767,6.1612101,6.1634903,5.9147277,5.918756,6.255796,6.2245398,6.0896254,6.0275254,5.7090068,5.6400375,5.682507,5.7948728,6.1749091,6.1568646,3.9017866,3.9875016,3.9666011,3.8572819,3.7523384,3.9709051,3.9363546,3.835691,3.8118303,3.7608681,3.7184782,3.7302697,3.7580276,4.104775,4.1020031,6.1040421,6.1277409,6.1316376,5.8822765,5.8922639,6.2303195,6.1949892,6.0655389,5.991199,5.5889301,5.5232906,5.5644021,5.6694636,6.0352798,6.0187993,5.1421919,5.2081323,5.1923509,5.0098042,4.9334507,5.2071843,5.1759934,5.0628748,5.0330973,4.9350071,4.877264,4.9014397,4.9633904,5.3586473,5.3456855,4.532867,4.6161871,4.599257,4.4731379,4.3856263,4.6450572,4.6159658,4.488903,4.4495978,4.364408,4.3067508,4.3257508,4.3691897,4.7590418,4.7536793,6.0451374,5.9786682,6.0052381,5.6399837,5.7241554,6.1110821,6.1602564,6.0939775,6.2438755,6.0880327,6.0297251,6.0880237,6.3565078,6.4922266,6.4773893,4.5456977,4.627974,4.60988,4.4776692,4.3863134,4.641624,4.610219,4.489502,4.4535518,4.37293,4.3174534,4.3357263,4.3779373,4.7651815,4.7592463,5.7245531,5.7587638,5.7572174,5.5646887,5.5597725,5.882514,5.8536582,5.7024808,5.6360683,5.3574305,5.2890306,5.3263283,5.4411087,5.8321466,5.8177376,6.0006375,6.0363064,6.0326171,5.798759,5.7795281,6.1025276,6.0752649,5.9410367,5.8927126,5.6854911,5.6154804,5.6545386,5.7594028,6.1614947,6.1424594,5.4831514,5.5408373,5.5287075,5.3411231,5.2866311,5.5841432,5.5557904,5.4228797,5.37709,5.2373643,5.1720285,5.2021699,5.2793026,5.6923733,5.6772137,4.2807245,4.3059759,4.3025584,4.2064953,4.2084899,4.4804101,4.4442639,4.3520274,4.2216239,3.495472,3.4655783,3.4774048,3.5172324,3.7823434,3.7822361,6.5135832,6.5208712,6.5375695,6.1812716,6.2099304,6.545579,6.5064197,6.4201455,6.3519149,5.8281879,5.7739129,5.8205833,5.921783,6.2306223,6.2124591,3.3206429,3.4156411,3.4072356,3.3429015,3.2551515,3.4723878,3.4537821,3.3345401,3.3029239,3.2546518,3.2098272,3.2242579,3.2523272,3.5792871,3.5861344,6.3408442,6.3582973,6.3649693,6.0766459,6.0900793,6.4331799,6.4013348,6.2798157,6.2233596,5.8697848,5.8026767,5.8483715,5.9628639,6.3240995,6.3048277,5.851409,5.8942032,5.8867254,5.6484108,5.6079049,5.9158564,5.8891683,5.7713223,5.7405939,5.5935149,5.5276527,5.5629945,5.6557307,6.0551577,6.0366297,5.6809583,5.7311435,5.7215199,5.518023,5.4749265,5.7814231,5.7536726,5.6199737,5.5733662,5.4149933,5.3477378,5.3809686,5.4677458,5.8801017,5.8632283,4.900486,4.9728332,4.958169,4.8209147,4.7518773,5.0300384,5.0039444,4.8638339,4.8154678,4.702477,4.6411805,4.6653285,4.7282715,5.1342597,5.1249032,5.8560901,5.8861241,5.8865795,5.6766167,5.6790943,6.0100951,5.9777989,5.8328524,5.7599201,5.4170976,5.3495908,5.3883247,5.4989471,5.8792138,5.8645597,4.0631614,4.1367502,4.1259913,4.0407138,3.9775507,4.2179012,4.1989245,4.0579314,4.0136399,3.9307213,3.8802965,3.8997543,3.9755623,4.3453107,4.345048,3.4302967,3.5172663,3.4983878,3.4122217,3.3064337,3.5062895,3.4714646,3.3761396,3.3545194,3.3149581,3.2785654,3.2882228,3.307791,3.6312664,3.6349797,5.5485034,5.5134563,5.5153584,5.2509365,5.2776408,5.6138511,5.6399708,5.5592222,5.6627264,5.5652528,5.4978814,5.5340066,5.7411528,5.972445,5.9509807,6.1119514,6.0357203,6.0672441,5.6779017,5.7738132,6.1683836,6.2126632,6.1471305,6.292655,6.0709677,6.0279155,6.0874338,6.352571,6.4557362,6.4392986,6.2168198,6.2186875,6.2243567,5.9071364,5.9099989,6.2416773,6.2347188,6.1425405,6.1682253,6.0235114,5.95856,6.0038447,6.1523981,6.4815273,6.4604483,5.859056,5.8751421,5.8722887,5.5975199,5.575069,5.8846722,5.8733993,5.7815838,5.8018374,5.6892076,5.6270895,5.6638694,5.7918739,6.1372137,6.1168833,6.3014765,6.3127308,6.3344483,5.9619069,5.987042,6.2838144,6.2348447,6.1901217,6.0779905,5.3288288,5.2920241,5.3297801,5.393959,5.6655693,5.6514797,6.014914,6.0441027,6.0444531,5.814724,5.8139029,6.1463318,6.1160431,5.9751058,5.9121814,5.6169457,5.5475025,5.5882473,5.7006388,6.0881996,6.0709057,5.3011398,5.3319616,5.3314772,5.1729927,5.177351,5.4941821,5.4584479,5.315846,5.2223415,4.7543797,4.6956525,4.7247648,4.8212113,5.1692185,5.1614718,6.5115938,6.5190792,6.5332499,6.1918302,6.2187157,6.5618639,6.5269871,6.428556,6.3718266,5.9217086,5.8619781,5.9099879,6.0214977,6.3445387,6.3254213,6.3966656,6.3336678,6.3654904,5.9370613,6.0220222,6.4036312,6.4248538,6.3577628,6.4568963,6.1516204,6.1073947,6.167079,6.3926024,6.5275497,6.5091591,6.1656566,6.1888304,6.1927142,5.9363546,5.9452486,6.284483,6.2510052,6.1205788,6.0532684,5.6879268,5.6206665,5.6632471,5.7727075,6.1430769,6.1255116,6.0796914,6.0952401,6.1078277,5.8077188,5.8282938,6.1410913,6.0961308,6.025228,5.9188776,5.237843,5.1921349,5.2277589,5.2976041,5.6006627,5.5872812,6.4707856,6.4471607,6.4649153,6.0933642,6.1329556,6.4907641,6.4952421,6.4103289,6.4627481,6.2769833,6.2130914,6.2680264,6.4526844,6.72363,6.702951,4.3019032,4.3757138,4.3560042,4.2111683,4.1146445,4.3423862,4.3123903,4.2258797,4.2142487,4.1623831,4.1186905,4.1326642,4.1755233,4.5272727,4.5169048,5.6194563,5.6438546,5.646493,5.4389133,5.4491687,5.7668056,5.7252698,5.6205673,5.5101676,4.8867254,4.8359532,4.865221,4.9358101,5.2649765,5.2546835,3.3551826,3.4518504,3.4405262,3.3688571,3.276974,3.4938097,3.4716501,3.3558316,3.328265,3.2809451,3.2293468,3.2406094,3.2596765,3.5865386,3.5927863,6.6138768,6.5973749,6.6160188,6.2353382,6.2747064,6.6331158,6.6250854,6.5338778,6.555789,6.3066893,6.2436175,6.299686,6.4655528,6.7527041,6.7311659,6.5138559,6.5215068,6.533659,6.2016945,6.2257357,6.5729585,6.5425739,6.4355617,6.3907108,6.0134726,5.949461,5.9986696,6.1196165,6.454762,6.4346271,6.8720231,6.8318672,6.8705521,6.3591213,6.4285288,6.7833061,6.7716265,6.7141609,6.7456431,6.315649,6.2745724,6.3372154,6.5076933,6.681581,6.6616006,6.7050266,6.6962981,6.7187362,6.3146343,6.3562522,6.7051129,6.6776891,6.594296,6.5686941,6.1402688,6.0849142,6.1389804,6.2711205,6.5513005,6.5310006,6.5448642,6.5359483,6.5503821,6.1894002,6.2169638,6.5683789,6.5591979,6.4646525,6.4823866,6.266952,6.2014375,6.2549367,6.4137082,6.722909,6.7011704,5.1823149,5.2177396,5.2167535,5.0724826,5.0731616,5.3809214,5.3524227,5.1940641,5.1218667,4.8060703,4.7421494,4.7747741,4.897696,5.2652111,5.2586856,4.9630885,5.0055923,5.0006456,4.8696442,4.8496737,5.1247869,5.1004944,4.9445572,4.890408,4.7145653,4.6485009,4.6711202,4.7918792,5.1698642,5.1600628,5.7715626,5.6788397,5.7088909,5.3457894,5.4524198,5.851552,5.9099107,5.8463678,6.0250177,5.7967582,5.7613893,5.8159733,6.1075006,6.1479917,6.1324034,5.1109428,5.1499395,5.1487193,5.0129638,5.0059257,5.3032832,5.2802119,5.1204319,5.0582094,4.8238001,4.7608643,4.7931018,4.9219127,5.3024335,5.2953086,6.27704,6.2985506,6.302371,6.0290842,6.0346808,6.3743038,6.3448625,6.217206,6.1653948,5.8680649,5.7987566,5.8435364,5.9595194,6.3352385,6.3155565,5.9710989,6.0097737,6.0044756,5.7667408,5.7386928,6.056859,6.0299749,5.9020896,5.8606014,5.6801481,5.6113539,5.6493664,5.7488122,6.1521831,6.1330252,5.2195239,5.2855554,5.2704196,5.0918393,5.020175,5.3015528,5.270987,5.1488285,5.1114054,5.001092,4.9402885,4.9659276,5.0296049,5.4339862,5.4210176,6.6862144,6.6666155,6.6899428,6.2830434,6.3318348,6.6908216,6.6754856,6.5907292,6.5973978,6.2450886,6.1881123,6.2447639,6.4011354,6.6646347,6.6437759,6.4432702,6.4559665,6.4630828,6.1515317,6.1618338,6.5048437,6.4806166,6.3659673,6.3364363,6.075839,6.0071821,6.0555272,6.1822834,6.5421362,6.5207391,5.5046391,5.5569639,5.5452337,5.327631,5.2676997,5.5558391,5.5278683,5.4190226,5.3964806,5.2850127,5.2245221,5.2538309,5.3333306,5.7259479,5.7096071,6.3847437,6.3629937,6.3784523,6.020092,6.0545263,6.40835,6.41432,6.3296285,6.3852396,6.2181654,6.153758,6.2064924,6.3904123,6.6663318,6.6458616,6.1663527,6.1414704,6.1541796,5.8196316,5.8518305,6.2012129,6.2152939,6.1345754,6.2083111,6.0734696,6.0099797,6.0590153,6.2518764,6.5183616,6.4986749,6.3000708,6.3080401,6.3133864,5.996294,5.9966621,6.3293967,6.3162966,6.2177978,6.2262349,6.0617652,5.9954524,6.0415549,6.1799936,6.5250888,6.5037069,6.3499541,6.3685317,6.3722744,6.0767779,6.0765839,6.4132094,6.3893442,6.2724829,6.243403,6.017612,5.9483256,5.994349,6.1160264,6.4890051,6.4676914,6.1090035,6.1384134,6.1379299,5.8923492,5.8853326,6.2161417,6.1880083,6.0533118,6.0014644,5.754128,5.683763,5.7252927,5.8369503,6.229672,6.2104611,4.3128524,4.3967319,4.3772273,4.251895,4.1532793,4.3939619,4.3604183,4.2488241,4.2185416,4.151299,4.1012826,4.1167665,4.1529303,4.5255895,4.5210104,6.0835228,6.1124597,6.1100616,5.8367376,5.8125753,6.1307921,6.1083097,5.9985399,5.9810834,5.8245649,5.7580771,5.798079,5.9081178,6.2900362,6.2697606,5.2428956,5.3056164,5.2925978,5.1325827,5.0755272,5.3667717,5.3400793,5.1988277,5.1482701,5.0135636,4.9491639,4.9769983,5.0517139,5.4649868,5.4521456,5.4875565,5.5155315,5.5057497,5.2666912,5.2226853,5.5102429,5.495029,5.4058299,5.4225426,5.3337278,5.2756557,5.3049283,5.4143772,5.7659445,5.7466593,5.9615474,5.8849497,5.915298,5.5516744,5.6523643,6.047791,6.1039982,6.0430965,6.2077351,6.0385518,5.9899073,6.05232,6.3345079,6.4411306,6.4292107,5.4059439,5.4475007,5.436223,5.2095175,5.1532431,5.4341745,5.4124985,5.3191004,5.3203416,5.2304254,5.1735144,5.2013459,5.2931943,5.6606774,5.6430793,3.9481792,4.0372748,4.0190921,3.915385,3.8132205,4.0415163,4.0092001,3.8991699,3.8702977,3.813683,3.7654839,3.7786801,3.807322,4.1654005,4.1657434,6.723527,6.7222466,6.7468047,6.3274856,6.3647127,6.6981516,6.6594448,6.5879431,6.5319753,5.9965787,5.9477215,5.9989758,6.1071696,6.3849034,6.3656979,6.3670964,6.3200994,6.3446474,5.9579124,6.0231295,6.3973389,6.4216242,6.3474231,6.4458609,6.2651296,6.2052813,6.2639842,6.4889879,6.6913509,6.6730232,5.0292263,5.0827041,5.0670967,4.8697543,4.795392,5.0546126,5.029356,4.9404469,4.9380631,4.8669362,4.8152523,4.8371091,4.9106402,5.2782588,5.2624874,5.7365341,5.7824063,5.7745748,5.5716343,5.5379114,5.8492355,5.8220434,5.6830959,5.6322947,5.4548655,5.3861895,5.4207268,5.515099,5.9264383,5.9092755,6.5411115,6.4947157,6.5232449,6.1036148,6.1741233,6.5491862,6.5581574,6.4829459,6.5512776,6.2611313,6.2097325,6.2693548,6.4724469,6.6659546,6.6461439,5.3676739,5.4168839,5.408884,5.2474203,5.2146773,5.5123043,5.4870844,5.3368692,5.2816162,5.1108623,5.043046,5.072278,5.1714654,5.5775104,5.5639915,5.6450882,5.6826901,5.6793232,5.4940815,5.4815602,5.7961059,5.7689295,5.617517,5.556344,5.3212214,5.2523346,5.2873344,5.4007535,5.7978592,5.7830138,4.031354,4.1146646,4.1025748,4.0153756,3.9392841,4.1828313,4.1625075,4.025775,3.9822841,3.9050639,3.8549242,3.8738635,3.9291663,4.2984056,4.2982879,4.434763,4.5186896,4.5034447,4.3893108,4.3067117,4.5668306,4.5410781,4.4070683,4.3645487,4.2769651,4.2192478,4.2387681,4.2851524,4.6732826,4.6690226,6.2038822,6.2304816,6.2310162,5.9678082,5.9615722,6.2941794,6.2671127,6.1388154,6.0942273,5.8572607,5.7870646,5.8300853,5.9434361,6.3319769,6.3118014,5.9149671,5.9470077,5.9422507,5.6786966,5.6449752,5.9531431,5.9315434,5.8277426,5.8183918,5.6868978,5.6230688,5.6598115,5.7659206,6.1437216,6.1242099,6.5939145,6.5907998,6.6051674,6.2482762,6.2764392,6.6287189,6.6103354,6.5094061,6.5016084,6.2234311,6.1581144,6.2112527,6.3557553,6.6759057,6.6541958,5.2802544,5.3004704,5.3054681,5.1028137,5.1140747,5.3993893,5.3572025,5.2988806,5.1669869,4.3742743,4.3375535,4.3594518,4.4033732,4.6898618,4.682848,4.8524785,4.8985887,4.8932734,4.7702289,4.7452612,5.0142579,4.9906068,4.8365221,4.785285,4.6280727,4.5610228,4.5804782,4.6950588,5.0718107,5.0632186,6.4662547,6.4775686,6.4861345,6.1710591,6.1863656,6.5319428,6.5056047,6.3910108,6.3553076,6.0580511,5.9902244,6.0390124,6.1645851,6.5185604,6.4975476,6.6483669,6.6334019,6.6530409,6.2675619,6.3091259,6.6677766,6.6542625,6.5624638,6.5708771,6.2723122,6.2108507,6.2667522,6.4243665,6.7101002,6.6887031,6.5782766,6.5406227,6.5663376,6.1584148,6.2197623,6.5908442,6.5966129,6.5168452,6.575429,6.3179269,6.2614694,6.32094,6.5165415,6.7418094,6.7214851,5.7892814,5.8186903,5.8195701,5.6148982,5.6199455,5.9505138,5.9161043,5.7735887,5.6934881,5.3023152,5.2368746,5.2740102,5.379951,5.7512121,5.7379127,5.9832358,6.0207243,6.0160866,5.7811346,5.7571201,6.0776229,6.0505672,5.919137,5.8739252,5.6811156,5.6116376,5.6501169,5.7519202,6.155479,6.1363707,6.1587224,6.1760807,6.1854634,5.8995142,5.9183135,6.247272,6.2053857,6.1096945,6.017796,5.445323,5.3909125,5.4297194,5.5144415,5.8422322,5.8271222,4.6721954,4.7442732,4.7258258,4.5645847,4.4744821,4.7232213,4.6916618,4.5923018,4.5728731,4.5024438,4.452621,4.4709291,4.5212183,4.8925128,4.8816257,5.9471059,5.980104,5.9782557,5.7571211,5.7481217,6.074347,6.0458994,5.9035416,5.8454971,5.5955977,5.5254555,5.5646286,5.6756334,6.0720892,6.0544391,5.3199654,5.353241,5.3527465,5.1957564,5.19838,5.5141764,5.4821444,5.3295231,5.2488685,4.8723741,4.8088489,4.841064,4.9533134,5.3159409,5.3080683,5.8543963,5.8982921,5.8907437,5.6612406,5.6232567,5.9342351,5.9069319,5.7818255,5.7430973,5.5832148,5.515933,5.5515938,5.6439781,6.0494003,6.0310087,6.5307174,6.5332489,6.5442433,6.2038488,6.2226563,6.5699492,6.551661,6.4473205,6.4384432,6.1949763,6.1278448,6.1791282,6.3195815,6.6563921,6.6345086,4.5350199,4.5944877,4.5860128,4.4851327,4.4435916,4.7061419,4.6882195,4.5360403,4.4879265,4.3714809,4.318027,4.3405256,4.438983,4.8269091,4.8223872,7.4578352,7.401093,7.4665031,6.7528334,6.8361177,7.1777644,7.1600652,7.1255035,7.1793766,6.7237525,6.6993146,6.7759228,6.9596863,7.0424681,7.0211949,4.7875037,4.85145,4.8400464,4.7209673,4.6692891,4.9440551,4.9227548,4.7722316,4.7207389,4.5983315,4.5385442,4.5630631,4.6474733,5.0483694,5.0404015,5.8817163,5.816124,5.8388767,5.5001831,5.5799923,5.9644423,6.0164604,5.9482298,6.1042633,5.9662108,5.9056501,5.9590893,6.2295046,6.3677635,6.3539758,6.4222512,6.4362297,6.4440727,6.1395283,6.1542525,6.4990478,6.470077,6.3523998,6.3072538,5.9845805,5.9169769,5.9645796,6.0851903,6.4426017,6.4222488,5.4956698,5.5462413,5.5371356,5.3618464,5.3244362,5.6272001,5.6010633,5.4551959,5.4010944,5.2332211,5.1654906,5.1967292,5.2896042,5.701448,5.6864815,5.8820105,5.8426461,5.8560257,5.5454249,5.5925136,5.9487262,5.9816079,5.9074273,6.0190582,5.9058137,5.844276,5.8918147,6.1150908,6.3398628,6.3220725,3.4438479,3.5351932,3.5265257,3.4624553,3.3805821,3.5991647,3.5822706,3.4579535,3.4180722,3.3635499,3.3260629,3.3433797,3.3866322,3.7207205,3.7270644,6.1087747,6.1368108,6.1373186,5.8931208,5.8906069,6.2237816,6.1946006,6.0582905,6.0020728,5.7294784,5.6594048,5.7012677,5.8140764,6.2028966,6.184206,6.3340268,6.2634158,6.2971749,5.8565226,5.9486499,6.3306961,6.3577085,6.2973833,6.4108272,6.0836811,6.0429287,6.1032338,6.3371086,6.4367862,6.4198103,4.8323493,4.8882461,4.8803344,4.7611589,4.7231622,4.9974523,4.9761543,4.8232307,4.7723064,4.6357279,4.5727859,4.5951657,4.6933718,5.0860839,5.0782614,5.411149,5.4672298,5.4561143,5.2851968,5.2382231,5.5367517,5.5102911,5.3671236,5.3148403,5.1632543,5.0969701,5.1270213,5.210999,5.6251788,5.6107969,5.5799804,5.6219234,5.6163526,5.4359355,5.4142237,5.7221928,5.6957211,5.54599,5.4885473,5.2864246,5.2172084,5.2499447,5.3573065,5.7600865,5.7449546,6.5652976,6.5354881,6.5576382,6.1646471,6.2155018,6.5805979,6.5847354,6.5016899,6.5545931,6.3332129,6.2722592,6.3304071,6.5197697,6.7717743,6.7511301,5.775353,5.8041902,5.7984266,5.5388522,5.5028105,5.8042307,5.7862287,5.6900983,5.6946392,5.5826578,5.5213046,5.5557718,5.6660099,6.0302863,6.0109034,5.7366295,5.7794371,5.7730412,5.573916,5.5473809,5.8605661,5.8335834,5.6903729,5.6363158,5.4428897,5.3734584,5.4083138,5.5089951,5.9173722,5.9004893,5.6214466,5.6721411,5.6614614,5.4403872,5.3860779,5.6816273,5.6535759,5.539093,5.5107322,5.3857827,5.3228774,5.3541298,5.4363732,5.8352695,5.8183808,5.0466776,5.1110549,5.0983124,4.9577198,4.9016867,5.1867371,5.16223,5.0157332,4.9635706,4.83357,4.7706532,4.7969732,4.8739281,5.2835131,5.2726445,3.6924176,3.7877131,3.7728827,3.685744,3.5897822,3.8173733,3.7914264,3.6745293,3.6446857,3.5897846,3.5358179,3.5484459,3.5717921,3.9191787,3.92273,4.9964724,5.0691214,5.0528216,4.8952727,4.8176332,5.0926194,5.0622811,4.9359002,4.895453,4.7920175,4.7319636,4.7552547,4.8116283,5.2148576,5.2043457,5.870657,5.9009662,5.8960729,5.6322403,5.5981102,5.9039788,5.8839912,5.7837315,5.7806296,5.6572132,5.594389,5.6304522,5.7388721,6.11064,6.0911508,7.8199844,7.8069496,7.8777819,7.1075511,7.1617169,7.467257,7.4113441,7.3864303,7.347857,6.7543488,6.7278976,6.8040438,6.9179888,7.0742688,7.0494494,6.1173863,6.1375837,6.1375403,5.8478923,5.8306246,6.1508236,6.133347,6.0320306,6.0310478,5.884984,5.8196249,5.8609118,5.9828849,6.3469453,6.3262725,5.0769053,5.1178865,5.1157146,4.9802799,4.9684639,5.2579894,5.235435,5.0775003,5.01998,4.8140965,4.7509761,4.7799282,4.9058647,5.2877817,5.2790828,5.3063502,5.370183,5.3561602,5.1793146,5.1148057,5.4036593,5.3744326,5.2445192,5.2011433,5.0774422,5.0141716,5.0415926,5.1101022,5.5205736,5.5070438,6.186461,6.2141619,6.2133255,5.940805,5.9254265,6.2520471,6.2274618,6.1086311,6.0780897,5.886847,5.8179541,5.8601384,5.9716821,6.3591957,6.3385406,7.101985,7.1002636,7.1403975,6.5932813,6.632513,6.9406047,6.8892384,6.8473482,6.7733059,6.1298137,6.0965962,6.1517448,6.2435598,6.4766574,6.4563665,5.9040599,5.939918,5.9365425,5.7195754,5.7045016,6.0267015,5.998971,5.8571568,5.801785,5.5759435,5.5057287,5.5437264,5.6517015,6.0529947,6.0351958,4.6563897,4.6816473,4.6792202,4.5564537,4.5596738,4.8426723,4.804667,4.7118845,4.583107,3.8624806,3.8276973,3.8427827,3.8884585,4.1737533,4.1713386,6.586009,6.5865469,6.6005874,6.249505,6.2773271,6.6285343,6.604939,6.5017424,6.4788675,6.1571631,6.0924711,6.144536,6.2798615,6.6044836,6.5832458,4.0333028,4.1163335,4.095295,3.9755471,3.8725469,4.0949969,4.0614638,3.9639297,3.9425311,3.8898411,3.8467364,3.8591611,3.8906639,4.2390957,4.2335629,6.5071211,6.4761047,6.497334,6.1112294,6.1609206,6.5252156,6.5332713,6.4514537,6.513072,6.3140302,6.2520418,6.309422,6.5041142,6.7539306,6.7336283,6.4374342,6.4354787,6.4457326,6.1047525,6.1202173,6.4634643,6.4535084,6.3574352,6.3731122,6.1871295,6.1207476,6.1709685,6.3223162,6.6480346,6.6263819,5.0552258,5.1140962,5.0987563,4.905005,4.8291998,5.093051,5.0652866,4.9692488,4.9580207,4.8784523,4.825243,4.8480029,4.9164648,5.2906327,5.2761321,5.1657839,5.2226262,5.2122731,5.0666714,5.022871,5.3126287,5.2885594,5.1385369,5.0846176,4.937397,4.8723903,4.8996782,4.9890995,5.3973637,5.38556,5.8448753,5.8838544,5.8770795,5.627604,5.5871263,5.8921113,5.8674846,5.7586274,5.7398477,5.6066751,5.5426431,5.5778432,5.6748981,6.0632496,6.0444417,6.9566016,6.938509,6.9738321,6.4740891,6.5262318,6.8647165,6.8334079,6.7738628,6.7530246,6.2538962,6.2105465,6.2695956,6.4018044,6.6286182,6.608089,4.7664475,4.7880106,4.7882915,4.6392398,4.6449866,4.9148965,4.8757954,4.8175797,4.6793566,3.8705945,3.8407609,3.8554983,3.8889022,4.1609836,4.1576862,5.6090212,5.6626196,5.6515207,5.445003,5.3926105,5.692255,5.6636443,5.5380468,5.4982891,5.3595533,5.2944379,5.3259382,5.4062085,5.8151641,5.7987704,6.4317708,6.3799086,6.408123,6.0041013,6.0779271,6.4574819,6.4804711,6.4079671,6.5053754,6.2913589,6.2369766,6.2980752,6.5241752,6.7098999,6.6915097,6.3264003,6.3432765,6.3467574,6.044075,6.040225,6.3732839,6.3527765,6.2431645,6.2275963,6.034657,5.966455,6.0120769,6.1369276,6.5041385,6.4826794,5.051003,5.1218009,5.106554,4.9523563,4.8811073,5.1619759,5.133431,4.9998918,4.9546785,4.8412757,4.7793841,4.804112,4.8653307,5.2732258,5.2623243,11.196443,11.369574,10.811634,10.756529,10.732741,10.798232,10.778169,10.739614,10.690428,10.662902,10.639297,10.521819,10.452782,10.511312,13.038779,10.639917,10.818382,10.365812,10.321639,10.294797,10.367046,10.343866,10.300776,10.246849,10.220032,10.186538,10.058543,10.002206,10.119711,14.960122,9.2189541,9.8073549,9.4640074,9.4048891,9.3728971,9.4680014,9.4344549,9.3596487,9.2939844,9.2567635,9.2276983,9.1615658,9.1141148,9.6677094,10.875795,8.2997465,9.0511971,8.8127775,8.7512798,8.7152443,8.806181,8.768259,8.6821489,8.6130457,8.5702477,8.5368729,8.4933176,8.4537773,9.2007532,10.12993,5.9559197,6.1098704,5.9740486,5.9631109,5.9468184,6.0017982,5.9767318,5.9165497,5.8836303,5.8686619,5.8416491,5.7129579,5.6991868,5.9025402,20.867189,9.6145992,10.176331,9.7801466,9.7235928,9.694046,9.8011131,9.77178,9.7006798,9.6346397,9.601347,9.5626268,9.491374,9.4431887,9.9665852,11.442144,10.270348,10.636189,10.163945,10.109372,10.083301,10.174229,10.148774,10.092047,10.033447,10.004372,9.9730692,9.88237,9.8258314,10.120579,12.033369,10.790397,11.010269,10.500263,10.450169,10.426036,10.503163,10.481711,10.437235,10.384411,10.357763,10.327736,10.215711,10.154487,10.28765,13.285087,6.3955221,6.566463,6.4114161,6.3980341,6.380753,6.4544454,6.4251609,6.3580384,6.32197,6.3116765,6.2797952,6.1543002,6.1422091,6.3821416,19.90247,9.4010601,10.084609,9.7082062,9.6517181,9.6215515,9.7446146,9.7158308,9.6380119,9.5676985,9.5341291,9.4817877,9.4217215,9.3784494,10.041839,11.449123,7.2650881,7.4552588,7.2553535,7.2376013,7.2180023,7.3100319,7.2797961,7.2108378,7.1664829,7.1558013,7.1144633,6.9898448,6.972682,7.236485,18.50075,9.9752684,10.426567,9.9889994,9.9358139,9.9087801,10.014139,9.9877472,9.9235792,9.8602371,9.8320789,9.7929869,9.7110319,9.6603537,10.065083,11.965115,10.591178,10.876432,10.369609,10.315652,10.29105,10.373142,10.349924,10.300326,10.245659,10.217858,10.189221,10.088797,10.028006,10.225841,12.404151,11.414312,11.558917,10.99883,10.943741,10.91883,10.97998,10.960207,10.924156,10.874703,10.846089,10.822901,10.697847,10.627121,10.655944,13.500848,9.0582409,9.7772522,9.4458427,9.3859558,9.3531694,9.4613504,9.4286423,9.3485289,9.2792854,9.2406158,9.1991339,9.1425943,9.098959,9.795083,10.947942,9.8576822,10.245317,9.824604,9.7634058,9.7345819,9.8084145,9.7763548,9.7151346,9.6579523,9.6248512,9.6075602,9.5243235,9.4665956,9.7753496,11.000529,9.6790047,10.211575,9.8066235,9.7564583,9.7293196,9.8557882,9.8293467,9.7564449,9.6877775,9.669198,9.6162319,9.5442419,9.5010939,10.020939,12.026206,8.6430063,8.869668,8.5737267,8.5456991,8.5230007,8.6135349,8.5872965,8.5259476,8.4736032,8.4693718,8.4260235,8.3023558,8.2703953,8.5195694,16.58633,10.233177,10.570528,10.111236,10.062532,10.037547,10.136548,10.112575,10.055737,9.9960222,9.9729652,9.9344044,9.8390684,9.7868109,10.072793,12.765775,10.862563,11.09178,10.55705,10.502458,10.478674,10.552468,10.530868,10.486804,10.435366,10.407979,10.382214,10.274383,10.209485,10.336107,12.624477,7.9073944,8.5165415,8.3335934,8.2724667,8.2359638,8.3081312,8.2677097,8.1829472,8.1159105,8.0716057,8.0642834,8.0133495,7.9742584,8.5908451,9.4964771,9.3963346,10.045378,9.6670885,9.6159773,9.5875645,9.7270527,9.6999149,9.6189966,9.5463648,9.5264511,9.4585304,9.4038582,9.3650684,10.018227,11.732127,11.041471,11.215708,10.696129,10.646153,10.62155,10.69061,10.670046,10.630153,10.579106,10.551557,10.523149,10.402036,10.338102,10.41808,13.787174,10.65836,10.934569,10.412385,10.354442,10.329867,10.40524,10.381539,10.333396,10.280746,10.252205,10.228449,10.128124,10.063976,10.238457,12.046885,9.5781555,9.8202868,9.4483252,9.4120569,9.3875437,9.4803314,9.4554081,9.399229,9.3431129,9.3332214,9.2909918,9.1733761,9.1315098,9.3635187,15.193386,9.6888084,10.246752,9.839963,9.7866678,9.7585344,9.8781767,9.8509884,9.7789974,9.711132,9.6833982,9.635128,9.5640974,9.5185938,10.051139,11.791362,10.395909,10.720857,10.228327,10.168424,10.142372,10.218895,10.192443,10.139468,10.084908,10.054697,10.032623,9.9389515,9.876874,10.107047,11.640045,4.5120912,4.6382041,4.5608497,4.5542774,4.5424619,4.58599,4.561573,4.5023932,4.4796653,4.4679952,4.4528623,4.3422565,4.3389335,4.5239344,22.433117,7.0922928,7.2595439,7.0682139,7.0540776,7.0335579,7.0947638,7.0727277,7.0201674,6.9785223,6.9598284,6.920125,6.7803111,6.7539463,6.9514565,19.698969,9.9116688,10.273719,9.8519535,9.8074245,9.7827826,9.8941202,9.8696232,9.8072147,9.7448587,9.7356358,9.6898146,9.598238,9.5525656,9.8921976,12.998921,8.7625284,8.9508162,8.6568766,8.6301641,8.6049576,8.6788979,8.6542273,8.6033573,8.5534735,8.5346489,8.4951906,8.3555374,8.3199348,8.5093069,17.505537,10.356449,10.697701,10.212338,10.154921,10.128854,10.211193,10.18527,10.130972,10.074762,10.044762,10.018936,9.9263811,9.8664684,10.122161,11.813715,9.4671917,10.121799,9.7368307,9.6829596,9.6539288,9.7840309,9.7564964,9.6785402,9.6075125,9.5788803,9.5202141,9.4606256,9.4187527,10.061424,11.638846,10.085903,10.481954,10.030313,9.9723101,9.9447403,10.029959,10.001719,9.9423199,9.8837347,9.8520298,9.8262491,9.7402725,9.683217,10.004668,11.526359,8.094305,8.2666092,8.0227327,8.0032234,7.9781208,8.0433311,8.0206528,7.9747772,7.9295363,7.9112186,7.8726854,7.7254682,7.6955538,7.8728209,18.706577,8.6814394,9.1967306,8.9295063,8.8701553,8.8364573,8.9097366,8.8702507,8.7933445,8.7302427,8.6914415,8.6788158,8.6153126,8.5688286,9.055829,10.070659,11.279328,11.440185,10.839895,10.776875,10.754852,10.812755,10.793131,10.75679,10.712253,10.68642,10.66932,10.554521,10.479718,10.500258,12.220642,11.24072,11.391528,10.860655,10.809618,10.784588,10.848627,10.828595,10.791333,10.741206,10.712898,10.686055,10.560283,10.49382,10.543261,13.95579,9.5634422,10.058346,9.6739016,9.6152792,9.58498,9.673975,9.6418343,9.5734158,9.5109453,9.476016,9.4502935,9.375638,9.3239594,9.7663326,11.070225,7.564105,7.7691121,7.5457482,7.5250793,7.5049615,7.5882649,7.560637,7.4940953,7.4486856,7.4447894,7.4061003,7.2797632,7.2578855,7.51156,18.137121,9.2815943,10.00818,9.6398134,9.5858974,9.5562162,9.6930952,9.6654606,9.5832348,9.5102882,9.4807024,9.4090147,9.3627672,9.3235025,10.046691,11.509312,10.599134,10.876053,10.353024,10.288135,10.263146,10.330885,10.305164,10.256577,10.205742,10.176631,10.158912,10.059751,9.9930353,10.156846,11.553114,10.418374,10.649749,10.193006,10.148515,10.123694,10.208157,10.185359,10.136784,10.081401,10.057928,10.021881,9.9073019,9.8535776,10.028893,14.0778,11.103884,11.255211,10.759714,10.711483,10.684717,10.749116,10.72743,10.688717,10.636695,10.607847,10.577479,10.447598,10.384893,10.452977,14.643804,9.7270403,9.8562517,9.7548218,10.477165,10.481904,10.532334,10.519231,6.0550957,5.757422,5.6441722,5.4635792,5.4520741,5.4945693,6.0112166,6.0214338,8.8100185,8.877161,8.8294249,9.6256037,9.6383877,9.6573296,9.5811205,3.8499534,3.6059246,3.3519335,3.3267283,3.3496814,3.3724346,3.835835,3.8985722,9.9736118,10.102427,10.03248,11.050066,11.078184,11.10139,11.057079,4.6562161,4.3496966,4.2185163,4.1803432,4.2075934,4.244978,4.7617478,4.7922788,4.2953568,4.3948441,4.1120958,4.0981803,4.0992208,4.0934916,4.0904703,3.7724645,3.7333932,3.705883,3.5208659,3.6612854,3.7101779,4.0603337,4.0549536,9.2951126,9.4373293,9.3364582,9.9439516,9.9580946,10.001408,9.9878826,5.9091926,5.6359921,5.5186243,5.3624868,5.3651314,5.4120498,5.9433355,5.9520054,6.9374466,7.1037164,6.917769,6.9396877,6.9552479,6.9635248,6.9589534,6.1254516,6.0170975,5.9373202,5.6961951,5.7429843,5.8214836,6.3005233,6.2570486,13.163717,13.250515,13.202737,16.014481,16.048487,16.118662,16.124657,3.8076527,3.3542297,3.291126,3.2591033,3.2691607,3.2879212,3.6922507,3.7327037,6.8361292,6.9599023,6.6979818,6.7098455,6.7125731,6.7142911,6.709188,6.170229,6.0888977,6.0304317,5.6806669,5.7257404,5.7859902,6.170476,6.1179032,8.7907448,8.9452095,8.8436737,9.3182716,9.3391047,9.3725863,9.3560629,5.7794428,5.5351744,5.4148207,5.2795386,5.2962718,5.3488631,5.8929067,5.8974848,6.185029,6.4026871,6.3282781,6.2910495,6.3322535,6.3393755,6.3188887,5.2741957,5.1588879,5.0521145,4.967083,5.0176415,5.0914426,5.629231,5.5757623,8.1289005,8.2983332,8.2169466,8.5686874,8.6017456,8.6231289,8.5941515,5.3165751,5.1016426,4.9674492,4.886445,4.9212298,4.9756188,5.5323639,5.5358586,5.3714385,5.5994258,5.5631323,5.4761934,5.5192456,5.5256929,5.4929032,4.4578385,4.3646517,4.2535048,4.2000985,4.2377181,4.2853065,4.7830133,4.7183223,6.910625,7.0843954,7.0341992,7.166945,7.2037239,7.2176528,7.1699052,4.8396931,4.6765656,4.5022354,4.4497533,4.485868,4.5312061,5.071805,5.0732875,10.153022,10.270621,10.205479,11.319489,11.345519,11.367772,11.317866,4.4849315,4.1725826,4.0335841,4.0039382,4.0301151,4.0639505,4.5713878,4.6083221,6.2896261,6.4969378,6.4400468,6.4393363,6.4819884,6.4916162,6.4595637,5.0245342,4.896708,4.7677965,4.7007151,4.7436204,4.8019104,5.342165,5.3053718,5.235424,5.4658184,5.2897654,5.194675,5.2120428,5.2076302,5.2236924,4.9574699,4.901742,4.8589668,4.7249165,4.8327384,4.9594126,5.3451285,5.2627363,5.4378624,5.6520681,5.6184278,5.5456557,5.5869842,5.595542,5.5570946,4.4397645,4.3409748,4.2100434,4.1607676,4.198041,4.2428346,4.7444019,4.6953764,6.3736854,6.5738707,6.5211306,6.5417457,6.5837879,6.5944591,6.5577273,4.9492698,4.8151846,4.6746597,4.6129122,4.6537819,4.7076011,5.2477913,5.2201295,5.5650282,5.7223167,5.4883518,5.4642892,5.4763503,5.4759145,5.4770784,5.0079889,4.9390864,4.8871832,4.7013798,4.8152041,4.8970666,5.3408618,5.3079581,6.9672718,7.1625233,7.0678582,7.1368375,7.1712832,7.1846018,7.1656055,5.5878286,5.4404254,5.3238487,5.2163167,5.2622976,5.3343949,5.8904018,5.8629932,6.2576823,6.4694576,6.4061351,6.3909531,6.4333892,6.4421253,6.4147716,5.1327882,5.0093589,4.8897891,4.8158078,4.8613901,4.9254303,5.4664984,5.4229169,5.369504,5.565836,5.3661952,5.3034525,5.320497,5.3185229,5.3272619,4.9704299,4.9074073,4.8588281,4.7075715,4.8206606,4.9262719,5.3526826,5.2968822,5.3494101,5.5838141,5.5414562,5.4418421,5.4850264,5.4896612,5.4626198,4.5722461,4.4829416,4.384418,4.3260059,4.3666029,4.4208298,4.918541,4.8426118,5.7695494,5.9575491,5.9250231,5.9118109,5.9444079,5.9552011,5.9022055,4.3624444,4.2455587,4.0677142,4.0237188,4.0561709,4.0936742,4.5945206,4.5769296,7.1115885,7.2908654,7.2330728,7.3865724,7.4250379,7.4396076,7.3983445,5.0003533,4.8307428,4.6730218,4.6134572,4.6513138,4.7013841,5.250422,5.2470641,8.192914,8.3527842,8.2867355,8.6935596,8.7279968,8.7471237,8.705471,4.9827838,4.7614093,4.6077251,4.5512176,4.5850797,4.6313515,5.1784034,5.192122,6.1369529,6.3591661,6.2652216,6.213201,6.2504592,6.2559681,6.2443218,5.4166875,5.3106456,5.2181387,5.1164017,5.1750789,5.2619023,5.7894444,5.7279291,7.6358562,7.7628236,7.7153831,8.056016,8.0817671,8.0990524,8.0380173,4.5567889,4.3542366,4.1269937,4.0868096,4.116312,4.1503468,4.6755548,4.7144403,8.1437531,8.3062468,8.1830368,8.4088755,8.4261789,8.4507227,8.4374781,6.3023381,6.1136899,5.9991999,5.7963266,5.8036098,5.86587,6.3910089,6.3727326,5.7360506,5.8784556,5.8497825,5.8831849,5.9061723,5.9168954,5.8336196,4.1472259,4.0223804,3.7756121,3.7402296,3.7677562,3.7973759,4.2794971,4.300014,11.353059,11.465689,11.392444,13.021393,13.045939,13.094573,13.078128,4.6603069,4.2736936,4.1796403,4.1220999,4.1383734,4.170146,4.6570816,4.6912446,5.9582858,6.171864,6.0263362,5.97053,5.9962149,5.9990425,5.99894,5.4044976,5.3163705,5.2458482,5.109808,5.1889052,5.2872286,5.7796493,5.7173877,6.7212858,6.8697543,6.8290677,6.9735551,7.0015807,7.0153699,6.9526567,4.5254412,4.3638859,4.1391091,4.0974989,4.1284771,4.1639657,4.6832719,4.7055664,9.4666586,9.5949993,9.4730282,9.8636503,9.8651648,9.8989725,9.8837976,7.253623,7.0085959,6.8886709,6.5455127,6.4731016,6.5208664,6.975522,6.9532938,5.6536794,5.7706599,5.7439995,5.7931781,5.8129821,5.8217587,5.7221341,4.0666003,3.9387913,3.6524661,3.6203022,3.6461656,3.6727014,4.1453032,4.1837935,9.769309,9.8849077,9.7399035,9.9370165,9.9329309,9.9515133,9.9356709,8.4895992,8.3016119,8.190094,7.6002421,7.4410133,7.4935298,7.8636446,7.812573,8.2594471,8.4027777,8.222126,8.2836027,8.2939777,8.3067865,8.3018064,7.4121313,7.2884746,7.2028589,6.7734866,6.7266865,6.7971039,7.20576,7.1511693,5.6891432,5.9311457,5.8469877,5.7489448,5.7865472,5.7886639,5.7812605,5.1858926,5.0978255,5.0203557,4.9285841,4.9887638,5.0801997,5.5778193,5.4914742,8.8976183,8.9961309,8.9451094,9.6678114,9.6912336,9.7144241,9.6580439,4.3457675,4.0887818,3.8750405,3.8390071,3.8647256,3.8936434,4.4029646,4.4551892,6.2463593,6.4416203,6.3956571,6.4103403,6.4513087,6.4620876,6.4200296,4.8041806,4.672781,4.5203705,4.465138,4.5040169,4.5529704,5.0861683,5.0633597,7.9033794,8.0424814,7.9900126,8.3702221,8.3994513,8.4173031,8.361866,4.6776757,4.4660354,4.2675004,4.2244248,4.2553329,4.2927794,4.8257003,4.8559642,13.639475,13.711376,13.658846,16.804987,16.824438,16.864857,16.845472,3.5127394,3.0653634,3.0109358,2.9968364,3.0089242,3.0267386,3.4089208,3.4498398,6.6420836,6.7457051,6.4542475,6.4678464,6.4669166,6.4668207,6.4613304,6.0187025,5.9485908,5.899261,5.5137563,5.5615635,5.6106791,5.9528685,5.8933554,6.9189773,7.0216494,6.9840779,7.2363925,7.2552075,7.269196,7.1856518,4.2264509,4.049171,3.7658968,3.7324901,3.7588403,3.7866614,4.2830582,4.3363848,5.3620648,5.5274959,5.2967782,5.2597108,5.2730603,5.2714281,5.2761164,4.879498,4.8163228,4.7682486,4.5960469,4.7175021,4.8076835,5.2388167,5.2029014,5.3819432,5.6349983,5.5378699,5.4215989,5.4502158,5.4503851,5.451148,4.9826779,4.9095478,4.8494387,4.7532473,4.8192229,4.9163427,5.3764572,5.2760205,5.7757692,5.9738317,5.7944455,5.7441049,5.7644949,5.765553,5.7685852,5.267024,5.1887636,5.1277266,4.9749389,5.0701027,5.1684985,5.6383653,5.5838008,8.0566597,8.2140198,8.0647316,8.185689,8.1990709,8.2172489,8.2078886,6.8306704,6.6770015,6.5748758,6.2764764,6.2622805,6.3299465,6.8068099,6.7681022,4.3864703,4.5149293,4.2272754,4.1942401,4.1986423,4.1899943,4.2044535,4.0421691,4.0081081,3.9814758,3.8074393,3.9724107,4.0709333,4.3594594,4.3471127,6.3147717,6.50353,6.3342423,6.3170762,6.3386922,6.343842,6.3413715,5.6265354,5.5290213,5.4534268,5.2844691,5.360013,5.4497137,5.9500885,5.90418,5.2757945,5.4858899,5.4575405,5.3825183,5.4196019,5.4294372,5.3869853,4.2587047,4.1632409,4.0212107,3.9762831,4.0101366,4.0508413,4.5395398,4.4954915,6.2473454,6.4031429,6.1801157,6.177731,6.189456,6.1925936,6.1902132,5.5727611,5.4876227,5.4244318,5.2006869,5.2839718,5.3606081,5.8185792,5.7797456,6.3150487,6.5257611,6.4037914,6.3729196,6.4037495,6.4100041,6.4030561,5.5785799,5.4716983,5.3841376,5.2568688,5.3211174,5.4119496,5.9362674,5.882895,7.529633,7.7108831,7.6099477,7.7796741,7.8094525,7.8280501,7.8092408,5.6990476,5.5245256,5.4039187,5.2845497,5.3220849,5.3884077,5.9459734,5.9314046,8.7052908,8.8539801,8.7302275,9.0256472,9.0360031,9.0654783,9.0521755,6.698143,6.4874015,6.3707342,6.111207,6.0872164,6.1431603,6.6411595,6.621572,4.3195691,4.42729,4.1467705,4.1258898,4.1296945,4.1237574,4.1252236,3.8442349,3.8056993,3.7774298,3.5967579,3.7415118,3.8007393,4.1511407,4.1440902,6.7518406,6.9515948,6.8442216,6.8701663,6.9027438,6.9136324,6.899682,5.6638398,5.5323253,5.426816,5.305491,5.3568974,5.436358,5.9834013,5.9464803,7.2512603,7.4395704,7.355011,7.4898696,7.5254059,7.5411811,7.5168586,5.4660387,5.2994142,5.1721168,5.0787716,5.1204457,5.1848884,5.74507,5.7288513,10.756138,10.878115,10.801023,12.133859,12.158813,12.191652,12.161295,4.7152133,4.3646798,4.258709,4.2092118,4.2315578,4.2677417,4.7718043,4.8024373,13.387185,13.458364,13.400213,16.351683,16.366405,16.387413,16.344831,3.4973271,3.0713198,3.0095844,3.0238638,3.0402751,3.0611081,3.4583607,3.5018868,8.0359459,8.1874895,8.129281,8.5181026,8.5508308,8.5689135,8.5197783,4.8212428,4.6057124,4.4318547,4.3835716,4.4162302,4.4580102,4.998456,5.0192652,6.9370227,7.1187696,6.9677339,7.0005169,7.0224419,7.0331039,7.025722,5.9833479,5.8606591,5.7688904,5.5824847,5.630856,5.7116218,6.2288346,6.1902256,8.0320807,8.2003689,8.089242,8.342062,8.3648319,8.3890877,8.3732653,5.9417005,5.7464838,5.6279769,5.4764385,5.4999447,5.5619421,6.1085668,6.098331,5.6100669,5.7013927,5.6803718,5.8093033,5.8255167,5.8348584,5.6756892,3.5943527,3.4718251,3.2081466,3.1871817,3.2081172,3.230659,3.6674433,3.7224605,8.1703548,8.3379126,8.2362719,8.550457,8.5761061,8.6013517,8.5827332,5.7314029,5.5220904,5.3997111,5.2746005,5.3023348,5.3614421,5.9149833,5.9117289,9.4491186,9.5727253,9.4146328,9.5280361,9.5321522,9.5491467,9.5423279,8.5496569,8.4048662,8.3099194,7.6900339,7.5377021,7.5970259,7.9501042,7.8892469,14.171853,14.216106,14.172123,17.792322,17.804682,17.828697,17.794203,2.9294198,2.5153728,2.4629624,2.471118,2.4840381,2.4986465,2.8430998,2.8898873,9.3121748,9.4582539,9.3815241,10.120454,10.150711,10.175675,10.140397,4.9835505,4.7067165,4.5763407,4.5175276,4.5468802,4.59096,5.1275783,5.1481433,9.3760786,9.5217085,9.4298916,10.134659,10.15791,10.195085,10.176442,5.4419088,5.159718,5.0414062,4.9379125,4.9577661,5.0045395,5.544085,5.5597382,6.9017015,7.0962753,7.0254307,7.1098423,7.1492801,7.1624527,7.1331463,5.2712622,5.1177926,4.9852901,4.9073153,4.9500093,5.0114431,5.5670085,5.5458794,5.65486,5.7871451,5.52598,5.5204444,5.526001,5.525321,5.521996,5.025341,4.9582152,4.9093108,4.6845288,4.7923012,4.8567719,5.2766337,5.2475014,7.5023155,7.6752305,7.5366755,7.6369739,7.6569834,7.673315,7.6628485,6.230773,6.0820065,5.9785056,5.7743001,5.7994061,5.871727,6.3919725,6.3609881,9.1890316,9.2983208,9.2425137,10.030583,10.055097,10.077755,10.023181,4.4564614,4.1870432,3.9993126,3.9642689,3.9909184,4.0225368,4.5385728,4.5845056,6.6923866,6.8948665,6.8137908,6.8477645,6.886322,6.8975658,6.875072,5.4152884,5.2768435,5.1579885,5.0668077,5.1138916,5.1839871,5.7373295,5.7042565,10.37582,10.500042,10.415794,11.514029,11.530363,11.590053,11.580108,5.3171926,4.9737139,4.8673263,4.7602592,4.7685599,4.8059478,5.324666,5.351923,6.054646,6.1607089,6.1307106,6.2443647,6.2625055,6.2722096,6.173934,4.1042953,3.9597273,3.6614096,3.6303747,3.6560438,3.6824825,4.1623268,4.2112112,7.3512783,7.4346395,7.3964801,7.7914238,7.8065591,7.8217306,7.7256975,3.9572086,3.7658868,3.4834814,3.4542944,3.4783709,3.5027561,3.9769409,4.0379148,6.7953386,6.9747992,6.810565,6.8285546,6.8488154,6.8576612,6.8520961,5.9415364,5.8281908,5.7429419,5.5478754,5.6026392,5.6849766,6.191153,6.1500416,11.078255,11.158504,11.101854,12.700455,12.722489,12.750751,12.702777,4.0467486,3.7004149,3.5612631,3.5377483,3.5591857,3.5847421,4.0592999,4.1116138,6.0780468,6.2673836,6.227767,6.2342429,6.2721691,6.2830935,6.2350912,4.6325612,4.5053797,4.3381329,4.2886114,4.3248644,4.3686686,4.8909402,4.8734355,11.414055,11.494128,11.34371,11.401233,11.404438,11.417,11.417392,10.943887,10.847614,10.786295,9.574111,9.1805019,9.2322874,9.4343529,9.3745108,13.808154,13.864314,13.813298,17.11186,17.123236,17.141775,17.096582,3.1679864,2.7499135,2.6917753,2.7156737,2.730799,2.7483156,3.1189873,3.165755,6.4790072,6.6075788,6.5712752,6.70403,6.72718,6.7396092,6.6649928,4.3709984,4.2143927,3.95174,3.914521,3.9432166,3.9744711,4.4799757,4.5158625,8.4477415,8.6114216,8.5198812,8.9369841,8.9654875,8.9914179,8.9683962,5.4846354,5.2551775,5.1288381,5.0298028,5.0598283,5.1144595,5.6688566,5.6737075,8.8527489,9.0024767,8.8929052,9.3246689,9.3389854,9.3746805,9.3606691,6.1600027,5.9204035,5.8016167,5.6183939,5.6178722,5.6700797,6.1982646,6.1958132,9.9899035,10.124112,10.036912,10.980764,11.002294,11.048582,11.03354,5.3129764,4.994041,4.8821883,4.7835813,4.7987885,4.8400974,5.3672729,5.3899851,7.3526597,7.5346603,7.4657674,7.6483235,7.6861949,7.7021327,7.6682744,5.1959372,5.018136,4.8751912,4.8041782,4.8431997,4.8985939,5.4549689,5.4485269,7.4524574,7.6192842,7.4587975,7.5229406,7.539608,7.5528951,7.5454364,6.4315805,6.3002443,6.2068992,5.9545188,5.9744735,6.0490575,6.5391321,6.4987588,5.1301618,5.2313347,4.9369483,4.9363699,4.9340487,4.929914,4.9222107,4.5092978,4.4568672,4.419951,4.1797066,4.2966967,4.3413081,4.7026687,4.679872,7.3923573,7.5729184,7.4527822,7.5677843,7.5930519,7.6098971,7.5963354,5.9415445,5.7847481,5.6743088,5.5190449,5.5548735,5.626555,6.1706452,6.146513,8.302743,8.3930082,8.3474798,8.9324265,8.9535646,8.9739265,8.9085684,4.1851692,3.9536717,3.7030778,3.668741,3.69345,3.719871,4.2148499,4.2718148,5.533493,5.769918,5.7109289,5.6097779,5.6523037,5.6552219,5.6358433,4.9066567,4.8154926,4.7259855,4.6540527,4.7024169,4.7725101,5.2766595,5.1936588,5.2468381,5.4491706,5.4232101,5.3568215,5.3880024,5.397738,5.3490958,4.1111231,4.0152245,3.8583405,3.8157449,3.8464589,3.8815842,4.3589411,4.3219147,8.7122841,8.8556814,8.7112904,8.8826771,8.8899269,8.9111385,8.8998461,7.36728,7.1938548,7.0857577,6.7063951,6.6463823,6.7070365,7.1525445,7.1111593,9.8691912,9.9810801,9.9201164,10.938369,10.963272,10.985764,10.933168,4.4428997,4.1440449,3.986979,3.9565885,3.9826741,4.0149927,4.5242047,4.5658488,6.6901875,6.8567677,6.8131466,6.9271631,6.9603057,6.9737844,6.9192629,4.6604118,4.5042062,4.3096504,4.2630191,4.2967119,4.3370032,4.865561,4.8729062,5.7092118,5.8863659,5.8570981,5.861237,5.8885374,5.9003286,5.8396983,4.1737733,4.0562816,3.856107,3.818131,3.8474798,3.879894,4.3660374,4.3599672,7.4872499,7.6248522,7.4000902,7.4229698,7.4302864,7.4364386,7.4324465,6.7773881,6.679389,6.6091294,6.2275109,6.2338438,6.3027349,6.7038002,6.6481519,5.2974205,5.5411029,5.4169493,5.308723,5.3313332,5.3306308,5.3354936,4.9214635,4.8546171,4.8019023,4.691576,4.7689123,4.8692074,5.3097262,5.2151685,7.3836832,7.4985623,7.4551692,7.7651639,7.7877154,7.8040667,7.7365789,4.4304128,4.236032,3.981504,3.943923,3.9720602,4.00315,4.5183139,4.564929,4.3188124,4.4120417,4.1253963,4.1176176,4.1161375,4.1108446,4.1046181,3.7611227,3.7215667,3.6944425,3.5026534,3.6391642,3.6809602,4.0244899,4.0187802,6.9382062,7.1267362,6.9949002,7.0358729,7.0617876,7.0735269,7.0635414,5.878274,5.7475481,5.6485229,5.4906359,5.5391998,5.6192636,6.1537356,6.1182179,7.288837,7.4847412,7.4640141,7.4374709,7.6461658,8.5476942,8.5110559,8.6535282,8.5845385,8.5288591,8.2547073,8.39956,8.558569,8.9537497,8.9469337,8.3118153,8.5285091,8.497942,8.4712133,8.6351404,9.667964,9.6432009,9.7428017,9.6683283,9.6123037,9.2720814,9.3945007,9.6231365,10.015423,10.002741,7.3982558,7.5090933,7.4837461,7.443893,7.5858936,8.6032162,8.4753857,8.3987913,8.3045282,8.1589355,7.8963909,7.9936337,8.057539,8.4529257,8.4656363,10.736115,10.797845,10.75583,10.758304,10.790489,13.009194,12.847625,12.763125,12.704065,12.646059,11.855159,11.896219,11.961278,12.350952,12.337287,7.8296604,7.9965777,7.9686127,7.9373875,8.1127396,9.1971588,9.1333685,9.2121382,9.1347113,9.0613794,8.7314901,8.857233,8.990222,9.390523,9.3841276,9.2802248,9.3838797,9.3434343,9.3256292,9.4143696,10.994803,10.874868,10.784268,10.692613,10.587097,10.081225,10.1565,10.247137,10.641735,10.635209,8.0543699,8.1528397,8.1221695,8.0891266,8.2010422,9.3739967,9.2379532,9.0931616,8.9874191,8.8242607,8.5012827,8.5829506,8.6485014,9.0456591,9.0571404,9.9899359,10.090345,10.044935,10.032454,10.096063,11.945624,11.82031,11.763819,11.690349,11.617411,10.982223,11.046693,11.150262,11.53983,11.526768,9.9308014,10.044347,9.9979115,9.9821215,10.050373,11.851024,11.736165,11.702075,11.631058,11.564077,10.942722,11.011772,11.133354,11.522209,11.5082,5.5797906,5.6421628,5.6278019,5.5834012,5.6536083,6.3150077,6.0127511,5.8599839,5.7909703,5.6586375,5.5089469,5.5519457,5.5760765,5.8936744,5.9144068,9.5328093,9.6032515,9.5635872,9.5663071,9.6255102,11.28167,11.134774,10.881252,10.767128,10.613325,10.100475,10.153811,10.214231,10.601999,10.602065,9.5726309,9.6773376,9.6345434,9.6186123,9.6983414,11.384437,11.264742,11.194439,11.110365,11.020449,10.462582,10.534577,10.633335,11.025996,11.015939,7.3811646,7.4435973,7.4170723,7.3777337,7.438746,8.407094,8.1941137,7.9097257,7.7928629,7.5333862,7.2925091,7.3387628,7.3790503,7.751586,7.7830029,8.8889036,8.9500227,8.9153585,8.9141388,8.9688787,10.371412,10.207428,9.8469381,9.7123756,9.4776878,9.0852098,9.1329336,9.1808634,9.5628672,9.5780659,3.654346,3.7689738,3.7664988,3.7485597,3.9624047,4.3962698,4.3278203,4.452137,4.4254632,4.379086,4.3660975,4.5066051,4.5310965,4.8181167,4.8279967,6.3814597,6.5099621,6.4924774,6.4543085,6.6450062,7.4768119,7.3737283,7.3993964,7.3259187,7.216269,7.030406,7.1550074,7.2135286,7.5950603,7.6064978,8.6647091,8.9270639,8.8946609,8.8707247,9.021616,9.9876881,9.9982243,10.096648,10.024645,9.975194,9.6438951,9.7592878,10.079175,10.453196,10.437827,7.5584188,7.7151046,7.689343,7.6569309,7.8391519,8.8946629,8.822938,8.8941584,8.8168068,8.7363205,8.4283552,8.5562248,8.6667156,9.0651054,9.0621872,8.2166262,8.2761335,8.2442503,8.2264481,8.2803993,9.4635086,9.2830124,8.9197769,8.7849369,8.5062637,8.1975241,8.2431574,8.286314,8.6652365,8.6915369,10.151996,10.367524,10.312034,10.294291,10.351495,11.903912,11.872374,11.876763,11.818055,11.774612,11.21019,11.281701,11.580242,11.940643,11.922362,5.5866017,5.7326555,5.7206182,5.691308,5.922678,6.6418257,6.5750995,6.6989565,6.6440778,6.5727301,6.4202027,6.5733027,6.6321568,6.9940448,7.001317,5.2843995,5.3361759,5.3253798,5.2902174,5.3399587,5.9806151,5.6449165,5.4591107,5.3960309,5.2652998,5.1220708,5.1506019,5.1687403,5.4607792,5.48311,10.32802,10.393993,10.352307,10.355327,10.399034,12.417815,12.264387,12.124779,12.042609,11.953238,11.269019,11.315302,11.379491,11.767433,11.756015,4.4582076,4.5914068,4.5850348,4.5620909,4.796629,5.3499527,5.2896814,5.4312944,5.3931823,5.336998,5.2625856,5.4185963,5.4571781,5.7799296,5.7888265,10.144843,10.268922,10.219571,10.203936,10.26335,12.111197,12.003331,11.984442,11.921206,11.866322,11.214215,11.280867,11.426173,11.810706,11.795099,9.3104525,9.3497095,9.314846,9.3447018,9.3752155,10.940634,10.756691,10.263769,10.112753,9.8316641,9.3952227,9.4256496,9.4586515,9.8202991,9.8346529,8.5801306,8.7319412,8.6962814,8.6672106,8.8039255,10.100079,10.020913,10.049144,9.9677563,9.8891058,9.4773178,9.5827141,9.717988,10.116975,10.107827,9.0958138,9.165596,9.1285868,9.125432,9.1886282,10.671256,10.519614,10.22418,10.099932,9.9089861,9.474637,9.5289717,9.5849829,9.9725676,9.9807329,8.582406,8.7072935,8.6720419,8.6440983,8.7690754,10.115464,10.012989,9.9797745,9.89044,9.7879839,9.3752394,9.4706488,9.5696917,9.9681473,9.9641523,7.781991,7.9143806,7.8861241,7.8525658,8.0105181,9.144908,9.0485306,9.0466175,8.9602909,8.8540602,8.5327358,8.6441488,8.7318563,9.1297054,9.1311646,6.1762543,6.2310414,6.2128158,6.1690617,6.2210698,6.9729929,6.682281,6.4542847,6.3679752,6.1691232,5.9924326,6.0264363,6.0545917,6.3877025,6.4177237,9.0420723,9.1412363,9.1028347,9.0841293,9.1764269,10.670632,10.546535,10.423046,10.323715,10.199148,9.7372065,9.8124914,9.8935032,10.289092,10.28701,6.9806571,7.1304708,7.1092238,7.0758581,7.2742934,8.229641,8.153739,8.2292061,8.1555996,8.0700226,7.8136187,7.9483905,8.0356979,8.4272499,8.4293146,9.2861814,9.4118013,9.3700352,9.3476601,9.4455223,11.001914,10.899515,10.873573,10.791996,10.709894,10.197523,10.281497,10.401255,10.795694,10.784885,8.7161636,8.8893871,8.8522234,8.8240328,8.9588385,10.224854,10.16322,10.211441,10.133147,10.065606,9.6514425,9.7579603,9.9309244,10.327952,10.315623,7.4378867,7.5320368,7.5061197,7.4638648,7.5782156,8.5812292,8.4226408,8.2791071,8.1770935,8.0014753,7.744585,7.8242326,7.8799276,8.2718325,8.2904053,11.001197,11.062906,11.021888,11.019825,11.044912,13.390691,13.222816,13.181341,13.139322,13.101398,12.24299,12.281561,12.352728,12.74384,12.730952,6.8639121,7.0415382,7.0231485,6.9946008,7.2129731,8.0884399,8.0404949,8.1813526,8.114439,8.0531559,7.8015385,7.9508543,8.0707426,8.4637737,8.4609232,6.0273542,6.1256971,6.1092868,6.0600677,6.2027502,6.9142532,6.7386928,6.6872044,6.611557,6.4771361,6.3285923,6.4192324,6.4613228,6.8321838,6.8526983,6.6102033,6.720047,6.7005606,6.6554227,6.8102446,7.6491146,7.5086002,7.4604783,7.3767033,7.2368727,7.044416,7.1454482,7.1982036,7.5838685,7.6010671,8.0728264,8.1847,8.1539145,8.1214647,8.2501831,9.4473114,9.3291216,9.244319,9.1466026,9.0111074,8.6735373,8.7665682,8.8418741,9.2403507,9.2461891,9.5092154,9.5566435,9.5260973,9.5482492,9.5883617,11.236428,11.062444,10.665949,10.528537,10.302795,9.8263903,9.8634548,9.9033575,10.275457,10.283192,9.8154488,9.984376,9.9344063,9.9138966,9.9900322,11.583445,11.514861,11.521661,11.454397,11.400489,10.840604,10.9193,11.126338,11.50761,11.490668,9.7558594,10.04207,9.9942265,9.9729443,10.055174,11.230999,11.258041,11.28993,11.224044,11.177361,10.748839,10.831157,11.23621,11.58624,11.567374,11.661712,11.688075,11.663437,11.662124,11.66824,14.373108,14.160932,14.14703,14.132077,14.119981,13.099346,13.118081,13.15216,13.558749,13.552239,11.151933,11.272824,11.227956,11.221111,11.238306,13.477091,13.354218,13.33768,13.307155,13.283289,12.445685,12.484694,12.654127,13.026952,13.01489,8.1342058,8.2145987,8.1833,8.1536036,8.2384396,9.4120741,9.2518606,9.0169821,8.8995428,8.6944141,8.3769779,8.4417133,8.4970942,8.8887215,8.9068222,8.1811581,8.3220768,8.290349,8.2591858,8.4086237,9.6309919,9.5430155,9.5591068,9.4748831,9.3831587,9.0144796,9.1240435,9.2318878,9.6313276,9.6271868,8.4600687,8.5757389,8.5416937,8.5133791,8.6355381,9.9481478,9.8367395,9.7692356,9.6745119,9.555624,9.1650372,9.256834,9.3429575,9.7414474,9.7414675,10.4109,10.545481,10.492972,10.478905,10.525454,12.436424,12.335256,12.321603,12.267024,12.222827,11.533303,11.59492,11.766601,12.144317,12.128064,8.482399,8.551343,8.5179443,8.5009394,8.5671654,9.8364019,9.6723099,9.3622513,9.2340899,9.0034676,8.6561651,8.7104483,8.7613916,9.1482086,9.1668205,9.5422583,9.6767473,9.6319332,9.6106176,9.6989069,11.314451,11.218389,11.207393,11.13208,11.062604,10.515132,10.596236,10.737549,11.128744,11.115053,8.4887829,8.5768671,8.5429039,8.5188093,8.6101799,9.9019175,9.7604856,9.5609922,9.4477797,9.2732258,8.9060469,8.9767656,9.0406427,9.4358664,9.4461679,9.8161039,9.8998919,9.8574257,9.8514576,9.9144793,11.70504,11.568752,11.436313,11.345853,11.242856,10.65325,10.712782,10.7904,11.180898,11.172219,8.6659565,8.7635221,8.7280521,8.7048502,8.8042555,10.166883,10.038637,9.8921185,9.7868614,9.6414938,9.2394505,9.3167257,9.3901272,9.7869415,9.7908239,11.150749,11.199877,11.163087,11.165147,11.18599,13.624463,13.444914,13.398314,13.360346,13.325411,12.428669,12.460919,12.514996,12.90916,12.896929,9.3914118,9.6206589,9.5757208,9.5518198,9.6539021,10.910464,10.892901,10.934274,10.862835,10.810197,10.369624,10.462206,10.75423,11.130146,11.112528,4.1296587,4.2334604,4.225996,4.1960907,4.3798666,4.8374152,4.7100792,4.7760339,4.7366533,4.6711454,4.6337566,4.746562,4.7706056,5.075892,5.0867515,7.8137717,7.8846703,7.8555484,7.8216391,7.8942919,8.9723787,8.7876797,8.5178804,8.398159,8.1620932,7.8827171,7.9383297,7.9857125,8.3696365,8.3947897,9.0868053,9.1668911,9.1290255,9.1192455,9.1931801,10.683768,10.542429,10.313688,10.19904,10.035759,9.5892744,9.6512785,9.7155695,10.107466,10.111669,9.9634447,10.032604,9.9912815,9.9956532,10.047621,11.893755,11.745847,11.551279,11.452503,11.334775,10.73347,10.783792,10.84711,11.234748,11.227818,7.4167838,7.4715719,7.4442463,7.4092851,7.4576998,8.4289799,8.2164316,7.8822675,7.7568827,7.4511728,7.2142253,7.2531791,7.2898455,7.6573944,7.6930547,8.789732,8.841507,8.8076305,8.8133907,8.8568249,10.225153,10.049411,9.6182909,9.4741344,9.1950836,8.8254538,8.8652735,8.9057121,9.2790165,9.2992592,11.45999,11.512959,11.478678,11.47495,11.484782,14.037425,13.851886,13.83585,13.814283,13.797139,12.838703,12.866177,12.937687,13.333209,13.3243,9.2949018,9.3264742,9.2901554,9.3406487,9.3623972,10.933735,10.73626,10.140302,9.9806347,9.6623802,9.2325106,9.2570753,9.283452,9.6326466,9.6476231,10.634689,10.724796,10.67781,10.669258,10.707358,12.832799,12.692519,12.658411,12.606261,12.56004,11.793854,11.845122,11.951596,12.33758,12.323095,9.4155073,9.4991856,9.459013,9.4511862,9.5228939,11.146285,11.010313,10.83096,10.726919,10.594668,10.085329,10.147932,10.219385,10.611245,10.608611,6.2087798,6.3764663,6.3629556,6.3351774,6.5691133,7.3621702,7.3125467,7.465549,7.406208,7.3455591,7.1342831,7.2919021,7.3828406,7.7643743,7.7666044,5.3801336,5.5037527,5.4926138,5.4569359,5.6593871,6.3132076,6.207355,6.2634888,6.2057519,6.1118693,6.0025735,6.1314268,6.1744757,6.5319834,6.5458307,6.6445765,6.7843647,6.7651811,6.7301583,6.9292359,7.8247867,7.7384067,7.7943511,7.721477,7.6255455,7.4058862,7.5385108,7.6092873,7.9948044,8.0012741,10.640401,10.803463,10.747022,10.734635,10.768782,12.677784,12.598556,12.58745,12.541769,12.507189,11.802958,11.860278,12.086696,12.450915,12.434706,6.532207,6.6172333,6.5974512,6.5479059,6.6560373,7.4603901,7.2504516,7.123467,7.0358572,6.8731499,6.6847882,6.7556543,6.7975817,7.1680741,7.1905098,7.4481516,7.5730562,7.547472,7.5110521,7.671134,8.7222157,8.6159687,8.5931282,8.5053167,8.3847694,8.1050081,8.2149782,8.2890329,8.6848068,8.6916151,7.7219462,7.7708297,7.7421308,7.7268791,7.7646751,8.8390064,8.6202774,8.2030201,8.067522,7.7383032,7.4808426,7.5143642,7.5464034,7.9040151,7.9369731,10.823745,10.920228,10.872336,10.863643,10.893887,13.074763,12.936984,12.913416,12.869483,12.832862,12.034798,12.082818,12.205498,12.588225,12.574038,9.1946287,9.5180244,9.482769,9.4603662,9.5841885,10.478067,10.535051,10.614029,10.544563,10.498219,10.176858,10.27622,10.724574,11.070136,11.052149,9.7876568,9.8411264,9.8035088,9.8220072,9.8654938,11.618625,11.455193,11.12161,10.997614,10.821948,10.284282,10.32575,10.372698,10.751423,10.752819,4.7951322,4.8990254,4.8900113,4.8506503,5.0246701,5.5508146,5.4032569,5.4354382,5.3842406,5.2949772,5.2225957,5.3291364,5.3607759,5.6987638,5.7144899,10.145054,10.228707,10.184468,10.17876,10.232709,12.164958,12.026317,11.933618,11.857171,11.777506,11.115692,11.171905,11.255614,11.644998,11.632733,8.9785395,9.1051188,9.0661869,9.0412569,9.1520662,10.612116,10.511076,10.484707,10.399364,10.30912,9.8417482,9.9314899,10.04348,10.440205,10.431952,4.1691837,4.306704,4.3014526,4.2821951,4.5240927,5.0402279,4.9960642,5.1715631,5.1388259,5.0962596,5.0104818,5.1749969,5.2145905,5.5264864,5.5343084,8.6037064,8.6430044,8.6092319,8.6355963,8.662466,10.010729,9.7995405,9.2516336,9.0993309,8.7714167,8.4268112,8.4548559,8.4837561,8.8340425,8.8570652,10.405861,10.461353,10.421729,10.433432,10.471312,12.5188,12.356905,12.168031,12.077893,11.976295,11.290632,11.330614,11.383533,11.769442,11.759818,9.9583826,10.017015,9.9773645,9.9919777,10.037542,11.868115,11.711475,11.440188,11.3286,11.185403,10.601612,10.645531,10.698857,11.082185,11.078852,9.263402,9.4168005,9.3738499,9.3492479,9.4534101,10.928946,10.84938,10.861775,10.785153,10.717197,10.221827,10.312318,10.473607,10.866446,10.852695,10.652834,10.711087,10.670318,10.674831,10.70865,12.884676,12.721601,12.608765,12.539901,12.46937,11.709721,11.749722,11.809011,12.197952,12.184709,8.3251686,8.3717747,8.3393564,8.3429317,8.378377,9.6155272,9.4168549,8.9434872,8.7970028,8.4712744,8.1583872,8.1921387,8.2257652,8.5873585,8.6148052,7.1299238,7.2072549,7.1834068,7.1387844,7.226552,8.1528025,7.9449887,7.7495103,7.6472888,7.4490876,7.2194519,7.2807016,7.3252144,7.701726,7.7264042,5.3833513,5.5389009,5.5294585,5.5042267,5.7483039,6.4310718,6.3805032,6.5427046,6.4936914,6.4367261,6.2806907,6.4437304,6.5078964,6.8667297,6.8732319,8.0352488,8.2184896,8.1890793,8.1594753,8.3303175,9.409337,9.3583288,9.4477224,9.3712397,9.3058052,8.966032,9.0907898,9.2552824,9.6550245,9.645545,10.486223,10.568398,10.523078,10.517046,10.560082,12.642515,12.498576,12.440727,12.379751,12.321439,11.583146,11.63482,11.724369,12.112539,12.09853,9.1769323,9.3684769,9.3258467,9.3003521,9.4125805,10.73812,10.690346,10.729873,10.655231,10.596006,10.144276,10.241001,10.461098,10.849689,10.833993,8.3689823,8.5491142,8.4773445,8.660306,8.6144438,9.5204134,9.4708815,8.3674517,8.2179461,8.0975037,7.8223157,7.8552251,7.8758178,8.3842649,8.2915697,8.5742092,8.7547083,8.6939507,8.9353275,8.8769121,9.7305689,9.6844473,8.2954826,8.1290331,7.997746,7.7341657,7.7635937,7.7817302,8.2901077,8.2315845,6.6352892,6.7154589,6.5330329,6.5715351,6.5703158,7.701992,7.6511846,7.4195867,7.3703265,7.3353395,6.9569254,7.0694318,7.0957727,7.4075432,7.1362638,9.5306864,9.6406641,9.5646591,9.8831863,9.8695898,11.147397,11.060787,9.2863731,9.0702209,8.9674845,8.578063,8.6166706,8.6415596,9.0841846,9.0108833,8.0351429,8.2331238,8.159852,8.2887459,8.2266483,9.0187368,8.9784279,8.2258625,8.1033792,7.9742441,7.7341747,7.7654433,7.7854013,8.2947941,8.1825333,8.6115189,8.7112093,8.5954084,8.6636114,8.659256,10.108703,10.021151,9.5322084,9.4290237,9.3579321,8.8991537,8.9636536,8.9960346,9.3918619,9.2122841,7.9187298,8.0245152,7.9057064,7.9690189,7.9633646,9.240284,9.1684332,8.7299471,8.6389933,8.574913,8.1805983,8.2454748,8.2753773,8.6686573,8.423418,7.8237152,7.9875026,7.8987865,8.0077591,7.985611,8.9765005,8.922493,8.2048521,8.0879545,7.9983149,7.706058,7.7464476,7.7706132,8.2548714,8.0595207,7.3340559,7.4369197,7.3176508,7.3771539,7.3714814,8.5389185,8.4769783,8.0964994,8.0183926,7.9628263,7.6098185,7.6747622,7.7017474,8.0795956,7.775599,8.2118959,8.3064575,8.1732092,8.224618,8.2213545,9.6269588,9.5466805,9.1686926,9.0824509,9.0219336,8.5713453,8.6477928,8.6800318,9.0557861,8.842391,6.7974229,7.0108228,6.9287457,7.0103326,6.9818721,7.701695,7.6730595,7.1917253,7.1052604,7.0264139,6.8240857,6.8539715,6.8728194,7.403821,7.141221,7.1634393,7.2778497,7.1726403,7.2411361,7.233243,8.313715,8.2566767,7.8279772,7.7464943,7.6879549,7.3722816,7.4264164,7.4512868,7.8481755,7.5281906,7.2918515,7.484499,7.4003096,7.4928155,7.4635391,8.2902117,8.2501621,7.6680107,7.5678296,7.4801884,7.2419505,7.2763557,7.2975011,7.8081369,7.5805998,7.6983619,7.901042,7.8206644,7.9267831,7.8807411,8.6857243,8.64604,7.9962029,7.8846426,7.774929,7.5359964,7.568819,7.5896378,8.1100779,7.9491997,8.2950249,8.4861364,8.4215612,8.5857296,8.5109301,9.2875128,9.247304,8.3259726,8.1908674,8.047719,7.8084955,7.8377829,7.8563166,8.3543739,8.27845,9.7689543,9.8363209,9.7311144,9.7749023,9.7740993,11.689145,11.558636,11.21757,11.127004,11.064549,10.423559,10.484665,10.51573,10.887317,10.779908,6.0890756,6.2053208,6.123323,6.1960502,6.1875525,7.050559,7.0093613,6.6301246,6.5672178,6.5211153,6.2914143,6.3309255,6.3488297,6.7309771,6.3208547,6.8812461,7.1234708,7.036768,7.1138525,7.075881,7.7346582,7.7149048,7.2655559,7.1779361,7.0896072,6.900044,6.9271612,6.9449391,7.5129504,7.2880921,6.658659,6.7549801,6.6409326,6.7001877,6.6946731,7.744503,7.6924396,7.362092,7.2972503,7.250823,6.9436274,7.0055423,7.0284009,7.3832922,7.0172229,8.839757,8.9885263,8.9150753,9.1651897,9.1395283,10.210112,10.14593,8.6572084,8.4746647,8.365736,8.0416536,8.0774221,8.0998478,8.587429,8.5042152,6.1695971,6.3730316,6.2982111,6.377162,6.3584509,7.0267668,7.0041046,6.5825596,6.5108953,6.4501429,6.2717395,6.2989664,6.3158417,6.8264356,6.497972,7.7425041,7.8257689,7.6466637,7.680716,7.6796513,9.0563574,8.9858618,8.7198811,8.6548805,8.6096697,8.140192,8.2496853,8.2816763,8.6183147,8.4124823,10.125583,10.179387,10.071424,10.091525,10.092163,12.211003,12.063321,11.856457,11.788611,11.739906,11.003573,11.068162,11.096731,11.457777,11.373372,7.7305598,7.9505854,7.874702,7.9707046,7.8993196,8.590332,8.5592613,8.0342207,7.9301748,7.7987103,7.5899706,7.6188564,7.6377587,8.1604338,8.0287008,8.1635017,8.3310213,8.2473764,8.3863173,8.3584871,9.3557425,9.3000898,8.4080143,8.2737103,8.1721945,7.8739119,7.9122238,7.9358592,8.4306602,8.2860498,9.7143984,9.8114586,9.733654,10.014882,10.006413,11.427306,11.328257,9.7757874,9.5697222,9.469902,9.0323477,9.0730019,9.0994177,9.5207748,9.4444408,9.1823997,9.3217087,9.2553892,9.6138172,9.5869446,10.642762,10.577189,8.5510702,8.3326035,8.2228079,7.9025078,7.9354963,7.9562926,8.4410353,8.3819923,8.4885139,8.5721664,8.4198999,8.457778,8.4566278,9.9983921,9.9097929,9.6011848,9.5229664,9.4681263,8.9524069,9.0436516,9.0773029,9.4342289,9.259469,10.329414,10.390417,10.319116,10.422393,10.421184,12.412008,12.263422,11.648303,11.521131,11.442611,10.788212,10.827123,10.851685,11.232956,11.161339,5.3563404,5.5454593,5.4859447,5.5672812,5.5577502,6.1477718,6.1331935,5.7750497,5.7221751,5.6798615,5.5382724,5.5619645,5.5756035,6.0494232,5.6598272,8.7477856,8.8199816,8.645299,8.6700001,8.6703596,10.357467,10.260393,10.023337,9.9560156,9.9088202,9.3196802,9.4276323,9.4604349,9.7966299,9.6627369,5.1469665,5.3058457,5.2527304,5.3345146,5.3276372,5.9414291,5.9223142,5.5729132,5.5245943,5.4886932,5.3388209,5.3637528,5.3784008,5.8024473,5.3795648,7.4716501,7.564014,7.4220257,7.4699121,7.4665251,8.7194777,8.6538277,8.3336401,8.2618732,8.2111511,7.8137512,7.895843,7.9250631,8.2822237,8.0079679,6.3636112,6.468946,6.373611,6.4408264,6.433538,7.3863139,7.3396349,6.9791803,6.9145317,6.8676796,6.6030126,6.6515784,6.6715899,7.0393786,6.6441135,6.9375868,7.0662899,6.972291,7.047791,7.0374141,8.0196123,7.9688587,7.5063071,7.4241567,7.3639922,7.0858192,7.1312633,7.1538768,7.5712819,7.2394385,8.5445423,8.724185,8.688427,8.8907738,8.7496624,9.3278437,9.2999048,8.3699265,8.2418013,8.0441751,7.854476,7.8758802,7.8884778,8.3247852,8.3101931,7.7318015,7.9146061,7.8301125,7.9397402,7.9086208,8.8098469,8.7627354,8.0577431,7.942512,7.8455067,7.5799603,7.6164818,7.6389642,8.1436863,7.9611883,7.7588,7.8784056,7.7717872,7.8473754,7.8388114,9.0137243,8.9481506,8.4378986,8.3409595,8.2720928,7.9195204,7.9745903,8.0023937,8.4183445,8.1637802,8.0679951,8.2535658,8.1749802,8.3119955,8.2703161,9.1638517,9.1161747,8.263648,8.1336231,8.0211821,7.7529941,7.7875476,7.8092175,8.3188171,8.1887627,7.4186945,7.5700903,7.4782791,7.5675297,7.5516806,8.5367451,8.4843597,7.9008741,7.8008003,7.725409,7.4404459,7.4828897,7.5067658,7.9671111,7.7079115,5.99331,6.1262617,6.0513105,6.1279616,6.1179519,6.916254,6.8791866,6.4788251,6.4149933,6.367506,6.1590686,6.1930079,6.2102098,6.6172295,6.2133598,7.5750608,7.7092113,7.6108742,7.6945887,7.6828356,8.7602549,8.7013044,8.1459446,8.0467339,7.9747801,7.6583471,7.7064872,7.7322316,8.169239,7.9085221,8.2769194,8.4502001,8.3996153,8.4777212,8.3042574,8.7559814,8.7362213,8.5867758,8.5063906,8.2810278,8.1366043,8.1572371,8.1712685,8.552906,8.4956903,9.9642448,10.039598,9.9597654,10.0908,10.088725,11.878588,11.751071,10.974377,10.831091,10.74585,10.171496,10.215791,10.244358,10.634915,10.551783,5.5744524,5.6578918,5.5634341,5.626204,5.6211381,6.4911709,6.4529438,6.1794376,6.1329684,6.0991507,5.8639293,5.9144387,5.9302135,6.2429452,5.8002577,6.6600738,6.8237906,6.7419305,6.8238287,6.8077178,7.6351638,7.5956435,7.1091008,7.0273666,6.963119,6.7356253,6.7706828,6.7905483,7.2550526,6.9304366,7.3426528,7.5772567,7.4944758,7.5790548,7.5265932,8.2138777,8.1867266,7.6971912,7.6001987,7.4916039,7.2884893,7.317193,7.3359861,7.8877487,7.7115593,9.0549955,9.1526327,9.0497227,9.1400814,9.135623,10.663017,10.565613,9.9516392,9.8312321,9.7515945,9.2684603,9.3252087,9.3572254,9.7609692,9.6219759,9.6345148,9.6953945,9.5565958,9.5761757,9.5766716,11.546278,11.417903,11.212251,11.145768,11.097704,10.412448,10.496942,10.527147,10.874875,10.775681,8.5126448,8.6425047,8.5484858,8.6725063,8.6600599,9.8893576,9.8155661,8.9986649,8.8651371,8.7757263,8.4023361,8.4497147,8.4778767,8.9263783,8.7708206,9.6689386,9.7578812,9.6744003,9.8391533,9.8348427,11.439496,11.328879,10.357388,10.197668,10.106147,9.6019382,9.6473236,9.6765308,10.081684,9.9913187,9.4230871,9.5055761,9.4020367,9.472209,9.4701004,11.18511,11.07171,10.578961,10.469683,10.396441,9.8398094,9.8986893,9.9310055,10.317246,10.195377,9.241128,9.3157301,9.1837187,9.2198915,9.2195444,10.98756,10.87576,10.569818,10.487124,10.429068,9.834095,9.9129467,9.946373,10.308399,10.17815,9.2915154,9.389926,9.2977161,9.4263954,9.4210787,10.944363,10.84414,10.030845,9.8889942,9.8010387,9.3234997,9.3734922,9.4040775,9.8161898,9.7025576,5.6038547,5.7497926,5.6850443,5.7639632,5.7542763,6.4580722,6.4287682,6.0474558,5.9902134,5.9472637,5.7695985,5.797801,5.8134646,6.2313313,5.8161178,10.295541,10.363358,10.293389,10.482239,10.479706,12.311137,12.17485,11.15831,10.988708,10.899067,10.315732,10.35336,10.378497,10.763512,10.695995,8.9444141,9.0313959,8.9087906,8.962389,8.960309,10.567069,10.467393,10.061662,9.9662008,9.9001331,9.3765955,9.447505,9.48106,9.85989,9.7052002,10.101624,10.167292,10.085723,10.165595,10.164379,12.111288,11.971444,11.457611,11.343699,11.269809,10.628404,10.674359,10.702468,11.084479,10.999123,9.0001564,9.1327887,9.0543995,9.291419,9.2736416,10.452737,10.379025,8.9665956,8.7841616,8.6801386,8.3228054,8.3617754,8.3864107,8.8533993,8.7624369,5.6647663,5.9154572,5.8098869,5.8760805,5.8556204,6.3383594,6.3683472,6.0119143,5.9463558,5.8897715,5.7556558,5.7727757,5.7842722,6.3857808,6.1019993,8.4884062,8.6514578,8.5739393,8.7606974,8.7307472,9.7470598,9.6887655,8.5340433,8.3780041,8.2692852,7.9625416,7.9989748,8.0217018,8.5181341,8.4120779,9.03473,9.1480455,9.0578566,9.2095432,9.2005196,10.570116,10.482685,9.5302067,9.3791466,9.2862492,8.8644514,8.9115782,8.9406519,9.3735437,9.2549458,8.8220797,8.9508038,8.8640051,9.0330563,9.0192699,10.259499,10.18273,9.1239767,8.9678278,8.8706865,8.4934425,8.5371246,8.5642242,9.0188494,8.8997822,8.1612701,8.2890263,8.1887083,8.2839775,8.2731609,9.4755421,9.4057903,8.7589407,8.6442108,8.5641079,8.20084,8.2516718,8.280035,8.7174234,8.5167522,8.53368,8.687746,8.651391,8.7757225,8.5894966,9.0509539,9.0288973,8.6595488,8.5665483,8.3277006,8.1777048,8.1973257,8.2100992,8.5633831,8.5383139,5.2220459,5.3116069,5.2395215,5.3090572,5.3029504,6.0849237,6.0517182,5.761867,5.7181115,5.6851497,5.486649,5.523437,5.5367393,5.8551192,5.3886261,7.8416915,8.0725508,8.0012941,8.0808487,7.9724808,8.5356197,8.5138464,8.1765308,8.08319,7.9197378,7.7438955,7.7680135,7.7840867,8.2919912,8.194994,9.1964979,9.3134966,9.2315111,9.4508286,9.4388485,10.740713,10.656285,9.3546886,9.1753855,9.0752497,8.6778173,8.7197809,8.7464781,9.1913481,9.0968256,8.4774761,8.6636095,8.6116829,8.8121023,8.713582,9.4200211,9.3840971,8.3317671,8.1902933,8.0273199,7.8044734,7.830368,7.846446,8.3250208,8.2820339,10.153356,10.212901,10.126342,10.177823,10.176618,12.210489,12.064713,11.697646,11.602791,11.538626,10.856207,10.905153,10.932922,11.309208,11.219585,6.2836843,6.5167432,6.4344487,6.5098786,6.4857473,7.108777,7.0960732,6.6851864,6.6099763,6.5423393,6.3707538,6.3956561,6.4119453,6.9674063,6.6781731,5.4929228,5.7076092,5.6428266,5.7219367,5.7101398,6.2697835,6.2662916,5.9065371,5.8463917,5.7978339,5.6506691,5.6712151,5.6850286,6.2018199,5.8448739,8.7189226,8.9013824,8.8567362,9.1591301,9.0727682,9.8143587,9.7755861,8.1412039,7.9665833,7.8169131,7.5803552,7.6052775,7.6201005,8.1170273,8.0925312,6.0586939,6.2345819,6.1628361,6.242847,6.2282467,6.9373255,6.9086404,6.4859595,6.417573,6.3629007,6.1764417,6.2054911,6.2225604,6.6926999,6.3305717,6.9970937,7.2723351,7.1693087,7.2359486,7.1810884,7.7493534,7.7497506,7.3633332,7.2755103,7.1724339,7.0001516,7.0226798,7.0375085,7.6532431,7.4830718,6.7581263,6.9464836,6.8652248,6.9485741,6.9266868,7.7036781,7.6687274,7.1707611,7.085299,7.0133438,6.7974324,6.8299007,6.8494563,7.3483391,7.0572333,8.3088074,8.4576788,8.3691044,8.5038433,8.4848585,9.5882521,9.5242891,8.6461239,8.5106287,8.4159002,8.0846224,8.1270618,8.1528158,8.6263456,8.4732065,8.4272499,8.5867567,8.5422306,8.6463108,8.4716921,8.9533091,8.9303551,8.6379299,8.5482788,8.3200874,8.1659012,8.1870184,8.2011576,8.5682402,8.5249949,8.775794,8.8879404,8.7886753,8.8967342,8.8890924,10.265911,10.180564,9.4600105,9.3317585,9.247201,8.8209658,8.8735704,8.9040594,9.3277569,9.1778612,9.0481224,9.2023926,9.1431799,9.5130291,9.4746866,10.430841,10.374493,8.286068,8.0719471,7.9565063,7.6632638,7.6933556,7.7119298,8.2132816,8.1654005,7.3025522,7.517592,7.434876,7.5244856,7.4843307,8.2367935,8.2032976,7.6595616,7.5606561,7.4630771,7.2440438,7.2753634,7.295331,7.8291521,7.6272049,10.962926,10.993916,10.930699,10.945928,10.944463,13.383743,13.195783,13.046197,12.991076,12.952923,12.086551,12.121413,12.139752,12.520336,12.462757,8.0735054,8.2737427,8.2079964,8.3201962,8.2228107,8.887085,8.8551779,8.2989779,8.1901503,8.0313053,7.8264403,7.8539295,7.8719163,8.3533049,8.2631521,6.4040241,6.6730576,6.5641932,6.6290855,6.5945206,7.1422391,7.1545658,6.7640772,6.6845479,6.6078625,6.446569,6.4669576,6.4801354,7.103467,6.8760147,7.9680171,8.1130667,8.0191069,8.1232634,8.1076136,9.1979809,9.1364851,8.4396667,8.3228579,8.2385168,7.914227,7.9593534,7.985498,8.446455,8.244627,8.3509007,8.4642115,8.3566265,8.4392653,8.4319792,9.7464781,9.6687269,9.0962191,8.9865189,8.9108067,8.5056486,8.5628519,8.593276,9.0092402,8.8137379,8.9166603,9.086401,9.0345469,9.3960361,9.3399754,10.195672,10.148048,8.1277704,7.9247909,7.7984767,7.5308599,7.5581846,7.5746932,8.0837317,8.0480318,8.6943407,8.8600302,8.7924538,9.0454636,9.0075054,9.9722242,9.9171972,8.4229593,8.2452765,8.1284943,7.8346729,7.8672376,7.8874497,8.3916149,8.319294,9.9110746,9.9957762,9.9182463,10.146194,10.141221,11.738328,11.624669,10.367489,10.180864,10.085529,9.5868111,9.6282778,9.6556892,10.058464,9.9820299,9.4090242,9.5116577,9.4275093,9.6199007,9.6123753,11.056216,10.9597,9.8206816,9.649929,9.5538645,9.1075144,9.1519861,9.1804085,9.6040125,9.5090399,8.631669,8.7775345,8.6950445,8.8755312,8.855072,9.9768953,9.9099398,8.7828913,8.6254101,8.5234623,8.1846685,8.2246637,8.2495565,8.7266312,8.6113653,9.5935602,9.6777086,9.5861216,9.6891308,9.686389,11.384315,11.268969,10.608424,10.479388,10.397595,9.8536911,9.9047918,9.9357414,10.330622,10.225964,9.3360233,9.4607067,9.3885946,9.7271881,9.707757,10.86727,10.791782,8.8845415,8.6662779,8.560174,8.2088079,8.2447023,8.2676353,8.7324171,8.6647272,7.2594519,7.4299393,7.3430037,7.4336205,7.4128399,8.3086796,8.2631273,7.6827698,7.584403,7.5057912,7.2492795,7.2870779,7.3092551,7.7928777,7.5370164,4.9510703,5.0661411,5.0120516,5.0887203,5.0826998,5.7479715,5.7213321,5.4009614,5.3587003,5.328124,5.1716461,5.1971436,5.210465,5.5668235,5.105999,6.2962818,6.3796906,6.2470398,6.2991085,6.2963629,7.3251224,7.2783899,7.0149117,6.9630499,6.9260669,6.6150303,6.6926413,6.7147822,7.03616,6.6704493,7.4572215,7.7141337,7.6293607,7.7032557,7.6264954,8.217329,8.2003431,7.8198166,7.726738,7.5972228,7.4162655,7.4405947,7.4569535,8.0239582,7.8877621,4.9401426,5.0385728,4.9813628,5.0549312,5.0494404,5.7537332,5.725235,5.4252286,5.385076,5.3549767,5.1875143,5.2170615,5.2294035,5.5583248,5.0876245,6.8141489,6.9594703,6.8723602,6.9524617,6.9393001,7.844831,7.7992711,7.3127213,7.2295966,7.1669178,6.9147167,6.9544187,6.9756322,7.4166017,7.0884161,9.2639055,9.408186,9.3260956,9.8810625,9.8618851,10.414304,10.425447,7.0059109,6.6812372,6.5501604,6.3930273,6.3888335,6.3612113,6.9895296,7.0434546,9.866725,10.016569,9.9329796,10.634746,10.615657,11.181937,11.179515,7.2349,6.8729758,6.7452946,6.5809979,6.5754924,6.5586386,7.1704173,7.2198954,11.393011,11.546461,11.466169,12.646116,12.608882,13.153979,13.13151,7.7315784,7.268672,7.1546726,6.9629183,6.9404831,6.9426227,7.4606185,7.4846911,6.8046951,7.4141893,7.3099971,7.3544168,7.3230877,7.6996341,7.74087,7.0160155,6.801652,6.6654701,6.54878,6.5408216,6.4757729,7.5921159,7.7131858,7.8032932,8.6437693,8.5147619,8.5808496,8.5370722,8.9719667,8.9710436,8.1838713,7.9726381,7.8310852,7.6750531,7.6657648,7.6431398,8.9276991,9.045454,9.9700937,10.075562,9.9971905,10.797205,10.780787,11.333559,11.335896,6.8603697,6.4873629,6.3626866,6.2078462,6.2057438,6.1866632,6.7619219,6.810287,10.388259,10.577445,10.488287,11.127917,11.05835,11.616654,11.588815,8.4160414,8.0817919,7.9406214,7.6968007,7.6649051,7.6705823,8.2051487,8.2182999,7.7443194,8.0561972,7.9632597,8.1418772,8.1147261,8.5994463,8.6301107,7.0966616,6.8598866,6.7225146,6.5764389,6.569448,6.5195584,7.3395743,7.4218688,8.4928455,8.800168,8.7013712,8.9643564,8.9321766,9.4620476,9.4665499,7.5807924,7.3211465,7.1808038,7.0092139,7.0004492,6.973526,7.7597737,7.8303976,6.7976766,6.992022,6.9242034,7.0854111,7.0699024,7.5035958,7.5962911,5.9887395,5.7834239,5.6653466,5.5529556,5.5471878,5.4541173,6.1744838,6.2494612,9.0530367,9.1235085,9.0608482,9.7712421,9.7582769,10.209059,10.275935,5.7457852,5.4312572,5.3225031,5.2135377,5.2118859,5.1633911,5.7363844,5.7909799,7.2666478,11.412071,11.217231,11.114968,11.057038,11.355589,11.358196,11.130127,10.978543,10.865337,10.724059,10.724856,10.729265,14.42488,14.565757,6.9338369,7.9335818,7.8052449,7.8156762,7.7767954,8.1203375,8.1398993,7.6152716,7.3935952,7.2535405,7.1383944,7.129221,7.0825686,8.5357552,8.6800575,8.7555647,9.1796227,9.0715485,9.2649088,9.2023439,9.7174397,9.7007198,8.3923025,8.1698704,8.0174046,7.8144221,7.7981606,7.7931108,8.6223326,8.6820173,8.579751,9.0994682,8.9866638,9.1261311,9.0568562,9.545248,9.5289497,8.5182371,8.3150606,8.159606,7.9623399,7.9465261,7.9424877,8.8578625,8.9260511,9.2574921,9.4527931,9.363615,9.8547812,9.8304749,10.390642,10.392111,7.3766375,7.0612473,6.9273486,6.757256,6.750257,6.7285614,7.3964391,7.4521389,6.8364105,7.6095691,7.4947271,7.5214357,7.4864802,7.8446555,7.8757939,7.26333,7.0451574,6.9068131,6.791739,6.7832355,6.7259135,7.9868155,8.1196175,6.7731013,7.0385923,6.9631691,7.0871067,7.0687661,7.4962001,7.5766563,6.2692027,6.0641184,5.9402614,5.8244252,5.8192396,5.7322416,6.5246997,6.6103139,9.5406609,9.6305695,9.5572996,10.296187,10.28054,10.792971,10.818726,6.4199519,6.0725393,5.9509444,5.815289,5.8137302,5.7837152,6.3638401,6.4159136,7.8794055,9.8189468,9.6605968,9.6514835,9.5811243,9.9420195,9.9353104,9.5805502,9.4177942,9.278511,9.1233053,9.1167727,9.1170187,11.294644,11.434515,8.5574083,8.9796619,8.8708639,9.0712872,9.0252256,9.5454073,9.535862,8.0895433,7.8530979,7.7077985,7.5193291,7.5069985,7.4931479,8.3587046,8.4306612,11.766955,11.900172,11.817756,13.139302,13.091275,13.620361,13.590467,7.7818942,7.2958379,7.1871004,6.9791594,6.9508839,6.9565969,7.4357862,7.4540834,11.157832,11.303267,11.223301,12.38571,12.36487,12.91168,12.896743,7.3541064,6.8933334,6.7808657,6.6239815,6.6133671,6.6093488,7.1650105,7.2037907,7.3888311,8.3510094,8.2194796,8.2538204,8.2136297,8.604516,8.6133976,7.9610906,7.7455893,7.6053977,7.470901,7.462256,7.42801,8.8397045,8.9733753,7.5354185,7.7508454,7.67101,7.8823881,7.8617702,8.3392,8.3943834,6.575582,6.3407888,6.2106857,6.0784388,6.0727696,6.0066233,6.741909,6.8156385,7.8848205,9.0108099,8.8697615,8.9122982,8.861825,9.28016,9.2732277,8.6345596,8.4369087,8.2969341,8.1368408,8.1275158,8.1145124,9.6363344,9.7620239,8.0521049,8.7204542,8.5987349,8.6997833,8.6540709,9.1205626,9.1159344,8.1660242,7.9515176,7.8078046,7.6387334,7.6283922,7.6096673,8.7248907,8.8260269,7.3351822,9.2730227,9.1064672,9.082634,9.0342398,9.3689528,9.3699579,8.9543552,8.7487288,8.6147156,8.4876146,8.4793653,8.4576769,10.653923,10.80783,7.2447891,8.4314775,8.2911901,8.3020172,8.2600975,8.6204195,8.629014,8.0907393,7.8742604,7.7347665,7.6091471,7.6003036,7.5661798,9.1707869,9.3158789,10.578508,10.725947,10.64362,11.581211,11.562331,12.123026,12.11227,7.3203011,6.9058504,6.7861385,6.6249256,6.6174827,6.6085811,7.1926117,7.2370443,8.8719664,9.2266216,9.1220493,9.386508,9.3390493,9.8792229,9.8658094,8.1247749,7.8734579,7.7283888,7.5303187,7.5164213,7.5066714,8.2935696,8.3532991,7.6357579,9.6226997,9.4565773,9.4442539,9.3931074,9.7559757,9.7515697,9.3147135,9.1270084,8.9957533,8.8496962,8.842802,8.8332024,11.066219,11.213077,7.9004064,9.3951368,9.2433548,9.2606783,9.2030315,9.5977707,9.5890713,9.0899143,8.908082,8.7702723,8.6100254,8.6015158,8.5958271,10.420325,10.553587,7.0814281,9.2575731,9.0840731,9.0369864,8.9842615,9.2819605,9.2861404,8.947032,8.7331629,8.5980129,8.4852829,8.4751501,8.4472446,10.805525,10.964251,7.2452364,8.8023224,8.6478548,8.6373625,8.591773,8.9310875,8.9357615,8.483161,8.2694206,8.1318808,8.008872,7.9999609,7.9713583,9.8737803,10.026864,7.1117749,10.891509,10.688861,10.587653,10.531547,10.816389,10.81684,10.545244,10.361121,10.240666,10.116642,10.110987,10.099511,13.541999,13.683533,8.2515297,8.4918575,8.4021254,8.6790724,8.6537895,9.172802,9.1954279,7.1320381,6.8709893,6.734148,6.5793004,6.5727739,6.5317101,7.2723866,7.3421049,7.043314,10.479291,10.278222,10.182715,10.121986,10.398983,10.395835,10.113135,9.9137678,9.7858801,9.6647835,9.6545897,9.6339006,12.81791,12.957026,6.6861892,7.1432977,7.0519552,7.1151228,7.0888619,7.4790158,7.5366049,6.6752024,6.4665084,6.3348832,6.2198863,6.2125587,6.1358461,7.1137805,7.2225022,7.8267045,8.2611675,8.1564827,8.2970629,8.2635651,8.7410221,8.7559423,7.4993691,7.2686572,7.127665,6.9734402,6.9651198,6.9269829,7.8536291,7.9455161,7.1283307,8.9140835,8.7524967,8.7251959,8.6769085,8.9930735,8.9983988,8.60783,8.3919678,8.2548819,8.138936,8.1293755,8.099968,10.176036,10.333937,7.4498334,8.7647514,8.6180439,8.6307154,8.5866041,8.9597702,8.9622154,8.4161139,8.2062817,8.0682325,7.9331651,7.9246764,7.8989921,9.6043043,9.7481031,10.122001,10.338699,10.246752,10.86153,10.812967,11.38358,11.36113,8.1399078,7.8023267,7.6671114,7.4516497,7.4308844,7.4313951,8.0373354,8.0675249,11.18516,11.344361,11.263913,12.38952,12.361277,12.912491,12.894607,7.5955811,7.1411676,7.0264025,6.8505464,6.8340373,6.8331094,7.3799362,7.4114995,8.4613686,9.1119719,8.9951258,9.0861216,9.0025063,9.4509115,9.4352007,8.7256823,8.5454807,8.3835001,8.1950665,8.1797915,8.178483,9.2025261,9.2791843,13.36398,13.437495,13.37902,15.933761,15.926326,16.345722,16.331442,6.0919628,5.4439154,5.3714685,5.3106627,5.3062658,5.3043313,5.7278733,5.7664113,7.2148681,9.762969,9.5805101,9.5259752,9.4729271,9.7789774,9.7794371,9.4386368,9.2359085,9.1051655,8.9835596,8.9750051,8.9546547,11.585588,11.739066,7.1733146,7.7039175,7.5996552,7.6741624,7.6427379,8.0598145,8.0922089,7.1838737,6.9656186,6.8274994,6.6976404,6.689754,6.633955,7.6713815,7.7817097,7.1674399,8.0474834,7.9222865,7.9529967,7.9150934,8.292449,8.3095083,7.6712475,7.4529104,7.3127871,7.1871991,7.1785378,7.1351385,8.4829006,8.6169767,7.8759737,7.9915915,7.9243989,8.2872124,8.2717104,8.7411823,8.8132057,6.0053449,5.7521758,5.6335201,5.5160284,5.5129089,5.4452262,6.0790153,6.1395168,7.5186486,9.3737154,9.2099714,9.1986446,9.1502295,9.5071106,9.5051403,9.0523043,8.8543167,8.7212152,8.5829945,8.5754433,8.5593958,10.693428,10.842744,12.686713,12.79638,12.735253,14.774076,14.764796,15.241677,15.232316,6.7263317,6.1249552,6.0362983,5.9258838,5.9124074,5.9092712,6.3676367,6.3988228,8.2118979,8.8953581,8.7725344,8.8748846,8.8219595,9.2923098,9.2822189,8.3708391,8.1636953,8.017684,7.8392673,7.8275714,7.8157663,8.9254169,9.0205965,10.729422,10.839197,10.763144,11.81461,11.802114,12.360365,12.351774,7.0179977,6.5882301,6.4713674,6.3180451,6.3146172,6.3044524,6.8552146,6.8994622,7.4369998,10.261982,10.07852,10.026649,9.9746218,10.302501,10.300955,9.9578772,9.7768717,9.6527176,9.5145941,9.5096235,9.5024624,12.35002,12.499528,9.0194473,9.2724781,9.1769152,9.5603189,9.5295267,10.084511,10.081628,7.6319742,7.3423638,7.2045903,7.0250731,7.0158424,6.9965916,7.7154627,7.7749443,8.0410528,8.5455132,8.4337616,8.570447,8.5313702,9.0154371,9.0180006,7.8343363,7.60677,7.4638534,7.2982059,7.2886615,7.262044,8.2379227,8.3301573,8.2430229,8.6358213,8.5309458,8.7218323,8.6857824,9.194459,9.1980066,7.709343,7.468245,7.3260598,7.1561656,7.1468077,7.1198096,7.9887385,8.06915,9.2480917,9.5443592,9.4493008,9.7064648,9.6146002,10.124841,10.102647,8.6344128,8.4109144,8.2429018,8.0190811,7.9942803,7.9965997,8.6403494,8.6690702,6.9626651,8.2297344,8.0892143,8.0825291,8.0401316,8.3654222,8.3788261,7.9326653,7.7098913,7.5696235,7.4566941,7.4470458,7.407486,9.0800276,9.2336674,12.012658,12.109075,12.041873,13.721421,13.71697,14.223807,14.212494,6.7250829,6.1853285,6.0890002,5.971837,5.9676442,5.9631414,6.4586396,6.500258,8.3446465,9.0222988,8.9006653,9.0010262,8.9374418,9.4048414,9.3910236,8.5463524,8.3494244,8.1987209,8.0129032,7.9995432,7.9933667,9.0746307,9.1618509,7.2531366,7.4056344,7.3382044,7.5748663,7.5597162,8.0156794,8.1006231,6.0084357,5.7844477,5.6659417,5.5505004,5.5458999,5.4629378,6.1379309,6.2047796,8.7800674,9.1089516,9.006629,9.2880468,9.2492294,9.7910433,9.7838326,7.8890285,7.6278038,7.4858217,7.2987275,7.287446,7.2713475,8.0547037,8.1191168,6.865097,9.2236433,9.0456419,8.979929,8.9207163,9.1885681,9.1976995,8.9198713,8.7005692,8.5645876,8.4639616,8.4516411,8.4170351,10.884617,11.047018,9.729043,9.9655266,9.8733654,10.275355,10.194407,10.736573,10.711517,8.5610714,8.2926407,8.1362429,7.8981204,7.869338,7.8733153,8.457448,8.476594,8.6909933,8.8244724,8.7468719,9.2050419,9.1867628,9.7092552,9.7415018,6.6438761,6.349371,6.2200518,6.0777879,6.0742774,6.0319905,6.6687107,6.7263947,7.6132345,9.0317583,8.880908,8.8950281,8.8483629,9.2313833,9.2292366,8.6858215,8.4836264,8.3469439,8.2030363,8.1947889,8.176363,9.960393,10.102044,8.025362,9.4843788,9.3373241,9.3534842,9.2815161,9.6678782,9.658,9.2290583,9.0615644,8.916625,8.7538319,8.7449684,8.7440577,10.521372,10.648891,9.7998333,10.00133,9.9106684,10.521147,10.493315,11.063408,11.05301,7.6272802,7.2830238,7.1522384,6.971149,6.9612098,6.9501567,7.5975542,7.6460118,8.1681709,9.0467806,8.9160147,8.9851446,8.9245253,9.3683939,9.3564157,8.6490326,8.4575186,8.3108454,8.1348047,8.1232309,8.1162481,9.3928232,9.4972849,8.4489565,8.9806128,8.8656111,9.0108519,8.9556761,9.4521055,9.4395018,8.3261948,8.1107378,7.9622407,7.7727571,7.7594151,7.7497997,8.7051611,8.7832584,7.5702457,8.5599566,8.4256802,8.4666204,8.4244556,8.829421,8.8327303,8.156848,7.9448376,7.8047285,7.6615038,7.6527858,7.6253028,9.0528517,9.1834793,8.1623526,9.2697563,9.1337318,9.1730862,9.097414,9.5054379,9.4932537,8.9886551,8.8175926,8.6663799,8.4958773,8.4849939,8.4834938,9.9470482,10.05889,9.3763113,9.6645203,9.5655947,9.9233723,9.8652935,10.419329,10.398739,8.3091745,8.0405741,7.8934402,7.6766648,7.6573339,7.6555848,8.3402338,8.3799305,7.2431645,7.9512925,7.8346844,7.8870511,7.8514166,8.253006,8.2736473,7.5117826,7.2934952,7.1534886,7.0226974,7.0142961,6.9680905,8.1632938,8.2859535,7.6445351,10.405937,10.230315,10.185665,10.122799,10.458345,10.45544,10.158049,9.9991302,9.8720789,9.7225609,9.7190561,9.7212133,12.522314,12.669326,7.5711441,8.1378069,8.0262365,8.118103,8.0828304,8.5267544,8.5425406,7.5634208,7.3416009,7.2006588,7.0554194,7.0470123,7.0067992,8.0631094,8.1700392,8.6721745,9.1636829,9.0566702,9.1802969,9.0877457,9.550004,9.5325165,8.7003212,8.5159187,8.3464613,8.1480989,8.129858,8.1299267,8.9826593,9.0395622,7.8460698,8.4872961,8.3684511,8.4638977,8.4234772,8.8799076,8.8829603,7.924119,7.7050166,7.5626049,7.4045544,7.3952751,7.367887,8.4756622,8.5815525,9.0160542,9.363678,9.2601776,9.5262928,9.4683876,10.006667,9.9887781,8.3100386,8.0652723,7.9159074,7.7071824,7.6901531,7.6856356,8.4406919,8.4914055,8.0298977,9.1712399,9.0305386,9.0730047,9.0139942,9.4336433,9.423171,8.8295498,8.6431093,8.5005407,8.3327646,8.3226986,8.3160715,9.8333101,9.9531603,7.7271953,8.8072815,8.6682825,8.7090626,8.6635132,9.0749264,9.0726471,8.4146805,8.2088566,8.0692492,7.9180212,7.9091358,7.8891511,9.384758,9.51437,8.0076742,8.8809061,8.7496204,8.8193092,8.769002,9.2127934,9.2052002,8.4399633,8.2369509,8.0940886,7.926712,7.9164481,7.9025483,9.1971941,9.3092432,8.2842722,8.8089838,8.6944551,8.8394346,8.7934341,9.2882271,9.2814302,8.1102457,7.8867865,7.7417679,7.5626678,7.5513759,7.5347157,8.5071688,8.5928545,7.4256158,9.7396126,9.5644598,9.5301943,9.4800024,9.8151999,9.8138533,9.424861,9.2306499,9.101037,8.9673128,8.9603996,8.9461803,11.425545,11.577507,7.4154949,7.8200936,7.7224574,7.8408284,7.8117566,8.2636995,8.2970963,7.1193852,6.8954053,6.7577672,6.6196046,6.6122565,6.5579648,7.472682,7.5682435,6.9116826,8.4374638,8.2878494,8.2650433,8.2188177,8.5236292,8.5356073,8.1561842,7.9323082,7.7924943,7.684556,7.674171,7.6368804,9.5124941,9.6728477,10.096221,10.305004,10.21382,10.877648,10.842661,11.414896,11.397549,7.8575277,7.502749,7.3726039,7.1780443,7.1635766,7.1592679,7.786634,7.8267989,7.7574205,9.7424822,9.5782146,9.5687084,9.5123396,9.8807249,9.874403,9.4573641,9.2802076,9.1480865,8.994915,8.9882059,8.983922,11.208705,11.352077,7.2120571,11.303305,11.105577,11.002521,10.948948,11.246346,11.248673,10.996407,10.834491,10.72163,10.584471,10.583606,10.583957,14.246366,14.387298,8.3043051,9.1503077,9.024539,9.0876741,9.0074224,9.4349823,9.420989,8.8296518,8.6550493,8.4977055,8.3189154,8.3059502,8.3043613,9.5209589,9.615324,7.5429883,8.3090973,8.1859627,8.2473593,8.2084408,8.6296606,8.6386538,7.8453274,7.62848,7.4874153,7.344111,7.3354249,7.3013697,8.5361605,8.6566887,7.0026398,9.8572063,9.6651802,9.5856934,9.5252552,9.7993011,9.7999411,9.5144329,9.3039865,9.1714602,9.0602341,9.0487242,9.0221128,11.826555,11.977719,6.8833714,8.7645874,8.6035986,8.5632658,8.5116434,8.7994509,8.812417,8.4849625,8.2638979,8.1261473,8.0226936,8.0114231,7.9740043,10.115846,10.279707,6.6925855,7.0510669,6.9681511,7.0561199,7.0343037,7.4428544,7.5134668,6.4741573,6.2696733,6.1421332,6.0267639,6.0210781,5.9380064,6.8220429,6.9198852,7.5438457,10.353579,10.173101,10.125705,10.070894,10.40662,10.404016,10.071445,9.9006968,9.7769203,9.6314287,9.6273136,9.6252642,12.463667,12.61164,7.7749557,9.2360439,9.0840254,9.1015205,9.0507526,9.4436731,9.4375811,8.9020929,8.709219,8.5728445,8.4193897,8.4110937,8.3995724,10.208673,10.346038,9.3724289,9.6406717,9.5427256,9.9611425,9.9207392,10.485161,10.470392,7.9829512,7.6889148,7.5498643,7.3508182,7.3370442,7.3289776,8.0292902,8.0787144,7.1549382,11.166839,10.965924,10.861402,10.80789,11.099209,11.101331,10.839316,10.667382,10.551997,10.421816,10.419183,10.414596,14.020715,14.162054,8.9028645,9.2861433,9.1856489,9.3599548,9.2666759,9.7511139,9.7316399,8.6558981,8.4568157,8.2862101,8.0769777,8.0561724,8.0569096,8.7954903,8.8381662,7.3005223,10.220942,10.033091,9.9707451,9.9181805,10.230061,10.229643,9.89995,9.7102127,9.5847502,9.4556198,9.4493752,9.4367762,12.339269,12.489434,8.1481924,8.3198681,8.2401056,8.5621281,8.5421667,9.0508347,9.0916901,6.681365,6.417501,6.286305,6.1457148,6.1409612,6.088757,6.7715139,6.835937,8.7070284,8.8945971,8.8086615,9.2009945,9.1785803,9.7177229,9.7354412,7.0815668,6.7931762,6.6585183,6.5013356,6.4957809,6.4608183,7.1422553,7.2033091,14.239101,14.302751,14.257055,17.523212,17.521828,17.882734,17.876595,5.4821401,4.7816577,4.7228374,4.6936617,4.6865888,4.6830888,5.041183,5.0737257,6.4662442,6.5328393,6.517283,6.3574123,6.4003286,6.9395142,6.8790531,6.7210908,6.5756793,5.9998426,5.8842602,5.924582,5.9606571,6.3482528,6.4110961,5.2116122,5.2452312,5.2231269,5.1377182,5.1367903,5.6140881,5.5537529,5.3584838,5.1699715,4.2707191,4.2003727,4.2043123,4.207015,4.4752412,4.5019822,6.4868369,6.6114616,6.5976925,6.4483819,6.5552778,7.1554227,7.0994701,7.0119905,6.9083958,6.6417108,6.4977422,6.574697,6.6212225,7.0456967,7.0443645,9.4892988,9.5233889,9.4867334,9.7036028,9.7059984,11.142734,11.032101,9.5322227,9.2747736,8.7851543,8.4185686,8.4289303,8.4374704,8.7652111,8.7656488,6.1049666,6.1606822,6.1397672,6.0217929,6.0415931,6.6043262,6.5429072,6.3292398,6.1606779,5.4286656,5.3237123,5.3455672,5.3655267,5.7051902,5.7506061,6.3161411,6.4171834,6.4123425,6.256855,6.4055758,6.8354726,6.7814593,6.8107648,6.7233253,6.5282674,6.3926873,6.4961081,6.5400825,7.0080409,7.0262046,6.0770092,6.1072502,6.1168041,5.8423724,5.894063,6.1989245,6.1477265,6.13903,5.9946442,5.2584147,5.1977563,5.2431402,5.2899323,5.6326628,5.7176042,2.8882716,3.0084763,3.0105634,2.9800932,3.1768911,3.5011768,3.4900222,3.6222913,3.6086826,3.5764408,3.6026218,3.7401888,3.7590284,4.0195999,4.000968,6.1483397,6.2672262,6.2588944,6.1200686,6.2710948,6.7557068,6.7045989,6.7185922,6.6317,6.4361238,6.3109579,6.4142919,6.460567,6.9083138,6.916935,5.5861111,5.6115909,5.6198997,5.5296659,5.680707,5.9664745,5.924963,5.9989858,5.9703465,5.865849,5.6312652,5.7321692,5.7080593,6.1707187,6.1913629,6.686759,6.7819986,6.7691956,6.599227,6.6819143,7.2414031,7.1816163,7.0741401,6.954288,6.5839505,6.4477224,6.5125055,6.5587721,6.9862466,7.0205564,4.6644025,4.799324,4.7916269,4.7172203,4.9260464,5.319983,5.2860546,5.4074817,5.3575845,5.2680111,5.1940222,5.3338227,5.3688159,5.7609415,5.7561884,6.9073162,6.9590688,6.9653788,6.7054605,6.8106284,7.181488,7.1193833,7.1073813,7.0009642,6.6783543,6.5457349,6.624876,6.6735344,7.1275516,7.1813316,6.961916,7.0920815,7.0683031,6.9395261,6.9820228,7.8161836,7.7520933,7.4403286,7.3099446,6.9265656,6.7316589,6.7704668,6.804759,7.1753402,7.1451755,6.5317554,6.6783371,6.6601844,6.5045381,6.5740881,7.2768121,7.2189903,7.0324955,6.9234457,6.6350393,6.4703484,6.5249619,6.5653057,6.9545155,6.9145365,6.6228738,6.6953773,6.668735,6.5775523,6.5951805,7.3324437,7.2664022,6.9202199,6.7473011,6.0622458,5.9142208,5.9346843,5.9506125,6.2885747,6.3047752,7.6884308,7.7535877,7.7203441,7.7105565,7.7180762,8.7654009,8.6873322,8.0160589,7.8209949,7.1804261,6.9461846,6.9634037,6.9735675,7.3041892,7.3075871,6.7846484,6.8308067,6.8035774,6.8272681,6.829154,7.6639862,7.6091046,6.8497405,6.6374331,5.8181596,5.6584902,5.674541,5.6821165,5.9933324,6.02142,2.6597791,2.7669818,2.7656798,2.7417669,2.9352016,3.2027261,3.1892543,3.3382242,3.3244648,3.2965534,3.3124769,3.4510698,3.4670117,3.7237601,3.7184706,8.714694,8.7537689,8.7177677,8.9274092,8.9305029,10.082623,10.000132,8.3707542,8.1128006,7.5248208,7.2606306,7.2779574,7.2904687,7.6241698,7.6402454,5.3374534,5.5081654,5.4978232,5.3774185,5.5265636,6.1080217,6.0691881,6.0589938,5.995966,5.8752956,5.7633119,5.8620849,5.9017501,6.269074,6.2047949,6.1038551,6.1760111,6.1779375,6.0429726,6.2022824,6.5475717,6.4964294,6.5635571,6.4976377,6.3557005,6.1813431,6.2902455,6.3105226,6.7929993,6.8111396,6.6478786,6.7248859,6.7122955,6.5342689,6.5970311,7.1299319,7.069304,6.9453316,6.813633,6.344038,6.2200046,6.2735343,6.316865,6.7301631,6.7863069,6.348835,6.3995309,6.371438,6.3310685,6.3294592,7.0747681,7.0157175,6.5304179,6.3305073,5.45502,5.3011847,5.3055453,5.2926879,5.5854764,5.5936813,6.4862795,6.5889559,6.5816092,6.4153452,6.5430384,7.0233603,6.9673271,6.952311,6.8539386,6.6068835,6.4745202,6.5655503,6.6135411,7.0688114,7.0916686,6.7781706,6.8273005,6.8315535,6.5581036,6.6369348,7.0171986,6.9561934,6.9197426,6.7959938,6.3230095,6.2204933,6.2845173,6.3366246,6.7536283,6.8288555,5.8861604,5.9311519,5.9183173,5.7660151,5.7930899,6.2382264,6.1834717,6.0607104,5.9046302,5.1771812,5.089644,5.1179204,5.1483135,5.4975376,5.5796103,8.5898485,8.6562605,8.6203451,8.6392813,8.6467457,9.981638,9.880724,9.1529713,8.9614277,8.4576483,8.1263504,8.1447983,8.1588373,8.4891167,8.475625,5.9440179,5.9923358,5.9770665,5.8355579,5.8595548,6.337079,6.2803292,6.1314278,5.9720097,5.246459,5.1561971,5.1831861,5.2103901,5.5585055,5.6314702,7.2188058,7.3574944,7.331337,7.2198005,7.2464972,8.2163477,8.1472387,7.706286,7.5699191,7.1803293,6.9528866,6.9805393,7.0075345,7.3513775,7.2985101,6.5543041,6.6292319,6.605516,6.4919143,6.5189672,7.1934819,7.1291871,6.856873,6.6949902,6.0610852,5.9231844,5.9505038,5.9741054,6.330749,6.3579478,6.4256716,6.4874778,6.4900956,6.323822,6.464819,6.8224235,6.7671723,6.8070669,6.7316518,6.5554457,6.3823066,6.4817781,6.5069213,6.9904675,7.0151725,6.7258949,6.8070831,6.8030252,6.5998778,6.7065692,7.1562128,7.0963831,7.0653152,6.9572625,6.6470318,6.5166912,6.597084,6.6462121,7.1009688,7.1431723,6.3917441,6.506556,6.4966688,6.3448367,6.4733181,6.9955072,6.9411087,6.9120946,6.8149304,6.5746398,6.4423385,6.5326862,6.5805058,7.024056,7.0367689,5.9285159,6.0420251,6.0363154,5.9087691,6.0809407,6.496501,6.4475465,6.5123315,6.4358277,6.2834353,6.1556177,6.2722106,6.313777,6.775116,6.7844481,6.9077129,6.9281387,6.9440532,6.6711349,6.78725,7.101172,7.0411692,7.0448074,6.9552088,6.6927934,6.5272212,6.6084905,6.6441813,7.101069,7.1504083,6.1749125,6.3121138,6.2999172,6.1651354,6.2977834,6.8789468,6.8279076,6.7849326,6.6951065,6.4880824,6.3544097,6.4452376,6.4911904,6.9117045,6.8977194,7.4604797,7.5010271,7.4732985,7.6666374,7.6687136,8.5162096,8.4692163,6.7699699,6.5196433,5.748446,5.5879307,5.6088934,5.626544,5.9434199,5.9768891,4.6254368,4.7819462,4.7758203,4.6909041,4.8772426,5.3668952,5.3378439,5.401372,5.3552222,5.2666106,5.1987762,5.3211331,5.3564539,5.707396,5.6652083,6.6885147,6.7789607,6.7692099,6.5870943,6.6786275,7.1957178,7.1361876,7.0595264,6.9436784,6.5915165,6.4602342,6.5308623,6.578959,7.0165105,7.056232,4.8725691,5.0195203,5.0130897,4.9306164,5.1261778,5.6016359,5.5681138,5.644104,5.591145,5.4873786,5.4167361,5.5450735,5.5820975,5.9606056,5.9399505,7.6729178,7.718977,7.687963,7.7729416,7.7764883,8.7733068,8.7074423,7.6376033,7.4114237,6.7006769,6.4929085,6.5118141,6.5250869,6.8538508,6.8786192,6.8456907,6.9408708,6.9163818,6.8004308,6.8352046,7.5918608,7.5264559,7.2248821,7.0743327,6.5497055,6.3835282,6.4168673,6.445868,6.8147144,6.8232536,6.5925059,6.6708531,6.6523542,6.5060573,6.5508628,7.1531453,7.0912838,6.9005466,6.7559037,6.2173748,6.0861382,6.1268897,6.1620631,6.5508566,6.5951543,5.3427534,5.4385428,5.442709,5.354527,5.5514255,5.8579116,5.8167949,5.939394,5.8896604,5.7949204,5.6329126,5.7614741,5.7792172,6.2447944,6.2592583,7.0343447,7.1828828,7.1592994,7.0305591,7.0650201,7.9795589,7.9152107,7.5422745,7.4170456,7.066421,6.8497257,6.8822122,6.9139171,7.2665544,7.2096987,6.8030276,6.9201217,6.898725,6.7602458,6.8133531,7.5457764,7.4833503,7.2444501,7.1145725,6.7158346,6.5464067,6.5919414,6.6294098,7.0174241,7.0108867,6.3838835,6.4176989,6.4269753,6.1008434,6.2119927,6.5023565,6.4502187,6.4422483,6.3025646,5.7534342,5.6829381,5.7392325,5.8112221,6.17349,6.255127,5.5667048,5.7016902,5.6933374,5.585659,5.7644262,6.2417173,6.1985126,6.2511983,6.1804867,6.0361543,5.9325104,6.0511928,6.093811,6.5170293,6.5120783,6.6343994,6.7166748,6.6954622,6.5636444,6.602706,7.2548862,7.1917896,6.9612765,6.8118582,6.2584548,6.1181736,6.1544762,6.1859245,6.5642166,6.596117,7.0863433,7.2717452,7.2479515,7.1126637,7.129704,8.2040291,8.1358891,7.6149645,7.4990101,7.2030945,6.952879,6.9721904,6.9907985,7.2927861,7.1763005,5.8643808,6.0242767,6.0119014,5.8805442,6.0145917,6.6250873,6.5779648,6.5320978,6.4532852,6.2880063,6.1573482,6.2474461,6.2902598,6.6834373,6.6359992,7.9195366,7.9615054,7.9296837,8.0956678,8.0985918,9.0727024,9.0100937,7.5111752,7.2647882,6.571043,6.3680539,6.3879948,6.4031358,6.7337761,6.7608418,7.5008397,7.5825071,7.5508513,7.5055413,7.5186024,8.5184155,8.4427586,7.8735781,7.6943521,7.1026111,6.8782191,6.8980131,6.912662,7.2489314,7.2431436,6.7779627,6.8449469,6.8424258,6.6140442,6.6999612,7.1358948,7.0748315,7.0246363,6.9059963,6.5060916,6.3877335,6.456605,6.5064964,6.9435816,7.0043392,5.9977112,6.1805978,6.1657815,5.9895148,6.0596137,6.7258391,6.673183,6.5086641,6.4187522,6.2115064,6.0620351,6.114182,6.150219,6.5133066,6.4215302,6.5624638,6.66921,6.6585035,6.4951367,6.6049352,7.1413598,7.0842547,7.0246248,6.9184546,6.6319184,6.4961991,6.5762949,6.6244607,7.0650725,7.086307,6.6738362,6.6989875,6.7086196,6.5015688,6.6214743,6.9495955,6.8926249,6.909523,6.8360472,6.6306071,6.4381933,6.5255747,6.5430398,7.0190163,7.0556736,2.8133683,2.9272597,2.9286695,2.9033251,3.1030495,3.4004993,3.3889475,3.5326495,3.5192068,3.4877877,3.5148201,3.6558285,3.6736877,3.9383087,3.9295506,6.9555058,6.9884849,7.0044889,6.697051,6.8096428,7.1330695,7.0715847,7.0657916,6.9571786,6.6179137,6.4893088,6.5658703,6.6199317,7.0564389,7.1170101,6.4438882,6.4833364,6.4878755,6.2185245,6.2769856,6.6323361,6.5752082,6.5396094,6.4034872,5.7818074,5.7033195,5.7547789,5.8024516,6.181571,6.2689424,6.7442079,6.8445182,6.8247895,6.6817284,6.7365885,7.4051046,7.3429232,7.1369729,7.0026956,6.5612168,6.4085689,6.4553895,6.4936271,6.8898711,6.9078822,6.6399374,6.6940346,6.6924596,6.4524364,6.5186086,6.9332857,6.873322,6.8133159,6.6838226,6.1681161,6.0679226,6.1251149,6.1729393,6.5827956,6.6612854,6.2094707,6.2149758,6.2247958,6.0828924,6.2068977,6.5163074,6.468257,6.5004597,6.4564061,6.3063626,6.0657935,6.1553893,6.141468,6.6143212,6.6436701,6.8069344,6.8763237,6.8759418,6.650054,6.7539434,7.1712914,7.110261,7.0862226,6.9776077,6.6549611,6.5255065,6.6047206,6.6539512,7.1092916,7.1581869,6.8053365,6.8452501,6.8558316,6.5451841,6.6329651,6.9741282,6.9136348,6.8927364,6.7684846,6.2882042,6.1916203,6.2567577,6.3140135,6.7197204,6.7968078,6.6951547,6.7260256,6.749207,6.4163461,6.5538659,6.8444333,6.7886596,6.7836661,6.657443,6.2622695,6.1644373,6.2340374,6.3101459,6.7086334,6.77916,5.6095533,5.7218585,5.7187538,5.6113777,5.8019676,6.1673703,6.122333,6.2255712,6.160202,6.0429707,5.9078865,6.0352087,6.0703306,6.5345798,6.5433059,6.6981306,6.7798152,6.769567,6.582521,6.6596456,7.1753097,7.1149697,7.0195665,6.8961172,6.4857206,6.3592639,6.4217343,6.4684076,6.8959675,6.9467554,8.8134069,8.8649092,8.829916,8.8881006,8.8923206,10.284291,10.180583,9.3540268,9.148982,8.622797,8.2840595,8.3007345,8.3103905,8.6391668,8.6346951,5.5964665,5.6368933,5.6108198,5.5452194,5.5416822,6.1310039,6.0703859,5.75982,5.5622969,4.6439652,4.5500116,4.553092,4.5477695,4.8170137,4.8313427,7.7487588,7.8053675,7.7719769,7.785768,7.7908053,8.8493748,8.7719431,8.0226717,7.8182988,7.1527109,6.9193287,6.9359999,6.9449353,7.2734141,7.2831564,9.2050362,9.2420959,9.2097321,9.3211575,9.3277063,10.831588,10.71761,9.7270842,9.5054045,8.9804497,8.6095219,8.6221189,8.6282034,8.9497147,8.949893,5.9895759,6.0291185,6.0249591,5.8242583,5.8608627,6.245316,6.1920071,6.1245379,5.9772949,5.2636375,5.190556,5.2284756,5.2648463,5.6223307,5.7147546,7.3885818,7.4972739,7.4680629,7.3876114,7.4085727,8.391283,8.3181648,7.8250675,7.667613,7.1806602,6.9553413,6.9800367,7.0021625,7.3459539,7.3205023,6.6698666,6.7606015,6.7530994,6.5670838,6.6712112,7.1601901,7.1012249,7.0524554,6.9427452,6.6280875,6.4970007,6.5751791,6.6241503,7.0719686,7.1089678,6.8507042,6.8947353,6.9025307,6.6626081,6.7781601,7.1304488,7.0696149,7.0739021,6.9806476,6.7222514,6.5661378,6.6511488,6.6893167,7.1580882,7.2017803,6.7049212,6.8012137,6.7849817,6.6271634,6.6947303,7.3020201,7.2411733,7.0880632,6.9604807,6.5485282,6.406333,6.461545,6.5041938,6.9165993,6.946424,7.7695827,7.8195348,7.7867794,7.8292189,7.8330507,8.8858204,8.8112803,7.9487357,7.7347474,7.0506473,6.8238635,6.8411231,6.85113,7.1791902,7.1959743,6.5057893,6.4888363,6.5045133,6.3120055,6.4241362,6.7136226,6.6627784,6.6755857,6.6275516,6.4474936,6.206193,6.2872005,6.2783151,6.7437954,6.7832427,5.2248468,5.3537793,5.3463531,5.2527256,5.4521875,5.8495593,5.8093524,5.9169765,5.8558731,5.7461662,5.6431651,5.7765179,5.8154206,6.2464085,6.2474294,6.6287856,6.7878895,6.7666135,6.6114845,6.6605134,7.4481497,7.3897429,7.1298041,7.0187945,6.7234387,6.5358281,6.57973,6.6163859,6.9836292,6.9208755,6.5930262,6.676199,6.6741323,6.4881744,6.6184459,7.0337005,6.9757857,6.9854269,6.8909855,6.6587205,6.5173655,6.6110902,6.6552525,7.127037,7.1565967,6.6186318,6.7271724,6.7140827,6.5537071,6.6498885,7.2252965,7.1671109,7.0728216,6.9610653,6.6465826,6.5057282,6.5776091,6.6245909,7.054862,7.0733261,6.2524786,6.3120995,6.2936325,6.1569586,6.1857271,6.7338128,6.6733236,6.4859734,6.3277335,5.6604595,5.5519595,5.5815573,5.6090903,5.9704766,6.0276012,5.5775595,5.6190853,5.6020017,5.4878001,5.5000916,5.9704676,5.9146347,5.75176,5.5798659,4.7687936,4.6899552,4.7070909,4.7245674,5.0390954,5.0957952,6.4388404,6.538909,6.5332026,6.3679581,6.5046782,6.9566441,6.9011149,6.9075894,6.8138094,6.5896287,6.4558735,6.5523987,6.5989313,7.0618854,7.0839024,6.6618481,6.7259817,6.7282572,6.5301914,6.658164,7.035275,6.976552,6.9935083,6.9044347,6.6824799,6.5264149,6.6190705,6.6560044,7.1339822,7.1665096,6.9098868,6.984005,6.9549689,6.8858457,6.8988204,7.7327251,7.664392,7.2181358,7.0389876,6.357811,6.1836462,6.2015181,6.2131515,6.5450611,6.5518484,6.6769609,6.796948,6.7793479,6.6286116,6.7030201,7.3651185,7.3053684,7.1407084,7.0225997,6.6828995,6.5265913,6.5848918,6.6276789,7.0349851,7.0331736,5.8993487,6.0211473,6.0136456,5.8882656,6.056972,6.509717,6.4616337,6.5096316,6.4312239,6.2682481,6.149066,6.2629027,6.3069358,6.7548885,6.7606587,7.077301,7.1763687,7.149014,7.053298,7.0792093,7.9401078,7.8714299,7.4751706,7.3181677,6.7883,6.5971727,6.6247478,6.6489911,7.0030727,6.9966836,5.7069483,5.8968525,5.8832049,5.7103925,5.7981954,6.4282312,6.3766117,6.2594862,6.1806965,6.0175676,5.8796811,5.940414,5.9763827,6.3351011,6.2314219,5.59131,5.7420502,5.7321167,5.6206527,5.7836542,6.3366728,6.2941217,6.3034859,6.2324948,6.0861387,5.9763918,6.0839682,6.1264625,6.5253983,6.4970651,6.8480186,6.9080048,6.9098387,6.6606522,6.7539258,7.156364,7.0946341,7.0633068,6.9487333,6.5727549,6.4523339,6.5254006,6.5763183,7.0190973,7.0792003,4.5337882,4.6727266,4.6665535,4.5965991,4.8047152,5.220202,5.1890011,5.3011804,5.2547317,5.1674957,5.1090546,5.2474551,5.281281,5.655807,5.645287,6.9168262,6.9569573,6.9691939,6.6611986,6.7607026,7.1011896,7.0394521,7.0242949,6.9076333,6.5041022,6.39218,6.4638834,6.5205603,6.9452786,7.0136399,6.8012648,6.796814,6.8213758,6.5401821,6.6667485,6.9442415,6.8894258,6.8946319,6.8163671,6.5789781,6.3910384,6.4697208,6.4986262,6.9421339,6.9932318,6.6758833,6.7596383,6.756206,6.5604658,6.6778822,7.1164894,7.0574565,7.0434442,6.9410753,6.6670423,6.53269,6.619123,6.666976,7.1293025,7.165204,6.5543714,6.6148844,6.6071334,6.4025545,6.459816,6.9227047,6.8630271,6.7688732,6.6344347,6.1021404,5.9964719,6.0476923,6.0915251,6.4964929,6.5726552,5.3858652,5.5173326,5.5095706,5.4090214,5.5995274,6.0329103,5.9911866,6.0743475,6.0087333,5.8826575,5.7818794,5.9087429,5.9494796,6.376986,6.3758812,6.7211065,6.7915611,6.7856455,6.573503,6.6512618,7.1160045,7.0553651,6.9841108,6.8610764,6.433732,6.3159671,6.379734,6.4279709,6.8573184,6.9191046,6.2959251,6.3865199,6.3843398,6.2303357,6.3834801,6.7769179,6.7229128,6.7689528,6.6873035,6.5118175,6.3644714,6.4706836,6.5085216,6.9861178,7.0048785,6.3699012,6.4285274,6.4156466,6.2434378,6.2850614,6.7793188,6.7201605,6.5868311,6.4415989,5.8383656,5.7335491,5.773603,5.8106008,6.1949944,6.2703404,5.9957027,6.128788,6.1186457,5.9920139,6.1440649,6.6754241,6.6269245,6.6264873,6.5430126,6.3577027,6.2359295,6.3384337,6.3840599,6.8121042,6.8065619,6.2306118,6.3819876,6.3675613,6.2218637,6.331265,6.9681745,6.9151783,6.8217797,6.7293668,6.5160313,6.369863,6.4464068,6.4902177,6.8925562,6.8533196,4.8199544,4.8462005,4.821455,4.7565556,4.7464457,5.2124658,5.1519899,4.9350042,4.7381029,3.7882919,3.7287178,3.725718,3.7187963,3.9481521,3.9599349,6.4960198,6.6328101,6.6168666,6.4660926,6.5579262,7.2090063,7.1522493,7.0235815,6.9186459,6.6494942,6.4958296,6.5633783,6.6075096,7.0157609,6.9943328,6.6553435,6.7389693,6.7224317,6.5648079,6.6204958,7.2096028,7.1482668,6.9839859,6.8477368,6.3666248,6.2331018,6.2812605,6.3210397,6.7241011,6.7678213,5.7238207,5.766675,5.7406788,5.6870761,5.6817455,6.3083453,6.2522717,5.8789573,5.6797757,4.7464743,4.6289754,4.6292372,4.6133146,4.8823638,4.8905792,6.7162557,6.7655888,6.7362385,6.7222123,6.7221861,7.5444455,7.484108,6.8750348,6.6695662,5.8346338,5.6672997,5.6770606,5.6722655,5.9765778,5.9920359,5.4963927,5.6847391,5.6731915,5.5215607,5.6351457,6.2559929,6.2116799,6.1439962,6.0749726,5.9449573,5.8203897,5.8977699,5.9346461,6.2918382,6.1960068,8.5525265,8.6526356,8.6182995,8.5938873,8.6075268,9.9880104,9.8874769,9.2389555,9.0743322,8.6844072,8.3287964,8.3484774,8.36658,8.6946125,8.6450014,6.0466356,6.10041,6.0755405,5.9824815,5.9925189,6.6047063,6.5410471,6.2679906,6.0863328,5.2864313,5.1779923,5.1914358,5.201179,5.5146465,5.5410824,6.6690626,6.7790351,6.7635489,6.6072969,6.6896591,7.3041434,7.2447557,7.113111,6.9956126,6.6522536,6.5052953,6.5688324,6.6137505,7.0329266,7.0472651,6.130002,6.1769109,6.1675096,5.9852962,6.021503,6.4565654,6.4002891,6.2967877,6.1490321,5.4780803,5.3899407,5.4266238,5.4626093,5.8307562,5.9194078,7.8987331,8.0003138,7.9681525,7.9216175,7.9373727,9.0808573,8.9977274,8.3907843,8.2240019,7.7566152,7.484026,7.505939,7.525322,7.8610878,7.8296103,6.0914326,6.1286111,6.129446,5.8974009,5.9403677,6.2966199,6.243175,6.2001019,6.0556192,5.3473744,5.2805257,5.3226066,5.3627563,5.7213159,5.812139,6.7785316,6.8465056,6.847609,6.62918,6.7445388,7.1437335,7.0832329,7.0780458,6.9772758,6.7024627,6.5629144,6.6486053,6.6943212,7.161068,7.2023711,6.414227,6.5357552,6.5237846,6.3756852,6.4954071,7.0598679,7.0052023,6.9490371,6.8495798,6.6002722,6.4630594,6.5476747,6.5950265,7.0279226,7.0324988,4.4561481,4.2887316,4.246511,4.2291951,4.2005591,4.4362702,4.4092464,4.1997743,3.9693921,3.8156261,3.7610271,3.7749288,3.7694225,4.1520481,4.2405577,4.1654754,3.9738419,3.9355538,3.9206419,3.8957758,4.1162505,4.0888667,3.8854997,3.6511321,3.5022862,3.4517708,3.4590991,3.4512269,3.8052249,3.8838625,4.8903966,4.8403563,4.8000021,4.7962818,4.7613187,5.0422106,5.0446601,4.7934995,4.6194887,4.4702129,4.4081426,4.4743595,4.4860663,4.9527049,5.0736904,4.9643226,4.8984585,4.8545671,4.83987,4.8030314,5.079443,5.0702877,4.8316002,4.6460528,4.4943566,4.4315791,4.4806561,4.489594,4.9473891,5.0668073,4.6867838,4.5825911,4.543952,4.5462818,4.5202336,4.7960491,4.7866359,4.5104303,4.3060865,4.1478381,4.088563,4.1352243,4.1360631,4.5699778,4.6703439,3.500459,3.2775021,3.2482402,3.235518,3.2175984,3.3955188,3.3721437,3.2163563,2.9889429,2.8585603,2.8159082,2.814168,2.8054974,3.0975804,3.1610265,4.4688816,4.3315229,4.2962742,4.2955608,4.2750421,4.5516486,4.5270948,4.1828384,3.9643307,3.8070922,3.7534282,3.7666364,3.7597427,4.1703219,4.2546244,4.0313029,3.8726983,3.8438654,3.8432436,3.8262837,4.0744939,4.0492601,3.7188346,3.5036371,3.3625302,3.3175182,3.320255,3.3114069,3.6892824,3.7642124,3.6353326,3.4440861,3.4198737,3.4172056,3.4018142,3.6170974,3.5917013,3.3184991,3.1009872,2.9687617,2.930295,2.9276512,2.9187212,3.2490449,3.3167303,3.2418232,3.0144753,2.9883189,2.9759212,2.9585268,3.1174302,3.0977638,2.9715514,2.7508409,2.6298044,2.5924368,2.5892043,2.5802472,2.8479266,2.9064624,4.7965641,4.7200303,4.6848803,4.6983929,4.6766057,4.9862542,4.9803391,4.618371,4.4250922,4.2573867,4.196208,4.246892,4.2486777,4.7075124,4.807704,3.57411,3.3480303,3.3154621,3.298594,3.2767687,3.4487226,3.4229591,3.2889674,3.0577784,2.9261193,2.8839757,2.8813112,2.871609,3.1646729,3.2297475,4.6925311,4.625134,4.5918422,4.6140666,4.5925398,4.8893151,4.8962479,4.5738707,4.3895793,4.2305307,4.1698933,4.2430062,4.2472978,4.708806,4.812902,4.4344692,4.346065,4.3164434,4.3249054,4.3095245,4.6045403,4.5854397,4.1827445,3.9924736,3.8444998,3.7912817,3.8077493,3.804281,4.25247,4.3391223,4.3901458,4.3512125,4.3265405,4.3779902,4.3644314,4.6475554,4.6833544,4.3866277,4.2278051,4.0877814,4.0255289,4.1471524,4.1550455,4.6330595,4.739738,3.7270074,3.524231,3.4952073,3.487184,3.4697542,3.6801879,3.6522076,3.4092379,3.182194,3.0447335,3.0063069,3.0050538,2.9944913,3.321842,3.3912168,4.8055997,4.7531166,4.715281,4.7214828,4.6903338,4.972795,4.97961,4.7167201,4.5424509,4.3922815,4.3315201,4.4067378,4.4173131,4.8842635,5.0015955,4.5387521,4.5457172,4.5280776,4.5935545,4.5818605,4.9157553,4.9640827,4.55269,4.4205017,4.2541332,4.2021604,4.3353996,4.3486624,4.863523,4.9733419,4.6430497,4.6072206,4.5748215,4.6008272,4.5740747,4.8568659,4.8806257,4.6075916,4.4475784,4.3034668,4.245492,4.3497877,4.3623843,4.8415999,4.9589114,4.5050492,4.3501306,4.3091288,4.2969236,4.2696228,4.5175562,4.4937367,4.2590256,4.0329723,3.8769538,3.8212931,3.8409662,3.8363881,4.2298393,4.319705,4.7410183,4.7004447,4.6702795,4.703289,4.6832652,5.0001884,5.0163565,4.6490321,4.4799137,4.3150883,4.2554245,4.342627,4.3498678,4.8325725,4.9394913,4.5924401,4.4575281,4.4187984,4.4155879,4.3913269,4.6637759,4.6430559,4.3470163,4.1271915,3.9659638,3.9088624,3.933814,3.9296026,4.3421197,4.4326234,4.8233933,4.6941276,4.6465068,4.6219807,4.5870724,4.8385105,4.811059,4.6023307,4.3830123,4.2272568,4.1674905,4.1877761,4.1867948,4.6053848,4.7095003,4.8687477,4.7887387,4.746592,4.7385283,4.7056084,4.9812598,4.9724727,4.7237215,4.5310802,4.3765388,4.3150649,4.3651218,4.3713226,4.8212385,4.9341254,4.715826,4.6156306,4.5797462,4.5854096,4.5644178,4.8663406,4.8490882,4.4793639,4.2741036,4.1088815,4.0497766,4.078898,4.0764651,4.5193944,4.6124129,4.9570785,4.944128,4.9033403,4.8877826,4.8433881,5.1221838,5.1306238,4.900538,4.7513247,4.6150661,4.5520406,4.6184783,4.6380205,5.1157255,5.2498178,4.0833774,3.882571,3.8441947,3.8267412,3.8013067,4.0100956,3.981868,3.8011155,3.5652943,3.4194181,3.3703513,3.3747318,3.3663206,3.7091825,3.7860641,4.6684852,4.5291877,4.4852934,4.4684386,4.4375687,4.6889811,4.6649847,4.4418783,4.2205191,4.0642123,4.0063095,4.0290055,4.0267248,4.4349656,4.5324073,5.0328674,5.0012121,4.957665,4.9380188,4.8952866,5.1746426,5.1720867,4.9414945,4.7773123,4.6343021,4.5705562,4.6262736,4.6416669,5.1142135,5.2446442,4.7259412,4.6290817,4.5920153,4.5993738,4.5757227,4.8671622,4.8579693,4.5385747,4.33601,4.1726503,4.1125879,4.1585736,4.1588526,4.6007276,4.6993303,4.6565094,4.5695801,4.5364103,4.5449214,4.5267968,4.8339438,4.8168035,4.4191041,4.2229328,4.0622759,4.0049477,4.0306196,4.0285125,4.4816761,4.5732942,4.7788725,4.7469263,4.7106643,4.7206783,4.6876183,4.9701066,4.9874034,4.7273827,4.5678082,4.4233623,4.3627281,4.4518542,4.4668169,4.9441862,5.0670614,4.3742504,4.3756213,4.3565049,4.430232,4.414866,4.7260346,4.786026,4.4181848,4.2892699,4.1390204,4.0877485,4.2466073,4.2593517,4.7727804,4.882895,4.7324634,4.7131767,4.6878381,4.7196946,4.7064734,5.0459776,5.0543065,4.616384,4.4604192,4.2916875,4.2327285,4.2990608,4.3068233,4.8083057,4.9115167,4.3043666,4.1332803,4.0964274,4.088613,4.0660982,4.3147006,4.287437,4.0114279,3.7811134,3.6266711,3.5753593,3.5850563,3.5768805,3.9549842,4.0356002,4.5430269,4.5461388,4.5138707,4.5346966,4.4961219,4.7635241,4.8239951,4.5824518,4.4539976,4.3293114,4.2683973,4.386889,4.4097209,4.898386,5.0276995,4.8136058,4.7521501,4.7192388,4.7359595,4.7168565,5.0398889,5.0336699,4.6318521,4.4466672,4.2772307,4.2159328,4.2636952,4.2661271,4.737802,4.8373218,4.7936974,4.8095446,4.773272,4.7573872,4.7078304,4.9813337,4.9991679,4.7793541,4.6561775,4.5345221,4.4744735,4.5477757,4.5748239,5.0507421,5.1900177,4.7640209,4.678967,4.6395984,4.6410666,4.6122594,4.8892698,4.8844948,4.6211777,4.4270911,4.2717323,4.2117076,4.2678556,4.2723937,4.7193332,4.8272042,4.5144844,4.3652511,4.3256454,4.3179436,4.2924824,4.5500607,4.5275431,4.2655268,4.0411782,3.8830969,3.8271716,3.8487155,3.8439288,4.2427845,4.3317528,4.1942248,4.0202708,3.9859104,3.9798119,3.9592354,4.2056909,4.1778326,3.8857222,3.6570418,3.5062718,3.4581487,3.4637408,3.4544272,3.8272917,3.9049911,4.7988214,4.7612915,4.7314034,4.7616582,4.7429819,5.071044,5.0813909,4.683816,4.5145292,4.3442926,4.2833462,4.3596349,4.3663783,4.8527875,4.9581394,3.7415528,3.5322487,3.5012639,3.4908042,3.4719274,3.676568,3.6482019,3.4342752,3.204217,3.0654533,3.0223546,3.0229967,3.0137305,3.3353696,3.4044547,4.118844,4.1462045,4.1214371,4.1585751,4.1175528,4.3628287,4.4648223,4.2433448,4.1442842,4.0423374,3.9843841,4.129631,4.1595325,4.6441636,4.7710481,4.8713036,4.8487163,4.8097157,4.8060894,4.7667522,5.0460563,5.0616364,4.8192172,4.6646838,4.5246038,4.4621968,4.5395355,4.5570807,5.0344319,5.1633654,4.5257287,4.5104704,4.481391,4.5187774,4.4917397,4.7707405,4.809443,4.5399904,4.3973379,4.2616768,4.205102,4.3349481,4.3518748,4.8437428,4.9648161,4.9264722,4.8800244,4.8387346,4.8309584,4.7941055,5.0743084,5.0757446,4.8301897,4.6579576,4.5099478,4.4473581,4.510757,4.5233154,4.9910722,5.1142807,4.8379683,4.811214,4.7731051,4.7744675,4.737483,5.0179,5.0343156,4.785285,4.6284037,4.4863853,4.4245615,4.5061669,4.5227222,4.9998341,5.1264238,4.696279,4.5735068,4.5315809,4.5219426,4.4926558,4.7555909,4.7375259,4.4919538,4.2782016,4.1207585,4.0620236,4.0946836,4.0941219,4.5144687,4.6139593,4.8462238,4.7428889,4.698627,4.6836767,4.650455,4.9171925,4.8996539,4.6639676,4.4582701,4.3021617,4.2413459,4.2771358,4.2798142,4.7149057,4.8229122,4.9493089,4.8497825,4.8024879,4.7793016,4.7425857,5.0069394,4.9848785,4.76369,4.5582185,4.4033427,4.3414121,4.3715248,4.3748255,4.8136697,4.926012,4.2649317,4.2747407,4.2470112,4.2921238,4.2579851,4.5158091,4.6017151,4.3542819,4.2379999,4.1215863,4.0648346,4.2227945,4.2463226,4.7450933,4.8700328,4.5493345,4.5415978,4.5111756,4.5422339,4.5110645,4.7879601,4.8299341,4.5677795,4.4308534,4.2977848,4.240396,4.3679366,4.3877587,4.8798456,5.0047407,4.4847183,4.4687729,4.4451141,4.5037327,4.4859238,4.7905993,4.8365369,4.4934554,4.3481994,4.1979127,4.1464839,4.2810454,4.292532,4.7917409,4.9024329,5.0935311,5.0336928,4.9862843,4.9598284,4.9182577,5.1929202,5.1764684,4.9531627,4.7688794,4.6194272,4.5553622,4.5947375,4.6044474,5.0658355,5.1905541,4.6292095,4.5824571,4.554131,4.5714784,4.5579128,4.8802161,4.8710437,4.4416957,4.2705145,4.1135879,4.0585103,4.093781,4.0963731,4.5799108,4.6752667,4.5530252,4.3881631,4.3430071,4.3204069,4.2890244,4.522223,4.4922757,4.2972803,4.0659833,3.9120803,3.8564041,3.8682203,3.8629777,4.2506814,4.3429089,3.9663124,3.763881,3.7289329,3.716449,3.6947682,3.9080815,3.8804326,3.6709647,3.4370677,3.2922277,3.2442133,3.247757,3.2389605,3.5764482,3.6494532,4.0540576,4.0701666,4.0483127,4.1147518,4.0874329,4.342886,4.4194193,4.1647987,4.0593538,3.9488108,3.8996332,4.0955081,4.1203437,4.6314058,4.7533603,4.2772913,4.1478429,4.1171665,4.1195736,4.1022606,4.3739543,4.3502479,3.9842432,3.7761333,3.6295545,3.5793576,3.5876234,3.5803707,3.9914362,4.0720406,4.836833,4.7659736,4.7257576,4.7241874,4.6926126,4.9716849,4.9687877,4.7115507,4.5249748,4.3714108,4.310286,4.369895,4.3773513,4.8330913,4.9467793,4.6786575,4.6751399,4.6536503,4.7022333,4.6895738,5.0305161,5.0585752,4.6292706,4.4856982,4.314095,4.2573967,4.357017,4.3682799,4.8774209,4.9849529,4.6791835,4.6185083,4.5833874,4.6006603,4.5746555,4.8555741,4.8664355,4.5939074,4.4165001,4.2666388,4.2083812,4.2909055,4.2987018,4.7620387,4.8732624,4.6306758,4.5046163,4.466845,4.4664063,4.4434333,4.7264776,4.7058344,4.3797688,4.1630163,4.0000043,3.9424915,3.9668806,3.9626253,4.383821,4.4742813,8.1247654,8.087389,8.0968904,8.1288776,8.0917263,8.1233578,8.0949306,8.074564,7.9233747,7.9079142,7.8991113,7.9231672,7.9541545,8.9274044,8.8510618,8.5951805,8.5636425,8.5639973,8.5320244,8.4696732,8.5710793,8.5241499,8.4903116,8.2798424,8.2478905,8.2110672,8.2327337,8.284049,9.5345459,9.4559517,7.9527717,7.918889,7.9271388,7.9747834,7.9481869,7.9703894,7.9463215,7.9280844,7.7991776,7.7864361,7.7822323,7.8079128,7.8330712,8.678443,8.6122379,8.3110504,8.270443,8.2812948,8.2950182,8.2463102,8.2974911,8.2618799,8.2384653,8.0535278,8.0337296,8.0153961,8.0401678,8.081399,9.2582808,9.1668835,8.4488039,8.4098644,8.4165602,8.4061413,8.3491688,8.4053383,8.3683701,8.3422585,8.1613388,8.1381464,8.1194191,8.1375256,8.1766129,9.2692022,9.1897535,8.2688627,8.2300634,8.2394133,8.2533569,8.2073212,8.2480927,8.2162619,8.193903,8.0286112,8.0103273,7.9976573,8.0187492,8.053483,9.092392,9.012104,8.3118477,8.2737913,8.2821798,8.2866955,8.2380104,8.2774277,8.2462664,8.2236614,8.0633984,8.0446329,8.0329733,8.0504246,8.0832891,9.0711775,8.9960108,8.2203836,8.1833696,8.1922112,8.2072144,8.1641884,8.1977758,8.1689806,8.1478481,7.9967179,7.9798951,7.9706826,7.9894471,8.0199461,8.9673185,8.894125,8.105648,8.0667849,8.0781183,8.121911,8.0860767,8.1232414,8.0925198,8.0719357,7.9060674,7.8905606,7.8770304,7.9078169,7.9440656,9.0357084,8.9499178,8.5021381,8.4642944,8.4698076,8.4532557,8.393816,8.4647055,8.4238443,8.3954229,8.2007236,8.1747313,8.1498499,8.1698351,8.2139797,9.3885918,9.3056936,8.52985,8.4931765,8.4980469,8.4777565,8.4173965,8.4980755,8.4549751,8.4252501,8.2224522,8.1948519,8.1659279,8.1870003,8.2344208,9.4596529,9.3744049,8.1311913,8.0953455,8.104228,8.1293144,8.0917702,8.1205769,8.0937958,8.0738688,7.9314089,7.9161916,7.9090371,7.9293995,7.9577155,8.8642817,8.7936544,8.4507189,8.4111109,8.4195518,8.4121265,8.3555231,8.4225664,8.3824825,8.3558826,8.1580915,8.1340551,8.1101027,8.1320944,8.177392,9.4011173,9.3098602,8.3640995,8.3250666,8.3333454,8.3343229,8.2824965,8.3303385,8.2961082,8.272028,8.0991125,8.0785179,8.0631056,8.0822001,8.1189804,9.183506,9.1032619,8.5312605,8.4936571,8.4977493,8.475812,8.4142447,8.4849882,8.4439354,8.4147291,8.2221861,8.1952648,8.1706533,8.1892595,8.2323084,9.3763094,9.2981062,7.4890642,7.4615283,7.4658494,7.5644808,7.5653076,7.5758376,7.557251,7.5422578,7.450316,7.4419012,7.4434462,7.4825687,7.4993229,8.1408672,8.09198,10.394917,10.279468,10.261341,10.172981,10.207479,10.269032,9.921113,9.9220562,9.6312485,9.5877132,9.3920393,9.5030422,9.5269089,10.436989,10.358816,8.9573202,8.8509274,8.8220739,8.7606764,8.786931,8.8188353,8.6273165,8.6018124,8.2319746,8.1970901,8.1433849,8.1871738,8.2953167,10.250027,10.153894,10.982458,10.866381,10.840137,10.799909,10.70739,10.741614,10.402861,10.388967,9.9968739,9.9752064,9.9317703,10.032007,10.10556,11.862038,11.753217,8.281003,8.1863031,8.1620522,8.0639153,8.1253815,8.1646376,8.0170679,7.9895234,7.6434197,7.6078501,7.5488424,7.5828185,7.7014909,9.5744295,9.4878149,9.1044216,8.9782534,8.9138298,8.8840504,8.6928358,8.7067776,8.5317469,8.475358,8.1273565,8.1066895,8.0465555,8.0897703,8.1380844,12.040683,11.906956,11.427521,11.319758,11.303784,11.252906,11.222995,11.26231,10.86071,10.855101,10.45817,10.43188,10.377642,10.495522,10.573602,11.836975,11.738269,10.013544,9.9038095,9.8110037,9.8574476,9.6517706,9.6653633,9.3886471,9.3223286,8.9720964,8.9643784,8.9283361,9.0099678,9.0391026,14.123551,13.956717,6.4609165,6.3857303,6.3565636,6.2624478,6.5131044,6.5399256,6.4386592,6.4083576,6.0793738,6.0320983,5.9602604,5.962008,6.1235628,7.3914132,7.3365326,8.8169489,8.709878,8.6789265,8.5886345,8.5171194,8.5550003,8.4022808,8.3682346,8.0277271,8.0016861,7.9473214,7.9909387,8.0755243,10.604665,10.497965,10.060115,9.9379568,9.9101715,9.8348942,9.8961697,9.9257278,9.6207485,9.6030674,9.231926,9.1915655,9.0901031,9.1642685,9.2517405,10.418375,10.326009,10.402083,10.297191,10.282959,10.194531,10.243432,10.325718,9.9664793,9.9849062,9.7297525,9.6826429,9.4328728,9.5590067,9.5576258,10.348444,10.28367,11.33286,11.210375,11.169988,11.155779,10.978025,11.005035,10.641738,10.619347,10.227143,10.214061,10.179152,10.290204,10.343232,12.639091,12.518943,9.2262506,9.1218185,9.0969753,9.0358667,9.1265707,9.1582594,8.9280043,8.9085865,8.52565,8.4857674,8.4241257,8.474823,8.5941448,10.089719,10.000815,10.034151,9.9075203,9.8537941,9.8348303,9.6510916,9.6730585,9.4307919,9.392848,9.024457,9.0075884,8.9590998,9.0285807,9.0830622,12.152054,12.02285,6.8648796,6.7783098,6.7495332,6.6897974,6.9703894,6.987958,6.8556709,6.8273854,6.4669046,6.4124503,6.3346767,6.3356109,6.4964271,7.6245503,7.5651708,6.1497641,6.076468,6.0554566,6.0075717,6.2967787,6.3215013,6.2289076,6.200912,5.8531032,5.7967005,5.7724943,5.7629447,5.9277844,7.2294149,7.1791692,9.6000004,9.4745045,9.4237566,9.3897943,9.2245455,9.2468567,9.039835,9.0000381,8.6385117,8.6182661,8.5642862,8.6209717,8.681016,11.729637,11.604609,8.0370216,7.9543962,7.9363518,7.8061223,7.8914824,7.9383769,7.804213,7.7775822,7.4470854,7.4153581,7.3601317,7.3971128,7.524941,9.2559767,9.1770487,8.5260868,8.4316883,8.4126606,8.2933464,8.2623253,8.3101988,8.1785192,8.1505365,7.8232951,7.7994089,7.7610035,7.8047957,7.9020443,10.121964,10.024452,9.1086407,8.9939909,8.9571123,8.8914032,8.8030853,8.8342953,8.6582766,8.6242447,8.2704382,8.2442665,8.188139,8.2351217,8.3153906,10.889075,10.777927,10.191707,10.022684,9.9899044,9.9255953,9.9400415,9.9626055,9.6247063,9.6039448,9.3048811,9.2666674,9.0632515,9.1488981,9.1485081,10.11869,10.031623,8.6993418,8.5864468,8.5407038,8.4706059,8.3377438,8.3669882,8.2254629,8.1761274,7.8424668,7.8191113,7.7647023,7.8030715,7.8659897,11.335499,11.21373,8.7918072,8.676362,8.6405172,8.561964,8.4141216,8.4480934,8.3165274,8.2749653,7.9415736,7.9200325,7.869514,7.9084501,7.9726577,11.018658,10.898281,10.22053,10.10562,10.07717,10.029124,9.9730787,10.006026,9.7305403,9.7116499,9.3278351,9.3013191,9.2515812,9.3282795,9.4136696,11.289344,11.182511,10.99863,10.890814,10.921582,10.917655,10.768352,10.764444,10.706482,10.658263,10.299892,10.272203,10.261844,10.279106,10.341914,11.687198,11.542901,9.8844929,9.7688074,9.8300209,9.8280745,9.6876144,9.663805,9.6314678,9.5896635,9.2185373,9.2103043,9.207674,9.2178268,9.2911263,11.153884,10.894342,14.632567,14.542909,14.570808,14.566287,14.429495,14.384445,14.3331,14.273073,13.977432,13.948064,13.943239,13.939631,13.986506,14.507866,14.580883,11.763885,11.649259,11.684525,11.666282,11.502845,11.479027,11.426004,11.369727,11.010076,10.982808,10.982627,10.988131,11.049166,12.261221,12.133115,9.6676054,9.5771132,9.5973806,9.8115091,9.7626925,9.7565107,9.7036552,9.6600132,9.3463211,9.3258877,9.328516,9.4120522,9.4641943,10.754972,10.622924,10.275732,10.170035,10.216359,10.262025,10.130532,10.105069,10.065454,10.01559,9.6753922,9.6625309,9.6629009,9.6891432,9.7536392,11.166281,10.952896,12.133428,12.044791,12.081895,12.085542,11.901545,11.815283,11.789437,11.692456,11.428622,11.419274,11.432255,11.437455,11.483697,11.629403,11.435598,11.091789,10.987931,11.032948,11.0466,10.884882,10.835218,10.801207,10.73384,10.413194,10.401671,10.407949,10.420334,10.478862,11.410273,11.200313,10.978773,10.883876,10.914315,11.06851,10.981672,10.955703,10.904518,10.851825,10.537433,10.516641,10.515636,10.575047,10.629548,11.671075,11.551712,10.720572,10.607432,10.638874,10.613797,10.453988,10.45465,10.397179,10.351462,9.9879131,9.9603157,9.9510059,9.9637489,10.028459,11.509205,11.347268,13.03373,12.939496,12.972952,13.017565,12.887774,12.850216,12.795743,12.737627,12.419144,12.394395,12.382777,12.404112,12.458203,13.19591,13.160221,12.10314,11.999681,12.032546,12.050387,11.907166,11.882672,11.826118,11.771169,11.42686,11.39982,11.390693,11.40719,11.46562,12.492442,12.398119,11.558633,11.460187,11.49143,11.575078,11.460012,11.436394,11.381305,11.328173,10.995523,10.971487,10.964287,11.002071,11.058847,12.094642,11.989803,11.954662,11.858877,11.897279,11.953007,11.813083,11.763787,11.721027,11.652539,11.345428,11.327889,11.327088,11.351093,11.404777,12.11081,11.975718,8.1833763,8.2125368,8.1667175,8.1037493,8.1373701,8.7713423,8.6669273,8.6460209,8.4597521,8.4079523,8.1994696,8.2792244,8.3077145,9.422965,9.3382998,7.7920251,7.8496165,7.7254767,7.6942096,7.6945963,8.4881706,8.4047699,8.2875862,8.1575775,8.1043177,7.8182673,7.8956079,7.9084792,8.6895781,8.6130972,9.6448765,9.6834784,9.5191488,9.4834757,9.4962234,11.650201,11.489887,11.465574,11.432227,11.411638,10.633082,10.748597,10.751639,11.102071,11.057851,8.1854,8.2197676,8.1575356,8.0976181,8.1268425,8.8516665,8.7479448,8.711298,8.5393324,8.4862423,8.2447472,8.326149,8.3509827,9.3625851,9.2847652,8.064599,8.1106491,7.9883304,7.9428382,7.9641705,8.9555283,8.8547602,8.7844648,8.6573668,8.6067152,8.2594328,8.3586035,8.3737135,9.117074,9.0485172,8.0824986,8.1320553,8.0680628,8.0066805,8.0606499,8.9050341,8.7964191,8.7824926,8.6303501,8.5783424,8.3045177,8.3983946,8.4202681,9.3100557,9.2371283,7.1633039,7.231246,7.0660968,7.0561218,7.0567393,7.8997464,7.8299108,7.6914754,7.5975542,7.5539069,7.2393565,7.3331037,7.3404784,7.96558,7.8482318,8.5104828,8.5925198,8.5041838,8.4355354,8.4979401,10.041155,9.9102507,9.9052544,9.8242655,9.7811079,9.2811832,9.381649,9.3913746,9.8742113,9.8003817,8.0392981,8.0972652,8.0302153,7.9686236,8.0329008,8.9613371,8.8509216,8.84548,8.7061281,8.6548653,8.3571014,8.4564285,8.4761953,9.2880573,9.2183447,7.5334501,7.5794406,7.3645396,7.3376131,7.3513403,8.5164404,8.4284811,8.3459272,8.2675266,8.2304726,7.7905765,7.9356022,7.9436493,8.4672995,8.4097576,10.33273,10.421126,10.374331,10.288966,10.298935,12.708131,12.51751,12.496561,12.471036,12.455338,11.615601,11.655081,11.659188,12.016605,11.920901,7.5097256,7.6482153,7.6011782,7.4941092,7.5931611,8.9276209,8.8178892,8.8491306,8.7799997,8.7410612,8.3570623,8.4536428,8.463378,8.9137239,8.8050947,7.9743514,8.0812092,8.0194902,7.9372115,8.0286522,9.4104195,9.2908278,9.3143797,9.2331896,9.1896696,8.7697783,8.8718147,8.8827019,9.3767223,9.2937279,8.7556114,8.8935709,8.8331051,8.7043209,8.7384415,10.60725,10.462376,10.441873,10.393682,10.366366,9.7813931,9.8457556,9.8517008,10.207581,10.068761,7.9816484,8.0278978,7.9000053,7.8583112,7.87257,8.8095264,8.7139502,8.6301775,8.5021963,8.4512329,8.1179247,8.2141266,8.2288179,8.9849339,8.9150658,8.1311932,8.1715698,8.07724,8.0263395,8.0436764,8.8766031,8.7772675,8.7097445,8.5589437,8.5053873,8.2178526,8.302413,8.3217363,9.1998606,9.1287851,8.1223774,8.1614323,8.0708151,8.0217609,8.0284824,8.7746754,8.6805191,8.5997276,8.4412203,8.3863621,8.1263371,8.2014303,8.2213488,9.147522,9.0786476,8.1933298,8.2467098,8.1415462,8.0883064,8.1301012,9.2485542,9.1371584,9.0984459,8.978199,8.9283695,8.5520945,8.6552429,8.6702957,9.3612852,9.2945938,8.0380144,8.1157188,8.0428343,7.9783497,8.0595217,9.2456102,9.1295099,9.1398563,9.0326309,8.984417,8.6117525,8.7186756,8.7332478,9.3577824,9.290844,8.1446877,8.1904202,8.0909872,8.0387211,8.0687933,9.0250845,8.9199753,8.8671293,8.7294827,8.6775007,8.3516502,8.4461899,8.4638023,9.2597265,9.1900711,7.4738331,7.5268898,7.3451843,7.3207688,7.3280997,8.287425,8.2068596,8.0980244,8.0002861,7.9568887,7.5956154,7.7118731,7.7214031,8.349905,8.2741642,7.0483851,7.1076818,6.9047971,6.8925066,6.897202,7.8132448,7.7448444,7.6218891,7.5404415,7.5031037,7.1502905,7.2729115,7.2803812,7.8532948,7.7630091,8.06639,8.1556654,8.085248,8.0151157,8.1012173,9.4135828,9.294136,9.3109732,9.2179337,9.1718597,8.7639685,8.8699198,8.8823586,9.431654,9.3603439,8.0660744,8.1096048,7.999907,7.9535971,7.9684095,8.8461075,8.7488804,8.6713676,8.5309725,8.4782009,8.17062,8.2592621,8.2762709,9.0972481,9.0270967,7.6265831,7.7051344,7.6591215,7.5950637,7.7022419,8.5662766,8.4601526,8.5055656,8.3769102,8.3289852,8.0701599,8.1825409,8.2025061,8.9892616,8.9241257,8.1450949,8.1983557,8.1124382,8.055048,8.1033726,9.1107836,9.0003119,8.9723549,8.839179,8.7878294,8.4551449,8.5536461,8.5713921,9.3378716,9.2690821,6.2191954,6.2924905,6.1062679,6.116828,6.1176095,6.8832622,6.8343258,6.685297,6.6226029,6.5930691,6.3023891,6.4046969,6.4103222,6.9258175,6.7528229,8.0222635,8.0699577,7.9262285,7.8846359,7.906631,9.0029278,8.9016867,8.8307295,8.7191963,8.671586,8.2827682,8.3931837,8.4057751,9.067009,9.0009613,8.1343136,8.2016735,8.1192064,8.0584536,8.1251574,9.2848644,9.1691036,9.1624165,9.0482273,8.9989948,8.6255789,8.7303925,8.7455168,9.4029617,9.3363953,6.7391353,6.8786383,6.8453045,6.762991,6.9129505,7.9979825,7.9074798,7.9973097,7.9289217,7.8932023,7.6042953,7.7254691,7.7375731,8.2303476,8.149477,7.1364822,7.2093015,7.0561833,7.0488815,7.0479407,7.8548393,7.7863646,7.6421762,7.545948,7.500978,7.2037835,7.2875175,7.2946234,7.9330058,7.8044114,8.0034161,8.0468502,8.0082054,7.9436278,8.0071497,8.6578188,8.5502796,8.5616398,8.3864098,8.336237,8.1295071,8.2217846,8.24932,9.3112736,9.2296915,7.6556535,7.7491488,7.6943707,7.6264534,7.7369585,8.8338375,8.7245827,8.7686243,8.6662874,8.6199846,8.2936707,8.4074125,8.422636,9.0453234,8.9794731,8.3450489,8.4176998,8.3246756,8.262908,8.3256111,9.7106371,9.5870247,9.5782051,9.4838371,9.4377832,8.9873753,9.0928259,9.1045065,9.6521006,9.5844984,8.1224356,8.1569471,8.1139488,8.0500746,8.0954351,8.7402039,8.6339931,8.6257744,8.4436541,8.3924274,8.1832066,8.2679834,8.2961454,9.390501,9.3065767,6.7738051,6.8378005,6.6328669,6.6281781,6.631247,7.5039558,7.4424157,7.3099642,7.236589,7.2027078,6.8660035,6.9854817,6.9923434,7.5401592,7.4296861,8.2215261,8.2801371,8.179842,8.1242161,8.1742611,9.3561516,9.241292,9.2137928,9.0996561,9.0505762,8.6583099,8.763092,8.7774649,9.432066,9.3660135,7.2611127,7.3727207,7.3285122,7.2572913,7.3919415,8.470685,8.369029,8.4407511,8.3521128,8.3095865,8.0058241,8.1262951,8.1405878,8.7143269,8.6474676,8.6296282,8.7276421,8.650115,8.5660295,8.6243553,10.298476,10.161329,10.155988,10.087024,10.04756,9.5109329,9.6007643,9.60886,10.040151,9.9504576,8.1090384,8.1563377,8.0363722,7.9890141,8.0154819,9.0536165,8.9495468,8.8876734,8.7633562,8.7131472,8.3529892,8.4544859,8.4694405,9.1926279,9.1249208,8.6042242,8.6668844,8.5447397,8.490653,8.5344181,10.091734,9.962698,9.9370356,9.8561115,9.8142996,9.2880812,9.3981104,9.4071627,9.8934288,9.8292532,7.4630117,7.5375366,7.4089966,7.3927245,7.389338,8.1428957,8.069356,7.9290156,7.8134513,7.7620721,7.4903641,7.5589957,7.5681782,8.2920418,8.1909952,8.1570616,8.206337,8.0430927,8.0027857,8.0291996,9.349474,9.2405548,9.1825972,9.0928488,9.0503759,8.5831575,8.7074976,8.717124,9.2610054,9.2003956,7.5388327,7.6135092,7.5783734,7.5152807,7.6286569,8.3517656,8.2477808,8.3067713,8.1650877,8.1182804,7.9037008,8.017314,8.040308,8.9280491,8.860693,7.7946892,7.8425965,7.6765547,7.6421862,7.6567707,8.7052259,8.6127186,8.5259113,8.4211712,8.3756971,7.9922361,8.108489,8.11975,8.7626667,8.6958933,5.766293,5.8988118,5.8773651,5.8241849,6.028141,6.8191361,6.7513175,6.914618,6.8526497,6.8254108,6.6540418,6.8066239,6.8222375,7.3685303,7.3234177,7.2886467,7.3851657,7.3438778,7.2797055,7.4134054,8.3216276,8.2209721,8.2944002,8.1857538,8.1413393,7.8837118,8.0060415,8.0238724,8.7190571,8.6586761,7.9756598,8.0247269,7.9168,7.876658,7.8781719,8.64219,8.5540085,8.4515266,8.3068609,8.2520151,7.9805593,8.0549612,8.0710697,8.9236412,8.8555679,8.0081892,8.053647,7.9411016,7.8983731,7.9065289,8.7388372,8.6461716,8.5555944,8.4147806,8.3613691,8.0664902,8.1502609,8.1666059,8.9948225,8.9245787,6.9293423,7.0236506,7.0034389,6.9469776,7.1074352,7.7090421,7.616272,7.7331367,7.6061416,7.5663939,7.4029016,7.5362639,7.5593629,8.4349108,8.3764229,7.4735041,7.5180702,7.2839651,7.2596765,7.2735262,8.5121021,8.4246283,8.3480768,8.2811623,8.2482891,7.777391,7.9356551,7.9426575,8.4135799,8.3617611,7.4476471,7.5102482,7.3543034,7.3351092,7.3368735,8.1956406,8.1189251,7.9907694,7.8850236,7.8377504,7.5197816,7.6122355,7.6213975,8.2922125,8.1962385,7.4346523,7.4768872,7.2200046,7.1986885,7.2125645,8.5522261,8.4650631,8.397336,8.3440361,8.3167429,7.8065028,7.9805355,7.9866958,8.3940611,8.3493996,8.3150902,8.3707714,8.2441254,8.1942759,8.2339821,9.5572233,9.4405451,9.4014425,9.3027077,9.2569342,8.80618,8.9180899,8.929533,9.5048075,9.4413004,6.822237,6.8755455,6.6383505,6.6248903,6.632515,7.5822616,7.519011,7.4104099,7.3411088,7.3100271,6.9328399,7.0825834,7.0896635,7.6140294,7.5477166,8.114397,8.1740417,8.0934525,8.0339451,8.0932121,9.1398449,9.0273399,9.0125513,8.8851795,8.8344908,8.4945107,8.5959253,8.6131077,9.3467255,9.2789469,8.1558313,8.2055464,8.0859118,8.0371666,8.0692301,9.1761036,9.0683832,9.0150805,8.8964825,8.8471317,8.4665813,8.571269,8.5855532,9.2726278,9.2061348,3.8844945,4.0045815,3.9959352,3.9707775,4.2062516,4.6584191,4.6271353,4.8547201,4.8273091,4.8227987,4.8088484,4.9853659,5.0051088,5.5111923,5.5018983,8.3505564,8.4131069,8.3044395,8.2489424,8.2995167,9.6445684,9.5240297,9.499609,9.4008713,9.3544827,8.9067116,9.0147247,9.0266047,9.5973845,9.5323553,8.1630268,8.2030039,8.1198406,8.0647593,8.0904207,8.9212313,8.8182955,8.7662134,8.6113205,8.557992,8.2763376,8.3621712,8.3829813,9.2834911,9.2108774,7.8613338,7.8969612,7.6225152,7.598115,7.610487,9.2263622,9.1253815,9.0816879,9.0457201,9.0240717,8.4294605,8.6140032,8.6169567,8.9449434,8.9082327,8.3686438,8.4203634,8.2630482,8.2196884,8.2504873,9.7082338,9.5906229,9.5449724,9.4630718,9.4223127,8.9133568,9.0368414,9.0455542,9.5456543,9.486228,7.0747614,7.1696763,7.139698,7.0794148,7.2276926,7.9618702,7.8661232,7.9621511,7.8433614,7.8009739,7.5984831,7.726644,7.7473679,8.5384789,8.4803734,7.6317716,7.6702819,7.4025388,7.3797188,7.3924346,8.8693533,8.7757845,8.7188253,8.673955,8.6491613,8.0961304,8.2761917,8.2804117,8.6429214,8.6014748,8.1437006,8.1908007,8.1111135,8.0533848,8.0948648,9.0005465,8.8928366,8.8594952,8.7135019,8.6611347,8.3605452,8.4535427,8.4734631,9.3185272,9.2471895,6.8031154,6.8845468,6.7409439,6.7452602,6.7429662,7.4967213,7.4355488,7.2814422,7.1937089,7.1517129,6.8802195,6.9540596,6.9598665,7.572422,7.4034901,8.2130909,8.2650604,8.134367,8.0869083,8.1209936,9.3496857,9.2383995,9.1891022,9.0834398,9.0365019,8.6132879,8.7245102,8.736783,9.3525095,9.2882967,8.1578045,8.2007055,8.1188498,8.0625248,8.0953093,8.961813,8.8565054,8.8129606,8.6620207,8.6091404,8.318141,8.4074602,8.4278975,9.3034163,9.2312002,8.1340733,8.1772022,8.0789671,8.0275326,8.0517216,8.9536753,8.8512354,8.7912235,8.6479664,8.5953074,8.2858,8.3763504,8.3946714,9.2259159,9.1554155,8.6295176,8.6658955,8.4290075,8.399375,8.4123535,10.266992,10.141533,10.108333,10.073838,10.052651,9.3797855,9.5417223,9.5447845,9.8752232,9.8359499,8.2174597,8.2470608,8.1831512,8.1249313,8.1416903,8.8233156,8.7232513,8.6730108,8.4954491,8.4417515,8.2113533,8.2863493,8.311636,9.3568058,9.2796431,8.1593313,8.2083368,8.1102829,8.0566092,8.093586,9.101717,8.9937201,8.9498043,8.8172674,8.7658911,8.4258118,8.5235405,8.5405779,9.3041153,9.235384,7.9389858,8.0068989,7.9439149,7.8808465,7.9604383,8.9341488,8.8231363,8.8341331,8.7048759,8.6547613,8.3492088,8.4537735,8.4723263,9.2306318,9.1632128,7.2679181,7.3472357,7.3269553,7.2677741,7.4053316,7.9749894,7.8754272,7.97054,7.8234076,7.7810383,7.6177979,7.7409363,7.7665987,8.7404633,8.6726542,8.0920773,8.2328768,8.1769476,8.05198,8.1129284,9.6971197,9.570405,9.5662069,9.5051622,9.4700413,8.9967432,9.0745192,9.08183,9.4780121,9.3468609,7.7727709,7.8274913,7.7995553,7.735518,7.8268585,8.423481,8.3166752,8.3620424,8.1917658,8.1444168,7.9612341,8.0643778,8.0923128,9.1554632,9.0758963,7.793941,7.8447938,7.7006044,7.6671033,7.6749239,8.5864096,8.4983196,8.3961086,8.2768469,8.2271719,7.8952451,7.9924178,8.0048828,8.7268047,8.6527901,7.7788324,7.8592138,7.8018293,7.7369523,7.8347278,8.8493271,8.7393503,8.7700758,8.6528158,8.6044273,8.295208,8.4054918,8.422719,9.1226025,9.05725,7.8604646,7.9216599,7.8742008,7.8102765,7.8928523,8.6821051,8.5739851,8.595974,8.446908,8.3969088,8.1514559,8.253828,8.2765875,9.1717339,9.1003399,9.760335,9.8246737,9.7255316,9.6656065,9.6884699,11.833447,11.664716,11.644064,11.6005,11.573796,10.825796,10.905762,10.91026,11.285343,11.216084,6.5402851,6.6558342,6.626802,6.5683699,6.7448382,7.5608811,7.4761434,7.6018438,7.5139232,7.4776993,7.2754636,7.4156594,7.4332676,8.0787268,8.0279512,6.207448,6.3221674,6.3035488,6.2527027,6.4489775,7.0763121,6.9987779,7.1546698,7.0615349,7.0291057,6.8842697,7.0343375,7.0544305,7.7849607,7.7407084,8.098877,8.1478863,8.0010519,7.9585433,7.9847364,9.174489,9.06884,9.0063677,8.9023743,8.8562727,8.4373255,8.5523424,8.5639954,9.1801128,9.116107,8.3640585,8.5716391,8.3561058,8.3308086,8.318779,9.0825348,9.0386543,8.8178034,8.7064991,8.6386166,8.2733097,8.3492355,8.4121885,9.0319452,9.2166252,7.8593998,8.0200567,7.7337461,7.7109222,7.6886663,8.4706621,8.4187784,8.1722374,8.0835838,8.0273619,7.599153,7.716475,7.766583,8.2754927,8.4005299,8.3987179,8.7172327,8.5494432,8.5232487,8.5032101,9.1627779,9.1246977,8.886837,8.7649822,8.6868296,8.381278,8.3777561,8.4192915,9.0877399,9.3740454,8.5964594,8.8728065,8.7034559,8.6703424,8.653573,9.3157196,9.2728462,9.06007,8.930768,8.8540001,8.5591068,8.5807533,8.6348114,9.3340836,9.6341391,8.4800472,8.6952429,8.4756365,8.4568071,8.4409027,9.2327147,9.1867609,8.9307079,8.8202744,8.7483072,8.3472433,8.4105587,8.4648228,9.0624008,9.2345161,8.5682859,8.9185123,8.7201643,8.7076216,8.6873837,9.3294506,9.3320971,9.0477657,8.9284544,8.8439512,8.5052814,8.4991608,8.53545,9.2718878,9.5319939,9.3922091,9.5776758,9.3855324,9.3883791,9.3680248,10.229328,10.176611,9.8530865,9.7355318,9.6487799,9.0875511,9.0658426,9.1088705,9.6210508,9.7388754,9.2710419,9.4963436,9.3100548,9.3111982,9.2880602,10.092381,10.050153,9.7237062,9.6010799,9.5092726,9.0066786,8.9861679,9.027606,9.5997744,9.7474709,7.9586906,8.1383085,7.8892946,7.8655295,7.8569608,8.610817,8.5719995,8.3708706,8.2738895,8.2156677,7.8475795,7.9591665,8.025136,8.6090279,8.7669477,8.6417828,8.8316765,8.6023283,8.5905504,8.5721693,9.4147387,9.3634167,9.0795889,8.9724607,8.8995371,8.4343662,8.4896793,8.5387974,9.0796328,9.2139759,8.566927,8.8143568,8.6271286,8.5995913,8.5849476,9.3115997,9.2679577,9.0402489,8.9176388,8.8422909,8.5044212,8.547287,8.6050873,9.26859,9.5022745,8.8591146,9.1500883,8.9598093,8.9509001,8.929143,9.6595755,9.633234,9.33218,9.208457,9.1194735,8.7246628,8.7267599,8.7681704,9.438448,9.6483736,7.1075993,7.2438502,6.9176979,6.8937473,6.8716235,7.5829754,7.5385427,7.3230639,7.2547746,7.2130027,6.8176661,6.9758601,7.0264692,7.5018044,7.6191344,7.6239982,8.0033588,7.8634501,7.8381338,7.8089976,8.3861189,8.3504858,8.1127253,8.0050087,7.9309349,7.6598606,7.5862021,7.6028605,8.1701937,8.454566,8.5192556,8.8144255,8.6461048,8.6154919,8.5974026,9.2554522,9.2141991,8.9933443,8.8669081,8.7898769,8.4936857,8.5052395,8.5541649,9.2433596,9.5452366,8.5417395,8.7152472,8.5287094,8.4911823,8.4856491,9.2347651,9.1983967,9.0436325,8.9233112,8.8610573,8.5266809,8.6150846,8.7268238,9.3663225,9.4921446,9.4574728,9.6978054,9.5167742,9.5217352,9.4931078,10.240557,10.208752,9.8731117,9.7469702,9.6478939,9.1282339,9.0754023,9.1115103,9.6959763,9.8481712,8.5111485,8.742609,8.5414782,8.5171413,8.5030117,9.2589741,9.214839,8.9796658,8.8625345,8.7892666,8.4278431,8.4831514,8.5412989,9.1792574,9.3842449,7.9832511,8.1270361,7.8341532,7.8150897,7.7915416,8.6168938,8.5598869,8.2979336,8.2103214,8.1550159,7.6775985,7.7898259,7.8351359,8.2983646,8.399087,8.9727497,9.1109285,8.8733921,8.8700533,8.8563757,9.8063774,9.7468224,9.4639359,9.3663969,9.2985802,8.7159357,8.7520771,8.7977934,9.238018,9.3203764,8.63659,8.9319611,8.7476196,8.7290068,8.7103939,9.4275436,9.3926706,9.125845,9.0036011,8.9215078,8.5683374,8.5831137,8.6285629,9.3019886,9.5416965,9.9017458,10.062688,9.8814182,9.8900433,9.8672123,10.713446,10.655952,10.327701,10.208439,10.117934,9.4514074,9.3711462,9.4100485,9.872613,9.9716167,9.1034117,9.2113285,8.9586945,8.9564495,8.9487324,9.9794102,9.9165373,9.6649036,9.5796118,9.519208,8.8576775,8.8874636,8.9293184,9.3031416,9.3564386,9.822135,9.9611206,9.7666121,9.772109,9.7544222,10.657115,10.595305,10.286819,10.175963,10.09412,9.4050112,9.3430176,9.3840466,9.8141146,9.8967505,8.0007868,8.1308784,7.8342376,7.8201571,7.8010411,8.6675406,8.6114407,8.3552103,8.2725897,8.2209616,7.7140355,7.8280101,7.8724251,8.3034544,8.3885241,8.5404444,8.8712225,8.6917009,8.6734905,8.6538467,9.3322477,9.3063755,9.0384254,8.9175024,8.8354216,8.5011702,8.4997272,8.539916,9.23137,9.4929733,8.2680235,8.4410734,8.1816673,8.1639271,8.1435442,8.9652433,8.9122934,8.6462173,8.5482616,8.4840393,8.0327606,8.1210833,8.17062,8.6913929,8.8182697,8.0887165,8.1787786,7.8630404,7.8598676,7.8566885,8.8851147,8.8311367,8.6170111,8.5530949,8.5059795,7.904541,8.0167809,8.0475273,8.3741398,8.4133129,8.566638,8.8401289,8.6622772,8.634182,8.6177006,9.3156071,9.273468,9.0437326,8.9188852,8.8415623,8.5201206,8.5462723,8.5990438,9.2762833,9.5390196,7.9593067,8.1323357,7.8623476,7.841043,7.8230667,8.6052303,8.557662,8.3184252,8.2265501,8.1683378,7.7560802,7.8656921,7.919785,8.4568167,8.595438,8.5765553,8.8028431,8.6179743,8.5860605,8.5732775,9.2945452,9.2498112,9.0416451,8.916729,8.8436413,8.5161448,8.5690641,8.6345358,9.3059893,9.5337963,10.009215,10.221425,10.049043,10.058318,10.026022,10.727051,10.692782,10.365068,10.239307,10.135348,9.4903622,9.3700161,9.4017763,9.9238653,10.052906,8.0927048,8.2785912,8.028162,8.0064783,7.9921861,8.7719288,8.7274132,8.4971418,8.3996496,8.3385992,7.9448137,8.0440454,8.1023579,8.6707449,8.8248577,8.8278646,9.087534,8.8940754,8.8830652,8.863574,9.6347198,9.5966873,9.304306,9.1831627,9.0983267,8.6896534,8.7075987,8.7535448,9.3889828,9.5810137,8.3318644,8.6803589,8.5279989,8.4953032,8.4769058,9.0423698,9.006834,8.8130102,8.6906223,8.6202555,8.3805075,8.3638439,8.4047489,9.1105566,9.5373983,8.67243,8.9073343,8.7370567,8.7000961,8.685955,9.3660431,9.3206968,9.1231031,8.9903917,8.9152699,8.616065,8.6568565,8.7222309,9.4263763,9.6925516,8.7425327,9.0728436,8.872427,8.8645144,8.8419485,9.5067339,9.5060883,9.2047215,9.0824089,8.9930296,8.6263466,8.6189127,8.6551867,9.3780689,9.6120691,8.4264889,8.60501,8.4068804,8.3730469,8.3660793,9.1154718,9.0742207,8.9002991,8.7828255,8.7192993,8.3793335,8.4663525,8.5540543,9.1957159,9.3515482,8.6858664,8.9533615,8.7892513,8.750598,8.7337246,9.3626728,9.3185778,9.122057,8.9868326,8.9101439,8.6378689,8.6601334,8.7168779,9.4423084,9.7800245,8.9617357,9.1412573,8.9245481,8.9196377,8.9016895,9.7781639,9.724369,9.4232683,9.3135805,9.2364044,8.7207661,8.7483816,8.7951632,9.3094816,9.4278507,8.795125,9.1181612,8.8946476,8.8925858,8.8636732,9.4714355,9.5030851,9.1808977,9.059227,8.9649363,8.5840063,8.5576878,8.5861149,9.3209724,9.5303898,9.024931,9.3211002,9.1236858,9.1221619,9.0940952,9.7803249,9.7740965,9.4494076,9.324132,9.2278013,8.8093634,8.7838726,8.8180494,9.4958878,9.6905832,8.839551,9.0541735,8.8466511,8.837718,8.8191538,9.645525,9.5983429,9.3032131,9.1883116,9.1081133,8.6526146,8.6837025,8.7315998,9.3057194,9.4576883,8.3706884,8.6919222,8.5282841,8.4999723,8.4796152,9.1219149,9.0829086,8.8551111,8.7325745,8.6557436,8.363802,8.3574686,8.3989639,9.0710154,9.3767214,8.332058,8.6699295,8.5155029,8.4836864,8.4632263,9.0522976,9.0145636,8.8122721,8.6888866,8.6170359,8.363225,8.3498697,8.3907528,9.0842962,9.4660616,9.9443598,10.130459,9.957756,9.9671354,9.9388056,10.721984,10.672925,10.337774,10.213846,10.115675,9.4673471,9.3702459,9.4061537,9.9007053,10.01573,8.7747631,9.0078392,8.8049612,8.7932138,8.7749348,9.575489,9.5315666,9.2442732,9.1272039,9.0464211,8.6210585,8.6532049,8.7017412,9.3059416,9.4780684,8.3111315,8.5129356,8.2813969,8.2602901,8.2456141,9.0311737,8.985611,8.7450409,8.6396294,8.5726995,8.1790714,8.2592907,8.316535,8.9050646,9.0713558,8.5446787,8.7780428,8.572813,8.5521574,8.5367212,9.307868,9.2637072,9.0124903,8.8968477,8.8221397,8.442441,8.494462,8.5491323,9.1749935,9.3694935,9.6088476,9.7314701,9.5172234,9.5193176,9.5068598,10.471528,10.408141,10.123316,10.022878,9.9506674,9.2598124,9.2297726,9.2726288,9.6757517,9.7437143,9.2889748,9.5638676,9.3679438,9.3709478,9.3372984,10.005823,10.001785,9.6667938,9.5401983,9.4382944,8.9706059,8.9155989,8.9462566,9.5889835,9.7605009,9.1295757,9.3333368,9.1355381,9.1335173,9.1136856,9.9583807,9.9093819,9.5948725,9.4776144,9.3927298,8.8877487,8.8912363,8.9361572,9.4834738,9.6187248,9.7240772,9.9732723,9.781168,9.7874765,9.7465849,10.366276,10.363321,10.033497,9.9062815,9.7979078,9.2405872,9.1316338,9.1573973,9.7490702,9.897974,7.8536167,8.2231588,8.0790281,8.0529737,8.0268984,8.6125011,8.5765486,8.3507242,8.239254,8.1668825,7.9004889,7.8478074,7.8730083,8.4829111,8.7987261,8.6714382,8.7949324,8.5329571,8.5281124,8.5176706,9.4948416,9.4363689,9.1757135,9.0890484,9.0295992,8.4497852,8.5165806,8.5612936,8.9730396,9.0433531,8.4914713,8.806654,8.6317892,8.6093416,8.5901508,9.2729912,9.237956,8.9852819,8.8637295,8.7837858,8.4584408,8.4615021,8.504138,9.1785002,9.4445992,8.3866396,8.7122517,8.5538664,8.5223322,8.5021267,9.1129141,9.0738373,8.8641653,8.7395582,8.6655216,8.3979626,8.3909769,8.4337711,9.1249447,9.4774494,7.6337166,7.7980604,7.5168333,7.4951615,7.4832683,8.234292,8.1964607,7.9894824,7.9078503,7.8578176,7.4787011,7.609005,7.6692481,8.2100496,8.35009,8.8910732,9.1933784,8.9504948,8.9487143,8.9102879,9.4572277,9.5137796,9.1807938,9.0593243,8.9602957,8.5751295,8.525094,8.5472717,9.2695217,9.454771,8.0899887,8.4462585,8.297452,8.2697973,8.2465219,8.8390436,8.8029041,8.5900955,8.4734688,8.4030294,8.1430941,8.1125841,8.1465378,8.8005457,9.146821,8.7149153,9.0058088,8.8180304,8.8027716,8.7834997,9.512639,9.479619,9.2006044,9.0781145,8.9939623,8.6241941,8.6381502,8.6829071,9.3538904,9.5802898,7.6461644,7.7887735,7.4777322,7.4509563,7.4226012,8.191967,8.1345463,7.8846273,7.8009996,7.7489953,7.3075838,7.4390035,7.484056,7.955132,8.0637197,8.3202877,8.6525631,8.4953451,8.4652271,8.4442892,9.056674,9.0182228,8.8045082,8.6819715,8.6081448,8.338007,8.3258553,8.3664064,9.0465107,9.3894758,9.1498909,9.4090729,9.222003,9.2211332,9.1961536,9.9527016,9.9222755,9.5978594,9.4730101,9.3788881,8.9211063,8.9017735,8.9410448,9.5628614,9.7354298,8.9914036,9.240943,9.0495062,9.0438652,9.0226135,9.8067942,9.7687397,9.4592476,9.3372221,9.2489319,8.8074427,8.8116617,8.8553438,9.4710302,9.6451492,8.7458372,8.9050341,8.6653557,8.6576834,8.640379,9.5343571,9.4779263,9.190629,9.0893116,9.0199184,8.4964628,8.5488501,8.5958719,9.0787497,9.1822395,9.1386251,9.4050961,9.1343327,9.128746,9.0773897,9.5222254,9.607626,9.2792101,9.157094,9.0524607,8.6297483,8.5338888,8.5470018,9.23423,9.3891916,8.5932751,8.8945065,8.7324352,8.69561,8.6771936,9.2793055,9.2378283,9.0392532,8.907526,8.8317385,8.5718422,8.5789213,8.6280174,9.350955,9.7314939,8.5012093,8.6984043,8.5063648,8.473011,8.4632053,9.1998987,9.1559343,8.9653578,8.8436508,8.7752934,8.4414988,8.5135164,8.5893183,9.2473297,9.437952,8.5883484,8.7618675,8.520463,8.5088825,8.4901085,9.3484478,9.2944593,9.0116892,8.9089489,8.8394136,8.3548307,8.4179697,8.4662008,8.9787064,9.0981789,8.3905363,8.5890427,8.3540173,8.3359947,8.3189468,9.1237917,9.0757284,8.8166208,8.7114725,8.6426773,8.2234945,8.2979727,8.3511276,8.9204979,9.0743046,8.9711161,9.1789942,8.9750786,8.9695168,8.9504471,9.7895575,9.7411795,9.4363413,9.320693,9.238553,8.7584639,8.777976,8.8244839,9.3833981,9.5255413,8.6734772,8.9173651,8.7165976,8.7005348,8.6832752,9.4618187,9.4191198,9.1470575,9.0293379,8.9502249,8.5538321,8.5915108,8.6418839,9.2674303,9.4583807,9.1692019,9.3195086,9.0994797,9.0982809,9.0826979,10.010036,9.9511061,9.6531553,9.5483503,9.474144,8.8905163,8.9037895,8.9492044,9.4094925,9.5013094,8.6479216,8.9731264,8.7865868,8.771677,8.7514086,9.4385681,9.4172487,9.1372089,9.0150595,8.930172,8.5804071,8.5817146,8.6220207,9.3228397,9.5721989,8.7762566,9.0784397,8.8890486,8.8773708,8.8565044,9.5737543,9.5482998,9.2565441,9.1332388,9.0460176,8.6696129,8.6744556,8.7161798,9.399188,9.6239376,8.6247883,8.8901777,8.6994619,8.6792088,8.662261,9.4056082,9.3649464,9.1066952,8.9859648,8.9066916,8.5435123,8.5746689,8.6250935,9.2791424,9.5008402,8.4264097,8.7873087,8.6015444,8.5851498,8.5653954,9.2008905,9.1953754,8.9242458,8.8070774,8.7264309,8.4054785,8.393157,8.4288588,9.1482821,9.4228163,7.8066344,7.9228082,7.6147923,7.6050162,7.5931578,8.4941759,8.442812,8.2067461,8.1352654,8.0896435,7.5734339,7.7015777,7.7443562,8.142704,8.2153072,8.5758047,8.8503733,8.667223,8.6428585,8.626071,9.3427668,9.3017635,9.0582132,8.9355831,8.8572683,8.518465,8.5452375,8.5961542,9.2633133,9.5084648,9.3057184,9.4702568,9.2648287,9.2657547,9.2481384,10.148053,10.091041,9.7799206,9.6687393,9.5885324,9.0106821,9.0052605,9.0498343,9.531867,9.6344976,6.9130635,7.0268979,6.6684299,6.6300192,6.590147,7.2747755,7.2118201,6.9765425,6.905519,6.8638792,6.4463191,6.6116786,6.6494222,7.0691204,7.1624212,9.512249,9.7211227,9.5401049,9.5454407,9.5207901,10.328101,10.282732,9.9487753,9.8255672,9.7313108,9.1771059,9.1315947,9.1711798,9.7118254,9.8443995,7.9594135,8.3398199,8.187933,8.1665812,8.1477222,8.7623959,8.7419348,8.4939928,8.3857927,8.3146467,8.025445,7.9826436,8.0126104,8.6502075,8.9331684,7.881856,7.985291,7.6738529,7.6690536,7.6644106,8.6381416,8.587574,8.3647814,8.2988281,8.2525702,7.6993585,7.8244095,7.8604846,8.2208443,8.2755337,8.5659542,8.7701445,8.545229,8.5304947,8.5128422,9.3308029,9.2823229,9.0084229,8.8994932,8.8264103,8.3920536,8.4508543,8.5018396,9.0713911,9.2235107,8.909523,9.2142401,9.018959,9.0139484,8.9891882,9.6862078,9.6745644,9.3610821,9.2366056,9.1438293,8.7458353,8.7338591,8.77073,9.4595947,9.6687241,4.0142283,4.0053196,3.9858398,3.9675374,3.9543204,4.2152801,4.3129106,4.0194006,3.8893383,3.7695298,3.7102504,3.7076323,3.7160704,4.083992,3.788682,4.9142489,4.9536552,4.9383698,4.9169059,4.9114237,5.3492088,5.3059521,4.8493576,4.6976271,4.0529385,3.9888854,3.995661,4.0277829,4.3449554,4.4194975,3.8699238,3.8769438,3.857713,3.8339329,3.8164406,4.0622592,4.189167,3.9079895,3.7932146,3.6837032,3.6337326,3.6308451,3.639564,3.9963193,3.6468141,5.3917618,5.415729,5.3868823,5.3463597,5.3265972,5.7246752,5.7140269,5.2800879,5.1398516,4.8641405,4.7861934,4.7896399,4.8267937,5.2571869,5.302875,4.6770992,4.7156172,4.7000885,4.6924443,4.6865654,5.1063862,5.0693011,4.5775003,4.4168386,3.6989706,3.6445513,3.6481707,3.6647999,3.9683425,4.0275745,5.1722317,5.1971297,5.1765161,5.1762109,5.1670175,5.5818686,5.5742469,4.9979825,4.8555799,4.5725017,4.4962234,4.4991465,4.5151548,4.9846306,5.0061908,5.4000525,5.4341378,5.4096222,5.379879,5.367053,5.8012962,5.7705278,5.2799435,5.1344066,4.7110133,4.6326694,4.6373806,4.6732564,5.0749855,5.1509085,5.4656248,5.4892187,5.4606142,5.4317036,5.415163,5.8343272,5.8190775,5.3284879,5.1793709,4.859839,4.7784915,4.7814922,4.8109312,5.2454796,5.2877765,5.3108501,5.3468704,5.3241563,5.2862597,5.2735529,5.6960802,5.6626792,5.2110934,5.0764775,4.6825647,4.6065922,4.6124468,4.6598234,5.052567,5.144311,5.3712974,5.4012556,5.3746824,5.3321781,5.3143606,5.718925,5.6979098,5.2654514,5.130846,4.8257666,4.7485385,4.7533255,4.7977629,5.2162814,5.2895522,4.6790795,4.6725411,4.6461163,4.6199222,4.6015882,4.9159093,4.9804392,4.625093,4.4794741,4.3200245,4.2552361,4.2533841,4.2665515,4.6782632,4.5067043,4.7377992,4.7748556,4.7532296,4.7008529,4.6731734,4.9942966,5.0034709,4.7048068,4.6037431,4.4386702,4.381424,4.3863645,4.4459915,4.849175,4.9009237,5.2082176,5.2440801,5.2220993,5.1778827,5.1636691,5.5645952,5.5344553,5.120852,4.9974356,4.668375,4.5949316,4.6013498,4.6586814,5.0539103,5.1535106,5.0945845,5.1323824,5.1181388,5.1280847,5.1238494,5.5551472,5.5416899,4.9263525,4.785244,4.3930035,4.3149762,4.3186154,4.3359137,4.7781372,4.8233085,4.8022351,4.8037558,4.7750731,4.7404428,4.717741,5.0373416,5.1008172,4.7501979,4.607759,4.441709,4.3763242,4.3745885,4.3932133,4.8085685,4.6653309,4.7436504,4.7651672,4.7382946,4.6930027,4.6647243,4.9762897,5.0423675,4.7232246,4.599483,4.4419122,4.381887,4.3816476,4.4150729,4.8242798,4.7328596,2.8462303,2.8828373,2.8797545,2.885164,2.885927,3.1503344,3.1363742,2.7926412,2.6675375,1.9919552,1.970955,1.9702278,1.9700638,2.1493545,2.181174,4.3480096,4.3787231,4.3562107,4.3135409,4.2836738,4.5622611,4.6645403,4.3784847,4.2695804,4.1418333,4.0921898,4.0910254,4.1298213,4.5175114,4.3911791,4.2903566,4.2864223,4.2624507,4.2357349,4.2166166,4.4933553,4.5902662,4.27982,4.1461387,4.013607,3.9564762,3.9534533,3.9640224,4.3485885,4.0871558,3.3569815,3.4020331,3.3941329,3.367487,3.3430974,3.5587568,3.6065369,3.3976142,3.3356242,3.2626872,3.2350681,3.2372494,3.3216252,3.646168,3.622648,3.998755,4.042563,4.026475,3.9860842,3.9544535,4.2146873,4.2546287,4.0117121,3.9318032,3.8269503,3.7865849,3.7888455,3.8565166,4.2212763,4.2139215,5.4599419,5.4891381,5.4625368,5.4386201,5.4246926,5.8582106,5.8347807,5.318646,5.1678929,4.7822676,4.7012401,4.7047725,4.7335911,5.1555777,5.2123857,3.1210375,3.1584136,3.1481411,3.1275771,3.1112428,3.3040292,3.7216816,3.4164293,3.303642,3.2191243,3.1963313,3.184226,3.1947517,3.5041981,3.091207,3.6967893,3.736625,3.7220602,3.6905618,3.6644657,3.8944871,4.1439047,3.8662529,3.7635825,3.6675038,3.6362782,3.6299548,3.6647093,4.0166788,3.7958355,5.0290918,5.0314984,5.0017686,4.9685583,4.9472804,5.2934303,5.3320079,4.9455914,4.7980351,4.6081338,4.5373139,4.5366321,4.5568552,4.9861217,4.8982878,5.4063916,5.4237118,5.3938823,5.3626928,5.3442445,5.7462955,5.742136,5.2765923,5.127501,4.8556385,4.7758322,4.7779217,4.8054423,5.2462158,5.2637243,5.31811,5.3299599,5.3010478,5.2781682,5.2616911,5.6580577,5.6619072,5.1799793,5.0281439,4.775496,4.6966615,4.6978245,4.7188015,5.1676517,5.1580195,4.8641486,4.870966,4.8483462,4.8321228,4.8201828,5.1743302,5.2192931,4.7890496,4.646544,4.4578176,4.3900166,4.3906093,4.405488,4.8405986,4.7215495,4.9452138,4.9852886,4.9698792,4.930913,4.9230528,5.3263178,5.2883816,4.8840094,4.766264,4.3678989,4.2988577,4.3059855,4.3716393,4.7275219,4.8332782,3.2716744,3.3175628,3.3096156,3.2838194,3.2580795,3.464134,3.5396423,3.3353524,3.2723632,3.2046499,3.1797576,3.1804407,3.2587767,3.5799532,3.5316639,4.9202728,4.9489417,4.9226613,4.8713217,4.8428893,5.1748028,5.1970248,4.8727131,4.7555804,4.5781422,4.5154266,4.518065,4.563899,4.978601,4.9872103,4.4683642,4.4588418,4.4336925,4.4085994,4.3905706,4.6844888,4.7628407,4.4318156,4.2896433,4.1451387,4.0842142,4.0816283,4.0925274,4.4900637,4.274044,4.6646218,4.6810727,4.6542273,4.6128516,4.5862741,4.8906755,4.9746461,4.6528878,4.5251441,4.3725495,4.312685,4.3113461,4.3381739,4.7437639,4.6001372,4.6925483,4.7219763,4.6968098,4.6481948,4.6178341,4.9265637,4.9761915,4.6730022,4.5598435,4.4071679,4.3500957,4.3511958,4.3944187,4.7996731,4.7586408,4.9369197,4.9725742,4.9516449,4.8991785,4.8780413,5.2270174,5.2141509,4.8789043,4.7733145,4.5615683,4.4955916,4.502182,4.5682135,4.9708371,5.0636892,5.1554594,5.1932645,5.1727166,5.1583238,5.149713,5.5872269,5.5542812,5.033813,4.8782892,4.3077979,4.2375536,4.2411513,4.2645507,4.6317124,4.698164,4.3289161,4.3549638,4.3318386,4.2916508,4.2638869,4.5402288,4.6647749,4.3695774,4.2549067,4.12606,4.0747924,4.0726156,4.1029644,4.4895396,4.3049846,4.8753638,4.9111881,4.8894711,4.8359857,4.8113532,5.1482038,5.1450062,4.8269663,4.7226181,4.5341096,4.4714837,4.4773164,4.5394669,4.9450974,5.0208282,4.5994005,4.6104245,4.583714,4.5460768,4.5213094,4.8206015,4.9124856,4.5884728,4.4573836,4.3081789,4.2481618,4.2461162,4.2675915,4.6698742,4.4880881,5.2945261,5.3171167,5.2880673,5.2430482,5.2206483,5.5994434,5.5983024,5.1985703,5.0628366,4.8227825,4.7482018,4.7512498,4.7899041,5.2194824,5.251739,5.1894369,5.228004,5.2084875,5.1731329,5.1636076,5.5915112,5.5524869,5.1036091,4.9694815,4.5152702,4.4422016,4.448545,4.4977832,4.8660731,4.9615817,5.4383864,5.4596519,5.4317255,5.4125342,5.3977957,5.8203788,5.8079019,5.2825117,5.1297998,4.811553,4.7296238,4.7319078,4.7550311,5.1987505,5.2282634,4.5004725,4.5046058,4.4784956,4.4454465,4.422924,4.7148814,4.8098187,4.4872599,4.3534436,4.2095795,4.1500349,4.1474028,4.1634727,4.56038,4.3423667,4.8505569,4.8886862,4.8715477,4.8259163,4.8129315,5.176259,5.1492667,4.7917523,4.689579,4.4269743,4.3605185,4.3684983,4.4455223,4.8250265,4.9359183,5.2672048,5.2802725,5.2497973,5.2117834,5.1899943,5.5640731,5.5763726,5.1640477,5.0189791,4.7930546,4.7178068,4.7190585,4.7474017,5.1835952,5.1700907,4.2504411,4.2717118,4.2488618,4.2127185,4.1877227,4.4586396,4.5964808,4.296308,4.178966,4.0523758,3.999661,3.9968948,4.0199623,4.4015937,4.1558504,4.2112765,4.2506495,4.2386451,4.2370739,4.2331376,4.612556,4.5834022,4.1237254,3.9675252,3.2221553,3.1780293,3.1794169,3.1883328,3.4624527,3.5122347,4.9965487,5.0358524,5.0185513,4.9757862,4.9652863,5.3566189,5.3237948,4.9300122,4.8167596,4.4822478,4.4128237,4.4202967,4.4886661,4.8633895,4.9734893,5.4593015,5.4866133,5.4588523,5.4257331,5.4092922,5.8295269,5.8094325,5.3321638,5.1868296,4.8525095,4.7720118,4.7758145,4.810122,5.2361317,5.2937498,5.2011662,5.2298808,5.2032328,5.1530986,5.1304193,5.5007043,5.4933963,5.1188588,4.9942732,4.7603455,4.6889138,4.6933179,4.7420321,5.1622982,5.2224932,5.0885739,5.1167731,5.0900412,5.0384674,5.0129099,5.3654375,5.3701773,5.0206804,4.8993959,4.6945386,4.6268425,4.6305242,4.6780324,5.0975432,5.1374235,4.9498711,4.9858971,4.9656696,4.9155216,4.8979292,5.2570677,5.2357368,4.8847728,4.7788115,4.5403962,4.4732647,4.4803123,4.5503893,4.9452529,5.0490828,5.2289176,5.2629275,5.2394428,5.1931095,5.1766009,5.570251,5.5445604,5.1397214,5.0163679,4.7173548,4.6437669,4.6498041,4.7057118,5.1100731,5.2038383,5.0421505,5.0801659,5.0611138,5.0582204,5.0510893,5.4821386,5.4549284,4.8976874,4.7407122,4.1653581,4.097229,4.0996947,4.11589,4.4877448,4.5434036,3.6346376,3.6650999,3.6473131,3.6171689,3.593874,3.8179739,4.0593982,3.7781894,3.6734612,3.5764613,3.5379977,3.5319417,3.5509312,3.8929365,3.5437491,4.2511401,4.2876754,4.2673001,4.224319,4.1929812,4.4665413,4.5428638,4.2732596,4.1751556,4.055119,4.0089893,4.0091271,4.0594163,4.4409513,4.3695798,3.9498756,3.9637253,3.9431908,3.9152224,3.894762,4.1444478,4.2891803,3.9997573,3.8855724,3.7729509,3.7217474,3.7183282,3.730782,4.0920691,3.7518444,5.293849,5.3311906,5.3094339,5.2802334,5.269824,5.7076783,5.6710486,5.1883821,5.0439401,4.5611963,4.4862127,4.4915547,4.5296063,4.9080944,4.9919152,5.0658436,5.1051288,5.0880241,5.0571208,5.0499268,5.4834151,5.4409232,4.9925833,4.8543687,4.3282461,4.2584767,4.2650228,4.3109455,4.654789,4.7441216,5.1926184,5.2283363,5.2085419,5.2097187,5.2022943,5.6403232,5.6179628,5.0231333,4.8699732,4.3910937,4.3156977,4.3183956,4.3352246,4.7449126,4.7950535,5.1193242,5.1318116,5.1016788,5.0600848,5.0359015,5.3880424,5.4164433,5.0403647,4.8999777,4.7010636,4.6302834,4.6308613,4.6596847,5.0888624,5.04668,5.1824317,5.2034078,5.1742649,5.1274529,5.1027737,5.4635906,5.4754419,5.1018739,4.9687972,4.7564759,4.6853423,4.6876264,4.7252631,5.1528544,5.1611428,5.094768,5.10078,5.0740328,5.054111,5.0391951,5.4115186,5.435194,4.9814582,4.8323994,4.619523,4.5457449,4.5461597,4.5630713,5.0084195,4.9452186,4.9205976,4.933342,4.9042978,4.8620939,4.8363733,5.165391,5.2174387,4.8704357,4.734951,4.5601525,4.4944062,4.4940133,4.5215888,4.9410405,4.8532991,4.9897671,5.0110564,4.9827142,4.9349761,4.9077444,5.244463,5.277308,4.9353518,4.8075194,4.6248922,4.5592074,4.5604873,4.5972829,5.0177002,4.9889941,3.9539413,3.9906971,3.9728386,3.9360602,3.907299,4.1562748,4.304544,4.0375619,3.9384639,3.8334193,3.7938216,3.7911537,3.8337572,4.1991935,4.038445,5.3608456,5.3807206,5.354403,5.3425503,5.329505,5.7488303,5.7398586,5.1939702,5.0422854,4.7419944,4.6611457,4.6631031,4.6823192,5.136323,5.1560183,5.3962054,5.4259963,5.4012604,5.3903093,5.3789096,5.8175526,5.7958655,5.2328892,5.0787349,4.6694856,4.5889416,4.5917768,4.6133599,5.0394583,5.0874896,4.2502494,4.2915673,4.2800822,4.2841702,4.2812662,4.6601267,4.6363106,4.1422963,3.9891934,3.2812035,3.2347221,3.2355986,3.2428279,3.5360603,3.5841036,5.0020752,5.0410948,5.0236983,5.0071187,5.0005798,5.4433274,5.4022598,4.9092913,4.7530346,4.104589,4.0398722,4.0453587,4.0721493,4.4014783,4.4728112,4.7767382,4.8163428,4.8034439,4.7718964,4.7665043,5.1775193,5.1363378,4.7300224,4.6046643,4.1061211,4.0419459,4.0488734,4.1062961,4.4296074,4.5191851,4.590961,4.6338072,4.622191,4.6362796,4.6345286,5.0428357,5.0224199,4.4266653,4.2794847,3.6798663,3.6215489,3.6234524,3.632586,3.9855139,4.034256,5.1801033,5.2186942,5.1988573,5.1760359,5.1676402,5.6103005,5.5712056,5.0786114,4.9282389,4.3644118,4.2934198,4.298562,4.3307486,4.6877809,4.7660255,3.9772036,3.9968562,3.9765632,3.9465976,3.9250119,4.176713,4.3336821,4.0418329,3.929816,3.8165212,3.7654691,3.7622204,3.7790766,4.1432195,3.81651,4.8676529,4.86689,4.8408256,4.8169408,4.8005047,5.1396413,5.1882505,4.7960405,4.6489453,4.4703102,4.4001417,4.3994746,4.4142251,4.8402667,4.7115169,5.0893636,5.1031361,5.0802927,5.06952,5.0588045,5.4456367,5.4554796,4.9553099,4.8111997,4.5833082,4.5091662,4.5107508,4.5272284,4.9904089,4.9669743,4.4974852,4.5369554,4.5159984,4.466445,4.4349728,4.7330303,4.7582703,4.4827442,4.3878789,4.2488217,4.1974487,4.2009072,4.259716,4.6525292,4.6731997,5.4079018,5.439537,5.4136338,5.3759522,5.3603377,5.7792869,5.753274,5.2946782,5.155673,4.8060212,4.727459,4.7323322,4.7738838,5.1872716,5.2636905,3.6168835,3.6160278,3.6001291,3.5828533,3.5702107,3.7997155,3.9155512,3.6558039,3.5436745,3.4450774,3.3987055,3.3965137,3.40203,3.7423518,3.3786297,5.2480307,5.278913,5.2533007,5.2048683,5.1850352,5.5687876,5.5516424,5.158617,5.0335369,4.7694154,4.6960688,4.7012467,4.7527308,5.1683245,5.2464123,5.3818779,5.4153147,5.3910112,5.3719606,5.3603978,5.8004417,5.7721529,5.2431517,5.0902915,4.6324205,4.554224,4.557898,4.5846782,4.9886532,5.0517931,5.2522321,5.2607317,5.2306452,5.2001309,5.1807647,5.5586429,5.5730243,5.1370788,4.9870133,4.760006,4.6837101,4.6843696,4.7070937,5.1481857,5.1176801,9.299263,9.3992691,9.3321447,9.2698317,9.2589207,10.59493,10.505824,10.643579,10.571846,10.447788,9.7988157,9.7318487,9.7557907,10.159205,10.101425,7.3046598,7.4823246,7.4880862,7.4400997,7.4056063,8.3613768,8.3210945,8.7979679,8.8008938,8.6615839,8.1207724,8.0703011,8.0785074,8.5700407,8.5578737,8.257596,8.4417038,8.4100952,8.3640003,8.2761164,8.9659252,8.9335852,9.3506603,9.3168955,9.1368446,8.6537037,8.5690708,8.5752478,9.0184212,8.9971762,9.1182213,9.2003298,9.1454716,9.073266,9.0674276,10.641684,10.533727,10.653414,10.568956,10.411728,9.8509703,9.8437796,9.8656254,10.286595,10.25148,5.0809522,5.1696272,5.1326423,5.0721283,5.0406775,5.6234736,5.5967498,5.6946712,5.5917726,5.4468842,5.2997966,5.2939682,5.2592721,5.8817372,5.9191847,5.6412439,5.782515,5.7923145,5.740983,5.7245212,6.5464206,6.5344734,6.872499,6.8212996,6.6679435,6.3554888,6.3540554,6.3263688,6.9152036,6.9581156,5.712039,5.8551545,5.8929753,5.8409996,5.8198361,6.8037839,6.7724533,7.3227973,7.3455224,7.2019219,6.737926,6.7302661,6.7198896,7.2506413,7.2810965,7.2537451,7.3730788,7.347342,7.2783523,7.2620707,8.3508224,8.2965631,8.5600662,8.4851208,8.3045893,7.9078808,7.9042029,7.907197,8.4243374,8.4320917,8.3816404,8.4310675,8.3904638,8.3060465,8.3050861,9.8192949,9.701973,9.7887068,9.6690693,9.2967701,8.8986406,8.9161043,8.9317007,9.3229895,9.3224344,8.5818348,8.6773863,8.6267767,8.5532494,8.5441465,9.9368114,9.8474541,10.003944,9.9173584,9.7474251,9.2489653,9.2417755,9.2602482,9.7086811,9.6838598,6.1277003,6.2914071,6.3492088,6.3090973,6.2858043,7.313004,7.2785692,7.9615936,8.0392437,7.9138722,7.3209629,7.2898569,7.2923899,7.7784619,7.7856174,6.736568,6.7935915,6.7614756,6.6912575,6.687521,7.7167959,7.6490674,7.7491899,7.6207905,7.1713471,6.9382696,6.9608655,6.9756422,7.4229012,7.4482179,7.4750667,7.6203365,7.6146164,7.5581493,7.5359693,8.6384268,8.5850363,8.9920206,8.9765739,8.8374453,8.294281,8.2569885,8.2670193,8.7458353,8.7281981,8.7766962,8.8614712,8.8100681,8.7349434,8.728385,10.21215,10.113284,10.244168,10.153074,9.9752874,9.4694662,9.468071,9.4873772,9.9239302,9.8988924,7.5109506,7.6132245,7.5734272,7.4995394,7.4861121,8.6053696,8.5437737,8.7286568,8.6293125,8.4266844,8.0594606,8.061698,8.067872,8.5754128,8.5815144,8.8890104,8.9300385,8.8904181,8.8070259,8.806366,10.518643,10.376383,10.450447,10.337439,9.9776831,9.5123215,9.5268984,9.5400524,9.9094143,9.9017086,7.8031502,7.9339733,7.9100275,7.8470039,7.8288364,9.0004225,8.9377031,9.2542782,9.2105675,9.0629454,8.5456448,8.518137,8.530551,9.0061455,8.9863205,7.1351972,7.1966166,7.1580787,7.0829654,7.0766082,8.1682863,8.0984116,8.2003574,8.0745211,7.7146382,7.4442878,7.4638529,7.4775953,7.9443474,7.9630752,4.8075929,4.9251804,5.0009785,4.9549613,4.9294562,5.9577279,5.9200077,6.7319169,6.8668604,6.748745,6.1415081,6.1267953,6.1166654,6.5693164,6.5939827,6.3971839,6.5266852,6.5127797,6.4506898,6.4323521,7.3418651,7.3104062,7.5906773,7.5159011,7.3419328,7.0156832,7.0141978,7.0008678,7.5677357,7.5971065,8.4421616,8.5573463,8.5100279,8.4428682,8.4291,9.701436,9.6244469,9.8339987,9.7647324,9.6163034,9.0863075,9.0587244,9.0768394,9.5307779,9.4986715,6.140008,6.2319183,6.1954365,6.1313119,6.1119685,6.8972616,6.862958,6.999465,6.8866138,6.6913981,6.471364,6.4758077,6.4630222,7.0454721,7.0778475,10.220631,10.28632,10.215093,10.156014,10.149582,11.768817,11.649382,11.729041,11.662416,11.561374,10.7613,10.672505,10.697155,11.053981,10.993258,5.1383963,5.2650104,5.3553748,5.321713,5.3067503,6.3888078,6.3565311,7.200139,7.3476171,7.2351084,6.5770035,6.5556011,6.5516376,6.9913149,7.0046096,6.6174812,6.7692833,6.8046918,6.7572665,6.7345481,7.8071795,7.7647166,8.3481655,8.3901873,8.2588415,7.6833138,7.6505013,7.6548886,8.1356773,8.1324606,8.2556925,8.3486853,8.3013811,8.2253094,8.2159033,9.5386486,9.4559736,9.611804,9.5160818,9.323185,8.8801136,8.8805532,8.8955545,9.3598137,9.3472443,8.0622606,8.1716299,8.1306028,8.0588245,8.0459805,9.2983141,9.2247095,9.4346504,9.3550339,9.1827679,8.7209396,8.7124557,8.7260418,9.2013912,9.1872282,8.5131588,8.5813904,8.5354939,8.4561014,8.4518127,9.9212294,9.8220186,9.9301023,9.8230829,9.5831594,9.1444712,9.1551809,9.1713762,9.605792,9.5960665,6.1734352,6.295989,6.2759686,6.2145414,6.195313,7.0308118,7.005302,7.2382312,7.1496978,6.975348,6.6956153,6.6951532,6.6751618,7.2589297,7.293046,7.0296135,7.1341615,7.0978875,7.0268717,7.0112243,8.0082636,7.9591079,8.1459475,8.0427284,7.8394036,7.5210972,7.524292,7.5230889,8.0597067,8.0773811,8.0285025,8.1758957,8.1468058,8.089695,8.0656042,9.1327114,9.0765829,9.3991661,9.361042,9.2239876,8.6692352,8.6139536,8.6278915,9.095108,9.0637579,7.4459853,7.6077147,7.6053414,7.553194,7.5252094,8.5476303,8.500885,8.9360809,8.9287176,8.7916775,8.2426453,8.1945696,8.2040339,8.6874857,8.6697569,7.9187193,7.9898458,7.9446392,7.8648386,7.8579521,9.131073,9.048975,9.1633768,9.047122,8.780695,8.417841,8.4306259,8.4443769,8.9054499,8.9078941,6.4855628,6.5663056,6.5272846,6.4600525,6.4448652,7.3132491,7.2684302,7.3888559,7.27073,7.0393496,6.8057623,6.8161635,6.8156848,7.3683476,7.3957834,5.1630425,5.2165475,5.2000003,5.1571155,5.1557546,5.8720565,5.8326497,5.9389868,5.8071876,5.1957331,5.0698876,5.0934052,5.1040506,5.5120888,5.5525951,9.2518854,9.3133545,9.2690077,9.1953106,9.1940184,10.93074,10.807879,10.900899,10.809397,10.612455,10.064052,10.071862,10.089657,10.496962,10.473956,8.8240576,8.897294,8.8489876,8.7720213,8.7677402,10.315161,10.209773,10.321973,10.224721,10.02366,9.5306673,9.5365429,9.5546446,9.9831114,9.9633875,8.1328154,8.2941675,8.2623148,8.208787,8.1754007,9.1341209,9.0850458,9.4192057,9.3827333,9.2444649,8.6823721,8.6081486,8.6211262,9.0862236,9.0522366,6.4049616,6.5080886,6.474134,6.4079785,6.389257,7.2374854,7.2021976,7.3727093,7.2651162,7.0712771,6.8141236,6.8169975,6.8046641,7.3774295,7.4068975,8.5828638,8.7152863,8.6653242,8.6060333,8.5860052,9.6993818,9.6342068,9.8687706,9.8111105,9.6781034,9.0922203,9.0239096,9.0422192,9.4850998,9.4398575,8.6677399,8.8107834,8.7602777,8.7048616,8.6778173,9.6710329,9.6142483,9.8676777,9.8146687,9.6832314,9.0720615,8.9761934,8.9931078,9.429718,9.3810349,6.652915,6.7854271,6.7874141,6.7254448,6.7059422,7.7538919,7.7093463,8.10285,8.0694885,7.9066038,7.4759669,7.4684443,7.4658847,7.9901338,8.0055752,7.0021634,7.1186357,7.0903606,7.0215521,7.0049748,8.0180359,7.9706821,8.2059135,8.1182842,7.9296699,7.580616,7.5803056,7.5783005,8.1149254,8.1314821,7.361825,7.5561409,7.5610766,7.5162396,7.4666371,8.3286953,8.2943249,8.7861452,8.7874517,8.636898,8.1276293,8.0750694,8.0823078,8.5767689,8.5694237,8.3791666,8.4860411,8.439208,8.368207,8.3564005,9.6680021,9.5875483,9.7789059,9.7004519,9.5382481,9.0402927,9.0264874,9.0435772,9.5024929,9.4782057,6.4658408,6.5364294,6.4992852,6.4329009,6.4207358,7.3107452,7.2620602,7.3657079,7.2467566,6.9737697,6.7491007,6.7646608,6.7713785,7.3048658,7.3324723,8.5387173,8.5960045,8.5534306,8.4726772,8.470808,9.9953213,9.8876219,9.9817076,9.8701954,9.5806189,9.1513577,9.1663094,9.1824284,9.5973282,9.5915527,4.4589252,4.5659432,4.6603541,4.6236081,4.6036601,5.6471882,5.6122808,6.5294089,6.7159519,6.6110859,5.9352503,5.9169989,5.9076381,6.319488,6.3387713,5.4071817,5.5386291,5.5359607,5.4849753,5.4662662,6.1974211,6.1941352,6.4527102,6.3825254,6.2335825,5.9814086,5.9795151,5.9398546,6.5459242,6.5913339,9.9868288,10.030705,9.9993324,9.9395256,9.9429016,12.019944,11.867892,11.936877,11.863115,11.688434,11.019539,11.028674,11.042665,11.430074,11.408306,6.6581392,6.7894073,6.8031945,6.7433996,6.7229142,7.8253975,7.776659,8.2426443,8.2377129,8.0851517,7.5959802,7.5830603,7.5836945,8.0845556,8.0922585,9.5658855,9.6514826,9.584034,9.5208464,9.5129719,11.020947,10.916363,11.027511,10.954937,10.834886,10.162075,10.108684,10.133753,10.52606,10.468735,7.2990899,7.3925967,7.3508544,7.2765827,7.263257,8.3243084,8.2662039,8.4238596,8.3135319,8.0935316,7.7687325,7.7748876,7.7792702,8.2959557,8.308609,6.8669672,6.9995604,7.0127983,6.9543428,6.9340973,8.0661898,8.0144644,8.4870377,8.4877853,8.3411875,7.8213134,7.8026042,7.8066583,8.2944279,8.2935658,5.8423591,5.9527874,5.9252467,5.8643479,5.842124,6.5852036,6.5633588,6.7406344,6.6405358,6.4709816,6.2445025,6.2435527,6.2163839,6.8177929,6.8550696,9.9486504,10.017193,9.9539862,9.8927965,9.8863907,11.63283,11.506658,11.593257,11.52447,11.413542,10.693527,10.653869,10.678031,11.059787,11.005466,9.8661652,9.9226942,9.8767462,9.811553,9.8111973,11.755168,11.611147,11.687743,11.61201,11.466393,10.808993,10.811659,10.830973,11.224397,11.188442,8.6364613,8.7555466,8.7029734,8.6391706,8.6240854,9.8569565,9.7817144,9.9853153,9.9190865,9.7810955,9.2147293,9.1686106,9.1882925,9.6307068,9.5886784,8.1674213,8.3009787,8.2646151,8.2032242,8.1841583,9.335659,9.2713747,9.5492096,9.4987268,9.358407,8.8137178,8.7703476,8.7859764,9.2486858,9.2167616,4.1269045,4.2115517,4.1730165,4.1130943,4.0704193,4.5010285,4.4791059,4.5347495,4.4462147,4.3418531,4.2484374,4.2334013,4.1792994,4.7938499,4.8296175,9.0073786,9.1090975,9.0489225,8.982708,8.9720926,10.350175,10.260141,10.412276,10.33771,10.201178,9.6125345,9.57442,9.5970135,10.020978,9.9744234,8.5065451,8.5594559,8.5178909,8.435523,8.4344835,9.9703789,9.8574324,9.9465904,9.8319302,9.5060825,9.0870323,9.1035423,9.1195927,9.5224323,9.5188789,8.2297182,8.3123112,8.2648649,8.1865644,8.1787691,9.5162935,9.4308386,9.5640039,9.4593906,9.24298,8.8237114,8.8299093,8.8445864,9.3045111,9.2965355,9.8736,9.9400558,9.8818626,9.818491,9.8124065,11.623352,11.492383,11.580243,11.509512,11.390605,10.698753,10.677662,10.700885,11.091457,11.043253,9.0718822,9.1975985,9.1362839,9.0797338,9.0588121,10.108001,10.043224,10.241355,10.179607,10.054952,9.3938656,9.2827063,9.3025827,9.7141848,9.6560764,7.906054,8.0013685,7.9568686,7.8808203,7.869833,9.0953531,9.0222435,9.1864414,9.0862741,8.8825216,8.4821949,8.4847975,8.4961042,8.9795198,8.9764843,7.1687737,7.2147856,7.1836257,7.1014848,7.1010213,8.3079214,8.1833572,8.2816896,8.1410809,7.558486,7.2980962,7.3160567,7.329473,7.6810479,7.6988316,8.1050768,8.2070894,8.1628847,8.0888023,8.0774164,9.3480158,9.2715931,9.4546967,9.3657293,9.1823978,8.7379456,8.7345314,8.7481966,9.2221107,9.2103834,9.1988535,9.2842903,9.2263832,9.156601,9.1496391,10.705831,10.59948,10.722173,10.641923,10.497114,9.9117184,9.8953638,9.9182529,10.33532,10.294216,9.2387514,9.3111696,9.2600555,9.1869087,9.1835012,10.8524,10.735244,10.83943,10.752446,10.58411,10.021591,10.02242,10.043233,10.457069,10.425718,7.711658,7.820406,7.7827458,7.7100677,7.6964755,8.8721533,8.8063946,9.0174456,8.9306307,8.7440977,8.3318548,8.3293056,8.338273,8.8336639,8.8317461,6.4779344,6.5293655,6.5018196,6.4315295,6.4314151,7.4337177,7.3562808,7.4691501,7.3228626,6.68259,6.4775023,6.5008249,6.5165663,6.8927202,6.923274,5.0141516,5.1291304,5.1100001,5.0573854,5.0321379,5.6424794,5.6435113,5.807498,5.7219105,5.5858793,5.4045267,5.3992562,5.3463173,5.9680486,6.0129642,8.2260313,8.4000111,8.3661184,8.3150129,8.2637472,9.1013203,9.0598297,9.4193335,9.3831491,9.2333031,8.6835938,8.5952835,8.6054583,9.0652437,9.0339422,6.4576836,6.5222645,6.4873719,6.4217381,6.4122748,7.3246861,7.2729688,7.3718762,7.2514396,6.9309983,6.7118444,6.730577,6.7410331,7.2535138,7.2814059,8.5420856,8.6243382,8.5753126,8.4980421,8.4913712,9.9214392,9.8275137,9.9573698,9.8590679,9.660037,9.1961527,9.19979,9.2168808,9.6624899,9.6460505,5.9335938,6.009295,5.9749928,5.915864,5.8999224,6.6654253,6.6252789,6.7237477,6.6126113,6.3941083,6.2054963,6.2178454,6.2175984,6.7930212,6.8268495,5.3080869,5.3603163,5.3427796,5.2949905,5.2950983,6.044127,5.9998937,6.1221013,5.9747472,5.251626,5.1206083,5.1452684,5.1577806,5.5231347,5.5647125,9.6453199,9.6834097,9.6442356,9.5712233,9.5727291,11.549973,11.392652,11.453706,11.361726,11.098804,10.514803,10.52707,10.539797,10.911414,10.895535,7.4988451,7.6206231,7.5969129,7.5290122,7.5126224,8.6674728,8.6070471,8.896966,8.8360405,8.6676779,8.219264,8.2096672,8.217248,8.7144384,8.7114382,8.0313683,8.1094418,8.0630083,7.9838996,7.9761014,9.2645569,9.1826792,9.3082561,9.1972408,8.9593868,8.573473,8.5828619,8.5963688,9.0614805,9.0597467,9.8308535,9.8918667,9.8405151,9.7740383,9.7719984,11.660501,11.520368,11.601871,11.526416,11.390091,10.730118,10.727788,10.749355,11.143499,11.103034,4.2424374,4.3636565,4.4762511,4.455152,4.4460716,5.454845,5.433002,6.4020185,6.6169953,6.522264,5.8174729,5.7991948,5.7928886,6.2046962,6.2278771,6.7041702,6.8174701,6.7877865,6.7204065,6.7029252,7.634511,7.5946169,7.8060465,7.7093787,7.5183272,7.2125578,7.2138844,7.2060122,7.7622981,7.7864442,7.7092366,7.7959361,7.7509518,7.6737385,7.6631904,8.8415813,8.7712011,8.9142036,8.8037605,8.5762959,8.2169628,8.2243366,8.2343035,8.7234497,8.7275372,9.4951439,9.6001234,9.5293446,9.4721498,9.456789,10.605412,10.528265,10.674826,10.60695,10.488991,9.7715454,9.6505442,9.6727457,10.057589,9.9925718,9.6969137,9.7654114,9.7092628,9.6424112,9.6377935,11.421743,11.292909,11.385073,11.30951,11.177326,10.526079,10.514992,10.538058,10.935704,10.891876,8.7655439,8.866313,8.8120365,8.7422304,8.7320557,10.12137,10.031909,10.193441,10.11479,9.9639235,9.4219303,9.4015923,9.4222078,9.8609304,9.8254595,6.7266145,6.8638501,6.8892217,6.8355255,6.8148017,7.9386921,7.8899374,8.4229116,8.4463997,8.3082323,7.7547321,7.730217,7.7343893,8.2141008,8.211154,7.8847284,7.9470472,7.9041743,7.8234062,7.8186073,9.1149769,9.0277462,9.1304445,9.009964,8.6953239,8.3463116,8.3628893,8.3780041,8.8216972,8.826993,6.4519076,6.5118141,6.4800396,6.4153543,6.4086151,7.3526502,7.2959447,7.3929734,7.2708917,6.8877983,6.6726847,6.6936836,6.7065401,7.1926484,7.2203927,10.108171,10.155606,10.118125,10.057606,10.05898,12.142256,11.986426,12.053038,11.983325,11.837795,11.143445,11.148767,11.165013,11.552979,11.522698,6.6166449,6.7477412,6.7378793,6.6746445,6.6562357,7.6390724,7.5999331,7.9192605,7.8583012,7.6862369,7.3143635,7.3108878,7.3040771,7.8506222,7.8728747,9.7123871,9.7545052,9.7182903,9.6494761,9.6522093,11.639316,11.489387,11.557348,11.47112,11.243668,10.636692,10.647927,10.660881,11.04227,11.025114,9.1338835,9.1847563,9.1450195,9.0689583,9.0696888,10.821918,10.694468,10.777414,10.677854,10.420279,9.9052134,9.9184246,9.9338799,10.328971,10.315474,10.499935,10.536652,10.507564,10.456646,10.458837,12.726924,12.55391,12.607634,12.549104,12.421034,11.655086,11.660529,11.67321,12.058608,12.032808,7.8858886,8.0073795,7.9760742,7.9087996,7.8930421,9.1005039,9.0333042,9.3035822,9.2434578,9.0852642,8.5967474,8.5793772,8.5919237,9.0700703,9.053956,9.7086754,9.8007383,9.7272081,9.6680241,9.6576443,10.951505,10.8618,10.979759,10.910248,10.797219,10.060627,9.9521847,9.9765062,10.350425,10.284096,9.8815765,9.9630241,9.889492,9.8296576,9.8217974,11.257226,11.155457,11.255455,11.186358,11.077781,10.325425,10.230963,10.256379,10.62414,10.558926,8.085433,8.1260386,8.0885935,7.997581,7.9940023,9.44631,9.3136644,9.3970528,9.2648697,8.7886057,8.4356785,8.4488325,8.4573383,8.8225727,8.8257418,7.3237095,7.3911695,7.3492303,7.27249,7.2644148,8.3773108,8.3080645,8.4168062,8.293685,7.9885368,7.6948051,7.7111626,7.7233329,8.203249,8.217967,9.3574648,9.4434805,9.3816776,9.3149014,9.307332,10.856695,10.750284,10.868999,10.792748,10.660319,10.038528,10.009187,10.033185,10.440838,10.3924,7.2569799,7.308949,7.2737813,7.1937227,7.1914215,8.3710747,8.2807398,8.3806248,8.2452316,7.7476087,7.4762211,7.4977136,7.5130739,7.9149766,7.9337444,5.5557728,5.6445327,5.6090245,5.5494189,5.5261216,6.1963243,6.1680918,6.2824845,6.1745934,6.0051374,5.8289909,5.830102,5.8080859,6.4161086,6.4533377,9.0109501,9.1266956,9.0645952,9.0041037,8.9887199,10.183802,10.108175,10.284283,10.21711,10.0895,9.4638214,9.3878317,9.4094296,9.8281364,9.7733564,5.6257429,5.7071953,5.673099,5.6166506,5.5975838,6.2898512,6.2573366,6.3587809,6.2510185,6.0690489,5.8947811,5.9008241,5.8889837,6.4885006,6.5258708,7.2754788,7.3525209,7.3092279,7.2335086,7.2227454,8.2946177,8.2315779,8.3543625,8.2345304,7.9740429,7.6750302,7.6873055,7.6958199,8.1976318,8.2121668,5.8483844,5.9959488,6.0135851,5.9609962,5.9437938,6.8447504,6.8233218,7.2309008,7.2004461,7.0468292,6.6759191,6.6729312,6.6553068,7.2251582,7.2627649,9.4274416,9.4913197,9.4443159,9.3726072,9.3711147,11.146792,11.019773,11.111617,11.025988,10.853321,10.270421,10.274956,10.294451,10.699133,10.669474,8.8912172,8.9501162,8.9073238,8.8298111,8.8284082,10.461018,10.346514,10.440536,10.338223,10.094979,9.609746,9.6217098,9.6381149,10.04999,10.036554,7.6758547,7.7322774,7.6924992,7.6113629,7.6079907,8.8744926,8.7849617,8.8827801,8.7566938,8.3714552,8.0523911,8.0720196,8.0877686,8.5147047,8.5254221,6.7300711,6.8233862,6.7844763,6.7147379,6.6986289,7.6159425,7.570982,7.7219348,7.6081896,7.3936553,7.1242929,7.1305599,7.127089,7.6770725,7.7009807,8.7088776,8.8612127,8.8108959,8.7576237,8.7190742,9.6036711,9.554141,9.8332977,9.7835016,9.6463633,9.0306444,8.9168787,8.9311676,9.3644438,9.3167839,6.9415026,7.0268774,6.9854727,6.913291,6.8993855,7.8716254,7.8194847,7.9553833,7.8379302,7.6039944,7.3266315,7.3358169,7.3381138,7.8693333,7.8895798,10.996906,11.022088,11.001662,10.964326,10.966394,13.449611,13.254503,13.291959,13.249844,13.156151,12.289138,12.293109,12.301915,12.691804,12.671178,9.5572567,9.9961329,9.6052132,9.5600262,9.5324879,9.6572628,9.6288328,9.5548,9.5720167,9.5280523,9.4731531,9.3944683,9.3554525,9.8023357,12.52422,8.6580868,9.62045,9.3297091,9.2875319,9.2614546,9.5053358,9.4829693,9.3588696,9.2865696,9.2240362,9.0982523,9.0801411,9.0661631,10.160281,11.320856,9.0078955,9.5048618,9.209795,9.1746817,9.1502314,9.3955936,9.3669481,9.2513037,9.1763954,9.1173229,9.0140438,8.9649868,8.9533768,9.6242704,11.738717,9.3416042,9.8466406,9.4907522,9.4486952,9.4223719,9.5910645,9.5635271,9.4745321,9.4406385,9.3903589,9.3168325,9.2489614,9.2200203,9.7917871,12.487061,8.9209051,9.7736731,9.4515839,9.4054117,9.3780613,9.5833521,9.558404,9.4511633,9.3980751,9.3411779,9.2358818,9.2049694,9.1829624,10.123877,11.565635,8.1723671,9.1829567,8.9471579,8.919713,8.8951254,9.2113619,9.2018461,9.0380058,8.9468832,8.87708,8.7216606,8.703002,8.7026558,9.9386234,10.635262,9.2459955,9.7062445,9.3686981,9.3297987,9.3044214,9.4881897,9.4601555,9.3665199,9.3200617,9.2684202,9.1900501,9.1219206,9.0976086,9.6540861,12.647956,9.1538696,9.6294622,9.3092165,9.2717047,9.2466888,9.4558954,9.4275789,9.3250208,9.2649412,9.2100554,9.1215334,9.0614748,9.0425692,9.6476555,12.294599,8.4459934,9.2965288,9.0470018,9.0168266,8.9925804,9.296669,9.2762804,9.1266193,9.0383873,8.9711351,8.8308716,8.8037586,8.7999268,9.8560658,10.794567,8.5310869,9.0539761,8.8203278,8.7953014,8.7735243,9.0936918,9.0656633,8.9206953,8.8276644,8.7626123,8.625988,8.5887728,8.5880718,9.3537197,10.558704,8.3266687,9.0077248,8.7814522,8.7590475,8.737606,9.0647955,9.0420198,8.8863049,8.7951775,8.7286463,8.5829258,8.5453501,8.5419979,9.4451733,10.37402,9.4594879,9.8504782,9.4785395,9.4377584,9.4118366,9.5452776,9.517396,9.4417934,9.4344435,9.3899832,9.3318119,9.2465057,9.2112312,9.6327696,13.231378,8.179513,9.0046196,8.7825556,8.7606945,8.7385159,9.070096,9.0534315,8.8894529,8.7979622,8.7303476,8.578104,8.5469027,8.5455313,9.595643,10.352359,9.0665188,9.6508083,9.338275,9.299963,9.2745733,9.5026264,9.4754477,9.3641939,9.2976351,9.2395849,9.1409369,9.0912218,9.0747528,9.7983942,11.79545,8.808218,9.1009684,8.7971497,8.7650919,8.7408113,8.8793268,8.8494329,8.7690039,8.7528114,8.7102509,8.6512804,8.5540762,8.5288115,8.9019461,14.788595,9.3203583,9.9055195,9.5439014,9.4983559,9.4705963,9.6342888,9.6067419,9.5176601,9.4949512,9.4446201,9.3700647,9.3093824,9.2785397,9.9153452,12.109439,8.7483749,9.4126015,9.1408377,9.1079521,9.0836363,9.3632317,9.3374748,9.204154,9.1210051,9.0573225,8.9349623,8.8981342,8.8908615,9.747241,11.10992,9.0390396,9.3712568,9.0557499,9.02139,8.9969988,9.1635675,9.133955,9.0463619,9.0066795,8.9592018,8.889349,8.8057394,8.7826815,9.2186184,13.804302,9.0624008,9.7383375,9.4175739,9.3763027,9.350069,9.569313,9.5431385,9.4336319,9.3721781,9.3143759,9.2161446,9.169817,9.1507607,9.9451456,11.7296,9.3822632,9.7454405,9.3828497,9.3439016,9.3184185,9.4496803,9.4216871,9.3468056,9.3394146,9.2957096,9.2384291,9.1489029,9.1146078,9.5126877,13.589564,9.0938253,9.5405617,9.2335453,9.1976004,9.173027,9.3966703,9.3676176,9.2607374,9.1931534,9.136898,9.0433731,8.9862728,8.9711332,9.5724154,12.183453,9.4053526,9.8777723,9.5125151,9.4701567,9.443737,9.5984449,9.5707607,9.4869471,9.4636145,9.415432,9.3480024,9.2747726,9.2429113,9.7655249,12.663992,9.1909876,9.7309113,9.4001122,9.3603096,9.3346214,9.5369835,9.5095158,9.408329,9.3533068,9.2985764,9.2112265,9.1531076,9.1315489,9.7817745,12.15659,8.8841257,9.1839848,8.8701744,8.8373432,8.8128757,8.9424314,8.9130945,8.8359165,8.8297615,8.7881269,8.7321777,8.6331091,8.605196,8.9681253,14.76227,9.2815714,9.6894283,9.3434277,9.3049383,9.2796326,9.4399605,9.4117947,9.3265057,9.2944145,9.2464046,9.1778307,9.0991812,9.0709038,9.5507784,13.176075,9.138299,9.5538025,9.2376413,9.2013559,9.1767025,9.3808098,9.3517208,9.251895,9.1925697,9.1389618,9.0536213,8.9887962,8.9702539,9.519928,12.606516,8.0079031,8.2388973,7.9895,7.9632173,7.93929,8.0470619,8.0156231,7.9398108,7.9650784,7.9300127,7.8837924,7.7723441,7.750989,8.0576086,16.474392,8.5340786,9.171751,8.9277849,8.9009533,8.8782558,9.1884661,9.1631393,9.0172958,8.927659,8.8621283,8.7265291,8.6904421,8.6870337,9.5446386,10.678926,9.419611,9.9443064,9.5692911,9.5233631,9.4952707,9.6407509,9.6126146,9.5302086,9.5261793,9.4786339,9.4132509,9.3450212,9.3103685,9.8664637,12.256338,9.2731419,9.8047199,9.4595289,9.4181547,9.3920336,9.5758448,9.5484343,9.4538784,9.4098358,9.3574228,9.277442,9.2146473,9.1889286,9.805748,12.317792,8.4539185,8.706584,8.4231501,8.3948612,8.3712502,8.4716053,8.4423885,8.3735304,8.4140015,8.3783627,8.3327436,8.2212696,8.1931086,8.4885044,15.842559,9.1199875,9.4405918,9.104578,9.0693674,9.0445757,9.1724863,9.1439209,9.0689392,9.0638924,9.0216923,8.965867,8.8693113,8.8381128,9.2063408,14.325064,8.9565363,9.6643019,9.358099,9.3185062,9.2926331,9.5303459,9.5046749,9.3875608,9.3181801,9.2580872,9.1514931,9.1101313,9.0947971,9.9420567,11.541144,9.2109089,9.8710814,9.5200558,9.473876,9.4459734,9.6210709,9.5939531,9.4997272,9.4689255,9.4167023,9.3338184,9.2821379,9.253664,9.9756098,11.895731,8.9360199,9.5754776,9.2790251,9.2421865,9.2170343,9.4666166,9.440134,9.3195925,9.2453184,9.184556,9.0755768,9.0329103,9.0203571,9.8203316,11.48467,8.8923893,9.4323921,9.1516371,9.1181707,9.0940208,9.3601389,9.3320236,9.2075472,9.1266642,9.0652294,8.9523497,8.9094658,8.9012032,9.6334829,11.381588,9.1499863,9.5279055,9.2027063,9.1665859,9.1418848,9.3183594,9.2893553,9.1987009,9.1541576,9.1045685,9.0303564,8.9538441,8.930644,9.4127064,13.258451,8.3443384,9.3998241,9.1448936,9.1098127,9.0843325,9.3758678,9.3592596,9.2098722,9.1229849,9.0538311,8.9058275,8.8920307,8.8869953,10.131414,10.963151,9.308279,9.6915636,9.3396139,9.3011932,9.2758636,9.4218893,9.3937607,9.3134632,9.2922544,9.2464228,9.183506,9.0989618,9.0680437,9.5066528,13.446766,8.4346533,9.1796217,8.9386625,8.9119301,8.8888779,9.2026663,9.1803694,9.029068,8.9394455,8.8727961,8.7322073,8.6998281,8.696681,9.6576529,10.632661,9.4214153,9.7441301,9.3762226,9.3379164,9.3125229,9.4271917,9.3992538,9.3306026,9.342514,9.3015327,9.2502069,9.1532068,9.1159506,9.4546843,13.913177,8.2198887,8.8365211,8.6231089,8.6043644,8.5846214,8.9202461,8.896554,8.7391624,8.6474838,8.5809479,8.4297419,8.3827963,8.3755598,9.2066975,10.111521,8.3691788,8.9375677,8.7149076,8.693162,8.6724615,9.0015745,8.975523,8.8240671,8.7315664,8.6656494,8.5209799,8.4786444,8.4746618,9.2716122,10.310644,8.6468296,9.4955215,9.2214432,9.1853294,9.1600237,9.4349079,9.4122334,9.2767553,9.1950865,9.1301155,9.0021687,8.973897,8.9654007,9.9887533,11.124263,8.0921164,8.3325272,8.074996,8.0483398,8.0241871,8.1246557,8.0939026,8.0208607,8.0611753,8.0262613,7.9822454,7.8699875,7.8460569,8.1467276,16.32815,8.2556028,8.785368,8.5755129,8.556592,8.5372906,8.8761606,8.849782,8.6962576,8.6027899,8.5369282,8.3865614,8.3385496,8.3329544,9.0905952,10.072021,9.4746408,9.9086885,9.5337896,9.4913235,9.4648848,9.6048679,9.577035,9.4987001,9.4882059,9.4423275,9.3812685,9.3020697,9.2671404,9.7339792,12.855107,9.054615,9.8037605,9.4741592,9.4295406,9.40242,9.606658,9.5808706,9.4756594,9.4230986,9.3666735,9.2698679,9.2276201,9.205183,10.047428,11.7038,9.1525908,9.8315964,9.4927425,9.4484186,9.4213247,9.6155138,9.5890455,9.4884491,9.4416389,9.3868427,9.2972403,9.248024,9.2235422,9.9876451,11.852603,9.1902533,9.5788736,9.2467585,9.2099161,9.1850243,9.3554506,9.3267765,9.2380381,9.1979704,9.1489964,9.0768938,8.9992981,8.9743023,9.4553747,13.25641,9.1346846,9.5192957,9.2008133,9.1649075,9.1403236,9.331418,9.3021498,9.2069073,9.1535196,9.1019316,9.0220985,8.9510794,8.930727,9.4385185,12.977843,8.7512074,9.5672951,9.2816916,9.2437677,9.218153,9.4796352,9.4558887,9.3270483,9.2493591,9.1859598,9.0650835,9.033514,9.0225887,9.9994583,11.261531,8.7173586,9.2702408,9.0122538,8.9825115,8.9592705,9.2531881,9.2253838,9.0896864,9.0018654,8.9381046,8.8129244,8.7749205,8.7710457,9.5431232,10.969396,9.1559219,9.771039,9.4399567,9.3985043,9.372283,9.5777788,9.5509863,9.4474878,9.3923435,9.3365993,9.2457952,9.1931438,9.1714764,9.8924999,11.935953,8.0954885,8.812108,8.6034527,8.5861502,8.5677538,8.9063034,8.8877029,8.7247066,8.6347599,8.5692062,8.4165573,8.3727894,8.3681192,9.2983303,10.085767,8.8982849,9.7016134,9.3945084,9.3527374,9.3263292,9.5605402,9.5359259,9.4187098,9.3510113,9.2906342,9.1810246,9.1453018,9.1290407,10.060084,11.496123,7.6195121,8.447031,8.3709059,8.4434586,8.433835,9.0855455,9.0673513,8.450408,8.3219967,8.2251406,7.9117689,7.8927393,7.8980541,9.1465616,9.2353067,7.895256,8.4965382,8.3719645,8.4281273,8.4174118,9.0027533,8.9906368,8.4699888,8.349267,8.2699432,7.9515224,7.9133692,7.9272766,8.9089022,8.9063272,7.3997507,10.24254,10.06408,10.013715,9.996995,10.411742,10.409324,10.16011,10.043163,9.9670181,9.7585135,9.755497,9.7676468,12.637315,12.829442,6.555562,12.53253,12.320772,12.136734,12.12361,12.409901,12.429715,12.334828,12.24805,12.196988,11.996794,12.033335,12.046774,16.723473,16.930828,7.6820097,8.9946041,8.8500605,8.8650131,8.8517666,9.3655367,9.3538399,8.9622526,8.8399963,8.7583656,8.5108232,8.4969769,8.5095873,10.171569,10.301129,7.9725971,8.6124392,8.5008535,8.565979,8.5552225,9.1712017,9.1512737,8.5706367,8.4423456,8.356595,8.0303783,7.9942765,8.006691,9.0318689,9.0537663,7.3712077,10.733919,10.516237,10.433192,10.416509,10.75607,10.763471,10.58447,10.482717,10.419408,10.230864,10.236384,10.247,13.43534,13.706036,7.5324788,8.2330437,8.079915,8.1174726,8.1082296,8.6181631,8.6320648,8.2193689,8.1121855,8.0424929,7.7809348,7.7580414,7.7733932,8.8678198,8.8937721,7.6820507,8.8513336,8.7011042,8.7177896,8.7051859,9.2115526,9.2030611,8.8206301,8.7024546,8.6246834,8.3803148,8.3654232,8.3792028,9.9071655,10.0297,7.6490884,8.6965694,8.5947056,8.6425276,8.6307888,9.2283773,9.2113867,8.6906977,8.5610332,8.4676142,8.181015,8.1642351,8.1719666,9.6199884,9.7228909,9.2645931,9.5339365,9.4306545,9.5249166,9.5119085,10.118476,10.086778,9.4687004,9.3379755,9.2557173,8.6602116,8.5049133,8.5147552,9.0822906,8.9910402,8.334487,8.7812643,8.6940384,8.802804,8.7934589,9.4785786,9.4505157,8.6712532,8.5320683,8.4405317,8.0433569,7.9865012,7.9968219,8.816968,8.8138618,9.1479645,9.4202652,9.3528461,9.5368395,9.5291891,10.252465,10.218339,9.1435862,8.9836273,8.8879967,8.3510504,8.2372894,8.2441511,8.8474073,8.8207941,7.9144039,8.3131094,8.1653614,8.2229452,8.2115479,8.737813,8.7556543,8.2723885,8.1638632,8.0945415,7.7308178,7.6631713,7.6757927,8.4449711,8.3567524,6.9853334,10.902247,10.73967,10.655009,10.63591,11.046752,11.04752,10.845336,10.725048,10.643474,10.433327,10.432857,10.442514,14.046594,14.201391,7.6366286,9.257453,9.0802536,9.0703993,9.0560236,9.4987307,9.4978352,9.1942062,9.0808821,9.0076275,8.7927761,8.7830248,8.7959461,10.708469,10.905334,6.5915298,12.607395,12.402482,12.22026,12.2018,12.512372,12.525534,12.409905,12.306572,12.244483,12.071362,12.082887,12.096298,16.781204,16.946791,7.7162576,8.3972015,8.3297968,8.420969,8.4123297,9.0950842,9.0745401,8.3690615,8.2389603,8.1417475,7.8083529,7.784832,7.7901444,8.8910875,8.9622784,8.4054766,8.8313551,8.7325306,8.8269405,8.8168507,9.4745245,9.4477558,8.7525606,8.6184063,8.531209,8.1209764,8.0532684,8.065053,8.8506479,8.8227844,8.6741486,9.0244427,8.9167309,9.0022068,8.9906788,9.6118135,9.5864506,8.9690294,8.8412428,8.7594414,8.2861242,8.1851597,8.1971378,8.8795395,8.808321,7.6652284,8.9658413,8.8362989,8.8596573,8.8464594,9.3872156,9.3728409,8.9426823,8.8158884,8.7287941,8.4689007,8.4546423,8.4653454,10.128643,10.250154,9.287468,9.5451555,9.4202967,9.4844408,9.4690733,9.9725628,9.9585218,9.4997931,9.3874922,9.3163481,8.6810808,8.4957027,8.5050573,9.0487223,8.9220304,7.5425415,10.171391,9.9424305,9.8821802,9.8654556,10.199011,10.212908,10.017677,9.9173918,9.8545914,9.672102,9.6727362,9.6812572,12.349028,12.666135,7.5465593,8.9912996,8.8731747,8.8953657,8.8820372,9.4303236,9.4171076,8.9922915,8.864521,8.7732449,8.5115881,8.4999065,8.508049,10.31354,10.444905,6.8886414,11.678033,11.487023,11.357346,11.332733,11.687957,11.689209,11.517367,11.403185,11.329134,11.140164,11.14196,11.153535,15.206536,15.368707,8.467617,8.7927818,8.6565666,8.7194548,8.7062445,9.2365808,9.2375813,8.7500982,8.6382217,8.5664654,8.1017818,7.990283,8.0015907,8.660141,8.5463514,8.7689276,9.1110859,9.0151243,9.1210766,9.1109867,9.7708464,9.7405291,9.0189047,8.8821211,8.795188,8.3147316,8.2161875,8.2272625,8.9047308,8.8525715,9.4442968,9.7027369,9.6196432,9.75914,9.7512875,10.413089,10.378897,9.5568047,9.4099417,9.3196936,8.709198,8.5523863,8.5601254,9.1193018,9.065197,6.8357816,10.890895,10.741736,10.655594,10.636726,11.059668,11.063301,10.889731,10.773121,10.690233,10.474057,10.475311,10.483507,14.194475,14.344275,7.8450232,8.4035702,8.3443518,8.4572897,8.4495029,9.1633968,9.1403275,8.32862,8.195735,8.0984297,7.7416844,7.7123137,7.717689,8.6898098,8.7432766,7.3258753,8.3359356,8.2720327,8.3302555,8.3216429,8.9646711,8.9524145,8.4381495,8.320385,8.2229548,7.9165716,7.9041505,7.907238,9.3458395,9.4598446,7.3525405,9.3133783,9.1913271,9.1907873,9.1764603,9.6928978,9.6846771,9.3401041,9.21521,9.1240664,8.8758526,8.8687601,8.8757706,11.124644,11.275213,7.227025,8.7889242,8.7004776,8.7224598,8.7115726,9.2854357,9.2774725,8.905467,8.7877846,8.6930923,8.4174347,8.4094667,8.4139328,10.349375,10.491481,7.9929557,8.3579168,8.3361464,8.5237284,8.5190477,9.3254528,9.2995539,8.1193972,7.9837494,7.8870082,7.4729252,7.4356914,7.4387193,8.2029886,8.2374649,7.2717071,10.802031,10.606954,10.52641,10.509223,10.883948,10.886667,10.684813,10.573773,10.503336,10.307108,10.308511,10.321112,13.646863,13.854557,7.790226,8.6661139,8.5393887,8.5810766,8.5694399,9.1378012,9.1225443,8.6396971,8.5154076,8.4321489,8.1496935,8.1266222,8.1395597,9.400115,9.4669285,7.421031,8.9121513,8.8068609,8.8302021,8.8174992,9.3774872,9.3660965,8.9523392,8.8268242,8.7330208,8.4662867,8.4562426,8.4623232,10.321319,10.457049,7.4903288,10.045797,9.861908,9.8190737,9.8029566,10.215184,10.213201,9.9594822,9.8447447,9.7706776,9.5640926,9.5600958,9.5723419,12.225236,12.433488,7.8628807,8.6463881,8.5327892,8.5884352,8.5771914,9.1787071,9.1596584,8.6114769,8.4828463,8.3955927,8.0925474,8.0655403,8.077239,9.252079,9.3070688,7.7578773,8.5763006,8.4847746,8.5524874,8.5418673,9.1760178,9.1560745,8.5494461,8.4178514,8.3235731,8.0141916,7.9919195,7.999701,9.2272587,9.3051844,7.8779707,8.546174,8.4620371,8.5472937,8.5374985,9.2006922,9.178194,8.4915857,8.3577394,8.2630997,7.931253,7.9027958,7.9107547,8.9859457,9.0423775,7.263505,8.4958105,8.4224749,8.4643059,8.4546547,9.0677099,9.0577421,8.6177597,8.5010271,8.4046125,8.1113911,8.1014061,8.104969,9.7501802,9.8785048,7.2262135,9.9452753,9.8036289,9.769659,9.7532902,10.2196,10.215771,9.9434338,9.8203659,9.7333221,9.5041504,9.5004911,9.5088091,12.331402,12.491096,7.0661783,9.8507805,9.7255745,9.6924763,9.6776381,10.160038,10.158981,9.9160252,9.7977448,9.7088537,9.4711037,9.4683809,9.4749002,12.364358,12.522223,7.7158666,8.4774313,8.3400831,8.3797932,8.3689804,8.9159241,8.9094105,8.4600973,8.3435631,8.2670851,7.9903035,7.9654746,7.9800749,9.1262197,9.1657581,7.5768523,9.5895023,9.4209747,9.4019909,9.3868246,9.8370018,9.8308783,9.5289297,9.4105139,9.3328218,9.1130428,9.1055031,9.1178131,11.361005,11.545534,7.8351965,8.6398802,8.5361204,8.5977306,8.5866423,9.2041769,9.1839523,8.6036692,8.4724751,8.3815165,8.0751657,8.0501795,8.0601244,9.2637987,9.3305006,7.6764684,8.1249399,8.1037245,8.2520018,8.2477951,9.03197,9.0102062,8.0394402,7.9173808,7.8202181,7.4292378,7.4010577,7.4030972,8.2678709,8.321147,8.4704218,8.7715034,8.7396517,8.970829,8.9651375,9.7722158,9.7415257,8.3545599,8.1973753,8.1007385,7.6577835,7.6038251,7.608778,8.2874022,8.3006191,7.5362935,8.5429583,8.4582853,8.5139732,8.5033655,9.1248856,9.1090784,8.569499,8.4425154,8.3462706,8.0500183,8.0346766,8.0400238,9.4618845,9.5679913,7.2789063,10.455091,10.282598,10.222662,10.204933,10.620805,10.618599,10.377839,10.258707,10.180121,9.9702578,9.9680376,9.9796228,13.088773,13.265138,7.6038423,8.5733109,8.4155769,8.4367599,8.4259005,8.9191837,8.9217777,8.5508986,8.43999,8.3679867,8.1280184,8.1121855,8.1274004,9.4717407,9.57547,6.0391049,13.764482,13.565482,13.306363,13.297324,13.565536,13.593968,13.536168,13.454885,13.409092,13.217696,13.256857,13.273972,18.683792,18.843699,7.6983709,8.2237263,8.0798979,8.1311827,8.1211853,8.6601772,8.6708164,8.1998281,8.0900297,8.0190992,7.7117624,7.6716895,7.6860051,8.5975466,8.55966,8.4591198,8.8295765,8.7662239,8.923337,8.9156227,9.6559391,9.6254854,8.6129761,8.4643965,8.368578,7.9417081,7.8816113,7.8892426,8.6341333,8.6382666,7.4543276,9.5978689,9.4521933,9.4381504,9.4226837,9.9038677,9.895647,9.5706167,9.4460039,9.3603458,9.1269236,9.1199837,9.1299162,11.502871,11.662249,7.5995245,9.3001738,9.1526232,9.1531496,9.1387234,9.6332541,9.6226616,9.2642651,9.1405821,9.0571518,8.8187771,8.8086433,8.8200483,10.822266,10.974417,7.7243772,8.8229904,8.687521,8.7150087,8.7025204,9.2423563,9.2287569,8.7958441,8.6723585,8.5895653,8.3274889,8.3101959,8.3228903,9.7932043,9.8957291,7.5257668,9.6888666,9.5260391,9.5046158,9.4891043,9.944828,9.9379244,9.6341257,9.5134249,9.4333239,9.2105732,9.2037363,9.2155209,11.585565,11.761292,8.108243,8.624856,8.5117302,8.5824871,8.5718489,9.1897392,9.1705246,8.5820923,8.4559517,8.3731327,8.015624,7.9649978,7.978076,8.8664417,8.8481884,7.9490309,8.6097469,8.5145054,8.5927,8.5823822,9.229166,9.2064342,8.5535612,8.4200974,8.3282442,7.9975715,7.9657507,7.9755659,9.0340233,9.0786123,7.104259,11.389885,11.180202,11.066446,11.049923,11.385764,11.394513,11.236722,11.1341,11.070827,10.881515,10.890779,10.903574,14.685664,14.908146,7.9910135,8.6296644,8.5275097,8.6014738,8.5909643,9.2272606,9.2049093,8.5762014,8.4442139,8.3548527,8.0223703,7.9872828,7.9983678,9.0278025,9.0598278,8.9469538,9.1866369,9.1556673,9.4744081,9.4678679,10.285029,10.249413,8.4571295,8.2715483,8.1760359,7.704361,7.6366262,7.6420159,8.2426615,8.2447624,7.4545074,8.1274347,8.0857029,8.1819239,8.1761694,8.8880606,8.8712997,8.1732454,8.0549564,7.9567113,7.6132827,7.5944409,7.5969424,8.7029848,8.7862749,8.8815536,9.1602745,9.1086445,9.3306818,9.3233747,10.092828,10.058957,8.7590504,8.5928669,8.4958839,8.0109243,7.929122,7.9351811,8.5683336,8.5608292,8.1040726,8.3960505,8.3958645,8.6466608,8.6438818,9.5017118,9.4751616,7.9667974,7.825563,7.7312508,7.2910361,7.2519779,7.2546053,7.9334593,7.9618926,7.1458225,10.661069,10.493818,10.423019,10.404414,10.819142,10.817814,10.591243,10.470778,10.390207,10.17976,10.178178,10.188869,13.529789,13.694154,7.4762554,8.7093239,8.6139717,8.6528301,8.6411133,9.230381,9.2168064,8.7463961,8.6201849,8.5250816,8.2449045,8.232482,8.2381868,9.8688765,9.9911261,7.9991236,8.4930782,8.3677578,8.4295845,8.4187737,9.0038013,8.9945002,8.4639187,8.3452101,8.2679882,7.9193401,7.8671799,7.8809409,8.7453098,8.7050066,8.1753416,8.6895294,8.5871181,8.6699123,8.6596527,9.3052368,9.2813272,8.6259708,8.4939785,8.4066868,8.0401077,7.990252,8.002202,8.891921,8.8880043,8.1126051,8.6555882,8.5653858,8.6592169,8.6494694,9.3188343,9.2935104,8.5732288,8.4371605,8.3452959,7.9856696,7.9437785,7.9538517,8.8853664,8.906167,7.1629763,9.2197247,9.1147861,9.1131697,9.100646,9.6312218,9.6263475,9.3210135,9.2026405,9.1101503,8.8535557,8.8481846,8.8534641,11.197805,11.350993,8.6613712,8.8812714,8.8881721,9.2791815,9.2762136,10.164716,10.133554,7.9187236,7.7370234,7.6464911,7.1932931,7.1483679,7.1533241,7.7411709,7.7588544,7.693779,8.6729269,8.5289173,8.5556898,8.5439539,9.0689135,9.0606117,8.6501122,8.5324173,8.454977,8.1987257,8.1805792,8.1948185,9.5486555,9.6387072,8.0222464,8.4766407,8.4251709,8.5657635,8.5586672,9.3035889,9.2777214,8.3302431,8.1924314,8.0951834,7.7108507,7.6736588,7.67909,8.536211,8.5723696,9.4146872,9.6714869,9.5954962,9.7556458,9.7482576,10.432181,10.39808,9.47332,9.3199749,9.2268448,8.6293659,8.4817171,8.4887505,9.0535803,9.0107918,8.6984568,9.0517569,8.9683313,9.0968761,9.0880632,9.7840452,9.752574,8.9056883,8.7613821,8.6697426,8.2089567,8.1247969,8.134675,8.8375473,8.8109341,6.9240165,11.720063,11.501194,11.363296,11.348117,11.648201,11.662052,11.538358,11.447505,11.392518,11.193219,11.221256,11.232599,15.292888,15.540936,8.2190866,8.6747866,8.6025381,8.7275248,8.7190256,9.4319983,9.4042349,8.5361614,8.3948002,8.2997665,7.9116025,7.8647046,7.872921,8.7164516,8.7342634,7.5549803,9.9945755,9.7870541,9.7397757,9.7236681,10.097939,10.103985,9.877243,9.770133,9.7023726,9.5093985,9.5060759,9.5169382,12.062645,12.327535,7.7476091,8.7209282,8.6096935,8.6571436,8.6452904,9.2361345,9.2181025,8.6966591,8.5669498,8.4765968,8.1893463,8.1695395,8.1793909,9.5468493,9.6361418,7.401906,10.693773,10.461973,10.375726,10.358625,10.67016,10.679804,10.518573,10.423919,10.365219,10.177811,10.190332,10.197975,13.312113,13.636778,8.3417234,8.7680874,8.6582499,8.7377014,8.7268791,9.352582,9.3306026,8.7174473,8.5902634,8.5077639,8.1026707,8.0319929,8.0447283,8.8261108,8.7801008,7.5280852,8.0780983,8.0491209,8.1683874,8.1641188,8.9139986,8.8954105,8.0831156,7.9653087,7.8675618,7.4999523,7.4771919,7.479506,8.4563189,8.5246058,7.6309471,9.257,9.1031895,9.103219,9.0890017,9.5754023,9.5657253,9.2151165,9.0937233,9.0129566,8.7783594,8.767766,8.7800322,10.712214,10.868455,9.2148457,9.4901905,9.3760719,9.4510403,9.4366226,9.9917774,9.9679489,9.4440565,9.3240595,9.2480812,8.6446447,8.4801817,8.4903536,9.059864,8.9524384,7.7822318,8.7222509,8.6021395,8.6456728,8.6337872,9.2119236,9.1946802,8.694169,8.5666227,8.4797335,8.1957674,8.1744385,8.1859856,9.5137682,9.5941381,9.3679934,9.6327982,9.5404797,9.6585484,9.6488438,10.290445,10.256561,9.5307446,9.3902569,9.3035221,8.698884,8.5434017,8.5519457,9.1162634,9.0468121,8.312274,8.7105732,8.5899439,8.6598721,8.6483326,9.2388229,9.224926,8.6741934,8.5541391,8.4767027,8.0642538,7.984714,7.9976301,8.7446146,8.6725388,7.3923779,8.2146931,8.1611004,8.2374849,8.2301931,8.9063807,8.8916597,8.2897224,8.1711683,8.0730515,7.7501369,7.734643,7.7373834,8.9940691,9.0925379,7.849021,8.5952988,8.4728518,8.5233498,8.5121975,9.0967674,9.0808735,8.5667744,8.442399,8.3594618,8.0604963,8.0318699,8.0450439,9.1773863,9.2176027,8.0156279,8.5725307,8.4947081,8.5977354,8.5886173,9.2772131,9.2522945,8.4836807,8.3469553,8.2520571,7.8960943,7.860353,7.8684282,8.8255453,8.8632545,12.442554,12.384654,11.531491,11.524891,11.518048,11.536648,11.530533,11.520448,11.510896,11.501163,11.502278,11.386519,11.278505,10.953776,11.226338,12.222619,12.171849,11.326737,11.317592,11.306743,11.315969,11.304547,11.292175,11.277822,11.268745,11.310081,11.198961,11.091354,10.770864,10.790456,12.744311,12.629897,11.712782,11.710316,11.70774,11.715846,11.713566,11.709703,11.704978,11.700825,11.701468,11.579735,11.462833,11.051437,11.101545,11.07001,11.24382,10.632372,10.612488,10.592261,10.640935,10.618796,10.581614,10.585055,10.559894,10.554127,10.461168,10.382421,10.391346,11.275372,12.544813,12.462301,11.577014,11.571635,11.565969,11.578327,11.573023,11.565304,11.555833,11.548482,11.555484,11.438247,11.325906,10.962341,11.034508,11.83632,11.891518,11.145942,11.132346,11.118377,11.151774,11.138105,11.115859,11.101691,11.083778,11.086025,10.981528,10.887229,10.721498,11.221334,12.08856,12.101846,11.353276,11.341565,11.329223,11.362993,11.35233,11.333532,11.331933,11.31475,11.307709,11.195731,11.101081,10.896791,11.869071,12.092447,12.100076,11.31181,11.301004,11.289877,11.318027,11.307553,11.290373,11.278061,11.263216,11.264635,11.155403,11.055924,10.825447,11.268472,11.87102,11.906413,11.129646,11.114816,11.098237,11.117408,11.100624,11.079566,11.057847,11.042343,11.069647,10.965394,10.866331,10.661867,10.817342,12.668411,12.567888,11.667065,11.663513,11.65981,11.670661,11.667398,11.661985,11.655731,11.650089,11.651061,11.53091,11.416322,11.026669,11.132209,12.589656,12.501589,11.61247,11.607727,11.602793,11.615293,11.610861,11.603912,11.595797,11.588917,11.592205,11.473866,11.360994,10.989975,11.09663,12.298727,12.262081,11.419535,11.410862,11.40164,11.419288,11.41045,11.397867,11.383691,11.372666,11.384779,11.272567,11.165878,10.8661,11.003102,12.331033,12.297542,11.480065,11.471845,11.463273,11.487597,11.48017,11.467303,11.458607,11.446218,11.444003,11.329598,11.226233,10.942676,11.453237,12.681009,12.579787,11.679929,11.676582,11.673074,11.684159,11.681145,11.675904,11.670074,11.664477,11.664488,11.543958,11.429399,11.038973,11.172535,12.563647,12.494809,11.645601,11.639655,11.633328,11.652595,11.64783,11.638986,11.631346,11.621354,11.618059,11.499207,11.391255,11.058504,11.541571,11.418491,11.552985,10.868196,10.849989,10.830965,10.86757,10.847972,10.81782,10.794841,10.772819,10.782784,10.686148,10.598042,10.53014,10.948128,12.746686,12.632615,11.716475,11.714115,11.711637,11.719954,11.717778,11.713964,11.709419,11.705277,11.705519,11.583698,11.466867,11.055755,11.118074,8.0522032,8.019536,8.0319166,8.0192614,7.9753289,7.9879336,7.9696245,7.95401,7.8057795,7.7958794,7.7948041,7.7966266,7.8182983,8.6017284,8.5356407,8.0406408,8.0042477,8.0166378,7.9984603,7.9479852,7.9685407,7.9462075,7.9290466,7.7354307,7.7244115,7.7193432,7.7235579,7.7504373,8.6684904,8.5941315,8.2311516,8.1978159,8.2135019,8.2059793,8.1614656,8.1625996,8.1474123,8.1310549,8.0109444,8.0029497,8.0054951,8.0055103,8.025753,8.7608757,8.6899605,8.1926851,8.1508999,8.1653414,8.137414,8.0761204,8.1168919,8.0853596,8.064764,7.8279066,7.8131123,7.7959695,7.8051581,7.8446193,9.0354223,8.9419823,8.2613239,8.2175169,8.2354956,8.2158546,8.1579742,8.1805754,8.1545868,8.1364555,7.945858,7.9331632,7.9258614,7.9311481,7.965034,9.0745926,8.9787321,7.8607106,7.8412023,7.8507857,7.8471699,7.8208795,7.8228555,7.8128133,7.8010354,7.7270265,7.7199917,7.7224422,7.7207427,7.730588,8.1734123,8.1343203,8.0757837,8.0451975,8.0582552,8.0487366,8.0080233,8.0162535,7.999989,7.984951,7.8611121,7.8518047,7.8519239,7.8525252,7.8716931,8.5896292,8.5268192,7.6113386,7.5971479,7.6032805,7.6000385,7.581275,7.5849271,7.5771461,7.5684357,7.5075126,7.5019131,7.5035,7.5022655,7.509398,7.848053,7.8212233,7.7406693,7.7161102,7.7232499,7.7140107,7.6815424,7.6894879,7.6766915,7.6643338,7.5319395,7.5250139,7.5285158,7.5289574,7.5431385,8.1078558,8.0631914,8.2844267,8.242074,8.2616854,8.2486191,8.1947155,8.2047911,8.1838388,8.1666307,8.0046864,7.9944749,7.9925175,7.9951935,8.0245333,9.0344877,8.941637,10.80057,10.723535,10.75406,10.643979,10.659754,10.671265,10.394085,10.370818,9.9950466,9.9453096,9.960577,10.019763,10.090961,12.546539,12.315644,7.1465216,7.0367956,7.1452975,7.1423788,7.1392374,7.1368675,7.1257434,7.120472,6.7025485,6.7015905,6.7129264,6.7136302,6.8109274,11.171643,10.750174,11.780967,11.690742,11.743962,11.67554,11.681669,11.68529,11.278823,11.26534,10.83499,10.805171,10.829008,10.932922,11.007097,13.102324,12.85601,14.135671,14.070651,14.083014,14.003993,14.010311,14.010457,13.270146,13.25517,12.828267,12.793809,12.797872,12.999821,13.050789,14.422335,14.263181,10.31825,10.259274,10.244789,10.075177,10.101279,10.115655,9.8945732,9.8531218,9.5338802,9.454792,9.4539223,9.4835062,9.543746,12.464266,12.271813,10.904999,10.849513,10.81087,10.655855,10.674541,10.680821,10.381586,10.330677,10.006476,9.9269857,9.921628,9.9709578,10.021267,13.297199,13.107862,7.181025,7.071085,7.1798167,7.1759715,7.1742463,7.1733932,7.1568146,7.1526542,6.7320042,6.7304282,6.7440658,6.745749,6.8430467,11.20787,10.786662,13.908213,13.851389,13.837962,13.745092,13.752901,13.753163,13.045361,13.018887,12.615275,12.569995,12.569173,12.755402,12.799851,14.555497,14.404625,6.8202424,6.7105742,6.8198671,6.8187423,6.8179708,6.8174019,6.8131418,6.8116827,6.3938146,6.3935323,6.3981986,6.398283,6.4968519,11.135732,10.698452,11.317348,11.22179,11.308872,11.275943,11.282906,11.289124,10.932566,10.924232,10.467729,10.451056,10.495263,10.587358,10.664344,12.902238,12.618361,11.00748,10.905887,10.989708,10.952044,10.954784,10.95684,10.631472,10.621511,10.1652,10.147784,10.188682,10.270875,10.352213,12.776458,12.480903,8.0507641,7.9397788,8.0448513,8.0317535,8.0309668,8.0319166,7.9656954,7.9590883,7.5259399,7.51928,7.5493202,7.5620928,7.6579614,11.510198,11.119387,7.7580976,7.6490884,7.7541413,7.7424135,7.7414346,7.742414,7.6962132,7.6897044,7.2643991,7.2583036,7.282979,7.2906961,7.3866081,11.376157,10.979702,8.1761475,8.0680962,8.1737194,8.1621609,8.1614647,8.163311,8.098053,8.0901499,7.6630683,7.65693,7.6860652,7.6984305,7.7918863,11.484724,11.104023,9.4968529,9.397953,9.4792261,9.4320402,9.4362717,9.4425936,9.2817049,9.2685022,8.8526192,8.8311615,8.8628941,8.8978519,8.9845581,11.937157,11.623152,7.6330028,7.5244942,7.6308126,7.6240377,7.6199994,7.6181598,7.5891461,7.5809307,7.1625714,7.1592913,7.1778769,7.1819782,7.2773337,11.263431,10.865067,11.202318,11.158973,11.072335,10.996556,11.005906,11.0072,10.611279,10.532674,10.210279,10.147623,10.138287,10.222489,10.255172,15.01815,14.81837,8.9054461,8.7963467,8.8991241,8.8805571,8.8815384,8.8841734,8.7601423,8.7520943,8.3106108,8.3011131,8.3393812,8.3663559,8.4583178,11.829224,11.466758,8.756032,8.6538725,8.7551851,8.7400274,8.7408228,8.7469311,8.6533413,8.6440105,8.2240133,8.2146702,8.2443047,8.2656231,8.3550358,11.602757,11.251725,7.2872982,7.1768837,7.2849736,7.2796869,7.2782984,7.2780409,7.2548575,7.2506752,6.8273063,6.824667,6.8416562,6.8449998,6.9425793,11.251234,10.833275,10.834739,10.742653,10.838102,10.814543,10.829227,10.844942,10.55289,10.548863,10.105511,10.090194,10.132901,10.209313,10.287841,12.618732,12.328167,8.711956,9.8383341,9.4657955,9.4110804,9.3918476,9.5376673,9.5122347,9.4378614,9.290308,9.1977377,9.1956644,9.1468468,9.1038504,10.324502,10.541579,9.1841059,9.6316309,9.1970921,9.1524296,9.1295042,9.2132597,9.174345,9.1117306,8.9950399,8.9250546,9.0260296,8.9662504,8.9135294,9.4259338,9.6116066,7.3851509,7.8448792,7.6250496,7.5996151,7.5833249,7.760632,7.7351685,7.6550908,7.4114089,7.2687855,7.2043481,7.172884,7.1402588,7.9968238,8.1889343,9.168293,9.9778547,9.544857,9.4907694,9.4699936,9.5748005,9.5433378,9.4776773,9.3642645,9.2934008,9.3578215,9.2986603,9.2474823,10.092932,10.301568,7.4700723,10.812974,10.535167,10.432378,10.414102,10.630725,10.623894,10.544287,10.374119,10.261471,10.181664,10.151828,10.122787,13.146772,13.322301,6.6257768,7.3361239,7.1782227,7.1578383,7.1465273,7.3574533,7.3469758,7.2521834,6.9936237,6.8449688,6.7541194,6.7347898,6.7125888,7.8848901,8.0736332,7.5367022,8.3508606,8.1179085,8.0859175,8.0697212,8.2649879,8.2445793,8.1507025,7.9251347,7.7897983,7.7246084,7.6947951,7.6636257,8.8236609,9.024621,6.735837,6.7455506,6.5531945,6.5371594,6.5226078,6.6166897,6.5810528,6.6012702,6.3193936,6.1680112,6.0799069,6.0366216,6.0051374,6.4747477,6.6500936,7.035295,7.2707586,7.0776668,7.0579653,7.042511,7.2079558,7.1795211,7.1130233,6.8484797,6.6972966,6.6257944,6.5947127,6.5615406,7.2414732,7.4208384,8.9361315,9.1871138,8.7827826,8.7463064,8.7232742,8.8011656,8.7595644,8.7055712,8.5691223,8.4895639,8.5879078,8.531292,8.4820642,8.8540363,9.027751,7.8208442,8.9438925,8.6795311,8.638011,8.6209908,8.8162327,8.7966652,8.7027912,8.4992027,8.3741417,8.3154821,8.2828274,8.2501917,9.6339254,9.8412371,7.2930861,9.1132259,8.8945646,8.8448219,8.8293734,9.0638647,9.0543232,8.9484396,8.7374191,8.6052685,8.5167608,8.4928455,8.4653854,10.495133,10.68869,8.8598614,9.024189,8.6223679,8.5882864,8.5638218,8.6302261,8.5881004,8.5358973,8.4105034,8.3372869,8.4695196,8.4138861,8.3673363,8.642415,8.8078289,6.3973837,6.6193099,6.4734597,6.4592686,6.4466271,6.6233206,6.5996418,6.5224886,6.241055,6.0822434,6.0055871,5.9799976,5.9472518,6.6576676,6.8201208,7.9782963,8.5784702,8.2997198,8.2662964,8.2484703,8.4107304,8.3834,8.3106041,8.0984879,7.9721098,7.9272366,7.8884516,7.8522367,8.756835,8.9606924,8.468627,10.334795,9.9731627,9.8998384,9.8812628,10.045024,10.025729,9.9498253,9.8057699,9.7127771,9.6889467,9.6434393,9.6035852,11.440501,11.656612,8.3848953,8.533844,8.1975012,8.16819,8.1482277,8.239872,8.2014809,8.172905,7.9788904,7.868423,7.8828692,7.8308258,7.7876978,8.1913157,8.3711243,9.1991806,10.245294,9.8001385,9.7375593,9.7176523,9.8210411,9.7923183,9.7285032,9.6284294,9.5644922,9.6324997,9.5708084,9.5184727,10.544115,10.76079,7.8250217,9.9981356,9.7110901,9.6410542,9.6235399,9.8290749,9.8157072,9.7261372,9.5491343,9.4354382,9.3711224,9.3384075,9.3067122,11.49984,11.701111,6.8134117,6.9396996,6.749218,6.7309146,6.7157774,6.8367944,6.803659,6.795784,6.5164409,6.3634119,6.2712555,6.2314081,6.2003174,6.7886209,6.9723067,6.9819751,8.0467072,7.8622661,7.8327041,7.8189735,8.0412197,8.0296316,7.9251041,7.6843619,7.541173,7.4548998,7.4331999,7.4078226,8.8609447,9.0552998,8.4026403,11.086946,10.703065,10.60065,10.582415,10.737982,10.722691,10.657917,10.531453,10.446899,10.423953,10.37438,10.33282,12.730554,12.937804,6.6961989,7.2332268,7.0704689,7.0507488,7.0384655,7.2379227,7.2227635,7.132534,6.8712535,6.7212887,6.6382933,6.6166821,6.5916162,7.5934954,7.7789321,8.7459822,10.285374,9.8958673,9.8277922,9.8087273,9.9541512,9.9316454,9.8595314,9.7269278,9.6419048,9.6403837,9.5895052,9.54566,11.079967,11.300032,9.0823479,10.987536,10.530824,10.440531,10.421365,10.532027,10.511219,10.454114,10.361602,10.301221,10.334209,10.268899,10.215532,11.924356,12.145849,7.8346519,9.4245062,9.1506519,9.0975609,9.0804081,9.2837515,9.2674742,9.1728506,8.9821367,8.8623943,8.8000355,8.7677355,8.7357254,10.494118,10.700721,8.3795719,9.9518595,9.611619,9.5495291,9.5311155,9.7019167,9.6815529,9.600606,9.4421873,9.341466,9.310956,9.2684317,9.2301817,10.869653,11.085415,8.4693117,8.8069506,8.466197,8.4324293,8.4128408,8.5237026,8.4885941,8.444622,8.2569056,8.1476688,8.1508589,8.1002388,8.057085,8.6322365,8.8258009,8.7168932,9.3356543,8.969408,8.9274397,8.9076099,9.0347815,9.0035524,8.9393454,8.7770348,8.6788502,8.6891508,8.6388493,8.5945892,9.3840141,9.5895233,7.8996158,11.076393,10.744381,10.635117,10.61657,10.80154,10.789371,10.717719,10.569098,10.469515,10.418991,10.381086,10.346586,13.167372,13.358272,8.3394518,9.3190565,8.9973059,8.9519711,8.9335375,9.0980873,9.0734491,8.993309,8.8150749,8.7051849,8.6760674,8.6342783,8.5959339,9.7699499,9.9828768,7.0768371,9.6578436,9.4505987,9.3852062,9.3695717,9.625783,9.6225548,9.5179796,9.3158092,9.1852121,9.0792942,9.0581741,9.0315704,11.651639,11.827606,8.7617226,9.6869411,9.3119345,9.2619371,9.2424107,9.380825,9.3532114,9.2812529,9.1315336,9.038619,9.0442495,8.9944143,8.9504738,9.9952021,10.209222,10.286479,10.227106,10.183242,10.165771,9.9551554,9.9604864,9.8898687,9.8558617,9.7254076,9.7040596,9.6727724,9.6978159,9.7033787,9.3893223,9.3726807,11.73245,11.733892,11.654662,11.506066,11.399263,11.51943,11.196818,11.218098,10.996328,10.920411,10.833736,10.950547,11.005411,10.947795,10.947386,10.00137,9.7068462,9.5656967,9.5606041,8.789175,8.7868252,8.76688,8.7578793,8.4149885,8.4103088,8.2956924,8.2998533,8.2987318,8.202364,8.1925011,12.031093,11.928473,11.838399,11.750739,11.440639,11.4849,11.200657,11.187289,10.926384,10.879316,10.821882,10.905571,10.920399,10.801043,10.790071,11.619884,11.660498,11.587978,11.441813,11.399139,11.540559,11.201301,11.246637,11.034859,10.95801,10.862288,10.999599,11.069254,11.018984,11.01897,11.038246,11.000681,10.922951,10.82028,10.627316,10.729263,10.528694,10.519197,10.317695,10.259768,10.182631,10.253766,10.291111,10.195441,10.196586,11.516351,11.611543,11.549926,11.424621,11.456751,11.617123,11.25177,11.337288,11.134795,11.065624,10.965308,11.137768,11.228755,11.188955,11.187656,12.209188,12.142181,12.053835,11.929542,11.701472,11.7703,11.433178,11.429904,11.175521,11.113822,11.047079,11.151163,11.179298,11.098292,11.091802,11.352845,11.264604,11.18346,11.106403,10.820113,10.870231,10.668631,10.651333,10.425764,10.381649,10.318939,10.38168,10.399388,10.254935,10.246892,9.3710651,9.3543596,9.3080664,9.2864313,9.1748886,9.2595377,9.1840649,9.1538067,9.0328932,8.9966078,8.9497309,8.9870768,9.0077515,8.8867531,8.8989716,10.354106,10.30589,10.274645,10.267134,10.073903,10.055943,10.011148,9.9689722,9.8674536,9.8541918,9.8335686,9.8499632,9.8517447,9.4070206,9.3796806,11.391515,11.320079,11.238196,11.14485,10.893471,10.961293,10.740158,10.727181,10.503621,10.452242,10.384832,10.455585,10.48023,10.364345,10.359535,11.290284,11.173835,11.092026,11.039121,10.685393,10.709978,10.545146,10.522725,10.290443,10.257928,10.196322,10.246011,10.255085,10.053868,10.039764,11.683975,11.577872,11.51793,11.501582,11.136293,11.089836,11.033681,10.969276,10.800158,10.78515,10.741519,10.756756,10.756408,10.062613,10.013899,10.906604,10.970682,10.90006,10.768653,10.731058,10.913695,10.664235,10.705856,10.521204,10.447413,10.340654,10.459091,10.546665,10.508109,10.512928,9.4874163,9.4607353,9.4180593,9.4057398,9.2824984,9.3418922,9.268527,9.2397947,9.1223793,9.0905247,9.0521078,9.0874367,9.1028833,8.9501266,8.9547892,9.6875248,9.6690054,9.6172094,9.580821,9.4532194,9.5459871,9.457901,9.4284592,9.297039,9.2564564,9.2021255,9.2422438,9.2666864,9.1399298,9.1508169,10.252248,10.197826,10.145396,10.113151,9.9145794,9.9508858,9.8553848,9.8267326,9.6799498,9.6485672,9.6063414,9.6413803,9.6538963,9.436491,9.4296255,10.864199,10.898758,10.824089,10.696356,10.610668,10.781714,10.558867,10.577708,10.391326,10.319566,10.217683,10.31582,10.389714,10.341773,10.347868,10.752171,10.666348,10.609166,10.583662,10.298942,10.298353,10.213722,10.177398,10.012348,9.9901199,9.9477577,9.9747906,9.9797535,9.6286592,9.6069584,10.032072,9.9927902,9.9407396,9.9054832,9.7394638,9.7985353,9.7030993,9.6754913,9.5350428,9.4990759,9.4524603,9.4906483,9.5083561,9.3350182,9.3351574,10.299482,10.253549,10.194967,10.146526,9.9579268,10.020615,9.9079523,9.8821526,9.7255735,9.6864471,9.6334486,9.6756563,9.6955252,9.525506,9.5244446,10.348738,10.332745,10.264809,10.185034,10.030007,10.153502,10.016925,9.9969072,9.8321419,9.7786255,9.7014103,9.7569885,9.7966852,9.6919136,9.7002754,9.7717524,9.4645805,9.3181763,9.3133154,8.5227747,8.5247345,8.5047359,8.5015097,8.1493378,8.1447039,8.023757,8.027215,8.025835,7.9934378,7.9884162,10.32425,10.292191,10.228545,10.163637,9.991293,10.084225,9.958436,9.9352627,9.7735214,9.7268066,9.6618528,9.7107706,9.7399311,9.6069365,9.6112452,11.204677,11.208263,11.129983,10.998095,10.875494,11.012999,10.763468,10.775405,10.572209,10.501435,10.410178,10.506606,10.564416,10.505776,10.50888,10.949445,10.885246,10.811259,10.734992,10.497478,10.563924,10.394333,10.375697,10.17691,10.130666,10.066303,10.123115,10.14627,10.003833,10.000134,10.648944,10.669028,10.594139,10.479536,10.366186,10.535477,10.349771,10.351659,10.172803,10.105564,10.006452,10.087521,10.153602,10.094838,10.103241,10.393372,10.3309,10.276443,10.24324,10.023994,10.052955,9.954896,9.9256582,9.7719049,9.7418413,9.6991158,9.7335749,9.7445793,9.5083208,9.4986134,10.760182,10.5159,10.394105,10.379221,9.7073612,9.6944847,9.6528311,9.6282635,9.321578,9.311779,9.2096758,9.220046,9.2198486,8.9709988,8.9496193,9.5936985,9.2780275,9.1287203,9.1269083,8.3190441,8.3201351,8.3095636,8.3073387,7.9522505,7.9494123,7.8291392,7.8302197,7.8288507,7.8004904,7.7966318,10.396467,10.475283,10.404273,10.286217,10.242226,10.468165,10.288061,10.312207,10.148685,10.076829,9.9581604,10.056694,10.159468,10.128361,10.138395,10.627263,10.575398,10.507991,10.4413,10.231106,10.3024,10.160669,10.138936,9.9605579,9.9160976,9.8543072,9.9046173,9.9284201,9.7778959,9.7764997,10.995827,10.947101,10.870724,10.778572,10.567366,10.655393,10.467792,10.454058,10.253673,10.200345,10.128428,10.193399,10.224732,10.112248,10.111805,11.157784,11.142939,11.063805,10.941856,10.787357,10.911489,10.680756,10.682584,10.478565,10.412383,10.326435,10.412001,10.46121,10.390882,10.393534,10.743567,10.508773,10.389183,10.371782,9.7263803,9.7248659,9.6584234,9.6404028,9.332345,9.3208675,9.2247219,9.2443571,9.2457809,9.0575895,9.0410585,10.522599,10.570888,10.497404,10.379687,10.300374,10.499421,10.316339,10.327544,10.156309,10.086082,9.976655,10.065546,10.148495,10.10459,10.11438,10.661848,10.631537,10.559608,10.472062,10.292061,10.399096,10.238242,10.222342,10.040766,9.9867697,9.9114437,9.9718781,10.008479,9.8999195,9.9036942,10.922985,10.838987,10.767908,10.712514,10.435662,10.473357,10.328711,10.304735,10.107128,10.07079,10.014347,10.060865,10.0747,9.8780785,9.8683491,12.040229,11.892058,11.81384,11.799464,11.316047,11.257884,11.211041,11.141109,10.932529,10.922437,10.862844,10.877482,10.879002,10.111609,10.056637,10.024005,9.7316666,9.5908651,9.5829201,8.8201733,8.8204384,8.7929258,8.785717,8.4423161,8.4359703,8.3178024,8.3233738,8.3221588,8.252389,8.2440519,9.634922,9.6005592,9.5742025,9.5739136,9.4375858,9.4388962,9.3948021,9.3640585,9.2781382,9.2631502,9.2469292,9.2661848,9.2697535,8.9838381,8.9704618,9.712883,9.3999119,9.2497835,9.2442942,8.4430542,8.4456387,8.4235697,8.4217758,8.0648956,8.0608997,7.9436378,7.9491205,7.9485402,7.9384537,7.9352551,10.190145,9.9076176,9.7707243,9.7644625,9.013608,9.0088453,8.9841394,8.9711046,8.6358786,8.6308203,8.5240946,8.5310545,8.5308781,8.3914242,8.378479,9.9619884,9.9456997,9.8865452,9.8307123,9.6910524,9.8013458,9.696084,9.6688261,9.5243835,9.4778204,9.4122486,9.4576378,9.4889994,9.3705864,9.3815985,9.8604097,9.8167639,9.7771692,9.7665701,9.6062174,9.6281052,9.5597277,9.5294619,9.4132938,9.388937,9.3605785,9.3885307,9.3964491,9.1578913,9.1497488,10.173651,10.118582,10.073874,10.054899,9.8587599,9.8742762,9.7984829,9.7667818,9.6360083,9.6117811,9.5792046,9.6070061,9.614398,9.3426046,9.3302441,10.628089,10.550692,10.49159,10.457249,10.198611,10.217259,10.114921,10.08453,9.9164267,9.8883734,9.8431234,9.8769751,9.8858185,9.6198807,9.6058474,11.702004,11.654393,11.569883,11.445796,11.245337,11.334317,11.053638,11.052107,10.821039,10.757338,10.68266,10.774688,10.8105,10.732184,10.72969,11.26152,11.223889,11.143396,11.030215,10.839362,10.94105,10.712096,10.707143,10.495477,10.434228,10.355947,10.435449,10.474313,10.389251,10.389482,11.871081,11.839063,11.755151,11.616044,11.449966,11.547099,11.23145,11.237811,11.004611,10.934699,10.857388,10.962646,11.004623,10.937428,10.935394,12.328078,12.241529,12.192135,12.174947,11.846271,11.772684,11.730047,11.641654,11.503881,11.488191,11.457335,11.466249,11.464828,10.527221,10.467388,11.41246,11.240354,11.141227,11.103305,10.612618,10.626266,10.469893,10.452121,10.171062,10.147791,10.069327,10.115215,10.118517,9.9362602,9.9197464,12.139505,12.054417,11.964955,11.85783,11.589413,11.646266,11.332642,11.324048,11.065857,11.011195,10.948754,11.043379,11.064755,10.968437,10.959917,11.652369,11.587089,11.50221,11.393124,11.157261,11.231938,10.97101,10.963203,10.729718,10.672532,10.602736,10.685823,10.714276,10.619591,10.615226,11.109944,10.982177,10.905856,10.876587,10.482913,10.477868,10.382419,10.347364,10.134087,10.113002,10.053978,10.082499,10.086252,9.7359562,9.7113285,9.6751204,9.6390839,9.5982857,9.5885515,9.4477682,9.486433,9.4149132,9.3860464,9.2696447,9.2416153,9.2096968,9.2417345,9.252964,9.0603142,9.0582685,9.413702,9.3809538,9.3491535,9.3575554,9.2371445,9.2588968,9.2040386,9.175415,9.0793209,9.0577946,9.0374231,9.0652227,9.0719166,8.8618259,8.8570576,10.706138,10.701542,10.626602,10.520381,10.374689,10.516268,10.336176,10.329576,10.146481,10.083963,9.9949894,10.0675,10.119511,10.042696,10.049383,11.57412,11.367132,11.263745,11.253959,10.637973,10.595431,10.561617,10.509805,10.243574,10.236962,10.154086,10.165055,10.166012,9.5926962,9.5492306,11.11939,11.147627,11.072137,10.936847,10.85189,11.007804,10.752728,10.776711,10.580088,10.506637,10.408672,10.515014,10.584253,10.534872,10.538781,11.404935,11.373234,11.291595,11.168577,10.990825,11.09652,10.844546,10.844493,10.627974,10.563046,10.482852,10.570363,10.612423,10.537186,10.537328,6.6270838,6.6018081,6.5732565,6.5257134,6.6385593,6.8498559,6.7957864,6.7427325,6.5897532,6.4610844,6.3795996,6.3969874,6.526958,7.2837658,7.3227582,5.4709139,5.4409957,5.4152083,5.3905559,5.4701986,5.7603235,5.7302694,5.6574011,5.5916529,5.3302331,5.2502604,5.2674618,5.3900547,5.9632878,6.0654655,5.3734736,5.3662333,5.3497357,5.3361697,5.4809256,5.7247872,5.6796947,5.6286201,5.4988208,5.2712984,5.177794,5.2021284,5.3084612,5.9144964,5.9812779,4.9995537,4.9300842,4.9052782,4.8787417,4.9553337,5.2785959,5.3004713,5.2137656,5.2684231,5.1430373,5.0701466,5.080687,5.2956772,5.797843,5.8949146,5.1472464,5.1409764,5.1240482,5.1099153,5.218996,5.4726768,5.4300013,5.3867197,5.2656016,4.9039826,4.8188562,4.8406944,4.9272499,5.4911022,5.5657978,4.5409274,4.532968,4.5153818,4.4962788,4.5551968,4.8134847,4.7828803,4.7475052,4.6494236,4.1138377,4.0628171,4.0766397,4.1483903,4.6199994,4.7107229,7.5488086,7.5119839,7.4736023,7.3999743,7.4576664,7.6033888,7.5354848,7.4916477,7.2800426,7.1868896,7.1291485,7.1374907,7.251739,8.2303343,8.2201786,7.2445827,7.211123,7.1726432,7.0907888,7.2171702,7.3322778,7.2629104,7.2272816,6.9919133,6.9088869,6.8608541,6.8671985,6.9998217,7.9327507,7.913218,6.1980891,6.1416688,6.1080575,6.0639801,6.1098366,6.3757343,6.3582373,6.2793832,6.2392101,6.1298766,6.0591311,6.0671959,6.2376566,6.95011,7.0071507,5.9920254,5.9319315,5.8959723,5.8528481,5.8845401,6.154212,6.1414356,6.0532074,6.0362334,5.9347687,5.8664298,5.8704529,6.0475445,6.735662,6.7931232,4.1239967,4.0934305,4.0708728,4.0537004,4.1007318,4.4000301,4.3879623,4.303453,4.2796698,3.8738959,3.8265407,3.834537,3.935323,4.3232946,4.4756665,4.8338194,4.7986469,4.7744141,4.7536182,4.8197508,5.1257586,5.1109052,5.0313811,5.0020223,4.6783047,4.6149135,4.6278272,4.7529159,5.2338214,5.3576703,5.3560672,5.2998586,5.2705979,5.2398033,5.3125396,5.6198869,5.6139073,5.5244446,5.5225644,5.35464,5.2840648,5.2958097,5.4706364,6.0147991,6.1171765,5.1682153,5.1439404,5.1201782,5.0987558,5.1717405,5.4616423,5.4325442,5.3653917,5.2972155,4.9573059,4.884376,4.9007354,5.009151,5.5450821,5.652133,6.1025424,6.079865,6.0494604,5.9809837,6.2157307,6.2922869,6.2402215,6.2211776,5.9685278,5.9169655,5.8894625,5.8912158,6.055748,6.9644833,6.9383082,7.6049323,7.568325,7.5301247,7.4654942,7.4811597,7.6472063,7.5829129,7.5311685,7.337667,7.2418013,7.1798973,7.1891418,7.2930131,8.29811,8.2976456,6.0951819,6.0882187,6.072598,6.0359979,6.2365723,6.414422,6.3656898,6.3248096,6.1371331,6.0391622,5.9755702,5.9960852,6.1418748,6.8748746,6.901783,5.1495762,5.1046438,5.0776734,5.0525227,5.1253347,5.4341664,5.4212012,5.3347287,5.3165874,5.0809617,5.0112233,5.0245075,5.1734805,5.6897063,5.8042903,6.6721702,6.6384916,6.6065412,6.557385,6.6398988,6.8682628,6.8205462,6.7606425,6.6328654,6.5013938,6.421567,6.4367828,6.5700655,7.3306303,7.378231,3.256654,3.2488074,3.2204683,3.2005444,3.1938212,3.4144018,3.371587,3.2613719,3.1840909,2.7742062,2.7546568,2.7554574,2.7791364,3.0809352,3.4179876,7.0159168,6.9838161,6.9464393,6.8660707,7.019805,7.1206398,7.0544968,7.0236135,6.778429,6.7051978,6.6647773,6.6697836,6.8107977,7.756248,7.7316165,3.2800577,3.2634339,3.2344747,3.2123995,3.2112069,3.4350202,3.3967779,3.2788363,3.2268062,2.9109256,2.8927877,2.894058,2.9307034,3.2418854,3.6680934,3.9843078,3.9139633,3.8914723,3.8729241,3.9475646,4.2762251,4.3050013,4.204062,4.2899594,4.1058664,4.060369,4.0666661,4.2714076,4.6077986,4.7262206,5.3765893,5.2981229,5.2651367,5.2252955,5.2756524,5.5645518,5.5714736,5.4773192,5.5255756,5.4301233,5.3632607,5.3645825,5.5848179,6.1472507,6.1977201,7.4672537,7.4306636,7.3924508,7.3260531,7.3624787,7.5330925,7.4702129,7.4187365,7.2319131,7.132195,7.0688996,7.0783286,7.1905041,8.1470776,8.1518049,6.4645052,6.4175181,6.3845129,6.3381395,6.3945212,6.6477036,6.6180811,6.5479007,6.4696345,6.3499365,6.2759552,6.2875772,6.4402452,7.1861739,7.242887,6.2797575,6.2560344,6.2262187,6.1574001,6.3817244,6.4599919,6.4081354,6.3909955,6.1361933,6.0844655,6.0549426,6.0562434,6.2177405,7.1644745,7.1356144,7.8256869,7.783371,7.7461843,7.6700964,7.7105556,7.8305516,7.7591944,7.7223167,7.4854627,7.4034305,7.3530393,7.3600988,7.4668336,8.5511141,8.5192871,6.0993781,6.0653858,6.0367713,6.0012212,6.0883384,6.3532104,6.3166986,6.2475471,6.158246,5.9915824,5.907783,5.9249945,6.0615053,6.7292843,6.8061185,5.9465194,5.9161658,5.8890352,5.8577738,5.9488511,6.2181635,6.1804528,6.111692,6.0218725,5.8326221,5.7463784,5.7647676,5.8942065,6.5392547,6.6211038,7.0202231,6.9803452,6.9435043,6.8870296,6.9264517,7.1392598,7.0910153,7.028295,6.8941998,6.7842731,6.7145038,6.7247405,6.8530183,7.710331,7.7427797,6.9462204,6.9184165,6.8861322,6.827632,6.9328518,7.1224232,7.0616298,7.0125561,6.8398547,6.7221174,6.64428,6.6590328,6.7867513,7.5871596,7.6105227,7.3645253,7.3309922,7.2928524,7.2160263,7.3105221,7.4555745,7.3865428,7.3441162,7.1331763,7.0353403,6.9741492,6.9830828,7.1070952,8.0069361,8.0015345,6.1319246,6.1090555,6.0843964,6.0514245,6.1675291,6.4092655,6.362278,6.3031092,6.177567,6.0148425,5.9259748,5.9463825,6.0721979,6.7572889,6.8193312,7.1991849,7.1692238,7.1335459,7.0630879,7.1695886,7.3306327,7.2632861,7.2191305,7.0211649,6.9149365,6.8444614,6.8560247,6.9829302,7.8260503,7.8316708,4.1529069,4.0735126,4.045352,4.0190353,4.0916018,4.4140196,4.4352236,4.3245521,4.4127669,4.2519126,4.2054119,4.2093744,4.4298434,4.7707868,4.8677745,6.0805874,6.0535846,6.0152135,5.9359813,6.1734047,6.2453947,6.1846609,6.1577296,5.9042091,5.8474145,5.8215833,5.8265839,5.9945984,6.8421974,6.8194408,3.3505342,3.3439913,3.318099,3.2993851,3.2984009,3.5262496,3.4849429,3.3990779,3.3070219,2.783731,2.761173,2.7625897,2.7879138,3.0916431,3.2993617,6.9862571,6.9617338,6.9299564,6.8659463,6.9988642,7.1617785,7.0956736,7.0531659,6.8546023,6.7481985,6.6727414,6.686482,6.8187008,7.6251564,7.6345053,7.339931,7.3043151,7.2665443,7.1982975,7.2593718,7.4323139,7.3694119,7.3193645,7.135572,7.0310402,6.9651494,6.9752612,7.0948796,7.9979658,8.0064878,6.3875279,6.3638067,6.3375778,6.2973104,6.4149947,6.6401134,6.5898957,6.5340753,6.3935184,6.2535133,6.1691837,6.1882706,6.3182311,7.0421124,7.0917263,7.2290468,7.1984768,7.1609025,7.0796499,7.212667,7.3376975,7.2666702,7.2284708,7.0013094,6.9096684,6.8519425,6.8601007,6.9935427,7.865356,7.8536978,6.7125196,6.6728201,6.6390853,6.5882092,6.6526556,6.8858323,6.8433671,6.779861,6.665988,6.5423737,6.4665246,6.4795189,6.6179214,7.3949542,7.4425392,3.8969018,3.8763039,3.8529329,3.8354785,3.8655398,4.1438866,4.1202168,4.037569,3.9852769,3.510673,3.4703662,3.4762838,3.5457199,3.9099722,4.0774727,3.501497,3.4440851,3.4244006,3.4089303,3.4684169,3.7816036,3.8033485,3.7005258,3.7665391,3.5163403,3.4809272,3.4840591,3.643842,3.9289298,4.0862594,6.7988362,6.7694135,6.7316208,6.6480422,6.8325467,6.9255362,6.8578939,6.8253584,6.5772653,6.5050268,6.4671206,6.4727192,6.6233401,7.5069776,7.4853439,6.0367823,5.9832354,5.9535065,5.9146833,5.9788237,6.2593207,6.2454643,6.1704397,6.1354132,6.0131159,5.9388633,5.9510694,6.1232562,6.7980099,6.8697557,7.7382298,7.6986194,7.6608067,7.5872216,7.6260548,7.7604308,7.6906037,7.6493249,7.4254785,7.3381448,7.2837253,7.2915874,7.3986769,8.444418,8.4231176,5.6171498,5.580904,5.5534515,5.5252934,5.6053033,5.8954177,5.8680172,5.7910476,5.73311,5.5174794,5.4372578,5.4536653,5.5896697,6.1800594,6.2788763,3.6379874,3.6068892,3.5830209,3.5654507,3.5956178,3.8773167,3.8646133,3.7611649,3.7462165,3.3855259,3.3510745,3.3547516,3.4398649,3.7708175,4.0126166,7.0773168,7.0415697,7.0056581,6.9450765,7.011169,7.2109671,7.155273,7.0998716,6.9446177,6.8297076,6.7571998,6.7692118,6.8958354,7.7349219,7.7612519,7.3453279,7.3085136,7.2705412,7.2073293,7.2429671,7.4269781,7.367979,7.3128018,7.1414003,7.038044,6.972271,6.9820695,7.0977221,8.0249834,8.0388699,6.5907049,6.5519233,6.5193954,6.4715867,6.542593,6.7832246,6.7425513,6.6781659,6.5706224,6.4407268,6.3627501,6.3768039,6.5166402,7.2688084,7.3227386,7.2946696,7.2579837,7.2203059,7.1559606,7.2037601,7.3881536,7.3289647,7.2749567,7.1041117,6.9984064,6.9315581,6.9417367,7.0610061,7.9648094,7.9796939,4.7876105,4.7287736,4.7015309,4.6764507,4.7485991,5.0685005,5.0709672,4.9741936,4.9997931,4.7930737,4.7322555,4.7420979,4.918417,5.3721557,5.487864,4.4737668,4.4389195,4.4159489,4.3972883,4.4564433,4.7628002,4.7526565,4.6715565,4.6517816,4.2904387,4.2353148,4.2458911,4.3646202,4.7973375,4.9312892,3.4887276,3.4645576,3.438262,3.4190717,3.4345942,3.691186,3.6670969,3.5558853,3.523104,3.1820705,3.1547139,3.1571705,3.2190168,3.5438683,3.8731983,3.994154,3.9872217,3.9673195,3.9520836,3.9851286,4.2443252,4.2129755,4.1630688,4.0732121,3.4907286,3.4440587,3.4531116,3.5078821,3.896621,4.0057611,7.4146314,7.3796968,7.3411241,7.2625217,7.3552427,7.4886479,7.419261,7.3792105,7.1578789,7.0668812,7.0117731,7.0194364,7.1427264,8.083765,8.0705738,4.612462,4.5376754,4.5081902,4.4791656,4.5515699,4.8731551,4.8872428,4.7821927,4.8454523,4.6889467,4.6334057,4.6397276,4.8509769,5.2665114,5.3660989,4.1972365,4.192513,4.1754422,4.1583128,4.2059445,4.4554887,4.4263458,4.3963022,4.2974868,3.7076094,3.6608937,3.6721399,3.7328246,4.1607642,4.2493043,5.9043655,5.8555865,5.8259878,5.7900405,5.8619814,6.1477337,6.1303453,6.0528865,6.011806,5.8664732,5.7892485,5.8029213,5.9658074,6.606164,6.6912932,6.2159657,6.170332,6.1395607,6.0987177,6.1677418,6.4361696,6.4104142,6.3385091,6.2728653,6.1384974,6.061058,6.0747576,6.2300863,6.9241252,6.9952846,7.2927489,7.2605596,7.223423,7.150126,7.2460356,7.4026828,7.3348851,7.2906275,7.0896821,6.9861636,6.9195428,6.9298878,7.0545831,7.9239759,7.925848,6.5844808,6.5392132,6.5021372,6.454597,6.4762235,6.7196426,6.6877217,6.610424,6.528966,6.4231644,6.3538437,6.3612676,6.5036397,7.3051057,7.3564863,6.9955921,6.9674864,6.9307666,6.8471837,7.0185752,7.1217003,7.0516801,7.0162187,6.7742062,6.6930013,6.6442356,6.6512718,6.7966576,7.6581335,7.6409931,7.1777587,7.1398902,7.1021681,7.04424,7.0719666,7.2740874,7.2216473,7.1602874,7.011683,6.905983,6.8382163,6.8479443,6.96769,7.8679924,7.8937969,6.7988725,6.7729225,6.7426968,6.6893549,6.8010302,6.9990745,6.9410067,6.8907485,6.7251577,6.6035738,6.523932,6.5400562,6.6690693,7.4494181,7.4790711,7.6020889,7.564868,7.5266318,7.4579282,7.4901371,7.6474037,7.581326,7.5332317,7.3316851,7.2367024,7.1764603,7.1853962,7.2933459,8.2902069,8.2849445,6.4777379,6.4509835,6.4176879,6.3440967,6.5495276,6.6334529,6.5756626,6.5524874,6.2999434,6.240931,6.2094893,6.2123718,6.3686261,7.3009639,7.2738729,6.7903576,6.7470875,6.7102227,6.6591334,6.6873579,6.9184966,6.879663,6.8087826,6.7045932,6.5965562,6.5268793,6.5357366,6.671864,7.5013089,7.5445843,6.8206167,6.7902989,6.7544909,6.6766524,6.8505487,6.9436135,6.8806968,6.8532176,6.6036797,6.5367074,6.5003867,6.504457,6.651475,7.5992303,7.5725808,6.7079029,6.6893668,6.6629386,6.6086397,6.7649231,6.9338994,6.8720889,6.830255,6.6351228,6.5296826,6.4524322,6.4687209,6.605195,7.3826542,7.3981295,7.431942,7.3964491,7.3581629,7.2853394,7.353291,7.5091667,7.4425936,7.3967643,7.195662,7.096797,7.0351176,7.044251,7.162756,8.0922775,8.0903854,3.2545114,3.1854641,3.1677766,3.153698,3.2230287,3.5385015,3.5775933,3.4757967,3.5838578,3.3983185,3.368207,3.370398,3.568938,3.8083918,3.9343312,6.3189859,6.2839613,6.2540445,6.2134323,6.2977242,6.551115,6.512085,6.4457803,6.3460293,6.1975193,6.1153135,6.1316695,6.2697878,6.9732289,7.0398717,5.4664445,5.4047599,5.3788004,5.3483906,5.4217043,5.7309828,5.7368188,5.6561847,5.6733665,5.5485864,5.4748206,5.4871802,5.6838555,6.26513,6.3535328,5.4591994,5.3900747,5.3643923,5.3318653,5.3984413,5.703156,5.7157116,5.6351476,5.6689281,5.5645819,5.4945073,5.5045195,5.7158494,6.3064423,6.377686,5.988987,5.9787049,5.9625154,5.9309664,6.1146274,6.3111844,6.262156,6.2156959,6.0442581,5.9303298,5.8555655,5.8781104,6.0187101,6.7267303,6.7645011,5.7315307,5.6890793,5.6601887,5.6283665,5.7060552,5.9952722,5.9718509,5.8925638,5.8431673,5.6617355,5.5831299,5.5982571,5.7471476,6.3533549,6.4479074,3.929745,3.8680625,3.8469174,3.8299901,3.8997757,4.225471,4.2485232,4.1496973,4.2168374,3.98893,3.945641,3.9520721,4.1317329,4.4697452,4.6040897,6.7685699,6.7253962,6.6900711,6.63798,6.6855292,6.9171567,6.8771849,6.8106928,6.7025628,6.588007,6.5159698,6.5267324,6.6664171,7.470417,7.5141301,5.352726,5.2867632,5.2632999,5.2349472,5.3102326,5.625258,5.6373086,5.5588555,5.5970044,5.485507,5.4150648,5.4278884,5.6395216,6.211647,6.2932134,5.5484929,5.4937596,5.4646573,5.4322805,5.5045071,5.806334,5.7989974,5.7142305,5.7029924,5.548996,5.475286,5.4877052,5.6617332,6.2415314,6.3384528,5.822443,5.8107333,5.7946954,5.7691989,5.9401565,6.1544461,6.1064396,6.0558162,5.9007721,5.764914,5.6801796,5.7037449,5.8355589,6.5128989,6.5612149,5.7741823,5.7592187,5.7403011,5.717782,5.8594189,6.0959659,6.0470142,5.9931922,5.8574328,5.6779065,5.5795474,5.6026583,5.7186823,6.3690534,6.4292717,3.3287086,3.3204668,3.2971311,3.2785478,3.2826927,3.5011907,3.4608955,3.4024501,3.3009706,2.6987152,2.6646175,2.6646006,2.68857,2.9855211,3.1043632,3.2688386,3.2161224,3.1974766,3.1826489,3.2340562,3.534457,3.5540266,3.4485962,3.5094004,3.2641585,3.2326355,3.2351246,3.3791285,3.645133,3.8433201,7.4761863,7.4386544,7.4014454,7.3226266,7.4172368,7.5285926,7.4598274,7.4266195,7.1853271,7.107111,7.06108,7.0668406,7.1898694,8.2144289,8.1855888,4.5052714,4.425458,4.397563,4.3694878,4.4429655,4.7690473,4.7978144,4.6995735,4.7846751,4.6545534,4.5973701,4.603765,4.8313847,5.2410531,5.3379583,7.0207305,6.9959359,6.9631462,6.8942857,7.0379014,7.1855111,7.1176124,7.0774479,6.8664222,6.7668138,6.6954551,6.7076254,6.8442979,7.6605992,7.6624737,7.0344839,7.0021701,6.9675732,6.9072118,6.9907284,7.186162,7.1275349,7.0751672,6.9117351,6.7940645,6.7187109,6.7320185,6.8586507,7.6779323,7.703124,7.0908504,7.0643029,7.0295544,6.9542284,7.1021185,7.2350049,7.1650634,7.1267767,6.904819,6.8103299,6.7450714,6.7552786,6.8930497,7.7239094,7.7183862,7.420958,7.3849673,7.3469195,7.2677817,7.365571,7.4849362,7.4159331,7.3799105,7.1460953,7.0632658,7.0143638,7.0207953,7.1450887,8.1303701,8.1081505,4.8424258,4.835402,4.817935,4.8002295,4.8761706,5.132844,5.0970592,5.0607963,4.9511237,4.4688601,4.403688,4.4211779,4.4975295,5.013021,5.0965247,7.1845179,7.1479373,7.1109757,7.0482755,7.1047277,7.2973533,7.2402349,7.1852341,7.0233479,6.9132814,6.8437877,6.8547301,6.9782419,7.848556,7.8694067,5.586678,5.5684576,5.5456653,5.5239487,5.6216903,5.891386,5.8494782,5.7894278,5.6872845,5.4171934,5.3278723,5.3486609,5.454463,6.0577397,6.1425433,7.3024802,7.2682986,7.2309222,7.1612186,7.2368536,7.4064102,7.3419151,7.293819,7.105926,6.9999528,6.9327164,6.9432497,7.0652475,7.9466877,7.9544711,5.9253049,5.9026866,5.8783326,5.8504243,5.957376,6.2148447,6.170321,6.1085162,5.9973559,5.8004642,5.7084517,5.7291846,5.847991,6.4983792,6.5720778,4.2554417,4.2439909,4.2241111,4.2077131,4.253993,4.522706,4.4960227,4.446898,4.3676567,3.8303754,3.7780647,3.7887661,3.8595252,4.2844076,4.3913512,8.044733,8.800931,8.5988808,8.5878239,8.5649395,8.9454975,8.9336214,8.7405434,8.6418581,8.5774498,8.4094152,8.4034824,8.416337,9.5025454,9.9977798,6.6314974,6.9563532,6.8484697,6.8857222,6.8720641,7.3287535,7.3088827,7.0950508,7.0175042,6.9680042,6.7925115,6.7986298,6.8229184,7.5227985,7.4420171,7.4950495,7.8694658,7.729548,7.741365,7.724978,8.1771612,8.1497841,7.9517512,7.8561339,7.7977509,7.6209097,7.6265149,7.6529422,8.423048,8.6293812,8.2353086,8.8994694,8.6903868,8.6737556,8.6513205,9.0188246,8.9965172,8.8201866,8.7218704,8.6653061,8.508563,8.4991322,8.5098171,9.4871254,10.168583,7.9737077,8.3818531,8.2148657,8.2100763,8.191123,8.6154003,8.5849714,8.4017916,8.2982998,8.2369423,8.0687056,8.0694466,8.0931339,8.8883572,9.3525476,8.1835823,9.0019979,8.7834759,8.7643909,8.7407875,9.0949259,9.0813847,8.9028177,8.8061008,8.7467861,8.5876808,8.5790653,8.5876751,9.7065525,10.3314,8.2480726,8.7121086,8.5194893,8.5051661,8.4843311,8.8737707,8.8437891,8.6719265,8.568614,8.5091362,8.3519964,8.3456955,8.3632135,9.181797,9.8816643,7.6821275,8.180398,8.0216599,8.0286694,8.0097284,8.4471979,8.4257841,8.2172174,8.1197958,8.0570726,7.8778963,7.878562,7.9001098,8.7736225,9.0501461,5.6778746,5.9324632,5.8568926,5.9118404,5.8988419,6.3181663,6.2987719,6.0999107,6.0383687,5.9990377,5.8410797,5.8450098,5.8661704,6.4594994,6.2069216,7.3742371,7.6898174,7.561245,7.5754061,7.5608439,8.0198011,7.9909854,7.8021212,7.7076573,7.6521339,7.4771571,7.4864602,7.516428,8.2439947,8.3990765,6.8111978,7.1959758,7.0642495,7.0983043,7.0839858,7.5295143,7.5305762,7.2985244,7.2191811,7.1656952,6.9815378,6.9843068,7.0056372,7.775815,7.7347465,8.3679361,8.8533726,8.6470804,8.6285315,8.6070948,8.974575,8.945179,8.7818317,8.6807203,8.626338,8.4769926,8.466136,8.4794397,9.2971487,10.150334,8.153368,8.7430887,8.5474768,8.5356092,8.5140104,8.902236,8.8779259,8.6951008,8.5947056,8.5344009,8.3723469,8.3657265,8.380434,9.3066816,9.9068136,7.2531428,7.6137438,7.4842982,7.5039668,7.4885883,7.9464865,7.9210777,7.717514,7.6269321,7.5708508,7.3928027,7.3993001,7.4257112,8.1788225,8.2895527,7.565104,8.099947,7.9416494,7.953496,7.9345546,8.3732033,8.3606949,8.1401796,8.0451336,7.9814124,7.7969937,7.7971735,7.8179779,8.729578,8.9374056,7.1896844,7.5565281,7.4285579,7.4505434,7.435163,7.8937473,7.8696909,7.662046,7.5729346,7.5170879,7.3381166,7.344173,7.3699212,8.1258545,8.2111673,8.2738657,8.9651814,8.7493629,8.7302284,8.7078533,9.0621719,9.040494,8.8698864,8.7738686,8.7235394,8.5705891,8.5594625,8.5672388,9.5562048,10.302481,6.4112487,6.6849451,6.5918188,6.6327233,6.6225228,7.0709572,7.0498838,6.8593998,6.7879748,6.7442036,6.5787687,6.5895023,6.6173391,7.2702684,7.1656623,7.9098296,8.5572882,8.3739834,8.3709192,8.3493414,8.7571659,8.742034,8.5383968,8.4392548,8.3740339,8.1995649,8.1961622,8.2128963,9.213047,9.6092052,6.8517246,7.1778674,7.0647311,7.0957026,7.0819445,7.5408835,7.5176902,7.3118377,7.2296996,7.1784239,7.0026994,7.0102272,7.0364261,7.7474856,7.7329073,8.0647717,8.7623854,8.5649967,8.5546389,8.532156,8.9195509,8.902627,8.7106905,8.61131,8.5477295,8.3804426,8.3745966,8.3883963,9.4191236,9.9287062,7.460104,7.9091244,7.7637148,7.7785048,7.7609763,8.210887,8.1901617,7.9761143,7.8822813,7.8216739,7.6397629,7.6424236,7.6655445,8.4968195,8.67173,6.8778648,7.2528324,7.1296053,7.1619964,7.1472383,7.6046033,7.5915675,7.3661585,7.2843542,7.2305083,7.0482135,7.0523052,7.0752897,7.8306313,7.8029408,7.3333321,7.7908382,7.6476464,7.6672983,7.6501079,8.1015892,8.0870075,7.863853,7.7727599,7.7124052,7.5272217,7.5294371,7.5519009,8.3918533,8.5080986,7.8595614,8.2880964,8.1257772,8.1254625,8.1068058,8.5376816,8.5092154,8.3184938,8.2172804,8.15592,7.9840932,7.9853797,8.0087614,8.82096,9.2127104,7.2738152,7.7471991,7.6001434,7.6221676,7.6054392,8.051589,8.0463409,7.8171201,7.7277265,7.6673698,7.4799671,7.4814224,7.5031853,8.3616772,8.4551411,8.2785692,8.8562899,8.6498966,8.6332197,8.6115704,8.9803219,8.9544029,8.7831497,8.6840343,8.6305332,8.4768591,8.4665756,8.478014,9.3761959,10.124839,7.9649954,8.4691362,8.2941341,8.2902584,8.2702475,8.6867962,8.6608763,8.469059,8.3680353,8.3057833,8.1358624,8.133893,8.1537027,9.0226994,9.4777622,8.0146074,8.5699625,8.3876696,8.3816338,8.3608446,8.7684288,8.7444229,8.5526333,8.4519415,8.389389,8.2206831,8.2170906,8.2348738,9.1442566,9.6289768,7.861692,8.4412203,8.266715,8.26653,8.2459288,8.6651115,8.6457863,8.4417391,8.3425055,8.2782049,8.1026211,8.1005173,8.1191511,9.059721,9.4305048,8.1772966,8.6781626,8.4879065,8.4760418,8.4552126,8.8493824,8.8212376,8.6432228,8.5410662,8.4810896,8.3205242,8.3148928,8.3320608,9.1841087,9.815465,6.9677191,7.2846045,7.169363,7.1965113,7.1830649,7.6426072,7.6176748,7.4189191,7.3342924,7.2826014,7.1078734,7.1166768,7.1444407,7.8544874,7.8787079,7.902668,8.4467115,8.2726173,8.2710419,8.2507648,8.6696844,8.6469336,8.4481707,8.3482256,8.2849216,8.1117411,8.1097784,8.1289711,9.0353384,9.4397507,6.9407635,7.2184091,7.111228,7.1387887,7.1284747,7.5885029,7.5644011,7.3818898,7.2978134,7.2496729,7.0791149,7.0914464,7.1229119,7.8098269,7.8340054,7.700438,8.0979586,7.9467525,7.9517789,7.9342213,8.3768749,8.3485079,8.1545649,8.0553131,7.9950643,7.8203778,7.8240871,7.8493981,8.6393471,8.9419374,7.319643,7.6574469,7.5280952,7.5448089,7.5298214,7.9877071,7.9602766,7.7646456,7.6721468,7.6163688,7.4401889,7.4480476,7.4761639,8.2153225,8.3534603,6.2417388,6.5427079,6.4444647,6.4908352,6.4785399,6.9273434,6.9131837,6.6939521,6.6250033,6.58041,6.4097314,6.4146857,6.4366565,7.0985589,6.9240828,8.1102791,8.5521679,8.372653,8.3632212,8.3432436,8.7514114,8.7213726,8.5424509,8.4387236,8.377573,8.2140226,8.2114191,8.2321215,9.0454102,9.6156111,5.4181666,5.6599236,5.5875998,5.6477451,5.640811,6.0621333,6.0514956,5.8455987,5.7949338,5.7637868,5.6135435,5.6185532,5.637506,6.2047973,5.9044132,7.7623482,8.133626,7.9821157,7.9843225,7.9668674,8.4087229,8.3784857,8.1907129,8.0894423,8.0292864,7.8563752,7.8608603,7.8875151,8.6596527,8.992137,6.2347116,6.542151,6.4371443,6.4842539,6.4725041,6.9177012,6.9130793,6.6865578,6.6191559,6.574966,6.4020395,6.4062309,6.4272404,7.0984182,6.9198036,7.7091842,8.1594391,8.0032387,8.0087729,7.9904203,8.4292459,8.4037857,8.2029133,8.1045265,8.0430593,7.8666606,7.8684597,7.8915005,8.7228804,9.0245094,7.7552667,8.3813105,8.2051744,8.2083025,8.1874266,8.604784,8.5965548,8.3824902,8.285327,8.2197819,8.0402946,8.0383339,8.0564575,9.0483046,9.3537111,8.2098675,8.9642859,8.7499065,8.7318611,8.7086239,9.0690584,9.0511646,8.8731985,8.7757816,8.7176638,8.55966,8.5505848,8.5599718,9.6188583,10.266614,8.1256094,8.7822781,8.5836926,8.5717478,8.54953,8.9345131,8.9137487,8.7273064,8.627655,8.5660257,8.4021664,8.3955126,8.4091339,9.3962355,9.9619865,6.4683399,6.7605982,6.6622853,6.7023621,6.6901517,7.1415424,7.1198025,6.9186502,6.8445849,6.7984018,6.6284628,6.6367311,6.6627383,7.3298507,7.2254791,7.1529098,7.5428619,7.4132943,7.4373345,7.4215798,7.8800917,7.8595371,7.6435013,7.5554919,7.4989281,7.3174238,7.3221364,7.3464622,8.1208973,8.1844349,7.5937314,7.9436927,7.8022451,7.809916,7.7935863,8.2445459,8.2149382,8.0247698,7.9262948,7.8677588,7.6929078,7.6994653,7.7274995,8.4831285,8.7311554,5.8192306,6.0712433,5.9953294,6.048913,6.0392985,6.4662933,6.4483757,6.2590914,6.1986141,6.1606402,6.0023713,6.0107446,6.0360918,6.6386104,6.4218125,6.8614321,7.1487975,7.041266,7.0706868,7.0592504,7.5179296,7.4936013,7.3046441,7.2225771,7.1740026,7.0031133,7.0142217,7.0439491,7.7307725,7.7315516,8.0398836,8.5086889,8.331583,8.3248596,8.3049393,8.7174511,8.6891012,8.5043287,8.4019489,8.3404436,8.1739388,8.1717205,8.192049,9.028986,9.5435648,7.5127783,7.9238944,7.77987,7.7919488,7.7748594,8.2246943,8.1994524,7.995172,7.8998537,7.8402658,7.6617289,7.6656933,7.6903687,8.4892673,8.6983423,8.3284082,8.8511648,8.6448212,8.627183,8.6057262,8.9732399,8.9452915,8.7788763,8.6789131,8.6259556,8.4750795,8.4642601,8.4764986,9.3253012,10.137787,8.2529602,8.2851286,8.2696571,8.0673466,8.0478325,8.5723763,8.3838539,8.2391949,8.115407,7.9371982,7.720171,7.7506466,7.8116465,8.3576918,8.3432808,9.4655972,9.7038784,9.6656733,9.5077591,9.4788637,10.256591,10.211886,10.091543,9.9628162,9.8688507,9.574604,9.6024189,9.8613195,10.36417,10.252532,10.52103,10.646184,10.617711,10.472139,10.426182,10.821692,10.686492,10.601833,10.395566,10.299291,10.090643,10.141562,10.374182,11.064914,10.988496,11.719977,11.758395,11.754851,11.650102,11.585681,11.771933,11.469603,11.422745,11.102511,11.041464,10.927767,11.019726,11.196178,12.204948,12.0768,9.0522766,8.9799662,8.9678097,8.8053293,8.784996,9.1201763,8.9643059,8.8770638,8.7522526,8.6301498,8.3191605,8.3633184,8.3739586,8.9931087,8.9700747,9.2146177,9.4315033,9.3943634,9.2234497,9.195673,10.009407,9.9447622,9.8141918,9.6881914,9.5884914,9.2923422,9.3193378,9.5284357,10.030685,9.9145412,11.264748,11.142089,11.123619,11.013097,10.976011,11.146329,10.786367,10.739768,10.547959,10.465171,10.154568,10.253125,10.239744,10.769237,10.723441,7.9986076,8.0589218,8.0396395,7.8510203,7.8287921,8.4117651,8.2002029,8.0397558,7.920228,7.7497311,7.5427322,7.5677905,7.6345487,8.1510506,8.123908,7.8541241,8.0052404,7.9777799,7.7762899,7.7514992,8.5022545,8.3416624,8.1637936,8.0543079,7.9200597,7.6849318,7.7043023,7.7863107,8.2519159,8.1519642,12.208611,12.171194,12.145742,12.008316,11.954952,12.136102,11.713964,11.662784,11.394866,11.311712,11.113244,11.229034,11.30514,11.887235,11.817019,9.2852116,9.4311419,9.3978167,9.2225437,9.1912289,9.8887577,9.7841692,9.6477299,9.5018349,9.3785219,9.1094713,9.1405325,9.303668,9.8670273,9.78549,9.1215858,9.2493296,9.2177715,9.0354319,9.0050983,9.6931629,9.5742846,9.4314079,9.2872972,9.1548958,8.8918591,8.9223862,9.0611858,9.6235189,9.5484114,7.417088,7.494555,7.4775057,7.3155851,7.2955556,7.8978982,7.6381254,7.474268,7.3723226,7.2281599,7.0354447,7.0536962,7.1152382,7.5873833,7.5491843,8.6645346,8.7549047,8.7286234,8.5362358,8.5091467,9.1540442,8.9973068,8.8424044,8.7067013,8.5525055,8.3109455,8.3393641,8.435482,8.9842119,8.9303131,13.425591,13.376493,13.352718,13.236245,13.181777,13.301946,12.703082,12.664015,12.351971,12.282171,12.11373,12.278143,12.33893,12.825727,12.75437,10.565686,10.591917,10.565459,10.396736,10.351978,10.689295,10.478713,10.397216,10.186478,10.079809,9.8612442,9.9217882,10.04575,10.720737,10.657528,10.171202,10.36153,10.329478,10.18915,10.149911,10.657304,10.587343,10.490106,10.314672,10.216532,9.9807339,10.01958,10.30859,10.931312,10.853746,10.831026,11.02276,11.003135,10.894876,10.844127,11.144032,11.052455,10.987698,10.757487,10.685106,10.521323,10.573031,10.92129,11.729969,11.632295,8.3509579,8.5666647,8.5363111,8.3296165,8.3089046,9.1722422,9.086544,8.9363947,8.8294191,8.7269573,8.4433393,8.466074,8.5958471,9.0599604,8.9164286,9.5232754,9.8639212,9.8238487,9.6722422,9.648694,10.451444,10.473027,10.374351,10.273307,10.205074,9.9019547,9.9253368,10.303994,10.713444,10.57271,9.8037357,9.9166145,9.8859053,9.7179556,9.680934,10.220621,10.101771,9.9892817,9.8172541,9.6992531,9.4545355,9.4938488,9.6711502,10.301161,10.23415,10.638206,10.965733,10.939503,10.838996,10.800352,11.165459,11.193339,11.122251,10.949215,10.874959,10.67939,10.715,11.234819,11.832282,11.751328,9.5966034,9.6298771,9.6059122,9.4184875,9.3857183,9.8394079,9.6846609,9.5763464,9.4085588,9.2767181,9.0314732,9.074152,9.175848,9.8161077,9.770072,9.0309305,9.1082582,9.0819168,8.8898325,8.8609104,9.4572353,9.3133802,9.1735916,9.0264263,8.8776455,8.6310253,8.6639252,8.7698298,9.3533726,9.3031044,9.592453,9.6736975,9.6453705,9.4651098,9.4306393,9.9637575,9.8291759,9.7111025,9.5442905,9.4151525,9.1695614,9.2084255,9.3461409,9.9726267,9.9149389,10.363503,10.817988,10.783011,10.68959,10.666849,11.242371,11.371403,11.297078,11.195405,11.133893,10.880258,10.903696,11.575669,11.946784,11.856566,7.7409778,7.6216478,7.6228023,7.4983597,7.494997,7.8259773,7.705267,7.6174216,7.561851,7.4390411,7.0562587,7.0913277,7.0398855,7.5935178,7.5971141,11.48437,11.550551,11.53304,11.409383,11.349075,11.58216,11.324355,11.267134,10.986578,10.91254,10.769326,10.849771,11.047938,11.895261,11.791624,8.8620243,8.978672,8.9489746,8.7603369,8.7317095,9.421669,9.2875652,9.1354666,8.9972029,8.8555632,8.5995731,8.6282892,8.7448387,9.2939634,9.2235289,10.795714,10.757234,10.733171,10.566751,10.52424,10.785035,10.51789,10.448899,10.238821,10.135648,9.8968105,9.9689436,10.034534,10.668687,10.613196,7.0988436,7.2094035,7.1854539,7.0117397,6.9850373,7.637948,7.38201,7.2037997,7.1079521,6.9807444,6.7926259,6.8048582,6.8616328,7.2903867,7.2203588,9.95014,10.216626,10.180015,10.046849,10.014688,10.656172,10.642067,10.538383,10.395924,10.305714,10.036118,10.066556,10.421153,10.947073,10.85565,9.700263,9.9031467,9.867074,9.7149162,9.6818695,10.357094,10.295628,10.178455,10.030227,9.9270735,9.6542826,9.6861124,9.939991,10.496715,10.407473,11.825497,11.75689,11.732848,11.597697,11.550733,11.733671,11.339492,11.288149,11.049225,10.962852,10.724065,10.831313,10.873545,11.432875,11.373344,10.034238,10.390401,10.352328,10.233289,10.206606,10.876489,10.926337,10.834279,10.716939,10.643095,10.363917,10.390053,10.867157,11.306545,11.204337,8.5843868,8.6453342,8.6231184,8.425539,8.4006939,8.9852896,8.8166447,8.6670246,8.5323763,8.3672152,8.135231,8.165267,8.2464123,8.8035784,8.7677774,9.3554459,9.3523588,9.3331594,9.1428642,9.1153393,9.5325499,9.3743391,9.2696743,9.1157246,8.9796953,8.7206945,8.7632561,8.8311291,9.462615,9.4284763,10.727309,10.781325,10.754057,10.59502,10.547066,10.88539,10.681176,10.601886,10.381947,10.28161,10.075376,10.1372,10.294328,10.985702,10.914762,10.447894,10.668464,10.639038,10.513131,10.471427,10.899772,10.845937,10.761821,10.576177,10.488029,10.273806,10.314996,10.665705,11.308486,11.228615,8.6122208,8.5756054,8.5654249,8.377511,8.3617697,8.76964,8.6185999,8.510601,8.3937435,8.2449245,7.9638152,8.0019636,8.0281191,8.6204443,8.6084337,12.674699,12.544832,12.527505,12.458127,12.419759,12.534511,11.994796,11.964666,11.729312,11.66495,11.366515,11.518491,11.497583,11.924628,11.875657,10.222097,10.303882,10.275372,10.110576,10.068421,10.495792,10.343835,10.249247,10.054554,9.9447365,9.7197886,9.7684326,9.9379883,10.608983,10.542764,10.929435,11.072286,11.058086,10.951946,10.896449,11.164696,11.02905,10.969025,10.712462,10.644046,10.496923,10.55524,10.84914,11.768513,11.658775,7.2495894,7.1397796,7.1454086,7.0273347,7.0291901,7.3662119,7.2340403,7.1433644,7.1036363,6.974896,6.6206641,6.653831,6.6001735,7.1217246,7.1337156,9.9735699,10.027267,10.000442,9.8236933,9.7852888,10.220943,10.062831,9.962676,9.7782669,9.6587439,9.4242592,9.4708652,9.6032743,10.262229,10.204947,9.4568634,9.6291046,9.5939732,9.4283237,9.396328,10.100879,10.015457,9.8868999,9.7408781,9.6279249,9.3532715,9.38449,9.583662,10.142115,10.054058,10.678615,10.903048,10.877633,10.762147,10.716733,11.071703,11.011857,10.938751,10.735782,10.656073,10.466953,10.512512,10.887953,11.584306,11.49877,10.801619,11.364637,11.339994,11.273485,11.252001,11.596059,11.813163,11.758313,11.658192,11.604872,11.420785,11.440002,12.365544,12.698554,12.631646,9.3355322,9.4366827,9.4069672,9.2249165,9.1927738,9.8011255,9.6743469,9.5426426,9.387517,9.2534475,9.000102,9.034482,9.1712379,9.7670984,9.7046394,13.193822,13.1741,13.151456,13.024825,12.964553,13.100807,12.556133,12.513008,12.1888,12.117312,11.982672,12.131592,12.226274,12.804885,12.720354,9.9069347,10.07112,10.038017,9.8846693,9.847641,10.417755,10.331887,10.222558,10.055172,9.9477959,9.6978312,9.7347612,9.9707642,10.580735,10.504338,10.848068,10.969019,10.943217,10.807503,10.756774,11.089224,10.929677,10.855974,10.628694,10.541524,10.355159,10.413899,10.656849,11.390134,11.306062,8.4328518,8.3237658,8.3184891,8.1782637,8.1666279,8.4839144,8.3484173,8.2649441,8.1776638,8.0598764,7.7013135,7.7414045,7.712419,8.3044538,8.2947235,8.6339054,8.8779039,8.8434267,8.6451674,8.6233053,9.5223837,9.4597635,9.3254833,9.2213449,9.1335001,8.8331451,8.8557539,9.0264072,9.4765511,9.3216686,8.8590059,9.0295429,8.9963427,8.8094845,8.7823572,9.5725489,9.4705048,9.3207836,9.192585,9.0724726,8.7934332,8.819911,8.9626446,9.4785805,9.3749676,10.425385,10.306188,10.288689,10.150378,10.118388,10.320245,10.049908,9.9941416,9.8267412,9.7329941,9.4157515,9.487854,9.4763126,10.055248,10.014007,8.5586777,8.7114248,8.6808529,8.4863987,8.4602575,9.2291927,9.1051235,8.9438457,8.8191357,8.6875162,8.4235382,8.4484024,8.5624428,9.0711432,8.9746876,9.7009077,9.6477909,9.6298819,9.4601536,9.4307632,9.7481699,9.5621271,9.4799194,9.3211327,9.2048359,8.9244909,8.9757872,9.0137186,9.651722,9.6146307,10.061219,10.189219,10.158433,10.000832,9.9609423,10.458051,10.344472,10.242278,10.060609,9.9519644,9.7167654,9.7587976,9.9683762,10.614578,10.543696,10.225179,10.220517,10.196705,10.019364,9.9806156,10.318137,10.115537,10.03123,9.8391209,9.7249222,9.4860992,9.5422201,9.6301661,10.289109,10.237062,10.28025,10.207026,10.18708,10.024017,9.9896002,10.245176,10.007917,9.9391232,9.7599497,9.6544886,9.3778858,9.4414759,9.4706039,10.093483,10.049352,10.628529,11.048117,11.020395,10.930812,10.899337,11.286315,11.389037,11.319688,11.178625,11.109336,10.904102,10.931703,11.588737,12.069614,11.993663,8.9609737,9.2732506,9.2348528,9.0472956,9.0247974,9.8721581,9.8579435,9.7487144,9.652194,9.5823755,9.2840004,9.3043261,9.5781651,9.9897137,9.8183441,9.7631598,9.7623892,9.7405138,9.5565567,9.5234795,9.9076996,9.7347956,9.6396332,9.4677534,9.3431149,9.0925503,9.1403513,9.2210264,9.8705873,9.8268986,9.31355,9.3700914,9.3449688,9.1542006,9.1236134,9.6506844,9.5062761,9.3822689,9.225049,9.0835037,8.837142,8.8745785,8.9811316,9.5957689,9.5492897,8.7015219,8.7144337,8.6983738,8.4964123,8.4755964,8.9603024,8.7992926,8.6721792,8.5395365,8.3769245,8.1323738,8.1678514,8.2281084,8.8130817,8.7930822,11.768558,11.80577,11.783494,11.64846,11.588681,11.811737,11.496483,11.439095,11.159227,11.07978,10.926168,11.018114,11.178776,11.926167,11.833854,7.9528623,8.1487675,8.1218824,7.9066763,7.886447,8.6945038,8.5834808,8.4178362,8.3134356,8.197381,7.9395723,7.9607863,8.0591269,8.5200233,8.3863697,9.6439047,9.9248877,9.8858337,9.7398272,9.7117729,10.469324,10.456843,10.347395,10.224035,10.139558,9.8452892,9.872303,10.199565,10.677733,10.563732,10.32427,10.466844,10.436967,10.290069,10.247115,10.69086,10.579205,10.48762,10.294624,10.194973,9.973978,10.019443,10.262277,10.928469,10.85364,8.9979277,9.0296545,9.0090628,8.8102999,8.7846584,9.2915449,9.1382408,9.0112085,8.866189,8.7122221,8.4663677,8.5026283,8.582056,9.1820574,9.149621,10.442099,10.79309,10.762126,10.657495,10.624161,11.084107,11.135109,11.054869,10.906301,10.828566,10.602714,10.633003,11.163836,11.68126,11.601629,8.2579327,8.2492981,8.2400808,8.0433683,8.0294685,8.4767542,8.2984409,8.1764593,8.0629559,7.8982267,7.659471,7.6944017,7.7336197,8.2976151,8.2925663,10.261066,10.531303,10.498594,10.376024,10.339931,10.85078,10.840877,10.749792,10.589391,10.501488,10.263532,10.297471,10.695954,11.264627,11.183522,9.086216,9.2788286,9.243269,9.0657358,9.0378895,9.8422832,9.7597609,9.6207581,9.4921045,9.3831367,9.0934906,9.1206474,9.2973871,9.8107529,9.7011347,11.6129,11.632535,11.606826,11.460487,11.40468,11.644285,11.331325,11.269693,11.008874,10.921658,10.742973,10.832247,10.967658,11.651953,11.572066,11.246328,11.319873,11.29577,11.158267,11.102685,11.379082,11.146726,11.080933,10.828409,10.744239,10.573392,10.646729,10.84236,11.594033,11.506204,12.627852,12.632107,12.613986,12.489262,12.426011,12.585267,12.138618,12.092356,11.769782,11.699,11.575934,11.699903,11.826873,12.549298,12.449689,11.2893,11.283762,11.257452,11.10008,11.049754,11.303775,11.007339,10.941518,10.702899,10.607473,10.401421,10.483712,10.587152,11.2386,11.170292,9.6262817,9.7647457,9.7320251,9.5651836,9.5304785,10.145126,10.042042,9.9204283,9.7602892,9.6421118,9.3846292,9.4197931,9.6064863,10.205516,10.131727,8.7848377,9.0625305,9.0257063,8.8306093,8.8080444,9.6845255,9.6448984,9.5244513,9.423811,9.3463802,9.0465698,9.0681505,9.2852173,9.7175989,9.5508537,9.0134869,8.9873371,8.9727621,8.7835484,8.7619829,9.1666756,9.0133257,8.908742,8.7733669,8.6324511,8.3578129,8.3984833,8.441268,9.0564566,9.0334339,8.3343143,8.4490328,8.4218092,8.2310228,8.204752,8.905056,8.7399836,8.5730982,8.4485168,8.3008852,8.0609741,8.0849361,8.1766386,8.6888714,8.6193504,8.8824053,8.7325592,8.7238731,8.6257553,8.6079941,8.8546057,8.6919432,8.6273212,8.5347395,8.4405584,8.0553398,8.1036844,8.0519199,8.6450081,8.6231384,10.849849,10.930285,10.903358,10.754959,10.704694,11.036202,10.842661,10.766686,10.539536,10.445837,10.250992,10.313425,10.504828,11.216222,11.138372,9.8463335,10.243071,10.2032,10.074804,10.053296,10.816435,10.886664,10.801825,10.709634,10.649901,10.351636,10.37531,10.874353,11.243773,11.11579,10.313499,10.68899,10.654897,10.549888,10.520744,11.062448,11.132383,11.048416,10.918711,10.84371,10.595817,10.622931,11.170978,11.632925,11.547645,9.9985762,10.214739,10.180293,10.040259,10.004495,10.588036,10.538795,10.434457,10.274898,10.176889,9.9226742,9.9570541,10.259491,10.8396,10.75731,5.5798278,5.6066465,5.5604467,5.6597562,5.6171994,5.9786167,5.9162951,4.3854814,4.2345357,4.130969,4.0442929,4.0334001,4.0241013,4.6124153,4.6553307,6.2406387,6.6770205,6.6597152,6.7035179,6.6803341,7.2497616,7.2143397,6.7590156,6.5895057,6.4400272,6.2051978,6.1990256,6.2019649,7.1260595,7.2433462,4.2394829,4.0616202,4.0148978,4.0106506,3.9816129,4.2195878,4.1721845,3.7325678,3.4739935,3.325953,3.2920773,3.2774589,3.261956,3.6412723,3.6852057,6.4140382,7.4700751,7.3971229,7.3909564,7.3565254,7.7914829,7.7630892,7.553895,7.3553119,7.2052479,7.0217857,7.011992,7.0130787,8.5035009,8.660902,5.874001,6.2292018,6.1500731,6.144207,6.1108103,6.4244123,6.3850074,6.0867233,5.8127666,5.647234,5.5479636,5.5359449,5.52807,6.4150572,6.5458097,6.1761456,6.4741259,6.4112105,6.4304304,6.3990021,6.814537,6.7704682,6.2921958,6.0440278,5.8781667,5.7430482,5.7325373,5.7276683,6.5582995,6.6701093,3.0062957,2.7898638,2.7528415,2.7362227,2.710355,2.855212,2.8121393,2.5577073,2.3390477,2.2232223,2.2131319,2.1981738,2.182354,2.4398212,2.4724119,5.5702047,5.6938987,5.6275759,5.6291595,5.5971518,5.9187036,5.8718939,5.4683185,5.1894355,5.0212049,4.9357128,4.9228921,4.9118352,5.6001458,5.6998806,5.9044967,6.0639944,6.0015593,6.0179167,5.9863148,6.3659792,6.3186865,5.8117042,5.5465736,5.3775973,5.2683778,5.2565722,5.2483268,5.9631786,6.0611219,3.6863892,3.5136142,3.4668996,3.4505424,3.4212499,3.5991433,3.5495894,3.2689188,3.0136118,2.8758295,2.8549385,2.8379989,2.8192017,3.1747541,3.2251813,6.291028,6.3221626,6.2768278,6.4042611,6.3711805,6.8160839,6.7616329,5.2259254,5.0255117,4.8898478,4.7761707,4.7695417,4.7659206,5.3613124,5.4137778,3.724304,3.5241318,3.4876108,3.4822221,3.4592965,3.6689808,3.6323495,3.2609527,3.0240281,2.8915341,2.8650167,2.8538952,2.8419199,3.1697104,3.2054801,6.7193327,9.1367302,8.9750786,8.8881054,8.8170433,9.1197701,9.0968199,8.9739094,8.7624626,8.623455,8.4874649,8.4740772,8.4711304,10.934086,11.104338,5.5050426,5.5216336,5.4623761,5.4749885,5.4432893,5.7831864,5.7327499,5.1977048,4.9220109,4.7531919,4.6711736,4.6577101,4.6458039,5.2364311,5.3156552,4.5721064,4.4230795,4.3724627,4.3721843,4.341742,4.603806,4.5538654,4.0712662,3.8037813,3.6482799,3.6056497,3.590673,3.5750744,3.9959826,4.0465636,4.8555307,4.8650069,4.8076029,4.7998905,4.7715106,5.0258741,4.9824996,4.6746435,4.3919196,4.2325878,4.1738925,4.1622105,4.1487327,4.7270756,4.8180904,3.9549539,3.8677354,3.8271537,3.8175945,3.7963216,3.9946625,3.959897,3.7324724,3.4698815,3.3308158,3.2900801,3.2826037,3.2695234,3.722059,3.7999978,7.4301391,7.5217147,7.5209413,7.8318601,7.8123708,8.463604,8.4180145,6.0084486,5.7917442,5.6569495,5.450367,5.4483347,5.4542007,6.0443139,6.1047354,6.3437705,6.4254985,6.3799644,6.454566,6.426857,6.9052458,6.8577518,5.9038649,5.6633935,5.4989457,5.3595262,5.3521032,5.3493643,5.9792929,6.0538449,6.0887456,6.4281473,6.3544211,6.3597541,6.326478,6.6952782,6.6523261,6.2602277,5.9994078,5.8328347,5.7153807,5.7038918,5.6974645,6.5699072,6.6907558,6.99821,7.0360484,6.9903641,7.2512708,7.2076755,7.6726928,7.6053648,5.1193061,4.9107456,4.7913704,4.6745119,4.6646357,4.6587434,5.254137,5.3013868,6.2785115,6.7039948,6.6334863,6.6450701,6.6123176,7.0197773,6.9783435,6.569808,6.3256474,6.1619081,6.0224085,6.0118546,6.0080109,6.9505863,7.0756459,6.3851891,7.0335712,6.9548655,6.9577451,6.9242301,7.3249063,7.2883892,6.9608917,6.7256432,6.5655999,6.4161391,6.40519,6.4025602,7.5390005,7.6805472,6.2849493,6.5810137,6.5491681,6.5981598,6.572484,7.0999365,7.0590596,6.4646301,6.2603288,6.1025772,5.9085393,5.9012527,5.9013014,6.7063828,6.8105354,4.7167025,4.6256628,4.5699553,4.564878,4.5332484,4.7922401,4.7405658,4.33216,4.0528951,3.8927679,3.8448582,3.8288014,3.8121727,4.294364,4.3609533,5.3019018,5.3305674,5.2688727,5.2700825,5.2382913,5.5432057,5.4938736,5.066545,4.7848816,4.6176553,4.5453882,4.5313687,4.5181165,5.1203876,5.2063003,6.0057106,6.3533621,6.3648748,6.4238009,6.4057827,7.0388002,7.0059085,6.5089207,6.3697529,6.2260723,5.952599,5.9484382,5.9523902,6.7777367,6.8848548,5.5951362,5.8403678,5.765554,5.7566743,5.7246027,6.0116196,5.9717412,5.6908588,5.4094386,5.2446609,5.1615353,5.1498723,5.1406832,5.9330516,6.0561571,5.4484229,5.6847057,5.6124158,5.6014223,5.5708437,5.8385448,5.8019462,5.5600882,5.2768984,5.1151991,5.0408921,5.0302138,5.0217404,5.8045144,5.9316034,6.5005479,7.2937565,7.2342653,7.246521,7.2152338,7.6954803,7.6630731,7.3523264,7.1602421,7.009439,6.8128796,6.8045526,6.8067889,8.0653362,8.2091684,5.6550422,5.6319056,5.5866032,5.6459603,5.6204801,6.012301,5.9680905,4.9783568,4.7605572,4.6112208,4.521431,4.5162859,4.5125203,5.0572271,5.1087317,5.4003377,5.3355789,5.2816315,5.3044939,5.2741652,5.6178398,5.5681386,4.9000406,4.6332006,4.4676166,4.3935504,4.3815346,4.3703752,4.8842354,4.9447322,5.1567025,5.2865481,5.2219968,5.2123084,5.1844897,5.4401689,5.4021845,5.1517172,4.8679137,4.7078962,4.6394129,4.6293893,4.619607,5.308712,5.4227777,3.5678585,3.4146612,3.3710604,3.3546808,3.3284914,3.4943123,3.4495091,3.2203593,2.9678922,2.8342776,2.8126042,2.7978992,2.7809844,3.146414,3.203737,3.8250232,3.6366353,3.5900948,3.5770366,3.5472045,3.7433898,3.6934829,3.3532617,3.0979283,2.9574687,2.9344337,2.9176738,2.8995981,3.2490194,3.2942736,6.0164609,6.2819276,6.3049192,6.3879747,6.3725786,7.0468946,7.0143971,6.3454413,6.2144947,6.0735898,5.7842212,5.7812457,5.785924,6.5207534,6.6160064,6.1873374,6.42693,6.3725982,6.4034538,6.3735943,6.8165669,6.7716799,6.2115355,5.9693937,5.8038607,5.6603346,5.6505184,5.6462941,6.4205866,6.5232964,5.4186006,5.5667233,5.4983149,5.4921913,5.4611583,5.7496481,5.706738,5.3885088,5.1055837,4.9402404,4.8625627,4.850769,4.8398633,5.549293,5.6583591,5.3097448,5.2348285,5.1879935,5.2215161,5.1955256,5.5471349,5.5042524,4.7275376,4.4890957,4.333034,4.2601876,4.2530146,4.2460732,4.7415857,4.7893472,5.0896425,5.0569835,5.0194564,5.0616846,5.0421052,5.3941627,5.3570981,4.5066161,4.315176,4.1797342,4.1058078,4.1029034,4.1008058,4.6252503,4.6708441,6.0839286,6.166049,6.1139126,6.1589231,6.1294522,6.5612283,6.5129585,5.7680473,5.5145106,5.3466201,5.22473,5.2149482,5.2090397,5.8475499,5.9277992,6.1792383,6.352634,6.3022041,6.3427305,6.3136201,6.7658615,6.7197356,6.0683274,5.8250141,5.6588569,5.5174952,5.5080171,5.5036683,6.2178431,6.3108702,2.792803,2.5975697,2.5601752,2.5411508,2.5160506,2.6375358,2.594388,2.4007852,2.1873379,2.0766776,2.0693831,2.0542834,2.0367544,2.2936115,2.3305964,5.2470384,5.2327108,5.1733742,5.1776552,5.1457524,5.4539571,5.4030905,4.9292822,4.6491222,4.4821258,4.413003,4.3984976,4.3846917,4.9469924,5.0242033,4.3487306,4.2148948,4.1803861,4.1906071,4.1708345,4.4477277,4.4191127,3.8976805,3.6747055,3.5342607,3.4890273,3.4846666,3.4784291,3.8861644,3.9163346,5.8987827,5.881319,5.8310585,5.8887649,5.860508,6.2683845,6.2208681,5.2808776,5.0365062,4.8746576,4.7763886,4.7688055,4.7632246,5.3161125,5.3746777,6.3454165,6.7541862,6.7025585,6.7310324,6.701685,7.1773229,7.1367941,6.6640148,6.4455695,6.2859373,6.1124434,6.1036816,6.1027164,7.0201688,7.1387467,2.9128525,2.7054672,2.6679206,2.6497941,2.6239445,2.7578511,2.7135446,2.4859362,2.268707,2.1546268,2.1462283,2.1308918,2.1139352,2.3715413,2.4063756,6.9388485,7.0015306,6.9654384,7.1606956,7.1313481,7.6611686,7.6085272,5.7565784,5.5370436,5.3940592,5.2434916,5.2382774,5.2383995,5.8444099,5.9026008,4.2267861,4.0784478,4.0271826,4.0165009,3.9855099,4.2067466,4.1551809,3.7921045,3.5222688,3.371614,3.3388159,3.3218961,3.3037555,3.7137067,3.7693849,6.1600213,6.1718478,6.1245718,6.2119317,6.1838236,6.6241598,6.5759115,5.4077487,5.1805925,5.0260353,4.914474,4.908679,4.9056473,5.4822354,5.5397658,6.3333783,6.5605206,6.5350947,6.6021624,6.5778899,7.1286941,7.0870152,6.3503509,6.1474938,5.9901471,5.7919335,5.7855229,5.7861571,6.5235105,6.6172848,6.9772,7.1044211,7.1152935,7.3337889,7.3172379,7.9961061,7.9550953,6.1961927,6.0071645,5.8670025,5.6316142,5.6309342,5.6380172,6.2505422,6.3188,5.927536,5.9372725,5.8843608,5.9303737,5.9008141,6.3083649,6.259305,5.4490371,5.1916051,5.0243149,4.9209442,4.9112191,4.9041014,5.4824758,5.5508566,5.9031897,6.0016074,5.9439468,5.9699326,5.9390812,6.3332081,6.2846279,5.6846013,5.4214058,5.252212,5.1429014,5.1314225,5.1232662,5.7820382,5.8692217,6.1796174,6.2049356,6.15557,6.2261295,6.1977239,6.6414175,6.5930972,5.6018915,5.3568749,5.1929889,5.0759144,5.0684028,5.0641828,5.651751,5.7173138,6.6013618,6.7754712,6.7669053,6.8889427,6.8683214,7.4909382,7.4501991,6.3446927,6.155221,6.004374,5.7801495,5.7765174,5.7806377,6.4521494,6.5327249,8.400362,8.4553738,8.4521294,9.0355806,9.0149088,9.6448021,9.596097,5.6530786,5.3869529,5.2686744,5.0869446,5.0841055,5.0898838,5.6404595,5.6945028,6.4747481,6.6375713,6.6080799,6.6949487,6.6702828,7.2184162,7.1745305,6.2437506,6.0293331,5.8704243,5.6858678,5.6799269,5.6806259,6.3631091,6.4465971,6.3252215,6.4791079,6.4375825,6.5000153,6.4728618,6.9682641,6.9227161,6.1251445,5.893702,5.7301269,5.5716915,5.5639133,5.5618396,6.249505,6.3357921,5.318975,5.2348042,5.1839714,5.2103062,5.1816306,5.5241246,5.4772015,4.76476,4.5080833,4.3462629,4.2755466,4.265357,4.2555804,4.7478456,4.800694,4.751236,4.6321783,4.578537,4.5786939,4.5472956,4.8192706,4.7676849,4.2897077,4.0154691,3.8557353,3.807405,3.7918794,3.7759671,4.2318506,4.2899284,5.5284739,5.520371,5.4630566,5.4812946,5.4499569,5.7990055,5.748354,5.1535354,4.8806677,4.7121391,4.629735,4.6167226,4.6052489,5.1727324,5.2459693,4.5601029,4.4082336,4.3643742,4.3715167,4.3456264,4.6232319,4.5822673,4.0447497,3.7956183,3.6450589,3.5991666,3.5889966,3.5778694,3.9881344,4.0285687,6.1400061,6.6298375,6.5487008,6.5467772,6.5128202,6.8619227,6.8236995,6.5080142,6.247735,6.0836253,5.9627867,5.9506426,5.9446235,6.9468479,7.0839648,6.9096136,6.9995022,6.9707179,7.1415329,7.1165304,7.6822433,7.6344652,6.04353,5.8239646,5.6733789,5.5002079,5.4961877,5.4984889,6.1167607,6.1820536,5.4933591,5.4572434,5.401567,5.4232745,5.3923526,5.7420554,5.6915727,5.0511923,4.7808733,4.6133528,4.5339375,4.5213795,4.5101008,5.0514541,5.1184483,5.5306149,5.5448952,5.5048685,5.5825858,5.5564585,5.9429812,5.8963904,4.6980209,4.5241876,4.4001517,4.3086185,4.3045106,4.3020573,4.8808231,4.9315391,4.3871217,4.2947497,4.2416673,4.2302594,4.200675,4.4245024,4.3761153,4.0628734,3.7859659,3.6324739,3.5923886,3.5772419,3.5604284,4.0300097,4.1006279,6.4742742,8.0397205,7.9359651,7.9010115,7.8563719,8.2300339,8.206254,8.0648088,7.8548899,7.708302,7.5456228,7.5365777,7.5377421,9.4333534,9.603219,4.2862229,4.2687855,4.2261415,4.2193589,4.2000289,4.4159098,4.3855386,4.1711845,3.9014339,3.7574973,3.7051451,3.7008076,3.6907659,4.2253752,4.3207765,6.611867,6.6957946,6.6571431,6.7713151,6.7450051,7.2656169,7.2182417,5.9917874,5.7630649,5.6043167,5.4490724,5.4436603,5.4436898,6.0674443,6.1368418,6.5425544,6.5907884,6.5474334,6.6686482,6.6405616,7.1307516,7.0813222,5.7251601,5.4983811,5.3441143,5.2088656,5.2034483,5.2023368,5.8036981,5.8652925,6.8415542,6.9828124,6.9816518,7.154387,7.1353664,7.7845335,7.7429729,6.2796426,6.087502,5.9412313,5.714942,5.7129898,5.7187824,6.3539801,6.4265094,5.8115864,6.0586648,5.9852858,5.9843335,5.951395,6.2805614,6.2368517,5.875596,5.6012197,5.4336457,5.336905,5.3248062,5.315886,6.1115446,6.2271829,6.3892851,6.9520178,6.9153624,6.9465194,6.9197917,7.4494138,7.4143391,7.016571,6.8347297,6.6839185,6.467834,6.4604931,6.4632425,7.510201,7.6385374,6.4470019,7.0378776,6.972692,6.9877391,6.9558535,7.4069958,7.3694067,6.9895377,6.7717853,6.6142659,6.4437261,6.4343915,6.4340158,7.5158615,7.6499963,8.6729555,8.8329191,8.428936,8.3928547,8.3715935,8.4271612,8.390976,8.3328609,8.3838291,8.3588238,8.3329,8.2114229,8.1635904,8.281642,14.373528,8.6476345,8.6899757,8.2696028,8.2423153,8.219347,8.2487869,8.2130842,8.1693954,8.1428165,8.1205788,8.11689,7.9713564,7.9207501,7.8998079,16.290831,5.6297469,5.6788521,5.483108,5.4577622,5.4225492,5.4298635,5.3880162,5.3371797,5.3121238,5.2911925,5.3077722,5.1667075,5.1429276,5.2109666,20.628716,4.6089606,4.6684813,4.542511,4.5303607,4.5100722,4.5255823,4.4868207,4.4418182,4.4209762,4.40692,4.4138985,4.2890782,4.276505,4.3646126,21.789789,3.0486495,3.0846238,3.0174928,3.0048389,2.9795146,2.9802365,2.946578,2.9084668,2.8921254,2.8814507,2.8989525,2.8032854,2.798069,2.8732162,23.715464,10.823372,10.815402,10.162251,10.133149,10.118566,10.150565,10.128631,10.100722,10.078482,10.060187,10.050641,9.9202509,9.8404102,9.6719465,13.003083,9.2833986,9.3554726,8.8794079,8.8452749,8.8266602,8.8660851,8.8349457,8.7921286,8.7781858,8.7547588,8.740118,8.6018105,8.5440235,8.5282621,14.85939,11.489998,11.449428,10.709032,10.682176,10.67081,10.697533,10.681094,10.660407,10.641788,10.626846,10.618204,10.491219,10.399166,10.158105,12.147624,9.6583738,9.7057037,9.1874218,9.1534081,9.1350946,9.1704121,9.1410179,9.102313,9.0840225,9.0621033,9.0508881,8.912343,8.8491888,8.7897949,14.498589,10.665868,10.665258,10.030231,9.9991198,9.9838667,10.015012,9.9919529,9.9627066,9.9416943,9.9230556,9.9137716,9.7809439,9.7030344,9.5473576,13.224148,6.414701,6.5153198,6.2851591,6.2647967,6.2473745,6.2824359,6.2466788,6.1962981,6.1746287,6.1483226,6.1276274,5.9814525,5.953196,6.0534587,19.1731,8.8744383,8.9888306,8.5590878,8.524375,8.5049648,8.5524721,8.519186,8.4692535,8.4724693,8.4469032,8.4253016,8.291584,8.2398911,8.2919655,14.974916,10.533567,10.595997,9.9843464,9.9316292,9.9142857,9.9531136,9.9275846,9.8909502,9.9012823,9.8812342,9.867837,9.7433386,9.6689053,9.5875683,12.403583,4.7507758,4.8087645,4.6686215,4.6492863,4.6207118,4.6307483,4.5921116,4.5443878,4.5223751,4.5035257,4.5145965,4.3842177,4.3668861,4.453042,21.661577,11.554369,11.51262,10.761935,10.730096,10.718797,10.742643,10.726874,10.706791,10.691294,10.677025,10.669203,10.540213,10.446238,10.196134,12.036772,8.1193638,8.1906319,7.8216867,7.7942009,7.7725716,7.8050795,7.768929,7.7220082,7.7003174,7.6765285,7.6678433,7.5212417,7.4762158,7.5002475,16.867104,11.584733,11.538667,10.784315,10.756647,10.745802,10.77037,10.754803,10.73533,10.718427,10.70428,10.696066,10.568295,10.473903,10.219279,12.045027,11.226023,11.210228,10.504531,10.464554,10.451504,10.47893,10.460513,10.436316,10.421327,10.405313,10.39642,10.265989,10.17858,9.9739418,12.296529,10.987308,10.999473,10.326868,10.276253,10.261634,10.292993,10.272411,10.24418,10.233839,10.216503,10.206379,10.076333,9.9937878,9.8325586,12.312689,9.6969662,9.7249222,9.1999187,9.1697683,9.1507101,9.1827993,9.1530437,9.1158266,9.0922518,9.0710506,9.0631304,8.923255,8.8593931,8.7793436,14.665121,8.5475712,8.5917501,8.1821251,8.1558847,8.1333694,8.1643,8.1281652,8.0839014,8.0564337,8.0342283,8.0297804,7.8848076,7.8358264,7.8224206,16.420576,8.3614626,8.4099779,8.0148373,7.9868226,7.962431,7.9895473,7.9528146,7.9076118,7.8823276,7.8596964,7.8576002,7.7101765,7.6622572,7.655714,16.706812,9.8646126,9.9766512,9.4415445,9.3880463,9.3638582,9.400176,9.3608351,9.3077173,9.4354916,9.4137821,9.3960075,9.2857141,9.2191429,9.225935,11.891819,6.9267397,6.9780359,6.6972961,6.6708651,6.639833,6.6564536,6.6150794,6.5650048,6.5387216,6.5164766,6.5249491,6.3764334,6.3425112,6.3838215,18.851435,6.5612464,6.673461,6.4313531,6.407825,6.3896403,6.4282079,6.393527,6.3408961,6.3194532,6.2895403,6.2589436,6.1113305,6.081347,6.195528,18.869843,1.9562113,1.9667772,1.9228613,1.9047765,1.8741702,1.8627069,1.838921,1.8097458,1.7959737,1.7854221,1.8100169,1.7407625,1.7353251,1.7836506,24.989344,7.4733248,7.5232067,7.2030587,7.1775851,7.150208,7.1728067,7.1325788,7.0841174,7.0569153,7.0348763,7.0381613,6.8899651,6.8516889,6.8776331,18.052534,6.0708628,6.1621771,5.955575,5.9374752,5.9199033,5.9506116,5.9136987,5.8647103,5.8430462,5.8196139,5.807816,5.6637659,5.6387343,5.7332006,19.72217,6.2149878,6.2705016,6.0449443,6.0240402,5.9970808,6.0159392,5.9740763,5.924252,5.8981423,5.8783498,5.8847413,5.7419038,5.7156787,5.7794361,19.777283,6.5462847,6.6804776,6.4409008,6.415051,6.394959,6.4387412,6.4044142,6.3478475,6.331892,6.2997174,6.2671843,6.1215296,6.09234,6.2361903,18.658447,7.7188911,7.8788176,7.5579915,7.5287943,7.5084691,7.5639672,7.5291281,7.470386,7.4786425,7.4509945,7.4222884,7.2882342,7.2504535,7.3987622,16.398338,7.4944835,7.6866097,7.3913369,7.3653331,7.3454013,7.4098101,7.3761268,7.3146448,7.3420715,7.3188248,7.2885609,7.1630497,7.1298738,7.3248539,16.241026,6.5792732,6.6577759,6.4115062,6.3899021,6.3673439,6.3939304,6.3551888,6.3054576,6.2826018,6.2595596,6.25494,6.1086454,6.0783668,6.1515627,19.117937,4.1516533,4.1868949,4.0681634,4.0460172,4.0100522,4.0083246,3.9692748,3.9229066,3.9006474,3.8839636,3.907501,3.7871497,3.7736301,3.8479278,22.5121,8.226263,8.3225689,7.9491234,7.9201908,7.9009929,7.941874,7.9072666,7.858417,7.84302,7.8173013,7.7989016,7.655611,7.6102133,7.6602478,16.412474,6.113832,6.1628981,5.939218,5.9153185,5.8833618,5.896081,5.8536267,5.8030539,5.7767572,5.7562222,5.76859,5.6249242,5.5985303,5.6581173,19.979275,9.9027443,9.8483868,9.7426748,9.2963381,9.2546053,9.2842798,9.2806654,9.2727823,9.1061907,8.9040422,8.8634434,8.7803917,8.823946,9.2030373,9.1500053,6.0909781,6.1415763,6.1473947,6.0614362,6.1797366,6.3646116,6.3705621,6.4714837,6.357626,6.3059621,6.1743932,6.2430158,6.2892675,7.4270239,7.377677,6.9038377,6.9357452,6.9399438,6.828753,6.8950152,7.0594344,7.0633035,7.1296606,6.9553828,6.8971581,6.8052392,6.8511376,6.92309,8.3457737,8.2599325,4.8013029,4.8901596,4.9049797,4.8701801,5.0481434,5.2325602,5.2457666,5.4115481,5.3452902,5.3185105,5.1993685,5.3056593,5.3445835,6.3747358,6.3456397,8.3889256,8.3418245,8.2942581,8.023756,8.02983,8.1127882,8.1029501,8.1074743,7.9285951,7.8044872,7.7102065,7.6864181,7.7335558,8.5818243,8.5169392,8.5168381,8.3738422,8.3400183,8.2335291,7.9625225,7.9837046,7.981452,7.9667726,7.6545091,7.6069121,7.5651894,7.5490737,7.5967083,9.4964638,9.3628998,8.1380959,8.0986662,8.077632,7.881259,7.8547359,7.9511647,7.947464,7.9553041,7.7377925,7.6473093,7.5757332,7.569366,7.6332846,8.9377289,8.8419628,7.7879443,7.6881571,7.727345,7.6793551,7.5623736,7.6034818,7.6032686,7.5947542,7.2601519,7.2373252,7.2063084,7.2071753,7.2825541,9.9419298,9.712059,8.485158,8.2770891,8.2308311,8.2004948,7.7500696,7.7560525,7.7544961,7.7461238,7.3900194,7.3766017,7.3185635,7.3134689,7.3496714,8.9896851,8.8718424,6.0677185,6.1421056,6.1525078,6.0773082,6.204567,6.3887119,6.3980083,6.5167503,6.3817763,6.3381743,6.246326,6.324501,6.3955712,7.7260761,7.6589103,7.8264298,7.8047867,7.7900696,7.6114907,7.613142,7.730629,7.7276258,7.7470655,7.5440807,7.4600201,7.3771281,7.3835082,7.4480958,8.7490015,8.659255,7.6639094,7.6202936,7.6408677,7.5445328,7.5024838,7.6031919,7.6048212,7.6129565,7.3396935,7.2934208,7.2399955,7.2505012,7.331542,9.4662504,9.297883,8.3041096,8.1503544,8.1411705,8.0873957,7.8013268,7.8187618,7.816824,7.8055296,7.4659858,7.4422712,7.4025788,7.3964057,7.448719,9.4659386,9.3040543,8.1026554,8.046133,8.0404396,7.8915653,7.8226204,7.9070063,7.9054279,7.9064479,7.6511307,7.5827065,7.5272431,7.5234947,7.5926685,9.2771358,9.1475401,8.4641142,8.3255148,8.253314,8.1311159,7.8471818,7.8627601,7.860199,7.8315611,7.545084,7.4841352,7.4400892,7.416018,7.4513044,10.052343,9.9358025,6.8993306,6.9317555,6.9444008,6.8521757,6.9112177,7.0733809,7.0797191,7.1447148,6.948112,6.8991413,6.8215489,6.8684063,6.952054,8.6354742,8.5246286,7.7421288,7.7138667,7.7164249,7.5836163,7.5598497,7.673449,7.6735644,7.6891379,7.4509969,7.3878274,7.3220005,7.3328285,7.40768,9.1123104,8.9864597,7.9597826,7.8949804,7.9044814,7.7930822,7.7112436,7.7906327,7.790215,7.788949,7.510211,7.4585109,7.409574,7.4101634,7.4832673,9.4751511,9.3169537,8.2610455,8.1449242,8.1429758,8.0539789,7.862,7.8986406,7.8967857,7.8855586,7.5732179,7.5333633,7.4949517,7.4871454,7.5473189,9.5602341,9.3981314,6.0063281,6.0954394,6.1145515,6.0639157,6.1970496,6.3835554,6.3993382,6.5271168,6.366375,6.3349199,6.2672119,6.3520346,6.4511061,8.1408501,8.0398788,9.1579704,9.0889826,9.0250034,8.7182293,8.6405296,8.6850958,8.6812954,8.6730528,8.4583168,8.3201895,8.2737951,8.2254992,8.27808,9.2250824,9.1438656,8.7952824,8.7010469,8.6596766,8.4520283,8.3058558,8.3461342,8.3434315,8.33181,8.0712967,7.9785085,7.9373989,7.907228,7.9615569,9.4162874,9.304986,8.4469175,8.2579174,8.1775694,8.118741,7.691699,7.701045,7.6988792,7.6772361,7.3582635,7.3273349,7.2657609,7.2537184,7.2811217,9.4978189,9.4023657,7.4609079,7.4386907,7.4596758,7.3654652,7.353869,7.4743752,7.4775186,7.4980044,7.2413545,7.194777,7.1347861,7.1542611,7.2388988,9.3177576,9.1586523,6.473526,6.5377593,6.5663414,6.5189896,6.6142654,6.7930808,6.8100095,6.9001355,6.6907969,6.6611218,6.5962901,6.6610036,6.7764277,8.8837137,8.7341747,6.8351612,6.8142166,6.8036375,6.6597524,6.7265639,6.8794737,6.874507,6.9145336,6.7998176,6.7204967,6.5311589,6.557354,6.5685906,7.5192008,7.4745531,7.0559964,7.068429,7.0915713,7.0114913,7.0462036,7.1937699,7.2004499,7.2473922,7.0152049,6.9729719,6.9066467,6.9439769,7.0350151,9.0711212,8.9226789,9.3400984,9.2822218,9.1997375,8.8217154,8.8016815,8.8468599,8.8403959,8.835434,8.6621056,8.4892607,8.4246922,8.3626719,8.4065809,8.9281178,8.8701906,8.8298702,8.7692556,8.7027941,8.3790703,8.3761969,8.4352589,8.4247093,8.4215345,8.249939,8.1008863,8.0086699,7.9645052,8.0040951,8.6503506,8.5910587,5.4401217,5.4002132,5.4045625,5.3526249,5.4412518,5.613059,5.6133628,5.6667171,5.6284084,5.5765276,5.2855101,5.3265367,5.27563,6.1151047,6.0929737,8.4269447,8.3742943,8.3434849,8.1219387,8.075531,8.1538906,8.1496582,8.150239,7.9278517,7.8270135,7.7631068,7.7447152,7.8057418,9.0376005,8.9430218,7.4033694,7.4055004,7.4015603,7.2579775,7.2871118,7.4289842,7.428937,7.4670334,7.2746916,7.2041273,7.1153331,7.1401,7.208519,8.5962429,8.5061302,7.3271618,7.3287706,7.3386254,7.228601,7.2462969,7.3868389,7.3899393,7.4269371,7.2062936,7.1511664,7.0782781,7.1066017,7.1870766,8.925106,8.8026896,8.5813932,8.5089407,8.4783783,8.2720175,8.1778774,8.2380486,8.2349443,8.2287731,7.9821591,7.8892369,7.8393207,7.816484,7.876739,9.2700558,9.1610031,8.1363134,7.9984426,8.0132074,7.9749913,7.7469287,7.7653494,7.7636695,7.7521195,7.4080162,7.390717,7.3586698,7.3561645,7.4167461,9.6930075,9.4975996,9.1184902,9.0132303,8.9388361,8.6912279,8.5071993,8.5306778,8.5284586,8.5093279,8.2596941,8.1471968,8.1119785,8.066761,8.1095734,9.6748047,9.5777073,4.6288691,4.7464209,4.7636409,4.7309713,4.930274,5.1103911,5.1259036,5.3206549,5.2450957,5.2240014,5.1519017,5.2734518,5.3357215,6.448113,6.4131727,8.7704906,8.6610661,8.6182451,8.4336624,8.2483072,8.2803621,8.2778912,8.2639065,7.9892955,7.9068584,7.8677063,7.8392782,7.8904586,9.4925985,9.3758326,8.3853416,8.2187233,8.1954184,8.1383095,7.8110766,7.8252263,7.8232551,7.8118162,7.4718261,7.4466619,7.4024343,7.3944888,7.4414992,9.3642426,9.2183876,8.2151165,8.0821056,8.0854788,8.0257568,7.798069,7.8236508,7.8218465,7.8102908,7.4791017,7.4523854,7.4162321,7.4111691,7.4697251,9.5914469,9.4163733,8.0311069,7.9440193,7.9570389,7.8656149,7.7446065,7.8032322,7.8023787,7.7951989,7.4945536,7.4525113,7.4113235,7.4090009,7.4789238,9.6147881,9.4403934,7.3217249,7.282527,7.325367,7.2610545,7.2463956,7.3492541,7.353663,7.3670168,7.0719209,7.0396805,6.992516,7.0093389,7.101141,9.7359362,9.5201721,5.1380224,5.2522087,5.2688875,5.2293639,5.4122057,5.5974202,5.61378,5.7916598,5.6873894,5.6619253,5.5958939,5.7078471,5.786499,7.094274,7.0385022,8.4237175,8.3586922,8.3352365,8.1428928,8.0630398,8.1329174,8.1299477,8.1265697,7.8812528,7.7941794,7.7404056,7.7237444,7.7866426,9.2297106,9.1178617,8.289257,8.1171017,8.1080999,8.0775175,7.7463427,7.7558179,7.7540288,7.7442379,7.3887625,7.3753142,7.3339014,7.3302341,7.3801446,9.3936872,9.2282286,8.4727325,8.2873478,8.2397537,8.1837988,7.7914472,7.8017921,7.799789,7.7866364,7.4489794,7.423409,7.370307,7.3610048,7.3990579,9.2596521,9.1391954,8.2617598,8.1569681,8.1541586,8.0503082,7.8836131,7.9278631,7.9260468,7.91573,7.6140018,7.5673351,7.5273314,7.5188007,7.5808349,9.5403652,9.3834639,8.3811188,8.1936455,8.1682043,8.1359415,7.7521348,7.7603512,7.7586632,7.749743,7.394074,7.3799443,7.3311119,7.326499,7.3703232,9.2040882,9.0606956,8.3726549,8.2692327,8.2572918,8.1326065,7.9663587,8.0104017,8.0083036,7.9976974,7.7048354,7.6490564,7.6080337,7.5954614,7.6554179,9.4922066,9.3477573,8.78055,8.705348,8.6637239,8.4288692,8.330946,8.3834047,8.3800898,8.3722525,8.1322231,8.02672,7.9792299,7.9481044,8.0053272,9.2764301,9.1755905,8.6475925,8.4225731,8.3454418,8.309164,7.7920985,7.7983928,7.7968841,7.7864738,7.4412088,7.4243178,7.3539858,7.347549,7.3739691,8.8169079,8.7343063,8.2061815,8.0386753,8.0437937,8.0231018,7.720314,7.7258549,7.7239733,7.7138166,7.3509493,7.3418798,7.3069715,7.3047242,7.3592534,9.5622158,9.3730125,7.5897942,7.5299678,7.5661373,7.4947338,7.4426398,7.5266237,7.5286999,7.5306406,7.2280898,7.1936193,7.1499596,7.1582522,7.2425003,9.7584867,9.5503988,8.4296732,8.3020792,8.2835846,8.1779976,7.9522371,7.9815578,7.9793739,7.9667044,7.6571784,7.6103101,7.5706778,7.5574675,7.6115723,9.4996071,9.3546801,8.4267578,8.3394194,8.3219624,8.1658249,8.0354891,8.0894356,8.0871162,8.0785913,7.8053026,7.7351871,7.6905422,7.6750345,7.7364216,9.4116373,9.2806711,7.8553014,7.8267603,7.7950506,7.5700159,7.6027412,7.7175403,7.7093701,7.7290258,7.5663271,7.4601059,7.3449769,7.3433638,7.3874907,8.3102579,8.2505369,8.0458336,7.9403453,7.9576063,7.8890409,7.7340708,7.7761631,7.7750425,7.7651186,7.445713,7.4142532,7.3782964,7.3757491,7.4430947,9.7034073,9.5145092,7.8493099,7.7340741,7.7748246,7.742414,7.5959077,7.6207423,7.620019,7.6100554,7.2630048,7.2476063,7.2198992,7.2204576,7.2927752,9.9842052,9.7464638,7.713655,7.6339321,7.6706614,7.6069112,7.5236754,7.5865612,7.5873189,7.5826044,7.2650666,7.2346144,7.1971326,7.2003984,7.2798862,9.8534985,9.6361637,8.2713184,8.1827297,8.1766481,8.0488272,7.9165425,7.9724936,7.9706531,7.9625602,7.6780291,7.620337,7.5765772,7.5669889,7.6311388,9.4717922,9.3260422,6.4605794,6.5210361,6.537879,6.46733,6.563374,6.7392945,6.7498627,6.8447971,6.6653233,6.6252384,6.5510335,6.6163702,6.7062659,8.4057999,8.2989616,6.992815,6.9904156,7.0300465,6.9709682,7.0004311,7.1332054,7.1410728,7.1796694,6.9136057,6.8817849,6.8265572,6.8596468,6.9586501,9.4670849,9.2701178,5.47189,5.4976535,5.5069985,5.4526653,5.5778322,5.7659087,5.7738242,5.8725557,5.8077979,5.7633615,5.5673518,5.6377649,5.6423392,6.6063786,6.5800037,8.0722771,7.9364219,7.9624152,7.9350438,7.7250519,7.7383471,7.7366958,7.7247229,7.3738112,7.3613577,7.3342261,7.333003,7.3967957,9.8287745,9.6130657,7.0692453,7.0797491,7.0731282,6.9289298,6.9907708,7.1476665,7.1465349,7.1974006,7.0430279,6.9691997,6.8490295,6.8824973,6.9346046,8.0955229,8.0310688,8.0536022,7.9330778,7.9537692,7.9050956,7.7213593,7.7501736,7.7488527,7.737792,7.403399,7.3810501,7.3486152,7.3466253,7.4118767,9.7539892,9.5538654,9.8715868,9.8017273,9.6961613,9.2854462,9.1927443,9.2170086,9.2144222,9.202034,9.013978,8.8291159,8.7977114,8.7199163,8.7611656,9.4368391,9.3727608,7.4751363,7.4641342,7.4682302,7.46946,7.4543333,7.4533143,7.4512396,7.4435048,7.4058728,7.4039307,7.4081855,7.4099774,7.4161015,7.6603231,7.6323495,8.4889402,8.4582453,8.4717426,8.476388,8.4307346,8.4180164,8.4128103,8.3847408,8.2886724,8.2825441,8.2984352,8.2984858,8.311904,8.7345886,8.6575031,7.9730721,7.9467034,7.9566283,7.9570675,7.9210544,7.9173613,7.9113493,7.8946376,7.8088636,7.8043213,7.8131199,7.815546,7.8298693,8.3414288,8.2791061,8.1165895,8.0944653,8.1047153,8.1114616,8.08002,8.0724649,8.0680676,8.0477571,7.9778399,7.9723978,7.984355,7.9842162,7.9924836,8.3171482,8.2606869,9.0296574,8.9787502,9.0002737,9.0004158,8.9261494,8.9046497,8.8956881,8.8554878,8.7003517,8.6928282,8.7144384,8.7147264,8.7404346,9.4212046,9.3020391,7.2567873,7.2761822,7.3104405,6.6821079,6.6636949,6.8297353,6.7333422,6.6749592,6.5867033,6.3876858,6.3715343,6.4375505,6.4626632,6.7748222,7.5192618,7.0481677,7.0867872,7.1244531,6.5749559,6.5548735,6.7283239,6.6504049,6.5986109,6.518733,6.3891482,6.3480458,6.4111791,6.4359093,6.8014407,7.54602,6.7174687,6.7624578,6.7801991,6.3329988,6.293776,6.4722834,6.3993502,6.3331733,6.25069,6.135191,6.0990634,6.149579,6.1746387,6.590095,7.2313323,7.7108426,7.7262354,7.7728548,7.0199566,7.0058746,7.1681576,7.0584149,7.0074654,6.9116058,6.6641393,6.6564245,6.7306662,6.7557092,7.0368633,7.7210999,7.7343278,7.778914,7.816586,7.1834769,7.1492763,7.3336568,7.2418256,7.1879401,7.0914998,6.9616089,6.9188294,6.9889855,7.020319,7.4351678,7.9248295,7.0789809,7.1211681,7.1514888,6.6264191,6.5968657,6.7766395,6.6980414,6.6402116,6.5552135,6.4300041,6.3907189,6.4510813,6.4780178,6.8759079,7.5220294,6.3079171,6.3600235,6.3640957,6.003551,5.9440122,6.1199455,6.050746,5.9765153,5.8975215,5.8011875,5.7549114,5.7874212,5.8036795,6.2504463,6.8339391,9.0162811,9.0587969,9.1243401,8.2310886,8.198987,8.3780432,8.2611122,8.223897,8.1074419,7.9880047,7.9420633,8.0371943,8.077055,8.5106812,8.7637014,9.188838,9.2312231,9.3172283,8.3017168,8.2850904,8.4624977,8.3408337,8.3112469,8.2058001,8.0644054,8.0195284,8.1277199,8.168046,8.5276384,8.8721743,8.2555561,8.3036261,8.3416662,7.6588292,7.6112361,7.7979674,7.6970196,7.6468415,7.534451,7.4215965,7.3738766,7.4474907,7.4820538,7.9576135,8.2405071,13.444365,13.473904,13.825615,10.837792,10.853782,10.960649,10.709503,10.724956,10.647914,10.462865,10.422735,10.664383,10.699095,10.68589,10.863358,12.675773,12.723653,13.029638,10.476799,10.497457,10.629327,10.415016,10.434942,10.359973,10.215098,10.175611,10.405655,10.451243,10.506551,10.705879,13.159352,13.198514,13.526148,10.811094,10.834259,10.953127,10.723939,10.742065,10.658877,10.556778,10.523866,10.761976,10.80654,10.867391,10.984717,9.7735538,9.8134079,9.9165812,8.7515783,8.736412,8.9064884,8.77145,8.7483454,8.6352768,8.5069103,8.4623413,8.5832424,8.6267233,8.9874096,9.2334757,7.5283666,7.5770226,7.6028481,7.0397172,6.9922462,7.1781602,7.0896688,7.0295887,6.9314518,6.8144169,6.7692375,6.8297472,6.8586087,7.3080263,7.7440882,11.937171,11.969917,12.196013,10.134329,10.144914,10.279208,10.084318,10.087984,9.9847965,9.8724346,9.8345518,10.025989,10.072734,10.261057,10.40155,13.144568,13.157558,13.453294,10.812187,10.819578,10.923087,10.68492,10.686539,10.584103,10.495097,10.471599,10.696254,10.737506,10.842862,10.926957,8.3269348,8.3729582,8.4192371,7.6870179,7.6488051,7.8337936,7.7307673,7.6831751,7.5753188,7.4523015,7.4060168,7.4853053,7.5204463,7.959764,8.3023052,6.766305,6.7964659,6.826664,6.3045955,6.2836623,6.4458699,6.3669343,6.3096433,6.2347469,6.0961552,6.044991,6.0985875,6.116128,6.4489412,7.3050909,11.11336,11.158708,11.355145,9.5589523,9.5693913,9.7245817,9.5550003,9.559123,9.4685917,9.3110199,9.2687359,9.4437933,9.4896164,9.6747217,9.9442215,11.194483,11.22475,11.396501,9.7017479,9.7008905,9.844821,9.670907,9.6638212,9.549612,9.4372101,9.3991947,9.5619698,9.608655,9.8814182,10.031109,9.9805555,10.014819,10.115108,8.9453802,8.9238472,9.0874071,8.948885,8.9253759,8.800766,8.6921358,8.6513453,8.7710886,8.8162985,9.2217875,9.3847885,10.160707,10.182452,10.326031,8.8092537,8.8131008,8.963335,8.7983551,8.7854099,8.6796246,8.3805437,8.3689985,8.5042725,8.5353308,8.7137556,9.1036606,7.9686203,7.9959974,8.0501881,7.2731514,7.2587638,7.4302368,7.3244038,7.2775116,7.184936,6.9909711,6.9601831,7.0413857,7.0704927,7.3840909,8.0191212,6.6622787,6.7081199,6.7195239,6.2903647,6.242137,6.4183345,6.3435264,6.2727771,6.1890564,6.078372,6.0409155,6.0863132,6.1093135,6.5375881,7.1457853,11.714785,11.735921,11.930283,10.041819,10.038591,10.168872,9.981741,9.9761324,9.8586721,9.7651262,9.7397556,9.9144955,9.9608698,10.219735,10.321408,5.7483921,5.7907395,5.7864156,5.4816456,5.425149,5.5812283,5.5158467,5.4350843,5.3659425,5.2740893,5.239028,5.2640634,5.2758713,5.6876364,6.4330349,11.571458,11.61702,11.836563,9.8848572,9.8977003,10.046474,9.8665028,9.8749447,9.7824497,9.6514158,9.6103144,9.7979784,9.8454494,10.024174,10.225826,13.642181,13.699309,14.091021,11.047598,11.076632,11.198221,10.960933,10.991684,10.929431,10.82453,10.791948,11.058403,11.102882,11.088907,11.229528,9.3841877,9.4144964,9.5201588,8.3290882,8.3267517,8.4931221,8.3558941,8.3320513,8.2325029,8.0081892,7.9766369,8.0945549,8.1301689,8.3846302,8.8395472,11.132554,11.171564,11.352293,9.6371527,9.6419611,9.7931652,9.6231785,9.6214628,9.5170937,9.3915644,9.349844,9.5171146,9.5641413,9.806716,9.9967299,9.0177155,9.0584402,9.1458454,8.1361065,8.124794,8.3011656,8.1819544,8.1528215,8.0542173,7.896214,7.8529377,7.9605074,7.9988036,8.3269272,8.759182,6.4457178,6.4688063,6.4902596,6.0210538,6.0002789,6.1599064,6.0835896,6.0194397,5.9461374,5.7972622,5.7606378,5.8100634,5.8289924,6.1532741,7.0430913,11.764415,11.787107,11.987936,10.054688,10.055086,10.185108,9.993433,9.9886284,9.8737688,9.7727604,9.7418365,9.9202995,9.9662685,10.204235,10.319351,13.361197,13.37953,13.698662,10.92104,10.937876,11.040468,10.796545,10.803024,10.707335,10.614412,10.583099,10.818791,10.86033,10.933931,11.021463,9.6778002,9.71562,9.8347616,8.5729189,8.57162,8.739974,8.6020603,8.5842428,8.4874325,8.3004503,8.2603188,8.3884897,8.4281416,8.6904087,9.098074,7.2501216,7.2544723,7.2906356,6.6083112,6.5946984,6.747086,6.639432,6.5828943,6.4844856,6.1862259,6.2004533,6.2632151,6.282001,6.535296,7.2706857,8.596426,8.639883,8.7020454,7.8659225,7.8401399,8.0223236,7.9134808,7.8730955,7.7687287,7.6324778,7.5876398,7.6784453,7.7154469,8.1102514,8.4955654,9.2193708,9.2323914,9.3345957,8.1189699,8.1161566,8.2686958,8.1220694,8.0959091,7.9869585,7.6526856,7.6607342,7.7678018,7.793879,7.99652,8.487711,10.047254,10.09013,10.220312,8.8888454,8.8859863,9.0545149,8.9127836,8.8994465,8.7984085,8.6491985,8.6051311,8.742034,8.7858715,9.0729284,9.3795929,8.4054632,8.4406815,8.5096588,7.6399984,7.6273928,7.801959,7.6924453,7.6543527,7.5608535,7.3880434,7.3475804,7.4399071,7.4726996,7.7946248,8.3536148,11.316564,11.344404,11.548773,9.5882416,9.5984735,9.7377071,9.545846,9.5462532,9.4477644,9.1935682,9.1661358,9.3373814,9.372365,9.4988976,9.7882938,10.274058,10.314336,10.446735,9.0785999,9.0731831,9.2374582,9.090147,9.0766373,8.9683266,8.8356266,8.791687,8.9308357,8.976016,9.2840652,9.5228634,11.297432,11.335356,11.54223,9.6222162,9.6337814,9.7809486,9.5988321,9.602684,9.5117722,9.3133545,9.2735281,9.4516201,9.4933329,9.6395769,9.9263639,10.12418,10.159586,10.272096,9.0184193,9.003046,9.1655998,9.0219622,9.0015182,8.8821383,8.7653885,8.723362,8.8508291,8.8958797,9.263031,9.4507265,14.872463,14.91412,15.400801,11.61584,11.638402,11.731208,11.445671,11.47122,11.419039,11.307223,11.273298,11.57702,11.615005,11.499443,11.622455,7.5751057,8.1182318,8.0114851,8.0478735,8.0149937,8.5341358,8.5011911,8.2078075,8.1099453,8.0244703,7.7834082,7.7642393,7.7821946,8.6553431,8.6239843,7.1696939,7.6258364,7.5252728,7.5658469,7.5432415,8.0584393,8.0257425,7.7440753,7.6557751,7.586391,7.363512,7.3483863,7.3675389,8.1501932,8.063427,7.8788538,9.3629875,9.2008638,9.1843567,9.1453085,9.5623808,9.5388842,9.3362236,9.2303896,9.1392937,8.9450216,8.9361382,8.9481468,10.687681,10.932272,7.9482317,8.3875933,8.2944775,8.3399019,8.2810249,8.7938614,8.76157,8.4831123,8.384222,8.2715006,7.9954696,7.9609571,7.9768195,8.7239122,8.6591921,6.126832,6.3975,6.3343301,6.4029937,6.3929687,6.8876891,6.8620672,6.590858,6.5287256,6.4824514,6.2770281,6.2638941,6.2834935,6.8436928,6.5274,6.6900263,7.1002531,7.0055199,7.0428152,7.0270991,7.5107908,7.4808364,7.2371168,7.1598978,7.1057172,6.9159112,6.8975792,6.9161186,7.6279149,7.560173,7.6505399,8.2882109,8.1731329,8.2019567,8.1686831,8.6766472,8.6443729,8.36028,8.259388,8.1724644,7.9402704,7.9236321,7.9410429,8.9114246,8.9355478,7.5700097,8.1986132,8.0813761,8.1085634,8.0794086,8.5831747,8.5507479,8.272994,8.1739712,8.0927477,7.8680515,7.8527789,7.8705673,8.8312511,8.8630152,8.0578012,9.2053642,9.0045214,8.9801674,8.9539051,9.3190088,9.2914171,9.1122541,9.0153751,8.9480219,8.778717,8.7649126,8.7695694,10.143561,10.661156,7.2398467,7.8163433,7.6942239,7.710762,7.6932521,8.1503201,8.1202078,7.8930812,7.8045096,7.7425885,7.553618,7.5249038,7.5401678,8.3995895,8.5620947,7.8073487,8.3794909,8.2746763,8.3107023,8.2642603,8.7777586,8.745779,8.4582787,8.3564034,8.2548437,8.0045757,7.9820547,7.9984922,8.897851,8.8871775,6.6663713,7.0330901,6.9453635,6.9940166,6.9777427,7.4828801,7.4519424,7.184073,7.1076841,7.0511603,6.8469157,6.8348274,6.8541632,7.5368304,7.3648643,8.2817364,8.5781517,8.4928493,8.5482302,8.487072,8.9898548,8.9556093,8.6833935,8.5891571,8.4768782,8.113822,8.0374689,8.0526476,8.6175776,8.4763031,6.1891246,6.4930668,6.4183989,6.4758639,6.4641399,6.9559031,6.9276123,6.6700106,6.6047268,6.5578752,6.3696237,6.3603816,6.3794003,6.9866743,6.7318873,7.5243874,8.2323647,8.0883589,8.0924711,8.0721874,8.5020781,8.4715586,8.2571535,8.1641064,8.0987768,7.9175382,7.8851905,7.8960557,8.8690548,9.1660376,7.9653864,9.7013426,9.4983072,9.4588089,9.4256506,9.7794752,9.7575111,9.5951033,9.4972839,9.4206953,9.2469473,9.242774,9.2486506,11.148393,11.561261,7.5216589,7.9965243,7.8963618,7.9389606,7.9061809,8.4322824,8.399004,8.0991526,8.0040359,7.9196692,7.6693945,7.646925,7.6651096,8.4644651,8.3867579,6.321259,6.6581421,6.5763955,6.6255403,6.6124926,7.0988779,7.0698414,6.8218036,6.7527509,6.7044034,6.5197883,6.5079193,6.5266876,7.1674891,6.9790015,5.7129121,5.9648886,5.9060788,5.9749689,5.9683938,6.4439354,6.4202147,6.1687441,6.1149187,6.0767155,5.8987055,5.8915954,5.9106789,6.4476166,6.1102529,7.6413441,8.390192,8.2457504,8.2518606,8.2288074,8.67729,8.6462364,8.4178324,8.3201332,8.2494164,8.0576477,8.0380306,8.0522242,9.1000471,9.3359709,7.7055969,8.2268524,8.1241894,8.163764,8.1235619,8.6454763,8.6126022,8.3154936,8.216116,8.1219797,7.868082,7.8445129,7.8617964,8.708683,8.6667948,7.1418715,7.6544757,7.5420876,7.5684495,7.549758,8.0317039,8.0003033,7.7548938,7.6672282,7.6044488,7.4068828,7.3884349,7.4065404,8.23032,8.2733889,7.8913031,9.9869366,9.7855673,9.7356415,9.6959105,10.036941,10.019451,9.8819075,9.7858267,9.7035322,9.5305195,9.5296421,9.536046,11.735783,12.109631,7.2411094,7.7721295,7.6583157,7.6857114,7.6651182,8.1554861,8.1233425,7.8680196,7.7775989,7.7110429,7.5067091,7.4911232,7.5095453,8.3618383,8.3900824,5.5504718,5.80372,5.7435522,5.8091617,5.8039489,6.2663374,6.24298,6.0065217,5.9553719,5.9206462,5.7605481,5.7555494,5.7742887,6.3128362,5.9880552,7.8280125,8.5369854,8.4227839,8.4499073,8.4052439,8.9063406,8.8755846,8.5972319,8.4923763,8.3914824,8.1546488,8.1367893,8.152648,9.1936197,9.2392082,7.8657227,8.9238653,8.7615013,8.7550573,8.7262592,9.1554384,9.1268291,8.9076385,8.8047638,8.7262497,8.5349598,8.5215816,8.5340586,9.878767,10.160688,6.3434272,6.6522293,6.5767975,6.6355772,6.622395,7.1236634,7.0947804,6.8259802,6.7578306,6.7073607,6.5064182,6.4951954,6.5143967,7.1278939,6.8722949,7.361908,7.9131985,7.8001008,7.8299837,7.8061566,8.308423,8.2757835,8.0053692,7.9117517,7.8392987,7.623291,7.6087856,7.6273441,8.5077868,8.5131006,7.4444423,7.8637943,7.7692227,7.8172412,7.7858644,8.3154631,8.2821159,7.9786463,7.8868217,7.8052707,7.5475526,7.52178,7.5401554,8.2771254,8.1559248,8.013299,8.953475,8.7600794,8.7418022,8.7184973,9.0871286,9.0591564,8.8799553,8.7849236,8.7234592,8.5585718,8.5336027,8.5366535,9.7061806,10.273876,7.626924,8.3538465,8.2229404,8.2391434,8.2123194,8.6927376,8.6610737,8.4046249,8.3045235,8.2266321,8.0168858,8.002593,8.0193529,9.0706673,9.1894989,7.6965833,8.1165371,8.0223255,8.070509,8.0295782,8.5580606,8.5245199,8.2210598,8.1254501,8.0321608,7.757195,7.7245879,7.7420163,8.4742165,8.3705101,7.4914131,8.1181602,7.9964046,8.0194874,7.9945335,8.4864063,8.4540911,8.1909208,8.0940895,8.0193462,7.8068972,7.792357,7.8101625,8.764636,8.8287573,7.8860545,9.1519985,8.9890375,8.9779615,8.9444923,9.3695316,9.343214,9.128335,9.0234003,8.9386129,8.7446709,8.733882,8.7461786,10.287021,10.547506,7.4382224,7.9668636,7.8594532,7.8950934,7.8672934,8.3831396,8.350173,8.0631266,7.9681182,7.88976,7.6584339,7.641737,7.6602416,8.5193806,8.4838619,7.7940164,8.7403469,8.5961475,8.6013908,8.5704651,9.0307131,9.0010853,8.7571745,8.6529074,8.5693026,8.3636856,8.3507776,8.3656387,9.6245546,9.8083401,6.8104014,7.1667151,7.0814724,7.1348548,7.1161938,7.6333475,7.6020451,7.3171558,7.2386899,7.1773582,6.9542198,6.9383559,6.9576774,7.627871,7.4310641,6.8222742,7.1403999,7.0621762,7.1230397,7.103888,7.6231966,7.5926938,7.2988133,7.222188,7.1599712,6.9191895,6.8965263,6.9158149,7.5357232,7.2939143,8.0359201,9.4362764,9.2272968,9.194438,9.1660547,9.5154982,9.4897842,9.3191938,9.2230568,9.1532402,8.9806156,8.9762459,8.9799175,10.57525,11.077922,7.9062352,8.1734705,8.0908651,8.1530209,8.1171627,8.623559,8.5893183,8.2937078,8.206296,8.122263,7.75386,7.6729364,7.6902561,8.2216139,7.9982071,7.7058558,8.4762859,8.3479843,8.3657732,8.3344631,8.8217545,8.790514,8.5244818,8.4216318,8.3368673,8.1186266,8.104495,8.1210489,9.2199135,9.3198938,7.3220863,7.6792307,7.5919676,7.6470666,7.6184788,8.1478119,8.1148996,7.8096848,7.7228642,7.6462116,7.3787155,7.3476448,7.3661828,8.0293713,7.8503976,6.9757099,7.4672217,7.3600035,7.386199,7.3704381,7.8419299,7.8127108,7.5792012,7.4964633,7.4387655,7.2477131,7.2227149,7.2403278,8.0223598,8.0806322,6.0973496,6.426405,6.3495331,6.397028,6.3853955,6.854588,6.8274741,6.5943093,6.5300965,6.4867573,6.3142548,6.2964973,6.3137856,6.9259071,6.7500758,7.9788833,9.132926,8.9475117,8.9289131,8.9014893,9.2923546,9.2647381,9.0714445,8.971489,8.8988094,8.7218342,8.707736,8.7160196,10.119305,10.531342,7.8345265,8.8871746,8.7421961,8.7449036,8.7104406,9.1671476,9.1388178,8.8972101,8.7911806,8.7027988,8.4956608,8.4835958,8.4979401,9.8589973,10.042301,7.1247654,7.5067668,7.4170847,7.4685287,7.4446173,7.9704232,7.9379368,7.6411271,7.5561776,7.4858284,7.2435923,7.2224679,7.2415066,7.9391718,7.7735958,7.0381904,7.3180423,7.2443042,7.3118429,7.290657,7.8027883,7.7728071,7.473835,7.3971558,7.3310037,7.0518036,7.0111547,7.0302329,7.5920763,7.3189616,6.2963061,6.5562677,6.4967241,6.5708532,6.5600753,7.0565977,7.0313191,6.7495413,6.6848888,6.6348557,6.4065838,6.3850126,6.405777,6.9466629,6.6164851,7.9725966,9.3945599,9.2053957,9.179347,9.1483126,9.5308323,9.5057926,9.320755,9.2199335,9.1428118,8.964591,8.9548969,8.9631281,10.609571,10.99182,7.8645616,8.7453918,8.5720396,8.5622978,8.5394964,8.9380074,8.9090748,8.7127676,8.6162329,8.5499792,8.375351,8.3503466,8.3578558,9.4930573,9.9308634,7.4674044,8.1041183,7.9759355,7.9929852,7.9707642,8.4444246,8.4125729,8.1676559,8.0723782,8.0024233,7.8020949,7.7849631,7.8018098,8.7539463,8.8812742,5.5307846,5.7965307,5.7344394,5.7940764,5.787291,6.2391505,6.2161956,5.9927621,5.9412417,5.9074907,5.753716,5.7452521,5.7635221,6.3084035,6.022068,7.308557,7.7581992,7.6597033,7.7033324,7.6767716,8.2005558,8.1675024,7.8733077,7.7826433,7.7072124,7.4688444,7.4499097,7.4687524,8.2431707,8.1429443,7.9086351,9.6189938,9.4373674,9.4063129,9.3682499,9.7508106,9.7293921,9.5560884,9.4540415,9.3682289,9.1863718,9.1794319,9.1890297,11.099542,11.415597,6.9699669,7.4070673,7.3074694,7.3464475,7.3275928,7.830832,7.7988524,7.5334649,7.4495144,7.3872209,7.1800833,7.1665087,7.1857543,7.9449658,7.8624339,7.7461429,8.6081953,8.4629412,8.4686565,8.4412699,8.8985128,8.8680258,8.6287498,8.5268326,8.4486971,8.2481146,8.2338505,8.2487869,9.421629,9.622674,7.5868921,8.2924547,8.159565,8.1740875,8.1494398,8.6227798,8.5910759,8.3428288,8.2443752,8.1701784,7.966465,7.9511099,7.9676385,8.9923334,9.1330528,7.8587708,8.9969339,8.8545046,8.8562975,8.8169823,9.2721405,9.2452192,9.0065022,8.8990393,8.8045292,8.5950994,8.5835867,8.5975227,10.041676,10.214559,7.8118076,8.6724796,8.5452938,8.5619221,8.5232954,9.0084476,8.9786129,8.7122574,8.6061325,8.5116367,8.2884521,8.2741375,8.2896681,9.4784803,9.5819836,7.7184634,8.0492105,7.9622974,8.0188618,7.9801493,8.5059566,8.4720039,8.1670694,8.0762596,7.9874487,7.6776142,7.6277161,7.645134,8.2670174,8.0955896,8.8029766,9.043355,8.9583874,9.0149002,8.9514866,9.425498,9.3895607,9.1381264,9.0445633,8.930625,8.4618464,8.3329277,8.3468361,8.8260994,8.6679964,7.3840756,7.9924712,7.865438,7.8816237,7.8614511,8.3269529,8.2955627,8.0595474,7.9668889,7.9006386,7.7062263,7.6849518,7.7011433,8.6128445,8.7608099,8.0058041,8.3665581,8.2779388,8.3296547,8.2730932,8.7893381,8.7558985,8.4707165,8.3747568,8.2658548,7.9579239,7.9089198,7.9249201,8.5776682,8.4645863,7.814106,8.7086344,8.5470743,8.5430822,8.5182581,8.9437523,8.913867,8.6991968,8.5995045,8.5274343,8.3419209,8.3235846,8.3353519,9.5137262,9.8344393,7.4063158,7.4317226,7.4417596,7.0248165,7.0705156,7.4612446,7.345943,7.1968246,7.1412873,7.1183429,7.0340018,7.1053677,7.191637,7.5703387,7.8689165,6.2390881,6.2775192,6.2553272,6.1330013,6.1369743,6.6382203,6.5618749,6.1903982,6.1090212,6.0797696,5.9695683,6.0102339,6.1096811,6.52982,6.8165002,7.5129161,7.5674481,7.5352178,7.5276556,7.5340767,8.3358212,8.2348232,7.4268413,7.2978435,7.2640409,7.0683317,7.1216679,7.1814446,7.636549,7.7430744,6.4355011,6.4578304,6.4432778,6.2090454,6.2208824,6.6302352,6.5443854,6.3073092,6.2445936,6.2193255,6.1396527,6.184866,6.2621632,6.6570101,7.1518264,7.7909551,7.7866602,7.8164411,7.1942935,7.2332797,7.5593286,7.4590139,7.3302469,7.2974167,7.2725263,7.2286425,7.3076572,7.4042807,7.6856303,8.1213837,5.4029093,5.4003043,5.3820901,5.1652246,5.160038,5.4449148,5.3784723,5.1908545,5.150034,5.1291337,5.0895367,5.1192455,5.1779213,5.5022945,6.3779054,7.2724447,7.3093367,7.3173432,6.9498291,7.0030794,7.4064932,7.2658596,7.1259398,7.065959,7.0453076,6.9545584,7.0261292,7.1070552,7.5086393,7.7257371,6.6484685,6.6906309,6.6701198,6.5105848,6.5236359,7.0489893,6.9546862,6.6167026,6.5345602,6.5067029,6.3883629,6.4344602,6.5167046,6.9466429,7.2428069,7.5882087,7.6393619,7.605474,7.6328669,7.6358662,8.441144,8.3555079,7.4100437,7.2701321,7.2349472,7.037231,7.0961213,7.1523952,7.6196294,7.716424,10.549857,10.543395,10.706806,9.1208496,9.2331944,9.4536619,9.2952862,9.2705488,9.2298355,9.212389,9.1518412,9.3193617,9.4368973,9.5570326,9.6697645,7.2180128,7.2777615,7.2504549,7.1667752,7.1820917,7.9080281,7.7839522,7.2455893,7.1405563,7.1102605,6.9364796,6.9844999,7.0493755,7.4906402,7.6286597,6.8181458,6.8640194,6.8345089,6.8627768,6.8597593,7.5206847,7.4922543,6.6767673,6.5532908,6.5192251,6.3631048,6.4595275,6.5242662,7.0216379,7.136929,7.4313846,7.4668083,7.4868999,7.0450706,7.1193237,7.4809675,7.3314271,7.2305036,7.1746359,7.1573853,7.0740108,7.1544242,7.2441173,7.6277065,7.8068495,6.8502536,6.9099903,6.8964067,6.7158079,6.7513213,7.3074965,7.1483755,6.8781991,6.8018656,6.7792616,6.6463251,6.6995163,6.763864,7.1961398,7.3630276,9.5745401,9.5584126,9.6654129,8.453517,8.5237751,8.8032799,8.6711473,8.6064177,8.59237,8.5719738,8.5271606,8.661994,8.7825222,8.9349165,9.183979,6.1858401,6.2193456,6.1988111,6.0514894,6.0563331,6.5212369,6.4438634,6.1214528,6.0469108,6.0194082,5.9213958,5.9614177,6.0554018,6.4682627,6.8286247,7.6336808,7.6776352,7.6417284,7.7410259,7.7375445,8.5137787,8.4570894,7.1980886,7.0392075,7.0024352,6.8122501,6.8823757,6.9284983,7.4287267,7.5076866,6.9043694,6.9368625,6.9277959,6.6566825,6.6831431,7.1272888,7.023025,6.8018208,6.7346368,6.7095585,6.6130624,6.66817,6.7458167,7.1561966,7.5115232,7.0650525,7.1222434,7.097014,6.9897389,7.0058522,7.6746039,7.5569172,7.0894251,6.990634,6.9611545,6.8009753,6.8490038,6.9189339,7.3601928,7.5279012,6.9477339,6.9967899,6.9679027,6.9545236,6.9555726,7.6361217,7.5772181,6.8572254,6.7392735,6.7059813,6.5445471,6.6124935,6.6871104,7.156806,7.2907295,6.8014398,6.8463855,6.8278174,6.6484666,6.6676292,7.1978512,7.092515,6.7791376,6.6978869,6.6709208,6.5490398,6.598074,6.67487,7.106977,7.3875179,7.2625785,7.3201022,7.2913456,7.2254043,7.2372804,7.9759564,7.8639255,7.2671824,7.1565022,7.1249795,6.9478364,6.9971318,7.0635772,7.5094414,7.6453252,8.2674561,8.306488,8.2673445,8.4773951,8.4706879,9.2946634,9.2194996,7.3720398,7.1787877,7.1437364,6.9372087,6.9925938,7.0315189,7.5243697,7.5867934,6.4136901,6.4511247,6.4189,6.5034842,6.4918861,7.092351,7.1101956,6.1730976,6.0453949,6.0096612,5.8716669,6.0237131,6.0660143,6.6206317,6.7038755,7.010046,7.057744,7.0504718,6.7955089,6.8345327,7.3139362,7.1786056,6.9696217,6.8986688,6.8758259,6.76087,6.8206825,6.8932829,7.3202043,7.5462165,5.3717217,5.3979559,5.3790259,5.2603483,5.2578096,5.6421833,5.5816197,5.2905073,5.2285905,5.2030516,5.1284604,5.1582427,5.2729106,5.6507468,6.0395484,7.8539681,7.9009309,7.864367,7.9550252,7.95472,8.7856655,8.7074594,7.4698048,7.3093996,7.2730327,7.0665684,7.1266661,7.1741877,7.6536551,7.7314367,5.5801592,5.6179056,5.5980973,5.5248737,5.5220699,5.9830894,5.9275136,5.5199437,5.4417295,5.4110641,5.3064008,5.3414764,5.4681306,5.8668895,6.0772166,7.9816189,8.0015898,8.0363674,7.439702,7.5124769,7.8561196,7.7325659,7.6369133,7.5878549,7.5679135,7.4886398,7.5799274,7.6796827,8.0170727,8.2377815,9.3766832,9.3743944,9.4717083,8.3685513,8.4583883,8.7377071,8.6052532,8.5523281,8.5200777,8.5015669,8.435791,8.5679159,8.6856422,8.8901415,9.0732555,6.0017095,6.026999,6.0079465,5.8400722,5.8433113,6.2580595,6.1838264,5.9063063,5.8409781,5.8156013,5.7344971,5.772449,5.8596449,6.2565765,6.7337275,8.4228621,8.4339247,8.4870243,7.7370515,7.8165979,8.1364012,8.0146961,7.9351377,7.8927255,7.8731236,7.7999582,7.9037118,8.011755,8.3044138,8.5194893,5.2242546,5.2300367,5.2095933,5.0364075,5.0300474,5.335526,5.2720065,5.0608182,5.0160084,4.9956603,4.9454231,4.9725952,5.0353532,5.3755455,6.2041111,7.6212201,7.6528783,7.6799946,7.1417565,7.2643161,7.586885,7.462522,7.3885703,7.3190632,7.3037581,7.2220588,7.3104801,7.4239407,7.7806873,7.9381938,6.5076857,6.5502772,6.5213909,6.5814185,6.5748549,7.1913681,7.1971927,6.3528075,6.2306967,6.1967106,6.0528069,6.1877384,6.2425799,6.7704792,6.872263,6.1884937,6.2354746,6.2134995,6.2155089,6.2132163,6.7872972,6.7690005,6.1400528,6.0402122,6.0109315,5.8801827,5.9769397,6.0666709,6.5421,6.6830897,8.2594872,8.2792749,8.3327446,7.6183639,7.7369299,8.0376997,7.9166665,7.8577337,7.7973719,7.7814302,7.6988959,7.8037658,7.9193544,8.232872,8.3877306,7.2341146,7.2759738,7.2419662,7.3334289,7.3273897,8.0386953,8.0063972,6.8425298,6.6935539,6.6567345,6.4868441,6.5749679,6.6199503,7.1424012,7.2236333,7.140286,7.1888337,7.1576624,7.1683893,7.1685672,7.8827286,7.8252664,7.0011086,6.873301,6.838716,6.667326,6.7394238,6.8049197,7.2838502,7.4006634,7.781033,7.8366418,7.8038754,7.8300662,7.8372078,8.7280483,8.5870457,7.6431828,7.5069904,7.4741812,7.2553835,7.3008509,7.3486266,7.7862248,7.8632851,6.9684277,7.0198302,6.992198,6.9307184,6.9369011,7.6084952,7.5245795,6.9383202,6.8302031,6.7981534,6.6390977,6.6915283,6.7702765,7.2214346,7.3825788,7.5012183,7.5602708,7.5293846,7.4939766,7.5052562,8.3199492,8.1941853,7.4881506,7.3688703,7.3367276,7.1402907,7.1885667,7.2462749,7.6885667,7.7937355,7.3593907,7.4145412,7.3838463,7.3503404,7.35813,8.1230841,8.02316,7.3160396,7.195539,7.1625233,6.9774914,7.029932,7.0948777,7.5477018,7.6702485,6.9339533,6.9891982,6.9730873,6.7895002,6.8194532,7.3778687,7.2427864,6.9499731,6.8690534,6.8440881,6.710042,6.7624822,6.8312354,7.2665958,7.4699459,8.4128523,8.4171057,8.469079,7.7089772,7.7745247,8.0977793,7.9810171,7.8892941,7.8544354,7.8331966,7.7690644,7.8699722,7.9775171,8.2537203,8.5196648,10.321418,10.320928,10.482333,8.9723816,9.1178036,9.3203621,9.1677074,9.1518888,9.0887756,9.0738354,9.0223904,9.1887331,9.3089371,9.4504175,9.5372305,7.6935096,7.707304,7.7294402,7.2026849,7.2511864,7.61062,7.5011001,7.3711104,7.3253889,7.3023438,7.2313151,7.3101525,7.4041648,7.7424383,8.0674105,9.1035051,9.136775,9.0918922,9.4606056,9.4502506,10.336344,10.233171,7.6684108,7.4284768,7.3960638,7.1625509,7.2061753,7.2415547,7.7044864,7.754221,7.4309182,7.4725199,7.4426904,7.6042786,7.5991335,8.3192024,8.2798443,6.7144833,6.5510569,6.5175166,6.3500657,6.419157,6.4559517,6.9984016,7.0649128,5.766757,5.8108144,5.7931962,5.7394791,5.7383943,6.2406583,6.1932893,5.7269707,5.6446309,5.6165624,5.5026994,5.550271,5.6721907,6.0907393,6.274231,6.5513783,6.5988302,6.5741677,6.5165567,6.5187159,7.1223431,7.0576806,6.5082917,6.4082327,6.3770838,6.2372575,6.291234,6.3847537,6.8313417,7.0075822,5.0704856,5.0999255,5.0790286,4.9932723,4.9875259,5.3745408,5.3174806,4.9874229,4.9208469,4.8905907,4.8063688,4.8307204,4.9691772,5.3330679,5.5748186,7.2093453,7.2193756,7.2267027,6.797214,6.8276796,7.1891246,7.0925364,6.9312072,6.8835077,6.8584862,6.7960038,6.8598762,6.945498,7.2920203,7.7404537,6.4900713,6.4929414,6.4862571,6.1549678,6.1665449,6.5013642,6.4191308,6.2363505,6.1894813,6.1641135,6.1165442,6.1636796,6.2379379,6.579392,7.2174916,6.2251821,6.2706466,6.2465181,6.288343,6.2840872,6.8695793,6.8792543,6.1693978,6.0628624,6.0326762,5.8973136,6.0379257,6.10741,6.6184745,6.740222,6.8592644,6.9216905,6.9032807,6.7552462,6.7841525,7.3920488,7.2257981,6.8942027,6.8113117,6.7871943,6.6382065,6.6864252,6.7469287,7.17519,7.3224077,7.2153659,7.2608624,7.2277408,7.2776361,7.274754,7.9948306,7.9512615,6.974823,6.8358989,6.7998633,6.6263895,6.7092328,6.7645292,7.2630858,7.3613634,5.3435502,5.3599672,5.341238,5.1939349,5.1906075,5.5378551,5.4759727,5.2293425,5.1768169,5.155189,5.0938177,5.1239338,5.208159,5.5732522,6.1998405,6.1973958,6.2377787,6.2149224,6.1134696,6.1156287,6.632597,6.5609818,6.1507735,6.0657949,6.0355005,5.9198089,5.960937,6.0653787,6.4874682,6.7340732,6.5660267,6.6122589,6.587606,6.5010295,6.5054917,7.0912676,7.0148687,6.5342817,6.4390421,6.4080877,6.2730761,6.3203983,6.4132285,6.8519688,7.0577941,6.4523993,6.4634471,6.453258,6.165194,6.1771555,6.5403547,6.4566875,6.25526,6.2020726,6.1771402,6.1158557,6.162169,6.2372732,6.603694,7.1860843,7.1477456,7.1406422,7.1521606,6.6519532,6.67307,6.9852891,6.8959827,6.7451229,6.7074084,6.6797671,6.6483984,6.7087092,6.7899332,7.081255,7.6803069,7.3731022,7.4354501,7.4062924,7.3489017,7.3649893,8.1738815,8.0168066,7.4012785,7.2948174,7.2644734,7.0790844,7.124897,7.1769528,7.6072154,7.7040672,5.6939263,5.7256866,5.7046542,5.5903172,5.58922,6.0223737,5.9565368,5.6228209,5.5513029,5.5227351,5.4317274,5.4650235,5.5800691,5.975275,6.2896075,7.1263175,7.1605372,7.1585951,6.8400044,6.8773646,7.3089571,7.1927929,7.0063944,6.9421682,6.9184189,6.8215747,6.8841019,6.9632773,7.3700953,7.6686416,8.5623121,8.6065016,8.5683603,8.7676277,8.7692823,9.7136011,9.596221,7.8522158,7.6580491,7.6246819,7.3841972,7.4294844,7.469192,7.9209971,7.9751821,6.960382,7.0113459,6.9993768,6.7797589,6.8139663,7.3286352,7.1964917,6.9497051,6.8739495,6.8500338,6.7264009,6.7823911,6.8533058,7.2855515,7.5095096,6.9356484,6.9855318,6.957294,6.9259586,6.9285922,7.6043792,7.5366387,6.8694963,6.7556486,6.722868,6.5628028,6.6236582,6.7016706,7.1629691,7.3072543,6.8519955,6.9077215,6.8991323,6.6808028,6.7216992,7.2244363,7.0641942,6.847106,6.776135,6.7557578,6.6294627,6.6873875,6.7535644,7.1831951,7.3599739,5.7287736,5.7155104,5.7015624,5.4069033,5.4040394,5.6667547,5.5961356,5.4309955,5.3947558,5.3703818,5.3529119,5.386858,5.4454055,5.739181,6.637291,6.905448,6.9518151,6.936852,6.729166,6.7556696,7.2720256,7.156096,6.8824463,6.8046365,6.7790275,6.658524,6.7112551,6.7850833,7.2163229,7.4825916,6.5429182,6.5605869,6.5495157,6.277422,6.291863,6.681407,6.5942154,6.3800445,6.3217511,6.2966356,6.224288,6.2720633,6.3487301,6.7317729,7.2488146,7.0848613,7.1045885,7.1051593,6.7426977,6.7728286,7.1638989,7.063797,6.8849106,6.8290997,6.8043647,6.7275376,6.7882953,6.8706388,7.2476788,7.6535959,7.1168213,7.1819596,7.1571031,7.0646539,7.0851469,7.8156443,7.6519427,7.1650062,7.0686421,7.0410309,6.867456,6.9129167,6.968864,7.3953285,7.5079918,6.7214379,6.7679949,6.7452927,6.6114697,6.6232867,7.1908417,7.0958138,6.7063451,6.6176572,6.5886369,6.4578543,6.504118,6.5868154,7.022603,7.2703123,7.0869069,7.1305437,7.1305895,6.8276696,6.8727536,7.3090854,7.1640563,6.9991665,6.9345808,6.9134417,6.8111615,6.8765345,6.95192,7.3688846,7.5812407,5.9659739,5.9844933,5.9664159,5.7738347,5.7768245,6.1604896,6.0857563,5.8390121,5.7798495,5.7556453,5.6847787,5.7223687,5.8003278,6.1840296,6.761272,8.713604,8.700119,8.7661381,7.8569255,7.910923,8.2149563,8.0999126,8.0038586,7.9824705,7.9592824,7.9189081,8.0252237,8.1365757,8.3476305,8.6879873,5.8116741,5.8376284,5.8003712,5.9040666,5.8795385,6.4052091,6.4422607,5.4766498,5.357656,5.3212924,5.2126303,5.4039755,5.4309587,6.0296555,6.0921717,6.9352255,6.9897528,6.9708157,6.8048649,6.8297086,7.4082785,7.2815046,6.9519186,6.8669133,6.8405681,6.7019134,6.7522187,6.8223114,7.2589245,7.4678578,7.6270671,7.6876788,7.6566238,7.6404834,7.6521616,8.537879,8.3754301,7.6100187,7.4908309,7.4598913,7.2483211,7.2921348,7.3393173,7.7653513,7.8438568,8.6214466,8.6333771,8.7268505,7.8259673,8.0012922,8.2467003,8.1311417,8.102067,8.0219698,8.008008,7.9297967,8.0514374,8.1870489,8.4504271,8.5622368,6.9750252,7.0378737,7.0155978,6.8945484,6.9175363,7.5800247,7.421051,7.0142665,6.9236221,6.8972392,6.7350578,6.7814474,6.8410058,7.269659,7.4072618,6.7507191,6.7912846,6.7635541,6.880549,6.8732643,7.5198021,7.5078425,6.265697,6.1249528,6.0905361,5.9479609,6.043047,6.0777073,6.6464038,6.7142372,6.9530668,7.0129423,6.9925389,6.8474474,6.8726063,7.4907126,7.3464475,6.9870467,6.8994293,6.8733401,6.7224226,6.7710657,6.8358421,7.2699018,7.4377055,10.874715,10.855851,11.03113,9.2984314,9.3873997,9.617712,9.4521332,9.4210119,9.4022951,9.3835983,9.3229723,9.4967489,9.6160011,9.6902122,9.8351326,7.6275015,7.6540737,7.6743174,7.1952772,7.2558937,7.6271033,7.5007348,7.3820386,7.3284922,7.3076406,7.223763,7.3042493,7.39504,7.7646995,8.0014153,6.5404763,6.5710053,6.5547514,6.3442297,6.3579364,6.8075852,6.7174416,6.452919,6.3831048,6.3570952,6.2630286,6.3093319,6.3885961,6.8000259,7.2125015,6.4888301,6.523541,6.5047531,6.3250914,6.3362942,6.811718,6.7235532,6.4252667,6.3505907,6.3237481,6.2217765,6.2664027,6.3492813,6.7679839,7.1385431,9.5620756,9.5615301,9.6726809,8.4971066,8.6072969,8.8656111,8.7300758,8.6919746,8.6497297,8.6325731,8.560009,8.6991634,8.819191,9.0185289,9.1609583,5.9918919,6.0395627,6.0212159,5.9934273,5.9926252,6.5388212,6.5021963,5.9525595,5.8623595,5.8347836,5.7105775,5.7764277,5.8872228,6.3296666,6.4860697,8.1009951,8.1525211,8.1167984,8.2033739,8.2081385,9.1323357,9.0091524,7.7928724,7.633925,7.5993934,7.3691287,7.4163065,7.4609518,7.908216,7.9745994,6.7801266,6.8185368,6.8033352,6.5885305,6.6093173,7.0936246,6.9913721,6.7230692,6.6486769,6.6226287,6.5146971,6.5651631,6.6422086,7.0653563,7.3976436,6.8824854,6.9335952,6.908186,6.8069897,6.8173447,7.4471288,7.351604,6.8774366,6.7792692,6.7487965,6.6006746,6.6485686,6.7284508,7.1712017,7.3663654,6.9384041,6.9924359,6.9705482,6.8283153,6.8477159,7.4525695,7.3349428,6.954658,6.8645411,6.8366442,6.6923685,6.7408729,6.813118,7.2516284,7.4572015,6.8513923,7.1758161,7.0936503,7.0994754,7.0759873,7.4982405,7.5750146,7.0517659,6.9731088,6.8526101,6.7299533,6.7607241,6.7576818,7.4786167,7.4297843,8.4394217,9.4627142,9.1788416,9.0552502,8.8921003,9.1752901,9.176055,8.9244699,8.8658953,8.7981014,8.7113428,8.6960001,8.6717339,9.5429354,9.7510557,6.291378,6.5542064,6.4925218,6.4945312,6.4745188,6.8666368,6.9802055,6.5087304,6.4390497,6.3232555,6.2147336,6.2533641,6.2638817,6.9158435,6.7099352,7.8162832,8.155592,8.0022287,7.9587631,7.9173484,8.2757425,8.3027468,7.9812932,7.899199,7.7937098,7.6912427,7.7102203,7.7219214,8.3768044,8.4677744,7.0622277,7.6471477,7.5376458,7.5465775,7.5139637,7.9228816,8.0207233,7.5294027,7.4663386,7.3771205,7.2297812,7.238162,7.1535759,8.1141291,8.2560902,7.922339,9.2290754,9.0334806,8.9859314,8.9079838,9.2905636,9.3262959,8.9934111,8.9382124,8.8629293,8.7183447,8.713212,8.6716089,10.101645,10.298928,8.1521254,8.5603151,8.3743324,8.3325109,8.2889729,8.640626,8.6577978,8.3396254,8.2595816,8.1597099,8.0574675,8.0681973,8.0708485,8.7481871,8.8822165,7.3721814,7.7107668,7.59273,7.5686979,7.5348406,7.9227238,7.975172,7.5796747,7.4985528,7.3844852,7.2721052,7.298954,7.308197,7.9973001,8.0128126,8.034646,9.5474281,9.2816124,9.1121511,8.8867922,9.1779852,9.1875992,8.9400539,8.8988972,8.8383102,8.7275343,8.7105398,8.6854143,9.9150457,10.13341,8.2560568,8.7237082,8.5245743,8.4847412,8.4385538,8.7898035,8.805459,8.4811029,8.4030962,8.3063593,8.2027645,8.2094612,8.205514,8.9159679,9.0661917,7.6952243,8.0852184,7.9434195,7.9172616,7.8803744,8.2657833,8.3028765,7.9157553,7.8341846,7.7240949,7.6096892,7.6297975,7.6325884,8.3467159,8.4230318,7.32091,7.9770427,7.8496552,7.8504233,7.8124156,8.2178831,8.3003273,7.8420105,7.778357,7.6900969,7.5437407,7.5501394,7.4772983,8.472352,8.6268635,7.9922671,8.3615952,8.1922169,8.1494989,8.1073818,8.4627342,8.4841604,8.1646547,8.0832558,7.9802752,7.8777575,7.8927593,7.9003615,8.5639801,8.6776781,7.6313705,8.052393,7.9168701,7.9004397,7.8653984,8.2656937,8.3072147,7.8802085,7.7990403,7.6881127,7.566195,7.5855045,7.5796232,8.3336248,8.415432,8.0989742,8.5242605,8.3435631,8.3056993,8.2627811,8.6223526,8.6425362,8.3078318,8.2278757,8.1266985,8.0208149,8.0322313,8.0328455,8.7311735,8.8608732,7.9837809,8.4312677,8.262187,8.2316332,8.1902876,8.5643511,8.590414,8.2248383,8.1448584,8.0412922,7.92872,7.9416265,7.9383636,8.6713867,8.7929401,8.331295,9.2132282,8.9766788,8.9140615,8.8252478,9.1613464,9.1772175,8.8666201,8.8022118,8.7234449,8.6155224,8.6083536,8.581728,9.5441284,9.7410164,7.5308032,7.9830923,7.8554764,7.8492479,7.8160434,8.229578,8.2786827,7.8102784,7.7303162,7.6205506,7.4907317,7.5083919,7.4889121,8.2878351,8.3806105,5.5616689,5.7938066,5.7589898,5.7954164,5.7889242,6.1955719,6.2746916,5.5982885,5.5370197,5.4341693,5.3339686,5.3635473,5.3547368,6.0733647,5.9962897,7.1466751,7.4440174,7.3381329,7.3086972,7.2743068,7.6501269,7.7143931,7.3440499,7.2644081,7.1515722,7.0457854,7.0764813,7.0922813,7.7490883,7.7181091,7.2892351,7.6390934,7.5284076,7.513597,7.4824662,7.8837566,7.9405541,7.5067163,7.4257193,7.3092866,7.1915827,7.2189298,7.2233338,7.9338365,7.9430938,9.1283541,9.7289248,9.3935137,9.3212423,9.2434034,9.4962502,9.4880648,9.2783508,9.216567,9.1496515,9.09659,9.0742044,9.0527639,9.6629858,9.8759174,7.9508352,9.1065664,8.9102631,8.8654652,8.7890635,9.1660347,9.2027502,8.8595648,8.8015966,8.7246199,8.5859489,8.5813904,8.5387754,9.8337946,10.029336,8.2308168,8.5833111,8.3906631,8.3383398,8.2932272,8.6266661,8.6363697,8.357872,8.2769547,8.1802025,8.0860214,8.0958338,8.1038465,8.729188,8.8746376,7.9289055,8.4764605,8.3093653,8.2881155,8.2448931,8.6327791,8.6662779,8.2644796,8.1877031,8.087923,7.9645324,7.9736376,7.953351,8.7804804,8.9219742,7.4259124,7.7896509,7.6693592,7.650959,7.6179628,8.0152683,8.0651846,7.6455426,7.5640912,7.4494295,7.3322067,7.357275,7.3610516,8.0749054,8.1083689,7.868084,8.3230286,8.165411,8.1412201,8.1018171,8.4877892,8.5194683,8.127079,8.0469351,7.9412322,7.8233652,7.8378344,7.8312712,8.5870447,8.7001085,7.8180933,8.2166185,8.0638084,8.0334978,7.9947276,8.372385,8.4038725,8.0346127,7.9532738,7.8456888,7.7337785,7.7515054,7.7542748,8.4630051,8.556324,7.6623077,7.9940276,7.8533354,7.8135252,7.7737684,8.1391993,8.1738739,7.8374319,7.7554026,7.6472774,7.5428267,7.5648813,7.5775776,8.2379742,8.3045597,7.9186821,8.5266504,8.3570089,8.3366079,8.2906599,8.678894,8.71597,8.3120575,8.2379551,8.141964,8.0151596,8.0216875,7.9929771,8.8700247,9.0235825,8.1356697,8.4560604,8.2742243,8.2172585,8.1710577,8.5027418,8.5114956,8.2429199,8.1607857,8.0635691,7.9705257,7.9824657,7.9944954,8.6075163,8.7493248,6.2257867,6.503305,6.450345,6.479063,6.4645109,6.8937035,6.9876394,6.3482881,6.2759423,6.1596961,6.0411863,6.0710082,6.0579033,6.7739844,6.6712856,7.8493414,9.2913818,9.1043663,9.0605412,8.9879951,9.3843431,9.421833,9.0943642,9.041955,8.9671822,8.8125916,8.8079567,8.7660379,10.33817,10.534034,5.4227629,5.6471944,5.6145186,5.6430068,5.6336985,6.0211387,6.13169,5.5218863,5.4645185,5.3657265,5.2687759,5.2970304,5.2947359,5.964922,5.7396793,8.107604,9.556736,9.3143196,9.20963,9.068614,9.3996162,9.4170208,9.1380711,9.088335,9.0204916,8.8988285,8.8870087,8.8574162,10.229284,10.439892,6.6002545,6.8657327,6.7865324,6.76719,6.7388945,7.1098547,7.2118979,6.8241067,6.7504807,6.6395764,6.5367494,6.5730329,6.5900764,7.2262931,7.0665994,6.5593948,6.8529739,6.7835708,6.7920094,6.7713289,7.1862082,7.27876,6.7545829,6.6797366,6.5601835,6.443018,6.4768834,6.4786487,7.1730886,7.0530872,7.4039383,8.3109512,8.1712437,8.16362,8.1185999,8.5191698,8.5999641,8.192522,8.1362562,8.0581846,7.9053612,7.9069772,7.8301926,9.0269413,9.205759,6.6052551,7.1236062,7.0376725,7.0554504,7.0289259,7.4317307,7.558732,7.0344734,6.9759626,6.8905468,6.745048,6.7544079,6.645062,7.5802102,7.7113667,8.1911888,9.5370159,9.2628269,9.1112928,8.9102802,9.1978874,9.2035961,8.9532661,8.9041376,8.8414574,8.7421856,8.7257843,8.7006617,9.8102674,10.02617,8.317915,9.0073519,8.7878304,8.743783,8.6802349,9.0293789,9.0471468,8.7160177,8.6455202,8.5588465,8.4498749,8.4479456,8.4266033,9.2832346,9.4648323,7.9921484,8.5753393,8.3999243,8.3759775,8.3296947,8.7125006,8.7442818,8.3528042,8.2774954,8.1805859,8.0580015,8.0648069,8.0422497,8.8875484,9.039341,6.7641163,7.1476107,7.067802,7.0913639,7.069665,7.504972,7.5949974,6.9831429,6.9067359,6.798522,6.6612091,6.6806488,6.6230783,7.4336395,7.4980989,7.3322754,8.3161325,8.182169,8.1785145,8.1372757,8.5457401,8.6282129,8.2179451,8.1625929,8.0870781,7.926414,7.9272275,7.8444266,9.1250534,9.3042107,7.4948592,7.8398318,7.7128215,7.6845808,7.6488857,8.031332,8.077055,7.6975145,7.6159797,7.503696,7.3927937,7.4176197,7.4270239,8.1132326,8.1502991,7.9944105,8.4197855,8.2498846,8.216157,8.1748047,8.5437107,8.5683565,8.215435,8.135025,8.0313787,7.9217587,7.9352865,7.9353967,8.6473961,8.7658396,7.7707615,8.2921495,8.1412125,8.1270542,8.087923,8.4876385,8.5284071,8.098094,8.020443,7.9175344,7.7896595,7.8015337,7.7785439,8.6077728,8.7357492,8.2208605,8.8055506,8.6048698,8.5695448,8.5177813,8.8790426,8.8995771,8.5501566,8.475522,8.3822479,8.2704754,8.2737703,8.2577009,9.0630465,9.2271404,6.3745027,6.78865,6.7159019,6.7394977,6.7183475,7.125618,7.2550097,6.6674862,6.6025343,6.5119591,6.3767719,6.390336,6.2832294,7.1389918,7.2390728,7.6703258,8.1198425,7.9806867,7.9663577,7.9306436,8.3331633,8.374361,7.9400334,7.8596029,7.7506242,7.6259956,7.6430783,7.6313791,8.4090462,8.5062017,7.6531687,8.5280724,8.3689461,8.3520355,8.2999487,8.6939793,8.7558212,8.357214,8.2963638,8.2143297,8.0697546,8.0707436,8.0103836,9.1417618,9.3208284,8.7243872,9.5149174,9.2222834,9.1385098,9.034832,9.3200426,9.3196821,9.0708313,9.0085354,8.9372835,8.8608418,8.8452377,8.8237867,9.6007481,9.8086252,8.6449423,9.2762985,9.0158844,8.9589014,8.8907957,9.2033024,9.2080107,8.9305429,8.8614759,8.7805691,8.6925306,8.6845064,8.6685352,9.413352,9.6072645,8.1498623,9.1468077,8.9295149,8.8745766,8.7898607,9.1447773,9.1704435,8.8405781,8.7787514,8.7004147,8.5785999,8.5728159,8.5388384,9.6424599,9.8389225,8.9396982,9.8617983,9.4954453,9.3566227,9.1851196,9.4002752,9.3877602,9.2045679,9.1539927,9.099843,9.0686846,9.0383463,9.0103369,9.675662,9.8941469,7.8431921,10.386192,10.15484,10.049314,9.9450283,10.299939,10.32285,10.098062,10.057093,9.9935417,9.8505087,9.8405075,9.8143663,12.17268,12.370269,7.0377889,7.4393702,7.3463783,7.3609681,7.3360472,7.770412,7.8442678,7.2772779,7.1985307,7.0864263,6.9502482,6.9708867,6.9324555,7.7373667,7.8005133,8.3901005,9.352005,9.0962591,9.0121813,8.898138,9.2147942,9.2246323,8.9385767,8.8770504,8.8030262,8.7027645,8.6920404,8.6665821,9.6250839,9.8287411,8.0227489,9.7423468,9.4922857,9.3592367,9.1873083,9.5080929,9.5236807,9.2673216,9.2240086,9.160656,9.0373831,9.0237942,8.9965553,10.537846,10.751534,6.4646492,6.7846022,6.7225537,6.7568111,6.7403831,7.1835485,7.2751703,6.5936155,6.5171518,6.4042878,6.2732306,6.2970858,6.2506948,7.0203896,7.0404763,6.8749576,7.2997584,7.211122,7.2300854,7.2059221,7.6346874,7.725883,7.1474171,7.0731401,6.9692554,6.8301969,6.8467908,6.7818213,7.6218333,7.7102857,7.8204269,8.1906252,8.0371809,8.0009699,7.961277,8.3299274,8.3597136,8.0128803,7.9312019,7.8243065,7.7169657,7.7354603,7.7428145,8.4245958,8.5143948,8.0105858,8.9189692,8.7237453,8.6861992,8.618248,8.9905853,9.0265331,8.6668701,8.6031055,8.5210543,8.3912973,8.3889351,8.3489075,9.4331284,9.6208563,8.4903231,8.9213066,8.6960516,8.6469011,8.5990934,8.9243565,8.9306421,8.6510687,8.5740299,8.4828644,8.3911505,8.3932467,8.3915615,9.0395117,9.2080564,7.7165489,8.8620253,8.6941566,8.6687908,8.6094189,9.0102987,9.0627155,8.692275,8.6357632,8.5581217,8.4042912,8.402318,8.3468685,9.7028303,9.8914537,8.2467394,8.6207762,8.4256868,8.3764896,8.331749,8.6687441,8.6799402,8.391717,8.3114147,8.2143736,8.1185331,8.1277514,8.1335096,8.7727127,8.9175797,7.7603254,8.3214417,8.1690035,8.1561823,8.1156988,8.5156794,8.5598516,8.1271362,8.0515203,7.9516883,7.8210187,7.8308172,7.800251,8.6642857,8.8029547,8.6148663,9.4989405,9.2102957,9.1131115,8.9887495,9.2746239,9.2751245,9.0237103,8.9629707,8.893012,8.8125029,8.7970142,8.7742434,9.5968904,9.8052959,8.4830379,9.0073862,8.7777147,8.7314968,8.6784201,9.0106754,9.0197859,8.7206869,8.6462755,8.5569448,8.4607935,8.4603558,8.4512272,9.1651821,9.3397732,7.1813569,7.5821719,7.4812298,7.4885082,7.4615602,7.8913226,7.955584,7.4221215,7.3419342,7.2274218,7.0943575,7.1163764,7.0917959,7.8800859,7.9356427,8.6553688,9.8111448,9.4051886,9.1609669,8.8491116,8.9925938,8.9673262,8.8245316,8.7841215,8.7416048,8.7591686,8.7181225,8.6867561,9.2329292,9.4477816,7.6114426,8.1171818,7.9803758,7.973434,7.9376302,8.3474798,8.396699,7.9368234,7.8591619,7.7545624,7.6223965,7.6359806,7.6072607,8.4449549,8.5632334,7.4331951,7.8267479,7.7074409,7.6971726,7.6654091,8.0749512,8.125104,7.6704087,7.5889902,7.4743662,7.3505955,7.373528,7.3682556,8.1167374,8.1691961,6.2780318,6.6145344,6.5534501,6.5869956,6.5696163,6.9957857,7.1077461,6.4392047,6.3657775,6.2649741,6.1310663,6.1489658,6.0664043,6.8577843,6.9151139,7.5988622,7.9663439,7.8320589,7.8052478,7.7691369,8.1539679,8.1950474,7.8098822,7.7281904,7.6167207,7.5037241,7.5262175,7.5322418,8.2330265,8.2906599,8.1018028,8.8526335,8.6553907,8.6207724,8.5601196,8.9292145,8.9590778,8.5958099,8.5268574,8.4396544,8.3174314,8.3173113,8.2859974,9.2342873,9.4129057,8.0629768,9.1464119,8.9372053,8.8849602,8.8017426,9.1653032,9.1955519,8.861165,8.8014469,8.7241459,8.5950508,8.5895262,8.551816,9.7495508,9.9466228,7.3978767,8.1650333,8.0283566,8.0234203,7.9806476,8.3809462,8.4617739,8.0341311,7.974555,7.8916473,7.7435603,7.7473049,7.6732674,8.7505779,8.9195614,7.226799,7.5400939,7.430285,7.4038849,7.370172,7.7520514,7.8123183,7.4287047,7.3484888,7.2346687,7.125865,7.1553249,7.1685171,7.8386803,7.8231559,6.3691845,6.6626358,6.6055698,6.6378117,6.6226411,7.0626183,7.1498446,6.481082,6.4056463,6.2884283,6.164031,6.1920099,6.1678624,6.9078622,6.868289,7.0859976,7.4386415,7.3434806,7.3444476,7.3180246,7.7394919,7.8052673,7.3007474,7.2202706,7.1011453,6.9761257,7.0039454,6.9984198,7.7359691,7.734355,8.2985411,8.7258825,8.5233393,8.4790239,8.4334526,8.7755718,8.7881069,8.4835157,8.4048033,8.308609,8.2097912,8.2166891,8.2167921,8.8898125,9.0403643,8.2670403,9.4161091,9.1405478,8.9964371,8.8028965,9.087512,9.0895348,8.8342838,8.7773943,8.7108202,8.6157665,8.6011839,8.5757227,9.5067911,9.7139626,6.8783956,7.1545439,7.0624366,7.0356703,7.0032668,7.3751216,7.4566727,7.0846825,7.0075154,6.8954811,6.7922673,6.8262401,6.8439708,7.4871769,7.3980026,8.2292538,9.1576653,8.9330921,8.8760519,8.7909136,9.138484,9.1599197,8.8359394,8.772398,8.6932364,8.5775681,8.5715389,8.5410852,9.5702085,9.7659454,8.1175442,8.5946741,8.4107466,8.377038,8.3327827,8.6984482,8.7199497,8.3686514,8.2900295,8.1902113,8.0800877,8.0893497,8.0835209,8.8226042,8.9619303,8.4993143,9.269722,9.0175753,8.9542789,8.8708115,9.1922798,9.2014065,8.909234,8.8429117,8.7638254,8.6673841,8.6590548,8.6376629,9.4880075,9.6848392,7.8835378,8.2476044,8.0883837,8.0483952,8.0075121,8.3694458,8.3956108,8.063715,7.9820251,7.8767595,7.7720685,7.7894225,7.7977872,8.4678602,8.5666122,7.8133001,8.1964245,8.0438261,8.0106792,7.9715762,8.3449602,8.3759041,8.0174789,7.9359436,7.8285074,7.7188835,7.7371898,7.7424884,8.4370689,8.5271292,7.6460609,8.8972368,8.7384052,8.7170458,8.6614695,9.0779095,9.1314564,8.764184,8.7106161,8.6335487,8.4686661,8.4669046,8.4108229,9.8815136,10.068993,6.3077302,6.6801348,6.6132441,6.6416411,6.6221423,7.0364108,7.1588507,6.5303273,6.4610138,6.3664322,6.2302723,6.2452383,6.1465526,6.9694195,7.050777,6.0715184,6.3369427,6.2864642,6.3069501,6.2920079,6.7005405,6.8139772,6.2428937,6.1754012,6.063128,5.9519124,5.9836159,5.9815321,6.6605592,6.4552703,7.1775222,7.5101848,7.4059887,7.3911686,7.3608823,7.7599988,7.8229523,7.3913751,7.3111119,7.1941071,7.0783248,7.1077852,7.1148448,7.8130841,7.7966981,7.9339948,8.3396559,8.1758432,8.1417274,8.1012249,8.4709234,8.497344,8.1447649,8.063797,7.9587479,7.8495717,7.8649163,7.8675022,8.5693426,8.6778278,8.1641502,9.3616867,9.1298065,9.053463,8.9449186,9.2875633,9.3082514,9.0043049,8.9476738,8.8746777,8.7543545,8.7452316,8.7133217,9.9349194,10.139819,7.6996317,8.6885319,8.5231314,8.5012703,8.4446697,8.8388329,8.8960361,8.5120697,8.4530392,8.373415,8.2262774,8.2255869,8.1673317,9.387619,9.5725412,7.7016797,8.1818466,8.0389862,8.0260439,7.9893284,8.3925915,8.4342709,7.9962516,7.9169264,7.8103828,7.6834378,7.6982765,7.6805677,8.4830303,8.5942669,7.5576816,9.329114,9.171586,9.1358137,9.0754118,9.508503,9.557107,9.2713861,9.2306499,9.1567955,8.977581,8.973649,8.9260817,10.842669,11.034593,7.0622549,7.8322196,7.7172003,7.7201195,7.6835876,8.0827074,8.1913424,7.7632217,7.7118931,7.6355424,7.4824944,7.487154,7.3914256,8.5058327,8.6760836,6.1679235,6.4162111,6.3544474,6.3454275,6.3232479,6.6884928,6.820169,6.4128881,6.3458571,6.2385383,6.1372213,6.1755619,6.1909585,6.810986,6.5445065,7.0001602,7.2992482,7.202569,7.1816525,7.1508012,7.5351658,7.6096444,7.2102222,7.1318607,7.0170226,6.9082456,6.940762,6.9544382,7.6199694,7.5560002,5.0064797,5.2192369,5.1947708,5.2164302,5.2083631,5.5561237,5.7262678,5.216568,5.1706271,5.0865178,5.0001698,5.0258574,5.0283275,5.6174731,5.1677361,7.9797711,10.153964,9.9126844,9.805562,9.6861601,10.029682,10.048311,9.806345,9.7619743,9.6981611,9.5648708,9.5535107,9.5274563,11.558862,11.764744,7.7736382,8.4793692,8.3169231,8.3007679,8.2528048,8.6458035,8.6962395,8.283247,8.2146721,8.1245317,7.9889059,7.9929137,7.9469194,8.9233541,9.0885868,7.9061279,8.329011,8.167923,8.1376867,8.0977526,8.4739981,8.5024815,8.1343622,8.0536118,7.947958,7.8355227,7.8507843,7.8504443,8.5714731,8.6799583,7.2996888,8.4580345,8.3374529,8.3390093,8.2991476,8.7477074,8.822628,8.4213953,8.3720341,8.2948713,8.1093388,8.1098003,8.0349092,9.4978151,9.6745386,6.8775859,7.2152205,7.1329432,7.1439748,7.121079,7.5514569,7.6258693,7.073514,6.9941397,6.8741531,6.7473221,6.7758346,6.7647429,7.5060115,7.4849916,8.2722321,8.6113329,8.4150038,8.3594227,8.3135052,8.6408548,8.6474009,8.3810844,8.2999907,8.2047968,8.112977,8.1218672,8.1307306,8.7423677,8.8950262,7.3672414,7.7860951,7.6719632,7.6709414,7.6408195,8.0617914,8.1171522,7.6229873,7.5423875,7.4291463,7.2986007,7.3193707,7.3010292,8.0864468,8.1553326,8.2631054,9.4734364,9.2147226,9.1060543,8.9596043,9.2712841,9.2819405,9.007803,8.953145,8.8845997,8.7793369,8.7662735,8.7391281,9.8580914,10.068812,7.446157,7.9254208,7.8024154,7.8022208,7.7698236,8.1883192,8.2456484,7.7556357,7.6777239,7.5710716,7.4362149,7.4517794,7.4185758,8.2534103,8.3587866,6.5351529,6.8516765,6.787499,6.8176608,6.8004575,7.2434692,7.3290768,6.6710238,6.593679,6.4769273,6.3475156,6.3736448,6.3416572,7.0990634,7.0935621,6.8086414,7.1171079,7.0350318,7.0339203,7.0094333,7.4196138,7.5010996,7.0162058,6.9387026,6.8188186,6.7014098,6.7347155,6.7394218,7.4359298,7.3561149,8.4093513,9.2290125,8.98596,8.923624,8.8380089,9.1678791,9.1805172,8.8772326,8.8115444,8.7321901,8.6296234,8.6221819,8.5983648,9.5011578,9.6973181,9.0448771,9.9705009,9.5731049,9.4190989,9.2291594,9.4138441,9.3967075,9.2355957,9.1892891,9.1414604,9.1350021,9.0977583,9.0661793,9.6644754,9.8828573,6.6989527,7.0495958,6.9761348,7.002419,6.9825678,7.4237123,7.5092707,6.8757677,6.7977786,6.6842704,6.5499458,6.5728655,6.5292726,7.3122935,7.3460135,7.7591963,9.3616066,9.1847706,9.1439781,9.0768738,9.4894075,9.5286474,9.2149668,9.166791,9.0924702,8.926281,8.9221592,8.8806229,10.61552,10.80939,8.478961,9.1404333,8.9013042,8.8501253,8.7837143,9.1150827,9.1257772,8.8217115,8.7516422,8.6674604,8.5687141,8.5640764,8.5464153,9.3474636,9.5347986,7.1645932,7.6875663,7.5771308,7.5859447,7.5552468,7.9725924,8.0562363,7.5442777,7.4736972,7.3763304,7.2341413,7.245749,7.1790724,8.0798607,8.204669,7.6005726,7.9396696,7.8040748,7.7690597,7.7309771,8.1034698,8.1426277,7.7887788,7.7069554,7.5971065,7.4899154,7.5130553,7.5243731,8.1962452,8.2510662,5.6796384,5.9043646,5.8590908,5.8581991,5.8417435,6.192934,6.3527384,5.9402561,5.8823113,5.7807574,5.6830821,5.7230449,5.7369452,6.3294144,5.9584036,9.1706543,9.8889809,9.5237274,9.4282303,9.3183298,9.5449305,9.5332642,9.3436899,9.2882423,9.2293901,9.1935902,9.1643438,9.1374035,9.7519207,9.9690828,6.0322037,6.2682114,6.2091131,6.1958218,6.1729474,6.523129,6.6673527,6.2889724,6.223865,6.122304,6.0255876,6.0634332,6.0808926,6.6817098,6.3771,8.343421,8.7068024,8.5017586,8.4488888,8.403224,8.7306166,8.7374239,8.4658833,8.3858614,8.291461,8.1994009,8.2064466,8.2122869,8.832366,8.9887371,8.1431484,8.5076475,8.3235435,8.2754374,8.2314711,8.5742264,8.5886345,8.2926416,8.2116365,8.1123648,8.0145626,8.0262938,8.0337906,8.6775379,8.8110008,7.3330278,7.775053,7.6621385,7.665431,7.6356316,8.0598154,8.1200428,7.6098828,7.5306821,7.420382,7.2859807,7.3044252,7.2746787,8.0879822,8.1732225,7.9510713,8.6412783,8.4635115,8.4396267,8.3880911,8.7713718,8.8094301,8.4173918,8.3466949,8.2556429,8.1274958,8.1307611,8.0959597,9.0303373,9.1975584,7.9767027,8.3614521,8.1934977,8.1541719,8.1126947,8.4734497,8.4967403,8.1646614,8.0834789,7.979713,7.8746924,7.8897357,7.8953853,8.5737877,8.685523,6.9549222,7.3220744,7.2357669,7.2509995,7.2276497,7.6641607,7.737011,7.162148,7.0823627,6.9656167,6.8328652,6.8572249,6.8310041,7.606266,7.6345267,8.0992231,8.5500345,8.368803,8.333663,8.2903795,8.6542673,8.675518,8.3299723,8.2505856,8.1497097,8.0412369,8.0518169,8.0491962,8.7689972,8.9022703,8.0942144,8.4296789,8.2512074,8.1986113,8.1537971,8.4924583,8.5054379,8.2219944,8.1401548,8.0410376,7.9453402,7.9583178,7.9692016,8.5964127,8.7285337,8.1036615,8.9525337,8.7493935,8.7089329,8.6403189,9.0057192,9.0357838,8.6828403,8.6170206,8.5336514,8.4101067,8.4076824,8.3731861,9.3898697,9.5765047,8.2488213,8.7338247,8.534853,8.4962854,8.4495296,8.8032475,8.8197546,8.4895439,8.411953,8.3154573,8.2103205,8.2166052,8.2108088,8.9359121,9.087697,8.298975,8.825139,8.6183586,8.5792046,8.5294628,8.8810158,8.8967896,8.5671406,8.4911194,8.3971539,8.2918673,8.29566,8.2860336,9.0340738,9.1953106,7.8188643,8.6382151,8.4663706,8.4438915,8.3888731,8.7761583,8.8254814,8.433445,8.3686991,8.2836266,8.1467199,8.1476955,8.0988817,9.1563416,9.333868,8.5673552,9.0598688,8.8212471,8.772193,8.7200537,9.0423555,9.0481443,8.7658806,8.6914206,8.6034632,8.5125132,8.51089,8.5036497,9.1811991,9.3593006,8.0621624,8.4092035,8.2334738,8.184185,8.1403313,8.4844189,8.5003738,8.2052622,8.1236086,8.0231466,7.9252925,7.9389791,7.9488621,8.5876875,8.7131329,7.5960546,8.3352861,8.1853905,8.1750383,8.1293297,8.5272884,8.5918036,8.1684427,8.1038513,8.0168619,7.8745203,7.8783174,7.8187809,8.8479691,9.0149889,6.2286706,6.53439,6.4800963,6.5207086,6.5070448,6.9454947,7.0500326,6.334065,6.2614508,6.154851,6.0267797,6.049212,5.9872446,6.7575645,6.7906108,8.1798649,9.5138454,9.2615099,9.1500015,8.9997034,9.3180437,9.3316994,9.0570498,9.0058603,8.9383287,8.8255758,8.8126125,8.7844915,10.019623,10.231539,7.8227024,8.2940683,8.1404762,8.1203499,8.0815525,8.4739323,8.5086651,8.099906,8.020174,7.914444,7.7929735,7.8071918,7.7962322,8.5735188,8.6882296,8.3379374,8.7474117,8.5410624,8.4939537,8.4482832,8.7842512,8.7945204,8.50214,8.4232721,8.328064,8.2320814,8.238472,8.2400627,8.8941813,9.0479813,7.6563253,8.0150785,7.8756185,7.8437009,7.8060751,8.1829052,8.2204781,7.8555126,7.7737298,7.6638231,7.5541201,7.5759053,7.5841908,8.2706203,8.3351831,7.5653791,7.9437027,7.8127394,7.7905922,7.7556419,8.1477146,8.1908836,7.7867222,7.7050877,7.5926127,7.4763904,7.4989357,7.5020123,8.217907,8.2746153,7.0835214,7.4239745,7.3277168,7.3233643,7.2960348,7.709559,7.7761087,7.2977576,7.2175937,7.0984893,6.9772973,7.0066557,7.0072899,7.726675,7.7089939,6.59764,6.8702712,6.7925448,6.7784152,6.7519526,7.1310749,7.2325253,6.8223529,6.748765,6.6356936,6.5298266,6.5662565,6.5811152,7.2276788,7.0688734,7.2755551,7.6535454,7.5460205,7.5420213,7.5129004,7.9302397,7.9875655,7.5048461,7.4236555,7.3068042,7.18119,7.2061753,7.1992731,7.9481249,7.9800882,7.2323313,8.4906521,8.3840437,8.3895617,8.3521338,8.8349257,8.9059792,8.530715,8.4910364,8.4133081,8.2051687,8.2072592,8.140583,9.7108479,9.8862238,8.0981789,8.4782419,8.2983408,8.2541513,8.2110415,8.5609941,8.5786037,8.2674875,8.1866283,8.0858431,7.9849949,7.9975162,8.0035391,8.6644974,8.7915354,8.0068016,8.4859924,8.3138332,8.2852507,8.242897,8.6193647,8.6457491,8.2726517,8.1935835,8.0914526,7.9765611,7.9877467,7.9800606,8.7375021,8.8679676,8.6088209,9.6327162,9.3108034,9.1635809,8.9745541,9.2223902,9.2155905,9.0014706,8.9473457,8.8867455,8.825614,8.8038635,8.7791519,9.5471268,9.7612038,8.2396145,9.3357496,9.0970011,9.0196152,8.9105825,9.2453012,9.2626877,8.9614267,8.9025984,8.8287783,8.7153845,8.705986,8.6761122,9.7934933,9.9977093,8.3087807,9.3231096,9.0781326,8.9999008,8.8910904,9.2189789,9.2332096,8.9359951,8.8752966,8.8007355,8.6931906,8.6835766,8.6557884,9.6887903,9.8919735,8.1126661,8.6564722,8.4703541,8.4399414,8.3930378,8.7641382,8.7883158,8.4222088,8.345643,8.2483873,8.1333361,8.1400595,8.1259279,8.9196396,9.0706158,7.4706082,7.8860903,7.7640824,7.7562032,7.7241554,8.1367979,8.1862144,7.7219748,7.6408868,7.5277705,7.4011497,7.4220538,7.4110713,8.1796846,8.2487764,8.2089653,8.60394,8.4122372,8.3669653,8.3227625,8.6670427,8.681201,8.3776207,8.2975931,8.1992445,8.1002064,8.1099443,8.1138248,8.7735415,8.9135122,7.0995784,7.4334116,7.3351054,7.3262815,7.2979202,7.7048278,7.7712889,7.3139973,7.2339959,7.1155376,6.9970846,7.0270624,7.0313058,7.7388883,7.7148948,5.1204062,5.335742,5.3093162,5.3337369,5.3253846,5.6861873,5.8389144,5.2912831,5.2418623,5.153172,5.0628042,5.088758,5.0890808,5.7016497,5.3141375,8.4744463,9.3632917,9.1011305,9.0201187,8.9125099,9.2236996,9.2310524,8.9509459,8.8881207,8.8135338,8.7187147,8.7075987,8.6839848,9.5801048,9.783185,8.1481915,8.6583767,8.4698429,8.436677,8.3906384,8.7564011,8.7778082,8.4238691,8.3463707,8.2483673,8.1370487,8.1444664,8.1349554,8.8960829,9.0436049,7.427412,7.7428775,7.6193995,7.5841589,7.5467229,7.9186387,7.9658246,7.6125441,7.5311623,7.4201837,7.3145323,7.3408761,7.3553052,8.0161953,8.0417376,8.5918045,9.0513144,8.8116426,8.7613325,8.7110243,9.0291357,9.0333815,8.7601776,8.6850014,8.5969725,8.5082636,8.5069532,8.5019207,9.153368,9.3313284,8.2567968,8.7020655,8.5036364,8.4621706,8.4166889,8.7651262,8.7799406,8.4627285,8.3841591,8.2870598,8.185216,8.1925859,8.1909895,8.8838215,9.0316877,8.2770615,8.8331499,8.6274014,8.5895119,8.5383549,8.893302,8.9107113,8.5735455,8.4983053,8.4049788,8.2972155,8.3004293,8.2878332,9.0618124,9.2255011,8.5713301,9.3933859,9.1231565,9.0455189,8.9453964,9.2500629,9.2548485,8.9830189,8.919322,8.8446331,8.7558279,8.7439384,8.7220306,9.5624952,9.7658119,7.5110984,7.8988547,7.772893,7.7563243,7.7228155,8.1233492,8.1694794,7.7419186,7.6603613,7.5467949,7.4268627,7.4495516,7.4488621,8.1813545,8.236495,7.8700728,8.3760719,8.2167244,8.1967859,8.1562643,8.5475893,8.5818996,8.1738033,8.0953426,7.9922643,7.8694057,7.8812246,7.8654108,8.6666431,8.794611,8.3104334,9.0726833,8.8487816,8.8000364,8.7288504,9.0755234,9.0937977,8.7666073,8.6984377,8.6146612,8.5046978,8.5008917,8.4763002,9.3797827,9.5674992,6.5255079,6.9903617,6.9100871,6.9303498,6.9068913,7.3133984,7.4398551,6.885478,6.8226056,6.733603,6.5945644,6.6059785,6.4996929,7.3929758,7.5095615,6.9868684,7.2937298,7.1990962,7.1833463,7.1540847,7.5463691,7.6211243,7.1997004,7.1212583,7.0047255,6.892899,6.9254203,6.9365597,7.613677,7.5509396,7.8831601,9.7209368,9.5165606,9.4506674,9.3655424,9.750186,9.7794142,9.4988232,9.4516954,9.381237,9.2286968,9.2216072,9.1879692,11.053707,11.253448,5.9877205,6.2462726,6.2008724,6.2323213,6.2201223,6.641717,6.7379165,6.0867672,6.0181556,5.9055853,5.7929401,5.8227262,5.8119402,6.5186396,6.3931589,7.9048328,8.880024,8.6940966,8.6604376,8.5945139,8.9749222,9.0176363,8.6520414,8.5906658,8.5101337,8.3732052,8.3710022,8.324811,9.4876347,9.6761084,6.2081981,6.4699097,6.4123325,6.4199109,6.401628,6.7984395,6.9135704,6.416502,6.3477664,6.2323503,6.1233954,6.1609135,6.1689582,6.8255353,6.610909,7.1480007,7.5245228,7.4261837,7.4307275,7.4041119,7.8312411,7.8947473,7.3724518,7.2917037,7.1743441,7.0449333,7.0698161,7.0553241,7.8184085,7.8479214,5.1730609,5.3746161,5.342196,5.3440862,5.3317008,5.655529,5.8442507,5.4555488,5.4079509,5.3170457,5.2250328,5.263732,5.2760253,5.8297853,5.3526864,8.19174,8.9023209,8.6971169,8.6592836,8.5985298,8.9604435,8.9847708,8.6328993,8.5625887,8.4746742,8.3580523,8.3577499,8.3318539,9.2318382,9.4098558,7.9989648,8.3479156,8.1781235,8.131031,8.0879507,8.4370079,8.4560652,8.1516237,8.0698643,7.967865,7.868228,7.8832994,7.8933058,8.5397158,8.6562538,7.4456573,8.9506445,8.8187084,8.80439,8.7566977,9.2210827,9.2754097,8.9515543,8.9121199,8.8356524,8.6375217,8.6368303,8.5854979,10.324711,10.509251,8.037221,9.9400549,9.693696,9.5798464,9.441617,9.7751989,9.7920303,9.5392389,9.4938192,9.4299059,9.3035126,9.2911558,9.2645426,11.031386,11.242273,5.2813802,5.4887161,5.4504237,5.4445019,5.4291921,5.7457342,5.9404187,5.5800834,5.5274286,5.44204,5.3521791,5.3871331,5.4024086,5.9524078,5.4699645,7.4680033,7.9972711,7.8689928,7.8684678,7.8340049,8.2483797,8.3096924,7.8290815,7.7542577,7.6529174,7.5154495,7.5276046,7.4836497,8.3591976,8.4844027,5.3726406,5.5967364,5.5631967,5.5805593,5.5693388,5.9328289,6.091166,5.5915585,5.5385318,5.4433265,5.3497829,5.381321,5.3870187,5.9929175,5.5964093,7.3077297,7.7911701,7.6764874,7.6819611,7.6513152,8.073348,8.1410189,7.6297054,7.5536489,7.4490738,7.3109684,7.3258085,7.2805281,8.1344461,8.2424717,7.8505888,9.5591927,9.3048849,9.1164341,8.864995,9.1624861,9.1766644,8.9328861,8.8995485,8.839757,8.7130079,8.6968441,8.6696043,10.040689,10.256558,8.8883133,9.5910292,9.2828455,9.2054815,9.1148939,9.3884726,9.3849173,9.1507988,9.0882187,9.0180683,8.9509792,8.9331169,8.9124002,9.6191235,9.8286924,6.5214477,6.796289,6.724122,6.7182102,6.694613,7.0844617,7.1874003,6.7422962,6.6693931,6.5534711,6.444406,6.4816933,6.4936676,7.1505833,6.9858613,7.9753747,9.6100292,9.3961887,9.3264351,9.2319956,9.6027842,9.6293926,9.3365507,9.2862415,9.215436,9.0729609,9.0650702,9.0315647,10.694891,10.897866,9.2977896,9.9258451,9.5531988,9.4701509,9.3794479,9.6031837,9.5906515,9.4060173,9.3494577,9.2901773,9.2570219,9.2268724,9.1999388,9.7654152,9.982111,6.7068338,7.0405297,6.968039,6.9914269,6.9717126,7.4123864,7.4931684,6.8740916,6.795505,6.6776123,6.5469604,6.5731783,6.546227,7.3064637,7.3049798,8.0393085,9.5106201,9.2894363,9.2149172,9.1112604,9.4700775,9.4947701,9.1961527,9.1438923,9.0727472,8.9386377,8.930027,8.8965721,10.389603,10.594543,8.576273,9.2835779,9.0260506,8.9652948,8.8884239,9.204752,9.2114944,8.9269314,8.8594818,8.77981,8.687974,8.6794777,8.6604843,9.4599829,9.6560068,8.3812361,8.875226,8.6600952,8.6170158,8.5676575,8.9089251,8.920825,8.6104126,8.5341282,8.4412174,8.3414488,8.3444376,8.3379745,9.0483494,9.2121658,6.1235342,6.3994613,6.3517599,6.3940597,6.3830352,6.8227487,6.9135509,6.1808772,6.1082783,5.9966879,5.8763499,5.9026022,5.8647795,6.6120701,6.6084533,8.8988276,9.7521772,9.413372,9.300415,9.1621733,9.4052591,9.3969393,9.1901226,9.134407,9.0733213,9.0226917,8.9980965,8.9729929,9.6785431,9.8946753,7.8446665,8.1931906,8.0373869,7.9952359,7.9540634,8.313714,8.3403339,8.0150871,7.9331374,7.8277307,7.7244558,7.7427959,7.7532539,8.4135008,8.5075245,7.5759745,8.9457445,8.7973337,8.7794094,8.727273,9.1639833,9.2171259,8.8620014,8.8132,8.7361898,8.5575581,8.5562429,8.5024881,10.098051,10.283991,7.3214912,7.6876278,7.5758271,7.5648465,7.5341678,7.9418616,7.9968843,7.5455184,7.4642496,7.3477578,7.2266459,7.2525463,7.2524271,7.9805388,8.0048771,6.8893933,7.2642512,7.1806479,7.2002616,7.1777215,7.6160483,7.6946149,7.0989056,7.0201254,6.9063706,6.7710805,6.7933664,6.754756,7.546319,7.5916791,8.1660624,8.7950144,8.5980453,8.5647802,8.5113459,8.8779516,8.9021854,8.5420656,8.4687738,8.3766403,8.2605362,8.2632122,8.2419891,9.0900908,9.2573519,6.1334863,6.3984327,6.344727,6.3594413,6.3429995,6.7462206,6.8614082,6.3257356,6.2578254,6.1442676,6.0341339,6.0682173,6.0709777,6.7394285,6.523735,5.4271789,5.6414995,5.6054292,5.6136785,5.6025105,5.9551558,6.120985,5.6821303,5.6305823,5.5300698,5.4323583,5.4731717,5.4857874,6.0718083,5.6718812,5.8446035,6.0802083,6.0330577,6.0396218,6.0240903,6.3993015,6.539288,6.0756674,6.0143952,5.9051571,5.802835,5.8433509,5.8552041,6.4750991,6.1685829,6.7621188,7.0534329,6.970428,6.9599218,6.933507,7.3262281,7.4145169,6.9786334,6.9025574,6.785737,6.6747732,6.7098355,6.7213101,7.3903012,7.2792315,7.9716101,8.325613,8.158309,8.1131449,8.0706415,8.4231176,8.4440365,8.1323366,8.0506191,7.947763,7.8467722,7.8624015,7.8719211,8.524991,8.6370077,7.9819889,8.4882746,8.3177671,8.2922239,8.2495289,8.630909,8.6596556,8.2743254,8.1960306,8.0946264,7.9763603,7.9867258,7.9744024,8.7587671,8.89361,8.4324818,9.029603,8.8016901,8.7561769,8.6980715,9.0365772,9.0486164,8.7360773,8.6634512,8.5754671,8.4746675,8.4731264,8.4587688,9.2308149,9.4093475,8.2281084,9.0414448,8.8248615,8.777935,8.7056408,9.059329,9.0819378,8.7452888,8.6783953,8.5952148,8.4796734,8.4761162,8.4474821,9.4058113,9.5941668,7.79005,8.4224329,8.2628984,8.2481127,8.20364,8.5990992,8.6454916,8.224021,8.1518345,8.0571795,7.9244838,7.9309258,7.8924785,8.8091297,8.9636106,5.5986037,5.8259449,5.785964,5.7985516,5.7851977,6.1559553,6.3055992,5.8223653,5.764873,5.6617575,5.5638924,5.6013603,5.6108651,6.2218938,5.8685546,7.7100773,9.8006754,9.6113224,9.5483999,9.472333,9.8725948,9.9093142,9.652441,9.6108427,9.5408764,9.3773909,9.3709202,9.3332777,11.443395,11.638913,6.5272269,6.8268895,6.760776,6.7776713,6.7587414,7.1846209,7.2745728,6.7013798,6.6260185,6.5066853,6.3856807,6.4169397,6.4103527,7.1244559,7.0286288,7.4913177,7.9608498,7.8353276,7.8325429,7.7996964,8.2162991,8.2695589,7.7886939,7.7098303,7.6018362,7.469018,7.4853663,7.4582062,8.2786283,8.3795757,8.3821831,8.7346735,8.5259504,8.4707527,8.4246473,8.746974,8.7514191,8.4893923,8.4092979,8.3161716,8.2260971,8.2323074,8.2386751,8.8467493,9.008585,7.635993,8.2152662,8.0715475,8.0640936,8.024991,8.4303188,8.4840393,8.0342655,7.9606819,7.862628,7.7270827,7.7364206,7.6952353,8.5913115,8.7320929,8.4150753,9.1373835,8.9021769,8.8498526,8.7783871,9.1144848,9.1278229,8.8160362,8.7473335,8.664135,8.561162,8.5562334,8.5352364,9.3868876,9.5761337,7.9516573,8.7274666,8.544878,8.5175161,8.4605713,8.8408785,8.880537,8.4983149,8.4308634,8.343894,8.213728,8.2146215,8.1749573,9.1734266,9.3500042,8.47229,9.0404091,8.8092575,8.762888,8.7064495,9.0406046,9.050806,8.7461529,8.6729918,8.5849018,8.4869537,8.4853897,8.4731226,9.2182369,9.3963585,8.0768232,9.3695869,9.1488972,9.0796824,8.9792776,9.3352375,9.3605213,9.0502701,8.9950666,8.9219904,8.79247,8.7844105,8.7498398,10.089749,10.293303,7.1697135,7.6103034,7.5070333,7.517355,7.4897928,7.9184532,7.9898829,7.4498639,7.3723569,7.2641053,7.1265683,7.1442385,7.101099,7.9305978,8.0182667,8.0601616,8.7174749,8.5305147,8.502059,8.4496212,8.825407,8.8560162,8.478467,8.4061251,8.3140717,8.1918526,8.1950474,8.1678152,9.0572538,9.2237377,8.8410978,9.455493,9.1667042,9.1031227,9.0315466,9.3206339,9.3194895,9.0712299,9.0045424,8.928833,8.85394,8.8406897,8.8238182,9.5131035,9.7158365,8.3141327,9.4376993,9.1740017,9.0638256,8.9154444,9.2207747,9.2286549,8.956831,8.8996534,8.8303194,8.7301006,8.7170458,8.6908035,9.7161512,9.924818,7.5818973,8.2212,8.0775166,8.0708466,8.0298376,8.433073,8.494544,8.0498724,7.980463,7.8874917,7.7479959,7.7548461,7.7021585,8.6534338,8.8061152,6.1996274,6.4754705,6.4243836,6.4579768,6.4445724,6.8791294,6.9681945,6.2944422,6.2215333,6.1056271,5.9861798,6.0151129,5.9961863,6.7238393,6.6568599,8.3503332,8.9834614,8.7637444,8.7208109,8.661665,9.0088415,9.0246239,8.6974554,8.6253023,8.5368767,8.4306774,8.4298124,8.412282,9.2252026,9.40271,7.7916236,8.2032042,8.0530243,8.0263567,7.988265,8.37187,8.4051962,8.0212669,7.9400668,7.8318906,7.7170863,7.7347503,7.7348223,8.4593172,8.5527239,6.6904874,6.9833379,6.9055858,6.902317,6.878211,7.2802505,7.3701382,6.9020987,6.8264022,6.7076526,6.593926,6.6292396,6.6376405,7.3165007,7.2013803,6.1292396,6.3779073,6.3194771,6.3161435,6.2959194,6.6695647,6.799284,6.3668652,6.3005095,6.1901565,6.0866632,6.1262226,6.139935,6.7669363,6.5046167,6.1962667,6.4711618,6.4180145,6.4423761,6.4272513,6.8484664,6.9496293,6.3433056,6.2725186,6.1572456,6.0412259,6.0719538,6.0642729,6.7655215,6.6208715,8.6724358,9.4169588,9.1398773,9.0681648,8.9792519,9.2786846,9.281311,9.0170183,8.9521847,8.8770008,8.7936172,8.7812214,8.7611303,9.5460291,9.7490778,8.4141207,8.8836718,8.6657476,8.6206951,8.5721178,8.9082575,8.918335,8.618206,8.5415287,8.4489012,8.3519068,8.3548517,8.3504486,9.0377054,9.2019396,8.6820164,9.2334785,8.9747944,8.9212341,8.8618937,9.1726818,9.1759491,8.904582,8.8333817,8.7504835,8.6645737,8.6580334,8.6459665,9.3385973,9.5286627,6.8005795,7.1376753,7.060143,7.0774565,7.056138,7.4924474,7.5695987,6.9839802,6.9048934,6.7856531,6.6565647,6.683939,6.6653986,7.417253,7.4054151,7.7373571,8.0878153,7.9412975,7.9037132,7.8642426,8.2320261,8.2645531,7.9213643,7.8394508,7.7316551,7.6255007,7.6459484,7.6560116,8.3273563,8.4044142,6.96171,7.2748628,7.1830978,7.1729059,7.1452432,7.5459299,7.6209526,7.174716,7.0961671,6.977984,6.8630757,6.8955288,6.9037256,7.5927014,7.5323114,7.2435865,7.5705462,7.460886,7.4394474,7.4070692,7.796958,7.8565717,7.4523854,7.371942,7.2567472,7.1444182,7.1733599,7.1834793,7.8687382,7.8591571,8.764905,9.6275482,9.3138704,9.2088022,9.0780077,9.342351,9.3380194,9.1100521,9.0515308,8.9858189,8.9199495,8.9000769,8.8767099,9.6359367,9.8486977,7.3837609,7.7330456,7.6149936,7.594183,7.5610175,7.9541101,8.0060883,7.5970473,7.5157986,7.4011202,7.2862906,7.3125887,7.3193622,8.0200624,8.0411854,8.4359951,8.8333197,8.6162481,8.5656309,8.5192404,8.8450346,8.8513594,8.5760098,8.4975719,8.4049339,8.3132505,8.3174858,8.3192616,8.9513044,9.1147165,7.4383988,7.7678661,7.6442652,7.6135616,7.5775123,7.9559174,8.0039577,7.6341381,7.552784,7.4406967,7.3320642,7.3581061,7.3700485,8.0441942,8.0700998,7.2632766,8.3160028,8.1905422,8.1919775,8.1548471,8.5780334,8.6604691,8.2459478,8.1918926,8.1174803,7.9461451,7.9462862,7.8599324,9.2215023,9.3987026,6.5774384,7.156589,7.0700183,7.086504,7.0571141,7.4536004,7.5887542,7.0971894,7.0471711,6.9685321,6.8150029,6.8224134,6.7043705,7.6936998,7.8386626,6.8581815,7.524169,7.4234428,7.4333558,7.4009776,7.8008761,7.9211264,7.4626188,7.4116864,7.3338981,7.1801739,7.1863437,7.081881,8.1267853,8.2849178,8.1280031,8.45646,8.2750053,8.2200718,8.1745234,8.5089731,8.5194397,8.2445154,8.1625872,8.0646582,7.9705377,7.9827218,7.9940338,8.6131392,8.7514591,7.7185669,8.1364727,7.9931107,7.9713054,7.9346042,8.3263693,8.3634682,7.9592209,7.8780274,7.7684884,7.6501613,7.6686106,7.6659594,8.4057426,8.493722,8.011322,8.4113207,8.2398977,8.2018375,8.1601362,8.5219069,8.5445662,8.208622,8.1278076,8.0246067,7.9186788,7.9326367,7.9363179,8.6239748,8.7410593,8.6334562,9.5801115,9.2737522,9.1538677,9.0005541,9.2670612,9.263607,9.0316057,8.9739332,8.9086514,8.8372793,8.8184195,8.7946339,9.5897846,9.8016434,7.0061851,7.4776654,7.3790216,7.3931484,7.3660641,7.7888341,7.8780565,7.3334513,7.2612247,7.1609569,7.0202847,7.0342793,6.9663391,7.8368511,7.9450679,6.5332623,6.8397226,6.7749753,6.7987933,6.7808952,7.216733,7.3025675,6.6849012,6.608336,6.4892688,6.3641987,6.3932171,6.376667,7.1112242,7.0566363,8.1558332,9.4452686,9.1694365,9.003931,8.7820454,9.0618458,9.0640583,8.8145275,8.7612658,8.697691,8.5998602,8.5844259,8.5585899,9.5598965,9.7697887,7.3917494,7.9687276,7.8416748,7.842865,7.8073421,8.2186871,8.2901249,7.8131804,7.7427983,7.647058,7.5056481,7.5151224,7.4567361,8.3799992,8.5187607,8.4566965,8.8290272,8.6108627,8.557127,8.5107965,8.8310165,8.8349771,8.571846,8.4928617,8.4010534,8.3117371,8.3158894,8.3195848,8.9316587,9.098403,8.4546213,8.9029865,8.6811848,8.6339407,8.5858202,8.916152,8.9242115,8.6351347,8.5582447,8.4663267,8.3722162,8.3747606,8.3719301,9.0376024,9.2038107,11.309272,11.579434,10.86893,10.765406,10.735929,10.776768,10.755484,10.722079,10.689911,10.667016,10.686517,10.570617,10.486406,10.558842,10.857514,10.635372,11.129488,10.545084,10.47833,10.454113,10.539647,10.521414,10.474738,10.495573,10.46548,10.436182,10.346221,10.281608,10.647901,11.597097,10.032228,10.823038,10.307606,10.242997,10.215563,10.325455,10.30823,10.251056,10.287765,10.252901,10.204128,10.136395,10.083962,10.775391,11.706829,10.083472,11.515037,10.950736,10.850149,10.811014,10.916979,10.903984,10.857435,10.810176,10.772613,10.749426,10.671612,10.611913,11.810202,12.284785,9.3135653,11.462351,10.985724,10.880124,10.84441,10.987311,10.978213,10.920552,10.872356,10.828761,10.753702,10.707028,10.662682,12.523843,13.097239,10.525866,11.211707,10.631458,10.559435,10.531967,10.626473,10.609143,10.560308,10.549728,10.516682,10.48606,10.402552,10.339936,10.889002,11.677348,9.9196463,11.437987,10.899836,10.803561,10.767442,10.885147,10.872703,10.821668,10.777308,10.738158,10.698115,10.629186,10.574436,11.87337,12.427492,10.221789,11.498009,10.912547,10.809385,10.766367,10.860136,10.845344,10.801236,10.7518,10.715414,10.709302,10.625745,10.561832,11.603468,12.004292,10.644897,11.305707,10.670386,10.569274,10.52513,10.58664,10.564825,10.523491,10.477049,10.44562,10.481248,10.384995,10.311735,10.769336,11.056688,9.332303,12.126855,11.597492,11.449906,11.399088,11.515472,11.514174,11.482986,11.429707,11.394156,11.36851,11.294757,11.237474,13.496558,13.822341,11.323257,11.540634,10.822506,10.70281,10.671666,10.703996,10.68027,10.646917,10.61482,10.593586,10.622481,10.500325,10.414546,10.432337,10.67145,11.025538,11.503189,10.845021,10.763398,10.735407,10.802591,10.784687,10.746031,10.715957,10.687616,10.682991,10.582561,10.507281,10.808281,11.326085,10.755303,11.205537,10.553802,10.449758,10.407072,10.452945,10.427784,10.388059,10.344896,10.316991,10.377562,10.275634,10.198737,10.452252,10.683163,11.342488,11.628494,10.922667,10.833722,10.80766,10.855757,10.836938,10.804003,10.77531,10.751743,10.758103,10.646214,10.563229,10.65611,11.055218,10.261107,11.14001,10.588464,10.514641,10.485683,10.591916,10.575279,10.522124,10.505586,10.469913,10.428775,10.356586,10.299079,11.043537,11.811522,10.923159,11.438178,10.775589,10.678087,10.642226,10.699625,10.678827,10.640224,10.599966,10.571413,10.593049,10.490313,10.413439,10.734035,11.059365,9.9054174,10.864082,10.35922,10.290784,10.262516,10.380772,10.363793,10.303598,10.307308,10.270207,10.208758,10.153801,10.103928,10.955527,11.819322,10.52287,11.290344,10.703676,10.627122,10.597955,10.692612,10.675766,10.627666,10.603596,10.569798,10.542334,10.458963,10.39562,11.013026,11.706669,9.7053461,11.35116,10.799292,10.667243,10.588481,10.680042,10.663898,10.618512,10.556466,10.514915,10.535819,10.459091,10.398747,11.710292,11.985755,10.602255,11.443574,10.827686,10.737684,10.702523,10.785516,10.768466,10.725068,10.683673,10.65034,10.644509,10.554302,10.485868,11.138206,11.599993,10.770094,11.442297,10.801139,10.707389,10.670988,10.740175,10.721163,10.680459,10.638513,10.607443,10.61756,10.520867,10.447811,10.926491,11.305132,10.011228,11.149212,10.61755,10.538212,10.507627,10.622405,10.607257,10.551867,10.520498,10.48245,10.431204,10.372227,10.318298,11.303432,11.989157,10.98563,11.436047,10.794018,10.718876,10.693496,10.765861,10.748265,10.708047,10.689786,10.661329,10.646761,10.548268,10.475332,10.764019,11.441118,9.3567715,11.844627,11.3409,11.215331,11.174625,11.307501,11.302465,11.257307,11.205752,11.165365,11.113487,11.050748,11.001649,13.083728,13.542141,10.534875,11.382533,10.784942,10.701905,10.670114,10.761917,10.745451,10.69921,10.664268,10.630163,10.610329,10.524773,10.459707,11.137554,11.717786,10.273313,11.347336,10.779353,10.693954,10.660939,10.765105,10.749831,10.700135,10.663026,10.626488,10.596093,10.519042,10.459101,11.358891,11.958766,11.302835,11.436601,10.712178,10.552431,10.518093,10.536025,10.507054,10.472571,10.441859,10.423751,10.464856,10.328892,10.241684,10.178782,10.345348,10.420665,11.376406,10.766699,10.664139,10.617654,10.694728,10.676024,10.632931,10.583165,10.548511,10.566056,10.47652,10.407913,11.145339,11.476017,10.324935,11.101507,10.546948,10.476258,10.448374,10.551366,10.534182,10.481659,10.477446,10.442918,10.403925,10.327898,10.269573,10.920208,11.747303,8.2302036,8.1660786,8.2005816,8.2098427,8.154458,8.182909,8.1505785,8.1337233,7.8783178,7.865633,7.8527699,7.8723884,7.9277997,9.7404699,9.5756702,8.2391367,8.1733465,8.2126236,8.2237606,8.1677389,8.1726885,8.1500502,8.1333361,7.895431,7.8879108,7.8846102,7.8972602,7.947124,9.6941404,9.5262899,8.0831585,8.0360641,8.0539455,8.0917645,8.0499897,8.0856762,8.0531969,8.0337706,7.8185687,7.8044567,7.7898355,7.819808,7.8626852,9.2049961,9.0933552,8.2353544,8.1738853,8.2066984,8.2107096,8.1561403,8.1949883,8.1603146,8.142662,7.8830247,7.8685436,7.8519692,7.8727541,7.9299798,9.7501078,9.5882444,7.9999857,7.9582052,7.973649,8.0189486,7.9819183,8.023716,7.9913507,7.9717464,7.7552147,7.7413764,7.7222657,7.7564888,7.7994184,9.0829468,8.9818172,8.2723503,8.215291,8.2438602,8.2430592,8.1880207,8.2371836,8.2000799,8.1807737,7.9234133,7.9067097,7.8868337,7.908639,7.9656863,9.7104225,9.5591211,8.0916605,8.0238485,8.0683727,8.0627899,8.0138102,8.0575352,8.0249968,8.0092154,7.7176981,7.7045102,7.6864405,7.7053647,7.7729812,10.002542,9.8039112,8.2395449,8.1852226,8.2097244,8.2215681,8.1690855,8.2106009,8.1752615,8.1559134,7.9162092,7.9005485,7.8838067,7.9074163,7.9583893,9.5349197,9.3988028,7.9964628,7.9479685,7.9673595,8.0253325,7.990231,8.0140009,7.9847054,7.9666309,7.7655187,7.7538104,7.7435994,7.777,7.8170547,9.1428413,9.0290833,8.2245808,8.1754761,8.1949606,8.2091665,8.1584797,8.2050753,8.1690617,8.1484756,7.9162006,7.8995161,7.880969,7.9063392,7.9546065,9.4033213,9.2826252,8.1879396,8.123455,8.1588802,8.1761684,8.1231356,8.1396523,8.1117611,8.0950918,7.8518953,7.8416023,7.8345695,7.8531675,7.904635,9.6617603,9.4991474,8.1817389,8.1276493,8.1516027,8.1764669,8.1277714,8.1602011,8.1273842,8.1087599,7.8810091,7.8671122,7.8539162,7.8791485,7.9264441,9.4349604,9.3033352,8.1753321,8.1272068,8.1504602,8.1862059,8.1439238,8.1463327,8.1262426,8.1087446,7.937705,7.9302382,7.931376,7.9496179,7.9830704,9.1398811,9.0292206,8.0599117,8.0081854,8.0308905,8.0808487,8.0422087,8.0569458,8.0306387,8.013216,7.8171167,7.8070388,7.8020277,7.8298612,7.8692884,9.2068729,9.086895,10.626472,10.548758,10.482811,10.076239,9.9278078,9.9769535,9.8692579,9.8539743,9.6322803,9.4975386,9.4678707,9.4589615,9.4901323,10.488944,10.419743,10.685108,10.640258,10.617271,10.062606,10.001376,10.109673,9.9616318,9.9664135,9.802186,9.6627264,9.5803518,9.6227531,9.6490593,10.176967,10.139092,9.5514097,9.4957876,9.5259171,8.9633446,8.9596386,9.1354027,9.00072,9.0178413,8.9248199,8.802578,8.615365,8.7051096,8.6982794,9.2415962,9.2410059,11.044085,11.001436,11.017454,10.193047,10.120509,10.229473,10.082416,10.083132,9.923667,9.7985992,9.7426558,9.8076324,9.8463993,10.393726,10.360471,10.562581,10.527369,10.555091,9.8091717,9.7714443,9.9153862,9.7630224,9.772934,9.6357822,9.5103483,9.4102592,9.4949646,9.5251102,10.058828,10.040339,10.966425,10.933494,10.980359,10.051337,10.005014,10.140134,9.9833755,9.9911299,9.8545475,9.7336702,9.6554279,9.7493458,9.7874966,10.287215,10.269031,11.996429,11.977914,11.776623,11.014546,10.983724,10.994546,10.951684,10.949806,10.893213,10.560605,10.550747,10.410105,10.415659,9.804966,9.7901936,10.302503,10.256866,10.24731,9.7540894,9.7146311,9.8455572,9.690321,9.7025661,9.5510483,9.4230795,9.3021526,9.3636122,9.379776,9.9470778,9.9156914,9.7448912,9.6949492,9.704813,9.2277613,9.2137184,9.3741827,9.2288399,9.2473288,9.1277637,9.0076914,8.8392591,8.9179707,8.9185925,9.4966249,9.4806337,10.799279,10.769974,10.844539,9.8177977,9.7957888,9.9556561,9.7971449,9.8104229,9.7013712,9.5772495,9.4729357,9.5896626,9.6229019,10.073894,10.073174,8.8910751,8.8203154,8.8960285,8.1538963,8.1795969,8.3902559,8.2809734,8.2962017,8.2747164,8.0874109,7.8590059,7.96699,7.9393764,8.3204288,8.3638134,10.15911,10.120719,10.168666,9.4005165,9.3874846,9.5580044,9.411974,9.426898,9.3214588,9.1939173,9.0547647,9.1562834,9.1738024,9.6794424,9.6786566,11.976447,11.938638,12.05013,10.58951,10.527813,10.639493,10.460169,10.464731,10.334095,10.234233,10.193561,10.321249,10.364768,10.787323,10.766345,7.5991998,7.5775881,7.6196136,7.1858206,7.229876,7.4884186,7.3788733,7.3930516,7.3521323,7.0708814,6.8914032,6.9794202,6.9771571,7.3995395,7.4562492,10.830317,10.791368,10.803948,10.055694,9.9971828,10.118413,9.9688272,9.9733076,9.8196917,9.6915913,9.6176262,9.6853456,9.7204123,10.25717,10.228106,11.174811,11.146951,11.228256,10.094481,10.059926,10.204848,10.040223,10.051243,9.9328928,9.8156271,9.7339573,9.852005,9.8921013,10.332643,10.325307,11.124196,11.075333,10.993933,10.436645,10.350736,10.410492,10.297115,10.292944,10.130041,9.9440851,9.9061127,9.8839531,9.909111,10.243448,10.199575,11.82212,11.797215,11.9993,10.100514,10.109299,10.280485,10.090417,10.109104,10.06041,9.8868637,9.7860489,9.9691839,10.005567,10.175771,10.215572,10.91508,10.859517,10.838259,10.191193,10.090767,10.175372,10.045288,10.038955,9.855154,9.7227278,9.6813488,9.7116947,9.7482395,10.396762,10.348644,11.643347,11.616108,11.720881,10.379869,10.336313,10.467482,10.293915,10.303942,10.184987,10.077168,10.014846,10.143775,10.188175,10.593375,10.582839,10.986775,10.938391,10.933122,10.204007,10.119132,10.21578,10.076942,10.074315,9.903573,9.7727814,9.7238426,9.7698479,9.8071375,10.386714,10.346302,11.114735,11.020557,10.910391,10.452888,10.383738,10.415782,10.269572,10.262808,10.138678,9.9416189,9.8076582,9.7747355,9.7437077,9.8511772,9.8086967,9.6584291,9.600543,9.657486,8.9248981,8.9276533,9.1123829,8.9803839,8.9962921,8.9242468,8.7936506,8.6069021,8.7115726,8.7059174,9.1829424,9.1957359,11.127596,11.077503,10.993798,10.481874,10.408961,10.47149,10.340707,10.340835,10.182156,9.9963341,9.9378948,9.92136,9.9387608,10.213517,10.170155,10.91138,10.870104,10.877126,10.126565,10.059926,10.172707,10.025889,10.028151,9.8694611,9.7400017,9.6751604,9.7359791,9.7721796,10.312213,10.279648,7.5104051,7.5191965,7.556128,7.1022563,7.1426783,7.4130592,7.2899795,7.3026643,7.2359805,6.8519249,6.7292085,6.811511,6.8348327,7.2368417,7.3003912,11.240604,11.195463,11.230963,10.276624,10.198686,10.305003,10.153638,10.15301,9.9942017,9.8782301,9.8316765,9.9084167,9.949585,10.507581,10.474062,11.113517,11.061224,10.975189,10.426517,10.331594,10.385252,10.2792,10.272905,10.10598,9.9190159,9.8876438,9.858717,9.8845062,10.262249,10.216162,11.858996,11.832344,11.65303,10.949069,10.906364,10.924074,10.861713,10.859805,10.779804,10.476981,10.458968,10.341571,10.3492,9.9126759,9.891325,11.357839,11.307759,11.196258,10.659436,10.591613,10.636732,10.515912,10.515121,10.374215,10.159544,10.105094,10.061631,10.071662,10.153763,10.114118,11.287217,11.259278,11.41126,9.8831606,9.8860521,10.060915,9.8882809,9.9063005,9.8434353,9.6969013,9.5821638,9.7427397,9.7746372,10.049339,10.0777,10.80368,10.759228,10.739036,10.127469,10.058885,10.162651,10.019343,10.021409,9.8559484,9.7157402,9.6467619,9.6874008,9.7181444,10.244253,10.206212,11.488686,11.463827,11.607137,10.095661,10.086445,10.248989,10.071712,10.088059,10.008544,9.8821974,9.7838125,9.9405241,9.9779367,10.286551,10.302691,10.957066,10.853168,10.764552,10.373406,10.303105,10.344701,10.167947,10.163494,10.024252,9.8564939,9.6958179,9.6913137,9.654644,9.9119816,9.86446,9.051939,8.9734755,9.0400209,8.3440361,8.3620243,8.5605793,8.4474239,8.4622793,8.4304075,8.2853374,8.0476789,8.1523743,8.1205711,8.5495081,8.5791416,10.788183,10.724629,10.689107,10.139233,10.021616,10.09523,9.9735432,9.9638109,9.7646732,9.6336088,9.5969448,9.6138401,9.6495962,10.409092,10.352518,10.900899,10.854083,10.827242,10.201781,10.123408,10.217184,10.080088,10.079213,9.9098158,9.7658768,9.7091103,9.7403488,9.7727852,10.296345,10.255471,11.215354,11.195599,11.375889,9.6572905,9.6742725,9.8596478,9.685689,9.7089396,9.6606674,9.3966074,9.3077793,9.4750185,9.5141935,9.6851025,9.739213,10.756167,10.706811,10.664104,10.172913,10.108633,10.203115,10.053797,10.058415,9.8909121,9.7421656,9.6588058,9.6854773,9.7061596,10.186685,10.144173,12.067276,12.021173,12.132062,10.638198,10.568478,10.673064,10.490613,10.491823,10.354372,10.255393,10.222622,10.348139,10.388731,10.82835,10.802349,12.580895,12.562304,12.759979,10.793947,10.765267,10.894055,10.689771,10.704941,10.616658,10.5217,10.466162,10.647779,10.694099,10.940516,10.942986,10.966136,10.915586,10.868037,10.281872,10.193182,10.271238,10.14453,10.140734,9.9670877,9.8112764,9.7655039,9.7755985,9.8065081,10.306257,10.261138,10.94143,10.888985,10.867168,10.210103,10.116359,10.203413,10.07147,10.066637,9.8883247,9.7520142,9.7076492,9.7386608,9.7744913,10.37586,10.330525,13.619389,13.597242,13.909612,11.14701,11.141842,11.269391,11.026031,11.041849,10.991571,10.885715,10.819751,11.055017,11.095011,11.147393,11.169322,9.8244705,9.7676706,9.7620707,9.368021,9.3485508,9.4935532,9.338604,9.3587236,9.2271843,9.1098623,8.9356241,9.0055504,9.0004969,9.5866632,9.5606785,11.057281,10.998982,11.01951,10.193691,10.09139,10.185559,10.044923,10.038239,9.8551035,9.7460938,9.7091732,9.7698784,9.8106422,10.520071,10.472982,10.857209,10.797769,10.773663,10.16005,10.051435,10.13235,10.005322,9.9972839,9.8060398,9.6768475,9.6379395,9.6649666,9.7017832,10.409678,10.357668,10.960529,10.903825,10.842223,10.296117,10.192504,10.257187,10.141352,10.134065,9.9522276,9.7918701,9.7561989,9.7506008,9.7810345,10.331449,10.281063,11.458718,11.420511,11.29111,10.677804,10.609374,10.646443,10.561977,10.558353,10.432335,10.188972,10.165437,10.093358,10.110538,10.08031,10.046531,10.966053,10.911531,10.855993,10.291229,10.192584,10.262274,10.14247,10.13627,9.9570866,9.7991056,9.7603922,9.7611008,9.7920656,10.32599,10.277423,10.854511,10.790071,10.725761,10.230484,10.11042,10.168655,10.056916,10.046621,9.8507013,9.6983566,9.666275,9.657711,9.6886396,10.383302,10.326205,6.3191648,6.3468261,6.3712211,6.0237026,6.0487065,6.3103724,6.1957021,6.2087135,6.1034131,5.4223151,5.3830996,5.4371729,5.4756503,5.8012733,5.8814936,11.672271,11.623903,11.470225,10.855584,10.803341,10.826143,10.728825,10.726424,10.626992,10.361999,10.307928,10.222063,10.218774,9.9625626,9.9333582,10.916498,10.868728,10.822739,10.25962,10.182212,10.267342,10.132689,10.132193,9.9630508,9.8071871,9.7492275,9.7650213,9.7931261,10.260351,10.217562,11.699435,11.667359,11.763431,10.444964,10.390244,10.511075,10.339206,10.346184,10.217392,10.11166,10.05956,10.18022,10.22456,10.655748,10.638253,10.901173,10.849976,10.791099,10.305226,10.236194,10.317038,10.172079,10.174919,10.008063,9.8468533,9.7718029,9.7823153,9.8010426,10.213102,10.168759,10.710525,10.642659,10.603251,10.097151,9.9703465,10.039736,9.9210501,9.9096956,9.7020111,9.5744457,9.5391903,9.552474,9.5881824,10.424183,10.363155,12.720347,12.697762,12.890381,10.913017,10.871472,10.986321,10.780114,10.792158,10.692217,10.603254,10.561628,10.737127,10.782012,11.050968,11.043844,10.840423,10.777273,10.722915,10.206609,10.089423,10.153848,10.037966,10.028279,9.8325987,9.6866627,9.6523399,9.6528292,9.6853857,10.38407,10.327836,10.278979,10.23752,10.333093,9.2811069,9.2864227,9.4736271,9.3278055,9.3448763,9.2791023,9.1328678,8.9795828,9.108326,9.121892,9.5068665,9.5308828,10.587245,10.548038,10.553751,9.9039249,9.8552809,9.9848146,9.8339567,9.8415117,9.6902237,9.561038,9.4687033,9.53584,9.5649967,10.114232,10.086273,10.902617,10.846059,10.809397,10.214848,10.112002,10.189493,10.064495,10.057618,9.872324,9.7309771,9.6910849,9.708209,9.7426386,10.371418,10.32154,10.570393,10.497374,10.466433,9.9915018,9.8540735,9.9249306,9.8069439,9.7937126,9.5739794,9.4605865,9.4252815,9.4449854,9.4828968,10.443587,10.376836,10.951269,10.888655,10.807653,10.312293,10.195891,10.245809,10.141112,10.131132,9.944005,9.7745295,9.7459288,9.7215624,9.7493219,10.353555,10.299146,11.262597,11.223678,11.270234,10.266437,10.200257,10.315543,10.159627,10.162442,10.014091,9.8979511,9.8436155,9.93085,9.9724731,10.487227,10.460146,10.988201,10.939258,10.874917,10.35318,10.278315,10.353478,10.219473,10.219725,10.053875,9.8848534,9.8249617,9.8258781,9.8486128,10.234084,10.19031,10.82067,10.763371,10.706975,10.268285,10.20505,10.287971,10.130235,10.135668,9.9693851,9.8154573,9.7193241,9.7375851,9.7483892,10.177525,10.132167,12.949758,12.92727,13.195104,10.773197,10.774551,10.919615,10.69726,10.714797,10.665407,10.537561,10.457312,10.673213,10.71292,10.809854,10.838583,12.362241,12.341928,12.533159,10.62464,10.605231,10.745667,10.545316,10.560786,10.479805,10.37415,10.304978,10.485505,10.530149,10.771589,10.78135,10.930037,10.884478,10.874288,10.180507,10.103303,10.203658,10.063233,10.062619,9.8956165,9.7602463,9.7039251,9.7484903,9.7838345,10.33134,10.292964,11.197888,11.163322,11.216073,10.204656,10.148846,10.273643,10.115366,10.121003,9.9804955,9.8633604,9.7994242,9.8938484,9.9350004,10.428583,10.40691,11.016529,10.964107,10.966866,10.204121,10.110995,10.205345,10.066744,10.062072,9.885973,9.7629833,9.7200804,9.7702913,9.8092747,10.441979,10.398783,11.601142,11.56283,11.419576,10.802328,10.742634,10.773811,10.683141,10.681091,10.565388,10.30968,10.278651,10.199025,10.210416,10.062119,10.030563,10.135863,10.092132,10.197503,9.1072235,9.1205912,9.3162022,9.1745024,9.1922178,9.1413794,8.9733582,8.8108587,8.9432278,8.9525862,9.299407,9.3343153,11.069876,11.013754,10.934428,10.461171,10.391758,10.456328,10.311591,10.31343,10.153143,9.9759016,9.8994637,9.8919868,9.9028492,10.203109,10.158123,11.12445,11.070751,10.978411,10.43586,10.33794,10.38683,10.28635,10.279359,10.113186,9.921401,9.8934231,9.8572464,9.8823185,10.25856,10.21212,10.105328,10.061399,10.135883,9.2312508,9.2313585,9.4145432,9.2721653,9.2884121,9.2110195,9.0751524,8.91819,9.0349979,9.0456934,9.4848986,9.5000086,10.213618,10.174682,10.194273,9.5670662,9.5400248,9.6932144,9.5436516,9.5568829,9.4255838,9.3001785,9.1744967,9.2569914,9.2769899,9.8317862,9.8149796,10.504528,10.449006,10.415499,9.9944239,9.9444675,10.05078,9.8876972,9.8983688,9.736268,9.6010723,9.481432,9.5241089,9.5334597,10.057831,10.016784,8.0387316,8.0419092,8.0983124,7.4699917,7.5034251,7.7486024,7.6397371,7.6700239,7.5924239,7.0959907,6.9916229,7.0812583,7.1111741,7.4646406,7.5301056,6.8822098,6.9038286,6.9430022,6.4698315,6.4975762,6.7330608,6.6427641,6.6896739,6.5753589,5.8046365,5.7500529,5.8126326,5.8493981,6.1602859,6.2300186,10.773579,10.701903,10.643217,10.250425,10.190339,10.267435,10.097788,10.103696,9.9434357,9.7940245,9.6680908,9.6890154,9.6854448,10.103882,10.057948,9.5165205,9.4988098,9.6007347,8.56355,8.5896435,8.8083353,8.6773615,8.7032604,8.6468649,8.3071871,8.1910458,8.3148155,8.343729,8.6405258,8.7005548,11.599793,11.546898,11.616576,10.432261,10.346856,10.447322,10.283759,10.280808,10.121536,10.018668,9.9868155,10.08261,10.123092,10.686182,10.650017,11.118089,11.07023,10.990152,10.4443,10.36465,10.427758,10.30754,10.305282,10.14429,9.959198,9.9138136,9.8957977,9.919096,10.230433,10.187366,11.397222,11.355121,11.236668,10.653967,10.583597,10.626277,10.526426,10.523743,10.387401,10.159914,10.12683,10.069904,10.087035,10.134347,10.097449,10.951912,10.894855,10.894308,10.17021,10.06782,10.15803,10.023015,10.016225,9.8314123,9.7121735,9.6725922,9.7186766,9.7579317,10.453919,10.406042,11.289112,11.238559,11.27777,10.29837,10.211969,10.313346,10.161818,10.158772,9.9937515,9.8826017,9.8430605,9.920125,9.9612417,10.55684,10.519308,8.4166937,8.3700466,8.437005,7.8026628,7.8385329,8.0712147,7.9680219,7.9875221,7.9558482,7.7030382,7.5072417,7.6101627,7.6006346,7.9899344,8.0444326,11.094704,11.027828,10.942655,10.494356,10.42612,10.483006,10.328593,10.329717,10.174569,9.9965696,9.9010334,9.8918228,9.8908978,10.15682,10.111017,8.4257441,8.4306641,8.5087109,7.6983275,7.7273378,7.9479747,7.8403788,7.8888874,7.801671,7.1903191,7.1152153,7.2116046,7.2497416,7.5439196,7.6101093,11.319357,11.273088,11.156776,10.576752,10.493277,10.532866,10.444924,10.439493,10.296302,10.072965,10.049837,9.9894075,10.009892,10.159209,10.120005,7.2399187,7.2618423,7.295495,6.8503771,6.8860602,7.1587868,7.0369573,7.0508151,6.9665346,6.4629946,6.3741851,6.4479246,6.4831009,6.8579097,6.9289827,10.176177,10.14327,10.263088,9.0648022,9.0839815,9.2872124,9.1430683,9.1628485,9.1156569,8.8954134,8.7547131,8.8931627,8.9131889,9.2072172,9.2549076,10.752171,10.687367,10.666582,10.08685,9.9672375,10.046621,9.9218311,9.9116449,9.709301,9.5899954,9.5528574,9.5815392,9.6197186,10.433678,10.376272,11.991575,11.973572,11.771639,11.006325,10.975965,10.986752,10.94564,10.943512,10.887709,10.553974,10.545071,10.403405,10.409075,9.7939329,9.7794533,6.1993828,6.2276802,6.279717,5.8198538,5.8506093,6.0229092,5.9685264,6.0781231,5.9383836,4.9193072,4.8891101,4.9410343,4.973145,5.2152801,5.2619543,10.348032,10.311121,10.335104,9.6560278,9.6255579,9.7763405,9.6257019,9.6377001,9.5049009,9.3791876,9.2635078,9.3478737,9.3722401,9.9174004,9.9007101,10.717183,10.671742,10.645027,10.094189,10.030743,10.135548,9.9886284,9.9927645,9.8273125,9.6856918,9.606225,9.644804,9.6711273,10.190877,10.151962,11.166226,11.104991,11.147831,10.231022,10.127751,10.224501,10.080402,10.074279,9.8895388,9.7918644,9.755455,9.8285227,9.8700895,10.607074,10.558245,11.014918,10.964637,10.965253,10.208218,10.11927,10.215105,10.075958,10.072314,9.8993549,9.7732277,9.7277355,9.7772188,9.8156672,10.421564,10.380055,9.6057987,9.5522633,9.5828686,9.0083933,9.0036297,9.1787996,9.042881,9.059866,8.964509,8.8416042,8.6596384,8.7499123,8.7457485,9.2882586,9.2871008,13.781565,13.762547,14.075113,11.294888,11.279577,11.396529,11.150186,11.164868,11.105602,11.017466,10.967072,11.202962,11.245155,11.316406,11.329358,11.995476,11.949003,12.053504,10.606123,10.535062,10.639736,10.460005,10.460865,10.3211,10.221175,10.18796,10.309454,10.350141,10.803327,10.776434,11.862881,11.83619,11.656736,10.952691,10.910428,10.928092,10.865385,10.86363,10.784205,10.481101,10.462407,10.344971,10.352324,9.9110413,9.8897943,11.95901,11.93795,11.743375,10.999507,10.965096,10.977929,10.928691,10.926955,10.86337,10.539853,10.527123,10.393637,10.399741,9.839859,9.8230972,11.589563,11.534618,11.604759,10.429142,10.340469,10.439543,10.277145,10.273705,10.110914,10.009743,9.9793358,10.073591,10.11377,10.696545,10.658113,11.282828,11.238008,11.134619,10.56953,10.49378,10.543788,10.436664,10.433802,10.286236,10.076022,10.039422,9.9972982,10.017236,10.178042,10.138176,11.850586,11.827489,12.0378,10.079037,10.090241,10.262702,10.071102,10.090504,10.044747,9.847456,9.7537842,9.939003,9.977685,10.123417,10.168631,10.765004,10.700083,10.693672,10.065933,9.9471607,10.031852,9.9039335,9.8938036,9.6917439,9.5810785,9.5438442,9.5833187,9.6233368,10.457245,10.400424,10.501703,10.448897,10.418032,9.9804392,9.9302073,10.039159,9.8785667,9.8888283,9.7266169,9.591382,9.4766188,9.5205393,9.5328283,10.063286,10.023128,10.981595,10.929745,10.923498,10.201774,10.109458,10.202031,10.065617,10.061141,9.8848248,9.7567616,9.7124395,9.7560263,9.7938995,10.412212,10.368677,10.240711,10.202436,10.224362,9.5790739,9.5519295,9.7055445,9.555912,9.5689421,9.4383993,9.3128986,9.1890268,9.2729111,9.2939367,9.8449192,9.8288841,10.811954,10.781,10.83607,9.9039202,9.8700151,10.018309,9.861289,9.8719559,9.7465448,9.6242609,9.5309448,9.6335058,9.6686602,10.15715,10.14632,11.63293,11.595256,11.448211,10.824235,10.766499,10.796002,10.706934,10.70502,10.593074,10.332767,10.301767,10.218589,10.228977,10.048057,10.017473,11.678414,11.642652,11.489451,10.851065,10.79597,10.823023,10.738717,10.73679,10.630678,10.362427,10.333852,10.244186,10.253984,10.024376,9.9954834,13.193698,13.1717,13.444434,10.959482,10.951361,11.08502,10.855699,10.87167,10.813789,10.706193,10.637025,10.855572,10.896774,11.003458,11.023282,10.843513,10.781555,10.776729,10.11153,9.9990034,10.08544,9.9548826,9.9459972,9.7507086,9.6361809,9.5984135,9.6398449,9.6794529,10.456893,10.403548,10.814439,10.750035,10.755419,10.074544,9.9581709,10.046707,9.9158163,9.9061451,9.706399,9.6008587,9.5636683,9.6115456,9.6525831,10.482124,10.426613,7.2325764,7.2542825,7.2890129,6.8332992,6.8675332,7.136466,7.0194683,7.0367579,6.9481831,6.4082079,6.3247061,6.3973904,6.4334011,6.7994957,6.8714957,11.048743,10.998755,11.005901,10.215399,10.127231,10.224758,10.083665,10.080222,9.9087086,9.7853785,9.7403326,9.7948084,9.8339396,10.440248,10.399647,10.73834,10.672818,10.659031,10.063942,9.9432878,10.025086,9.8991985,9.8887539,9.684948,9.5710564,9.5339336,9.5678349,9.607089,10.445371,10.387478,10.926173,10.863759,10.879365,10.124696,10.013888,10.10562,9.9702597,9.961834,9.7685452,9.66395,9.627038,9.6825724,9.7238111,10.510388,10.458088,10.196254,10.153005,10.253645,9.1842279,9.1940041,9.3857555,9.2423735,9.2597961,9.2024384,9.0464964,8.8867874,9.0174847,9.028162,9.3938885,9.4235344,10.943305,10.892758,10.867309,10.220399,10.131078,10.218864,10.086349,10.082561,9.9073648,9.7668972,9.7198868,9.7488661,9.7836075,10.351507,10.307565,10.536899,10.503412,10.586903,9.5599499,9.5521498,9.7266273,9.5735569,9.5892181,9.499711,9.3678551,9.2394075,9.3624964,9.3869352,9.8130503,9.8236761,10.409901,10.373669,10.455739,9.4581633,9.4535418,9.6315289,9.4815798,9.497591,9.4127121,9.2787075,9.1415224,9.2636156,9.2841263,9.710824,9.7236719,10.369371,10.324019,10.312222,9.8113489,9.7683716,9.8955908,9.7406206,9.751709,9.597394,9.4677763,9.3532219,9.4118805,9.4298859,9.9921818,9.9594498,11.354786,11.296256,11.348152,10.321562,10.224621,10.322356,10.170612,10.165935,9.9913216,9.890748,9.8577318,9.9388218,9.9792957,10.639802,10.59566,10.831043,10.765985,10.783758,10.066673,9.950428,10.042006,9.9097414,9.9000301,9.6991396,9.6007814,9.5630579,9.6184578,9.6606216,10.511941,10.455903,10.491804,10.448019,10.435695,9.8989811,9.8498411,9.9724274,9.8197308,9.8283892,9.6709137,9.53864,9.437376,9.4929037,9.5155487,10.068914,10.03527,10.84496,10.784644,10.764474,10.144108,10.033853,10.115793,9.9881859,9.9798098,9.7868776,9.6613398,9.622757,9.6527758,9.69028,10.42072,10.368065,10.991242,10.8887,10.793582,10.383671,10.312353,10.350292,10.182619,10.176773,10.042017,9.866065,9.7121849,9.698967,9.6625862,9.8792238,9.832737,12.979222,13.11315,12.55954,12.509807,12.47994,12.577221,12.567783,12.54114,12.588293,12.568518,12.521116,12.45098,12.393919,12.435752,12.322001,12.031657,12.196827,11.696177,11.643849,11.615167,11.702831,11.683954,11.651757,11.853178,11.835942,11.803084,11.735312,11.6758,11.754088,11.647418,14.879598,14.944242,14.353366,14.302774,14.273605,14.348584,14.348361,14.339503,14.350079,14.331816,14.291665,14.213821,14.148159,14.070986,13.958579,13.731627,13.83464,13.262243,13.215823,13.18796,13.292248,13.293238,13.279345,13.269309,13.247901,13.188195,13.119685,13.065471,13.067068,12.955026,14.10675,14.174719,13.578846,13.536026,13.51173,13.613766,13.62008,13.613045,13.582756,13.559628,13.498534,13.427662,13.370672,13.324418,13.21385,23.776134,23.77013,23.63756,23.623825,23.605083,23.612381,23.620405,23.635477,23.643301,23.648846,23.642017,23.629663,23.62026,23.563023,23.543814,13.148462,13.274325,12.719691,12.666627,12.636045,12.721368,12.706474,12.679161,12.750654,12.729897,12.69717,12.623296,12.559257,12.581841,12.46639,20.968147,20.967278,20.603668,20.57604,20.552298,20.593252,20.620255,20.648664,20.655113,20.658537,20.616447,20.575037,20.541275,20.40333,20.34446,13.267593,13.389805,12.827559,12.780121,12.751794,12.858125,12.85451,12.833487,12.837474,12.815825,12.758528,12.690534,12.636692,12.668807,12.555349,12.053403,12.227321,11.712659,11.665252,11.636103,11.759706,11.746408,11.706251,11.735826,11.713381,11.653913,11.593746,11.547937,11.682986,11.566566,13.885218,13.983724,13.406368,13.355488,13.326217,13.411469,13.405074,13.386539,13.411214,13.390957,13.350571,13.275561,13.21244,13.192095,13.077364,12.352776,12.508073,11.986741,11.93539,11.905575,11.996667,11.980389,11.948782,12.085033,12.067299,12.031099,11.961759,11.903158,11.972441,11.861821,13.598783,13.70954,13.138039,13.089648,13.060747,13.158193,13.155655,13.138303,13.151299,13.131386,13.078172,13.007272,12.950168,12.954875,12.842402,15.996691,16.029482,15.440756,15.4006,15.376925,15.46113,15.480844,15.493034,15.475807,15.46189,15.398711,15.327648,15.269581,15.144839,15.042943,14.091243,14.170588,13.585961,13.541859,13.515929,13.619441,13.624928,13.617051,13.591566,13.569261,13.507243,13.438124,13.383146,13.352601,13.24185,14.666821,14.726085,14.131298,14.08863,14.063665,14.160063,14.170506,14.169918,14.145442,14.125581,14.063597,13.992624,13.935431,13.865782,13.757514,15.044564,15.108534,14.526043,14.481351,14.453016,14.544352,14.555576,14.558235,14.546154,14.529979,14.468882,14.39932,14.343798,14.273111,14.166869,15.011228,15.070707,14.484003,14.440526,14.41378,14.506855,14.518933,14.521711,14.503794,14.486502,14.424279,14.354434,14.298454,14.223446,14.116864,14.832907,14.905573,14.322426,14.275672,14.246122,14.334746,14.342556,14.341587,14.340051,14.324098,14.266852,14.195579,14.138485,14.077467,13.970251,17.457991,17.472633,16.915901,16.870167,16.838427,16.896332,16.913446,16.931093,16.940256,16.934217,16.886721,16.814632,16.75736,16.604624,16.512568,18.436567,18.45039,17.946451,17.907982,17.878036,17.939299,17.965187,17.991983,17.99449,17.992767,17.937521,17.878851,17.831835,17.681837,17.598309,12.41525,12.571472,12.041202,11.992351,11.961422,12.068278,12.056084,12.022053,12.082465,12.062592,12.010098,11.944857,11.893567,11.982866,11.868868,15.695623,15.738946,15.153688,15.111856,15.086048,15.172959,15.190069,15.199686,15.183592,15.169104,15.106296,15.036349,14.979803,14.873835,14.770609,12.615106,12.761107,12.219896,12.173323,12.146012,12.267633,12.25974,12.228995,12.220265,12.194914,12.133501,12.070304,12.021519,12.110468,11.994357,18.069912,18.077969,17.546101,17.510962,17.491245,17.560913,17.589228,17.612272,17.601843,17.593813,17.530037,17.464846,17.410912,17.246656,17.157631,10.883369,11.096299,10.654416,10.606049,10.572698,10.693014,10.670572,10.613157,10.792162,10.781096,10.728448,10.679578,10.645026,10.856524,10.742917,16.415262,16.453588,15.886892,15.843966,15.814492,15.892992,15.912051,15.92737,15.921836,15.912092,15.851699,15.784347,15.730407,15.612526,15.514046,13.654003,13.740843,13.158768,13.114816,13.0897,13.198929,13.201158,13.187717,13.156018,13.130791,13.068941,13.000556,12.946361,12.937858,12.825381,13.48045,13.582523,13.011309,12.966238,12.940007,13.051791,13.052001,13.035447,13.009187,12.984275,12.922104,12.855145,12.802552,12.816666,12.703387,20.850138,20.845087,20.469334,20.435841,20.401617,20.434448,20.45476,20.484392,20.497114,20.503397,20.469723,20.428057,20.395834,20.256882,20.198854,14.029184,14.116868,13.537777,13.492696,13.465714,13.569283,13.573619,13.564441,13.544381,13.522762,13.46115,13.392545,13.338202,13.318101,13.207115,10.852087,11.035716,10.600802,10.548172,10.499784,10.582232,10.55202,10.494537,10.803358,10.7879,10.748391,10.691096,10.649549,10.812211,10.704589,11.577833,11.769601,11.282716,11.234571,11.202778,11.324252,11.306438,11.258709,11.345153,11.326656,11.269961,11.213178,11.170868,11.338497,11.223023,17.061329,17.087986,16.533728,16.493626,16.466684,16.541861,16.565439,16.585312,16.578463,16.570393,16.508707,16.4429,16.3897,16.252825,16.158075,20.073391,20.0711,19.643892,19.61552,19.600346,19.65538,19.685642,19.71101,19.705265,19.70079,19.643217,19.589926,19.545227,19.3857,19.313944,14.04046,14.132612,13.56057,13.507375,13.477388,13.555333,13.542978,13.520836,13.553661,13.531663,13.504601,13.428296,13.36128,13.333209,13.214628,13.12159,13.234055,12.670897,12.625843,12.600038,12.718041,12.715374,12.693538,12.662621,12.635427,12.572668,12.507309,12.4564,12.496458,12.381737,11.86716,12.037506,11.541214,11.491877,11.45953,11.555853,11.538536,11.501909,11.667171,11.651955,11.611605,11.546473,11.494491,11.601213,11.492,16.187401,16.228735,15.651869,15.605289,15.573848,15.646217,15.660212,15.671187,15.676594,15.666538,15.612902,15.541027,15.483335,15.367176,15.267206,10.152679,10.176893,10.147213,9.8586578,9.9502668,10.080515,9.8374214,9.8825092,9.6388874,9.5294847,9.4672089,9.5622053,9.6570692,10.217035,10.169141,11.021064,10.977787,10.862729,10.402409,10.460539,10.484541,10.324543,10.319634,10.102693,9.9014454,9.8748732,9.8340616,9.9086161,9.931201,9.8880033,7.9561992,8.0332804,8.0439405,7.6812096,7.8158293,8.0801086,7.9528632,7.9914808,7.8420749,7.6752863,7.6071868,7.7072539,7.8082108,8.349247,8.3633995,8.937376,8.9955282,8.9861622,8.6772003,8.8005924,8.9955492,8.8313112,8.8867989,8.6899424,8.5738239,8.5056458,8.606164,8.7076721,9.3125153,9.2873383,11.703921,11.820242,11.80474,11.704766,11.914117,11.993384,11.448988,11.654522,11.392418,11.349478,11.292656,11.5756,11.642448,11.964253,11.92294,6.6291828,6.7497993,6.7521615,6.5536666,6.7343779,7.01614,6.9044085,7.0093975,6.9005966,6.7785239,6.7106419,6.8348374,6.9141259,7.446085,7.4555216,8.457859,8.5418329,8.5328093,8.2754211,8.4201841,8.6375179,8.4848814,8.5703287,8.3936853,8.2829227,8.2095165,8.3257504,8.420927,9.0247345,9.0022116,8.5247879,8.5929642,8.591608,8.2630959,8.3945227,8.6173534,8.4744539,8.5274878,8.3498631,8.22223,8.1524239,8.2542896,8.3565273,8.9492359,8.9371891,9.3363438,9.410058,9.3909454,9.1613436,9.2970934,9.4694033,9.252512,9.3498259,9.141633,9.0441284,8.9728489,9.1017866,9.1933746,9.7773476,9.7377167,8.5187225,8.5748482,8.5877123,8.1623011,8.2954865,8.5193615,8.3865662,8.4157038,8.2415962,8.0960016,8.0314217,8.1262407,8.2384615,8.7931032,8.7962198,8.8700237,8.9413071,8.9288378,8.6619806,8.7947464,8.9918699,8.8200302,8.8969097,8.7038708,8.5949812,8.5239878,8.636364,8.7329483,9.338232,9.3091736,10.291332,10.276827,10.226287,9.8956194,9.9788551,10.062971,9.8493204,9.861454,9.6041965,9.4790249,9.4299002,9.4755497,9.5751123,10.058026,10.006233,8.6809301,8.7146416,8.7321939,8.2593298,8.4182577,8.5989513,8.4676447,8.4813948,8.2825232,8.1608543,8.1029844,8.1858616,8.3181744,8.8624783,8.8593884,10.515362,10.478784,10.39853,10.033569,10.115737,10.161742,9.9655838,9.9639912,9.7078104,9.5578728,9.5183249,9.5243196,9.62078,9.9413757,9.8893728,11.650778,11.775555,11.76112,11.676932,11.907781,11.971878,11.41224,11.642466,11.38248,11.345736,11.295275,11.596739,11.660755,11.971771,11.930646,9.8488398,9.8216705,9.7631578,9.4296942,9.5470161,9.6107483,9.4316225,9.4305639,9.1673222,9.0411243,8.9952993,9.0165014,9.131814,9.5855179,9.5363426,9.9603634,10.011113,9.9864559,9.7368517,9.8484201,9.9971733,9.7439833,9.819087,9.5876846,9.4865904,9.4184694,9.5393848,9.6307793,10.195907,10.150158,7.4362154,7.5501175,7.5442309,7.3399134,7.5200014,7.7704239,7.6515307,7.7713785,7.6320662,7.5268059,7.448585,7.5795302,7.6661139,8.248208,8.2362871,10.486907,10.431708,10.30624,9.8420372,9.9402313,9.9470901,9.815979,9.8000174,9.5715656,9.3677435,9.3337212,9.2744541,9.3659496,9.3553743,9.3128881,8.0538836,8.1364431,8.1390381,7.823287,7.9632883,8.2162085,8.0865402,8.1440201,7.9873576,7.8470125,7.7752028,7.8812141,7.9793992,8.5525894,8.5522232,9.4023237,9.454298,9.4362574,9.1565542,9.2721071,9.4421606,9.2432919,9.3060722,9.091424,8.9832554,8.9158831,9.021244,9.11868,9.7161684,9.6791859,7.4037552,7.4994831,7.5045505,7.2221532,7.3674297,7.653245,7.5274167,7.5841904,7.4528699,7.2953792,7.2249441,7.3311424,7.4215155,7.9606743,7.974463,7.7441974,7.8200412,7.8355007,7.4605551,7.5929022,7.8672061,7.7377448,7.765326,7.6245904,7.4333863,7.3691969,7.4648142,7.5658164,8.0786524,8.1049366,7.8339186,7.8920064,7.9321451,7.4186254,7.5932808,7.8312278,7.7202296,7.7330971,7.573452,7.3608131,7.309515,7.402535,7.534678,7.9760194,8.0194807,10.845881,10.888281,10.857691,10.626657,10.72779,10.850235,10.506305,10.58439,10.327188,10.231746,10.162763,10.304924,10.388756,10.89002,10.837613,10.245097,10.346725,10.323978,10.17191,10.352775,10.478705,10.128738,10.296539,10.069794,10.000245,9.9282484,10.129164,10.207915,10.672293,10.626627,6.5956402,6.7257395,6.7229714,6.5559311,6.7603149,7.0226274,6.9256663,7.0690045,6.9574738,6.8604636,6.7858567,6.9262524,7.0045257,7.5556388,7.5536861,8.3916636,8.435462,8.4833727,7.8687449,8.0470638,8.2546434,8.1373377,8.1480093,7.9777827,7.8127651,7.7618427,7.8589115,7.9989228,8.4417057,8.4706383,11.029325,11.00513,10.930202,10.563001,10.614257,10.674537,10.436806,10.44726,10.198058,10.047826,10.007439,10.03605,10.116218,10.428599,10.375933,7.4198346,7.4961581,7.5134077,7.1581783,7.2861619,7.5669651,7.4250531,7.4442782,7.3147717,7.1089606,7.050446,7.1403399,7.2385554,7.730258,7.7658401,11.79799,11.825029,11.789444,11.565821,11.648827,11.746378,11.300806,11.368956,11.083496,10.991051,10.921029,11.081062,11.156811,11.587583,11.531352,8.1738873,8.2062359,8.2458315,7.7045593,7.9256725,8.0976343,7.9845872,7.9897933,7.7912879,7.6756463,7.6217718,7.7055798,7.8655152,8.3346462,8.3466549,11.165305,11.123154,11.029316,10.630491,10.673963,10.709775,10.499541,10.499132,10.255545,10.084554,10.055383,10.050001,10.126116,10.326116,10.273836,8.7504663,8.8018589,8.8045139,8.4222527,8.5496349,8.7547493,8.6108036,8.6457548,8.4571857,8.3284912,8.2632093,8.3559237,8.465867,9.0503607,9.0392199,11.250848,11.357323,11.335876,11.212633,11.403861,11.501123,11.027286,11.211766,10.959962,10.904642,10.841706,11.089285,11.161436,11.536038,11.491023,9.3976822,9.3908978,9.3582592,9.0220547,9.1563387,9.2570496,9.08953,9.0951557,8.8429461,8.7308235,8.677866,8.7226286,8.8462143,9.3966627,9.3553381,7.9918423,8.1121778,8.101779,7.9347053,8.1320076,8.3287487,8.171174,8.3352308,8.1756601,8.0955343,8.0215263,8.1757545,8.2597466,8.8401613,8.8114576,9.0828495,9.1038465,9.0980721,8.7063351,8.8400364,8.9928055,8.8411713,8.8575068,8.6366673,8.5237827,8.4660234,8.5378418,8.6600981,9.2440567,9.2198906,11.344204,11.348414,11.301943,11.018515,11.082816,11.172618,10.828424,10.867576,10.595533,10.48146,10.419065,10.522548,10.603106,11.038818,10.982163,7.3242826,7.4330134,7.4323006,7.1980124,7.3651166,7.6364522,7.5197549,7.612771,7.4802403,7.3546324,7.2802973,7.4006124,7.4881043,8.051774,8.052104,8.3981924,8.4533529,8.4776392,7.9928803,8.1328077,8.3640614,8.2377672,8.2586679,8.0933123,7.9275227,7.8664622,7.9618492,8.0789604,8.593605,8.6106424,9.6339693,9.6499386,9.6263857,9.2939224,9.3984041,9.5333729,9.3443441,9.3704052,9.1348553,9.0215988,8.9633026,9.0367241,9.1439075,9.7268114,9.6869268,8.4684954,8.5662394,8.5534849,8.3440285,8.5075884,8.7092066,8.5412455,8.661315,8.4842739,8.3892908,8.3150759,8.4492617,8.5393448,9.1357546,9.1056213,8.1117001,8.2040854,8.1979723,7.9445443,8.0970154,8.3325624,8.194809,8.2831717,8.1203213,8.0054016,7.9304118,8.0480652,8.1418285,8.7386379,8.722887,8.5137806,8.5549984,8.587821,8.0450258,8.2107105,8.4114132,8.2876711,8.3004265,8.1196976,7.9768729,7.920249,8.0118628,8.1460075,8.6423998,8.6559248,10.5564,10.584255,10.55202,10.286992,10.376324,10.499017,10.208335,10.264267,10.011434,9.9065962,9.8416138,9.9541492,10.04316,10.573966,10.522238,10.309149,10.310462,10.270569,9.9562359,10.037907,10.142743,9.910099,9.9351244,9.6818495,9.5643997,9.5091248,9.5784464,9.6750803,10.199461,10.148656,8.998579,9.096983,9.0797949,8.8922396,9.0600109,9.2340736,9.0191927,9.1570778,8.9633989,8.8782253,8.8042765,8.9553204,9.0427246,9.6119995,9.5735588,9.5816336,9.6169348,9.5967293,9.2916355,9.3972082,9.5524015,9.3531961,9.398428,9.1734133,9.0622826,8.9987068,9.090992,9.1916485,9.7848501,9.7461557,6.877646,6.9790244,6.9834294,6.7442331,6.8879676,7.1888437,7.0496626,7.1033144,6.9903331,6.8344598,6.7679276,6.8711352,6.9531322,7.4689698,7.488184,9.0782766,9.1176929,9.1110344,8.7518034,8.8713512,9.0498075,8.8901644,8.9238653,8.7168198,8.5984354,8.5352211,8.622117,8.731617,9.3290005,9.3053541,9.9888172,10.069614,10.046345,9.8538151,10.000858,10.146384,9.8527203,9.9773788,9.7521458,9.6672907,9.5951338,9.75597,9.8408203,10.366008,10.319807,7.8623405,7.9710317,7.9622602,7.7583861,7.9341335,8.1616707,8.0250998,8.1494665,7.9941773,7.8959465,7.8191357,7.9525685,8.0409994,8.6355553,8.6144552,7.099164,7.2318788,7.2258997,7.0748453,7.2903256,7.5113091,7.3962989,7.5724893,7.4424906,7.3641467,7.2880583,7.4426646,7.5221181,8.0959215,8.0771723,8.1545191,8.2136726,8.2432814,7.7503757,7.8947473,8.1388855,8.0167894,8.0345364,7.8785372,7.6857181,7.6272178,7.7224874,7.8400564,8.3256254,8.3553419,9.639349,9.7506914,9.7337313,9.7457352,9.752388,11.31098,11.218921,11.074074,10.986873,10.930032,10.372766,10.346297,10.434556,10.852293,10.607973,7.415936,7.5494194,7.5203581,7.5521517,7.5466461,8.3072128,8.2684479,8.1005449,8.0070972,7.9537482,7.7244391,7.7089996,7.7870078,8.302783,7.9026222,4.7666979,4.8335223,4.8160434,4.8854899,4.8790145,5.4445276,5.4135313,5.2474766,5.2038012,5.174974,5.0421991,5.0194545,5.0299487,5.3412838,4.7670016,6.798687,6.9204435,6.8933325,6.9373703,6.9317842,7.6300335,7.5931931,7.4212952,7.3393764,7.29245,7.0907874,7.0752921,7.131135,7.628067,7.1815834,9.9345179,10.106514,10.092882,10.073409,10.087049,11.502181,11.44513,11.353466,11.254725,11.198318,10.705832,10.706804,10.899529,11.368616,11.228835,5.3627596,5.4264846,5.410882,5.48663,5.4818859,6.1861925,6.150003,5.9654007,5.9208169,5.8906612,5.7005744,5.6697874,5.6834683,5.9658117,5.3593054,3.9821086,4.043304,4.0241961,4.0878921,4.0781169,4.5159535,4.4915428,4.3426409,4.3090158,4.2884855,4.1905956,4.1752586,4.1841211,4.4779239,3.9483056,10.186736,10.340906,10.329119,10.312419,10.326186,11.948373,11.87044,11.783748,11.69669,11.644599,11.072727,11.071001,11.23929,11.681013,11.551621,6.3179765,6.4026117,6.3817725,6.4450645,6.4401941,7.2412505,7.197516,7.0122404,6.9485793,6.9070258,6.6828752,6.6546354,6.6843376,7.0510173,6.4864979,7.9109759,8.01443,7.9922166,8.0342722,8.0332375,9.1145639,9.0546522,8.8726654,8.7895803,8.7362423,8.3878059,8.3584146,8.4176359,8.8298368,8.3811398,10.416683,10.518518,10.507101,10.507511,10.517334,12.420211,12.299633,12.191856,12.118417,12.069283,11.372561,11.352426,11.440669,11.848699,11.701461,9.679533,9.7622852,9.7416887,9.7811995,9.7826214,11.197497,11.106894,10.904107,10.822498,10.76468,10.115399,10.014413,10.062519,10.415456,10.110305,10.807561,10.890122,10.881473,10.882873,10.892252,13.014744,12.870173,12.77613,12.715082,12.672323,11.877934,11.85498,11.922723,12.321567,12.209667,10.677988,10.786746,10.778307,10.76895,10.780796,12.798341,12.672607,12.594845,12.529309,12.486487,11.754274,11.745984,11.852474,12.263892,12.158451,9.7721338,9.9966946,9.9827318,9.9532862,9.9675007,11.037086,11.027119,10.947261,10.83159,10.772019,10.401028,10.410327,10.69143,11.212238,11.089499,5.6893697,5.7908726,5.7662411,5.824975,5.8169866,6.4101005,6.3789749,6.2086477,6.1476474,6.1123295,5.9537168,5.9380083,5.9704928,6.4007878,5.8846364,4.5019822,4.5590768,4.5446639,4.6177468,4.6127677,5.175396,5.1454587,4.9798589,4.941185,4.914659,4.7860355,4.7605996,4.765377,5.0349913,4.4527783,6.5318074,6.614357,6.5941834,6.6587915,6.6545444,7.5158677,7.4690652,7.2784333,7.2147746,7.1725206,6.9216752,6.8896871,6.9194746,7.273221,6.7061467,9.2695274,9.4730005,9.4492359,9.4350615,9.4387312,10.375083,10.361213,10.244685,10.127058,10.063356,9.7413025,9.7386932,9.9677925,10.495561,10.296984,10.410203,10.541558,10.531189,10.518469,10.531306,12.347659,12.246225,12.161995,12.085224,12.037177,11.388162,11.382765,11.518892,11.942766,11.821561,9.0762167,9.2449951,9.2216053,9.2147141,9.2184286,10.243373,10.205426,10.075858,9.9614544,9.8981571,9.5533686,9.5477247,9.7155905,10.242269,10.016261,10.547441,10.624549,10.606766,10.634586,10.638198,12.267982,12.155903,11.971461,11.891697,11.834724,11.03267,10.909587,10.95739,11.308225,11.116013,11.167412,11.227551,11.220424,11.224132,11.231465,13.549333,13.380209,13.297642,13.248343,13.211912,12.325199,12.296984,12.342015,12.735915,12.652929,10.263352,10.381726,10.369575,10.364495,10.375362,12.164983,12.059194,11.956196,11.876749,11.825768,11.183742,11.170929,11.28238,11.703515,11.553785,10.538802,10.620703,10.607265,10.622004,10.628642,12.521932,12.393543,12.249588,12.176389,12.124442,11.364945,11.308665,11.366431,11.748943,11.587277,7.902616,8.0520515,8.021843,8.0437489,8.0378523,8.8479195,8.8120413,8.6507893,8.5509491,8.4933929,8.2406063,8.2244682,8.3325186,8.8435411,8.4747705,7.9815564,8.0774403,8.0568209,8.1048603,8.1043234,9.2410097,9.1774769,8.9876919,8.9095411,8.857789,8.4775639,8.4404545,8.4920063,8.8770733,8.4143887,11.073016,11.154525,11.149417,11.142526,11.15307,13.439433,13.282029,13.22244,13.173917,13.140615,12.296264,12.287878,12.362642,12.767261,12.692563,9.3988371,9.5043144,9.486166,9.5073929,9.5122871,11.004169,10.915546,10.754376,10.668163,10.611067,10.073565,10.039358,10.115458,10.522499,10.234445,11.660837,11.721661,11.721157,11.709018,11.715774,14.35266,14.159153,14.147719,14.130547,14.119302,13.134039,13.135446,13.201963,13.610391,13.586998,10.042931,10.272419,10.261587,10.233335,10.25044,11.495742,11.481193,11.411719,11.310701,11.256111,10.819585,10.828735,11.121846,11.592597,11.482766,7.8174624,7.9026418,7.8856311,7.9465013,7.9474807,9.0690088,9.0087214,8.80937,8.7423878,8.6964035,8.2986422,8.2493668,8.2907562,8.6391459,8.1393337,10.962958,11.030137,11.018397,11.031336,11.03716,13.095102,12.947306,12.816208,12.751321,12.704014,11.850739,11.784228,11.829926,12.205534,12.088118,9.0732269,9.2214899,9.199645,9.1991806,9.2040052,10.351644,10.297615,10.160873,10.053061,9.9910793,9.6055183,9.5961018,9.7316513,10.232236,9.9859295,8.5545797,8.6865873,8.662653,8.6781416,8.6794004,9.7568045,9.7013044,9.544426,9.443181,9.3832121,9.0303535,9.0143538,9.1162519,9.6010542,9.2758665,10.271676,10.49262,10.483412,10.456665,10.47458,11.903084,11.874868,11.8121,11.724132,11.674464,11.168726,11.176241,11.458146,11.896943,11.797092,8.8058319,8.931428,8.9095621,8.9253731,8.9283953,10.132832,10.068294,9.912303,9.814765,9.7552605,9.3523397,9.3335295,9.4308262,9.8911839,9.5760393,9.5203619,9.7180691,9.6988525,9.6795568,9.6881657,10.761397,10.736431,10.631409,10.516694,10.454584,10.084614,10.085613,10.311675,10.830074,10.662978,10.014435,10.127519,10.113103,10.116131,10.125024,11.823027,11.721495,11.597524,11.514069,11.459805,10.849339,10.828969,10.926522,11.345271,11.155542,9.413312,9.5686245,9.5495644,9.5411205,9.5491695,10.792899,10.736586,10.614697,10.507704,10.446458,10.022202,10.016385,10.170323,10.663751,10.460842,11.148016,11.291138,11.287655,11.26732,11.280423,13.451009,13.335504,13.305313,13.263276,13.236832,12.44294,12.446942,12.624349,13.018964,12.967574,8.7851057,8.8824568,8.8629818,8.9014149,8.9034758,10.23053,10.153316,9.9683809,9.8866158,9.8315573,9.3533831,9.3093719,9.3685656,9.755126,9.3735323,9.5737906,9.7455015,9.7279501,9.7118225,9.7219219,10.947937,10.900587,10.792347,10.683026,10.622126,10.201574,10.200638,10.385289,10.886728,10.715573,8.5748377,8.7194357,8.6939831,8.7032909,8.7037373,9.7017832,9.654459,9.5035009,9.3965483,9.3352509,9.0091705,8.9967957,9.1159363,9.6279058,9.3269196,9.8648787,10.016794,10.001945,9.9892349,10.000853,11.47186,11.401301,11.296936,11.200472,11.143529,10.631353,10.626932,10.784578,11.245198,11.08304,10.836789,11.019415,11.013963,10.99126,11.007071,12.89414,12.819218,12.776493,12.718532,12.683106,12.000378,12.005175,12.236744,12.634905,12.56552,4.9819117,5.0422249,5.0263462,5.1010356,5.0955253,5.7359128,5.7020726,5.5243778,5.4816976,5.4524655,5.2937245,5.2650342,5.273972,5.55128,4.9516826,2.6452599,2.6767907,2.6687539,2.7283878,2.7244701,3.0502529,3.0334005,2.9145765,2.8964434,2.8834155,2.8286629,2.8115175,2.8054843,2.9667051,2.5202708,2.8337567,2.871572,2.859272,2.9161932,2.9091535,3.2349412,3.216392,3.0971899,3.076808,3.0627558,3.0012467,2.987041,2.9844987,3.1836622,2.7279947,9.3431377,9.4686193,9.4497366,9.4575472,9.463747,10.854289,10.777935,10.635633,10.540554,10.481563,10.001365,9.9832697,10.088615,10.53489,10.278432,7.7853045,7.9074564,7.881464,7.9128051,7.9100037,8.8312349,8.7824192,8.6116714,8.5188246,8.4633398,8.1767035,8.1575403,8.2344437,8.7107897,8.3019686,11.420532,11.522324,11.520487,11.503259,11.513247,13.934901,13.779015,13.759719,13.731346,13.71314,12.817972,12.820935,12.941786,13.341073,13.304832,9.8492498,9.9409027,9.9236174,9.9490986,9.9537687,11.566315,11.463858,11.290945,11.209319,11.152627,10.513587,10.454693,10.515513,10.897287,10.643304,11.391664,11.44467,11.44148,11.439825,11.447828,13.947059,13.761759,13.714919,13.680278,13.654453,12.715621,12.704345,12.74665,13.150507,13.096169,6.578074,6.6736975,6.6504726,6.7064214,6.701138,7.4955807,7.4519186,7.2702923,7.199544,7.1549869,6.929656,6.9051948,6.9444675,7.35115,6.8204932,2.1864767,2.2137671,2.2083571,2.2609417,2.2596095,2.5248992,2.5102551,2.4098711,2.3946033,2.3838546,2.3400514,2.3254082,2.3182096,2.4603159,2.0721223,10.136112,10.232065,10.217537,10.230419,10.237636,12.004963,11.892199,11.750303,11.671468,11.617511,10.951603,10.913741,10.986104,11.383052,11.183865,6.6283731,6.7322474,6.7070885,6.7586632,6.752615,7.5090637,7.467495,7.2888446,7.2144337,7.1689959,6.9540744,6.9327607,6.9774861,7.4138279,6.9079075,9.5021448,9.6514006,9.6332417,9.6261244,9.6347523,10.952981,10.88982,10.768303,10.665024,10.604767,10.152639,10.145417,10.291275,10.770719,10.569115,10.510508,10.684491,10.676214,10.654123,10.670226,12.399545,12.32725,12.265282,12.190518,12.145761,11.52889,11.532163,11.740587,12.161846,12.067687,7.7505298,7.8614416,7.8374901,7.8756852,7.8736644,8.8630066,8.8090954,8.6323862,8.5455151,8.4916306,8.1820259,8.1582966,8.2236328,8.6648197,8.2249832,6.6687775,6.7481713,6.7307959,6.7997308,6.7971516,7.7078629,7.6602712,7.4642038,7.4048228,7.3649402,7.0810838,7.0440698,7.0730429,7.4054198,6.8316407,9.0582981,9.1483908,9.1293249,9.1713238,9.1735868,10.543198,10.461216,10.266926,10.187633,10.132642,9.5961781,9.5333691,9.5860806,9.9544439,9.5887899,8.5420198,8.6999779,8.6724453,8.6789179,8.677352,9.5932217,9.5552101,9.4072409,9.297431,9.2355947,8.9372864,8.9260015,9.0618734,9.5884571,9.2954063,11.479426,11.534418,11.533286,11.527532,11.536222,14.097377,13.90722,13.875628,13.847568,13.827769,12.870143,12.866406,12.914127,13.322153,13.281564,5.3779068,5.4619608,5.4396911,5.5034766,5.4954324,6.0979552,6.0645356,5.8923745,5.838397,5.8048558,5.6521201,5.6318245,5.6540852,6.0285425,5.4736209,10.792143,10.91353,10.906563,10.891317,10.904421,12.945881,12.824935,12.763859,12.70275,12.663762,11.925001,11.922922,12.053227,12.464099,12.378177,11.150177,11.239338,11.235105,11.222941,11.233903,13.546828,13.390676,13.345051,13.300788,13.271339,12.421141,12.41869,12.508821,12.914564,12.852824,9.6373091,9.7752638,9.7582655,9.7545137,9.7634535,11.201532,11.126612,11.003947,10.907069,10.848549,10.349872,10.339188,10.469357,10.926459,10.723997,9.8220835,9.9458303,9.9301634,9.9307652,9.9396572,11.520597,11.431056,11.306585,11.217285,11.161002,10.60281,10.586818,10.697714,11.131255,10.931044,10.07244,10.209748,10.196416,10.186502,10.198165,11.830837,11.743731,11.641945,11.554179,11.50032,10.924316,10.91682,11.05482,11.493887,11.339741,8.903286,9.0174141,8.996932,9.0193205,9.0225754,10.327156,10.253789,10.090655,9.9995594,9.9415693,9.4952173,9.4691887,9.5518293,9.9812117,9.6509485,7.0683055,13.270329,12.986311,12.759626,12.72338,12.939575,12.952343,12.917562,12.845486,12.79042,12.672929,12.653688,12.658703,17.256773,17.543356,8.7769279,9.9371452,9.6238737,9.5707512,9.5413008,9.7630472,9.7418318,9.6304083,9.567379,9.5386572,9.4484529,9.4005175,9.3825693,10.625568,11.706452,8.3629389,9.9218884,9.650239,9.599226,9.5693817,9.8490791,9.8409843,9.7050819,9.6190701,9.5621033,9.4375858,9.4051428,9.4011116,11.085874,11.77044,7.8289456,12.137947,11.813793,11.651009,11.612187,11.809575,11.807765,11.746789,11.677651,11.625395,11.531923,11.494648,11.48208,15.004425,15.422191,8.0918207,10.812055,10.533881,10.445595,10.411077,10.674386,10.671646,10.565629,10.48109,10.417885,10.29511,10.267126,10.264813,12.858572,13.357952,8.1511602,9.5012045,9.2436247,9.2061052,9.1775169,9.4688482,9.4788532,9.3230715,9.233531,9.1735439,9.0348263,9.0067778,9.0078068,10.567577,11.176819,8.8012829,10.385758,10.047837,9.9738188,9.9397049,10.123962,10.102544,10.008429,9.9573069,9.9118147,9.8413563,9.7882471,9.7619276,11.314,12.179511,7.4809008,11.773026,11.544079,11.413651,11.359864,11.625221,11.638169,11.609242,11.526948,11.440395,11.304017,11.292698,11.303638,15.024186,15.31418,8.8467436,10.206091,9.8740978,9.8101053,9.7781162,9.9777184,9.9561214,9.854888,9.8006973,9.7593508,9.6805925,9.6290913,9.6060143,10.988434,11.972568,8.5396891,10.128592,9.8343515,9.7750139,9.7444239,9.9972563,9.9826803,9.8620939,9.7840805,9.7335005,9.6251984,9.586545,9.5761747,11.236307,12.021627,6.0925183,14.867764,14.648198,14.320405,14.290467,14.512157,14.544884,14.56371,14.498564,14.442475,14.30993,14.309213,14.330243,19.999498,20.168013,8.4200726,9.3784266,9.1103277,9.0458632,9.0092802,9.1168528,9.0819693,8.9961462,8.9949121,8.9532757,8.9297543,8.8686848,8.8302584,9.7811832,10.658566,8.3810253,10.773188,10.464384,10.376107,10.342109,10.573635,10.562753,10.462866,10.387998,10.332999,10.231866,10.193508,10.181324,12.45824,13.084767,7.9470911,10.485864,10.232597,10.160301,10.123456,10.409368,10.416623,10.299205,10.208961,10.136992,9.9985733,9.9772911,9.9809551,12.506515,12.932705,8.9993219,9.9046583,9.5652227,9.5122814,9.4818077,9.6619492,9.635787,9.5378256,9.5056219,9.4859343,9.4160805,9.3578224,9.3311415,10.291198,11.663551,7.4870877,12.010556,11.751423,11.604348,11.564947,11.820518,11.830056,11.771175,11.689266,11.620985,11.489851,11.472892,11.479788,15.283984,15.609434,8.6033697,9.8141088,9.5250931,9.4768829,9.448473,9.7024059,9.6843653,9.5594788,9.4836655,9.4483366,9.3417978,9.3007803,9.2898235,10.62306,11.569712,8.8502083,10.025365,9.6924019,9.6244526,9.589077,9.7320118,9.7034893,9.615612,9.5984545,9.5566597,9.5099096,9.4490166,9.4140224,10.570943,11.528666,8.5443316,10.707844,10.3738,10.274346,10.234337,10.384363,10.362507,10.282727,10.229606,10.182245,10.130942,10.073516,10.039763,12.013211,12.632953,8.9843149,9.7744932,9.426857,9.3708582,9.3357201,9.4810877,9.4495697,9.3579798,9.3982277,9.371645,9.3151016,9.2522182,9.2207565,10.042747,11.472301,7.6254716,8.6576767,8.4944506,8.42661,8.3830986,8.4625006,8.417943,8.3273792,8.2875042,8.2445688,8.2423296,8.1843023,8.1443291,9.1747732,9.8034401,8.7248764,10.202784,9.8853302,9.8223534,9.7910509,10.01328,9.9944248,9.8858957,9.8197756,9.7755547,9.6844301,9.6383696,9.6206894,11.137874,12.042134,8.0976849,9.8864145,9.6255808,9.5754118,9.5436563,9.8300629,9.8402691,9.6964626,9.6061773,9.5407782,9.403245,9.3778172,9.3791437,11.312171,11.840116 ),.Dim=c(3107,15)), possessionregulations_pc_idw=structure(.Data=c( 21.903086,22.052158,22.058235,21.832426,21.840548,22.071714,22.251423,22.697828,22.230556,21.367748,21.089624,20.649996,20.857824,19.995165,16.703325,28.694218,29.27606,29.233624,29.227123,28.592354,29.311064,29.537384,29.81189,29.439081,28.96463,28.728792,27.974995,28.140541,27.32542,26.194674,24.12332,24.342533,24.362379,23.995584,23.928978,24.268337,24.38501,24.71874,24.30253,23.686037,23.460495,23.316063,23.532703,22.828243,18.422651,21.206846,21.322824,21.316738,21.163712,21.198235,21.371725,21.58548,22.0868,21.593496,20.546736,20.253845,19.59906,19.795517,18.822008,15.954017,21.37351,21.530933,21.554861,21.307522,21.400013,21.551439,21.726864,22.283195,21.774349,20.214329,19.910635,19.619219,19.804873,19.068676,15.424058,23.467068,23.664585,23.686245,23.346193,23.316229,23.62137,23.75444,24.118547,23.689445,23.006432,22.759918,22.569916,22.789169,22.060888,17.752102,23.1362,23.350782,23.353136,23.155233,23.045031,23.383913,23.549362,23.948801,23.496489,22.801693,22.556536,22.108702,22.322863,21.476316,18.998999,23.915609,24.08617,24.146452,23.802771,23.913708,24.112648,24.267021,24.740843,24.315672,23.054842,22.726206,22.621689,22.819286,22.208569,15.659862,25.381601,25.538773,25.586397,25.206484,25.277279,25.521276,25.650999,26.008978,25.637905,24.873165,24.600189,24.529018,24.741261,24.136885,16.355082,24.837383,25.000792,25.068453,24.702291,24.820738,25.004576,25.143335,25.623737,25.199104,23.736916,23.423223,23.364479,23.548687,22.997147,15.686815,21.605534,21.745462,21.752609,21.534935,21.567907,21.771723,21.958815,22.428459,21.954151,20.991703,20.702011,20.24534,20.4492,19.580338,16.198826,23.362888,23.361464,23.305086,23.463123,23.408136,23.583242,24.028786,24.536991,24.016035,23.196398,22.909666,20.745794,20.927967,19.176172,17.338959,23.170923,23.267223,23.232008,23.230867,23.131334,23.39258,23.682375,24.148003,23.657686,22.923084,22.657801,21.409018,21.605476,20.345997,18.439798,23.533508,23.701841,23.75071,23.414555,23.500189,23.721737,23.879093,24.317772,23.898163,22.898882,22.580853,22.433855,22.642925,21.976864,15.916215,25.963467,26.129967,26.205053,25.857426,25.973124,26.184111,26.328068,26.744732,26.388599,25.33968,25.00663,24.958401,25.149641,24.612974,15.829268,24.403893,24.713642,24.72438,24.460806,24.265371,24.7104,24.837563,25.178701,24.763802,24.169785,23.962431,23.722782,23.937618,23.216532,20.657824,21.028885,21.135807,21.112228,21.128588,21.195341,21.253582,21.506775,22.254837,21.615948,19.175514,18.896214,17.96876,18.114935,17.081688,15.539576,24.465872,24.757608,24.760748,24.622427,24.396526,24.83083,25.001879,25.379929,24.940802,24.2997,24.061577,23.545639,23.75915,22.918802,21.027901,22.321304,22.480898,22.506617,22.21822,22.268616,22.490252,22.656794,23.102322,22.65077,21.709906,21.413767,21.138109,21.347876,20.583158,16.172932,25.428947,25.821308,25.839949,25.64929,25.345512,25.878979,26.006567,26.335247,25.926079,25.346598,25.141897,24.843519,25.067024,24.36483,22.48929,23.308706,23.540121,23.548786,23.304121,23.195866,23.549128,23.697371,24.078312,23.636818,22.966122,22.729403,22.396648,22.612942,21.822771,19.049376,20.877916,21.02635,21.037477,20.841824,20.929018,21.057722,21.244089,21.837503,21.302523,19.584856,19.288391,18.902493,19.079582,18.296904,15.370478,24.504904,24.802372,24.811764,24.500916,24.325127,24.758993,24.876698,25.204807,24.799438,24.224607,24.020481,23.839905,24.049061,23.344786,20.299973,21.844923,21.970987,21.960583,21.811003,21.792727,22.019543,22.227411,22.688322,22.207325,21.365702,21.091949,20.417223,20.620674,19.635342,17.018747,23.634684,23.798048,23.851025,23.48534,23.602922,23.756573,23.887144,24.468403,23.938204,21.80304,21.531528,21.460602,21.628288,21.081799,15.771249,22.561773,22.728565,22.75074,22.453104,22.476778,22.724091,22.882515,23.301373,22.855007,22.022741,21.742994,21.47509,21.688976,20.921677,16.666077,27.088427,27.596498,27.609819,27.520451,27.051582,27.702309,27.864033,28.179947,27.795881,27.252642,27.027594,26.57724,26.774155,26.058056,24.722229,22.834583,23.003981,23.053215,22.725918,22.836885,23.01066,23.16597,23.693956,23.215769,21.649893,21.337988,21.201332,21.390182,20.760891,15.544031,21.068699,21.148176,21.118629,21.117037,21.162048,21.262745,21.555017,22.14436,21.600084,20.16371,19.861422,18.637186,18.81307,17.555311,15.439647,21.030647,21.126749,21.099344,21.136688,21.197393,21.265123,21.550499,22.243368,21.643206,19.581694,19.290483,18.129932,18.286089,17.101229,15.400826,26.193266,26.64872,26.648851,26.401098,26.029341,26.625666,26.735174,27.030968,26.661722,26.14043,25.982208,25.798468,25.990454,25.346964,23.318714,21.777294,21.815474,21.773294,21.812176,21.816805,21.952761,22.287207,22.820976,22.29475,21.259907,20.967539,19.432564,19.61775,18.179548,16.108892,21.459831,21.534151,21.507048,21.452703,21.461031,21.624422,21.89192,22.403339,21.895369,20.91037,20.621782,19.548855,19.740976,18.54451,16.223392,24.856123,25.126024,25.134413,24.776394,24.627327,25.032681,25.137861,25.447615,25.04903,24.492327,24.287359,24.156071,24.359667,23.671503,19.773024,25.935686,26.32053,26.318098,26.000362,25.707968,26.247173,26.345343,26.632887,26.276384,25.769567,25.578938,25.444202,25.631723,24.979647,22.133593,22.949444,23.111444,23.150461,22.813644,22.929298,23.056351,23.181814,23.882729,23.238598,20.320761,20.081413,20.002859,20.152031,19.638897,16.082106,21.071686,21.208214,21.215807,21.022715,21.089928,21.245956,21.442465,21.972162,21.473106,20.194468,19.891979,19.414734,19.606173,18.743385,15.530475,22.071022,22.111588,22.06015,22.21594,22.244019,22.315073,22.729034,23.337646,22.768692,21.253475,20.945236,18.879469,19.046448,17.348618,15.53353,21.170477,21.291435,21.274658,21.237282,21.310371,21.365192,21.565304,22.375607,21.684797,18.75193,18.489033,17.918489,18.054073,17.24752,15.823557,20.647018,20.781828,20.775829,20.669914,20.751516,20.840286,21.042442,21.728939,21.133009,18.933741,18.650551,18.125257,18.282942,17.453091,15.447274,25.219515,25.373791,25.408497,25.011225,25.053566,25.30884,25.428522,25.753162,25.365854,24.674595,24.421314,24.342253,24.564371,23.940678,16.758289,21.295536,21.444719,21.448746,21.283167,21.377354,21.466505,21.631212,22.398697,21.732281,18.824568,18.567753,18.292368,18.434759,17.796604,15.890699,22.32271,22.490412,22.492899,22.276556,22.239769,22.51107,22.684988,23.109755,22.647564,21.875818,21.613657,21.162472,21.37318,20.507418,17.573339,23.568325,23.746647,23.774649,23.421141,23.430845,23.706436,23.842651,24.213337,23.788404,23.060682,22.798759,22.630175,22.850708,22.140762,17.099916,21.68955,21.850218,21.869478,21.630373,21.735807,21.845066,21.995611,22.73074,22.079473,19.218849,18.96423,18.788221,18.936132,18.354946,15.925009,22.164242,22.225224,22.18998,22.180258,22.149496,22.341812,22.638477,23.133171,22.628477,21.773897,21.49469,20.207842,20.401016,19.099094,16.998224,21.170416,21.252502,21.219872,21.272697,21.32431,21.401571,21.714474,22.359938,21.786619,20.033463,19.733988,18.366808,18.531464,17.21591,15.374753,21.809809,21.976488,22.010237,21.723658,21.831007,21.976124,22.134865,22.727362,22.192076,20.271637,19.979668,19.795475,19.971672,19.325365,15.513585,26.29797,26.420879,26.361864,26.612831,26.386251,26.730328,27.175423,27.626667,27.167999,26.587545,26.398378,24.004498,24.180454,22.385084,20.769333,23.563375,23.752701,23.736406,23.648394,23.498163,23.836,24.053078,24.475664,24.009228,23.316015,23.061098,22.270521,22.47621,21.468977,19.523672,22.663363,22.845673,22.859619,22.580097,22.557169,22.838663,22.99309,23.395475,22.947573,22.19776,21.937971,21.634861,21.849773,21.060152,17.470743,20.921209,21.075319,21.086851,20.890764,20.985567,21.099245,21.275532,21.925976,21.350641,19.222183,18.939127,18.621229,18.785936,18.070236,15.480292,21.474148,21.578302,21.563324,21.441853,21.448458,21.638651,21.865614,22.353239,21.860527,20.927879,20.643934,19.857645,20.055807,19.009758,16.424671,22.320473,22.338957,22.284033,22.430338,22.439959,22.531431,22.958473,23.521669,22.967037,21.733158,21.430107,19.283422,19.458179,17.706404,15.78676,23.426165,23.654469,23.668074,23.372032,23.285484,23.632454,23.768879,24.13526,23.70256,23.046846,22.813383,22.569096,22.785635,22.033134,18.713783,25.663679,25.828835,25.894194,25.53582,25.634481,25.864326,26.007957,26.39872,26.042583,25.162708,24.845064,24.784418,24.98699,24.414892,16.020494,25.660761,25.818701,25.849926,25.428535,25.435009,25.701677,25.795685,26.07836,25.69092,25.084618,24.849342,24.78266,25.011438,24.391668,17.312506,22.044329,22.20657,22.241194,21.956596,22.04874,22.226845,22.396687,22.907898,22.432991,21.106575,20.792868,20.556812,20.75288,20.038815,15.54388,21.468493,21.612026,21.626001,21.397982,21.45784,21.640137,21.826237,22.32069,21.841124,20.725958,20.424484,20.01926,20.218756,19.387409,15.765436,22.704683,22.705463,22.650208,22.801472,22.783623,22.915569,23.348091,23.881632,23.349791,22.377853,22.091637,19.922323,20.102118,18.334135,16.433285,22.490622,22.653679,22.690701,22.390026,22.471165,22.673512,22.840511,23.312077,22.861143,21.755199,21.440981,21.218811,21.423559,20.70606,15.767144,23.483465,23.651003,23.689739,23.345579,23.402308,23.644665,23.794273,24.200716,23.779678,22.926815,22.633804,22.472012,22.687536,21.995405,16.332239,21.043886,21.133097,21.112427,21.040222,21.077688,21.214128,21.469315,22.009502,21.492647,20.309546,20.011719,19.05278,19.239889,18.109598,15.6786,20.731199,20.849012,20.841002,20.724777,20.788263,20.911863,21.135891,21.709045,21.182585,19.735592,19.435314,18.737968,18.919044,17.944307,15.390328,24.154413,24.201086,24.149656,24.282207,24.163792,24.414804,24.816505,25.303476,24.809448,24.109892,23.849339,21.928345,22.114902,20.517689,18.752844,22.390142,22.522123,22.505209,22.393364,22.331221,22.589308,22.808914,23.260111,22.780018,22.006199,21.740835,20.953419,21.157297,20.122885,17.848173,20.601999,20.725567,20.716743,20.617102,20.689234,20.793037,21.014406,21.635319,21.082434,19.341871,19.04594,18.375143,18.546053,17.60453,15.324251,8.1087713,8.1806622,7.6526179,8.6157513,8.5109921,8.5294437,8.5762367,8.6595421,8.5987215,8.5647116,8.5259943,8.4384499,8.4251118,7.8497472,7.6384406,8.2372503,8.1944437,7.7004232,8.1378679,8.0920591,8.1107988,8.1579847,8.2437935,8.1665163,8.1269617,8.099659,8.0180063,8.0074091,7.5620484,7.3604641,6.8682876,6.8203101,6.2965031,6.5095396,6.5029469,6.5194063,6.5542507,6.5982528,6.5793443,6.5681319,6.5460944,6.464396,6.4363341,6.0815597,5.9458652,7.1082649,7.0685511,6.5875664,6.9014244,6.8774338,6.8908634,6.9253969,6.9769163,6.9403863,6.920929,6.8962283,6.8179636,6.7947426,6.415482,6.2595901,7.9265347,7.9030008,7.4090433,7.8919663,7.84308,7.8605733,7.9048333,7.9814219,7.9172773,7.8837919,7.8548632,7.7728558,7.7588601,7.3157129,7.1240106,8.4848642,8.5127058,8.0070162,8.7517147,8.6620054,8.6827517,8.733882,8.8308878,8.7459641,8.7010498,8.667285,8.5819111,8.5734892,8.0678911,7.8514104,5.3639836,5.3099227,4.9141002,4.9465637,4.9454117,4.9484582,4.9571142,4.9669862,4.9621267,4.9588628,4.9518104,4.8933167,4.8518953,4.6371574,4.5686011,6.0729399,6.0197763,5.5849757,5.6949887,5.6896014,5.6970158,5.7166872,5.7415252,5.7260728,5.7175531,5.703352,5.6357179,5.6009145,5.3255734,5.2208228,6.4967742,6.4566116,5.9871945,5.9803171,6.000309,6.0247378,6.0616612,6.0978899,6.0998416,6.0972309,6.0970788,5.9965577,5.9584503,5.7014756,5.6182528,7.5505176,7.5354581,7.0116434,7.5386682,7.4955835,7.5124788,7.5538301,7.6181378,7.5766864,7.5538735,7.5205336,7.4363303,7.4180927,6.9488297,6.7692518,6.5923133,6.5369196,6.0870466,6.2481332,6.2382116,6.2484546,6.2753773,6.3127871,6.2846456,6.2700238,6.2513795,6.1799083,6.1511493,5.8345189,5.7024393,6.7653294,6.7144938,6.2531786,6.4634399,6.4490795,6.4602351,6.4895992,6.5314913,6.5009632,6.4849224,6.4644198,6.3904262,6.363368,6.0268202,5.8874021,7.341608,7.2829885,6.8121729,7.05229,7.0339928,7.0485077,7.0853877,7.1430993,7.0951004,7.0705638,7.0471869,6.9703374,6.9504337,6.5776062,6.4112926,6.16922,6.1186481,5.6671634,5.7755551,5.7732525,5.7834249,5.8064241,5.8339195,5.8219094,5.8146477,5.8013411,5.728734,5.6938252,5.4136209,5.3098903,5.4342699,5.3797526,4.9823933,5.0251827,5.023344,5.0266995,5.0364199,5.047647,5.0402126,5.0358524,5.0271807,4.9689837,4.9285688,4.7060723,4.6312528,19.062153,18.881557,18.801817,19.109669,19.127409,19.155161,19.467548,20.294662,19.620277,18.380159,17.996462,16.836693,17.10433,15.915491,14.803402,21.180559,20.747265,20.644251,20.876369,20.870314,20.905476,21.402653,22.106964,21.370173,20.532528,20.196569,18.997391,19.253603,18.060638,16.500467,13.603905,13.616836,13.57372,14.375896,14.405131,14.423235,14.591664,16.113586,15.405248,14.840358,14.307176,14.084531,14.408742,13.553863,11.826692,13.581254,13.495623,13.469912,14.40757,14.422102,14.537272,14.815875,16.676994,15.895398,15.551455,14.858914,14.735843,15.866239,14.302161,12.492877,13.036551,13.013896,12.971873,13.980259,14.000093,14.04478,14.212407,16.120745,15.279452,14.843547,14.271832,14.094979,14.538995,13.610432,11.486564,20.103161,19.635841,19.543409,19.765793,19.774235,19.82098,20.206188,20.973183,20.215296,19.409077,19.078104,18.258343,18.544636,17.508942,16.169384,19.879864,19.34252,19.25329,19.472263,19.485071,19.537209,19.893217,20.694866,19.902649,19.138124,18.812008,18.189405,18.497149,17.537485,16.264256,12.985047,12.942358,12.905807,13.945178,13.962523,14.031916,14.21755,16.206112,15.34968,14.961967,14.346523,14.193431,14.779985,13.729172,11.608675,22.220524,21.865442,21.736208,22.111591,22.079735,22.093348,22.657396,23.324923,22.605812,21.643682,21.205111,18.847986,19.092018,17.320892,15.974546,18.990442,18.398436,18.318007,18.57473,18.595654,18.657232,18.946512,19.833956,19.011322,18.318916,17.961319,17.585957,17.990679,17.051527,15.997119,14.530924,14.629838,14.602468,15.421153,15.465335,15.425797,15.581989,17.114527,16.370718,15.160554,14.725467,14.459018,14.634835,13.921987,12.300953,15.620876,15.565703,15.510597,15.998447,16.031456,16.056339,16.257587,17.350155,16.718084,15.879075,15.413457,15.040334,15.362004,14.456991,13.207687,19.024414,18.648924,18.564978,18.817776,18.834871,18.882174,19.194199,20.003355,19.28071,18.44124,18.081547,17.346142,17.656662,16.63113,15.457655,21.840487,20.906582,20.811821,20.979576,20.98633,21.040796,21.505552,22.346613,21.359505,20.638351,20.381201,20.013563,20.306252,19.508007,17.956764,16.03216,15.871043,15.809864,16.252489,16.281729,16.328194,16.550346,17.597424,16.946474,16.256342,15.790209,15.451482,15.867001,14.892456,13.714583,17.373108,17.417028,17.374229,17.88221,17.923201,17.90884,18.08997,19.305923,18.565569,16.527065,16.146624,15.704427,15.894789,15.137561,14.010319,15.997278,15.7328,15.680571,16.166435,16.187048,16.28096,16.633728,17.771246,17.113754,16.668217,16.131819,15.971954,17.197868,15.517117,14.45259,25.458067,25.432331,25.394968,25.709028,25.738298,25.742193,25.974892,27.476583,26.177757,19.80764,19.635128,18.877863,18.982227,18.333038,17.834612,19.625103,19.605877,19.555552,19.936846,19.974501,19.981874,20.212053,21.329681,20.526361,17.801104,17.473154,16.735786,16.92852,16.064976,15.135377,18.888002,18.422729,18.340853,18.593649,18.613405,18.667732,18.964815,19.809687,19.047487,18.291773,17.93438,17.406889,17.754162,16.793655,15.664369,20.826748,20.572626,20.459681,20.821342,20.807507,20.815567,21.259077,22.00692,21.306601,20.157339,19.716612,17.73748,17.995092,16.405458,15.242477,20.034128,19.683994,19.588675,19.847437,19.851952,19.889679,20.272135,21.021376,20.309704,19.398359,19.034359,17.850275,18.125553,16.919355,15.654131,16.387051,16.244186,16.181801,16.588659,16.619112,16.657869,16.880396,17.878174,17.233957,16.425478,15.981659,15.563491,15.921821,14.970288,13.811902,15.829382,15.582358,15.526814,16.02578,16.049026,16.131905,16.416178,17.567657,16.89356,16.406628,15.879444,15.689174,16.545321,15.210401,14.080174,13.560019,13.60801,13.568765,14.373284,14.406365,14.403274,14.56558,16.067999,15.369632,14.725258,14.213326,13.981164,14.244426,13.437719,11.713765,17.652681,17.251656,17.179235,17.502207,17.527428,17.588699,17.849405,18.78404,18.049555,17.384071,16.974775,16.630468,17.092581,16.093248,15.051765,18.13616,17.804359,17.727806,18.014061,18.037485,18.086874,18.35807,19.22146,18.515488,17.709621,17.326357,16.767302,17.113874,16.129543,15.02215,15.750432,15.826831,15.791688,16.440355,16.484024,16.457458,16.625353,17.960346,17.24501,15.733877,15.31721,14.977469,15.165583,14.426691,13.074862,20.672537,19.688259,19.603474,19.813848,19.829861,19.892962,20.206539,21.128702,20.111145,19.411718,19.102972,18.825512,19.221659,18.366158,17.342569,18.182241,17.745787,17.669401,17.958155,17.981756,18.039864,18.310219,19.204756,18.454491,17.746714,17.362059,16.952351,17.357553,16.38945,15.327167,19.938025,19.021933,18.943434,19.18631,19.20612,19.27672,19.574839,20.525143,19.543837,18.886509,18.545269,18.319473,18.859577,17.881268,16.996132,15.698854,15.696675,15.646094,16.148634,16.184992,16.192942,16.38471,17.499931,16.864586,15.81806,15.366558,14.970953,15.237185,14.378354,13.124784,14.394607,14.410819,14.364837,15.01347,15.047145,15.055255,15.231874,16.522749,15.873719,15.143218,14.643595,14.363678,14.652259,13.805885,12.333745,16.702827,16.702084,16.651173,17.103596,17.141413,17.146049,17.345276,18.428463,17.765636,16.331263,15.916415,15.428601,15.667151,14.813479,13.657011,18.34519,18.094191,18.017128,18.304966,18.327164,18.367764,18.648235,19.488224,18.808758,17.853006,17.470707,16.702843,17.008158,15.965729,14.840511,15.419878,15.236463,15.181014,15.719087,15.744288,15.813261,16.053772,17.244911,16.57403,16.052595,15.527194,15.306661,15.938068,14.803852,13.570689,22.522715,21.327658,21.23534,21.393539,21.401525,21.456135,21.902794,22.80035,21.678946,20.945776,20.701815,20.430738,20.730228,19.990183,18.536396,15.378921,15.428694,15.38554,15.95822,15.997861,15.984924,16.161163,17.367176,16.716024,15.549342,15.100738,14.752301,14.975553,14.177734,12.858006,20.378077,20.313686,20.260672,20.632128,20.668718,20.692635,21.020628,22.010141,21.249592,18.809467,18.486134,17.170156,17.379087,16.207478,15.258992,19.186653,18.905479,18.819378,19.093149,19.10685,19.144213,19.468842,20.260649,19.570141,18.591095,18.215748,17.185453,17.4713,16.326427,15.160023,22.878075,21.191658,21.10853,21.278233,21.287434,21.342346,21.616655,22.656656,21.292278,20.517729,20.250092,20.079947,20.477533,19.721416,18.940725,16.427999,16.121086,16.059437,16.490561,16.515388,16.590946,16.864145,17.928373,17.235296,16.697514,16.21242,15.990661,16.710712,15.500836,14.436316,17.463249,17.301601,17.234016,17.570236,17.599154,17.634501,17.879787,18.788666,18.133749,17.118727,16.715141,16.088434,16.39625,15.41046,14.295753,14.323476,14.208767,14.164619,14.897132,14.91821,14.999462,15.235128,16.719786,16.010105,15.576964,14.979607,14.80949,15.551549,14.330705,12.820507,13.434883,13.427628,13.383837,14.250248,14.275579,14.306479,14.475861,16.119442,15.368726,14.864128,14.314202,14.109901,14.484124,13.596831,11.749619,23.097013,21.583498,21.494183,21.645222,21.652008,21.704411,22.074003,23.042679,21.760952,20.993935,20.755993,20.540985,20.843613,20.147621,18.973053,20.291323,20.337942,20.299957,20.790825,20.828028,20.810986,20.974039,22.391085,21.423798,17.685717,17.402281,16.987289,17.128746,16.518806,15.618698,18.783392,18.676611,18.610819,18.9436,18.972551,18.997595,19.278801,20.182867,19.500385,17.931648,17.561033,16.551531,16.801662,15.709435,14.646621,18.090614,17.554361,17.481728,17.794035,17.818018,17.889004,18.168989,19.120998,18.327627,17.712128,17.30831,17.044514,17.619818,16.556545,15.592071,20.262882,19.458509,19.372149,19.585577,19.601513,19.662262,19.99206,20.870573,19.944321,19.239939,18.926039,18.569319,18.931538,18.059759,16.925919,14.452876,14.359554,14.31018,14.993713,15.018422,15.07677,15.284537,16.672344,15.979949,15.478498,14.924905,14.714442,15.245547,14.207601,12.726297,20.014961,19.365829,19.277706,19.492004,19.506468,19.562977,19.90918,20.743006,19.895563,19.166693,18.848501,18.368423,18.697113,17.790491,16.561987,16.742647,16.482155,16.415604,16.79735,16.824835,16.879953,17.120615,18.104673,17.425394,16.75246,16.30995,15.965374,16.41478,15.414282,14.313379,20.58057,20.459991,20.381096,20.764393,20.776505,20.786003,21.174448,22.035322,21.321285,19.485451,19.113462,17.308987,17.537291,16.080715,15.046589,19.201448,18.480549,18.402151,18.663465,18.684784,18.753052,19.041647,19.969074,19.083979,18.42914,18.069372,17.792257,18.282852,17.313541,16.354088,18.821211,18.833036,18.785431,19.210716,19.24894,19.244524,19.442766,20.613226,19.822721,17.257153,16.911793,16.35243,16.539675,15.757974,14.773032,18.844469,18.125109,18.053802,18.340801,18.363239,18.442539,18.7672,19.725801,18.852644,18.262156,17.876799,17.683014,18.470484,17.248064,16.401474,15.598722,15.437142,15.378941,15.878662,15.906326,15.961113,16.184702,17.311735,16.652636,16.055204,15.558863,15.286066,15.776254,14.755513,13.533501,17.762098,17.64562,17.580765,17.922005,17.952599,17.9811,18.229116,19.148558,18.490107,17.24506,16.851677,16.123838,16.401257,15.403452,14.303416,17.15834,16.948036,16.879715,17.22485,17.25308,17.296329,17.537506,18.463264,17.800442,16.963381,16.547503,16.051697,16.403677,15.431993,14.317796,14.304549,14.382177,14.345295,15.057261,15.096951,15.071393,15.234286,16.600212,15.930642,14.989144,14.517983,14.246675,14.456288,13.688244,12.155005,20.494036,20.452204,20.402882,20.772167,20.811716,20.830343,21.114914,22.19171,21.378679,18.509674,18.200256,17.158545,17.352028,16.346422,15.451141,17.366627,17.075098,17.004162,17.335802,17.362373,17.413958,17.66361,18.585611,17.895535,17.151596,16.7393,16.307608,16.70027,15.722186,14.632736,17.617506,17.125717,17.059086,17.405659,17.429163,17.509575,17.826536,18.812565,18.051702,17.501551,17.065746,16.8626,17.70969,16.402462,15.478405,14.496012,14.441104,14.390715,15.041159,15.069359,15.107894,15.300338,16.619612,15.949823,15.368225,14.84253,14.593664,14.99965,14.061162,12.598111,16.973392,16.581385,16.521404,16.912779,16.934669,17.022657,17.383814,18.407585,17.706434,17.216009,16.740002,16.568377,17.718971,16.118931,15.180546,20.770727,19.638412,19.560236,19.781496,19.799374,19.869194,20.177029,21.150049,20.061623,19.385864,19.067303,18.877998,19.462025,18.47558,17.662994,14.521413,14.567132,14.524159,15.165719,15.20261,15.194951,15.366882,16.642601,15.997387,15.135625,14.653413,14.360864,14.607095,13.795691,12.346294,14.86904,14.845402,14.794717,15.373758,15.40624,15.427227,15.615789,16.821917,16.182085,15.449004,14.955934,14.650214,14.97389,14.0884,12.718358,21.275455,20.6101,20.512079,20.694464,20.697531,20.746365,21.225334,21.997252,21.148861,20.406851,20.128153,19.535048,19.807241,18.90399,17.281872,15.352111,15.262738,15.206917,15.724987,15.755307,15.792787,15.997922,17.13419,16.491732,15.806347,15.318355,15.005322,15.390084,14.44884,13.170892,14.941239,14.775769,14.734176,15.374281,15.392529,15.495934,15.821734,17.185165,16.519936,16.120392,15.510292,15.366512,16.58614,14.914087,13.618126,16.621519,16.547728,16.488989,16.895973,16.929544,16.953749,17.170406,18.171286,17.531271,16.458605,16.031881,15.524079,15.816377,14.892618,13.737493,17.76861,17.720922,17.664408,18.045357,18.08107,18.097776,18.326382,19.329296,18.649841,17.044001,16.657511,15.987866,16.232281,15.302644,14.225274,16.784096,16.460693,16.394873,16.786169,16.812193,16.878927,17.135639,18.146858,17.444977,16.849079,16.394022,16.122774,16.693129,15.610632,14.550847,12.807068,12.827624,12.620047,12.624998,12.612904,12.639374,12.695091,12.882269,12.715935,12.61346,12.603276,12.429536,12.553632,11.906176,10.788863,16.761557,16.755363,16.572618,14.970784,14.991543,15.013217,15.04013,15.177151,15.053935,14.954022,14.971519,14.368837,14.442125,13.933265,13.055695,13.701365,13.714727,13.488901,13.147532,13.146578,13.174189,13.222631,13.3937,13.252741,13.154524,13.149483,12.869247,12.976006,12.368074,11.294115,12.283685,12.31852,12.12875,11.948391,11.952399,11.977751,12.023508,12.165758,12.060789,11.986148,11.953802,11.731676,11.827483,11.321021,10.154211,13.643182,13.654748,13.421083,13.150943,13.146935,13.17536,13.22682,13.405221,13.256846,13.15597,13.157799,12.896121,13.007851,12.37823,11.313909,12.062434,12.09622,11.906899,11.860476,11.85876,11.882694,11.931581,12.083744,11.96045,11.88,11.845671,11.663439,11.767928,11.226541,10.043445,12.725383,12.747872,12.541377,12.531781,12.521623,12.547812,12.602471,12.784276,12.624971,12.525746,12.510307,12.332696,12.453612,11.821404,10.690472,7.8190532,7.86444,7.780654,7.8467121,7.8506866,7.8604779,7.8916092,7.9509916,7.9181266,7.9049206,7.8655267,7.7991529,7.8504577,7.6437545,6.8329344,14.243535,14.2556,14.042379,13.443752,13.448548,13.474161,13.514808,13.672611,13.543517,13.447727,13.438632,13.089424,13.185216,12.614077,11.558412,13.751122,13.752207,13.497619,13.417324,13.397865,13.427328,13.48719,13.695112,13.513174,13.400067,13.47071,13.256557,13.387065,12.673205,11.71698,11.658216,11.696476,11.517831,11.482687,11.48329,11.505863,11.552597,11.692514,11.582561,11.510409,11.472158,11.298076,11.396308,10.894593,9.7049408,9.845377,9.8940125,9.7645121,9.8347406,9.8370552,9.8520136,9.8917141,9.9916,9.9137182,9.8685484,9.8228989,9.7082176,9.7868633,9.4179277,8.2794371,12.225839,12.204794,12.05737,12.177664,12.117128,12.09899,12.114151,12.242605,12.079591,11.989394,12.858426,12.735128,12.834274,12.292171,11.838303,15.325179,15.326172,15.04454,14.444089,14.43153,14.467537,14.530942,14.734376,14.573773,14.470343,14.660275,14.274014,14.390228,13.716636,12.992919,14.050333,14.043833,13.816234,13.718268,13.688473,13.714526,13.77261,13.988319,13.786622,13.666743,13.85178,13.629252,13.76374,13.036922,12.21923,13.695131,13.694864,13.460524,13.434491,13.410054,13.438033,13.497819,13.71216,13.515643,13.397406,13.489342,13.294107,13.429852,12.703095,11.771576,11.846354,11.882231,11.700756,11.70763,11.704299,11.727224,11.776625,11.928945,11.801462,11.721112,11.683277,11.519358,11.625627,11.084181,9.8880186,14.425673,14.477191,14.350284,13.242234,13.266912,13.30202,13.338118,13.4554,13.399398,13.340104,13.323303,12.850551,12.920953,12.549503,11.501181,13.875177,13.860783,13.66218,13.645745,13.604937,13.623799,13.675914,13.890524,13.673405,13.548415,13.827883,13.635165,13.772025,13.045338,12.294876,13.735903,13.738544,13.477769,13.360953,13.345378,13.375375,13.434342,13.636252,13.463897,13.354039,13.403557,13.179048,13.305438,12.606086,11.620711,12.376262,12.404766,12.214289,12.251666,12.241842,12.266695,12.320701,12.497191,12.339645,12.243738,12.216086,12.057092,12.177147,11.56345,10.39839,13.740432,13.744904,13.48619,13.318268,13.306719,13.336872,13.394164,13.589285,13.42532,13.318213,13.350204,13.112088,13.233822,12.553274,11.542772,11.340224,11.381504,11.216439,11.264306,11.261745,11.282434,11.33,11.471092,11.35158,11.27842,11.234075,11.088672,11.190328,10.684608,9.4705496,13.338296,13.347861,13.114618,13.071854,13.056402,13.084691,13.142522,13.3415,13.166248,13.057063,13.080814,12.885386,13.013223,12.327211,11.286771,10.827352,10.875206,10.726772,10.526347,10.542386,10.564589,10.598925,10.691739,10.654704,10.615236,10.584517,10.37843,10.447035,10.113009,8.9890251,14.321032,14.315532,14.009583,13.684742,13.676867,13.710664,13.769499,13.962987,13.810412,13.705138,13.749147,13.457214,13.573013,12.889462,11.929206,13.236011,13.245115,13.035769,13.085127,13.063299,13.090575,13.149869,13.36044,13.162541,13.04533,13.078641,12.915952,13.053089,12.342222,11.318877,12.356224,12.385269,12.1895,12.179179,12.17273,12.197577,12.249716,12.417748,12.273904,12.183315,12.15486,11.980507,12.094442,11.503978,10.335724,13.672846,13.694839,13.489409,12.992082,12.998029,13.024831,13.06659,13.216872,13.103106,13.016533,12.995089,12.675869,12.769584,12.230256,11.127318,13.732233,13.713051,13.526215,13.549974,13.502854,13.516258,13.563401,13.772287,13.552183,13.427015,13.78134,13.603619,13.73911,13.021981,12.316617,13.855607,13.873558,13.664309,13.148558,13.15337,13.179424,13.22086,13.374932,13.253597,13.162872,13.145525,12.820371,12.915705,12.359974,11.271989,13.416312,13.452289,13.271293,12.70412,12.716463,12.746768,12.788737,12.925694,12.838033,12.765265,12.740367,12.405731,12.492008,12.020055,10.903958,13.276875,13.2601,13.085451,13.050155,12.997806,12.994689,13.024714,13.186729,13.007292,12.905392,13.565391,13.37106,13.481894,12.866686,12.332892,12.979034,13.000123,12.784501,12.646173,12.641521,12.668278,12.719736,12.891821,12.748788,12.654055,12.638314,12.420168,12.532301,11.925711,10.80219,13.25718,13.2666,13.047962,13.069375,13.049719,13.077318,13.136205,13.342605,13.153153,13.03908,13.069434,12.896179,13.030067,12.327647,11.297342,15.127253,15.131504,14.946879,14.273991,14.248194,14.266484,14.313381,14.489608,14.331117,14.2353,14.720049,14.315683,14.419485,13.829538,13.305719,13.311582,13.285952,13.116426,13.208782,13.15148,13.152702,13.188254,13.376364,13.162731,13.043284,13.5685,13.418601,13.546477,12.868237,12.24986,12.413765,12.441887,12.255775,12.316895,12.30503,12.329998,12.385085,12.567183,12.400495,12.30087,12.273726,12.122882,12.246827,11.618551,10.458071,13.060432,13.077815,12.856641,12.777394,12.768193,12.795503,12.849972,13.03354,12.876108,12.775275,12.770061,12.567738,12.687167,12.046544,10.945649,13.527416,13.527365,13.318222,13.365039,13.33672,13.363301,13.42278,13.642966,13.43062,13.306568,13.394055,13.22764,13.36921,12.632894,11.693657,12.708006,12.730223,12.532133,12.575126,12.561404,12.587479,12.643822,12.833749,12.660649,12.556337,12.542842,12.382998,12.510009,11.857369,10.733178,13.621633,13.615284,13.418733,13.485794,13.451439,13.476084,13.534285,13.759998,13.534062,13.404322,13.536274,13.377305,13.522401,12.774375,11.890526,12.974918,12.991502,12.780369,12.797822,12.782726,12.809717,12.866917,13.062373,12.885816,12.778316,12.780325,12.608996,12.737577,12.066537,10.978585,12.915154,12.932716,12.729142,12.773111,12.756738,12.783467,12.841084,13.03893,12.856849,12.747655,12.747647,12.586242,12.717125,12.041658,10.950595,10.571845,10.617777,10.466908,10.410644,10.418742,10.438399,10.477873,10.581836,10.514426,10.467165,10.430273,10.268473,10.345787,9.9669542,8.8489256,14.092665,14.116297,13.918025,13.230699,13.240484,13.268999,13.30827,13.451955,13.35039,13.267433,13.245418,12.874577,12.962006,12.45073,11.366924,8.1894703,8.232398,8.13276,8.1732903,8.1800566,8.1908569,8.2209702,8.2796974,8.2470121,8.2301407,8.1995916,8.1176043,8.168232,7.9463272,7.1357832,12.634919,12.659616,12.454412,12.420195,12.412621,12.438474,12.491608,12.666235,12.516489,12.421556,12.400812,12.216432,12.332923,11.721437,10.576609,12.091697,12.124559,11.940481,11.974484,11.967444,11.991186,12.04318,12.208558,12.063745,11.974896,11.939971,11.782287,11.896469,11.315733,10.127247,13.211514,13.224824,12.996776,12.935563,12.923283,12.951189,13.007483,13.199187,13.032479,12.927184,12.935143,12.736105,12.859949,12.195065,11.123436,12.521938,12.550893,12.34971,12.226425,12.225276,12.25076,12.299749,12.457424,12.331208,12.246243,12.218158,12.00895,12.114186,11.554407,10.394011,11.279408,11.321412,11.152864,11.096271,11.100582,11.122236,11.165951,11.290896,11.19966,11.137748,11.099132,10.924615,11.013974,10.562848,9.3900433,10.064768,10.111731,9.972188,10.011845,10.015748,10.032168,10.072082,10.173781,10.098977,10.053085,10.010805,9.8841066,9.9626904,9.5876265,8.4656277,14.135858,14.132559,13.875682,13.723015,13.70022,13.729914,13.790454,14.002767,13.816179,13.701485,13.836403,13.594171,13.724825,13.003578,12.142539,14.008924,14.01403,13.762446,13.430974,13.426813,13.457236,13.510566,13.694153,13.542706,13.438698,13.455702,13.171746,13.283968,12.636868,11.61616,13.770492,13.759308,13.559769,13.59001,13.552377,13.574725,13.630531,13.852759,13.629572,13.501177,13.698145,13.523496,13.665488,12.922773,12.102727,12.518336,12.54579,12.343472,12.276796,12.272378,12.297816,12.348919,12.514439,12.376721,12.287269,12.261282,12.068345,12.179196,11.595047,10.436764,12.779866,12.808233,12.605776,12.376989,12.379171,12.40542,12.452169,12.604992,12.487597,12.404503,12.377518,12.136654,12.236848,11.692939,10.544553,11.043125,11.087404,10.659503,10.896482,10.85387,10.895993,10.982501,11.261611,11.10649,11.002149,10.729968,10.663666,10.783167,10.211118,9.7299786,10.465979,10.687755,10.193217,11.082711,10.925057,10.96274,11.040479,11.256097,11.099049,11.006117,10.883655,10.797506,10.877968,10.359383,9.968749,11.02446,11.069384,10.641912,10.89827,10.853384,10.898088,10.985373,11.266275,11.107768,11.002448,10.731189,10.661579,10.783792,10.210099,9.7324762,9.6901178,10.042072,9.5018492,10.791566,10.568732,10.598552,10.665105,10.827156,10.705346,10.635864,10.589397,10.49669,10.533796,10.064481,9.723484,12.841933,12.776342,12.46628,12.854634,12.782516,12.905721,13.024298,13.520591,13.228984,13.04438,12.567917,12.49375,12.777225,12.058605,11.560611,12.028288,12.034217,11.688176,12.068955,12.001348,12.093564,12.199165,12.608832,12.373876,12.222359,11.825563,11.74927,11.958889,11.303919,10.808338,10.707476,10.751753,10.249249,10.477842,10.439372,10.469914,10.548779,10.772111,10.641622,10.557361,10.351334,10.28669,10.376645,9.8443518,9.3968182,10.805852,10.851418,10.374572,10.613299,10.572408,10.60659,10.687973,10.928077,10.788737,10.697866,10.473464,10.407437,10.506939,9.9616814,9.5045547,10.146538,10.228921,9.6784983,10.097913,10.032393,10.064129,10.137939,10.324592,10.202569,10.128797,9.9963856,9.9152555,9.9841108,9.4889097,9.1018791,11.756509,11.77199,11.464096,11.732759,11.687545,11.795708,11.900934,12.346479,12.142168,11.996183,11.490396,11.41818,11.621688,10.967782,10.442021,10.502838,10.552521,10.032774,10.301126,10.258091,10.289983,10.367866,10.579948,10.451673,10.370706,10.185925,10.113705,10.198289,9.676466,9.2470579,10.233056,10.596375,10.091975,11.391045,11.153081,11.187881,11.262226,11.462193,11.309872,11.220825,11.133812,11.044391,11.106366,10.603718,10.231088,10.734112,11.026364,10.553087,11.652765,11.446163,11.486539,11.566507,11.803118,11.624088,11.518146,11.38942,11.302416,11.392246,10.858015,10.457112,11.487964,11.53021,11.138783,11.528018,11.459724,11.525702,11.62173,11.956695,11.755639,11.627398,11.319819,11.242351,11.404563,10.794302,10.317026,10.66182,10.780473,10.299193,10.874121,10.775513,10.81628,10.897626,11.130913,10.971848,10.875639,10.708981,10.626446,10.7243,10.187805,9.7739897,9.5397778,9.6001444,8.9074898,9.2511339,9.2046185,9.2300987,9.2944727,9.4289446,9.3466454,9.2981567,9.2218647,9.1399527,9.1733351,8.7411718,8.4125214,10.833283,10.880195,10.416015,10.67033,10.626933,10.664342,10.747375,10.996943,10.851685,10.75701,10.524017,10.455158,10.560555,10.0083,9.5484867,9.0055542,9.1321926,8.4783087,9.0878515,9.0024548,9.0256186,9.0810957,9.1928329,9.1190815,9.0776281,9.0563669,8.9668093,8.9806557,8.5741119,8.2880659,10.787877,10.84041,10.375357,10.676872,10.626551,10.666901,10.750555,11.000188,10.850095,10.754142,10.529647,10.455616,10.563059,10.010993,9.5603285,10.089827,10.138096,9.532835,9.802454,9.7628527,9.790226,9.8619623,10.034347,9.9293995,9.8650808,9.7299805,9.6542711,9.7141228,9.2329683,8.843318,11.116568,11.160642,10.747565,11.030353,10.981458,11.03278,11.122749,11.420409,11.251752,11.140402,10.852885,10.780205,10.913568,10.328848,9.848546,11.00366,11.059848,10.622429,10.979062,10.918427,10.967015,11.054855,11.331347,11.162806,11.055716,10.809261,10.73242,10.85749,10.286104,9.8285179,10.599249,10.690328,10.202002,10.67307,10.594414,10.633801,10.714581,10.943275,10.792376,10.700147,10.526117,10.44521,10.541137,10.00748,9.5901232,9.7471409,9.7843618,9.0251122,9.2655039,9.2350388,9.2600317,9.3262119,9.4631195,9.3859119,9.3400202,9.2482395,9.1709938,9.2061758,8.7738667,8.431407,10.590881,10.637913,10.127258,10.377489,10.336617,10.368258,10.4468,10.664743,10.534912,10.452136,10.25691,10.187457,10.275042,9.747674,9.3096247,10.419405,10.461929,9.9035978,10.129456,10.093971,10.121107,10.195959,10.390087,10.275097,10.202738,10.032476,9.9643345,10.037314,9.531208,9.1083822,9.7968111,9.8794374,9.2745371,9.6960516,9.6335983,9.6616964,9.7302132,9.8883476,9.7855453,9.7244081,9.6264944,9.5439072,9.5934076,9.1296873,8.7736874,9.5497236,9.7180758,9.1346989,9.8590775,9.746789,9.7744884,9.8390684,9.9863777,9.8836479,9.82446,9.7658119,9.6774693,9.7147837,9.2625427,8.9305182,10.984041,11.1332,10.677669,11.377671,11.250829,11.296751,11.381711,11.641449,11.458053,11.347773,11.168353,11.08495,11.198321,10.641857,10.218058,10.519687,10.55482,9.9719181,10.155588,10.126111,10.148652,10.221508,10.40726,10.300891,10.234107,10.06551,10.006239,10.072923,9.5730991,9.1453867,10.666618,10.717029,10.228794,10.505288,10.459714,10.495302,10.576181,10.808195,10.668983,10.580137,10.372523,10.300391,10.396845,9.8582458,9.4149504,11.910793,11.916276,11.596016,11.905842,11.853425,11.959406,12.066136,12.504659,12.285232,12.135485,11.662781,11.588823,11.801614,11.141503,10.627423,11.59766,11.625266,11.316851,11.555701,11.513247,11.611897,11.713905,12.145714,11.955047,11.814137,11.318353,11.248034,11.434645,10.793729,10.261978,10.16572,10.22726,9.6627827,9.9939995,9.9433889,9.9736176,10.047312,10.232152,10.115591,10.044295,9.9026957,9.8244371,9.8925495,9.3984022,9.0042229,9.2490511,9.5428352,8.9664803,10.107548,9.9240437,9.9496899,10.006313,10.138192,10.040497,9.9871416,9.9737053,9.8763628,9.8963499,9.4554596,9.1409273,11.019749,11.057714,10.545872,10.731957,10.698063,10.721704,10.798058,11.017441,10.893405,10.812269,10.599942,10.554749,10.641516,10.111945,9.6541758,11.751851,11.858091,11.450298,12.12263,11.992705,12.053019,12.147206,12.474001,12.240491,12.100273,11.862626,11.780643,11.939708,11.33443,10.882315,11.407228,11.441493,11.06803,11.360669,11.309983,11.37787,11.474101,11.821432,11.633451,11.507421,11.156843,11.083115,11.244192,10.630707,10.132983,11.408902,11.457408,11.113855,11.283279,11.22998,11.273123,11.361649,11.720951,11.56012,11.426243,11.078644,11.021111,11.154065,10.557603,10.034063,9.4559641,9.4985991,8.7029457,8.9842491,8.9496927,8.9744415,9.036974,9.1577711,9.0898924,9.0502529,8.9856462,8.9048452,8.9280329,8.519206,8.210619,9.7800589,9.9903364,9.4381351,10.291641,10.152255,10.182398,10.250625,10.415128,10.297333,10.229054,10.158421,10.069933,10.116741,9.6458006,9.2979345,10.073844,10.093118,9.2250414,9.382453,9.3647175,9.3883581,9.4557629,9.5925341,9.5265856,9.4876728,9.3860083,9.3180361,9.3511915,8.9245958,8.5660467,8.8818293,9.0953093,8.4763441,9.3856163,9.2509251,9.2731028,9.3235683,9.4316826,9.354723,9.3134565,9.3179598,9.2213058,9.2285995,8.8189125,8.5349951,9.2856598,9.360157,8.6649952,9.073966,9.0189428,9.0434875,9.1042404,9.2260876,9.1504459,9.1065845,9.0539017,8.9694157,8.9930134,8.5771971,8.2720785,11.247593,11.291465,10.898002,11.100979,11.058906,11.102173,11.19048,11.498995,11.340087,11.226401,10.916037,10.856141,10.984038,10.397706,9.8940573,11.700889,11.745916,11.357855,11.815967,11.732906,11.802039,11.899972,12.246665,12.027453,11.890627,11.589549,11.510755,11.683512,11.064359,10.591817,9.4158564,9.5274191,8.8985395,9.4345407,9.35672,9.3826494,9.445365,9.5802803,9.4908543,9.439085,9.3810263,9.2947855,9.3263769,8.8905468,8.5697155,10.436735,10.500173,9.9840021,10.32769,10.272743,10.307191,10.385257,10.596818,10.463503,10.380891,10.20893,10.131402,10.216578,9.6965103,9.2795315,11.488193,11.538047,11.238523,11.408715,11.353867,11.412097,11.505473,11.916913,11.746673,11.600293,11.181534,11.118965,11.269749,10.653841,10.108553,9.9403381,9.9987144,9.3849888,9.705739,9.658989,9.6867228,9.7569141,9.9212227,9.8186255,9.7566109,9.6390476,9.5599346,9.6144447,9.1433058,8.7707796,12.280753,12.255858,11.967975,12.287358,12.234352,12.37624,12.490552,13.001562,12.760374,12.59374,12.017711,11.945079,12.199306,11.505823,10.989751,11.156018,11.233584,10.800823,11.279606,11.195407,11.247484,11.336811,11.621988,11.436736,11.322126,11.088375,11.008357,11.140751,10.563412,10.114679,9.8596992,9.886837,9.038763,9.2352066,9.2123699,9.237051,9.3034582,9.4362831,9.3675985,9.3272715,9.236414,9.1622334,9.1937847,8.7717648,8.4313402,10.056082,10.31521,9.7914152,10.78988,10.617704,10.650787,10.72308,10.908341,10.772406,10.69306,10.60728,10.518967,10.577053,10.086188,9.7216072,10.202865,10.235525,9.5826445,9.7714882,9.7443666,9.7675924,9.8380136,10.002841,9.9094849,9.8519669,9.7128534,9.6454859,9.6990795,9.2254333,8.8259668,10.170802,10.316058,9.7881012,10.431844,10.325852,10.359541,10.433686,10.625181,10.492127,10.413119,10.297509,10.212748,10.28173,9.783247,9.4043665,9.401125,9.5660887,8.967802,9.685833,9.5767708,9.6032,9.6652355,9.8027382,9.7074318,9.6529875,9.6059856,9.5168505,9.5474443,9.1064472,8.7857771,9.1126633,9.2132626,8.5429935,9.0551815,8.9847383,9.0085268,9.0663652,9.1820049,9.1077194,9.06532,9.0306234,8.9434385,8.9613657,8.5517683,8.2589846,11.500492,11.553079,11.254051,11.410944,11.346938,11.394702,11.484725,11.89585,11.730555,11.578326,11.187275,11.127163,11.26817,10.661238,10.120912,10.301745,10.352421,9.7969246,10.072916,10.030315,10.060002,10.134994,10.32781,10.209794,10.136461,9.9766951,9.9023066,9.9752674,9.4719791,9.0614748,10.688582,10.755274,10.277085,10.651243,10.589284,10.629498,10.711853,10.950625,10.800025,10.7061,10.506836,10.428819,10.531148,9.9882011,9.5548725,11.344262,11.38566,11.030841,11.243769,11.20103,11.260296,11.354149,11.706955,11.534628,11.409326,11.03871,10.972353,11.121274,10.511992,9.9920311,11.414596,11.455527,11.022898,11.211905,11.171556,11.202724,11.285233,11.561255,11.415417,11.312186,11.03618,10.995659,11.108549,10.544884,10.054557,11.504092,11.545029,11.244937,11.443365,11.398491,11.480831,11.578846,12.003987,11.826029,11.684446,11.208467,11.142094,11.31072,10.682203,10.138991,9.9071417,10.00631,10.099483,10.091651,9.9352493,9.9345903,9.9158974,9.9171495,9.3800106,9.3767624,9.3532677,9.3595047,9.4699974,8.5688362,8.305542,9.277442,9.3594809,9.3944807,9.3909998,9.3143663,9.3150244,9.2982769,9.3020573,9.049614,9.0451651,9.0279551,9.0369329,9.0902557,8.6503496,8.5190477,9.5501614,9.6621904,9.7210245,9.7132978,9.5908041,9.5908508,9.5664024,9.5699987,9.1778669,9.1724472,9.148942,9.1591558,9.2401543,8.5768728,8.3773041,9.4670095,9.5446997,9.6064711,9.5999575,9.5044203,9.5055075,9.486702,9.4907856,9.1170912,9.1121473,9.0916357,9.1006775,9.1803102,8.5279589,8.3395109,9.6968603,9.7808247,9.8605947,9.8523436,9.7301569,9.7303419,9.7097321,9.7125959,9.2495356,9.244894,9.2225761,9.2306833,9.3279362,8.5334778,8.3001995,9.0776491,9.1518269,9.1880875,9.1838341,9.1162119,9.1188211,9.1049385,9.1106663,8.8605986,8.8567057,8.839344,8.8492689,8.9038668,8.4620237,8.3579168,9.065588,9.1271276,9.1496286,9.1495934,9.0992432,9.1005964,9.089016,9.0930672,8.9197359,8.9163914,8.9031868,8.9117432,8.9492512,8.642314,8.5626211,8.7182159,8.7672577,8.781992,8.7827539,8.7483139,8.751297,8.7448778,8.7503338,8.6278563,8.6265583,8.6162949,8.6249447,8.6530695,8.4331274,8.4211874,8.124836,8.5679455,8.5045967,8.3132868,8.0908289,8.0888777,7.9750557,7.9793978,7.7301645,7.6540036,7.5986867,7.5996165,7.6311193,7.2566075,7.1773562,7.3689752,7.8038597,7.7533007,7.6182637,7.4097195,7.4073653,7.2202544,7.2204399,6.9931145,6.9374156,6.8914299,6.9221029,6.94033,6.6651368,6.6083927,8.255681,8.6213064,8.5641785,8.3385344,8.1719379,8.1688433,8.0793953,8.0862522,7.8419747,7.7549744,7.6984191,7.6894259,7.7324185,7.3042917,7.2062201,16.326477,16.370819,16.371016,15.897005,15.999594,16.118294,16.195215,16.452839,15.947413,15.647138,15.485622,15.42661,15.696391,14.923535,11.705186,18.001724,18.025305,18.038956,17.491762,17.611023,17.75671,17.836025,18.092575,17.57556,17.25469,17.131424,17.106358,17.401506,16.61268,12.15324,15.908619,15.925474,15.911109,15.679546,15.764354,15.831923,15.922116,16.229326,15.828465,15.451118,15.223022,14.893081,15.221107,14.445667,11.394696,16.796824,16.836628,16.844177,16.33112,16.441563,16.573351,16.650476,16.905594,16.386463,16.084595,15.936829,15.895607,16.176617,15.397057,11.856266,14.108535,14.193254,14.177221,13.76439,13.834067,13.920197,13.978051,14.199515,13.720066,13.492326,13.337564,13.290014,13.510243,12.777261,10.967006,13.199232,13.286465,13.241308,12.940406,12.98526,13.04193,13.095727,13.312366,12.885982,12.68069,12.524981,12.458178,12.645144,11.934909,10.584955,16.42544,16.447744,16.438841,16.165091,16.252934,16.326342,16.416508,16.706415,16.302521,15.925364,15.68944,15.436541,15.768883,15.027369,11.372531,13.839088,13.902996,13.859002,13.552737,13.608542,13.672052,13.734581,13.976295,13.535661,13.29888,13.132033,13.039251,13.242058,12.508888,10.910456,15.24784,15.300421,15.283377,14.885759,14.969841,15.063139,15.136197,15.394339,14.914076,14.63057,14.457037,14.367889,14.61165,13.85128,11.391673,16.709349,16.751743,16.763079,16.22739,16.340239,16.478306,16.553492,16.803675,16.271029,15.979579,15.840191,15.810182,16.094593,15.312943,11.869043,13.432656,13.50418,13.453492,13.168055,13.215555,13.27201,13.330672,13.561766,13.134471,12.915214,12.753465,12.66944,12.860348,12.139869,10.727629,17.846327,17.869795,17.878687,17.367596,17.483482,17.618437,17.699743,17.962029,17.462807,17.134953,16.985243,16.9424,17.232077,16.449562,12.060275,13.934042,14.001191,13.962481,13.638367,13.697284,13.76481,13.827261,14.067233,13.620145,13.381804,13.215599,13.128297,13.33516,12.600724,10.935243,16.407869,16.443037,16.434162,16.019323,16.116308,16.220213,16.301886,16.574963,16.096924,15.773547,15.590073,15.489906,15.756935,14.985642,11.68466,17.605812,17.636425,17.659964,17.062689,17.189285,17.349981,17.424067,17.675537,17.123808,16.830898,16.722029,16.713327,17.020636,16.225082,12.163968,13.197869,13.174793,13.145904,13.095155,13.117955,13.105644,13.08853,13.329385,13.065753,12.784586,12.62141,11.744265,12.193657,11.312822,9.5427647,15.436769,15.500067,15.503529,15.002031,15.099414,15.219554,15.287533,15.523423,14.997511,14.737821,14.58819,14.554829,14.815108,14.051485,11.492893,16.352661,16.369291,16.350254,16.045467,16.133501,16.212982,16.30201,16.603685,16.166374,15.800106,15.581173,15.360382,15.646414,14.87069,11.639247,18.701254,18.696735,18.685488,18.331352,18.418968,18.495766,18.582504,18.85615,18.445724,18.051256,17.785658,17.621172,17.934523,17.210409,11.783775,16.591215,16.628716,16.626173,16.174124,16.276352,16.390476,16.470617,16.736423,16.244949,15.928898,15.757365,15.682364,15.953767,15.1805,11.744473,13.652615,13.730147,13.691531,13.366567,13.42107,13.486122,13.544585,13.773353,13.330786,13.106803,12.945746,12.871042,13.071223,12.346473,10.798142,16.135027,16.147543,16.127283,15.860363,15.945696,16.018076,16.107536,16.416857,15.992616,15.619473,15.396558,15.120138,15.4182,14.635129,11.584525,19.687355,19.684544,19.698433,19.191452,19.316931,19.456049,19.538824,19.801239,19.349058,19.005112,18.857971,18.831329,19.131155,18.35248,12.368768,14.078875,14.146182,14.111762,13.772799,13.835311,13.906875,13.970143,14.21102,13.757476,13.514808,13.348226,13.263057,13.474846,12.737319,10.987087,13.495057,13.57225,13.528266,13.221633,13.27197,13.33243,13.390164,13.61777,13.183482,12.964294,12.803775,12.726908,12.921479,12.200655,10.736189,14.973722,15.02862,15.007182,14.625602,14.704772,14.792498,14.863729,15.119823,14.645426,14.369623,14.196321,14.104288,14.340836,13.584311,11.308769,13.857672,13.933237,13.899311,13.557619,13.61691,13.686903,13.746924,13.978827,13.527719,13.296664,13.134332,13.05975,13.266505,12.536356,10.882839,14.464007,14.521943,14.490484,14.144137,14.213049,14.289385,14.357048,14.608963,14.148787,13.888406,13.716413,13.619529,13.841288,13.09321,11.145367,14.060189,14.127166,14.143551,13.985876,14.070401,14.133245,14.218335,14.467314,14.156112,13.852807,13.620009,13.30399,13.738944,13.108973,10.008409,13.751463,13.839578,13.814584,13.439443,13.499885,13.574839,13.630492,13.849277,13.388879,13.169666,13.014219,12.960027,13.167686,12.443669,10.814227,15.88016,15.916077,15.919461,15.670793,15.748424,15.809307,15.884846,16.122444,15.769569,15.427518,15.182949,14.956785,15.361607,14.716125,10.582966,19.144505,19.143288,19.137735,18.716984,18.818159,18.927509,19.013731,19.290112,18.856819,18.478771,18.258158,18.154753,18.44557,17.695665,12.095392,17.376543,17.401638,17.401072,16.952459,17.059072,17.174894,17.259001,17.531368,17.055162,16.717712,16.539063,16.458302,16.739569,15.965137,11.887018,14.881836,14.947803,14.934782,14.511759,14.59374,14.689816,14.757006,14.998842,14.50915,14.249314,14.086424,14.023167,14.261631,13.509533,11.267736,13.707065,13.770965,13.723021,13.429178,13.481786,13.542019,13.603742,13.843907,13.408888,13.176832,13.010931,12.917902,13.116252,12.386428,10.860556,18.738634,18.739752,18.729868,18.346151,18.440527,18.535751,18.623339,18.903318,18.476028,18.087988,17.846062,17.709005,18.007441,17.266134,11.940215,15.844238,15.889108,15.878152,15.461084,15.553469,15.655135,15.73243,15.997024,15.512053,15.209914,15.033962,14.944629,15.201635,14.434196,11.55756,16.890978,16.908213,16.896635,16.586454,16.676767,16.756512,16.847023,17.139322,16.717157,16.337315,16.103249,15.888867,16.199251,15.446939,11.582159,19.818954,19.810995,19.817614,19.355434,19.470961,19.593643,19.6805,19.948927,19.522284,19.162575,18.987127,18.928642,19.227131,18.462803,12.290042,14.232911,14.29008,14.252076,13.928111,13.991539,14.061621,14.127942,14.379023,13.927749,13.674067,13.502525,13.401461,13.615613,12.871527,11.072194,15.479198,15.535799,15.528893,15.082434,15.17404,15.280437,15.352326,15.602175,15.102744,14.824674,14.661036,14.59802,14.850903,14.088424,11.465197,13.445041,13.535651,13.502435,13.159779,13.212246,13.278174,13.331941,13.547563,13.103482,12.892861,12.737927,12.679731,12.876728,12.16083,10.681211,13.059862,13.144708,13.092405,12.814245,12.854921,12.906827,12.960661,13.177357,12.760485,12.55899,12.403465,12.333094,12.514482,11.807803,10.530626,13.239087,13.312175,13.256236,12.986943,13.029926,13.08217,13.139516,13.366761,12.947934,12.736334,12.576605,12.494449,12.679089,11.964646,10.641896,19.339527,19.352383,19.387798,18.744642,18.881384,19.057053,19.123171,19.385624,18.852526,18.544453,18.492746,18.495272,18.822235,18.021553,12.553362,14.969237,14.984744,14.976495,14.851173,14.929035,14.980196,15.0629,15.373739,15.029988,14.663753,14.444306,13.876861,14.264348,13.439273,10.943364,13.726379,13.809525,13.778483,13.42631,13.484367,13.554923,13.61217,13.836175,13.383899,13.161356,13.002846,12.93862,13.143302,12.418415,10.813334,14.517823,14.59158,14.576305,14.160889,14.237079,14.328077,14.391346,14.624955,14.1403,13.894661,13.734797,13.677081,13.906851,13.16288,11.133434,14.148032,14.226548,14.204584,13.816683,13.884711,13.966331,14.026739,14.256036,13.785426,13.550204,13.390555,13.329562,13.547898,12.812456,10.987388,13.320233,13.409194,13.369931,13.049006,13.09755,13.158598,13.212403,13.428751,12.993904,12.785718,12.630177,12.56714,12.758982,12.045863,10.632233,14.759727,14.815475,14.789634,14.424278,14.499099,14.581711,14.65162,14.906741,14.438545,14.168404,13.995039,13.899247,14.129618,13.376169,11.24332,14.569689,14.620201,14.585988,14.252805,14.321962,14.396548,14.466344,14.725952,14.26863,13.999701,13.823652,13.713051,13.936373,13.183638,11.202637,14.285566,14.355104,14.328476,13.960382,14.028703,14.107765,14.171582,14.411024,13.945732,13.699346,13.534087,13.457594,13.67709,12.93623,11.054436,15.89784,15.951948,15.955441,15.457428,15.55912,15.681802,15.753985,15.999681,15.478071,15.200532,15.048536,15.007305,15.274416,14.504347,11.620905,16.157732,16.209461,16.221991,15.676216,15.786603,15.924879,15.996491,16.236942,15.691548,15.420628,15.281337,15.259776,15.540112,14.762274,11.753034,13.570577,13.660785,13.631619,13.27337,13.329295,13.399249,13.453581,13.670006,13.218487,13.004632,12.8497,12.79397,12.995554,12.276435,10.734949,14.441597,14.441251,14.42794,14.34997,14.413363,14.447439,14.505685,14.805645,14.492545,14.150958,13.950836,13.212912,13.628501,12.751826,10.590406,14.090821,14.147332,14.105042,13.794978,13.854969,13.921288,13.986773,14.237061,13.791404,13.542278,13.37135,13.268521,13.477875,12.736578,11.025892,14.567009,14.642632,14.631446,14.197639,14.276339,14.371807,14.434348,14.664638,14.172154,13.929014,13.772114,13.722571,13.955639,13.211033,11.1542,14.975533,15.036119,15.019913,14.613312,14.6949,14.788104,14.857561,15.106379,14.622894,14.354237,14.1865,14.110933,14.349657,13.594907,11.30087,18.010876,18.029551,18.035225,17.555162,17.668835,17.795235,17.879133,18.147408,17.669561,17.331163,17.165491,17.106958,17.396067,16.617739,12.036407,17.457603,17.478045,17.473009,17.056442,17.159025,17.266245,17.352638,17.632118,17.170561,16.818703,16.623123,16.516428,16.798594,16.028946,11.864102,17.175768,17.209538,17.217453,16.705458,16.817959,16.950949,17.029974,17.288567,16.776045,16.463308,16.315063,16.272097,16.556574,15.775285,11.93434,14.899505,14.971115,14.96667,14.502268,14.588761,14.694566,14.759071,14.99088,14.48322,14.234039,14.079829,14.037949,14.282134,13.530073,11.287502,17.309397,17.325336,17.31411,16.95768,17.052238,17.14315,17.232588,17.522121,17.081957,16.70817,16.484037,16.318979,16.611183,15.851386,11.75408,15.147545,15.176082,15.171934,15.006697,15.090046,15.150097,15.239568,15.540231,15.183414,14.817438,14.589375,14.153342,14.531019,13.76124,10.9584,15.476627,15.512278,15.510912,15.298059,15.383345,15.449918,15.539171,15.821626,15.45323,15.092762,14.859545,14.541275,14.913977,14.193718,10.933325,21.221218,21.505274,21.585104,20.88236,20.828411,21.417408,21.543034,21.785942,21.182344,20.787313,20.691298,20.733442,21.153334,20.344936,20.18804,22.448994,22.859278,22.92491,22.375498,22.184223,22.808861,22.921297,23.173378,22.700943,22.298891,22.202368,22.216402,22.5648,21.853022,21.681412,21.851381,22.1931,22.27035,21.617714,21.504848,22.119253,22.239262,22.483061,21.934532,21.543314,21.448166,21.485247,21.876959,21.105595,20.947084,20.575157,20.916929,20.952347,20.601425,20.437042,20.907646,21.004669,21.268446,20.87022,20.423042,20.311646,20.222391,20.607395,19.959715,19.753695,18.0378,18.138336,18.211508,17.384352,17.506065,17.892984,18.011896,18.280895,17.521183,16.941339,16.810549,16.82723,17.268972,16.4419,16.276615,18.774212,18.751953,18.858364,17.667139,17.896715,18.332949,18.471046,18.785925,17.800285,16.82918,16.683992,16.7582,17.271143,16.386387,16.249502,17.689013,17.749876,17.831003,16.887398,17.053265,17.38905,17.503126,17.81477,17.001574,16.111383,15.962519,15.991661,16.416616,15.628132,15.474553,16.343952,16.483082,16.528633,15.9818,16.082586,16.249905,16.345978,16.733335,16.156538,14.777786,14.617151,14.562489,14.893181,14.308408,14.148152,20.364162,20.650223,20.71406,20.118221,20.057072,20.554464,20.665836,20.928278,20.389011,19.939716,19.829271,19.827951,20.205467,19.455988,19.277628,22.116928,22.515411,22.573044,22.063276,21.876442,22.467422,22.576912,22.836342,22.376673,21.957932,21.859608,21.855255,22.198893,21.497868,21.315149,17.604202,17.755896,17.816233,17.149916,17.225718,17.56041,17.667597,17.944563,17.308683,16.722345,16.585606,16.560947,16.959095,16.202211,16.026043,18.506878,18.683846,18.748518,18.067406,18.117529,18.514065,18.625254,18.892544,18.258566,17.74324,17.617846,17.611141,18.015846,17.235676,17.060308,24.551123,25.080244,25.159578,24.573204,24.258848,25.04355,25.155638,25.376749,24.928057,24.593708,24.515066,24.565466,24.914389,24.217112,24.07806,24.317139,24.856184,24.893209,24.491043,24.120621,24.827639,24.927094,25.176052,24.795776,24.40591,24.335129,24.316105,24.61829,23.981819,23.786495,21.212067,21.324051,21.418247,20.565678,20.670691,21.379225,21.581718,21.809498,20.935879,20.593555,20.526363,20.605515,21.238375,20.210396,20.07645,20.482822,20.525888,20.617271,19.689833,19.847443,20.504648,20.699501,20.928221,19.977831,19.599764,19.520866,19.597366,20.236839,19.186741,19.044422,20.582924,20.466999,20.562326,19.464746,19.740103,20.458593,20.695539,20.919687,19.727077,19.296879,19.21328,19.304605,20.086149,18.87554,18.727612,16.985708,17.115204,17.17448,16.491577,16.592365,16.881107,16.986368,17.27853,16.627159,15.924195,15.778024,15.749125,16.139591,15.404481,15.232204,19.048306,19.334139,19.373608,19.042736,18.945719,19.339598,19.436375,19.694876,19.295357,18.843588,18.720104,18.608414,19.019842,18.382338,18.183071,27.930779,28.74016,28.810225,28.33593,27.700077,28.711975,28.800398,28.979445,28.655481,28.395287,28.340099,28.392366,28.666231,28.108513,27.999178,19.963263,20.055779,20.14295,19.252373,19.371344,19.947279,20.107077,20.342779,19.489815,19.082771,18.989676,19.052326,19.601927,18.642366,18.492052,14.556142,14.706626,14.745248,14.384896,14.457603,14.617116,14.719123,15.008923,14.550255,13.765806,13.614357,13.495884,13.900293,13.319058,13.157942,22.177757,22.284933,22.319229,21.852776,21.946159,22.057613,22.117853,23.024529,22.066074,17.269329,17.143518,17.133507,17.330954,16.992722,16.885847,28.162941,29.004021,29.067862,28.647152,27.973469,28.994017,29.083275,29.268412,28.967857,28.698402,28.638559,28.67749,28.926306,28.401854,28.284342,21.78088,21.831345,21.932323,21.07559,21.241299,22.065853,22.332151,22.558954,21.569929,21.257977,21.213234,21.303513,22.079906,20.923609,20.803612,15.42582,15.614622,15.660702,15.356838,15.375708,15.606616,15.696119,15.931136,15.523623,15.04819,14.89985,14.750528,15.176056,14.568911,14.399858,15.864518,16.004179,16.039431,15.669591,15.754965,15.874265,15.973287,16.394495,15.873173,14.174852,14.015426,13.93548,14.283348,13.796022,13.650473,16.853354,16.978039,17.036013,16.336802,16.455072,16.659977,16.752789,17.128885,16.490091,15.190142,15.03181,15.009658,15.340084,14.707309,14.548208,18.420809,18.425829,18.517832,17.455166,17.660074,18.08658,18.225803,18.517189,17.575392,16.792126,16.64839,16.703978,17.211023,16.321634,16.174065,17.004553,17.249182,17.293917,17.053116,17.00252,17.319675,17.411909,17.640501,17.296448,16.896715,16.771963,16.624983,17.10606,16.537943,16.363262,16.266111,16.404682,16.455582,15.86816,15.96259,16.19175,16.293217,16.602983,16.011646,15.186093,15.032608,14.975183,15.347326,14.671007,14.49894,24.971712,25.5592,25.622395,25.144005,24.758266,25.546627,25.65666,25.889099,25.499002,25.147938,25.063305,25.085758,25.38755,24.747742,24.5881,16.255928,16.39097,16.441416,15.843702,15.946891,16.148964,16.247805,16.589157,15.995307,14.94478,14.78678,14.736172,15.088215,14.4463,14.279937,21.393549,21.730518,21.799109,21.198442,21.087084,21.653704,21.767803,22.022581,21.500324,21.081736,20.979702,20.995199,21.367237,20.621349,20.450254,22.097208,22.501427,22.545355,22.110708,21.895752,22.464727,22.568043,22.83408,22.407707,21.975122,21.881271,21.846537,22.189297,21.51236,21.314209,21.103596,20.887756,20.992247,19.765779,20.116322,20.91663,21.191277,21.415358,20.071157,19.582691,19.493753,19.596712,20.492514,19.16069,19.017353,22.498735,22.923895,22.974886,22.505457,22.280661,22.885866,22.992794,23.253262,22.818026,22.40064,22.307083,22.292721,22.627054,21.944,21.754812,15.443432,15.59588,15.638923,15.195557,15.268487,15.465714,15.566813,15.859131,15.351101,14.611919,14.460503,14.359292,14.748836,14.114246,13.941981,17.293798,17.462236,17.516159,16.93578,16.99328,17.301401,17.404949,17.683607,17.103621,16.516468,16.376402,16.324982,16.714018,15.990037,15.809127,19.1588,19.409254,19.462847,18.937187,18.905739,19.316164,19.421568,19.693565,19.176521,18.685463,18.562294,18.519913,18.897215,18.174742,17.98546,18.904427,19.032505,19.061384,18.704403,18.791109,18.890877,18.976515,19.633509,18.929893,15.708818,15.559936,15.509418,15.783795,15.388592,15.259535,17.492926,17.591949,17.669308,16.766962,16.909643,17.148388,17.233343,17.613001,16.902483,15.535864,15.380976,15.399519,15.732786,15.072403,14.923839,24.685417,25.252798,25.259094,24.965443,24.510887,25.214111,25.292774,25.536066,25.220306,24.826088,24.74708,24.672388,24.998985,24.41457,24.205179,16.67791,16.800024,16.858532,16.166742,16.280676,16.527746,16.629278,16.949696,16.300774,15.396279,15.242394,15.213721,15.583237,14.887368,14.720356,19.207699,19.418089,19.484283,18.819187,18.836342,19.275333,19.388067,19.651329,19.041809,18.561886,18.44364,18.44425,18.844997,18.064922,17.889849,18.478399,18.69742,18.751499,18.206707,18.209787,18.583752,18.688591,18.961666,18.422323,17.908478,17.779432,17.733501,18.116827,17.389919,17.2031,19.879137,20.182066,20.224789,19.816656,19.710897,20.147579,20.248922,20.519518,20.07955,19.611673,19.494448,19.419121,19.796581,19.119341,18.918148,15.628978,15.774379,15.818314,15.328438,15.414964,15.603111,15.704196,16.021502,15.485184,14.585588,14.429389,14.346616,14.718075,14.090752,13.92174,18.706051,19.001968,19.03933,18.786987,18.661032,19.051125,19.134897,19.356968,19.021364,18.626112,18.501348,18.371235,18.841173,18.276121,18.090364,26.259802,26.952106,27.00267,26.584204,26.075222,26.94199,27.050962,27.271416,26.928898,26.601675,26.520191,26.534554,26.803658,26.206314,26.040518,21.726984,21.649384,21.743324,20.804487,21.062281,21.932055,22.239038,22.466206,21.304569,20.968273,20.933393,21.029867,21.933502,20.643858,20.519545,21.027946,20.805731,20.917112,19.606945,19.973082,20.740795,21.015642,21.274254,19.920469,19.239017,19.097506,19.207716,20.079416,18.798302,18.667091,19.533022,19.610622,19.696123,18.789316,18.9216,19.459845,19.611801,19.851839,18.991102,18.55481,18.454058,18.511391,19.047365,18.100786,17.9468,20.481594,20.618343,20.70656,19.859488,19.941341,20.549242,20.710579,20.944336,20.1408,19.758438,19.671522,19.736109,20.276339,19.33182,19.185051,18.643391,18.749409,18.840403,17.786369,17.917356,18.102091,18.14436,18.630297,17.928511,15.753601,15.607316,15.648945,15.905243,15.353689,15.224678,16.075069,16.220692,16.268742,15.729876,15.814444,16.038271,16.139669,16.441294,15.877625,15.104568,14.95215,14.879992,15.257547,14.589105,14.415081,15.404627,15.548796,15.58595,15.190362,15.276259,15.410114,15.510537,15.884715,15.380675,14.029591,13.868191,13.781461,14.14044,13.610672,13.457951,17.235929,17.335308,17.4072,16.560846,16.700945,16.954954,17.050219,17.402197,16.691216,15.536922,15.381998,15.389551,15.745963,15.055373,14.900469,20.176359,20.03414,20.15209,18.837137,19.153576,19.779778,19.993887,20.290121,19.07332,18.199692,18.060234,18.16316,18.874275,17.777775,17.649466,16.297655,16.43165,16.483456,15.873856,15.976254,16.193701,16.2939,16.620441,16.018867,15.07427,14.918142,14.868504,15.229883,14.567248,14.398665,18.12089,18.237123,18.306349,17.466555,17.593773,17.779957,17.849491,18.320784,17.63303,15.634311,15.48207,15.494247,15.771869,15.2039,15.062304,19.179993,19.171444,19.262468,18.225784,18.428167,18.958569,19.121428,19.36764,18.375883,17.861284,17.748745,17.81473,18.399313,17.402151,17.250158,24.461124,24.966961,25.051962,24.423634,24.136238,24.932447,25.048765,25.260662,24.782654,24.469711,24.39518,24.458471,24.833317,24.103285,23.973099,17.321604,17.456652,17.502804,16.92544,17.031332,17.187096,17.275862,17.74028,17.117928,15.210838,15.052429,15.016178,15.313153,14.771162,14.619358,25.264376,25.863819,25.881104,25.56296,25.081495,25.82802,25.913279,26.161367,25.829813,25.441311,25.393398,25.3508,25.668781,25.074835,24.87385,18.360313,18.386097,18.472317,17.474133,17.657742,18.088871,18.225483,18.497509,17.590605,16.940048,16.804848,16.852074,17.355301,16.459526,16.305639,17.122503,17.221668,17.290482,16.478643,16.614988,16.88969,16.992561,17.317863,16.60264,15.645173,15.492339,15.492492,15.871862,15.14901,14.988854,19.123333,19.08021,19.209772,17.823772,18.065653,18.504601,18.625004,18.950748,17.948608,16.833961,16.693443,16.79101,17.295359,16.425169,16.30031,17.836086,17.892084,17.981758,16.957603,17.131256,17.448677,17.551928,17.888767,17.074099,15.986002,15.835149,15.876903,16.278955,15.522783,15.376991,18.445627,18.492241,18.575377,17.625231,17.789474,18.229393,18.364296,18.626034,17.752075,17.177324,17.050709,17.09371,17.591915,16.695681,16.538317,14.114664,14.26316,14.299571,13.973209,14.048343,14.188784,14.290671,14.582076,14.145523,13.295777,13.141981,13.024343,13.435193,12.890882,12.739566,14.37915,14.542517,14.582304,14.286424,14.32326,14.501144,14.587346,14.813964,14.407589,13.904537,13.758249,13.605588,14.041052,13.460088,13.29756,22.076038,21.762226,21.881317,20.520798,20.967825,21.890112,22.247604,22.522963,21.035217,20.270395,20.129498,20.257957,21.309376,19.862097,19.74346,13.990878,14.144455,14.185452,13.8868,13.94817,14.106313,14.208377,14.47009,14.05333,13.421047,13.279838,13.141495,13.573663,13.006739,12.85074,16.679638,16.81076,16.867041,16.213621,16.314739,16.576208,16.67943,16.981256,16.349745,15.580698,15.430467,15.391773,15.772267,15.062019,14.890203,18.076622,18.260273,18.318661,17.702112,17.744678,18.103857,18.210421,18.483574,17.889975,17.350851,17.219128,17.188534,17.580563,16.831482,16.650888,20.700542,21.013733,21.073982,20.517601,20.424974,20.934654,21.04439,21.308603,20.799267,20.352814,20.243984,20.235022,20.601667,19.870363,19.687902,18.192827,18.21496,18.307127,17.250025,17.445831,17.830873,17.956837,18.26671,17.367823,16.464205,16.316885,16.368351,16.835894,15.997657,15.851461,17.384365,17.495113,17.561571,16.793768,16.910982,17.235428,17.345509,17.631796,16.921635,16.243185,16.100922,16.095613,16.504782,15.731692,15.563633,20.651796,20.921806,20.99588,20.318924,20.2784,20.817522,20.936893,21.188309,20.596811,20.174606,20.071096,20.097828,20.50219,19.711655,19.546162,19.429554,19.423225,19.513887,18.493179,18.691927,19.249403,19.419415,19.659689,18.664215,18.187658,18.083441,18.152269,18.7537,17.736324,17.584492,20.159506,20.130003,20.222004,19.203835,19.414858,20.060143,20.259062,20.486437,19.435265,19.020388,18.932858,19.012592,19.686251,18.589418,18.441683,18.993492,19.091707,19.172131,18.304092,18.422361,18.898813,19.033489,19.283489,18.479141,18.001665,17.889553,17.930923,18.418535,17.527607,17.367796,17.635075,17.761768,17.827223,17.087725,17.187963,17.532125,17.6427,17.919867,17.22998,16.622128,16.485371,16.47802,16.889126,16.108906,15.937887,16.746574,16.896168,16.949125,16.358295,16.436928,16.709404,16.81221,17.099827,16.507082,15.843831,15.697573,15.643003,16.028854,15.318608,15.141336,23.536062,24.025227,24.082579,23.598591,23.314436,23.99712,24.107145,24.35638,23.934484,23.546249,23.456387,23.462456,23.783075,23.111542,22.934614,19.011406,19.177116,19.249411,18.49938,18.559715,19.005861,19.125282,19.383148,18.699238,18.219172,18.102669,18.121111,18.551264,17.73015,17.562109,18.899351,19.157104,19.20397,18.759474,18.711514,19.098848,19.201118,19.47323,19.000751,18.510675,18.384588,18.310448,18.692621,18.000906,17.805283,21.505123,21.706594,21.798962,20.999273,21.023926,21.706636,21.87615,22.102673,21.352459,21.011812,20.936541,21.009674,21.552767,20.615543,20.478672,21.42063,21.165966,21.27059,19.993683,20.360954,21.197197,21.491205,21.711058,20.307581,19.758699,19.639612,19.736698,20.667667,19.29318,19.145552,21.54948,21.803192,21.891302,21.130579,21.105654,21.753666,21.899111,22.129992,21.458866,21.100237,21.01606,21.07893,21.55702,20.686138,20.542244,24.456429,25.010038,25.055265,24.624214,24.256481,24.986639,25.092134,25.336298,24.950239,24.573053,24.493219,24.489824,24.78742,24.147272,23.962194,17.846756,17.923933,18.018482,16.954771,17.114035,17.377504,17.455492,17.829227,17.074894,15.704163,15.552053,15.596846,15.940309,15.259545,15.119767,19.954294,19.85103,19.951029,18.791767,19.06197,19.697527,19.902441,20.140057,18.979118,18.460829,18.352932,18.43968,19.147921,18.016729,17.870384,22.621685,22.957617,23.048195,22.324747,22.218748,22.931143,23.07118,23.291786,22.683685,22.357626,22.28038,22.350353,22.805315,21.967119,21.832212,17.672062,17.869402,17.92049,17.401939,17.426365,17.752827,17.855381,18.12998,17.595963,17.053669,16.917223,16.85235,17.239574,16.528742,16.342533,19.354586,19.280846,19.385639,18.186398,18.449823,18.984613,19.162897,19.450281,18.352121,17.563541,17.420475,17.503349,18.120068,17.114059,16.976215,16.593025,16.787735,16.833223,16.437088,16.456181,16.727823,16.824694,17.086388,16.621101,16.096514,15.953589,15.83936,16.243917,15.586781,15.403707,15.634553,15.79509,15.838851,15.408488,15.468518,15.684169,15.783255,16.059635,15.562348,14.92135,14.773054,14.665578,15.06375,14.418062,14.242475,20.847757,21.213737,21.242212,20.950123,20.740337,21.228062,21.315731,21.559311,21.208658,20.790237,20.674929,20.566938,20.977985,20.375694,20.170891,21.597418,21.980743,22.016851,21.633875,21.426567,21.955315,22.054314,22.322079,21.915234,21.472179,21.373652,21.309685,21.670229,21.009375,20.803467,17.129148,17.274176,17.331451,16.688007,16.771433,17.071533,17.176451,17.460598,16.835964,16.197495,16.054733,16.017933,16.409363,15.673821,15.497781,19.799011,19.984125,20.062054,19.29487,19.336159,19.845383,19.973005,20.221611,19.531034,19.09647,18.990982,19.026875,19.474325,18.629534,18.467934,17.767916,17.836092,17.913376,17.014328,17.16831,17.530899,17.650389,17.937057,17.128777,16.414825,16.272928,16.296715,16.740475,15.920304,15.761041,19.324549,19.444738,19.496683,18.811251,18.925434,19.077541,19.145582,19.753038,19.013868,16.130129,15.98588,15.984276,16.227827,15.746498,15.61375,14.604187,14.778128,14.821028,14.540007,14.5667,14.761594,14.845553,15.065971,14.672029,14.203465,14.053222,13.894538,14.328972,13.746654,13.585044,17.160601,17.26796,17.33363,16.565575,16.688847,16.989244,17.096926,17.39526,16.689417,15.928178,15.780893,15.772673,16.171009,15.41826,15.251864,18.086084,18.120232,18.20582,17.21236,17.394751,17.786654,17.915121,18.206381,17.32592,16.559458,16.415825,16.457895,16.931395,16.078695,15.926314,19.057787,19.012526,19.110386,17.975777,18.213221,18.723087,18.888596,19.160759,18.113827,17.424393,17.286037,17.358385,17.946455,16.960882,16.816292,15.626931,15.771084,15.813918,15.329158,15.41934,15.592008,15.692422,16.0291,15.493659,14.452931,14.294108,14.215093,14.576714,13.97261,13.807578,17.683136,17.859634,17.915516,17.31978,17.369194,17.702118,17.806965,18.082924,17.497795,16.936426,16.800356,16.758318,17.148417,16.412369,16.23107,17.324913,17.446993,17.508448,16.762861,16.88559,17.08074,17.165838,17.581024,16.924862,15.342402,15.185116,15.176485,15.484402,14.879513,14.726954,23.147175,23.576853,23.655439,23.03763,22.832088,23.525936,23.643156,23.878017,23.380758,23.015987,22.928257,22.971809,23.342396,22.605202,22.454544,16.297207,16.452179,16.500519,15.976762,16.04808,16.2932,16.394337,16.681559,16.128431,15.456544,15.308025,15.231339,15.617194,14.934996,14.757228,14.692675,14.83986,14.877226,14.509572,14.589989,14.730664,14.832591,15.156823,14.687742,13.658523,13.499134,13.395932,13.782525,13.234755,13.080721,18.691418,18.896999,18.957455,18.337994,18.358515,18.755842,18.864182,19.133698,18.548197,18.041332,17.916054,17.895714,18.286833,17.530207,17.349718,17.857988,17.940929,18.015741,17.154444,17.293249,17.666676,17.785906,18.062105,17.276932,16.640303,16.503981,16.523327,16.967148,16.141758,15.979038,16.209757,16.42823,16.474657,16.227726,16.210396,16.487825,16.581366,16.813631,16.454746,16.036028,15.921641,15.763762,16.226271,15.6438,15.470872,19.596548,19.509706,19.694666,17.843876,18.097425,18.552515,18.631342,18.933889,17.914953,16.811279,16.678228,16.826054,17.332973,16.457829,16.355364,17.673344,17.916965,17.959902,17.645996,17.601377,17.931089,18.027729,18.281345,17.881138,17.424532,17.29595,17.165396,17.592264,16.963991,16.77355,21.416933,21.187405,21.288139,20.109539,20.472343,21.322105,21.625448,21.847412,20.478188,20.026697,19.951797,20.057966,21.01421,19.626007,19.479803,16.931391,17.045397,17.10795,16.372271,16.491611,16.767069,16.871637,17.179779,16.49947,15.675817,15.525209,15.507859,15.892293,15.165357,14.998562,17.351658,17.556887,17.604038,17.159805,17.170956,17.478401,17.578381,17.848383,17.358458,16.830683,16.692198,16.600101,16.993845,16.311161,16.123262,21.084784,20.969637,21.061729,20.017569,20.284636,21.065321,21.321674,21.536364,20.341276,19.958412,19.885866,19.975851,20.797117,19.542431,19.399048,22.791271,23.251688,23.263575,22.999891,22.658199,23.256363,23.330925,23.554079,23.25914,22.864874,22.736784,22.625351,23.01396,22.450638,22.238838,16.456675,16.601618,16.653027,16.073069,16.157759,16.408566,16.510714,16.805527,16.218075,15.500011,15.350457,15.290855,15.672273,14.977743,14.80219,20.662218,20.480694,20.610868,19.205618,19.549587,20.222288,20.448549,20.751484,19.477245,18.511442,18.384542,18.497356,19.252182,18.116142,17.992348,16.119032,16.327414,16.374247,16.084839,16.083012,16.347574,16.440126,16.679926,16.286648,15.830986,15.692277,15.54172,15.973479,15.363248,15.188141,18.130497,18.359032,18.406673,17.954205,17.940092,18.287632,18.38917,18.66099,18.174555,17.66576,17.533283,17.452501,17.840288,17.148476,16.956518,16.135332,16.309067,16.354048,15.924109,15.967934,16.212633,16.310234,16.578386,16.085999,15.508856,15.362701,15.256207,15.656491,14.997108,14.817388,18.975584,18.952524,19.045963,17.964844,18.181227,18.687763,18.846893,19.104494,18.095354,17.500547,17.373255,17.439421,18.014872,17.033432,16.883751,20.512985,20.69738,20.782413,19.982058,20.022474,20.604485,20.748602,20.986418,20.258364,19.866343,19.773651,19.829081,20.318001,19.42831,19.276987,16.997501,17.180462,17.229134,16.737677,16.775911,17.064552,17.165216,17.439661,16.914968,16.348314,16.206493,16.12574,16.516665,15.823677,15.639634,20.052958,20.303488,20.372557,19.715994,19.693752,20.186222,20.301289,20.559595,19.972425,19.524588,19.414272,19.4261,19.822857,19.043901,18.871761,18.484262,18.739155,18.782742,18.398716,18.347208,18.711216,18.811024,19.078096,18.637907,18.156797,18.028334,17.927946,18.324789,17.658876,17.462286,24.624559,25.179708,25.208977,24.84655,24.43508,25.149513,25.242596,25.494507,25.133482,24.739367,24.683258,24.652357,24.9653,24.343479,24.143526,21.010929,21.350725,21.404425,20.902586,20.773878,21.290789,21.397966,21.66507,21.190342,20.743673,20.637068,20.613461,20.970263,20.261593,20.071764,20.083838,20.266991,20.348106,19.562618,19.605051,20.143606,20.277622,20.521467,19.812805,19.396227,19.295935,19.340778,19.805214,18.940916,18.783558,18.356241,18.390722,18.568724,16.790663,16.9568,17.218594,17.219849,17.549335,16.804163,15.483934,15.344832,15.467708,15.786201,15.122386,15.017748,19.366751,19.507393,19.586464,18.770929,18.852285,19.344374,19.475727,19.724335,18.977667,18.526751,18.41865,18.457312,18.925663,18.056143,17.895439,14.167953,14.326902,14.369345,14.068928,14.122599,14.292459,14.39031,14.637671,14.224777,13.658603,13.519777,13.37594,13.809521,13.231835,13.071877,19.920452,20.204428,20.258776,19.737066,19.669895,20.124243,20.230753,20.5009,19.998045,19.527178,19.410906,19.378323,19.748434,19.027573,18.838102,18.089321,18.243359,18.308033,17.604906,17.677729,18.050077,18.160898,18.431231,17.773899,17.227209,17.097124,17.088942,17.497293,16.715668,16.54166,18.195061,18.271511,18.400385,17.040533,17.192392,17.422909,17.453819,17.842543,17.128157,15.539512,15.391278,15.469632,15.765223,15.139977,15.017725,16.584518,16.747845,16.796909,16.275385,16.336622,16.600777,16.701849,16.982975,16.433922,15.810324,15.664558,15.589045,15.977555,15.28579,15.105662,18.50695,18.638222,18.672237,18.249701,18.342619,18.458712,18.545025,19.148867,18.471601,15.60251,15.450273,15.404649,15.682637,15.248679,15.113122,17.469868,17.549572,17.62394,16.753548,16.902115,17.225916,17.338026,17.641294,16.869013,16.052221,15.904521,15.919205,16.334969,15.556383,15.397072,24.767242,25.330944,25.402063,24.87871,24.523735,25.307335,25.416897,25.645594,25.233122,24.886166,24.803148,24.83758,25.156679,24.496786,24.347033,19.220112,19.187597,19.281635,18.199013,18.42001,18.958086,19.125956,19.37463,18.342846,17.797089,17.679144,17.749615,18.351578,17.337177,17.187286,18.713451,18.779831,18.861765,17.947285,18.093132,18.554766,18.691111,18.944839,18.095726,17.580414,17.462627,17.505886,18.005154,17.103216,16.944475,22.321037,22.664858,22.74939,22.055687,21.941082,22.607553,22.736099,22.96814,22.392252,22.031971,21.945511,22.000574,22.420431,21.618818,21.47249,17.311773,17.532187,17.577164,17.204983,17.193689,17.501429,17.599346,17.861204,17.41795,16.923779,16.787298,16.671103,17.077681,16.421913,16.233067,19.737284,19.944426,20.018238,19.295292,19.316271,19.806332,19.927061,20.18084,19.532824,19.086168,18.976786,19.001102,19.424547,18.609699,18.443174,18.342945,18.372782,18.490677,17.215271,17.406366,17.733049,17.815569,18.163818,17.316872,16.066895,15.919606,15.996435,16.391142,15.644217,15.514587,19.917013,20.038172,20.080252,19.517548,19.622505,19.756338,19.827955,20.511864,19.73539,16.361408,16.218849,16.204748,16.441015,16.007441,15.879359,19.391993,19.636593,19.696211,19.110415,19.089951,19.52416,19.632605,19.900846,19.350264,18.868891,18.749353,18.729893,19.111816,18.365692,18.182817,19.842197,19.731482,19.834248,18.630341,18.908089,19.522156,19.722689,19.972322,18.803125,18.200264,18.070877,18.158279,18.85186,17.742992,17.599707,18.266609,18.390738,18.462168,17.674831,17.774599,18.173916,18.291653,18.556576,17.831406,17.291758,17.165453,17.17869,17.613209,16.79215,16.624416,20.286215,20.596878,20.645504,20.177725,20.073698,20.540337,20.644827,20.916103,20.448332,19.983366,19.870134,19.823135,20.18858,19.488691,19.292814,7.0849819,7.0463119,6.5366573,6.621666,6.6264868,6.6385798,6.6705446,6.7096672,6.6854467,6.6781516,6.6501245,6.5705361,6.5521669,6.2345319,5.8385973,7.2710004,7.2443233,6.8270745,6.9114575,6.9157057,6.926497,6.9577765,6.9976354,6.9688911,6.9627657,6.9307642,6.8378062,6.8267741,6.5195212,5.8572955,9.7188807,9.6397848,8.3865433,8.5959368,8.6025286,8.6251516,8.6810341,8.7639036,8.730299,8.7226658,8.6623564,8.5904436,8.5857134,8.077363,7.7395277,11.204551,11.094415,9.3985291,9.6520939,9.661068,9.6892881,9.7521229,9.8521881,9.8232365,9.8187885,9.7471867,9.6882963,9.6847477,9.1023769,8.7836485,7.9675903,7.9572697,7.7264276,7.7784805,7.7802463,7.7866588,7.8083467,7.8395987,7.8136473,7.8130102,7.7866287,7.5979428,7.5950947,7.3848166,5.5510168,9.0261173,8.9582014,8.0264511,8.2272606,8.2313862,8.2502327,8.3022823,8.3799791,8.3399878,8.3301172,8.2703848,8.1955557,8.1926184,7.6937547,7.3215756,8.0947323,8.0440884,7.3221631,7.4652977,7.4695816,7.4852362,7.528688,7.5880542,7.554173,7.5453959,7.5009837,7.4211226,7.4104695,6.99893,6.6133146,7.357327,7.3203077,6.806047,6.9044909,6.9086299,6.9208174,6.9552679,6.9994683,6.9702411,6.9625211,6.9288397,6.8450685,6.8306918,6.4907007,6.0224218,8.0898733,8.0837269,7.8368769,7.8959537,7.897274,7.9037814,7.9288278,7.9660225,7.9317808,7.9314761,7.8980045,7.7213874,7.720901,7.4761457,5.7606816,9.287384,9.2108335,8.3287172,8.562645,8.5652819,8.5837889,8.6385937,8.7259226,8.679081,8.6674242,8.5969858,8.5265303,8.5297165,7.9746213,7.5883279,8.1208048,8.1168623,7.8384542,7.9069204,7.9080725,7.915215,7.9442616,7.9879222,7.9460821,7.9443073,7.9036441,7.7484903,7.749691,7.4641662,5.979403,8.4298172,8.3759794,7.6400352,7.80795,7.8113289,7.8273511,7.8741665,7.9418178,7.9017544,7.8929744,7.8395233,7.7602806,7.7549386,7.301496,6.8927698,7.6754456,7.6304526,7.0040641,7.1226974,7.1270375,7.1411414,7.1800566,7.2310905,7.2005277,7.1921201,7.1544533,7.0735688,7.059618,6.6859541,6.2915535,6.9424624,6.9072313,6.4389029,6.5160995,6.5211124,6.5325775,6.5625868,6.5987535,6.5759773,6.5692663,6.5430813,6.4639206,6.4457707,6.1448679,5.724421,9.9035292,9.813077,8.621026,8.8663673,8.8714809,8.894083,8.9522142,9.0436478,9.0044317,8.9946089,8.9268122,8.8590021,8.859251,8.2950544,7.9467621,8.8893871,8.8249731,7.6929302,7.842329,7.849875,7.870492,7.9205375,7.9868002,7.9621091,7.9560614,7.9134936,7.8368139,7.822052,7.4033937,7.1010337,8.718195,8.6639881,8.003005,8.1920156,8.1938038,8.2091742,8.2589617,8.3359804,8.2864056,8.2825966,8.2163668,8.1380959,8.1400404,7.638917,7.1854043,7.9793439,7.9616261,7.6044259,7.6912332,7.6935186,7.7029333,7.7356472,7.7821312,7.7430792,7.7512422,7.7103171,7.5847945,7.5812941,7.2598648,6.1574922,7.9345784,7.8931832,7.3124728,7.4453478,7.448422,7.4618268,7.502769,7.5598245,7.5215664,7.5148568,7.4686637,7.3842106,7.3762383,6.9737649,6.4936819,7.3825207,7.3401465,6.7667584,6.8683386,6.8729072,6.8860922,6.9217,6.9667878,6.9394708,6.9314733,6.8989282,6.8184376,6.8018198,6.4555035,6.0669036,11.881397,11.783072,9.6547747,9.871254,9.8835325,9.9146891,9.9757996,10.070009,10.050211,10.05264,9.9809341,9.9177189,9.9110565,9.3849707,9.0822487,9.1946259,9.129261,8.4484234,8.6690359,8.6706181,8.6863308,8.7406073,8.8299999,8.7755995,8.7701435,8.6890669,8.6204748,8.6278276,8.0692511,7.6262517,7.1348705,7.101182,6.6333575,6.7183337,6.7227993,6.7342248,6.7657318,6.8049936,6.7787333,6.7715478,6.7419338,6.6581416,6.6426334,6.3286572,5.8376131,7.6745658,7.6259737,6.9454007,7.0608916,7.0658994,7.0808682,7.1201582,7.1705232,7.1430764,7.1349788,7.1000204,7.0207362,7.0043726,6.6357965,6.2895374,7.8150492,7.7910419,7.3798771,7.477612,7.4804335,7.4907637,7.5255342,7.5739293,7.5355806,7.5381837,7.4959316,7.3899541,7.3843584,7.0407825,6.2092929,8.8062143,8.7454329,7.9890919,8.1871119,8.1896105,8.2061892,8.256835,8.334404,8.2883272,8.2793522,8.2154226,8.1392488,8.1394873,7.635026,7.2206211,8.0578156,8.0034504,7.1893945,7.3196197,7.3253136,7.3422418,7.3855219,7.441834,7.4145098,7.4067154,7.3686767,7.2902532,7.2748194,6.8845305,6.5588422,8.0920973,8.0852423,7.9085388,7.9487362,7.9499159,7.9548845,7.9722619,7.9979172,7.976315,7.9758782,7.9539347,7.7320671,7.7301855,7.5633793,5.3971229,7.8180199,7.8046713,7.5362649,7.5953956,7.5978107,7.605185,7.6291251,7.6626821,7.635149,7.633255,7.6055017,7.4413991,7.4376936,7.2020869,5.6293006,8.1633625,8.1248455,7.5883484,7.7256489,7.7276225,7.7401052,7.7821474,7.8433514,7.7990098,7.8008618,7.7485971,7.6603746,7.656518,7.2349772,6.6823688,7.6584711,7.6406832,7.3064365,7.3810029,7.3842111,7.3931065,7.4219279,7.4609404,7.4296494,7.4272375,7.3940525,7.2656074,7.2601342,6.9785814,5.8261333,8.0595617,8.0068169,7.2335286,7.3692794,7.3743925,7.3907533,7.4339638,7.4913139,7.4613543,7.4529862,7.4124427,7.3335438,7.320015,6.9214973,6.5715017,9.1406431,9.071106,8.3033867,8.5276995,8.5296583,8.5464554,8.6001911,8.686677,8.6364946,8.6262131,8.5525494,8.4818783,8.4864645,7.9365864,7.5236549,8.4512367,8.393012,7.4984627,7.6510401,7.6566319,7.674643,7.7214432,7.7849722,7.7543054,7.7460904,7.7013412,7.6235719,7.6118131,7.1888533,6.8468199,7.6526866,7.6364245,7.3376436,7.4019885,7.405272,7.4132771,7.4389429,7.4733858,7.4456844,7.4423418,7.4135509,7.2699428,7.2644963,7.0128818,5.6695662,10.681709,10.598285,8.8471203,9.035285,9.0458736,9.0728216,9.1320257,9.2164478,9.1943369,9.1922522,9.1354494,9.0648003,9.0548878,8.5748568,8.2727804,7.0181384,6.9729247,6.4117141,6.4902277,6.4955282,6.5084863,6.5405421,6.5785441,6.5577116,6.550858,6.5263829,6.4491034,6.4265351,6.1115599,5.8096924,7.0085821,6.975945,6.5260854,6.6045074,6.60923,6.6203852,6.6504164,6.6871495,6.6628189,6.6559987,6.6286616,6.5460668,6.5297265,6.2288561,5.7434492,9.2261095,9.1566439,8.0188322,8.201149,8.2077169,8.2287512,8.281395,8.3559828,8.3246222,8.3170872,8.2643003,8.189373,8.1809692,7.713943,7.3793015,8.0897074,8.0773382,7.7711272,7.8456798,7.847827,7.8560562,7.885572,7.9284482,7.8909121,7.9003911,7.8628311,7.7132664,7.7110634,7.4217672,6.0196853,9.4711628,9.392622,8.6240377,8.8664484,8.8685226,8.8849201,8.9410505,9.0353785,8.9831467,8.9709034,8.8874598,8.8255396,8.8329992,8.2476206,7.8356051,7.8355813,7.7814164,6.9905972,7.1034241,7.1094146,7.1261396,7.1674871,7.2193046,7.1954093,7.188354,7.1557002,7.0770979,7.0585198,6.6906276,6.3940272,7.5079679,7.4766922,7.0089078,7.1088004,7.1123571,7.1237826,7.1584444,7.2044082,7.1712718,7.1651392,7.1277514,7.0369148,7.0265794,6.683785,6.0843034,7.066031,7.0376048,6.6164174,6.6947718,6.6994596,6.710433,6.7403111,6.7772174,6.7518101,6.7453704,6.7171082,6.6303387,6.6165919,6.320816,5.7474952,10.336963,10.641624,10.553605,11.416355,11.459529,11.548409,11.919992,13.554888,12.88806,12.659401,12.110045,12.003864,12.198693,11.749393,9.5641174,13.213829,13.421849,13.395294,14.680932,14.748263,14.844085,15.158237,17.711315,16.563889,15.422027,15.265886,15.117226,15.312545,14.711226,12.004854,10.58439,10.914032,10.865417,12.053843,12.126245,12.202695,12.809336,15.214165,14.199705,13.795238,13.567883,13.53769,13.741099,13.269996,10.289625,9.7072468,10.33457,9.6902475,9.6979761,9.7306957,9.753746,10.200782,10.354939,10.258004,10.200516,9.6895561,10.053888,10.214168,10.036897,9.6430454,10.495197,10.846004,10.748112,11.525679,11.576468,11.66046,12.102363,13.615946,12.983996,12.739396,12.257005,12.179291,12.382418,11.928399,9.8734426,10.413825,11.054848,10.785018,10.879595,10.936337,10.986922,11.637133,12.041199,11.825333,11.68861,11.17931,11.225638,11.430421,11.110627,10.334577,8.5828333,8.7379646,8.702343,10.590693,10.618404,10.665998,10.925622,15.136406,13.342681,13.115496,12.859668,12.81276,12.963021,12.596502,7.0459313,10.132969,10.638897,10.262442,10.335371,10.370809,10.407581,10.798437,11.054772,10.909363,10.821918,10.168299,10.220247,10.370204,10.135738,9.5646915,10.656108,11.069971,10.962797,11.628267,11.689343,11.768998,12.313862,13.671777,13.089499,12.831436,12.413449,12.368176,12.580705,12.127522,10.246687,11.588794,12.398938,12.271527,12.259425,12.377381,12.441433,14.042909,14.666142,14.349812,14.086484,13.853047,13.934911,14.199356,13.784184,12.731203,11.132908,11.627359,11.535169,12.106801,12.193408,12.271493,13.088723,14.419648,13.829772,13.495546,13.214027,13.214267,13.442456,12.973921,11.152919,13.01512,13.810403,13.726731,13.566759,13.700418,13.766948,16.168877,16.868912,16.506704,16.113144,15.956598,16.028219,16.259651,15.823997,14.618616,12.509664,13.03994,12.972254,13.294891,13.410463,13.496278,14.664776,15.803502,15.256572,14.719641,14.530113,14.533195,14.757597,14.263877,12.694806,10.684931,10.98495,10.944289,12.227782,12.298936,12.377196,12.944842,15.538616,14.441265,13.983106,13.773818,13.731893,13.931692,13.44927,10.300822,12.108242,12.809719,12.715488,12.780079,12.904149,12.976597,14.562219,15.358156,14.963078,14.601838,14.398496,14.452947,14.696012,14.247216,13.007719,10.492002,11.784286,11.408374,11.231977,11.294553,11.324254,13.209088,13.432323,13.301355,13.210494,12.869881,13.130464,13.484823,13.231848,12.629421,13.203913,13.93829,13.866647,13.744392,13.883864,13.954817,16.127623,16.869953,16.481218,16.008348,15.860861,15.916176,16.136492,15.688525,14.456209,12.281721,12.939557,12.854939,12.964129,13.088726,13.164685,14.680847,15.549366,15.120434,14.711217,14.516631,14.559006,14.795068,14.334072,13.02199,10.039347,10.840616,10.413738,10.4145,10.46705,10.502872,11.266693,11.522386,11.370835,11.274135,10.833869,11.063544,11.28722,11.025747,10.446778,11.182082,11.855779,11.717916,11.900001,11.995408,12.06458,13.125706,13.880636,13.512897,13.253818,12.954162,12.998487,13.245599,12.816194,11.623506,11.889608,12.63153,12.52547,12.559693,12.681859,12.751097,14.344233,15.071541,14.708295,14.390614,14.174859,14.239874,14.491049,14.054822,12.888297,10.260287,11.316893,10.920239,10.829413,10.89077,10.923878,12.258223,12.502484,12.357166,12.259312,11.882229,12.133946,12.422261,12.157951,11.571233,12.705096,13.559861,13.464743,13.275994,13.410616,13.473153,15.931664,16.564888,16.238661,15.91232,15.743742,15.832239,16.078047,15.659321,14.526201,13.698345,14.300455,14.240854,14.277753,14.404016,14.488523,16.215054,17.133167,16.649702,15.978781,15.832568,15.841348,16.051197,15.570689,14.197882,12.077575,12.627223,12.550736,12.893828,13.005688,13.087672,14.22794,15.355913,14.824398,14.372272,14.163688,14.176551,14.406273,13.923471,12.354441,11.522476,11.975187,11.906301,12.573663,12.667645,12.750072,13.60535,15.149674,14.465381,14.028357,13.800182,13.7906,14.013193,13.52438,11.511702,11.228181,12.11452,11.94962,11.90536,12.011673,12.069018,13.63038,14.145959,13.876556,13.665982,13.402007,13.503579,13.781672,13.393239,12.459711,12.975044,13.340283,13.290169,13.964947,14.060592,14.15971,14.862919,16.467739,15.717026,14.929582,14.744863,14.679887,14.89607,14.344828,12.375263,10.736132,11.213885,11.068735,11.449698,11.509356,11.582813,12.145514,13.014908,12.620914,12.409314,11.91081,11.856932,12.063252,11.651956,10.33508,14.617169,15.076568,15.028797,15.18975,15.304754,15.405622,16.471027,17.48889,16.935747,15.928564,15.787668,15.743627,15.946458,15.443627,14.053935,9.5593224,9.809638,9.7577038,11.217281,11.263246,11.330474,11.722271,14.665261,13.44456,13.171061,12.86264,12.816156,13.001136,12.569038,8.7729855,10.727571,11.672092,11.407931,11.349669,11.429058,11.475218,12.870696,13.243467,13.03583,12.888362,12.548937,12.69792,12.975545,12.639424,11.872119,13.473205,13.919633,13.865559,14.241046,14.351015,14.448458,15.444983,16.687794,16.070763,15.275608,15.10628,15.066718,15.281771,14.756045,13.128213,10.566171,10.893219,10.784388,11.312387,11.352842,11.432204,11.795496,12.813558,12.38894,12.204283,11.478873,11.296385,11.468201,11.090157,9.6555653,15.086368,15.474664,15.430896,15.641841,15.75458,15.86389,16.529667,17.561954,16.988304,15.789927,15.653612,15.587626,15.789166,15.280922,13.933426,10.608366,10.940008,10.816173,11.108052,11.145084,11.206504,11.547962,12.154849,11.886468,11.746943,10.850101,10.586648,10.726252,10.435098,9.5117836,10.474117,10.956524,10.743409,10.886884,10.931456,10.981922,11.442674,11.855072,11.645468,11.519074,10.794733,10.675709,10.835132,10.550297,9.8079891,11.456869,12.478386,12.30989,12.150151,12.261184,12.312165,14.363932,14.812124,14.575126,14.383357,14.148387,14.274643,14.575955,14.2067,13.319566,12.34321,12.616021,12.575772,13.680162,13.755261,13.8508,14.33415,16.588144,15.588814,14.803839,14.612395,14.515736,14.724881,14.150098,11.536246,12.624213,13.258834,13.18399,13.283443,13.411823,13.490642,15.033735,15.92726,15.480311,15.006467,14.828451,14.862549,15.091053,14.621744,13.283658,12.413762,12.807076,12.753513,13.447825,13.544126,13.637171,14.420072,16.047916,15.304775,14.655696,14.461663,14.41826,14.635429,14.106385,12.074718,8.3111763,8.4598141,8.4362507,10.429128,10.460586,10.506702,10.77247,15.32432,13.3661,13.142238,12.93119,12.892819,13.032913,12.69405,6.7141066,10.060081,10.484027,10.055213,10.125031,10.152285,10.183799,10.476554,10.684489,10.564433,10.494101,9.7904787,9.8548288,9.979125,9.7781839,9.2705727,14.262472,14.569942,14.524803,15.134049,15.226582,15.334776,15.809261,17.313295,16.567005,15.443089,15.280059,15.172969,15.382669,14.808284,13.033033,10.00373,10.905118,10.464151,10.43272,10.487064,10.520126,11.431618,11.666826,11.525411,11.434108,11.016978,11.277206,11.522614,11.27084,10.722258,11.574065,12.696447,12.47891,12.253778,12.346308,12.389513,14.770228,15.144262,14.939011,14.779497,14.509441,14.659615,14.973003,14.62796,13.773872,10.43298,11.376595,11.04665,10.995407,11.063664,11.104346,12.326376,12.637183,12.458276,12.33618,11.962947,12.152174,12.421257,12.118012,11.440204,10.623747,11.117098,10.937482,11.172086,11.224721,11.287721,11.80815,12.405704,12.119654,11.953624,11.35076,11.269698,11.456188,11.103826,10.115805,9.1541309,10.245663,9.6077776,9.5619812,9.5969543,9.6127071,10.299588,10.408808,10.338508,10.296228,9.8504267,10.259656,10.524615,10.387888,10.101438,10.483082,11.285989,11.007834,11.032198,11.101811,11.150455,12.10975,12.497201,12.283814,12.140312,11.743599,11.866405,12.111389,11.779047,11.011499,13.663526,14.374882,14.310769,14.166759,14.304584,14.377548,16.60199,17.362217,16.954529,16.397085,16.262371,16.305733,16.511423,16.058432,14.793492,10.188389,10.870955,10.511192,10.561182,10.61251,10.654583,11.287015,11.596685,11.421166,11.310476,10.819326,10.955248,11.158026,10.874109,10.216877,10.88519,11.738986,11.533892,11.533525,11.622919,11.677715,12.954466,13.428992,13.176565,12.993621,12.67431,12.77772,13.045721,12.673487,11.792923,11.019003,11.598294,11.466125,11.794255,11.877078,11.950053,12.784366,13.692771,13.269579,13.008766,12.667976,12.681799,12.915946,12.476722,11.109655,10.665126,11.069022,10.938358,11.387192,11.437136,11.513556,11.969614,12.902657,12.49488,12.294833,11.698733,11.587707,11.777798,11.37759,10.007047,9.6207771,10.355225,9.7206192,9.7113171,9.7471018,9.7692442,10.300284,10.449359,10.355134,10.298635,9.8111563,10.18585,10.370081,10.194854,9.8161249,11.026484,11.757895,11.593814,11.701428,11.793295,11.857186,12.948634,13.57327,13.258539,13.035049,12.717137,12.778698,13.030995,12.624276,11.576028,11.306997,11.917727,11.802449,12.090637,12.18741,12.261315,13.275344,14.20336,13.766437,13.466721,13.185125,13.213538,13.454376,13.004339,11.624092,9.9124565,10.208171,10.155475,11.485194,11.542973,11.61317,12.103707,14.762118,13.655721,13.346073,13.071784,13.038218,13.232594,12.789455,9.4045057,8.5397673,8.7041693,8.6877556,10.672224,10.712298,10.763153,11.084096,15.543225,13.630795,13.359611,13.186098,13.150721,13.297258,12.942888,7.2867198,11.94895,12.376764,12.316828,12.991338,13.088367,13.175596,14.023877,15.60869,14.896533,14.364652,14.157989,14.13514,14.354682,13.847991,11.824919,10.624093,11.30195,11.080551,11.195594,11.264579,11.322104,12.115726,12.619605,12.359111,12.189569,11.758346,11.806884,12.034208,11.671495,10.766754,10.818775,11.319907,11.186353,11.611119,11.679263,11.754329,12.399401,13.384045,12.939794,12.699655,12.283128,12.259945,12.479205,12.044822,10.589482,15.430734,15.69595,15.654936,16.072903,16.159533,16.263203,16.363802,17.521545,16.906109,15.657494,15.528077,15.418096,15.603239,15.093999,13.702641,10.853857,11.343701,11.225003,11.729037,11.80101,11.877656,12.550812,13.686584,13.181842,12.917377,12.542999,12.526908,12.749788,12.300727,10.674985,10.544696,10.90689,10.750675,10.944471,10.97962,11.031738,11.374306,11.819095,11.608114,11.488671,10.583441,10.332974,10.463655,10.202262,9.4628916,8.2521172,8.3643942,8.3555479,10.544606,10.5745,10.620423,10.84118,16.060997,13.770595,13.483357,13.339301,13.287265,13.416578,13.071149,6.4167056,10.73028,11.117657,11.051184,12.003817,12.079618,12.156892,12.822462,14.777325,13.946865,13.587025,13.325477,13.306039,13.519439,13.04899,10.539434,10.470026,10.84223,10.754647,11.634349,11.6945,11.773137,12.29846,14.042034,13.308858,13.029878,12.658397,12.617211,12.82733,12.36622,10.039624,11.651039,12.289196,12.186855,12.403945,12.513399,12.587955,13.800046,14.702523,14.270009,13.932843,13.692006,13.729586,13.97209,13.517042,12.170964,9.9974461,10.632353,10.172516,10.21214,10.253819,10.288524,10.801246,11.042969,10.900288,10.812879,10.298362,10.505088,10.685033,10.442286,9.8846998,10.704103,11.280292,11.096828,11.313838,11.378571,11.443249,12.110064,12.744276,12.435555,12.247482,11.774474,11.765373,11.979182,11.595955,10.543956,11.801322,12.095501,12.053795,13.171145,13.247772,13.338712,13.880977,16.160315,15.166052,14.51396,14.315001,14.241922,14.450715,13.905751,11.209397,11.435273,12.141908,12.017835,12.14405,12.251246,12.320576,13.578612,14.324234,13.957266,13.675066,13.414894,13.469708,13.721485,13.287814,12.107465,10.048069,10.326949,10.25556,11.40666,11.451499,11.532506,11.913367,14.146008,13.230697,12.971703,12.548787,12.478327,12.675966,12.2131,9.2976933,14.97554,15.313053,15.268376,15.632253,15.735452,15.846633,16.34001,17.532635,16.894398,15.65974,15.514143,15.422628,15.627413,15.08849,13.616099,14.306237,14.55017,14.511562,15.365203,15.443378,15.548043,15.855628,17.686396,16.809607,15.577879,15.420485,15.280342,15.481543,14.887087,12.87029,10.531749,11.226663,10.980441,11.07002,11.135981,11.189897,11.973039,12.423061,12.185017,12.029932,11.587884,11.652758,11.878075,11.532134,10.69245,10.51821,10.728203,10.700808,12.322382,12.377309,12.455169,12.84077,16.134308,14.735468,14.200721,14.005031,13.924733,14.113887,13.600471,9.7188206,13.067643,13.677516,13.61124,13.694975,13.824656,13.906891,15.476818,16.389742,15.923546,15.362157,15.199626,15.222051,15.441921,14.964644,13.605977,10.487893,10.741961,10.61935,10.716894,10.739711,10.770425,10.998458,11.234881,11.116562,11.046564,9.7945738,9.3648682,9.4372931,9.2920399,8.8923273,8.4154339,8.5506706,8.5408382,10.649584,10.686004,10.735084,11.008404,15.891459,13.771244,13.477725,13.332587,13.288074,13.42547,13.075156,6.9280138,14.126139,14.523812,14.474663,14.850697,14.958482,15.063517,15.852342,17.087828,16.453978,15.463935,15.304297,15.239571,15.451507,14.912426,13.334497,10.861729,11.326444,11.226089,11.852803,11.928011,12.005651,12.697251,14.058262,13.464227,13.168685,12.838175,12.825142,13.048341,12.586942,10.713374,10.630123,11.021088,10.907162,11.515624,11.569006,11.650312,12.12541,13.347736,12.82582,12.594306,12.08881,12.010272,12.213064,11.774794,10.058049,10.211098,10.531259,10.4543,11.509823,11.562331,11.640592,12.091376,14.149791,13.296655,13.02409,12.641894,12.588482,12.79116,12.331104,9.6262598,11.640139,12.201733,12.112511,12.484297,12.588256,12.666862,13.724066,14.835607,14.320505,13.944165,13.70538,13.723231,13.957618,13.486422,11.921516,10.569462,11.14882,10.934519,11.094577,11.152729,11.210773,11.827415,12.33774,12.080247,11.9213,11.389914,11.375496,11.57651,11.229871,10.330331,9.8931732,10.391823,9.8304253,9.8758688,9.9049835,9.9327908,10.274699,10.46011,10.347359,10.280949,9.7071962,9.957757,10.0957,9.8978987,9.4278688,10.849821,11.450514,11.288249,11.532465,11.607206,11.675518,12.449049,13.180411,12.829225,12.610963,12.213349,12.225924,12.454665,12.043386,10.874372,13.192199,13.450124,13.411593,14.436371,14.512792,14.613129,15.036298,17.158007,16.189516,15.194938,15.019541,14.899197,15.105952,14.51326,12.116836,12.038484,12.968904,12.850351,12.674766,12.806364,12.864468,15.114202,15.658775,15.381038,15.130566,14.938463,15.047206,15.322924,14.928504,13.923192,14.077393,14.754864,14.69589,14.57745,14.707288,14.785379,16.985359,17.798916,17.355394,16.697716,16.570978,16.593838,16.795269,16.333895,15.016233,10.627513,11.043019,10.889492,11.177261,11.222643,11.287994,11.718925,12.364401,12.068507,11.907347,11.201325,11.049256,11.218327,10.877786,9.8583183,11.081337,11.372286,11.332986,12.585985,12.658559,12.741809,13.290187,15.820761,14.740202,14.206036,14.003362,13.947536,14.150063,13.641714,10.614722,13.032305,13.53808,13.477568,13.781878,13.897711,13.988103,15.165969,16.315687,15.750082,15.101238,14.92671,14.914809,15.133434,14.628163,13.061774,14.227709,14.782095,14.727949,14.80612,14.922331,15.012058,16.641703,17.631397,17.102911,16.282698,16.136854,16.118162,16.32118,15.828214,14.403955,10.282181,10.804676,10.509132,10.60002,10.641386,10.68399,11.134973,11.449815,11.278506,11.173895,10.499483,10.474129,10.634158,10.375126,9.7377424,11.33899,12.471444,12.192673,11.982581,12.060152,12.098731,14.346925,14.668254,14.485961,14.350789,14.035663,14.218123,14.529057,14.209016,13.422528,13.514139,13.850986,13.803467,14.4651,14.559183,14.663214,15.267942,16.853157,16.094238,15.161355,14.984944,14.898923,15.113468,14.545151,12.63599,9.7644701,10.309358,9.6587629,9.6806927,9.7101126,9.7336712,10.111532,10.26732,10.16991,10.112721,9.5775213,9.9278212,10.069935,9.8937311,9.4911556,10.773003,11.462127,11.268167,11.398417,11.475421,11.53676,12.418661,12.990529,12.700455,12.50787,12.121279,12.170381,12.407948,12.022023,11.03505,8.3639603,9.209549,9.1903486,9.1753101,9.4478483,9.3770504,9.3557577,9.6937208,9.6058273,9.5507402,9.2627802,9.4130392,9.6105156,9.0541172,8.8289623,8.5465784,9.588006,9.5601063,9.5473299,9.7463026,9.6554365,9.6482811,9.9052124,9.8222036,9.7738256,9.4438639,9.5584641,9.80931,9.1998415,8.9932861,10.408901,10.848096,10.830384,10.810644,11.048891,10.968822,10.846136,11.206169,11.06493,10.889335,10.543706,10.648368,10.773913,10.147373,9.7292795,11.290808,11.563081,11.523874,11.541168,11.584835,11.311612,11.181493,11.288266,11.231104,11.185031,10.489094,10.516441,10.590133,9.5745487,9.4072847,9.094347,9.799449,9.7746391,9.7587614,9.9924459,9.8987198,9.8521061,10.158116,10.060787,9.9892063,9.6406956,9.7652769,9.9350691,9.2995138,9.0425014,10.612917,11.056338,11.020594,11.026152,11.150542,10.983542,10.887091,11.109921,11.0053,10.907565,10.393003,10.453141,10.575048,9.755518,9.4568558,10.827645,11.236748,11.213924,11.207267,11.394159,11.291164,11.167037,11.49214,11.3448,11.157952,10.755054,10.831524,10.956972,10.268582,9.8332462,10.70191,11.153651,11.111775,11.117543,11.201711,10.990588,10.891536,11.046224,10.969544,10.908028,10.320892,10.369676,10.487065,9.5864754,9.3736115,10.502983,11.025623,10.982719,10.984197,11.072731,10.869176,10.779899,10.932255,10.858371,10.802432,10.232841,10.286578,10.418993,9.5359554,9.3357792,12.416719,12.73109,12.722569,12.67625,12.87994,12.839028,12.287944,12.604879,12.457859,12.198865,11.961671,12.039502,12.145364,11.700541,11.278317,11.316156,11.626972,11.59521,11.632074,11.728847,11.548529,11.428289,11.678606,11.549579,11.401676,10.845743,10.879323,10.983101,10.131473,9.7390556,10.602771,11.060679,11.021944,11.027061,11.13521,10.951052,10.855895,11.049066,10.95688,10.877156,10.334852,10.391189,10.51327,9.6620693,9.4030418,12.455478,12.767425,12.752681,12.74009,12.895212,12.823239,12.559604,12.917523,12.716807,12.323856,11.959961,12.001105,12.12816,11.512069,10.933743,11.866597,12.156779,12.132382,12.175935,12.287879,12.148156,12.004074,12.328205,12.154043,11.88743,11.390167,11.415467,11.530768,10.756388,10.230036,7.9354234,8.3552341,8.3609858,8.347147,8.8512306,8.841527,8.7408314,9.3281689,9.258625,9.1760197,9.0757647,9.3524685,9.4290695,9.1084251,8.8521585,9.5476151,10.017384,10.006581,9.981123,10.305466,10.250054,10.146344,10.571297,10.449592,10.309134,10.038916,10.19482,10.312869,9.7717247,9.4031229,8.1465445,9.4852781,9.4560356,9.4454737,9.6188002,9.5335913,9.5592966,9.7839508,9.7100744,9.6714258,9.3627033,9.467308,9.7939548,9.2166281,9.0342264,9.192729,9.8220272,9.7997093,9.7827606,10.035314,9.9467916,9.8907537,10.222021,10.119619,10.037149,9.6965971,9.8276587,9.9798307,9.3541594,9.0752811,12.297714,12.592207,12.572436,12.598246,12.72661,12.622416,12.4399,12.799088,12.59853,12.230615,11.793583,11.819191,11.944267,11.24264,10.654525,9.3996038,10.531234,10.481286,10.477152,10.546242,10.375615,10.361351,10.472895,10.417587,10.386354,9.8956738,9.9525833,10.229885,9.4450445,9.3022699,8.5245152,9.0321283,9.0240288,9.003129,9.391715,9.3474607,9.2831802,9.7599964,9.6632919,9.5701504,9.3453836,9.5495739,9.6611576,9.1851416,8.8906708,13.146986,13.415402,13.40467,13.361196,13.523651,13.480776,12.780073,13.064301,12.916812,12.630857,12.397538,12.454128,12.554044,12.131995,11.713754,11.236968,11.525945,11.489291,11.514009,11.576977,11.337059,11.213456,11.369955,11.288295,11.213886,10.568751,10.598805,10.683206,9.7251463,9.4822731,8.0302114,8.4875154,8.4855165,8.4669046,8.9250956,8.8986702,8.8302937,9.3785429,9.2960854,9.2101641,9.052289,9.3023548,9.3928623,9.0049295,8.7318439,10.406683,11.003033,10.957272,10.956903,11.032549,10.820185,10.73809,10.866606,10.803082,10.75901,10.178889,10.230717,10.378306,9.4837656,9.3155022,12.359822,12.575386,12.554913,12.643313,12.725083,12.556129,12.399633,12.743474,12.559884,12.246449,11.691408,11.692514,11.796937,10.974206,10.411959,9.6131802,10.277443,10.245439,10.234143,10.413383,10.289099,10.230023,10.482332,10.386558,10.313804,9.897728,9.9938574,10.158402,9.4429874,9.1887503,11.488407,11.802569,11.774673,11.810372,11.923248,11.770988,11.642723,11.934999,11.782545,11.581347,11.069507,11.103743,11.215969,10.417351,9.9549646,10.122388,10.641397,10.610692,10.603876,10.778234,10.647946,10.565681,10.832493,10.723235,10.623469,10.184753,10.27057,10.406873,9.6680489,9.3618288,9.8132658,10.333565,10.310218,10.29572,10.526492,10.428209,10.347569,10.674089,10.557849,10.445372,10.073861,10.185777,10.320141,9.6578264,9.3266315,12.978922,13.267013,13.25703,13.21731,13.379227,13.331571,12.835876,13.160707,12.978928,12.601444,12.317828,12.367074,12.481998,11.979967,11.464108,10.716386,11.135122,11.102362,11.109761,11.245293,11.092084,10.990484,11.240875,11.122896,11.00193,10.508023,10.568702,10.689133,9.8948431,9.5517845,9.1349707,9.6993456,9.6819744,9.6627913,9.955615,9.8817568,9.8178358,10.196191,10.089714,9.9947348,9.6861982,9.8352261,9.9706488,9.3847418,9.0825891,10.214955,10.771656,10.733727,10.730739,10.859824,10.696006,10.61659,10.821537,10.730618,10.6576,10.158997,10.228894,10.371278,9.5650644,9.3177996,9.3244867,10.125993,10.092328,10.080649,10.250689,10.129078,10.08744,10.321717,10.233467,10.173838,9.7695293,9.8656216,10.061235,9.3598757,9.1332979,11.027708,11.425463,11.408492,11.387827,11.59943,11.52155,11.355747,11.709217,11.550687,11.324698,10.972687,11.057406,11.1829,10.557916,10.08905,11.300892,11.582994,11.544284,11.552731,11.585773,11.290344,11.15663,11.229842,11.189951,11.16067,10.43643,10.463328,10.534584,9.4834557,9.3707647,8.471468,9.1823492,9.1659117,9.1485882,9.451046,9.3852844,9.3503275,9.7247992,9.6322508,9.5672178,9.2866058,9.449975,9.613637,9.0671206,8.8208656,10.628448,11.036817,11.031499,10.9884,11.289427,11.250662,11.018064,11.426254,11.283869,11.075712,10.830888,10.963526,11.07797,10.58324,10.154737,10.328367,10.759516,10.748869,10.71689,11.001999,10.946954,10.791451,11.191459,11.04995,10.860474,10.57556,10.702764,10.823075,10.270366,9.8453999,10.407701,10.858465,10.834105,10.825184,11.024241,10.917361,10.814818,11.131421,10.999722,10.85256,10.451266,10.540057,10.667555,9.9751873,9.5908041,11.945631,12.183409,12.159584,12.226565,12.311055,12.13003,11.988786,12.287157,12.129376,11.897714,11.328999,11.34206,11.441664,10.593025,10.103429,9.7742834,10.617828,10.571928,10.566789,10.660598,10.487101,10.440277,10.585706,10.518022,10.475361,9.9722528,10.036284,10.242876,9.434454,9.260808,8.4572163,9.9808807,9.9396458,9.9325066,10.026683,9.9090691,9.9469204,10.085185,10.023894,9.991992,9.6159973,9.6844187,10.061647,9.4121103,9.2559557,11.747493,11.872365,11.849255,11.852053,11.861044,11.500535,11.334204,11.356983,11.343758,11.334923,10.519514,10.532632,10.563393,9.4036283,9.3664246,10.724591,11.350376,11.309746,11.311377,11.335186,11.055433,10.96255,11.011588,10.984182,10.967193,10.283914,10.312887,10.460411,9.4501171,9.3748913,11.456474,11.814002,11.792218,11.794396,11.954531,11.851443,11.696866,12.028505,11.860062,11.610516,11.194138,11.248959,11.373513,10.680263,10.180332,9.7086229,10.288396,10.260737,10.248152,10.454011,10.341968,10.272437,10.562427,10.456538,10.365957,9.9699097,10.074352,10.220478,9.5287104,9.2373161,10.321589,10.795126,10.766459,10.761247,10.939373,10.814646,10.722545,11.006571,10.886955,10.766438,10.333177,10.416203,10.545855,9.815382,9.472209,10.355094,11.028592,10.979946,10.979219,11.038241,10.814194,10.738706,10.841321,10.78859,10.754635,10.158265,10.205806,10.370049,9.4594517,9.3210526,11.775005,12.095078,12.072045,12.094642,12.227631,12.10963,11.956798,12.288396,12.111279,11.835113,11.381134,11.41786,11.539487,10.809976,10.281246,10.13126,10.753295,10.712152,10.70848,10.821648,10.647514,10.574898,10.752978,10.6724,10.61324,10.100128,10.166617,10.322209,9.499651,9.2857828,11.102281,11.479908,11.454112,11.461218,11.615668,11.494319,11.369341,11.676288,11.526213,11.333003,10.88759,10.946069,11.068257,10.335776,9.8896265,10.977386,11.340751,11.303185,11.321225,11.411103,11.209675,11.099701,11.291779,11.194761,11.10351,10.523173,10.565565,10.669705,9.7818089,9.4981403,10.790156,11.198819,11.170067,11.174815,11.329196,11.196804,11.088409,11.372721,11.239749,11.088878,10.630171,10.695114,10.817487,10.064505,9.6734877,11.468794,11.685471,11.650324,11.661551,11.688516,11.377339,11.233122,11.298615,11.262762,11.236004,10.484935,10.506701,10.562284,9.4821548,9.3781223,8.8989353,10.079576,10.039267,10.030474,10.150855,10.025549,10.02514,10.196277,10.124909,10.084564,9.6842556,9.7631083,10.052292,9.3638477,9.1850224,9.0279465,9.4468431,9.4558306,9.4341784,9.8971014,9.8924608,9.6895847,10.220876,10.135459,10.02182,9.8993311,10.132882,10.218683,9.8744678,9.577898,11.933151,12.266431,12.247986,12.245407,12.402531,12.314004,12.115338,12.462972,12.277028,11.959724,11.565868,11.612945,11.739197,11.080022,10.533882,11.194729,11.54295,11.512877,11.536638,11.657751,11.504648,11.386312,11.660522,11.521713,11.355228,10.849005,10.893312,11.007233,10.208399,9.7918596,11.236672,11.538816,11.503864,11.535845,11.614703,11.403382,11.283659,11.484623,11.380939,11.276565,10.673499,10.705536,10.799428,9.8915462,9.578618,12.90241,13.190232,13.176347,13.173752,13.314478,13.243836,12.976657,13.352906,13.132681,12.649243,12.275851,12.302635,12.432032,11.810369,11.188951,12.279168,12.541137,12.51927,12.577506,12.681891,12.54705,12.38691,12.739269,12.54576,12.208891,11.713027,11.726147,11.842896,11.079111,10.500342,11.449244,11.712334,11.680475,11.682757,11.697121,11.363512,11.218784,11.252078,11.2329,11.220446,10.446725,10.466484,10.529607,9.4179554,9.3652058,12.708886,12.892567,12.875393,12.997377,13.068649,12.896215,12.720525,13.10063,12.900039,12.528455,11.96481,11.951247,12.053824,11.230287,10.625652,10.913622,11.339786,11.295926,11.300454,11.350162,11.092068,10.982,11.078074,11.027419,10.991135,10.330041,10.367684,10.47388,9.4915133,9.3532629,11.0311,11.391279,11.357428,11.3786,11.487334,11.313015,11.201889,11.43854,11.319976,11.194429,10.6562,10.701205,10.811064,9.9726086,9.6204462,8.3499584,8.9708214,8.9591436,8.9407473,9.2883434,9.2344027,9.193429,9.6189842,9.526967,9.4561815,9.2019529,9.388834,9.5275297,9.0192709,8.762042,9.2329273,9.6799555,9.6770935,9.6484442,10.038818,10.006424,9.8802824,10.363429,10.252025,10.114269,9.9126387,10.105277,10.210043,9.7540512,9.3996439,9.275424,9.7858543,9.7716522,9.7503452,10.063797,9.9987392,9.9201202,10.326862,10.214057,10.100157,9.810813,9.9664078,10.090599,9.5269585,9.194458,10.133374,10.982032,10.930294,10.929438,10.972952,10.747279,10.691049,10.76982,10.72753,10.702541,10.108608,10.152744,10.357613,9.4541817,9.342515,11.374228,11.751822,11.741488,11.702072,11.937901,11.88586,11.60701,11.971525,11.813302,11.564131,11.27787,11.372912,11.492514,10.957195,10.492025,9.9561548,10.437387,10.417819,10.400373,10.64924,10.563613,10.468942,10.8237,10.697694,10.561103,10.212884,10.329331,10.457294,9.8234015,9.455142,13.095301,13.352909,13.336434,13.369555,13.487354,13.398843,13.135704,13.522552,13.297153,12.793459,12.381971,12.391994,12.5185,11.862348,11.229053,10.876244,11.350738,11.306217,11.308773,11.348486,11.080051,10.973288,11.050241,11.008765,10.980911,10.307207,10.342737,10.45832,9.461422,9.349638,7.7376413,9.4534254,9.4226618,9.4138794,9.5489264,9.4690733,9.5347958,9.7150841,9.6507187,9.6196327,9.3318796,9.4192305,9.8456631,9.3042965,9.1430159,11.637918,11.887947,11.860309,11.918462,11.998251,11.800732,11.669346,11.928894,11.79393,11.626456,11.035933,11.055505,11.149434,10.267451,9.8463812,9.6894245,10.105374,10.108346,10.071001,10.475216,10.460347,10.235064,10.719006,10.608892,10.456593,10.294789,10.489752,10.585679,10.191138,9.8378143,10.968023,11.337012,11.296513,11.31035,11.383979,11.159246,11.048073,11.201855,11.123044,11.05583,10.439939,10.480022,10.580286,9.6513758,9.4252005,10.14753,10.693575,10.658703,10.653966,10.803003,10.654665,10.575511,10.807073,10.708257,10.62501,10.154092,10.231279,10.37219,9.5966864,9.3251371,7.5694456,8.0390472,8.0364914,8.0203676,8.4921942,8.4673662,8.4201622,8.983882,8.9108229,8.843771,8.6898746,8.9579678,9.0456371,8.6846485,8.4471636,12.916927,13.130333,13.111895,13.206399,13.293738,13.158316,12.941746,13.332896,13.117491,12.683907,12.185376,12.177835,12.292117,11.542645,10.915033,11.404508,11.649544,11.616477,11.652754,11.710838,11.465292,11.334933,11.503403,11.415752,11.331192,10.673131,10.696406,10.773664,9.8049917,9.5364342,11.451807,11.715829,11.684577,11.732635,11.80829,11.598641,11.472297,11.699261,11.581808,11.452261,10.846143,10.870316,10.961096,10.056039,9.6920958,9.7908316,10.507873,10.468618,10.461274,10.593074,10.440209,10.382581,10.577856,10.494766,10.436543,9.9671268,10.044068,10.221269,9.4465532,9.2301178,11.332209,11.588731,11.552079,11.574235,11.622044,11.355507,11.224374,11.348137,11.282453,11.22631,10.540172,10.565894,10.638812,9.634388,9.439415,12.82506,13.071042,13.052187,13.114162,13.218652,13.103979,12.896874,13.282529,13.064569,12.618888,12.155717,12.159485,12.281408,11.564266,10.935423,11.754836,12.109703,12.094992,12.068918,12.259825,12.191656,11.935778,12.284387,12.111033,11.82316,11.487291,11.555796,11.679731,11.08837,10.581177,8.1320448,8.6718636,8.6647673,8.6462593,9.0479889,9.0075636,8.9604502,9.446847,9.3589592,9.2838602,9.0686169,9.2863989,9.4007435,8.9472647,8.6848087,8.9032688,9.7206659,9.6941643,9.6793747,9.8984795,9.8039494,9.7708788,10.055872,9.9643173,9.9033871,9.5579185,9.6785002,9.8746252,9.2431784,9.0085039,11.001357,11.374044,11.331744,11.340979,11.397874,11.147803,11.033194,11.149153,11.088509,11.041408,10.387927,10.424983,10.521357,9.5493298,9.3790359,9.256875,10.199299,10.160551,10.151001,10.287786,10.15521,10.127266,10.320683,10.242031,10.193316,9.7716341,9.8552647,10.085398,9.3668251,9.1681871,11.316504,11.458895,11.368289,11.708337,11.669878,11.667761,11.762555,12.47355,12.256014,12.095538,11.479263,11.497937,11.635545,10.89471,9.9560347,11.3082,11.431933,11.359072,11.772451,11.719248,11.751527,11.84479,12.735901,12.486432,12.304255,11.618482,11.630312,11.773932,11.048841,10.016572,10.650915,10.873985,10.581645,10.675838,10.687943,10.579782,10.641607,10.767139,10.69291,10.650096,10.129903,10.292403,10.369243,9.7558861,9.1535044,11.115663,11.285774,11.209793,11.654818,11.665408,11.590452,11.683735,12.454226,12.171047,12.052732,11.390128,11.411495,11.538311,10.712394,9.6089106,11.449781,11.582141,11.481705,11.7607,11.694461,11.689058,11.77942,12.418253,12.237229,12.059185,11.528357,11.548198,11.676865,10.972574,10.13673,11.175228,11.391315,11.248063,11.387392,11.400855,11.259754,11.3325,11.591349,11.46821,11.395752,10.812709,10.878957,10.975203,10.17127,9.5715075,11.012368,11.230762,11.071845,11.212973,11.2246,11.106994,11.183444,11.420402,11.303563,11.233598,10.700224,10.774704,10.871281,10.130349,9.4549303,11.140302,11.318176,11.197562,11.434455,11.425522,11.372539,11.465187,11.897215,11.731392,11.618608,11.097781,11.134146,11.25505,10.516504,9.661911,10.867404,11.083669,10.912797,11.052301,11.063171,10.957578,11.032066,11.23799,11.131718,11.067971,10.572452,10.65521,10.747432,10.059952,9.3252459,11.057954,11.281955,11.108277,11.223286,11.236818,11.097437,11.16641,11.372121,11.266628,11.204038,10.638453,10.724966,10.815571,10.048302,9.4710827,11.051824,11.199576,11.066694,11.292568,11.267246,11.230376,11.325123,11.692624,11.554736,11.440563,11.032265,11.060423,11.172321,10.436169,9.5137949,10.858958,11.065213,10.911695,11.073279,11.081689,10.991105,11.06948,11.302711,11.187806,11.117582,10.644717,10.713487,10.809752,10.133426,9.3230534,11.118224,11.277934,11.152668,11.383203,11.360441,11.322643,11.414914,11.825933,11.674464,11.554978,11.094341,11.125744,11.243419,10.525676,9.6410837,11.31307,11.458097,11.343211,11.594275,11.548801,11.526569,11.619078,12.140126,11.974078,11.823899,11.33132,11.356044,11.480404,10.759356,9.9136496,11.510538,11.630455,11.545828,11.868437,11.787068,11.803142,11.891648,12.661633,12.460754,12.260391,11.678051,11.693038,11.826052,11.137676,10.270158,11.448203,11.632942,11.517372,11.603558,11.617939,11.397136,11.423601,11.607143,11.51712,11.464123,10.787625,10.844084,10.915704,9.9879456,9.6073637,10.638427,10.819837,10.680487,10.865095,10.870223,10.804649,10.878075,11.083453,10.980989,10.917087,10.52557,10.585181,10.673408,10.085875,9.092412,11.189307,11.322862,11.181529,11.410574,11.370855,11.334198,11.437743,11.838905,11.699574,11.570076,11.170592,11.193108,11.306902,10.491899,9.6077328,10.705548,10.913829,10.736114,10.87988,10.889959,10.796829,10.86743,11.043666,10.948659,10.891967,10.438427,10.527395,10.613292,9.9881325,9.1693134,11.170159,11.32863,11.245329,11.64598,11.638539,11.615978,11.713883,12.472287,12.215913,12.07955,11.409656,11.429283,11.568377,10.782986,9.7327061,10.859888,11.005948,10.872578,11.095854,11.081321,11.040193,11.132625,11.429976,11.307622,11.213802,10.849486,10.879084,10.981481,10.266997,9.2610559,10.915817,11.144434,10.893932,10.977255,10.990886,10.851284,10.911955,11.059396,10.976509,10.928104,10.351974,10.487497,10.568362,9.8477163,9.3519239,11.53086,11.697627,11.581293,11.628987,11.64174,11.384188,11.380592,11.50087,11.437721,11.399475,10.68379,10.743834,10.800445,9.8254557,9.5657415,11.51733,11.638691,11.527118,11.770013,11.685054,11.674869,11.763867,12.34796,12.190831,12.003772,11.544964,11.564081,11.684643,10.985453,10.19873,11.223378,11.391596,11.282982,11.559632,11.544605,11.504946,11.599926,12.133834,11.944445,11.816316,11.251055,11.280309,11.40902,10.65436,9.775836,11.199639,11.375493,11.29795,11.686693,11.701241,11.588727,11.674267,12.336312,12.082754,11.975701,11.324192,11.348841,11.464115,10.612894,9.6281271,11.028646,11.176353,11.109057,11.625143,11.61991,11.618805,11.717436,12.676596,12.360717,12.219381,11.489429,11.502966,11.647445,10.861177,9.6113119,11.107303,11.331059,11.136411,11.223814,11.238221,11.075921,11.13357,11.304707,11.213428,11.159483,10.556499,10.658158,10.740847,9.9460058,9.4767637,11.572407,11.729887,11.659807,11.813037,11.828784,11.59769,11.622431,11.906982,11.784554,11.72033,11.018343,11.047613,11.120447,10.152085,9.6739969,10.643438,10.779321,10.654659,10.88357,10.87614,10.836,10.922259,11.158819,11.054976,10.979606,10.668463,10.697083,10.787083,10.12421,9.0010424,11.164881,11.378515,11.158737,11.219682,11.233756,11.04735,11.087853,11.222982,11.148183,11.104027,10.458763,10.576991,10.649266,9.8248329,9.465951,10.527917,10.668394,10.553182,10.777688,10.774764,10.736354,10.811481,11.022632,10.925508,10.859011,10.551283,10.5854,10.670023,10.100972,8.9339218,10.869218,11.094443,10.89263,11.006124,11.018697,10.898179,10.967134,11.141872,11.046926,10.990794,10.466463,10.571056,10.658171,9.9614077,9.3230076,10.669356,10.864001,10.709465,10.875663,10.883454,10.804881,10.877258,11.069609,10.969976,10.909357,10.489554,10.561598,10.6489,10.044755,9.1278048,10.843679,11.037724,10.89619,11.078288,11.08301,11.008503,11.089629,11.347083,11.22592,11.149579,10.700474,10.757863,10.857344,10.194162,9.3134394,11.817893,11.886602,11.843746,12.213035,12.038542,12.123666,12.196071,13.296976,13.096534,12.796414,12.146232,12.150216,12.275713,11.711816,10.892249,11.19737,11.36069,11.242949,11.490308,11.467792,11.430846,11.524178,11.995984,11.828041,11.700661,11.190989,11.221498,11.345165,10.613991,9.7494183,11.007483,11.216537,11.071761,11.239845,11.248459,11.150024,11.232248,11.509701,11.380216,11.30132,10.787107,10.849053,10.951853,10.222881,9.4693575,11.306382,11.457458,11.352551,11.636475,11.601028,11.580933,11.674919,12.260505,12.071892,11.92304,11.368806,11.392819,11.523523,10.788338,9.9135065,11.008875,11.195658,11.064813,11.272,11.270345,11.206059,11.294479,11.635796,11.491647,11.396545,10.914346,10.959378,11.070811,10.361193,9.5009537,10.653569,10.824662,10.694179,10.893129,10.894836,10.839415,10.915337,11.140664,11.033276,10.963833,10.587305,10.636765,10.727865,10.13601,9.1047344,10.999792,11.198516,11.061858,11.251126,11.255552,11.174772,11.260591,11.570235,11.432405,11.34587,10.848947,10.901991,11.009399,10.292579,9.4776926,12.242584,12.311438,12.236845,12.431437,12.191662,12.203606,12.265167,13.111044,12.989999,12.656113,12.301833,12.313279,12.405828,11.913433,11.366733,11.459873,11.636962,11.555148,11.750897,11.767596,11.574801,11.627432,11.983172,11.832539,11.755451,11.084247,11.117258,11.204389,10.28348,9.6919174,10.464721,10.650151,10.478635,10.639888,10.648498,10.574104,10.63658,10.776481,10.697585,10.650951,10.265724,10.354972,10.429356,9.9036818,8.9192801,10.868178,11.039041,10.908597,11.118322,11.112757,11.062098,11.147631,11.447571,11.318739,11.229285,10.812659,10.853712,10.958352,10.293641,9.3405514,11.347009,11.476432,11.349109,11.583227,11.524004,11.500662,11.596238,12.08075,11.931306,11.775677,11.343185,11.364274,11.482766,10.730759,9.8993435,11.283621,11.48958,11.369486,11.53441,11.548584,11.399563,11.472021,11.783134,11.643826,11.564595,10.952697,11.004797,11.103278,10.261374,9.6501522,11.39299,11.581244,11.422667,11.470888,11.484154,11.251622,11.264997,11.385712,11.319955,11.280373,10.588701,10.672498,10.734737,9.8137569,9.5310011,11.195489,11.390633,11.274865,11.507659,11.513707,11.424601,11.514679,11.941338,11.768078,11.666903,11.088826,11.130221,11.247267,10.459038,9.6686945,11.360236,11.54572,11.458006,11.70517,11.721222,11.565643,11.637451,12.078102,11.897186,11.807483,11.157938,11.191164,11.291814,10.410518,9.6941471,11.366344,11.565697,11.448885,11.577235,11.592492,11.408545,11.462826,11.715637,11.598017,11.530513,10.88827,10.942101,11.028426,10.14519,9.6427736,11.30086,11.508136,11.352798,11.431703,11.446447,11.248854,11.290558,11.460329,11.37246,11.320291,10.672143,10.751706,10.827974,9.9552784,9.558507,11.320016,11.516345,11.413211,11.625768,11.640178,11.497458,11.573983,11.965064,11.80013,11.711683,11.084047,11.124989,11.22852,10.373185,9.6902971,10.598558,10.7546,10.632011,10.844134,10.842913,10.797518,10.872934,11.095296,10.991518,10.922212,10.578918,10.620157,10.708954,10.131764,9.0330362,11.456412,11.616375,11.550197,11.805119,11.822149,11.622426,11.667499,12.100883,11.925305,11.8459,11.160279,11.18453,11.269018,10.332041,9.6569462,11.240253,11.454713,11.307381,11.417762,11.432515,11.263557,11.323439,11.540959,11.433539,11.370317,10.755857,10.827804,10.915044,10.0767,9.5751209,11.532237,11.701703,11.61759,11.746599,11.761946,11.538284,11.567011,11.817875,11.705653,11.643599,10.953558,10.990685,11.064947,10.112612,9.6655111,11.183386,11.354631,11.267379,11.639785,11.642525,11.588628,11.684898,12.36692,12.121511,11.998058,11.346888,11.370876,11.502944,10.69856,9.7002783,11.14944,11.272848,11.066468,11.300739,11.287707,11.178643,11.357692,11.642971,11.532473,11.442474,11.122556,11.144213,11.24541,9.8197718,8.8560143,11.234585,11.394727,11.299717,11.633754,11.618078,11.592257,11.688913,12.340752,12.120607,11.982965,11.362526,11.385747,11.521297,10.753448,9.8063307,11.260846,11.45424,11.351027,11.604454,11.615575,11.505592,11.592376,12.054672,11.868131,11.768332,11.152554,11.189901,11.30416,10.477269,9.6949863,11.224515,11.410223,11.308749,11.596162,11.601986,11.521677,11.614381,12.142269,11.939385,11.82879,11.215934,11.248857,11.371907,10.566683,9.7065887,11.120144,11.322776,11.193165,11.389337,11.396237,11.302205,11.389149,11.737355,11.58684,11.4958,10.950981,11.001414,11.112142,10.349189,9.5880756,12.238574,12.3,12.25139,12.505006,12.255612,12.301056,12.360147,13.373782,13.231987,12.873428,12.427989,12.435925,12.534455,12.077786,11.489511,10.415977,10.584767,10.443369,10.627207,10.633915,10.571768,10.633851,10.782017,10.701884,10.653476,10.306665,10.375743,10.449091,9.9490633,8.8543119,11.812016,11.904585,11.7967,12.018202,11.875256,11.872359,11.954659,12.616031,12.47423,12.235041,11.828181,11.841379,11.952171,11.286914,10.59648,11.220136,11.400926,11.311315,11.64926,11.658731,11.5721,11.664077,12.269361,12.039928,11.927747,11.288074,11.316129,11.439259,10.614352,9.6892843,11.594849,11.693525,11.628267,11.996264,11.883644,11.932192,12.015581,12.95453,12.739161,12.502267,11.871531,11.880846,12.014606,11.36751,10.474195,11.552928,11.715779,11.625773,11.718058,11.731792,11.491343,11.501055,11.691851,11.602209,11.550385,10.848945,10.890998,10.956969,9.9885235,9.6234293,10.992547,11.128848,10.982223,11.20981,11.187597,11.140855,11.248034,11.57122,11.44526,11.341313,10.97911,11.003576,11.10946,10.269899,9.3046665,10.772254,10.901774,10.76288,10.995755,10.984407,10.935067,11.03907,11.296686,11.187809,11.104995,10.789667,10.813619,10.907537,10.101287,9.0186691,11.323136,11.417796,11.368651,11.857848,11.769109,11.852732,11.939584,13.071382,12.796341,12.573946,11.806052,11.810856,11.955991,11.282348,10.170296,10.761728,10.91649,10.788877,11.006118,10.99842,10.955585,11.039892,11.310799,11.193306,11.109201,10.743204,10.77864,10.877024,10.229726,9.1967115,11.456133,11.569095,11.401301,11.627957,11.563937,11.50938,11.638137,12.084827,11.947054,11.794702,11.412766,11.429066,11.542379,10.507548,9.6979284,10.960411,11.120307,10.990445,11.210394,11.19569,11.153577,11.243433,11.581814,11.446424,11.344286,10.928269,10.962239,11.071603,10.376326,9.4357729,11.191629,11.374202,11.262169,11.521914,11.519417,11.457366,11.551147,12.034722,11.850413,11.736743,11.165817,11.200764,11.324863,10.554916,9.7046413,12.209079,12.27943,12.217193,12.444235,12.208632,12.23401,12.295421,13.213002,13.077987,12.739738,12.334312,12.345226,12.442736,11.963323,11.384291,11.230563,11.434265,11.315384,11.51424,11.525679,11.406157,11.489129,11.855642,11.698426,11.608793,11.016723,11.064345,11.172404,10.35943,9.655323,11.016179,11.148723,11.0878,11.629932,11.609898,11.64451,11.741992,12.795581,12.472545,12.315631,11.544845,11.554631,11.70418,10.941765,9.6537838,11.224607,11.368831,11.243432,11.478127,11.438192,11.40967,11.50357,11.952866,11.801369,11.664351,11.216789,11.242477,11.361398,10.629506,9.7650928,11.766985,11.86657,11.805597,11.841663,11.849665,11.53626,11.463728,11.550334,11.507088,11.480912,10.705212,10.734989,10.770775,9.6922884,9.5176735,11.705762,11.813941,11.721062,11.977633,11.857158,11.862868,11.94488,12.654963,12.492085,12.264596,11.785779,11.801945,11.921572,11.279495,10.532925,11.262887,11.387145,11.198872,11.428717,11.3981,11.318033,11.470336,11.823599,11.696419,11.581441,11.225381,11.245742,11.355534,10.132871,9.2484055,11.116506,11.307674,11.183144,11.402671,11.403159,11.331003,11.421634,11.81273,11.652783,11.551683,11.020225,11.063285,11.179768,10.431372,9.6118107,11.136109,11.347263,11.210981,11.37995,11.390812,11.27475,11.356107,11.659356,11.521534,11.439782,10.880194,10.938517,11.04256,10.263363,9.5740604,11.079507,11.194325,11.139644,11.684878,11.640369,11.704543,11.798356,12.92333,12.607448,12.426847,11.635071,11.641859,11.792389,11.063794,9.7958994,11.199607,11.342339,11.263763,11.680456,11.656226,11.663282,11.760384,12.589437,12.330482,12.176397,11.490092,11.505546,11.649091,10.887163,9.8195705,11.317119,11.493092,11.41673,11.732175,11.748955,11.59657,11.668671,12.206169,11.992665,11.898239,11.240637,11.267529,11.369421,10.484203,9.6581907,11.281377,11.467797,11.377316,11.669989,11.683691,11.562843,11.646984,12.167041,11.960849,11.859938,11.221705,11.253335,11.365776,10.516029,9.6910839,11.212522,11.386827,11.288074,11.602533,11.599842,11.548085,11.64395,12.234442,12.02036,11.897696,11.282261,11.310339,11.440673,10.65449,9.7379723,11.398701,11.5905,11.490738,11.66043,11.676231,11.49884,11.559093,11.879075,11.738926,11.662482,11.013349,11.055825,11.147073,10.255509,9.6831074,11.069038,11.229434,11.156912,11.63856,11.642776,11.605075,11.702503,12.564465,12.263202,12.133718,11.442703,11.460195,11.597023,10.790999,9.6084471,11.028698,11.202595,11.074765,11.293899,11.284176,11.233891,11.32394,11.689589,11.543069,11.439192,10.974084,11.012416,11.126314,10.420272,9.5312157,10.410292,10.559608,10.443382,10.65421,10.656968,10.611466,10.676443,10.84866,10.762618,10.708142,10.399029,10.4456,10.522045,10.024511,8.8370447,10.594815,10.805161,10.58572,10.712873,10.723858,10.62956,10.694159,10.833602,10.753185,10.706251,10.249445,10.368222,10.446649,9.8597202,9.0750446,11.580703,11.686504,11.554188,11.779705,11.682704,11.660866,11.758847,12.301294,12.157953,11.96829,11.565194,11.579768,11.693915,10.903496,10.141425,10.379924,10.535249,10.411958,10.612702,10.617648,10.565772,10.627778,10.783107,10.702285,10.652453,10.334685,10.390572,10.463594,9.9802742,8.8107872,10.856405,11.039258,10.904975,11.102914,11.103004,11.041329,11.12494,11.407352,11.280694,11.197452,10.763155,10.811571,10.914345,10.252168,9.3304062,12.761909,12.748197,12.652818,13.544547,13.54972,13.509463,13.690945,15.103454,14.437476,14.202608,13.896225,13.813556,14.429,13.107482,11.415008,12.124508,12.135372,12.043453,13.02491,13.026125,12.982279,13.135159,14.691283,13.988688,13.772018,13.454913,13.374421,13.849695,12.705289,10.801661,10.552289,10.608406,10.531029,11.711362,11.686444,11.637241,11.730132,13.682101,12.890093,12.721225,12.359562,12.277211,12.488864,11.742715,9.2228975,14.796045,14.499526,14.2977,14.727501,14.709981,14.696192,14.94497,15.491179,15.044889,14.795399,14.607665,14.53494,15.475006,13.723932,13.073638,13.1668,13.001798,12.799544,13.285486,13.255612,13.232252,13.384429,13.908262,13.561186,13.353459,13.13097,13.057644,13.502969,12.174741,11.475016,12.215899,12.224917,12.146425,13.238392,13.247655,13.206604,13.370531,15.132853,14.343855,14.114217,13.805714,13.723879,14.2565,13.024302,10.914189,11.285266,11.344625,11.25379,12.053826,11.997664,11.946825,12.041459,13.346475,12.832947,12.636493,12.249351,12.157031,12.354947,11.619151,9.9996109,13.950805,13.833077,13.689047,14.212085,14.204485,14.174923,14.402319,15.201965,14.725105,14.48165,14.216905,14.13766,14.975538,13.411181,12.44037,13.091328,13.039372,12.903952,13.495755,13.483109,13.446402,13.620413,14.512704,14.04037,13.81461,13.521196,13.441035,14.002098,12.730519,11.614685,15.112909,14.958267,14.836602,15.349815,15.35,15.324236,15.695915,16.55171,16.027864,15.762807,15.519231,15.442832,17.003853,14.745115,13.784681,13.290492,13.251812,13.179108,14.323218,14.336781,14.309966,14.560242,16.440578,15.582006,15.329972,15.067914,14.986971,16.015589,14.184629,12.100345,11.478477,10.979294,10.727117,11.885389,11.841426,11.826502,11.911983,12.185232,11.998033,11.869491,11.742208,11.685304,11.845329,9.8477583,9.4461384,14.378053,14.016007,13.773736,14.281098,14.252515,14.242759,14.432653,14.896366,14.480541,14.247799,14.093788,14.022569,14.66687,13.065421,12.49403,12.427939,12.414178,12.269321,12.749681,12.693833,12.654216,12.777249,13.510173,13.164427,12.948264,12.64692,12.569453,12.875351,11.886868,10.973114,12.457571,12.427429,12.270691,12.7098,12.643436,12.606623,12.72514,13.376262,13.066642,12.849293,12.566708,12.492163,12.778382,11.782132,10.978024,12.57909,12.569568,12.46226,13.269594,13.266535,13.224576,13.388985,14.644852,14.048248,13.825938,13.513155,13.431837,13.955116,12.747905,11.205176,14.658878,14.325025,14.102909,14.559742,14.537264,14.526059,14.747805,15.251674,14.816702,14.57329,14.403367,14.331442,15.135843,13.458789,12.852438,15.057918,14.873464,14.73337,15.192801,15.187697,15.163267,15.504465,16.253231,15.757814,15.496355,15.260423,15.183525,16.590361,14.482879,13.623585,12.732767,12.717948,12.640806,13.737798,13.749871,13.715156,13.909445,15.692177,14.881602,14.636843,14.348271,14.265246,14.971483,13.517636,11.455544,12.064039,11.826842,11.59393,12.248565,12.181964,12.160101,12.258869,12.649076,12.424376,12.249207,12.076508,12.013828,12.219198,10.807432,10.288195,12.724499,12.684237,12.534598,13.049047,13.016693,12.979487,13.122914,13.872194,13.483177,13.268687,12.976319,12.898174,13.299203,12.181307,11.221326,10.24814,10.313381,10.246678,11.484524,11.458144,11.410126,11.495511,13.563595,12.737064,12.577095,12.195198,12.10704,12.286063,11.604856,8.9224138,10.87011,10.912201,10.833049,12.060435,12.051296,12.004934,12.115567,14.135708,13.286644,13.106991,12.77889,12.70297,12.998351,12.119539,9.5611515,13.685063,13.430476,13.207777,13.711339,13.685382,13.669405,13.839058,14.324013,13.950564,13.734887,13.545734,13.473084,14.010691,12.534122,11.899488,14.350016,14.232732,14.107667,14.676362,14.676162,14.646705,14.925153,15.837594,15.310111,15.053596,14.78881,14.708791,15.811957,13.992722,12.92988,12.73867,12.565397,12.350005,12.871351,12.83212,12.808972,12.939575,13.406397,13.103971,12.911341,12.701083,12.630411,12.969396,11.662,11.020478,13.003332,12.891661,12.708512,13.180346,13.147881,13.119332,13.267707,13.850992,13.500303,13.2898,13.04142,12.9668,13.391627,12.153027,11.384295,12.989373,12.63098,12.367873,13.082235,13.045881,13.03483,13.164276,13.534594,13.223433,13.042282,12.899362,12.830019,13.178082,11.574475,11.058409,13.732757,13.419237,13.176815,13.7257,13.696111,13.683903,13.846492,14.290727,13.919797,13.707605,13.542965,13.471386,13.976756,12.452211,11.871011,11.42758,11.458002,11.372988,12.492417,12.488827,12.443213,12.571993,14.37537,13.595617,13.399162,13.076333,12.998712,13.368179,12.373793,10.129111,12.482931,12.470597,12.334066,12.893596,12.859588,12.818547,12.954308,13.797896,13.388059,13.175504,12.864657,12.785089,13.150105,12.101559,11.029865,12.418626,12.129126,11.88175,12.582065,12.543043,12.526203,12.641972,13.013161,12.745634,12.577107,12.410928,12.343607,12.619791,11.092428,10.557166,12.365836,12.168474,11.941935,12.520986,12.471885,12.449279,12.56343,12.982342,12.719987,12.539978,12.345724,12.278459,12.542426,11.200101,10.617733,13.248318,12.808857,12.526098,13.318296,13.27414,13.266693,13.395658,13.744668,13.416176,13.231592,13.117193,13.048344,13.407401,11.714832,11.24402,13.44245,13.091173,12.83206,13.465021,13.430439,13.419883,13.56461,13.965643,13.6192,13.420912,13.27414,13.203648,13.624772,12.062512,11.524613,12.025137,11.504916,11.235121,12.36194,12.322309,12.313696,12.412618,12.691775,12.456418,12.317038,12.206116,12.142735,12.363719,10.379899,9.9699764,13.53231,13.462123,13.336371,13.959995,13.956578,13.921916,14.131183,15.099876,14.578541,14.338346,14.052053,13.970873,14.719128,13.257084,12.084562,12.399822,11.881414,11.60509,12.674422,12.631107,12.624274,12.730547,13.024137,12.760204,12.608457,12.504349,12.438899,12.694691,10.770091,10.353659,15.032413,14.766303,14.58648,15.000215,14.987327,14.970638,15.261234,15.859187,15.395719,15.138578,14.93546,14.862202,16.010612,14.109534,13.410813,13.652557,13.528977,13.366588,13.854872,13.839308,13.811014,14.005407,14.701827,14.27361,14.042096,13.785033,13.707413,14.371146,12.952255,12.077201,13.468439,13.067453,12.794555,13.488455,13.448977,13.440453,13.579758,13.957836,13.611257,13.4157,13.287201,13.217428,13.619142,12.001271,11.497746,13.288363,13.008945,12.769048,13.341623,13.310592,13.295903,13.442905,13.875255,13.53634,13.337669,13.164392,13.09317,13.519185,12.03752,11.450328,11.50847,11.553012,11.452118,12.271957,12.236657,12.187206,12.29673,13.593059,13.049756,12.855188,12.497563,12.413617,12.670983,11.821234,10.181992,10.759676,10.807994,10.726346,11.900738,11.882633,11.834117,11.935628,13.863824,13.066348,12.89187,12.547107,12.468497,12.718791,11.905677,9.4331112,12.404665,12.357478,12.189556,12.596567,12.508472,12.474544,12.582395,13.169678,12.902864,12.680567,12.423427,12.353612,12.598347,11.612537,10.918777,9.1892738,9.2331858,9.1886139,11.006427,11.003016,10.967736,11.046539,14.566268,13.085759,12.948332,12.678344,12.617615,12.834932,12.151454,7.5548673,12.739827,12.311325,12.036486,12.897667,12.857207,12.848484,12.966418,13.297167,13.006783,12.839156,12.717203,12.649407,12.950686,11.214029,10.747458,14.370991,14.149308,13.964519,14.407821,14.39252,14.37325,14.603994,15.200815,14.765924,14.523296,14.306757,14.23197,15.081036,13.443532,12.712772,14.093591,13.805512,13.582242,14.067815,14.043778,14.030097,14.219035,14.712567,14.312133,14.084653,13.903621,13.831056,14.467428,12.917779,12.293259,14.253098,14.173311,14.079602,14.862627,14.872535,14.843944,15.14458,16.417217,15.769412,15.50507,15.23687,15.154256,16.380657,14.382865,12.96344,12.731898,12.424311,12.172668,12.855941,12.820275,12.805787,12.930814,13.310555,13.017673,12.841167,12.680875,12.611959,12.933536,11.390773,10.851217,9.6442909,9.6879253,9.6274366,11.234606,11.223006,11.17978,11.260678,14.199325,12.982332,12.836042,12.529164,12.460861,12.672095,11.971053,8.1110802,12.739234,12.651474,12.471221,12.933796,12.890869,12.860017,12.994442,13.572672,13.246943,13.039641,12.784766,12.711029,13.066911,11.9078,11.148817,11.450394,11.479786,11.404668,12.625454,12.629765,12.585263,12.72085,14.725431,13.858525,13.652943,13.337806,13.260159,13.664956,12.617905,10.156976,12.132734,11.743208,11.483266,12.373559,12.334956,12.321472,12.426793,12.746657,12.503197,12.352082,12.211237,12.146444,12.38308,10.646011,10.174093,12.639845,12.623507,12.503015,13.199671,13.188462,13.147156,13.305197,14.370724,13.850613,13.632128,13.320464,13.239624,13.723004,12.553957,11.223124,13.263577,13.160224,12.992466,13.477433,13.454562,13.424619,13.592436,14.256182,13.861106,13.640296,13.379267,13.302399,13.827115,12.534416,11.680301,13.201978,13.126621,12.975575,13.499917,13.481642,13.448107,13.619851,14.383612,13.955655,13.731647,13.452659,13.373995,13.92034,12.641036,11.672728,12.113046,12.141763,12.024193,12.510364,12.416399,12.372456,12.473481,13.329369,12.995737,12.761579,12.431592,12.350513,12.573565,11.773377,10.799438,14.15086,13.754083,13.492971,14.065254,14.029913,14.021386,14.188401,14.615314,14.216089,13.993827,13.856961,13.786485,14.321277,12.734638,12.19953,10.31562,10.356575,10.294245,11.813126,11.811402,11.769049,11.873872,14.540854,13.42091,13.249021,12.949348,12.87955,13.178366,12.320098,8.9536409,12.53867,12.472416,12.296864,12.740241,12.681706,12.648915,12.77099,13.348912,13.048973,12.839598,12.58024,12.507782,12.807369,11.72674,10.987948,14.743632,14.628864,14.521204,15.142478,15.14731,15.11923,15.461782,16.484373,15.915792,15.650672,15.391741,15.312102,16.739561,14.584991,13.440616,12.684339,12.65889,12.523976,13.115394,13.093465,13.053686,13.203758,14.091059,13.644938,13.429037,13.12345,13.043548,13.480483,12.347903,11.222466,13.454012,12.955463,12.655367,13.520996,13.464594,13.458047,13.586936,13.919081,13.577721,13.39088,13.299676,13.231723,13.612695,11.843439,11.408586,11.773134,11.819614,11.714748,12.326571,12.251636,12.203425,12.302555,13.331153,12.927177,12.710111,12.347853,12.260326,12.473728,11.70246,10.474171,13.391287,13.348672,13.252364,14.088603,14.096523,14.061156,14.281752,15.617325,14.963228,14.712795,14.42167,14.338015,15.156571,13.600147,12.043947,12.926556,12.674256,12.437448,13.025427,12.991639,12.974494,13.10927,13.53229,13.220526,13.031955,12.851289,12.780902,13.144874,11.700033,11.111084,12.20647,12.033899,11.815208,12.365308,12.295135,12.270231,12.373705,12.806063,12.568543,12.380853,12.186834,12.122454,12.344368,11.075239,10.511706,11.979421,11.996302,11.893264,12.770014,12.760007,12.714592,12.852601,14.21784,13.60348,13.398134,13.071246,12.991044,13.385247,12.341045,10.633438,12.544655,12.440035,12.246626,12.71231,12.658092,12.629029,12.750844,13.268787,12.979997,12.778989,12.542027,12.471436,12.768771,11.610855,10.929257,12.637561,12.587696,12.425546,12.892019,12.846127,12.810904,12.943044,13.596068,13.256241,13.044163,12.765614,12.689928,13.035679,11.949434,11.111195,13.377251,13.155362,12.936623,13.445333,13.417342,13.3988,13.556142,14.041291,13.687929,13.480001,13.281075,13.20849,13.682425,12.265556,11.617258,12.312696,12.190878,11.988685,12.466537,12.390339,12.362483,12.468692,12.948448,12.701006,12.500327,12.285364,12.219604,12.453282,11.298437,10.694223,12.042525,12.06688,11.947246,12.5598,12.512169,12.466213,12.583382,13.549726,13.12766,12.918012,12.580185,12.498086,12.780518,11.872154,10.666686,14.121001,13.876065,13.671311,14.131813,14.111559,14.094688,14.295964,14.834273,14.424767,14.192547,13.991324,13.917645,14.615854,13.066198,12.389633,11.817011,11.478515,11.230864,12.073942,12.019965,12.001283,12.095259,12.427228,12.217409,12.064612,11.912725,11.851901,12.038247,10.39226,9.9228668,13.808918,13.636977,13.45418,13.917593,13.899005,13.875826,14.069882,14.67522,14.266897,14.03721,13.80488,13.72927,14.390214,12.929436,12.161808,12.376244,12.360174,12.211277,12.606201,12.505502,12.468439,12.572538,13.23061,12.957292,12.722626,12.444832,12.372811,12.607023,11.708637,10.967496,13.338286,13.197806,13.012511,13.48491,13.459842,13.434023,13.599758,14.187627,13.812048,13.594666,13.354879,13.279725,13.793686,12.46299,11.696158,12.297043,12.301173,12.168718,12.710106,12.661748,12.619017,12.742399,13.582484,13.197068,12.983574,12.664254,12.584385,12.8924,11.927027,10.875944,12.480127,12.333454,12.123055,12.631955,12.580358,12.554614,12.673332,13.139411,12.86349,12.672181,12.45671,12.387841,12.671099,11.431376,10.801056,13.042098,12.842066,12.62338,13.144728,13.112366,13.091801,13.234778,13.707177,13.379613,13.180925,12.977437,12.905643,13.306504,11.9403,11.295942,12.810616,12.678348,12.479783,12.962056,12.922906,12.896445,13.032152,13.550941,13.233097,13.031845,12.800535,12.728251,13.090631,11.849437,11.152153,12.892896,12.820202,12.65484,13.136379,13.103753,13.070747,13.217913,13.877446,13.510149,13.29637,13.024886,12.948482,13.367274,12.190337,11.335011,12.540351,12.178966,11.917694,12.705606,12.668479,12.65597,12.772898,13.119575,12.843319,12.677657,12.533467,12.465917,12.754223,11.105062,10.605229,14.199154,14.03367,13.870651,14.337833,14.326232,14.301554,14.53507,15.219534,14.769413,14.525846,14.283481,14.206367,15.072617,13.457309,12.621821,14.04378,13.605276,13.327764,13.96821,13.925943,13.918295,14.072456,14.469987,14.080288,13.865391,13.745549,13.676096,14.157453,12.537144,12.036652,11.6182,11.651665,11.550762,12.438255,12.418332,12.370529,12.49146,13.881239,13.279275,13.084079,12.742868,12.662043,12.974709,12.042395,10.283547,12.203708,11.941607,11.700521,12.385862,12.339429,12.319884,12.428256,12.802223,12.55493,12.387977,12.214965,12.149396,12.39068,10.911798,10.377717,11.613914,11.104126,10.846736,12.009284,11.970531,11.957836,12.047948,12.319158,12.117577,11.988585,11.864796,11.805563,11.984839,9.9721603,9.5662098,12.380479,12.299615,12.114853,12.545506,12.462317,12.431542,12.538908,13.070523,12.814419,12.601481,12.36597,12.298534,12.539285,11.478028,10.832982,13.634125,13.432282,13.229116,13.705023,13.681455,13.6613,13.836423,14.371498,13.991226,13.771604,13.558441,13.484517,14.048066,12.616742,11.920809,12.880906,12.383642,12.095057,13.05524,13.005988,12.999984,13.115457,13.428396,13.128131,12.959754,12.861607,12.794196,13.095793,11.274019,10.845241,13.784568,13.319848,13.030292,13.763535,13.715281,13.707694,13.852296,14.217058,13.851375,13.650517,13.54321,13.474864,13.926271,12.225263,11.75595,15.065649,14.840353,14.679809,15.102654,15.092804,15.071872,15.390481,16.047228,15.573572,15.315029,15.095035,15.019587,16.311754,14.29915,13.535769,11.947639,11.58491,11.3313,12.202415,12.159661,12.143511,12.243714,12.566462,12.339754,12.190486,12.041718,11.978654,12.190255,10.493225,10.018602,12.612645,12.39172,12.16045,12.746837,12.707554,12.687427,12.811521,13.231864,12.945344,12.763099,12.573454,12.50432,12.814725,11.42223,10.831185,12.1682,12.179871,12.061443,12.757737,12.733106,12.688179,12.820782,13.889545,13.398651,13.191752,12.862905,12.781878,13.137312,12.127021,10.774925,11.778769,11.257823,10.994815,12.155677,12.117778,12.10721,12.201117,12.473317,12.257459,12.12525,12.007824,11.946626,12.144088,10.126327,9.7201662,12.30505,12.311542,12.178388,12.600739,12.501014,12.460905,12.564497,13.304879,13.008185,12.770335,12.469318,12.393649,12.627112,11.777237,10.946979,12.310695,11.881927,11.614015,12.542202,12.503711,12.493123,12.601525,12.915317,12.657772,12.504249,12.376274,12.310452,12.565702,10.775845,10.318062,13.819999,13.74777,13.637403,14.330425,14.334328,14.300891,14.543984,15.648928,15.068811,14.81617,14.533416,14.450996,15.379325,13.724873,12.433231,13.189388,13.149388,13.038924,13.77969,13.780684,13.742827,13.93985,15.1012,14.519073,14.280834,13.982352,13.900049,14.589821,13.191041,11.7943,8.4821529,8.5191975,8.4821196,10.468892,10.462908,10.430707,10.490005,14.678761,12.888656,12.775621,12.530648,12.476895,12.642487,12.084002,6.427619,15.353917,15.702056,15.72192,15.417519,15.609864,15.63892,16.047758,16.566177,16.166025,14.797308,14.526768,14.577292,14.741222,14.208269,13.209319,19.432182,19.714302,19.733793,19.543737,19.710695,19.752188,20.095987,20.947527,20.288843,16.862894,16.625549,16.637329,16.783838,16.373259,15.599282,12.188103,12.649619,12.654071,12.420235,12.677652,12.670588,13.394624,13.84161,13.599082,13.104775,12.838519,12.952592,13.09473,12.56131,11.824979,13.672178,13.816779,13.803657,14.175808,14.225229,14.066517,14.233194,15.022499,14.648508,13.929776,13.352698,13.26775,13.38386,12.537023,11.518979,16.813673,17.139534,17.154306,16.926172,17.099844,17.126152,17.544004,18.178188,17.703184,15.669356,15.39258,15.415518,15.577232,15.074221,14.147367,10.703936,11.115659,11.131311,10.902808,11.202022,11.215918,11.547537,11.964022,11.749069,11.428468,11.194386,11.344792,11.456219,10.992043,10.392566,17.538813,17.76473,17.825439,17.103409,17.325411,17.411835,17.542107,18.075275,17.510632,15.378605,15.182258,15.267154,15.421196,14.958165,14.036208,7.7754102,8.2236185,8.2304859,8.1591578,8.7112112,8.705986,9.4040337,10.109727,10.048293,9.9648504,9.936368,10.28797,10.35272,10.083831,9.7692146,10.830848,11.277344,11.287148,11.079663,11.394827,11.399067,11.857145,12.309887,12.100495,11.765765,11.540605,11.697513,11.820097,11.34225,10.725374,9.0760756,9.3145885,9.3374767,9.2121038,9.4851742,9.5072126,9.6622095,9.9957123,9.8876038,9.7250509,9.346756,9.4890432,9.4662561,9.1311941,8.7352638,13.173967,13.581822,13.595502,13.316329,13.545671,13.557453,14.066447,14.510684,14.211683,13.489057,13.220684,13.310153,13.461821,12.920612,12.072914,8.8489523,9.3084555,9.3110209,9.1970654,9.63517,9.6315308,10.050661,10.614692,10.484707,10.323351,10.1703,10.419673,10.512872,10.142237,9.7202282,12.480955,12.789623,12.830189,12.400352,12.641747,12.686656,12.887165,13.238192,12.931721,12.357466,12.104711,12.215597,12.340005,11.853353,11.111665,13.948403,14.391073,14.380391,14.183651,14.33567,14.289027,15.371232,15.83237,15.544982,14.772068,14.408171,14.443163,14.589457,13.988109,13.162115,13.21459,13.714396,13.709216,13.444982,13.646142,13.618521,14.858778,15.29987,15.048622,14.461363,14.149603,14.229019,14.374352,13.81566,13.018183,15.931079,16.27087,16.270803,16.144131,16.291788,16.27903,16.842617,17.455591,17.038319,15.382469,15.046556,15.04877,15.206837,14.649277,13.804456,15.154311,15.41054,15.397516,15.455291,15.549247,15.471361,15.910644,16.541826,16.160236,14.907608,14.464248,14.412508,14.55981,13.880565,13.041569,17.22711,17.410851,17.389467,17.516935,17.592604,17.540815,17.798864,18.631477,18.080801,15.915954,15.543187,15.426975,15.576172,14.935472,14.07379,7.1437459,7.5514998,7.5542507,7.5048981,8.053381,8.0492516,8.4208794,9.1098089,9.0497179,8.9791374,8.9342852,9.2868614,9.3440742,9.1099148,8.8519039,14.58666,14.74122,14.72287,15.132227,15.186493,15.072682,15.274469,16.215963,15.737336,14.646618,14.147264,14.029219,14.161811,13.368752,12.251747,11.001561,11.565678,11.56296,11.341529,11.690376,11.665838,13.041074,13.559414,13.404991,13.157299,12.950479,13.140325,13.259196,12.795029,12.198811,9.7631397,10.108476,10.128488,9.9392776,10.231454,10.250691,10.46328,10.836331,10.66516,10.446999,10.169057,10.321734,10.379755,9.9762707,9.4929819,14.234622,14.606126,14.626163,14.309191,14.520028,14.545258,14.968098,15.434516,15.083848,14.082675,13.815875,13.887948,14.047074,13.507454,12.563893,17.572796,17.824541,17.818436,17.81801,17.93819,17.934475,18.307186,19.110592,18.562426,16.11632,15.797638,15.758853,15.920807,15.381518,14.62555,11.530064,11.949413,11.964688,11.710438,11.990366,12.00341,12.408417,12.832988,12.589879,12.160494,11.920399,12.053098,12.182805,11.685122,10.995846,14.277154,14.576826,14.624111,14.101171,14.331375,14.390243,14.597301,15.004064,14.616903,13.62593,13.390768,13.487935,13.639873,13.134185,12.238643,17.462627,17.751373,17.78196,17.402716,17.580402,17.629864,17.918278,18.527763,18.005991,15.83077,15.597494,15.639308,15.800117,15.314107,14.237483,14.060285,14.294775,14.281698,14.37105,14.447312,14.312567,14.740243,15.27913,14.981775,14.19946,13.665671,13.621,13.74762,12.985896,12.196495,17.241682,17.541815,17.566534,17.240236,17.418932,17.462772,17.786869,18.402285,17.896255,15.775321,15.527537,15.562064,15.724579,15.233124,14.190081,14.255376,14.680063,14.663231,14.506878,14.621674,14.545987,15.794507,16.270226,15.979378,15.203745,14.786377,14.796044,14.933459,14.30237,13.470395,15.604815,15.96233,15.967261,15.783645,15.949029,15.948766,16.503252,17.075617,16.676172,15.161512,14.846848,14.867576,15.027972,14.479148,13.593423,10.37923,10.710676,10.73477,10.495844,10.764072,10.788417,11.00246,11.354994,11.156373,10.881036,10.597921,10.734539,10.804099,10.375287,9.8327465,12.315201,12.693158,12.717961,12.391099,12.643236,12.67077,12.992872,13.394794,13.110356,12.551534,12.304905,12.419437,12.554858,12.048137,11.283444,11.548429,11.990921,12.00117,11.768952,12.054425,12.058794,12.56879,13.011606,12.777536,12.352702,12.110982,12.245372,12.378846,11.873093,11.184443,9.9977045,10.427697,10.438917,10.255225,10.589732,10.597871,10.935066,11.381186,11.196015,10.948643,10.730825,10.906157,11.009085,10.573049,10.044547,11.785192,12.019618,12.067646,11.631423,11.869115,11.917263,12.051945,12.3411,12.067203,11.62768,11.333209,11.441642,11.528723,11.08351,10.450311,11.436678,11.920235,11.922912,11.713439,12.009873,11.998931,12.765864,13.231281,13.021912,12.645871,12.400743,12.544034,12.677313,12.168142,11.508193,16.856081,16.972691,16.940441,17.421463,17.463579,17.376719,17.547596,18.748911,18.058668,15.94692,15.550386,15.385329,15.513304,14.787879,13.682851,9.7930593,10.32057,10.323485,10.164919,10.597445,10.583081,11.629828,12.217828,12.09215,11.908484,11.777275,12.023231,12.123408,11.718878,11.221593,12.902107,13.300871,13.318972,13.019941,13.259941,13.278728,13.710199,14.142207,13.846093,13.174857,12.917883,13.017719,13.165494,12.635792,11.807359,9.5542669,10.046031,10.048915,9.9139557,10.337743,10.327315,11.023425,11.590101,11.45339,11.257552,11.10073,11.335917,11.440598,11.029276,10.546294,15.907281,16.075993,16.052769,16.290655,16.353664,16.26684,16.502344,17.334909,16.842331,15.280881,14.842132,14.715468,14.857601,14.129178,13.17731,14.711159,15.098413,15.095961,14.922205,15.08099,15.059,15.774454,16.292105,15.948408,14.820398,14.479395,14.503741,14.659782,14.078209,13.216517,14.878184,15.249658,15.261542,15.00577,15.194452,15.207589,15.71544,16.225128,15.856467,14.64165,14.352077,14.399083,14.561028,14.013158,13.07237,8.7667665,9.1323137,9.1494102,9.0240488,9.3765984,9.3911877,9.5815115,10.010713,9.8772306,9.7285357,9.4779711,9.6696644,9.715827,9.3657646,8.9738026,14.056231,14.514141,14.497163,14.298106,14.426839,14.35979,15.70708,16.159924,15.880877,15.169133,14.775685,14.801376,14.938705,14.323452,13.496211,13.843112,14.278887,14.275899,14.056529,14.235352,14.211713,15.102911,15.567782,15.27219,14.46002,14.132691,14.183532,14.335698,13.756907,12.915878,15.350088,15.570916,15.630881,14.898417,15.221602,15.304944,15.413875,15.806461,15.304236,13.988616,13.788423,13.883814,14.077661,13.620451,12.790452,10.069441,10.540071,10.545225,10.382771,10.751369,10.747731,11.273573,11.777366,11.605503,11.353724,11.15751,11.351666,11.46532,11.020476,10.48153,14.961489,15.337181,15.343854,15.123995,15.30197,15.304301,15.875852,16.399357,16.032635,14.783905,14.47783,14.514494,14.675247,14.119706,13.210782,14.51803,15.006536,14.985796,14.762626,14.844774,14.733269,16.706581,17.160215,16.893467,16.271666,15.802254,15.802356,15.923214,15.298266,14.430833,11.399004,11.930009,11.927465,11.708283,12.015599,11.99301,13.138464,13.620946,13.43763,13.120764,12.876838,13.034509,13.164177,12.665145,12.02899,15.788262,15.933805,15.908406,16.293768,16.3466,16.255661,16.458321,17.46179,16.904165,15.333179,14.893637,14.748066,14.885196,14.131923,13.052381,14.977747,15.281922,15.26955,15.257019,15.362328,15.292952,15.902243,16.487268,16.126959,14.95379,14.526543,14.497224,14.644805,13.990569,13.158383,13.407703,13.755377,13.788217,13.388287,13.621815,13.662174,13.948394,14.359211,14.024037,13.2403,12.994527,13.094087,13.24124,12.725184,11.861951,13.250725,13.844328,13.834967,13.487666,13.696615,13.663563,15.602551,16.038857,15.824667,15.359895,15.056456,15.157946,15.296268,14.775563,13.973044,12.162992,12.592099,12.604142,12.348216,12.609426,12.61709,13.124853,13.560845,13.301835,12.779532,12.526219,12.642252,12.783242,12.260777,11.50953,10.912904,11.169065,11.204389,10.894661,11.129319,11.165734,11.329756,11.631933,11.415257,11.087966,10.766159,10.881917,10.937087,10.510173,9.9386482,7.4134521,7.8365989,7.8421917,7.7866964,8.3361053,8.3325205,8.8047104,9.4967661,9.4347048,9.3557758,9.3201265,9.6689272,9.7310953,9.4769955,9.1921587,12.761171,13.0143,13.068763,12.539549,12.791603,12.847637,12.986609,13.302936,12.967915,12.353464,12.100951,12.208266,12.33632,11.865864,11.146386,16.044525,16.313253,16.367319,15.760708,15.979701,16.052729,16.234219,16.708384,16.235683,14.686499,14.465545,14.552471,14.710938,14.217453,13.246975,14.033074,14.443773,14.447487,14.215674,14.405546,14.398834,15.086552,15.562482,15.24485,14.328333,14.02105,14.075455,14.232037,13.665944,12.792254,14.77239,15.088384,15.129045,14.655354,14.874707,14.928939,15.180701,15.626303,15.227249,14.082984,13.843854,13.930855,14.087695,13.573362,12.612118,10.026915,10.243087,10.272943,10.068695,10.30131,10.33167,10.492623,10.786533,10.635905,10.401113,10.011571,10.130541,10.129033,9.7508469,9.2702236,12.460482,12.81213,12.843289,12.473737,12.719616,12.755177,13.022827,13.406965,13.109889,12.528228,12.280844,12.393143,12.52576,12.024961,11.25732,14.399849,14.666734,14.723863,14.115153,14.359591,14.427352,14.585503,14.969581,14.561495,13.550932,13.323423,13.4239,13.579331,13.086575,12.227638,13.513774,13.733271,13.801325,13.162527,13.48137,13.5488,13.653212,13.965654,13.554297,12.76438,12.544508,12.647841,12.821219,12.366184,11.637964,9.286293,9.7033634,9.7151194,9.5635128,9.9177876,9.9271574,10.196492,10.647239,10.487495,10.301716,10.084433,10.27644,10.360141,9.9650927,9.512742,13.571094,13.952544,13.973356,13.652062,13.877539,13.902063,14.312314,14.755401,14.430075,13.605185,13.345048,13.43213,13.585941,13.05112,12.159632,14.08917,14.286861,14.273464,14.419174,14.487117,14.340843,14.635213,15.205206,14.897669,14.098328,13.541366,13.480921,13.605177,12.812706,12.01025,18.8403,19.117542,19.125795,19.035685,19.18239,19.203592,19.584757,20.439993,19.816149,16.663603,16.388105,16.37693,16.526848,16.075474,15.354993,15.308911,15.537616,15.523321,15.62525,15.711445,15.62938,15.984873,16.653091,16.252295,14.938578,14.489061,14.419325,14.566174,13.871293,13.015461,13.974175,14.130368,14.116491,14.341749,14.392599,14.2217,14.40503,15.013237,14.701219,13.943413,13.350245,13.274911,13.390194,12.552427,11.728263,17.369993,17.642317,17.685122,17.173504,17.366667,17.431536,17.653461,18.222668,17.693052,15.610913,15.389674,15.452716,15.611961,15.128588,14.058841,14.544803,14.909069,14.895073,14.807871,14.919945,14.848565,15.742193,16.264652,15.942606,14.986043,14.563502,14.555745,14.699231,14.055846,13.223686,12.411983,12.810433,12.829984,12.531397,12.784127,12.804417,13.195819,13.615864,13.335179,12.75865,12.509209,12.621024,12.761806,12.244688,11.464727,11.650341,11.944077,11.981684,11.607512,11.848983,11.888728,12.072581,12.399246,12.134989,11.704568,11.428845,11.544248,11.641093,11.178903,10.524444,13.680909,14.088824,14.098301,13.837677,14.047415,14.05232,14.638063,15.098701,14.786726,13.950968,13.665516,13.737138,13.892953,13.339216,12.463301,15.505571,15.706501,15.689276,15.844256,15.920382,15.833914,16.122452,16.843517,16.41411,15.026705,14.574461,14.480676,14.625931,13.912572,13.023418,10.61306,10.77675,10.816908,10.526067,10.73912,10.780071,10.905468,11.160251,10.980885,10.694621,10.295309,10.399296,10.403884,10.018423,9.50352,9.2116947,9.6627083,9.6681948,9.5316153,9.9256077,9.9269104,10.288255,10.797746,10.646826,10.462202,10.278425,10.495907,10.592603,10.197248,9.7432356,13.703165,14.21523,14.204262,13.936963,14.102231,14.056227,15.560734,15.995697,15.739206,15.116256,14.775572,14.8293,14.969559,14.391738,13.571071,11.24466,11.623427,11.645841,11.365624,11.636602,11.659652,11.945604,12.332231,12.090928,11.704641,11.457279,11.589624,11.702779,11.22708,10.578231,12.598919,13.031473,13.040891,12.786366,13.030471,13.033567,13.619292,14.060843,13.791387,13.200217,12.933578,13.03578,13.18228,12.644835,11.857379,16.24456,16.577219,16.594677,16.326164,16.506756,16.535778,16.943047,17.523087,17.079298,15.336316,15.063128,15.096815,15.260805,14.743251,13.760364,18.325575,18.611769,18.631721,18.355347,18.526192,18.568811,18.889568,19.599363,19.02512,16.326258,16.084269,16.105843,16.262285,15.805137,14.849113,11.164841,11.577347,11.593724,11.345424,11.632663,11.647459,12.006272,12.423091,12.190877,11.812125,11.575029,11.715199,11.836473,11.354008,10.704567,11.095341,11.434004,11.46155,11.165434,11.423751,11.4526,11.679959,12.034389,11.798685,11.438567,11.17186,11.299313,11.394268,10.935423,10.316802,15.763966,16.083548,16.077221,16.009865,16.137453,16.10483,16.67593,17.299057,16.890093,15.332706,14.964522,14.948483,15.104304,14.513576,13.684321,13.190533,13.640533,13.642006,13.399618,13.611132,13.59833,14.428065,14.877275,14.602728,13.934316,13.636255,13.714941,13.865258,13.305275,12.491191,10.255542,10.70335,10.71228,10.527855,10.867389,10.871207,11.286939,11.751963,11.562571,11.28904,11.076725,11.252357,11.365338,10.913617,10.355188,14.761872,15.134944,15.126115,15.002414,15.13692,15.092867,15.874061,16.403992,16.063086,14.957721,14.579364,14.584843,14.736126,14.127563,13.286219,12.712664,13.328779,13.321132,12.981517,13.229235,13.198712,15.232007,15.688501,15.502919,15.141876,14.866682,15.001008,15.134647,14.638795,13.886835,10.611983,11.119034,11.120079,10.941116,11.29524,11.280213,12.135682,12.646238,12.476526,12.205618,11.997063,12.182519,12.303558,11.833696,11.258514,13.121687,13.451045,13.488948,13.058487,13.295897,13.340769,13.580673,13.966306,13.636218,12.923728,12.679357,12.784564,12.924871,12.4199,11.599848,8.9275789,9.3967867,9.3996668,9.2876787,9.7376585,9.7312136,10.245066,10.828506,10.704028,10.540519,10.400481,10.656974,10.751657,10.377381,9.9481173,13.506181,13.776491,13.830909,13.271444,13.518418,13.5787,13.735861,14.087148,13.720417,12.939869,12.701999,12.806906,12.950651,12.463219,11.667851,11.559503,11.726775,11.782741,11.326635,11.571965,11.624438,11.721731,11.969282,11.706697,11.310088,10.980287,11.082669,11.150335,10.737378,10.16021,11.836906,12.218956,12.242295,11.936728,12.198183,12.22305,12.535904,12.931989,12.666962,12.190724,11.945197,12.068061,12.195268,11.699928,10.985496,14.974422,15.308609,15.340384,14.938623,15.148175,15.192645,15.506415,15.980349,15.583536,14.368894,14.119578,14.193735,14.354485,13.830551,12.829352,9.6086636,10.068586,10.074105,9.9250565,10.308852,10.308165,10.737566,11.245471,11.084263,10.868683,10.681318,10.888679,10.993656,10.574702,10.079899,13.74114,14.097983,14.127077,13.749676,13.97681,14.013591,14.339561,14.771115,14.4279,13.560581,13.310592,13.402174,13.554742,13.030107,12.127343,10.358295,10.746887,10.764825,10.543164,10.8388,10.855821,11.12932,11.525865,11.323184,11.044157,10.799041,10.950448,11.045202,10.601612,10.045493,15.765306,16.094732,16.121103,15.769107,15.962564,16.002731,16.350657,16.87488,16.448284,14.951558,14.69494,14.748922,14.913337,14.391259,13.349957,10.883585,11.356707,11.361823,11.168993,11.493682,11.488335,12.10617,12.581991,12.384011,12.056495,11.83224,11.994428,12.120451,11.635406,11.020217,12.059204,12.572358,12.570108,12.330848,12.594604,12.573366,13.682721,14.138526,13.926078,13.516914,13.245984,13.372124,13.509984,12.98368,12.282882,20.651562,20.913528,20.93363,20.807299,20.96442,21.004648,21.335724,22.327616,21.560518,17.371923,17.144485,17.146154,17.281019,16.912069,16.268766,12.582554,13.066006,13.06544,12.821684,13.056951,13.039496,14.011153,14.456491,14.214689,13.696369,13.410026,13.511633,13.655807,13.110057,12.354146,14.342221,14.725523,14.738467,14.466636,14.666415,14.679779,15.190901,15.672592,15.327044,14.293475,14.009892,14.06993,14.229939,13.680198,12.752649,18.775541,19.032087,19.033169,18.987003,19.122259,19.143869,19.502375,20.381418,19.749567,16.641558,16.366623,16.344204,16.500963,16.031836,15.329711,17.084286,17.310116,17.298555,17.357338,17.457272,17.42832,17.754538,18.542801,18.021423,15.863514,15.507264,15.437924,15.596496,15.001503,14.194757,12.009195,12.622786,12.614336,12.314113,12.604409,12.571643,14.464123,14.94094,14.776915,14.489255,14.225926,14.38396,14.513005,14.029641,13.345665,13.718169,14.006474,13.991195,14.007936,14.081394,13.932905,14.698007,15.169014,14.912365,14.326058,13.77606,13.753256,13.870607,13.11622,12.36117,17.284838,17.603006,17.613041,17.45575,17.61692,17.632771,18.08024,18.780758,18.275738,15.961496,15.670088,15.677477,15.835029,15.340018,14.508389,13.028165,13.462158,13.468668,13.218129,13.443487,13.441301,14.108309,14.555776,14.276015,13.61084,13.329,13.41632,13.566767,13.016373,12.199223,16.751001,17.047915,17.083014,16.658194,16.847868,16.902235,17.179121,17.73399,17.248735,15.404654,15.168386,15.223653,15.386866,14.886184,13.796969,14.274836,14.5956,14.579902,14.561656,14.653347,14.550576,15.34948,15.872382,15.566678,14.737864,14.260139,14.236853,14.371502,13.678074,12.86255,17.211639,17.471649,17.522112,16.936911,17.140694,17.213181,17.402065,17.946356,17.418238,15.410242,15.193215,15.267948,15.425231,14.944843,13.925179,11.837487,12.185164,12.215127,11.872625,12.124758,12.15749,12.405705,12.773847,12.502997,12.032529,11.779704,11.899363,12.017485,11.533059,10.833113,11.819124,12.274714,12.281562,12.052746,12.327974,12.325709,12.949069,13.397265,13.161829,12.710695,12.458478,12.584958,12.722955,12.203431,11.495102,21.623739,20.427498,20.341677,20.43041,20.4331,20.531559,20.690611,21.456217,20.364693,19.695345,19.517942,19.009005,19.211325,18.396793,17.854025,22.354158,20.891813,20.808142,20.899963,20.904926,20.991163,21.139772,21.978395,20.752047,20.035208,19.865517,19.446835,19.640091,18.889421,18.409286,20.458105,19.961836,19.880629,20.011322,19.999689,20.12949,20.349052,20.922991,20.191296,19.611017,19.402222,18.143652,18.384451,17.126459,16.336342,20.251135,19.702181,19.620022,19.716444,19.706118,19.839567,20.027098,20.610392,19.853331,19.285332,19.085772,18.118771,18.353643,17.252981,16.492884,21.077284,20.242987,20.15304,20.308594,20.304983,20.395052,20.627249,21.317564,20.398623,19.736544,19.515972,18.476551,18.703424,17.533751,16.879868,24.093506,22.020477,21.940208,22.012438,22.013416,22.08371,22.19577,23.16531,21.645063,20.838333,20.703867,20.447069,20.607048,20.022858,19.654024,21.097727,20.01932,19.938293,20.085024,20.09832,20.168987,20.343407,21.147739,20.116116,19.424931,19.187759,18.726833,18.975515,17.923828,17.375151,21.976173,20.596418,20.518023,20.657618,20.670319,20.733044,20.886929,21.765652,20.588644,19.87369,19.650654,19.367489,19.619686,18.61397,18.147089,23.221516,21.418636,21.339962,21.461372,21.471268,21.529081,21.667692,22.632444,21.240894,20.465193,20.270128,20.053318,20.280678,19.455627,19.05414,24.806688,22.488529,22.409388,22.465483,22.465528,22.532278,22.62582,23.635633,22.003887,21.164391,21.045244,20.831036,20.973698,20.461109,20.12859,20.561356,19.870176,19.783031,19.969862,19.975853,20.049517,20.290993,20.983557,20.139875,19.453068,19.188717,18.128233,18.374096,17.040346,16.353086,23.958979,21.929754,21.847635,21.904646,21.906309,21.985237,22.092079,23.036583,21.542177,20.755943,20.630169,20.392139,20.545891,19.995115,19.624315,21.141605,20.456657,20.361013,20.577562,20.56752,20.642912,20.936323,21.599438,20.749083,20.061152,19.814215,18.336037,18.571735,17.109159,16.406107,20.558264,19.709232,19.630636,19.78824,19.800625,19.861988,20.033638,20.782602,19.88769,19.230066,18.972588,18.513176,18.773081,17.4417,16.866735,22.411657,21.749353,21.632677,21.957899,21.905392,21.964235,22.394312,23.012316,22.152559,21.435928,21.231783,18.821463,19.043123,17.135479,16.425646,23.228479,21.41345,21.334465,21.448547,21.457539,21.522274,21.660955,22.618935,21.216801,20.437607,20.250664,20.000498,20.21081,19.466404,19.059946,20.778387,20.237516,20.151777,20.316641,20.304752,20.420458,20.68009,21.271481,20.5109,19.900911,19.679846,18.236498,18.47406,17.11297,16.339064,21.616545,21.24328,21.137754,21.499332,21.486773,21.52844,21.953976,22.556057,21.862278,21.054497,20.698877,18.230986,18.468718,16.300838,15.487904,21.40374,20.888046,20.795509,21.033442,21.013203,21.116585,21.460186,22.042021,21.286638,20.646845,20.409191,18.431986,18.667219,17.021706,16.236568,21.478527,20.355883,20.270191,20.378365,20.381832,20.475163,20.650682,21.409399,20.351021,19.677332,19.485329,18.877874,19.089052,18.193634,17.629517,20.951469,20.403008,20.309614,20.559416,20.558031,20.626068,20.945621,21.591076,20.811707,20.100876,19.812761,18.135233,18.378199,16.732222,15.982417,21.135796,20.124056,20.039001,20.179798,20.187534,20.268736,20.46307,21.223555,20.217947,19.533117,19.310186,18.628811,18.859314,17.832212,17.243774,20.683096,19.808031,19.720009,19.789438,19.786322,19.906868,20.064331,20.732246,19.809492,19.211447,19.031475,18.477303,18.689255,17.83316,17.205879,20.551344,19.905495,19.820412,19.939491,19.932585,20.050514,20.259556,20.878193,20.066448,19.465189,19.257402,18.232828,18.463806,17.329428,16.604177,20.529194,19.709974,19.626944,19.790131,19.801485,19.87323,20.0739,20.811232,19.909687,19.229107,18.973007,18.270758,18.52116,17.319035,16.690498,20.086355,19.802113,19.732618,19.818296,19.791494,19.962946,20.120558,20.616827,20.00193,19.491035,19.305855,18.122992,18.380507,17.172073,16.295656,22.597624,21.046755,20.962715,21.040688,21.044401,21.133114,21.270319,22.119108,20.852226,20.131472,19.974434,19.607367,19.790907,19.096867,18.63653,21.073753,20.095541,20.009016,20.101854,20.102026,20.208582,20.380375,21.088593,20.107641,19.47114,19.283161,18.654945,18.867542,17.968817,17.364548,19.977016,19.609337,19.534096,19.610386,19.589561,19.749428,19.913145,20.434616,19.774885,19.252054,19.061775,18.046608,18.293264,17.16857,16.333813,20.868935,20.070263,19.981651,20.152878,20.155146,20.235138,20.469755,21.173941,20.272909,19.594175,19.352913,18.338291,18.575193,17.348011,16.689665,20.374268,19.597513,19.516491,19.681101,19.693195,19.759296,19.949932,20.682259,19.812042,19.139849,18.87591,18.254025,18.509821,17.222162,16.599943,20.80283,20.365908,20.284952,20.462664,20.448122,20.575342,20.842796,21.40299,20.701151,20.108572,19.891632,18.233152,18.478954,17.009502,16.188013,22.457109,22.029919,21.923971,22.355587,22.345531,22.392996,22.916162,23.513348,22.774632,21.99901,21.672775,18.657904,18.890409,16.531404,15.738471,20.24472,19.794807,19.70793,19.928059,19.932198,19.986208,20.243254,20.88517,20.179665,19.455954,19.149521,17.894197,18.139585,16.435019,15.689676,21.805952,20.49711,20.414846,20.540541,20.551342,20.627333,20.793011,21.631666,20.478489,19.764744,19.558289,19.120295,19.343506,18.462538,17.955772,21.270302,21.013651,20.948174,21.172226,21.149641,21.31045,21.503601,22.014496,21.423887,20.883234,20.712761,18.519724,18.790739,17.056492,16.165672,20.264536,19.643505,19.558743,19.748198,19.756998,19.823971,20.054825,20.742676,19.942362,19.251394,18.972351,17.992683,18.244308,16.836208,16.1404,20.216055,20.077084,20.021282,20.097776,20.052246,20.25555,20.392658,20.835527,20.297316,19.818457,19.646078,18.360748,18.642727,17.394983,16.449141,20.899887,20.187225,20.098236,20.249556,20.242027,20.344408,20.583624,21.228428,20.375132,19.740686,19.521515,18.356157,18.584858,17.367254,16.666281,21.408463,20.307211,20.221849,20.346996,20.352674,20.438698,20.623596,21.391983,20.341703,19.65712,19.451618,18.812607,19.031876,18.082254,17.514612,21.95923,20.576656,20.49588,20.626112,20.638338,20.709267,20.868729,21.736485,20.548326,19.825245,19.613401,19.252739,19.484394,18.597002,18.11264,20.577459,20.057037,19.967171,20.200771,20.204418,20.268837,20.558826,21.211748,20.453234,19.736671,19.441561,17.980204,18.227385,16.615965,15.866747,23.325239,21.488968,21.408972,21.510958,21.518518,21.585793,21.721682,22.66823,21.25589,20.475988,20.307281,20.029055,20.221066,19.52562,19.120102,22.068409,21.936556,21.882893,22.183376,22.146887,22.331871,22.472841,22.937557,22.433706,21.936646,21.81546,18.98551,19.293346,17.238512,16.317842,20.39646,20.043245,19.969879,20.098093,20.079464,20.231256,20.423948,20.951727,20.300463,19.756121,19.561344,18.151606,18.405369,17.075325,16.223503,21.772327,21.345438,21.255209,21.542442,21.519194,21.62995,22.033714,22.586969,21.883093,21.247662,21.012798,18.577599,18.817589,16.934395,16.109152,20.328045,19.861414,19.781977,19.898746,19.885773,20.022842,20.225718,20.787851,20.073645,19.508213,19.304949,18.11018,18.352623,17.130508,16.329979,20.535801,20.15024,20.074556,20.221004,20.204966,20.347492,20.565817,21.107136,20.437155,19.875172,19.672562,18.17219,18.423342,17.042953,16.202383,21.009375,20.109486,20.022539,20.139318,20.13867,20.239969,20.435251,21.131592,20.186171,19.542919,19.340387,18.545082,18.765097,17.756714,17.124466,20.603827,19.848883,19.763056,19.861593,19.85751,19.974234,20.160189,20.80632,19.940163,19.335705,19.137827,18.33462,18.558273,17.550167,16.870541,20.330748,19.62674,19.540627,19.613581,19.606899,19.73567,19.901331,20.523035,19.687674,19.112768,18.924397,18.243662,18.465666,17.527079,16.837791,22.250385,21.997122,21.932789,22.282585,22.263651,22.414133,22.72447,23.249292,22.665464,22.096563,21.917019,18.901979,19.172186,16.99542,16.111065,21.512625,21.160063,21.081091,21.345352,21.326099,21.454624,21.810539,22.348478,21.694258,21.091412,20.870892,18.503466,18.755859,16.916239,16.05567,22.05884,21.564875,21.460558,21.816526,21.801933,21.862103,22.309357,22.914358,22.151598,21.419029,21.099741,18.534378,18.767885,16.702078,15.924773,19.90876,19.419079,19.337149,19.397171,19.381865,19.531414,19.690569,20.244976,19.521929,18.989594,18.800632,18.032251,18.26536,17.270634,16.499109,20.101149,19.505098,19.424599,19.600155,19.60928,19.667208,19.865171,20.545023,19.779915,19.110695,18.829523,18.08687,18.337723,16.814796,16.15222,21.394226,20.255117,20.167522,20.239815,20.240625,20.348362,20.498323,21.238291,20.179985,19.536165,19.366383,18.909096,19.108858,18.330053,17.778526,22.817022,21.175867,21.094038,21.19195,21.198429,21.274933,21.417465,22.309652,20.993422,20.244097,20.075701,19.723646,19.915323,19.193062,18.751404,23.165977,22.894279,22.818903,23.293236,23.269773,23.396845,24.00671,24.525393,23.927124,23.30563,23.080776,19.273544,19.527912,16.914454,16.036543,21.213329,20.100286,20.021652,20.170769,20.184319,20.24847,20.411949,21.229811,20.191216,19.508129,19.26824,18.911388,19.171127,18.034489,17.515703,20.666359,20.049006,19.963053,20.102819,20.094316,20.20858,20.43977,21.053001,20.253506,19.643574,19.428486,18.239889,18.473055,17.247705,16.508417,20.825203,20.433041,20.337421,20.620218,20.617146,20.665787,20.999252,21.620068,20.928854,20.155237,19.822474,17.981712,18.223127,16.307402,15.516229,21.271734,20.637192,20.543367,20.749382,20.731966,20.827417,21.129795,21.748531,20.928267,20.281027,20.045271,18.425789,18.655457,17.197739,16.465782,20.922878,19.961182,19.877289,20.026411,20.036671,20.11355,20.307648,21.06893,20.09059,19.405289,19.169178,18.51388,18.753742,17.679066,17.08317,8.9066019,9.0087166,9.0194902,9.0582314,9.0204306,9.0132265,8.9985895,9.0046024,8.8337908,8.8224831,8.7963743,8.8264856,8.871438,8.5509548,8.4268227,9.3766413,9.5613861,9.5655251,9.5456161,9.4868727,9.4838686,9.4738626,9.5049152,9.2599764,9.2317686,9.1746359,9.1962786,9.2709913,8.7989368,8.5833292,8.7986679,8.8824644,8.8912964,8.9460945,8.9186668,8.9112196,8.8976812,8.9006243,8.7551003,8.7465792,8.7263422,8.7592583,8.7969522,8.5235424,8.4199419,9.0323982,9.16504,9.1782742,9.1998758,9.1514683,9.1447906,9.1292534,9.1420107,8.9321461,8.9162378,8.8793898,8.90839,8.966054,8.5709991,8.4127951,9.1962729,9.3344564,9.3439245,9.3406296,9.2843332,9.2796106,9.2653484,9.2805223,9.0736361,9.0545702,9.0165758,9.0378685,9.0947237,8.7062721,8.5429888,9.0251732,9.1419363,9.1531401,9.1734972,9.127079,9.1205606,9.1057281,9.1149759,8.9276733,8.9135122,8.8826895,8.9086809,8.9587097,8.6073027,8.467536,9.0811796,9.196043,9.2063341,9.2162886,9.1670218,9.1611547,9.1468792,9.1559658,8.9741507,8.9596319,8.9296083,8.9517469,8.9999208,8.6595049,8.5230074,9.009716,9.1147919,9.125124,9.1454964,9.1015558,9.0951271,9.0810404,9.0879841,8.9169407,8.9043598,8.8774109,8.9015617,8.946434,8.6258535,8.4999084,8.8413467,8.9545155,8.9675169,9.0201139,8.9844446,8.9769487,8.9616671,8.9698029,8.782424,8.7709322,8.7396584,8.7764912,8.8273506,8.47472,8.3380756,9.2476063,9.4025898,9.4113035,9.4035416,9.3457069,9.3413439,9.3277597,9.3479805,9.1242476,9.1022177,9.0577631,9.0798931,9.1435709,8.7202959,8.5379343,9.2753801,9.4409399,9.4492168,9.4386539,9.3804111,9.376111,9.3631763,9.3866434,9.1530752,9.1293287,9.0806875,9.1032696,9.1712608,8.7268839,8.533309,8.942811,9.0393314,9.0493546,9.0800343,9.04142,9.0346022,9.0207739,9.0260305,8.865015,8.8540373,8.8297548,8.8561354,8.8980665,8.5959797,8.4791603,9.1748762,9.326458,9.3378782,9.3388605,9.2833204,9.2777033,9.2630024,9.2812996,9.0553617,9.0351658,8.9920597,9.016737,9.0805635,8.6534328,8.4752407,9.1129284,9.2398796,9.2504387,9.2579098,9.2060976,9.2003765,9.1857538,9.197669,9.0009966,8.9845371,8.9504023,8.9735575,9.0267391,8.6577082,8.5071411,9.2916946,9.4466934,9.4541883,9.4410734,9.3813705,9.3779545,9.3646755,9.385417,9.1632547,9.1403551,9.0959435,9.1164684,9.1795101,8.7602587,8.5766144,8.4553604,8.5110207,8.5147629,8.6265497,8.628356,8.6202374,8.6079388,8.6071882,8.5031395,8.4988413,8.487422,8.5367661,8.5637836,8.368165,8.2952404,7.191431,7.3921022,7.4113069,7.381424,7.4398503,7.4501009,7.2595162,7.3110361,7.0930257,7.0845289,6.947032,7.0432148,7.0863252,6.8610406,6.7110138,8.0061188,8.3116331,8.30266,8.2604113,8.2989416,8.297039,8.1311655,8.1322994,7.7797818,7.7695704,7.7101002,7.7720814,7.8994055,7.5299768,7.3891897,7.2880673,7.589807,7.580533,7.5579267,7.494369,7.4881005,7.2512865,7.2467694,6.9620357,6.9550724,6.8991032,6.9790578,7.0446181,6.7407961,6.6267772,8.463872,8.7590408,8.7564325,8.6737566,8.7612724,8.7627602,8.6318941,8.6411781,8.2582378,8.2434416,8.1809998,8.2371359,8.392889,7.9983358,7.830153,8.1934605,8.5982885,8.5528564,8.540617,8.3707876,8.3627081,8.2134027,8.1803322,7.8376575,7.8267221,7.7624736,7.8113861,7.871038,7.2696695,7.1186514,6.9643278,7.2161932,7.2143202,7.1865759,7.1672144,7.1599412,6.9033542,6.9058585,6.6427364,6.636632,6.5803657,6.6683202,6.735847,6.5004797,6.3931117,6.8137555,7.1647186,7.1043425,7.1423383,6.9945989,6.989172,6.7871165,6.7380323,6.4751902,6.4699068,6.4261584,6.4875851,6.5131435,5.9255438,5.8242702,8.2407427,8.4496765,8.4521122,8.3645973,8.7393703,8.7420597,8.6404715,8.6574488,8.2206936,8.2051077,8.1485138,8.1947308,8.4638348,8.1747866,8.0286255,8.6387215,8.9852638,8.9720335,8.8981009,8.8408823,8.8403664,8.7090378,8.7064695,8.3373861,8.3229647,8.2586288,8.3128309,8.4190035,7.9277792,7.7493572,7.3218632,7.5477128,7.5499549,7.5156717,7.5824199,7.5790658,7.3651056,7.3786664,7.0924301,7.0848618,7.0014095,7.0812683,7.1773682,6.9350233,6.8129091,7.0699821,7.263442,7.2874069,7.2604117,7.328711,7.3443356,7.1655211,7.2359629,7.0463862,7.0362802,6.8843417,6.9877124,7.0130525,6.8019543,6.6424141,7.0968781,7.4270611,7.4066892,7.400342,7.2813725,7.2746935,7.030818,7.015554,6.7439942,6.7377157,6.6857753,6.763865,6.8069434,6.4630351,6.3595233,7.6420245,7.90415,7.9014673,7.864037,7.9565897,7.9538622,7.7641377,7.7705264,7.4371204,7.4288702,7.3685017,7.4384747,7.5722241,7.2792225,7.1531186,7.7231588,8.1026993,8.0704145,8.0645761,7.920424,7.9153705,7.7240715,7.7026701,7.3908138,7.3831048,7.3261065,7.3894596,7.4444571,6.9744892,6.8479295,7.6733766,7.8644824,7.8647346,7.8254361,8.1866627,8.1862383,8.0484037,8.0604353,7.6602364,7.6518712,7.5939875,7.6477494,7.8945994,7.6597047,7.5477867,7.8887548,8.0891056,8.0878019,8.0425901,8.4530611,8.4533701,8.3413677,8.3499374,7.9127436,7.9021411,7.8551221,7.8993087,8.1780796,7.9139714,7.7965217,8.0246525,8.4093704,8.3785133,8.3612967,8.2243471,8.2193441,8.0481672,8.0289354,7.6974597,7.6881738,7.6275239,7.6859412,7.7523036,7.2591763,7.1191344,8.7137556,8.9962873,9.0006933,8.8792162,9.000411,9.004756,8.8884211,8.9044781,8.5089626,8.4915438,8.4284239,8.48487,8.6559019,8.2589712,8.0729094,8.9301548,9.2584324,9.2560396,9.1448879,9.1286268,9.1316748,9.0174913,9.0240707,8.6388569,8.6224222,8.5602608,8.6141148,8.7390394,8.2591152,8.0626411,8.3390789,8.6944656,8.676158,8.6293039,8.5578833,8.5553904,8.4049034,8.3977833,8.0432177,8.0313082,7.9683948,8.0251026,8.1210747,7.6523142,7.4935422,7.0605731,7.2266645,7.230906,7.2156706,7.2533178,7.2470956,7.0328679,7.0498786,6.8287773,6.820837,6.653461,6.7328091,6.7570477,6.5525818,6.434617,8.6581783,9.0270586,8.9969492,8.9426174,8.8187485,8.81458,8.6921167,8.6715031,8.3048897,8.2903223,8.2250853,8.2720814,8.3545694,7.7496018,7.5671062,8.8965168,9.2734051,9.2516594,9.1859121,9.0426149,9.0402641,8.9257154,8.9127941,8.5378151,8.5231771,8.458149,8.5046301,8.5884418,8.0104084,7.8208966,7.5937772,7.90311,7.8934155,7.8653822,7.8275337,7.8231163,7.6131182,7.6106939,7.3014188,7.2935109,7.2353177,7.3087721,7.3933692,7.0576906,6.932426,8.9569473,9.1173735,9.1441717,9.1476526,9.0352354,9.0161428,8.9906139,8.9836969,8.6805916,8.6668844,8.6332264,8.6585016,8.7254667,8.2132263,8.0614357,9.3976488,9.4887295,9.5464315,9.5448055,9.4138031,9.3770351,9.3508739,9.3205385,8.955883,8.9487286,8.9255524,8.9400663,9.0188589,8.3555088,8.1444378,8.1012621,8.1881685,8.2058659,8.2111502,8.1469574,8.1334648,8.1250534,8.1156082,7.9550605,7.952404,7.9361987,7.951755,7.9892259,7.706656,7.7267351,8.8769751,9.0180769,9.0468159,9.0395489,8.9269724,8.9075489,8.8852472,8.8746138,8.5965204,8.5866661,8.5565462,8.5751457,8.6367416,8.1547575,8.0338068,8.0016565,8.136405,8.1538095,8.3406219,8.309473,8.286849,8.2622604,8.2527208,7.9835596,7.9733014,7.9552894,8.0347843,8.0911531,7.6674995,7.529726,9.0013103,9.1146955,9.1545277,9.1965084,9.0852728,9.0475321,9.0218554,8.9927702,8.6843204,8.6762581,8.652832,8.6829386,8.7503796,8.1967697,8.0159121,9.1283417,9.2052488,9.2326345,9.2352142,9.1002483,9.0290051,9.0133924,8.9473381,8.743639,8.7391462,8.7223635,8.7334604,8.7772779,8.3583555,8.2074699,9.1420431,9.242239,9.2785797,9.2902451,9.1604881,9.1090221,9.0871973,9.0424423,8.7698135,8.7632723,8.7417707,8.7595673,8.8183479,8.3074636,8.1369028,8.2151775,8.3332863,8.3548536,8.4756479,8.4188633,8.3924189,8.3720732,8.3550739,8.1142693,8.1063175,8.0893412,8.144784,8.1975384,7.7910318,7.6792898,9.1281109,9.3002577,9.3295851,9.314764,9.1870584,9.1687727,9.1402044,9.1342335,8.8108654,8.7955589,8.7586193,8.7800531,8.8513451,8.3027773,8.1329079,8.3179979,8.4229441,8.4427004,8.4749136,8.4016476,8.3809376,8.3670912,8.3527393,8.1487103,8.1427784,8.1252146,8.1508617,8.1964216,7.8431273,7.794517,8.6236553,8.7534914,8.7771616,8.7954559,8.7035112,8.6835079,8.6645794,8.6533499,8.4032316,8.394331,8.3692675,8.3943529,8.449934,8.0208044,7.9243584,8.4365416,8.5618496,8.5839205,8.6502743,8.5754261,8.5525837,8.532856,8.5193882,8.271287,8.2625942,8.2411098,8.2804031,8.3347073,7.9159532,7.811996,8.6531153,8.7545099,8.7800026,8.8217783,8.7262602,8.6871099,8.6696568,8.6371241,8.4106283,8.4045715,8.3870106,8.4144516,8.4640808,8.0542059,7.9420147,9.9185734,10.021721,9.9741297,9.9257784,9.9856548,9.9408617,10.008635,10.160424,9.9263077,9.8724174,9.6243858,9.705718,9.7631054,9.1031618,8.7906876,10.617815,10.67407,10.511261,10.51412,10.535237,10.473396,10.542343,10.677217,10.495907,10.434296,10.06867,10.152423,10.203471,9.5477638,9.1184111,11.663738,11.710216,11.516046,11.487681,11.512434,11.245109,11.348122,11.404891,11.366251,11.344389,10.593805,10.706149,10.716908,9.7672949,9.652216,10.12419,10.221444,10.15239,10.108452,10.164047,10.108792,10.188534,10.3388,10.119571,10.06344,9.7767286,9.8604231,9.9152822,9.2429762,8.9212999,10.598455,10.675928,10.522748,10.495499,10.542267,10.453119,10.552955,10.692977,10.524402,10.468246,10.056424,10.164696,10.209822,9.5128889,9.1866722,10.13138,10.241987,10.169926,10.12102,10.208031,10.13902,10.257834,10.432229,10.236255,10.180294,9.8591213,9.9580431,10.007647,9.3277988,9.0226622,10.707541,10.748215,10.507766,10.538126,10.557642,10.488906,10.557577,10.685913,10.542511,10.486077,10.058571,10.174223,10.218475,9.599762,9.115468,11.142519,11.26352,11.154128,11.087558,11.185282,11.015305,11.38185,11.547003,11.441211,11.390804,10.835818,10.944292,10.972337,10.170067,9.9224272,10.196796,10.313033,10.236086,10.185271,10.285932,10.20658,10.353645,10.538735,10.357482,10.301478,9.9537945,10.059724,10.106091,9.4174662,9.1197071,10.825403,10.881936,10.579782,10.568195,10.603451,10.489622,10.582198,10.694635,10.581322,10.535995,9.9986639,10.17567,10.208627,9.5328932,9.2516727,12.400269,12.504647,12.450857,12.358702,12.38058,12.055017,12.619995,12.671065,12.643517,12.621731,11.810866,11.844187,11.848591,10.834644,10.695952,11.27075,11.490737,11.423104,11.287585,11.452997,11.30962,12.249084,12.496099,12.384231,12.32354,11.82307,11.949986,11.97928,11.264336,10.949201,10.970295,11.133793,11.054641,10.965598,11.108639,10.962856,11.505461,11.723248,11.607813,11.551619,11.052369,11.171077,11.201707,10.450436,10.173779,12.374336,12.568909,12.483376,12.324083,12.389416,12.151031,13.250429,13.37166,13.305696,13.25839,12.550095,12.626053,12.6413,11.803349,11.535087,10.603823,10.675011,10.512518,10.492258,10.530288,10.448468,10.536455,10.672599,10.50046,10.443296,10.040412,10.146261,10.192923,9.5087862,9.161994,10.419629,10.501508,10.388224,10.357193,10.399048,10.330653,10.414289,10.555723,10.358362,10.300153,9.9556942,10.044627,10.096046,9.4136133,9.0716324,10.407923,10.483881,10.374924,10.349877,10.378696,10.321495,10.390268,10.525788,10.317008,10.257267,9.939393,10.016704,10.07129,9.400568,9.0351028,10.602236,10.696097,10.567708,10.527148,10.599296,10.493267,10.636696,10.792585,10.63612,10.58143,10.149126,10.260057,10.301261,9.5777512,9.2843809,10.513263,10.642414,10.554571,10.495605,10.619755,10.505433,10.762369,10.96387,10.820764,10.765478,10.335164,10.452128,10.48976,9.7630501,9.4855223,10.476331,10.564565,10.444461,10.408287,10.465957,10.381651,10.489593,10.639061,10.459575,10.402925,10.020582,10.121484,10.168365,9.4693327,9.1512823,10.720091,10.773402,10.519795,10.52104,10.549018,10.464014,10.5427,10.666941,10.524874,10.471597,10.010417,10.150946,10.192485,9.5431728,9.1740913,10.718657,10.762142,10.460357,10.478029,10.50096,10.421742,10.493495,10.612763,10.484852,10.434228,9.957736,10.115648,10.155348,9.5407667,9.1360912,10.734385,10.874428,10.787568,10.718699,10.850684,10.717267,11.076138,11.282702,11.156192,11.101227,10.629494,10.747417,10.780967,10.033813,9.763196,10.515905,10.591949,10.456411,10.43129,10.470123,10.396089,10.481062,10.619915,10.433701,10.375493,10.004954,10.099965,10.149439,9.4662027,9.1180668,9.8320465,9.9790945,9.9277315,9.8699942,10.027399,9.9583406,10.146349,10.383446,10.209858,10.155222,9.8437462,9.9679003,10.012706,9.3607178,9.0747929,10.414351,10.516673,10.414751,10.369838,10.450388,10.359854,10.498715,10.665174,10.492322,10.436311,10.050838,10.155829,10.200586,9.494215,9.1936874,10.627642,10.655169,10.34295,10.403674,10.419422,10.359553,10.421122,10.537674,10.424557,10.376431,9.9306297,10.078872,10.118059,9.5732517,8.9963579,10.713062,10.786505,10.601971,10.577202,10.624369,10.520792,10.627702,10.762556,10.613337,10.559851,10.101755,10.224969,10.265643,9.5596075,9.2501869,10.528585,10.644173,10.545098,10.492702,10.597081,10.486143,10.691438,10.87492,10.725131,10.670108,10.242148,10.355222,10.394432,9.6668701,9.3854322,10.338305,10.568237,10.52068,10.416655,10.662979,10.562263,11.291131,11.625576,11.507968,11.451422,11.061172,11.225619,11.258581,10.615647,10.316442,10.695103,10.733592,10.510076,10.547563,10.565337,10.501589,10.56854,10.699168,10.551975,10.493928,10.085199,10.187187,10.232745,9.6177568,9.0979357,9.7201843,9.8405123,9.8017788,9.7489986,9.8455009,9.8001165,9.8867941,10.067879,9.8462582,9.7935953,9.5479193,9.6441383,9.6985989,9.0537386,8.7560911,10.255985,10.4111,10.345051,10.278651,10.445049,10.344275,10.65737,10.90195,10.758896,10.702969,10.31179,10.441104,10.479137,9.7861681,9.5060835,10.869536,10.982722,10.868587,10.812752,10.91114,10.766681,11.032707,11.20346,11.080359,11.028195,10.523766,10.637333,10.669977,9.8987713,9.6385813,9.844739,9.9545212,9.9104977,9.8600082,9.9342051,9.8886395,9.9642172,10.127096,9.897953,9.8445435,9.5962315,9.6834745,9.7396555,9.0842562,8.7782936,10.700297,10.737864,10.420932,10.451579,10.471678,10.398499,10.466215,10.584307,10.46277,10.413292,9.9391289,10.099285,10.138659,9.5471849,9.0989208,10.636894,10.737136,10.614995,10.570122,10.652618,10.537934,10.707762,10.870548,10.722182,10.668062,10.221127,10.333707,10.372775,9.638299,9.355217,10.162489,10.344657,10.289412,10.213417,10.419982,10.321878,10.743667,11.030354,10.89773,10.84185,10.461082,10.606176,10.642364,9.9725628,9.6913204,11.502205,11.642095,11.543669,11.454397,11.548183,11.354083,11.914337,12.072252,11.9807,11.930873,11.326613,11.425888,11.449793,10.626193,10.379138,10.610899,10.692135,10.54277,10.511831,10.564907,10.469491,10.579716,10.722704,10.558925,10.503499,10.08127,10.191716,10.235363,9.529233,9.2152386,11.120486,11.212436,11.061192,11.014525,11.086202,10.915014,11.142324,11.279359,11.176491,11.130138,10.558187,10.674964,10.702639,9.8956013,9.661437,10.661339,10.70413,10.525637,10.554896,10.570835,10.514926,10.580206,10.716224,10.547102,10.484491,10.119042,10.194802,10.244975,9.6121492,9.1000223,10.909311,10.98131,10.769894,10.742304,10.793426,10.658031,10.785946,10.911797,10.792981,10.745282,10.212565,10.351144,10.38395,9.6412621,9.3772621,9.5229845,9.6733532,9.6369076,9.5810318,9.7436228,9.6923771,9.8362064,10.077256,9.8885708,9.836277,9.5751228,9.6997242,9.7476234,9.1267157,8.8436728,10.726526,10.790687,10.569455,10.554627,10.592259,10.495119,10.587643,10.7155,10.570676,10.51783,10.052223,10.186896,10.227488,9.5446939,9.2192278,9.0260992,9.2575045,9.2294455,9.1662331,9.5025988,9.4443073,9.8415785,10.266922,10.153075,10.107578,9.8488331,10.059314,10.09438,9.5537567,9.2982292,9.7678757,9.9356155,9.8878422,9.8257151,10.023738,9.9497547,10.206735,10.483556,10.328855,10.274705,9.9546165,10.095791,10.136991,9.4960337,9.2167807,10.532896,10.597619,10.461716,10.451507,10.474171,10.41566,10.483364,10.618128,10.422005,10.360514,10.020551,10.098398,10.15166,9.4881067,9.0874796,10.535863,10.605843,10.464947,10.447161,10.47785,10.41,10.486283,10.622256,10.433169,10.373659,10.011915,10.101533,10.15242,9.4787426,9.1076851,8.9380417,9.1161833,9.0969133,9.0444965,9.2698412,9.2348022,9.3703403,9.6693602,9.4922638,9.4453535,9.2341871,9.3864861,9.4322491,8.876049,8.6129837,10.877669,10.931354,10.596056,10.584312,10.618533,10.494285,10.586658,10.690513,10.591922,10.550756,9.9790211,10.17381,10.20295,9.5232,9.2699757,10.69953,10.747092,10.529607,10.546044,10.5678,10.497095,10.568363,10.698973,10.544224,10.486181,10.068873,10.177917,10.223826,9.5845003,9.1393576,10.949046,10.998233,10.62342,10.611675,10.643378,10.504912,10.59335,10.684687,10.604315,10.568866,9.9546986,10.169401,10.19378,9.5045023,9.2879295,10.854698,10.942343,10.784242,10.745296,10.813641,10.678144,10.842855,10.986609,10.858666,10.808118,10.301673,10.422675,10.457035,9.6999168,9.4338837,10.700778,10.745187,10.379159,10.388056,10.412833,10.327768,10.401084,10.510235,10.396906,10.351944,9.8376074,10.037334,10.072657,9.4730606,9.1318645,10.40371,10.514128,10.418711,10.36978,10.464377,10.368964,10.532418,10.710009,10.54401,10.488246,10.095518,10.204119,10.247154,9.5370617,9.2443085,10.650905,10.735581,10.586939,10.552737,10.612617,10.50787,10.632609,10.778346,10.622948,10.568558,10.127919,10.241631,10.283009,9.564682,9.2643948,7.3538871,7.6046157,7.5938954,7.5623679,8.0194635,7.9969893,8.1864061,8.739809,8.6602411,8.636323,8.5254879,8.8144522,8.8453064,8.4808187,8.3004961,10.841481,10.940657,10.806804,10.760188,10.842528,10.704029,10.90705,11.063508,10.935803,10.884326,10.383479,10.499412,10.533394,9.7691069,9.5058012,10.332668,10.4225,10.325048,10.287247,10.339212,10.271038,10.361483,10.509304,10.308825,10.251433,9.9175529,10.007335,10.058785,9.3742743,9.046093,11.157979,11.201339,10.817243,10.800266,10.827218,10.64856,10.730868,10.800574,10.747425,10.720953,10.039773,10.256172,10.272122,9.5168161,9.3655853,11.028089,11.1033,10.902744,10.869919,10.92545,10.769764,10.921601,11.045264,10.939074,10.893851,10.328912,10.46361,10.492784,9.7173748,9.4765549,9.3161888,9.4897318,9.457716,9.400856,9.6150446,9.5638361,9.7511406,10.042351,9.8744087,9.8235168,9.565897,9.7133255,9.7574368,9.1628027,8.8896399,11.054327,11.100132,10.717378,10.70343,10.732607,10.57432,10.658627,10.739213,10.672919,10.641859,9.9922695,10.20938,10.229397,9.5088511,9.3249617,10.31566,10.415392,10.322455,10.278797,10.35053,10.273191,10.388478,10.54987,10.361208,10.30465,9.9530916,10.051278,10.099644,9.4068975,9.0959892,10.662859,10.69453,10.474458,10.532304,10.547409,10.490294,10.553817,10.683187,10.543011,10.485767,10.092985,10.186026,10.230882,9.6411848,9.0402718,10.776537,10.859911,10.695789,10.661185,10.722981,10.601069,10.740804,10.882647,10.744541,10.692625,10.20966,10.330949,10.368088,9.6307192,9.3494568,10.325082,10.419295,10.323619,10.283015,10.343844,10.271279,10.372375,10.526041,10.330974,10.274019,9.9315014,10.025361,10.075373,9.386693,9.0671034,10.452612,10.537643,10.419141,10.385457,10.435819,10.358554,10.454742,10.600329,10.413152,10.355818,9.9893045,10.085526,10.134384,9.4430418,9.1143627,11.374764,11.419547,11.112566,11.090252,11.116862,10.900428,10.990581,11.054721,11.008627,10.984353,10.272481,10.446814,10.460282,9.6197739,9.4872408,10.164448,10.254776,10.18335,10.14342,10.183681,10.133379,10.200171,10.339927,10.113125,10.056403,9.7799921,9.8560829,9.9129114,9.2435789,8.9101963,10.492538,10.585179,10.466912,10.427624,10.493892,10.402846,10.525325,10.680004,10.507582,10.451538,10.056017,10.160492,10.205504,9.4986191,9.1909838,10.17899,10.306039,10.233284,10.178701,10.299724,10.21506,10.396012,10.598597,10.42808,10.372225,10.014406,10.127494,10.171462,9.482542,9.1920071,9.0306654,9.1938076,9.1758375,9.1232042,9.3128815,9.2803307,9.3845949,9.647686,9.4524107,9.4053164,9.2011852,9.3368225,9.3858519,8.8150673,8.5470963,11.949429,12.164788,12.084325,11.926863,12.036967,11.849476,12.952993,13.134846,13.043237,12.985675,12.375566,12.476915,12.500388,11.730541,11.42311,9.4135046,9.5500937,9.5243177,9.4701586,9.6000834,9.562149,9.649703,9.8584146,9.6417189,9.5916853,9.371088,9.4803562,9.5335693,8.9184113,8.6340294,10.657048,10.718355,10.52832,10.520846,10.550676,10.472473,10.552033,10.684119,10.518754,10.46126,10.048249,10.15819,10.204511,9.5367689,9.1611128,10.153784,10.295097,10.22798,10.168599,10.315001,10.225507,10.455848,10.681624,10.52301,10.467251,10.101116,10.223039,10.264463,9.5783978,9.2939425,9.8472681,9.9778547,9.9265928,9.8722973,9.9952154,9.9344339,10.069337,10.274668,10.080535,10.026044,9.7346563,9.8442717,9.8932505,9.2383165,8.9446201,11.853565,11.933957,11.817864,11.761269,11.800379,11.529559,11.841572,11.920539,11.870737,11.840645,11.105254,11.182493,11.195307,10.241901,10.087515,9.29846,9.4974356,9.4631405,9.4021244,9.6711388,9.6098928,9.9022865,10.25168,10.113409,10.063643,9.7874794,9.9614048,10.000426,9.4158363,9.1496754,8.7041388,8.9086437,8.8890209,8.8375807,9.1304226,9.0928097,9.2854805,9.6555386,9.5091925,9.4646769,9.2553387,9.4412994,9.4819984,8.9584951,8.707468,10.781345,10.856701,10.668509,10.640639,10.692595,10.575987,10.695851,10.830074,10.692097,10.640516,10.155227,10.28301,10.320628,9.5975122,9.307663,10.610259,10.950869,10.674993,10.73052,10.740314,10.686211,10.78769,10.969081,10.822863,10.750025,10.275434,10.34522,10.475602,9.7810478,9.4436188,10.656903,10.942717,10.56598,10.619763,10.625463,10.561538,10.650229,10.820321,10.701119,10.637232,10.056135,10.189598,10.300205,9.6680107,9.371726,10.936505,11.229789,11.000161,11.089597,11.095798,11.051846,11.155023,11.363575,11.20275,11.119061,10.715369,10.68692,10.813925,10.012838,9.638689,10.680467,10.994749,10.77342,10.844069,10.850798,10.811234,10.911072,11.101849,10.934994,10.854078,10.473042,10.472744,10.602853,9.8571138,9.4789963,10.771464,11.069656,10.792004,10.863443,10.870846,10.811132,10.913138,11.11475,10.97201,10.894969,10.368309,10.422458,10.546892,9.8219957,9.4775,11.239888,11.461399,11.19022,11.313938,11.311436,11.223187,11.371519,11.624378,11.464128,11.367956,10.892867,10.856812,10.98139,9.8198061,9.4307537,11.018949,11.257286,11.041201,11.137006,11.140981,11.073439,11.172599,11.419768,11.284027,11.200203,10.49615,10.449982,10.563045,9.8428535,9.4923306,11.07896,11.309075,11.093167,11.202179,11.202923,11.138258,11.247854,11.513233,11.368073,11.276662,10.619862,10.572187,10.691171,9.8881578,9.5169544,10.486066,10.842488,10.5116,10.554549,10.565725,10.511994,10.609962,10.771475,10.637834,10.573043,10.083382,10.202538,10.330168,9.6880617,9.3799,10.855665,11.12916,10.847817,10.923619,10.929837,10.862514,10.960835,11.17161,11.0377,10.961277,10.357235,10.402465,10.519458,9.809927,9.4743919,10.696614,11.018382,10.778865,10.847309,10.855383,10.806695,10.90992,11.104962,10.946866,10.867451,10.429632,10.456484,10.587953,9.8489428,9.4855957,11.090902,11.325993,11.086271,11.201093,11.201257,11.133913,11.257929,11.515662,11.359819,11.265594,10.725376,10.701234,10.82692,9.8906565,9.5041685,10.504076,10.781659,10.311736,10.353689,10.358895,10.301786,10.382708,10.526642,10.422745,10.368969,9.7907791,9.994298,10.097301,9.5333996,9.2704611,11.387782,11.716068,11.494147,11.588991,11.599023,11.558961,11.657854,11.864541,11.71432,11.636767,11.283582,11.166588,11.28821,10.451868,10.11046,10.774467,11.078906,10.854311,10.932329,10.938862,10.898487,10.998817,11.195408,11.030588,10.948514,10.562249,10.550327,10.678811,9.9150867,9.5371647,10.095509,10.674191,10.449374,10.465979,10.480837,10.427799,10.541816,10.687026,10.536949,10.475091,10.070727,10.15625,10.330113,9.6891356,9.3851089,11.179346,11.384626,11.179244,11.302459,11.298561,11.232883,11.351308,11.639211,11.493015,11.395821,10.706177,10.621215,10.739062,9.8668528,9.4896126,10.705556,11.02505,10.768881,10.836143,10.844534,10.791323,10.894568,11.089838,10.938149,10.860334,10.389934,10.432878,10.562722,9.8333235,9.4795818,10.711833,10.979635,10.600649,10.655523,10.660792,10.590384,10.674833,10.845994,10.733391,10.671429,10.037991,10.164145,10.267809,9.6485405,9.3618288,10.872527,11.134054,10.85541,10.920639,10.929925,10.848271,10.935758,11.129261,11.014159,10.947422,10.236925,10.261718,10.364684,9.7142611,9.4152403,10.953023,11.221614,10.981711,11.080157,11.084072,11.028667,11.140404,11.36846,11.210461,11.122435,10.648544,10.640417,10.767723,9.92348,9.5442181,11.038009,11.256458,11.068671,11.165776,11.169394,11.104094,11.197175,11.445627,11.317225,11.236133,10.436463,10.330332,10.435653,9.7659311,9.4291801,10.850927,11.104568,10.812753,10.863769,10.875804,10.780444,10.857988,11.021081,10.923981,10.867944,10.098296,10.119825,10.209747,9.5913343,9.3349152,10.978972,11.209962,11.005297,11.087188,11.094412,11.02032,11.107953,11.328954,11.209389,11.136659,10.33082,10.246237,10.346786,9.7058449,9.3922329,10.710389,10.975041,10.589015,10.640435,10.647491,10.572566,10.654417,10.818645,10.712956,10.654807,9.9946156,10.122486,10.221671,9.616643,9.3435478,11.061038,11.31773,11.075188,11.183476,11.185458,11.127054,11.243993,11.477771,11.317895,11.227231,10.771172,10.742747,10.868693,9.9555664,9.5722771,10.758335,11.039115,10.710988,10.774682,10.780828,10.713949,10.806989,10.995996,10.869934,10.800215,10.205121,10.295381,10.408847,9.7396879,9.4249802,10.714058,10.959814,10.547309,10.582916,10.595379,10.498557,10.566754,10.692759,10.613797,10.5685,9.8307371,9.963007,10.041319,9.4633551,9.2508059,10.757659,11.066276,10.834799,10.91094,10.918012,10.872499,10.975493,11.175466,11.014007,10.932302,10.513358,10.519666,10.649819,9.8895721,9.5173073,10.648202,10.947456,10.592742,10.647745,10.655019,10.593681,10.686535,10.860416,10.735546,10.669581,10.113641,10.233589,10.349502,9.7001209,9.3938923,10.569726,10.922304,10.688621,10.743395,10.752645,10.705689,10.807995,10.989969,10.829646,10.753386,10.335746,10.374671,10.510087,9.7987995,9.4418306,11.179317,11.361452,11.183543,11.306366,11.299846,11.241729,11.351221,11.639935,11.503958,11.409616,10.602665,10.447498,10.555496,9.7662477,9.4117985,10.628603,10.946393,10.61962,10.674404,10.683203,10.624572,10.721477,10.897791,10.765654,10.697452,10.172633,10.276088,10.398073,9.7318525,9.4148932,10.98439,11.240445,10.999821,11.100288,11.103468,11.041337,11.154087,11.395663,11.243635,11.15466,10.608524,10.60451,10.729753,9.8958273,9.520628,10.811484,11.095108,10.869812,10.950582,10.953004,10.922296,11.011004,11.191874,11.023062,10.940414,10.621394,10.569253,10.687019,9.9264603,9.5351448,10.525016,10.87559,10.660922,10.714292,10.722358,10.681583,10.781926,10.961094,10.792374,10.714913,10.336048,10.359,10.494638,9.7812576,9.4125433,11.246564,11.459311,11.196634,11.324079,11.32058,11.232779,11.381981,11.649473,11.491015,11.392665,10.875154,10.838045,10.96328,9.8115578,9.4196148,10.307544,10.766288,10.51938,10.547037,10.560152,10.508146,10.614054,10.769677,10.618397,10.552442,10.130032,10.213513,10.363884,9.7080965,9.3897247,10.564568,10.881002,10.66892,10.732466,10.73818,10.704209,10.800858,10.982318,10.809624,10.729836,10.381826,10.381064,10.510531,9.782649,9.3975439,10.923537,11.183773,10.927614,11.00901,11.015183,10.944669,11.041856,11.264021,11.131914,11.054034,10.399304,10.410684,10.524564,9.8188066,9.4818459,11.488702,11.673783,11.384791,11.524102,11.516375,11.390154,11.582355,11.876217,11.722649,11.619719,11.053318,10.994542,11.11826,9.6449594,9.2556181,11.280487,11.482738,11.239243,11.371211,11.366183,11.280753,11.427874,11.716406,11.562659,11.461857,10.867381,10.81071,10.93441,9.8203869,9.4297371,10.929676,11.194036,10.941978,11.030096,11.035127,10.970038,11.074216,11.304056,11.161903,11.078918,10.484308,10.498038,10.61877,9.8625097,9.5070362,10.907339,11.205525,10.979282,11.065003,11.071554,11.030949,11.131354,11.333284,11.170882,11.088156,10.704284,10.671679,10.798175,10.011674,9.6366873,10.841628,11.134913,10.912109,10.992682,10.997729,10.964337,11.056947,11.243045,11.076048,10.99332,10.656264,10.609409,10.731113,9.9658661,9.5813532,11.101428,11.304257,11.125205,11.236323,11.235388,11.176503,11.275811,11.547725,11.413267,11.324647,10.528902,10.403029,10.511387,9.7985401,9.4467096,10.921796,11.189849,10.939441,11.029368,11.034259,10.971724,11.078729,11.308296,11.16153,11.077028,10.516354,10.530616,10.654231,9.8748732,9.5123463,10.690825,11.003631,10.706988,10.769027,10.777453,10.718756,10.818528,11.006593,10.867627,10.794827,10.276626,10.353312,10.477654,9.7816315,9.4493084,10.77618,11.07787,10.817581,10.891961,10.89936,10.842973,10.947058,11.151627,11.002489,10.923006,10.425213,10.464228,10.59161,9.8475971,9.4924593,10.926428,11.169212,10.936203,11.003589,11.013467,10.929067,11.012083,11.206707,11.096686,11.031648,10.234066,10.18614,10.281786,9.6539402,9.3650122,11.334202,11.521845,11.291804,11.428207,11.420484,11.334169,11.483191,11.786956,11.638295,11.535728,10.871999,10.782666,10.902684,9.7888145,9.4043303,10.997043,11.245156,11.013753,11.108783,11.112742,11.046093,11.149196,11.393203,11.253048,11.168022,10.518641,10.499934,10.617437,9.8671904,9.5101299,11.3584,11.525636,11.316833,11.454576,11.443265,11.361681,11.507092,11.818852,11.679309,11.577234,10.813787,10.667838,10.780674,9.7107477,9.3445711,11.209972,11.525456,11.302585,11.39255,11.401123,11.363143,11.459062,11.658829,11.502486,11.422461,11.072476,10.98049,11.102292,10.293277,9.936574,10.80993,11.076414,10.757694,10.811775,10.82255,10.73569,10.81881,10.990422,10.885438,10.825664,10.118173,10.182502,10.280365,9.6507139,9.3763294,10.965986,11.245083,11.009736,11.105859,11.110536,11.060748,11.168608,11.387915,11.228154,11.141712,10.706507,10.685087,10.812099,9.980093,9.6027555,10.830606,11.12785,10.905456,10.985979,10.991796,10.956274,11.051856,11.242529,11.076221,10.993693,10.641012,10.604033,10.728341,9.9612036,9.5793104,10.504637,10.83025,10.444944,10.488397,10.497991,10.442528,10.535283,10.691349,10.571,10.510839,9.9840832,10.135094,10.253381,9.6378994,9.3471737,11.661365,11.830937,11.525739,11.67134,11.661883,11.506246,11.733121,12.044528,11.898045,11.793713,11.164797,11.079985,11.200708,9.5004864,9.1191206,11.031642,11.3351,11.111381,11.196551,11.203587,11.166827,11.260802,11.453044,11.291119,11.208366,10.860196,10.792198,10.914041,10.126626,9.7551413,10.9895,11.247172,11.006078,11.109344,11.112234,11.05274,11.16799,11.405279,11.248377,11.158525,10.659743,10.65025,10.777061,9.9088659,9.5275869,10.638195,10.909395,10.495309,10.544663,10.548205,10.482013,10.564166,10.724227,10.613156,10.553329,9.9461441,10.104989,10.208247,9.6073914,9.3279953,10.888273,11.186666,10.963306,11.046014,11.052252,11.015636,11.111762,11.304943,11.140241,11.057584,10.700484,10.657588,10.781811,10.006693,9.6281271,11.139854,11.361241,11.137888,11.256665,11.255135,11.187207,11.308584,11.58373,11.433045,11.337082,10.717764,10.669674,10.791948,9.8892937,9.5064068,11.041676,11.284409,11.052113,11.158356,11.160142,11.095515,11.209256,11.463964,11.314061,11.223012,10.634042,10.613911,10.737176,9.8970537,9.5209351,10.859335,11.125352,10.836938,10.906934,10.914249,10.840098,10.932062,11.134179,11.010871,10.939757,10.27797,10.321036,10.430343,9.7593088,9.443552,11.834426,11.985635,11.664425,11.811198,11.800455,11.609902,11.877897,12.196849,12.064701,11.963404,11.236717,11.099291,11.212845,9.246623,8.88939,10.650802,10.946046,10.728133,10.801537,10.806051,10.774376,10.868694,11.052506,10.881212,10.799982,10.463256,10.443275,10.567931,9.8244123,9.4334135,10.439393,10.838557,10.597989,10.637542,10.648742,10.599337,10.702561,10.870518,10.714001,10.642906,10.222838,10.286294,10.427641,9.7474766,9.4094124,10.837448,11.109022,10.813028,10.883989,10.890469,10.8205,10.915072,11.118052,10.990155,10.917232,10.291722,10.347867,10.460998,9.776083,9.452816,10.762385,11.055856,10.758478,10.82662,10.833776,10.771398,10.870436,11.067264,10.930967,10.856759,10.304903,10.374569,10.495368,9.791913,9.4588261,10.9617,11.218493,10.975111,11.066086,11.070703,11.004378,11.107831,11.343935,11.203183,11.119458,10.497429,10.497453,10.616448,9.8644409,9.5089598,10.875785,11.155149,10.903009,10.989245,10.994894,10.935676,11.042718,11.263865,11.114063,11.030458,10.50694,10.527716,10.653584,9.8746977,9.5108938,10.919786,11.175251,10.922847,10.997208,11.00526,10.927881,11.018605,11.228936,11.106972,11.034985,10.321426,10.31808,10.424309,9.7572546,9.4411097,11.08786,11.33055,11.083506,11.197283,11.197965,11.132544,11.257097,11.501344,11.341858,11.248941,10.768479,10.742837,10.868932,9.906004,9.5188208,11.073746,11.313557,11.07078,11.18405,11.184716,11.11881,11.242329,11.493429,11.336038,11.242648,10.727573,10.706466,10.832684,9.8940983,9.5073357,10.856647,11.143093,10.89899,10.985216,10.991084,10.936764,11.044083,11.260633,11.105428,11.021254,10.541062,10.55348,10.68151,9.8926611,9.5225668,11.214788,11.453922,11.19162,11.310043,11.309252,11.232914,11.367987,11.608624,11.44817,11.354406,10.906569,10.863798,10.987635,9.9101658,9.52565,10.665521,10.932509,10.518317,10.562178,10.571833,10.492389,10.571356,10.719787,10.624144,10.571777,9.9022303,10.053197,10.147281,9.5607538,9.3098345,10.818142,11.115436,10.877835,10.960024,10.966534,10.917068,11.02229,11.230733,11.072165,10.989067,10.543643,10.550889,10.680055,9.9024782,9.5309114,10.964725,11.213,10.980707,11.064615,11.07108,10.99832,11.092528,11.319732,11.191287,11.113976,10.40156,10.375499,10.484882,9.7979383,9.4655552,10.516335,10.767214,10.25582,10.292719,10.291939,10.228492,10.298211,10.430711,10.334239,10.283414,9.6659822,9.8967094,9.9878559,9.4590158,9.2150106,11.094129,11.314542,11.112801,11.22309,11.223171,11.159987,11.265568,11.535671,11.394277,11.30341,10.594698,10.520296,10.635466,9.866931,9.5013924,11.299881,11.589647,11.353556,11.458392,11.460108,11.408081,11.512422,11.730806,11.573331,11.484879,11.085456,11.003159,11.124085,10.226448,9.8629084,10.679035,10.940614,10.522779,10.561652,10.573777,10.485105,10.559872,10.696034,10.609416,10.560784,9.862751,10.012042,10.098518,9.5158472,9.2854071,10.830048,11.112008,10.8321,10.907686,10.914124,10.850132,10.950871,11.159926,11.021536,10.944055,10.375101,10.424087,10.544653,9.8214321,9.4798756,11.214942,11.428654,11.182598,11.309309,11.306177,11.226506,11.366589,11.641959,11.485976,11.387356,10.828912,10.7876,10.912597,9.8462105,9.4549646,22.210281,21.700359,21.60804,21.581348,21.561539,21.62315,22.225405,22.81361,22.129114,21.516464,21.338692,21.377222,21.579063,20.97048,18.425819,18.42783,18.520117,18.501457,18.494009,18.547199,18.580559,18.687521,19.426687,18.807211,16.257423,16.012051,16.065426,16.298223,15.801404,14.743518,22.472286,22.09137,22.0121,21.969603,21.95413,22.035395,22.69278,23.262434,22.676455,22.107485,21.912073,21.959925,22.182016,21.619284,18.678762,17.311871,17.282093,17.251198,17.233891,17.265577,17.352201,17.49329,18.033382,17.55011,16.660521,16.397074,16.465937,16.756586,16.072838,14.646522,20.131052,20.174135,20.140268,20.181631,20.220989,20.240541,20.338701,21.239233,20.467064,17.15521,16.918089,16.964365,17.147724,16.617361,15.730979,18.282579,18.14348,18.082657,18.158953,18.179451,18.222309,18.372013,19.01145,18.457518,17.414268,17.128897,17.177496,17.41247,16.288986,15.171137,17.330584,17.359613,17.33264,17.335861,17.378061,17.438305,17.564552,18.172071,17.653526,16.237835,15.969293,16.032978,16.299738,15.635326,14.362204,17.53297,17.483824,17.443922,17.456949,17.488543,17.557671,17.702103,18.291889,17.774328,16.72529,16.451757,16.515278,16.782581,16.02874,14.720119,16.739721,16.803444,16.790028,16.771505,16.82128,16.89012,17.014788,17.569708,17.096796,15.81284,15.551422,15.618937,15.914915,15.307075,13.938997,16.902246,16.920713,16.89996,16.876255,16.915813,17.000267,17.131285,17.658882,17.195225,16.221434,15.959148,16.029314,16.330959,15.682851,14.247487,20.182638,19.8339,19.757938,19.742617,19.739222,19.816641,20.155167,20.741997,20.127823,19.474022,19.242226,19.294189,19.539143,18.855776,16.990808,17.043516,17.088728,17.093399,17.027449,17.045797,17.197979,17.30349,17.727873,17.344816,16.775494,16.553114,16.637005,17.019655,16.487598,14.842112,16.248539,16.320942,16.316526,16.283895,16.335491,16.417578,16.542036,17.041403,16.611609,15.563639,15.308944,15.380508,15.708315,15.124452,13.651362,18.553831,18.475414,18.416195,18.505222,18.5261,18.556036,18.676239,19.375219,18.790678,17.263113,16.987062,17.033066,17.24437,16.151825,15.137391,19.633877,19.379704,19.317656,19.289669,19.291224,19.385994,19.652502,20.222275,19.664989,19.027237,18.79413,18.855927,19.119493,18.467064,16.651081,18.900774,18.798491,18.761835,18.702133,18.699896,18.828154,18.97963,19.493729,19.034702,18.452843,18.225687,18.300098,18.61249,18.027973,16.223776,25.422743,25.387285,25.343405,25.418407,25.425983,25.42046,25.467665,26.854979,25.553284,19.047195,18.902607,18.926525,19.020905,18.605593,18.157656,19.200876,19.132904,19.105038,19.034,19.015589,19.162361,19.251823,19.752605,19.348122,18.846382,18.634272,18.713799,19.063835,18.536324,16.594282,21.309111,20.920416,20.842379,20.812309,20.802813,20.885424,21.352259,21.938179,21.324339,20.721142,20.509865,20.561117,20.794388,20.182178,17.861345,15.632421,15.702843,15.735691,15.712107,15.701299,15.859132,15.808268,16.13073,15.882047,15.585278,15.43706,15.518199,16.073227,15.71565,14.324139,17.159245,17.216536,17.229309,17.172714,17.154114,17.327761,17.362255,17.736288,17.410276,16.997879,16.807451,16.889877,17.353098,16.906853,15.345122,17.587818,17.56731,17.5291,17.551567,17.586363,17.645531,17.780001,18.401291,17.867504,16.575865,16.300859,16.362366,16.618946,15.873244,14.632215,23.664371,23.506142,23.449421,23.358667,23.308559,23.421101,23.344666,24.124361,23.867044,23.476606,23.252859,23.355412,23.66081,23.229868,19.467215,20.507423,20.437943,20.403271,20.316399,20.26453,20.414328,20.170341,20.795971,20.487797,20.093828,19.876995,19.973892,20.362114,19.905424,17.566313,18.991573,18.769033,18.709457,18.695326,18.703684,18.790951,19.019691,19.589989,19.033739,18.342863,18.096806,18.158047,18.424099,17.722973,16.107847,17.748068,17.657469,17.613091,17.620207,17.646519,17.722321,17.880604,18.457172,17.937248,17.038174,16.768717,16.832506,17.103313,16.345743,14.983746,18.158806,18.006901,17.951891,17.977581,17.998373,18.065546,18.244812,18.842134,18.294426,17.425694,17.153715,17.212381,17.471651,16.636042,15.298239,19.52437,19.239103,19.160862,19.173521,19.173267,19.227734,19.518133,20.108776,19.510548,18.759079,18.491871,18.539137,18.782845,17.954193,16.325199,15.779455,15.89678,15.907824,15.877976,15.94374,16.012949,16.136635,16.642811,16.222942,14.909896,14.66427,14.731984,15.073902,14.565687,13.168393,16.32995,16.392204,16.41781,16.385719,16.358326,16.522343,16.380899,16.741442,16.499811,16.218109,16.065672,16.150225,16.70627,16.354378,14.903947,17.750025,17.732399,17.7146,17.652258,17.66338,17.798016,17.918037,18.387844,17.958477,17.347002,17.113775,17.191689,17.530577,16.952597,15.309586,20.837955,20.434603,20.354456,20.334881,20.327396,20.403872,20.812666,21.404444,20.768574,20.138304,19.917982,19.967234,20.20125,19.549686,17.486891,19.494583,19.338053,19.291113,19.236521,19.23247,19.351374,19.551989,20.091999,19.608536,19.022852,18.79792,18.869019,19.161654,18.56855,16.639828,18.316616,18.279104,18.25758,18.190302,18.187084,18.331038,18.440706,18.914841,18.492405,17.937153,17.713766,17.792133,18.137339,17.580935,15.856957,16.213337,16.277809,16.285397,16.229187,16.26955,16.390574,16.508749,16.93788,16.555553,15.871271,15.629915,15.710531,16.085794,15.538961,13.906323,18.572956,18.59305,18.556763,18.589373,18.626417,18.663996,18.777885,19.514845,18.885916,16.703581,16.443062,16.497902,16.720579,16.069567,14.999224,19.917917,19.799011,19.759256,19.689802,19.673042,19.807747,19.962017,20.497517,20.068087,19.544712,19.331533,19.408195,19.725803,19.18268,17.044321,16.647532,16.700758,16.706379,16.643761,16.673977,16.810062,16.92404,17.35203,16.966446,16.340742,16.106279,16.188688,16.564432,16.020248,14.375245,19.96792,19.756813,19.701006,19.65344,19.649038,19.758129,20.019033,20.577641,20.064964,19.471598,19.248783,19.315689,19.590673,18.987907,16.960228,17.446611,17.407284,17.377853,17.346405,17.373213,17.472094,17.613972,18.133211,17.660458,16.878134,16.622393,16.693571,16.994528,16.337332,14.841856,16.729443,16.820398,16.813324,16.793798,16.850323,16.910305,17.032026,17.60701,17.124775,15.599743,15.34325,15.408466,15.702592,15.141789,13.824173,17.815727,17.729147,17.680534,17.717911,17.745699,17.805475,17.956438,18.575254,18.03418,16.960484,16.681557,16.740591,16.994741,16.154085,14.912578,20.501976,20.219151,20.15349,20.114847,20.109432,20.206961,20.548971,21.123116,20.569525,19.969341,19.749945,19.810801,20.067272,19.455601,17.320442,15.247887,15.346423,15.361287,15.322856,15.381754,15.477386,15.598001,16.022533,15.659588,14.828886,14.589213,14.665948,15.053056,14.533661,12.949915,18.051554,17.933641,17.888845,17.873756,17.893343,17.983696,18.15378,18.705931,18.192173,17.431263,17.174143,17.240486,17.520729,16.817429,15.336374,20.66259,20.484632,20.433266,20.368946,20.354343,20.474806,20.744411,21.303762,20.842609,20.298588,20.089809,20.16077,20.445873,19.890282,17.515957,21.603756,21.611759,21.570457,21.626966,21.654408,21.665771,21.749643,22.773411,21.864418,17.757303,17.543995,17.584179,17.741169,17.22925,16.476124,15.636358,15.740827,15.750706,15.717615,15.77965,15.860451,15.985521,16.458996,16.060215,14.989488,14.743759,14.815992,15.170472,14.63799,13.151532,17.310507,17.295143,17.262304,17.263523,17.299149,17.370935,17.507942,18.083982,17.581493,16.49498,16.224272,16.289841,16.565029,15.855145,14.520828,17.009813,17.01922,17.00349,16.957104,16.988533,17.097013,17.225298,17.709072,17.271381,16.51556,16.265503,16.340504,16.666616,16.054796,14.503799,17.323664,17.31979,17.303394,17.248583,17.271471,17.392761,17.51878,17.993723,17.559475,16.880852,16.638199,16.714836,17.046844,16.449474,14.856003,15.801909,15.879549,15.887622,15.83885,15.887645,15.994071,16.112865,16.542677,16.164576,15.406534,15.164129,15.242074,15.618338,15.075939,13.461958,16.368681,16.426138,16.418928,16.382824,16.42975,16.518684,16.643566,17.134531,16.706078,15.757938,15.503108,15.575876,15.905022,15.309094,13.809011,19.149462,19.128643,19.081585,19.146269,19.174566,19.203959,19.315763,20.104666,19.430706,17.092146,16.831675,16.881262,17.085344,16.343687,15.361896,22.129013,21.974434,21.928747,21.853956,21.826302,21.954924,22.194748,22.803194,22.430626,21.964817,21.763638,21.844971,22.144302,21.658607,18.5756,18.389177,18.375933,18.363871,18.295687,18.2756,18.434946,18.484007,18.935472,18.563025,18.096691,17.892288,17.973507,18.367983,17.869646,16.102585,22.052422,21.75843,21.690136,21.638447,21.624813,21.722082,22.263449,22.83827,22.315054,21.760656,21.566393,21.62463,21.866037,21.313087,18.436834,17.370909,17.431072,17.410467,17.408377,17.456366,17.510136,17.630892,18.256588,17.727709,16.067919,15.804871,15.867393,16.13217,15.522141,14.278908,17.078049,17.181917,17.175636,17.157793,17.216764,17.266291,17.384247,18.003147,17.488632,15.631098,15.38012,15.441302,15.721279,15.199084,13.975795,18.634562,18.585886,18.534063,18.612,18.638197,18.670937,18.791853,19.52774,18.908756,17.072348,16.798792,16.848629,17.06234,16.176773,15.15295,18.375084,18.244528,18.200056,18.169132,18.182281,18.284157,18.459579,18.999126,18.49276,17.804689,17.558001,17.626354,17.912853,17.250795,15.666178,17.750561,17.692549,17.661627,17.620939,17.640768,17.74946,17.893997,18.405273,17.934237,17.226223,16.977861,17.050209,17.355358,16.716492,15.162326,18.830147,18.600237,18.534124,18.556067,18.566996,18.630404,18.858166,19.453888,18.878778,18.09577,17.829556,17.883226,18.136003,17.290516,15.837646,18.890177,18.739748,18.693367,18.650743,18.655735,18.766233,18.954399,19.492409,18.991163,18.358519,18.122362,18.191778,18.480413,17.851599,16.127398,18.200066,18.126436,18.094568,18.042145,18.051643,18.173082,18.31687,18.821104,18.357527,17.722971,17.485294,17.559261,17.871353,17.262079,15.613184,19.435738,19.385618,19.363239,19.290478,19.25775,19.411694,19.384928,19.9002,19.552071,19.121578,18.919834,19.005293,19.396555,18.918865,16.863981,18.029518,17.909952,17.855133,17.909502,17.933804,17.987514,18.143869,18.774702,18.222534,17.179842,16.897928,16.953154,17.200317,16.265083,15.063897,18.0109,17.961475,17.914078,17.967588,17.997534,18.044434,18.178123,18.847523,18.278633,16.841349,16.562273,16.618181,16.85536,16.017147,14.876659,21.4932,21.467638,21.418421,21.49489,21.514616,21.525261,21.609985,22.611986,21.722181,17.864094,17.645018,17.683939,17.840809,17.225691,16.473961,18.745499,18.815596,18.789621,18.804884,18.852264,18.882353,18.989693,19.761301,19.112165,16.530333,16.278549,16.331442,16.548864,16.006048,14.972029,16.363649,16.488531,16.497166,16.471315,16.5359,16.589653,16.708828,17.278803,16.809093,15.029216,14.794599,14.855529,15.172781,14.706165,13.486026,20.295399,20.250278,20.195978,20.304823,20.323517,20.335772,20.431108,21.318939,20.565441,17.684484,17.438042,17.477375,17.647779,16.765844,15.944663,17.974447,18.038706,18.015196,18.022732,18.070324,18.112402,18.227354,18.91806,18.336067,16.269699,16.010748,16.068975,16.311224,15.726633,14.584044,21.760452,21.523392,21.461842,21.40094,21.384924,21.49214,21.944033,22.516893,22.034061,21.489586,21.295179,21.358765,21.613302,21.066101,18.250227,19.589193,19.292326,19.218119,19.21258,19.21262,19.283836,19.574501,20.159088,19.562475,18.860779,18.619484,18.671753,18.924408,18.185659,16.490122,18.592421,18.388968,18.323942,18.370306,18.384418,18.438519,18.62977,19.236996,18.672585,17.826481,17.552565,17.603395,17.848295,16.840046,15.556665,17.454807,17.497038,17.500271,17.431179,17.429739,17.595949,17.680918,18.094521,17.722296,17.214046,17.000265,17.084015,17.484858,16.977255,15.337728,16.988127,17.012922,16.990036,16.977291,17.018978,17.093096,17.222931,17.778713,17.297432,16.169878,15.903758,15.971463,16.259979,15.601965,14.229328,23.339111,22.821405,22.728916,22.694466,22.672161,22.734255,23.54991,24.118309,23.445999,22.864159,22.676809,22.709763,22.901505,22.34544,19.199022,16.701843,16.732317,16.719603,16.679239,16.718151,16.816471,16.94352,17.432188,16.997108,16.155748,15.901642,15.975464,16.300928,15.68891,14.167,17.876348,17.873804,17.835972,17.86577,17.901722,17.951488,18.077705,18.740484,18.176142,16.57663,16.304504,16.363392,16.606565,15.884152,14.712139,18.313148,18.149406,18.095604,18.098898,18.116438,18.195135,18.385475,18.961716,18.419706,17.637171,17.375401,17.43696,17.704239,16.946173,15.50197,11.928568,12.092174,12.025582,12.016066,12.031352,11.954748,12.04792,12.24048,12.163338,12.042154,11.130594,11.021276,11.141451,10.345195,10.050893,11.586385,11.678387,11.70529,11.739965,11.716269,12.029686,12.130422,12.870411,12.886281,12.70947,10.881317,10.773889,10.948342,10.22409,9.8975039,11.934707,12.008569,11.982607,12.028122,11.931083,12.08299,12.165696,12.771782,12.741317,12.521526,11.323975,11.186587,11.329623,10.732578,10.437959,12.454057,12.615362,12.562333,12.531397,12.557463,12.434543,12.535254,12.718507,12.624734,12.462668,11.662618,11.606877,11.739786,10.814751,10.514149,16.467558,16.40221,16.384985,16.390692,16.43601,16.594051,16.829817,17.301579,17.090361,16.74766,15.995415,15.894008,16.504961,14.360667,13.965454,13.807795,13.803822,13.862993,13.879602,13.903911,14.307039,14.50762,15.351516,15.272054,14.983522,13.301647,13.210678,13.808431,12.375882,11.988806,12.214769,12.257025,12.370112,12.384886,12.393036,12.974784,13.114972,14.256373,14.327363,14.093119,11.489008,11.40461,11.756391,10.732528,10.380491,13.100878,13.192515,13.177698,13.166211,13.18807,13.330805,13.476719,13.972221,13.867741,13.613502,12.422572,12.332405,12.606777,11.573022,11.179055,14.185162,14.333694,14.302014,14.222725,14.267915,14.107639,14.227297,14.423358,14.258842,13.747596,13.11774,13.018665,13.152944,12.185365,11.786852,12.622523,12.7742,12.724096,12.697393,12.722832,12.666352,12.785016,13.036119,12.931952,12.739961,11.878576,11.810063,11.975288,11.048032,10.707648,11.076052,11.152298,11.274463,11.307061,11.295539,11.892983,11.992091,13.167902,13.311991,13.13572,10.221876,10.135846,10.320772,9.5982761,9.293438,16.083555,16.196405,16.148766,16.053484,16.099161,16.020773,16.168818,16.45545,16.189613,15.272079,14.758016,14.563203,14.735377,13.590277,13.088926,11.796791,11.90891,11.922446,11.936378,11.937334,12.187276,12.297934,12.92977,12.9197,12.750082,11.069742,10.972801,11.153496,10.353051,10.013306,12.719091,12.874028,12.823524,12.789248,12.817756,12.720603,12.835245,13.048276,12.940282,12.742701,11.945614,11.883453,12.037412,11.093239,10.762282,13.530712,13.631512,13.592461,13.566012,13.594906,13.635074,13.784782,14.151646,14.007033,13.71889,12.816326,12.721045,12.980203,11.914701,11.505786,13.849142,13.992925,13.970296,13.897527,13.940682,13.74204,13.834686,14.001942,13.865889,13.422155,12.760584,12.684645,12.797569,11.840315,11.491004,12.109238,12.234317,12.221205,12.222569,12.232695,12.380069,12.497167,12.989676,12.939642,12.763253,11.39795,11.308989,11.494155,10.64209,10.29387,15.28235,15.392505,15.343193,15.264409,15.308278,15.235778,15.38752,15.655988,15.426702,14.778326,14.208827,14.042902,14.233479,13.090946,12.610005,10.877499,10.924024,11.137517,11.148213,11.145717,12.06086,12.164006,13.911768,14.227786,14.033747,9.7194176,9.6406832,9.8819304,9.0738211,8.78088,13.734884,13.766665,13.77443,13.77537,13.798474,14.045277,14.219643,14.850031,14.73257,14.442292,13.123944,13.025701,13.451576,12.201324,11.794046,12.238568,12.385797,12.339803,12.330201,12.346476,12.357977,12.471703,12.788244,12.706536,12.541257,11.51424,11.430116,11.593506,10.731494,10.393703,15.388287,15.384088,15.343479,15.320653,15.354922,15.445518,15.634892,16.052576,15.833229,15.443085,14.684156,14.55439,14.970695,13.434848,12.987201,11.824574,11.98094,11.919614,11.902399,11.919843,11.75619,11.812263,11.920149,11.85941,11.774461,10.891625,10.781949,10.86531,10.039788,9.8222666,10.549514,10.617002,10.824506,10.84697,10.847815,11.703681,11.798474,13.423457,13.722984,13.553587,9.4195852,9.3442612,9.5223303,8.8156404,8.5357571,11.368863,11.458858,11.541451,11.564701,11.560063,12.02943,12.134429,13.097988,13.179681,13.006499,10.570271,10.479509,10.66426,9.9011574,9.5791845,13.017764,13.156804,13.109506,13.077212,13.106245,13.064772,13.195419,13.468183,13.344598,13.107623,12.273673,12.197576,12.388082,11.415138,11.046145,12.69505,12.828317,12.790223,12.771827,12.794262,12.822659,12.9512,13.300023,13.199045,12.989135,11.984372,11.905947,12.104176,11.165597,10.801347,13.441678,13.583713,13.538536,13.4858,13.521993,13.40165,13.523311,13.727829,13.588475,13.289106,12.584855,12.505736,12.667343,11.666656,11.298692,14.326105,14.333039,14.330722,14.330984,14.358462,14.577788,14.770467,15.358651,15.207238,14.893485,13.737401,13.63408,14.131193,12.722195,12.306372,14.005128,14.072052,14.037,14.014472,14.044068,14.124762,14.288288,14.702997,14.53912,14.218028,13.305909,13.198879,13.518558,12.340768,11.913559,11.840768,11.963736,11.941387,11.957051,11.954789,12.098488,12.205046,12.682442,12.640214,12.482248,11.120542,11.007372,11.171507,10.401628,10.063288,11.662631,11.766132,11.782618,11.807723,11.797139,12.071321,12.176291,12.84586,12.846858,12.678513,10.940806,10.834471,11.008994,10.25385,9.9199238,13.998586,14.125192,14.076878,14.020042,14.058657,13.978561,14.119802,14.364014,14.193012,13.812388,13.137666,13.031259,13.224331,12.173919,11.755633,15.356249,15.388006,15.336311,15.293564,15.329638,15.357248,15.529414,15.87866,15.650163,15.2002,14.537242,14.388778,14.700827,13.306415,12.838192,18.936399,19.00749,18.955767,18.847893,18.887096,18.84185,18.984652,19.405943,18.980251,17.011101,16.631994,16.334845,16.491474,15.27253,14.76338,12.895846,13.041329,13.000638,12.954777,12.986303,12.810722,12.898126,13.052054,12.948437,12.738479,12.002894,11.951669,12.075006,11.089856,10.79399,12.983598,13.133883,13.087179,13.043396,13.075675,12.948951,13.060956,13.253256,13.136088,12.907376,12.162594,12.100221,12.249568,11.276686,10.942883,11.760007,11.872934,11.84662,11.873424,11.856494,12.003879,12.104267,12.590961,12.551749,12.392717,11.045235,10.91334,11.070101,10.352889,10.020087,14.756635,14.773039,14.741159,14.724742,14.756431,14.872927,15.058013,15.512097,15.320405,14.967666,14.087172,13.969916,14.386932,12.986084,12.548708,11.892237,12.032473,11.983026,11.991022,11.994902,12.038185,12.14187,12.477295,12.41134,12.267605,11.14938,11.026392,11.173768,10.409619,10.079233,11.773695,11.902589,11.853546,11.872357,11.865382,11.928602,12.02692,12.381936,12.322855,12.181417,11.017838,10.866394,11.007686,10.301207,9.9750137,12.665563,12.737456,12.773536,12.775334,12.789703,13.113394,13.255079,14.001712,13.965624,13.726558,11.986539,11.898026,12.195122,11.18153,10.804174,13.581148,13.651102,13.631351,13.618338,13.643419,13.780713,13.93936,14.426393,14.294044,14.007069,12.911857,12.813643,13.135674,12.00679,11.595224,11.647975,11.727651,11.750146,11.793685,11.74431,12.048402,12.143315,12.905109,12.918208,12.721928,10.991446,10.884105,11.054733,10.367408,10.051208,12.495725,12.641513,12.596016,12.57784,12.599267,12.59164,12.711743,13.014043,12.918911,12.732882,11.772392,11.697076,11.87126,10.964072,10.617639,15.736919,15.786677,15.731245,15.671118,15.709973,15.697885,15.860784,16.172699,15.928459,15.369356,14.789275,14.614574,14.86692,13.483892,12.997542,13.753049,13.895329,13.856155,13.791495,13.831224,13.682608,13.799151,13.988839,13.840775,13.46741,12.800841,12.71317,12.858396,11.85787,11.482596,10.251544,10.304089,10.557593,10.571474,10.569938,11.601881,11.690212,13.673669,14.101987,13.931812,8.8493891,8.7761335,8.9581833,8.2638826,8.0017529,14.618298,14.585931,14.625215,14.641719,14.671648,15.014762,15.252366,16.00004,15.872535,15.567089,14.175535,14.083027,14.833605,13.121413,12.731007,12.75398,12.869091,12.841031,12.800185,12.825591,12.576445,12.59922,12.702576,12.625896,12.457141,11.69729,11.66107,11.745912,10.711675,10.491023,12.158943,12.24338,12.299569,12.303379,12.313264,12.694513,12.822064,13.655033,13.667149,13.454305,11.429068,11.343852,11.591101,10.668904,10.311659,11.969343,12.135083,12.070176,12.053347,12.071773,11.948718,12.030489,12.18528,12.110633,11.998343,11.139004,11.050507,11.158728,10.32091,10.052114,14.044537,14.130792,14.08601,14.052108,14.084734,14.107858,14.265577,14.612806,14.440013,14.101479,13.299814,13.190365,13.465461,12.328384,11.897677,11.931693,12.028027,12.079329,12.085237,12.092982,12.453567,12.573375,13.373695,13.392563,13.198344,11.186851,11.101854,11.316953,10.448082,10.101114,15.106682,15.083061,15.069861,15.069628,15.102905,15.289798,15.503334,16.039988,15.853624,15.516999,14.542915,14.435284,15.002399,13.360115,12.941192,12.003042,12.157184,12.100006,12.079151,12.098137,11.921924,11.976022,12.095595,12.030083,11.933012,11.102984,11.037174,11.128245,10.231935,10.003384,12.42952,12.574098,12.534214,12.497264,12.523252,12.307066,12.364182,12.478804,12.40431,12.270639,11.507037,11.475208,11.569107,10.582825,10.352116,12.052877,12.202971,12.15045,12.146851,12.159107,12.163201,12.270334,12.566839,12.490553,12.342219,11.314858,11.215717,11.365363,10.548337,10.21945,11.994962,12.128824,12.097026,12.102006,12.108829,12.203125,12.313695,12.727283,12.668898,12.509386,11.275285,11.174394,11.340169,10.529675,10.189437,17.329321,17.245796,17.260548,17.295145,17.356211,17.568308,17.877281,18.376482,18.20689,17.931597,17.190722,17.127338,18.021084,15.190293,14.867203,12.114605,12.276262,12.215953,12.201906,12.219828,12.153769,12.254795,12.474944,12.391912,12.252195,11.349729,11.264862,11.399556,10.554439,10.245434,13.933793,14.078899,14.043731,13.972079,14.01423,13.856051,13.97312,14.161843,14.007897,13.577937,12.928082,12.835817,12.97365,11.986056,11.602773,13.336323,13.472832,13.424507,13.38238,13.415586,13.347241,13.48051,13.729155,13.589577,13.313369,12.554792,12.473063,12.662472,11.660878,11.279669,12.123964,12.274428,12.222203,12.198185,12.218801,12.034206,12.087442,12.210906,12.142811,12.036986,11.227239,11.177348,11.271732,10.340826,10.109919,11.761424,11.902883,11.84231,11.853058,11.854675,11.862277,11.957829,12.229571,12.161949,12.034687,10.965907,10.803405,10.931873,10.229095,9.9154253,13.317462,13.440439,13.395479,13.363317,13.393332,13.382543,13.523159,13.831198,13.69334,13.423315,12.581038,12.494353,12.713809,11.699041,11.306239,15.831466,15.983979,15.953731,15.841507,15.895251,15.772399,15.860239,16.138666,15.88525,14.797349,14.285784,14.149532,14.287521,13.445716,12.968502,12.899581,13.033426,12.990423,12.965388,12.99134,12.989103,13.120811,13.435707,13.3206,13.093812,12.178027,12.099913,12.300365,11.337221,10.966658,12.295363,12.458291,12.402068,12.376392,12.399772,12.281944,12.377481,12.55927,12.471993,12.326552,11.503586,11.442998,11.57056,10.667823,10.375036,12.594482,12.752247,12.70406,12.666171,12.694892,12.54268,12.638539,12.802094,12.706107,12.533033,11.768229,11.71936,11.845682,10.893408,10.600879,13.07214,13.18707,13.15293,13.132354,13.157361,13.210592,13.350611,13.73243,13.614396,13.367454,12.369266,12.283689,12.517624,11.51862,11.130985,16.937939,17.066841,17.023714,16.904003,16.951307,16.860523,16.987049,17.328878,16.997692,15.549026,15.086559,14.890881,15.042539,14.13325,13.619105,15.713253,15.647682,15.662564,15.680828,15.719322,15.98425,16.270281,16.89171,16.719389,16.407969,15.353047,15.264334,16.183037,14.046364,13.665659,11.764995,11.862278,11.835373,11.872797,11.830892,11.98347,12.076861,12.597537,12.562409,12.388722,11.074722,10.929639,11.081037,10.417367,10.096903,15.991201,16.05846,16.003536,15.93098,15.971677,15.936583,16.094568,16.392271,16.137287,15.462234,14.92045,14.726583,14.945626,13.599263,13.101928,13.022242,13.169364,13.120657,13.081219,13.112572,13.023874,13.147045,13.372997,13.249982,13.014164,12.241652,12.171952,12.340895,11.369398,11.015235,16.181009,16.182699,16.127806,16.080593,16.116848,16.144987,16.3172,16.659369,16.410275,15.912424,15.318071,15.151715,15.457954,13.83697,13.364553,19.083563,19.168442,19.116329,18.994574,19.033817,18.978058,19.110979,19.573662,19.102642,16.816616,16.442444,16.166611,16.316643,15.344808,14.831789,13.197934,13.32398,13.305332,13.249555,13.283564,13.041943,13.095906,13.219725,13.123906,12.848404,12.125476,12.076671,12.166993,11.165812,10.897489,12.647406,12.757436,12.746046,12.737467,12.755561,12.901291,13.034609,13.533425,13.455556,13.235827,11.955739,11.871496,12.102336,11.149952,10.776484,13.674008,13.802923,13.754338,13.706192,13.741958,13.673864,13.812975,14.064744,13.908434,13.585375,12.865331,12.771507,12.969271,11.937326,11.53536,12.315798,12.467194,12.421998,12.388644,12.413484,12.210288,12.272459,12.391201,12.317897,12.194201,11.421366,11.386394,11.482291,10.516304,10.282451,9.8902311,9.9440908,10.220928,10.249703,10.249949,11.338051,11.420498,13.514692,13.994183,13.835258,8.4047689,8.3398323,8.5009632,7.8836064,7.6438794,14.075969,14.119933,14.097152,14.084367,14.112105,14.25112,14.423231,14.909989,14.752567,14.437115,13.416577,13.310444,13.68722,12.440902,12.016722,13.783671,13.89629,13.848323,13.807424,13.841386,13.817021,13.964761,14.260131,14.097671,13.772924,13.012158,12.91172,13.141707,12.075322,11.659223,11.744195,11.897889,11.83041,11.831321,11.840839,11.793875,11.88438,12.084802,12.013913,11.9014,10.906976,10.741926,10.856545,10.147038,9.8553324,12.239736,12.395634,12.344581,12.31581,12.339186,12.16104,12.22917,12.362163,12.286914,12.164898,11.373297,11.32844,11.431062,10.492711,10.24565,12.326986,12.484201,12.430184,12.41106,12.432127,12.37737,12.487042,12.731029,12.640302,12.478451,11.580386,11.507343,11.657425,10.772495,10.44861,11.629805,11.724977,11.794976,11.807097,11.810691,12.232241,12.34476,13.234747,13.288978,13.107376,10.850591,10.764166,10.962331,10.142555,9.8085861,14.321209,14.453061,14.407716,14.338428,14.380528,14.277591,14.417174,14.648546,14.465386,13.997383,13.366685,13.247602,13.422526,12.378174,11.947278,16.247608,16.335575,16.283295,16.197582,16.24069,16.183952,16.336254,16.627424,16.362341,15.536443,15.022358,14.818056,15.008197,13.711695,13.210529,12.495979,12.622071,12.59039,12.553549,12.578223,12.33203,12.362458,12.46084,12.392707,12.261415,11.493955,11.466567,11.548324,10.528423,10.321785,13.241369,13.296772,13.311296,13.311169,13.33066,13.591855,13.749604,14.403912,14.316983,14.049609,12.600279,12.506582,12.861099,11.737618,11.340952,13.051906,13.174016,13.149744,13.099748,13.130251,12.891566,12.936481,13.054693,12.963176,12.729164,11.995193,11.948687,12.041116,11.024315,10.767727,13.343554,13.481044,13.448237,13.390422,13.425938,13.232812,13.317513,13.469817,13.351748,13.057137,12.356049,12.291698,12.410144,11.412309,11.096045,12.455199,12.556506,12.532981,12.501275,12.521931,12.239099,12.227306,12.303225,12.248758,12.138249,11.351995,11.330689,11.394468,10.334446,10.168934,12.382854,12.510799,12.487164,12.479687,12.495762,12.594296,12.717703,13.150619,13.077247,12.885819,11.678554,11.595917,11.791162,10.893732,10.537012,11.771002,11.933067,11.86343,11.856106,11.870226,11.78066,11.865073,12.025393,11.954455,11.850408,10.914455,10.769523,10.874638,10.130096,9.8579636,11.800043,11.96444,11.896074,11.883131,11.899607,11.776426,11.852154,11.987445,11.919044,11.822041,10.923375,10.798792,10.895537,10.11378,9.8614292,14.747086,14.896384,14.870386,14.784863,14.835247,14.679333,14.786889,15.007879,14.820133,14.112923,13.518303,13.408268,13.54124,12.622437,12.200412,14.808688,14.914467,14.863729,14.797615,14.838837,14.778955,14.931651,15.201212,14.99156,14.480048,13.865368,13.721188,13.929699,12.793515,12.330096,12.139102,12.303307,12.243382,12.222085,12.242966,12.121718,12.209671,12.380066,12.299396,12.170874,11.332706,11.263907,11.382348,10.504271,10.223449,15.580183,15.720078,15.681091,15.580873,15.630654,15.522414,15.661551,15.930704,15.685206,14.78047,14.243931,14.081971,14.237341,13.259692,12.773545,16.083197,16.038738,16.003975,15.990551,16.02729,16.142761,16.349396,16.784475,16.556309,16.175169,15.446908,15.323361,15.817004,13.98087,13.550809,11.893313,12.047194,11.98469,11.984433,11.99437,11.970517,12.069592,12.316794,12.242078,12.111866,11.119151,10.99395,11.125823,10.359582,10.045363,16.292185,16.259155,16.211384,16.180447,16.214926,16.286612,16.473553,16.858181,16.614748,16.185537,15.54184,15.398765,15.794329,14.011916,13.562449,14.554462,14.646417,14.595143,14.543023,14.580875,14.55361,14.710397,15.005903,14.80659,14.380416,13.710127,13.579694,13.820897,12.661932,12.209059,13.128327,13.149873,13.220215,13.236659,13.254495,13.696589,13.867952,14.778356,14.74452,14.478671,12.547066,12.458967,12.929105,11.707064,11.32817,12.652908,12.803793,12.760827,12.719651,12.748971,12.568627,12.651744,12.796456,12.703833,12.529617,11.778555,11.734952,11.850526,10.877484,10.601331,13.333331,13.475243,13.435776,13.380679,13.416339,13.253975,13.355224,13.527096,13.401311,13.115103,12.413174,12.344202,12.48036,11.483927,11.147611,14.803818,14.940311,14.898409,14.815279,14.861186,14.749822,14.891121,15.129114,14.924594,14.306641,13.71751,13.5797,13.742908,12.714102,12.259963,14.694901,14.738164,14.694623,14.664694,14.698018,14.756782,14.929447,15.315716,15.116667,14.740437,13.958151,13.833601,14.172544,12.872341,12.424355,11.727673,11.842944,11.796794,11.825286,11.80338,11.886257,11.979829,12.368708,12.316052,12.168248,10.975955,10.806063,10.944631,10.283823,9.9637089,14.690269,14.753316,14.704173,14.663647,14.698973,14.717575,14.883176,15.225019,15.021715,14.619678,13.901951,13.771733,14.063335,12.820665,12.366427,12.33334,12.40527,12.389727,12.366811,12.381594,12.058671,11.994453,12.044494,12.008108,11.932759,11.119986,11.106711,11.149325,10.040746,9.9281015,8.4593,8.4218016,7.882956,8.0432234,8.0458879,8.0604,8.1076946,8.1793642,8.202776,8.1771622,8.1151533,8.0302639,8.0311575,7.5638876,7.0252433,10.047003,9.9887047,9.5330534,9.8336802,9.8250704,9.8326139,9.899684,10.03894,9.964118,9.9136562,9.7510338,9.700881,9.7465267,8.9573708,8.4617872,9.2250729,9.2470779,8.8639498,9.0362988,9.0333624,9.0404053,9.0999699,9.2095871,9.1300144,9.0802374,8.9530544,8.8780355,8.9170065,8.3220196,7.7194743,8.7359724,8.7129564,8.2407389,8.4187374,8.4183588,8.4302006,8.4817171,8.5675049,8.5393448,8.5045319,8.4180775,8.3352365,8.3507347,7.8251095,7.2384968,9.6797361,9.6178656,9.1051884,9.3777084,9.3723907,9.3837776,9.4448671,9.5625687,9.5128078,9.4692068,9.3398848,9.281661,9.3125715,8.6131935,8.1232529,10.41418,10.395805,10.035151,10.354003,10.343836,10.334673,10.423713,10.602119,10.49016,10.422093,10.213073,10.158897,10.232961,9.2522306,8.7362127,8.7532835,8.7459993,8.317708,8.4812603,8.4803638,8.4907331,8.5425291,8.630043,8.5870895,8.5492353,8.456522,8.3714819,8.3914824,7.8703942,7.2313652,8.9444466,8.9489756,8.5409689,8.7081842,8.7063446,8.7154169,8.7703552,8.866725,8.8071814,8.7642965,8.6576881,8.5764322,8.6041451,8.0525274,7.4255533,10.066837,10.066113,9.6948328,9.9686069,9.9608364,9.96171,10.036887,10.192743,10.08885,10.02599,9.8414307,9.7813044,9.8457708,9.0264244,8.5014601,9.8214426,9.8888435,9.5609694,9.7376108,9.7329025,9.73347,9.801693,9.9388609,9.8265009,9.7642488,9.5937204,9.5287828,9.5935392,8.9203835,8.3502884,10.068855,10.115045,9.7779007,10.001064,9.9941721,9.9926662,10.06554,10.21804,10.10516,10.039843,9.8539991,9.7880716,9.8588648,9.0999966,8.5548096,8.3477345,8.3233948,7.8562799,8.0008125,8.0024672,8.0150843,8.0605736,8.1302567,8.12887,8.101265,8.0361614,7.9452462,7.9498754,7.5005426,6.8531604,10.274982,10.299154,9.9579906,10.223486,10.214863,10.209304,10.288977,10.455954,10.341192,10.272409,10.070339,10.006052,10.080629,9.221982,8.6885977,9.2080088,9.205452,8.7853165,8.9844332,8.9813147,8.9899759,9.0492163,9.158061,9.0902777,9.0434198,8.9218712,8.847229,8.8817167,8.2690697,7.6991377,8.3298769,8.3284111,7.9631324,8.0727882,8.0742207,8.0846729,8.1265535,8.191515,8.1795492,8.149971,8.0825176,7.9741359,7.9829755,7.57862,6.6500416,8.9095793,8.8709831,8.3479757,8.5496874,8.5494823,8.562645,8.6159229,8.7056055,8.6903973,8.6564226,8.5688267,8.4915123,8.5058889,7.9514666,7.4258947,9.658535,9.6731739,9.291481,9.5124311,9.5072985,9.5121078,9.5789738,9.7112722,9.6179934,9.5610781,9.4052095,9.3384142,9.3907528,8.6930723,8.1450243,8.51301,8.5188799,8.1425123,8.2653742,8.2655401,8.2752171,8.3215685,8.3966122,8.3598042,8.3251314,8.2444439,8.1468601,8.1624804,7.7115631,6.9030037,9.2919531,9.269763,8.8176851,9.0433817,9.0397959,9.0495586,9.1094046,9.2204962,9.1597452,9.1142759,8.9929609,8.9214191,8.9542522,8.3143568,7.7781162,8.2928181,8.272212,7.8269558,7.9622664,7.9639621,7.9761353,8.0203228,8.087574,8.0857887,8.0584679,7.9949331,7.900485,7.9049225,7.470572,6.7703848,9.0158806,9.0337038,8.64715,8.8048592,8.8027716,8.8108158,8.8667984,8.966198,8.89678,8.8511972,8.7380314,8.6579227,8.689826,8.1354971,7.4965439,8.6070099,8.5814152,8.100503,8.2693567,8.2698154,8.282218,8.3317785,8.4118834,8.3949728,8.3630781,8.2849474,8.1999426,8.2109871,7.7102966,7.1167331,8.9828348,8.9729567,8.5358582,8.7227993,8.7208128,8.7308292,8.7863731,8.8842163,8.8313656,8.7896767,8.6841679,8.6051016,8.6311808,8.0608931,7.4739432,8.2735062,8.2653818,7.8856359,7.997972,7.9997654,8.0108099,8.0520697,8.1149797,8.1137009,8.0858946,8.0226173,7.9148784,7.9209967,7.5213075,6.6163049,8.5339508,8.5223751,8.0928116,8.2409306,8.2411613,8.252224,8.3002529,8.377862,8.3507214,8.3175535,8.2383213,8.1476831,8.1607428,7.6829252,6.9976425,8.8438435,8.8557596,8.4652138,8.6139011,8.6125202,8.6213484,8.6743317,8.7656155,8.7066793,8.6648617,8.5631485,8.4783411,8.5042963,7.98141,7.3072762,8.2560501,8.2526903,7.9335427,8.0202637,8.0235901,8.0349073,8.0711002,8.125206,8.1583214,8.1331263,8.0770969,7.9464378,7.9493833,7.6085305,6.4075122,9.8645887,9.904273,9.554472,9.7663307,9.7606525,9.7620716,9.8319635,9.9742193,9.8676147,9.8056383,9.6331196,9.5676975,9.6306744,8.9130325,8.36098,8.7233706,8.6843786,8.1464119,8.3314543,8.3327951,8.3467798,8.3975515,8.4792452,8.4831009,8.4531021,8.3776951,8.2969999,8.3050852,7.7885213,7.2616024,8.8614407,8.8425751,8.3832026,8.5684319,8.5672255,8.5783482,8.6318417,8.723505,8.6839046,8.6459589,8.5506201,8.4698505,8.4901638,7.9405332,7.3580003,8.1672411,8.1520729,7.7931032,7.887085,7.8898907,7.9015536,7.9378223,7.9900312,8.0366068,8.0128031,7.9627137,7.8418221,7.8412876,7.4923759,6.4327607,8.2481375,8.2341547,7.8283772,7.9485841,7.9503741,7.9618411,8.0038595,8.0674658,8.0674982,8.0403643,7.9784904,7.8761225,7.8808084,7.4711185,6.6511207,9.4431763,9.4262743,8.9925814,9.2268229,9.2223568,9.2308578,9.293335,9.4126911,9.3411036,9.2919035,9.1583633,9.0894194,9.128603,8.4572134,7.9237418,9.13906,9.0941572,8.5664015,8.7886095,8.7871675,8.8001385,8.8559036,8.9533653,8.9298868,8.8932219,8.7948189,8.7228651,8.7416439,8.1473684,7.6384664,9.4215708,9.4224281,9.0140581,9.2285948,9.224432,9.2317877,9.2945309,9.4141464,9.3353481,9.2841406,9.1475277,9.077076,9.1191177,8.4629393,7.9099598,9.4210978,9.4482899,9.0732327,9.2578773,9.254159,9.2599106,9.3227329,9.4421511,9.3533115,9.2995863,9.1585798,9.0876179,9.1336718,8.5016708,7.9214816,8.6139927,8.6168842,8.2220116,8.3596821,8.3593578,8.369154,8.417984,8.4985723,8.4569139,8.4204445,8.3338461,8.2420702,8.2600775,7.7798042,7.047668,10.328274,10.286379,9.8969784,10.225986,10.215752,10.2167,10.297348,10.465964,10.366044,10.306476,10.112852,10.064396,10.130193,9.2150116,8.7108536,8.4120045,8.3965702,7.9627647,8.103672,8.1046009,8.1161432,8.1621132,8.2343388,8.2186298,8.1883144,8.1168394,8.0235472,8.0324602,7.5777149,6.8737016,10.012669,10.036359,9.6810284,9.9243517,9.9174185,9.9176674,9.9909706,10.142836,10.035255,9.971405,9.7885876,9.7249832,9.790987,9.0145607,8.4765158,8.141284,8.1177998,7.6745763,7.7974038,7.7999496,7.8124456,7.8540401,7.9148045,7.9309697,7.906848,7.8526959,7.7555137,7.7551045,7.3509607,6.6290693,10.115815,10.184939,9.8629627,10.063995,10.057165,10.054497,10.125885,10.276592,10.160148,10.095133,9.9121265,9.8435087,9.9196033,9.187932,8.6410179,9.9753065,10.044582,9.7201157,9.9084644,9.9027271,9.9016314,9.9714384,10.115485,10.000757,9.9371042,9.760334,9.6938448,9.7646923,9.0633564,8.5056095,9.8825178,9.8640585,9.4597673,9.7326603,9.7255745,9.730691,9.8007689,9.9436922,9.8530731,9.7962437,9.630455,9.5701342,9.624218,8.849328,8.3312788,8.2321272,8.2224941,7.8880363,7.977519,7.9811912,7.9934187,8.0294781,8.0821629,8.1319256,8.108016,8.0549526,7.9266934,7.9278536,7.5875483,6.4209695,10.048592,10.136577,9.8262072,10.000202,9.9943209,9.9915466,10.060786,10.2049,10.085888,10.021809,9.8447008,9.7770071,9.8528366,9.1631098,8.6046419,8.4648447,8.4370785,7.949316,8.1072102,8.1085711,8.1215029,8.168951,8.243062,8.2390728,8.2102327,8.1407604,8.0535383,8.0599079,7.5865288,6.9854789,9.3881311,9.3450737,8.8520422,9.0979986,9.0941944,9.1054239,9.1649466,9.2756243,9.2264805,9.1836557,9.0651188,8.9978304,9.0269108,8.3721428,7.8635325,9.2028866,9.1659231,8.672389,8.899457,8.8967972,8.9084225,8.9658833,9.0693722,9.0271378,8.9866114,8.8780565,8.8063116,8.8313065,8.2138176,7.6928077,8.5819273,8.5794821,8.1733894,8.3147764,8.3146429,8.3248796,8.3733511,8.4527531,8.4163704,8.3811188,8.2972469,8.2055626,8.2217588,7.7428608,7.0237441,8.7220497,8.7320023,8.3447571,8.4840775,8.4832296,8.4923973,8.5430918,8.62852,8.5765772,8.5372696,8.4432192,8.354413,8.3765783,7.8789887,7.1657019,9.7524424,9.7314835,9.3135061,9.5774069,9.571063,9.5776415,9.6450272,9.7801647,9.6961889,9.6420574,9.4870396,9.4245586,9.4733973,8.7302074,8.211215,9.6414394,9.6842098,9.3302765,9.5177107,9.5133066,9.5166941,9.5829172,9.713026,9.6118793,9.5533237,9.3955812,9.3283796,9.3839083,8.7205124,8.1503191,9.1190062,9.0988579,8.6426172,8.8514223,8.8488226,8.8592014,8.9165382,9.0196667,8.9669285,8.9243956,8.8137655,8.7385406,8.7663193,8.163641,7.6118388,10.264873,10.31956,9.9921656,10.221947,10.212664,10.207312,10.281479,10.441456,10.324167,10.25578,10.060449,9.9895592,10.066409,9.2699547,8.7297659,9.5880823,9.5535564,9.100255,9.3606663,9.3552761,9.3642387,9.4277077,9.5514736,9.4823942,9.4335909,9.2957077,9.2313128,9.2707882,8.5644093,8.0521708,11.34552,11.328493,11.207755,11.631654,11.644164,11.794334,11.909334,12.537557,12.347799,12.223225,11.265198,11.18894,11.406843,10.354439,9.6413298,11.122425,11.181973,11.00497,11.320787,11.333335,11.339923,11.461676,11.829522,11.662012,11.568427,10.932054,10.843667,10.989655,9.9657478,9.2552261,10.889829,10.622589,10.366852,11.193047,11.192476,11.227902,11.322648,11.605307,11.454263,11.367537,10.979195,10.924014,11.057246,9.4678793,8.9895382,10.868783,10.203533,9.9138718,11.440679,11.433971,11.451196,11.518971,11.701149,11.591792,11.531342,11.296817,11.278095,11.366878,9.012187,8.695694,11.080074,11.023628,10.80617,11.279515,11.285926,11.317986,11.427367,11.770307,11.601313,11.504286,10.992212,10.927988,11.079784,9.8879318,9.2762146,11.167688,11.212854,11.054811,11.398274,11.411115,11.450832,11.565372,11.996483,11.818278,11.71655,11.010757,10.921748,11.083646,10.103176,9.3854103,10.748861,10.417067,10.10697,11.032382,11.029062,11.040956,11.130121,11.343913,11.215484,11.145635,10.86552,10.822111,10.923799,9.2116785,8.7889452,11.130845,11.180004,10.945398,11.256162,11.265569,11.226632,11.371412,11.666229,11.50893,11.422667,10.92045,10.852304,10.982939,9.7359591,9.0546789,11.037204,11.008728,10.782533,11.212151,11.219,11.232928,11.346251,11.662284,11.497814,11.405303,10.923393,10.860321,11.002314,9.8298626,9.2077646,11.306735,11.264915,11.106805,11.558931,11.56868,11.671062,11.783458,12.293201,12.106747,11.990354,11.224213,11.151921,11.3493,10.233061,9.5667763,10.984065,11.080253,10.972091,11.224037,11.239175,11.252053,11.348252,11.728576,11.578257,11.498738,10.56292,10.350337,10.473154,9.7715988,9.0986252,11.154465,11.221917,11.108866,11.449729,11.465196,11.538981,11.648082,12.198953,12.009762,11.903449,10.998811,10.883241,11.053668,10.187886,9.4111767,10.991244,11.075768,11.005367,11.367066,11.383652,11.477484,11.575601,12.249324,12.048697,11.948503,10.80885,10.629876,10.787959,10.064795,9.2233648,11.176226,11.267748,11.065769,11.320239,11.334267,11.275302,11.432697,11.741549,11.595921,11.516552,10.857499,10.738328,10.861069,9.6307211,8.9276514,10.948074,10.530269,10.304213,11.39862,11.395196,11.464211,11.55411,11.877135,11.725482,11.63269,11.186405,11.131197,11.281129,9.395853,8.9693689,10.921948,10.828551,10.56415,11.087491,11.090984,11.09674,11.207564,11.479205,11.325141,11.239861,10.845566,10.788544,10.916131,9.602396,9.0442619,10.593694,9.9490976,9.6933403,11.243615,11.23785,11.266376,11.339787,11.548577,11.429845,11.362486,11.095324,11.055701,11.156353,8.8214293,8.4939032,11.309675,11.317349,11.213343,11.617227,11.631403,11.790839,11.905806,12.581594,12.3895,12.264452,11.230922,11.14946,11.366679,10.369432,9.6171303,11.116635,11.194215,11.068542,11.381167,11.396312,11.438362,11.547323,12.01689,11.839034,11.740805,10.906862,10.781693,10.936442,10.079817,9.3312988,11.047289,11.13886,11.011003,11.284294,11.299375,11.312701,11.419623,11.81395,11.653552,11.566819,10.735662,10.576931,10.711421,9.897809,9.185936,11.181365,11.115801,10.919106,11.405938,11.413025,11.471338,11.58043,11.980122,11.803168,11.698163,11.104939,11.037749,11.207712,10.023179,9.400897,10.965591,11.059543,10.92906,11.143785,11.157801,11.136215,11.243856,11.528654,11.40235,11.334838,10.430327,10.190218,10.294581,9.5062037,8.8918629,10.771689,10.53276,10.199182,10.943439,10.941203,10.935546,11.03952,11.248432,11.11974,11.051374,10.774623,10.728619,10.827359,9.2331438,8.7817879,11.265742,11.165806,10.981706,11.514661,11.521108,11.611337,11.720243,12.171849,11.991246,11.879105,11.212939,11.146042,11.334392,10.098897,9.4891586,10.721978,10.218255,9.9708948,11.247376,11.242987,11.2815,11.363757,11.614725,11.479428,11.401012,11.068774,11.019927,11.140024,9.0852947,8.7014332,11.073092,11.169861,11.004346,11.242421,11.257023,11.217579,11.351209,11.655909,11.517375,11.442874,10.678737,10.511277,10.627258,9.6106205,8.9329138,11.063285,11.152085,11.039788,11.335427,11.351027,11.387338,11.490658,11.95388,11.781384,11.688675,10.79131,10.633237,10.777766,9.9954176,9.256259,10.995194,11.084891,10.999297,11.297096,11.312567,11.361517,11.454844,11.962153,11.790031,11.702037,10.640163,10.422411,10.559347,9.8838263,9.1573229,10.976992,10.535321,10.322985,11.456446,11.452409,11.545247,11.635236,11.990721,11.840673,11.744393,11.235624,11.180352,11.338981,9.4058313,8.9900742,11.251569,11.280699,11.1932,11.586772,11.602309,11.770485,11.884414,12.612059,12.417005,12.292451,11.180138,11.091785,11.305337,10.360688,9.5655012,11.376823,11.320767,11.207829,11.669415,11.680861,11.877657,11.993508,12.66556,12.486149,12.35641,11.304534,11.234838,11.470216,10.346107,9.6760931,11.253921,11.074181,10.881733,11.535608,11.538987,11.642864,11.748239,12.192184,12.017159,11.905302,11.254836,11.191338,11.381534,9.9905386,9.4355259,11.340535,11.205149,11.052566,11.625119,11.631777,11.796117,11.906666,12.468185,12.294294,12.171753,11.301861,11.236807,11.454819,10.165803,9.5773525,10.998925,11.054403,11.025542,11.450718,11.468491,11.721636,11.831215,12.833381,12.631744,12.50472,11.002285,10.903386,11.115719,10.265597,9.3251572,10.778971,10.427885,10.156385,11.136217,11.133706,11.16184,11.250745,11.499302,11.359864,11.281041,10.948849,10.898643,11.017274,9.2626715,8.8302059,11.142821,11.153111,10.965501,11.347025,11.357143,11.38859,11.50306,11.885014,11.710889,11.611115,11.009965,10.936348,11.093954,10.023718,9.3491287,11.323876,11.206991,11.036907,11.588761,11.595198,11.716633,11.82653,12.328601,12.147883,12.030091,11.279423,11.212923,11.416858,10.156965,9.5532942,10.864944,10.638712,10.37269,11.124735,11.124785,11.150434,11.247567,11.517225,11.367982,11.28372,10.911556,10.856811,10.984309,9.4684267,8.9775667,11.194729,11.213193,11.047031,11.423052,11.434557,11.485479,11.599045,12.034795,11.854206,11.749198,11.064623,10.984877,11.153801,10.126725,9.429265,11.301166,11.29603,11.157217,11.567706,11.579743,11.688319,11.801917,12.35414,12.164298,12.046604,11.207017,11.128687,11.327903,10.28862,9.5791359,11.27433,11.294724,11.171254,11.558784,11.572447,11.6845,11.797978,12.384564,12.192279,12.074736,11.1752,11.089854,11.287358,10.305536,9.5608339,11.367863,11.278713,11.148952,11.652868,11.662159,11.847865,11.961761,12.586262,12.410192,12.283197,11.303928,11.236924,11.466024,10.273601,9.6426783,11.130784,10.855257,10.642021,11.465863,11.465755,11.551979,11.650732,12.034114,11.868583,11.765047,11.218017,11.158097,11.329958,9.7387009,9.2431078,11.171162,10.878506,10.6816,11.527943,11.527842,11.646453,11.745962,12.175638,12.012394,11.904113,11.26826,11.208263,11.392443,9.7711763,9.2850513,11.095172,11.132334,10.928288,11.267293,11.277566,11.27608,11.399595,11.731281,11.566508,11.474593,10.926584,10.8542,10.995992,9.8953733,9.2129812,10.955806,10.801068,10.551966,11.181177,11.183486,11.212342,11.314508,11.611696,11.453624,11.36361,10.941496,10.883243,11.02138,9.6433306,9.1069746,11.247526,11.254271,11.100651,11.494725,11.50645,11.582854,11.695846,12.184105,11.99802,11.886942,11.135873,11.05639,11.239196,10.209242,9.506115,11.103807,11.141986,11.10758,11.515924,11.533584,11.802669,11.915819,12.87749,12.692332,12.560909,11.067017,10.97864,11.206322,10.305677,9.4389544,10.919044,10.989721,10.955156,11.400284,11.41799,11.625132,11.730439,12.714743,12.489738,12.37015,10.960062,10.842109,11.035459,10.236355,9.234005,11.359894,11.313889,11.177108,11.631813,11.642443,11.784894,11.899047,12.485527,12.298465,12.175092,11.284078,11.211939,11.428246,10.314932,9.6394043,10.919541,10.604657,10.360071,11.271262,11.269898,11.316467,11.409446,11.707438,11.554809,11.465387,11.05682,11.001247,11.14118,9.4605017,8.9970007,11.031669,11.039116,10.798332,11.168636,11.175734,11.161276,11.286953,11.574058,11.415124,11.32765,10.873307,10.811884,10.943218,9.7440081,9.1050234,10.665912,9.8117075,9.5543795,11.481705,11.474758,11.49474,11.555647,11.724382,11.624606,11.568697,11.353553,11.334743,11.41771,8.6762505,8.4107504,11.161505,11.236619,11.027397,11.309938,11.322284,11.281029,11.42946,11.74648,11.591114,11.505671,10.91641,10.828033,10.959295,9.7567396,9.0485563,11.100807,11.170386,11.092615,11.47041,11.487138,11.613317,11.720442,12.438365,12.233955,12.120847,11.010879,10.888427,11.071459,10.244679,9.3888474,11.117015,10.927681,10.708614,11.390373,11.392651,11.457455,11.559326,11.925855,11.757106,11.655527,11.132938,11.071511,11.236242,9.8132858,9.2748652,11.087249,10.968274,10.746436,11.316155,11.32046,11.36685,11.471895,11.821592,11.652756,11.553987,11.047378,10.984906,11.141504,9.84655,9.2726164,11.118425,11.093635,10.890344,11.318486,11.3266,11.35995,11.471725,11.834819,11.662606,11.56356,11.009701,10.941966,11.097963,9.9655485,9.3244457,10.995381,10.815404,10.57497,11.246717,11.248645,11.288483,11.389121,11.703924,11.543071,11.449922,11.004882,10.945868,11.091164,9.6741877,9.144537,11.125814,11.194842,11.041326,11.352006,11.365863,11.387314,11.50313,11.910571,11.739095,11.643393,10.924635,10.820642,10.970888,10.026376,9.3000031,11.2376,11.267167,11.130265,11.502703,11.516033,11.598055,11.710983,12.234637,12.046033,11.934381,11.118052,11.030577,11.214003,10.239051,9.504631,10.717436,10.272816,9.9857979,11.133942,11.12967,11.151558,11.23361,11.451055,11.324167,11.253612,10.970882,10.928683,11.032889,9.1010685,8.7131014,11.204198,11.243134,11.098293,11.455832,11.469091,11.531137,11.644169,12.126534,11.942019,11.834957,11.066278,10.976527,11.149638,10.181978,9.4527731,10.736295,10.815589,10.79119,11.300911,11.318716,11.516457,11.616928,12.710456,12.448393,12.33423,10.894499,10.760334,10.940349,10.192255,9.0537615,11.300718,11.299424,11.226233,11.638119,11.65368,11.884491,12.001299,12.800168,12.618597,12.485895,11.232273,11.155061,11.39446,10.389213,9.6332626,10.94797,11.027612,10.974079,11.389894,11.407222,11.549425,11.6511,12.487119,12.265142,12.155355,10.908127,10.760588,10.935308,10.176419,9.2305574,10.766878,10.831339,10.833931,11.306858,11.325117,11.632535,11.737941,12.94587,12.731612,12.60519,10.855146,10.753981,10.960137,10.156953,9.0869427,10.941787,10.578959,10.344046,11.340113,11.337846,11.395314,11.4869,11.798565,11.645483,11.553945,11.12599,11.070348,11.216071,9.4409695,8.9936686,11.349427,11.269636,11.115025,11.61313,11.621622,11.752574,11.864846,12.405289,12.221254,12.100527,11.285275,11.216339,11.426884,10.243339,9.6053448,11.111062,11.188426,11.016543,11.306448,11.320025,11.313085,11.438771,11.795761,11.63413,11.544935,10.878457,10.774944,10.913528,9.898777,9.1812668,11.153902,11.21748,11.079579,11.40731,11.421648,11.46733,11.579427,12.044162,11.864102,11.762569,10.978118,10.872828,11.034185,10.120399,9.3788271,11.202608,11.252846,11.128883,11.483865,11.498442,11.578513,11.690184,12.233349,12.043749,11.933918,11.069956,10.971093,11.14966,10.22854,9.4685659,11.283159,11.080958,10.905722,11.588174,11.591617,11.734595,11.840515,12.338176,12.167923,12.051218,11.295846,11.23322,11.437166,10.008081,9.4679642,10.462738,10.537122,10.553948,11.139997,11.157898,11.464604,11.563501,12.995212,12.713702,12.593024,10.776372,10.667931,10.857108,10.111105,8.7798634,11.063173,11.064995,10.848489,11.23508,11.243364,11.251854,11.368941,11.692193,11.526842,11.434109,10.926403,10.86051,11.003142,9.8708124,9.2219925,11.17066,11.218181,11.147035,11.541034,11.557588,11.733831,11.845636,12.63289,12.432765,12.309647,11.114758,11.017095,11.224296,10.331722,9.4861736,10.989182,11.076609,10.9988,11.320984,11.336798,11.402579,11.496628,12.067817,11.88499,11.793133,10.687757,10.477023,10.620804,9.9381046,9.1720695,11.089166,11.170738,11.071691,11.401487,11.417564,11.485432,11.589522,12.148787,11.961056,11.859956,10.890389,10.744827,10.904454,10.111077,9.3265467,10.902968,10.377866,10.066131,11.31891,11.312427,11.326464,11.400175,11.590241,11.474545,11.411607,11.168458,11.145417,11.236075,9.1715851,8.8148785,11.177743,11.235113,11.139308,11.508125,11.524041,11.639843,11.750075,12.403683,12.205771,12.09119,11.075073,10.968328,11.15614,10.276978,9.4666948,10.791452,10.582768,10.281512,10.99068,10.990069,10.994924,11.097336,11.330304,11.191385,11.115694,10.798408,10.747367,10.858437,9.3387623,8.8596535,11.247125,11.226779,11.058813,11.48432,11.494365,11.568504,11.68061,12.142859,11.958965,11.848501,11.147937,11.074125,11.256128,10.169405,9.4964371,10.830709,10.49646,10.153873,11.050957,11.04609,11.049868,11.136912,11.331213,11.210833,11.147253,10.898192,10.86423,10.954609,9.261385,8.8483362,11.093167,11.175631,11.034946,11.327345,11.342026,11.359735,11.472293,11.878923,11.711453,11.619395,10.848536,10.722229,10.865933,9.9804811,9.2528276,11.207243,11.227566,11.176406,11.579996,11.597129,11.851581,11.967162,12.8478,12.667268,12.53466,11.148914,11.067126,11.302644,10.351693,9.5466862,11.039165,10.936358,10.705917,11.250483,11.254926,11.288821,11.394705,11.721698,11.556283,11.461194,10.985113,10.923617,11.071772,9.796401,9.2199974,10.973043,11.06775,10.946671,11.179862,11.194331,11.19034,11.291302,11.617406,11.479011,11.404963,10.503146,10.28205,10.3961,9.6550531,9.0112753,11.190626,11.183771,11.004671,11.411257,11.421215,11.472528,11.585029,12.002666,11.823426,11.718549,11.076397,11.002763,11.171595,10.093666,9.4222746,10.997016,11.09015,10.994406,11.270213,11.285563,11.31744,11.411575,11.858407,11.69605,11.611439,10.612037,10.398045,10.529314,9.8455029,9.1455469,11.074371,11.163737,11.010069,11.280381,11.294873,11.287902,11.407634,11.764013,11.607861,11.522714,10.783685,10.649415,10.781519,9.8488626,9.1373062,11.357791,11.33138,11.237329,11.668073,11.681684,11.8928,12.009685,12.739391,12.55776,12.426009,11.284702,11.211411,11.450659,10.388934,9.6766644,11.145359,11.177271,10.999009,11.353305,11.364681,11.392027,11.508187,11.89755,11.723655,11.624664,10.994382,10.915009,11.071163,10.036785,9.3421564,11.235806,11.275426,11.165781,11.540995,11.555886,11.671121,11.783587,12.403637,12.208908,12.092185,11.135136,11.041322,11.235539,10.302787,9.5262251,5.356864,5.304019,4.8952236,4.9288621,4.9293742,4.9328222,4.9427152,4.952724,4.9493718,4.9471717,4.9413981,4.8885441,4.8490338,4.6332531,4.5374923,5.3546076,5.300581,4.8889265,4.9323692,4.9314671,4.9358859,4.946322,4.9572058,4.9536595,4.9517846,4.9606795,4.9085212,4.8682394,4.6530194,4.5808177,4.9695458,4.9151139,4.5439181,4.5564189,4.5561538,4.557097,4.5607638,4.5644283,4.5625839,4.561605,4.5592313,4.5104985,4.467906,4.2794495,4.2165332,7.0658484,7.0113564,6.307641,6.4187632,6.4224129,6.4354715,6.4685483,6.5070477,6.5195456,6.5148458,6.4933276,6.4296794,6.40171,6.0809402,5.8715196,5.1761904,5.1229553,4.7298818,4.7569785,4.7572255,4.7600656,4.7676249,4.7752342,4.7721028,4.770462,4.7674174,4.7165184,4.6753678,4.4710875,4.3984466,6.0967879,6.0437083,5.5173383,5.5920014,5.5937004,5.6017976,5.6228561,5.6457891,5.642838,5.6391683,5.627295,5.5688977,5.5345836,5.2685313,5.1271787,5.9127502,5.8648567,5.4224415,5.4784694,5.4802527,5.4870524,5.5051455,5.5242553,5.5260139,5.5222874,5.510479,5.4518399,5.4184313,5.1704779,4.9919863,5.7850556,5.7326856,5.2650857,5.3225651,5.32377,5.3299327,5.3464308,5.3638916,5.3605003,5.3572726,5.3478684,5.2913895,5.2550788,5.0096297,4.8836012,5.9064879,5.8525219,5.3335028,5.411212,5.4128952,5.4237204,5.4445376,5.4659777,5.4608192,5.4578619,5.4584475,5.4026766,5.3661923,5.1128201,5.0127482,5.0670223,5.0130491,4.6333241,4.6511655,4.6511374,4.6527281,4.6579933,4.6632133,4.6608195,4.6595106,4.6562819,4.6064329,4.5645986,4.3691854,4.2980781,5.1469369,5.0934739,4.7047915,4.7284999,4.7288289,4.7312503,4.7380614,4.7449017,4.742013,4.7404742,4.7366424,4.6859603,4.6446877,4.4430227,4.3685999,5.4535713,5.4002728,4.9698091,5.0154071,5.01583,5.0207286,5.0329328,5.0455728,5.0413766,5.0390797,5.0358052,4.9824767,4.9432769,4.7188721,4.6314378,5.5454941,5.4942422,5.0735545,5.1146531,5.1155324,5.1200042,5.1326375,5.1455569,5.1428404,5.1401248,5.1322136,5.0773873,5.0399308,4.8129463,4.6900654,5.0657225,5.0117016,4.6331406,4.6500187,4.6497664,4.6511092,4.6561136,4.6611109,4.6587338,4.6573973,4.6541901,4.6043377,4.5625858,4.3677759,4.2947221,5.3220539,5.2714643,4.8809853,4.9090319,4.9096098,4.912859,4.9221029,4.9309545,4.9286742,4.9269395,4.9211526,4.8689065,4.8305578,4.6212049,4.5103655,6.609642,6.5529051,5.8869133,5.9926667,5.9951415,6.0069098,6.0354543,6.0674992,6.0632906,6.0597272,6.0461173,5.9862318,5.9540973,5.656847,5.5110989,4.9724789,4.9179115,4.5466423,4.5588112,4.5583372,4.5590887,4.5626121,4.5661707,4.5642266,4.5631728,4.5608273,4.5120182,4.4694633,4.2810421,4.2171903,9.1636925,9.2310152,9.2451954,9.2312031,9.1828966,9.1756001,9.163825,9.1629114,8.9923391,8.9852314,8.9680452,8.9745064,9.0073414,8.749177,8.6587553,9.2343283,9.3182268,9.3338938,9.3156948,9.2608347,9.2536573,9.2399025,9.2416763,9.0146704,9.0051861,8.9833727,8.9912481,9.0307074,8.7299185,8.6209993,9.1134682,9.1652269,9.1810293,9.1711369,9.1224566,9.1118622,9.101182,9.0945349,8.9612103,8.9566784,8.9436407,8.948925,8.9785862,8.7291059,8.6463413,9.299695,9.4174843,9.435853,9.4088879,9.3434019,9.3363514,9.3197289,9.3282518,9.0497236,9.0352612,9.0031633,9.014164,9.0684385,8.6777897,8.5293474,9.1951838,9.2870703,9.3074522,9.2873611,9.2251167,9.2166605,9.2004585,9.2022915,8.9849358,8.974803,8.9505062,8.9596672,9.0064878,8.650135,8.5230885,9.0609064,9.096137,9.1048212,9.0981684,9.0676174,9.0612574,9.0547152,9.051013,8.9675274,8.9644365,8.9556942,8.9592314,8.9774523,8.8250055,8.7754784,9.1258278,9.1839819,9.1976099,9.1858692,9.140605,9.132884,9.1221743,9.1195726,8.979147,8.9733667,8.9586592,8.9643745,8.9939728,8.7558384,8.6744728,9.0550737,9.0843153,9.0902958,9.0846262,9.0621433,9.0582361,9.0532684,9.0516729,8.9807539,8.9779472,8.9706392,8.9734879,8.9875145,8.8730469,8.8352203,9.1492929,9.1996984,9.2098589,9.1998882,9.1640024,9.1586218,9.1500807,9.1488743,8.9915409,8.9863281,8.9736643,8.9783745,9.0019131,8.8146658,8.7498007,9.1554804,9.2267561,9.2475719,9.2328386,9.1744032,9.1645145,9.1501112,9.1468134,8.9651823,8.9581757,8.9398012,8.9472275,8.9878092,8.6631441,8.5526056,7.3446431,7.3198462,7.3480124,7.2802157,7.2960334,7.2925863,7.1123362,7.1064939,6.8411455,6.8108816,6.7817402,6.8309121,6.8885365,6.3498421,6.2021656,9.8243685,9.6771936,9.8258934,9.8219395,9.8191853,9.81499,9.8010397,9.7977581,9.2216215,9.219717,9.2152357,9.2202368,9.3580341,8.2525749,7.9391632,6.8804936,6.8520541,6.8928766,6.8615522,6.8698654,6.8683839,6.6357741,6.6328096,6.3725562,6.358242,6.3330288,6.4039259,6.4548912,6.0225596,5.8941326,5.3326678,5.330339,5.3463249,5.3264251,5.3341384,5.3350983,5.0599289,5.0564599,4.888083,4.8776903,4.8650975,4.947762,4.9708567,4.748981,4.6844802,7.2949042,7.2843623,7.2810292,7.1685967,7.1943064,7.189754,7.0474544,7.0341825,6.7990193,6.7479453,6.7154689,6.7435322,6.7968025,6.1893234,6.0462422,6.6136551,6.6083107,6.5930004,6.5071378,6.5257106,6.5220094,6.3511977,6.3312097,6.1270299,6.0831032,6.0562949,6.0939665,6.1336913,5.5766783,5.4629269,9.7671776,9.6216879,9.7687569,9.7634993,9.7623634,9.7594728,9.737771,9.7358065,9.1622143,9.1597919,9.1527863,9.1604404,9.2974586,8.2011023,7.8905201,5.2422543,5.242929,5.2485042,5.2231302,5.2322545,5.2330027,4.9705458,4.9635453,4.805027,4.7907639,4.7777033,4.8549404,4.8763371,4.6234455,4.5611863,9.9353542,9.7770214,9.9358301,9.9342871,9.9338188,9.9328556,9.9271173,9.9263868,9.3171253,9.3163462,9.3141985,9.3163223,9.4615965,8.2991123,7.9724736,7.2608495,7.2131052,7.2660708,7.243299,7.2443008,7.2393026,7.007236,7.0056763,6.7083821,6.6997666,6.6657629,6.7405849,6.8043175,6.3265944,6.1797414,7.4281063,7.3765769,7.4367838,7.4157968,7.4197187,7.4173884,7.1993551,7.1982942,6.8845339,6.8758125,6.84413,6.9141035,6.9809828,6.4588861,6.3015881,9.2467089,9.1287231,9.250823,9.2374811,9.2385225,9.2352324,9.1607151,9.159029,8.6588097,8.6533375,8.6336269,8.6582422,8.7762499,7.8316283,7.560483,9.4311571,9.305851,9.4342403,9.4209175,9.4217138,9.4181461,9.3640375,9.3619843,8.8422318,8.8367987,8.821125,8.8390245,8.9625931,7.9711108,7.6876068,9.2307701,9.1177969,9.2346544,9.2196083,9.2182245,9.2118454,9.1369591,9.1334333,8.6481771,8.6418982,8.6236181,8.6487303,8.7643156,7.8460722,7.5798779,8.3730135,8.3046684,8.3804064,8.3428059,8.3498116,8.3451252,8.2078028,8.2049303,7.8306437,7.8145986,7.7868104,7.8289237,7.9152303,7.2081127,7.0008965,9.5925951,9.463007,9.5959396,9.5869684,9.5835266,9.5766487,9.54107,9.5361624,9.008029,9.0040379,8.9948015,9.0070505,9.1336517,8.1187057,7.827106,5.5803475,5.5813146,5.5467095,5.5174618,5.528646,5.5273275,5.3357258,5.3012662,5.1349587,5.1070127,5.0897226,5.1389575,5.1620145,4.6278429,4.546319,8.7455359,8.6500559,8.7503061,8.7320881,8.7330828,8.7285547,8.6061859,8.6041851,8.1668949,8.1594906,8.1329374,8.1732483,8.2751951,7.4690838,7.233717,8.9447136,8.8512297,8.9502859,8.9297266,8.9267197,8.9158468,8.815506,8.8097553,8.3765326,8.3685141,8.3486967,8.3814945,8.4849606,7.6726613,7.431757,9.6946764,9.5527868,9.6968021,9.6903753,9.6899385,9.6873159,9.6575813,9.655982,9.091445,9.0887108,9.0790777,9.0892401,9.2237415,8.1468697,7.841465,7.5968184,7.5430927,7.5981317,7.5683093,7.5641088,7.5525556,7.3361082,7.3306174,7.0153084,7.0051394,6.9717956,7.0410028,7.1107745,6.5905476,6.429225,10.295992,9.9814825,9.5250435,9.8249931,9.8296614,9.8551979,9.9201422,10.083076,9.9360495,9.8568468,9.8400555,9.7621489,9.82125,8.9848957,8.7083292,9.0221901,8.8293343,8.3716326,8.5029116,8.506897,8.5242243,8.5732117,8.6747084,8.580965,8.5325212,8.6216602,8.5468073,8.5632782,8.0305357,7.8144073,14.055339,13.403006,12.980332,13.148786,13.153741,13.191078,13.279894,13.624633,13.21947,13.012265,12.975444,12.903841,13.026398,12.202636,11.861774,9.1361685,8.9219732,8.4544668,8.6709671,8.6755199,8.695056,8.747941,8.8585653,8.7646666,8.7144747,8.7545328,8.6774702,8.7035027,8.0578394,7.8266568,11.344927,10.74952,10.390982,11.216878,11.221065,11.261244,11.337905,11.577026,11.387154,11.277933,11.127161,11.057847,11.180428,9.5618753,9.2573748,15.50964,14.63397,14.261073,14.496817,14.496428,14.538018,14.62476,15.067611,14.533639,14.257691,14.151413,14.079835,14.250525,13.229464,12.857951,13.336546,12.758473,12.347524,12.596027,12.600657,12.63999,12.727182,13.047065,12.702078,12.520482,12.440022,12.364758,12.499148,11.545995,11.196884,15.957618,14.895324,14.397154,14.462049,14.463749,14.480544,14.550288,14.930109,14.342196,14.068774,14.277889,14.236122,14.271344,13.672289,13.409922,15.142631,14.345362,13.922887,14.041555,14.04584,14.08234,14.173562,14.567714,14.068191,13.818422,13.811803,13.745769,13.863997,13.121445,12.788018,9.5471182,9.3166389,8.8595123,8.9488258,8.9521503,8.9685316,9.0184669,9.1323833,9.0111551,8.9509087,9.0843735,9.0129995,9.0281897,8.5294867,8.3105421,12.407145,11.910148,11.495396,11.810067,11.814972,11.852728,11.935748,12.211089,11.936849,11.789669,11.702971,11.626555,11.749249,10.736429,10.398458,12.91547,12.308409,11.944316,12.427496,12.431322,12.480677,12.569955,12.898732,12.59535,12.427948,12.25746,12.185056,12.353831,11.028735,10.670877,9.2791624,9.0748386,8.6331997,8.700222,8.7036381,8.7192249,8.7662897,8.8690252,8.7595377,8.7053795,8.8702059,8.8002625,8.80931,8.3562727,8.1484566,16.642231,15.624595,15.236615,15.358843,15.360659,15.400162,15.495574,15.987108,15.347582,15.029919,14.98345,14.921872,15.074471,14.305589,13.969957,12.511652,12.020481,11.574163,11.765581,11.770675,11.802433,11.881673,12.14226,11.854231,11.705766,11.696358,11.622611,11.714073,10.910021,10.59217,10.33904,9.9657116,9.5257473,10.000199,10.004897,10.032649,10.099428,10.270236,10.127043,10.047622,9.9909735,9.914609,9.9843197,8.9262524,8.6454115,11.477499,11.055416,10.567856,10.646126,10.648821,10.666162,10.725863,10.907024,10.676516,10.565686,10.720715,10.656269,10.681292,10.130756,9.8833017,8.8646984,8.653985,8.1790104,8.4485874,8.4535828,8.472785,8.5240097,8.6254578,8.5464716,8.5034246,8.535512,8.4587221,8.4803686,7.7969689,7.5741339,11.519629,11.021349,10.627002,11.181499,11.186157,11.224047,11.30238,11.543016,11.335364,11.219258,11.099027,11.024951,11.142349,9.8539867,9.5342798,15.772943,14.78547,14.315088,14.408876,14.412722,14.437476,14.515715,14.906405,14.339638,14.070018,14.201947,14.153985,14.216218,13.545876,13.25381,14.316631,13.594225,13.221611,13.536212,13.538944,13.586285,13.677272,14.068396,13.645937,13.421779,13.281131,13.208599,13.383718,12.255533,11.884449,9.877553,9.4665775,9.0278807,9.6920271,9.6966476,9.7219782,9.7840223,9.9328041,9.8178701,9.7527113,9.6940403,9.6201582,9.6770878,8.4575567,8.2007256,15.546684,14.68504,14.29988,14.495882,14.496705,14.537306,14.626148,15.062386,14.524802,14.24948,14.164506,14.09324,14.253902,13.322531,12.958165,9.919981,9.603734,9.146904,9.541625,9.5463467,9.5710487,9.6334572,9.782073,9.6578979,9.5896502,9.5608349,9.4835577,9.5372477,8.6165848,8.3507166,8.8392944,8.5635433,8.0692015,8.5428743,8.5484228,8.5681982,8.6203718,8.7210999,8.6505785,8.6111526,8.6072559,8.5313416,8.5523119,7.6637926,7.4462795,11.973763,11.484147,11.080158,11.501389,11.506192,11.544744,11.626091,11.88631,11.645489,11.513465,11.40465,11.328961,11.452425,10.307836,9.9751682,10.767766,10.38493,9.9486504,10.356901,10.361687,10.391515,10.462057,10.653122,10.484596,10.392138,10.332346,10.25531,10.336025,9.3185711,9.0228176,11.318412,10.922839,10.442775,10.563985,10.567509,10.588181,10.651475,10.835982,10.619453,10.512446,10.610394,10.541244,10.580315,9.9582844,9.6950006,10.587701,10.270178,9.8037462,9.9862471,9.9905481,10.013858,10.077553,10.243576,10.074717,9.9874496,10.022919,9.9471312,9.99613,9.3047094,9.034852,10.593764,10.080764,9.684597,10.467014,10.471299,10.502562,10.571384,10.760461,10.611227,10.5259,10.424491,10.353182,10.439825,8.9857912,8.7061052,11.324844,10.93557,10.490958,10.763696,10.768599,10.798717,10.872149,11.083253,10.876929,10.767071,10.733093,10.655725,10.73898,9.8659935,9.5607252,12.658785,12.013144,11.683383,12.34253,12.345934,12.403467,12.493868,12.830192,12.553658,12.395679,12.172901,12.104156,12.292315,10.714277,10.360612,10.300942,9.997364,9.5370312,9.7896261,9.7942009,9.8188066,9.8828306,10.043205,9.8937902,9.8142843,9.8146544,9.7369127,9.7915516,9.0175152,8.744463,8.8129473,9.1350355,9.0954189,9.0789423,8.8898773,8.8624191,8.8086891,8.7936249,8.6739235,8.6602144,8.6190338,8.6444721,8.6589966,8.5638075,8.5120449,7.1828389,7.6650448,7.6305084,7.5566425,7.5054889,7.5063167,7.3553505,7.4155869,7.2647424,7.2301221,7.1542282,7.2325406,7.2860804,7.1161981,7.0088744,10.52261,11.69517,11.518956,11.505453,10.571574,10.556409,10.525944,10.512857,10.098783,10.09524,9.9725294,9.9819803,9.9855061,9.9373732,9.9233208,7.7245865,8.2246552,8.1754131,8.1235924,7.9124298,7.9002304,7.7215652,7.7310419,7.54842,7.5276608,7.4600215,7.5239716,7.5499516,7.4504213,7.39256,6.9250097,7.4274511,7.4010749,7.3353796,7.3324795,7.3366876,7.1929584,7.2745395,7.1348133,7.1024179,7.0259762,7.1171842,7.1823092,7.009572,6.8936296,8.0995846,8.5940456,8.5442371,8.4780598,8.3359747,8.3262424,8.214427,8.2491035,8.084033,8.0500536,7.9729075,8.0290232,8.0748415,7.9120097,7.8095317,6.5226488,7.0588999,7.0420766,6.9919348,7.0409622,7.0471525,6.9063582,7.0118523,6.8850584,6.8577194,6.7848086,6.8937016,6.9717431,6.809319,6.692811,7.3256931,7.7887082,7.7473845,7.6835442,7.5462608,7.5408583,7.3579321,7.3828368,7.2147989,7.1873331,7.1211143,7.1896567,7.2228551,7.0965867,7.0221157,8.1841183,8.679038,8.6246719,8.5720463,8.3535194,8.3382788,8.2033396,8.2127466,8.0341015,8.0097866,7.9436817,7.9957662,8.0236025,7.9060202,7.8373952,8.6089907,8.9300346,8.8902645,8.879549,8.7796659,8.7673721,8.7338381,8.7546329,8.633563,8.6083736,8.5490522,8.5852013,8.6213741,8.4825811,8.3847504,8.9260569,9.1790466,9.1477861,9.1373568,8.9627762,8.9265671,8.8898964,8.8610821,8.7674589,8.7586136,8.728055,8.7448244,8.7536726,8.6647549,8.6182041,8.0305166,8.5203142,8.4689217,8.4089375,8.2246485,8.2127533,8.0755091,8.0944862,7.920361,7.8922415,7.822783,7.8786082,7.9122081,7.779326,7.6998158,8.4873438,9.0174532,8.9550171,8.9129314,8.6249952,8.6033211,8.477478,8.4724531,8.2813473,8.2627478,8.2008095,8.2458496,8.265604,8.1678076,8.1144876,9.1220837,9.5269852,9.4756947,9.4586811,9.1558208,9.1017456,9.0568104,9.0095291,8.8683462,8.8601532,8.8174944,8.8342476,8.8421917,8.7307796,8.6746988,7.3911972,7.9858799,7.951941,7.8810678,7.87568,7.8751431,7.7788205,7.8730254,7.7310348,7.6920938,7.6002631,7.6862526,7.7715135,7.5678067,7.4301376,8.6033583,8.9068098,8.8698101,8.8645649,8.7528467,8.7381401,8.6984043,8.7097197,8.5950375,8.5738125,8.5222998,8.5576334,8.5866976,8.4667854,8.3874626,8.6767454,9.0340662,8.9908724,8.9677401,8.8555889,8.842741,8.8019562,8.8257265,8.6966181,8.6685276,8.6031132,8.6407623,8.6805162,8.5294561,8.4256554,8.6715107,9.0350447,8.9913063,8.9661989,8.7919588,8.7717237,8.7070732,8.7077351,8.5735426,8.5534334,8.5014219,8.5352821,8.5588417,8.445014,8.3776636,7.7273221,8.2996454,8.258132,8.183218,8.1357193,8.1319866,8.0394659,8.1161308,7.9655194,7.9247298,7.8319149,7.9054661,7.9820623,7.7770901,7.6409755,8.8603086,9.263711,9.2137957,9.1901512,8.9410563,8.9100542,8.8431883,8.8239822,8.6772947,8.6633968,8.6159468,8.6429729,8.6569185,8.5588522,8.5069752,8.6442375,9.0042524,8.961338,8.9360476,8.7903957,8.773798,8.7166672,8.7274694,8.5959597,8.5723219,8.5152178,8.5515652,8.5818214,8.4530535,8.3718977,8.5988531,8.9958858,8.9493561,8.9139757,8.7525587,8.7360201,8.6668501,8.6794214,8.5365067,8.5111456,8.4497681,8.4885607,8.5204344,8.386508,8.302949,8.500536,8.9686003,8.9182673,8.8636808,8.7385406,8.7269163,8.6613703,8.699748,8.54846,8.5130672,8.4314499,8.478713,8.5313406,8.351984,8.232007,10.634907,11.879761,11.689647,11.676197,10.678936,10.670149,10.638176,10.63059,10.188105,10.185023,10.057054,10.067103,10.070587,10.039,10.030559,8.5493298,8.9799681,8.931303,8.8857174,8.7421255,8.7284746,8.659956,8.685463,8.5373135,8.5066395,8.4351225,8.4781742,8.52003,8.3629589,8.2607059,7.6528783,8.1765928,8.1345453,8.0587568,7.9847407,7.9811039,7.8624835,7.9227395,7.7663927,7.7281518,7.6443028,7.7145782,7.7752571,7.5897956,7.4706082,8.3313198,8.8012552,8.7490196,8.6958733,8.5079498,8.4933538,8.3853989,8.4015951,8.2347593,8.207058,8.1390982,8.1871367,8.2205477,8.0846596,8.0021677,8.0739899,8.6349096,8.5873938,8.5150518,8.4381733,8.4311419,8.3541174,8.4202576,8.2662029,8.2247696,8.1297541,8.1933231,8.2669096,8.0593634,7.9205818,8.6867285,9.0633907,9.0179272,8.9912567,8.7997503,8.7778635,8.7086763,8.7057152,8.566803,8.5477066,8.4962158,8.5294771,8.5509987,8.4411879,8.3777905,9.9553261,10.880063,10.74947,10.727252,10.027778,9.9983788,9.9496775,9.923707,9.6035109,9.5964479,9.5047474,9.5196609,9.525609,9.4370222,9.4064569,10.817654,12.112098,11.911402,11.902807,10.844401,10.837782,10.818794,10.813027,10.349549,10.347855,10.210242,10.216564,10.218925,10.197469,10.19188,7.8555131,8.5289974,8.4861889,8.4145117,8.39855,8.3930054,8.3435955,8.4423771,8.3001146,8.2558823,8.1469183,8.2237949,8.3298769,8.095233,7.9348483,8.472312,8.9155493,8.8652849,8.8176861,8.645153,8.6300049,8.5426483,8.5599031,8.4032393,8.3752756,8.308075,8.3520298,8.3870325,8.2458973,8.1582413,8.2010298,8.6845503,8.633563,8.5723362,8.4115839,8.3999891,8.2897396,8.3168764,8.1508036,8.119153,8.045517,8.0981789,8.1389561,7.9864554,7.8915405,7.8421097,8.3551664,8.3092794,8.2357264,8.1323519,8.1262541,8.0092039,8.0584888,7.897326,7.8601766,7.7783484,7.8424258,7.8970451,7.7191052,7.6058526,9.722558,10.632252,10.506486,10.480705,9.8202839,9.7951851,9.7204771,9.7012444,9.3858719,9.37708,9.2860537,9.3085604,9.3157692,9.238822,9.2103548,7.9880767,8.5994654,8.5538235,8.4808035,8.4337425,8.4275379,8.3643303,8.4462757,8.2975578,8.2541342,8.1514244,8.2209024,8.3097868,8.0865641,7.9352341,8.350111,8.828743,8.7781868,8.7188501,8.5776806,8.5661564,8.479228,8.5130634,8.354435,8.3204765,8.2425089,8.2926912,8.3401232,8.1724358,8.0641279,8.5110064,8.974452,8.920145,8.8780384,8.6494465,8.6297874,8.5270109,8.5287428,8.3604088,8.3384743,8.2778015,8.3196545,8.3438931,8.2298012,8.1641045,9.372839,9.8919868,9.8247719,9.8086691,9.4042435,9.3433104,9.30375,9.2480965,9.0713215,9.064888,9.0121927,9.0254059,9.0311031,8.9075804,8.8504448,10.432113,11.59656,11.422321,11.404934,10.490599,10.476955,10.436694,10.424938,10.014527,10.009998,9.8924675,9.9048796,9.9093199,9.8612499,9.8473444,8.8174858,9.0361671,9.0090837,9.0065708,8.8769426,8.8521242,8.8179722,8.8025923,8.7190104,8.7088461,8.679472,8.699976,8.7111731,8.6311626,8.5883665,10.663433,11.936556,11.7429,11.731297,10.709805,10.703871,10.669819,10.664817,10.210857,10.207905,10.07371,10.083417,10.086147,10.061167,10.054832,10.386475,11.498312,11.33437,11.320239,10.444529,10.425307,10.390633,10.374388,9.9839411,9.9797697,9.8616257,9.871954,9.8755817,9.8169374,9.7987738,8.662075,9.068985,9.0216608,8.9837151,8.8646851,8.85215,8.8040695,8.8348866,8.6957474,8.6637125,8.5894957,8.6302385,8.6766691,8.5087595,8.3940172,8.7183342,9.008256,8.9727716,8.9643326,8.8180227,8.7965899,8.7494421,8.7439957,8.6346226,8.6190672,8.5777121,8.60674,8.6251984,8.527154,8.4705162,8.7580357,9.0811882,9.0416489,9.025135,8.8490992,8.8248558,8.7697077,8.760313,8.6397429,8.6242447,8.5808268,8.6089754,8.6261702,8.5270958,8.4715271,8.7210712,9.1282272,9.0787554,9.049984,8.8257313,8.8011179,8.7247839,8.7163935,8.5670738,8.5494814,8.4977522,8.5303974,8.5491323,8.4446745,8.3865271,7.6046405,8.0876398,8.0429134,7.9726534,7.8434548,7.8374376,7.6838541,7.7174244,7.5504198,7.5181975,7.4459805,7.5110683,7.5516725,7.4023056,7.3119469,7.9114952,8.408617,8.3605862,8.2909307,8.1575174,8.149498,8.0234079,8.0602026,7.894105,7.8599019,7.7832561,7.8435149,7.8891916,7.7275133,7.6269002,7.3450017,7.8166475,7.7767453,7.7036281,7.6071143,7.6045012,7.443418,7.4851813,7.3246069,7.291347,7.2188592,7.2892947,7.3327112,7.177453,7.083035,9.0764742,9.3810511,9.3428507,9.327076,9.0752563,9.0093317,8.9793787,8.9187098,8.8124332,8.8052568,8.7727985,8.7842865,8.7909689,8.6683636,8.6065359,8.7514868,9.4337416,9.3486624,9.3098507,8.8893223,8.8647242,8.7266216,8.7135286,8.4738169,8.459672,8.3923969,8.4365177,8.4508705,8.3712196,8.3335171,7.5090194,7.9881639,7.9431791,7.8850107,7.7131186,7.7045503,7.5223579,7.5393949,7.3643751,7.3399911,7.273809,7.3399963,7.3695736,7.2563066,7.1899762,7.7713199,8.2582712,8.2102747,8.145505,7.9843979,7.9754915,7.8227921,7.8471432,7.6747794,7.6453524,7.5751929,7.6365452,7.6722331,7.5355325,7.4537644,8.982625,9.5138741,9.4468365,9.4182272,9.0735731,9.0406418,8.9598131,8.9372997,8.7489767,8.7357893,8.6790199,8.7076826,8.7202206,8.6234808,8.5755339,8.6550322,8.9492712,8.913415,8.9079046,8.7796021,8.7617445,8.7171278,8.7197304,8.6084862,8.5903807,8.5450678,8.5778723,8.6011257,8.494112,8.4282751,8.6425877,8.8839674,8.8543177,8.8633175,8.7503767,8.7313795,8.6952124,8.6912413,8.598506,8.5851345,8.5496902,8.5799427,8.5975609,8.5095463,8.4575577,8.1819706,8.7041826,8.654871,8.5860767,8.4796019,8.4710083,8.3858604,8.4372873,8.2794847,8.2407675,8.1530142,8.210762,8.2718515,8.080842,7.9549532,9.7661572,10.499031,10.399486,10.384475,9.8124924,9.7609816,9.7265654,9.6790209,9.4296379,9.4245024,9.3496847,9.3603306,9.3646479,9.2461529,9.1997061,7.5192909,8.0654716,8.0272408,7.9521856,7.9092808,7.9074941,7.7957649,7.8700404,7.7198701,7.6809835,7.5939717,7.6709037,7.7408066,7.546752,7.4193821,7.744833,8.2415848,8.1959362,8.1234684,8.0057373,7.9995856,7.8651919,7.9062123,7.7417936,7.7069211,7.6300898,7.6941276,7.7412715,7.5771785,7.4753518,11.857354,12.041381,12.025319,11.989739,12.260774,12.394154,12.465141,12.62288,12.006645,11.805449,11.67407,11.687668,11.96725,11.351272,10.669283,15.66853,15.781001,15.775459,15.795065,16.135168,16.445919,16.646748,16.972948,16.099396,15.417388,15.206962,15.238401,15.660554,14.900207,13.784426,12.798598,12.961562,12.959079,12.982551,13.398653,13.539896,13.64636,13.895928,13.267195,12.753877,12.543613,12.574702,12.869337,12.336398,11.523844,18.832655,18.73193,18.715853,18.70842,19.131454,19.835545,20.225374,20.499125,19.129332,18.757284,18.651543,18.669687,19.529373,18.237726,17.175043,14.468858,14.618572,14.612048,14.643125,15.023569,15.186957,15.302218,15.637893,14.954783,13.966323,13.745265,13.777139,14.059484,13.513228,12.636915,18.224148,18.31448,18.299866,18.340595,18.66996,18.939249,19.107403,19.626844,18.729202,16.623272,16.415937,16.445324,16.776457,16.168165,15.124591,10.616274,10.833056,10.8084,10.745057,10.880407,10.954015,10.966175,11.054745,10.578899,10.464381,10.382317,10.384647,10.586495,10.004257,9.5410976,9.7318935,9.9373083,9.9093456,9.8323345,10.049464,10.095462,10.090255,10.157444,9.7156267,9.615881,9.5425949,9.5417643,9.7537069,9.2393026,8.8752756,15.548817,15.626673,15.611664,15.591678,15.842134,16.248426,16.468752,16.682039,15.665393,15.450631,15.353938,15.373334,15.889601,14.935753,14.11409,16.489361,16.544489,16.537966,16.535091,16.797043,17.304398,17.585455,17.823675,16.736145,16.530195,16.44269,16.472202,17.083054,16.04014,15.214347,20.622786,20.611185,20.606697,20.654392,21.050325,21.600952,21.939611,22.482389,21.366888,19.44762,19.227516,19.258465,19.860172,18.98163,17.290602,18.117046,18.15501,18.149345,18.180954,18.560854,19.018137,19.30228,19.718748,18.671824,17.554134,17.33284,17.366821,17.917002,17.043747,15.728261,17.158007,17.180338,17.176445,17.186586,17.56579,18.080568,18.388706,18.699858,17.565434,17.131321,16.955381,16.985735,17.636124,16.607065,15.490557,16.526274,16.628201,16.621332,16.649452,16.993946,17.311914,17.517456,17.89732,17.010054,15.9884,15.77057,15.802819,16.216881,15.480577,14.3181,8.8430347,9.020421,8.9964848,8.9283018,9.3170128,9.3404264,9.3227358,9.3631382,8.9182177,8.8492107,8.7963972,8.7939167,9.0635748,8.6496315,8.4062576,11.369318,11.589845,11.569083,11.521755,11.609013,11.708736,11.736733,11.841339,11.336363,11.213266,11.127887,11.132787,11.337205,10.706406,10.167964,10.554005,10.736771,10.726295,10.69267,11.085485,11.171893,11.216356,11.340714,10.791038,10.638021,10.526227,10.539392,10.825982,10.318377,9.7825174,17.305178,17.346554,17.343655,17.36668,17.749977,18.221098,18.513926,18.872339,17.805845,17.114067,16.903067,16.937672,17.52647,16.591389,15.373158,12.732289,12.901985,12.883952,12.848471,13.086567,13.264683,13.359097,13.530812,12.834815,12.61986,12.492168,12.504844,12.813022,12.123718,11.36985,23.622492,23.757008,23.782244,23.885599,24.113512,24.398254,24.619555,25.311453,24.559027,21.517954,21.294809,21.29636,21.606228,21.112228,16.670347,9.4296236,9.6302252,9.6028233,9.5268869,9.7804766,9.8173599,9.8058023,9.862731,9.4281082,9.3393412,9.2732334,9.2717295,9.4937563,9.0074453,8.6862965,23.807009,23.898998,23.926117,24.02965,24.306473,24.693838,24.968761,25.555788,24.810083,22.512403,22.266584,22.272913,22.688648,22.071617,16.85421,21.638512,21.402342,21.400461,21.426065,22.010155,23.0236,23.617802,24.027258,22.519707,21.707914,21.488668,21.528692,22.735556,21.205147,19.91485,18.278055,18.212967,18.209875,18.211782,18.602617,19.355465,19.78968,20.067928,18.709854,18.485914,18.409763,18.450686,19.351883,18.046768,17.274675,11.401697,11.613298,11.591166,11.538808,11.659855,11.766002,11.800031,11.909867,11.378947,11.248335,11.159955,11.164726,11.385015,10.753845,10.202678,14.340951,14.462089,14.442618,14.411469,14.639604,14.92837,15.081186,15.270816,14.394106,14.175447,14.065574,14.077884,14.482141,13.648377,12.829328,8.8406239,9.0247955,9.000843,8.9320011,9.2909908,9.3133659,9.2931499,9.3319941,8.8973246,8.8290014,8.7756195,8.7732439,9.0297985,8.6075277,8.3680439,10.034372,10.264751,10.240365,10.175282,10.269588,10.317225,10.308087,10.37389,9.9554405,9.8617802,9.7888784,9.7905416,9.9621639,9.4083643,9.0323105,14.044104,14.185398,14.175138,14.166741,14.465616,14.714423,14.864827,15.098494,14.294566,13.963465,13.798209,13.820513,14.198557,13.456759,12.524564,14.136371,14.279556,14.271768,14.272799,14.588143,14.83246,14.986852,15.239619,14.450186,14.053722,13.870719,13.89649,14.268415,13.549021,12.585452,12.846426,13.024042,13.004639,12.965135,13.125762,13.313899,13.402143,13.553576,12.866504,12.699068,12.600596,12.610111,12.907318,12.183736,11.490727,11.304697,11.498219,11.477396,11.426511,11.660416,11.768604,11.816869,11.94929,11.385496,11.218041,11.102289,11.111091,11.362309,10.764159,10.165254,10.400901,10.607867,10.581169,10.510008,10.696066,10.765568,10.778366,10.868754,10.388758,10.267145,10.179994,10.181664,10.395082,9.8334322,9.3772116,12.74834,12.917591,12.908816,12.899976,13.221959,13.39183,13.499117,13.706473,13.029335,12.728761,12.560433,12.582941,12.89735,12.265935,11.447648,10.625363,10.826664,10.801626,10.735779,10.947692,11.027339,11.051357,11.156536,10.652759,10.514821,10.415288,10.419438,10.645162,10.077971,9.5761957,21.178852,20.962517,20.975182,21.011795,21.614159,22.658161,23.299511,23.728813,22.214434,21.612682,21.400433,21.45192,22.730288,21.142719,20.028082,8.8450422,9.0152206,8.9876652,8.9122324,9.315362,9.3392973,9.3231449,9.3657665,8.9165125,8.8422308,8.7881002,8.7852478,9.0609169,8.6499119,8.3992834,23.153862,23.271837,23.286215,23.374521,23.616291,23.909811,24.127188,24.917524,24.026417,20.331814,20.13278,20.138716,20.433222,19.946222,17.075632,10.480361,10.677924,10.655142,10.594237,10.84578,10.921427,10.94668,11.05496,10.554253,10.412687,10.306392,10.312465,10.546189,10.000655,9.5017538,11.294822,11.498738,11.474989,11.416699,11.574789,11.680112,11.716447,11.829551,11.285753,11.147105,11.053747,11.05829,11.289038,10.668172,10.114688,12.230403,12.407677,12.395246,12.37164,12.670909,12.82074,12.907932,13.085862,12.438805,12.203412,12.05759,12.075171,12.373356,11.750386,11.009211,9.8331175,10.034756,10.006453,9.9274712,10.154379,10.205288,10.206118,10.282529,9.8328018,9.7214718,9.6392775,9.6391163,9.8533726,9.3336697,8.9422483,13.232064,13.389369,13.369562,13.332013,13.546888,13.756989,13.865196,14.036699,13.286505,13.081316,12.965873,12.976822,13.30785,12.567445,11.803325,21.364212,21.395729,21.395159,21.455816,21.803707,22.272646,22.570471,23.198389,22.166327,19.630177,19.420151,19.442842,19.929724,19.191013,17.216688,23.121126,22.866476,22.862511,22.905666,23.491762,24.527975,25.134552,25.625725,24.17956,22.733686,22.504978,22.546257,23.724064,22.285212,20.524755,9.2170687,9.4070568,9.3782768,9.2970047,9.5946445,9.6272421,9.6143866,9.6682606,9.2339954,9.1451941,9.080308,9.0777655,9.3122311,8.8474045,8.5452785,15.638764,15.702621,15.681792,15.656002,15.932008,16.31815,16.530619,16.743298,15.710797,15.451612,15.338032,15.349938,15.857235,14.91117,14.008643,10.392239,10.618605,10.594748,10.533145,10.63402,10.695344,10.696958,10.774658,10.330867,10.227643,10.150353,10.15262,10.335156,9.7617178,9.3369617,15.506949,15.613735,15.608308,15.62072,15.95799,16.28866,16.497601,16.799145,15.894384,15.370661,15.172869,15.202853,15.653206,14.850458,13.761435,22.534407,22.49317,22.497261,22.56489,22.963842,23.587311,23.970484,24.542709,23.455482,21.319557,21.098156,21.117903,21.773468,20.866407,18.117365,12.023138,12.210927,12.188916,12.138873,12.324507,12.466466,12.530007,12.668647,12.047141,11.880367,11.774805,11.782339,12.048717,11.386949,10.74251,11.831772,12.0354,12.014191,11.96609,12.095871,12.223888,12.272726,12.395257,11.822371,11.680911,11.589,11.595113,11.834655,11.177472,10.579489,13.394888,13.547219,13.528567,13.495086,13.728072,13.946258,14.062477,14.243914,13.477222,13.25407,13.130484,13.142918,13.485005,12.740879,11.94328,11.743931,11.944094,11.921914,11.870249,12.01801,12.143888,12.192821,12.316058,11.738276,11.593179,11.498878,11.504765,11.748224,11.09772,10.502125,18.800406,18.755751,18.756819,18.783686,19.233397,19.890825,20.292961,20.677742,19.430416,18.755863,18.543816,18.583063,19.380859,18.241743,17.00477,19.39423,19.395031,19.389055,19.42668,19.824717,20.348934,20.670233,21.142117,20.031994,18.57526,18.352192,18.386118,18.987431,18.08247,16.642019,23.093073,23.109348,23.123293,23.206146,23.550392,24.073517,24.408121,24.985834,24.054476,21.850557,21.620289,21.632854,22.182665,21.398502,17.578148,20.564789,20.640463,20.631824,20.677948,20.987734,21.316605,21.526392,22.199383,21.222544,18.266464,18.07725,18.101427,18.448627,17.85327,16.499825,10.191884,10.402585,10.375752,10.303789,10.48169,10.542246,10.546932,10.627153,10.165942,10.055408,9.9753189,9.9760656,10.182754,9.632514,9.2115822,19.739592,19.616192,19.624264,19.652376,20.167633,21.012844,21.528156,21.912514,20.509375,20.01552,19.821835,19.865618,20.901735,19.521646,18.406443,19.53409,19.605068,19.591148,19.631701,19.949989,20.23604,20.413839,21.024117,20.067236,17.370886,17.179775,17.207321,17.533781,16.948689,15.887904,15.571392,15.650585,15.636462,15.623632,15.926877,16.297907,16.509132,16.750256,15.756492,15.439779,15.298949,15.317677,15.814535,14.90957,13.919545,14.713937,14.821898,14.804187,14.780131,15.045613,15.352596,15.522635,15.733268,14.821665,14.556808,14.428993,14.443392,14.873131,14.027836,13.126551,10.618894,10.822706,10.796865,10.728941,10.923536,11.002162,11.023251,11.123849,10.624396,10.492117,10.397857,10.400934,10.621861,10.049688,9.5582952,14.649162,14.786528,14.773831,14.757451,14.932897,15.247399,15.409474,15.600972,14.753147,14.567011,14.472433,14.489861,14.896532,14.042232,13.24272,9.3762493,9.5700769,9.5410585,9.4576998,9.7293186,9.7666731,9.7578783,9.8195887,9.3863935,9.2880001,9.2152767,9.2132368,9.4369717,8.9542513,8.6238632,12.552676,12.744333,12.725307,12.686329,12.819496,12.986192,13.059179,13.19982,12.563446,12.408968,12.31463,12.323138,12.593904,11.891003,11.227334,11.484595,11.674562,11.655931,11.611596,11.864794,11.981256,12.037888,12.179959,11.597621,11.417973,11.29563,11.306512,11.568871,10.96749,10.33831,11.029815,11.24932,11.226783,11.172016,11.277814,11.365437,11.386106,11.483487,10.991433,10.872176,10.788108,10.791898,10.99388,10.383787,9.8789186,9.0343561,9.221715,9.1963358,9.124815,9.4589777,9.486166,9.4695148,9.5148335,9.0770464,9.0017405,8.9445553,8.9423695,9.1918049,8.751173,8.4832067,13.847164,14.003189,13.98733,13.960471,14.126875,14.381967,14.509613,14.68334,13.904187,13.725909,13.629526,13.643163,13.997352,13.201813,12.446831,9.2547493,9.4509964,9.4244061,9.3502331,9.6330652,9.6652536,9.6508188,9.7022057,9.2684669,9.1860027,9.1239357,9.1221437,9.3535767,8.8858147,8.5890417,10.490493,10.683647,10.664754,10.61321,10.908232,10.986192,11.017322,11.13215,10.619587,10.472517,10.360134,10.368889,10.617142,10.085625,9.5734768,10.809749,11.019622,10.994609,10.930615,11.086975,11.170771,11.191773,11.28989,10.78831,10.663115,10.575592,10.578449,10.793348,10.202,9.7064619,24.075491,23.674599,23.669556,23.701796,24.404617,25.728796,26.494825,26.941364,25.32115,24.198484,23.964266,24.009426,25.581909,23.745268,22.300589,13.636607,13.785386,13.771562,13.751595,14.025657,14.253944,14.385332,14.59299,13.814085,13.539993,13.393175,13.411048,13.768939,13.034508,12.166409,17.372501,17.348783,17.327667,17.309093,17.657961,18.19714,18.500551,18.742901,17.516111,17.195158,17.081577,17.093542,17.767942,16.649837,15.648043,17.766911,17.713215,17.688812,17.666342,18.017515,18.629639,18.964741,19.194117,17.891563,17.624498,17.532841,17.544027,18.289753,17.084099,16.197039,11.074468,11.253863,11.246237,11.225215,11.620757,11.724487,11.78623,11.934769,11.353433,11.163533,11.030394,11.048435,11.344928,10.819121,10.204938,15.530124,15.626365,15.619523,15.623598,15.953855,16.308464,16.524832,16.805269,15.85923,15.44211,15.263079,15.290221,15.77007,14.919685,13.862264,21.687458,21.48348,21.478325,21.50948,22.062025,22.997849,23.544552,23.982973,22.54351,21.469517,21.236822,21.275961,22.363764,20.969994,19.520309,13.519049,13.672603,13.653513,13.617914,13.80969,14.04284,14.160339,14.330363,13.556228,13.367271,13.263701,13.275062,13.61977,12.847972,12.097819,17.917717,17.848251,17.820463,17.793196,18.153893,18.752699,19.097851,19.325974,18.008207,17.707392,17.601799,17.605667,18.345188,17.139172,16.190456,16.682533,16.719227,16.710077,16.709743,17.059408,17.528984,17.801746,18.08008,16.978443,16.603205,16.448149,16.472523,17.073843,16.074421,15.002148,11.573199,11.747478,11.742898,11.736192,12.139758,12.258962,12.337959,12.513297,11.908929,11.664092,11.505535,11.528245,11.830765,11.295205,10.607077,12.326941,12.496445,12.492005,12.498366,12.874157,13.012953,13.110802,13.325002,12.703323,12.351481,12.158099,12.184714,12.478714,11.920492,11.139343,23.049707,23.148739,23.156786,23.231319,23.495596,23.810303,24.027378,24.905052,23.888123,19.631516,19.46373,19.477098,19.761026,19.287981,17.47999,23.959953,23.687878,23.683628,23.734207,24.318348,25.375584,25.989315,26.486101,25.082445,23.48065,23.262381,23.293333,24.46921,23.037016,20.791206,9.7369251,9.9546003,9.9285345,9.8572216,10.024033,10.066341,10.055526,10.116885,9.691865,9.600419,9.5305853,9.5305948,9.7242727,9.2012138,8.8519993,20.358065,20.180555,20.182941,20.202251,20.732632,21.658936,22.193382,22.527489,21.038122,20.614656,20.456554,20.490761,21.623838,20.114016,19.026661,10.135012,10.332463,10.307828,10.24,10.495539,10.558845,10.573594,10.668598,10.191511,10.063192,9.9652691,9.9690561,10.197574,9.6709452,9.2212353,11.677968,11.868999,11.847118,11.79565,12.002284,12.127051,12.182794,12.318863,11.725785,11.55697,11.445716,11.453648,11.711094,11.079384,10.453591,9.863471,10.061156,10.034361,9.959199,10.210349,10.263842,10.269423,10.352687,9.8957024,9.7778482,9.6883764,9.6898088,9.9116259,9.3973923,8.9897127,9.9009104,10.11471,10.088161,10.016189,10.193623,10.242749,10.237998,10.306493,9.8667278,9.7682381,9.694972,9.6950598,9.8960104,9.3644857,8.9882116,16.636435,16.757372,16.74486,16.779837,17.122549,17.337675,17.474913,17.915073,17.114151,15.490269,15.276743,15.306893,15.607681,15.026591,14.067497,11.915847,12.108968,12.08675,12.035566,12.201984,12.337998,12.395301,12.526601,11.922673,11.767119,11.667843,11.67449,11.93118,11.272024,10.650688,14.287382,14.437634,14.431693,14.45105,14.791645,14.999872,15.142812,15.438219,14.711067,14.064517,13.851347,13.881967,14.20879,13.570642,12.595792,11.080416,11.283271,11.258699,11.196847,11.372595,11.469484,11.50188,11.612713,11.08027,10.94073,10.845066,10.849286,11.078356,10.474084,9.9355154,13.385345,13.546063,13.539232,13.5432,13.872103,14.063601,14.190497,14.432124,13.727695,13.32572,13.134697,13.161242,13.486139,12.842037,11.944095,19.646477,19.706373,19.696699,19.736485,20.067703,20.416391,20.636181,21.221798,20.238876,17.82375,17.626179,17.654499,18.042902,17.38579,16.134827,10.433187,10.468343,10.166072,10.430228,10.422269,10.40547,10.500507,10.690744,10.561034,10.491414,10.241022,10.198969,10.285083,9.3489714,8.7680387,10.38068,10.524597,10.340899,10.526916,10.526312,10.499837,10.584693,10.750326,10.627148,10.560696,10.279392,10.265088,10.35604,9.6685352,8.8191271,10.304804,10.449931,10.235475,10.403752,10.402747,10.386339,10.468902,10.636352,10.499847,10.430575,10.166105,10.144749,10.237784,9.546175,8.8403378,10.229393,10.275226,9.967061,10.199094,10.19285,10.186553,10.268353,10.438947,10.313869,10.256593,10.033053,9.9884071,10.067591,9.2617607,8.6840076,10.198166,10.32799,10.085028,10.247449,10.245474,10.235285,10.315137,10.477666,10.339256,10.271817,10.030245,10.000289,10.088482,9.3943396,8.7568731,10.356916,10.37101,10.044943,10.320815,10.312472,10.300815,10.39087,10.571963,10.448927,10.388618,10.159619,10.114729,10.194474,9.2718573,8.714529,10.099451,10.199183,9.9244308,10.096683,10.093433,10.08781,10.164975,10.322584,10.190161,10.12839,9.907732,9.8684139,9.9489918,9.2465591,8.6421337,10.41085,10.51591,10.273978,10.477318,10.473392,10.455413,10.544875,10.729347,10.593585,10.520615,10.247489,10.216889,10.309675,9.5176735,8.8513784,10.24385,10.384638,10.235059,10.430524,10.430894,10.406157,10.479441,10.619786,10.514063,10.457434,10.202745,10.195191,10.275653,9.7000313,8.6758308,10.250938,10.420357,10.22189,10.372175,10.372606,10.356112,10.435735,10.593474,10.455836,10.388692,10.129879,10.115005,10.209064,9.5626001,8.8386364,10.635498,10.756943,10.534611,10.733932,10.73011,10.676584,10.791038,10.977906,10.85075,10.777632,10.474913,10.453495,10.548102,9.5912495,8.8035488,10.035704,10.118808,9.8255081,10.000299,9.9963703,9.9928722,10.067253,10.21921,10.091744,10.037407,9.8311615,9.7870398,9.862709,9.1657267,8.5734282,10.237844,10.307501,10.02036,10.234144,10.229078,10.221294,10.303754,10.475616,10.345802,10.282437,10.04831,10.007241,10.089917,9.308712,8.711195,10.335217,10.48226,10.278161,10.451166,10.450415,10.431281,10.514564,10.682566,10.54911,10.480149,10.208572,10.189934,10.283324,9.5942783,8.8497686,10.54013,10.63387,10.388141,10.607325,10.601637,10.574435,10.67333,10.869754,10.733887,10.657205,10.36793,10.336283,10.431471,9.5522203,8.8794355,10.361221,10.504406,10.300878,10.479014,10.477992,10.457376,10.541973,10.712446,10.580139,10.510739,10.234897,10.21596,10.309431,9.6083078,8.8539734,10.222407,10.255884,9.9351654,10.171929,10.164912,10.159518,10.239207,10.406435,10.284416,10.23563,10.022356,9.9756184,10.052683,9.24788,8.6796379,10.235587,10.399359,10.23333,10.404121,10.405579,10.385433,10.460917,10.607692,10.487121,10.4262,10.168441,10.161045,10.249545,9.657671,8.7717648,10.448289,10.512415,10.23663,10.475945,10.469398,10.451544,10.545514,10.737541,10.60369,10.530571,10.265446,10.227221,10.317439,9.4318466,8.8178215,10.334785,10.486188,10.298882,10.475266,10.475164,10.453213,10.535267,10.698342,10.570991,10.504419,10.230362,10.216209,10.308181,9.6436262,8.8311348,10.374875,10.422956,10.128912,10.376757,10.369887,10.356895,10.447142,10.632683,10.50256,10.434229,10.186241,10.144765,10.230413,9.3534184,8.7635489,10.434604,10.553247,10.327114,10.523363,10.520213,10.498695,10.588911,10.772361,10.637526,10.564464,10.283018,10.256696,10.350925,9.5733347,8.8697748,10.505622,10.635552,10.431104,10.626093,10.623609,10.588843,10.685477,10.866235,10.738749,10.667408,10.371856,10.352015,10.445924,9.6433754,8.846818,10.519774,10.633163,10.406528,10.610812,10.606701,10.577816,10.674745,10.865061,10.731163,10.65618,10.363123,10.336588,10.432067,9.5980644,8.8805733,10.257576,10.382518,10.142282,10.315714,10.313479,10.301445,10.383385,10.551511,10.4141,10.345324,10.094208,10.064939,10.154659,9.4413223,8.7906885,10.615233,10.720874,10.484796,10.695515,10.689874,10.650194,10.757275,10.953903,10.820063,10.742926,10.441691,10.413844,10.510081,9.5875149,8.8719711,10.152189,10.215174,9.9139471,10.118964,10.113708,10.10912,10.187083,10.349223,10.223374,10.169806,9.9537745,9.9097662,9.9880314,9.2378168,8.6521435,10.279713,10.379346,10.120528,10.314904,10.311247,10.300199,10.383802,10.557391,10.422529,10.354032,10.104703,10.070084,10.157862,9.4032421,8.7733526,10.296797,10.38114,10.111307,10.319765,10.31522,10.304456,10.389253,10.56595,10.432678,10.36455,10.11645,10.079162,10.165937,9.3831148,8.7656612,10.410556,10.492327,10.229574,10.450996,10.445683,10.429543,10.520134,10.707628,10.572871,10.500292,10.234568,10.198868,10.289594,9.4565191,8.8251457,10.163606,10.255963,9.9806862,10.166727,10.163019,10.156209,10.235535,10.39923,10.267126,10.204084,9.9753695,9.9364147,10.018735,9.2906322,8.6837187,10.296521,10.455912,10.267956,10.435267,10.435644,10.41592,10.49622,10.655754,10.525842,10.459719,10.191927,10.178667,10.271135,9.6236172,8.8313169,10.349756,10.439991,10.179706,10.388827,10.384352,10.370916,10.457939,10.639005,10.504323,10.433675,10.175198,10.14012,10.229527,9.4362202,8.804143,10.221363,10.40121,10.223185,10.373845,10.375506,10.357555,10.434667,10.58415,10.452234,10.388553,10.132394,10.124013,10.217117,9.6096115,8.8190603,10.279522,10.416681,10.189817,10.35842,10.35687,10.342798,10.424994,10.592644,10.454831,10.38555,10.12793,10.102796,10.194513,9.4936695,8.819315,10.286936,10.44491,10.243236,10.404575,10.404479,10.387117,10.468152,10.630481,10.495079,10.4272,10.16302,10.146151,10.23962,9.5753603,8.8413887,10.415929,10.554098,10.377867,10.572007,10.57123,10.536952,10.625575,10.788937,10.673132,10.608735,10.323432,10.310412,10.398572,9.6850672,8.7721119,10.161033,10.274836,10.016082,10.185406,10.182708,10.174692,10.253719,10.415272,10.279428,10.213941,9.9811058,9.9463644,10.031184,9.3275728,8.7078209,10.302055,10.435116,10.286954,10.490795,10.491422,10.458558,10.537977,10.680624,10.58133,10.526093,10.260722,10.252935,10.331768,9.7086287,8.6512051,10.237359,10.384352,10.159816,10.316656,10.315585,10.302566,10.383073,10.545753,10.40615,10.337691,10.086286,10.062346,10.153912,9.4731979,8.8067932,10.521091,10.652991,10.463001,10.659946,10.65843,10.610428,10.712372,10.881954,10.766103,10.699799,10.405678,10.390665,10.479639,9.6504068,8.7512302,10.336671,10.456019,10.220041,10.406516,10.403813,10.388649,10.47383,10.649476,10.513112,10.442316,10.178241,10.149772,10.241513,9.4993782,8.8305063,10.545545,10.615789,10.347321,10.585702,10.578773,10.551867,10.653267,10.852396,10.716619,10.639993,10.359747,10.323449,10.416923,9.4798393,8.848465,10.29947,10.326448,10.008122,10.266182,10.258783,10.250211,10.336055,10.512953,10.389234,10.330382,10.103419,10.058331,10.137764,9.270359,8.7043457,10.301768,10.356688,10.062867,10.297085,10.290997,10.281404,10.367246,10.545753,10.416616,10.351526,10.112121,10.070224,10.153754,9.3241835,8.7337666,10.291346,10.446095,10.274174,10.452238,10.452872,10.430571,10.50901,10.662875,10.542055,10.47916,10.211749,10.201653,10.290661,9.6674576,8.7881212,10.426061,10.559309,10.351697,10.540258,10.538301,10.513944,10.602903,10.780527,10.649038,10.577894,10.292978,10.272071,10.366156,9.6218882,8.8647814,10.255667,10.41158,10.198336,10.353591,10.353101,10.338269,10.418882,10.58083,10.441874,10.373502,10.116782,10.096623,10.189636,9.5194111,8.8283672,10.205239,10.356747,10.206941,10.393011,10.394418,10.373044,10.444757,10.582791,10.473855,10.417439,10.167508,10.161935,10.244379,9.687645,8.6949501,10.245146,10.416837,10.237998,10.396519,10.39782,10.379038,10.456672,10.608485,10.479093,10.415176,10.155178,10.145717,10.237892,9.6230268,8.8157463,10.214046,10.321821,10.063302,10.243743,10.240685,10.231426,10.312344,10.47913,10.343825,10.277132,10.036856,10.002315,10.088483,9.3640862,8.7390213,10.351781,10.483599,10.262138,10.443007,10.441084,10.423569,10.508721,10.682801,10.547108,10.476387,10.206157,10.181952,10.275081,9.5502663,8.8494911,10.086147,10.160346,9.8630209,10.050008,10.045518,10.041676,10.117234,10.273067,10.146555,10.093806,9.8839817,9.8398447,9.9165869,9.1994877,8.6099243,11.917029,12.341566,12.343081,12.086708,12.101038,12.09447,12.359221,12.475043,12.247641,12.003759,11.695272,11.719303,11.846288,11.304894,10.772812,10.176322,11.44261,11.412763,11.257408,11.248469,11.182186,12.052455,12.129967,11.977304,11.887664,11.577544,11.606421,11.947931,11.361494,10.984406,8.5541296,9.5670557,9.5640154,9.4658165,9.4554167,9.4437218,9.600646,9.6523104,9.4576998,9.3917103,9.2129307,9.2556934,9.4947863,9.0137777,8.730094,7.3770604,7.9884577,8.0034399,7.9551516,7.9399228,7.9410524,7.8354468,7.860466,7.6399465,7.6128759,7.5333824,7.6010842,7.7441702,7.350461,7.1662736,9.5322523,9.853508,9.8635216,9.719799,9.7319298,9.7416983,9.8290882,9.8952703,9.7233658,9.6082382,9.2719412,9.3090668,9.3471451,8.9131918,8.5632677,10.695392,11.797586,11.766536,11.584889,11.576215,11.505129,12.489892,12.574597,12.412562,12.307554,11.975774,12.00384,12.302362,11.699617,11.286435,7.2087798,7.4519372,7.466054,7.4227571,7.4310222,7.4461102,7.3299665,7.3647165,7.2219291,7.1832333,6.9804926,7.0476003,7.0585489,6.7863011,6.6046305,12.321953,12.793959,12.78844,12.535119,12.544894,12.525347,12.891815,13.013653,12.79152,12.544728,12.243045,12.263333,12.408126,11.858124,11.319576,12.654531,13.318298,13.295419,13.004704,13.004456,12.946456,14.158925,14.281522,14.083135,13.876145,13.532219,13.549605,13.727143,13.143083,12.575297,7.0785971,7.4743881,7.4878321,7.436882,7.4394031,7.452251,7.3269939,7.3606606,7.1874928,7.1551237,7.0335679,7.1088133,7.1785464,6.8825941,6.7030282,10.660614,11.53536,11.515025,11.337732,11.331894,11.284966,11.935967,12.025965,11.833856,11.704423,11.404099,11.431727,11.668111,11.074988,10.648171,10.938639,11.71933,11.700944,11.50888,11.505018,11.461463,12.105466,12.201492,12.001504,11.855098,11.549933,11.576476,11.79008,11.196319,10.745816,12.756621,13.245987,13.23368,12.988522,12.993334,12.962515,13.347708,13.464787,13.263067,13.037372,12.747099,12.764622,12.910895,12.385584,11.875362,11.575591,12.18261,12.170291,11.94606,11.948465,11.916117,12.47522,12.585192,12.370713,12.178366,11.868945,11.892516,12.065685,11.484143,10.983391,6.179194,6.4823341,6.497786,6.4710245,6.4765968,6.492321,6.2973194,6.3235106,6.168541,6.1525393,6.0729666,6.1603942,6.2095976,5.9947453,5.8660645,8.6717081,9.2892504,9.2930889,9.181385,9.1779327,9.1780758,9.242321,9.2950916,9.0934134,9.0202885,8.8315907,8.8812819,9.0195265,8.5716677,8.2828875,8.9040184,10.171041,10.159147,10.052934,10.042748,10.016343,10.339723,10.399896,10.222132,10.14759,9.9361858,9.9699507,10.285391,9.7663355,9.4553986,7.7123933,9.0524998,9.0536776,8.9899788,8.972681,8.9635105,9.0585003,9.0942984,8.9024448,8.8605843,8.7329893,8.7757807,9.0872564,8.6368179,8.4093065,12.036069,12.92036,12.884733,12.601994,12.592593,12.508656,14.061007,14.159536,13.984605,13.840122,13.46897,13.492304,13.7238,13.111976,12.585044,9.7015753,11.41989,11.383762,11.233827,11.226025,11.149218,12.28115,12.346959,12.239625,12.18239,11.870037,11.901151,12.379862,11.835464,11.498663,9.7300959,10.605144,10.5949,10.451658,10.445298,10.420914,10.760349,10.833516,10.634389,10.53011,10.284876,10.318625,10.542046,9.9960642,9.6288414,7.5139146,9.4701815,9.4628601,9.4000349,9.3882008,9.3706818,9.6230469,9.6642313,9.5170803,9.4728498,9.327157,9.3578758,9.8346519,9.3978519,9.1648626,9.9099789,10.495052,10.494262,10.328753,10.329871,10.322385,10.535013,10.610271,10.400641,10.278264,10.020131,10.05598,10.199659,9.6828566,9.2975388,10.995171,11.620519,11.611263,11.407913,11.409444,11.384414,11.825995,11.924598,11.710122,11.542403,11.247746,11.274946,11.44742,10.875628,10.410785,10.07362,10.802019,10.794288,10.631412,10.628419,10.608233,10.935431,11.014877,10.807572,10.685248,10.425857,10.458769,10.647055,10.09879,9.7037792,7.7580996,10.187049,10.16234,10.0934,10.086918,10.039453,10.650829,10.697432,10.613797,10.577043,10.369805,10.39295,11.054733,10.611667,10.381008,10.015493,10.165259,10.183057,10.048331,10.073,10.091209,10.186813,10.261786,10.139837,9.9925146,9.4974079,9.526597,9.4805698,9.086751,8.707674,7.5856509,8.3413038,8.3507719,8.2898169,8.275794,8.2765236,8.2307339,8.262888,8.0551472,8.0194731,7.9135404,7.9752483,8.1442747,7.7411652,7.5356412,11.340707,12.041492,12.02422,11.812272,11.810742,11.768463,12.443097,12.547489,12.341607,12.172888,11.859125,11.88368,12.078998,11.484713,11.003355,8.2503624,8.6750898,8.6844854,8.5863256,8.5888968,8.5980663,8.5754232,8.6220484,8.434329,8.3707485,8.1798954,8.2365532,8.3161535,7.9301252,7.6735964,13.156873,13.717342,13.700602,13.425132,13.429898,13.38624,14.194657,14.314102,14.126495,13.911639,13.604589,13.619082,13.770231,13.24703,12.713142,9.1353798,10.676433,10.653846,10.54359,10.534344,10.486986,11.056539,11.121621,10.974435,10.902623,10.653502,10.68215,11.08582,10.545148,10.22586,9.8018665,11.003573,10.981381,10.844876,10.836056,10.787707,11.383402,11.458041,11.288708,11.196188,10.922898,10.952283,11.268872,10.697727,10.33537,7.2175288,7.5545897,7.5681057,7.5145488,7.5196509,7.5334191,7.4163918,7.4516912,7.2865496,7.249258,7.0975833,7.1691442,7.218442,6.9247761,6.7374587,8.7177963,10.653507,10.625982,10.528102,10.520136,10.464058,11.163898,11.222266,11.110935,11.057451,10.807684,10.834555,11.356627,10.844744,10.558883,11.606506,12.132483,12.126587,11.893793,11.900733,11.88097,12.290146,12.401188,12.179422,11.970183,11.665429,11.689631,11.84189,11.277024,10.767916,9.9921455,10.464744,10.468507,10.294186,10.300556,10.300456,10.468544,10.544626,10.339587,10.208079,9.9255362,9.9610834,10.068501,9.5713558,9.1790733,8.4822607,9.203846,9.2066231,9.1058826,9.0993633,9.0971041,9.164916,9.214632,9.0135698,8.9481897,8.7751703,8.8256416,8.9891548,8.5405064,8.2654409,8.2945137,9.7395182,9.7313309,9.6453333,9.6336126,9.6139612,9.860198,9.9106007,9.7380838,9.6784973,9.5008974,9.5362196,9.886219,9.4025249,9.1288023,10.563926,10.903538,10.913368,10.712824,10.72937,10.736993,10.889095,10.9755,10.781976,10.612539,10.262527,10.293743,10.356714,9.8746853,9.4395247,6.1349573,6.3376808,6.3530102,6.3440881,6.3531008,6.3691139,6.1838093,6.2093892,6.0834866,6.0655756,5.9210434,6.0014668,6.0051126,5.8167605,5.6947293,9.0895758,9.8973637,9.8943329,9.771699,9.7650251,9.7539005,9.934968,9.9954681,9.7932777,9.7089138,9.5014296,9.542573,9.7369394,9.2375679,8.9165258,7.730134,8.8465948,8.8522778,8.7919121,8.7724514,8.7659483,8.8030586,8.8355236,8.6271248,8.5888815,8.4741011,8.5218306,8.7810106,8.3282166,8.1080818,10.508674,10.61873,10.639268,10.49324,10.522094,10.542792,10.612,10.693343,10.578807,10.403948,9.8875437,9.9144087,9.8560066,9.4652615,9.0600424,9.4370337,10.12064,10.118764,9.977663,9.974391,9.9653835,10.153802,10.220248,10.013795,9.9144039,9.6860666,9.7254782,9.8912306,9.385107,9.0376053,10.327177,11.338822,11.31645,11.15627,11.14866,11.098344,11.754146,11.837427,11.656379,11.544948,11.25143,11.279972,11.550365,10.961782,10.562695,7.8735919,9.3558445,9.3520823,9.2798891,9.2659903,9.2525463,9.4221029,9.4642372,9.2876463,9.2386093,9.089469,9.1277943,9.4776306,9.0202942,8.7750635,6.4527583,9.4221878,9.4103918,9.3704691,9.3648281,9.3419666,9.7558174,9.7891874,9.7162437,9.6898918,9.569521,9.5877981,10.382664,10.050496,9.876585,10.545562,11.290594,11.278096,11.099484,11.096597,11.066248,11.526068,11.615161,11.409263,11.270843,10.988443,11.017639,11.217584,10.644007,10.216547,6.4520211,6.8248186,6.8394899,6.8038526,6.8047838,6.8179164,6.6363983,6.6629801,6.491704,6.4735098,6.4009819,6.487462,6.5598407,6.3093643,6.1682115,9.4709682,10.571126,10.556664,10.429465,10.420717,10.388724,10.78744,10.856772,10.672408,10.581803,10.340863,10.373196,10.654254,10.106865,9.7600517,8.1205788,9.1265984,9.1275234,9.0455742,9.0334225,9.0266562,9.1112156,9.1547146,8.9582329,8.9051561,8.7546597,8.8027678,9.033246,8.5817766,8.3302746,9.6029797,9.8229351,9.8368063,9.7033215,9.7214785,9.7361078,9.8170071,9.8840656,9.7405825,9.6186666,9.2046032,9.2383451,9.2276802,8.8229132,8.4722414,11.560038,12.607665,12.569262,12.316809,12.307019,12.215962,13.748607,13.836976,13.682831,13.571575,13.191987,13.220044,13.500659,12.893758,12.417464,11.363036,12.211333,12.184287,11.967634,11.961372,11.897428,12.88866,12.987823,12.80141,12.65734,12.319714,12.34459,12.575788,11.964899,11.491934,7.9134731,8.1629963,8.1756411,8.0988789,8.1081772,8.12286,8.0563354,8.0978441,7.9446969,7.887773,7.6430616,7.6989794,7.7122974,7.3873525,7.1618385,11.806522,12.548846,12.524501,12.283451,12.279757,12.220757,13.234825,13.343993,13.147246,12.975512,12.63635,12.658713,12.862505,12.256297,11.745612,9.1147537,9.5004711,9.5086603,9.3771229,9.3839359,9.3918133,9.4493322,9.5083618,9.3240871,9.2290783,8.9563885,8.9993963,9.0640554,8.6335478,8.314682,9.2660694,10.243992,10.235174,10.111317,10.102995,10.081714,10.364525,10.429329,10.23489,10.147326,9.9257164,9.9618034,10.204966,9.6787834,9.3445911,8.9544964,9.4686794,9.4738255,9.3464994,9.3472118,9.3501463,9.4180965,9.4751654,9.2750721,9.1896305,8.9717464,9.0183897,9.1292667,8.6799641,8.3703489,8.453619,8.7980165,8.80832,8.7028284,8.7093077,8.7206612,8.7054033,8.7541399,8.576972,8.5050745,8.2696915,8.3211946,8.3718843,7.9894238,7.7213678,7.2243886,9.5847645,9.5739336,9.517849,9.5092764,9.4869785,9.8332424,9.8745718,9.7590685,9.7195597,9.5742788,9.5991879,10.198381,9.7875357,9.5669289,10.674427,12.131588,12.093559,11.877017,11.868569,11.783309,13.326633,13.40256,13.2826,13.213217,12.86468,12.899596,13.307189,12.747049,12.336039,9.4907732,9.9984417,10.002097,9.8513622,9.8541679,9.8546,9.9811592,10.047627,9.8445444,9.7375011,9.4863462,9.5265503,9.6397791,9.1605015,8.8087845,10.45726,11.070542,11.065591,10.880424,10.881789,10.866012,11.184015,11.271053,11.057819,10.912424,10.635393,10.66654,10.827536,10.279016,9.8518267,11.088854,11.523793,11.527148,11.302109,11.314308,11.311491,11.551208,11.650125,11.433128,11.239366,10.926464,10.954992,11.068693,10.539723,10.061228,7.4701028,8.1042547,8.114398,8.0529451,8.0442877,8.0490561,7.9785323,8.0122042,7.8136544,7.7779841,7.6696205,7.7368855,7.8734474,7.5029383,7.3026628,12.563869,13.332887,13.301926,12.982701,12.976043,12.902485,14.507489,14.619072,14.427228,14.245063,13.886313,13.905295,14.101423,13.501105,12.920753,9.7076664,11.207749,11.177369,11.040908,11.032066,10.966511,11.819267,11.889684,11.754212,11.680732,11.385986,11.415105,11.820666,11.256018,10.911513,8.7933111,9.8679419,9.8614817,9.7557745,9.7457161,9.7286558,9.9497681,10.006307,9.8153429,9.7425117,9.546876,9.5856094,9.8455515,9.3440523,9.0422945,10.811234,11.321245,11.320529,11.112885,11.119864,11.110797,11.393826,11.48784,11.271011,11.099623,10.803877,10.833451,10.968015,10.427398,9.9701424,7.8373494,9.8704929,9.8567705,9.7855911,9.7762661,9.7481833,10.123581,10.172147,10.0412,9.9917164,9.816452,9.8436451,10.359368,9.901557,9.6491957,11.379398,11.728696,11.736913,11.49816,11.516353,11.521157,11.676392,11.777357,11.567283,11.353429,11.018003,11.045736,11.131763,10.627289,10.138557,8.4714861,10.113072,10.098397,10.008745,9.998601,9.9678688,10.34557,10.401311,10.247925,10.185532,9.9842072,10.014326,10.428162,9.9281578,9.6418343,10.969966,11.946303,11.917066,11.722329,11.714451,11.646576,12.616202,12.706882,12.532872,12.411745,12.077513,12.104323,12.369092,11.760333,11.322642,7.6431928,8.2265825,8.2360172,8.166316,8.1615601,8.1677217,8.1125546,8.1504402,7.95682,7.9145403,7.7869039,7.8525119,7.9747572,7.6040325,7.3895769,7.8516722,8.649127,8.6550484,8.5815516,8.5708065,8.5704784,8.5725718,8.6112776,8.4106598,8.365386,8.2346058,8.2919807,8.468812,8.0533409,7.8249083,6.8516254,7.3159509,7.3301582,7.2863979,7.2803793,7.2891464,7.1360536,7.1629424,6.9731622,6.9511561,6.8750916,6.955719,7.0544615,6.7504959,6.5910287,7.918849,8.4308834,8.4400244,8.3578835,8.3565426,8.3638973,8.3258343,8.3681517,8.1768427,8.1252184,7.9714861,8.0335684,8.1375856,7.7593231,7.5251465,10.037198,10.970681,10.955109,10.803783,10.797002,10.761678,11.228562,11.30767,11.114818,11.0041,10.737218,10.767913,11.012612,10.443987,10.058086,11.13661,12.381492,12.343115,12.106504,12.097282,12.008497,13.574079,13.655802,13.519482,13.432338,13.065754,13.097823,13.439104,12.855172,12.411627,10.197905,10.59361,10.600677,10.415928,10.427399,10.431866,10.586319,10.66594,10.467741,10.321783,10.005261,10.038982,10.119814,9.6338024,9.2257528,12.037194,12.665664,12.648216,12.406225,12.407319,12.363187,13.129815,13.246204,13.038845,12.838921,12.515521,12.53627,12.714637,12.128104,11.605751,8.5813332,8.7730513,8.7854519,8.7147093,8.7272463,8.7411327,8.7548819,8.8046398,8.6849041,8.6069813,8.2230339,8.2636652,8.2313662,7.8855882,7.6197081,8.2784147,9.107975,9.1102514,9.0199471,9.0107546,9.0068865,9.0734339,9.119669,8.9200974,8.8619366,8.7026415,8.7533875,8.9417763,8.4953136,8.2345467,8.9677954,11.008165,10.971977,10.855659,10.849061,10.776441,11.761329,11.816745,11.730604,11.687234,11.398696,11.426994,11.998307,11.488513,11.202707,8.0540152,10.15816,10.138532,10.062274,10.054116,10.014895,10.514208,10.566158,10.450705,10.401443,10.200986,10.226447,10.778297,10.30684,10.047859,9.1663084,10.508767,10.491455,10.378518,10.3689,10.331999,10.775279,10.840532,10.673132,10.594593,10.35927,10.389995,10.733894,10.194904,9.8690796,17.037012,16.837402,16.817883,17.338737,17.38516,17.53397,17.657698,18.745794,18.215221,17.885056,17.358288,17.274286,17.360405,15.26926,14.349051,13.633786,13.360439,13.341198,13.728715,13.733163,14.151093,14.256671,15.428705,15.081001,14.797848,13.321672,13.253972,13.32087,12.542165,11.904185,22.052235,20.404482,20.341019,20.577282,20.60598,20.717314,20.852098,21.971832,20.624714,19.927361,19.59807,19.529684,19.609514,19.033773,18.530317,13.849068,13.417138,13.260041,13.790378,13.760484,14.011584,14.099718,14.887387,14.509295,14.255984,13.395045,13.331069,13.376508,12.391984,11.894485,17.147667,16.300806,16.107555,16.480034,16.455414,16.587908,16.687212,17.476641,16.743649,16.343048,15.910076,15.845105,15.901583,15.13189,14.637691,15.872567,15.311486,15.203448,15.573643,15.575339,15.798264,15.912443,16.854231,16.252811,15.888723,15.141717,15.072025,15.142996,14.370482,13.774981,25.368858,22.744652,22.698336,22.865051,22.893116,22.982149,23.095884,24.352119,22.510469,21.632961,21.415417,21.376181,21.437422,21.064976,20.729181,18.111015,17.16551,17.036266,17.356289,17.359606,17.517639,17.634974,18.568245,17.712975,17.246355,16.751419,16.687843,16.759972,16.067654,15.541139,16.983662,16.269621,16.166555,16.510248,16.518961,16.715956,16.836775,17.80863,17.080059,16.659922,16.019085,15.950309,16.02672,15.295573,14.70575,23.525116,21.37219,21.300568,21.50617,21.530582,21.641922,21.761398,22.935375,21.354443,20.588781,20.312656,20.275764,20.345026,19.907171,19.543928,16.199667,15.939773,15.909099,16.427254,16.463106,16.62919,16.756706,17.934231,17.3381,16.968536,16.323616,16.222954,16.312017,14.845946,13.862058,23.397646,21.430895,21.367842,21.561539,21.583395,21.668795,21.79607,22.929127,21.422829,20.651239,20.383543,20.305332,20.376081,19.826057,19.332655,13.08266,12.588093,12.305087,13.288113,13.207808,13.302554,13.369543,13.81667,13.487408,13.292414,12.945629,12.878082,12.898303,11.506886,11.113503,18.38728,17.459236,17.370106,17.686548,17.704777,17.87582,18.004627,19.029036,18.132906,17.637262,17.098763,17.031275,17.113445,16.428339,15.849085,21.15193,19.70554,19.6378,19.897257,19.925711,20.050274,20.185974,21.286879,20.052469,19.404749,19.031776,18.964211,19.047052,18.44145,17.915714,20.23888,18.828842,18.691793,18.960667,18.960703,19.080997,19.189331,20.161272,19.044741,18.472179,18.11186,18.05464,18.121035,17.517765,17.066004,22.750614,20.707361,20.580299,20.788723,20.785696,20.873209,20.962507,22.02632,20.57481,19.866007,19.601425,19.549631,19.606615,19.112392,18.736591,13.26406,13.183329,13.222857,13.922669,13.953683,14.30374,14.418176,16.156425,15.633474,15.338459,13.980298,13.896352,13.981678,12.944895,11.576649,15.911065,15.478072,15.43202,15.836572,15.858428,16.088633,16.215006,17.347977,16.718245,16.325575,15.500919,15.412911,15.499107,14.655573,13.862171,16.34852,15.680575,15.534049,15.907013,15.899092,16.078136,16.187515,17.046082,16.396486,16.02153,15.428225,15.360718,15.426036,14.648713,14.100595,14.950139,14.842283,14.850559,15.610459,15.660668,15.870985,15.998677,17.534216,16.94733,16.648211,15.865027,15.7872,15.878049,14.216687,12.912119,15.512026,14.971363,14.837851,15.230958,15.223152,15.432257,15.539941,16.411152,15.85222,15.513406,14.803787,14.735072,14.799472,13.992594,13.424113,14.998477,14.478838,14.316264,14.757858,14.735144,14.932489,15.029955,15.82424,15.322403,15.01706,14.338829,14.272485,14.32836,13.455311,12.920598,14.520445,14.173763,14.138747,14.519308,14.528912,14.879014,14.992235,16.132559,15.676553,15.353747,14.143394,14.071324,14.14497,13.37327,12.698474,20.687216,19.263704,19.176081,19.441397,19.463104,19.601313,19.730135,20.800549,19.614494,19.002304,18.608433,18.554142,18.633121,18.054932,17.573671,18.952957,17.871267,17.76149,18.061504,18.073483,18.228296,18.351704,19.342791,18.381479,17.866045,17.395437,17.334414,17.41115,16.758209,16.236486,13.216972,13.00145,13.043611,13.413681,13.424974,13.963202,14.06897,15.460555,15.172223,14.89039,12.965529,12.899584,12.968995,12.232308,11.559692,18.067774,17.059849,16.868147,17.209738,17.187307,17.306021,17.405882,18.220276,17.380932,16.934299,16.552994,16.489071,16.545597,15.824102,15.348862,18.511732,17.396517,17.186045,17.523455,17.491547,17.592155,17.684374,18.483042,17.594412,17.129297,16.792881,16.728935,16.779423,16.068798,15.614798,13.728456,13.375813,13.259417,13.722955,13.707437,13.986773,14.083818,14.956001,14.588168,14.328696,13.33914,13.272458,13.326709,12.425915,11.871685,17.85083,17.307983,17.24839,17.618263,17.644005,17.767899,17.900465,18.918304,18.179142,17.713236,17.215773,17.097782,17.185701,15.997173,15.19241,18.8652,17.93671,17.866718,18.185314,18.211327,18.360184,18.496088,19.556208,18.613371,18.082899,17.587008,17.50423,17.592093,16.850819,16.208433,19.383034,18.107786,17.920067,18.218876,18.196476,18.299372,18.395142,19.254471,18.256264,17.741423,17.415655,17.353392,17.407848,16.747879,16.301432,23.838051,21.556265,21.467051,21.660013,21.674988,21.774797,21.882219,23.038618,21.4193,20.643522,20.394871,20.359043,20.420748,19.995644,19.658575,23.168684,21.161844,21.099945,21.315285,21.344076,21.456879,21.583563,22.756165,21.230564,20.477551,20.181959,20.135973,20.209677,19.738274,19.329794,13.03947,12.865761,12.937212,13.316119,13.332601,13.913353,14.020817,15.546776,15.270006,14.984688,12.874271,12.805725,12.878117,12.148189,11.402307,15.746652,15.231479,15.150214,15.517676,15.525921,15.775555,15.893209,16.906271,16.31455,15.947247,15.106879,15.035037,15.110378,14.345493,13.711311,18.592539,17.512449,17.350832,17.665163,17.655994,17.785845,17.893095,18.774796,17.868048,17.387041,16.981009,16.918476,16.982204,16.298203,15.814522,18.96352,18.160198,18.093544,18.410131,18.435631,18.55084,18.689346,19.701633,18.813635,18.280581,17.841843,17.727112,17.81559,16.852915,16.129448,18.805643,18.207758,18.142994,18.455904,18.476727,18.570942,18.702925,19.628698,18.875862,18.383801,17.977234,17.842873,17.92601,16.543331,15.778969,16.585041,16.010592,15.946579,16.313055,16.332386,16.549065,16.676146,17.748619,17.054474,16.636967,15.897201,15.817331,15.901831,15.127399,14.428783,15.897284,15.388371,15.322129,15.690039,15.703643,15.955204,16.076586,17.136063,16.522356,16.141392,15.289887,15.214981,15.294497,14.530082,13.859681,25.931303,23.065607,23.013002,23.169247,23.192974,23.282429,23.384106,24.66398,22.724897,21.824135,21.626095,21.601534,21.658222,21.335972,21.067823,19.150461,18.058769,17.964567,18.262714,18.280764,18.438089,18.566423,19.592726,18.604172,18.07259,17.59441,17.532061,17.612656,16.964331,16.425598,21.327358,20.084719,20.01112,20.230621,20.249243,20.327024,20.475241,21.451767,20.335281,19.685099,19.375257,19.239584,19.31992,18.426958,17.749727,17.485323,16.891449,16.831682,17.208248,17.234453,17.387403,17.521082,18.588106,17.822739,17.359585,16.789293,16.686871,16.776558,15.832207,15.053374,14.736695,14.327543,14.242778,14.633694,14.63387,14.917033,15.026415,16.012802,15.536128,15.219449,14.24319,14.173209,14.241022,13.442527,12.828006,25.615126,22.877003,22.828699,22.992899,23.019552,23.11092,23.219131,24.493086,22.603342,21.716005,21.503361,21.47336,21.532696,21.189186,20.891241,14.843258,14.660449,14.650234,15.24553,15.278907,15.507435,15.631542,17.005911,16.436813,16.098963,15.212429,15.118587,15.207265,13.996747,12.872313,22.059866,20.316404,20.241077,20.478649,20.504265,20.629229,20.757242,21.882061,20.509569,19.82131,19.48488,19.437187,19.513735,18.998714,18.564096,16.729626,16.3062,16.256683,16.685286,16.713099,16.872583,17.003033,18.105791,17.430037,17.008703,16.388281,16.281281,16.370667,15.257763,14.388413,14.489532,14.17502,14.159249,14.548473,14.563088,14.92513,15.041031,16.253958,15.791737,15.462115,14.196646,14.120909,14.198359,13.422182,12.688575,13.233924,13.129551,13.181341,13.745739,13.772282,14.188254,14.301684,15.924222,15.488083,15.189983,13.615453,13.534528,13.618602,12.709678,11.569478,17.320633,16.673706,16.610065,16.973141,16.99692,17.177044,17.308931,18.38179,17.610538,17.154976,16.526699,16.439447,16.527454,15.719759,15.000743,17.064346,16.373116,16.290176,16.635311,16.650764,16.854164,16.979691,18.003344,17.260689,16.828344,16.159752,16.087305,16.168652,15.434611,14.805604,16.663565,16.163145,16.109512,16.509539,16.534441,16.719608,16.85009,17.95388,17.254993,16.828548,16.149389,16.053782,16.142588,15.240087,14.438905,13.836044,13.637895,13.656961,14.101418,14.121259,14.515907,14.631339,16.007225,15.581055,15.267288,13.822545,13.741573,13.82204,13.002967,12.114596,12.631483,12.598678,12.639176,13.645592,13.680215,13.985247,14.094688,16.29208,15.59408,15.323677,14.081409,14.00298,14.086712,12.958028,11.017294,14.724582,14.417048,14.398943,14.811607,14.830158,15.150919,15.270401,16.493,15.987875,15.64457,14.500962,14.41905,14.500667,13.689486,12.885556,15.412069,15.001235,14.958404,15.34667,15.36385,15.641469,15.763248,16.89645,16.327103,15.959921,14.993929,14.914098,14.995872,14.205428,13.466453,19.088974,18.177601,18.110199,18.425056,18.451824,18.582581,18.720623,19.767799,18.821825,18.278509,17.819387,17.723043,17.811733,16.998501,16.323483,20.639071,19.277225,19.203194,19.4739,19.500502,19.636663,19.770655,20.859095,19.683182,19.066088,18.663437,18.600979,18.683849,18.079382,17.558434,18.379463,17.481533,17.401867,17.723154,17.744669,17.914587,18.04604,19.090157,18.194679,17.694696,17.149672,17.077745,17.16251,16.461256,15.85387,21.097963,19.777355,19.709248,19.958145,19.983459,20.084244,20.224792,21.275942,20.10298,19.455084,19.109104,19.00913,19.092537,18.362411,17.7544,16.150074,15.462249,15.276705,15.682716,15.657725,15.813728,15.9118,16.690811,16.067984,15.713564,15.193865,15.12864,15.185266,14.363344,13.849499,14.544689,14.343071,14.336052,14.872074,14.899324,15.167982,15.289618,16.64266,16.103737,15.765699,14.739194,14.64665,14.733395,13.720756,12.673903,18.549984,17.649284,17.575647,17.898033,17.922132,18.083921,18.217684,19.273859,18.360888,17.848803,17.320383,17.243547,17.330206,16.611111,15.982888,17.506603,17.159506,17.112091,17.52751,17.555782,17.676006,17.799297,18.802677,18.188498,17.785231,17.292068,17.178654,17.261595,15.58874,14.732975,21.584785,19.902004,19.79866,20.040068,20.054384,20.1758,20.294075,21.360647,20.05809,19.40584,19.073172,19.025545,19.096609,18.564638,18.142746,13.761585,13.259272,13.039538,13.72656,13.67411,13.853662,13.929854,14.563428,14.187623,13.951699,13.328658,13.2629,13.293509,12.13967,11.695988,21.816416,19.973351,19.813347,20.041622,20.023767,20.105383,20.185944,21.168056,19.852354,19.201771,18.931494,18.871243,18.92264,18.371408,17.974855,15.271441,14.961242,14.932153,15.391024,15.41535,15.657483,15.782043,16.996799,16.417877,16.050499,15.14682,15.053656,15.140534,14.208577,13.303176,15.738419,15.424603,15.389642,15.870121,15.898322,16.096853,16.22402,17.41954,16.8071,16.425936,15.661855,15.561729,15.650593,14.571129,13.626789,13.577104,13.431585,13.464043,13.973003,13.996606,14.386171,14.501314,15.985198,15.547033,15.239312,13.779147,13.696407,13.779502,12.902978,11.878109,17.347372,16.50841,16.352211,16.699642,16.691414,16.844566,16.954374,17.814884,17.053736,16.633158,16.140137,16.074793,16.140112,15.402864,14.882901,13.711803,13.407371,13.343943,13.756023,13.752902,14.10003,14.202835,15.229333,14.867196,14.593347,13.363298,13.295297,13.357578,12.534165,11.929789,14.495025,14.07644,13.953863,14.379375,14.368186,14.615391,14.717828,15.593998,15.144149,14.850323,13.987602,13.919136,13.979124,13.1282,12.555982,7.6008081,7.566752,7.1340184,7.2041955,7.2102437,7.2264237,7.2626405,7.3058634,7.366498,7.3580489,7.3312898,7.2191806,7.1996756,6.8870173,6.0775123,6.8609347,6.8289237,6.4745193,6.5116553,6.5176468,6.5285287,6.5530691,6.5789342,6.5702462,6.5643177,6.5458617,6.4276485,6.4029188,6.1638746,5.2295461,7.4942451,7.4740624,7.2203822,7.2512288,7.2588081,7.2699742,7.2912025,7.3144889,7.3105192,7.306653,7.2878871,7.1033993,7.0876989,6.9091101,5.1777105,7.7042069,7.6877642,7.4760399,7.5015774,7.5056515,7.5138769,7.5327191,7.5534201,7.5458198,7.5405622,7.524178,7.3157244,7.3031178,7.145236,5.1627007,7.9192319,7.9087758,7.7649989,7.7830453,7.7879329,7.7950883,7.8089738,7.8241005,7.8202477,7.8171782,7.8041353,7.5549388,7.5461812,7.4394283,5.0556397,6.1574397,6.1165109,5.7211885,5.7540154,5.7589369,5.7677565,5.7883744,5.8089366,5.8004847,5.7953491,5.7821608,5.7033668,5.6709304,5.4250593,5.0280161,6.8854074,6.8487644,6.4511242,6.4956827,6.5010991,6.5126495,6.5394087,6.5686755,6.5695381,6.5633883,6.5449767,6.4390302,6.4134145,6.1493921,5.4072695,5.8208427,5.7771096,5.3822618,5.4094334,5.4136772,5.4208379,5.4379625,5.4542322,5.447669,5.4438009,5.4345369,5.366744,5.3317251,5.0984631,4.8409233,6.6778116,6.6398401,6.2443514,6.2839093,6.2894597,6.3003855,6.3252974,6.3517365,6.3484159,6.3427753,6.3260384,6.2266374,6.1988344,5.9423823,5.2838111,6.22053,6.1794934,5.7828131,5.81568,5.8208346,5.8300476,5.8511496,5.8723516,5.8652415,5.8603754,5.8471146,5.765512,5.7334795,5.4873486,5.0563698,7.5333028,7.5083237,7.2080131,7.2488151,7.252708,7.2623124,7.2863078,7.3142877,7.3150773,7.3099561,7.2922502,7.1272106,7.1113896,6.8933873,5.3785963,7.2185073,7.1836948,6.774826,6.8305883,6.8360114,6.8491368,6.8796978,6.9147887,6.9316111,6.9244933,6.9026246,6.7905011,6.7683578,6.4856057,5.6653328,6.6706271,6.6272321,6.1755009,6.2188725,6.2255168,6.2389336,6.2669945,6.2971172,6.3113656,6.3051686,6.2886558,6.2036486,6.1733141,5.893425,5.5093489,7.6833706,7.6659431,7.4444981,7.4727445,7.4785366,7.4878974,7.5070686,7.5285473,7.5254288,7.521667,7.5049129,7.2994943,7.2867808,7.1268177,5.1712012,5.7944994,5.7493396,5.3503857,5.3745737,5.3792839,5.3868465,5.4034996,5.4195938,5.4150333,5.4120145,5.4036551,5.3362455,5.3006148,5.0698953,4.8284535,7.0875921,7.0561075,6.7030053,6.7436576,6.7491517,6.7602053,6.7857051,6.8136334,6.8104973,6.8048301,6.7860675,6.657352,6.6350365,6.393786,5.3324251,5.7606549,5.7161036,5.3210778,5.3462367,5.3504653,5.3574138,5.3737702,5.3892217,5.3837953,5.3804946,5.3723021,5.3059444,5.2704482,5.0409331,4.8018732,6.0317225,5.98699,5.5777125,5.6045446,5.6098447,5.6189017,5.638124,5.6573548,5.6535363,5.6496229,5.6392703,5.5654306,5.5308352,5.2887349,4.9924507,6.2737474,6.229197,5.8034997,5.8331976,5.83922,5.8499918,5.8722057,5.895155,5.8945889,5.8897176,5.8772445,5.7981362,5.7646861,5.5090861,5.1840515,6.5700221,6.5330296,6.1504331,6.1869903,6.1926146,6.2029681,6.226594,6.2510452,6.2435975,6.23807,6.221766,6.1233473,6.0949435,5.8469534,5.1834321,6.8986306,6.8675675,6.5169053,6.5542793,6.56004,6.5708013,6.5955091,6.6216621,6.6117353,6.6053801,6.5865021,6.4663601,6.4422159,6.2028255,5.2424307,6.9384756,6.906899,6.5573001,6.5945611,6.6008339,6.6120005,6.6366043,6.6627383,6.6561408,6.6506796,6.6321745,6.5081677,6.4842501,6.248826,5.2416067,7.3024402,7.2627778,6.7778521,6.8404951,6.8511806,6.8738871,6.9151459,6.9595232,7.0716128,7.0646443,7.0462103,6.9591184,6.9326673,6.6220541,6.2129083,7.2431808,7.2177501,6.9163375,6.9507871,6.9579601,6.9694567,6.9929409,7.0182748,7.0125341,7.007751,6.9883976,6.8338656,6.8142762,6.6057191,5.2172179,7.5799031,7.5547214,7.2437654,7.2890296,7.2929988,7.3030939,7.3281355,7.3580875,7.3630567,7.3579793,7.3398871,7.1780577,7.1628752,6.9347949,5.453054,8.0568361,8.0513716,7.9590759,7.9721923,7.9781799,7.9848137,7.9939618,8.0042706,8.0033569,8.0024357,7.9920959,7.7129531,7.7075644,7.6414709,4.976469,7.132515,7.1053905,6.7873759,6.8228025,6.8293052,6.8404746,6.8645983,6.890409,6.8822956,6.8766956,6.8573117,6.714838,6.6937623,6.473454,5.2299323,7.544014,7.520165,7.2368536,7.2737513,7.2776494,7.2868261,7.309679,7.3358259,7.3343749,7.3293777,7.3119006,7.1390409,7.1234241,6.9185123,5.3160529,7.4055386,7.3836918,7.1102438,7.142364,7.1482296,7.1585832,7.1811562,7.2056875,7.1971936,7.1915703,7.1725206,7.0021372,6.9850788,6.7887015,5.2157431,7.7107749,7.6859818,7.3669281,7.4184785,7.4225245,7.4331398,7.4596763,7.4924879,7.5055256,7.500114,7.4789009,7.3168898,7.3032069,7.0626907,5.5771613,7.6799941,7.6504841,7.2685661,7.3326464,7.3371487,7.3499599,7.3816533,7.4207673,7.4493051,7.4418883,7.4152188,7.2809186,7.2650285,6.9782343,5.8508577,7.928463,7.8991299,7.5127139,7.5843215,7.5880866,7.6008186,7.6339693,7.6764402,7.7234049,7.7157893,7.6843963,7.5472708,7.5335097,7.2291837,6.0680704,7.4073863,7.3820419,7.0830965,7.1200385,7.1251206,7.135325,7.1589327,7.1853414,7.1823893,7.17729,7.1588845,6.9971867,6.9796629,6.767859,5.2965608,7.7324834,7.7187414,7.5285726,7.5525913,7.5599012,7.5697503,7.5870833,7.6061358,7.6019187,7.598773,7.5820742,7.3611264,7.3495178,7.2124515,5.0985603,7.2014661,7.1693435,6.7992306,6.8464613,6.851388,6.8628011,6.890131,6.9211245,6.9240494,6.91782,6.8980122,6.771976,6.750741,6.4935904,5.4722843,7.4006186,7.3790331,7.1096382,7.1412902,7.1483021,7.1593237,7.1815519,7.2056346,7.1988211,7.1940179,7.1748309,7.0018721,6.9847593,6.7940516,5.1911931,7.8026409,7.981391,7.8835464,7.5166821,7.481349,7.4769807,7.4871759,7.4973335,7.3581429,7.1976981,7.1546474,7.0827293,7.1186628,6.5338273,6.4522095,8.5090599,8.9132185,8.912796,8.7907572,8.964366,8.9675741,9.064867,9.3030329,9.1122408,9.0375223,8.8544827,8.9347878,9.005414,8.4918766,8.2581215,8.8971615,9.2993011,9.2987213,9.1539564,9.2468262,9.2459393,9.3290424,9.4997015,9.2458982,9.1698132,9.0456686,9.0922661,9.1936512,8.5893812,8.3479109,7.7616315,8.2009687,8.2093925,8.1461105,8.437089,8.4432411,8.5435095,8.9036875,8.7651043,8.7134209,8.5307817,8.6816826,8.7415762,8.3223886,8.1167879,8.5885935,8.8240929,8.7723055,8.4927521,8.5057096,8.5042105,8.5427132,8.5953302,8.392333,8.2661753,8.1513281,8.1191816,8.1772547,7.5904503,7.4286518,9.652771,10.123991,10.078573,9.9477854,9.6210079,9.614603,9.6222448,9.6227741,9.2410946,9.1846199,9.116024,9.0938015,9.1525402,8.5283976,8.3710642,9.0217199,9.3154011,9.2847204,9.0610638,9.0340996,9.0302725,9.0733929,9.1342669,8.869297,8.7679272,8.673831,8.656414,8.7342653,8.100173,7.9050336,9.8335981,10.041361,10.088803,10.0256,9.8740082,9.8673687,9.8851624,9.9004383,9.4571199,9.4276438,9.3800821,9.3769588,9.477355,8.6853285,8.4412823,10.361265,11.098725,11.035617,10.99485,10.392343,10.388064,10.390564,10.387616,9.9082146,9.890666,9.8013735,9.794096,9.8439522,9.358943,9.2181158,8.4648485,8.9276733,8.933773,8.8264513,9.0123281,9.0135088,9.1106396,9.3700113,9.1521521,9.0884151,8.9596052,9.05441,9.1595078,8.6134634,8.3764362,9.0289288,9.3425379,9.3195267,9.1097593,9.1164827,9.1140661,9.1690102,9.2544775,8.9940805,8.8964911,8.7878065,8.7842045,8.8671036,8.2416668,8.0306978,9.4871168,9.770402,9.7913704,9.6697989,9.6184597,9.6132603,9.6591692,9.7225666,9.360425,9.3024864,9.2284651,9.2329407,9.3403473,8.6036043,8.3571606,10.01118,10.479722,10.465619,10.396384,10.03054,10.023576,10.031272,10.033398,9.5928688,9.563097,9.4966469,9.487464,9.5570068,8.9315834,8.7481813,9.3095884,9.6107655,9.5974941,9.420579,9.3407373,9.3354654,9.3723946,9.4201298,9.1029978,9.0230665,8.9454775,8.9322777,9.0181446,8.3450499,8.1368217,9.2177362,9.733201,9.6430559,9.4959812,9.1636257,9.1574535,9.1615486,9.1434813,8.8059845,8.7357769,8.6661663,8.6347837,8.6760235,7.9954305,7.868515,8.9785862,9.3903122,9.4014902,9.2804575,9.3638248,9.3613091,9.4434633,9.6102057,9.32689,9.262373,9.1572742,9.2068377,9.3244457,8.6793814,8.4284468,9.2762537,9.5971537,9.5945015,9.4319963,9.4059095,9.4016857,9.4542847,9.5331001,9.2221117,9.1456108,9.0561562,9.059082,9.1565304,8.4810667,8.2514954,9.5023813,9.7906494,9.796834,9.6596289,9.5604925,9.5547266,9.5895653,9.6324377,9.2760258,9.2132978,9.1431332,9.1361742,9.2299929,8.5215311,8.2969322,9.7230911,10.080052,10.073476,9.9629698,9.7273121,9.7202921,9.7357531,9.7480469,9.3550882,9.3068123,9.2442799,9.2310085,9.3079376,8.6385565,8.4430113,8.4099741,8.9441166,8.9649334,8.8927717,9.0886831,9.0864077,9.1881533,9.4581013,9.2079449,9.1625967,9.0696325,9.1777105,9.3240252,8.7252131,8.4793501,8.5059738,8.7568216,8.6849127,8.3858051,8.31071,8.3053751,8.322051,8.3396378,8.1255064,7.994925,7.9347973,7.8814964,7.9327917,7.3163691,7.1908612,9.0464573,9.3704853,9.3180799,9.0914536,8.9343004,8.928278,8.9434052,8.9568768,8.6696081,8.5715227,8.5093012,8.4711294,8.5303335,7.8909197,7.7412238,9.8737392,10.621428,10.51577,10.438987,9.8913698,9.8875151,9.8914576,9.8752661,9.4627953,9.4233427,9.3305597,9.3125582,9.3478289,8.7909937,8.674593,9.386138,9.6973324,9.7193213,9.5992918,9.5870981,9.5824404,9.6393728,9.7272482,9.3796186,9.32055,9.2388926,9.2539816,9.3682489,8.6398239,8.3859529,8.7558651,9.2660828,9.3016758,9.23806,9.3749495,9.3699207,9.4675932,9.6735811,9.3673849,9.3279266,9.2442636,9.3234577,9.4897156,8.7927494,8.5261278,8.7391768,9.011095,8.9937134,8.8114595,8.9081373,8.9118872,8.9891987,9.1279125,8.950386,8.8507519,8.6077881,8.6300793,8.6558599,8.140748,7.9217434,9.1827908,9.5520506,9.5779953,9.4732819,9.5231667,9.5191336,9.5927677,9.727663,9.4001322,9.3448763,9.2556171,9.2941284,9.4211454,8.7098503,8.4473896,8.0781813,8.2658205,8.182415,7.8438015,7.8254023,7.8192239,7.8355198,7.8544707,7.6935663,7.5436931,7.472918,7.4110174,7.4528637,6.8703051,6.7638073,8.2838392,8.4794903,8.4097061,8.0993862,8.0999002,8.0946045,8.1188421,8.1498833,7.9749861,7.8356671,7.7338533,7.6840916,7.7278075,7.1529021,7.0239635,8.350419,8.5508528,8.5489655,8.4724112,8.6165838,8.6222115,8.7131042,8.8977814,8.8073711,8.7292767,8.3057795,8.3570147,8.2870722,7.8935547,7.6825404,8.9292679,9.2071266,9.1655464,8.9224215,8.873745,8.8689852,8.9024038,8.9458456,8.6888542,8.5805035,8.496645,8.4672642,8.5375204,7.9059877,7.7301855,9.035409,9.3888044,9.3783617,9.200902,9.2426834,9.2410231,9.3100376,9.4313383,9.1682911,9.0815449,8.9635801,8.9820423,9.0744801,8.4529676,8.2225037,9.1823568,9.5432529,9.5505352,9.4110317,9.4378586,9.4344492,9.5028362,9.6216145,9.3182421,9.2485809,9.1502466,9.1749687,9.2844677,8.613925,8.3679495,9.0458651,9.339139,9.2974262,9.0694647,8.9672918,8.9616156,8.9860382,9.0139408,8.7335081,8.6334276,8.5632582,8.5305767,8.5984793,7.9548163,7.7863159,10.002503,10.359247,10.376515,10.327512,10.034685,10.026423,10.035547,10.038223,9.5882835,9.5664711,9.5111151,9.5067368,9.587904,8.9029179,8.6942415,8.714633,9.0682707,8.9856768,8.7313957,8.545001,8.5390892,8.5459595,8.5448294,8.2904129,8.1796179,8.1239939,8.0744104,8.1168385,7.4735255,7.3590479,7.5868874,8.0855875,8.0971041,8.0351563,8.365531,8.3709888,8.4688396,8.8753757,8.7206182,8.6764545,8.5646076,8.7436104,8.8414822,8.4126587,8.2101154,9.1673269,9.5313711,9.477252,9.2708998,9.0670662,9.0608339,9.0723562,9.0797272,8.7720928,8.6830893,8.6209145,8.5849981,8.6418371,8.0026255,7.8556819,10.035478,10.574542,10.542169,10.468142,10.048704,10.042513,10.048297,10.04802,9.6072264,9.5755424,9.5030785,9.4916534,9.5539255,8.9602966,8.7925339,9.9071283,10.289974,10.29148,10.215531,9.9278793,9.9204159,9.9317989,9.9381571,9.5114431,9.4782495,9.4175053,9.409009,9.4861984,8.820838,8.6221838,9.6438513,9.9302664,9.9417143,9.8277082,9.6784925,9.6720161,9.6972742,9.723896,9.3395329,9.288063,9.2258368,9.2172213,9.307436,8.5928459,8.3723307,9.5570269,9.7883854,9.840826,9.7560415,9.7378035,9.7328711,9.7807102,9.8501101,9.4436121,9.4010181,9.3366776,9.3504658,9.4763165,8.6544151,8.3797331,7.8632507,8.3942451,8.4076929,8.3415127,8.6289253,8.6312561,8.7325144,9.0956736,8.907937,8.8632488,8.7647648,8.9205923,9.0417509,8.5538235,8.3360748,9.1097746,9.4031658,9.3690882,9.1522036,9.0641041,9.0586586,9.0879173,9.1234512,8.8364573,8.7404509,8.6657743,8.638772,8.7119226,8.0630312,7.8822193,10.1981,10.72101,10.708069,10.668133,10.2328,10.225876,10.230773,10.229849,9.7574625,9.7401218,9.671423,9.6663046,9.7343445,9.1320391,8.9498072,10.069054,10.725484,10.661662,10.588396,10.082024,10.076998,10.080811,10.075562,9.6358995,9.6033373,9.5201874,9.5066681,9.5569887,9.0098438,8.8668184,9.625823,9.9624767,9.9541836,9.8269033,9.6251564,9.6183748,9.6369143,9.6538229,9.2779741,9.2221394,9.1586914,9.1436863,9.2218761,8.5474262,8.3506899,10.266555,10.885116,10.850259,10.807593,10.299376,10.293719,10.297574,10.296197,9.8212166,9.8027992,9.7246418,9.7180862,9.777936,9.2272825,9.0631905,9.5163822,9.8598452,9.8400316,9.6903696,9.4936666,9.4870567,9.5050583,9.5215836,9.1649961,9.0997763,9.0350733,9.0151501,9.0887032,8.4264116,8.2406549,8.8946609,9.1809177,9.1281567,8.8780594,8.7753468,8.7696695,8.7902365,8.8125801,8.5507965,8.4415598,8.3753052,8.3352909,8.3968105,7.7619433,7.6091809,10.363593,11.23153,11.127518,11.078848,10.390818,10.387619,10.390344,10.384514,9.9220057,9.8994722,9.7950306,9.7849073,9.8204908,9.4042149,9.2947254,10.199958,10.656389,10.66272,10.636228,10.237391,10.229247,10.233212,10.230245,9.746604,9.7349644,9.6743355,9.6715317,9.7459631,9.1016016,8.9045763,9.6368217,9.8631697,9.9055338,9.8130846,9.7466383,9.7411966,9.7786551,9.8259382,9.420311,9.3758669,9.3147678,9.3181105,9.4309998,8.6352053,8.3761597,9.655818,10.062235,10.035196,9.9059124,9.6336422,9.6268835,9.638504,9.6456528,9.265049,9.2093649,9.1440783,9.1247997,9.1921616,8.5494213,8.374651,9.3295164,9.6481333,9.6212006,9.4394188,9.2900171,9.2838278,9.3058739,9.3290424,9.004137,8.9245396,8.8574762,8.8331766,8.9061527,8.2466955,8.0645714,8.7386637,9.0050106,8.9691019,8.7193222,8.765728,8.7678595,8.824481,8.911356,8.7048807,8.588582,8.4434099,8.4333677,8.4951563,7.91854,7.7265077,9.7832441,10.076567,10.094686,10.007769,9.8131533,9.8060589,9.8243647,9.8401194,9.4279919,9.3888931,9.3318195,9.3246164,9.4127522,8.6963053,8.47715,9.9216852,10.138179,10.188652,10.145368,9.9547377,9.9470787,9.9585209,9.9643393,9.5044374,9.4841461,9.4404736,9.4381227,9.5344725,8.7525816,8.5141535,9.7274065,9.9397535,9.9830446,9.9001532,9.79321,9.7872753,9.8145895,9.8444881,9.423111,9.3841,9.3298721,9.3282852,9.434186,8.6398954,8.3890924,9.4777403,9.7941885,9.7810535,9.6276226,9.4710732,9.4647255,9.4881573,9.5128546,9.163496,9.0958033,9.0294218,9.0118847,9.0910816,8.4162407,8.219573,8.7368336,9.2007523,9.2178364,9.1214476,9.259078,9.2568989,9.3491497,9.5649281,9.2954721,9.2401047,9.1386566,9.2156067,9.3453751,8.7189474,8.4672213,9.3186169,9.6284094,9.6780262,9.5991602,9.6416359,9.6369305,9.7032366,9.8195276,9.4426508,9.4002199,9.3266144,9.3618355,9.50105,8.7069664,8.4279556,8.2701025,8.6003885,8.6026573,8.5170021,8.7113743,8.7181349,8.8192358,9.0686502,8.9372101,8.8662882,8.5797215,8.6675768,8.6772099,8.2414179,8.0218868,10.013684,10.319992,10.352365,10.317557,10.047384,10.038178,10.045774,10.045583,9.5853367,9.5694866,9.5207968,9.5184479,9.6039324,8.8890362,8.6707106,8.8688974,9.2163591,9.202795,9.0209894,9.1074648,9.1086245,9.1871853,9.3355694,9.1113777,9.0185041,8.860261,8.8895931,8.9645739,8.3925037,8.1627131,9.9009047,10.205121,10.228959,10.166497,9.9323578,9.9246006,9.9377213,9.945776,9.51021,9.482049,9.4284019,9.4233217,9.5098515,8.7958851,8.5777473,7.9707665,8.1959028,8.0997696,7.7519259,7.6735878,7.6697178,7.6778431,7.6839223,7.5239549,7.373024,7.3319077,7.262949,7.2971163,6.6933398,6.6099186,9.0465717,9.0660582,9.0710564,9.0716038,9.0517006,9.0451565,9.0414057,9.0359602,8.9893274,8.9876814,8.9830513,8.9860287,8.9962444,8.9012175,8.8654671,9.1138878,9.154789,9.1673241,9.1677628,9.1146822,9.092411,9.0840149,9.0642157,8.959547,8.9564323,8.9463415,8.9522734,8.9750423,8.7571058,8.6755857,9.1151495,9.1561279,9.1674757,9.1663637,9.1231852,9.1100368,9.1020041,9.0911093,8.9908962,8.9874935,8.9777575,8.9831629,9.0049038,8.8068552,8.7339849,9.0706091,9.1023703,9.1113491,9.11411,9.0750237,9.0581388,9.0516167,9.0367002,8.9582539,8.9558353,8.9481287,8.9536457,8.9708233,8.8061476,8.7438126,9.2059517,9.2639885,9.285079,9.2818565,9.2035513,9.1738291,9.1615715,9.1353149,8.9733753,8.9689512,8.954278,8.9613066,8.9961424,8.6713724,8.5538492,19.590071,19.810637,20.008142,18.395714,18.474371,18.55587,18.474669,18.701424,18.489614,17.948551,17.752493,17.893831,18.014027,17.50808,12.588791,19.78458,19.988529,20.140675,18.64423,18.667933,18.74604,18.639517,18.813469,18.588799,18.217413,18.094782,18.224974,18.350351,17.806557,12.940527,19.799606,20.038876,20.173237,18.929605,18.93029,19.062803,18.986055,19.174561,18.935268,18.602526,18.460308,18.572369,18.702122,18.138941,13.800488,19.141947,19.360697,19.583517,17.793264,17.88324,17.960312,17.870123,18.105721,17.900103,17.281145,17.073492,17.230022,17.343624,16.850887,12.410103,18.002872,18.243662,18.398283,16.9849,17.001251,17.112925,17.022411,17.19241,16.963028,16.65975,16.528406,16.65328,16.776754,16.216328,13.050772,19.339561,19.564943,19.708027,18.331665,18.34473,18.447882,18.356077,18.534328,18.30201,17.956474,17.821371,17.940815,18.067223,17.509729,13.255102,20.410423,20.690905,20.811491,19.734875,19.694277,19.883854,19.828964,20.024307,19.77363,19.511786,19.414021,19.537325,19.682384,19.115131,15.008306,15.765237,16.006239,16.173319,14.652386,14.669606,14.765965,14.659687,14.79188,14.574935,14.358261,14.248349,14.381836,14.492833,13.941814,12.269683,16.179665,16.401484,16.596561,14.841763,14.875059,14.949424,14.824216,14.959105,14.756633,14.496856,14.377287,14.525643,14.629642,14.094159,11.96909,16.626734,16.889687,17.034733,15.718284,15.718303,15.847419,15.762854,15.91277,15.677097,15.446886,15.336548,15.457506,15.580397,15.011128,13.099633,15.07553,15.207527,15.625442,12.275537,12.31914,12.339864,12.101941,12.175719,12.072989,11.858017,11.784538,12.033694,12.08236,11.65135,10.701483,14.972322,15.123334,15.49032,12.469423,12.505395,12.524259,12.294112,12.360376,12.238891,12.049172,11.9705,12.199784,12.252097,11.799348,10.739712,14.149802,14.298719,14.653885,11.724505,11.756423,11.776218,11.551774,11.605155,11.489907,11.366198,11.298779,11.524976,11.579097,11.135345,10.443084,15.296705,15.515997,15.715933,13.917871,13.948393,14.017817,13.885794,14.002842,13.808046,13.595722,13.487784,13.639645,13.737872,13.210074,11.651239,18.079462,18.341337,18.484135,17.203329,17.202396,17.34355,17.267294,17.440767,17.20171,16.929501,16.80859,16.929377,17.059269,16.489079,13.595788,14.175467,14.350658,14.635901,12.186092,12.221534,12.255576,12.067802,12.141414,11.997944,11.851478,11.770075,11.965663,12.035762,11.563458,10.678555,13.848731,13.998239,14.330888,11.540139,11.570862,11.599311,11.3907,11.448202,11.329878,11.228093,11.161596,11.377382,11.437582,10.989209,10.391599,16.807226,17.056856,17.213959,15.790192,15.802661,15.916332,15.823022,15.975601,15.748164,15.497085,15.379043,15.50652,15.626185,15.064734,12.831503,20.509899,20.710274,20.878807,19.363977,19.412767,19.492342,19.397594,19.593472,19.375196,18.960897,18.87487,19.022736,19.159113,18.646229,12.909122,15.349895,15.531501,15.820821,13.345737,13.387819,13.422516,13.234159,13.329317,13.174338,12.939265,12.838142,13.034635,13.107231,12.622034,11.105609,14.24976,14.442284,14.686499,12.535413,12.568486,12.614691,12.450482,12.53608,12.372995,12.217881,12.128876,12.304811,12.38559,11.892724,10.906913,14.618262,14.841769,15.027248,13.337045,13.357841,13.430353,13.302961,13.407733,13.209307,13.039263,12.941751,13.086895,13.18497,12.655209,11.519687,16.748737,16.938475,17.237152,14.770128,14.843548,14.892144,14.734124,14.905581,14.739443,14.243045,14.081686,14.281322,14.36603,13.894998,11.618033,18.466854,18.683756,18.889002,17.151392,17.218391,17.292509,17.190287,17.387346,17.181108,16.727629,16.566936,16.718332,16.834677,16.320017,12.311377,19.801548,20.05969,20.195385,19.011333,19.005882,19.164358,19.100748,19.296064,19.055735,18.751757,18.616268,18.731699,18.865934,18.301104,14.14394,13.854315,14.038193,14.29246,12.060111,12.085711,12.128257,11.954134,12.02614,11.871017,11.749972,11.66993,11.852072,11.927814,11.444109,10.705263,21.745613,22.017851,22.146381,21.112804,21.085735,21.284809,21.244602,21.457657,21.220554,20.955921,20.838972,20.962105,21.106888,20.563299,15.118062,14.760061,14.938418,15.22927,12.739223,12.775398,12.807629,12.614217,12.693682,12.545048,12.360439,12.270911,12.469126,12.53851,12.059594,10.897495,14.575126,14.710979,15.115788,11.849884,11.874866,11.884656,11.631013,11.672444,11.568055,11.435712,11.373569,11.618803,11.661502,11.226226,10.494545,16.921488,17.126219,17.37571,15.266818,15.333818,15.389801,15.252343,15.417555,15.23418,14.821746,14.67028,14.844956,14.941038,14.442134,11.735694,14.611961,14.802256,15.059712,12.813928,12.850094,12.892146,12.719892,12.808027,12.647076,12.4677,12.374654,12.556964,12.635223,12.143968,10.983853,16.773211,16.986696,17.193264,15.349263,15.391212,15.457516,15.327075,15.47135,15.272065,14.966668,14.84042,14.995224,15.098983,14.570166,11.9578,21.006191,21.212555,21.380466,19.936718,19.994408,20.077984,19.997116,20.214043,19.993557,19.509209,19.382248,19.518063,19.648582,19.1458,12.996603,13.954221,14.135399,14.398014,12.105859,12.13683,12.177778,12.002254,12.077071,11.925903,11.795519,11.714304,11.899537,11.974611,11.494434,10.694608,13.881696,14.026035,14.374692,11.479942,11.512368,11.536772,11.32063,11.375919,11.263552,11.158885,11.095778,11.317801,11.374717,10.933191,10.340721,16.46232,16.663921,16.909098,14.790524,14.844428,14.896611,14.747401,14.88706,14.705686,14.375486,14.24602,14.420164,14.512708,14.006324,11.617616,20.165087,20.386396,20.618614,18.815462,18.913124,18.993561,18.91419,19.196064,18.983784,18.154936,17.914953,18.073002,18.18734,17.719791,12.72003,16.764847,16.997608,17.172537,15.586679,15.613045,15.704142,15.595745,15.744803,15.529091,15.256145,15.132127,15.268912,15.381933,14.832908,12.405146,17.806166,18.008802,18.29142,15.996902,16.081322,16.141724,16.00816,16.224098,16.040623,15.393737,15.194464,15.385515,15.480361,15.00982,12.021329,15.660333,15.864357,16.097525,14.040881,14.080764,14.134098,13.980849,14.096644,13.915504,13.668286,13.556089,13.725204,13.815037,13.302341,11.483268,17.779772,17.992149,18.195938,16.402838,16.455196,16.523973,16.405107,16.573925,16.369823,15.996654,15.861727,16.015837,16.127663,15.603193,12.167874,15.828124,15.999458,16.328613,13.60336,13.665065,13.701505,13.514506,13.642176,13.498065,13.137125,13.013784,13.228029,13.299631,12.838591,11.203747,15.101652,15.308321,15.532955,13.538528,13.573806,13.629715,13.479952,13.586818,13.406054,13.197494,13.093078,13.258279,13.348014,12.83528,11.366098,15.597392,15.771788,16.08651,13.446415,13.498435,13.5317,13.34006,13.447423,13.300317,13.013439,12.90519,13.112424,13.182522,12.710114,11.112767,14.75281,14.96952,15.169726,13.363492,13.390931,13.457288,13.322153,13.427865,13.237209,13.055813,12.955829,13.108576,13.203744,12.681207,11.436646,14.779876,14.886332,15.370525,11.599468,11.625155,11.632757,11.357609,11.39533,11.316288,11.189782,11.141038,11.410699,11.441755,11.027919,10.414929,10.926186,11.006413,10.840989,11.098967,11.074376,11.080557,11.156454,11.459643,11.318981,11.210913,10.787819,10.730309,10.841922,10.149918,9.4359398,10.752798,10.861015,10.698403,10.932277,10.919644,10.917553,10.991185,11.241387,11.108917,11.018401,10.633695,10.584126,10.688236,10.047596,9.2698393,10.86656,10.785601,10.535687,11.007898,10.978689,11.000732,11.075461,11.362292,11.221182,11.115661,10.791491,10.73838,10.846157,9.8149157,9.2812901,11.221008,11.292314,11.15527,11.394982,11.334585,11.345142,11.416142,11.814338,11.67532,11.531034,11.036855,10.960612,11.07159,10.434977,9.7555866,10.528491,10.650402,10.530566,10.749731,10.743513,10.733494,10.797476,11.001246,10.89516,10.823764,10.44731,10.40309,10.490784,9.9934196,9.0064678,10.665884,10.810427,10.641305,10.847717,10.843222,10.8348,10.903512,11.101038,10.974537,10.898714,10.580997,10.528523,10.624549,10.013875,9.2117224,10.925916,10.990692,10.811749,11.088661,11.064427,11.073602,11.150474,11.452586,11.308977,11.200614,10.794291,10.738563,10.851715,10.116055,9.4327078,10.85393,10.926525,10.742336,11.012845,10.993943,11.000432,11.077002,11.356725,11.214915,11.113768,10.727143,10.673776,10.784254,10.055664,9.3646765,10.53414,10.504533,10.192156,10.554934,10.542178,10.555113,10.626251,10.828705,10.706656,10.638535,10.398118,10.345697,10.42998,9.5539856,9.0249834,10.72563,10.846361,10.63528,10.858942,10.850812,10.848563,10.919084,11.122902,10.987856,10.908599,10.615287,10.5476,10.644981,9.9472733,9.2792625,11.104712,11.165426,11.005752,11.273933,11.231291,11.244011,11.319001,11.677496,11.533179,11.404618,10.953242,10.890211,11.00572,10.296559,9.6207275,10.628111,10.75628,10.605968,10.82289,10.816154,10.808249,10.877937,11.092782,10.970609,10.892013,10.534423,10.491742,10.588509,10.007808,9.1469498,11.180718,11.267776,11.155636,11.362524,11.302016,11.306332,11.371927,11.756707,11.632464,11.495086,10.89786,10.77332,10.871888,10.338992,9.6647854,10.528107,10.661715,10.525705,10.738397,10.734432,10.723626,10.789269,10.982263,10.870483,10.800073,10.458714,10.421955,10.512232,9.9838133,9.0369205,10.684754,10.773123,10.533255,10.783048,10.773888,10.776834,10.848123,11.052331,10.917887,10.840339,10.564316,10.493554,10.588956,9.8428764,9.2326355,10.689531,10.565066,10.251677,10.769499,10.74797,10.765988,10.83668,11.065433,10.94235,10.862249,10.609524,10.562881,10.650565,9.5768976,9.0898733,10.924477,11.01446,10.860168,11.105574,11.080313,11.084173,11.158921,11.463123,11.325721,11.218005,10.778382,10.717724,10.82742,10.170564,9.4321518,10.570539,10.713466,10.56496,10.772142,10.768819,10.758285,10.824904,11.014546,10.897552,10.82639,10.501856,10.460779,10.553065,9.9966145,9.1003923,10.43125,10.558153,10.44,10.657374,10.654589,10.642858,10.704106,10.883112,10.783069,10.719298,10.382958,10.34956,10.432812,9.9586029,8.9160357,10.671288,10.738086,10.505754,10.779113,10.768332,10.773447,10.847387,11.070332,10.932941,10.849172,10.548073,10.490325,10.589968,9.8253613,9.200038,11.028072,11.103142,10.946906,11.203685,11.16924,11.178002,11.2532,11.588984,11.447447,11.328174,10.876485,10.813204,10.926472,10.243122,9.5402384,10.693793,10.814645,10.624697,10.848757,10.841342,10.83788,10.909932,11.12381,10.989944,10.908436,10.587211,10.533012,10.632879,9.9649715,9.2391958,10.76991,10.590487,10.279377,10.886427,10.85564,10.875154,10.943114,11.18648,11.064397,10.975782,10.726603,10.682077,10.769254,9.5804873,9.1205034,10.706028,10.815014,10.627448,10.862127,10.853087,10.851477,10.92504,11.152174,11.017,10.931921,10.594168,10.543282,10.645494,9.9681845,9.2423038,10.397517,10.531601,10.409791,10.623499,10.622561,10.610191,10.670401,10.835939,10.736837,10.676441,10.367907,10.338854,10.420877,9.9485798,8.8972645,11.085372,11.124455,10.948471,11.246937,11.207704,11.224311,11.300886,11.651878,11.50422,11.378166,10.949121,10.890018,11.007991,10.236879,9.5890369,10.699366,10.697502,10.444551,10.801663,10.785373,10.798389,10.873455,11.117371,10.979299,10.889637,10.584939,10.530869,10.632239,9.7565918,9.1803026,10.565571,10.693624,10.55924,10.775152,10.769293,10.759447,10.826127,11.031976,10.918488,10.844491,10.481978,10.441588,10.533543,9.999094,9.0660992,10.762626,10.857839,10.676117,10.923882,10.9111,10.912216,10.98728,11.237593,11.100234,11.008486,10.643018,10.59259,10.698445,10.00902,9.285367,10.900043,10.99821,10.852962,11.088404,11.064117,11.065386,11.138791,11.437165,11.303854,11.198844,10.747315,10.683326,10.790234,10.165772,9.4015656,10.467003,10.480436,10.173262,10.475617,10.465147,10.47381,10.542637,10.73074,10.6086,10.544707,10.315034,10.252854,10.335897,9.5323381,8.9899311,10.778375,10.839265,10.632259,10.916714,10.901536,10.908641,10.984946,11.242404,11.100906,11.006236,10.656795,10.604001,10.711312,9.9463701,9.2899742,11.024519,11.113262,10.973125,11.21004,11.173808,11.178791,11.251764,11.588866,11.453181,11.334388,10.851142,10.777969,10.886968,10.26023,9.5306778,10.767303,10.848886,10.654524,10.916451,10.902942,10.906636,10.982351,11.23437,11.094731,11.001986,10.646319,10.594664,10.701167,9.9777536,9.2878523,10.782245,10.740856,10.488905,10.903519,10.881526,10.899301,10.974669,11.240464,11.100491,11.003154,10.686143,10.632764,10.737847,9.7852001,9.2295198,10.842942,10.932759,10.763529,11.014539,10.996355,10.999337,11.074843,11.351979,11.213678,11.114115,10.713336,10.659779,10.76857,10.086613,9.3559074,10.811153,10.826859,10.601948,10.940947,10.921514,10.934986,11.011759,11.282598,11.139372,11.040334,10.696521,10.642734,10.751521,9.9030304,9.2953711,10.681992,10.801498,10.65941,10.881192,10.870708,10.864213,10.934418,11.170029,11.047617,10.963593,10.569846,10.521292,10.619559,10.043659,9.184103,10.69902,10.815138,10.68563,10.906403,10.8934,10.88686,10.955498,11.200264,11.081972,10.99647,10.569895,10.511633,10.607799,10.059976,9.1812601,10.658481,10.579603,10.254783,10.682569,10.666913,10.68274,10.754257,10.965819,10.847288,10.77912,10.539016,10.494599,10.577513,9.6179371,9.1121197,10.898799,11.000417,10.890007,11.095329,11.066515,11.06383,11.129432,11.425611,11.31042,11.209143,10.609265,10.476956,10.569257,10.066222,9.3148508,10.868061,10.913483,10.71295,11.015104,10.994367,11.005397,11.082653,11.367509,11.223116,11.119801,10.745578,10.691649,10.803437,10.015876,9.3672075,10.851441,10.957381,10.823401,11.048846,11.026749,11.024778,11.095972,11.382085,11.255329,11.155566,10.688936,10.618842,10.721119,10.138684,9.3382931,10.726692,10.86552,10.674183,10.884342,10.877461,10.871279,10.940331,11.140096,11.007256,10.928728,10.625782,10.56206,10.659059,10.000613,9.2776575,10.607298,10.766691,10.617352,10.816005,10.813812,10.802041,10.865909,11.041439,10.926234,10.858257,10.555112,10.504946,10.594974,10.044117,9.145731,10.586317,10.563556,10.275536,10.646785,10.632586,10.645629,10.718333,10.936629,10.807064,10.728835,10.463906,10.409937,10.501531,9.610837,9.06738,10.870138,10.86314,10.638068,11.006909,10.983139,11.000368,11.077396,11.365171,11.220317,11.115555,10.762784,10.708575,10.820071,9.9295359,9.3374834,10.780496,10.89077,10.747692,10.975204,10.95915,10.95587,11.027779,11.291422,11.163967,11.070883,10.646145,10.589374,10.691665,10.094381,9.2793055,10.736589,10.846728,10.730555,10.947476,10.93042,10.924616,10.990974,11.248013,11.134601,11.0465,10.560252,10.476478,10.569145,10.055177,9.1867218,10.571836,10.686544,10.574414,10.795609,10.78641,10.778106,10.841513,11.059389,10.954266,10.879397,10.464911,10.406128,10.49341,10.006638,9.0308905,10.651624,10.582168,10.290448,10.733074,10.714545,10.731051,10.803705,11.035661,10.906123,10.82293,10.55298,10.501638,10.594745,9.6131639,9.0924797,10.55255,10.588627,10.310918,10.603392,10.592723,10.60027,10.671038,10.871554,10.741688,10.668304,10.414219,10.351085,10.441126,9.6446781,9.0782175,10.706655,10.795374,10.587297,10.840734,10.83043,10.832542,10.906898,11.13613,10.998197,10.912089,10.58819,10.533993,10.636354,9.9123726,9.2399807,10.438267,10.586239,10.457613,10.664088,10.663848,10.650831,10.710408,10.868431,10.767017,10.707391,10.418144,10.383592,10.466132,9.9808865,8.9567671,10.826026,10.92733,10.771867,11.009544,10.991747,10.991714,11.065742,11.339904,11.206152,11.108519,10.692784,10.637705,10.744018,10.10415,9.3345318,10.771393,10.655462,10.376388,10.896179,10.868166,10.888391,10.96032,11.220372,11.087624,10.991763,10.707302,10.65658,10.754429,9.6686602,9.1670942,10.680994,10.802451,10.635987,10.859274,10.851201,10.846179,10.918264,11.14241,11.012874,10.929976,10.576983,10.530553,10.631046,10.004003,9.2105141,10.740246,10.77621,10.547789,10.860007,10.844802,10.854576,10.930515,11.180512,11.039723,10.947439,10.620497,10.566647,10.671568,9.8590775,9.2417212,10.732059,10.801737,10.589664,10.863526,10.850899,10.856093,10.931565,11.173798,11.033981,10.943981,10.611035,10.55775,10.662262,9.9088326,9.2527285,10.952508,10.925651,10.704894,11.098982,11.068934,11.090185,11.167223,11.47788,11.331009,11.218102,10.852129,10.79732,10.912246,9.9858685,9.4060192,10.987814,11.007778,10.810537,11.140681,11.110598,11.1279,11.205585,11.526374,11.378506,11.263013,10.867182,10.811167,10.927897,10.098913,9.4733229,10.970872,11.069991,10.945685,11.165353,11.131699,11.132156,11.201884,11.523591,11.397285,11.285472,10.756815,10.662881,10.764535,10.200458,9.4462814,11.14776,11.234285,11.135842,11.324668,11.266322,11.269044,11.330532,11.697466,11.584288,11.454814,10.747164,10.566172,10.655418,10.183794,9.5606384,10.695229,10.797408,10.586677,10.826383,10.817601,10.817786,10.890654,11.106769,10.970331,10.887977,10.579742,10.521199,10.621041,9.9100809,9.2395792,11.173625,11.257538,11.132301,11.355479,11.298825,11.305278,11.374344,11.758675,11.626372,11.488821,10.956102,10.863232,10.968852,10.382709,9.6876717,10.62779,10.660956,10.405416,10.712831,10.700754,10.709385,10.783018,11.004327,10.868946,10.786849,10.501162,10.443914,10.540784,9.7284927,9.1402483,14.712976,14.964883,15.054226,14.294442,14.473998,14.588923,14.661151,14.912589,14.562194,14.554979,14.290625,14.369575,14.604602,13.974911,11.747258,13.969288,14.20091,14.228023,14.051711,14.159259,14.216998,14.391304,14.688228,14.417563,14.39427,14.073957,13.908815,14.230085,13.536655,10.98863,13.507489,13.716865,13.704558,13.771711,13.849382,13.830596,14.029572,14.483051,14.1968,14.169451,13.761552,13.439109,13.655375,12.734016,11.29787,16.087234,16.341015,16.413965,15.943091,16.102472,16.221197,16.361477,16.658581,16.349495,16.339476,16.033033,16.033363,16.318909,15.666974,11.924225,16.40575,16.602863,16.756821,15.522457,15.708415,15.883413,15.932832,16.167196,15.766216,15.765803,15.501448,15.627181,15.904529,15.241513,12.340536,19.9221,20.140457,20.255983,19.629305,19.809008,19.98675,20.105083,20.393215,20.099703,20.092741,19.820316,19.865667,20.180876,19.561274,12.774858,13.918142,14.184337,14.254589,13.609308,13.788119,13.876393,13.914303,14.159713,13.837996,13.829089,13.575066,13.649829,13.857123,13.259288,11.499584,14.309767,14.569757,14.601908,14.353244,14.479692,14.540544,14.716581,15.026363,14.745093,14.727653,14.403261,14.31737,14.586517,13.90198,11.403236,13.692222,13.880417,13.864113,13.996718,14.06829,14.048193,14.248326,14.758718,14.453071,14.422163,14.003644,13.575377,13.793544,12.775703,11.350438,13.857276,13.985269,14.228038,12.157536,12.344152,12.446146,12.351865,12.468883,12.107433,12.103771,11.958735,12.156143,12.336784,11.812006,11.020869,13.392457,13.648929,13.648367,13.571143,13.669888,13.667922,13.875357,14.235506,13.973605,13.952379,13.582749,13.430334,13.644416,12.879891,11.332113,14.879129,15.030158,15.013141,15.165062,15.23357,15.242557,15.488726,15.986049,15.66496,15.622684,15.240114,14.230543,14.492512,13.173521,11.659514,13.623507,13.86728,13.948822,13.180565,13.375026,13.464746,13.447048,13.665545,13.330672,13.322172,13.091078,13.186782,13.386635,12.816956,11.360915,13.498363,13.796948,13.819708,13.532061,13.674478,13.708173,13.832108,14.120353,13.862434,13.849076,13.550012,13.549272,13.743451,13.118945,11.49222,15.501661,15.643176,15.868909,13.934227,14.10664,14.264467,14.22197,14.386282,13.961854,13.960954,13.767708,13.956216,14.191457,13.565093,11.993353,14.628749,14.868782,14.909177,14.666091,14.788048,14.865237,15.031577,15.327354,15.04974,15.030781,14.714974,14.605807,14.925864,14.259879,11.233201,14.200825,14.348504,14.325554,14.599228,14.662685,14.64588,14.858378,15.509786,15.15591,15.117537,14.686962,14.044806,14.263095,13.002169,11.574994,14.962,15.231926,15.295717,14.798826,14.961005,15.059269,15.189665,15.476373,15.16226,15.152366,14.854443,14.876092,15.124663,14.476756,11.746293,13.522073,13.784594,13.791078,13.666504,13.773355,13.786837,13.989244,14.330321,14.065669,14.045346,13.692035,13.56094,13.786392,13.049264,11.339374,13.992582,14.17936,14.171381,14.231657,14.307745,14.316043,14.530831,14.964113,14.669521,14.636604,14.259627,13.686831,13.950871,12.917315,11.326676,14.249705,14.522602,14.556367,14.270438,14.405407,14.465131,14.636434,14.943487,14.660273,14.644896,14.324682,14.273645,14.521205,13.84817,11.489305,13.427599,13.669868,13.6668,13.624833,13.717169,13.713299,13.922,14.301378,14.032983,14.009738,13.631175,13.428356,13.649788,12.844337,11.293918,13.618607,13.760978,13.738206,14.172952,14.231106,14.199397,14.388988,15.233903,14.825697,14.7905,14.340698,13.869178,14.067466,12.834382,11.310342,16.765947,16.862747,16.844534,17.190351,17.26454,17.293333,17.654629,18.282635,17.930256,17.877342,17.488512,15.562312,15.809464,13.822801,12.462393,13.884825,14.174473,14.22014,13.786376,13.947505,14.013669,14.122436,14.399109,14.108272,14.097189,13.813189,13.844562,14.054462,13.433539,11.511732,14.328511,14.542443,14.589902,14.384985,14.495912,14.582278,14.733049,14.98967,14.736512,14.715363,14.422605,14.291997,14.698105,14.096146,10.56181,13.750365,13.915942,13.89491,14.138324,14.202961,14.175288,14.372268,14.99449,14.65606,14.622439,14.183983,13.703203,13.912038,12.790021,11.378885,12.790424,12.981153,13.000984,12.922809,13.00323,13.04623,13.208772,13.46534,13.217966,13.184203,12.879303,12.55114,12.940209,12.223708,10.044626,14.198256,14.42111,14.53442,13.517207,13.712582,13.828981,13.847714,14.059622,13.682811,13.676125,13.447799,13.563646,13.785746,13.183923,11.547122,14.455,14.616256,14.807903,13.131322,13.32014,13.448861,13.409712,13.569621,13.166263,13.162315,12.978849,13.149644,13.364606,12.776845,11.528708,15.706874,15.94777,16.006174,15.685797,15.823139,15.926293,16.081425,16.377718,16.093287,16.078375,15.769618,15.70581,16.03203,15.387274,11.54666,14.361084,14.56082,14.700264,13.458836,13.65576,13.781924,13.785171,13.979421,13.583273,13.577711,13.363567,13.499497,13.724951,13.122441,11.586762,19.341112,19.562487,19.658718,19.189074,19.353741,19.504705,19.633396,19.929728,19.651703,19.641079,19.371479,19.381887,19.704998,19.097752,12.444271,13.18962,13.410033,13.500767,12.605624,12.868519,12.962276,12.958846,13.150854,12.77486,12.768134,12.558343,12.668458,12.893696,12.352648,11.105701,16.097507,16.212252,16.188519,16.435459,16.499842,16.516592,16.824133,17.373621,17.030237,16.977468,16.598972,14.982675,15.242766,13.545927,12.097166,14.639403,14.795322,14.791111,14.880483,14.9502,14.975449,15.220326,15.624542,15.332475,15.293583,14.95254,13.851819,14.169582,12.901837,11.267859,13.38812,13.587692,13.711491,12.58215,12.822701,12.925725,12.916844,13.094057,12.70808,12.70184,12.502378,12.633639,12.850724,12.299309,11.123437,14.917752,15.045877,15.021849,15.304965,15.369229,15.366693,15.606917,16.252626,15.895058,15.851203,15.43373,14.511019,14.740441,13.283861,11.872386,14.137426,14.3143,14.300619,14.409443,14.481937,14.482006,14.70007,15.179339,14.871936,14.836837,14.443761,13.814969,14.063136,12.959843,11.444057,13.3007,13.503647,13.48696,13.606826,13.677956,13.636003,13.785999,14.272044,13.990779,13.965982,13.53581,13.279497,13.467547,12.568595,11.273877,13.610097,13.832121,13.832737,13.798367,13.886911,13.899776,14.105032,14.48099,14.204406,14.177859,13.812662,13.510091,13.768123,12.920064,11.206342,13.317206,13.550511,13.540797,13.554626,13.638952,13.615957,13.815198,14.226255,13.95843,13.935039,13.533628,13.322319,13.525311,12.691259,11.296368,13.500147,13.720875,13.712749,13.732649,13.815767,13.805982,14.011501,14.429689,14.150571,14.124348,13.731112,13.441414,13.665956,12.786841,11.284541,13.718127,14.010235,14.036411,13.749438,13.88923,13.930881,14.088705,14.387229,14.11737,14.103246,13.792469,13.774193,13.985756,13.336158,11.478386,14.994428,15.18817,15.338845,14.028041,14.215596,14.359236,14.371762,14.574309,14.166654,14.162448,13.938236,14.07707,14.317263,13.689083,11.864201,13.099783,13.229699,13.45367,11.546199,11.764679,11.845721,11.749234,11.855063,11.519253,11.514058,11.368619,11.554566,11.726297,11.24491,10.59621,15.171664,15.398827,15.514559,14.540632,14.724934,14.862439,14.918653,15.156054,14.776028,14.77087,14.515472,14.618086,14.866006,14.226413,11.921978,12.794301,12.939251,12.922479,13.531827,13.586754,13.539592,13.706086,14.76932,14.297274,14.267598,13.80003,13.475866,13.654489,12.539006,10.825775,14.771571,14.881325,14.850318,15.24433,15.298666,15.283432,15.492532,16.279297,15.884025,15.840632,15.411928,14.700311,14.907896,13.334083,11.90704,12.939753,13.129367,13.148384,13.114809,13.19357,13.234078,13.417308,13.709229,13.46168,13.433814,13.121662,12.673772,13.048251,12.233179,10.296351,13.6005,13.806041,13.81203,13.780748,13.865309,13.891729,14.091404,14.44549,14.172471,14.144028,13.797961,13.401662,13.701623,12.833761,11.006465,12.366429,12.551173,12.573529,12.456186,12.534974,12.583186,12.719967,12.928516,12.695025,12.658844,12.379106,12.158702,12.591092,11.994559,9.4445286,16.108032,16.340246,16.453888,15.584647,15.766453,15.917996,16.005377,16.266556,15.901827,15.898155,15.61637,15.698889,15.970445,15.315017,12.163103,17.625706,17.855291,17.973396,17.20006,17.382221,17.552292,17.661219,17.941792,17.605019,17.602779,17.303619,17.367754,17.667145,17.013922,12.447604,16.03091,16.157692,16.13825,16.329399,16.394258,16.411406,16.719992,17.19702,16.870455,16.818644,16.466454,14.742661,15.027448,13.369479,11.839452,13.441253,13.734274,13.747794,13.529305,13.657999,13.677309,13.81705,14.116985,13.868324,13.853347,13.538179,13.508344,13.701181,13.057877,11.511715,14.541063,14.693825,14.673828,14.865394,14.932734,14.929897,15.159746,15.714068,15.382502,15.342348,14.935596,14.132272,14.371211,13.103373,11.647559,17.072779,17.297861,17.370922,17.039383,17.179201,17.302687,17.447157,17.735369,17.464333,17.449789,17.163107,17.110846,17.476265,16.869282,11.657521,13.612559,13.832677,13.8527,13.723748,13.820718,13.868048,14.04564,14.34353,14.077477,14.050817,13.72867,13.50318,13.832707,13.110439,10.805892,13.622688,13.845836,13.857101,13.767312,13.861259,13.89411,14.087032,14.419059,14.147935,14.121743,13.781622,13.516487,13.810811,13.027603,11.029787,17.007807,17.249508,17.347795,16.710552,16.885113,17.034573,17.156141,17.444422,17.117508,17.111765,16.811171,16.851212,17.143375,16.492197,12.239343,17.566389,17.772158,17.926731,16.804501,16.990459,17.177626,17.249207,17.504242,17.140091,17.143805,16.853493,16.964895,17.261351,16.599482,12.549286,13.230304,13.484034,13.476151,13.445759,13.53614,13.510086,13.696004,14.070383,13.820343,13.800148,13.411328,13.273556,13.461789,12.695949,11.37664,13.778686,13.993412,14.026336,13.851407,13.95345,14.020134,14.177803,14.44101,14.182461,14.156549,13.853999,13.686174,14.063785,13.420897,10.535877,14.550879,14.822136,14.890046,14.316544,14.486417,14.58286,14.6859,14.956899,14.634774,14.625741,14.344521,14.393034,14.624693,13.991743,11.675986,13.061855,13.223649,13.2029,13.58213,13.639092,13.583542,13.73241,14.500254,14.131344,14.103462,13.634025,13.328372,13.507081,12.468997,11.029706,13.856185,14.148518,14.185345,13.823151,13.974704,14.03089,14.16835,14.456541,14.175142,14.162725,13.865157,13.873509,14.086298,13.451173,11.503757,13.790792,13.990201,13.985914,14.010259,14.09029,14.100676,14.309993,14.717926,14.431866,14.401586,14.029995,13.569677,13.835135,12.881166,11.24378,13.549743,13.846033,13.879594,13.512889,13.668472,13.716035,13.798644,14.072828,13.804698,13.792882,13.513335,13.540111,13.732564,13.129785,11.486107,20.248489,20.456079,20.604939,19.735926,19.927231,20.133907,20.237326,20.512419,20.203531,20.206474,19.908646,19.992409,20.312086,19.681124,13.019935,14.171182,14.454404,14.492742,14.150436,14.29618,14.358775,14.515349,14.813116,14.526524,14.513239,14.203998,14.189711,14.420904,13.766315,11.536273,16.371834,16.622093,16.707304,16.140579,16.309093,16.441717,16.570047,16.86096,16.539118,16.531456,16.229239,16.25522,16.53829,15.886477,12.064322,15.577546,15.827686,15.919603,15.212231,15.388152,15.517825,15.619872,15.89046,15.545016,15.538715,15.252834,15.313498,15.57322,14.924296,11.972518,13.291441,13.564156,13.562618,13.461102,13.564734,13.554975,13.733809,14.071512,13.826903,13.808583,13.450472,13.357434,13.54764,12.838214,11.452442,13.94526,14.199816,14.221225,14.034189,14.149244,14.193729,14.380865,14.699817,14.424864,14.404814,14.071535,13.945684,14.211203,13.500944,11.294256,13.82424,14.104794,14.160879,13.632998,13.804645,13.880108,13.93809,14.196832,13.895316,13.885439,13.620339,13.676822,13.880373,13.279354,11.49402,16.731522,16.973425,17.047298,16.637392,16.790089,16.913858,17.05867,17.358088,17.064178,17.052393,16.749468,16.726549,17.041883,16.401884,11.912017,15.990411,16.156197,16.348555,14.727133,14.907663,15.078592,15.079,15.278371,14.856062,14.85603,14.62632,14.789164,15.048311,14.397588,12.226011,18.336443,18.428909,18.445375,18.973337,19.095758,19.170727,19.698786,20.422995,20.0982,20.063961,19.684517,16.90172,17.13241,14.38706,13.186255,13.758381,14.04337,14.065996,13.816833,13.948544,13.986752,14.160694,14.46861,14.19891,14.183337,13.861537,13.817257,14.037436,13.368429,11.455887,13.18471,13.415077,13.40154,13.445082,13.524114,13.48139,13.643769,14.062197,13.805938,13.784607,13.368379,13.196521,13.376603,12.562345,11.316545,12.744177,12.904926,13.059725,11.747439,12.043221,12.133855,12.096845,12.234631,11.843121,11.837032,11.669279,11.815887,12.036773,11.543302,10.703599,13.405117,13.686996,13.69342,13.534687,13.650143,13.65781,13.823564,14.142247,13.893701,13.876656,13.540003,13.472524,13.669687,12.990156,11.474426,15.880876,15.971409,15.943563,16.304098,16.366579,16.372902,16.634357,17.345234,16.975475,16.927937,16.515879,15.382233,15.600579,13.727907,12.404936,13.528981,13.815687,13.829818,13.62359,13.748502,13.770871,13.941788,14.2529,13.995204,13.979033,13.652244,13.600849,13.807185,13.137308,11.458743,14.689123,14.804562,15.079271,12.751602,12.912778,13.035755,12.935725,13.056459,12.674859,12.673869,12.533731,12.748916,12.940084,12.378827,11.438473,14.216748,14.46037,14.554331,13.714827,13.901417,14.009891,14.046245,14.27746,13.921926,13.914429,13.670303,13.766448,13.986541,13.378985,11.576839,15.325579,15.585976,15.643078,15.255292,15.404025,15.500697,15.652884,15.95328,15.653822,15.641363,15.329754,15.305207,15.581845,14.923638,11.712602,14.902543,15.159569,15.205263,14.895709,15.032034,15.114033,15.277725,15.581349,15.292347,15.277113,14.959931,14.89967,15.183137,14.516164,11.531332,13.898941,14.052927,14.247185,12.55668,12.760216,12.873891,12.821236,12.965014,12.573572,12.568948,12.399985,12.572967,12.776197,12.221791,11.215502,13.440864,13.619614,13.630558,13.653132,13.727541,13.760666,13.967555,14.308005,14.047959,14.019194,13.693922,13.019035,13.37102,12.386879,10.658444,13.265369,13.448085,13.428445,13.64598,13.71024,13.661612,13.819616,14.404777,14.09252,14.065573,13.613482,13.311743,13.497945,12.520792,11.192546,14.688609,14.961009,15.008839,14.636824,14.784573,14.864314,15.018892,15.317992,15.02199,15.009194,14.698428,14.680274,14.932229,14.273293,11.620312,13.654663,13.899725,13.909235,13.794848,13.897045,13.92193,14.12166,14.462542,14.191034,14.168245,13.81901,13.634619,13.890266,13.130806,11.237761,13.730943,14.004757,14.022,13.823322,13.944228,13.976184,14.164361,14.484127,14.215217,14.197437,13.86324,13.780174,14.010205,13.314323,11.39866,14.820536,14.977612,14.779371,14.955496,14.936951,14.998855,15.258867,15.648183,15.432631,15.165709,14.834974,14.503394,14.990552,13.555334,12.348135,9.8002739,10.148359,9.7920465,10.952861,10.773589,10.809038,10.897007,11.081873,10.98774,10.90685,10.758295,10.628181,10.855812,9.878727,9.3733368,16.552422,16.705236,16.513096,16.638777,16.61528,16.676674,17.03153,17.413145,17.177443,16.867983,16.572178,16.149008,16.499933,15.203554,13.59672,13.103691,13.27591,13.010839,13.146286,13.122224,13.191845,13.320145,13.572371,13.390742,13.209377,12.989004,12.743137,12.972424,11.986349,11.068217,12.664597,12.786138,12.55971,12.887037,12.855849,12.923244,13.1916,13.562056,13.410574,13.255235,12.879501,12.718373,13.999655,11.881537,11.146362,10.561984,10.69179,10.405503,11.15211,11.069812,11.13827,11.271062,11.565535,11.461468,11.361022,10.992009,10.872275,11.424829,9.9314766,9.3659801,12.143387,12.302245,12.010822,12.211357,12.183434,12.240871,12.358091,12.592651,12.432358,12.278613,12.062595,11.851062,12.094031,11.099483,10.301934,13.968198,14.137641,13.901084,14.049114,14.025705,14.092709,14.271535,14.57916,14.381852,14.1619,13.896845,13.597984,13.907475,12.767365,11.698826,9.6875238,10.136345,9.7908792,11.478011,11.212742,11.253225,11.335275,11.533448,11.424948,11.34444,11.180057,11.069403,11.3272,10.179161,9.6877441,11.722751,11.877752,11.577132,11.832806,11.799738,11.852057,11.968537,12.201187,12.051647,11.9095,11.688419,11.492144,11.763062,10.734027,9.9876795,13.077015,13.241116,12.985797,13.173895,13.148658,13.210402,13.364774,13.653898,13.473097,13.281931,13.020036,12.765516,13.092467,11.951886,11.022399,12.225592,12.350921,12.107244,12.476295,12.438193,12.503378,12.734057,13.082297,12.938163,12.793383,12.428145,12.272296,13.358856,11.43119,10.722991,12.617287,12.782518,12.50402,12.667847,12.642545,12.70591,12.827922,13.070774,12.899469,12.732068,12.514286,12.286032,12.519917,11.53254,10.676449,12.99247,13.152129,12.904844,13.123337,13.097773,13.15796,13.326455,13.638196,13.459074,13.266635,12.977359,12.731036,13.150501,11.891474,10.978735,12.177985,12.336735,12.04956,12.265209,12.236274,12.292878,12.416307,12.661262,12.500441,12.343588,12.115755,11.901768,12.17178,11.135213,10.331113,12.294611,12.453161,12.176038,12.410864,12.38112,12.437573,12.573473,12.838919,12.675705,12.512029,12.261708,12.043587,12.369951,11.251517,10.431656,10.491891,10.691568,10.368013,11.041946,10.952059,10.997751,11.109477,11.336904,11.224088,11.121792,10.886972,10.745384,11.109986,9.9444218,9.3605032,12.913848,13.06766,12.830675,13.078253,13.05264,13.113587,13.300941,13.638036,13.461892,13.271238,12.95087,12.72014,13.287186,11.861589,10.976381,16.749649,16.87397,16.738478,16.931667,16.920183,16.96995,17.307684,17.782578,17.550285,17.2197,16.855165,16.527143,17.141134,14.998096,13.697053,14.681891,14.858471,14.631124,14.7394,14.714951,14.789971,14.980794,15.286302,15.079475,14.844522,14.594016,14.265914,14.53276,13.449887,12.26532,14.017212,14.182522,13.954276,14.120598,14.098151,14.162418,14.357891,14.68754,14.48815,14.260218,13.973058,13.6709,14.038416,12.809353,11.731848,9.5535727,9.7050467,9.3275852,9.8065681,9.7463341,9.7784548,9.8514099,9.9897833,9.897274,9.8219709,9.7018757,9.5671854,9.7043285,8.9139376,8.4204626,10.684314,10.83036,10.539844,11.240497,11.159266,11.222384,11.359458,11.645864,11.536442,11.432316,11.089674,10.963953,11.535337,10.061387,9.4808855,12.198975,12.361063,12.066018,12.214873,12.190655,12.254308,12.357732,12.570254,12.407123,12.258243,12.068416,11.865318,12.053627,11.153683,10.363495,11.962627,12.11553,11.842846,12.157238,12.121012,12.176524,12.3277,12.615399,12.46264,12.309526,12.02275,11.830013,12.310685,11.012743,10.249475,13.693877,13.859199,13.622598,13.795859,13.772633,13.836338,14.016793,14.333733,14.140438,13.925026,13.64493,13.35951,13.716801,12.513886,11.489589,12.452617,12.610683,12.343937,12.585632,12.556391,12.613711,12.761657,13.045789,12.879108,12.708082,12.438615,12.215976,12.595321,11.403996,10.565104,12.815327,12.978567,12.7138,12.90694,12.880754,12.941445,13.084846,13.35964,13.184448,13.003841,12.753065,12.511024,12.817083,11.713367,10.821923,13.45033,13.624644,13.369723,13.49985,13.475909,13.547082,13.68722,13.953773,13.765784,13.571804,13.341558,13.077535,13.320208,12.304507,11.332762,11.761557,11.912027,11.637647,11.996183,11.955129,12.010947,12.166358,12.457473,12.311824,12.167516,11.869544,11.691416,12.240281,10.869732,10.141391,12.523973,12.694595,12.409952,12.52597,12.503192,12.575057,12.676615,12.889038,12.717275,12.562215,12.376437,12.171981,12.34906,11.471738,10.654357,15.865164,16.00642,15.84353,16.036177,16.023235,16.080677,16.42514,16.884912,16.65341,16.343477,15.972885,15.641316,16.279976,14.515669,13.168869,10.526602,10.626878,10.351388,11.101072,11.02545,11.103498,11.236477,11.550235,11.451303,11.352312,10.935645,10.820914,11.381476,9.8393545,9.2810221,17.678608,17.800049,17.649866,17.820498,17.807848,17.856102,18.313984,18.767879,18.528973,18.184166,17.842117,17.499252,17.995966,16.171413,14.450174,10.007613,10.259736,9.9366455,11.073518,10.921244,10.971417,11.071606,11.303214,11.200262,11.113014,10.859602,10.743557,11.094087,9.81987,9.3023386,16.034567,16.203157,15.992707,16.085144,16.057913,16.131731,16.407221,16.740498,16.519947,16.24864,15.992125,15.605515,15.879866,14.758892,13.278083,15.624237,15.77747,15.586741,15.746213,15.727404,15.787531,16.094585,16.493362,16.266438,15.973573,15.64701,15.279833,15.725918,14.305027,12.928343,11.626909,11.737415,11.479134,11.972382,11.916789,11.988593,12.197415,12.537634,12.415427,12.292981,11.89684,11.76611,12.812386,10.892014,10.259761,13.256051,13.3681,13.163611,13.455647,13.430295,13.500257,13.841211,14.237144,14.081608,13.918849,13.531536,13.372588,15.049505,12.550521,11.806588,9.6950054,10.100101,9.7498159,11.239367,11.007958,11.047039,11.13291,11.328618,11.230694,11.151158,10.98712,10.869605,11.118404,10.030127,9.5380716,10.946527,11.112737,10.800009,11.261822,11.203282,11.250646,11.369213,11.60491,11.478472,11.360947,11.120418,10.960446,11.327551,10.175953,9.5331326,11.747189,11.900137,11.620737,11.963976,11.923886,11.978262,12.124945,12.405324,12.258525,12.113604,11.830295,11.647058,12.127814,10.834009,10.099426,13.920024,14.060956,13.879684,14.118674,14.102665,14.170557,14.467191,14.899611,14.709029,14.485258,14.094431,13.861801,14.97385,12.939407,11.996826,11.57653,11.674086,11.425679,11.934869,11.878083,11.961596,12.175378,12.540165,12.426155,12.305604,11.865668,11.742511,12.836107,10.852661,10.232285,13.702382,13.872329,13.628188,13.777749,13.753951,13.82097,13.985718,14.280287,14.087778,13.878561,13.622555,13.338243,13.631817,12.524116,11.500877,12.371682,12.531609,12.253144,12.468672,12.440226,12.49779,12.629687,12.888361,12.723142,12.5583,12.317699,12.095516,12.39115,11.313208,10.48284,12.274457,12.425982,12.167573,12.461026,12.428738,12.486804,12.65337,12.962226,12.802208,12.637589,12.332543,12.130805,12.67484,11.298223,10.500032,11.395329,11.552013,11.252211,11.608666,11.564733,11.614871,11.7405,11.988403,11.849118,11.716174,11.468309,11.290505,11.657859,10.505001,9.8048754,13.879992,14.001197,13.823684,14.076836,14.059152,14.130724,14.509962,14.936242,14.766571,14.575225,14.178638,13.994996,15.736866,13.15412,12.336502,12.767616,12.924386,12.675148,12.9161,12.889087,12.948472,13.117522,13.431473,13.257839,13.073313,12.776006,12.544295,13.010653,11.704037,10.828213,11.425094,11.554311,11.284945,11.788839,11.73186,11.796674,11.978515,12.296016,12.171126,12.049065,11.688317,11.550335,12.395173,10.68749,10.048562,9.9014902,10.119063,9.760437,10.470352,10.372066,10.407657,10.493746,10.666744,10.567069,10.481914,10.32429,10.186711,10.395904,9.4647398,8.9377851,10.494148,10.658488,10.318381,10.764949,10.706968,10.748123,10.844336,11.036385,10.919848,10.816801,10.630701,10.475882,10.715508,9.7454844,9.1478529,10.601165,10.78286,10.474019,11.168674,11.080546,11.132609,11.256747,11.510037,11.397179,11.293155,11.014274,10.87932,11.342472,10.033058,9.4477158,8.8985958,9.2091608,8.8145351,9.9632101,9.7988377,9.8227196,9.8867712,10.011635,9.938199,9.8810406,9.8006001,9.6828909,9.7911425,9.0209723,8.6041965,9.7863064,9.8085957,9.5134077,10.658704,10.558094,10.625019,10.719834,10.977074,10.898265,10.821727,10.461578,10.362661,10.687723,9.1301508,8.6719122,13.663923,13.811395,13.613087,13.84942,13.830734,13.896255,14.148104,14.551729,14.361599,14.142061,13.771516,13.52869,14.380562,12.61644,11.664405,10.188853,10.434039,10.09743,10.941732,10.822496,10.864563,10.965847,11.176155,11.071011,10.977873,10.772179,10.636856,10.944768,9.8464212,9.2962351,9.8029099,10.090811,9.7637129,11.144449,10.956289,11.004807,11.094901,11.317042,11.215649,11.13389,10.894234,10.784949,11.091314,9.8033514,9.3118086,14.69598,14.837574,14.678737,14.90402,14.89241,14.957385,15.27862,15.750952,15.539846,15.275784,14.874728,14.606812,15.650903,13.572395,12.516539,13.543994,13.681578,13.488532,13.742576,13.723425,13.791981,14.079097,14.492661,14.31316,14.110061,13.722861,13.511353,14.672705,12.626386,11.745432,12.950121,13.116888,12.850983,13.017237,12.992131,13.056057,13.192805,13.456722,13.278649,13.097206,12.861309,12.615138,12.880293,11.835308,10.928383,10.94815,11.105927,10.812219,11.393516,11.323245,11.379416,11.521365,11.7974,11.677564,11.56422,11.257094,11.116866,11.687365,10.269168,9.6522036,11.388671,11.537973,11.218858,11.447399,11.416793,11.467729,11.567241,11.767816,11.625666,11.497777,11.311154,11.127583,11.329688,10.412797,9.7105141,10.980243,11.092503,10.824596,11.442939,11.376913,11.453221,11.614505,11.942733,11.833354,11.723461,11.313472,11.190764,11.932775,10.271694,9.6753387,12.084453,12.243658,11.945975,12.115667,12.090045,12.15019,12.256383,12.472566,12.312762,12.165154,11.969675,11.765921,11.967098,11.043882,10.261727,12.119594,12.267933,12.008452,12.329636,12.294593,12.353061,12.524137,12.835908,12.681513,12.524334,12.210182,12.021104,12.631054,11.187873,10.419194,9.8641043,10.125514,9.7682848,10.638042,10.512341,10.547896,10.635195,10.813647,10.715958,10.63225,10.474588,10.340133,10.560488,9.6041632,9.0850029,11.107556,11.260251,10.938787,11.25593,11.215365,11.262077,11.366998,11.576975,11.443401,11.321437,11.118935,10.944119,11.194732,10.204946,9.5339012,13.607027,13.759486,13.550468,13.777321,13.757239,13.820882,14.048389,14.43092,14.239525,14.019661,13.669141,13.413916,14.096329,12.50924,11.537765,8.1972094,8.7502632,8.3356123,10.464487,10.136906,10.169573,10.22919,10.335491,10.285669,10.255412,10.243882,10.145489,10.186725,9.5049095,9.1584501,12.526619,12.675921,12.430918,12.71435,12.684905,12.745349,12.92997,13.260484,13.095413,12.921907,12.597371,12.391189,13.024535,11.544349,10.722741,13.450555,13.610977,13.378596,13.581759,13.558696,13.62049,13.808388,14.142244,13.953088,13.74193,13.438678,13.170732,13.617272,12.306408,11.326996,14.501977,14.63333,14.477226,14.70937,14.697872,14.765829,15.144962,15.611118,15.41903,15.183411,14.784329,14.558842,16.074234,13.616438,12.673745,13.376532,13.54334,13.293712,13.462948,13.438648,13.502724,13.662189,13.954743,13.768035,13.567753,13.307885,13.038766,13.350343,12.223517,11.249564,11.132571,11.292242,10.99632,11.4791,11.420213,11.472633,11.609996,11.875683,11.747409,11.625578,11.344075,11.188775,11.688518,10.371601,9.7202454,10.611756,10.780772,10.479033,11.193481,11.105879,11.162233,11.291184,11.557527,11.44646,11.343152,11.038546,10.908581,11.4159,10.034676,9.4544411,11.885909,12.006982,11.751487,12.181797,12.134509,12.199725,12.416465,12.752625,12.618908,12.486977,12.117895,11.974931,13.028955,11.124308,10.458391,14.416072,14.58911,14.358473,14.483366,14.459575,14.530617,14.7189,15.02715,14.823503,14.592995,14.335195,14.016424,14.30146,13.190748,12.048178,15.290878,15.434407,15.275026,15.483624,15.471876,15.532494,15.851325,16.321039,16.096453,15.803404,15.417013,15.109229,15.885302,14.000021,12.801587,14.228266,14.387242,14.178092,14.365919,14.346221,14.408834,14.63754,15.009528,14.804471,14.56044,14.234871,13.931071,14.425109,13.015758,11.915444,11.784541,11.939345,11.635792,11.855918,11.826125,11.88022,11.990174,12.211384,12.059702,11.917897,11.712007,11.513977,11.745544,10.774949,10.022793,9.7950773,10.213629,9.860918,11.260464,11.035323,11.072071,11.161921,11.355927,11.263405,11.183464,11.037371,10.910712,11.152483,10.141697,9.6430569,15.37402,15.55048,15.333275,15.425985,15.400039,15.477572,15.700389,16.017332,15.802927,15.550006,15.299191,14.940236,15.203443,14.115597,12.795351,10.584805,10.774008,10.459261,11.131969,11.044642,11.093655,11.213003,11.455343,11.341452,11.237062,10.978213,10.839028,11.259923,10.015163,9.4261761,11.940273,12.096722,11.808106,12.069266,12.036397,12.090174,12.217939,12.470296,12.315764,12.16465,11.92305,11.719721,12.037395,10.938979,10.165602,10.424582,10.616582,10.282093,10.877905,10.798067,10.840138,10.942597,11.149622,11.036731,10.93579,10.730468,10.583479,10.877053,9.819952,9.2361193,12.855885,13.023129,12.752635,12.912088,12.887122,12.951831,13.081384,13.335252,13.158995,12.982739,12.756496,12.516787,12.762954,11.7509,10.860532,12.900661,13.065722,12.800688,12.979488,12.953922,13.01619,13.156724,13.426502,13.249496,13.067755,12.824333,12.578952,12.863327,11.78949,10.887212,10.927875,11.01856,10.762959,11.389885,11.328289,11.417142,11.5783,11.931641,11.828315,11.720034,11.252594,11.135619,11.885674,10.186069,9.5964279,14.175591,14.302166,14.136875,14.378233,14.364225,14.435736,14.823472,15.270666,15.091876,14.881381,14.484353,14.284544,15.972473,13.40764,12.538757,16.639378,16.776737,16.600958,16.765312,16.748333,16.802792,17.206921,17.6385,17.401098,17.079346,16.735968,16.376345,16.86792,15.319682,13.712644,14.344303,14.51068,14.286887,14.440114,14.417727,14.483187,14.689467,15.022627,14.818048,14.58025,14.295611,13.976053,14.327489,13.110469,11.975316,12.569988,12.731976,12.458068,12.656221,12.629172,12.688667,12.822609,13.083922,12.914112,12.743218,12.503326,12.272612,12.558981,11.489828,10.633087,10.275527,10.48504,10.167743,11.052407,10.937282,10.988441,11.100377,11.342255,11.236483,11.141877,10.874011,10.748982,11.152915,9.8723326,9.3235064,11.198762,11.324202,11.052623,11.614039,11.551015,11.619432,11.790788,12.108731,11.991088,11.875475,11.500197,11.369497,12.163938,10.485923,9.8690948,12.558288,12.712243,12.460621,12.72453,12.695635,12.754577,12.924536,13.239448,13.071527,12.895236,12.591109,12.373449,12.887757,11.534407,10.693404,10.491405,10.520341,10.274766,11.033239,10.973263,11.084541,11.222324,11.592704,11.512097,11.418904,10.847347,10.745551,11.370791,9.6716175,9.1349268,12.196907,12.30137,12.052382,12.468334,12.420995,12.486067,12.744405,13.091191,12.95732,12.825532,12.443006,12.307282,13.652437,11.457498,10.80427,17.077053,17.231421,17.029663,17.123089,17.093916,17.161129,17.536266,17.890017,17.66025,17.363503,17.10327,16.683407,16.970507,15.809093,14.042561,14.955753,15.126534,14.905694,15.024856,15.000766,15.071443,15.290449,15.615265,15.40413,15.155659,14.890153,14.543739,14.839555,13.69702,12.449071,19.495861,19.597569,19.423069,19.552591,19.53084,19.572338,20.307007,20.720295,20.473598,20.123007,19.806307,19.47167,19.859924,18.450821,15.857896,9.7838039,9.8842974,9.5761995,10.727416,10.609098,10.669114,10.763217,11.008199,10.923569,10.844827,10.524655,10.42094,10.735677,9.2937431,8.821064,11.64772,11.789944,11.520441,11.937686,11.890763,11.950071,12.12314,12.430444,12.293024,12.157944,11.830355,11.671601,12.391445,10.835128,10.145921,12.541061,12.70171,12.430622,12.644475,12.61667,12.675078,12.814484,13.084682,12.915627,12.743796,12.492894,12.2635,12.580581,11.468456,10.615023,11.300896,11.369668,11.148941,11.688419,11.640583,11.75882,11.955354,12.38361,12.284865,12.169734,11.578535,11.46668,12.466782,10.530829,9.9213972,14.566501,14.721218,14.527185,14.720284,14.702936,14.765149,15.023896,15.426203,15.214417,14.95414,14.606952,14.297205,14.872599,13.338552,12.193775,12.163721,12.326417,12.029626,12.166046,12.142715,12.208184,12.307085,12.512111,12.349045,12.203422,12.021373,11.824597,11.99992,11.126281,10.346875,13.312215,13.466997,13.243135,13.47251,13.4499,13.512142,13.715604,14.071832,13.886318,13.678848,13.348092,13.099039,13.686269,12.219187,11.278061,9.9662685,10.2585,9.9207363,11.032104,10.872325,10.915505,11.012305,11.224045,11.122912,11.036295,10.82903,10.705387,11.010929,9.8650656,9.3443327,12.825952,12.973954,12.742723,13.01166,12.985495,13.048036,13.251732,13.603668,13.432236,13.247594,12.906731,12.692842,13.406384,11.831456,10.978983,14.825623,14.970914,14.8058,15.021593,15.009125,15.072357,15.377549,15.838581,15.622525,15.349216,14.959532,14.671061,15.528266,13.626225,12.509632,15.128272,15.288416,15.085383,15.239538,15.219069,15.28205,15.544471,15.917032,15.698229,15.426458,15.116826,14.760207,15.164172,13.834025,12.554546,10.480736,10.676937,10.348621,10.979079,10.894682,10.938568,11.046184,11.264307,11.150812,11.048407,10.827772,10.682682,11.012998,9.9005651,9.3138142,8.5209322,8.8426285,8.4376469,9.6920214,9.5175314,9.5416746,9.5992575,9.7077265,9.6443415,9.5967445,9.5445881,9.435173,9.5112381,8.8001299,8.4206676,14.296435,14.441193,14.266977,14.493258,14.479132,14.545003,14.839681,15.284646,15.081649,14.834961,14.44506,14.18482,15.154924,13.211773,12.190555,10.475516,10.542881,10.279948,11.036956,10.968475,11.059355,11.191243,11.527666,11.435631,11.338741,10.861327,10.751989,11.313297,9.7245388,9.1755266,10.733367,10.900925,10.574426,11.031696,10.972619,11.01672,11.123309,11.336717,11.214697,11.103892,10.891518,10.733144,11.028929,9.9746895,9.351985,12.819401,12.952388,12.731494,13.028982,13.001742,13.068561,13.319606,13.694263,13.532881,13.361858,12.989809,12.807243,13.901116,11.957561,11.167019,13.534403,13.706662,13.455416,13.594997,13.570993,13.640037,13.789745,14.067327,13.87798,13.678302,13.437604,13.165324,13.427945,12.375335,11.384343,18.30308,18.443197,18.250961,18.340445,18.308455,18.370556,18.876143,19.240942,18.998932,18.677885,18.424574,17.967922,18.25518,17.076679,14.935385,9.076479,9.2705927,8.880518,9.5874472,9.4953833,9.5230217,9.589385,9.7138653,9.634902,9.5722923,9.4776068,9.3542976,9.4695082,8.7112875,8.2715645,17.507071,17.661642,17.4589,17.533346,17.500931,17.571785,17.96793,18.310686,18.083492,17.788836,17.545338,17.128862,17.390135,16.285917,14.397198,11.924767,12.081977,11.777705,11.938804,11.91401,11.97421,12.073722,12.277759,12.121117,11.980513,11.79672,11.602285,11.784715,10.897811,10.140147,12.332709,12.495632,12.206217,12.365754,12.340712,12.403503,12.514174,12.738882,12.573381,12.41782,12.216188,12.003338,12.211098,11.273398,10.46008,13.159654,13.309764,13.088783,13.336907,13.313807,13.377082,13.590825,13.956563,13.776359,13.576792,13.230971,12.999967,13.705663,12.1218,11.220219,11.480069,11.630579,11.349504,11.769311,11.720347,11.775922,11.929222,12.21573,12.079234,11.94648,11.644892,11.481729,12.06187,10.65723,9.9704714,12.581595,12.745217,12.467689,12.646221,12.620138,12.681522,12.807941,13.057439,12.887167,12.718792,12.49282,12.263481,12.516061,11.498404,10.643318,14.077251,14.228439,14.035679,14.2532,14.236126,14.300226,14.555041,14.965355,14.763898,14.52336,14.15821,13.885823,14.621009,12.941963,11.907583,12.075651,12.233171,11.946093,12.184305,12.15356,12.208639,12.335179,12.585427,12.427311,12.272415,12.036192,11.826494,12.122585,11.0507,10.259314,12.549658,12.718246,12.434626,12.565457,12.541916,12.61069,12.718115,12.939393,12.768122,12.609218,12.414354,12.201016,12.392688,11.484335,10.653508,10.926218,11.091284,10.791442,11.352251,11.282962,11.335802,11.470483,11.734226,11.612689,11.498465,11.212742,11.067286,11.575404,10.237957,9.6151018,11.675105,11.830134,11.529935,11.800833,11.76627,11.817986,11.936337,12.172237,12.024127,11.882926,11.656844,11.462829,11.749187,10.699055,9.9587727,11.445306,11.60035,11.295019,11.604273,11.565316,11.61505,11.732275,11.965813,11.823988,11.689958,11.462477,11.278018,11.57949,10.512443,9.8015022,11.344686,11.486887,11.209418,11.701622,11.644814,11.704687,11.870158,12.17049,12.042759,11.919168,11.587423,11.441727,12.153889,10.594543,9.9452305,11.038919,11.187797,10.860245,11.151011,11.113539,11.15991,11.258864,11.456914,11.324537,11.205821,11.01768,10.844218,11.062821,10.123248,9.4604101,12.568706,12.735957,12.453547,12.595704,12.571552,12.638228,12.750335,12.978527,12.807464,12.645749,12.443614,12.224554,12.428806,11.495476,10.655654,11.752862,11.885306,11.623661,12.050064,12.00308,12.065769,12.25935,12.582728,12.447182,12.313586,11.963287,11.812669,12.690853,10.967576,10.289256,14.852381,14.987086,14.84061,15.07028,15.059972,15.124769,15.483623,15.973352,15.762839,15.499354,15.08884,14.835492,16.121,13.783994,12.763988,9.9616728,10.249092,9.9167814,11.082876,10.918612,10.964371,11.06139,11.280048,11.176755,11.090208,10.867232,10.748151,11.070513,9.8679266,9.350378,12.441703,12.598135,12.335786,12.591264,12.56154,12.619015,12.773942,13.06853,12.902518,12.731057,12.448626,12.229756,12.65746,11.407488,10.573838,11.769794,11.924141,11.617914,11.82233,11.793946,11.848938,11.954651,12.168345,12.016646,11.876842,11.67977,11.483715,11.696313,10.756908,10.008895,13.320876,13.489502,13.235082,13.393594,13.369205,13.434752,13.585006,13.86524,13.679803,13.484425,13.237055,12.972281,13.254525,12.174169,11.211287,13.366811,13.531602,13.285726,13.467166,13.442956,13.50572,13.672305,13.975583,13.788762,13.586055,13.314234,13.045452,13.3901,12.215849,11.242852,14.385278,14.546985,14.333779,14.505997,14.485379,14.548561,14.773646,15.133092,14.925954,14.679379,14.36915,14.051177,14.479478,13.149124,12.012723,15.966996,16.131531,15.922646,16.028778,16.002844,16.072464,16.357231,16.701004,16.478951,16.203285,15.935532,15.546207,15.842757,14.677382,13.205585,13.768095,13.92758,13.707037,13.905819,13.884501,13.946903,14.153382,14.507444,14.311541,14.086399,13.768991,13.487676,13.973399,12.599339,11.574146,11.115005,11.16508,10.967025,11.518467,11.476062,11.626228,11.809128,12.29041,12.203713,12.091178,11.36246,11.254992,12.178403,10.29519,9.692152,12.36153,12.523706,12.23701,12.4111,12.385117,12.446149,12.562629,12.796479,12.630814,12.471946,12.260325,12.042571,12.269772,11.297559,10.47534,12.120971,12.277737,11.998973,12.260564,12.228514,12.283622,12.421156,12.689512,12.530834,12.372339,12.114621,11.905742,12.264117,11.108333,10.31309,9.3434,9.7256489,9.3475943,10.658332,10.454822,10.481194,10.555661,10.709145,10.625641,10.557905,10.450671,10.325977,10.483095,9.6197205,9.1617327,10.274453,10.496323,10.172783,11.031335,10.916104,10.963803,11.073267,11.304951,11.198488,11.103429,10.857241,10.727838,11.104687,9.8839607,9.3310156,10.269391,10.49922,10.170481,11.002529,10.888286,10.933368,11.040098,11.262953,11.156219,11.060951,10.832483,10.699198,11.048327,9.8824015,9.3264713,11.70381,11.859076,11.570168,11.886916,11.848517,11.900976,12.034132,12.29493,12.147473,12.003616,11.745726,11.55649,11.939997,10.762195,10.023632,13.2357,13.393459,13.160182,13.381056,13.357329,13.418641,13.606674,13.943799,13.759416,13.555701,13.243855,12.990952,13.487751,12.12634,11.185184,12.081755,12.240254,11.944616,12.133512,12.106424,12.164527,12.276112,12.501145,12.341976,12.192028,11.986257,11.778916,12.001126,11.041329,10.254443,14.444007,14.607833,14.390788,14.552341,14.530904,14.595024,14.814864,15.163532,14.956252,14.710892,14.412452,14.088654,14.476952,13.200951,12.04995,18.9559,19.063416,18.897987,19.043316,19.025328,19.068949,19.71801,20.149612,19.90457,19.553244,19.228275,18.894566,19.322079,17.781025,15.461812,10.179413,10.413757,10.072845,10.851715,10.742176,10.782636,10.880963,11.082918,10.977372,10.884248,10.68986,10.551479,10.834553,9.7815542,9.2290707,11.764379,11.920037,11.628482,11.918373,11.882497,11.934941,12.062896,12.315432,12.165692,12.020141,11.774526,11.579655,11.918741,10.795869,10.046268,14.007774,14.184517,13.943583,14.062351,14.038423,14.112122,14.272168,14.557504,14.360199,14.147205,13.906315,13.613474,13.868819,12.820306,11.758214,11.091656,11.238212,10.909876,11.169582,11.135729,11.183203,11.279418,11.472242,11.337972,11.218703,11.037781,10.862935,11.062994,10.153092,9.4850397,11.801418,11.956719,11.656303,11.891913,11.860765,11.914235,12.028661,12.257809,12.106037,11.962283,11.746962,11.547668,11.800879,10.796534,10.040824,11.388802,11.544844,11.240762,11.575564,11.533783,11.583285,11.703441,11.942056,11.80221,11.669679,11.434303,11.253753,11.581573,10.479954,9.7776194,10.146373,10.364894,10.019043,10.726345,10.628203,10.667208,10.761896,10.954382,10.848908,10.756545,10.573188,10.432615,10.689182,9.6817961,9.1297598,13.387985,13.550655,13.31054,13.503795,13.479959,13.541927,13.717892,14.035033,13.847435,13.641139,13.354605,13.086292,13.475725,12.240077,11.265615,12.214101,12.368443,12.101867,12.384119,12.35169,12.408238,12.562114,12.854794,12.694959,12.532075,12.246007,12.040109,12.498824,11.21946,10.419965,10.785733,10.960728,10.64537,11.178549,11.110002,11.157119,11.275037,11.510488,11.389235,11.277335,11.034079,10.881959,11.263408,10.089067,9.4685631,13.528811,13.646735,13.454575,13.725847,13.703971,13.774842,14.129084,14.538754,14.376696,14.200661,13.806314,13.635038,15.315914,12.805646,12.024244,14.906439,15.07406,14.85597,14.987925,14.964746,15.032484,15.259257,15.595036,15.383165,15.131059,14.853724,14.506585,14.829577,13.640479,12.399359,10.169056,10.242604,9.9596062,10.85788,10.772939,10.849774,10.963624,11.258294,11.169461,11.080737,10.671254,10.564325,11.005893,9.4944,8.9781408,16.334316,16.470163,16.315113,16.505705,16.493603,16.548372,16.915039,17.383236,17.147671,16.823681,16.455162,16.118616,16.73579,14.90543,13.492806,10.979405,11.125571,10.839254,11.435319,11.365394,11.4262,11.576349,11.867094,11.749495,11.637056,11.303067,11.168473,11.809056,10.299851,9.6890831,16.664875,16.812874,16.625813,16.76087,16.739248,16.797661,17.174118,17.569515,17.331499,17.013142,16.704271,16.288303,16.666353,15.312938,13.679778,13.888279,14.044294,13.835454,14.043703,14.024095,14.086963,14.312822,14.691119,14.492713,14.260606,13.921504,13.643104,14.22525,12.730059,11.699215,19.645897,19.771433,19.58325,19.660341,19.624411,19.684511,20.353928,20.71051,20.462891,20.135098,19.906067,19.442739,19.712423,18.578424,15.939095,11.095947,11.258307,10.956234,11.418769,11.361478,11.41168,11.54102,11.794569,11.665563,11.543777,11.280165,11.120582,11.557236,10.317693,9.6633167,12.690163,12.858315,12.580228,12.724193,12.699885,12.76671,12.88351,13.119048,12.945643,12.778893,12.570428,12.344289,12.558169,11.605512,10.746779,10.73474,10.775337,10.554099,11.201987,11.151606,11.285206,11.437719,11.865168,11.781742,11.678373,11.01636,10.911035,11.625484,9.8941994,9.3227911,9.802803,9.9828224,9.6649208,10.873444,10.730076,10.784307,10.877759,11.11248,11.021022,10.94028,10.655293,10.547922,10.86149,9.5013094,9.0168104,19.447618,19.575287,19.377115,19.43898,19.400625,19.461605,20.08456,20.428673,20.2017,19.893944,19.676903,19.267832,19.512295,18.455551,15.862571,12.547667,12.69026,12.453303,12.753036,12.723371,12.786301,12.992913,13.340694,13.178971,13.009124,12.662705,12.469777,13.27425,11.619679,10.819902,18.7117,18.829107,18.651114,18.777096,18.755098,18.801756,19.419134,19.826828,19.579119,19.227436,18.91687,18.529289,18.89785,17.529671,15.237738,12.911338,13.054524,12.831881,13.106521,13.081224,13.145827,13.370693,13.73873,13.568302,13.383964,13.026146,12.820319,13.679413,11.956152,11.113773,9.6984987,10.192992,9.8541384,11.751569,11.450842,11.492153,11.570359,11.771285,11.652903,11.573249,11.409369,11.303558,11.577061,10.362866,9.8785553,9.7935295,9.9793358,9.6133022,10.20912,10.129885,10.164108,10.244978,10.403983,10.306207,10.224077,10.080718,9.9429636,10.121255,9.2483625,8.7304516,16.047441,16.207163,16.005386,16.126539,16.102406,16.167656,16.473404,16.836252,16.609158,16.320921,16.03586,15.634827,15.96618,14.728075,13.239249,10.192631,10.313386,10.018791,10.924955,10.828274,10.895601,11.009124,11.286321,11.191335,11.100811,10.740501,10.62873,11.062425,9.6189871,9.093051,9.0646553,9.2216463,8.8303165,9.3926563,9.3228273,9.3507242,9.4156504,9.5346775,9.455327,9.3928137,9.3006811,9.1764107,9.2829428,8.5519743,8.1120996,14.588952,14.73759,14.560665,14.772771,14.758405,14.821846,15.106599,15.545411,15.333558,15.070405,14.692673,14.403881,15.179688,13.404216,12.300039,10.213698,10.377188,10.073037,10.996036,10.887597,10.947803,11.060721,11.323256,11.223307,11.131499,10.810893,10.694938,11.12125,9.7359409,9.2025805,10.432004,10.61163,10.273561,10.803943,10.733788,10.775009,10.874079,11.073067,10.959121,10.857842,10.662782,10.512595,10.778781,9.76548,9.1777325,11.396981,11.550087,11.238238,11.521764,11.485356,11.534754,11.644681,11.8648,11.723577,11.592303,11.381369,11.196754,11.455709,10.449606,9.7435284,15.385158,15.521857,15.380288,15.602234,15.592593,15.652984,15.989352,16.48875,16.263956,15.968708,15.564913,15.276335,16.262154,14.073757,12.953583,9.2839718,9.5471239,9.1650972,10.093846,9.9625006,9.990675,10.062491,10.204008,10.120515,10.052998,9.9435205,9.8179979,9.9608259,9.1364708,8.6779022,13.004155,13.174319,12.906917,13.051394,13.027042,13.094643,13.223327,13.475952,13.296463,13.117168,12.894763,12.651245,12.886327,11.891091,10.983996,10.84023,10.907605,10.666595,11.303535,11.247453,11.353302,11.510396,11.893867,11.798124,11.691934,11.148087,11.036538,11.767443,10.053996,9.4714985,13.826755,13.989587,13.762317,13.94491,13.922726,13.985669,14.181778,14.518619,14.322092,14.098028,13.799647,13.509495,13.919559,12.63922,11.596379,13.98584,14.133046,13.945752,14.174223,14.157775,14.223427,14.492789,14.914788,14.717443,14.483405,14.104904,13.849891,14.73109,12.909846,11.915888,11.350986,11.508167,11.211762,11.601862,11.554297,11.60522,11.73665,11.993629,11.85669,11.725588,11.463868,11.29213,11.710489,10.494591,9.8050833,16.671349,16.812735,16.63064,16.781607,16.762619,16.818138,17.214977,17.629053,17.391281,17.070286,16.741924,16.358713,16.792883,15.344463,13.711113,18.859426,18.987848,18.80559,18.904457,18.870522,18.924824,19.506496,19.885874,19.62759,19.279415,19.019575,18.534822,18.835728,17.590797,15.285545,17.723881,17.865002,17.680393,17.793592,17.766541,17.82398,18.285402,18.672483,18.424675,18.088871,17.804117,17.341829,17.670177,16.382759,14.451978,15.448916,15.613126,15.403822,15.53075,15.507343,15.574034,15.836461,16.187246,15.967758,15.697534,15.414504,15.040708,15.371222,14.152837,12.799212,12.724255,12.892012,12.615565,12.764566,12.740011,12.806055,12.926076,13.166294,12.992397,12.823375,12.610246,12.380551,12.602743,11.634428,10.768212,12.049161,12.20458,11.92802,12.211374,12.177626,12.232555,12.375069,12.651069,12.494743,12.33824,12.06912,11.866385,12.268889,11.060252,10.277766,10.99087,11.149808,10.830323,11.214927,11.166006,11.212003,11.321817,11.541162,11.411732,11.292653,11.075854,10.907924,11.202545,10.15008,9.4952993,10.809245,10.983633,10.673823,11.236211,11.164643,11.213831,11.337679,11.584,11.463476,11.351586,11.091687,10.943438,11.372763,10.133679,9.5159369,11.836185,11.981596,11.715501,12.085619,12.044501,12.10291,12.273587,12.580969,12.436082,12.291691,11.972743,11.800812,12.462967,10.969071,10.245933,18.257793,18.387669,18.209538,18.329079,18.30537,18.356787,18.894211,19.294956,19.045843,18.693623,18.395489,17.952356,18.295364,16.96755,14.859355,10.179223,10.199975,9.931344,10.835121,10.761131,10.851182,10.968715,11.28551,11.205359,11.119813,10.6445,10.544166,11.028257,9.4023046,8.899869,15.4572,15.606473,15.424466,15.603929,15.587668,15.647143,15.958594,16.381184,16.155537,15.863362,15.513716,15.172511,15.716561,14.158103,12.839385,12.844098,12.994637,12.760566,13.021787,12.995739,13.057461,13.253218,13.598516,13.425351,13.23858,12.906401,12.685975,13.333246,11.82553,10.961034,11.883704,12.040678,11.734423,11.885844,11.861886,11.923067,12.019176,12.217129,12.060926,11.923074,11.745577,11.555794,11.727671,10.86177,10.113184,12.181738,12.325047,12.073106,12.404514,12.369557,12.430289,12.617891,12.944724,12.791581,12.635139,12.302357,12.120574,12.852958,11.281077,10.521071,10.697574,10.872952,10.549483,11.06321,10.996418,11.041233,11.151542,11.372744,11.252652,11.143121,10.919511,10.765635,11.094454,9.99193,9.3769302,11.275873,11.426843,11.141857,11.622224,11.565504,11.621732,11.773982,12.059152,11.929851,11.805546,11.49742,11.345542,11.952154,10.512319,9.8565149,10.999233,11.155409,10.833416,11.192673,11.146882,11.192677,11.299398,11.512747,11.382596,11.263535,11.054931,10.885064,11.156836,10.137004,9.4798498,10.328108,10.508227,10.201132,11.064873,10.958805,11.015643,11.132632,11.391082,11.286609,11.191285,10.888578,10.767173,11.211876,9.8539238,9.3048754,13.276986,13.422157,13.212294,13.465961,13.444294,13.509744,13.749074,14.135416,13.955518,13.754688,13.38923,13.166724,14.038562,12.282491,11.389948,11.425332,11.57998,11.291644,11.695896,11.647694,11.7008,11.842657,12.11478,11.977506,11.844806,11.563178,11.394768,11.887307,10.582751,9.8919678,10.13991,10.299784,9.9437847,10.396811,10.338307,10.375866,10.461648,10.63056,10.522885,10.43084,10.272676,10.125341,10.316456,9.4264469,8.8681202,9.96556,10.273442,9.9312811,11.032656,10.869886,10.910876,11.00677,11.212542,11.113148,11.026904,10.835996,10.708628,10.996217,9.901309,9.3797302,12.031549,12.168745,11.915033,12.282226,12.243194,12.30522,12.501595,12.831008,12.685334,12.538833,12.194965,12.02867,12.867964,11.189058,10.466013,15.705056,15.845563,15.690867,15.894246,15.882883,15.94105,16.274549,16.749393,16.519274,16.211338,15.829136,15.508956,16.229403,14.336239,13.070057,11.038037,11.199503,10.886139,11.297636,11.245658,11.292795,11.408906,11.640008,11.510178,11.389403,11.157223,10.990976,11.327942,10.217061,9.5596981,12.795019,12.956861,12.694967,12.900512,12.873954,12.933764,13.082425,13.365621,13.190863,13.009144,12.748274,12.507493,12.842638,11.698852,10.810154,15.517758,15.678139,15.475848,15.615175,15.593378,15.657177,15.93611,16.304632,16.081608,15.801497,15.502286,15.124196,15.492314,14.204178,12.83955,17.100546,17.25239,17.056364,17.160879,17.13328,17.19739,17.585121,17.951902,17.716162,17.408327,17.135815,16.699776,17.008379,15.79308,14.028431,16.13493,16.275463,16.105526,16.285889,16.271145,16.327473,16.691483,17.13706,16.903439,16.589733,16.231621,15.887802,16.45339,14.799525,13.352666,10.141269,10.336363,9.9866371,10.596115,10.5137,10.551871,10.643425,10.82731,10.721078,10.628716,10.454048,10.310745,10.543576,9.5784426,9.0237732,11.413285,11.565137,11.251072,11.513215,11.479078,11.52899,11.635422,11.849059,11.707027,11.576195,11.373763,11.188231,11.42541,10.451777,9.7440233,10.638261,10.789787,10.450321,10.809645,10.763629,10.805957,10.900188,11.087672,10.966352,10.859494,10.680284,10.519185,10.734552,9.8037004,9.1878023,14.568124,14.719833,14.534053,14.737341,14.72147,14.784141,15.054973,15.475482,15.263602,15.001709,14.638678,14.33944,15.007013,13.359972,12.234318,13.207893,13.378161,13.11798,13.266091,13.241736,13.308962,13.448136,13.714277,13.53099,13.342656,13.108788,12.852701,13.107324,12.074674,11.133612,14.874754,15.03955,14.825757,14.970051,14.947962,15.013396,15.248498,15.597123,15.384074,15.127496,14.836831,14.489939,14.846344,13.602578,12.368343,14.283499,14.453008,14.223187,14.364461,14.341255,14.408928,14.601888,14.919166,14.716688,14.485836,14.216392,13.901176,14.214997,13.059079,11.935663,9.5795202,9.8420448,9.4716063,10.365109,10.236972,10.268582,10.347528,10.506284,10.415473,10.339875,10.207882,10.077415,10.254393,9.3704443,8.8808289,13.870681,14.038033,13.802279,13.961956,13.938749,14.004007,14.185393,14.49902,14.302921,14.083575,13.81039,13.515674,13.848298,12.675432,11.622015,11.613197,11.764946,11.451545,11.646811,11.619363,11.673983,11.773197,11.974515,11.826183,11.692965,11.50839,11.31981,11.510958,10.610517,9.8846025,13.904146,14.076956,13.83542,13.969939,13.946165,14.016005,14.181643,14.474166,14.27844,14.065122,13.814887,13.522645,13.799084,12.714948,11.662341,11.524292,11.607586,11.373394,11.88913,11.834485,11.934242,12.15048,12.549106,12.443486,12.324019,11.819738,11.703561,12.823433,10.797844,10.184059,13.08243,13.184242,12.967899,13.283232,13.254007,13.321004,13.663559,14.046224,13.895927,13.745377,13.368643,13.223312,14.982238,12.405255,11.70435,12.609026,12.713686,12.478213,12.838925,12.800631,12.865414,13.158829,13.521142,13.377966,13.236209,12.858317,12.71689,14.233617,11.882516,11.20329,12.507506,12.676598,12.391407,12.515485,12.492342,12.56231,12.666195,12.881933,12.711072,12.555032,12.365567,12.15765,12.340822,11.450269,10.629743,12.880555,13.041413,12.786195,12.999152,12.972901,13.03272,13.190452,13.487003,13.310344,13.123711,12.84927,12.60582,12.979262,11.782123,10.882536,12.449196,12.61091,12.330723,12.523302,12.496289,12.555777,12.682226,12.931909,12.764694,12.599634,12.371115,12.146416,12.408833,11.378279,10.539412,9.5958538,9.9103203,9.542244,10.606389,10.44695,10.478555,10.559112,10.724381,10.634162,10.558668,10.427611,10.298394,10.48515,9.5788393,9.091136,13.182221,13.316856,13.110394,13.383636,13.360713,13.42879,13.700551,14.094709,13.924908,13.73928,13.358353,13.163327,14.316994,12.301351,11.470124,15.173926,15.321544,15.148259,15.345949,15.331855,15.392553,15.69778,16.140888,15.918521,15.632344,15.262501,14.944994,15.611092,13.902499,12.676414,9.6911049,10.163532,9.8097572,11.431853,11.16618,11.203144,11.290512,11.485446,11.394711,11.317739,11.177731,11.056281,11.293693,10.262178,9.7775984,12.41678,12.551835,12.313896,12.641149,12.608598,12.672959,12.893342,13.244282,13.090305,12.931501,12.574191,12.399044,13.348666,11.555072,10.796576,11.657484,11.809845,11.496366,11.668458,11.643107,11.700141,11.795589,11.990527,11.840351,11.707921,11.531251,11.345201,11.519978,10.649467,9.9234047,11.403018,11.553503,11.236676,11.480417,11.448211,11.498612,11.601296,11.807876,11.66572,11.536327,11.342544,11.157684,11.375103,10.432753,9.7272863,6.5484152,6.4942274,6.1060886,6.2354741,6.2391,6.2545304,6.2863617,6.3239603,6.3112683,6.301743,6.3068504,6.2253971,6.197269,5.8578415,5.713531,7.3148966,7.2483664,6.8679662,7.0515046,7.049787,7.0623765,7.0990572,7.1509438,7.168211,7.1533008,7.126493,7.0465584,7.0300097,6.5891933,6.3264503,7.9742332,7.8846483,7.5074358,7.7748013,7.7702579,7.7829938,7.8252254,7.8939033,7.9276414,7.9088454,7.8657184,7.7884932,7.7796454,7.2219357,6.9246345,7.7222919,7.5918565,7.2205749,7.7082033,7.6954055,7.7102699,7.7540064,7.8254876,7.7911096,7.7683382,7.7359285,7.657733,7.6541533,6.9591026,6.7271042,8.63694,8.4252701,8.070611,8.7102594,8.6948738,8.7094326,8.7604017,8.8591461,8.8177271,8.7902031,8.7222319,8.6566887,8.6700583,7.7126908,7.4273434,7.4557076,7.376153,6.9953012,7.2419167,7.2379332,7.2508802,7.2900352,7.3484201,7.3434987,7.3262043,7.2942982,7.2158256,7.2033892,6.7046199,6.4489679,7.9697752,7.8264365,7.4574842,7.9512334,7.9388261,7.9531727,7.9987354,8.076602,8.0431061,8.0190802,7.9743419,7.8985796,7.8988338,7.160182,6.9058104,7.5364118,7.4231009,7.0475802,7.5142365,7.500236,7.5153351,7.5572166,7.6233416,7.589283,7.5679436,7.5483155,7.4685202,7.460979,6.8206196,6.6078715,7.057343,6.9909554,6.6057587,6.9127007,6.9028368,6.9178462,6.9541717,7.0050974,6.9792137,6.9633293,6.9740005,6.8923359,6.8737969,6.4163942,6.2446084,8.0515614,7.8174081,7.4724398,8.3564959,8.3325109,8.3494177,8.3970938,8.4815063,8.4365997,8.4104166,8.3766527,8.2998495,8.3030624,7.2561517,7.0388851,6.5193706,6.4689913,6.0801463,6.1871986,6.1935611,6.2106504,6.2431955,6.28021,6.2695565,6.2611713,6.2738662,6.1892414,6.1593986,5.837193,5.7057691,6.8878336,6.8216133,6.4357505,6.6309681,6.6294756,6.642899,6.6770849,6.7224293,6.7064648,6.6929407,6.6796398,6.6009049,6.5800548,6.1682405,5.9752812,6.8594069,6.8047552,6.4196372,6.655004,6.6491661,6.6645217,6.698648,6.7434106,6.7224479,6.7093472,6.7366586,6.6544452,6.6312904,6.2380137,6.0866594,6.5537696,6.4967933,6.1093969,6.2414165,6.2436485,6.2576146,6.2885017,6.3256292,6.3130403,6.3028908,6.299624,6.2208614,6.1936221,5.8469572,5.6877222,7.7750964,7.6787357,7.2983937,7.5991392,7.5925298,7.6053629,7.6473589,7.7146206,7.705678,7.6863804,7.6454601,7.5687609,7.560605,6.9936123,6.723712,6.8785892,6.8144202,6.4275293,6.6569557,6.6534505,6.6682773,6.7031026,6.7492008,6.7286348,6.7150817,6.7177348,6.6366181,6.6150122,6.2001204,6.0326929,8.2450094,8.1362286,7.7553291,8.0686359,8.0613165,8.0739317,8.1190901,8.1966009,8.2064047,8.1864634,8.1344547,8.0618172,8.0560617,7.4389024,7.1368546,7.4481225,7.3629246,6.9817114,7.2569742,7.2518544,7.2650561,7.3046341,7.3641849,7.3495736,7.331614,7.3005204,7.2222772,7.2107048,6.6927519,6.4478154,7.7882552,7.6909928,7.3202076,8.059267,8.0168524,8.0329971,8.0757008,8.1498384,8.1029692,8.0764236,8.081109,7.9981565,7.9935799,7.2516694,7.0450568,7.2580132,7.1714053,6.7891159,7.1087518,7.1014948,7.1157126,7.1543694,7.2110786,7.1854,7.1676259,7.1499796,7.0704331,7.0569963,6.5375862,6.3305464,7.0522895,6.9784145,6.593205,6.8713593,6.8653617,6.8798594,6.9164152,6.9673982,6.9436316,6.927969,6.9219904,6.8415666,6.8237729,6.3599024,6.1751466,8.1050272,7.9816141,7.5997176,7.972147,7.9612041,7.9733772,8.0175714,8.0940428,8.0743275,8.0533972,8.0021677,7.9288039,7.9240527,7.2720308,6.9984221,6.9636092,6.8985629,6.5139217,6.6925535,6.6914415,6.7043166,6.7386694,6.7846045,6.7752981,6.7616568,6.7428384,6.6642351,6.6442504,6.2336621,6.0190873,8.2963581,8.0707817,7.7239132,8.4754925,8.458169,8.4737492,8.5230694,8.6138525,8.5693455,8.5409794,8.4858007,8.4128799,8.4224005,7.4172449,7.1648073,7.3900256,7.3005028,6.9194136,7.2267804,7.2204471,7.2341323,7.2737298,7.3331604,7.3109112,7.292522,7.265532,7.1869264,7.1754937,6.6431642,6.4143214,7.667788,7.5602875,7.1827126,7.5522094,7.54352,7.5572772,7.5995674,7.6670513,7.6417208,7.6210079,7.5852418,7.5077119,7.501164,6.8943038,6.648665,6.5514464,6.5076962,6.1167154,6.1754947,6.1887064,6.2100191,6.2455988,6.2833152,6.2773323,6.2708974,6.296391,6.2028756,6.1704035,5.8740416,5.7609949,7.3030767,7.2182527,6.8365283,7.2359052,7.2217975,7.2368574,7.2759285,7.3345675,7.303308,7.2843084,7.2821741,7.2009931,7.1879325,6.6433992,6.4520564,7.6857028,7.5985365,7.2188897,7.4889073,7.4838824,7.4967575,7.5377865,7.6017771,7.6018505,7.5833921,7.5453334,7.4676542,7.4579034,6.9217916,6.6495194,9.1801853,9.2723169,9.3112335,9.3245907,9.2648649,9.2550821,9.232626,9.2359838,8.9417343,8.9301348,8.9031096,8.9264355,8.9958963,8.4638014,8.2824221,9.2112341,9.2654476,9.3086033,9.3220816,9.2616167,9.2487402,9.2305222,9.2239275,8.9523106,8.9458151,8.9289761,8.9454746,9.0073576,8.4982967,8.3334484,8.9476624,9.0598402,9.0806446,9.1274452,9.0845671,9.0755959,9.0567284,9.0634127,8.816761,8.8047543,8.7734098,8.8086777,8.865983,8.4516859,8.2988291,9.2040615,9.308157,9.3455963,9.3543625,9.2960062,9.2872419,9.2654305,9.2728481,8.9718437,8.9581642,8.926981,8.9507494,9.0233927,8.4823914,8.2933817,8.9083815,9.0294113,9.0480967,9.1047029,9.0675678,9.0596352,9.0428715,9.0527105,8.8023796,8.7904196,8.7545834,8.7942505,8.8523283,8.4506187,8.2982264,9.2145767,9.3344135,9.3674927,9.3722878,9.3144665,9.3064003,9.2856874,9.2969542,8.9985094,8.9827967,8.9471874,8.9715052,9.0450869,8.5134411,8.3214502,9.3467884,9.4305992,9.4828768,9.4817867,9.4283705,9.4212894,9.4017258,9.4116611,9.0622025,9.0479469,9.0165462,9.0364389,9.122242,8.481596,8.2635479,9.1204214,9.2367191,9.264904,9.2829895,9.2281094,9.2193708,9.1987181,9.2071419,8.9316349,8.9175835,8.8846397,8.9119225,8.9782047,8.495141,8.3202267,8.8256207,8.9211531,8.9428568,9.010355,8.9742088,8.9638758,8.9447136,8.9469547,8.7184248,8.7091408,8.6824732,8.7223949,8.7754192,8.3786249,8.2370529,9.0935698,9.2193213,9.2422905,9.2638912,9.2116632,9.2034254,9.1841345,9.1945848,8.9274349,8.9125996,8.8772268,8.9063787,8.9704247,8.515173,8.3449354,9.145153,9.2194252,9.2588959,9.2805376,9.2237692,9.2129211,9.1922169,9.1910734,8.9122562,8.9033432,8.8813906,8.9040852,8.9686594,8.4583569,8.2885389,9.0397577,9.1456156,9.1727638,9.2042532,9.1532116,9.1436777,9.1230297,9.1280975,8.8677988,8.8558035,8.8264399,8.8563166,8.9177675,8.4608412,8.2979269,8.9612064,9.0220604,9.0464678,9.0857515,9.0407705,9.0275555,9.0120602,9.0048361,8.8141451,8.8089199,8.7942076,8.818306,8.861763,8.5052919,8.3858767,8.8835287,8.9639273,8.988677,9.0458269,9.0053024,8.9940519,8.9753428,8.9738483,8.7524481,8.7448473,8.7238121,8.7579737,8.8094158,8.4117737,8.2746143,8.4197483,8.6671581,8.6139746,8.2838564,8.1652899,8.1684656,8.1014061,8.1129808,7.9079409,7.8011703,7.7441607,7.7321525,7.7648668,7.2118282,7.0658312,8.9209204,9.1296768,9.116457,8.653182,8.6138945,8.6305714,8.5622606,8.6207352,8.4294481,8.3149042,8.2220736,8.247694,8.2806349,7.7731152,7.5474057,10.054583,10.228887,10.272997,9.6878977,9.7050266,9.7396851,9.6919727,9.8060131,9.6146746,9.4899845,9.2742596,9.3544245,9.3625402,8.9067831,8.5619135,9.7997456,10.007653,10.0278,9.2899723,9.2372561,9.2606716,9.1804543,9.2357407,9.0214014,8.9117546,8.8361263,8.8830709,8.9290686,8.3943691,8.1441116,10.022233,10.231593,10.268281,9.5608149,9.5425234,9.5722809,9.5002127,9.5842094,9.3675518,9.2517262,9.134758,9.2027578,9.2458115,8.7389231,8.4341717,10.3497,10.554314,10.607626,9.7265768,9.6987286,9.729845,9.6454306,9.7201595,9.4987736,9.3866358,9.2898197,9.3658009,9.4151602,8.8955631,8.5975714,6.4872608,6.5410528,6.4297438,6.0137696,5.997335,5.9969974,5.9796381,5.9836831,5.9492073,5.7665906,5.7502747,5.6705828,5.6728067,5.1670456,5.1418743,9.0412073,9.2527571,9.2541771,8.8260632,8.8076353,8.8280354,8.7619944,8.839797,8.6474371,8.539011,8.4120073,8.4563847,8.4841318,8.0042944,7.7485747,9.451478,9.6500463,9.6720133,9.2172709,9.2238617,9.2512465,9.1980295,9.3009109,9.1116171,8.9999676,8.8180456,8.8831701,8.8988495,8.4412842,8.1382408,10.97222,11.164631,11.251864,10.20622,10.203101,10.242344,10.157218,10.251705,10.025843,9.9020681,9.7754974,9.878952,9.927371,9.4228735,9.072813,11.937878,12.005507,12.117569,11.128405,11.182639,11.243728,11.201632,11.351542,11.160447,10.91338,10.582857,10.70386,10.68012,10.252687,9.7781448,10.536748,10.727619,10.789747,9.9959221,10.003124,10.040716,9.9764233,10.083017,9.8676338,9.7389517,9.5745411,9.6648846,9.6986752,9.2120295,8.8553991,11.110698,11.294569,11.406216,10.037319,9.9933023,10.02458,9.9032831,9.9579391,9.7426195,9.6506014,9.5855818,9.6934462,9.7464619,9.2233753,8.9583874,12.669707,12.797338,12.878623,12.170547,12.265882,12.329128,12.305099,12.538331,12.311197,11.848126,11.520248,11.633993,11.642074,11.201445,10.618608,9.7155075,9.9254866,9.9442492,9.2701435,9.2314367,9.2559137,9.1807117,9.2463121,9.0340443,8.9212246,8.8306341,8.8801603,8.9241056,8.4015999,8.1361599,10.938181,11.132779,11.222187,10.106393,10.089576,10.126118,10.030326,10.111196,9.8862514,9.7727413,9.6710768,9.7723866,9.8249683,9.3109045,8.9888115,8.0486917,8.2280378,8.1655741,7.7534547,7.69275,7.6975374,7.6426988,7.6675506,7.5198679,7.3835721,7.3272333,7.3017921,7.3240557,6.7921844,6.6556473,13.366715,13.489901,13.732116,11.582049,11.614459,11.672832,11.532701,11.640343,11.407116,11.215957,11.08237,11.272725,11.329884,10.84468,10.414326,9.1952553,9.4113235,9.3956633,8.8429089,8.7649164,8.7798557,8.7081509,8.7457962,8.5372314,8.4261055,8.3623686,8.378747,8.419138,7.8736858,7.666616,11.11501,11.30358,11.411452,10.120688,10.093699,10.128698,10.017279,10.085764,9.8658724,9.7627134,9.6802835,9.7896929,9.8437948,9.3263826,9.030098,9.446907,9.6571083,9.656621,9.0229998,8.9592772,8.9782114,8.9033175,8.949975,8.74088,8.6293602,8.5598869,8.5894527,8.6320171,8.0920429,7.8650413,7.1064348,7.2175236,7.1499739,6.858654,6.8209977,6.8195581,6.7493758,6.7655969,6.6728129,6.545342,6.4411783,6.41539,6.3981562,5.9583273,5.8724957,10.806688,10.955145,11.030818,10.216046,10.240195,10.283119,10.229544,10.349085,10.150055,10.006953,9.7778435,9.8775759,9.8859854,9.4267292,9.0411921,7.8013892,7.972734,7.9133925,7.550262,7.5035677,7.5082254,7.4471126,7.4758267,7.3373609,7.2050548,7.1402011,7.1201191,7.1366954,6.6331716,6.5012512,9.6227226,9.8318853,9.844348,9.1781979,9.1317015,9.1543608,9.0788126,9.1378241,8.9274426,8.8149118,8.7325039,8.7752676,8.8188992,8.2903051,8.0386333,13.912805,14.086145,14.169794,13.349768,13.450562,13.518251,13.468878,13.747688,13.451639,12.747396,12.487327,12.603961,12.658831,12.187819,11.528155,10.135421,10.340739,10.379195,9.5098715,9.4512768,9.4764938,9.3868752,9.4390936,9.218421,9.1151428,9.0461226,9.1051531,9.154459,8.616086,8.3631096,8.0155344,8.1989422,8.1313334,7.7241073,7.6546855,7.6575708,7.6036696,7.6230798,7.4746876,7.3375859,7.2850652,7.2548122,7.2769651,6.7390766,6.6109157,6.6850309,6.7623291,6.6578603,6.255878,6.2321868,6.2316971,6.2048655,6.2110066,6.1583228,5.9834433,5.9602818,5.888732,5.8921146,5.3858757,5.3460941,7.353488,7.4963827,7.4221869,7.0698876,7.0288196,7.030231,6.9737959,6.9929271,6.8826461,6.7400851,6.684464,6.6486945,6.6572289,6.1624885,6.0659957,12.492783,12.638294,12.819004,11.123746,11.147408,11.200103,11.085711,11.192283,10.962997,10.803422,10.658936,10.81845,10.868509,10.379413,9.9679976,9.0617275,9.2697029,9.2576513,8.7421865,8.6953735,8.7125731,8.6437845,8.697813,8.5024204,8.3861799,8.3029785,8.3268871,8.363122,7.8420725,7.6173048,12.061831,12.224955,12.387057,10.793676,10.803205,10.849811,10.733745,10.827992,10.6025,10.471156,10.34965,10.4973,10.550302,10.053612,9.6810055,7.2147002,7.3411536,7.2891064,7.0366549,7.0001068,7.0000162,6.9144149,6.9378724,6.830822,6.7211895,6.5964174,6.5900102,6.5714102,6.1568108,6.053771,11.211979,11.297185,11.389801,10.533708,10.575429,10.626975,10.585076,10.717547,10.540422,10.364014,10.049528,10.158213,10.131881,9.7061825,9.2851658,8.957798,9.1850071,9.1563616,8.6917143,8.5980101,8.6089859,8.5395498,8.5687685,8.3576384,8.2487707,8.1882248,8.194047,8.232646,7.6840591,7.4947619,8.9920921,9.1979551,9.1788931,8.6582623,8.6022348,8.6176071,8.5496569,8.5959826,8.4030228,8.2849445,8.2113209,8.2270145,8.2630806,7.7324357,7.5222645,14.096021,14.21244,14.455204,12.299501,12.345388,12.415538,12.283214,12.420378,12.153339,11.830317,11.678618,11.871651,11.939084,11.446305,10.944523,8.4459696,8.6464758,8.6173973,8.2316446,8.1909971,8.2027321,8.1339884,8.1837521,8.0098534,7.8941164,7.8050194,7.8171773,7.842627,7.3461561,7.1536007,11.114159,11.295152,11.407139,10.017257,9.9673061,9.9970255,9.8729,9.9236469,9.7091455,9.6204004,9.5597668,9.66679,9.7188215,9.1941233,8.9369564,12.080138,12.240978,12.436874,10.533885,10.519754,10.557582,10.407497,10.47122,10.266269,10.172332,10.097843,10.256901,10.310694,9.8135185,9.5235014,8.6484995,8.8493252,8.8118944,8.3427229,8.2779531,8.2886438,8.2251835,8.2606668,8.0803871,7.9570994,7.8925223,7.8907609,7.922358,7.3863716,7.2063317,9.1637392,9.3755064,9.3595562,8.8020535,8.7306585,8.7459536,8.6751633,8.7151403,8.5115461,8.3978271,8.3322563,8.3486509,8.388073,7.8454108,7.6373,13.357248,13.471465,13.789487,11.067608,11.079057,11.121455,10.928921,10.995245,10.80931,10.706824,10.629518,10.847904,10.899267,10.431426,10.125675,8.8921556,9.0913324,9.0982037,8.7505369,8.7518158,8.7733479,8.7135496,8.8059826,8.629921,8.5288095,8.3540115,8.4084597,8.4180489,7.976305,7.7140865,9.9515524,10.17007,10.194297,9.441864,9.3592224,9.380846,9.2941036,9.3361778,9.1042004,9.0078754,8.9458256,8.9926167,9.0422325,8.4949903,8.2568045,9.1615353,9.3834352,9.3650885,8.8394613,8.7535753,8.7674437,8.6957674,8.7302532,8.5172977,8.4086466,8.3464451,8.3605719,8.4012814,7.8536129,7.6505642,8.4454479,8.6497545,8.5996218,8.169137,8.0908699,8.0975599,8.036397,8.061677,7.8850875,7.7602196,7.7025571,7.6890059,7.7183528,7.1759176,7.0179052,7.3498139,7.4812593,7.3904557,6.9847665,6.9375544,6.9365396,6.8969779,6.9097595,6.8128366,6.6546288,6.6123166,6.5577326,6.5694199,6.0421114,5.9589438,8.5423746,8.7455482,8.7006721,8.252017,8.1781311,8.1864824,8.1243429,8.1533928,7.9744778,7.8504801,7.7906547,7.7817903,7.8123455,7.2713261,7.1043229,8.4175253,8.6362782,8.5834837,8.1891813,8.0960274,8.1008615,8.0378675,8.057313,7.8716731,7.75212,7.6960802,7.681241,7.7113867,7.1650667,7.013463,17.69109,17.873537,17.959747,17.021019,17.131115,17.224373,17.111153,17.569244,17.085413,15.191656,15.005008,15.104813,15.21172,14.755614,13.9516,6.7985439,6.889679,6.7976551,6.4354448,6.406673,6.4053345,6.3599024,6.3680754,6.2994895,6.1404815,6.0963507,6.0404973,6.0383344,5.5559511,5.5022888,8.5862532,8.7850914,8.7506037,8.3034182,8.2496862,8.2611828,8.1968193,8.2382689,8.0613832,7.9387608,7.8665748,7.8692775,7.8991818,7.3757548,7.1894917,10.946553,11.136921,11.234233,9.9889212,9.9511757,9.9834538,9.8722277,9.9333601,9.7151022,9.6161842,9.5426025,9.6432533,9.6965399,9.1734457,8.8955917,8.1520519,8.342165,8.3005762,7.9357119,7.8916588,7.9000287,7.8325028,7.8730774,7.7130504,7.5923305,7.5124011,7.5117669,7.5330315,7.0363374,6.8702049,8.8946867,9.1297665,9.0977564,8.6695986,8.5673199,8.5768709,8.5074272,8.5332642,8.3177528,8.2117395,8.151844,8.1553345,8.1939049,7.6441193,7.4601493,11.86458,12.028214,12.213905,10.352556,10.326038,10.359851,10.20824,10.263225,10.064627,9.9795036,9.9158764,10.066835,10.118602,9.6180553,9.3560276,8.5975046,8.8176451,8.7728672,8.3540258,8.2626047,8.2696724,8.2048597,8.2284966,8.0352955,7.9185882,7.8606272,7.852602,7.885416,7.3388119,7.1735678,11.726738,11.874436,11.995869,10.796864,10.824294,10.874846,10.798121,10.918013,10.697156,10.533277,10.338916,10.466725,10.49731,10.019571,9.6004229,9.5411606,9.7536192,9.7675734,9.1824198,9.1539488,9.1780338,9.1080713,9.1815863,8.9734201,8.859952,8.7537956,8.8032532,8.8428793,8.334466,8.0624552,8.9067926,9.1207027,9.0912876,8.5975494,8.5183401,8.530097,8.4625626,8.495759,8.297431,8.1818027,8.1197958,8.1246042,8.1610241,7.6163597,7.4268169,9.0765944,9.325038,9.3007402,8.8863029,8.7718611,8.7824688,8.710494,8.7363615,8.5024204,8.4055614,8.3447475,8.3550282,8.397831,7.845911,7.6508732,8.1241703,8.3314495,8.2659922,7.8862815,7.7975497,7.7993321,7.7406502,7.7548695,7.5880785,7.4600849,7.4077072,7.381227,7.4063687,6.8618217,6.731864,10.289124,10.491826,10.541384,9.6160393,9.5684175,9.5961399,9.5047054,9.563446,9.3437567,9.2387571,9.1635885,9.2320614,9.2822456,8.7499094,8.4836102,8.1793871,8.3669643,8.3196535,7.9273701,7.8775234,7.8854089,7.8226252,7.8585629,7.7001076,7.57339,7.503305,7.4948545,7.5179787,7.0055447,6.8454614,8.0211897,8.2091637,8.1716776,7.8475828,7.8097343,7.8177361,7.7440934,7.7876115,7.6313457,7.5180216,7.4249382,7.4311719,7.4472528,6.973393,6.8089852,13.346518,13.465902,13.754475,11.248409,11.267026,11.31529,11.141322,11.221478,11.016605,10.887546,10.792048,11.000353,11.055214,10.579325,10.226913,12.254585,12.411837,12.610573,10.706367,10.703196,10.745074,10.600183,10.673942,10.461628,10.35581,10.268066,10.431243,10.486482,9.9907732,9.6692314,9.3227367,9.5312815,9.5269041,8.9299793,8.8740425,8.8927174,8.8205471,8.8707142,8.6670961,8.5526962,8.4781008,8.505806,8.54636,8.0125656,7.7845526,10.398628,10.600801,10.657629,9.7113161,9.6736679,9.7035933,9.61271,9.6786261,9.4581022,9.3505383,9.2670155,9.3425779,9.3932753,8.8668556,8.5850763,9.6223879,9.8361559,9.8429956,9.1689339,9.0966806,9.1163197,9.0373812,9.0813828,8.8635149,8.7571726,8.6915398,8.7260418,8.7712593,8.2267427,7.9970551,7.0602231,7.1756349,7.0845933,6.7025328,6.667016,6.6671643,6.6265516,6.6384602,6.5547957,6.394928,6.3571057,6.3014865,6.3084984,5.8008885,5.7323956,12.18142,12.308404,12.447487,11.139662,11.177525,11.234247,11.157329,11.287148,11.063305,10.865093,10.649141,10.787503,10.813972,10.342567,9.8904982,7.72506,7.8959227,7.8416996,7.5094981,7.4668813,7.471302,7.4029193,7.4338927,7.2957187,7.1706858,7.0952477,7.08251,7.0953155,6.6115003,6.4786143,7.9256711,8.1083994,8.0353422,7.6353383,7.5626521,7.5636649,7.5110431,7.5262904,7.3818889,7.2423925,7.1924243,7.1570911,7.1778831,6.6384459,6.5195518,11.212023,11.372588,11.467593,10.466116,10.487497,10.533036,10.465485,10.582176,10.366888,10.219114,10.025172,10.137019,10.16407,9.6870699,9.290638,9.8240499,10.032429,10.062822,9.4634085,9.4564314,9.4857073,9.4224176,9.516036,9.307086,9.1905451,9.0488977,9.1160736,9.1505041,8.6611528,8.3503923,8.3819323,8.5827446,8.5637217,8.2321272,8.205225,8.2183495,8.1452484,8.2059374,8.0345411,7.9295583,7.8136525,7.8401456,7.8586936,7.3939342,7.1909261,14.889951,15.033046,15.148861,14.003467,14.084414,14.16065,14.105771,14.387694,14.041754,13.13016,12.901098,13.031262,13.095214,12.611811,11.970365,17.877995,18.015583,18.128578,16.923363,17.008646,17.098085,17.024691,17.467875,16.962929,14.982861,14.802456,14.920067,15.012598,14.550884,13.863688,7.7752409,7.9494381,7.9127803,7.6328244,7.5993152,7.605814,7.5253625,7.5670748,7.4231749,7.3168917,7.2065101,7.2157555,7.2210016,6.7755117,6.6248736,13.93607,14.061874,14.22442,12.717632,12.779005,12.853259,12.774565,12.964764,12.673131,12.181883,11.970181,12.124454,12.181111,11.69054,11.117683,10.624042,10.821466,10.893319,9.7969608,9.7315664,9.758193,9.6511374,9.6984787,9.4737911,9.3822451,9.32201,9.4021282,9.4538431,8.9169865,8.6649389,8.0032616,8.1805582,8.1207857,7.7210765,7.6668177,7.6722679,7.615623,7.6435175,7.4976029,7.3626041,7.3028274,7.280591,7.3017168,6.778821,6.6397467,7.4304357,7.5725603,7.4905715,7.1021814,7.0564151,7.0575438,7.0119014,7.0288806,6.9214883,6.7702713,6.7235112,6.6780605,6.6906219,6.1717563,6.0777063,9.5892792,9.8088779,9.8126211,9.1705599,9.0891562,9.1077013,9.0289726,9.0693741,8.8461838,8.7428989,8.6795006,8.7111921,8.7569265,8.2094307,7.9839311,10.214277,10.420536,10.462774,9.5669031,9.5002089,9.5249357,9.4318504,9.4800673,9.2551479,9.1563005,9.091918,9.1526031,9.2027683,8.6613827,8.4121933,12.511955,12.603014,12.712035,11.779441,11.852615,11.920026,11.891339,12.081717,11.861295,11.490328,11.169692,11.293401,11.292082,10.850182,10.311432,7.5020199,7.6595535,7.604115,7.3006134,7.260745,7.2633376,7.1892514,7.2169461,7.090023,6.968636,6.883595,6.8711762,6.8755674,6.4132061,6.2941542,16.034073,16.151621,16.304813,14.780768,14.845501,14.926236,14.836244,15.12657,14.73313,13.579813,13.386809,13.532675,13.606494,13.119372,12.510753,7.5557199,7.7106762,7.6236506,7.2216735,7.1612597,7.1598063,7.1153784,7.1263328,7.0109444,6.858552,6.8149805,6.765296,6.7801108,6.2461295,6.1529765,15.251166,15.435975,15.524581,14.613193,14.716361,14.792336,14.725945,15.058505,14.696031,13.644381,13.422446,13.537948,13.620745,13.140715,12.419599,13.008862,13.130885,13.297543,11.770633,11.81855,11.883883,11.798061,11.943603,11.695048,11.418847,11.211887,11.366736,11.408417,10.927129,10.424022,9.2487259,9.4813824,9.466197,8.960001,8.8626013,8.8765049,8.8030605,8.8353949,8.6097965,8.5078211,8.4462767,8.4631529,8.5064611,7.9561367,7.7496648,6.4921246,6.5452719,6.4335394,6.0153813,5.9991822,5.999002,5.9832187,5.9877901,5.9543819,5.7714801,5.7541165,5.6739202,5.6763563,5.1691303,5.1438098,20.958529,21.005764,21.138735,19.570921,19.602898,19.671328,19.537296,20.135321,19.438686,16.082521,15.946051,16.06353,16.127247,15.730997,15.268432,9.9399529,10.148805,10.183059,9.5332508,9.5225925,9.5525255,9.4858303,9.5765476,9.3634958,9.2464991,9.1141653,9.182807,9.2212276,8.7245169,8.4129057,8.8529797,9.0604362,9.0437765,8.5881443,8.5469246,8.5626822,8.4946146,8.5505295,8.3616323,8.2462673,8.1562996,8.1784611,8.2107277,7.7019482,7.482758,10.250329,10.469171,10.514366,9.6600084,9.5727072,9.5962467,9.5003386,9.5411568,9.3035116,9.2164669,9.1566076,9.2174854,9.2697439,8.7248554,8.4833479,9.5699549,9.781785,9.7866354,9.121479,9.0534544,9.0730515,8.9954834,9.0409641,8.8267307,8.7181654,8.6508636,8.6841564,8.7284584,8.1858301,7.9562497,10.075755,10.253164,10.297709,9.7019796,9.7180271,9.7527094,9.7037306,9.8170958,9.6232452,9.4983664,9.2886639,9.3690739,9.3800983,8.9211264,8.5758791,13.068433,13.190845,13.495988,10.844286,10.84432,10.88227,10.688219,10.745001,10.565027,10.480129,10.414405,10.624813,10.674589,10.203998,9.9320698,11.044792,11.228004,11.33388,9.9875689,9.9362764,9.9657402,9.8443604,9.8951368,9.6792326,9.5896196,9.528616,9.6318617,9.683919,9.1575327,8.9000826,6.678287,6.7548838,6.650475,6.2490501,6.2256813,6.2251296,6.1979198,6.2038827,6.1513395,5.9763088,5.9535637,5.8820205,5.8851757,5.3797302,5.3402352,6.5422273,6.6029792,6.4936972,6.0824566,6.0639019,6.0633998,6.0426211,6.0469451,6.0067606,5.826201,5.8086486,5.7313108,5.7336802,5.2282438,5.1989861,10.612862,10.81181,10.883649,9.795146,9.7263212,9.7524519,9.6449747,9.6907988,9.4651155,9.3753271,9.3162851,9.3957386,9.4473839,8.9099808,8.6605778,7.6558557,7.8130293,7.738596,7.3466926,7.2960339,7.2984552,7.2487106,7.2692394,7.1464925,7.0013642,6.9497924,6.9123611,6.9282703,6.4058466,6.2951365,13.71763,13.834679,14.092914,11.824279,11.861185,11.923503,11.778345,11.89125,11.649628,11.428075,11.295088,11.493543,11.555423,11.068719,10.619849,9.5215082,9.7554092,9.7538719,9.1909914,9.0926485,9.1094112,9.0319242,9.0671101,8.8315144,8.7348652,8.6729708,8.7004347,8.7476177,8.196578,7.9757428,8.4889812,8.6927347,8.675478,8.3257399,8.2982454,8.312252,8.2406359,8.3027248,8.1270466,8.0206051,7.9068818,7.9344058,7.9556737,7.4843864,7.2743111,9.4540949,9.6671886,9.6655331,9.0367785,8.9658117,8.9840212,8.9084024,8.9516268,8.7390118,8.6296329,8.5633802,8.591363,8.6345024,8.0908937,7.8678842,9.8854856,10.093514,10.126225,9.5068407,9.4996929,9.5295305,9.4655018,9.5591784,9.3487406,9.2315969,9.0911865,9.1598082,9.1953125,8.7041779,8.3907681,10.554334,10.756364,10.820659,9.9081717,9.8929167,9.9273834,9.8452396,9.9307384,9.7072067,9.5902519,9.4774485,9.5639133,9.6125031,9.101265,8.7784061,7.0064392,7.1172705,7.0249643,6.6430211,6.6091337,6.6091261,6.5691981,6.5802917,6.5001864,6.3389187,6.302598,6.2454987,6.2516479,5.745873,5.6810689,6.9406838,7.0451407,6.9503365,6.5649214,6.5329423,6.5327687,6.4952068,6.5051851,6.43045,6.2664709,6.2327981,6.1727562,6.1782346,5.6724544,5.6128311,13.068605,13.194861,13.47631,11.002724,11.011895,11.055131,10.877737,10.948162,10.752793,10.646938,10.563777,10.766749,10.819556,10.343467,10.026482,9.5364094,9.7643499,9.7641821,9.1712637,9.0795574,9.09688,9.0190077,9.0559568,8.8258801,8.7263184,8.6641188,8.6926422,8.7390442,8.189168,7.9674273,9.726757,9.9592056,9.9689989,9.3482561,9.2509146,9.2698202,9.1886196,9.2257576,8.9854927,8.8922167,8.8304367,8.8663235,8.9158859,8.3651409,8.1353588,15.580958,15.761198,15.85362,14.898583,14.999816,15.078392,15.014191,15.358787,14.978565,13.825219,13.609066,13.725376,13.811174,13.330508,12.605779,9.6856852,9.8971176,9.9081707,9.2074804,9.1399059,9.1605825,9.0807133,9.1271591,8.9103394,8.8033543,8.7361336,8.7742109,8.8197794,8.277113,8.0427303,9.3862553,9.6211128,9.6125526,9.0849562,8.9855633,9.0008183,8.9254236,8.9589329,8.7267189,8.6281347,8.5663795,8.5884771,8.6339912,8.0829859,7.8690228,9.8852091,10.11211,10.131679,9.4396906,9.347496,9.3681135,9.2831745,9.3224039,9.083602,8.9908514,8.9293137,8.9723921,9.022788,8.4734344,8.2382183,11.946579,12.082973,12.213276,10.962072,10.995072,11.048686,10.972281,11.097167,10.875758,10.696327,10.489388,10.622569,10.65021,10.176546,9.7410641,9.0771294,9.2859478,9.2670298,8.7237625,8.65693,8.6718559,8.6026201,8.6436844,8.4452353,8.3291121,8.2620277,8.2762728,8.3141956,7.7743826,7.5684838,11.286475,11.462689,11.564451,10.463952,10.476331,10.520486,10.440418,10.548029,10.323885,10.185323,10.02811,10.14308,10.184417,9.6924763,9.3095331,11.303836,11.474904,11.576442,10.493551,10.509535,10.554559,10.477956,10.589056,10.36685,10.224133,10.055579,10.17089,10.208396,9.7208796,9.3310966,9.0130844,9.2247934,9.223814,8.7924995,8.7706881,8.7904024,8.7234926,8.7980785,8.6056004,8.4965382,8.3756161,8.4170752,8.4459362,7.9620757,7.7114367,10.386897,10.595978,10.650455,9.6993313,9.6209841,9.6455803,9.5453939,9.5886774,9.3572817,9.267931,9.2085733,9.276329,9.3279171,8.7857313,8.5407124,9.9198599,10.153693,10.175232,9.5086393,9.4088068,9.4294386,9.3442411,9.3819027,9.135273,9.0473576,8.9860077,9.0301266,9.0822392,8.5321245,8.2958622,9.0715322,9.2835903,9.2812834,8.8196135,8.7916679,8.8112106,8.7434149,8.8134117,8.6179295,8.5066299,8.3966541,8.4348278,8.4671097,7.9721084,7.7243304,9.2409191,9.4649868,9.450264,8.9138575,8.8259764,8.8405228,8.7675467,8.802412,8.5850487,8.4786148,8.4164066,8.4334946,8.4755278,7.927104,7.7199674,7.1889892,7.3103771,7.2534919,6.9894705,6.9518108,6.9510298,6.8699942,6.8909216,6.7881913,6.6732759,6.5532069,6.5407529,6.5216403,6.0995412,6.0015073,7.1408987,7.1264915,6.7467518,6.8280325,6.834311,6.8465447,6.8800497,6.9227471,6.943119,6.9308901,6.890625,6.8360128,6.8266349,6.4962845,6.3482642,7.6122785,7.5852289,7.1782713,7.2647181,7.2697396,7.2826772,7.3187037,7.362545,7.4869361,7.4775019,7.4331923,7.3748393,7.362762,7.0141964,6.8643718,6.4188743,6.4069052,6.0872617,6.1511664,6.1569963,6.1663003,6.1913562,6.221334,6.2201381,6.2097335,6.1829295,6.136682,6.1259747,5.8679476,5.7531319,6.8394623,6.8308897,6.4852486,6.5564203,6.5612755,6.5700998,6.5991187,6.6363926,6.6189733,6.6034684,6.5685225,6.5166559,6.5083222,6.2014189,6.0567164,6.6098409,6.6021791,6.2744865,6.3350334,6.3390422,6.3462834,6.3720503,6.4046488,6.3769097,6.3606801,6.3307099,6.2802463,6.2703514,5.983954,5.8464122,4.4013414,4.4009447,4.3702207,4.3778443,4.380868,4.3820701,4.3836269,4.3842583,4.3809862,4.3784828,4.3762307,4.3705521,4.368556,4.3431153,4.3301401,7.0907998,7.0739927,6.6922207,6.7735324,6.7798419,6.7925401,6.8261409,6.8671279,6.9052982,6.8954029,6.8561296,6.8024206,6.7923512,6.4730992,6.3341188,4.9665704,4.9631472,4.8543367,4.8772697,4.8814301,4.8827477,4.887579,4.8929462,4.8844457,4.8781986,4.8734088,4.8555393,4.8503685,4.7615409,4.7178273,7.0216937,7.0117726,6.6482587,6.7251201,6.7302761,6.740406,6.7720408,6.8131142,6.8047156,6.7897005,6.7510138,6.697206,6.6891484,6.3643856,6.2132134,7.589004,7.5812554,7.1868868,7.2764111,7.2817831,7.2945828,7.3333573,7.3867383,7.397027,7.3810983,7.3287573,7.2704239,7.2658057,6.8859835,6.7080932,6.7763734,6.7630024,6.4090638,6.4824095,6.4883323,6.4991608,6.5287948,6.5651917,6.5726309,6.5614529,6.5277848,6.4769564,6.4668059,6.1721854,6.0410786,7.4430304,7.4216781,7.0206866,7.1065736,7.1126781,7.1259246,7.1615758,7.2057219,7.2859454,7.275795,7.2314792,7.1748271,7.1639423,6.8192368,6.6696677,6.8852844,6.8734126,6.5166526,6.5911646,6.5967307,6.6068535,6.6368856,6.6749721,6.6721926,6.6587415,6.6234698,6.5711627,6.5618277,6.2529631,6.1116176,6.0582185,6.0496688,5.784173,5.8327851,5.8370571,5.8417974,5.8595366,5.8811789,5.8612652,5.848855,5.8302236,5.7889938,5.7785864,5.5570154,5.4515619,6.6704736,6.6633754,6.3344445,6.3982038,6.4024973,6.4100108,6.4365182,6.4702883,6.4443855,6.4281287,6.3966842,6.3462958,6.3373818,6.0464764,5.9068379,6.4512706,6.4431901,6.1335301,6.1913314,6.1956148,6.2021718,6.2255549,6.2547789,6.2301507,6.2151532,6.1886106,6.1408811,6.1308336,5.8636813,5.7358799,6.3964901,6.388236,6.0885882,6.1478643,6.1529341,6.1596608,6.1822934,6.210258,6.1908865,6.1769156,6.1513443,6.1055388,6.0960588,5.8385339,5.7163777,6.3849211,6.3769665,6.0779004,6.1355786,6.1402726,6.1466641,6.1690373,6.1968122,6.174922,6.160594,6.1353126,6.0893059,6.0796652,5.822166,5.6992807,6.4648304,6.4549484,6.1435485,6.2064033,6.211906,6.219605,6.243566,6.2730012,6.2595,6.2463441,6.2195764,6.1728463,6.1630139,5.898809,5.7758904,5.7082615,5.7000942,5.4745607,5.5186963,5.5246701,5.5302029,5.5448837,5.5611787,5.5526314,5.5436926,5.5296984,5.4958739,5.4859509,5.3078837,5.2265563,5.5219712,5.5162044,5.3295093,5.3672419,5.3726506,5.3759689,5.3869576,5.399406,5.3863201,5.376761,5.3656564,5.3359938,5.3279662,5.1740122,5.0999036,7.4062753,7.3935347,7.0037098,7.0897923,7.0966229,7.1102509,7.1467967,7.1950116,7.2250385,7.2118349,7.1655388,7.1089735,7.101141,6.7455583,6.5842228,6.1724062,6.1642976,5.8885617,5.9406853,5.9452929,5.950655,5.9699683,5.9936228,5.9731622,5.9600167,5.9390302,5.8963213,5.8863587,5.6529951,5.5416465,7.3038974,7.2977676,6.9189992,7.0012407,7.0055943,7.0161371,7.0514817,7.0992141,7.0832191,7.0656872,7.0194135,6.9629064,6.957674,6.600965,6.4311709,5.5578179,5.551187,5.3539138,5.3907161,5.3943701,5.3967295,5.4078193,5.4213209,5.4073591,5.3982501,5.3880572,5.3570557,5.3484445,5.1872506,5.1099758,8.2500782,8.2377195,7.8344712,7.9313197,7.9393907,7.9573641,8.0012341,8.0646229,8.1954689,8.1820917,8.1160908,8.0527897,8.0453272,7.6288524,7.4411645,6.0144649,6.0068269,5.7535567,5.8035526,5.8089309,5.8141017,5.831408,5.852036,5.8353443,5.8233061,5.8048186,5.765574,5.7561526,5.5435791,5.4424739,6.8059196,6.7997918,6.4577365,6.5235038,6.5274467,6.5354319,6.5639377,6.6007347,6.5713525,6.5538487,6.5192447,6.4667859,6.4583712,6.1512499,6.002871,6.9109645,6.9049721,6.5558887,6.6260395,6.630178,6.6386809,6.6686234,6.7076678,6.6809049,6.6634068,6.6263199,6.5732284,6.5657516,6.2486238,6.0960093,4.9928999,4.9902029,4.8772845,4.9020805,4.9079843,4.9108896,4.9171844,4.9227509,4.914166,4.9074206,4.900969,4.8822708,4.876462,4.7843909,4.7393718,6.7175984,6.7101874,6.3776116,6.4439592,6.4485068,6.4563928,6.4835796,6.5182962,6.4950714,6.4790821,6.4466138,6.396018,6.3874545,6.092566,5.9517808,8.2449589,8.2286081,7.8316431,7.9242415,7.942359,7.9700241,8.0157557,8.0762548,8.3228397,8.3160791,8.2549391,8.1991205,8.1896925,7.8014479,7.6371474,7.8497429,7.8401661,7.4387851,7.5324583,7.5394807,7.5549626,7.596334,7.6541004,7.7069516,7.6928439,7.6352873,7.5756507,7.5705538,7.1750603,6.9930472,5.8358932,5.8286934,5.5979857,5.6427293,5.6476231,5.651659,5.666338,5.6838765,5.66747,5.6562781,5.6410594,5.6049542,5.5958071,5.4036026,5.3116264,5.1390595,5.1349821,5.0002403,5.026844,5.0296674,5.0304012,5.0366302,5.0446115,5.0353179,5.028944,5.0240374,5.002655,4.9968529,4.8869762,4.8332715,6.7553906,6.7428069,6.3914371,6.4652843,6.4714441,6.48313,6.5136266,6.5502653,6.5662651,6.5565238,6.5214429,6.4716368,6.462069,6.1733661,6.0466652,7.0491223,7.0446033,6.6854382,6.7581534,6.7619753,6.7708859,6.8027906,6.8450418,6.8153224,6.7966261,6.7560229,6.7013798,6.6949635,6.3621945,6.2009201,7.6823092,7.6627269,7.2573814,7.3458891,7.3538961,7.3692331,7.4070773,7.4551473,7.5610394,7.550375,7.4998088,7.4426594,7.4324336,7.068265,6.9095497,6.0599146,6.0504556,5.7833843,5.8365111,5.8424759,5.8489647,5.8677311,5.8896146,5.8787704,5.8678102,5.8484993,5.8083124,5.7980747,5.5802574,5.4798236,7.9027047,8.1919374,8.1945953,7.9924879,8.0979223,8.1141262,8.016964,8.1264057,7.9043894,7.8332844,7.7856407,7.8643909,7.9651494,7.5852404,7.3669353,6.9018607,7.037663,6.9743662,6.6905122,6.7394485,6.739634,6.6564655,6.6715484,6.5298319,6.4111676,6.3884501,6.3687081,6.4297671,6.0033178,5.9347649,10.689277,11.044011,11.079058,10.61339,10.833496,10.865634,10.880745,11.11999,10.821664,10.606198,10.505018,10.621232,10.783569,10.304787,9.8162041,8.9721174,9.3130913,9.3268347,9.0379744,9.1988993,9.2194138,9.188221,9.3593864,9.1059875,9.0011292,8.9288435,9.0255451,9.1551981,8.7206402,8.3991365,5.3901234,5.6214719,5.6337428,5.6065569,5.7306852,5.7428932,5.5438333,5.6723127,5.539463,5.5271716,5.5089507,5.6450114,5.6857448,5.5462847,5.4536667,9.7376213,10.157056,10.176846,9.9090176,10.211495,10.230546,10.282573,10.640312,10.412511,10.241011,10.138107,10.302939,10.441259,10.018526,9.5855341,8.8513107,9.2289724,9.2425718,8.9962626,9.1863565,9.2049398,9.1975212,9.4147615,9.1776314,9.0733414,8.9945889,9.1117706,9.2390232,8.8163729,8.487071,9.5319071,9.8850899,9.9056854,9.5593977,9.7442837,9.7680702,9.761837,9.960062,9.6919489,9.5598574,9.4765863,9.5815639,9.7237625,9.2692871,8.8917255,7.9451246,8.2956209,8.3052664,8.1349115,8.2888203,8.3050022,8.241293,8.4176674,8.2055616,8.1361103,8.0772152,8.1900616,8.2949753,7.9272299,7.6781144,10.307442,10.628212,10.663824,10.167092,10.36501,10.396629,10.385255,10.568831,10.264359,10.0971,10.011364,10.111984,10.274238,9.7987957,9.3691988,8.6419544,9.0007172,9.0125151,8.7755127,8.9428434,8.9611845,8.9306707,9.118825,8.8827515,8.7889318,8.7177734,8.825098,8.9468994,8.5323143,8.2290831,7.7309737,7.9626207,7.9459682,7.7141194,7.8049603,7.8170743,7.7190962,7.7824235,7.564208,7.4823666,7.4421024,7.4822178,7.581275,7.1784091,7.0105643,10.025273,10.297762,10.334046,9.8004036,10.016722,10.046964,10.009906,10.142653,9.8225422,9.6895256,9.6186008,9.7021561,9.8784733,9.4174824,9.0477448,7.3077903,7.4930906,7.4566908,7.2171073,7.2987084,7.3066134,7.211494,7.2476869,7.0558486,6.962564,6.9297814,6.9424424,7.0311913,6.6252227,6.5114737,5.1663728,5.3910489,5.403337,5.3856053,5.5162787,5.5301747,5.3299613,5.464179,5.3406777,5.3329835,5.318284,5.4582667,5.4950056,5.3718095,5.2931356,7.7354584,7.9412899,7.9151306,7.6684737,7.7895527,7.7990003,7.7130523,7.7616653,7.5324159,7.4437728,7.4059606,7.4281502,7.5420661,7.1298251,6.9803209,7.7712936,8.0901155,8.0979958,7.9284477,8.0525637,8.068862,7.9766555,8.1165428,7.9043236,7.8398967,7.7895346,7.889112,7.9877071,7.629674,7.4030876,8.9175472,9.3361092,9.3497887,9.1282206,9.3830137,9.3991594,9.4394283,9.7386723,9.5187578,9.4028826,9.3114834,9.4609203,9.5905285,9.1767311,8.8208313,6.9402814,7.0614161,6.9927082,6.6981516,6.7880278,6.7905946,6.72578,6.7398677,6.5892916,6.4650254,6.4462395,6.4167366,6.496634,6.0640459,6.0035386,9.9537573,10.326062,10.350791,9.9827719,10.194947,10.220497,10.23921,10.477171,10.20523,10.041588,9.9467468,10.064706,10.2138,9.7511139,9.3226042,8.3783932,8.7089796,8.7178011,8.4913759,8.6310863,8.6489,8.5895119,8.7418242,8.5080833,8.4247341,8.3631916,8.4576845,8.5720749,8.16889,7.8986206,10.504168,10.891834,10.919084,10.54231,10.788651,10.815451,10.848977,11.137425,10.865199,10.650328,10.541861,10.673563,10.82766,10.363494,9.8760672,11.283852,11.626791,11.668797,11.143752,11.375607,11.412554,11.417365,11.665306,11.349129,11.078052,10.971024,11.087562,11.25909,10.775232,10.239937,11.930263,12.201423,12.274758,11.507063,11.803959,11.854561,11.833256,12.033102,11.646212,11.326967,11.234006,11.346585,11.563958,11.090732,10.5468,7.1259751,7.4149714,7.4238787,7.2995486,7.4026299,7.4179301,7.281683,7.3989072,7.2068772,7.1600804,7.1243768,7.2276716,7.3097816,7.0086169,6.8250685,6.5371289,6.8475261,6.8593717,6.7875719,6.9397974,6.9534831,6.8187237,6.9875703,6.823319,6.7918429,6.7567949,6.8940535,6.9648824,6.7231412,6.5641713,8.8886414,9.3217773,9.3357182,9.1329794,9.4453716,9.4604673,9.5269241,9.8942804,9.6909103,9.5681915,9.4725981,9.6506224,9.7780104,9.381917,9.0154371,11.407701,11.661249,11.738424,10.914125,11.187462,11.232941,11.1976,11.355849,10.987069,10.767734,10.68766,10.796919,11.005788,10.535097,10.058039,7.1992154,7.3994131,7.3710651,7.146349,7.2036548,7.2147088,7.106318,7.1525369,6.9750304,6.8887634,6.8553295,6.8827724,6.9575963,6.5659957,6.4437456,11.771608,12.104141,12.148324,11.604063,11.844826,11.883965,11.857292,12.11396,11.790242,11.470057,11.358228,11.473623,11.648798,11.16893,10.60501,6.5911264,6.8432446,6.8529258,6.7562413,6.8367095,6.851325,6.6768408,6.7685533,6.592268,6.557529,6.535996,6.6385512,6.7073045,6.4542012,6.3049283,10.508201,10.741799,10.801655,10.114302,10.427637,10.463245,10.421634,10.543897,10.17695,10.033161,9.9647303,10.055066,10.279206,9.8394127,9.4531031,6.9725947,7.1370692,7.0906014,6.8485436,6.8903899,6.8930688,6.7847776,6.8074546,6.6452823,6.5469174,6.518723,6.5225177,6.58637,6.1867943,6.0997357,9.687027,10.009974,10.033948,9.6292982,9.806674,9.8327885,9.8109694,9.9787579,9.6943197,9.5619049,9.4837713,9.5769958,9.7257795,9.2639656,8.8904095,5.8294783,6.0920787,6.1044908,6.0622478,6.1928306,6.2053456,6.0257258,6.1653447,6.0196996,6.0011554,5.9768891,6.1133323,6.1652694,5.9886355,5.8713717,8.3204889,8.5572557,8.5481253,8.2651644,8.4147968,8.4288549,8.3550406,8.4283562,8.1671782,8.0789995,8.0316315,8.07306,8.2072849,7.784255,7.5756183,7.7977538,8.1962461,8.2072182,8.0677729,8.2991171,8.3138523,8.2959738,8.5628443,8.373003,8.305768,8.2391443,8.3906078,8.4961767,8.1450977,7.8905239,9.1681566,9.4416466,9.4546995,9.0740957,9.2416306,9.2634888,9.2116013,9.3237667,9.0382986,8.9338264,8.871974,8.9391394,9.0874262,8.6395264,8.3425493,7.0528646,7.2970815,7.2956405,7.1429987,7.2133131,7.2284226,7.0828009,7.1602125,6.9730663,6.9179654,6.8903461,6.9652486,7.0411777,6.7199693,6.5652308,9.6109638,10.021384,10.040438,9.7566605,10.015109,10.035265,10.083261,10.387401,10.146464,9.9910116,9.8908319,10.035512,10.176304,9.7378025,9.3204355,10.932388,11.237212,11.287271,10.673004,10.891201,10.929465,10.916338,11.104134,10.775031,10.566791,10.477417,10.582992,10.760083,10.276704,9.7999649,8.4571905,8.7363539,8.7379494,8.464467,8.5889702,8.6061563,8.5332365,8.6372814,8.3875399,8.3001289,8.2458391,8.3108635,8.4310627,8.0089645,7.7629771,8.2104921,8.5964088,8.6073761,8.4283924,8.6259022,8.6417847,8.6200809,8.8486595,8.6371756,8.5571461,8.4868307,8.616663,8.7302933,8.3470716,8.0664663,9.0945377,9.485034,9.5004244,9.2393942,9.4493122,9.4683838,9.4811754,9.7234821,9.4836712,9.3658447,9.2798281,9.4047775,9.5374546,9.1063395,8.749197,10.760484,11.030341,11.086663,10.413007,10.655275,10.693113,10.661903,10.81324,10.470181,10.296307,10.218174,10.316417,10.508162,10.038185,9.6048431,7.5157504,7.8018212,7.8065438,7.642693,7.7410512,7.7569594,7.6386881,7.7471452,7.5404682,7.4810171,7.4400749,7.527771,7.6181593,7.2738247,7.0759249,7.818676,8.0757151,8.0690308,7.8499374,7.9426603,7.9570942,7.8559136,7.9379501,7.7171469,7.6413579,7.5982885,7.6562786,7.7552185,7.3632641,7.171474,7.6020355,7.9698539,7.9802952,7.8471608,8.028018,8.043025,7.9829392,8.1909933,7.9971466,7.937994,7.8805628,8.0126286,8.1114235,7.7731304,7.5415182,8.4190407,8.7271748,8.7335978,8.4867268,8.6146059,8.6325102,8.5644531,8.6938887,8.4532309,8.3683987,8.310235,8.3920088,8.5076323,8.0963392,7.8350825,10.779378,11.173894,11.198705,10.848109,11.113374,11.138134,11.152118,11.470053,11.20983,10.973123,10.857835,10.996535,11.147282,10.69427,10.192195,9.1685848,9.4783745,9.4932566,9.1489124,9.3048248,9.3270245,9.2856627,9.4282026,9.1575356,9.048871,8.9803095,9.062851,9.200305,8.7534199,8.4333277,7.1705222,7.4999328,7.5106893,7.3993835,7.5436087,7.5584331,7.4511261,7.6155858,7.4291253,7.3824964,7.3381138,7.4615817,7.5477133,7.2468982,7.0498033,8.5473843,8.9548006,8.9669323,8.7688398,8.9988098,9.0145664,9.0281258,9.2963772,9.081624,8.9859219,8.9045782,9.0457926,9.1679955,8.7680378,8.4511232,8.0423174,8.4661083,8.4774694,8.3286848,8.6104336,8.6242332,8.649828,8.9773684,8.7914171,8.7121038,8.6344585,8.8065939,8.9189081,8.5571842,8.2727003,11.470588,11.770389,11.82932,11.153073,11.39164,11.435246,11.422949,11.626774,11.27917,11.014531,10.919404,11.030355,11.218301,10.731973,10.208454,10.83398,11.258953,11.2451,11.292203,11.313859,11.141542,11.227035,11.352294,11.260693,11.212045,10.649945,10.615976,10.73936,9.9241438,9.4752569,10.080715,10.569437,10.537349,10.63933,10.654278,10.594333,10.696323,10.826959,10.704699,10.6497,10.348955,10.322515,10.472757,9.8917913,9.070034,10.051936,10.262992,10.241089,10.435289,10.443526,10.398273,10.456576,10.547216,10.47525,10.438252,10.20379,10.173355,10.246394,9.8520689,8.5475998,10.127623,10.515984,10.481752,10.605947,10.618598,10.565372,10.655164,10.780843,10.665156,10.612106,10.331224,10.30282,10.429024,9.8834047,8.9523821,10.171823,10.981032,10.971374,10.979117,11.007851,10.856163,10.998069,11.11355,11.014084,10.968905,10.496888,10.490005,10.706238,9.9183893,9.5840855,10.215391,10.413144,10.395569,10.583243,10.592559,10.531071,10.588649,10.688147,10.619273,10.581502,10.269402,10.222693,10.292499,9.8576708,8.634428,9.9403191,10.112277,10.089083,10.303134,10.308742,10.275971,10.325478,10.403949,10.340256,10.308088,10.122412,10.096737,10.159113,9.8257418,8.4036846,10.47432,11.172073,11.163669,11.170952,11.197897,11.014853,11.135322,11.242227,11.156039,11.114438,10.580319,10.571606,10.756661,9.9124928,9.6140165,10.268716,10.557142,10.534295,10.685753,10.698117,10.627886,10.702828,10.817176,10.728262,10.682366,10.356669,10.319366,10.414841,9.8974562,8.8449221,10.484097,10.860553,10.839238,10.941149,10.95841,10.85418,10.944005,11.075109,10.974163,10.922169,10.499748,10.460672,10.57866,9.931242,9.1594267,11.105994,11.495017,11.48632,11.510271,11.531149,11.304667,11.362675,11.465741,11.393468,11.353794,10.708282,10.68317,10.790533,9.8710728,9.5736055,10.986068,11.252236,11.237974,11.320034,11.336529,11.183216,11.246284,11.3863,11.300735,11.25129,10.568167,10.456466,10.542912,9.8133736,9.2918806,11.358419,11.6563,11.649861,11.669582,11.687359,11.424873,11.445546,11.533567,11.475369,11.442002,10.733071,10.707428,10.78902,9.8072243,9.5740337,11.086903,11.52835,11.522174,11.530972,11.552215,11.306772,11.363709,11.451194,11.388261,11.354384,10.700211,10.687113,10.803149,9.8478069,9.6173792,9.4073915,10.560891,10.552425,10.551572,10.58208,10.479099,10.658545,10.775928,10.660509,10.615314,10.255679,10.25664,10.562802,9.8744488,9.5385447,10.097134,10.377773,10.345004,10.507832,10.51718,10.473147,10.546086,10.656521,10.559875,10.513786,10.268396,10.23901,10.336222,9.8676186,8.7376947,10.050941,10.233589,10.215332,10.420218,10.428033,10.381922,10.434553,10.519726,10.455938,10.421926,10.183672,10.150154,10.214186,9.8425827,8.4889841,10.340503,10.619268,10.598,10.747169,10.759876,10.682008,10.755699,10.872556,10.78565,10.739679,10.384256,10.341649,10.434423,9.9002876,8.877203,9.5003386,10.545653,10.530039,10.558467,10.581781,10.499087,10.65807,10.783047,10.660369,10.610439,10.274539,10.264017,10.542859,9.8901043,9.4283962,10.791339,11.355755,11.348255,11.357007,11.381312,11.168105,11.259312,11.357939,11.282936,11.244597,10.650352,10.638908,10.788164,9.8896799,9.6202374,9.9125452,10.711724,10.693395,10.729799,10.753426,10.659084,10.798212,10.929443,10.804736,10.751233,10.381772,10.367175,10.587864,9.9053183,9.4028196,11.191168,11.435884,11.42482,11.484355,11.500682,11.313354,11.359303,11.490072,11.412744,11.367243,10.589603,10.463862,10.540102,9.7458582,9.3704548,11.584757,11.789067,11.784221,11.802027,11.815735,11.519956,11.495042,11.567449,11.522485,11.495703,10.728529,10.700902,10.75761,9.7206306,9.5423031,10.899386,11.381921,11.372707,11.39233,11.415465,11.206971,11.288301,11.394619,11.315651,11.274208,10.673328,10.65445,10.785771,9.8958797,9.5848408,11.282161,11.557793,11.548356,11.58945,11.607134,11.381102,11.417543,11.530934,11.459873,11.418511,10.705403,10.646203,10.727716,9.8259449,9.5052004,9.9550629,10.579884,10.552054,10.637957,10.655378,10.589564,10.705617,10.836666,10.714666,10.66035,10.344428,10.320367,10.501624,9.901412,9.1626081,10.582525,10.915933,10.896461,11.004045,11.020641,10.908344,10.990632,11.121917,11.027269,10.976611,10.518824,10.470403,10.576908,9.9235048,9.1512442,11.41489,11.72403,11.720116,11.72568,11.742415,11.452476,11.458208,11.525168,11.479712,11.453908,10.728531,10.717177,10.796637,9.7636585,9.5987024,10.838356,11.224681,11.209565,11.270031,11.290379,11.128004,11.210117,11.339991,11.247482,11.197566,10.639081,10.596593,10.712078,9.9240408,9.4182596,11.640909,11.888823,11.888204,11.879592,11.88821,11.537004,11.475574,11.49859,11.483479,11.474844,10.680585,10.681033,10.738718,9.6032038,9.5535231,9.5355377,10.693272,10.686342,10.681496,10.712981,10.584141,10.765985,10.875065,10.777271,10.736581,10.328312,10.329613,10.634311,9.905714,9.613883,10.62626,10.902143,10.885129,11.008168,11.023353,10.91217,10.984383,11.113929,11.028132,10.980435,10.491516,10.425489,10.517086,9.8902626,9.0749865,11.451762,11.671607,11.664244,11.6984,11.713566,11.459506,11.465818,11.565734,11.506013,11.470399,10.697932,10.632767,10.697707,9.7514181,9.4986744,10.206818,10.862092,10.843801,10.88537,10.909219,10.797673,10.923676,11.056277,10.937635,10.883677,10.471529,10.453063,10.638422,9.9247227,9.4111662,10.298325,10.840595,10.818746,10.884147,10.905049,10.803072,10.915717,11.050461,10.933415,10.878366,10.478013,10.452761,10.612301,9.9301605,9.3061752,9.7636633,10.856412,10.850512,10.844444,10.874458,10.718784,10.89021,10.990602,10.906673,10.869649,10.409417,10.410101,10.694374,9.9172192,9.6596622,10.449134,10.955207,10.935773,10.997563,11.019135,10.899159,11.006699,11.140299,11.030221,10.976423,10.533051,10.5053,10.65421,9.9387321,9.3527527,9.6682444,10.660414,10.647914,10.664326,10.690977,10.589329,10.748759,10.872599,10.753871,10.704865,10.332234,10.325003,10.590285,9.8963985,9.4905519,10.90204,11.345287,11.333957,11.366194,11.388573,11.194698,11.275778,11.39171,11.306836,11.261762,10.672025,10.645135,10.769748,9.9093399,9.5395451,10.208419,10.913018,10.897995,10.925942,10.951849,10.826342,10.958007,11.086378,10.972482,10.920796,10.485974,10.47146,10.666661,9.923852,9.4802141,10.854731,11.503792,11.501217,11.489712,11.507704,11.234585,11.299645,11.35369,11.315646,11.29585,10.629255,10.629465,10.790082,9.7993097,9.6777401,10.764328,11.101287,11.084255,11.171212,11.189283,11.050623,11.129897,11.264224,11.171394,11.120569,10.588569,10.533671,10.639438,9.918025,9.2844963,10.034424,10.848511,10.835628,10.853023,10.880531,10.757225,10.901393,11.026428,10.91243,10.862521,10.440779,10.431275,10.652479,9.9134836,9.5117569,10.131727,10.753341,10.730564,10.79038,10.811354,10.720672,10.841437,10.976196,10.852832,10.797282,10.426149,10.404455,10.584035,9.9172182,9.3072367,10.398982,11.081697,11.070568,11.087029,11.113967,10.954474,11.079366,11.197485,11.098957,11.052276,10.555012,10.542807,10.728044,9.9240227,9.5629234,10.393984,11.254094,11.250437,11.240689,11.263685,11.036579,11.153595,11.225741,11.17237,11.146158,10.558186,10.558276,10.775351,9.8692236,9.6994925,10.143075,10.334668,10.316467,10.511852,10.520404,10.466033,10.521703,10.615262,10.548187,10.511775,10.234006,10.193525,10.261036,9.8535681,8.5712919,9.7921314,9.887126,9.8756647,10.127078,10.131029,10.105975,10.136358,10.187906,10.150992,10.130644,9.9855576,9.9611053,9.9964924,9.7772331,8.144433,9.7958136,9.9103289,9.8949375,10.138363,10.14227,10.117914,10.152405,10.207716,10.164502,10.141833,10.002946,9.9822674,10.024111,9.7863941,8.1854753,10.59219,11.101682,11.085873,11.131933,11.154987,11.008029,11.112399,11.241392,11.139065,11.087807,10.590058,10.563698,10.710225,9.937561,9.4506569,10.24416,10.713009,10.686989,10.780549,10.79792,10.71636,10.818776,10.951073,10.835703,10.78117,10.4259,10.397246,10.540471,9.9194603,9.1496086,11.275809,11.717434,11.715893,11.704393,11.717578,11.4027,11.408929,11.446272,11.421021,11.407216,10.671698,10.672223,10.778688,9.7110119,9.6295738,11.050929,11.36039,11.34724,11.408936,11.427466,11.246024,11.308836,11.439463,11.355027,11.307012,10.661946,10.595539,10.690487,9.8770123,9.4249382,11.68376,11.867286,11.864647,11.871314,11.883022,11.557005,11.503415,11.552917,11.521173,11.502319,10.719043,10.707467,10.754768,9.6593599,9.5414057,10.240141,10.569772,10.544152,10.683161,10.696282,10.628106,10.709877,10.828892,10.731245,10.682627,10.364403,10.33091,10.438221,9.9023209,8.9041672,9.7123089,9.7950563,9.784996,10.04471,10.048357,10.028523,10.05445,10.096737,10.064889,10.047684,9.9332533,9.9147997,9.9451199,9.7619743,8.0661583,11.098719,11.441388,11.430214,11.472892,11.492685,11.287676,11.347359,11.465597,11.386108,11.341535,10.698159,10.654664,10.754629,9.8829145,9.5087328,10.194695,10.546688,10.518219,10.652621,10.665597,10.602984,10.687931,10.809031,10.70546,10.655356,10.352282,10.321099,10.435343,9.8983364,8.9175854,10.320471,10.984834,10.970467,10.998372,11.024242,10.887856,11.014031,11.140846,11.031635,10.980795,10.522146,10.506454,10.690768,9.9286528,9.4967117,10.368102,11.18189,11.176361,11.172473,11.198985,10.998077,11.12524,11.216316,11.145097,11.110821,10.558868,10.556118,10.765752,9.8978367,9.6681881,10.360484,10.774668,10.750941,10.851282,10.868505,10.777107,10.872787,11.003755,10.896208,10.843096,10.460275,10.427284,10.555834,9.9275923,9.1392727,10.41162,10.666864,10.648117,10.799432,10.81213,10.727517,10.797107,10.915068,10.832997,10.788282,10.397007,10.344863,10.431218,9.8904762,8.8832159,10.865339,11.163383,11.147702,11.236347,11.253591,11.108232,11.179314,11.315981,11.227338,11.17733,10.589132,10.514025,10.609581,9.8841591,9.2811861,9.9516525,10.657711,10.634123,10.693506,10.713963,10.634669,10.762006,10.895424,10.769038,10.713907,10.369897,10.349968,10.550278,9.905035,9.2928743,11.691561,11.887951,11.886477,11.886506,11.897798,11.560982,11.505131,11.544609,11.518652,11.503338,10.716237,10.710919,10.758573,9.6438322,9.5526056,10.095133,10.350502,10.323262,10.497746,10.506928,10.459661,10.527293,10.630175,10.544459,10.501985,10.253464,10.22319,10.310863,9.8677502,8.6714067,10.982396,11.501085,11.496224,11.496504,11.518172,11.268201,11.334122,11.413227,11.355447,11.325043,10.67661,10.669646,10.802488,9.8411388,9.6436911,11.354566,11.711873,11.708792,11.707318,11.724051,11.429065,11.44093,11.500156,11.459179,11.436358,10.714943,10.709052,10.798382,9.7578411,9.6172581,10.510434,11.102342,11.088827,11.118397,11.143529,10.989389,11.103588,11.227595,11.12618,11.076842,10.578072,10.559388,10.724238,9.9314976,9.5145483,10.734743,11.239617,11.227178,11.259108,11.282778,11.107023,11.203597,11.323657,11.231471,11.184257,10.635539,10.612265,10.753735,9.9243145,9.5283966,10.637322,11.230775,11.220767,11.237473,11.26292,11.078813,11.185258,11.29717,11.208862,11.164914,10.617127,10.602607,10.763247,9.9157104,9.5830202,10.618873,11.055547,11.037547,11.105016,11.125687,10.991037,11.086991,11.219653,11.117838,11.065476,10.579155,10.544258,10.674809,9.939249,9.355566,9.7564421,9.134613,8.7775993,10.366604,10.348237,10.36611,10.426807,10.579679,10.499068,10.44502,10.303277,10.247828,10.30269,8.1550922,7.8893628,9.5417776,9.462719,8.9602032,9.3218775,9.3161211,9.3281612,9.3919821,9.5164433,9.4517183,9.4309502,9.3049135,9.2295895,9.2672777,8.4587326,8.0143747,9.9757967,9.8729095,9.4653568,9.9331169,9.9218826,9.9232569,10.003428,10.168273,10.067904,10.012084,9.8327379,9.7640915,9.8269711,8.7553234,8.3029442,9.6161194,9.1935654,8.7027264,9.8561087,9.8415585,9.8602247,9.9221058,10.058843,9.987381,9.9414644,9.819046,9.7546844,9.7985353,8.1737022,7.8818107,9.9685068,9.7232323,9.3173332,10.078979,10.062512,10.072709,10.147178,10.320168,10.223176,10.160673,9.9858274,9.9200306,9.983346,8.628212,8.2403669,10.263675,10.195189,9.8095179,10.222111,10.210787,10.188244,10.291714,10.470838,10.358689,10.295129,10.093236,10.026968,10.098771,8.8836021,8.4073248,9.4653034,9.3248577,8.6696606,9.149147,9.143712,9.1610327,9.2231674,9.3399649,9.2942638,9.2614145,9.1553946,9.0807848,9.1094217,8.2294531,7.8584957,10.344078,9.9010286,9.5858936,10.72253,10.67769,10.691298,10.759551,10.992796,10.890051,10.797304,10.60579,10.548338,10.61957,8.7900114,8.4554377,9.437645,9.3279266,8.7480078,9.1659575,9.1606131,9.1757545,9.2383919,9.35742,9.3060083,9.275219,9.1614733,9.0860624,9.1179399,8.2828493,7.8785586,9.7506247,9.6343193,9.1803904,9.6562281,9.6466665,9.6559572,9.7269106,9.8742323,9.788516,9.7427063,9.5886288,9.5174503,9.5693855,8.5772762,8.1453228,9.858264,8.9590559,8.7024336,10.876621,10.852752,10.872002,10.926637,11.090796,11.011366,10.951505,10.804419,10.759953,10.818903,8.0281792,7.8123541,10.424244,10.31195,8.9248772,9.238986,9.2441053,9.2690859,9.3297176,9.4259605,9.4555655,9.4414082,9.3707666,9.2970428,9.3005915,8.6540527,8.3383417,9.7018261,9.488265,9.0024738,9.6846886,9.6729841,9.6873264,9.7551794,9.9011889,9.8215113,9.7722759,9.6290646,9.5594883,9.6085415,8.4284134,8.052372,10.270029,10.045681,9.6808949,10.397013,10.374427,10.373946,10.460715,10.663469,10.553102,10.476786,10.270954,10.207455,10.282202,8.8526144,8.4407797,9.2808714,9.2140799,8.6396923,8.9333601,8.9317169,8.9471302,9.0059729,9.1103497,9.0836573,9.0741224,8.9760103,8.896697,8.9187346,8.2379074,7.796226,10.058673,9.605794,9.2581272,10.453131,10.427918,10.443078,10.511684,10.700376,10.603695,10.533237,10.356933,10.297965,10.364654,8.5329599,8.2066326,9.7441483,9.672451,9.2269545,9.601263,9.5936041,9.6015463,9.6703625,9.8102331,9.7263088,9.6965208,9.5468731,9.4743214,9.5233946,8.6481266,8.1869211,9.5855284,9.4710197,8.5740156,8.9468641,8.9468632,8.9673901,9.0271749,9.1284285,9.1259966,9.1033039,9.0209808,8.9450426,8.9588022,8.2332993,7.8833098,9.6943607,9.4783955,8.6114206,9.2477341,9.2418537,9.2636681,9.3256626,9.4383259,9.3965778,9.3666096,9.2778111,9.2059574,9.2279787,8.2255373,7.9230452,9.2216845,9.1540585,8.4937677,8.7576399,8.7610989,8.7798758,8.8372774,8.931468,8.9851942,8.9736042,8.8962374,8.8152952,8.8251095,8.2060795,7.7860765,11.895528,11.757321,9.6625214,9.9994841,10.010308,10.04336,10.111472,10.214797,10.214386,10.205749,10.136493,10.071432,10.07461,9.408865,9.1445942,9.5525331,9.4379902,8.9190655,9.3670034,9.3597412,9.3729029,9.4383526,9.5684566,9.5008574,9.4647465,9.3350143,9.2612247,9.3014603,8.3994942,7.983623,10.262083,10.133395,9.7488766,10.275999,10.261057,10.246229,10.345304,10.53356,10.422519,10.353614,10.149283,10.083982,10.157058,8.8524351,8.4037876 ),.Dim=c(3107,15)), childaccessprevention_pc_idw=structure(.Data=c( 5.9279151,5.9274917,6.0691662,5.9989877,5.9928241,6.0466251,6.2255054,6.3295398,6.2373061,5.993927,5.9730039,6.0479684,6.0988293,6.1122847,6.4828238,9.6604919,9.8468046,9.9496002,9.9490633,9.7340708,9.9816666,10.213254,10.272627,10.156915,9.9939928,9.9190664,10.058057,10.11377,10.157143,10.160443,6.2149282,6.2375827,6.3581748,6.2662916,6.2432284,6.3292518,6.455142,6.5333776,6.4695687,6.3003144,6.2990108,6.3502917,6.4039874,6.3840609,7.0324945,5.5678372,5.5615573,5.7070174,5.6591978,5.6629434,5.7018843,5.9082212,6.0271063,5.9282618,5.6424322,5.6130662,5.6996665,5.7462559,5.7805648,6.0558367,4.6999831,4.6921639,4.8047681,4.7359238,4.7428641,4.7591023,4.930789,5.0336285,4.943717,4.5862188,4.5702209,4.618753,4.6525202,4.6674209,5.0043716,6.0428877,6.0552912,6.1794782,6.0891166,6.0712934,6.1429248,6.2778096,6.3594265,6.2886028,6.1013288,6.0973382,6.1513906,6.2025452,6.1891961,6.7802124,7.0655012,7.0959716,7.2462587,7.1811795,7.1444292,7.245893,7.4267564,7.5318394,7.4294081,7.2099509,7.179235,7.2673879,7.3301673,7.3387742,7.6355124,4.1281457,4.1107278,4.1926379,4.1117797,4.1087918,4.1172252,4.2283187,4.2803431,4.2196193,3.9930737,4.0114069,4.0420671,4.0684271,4.0709639,4.7138047,4.2699227,4.2577152,4.3411784,4.2662859,4.256743,4.2769213,4.3693123,4.4102836,4.3649755,4.2248392,4.2453423,4.2730489,4.3004117,4.2977471,5.1661797,3.6752143,3.6582904,3.7266359,3.6523399,3.6501288,3.6537344,3.7520883,3.7958643,3.7415574,3.517601,3.5377114,3.5621185,3.5837934,3.5874596,4.2463098,5.6302094,5.6252003,5.7633896,5.6962605,5.6955228,5.7381272,5.9199944,6.0254388,5.9337683,5.6723499,5.6518426,5.7244158,5.771585,5.7892218,6.1520882,5.9137502,5.9102163,6.0811429,6.1333566,6.1334214,6.1938891,6.501173,6.6223712,6.5138154,6.3049583,6.2684188,6.4884529,6.5419688,6.6690001,6.7253656,6.7381663,6.7487569,6.9168,6.9201322,6.8970876,6.9812703,7.2500019,7.3677711,7.2496676,7.031662,6.9879947,7.1465888,7.2049537,7.2791128,7.3734164,4.6156383,4.6008005,4.6966591,4.6117063,4.6071281,4.6265926,4.7452707,4.8037248,4.7406034,4.5344234,4.5494208,4.587214,4.6198845,4.6201839,5.2797666,3.5457613,3.5226355,3.5833337,3.5112319,3.501806,3.501708,3.5805433,3.6046562,3.5600901,3.4101102,3.447135,3.4688458,3.4881082,3.4915159,4.3071609,7.6226645,7.6845527,7.8197336,7.7343903,7.6702857,7.8084021,7.9525075,8.04426,7.9552336,7.7628784,7.7438674,7.8128982,7.8788667,7.8607392,8.2517586,4.176825,4.1796298,4.2993779,4.3035069,4.3184214,4.3267913,4.5745053,4.7248278,4.6111608,4.0953088,4.0545263,4.1288018,4.1558437,4.2175884,4.3010859,7.8798118,7.9455676,8.0958643,8.0494509,7.9767523,8.1184568,8.3079758,8.4111891,8.2999134,8.0880423,8.0457239,8.1490517,8.2164745,8.232583,8.4372501,5.3242383,5.3169537,5.4383364,5.3559299,5.3529763,5.3894911,5.5404034,5.6254754,5.5471873,5.31179,5.3066554,5.3616214,5.404398,5.4084291,5.9119773,8.3951626,8.4942799,8.6329021,8.5676861,8.4664392,8.6430225,8.7926655,8.8842945,8.7821331,8.5853729,8.5541182,8.6367674,8.7102709,8.7038717,8.9768734,7.015337,7.047802,7.1912713,7.1126971,7.0754666,7.1784363,7.3410349,7.4394488,7.3451772,7.1353898,7.1121492,7.188313,7.2507181,7.2467437,7.6162324,4.7021089,4.6970258,4.8155622,4.7601051,4.7698421,4.7851129,4.9775782,5.096302,4.99717,4.5927243,4.5671639,4.6210785,4.6545482,4.6784945,4.9268584,7.3324013,7.3873205,7.515152,7.4209476,7.3659225,7.4964023,7.6288996,7.7152739,7.6386337,7.4596181,7.448864,7.5088725,7.5713205,7.5447235,8.0333176,6.2106066,6.2120953,6.3672695,6.3194385,6.311389,6.3731766,6.5815811,6.6984696,6.5949225,6.3472929,6.3152285,6.4133916,6.4676218,6.4996061,6.7584357,3.7801459,3.7700877,3.8467226,3.7723713,3.7768171,3.7826502,3.9029403,3.9742687,3.9031804,3.5511227,3.5527031,3.5787942,3.6013024,3.6063187,4.0517669,5.6308708,5.6289616,5.7548676,5.6700749,5.662734,5.7111607,5.8602896,5.9461813,5.8680787,5.6494069,5.642796,5.7002816,5.7469888,5.7466063,6.2623158,9.1911964,9.3436699,9.4751034,9.4451628,9.2872868,9.5121384,9.6858969,9.7739573,9.6662712,9.4786682,9.4251328,9.5307121,9.5964594,9.6106224,9.7442217,4.2610798,4.2484765,4.3390174,4.2593169,4.2616997,4.2718382,4.404469,4.4774489,4.4046073,4.1015635,4.1047964,4.1390729,4.1671948,4.1720781,4.6633196,4.9575443,4.953506,5.0971856,5.0971889,5.1105251,5.1351728,5.3843164,5.5227861,5.4194789,5.0654483,5.0256095,5.1393895,5.1787419,5.2503767,5.4040461,4.3955913,4.3964939,4.5242014,4.5324006,4.5475116,4.5598841,4.814086,4.9610715,4.8521876,4.3958931,4.3539801,4.4473386,4.4780841,4.5485225,4.6496053,8.639554,8.7590008,8.8743296,8.7909174,8.6655416,8.8629465,8.9879141,9.0721006,8.9887114,8.8115454,8.8007946,8.8603916,8.9221706,8.8901377,9.2475948,5.5360341,5.528779,5.6909161,5.7054439,5.7140565,5.7561755,6.0212841,6.1556187,6.0503187,5.7789464,5.7387991,5.8926167,5.9405427,6.0304513,6.1687927,5.744874,5.7383747,5.8974948,5.8817945,5.8859797,5.9314399,6.1715636,6.3011394,6.1951561,5.9224973,5.8849998,6.0072312,6.056663,6.1189375,6.3047857,6.7913694,6.836966,6.9586601,6.8651829,6.8270898,6.9438891,7.0654879,7.1446042,7.0831041,6.9252758,6.924963,6.978632,7.0391941,7.0123606,7.6480427,7.9340358,8.0229826,8.1356783,8.0403461,7.9531646,8.1250391,8.2402067,8.3201637,8.2585917,8.0990763,8.0898037,8.140851,8.2002993,8.1611452,8.6853848,3.7296243,3.7251329,3.805126,3.7384233,3.7458782,3.7508194,3.8865194,3.9843237,3.8929389,3.4013958,3.3947246,3.4196126,3.4399185,3.4473648,3.7096999,5.1151438,5.1078091,5.2378087,5.1796327,5.1864061,5.2121053,5.4037075,5.5166917,5.4223051,5.0985274,5.0746512,5.1412897,5.1813769,5.2064099,5.512166,4.6516285,4.6511135,4.7950673,4.8373361,4.8536425,4.8787203,5.1568732,5.2948785,5.1985292,4.8636904,4.8238587,4.9863429,5.0241661,5.132988,5.2462578,3.9548452,3.9585445,4.0687876,4.0621715,4.076283,4.0815163,4.3127928,4.464201,4.3442516,3.7593229,3.7224083,3.773062,3.7963183,3.8446167,3.9155548,4.4229174,4.4224887,4.5411181,4.512527,4.5253515,4.5351276,4.7550578,4.8947163,4.7826147,4.2856903,4.2504935,4.3070121,4.3360491,4.3752971,4.509428,4.6250753,4.6226449,4.7164335,4.6465058,4.6357846,4.6706071,4.7709265,4.8274689,4.7833991,4.6407142,4.6551023,4.6848011,4.7142687,4.707006,5.5767269,4.0240388,4.0249271,4.1273804,4.0894408,4.1003957,4.1047387,4.2985749,4.4330864,4.3159876,3.7370317,3.7112405,3.7474394,3.7706313,3.79725,3.9138818,6.407908,6.4176564,6.5650759,6.4961638,6.4798026,6.5523167,6.7333961,6.8389778,6.7423515,6.5120988,6.4869928,6.5684996,6.6248412,6.6360879,6.9773288,5.5427332,5.5454235,5.6613522,5.574079,5.5623636,5.6162429,5.7441888,5.8187766,5.7538748,5.5700164,5.5722728,5.6197524,5.6641111,5.6542568,6.3089623,3.9969029,3.9955299,4.0906134,4.036324,4.0457134,4.0502162,4.2204642,4.341146,4.2319703,3.6807296,3.6629906,3.6943111,3.716918,3.73315,3.8998504,6.1117163,6.1083641,6.2752528,6.2748313,6.2718697,6.3313289,6.5894461,6.7163219,6.6054597,6.3637948,6.3243823,6.4726291,6.5263772,6.6017413,6.7416506,4.6050134,4.6038609,4.7395482,4.7521696,4.7672539,4.7847648,5.0433946,5.1868238,5.081954,4.6802244,4.6384602,4.7510643,4.7855396,4.864428,4.9822621,4.3473554,4.3400211,4.4391789,4.3669624,4.373991,4.3843179,4.5417972,4.63943,4.5507965,4.1528802,4.1414719,4.1790133,4.2075505,4.2175727,4.5490208,6.9330955,6.967555,7.1236987,7.2045875,7.1512866,7.2591667,7.665277,7.7336097,7.6129737,7.4539337,7.391469,7.6705256,7.7266273,7.8738737,7.7965493,7.2878709,7.3213525,7.4808435,7.4531426,7.4084687,7.516839,7.7434006,7.8552675,7.7390776,7.5193405,7.4747348,7.5986824,7.6612864,7.7013965,7.856832,6.1850009,6.1938262,6.3296652,6.2460256,6.2305803,6.299088,6.4560742,6.5494547,6.4647684,6.2501583,6.2359672,6.3019795,6.3556061,6.3533502,6.809783,4.4358244,4.433032,4.5439954,4.4919252,4.5025001,4.5125194,4.7042027,4.8280406,4.7230039,4.2502713,4.2243934,4.2696819,4.2986531,4.3216834,4.5200796,5.895041,5.8907886,6.0456753,6.0074978,6.0072532,6.0570521,6.2754812,6.397666,6.2941408,6.0289583,5.9956012,6.0979047,6.1486907,6.1907854,6.4291463,4.9741716,4.9725161,5.1261673,5.171648,5.1867843,5.2206826,5.5016456,5.635716,5.5406628,5.2535992,5.2147193,5.3970113,5.4396396,5.5543904,5.6765699,6.7281265,6.7555447,6.8905005,6.8013554,6.7702208,6.865644,7.0124397,7.1032186,7.0202432,6.8229241,6.8089414,6.8737493,6.9329596,6.9196582,7.3886218,3.8805521,3.8597834,3.9300306,3.854563,3.8445601,3.8515465,3.9343143,3.9631305,3.9174182,3.7757986,3.8100398,3.8345933,3.8574984,3.8585973,4.7105298,4.8091383,4.816442,4.9107642,4.8531628,4.8408947,4.8916197,4.9967299,5.0626602,5.0245981,4.8915663,4.9063096,4.9348512,4.9630814,4.9526858,5.8716507,4.7190919,4.7080793,4.8158002,4.7378302,4.7408457,4.758884,4.9109812,4.9968038,4.9170303,4.6212668,4.6164207,4.6618915,4.6962118,4.7046895,5.1540856,5.2600222,5.2521238,5.3811197,5.3125839,5.3156466,5.3465223,5.5237083,5.6264544,5.5374255,5.2524452,5.2350535,5.2988849,5.3410215,5.358088,5.7318363,5.4783568,5.4726162,5.6378365,5.6847425,5.69419,5.7404122,6.0322452,6.1611762,6.058744,5.8189921,5.7793193,5.9830308,6.0322261,6.1550431,6.254931,4.8611989,4.8492675,4.9576631,4.8752756,4.8747306,4.8976178,5.0395527,5.1165514,5.0422955,4.7923756,4.7938657,4.8398781,4.876194,4.8809586,5.4092627,5.0032911,4.9943528,5.0999937,5.0134325,5.0068221,5.0393229,5.1622171,5.2271976,5.1634994,4.9703288,4.9796157,5.0219741,5.059792,5.0563021,5.7233114,5.3435302,5.3370094,5.4857974,5.4643593,5.4734435,5.5063176,5.7384453,5.8693776,5.7665873,5.4537287,5.4173784,5.5220575,5.5661778,5.6222034,5.8236299,5.0027785,4.9974327,5.1326408,5.0976272,5.108367,5.1308656,5.3492856,5.4785814,5.3764386,5.011168,4.9772935,5.0564022,5.0950255,5.1373348,5.3498464,6.5471482,6.5549817,6.724649,6.7710047,6.7500491,6.831996,7.1574335,7.2632585,7.1436777,6.9517202,6.9087191,7.1269994,7.1832404,7.3005781,7.3050842,6.6081352,6.6175795,6.7786365,6.7430763,6.7249393,6.8023381,7.0245647,7.1426635,7.0324879,6.7973499,6.7597718,6.8736506,6.9316936,6.9716167,7.1746573,4.739819,4.7367315,4.8655672,4.8363628,4.8488235,4.8649864,5.0884409,5.2239008,5.1176691,4.6970768,4.6610045,4.7327971,4.7671909,4.8109894,4.9828386,5.2225275,5.2420764,7.2241611,7.1281548,7.0361114,7.0390835,7.0873551,7.1361475,7.0865769,7.056499,7.0356722,6.9885015,6.9533448,7.9221797,7.8165717,5.8887472,5.8313026,7.870533,7.8170714,7.7705355,7.7767687,7.8290339,7.8931131,7.8231673,7.7840018,7.7782168,7.7281084,7.6863451,8.8086891,8.6975288,4.9341197,4.8749518,7.2308083,7.1679702,7.1451168,7.1420383,7.1641374,7.1851773,7.1581221,7.1414905,7.1282344,7.0567613,7.003211,8.3042793,8.1914654,5.2654858,5.2127109,7.4898658,7.4414349,7.4099603,7.411891,7.4462285,7.4828024,7.4438286,7.4207411,7.4087386,7.3468432,7.2958689,8.5629902,8.4523182,5.644887,5.6021962,7.6949754,7.6366405,7.5862613,7.5908318,7.6381545,7.6933255,7.6342769,7.6005783,7.5911174,7.5384421,7.4951024,8.637392,8.5270662,5.7945104,5.7866144,7.7463241,7.6666512,7.5868397,7.5922456,7.6465383,7.7118831,7.6415081,7.6019449,7.5935631,7.5474787,7.5106187,8.5458336,8.4379148,4.8000307,4.7423353,7.4616561,7.4400454,7.435257,7.4346995,7.4417605,7.4485869,7.4399323,7.4348731,7.4310374,7.3519096,7.2810354,8.8904934,8.7909651,4.9906793,4.9305782,7.4681249,7.4375358,7.4255948,7.4259081,7.4441977,7.4627428,7.4420447,7.4297113,7.4219761,7.3494716,7.2867494,8.760973,8.6546803,4.6449842,4.5858932,7.1357055,7.0069575,6.9894247,6.9789915,6.9780874,6.9777412,6.9619436,6.9540706,6.9432416,6.8406925,6.7793307,8.2414227,8.1406441,5.1624708,5.1260667,7.272634,7.204021,7.1547298,7.1556907,7.1943674,7.2329373,7.1919394,7.1667633,7.1494994,7.0927272,7.0488105,8.1667681,8.0554934,5.2188168,5.1550012,7.5620823,7.532135,7.5159941,7.5183053,7.54671,7.576961,7.5448427,7.5259447,7.5169282,7.4511023,7.3937931,8.7801962,8.671196,5.2321157,5.1717138,7.5367217,7.4998116,7.4785423,7.4805837,7.5106936,7.5428596,7.5085206,7.4882898,7.4784241,7.4135618,7.3582821,8.7058153,8.5961876,5.5296521,5.4611726,7.6951046,7.6592703,7.6352358,7.6397147,7.6803007,7.7262421,7.6774845,7.6493731,7.6399374,7.5814958,7.5314426,8.7976627,8.6864395,4.906127,4.8469319,7.3747935,7.3280301,7.3143163,7.312604,7.3279729,7.3431168,7.3236995,7.3121486,7.3032889,7.226635,7.1648779,8.6212053,8.5141268,4.8513045,4.7927876,7.4870515,7.4703341,7.4653325,7.4654498,7.4751253,7.4846182,7.4739213,7.4675531,7.463264,7.3867521,7.3168483,8.910656,8.8098736,5.8098407,5.7490287,5.9506397,6.0552163,6.0804024,6.1088576,6.4484992,6.7381787,6.557447,6.169714,6.0894818,6.2179222,6.2728009,6.3927464,6.3541141,6.7234039,6.6044927,6.8231611,6.9197307,6.9511962,6.9994011,7.3795834,7.655632,7.454803,7.2006798,7.1348152,7.2925806,7.3577204,7.4861031,7.2034369,4.8640075,4.8380494,5.0189862,5.3039899,5.3214021,5.3325529,5.7195587,6.3182793,6.0662746,5.8570123,5.7081175,5.7561173,5.7921114,5.896152,5.874012,4.885663,4.8395667,5.054492,5.3896418,5.4065976,5.4593868,5.7943931,6.5297952,6.2525973,6.1339645,5.9873548,6.0309834,6.0079532,6.178617,6.150425,4.797925,4.7625132,4.9490042,5.3179507,5.3312783,5.351819,5.6941662,6.4580064,6.1435175,5.9809422,5.8272643,5.8708749,5.89678,6.010757,5.9827805,7.4125657,7.2435408,7.4707007,7.5640998,7.5931916,7.6387177,8.0002975,8.3279734,8.0778513,7.7889457,7.7016401,7.8304276,7.8923512,8.0054798,7.7838645,7.9558697,7.7390432,7.9703426,8.0641632,8.0931005,8.1397247,8.496501,8.8610325,8.5716343,8.2744246,8.1761036,8.2901649,8.3486633,8.4548006,8.233284,4.821825,4.7820888,4.9783545,5.3619266,5.3756905,5.4077253,5.7384629,6.543294,6.2223425,6.0799093,5.9299431,5.9738173,5.9902596,6.1172786,6.0885096,5.8138189,5.752707,5.9621978,6.1025534,6.1372051,6.1832633,6.5689197,6.8037996,6.6529856,6.4122448,6.3766956,6.6164846,6.6828079,6.8552275,6.7033472,8.641716,8.3575468,8.5957108,8.707242,8.7359953,8.7844238,9.1268969,9.5716467,9.2202425,8.9123173,8.790597,8.8819046,8.9265003,9.0308094,8.8851957,3.8301716,3.8368018,3.9621608,4.1843152,4.2031922,4.1954103,4.6216092,5.0795493,4.8812981,4.5310712,4.4177732,4.4576182,4.4915428,4.569963,4.5727425,5.5536327,5.5059819,5.7055979,5.8762522,5.8979435,5.9149442,6.2864103,6.7148972,6.5028992,6.1933837,6.0644279,6.1292248,6.1719246,6.2760172,6.25211,7.2221661,7.071352,7.2990313,7.4003105,7.4278865,7.4681211,7.8156786,8.1628704,7.9150767,7.5995126,7.5016818,7.618268,7.6764946,7.7876792,7.6610637,9.4531994,9.0607567,9.280757,9.3628492,9.3924952,9.4441433,9.8268461,10.241946,9.8420553,9.5469847,9.4435768,9.5371294,9.5866442,9.6781549,9.2243443,6.3332992,6.2419949,6.4657459,6.6346855,6.6586666,6.6886144,7.0471611,7.5014114,7.2601309,6.9839096,6.8483486,6.9185944,6.9585514,7.0711555,7.0288105,4.1137552,4.1113644,4.2528076,4.3780518,4.3968587,4.3982959,4.7558379,5.0822468,4.9132671,4.3877664,4.3037376,4.3524747,4.3852506,4.4678926,4.4739327,6.4685345,6.3474674,6.5903974,6.7792468,6.8047347,6.8602929,7.2330365,7.7408695,7.4895043,7.3147197,7.1680927,7.2256031,7.1915083,7.3779378,7.3380041,2.3874314,2.3944256,2.4817393,2.5178926,2.5294645,2.5363979,2.7175336,2.8875718,2.7705545,2.1082971,2.0918434,2.1220803,2.1332967,2.1910846,2.2039478,4.1590328,4.1502724,4.2971263,4.3830075,4.4009666,4.4095154,4.7155647,4.9867711,4.8270326,4.2028871,4.1409106,4.203299,4.2347426,4.3250575,4.3326974,7.862988,7.6570616,7.8913617,7.9965577,8.0246391,8.0682945,8.414053,8.8061018,8.5137558,8.204361,8.0941448,8.1966114,8.2501173,8.3563194,8.215826,5.6870813,5.6320534,5.8366127,5.9634991,5.994379,6.0330019,6.3914194,6.6435976,6.4861059,6.1727657,6.1206584,6.3169684,6.3765912,6.5280533,6.4658661,6.680913,6.569015,6.7888522,6.8917842,6.9205027,6.9619522,7.3189936,7.6128654,7.4058166,7.1066566,7.0307884,7.1824121,7.2454009,7.3710241,7.2276978,6.1712327,6.0915031,6.3080168,6.4575458,6.4813981,6.5073657,6.8643126,7.278614,7.0530319,6.7419505,6.6159945,6.6910896,6.7358851,6.844244,6.8062243,6.647346,6.5222473,6.7654624,6.9655066,6.9906788,7.0408068,7.4027152,7.9329228,7.6637011,7.4625888,7.3128238,7.3729415,7.3713584,7.5241227,7.4784203,4.5732985,4.5600047,4.7246571,4.9963522,5.0139432,5.0165167,5.4263754,5.9883895,5.7529197,5.5241666,5.3791838,5.4251289,5.4628897,5.5603065,5.5451136,7.7453289,7.5480857,7.7888293,7.9230685,7.9509468,7.9950604,8.3407478,8.7911129,8.4895163,8.2009535,8.0699816,8.1523876,8.1914406,8.3049707,8.2200708,7.1927762,7.0444803,7.2744489,7.3873844,7.4142919,7.4519863,7.7964616,8.1773405,7.9209313,7.6020451,7.4903641,7.5891843,7.6418018,7.7506347,7.660903,4.0600934,4.0616841,4.1983361,4.3705997,4.3899183,4.3866196,4.7836275,5.1721015,4.9905038,4.5654206,4.4632068,4.5079746,4.5424647,4.6235151,4.627183,10.436366,9.9286728,10.151523,10.249831,10.27727,10.329982,10.666917,11.173474,10.68079,10.33865,10.216084,10.300517,10.335847,10.42647,10.203997,7.8738685,7.66646,7.9045725,8.0246382,8.052619,8.0962467,8.439992,8.8671818,8.5647383,8.2622509,8.1394644,8.2295609,8.2755136,8.3840895,8.2793045,10.283517,9.7976494,10.029142,10.142604,10.172656,10.229685,10.566129,11.097367,10.610419,10.28123,10.148637,10.226908,10.245309,10.353541,10.211492,5.0568457,5.0304713,5.2101717,5.3716435,5.3921471,5.4009562,5.7813387,6.1800594,5.985827,5.6296921,5.5097508,5.5699234,5.6115975,5.709023,5.696743,4.967968,4.9432483,5.1229177,5.3451338,5.3642907,5.3721991,5.7691031,6.2613044,6.0431204,5.7786965,5.6392021,5.6915836,5.7311101,5.8309088,5.8131824,4.8269529,4.8071418,4.9771056,5.1095576,5.1297665,5.1374969,5.5016894,5.8518701,5.6713676,5.2293658,5.1274867,5.1894932,5.2295809,5.3241038,5.3194108,6.5633111,6.4603925,6.6792288,6.7862983,6.8122716,6.8450923,7.1885195,7.5265083,7.3076949,6.9622931,6.8634887,6.9732695,7.0286994,7.1405954,7.0723886,6.3718033,6.2695384,6.5040946,6.7176595,6.741128,6.7821484,7.1408792,7.6792555,7.4146547,7.1999965,7.050364,7.1107936,7.1298761,7.2618079,7.2181902,10.691966,10.131537,10.337626,10.416523,10.442216,10.492723,10.865863,11.340444,10.831149,10.499363,10.393022,10.474742,10.513603,10.594314,10.119655,4.5467768,4.5374284,4.6946211,4.8655653,4.8848596,4.8852754,5.2861705,5.6846113,5.4981852,5.1275301,5.0103769,5.0614338,5.0999041,5.189527,5.1851597,4.471137,4.4532251,4.6101847,4.6966467,4.7148919,4.7286739,5.0326405,5.2799411,5.1271734,4.5578961,4.4988093,4.6010685,4.6393185,4.7489338,4.7527108,6.5127726,6.4128594,6.6301541,6.7337942,6.7608562,6.7968655,7.1434655,7.4520316,7.2450619,6.9119501,6.8266521,6.9595079,7.0188265,7.1381612,7.0510039,13.544529,12.526845,12.697574,12.779118,12.797243,12.842399,13.137912,13.782557,12.990086,12.542411,12.408373,12.471667,12.47976,12.548586,12.344657,7.1350298,6.9795237,7.225028,7.4021435,7.4289513,7.4778504,7.8354368,8.3418331,8.0569191,7.8268337,7.6804824,7.7467403,7.7580185,7.8977928,7.8430796,6.1141548,6.0382891,6.2490067,6.3673468,6.3916001,6.4173546,6.7635865,7.1180253,6.9089684,6.5443349,6.4374447,6.5283804,6.5786538,6.6865854,6.6479721,5.651341,5.5814486,5.8059344,6.088212,6.1078796,6.1505394,6.5033188,7.1434932,6.8702607,6.7010002,6.5471802,6.5980711,6.6053653,6.7467594,6.7109447,4.9196663,4.8871727,5.0737081,5.3884358,5.4044743,5.420495,5.7891383,6.4476309,6.1722488,5.9827213,5.8309813,5.8778949,5.9102993,6.0187759,5.9928827,12.337227,11.524063,11.709223,11.783617,11.803793,11.850554,12.189424,12.747041,12.080793,11.684668,11.5748,11.647717,11.675605,11.742769,11.345033,3.2096906,3.2156751,3.3258033,3.4119859,3.4287295,3.4303234,3.7174859,3.9762444,3.8247406,3.1698589,3.1202929,3.1541483,3.1757531,3.2417042,3.2553563,5.3008723,5.2610173,5.4467788,5.5467105,5.5689297,5.5890207,5.9199562,6.2093096,6.0360146,5.572607,5.4922714,5.5966578,5.644475,5.7555366,5.7412686,8.4674263,8.1979227,8.4436312,8.579525,8.6091681,8.6614742,9.0076494,9.4951315,9.1435766,8.861825,8.7249241,8.8030348,8.8274622,8.9489841,8.8565187,9.4918995,9.1077166,9.3381128,9.4353962,9.4639568,9.5152225,9.862299,10.316857,9.9066133,9.5874443,9.4720755,9.5648689,9.6104298,9.7055998,9.4692259,5.6944914,5.6288667,5.8462076,6.1090059,6.12884,6.1608238,6.5203338,7.1175613,6.8522067,6.6533146,6.5014372,6.5555229,6.5807199,6.7037005,6.6684089,8.6132536,8.3299799,8.5626907,8.6573868,8.6864166,8.7353201,9.0895424,9.492197,9.1536655,8.8500805,8.7435818,8.8470097,8.9008894,9.0014553,8.7636843,6.9556718,6.8223953,7.0567713,7.2084517,7.2344279,7.271656,7.6230454,8.0720196,7.8083363,7.528595,7.3947501,7.4710903,7.5103698,7.6251264,7.5666246,4.8481007,4.8228593,4.9968038,5.1043448,5.128005,5.1515813,5.4806852,5.7222762,5.5772028,5.1240273,5.0650282,5.2141042,5.2622986,5.3942776,5.3878078,9.3607349,8.9937544,9.2324581,9.3501253,9.3797302,9.4332476,9.77283,10.266207,9.8554621,9.5445938,9.4138737,9.496706,9.5274487,9.6353254,9.5001535,4.0596972,4.0551715,4.1971474,4.2942872,4.3124509,4.3176494,4.6412854,4.9299946,4.7679348,4.1662836,4.0978041,4.1500888,4.180666,4.2651043,4.2730799,9.2832041,8.9187183,9.1638069,9.2945652,9.3275661,9.3891239,9.7444887,10.261151,9.8498354,9.5686169,9.4308939,9.5048103,9.4995794,9.6427679,9.5526276,6.317524,6.2237306,6.4516068,6.6465015,6.6699777,6.7036695,7.0634632,7.5633159,7.3102193,7.0666471,6.9227014,6.9871984,7.0195789,7.138689,7.0961447,5.6659379,5.6123066,5.8100405,5.9213881,5.9444237,5.9656172,6.3078742,6.6363149,6.4453049,6.032578,5.9355764,6.0270057,6.0757885,6.182807,6.1590695,6.5525546,6.4499278,6.6723566,6.8016806,6.8268819,6.8573737,7.2062168,7.5973759,7.364439,7.0404196,6.9219151,7.0077338,7.0561781,7.1650572,7.1131911,4.2991915,4.296751,4.4423733,4.6587033,4.6771126,4.6726351,5.1017227,5.5618768,5.3620892,5.0566821,4.927186,4.9718876,5.0093126,5.0966887,5.0916085,4.1719866,4.1606431,4.307744,4.3873124,4.4044428,4.415031,4.7078743,4.9581904,4.803998,4.1766672,4.1214957,4.1998067,4.2321711,4.3300314,4.3378048,7.0863857,6.9453325,7.1775432,7.3083782,7.3348303,7.3715138,7.7186294,8.1336184,7.8729258,7.5691285,7.4452238,7.5308433,7.5771003,7.6875086,7.6182079,8.0942631,7.8538976,8.103384,8.2524662,8.2829618,8.3401842,8.7009077,9.1982422,8.8669577,8.6214895,8.4796772,8.5502882,8.5456305,8.6976347,8.6295681,5.5068913,5.4553232,5.6609192,5.9030528,5.9228334,5.9449801,6.3157787,6.8647032,6.6179667,6.3920832,6.2448168,6.3002124,6.3350148,6.4467139,6.4165306,7.3121181,7.1323538,7.3807564,7.5411978,7.5703559,7.6288562,8.0034781,8.4907141,8.2057791,8.0017633,7.8590603,7.923357,7.8916564,8.074646,8.025053,11.230324,10.607387,10.826627,10.933434,10.96363,11.021969,11.35534,11.921827,11.35093,10.996662,10.865137,10.938635,10.943081,11.052266,10.906386,4.6862698,4.672626,4.8374286,5.0445805,5.0635309,5.0652566,5.4758229,5.9334745,5.7300191,5.4341364,5.3011003,5.3510752,5.3904262,5.4843402,5.4734287,5.3211288,5.282486,5.4762273,5.6804099,5.7007523,5.7149715,6.0971432,6.5725298,6.3527131,6.0801115,5.9423752,6.0000458,6.0402956,6.1440492,6.121417,8.0873165,7.8488517,8.0749941,8.1578007,8.189105,8.2398939,8.6254673,8.9707842,8.6791954,8.412324,8.3205853,8.4342709,8.4946394,8.5987329,8.1969881,5.833158,5.76963,5.9814463,6.1732917,6.1953235,6.2187033,6.5864787,7.060554,6.8289442,6.5623722,6.4237466,6.4871058,6.5265083,6.6363649,6.6041174,5.7190633,5.6395106,5.8724818,6.1113629,6.1332245,6.1869631,6.549922,7.1243467,6.8801742,6.7320509,6.582078,6.6322889,6.6010532,6.7825089,6.7487974,5.5596385,5.5119877,5.7086911,5.8442507,5.8665514,5.8839707,6.2418127,6.6133904,6.4148726,6.0408812,5.9282131,6.002326,6.0477262,6.1508498,6.1301265,5.0262051,4.9975877,5.1748357,5.2851739,5.3060136,5.319232,5.6602783,5.9788246,5.8011842,5.3200393,5.2299128,5.3057742,5.3480463,5.448144,5.4417257,7.3143024,7.1496897,7.3925638,7.5536623,7.5807223,7.6255784,7.9778104,8.4605598,8.1724644,7.9154544,7.7743311,7.8464665,7.87328,7.9981894,7.9356971,4.4320545,4.3774834,4.3803668,4.244863,4.218504,4.2050743,4.3177495,4.3626962,4.3070512,4.2723374,4.2959557,4.2603083,4.2827497,4.1412835,3.8318436,3.173981,3.1364617,3.1296422,2.7554748,2.7210667,2.7086694,2.7875113,2.8069422,2.7915616,2.7887671,2.7952309,2.7057633,2.7240677,2.6662817,2.5263047,3.962148,3.9134634,3.9138494,3.6996477,3.6713488,3.6563051,3.7558367,3.788357,3.7495558,3.7265036,3.7451305,3.6881776,3.7076788,3.5958061,3.3401971,3.5069873,3.4708588,3.4706156,3.3253088,3.3065882,3.2942188,3.3861423,3.4108055,3.3800657,3.3604815,3.3679283,3.3220031,3.3370316,3.2466738,2.9608223,4.0946965,4.0429258,4.0439439,3.838722,3.8091171,3.793226,3.894922,3.9298375,3.8870561,3.8612695,3.8834584,3.8294687,3.8495557,3.7285545,3.4689589,3.800688,3.760884,3.7620654,3.6415973,3.62238,3.6107669,3.7109663,3.742523,3.7039902,3.6793785,3.6892083,3.651154,3.6687489,3.5629826,3.2480438,4.3340926,4.2818894,4.2845564,4.1492176,4.1239505,4.110795,4.2216673,4.2643733,4.2118073,4.1788764,4.1996617,4.1629224,4.1846294,4.0489378,3.7375481,1.8164353,1.8114693,1.8094677,1.7918652,1.7876815,1.783366,1.8384299,1.8481584,1.8408291,1.8390858,1.8353448,1.8278329,1.8360163,1.8122514,1.6430876,3.6857944,3.6420023,3.6406116,3.3872352,3.3598793,3.3461206,3.4400275,3.4675899,3.4369187,3.4201097,3.4345133,3.3680816,3.3866005,3.2938657,3.0645983,4.5796556,4.5127726,4.5139031,4.3254614,4.2877531,4.26682,4.3723087,4.4148345,4.3539042,4.317008,4.3673501,4.3219633,4.3427186,4.186945,3.9457576,3.5834544,3.5485187,3.5491276,3.4420662,3.4253082,3.4144108,3.5100012,3.5376565,3.5036786,3.4819007,3.4889348,3.4529335,3.4689441,3.374321,3.0613046,2.9089487,2.8893063,2.8886473,2.8421824,2.8330407,2.8255236,2.9072206,2.9262142,2.9029696,2.8890629,2.8901474,2.8690662,2.8815536,2.8194582,2.5230627,3.6071489,3.5487812,3.527921,3.4173028,3.3678548,3.325207,3.3780982,3.3897986,3.3370767,3.3097599,3.6112416,3.5923121,3.6023035,3.5006964,3.4214337,4.0924482,4.0208249,4.0113759,3.7003968,3.6491742,3.6152642,3.6884656,3.7050517,3.6543529,3.6265225,3.6870556,3.6077037,3.6177342,3.493983,3.3507063,4.7097301,4.6345696,4.6302013,4.4210143,4.3748331,4.3479247,4.4461565,4.48698,4.4177141,4.3779011,4.4675498,4.4198408,4.4389629,4.2790055,4.0850358,4.7506137,4.6801362,4.6805487,4.5018272,4.462698,4.4416251,4.5500369,4.5970683,4.5291958,4.4886451,4.5500317,4.5093231,4.5313582,4.3673558,4.1288166,3.8623552,3.8226795,3.8241937,3.7193158,3.7009201,3.6900322,3.7925432,3.8260489,3.7851729,3.7591107,3.7684982,3.7345967,3.752852,3.6442707,3.3154757,2.566062,2.5382953,2.5307121,2.2813442,2.2635715,2.2489014,2.311235,2.3165414,2.3023741,2.2954552,2.2945995,2.2217631,2.2282553,2.1842594,2.0177529,4.8208961,4.7425857,4.7354374,4.5449791,4.4959917,4.4669671,4.563807,4.6074328,4.5315895,4.4889207,4.6198912,4.5809793,4.6011086,4.437542,4.2631574,4.4642448,4.400846,4.4026113,4.2109103,4.1751537,4.1552124,4.2598853,4.300384,4.24435,4.2101035,4.2518363,4.2044086,4.2249637,4.0761447,3.8288269,4.3151774,4.2656903,4.2684817,4.1541305,4.131444,4.119801,4.2320533,4.2754116,4.2224755,4.1892142,4.2058263,4.1735482,4.1954441,4.062273,3.7312768,4.3460674,4.2862935,4.2881484,4.0903797,4.0563912,4.0374827,4.1410842,4.1795969,4.1283216,4.0969639,4.1315064,4.0815525,4.1020341,3.9616952,3.7105861,3.7166665,3.6815791,3.6827745,3.5996706,3.5840311,3.5743532,3.6745787,3.7059972,3.6675048,3.6430588,3.6494009,3.6199398,3.6373646,3.5372548,3.198168,4.5286398,4.4676766,4.4701571,4.3057914,4.27389,4.2571425,4.3675432,4.4123755,4.3541179,4.3182502,4.3538284,4.3131399,4.3353519,4.1854191,3.9100146,2.4231112,2.4045475,2.4024837,2.3030653,2.2927852,2.2827339,2.3478205,2.3561227,2.3446774,2.3365774,2.3374929,2.3005545,2.3085883,2.2626581,2.0354614,4.1597633,4.100646,4.1029096,3.8675239,3.8303168,3.8078935,3.9027255,3.934108,3.8898342,3.8627145,3.8968098,3.8376803,3.8562162,3.7243826,3.5048878,4.8274655,4.7614021,4.764204,4.6210575,4.5883622,4.5726094,4.6901684,4.7438025,4.6742377,4.6319566,4.6759071,4.6441364,4.6691456,4.5040045,4.2219472,4.1142092,4.0680175,4.0701771,3.946923,3.9249947,3.9129643,4.0201845,4.0584574,4.0117903,3.9822555,3.9966877,3.960444,3.9805493,3.8578935,3.5364096,3.5461118,3.5058613,3.5045393,3.2823896,3.2589047,3.2451923,3.3362467,3.3606832,3.3317518,3.3148394,3.3256655,3.2637427,3.2800009,3.1918833,2.9480076,4.7955008,4.7168617,4.7075739,4.5289564,4.4783926,4.4472942,4.5404668,4.5829229,4.5058999,4.4630914,4.6242762,4.5902119,4.6100254,4.4487472,4.2892599,3.6287386,3.586782,3.5856471,3.3541613,3.3292456,3.3156552,3.408772,3.4351368,3.4048555,3.3875053,3.4000878,3.3372424,3.3546519,3.2632039,3.0219543,3.1874235,3.1528816,3.1495814,2.9363773,2.9163241,2.9019308,2.9826832,2.9989152,2.9758127,2.9620502,2.9667242,2.9028881,2.9146225,2.8426869,2.6121314,3.9922721,3.9250548,3.9063113,3.7335091,3.680516,3.6401393,3.7036295,3.7216215,3.6632004,3.6327121,3.8656232,3.8290133,3.8399904,3.7192023,3.6182382,4.0737824,4.0253243,4.0269156,3.8626921,3.8374445,3.8235669,3.9275701,3.96347,3.9197297,3.8924596,3.9100671,3.8643742,3.8840847,3.7635155,3.4732983,4.7190642,4.65481,4.6574988,4.5075989,4.4751735,4.458982,4.5739102,4.6242223,4.5587668,4.5187616,4.559792,4.5248809,4.5487633,4.3888073,4.1083632,3.7462263,3.6775053,3.6560545,3.3507614,3.2949946,3.2549589,3.3089156,3.3152628,3.2673016,3.2437901,3.3721204,3.2949166,3.3006887,3.200784,3.1104355,4.5759869,4.5003896,4.4865222,4.334662,4.2822657,4.2464089,4.3284826,4.3639355,4.2898426,4.249579,4.4738908,4.4486084,4.4663434,4.3176661,4.187222,4.4449019,4.3932242,4.3963795,4.2863655,4.2631497,4.2517991,4.3672533,4.4140244,4.3569093,4.3212337,4.3392434,4.3093395,4.3324633,4.1926951,3.8574474,4.290062,4.2366376,4.2389264,4.0799832,4.0525565,4.0379777,4.1460733,4.186615,4.1363225,4.105021,4.1283188,4.0859551,4.1071038,3.9731693,3.6816092,4.9591079,4.8865013,4.8875737,4.7305145,4.6924663,4.6735306,4.7887697,4.8436332,4.768064,4.7231231,4.7887907,4.7565117,4.7814569,4.6084204,4.359036,4.5297484,4.4742861,4.4774942,4.3533454,4.3274632,4.3148031,4.4305105,4.4785156,4.4192815,4.3824406,4.4060993,4.3741322,4.3976178,4.2515702,3.9327548,5.0840344,5.0070987,5.006721,4.8493071,4.8081965,4.7876911,4.9024715,4.9599857,4.8784966,4.8308473,4.9165063,4.8871522,4.9128408,4.7345066,4.5046043,4.5670605,4.5086045,4.5116391,4.3723617,4.3438716,4.3296609,4.4441981,4.4920201,4.4319954,4.3948283,4.424161,4.3893952,4.412724,4.2629213,3.9616952,4.6444716,4.5851874,4.5884476,4.4569883,4.4287782,4.4151564,4.5320234,4.5823202,4.5194297,4.4805946,4.5102859,4.4782581,4.50244,4.3490348,4.0420728,2.8175316,2.7957637,2.7945261,2.7118814,2.700707,2.6912663,2.7683334,2.7836552,2.7640882,2.751893,2.7543824,2.723357,2.7343051,2.6741123,2.410903,3.3392661,3.3013914,3.2986338,3.0525568,3.0296605,3.0153143,3.1002088,3.1198976,3.09547,3.0817871,3.0905025,3.0220656,3.0364423,2.9597743,2.7384088,1.861889,1.8541716,1.8520588,1.8243816,1.8195539,1.8138628,1.8683512,1.8752344,1.866935,1.8639966,1.8643399,1.8530256,1.8598086,1.8332742,1.6682084,4.1961942,4.147048,4.149334,4.0127525,3.9887753,3.9758685,4.0839405,4.1234803,4.0750957,4.0446396,4.0622463,4.0237794,4.0444231,3.9167149,3.6054635,4.1278076,4.0829849,4.0852923,3.9788895,3.9585111,3.9474754,4.056138,4.0954804,4.047565,4.0172548,4.0297565,3.9974949,4.01793,3.8954535,3.5593498,4.4173055,4.3600249,4.3625154,4.2004881,4.1708174,4.1552052,4.2647653,4.3076687,4.2533388,4.2196965,4.2487016,4.2071342,4.228941,4.086597,3.8024487,3.8376722,3.795399,3.7964084,3.650166,3.6287279,3.6160502,3.7159083,3.7473645,3.7090583,3.6847961,3.696588,3.6527846,3.6705894,3.5630295,3.2640228,3.2646525,3.2353702,3.2350578,3.13486,3.1204317,3.1099765,3.1978517,3.2197771,3.1924205,3.1749218,3.1795456,3.144166,3.1578658,3.0784402,2.7834837,2.8899169,2.8693206,2.8685675,2.8113673,2.8014643,2.7932863,2.8737741,2.8917642,2.8696189,2.8562076,2.8582036,2.8345156,2.8465717,2.7842176,2.5007262,4.5661001,4.4943624,4.4919972,4.2739534,4.2300324,4.2041616,4.3015199,4.3389482,4.2762151,4.2394304,4.3072443,4.2547331,4.2728705,4.1183176,3.9141428,4.115417,4.0610023,4.0618143,3.8357551,3.8028104,3.7846904,3.8839033,3.9176836,3.8749392,3.8495615,3.8757842,3.8178174,3.8378532,3.7148638,3.4740899,4.9820371,4.9037452,4.9003825,4.7260308,4.6808739,4.6563158,4.7630663,4.8145318,4.7351055,4.6894407,4.7961226,4.7621408,4.7853308,4.6124134,4.4099054,4.0172143,3.971844,3.9735644,3.8355889,3.8131948,3.8005674,3.9048085,3.9403625,3.897049,3.8696458,3.8838334,3.8433838,3.8626285,3.7450864,3.4363449,3.6854088,3.6448686,3.6449993,3.47754,3.4559929,3.4428549,3.5383651,3.5661018,3.5322535,3.5110407,3.5215468,3.4718082,3.4884176,3.3897052,3.1088898,5.9204197,5.8938909,6.9648266,6.9648356,6.9358482,6.9574461,7.1205726,7.2904944,7.2027731,7.1369801,7.0536661,7.0533366,7.0538297,7.7132344,7.5611687,5.9210215,6.0046616,7.3283558,7.2565722,7.1474257,7.1596818,7.2738376,7.3993564,7.3070259,7.2481604,7.2257347,7.2097554,7.2003899,8.002099,7.8764181,5.9732394,5.9468923,7.0269809,7.0251484,6.9942117,7.0170426,7.179172,7.3513331,7.2608566,7.1940646,7.1144147,7.1121273,7.112287,7.7770166,7.6267433,5.4349999,5.5979195,7.1057663,6.9953389,6.8429599,6.8460631,6.9300675,7.0155244,6.944016,6.8988829,6.9025216,6.8799658,6.8645444,7.7687893,7.6539922,7.1278539,7.0462141,7.8885317,7.8912206,7.8490286,7.9238696,8.1137629,8.4179287,8.2557898,8.1462803,8.0481653,8.0542278,8.0540257,8.582325,8.4643564,6.6490998,6.6035752,7.5360122,7.5350041,7.4931321,7.5470381,7.7278409,7.979672,7.8485303,7.7574754,7.6678133,7.6697321,7.6720829,8.2508993,8.1235991,5.7304525,5.7066984,6.9127164,6.9036722,6.8740878,6.8865919,7.0272346,7.1613865,7.0835071,7.0265718,6.9585991,6.9542961,6.9489202,7.6863399,7.5286279,5.808167,5.7840686,6.9494367,6.9424319,6.9121947,6.9275112,7.0750432,7.2204771,7.138659,7.0787067,7.0071373,7.003675,7.0001035,7.7141719,7.5588036,5.7249484,5.7268748,7.1164436,7.0821118,7.0287061,7.037415,7.150239,7.2626052,7.1840711,7.1311288,7.1017227,7.0822897,7.0695868,7.9133496,7.7688651,6.2829218,6.2414699,7.111814,7.1297455,7.1043878,7.1685238,7.3653507,7.6353493,7.5272827,7.442193,7.3260159,7.3305168,7.3374853,7.8789067,7.7467599,5.7561274,5.7357512,6.999589,6.9844131,6.9498901,6.9616084,7.0943842,7.2230501,7.1440811,7.087923,7.0329499,7.022244,7.0147276,7.7857633,7.6307359,5.7171206,5.8827181,7.2568603,7.1491184,6.9936142,7.0022788,7.1033421,7.2123346,7.1273475,7.0741453,7.0634885,7.0462685,7.0361061,7.8622169,7.7461395,6.0295568,6.1527834,7.4165525,7.3287258,7.194283,7.2093563,7.3281231,7.4637513,7.3642464,7.301815,7.2760587,7.2633615,7.2569427,8.021615,7.9021254,6.3821478,6.3557873,7.3872352,7.3778372,7.3327546,7.3689733,7.5357685,7.742753,7.6280379,7.5487342,7.4738507,7.4710846,7.4716845,8.1079426,7.9733,6.0330992,6.0544763,7.3167057,7.2754021,7.2042899,7.2204971,7.3490391,7.4907942,7.3949537,7.3319087,7.2944446,7.2808723,7.2732925,8.0424614,7.9074469,5.3288994,5.3238173,6.9256039,6.8874331,6.8407197,6.8408589,6.9226465,6.9963923,6.9359889,6.8948069,6.887394,6.8573728,6.8355432,7.8006277,7.6554217,5.8725586,5.8485751,6.9991608,6.9922209,6.9605331,6.9778566,7.1283069,7.2806301,7.1955495,7.1335721,7.0624695,7.058042,7.0552192,7.7608213,7.6075454,5.1622138,5.2032151,6.934268,6.8697586,6.7925582,6.7898149,6.8532329,6.9117408,6.8568363,6.8212376,6.8387809,6.8040452,6.7777543,7.8192687,7.6919537,5.9472928,5.926722,7.0998011,7.0879002,7.0507874,7.0692143,7.2163472,7.370048,7.2809043,7.2176747,7.1543913,7.1466765,7.1429448,7.8616791,7.7124062,5.5583115,5.5404987,6.9488406,6.9256449,6.8893642,6.8950071,7.0054669,7.1066976,7.0372324,6.9884152,6.9523864,6.9334049,6.9197388,7.7735305,7.6175642,6.0744705,6.0474553,7.1089749,7.1068048,7.0735416,7.1005459,7.2657957,7.4492106,7.3530622,7.2829804,7.2035089,7.2005863,7.2013717,7.8552999,7.7089944,6.1149611,6.0963635,7.2259827,7.2124901,7.1696563,7.1936789,7.3467522,7.5177979,7.4190106,7.350174,7.2857127,7.2788324,7.2765689,7.9700198,7.827332,5.9775524,5.9821815,7.2473106,7.2151394,7.1567197,7.1723557,7.3026299,7.4426298,7.3506322,7.2889915,7.2475252,7.233912,7.2262311,7.9978151,7.8578453,5.2618861,5.2424912,6.8103113,6.7816601,6.7466793,6.7460809,6.8305192,6.9022636,6.8447099,6.8036132,6.7866182,6.7587376,6.7378125,7.6803985,7.5262518,5.7536545,5.7314234,6.9676261,6.9553828,6.9231644,6.9354262,7.0721865,7.2040868,7.1252365,7.0685034,7.0078483,6.9996958,6.9932666,7.7482595,7.5919571,5.6190205,5.5960522,6.8977084,6.8833022,6.853054,6.8612909,6.9872365,7.1023545,7.0302582,6.9782128,6.9233751,6.9129467,6.9036779,7.6959448,7.5354762,5.5388527,5.5439615,7.0449152,7.005033,6.9503813,6.9545784,7.0510712,7.1433315,7.0735497,7.0266962,7.0105147,6.9855533,6.9681888,7.8760982,7.7325754,5.4558368,5.5145297,7.0788126,7.0115204,6.9218125,6.9240723,7.008348,7.091105,7.0228825,6.9787183,6.9790807,6.9519887,6.9327002,7.8759809,7.7465768,6.2136955,6.2527647,7.4536238,7.4039145,7.3174577,7.3377209,7.4720597,7.6289649,7.5221362,7.4532185,7.4132738,7.4026685,7.3974156,8.1299191,8.0013247,5.4996939,5.4747539,6.7755027,6.7636728,6.7380056,6.744143,6.8677826,6.9743972,6.9076867,6.8583817,6.7963853,6.7906461,6.7811084,7.5720229,7.4060698,5.8470712,5.8259454,7.034503,7.0221496,6.9873657,7.0023775,7.1438856,7.2857718,7.2020659,7.1423264,7.081121,7.072803,7.0676146,7.8068185,7.6539769,6.4585171,6.4121528,7.3045244,7.3157883,7.2849317,7.3476815,7.5387321,7.8061628,7.6872492,7.5987892,7.4923072,7.4961143,7.5010471,8.0560007,7.926753,6.1333575,6.0978107,6.9601178,6.9808493,6.9577107,7.0161362,7.2151756,7.4758248,7.3766184,7.2951374,7.1756816,7.1803303,7.1886921,7.7252498,7.5887098,5.675622,5.6647086,7.0435629,7.0170684,6.9740834,6.9822044,7.0974073,7.2084346,7.1330204,7.0810442,7.0455537,7.0272236,7.0149126,7.852416,7.7018847,5.2290688,5.3625913,6.9896035,6.8875337,6.7527814,6.752254,6.8240552,6.8929458,6.8320785,6.7928076,6.8050542,6.7782865,6.7577782,7.7343464,7.6192608,5.5721416,5.5480008,6.7263021,6.7206311,6.6957464,6.7063727,6.8466911,6.9731765,6.9014149,6.8472924,6.7632847,6.7711549,6.7656221,7.486474,7.3268075,6.6540461,6.6680269,7.7278385,7.6869011,7.6032624,7.6352448,7.7880497,7.9878497,7.8550687,7.7705598,7.7160835,7.7120376,7.7107248,8.3618498,8.2384138,6.220089,6.1874857,7.1733456,7.1769929,7.1445198,7.1827407,7.3601174,7.573802,7.4691286,7.3921075,7.3021073,7.301733,7.3050623,7.9148088,7.7745724,5.7055063,5.6835613,6.5460873,6.5665312,6.5400848,6.5655885,6.758491,6.9671011,6.8892736,6.8169365,6.7045989,6.7136369,6.7228489,7.2626963,7.1154971,5.1554284,5.1423774,6.8109121,6.7746725,6.7341323,6.7313261,6.8018088,6.8621492,6.8081937,6.7706723,6.769105,6.7356834,6.7107491,7.7120032,7.5667377,5.566093,5.6474571,7.144845,7.0695753,6.965189,6.9696803,7.0610638,7.1538301,7.0794687,7.0317693,7.0275769,7.0038013,6.9875255,7.890595,7.7640958,5.0917606,5.0650964,6.5999451,6.5785451,6.552475,6.5496635,6.6324596,6.6953845,6.6442904,6.6048369,6.5766745,6.5536442,6.5332327,7.4519849,7.2876134,5.0712452,5.1638765,6.9038839,6.8161492,6.7069154,6.7036247,6.7635584,6.81879,6.766006,6.7318473,6.7552509,6.7227273,6.697093,7.7424726,7.6254854,5.245316,5.2515645,6.9260893,6.8795891,6.8249154,6.8233638,6.895154,6.9602652,6.9029775,6.8647361,6.8689837,6.8355742,6.8109465,7.81885,7.680419,5.8662181,5.8395648,6.8227077,6.8314323,6.8058615,6.829823,7.005898,7.1906919,7.1054349,7.0371952,6.9384069,6.943975,6.9480515,7.5566578,7.4048486,6.548655,6.5251317,7.5465255,7.5304446,7.4763069,7.5144911,7.6797152,7.8936424,7.7684464,7.6845055,7.6139708,7.6115909,7.6116781,8.2418642,8.1121111,5.3716002,5.3979697,7.0123453,6.9582319,6.8896728,6.8903141,6.9698768,7.045187,6.9820213,6.9404898,6.9417086,6.9115996,6.8897877,7.8632083,7.728056,5.8242745,5.8124723,7.1043954,7.0816627,7.0381904,7.0506625,7.1789985,7.3082867,7.2253838,7.1681395,7.1228013,7.1087322,7.1000733,7.8875608,7.7388344,5.7486444,5.7280655,6.5097647,6.5381732,6.5130587,6.549612,6.7572446,6.9979568,6.9189405,6.8407259,6.7141223,6.7220778,6.7351995,7.2274623,7.0851769,5.5431452,5.5324502,6.9899516,6.9603066,6.9176817,6.9224977,7.0257821,7.1219716,7.0527568,7.0050559,6.9786448,6.9562402,6.940547,7.8230028,7.6721311,6.6366501,6.5764489,7.4192758,7.4341273,7.4045806,7.4899778,7.6867127,7.9962177,7.867178,7.7702222,7.6518378,7.6586232,7.6629591,8.1891794,8.0675802,6.2674499,6.2626839,7.394815,7.3697271,7.3116856,7.3374653,7.4868026,7.6626096,7.5542388,7.4816523,7.4252105,7.4177055,7.4147902,8.1091442,7.9742036,5.1415238,5.1176672,6.6942258,6.6683693,6.6378155,6.6353912,6.7150974,6.7790265,6.7254877,6.6857057,6.6673989,6.6395097,6.6175613,7.5616541,7.4044132,5.6878948,5.7955928,7.2189322,7.1343975,7.0132222,7.0204258,7.1194625,7.2236986,7.1423206,7.0906219,7.0811057,7.0609293,7.047965,7.9062977,7.7831736,5.4103417,5.3854179,6.7852454,6.7681694,6.7408624,6.744009,6.853025,6.9448752,6.8824897,6.836771,6.7916307,6.7766848,6.7630844,7.6101527,7.4441557,5.7822204,5.8221912,7.2150836,7.1615157,7.0814986,7.0906968,7.1995692,7.3130488,7.2298088,7.1755395,7.1548395,7.1352201,7.122642,7.9669905,7.8329473,5.37673,5.4348764,7.0416036,6.9732265,6.8842201,6.8850636,6.9638109,7.0399342,6.9753308,6.9334702,6.9383688,6.9094706,6.888463,7.8565784,7.7280679,5.2035704,5.2275767,6.9385295,6.882391,6.8159809,6.8137355,6.8804169,6.9416676,6.885622,6.8489223,6.8612208,6.8266749,6.8008842,7.8306198,7.6985097,5.6115513,5.5951414,6.3606534,6.3908033,6.3631406,6.3954539,6.6032109,6.8392315,6.7664866,6.6896563,6.5632858,6.5716906,6.5857739,7.0698714,6.928741,5.6761675,5.6578274,6.9899192,6.9702778,6.9341321,6.9429984,7.0652914,7.1811519,7.1061335,7.0533032,7.0078988,6.9931321,6.9827528,7.793056,7.6378031,5.9738517,5.9627724,7.1848774,7.1637511,7.1175203,7.1347485,7.2733088,7.4204268,7.3293843,7.2667727,7.2149348,7.2038088,7.1979432,7.9450154,7.8002005,5.9855585,5.9560809,6.876534,6.8911004,6.8661823,6.9002275,7.0887079,7.3019519,7.2107534,7.1367807,7.0308104,7.0346494,7.0416455,7.6133347,7.4660234,5.675828,5.6519608,6.6850562,6.6889048,6.6641359,6.681736,6.8442717,7.0031738,6.9255047,6.8636494,6.7614627,6.7770829,6.7772002,7.4146838,7.2627368,5.9299541,5.9023514,6.7210064,6.746851,6.7244954,6.7740688,6.9790659,7.2323041,7.1442327,7.0649362,6.9394612,6.9458714,6.9570284,7.4688025,7.3284826,5.1019893,5.0105071,5.0576024,5.0509119,4.968421,4.9644623,4.9553585,4.9531364,4.6866221,4.6861682,4.699255,4.7007937,4.7555881,4.3053732,4.1763506,8.1416025,8.069499,8.1036177,8.0972128,8.024848,8.0223646,8.0104809,8.0114346,7.7982712,7.7957597,7.789206,7.7948933,7.8390145,7.4668775,7.3630328,6.6303911,6.5407586,6.5835404,6.57411,6.4847789,6.4807911,6.4670925,6.4675269,6.2062292,6.2042689,6.2016034,6.2073083,6.2622266,5.8202639,5.6934056,6.6823158,6.5963969,6.6399612,6.6280065,6.5533285,6.5493464,6.5383735,6.5392489,6.2873573,6.2866874,6.2954421,6.3006501,6.3572202,5.9145465,5.7942162,5.7755051,5.6845737,5.7312813,5.72049,5.6426406,5.6388073,5.6284847,5.6280131,5.36378,5.3633523,5.3752651,5.3789763,5.4366078,4.9799242,4.8509145,7.887826,7.8193321,7.8533387,7.8432546,7.7765822,7.7725401,7.7610259,7.7629862,7.5553231,7.5539398,7.5575538,7.5637188,7.6107106,7.2434707,7.1672945,8.9337435,8.8808174,8.9069357,8.9038725,8.8495321,8.8480282,8.8388176,8.8411093,8.6769171,8.6751766,8.669239,8.676218,8.7116938,8.4212046,8.3542385,9.201705,9.1632881,9.1826181,9.1805038,9.1393242,9.1381493,9.1312847,9.1346397,9.0100384,9.0094748,9.0063105,9.0137148,9.0425758,8.8207254,8.818985,8.6756697,8.5695515,8.5230827,8.3386545,8.118577,8.1207218,8.0129337,8.0143442,7.7702789,7.6944475,7.672883,7.6779752,7.7103415,7.3243876,7.2752643,7.8826652,7.7958498,7.7599773,7.6352553,7.4332724,7.4373455,7.2571931,7.2551227,7.0302143,6.9754853,6.9531059,6.9865627,7.0058408,6.7198949,6.6816211,8.6976366,8.606163,8.5695353,8.3517513,8.1893368,8.1925926,8.1122398,8.1174278,7.8819394,7.7942991,7.7891679,7.7856379,7.8281817,7.3873477,7.3327613,5.5351167,5.4912591,5.6709008,5.4956751,5.5197282,5.5498247,5.6738896,5.7462378,5.6831646,5.5762644,5.5387487,5.588202,5.6767836,5.614079,5.9138508,5.0851107,5.0488291,5.2022581,5.0374513,5.0617356,5.0934443,5.2058043,5.2650905,5.220582,5.1262736,5.085731,5.1283927,5.2123518,5.1548386,5.5989375,4.8593297,4.8234653,5.009964,4.9294,4.9496593,4.9653244,5.1330895,5.2131119,5.1432018,5.0250778,4.9954963,5.0524278,5.1550279,5.1785712,5.4030523,5.4272823,5.3853898,5.5544901,5.3758235,5.4005799,5.4328761,5.5514884,5.618751,5.5634151,5.4607229,5.4223638,5.470037,5.5585647,5.4907017,5.831439,6.2102246,6.1566381,6.3683343,6.1667147,6.1873331,6.2156539,6.3352852,6.4175091,6.3268151,6.22193,6.1805286,6.2340512,6.3234391,6.2309189,6.3565989,6.4316311,6.3703423,6.6301088,6.4591885,6.4735937,6.4935975,6.620965,6.7132449,6.5984869,6.4951406,6.4505048,6.5025597,6.5836644,6.520318,6.5760078,4.6734481,4.6430249,4.816545,4.7303681,4.7497621,4.7659807,4.9164767,4.9882712,4.9277425,4.8184152,4.7942324,4.844933,4.9436741,4.9593596,5.2579856,6.2969956,6.2347746,6.4905124,6.3282566,6.346314,6.3677988,6.5069351,6.6030507,6.493968,6.3825588,6.338356,6.3924031,6.4757738,6.4294047,6.5146189,5.8422856,5.7914948,5.9988036,5.8287482,5.8513727,5.8778782,6.0127444,6.0965662,6.0149665,5.9016604,5.8621726,5.9153357,6.003736,5.9487262,6.15031,5.4874291,5.4444466,5.6112742,5.4230585,5.4486814,5.4834814,5.5992808,5.6652694,5.6119552,5.5106359,5.4711304,5.5191946,5.6095405,5.5314422,5.8638015,6.4022918,6.3381224,6.6073022,6.4467478,6.4625115,6.4823337,6.6183395,6.715313,6.5996337,6.4917717,6.4467015,6.4996033,6.5806465,6.5344706,6.5947495,5.0796413,5.0440874,5.2025023,5.0454116,5.0681391,5.0967398,5.2130632,5.2749305,5.2256136,5.1279855,5.0924773,5.1358566,5.2183089,5.1700864,5.6022782,6.2592263,6.1990795,6.4456463,6.2778349,6.2964487,6.3189321,6.4554315,6.5490417,6.4438043,6.3328948,6.2892575,6.3432689,6.4276958,6.3744249,6.4705315,5.4285707,5.3855271,5.5728722,5.4211187,5.4436064,5.4686909,5.6028552,5.6793642,5.6108732,5.4994869,5.4646878,5.5148449,5.6011477,5.562654,5.8632879,5.2822356,5.2415328,5.3928118,5.2068791,5.2329602,5.2706265,5.3797174,5.4366941,5.3953886,5.3018928,5.2589064,5.3043098,5.3927927,5.31143,5.7182198,3.7730215,3.7467229,3.9004948,3.8842521,3.8903272,3.8880835,4.0548744,4.1030908,4.0495572,3.968179,3.9438903,4.0031319,4.1478343,4.2103267,4.2406297,5.8668633,5.8184986,6.0013046,5.7947531,5.8200569,5.8550172,5.9718337,6.0450954,5.9782662,5.8736062,5.8342428,5.8861051,5.9797416,5.885273,6.111248,5.1730084,5.1317291,5.3255582,5.2171245,5.2384243,5.2572889,5.4142671,5.4965892,5.4232259,5.304358,5.2739592,5.3283958,5.419539,5.4212823,5.6884546,4.2497396,4.2304015,4.3819671,4.2992415,4.3177361,4.3356304,4.4612107,4.5190353,4.4745851,4.3863397,4.3783927,4.4214644,4.5036969,4.5153275,5.0048413,5.4138699,5.3718667,5.5515985,5.3899384,5.4130168,5.440434,5.5678964,5.6405334,5.5771198,5.4692578,5.4336329,5.4824367,5.5689073,5.5197754,5.8411188,6.3256783,6.265842,6.5133076,6.3399415,6.3572316,6.3793926,6.5105491,6.6025424,6.4950871,6.3875818,6.3437123,6.3970251,6.4807668,6.4187088,6.5012355,5.1123419,5.0711546,5.2666473,5.1707158,5.1918325,5.2093344,5.3753238,5.4594846,5.3843069,5.2630863,5.232214,5.2891245,5.3845148,5.397296,5.6329255,4.5190053,4.4942832,4.6335626,4.5072546,4.5239906,4.5458002,4.6520152,4.7027593,4.6603179,4.5762343,4.5463476,4.5803747,4.6485939,4.6273718,5.2153597,6.2131677,6.1545987,6.393661,6.2225361,6.2418752,6.2652855,6.4006462,6.4924865,6.390944,6.2798338,6.2367477,6.2908187,6.3762364,6.319324,6.4278259,6.3710485,6.3094659,6.5665464,6.3981295,6.414402,6.4353409,6.5676627,6.6615138,6.5498652,6.4428625,6.3984094,6.4514008,6.5337477,6.477026,6.5468736,5.9313593,5.878511,6.0934839,5.9237604,5.9458723,5.9716625,6.1080556,6.1944442,6.1079688,5.9941711,5.9537773,6.0075507,6.0955582,6.0412083,6.2186499,6.2693954,6.2110319,6.4501996,6.2736549,6.2921042,6.3154688,6.4464822,6.5370355,6.4339509,6.3254681,6.2821894,6.3358111,6.4208894,6.3561754,6.4536638,6.0997963,6.0425835,6.2750096,6.1085567,6.1292419,6.1531935,6.2924447,6.3839612,6.2871904,6.173202,6.1309943,6.1854939,6.2719131,6.2214398,6.3544388,3.9285324,3.914957,4.0667529,4.0156002,4.0332565,4.0454836,4.1857119,4.2443314,4.199132,4.1125188,4.0842605,4.1290107,4.2570848,4.2958856,4.5045934,6.2947674,6.2390428,6.4644446,6.2714572,6.2899075,6.315237,6.437005,6.5224619,6.423214,6.3187418,6.2762718,6.3295789,6.4162831,6.3308053,6.4299598,4.0113606,3.9938858,4.1413832,4.0748119,4.0902743,4.1035571,4.2317791,4.2854433,4.2417436,4.1550417,4.1380296,4.1790676,4.2894135,4.3139629,4.6336584,4.4643202,4.4404964,4.5919352,4.4870119,4.5056305,4.523304,4.6423211,4.6991167,4.6526561,4.5634022,4.5471826,4.5882463,4.6622705,4.6574354,5.1900325,5.1330404,5.0963573,5.2665825,5.1217804,5.14327,5.1679053,5.2936606,5.361661,5.3035221,5.19943,5.1674466,5.2132974,5.295557,5.2612886,5.6517172,5.9788642,5.9274211,6.1321788,5.9439168,5.9666085,5.9954667,6.1221094,6.2037673,6.1219535,6.0125756,5.9722219,6.0253372,6.1151571,6.0401139,6.2192931,6.3394785,6.2757673,6.5388947,6.3794041,6.39674,6.417459,6.5570965,6.654613,6.5423069,6.4314528,6.3867865,6.4405971,6.5229878,6.4798641,6.5545144,4.4402337,4.4165487,4.5716772,4.4749269,4.4939895,4.5114818,4.6365094,4.695756,4.6484747,4.5565286,4.5432014,4.5862665,4.6648192,4.6668644,5.1617851,5.6417499,5.5949044,5.7900476,5.6255035,5.6485291,5.6752439,5.8086529,5.8881254,5.8146429,5.7023559,5.6648707,5.7165265,5.8045182,5.7543063,6.0073013,4.7863822,4.7542191,4.9294782,4.8328719,4.85288,4.8705273,5.0173388,5.0898023,5.0285935,4.9190717,4.8956299,4.9457912,5.0378113,5.0452294,5.377758,4.3846359,4.3627539,4.5044346,4.3958082,4.4115229,4.4295273,4.5388122,4.5905199,4.5455871,4.4616523,4.4379334,4.4731812,4.5386848,4.5322714,5.1277342,6.1806364,6.1206946,6.3645129,6.2024174,6.2222066,6.2449169,6.3864264,6.4810715,6.3784246,6.2643309,6.2211719,6.2758636,6.361021,6.315712,6.4273572,5.7972026,5.7487822,5.9424834,5.7585979,5.7823043,5.8121328,5.938488,6.0165372,5.9432082,5.8338833,5.7947855,5.8467455,5.9367719,5.8664374,6.0939097,6.3678098,6.3100061,6.5488291,6.363986,6.3803654,6.4031739,6.5263095,6.6143293,6.5077128,6.4042525,6.3608341,6.4136243,6.4978113,6.4190245,6.4959431,6.4705811,6.407064,6.6802616,6.5170355,6.530314,6.5488834,6.6782875,6.7729163,6.6536703,6.5507207,6.505446,6.5569167,6.6362395,6.582262,6.6260433,6.4528031,6.3870587,6.6666379,6.5098577,6.5243211,6.5429997,6.6785402,6.776628,6.6569424,6.550631,6.5050735,6.5572557,6.636734,6.5946045,6.6419749,4.8017616,4.7668271,4.8983955,4.7437735,4.7667432,4.8008156,4.9035721,4.9466467,4.9163346,4.8369961,4.784925,4.8249097,4.9011617,4.8391948,5.3941984,4.4583931,4.4297466,4.6078229,4.5635705,4.5829229,4.5951829,4.7791286,4.8551188,4.7904806,4.6787257,4.6479359,4.7122145,4.8337212,4.8833909,5.0180449,6.29988,6.2424936,6.4774065,6.2938576,6.3118339,6.3356619,6.4619861,6.550384,6.4476838,6.3415904,6.2984953,6.3518076,6.4371595,6.362812,6.456027,6.0896072,6.0368204,6.2462406,6.0528178,6.0746617,6.1031933,6.2276063,6.3101773,6.2238617,6.1159801,6.0749784,6.1284108,6.2180185,6.1365294,6.2891717,6.1892638,6.1344752,6.3545108,6.1644459,6.1846995,6.2112179,6.3365498,6.4218273,6.3281808,6.2208252,6.1789026,6.2324934,6.3204274,6.2411852,6.3656421,6.3992901,6.3397689,6.5889597,6.4113626,6.4267373,6.44806,6.5734949,6.6637287,6.5529137,6.4493985,6.4053445,6.4578018,6.5404139,6.4694815,6.535562,6.0016513,5.9469137,6.1693473,6.0014634,6.0230298,6.047986,6.1861382,6.2749338,6.1839948,6.0697603,6.0285974,6.0828104,6.1702156,6.1180835,6.2760801,6.0736475,6.015533,6.2512875,6.0921559,6.1130323,6.1362677,6.2802639,6.3738332,6.2759633,6.1597853,6.1176147,6.1726375,6.2588272,6.2171164,6.3515897,6.1478868,6.0920153,6.3183212,6.139421,6.1598163,6.1850548,6.3167048,6.4048748,6.3097219,6.1993513,6.1571984,6.2110829,6.2981467,6.2325187,6.3611083,5.7097907,5.6634469,5.8433466,5.6495028,5.6746087,5.7081189,5.8276033,5.8997583,5.8361993,5.7308078,5.6918101,5.7424555,5.8341441,5.7524958,6.0164676,5.6831598,5.6372452,5.8070798,5.601717,5.6283183,5.6660037,5.7796311,5.8471751,5.7914848,5.6897793,5.6503139,5.7003298,5.7943888,5.6997428,5.9833093,6.3381085,6.2813516,6.5134759,6.3242126,6.3415012,6.3654799,6.4876227,6.5743189,6.4710293,6.3672585,6.3242936,6.3773394,6.4627166,6.3798833,6.4662709,4.229785,4.202529,4.3749132,4.3476577,4.3642907,4.3735685,4.5616961,4.6309996,4.5695124,4.4674778,4.4384575,4.5066662,4.6385956,4.6994414,4.7826595,6.2316103,6.1698565,6.4213743,6.2621465,6.281322,6.3032627,6.4459701,6.5425329,6.436182,6.3222303,6.2784848,6.3331771,6.4174409,6.3756361,6.474421,6.0851564,6.0331297,6.2370062,6.0370278,6.0594006,6.0893655,6.2107129,6.2913008,6.2078805,6.1012664,6.0606003,6.1139255,6.2046156,6.1160889,6.2742233,5.9395032,5.8878202,6.0960412,5.9164672,5.9389668,5.9664812,6.0973411,6.1807256,6.0976434,5.9862819,5.9460254,5.9992757,6.0882316,6.0228562,6.2061362,4.9777946,4.9443707,5.1039653,4.9599533,4.9807963,5.0058699,5.1245975,5.1869116,5.1350446,5.036859,5.0047879,5.0473933,5.1265411,5.0915446,5.5393105,5.0365276,5.0012612,5.1731963,5.0416031,5.062418,5.0845342,5.2147627,5.2837944,5.2244673,5.1193295,5.0905933,5.1370244,5.2189875,5.1967192,5.5901704,5.299643,5.2599802,5.4253588,5.2550025,5.2791538,5.3101182,5.4283881,5.4938726,5.4408422,5.339582,5.3020191,5.3482246,5.4347057,5.3745513,5.7482882,6.0041509,5.9537139,6.1479335,5.9431515,5.966908,5.9992251,6.1182532,6.1957011,6.1193891,6.0135093,5.9735398,6.0264363,6.1187496,6.0258861,6.2099509,4.884727,4.8513727,5.0258303,4.9155188,4.9359708,4.9551272,5.0948281,5.1660037,5.1056228,4.9980145,4.9741025,5.0226884,5.1085682,5.1044698,5.4754939,4.4952579,4.4674239,4.6430964,4.5858297,4.6053128,4.6185694,4.7896767,4.8643069,4.8016691,4.690258,4.6600389,4.7179761,4.8345475,4.8739314,5.0545707,4.4510112,4.4248629,4.593749,4.5242801,4.5428786,4.5568562,4.7111402,4.7803969,4.7225966,4.6165218,4.5896754,4.6408076,4.7524652,4.780839,5.0208998,8.4035721,8.4707174,8.6073971,8.3206415,8.2934656,8.5231037,8.64293,8.733922,8.7226305,8.5637951,8.5242405,8.594306,8.7593699,8.5588884,8.5053911,9.0074387,9.1288204,9.2617874,9.0323,8.9493465,9.195838,9.3107491,9.4071178,9.363122,9.2021112,9.1651869,9.23032,9.3668938,9.2125673,9.1545782,8.7102985,8.8018036,8.9364414,8.6675215,8.61625,8.8570194,8.9729824,9.0650702,9.0421467,8.8850012,8.846715,8.9148626,9.0687151,8.8823605,8.8281002,8.2050047,8.3024826,8.4384317,8.2909784,8.2226887,8.4097223,8.5382071,8.6393347,8.5741158,8.3963127,8.3574295,8.419261,8.5704842,8.4851828,8.4199181,6.8345389,6.8276043,6.9676633,6.6489139,6.6962242,6.8458524,6.9842582,7.0840535,7.0862875,6.8556252,6.8128109,6.8863664,7.0609736,6.8803821,6.8325324,6.135829,6.0942864,6.2157269,5.824235,5.9034748,6.0493655,6.1826029,6.2817106,6.3221688,5.9772334,5.9514384,6.0209169,6.2012773,6.0020199,5.966723,6.2300882,6.2099552,6.3390174,6.0029263,6.0641971,6.1849728,6.321857,6.4290462,6.4274836,6.0927849,6.0577154,6.1262045,6.2836494,6.1254473,6.0854664,5.2171006,5.2234616,5.3412404,5.1629591,5.196249,5.2481132,5.3923988,5.5148659,5.4417357,4.9792705,4.9454198,4.9939256,5.0991874,5.0520229,5.0192394,8.1851177,8.2529707,8.3955917,8.1473646,8.1183205,8.3157778,8.4426098,8.5438051,8.5043554,8.3219452,8.2807007,8.3504505,8.5005608,8.3456907,8.2872581,8.8896399,9.0066118,9.1414919,8.9275637,8.8468437,9.0808449,9.199481,9.2991323,9.247324,9.0794477,9.0425615,9.1076565,9.2424936,9.1022654,9.0412951,6.8686171,6.8794293,7.0231814,6.7566648,6.78613,6.9178333,7.058269,7.1637173,7.1346197,6.8973589,6.8522844,6.9228048,7.0812426,6.9419918,6.8905253,7.3145823,7.3361111,7.4811935,7.20469,7.2229295,7.3799019,7.5158305,7.6182714,7.5936408,7.3839626,7.339582,7.4117551,7.5738106,7.4150176,7.3610001,9.7209501,9.8919039,10.00948,9.7690077,9.6371937,9.942543,10.039707,10.122146,10.096124,9.9642925,9.9321547,9.9923592,10.126732,9.9499102,9.9008656,9.6698132,9.848772,9.9665651,9.7985363,9.646019,9.9245157,10.031306,10.125897,10.064503,9.9115477,9.8846102,9.9412708,10.057704,9.9385195,9.8735533,7.624608,7.6257057,7.7514696,7.4377103,7.4675698,7.7154136,7.8478494,7.9197273,7.986886,7.8549037,7.8113914,7.8799491,8.1081724,7.8215699,7.7727861,7.2137794,7.1948757,7.3243818,6.9929647,7.0465469,7.2783141,7.4172611,7.492095,7.5692735,7.4279451,7.3853025,7.457324,7.6917958,7.4076061,7.3617258,6.4243054,6.3686323,6.4914637,6.1478429,6.2394705,6.4755921,6.6292048,6.6997848,6.83079,6.6865935,6.6461773,6.7192841,6.9905033,6.6793532,6.6432786,6.4394746,6.4413166,6.5803251,6.3158259,6.3551345,6.4660883,6.6090016,6.7175493,6.6862497,6.4073572,6.3636494,6.4316568,6.5836248,6.459064,6.4119864,7.597311,7.67135,7.8123617,7.6731963,7.6324935,7.7894135,7.9235115,8.0228519,7.9599066,7.7794724,7.7371254,7.7990012,7.9619684,7.8903675,7.8290224,10.903275,11.190572,11.280279,11.08872,10.834214,11.224634,11.295567,11.361332,11.335917,11.235778,11.213101,11.260218,11.363397,11.2172,11.178205,7.37849,7.3736658,7.5089831,7.1741896,7.2163453,7.4302688,7.5646443,7.6474271,7.6941528,7.5366697,7.494627,7.5684423,7.7790561,7.5261331,7.4782982,5.2107024,5.2242899,5.3504128,5.2171006,5.2444487,5.3016086,5.4498663,5.5519509,5.4952216,5.2024899,5.1612597,5.2146578,5.3624105,5.3271475,5.2917318,3.1939974,3.1991448,3.2676861,3.2021556,3.2166743,3.229418,3.3318069,3.4686742,3.3517113,2.6227236,2.6222699,2.6343637,2.6554878,2.6572187,2.6480536,10.996641,11.297585,11.386652,11.216046,10.946982,11.3412,11.413783,11.482104,11.448528,11.345169,11.321762,11.366748,11.460548,11.331891,11.290991,7.3320665,7.3111234,7.4255171,7.1283965,7.1707973,7.4343438,7.5727983,7.6337705,7.7372074,7.6188297,7.5716705,7.6357851,7.8946047,7.5695972,7.5209298,6.0692997,6.1022811,6.2412901,6.1159039,6.1232815,6.2147565,6.3510041,6.4407115,6.3905997,6.2000036,6.1504359,6.1998057,6.3694034,6.3140273,6.2678561,4.3205051,4.3299975,4.4325271,4.3295145,4.3535466,4.3832536,4.5247693,4.6391878,4.5575266,4.0712156,4.0435486,4.078455,4.1720953,4.1615348,4.1382504,5.6141987,5.6148148,5.7366462,5.4995337,5.5402513,5.6075487,5.7472186,5.8707967,5.8091459,5.3529148,5.319376,5.374001,5.4846454,5.4085135,5.3728404,6.2876339,6.2523422,6.3797626,6.0146308,6.0891247,6.2398438,6.3784599,6.4756656,6.5133367,6.2247534,6.1916289,6.2635121,6.4502711,6.2486415,6.2097964,6.7399378,6.8005624,6.9385996,6.8371882,6.816236,6.9425917,7.0747867,7.1619387,7.1083765,6.9498463,6.9081125,6.9643774,7.156589,7.1172857,7.0670404,6.0016913,6.0069823,6.1413426,5.9193754,5.9554429,6.0406046,6.186974,6.2992706,6.2510548,5.9322324,5.8895283,5.9518156,6.0917034,6.0036287,5.960196,9.924859,10.121582,10.237745,10.039172,9.8789759,10.187405,10.287077,10.374733,10.328817,10.190982,10.15869,10.215351,10.331583,10.188595,10.133991,5.6788106,5.6828475,5.8099556,5.5965438,5.6338906,5.7041817,5.8496466,5.9671187,5.9095497,5.5240784,5.4852028,5.5424094,5.6669073,5.5940213,5.5553765,8.5869875,8.67665,8.8147726,8.5647364,8.5144386,8.7383499,8.8585958,8.9561806,8.9194803,8.750577,8.7113876,8.7796459,8.9266043,8.7621698,8.7048044,8.8542976,8.9756069,9.1087704,8.9260244,8.8353653,9.0610266,9.1819963,9.2841291,9.2225361,9.0500507,9.0156145,9.0789499,9.2127628,9.0947132,9.0296822,5.9741282,5.9002924,6.0150375,5.6681256,5.7771425,6.0193429,6.1808724,6.2487965,6.4133072,6.2609315,6.2241154,6.2976227,6.5917091,6.2647104,6.2343097,9.0276632,9.1568317,9.2890253,9.0917835,8.9961691,9.2357645,9.3533173,9.4532423,9.3961573,9.2296076,9.1947012,9.2580738,9.3886862,9.25842,9.1955051,5.7426262,5.7551475,5.8892937,5.7192874,5.7475314,5.8213658,5.9699197,6.0767159,6.0222912,5.7362623,5.6926737,5.7513494,5.898715,5.8382497,5.7959571,6.7884431,6.8060856,6.9506931,6.7161012,6.7383571,6.8599577,7.0022945,7.1090012,7.0677838,6.8298464,6.7838683,6.8520164,7.0066442,6.8899117,6.8375134,7.6983924,7.7515206,7.8977256,7.6782098,7.6626725,7.826386,7.9614348,8.0669909,8.0166817,7.8167572,7.7730908,7.8420076,7.9924617,7.8682027,7.8085732,3.5299375,3.5381877,3.6203647,3.5535996,3.5715835,3.5871916,3.7138827,3.840271,3.7366972,3.1017628,3.0903804,3.1108654,3.1580825,3.1614738,3.1475358,5.8337264,5.8264089,5.9474039,5.6423059,5.6914515,5.7701497,5.8999581,6.024199,5.9743252,5.4917583,5.4637213,5.5215039,5.6336989,5.5321918,5.497242,9.6633654,9.8576908,9.9592237,9.8386822,9.6583109,9.9338303,10.035381,10.126471,10.064502,9.9126062,9.884716,9.9337234,10.059094,9.9710789,9.9034367,6.0457706,6.0447817,6.1767797,5.9210925,5.9639034,6.0541968,6.1974063,6.3114748,6.270268,5.9252429,5.8849354,5.9482269,6.0853291,5.9814916,5.9394345,7.6499715,7.6855159,7.8303328,7.5575237,7.5615196,7.7355108,7.8677931,7.9689264,7.9420581,7.7466316,7.7032294,7.775208,7.9355426,7.7713609,7.7157192,7.3936825,7.4330425,7.5799356,7.3540592,7.3531885,7.502243,7.6400881,7.7459407,7.699059,7.4895215,7.4445491,7.5137219,7.6669168,7.5437355,7.4861441,7.9710588,8.049593,8.1919117,8.020195,7.9748631,8.1489229,8.2820072,8.3865461,8.3239479,8.1357937,8.0946608,8.159791,8.3089514,8.2117033,8.1480932,5.5943537,5.6031656,5.7325554,5.5524559,5.5846744,5.6519985,5.8005953,5.9124246,5.8544421,5.5176105,5.4760861,5.5330515,5.6679845,5.6084495,5.5690732,7.4120803,7.4951925,7.6266375,7.5205431,7.4689989,7.623836,7.7465792,7.8308597,7.7733989,7.6176867,7.5750628,7.6295943,7.8161564,7.7676921,7.7116041,10.370963,10.611598,10.715875,10.542834,10.335444,10.673486,10.766879,10.849559,10.801462,10.674292,10.643804,10.694122,10.796925,10.66568,10.609568,6.6751261,6.6255469,6.7399812,6.4485326,6.5243664,6.7870302,6.9393811,6.9973722,7.1374826,7.0199742,6.9696708,7.0331554,7.3193898,6.9754806,6.9318695,5.7399359,5.6601725,5.7704706,5.4160256,5.5274124,5.7513757,5.9079065,5.9796996,6.1326027,5.924768,5.903245,5.9735026,6.2481956,5.9460196,5.915946,7.2192783,7.2089052,7.3456264,7.0052691,7.0537987,7.25564,7.391592,7.4771886,7.5208921,7.351861,7.3097372,7.3845782,7.59198,7.3481064,7.3009319,7.6695337,7.6797776,7.813808,7.4898949,7.5162225,7.741816,7.8721113,7.9535966,7.9932971,7.8437796,7.8019724,7.8741374,8.0800133,7.8269534,7.7775874,5.5009861,5.4989042,5.6082058,5.2940989,5.3352017,5.3870606,5.4978704,5.6404376,5.5505662,4.8744349,4.8610086,4.9061346,4.9776778,4.9093647,4.8817339,5.9953532,6.0037608,6.1394973,5.933147,5.965786,6.04989,6.1971989,6.3076878,6.2575126,5.9566269,5.9129152,5.9748154,6.1180949,6.0366163,5.9923897,4.6966462,4.70678,4.8180909,4.6943593,4.7214994,4.7603383,4.9057827,5.0188642,4.9450917,4.5125999,4.4788523,4.5210133,4.6305823,4.6090431,4.581243,5.937602,5.9296303,6.0546751,5.7588105,5.8088145,5.896348,6.0317693,6.1506491,6.1109991,5.6898212,5.6568122,5.7178998,5.8434262,5.7327852,5.6952124,5.8839908,5.8169689,5.9293876,5.5459876,5.6447163,5.8336873,5.9775605,6.0598884,6.1662979,5.883327,5.8617859,5.9308386,6.1619329,5.9049354,5.8730621,5.8466754,5.8501697,5.9806342,5.7570658,5.7951326,5.8733306,6.0189729,6.1342072,6.0824862,5.7267909,5.6862302,5.7463045,5.8781171,5.7952294,5.7543769,5.3049588,5.3053064,5.4150095,5.1661916,5.20507,5.257236,5.3819137,5.5190382,5.4349875,4.8187795,4.7976232,4.8425674,4.9214883,4.8606687,4.832129,6.6730909,6.6369128,6.7690024,6.4053602,6.4798222,6.6721644,6.8144026,6.8996472,6.9686289,6.7769618,6.7371149,6.8131676,7.0342708,6.7824459,6.7409549,9.6607246,9.8210573,9.9378176,9.6810932,9.559288,9.867363,9.9628267,10.040809,10.02543,9.9017601,9.8697252,9.9305925,10.074316,9.8780289,9.8306255,4.8983755,4.9044375,5.0127301,4.8468604,4.8778744,4.9194512,5.0572476,5.1884031,5.100544,4.5333643,4.5073514,4.5478249,4.6294231,4.5938606,4.5662875,9.9088049,10.115349,10.218109,10.08682,9.894968,10.187354,10.287248,10.380123,10.317551,10.167497,10.149311,10.201511,10.321972,10.22147,10.156008,6.5106521,6.4811897,6.6137805,6.2567754,6.3260851,6.4848094,6.6245208,6.7197824,6.7559896,6.5090065,6.4712501,6.5454865,6.7374988,6.5290275,6.4871969,6.1003528,6.0918007,6.2214837,5.9277644,5.978272,6.0772166,6.2163191,6.3298998,6.3007493,5.9396296,5.9024301,5.9671631,6.106667,5.9834509,5.9429097,6.219048,6.1729522,6.2933044,5.8403854,5.9230256,6.0673957,6.1898489,6.2909775,6.3327003,5.9375777,5.9201479,5.9904742,6.1651354,5.9612861,5.9281435,6.1120234,6.0911555,6.215827,5.8611503,5.9231839,6.0330396,6.1638079,6.2760944,6.2656436,5.8669477,5.8375998,5.9033079,6.0469017,5.8991442,5.862165,6.7132554,6.6902666,6.8261542,6.476419,6.5391769,6.7046323,6.8437953,6.9377551,6.9704108,6.748178,6.707696,6.7828112,6.9763093,6.7640042,6.7197638,4.858027,4.8717823,4.9906816,4.8745861,4.9017253,4.9496017,5.0956159,5.1943564,5.1372161,4.8316579,4.7918291,4.8408561,4.985332,4.9622326,4.9318867,5.5541201,5.5769854,5.7083092,5.5889359,5.6038189,5.6732693,5.8082943,5.8934693,5.8450346,5.6455812,5.5987735,5.6450882,5.816946,5.7720075,5.7301025,5.3414011,5.2483716,5.3466606,5.0201583,5.1371951,5.3709254,5.5310788,5.5936642,5.7751913,5.5640516,5.548708,5.6118317,5.9060049,5.5870042,5.5595183,5.1580915,5.1753497,5.3033237,5.1889071,5.2128644,5.2717242,5.4174886,5.5122471,5.4609747,5.2192807,5.1789498,5.2317948,5.3952217,5.3654976,5.3305669,6.2394624,6.2417855,6.37848,6.1286607,6.1677299,6.2666626,6.4109459,6.5217223,6.4832392,6.1818538,6.1387906,6.2043982,6.3501248,6.2408195,6.1955261,7.1653781,7.1893492,7.3352919,7.0835619,7.099154,7.2417126,7.3804283,7.4856353,7.4493961,7.2297335,7.1844602,7.2549238,7.4117293,7.275435,7.2207947,8.3341293,8.4139481,8.5555725,8.3226852,8.2807102,8.4832144,8.6091242,8.7111454,8.6649685,8.4841413,8.4437523,8.5122814,8.6576281,8.512289,8.4523821,6.2077417,6.1770568,6.30302,5.939395,6.0098743,6.1445727,6.2800746,6.3828282,6.403017,6.0709887,6.0396161,6.1091719,6.2792645,6.0984182,6.0604224,6.5533147,6.5487623,6.6873379,6.3926301,6.4382854,6.5628591,6.7036247,6.8093882,6.7930264,6.5242791,6.481576,6.5520172,6.7118835,6.5635123,6.5168452,8.2302103,8.2912598,8.4313917,8.15312,8.1320105,8.3440866,8.4676208,8.5631685,8.5422173,8.3714886,8.3308182,8.4015779,8.5618486,8.3773956,8.322196,6.762713,6.7281404,6.8602886,6.5017748,6.5741096,6.7756209,6.9180875,7.0007896,7.0745168,6.8975878,6.85673,6.9324145,7.1589465,6.8978844,6.8558655,6.8135996,6.7760653,6.9049911,6.5582747,6.6325684,6.8579082,7.0032897,7.0787091,7.1750274,7.0263057,6.9850302,7.0592136,7.3056183,7.0163169,6.9750071,7.1719694,7.1666164,7.306181,6.9727945,7.0173478,7.2000709,7.3356543,7.4273434,7.450778,7.262217,7.219624,7.29462,7.4866328,7.2687559,7.2202868,6.7767744,6.7782254,6.919805,6.6297302,6.6689095,6.803103,6.9430161,7.0471697,7.0298166,6.7858691,6.7418809,6.8134217,6.9762449,6.8227687,6.7735219,6.440907,6.4506888,6.5917673,6.3584785,6.3893147,6.4951086,6.6396027,6.7479129,6.7064486,6.441226,6.3959866,6.462378,6.6134958,6.5062065,6.4574375,9.4165993,9.5722942,9.6984262,9.4959192,9.3758993,9.6448326,9.7549667,9.8499594,9.7980604,9.6440496,9.6100082,9.6710758,9.7957067,9.6561098,9.596385,7.4508138,7.468823,7.6120815,7.3110261,7.3327589,7.5079651,7.6410584,7.7386928,7.7306828,7.5365763,7.4932518,7.5667343,7.7384586,7.5523381,7.4996204,7.5826616,7.6405015,7.7865195,7.6001801,7.5785079,7.7331071,7.8703299,7.9758425,7.9175272,7.7189555,7.6750941,7.7416043,7.8935871,7.7928228,7.7320619,8.1085396,8.1419649,8.2705269,7.9606843,7.9615202,8.212081,8.3353577,8.4121189,8.4493923,8.314888,8.2742376,8.3430786,8.5463047,8.2853909,8.2353039,5.7542601,5.6725478,5.7841578,5.44559,5.566072,5.8098907,5.9745007,6.0446939,6.2202229,6.0585237,6.0311093,6.1064525,6.4064312,6.0803051,6.0538268,8.3487349,8.4033337,8.5352497,8.2322016,8.2153759,8.4612789,8.5806322,8.6633053,8.6773939,8.5345573,8.4951982,8.5646477,8.748457,8.514123,8.4631128,9.7409134,9.9247503,10.042933,9.8628731,9.7103853,9.9975519,10.10307,10.195804,10.138782,9.9905243,9.9602947,10.017312,10.132245,10.004339,9.9421988,6.0105295,5.996881,6.1183906,5.7559547,5.8113384,5.8991675,6.0211768,6.1439538,6.1052961,5.614337,5.5910759,5.6519127,5.7689071,5.6480742,5.6135292,6.3440037,6.287354,6.4116764,6.0422664,6.1359496,6.3499265,6.4996953,6.577436,6.6912174,6.5119371,6.4751792,6.551095,6.8043709,6.5173931,6.4814954,8.8400669,8.9279041,9.0541334,8.7623453,8.7118216,8.9829836,9.0927839,9.1717176,9.1789179,9.0487928,9.0122757,9.0787029,9.2526827,9.0206881,8.9707918,7.0248389,7.0552239,7.2017365,6.9882555,6.9968033,7.1266098,7.2678351,7.3739505,7.3254213,7.1047821,7.0586329,7.1260571,7.2805586,7.1717701,7.116313,6.1089163,6.0551934,6.1757121,5.7965097,5.8859463,6.0618191,6.2038994,6.2919898,6.3709884,6.0979872,6.0705199,6.1420789,6.3570337,6.119041,6.0837612,6.5595379,6.5915284,6.7355566,6.5723171,6.5793905,6.6871638,6.8289657,6.9295688,6.875649,6.6638875,6.6163912,6.6763625,6.8373876,6.7621331,6.7099085,5.9766326,5.9930458,6.1310577,5.9609265,5.984643,6.0677876,6.2141023,6.3175998,6.2654681,6.0118413,5.9665184,6.0258555,6.1805482,6.113482,6.0677867,8.2554016,8.3662252,8.4936876,8.371501,8.286128,8.479187,8.6003571,8.6928778,8.6300688,8.4657125,8.4259233,8.482173,8.6434698,8.5741434,8.5097303,8.6209583,8.735055,8.8679276,8.7071161,8.6209288,8.8307629,8.9549551,9.0575409,8.9923782,8.8163548,8.7811861,8.8434582,8.9841986,8.8838062,8.8173962,6.6145568,6.6224885,6.7644749,6.50985,6.5425386,6.6596456,6.8023009,6.9096351,6.8755054,6.6190009,6.5739889,6.6426144,6.7969589,6.6726236,6.6229959,7.7409706,7.7676096,7.9085689,7.6011968,7.6140327,7.8122668,7.9412899,8.0342569,8.0350552,7.8603048,7.8182011,7.8913646,8.0686073,7.8632522,7.8107276,6.4664636,6.4484868,6.5828109,6.2515302,6.3103905,6.4460168,6.5852308,6.6876101,6.6940475,6.4179316,6.3786192,6.4503856,6.6208816,6.4472799,6.4039297,4.513248,4.5180898,4.6129589,4.4523497,4.4805932,4.5132976,4.6344118,4.7773314,4.6707621,3.9623961,3.9470966,3.9776564,4.0302048,4.0037355,3.9828773,5.7020612,5.7300544,5.8635249,5.7484913,5.7592411,5.8360415,5.9685745,6.0520525,6.0043712,5.8174596,5.7677436,5.8118939,5.9846816,5.9369392,5.8942261,6.3643603,6.3583932,6.4942107,6.2043924,6.2518601,6.3652258,6.506506,6.6149864,6.5932999,6.2957826,6.2543526,6.3228149,6.4758186,6.3391767,6.2945261,6.3509688,6.3233132,6.4535241,6.1015391,6.1693959,6.3114309,6.4499159,6.5500894,6.572454,6.2838721,6.2481503,6.3198667,6.497539,6.309999,6.2694325,6.2847667,6.237658,6.3633409,5.9881492,6.073082,6.249434,6.39189,6.4808774,6.5520635,6.3047924,6.272737,6.3466997,6.5604949,6.3234119,6.2859263,5.3718901,5.3803234,5.5047169,5.3337555,5.3659735,5.4247055,5.5727634,5.6869245,5.6236095,5.2486472,5.2093673,5.262671,5.388308,5.3381891,5.3020287,6.9829378,7.0039086,7.1494727,6.9071369,6.9258504,7.0577474,7.1984072,7.3045077,7.2652721,7.0369797,6.9912424,7.0606155,7.2162776,7.0903788,7.0366292,5.4580455,5.4586353,5.5749822,5.3363895,5.3763471,5.4361258,5.5705752,5.6999855,5.6285758,5.1032724,5.0748844,5.1251025,5.2213154,5.1530595,5.1206183,9.2108421,9.3397818,9.4670725,9.2125063,9.1236715,9.3947983,9.5021744,9.5904341,9.5643435,9.4190588,9.3835278,9.4480934,9.5923052,9.4105186,9.3581057,6.242846,6.2553077,6.3952317,6.1887012,6.2167025,6.3113966,6.4575171,6.5653172,6.5173283,6.2501259,6.2047219,6.2683282,6.4185152,6.3297768,6.2821484,4.8649859,4.8768358,4.9940419,4.8686528,4.8964272,4.9419632,5.0889192,5.1948547,5.1312222,4.7742586,4.7356753,4.7829309,4.9127626,4.8873043,4.8570943,7.4552288,7.4885163,7.6346078,7.3797202,7.3856936,7.5436778,7.6793642,7.7834229,7.7476158,7.5408254,7.4963923,7.5674295,7.7240229,7.5790167,7.5228362,6.6446071,6.6314993,6.7690349,6.4438891,6.4976764,6.6401758,6.7793765,6.8802533,6.8852892,6.6350331,6.5935793,6.6665111,6.8400054,6.6622763,6.6165972,6.4119596,6.4604516,6.6008625,6.4973383,6.4900599,6.6006155,6.7368178,6.8254881,6.7727098,6.6060066,6.5693316,6.6245379,6.8093562,6.7692204,6.7207227,6.7995195,6.7398224,6.8716421,6.2278614,6.3203955,6.4778214,6.5763278,6.6734605,6.7346206,6.3143735,6.3113141,6.3923278,6.5766296,6.3342614,6.3019915,7.0338478,7.0900555,7.2336102,7.1018891,7.0828972,7.2143831,7.3524885,7.449986,7.3904405,7.2075429,7.1642895,7.2248201,7.3947716,7.3336201,7.2770958,5.9373803,5.8631601,5.9758706,5.6491251,5.7570062,6.0083442,6.1721845,6.2359085,6.4099159,6.2722654,6.2326798,6.3027177,6.6056042,6.2680736,6.238214,6.2256284,6.2218146,6.3560567,6.0805845,6.1261139,6.2287941,6.3709106,6.4820514,6.4514027,6.1324153,6.0914335,6.1577053,6.3033519,6.1815991,6.1380129,6.8988624,6.9339995,7.0801587,6.896358,6.8997688,7.0220914,7.1639552,7.2682586,7.2142134,7.000195,6.953589,7.0178957,7.1748228,7.0849009,7.0295835,6.5191031,6.467196,6.5883336,6.2658653,6.3551483,6.6061983,6.7622495,6.8287511,6.9680262,6.8433418,6.8026814,6.87433,7.1555219,6.8301306,6.792593,8.9355392,9.0879431,9.1975965,9.0889158,8.9527092,9.1874247,9.2941914,9.3781157,9.3218708,9.1696053,9.1256838,9.1731586,9.3244467,9.2571392,9.1897831,6.2394667,6.2473655,6.3859658,6.1603785,6.1934094,6.2894149,6.4351401,6.5447593,6.5002899,6.2164688,6.1719689,6.2366261,6.3839827,6.286469,6.2398353,5.7786689,5.7058558,5.8132381,5.4206905,5.5234513,5.716692,5.860076,5.9409723,6.0593724,5.7582498,5.7395258,5.8075204,6.043077,5.779799,5.7504077,6.3792577,6.4211116,6.5630178,6.4423604,6.4412093,6.5465059,6.6838994,6.7757645,6.7227473,6.5401287,6.4937282,6.5467868,6.7191243,6.6654749,6.6162615,7.25142,7.2963905,7.443265,7.2546325,7.2472262,7.3858576,7.5257649,7.6311178,7.5753436,7.3687701,7.3233433,7.389452,7.5440364,7.446569,7.3883042,6.296679,6.3188152,6.4604545,6.2864671,6.3037343,6.3998518,6.5437222,6.645874,6.5941348,6.3623981,6.3154321,6.3757257,6.533833,6.457993,6.4085498,6.482245,6.4411287,6.5710211,6.1997972,6.279685,6.4611154,6.6034513,6.6916151,6.7589626,6.5398445,6.5033851,6.579154,6.7948456,6.5533156,6.5136585,7.8896065,7.916985,8.0534506,7.7382121,7.7490487,7.9705472,8.0972099,8.1831455,8.2021589,8.0464163,8.0052195,8.0773754,8.2672367,8.0348701,7.9838634,6.7022548,6.726953,6.8719006,6.6712737,6.6858959,6.8001161,6.9433241,7.04879,6.9990945,6.7696095,6.7228765,6.7879391,6.9433036,6.8474221,6.7944593,8.0149918,8.0676146,8.2104445,7.9396248,7.9266067,8.1214123,8.2488823,8.3478861,8.320508,8.1386232,8.0967665,8.1679935,8.3260689,8.1547976,8.0985107,7.3926497,7.4510226,7.5963283,7.4352036,7.4126892,7.5579395,7.6962609,7.7995038,7.7386317,7.5446491,7.5006018,7.5647326,7.7224627,7.6397257,7.5796547,9.7345657,9.9216061,10.03436,9.8835392,9.7167997,9.9977312,10.102661,10.197776,10.134714,9.981041,9.9594631,10.014859,10.134285,10.023931,9.958148,8.4590969,8.5511684,8.6913519,8.4804335,8.4240179,8.6295414,8.7552633,8.8584394,8.8041306,8.6239548,8.5848379,8.6517277,8.7925634,8.6614504,8.5992899,7.7998977,7.8262825,7.965538,7.6531162,7.6658301,7.8736992,8.0016975,8.0917454,8.100565,7.9339294,7.8922553,7.9652004,8.1478882,7.9306459,7.8788419,7.087801,7.0672851,7.2121906,6.5213609,6.5881834,6.6909151,6.7689362,6.8933911,6.8687253,6.3211093,6.3168035,6.3977041,6.5159659,6.3404989,6.3034878,7.4581432,7.4679217,7.6086006,7.2879481,7.3174162,7.5077295,7.6400995,7.7322345,7.7444282,7.5644155,7.5218315,7.5960269,7.7812195,7.5684476,7.5177116,5.3556228,5.3755713,5.506609,5.3883619,5.4097538,5.474721,5.6173491,5.7088728,5.6601429,5.4392014,5.3976932,5.4490829,5.6169577,5.5795965,5.5411305,8.0198822,8.0875559,8.2319078,8.0132523,7.9825106,8.1635847,8.2948675,8.3995895,8.3480654,8.1568975,8.1149511,8.1834927,8.3305855,8.2013626,8.1404953,7.0823708,7.0945611,7.2387414,6.9567037,6.9845929,7.1314106,7.2693243,7.3723445,7.3509555,7.1293135,7.0847297,7.1568489,7.3200116,7.1631193,7.1108894,6.328228,6.3156495,6.4403386,5.9625144,6.0168118,6.0948105,6.1944818,6.3262453,6.2699943,5.6822433,5.6728382,5.7345552,5.8326283,5.7110767,5.677454,6.4403467,6.4563432,6.5986543,6.3898382,6.4138894,6.5172114,6.6620874,6.7688413,6.7216091,6.4711323,6.4249825,6.489676,6.6426187,6.5478778,6.4979777,3.9139771,3.9217899,4.0109987,3.9211082,3.9418056,3.9629693,4.0925579,4.2230468,4.1198945,3.4804957,3.4659429,3.4904315,3.5446029,3.54022,3.5229831,6.3066349,6.291934,6.4242401,6.1057997,6.1619167,6.2813315,6.4203453,6.5275564,6.5193014,6.2061701,6.1679006,6.2369032,6.3940301,6.2418575,6.199717,9.8376427,10.023866,10.141278,9.9250107,9.7769756,10.083173,10.181642,10.267672,10.228937,10.092413,10.06004,10.118427,10.241453,10.086002,10.034226,6.5364895,6.4939809,6.6239028,6.2536278,6.3344541,6.5263886,6.6699133,6.7549229,6.8319917,6.6320233,6.5941396,6.6703525,6.895431,6.6406207,6.6009521,6.9294715,6.9132962,7.0511942,6.7078404,6.7633791,6.9387674,7.0766602,7.168746,7.1998343,6.9985857,6.9566326,7.0320024,7.2274218,7.0088534,6.9626045,8.8087654,8.9009047,9.0312309,8.7488079,8.6963434,8.9542084,9.066576,9.1522732,9.1445293,9.0005903,8.9633255,9.0307684,9.1938295,8.9851332,8.9335556,6.8911357,6.9348998,7.0804019,6.9252434,6.9196677,7.0423088,7.1829739,7.2840118,7.2265697,7.0271196,6.9810739,7.0424933,7.2045221,7.1302586,7.0746789,7.8012214,7.8361239,7.9785123,7.6849599,7.6897902,7.8823042,8.0112209,8.1074114,8.0953808,7.9146094,7.872314,7.9449444,8.113534,7.9242411,7.8702044,6.2540913,6.226892,6.350565,5.9120317,5.9796681,6.0910087,6.2071118,6.3216019,6.3149734,5.8571148,5.8383965,5.9056435,6.044208,5.8842344,5.8497157,4.031744,4.0378213,4.1244841,4.010829,4.0330982,4.0569,4.1762719,4.3174562,4.2053242,3.4862452,3.4756603,3.4989941,3.5409877,3.5293336,3.512619,7.7840009,7.8340673,7.9795794,7.7360845,7.7246256,7.8975024,8.030118,8.1339493,8.0923338,7.8961329,7.8529,7.9232063,8.075738,7.9326005,7.8743134,6.2080636,6.1482353,6.2707677,5.8948269,5.9919391,6.1964755,6.3451762,6.4259791,6.5357709,6.3294663,6.2983828,6.3739643,6.6196389,6.3443069,6.3095808,7.0371552,7.0387635,7.1808758,6.8714843,6.9099874,7.0659189,7.2030334,7.3025379,7.2989655,7.0822201,7.0386162,7.1122375,7.2852068,7.1054497,7.0554147,8.1604147,8.2406616,8.3832054,8.1864758,8.1409435,8.3268852,8.4574642,8.5624733,8.504221,8.3164501,8.2758732,8.3427,8.487236,8.3707809,8.3078279,4.2245626,4.1789441,6.1241622,6.0988722,6.0920615,6.0861745,6.1121345,6.125638,6.0989728,6.0865412,6.0812736,6.0211816,5.9874654,7.094059,6.7148628,3.8263724,3.7924244,5.4486837,5.4323101,5.4268961,5.420927,5.4502335,5.461494,5.4339137,5.4224997,5.4126005,5.3505483,5.3278351,6.2768331,5.7026525,4.2761474,4.212882,5.9127822,5.8800058,5.8647242,5.8542743,5.8924475,5.909472,5.86761,5.844769,5.8383031,5.8001232,5.7735038,6.6257501,6.4202695,3.9916971,3.9284735,5.488019,5.4538565,5.4357228,5.4223943,5.4576015,5.4684329,5.4237456,5.3966594,5.3878932,5.363647,5.341588,6.0807133,5.9253016,2.3195186,2.3116128,3.2364025,3.2333374,3.2289879,3.2208171,3.2400682,3.2342069,3.2153649,3.2072546,3.1994939,3.1313188,3.1263568,3.6750214,2.7828543,4.455328,4.3905792,6.1036706,6.0727677,6.0594645,6.0510979,6.096508,6.119874,6.0780139,6.0579295,6.0458355,6.0047474,5.978004,6.8468885,6.5999727,4.4336467,4.376708,6.2158251,6.1867037,6.176012,6.1688108,6.2066979,6.2269545,6.1909819,6.1745644,6.1661344,6.1143441,6.0834422,7.0746632,6.7679639,4.2185421,4.172646,6.0176315,5.9940958,5.9866352,5.9803658,6.0115075,6.0270729,5.9970698,5.984025,5.9761796,5.9168591,5.8866005,6.9253926,6.5007825,2.6658201,2.6537938,3.6328301,3.6281676,3.623117,3.6149609,3.6407661,3.6383014,3.616622,3.6107261,3.60146,3.532027,3.5276415,4.1030321,3.190599,4.5283623,4.4583025,6.0878911,6.0571465,6.0435581,6.0356178,6.0893836,6.117487,6.0723801,6.0516777,6.0318918,5.9976177,5.9737515,6.7678561,6.529429,3.1181905,3.1000433,4.1919928,4.1850657,4.1791415,4.17101,4.2054706,4.2097702,4.1828489,4.176722,4.1631784,4.0932589,4.0861731,4.7181759,3.8220587,4.4825683,4.4224763,6.1723909,6.1439447,6.1326647,6.1254354,6.1706514,6.1947227,6.1552663,6.1390057,6.1264691,6.0794368,6.0517731,6.9715528,6.6695518,4.3830018,4.3300824,6.2187304,6.190763,6.1814518,6.1747432,6.2084098,6.2264485,6.1937151,6.1787529,6.1715679,6.1153874,6.0828948,7.1248078,6.7846217,4.0989175,4.0575523,5.9680629,5.9456992,5.9401813,5.9347529,5.9590688,5.9710674,5.9465013,5.935297,5.9297938,5.8705344,5.8388767,6.935679,6.5287294,4.3421726,4.273243,5.9049687,5.8719773,5.8563414,5.8462868,5.8913274,5.912293,5.8677006,5.8435173,5.8302402,5.7980371,5.7737002,6.5592375,6.3603959,4.2825441,4.2253222,6.1065102,6.0721579,6.05861,6.0489454,6.0762315,6.0886559,6.0529051,6.0333519,6.0325799,5.9839749,5.9511595,6.9524164,6.7351432,4.559092,4.4966993,6.1257906,6.0991602,6.0879903,6.0810819,6.1373634,6.1672435,6.123909,6.1133633,6.0929241,6.0516381,6.0284438,6.8623719,6.5502925,3.5215082,3.494813,4.8326373,4.821147,4.8147039,4.8068929,4.8433857,4.8531699,4.8229079,4.8212929,4.8064828,4.7397261,4.7257318,5.4892764,4.7106242,4.3797455,4.3273749,6.080215,6.055511,6.0463657,6.0398016,6.0819211,6.1036725,6.067606,6.0552473,6.0430055,5.9895897,5.9622622,6.9172063,6.5266819,4.3316069,4.2815361,6.2137513,6.1863103,6.1779852,6.1715827,6.2012625,6.2171345,6.1871805,6.1731772,6.1672754,6.1084313,6.0745435,7.1567798,6.8022704,3.7106321,3.6568484,5.2028575,5.1683784,5.1495414,5.1337113,5.1598296,5.1630177,5.119987,5.0922332,5.0983868,5.0692649,5.0473557,5.8077278,5.666306,4.610393,4.5427837,6.0997009,6.0723343,6.0601978,6.0532784,6.1161079,6.1493254,6.1027632,6.09093,6.0614176,6.0305991,6.0097265,6.7741628,6.4972234,4.0785637,4.0374017,5.8712645,5.8499875,5.8437424,5.83779,5.8651171,5.8779745,5.8507123,5.8385277,5.8314724,5.7709494,5.7416229,6.787981,6.33038,4.4045143,4.3502645,6.3019958,6.2710385,6.2611928,6.2541981,6.2844539,6.3009686,6.2692075,6.2535968,6.2488241,6.191958,6.1568308,7.2341871,6.93401,3.8483102,3.8137844,5.3224072,5.3069611,5.3001513,5.2931862,5.3313622,5.3456297,5.3136654,5.3093991,5.2952261,5.2326508,5.2139316,6.0661988,5.4165778,4.5417252,4.4770632,6.1459026,6.1172223,6.1051741,6.0978842,6.1503959,6.1783667,6.1354213,6.1189585,6.1013141,6.0605106,6.0356569,6.8833146,6.6019607,4.4037676,4.3471675,6.2816815,6.2487817,6.2375078,6.2296987,6.2599726,6.276082,6.2425475,6.2253695,6.2216773,6.1676278,6.1328959,7.1849623,6.9206948,1.8006377,1.7970947,2.5096536,2.5081391,2.5050151,2.4976211,2.5109913,2.5003901,2.4869945,2.4804757,2.4779234,2.4181001,2.4180758,2.8471122,2.0427535,2.6669006,2.6558814,3.7363126,3.7324374,3.7270749,3.7189972,3.7429936,3.7436416,3.7206917,3.7109773,3.6970615,3.6251791,3.6145003,4.2498503,3.3508787,4.3584404,4.3079743,5.9552636,5.9330058,5.9242353,5.9178433,5.9661345,5.9902101,5.9522805,5.9481616,5.9319515,5.8804255,5.8569775,6.7495356,6.3219242,3.2571938,3.2366443,4.5612788,4.5522823,4.5463557,4.5392523,4.5685005,4.575316,4.5487304,4.5397534,4.5261965,4.4558191,4.4423099,5.2089009,4.3946581,4.4166012,4.3598413,6.2563038,6.2251835,6.2141714,6.2066445,6.2400203,6.2578697,6.2233653,6.2063694,6.2007661,6.1476493,6.11447,7.1424041,6.8601036,4.5784473,4.5096698,6.1178088,6.0887299,6.0760522,6.0688143,6.1265998,6.1572976,6.1118331,6.0944095,6.0706806,6.036777,6.0139213,6.8041511,6.5433125,4.3984857,4.3398499,6.1980414,6.1662097,6.1540103,6.1457667,6.1800828,6.197824,6.1614184,6.142983,6.1376114,6.0878906,6.0559969,7.0465207,6.7886758,2.9169807,2.9037766,4.1142616,4.1090274,4.103117,4.0965772,4.1220565,4.1269579,4.1034675,4.0948186,4.0811858,4.0084786,3.9980645,4.7062879,3.8414993,3.9482026,3.8930509,5.5810776,5.5476522,5.5307131,5.5174494,5.5428109,5.5490694,5.5089178,5.4850721,5.4876094,5.4507709,5.4244585,6.2828217,6.1138086,4.3688459,4.3185358,6.4050093,6.3722844,6.3644423,6.3582869,6.3806334,6.3933401,6.3677797,6.3549976,6.3527603,6.2898555,6.2498274,7.4349446,7.1376429,4.0151849,3.9760814,5.8154478,5.7950382,5.7894692,5.7837901,5.8089232,5.8204813,5.7948985,5.7833047,5.7769017,5.7165256,5.6873565,6.7435684,6.2842035,4.3143077,4.2535262,6.0276957,5.9951968,5.9810152,5.971303,6.0065794,6.0230961,5.9836645,5.962657,5.9577246,5.9144177,5.8853602,6.8016438,6.579205,3.1272738,3.1079502,4.2746449,4.2665563,4.2607112,4.2523322,4.2845354,4.2878585,4.2611399,4.2593136,4.2466979,4.1774354,4.1682758,4.8425536,3.9692807,4.5822487,4.5109529,6.0721664,6.0430756,6.0299397,6.0229373,6.0839553,6.1159692,6.0689354,6.0506153,6.0189118,5.9933276,5.9719291,6.7194133,6.473917,4.4051485,4.3495421,6.3565631,6.3203979,6.3095107,6.3017459,6.3277359,6.341784,6.3106613,6.2942533,6.2925735,6.2350922,6.1974068,7.3017597,7.0502915,4.0781016,4.036767,5.7425671,5.7228575,5.715858,5.7094436,5.744,5.7595243,5.7283525,5.7170439,5.7062249,5.6461091,5.6209946,6.5819106,6.0646896,3.8571889,3.8225849,5.5579963,5.5407267,5.5358062,5.5304728,5.5565138,5.5671282,5.5414896,5.5301256,5.5225482,5.4618402,5.436687,6.4360189,5.9150915,5.0272346,5.0489902,5.170331,5.5673523,5.5850992,5.6197629,5.6275797,6.3943658,6.0981998,5.994266,5.8145919,5.8159108,5.8749623,5.894238,5.8051615,3.2230206,3.2440429,3.3683329,3.6913798,3.7124703,3.7367787,3.7294681,4.3592353,4.100019,3.8260293,3.810219,3.8495803,3.8903008,3.9442046,3.944361,3.5096996,3.5418363,3.6528485,4.0469875,4.0719666,4.0956974,4.0991926,4.8680005,4.5643997,4.4417648,4.4158258,4.4573755,4.5106292,4.536365,4.4942527,7.4454517,7.544054,7.1564136,7.149219,7.1729255,7.1875768,7.208612,7.3153157,7.259305,7.2199244,6.8813124,7.1623244,7.2648883,7.2284217,7.1240978,5.0184422,5.0465183,5.1625051,5.5123363,5.5326519,5.5642438,5.5707865,6.2618561,5.9905624,5.8819752,5.7293205,5.7456794,5.8097177,5.8230805,5.7350955,6.5355992,6.6243896,6.598608,6.6339788,6.6646304,6.6881609,6.7024755,6.9297791,6.824141,6.7486553,6.4929309,6.5575089,6.6577349,6.6269813,6.4966006,2.3825803,2.3857555,2.463191,2.9888575,2.9934604,2.9998751,2.9981513,4.1493921,3.6682026,3.610877,3.5855126,3.6064606,3.6377034,3.6817405,3.6546242,7.643209,7.7133627,7.5563607,7.5854936,7.6073108,7.6273718,7.6420331,7.818574,7.7320294,7.6718121,7.2467933,7.3153057,7.4021006,7.3690572,7.2234921,4.9997187,5.0393128,5.1491313,5.4408312,5.4657693,5.4953322,5.5011797,6.1023617,5.8627381,5.7515612,5.6229734,5.6542602,5.7242088,5.7303815,5.6429858,4.5786185,4.6990423,4.7780619,4.7634883,4.8082519,4.827837,4.8295169,5.0392318,4.946548,4.8598123,4.7951946,4.8563609,4.9403577,4.9254284,4.8208165,4.498138,4.555779,4.6662064,4.8842816,4.9172797,4.9432111,4.9448071,5.443264,5.2415066,5.1199174,5.0525918,5.1020155,5.1724734,5.1758232,5.1025038,3.7739866,3.9031367,3.9967406,3.947108,3.9905751,4.0084395,4.0005636,4.1739249,4.1017704,4.010684,3.9749353,4.0216289,4.0783315,4.0805521,3.9795275,4.1405153,4.2130527,4.3292012,4.4289212,4.4664593,4.4907899,4.4806881,4.8253608,4.6801558,4.521029,4.4839544,4.5334206,4.5931869,4.5996647,4.5395465,3.3446925,3.3734441,3.4850702,3.8899534,3.9137187,3.9373643,3.9407511,4.7302427,4.4175129,4.2852182,4.2676506,4.3082933,4.3581986,4.389029,4.3549643,4.3018079,4.4066939,4.50527,4.5195889,4.5632739,4.5843959,4.5794153,4.8262014,4.7205448,4.6114564,4.5628362,4.6169724,4.6866841,4.680923,4.5914197,5.1696105,5.3667912,5.2783751,5.1949286,5.2255492,5.2370329,5.269824,5.3560619,5.3120365,5.2821283,5.1539006,5.280479,5.4276834,5.4047718,5.2740736,3.7792897,3.8975151,3.9963443,3.9581118,4.0005431,4.0204759,4.0094638,4.1945119,4.116405,4.0056543,3.9732854,4.0201945,4.0749927,4.0779114,3.9894288,4.2320046,4.3294978,4.4335899,4.4631066,4.5057645,4.5276966,4.5205221,4.7847571,4.6722198,4.5509787,4.5068731,4.559391,4.6253033,4.6227026,4.5408382,6.5387082,6.6602573,6.5066981,6.4926386,6.5240993,6.5420961,6.5641847,6.7096505,6.6364512,6.5835471,6.3524547,6.516356,6.6368284,6.5994906,6.4765706,5.0164261,5.1078978,5.1925893,5.2583666,5.2980013,5.3220901,5.3260999,5.6271095,5.4971414,5.395843,5.3042521,5.36411,5.4509559,5.4364514,5.3382678,4.4126949,4.5233541,4.6153831,4.6187258,4.6630425,4.6835856,4.6811509,4.9144506,4.8135576,4.7140384,4.6593423,4.7159061,4.7908711,4.7813745,4.6855407,5.7515111,5.9171491,5.8056631,5.7504587,5.7835093,5.7980733,5.8256478,5.9387488,5.8813066,5.8402524,5.6761594,5.8220716,5.958786,5.927793,5.8032713,3.8488374,3.9858639,4.0718493,4.0108571,4.0548887,4.0712676,4.0667658,4.2273469,4.1600175,4.0821428,4.0427961,4.0917597,4.1539083,4.151907,4.0425844,3.8153806,3.909111,4.0200644,4.0266509,4.0628424,4.0852785,4.0672684,4.2978373,4.1984,4.0362549,4.0068598,4.0510426,4.1012321,4.1117992,4.0450654,4.2530651,4.3270717,4.440167,4.5522747,4.5906157,4.6148658,4.6084547,4.9700756,4.8192048,4.6775055,4.6338978,4.6850958,4.7494678,4.7523646,4.6853204,4.1094756,4.1627483,4.2790699,4.5096211,4.5423346,4.5675797,4.5655351,5.080411,4.8725882,4.7311659,4.6888051,4.737072,4.7990994,4.8100309,4.7527094,4.8312497,4.963079,5.0198703,4.9911442,5.0347171,5.0535417,5.0614762,5.2483897,5.1633949,5.0894785,5.0080991,5.077703,5.1750827,5.1547623,5.0408831,3.9285185,3.9696264,4.0980563,4.299706,4.3287044,4.3550801,4.3440275,4.8096271,4.6138101,4.3887129,4.3608794,4.4060378,4.4574056,4.4834833,4.4540892,5.7974663,5.8494964,5.93396,6.1126838,6.1393752,6.1695151,6.1770101,6.6125569,6.4324722,6.3279009,6.1299229,6.1506619,6.229486,6.2203975,6.1113276,3.7766435,3.8403175,3.9593596,3.9986575,4.0292401,4.0528984,4.01578,4.2619686,4.149528,3.9085932,3.8856213,3.9262712,3.9703124,3.9917245,3.9582179,3.3359241,3.3521605,3.4548142,3.9618273,3.9771736,3.9966087,4.0011644,5.0038967,4.6046319,4.5175276,4.467793,4.4973936,4.5445819,4.5789289,4.5327239,5.4053593,5.5503993,5.5426679,5.504096,5.5420594,5.5600233,5.5778685,5.7359061,5.6604295,5.6018887,5.4750347,5.5711865,5.6879067,5.6611571,5.5350876,3.9817929,4.0405359,4.1643887,4.2712064,4.3036599,4.3288579,4.3110123,4.6547976,4.5058784,4.2887969,4.2604952,4.3057981,4.357038,4.3753037,4.3356133,6.1772537,6.1995149,6.2913728,6.565485,6.5808768,6.6140747,6.6199474,7.1818776,6.9587994,6.8558307,6.5263629,6.4689093,6.5297174,6.5306954,6.423604,3.7774146,3.825305,3.9471326,3.9978988,4.0270691,4.050108,4.0014133,4.2468982,4.1293364,3.8426995,3.8222704,3.8616431,3.9030194,3.928689,3.9124265,7.2005653,7.227437,7.2728405,7.4337921,7.4452777,7.4712944,7.4752398,7.8588853,7.7000337,7.6095896,7.0828052,6.9482355,7.0074787,6.9957356,6.8844438,7.1568069,7.2182469,7.2095675,7.2777152,7.3013759,7.3261166,7.3376584,7.5953827,7.4805188,7.402967,6.9806418,6.9417214,7.022203,6.9969506,6.8694835,4.4892192,4.6444712,4.6926694,4.6256614,4.6686544,4.6841264,4.6943994,4.8372989,4.7718935,4.7146435,4.6459866,4.7140999,4.8118329,4.7947612,4.6713347,3.5850289,3.6110644,3.7383616,4.0620537,4.0848846,4.1107888,4.1079125,4.7520576,4.4890666,4.2702289,4.2447357,4.2869616,4.3342123,4.374763,4.3560576,4.1135321,4.2085152,4.3158793,4.3414912,4.3833146,4.4055195,4.3951144,4.6538286,4.5433211,4.4099131,4.3716192,4.422153,4.4833784,4.4839759,4.4083924,3.9393151,3.9848495,4.1093245,4.3259602,4.3563309,4.3823056,4.3747487,4.8654671,4.6631932,4.471581,4.4415603,4.4876146,4.5417943,4.5627866,4.5242414,2.0583279,2.0660958,2.1386685,2.6431484,2.6527958,2.6642191,2.6695278,3.8001518,3.3281,3.2797997,3.2738481,3.296231,3.3255463,3.3699641,3.3505018,8.1631784,8.2208891,7.9912944,8.0220442,8.0393629,8.057478,8.0705624,8.2260561,8.1478806,8.09412,7.5916829,7.6701331,7.7461238,7.7147245,7.5552597,3.8321266,3.8646891,3.9964588,4.1604342,4.1870327,4.2129402,4.1867819,4.5816689,4.4070897,4.1139107,4.0915155,4.1337829,4.1791739,4.2156234,4.2048559,6.3187642,6.4578619,6.2970624,6.2669902,6.2990441,6.3152871,6.3405957,6.4676938,6.40275,6.356112,6.1453562,6.3173485,6.4472413,6.4105463,6.291429,4.4822426,4.6587682,4.682251,4.5948887,4.6314402,4.6451364,4.6614938,4.7776151,4.7235279,4.6806116,4.6051555,4.6796422,4.7843757,4.7717533,4.6352067,5.7561045,5.9020147,5.8426919,5.8049755,5.8405128,5.8578696,5.8794966,6.0243883,5.9532084,5.9000568,5.7428036,5.8634586,5.9877052,5.9566765,5.830255,6.4988775,6.5571165,6.6016035,6.715107,6.7406983,6.7690001,6.7785702,7.1147175,6.9703884,6.8778296,6.5827403,6.5794964,6.6614113,6.6422663,6.518692,6.7415552,6.9059629,6.5321999,6.4978404,6.5237417,6.5347137,6.5771666,6.6450338,6.6091633,6.5859828,6.3056688,6.5811048,6.7463989,6.7112441,6.6320477,5.9412928,6.0593576,6.0380573,6.0354452,6.0713973,6.0922494,6.1087518,6.2997408,6.209022,6.140738,5.9689879,6.065959,6.1787744,6.1475539,6.0229311,3.6588771,3.7750654,3.8761728,3.8364949,3.8758631,3.8967788,3.8829844,4.0632544,3.9869606,3.863915,3.8346713,3.8784082,3.929544,3.936347,3.8530927,6.7407336,6.8396034,6.7365956,6.748714,6.7787156,6.7996325,6.8173251,7.00003,6.9112592,6.8474612,6.5838256,6.7001085,6.8075213,6.7721224,6.6400704,5.2805014,5.4064054,5.4409404,5.4280276,5.4685421,5.4887915,5.5008221,5.6977901,5.6068826,5.5336699,5.4211025,5.4995427,5.6055012,5.58077,5.4631653,5.1240768,5.1961336,5.2889676,5.4227686,5.4577184,5.4842534,5.4889722,5.8734608,5.7121902,5.6040678,5.4972014,5.5495801,5.6323614,5.6227002,5.5279145,5.9986558,6.0363221,6.125525,6.347405,6.3686695,6.4006772,6.4077778,6.8998108,6.7005363,6.5956926,6.3420682,6.3305678,6.4014764,6.3971362,6.2867947,7.2020769,7.3178577,6.9486241,6.9319472,6.9570107,6.9709268,6.9957566,7.0938425,7.0412493,7.0047464,6.6937809,6.9706774,7.0872779,7.0495524,6.9507422,5.2150803,5.3172646,5.383749,5.418509,5.4585457,5.4816713,5.4887228,5.7482085,5.6331973,5.5423055,5.4361739,5.5016646,5.5961747,5.5762887,5.4692483,4.7930431,4.8730731,4.9717035,5.0790415,5.1173706,5.14221,5.1437855,5.4982886,5.3491044,5.2370214,5.1594658,5.2151055,5.2944708,5.2864285,5.1985226,3.451869,3.476577,3.5823274,4.0442181,4.0649261,4.0872006,4.0929756,4.9912562,4.6365523,4.5386214,4.4993672,4.5355673,4.5873952,4.6160274,4.5692878,2.04514,2.0575624,2.1340308,2.6266737,2.6406922,2.6565239,2.6659377,3.7444572,3.3005908,3.2453036,3.2708144,3.2980978,3.3309305,3.3759117,3.361212,4.0012164,4.0518346,4.1719875,4.3924961,4.4245305,4.4500027,4.4450574,4.9442606,4.7410331,4.5777745,4.5432901,4.5905666,4.6484075,4.6637092,4.6153717,5.9900622,6.0831017,6.106473,6.1495142,6.1838341,6.20818,6.2201676,6.4733253,6.3585753,6.2750788,6.0902472,6.15517,6.2552967,6.2287898,6.1074228,5.3778548,5.4340401,5.5286303,5.7169385,5.7464442,5.7754202,5.781734,6.2348909,6.0484195,5.9400663,5.7963371,5.834527,5.9137621,5.9075322,5.8085427,3.4387238,3.4704149,3.5934348,3.6918118,3.7173114,3.7400007,3.6584868,3.9160213,3.7977002,3.5222309,3.5114141,3.5460649,3.5838482,3.626889,3.6280637,5.0633931,5.1176186,5.2203755,5.4356737,5.4656491,5.4938955,5.4990754,5.9912291,5.7909164,5.6790609,5.5636039,5.6063056,5.6825919,5.680779,5.5907984,7.5576992,7.5968614,7.6153445,7.7204156,7.737124,7.762908,7.771678,8.0681763,7.9419756,7.8621593,7.2929363,7.1574616,7.2209015,7.2029471,7.0819697,1.6308422,1.6398478,1.7069305,2.1584554,2.1680419,2.1811287,2.1895795,3.2509019,2.8024726,2.7541347,2.7718534,2.7950616,2.821018,2.8720303,2.8675535,3.9421031,3.9816637,4.0944915,4.4380908,4.4655275,4.4903855,4.4933548,5.1759109,4.9059448,4.7856903,4.7392101,4.7831235,4.8433781,4.8603992,4.8043971,4.487751,4.5208697,4.6345215,4.9966421,5.0199027,5.0472035,5.0524297,5.7643814,5.4834199,5.3737121,5.2780385,5.3125639,5.3765287,5.3913994,5.3178353,4.5548339,4.6430621,4.7443242,4.8173423,4.858252,4.8816671,4.8799171,5.1944757,5.0612431,4.9461999,4.8855896,4.9411864,5.0161033,5.0094233,4.9244452,7.1554894,7.2491727,7.0468431,7.0551605,7.081881,7.1009016,7.1195498,7.2755389,7.1976266,7.142447,6.8343964,7.0018134,7.105648,7.068769,6.937696,6.0004621,6.0729918,6.1264329,6.2226648,6.253684,6.2809372,6.2903748,6.6135778,6.4732633,6.3788009,6.1781034,6.2174001,6.3070717,6.2871351,6.1696739,3.5775838,3.6062269,3.7299116,4.0705109,4.0946069,4.1203227,4.1195645,4.794488,4.5224051,4.3353267,4.3116813,4.3542595,4.4036093,4.4388647,4.4129066,4.7599783,4.8596964,4.9483089,4.9878464,5.0299988,5.0525637,5.054019,5.3265662,5.2085109,5.1073594,5.0343146,5.0940304,5.1771045,5.1640453,5.0680752,4.1759973,4.193912,4.3120608,4.7773929,4.7936845,4.8196416,4.8250208,5.7253184,5.3728642,5.2734914,5.1701655,5.1922083,5.2465582,5.2759161,5.2090335,3.8175735,3.8556654,3.9830205,4.0749745,4.1028209,4.1268158,4.0838799,4.3774285,4.2398839,3.9346371,3.9149272,3.9552319,3.9977758,4.0294228,4.0196667,3.5615191,3.5867014,3.7175477,3.9351277,3.9589155,3.9846237,3.958421,4.4152646,4.2191091,3.9175942,3.8981352,3.9384813,3.9807563,4.0290246,4.0274053,6.1278996,6.225069,6.2269621,6.2576375,6.2915301,6.3150196,6.3285956,6.5611691,6.4539223,6.3755116,6.1771111,6.2499452,6.3532548,6.3241796,6.1994724,2.9175041,2.9355743,3.0452728,3.5048091,3.521888,3.5442255,3.5506282,4.4630485,4.0974488,3.9579842,3.9445822,3.9811206,4.02356,4.0714931,4.0540996,3.996489,4.0888362,4.1989584,4.2191529,4.2589941,4.2815409,4.2673254,4.5174708,4.4098582,4.2605486,4.2269893,4.2750182,4.3314071,4.3359933,4.2668519,8.6843319,8.7138357,8.6931019,8.747468,8.7592869,8.776659,8.7848063,8.9672632,8.8897114,8.8396645,7.8636932,7.5439453,7.5872855,7.5720263,7.4893003,1.7915243,1.8021576,1.8736484,2.3430085,2.3555276,2.3705437,2.3804424,3.4435942,3.0007026,2.9477232,2.9832673,3.0089951,3.0381804,3.0870795,3.0800629,3.940999,3.9899459,4.1167564,4.218565,4.248795,4.2739367,4.2480755,4.5750923,4.4283509,4.1671667,4.1423311,4.1857429,4.2332163,4.2572551,4.2317119,4.683733,4.7340989,4.8433805,5.0978408,5.1276574,5.1547804,5.1587272,5.7069817,5.4865909,5.3710628,5.283258,5.3282652,5.3997827,5.4038606,5.3252029,5.4008784,5.4357748,5.5429106,5.8266087,5.8487935,5.8808045,5.887557,6.4746914,6.2410994,6.1320381,5.9528565,5.9658265,6.0347981,6.0393028,5.9417195,4.237792,4.2621918,4.376945,4.8021359,4.8215718,4.8475709,4.8527255,5.6748037,5.3516927,5.2475133,5.1552534,5.1847324,5.2430425,5.2657714,5.1980624,4.4319816,4.5053396,4.6146698,4.7451034,4.7830334,4.8076086,4.8051848,5.1900644,5.0305371,4.9032707,4.848249,4.9009314,4.970933,4.9704132,4.8961101,6.4034224,6.4787989,6.4996953,6.5700746,6.5996733,6.6257062,6.6371288,6.9173269,6.7925186,6.7065139,6.4515443,6.4847345,6.5766282,6.5516005,6.4258213,7.8122535,7.8856411,7.558948,7.5740342,7.5947495,7.6118417,7.628027,7.76337,7.6947603,7.6472125,7.2527962,7.4673624,7.5539479,7.5198431,7.3846173,5.5631661,5.6393704,5.7121463,5.8153119,5.8492026,5.8759871,5.8835487,6.2232857,6.0774255,5.9777999,5.8313947,5.8822284,5.9711275,5.9547544,5.8471117,3.5814493,3.6063058,3.7355785,4.0177617,4.0404105,4.0660706,4.0562158,4.6270323,4.3889627,4.1263132,4.101974,4.1432419,4.1879854,4.2322307,4.221962,4.1295366,4.2726159,4.3446641,4.2795873,4.3244386,4.3399134,4.340847,4.4936256,4.4261699,4.3582807,4.3082047,4.3642673,4.4407353,4.4295526,4.3134813,3.5906684,3.7000751,3.8044975,3.7719576,3.8069983,3.8279731,3.8104708,3.9962902,3.9176681,3.7773535,3.749119,3.7903223,3.8367355,3.8484647,3.7702191,6.7087808,6.7517552,6.8062348,6.9544911,6.9746656,7.0039468,7.0118032,7.3902869,7.2318392,7.1370697,6.7720652,6.7236567,6.7957592,6.7814212,6.6600041,3.3946466,3.4225645,3.5388083,3.9259343,3.9495049,3.9739544,3.9761126,4.7327247,4.4314666,4.2786751,4.2600808,4.3012438,4.3503408,4.3839769,4.3543458,4.0387092,4.1087594,4.2277565,4.3165565,4.3521571,4.3766661,4.3624468,4.690444,4.550386,4.3688436,4.3367262,4.3839502,4.4389892,4.4502425,4.3973684,3.7177095,3.8035023,3.9180102,3.9367871,3.9692993,3.9926429,3.9704452,4.2075129,4.1046057,3.9155414,3.8907051,3.9324193,3.9783449,3.9961894,3.9391849,7.3609581,7.4321022,7.3518867,7.3897381,7.4135351,7.43541,7.449307,7.6540985,7.5573101,7.4898772,7.0768828,7.093976,7.1812525,7.1502337,7.0133009,4.7790275,4.9622097,4.951807,4.8640003,4.8974247,4.9109807,4.9315724,5.0405726,4.9883299,4.9494748,4.8532505,4.9433823,5.0572624,5.0424061,4.9016771,3.9031672,3.9396424,4.0706558,4.2602615,4.2879434,4.3143835,4.2990708,4.741785,4.5517216,4.2938223,4.2679229,4.312058,4.3608508,4.3919358,4.3713551,7.6743655,7.7588677,7.3538179,7.3550615,7.3769484,7.3919182,7.4102035,7.5228591,7.4647069,7.4238234,7.0553122,7.3362885,7.4279461,7.3932438,7.2828002,5.6721067,5.7662482,5.8131237,5.8615665,5.897891,5.9223447,5.9323373,6.1999803,6.0804582,5.9921265,5.8424335,5.9066863,6.0045209,5.9812536,5.8664665,3.3664932,3.4546337,3.4903934,3.4849014,3.5897183,3.563731,4.0422325,4.1878486,4.1621013,4.1417861,4.0268745,4.1054115,4.1906605,4.2051773,4.1968541,3.6815348,3.775228,3.8061352,3.8009391,3.8813319,3.8461382,4.4077983,4.5245395,4.497406,4.4779053,4.3377199,4.4025974,4.5168886,4.5385861,4.5279813,3.6896818,3.7401345,3.7943418,3.7836893,3.8654571,3.8346112,4.3310852,4.4683728,4.4278636,4.3585176,4.2359242,4.2984157,4.3434353,4.365653,4.3647561,3.9340551,3.9538186,3.9728422,3.9776554,3.99282,3.8988686,5.0811076,5.1283841,5.107935,5.0876527,4.7801371,4.8014889,4.8326793,4.9392591,4.9318533,3.6053543,3.6790919,3.7169411,3.7098663,3.7992885,3.763864,4.3322663,4.4649959,4.434917,4.4058166,4.2643318,4.3339534,4.4070168,4.4307013,4.4221315,3.9984426,4.0390153,4.078104,4.0779295,4.1239061,4.0617514,4.8875694,4.9845085,4.9490819,4.906249,4.6882424,4.7314963,4.782095,4.8420439,4.8340654,3.8938494,3.9364648,3.9919786,3.9856358,4.0505705,4.0112257,4.5935135,4.7208538,4.6758676,4.5995197,4.4481959,4.5015783,4.5470252,4.5793877,4.5779071,3.9963949,4.0332332,4.0595193,4.0604324,4.0916495,4.0150328,4.9964824,5.0656996,5.0387349,5.0113926,4.7533083,4.7874508,4.8385191,4.9179516,4.9088426,3.9867771,4.0293217,4.0538287,4.0535069,4.0868864,4.0125189,4.9711614,5.0398946,5.013875,4.988997,4.7376108,4.7735858,4.8322244,4.9078298,4.8982863,3.0516789,3.0810871,3.1343496,3.118634,3.1671073,3.1541054,3.3492804,3.4258411,3.3943512,3.3243012,3.2506082,3.2849426,3.3086274,3.3189032,3.3234217,4.059906,4.0867496,4.1350069,4.1453648,4.1796741,4.1143932,4.9736552,5.0782213,5.0342879,4.9705052,4.7417402,4.7766328,4.8154368,4.8849778,4.8802762,4.0019884,4.0419674,4.0754414,4.0755763,4.1157751,4.0477633,4.9355555,5.0209541,4.9891744,4.9539561,4.7196665,4.7595305,4.8115635,4.8789659,4.8701234,3.8431809,3.8696692,3.936904,3.9276948,3.9720001,3.9441309,4.3684883,4.4830446,4.4286838,4.2913861,4.1700668,4.2084742,4.2443385,4.2689166,4.2775273,4.0638371,4.0881367,4.1494861,4.1599431,4.1965909,4.1454916,4.8505383,4.97399,4.9179816,4.8097267,4.622263,4.6586804,4.6961508,4.7499089,4.7514544,1.970309,2.0298753,2.06426,2.0599236,2.1833105,2.178236,2.37568,2.5287588,2.519702,2.4985399,2.5028589,2.5899107,2.6106067,2.6206336,2.6210825,3.2584145,3.3199875,3.3691683,3.3578665,3.4657745,3.4447174,3.8475432,4.0027409,3.9717858,3.9198961,3.8360236,3.9134176,3.9550347,3.9692938,3.9683053,3.7365613,3.8478734,3.8743341,3.870115,3.9423232,3.9085824,4.4513888,4.5556312,4.5307846,4.515265,4.3821816,4.4419956,4.5943198,4.6146183,4.6034241,3.5436974,3.6137707,3.6544001,3.6467004,3.7411733,3.7080164,4.2549219,4.3950281,4.3644648,4.3312898,4.1972957,4.269465,4.3329611,4.3555713,4.3483315,4.0184431,4.0424132,4.1101489,4.1132393,4.1522336,4.1130233,4.6813788,4.8069758,4.7468562,4.6072407,4.4541922,4.4916425,4.5287237,4.5682297,4.574398,4.0231833,4.1069942,4.1197524,4.118454,4.1469951,4.081418,4.9415665,4.9941969,4.973876,4.9597244,4.7365012,4.7718768,4.9030957,4.9679608,4.9570832,2.8253107,2.8961446,2.9378083,2.9298878,3.0563686,3.0410297,3.3984296,3.569201,3.5475523,3.516026,3.4503405,3.5407972,3.5807123,3.5931089,3.5909328,2.8891311,2.9127476,2.9664278,2.9555809,2.9923277,2.9820442,3.1450858,3.2066813,3.1781268,3.1083539,3.0367885,3.0622678,3.0820982,3.0949497,3.1007688,3.9867477,4.0098443,4.0401692,4.0476441,4.0703435,3.9863973,5.0546656,5.123292,5.0946641,5.0620351,4.7811036,4.8075023,4.8420272,4.9355273,4.9282522,2.3269832,2.3939512,2.431458,2.4254832,2.5567019,2.5478313,2.8159294,2.9858856,2.9717195,2.9466217,2.9191377,3.0129559,3.0417638,3.0528352,3.0521605,3.9788632,4.0251651,4.0441618,4.0438085,4.0728364,3.9956756,4.9870791,5.0457253,5.0230541,5.0033832,4.7446723,4.7782235,4.8448982,4.9246988,4.9150734,3.9902804,4.0065036,4.0678186,4.0927343,4.1180577,4.0601373,4.855433,4.9818926,4.9220171,4.7978301,4.5934315,4.6215563,4.6518178,4.7206855,4.7241879,3.8188078,3.882971,3.9185567,3.9128978,3.9818869,3.9345675,4.6170325,4.728796,4.6973548,4.6662769,4.490922,4.5487981,4.6207523,4.6582999,4.6488023,4.0668845,4.0943909,4.1501989,4.1590452,4.1978621,4.1420283,4.8984575,5.015429,4.9651566,4.8806348,4.6790528,4.716979,4.7564993,4.8141866,4.8123903,3.8726816,3.9249113,3.9665358,3.9617505,4.026772,3.9775059,4.6760683,4.7908378,4.7554169,4.7126293,4.5321112,4.5868979,4.6435618,4.6855383,4.677917,3.6815426,3.7400277,3.7856548,3.777916,3.8621907,3.8250179,4.4042163,4.5392051,4.5040898,4.4577856,4.3143311,4.379838,4.4335208,4.4617844,4.4561281,3.3657999,3.389991,3.4512117,3.4372804,3.476881,3.4603879,3.7139404,3.7989743,3.75845,3.6497962,3.5600972,3.5905697,3.6182749,3.633919,3.6428525,4.0002751,4.0398293,4.084496,4.0844712,4.1339531,4.0766907,4.8504472,4.957027,4.917768,4.8653178,4.6610022,4.7061415,4.7543483,4.8086967,4.8021388,3.3728757,3.4417415,3.4851279,3.4766092,3.5820057,3.5547879,4.0416613,4.1942554,4.1646962,4.1278982,4.0147748,4.0927596,4.1464248,4.1650467,4.1599207,3.9562891,4.0062165,4.0388999,4.0363002,4.0852547,4.0238838,4.8451304,4.9364681,4.9054298,4.873343,4.658185,4.703938,4.7660146,4.8229575,4.8134532,3.8276787,3.9008219,3.932539,3.9271569,3.9941781,3.9474218,4.6228571,4.7287402,4.6991796,4.6737347,4.5002952,4.5575209,4.6455479,4.6813493,4.6707692,3.7734649,3.8159754,3.8747001,3.8631809,3.9327292,3.9026239,4.3752451,4.503612,4.4585295,4.371696,4.2486043,4.3032203,4.3452511,4.3671403,4.3689857,3.8581946,3.8776112,3.8885105,3.890897,3.9023671,3.8034892,5.0605607,5.0930533,5.0787039,5.0657773,4.7449431,4.7632017,4.794065,4.9077439,4.9013557,3.2515922,3.3331304,3.3714912,3.3649104,3.4772074,3.4535646,3.9102361,4.0658736,4.0402384,4.0163765,3.9088759,3.9917583,4.0597839,4.0734978,4.0667048,3.2625101,3.3112216,3.3646722,3.3468413,3.43524,3.4193022,3.7147293,3.8438206,3.8098364,3.7404509,3.6712146,3.7335603,3.7681775,3.7764122,3.7800889,3.4480896,3.5007246,3.5550575,3.5405362,3.6325374,3.6108198,3.9983146,4.1390362,4.1022134,4.0327048,3.9427521,4.0094256,4.049499,4.0627394,4.06428,3.835923,3.8844078,3.9350576,3.9285378,3.9998009,3.9591184,4.563797,4.692205,4.6516209,4.590487,4.4361186,4.4936328,4.5424261,4.5755029,4.5715895,4.0206141,4.039897,4.0945206,4.1132741,4.1410623,4.0775976,4.9239335,5.0400767,4.9874048,4.891715,4.6713276,4.7010126,4.7331219,4.8048577,4.8054261,3.9894471,4.0558372,4.0757408,4.0736251,4.1109953,4.0453987,4.9088006,4.9762263,4.9520025,4.9329953,4.7077613,4.7478728,4.8435016,4.9059825,4.8950214,3.9938593,4.1094818,4.126543,4.1234522,4.1634221,4.1156745,4.7881756,4.8541093,4.8318186,4.8176475,4.6476388,4.6896982,4.8707771,4.9102774,4.8983417,3.6349225,3.6428523,3.6448123,3.6462271,3.6498384,3.5398951,4.9984694,5.0085592,5.0038815,5.0000501,4.644043,4.6517496,4.6648397,4.7977796,4.795157,3.8288641,3.8700726,3.8741708,3.8758435,3.8856225,3.7912714,5.0118823,5.034277,5.0243731,5.016717,4.7108645,4.7281289,4.7946649,4.9052968,4.8997602,3.9716682,4.0057077,4.0667892,4.0628533,4.1158924,4.0766902,4.6480255,4.7720232,4.7208943,4.6216025,4.468802,4.5148458,4.5566034,4.5909429,4.5926404,3.7510743,3.8118706,3.8526938,3.8460941,3.9234173,3.8809764,4.5154061,4.6399465,4.6065583,4.5684752,4.4077206,4.4698567,4.5311899,4.5641856,4.5564075,3.884516,3.9332075,3.9790974,3.9744229,4.0397286,3.9925258,4.6670585,4.7865558,4.7483106,4.6970181,4.522727,4.5772943,4.6293025,4.6696577,4.6635056,3.9702625,4.0199327,4.0331759,4.0333166,4.0564814,3.9757643,5.0093403,5.0565853,5.037508,5.0222678,4.7540708,4.7840481,4.8592205,4.9453058,4.9361019,4.0401101,4.0681973,4.131021,4.1339736,4.1773391,4.1331654,4.7592416,4.8832178,4.8280473,4.7176538,4.549839,4.5903759,4.6300063,4.6729946,4.675344,3.9675455,4.0203733,4.04772,4.0454111,4.0888987,4.0238271,4.8838124,4.9644256,4.9363842,4.9102325,4.685092,4.7279201,4.7974567,4.8590431,4.8488798,3.9950078,4.0316367,4.0875783,4.0861135,4.1398029,4.0939689,4.7427635,4.8645444,4.817059,4.7368078,4.5650706,4.612144,4.6562896,4.6977987,4.6960044,4.0300622,4.0608931,4.0969229,4.1014977,4.1342335,4.0611444,5.0021772,5.0860467,5.0523915,5.012177,4.7625527,4.7968807,4.8396282,4.9163265,4.9085102,3.9786465,4.018827,4.0692449,4.0676322,4.1230011,4.0731153,4.7688046,4.8860683,4.8431158,4.7789807,4.5959892,4.6444035,4.6913166,4.7366772,4.7321949,3.8248913,3.8390841,3.8488894,3.8515692,3.8600774,3.7572551,5.0632596,5.0919433,5.078979,5.0672483,4.7355294,4.750864,4.7745929,4.8941746,4.8884592,3.945297,4.039484,4.061645,4.057848,4.1075926,4.0580134,4.7534871,4.8338299,4.8084869,4.790874,4.6125484,4.6604786,4.7967596,4.8365612,4.8245921,2.2761931,2.3307054,2.3685527,2.3582671,2.4684281,2.4595878,2.6404386,2.7755752,2.7596025,2.7273445,2.7182536,2.7916167,2.8131275,2.8204749,2.8209429,3.9338434,3.9639385,4.0289278,4.0229244,4.0717378,4.0379181,4.5413723,4.6625524,4.6086683,4.4891577,4.3513784,4.3940029,4.4328918,4.4624319,4.4676337,4.0531249,4.0847435,4.1366329,4.1417708,4.1845417,4.1278872,4.8925629,5.0052204,4.9592028,4.8881574,4.6844792,4.7250915,4.7674031,4.824008,4.8201976,4.0310402,4.0562444,4.0953274,4.1047983,4.1331859,4.0578675,5.0271745,5.1137619,5.077724,5.0320716,4.7750335,4.8056746,4.8426638,4.9249468,4.9183168,3.8725963,3.894943,3.9652665,3.9588413,3.9970765,3.9689462,4.3959947,4.512815,4.4535079,4.2886753,4.167778,4.2026882,4.2372689,4.2647123,4.2756801,4.0435257,4.0639515,4.1292744,4.1437292,4.1760545,4.1273923,4.8081141,4.9361191,4.8750725,4.7430906,4.5636497,4.5971622,4.6320157,4.6859059,4.6901999,3.7139149,3.7309821,3.7338784,3.7356851,3.7417719,3.6366222,5.0154576,5.0304427,5.0236316,5.0181599,4.6771994,4.6888065,4.7163582,4.8421364,4.8383594,3.9093854,3.9220097,3.9854443,4.0198464,4.040556,3.983881,4.7779007,4.9119253,4.8476892,4.7062335,4.5064044,4.5313749,4.5583658,4.6310377,4.635952,3.9283965,3.9595983,3.9739368,3.9754324,3.9938924,3.9042468,5.0437508,5.0870748,5.0689149,5.0527658,4.7583871,4.7832856,4.8303494,4.9296679,4.9217339,4.0460258,4.0781078,4.1228004,4.1278076,4.1670561,4.1030045,4.9468503,5.0474916,5.0072346,4.9525862,4.7280655,4.7665505,4.8096399,4.8749447,4.8687315,3.0195916,3.0985007,3.138309,3.1316209,3.2544496,3.2361109,3.6437624,3.811393,3.7886183,3.764149,3.6729662,3.7621396,3.8169384,3.8291605,3.8247437,2.8575354,2.9196365,2.9660647,2.9546452,3.0724454,3.0593092,3.359966,3.5173333,3.4932101,3.447473,3.4014096,3.4831674,3.5165796,3.5260823,3.5268955,3.2938042,3.3593297,3.4054279,3.3959055,3.5045805,3.4804893,3.9279382,4.0845218,4.054647,4.0114527,3.9133804,3.9925053,4.0391207,4.055964,4.0527306,3.9674971,4.0273318,4.0345635,4.0351787,4.0530152,3.9714592,5.0165696,5.0532541,5.0377192,5.026361,4.7569084,4.7838993,4.8789473,4.9685564,4.9599752,3.4849768,3.5252128,3.5828969,3.5659728,3.6350763,3.6150782,3.9449844,4.0596828,4.0198183,3.9354188,3.8442099,3.8952935,3.9302697,3.9425168,3.9468367,3.6283648,3.6848109,3.734334,3.7251506,3.8133693,3.7808287,4.3073106,4.4481587,4.4115438,4.3566394,4.2292261,4.2962866,4.3448777,4.3688359,4.3653855,3.8715434,3.8905165,3.9619544,3.966557,3.99843,3.9658787,4.4513407,4.5716772,4.5090909,4.3363628,4.2059817,4.2376223,4.2695236,4.3067856,4.3167377,3.8965104,3.9299588,3.9398177,3.9412553,3.9565001,3.8644764,5.0401287,5.075048,5.0601087,5.0476885,4.7466822,4.7691469,4.8209167,4.9247713,4.9175043,3.8396831,3.9733965,3.9948776,3.9910636,4.0491934,4.0163136,4.5422153,4.6276946,4.6052189,4.5923667,4.4661269,4.5173168,4.7207913,4.7404146,4.7288175,4.025363,4.0461922,4.095654,4.1133332,4.1410484,4.0718689,4.9834652,5.0895929,5.0434275,4.9721761,4.7326565,4.7621541,4.7951598,4.8732953,4.8706012,2.6624241,2.7167938,2.7615132,2.7469261,2.8535409,2.8437812,3.0504332,3.1861746,3.1641972,3.118573,3.0903687,3.1616528,3.1889193,3.1947067,3.1970434,4.0054722,4.0351062,4.0630245,4.0665412,4.0933137,4.0127711,5.0359344,5.104125,5.0763602,5.0465627,4.7767248,4.8072696,4.8497896,4.9361119,4.9276404,3.9238102,3.9752946,4.0118942,4.0083175,4.0645881,4.0087037,4.7742252,4.8761473,4.8430977,4.8068495,4.6071401,4.6571116,4.7175279,4.7673497,4.7584338,2.1509671,2.2197876,2.2536135,2.2491219,2.382091,2.3748429,2.6303806,2.8037274,2.7922273,2.7745211,2.7407205,2.837404,2.8658102,2.8771753,2.8764291,3.8979793,3.9129667,3.9811203,4.0058837,4.0305376,3.9851322,4.6385856,4.7696505,4.7046146,4.5475717,4.3797984,4.4076238,4.4370451,4.495079,4.5017438,3.9703877,3.9900744,4.0234184,4.0349317,4.0558443,3.9712892,5.0539565,5.1269464,5.0962682,5.0594802,4.7757392,4.799942,4.8303757,4.926868,4.9206281,4.026608,4.0486345,4.0926847,4.1075616,4.1344452,4.0607057,5.0188785,5.1145663,5.0738602,5.0178704,4.7648125,4.7939181,4.8277388,4.9104447,4.905529,3.9331548,3.9952929,4.0237732,4.0200977,4.0715356,4.0135236,4.8008661,4.8896093,4.8609414,4.8354239,4.6303182,4.6783152,4.7582235,4.8094168,4.79881,3.9398992,3.9594057,3.9831145,3.9899206,4.0069776,3.9156446,5.0728288,5.1274595,5.1043038,5.0797982,4.7781262,4.8000731,4.8303585,4.9343781,4.9273176,3.9606197,3.9785149,4.0485339,4.062778,4.0924902,4.0516024,4.644259,4.7729893,4.7081509,4.5457449,4.3902607,4.4216237,4.4540343,4.5021014,4.5097442,3.7150865,3.7498147,3.811692,3.7987299,3.8562925,3.8305707,4.2324672,4.3469224,4.3003941,4.1981697,4.0853229,4.1310792,4.1680255,4.1872663,4.19239,2.6968472,2.7721934,2.8113852,2.8052094,2.9365056,2.9236553,3.2681103,3.4438477,3.4252672,3.4014938,3.3346245,3.4289176,3.4707408,3.4822035,3.4800439,3.6410084,3.7212608,3.7561638,3.7498136,3.8355505,3.7994919,4.3725023,4.4987664,4.4697061,4.4449396,4.3015327,4.369319,4.4559927,4.4792948,4.4696345,3.9594724,3.9875908,4.0070319,4.009439,4.0300136,3.9422176,5.052495,5.1043439,5.0827098,5.0617819,4.7723608,4.7986312,4.8405004,4.9369173,4.9286861,3.9122348,3.9913604,4.0174732,4.0132275,4.0683002,4.0168605,4.7352486,4.8245931,4.797235,4.7760787,4.5905867,4.6413331,4.7476516,4.7894158,4.7779479,5.1841931,5.1820335,5.3532705,5.4788752,5.4596362,5.4544449,5.9031935,6.2559457,6.1554008,6.0739799,5.8870573,5.9265709,5.9563851,6.0506296,5.8982768,4.7125716,4.7088962,4.8903561,5.0355973,5.0115571,5.0210805,5.4346085,5.8391871,5.7319331,5.6473756,5.4747825,5.5082879,5.5335393,5.6292338,5.5081348,7.624433,7.6502337,7.5348835,7.5853114,7.5925546,7.5158525,8.0822401,8.1767607,8.1278172,8.0957069,7.7466893,7.8947582,7.943655,8.0242863,7.6848865,4.6487417,4.658783,4.7808833,4.9551549,4.9624872,4.931407,5.5870619,5.9548569,5.8308077,5.7775059,5.5490584,5.5917373,5.6262074,5.7336493,5.6444526,5.3454714,5.3406968,5.5147128,5.6093998,5.5746536,5.5655594,5.9600601,6.2782021,6.1931067,6.0996299,5.9309444,5.966702,5.9926515,6.0798182,5.90238,5.7419086,5.7616181,5.8128161,5.8713679,5.8805976,5.8090177,6.5549655,6.7043939,6.6444983,6.6052213,6.3173862,6.3827796,6.4247909,6.5302615,6.3708291,6.532805,6.553319,6.593019,6.6586566,6.6672459,6.5977597,7.2486501,7.4020567,7.3385973,7.2957301,7.0069561,7.08531,7.132504,7.2288284,6.9753761,6.3368931,6.3412991,6.4716272,6.5727868,6.5669384,6.5330729,7.0337086,7.295846,7.205945,7.1368332,6.9119854,6.9684215,7.0093336,7.0975642,6.8374429,7.268609,7.2906113,7.3080101,7.3805733,7.3891416,7.3184366,7.9088612,8.05655,7.9929681,7.9496922,7.6542273,7.7450399,7.7958221,7.8840733,7.5291257,6.1623173,6.1845918,6.2040572,6.2547498,6.2642827,6.1877904,6.9078565,7.0351834,6.9810529,6.9448915,6.6422505,6.7224202,6.7671928,6.8687453,6.672121,7.5208855,7.5120897,7.6549425,7.7515736,7.7284307,7.6940165,8.0628042,8.3182306,8.2301645,8.1443024,7.9521289,8.0049524,8.0426006,8.1113625,7.6657338,7.515173,7.533751,7.5744548,7.6604528,7.6671133,7.6030264,8.1479263,8.3190422,8.2476473,8.1979103,7.9183607,8.00278,8.0537853,8.1368942,7.7313504,6.8813257,6.8787708,7.0217662,7.1190014,7.1017013,7.0717368,7.4897637,7.7550354,7.6664042,7.5856214,7.3810563,7.4349556,7.4736271,7.5507765,7.2062387,6.0365086,6.0319467,6.1975451,6.2901878,6.2624927,6.2440524,6.6494274,6.9429126,6.8565745,6.7676544,6.5839896,6.627584,6.6593137,6.7428889,6.4982252,4.816257,4.8112888,4.9896927,5.0938649,5.0557256,5.0561223,5.4367127,5.7833109,5.6963043,5.6012974,5.4435201,5.4736109,5.4952979,5.5846181,5.4498262,4.7429624,4.7617974,4.793581,4.8265243,4.835978,4.746944,5.7511697,5.843617,5.8065834,5.782486,5.4676156,5.5136962,5.5437016,5.6638923,5.5983424,9.0506887,9.0649834,9.0939369,9.2148857,9.2180996,9.157321,9.5857182,9.7644806,9.6865492,9.6303301,9.3641329,9.4524574,9.5050364,9.5661869,8.8714581,7.1519408,7.1387997,7.3012671,7.3869543,7.3548703,7.3216186,7.6688504,7.9309273,7.8467989,7.7542582,7.583282,7.6291003,7.6619754,7.7384601,7.3416185,8.1687956,8.1920424,8.181838,8.268425,8.2769299,8.2051535,8.7307749,8.87257,8.8087959,8.7655945,8.4637537,8.5677547,8.6214924,8.6998672,8.1993046,5.0177646,5.0209718,5.1748056,5.3326755,5.3302455,5.3183465,5.8534384,6.2298355,6.1126366,6.0461183,5.8362246,5.8799496,5.9142118,6.0159888,5.8893309,8.5748558,8.5627832,8.677659,8.7882242,8.7673702,8.7222776,9.0645437,9.2980337,9.2076769,9.1247473,8.9281311,8.9849644,9.0247726,9.0802698,8.4555674,6.4368758,6.4608755,6.4087386,6.4457912,6.4549847,6.374012,7.0749898,7.1707511,7.1263065,7.0966668,6.7659364,6.8775034,6.9220796,7.0183916,6.8227806,4.4846945,4.502018,4.5135069,4.5314016,4.539525,4.4419384,5.5593438,5.6183057,5.5937791,5.5773025,5.2449799,5.2873535,5.3123641,5.4364538,5.3930731,5.5697894,5.5624313,5.7419167,5.8181448,5.7721992,5.7595601,6.1085024,6.4067225,6.3313146,6.2292075,6.0760403,6.1096644,6.1336174,6.2168565,6.0076337,5.7817097,5.7840862,5.9314313,6.0429773,6.0346031,6.0106616,6.5127559,6.8093505,6.714005,6.6422019,6.4290071,6.4786081,6.5156693,6.6088176,6.4098449,4.576066,4.5887122,4.6924338,4.8422971,4.851429,4.8063097,5.5437551,5.8573861,5.747911,5.7002044,5.4571295,5.4985428,5.5320892,5.6417499,5.5644894,4.6669536,4.6702728,4.8280778,5.0283341,5.0278163,5.0263166,5.5490355,6.0010309,5.8621659,5.7974706,5.5941029,5.6349688,5.667686,5.7713962,5.6662655,5.7942457,5.8168669,5.8124228,5.8484926,5.8580961,5.7751536,6.5686078,6.6697245,6.6254921,6.595994,6.2789826,6.3617001,6.4027519,6.5084648,6.3655214,4.2707419,4.2863846,4.3386884,4.3940487,4.4039006,4.3209829,5.3733053,5.504735,5.4560833,5.4290032,5.1294212,5.1606026,5.1862664,5.3080764,5.2656593,9.9029408,9.8822098,9.9623432,10.097713,10.074504,10.018003,10.315901,10.525307,10.431787,10.349597,10.149823,10.205578,10.245558,10.282195,9.391613,5.4507489,5.4721274,5.4417529,5.464983,5.4739795,5.3849654,6.2566562,6.3331251,6.2988653,6.2758784,5.9436235,6.0290322,6.0650854,6.1745076,6.0785513,10.36005,10.346219,10.402502,10.554893,10.538477,10.483903,10.783272,10.98207,10.89142,10.814342,10.60871,10.671536,10.712566,10.742595,9.748601,6.9898939,7.0142169,6.9991946,7.0557742,7.065084,6.9885349,7.6238031,7.7455878,7.6908474,7.6541519,7.3407779,7.4417095,7.4910688,7.5830936,7.2877431,8.6457357,8.6651573,8.6767941,8.7823715,8.7890425,8.7225742,9.1973658,9.3591986,9.2879229,9.2384834,8.9549408,9.0506315,9.1045036,9.1746664,8.5703335,7.7989635,7.8127818,7.8738837,7.9724021,7.9755845,7.9188876,8.4126978,8.6064739,8.5277596,8.4707098,8.2079954,8.2870197,8.3373308,8.4134855,7.951107,3.4616237,3.4567623,3.6315527,3.7191012,3.6618638,3.6808069,3.9432645,4.2937393,4.2285848,4.1289806,4.0207434,4.0342078,4.0429659,4.1275373,4.0618548,6.2716532,6.2714257,6.4196296,6.5200162,6.505425,6.4796252,6.9338512,7.2139187,7.1235218,7.0456409,6.8389001,6.8900647,6.9274182,7.0127678,6.7516961,6.7128544,6.7298031,6.7939329,6.8733354,6.8797636,6.8188443,7.4157362,7.5981536,7.525537,7.475503,7.2033801,7.2769175,7.3244224,7.4163713,7.128499,5.6421318,5.6402655,5.8040357,5.9112248,5.8914671,5.8764663,6.3237047,6.6367569,6.5437822,6.4617362,6.2691894,6.3127956,6.3451829,6.4352288,6.2404141,7.0148544,7.0228057,7.1259098,7.2233229,7.2215643,7.1769438,7.6744809,7.9039969,7.8187342,7.754374,7.5135016,7.5792613,7.6247478,7.7069297,7.3598862,9.1556969,9.1635523,9.2145519,9.3417406,9.3401442,9.2854586,9.6819191,9.8781137,9.7945833,9.7308884,9.4831562,9.5632114,9.613183,9.6680565,8.9440155,6.8963675,6.9092407,6.9927592,7.0828314,7.0859818,7.0331531,7.5786829,7.7855983,7.7058406,7.6489177,7.3918381,7.4618926,7.5089617,7.5959339,7.274116,3.514919,3.5118561,3.6639006,3.698328,3.6216629,3.6160696,3.8388188,4.0985069,4.0594234,3.9470899,3.8658118,3.8749571,3.8789914,3.9523234,3.8720772,4.4927969,4.5090308,4.5746889,4.6471672,4.6573501,4.5833998,5.5227637,5.6913276,5.6290398,5.5951805,5.3114042,5.348763,5.3786836,5.4957995,5.4380026,9.7204714,9.7434511,9.6957645,9.8194294,9.8271313,9.7552652,10.182159,10.316002,10.251742,10.209,9.9062195,10.024508,10.079821,10.141317,9.3327465,8.0444689,8.0468922,8.1449947,8.25389,8.2465181,8.202281,8.6182308,8.8461132,8.7585297,8.6872492,8.4579039,8.5254402,8.5712862,8.636796,8.1173677,6.3402605,6.3306408,6.5069332,6.5873837,6.5496402,6.5287828,6.8823476,7.1647296,7.0846524,6.9875197,6.8227253,6.863627,6.8931789,6.9737873,6.6829295,5.2729588,5.2907729,5.3585782,5.424747,5.4340544,5.3653755,6.1556325,6.3220458,6.2582555,6.2184443,5.9387717,5.9930143,6.0313172,6.141017,6.0237622,4.8056006,4.824543,4.8202653,4.8376961,4.8462744,4.7507925,5.7822156,5.8445535,5.817667,5.799686,5.4660664,5.5239573,5.5533128,5.6727767,5.6156602,5.6891651,5.7007017,5.8081651,5.9055815,5.9100614,5.8637562,6.4910932,6.7300677,6.6445479,6.5895443,6.3417764,6.3974457,6.4383621,6.5390668,6.3674722,4.6788211,4.6941657,4.7760129,4.8703203,4.8801856,4.8171635,5.6535268,5.8669333,5.7894254,5.7487249,5.4813242,5.52316,5.5563769,5.6694498,5.5952053,4.9818015,5.000711,5.0514126,5.1012115,5.1110711,5.0322094,5.9259167,6.0563946,6.0053196,5.9731407,5.6773109,5.727262,5.7617989,5.87672,5.788867,5.137898,5.1586795,5.1728764,5.2033334,5.2128491,5.1251955,6.0452819,6.1362743,6.0978847,6.0724349,5.7554946,5.8174224,5.8522005,5.9666791,5.8779936,5.0081067,5.0239396,5.1063242,5.1899581,5.1991553,5.1367779,5.9261446,6.1256409,6.0521226,6.0095959,5.741178,5.789176,5.8254943,5.9361753,5.8377275,9.7005482,9.6998034,9.7577248,9.897541,9.88972,9.8372822,10.185055,10.386859,10.299558,10.229105,10.001449,10.074704,10.121027,10.164034,9.3195982,4.2440252,4.2587314,4.3260188,4.4178867,4.4282756,4.3559971,5.3220744,5.5194044,5.4482236,5.4148502,5.1349816,5.1671319,5.1942611,5.3124037,5.2666445,5.4162979,5.4370747,5.4712501,5.5156837,5.5254602,5.4457026,6.2775512,6.3980718,6.3486428,6.3162403,6.0146127,6.0778179,6.1165218,6.226903,6.1064553,4.4525967,4.4694142,4.5190101,4.5666018,4.5763416,4.4922056,5.5175514,5.6370945,5.5917792,5.5648041,5.2620292,5.2978225,5.3253179,5.446435,5.394938,5.0211978,5.0281501,5.1642394,5.3128934,5.3158159,5.2906318,5.8879266,6.2297096,6.1175294,6.0576148,5.8336964,5.8793669,5.9153318,6.0195055,5.9004569,8.6222668,8.5892591,8.662384,8.7491388,8.7047405,8.5911398,8.9174013,9.1182184,9.0285168,8.9414244,8.809041,8.8450813,8.8649445,8.9752369,8.3308744,5.3340154,5.3357596,5.491868,5.6233168,5.6157475,5.6006274,6.1093383,6.4469213,6.3424549,6.2711477,6.0638204,6.1090302,6.1436391,6.2412057,6.0855017,5.1802468,5.1934247,5.2945294,5.3965054,5.403913,5.3532882,6.0576806,6.2980986,6.2122145,6.1626587,5.9097252,5.959518,5.997479,6.104394,5.9854884,5.2995524,5.3093519,5.4290366,5.5458703,5.5502911,5.5115004,6.1442013,6.4217896,6.3262701,6.2699895,6.0315461,6.0814686,6.1197338,6.2233624,6.0870714,6.1564455,6.1701365,6.2608209,6.3468361,6.3518662,6.2987247,6.9114408,7.1214833,7.0426874,6.9893842,6.7314296,6.7945619,6.8385606,6.9352155,6.7139049,3.0184855,3.0134804,3.1558788,3.198875,3.1267219,3.1272368,3.3410378,3.6057837,3.5606141,3.4559183,3.3752623,3.3800821,3.3805048,3.4490848,3.3950467,10.347919,10.365336,10.339709,10.48923,10.495031,10.425529,10.805329,10.9525,10.881434,10.83402,10.558834,10.662775,10.71648,10.767093,9.7960424,4.8571296,4.8510451,5.0395904,5.0956864,5.032618,5.0257812,5.314517,5.6059995,5.5489798,5.4373612,5.3211923,5.3457975,5.3632593,5.4496465,5.2904115,4.9522481,4.9627337,5.0802441,5.2147093,5.2212076,5.1827459,5.8498473,6.1520934,6.0485592,5.9950042,5.7572427,5.8032174,5.8395019,5.9462767,5.8399448,4.2200422,4.2144794,4.3952012,4.5027971,4.4567246,4.4679575,4.8043094,5.1737776,5.0898914,4.9914088,4.853035,4.8754911,4.8910437,4.9797029,4.8803144,4.4668899,4.4838266,4.5220327,4.5567646,4.5659604,4.4755816,5.5480595,5.6401448,5.6045895,5.5821481,5.2660618,5.3023863,5.3283644,5.4523063,5.4022522,8.1905365,8.1730261,8.3043604,8.4022264,8.3737736,8.3246775,8.6574326,8.8957968,8.8074369,8.7198086,8.5441027,8.5939035,8.628808,8.6955786,8.1351509,9.5087528,9.4836626,9.5703707,9.6909313,9.6594486,9.5948515,9.8905668,10.105076,10.016687,9.9321022,9.7659111,9.8171959,9.8517017,9.9015694,9.0863543,4.0851421,4.0803704,4.2693138,4.4230843,4.3883643,4.4150214,4.7583718,5.2051921,5.1003976,5.0106435,4.8624978,4.8873234,4.9055467,5.0003524,4.9102402,8.8900414,8.8842669,8.9777927,9.0984564,9.0848017,9.0385427,9.3946123,9.6181889,9.5283689,9.4513626,9.2376661,9.3019361,9.3455524,9.3967371,8.7159557,6.5095267,6.4947267,6.6718283,6.7408614,6.6990361,6.6599078,6.9876871,7.2484746,7.1744776,7.075376,6.9338522,6.9720645,6.9991603,7.0990014,6.7792115,7.7529678,7.7494545,7.8725219,7.9762549,7.9612689,7.9233956,8.3165216,8.561656,8.4725904,8.3936977,8.1831255,8.2427444,8.284523,8.3510485,7.8744259,5.7873158,5.7942262,5.9228754,6.0308852,6.0300636,5.9957275,6.5548029,6.8268924,6.7342024,6.6709285,6.4403558,6.4938016,6.5335703,6.6301565,6.4395123,3.3318253,3.3279502,3.4736152,3.5148704,3.441004,3.4375362,3.6683919,3.9343665,3.8893001,3.7796645,3.6948357,3.7020152,3.7040081,3.774219,3.7059484,5.4974232,5.5128455,5.5988665,5.6807914,5.6885476,5.6301355,6.337913,6.5391736,6.4642062,6.4172754,6.1526103,6.2084813,6.2487817,6.3541079,6.2097893,4.5689912,4.5693002,4.7424026,4.9469385,4.9394894,4.9524207,5.415309,5.8983579,5.7592616,5.6883783,5.4982653,5.5359383,5.56568,5.6674328,5.5608339,6.6386509,6.6316967,6.7932458,6.8830271,6.8551197,6.830616,7.2134051,7.4900246,7.4044695,7.3147922,7.1307087,7.1776199,7.2114978,7.2892542,6.9686699,4.0191097,4.0307789,4.0480714,4.0630684,4.0693278,3.964906,5.2661934,5.30619,5.2911506,5.280951,4.9340625,4.9562016,4.9709349,5.104938,5.0816889,4.7766709,4.7707987,4.9457965,5.0176482,4.9623542,4.9562378,5.285398,5.5936122,5.5240974,5.4174347,5.2818332,5.3065133,5.3231659,5.4061975,5.2627106,7.549386,7.5264573,7.6633358,7.7407284,7.7032466,7.6315188,7.967237,8.1979904,8.1133204,8.0225592,7.8722076,7.9116454,7.9381251,8.0411901,7.5807261,6.2936254,6.3028631,6.4136958,6.5097957,6.510386,6.4671717,7.020175,7.2585316,7.1726856,7.1116977,6.8698897,6.9303398,6.9734921,7.0656013,6.8193741,5.9963574,6.0135541,6.0843916,6.1575985,6.1652794,6.1027565,6.7756853,6.9559226,6.8858671,6.8394938,6.5665359,6.6315918,6.6753449,6.7761397,6.5811124,4.3863778,4.3836761,4.5680556,4.7620897,4.7439718,4.767303,5.1720634,5.6618366,5.5314302,5.4526849,5.2791896,5.3116879,5.3367267,5.4360337,5.3338838,4.9328642,4.932354,5.1023469,5.260674,5.2498231,5.2502723,5.7251835,6.1254373,6.0090241,5.9346147,5.7408557,5.7807689,5.8116641,5.9108019,5.7822795,4.4753404,4.489778,4.5754781,4.6940804,4.7042828,4.6451912,5.4803443,5.7321849,5.6422276,5.600934,5.3408675,5.3794751,5.4110842,5.524045,5.4600039,4.8428736,4.8562927,4.9552031,5.0698247,5.0785174,5.0270967,5.7738657,6.0307212,5.9396482,5.8924861,5.6399574,5.6847849,5.7201872,5.8298569,5.7385225,5.3644919,5.3702927,5.5088844,5.6360331,5.6356125,5.6090169,6.1760483,6.4869065,6.3848758,6.3213882,6.0979729,6.1464524,6.1836724,6.2841158,6.134057,4.7983437,4.8156538,4.8808861,4.9457808,4.9557085,4.882513,5.7685351,5.9277973,5.8677545,5.8323655,5.5479412,5.592319,5.6256623,5.7406077,5.6629519,4.6919136,4.6985588,4.8392944,5.0282784,5.0324459,5.0160694,5.6015768,6.0128264,5.8798909,5.8208022,5.6051369,5.6476278,5.6818547,5.7874184,5.6882954,7.1145821,7.1172557,7.2378769,7.338201,7.3298817,7.2921543,7.7442245,7.9908271,7.9025931,7.8304682,7.6061263,7.6673069,7.7103796,7.7878652,7.4182062,10.772974,10.776867,10.791985,10.96094,10.957273,10.897707,11.219925,11.393733,11.310519,11.247206,11.007261,11.089967,11.13688,11.171017,10.083281,8.4785166,8.5041332,8.434845,8.5154295,8.5227556,8.4471741,8.9582605,9.0749044,9.0168896,8.978303,8.6511059,8.7796307,8.8328438,8.9077454,8.381134,5.7460938,5.7365837,5.9296637,5.9947376,5.9444737,5.929193,6.2432036,6.5274253,6.4610734,6.3545175,6.22082,6.2555671,6.2804327,6.3696384,6.1341405,10.804784,10.815617,10.805526,10.973697,10.974513,10.910061,11.249758,11.408255,11.330079,11.27512,11.017351,11.108924,11.159424,11.199288,10.109618,7.909811,7.918232,7.9994545,8.1047058,8.1032467,8.0535278,8.5084219,8.7217722,8.6376905,8.5735435,8.327467,8.4005795,8.4489641,8.5199203,8.0307293,4.9315863,4.8913827,5.1211557,5.4437084,5.4488106,5.4325528,5.7735457,6.3668451,6.1010423,6.0091004,5.8883305,5.9125466,5.9180803,6.0844398,6.0330067,4.7258134,4.6930881,4.912612,5.2741857,5.2764554,5.2580118,5.5950809,6.2550755,5.9683986,5.882309,5.7613888,5.7821722,5.7956085,5.944098,5.8901095,4.0265346,4.0109878,4.1802177,4.6144571,4.6029878,4.5798302,4.8838062,5.6891379,5.3642526,5.2947512,5.1671424,5.1666479,5.1857114,5.2911124,5.2299285,6.8961549,6.7258563,7.165184,7.2392216,7.2397819,7.2398105,7.5429192,7.8198476,7.6163149,7.4988241,7.4011011,7.4249353,7.3887029,7.536283,7.4582481,6.31985,6.1903386,6.644896,6.7193246,6.7081103,6.6970868,6.9745212,7.2449889,7.0812879,6.977973,6.8663187,6.880981,6.8865566,6.9633808,6.870018,4.4814382,4.4536099,4.6548295,5.0431595,5.0486507,5.0321746,5.3666492,6.071703,5.7691021,5.684309,5.5681939,5.5929852,5.6053181,5.7647038,5.7212143,4.528584,4.512887,4.7033949,4.9998636,4.9768496,4.9540043,5.2686276,5.8371592,5.6206703,5.5370717,5.3762369,5.3689404,5.3893094,5.492177,5.4204483,5.9537396,5.8659472,6.1900735,6.3548799,6.3591986,6.3501487,6.684248,7.0555763,6.8535271,6.7481952,6.6279473,6.6520276,6.6362662,6.8107338,6.7425146,5.6756105,5.6084051,5.9138646,6.1139145,6.1124177,6.0969391,6.427628,6.8470368,6.6408901,6.5404878,6.4085736,6.4276867,6.433023,6.5812907,6.5075932,5.5233197,5.4475384,5.7223215,5.8829064,5.8969579,5.8960352,6.2551379,6.5979643,6.408977,6.3138628,6.2130404,6.2405639,6.173624,6.4157248,6.3693838,4.2536445,4.2240024,4.4149804,4.7754083,4.7819023,4.7704773,5.0757637,5.7295504,5.4466639,5.366972,5.2783828,5.3056207,5.2883229,5.5001431,5.4699974,5.3548069,5.0773301,5.701405,5.6603537,5.6411891,5.6313672,5.8013763,5.9256516,5.8390551,5.7721863,5.7111225,5.7100892,5.7135291,5.3162122,5.2362061,7.2567396,7.0333128,7.559689,7.5957947,7.5853648,7.5830421,7.8413696,8.0909748,7.8835034,7.7635889,7.6808152,7.6989474,7.6812625,7.7428255,7.6552868,5.4545064,5.4001122,5.7147107,5.8530688,5.8300281,5.8118663,6.1136584,6.4628515,6.3116345,6.212378,6.0723729,6.0791879,6.0961409,6.2072768,6.1198378,5.4921856,5.4318295,5.7733207,5.8800001,5.8527603,5.8366618,6.1245689,6.437387,6.3031669,6.203001,6.0698152,6.076417,6.093071,6.1952715,6.1046553,5.1256199,5.0812984,5.3307643,5.6277332,5.6292691,5.6114783,5.9507346,6.5064511,6.2557302,6.1630893,6.0349879,6.0552921,6.0651712,6.2170181,6.1554046,7.1235766,6.9257317,7.4074011,7.4626689,7.4580278,7.4572802,7.7395339,8.0032482,7.795435,7.675344,7.584589,7.6061196,7.5777125,7.6891756,7.6060834,5.9007363,5.8068404,6.1183615,6.256525,6.2694883,6.2702661,6.6237555,6.9479356,6.7584805,6.6568561,6.5531025,6.5817327,6.5218663,6.7479072,6.6932969,4.4774375,4.4460497,4.6469841,5.0220742,5.028533,5.014287,5.3366671,6.0178461,5.7219877,5.6357527,5.5295897,5.5565095,5.55934,5.7405267,5.7021017,5.5746799,5.4216399,5.9652033,5.9773874,5.9507065,5.9427876,6.1588726,6.3556437,6.2565622,6.1709414,6.0812979,6.0876803,6.0992098,6.0095015,5.9168458,5.7037115,5.6360555,5.9671621,6.1212854,6.1091518,6.0919085,6.4047465,6.768415,6.5942144,6.4943767,6.3574438,6.3699508,6.3833408,6.5052161,6.4196634,3.8507764,3.8415723,3.9955075,4.4493628,4.438693,4.417407,4.7164807,5.5575223,5.2241802,5.1591306,5.0221848,5.0161815,5.0357552,5.1348257,5.0763702,4.1006346,4.0814462,4.2666106,4.714838,4.7105718,4.6899109,5.0009284,5.8299093,5.4845181,5.4136462,5.3070159,5.3185978,5.3373032,5.4582825,5.4031553,6.7327266,6.5606241,7.0583115,7.1128931,7.1039057,7.0971045,7.3641644,7.6195879,7.4388304,7.3295875,7.2323203,7.2490711,7.2447629,7.3087311,7.2180982,5.6574674,5.5819049,5.8670979,6.0547385,6.0641661,6.057292,6.40486,6.7968187,6.5895486,6.4882421,6.3754411,6.4022675,6.3690248,6.5748692,6.5195174,6.1643314,6.0285234,6.5176063,6.569108,6.5522213,6.5403514,6.7982287,7.0403028,6.8969445,6.7994094,6.6933546,6.704061,6.7140183,6.7426047,6.644515,6.0942073,5.9913454,6.4005861,6.4976211,6.4853854,6.4720874,6.7623835,7.0576439,6.8958049,6.7934833,6.671392,6.6853662,6.6944833,6.7928939,6.7007942,6.6376352,6.4042807,7.0129814,7.0145168,6.9969029,6.9891438,7.2053795,7.4018378,7.2446761,7.1477709,7.0754666,7.084115,7.0854049,6.9803624,6.8883691,6.9303689,6.7253227,7.266356,7.299952,7.2879362,7.2822504,7.5315113,7.7694979,7.5848346,7.4744349,7.3887534,7.4038825,7.3984699,7.4227757,7.3314276,4.3929973,4.3684287,4.570425,4.9833026,4.9823065,4.9625998,5.2877541,6.0425878,5.723371,5.6456928,5.5322075,5.548748,5.5662785,5.6995139,5.6450391,5.4880409,5.4335461,5.7339606,5.9174495,5.9041724,5.8849711,6.20365,6.6053004,6.4234691,6.3261285,6.1841617,6.1946688,6.2105594,6.3333354,6.2504401,6.1499887,5.9546185,6.5338922,6.5430555,6.5247073,6.5140438,6.7350793,6.9268579,6.796504,6.7080255,6.6240869,6.6307049,6.6379046,6.5279436,6.4320083,5.9443207,5.798862,6.3197889,6.3498096,6.3282681,6.3168492,6.5546894,6.7702532,6.6474962,6.5561962,6.4578443,6.4654126,6.4767962,6.4478836,6.3486805,6.9331675,6.6553464,7.3028398,7.2846365,7.2617965,7.2559209,7.4552889,7.6431689,7.4725599,7.3715987,7.3159761,7.3231621,7.3197298,7.1741543,7.0859962,6.8985806,6.6696997,7.2553525,7.2682886,7.2521744,7.245832,7.4743681,7.6902165,7.5144496,7.408833,7.333303,7.3449717,7.3426366,7.3007207,7.2085829,5.9736567,5.6673779,6.3366194,6.2928834,6.2736802,6.265111,6.4371982,6.5733113,6.4573555,6.3829217,6.3318048,6.3326516,6.334527,5.9642787,5.8857765,5.6129613,5.5455804,5.8332357,6.0485253,6.0528893,6.040236,6.3800144,6.8163433,6.5986314,6.4974833,6.3732119,6.3968611,6.3902092,6.5625153,6.4988976,6.2974601,5.9878292,6.6646857,6.6232061,6.6030483,6.5968599,6.7739487,6.92454,6.7928734,6.7120924,6.6660514,6.6695695,6.6713367,6.3476324,6.2704368,6.6125379,6.4688106,6.8613005,6.9542627,6.9607272,6.9623814,7.2884045,7.5778785,7.3788314,7.2655778,7.1641941,7.1902919,7.1407256,7.3260374,7.2565126,6.1372347,6.038126,6.401135,6.5367389,6.5354791,6.5249963,6.8424869,7.1821122,6.9917016,6.8853116,6.7631855,6.7839403,6.7790327,6.9256153,6.8468981,7.0160241,6.75912,7.3749838,7.3725247,7.3528433,7.3470874,7.5616484,7.7664289,7.5874419,7.481472,7.4164934,7.4263344,7.4224224,7.3400936,7.2493768,6.6628346,6.4729309,7.016964,7.0497055,7.0364165,7.0284724,7.273931,7.503583,7.336164,7.2327366,7.1436472,7.1565762,7.157547,7.1581831,7.0643673,4.7408686,4.7148833,4.9325671,5.2381873,5.2230239,5.1995802,5.5220857,6.1001034,5.8652182,5.7804055,5.633357,5.6357474,5.6557479,5.7691832,5.6959963,4.1262097,4.1071362,4.288435,4.7211008,4.7124052,4.6896214,4.9981837,5.7992773,5.47013,5.3987994,5.2803349,5.2857389,5.304708,5.4174643,5.3570929,5.3581219,5.2963815,5.6645532,5.7389846,5.7038412,5.6919003,5.9586902,6.2389798,6.1285868,6.0287137,5.9083076,5.915031,5.9317679,6.0208259,5.9300413,2.7109621,2.7066836,2.8254378,3.3665438,3.3636663,3.3502817,3.5908113,4.730402,4.2425098,4.2003989,4.1678486,4.1803274,4.1961775,4.2979517,4.2668214,6.5383892,6.2692547,6.9188137,6.8982973,6.8780837,6.8706765,7.0662379,7.2394323,7.0920086,7.0015359,6.942143,6.9477592,6.9486823,6.7475033,6.660398,6.5774579,6.4387889,6.8468618,6.9430795,6.9441819,6.9403353,7.2500787,7.5473185,7.3520474,7.2393641,7.1319413,7.1551638,7.1313396,7.2826533,7.2049417,6.922832,6.7383895,7.2314363,7.2863135,7.279254,7.2749014,7.5470462,7.8071346,7.6135859,7.4992223,7.4050512,7.4239011,7.4110985,7.4941006,7.4065738,4.9313617,4.8828435,5.1096182,5.364572,5.3744631,5.3654256,5.704988,6.1829519,5.9562821,5.8659072,5.7666121,5.794961,5.7588544,5.9855647,5.9470348,6.3961902,6.1900296,6.7750964,6.7859612,6.7691188,6.7596679,6.9834309,7.1825171,7.0374422,6.9441581,6.8628683,6.8711915,6.8759212,6.7856975,6.6911035,3.184458,3.1715443,3.3047013,3.8301904,3.8221366,3.8017282,4.0632014,5.1138105,4.6720014,4.6187196,4.549355,4.5549898,4.569911,4.6715078,4.6271238,5.918189,5.8265729,6.2277837,6.320446,6.302876,6.2883663,6.573842,6.864552,6.7158413,6.6154575,6.490881,6.5020328,6.5150037,6.6061401,6.5117111,4.1860609,4.1648784,4.3505726,4.7867398,4.7889328,4.7708573,5.0980134,5.8983154,5.5612869,5.4854536,5.3764472,5.3974314,5.4150968,5.5555544,5.5109615,6.0094876,5.765676,6.3908095,6.3735266,6.3546605,6.3443127,6.5406322,6.7008328,6.5814376,6.5009804,6.4317527,6.434896,6.43962,6.2008128,6.1110821,5.3580232,5.3066373,5.5802493,5.8315172,5.8294864,5.8113155,6.146143,6.6359582,6.4106026,6.3152995,6.1809478,6.1984363,6.2096844,6.3532686,6.2829766,6.0770216,5.9818177,6.3563752,6.4826221,6.4761906,6.4632902,6.7711821,7.100328,6.921226,6.817028,6.6914625,6.708725,6.7131853,6.8394771,6.7544298,5.8904963,5.8103819,6.1484513,6.3085027,6.3044624,6.2902107,6.6107879,6.9800172,6.7896628,6.6869216,6.5567665,6.5748863,6.5796752,6.719203,6.6394486,4.8696847,4.8403473,5.0855188,5.2359357,5.197928,5.1793966,5.470706,5.8452888,5.7105985,5.6115155,5.468729,5.467515,5.4854522,5.5910301,5.5138526,7.3350058,7.0853729,7.6537013,7.6701941,7.6544118,7.6509795,7.8879852,8.1214619,7.9166312,7.7982144,7.7256489,7.7403998,7.728559,7.7363381,7.6463218,3.4977136,3.4852238,3.6381514,4.1501226,4.1474681,4.1301551,4.4203358,5.408319,4.9939909,4.9347792,4.8581085,4.8747005,4.8929629,5.0139141,4.9748774,5.7046623,5.6257043,6.0137548,6.0999746,6.0755401,6.0609026,6.3400364,6.6261077,6.4927211,6.3931403,6.2679639,6.2764926,6.2918625,6.3798628,6.2849574,5.2391353,5.1780457,5.4278789,5.6274023,5.6398191,5.6348572,5.9878674,6.383287,6.1809082,6.0883622,5.98803,6.015872,5.9622526,6.1983938,6.1556578,5.5563807,5.4974198,5.7983618,5.9983134,5.9911981,5.9730802,6.2987328,6.7197466,6.5222435,6.4243808,6.2861834,6.3007016,6.3134489,6.4465365,6.3677211,7.146522,6.8366423,7.5134678,7.4785647,7.4477057,7.4430308,7.6287265,7.8091683,7.6283212,7.5239477,7.4845314,7.4891748,7.4798079,7.3077364,7.2228851,4.7618098,4.7396812,4.9568291,5.1698947,5.1389203,5.1173983,5.4242735,5.8762431,5.7079477,5.6150179,5.4589834,5.4542122,5.4733524,5.5783377,5.5025768,5.0201426,4.9738541,5.2071133,5.4997745,5.5071411,5.4937983,5.8339882,6.3774705,6.1266575,6.0322299,5.9179959,5.9447083,5.9367552,6.125751,6.0786629,6.4276123,6.2505655,6.7929626,6.8245401,6.8095422,6.7998018,7.042429,7.2650614,7.1125636,7.0145516,6.9223495,6.9332633,6.9386067,6.9208231,6.8247991,5.6090331,5.4862714,5.987473,6.0164557,5.9889574,5.9803309,6.2120466,6.4306645,6.3271961,6.2367592,6.1368079,6.1440306,6.1576643,6.1397724,6.043479,4.9026961,4.867291,5.1036339,5.4315529,5.428679,5.4083009,5.7415338,6.3481398,6.0854306,5.9985423,5.8679528,5.8830342,5.899446,6.0345445,5.9693646,5.8424792,5.743947,6.1768107,6.24366,6.2206626,6.2073326,6.4745264,6.7362809,6.6052685,6.5072298,6.3907185,6.3997912,6.4138865,6.4771199,6.3793764,5.7270527,5.6544156,6.0117779,6.1290951,6.1104202,6.0940638,6.3909192,6.711729,6.5594387,6.4592209,6.3261032,6.3361068,6.3508887,6.4574227,6.3663311,6.5504355,6.3925624,6.8848214,6.9419899,6.931489,6.9227266,7.1890907,7.4434066,7.273283,7.1679788,7.0665493,7.0817451,7.0829473,7.1390176,7.0461545,5.5631218,5.4651074,5.9212542,5.9650474,5.9349093,5.9253526,6.1700406,6.4096265,6.3036962,6.2089911,6.102839,6.1101251,6.1251359,6.1580577,6.0619822,5.1195722,5.0828252,5.3399892,5.5530448,5.533031,5.5114164,5.8290248,6.2739539,6.0902624,5.9965205,5.8475509,5.8515882,5.8705096,5.9855886,5.9053578,6.7384248,6.5798168,7.0327311,7.1074896,7.1037436,7.0988612,7.3879018,7.6653299,7.4733958,7.3602505,7.2576857,7.2782235,7.2636695,7.3780789,7.2935276,5.5607247,5.3556457,5.9469976,5.9356103,5.91222,5.9033661,6.0997138,6.2626629,6.166616,6.089467,6.012681,6.015831,6.0236573,5.8091283,5.7185993,6.4030662,6.2795296,6.6866703,6.7896338,6.7867813,6.7785792,7.0817714,7.3858042,7.1995072,7.0905623,6.9762588,6.9966073,6.9889994,7.1199889,7.0369864,5.1315799,5.0867381,5.4078474,5.4980998,5.4600811,5.4473324,5.7199545,6.0216718,5.9125986,5.8117347,5.6842103,5.6885185,5.7056932,5.8061914,5.7211404,6.2612309,6.1468315,6.5611029,6.6598105,6.6520157,6.640779,6.9352384,7.2333016,7.0596776,6.9544687,6.8362122,6.8530769,6.8562002,6.9653788,6.8766546,5.3331757,5.2866426,5.5736151,5.7492013,5.7291908,5.7092228,6.0218654,6.4167004,6.2478986,6.1509047,6.0059061,6.0123305,6.0300665,6.1460094,6.0622478,5.9169965,5.7971373,6.2740049,6.32234,6.300138,6.2879019,6.5411639,6.7798071,6.6525936,6.5573406,6.4496212,6.4582582,6.4711375,6.4966707,6.3973637,6.3728957,6.2239265,6.7193017,6.7728291,6.7595053,6.7490296,7.0102258,7.2570691,7.0998545,6.9988308,6.8955579,6.9084563,6.9145393,6.9526749,6.8569775,6.0943003,5.9798684,6.4262285,6.4981198,6.4819016,6.4690361,6.7421751,7.0081649,6.8599124,6.7600694,6.6448216,6.6565413,6.667398,6.7343025,6.6378088,5.9047003,5.8213148,6.1887813,6.3127904,6.300653,6.2854114,6.5882797,6.9151397,6.7485471,6.6469975,6.5165944,6.5300984,6.5412798,6.6554589,6.5665097,6.320612,6.0872908,6.7043519,6.6982245,6.6800833,6.670795,6.8786674,7.0582242,6.9206295,6.8322353,6.7602258,6.7662072,6.7701311,6.6063151,6.5146513,6.2556043,6.1455564,6.5084715,6.6361127,6.6394033,6.6332617,6.9576263,7.2862592,7.0910554,6.9822626,6.867434,6.8914061,6.8703218,7.0381365,6.9652352,7.4079509,7.1315641,7.7342663,7.7328882,7.7114859,7.7076325,7.9271145,8.1462173,7.9417958,7.8242598,7.7634807,7.7749071,7.7635393,7.7222719,7.6320624,4.7675772,4.7377739,4.9631538,5.2964311,5.2883201,5.2660294,5.5932775,6.2115374,5.9517894,5.8678994,5.7318473,5.7409506,5.7600298,5.8829379,5.8138847,5.9195261,5.7418046,6.3058896,6.3165145,6.2955127,6.284575,6.5050802,6.6961923,6.5789366,6.4928083,6.4051476,6.410924,6.4202914,6.3141494,6.2171721,5.5576506,5.26581,5.9046855,5.8623371,5.8438363,5.8331795,6.0039225,6.1288748,6.0321898,5.9634671,5.9056306,5.9045062,5.9072022,5.5051293,5.4246278,5.4659185,5.3881469,5.7989097,5.8574557,5.8238997,5.8129983,6.0689793,6.3290076,6.2213349,6.1230254,6.0109973,6.0184159,6.0343771,6.1024776,6.0087595,6.537365,6.3938713,6.8476801,6.9244518,6.917573,6.9093742,7.1929784,7.4693503,7.2901158,7.1818419,7.074285,7.092186,7.0891137,7.1850743,7.0962319,6.7176862,6.4118509,7.0941606,7.0566788,7.0317502,7.0262461,7.2073059,7.37322,7.2185578,7.1268754,7.0824814,7.0870452,7.0855331,6.8402505,6.7585855,7.2808356,6.9903774,7.6277966,7.6106448,7.5843453,7.5802102,7.7847228,7.9843245,7.791038,7.6793966,7.6298599,7.6374569,7.6248808,7.5269632,7.4389858,6.2620797,6.1451368,6.4978862,6.6106,6.6211319,6.6231971,6.965373,7.2675877,7.0760565,6.9688973,6.866044,6.8941541,6.8379898,7.0467329,6.9844041,5.8063054,5.5800166,6.1884851,6.1742945,6.1541815,6.1433797,6.3410468,6.5008726,6.3921871,6.3138156,6.2400637,6.2427554,6.2490749,6.0175562,5.9262519,6.1852202,6.0246892,6.5564499,6.588346,6.5707231,6.559546,6.8009706,7.0198169,6.8820405,6.7880607,6.6918144,6.7009115,6.7098279,6.684824,6.5866098,5.194828,5.1528034,5.4154167,5.6676836,5.6582785,5.6372948,5.9658337,6.460125,6.2444959,6.1524515,6.0101752,6.0208554,6.0382199,6.1648574,6.0889578,5.7372541,5.4351573,6.0897202,6.0457578,6.0272045,6.0172305,6.1875153,6.3154616,6.2103248,6.1395807,6.0850515,6.0844436,6.0864768,5.6886368,5.6092448,5.0116911,4.974165,5.2567568,5.3707633,5.3319163,5.3164997,5.597331,5.9284854,5.8099251,5.7087998,5.574635,5.576438,5.5937014,5.6989737,5.6187692,6.1884513,5.9228497,6.5686808,6.544641,6.5255699,6.5164967,6.7074256,6.8662944,6.7380748,6.6557689,6.5936728,6.5971408,6.6000552,6.3451147,6.2584753,5.3511357,5.2919455,5.5502644,5.7899294,5.7979631,5.7869124,6.1319823,6.5966277,6.3695154,6.2711635,6.1554742,6.1820064,6.1642122,6.3592505,6.3070011,5.2948842,5.2418094,5.4998364,5.7652836,5.770155,5.755424,6.097713,6.6039343,6.3656535,6.2686067,6.1449127,6.1688161,6.167944,6.3387218,6.2808442,2.1872032,2.1825595,2.2738216,2.7914197,2.7859697,2.7723432,2.9717216,4.1496906,3.6316679,3.5983825,3.588568,3.5960979,3.6074476,3.692544,3.6662521,4.2414665,4.2764153,4.3566608,4.2637563,4.3076396,4.3030581,4.5681338,4.7003183,4.6125445,4.2192631,4.1576433,4.1984391,4.2374415,4.2253957,4.2547607,3.3375254,3.3501892,3.4171798,3.3733411,3.3855822,3.3717782,3.6091919,3.7362843,3.6165519,2.9958172,2.9601402,2.9726205,2.9852045,2.9920316,2.999953,3.9357471,4.0053926,4.0751991,3.9950778,4.0741858,4.0660782,4.3665695,4.5042596,4.4502597,4.2887115,4.2155504,4.2773533,4.3202229,4.3076172,4.2964482,3.6751287,3.6893156,3.7653196,3.8647532,3.8788209,3.8329036,4.6007919,4.8476944,4.7360082,4.5025239,4.3242025,4.3475099,4.3710356,4.4568825,4.455369,3.8879645,3.9140449,3.9913399,3.9281857,3.9555709,3.944483,4.2257843,4.3578439,4.2551594,3.7596326,3.7041109,3.7310479,3.7578375,3.7605665,3.7786748,4.0452509,4.1072364,4.1725373,4.0832968,4.1933351,4.1953406,4.401372,4.5550613,4.5092669,4.3888025,4.3176236,4.3988395,4.4405365,4.3994489,4.402113,4.6031265,4.6208401,4.6985493,4.5000777,4.5538259,4.5686841,4.7011027,4.836813,4.7355485,4.1625009,4.1324539,4.1778836,4.2256341,4.1871848,4.2406421,1.6102848,1.6755545,1.706387,1.6937805,1.8107128,1.8108324,1.978025,2.1237202,2.1211212,2.1067894,2.1323125,2.2194433,2.2364538,2.2462618,2.2315092,3.8260357,3.8962054,3.9599383,3.8835387,3.9917264,3.9895711,4.2280507,4.3837261,4.3391647,4.2211528,4.1586695,4.2379956,4.2803569,4.2533231,4.2495189,3.6284361,3.6459842,3.7037299,3.6548684,3.7662721,3.7772152,3.908386,4.0442133,4.0362105,3.975069,3.8325429,3.9108968,3.9043667,3.8644211,3.8719707,4.2607965,4.3146205,4.3911514,4.2942128,4.3623548,4.3579054,4.6334667,4.7692351,4.7020779,4.4625115,4.3909202,4.4474621,4.4924045,4.4710612,4.4815001,2.7752111,2.8533401,2.8975675,2.8607767,2.9963429,2.9940119,3.1918471,3.3674836,3.3454802,3.2972143,3.266367,3.3630636,3.3941684,3.3851366,3.3758106,4.8505602,4.8840375,4.9631295,4.7914295,4.8815269,4.8940692,5.0580249,5.1897283,5.126296,4.9010701,4.8249278,4.8949642,4.9435067,4.8760805,4.9032555,3.8487434,3.9133763,3.988204,3.9281766,3.9652236,3.9443214,4.3733301,4.4942098,4.4284759,4.2070966,4.1054101,4.1417212,4.1763597,4.1959677,4.1682668,3.7750807,3.8530576,3.9232154,3.8434031,3.8968854,3.8824787,4.2398219,4.3573127,4.3019114,4.1327682,4.048306,4.0942926,4.1322207,4.1372299,4.1033854,3.8358133,3.8689356,3.9479597,3.9075787,3.9322252,3.9121044,4.2903643,4.4255986,4.328896,3.9003818,3.821183,3.8470757,3.8712928,3.889895,3.8889091,3.8344133,3.8608658,3.9436777,3.9522035,3.9706759,3.9380937,4.4879637,4.6481867,4.551105,4.1918039,4.0681472,4.0927219,4.1151619,4.1647382,4.158617,3.5927026,3.6086631,3.6991413,3.7266517,3.7429104,3.7224777,4.1644931,4.346004,4.2276387,3.7188213,3.6294756,3.654237,3.6755171,3.7285223,3.7353513,1.5174471,1.5772583,1.6037393,1.594322,1.7117066,1.7112424,1.8484893,1.9965774,1.9935459,1.9812726,2.0003743,2.0894639,2.1046145,2.1118829,2.1048734,3.6647439,3.6800787,3.7685788,3.8724742,3.8883867,3.8570964,4.4723382,4.7415371,4.614058,4.295589,4.1552639,4.1825476,4.2092605,4.2865376,4.2888312,2.9924793,3.0841594,3.136107,3.0761366,3.1706045,3.1610184,3.4586747,3.5934451,3.5652902,3.5013413,3.4506207,3.5190856,3.5525846,3.5570068,3.5131528,3.9458611,3.9922607,4.0538864,3.9768519,4.0942693,4.10149,4.2614222,4.4113173,4.379302,4.2938452,4.1946192,4.2792501,4.304162,4.2555847,4.2601023,4.3590565,4.4018526,4.4815073,4.3764863,4.4335155,4.4309793,4.6911564,4.8246083,4.7471175,4.4308014,4.3648314,4.4148393,4.4588304,4.4371991,4.4620657,3.5232551,3.5429461,3.6220758,3.6124363,3.6254401,3.5983989,3.9928257,4.1364703,4.0239844,3.478446,3.3934219,3.4085021,3.4139204,3.448174,3.4435601,4.1531525,4.2146163,4.2842813,4.1884751,4.2853141,4.2851238,4.5180154,4.6657376,4.6127796,4.4570484,4.3883429,4.4618306,4.506918,4.4715867,4.4761696,4.8647599,4.8951397,4.9768977,4.7913685,4.8642006,4.87643,5.0458698,5.177444,5.0990191,4.7546663,4.6985946,4.7584167,4.8104138,4.7538247,4.7960267,4.0583787,4.080564,4.1573234,4.063796,4.0976353,4.0978756,4.3129301,4.4454346,4.3440814,3.8184135,3.7718191,3.8037875,3.8385382,3.8298635,3.8750648,3.8399317,3.8673806,3.9424207,3.9625318,3.9805624,3.9362402,4.639812,4.7966208,4.7128954,4.4625416,4.2994976,4.3236938,4.3480234,4.4127727,4.4017692,4.0100818,4.0335002,4.1109595,4.0271997,4.0585299,4.055203,4.2887053,4.4208975,4.3192105,3.8041942,3.7566078,3.7875767,3.8199086,3.8144999,3.8524616,3.7140832,3.779336,3.8535044,3.8073437,3.8340302,3.8071609,4.310648,4.4308715,4.3656883,4.1524086,4.0349212,4.0638094,4.0935326,4.1283627,4.0902929,3.9511676,3.9872501,4.066319,4.0100622,4.0411696,4.0255575,4.3677325,4.5002384,4.4077625,4.0012317,3.9276447,3.958324,3.9877379,3.9967623,4.002254,4.2431989,4.2832341,4.3499312,4.2507324,4.3588867,4.3673263,4.5309129,4.6731167,4.6343617,4.523684,4.4237423,4.50387,4.5330229,4.4772,4.485435,4.4830785,4.5327086,4.607975,4.4836311,4.5706034,4.5745292,4.7869143,4.9271274,4.8656263,4.6595802,4.5894713,4.6581402,4.7057142,4.6594725,4.6767478,3.9919565,4.0588255,4.1270833,4.0426927,4.1375475,4.1341381,4.3916516,4.5393224,4.4881649,4.3402033,4.2730608,4.3446856,4.388854,4.363606,4.3615537,3.7127562,3.7817028,3.8406606,3.7704854,3.8922789,3.8931293,4.0946326,4.2576766,4.2194352,4.1292915,4.064146,4.1518731,4.1905651,4.1567311,4.1545591,4.9582634,4.9721918,5.0517349,4.8663187,4.9656091,4.9844079,5.1154094,5.2357731,5.1832914,4.9986272,4.8951807,4.9672914,5.006074,4.9275336,4.9536467,3.6846204,3.761421,3.8256063,3.754894,3.8475277,3.8397362,4.1319566,4.276197,4.2312593,4.1100678,4.0444326,4.113461,4.1545911,4.1439629,4.1261463,3.3454511,3.3610735,3.4572606,3.5620441,3.5800538,3.5688419,4.0253005,4.3036141,4.1618404,3.6837845,3.5923193,3.6215329,3.6507225,3.7251134,3.7349832,2.6143632,2.6996691,2.7453845,2.7041786,2.8197043,2.8140874,3.0653245,3.2177136,3.1985044,3.1526098,3.1267266,3.2087326,3.2387199,3.2426863,3.2121367,4.3436856,4.3962822,4.4724727,4.3654685,4.4405651,4.4392967,4.6906505,4.8287158,4.763207,4.5324845,4.4632778,4.5243745,4.5708909,4.5406141,4.5550618,2.8266344,2.9087276,2.9574599,2.9171364,3.041786,3.037334,3.2789452,3.4435565,3.4203367,3.3645294,3.337033,3.425137,3.4573588,3.4550977,3.4360168,3.7047334,3.7210646,3.8135736,3.8706188,3.8877668,3.8629425,4.3915939,4.6048493,4.4862518,4.0706859,3.9562793,3.9839084,4.0103912,4.0762782,4.0816584,3.9676156,4.0143013,4.0930977,4.0379667,4.0726657,4.0543399,4.4409356,4.5712147,4.4897146,4.1678963,4.0796127,4.1138444,4.146492,4.1602502,4.154233,4.1636615,4.2043996,4.2841907,4.2038088,4.2475467,4.238636,4.5390697,4.6708612,4.5868359,4.2320499,4.1621189,4.2025785,4.240396,4.2349281,4.2513018,3.3623936,3.4231801,3.4768841,3.430573,3.5676951,3.5745578,3.719022,3.8853686,3.8636432,3.8106787,3.7205732,3.8151388,3.8367822,3.8024695,3.8057117,3.7062314,3.7780654,3.8511589,3.7940757,3.8250349,3.8007894,4.2745199,4.3896003,4.3294449,4.1356506,4.0237036,4.0552607,4.0874557,4.1165457,4.0754895,3.9670589,4.0275383,4.1034331,4.0340123,4.0792255,4.0633311,4.4360442,4.5611134,4.4925508,4.2515626,4.1626654,4.2042356,4.2417293,4.2491364,4.2341733,4.8913274,4.9135637,4.9880381,4.7471175,4.847528,4.8692741,4.9891295,5.1111236,5.0131264,4.5853643,4.5479131,4.6025553,4.6710172,4.6138897,4.665648,3.3545063,3.4324925,3.4884014,3.4324057,3.5530186,3.5494051,3.7880766,3.9526114,3.9186435,3.8360841,3.788162,3.8742073,3.9121704,3.8966658,3.8855884,4.0693512,4.1109509,4.1903858,4.1216145,4.1606784,4.1480422,4.4767056,4.6080518,4.5229568,4.1664,4.0916514,4.1286092,4.1634955,4.1656737,4.1739235,3.3343048,3.4180713,3.4842999,3.4303727,3.4495695,3.4222388,3.9814293,4.0849085,4.0349383,3.8868632,3.7627161,3.7850542,3.8082175,3.8532014,3.7863967,3.3637452,3.4506993,3.5095339,3.4428556,3.5318632,3.5216336,3.8317592,3.967308,3.9299364,3.8380761,3.7758799,3.8415258,3.8787274,3.8783696,3.8423655,3.5940599,3.6095684,3.7043114,3.7963517,3.8135579,3.7924852,4.3128653,4.5722156,4.4403453,4.0314493,3.9185674,3.9474831,3.9756613,4.0486717,4.0551453,3.8400035,3.8752508,3.9559929,3.9458227,3.9668012,3.936444,4.4585371,4.6055851,4.5158386,4.1812949,4.0631671,4.0888214,4.1130829,4.1550798,4.1431217,4.6519938,4.6926484,4.7719612,4.6263967,4.7015777,4.7078552,4.9108343,5.0460229,4.9749756,4.6977763,4.6336999,4.6956954,4.7450013,4.6973934,4.7274342,3.3970871,3.494946,3.5579064,3.4666104,3.5179918,3.5043972,3.8433325,3.9437218,3.8999307,3.782953,3.7084534,3.750927,3.7842386,3.7919266,3.7298224,4.1418977,4.2036905,4.2757082,4.1834459,4.2677827,4.2642603,4.5281754,4.6703129,4.6128678,4.4324002,4.362309,4.4281487,4.473403,4.4478946,4.4506531,4.5992179,4.6161475,4.6889334,4.5569973,4.6550927,4.6693993,4.8128214,4.9388833,4.8999906,4.7636056,4.6451306,4.7193675,4.7437997,4.6764097,4.6932125,1.5941603,1.6571201,1.6869472,1.6770158,1.7975028,1.7978935,1.951089,2.1013985,2.0988297,2.0847476,2.1109493,2.2013264,2.2178903,2.2260926,2.2168441,5.0766001,5.0987372,5.1814604,4.9673247,5.0657024,5.0847139,5.2193894,5.3425364,5.2746396,5.0281434,4.9510622,5.0206232,5.074059,4.9958744,5.0297623,4.7358618,4.7591515,4.8397388,4.6521058,4.7107348,4.7235508,4.8812141,5.0140071,4.9231472,4.4548411,4.4141269,4.464582,4.513341,4.4682069,4.5206285,4.0876107,4.1402507,4.2180676,4.1430359,4.1911974,4.1788983,4.5159397,4.6454625,4.5716419,4.2943273,4.2136636,4.2571487,4.296083,4.2954445,4.2950001,4.6815157,4.7134876,4.7944837,4.6363311,4.6991591,4.7072597,4.8982911,5.0312037,4.9496408,4.5782118,4.5246987,4.5789914,4.6274934,4.5841284,4.627358,4.173614,4.1776805,4.244092,4.1591868,4.2569251,4.270618,4.4094906,4.5325842,4.5144796,4.4198785,4.2694755,4.3430405,4.3441272,4.290679,4.3032136,4.6407714,4.6841173,4.7611036,4.6181369,4.7050605,4.7123756,4.9049296,5.0421424,4.9789462,4.759706,4.6884651,4.7573433,4.8056364,4.7507901,4.7732444,5.0190682,5.0445189,5.1272483,4.9083128,4.9891748,5.0061474,5.1517577,5.2800908,5.1989245,4.8402643,4.7865229,4.8478446,4.9042749,4.8389945,4.8843913,5.0608292,5.0820918,5.1663513,4.9240646,5.0438175,5.0672002,5.1844478,5.3008513,5.2157335,4.915988,4.8587232,4.9237933,4.9951692,4.9206781,4.9636569,3.4953897,3.564497,3.6188977,3.561296,3.693536,3.6963727,3.872226,4.0411606,4.009903,3.9429936,3.8725245,3.9661458,3.9997075,3.9663129,3.964874,4.4022765,4.4491396,4.5275683,4.4161224,4.4826875,4.481792,4.7318635,4.8672581,4.795608,4.5211053,4.4539971,4.5101309,4.5562758,4.5276489,4.5492644,3.8253412,3.8462319,3.921576,3.9578495,3.9742846,3.9277072,4.6638131,4.8335381,4.7447801,4.486474,4.3169732,4.3404927,4.3639131,4.435885,4.4303226,3.3351183,3.3504167,3.4210391,3.3934309,3.4042647,3.3836379,3.6869724,3.818599,3.7000985,3.0983891,3.0487547,3.0613835,3.0694511,3.0878646,3.0873449,3.8199463,3.841953,3.9267657,3.9473393,3.9647491,3.9323115,4.4896879,4.6604424,4.5583491,4.1841187,4.0598717,4.0845723,4.1069775,4.1612339,4.158814,3.7519867,3.767417,3.840009,3.898829,3.9123919,3.8617625,4.660368,4.8476825,4.7549748,4.5073318,4.3249049,4.3471322,4.3692741,4.4518604,4.4501376,4.3063121,4.3273063,4.404542,4.2710161,4.3125319,4.3197966,4.4987659,4.6323662,4.5340104,4.0019121,3.9648867,4.004344,4.0438333,4.0218778,4.0766664,3.8139882,3.8635936,3.9413671,3.9120827,3.9366083,3.9082732,4.4191012,4.5526223,4.4751711,4.2030611,4.085454,4.1134257,4.1412873,4.1784501,4.1552424,4.3554039,4.4094009,4.4840298,4.3736482,4.4572678,4.4578404,4.6934762,4.834341,4.7727885,4.5673046,4.4980936,4.564362,4.6113324,4.5746942,4.5878806,4.7632113,4.7922397,4.868504,4.7125034,4.8088241,4.8220186,4.976614,5.1070471,5.0537853,4.8777475,4.7851586,4.8586664,4.898859,4.8289785,4.849782,4.1904855,4.2429729,4.320569,4.2335029,4.2910085,4.2830367,4.5855846,4.7179384,4.6466699,4.3825264,4.3075347,4.3572445,4.3995686,4.3881702,4.3953056,3.7902105,3.8087234,3.8965333,3.9318719,3.9487286,3.918237,4.4740748,4.6602039,4.5520201,4.1636915,4.0413799,4.0671306,4.090971,4.150651,4.1520872,4.568203,4.5568995,4.6292772,4.5046215,4.5982466,4.6174517,4.7408504,4.8517637,4.830112,4.709446,4.5518031,4.6217937,4.6263824,4.560782,4.5807719,3.1761465,3.2526281,3.3023341,3.2539046,3.387691,3.3868208,3.5834162,3.7576773,3.7291348,3.6679068,3.6191156,3.7142925,3.7492664,3.7292764,3.7229145,3.6680038,3.7493575,3.8188574,3.7429807,3.7827415,3.7640033,4.1687799,4.2780285,4.2234159,4.0557566,3.9590805,3.9974747,4.032403,4.0494223,4.0036082,4.3470159,4.399075,4.4694562,4.3576136,4.4589663,4.4639621,4.6585693,4.8037953,4.7522707,4.6028781,4.5258183,4.6026011,4.6457052,4.5948162,4.6047301,4.1283464,4.1897025,4.2631674,4.1741271,4.2490897,4.2431417,4.528563,4.6661777,4.6056437,4.4081984,4.3352308,4.3953533,4.4397941,4.4211388,4.4217343,4.0556235,4.0850182,4.1640716,4.0874496,4.1214004,4.1136627,4.3855281,4.5176229,4.4210558,3.9651783,3.9075241,3.9403698,3.9729669,3.9696786,3.9953828,3.7120123,3.7303836,3.8042729,3.7396908,3.7621036,3.7553387,3.987463,4.1190953,4.0085902,3.4350057,3.3942797,3.4172935,3.4416776,3.443537,3.4709175,4.1414456,4.2023182,4.2704067,4.1746712,4.2776437,4.2789969,4.4962926,4.6463819,4.5962772,4.4555659,4.3855386,4.4627333,4.5066824,4.4667749,4.4713364,4.4726052,4.5139217,4.5852203,4.4630589,4.564568,4.5732131,4.7450628,4.8846397,4.8360252,4.6914654,4.602355,4.6792688,4.7175956,4.6577945,4.6704874,3.8049414,3.8375387,3.9178958,3.8926342,3.9141326,3.8894436,4.3220615,4.4625463,4.3661666,3.9552987,3.8619063,3.8862517,3.9080939,3.9373586,3.9312332,4.0028901,4.0676322,4.1416097,4.0622206,4.121222,4.1095929,4.4433908,4.5717096,4.5090823,4.3015361,4.2203417,4.2703733,4.3113275,4.3077998,4.2957015,3.6527247,3.7251272,3.7846289,3.7165763,3.8348148,3.8334472,4.0560646,4.2183719,4.1791859,4.0828962,4.0241776,4.1094613,4.1496024,4.1226802,4.1178269,3.8854156,3.9319618,4.0108523,3.9705713,3.9989598,3.9754124,4.4197903,4.5520692,4.4704242,4.1583061,4.0570941,4.0872693,4.1166768,4.1424336,4.128407,3.2113795,3.3132484,3.3708138,3.2813902,3.3418071,3.3289232,3.6481469,3.7499115,3.7125967,3.62292,3.5560086,3.6026118,3.6347988,3.6414027,3.5738511,3.250849,3.334348,3.390564,3.3342779,3.4412296,3.4339075,3.7142906,3.8658526,3.8325889,3.7511957,3.7009878,3.7777243,3.8146548,3.8103962,3.7856646,4.7741742,4.8117046,4.8913383,4.7286015,4.8099117,4.8195276,5.0022502,5.1361794,5.0671239,4.8038712,4.7372456,4.8027544,4.8530579,4.7954617,4.8260303,2.6593673,2.7383606,2.7827604,2.7488945,2.881861,2.8789217,3.0892634,3.2613988,3.2415087,3.1950405,3.1739852,3.2685342,3.2984352,3.294378,3.2816916,5.0523047,5.0785027,5.1613889,4.9467282,5.0356712,5.0529466,5.1975074,5.3244071,5.2502031,4.9540882,4.8896985,4.9557562,5.0114474,4.9396052,4.978497,5.0017672,4.9987583,5.0800281,4.8832397,4.9918442,5.016202,5.1273308,5.2364321,5.1907573,5.0205274,4.8963079,4.9671297,5.0006332,4.9199548,4.948895,4.4226489,4.4743309,4.5474987,4.4287543,4.5222254,4.5263519,4.7332063,4.8758712,4.8186746,4.6393008,4.5668683,4.6392145,4.6854358,4.6374607,4.6509008,4.496727,4.5308719,4.6114554,4.4825954,4.5379739,4.5411105,4.7611527,4.8941016,4.8109207,4.435492,4.3793125,4.4286938,4.4738812,4.443615,4.4836588,3.266397,3.3435278,3.3962595,3.3439639,3.4722338,3.4701185,3.6855967,3.8558543,3.8247128,3.7532558,3.7064435,3.7977211,3.8342168,3.8158171,3.8076034,4.5572071,4.5987644,4.6782131,4.5457282,4.6145916,4.6181793,4.8383617,4.9733591,4.8998613,4.6055226,4.5424747,4.6004992,4.6484609,4.6095533,4.6395597,4.0624604,4.1192389,4.1835089,4.0944915,4.2081027,4.2124701,4.397965,4.5507207,4.508502,4.4005895,4.3206444,4.4039493,4.4414001,4.3944821,4.398243,4.2949133,4.3258829,4.4060593,4.3017488,4.3456469,4.3445354,4.5842781,4.7164459,4.6263046,4.2034802,4.1477065,4.1886706,4.228652,4.2121058,4.2509041,3.6210425,3.6970711,3.7588968,3.6919684,3.7972982,3.7919681,4.057785,4.2114921,4.1699519,4.0613689,4.0025249,4.0792842,4.120142,4.104578,4.092196,3.6266708,3.7092228,3.7736654,3.6983223,3.774924,3.7637451,4.0861058,4.2153711,4.1696877,4.0469837,3.9745984,4.0335069,4.0726757,4.0705099,4.0379891,2.9978802,3.0059648,3.0665414,3.0363472,3.0416129,3.024008,3.2578781,3.380193,3.2561626,2.6109774,2.5814943,2.5881958,2.5930467,2.6034997,2.6026142,3.8418746,3.916436,3.9859099,3.906986,3.9750128,3.9636405,4.292356,4.420579,4.3667965,4.2070031,4.1288514,4.1835866,4.2242537,4.2205167,4.1974287,4.2289324,4.2738185,4.3531933,4.2648821,4.3158126,4.3086882,4.6011214,4.7333198,4.6548576,4.3387051,4.267745,4.3133278,4.3543096,4.3432641,4.359324,3.3196561,3.3358634,3.408834,3.3895326,3.3994598,3.3746502,3.7047391,3.8380194,3.7208123,3.118958,3.054316,3.0653486,3.0668073,3.092617,3.0883667,3.611357,3.6296093,3.7138393,3.7199931,3.7345848,3.7083445,4.1436357,4.302443,4.189188,3.6768947,3.5844109,3.6040564,3.6161833,3.6590943,3.6586964,3.0462501,3.1462336,3.1999667,3.1233158,3.196789,3.1850443,3.5018408,3.6148951,3.5835273,3.5146568,3.456763,3.5120971,3.5438316,3.5517607,3.4902666,3.7408543,3.7833993,3.8521442,3.8532596,3.8718503,3.8267658,4.5525656,4.6890731,4.6203942,4.4360528,4.266983,4.2906604,4.3153634,4.3790317,4.3511972,3.6865909,3.7101443,3.7853742,3.7405865,3.760778,3.7440827,4.054482,4.1872463,4.0790548,3.552912,3.4955556,3.5161798,3.53545,3.5467885,3.5527949,4.1041207,4.1648011,4.2394958,4.1544752,4.2200217,4.2115483,4.5185838,4.6517906,4.5881906,4.3736682,4.2971606,4.3515038,4.3945069,4.3828282,4.3805447,4.280663,4.305141,4.3838944,4.2680469,4.3089304,4.3120041,4.5191002,4.651392,4.5557013,4.068419,4.0220208,4.0606446,4.0999889,4.0816679,4.13166,3.7971458,3.8414254,3.9177155,3.9077384,3.9288404,3.8937929,4.4918742,4.633018,4.5557446,4.3099265,4.1715021,4.1975679,4.2238946,4.2738748,4.2501869,4.4627929,4.4835043,4.5612273,4.4015603,4.4481783,4.4586887,4.6203523,4.7547755,4.6569467,4.1214051,4.0885744,4.1313629,4.1738691,4.143127,4.1980982,4.5986228,4.6418052,4.7166333,4.5793877,4.673584,4.6817026,4.8644986,5.0028014,4.945518,4.7617269,4.6836615,4.7566466,4.8019581,4.7432485,4.7611051,3.9360051,4.005147,4.0737848,3.9933012,4.0811229,4.0750852,4.3561854,4.499495,4.4476104,4.295938,4.2265925,4.2936783,4.3371649,4.3193207,4.3119955,12.240191,11.531208,11.770894,11.805325,11.816399,11.882909,12.088093,12.551367,11.965109,11.599839,11.54924,11.679842,11.759789,11.863117,11.930828,13.303993,12.402694,12.623523,12.660559,12.67261,12.734089,12.927088,13.455828,12.753585,12.339476,12.289283,12.40888,12.481077,12.578985,12.63729,8.759429,8.5256958,8.7770014,8.8314772,8.8362608,8.9052372,9.1582594,9.4283066,9.15137,8.9172783,8.8664637,9.0609131,9.1553249,9.2968817,9.3913393,9.2786951,8.9989042,9.2582951,9.2953882,9.2982159,9.3703966,9.6076307,9.8980551,9.5881166,9.3413286,9.29004,9.4578314,9.5513124,9.6754913,9.7668505,10.050438,9.6387625,9.8832417,9.9581423,9.977169,10.040798,10.292546,10.663657,10.263625,9.9669304,9.9103203,10.097165,10.181382,10.335434,10.41209,15.751879,14.363322,14.542065,14.566105,14.570043,14.621168,14.770573,15.426746,14.452786,13.933732,13.894418,13.986904,14.043175,14.113137,14.155197,11.082008,10.501063,10.725695,10.796659,10.822089,10.878515,11.108526,11.572927,11.059347,10.712411,10.638226,10.75574,10.821577,11.000793,11.050776,12.291261,11.506772,11.706791,11.774556,11.798574,11.850855,12.061209,12.592229,11.956005,11.572385,11.494184,11.588901,11.641046,11.83543,11.871046,14.216876,13.092711,13.265034,13.320757,13.338012,13.384036,13.571515,14.191422,13.356011,12.893942,12.821214,12.907976,12.949775,13.095215,13.120108,16.711763,15.113941,15.277925,15.290912,15.293252,15.340612,15.466863,16.166214,15.085253,14.525485,14.48814,14.570739,14.62475,14.68106,14.720488,9.0062113,8.6970949,8.9340305,9.0220032,9.0468769,9.1028194,9.3668928,9.7165623,9.3841724,9.1009464,9.0373573,9.2128658,9.2903843,9.4824524,9.5521908,15.727941,14.358919,14.549201,14.562312,14.567266,14.623129,14.767884,15.409507,14.449789,13.941695,13.90418,13.99394,14.055964,14.119003,14.165799,8.8368225,8.551425,8.7907038,8.8948908,8.9201756,8.9796858,9.2579775,9.5866489,9.2729912,9.0074005,8.9485903,9.171072,9.2536907,9.4467554,9.5242205,9.4891777,9.100399,9.3241835,9.4049978,9.4380865,9.4953089,9.7307606,10.1303,9.7483377,9.4661741,9.3946943,9.5050392,9.571126,9.832242,9.8847475,8.0537672,7.8411798,8.0779705,8.2309875,8.2677526,8.3314333,8.6438484,8.9370604,8.6802197,8.457243,8.3949604,8.7101479,8.7960176,9.032732,9.1160574,14.482069,13.325434,13.510254,13.562794,13.577605,13.628674,13.814775,14.440935,13.58496,13.11031,13.038342,13.129601,13.181062,13.291986,13.321394,8.6923294,8.4522839,8.6993628,8.7716541,8.7818394,8.8477316,9.1105928,9.3897448,9.1094465,8.8715448,8.8213053,9.0364456,9.1291628,9.2874269,9.3797054,6.2289557,6.1439424,6.3563342,6.4907651,6.5201907,6.5674996,6.8764935,7.1090145,6.9512057,6.7358451,6.6974754,6.9557991,7.0291204,7.28686,7.3633738,8.0931492,7.8977561,8.1367302,8.2397194,8.2550783,8.3178043,8.6021214,8.8629742,8.6174068,8.3973284,8.3508253,8.6145487,8.7067089,8.8972206,8.990407,11.748612,11.107592,11.346288,11.393649,11.407969,11.472521,11.690698,12.139167,11.592864,11.239333,11.185209,11.327669,11.407457,11.525377,11.593637,7.8996634,7.6975746,7.9290471,8.0398283,8.0647402,8.1185913,8.4063387,8.7008991,8.4481897,8.1989355,8.144475,8.3697748,8.4492846,8.6645527,8.7413864,10.95598,10.412729,10.648458,10.715421,10.73634,10.796241,11.032475,11.46622,10.977754,10.638979,10.575362,10.722607,10.798424,10.946758,11.010201,11.036057,10.533179,10.796876,10.81769,10.823029,10.896461,11.106653,11.489094,11.032101,10.726286,10.676468,10.807807,10.894994,10.996757,11.073874,9.5255156,9.2028341,9.4573774,9.5080957,9.516592,9.5853825,9.828496,10.14459,9.8057756,9.5426664,9.4907007,9.668869,9.7600803,9.8947382,9.982275,9.7380915,9.3394279,9.5734711,9.6516514,9.6780548,9.734189,9.9821596,10.376864,9.9823589,9.6764841,9.6068935,9.7474718,9.8199492,10.012685,10.073227,8.1911011,8.0464878,8.2964983,8.327013,8.3177509,8.3957624,8.6398325,8.852766,8.6359777,8.436636,8.3863258,8.5619917,8.6616554,8.7808371,8.885397,13.77138,12.792119,13.010977,13.038451,13.048049,13.110301,13.291606,13.836005,13.090759,12.662912,12.61638,12.728667,12.800709,12.887486,12.94531,11.262733,10.709439,10.95998,10.9967,11.00697,11.07569,11.293364,11.70199,11.212195,10.88653,10.8348,10.97761,11.062363,11.174471,11.24924,8.6247187,8.4348192,8.6933336,8.7190142,8.7130499,8.7902288,9.0255747,9.2655487,9.0167284,8.8015127,8.7510586,8.9152346,9.0123215,9.1279869,9.2273293,9.7111454,9.3290825,9.5691404,9.6517191,9.6744585,9.7338629,9.9913912,10.363647,9.9816322,9.684186,9.6221647,9.8012371,9.8811388,10.052125,10.123452,9.3308649,8.9715338,9.2019167,9.2822647,9.3122988,9.3681116,9.6138916,9.9983816,9.6322546,9.3428106,9.2737989,9.4019327,9.4719572,9.6972256,9.7549629,8.1633348,7.9786801,8.2208338,8.2952681,8.3015308,8.367198,8.6371288,8.8820066,8.6418772,8.4247475,8.3756876,8.6038265,8.698987,8.8616085,8.9589529,6.4133387,6.31498,6.5271277,6.6820092,6.7070756,6.7566867,7.0799289,7.3102365,7.1477132,6.945857,6.9072723,7.224041,7.300519,7.5688381,7.6490026,7.1284804,6.9806819,7.2033477,7.3010159,7.3326883,7.3833232,7.6557713,7.9355197,7.7249265,7.4881735,7.4338164,7.6027393,7.6751266,7.9312506,8.0003119,12.384772,11.618357,11.839282,11.89791,11.917714,11.975439,12.190755,12.702659,12.074556,11.683282,11.617422,11.736428,11.803603,11.935741,11.986441,7.2682881,7.1674757,7.392415,7.4769378,7.4718933,7.538641,7.8504539,8.0287342,7.85045,7.6735172,7.6215601,7.8814325,7.980763,8.1534204,8.2579985,8.4890862,8.2266483,8.45965,8.5479164,8.5757227,8.6293116,8.8924227,9.2289238,8.9298038,8.6576843,8.5932837,8.7531757,8.8275099,9.0436621,9.1101198,7.6716099,7.591516,7.8251753,7.8520899,7.8337045,7.9180598,8.159132,8.3306131,8.1583157,7.9826555,7.9333959,8.1101646,8.2166386,8.3274097,8.4426775,9.5573893,9.2160578,9.4649267,9.5347824,9.5494261,9.6152802,9.8690929,10.201638,9.8502617,9.5785465,9.5259895,9.7224741,9.8112259,9.962533,10.046632,11.503274,10.888772,11.124371,11.182478,11.200338,11.262256,11.488819,11.938361,11.406412,11.054251,10.995564,11.140759,11.217972,11.349252,11.414286,12.619189,11.803515,12.015715,12.077349,12.098383,12.154056,12.366098,12.90066,12.242087,11.840441,11.768138,11.875872,11.937183,12.079515,12.12237,7.7522349,7.5599418,7.7895403,7.8927436,7.9191928,7.9710221,8.2519512,8.5482235,8.3018694,8.0492697,7.9919033,8.1913071,8.2678699,8.48948,8.5625105,14.683867,13.499734,13.689382,13.733624,13.746381,13.797231,13.97819,14.600981,13.731231,13.251088,13.19429,13.288072,13.342368,13.437465,13.473542,6.5019817,6.4581156,6.6601148,6.7651834,6.7520385,6.8204522,7.1707373,7.2989941,7.1648335,7.0206323,6.9661765,7.2614164,7.3667674,7.5545983,7.662056,8.1755781,8.0113115,8.2575464,8.3082056,8.3056087,8.377243,8.6380243,8.8639231,8.6357718,8.4284916,8.3779564,8.5781822,8.6761627,8.8151264,8.9164486,7.45892,7.3167877,7.5470347,7.6621637,7.6749816,7.735302,8.0295315,8.2551317,8.0508852,7.8545074,7.8103514,8.1049099,8.1985722,8.405407,8.5023546,8.7395544,8.5148211,8.7680368,8.8150578,8.8171597,8.8879299,9.1371851,9.4001455,9.1289835,8.8990746,8.8482132,9.0348272,9.1300583,9.2648602,9.3605509,8.17735,8.0042248,8.2488194,8.3081293,8.3088045,8.3778915,8.6426344,8.8757219,8.6423159,8.430871,8.3807726,8.5911932,8.6881981,8.8358021,8.9356642,10.692849,10.210626,10.458923,10.510777,10.524196,10.590767,10.823177,11.211695,10.766431,10.455217,10.401425,10.562738,10.648009,10.776655,10.853433,10.205988,9.8035975,10.060857,10.100396,10.10848,10.178635,10.408664,10.757419,10.36505,10.080462,10.02844,10.186356,10.275669,10.397009,10.479897,10.214379,9.8263378,10.092611,10.115979,10.119349,10.19346,10.412915,10.749807,10.366974,10.091447,10.040682,10.182871,10.273184,10.381826,10.465384,6.6786633,6.5980358,6.807261,6.9259577,6.9244542,6.9828839,7.3225331,7.4811616,7.3250041,7.1638641,7.1163783,7.4383984,7.5348463,7.7490444,7.8507738,7.3211689,7.1977921,7.4246869,7.5267296,7.5329609,7.594101,7.8864765,8.0915461,7.9004297,7.7111864,7.6659799,7.9474502,8.0434599,8.237607,8.3381281,7.1218948,6.9805889,7.2039537,7.3486176,7.3736682,7.4276385,7.743187,7.9972491,7.7955952,7.5806971,7.5424008,7.8406401,7.9222298,8.1670837,8.2498159,9.3293915,9.0642805,9.3335934,9.3496304,9.3462868,9.4239969,9.6452579,9.9240141,9.622921,9.3851547,9.3347607,9.4792871,9.5730829,9.6798897,9.771513,8.0442181,7.8137026,8.0395908,8.1250963,8.1593781,8.2143908,8.4655552,8.7929363,8.5209703,8.2734804,8.2159185,8.3470354,8.4182262,8.6871405,8.749012,12.163548,11.480183,11.730112,11.752915,11.760929,11.831197,12.030853,12.478939,11.909492,11.55637,11.508027,11.630987,11.713124,11.808322,11.877727,13.967334,12.933514,13.139696,13.180957,13.193485,13.250115,13.437112,14.012293,13.2305,12.78357,12.732211,12.841032,12.905024,13.002383,13.051089,6.1560369,6.0926933,6.2921977,6.4382706,6.4445176,6.4969783,6.8118448,6.964077,6.8291192,6.6813941,6.6452465,7.0221853,7.1166201,7.3703351,7.4700284,10.984164,10.401114,10.616555,10.691092,10.719341,10.774775,10.998978,11.468619,10.957587,10.622537,10.543964,10.646648,10.706344,10.928487,10.9725,9.2246647,8.9304905,9.1816807,9.2432613,9.2535181,9.3207235,9.5728302,9.8783016,9.5593929,9.303834,9.252223,9.4462652,9.5376682,9.6834755,9.7722387,6.5998068,6.491344,6.7089481,6.8239832,6.8540096,6.9019737,7.1934705,7.4454999,7.2666378,7.0384073,6.9915771,7.2035556,7.2767024,7.528801,7.6022191,8.8118782,8.5449877,8.7891445,8.884119,8.9022856,8.9669247,9.2416286,9.5429888,9.244853,8.9985924,8.9499874,9.1900625,9.2799788,9.4583063,9.5459375,10.622036,10.117595,10.351833,10.423083,10.446321,10.504397,10.744185,11.171915,10.707475,10.375782,10.30792,10.449172,10.522607,10.686101,10.746534,8.8385849,8.8007555,8.8384705,8.8712482,8.8307076,8.8211536,8.8180838,8.8238869,8.667613,8.6580715,8.6332817,8.6670666,8.7105341,8.3454065,8.2690544,7.4851522,7.4475136,7.5265861,7.4999537,7.446979,7.4389648,7.4617205,7.4832678,7.3070168,7.2879186,7.2524652,7.2811112,7.3371005,6.9983277,6.9111443,9.2599859,9.2260761,9.2579479,9.3115559,9.2812614,9.2724438,9.2685518,9.2724733,9.1307907,9.1229811,9.0993776,9.1367445,9.1758261,8.8302412,8.7611408,8.1972952,8.155673,8.2045202,8.2167416,8.1682434,8.1586437,8.1601,8.1697865,7.9942064,7.9813623,7.9552441,7.9865994,8.0361052,7.6537495,7.5673499,8.1923571,8.151741,8.2036495,8.1916761,8.13521,8.1256227,8.1287355,8.1402044,7.9729929,7.9593492,7.931047,7.9577785,8.0064793,7.6471043,7.5672526,8.5370417,8.4976358,8.5401707,8.5522642,8.503726,8.4939003,8.4926147,8.500453,8.3380585,8.3272448,8.3010988,8.3311949,8.3772621,8.0103712,7.9316459,8.5910273,8.5520449,8.5931845,8.5947428,8.5424709,8.5324583,8.5304308,8.537962,8.3810368,8.3704653,8.3447666,8.3717871,8.4164553,8.0606184,7.9857578,8.7728024,8.7351036,8.7727146,8.7855148,8.7378941,8.7279959,8.7248392,8.731061,8.5785418,8.569129,8.5442286,8.572979,8.6160898,8.2624693,8.1892653,8.6432381,8.6016502,8.6433287,8.6887236,8.650794,8.6412201,8.6383009,8.6442223,8.4729786,8.4605579,8.4389582,8.4760351,8.5213442,8.1330366,8.0477428,7.9047203,7.8644586,7.9251089,7.9090405,7.8535142,7.8444362,7.8534579,7.8682914,7.6949916,7.6794934,7.6487355,7.6765409,7.728405,7.3698573,7.2859797,7.7237501,7.6841974,7.7501049,7.7317791,7.677444,7.6686773,7.6819863,7.6989331,7.5227146,7.5063038,7.473979,7.5023408,7.5561252,7.1997266,7.1135988,8.9485073,8.9121542,8.9470358,8.97155,8.9289865,8.919342,8.9155235,8.9207029,8.7726603,8.7640991,8.7398825,8.7707071,8.8122578,8.4621973,8.39079,7.8816495,7.8410702,7.8985424,7.891037,7.8381271,7.8289027,7.8365574,7.8502674,7.6732111,7.6588926,7.6288681,7.6579628,7.7104521,7.3398037,7.2531285,8.3644829,8.3244791,8.3710155,8.3697262,8.316576,8.3067541,8.3073378,8.3168497,8.1522703,8.140276,8.1130333,8.140995,8.1883678,7.825088,7.7459626,7.9389453,7.8982162,7.9599652,7.9387259,7.8809876,7.8720593,7.8806148,7.8955216,7.7241488,7.7079625,7.6776357,7.7043643,7.7554135,7.4022727,7.3203096,10.104162,10.079518,10.105143,10.2401,10.246816,10.241609,10.240722,10.243562,10.127026,10.120641,10.098251,10.156789,10.188045,9.8822432,9.8259268,4.2183332,4.1854038,4.2133932,4.1875048,4.2122808,4.2093124,4.1207805,4.1446924,4.0331616,4.0255003,3.9457738,4.0019917,4.0213609,3.9186964,3.893209,5.393539,5.3368111,5.3445153,5.3146744,5.3366575,5.3333936,5.2430105,5.2417665,5.0215526,5.0055218,4.9768963,5.008606,5.0808282,4.840446,4.7929177,5.4590964,5.4075642,5.4127779,5.3947372,5.3479571,5.3430724,5.1861906,5.1823316,4.9868526,4.9784141,4.9504023,5.0043602,5.0457501,4.8243608,4.7786012,5.3895187,5.3353362,5.3504658,5.295692,5.3447185,5.342133,5.2809391,5.2852106,5.0644331,5.0478725,5.0180745,5.046423,5.1325459,4.8946042,4.8476095,7.2314253,7.1470275,7.1337361,7.1359944,7.0101337,7.0250607,6.9305325,6.9199386,6.6581421,6.6556425,6.6420193,6.6892858,6.7445898,6.2287774,6.1551857,4.8802667,4.8391218,4.8485832,4.8257809,4.8089323,4.8009453,4.6407828,4.6402435,4.469883,4.4609323,4.4299669,4.4847689,4.5230784,4.3639979,4.3268595,7.6681333,7.592567,7.5371242,7.5805831,7.4284258,7.4304957,7.2252989,7.1765356,6.907588,6.904696,6.8845043,6.9521937,6.9819031,6.3443027,6.2669964,4.0130177,3.9718249,3.9794149,3.9268775,4.0900373,4.0781031,4.0473814,4.0479884,3.8463147,3.8220046,3.7817364,3.7876072,3.8958604,3.7633128,3.7337155,6.2830391,6.2169433,6.2308431,6.1814809,6.1441002,6.1488047,6.079597,6.0834837,5.8493218,5.8401718,5.8191051,5.8584108,5.9302254,5.5885587,5.5283537,4.541966,4.4929352,4.5011353,4.4686522,4.495882,4.4820733,4.3657446,4.3658967,4.1987519,4.1842704,4.1322141,4.1708007,4.21594,4.0739188,4.0373406,4.0185208,3.9936457,4.0274367,4.0056858,4.0376492,4.040133,3.966424,4.0019455,3.9123199,3.9053826,3.8155456,3.8767128,3.8865097,3.8044698,3.7855277,5.9747128,5.9164457,5.9112916,5.9066916,5.8131032,5.8106027,5.626471,5.6155586,5.4074612,5.4020987,5.3777809,5.4395652,5.4716501,5.1887846,5.1374135,4.7927084,4.7446499,4.7528701,4.7244034,4.7733693,4.7653155,4.665648,4.664423,4.4662299,4.4491177,4.4140749,4.4451241,4.5128331,4.3349843,4.2955675,6.652905,6.5780668,6.5662746,6.5642271,6.4514294,6.4543428,6.3138747,6.3007655,6.0594854,6.053678,6.0302262,6.082334,6.1260638,5.7336845,5.6698594,3.6172726,3.5768104,3.580559,3.5523322,3.7036445,3.6903081,3.6421843,3.6376877,3.4485536,3.4233065,3.3807206,3.3851681,3.4755647,3.3652296,3.3382251,3.6589327,3.6203778,3.6277156,3.6040752,3.7819464,3.7754741,3.7434678,3.7398226,3.5342977,3.504492,3.4927201,3.4908271,3.59533,3.4727497,3.4472051,6.6605115,6.583961,6.5774188,6.5681958,6.467145,6.4728003,6.3578701,6.3495722,6.104856,6.0985179,6.0766091,6.1237249,6.1753683,5.7789154,5.7140484,5.36057,5.3123918,5.3342872,5.2564263,5.3229012,5.3209386,5.2711196,5.2794595,5.0640736,5.050005,5.0229726,5.0542359,5.1489754,4.9220772,4.8771071,6.1338501,6.0743265,6.0983062,6.025403,6.0151567,6.0203166,5.9672852,5.9769621,5.7492189,5.7408805,5.7300754,5.7691774,5.8500228,5.5374255,5.4796057,6.2433448,6.174674,6.1810441,6.1495194,6.1013989,6.1047974,6.0177331,6.0171685,5.7813187,5.7714729,5.7475328,5.7872934,5.8525605,5.5147619,5.4551353,4.2448912,4.1821041,4.1907125,4.1665497,4.1730881,4.1547542,4.0385995,4.0388608,3.9149432,3.9032478,3.8080692,3.8488407,3.8540027,3.7431564,3.711247,6.9537344,6.8792458,6.8858418,6.8552399,6.7706838,6.7829356,6.7187147,6.7180119,6.4676723,6.4638772,6.4523191,6.4949355,6.5624189,6.0925322,6.0217609,6.8996463,6.8218369,6.8346987,6.7940555,6.6953731,6.7051148,6.646656,6.6487617,6.4002872,6.3958969,6.384068,6.4242969,6.4888563,6.0550733,5.9830923,5.5066886,5.4515471,5.4572511,5.4354262,5.4071312,5.4028502,5.2711363,5.2681546,5.0619044,5.0509963,5.0215411,5.0675111,5.1190729,4.883111,4.8351836,6.6061578,6.5445576,6.5898886,6.5908694,6.5066185,6.4875898,6.4788966,6.4660082,6.2527251,6.2404079,6.2391067,6.2543926,6.297945,5.7791729,5.7041478,5.7057481,5.6413007,5.6858392,5.6851959,5.6050992,5.5820947,5.5719433,5.5518193,5.3379512,5.335206,5.3360291,5.3443737,5.3900375,4.8009839,4.6889443,7.4572811,7.4138255,7.4388156,7.4390721,7.3735538,7.3489714,7.3364892,7.3150492,7.1675425,7.15731,7.1583238,7.1620126,7.1898079,6.7323661,6.7651739,6.6469941,6.5846791,6.6231427,6.6153245,6.52742,6.5044136,6.4928703,6.4739909,6.2731285,6.262198,6.2676387,6.2758574,6.315547,5.790803,5.7279034,7.9301381,7.8777699,7.9289775,8.1120396,8.0854959,8.0713034,8.0686111,8.0568495,7.8023033,7.7888141,7.7586355,7.8302317,7.8833647,7.2577624,7.1699405,6.4097033,6.3487468,6.3920326,6.4231181,6.3454432,6.3188062,6.3092976,6.2855988,6.0727611,6.0661626,6.0621939,6.0803099,6.1242294,5.4911089,5.3849187,6.6256084,6.5790219,6.6054516,6.6074657,6.5084128,6.4558139,6.4477677,6.3976889,6.2539511,6.2502565,6.2573671,6.262332,6.2904634,5.5111561,5.4183297,6.3813796,6.324502,6.3601475,6.3687048,6.2779269,6.2411566,6.2314615,6.1975031,6.0132389,6.0083618,6.0116448,6.0211411,6.0583534,5.3779473,5.2779984,7.5789213,7.5268826,7.5685029,7.6785493,7.6295567,7.6072116,7.5997133,7.5797997,7.3651433,7.354876,7.3362436,7.3804626,7.4244165,6.8019948,6.7328138,6.4267902,6.3610291,6.4069829,6.3950877,6.3039174,6.2860589,6.2765641,6.2647161,6.0484548,6.0361667,6.0384803,6.0509801,6.0954728,5.5840583,5.5015855,7.2952518,7.2470627,7.28023,7.3072248,7.2404122,7.2157278,7.2048721,7.1838694,7.0087337,6.999114,6.9932103,7.0093656,7.0441875,6.5147276,6.4959588,6.9512324,6.8957796,6.9341049,6.9470825,6.8704371,6.8477268,6.8371639,6.8191295,6.624083,6.6130285,6.6103339,6.6247578,6.6636229,6.13557,6.0871258,7.230268,7.1770163,7.2176671,7.2732849,7.2091961,7.1874104,7.1788774,7.160984,6.9556904,6.9448872,6.9342318,6.9620876,7.0036616,6.437974,6.3811302,7.0069566,6.9558401,6.989984,7.0237241,6.9465299,6.912302,6.902535,6.870996,6.6922011,6.6847959,6.6807213,6.6977582,6.7334456,6.0814018,6.0127935,5.2855473,5.2909007,5.3581619,5.3271766,5.359777,5.336329,5.6229892,5.7070036,5.5916624,5.5649185,5.4446354,5.5085826,5.5384502,5.4046416,5.331821,6.3785987,6.3696899,6.4406466,6.4252191,6.4369378,6.3976731,6.7732229,6.8570232,6.7571435,6.719358,6.514616,6.5924559,6.6158857,6.5770288,6.4334202,4.3784227,4.3918748,4.3455677,4.3369646,4.3487682,4.2500548,5.3740978,5.4001808,5.3844404,5.3750329,5.0256877,5.0845041,5.0889754,5.1923313,5.168612,5.3700085,5.3753467,5.4384465,5.4088693,5.4389048,5.4096446,5.7458529,5.8289905,5.7212596,5.6928215,5.551487,5.6174984,5.6452522,5.5374956,5.4626551,5.5573311,5.5641079,5.5883818,5.566576,5.5917878,5.5447969,6.0256824,6.1036463,6.0210972,5.9913049,5.779213,5.8599529,5.8811202,5.8465586,5.7670336,5.0209384,5.0388327,5.0886483,5.0602031,5.1046219,5.0709395,5.4721594,5.5639281,5.4742131,5.4477377,5.295651,5.3661699,5.3904729,5.3148904,5.2518106,6.9894457,6.9816713,6.9880466,6.9882002,6.9996705,6.952292,7.3537173,7.4403143,7.3554192,7.3167396,7.0536504,7.1591749,7.1788883,7.1763916,6.970407,4.2768431,4.3115597,4.3236251,4.2974572,4.3373027,4.2726011,5.0590396,5.1312919,5.0927596,5.0736051,4.8377566,4.8975682,4.9093752,4.9487076,4.9029222,4.8611379,4.8845773,4.927968,4.9002948,4.9498954,4.912703,5.3601322,5.4547877,5.3750792,5.3495002,5.1880937,5.2600694,5.2822728,5.2269239,5.1687155,5.8603077,5.8672619,5.7888365,5.7753506,5.7951427,5.733336,6.3065882,6.3710394,6.3130131,6.2868481,5.9910188,6.1130791,6.1277442,6.1454701,6.0705061,3.5307646,3.560951,3.5630612,3.5380797,3.5456231,3.452184,4.7316217,4.7478795,4.739316,4.7341142,4.4249554,4.4420619,4.4454412,4.554286,4.5171852,3.6486194,3.7113926,3.7397997,3.6950004,3.7512891,3.7043722,4.3817229,4.4698615,4.4388533,4.4227152,4.2486482,4.3047495,4.3162608,4.3450274,4.2851892,3.9870772,4.0349541,4.0602813,4.0271587,4.0815973,4.0288019,4.7289228,4.8175349,4.7795916,4.7607989,4.5652738,4.6259699,4.6386814,4.6650529,4.6154652,3.6095357,3.6640959,3.674603,3.6275563,3.6477642,3.5762339,4.5484586,4.5882468,4.5692639,4.5590715,4.3188062,4.3517675,4.3584528,4.4299684,4.3664613,5.7780485,5.7804475,5.8094273,5.7888727,5.8098803,5.7646594,6.2162933,6.2943954,6.2071791,6.1755705,5.9626842,6.0452375,6.0671272,6.0293851,5.9377685,5.6299047,5.6318598,5.6861711,5.6607065,5.6835585,5.646069,6.0414166,6.121387,6.0223632,5.9912319,5.8144794,5.8860292,5.911006,5.8396134,5.7543325,5.8720551,5.8669238,5.9412332,5.9156203,5.9314575,5.8980198,6.2471633,6.3262148,6.2172747,6.1839356,6.0173564,6.0851841,6.111865,6.0281096,5.929307,5.0746894,5.0922918,5.1137753,5.0902047,5.1262136,5.0758491,5.6261282,5.7070503,5.6367569,5.6104784,5.4011698,5.4765105,5.4955354,5.4753003,5.4143238,4.4622226,4.4967251,4.5258737,4.4990864,4.5540009,4.5061989,5.0960064,5.1903944,5.1344376,5.1117764,4.9234734,4.9936814,5.0105381,5.0047836,4.9557791,5.3567367,5.3667531,5.4032955,5.3785591,5.4089375,5.3658276,5.827723,5.9089923,5.8233776,5.7945642,5.60359,5.6780825,5.7004089,5.651257,5.5789065,6.2786627,6.2779288,6.2536535,6.2419877,6.2580514,6.2071762,6.6705918,6.74648,6.6695852,6.6368837,6.3734541,6.4832344,6.5020308,6.4956656,6.377317,6.7280855,6.7245193,6.6661053,6.6617246,6.6750188,6.6235085,7.0632963,7.1404138,7.0665712,7.0325108,6.7425451,6.8707232,6.8884311,6.8934855,6.7395396,4.2399859,4.2799129,4.3052287,4.2769413,4.3314705,4.279357,4.9395823,5.030726,4.9848347,4.9640551,4.7665048,4.8324242,4.8469081,4.861104,4.8138971,5.7238336,5.7253723,5.7708764,5.7477717,5.7691131,5.728158,6.1478367,6.2271037,6.1329627,6.1012087,5.9080071,5.9839892,6.0076079,5.95226,5.8623819,4.415205,4.4532785,4.4994488,4.4716706,4.5446634,4.5147834,4.9297643,5.0444608,4.9744811,4.9521875,4.8184075,4.8953109,4.9167581,4.864687,4.8155465,5.0333552,5.0518413,5.0871615,5.0612488,5.1015944,5.0582509,5.5482287,5.634758,5.5569534,5.5303369,5.3459706,5.4186721,5.4398017,5.397985,5.3363271,7.9953084,7.9868789,7.9069757,7.9293509,7.9388876,7.890347,8.250329,8.3398247,8.2641602,8.2253809,7.9112496,8.0549459,8.072773,8.083869,7.7562261,5.5228453,5.5317869,5.5324974,5.5130763,5.538322,5.4848638,6.0223565,6.0968146,6.0245657,5.9962382,5.7593584,5.8470635,5.8657522,5.8532691,5.7786541,4.6770039,4.7052512,4.7328467,4.7071419,4.7554913,4.7068791,5.2810683,5.3705139,5.3086348,5.2846498,5.0900383,5.1613741,5.1791987,5.1662536,5.114037,3.4450774,3.5119298,3.5473106,3.5125284,3.5980613,3.5651402,4.1091537,4.2312431,4.1995726,4.184834,4.0508661,4.1229148,4.1365228,4.1480794,4.0995955,7.1584625,7.1483316,7.1762037,7.1791453,7.1893682,7.1436477,7.525878,7.6159849,7.52702,7.4862823,7.2314153,7.3301377,7.3502231,7.3456025,7.1114197,4.9419112,4.9597001,5.0200315,4.9898996,5.0403876,5.0183477,5.3139858,5.4105902,5.3072963,5.2829123,5.1690817,5.2383823,5.2664518,5.1475372,5.0846453,4.1777687,4.2219152,4.2575064,4.2291899,4.2994857,4.2592397,4.8027134,4.9122524,4.8601265,4.839129,4.6778507,4.7508903,4.7679262,4.7578855,4.7117624,4.5051408,4.5356913,4.5505643,4.5260348,4.5690379,4.5098472,5.207974,5.2873912,5.2392845,5.2176895,4.9935617,5.0605879,5.0748005,5.094564,5.0469146,5.1419725,5.1524153,5.2161989,5.1854877,5.2252488,5.2021408,5.4944658,5.5832381,5.4728785,5.4471049,5.3288431,5.3948812,5.4239974,5.2963228,5.2278337,7.0946722,7.089386,7.0177083,7.0202508,7.0321021,6.9810042,7.397315,7.4774618,7.4038653,7.3683715,7.0661659,7.2025781,7.220046,7.2296143,7.034873,4.8970151,4.9189324,4.9389315,4.9150944,4.9548178,4.9025631,5.4878888,5.5699234,5.5057669,5.4808049,5.26968,5.3431869,5.3609867,5.3506484,5.2947636,3.8577378,3.9114664,3.9477551,3.9181421,3.9993725,3.9628956,4.4995737,4.6192832,4.5757918,4.5572314,4.4113264,4.4860816,4.5019455,4.5000324,4.4558206,4.0226436,4.063705,4.0762267,4.0446649,4.0796008,4.0116539,4.8722754,4.9355755,4.9050832,4.8886118,4.6489429,4.6992807,4.7090335,4.7627707,4.7139573,5.4168911,5.4267664,5.4474263,5.4252701,5.4533162,5.4045844,5.910799,5.9888382,5.9105387,5.881917,5.6679864,5.7478347,5.7682109,5.7391872,5.6662679,4.611237,4.635891,4.6303205,4.6099873,4.6419125,4.5717034,5.3634586,5.4281125,5.3867989,5.3668799,5.1047039,5.1729641,5.1848359,5.2267985,5.1819205,6.9381537,6.9242659,7.0094123,7.0047083,7.0130978,6.9732666,7.3276424,7.4185162,7.3186455,7.2763524,7.0584421,7.1374989,7.1594019,7.139586,6.9265881,5.2558336,5.2698536,5.2428231,5.2255678,5.2516646,5.1868124,5.8457828,5.9122248,5.8574834,5.8333597,5.5641708,5.6542444,5.6688261,5.689774,5.6312718,4.4237461,4.4613667,4.5133533,4.485795,4.5637283,4.5414443,4.8795733,4.9990416,4.9207006,4.8993058,4.7876172,4.8664632,4.8902683,4.8130174,4.7633195,5.8224306,5.8272729,5.8122554,5.7955852,5.8164625,5.763279,6.2745976,6.3480196,6.27458,6.2448144,5.9937992,6.0925174,6.1110396,6.101757,6.0144906,3.1055303,3.1732349,3.2114384,3.1899042,3.3092103,3.2906394,3.6819127,3.8420761,3.812614,3.8021843,3.7233391,3.8163576,3.8325279,3.8266599,3.7952318,4.0821204,4.1300974,4.1728506,4.1457424,4.2312207,4.2014732,4.6436715,4.7693715,4.7127686,4.6928687,4.5642695,4.6443028,4.6635385,4.6321754,4.5884552,6.1521297,6.1438498,6.22293,6.2020078,6.2144318,6.1784639,6.5379243,6.6192107,6.5137362,6.4775753,6.2932034,6.3647714,6.3899212,6.3297296,6.2086124,5.9332352,5.930357,5.9862847,5.9644995,5.9815555,5.9422169,6.3378115,6.4175663,6.3190541,6.2853417,6.0925608,6.1682124,6.1923909,6.1362391,6.0327411,3.9839811,4.0350242,4.0866156,4.0632925,4.1672549,4.1542387,4.4309473,4.5735078,4.5054536,4.4888787,4.4069905,4.4959817,4.5192757,4.4445143,4.4036264,5.8216324,5.8294644,5.72364,5.7109556,5.7299857,5.6633844,6.2755322,6.3345232,6.2839551,6.2600427,5.944768,6.0750995,6.0878305,6.1179638,6.0520768,6.6398039,6.6331301,6.6568928,6.6496158,6.6622124,6.6162763,7.0263438,7.1104374,7.0227275,6.9852552,6.7400556,6.8365746,6.8572283,6.8447871,6.6781964,5.7714305,5.7796321,5.641643,5.630197,5.6472096,5.5739784,6.2393398,6.2904444,6.2490196,6.2281246,5.8881526,6.0271659,6.0373812,6.0832472,6.0284195,4.9540553,4.9737015,4.9733028,4.9526558,4.9856372,4.9243612,5.5863528,5.6589203,5.6033058,5.579577,5.3360844,5.4131441,5.4284496,5.4419298,5.3880692,6.6106834,6.6095109,6.4909353,6.4836473,6.4974971,6.4439845,6.9014997,6.9702435,6.9051805,6.874733,6.561326,6.7125525,6.7282343,6.7382827,6.6188807,4.8591347,4.882616,4.9166007,4.890419,4.9362907,4.8923025,5.4041171,5.4939575,5.4219384,5.3964787,5.2132673,5.2855744,5.3056712,5.2721281,5.2151546,5.2643957,5.2777829,5.2930856,5.2710032,5.3018355,5.2502627,5.7938743,5.8715796,5.7993908,5.7721353,5.5527482,5.6319237,5.651042,5.6321034,5.565784,2.1528397,2.2176466,2.2478304,2.2392163,2.3778954,2.3737128,2.5975769,2.7753787,2.7639227,2.7654419,2.768502,2.8762603,2.8937023,2.8892837,2.8784347,4.7421446,4.7666798,4.7755661,4.753068,4.7910948,4.7311773,5.4060946,5.4823089,5.4293084,5.4064469,5.1740732,5.2457314,5.2607608,5.2751465,5.2246861,5.4472418,5.4530282,5.5064268,5.4794192,5.5073552,5.4712343,5.8651237,5.9469662,5.8487754,5.8191543,5.6517863,5.7217584,5.746973,5.6691222,5.5919743,5.4161296,5.4266376,5.2793941,5.2705011,5.2846546,5.1978345,6.0125332,6.0488005,6.0221491,6.0077477,5.637991,5.7681761,5.7751446,5.8492117,5.8146329,5.0052652,5.0227513,4.99614,4.9789271,5.0059395,4.935885,5.670589,5.7331896,5.6865439,5.6648889,5.3880749,5.4712815,5.4840336,5.5197725,5.4697876,4.0449991,4.0944252,4.1428094,4.1173568,4.2133632,4.1928926,4.5411325,4.6771035,4.6138749,4.5953503,4.4935479,4.5788317,4.600419,4.5449095,4.5026956,5.6031137,5.6126161,5.4679313,5.4581752,5.4738932,5.3936138,6.1330347,6.1767955,6.143312,6.1257048,5.769279,5.9050384,5.9135981,5.9746709,5.9305892,5.1739182,5.1878638,5.2324381,5.2054362,5.2425113,5.2039781,5.6384149,5.7244825,5.6365538,5.6088877,5.4382153,5.5095286,5.5328984,5.4698215,5.4029326,7.7176042,7.7040915,7.7348018,7.7497869,7.757895,7.7120352,8.0653992,8.1609602,8.0703545,8.0262585,7.7642379,7.8629556,7.8820462,7.8796721,7.5603805,5.1457238,5.1617556,5.1631598,5.1425815,5.1735983,5.1157727,5.7256899,5.799674,5.7372079,5.7117643,5.4736905,5.5542526,5.5710526,5.5724154,5.5124078,5.3195276,5.3291006,5.3777418,5.3507323,5.3828835,5.3455391,5.758677,5.8423061,5.7488928,5.7202086,5.5509691,5.6216817,5.6460433,5.5749083,5.5028353,5.4835448,5.4899802,5.5332155,5.5082474,5.5352783,5.4945197,5.9270229,6.0076556,5.9162307,5.8863621,5.7008238,5.7745004,5.7979774,5.7392526,5.6612349,4.9538751,4.9660182,4.8651509,4.8565011,4.8699417,4.7765808,5.7264829,5.7580142,5.7366433,5.7246113,5.3623266,5.4604464,5.4661703,5.5545287,5.5260797,5.5678229,5.5667124,5.6385365,5.6087794,5.6309004,5.6029754,5.9162607,5.9954371,5.8803291,5.8505239,5.7113771,5.7750292,5.8039951,5.6865549,5.6042395,5.2134099,5.227253,5.2593269,5.2346015,5.2686939,5.2236595,5.7137632,5.7960997,5.716064,5.688365,5.4941301,5.5685649,5.589808,5.5494094,5.4826431,4.6539555,4.6840038,4.7247939,4.6972284,4.7545042,4.7165818,5.1895981,5.2897477,5.2183061,5.1940556,5.0331039,5.1060677,5.126781,5.0845318,5.0312109,4.2340069,4.276875,4.3316951,4.3066864,4.3987222,4.3859816,4.6419897,4.7730403,4.6923475,4.6742935,4.590837,4.6749902,4.7003837,4.6037898,4.5574226,3.6579535,3.717922,3.7375872,3.6878242,3.7225597,3.6630774,4.4771681,4.5382204,4.5123425,4.4983749,4.2929673,4.3360252,4.3449717,4.3941331,4.3281393,4.6689963,4.6961055,4.7548676,4.7261205,4.7926145,4.7754822,5.0424967,5.1515007,5.0541544,5.0324492,4.9347582,5.0090594,5.0367246,4.9186811,4.8621869,6.0858669,6.0843115,6.1085134,6.0919909,6.1088681,6.0630908,6.5012231,6.5801201,6.492816,6.459125,6.232111,6.3213139,6.34271,6.3149414,6.202785,4.4129562,4.4504752,4.4894538,4.4617929,4.5276923,4.489677,4.986527,5.0934253,5.0309987,5.0083499,4.8503761,4.9243417,4.9434872,4.914866,4.8659897,4.7146077,4.7424355,4.7938437,4.7651105,4.825789,4.7976933,5.169868,5.2745562,5.1898947,5.1658554,5.0344691,5.1080036,5.1321526,5.0540767,4.9982386,4.0185862,4.0426502,4.0337234,4.0158324,4.0314531,3.9405019,5.0643263,5.0970569,5.0794005,5.0688944,4.7585173,4.7978644,4.8033228,4.8982816,4.8653026,3.611835,3.6711562,3.7132106,3.6890736,3.7968819,3.7745521,4.1727371,4.3203893,4.2760758,4.2609072,4.163599,4.2524266,4.2708735,4.2475033,4.2111034,3.4980345,3.5597639,3.6053276,3.5849333,3.7065401,3.6938176,3.9917815,4.152235,4.1044598,4.0917559,4.022655,4.1191192,4.1395388,4.0962524,4.064033,5.3588567,5.3710456,5.3632488,5.3441696,5.3712363,5.3134699,5.9016867,5.9739347,5.9090862,5.8825903,5.6359706,5.7230887,5.7401576,5.7405734,5.6743941,5.5265532,5.5377235,5.6958709,5.6900187,5.694437,5.6642494,6.0619607,6.1582212,6.087924,6.0474291,5.8171964,5.8797135,5.9320383,6.0139256,5.9740391,5.8695555,5.8829684,5.9046388,5.9088149,5.9168673,5.8851066,6.2980618,6.3951306,6.3353686,6.2969956,5.9939976,6.0934896,6.1374841,6.2075024,6.1786208,5.0998158,5.1126871,5.4349499,5.4295235,5.4286861,5.4061251,5.7534389,5.8553758,5.7841458,5.7411342,5.5625482,5.5711141,5.6096578,5.719501,5.6680255,5.2665286,5.2738981,5.596034,5.5859442,5.5870419,5.5653081,5.9098043,6.008265,5.9317923,5.8896704,5.7174201,5.7431288,5.7905378,5.9041123,5.8490496,5.5146928,5.5218973,5.6751666,5.6756449,5.6797295,5.6479015,6.0641456,6.1708922,6.1029706,6.0602655,5.8095727,5.863111,5.9094238,5.998796,5.9627733,5.0702486,5.0672207,5.3651752,5.3688664,5.3683929,5.3269153,5.7073555,5.8297782,5.7621465,5.7161708,5.5196786,5.5266628,5.5614066,5.7083845,5.6647139,5.6334519,5.6316075,5.7563424,5.768455,5.7673831,5.7286887,6.1818895,6.3114295,6.2445755,6.1961131,5.8612032,5.8570738,5.8946977,5.9821444,5.9558601,5.4928293,5.4877052,5.6606531,5.6720271,5.6695142,5.6328692,6.0631976,6.1988182,6.1295033,6.0786238,5.7813144,5.7784653,5.8154426,5.9154797,5.8852687,5.7295451,5.7444167,5.8223014,5.8152175,5.8201413,5.7884097,6.1778245,6.2653341,6.198163,6.1604862,5.9082623,5.9986358,6.0528622,6.1189551,6.0819864,5.6015024,5.607513,5.7140446,5.7205291,5.7245541,5.6892152,6.1332111,6.2462401,6.1817956,6.1384931,5.8473072,5.8949656,5.9377294,6.0227175,5.993196,5.3637295,5.3714399,5.6155558,5.6089568,5.6116629,5.5849233,5.9646492,6.0658426,5.9923105,5.9498663,5.7475476,5.7871065,5.8364401,5.9355426,5.889493,5.2738209,5.2687979,5.5153275,5.5213599,5.5202274,5.4847517,5.8873653,6.0158849,5.9454274,5.8963761,5.6647434,5.6770096,5.7149029,5.8368702,5.7983284,6.188592,6.2057781,6.1338615,6.1362262,6.1451659,6.1153765,6.4883456,6.5731759,6.516819,6.4814773,6.1547832,6.2995739,6.3413587,6.3985267,6.3704662,4.5810614,4.6225424,4.9634614,4.9578142,4.9502697,4.9316368,5.2343907,5.3180346,5.255754,5.2150388,5.0575409,5.0188589,5.0399513,5.1148992,5.063271,5.1994071,5.2088881,5.5375042,5.5291157,5.5294228,5.507977,5.8513808,5.951169,5.8767033,5.8344193,5.6614943,5.6803317,5.7241483,5.8385153,5.7841563,5.4476528,5.4830627,5.5959706,5.581152,5.5874538,5.5570455,5.9522996,6.0293303,5.957056,5.9230251,5.7232795,5.7929287,5.8775792,5.9170303,5.8788977,5.5041647,5.4934816,5.6814141,5.6942954,5.6878495,5.6489267,6.0584288,6.2028027,6.132268,6.0775986,5.7719808,5.7487516,5.7819309,5.8882341,5.8577361,5.4314265,5.4394941,5.6412663,5.6368451,5.6403208,5.6112542,6.0067868,6.108953,6.03759,5.9953189,5.7744169,5.8223443,5.8715901,5.9646511,5.9228806,5.9282207,5.9406457,5.931036,5.938787,5.946949,5.9120235,6.3478832,6.4469848,6.3907409,6.3527031,6.0207157,6.1151915,6.1565633,6.2252259,6.2007718,5.7839122,5.791759,5.8205924,5.8294106,5.8333616,5.7884264,6.2839799,6.3900218,6.3320441,6.2921243,5.930295,5.9639177,6.0040312,6.077992,6.0563388,5.2444496,5.2470102,5.5188146,5.5187192,5.5194373,5.4905529,5.8749571,5.9897709,5.9187064,5.8731747,5.6649766,5.6856413,5.7265706,5.8417912,5.7977343,5.8695955,5.8630052,5.9684095,5.9822459,5.9778252,5.9366693,6.3788872,6.5105505,6.4429545,6.3923965,5.9950557,5.9533668,5.9873691,6.0671091,6.0435753,5.9328523,5.942955,5.9136739,5.9196939,5.9237342,5.8694396,6.4041195,6.4953375,6.444222,6.4095035,5.9983082,6.0280986,6.0666189,6.1355004,6.1180301,5.9239044,5.922379,5.9913383,6.003324,6.0021262,5.9569678,6.4273186,6.5470309,6.4837756,6.4378424,6.0242567,5.9936686,6.0290842,6.103776,6.082551,5.9820805,5.9946628,5.9540634,5.9613605,5.968873,5.9296875,6.3833556,6.4784427,6.4247594,6.3880587,6.0372944,6.1320167,6.172586,6.2386503,6.2165728,5.1264796,5.1308489,5.4337072,5.4338059,5.4336805,5.4046917,5.7753649,5.8905506,5.8209443,5.775918,5.5807471,5.5907617,5.6282334,5.7513242,5.7052493,5.7292271,5.7392468,5.8017735,5.807301,5.8136573,5.7797523,6.2132273,6.3179884,6.2563162,6.2157197,5.9175696,5.9909353,6.0344973,6.1116986,6.0829282,6.1291862,6.1421514,6.010119,6.0135508,6.018537,5.9626436,6.4906526,6.5654197,6.5231667,6.4955659,6.079947,6.1772661,6.2159214,6.2798128,6.2652469,5.2792101,5.2867303,5.5715127,5.5647659,5.566278,5.541636,5.906951,6.0092244,5.9353075,5.8923702,5.7025695,5.7310019,5.7771544,5.8845134,5.8350887,5.7877197,5.8003306,5.8517923,5.8531308,5.8598909,5.8277192,6.237968,6.3346472,6.2720847,6.2329288,5.947392,6.0384374,6.0842967,6.1567636,6.1252799,5.4075036,5.4173737,5.6500497,5.6400595,5.6434202,5.6169143,5.9919591,6.0874186,6.0119596,5.9709029,5.7747717,5.8212337,5.8758469,5.9664359,5.9194689,5.8302169,5.8151879,5.9758782,5.9895968,5.9795856,5.9407558,6.3227239,6.4711261,6.4004707,6.342206,5.9581165,5.8918166,5.9211297,6.0144567,5.9865699,5.6908717,5.7029977,5.7907486,5.7889342,5.7946153,5.7625413,6.1693492,6.2652416,6.1996632,6.1599832,5.8952217,5.9765458,6.0251799,6.1002307,6.0657258,5.3584161,5.3572664,5.5731792,5.5781097,5.578701,5.545557,5.9592733,6.0824018,6.0123749,5.9649596,5.7220626,5.7445354,5.7853565,5.8942037,5.8572149,5.0138221,5.0314941,5.4676247,5.4576054,5.4573383,5.4453244,5.7378778,5.8333321,5.7614703,5.7237134,5.5864992,5.5865312,5.6252432,5.7697544,5.7033248,5.3713384,5.3792424,5.6611943,5.6482444,5.6507473,5.6272521,5.9798493,6.0739226,5.9948101,5.9535813,5.7781196,5.8167315,5.8717642,5.9700246,5.9170585,5.1424689,5.1347842,5.4075913,5.4141378,5.412333,5.3688154,5.7606769,5.8902187,5.8212633,5.7724943,5.5594492,5.5656133,5.6001754,5.7436199,5.70327,5.5133944,5.5361514,5.669364,5.6560369,5.6613564,5.6311536,6.0211143,6.1039057,6.0305758,5.9938822,5.7854519,5.8551836,5.9243536,5.9795728,5.9391851,5.3056135,5.3099241,5.6644797,5.6507583,5.6516938,5.6321149,5.9574399,6.0526443,5.9724689,5.9307189,5.7729983,5.7994561,5.849123,5.9702859,5.9090362,5.6198177,5.6236362,5.7244406,5.7336845,5.7361674,5.6980143,6.1586237,6.2769527,6.2127638,6.1682153,5.8526688,5.8807621,5.9214859,6.0057993,5.979001,5.0832977,5.0698919,5.3076768,5.3172216,5.3112359,5.2488899,5.6467443,5.7810807,5.7135544,5.6622758,5.4421844,5.4360843,5.4649577,5.624958,5.5886106,5.2483678,5.2368727,5.4709239,5.4808679,5.475482,5.4297667,5.8307133,5.9695396,5.8995771,5.8468604,5.6033621,5.5978498,5.6305118,5.7633834,5.7278438,5.4958181,5.4979653,5.6501803,5.6569824,5.6590104,5.624177,6.0614953,6.1816406,6.1143384,6.0684776,5.7920637,5.8229103,5.8647008,5.9587283,5.9270205,5.0799618,5.0945907,5.4342041,5.4272971,5.4261007,5.4054966,5.7417541,5.8408966,5.7691488,5.7270327,5.5569844,5.563735,5.6023755,5.7140718,5.6600699,5.0297012,5.0472898,5.4496112,5.4402323,5.438704,5.4241028,5.7292905,5.8254795,5.7530675,5.7143455,5.5683575,5.57058,5.6091638,5.7392941,5.6772041,5.826756,5.8159347,5.9534435,5.9674101,5.9595456,5.9209352,6.3349934,6.477325,6.4075041,6.3526535,5.9671769,5.9151812,5.9472589,6.033381,6.0075293,5.437283,5.4390206,5.6190586,5.6239004,5.6258245,5.5924697,6.0173788,6.1364083,6.0677342,6.0217781,5.7649698,5.7967272,5.8391418,5.9383655,5.9036736,5.583828,5.5937219,5.7215767,5.7201967,5.7251,5.6933994,6.1045132,6.2052488,6.1379862,6.096869,5.8437285,5.9097991,5.9579906,6.0404592,6.0045428,5.4367948,5.4431558,5.6352105,5.6338034,5.6371264,5.6068149,6.0121927,6.1190996,6.0490885,6.0058661,5.7734776,5.8190632,5.8658338,5.9609785,5.9215965,5.9302611,5.9343605,5.9640374,5.9737239,5.9756775,5.9256005,6.4284306,6.5353746,6.4774146,6.4366636,6.0186586,6.0082779,6.0453558,6.1169486,6.0976057,5.352242,5.3373914,5.5465345,5.5583367,5.5490193,5.4996591,5.8951468,6.0402231,5.9699397,5.9139628,5.6412859,5.616941,5.6466899,5.7736883,5.7409701,5.5380583,5.5375733,5.6804905,5.6905994,5.6907926,5.6539884,6.1005659,6.2276487,6.1603804,6.1126633,5.8101158,5.8224821,5.8618441,5.9542379,5.9253554,5.5928731,5.5732503,5.7552156,5.7675347,5.7526765,5.6998601,6.071938,6.2212667,6.1504455,6.0900598,5.7623196,5.7036886,5.7292686,5.8460798,5.8157477,4.7287436,4.7637396,5.1243443,5.1183829,5.112947,5.096302,5.401865,5.4905415,5.4258451,5.3864064,5.2320781,5.2075291,5.2347264,5.3278003,5.2741551,5.8553729,5.8664813,5.8489871,5.8557758,5.8608809,5.8131819,6.321054,6.4168215,6.3631701,6.3268971,5.9570322,6.0130644,6.0537329,6.1235466,6.1035142,5.1480575,5.1563725,5.459199,5.456419,5.4564204,5.4309659,5.7947478,5.9031463,5.8324008,5.7883139,5.5976086,5.6105452,5.6497221,5.7631707,5.715106,5.0770264,5.0920596,5.4700279,5.4609256,5.4596672,5.4426928,5.7599878,5.8571253,5.7839775,5.7438226,5.5892067,5.5956945,5.6355133,5.7589231,5.6995068,5.8990512,5.9141464,5.9320841,5.9285436,5.9346271,5.9020519,6.2898211,6.3763103,6.3128233,6.2754741,5.9924955,6.1026349,6.1518912,6.2145567,6.1813927,5.0828242,5.0645967,5.2659702,5.2749186,5.2627621,5.1825442,5.578661,5.7131567,5.6462479,5.5922136,5.370748,5.3494844,5.3736901,5.5403919,5.5064268,4.8789454,4.9064593,5.2855825,5.2787528,5.2752748,5.2603045,5.5682449,5.6627183,5.5947089,5.5567327,5.4067879,5.3972654,5.4307485,5.5429049,5.4862499,5.2681375,5.2678432,5.5266538,5.5287929,5.5292397,5.498116,5.8919163,6.0114775,5.9406714,5.8940091,5.6760087,5.6960869,5.7364383,5.8534584,5.811728,6.006484,6.0216007,5.9977622,6.0050402,6.0151224,5.9845877,6.3946247,6.4900026,6.4342222,6.3974776,6.071876,6.1878586,6.2298512,6.2953558,6.2695599,5.0341983,5.0518432,5.4238377,5.4156275,5.4138761,5.3967156,5.7153096,5.8122735,5.7404842,5.7004161,5.5441589,5.5471029,5.5852771,5.704248,5.6463742,5.3804388,5.3727632,5.5805559,5.5909095,5.5874166,5.5496697,5.9645686,6.1020627,6.0317802,5.9799204,5.7110639,5.709291,5.7451644,5.8580165,5.8247213,5.3915453,5.3881783,5.5884104,5.5964084,5.5956864,5.5605912,5.9826107,6.112052,6.042346,5.9932542,5.7317667,5.7451115,5.7841311,5.8914165,5.8573456,5.7162094,5.7235384,5.7803087,5.7889118,5.7932553,5.7537327,6.2224107,6.3326573,6.271925,6.2302675,5.9009199,5.9461122,5.9873176,6.064949,6.0401444,5.2124915,5.1873336,5.3364625,5.3417759,5.3207583,5.2162633,5.5960169,5.7247014,5.6571145,5.5991726,5.354826,5.3045182,5.3219266,5.4927454,5.4604192,5.2107277,5.2169147,5.6120601,5.5995817,5.5995407,5.5825419,5.8940945,5.9902139,5.9123788,5.8712287,5.7213955,5.7376027,5.7820973,5.9169922,5.85221,5.4776769,5.4930158,5.6736269,5.6616664,5.6661124,5.637702,6.020164,6.1091261,6.0341988,5.9952626,5.7923713,5.8517947,5.9131603,5.9852133,5.9415188,5.6755872,5.6830416,5.7586703,5.7660685,5.7708426,5.7343254,6.1859808,6.2964783,6.23422,6.1921077,5.8842835,5.9376149,5.9798832,6.060082,6.0327802,5.5962439,5.6046033,5.7216382,5.7238369,5.7287564,5.6959734,6.1192822,6.2251315,6.1594353,6.1174879,5.8493552,5.9112582,5.9567952,6.0409017,6.007699,5.5172253,5.5183187,5.6631875,5.6717081,5.6730018,5.6370645,6.0808239,6.2041235,6.1370659,6.0904508,5.800755,5.8237305,5.8643885,5.9572639,5.9271874,5.4042621,5.4073319,5.6074486,5.6093493,5.6116848,5.5801582,5.9926238,6.1071048,6.0374341,5.9923739,5.7529902,5.7886586,5.8324995,5.9335375,5.8957095,5.7395906,5.7444711,5.8050666,5.8151851,5.8177223,5.7746806,6.2592425,6.3729095,6.3118429,6.2691808,5.9127264,5.9308686,5.9703164,6.0477619,6.0248685,5.1665726,5.1656375,5.4553585,5.457653,5.4572892,5.4244399,5.8058543,5.926579,5.8566351,5.8100529,5.6058254,5.6176867,5.6551719,5.784009,5.7401209,5.2415409,5.2378964,5.5000882,5.5044522,5.503861,5.4696646,5.8650222,5.990159,5.9196725,5.8716168,5.6509728,5.6650915,5.7033529,5.827599,5.7869382,5.3307266,5.3348022,5.5754056,5.5742083,5.5761185,5.5471864,5.9405956,6.0515728,5.9803038,5.93571,5.7188206,5.7503099,5.794466,5.9005346,5.8580375,5.0108967,5.0155158,5.331944,5.3331151,5.3327751,5.2976475,5.6642213,5.7804012,5.7136478,5.6698561,5.4837408,5.4865866,5.5209861,5.6590114,5.6128531,6.0582972,6.0724435,5.9866376,5.9915085,5.9982767,5.9549932,6.4223251,6.5087352,6.4583125,6.4245319,6.0599246,6.1689963,6.2098417,6.2724195,6.2519083,5.2875843,5.2938509,5.5613575,5.5572319,5.558836,5.5323691,5.9096894,6.0159745,5.9435139,5.8997798,5.6987777,5.7274795,5.7721844,5.8792243,5.8328815,5.6953807,5.6971765,5.7874775,5.7986808,5.7996087,5.7585902,6.2297788,6.3508673,6.2869387,6.2415686,5.8929839,5.8990235,5.9376993,6.0191374,5.9948287,6.3340158,6.3539677,6.2360225,6.2463975,6.2606091,6.2360325,6.6087613,6.6957016,6.6464672,6.6137996,6.2574062,6.4241042,6.4632397,6.5182981,6.4955444,5.5965157,5.5897398,5.7468834,5.759975,5.7558308,5.7184043,6.1480904,6.2871466,6.2178097,6.1655869,5.8376837,5.818737,5.8540344,5.948596,5.9205093,4.7661061,4.7967896,5.1312099,5.1286354,5.1281881,5.1071448,5.4413528,5.5424013,5.4805093,5.4422297,5.2746372,5.2569232,5.2872162,5.3898926,5.3417892,6.0790401,6.0930891,5.9785523,5.9819913,5.9874525,5.9372835,6.4384127,6.5180979,6.4719381,6.4417777,6.0561042,6.1643209,6.2051978,6.2680278,6.2505116,5.5531917,5.5592833,5.6894288,5.6935773,5.6975946,5.6639514,6.0952086,6.2065177,6.1404338,6.0970969,5.8255405,5.8757997,5.9198718,6.0079498,5.9755278,5.2269802,5.2179947,5.4670663,5.475255,5.4720936,5.4304461,5.8303742,5.9645667,5.8945489,5.8437428,5.6118145,5.6150064,5.6497416,5.7822475,5.7446542,6.8977208,6.766304,6.9824333,6.9983678,7.0277853,7.0869603,7.4719181,7.6772428,7.4843907,7.3073211,7.248323,7.2935996,7.3673372,7.4633012,6.8325267,3.7251403,3.7310979,3.8502259,3.8527861,3.8692591,3.8766572,4.0994258,4.2608361,4.1459761,3.5915585,3.5528815,3.5754874,3.6232538,3.6782353,3.7176282,6.2081342,6.1220837,6.3235178,6.3273659,6.3463154,6.3977957,6.800488,6.9441657,6.7870407,6.6355257,6.595171,6.6337385,6.7002296,6.7830052,6.1103086,5.7898355,5.7523918,5.9417901,5.9325018,5.949842,5.9841075,6.2299223,6.4147868,6.2786598,5.9723949,5.9122038,5.9496112,6.034718,6.1138539,6.108036,3.5984468,3.60202,3.7230134,3.7365634,3.7527337,3.7621272,3.9797516,4.1622114,4.0354795,3.3946691,3.3619506,3.3819871,3.4164598,3.4845529,3.5120971,5.4551244,5.4128819,5.6075568,5.641623,5.6681862,5.7003098,5.9598465,6.1853065,6.0472651,5.7297339,5.6667991,5.7053928,5.7652774,5.9443545,5.9096246,4.9396935,4.9255695,5.0894556,5.0899282,5.1088324,5.1298909,5.3678455,5.552619,5.4272985,5.0035453,4.94807,4.9792109,5.0480046,5.1267056,5.1603427,5.6468925,5.6089315,5.7976656,5.8014054,5.8213224,5.8513551,6.1040263,6.3067217,6.165092,5.815887,5.7525167,5.7890005,5.8626618,5.9597421,5.9508257,4.8095403,4.800899,4.9574142,4.9492865,4.9672995,4.9877362,5.2147231,5.3798871,5.2664685,4.8795881,4.8273487,4.8580098,4.9365973,5.0021448,5.0525708,5.4284511,5.4047689,5.5816894,5.5697994,5.5870209,5.6166124,5.8503404,6.0231204,5.8995457,5.5754004,5.5184264,5.5536175,5.6404815,5.7113886,5.7399516,6.9083772,6.7937112,7.0138764,7.0210233,7.0445108,7.0973849,7.4322762,7.6455312,7.456181,7.2394247,7.1815701,7.225924,7.302659,7.4012084,7.0427337,5.8889112,5.873333,6.0552759,6.0258327,6.0338302,6.088306,6.3096266,6.4393845,6.3300495,6.1279807,6.083755,6.1225448,6.2473412,6.2947879,6.29986,4.9108434,4.9018312,5.0603118,5.045464,5.0628133,5.0867009,5.3044028,5.4563479,5.3504357,5.0200653,4.9692335,5.0013061,5.0933876,5.1527557,5.211741,4.7560644,4.7388926,4.9155202,4.9540629,4.9805951,5.0057178,5.2590051,5.4755831,5.3504014,4.9398699,4.8789454,4.9116673,4.96381,5.1281662,5.1289701,6.7371831,6.643682,6.8588247,6.8539562,6.8710876,6.9223175,7.2479949,7.436697,7.2604041,7.0423555,6.986846,7.028336,7.1097803,7.1940918,6.8973231,6.3716927,6.3207979,6.5220532,6.5013084,6.5097919,6.5641475,6.872715,7.0153341,6.8690414,6.66752,6.619648,6.6576095,6.755497,6.8165107,6.6128659,2.2002473,2.210444,2.2940998,2.3110793,2.3249335,2.335366,2.4778695,2.6299732,2.5253615,1.8951308,1.8847228,1.8940469,1.9052124,1.9608088,1.9748083,6.1732922,6.1404743,6.3329778,6.3116241,6.3153481,6.3748755,6.718668,6.822329,6.6863227,6.5161266,6.4774146,6.5119944,6.6205616,6.6732173,6.4131432,6.7660904,6.6540284,6.8682189,6.8715243,6.8919067,6.9458551,7.319458,7.5019703,7.3186073,7.1330571,7.084044,7.1259003,7.199255,7.2867103,6.7618299,5.2790151,5.2890925,5.4513731,5.4432373,5.4452844,5.506515,5.7314081,5.7906098,5.7070565,5.6007762,5.5785189,5.6110296,5.8001375,5.8481607,5.7462521,5.8991637,5.8979611,6.0726309,6.0502157,6.0479608,6.1137028,6.3494463,6.4401383,6.337595,6.1902189,6.1548133,6.190423,6.346839,6.3906555,6.3117857,5.2707853,5.2448115,5.4225645,5.4302354,5.450407,5.4752741,5.7237253,5.9255457,5.7893281,5.3851733,5.3244286,5.3580661,5.4250588,5.5212646,5.5321441,4.7992506,4.791708,4.9554033,4.955811,4.9684944,5.0189891,5.8151989,5.7447762,5.5848112,5.4685893,5.4660544,5.4770708,5.5350251,5.583744,4.864419,5.7323275,5.7211747,5.9040523,5.8926239,5.8968015,5.9626369,6.5207224,6.5291138,6.3857346,6.2489047,6.2325621,6.2561412,6.3619518,6.4074106,5.982398,6.6651196,6.5763569,6.7912674,6.7899971,6.8093443,6.8572016,7.1565199,7.3614569,7.1877198,6.945962,6.8851266,6.9273467,7.008328,7.1014342,6.8967261,5.9862876,5.9344444,6.132915,6.1348305,6.1546717,6.1899185,6.4499674,6.655715,6.505847,6.1955261,6.1310587,6.1698318,6.2471523,6.3460875,6.3033142,6.1372738,6.0723743,6.2776651,6.2896767,6.3125019,6.3498688,6.6205206,6.8412762,6.6824536,6.3850708,6.3186045,6.3589492,6.431787,6.5524697,6.4714994,6.386641,6.3030777,6.5181231,6.5386319,6.5683918,6.616694,6.926599,7.1519871,6.986424,6.7472043,6.6880221,6.7324157,6.8047166,6.9353724,6.6871204,4.1745915,4.1782808,4.3117366,4.3002033,4.317955,4.3329473,4.5407367,4.6752949,4.5829663,4.2168694,4.1727028,4.1992846,4.2863865,4.3372798,4.4033017,5.3873496,5.3992572,5.5635343,5.5557208,5.5550141,5.6207461,5.8912392,5.935348,5.845274,5.7426548,5.7236319,5.7542386,5.9402385,5.9862623,5.8376899,6.158174,6.1244831,6.316978,6.290307,6.2987385,6.3506136,6.6012187,6.7466359,6.617722,6.4001288,6.3507581,6.3893757,6.4979229,6.5528398,6.496788,6.9824443,6.8574691,7.0771761,7.0848403,7.1083989,7.1631966,7.517765,7.7263966,7.531764,7.3287277,7.274209,7.3185482,7.3939977,7.4893475,7.0392928,6.4205456,6.3587146,6.5633397,6.5473337,6.5577917,6.6110744,6.9468794,7.0922928,6.9376564,6.7403131,6.6923432,6.730237,6.8203468,6.8868265,6.6015396,6.2600856,6.2255516,6.4196973,6.3938193,6.3990903,6.4562354,6.7349248,6.8663864,6.7338061,6.5380802,6.4924912,6.5301633,6.6409345,6.6939359,6.5653763,5.4073281,5.3943691,5.5659294,5.5396509,5.5532784,5.5926213,5.8000989,5.9351883,5.8340473,5.5987849,5.5501781,5.5868611,5.7042756,5.7548089,5.809773,4.3863177,4.3805556,4.5295525,4.541863,4.5610313,4.5769229,4.8119011,5.0069971,4.8771844,4.3274393,4.2799902,4.3060513,4.3555317,4.4392481,4.4675593,6.151762,6.1095538,6.3045983,6.2868729,6.2933464,6.3494134,6.7275553,6.8326077,6.6893077,6.5191603,6.4796829,6.5137687,6.6091633,6.6669903,6.3189025,5.6771784,5.6618037,5.8397326,5.8110132,5.8220944,5.8687639,6.0820808,6.216424,6.1104817,5.8910813,5.8437262,5.8817673,6.0019941,6.0510325,6.0861874,6.487474,6.4137273,6.6214361,6.6102448,6.6229949,6.6753464,7.0264759,7.179388,7.0170555,6.8216963,6.7729664,6.811399,6.89533,6.9676843,6.6174507,5.9870038,5.9453292,6.1388927,6.1237931,6.1392426,6.1786222,6.4262862,6.6035376,6.46627,6.191112,6.1328545,6.1713405,6.2626042,6.3352299,6.3114228,4.385179,4.3844013,4.525547,4.5186315,4.5363932,4.5514078,4.7739944,4.930367,4.8231077,4.4008608,4.3531475,4.3805275,4.4536552,4.5126276,4.5679011,5.6770587,5.6331916,5.8260536,5.840559,5.8625612,5.8927579,6.1521559,6.3688202,6.2215819,5.8688598,5.8031178,5.840148,5.9079199,6.0261636,6.0012679,6.60465,6.5146613,6.7258759,6.7207313,6.7364855,6.7887559,7.150671,7.3161483,7.1442685,6.9515042,6.9020624,6.941731,7.0200524,7.0994501,6.6778288,4.6882262,4.6854343,4.836071,4.8175087,4.8347797,4.8609653,5.057817,5.1842999,5.0970473,4.8315005,4.7861576,4.8184881,4.9319291,4.9821167,5.0558367,6.3006439,6.2381124,6.4431252,6.4365926,6.4541564,6.4961514,6.7648349,6.9611249,6.8058071,6.5361829,6.4744935,6.51476,6.5989575,6.6859241,6.598176,6.0979309,6.0462713,6.2427073,6.2303166,6.2399778,6.292325,6.6919746,6.801137,6.6537814,6.4873419,6.4462709,6.4804721,6.5648146,6.6295643,6.1852446,3.2874224,3.2926829,3.4076872,3.4247832,3.4410357,3.4518626,3.6517103,3.8357868,3.7089703,3.0262406,3.0002515,3.0169272,3.0428696,3.1127558,3.134613,4.5083442,4.5079274,4.6531172,4.638411,4.6564431,4.6768494,4.8836899,5.0194716,4.9266686,4.6035595,4.5575571,4.5874248,4.6846404,4.7375536,4.8081541,5.4796524,5.4500203,5.6318679,5.6305575,5.6495233,5.6777463,5.9232478,6.1154513,5.9812021,5.6243219,5.5635128,5.5987949,5.6748857,5.7611799,5.7714462,5.7703276,5.7417269,5.9262037,5.9044328,5.9184332,5.9575772,6.1889,6.3483701,6.2255316,5.9618154,5.9077144,5.9452057,6.0455594,6.1070099,6.1197538,5.9799232,5.9479904,6.137188,6.1123433,6.1239572,6.1692653,6.4068055,6.5610609,6.4352112,6.1949229,6.1426497,6.1810517,6.2856474,6.343863,6.3305402,5.0968065,5.0875001,5.2499194,5.2268906,5.2423301,5.2745447,5.4771347,5.6102705,5.5142603,5.2612314,5.2135839,5.2481556,5.3624616,5.4135375,5.4801035,5.1460428,5.1321626,5.2980833,5.2811737,5.2979002,5.3255568,5.5450282,5.6993184,5.5897574,5.2801008,5.2278309,5.2615786,5.3569374,5.4173379,5.4700313,4.3676991,4.3594766,4.5131526,4.5360703,4.5567784,4.5743451,4.8114638,5.0200319,4.8855629,4.3146801,4.2671809,4.2931232,4.3367271,4.4394765,4.457212,5.421083,5.3937788,5.5694637,5.559968,5.5666542,5.6148529,6.147922,6.1823974,6.0440245,5.9142842,5.8895655,5.9140153,5.9888144,6.0454073,5.4364686,6.1075149,6.087482,6.2741437,6.2510242,6.2517896,6.3146157,6.6153622,6.7140117,6.5904193,6.427496,6.3903661,6.425333,6.5524845,6.6005054,6.4226065,6.0094085,5.9417024,6.1377964,6.1352077,6.1493335,6.1980205,6.6146269,6.7317896,6.582099,6.4311233,6.3900838,6.4250088,6.4943967,6.5693426,5.9480114,4.5505795,4.5453467,4.6946449,4.6941543,4.7124739,4.7288623,4.9607019,5.1355653,5.0169349,4.5571723,4.5067954,4.534924,4.5997066,4.6692238,4.7127786,4.0330906,4.0367436,4.1651497,4.1610308,4.1781502,4.1886945,4.4102473,4.5629897,4.4566202,3.989845,3.9461889,3.9708204,4.0350604,4.0897207,4.140399,4.7033286,4.6872406,4.8550596,4.8842616,4.907104,4.9282079,5.1765437,5.3928308,5.2582622,4.7669868,4.7109594,4.7406921,4.7896433,4.9168921,4.9250379,6.4415693,6.3756886,6.5828195,6.5706735,6.5857425,6.6324883,6.9123244,7.0964155,6.9395237,6.6950636,6.6370673,6.6774774,6.7657995,6.8436556,6.7131844,6.1774464,6.1305366,6.3284664,6.3101916,6.3237724,6.3681936,6.6241627,6.795917,6.6550097,6.4032764,6.3469458,6.3861642,6.4807649,6.549613,6.4928961,6.3760948,6.2951369,6.5076356,6.5237327,6.549665,6.5929494,6.8816667,7.1081738,6.9411416,6.6780572,6.6135101,6.6562705,6.7291279,6.8583403,6.6963596,6.5110865,6.4433026,6.6512117,6.636498,6.6493492,6.7000823,7.0024939,7.1719294,7.013587,6.7923441,6.7387009,6.7785087,6.8682456,6.9402761,6.7405076,6.3210526,6.2720475,6.4723434,6.4509134,6.4615216,6.5118675,6.784327,6.9433279,6.8003578,6.5751481,6.5227337,6.5618773,6.6602755,6.7235742,6.6138496,5.9219618,5.9032483,6.0881562,6.0711656,6.0732641,6.1358638,6.5384078,6.6022544,6.4709659,6.3253226,6.2967157,6.3270893,6.4444656,6.4932661,6.1721435,5.6993895,5.6509299,5.8471885,5.8699293,5.8938875,5.9252753,6.1881003,6.4127164,6.2639828,5.9260421,5.859458,5.8973885,5.962121,6.1024547,6.0644541,5.1531668,5.1266875,5.3050675,5.3253407,5.3473272,5.3713355,5.6244822,5.8395276,5.7000027,5.2692742,5.2078233,5.2408056,5.2994623,5.4169917,5.4188809,3.4565415,3.4599726,3.585247,3.6086104,3.6271765,3.6410644,3.846065,4.0412202,3.9125485,3.2342947,3.20524,3.22333,3.2500799,3.335809,3.3545604,3.8784881,3.881521,4.0084286,4.0159473,4.0329485,4.0424275,4.2705097,4.4460535,4.324677,3.7507267,3.710717,3.7337565,3.7791178,3.8433452,3.8792081,3.7322652,3.739511,3.8572888,3.8510313,3.8674977,3.8766227,4.0849471,4.2178149,4.1238022,3.6916647,3.6528826,3.675745,3.7471433,3.7944965,3.8467915,3.820761,3.8200295,3.9622662,3.9968798,4.0189414,4.0360298,4.262404,4.4669909,4.3426423,3.7540605,3.713989,3.7366993,3.7696228,3.8927052,3.9075291,4.2383847,4.2374444,4.3766208,4.3805771,4.3985,4.4114137,4.6424847,4.8193092,4.6990333,4.1798067,4.1337671,4.1592407,4.2140217,4.282208,4.3222027,5.8739285,5.8198853,6.0122757,6.0066576,6.018949,6.0674949,6.4929447,6.593955,6.4506354,6.3012066,6.2607346,6.2940869,6.368495,6.4391527,5.8590307,6.7014451,6.6024065,6.8210425,6.8320689,6.8576713,6.9074273,7.2221708,7.4419379,7.2626519,7.0297251,6.9664302,7.0106797,7.0860229,7.1947198,6.9210758,6.0239072,5.9581914,6.1661134,6.1920457,6.2209024,6.2604136,6.5339084,6.7625537,6.6092534,6.3366327,6.2724829,6.3145037,6.3828001,6.5467434,6.4453435,6.0476341,6.0351038,6.2172403,6.1880431,6.190361,6.2518802,6.484436,6.602016,6.490849,6.3094788,6.2672811,6.3053651,6.4382033,6.4830399,6.4455004,5.2288527,5.2092156,5.3809161,5.3740835,5.3922272,5.4178581,5.653399,5.8311749,5.7074018,5.3458395,5.2888341,5.3224616,5.4021587,5.476593,5.5093017,6.4477787,6.3362207,6.5409093,6.5547724,6.581636,6.6375275,7.0411224,7.2139816,7.0453148,6.8999643,6.8618312,6.9053102,6.9709125,7.0619516,6.2900348,5.4993973,5.4771662,5.6540451,5.6348419,5.6504107,5.683897,5.9094663,6.0686669,5.9513545,5.665163,5.6110773,5.6470404,5.7445788,5.8067579,5.8413453,4.9183793,4.9015756,5.0685024,5.0793519,5.0994554,5.120316,5.3647795,5.5655723,5.4323158,4.9686141,4.9121757,4.942873,5.0026565,5.0961766,5.1167736,6.3667617,6.2942562,6.5032535,6.5062537,6.5269217,6.5684729,6.8450823,7.0571747,6.8938475,6.6195488,6.5550957,6.5962667,6.6747246,6.7777352,6.6649313,5.6837492,5.6883411,5.8026671,5.7786546,5.7865839,5.7491436,6.4252839,6.5245228,6.4951415,6.43189,6.0508218,6.0257778,6.0578341,6.1611667,6.0932617,5.152647,5.1368785,5.3643818,5.3436646,5.3326545,5.4728374,5.8582168,6.211226,6.2282023,6.1432519,5.7743177,5.7539225,5.7762713,5.8725901,5.7909093,5.12187,5.105125,5.2972393,5.2776575,5.2305098,5.2902565,5.5899305,5.8631516,5.8496737,5.7451959,5.441606,5.3969188,5.4100738,5.4895954,5.4089441,4.9821439,4.9902663,5.105864,5.0814872,5.0941677,5.045054,5.852613,5.9356289,5.9047523,5.8317318,5.5310669,5.5443568,5.5758052,5.6939507,5.6531749,5.0522141,4.9985332,5.2052412,5.1724429,5.1704516,5.1971989,5.5157437,5.6491194,5.5799947,5.4667187,5.3409729,5.3658075,5.3647966,5.6568198,5.6234665,5.0805006,5.0442028,5.3141131,5.2928224,5.3047323,5.4581962,5.8379531,6.174737,6.1601124,6.0513229,5.7911549,5.8193288,5.8266521,6.0124588,5.9701447,4.605988,4.5811014,4.8440399,4.8214612,4.8249683,5.0494981,5.4305315,5.8992372,5.9426308,5.8500142,5.494432,5.5122709,5.5302725,5.6649928,5.6166291,5.2612381,5.2430778,5.454011,5.4245105,5.4348531,5.4927235,6.0106468,6.2279019,6.1977439,6.0885849,5.8190479,5.8409081,5.8701901,6.0050173,5.9553037,4.3861089,4.3977542,4.500761,4.4718599,4.4881396,4.4374352,5.2191672,5.2861953,5.2397509,5.0544271,4.8447232,4.8725371,4.9021225,5.012476,5.0037069,5.1562214,5.1578808,5.3022261,5.274642,5.2869048,5.2635484,5.9656386,6.0797386,6.0455751,5.9589682,5.6708021,5.6860604,5.7190552,5.8380527,5.7916045,4.4332595,4.4193392,4.6680908,4.6521401,4.6487789,4.8936176,5.2505975,5.7615471,5.8339481,5.7578902,5.3422513,5.3358698,5.355237,5.4553161,5.3891306,4.4325771,4.4380021,4.5719151,4.5444098,4.5629559,4.543138,5.0751429,5.1655083,5.1018157,4.8204241,4.677999,4.7146425,4.7488928,4.8839798,4.8805261,5.2335954,5.2207155,5.4291534,5.4047489,5.4050932,5.5161066,5.9904294,6.2935448,6.3002396,6.2185559,5.8557711,5.8478832,5.8747039,5.9789114,5.9050221,5.0107994,5.0157328,5.1464806,5.119473,5.1327968,5.0943313,5.8515897,5.9458289,5.9107337,5.8236628,5.5425434,5.5607786,5.5932879,5.7135811,5.6744657,5.2880688,5.273653,5.4649177,5.4338508,5.4471979,5.4627757,6.0209212,6.177773,6.132093,6.0110393,5.7692809,5.7958527,5.8279862,5.9666953,5.9244862,4.1971259,4.2107377,4.2958889,4.2705541,4.28543,4.2238007,5.1113167,5.166965,5.1277323,4.9644709,4.7369833,4.7606225,4.7860842,4.8939266,4.8867893,5.3060403,5.2962766,5.4875646,5.4610023,5.4658794,5.5302134,6.0676427,6.302547,6.2913828,6.2075667,5.8733678,5.8741212,5.9038515,6.0142198,5.9471378,4.7403059,4.7402492,4.886003,4.8557906,4.8735847,4.8521657,5.4171042,5.510602,5.4492707,5.2274704,5.0594888,5.0959368,5.1315064,5.2719908,5.2600393,3.7138197,3.6952202,3.9373889,3.916173,3.9115593,4.2273312,4.5516148,5.1976342,5.3220944,5.2495036,4.7951283,4.8029709,4.8161511,4.9234319,4.8802814,5.2942405,5.2612743,5.5065036,5.479095,5.4897413,5.5864234,6.0185294,6.281455,6.2488399,6.1317272,5.8825321,5.9095426,5.9295921,6.0939965,6.0475426,5.4019499,5.3993592,5.5580549,5.5311761,5.5393639,5.5438128,6.1663418,6.3192873,6.2924867,6.2129526,5.889792,5.8909664,5.923275,6.0346265,5.971611,5.3689489,5.330523,5.5455813,5.5162644,5.5284057,5.556438,5.9695854,6.1237187,6.0570593,5.9155407,5.7441721,5.7787671,5.8015137,6.0131431,5.9793124,5.4277763,5.437273,5.5039983,5.4848838,5.4942541,5.4181547,6.2607355,6.3152285,6.2913485,6.2475634,5.8272672,5.7920856,5.8196898,5.9284062,5.88061,3.7618978,3.7504282,3.9915748,3.9793794,3.9814632,4.294415,4.6360869,5.2696605,5.3945041,5.3275223,4.8594918,4.8603568,4.8754067,4.9721289,4.9209571,4.7482805,4.7336712,4.9679055,4.9479594,4.9463525,5.1450887,5.5516438,5.9876966,6.0349445,5.9561491,5.5589695,5.5527954,5.5748024,5.6764765,5.6073284,5.1422181,5.1402617,5.2967668,5.2672329,5.2807226,5.264029,5.9314876,6.0509095,6.0111098,5.908217,5.6442695,5.6660619,5.6994991,5.8242426,5.7830968,5.2519622,5.245986,5.4191976,5.3903289,5.4011488,5.4126573,6.0266314,6.1854544,6.1536541,6.0591669,5.773509,5.7892704,5.8217287,5.9429317,5.8912983,4.818161,4.822824,4.9508033,4.9218607,4.9370947,4.8935032,5.6503553,5.732697,5.6897922,5.5682635,5.3245349,5.350976,5.3833976,5.5082498,5.4837565,5.3589678,5.3199563,5.5641985,5.5365915,5.5476136,5.6292591,6.0432072,6.27879,6.2333312,6.110889,5.8894916,5.9189935,5.9345036,6.1208558,6.0776687,5.3634238,5.339695,5.5487533,5.517756,5.5310445,5.5617146,6.0613074,6.2336397,6.1822405,6.0517449,5.8279057,5.857676,5.8870511,6.0425062,6.0013914,5.572156,5.5607052,5.7509475,5.7257829,5.7241583,5.7905645,6.2741933,6.5149722,6.5047145,6.4240808,6.0567875,6.0355735,6.0637746,6.1631274,6.0806055,5.2697015,5.2548265,5.4715376,5.4486246,5.4433107,5.5671816,5.9949117,6.3198166,6.3306594,6.2480841,5.8754072,5.858036,5.8827658,5.9816275,5.9009447,4.9556708,4.9547296,5.1026144,5.0713387,5.0877004,5.0590801,5.7139535,5.8099275,5.758256,5.6090069,5.3917036,5.4226828,5.4572668,5.589262,5.5651007,5.2538285,5.2284069,5.4239888,5.3945279,5.4096417,5.4186192,5.8731904,6.0030503,5.9368029,5.7756152,5.6056819,5.6431174,5.6749897,5.8652811,5.8376789,3.7730787,3.781045,3.9061527,3.8922176,3.9108822,3.9068511,4.2818193,4.3816285,4.3042274,3.8677595,3.7886207,3.8244939,3.8531377,3.9888833,3.9979055,4.600883,4.6102548,4.7105317,4.6864414,4.6996531,4.6367326,5.5375648,5.6008511,5.5686679,5.4810162,5.2049718,5.2256737,5.2539744,5.37676,5.3536744,4.8417821,4.8481264,4.9702525,4.943131,4.9573092,4.9097691,5.7058883,5.7869678,5.7499056,5.6530619,5.3863544,5.4086223,5.4402599,5.5628071,5.532908,5.6957846,5.6811647,5.8744473,5.8500361,5.8400583,5.9089179,6.3383193,6.5878358,6.5767112,6.4927039,6.1143022,6.077548,6.1030159,6.1950169,6.1044173,5.4149184,5.3787122,5.6015997,5.5715709,5.5838375,5.6245213,6.0597754,6.2375045,6.1775966,6.0420361,5.845571,5.8779898,5.900672,6.089519,6.0507536,5.7988329,5.7923555,5.9537363,5.9280171,5.9294567,5.9489322,6.482336,6.6570287,6.633718,6.5577602,6.1804123,6.1511192,6.1816673,6.2798543,6.1969986,6.0091324,5.9985986,6.1638122,6.1385403,6.1333542,6.1628284,6.6313906,6.8219943,6.7995453,6.7211018,6.3148108,6.2637372,6.291853,6.3816557,6.2892637,5.0346327,5.0124702,5.248157,5.221168,5.2277236,5.358418,5.8153033,6.1386504,6.1377735,6.0366635,5.7295198,5.7479434,5.7725482,5.9050336,5.8526697,5.3297338,5.3059139,5.5245795,5.4946117,5.5062437,5.5605636,6.0526671,6.2604394,6.2203579,6.1008773,5.8544531,5.8807502,5.9085584,6.0567808,6.0107102,4.999311,4.9848404,5.215735,5.1981325,5.1765099,5.3086023,5.6525254,6.0046182,6.0190077,5.9286828,5.5882559,5.5656824,5.5853243,5.6791263,5.599134,5.2683673,5.2664213,5.4246721,5.396894,5.4074283,5.4038301,6.05304,6.1936398,6.162746,6.0769429,5.7780881,5.7892499,5.8220062,5.9389768,5.885128,5.0073113,4.9923658,5.168891,5.140842,5.1572461,5.1552219,5.6219177,5.7323098,5.6673532,5.4793854,5.3227696,5.3620133,5.3976026,5.5829635,5.5643067,4.6020041,4.6099367,4.7237935,4.6952691,4.7108078,4.6603966,5.4486012,5.5199738,5.4762621,5.3319879,5.1012473,5.128634,5.1595984,5.2803288,5.2643418,3.3276312,3.3140256,3.5436003,3.5280643,3.52564,3.8657048,4.1714592,4.8715844,5.0280557,4.9656205,4.4740591,4.4769025,4.4878297,4.5815787,4.5396514,5.1345472,5.0920768,5.3521314,5.3303595,5.3411288,5.4622216,5.8285522,6.1088862,6.0756407,5.9653778,5.7473998,5.7765007,5.772491,5.9916592,5.9528999,4.2141466,4.223208,4.2911406,4.2730036,4.2823911,4.1993642,5.2882929,5.3292141,5.3059158,5.2366481,4.9392862,4.9552088,4.9757257,5.1024036,5.0889654,4.868885,4.8507209,5.0806384,5.0547395,5.0587425,5.2131915,5.6715446,6.035111,6.0534334,5.9617038,5.6216545,5.6341233,5.6586514,5.7790022,5.7234774,5.4072123,5.4159946,5.5133047,5.4916511,5.5016932,5.4458141,6.2201009,6.2976012,6.2702298,6.2139788,5.8439484,5.8286881,5.8596134,5.9688253,5.9127135,5.2967668,5.2797627,5.4708991,5.4392157,5.4538479,5.4622936,6.0007796,6.1436763,6.0894656,5.9527836,5.7342758,5.7651172,5.7976604,5.9466491,5.9099507,4.8940458,4.8787808,5.1009107,5.0758715,5.0790639,5.2283359,5.6977715,6.0555062,6.0761924,5.9898648,5.636651,5.6437416,5.6689982,5.7823062,5.7222176,5.3584461,5.3123999,5.5481424,5.5195155,5.5284452,5.5891352,5.9756885,6.1738262,6.1152043,5.9903336,5.8042779,5.8345904,5.8438711,6.064003,6.0247192,5.0326748,5.0441871,5.1234589,5.106854,5.1181459,5.0448222,5.9529653,6.0109248,5.9883251,5.9421649,5.5791273,5.5721445,5.5995107,5.7167244,5.6741266,4.4655824,4.4780741,4.555604,4.536623,4.5482192,4.4710369,5.4876342,5.5365453,5.513339,5.456058,5.149066,5.1640244,5.1890683,5.3121238,5.2883086,5.5892506,5.586947,5.738811,5.7127109,5.7188854,5.7197762,6.3234086,6.472446,6.4459796,6.3711505,6.0218611,6.0097256,6.0418034,6.1473007,6.0759287,5.5205016,5.5125127,5.6907306,5.6645789,5.6678133,5.7102895,6.2495627,6.4552555,6.4382124,6.3585887,6.008441,5.9972892,6.0276041,6.1322837,6.0572839,4.4161839,4.360528,4.5386329,4.4992518,4.4796405,4.4931397,4.7387514,4.8311086,4.7664075,4.6828346,4.6005969,4.6115937,4.5828805,4.927855,4.8969822,5.4367666,5.4406323,5.5683756,5.5434918,5.5528359,5.5226302,6.2170262,6.3256364,6.2962284,6.2273598,5.8859377,5.8799868,5.9124827,6.0218515,5.9606647,4.4863272,4.4962702,4.6035094,4.5749502,4.5907626,4.538938,5.3331428,5.4010682,5.3566079,5.1952176,4.9731464,5.0006571,5.0308013,5.146842,5.1346684,5.0520468,5.0512834,5.2013378,5.1711769,5.1860032,5.1597557,5.842011,5.9466629,5.9024348,5.7867064,5.5395112,5.5652752,5.5990152,5.726511,5.6928897,4.8383045,4.8500628,4.933085,4.9169307,4.9288874,4.856051,5.7983642,5.856225,5.8337855,5.7852859,5.4450712,5.4481587,5.4748874,5.5956097,5.5581212,6.1611085,6.1553993,6.2966032,6.2713728,6.270823,6.2723613,6.7835665,6.9326429,6.9048691,6.8327341,6.4024372,6.3423619,6.3722615,6.4619136,6.3726282,5.2042208,5.1970487,5.3686833,5.3379669,5.3517971,5.3473101,5.9638171,6.0964041,6.0524201,5.9375834,5.6882343,5.7132254,5.7466593,5.8774729,5.8371158,4.0374417,4.0520668,4.1531205,4.1241174,4.1423249,4.1103306,4.7148371,4.7926054,4.7307897,4.4095225,4.2679677,4.2972465,4.3262534,4.4129863,4.4152141,5.2153769,5.2104635,5.3783426,5.3488717,5.361177,5.3600101,5.9923058,6.1327748,6.0959058,5.9958649,5.7239752,5.7435384,5.7765641,5.9006782,5.8542476,5.0861468,5.0942383,5.2079587,5.1845469,5.1964865,5.1478119,5.9447317,6.0295873,6.0002151,5.9328384,5.6164827,5.6240997,5.6555271,5.7716727,5.7257185,4.7901511,4.799849,4.9061723,4.882175,4.8953366,4.8375278,5.6995649,5.7708025,5.7400155,5.6645689,5.374052,5.3913388,5.4214659,5.5417361,5.5092831,5.2618127,5.2506466,5.4382963,5.4082251,5.4200497,5.441432,6.0180631,6.1866622,6.1498327,6.0424895,5.7774906,5.7990818,5.8310924,5.9606013,5.9131665,4.097208,4.1082115,4.2249312,4.1977477,4.2171326,4.1974277,4.7086978,4.8027997,4.7287593,4.3325062,4.2123289,4.2464123,4.2780986,4.3750696,4.3801537,5.0438309,4.9937887,5.2295241,5.2040448,5.2079325,5.2816854,5.6191869,5.8202724,5.7681866,5.663136,5.5016017,5.5273995,5.507761,5.7774277,5.7425718,5.6404333,5.6224389,5.8171191,5.7932553,5.7691183,5.8376269,6.2072496,6.4680457,6.4551249,6.3628354,5.9950628,5.9468851,5.9673634,6.0522318,5.9602485,4.8003244,4.792469,4.9550519,4.9281492,4.9454622,4.9381752,5.4153166,5.5170631,5.4526906,5.2352834,5.0880604,5.1274729,5.1638122,5.3387523,5.3262658,4.9995527,5.0023379,5.1407671,5.1121502,5.126327,5.0919642,5.8221884,5.9192195,5.8798447,5.7788205,5.5154743,5.5379786,5.570992,5.6944246,5.6592703,5.0492988,5.0246005,5.214889,5.1898346,5.203907,5.2119932,5.6181231,5.734539,5.669724,5.5103917,5.3693895,5.4089103,5.4409628,5.6684141,5.6472774,3.7558048,3.7654164,3.8853533,3.8683708,3.8876104,3.8815544,4.2708635,4.3789463,4.2927871,3.7891088,3.708427,3.7437544,3.7725871,3.8771412,3.8884611,4.1143866,4.1267095,4.1973414,4.1769686,4.1890001,4.112648,5.1469431,5.1905951,5.1620026,5.0543599,4.7869592,4.8057103,4.8270907,4.9436154,4.9346814,5.2145991,5.2013383,5.4026852,5.3741293,5.3827333,5.4431529,5.9831085,6.2081423,6.187501,6.089869,5.7953844,5.8110857,5.8410449,5.9646907,5.9100389,5.0368981,5.0348225,5.1873927,5.1563997,5.172019,5.1465945,5.8063521,5.9091663,5.860538,5.7292094,5.4977646,5.5265121,5.56075,5.6917682,5.6621461,4.5903378,4.6033516,4.6840124,4.6658788,4.6778698,4.6029835,5.5892162,5.6415019,5.6183629,5.5642977,5.2496457,5.2623057,5.2885966,5.410502,5.3817606,3.1388283,3.1308985,3.3672354,3.3620617,3.3662283,3.7243934,4.0042038,4.7347851,4.9089093,4.8526483,4.3424025,4.3432965,4.354249,4.4444866,4.4020734,5.3858323,5.3555093,5.5807891,5.5508642,5.563045,5.6160693,6.078301,6.2793713,6.2306838,6.1035562,5.8782196,5.9076567,5.9326687,6.0978107,6.0546198,5.1819377,5.1733398,5.3448157,5.3132167,5.3284025,5.3189626,5.9188519,6.0409899,5.9899797,5.8573494,5.6299891,5.6594129,5.6934953,5.8309789,5.7968645,6.1792097,6.1789851,6.2923365,6.2681141,6.2715554,6.244554,6.8196154,6.9287176,6.8981824,6.8334265,6.3852253,6.3215303,6.3520789,6.4434323,6.3625216,4.7910652,4.8029842,4.891881,4.873282,4.8855309,4.8165274,5.7434053,5.8041077,5.7796264,5.7246923,5.4017954,5.4106555,5.4385314,5.5587749,5.5230975,5.2775331,5.2801495,5.4185872,5.3924594,5.4030943,5.3792715,6.0772438,6.1929379,6.162322,6.0860271,5.7723932,5.7784224,5.8111491,5.9252539,5.870769,4.7948194,4.7802734,5.0061378,4.9832911,4.9847822,5.1604309,5.6068125,6.0059538,6.0415044,5.9599819,5.5823407,5.5839653,5.6077704,5.715251,5.6518083,4.7711363,4.774344,4.9094687,4.8784375,4.8953886,4.8608484,5.5295691,5.6154494,5.56252,5.3876061,5.1837897,5.2158532,5.2500362,5.3774972,5.3607607,4.5409007,4.5406895,4.6873569,4.6618576,4.6795087,4.6671619,5.1579962,5.2521868,5.1889129,4.9366431,4.7986798,4.8367367,4.8719392,5.0332298,5.0266895,4.2665319,4.277657,4.3440032,4.3271012,4.3372874,4.253408,5.3475814,5.3880954,5.367178,5.3119931,5.0036325,5.0183611,5.0397749,5.1657066,5.1482549,5.2090325,5.181963,5.421298,5.39361,5.4028807,5.5075178,5.9592896,6.2391105,6.2180057,6.1070895,5.8341923,5.8577919,5.881444,6.0287137,5.9794135,4.1941051,4.2046056,4.2777381,4.2579503,4.2690487,4.1916995,5.2319355,5.2762127,5.2487979,5.1555071,4.8779955,4.8964663,4.9183898,5.0399446,5.0288272,4.4144211,4.424449,4.517951,4.4933276,4.5068097,4.4421525,5.3528485,5.4104948,5.3752785,5.2590623,5.0035429,5.0264301,5.0532784,5.1734366,5.1592226,4.0607262,4.0700636,4.1214261,4.1080852,4.1161957,4.024004,5.2223611,5.2529545,5.2364173,5.1903639,4.8710184,4.8831992,4.8999209,5.0294275,5.0172715,5.2780075,5.2694902,5.4545474,5.4267645,5.4345756,5.4763961,6.047473,6.2494454,6.2287617,6.1402769,5.830091,5.8390007,5.8700109,5.9861598,5.9264193,5.962265,5.9676089,6.0633888,6.0399294,6.0468774,5.9998302,6.6589251,6.7445993,6.7150669,6.6570864,6.2214022,6.1693697,6.2001233,6.2971063,6.2267914,5.7167726,5.7251658,5.8084006,5.7865047,5.7951312,5.7342877,6.4732676,6.544045,6.5167027,6.4647088,6.0421791,6.0013332,6.0314808,6.1339636,6.0733409,4.1876216,4.2013202,4.2975292,4.2707591,4.2877569,4.2420702,4.9894757,5.057188,5.006165,4.7681394,4.5829973,4.6106138,4.6387396,4.7385817,4.7356515,4.94066,4.9362707,5.0925355,5.0611959,5.0784779,5.0590153,5.6344433,5.7343993,5.6746655,5.4880338,5.3025913,5.3381453,5.3739576,5.5174332,5.4985332,5.1976414,5.2062087,5.3132772,5.2910733,5.3022399,5.2503562,6.04457,6.1265659,6.0985985,6.0372062,5.7001638,5.6996994,5.730823,5.8445725,5.7941732,4.3549037,4.3647461,4.4831452,4.4528465,4.4711118,4.4407115,5.0460005,5.1295242,5.0672669,4.7797885,4.6240182,4.6574774,4.6899266,4.798378,4.7960782,5.2397861,5.1934719,5.4063711,5.3777976,5.3856602,5.413609,5.7753634,5.9193978,5.850965,5.7218223,5.5768709,5.6092176,5.62289,5.8792109,5.847374,5.857173,5.8562312,5.9913006,5.9661007,5.9708123,5.9575887,6.5495729,6.6795254,6.6508913,6.5811958,6.1926947,6.1597061,6.1914907,6.2902813,6.2120686,5.1416607,5.1047263,5.3076382,5.2829194,5.2946477,5.3126521,5.6852374,5.8128901,5.7464638,5.6094351,5.47082,5.5068812,5.5298262,5.7830062,5.7573762,5.1413178,5.1300392,5.3031263,5.2713699,5.2877927,5.2782593,5.8309584,5.9458098,5.8862371,5.7238417,5.52777,5.5623827,5.5974479,5.7478409,5.7212973,4.9836359,4.9525127,5.2226667,5.2006459,5.2103844,5.3842559,5.7748866,6.1515884,6.1544743,6.0503311,5.7547884,5.779603,5.7946219,5.9545031,5.908,4.6198912,4.6305437,4.7260399,4.7033153,4.7161317,4.6503272,5.5723457,5.6335878,5.6044502,5.5300884,5.2408848,5.2591105,5.2871685,5.4090123,5.3827515,4.6045861,4.6127152,4.7209125,4.6943889,4.7086968,4.6520371,5.4973588,5.5648861,5.5267339,5.4117618,5.15905,5.1834426,5.2130198,5.335516,5.316359,4.5827541,4.5894465,4.7154427,4.6845393,4.7021031,4.6673584,5.32026,5.4022632,5.3463521,5.12989,4.9458709,4.9788346,5.0123715,5.1330271,5.1232128,5.3699164,5.3421726,5.5487418,5.5178256,5.5319662,5.552515,6.0244365,6.1768017,6.1152902,5.9704356,5.775136,5.808989,5.8382235,6.0128403,5.9775314,6.0704641,6.0550227,6.2248139,6.1995196,6.1846318,6.2222075,6.6328616,6.8413057,6.8193297,6.7349277,6.3197746,6.2540426,6.2784662,6.361371,6.2642674,5.2880392,5.2672691,5.4597831,5.4284434,5.4438047,5.4501958,5.9516635,6.0856705,6.0238795,5.8702312,5.6770573,5.7118492,5.7445469,5.9098611,5.8784838,3.8506253,3.8576636,3.8918014,3.8829327,3.8886039,3.7878411,5.1096101,5.1295667,5.1185908,5.0871992,4.7511578,4.7596307,4.7710304,4.9045262,4.8967509,4.4418535,4.3871999,5.9502926,5.926991,5.9160075,5.9078212,5.9628654,5.9897542,6.0007958,5.9746442,5.9529777,5.9080224,5.8879027,6.7158203,6.3314643,5.2110028,5.127768,6.2760711,6.2539392,6.2434931,6.2371979,6.3580604,6.4241133,6.3747363,6.332437,6.2646279,6.2568541,6.2515254,6.7020855,6.4665837,5.2882705,5.2304301,6.3828144,6.3646164,6.3557243,6.3489208,6.468595,6.529573,6.479322,6.4403882,6.3852968,6.3569117,6.3547921,6.9032435,6.5485106,4.7467189,4.6875587,6.0972786,6.0754366,6.0652838,6.0581975,6.136797,6.1766467,6.1553183,6.1241546,6.0909553,6.0515213,6.0373955,6.7519703,6.3598533,4.9901371,4.9124517,6.203321,6.1787839,6.1675172,6.1612177,6.2600446,6.3135915,6.2782354,6.2409792,6.1875815,6.1714306,6.1609244,6.7225127,6.4657426,5.6951756,5.6145935,6.4774084,6.4646783,6.454977,6.4408731,6.6149402,6.7092929,6.6431608,6.5923786,6.4985166,6.4902287,6.4949737,6.7663469,6.5468359,4.820168,4.7642441,6.1022282,6.0822015,6.0727897,6.0657759,6.1522074,6.1951003,6.1655436,6.1332741,6.096693,6.056746,6.0457225,6.7262812,6.2995052,5.0171976,4.9600449,6.2213383,6.201911,6.1927047,6.1858916,6.2859983,6.3363528,6.2972779,6.2622185,6.2183695,6.1831222,6.1757379,6.8017335,6.4028659,5.6370397,5.5635266,6.5183401,6.5035005,6.4941945,6.4854851,6.6423569,6.7278485,6.6649189,6.6171174,6.5345078,6.5205164,6.5232296,6.8724384,6.6289763,5.7792139,5.7303019,6.6367135,6.6249237,6.6175528,6.6098061,6.7704744,6.8519869,6.7849331,6.7386909,6.6550212,6.6340742,6.6407704,7.0180993,6.728796,5.7823892,5.7280197,6.6062822,6.5964799,6.5890594,6.5807104,6.7485342,6.8367577,6.770247,6.7219372,6.6315403,6.6096687,6.613627,6.941525,6.6797771,4.4180703,4.3678412,5.8568487,5.8364124,5.8268452,5.8190031,5.8784981,5.9064283,5.9021482,5.8757877,5.8523808,5.8034849,5.7859416,6.5821567,6.1090713,5.7848973,5.7224731,6.5686584,6.5594563,6.5513692,6.5412374,6.7163711,6.8105922,6.743341,6.693655,6.5990009,6.5816069,6.5865045,6.873137,6.6333323,5.1773572,5.1133652,6.3358569,6.3158016,6.3061686,6.2995391,6.4104381,6.4685063,6.4243479,6.3864036,6.3355055,6.3068123,6.30091,6.8755398,6.5404668,4.1714048,4.1332898,5.4358735,5.4205604,5.4121728,5.4034367,5.464541,5.4880204,5.4780908,5.4526916,5.428968,5.3724174,5.3609619,6.0756884,5.4156427,4.7399259,4.6758513,6.1176124,6.0935793,6.0822558,6.0750566,6.1510463,6.1904597,6.1761665,6.1447845,6.1110277,6.0761576,6.0605669,6.7757249,6.439796,5.5154724,5.449904,6.5034351,6.4866247,6.47752,6.4703474,6.6102009,6.6845608,6.626811,6.5830464,6.5136843,6.493257,6.4939828,6.9415922,6.657609,4.5353537,4.4907618,5.7863064,5.7692823,5.7607617,5.7529783,5.8291497,5.8626132,5.8377776,5.8087335,5.7779064,5.7285895,5.7185221,6.4097834,5.841681,5.1216741,5.0520449,6.3105583,6.2887759,6.2784667,6.2719584,6.3783917,6.4353113,6.3946147,6.3568625,6.3069415,6.2805748,6.2726054,6.8498435,6.5429826,4.3449507,4.2977839,5.7629838,5.7437744,5.734621,5.7266531,5.7848434,5.8111486,5.8068132,5.7810497,5.7582512,5.7070136,5.6902075,6.4809775,5.9652281,5.1164079,5.0613093,6.2685704,6.2499928,6.2411275,6.2342973,6.341897,6.3955007,6.3510523,6.3147707,6.2670279,6.2335176,6.2288785,6.8258309,6.4261208,4.6363034,4.5794697,6.0304575,6.0086107,5.9984498,5.9910984,6.06214,6.0975542,6.0831385,6.0537066,6.0244589,5.9820533,5.9661951,6.7153921,6.305779,4.9909639,4.9294281,6.2304835,6.2096972,6.199934,6.1932168,6.2900124,6.3399372,6.3042426,6.2693095,6.2265906,6.1927228,6.183372,6.8194671,6.4516158,4.112638,4.0743876,5.4160266,5.400444,5.3920031,5.3832016,5.4398971,5.4616604,5.457931,5.4333754,5.4114861,5.3544364,5.3414879,6.0800862,5.4297185,4.5992188,4.547864,5.9352279,5.915771,5.9065342,5.8990898,5.9727697,6.00776,5.9878225,5.9585452,5.9285707,5.8826828,5.8692446,6.5970263,6.1152778,4.9480047,4.8951507,6.1486092,6.1299939,6.12114,6.1141601,6.2110662,6.2582703,6.2199202,6.1859617,6.1442566,6.1059837,6.0989485,6.7351766,6.2934365,3.5897226,3.5632613,4.7620888,4.7502789,4.7419758,4.7315073,4.7761493,4.7868662,4.8016119,4.7811027,4.7649384,4.7012568,4.6920004,5.3738356,4.5826826,5.7022333,5.6441002,6.58915,6.576252,6.5681295,6.5603433,6.717268,6.7996154,6.7355042,6.6890521,6.6076617,6.5874043,6.5913815,6.9725218,6.6977344,4.6070719,4.5467868,6.0467181,6.0226231,6.0111256,6.0034356,6.0695724,6.1030798,6.1008563,6.0717659,6.0437498,6.0045252,5.9867125,6.7533355,6.4002085,4.8602138,4.7992163,6.1620803,6.1404943,6.1304431,6.123579,6.2103662,6.2549152,6.226779,6.1938276,6.1563058,6.1197596,6.1076465,6.7856083,6.4086905,3.6495867,3.6210871,4.9279346,4.915503,4.9077926,4.8980813,4.9397769,4.9519691,4.9755201,4.9552698,4.9392781,4.8770356,4.8643432,5.6063919,4.874393,4.186862,4.1455231,5.5460758,5.5291953,5.5206041,5.5121975,5.5682998,5.5913715,5.588378,5.5636239,5.5417938,5.4865341,5.4717064,6.238637,5.6383886,5.2422414,5.1711779,6.3676438,6.3468122,6.3367095,6.3301492,6.4468822,6.5096803,6.4630451,6.4231477,6.3670998,6.343864,6.3384342,6.8690138,6.5768838,4.8177671,4.7496152,6.1531286,6.1286106,6.1170959,6.1101403,6.1923132,6.2356296,6.2158298,6.1827698,6.1437297,6.1144004,6.1001258,6.7739544,6.4669204,5.3237433,5.2572088,6.4120998,6.392869,6.3833046,6.376585,6.4995589,6.5647988,6.5145535,6.4739757,6.4154205,6.3912358,6.3880324,6.9065681,6.6011162,5.4349728,5.3756986,6.4676075,6.4503675,6.4415712,6.4346261,6.5659022,6.6336803,6.5783663,6.5370035,6.474421,6.4500437,6.4503822,6.9492373,6.6265383,4.6854243,4.6363058,5.946588,5.9283772,5.9195752,5.9121757,5.9940839,6.0322361,6.0041394,5.9735022,5.9396963,5.8945799,5.884409,6.5704856,6.0643735,5.5144467,5.4273429,6.392621,6.3749299,6.3647747,6.3549614,6.507463,6.5911236,6.5296149,6.4807134,6.3952699,6.3903713,6.3912368,6.7118716,6.4938478,4.4653516,4.4164095,5.8364906,5.8173118,5.8081474,5.8004217,5.8664312,5.8969154,5.8839631,5.8564506,5.8301487,5.7811966,5.7662425,6.522625,6.015553,5.7077718,5.6435404,6.5716467,6.5589533,6.5504637,6.5420852,6.7029934,6.7892213,6.724762,6.677063,6.5924702,6.5746956,6.578444,6.9292126,6.6729789,4.1705809,4.1274185,5.6235027,5.6051507,5.5963335,5.5880747,5.637424,5.6585302,5.6658149,5.6423006,5.623055,5.5685215,5.5504189,6.3734984,5.8296056,5.8136539,5.7710137,6.6104684,6.6031909,6.5969505,6.5889249,6.7604647,6.8482451,6.7805948,6.7317662,6.6353836,6.6060076,6.6072164,6.9140744,6.6448274,5.8040304,5.7586074,6.6287575,6.6192908,6.6125135,6.6047235,6.7712607,6.8560772,6.7885423,6.74087,6.6502151,6.6248755,6.628861,6.9688621,6.691041,5.4571257,5.3800902,6.4408531,6.4222121,6.4123192,6.4049931,6.5437241,6.6195664,6.5628061,6.5179601,6.4462342,6.4316101,6.4307199,6.8465338,6.5953722,3.5517459,3.5252843,4.7605071,4.7487011,4.7403793,4.7296171,4.7712617,4.7812366,4.8048062,4.7846847,4.7695932,4.7061872,4.6956239,5.3994131,4.6254082,5.844512,5.8083558,6.635509,6.6280251,6.6222267,6.614768,6.7860136,6.8713856,6.8023472,6.7541819,6.6576133,6.6275482,6.630487,6.9444423,6.665803,4.5153222,4.4613032,5.9543905,5.9327111,5.9226241,5.9149523,5.978065,6.0088167,6.0025802,5.9750342,5.9497886,5.904211,5.8866353,6.6725616,6.2439184,5.0125079,4.939167,6.245708,6.2220159,6.21101,6.2045417,6.3027949,6.3557649,6.3210974,6.2844472,6.2361975,6.2126517,6.202157,6.7943883,6.5093794,4.9514542,4.881783,6.2238555,6.2003655,6.1894379,6.1828141,6.2754898,6.3248959,6.2943912,6.2592287,6.2156405,6.187664,6.1759844,6.8060665,6.4990501,4.6484709,4.5986495,5.9355283,5.9169512,5.908011,5.9005861,5.9794154,6.016325,5.9911904,5.9610791,5.9287329,5.8831391,5.8717957,6.572535,6.0720668,4.8178144,4.7675891,6.0416803,6.0234346,6.014688,6.0074997,6.0971999,6.1397123,6.105598,6.0733232,6.0355577,5.993546,5.9852829,6.6442685,6.1625938,5.3792663,5.3031621,6.4136329,6.3938494,6.3838034,6.3769135,6.5075603,6.5788116,6.5254326,6.4822531,6.4159865,6.3991809,6.3966012,6.8501296,6.5895252,5.6163745,5.5596323,6.5599036,6.5450025,6.5367098,6.5293632,6.6759772,6.7516365,6.68999,6.6458578,6.5728822,6.5516682,6.5554924,6.9907598,6.6912236,5.0270648,4.960855,6.262486,6.2406621,6.2304287,6.2238278,6.3225827,6.3746748,6.3386512,6.3027759,6.2579317,6.2275772,6.2179694,6.836585,6.5045471,5.7925339,5.7470031,6.5702372,6.5641294,6.5587807,6.5507202,6.7271209,6.819252,6.7525849,6.704103,6.607018,6.579823,6.5826211,6.8678703,6.616899,5.206028,5.1297193,6.3344698,6.3124061,6.3018661,6.2954345,6.4104905,6.4731674,6.4275627,6.3873677,6.3299623,6.310492,6.3041101,6.819972,6.5502491,6.0502968,5.9688187,6.4066305,6.4765701,6.4836106,6.5634732,6.8554125,7.2096162,7.1135502,7.0431247,6.8044224,6.8038096,6.8256865,6.8762498,6.7351856,6.942657,6.879128,7.2186785,7.2788916,7.2816558,7.2772975,7.589004,7.8222284,7.7224584,7.6583753,7.3950543,7.374249,7.4020977,7.4694991,7.2331982,5.8168831,5.6032658,6.2605343,6.2361135,6.2316437,6.2422833,6.442039,6.5868649,6.5041065,6.4478941,6.3357048,6.3325939,6.3396587,6.1115828,5.9782467,4.7406325,4.4033971,5.1302705,5.0516124,5.0410218,5.0372949,5.1559873,5.2156115,5.1567826,5.1151967,5.0525413,5.0548096,5.0462761,4.5287108,4.4459653,6.3871651,6.2677579,6.7888169,6.8104386,6.8105116,6.8221383,7.082212,7.2827363,7.1877632,7.1246848,6.952002,6.9490485,6.9681287,6.9552908,6.7727561,6.6915269,6.6240969,6.9874516,7.0535998,7.057528,7.0745878,7.3842335,7.6496892,7.5475798,7.4812994,7.2199101,7.2026424,7.2296762,7.2912536,7.0875845,5.4914556,5.2589154,6.0128713,5.9691181,5.9615726,5.9577641,6.1252418,6.223475,6.1511717,6.1025152,6.0154619,6.0133572,6.013762,5.7777233,5.6491423,6.9693871,6.901804,7.2640767,7.3077235,7.3097987,7.2767925,7.5855956,7.7738976,7.6813145,7.6215806,7.4062238,7.3966341,7.4229984,7.5041451,7.2409549,6.5154228,6.407361,6.9102902,6.9332843,6.9332767,6.933917,7.1997752,7.3884497,7.2942853,7.2325697,7.0570831,7.0533333,7.0738502,7.0874138,6.8851886,6.1956568,6.0953207,6.5686579,6.6184397,6.622716,6.6761551,6.9553204,7.2470579,7.1490374,7.0801034,6.8698282,6.8687453,6.8895288,6.9073534,6.7551227,7.4737787,7.4364185,7.6344943,7.7240052,7.7265286,7.7232227,8.0318317,8.2893152,8.1906939,8.1311998,7.6325679,7.5125527,7.5403957,7.6059513,7.3980532,6.5302291,6.4802561,6.7869473,6.8853474,6.8914456,6.9290481,7.256021,7.5903711,7.4839888,7.4171844,7.0967321,7.064127,7.0921097,7.1688695,6.9927111,6.4413738,6.4062819,6.6412339,6.7843127,6.7910867,6.8407669,7.1713862,7.5796576,7.4639344,7.3997388,6.9753485,6.8982954,6.9243698,7.0039606,6.8625708,7.4409256,7.3961573,7.6136231,7.6788735,7.6795597,7.6278386,7.9614229,8.1637068,8.069725,8.0107632,7.6817479,7.6300349,7.6578784,7.7584367,7.4727101,5.5306449,5.2600374,5.9084191,5.8703337,5.8665314,5.8946309,6.0767565,6.232131,6.1544909,6.0987892,5.9972553,5.9943938,5.9984751,5.6058483,5.5057054,6.2426739,6.1049285,6.7010198,6.7016973,6.6989875,6.6938066,6.9305167,7.0843239,6.9967809,6.9394197,6.8011065,6.7981019,6.8125939,6.7859397,6.6026025,4.9333358,4.5796008,5.2642856,5.188344,5.1808395,5.1837459,5.3181276,5.3960938,5.3348498,5.290987,5.2227688,5.2183723,5.214469,4.6476135,4.5654879,6.0205522,5.9518356,6.3556767,6.4398074,6.4477448,6.5323572,6.8356328,7.2165966,7.1194553,7.049202,6.7901187,6.7867184,6.8099556,6.8783069,6.7373958,6.8243294,6.7756195,7.0622311,7.1517572,7.1566715,7.1748962,7.5003824,7.7957244,7.6911445,7.6259317,7.2880192,7.2444,7.2732697,7.3467894,7.1471968,7.2493286,7.2063279,7.445272,7.5298181,7.5330977,7.5312629,7.8508697,8.1110096,8.0103292,7.9482107,7.5467138,7.4716611,7.5007734,7.5717359,7.348073,6.2939286,6.1746354,6.6868896,6.7158847,6.7172117,6.7446966,7.0084991,7.2392445,7.1425033,7.0768833,6.8948112,6.8927689,6.9118824,6.8943586,6.7285008,8.0019255,7.9642024,8.1294765,8.199091,8.1986618,8.166584,8.4542427,8.6542025,8.5657082,8.5105963,7.9565949,7.8023047,7.8281045,7.8959174,7.6485443,5.6258287,5.4350948,6.1944757,6.1618133,6.1550941,6.1420975,6.3250217,6.426065,6.3528562,6.3044462,6.2120986,6.2101254,6.2127171,6.1105218,5.9629931,6.1329937,6.003531,6.5343657,6.5627437,6.564806,6.6104894,6.8673358,7.1214957,7.0262156,6.9591126,6.7796707,6.7798243,6.7970233,6.756742,6.611155,5.3013601,4.9948006,5.6646786,5.6093626,5.6061311,5.6175838,5.781311,5.8941197,5.824142,5.775784,5.6915073,5.6877961,5.6889434,5.2205877,5.1248269,7.6902065,7.6494255,7.8408642,7.9107256,7.910892,7.8690929,8.1863022,8.3917875,8.2985811,8.239933,7.8212705,7.7297726,7.7571964,7.8425903,7.5679212,6.9792428,6.9375129,7.184844,7.2823782,7.2871838,7.3015342,7.627387,7.9248233,7.820209,7.7567625,7.3596272,7.2898388,7.3186655,7.391489,7.195786,6.9974842,6.9614992,7.1723065,7.2885718,7.2943983,7.3177185,7.6343899,7.9622073,7.855617,7.7941527,7.3037248,7.1893415,7.2154775,7.2851024,7.1243591,5.4598837,5.1847768,5.8327088,5.793993,5.7911944,5.8317685,6.010088,6.1801066,6.1049562,6.0487523,5.9451241,5.9421988,5.9458995,5.5319166,5.4388585,5.9747615,5.9172878,6.2871304,6.3867035,6.3952141,6.4840188,6.7977757,7.2071729,7.1084099,7.0388093,6.7579112,6.750298,6.7746058,6.8554058,6.7161403,5.8842154,5.7912779,6.2728896,6.3316374,6.3396573,6.4446187,6.7198906,7.0901103,7.0035777,6.9332132,6.7041759,6.7083673,6.7275076,6.7570262,6.6300702,5.9596057,5.7964673,6.3767781,6.3877292,6.3886213,6.4407239,6.6747398,6.915978,6.8256011,6.7599702,6.6024585,6.6033611,6.6163125,6.495985,6.3682799,5.8916092,5.7583103,6.3090396,6.3380322,6.3429108,6.4296894,6.6767783,6.9836383,6.8979273,6.8298693,6.6411462,6.6447048,6.6599245,6.6033883,6.4807653,5.5145354,5.4787254,5.7914677,5.9352345,5.9451504,6.0732403,6.397965,6.9341645,6.8364496,6.7702641,6.441906,6.4291105,6.4528146,6.5518208,6.4359107,5.5869584,5.339056,6.0338759,5.9930124,5.986814,5.9919724,6.1700029,6.2883787,6.211875,6.1597009,6.0652566,6.0614834,6.0643106,5.7573476,5.6359301,6.6111507,6.5243678,6.9537749,6.9992747,7.001605,7.0134916,7.3033023,7.5352926,7.436079,7.3708601,7.1544714,7.1466999,7.1709924,7.2103033,7.0079756,6.0260892,5.8943243,6.4328766,6.4625936,6.4657636,6.5289521,6.7822843,7.0607424,6.9681997,6.9001055,6.7173824,6.7192435,6.7354631,6.6885381,6.5547562,5.8897867,5.693491,6.3549719,6.3340173,6.3294282,6.3347063,6.5387444,6.679338,6.5962281,6.5404534,6.4261551,6.4230251,6.430954,6.2561517,6.1115465,6.5430923,6.4634972,6.871347,6.9286671,6.9322963,6.9562197,7.2545094,7.5172014,7.4160213,7.3491588,7.114284,7.1046038,7.1296949,7.1778188,6.9876504,6.2228703,6.1409039,6.5686674,6.6348748,6.6404834,6.6976919,6.9929237,7.3116488,7.2117105,7.1422496,6.9065728,6.9025116,6.9256439,6.9735618,6.8175673,6.2345266,6.1654372,6.555758,6.6358109,6.6422377,6.7014332,7.0088873,7.3492317,7.2475891,7.1782355,6.9197187,6.9113755,6.9361215,7.0009561,6.8432436,5.8910747,5.7816606,6.2960129,6.3412828,6.3479562,6.4470716,6.7096524,7.0529723,6.9674201,6.8978281,6.6859641,6.690413,6.7078609,6.7036252,6.5784473,5.8058724,5.5974112,6.219008,6.2070751,6.2053843,6.2455149,6.4553127,6.6548109,6.5690446,6.5073824,6.3777142,6.3767991,6.3854656,6.151073,6.0343347,5.722311,5.5127521,6.1367583,6.1260147,6.1258869,6.1840067,6.3905821,6.6127315,6.5307498,6.4685264,6.3337855,6.3336687,6.3418074,6.0956507,5.987402,6.8520303,6.7759161,7.169559,7.2144203,7.2162409,7.20715,7.5047088,7.7127399,7.6156611,7.5528278,7.3316264,7.3213735,7.3472672,7.4053936,7.1680951,6.0942597,5.9292541,6.5428963,6.5378098,6.5349436,6.5431919,6.7684355,6.9317398,6.8435402,6.7845998,6.6506643,6.6481056,6.6603408,6.5554953,6.3967142,6.3870711,6.3057728,6.7239089,6.7855763,6.7900853,6.8290753,7.1261873,7.4144125,7.3131351,7.2449245,7.0101566,7.0030131,7.0272155,7.0741191,6.9016814,5.5421143,5.499403,5.8484983,5.96977,5.9807515,6.1178851,6.4327183,6.9468985,6.8593616,6.7917457,6.4802876,6.4748878,6.4976425,6.594768,6.4777808,5.6152883,5.5838337,5.8596063,6.027246,6.0359149,6.1415219,6.4758801,7.0125475,6.8986015,6.8336725,6.4857159,6.4590764,6.48423,6.5800939,6.4622817,6.0563231,5.9603229,6.4326644,6.4890628,6.4950223,6.5706844,6.8502932,7.1800137,7.0851789,7.0150428,6.7954288,6.7966008,6.8167977,6.8430505,6.7036257,5.7299681,5.4974127,6.1493917,6.1211419,6.1170197,6.1337256,6.3287907,6.4786196,6.3967981,6.3403959,6.230835,6.2278538,6.2340212,5.9492459,5.827899,6.6939578,6.6035576,7.0660644,7.0931792,7.0938878,7.0772228,7.3563113,7.5331416,7.441216,7.3817134,7.2006917,7.1963048,7.2191591,7.2702608,7.0386214,4.3799801,3.984581,4.6505785,4.5557637,4.5436764,4.5373907,4.6372566,4.6810789,4.6281142,4.5894709,4.5423636,4.540329,4.5295873,3.880188,3.8152895,7.1835942,7.1288428,7.4160504,7.4740024,7.4759097,7.4395256,7.7639194,7.969501,7.8743067,7.8137703,7.5468559,7.5220733,7.5502248,7.639802,7.3656311,6.1565127,6.1150603,6.4056654,6.5339365,6.541573,6.6080742,6.9412208,7.3585763,7.2485747,7.1817455,6.8423176,6.8090672,6.8358855,6.9221487,6.7765441,6.0016446,5.8267527,6.4236269,6.4238086,6.4224429,6.4517417,6.6789794,6.8777752,6.7874837,6.724906,6.5826411,6.5815296,6.5936079,6.4493957,6.3121819,6.1867619,6.0403981,6.6072497,6.6174269,6.6165724,6.6360574,6.8786631,7.0756016,6.9827657,6.9200315,6.7649689,6.7631688,6.7785573,6.7063379,6.5472312,6.4856615,6.3817015,6.8622961,6.8948879,6.8960938,6.9088941,7.1826458,7.3987708,7.3016109,7.2372632,7.0460587,7.0417781,7.063324,7.0768032,6.885941,6.0361881,5.8611073,6.4744763,6.4683399,6.465663,6.4802256,6.702961,6.8739614,6.78546,6.7256427,6.5920849,6.589817,6.6013966,6.4655046,6.3168941,6.9210229,6.8643432,7.178165,7.250421,7.2540956,7.2591853,7.5774193,7.8356438,7.7337775,7.6689076,7.3720894,7.3414826,7.37008,7.4400425,7.2172742,6.4018278,6.3328238,6.7138634,6.7890406,6.7944841,6.8368316,7.1457601,7.4564533,7.3536091,7.2852397,7.0259709,7.014008,7.0397296,7.1021919,6.9294338,5.3101835,5.0301981,5.7590241,5.7028737,5.6947927,5.6951523,5.8502245,5.9434175,5.8736024,5.8255882,5.7463231,5.7431526,5.7414589,5.3633199,5.2543306,6.5369601,6.4696636,6.838922,6.9113975,6.9162197,6.946897,7.2575316,7.5489111,7.4458818,7.3784132,7.1150022,7.0996428,7.1261692,7.1888733,7.0029173,5.4818287,5.4564853,5.6994576,5.9094563,5.9173908,6.0171185,6.354219,6.9452319,6.8108149,6.7484665,6.3830414,6.3455963,6.3708363,6.4652748,6.3562779,5.7648129,5.7007308,6.1153669,6.2031808,6.2137914,6.3350682,6.6327791,7.0690637,6.9828396,6.9126139,6.6435866,6.6448827,6.6666045,6.7418828,6.6170416,5.9954071,5.962646,6.2142239,6.3781786,6.3856058,6.4600625,6.7965603,7.2762322,7.155828,7.0910025,6.7105412,6.6606102,6.6864781,6.7745314,6.6463723,5.1679287,5.1419101,5.4271894,5.6014471,5.6115046,5.7613201,6.086699,6.7077718,6.6072068,6.5444584,6.1974769,6.1835279,6.2068353,6.3096027,6.2075338,5.6393757,5.3887596,6.0374675,6.0050735,6.0012326,6.0236802,6.2133937,6.3671012,6.2868819,6.230639,6.1243849,6.1215887,6.126843,5.7900057,5.6793604,6.0535417,5.9402452,6.4472485,6.489737,6.4942794,6.5633245,6.82969,7.1321068,7.0382667,6.9689846,6.7687745,6.7706141,6.7888908,6.7816749,6.6443143,7.1367807,7.0826139,7.3742547,7.440721,7.4432349,7.4290304,7.7488022,7.9798255,7.8806853,7.8177171,7.5194449,7.4854312,7.5142312,7.590024,7.3385062,6.7245054,6.668045,6.9903965,7.0708833,7.0756388,7.0962958,7.4164438,7.7045684,7.6007328,7.5345292,7.2358885,7.2075524,7.2357655,7.3062105,7.1066937,6.4507751,6.3921967,6.7358007,6.8231864,6.8291101,6.870358,7.1895633,7.5149107,7.4103098,7.3424754,7.0556207,7.0355735,7.0626173,7.134706,6.9599147,5.8398566,5.6734486,6.2632499,6.2739291,6.2765441,6.3504028,6.5785823,6.8455753,6.7608185,6.6950254,6.5327091,6.5349207,6.5469255,6.4113965,6.2945604,4.8472161,4.8293152,5.0749426,5.3086677,5.3176932,5.4622512,5.7901039,6.5016561,6.3703194,6.3121381,5.9618335,5.9432034,5.96769,6.0689044,5.9785404,6.6545739,6.5609488,7.019712,7.0519443,7.052846,7.0502825,7.329545,7.5268736,7.4312224,7.3688388,7.1759791,7.1705551,7.1935353,7.2290115,7.0121875,5.9101424,5.8626122,6.1981301,6.3156934,6.324429,6.4167953,6.7399883,7.1811767,7.0794587,7.0109758,6.7064714,6.6928039,6.7178578,6.8066926,6.6711512,6.7915673,6.7560153,6.9728785,7.1014347,7.1077957,7.1417565,7.4625297,7.8233685,7.712811,7.6502767,7.1751723,7.0697098,7.0954194,7.1680951,7.0188851,6.6302519,6.5883489,6.8537698,6.965188,6.9713922,7.0056319,7.3366857,7.6816287,7.5732198,7.5080533,7.1352148,7.0799255,7.1080546,7.1857872,7.0146885,5.0079432,4.7169452,5.481204,5.4161091,5.4067039,5.4037237,5.5377016,5.6094923,5.5464492,5.5027885,5.4292192,5.4324226,5.4265876,5.0319986,4.9327049,6.2326522,6.18295,6.5052676,6.6136274,6.6209188,6.6820145,7.0085588,7.3905177,7.284328,7.2163482,6.9073067,6.8844481,6.9111953,6.9930916,6.8380318,5.823709,5.6386175,6.3430524,6.3181052,6.3124857,6.3055325,6.5030046,6.6222692,6.5434918,6.4914007,6.3869667,6.3837771,6.3898606,6.2743764,6.1210828,6.3412437,6.2463546,6.7017508,6.7513723,6.7549262,6.7923589,7.0770116,7.3473234,7.2476392,7.1798372,6.9662194,6.9623084,6.9846249,7.0109539,6.8426933,5.3515058,5.130022,5.936233,5.8909183,5.882926,5.8758869,6.0324378,6.117743,6.0498829,6.0043607,5.919857,5.9217572,5.9200606,5.7383914,5.6092491,7.0617156,7.0127029,7.2883296,7.3680968,7.3717728,7.3738222,7.6958895,7.9582105,7.8563519,7.7925,7.4510741,7.4027162,7.4319224,7.5043244,7.2793961,5.6516528,5.5996523,5.9822984,6.0857244,6.0971851,6.2290659,6.5358815,7.0120006,6.9270101,6.8579378,6.5663538,6.5650544,6.5875039,6.6763759,6.55509,6.2442245,6.1033645,6.6693635,6.6787405,6.6775351,6.6896443,6.9333725,7.1193061,7.0270247,6.9653907,6.8114414,6.8091378,6.8250117,6.7694468,6.6003828,7.7426329,7.7038202,7.8924489,7.9694853,7.9704881,7.9532185,8.2504473,8.4760952,8.3827877,8.3253603,7.8087101,7.676178,7.7033916,7.7684617,7.5371418,6.470479,6.3782697,6.824245,6.8708482,6.8736539,6.8976388,7.1839976,7.4327135,7.3330145,7.2665243,7.0531874,7.0473771,7.0705833,7.1010013,6.9169598,7.1987567,7.1623788,7.3685141,7.4722195,7.47682,7.4883418,7.8030381,8.0976362,7.9943538,7.9337635,7.440906,7.3252187,7.352262,7.4199457,7.2399406,7.3180957,7.2714829,7.5209699,7.5948639,7.5971975,7.5814905,7.9018884,8.1372185,8.0385227,7.9765797,7.6184239,7.5595956,7.5887036,7.6644154,7.4133191,5.8441787,5.7665153,6.2138371,6.2869697,6.2963552,6.4083357,6.69561,7.096705,7.0097232,6.9390874,6.6910191,6.6940918,6.7147136,6.7708449,6.6439929,6.709837,6.633637,7.0267096,7.0804591,7.0833302,7.0926704,7.3927436,7.6326275,7.5324197,7.4670749,7.230969,7.218997,7.2449598,7.2977395,7.0863667,6.231811,6.1727533,6.5303254,6.6235576,6.6305299,6.6914206,7.0087352,7.3696008,7.2661552,7.197257,6.9161606,6.9022698,6.928134,7.0033226,6.8461218,4.668561,4.6138382,7.2627196,7.2596383,7.2567301,7.2549639,7.2622442,7.268064,7.262341,7.257062,7.2608547,7.1891508,7.1222744,8.6914186,8.5501432,4.6629629,4.6072598,7.2685132,7.2632098,7.2570605,7.25212,7.2551465,7.2590404,7.2505002,7.2454596,7.2746758,7.2042274,7.1360941,8.7148046,8.6112947,4.6939631,4.6393447,7.4199438,7.4189024,7.4179358,7.4174376,7.4207125,7.4233885,7.420558,7.418334,7.4200711,7.343472,7.2699056,8.9295673,8.8168478,4.464921,4.4097772,6.6202478,6.6106529,6.6014681,6.5948205,6.6122661,6.6228514,6.6254086,6.6111202,6.6150112,6.5599079,6.5135083,7.7697272,7.5675488,4.7075534,4.6519136,7.3739471,7.3712096,7.3685284,7.3670044,7.3721414,7.3765993,7.3709345,7.3668447,7.3733945,7.2994943,7.228713,8.8456354,8.7311144,4.623435,4.5672784,7.0203042,7.0136223,7.0072045,7.0031791,7.0159488,7.0254078,7.0169268,7.0068259,7.0136232,6.9497695,6.8922706,8.3176727,8.1522989,4.4876947,4.4368944,6.8378658,6.8331404,6.8285666,6.8244252,6.8359575,6.843895,6.8430457,6.8345218,6.8359222,6.7713122,6.7169075,8.1280022,7.9019051,4.6416955,4.5863252,7.1117005,7.1065083,7.1015668,7.0984654,7.109354,7.1176682,7.1103144,7.1020937,7.1075611,7.0406218,6.9797473,8.4601383,8.2992907,4.6612215,4.6037645,7.1403885,7.1321716,7.1232119,7.1163526,7.1233039,7.1299896,7.116786,7.1078696,7.1298723,7.064436,7.0023499,8.4810925,8.3613701,4.6893792,4.6347194,7.3814726,7.3798814,7.3783884,7.3775659,7.3819122,7.3854723,7.3817248,7.3786879,7.3811002,7.3057852,7.2339554,8.8705425,8.7505636,4.6982236,4.6430426,7.368928,7.3666148,7.3644133,7.3631988,7.368319,7.3725829,7.3677192,7.3639369,7.3680997,7.2937884,7.2229285,8.843709,8.7240572,4.7001672,4.643765,7.2871318,7.2826033,7.2780466,7.2752805,7.2824278,7.2886429,7.2801208,7.2738981,7.2847753,7.2142739,7.1473002,8.7067423,8.5852499,4.6108875,4.5575147,7.121717,7.1180987,7.1146789,7.1122017,7.1211534,7.1279655,7.1227741,7.1162786,7.1190104,7.0497584,6.987257,8.5021524,8.3304749,4.6790295,4.6247492,7.3670406,7.3656859,7.3644156,7.3636866,7.3680511,7.3715701,7.3680935,7.3651476,7.3669915,7.2917132,7.2201476,8.8548107,8.7309008,4.5883484,4.5362697,7.1508203,7.1484146,7.1461234,7.1440172,7.1504693,7.1556411,7.1508551,7.1458693,7.1472602,7.0756683,7.0106764,8.5629883,8.3934555,4.5954094,4.5372734,6.9118609,6.9023604,6.8928189,6.8868566,6.9000883,6.9097333,6.895638,6.8827605,6.8953805,6.8359842,6.7819738,8.1384268,7.9893456,4.6895876,4.6351295,7.4129539,7.412056,7.411221,7.4108028,7.4141507,7.4168568,7.4141541,7.4119716,7.4134769,7.3369436,7.2635264,8.9218941,8.8074656,8.8620844,8.8281412,8.8495255,8.8274908,8.7730818,8.7609005,8.7536192,8.7542067,8.6008673,8.6007595,8.5854578,8.5986767,8.6344328,8.3248377,8.2649202,8.3464327,8.3099585,8.3365192,8.3106155,8.2526503,8.240448,8.2345362,8.2374725,8.04603,8.0451012,8.0267515,8.0419922,8.0814943,7.7612891,7.6961212,9.0761623,9.0418034,9.0621891,9.0471296,8.9934778,8.9798641,8.97159,8.9659557,8.8410778,8.84097,8.8270912,8.8367167,8.8688707,8.5195484,8.4557056,7.5895557,7.5502625,7.5907803,7.5605817,7.4999857,7.4889154,7.4880519,7.4956288,7.2846761,7.2808313,7.2550516,7.2737703,7.3213344,6.976315,6.9003496,8.1036987,8.0622997,8.0950365,8.069561,8.0077076,7.99542,7.9885707,7.9912572,7.8133831,7.8111572,7.7909389,7.806726,7.8513231,7.4835463,7.4062619,9.8140593,9.7916985,9.8027534,9.7899313,9.7518396,9.741785,9.7359924,9.7333212,9.6495705,9.6510105,9.6412249,9.6496639,9.6730804,9.440177,9.4018641,9.1167984,9.0845613,9.1038952,9.0847645,9.0328054,9.0207081,9.0129976,9.011858,8.8816833,8.8819733,8.8674927,8.8794127,8.912962,8.6057796,8.5483017,10.078759,10.061606,10.069769,10.057671,10.027457,10.019794,10.015052,10.014259,9.9412699,9.9422407,9.9348116,9.9422016,9.9609613,9.7904148,9.7623472,9.2736473,9.2461758,9.2589655,9.239397,9.1943369,9.1831598,9.1773958,9.1779757,9.0287533,9.03057,9.022069,9.0332565,9.0614281,8.821475,8.7775612,8.4701805,8.4292326,8.457016,8.4366503,8.3761415,8.3628683,8.3538208,8.3519573,8.1949978,8.1943502,8.1772385,8.1903286,8.2312698,7.8521647,7.7760386,5.4635968,5.4368706,5.4753423,5.4312105,5.4475427,5.4507475,5.3281088,5.3240938,5.1349106,5.1149487,5.1414261,5.1786332,5.2217016,4.7866864,4.7006412,3.6201003,3.5648301,3.6210382,3.6195796,3.6177182,3.6151283,3.6105461,3.6082435,3.3966904,3.3965948,3.4026625,3.4032841,3.4529402,3.0309954,2.9162104,4.4972253,4.4727192,4.5085678,4.490519,4.4972253,4.4979653,4.3522511,4.3495493,4.1838789,4.1756525,4.1932669,4.2380686,4.2702031,3.9611106,3.8883755,4.3638606,4.355732,4.3761287,4.3622112,4.3703871,4.3735433,4.153091,4.1499133,4.0163469,4.0088305,4.0248909,4.0922198,4.1106443,3.9102976,3.8696313,6.7450686,6.7234273,6.7478409,6.6570573,6.6927533,6.7033982,6.5909147,6.584157,6.383235,6.3409476,6.3763146,6.4072204,6.4600244,5.8605151,5.772069,6.8732257,6.8568783,6.8645711,6.7885065,6.8208637,6.8328829,6.6720243,6.6561174,6.4576735,6.4164195,6.4500508,6.4932771,6.5378027,5.9228387,5.8414431,3.5952492,3.5407217,3.5966201,3.5947819,3.5936754,3.5917373,3.584626,3.583003,3.3724821,3.372107,3.3788571,3.380271,3.4296315,3.0153034,2.9017184,4.8813868,4.875844,4.8911405,4.8722181,4.8845444,4.8898687,4.6512332,4.6445141,4.50175,4.4899688,4.5089746,4.5814195,4.6013389,4.3465171,4.3046575,3.4187403,3.3639085,3.4191606,3.4186344,3.4181778,3.4174376,3.4156795,3.415087,3.2056575,3.2056553,3.2081556,3.2083089,3.2578661,2.8543255,2.7421455,4.065948,4.0350246,4.0718732,4.060914,4.0621266,4.0599046,3.9352167,3.9332035,3.7690904,3.7649763,3.7740905,3.8129802,3.846019,3.5529892,3.4761693,4.0775399,4.045198,4.0845232,4.0741825,4.0764041,4.0751848,3.9599738,3.9580538,3.7883368,3.7840679,3.7959881,3.8315003,3.8659754,3.5560589,3.474983,3.8172386,3.7666495,3.8204505,3.8152785,3.8150072,3.8129478,3.784539,3.7826149,3.5771346,3.5750716,3.5869682,3.5951424,3.6425977,3.2367089,3.126776,3.8251679,3.7731655,3.8289461,3.8241763,3.8238864,3.8218603,3.8022616,3.8003323,3.5906024,3.5885973,3.6009629,3.6062331,3.6550415,3.2366297,3.1235523,3.9477727,3.8969996,3.9514818,3.9456706,3.9442382,3.9406371,3.9117553,3.9088621,3.7028162,3.7009265,3.7125766,3.7208669,3.7683878,3.3514307,3.2401488,4.5365844,4.49543,4.5467057,4.5288248,4.5331817,4.5316257,4.4642625,4.4616094,4.2627368,4.2552743,4.2757063,4.2963529,4.3416147,3.9273086,3.8244736,3.8677123,3.8134503,3.8698447,3.8662727,3.8635223,3.8593888,3.8468068,3.8434422,3.6317101,3.6308186,3.6400044,3.6430447,3.6925409,3.2580943,3.142283,7.3238916,7.3153992,7.2861347,7.2578859,7.2820773,7.2916865,7.0489926,7.0043058,6.7947955,6.7611184,6.7879663,6.8540578,6.8856325,6.153903,6.0755343,3.9620204,3.9160941,3.9666209,3.9592659,3.9592857,3.9567459,3.9049602,3.9026794,3.7061517,3.7033496,3.7156174,3.7311723,3.7753875,3.3886158,3.2850311,4.2218518,4.1733751,4.2259221,4.2164655,4.2138295,4.2082267,4.1657887,4.1618438,3.9596241,3.9566476,3.9686351,3.9821911,4.0293493,3.6092439,3.5003419,3.6129177,3.5589285,3.6143117,3.6119163,3.6110492,3.609298,3.5992322,3.5977376,3.3878798,3.3870676,3.3948576,3.3973641,3.4466248,3.0349572,2.9220283,4.1832442,4.1490507,4.1883845,4.1750145,4.1744399,4.1699452,4.0579062,4.0547051,3.8837202,3.8792446,3.8877392,3.9232495,3.9592676,3.6414154,3.5589082,6.297997,6.0655489,7.4812202,7.4466605,7.442759,7.4463391,7.5267291,7.629014,7.519495,7.4572611,7.5066895,7.4819798,7.4621091,7.9710059,7.8653979,5.6949587,5.5400796,7.2131658,7.1824551,7.1725211,7.1628366,7.2066846,7.2644463,7.1812706,7.1366963,7.263319,7.2285018,7.198338,8.0531874,7.949192,9.1218786,8.6519966,9.6330566,9.6118937,9.6116838,9.6291428,9.7476053,9.9871397,9.7008181,9.5515995,9.594883,9.5899239,9.5860491,9.9295464,9.821929,5.6392074,5.472908,7.1046348,7.0703812,7.0631642,7.0583787,7.1130447,7.1778007,7.0992589,7.0546618,7.1419034,7.1083584,7.0806117,7.8209734,7.7163253,6.2348866,5.8650155,6.8796334,6.8249722,6.8264699,6.8427935,6.9532194,7.0846763,6.9715238,6.9033489,6.8918362,6.8826628,6.8755794,6.7076135,6.6267471,9.9887524,9.3740168,10.143328,10.124112,10.121056,10.141879,10.267336,10.566292,10.201777,10.010543,10.027595,10.024634,10.013676,10.137668,10.026941,8.3750572,7.9651289,8.970664,8.9479351,8.9478188,8.9662085,9.0868139,9.3011637,9.0647612,8.9371471,8.9579277,8.9502506,8.942667,9.2206039,9.1135197,11.48511,10.683251,11.627828,11.59236,11.586934,11.587062,11.661135,11.949553,11.48178,11.262156,11.467551,11.461642,11.447159,11.842747,11.720423,10.100848,9.522316,10.426199,10.404205,10.403506,10.421103,10.53986,10.820679,10.461563,10.279566,10.339554,10.339255,10.341668,10.686971,10.581751,6.1571169,5.9750299,7.5824313,7.5538683,7.5431938,7.5323305,7.5759659,7.6444635,7.5386477,7.4846487,7.6435857,7.612072,7.5838714,8.4382954,8.3346777,7.6107759,7.2600322,8.3472939,8.3198195,8.3195677,8.3358564,8.450942,8.6304312,8.4443035,8.3409901,8.3576164,8.3464842,8.3367405,8.6053057,8.5000057,7.6140952,7.2089071,8.1265383,8.0958471,8.0967302,8.1213942,8.2517805,8.4545126,8.2633533,8.1543322,8.1402216,8.1348686,8.1279278,8.1292868,8.0312128,5.9241652,5.7627454,7.3885012,7.3620129,7.3499422,7.3365412,7.3749971,7.4349461,7.3394651,7.2908912,7.4732141,7.4418821,7.4155979,8.3182077,8.2227564,11.1705,10.439329,11.181728,11.162598,11.160913,11.18204,11.309409,11.658942,11.206562,10.980055,11.016124,11.022667,11.03301,11.28266,11.187883,8.0258846,7.6663809,8.8292484,8.8032084,8.8016443,8.8129587,8.9157381,9.0945044,8.8860359,8.7755308,8.8344736,8.8214636,8.8102016,9.2458687,9.1353226,6.0758891,5.8158808,7.1499181,7.1075969,7.1050534,7.111043,7.197381,7.2985792,7.1981211,7.1391597,7.1641717,7.1427131,7.1260419,7.4291987,7.3304529,7.7620578,7.4394259,8.8318615,8.8009043,8.7924681,8.7870016,8.8470583,8.9743176,8.7845879,8.6910744,8.8609085,8.8377714,8.8142567,9.518815,9.4056787,5.3592753,5.1999588,6.8582873,6.8207021,6.8139682,6.8090343,6.8605046,6.9164906,6.8497596,6.8105636,6.8901858,6.8556576,6.8275824,7.5381174,7.4356446,6.6694198,6.3366599,7.4353638,7.3943739,7.3945456,7.4098001,7.520493,7.6643448,7.5311155,7.4531493,7.4528232,7.4406376,7.4309068,7.5040455,7.4092884,11.082286,10.346951,11.26593,11.235114,11.232751,11.240443,11.332141,11.622355,11.186693,10.977361,11.131885,11.129806,11.121059,11.470161,11.349501,8.9071341,8.4083176,9.2510376,9.2295132,9.2292366,9.2538652,9.385088,9.641181,9.3612623,9.2095308,9.2078543,9.2042084,9.1953926,9.2923346,9.1855326,5.5863805,5.3158517,6.6656866,6.6121845,6.6092558,6.6126747,6.6896534,6.7694564,6.6899967,6.6425653,6.6632662,6.6416426,6.6249266,6.8026118,6.713068,10.109329,9.5000992,10.291623,10.274027,10.271708,10.292407,10.417786,10.716746,10.34538,10.15255,10.175094,10.173158,10.166483,10.357265,10.248627,5.9199219,5.6923194,7.1310296,7.0908918,7.0869594,7.0895038,7.1658082,7.2540903,7.1620951,7.1083279,7.1482835,7.1226106,7.1023021,7.5447459,7.4429779,5.1357217,4.9436235,6.5651131,6.5161667,6.510006,6.5057282,6.5568767,6.6064224,6.5476336,6.5117607,6.5618315,6.529695,6.5040092,7.0110149,6.9146328,7.141108,6.80371,7.8947639,7.8617101,7.8617086,7.8780718,7.9924793,8.1555777,7.996707,7.9060683,7.9118848,7.9002705,7.8904228,8.0656919,7.964745,6.426415,6.1558371,7.4450388,7.4075036,7.4054499,7.4136481,7.5068707,7.6246042,7.5070243,7.4391093,7.464571,7.4449797,7.4296045,7.7549577,7.6532393,7.4875846,7.1867275,8.5703831,8.5396786,8.5331774,8.5317822,8.6014204,8.728878,8.5557919,8.4677258,8.5968428,8.5740576,8.5522909,9.2043943,9.0909624,6.7406006,6.4988422,7.9336967,7.9031997,7.897903,7.8989387,7.9734783,8.0831289,7.9516759,7.8808761,7.9658785,7.9406838,7.9191766,8.5506382,8.4410038,5.8722444,5.547533,6.7179666,6.6622272,6.6618509,6.6716576,6.7660103,6.869235,6.7750678,6.718863,6.7206416,6.7051373,6.6939955,6.6655359,6.5814223,7.0130463,6.7289596,8.0002022,7.9698868,7.967669,7.9765391,8.0724726,8.2106075,8.0626822,7.9805851,8.0225773,8.0041256,7.9891319,8.4223661,8.3151398,7.1388607,6.7288609,7.5855699,7.5475078,7.5494938,7.5787859,7.7137666,7.9097328,7.7461982,7.6488242,7.6214595,7.6185861,7.6139674,7.4435954,7.3556347,6.3852134,6.1573143,7.5949602,7.5621991,7.5577297,7.5602098,7.6378126,7.7401276,7.6266499,7.5631466,7.6238546,7.598299,7.5774226,8.1451893,8.0380859,9.3661966,9.3120022,9.2858839,9.2657204,9.0709133,9.0413256,8.9923306,8.9761028,8.8597107,8.8451424,8.7933836,8.8233938,8.8372869,8.4820347,8.4665642,6.6121631,6.630178,6.6393852,6.5710702,6.5243301,6.5223107,6.417119,6.4657531,6.3501415,6.3211455,6.2662525,6.3485413,6.394001,6.279263,6.2812109,10.482947,10.174155,10.023919,10.01278,9.2005949,9.1880951,9.1634893,9.1525583,8.793189,8.7900333,8.6804829,8.6889353,8.6917133,8.5581684,8.5511351,7.817759,7.7649469,7.7405629,7.6889415,7.4878054,7.4750681,7.3166299,7.3237271,7.1599474,7.1404696,7.0773773,7.145278,7.1690383,6.9990683,6.9980636,6.017004,6.0564756,6.0759716,6.0181313,6.0135908,6.0144582,5.9296718,5.9934015,5.8948402,5.8699203,5.8204556,5.910511,5.9632621,5.877892,5.8811393,7.8248906,7.8061867,7.8007588,7.7345042,7.6015472,7.589087,7.5098348,7.5377021,7.4014525,7.3710284,7.3056278,7.3692575,7.4088988,7.2351446,7.2306094,5.227654,5.2857285,5.3133006,5.2723866,5.307395,5.3101797,5.2458162,5.323627,5.243185,5.2250443,5.1844563,5.2819252,5.3408699,5.2918143,5.2962523,7.2698827,7.2469873,7.2369714,7.1741734,7.0442948,7.0373573,6.8810215,6.9013138,6.7560673,6.7307725,6.6740394,6.7480774,6.778019,6.6346278,6.6357617,8.2690363,8.2137365,8.1877337,8.134202,7.9248853,7.9085431,7.7927547,7.7995377,7.6401176,7.6172447,7.5540614,7.6115937,7.6368113,7.4289756,7.4240084,8.961359,8.9425068,8.9486771,8.9285059,8.8232222,8.8057261,8.7908411,8.8077574,8.6997185,8.673955,8.6098862,8.6574144,8.6897392,8.486454,8.4776354,9.4789953,9.4297571,9.4049015,9.391139,9.2098284,9.1710663,9.1360884,9.1058674,9.0123959,9.0021954,8.960598,8.9795437,8.988061,8.5341091,8.5103588,8.0012732,7.9612198,7.9433689,7.8829021,7.7077889,7.6942105,7.5808153,7.595778,7.4442487,7.4181986,7.3551645,7.4172177,7.4472265,7.2599716,7.2562551,8.6645584,8.5815144,8.5400848,8.4976854,8.2220802,8.2006159,8.0892277,8.0835009,7.9087372,7.8911128,7.8282738,7.8768191,7.8950257,7.6481853,7.6401458,8.9961481,8.9159355,8.8755512,8.8587027,8.5747557,8.5243177,8.4863501,8.4425545,8.313632,8.3060398,8.2569551,8.2749395,8.2827291,7.709157,7.6773329,6.2265844,6.2748237,6.2980509,6.237092,6.230351,6.2270842,6.196866,6.2684231,6.173625,6.1449947,6.0868235,6.1720486,6.2387223,6.1503172,6.1499348,9.2004566,9.1747608,9.1713467,9.1589165,9.04002,9.0211496,8.9938412,9.0026035,8.8956375,8.8731031,8.812809,8.8581572,8.8851204,8.6514406,8.6434326,8.8534565,8.8341923,8.8391838,8.806982,8.6917324,8.6737804,8.6547117,8.673934,8.5613842,8.5336771,8.4663954,8.5153246,8.5504885,8.3431826,8.3337641,9.1007948,9.0548649,9.0354567,9.0053673,8.8276739,8.8047895,8.7501793,8.74895,8.6235046,8.6031122,8.5437918,8.5849152,8.6069241,8.3258047,8.3155956,6.7842479,6.8151536,6.8322873,6.7644086,6.7220063,6.7153492,6.6805601,6.74015,6.6332016,6.6011543,6.5370736,6.6145554,6.676218,6.5628042,6.5601773,9.192584,9.1205378,9.0848427,9.0590143,8.8121367,8.7806292,8.7207994,8.7014141,8.5624352,8.5484648,8.4928484,8.5234118,8.536602,8.1657143,8.148777,8.9981604,8.9643946,8.954361,8.9225559,8.773509,8.7532969,8.7103567,8.7183285,8.5985165,8.57477,8.5123091,8.557723,8.5854511,8.3378124,8.3288813,8.8132515,8.7763596,8.7638626,8.7229223,8.5613775,8.5416031,8.4888639,8.4982796,8.3701859,8.3453894,8.2815657,8.3289795,8.3578463,8.1154814,8.1067286,8.1670408,8.1553249,8.1600361,8.1014071,7.9821234,7.9663324,7.9354205,7.9660563,7.8435159,7.811707,7.7406073,7.7977757,7.8425083,7.6599321,7.6513453,10.646693,10.31264,10.150412,10.139497,9.2741365,9.2672005,9.2411985,9.2351532,8.8517637,8.8489485,8.7346983,8.7434502,8.7461119,8.6748915,8.6718683,8.4959822,8.4712467,8.4675093,8.4165773,8.2761497,8.2586594,8.2151279,8.2354708,8.1091328,8.0803423,8.0125217,8.065156,8.1018362,7.8919826,7.8835645,7.0051332,7.0190649,7.0276542,6.9568896,6.8900743,6.8835802,6.812377,6.8604622,6.7418528,6.7100348,6.648252,6.7238941,6.7746024,6.6453676,6.6438799,8.3515434,8.3090591,8.2911444,8.2357502,8.054884,8.0381489,7.9514046,7.963901,7.8176908,7.7917032,7.7273002,7.7824512,7.8122897,7.5984421,7.5921183,7.2377973,7.256712,7.2715378,7.2029324,7.1339226,7.1235819,7.0999861,7.1516595,7.038868,7.0051622,6.9354839,7.0057778,7.0655389,6.9338632,6.9282713,9.097146,9.0450068,9.021492,8.9905357,8.7966671,8.7725973,8.7127361,8.7081938,8.5778732,8.5585899,8.4998331,8.539546,8.5596952,8.2661228,8.2551022,9.8588705,9.6373577,9.5273638,9.5082331,8.8888636,8.8636732,8.8238668,8.8015203,8.519927,8.5136051,8.4276133,8.4417171,8.4466658,8.1606607,8.1450014,10.815081,10.459175,10.287687,10.28083,9.3671093,9.3618755,9.3466063,9.3420019,8.9421635,8.940587,8.8193903,8.8247395,8.8264847,8.7750893,8.77279,6.492557,6.5467901,6.5750327,6.5128522,6.4972615,6.4893608,6.512475,6.5857425,6.4942441,6.4623427,6.3930578,6.4713898,6.5521359,6.4627986,6.4574766,8.5176506,8.4802752,8.466589,8.4151506,8.247035,8.2290821,8.1623535,8.1757336,8.0385551,8.0120716,7.9469013,7.9989667,8.0301733,7.8067307,7.7991071,8.0483103,8.0198803,8.009613,7.9471674,7.7948956,7.7807407,7.6982918,7.719975,7.579432,7.5505176,7.48522,7.5454268,7.5811419,7.3920641,7.3868184,7.3483343,7.348659,7.3515539,7.2808614,7.1863222,7.1774035,7.1017308,7.1413112,7.0145011,6.9825726,6.9187589,6.9894595,7.0357866,6.8892884,6.8865218,9.724247,9.5122643,9.4065695,9.3838387,8.7931433,8.7715693,8.7087555,8.6920948,8.4124556,8.4046535,8.3192244,8.3410883,8.347537,8.1179228,8.106513,6.8839235,6.9204392,6.9426818,6.8761897,6.8342957,6.8251061,6.8253064,6.8878307,6.7855339,6.7521334,6.6819386,6.7561407,6.8261127,6.7157464,6.710103,8.0881691,8.0694351,8.0666981,8.0050716,7.8713851,7.8565092,7.8011994,7.8282771,7.6973696,7.6667094,7.5986342,7.6575012,7.6983557,7.5119061,7.5051208,8.7097721,8.6481457,8.6190805,8.5746365,8.3517675,8.3308668,8.2423134,8.2422504,8.0889111,8.0677996,8.0053883,8.0529556,8.0751638,7.8208532,7.8123083,8.9733686,8.8650398,8.810648,8.796236,8.4338846,8.3798904,8.3479881,8.2986507,8.1422758,8.1363783,8.0826817,8.0955019,8.1003628,7.4957829,7.4589782,10.431546,10.128365,9.9800119,9.9656315,9.1674118,9.1563225,9.1235132,9.1138763,8.7565613,8.7524805,8.6460829,8.6571941,8.6606922,8.5409651,8.5352945,9.7298746,9.6919231,9.6737137,9.6677094,9.5268345,9.4985752,9.4657774,9.4483738,9.3627167,9.3506498,9.3083696,9.3330631,9.3439808,8.9991226,8.9841709,10.690311,10.346933,10.181219,10.171673,9.2864723,9.2818594,9.2538004,9.2498341,8.856986,8.8543453,8.7362728,8.7449865,8.7471762,8.6987791,8.6969957,10.324244,10.037402,9.8976974,9.8858356,9.1215496,9.1054544,9.0773163,9.0635166,8.7236862,8.7200117,8.6144447,8.6240053,8.6270084,8.4533176,8.4437294,8.5715265,8.5555191,8.5619011,8.51618,8.3979559,8.380456,8.3604212,8.3851833,8.2685184,8.2383614,8.1678877,8.2197638,8.2599087,8.0627604,8.0529146,9.4381905,9.3977938,9.3805294,9.3675203,9.2125521,9.1881733,9.1466684,9.1396246,9.0329237,9.016119,8.9627829,8.9986496,9.0164852,8.7132292,8.7023335,9.336648,9.2871199,9.2642202,9.2434883,9.0611382,9.0344734,8.9851189,8.97435,8.8578424,8.8415127,8.7876034,8.8214941,8.8379431,8.5131378,8.5002108,9.0773306,9.013938,8.9835682,8.9516888,8.727994,8.702055,8.634656,8.6252451,8.4850521,8.4674883,8.408946,8.4467573,8.4643068,8.1529999,8.1405973,7.3982706,7.3819728,7.3753099,7.3067374,7.1860223,7.1779151,7.0560265,7.0833359,6.9436998,6.914712,6.8548465,6.9261584,6.9619312,6.8101659,6.809339,7.6182494,7.6029725,7.5981016,7.5295649,7.4054375,7.3949051,7.3026977,7.3323941,7.1958632,7.1654248,7.1019077,7.1691098,7.2086987,7.046092,7.0430346,7.0466914,7.0434542,7.0426974,6.9725847,6.8830595,6.8781309,6.7526507,6.7868133,6.655592,6.6261826,6.5688601,6.645112,6.6831489,6.547895,6.5486736,8.7586517,8.7012653,8.6728516,8.6568289,8.4225636,8.3610716,8.3361273,8.2803202,8.1851883,8.1790333,8.1390705,8.1522045,8.1592236,7.4589844,7.4223857,8.8725109,8.7422476,8.6753178,8.6386967,8.2485695,8.2262115,8.1044178,8.0923195,7.8749318,7.8619895,7.7959766,7.8405433,7.8537536,7.6309342,7.6232705,7.535305,7.4983382,7.4816089,7.423893,7.2605281,7.2508769,7.0918822,7.1054549,6.9510937,6.9283814,6.8691239,6.9402003,6.9670696,6.8118525,6.8120732,7.6832218,7.6528788,7.6394958,7.5752535,7.423223,7.4125776,7.2867527,7.3063407,7.1582661,7.1312814,7.0700827,7.137507,7.1692944,7.0025649,7.0007434,9.1241808,9.0217247,8.9700708,8.9415817,8.6138706,8.5825377,8.5118208,8.4904909,8.3167276,8.3041906,8.2429152,8.27355,8.2852087,7.9268742,7.9099393,9.3637762,9.3305492,9.3193569,9.3083124,9.1716852,9.1504059,9.1140575,9.1147575,9.0079727,8.9884739,8.9320259,8.9733219,8.9954634,8.7278776,8.7191515,9.638483,9.6070099,9.5948534,9.6008854,9.4772215,9.4551802,9.4235888,9.4180145,9.3247986,9.3093452,9.2593489,9.2971029,9.3144302,9.0299807,9.0213642,7.6000628,7.6018686,7.609024,7.5411925,7.4435678,7.4315538,7.3901472,7.4309778,7.3088608,7.2757959,7.2065945,7.2723203,7.3232808,7.1693673,7.1634502,9.387476,9.2207661,9.1376753,9.1248264,8.6226692,8.5781031,8.5505905,8.5092974,8.2916431,8.2870054,8.2171497,8.2270174,8.2304993,7.7355719,7.7046623,6.6597986,6.6889849,6.7042594,6.6364632,6.5979047,6.593214,6.5366964,6.5950003,6.4867263,6.4558592,6.3957639,6.4759822,6.5329604,6.4215803,6.420835,7.4032049,7.3944726,7.3921409,7.3218765,7.2130032,7.2043657,7.1061649,7.1393752,7.0057783,6.9750595,6.9131622,6.9837346,7.0245047,6.8731241,6.8712454,5.014842,4.9955649,5.0462723,5.0240192,5.1261997,5.1661162,5.2276111,5.2660275,5.1548848,5.0630717,5.0174208,5.0431495,5.158412,4.9689083,4.9853249,4.035171,4.0094352,4.0672102,4.062633,4.1383586,4.1995654,4.3074422,4.356215,4.314786,4.1216331,4.077354,4.1024423,4.2106733,4.082108,4.1401768,3.8087745,3.8016727,3.8569844,3.8595183,3.9777253,4.0082073,4.0985837,4.1508236,4.0631557,3.9030318,3.8492901,3.8779814,3.9684951,3.880343,3.9144504,4.0064282,3.9472857,4.002944,3.9958827,4.0759635,4.2127757,4.337316,4.3610024,4.4162078,4.3195434,4.2776299,4.2988272,4.4947205,4.2632027,4.3217783,3.633074,3.6258171,3.6818058,3.6838107,3.7758489,3.8055625,3.903373,3.9667137,3.885643,3.6264539,3.5784564,3.6048625,3.6801641,3.6111295,3.6503994,3.2707896,3.2608612,3.3157904,3.313544,3.3702052,3.4078255,3.5113966,3.5852654,3.5192342,3.1207075,3.0959275,3.1158047,3.1807609,3.1282399,3.1796842,6.0090775,5.980176,6.0216861,5.976346,6.037632,6.0628467,6.0867405,6.1147194,5.9496479,5.8818016,5.8536735,5.8719521,5.9782076,5.7114296,5.6934657,5.7376871,5.7134547,5.7415452,5.6883678,5.8020406,5.8163257,5.8264437,5.8489323,5.664772,5.6049953,5.5835319,5.5988212,5.7176428,5.4664278,5.4448237,5.0999317,5.0506568,5.11025,5.0904322,5.1491413,5.2506471,5.340189,5.3663306,5.3421679,5.2577262,5.2189879,5.239655,5.4022384,5.1463265,5.174428,5.1214638,5.0665941,5.1293039,5.1105337,5.1612091,5.2755322,5.3696985,5.3903117,5.3862238,5.3050389,5.2678537,5.2861447,5.462306,5.1920485,5.2208385,3.0673928,3.0386903,3.0928757,3.0920606,3.142086,3.2079322,3.329793,3.3800797,3.3700562,3.0576849,3.0353742,3.0516653,3.1429844,3.0640287,3.160265,3.588619,3.5577552,3.6142607,3.6117668,3.6771903,3.7503881,3.869699,3.9175813,3.9037766,3.6591249,3.6262243,3.6474204,3.7582052,3.6432285,3.717437,4.1442814,4.0971737,4.1523809,4.1427402,4.2171798,4.3180852,4.4310637,4.4600573,4.4680285,4.3408523,4.3025284,4.3243895,4.4808435,4.2871027,4.3474345,3.7805438,3.7586372,3.8163316,3.8137534,3.8834553,3.9395695,4.0506444,4.1062489,4.0630708,3.8105071,3.7711058,3.7948742,3.8909447,3.7875221,3.8490329,4.874104,4.8586578,4.8766079,4.8307962,5.0294743,5.0375671,5.041029,5.0606594,4.8598166,4.823617,4.8157868,4.8248353,4.9677091,4.7713847,4.7473998,6.1495337,6.1185069,6.1721439,6.1347685,6.1649251,6.1992927,6.2345505,6.2658653,6.1137223,6.0427117,6.0118241,6.0322061,6.1331234,5.863019,5.8490329,4.5579395,4.553812,4.6027045,4.5873404,4.7528286,4.7820163,4.834177,4.8691707,4.7317934,4.6642423,4.631197,4.6578498,4.7823949,4.6262302,4.6361814,3.8728793,3.834929,3.8909323,3.8855519,3.9574728,4.0415473,4.1579762,4.1961045,4.1911173,4.0138044,3.9764786,3.9987442,4.1302609,3.9790657,4.0468946,5.1393256,5.11238,5.1653123,5.1419482,5.2231898,5.2761521,5.3447065,5.3822422,5.2894053,5.1936231,5.1491189,5.1738958,5.2945514,5.0869665,5.1086154,2.4960759,2.4816875,2.529598,2.5255222,2.5336432,2.5424256,2.636924,2.6820953,2.6266837,2.294735,2.2914808,2.3007836,2.3303266,2.3256519,2.567817,5.5763354,5.5532632,5.5773764,5.5243211,5.6592999,5.6705222,5.6763096,5.6971908,5.5041265,5.4516506,5.435555,5.4490023,5.5741277,5.332283,5.3077621,2.5507505,2.5298016,2.5766976,2.5709224,2.5837941,2.6033194,2.696465,2.7284377,2.6933639,2.436115,2.4346952,2.4448295,2.4860945,2.466774,2.7781143,3.0720394,3.0134153,3.0609858,3.0582526,3.1311927,3.2576084,3.3886623,3.4047709,3.4827216,3.3405631,3.3195174,3.3350284,3.514802,3.3297148,3.4037614,4.5368757,4.4675498,4.5219369,4.5041523,4.5676107,4.7033834,4.8069224,4.8153739,4.8677969,4.7922983,4.7547359,4.769145,4.9801211,4.691607,4.7163386,5.9892511,5.9591045,6.009057,5.9703879,6.01682,6.0527463,6.0898299,6.1209097,5.9753618,5.9017577,5.8696885,5.8899493,5.9967556,5.7343421,5.7251177,5.1706276,5.130826,5.1883817,5.1669469,5.231566,5.3133812,5.3948216,5.4274373,5.3722377,5.2820215,5.2413597,5.2643375,5.406785,5.1706042,5.1982594,5.0190849,5.0028749,5.0214977,4.9754314,5.165729,5.176024,5.1790967,5.1998215,4.9972239,4.9609184,4.9517546,4.9604034,5.1007972,4.8918004,4.8659363,6.2365217,6.2035999,6.2409964,6.1924262,6.2380075,6.2550693,6.2655721,6.2900848,6.1041226,6.0449948,6.0222716,6.0384355,6.1371956,5.8474274,5.8151388,4.6064072,4.5784583,4.6350026,4.6224813,4.7060809,4.7681108,4.8585801,4.8997025,4.8388839,4.7169404,4.6697245,4.6957669,4.81742,4.6440234,4.6852541,4.4283357,4.4032173,4.4601755,4.4509153,4.536181,4.5934916,4.6877642,4.7319741,4.6715779,4.5336695,4.4848747,4.5114136,4.6258674,4.4712563,4.5156035,5.6607437,5.6268234,5.68293,5.6531897,5.7042537,5.7627487,5.8225584,5.8552928,5.753068,5.670527,5.6334748,5.6553731,5.7778192,5.5288,5.5386639,5.3180532,5.2973967,5.3434587,5.3122869,5.409164,5.4433045,5.4912434,5.5263953,5.3983092,5.3141479,5.2709813,5.294651,5.4088492,5.1969171,5.2031579,5.788518,5.7637005,5.8001189,5.7526259,5.8419046,5.8645673,5.8878345,5.9152203,5.7525406,5.6818595,5.6508646,5.6693473,5.7819147,5.5309958,5.5180101,4.5340686,4.515779,4.5710015,4.5602207,4.6630173,4.7067385,4.7874699,4.8312683,4.743701,4.6275477,4.5768752,4.6045513,4.7146888,4.5626988,4.5939546,5.5769992,5.555357,5.5946431,5.553196,5.6511416,5.6767583,5.7085919,5.7390671,5.5891256,5.5130367,5.4750786,5.4958825,5.6097569,5.3774328,5.3722858,3.2231984,3.1576216,3.2011237,3.1923981,3.2643051,3.3925498,3.5141301,3.5177817,3.5978899,3.4740975,3.4523184,3.4660618,3.6596138,3.4485612,3.5073352,4.8512135,4.8327198,4.8443851,4.7902822,4.9912496,4.9932003,4.9913859,5.0056367,4.8042188,4.7639289,4.7574716,4.7694902,4.9153776,4.7257147,4.7043986,2.514276,2.5016735,2.5500834,2.5468867,2.5590219,2.5708661,2.6679475,2.72804,2.6620629,2.2467144,2.2407274,2.250057,2.27985,2.2726831,2.4144504,5.3416438,5.3247681,5.3648477,5.3287506,5.4456911,5.469739,5.5043154,5.5359473,5.3873806,5.3121762,5.2703633,5.2926106,5.4091725,5.1969023,5.1949081,5.8100238,5.7818437,5.8275738,5.7876449,5.8526211,5.8876314,5.9253135,5.9563413,5.8149886,5.7385001,5.7043033,5.7247205,5.8359146,5.583972,5.5787072,4.7845101,4.7660551,4.8191853,4.8026991,4.9077787,4.949995,5.0204096,5.0610356,4.9606509,4.8608537,4.813272,4.8401704,4.9545989,4.7826366,4.8059487,5.6690478,5.6477685,5.6774578,5.6258192,5.7442126,5.7591319,5.773406,5.7970729,5.6213832,5.555634,5.5267878,5.5439878,5.662921,5.4198813,5.4041634,5.2779288,5.2452354,5.2997313,5.2748137,5.3439579,5.4070568,5.4773884,5.5124598,5.4290977,5.3375549,5.2958174,5.3193865,5.4470568,5.2203631,5.2416863,2.8962865,2.8743327,2.9276123,2.9263093,2.9630654,3.0091264,3.1242077,3.1810853,3.1483645,2.7801769,2.7624176,2.7765031,2.8424263,2.7940333,2.9021978,2.6771617,2.6278398,2.6753764,2.674314,2.7340109,2.8393924,2.9686997,2.9911671,3.0525928,2.8565395,2.8423512,2.854404,2.9962256,2.862963,2.9662023,5.3983412,5.378118,5.3979964,5.3421822,5.5013084,5.508687,5.5108237,5.5278172,5.3323483,5.2806101,5.2661219,5.2798738,5.4123659,5.1844344,5.1629829,4.8320527,4.7865181,4.8452587,4.8296556,4.9006248,5.0021548,5.0984612,5.1299324,5.1105809,5.017776,4.9764671,4.9998574,5.1591578,4.9259377,4.9647222,6.1789794,6.1475916,6.1892838,6.1434026,6.1889992,6.2105637,6.2286029,6.2553601,6.0797911,6.0164008,5.9907818,6.0083308,6.1085229,5.8278947,5.8019094,4.1971254,4.166646,4.223958,4.2168713,4.2941246,4.3630085,4.4686642,4.5115881,4.4757705,4.3161998,4.271626,4.2965994,4.4169288,4.2659011,4.3220167,2.7760441,2.745265,2.7971132,2.7954259,2.8331828,2.8922668,3.0101182,3.050771,3.0472395,2.7606988,2.7473018,2.7599561,2.8409231,2.7779601,2.9437065,5.5591021,5.5305357,5.5801005,5.547061,5.6164122,5.6618576,5.7138495,5.7475772,5.6305437,5.5463309,5.5071797,5.5295053,5.6464181,5.409842,5.4167833,5.9047327,5.8739729,5.9265056,5.89079,5.9374685,5.9799132,6.0242019,6.0562873,5.923285,5.8465247,5.8126121,5.8335876,5.9441342,5.6866856,5.6835785,5.13902,5.1072216,5.1620693,5.1397238,5.2134299,5.2773929,5.3520889,5.3883862,5.3108277,5.2149696,5.1716843,5.1959553,5.3238406,5.1072783,5.1330771,5.8173804,5.7874036,5.8374,5.8008113,5.8564763,5.8979688,5.9420176,5.973979,5.8423796,5.7643375,5.7295184,5.750504,5.8629012,5.6099396,5.6082287,3.6524634,3.6033108,3.6558661,3.6497977,3.7217081,3.825644,3.9472053,3.9734697,4.0030107,3.845633,3.8143153,3.8336813,3.989038,3.8155575,3.8855138,3.3253832,3.2942338,3.3495116,3.3480611,3.4077396,3.4815712,3.6036696,3.65207,3.6454539,3.3698585,3.3424714,3.3613293,3.4670005,3.3655951,3.4477272,2.6926425,2.6663666,2.7166681,2.7136033,2.7401254,2.7813501,2.8892949,2.926584,2.9081447,2.6333599,2.6251945,2.6367328,2.699183,2.6574233,2.891552,2.8930364,2.882374,2.9350057,2.9350235,2.9724007,3.0047464,3.1116281,3.1844044,3.1235945,2.6832225,2.6603007,2.6759415,2.7278705,2.6965194,2.7619281,5.8660922,5.8399653,5.8745508,5.8248887,5.9127593,5.9327497,5.9506102,5.9763174,5.8040566,5.7382383,5.7117972,5.7289085,5.8410697,5.5827518,5.5643187,3.6025612,3.540287,3.5881014,3.5782812,3.6517491,3.7762642,3.8965557,3.9075732,3.9681726,3.8479285,3.8199093,3.8364608,4.0240216,3.8103015,3.8703375,3.0263484,3.0184567,3.0710659,3.0696499,3.1174297,3.1522062,3.2535295,3.330523,3.2633681,2.8217728,2.7991285,2.816371,2.8723028,2.8338714,2.8846593,4.60954,4.5685897,4.6262116,4.613081,4.6881018,4.7790174,4.8794389,4.913795,4.8900685,4.7808871,4.7377434,4.7617683,4.9096003,4.7038341,4.7516928,4.8779593,4.8397741,4.8971534,4.8802547,4.9533715,5.036386,5.1264567,5.1615171,5.1176238,5.0171266,4.9739361,4.9981632,5.1402287,4.9248018,4.9627237,5.6933866,5.6696763,5.7083883,5.6643338,5.7546163,5.7801647,5.8093185,5.8387041,5.6852188,5.6106267,5.5755954,5.5954556,5.7082996,5.4658856,5.4578624,5.5447612,5.5033131,5.5686636,5.5468707,5.5882583,5.6747866,5.7540097,5.7841959,5.7238908,5.6407504,5.6038613,5.6252351,5.7677522,5.5123405,5.5353012,5.5202074,5.5013738,5.5250745,5.470325,5.6187949,5.6272783,5.6331086,5.6516027,5.4624534,5.4042492,5.3816609,5.3971977,5.525404,5.2909741,5.272542,5.8328085,5.8000751,5.8576446,5.8266463,5.868721,5.9220819,5.9767036,6.0096507,5.8945355,5.814908,5.7795348,5.8012276,5.9174352,5.6629224,5.6674953,5.1728201,5.153439,5.20152,5.1745553,5.2760081,5.3120818,5.3655701,5.402205,5.2805047,5.1938248,5.1494055,5.1741109,5.2888536,5.0881348,5.0985346,6.0970006,6.0665526,6.1146812,6.0736818,6.1159344,6.1461639,6.1762567,6.2061067,6.0483551,5.9785991,5.9488044,5.9682693,6.0709825,5.8010235,5.7849426,5.166007,5.147295,5.1670389,5.1179094,5.2934585,5.3021274,5.3054514,5.3252735,5.1250992,5.0833044,5.0731187,5.0836911,5.2203064,5.0048046,4.9796228,5.5974741,5.5590935,5.6206245,5.5955729,5.6401329,5.714283,5.7852874,5.8168159,5.7381015,5.6550651,5.6179981,5.6397285,5.7728448,5.5201788,5.5372372,5.4302053,5.4085851,5.4307604,5.3790679,5.5298142,5.5397825,5.5440359,5.5644078,5.3672976,5.3195219,5.3061991,5.3183856,5.4480114,5.2151718,5.1896715,5.0731068,5.0608048,5.1039596,5.07551,5.2090945,5.2341027,5.2746315,5.3079453,5.163559,5.089848,5.0466805,5.0706568,5.1893706,4.9982109,5.0004997,5.8843122,5.85677,5.8984818,5.8543239,5.923892,5.9520388,5.980866,6.0099101,5.8542666,5.7822652,5.7511439,5.7702746,5.8798137,5.6224022,5.6104898,2.5102234,2.4523673,2.4955499,2.4946468,2.5616214,2.686867,2.8176422,2.8287325,2.9242296,2.779228,2.7686365,2.7795269,2.9538343,2.7841275,2.8655441,4.8257132,4.7971215,4.8528328,4.8363509,4.9186959,4.98031,5.0634923,5.1028347,5.0330405,4.9243369,4.8781481,4.9037919,5.0278783,4.8380141,4.8724747,4.3745756,4.3220572,4.3803973,4.3709435,4.4488926,4.5726371,4.6855536,4.7142949,4.7383032,4.6428661,4.6011605,4.6243248,4.8044443,4.573935,4.6254172,4.4873705,4.4275575,4.4866133,4.4751949,4.5499806,4.6864343,4.7983842,4.8217807,4.8604913,4.7797303,4.7402987,4.7619567,4.9595618,4.6999454,4.739625,4.4223857,4.4150987,4.4667792,4.455792,4.6073041,4.6380758,4.6997662,4.7375584,4.6144123,4.5356054,4.4946308,4.5229011,4.6426501,4.4996262,4.5161238,4.3545089,4.3190832,4.3760114,4.3661513,4.4431663,4.5210485,4.6245956,4.6625619,4.632915,4.497961,4.4543185,4.4787836,4.611486,4.4374185,4.4911194,3.0012875,2.9493082,2.9988735,2.9974694,3.065963,3.1803627,3.3121567,3.3357229,3.3981183,3.2216918,3.2024071,3.2178423,3.3757768,3.2188306,3.3039253,5.438621,5.4019794,5.4587049,5.4326401,5.4903145,5.5595455,5.6293421,5.6619239,5.5816298,5.4954395,5.4564795,5.4788237,5.6107149,5.367569,5.3857083,4.3371677,4.2806926,4.3397298,4.3315973,4.4120059,4.5499253,4.6633892,4.6902394,4.7320566,4.6464348,4.6068916,4.6305447,4.8255172,4.5796142,4.6266737,4.328537,4.2824731,4.3391104,4.3284535,4.4034462,4.504662,4.6146402,4.6455874,4.6460671,4.5294566,4.4887147,4.5114908,4.6685729,4.4663005,4.5228481,4.2412524,4.2322688,4.28617,4.2800169,4.420588,4.4523492,4.5240321,4.5651727,4.4561067,4.3617473,4.3137898,4.3426924,4.4546914,4.3277812,4.3506737,4.1561852,4.1440883,4.1993551,4.1958637,4.3139348,4.3469963,4.4295092,4.4766831,4.3835006,4.2575426,4.2001476,4.228713,4.3281159,4.2121353,4.2421446,2.452857,2.4402575,2.4859645,2.4823225,2.4973333,2.5099859,2.6012475,2.6692882,2.5969667,2.1285217,2.1126969,2.1200726,2.147332,2.1370564,2.2128053,2.5241022,2.4775267,2.5248516,2.5239723,2.5776052,2.6756341,2.802146,2.8245003,2.8822801,2.6873825,2.675667,2.6869791,2.8172877,2.7014043,2.8366861,5.9483824,5.9202042,5.9509683,5.8997331,5.9880586,6.0028992,6.0110822,6.0343089,5.8446527,5.7884231,5.7686377,5.7832131,5.894454,5.6247692,5.5959826,3.6022387,3.5346909,3.5830164,3.5736804,3.6499517,3.7913785,3.9184673,3.930999,4.0112205,3.9100487,3.8801262,3.8970644,4.1029973,3.8701041,3.9294283,5.4006214,5.3839703,5.4200583,5.3795586,5.5048413,5.5247707,5.5515518,5.5800891,5.4206076,5.3501687,5.3110971,5.3318305,5.4520059,5.234241,5.2277379,5.452189,5.4272299,5.4747043,5.4419994,5.5235572,5.5632987,5.6132669,5.6478477,5.5257168,5.4405193,5.3992343,5.4221878,5.5372462,5.3119454,5.318779,5.5001941,5.4824696,5.5143147,5.4680476,5.5970836,5.6130848,5.6320696,5.6576052,5.4879622,5.4208369,5.3861656,5.4051051,5.5265474,5.2991695,5.2880363,5.8951807,5.8682094,5.9001465,5.8491702,5.9405503,5.9570947,5.9689445,5.9929876,5.8097329,5.7500005,5.7281079,5.7436323,5.8562651,5.593173,5.568759,3.4558342,3.4472082,3.5029469,3.5020897,3.5708694,3.6045866,3.7062445,3.7776113,3.7038586,3.3503082,3.315851,3.3387511,3.4068584,3.3480763,3.3938885,5.6923361,5.6627388,5.7124929,5.6774883,5.7397614,5.7839079,5.8321228,5.8647981,5.7413502,5.6603017,5.6234379,5.6450057,5.7602882,5.5145822,5.5173788,4.0355148,4.0194287,4.0769186,4.0744023,4.1613936,4.2043285,4.3037415,4.3583484,4.290266,4.0949707,4.0442662,4.0714192,4.164144,4.055685,4.1014667,5.7350645,5.7087841,5.7519112,5.710907,5.7864728,5.8184314,5.8541837,5.8850551,5.741385,5.664382,5.6290765,5.6495504,5.7615166,5.5153713,5.5103602,4.3372726,4.3186202,4.3751893,4.3683047,4.4634566,4.5084443,4.5985198,4.6461129,4.5703902,4.4290972,4.3763409,4.4040508,4.5080152,4.3722682,4.4109249,3.0945179,3.0810959,3.1348867,3.1344419,3.1822474,3.225117,3.3337834,3.4035459,3.3510389,2.9455287,2.9190969,2.9365635,3.0014775,2.9523585,3.0156696,6.3146563,6.2390018,6.9264636,6.9253173,6.9161706,6.8969636,7.1075287,7.2230401,7.1457047,7.0951543,6.9815311,6.9844832,7.002008,7.2238417,6.9653811,8.7114182,8.6696548,8.9701071,9.024684,9.0190907,8.9870462,9.2270184,9.3610334,9.2682114,9.2071705,9.0378675,9.0597496,9.0978346,9.1727571,8.5803337,7.5145426,7.4693551,7.9197259,7.9388099,7.9323068,7.9104619,8.1412725,8.2603846,8.1681585,8.1116476,7.9677687,7.984704,8.0201283,8.1607628,7.764544,6.1906042,6.1209526,6.8830328,6.8773694,6.8688569,6.8559628,7.048038,7.1513572,7.0760536,7.0333467,6.9306493,6.9309525,6.9467535,7.2221456,6.9559622,6.8569903,6.8083959,7.3856153,7.3890343,7.3822446,7.3659587,7.5813775,7.6895676,7.6017985,7.5503912,7.4273286,7.438345,7.4687557,7.6751137,7.3542843,6.0627608,5.9830413,6.7575493,6.75037,6.7410946,6.7252135,6.9184546,7.0240064,6.9510074,6.9064603,6.8044372,6.8047051,6.8178263,7.0776186,6.8325896,6.4318419,6.3770971,7.0749698,7.0707774,7.0634012,7.0505266,7.2482533,7.3486214,7.2671905,7.2213106,7.1145477,7.118578,7.1418157,7.4114256,7.118557,7.1034479,7.0474138,7.5638981,7.5782809,7.5706463,7.549027,7.7809567,7.9061165,7.8190861,7.7626019,7.6232371,7.6341519,7.663034,7.8269176,7.4853554,10.165817,10.125456,10.329209,10.427613,10.426541,10.394376,10.612427,10.744538,10.656555,10.599619,10.439457,10.468623,10.507655,10.538436,9.6336479,7.7423372,7.7027855,8.1093712,8.1301413,8.1236038,8.1005716,8.3296747,8.4435501,8.3474636,8.2906952,8.1449604,8.1660519,8.205863,8.3271723,7.9024854,8.1516361,8.1089993,8.4154396,8.4634733,8.4566793,8.4067078,8.6756868,8.8176384,8.7299881,8.6683292,8.4903698,8.5059624,8.5395155,8.645134,8.1506329,6.211782,6.1551085,6.9222775,6.9149733,6.9074755,6.8964963,7.0826426,7.1773844,7.1003175,7.0601802,6.9625988,6.9625502,6.9815035,7.2901349,7.003809,6.4073606,6.3428993,7.0430593,7.0409255,7.0327411,7.0185418,7.2205024,7.3281403,7.248776,7.2015882,7.0911441,7.0942593,7.1143274,7.3655653,7.0841832,7.848496,7.8042035,8.2062016,8.234273,8.2278862,8.2032843,8.4380407,8.5617857,8.4685211,8.4102125,8.2580347,8.2767782,8.3134279,8.4308233,7.9861593,7.1427727,7.0849109,7.5685616,7.5878167,7.5799046,7.5527658,7.7963443,7.9299645,7.8440738,7.7855697,7.6386213,7.6490607,7.6774516,7.8263268,7.4840255,7.9198084,7.8749733,8.266468,8.2975674,8.2911749,8.2654486,8.5025434,8.6291904,8.5363665,8.4773979,8.3221169,8.3406925,8.3770199,8.4894943,8.0337191,6.0554295,5.9849229,6.7862144,6.7787538,6.7704406,6.7590079,6.943747,7.0428438,6.9705911,6.9335685,6.8355904,6.8343272,6.8473582,7.1415868,6.8815117,9.1263294,9.083209,9.3588953,9.416256,9.4087391,9.3773861,9.5967741,9.7165804,9.6162138,9.5554571,9.3966112,9.4213648,9.461525,9.520009,8.8526258,6.6190166,6.5511394,7.1618428,7.1671104,7.158361,7.137989,7.3606668,7.4826674,7.4011316,7.3472285,7.2220616,7.2279634,7.2502098,7.445457,7.1596227,8.4317141,8.3894148,8.7234678,8.7669468,8.760972,8.7326612,8.9677858,9.0953245,9.0007353,8.9408035,8.7798033,8.801569,8.8399982,8.9267292,8.3857651,6.3826566,6.3106809,6.9945507,6.9938335,6.9848995,6.9677005,7.1766691,7.2910209,7.2124696,7.1622534,7.0480304,7.0513477,7.0700932,7.2964745,7.0283251,7.4398389,7.388319,7.8417163,7.8642764,7.8570442,7.8322625,8.0713844,8.2007504,8.1115417,8.0530977,7.9033365,7.9170504,7.9489264,8.0870991,7.7027936,8.2339306,8.1898842,8.5186014,8.5645466,8.5578327,8.5211096,8.7742853,8.9133072,8.822793,8.761035,8.5883751,8.6058798,8.6412554,8.7363176,8.2299213,7.5433779,7.4920149,7.9128809,7.9409814,7.93363,7.9038048,8.1520109,8.2877026,8.1991491,8.1391926,7.9817224,7.9952188,8.0270329,8.1539774,7.7568293,6.9804392,6.9300532,7.482461,7.4898062,7.4828687,7.4651647,7.6857066,7.7988744,7.7108479,7.657773,7.5289836,7.540555,7.5709591,7.7610402,7.4284596,7.5103698,7.4591947,7.862484,7.8931704,7.8861084,7.8496871,8.1078262,8.2478123,8.1609163,8.1007223,7.9395123,7.9521346,7.9833136,8.1106119,7.7185044,6.2124562,6.1491852,6.9117956,6.905962,6.8980985,6.8861771,7.075788,7.1754365,7.0994301,7.059402,6.958436,6.9584093,6.9753165,7.2657237,6.9890561,6.7562809,6.6989932,7.3046193,7.3089366,7.301342,7.2846532,7.5005031,7.6141357,7.5295596,7.4776807,7.3544464,7.3623648,7.3883619,7.5984454,7.2889652,6.6307187,6.5691781,7.2040915,7.2066493,7.1986494,7.1823421,7.3952975,7.5089436,7.4263391,7.3752275,7.2552671,7.2613654,7.2849159,7.504178,7.2077384,6.7768626,6.7140026,7.2974467,7.3051381,7.2968674,7.2771387,7.5015192,7.6235757,7.5398726,7.4853892,7.3561645,7.3636875,7.3884044,7.5771923,7.2728987,6.4824185,6.4248409,7.1084609,7.1062021,7.0986204,7.0849304,7.2866988,7.3910556,7.3096209,7.2625613,7.1521344,7.1565733,7.1794305,7.4349585,7.1421976,8.293047,8.2513676,8.6005487,8.6377544,8.631362,8.6045284,8.8360872,8.9583044,8.862134,8.8029022,8.6466436,8.6687269,8.7079582,8.8010406,8.2854719,6.7813239,6.720993,7.3134046,7.3197975,7.3118472,7.2936878,7.5141406,7.6325126,7.5482922,7.4949059,7.3680339,7.3758221,7.4011769,7.5987644,7.2906227,8.3819504,8.341423,8.6720629,8.704174,8.6947603,8.666213,8.8880396,8.9985418,8.8970537,8.8363323,8.6842117,8.7086344,8.7506838,8.8349314,8.312232,7.2205167,7.1732359,7.6749821,7.6872411,7.6805758,7.6610408,7.8870945,8.0028238,7.9124908,7.8577518,7.7217956,7.7362008,7.7694168,7.9351311,7.5762811,7.791522,7.7494264,8.1568499,8.1810102,8.1745996,8.1510973,8.3822947,8.500701,8.4060345,8.3486452,8.2004042,8.2202291,8.258316,8.3791771,7.9444041,9.2320728,9.1929893,9.4354515,9.5091686,9.5032253,9.4629669,9.7072344,9.8468161,9.7555141,9.6928921,9.5103588,9.5325651,9.5707655,9.6301403,8.9365063,6.6428375,6.5905886,7.2259421,7.2255597,7.2184291,7.2038074,7.4113946,7.5165267,7.4318037,7.3826327,7.2672291,7.2747865,7.3015842,7.5372591,7.2328935,10.491923,10.453209,10.614043,10.728705,10.719046,10.672158,10.894532,11.030053,10.937258,10.87113,10.68302,10.706947,10.745529,10.772843,9.804904,7.1694617,7.124929,7.6309576,7.6404834,7.6340332,7.6152978,7.8389769,7.9507227,7.8595867,7.80581,7.6728649,7.6880536,7.7225399,7.8929353,7.541121,9.1188736,9.0816126,9.3086662,9.3830433,9.3756094,9.3237944,9.5827618,9.7258816,9.6360264,9.5727043,9.3794374,9.398983,9.4357719,9.506135,8.835412,7.14259,7.0904312,7.6076183,7.6204891,7.6133428,7.5933332,7.8210998,7.9411478,7.8527913,7.7974315,7.6607022,7.6729331,7.7034941,7.8722153,7.5232978,6.7782941,6.7130709,7.2650466,7.2758117,7.2671585,7.2412667,7.4777064,7.6062799,7.5238919,7.4677167,7.3338881,7.3414106,7.3656235,7.5387254,7.2398582,6.1172047,6.0414701,6.8128829,6.8063374,6.7972798,6.7831564,6.975451,7.0802693,7.0062985,6.9625449,6.8603244,6.8605156,6.8746686,7.1412349,6.8874154,6.362988,6.2936959,6.9968152,6.9947457,6.9860959,6.9708891,7.1744785,7.2848301,7.2064452,7.158237,7.0471587,7.0499325,7.0686431,7.3112211,7.0390086,9.0105791,8.9690199,9.2522478,9.3105822,9.3049498,9.2744074,9.5027494,9.6297607,9.534008,9.4737558,9.3111992,9.3356609,9.3750029,9.4385519,8.7898369,7.9156475,7.8692436,8.253891,8.2877998,8.281148,8.2529879,8.4957933,8.62784,8.536417,8.4764156,8.3163605,8.3335915,8.3686914,8.4790773,8.0244989,7.4130282,7.3705807,7.8314152,7.8460426,7.8396888,7.8190827,8.0466824,8.1605396,8.0674219,8.0121784,7.8727736,7.8904872,7.9272432,8.0749884,7.6939387,9.9878788,9.9439669,10.161265,10.246789,10.240832,10.207097,10.416988,10.540108,10.443503,10.383625,10.227491,10.254362,10.292042,10.325705,9.4717636,8.4796839,8.438736,8.7656927,8.8038607,8.7961016,8.7678928,8.992857,9.1087589,9.0089874,8.9489136,8.7938652,8.8178778,8.8590269,8.9413271,8.3973436,6.7029214,6.6484642,7.2695765,7.2714324,7.264122,7.2486248,7.4599757,7.5689168,7.4842057,7.433845,7.3147511,7.3225584,7.3490405,7.5727835,7.2651772,7.4416857,7.3931403,7.855341,7.8748693,7.8680668,7.8457932,8.0787916,8.2017269,8.1111584,8.0541315,7.909225,7.9243116,7.9576912,8.1018038,7.715415,6.2068181,6.1475487,6.9148231,6.9082179,6.900609,6.8893566,7.076601,7.1732035,7.0968299,7.0575972,6.9588208,6.9586043,6.9764538,7.2790594,6.9965062,4.9519606,4.9701614,5.039659,4.9305782,4.9334726,4.9260011,5.1109614,5.1528063,5.0893598,4.9894748,4.8755865,4.9074645,4.9589925,4.8952775,4.8788228,4.5395341,4.6523576,4.6946974,4.6279244,4.6238275,4.594523,5.0152884,5.043026,4.9904904,4.9536519,4.8295884,4.8541517,4.9951148,4.9674349,4.9081979,5.106194,5.1739244,5.2227855,5.1655402,5.1578684,5.1490426,5.3199534,5.3450174,5.2557006,5.2206507,5.1370316,5.1759534,5.3072171,5.1924934,5.1548052,4.8720984,4.8987203,4.943676,4.912683,4.9021616,4.9031162,4.8932805,4.9079499,4.7827215,4.7679315,4.7299562,4.7823339,4.8713107,4.7036033,4.6586323,5.1614895,5.128118,5.1887603,5.1109953,5.1161337,5.1192379,5.2270083,5.2586012,5.1992803,5.1401505,4.9753194,5.014802,5.0341644,4.9285073,4.9131799,4.5031562,4.6072292,4.6523576,4.5779305,4.5743856,4.5444336,4.9732842,5.0028758,4.9500446,4.9090281,4.7806301,4.8051023,4.9231281,4.8992105,4.8363066,4.7078428,4.6753163,4.7190766,4.6909699,4.6951952,4.7036862,4.6644177,4.6844797,4.6138992,4.5911727,4.4707532,4.526679,4.5328169,4.4352503,4.4214334,4.6839046,4.7168221,4.7831373,4.684206,4.6847019,4.6722951,4.8780904,4.9176216,4.8575673,4.7640905,4.6588306,4.6863985,4.7400832,4.6940565,4.6701617,4.2199883,4.2975917,4.3541422,4.2553091,4.2529964,4.2294984,4.5639739,4.5981417,4.5474653,4.4811177,4.3689632,4.3907862,4.4484143,4.4325256,4.3712296,4.806087,4.8100023,4.8521552,4.8158784,4.814672,4.8196959,4.7759185,4.7944775,4.6978316,4.6773667,4.6094198,4.6700687,4.7138739,4.6051016,4.5831776,4.8271718,4.9021707,4.9562435,4.8761377,4.8721066,4.8489218,5.1921225,5.226335,5.1603107,5.104754,4.9824467,5.0114851,5.1127396,5.0612516,5.0127497,4.8445473,4.9113064,4.9681697,4.882596,4.8791389,4.8572769,5.1858125,5.2217298,5.1550207,5.0929794,4.970562,4.999846,5.089694,5.0374641,4.9911146,4.2354627,4.2767954,4.338726,4.2566266,4.2571592,4.2431474,4.4323821,4.4654174,4.4160776,4.3395824,4.244103,4.2660604,4.3144236,4.2866635,4.2573652,4.8369775,4.8857474,4.9483304,4.8525629,4.8508048,4.8331103,5.111836,5.1507182,5.0849233,5.0063357,4.8881779,4.9173055,4.9864526,4.9342775,4.8969078,4.4596329,4.4626017,4.4975023,4.475565,4.4761271,4.4831347,4.3732452,4.3882165,4.2923374,4.2810454,4.2340593,4.303206,4.3355641,4.2486868,4.2319627,5.223042,5.2470932,5.2994256,5.2318149,5.2271986,5.2240691,5.3250933,5.3511004,5.2574401,5.2165318,5.1232285,5.1682501,5.2460957,5.1223841,5.0918622,4.9666233,5.062458,5.1094623,5.0524545,5.0457149,5.0300918,5.2928462,5.3198032,5.2453952,5.2084532,5.1134977,5.1458106,5.3061213,5.220252,5.1793594,4.9793801,5.0739865,5.1178813,5.0796399,5.0689445,5.0630927,5.2029767,5.2222977,5.1267838,5.1052518,5.0473804,5.0844092,5.2634501,5.1261396,5.0829387,4.1768966,4.2817583,4.3308983,4.2359376,4.2352858,4.207211,4.6458473,4.677814,4.6319227,4.5869608,4.4591923,4.4812427,4.5597997,4.5522742,4.4735594,4.2134695,4.3626394,4.3922591,4.3318381,4.3287063,4.2967477,4.7625399,4.7825036,4.7460456,4.723228,4.6029115,4.6223264,4.8066854,4.802206,4.734623,5.0894971,5.150877,5.2052097,5.13063,5.1253333,5.1101832,5.3618879,5.3934507,5.3149419,5.2639613,5.1551638,5.1895099,5.2990274,5.2115684,5.1727242,4.7781281,4.9286389,4.966176,4.9308395,4.9238119,4.9135923,5.1448851,5.1653476,5.0997734,5.0782042,5.0142779,5.0426059,5.2980013,5.2073984,5.1700335,5.2539482,5.2771258,5.33706,5.2485275,5.246459,5.2390113,5.4193149,5.4527764,5.3720675,5.3102322,5.1924949,5.2304883,5.3024359,5.1988168,5.1700273,5.024961,5.0679345,5.1301708,5.0356374,5.0336285,5.0183764,5.2793584,5.3174686,5.2460909,5.1718082,5.0518198,5.0839295,5.1589103,5.0897522,5.0553122,5.1427217,5.1889753,5.246942,5.1633215,5.1594057,5.1460223,5.3827085,5.4165144,5.3379073,5.2786179,5.1645837,5.1995931,5.2902813,5.2014818,5.1660109,4.3471694,4.5372348,4.5618811,4.528667,4.5253081,4.5024314,4.8896947,4.9074879,4.8746719,4.8575211,4.766829,4.7853708,5.0882077,5.070847,5.0294676,4.767889,4.6985583,4.7635865,4.6999793,4.7127347,4.7219071,4.8344288,4.8686013,4.8466468,4.7798319,4.5529675,4.5872154,4.5655856,4.4918838,4.4895997,5.0056219,5.0466118,5.091959,5.0523014,5.0420957,5.0412798,5.0755696,5.0933299,4.9799852,4.9597411,4.9087739,4.9585838,5.0619493,4.91221,4.8721595,4.7976151,4.8590732,4.9182863,4.8274102,4.8246832,4.8035712,5.1225767,5.1600137,5.0948582,5.0259132,4.9041491,4.9327269,5.0115075,4.9636154,4.9185224,5.1656384,5.1624126,5.2129602,5.1507568,5.1497211,5.1521616,5.1877661,5.2118435,5.1217222,5.0845156,4.9829741,5.0329099,5.0793352,4.9555082,4.9317474,3.9129193,3.9703486,4.024755,3.9380913,3.9339004,3.912868,4.138783,4.1651459,4.1200299,4.0551043,3.9647369,3.9819329,4.0253582,4.0122409,3.966428,4.6871462,4.8126307,4.853332,4.7999368,4.7947474,4.7710781,5.1341205,5.160152,5.1037221,5.0709305,4.9636812,4.9897842,5.1760592,5.1290927,5.0815163,4.777842,4.8775678,4.9242935,4.8596172,4.8544855,4.8303876,5.1873794,5.216867,5.1540947,5.112627,4.9970222,5.0250978,5.1679673,5.1163678,5.0672717,4.8181448,4.8089495,4.8523469,4.8154235,4.8163543,4.8224177,4.7835817,4.8031545,4.7149687,4.6918674,4.6047525,4.6634393,4.6937852,4.5878639,4.569016,4.447278,4.6043439,4.6359396,4.5905619,4.5865374,4.560185,4.9674697,4.9891295,4.9471264,4.9232378,4.8170252,4.8386235,5.0697551,5.0463572,4.9966173,4.9438853,4.9778495,5.0436349,4.9420147,4.9418521,4.9288096,5.1643982,5.2046895,5.1376052,5.0500207,4.9331336,4.9640441,5.0262151,4.9646659,4.936657,5.2741489,5.2778926,5.3399868,5.2470613,5.2478652,5.2443781,5.3987193,5.4329238,5.3575993,5.2911243,5.1606269,5.1992612,5.2529206,5.1473103,5.1244631,5.1764717,5.2132368,5.2637172,5.2022948,5.1960678,5.1918173,5.2993684,5.3240848,5.2282853,5.1917763,5.1072497,5.1519833,5.2448902,5.1206274,5.087378,4.9463954,5.0549107,5.0990171,5.0507984,5.0432563,5.0311255,5.2596035,5.2835999,5.207263,5.1771297,5.0967498,5.1295342,5.3156519,5.2184825,5.1790237,5.1588244,5.1403179,5.2073874,5.1084104,5.1147723,5.1157594,5.2594018,5.2968702,5.2387481,5.1586819,5.0044689,5.0413465,5.070828,4.9795012,4.9670553,4.2330813,4.2081633,4.243259,4.2366672,4.2421536,4.2511692,4.1522532,4.1687822,4.0978918,4.0870466,3.9941258,4.057816,4.060102,3.9900515,3.97998,5.1866355,5.2348042,5.2878785,5.2182646,5.2123194,5.2033005,5.3795466,5.4078283,5.3198633,5.275414,5.178329,5.217535,5.3210578,5.2101326,5.1748915,5.0088587,5.0817547,5.1275611,5.0907087,5.0786495,5.0746589,5.1758642,5.1939564,5.0857964,5.0659041,5.0131135,5.0532379,5.2057009,5.0487294,5.00207,4.5815229,4.5146065,4.5817475,4.5193682,4.5346336,4.5455637,4.6494708,4.6850343,4.6720552,4.5985956,4.3837099,4.4167404,4.3923087,4.3309321,4.3330007,5.2355042,5.2700119,5.3261867,5.2476659,5.2433815,5.2352457,5.4091582,5.439641,5.3537807,5.3019834,5.1955767,5.2347145,5.3211055,5.2117224,5.1793156,4.7878599,4.8743572,4.9248085,4.8515372,4.8469868,4.8224611,5.1814194,5.2134333,5.149364,5.100987,4.9798627,5.008256,5.1259832,5.0767117,5.0263877,4.9485936,5.0579858,5.1009054,5.0588374,5.0500956,5.0414796,5.2271829,5.2486219,5.1658287,5.1407766,5.0734067,5.1077814,5.3017921,5.1880298,5.1482663,4.3416572,4.5686026,4.5905704,4.5692897,4.5660233,4.5539141,4.8450036,4.8596783,4.829958,4.8174844,4.7641826,4.7805834,5.1755424,5.141674,5.1137056,5.0201917,5.0751262,5.1334443,5.0477328,5.0441241,5.02668,5.3075166,5.3430896,5.2701154,5.2071123,5.0885711,5.1207681,5.2108841,5.1398001,5.1004639,4.6136971,4.625216,4.6619525,4.6340952,4.6313868,4.6369128,4.5437551,4.5585537,4.4531727,4.4406066,4.401577,4.4693489,4.5167832,4.4128828,4.3905339,4.9705715,5.054781,5.1046729,5.0393214,5.03336,5.0151954,5.3026147,5.3322229,5.2590876,5.2155199,5.1093574,5.1412401,5.2778769,5.2008443,5.1584072,5.0808253,5.1463261,5.1932983,5.1434326,5.1346703,5.1287961,5.2562957,5.2785287,5.1824002,5.1535363,5.0824504,5.124229,5.2562513,5.1290731,5.0909014,4.9892344,4.9314961,4.9934053,4.9246402,4.933723,4.9405665,5.0437088,5.0757527,5.0362778,4.9765186,4.7747006,4.8119602,4.8062882,4.7136993,4.7050729,4.1469846,4.2615261,4.3040729,4.2166634,4.2150283,4.1834822,4.6562257,4.683774,4.6411142,4.6053009,4.475008,4.4958959,4.5916452,4.5878849,4.5069571,4.558856,4.6442442,4.6970563,4.6108131,4.608016,4.58114,4.9743786,5.0087395,4.95157,4.8970814,4.7695518,4.7951579,4.8838234,4.8552322,4.7951155,4.9952259,4.955368,5.0039835,4.9557538,4.9600549,4.967545,4.9663844,4.9893832,4.9199553,4.8872299,4.7461052,4.7958322,4.8030348,4.6892481,4.6733851,4.5229578,4.6008887,4.6571136,4.564446,4.5621634,4.537313,4.9046979,4.9408412,4.8837166,4.8210354,4.697176,4.7224326,4.7975125,4.7697368,4.711544,5.2343178,5.2161145,5.2731619,5.1974478,5.1992898,5.2009854,5.2908626,5.3198237,5.2455587,5.1940784,5.0560493,5.0986118,5.1334877,5.0161734,4.9957333,5.0891161,5.1577935,5.2094626,5.1424294,5.1361389,5.1224484,5.3560166,5.3850808,5.3041358,5.2600369,5.1596375,5.1948562,5.3189235,5.2237334,5.1848683,5.2718396,5.2802052,5.3351688,5.2596917,5.2574887,5.2558665,5.355279,5.3831205,5.2949767,5.2476964,5.1391139,5.1832075,5.2444425,5.1219354,5.0951724,5.1780982,5.1558299,5.2081451,5.1432924,5.1450438,5.1492004,5.1882162,5.2134833,5.1342034,5.0930657,4.9660625,5.0133615,5.0421877,4.9201813,4.9001532,4.5960126,4.7794008,4.8111801,4.7807255,4.7756824,4.7633524,5.0382662,5.0575676,5.0089097,4.9901047,4.9265785,4.9497318,5.2571716,5.1946301,5.1602612,4.0576735,4.1971784,4.2293334,4.1510782,4.1483965,4.116045,4.587492,4.6071916,4.5709734,4.5460486,4.4243612,4.4425077,4.5812163,4.5799155,4.4965267,5.2897434,5.2971625,5.3557425,5.2711239,5.2701077,5.2669826,5.4007778,5.43188,5.3499999,5.2934136,5.172925,5.2137198,5.2731881,5.1583772,5.1327825,5.1656742,5.1991906,5.2607675,5.1681175,5.1660843,5.154655,5.3787003,5.4149356,5.3386765,5.2696233,5.1501603,5.1851816,5.2605677,5.1734624,5.1424189,5.1466694,5.1555476,5.2232704,5.1169138,5.1199212,5.1146345,5.2969446,5.3368015,5.2697034,5.1819649,5.0534554,5.0885501,5.1392832,5.0567412,5.0384445,4.9787393,5.0091839,5.0536046,5.0122027,5.0044565,5.005147,5.0153456,5.0336256,4.9241695,4.9029408,4.8489175,4.9030328,4.9874821,4.851954,4.8179946,4.1291852,4.2274895,4.2812171,4.1781964,4.177958,4.1535387,4.5459566,4.5800204,4.5336142,4.479321,4.3592668,4.3812761,4.4457321,4.4363461,4.3596539,4.4785819,4.6078019,4.6454086,4.5858765,4.5817728,4.5524731,4.9787149,5.0036511,4.9557257,4.92487,4.8052716,4.8284888,4.9980769,4.9742827,4.9160328,5.0792513,5.1546168,5.2037978,5.1443033,5.1370735,5.1255636,5.3331208,5.3596115,5.2756867,5.2380414,5.1480198,5.1843576,5.3224101,5.2181597,5.1795526,5.1719384,5.191833,5.2569575,5.1559062,5.1563902,5.1480508,5.3513074,5.389729,5.3175364,5.2379627,5.1133027,5.1483922,5.2097254,5.1243715,5.0997801,4.6818123,4.8408265,4.8766422,4.8387136,4.8331513,4.8177423,5.1114922,5.1333089,5.0787883,5.0549793,4.9773216,5.0026479,5.2628264,5.1992259,5.1611004,5.0367055,5.032413,5.1022406,4.9950566,5.0017467,5.0009079,5.1465731,5.1867442,5.1290054,5.0364413,4.9061003,4.9410977,4.9791327,4.9028249,4.8929329,4.8071699,4.9355645,4.9768295,4.9294939,4.9232831,4.90623,5.2004595,5.2251124,5.1616392,5.1314068,5.0418744,5.0702591,5.2775502,5.2065711,5.165513,4.5493355,4.6437073,4.6925416,4.6132145,4.6098976,4.5812211,4.9945369,5.0264692,4.9708514,4.9239016,4.7952027,4.8204784,4.9245539,4.8973207,4.8360186,5.0176635,5.0415926,5.0872617,5.0406785,5.0350423,5.0359163,5.0544457,5.0745478,4.9711485,4.9458351,4.8804269,4.9342165,5.0087557,4.8818922,4.8516626,5.065959,5.111104,5.1575375,5.110527,5.1020045,5.099637,5.1672435,5.1876721,5.0835013,5.0577545,4.9941645,5.041954,5.1473594,5.0123496,4.9759822,4.7674189,4.7853794,4.8253894,4.7937145,4.7872353,4.7908225,4.7298422,4.7449021,4.6314912,4.6174245,4.5789866,4.6417027,4.7054119,4.5777206,4.5473137,5.0851336,5.098196,5.1460443,5.0923676,5.0887799,5.0900836,5.1178555,5.1399231,5.0422015,5.0114999,4.9310699,4.9834476,5.0456285,4.9218788,4.8946691,4.9701757,5.0425663,5.0958724,5.0214372,5.0164232,4.9969573,5.2975121,5.3299055,5.2577024,5.2063003,5.0917559,5.1233139,5.2370191,5.16679,5.1236477,4.0937185,4.2208982,4.2578344,4.1741438,4.1717863,4.1395116,4.6132979,4.6363068,4.5967922,4.5672565,4.4413934,4.4609036,4.5761728,4.5732584,4.4894443,5.2384229,5.2280755,5.2924533,5.1966062,5.2002764,5.199451,5.3449817,5.3805051,5.3135581,5.2414513,5.0965371,5.1345744,5.1739793,5.0731435,5.0555525,4.5780482,4.6382799,4.6985674,4.6044731,4.6023583,4.5813746,4.8859491,4.9231997,4.8639359,4.7895212,4.6735001,4.6991377,4.7642503,4.7296762,4.6839538,4.8182812,4.7486253,4.8020668,4.7645264,4.7718663,4.7792411,4.8387632,4.8648028,4.8263078,4.7861695,4.5857034,4.625627,4.6082225,4.5124884,4.5012259,5.1301231,5.1784215,5.2271123,5.1717005,5.1641674,5.1593657,5.2702193,5.2935481,5.1963582,5.1640344,5.0871181,5.1313128,5.2393613,5.1132655,5.0777621,4.1891141,4.3567233,4.3810706,4.3322687,4.3295531,4.2984071,4.7640214,4.78192,4.7509375,4.7329059,4.6173844,4.6358285,4.8662357,4.8667378,4.8075514,4.5582747,4.7245231,4.7572918,4.7188053,4.7141666,4.6940989,5.0403509,5.0618334,5.0158176,4.9926763,4.9042902,4.9270201,5.1908498,5.1490068,5.107986,4.8555613,4.9616904,5.007113,4.9497104,4.9437423,4.9238119,5.2380495,5.2656412,5.1991711,5.1618948,5.0586109,5.0880485,5.2539821,5.1870646,5.1430373,5.1457882,5.0575256,5.2521157,5.3749609,5.3636403,5.37431,5.559413,5.8838348,5.7236557,5.6244559,5.5264697,5.5490088,5.5783434,5.9368744,5.9039693,7.0332007,6.8557372,7.3307743,7.414731,7.4259558,7.6586289,7.8897204,8.543066,8.3753986,8.2311544,7.9657221,7.9986382,8.0499201,8.1383858,8.0664034,14.051735,12.993915,13.240783,13.356797,13.393,13.483282,13.700149,14.455651,13.605995,13.170724,13.025651,13.08959,13.163957,13.260383,13.191068,7.8314614,7.5383291,8.1306553,8.1418018,8.1267405,8.2758341,8.4605675,8.9313059,8.7232761,8.5784264,8.4207134,8.4395761,8.4761448,8.4471025,8.3561182,10.770999,10.189475,10.663646,10.689977,10.676434,10.762495,10.946707,11.464462,11.006276,10.754022,10.636855,10.665638,10.714235,10.74905,10.656751,9.1593399,8.7941904,9.2462425,9.3258953,9.3343315,9.4735384,9.6980276,10.277108,9.9379301,9.7301683,9.5458918,9.5843611,9.6426401,9.715168,9.6355639,17.811766,15.968706,16.153698,16.244307,16.280363,16.36088,16.53186,17.448776,16.157959,15.547625,15.434566,15.487604,15.54753,15.597915,15.540391,11.281571,10.654866,11.054889,11.129003,11.13903,11.24683,11.457026,12.06999,11.542365,11.254203,11.10175,11.143791,11.2061,11.263518,11.184326,10.045942,9.5865307,9.9959669,10.08849,10.102734,10.230783,10.458127,11.069521,10.646533,10.401719,10.223613,10.26817,10.332278,10.409267,10.333217,16.30942,14.805522,15.048364,15.135839,15.166511,15.259347,15.442808,16.291063,15.19705,14.67085,14.54427,14.596133,14.661749,14.701384,14.644341,6.2729731,6.1444201,6.3918557,6.5592175,6.5631151,6.6128106,6.8445225,7.3172088,7.0902491,6.9504228,6.8122973,6.8496962,6.897439,7.1775522,7.1350846,15.102677,13.826085,14.030729,14.130886,14.161217,14.233199,14.43138,15.199245,14.234311,13.74415,13.618554,13.679061,13.745544,13.841075,13.755332,7.5176921,7.1828084,7.9229426,7.8627205,7.814672,7.8649778,8.0000715,8.2596912,8.0741873,7.9598417,7.9024014,7.905293,7.9247704,7.706337,7.6181164,11.117555,10.527362,10.882644,10.992398,11.015203,11.132472,11.363152,12.021516,11.488331,11.194448,11.021673,11.074425,11.14522,11.229409,11.15895,13.290557,12.369601,12.639803,12.760071,12.794824,12.891567,13.115161,13.84912,13.082652,12.684502,12.530741,12.593855,12.669594,12.765894,12.69928,13.404658,12.434649,12.777017,12.837555,12.844069,12.929968,13.114244,13.783312,13.044987,12.666668,12.540965,12.578278,12.637333,12.673813,12.594934,15.88541,14.424655,14.685849,14.734756,14.736873,14.79987,14.948924,15.708934,14.693048,14.197148,14.097714,14.125449,14.177012,14.193584,14.117983,5.1641898,5.105175,5.3771272,5.6234541,5.6330533,5.7683802,6.0284719,6.7497654,6.5476079,6.4347458,6.2240462,6.2587223,6.3071785,6.4945717,6.4544678,8.1982479,7.9434419,8.2908411,8.4430056,8.462739,8.5919237,8.8489571,9.4749222,9.1616287,8.9653559,8.7637949,8.8130665,8.8789072,9.021615,8.9596729,9.7990913,9.3539667,9.8232155,9.8806829,9.8813896,9.9962769,10.205123,10.749495,10.365657,10.141985,9.9870243,10.021712,10.076514,10.130826,10.045685,4.9667387,4.8977075,5.1107526,5.3239574,5.3147588,5.3541923,5.5691233,6.0760236,5.8680086,5.763258,5.6443677,5.6679225,5.7006888,5.9844875,5.9478631,9.0139484,8.6544466,9.1426582,9.2021885,9.2031269,9.3330898,9.5467644,10.08467,9.7665052,9.5706015,9.4012547,9.4343204,9.4872465,9.5438175,9.4590912,8.7542048,8.400321,8.9339561,8.967433,8.9562664,9.0770931,9.2749891,9.7647171,9.4769373,9.298522,9.1497498,9.1763659,9.2223501,9.2467518,9.1564131,7.6729736,7.4530582,7.8908453,7.9939156,8.0079689,8.207983,8.4481421,9.0965137,8.8665724,8.6990461,8.4552689,8.4940834,8.5513945,8.6509066,8.5804005,13.406082,12.46262,12.76972,12.87033,12.897776,13.002583,13.21547,13.946774,13.184108,12.793134,12.64095,12.695939,12.767493,12.830337,12.763651,11.918763,11.206941,11.569581,11.658375,11.676145,11.785333,12.000434,12.658359,12.059772,11.739658,11.582821,11.63086,11.698086,11.760481,11.686552,6.4690251,6.3331971,6.7786403,6.8760271,6.8921251,7.1772447,7.4129691,8.1522236,8.0249395,7.8896456,7.5740204,7.6094522,7.66154,7.7687292,7.7059383,11.615635,10.920448,11.363821,11.392562,11.380497,11.45937,11.638659,12.183372,11.644694,11.356564,11.243313,11.272443,11.321618,11.357827,11.26711,12.128852,11.348582,11.784786,11.79949,11.779009,11.844465,12.009812,12.550164,11.967164,11.66006,11.556071,11.580635,11.624774,11.654081,11.559854,7.5185323,7.279593,7.8324318,7.873919,7.8699145,8.0328045,8.2405319,8.7516537,8.5582256,8.4153547,8.2259312,8.2499294,8.2926321,8.3197212,8.2337494,8.1690788,7.9051657,8.1710453,8.3164387,8.3385744,8.4025354,8.6446772,9.1465635,8.8231544,8.6203079,8.4742842,8.5295763,8.5959368,8.8484898,8.7968159,10.897616,10.34049,10.647432,10.78243,10.81153,10.912854,11.154658,11.809231,11.27635,10.978785,10.809166,10.869744,10.944975,11.070874,11.005006,12.847936,11.956915,12.350566,12.37794,12.364736,12.43423,12.601968,13.189875,12.526841,12.183711,12.0798,12.106901,12.15469,12.184289,12.094434,16.817211,15.190013,15.429714,15.497607,15.518125,15.599596,15.764163,16.607731,15.46499,14.91985,14.808236,14.851257,14.909058,14.933696,14.873565,15.653788,14.290277,14.529359,14.632319,14.66813,14.762613,14.960368,15.791317,14.765121,14.263124,14.126677,14.184772,14.254702,14.315061,14.255255,6.0963354,5.9881554,6.3951325,6.513083,6.5314598,6.8255119,7.0701394,7.8457527,7.7312808,7.6017938,7.267858,7.3050709,7.3579216,7.4807315,7.425189,8.8613605,8.5329781,8.9625883,9.0599508,9.0732813,9.2260818,9.4607763,10.070358,9.746706,9.5433969,9.3414307,9.3831682,9.4442158,9.5317678,9.456872,11.94983,11.213364,11.620561,11.669694,11.668705,11.757424,11.946983,12.538598,11.957747,11.648886,11.521811,11.55624,11.611836,11.653204,11.568269,9.7810907,9.354228,9.6229506,9.7606049,9.7893953,9.8629971,10.106627,10.670495,10.228121,9.9648018,9.8147583,9.8777819,9.9515562,10.156207,10.092266,8.0079498,7.7510304,7.9930625,8.1179647,8.1457329,8.1987524,8.429203,8.8626776,8.5613127,8.3653793,8.2391071,8.2966995,8.3640337,8.6758871,8.6279621,9.1477737,8.7988882,9.1646852,9.2963648,9.3173265,9.4496441,9.6978951,10.33122,9.9592896,9.7350302,9.5382862,9.588829,9.6569996,9.7732954,9.7061901,8.8019552,8.4843493,8.8875132,9.0016537,9.0186615,9.1709337,9.4135599,10.041726,9.7121992,9.505744,9.2983255,9.3435612,9.4074936,9.5085402,9.4376984,18.808949,16.725342,16.911402,16.984489,17.014059,17.093145,17.242767,18.200018,16.792528,16.14229,16.041018,16.084824,16.140036,16.164032,16.118301,11.927638,11.220291,11.564395,11.66721,11.690465,11.802363,12.025276,12.702273,12.093947,11.768347,11.604665,11.657467,11.728248,11.80132,11.73092,11.51842,10.8473,11.068745,11.174429,11.205317,11.265743,11.497561,12.069533,11.481961,11.144314,11.019114,11.087455,11.161063,11.367018,11.26503,8.8933554,8.568388,8.8661242,9.0192947,9.0425873,9.1299515,9.3810539,9.9629984,9.5866766,9.3599443,9.1922703,9.2487192,9.3186378,9.5024843,9.4432669,8.1345692,7.8670049,8.3434305,8.4212313,8.4285975,8.5968657,8.8238306,9.4070826,9.1530094,8.9799232,8.7711277,8.8057013,8.859705,8.934866,8.855999,18.312698,16.352606,16.539045,16.622822,16.656151,16.73745,16.898783,17.841852,16.491291,15.861517,15.752213,15.800632,15.858525,15.894747,15.845582,6.0245972,5.9190922,6.1895609,6.3960772,6.4028358,6.4871016,6.7385921,7.3231897,7.0937457,6.958364,6.7889462,6.8261151,6.8759298,7.0996423,7.0545769,14.700422,13.524432,13.796036,13.896774,13.928641,14.028676,14.232737,15.020276,14.110533,13.657984,13.514564,13.571139,13.642282,13.699909,13.637739,7.7095728,7.4896336,7.7738843,7.9371405,7.9542427,8.0302372,8.2801743,8.82201,8.5216179,8.3348312,8.1734638,8.2237082,8.2865496,8.5075464,8.4552116,7.4292383,7.2335715,7.6409469,7.7637916,7.7804508,7.9812207,8.2304735,8.900486,8.6751823,8.5101271,8.2585173,8.2997913,8.3588696,8.4742718,8.4088974,5.5175128,5.4466491,5.7572203,5.9623661,5.9768019,6.1579623,6.4235725,7.1525984,6.9786506,6.8582363,6.6085095,6.6469336,6.6996498,6.865654,6.8211689,9.4477816,9.0676727,9.3982048,9.5420065,9.5660295,9.6767244,9.9270773,10.553726,10.144856,9.903986,9.7211323,9.7764502,9.8476677,9.9847622,9.9207058,9.8782911,9.4447031,9.8275595,9.9396505,9.9590273,10.089747,10.327315,10.959562,10.539197,10.294096,10.106668,10.155754,10.223448,10.31687,10.245463,8.4893169,8.2064676,8.5253096,8.6828861,8.7040005,8.8073673,9.0626993,9.6648855,9.3205099,9.1105566,8.9285297,8.9813471,9.0491781,9.2142773,9.154563,6.4797158,6.3554735,6.7168183,6.8750892,6.8917198,7.0898042,7.3521934,8.0480871,7.8598042,7.717216,7.4565587,7.4970856,7.5539775,7.6951256,7.6392479,4.3616309,4.3267345,4.5491705,4.8781586,4.882143,4.9796338,5.2211113,6.0235252,5.7751532,5.6820173,5.5080009,5.5369806,5.5793109,5.7760758,5.7448835,7.3774652,7.1898479,7.5644503,7.7093453,7.7269139,7.9003472,8.1579704,8.8172235,8.575448,8.4081469,8.1719723,8.2156448,8.276535,8.4083834,8.3466072,8.1302204,7.8791761,8.2635946,8.3961258,8.4143438,8.573719,8.8256035,9.4674931,9.1782827,8.9895315,8.76933,8.8150139,8.8785515,8.9982777,8.9322977,10.615057,10.091726,10.377048,10.515544,10.545408,10.633357,10.876719,11.501452,10.988904,10.697076,10.536139,10.599097,10.674603,10.831314,10.76544,13.030437,12.154067,12.44517,12.561794,12.594021,12.697275,12.92067,13.648926,12.914834,12.532993,12.37492,12.435252,12.510245,12.595035,12.529407,10.912378,10.352475,10.693862,10.814966,10.840288,10.955711,11.192451,11.852986,11.331161,11.041142,10.865315,10.920792,10.993398,11.091039,11.022735,12.364057,11.582437,11.827945,11.948371,11.981754,12.059371,12.289312,12.948379,12.27387,11.905358,11.762461,11.829329,11.904933,12.052224,11.972547,9.8442631,9.3738518,9.8774443,9.9047518,9.8912182,9.9900208,10.179846,10.67764,10.301697,10.085214,9.9589386,9.9873857,10.035336,10.064579,9.9721165,6.3783135,6.2584152,6.5620165,6.7592287,6.7718964,6.8912473,7.1542068,7.7864194,7.5564232,7.4117789,7.2115564,7.2525735,7.3080888,7.493484,7.4436054,10.855265,10.3041,10.629107,10.758769,10.786119,10.895748,11.136054,11.795706,11.27226,10.980419,10.806036,10.864077,10.938145,11.049261,10.982574,6.4156871,6.2738409,6.5050898,6.6387162,6.6498971,6.6888428,6.9071088,7.2975216,7.0844402,6.9451413,6.8227458,6.8655329,6.9172835,7.2539406,7.2189827,14.533084,13.376065,13.673165,13.751744,13.771975,13.865389,14.056103,14.805631,13.931065,13.495171,13.362704,13.40986,13.474811,13.515314,13.447156,7.9715886,7.629262,8.2792358,8.2543411,8.2226324,8.3276567,8.4855165,8.8659725,8.652339,8.512948,8.4011259,8.4100962,8.4354048,8.313858,8.2191801,15.113736,13.793663,14.086666,14.117781,14.106127,14.160581,14.302488,14.995055,14.079466,13.6259,13.534305,13.553596,13.599101,13.610214,13.524129,7.278893,7.0994015,7.4248877,7.5980711,7.6147003,7.7364802,7.9982433,8.6178637,8.3515654,8.1816797,7.9812627,8.0272169,8.088625,8.2566481,8.200614,7.1114311,6.9400668,7.2345834,7.4134183,7.427392,7.5174227,7.7731504,8.3469648,8.0784082,7.9113545,7.7362814,7.7817855,7.840899,8.0459414,7.9943161,5.9754467,5.8816824,6.2118096,6.3980713,6.4133644,6.5944047,6.8609948,7.5652061,7.3817387,7.2504272,7.0006652,7.0404634,7.0954523,7.2530646,7.2033577,10.750227,10.186726,10.630551,10.684622,10.684902,10.786483,10.987885,11.548923,11.081287,10.821563,10.680333,10.715819,10.771757,10.821385,10.736214,7.2773132,7.0749969,7.5813389,7.6491103,7.6547222,7.8527269,8.0759716,8.6629543,8.4811029,8.3365908,8.1057806,8.1349277,8.1831951,8.2503138,8.1715469,8.1370649,7.8559413,8.3759384,8.4289579,8.4276104,8.5755033,8.7885122,9.3132353,9.0681391,8.9034481,8.720911,8.7495441,8.7976294,8.8455133,8.7601261,3.9259698,3.8866832,5.6667295,5.6448894,5.633616,5.6221671,5.6416602,5.6480951,5.6844959,5.6692653,5.6575985,5.577714,5.5478716,6.5769463,5.8553176,3.6787066,3.6433349,5.4976506,5.4813547,5.4684601,5.4564447,5.4624186,5.4629922,5.4467745,5.4333525,5.4347839,5.3393292,5.3074884,6.3981428,5.4627595,2.4589405,2.436497,3.6697521,3.6541843,3.6323969,3.612088,3.6073678,3.5965288,3.5808017,3.5677636,3.5819435,3.4882181,3.4736795,4.2045264,3.1588578,2.0627036,2.0508742,3.0651536,3.0583079,3.0463431,3.0324948,3.0286627,3.0203323,3.0072982,2.9987779,3.0063324,2.9227116,2.9155807,3.5239468,2.5537293,1.3628484,1.3529761,2.0345604,2.026912,2.0109553,1.9954852,1.9874125,1.9761038,1.9657316,1.9591453,1.9728831,1.9086794,1.906058,2.317816,1.5754026,4.4096909,4.3615108,6.6763144,6.6588864,6.6514812,6.6458611,6.6571774,6.6644936,6.6512604,6.6405497,6.6377735,6.5535583,6.5028038,7.8633533,7.3383064,3.9651237,3.9257412,5.8964348,5.8756657,5.8657513,5.8566279,5.8687205,5.8736405,5.8659058,5.8517413,5.8463688,5.7559781,5.7194943,6.8699641,6.086144,4.5645361,4.5129237,6.9862833,6.9701819,6.9645567,6.9607744,6.9708538,6.9780436,6.967103,6.958487,6.9558597,6.8743711,6.8158822,8.2730427,7.9005804,4.0578165,4.0163593,6.0776968,6.0569768,6.0471754,6.0384445,6.0491128,6.053988,6.0433321,6.0301838,6.0268006,5.9365716,5.8965921,7.1029143,6.3607278,4.3505869,4.3033819,6.5888476,6.5700388,6.5621357,6.55586,6.5663905,6.5728941,6.5604339,6.5494781,6.5468903,6.4610534,6.4115543,7.7539825,7.1931334,2.8673608,2.8484607,4.2268753,4.2149367,4.2054558,4.1951342,4.2019072,4.1991959,4.1859517,4.1694474,4.1593771,4.0620203,4.044745,4.8556447,3.8109748,3.9014862,3.8634596,5.7202868,5.6992235,5.6889663,5.6791472,5.6948333,5.7004442,5.7043233,5.688714,5.6792555,5.5914555,5.558989,6.637496,5.8457298,4.4043317,4.3542833,6.582911,6.5499206,6.5407681,6.5330057,6.5472937,6.5553708,6.5636711,6.5517745,6.5473046,6.4667573,6.4194703,7.7148242,7.2672315,2.1071105,2.0911984,3.1371238,3.1254122,3.107841,3.0908265,3.0866246,3.0762467,3.0624037,3.0506151,3.0608902,2.9738348,2.9634578,3.5854256,2.607291,4.5580554,4.5062089,7.0032001,6.9836965,6.9779649,6.9738979,6.9827914,6.9889636,6.9799533,6.9717536,6.96946,6.8867989,6.8271079,8.2976542,7.9450183,3.503443,3.4719574,5.2126017,5.1961002,5.1840229,5.1722627,5.1791372,5.1791043,5.1660743,5.1515331,5.149786,5.0533152,5.0251093,6.0464492,5.0747714,4.5714703,4.5195279,7.0207319,7.0040073,6.9985914,6.9949141,7.0040841,7.0106549,7.0007758,6.9926424,6.9901552,6.9082785,6.8483367,8.3224154,7.970046,4.4948707,4.4442253,6.8603387,6.8355608,6.8288178,6.8237033,6.8338552,6.8405046,6.8318834,6.8225765,6.8199334,6.736073,6.6804919,8.0991869,7.6919427,4.4645762,4.4141569,6.7660799,6.7343779,6.7267327,6.720727,6.7324753,6.7397904,6.7342758,6.7241206,6.7210321,6.6372108,6.5847092,7.9600067,7.5404058,4.0471201,4.0056663,6.0813789,6.0632262,6.0529304,6.0438781,6.0528913,6.0570135,6.042861,6.0302005,6.0287871,5.937726,5.8972859,7.1157432,6.3513165,3.6548729,3.6202576,5.4490242,5.433455,5.4209099,5.4091072,5.4154968,5.4163132,5.3995156,5.3861275,5.387116,5.2918868,5.2611108,6.3370728,5.3908248,3.5628855,3.5289786,5.3278632,5.3110113,5.2970791,5.2839994,5.2887111,5.2878132,5.2723975,5.258657,5.2610927,5.1643143,5.1342096,6.1921372,5.2249107,4.2453966,4.1944737,6.259264,6.2258153,6.2123189,6.1972508,6.2070637,6.2094793,6.2962637,6.2832489,6.2765803,6.2051635,6.162992,7.3623576,6.955584,2.9934833,2.9660459,4.4700146,4.453989,4.435348,4.4177427,4.4168191,4.4100089,4.3937044,4.3800125,4.389174,4.2909956,4.2699461,5.1581178,4.0912814,2.9582083,2.9378304,4.3327503,4.318759,4.308866,4.2983274,4.3079834,4.3060718,4.2930198,4.2740884,4.2575402,4.1590948,4.1407032,4.957993,3.9233184,0.86508864,0.85364109,1.2917749,1.280149,1.2602428,1.2431744,1.2357963,1.2246492,1.2157512,1.2089959,1.2267413,1.1803328,1.177191,1.4383941,0.93299365,3.2241609,3.194819,4.8078103,4.7925577,4.7765293,4.7611742,4.7627454,4.7586637,4.7418609,4.728416,4.7343068,4.6364794,4.612639,5.5644369,4.518846,2.7027411,2.6858816,4.0025806,3.9920576,3.9823425,3.971669,3.9754164,3.9712574,3.9579437,3.9433219,3.9389961,3.8430409,3.8278468,4.6054034,3.5574977,2.7300091,2.7078447,4.0568061,4.044414,4.0284128,4.0122957,4.0108633,4.0038266,3.9875543,3.9754379,3.9831583,3.8881824,3.8721809,4.6724105,3.6047823,3.0042839,2.9842324,4.3562002,4.3407216,4.3296552,4.318831,4.3318114,4.3305402,4.3212523,4.3007593,4.2831941,4.1857505,4.1679411,4.9697351,3.9521425,3.5486047,3.5191553,5.1074777,5.090095,5.0792985,5.0689178,5.0881271,5.0925207,5.0999813,5.0828128,5.06883,4.9797668,4.95649,5.8776259,4.9708166,3.5321336,3.5048699,5.0231299,5.0080009,4.9976077,4.9880342,5.012188,5.0191865,5.0399475,5.0257668,5.0111289,4.9275022,4.9073963,5.7862964,4.90312,2.8926926,2.8706923,4.2955651,4.2827544,4.2697692,4.2565079,4.2590904,4.2544546,4.2404141,4.2261419,4.2267141,4.1296368,4.1109967,4.9514866,3.8945937,1.8318479,1.8145746,2.7325432,2.7187803,2.6960328,2.6750712,2.6670988,2.6539702,2.6398299,2.6293836,2.6476369,2.5672338,2.5592487,3.106951,2.1973605,3.600436,3.5685432,5.312778,5.2954082,5.2850943,5.2748923,5.2861772,5.2885408,5.2797956,5.2639899,5.2561426,5.161715,5.1333084,6.1521902,5.2223058,2.668714,2.6451724,3.9774351,3.96297,3.9435356,3.9249315,3.9216671,3.9127507,3.8963068,3.8836446,3.895216,3.799819,3.7836514,4.5734649,3.5066056,10.783251,10.725535,10.628293,10.147337,10.107204,10.107443,10.126575,10.135768,9.9567757,9.7386436,9.7063293,9.6181192,9.6692305,8.8784943,8.8251581,5.0985427,5.1369643,5.1833625,5.1184921,5.2259402,5.2337379,5.3414326,5.4848409,5.3967028,5.360405,5.26964,5.3361259,5.3833275,5.149806,5.1083517,5.7925196,5.8167939,5.8626738,5.7771101,5.8413458,5.8465004,5.9448466,6.0552597,5.9157686,5.8741198,5.815959,5.8633127,5.9329987,5.6075296,5.5443034,3.8128762,3.8801675,3.9272046,3.9056485,4.0546966,4.0670786,4.1751342,4.35917,4.3136377,4.2990408,4.2214899,4.3150911,4.3537049,4.2139578,4.1884871,8.3410778,8.2916279,8.2752533,8.0121098,8.0253429,8.0215349,8.0666656,8.110877,7.9371524,7.8178468,7.7432046,7.7242942,7.776669,7.2516208,7.1902266,8.4121504,8.2718983,8.2537794,8.1531401,7.888926,7.8875294,7.9035382,7.901185,7.5944657,7.5499678,7.5305319,7.5139432,7.5628033,7.0268378,6.9238544,7.6260748,7.588439,7.6038265,7.427196,7.4101534,7.4119215,7.4696426,7.5179157,7.3188086,7.2394977,7.1907039,7.1909623,7.2584233,6.764822,6.6880808,6.1316104,6.0566845,6.1082358,6.0761204,5.9885907,5.9904304,6.019093,6.0298839,5.7694869,5.7563753,5.7380109,5.7434936,5.8091693,5.3161349,5.1969261,8.5005207,8.2936373,8.2555876,8.2279587,7.7777004,7.7741542,7.7785344,7.7730126,7.4164381,7.4038887,7.3679137,7.3586597,7.3930635,7.0087013,6.9112029,4.8734193,4.9302764,4.9795952,4.9264269,5.0371652,5.0449929,5.1550941,5.3060875,5.204947,5.1773343,5.1223817,5.1947088,5.2610879,5.0186906,4.9692616,7.1668854,7.1453257,7.1699786,7.0138969,7.02353,7.0256391,7.0949926,7.159574,6.9790325,6.9080005,6.8511167,6.8639183,6.9310789,6.4872108,6.4154034,6.264843,6.231009,6.2830606,6.2123108,6.1857004,6.1903248,6.2550979,6.2986298,6.08002,6.0489688,6.0174417,6.0332985,6.1085677,5.6558142,5.555089,7.5817857,7.4426641,7.4471831,7.4005308,7.1401291,7.1352205,7.1473932,7.1456189,6.8368325,6.8173943,6.8019247,6.7951293,6.8437238,6.3687358,6.2568049,7.3020616,7.2517977,7.2796011,7.1527805,7.0977645,7.100122,7.1532097,7.1892352,6.9634509,6.9074292,6.8736472,6.8761187,6.9460497,6.4481664,6.3557816,9.6416311,9.4837408,9.4139442,9.2801504,8.9625101,8.9648829,8.9800797,8.9611759,8.6381397,8.571743,8.5438271,8.5158472,8.5588026,7.8713918,7.7741022,5.5298462,5.5546594,5.606637,5.5407586,5.5968132,5.6022816,5.7017989,5.8053622,5.6544905,5.6228337,5.5776672,5.624372,5.7013011,5.3679037,5.2953348,6.7076035,6.6831203,6.7231379,6.6159897,6.6034427,6.6069827,6.6772823,6.7336173,6.5325565,6.4843726,6.4436188,6.4603152,6.5339265,6.0898356,6.0028925,6.8534408,6.7991228,6.8388467,6.7501283,6.6863418,6.6890068,6.7402768,6.7711549,6.5352535,6.4965777,6.4679871,6.4743228,6.5449476,6.0577822,5.9559116,7.4317074,7.3285651,7.3468728,7.2712536,7.1018643,7.0999346,7.1249313,7.1321177,6.8535385,6.8214588,6.8040671,6.7989888,6.8571081,6.3475718,6.2382507,4.3449187,4.408102,4.4611855,4.431829,4.5364757,4.5430694,4.6592894,4.8013477,4.6924491,4.6776643,4.6452394,4.7166138,4.798389,4.5583405,4.4987993,9.4642935,9.3941135,9.3512688,9.0404062,8.9663162,8.9672337,8.9956808,9.0109549,8.7920427,8.6525373,8.6208105,8.5741682,8.6335859,7.9681802,7.8952546,8.7649117,8.6720028,8.6527367,8.4517241,8.3114738,8.3120613,8.3392458,8.348649,8.0917511,8.0026922,7.9801888,7.9525094,8.01126,7.4051466,7.3146129,9.6256552,9.4103651,9.3284931,9.2661839,8.7841425,8.7856722,8.7965002,8.7814693,8.4201603,8.3870897,8.3361168,8.3209696,8.3534155,7.84161,7.7553,5.9879103,5.9714985,6.0263553,5.9590907,5.9581966,5.9634538,6.0399661,6.0979891,5.8974342,5.8672857,5.8322349,5.855979,5.9335446,5.5123606,5.4175119,4.4306078,4.4746165,4.5330386,4.5083013,4.5817046,4.5870032,4.7010889,4.8081708,4.6717286,4.6594677,4.6291575,4.6831431,4.7726622,4.4855771,4.4093537,6.2244492,6.200139,6.230546,6.1060243,6.1744132,6.1762743,6.2604532,6.3543406,6.2559485,6.1892009,6.0363083,6.0672193,6.0839257,5.7864556,5.7431445,5.4296484,5.4399748,5.4979138,5.444747,5.4802756,5.4861135,5.5789118,5.6611319,5.4886794,5.463892,5.4268432,5.4646306,5.5449018,5.1793561,5.0934415,9.8813105,9.8208246,9.7567053,9.3627768,9.3484793,9.3485155,9.3751097,9.3954601,9.215064,9.0349874,8.9812002,8.919199,8.9702787,8.2812023,8.2244244,9.1149006,9.0516272,9.009758,8.6817255,8.6861362,8.6830635,8.714838,8.7436152,8.5699129,8.4194059,8.3403416,8.2990274,8.344923,7.7453427,7.6877146,4.7034378,4.6641479,4.7062459,4.6677594,4.7517834,4.7580762,4.8537498,4.9579701,4.9316649,4.8926086,4.6562781,4.6991305,4.6605897,4.503387,4.4793091,8.1241722,8.0734701,8.0755701,7.8691535,7.8318582,7.8332872,7.8807273,7.9169121,7.7066684,7.6143374,7.5705605,7.5582442,7.6239977,7.0835333,7.0057664,6.4918213,6.4914918,6.5290432,6.4108343,6.4448199,6.4483647,6.5326762,6.6176987,6.4551086,6.3998852,6.3410926,6.3707685,6.4395409,6.0541015,5.9851518,6.0664258,6.0672431,6.1161275,6.0331931,6.0564103,6.0610299,6.1476412,6.2263937,6.0497928,6.0113859,5.9674549,5.9993353,6.0755219,5.6880927,5.6069336,8.3067837,8.2375202,8.2356319,8.0426064,7.9579673,7.9592619,7.9974761,8.0200605,7.7848296,7.6992698,7.6685047,7.6506419,7.7151074,7.1461077,7.0592618,6.9081721,6.7923474,6.8175673,6.786571,6.5931029,6.5872049,6.6004782,6.5996652,6.3093143,6.2975774,6.285944,6.2845321,6.3383589,5.8533134,5.7348375,9.8492422,9.7359524,9.6711416,9.4090271,9.2156401,9.2174454,9.2359085,9.2305031,8.9635305,8.84447,8.825181,8.7768803,8.826313,8.1142616,8.0285082,3.5661168,3.6539896,3.7009053,3.6815948,3.8427789,3.8554161,3.9621699,4.1612854,4.1100707,4.1005983,4.0620441,4.1651917,4.2213368,4.0834427,4.0558987,8.8098879,8.7008953,8.6771183,8.4972258,8.3159332,8.3161659,8.3388739,8.3424053,8.0689526,7.9891729,7.9694357,7.9421854,7.9973059,7.3937464,7.2993617,7.9766593,7.8195248,7.8093624,7.7579975,7.4479728,7.4439917,7.4542251,7.4506898,7.1282196,7.1061163,7.0864086,7.0766997,7.1214294,6.6543074,6.5465064,7.2492332,7.1331491,7.1519713,7.1022077,6.9028869,6.8987999,6.9166169,6.9186654,6.6283159,6.6078963,6.5935035,6.5897927,6.6441374,6.1530032,6.0391192,6.8875484,6.814743,6.8523092,6.7800398,6.6815333,6.6826658,6.7215943,6.7402625,6.4858088,6.4548702,6.4322596,6.4348149,6.5012236,6.0021563,5.8933296,5.402,5.3770432,5.4423394,5.4032793,5.4009571,5.4083385,5.4762549,5.5201712,5.307137,5.2906718,5.2642298,5.2847848,5.3624349,4.9302273,4.8233294,3.8539605,3.9373178,3.9858553,3.9625747,4.1076775,4.1177373,4.2300591,4.4132562,4.3423605,4.3305955,4.2984347,4.3922758,4.4602866,4.2879725,4.2495461,7.9997296,7.9386468,7.946382,7.7707291,7.7017388,7.7033434,7.74716,7.7756839,7.5465484,7.4686961,7.4350238,7.4241114,7.4905477,6.9469361,6.8599167,7.5092587,7.3548403,7.3559546,7.3293452,7.0282121,7.0213041,7.0275359,7.022759,6.7012691,6.690186,6.6735768,6.6675768,6.7118149,6.2652183,6.1515532,8.6461134,8.4577942,8.4200735,8.366931,7.9692531,7.9675198,7.9765649,7.9699945,7.6262784,7.6016216,7.569366,7.5569296,7.5952973,7.1399627,7.0412025,7.4542756,7.3610725,7.3811316,7.2926087,7.1464005,7.1455827,7.1753178,7.1864591,6.9169736,6.879035,6.8594942,6.8545809,6.9153767,6.3991394,6.2923222,7.9511437,7.7758083,7.7610826,7.7326093,7.3679886,7.3625383,7.3679423,7.3629947,7.0258012,7.0131264,6.9882193,6.9801149,7.0197458,6.5982056,6.4909015,7.7577276,7.6630964,7.6748061,7.5647149,7.415215,7.414712,7.444252,7.4553442,7.1867232,7.1390519,7.1187444,7.1097207,7.1700163,6.6383138,6.5351315,8.716651,8.6429729,8.6273136,8.4006767,8.309762,8.3108845,8.3444939,8.3628416,8.1277924,8.0269737,7.997344,7.9701467,8.0325937,7.4306149,7.3470035,9.346406,9.1030531,9.0277624,8.9919872,8.435811,8.4352894,8.4420633,8.4358435,8.0628824,8.0449944,7.9846954,7.9743447,8.0015411,7.646626,7.5673304,7.0979466,6.9530697,6.9639058,6.9449196,6.6804948,6.6714196,6.6749487,6.6683393,6.3549547,6.3480191,6.3374286,6.3333378,6.3797731,5.9201245,5.8006043,5.90097,5.8574514,5.9169312,5.8692021,5.8359218,5.8413634,5.8972197,5.9293523,5.6981091,5.6779866,5.65207,5.6654115,5.7398839,5.276515,5.1662478,7.9587846,7.8394232,7.8399277,7.7446966,7.5348606,7.532948,7.5534964,7.5564957,7.266264,7.2251239,7.2077389,7.1959257,7.2499208,6.7243409,6.618751,7.9136572,7.8327231,7.8421707,7.7017741,7.584981,7.5856404,7.6209087,7.6381154,7.3846469,7.3231721,7.2986526,7.2877111,7.3510313,6.8065324,6.7095094,7.5335689,7.501411,7.5062914,7.2961192,7.3345985,7.3318791,7.3945613,7.4621696,7.3110442,7.2137346,7.1243391,7.1281962,7.176239,6.738246,6.6810322,6.8232512,6.7358646,6.7719388,6.7186017,6.5909038,6.590126,6.6188965,6.6291552,6.3611317,6.338932,6.3206949,6.3219795,6.3843455,5.8857846,5.7717042,6.1531992,6.066184,6.1135545,6.0921845,5.9799299,5.9787016,5.9971309,6.0015168,5.7322268,5.7246733,5.707365,5.7121763,5.7743721,5.2791286,5.1569166,6.0740061,6.0143638,6.0699906,6.0269041,5.9675117,5.9713306,6.0139289,6.0347347,5.7881198,5.7698212,5.7469754,5.755177,5.8252969,5.3424306,5.2276635,7.5248551,7.4455094,7.4661279,7.3559527,7.2409711,7.2415247,7.2782459,7.2960644,7.0404525,6.9926133,6.9690752,6.964211,7.0284362,6.5058918,6.4040756,4.9438701,4.9889131,5.0429296,4.996736,5.0789099,5.0852423,5.1938396,5.3179073,5.1876578,5.1648269,5.1247993,5.1844678,5.2633524,4.9761653,4.9095607,4.9881949,4.9894681,5.0541658,5.0208068,5.0506158,5.0576057,5.1430411,5.2097092,5.025424,5.0103259,4.9811182,5.0136971,5.0947552,4.7151532,4.6190405,4.5870929,4.604332,4.6514721,4.6125598,4.7254248,4.7360311,4.8442979,4.9858561,4.9387417,4.90798,4.7611699,4.8287692,4.8397436,4.6692591,4.6430249,6.5976806,6.4878383,6.5194716,6.4971547,6.3246131,6.3173413,6.3276796,6.3248496,6.040132,6.0330205,6.023818,6.0240846,6.0789804,5.5884128,5.4669175,6.2709241,6.276371,6.3122168,6.1915159,6.2546921,6.2582831,6.3484659,6.4502192,6.3196473,6.2605357,6.1741705,6.2118206,6.266202,5.931242,5.876586,6.745513,6.6465468,6.6807027,6.6432161,6.4913807,6.4883227,6.5087028,6.5129442,6.2352953,6.2204928,6.2054467,6.2062793,6.2651048,5.7713184,5.6535602,10.803698,10.727663,10.627078,10.182081,10.085334,10.08583,10.10297,10.104389,9.900815,9.7002134,9.6794586,9.5956478,9.6440382,8.8418455,8.778594,10.325315,10.309312,10.317314,10.316331,10.290212,10.280482,10.274803,10.268432,10.21706,10.215492,10.212596,10.214674,10.226541,10.038611,10.005445,9.2639608,9.2324581,9.2475281,9.242981,9.1833963,9.1578712,9.1492891,9.1310606,9.0306492,9.0304728,9.0228176,9.0299616,9.0554094,8.610569,8.5434704,9.5540857,9.5225096,9.5381947,9.5333729,9.4824171,9.4651356,9.4556971,9.4446392,9.3446388,9.3426971,9.3377085,9.3423786,9.3658638,9.0193443,8.9575758,9.711132,9.6873569,9.6984091,9.6965675,9.6500444,9.6295261,9.6230078,9.6090345,9.5303869,9.5309954,9.5228281,9.5308533,9.5521059,9.1960726,9.1428337,8.4009476,8.3553391,8.3776608,8.3691254,8.2915277,8.2613173,8.2512007,8.2286501,8.0889235,8.0881529,8.0841761,8.0910568,8.1244459,7.569066,7.4805307,6.8076172,6.8182416,6.93504,6.3554325,6.3581524,6.3703628,6.3893266,6.4565668,6.3819876,6.1969543,6.2004194,6.2757554,6.3131022,6.224556,6.8938279,6.9473391,6.9781814,7.1091685,6.5809097,6.5863056,6.6218019,6.6517138,6.7219071,6.6505566,6.5255103,6.5055118,6.582768,6.6228638,6.5262146,7.2247176,7.0921321,7.1316643,7.2590418,6.8060713,6.7976036,6.8421617,6.8799543,6.946569,6.8659282,6.7456074,6.7330413,6.8036561,6.8492484,6.7533774,7.3922434,7.1379375,7.1448421,7.2679772,6.5789886,6.5840321,6.590158,6.5971856,6.6692662,6.5888543,6.360682,6.3719735,6.4532704,6.4891925,6.3924985,7.0004215,7.8635664,7.9015837,8.0493002,7.4218998,7.4183221,7.4628415,7.4847598,7.5614381,7.4703813,7.3407588,7.3218265,7.4107141,7.4612703,7.3279624,7.7933931,7.1892066,7.2243371,7.3583851,6.841249,6.8405371,6.8815732,6.914134,6.9854794,6.9061365,6.7812371,6.7646451,6.8424387,6.8874846,6.7841063,7.4043541,7.3484082,7.4028215,7.5274119,7.133863,7.1072221,7.1720533,7.2085543,7.2660346,7.1793504,7.0673599,7.0436926,7.1007042,7.1419363,7.0407596,7.6793303,8.9638319,9.0007381,9.1768446,8.3025427,8.3012733,8.3490362,8.342514,8.4241858,8.3158188,8.2010536,8.1796427,8.2924547,8.3508425,8.1521406,8.3787146,8.9111805,8.9466648,9.1303329,8.1558971,8.1657581,8.2059164,8.195262,8.2823343,8.1883278,8.0552292,8.0330658,8.1545706,8.2101812,8.0270729,8.33706,8.5854654,8.6296597,8.7900639,8.098834,8.0857325,8.1429996,8.154542,8.2329845,8.1226082,8.0080681,7.9858298,8.0821409,8.139287,7.9622712,8.2278404,12.866015,12.892044,13.281947,10.420813,10.44728,10.464748,10.289533,10.37151,10.305855,10.132686,10.104053,10.344808,10.386133,10.099312,10.260424,12.101255,12.14639,12.503811,10.066732,10.101941,10.138873,10.008243,10.103117,10.041124,9.9080839,9.8823767,10.114428,10.168496,9.8953867,10.077208,12.553177,12.590884,12.967529,10.377174,10.414945,10.450687,10.299074,10.383516,10.313549,10.222069,10.203833,10.443036,10.495492,10.182615,10.286727,9.4363155,9.4701605,9.669198,8.5536394,8.5646105,8.6053295,8.5775299,8.6635046,8.5627289,8.4435825,8.4217949,8.5551987,8.6135178,8.3985882,8.614893,7.9812374,8.0259247,8.171195,7.594316,7.5803823,7.6343431,7.6586747,7.7320108,7.6342411,7.5120139,7.4915218,7.5746298,7.6260052,7.4878049,7.9165878,11.324368,11.353747,11.644486,9.6908331,9.7192516,9.7523289,9.64674,9.7303267,9.6417618,9.5412712,9.5215931,9.7170553,9.7735119,9.4889193,9.6098633,12.553276,12.563297,12.909788,10.387162,10.408715,10.43101,10.266466,10.331196,10.241097,10.161805,10.154973,10.38132,10.43034,10.098902,10.168204,8.4734964,8.5140238,8.6752853,7.9465628,7.9405642,7.9905195,8.0004501,8.0801344,7.977303,7.8550744,7.8334703,7.9326839,7.9880261,7.8204236,8.1401186,6.5449882,6.567039,6.6828446,6.189703,6.1916533,6.2158151,6.2426186,6.3037653,6.2388544,6.1073284,6.0759249,6.1412992,6.1723514,6.0871205,6.8800797,10.544685,10.585122,10.850749,9.1498499,9.1787987,9.2159843,9.1450758,9.2426262,9.1664972,9.0220499,8.9975348,9.1778116,9.234066,9.0038662,9.2456007,10.640317,10.666243,10.914794,9.3083887,9.328392,9.3622313,9.2834711,9.3648224,9.2652216,9.1643791,9.1468868,9.3165913,9.3746595,9.1052017,9.232111,9.6612272,9.6903458,9.890049,8.7674866,8.7733555,8.8162231,8.7811766,8.8613396,8.7488098,8.6490088,8.6318369,8.7649584,8.8256979,8.5838833,8.7216253,9.4766064,9.4909964,9.6968193,8.2853289,8.304492,8.3145056,8.2579956,8.349268,8.2592211,7.9819307,7.9890428,8.126853,8.1667776,7.9958839,8.3428316,7.5222998,7.5410833,7.6803937,6.9563379,6.9639215,6.9836683,6.9934897,7.0703039,6.9915004,6.8107944,6.8005219,6.8914003,6.9332252,6.8183923,7.3904061,7.241982,7.2841802,7.4098654,6.9647484,6.9483976,6.9960566,7.030889,7.0934439,7.008451,6.8892884,6.8758626,6.9431767,6.9884048,6.888083,7.5103321,11.159534,11.177011,11.443954,9.6482162,9.6649075,9.6977777,9.597806,9.6710052,9.5676298,9.4846745,9.4796886,9.6604691,9.7175159,9.4183493,9.5015793,6.6960497,6.7387466,6.8439093,6.5135942,6.4867225,6.5341344,6.5677652,6.610024,6.5346723,6.4277897,6.4151945,6.4615459,6.4954896,6.4186826,7.2415762,10.997498,11.039218,11.326494,9.4744568,9.5058565,9.5459576,9.4599352,9.5551004,9.4769669,9.358119,9.3347511,9.5272961,9.5849886,9.3273945,9.5066433,13.106277,13.16301,13.599573,10.67473,10.71771,10.763186,10.598797,10.692433,10.642126,10.546958,10.526449,10.794083,10.846153,10.534908,10.664951,8.7877283,8.8103991,8.9921494,7.8828368,7.8997951,7.920393,7.8965459,7.9864082,7.9025002,7.695374,7.6834121,7.8076873,7.8543606,7.6963873,8.1017094,10.576079,10.610614,10.866477,9.2413387,9.2665205,9.3038149,9.2312202,9.3207273,9.2309771,9.1174717,9.095377,9.2691565,9.327364,9.0732222,9.2388878,8.6543388,8.6875792,8.8663111,7.9066019,7.9196053,7.9551015,7.9476404,8.0355339,7.9495268,7.8016515,7.7800298,7.8989887,7.9512486,7.786304,8.1766758,6.1720176,6.1865778,6.2911592,5.8534141,5.8544822,5.8716316,5.9026308,5.9596419,5.8970385,5.7566133,5.739408,5.7998304,5.8317456,5.7604775,6.578186,11.181896,11.200827,11.471395,9.6367617,9.6561813,9.686204,9.5828009,9.6576509,9.5571299,9.4672661,9.4561567,9.6399326,9.6962004,9.4024639,9.4980307,12.746612,12.762557,13.127847,10.477191,10.50763,10.530412,10.359553,10.427585,10.344393,10.2614,10.245157,10.481549,10.53039,10.200336,10.273982,9.1438389,9.1745644,9.3730698,8.187171,8.2064791,8.2360716,8.2082233,8.3007669,8.2186804,8.0458765,8.0256004,8.1613188,8.2127123,8.0363731,8.4013987,6.6381278,6.6344934,6.7403388,6.1228218,6.126205,6.1226192,6.1297894,6.194243,6.11163,5.8375311,5.8693199,5.9376078,5.9659705,5.888279,6.5377097,8.4936104,8.530158,8.6974497,7.8844156,7.8875523,7.9302258,7.93437,8.0174828,7.9220037,7.7907596,7.7694921,7.8764544,7.9307127,7.7656574,8.1188688,8.5435057,8.5484486,8.7155933,7.5934124,7.6063609,7.6095457,7.575675,7.6613317,7.5684476,7.2587891,7.2859445,7.3962965,7.4313846,7.295507,7.7319264,9.585063,9.6216869,9.8366499,8.5732632,8.5930157,8.6310692,8.5958166,8.6886139,8.601347,8.4636955,8.4403858,8.5864887,8.6430225,8.4376221,8.7108688,8.0144644,8.0415344,8.1987524,7.3791428,7.3897109,7.4182081,7.4220786,7.504467,7.4239259,7.2622795,7.2429075,7.3459001,7.3921003,7.2562814,7.7624946,10.642996,10.664832,10.924615,9.0820665,9.1062708,9.1215343,9.0288372,9.1209087,9.0371647,8.8011446,8.7906694,8.9631538,9.0064249,8.7910814,9.0493107,9.820487,9.8550863,10.074273,8.7734871,8.7914848,8.8303127,8.7873344,8.8765602,8.7819738,8.6602831,8.6377506,8.7865973,8.8448286,8.6191902,8.8287601,10.669259,10.701918,10.969943,9.1587696,9.186326,9.213521,9.1299543,9.2258711,9.1496744,8.9666052,8.9433832,9.1245441,9.1755981,8.9521341,9.2095146,9.74508,9.7751122,9.9818497,8.7836361,8.7940454,8.8340416,8.7941074,8.8766918,8.7701797,8.6631241,8.6439476,8.7832775,8.8428049,8.6054573,8.7664852,14.406505,14.447445,14.96427,11.295213,11.327482,11.357313,11.131165,11.207094,11.164245,11.060487,11.034944,11.338398,11.382548,11.051007,11.166159,7.1410933,7.092833,7.4499187,7.4940667,7.4744668,7.4720073,7.7281599,7.9321351,7.8475571,7.7700095,7.56352,7.5571084,7.5849051,7.6396079,7.3227358,7.8076358,7.7671804,8.0904636,8.1423817,8.1271009,8.1167679,8.3691874,8.5519218,8.4635572,8.3905458,8.1781435,8.1733961,8.2038355,8.2493448,7.8311176,5.880775,5.7672782,6.4023829,6.4013324,6.3841395,6.3926454,6.595192,6.7562246,6.6819625,6.6169729,6.4953361,6.4944177,6.5083537,6.526237,6.349906,6.5775771,6.5463738,6.8446035,6.8963494,6.8624878,6.8676691,7.1262417,7.3752627,7.305212,7.215538,6.9900613,6.9751697,7.0015082,7.0652204,6.8139358,9.7318287,9.7003517,9.8684177,9.9708252,9.9483032,9.9209757,10.153279,10.332073,10.241613,10.164591,9.9019327,9.8882103,9.9183378,9.9252253,9.1640711,8.0516176,8.0346603,8.3593435,8.411417,8.401926,8.3888893,8.6256704,8.7751741,8.6895609,8.6263809,8.4369774,8.426527,8.4569921,8.4935846,8.0137033,6.8986058,6.8427224,7.2462401,7.2823362,7.2640958,7.2641034,7.514636,7.7118573,7.6278138,7.5524688,7.3636055,7.3596506,7.3858061,7.4443526,7.158154,7.0277863,6.9724669,7.3838158,7.4184465,7.4024401,7.4000554,7.6479573,7.8337069,7.7482958,7.6756706,7.4901829,7.4867806,7.5131989,7.5737853,7.2689404,5.859879,5.7689772,6.5640841,6.5539503,6.5431676,6.5431104,6.7191753,6.8295841,6.7582235,6.7082801,6.6037664,6.5988307,6.607101,6.7841411,6.5729256,6.9191413,6.8942256,7.3674521,7.3912449,7.3842754,7.3786092,7.6032948,7.7390909,7.6588445,7.60147,7.4474754,7.4291644,7.4520664,7.5392785,7.2181916,6.6403875,6.5940118,6.9550815,6.9988008,6.9738178,6.9784994,7.2352777,7.4622378,7.3842592,7.3017206,7.1008544,7.0941191,7.1205997,7.1813188,6.9243336,8.5712337,8.5408039,8.8075876,8.875823,8.8619547,8.844923,9.0904083,9.2614784,9.1714449,9.1003189,8.8778954,8.8742418,8.9069729,8.9349861,8.3836651,7.0332346,7.0102854,7.2281976,7.287868,7.248364,7.2446632,7.497314,7.7492085,7.6801481,7.5860705,7.2765493,7.222641,7.2485943,7.3038664,7.0295644,9.3430786,9.3169603,9.529582,9.6184883,9.6033955,9.5804453,9.8163967,9.9823809,9.8912706,9.8198423,9.5851278,9.5822582,9.6157436,9.626874,8.9282837,6.4574156,6.4189029,6.9916205,7.0031042,6.9950542,6.991529,7.2019677,7.3285947,7.2512565,7.1962237,7.0624914,7.0423088,7.0592599,7.1804714,6.9117279,5.6162353,5.4876842,6.2825685,6.2644024,6.2505641,6.2542262,6.4228082,6.5404425,6.4717965,6.4173689,6.3193355,6.319241,6.3255367,6.391037,6.2202077,7.3509417,7.308188,7.627492,7.6785378,7.65731,7.6526637,7.9120765,8.1218615,8.0372467,7.9577456,7.7341619,7.7241821,7.7529492,7.8036532,7.4599214,8.8854809,8.8657036,9.1179428,9.1922169,9.1805286,9.1613817,9.3970137,9.5534019,9.4640341,9.3966293,9.1831923,9.1784286,9.2113695,9.2277985,8.6078033,10.219973,10.191451,10.346367,10.461786,10.441551,10.411303,10.633078,10.798105,10.706132,10.632071,10.381324,10.375668,10.4069,10.404424,9.5269051,6.6210451,6.5643592,7.1170239,7.1307015,7.1205392,7.1173816,7.3371062,7.4781046,7.3967395,7.3368273,7.1936698,7.1850438,7.2052112,7.3114762,7.0376282,6.9511929,6.9064965,7.2463303,7.2932086,7.2695041,7.269897,7.5288596,7.7493706,7.6681738,7.5864849,7.3729439,7.3638258,7.3912005,7.4477835,7.1560211,7.4241924,7.3922539,7.7954407,7.8308644,7.8213816,7.8125997,8.0492048,8.1997356,8.1145811,8.0515137,7.8768263,7.8682399,7.8958206,7.9606471,7.5819745,5.4073615,5.2621584,6.0504632,6.0279002,6.0123291,6.0183001,6.1803427,6.3011217,6.2366629,6.1807051,6.0881939,6.0889416,6.094275,6.0981956,5.9486847,7.4218616,7.3817019,7.7817321,7.8180118,7.8069129,7.798553,8.0392008,8.1983728,8.1118641,8.0459366,7.8659482,7.860713,7.8886209,7.9522686,7.5806894,10.29285,10.268097,10.431531,10.547357,10.528807,10.498943,10.715186,10.869652,10.777204,10.705672,10.466599,10.46504,10.497089,10.489117,9.586071,6.4507709,6.3928108,6.8079848,6.8429809,6.8205466,6.8278213,7.077096,7.2937908,7.2152305,7.1359916,6.955019,6.9518571,6.9766831,7.0353513,6.8013878,6.250236,6.163209,6.7901826,6.7940259,6.7812362,6.7827077,6.9918652,7.1372371,7.0582476,6.9970431,6.8674021,6.8637333,6.8800392,6.9709339,6.7472253,9.2172184,9.1879559,9.3997765,9.486825,9.4700594,9.4477978,9.6883707,9.8627357,9.7718878,9.6983814,9.4554071,9.4499588,9.4829121,9.4979649,8.8305912,7.3637042,7.3165178,7.7059731,7.7443972,7.7308049,7.7240105,7.9706697,8.1443043,8.0572529,7.9873176,7.7985053,7.7949686,7.82304,7.8824248,7.5270166,7.6090851,7.5704713,7.8568072,7.9143872,7.8920264,7.8845506,8.1450157,8.356966,8.2720146,8.1914482,7.9505925,7.9362521,7.9657207,8.0116196,7.6336789,5.9083037,5.8392043,6.6215262,6.6151891,6.6061807,6.6057515,6.7845459,6.8910055,6.8198295,6.7737608,6.6686912,6.6556869,6.6637621,6.8728046,6.6444588,6.820374,6.7583594,7.2383857,7.2619085,7.2485571,7.2465348,7.4823899,7.6490536,7.5646553,7.4972591,7.3334184,7.3302236,7.3539982,7.428102,7.1446123,7.227777,7.1913037,7.4772353,7.5329204,7.5059037,7.5027514,7.7646561,7.9931674,7.9127898,7.8280377,7.5841885,7.5658369,7.5940046,7.6464305,7.3233051,7.0918012,7.0385098,7.4726009,7.5032468,7.4900951,7.4855275,7.7271471,7.8961906,7.8103352,7.7419801,7.5662847,7.5628386,7.5889139,7.6571345,7.3382158,6.0762887,5.9746537,6.6070337,6.6083717,6.5934653,6.5983744,6.8050103,6.9588494,6.8815594,6.8180947,6.6918159,6.6898303,6.7049341,6.7598224,6.5608492,7.3525505,7.305234,7.6635261,7.7076912,7.6907616,7.6853108,7.9390407,8.130579,8.0440559,7.9694266,7.7654653,7.7604403,7.7889681,7.8423996,7.49441,6.4294496,6.3496861,6.8961821,6.910018,6.8954682,6.897841,7.1231523,7.2890472,7.2075176,7.1407671,6.9935102,6.9911885,7.0111837,7.0800867,6.845263,8.5434418,8.5096893,8.7579279,8.8295374,8.8120136,8.7952299,9.0461512,9.2323818,9.1428499,9.0675907,8.8263922,8.8180714,8.8501072,8.8787575,8.3421564,8.7507257,8.7177019,8.9308157,9.0105009,8.9884176,8.9694319,9.2195463,9.4161739,9.3278704,9.2492752,8.9815102,8.9628038,8.9933853,9.0179663,8.45508,5.6905413,5.5827937,6.4068403,6.3915567,6.3797283,6.3807416,6.5477057,6.6548219,6.5856524,6.5349464,6.4331946,6.4341311,6.4402118,6.5882568,6.3974042,8.1676626,8.1396761,8.3260355,8.3971558,8.3662367,8.3527384,8.6004171,8.8216019,8.7425394,8.6584616,8.2883844,8.2136135,8.2406197,8.2775192,7.8725486,6.6906857,6.6241026,7.0943155,7.1194816,7.1036692,7.1047292,7.3442488,7.5252366,7.4416595,7.3707662,7.2031274,7.2006774,7.2242756,7.2882214,7.025815,8.012229,7.9776835,8.2225323,8.2892723,8.2652769,8.2535,8.5122194,8.7246094,8.6392784,8.5578804,8.291256,8.2687759,8.2985802,8.3370028,7.9038591,7.3645525,7.3483424,7.7505369,7.7859693,7.7792249,7.7713943,8.0036068,8.1455107,8.0640211,8.0052814,7.8355446,7.8194833,7.8465238,7.90869,7.5279021,8.8541889,8.8509073,9.1023579,9.1765385,9.1672335,9.1487446,9.376544,9.5214558,9.4358177,9.373229,9.1736565,9.1600161,9.1910667,9.1962242,8.5674639,6.0119686,5.9194565,6.646574,6.6408362,6.6292481,6.629961,6.8192616,6.9435906,6.8688841,6.8139997,6.7014298,6.6964521,6.7079406,6.8399549,6.6271491,6.2771282,6.1899953,6.7447906,6.7570424,6.7409444,6.7461319,6.9695516,7.141892,7.0618582,6.9937282,6.8496337,6.8480105,6.8670177,6.9214172,6.7062845,8.1214867,8.085083,8.3488464,8.4137058,8.3939152,8.3810616,8.6376734,8.8364086,8.7486362,8.6708107,8.4259281,8.4136019,8.4444675,8.4811153,8.0214806,8.8471775,8.8152485,8.9979324,9.0816784,9.0529833,9.0332842,9.2781935,9.4859037,9.4003019,9.3187952,9.0049152,8.9620256,8.9897127,9.0133114,8.4565725,9.7069235,9.6735973,9.8277979,9.929945,9.9017649,9.8724203,10.10359,10.293658,10.206038,10.126272,9.8388786,9.8095951,9.8354292,9.8421564,9.1023331,5.8615513,5.750423,6.4900403,6.479991,6.4667678,6.469687,6.6539621,6.7817392,6.7086835,6.6520929,6.5439596,6.5414491,6.5514483,6.6394758,6.4486876,6.1386991,6.0751343,6.7689767,6.7690954,6.7601285,6.7588549,6.953239,7.0716629,6.9968371,6.9451451,6.8277116,6.8145599,6.8269773,6.9908299,6.7521658,6.9889898,6.9401374,7.4123287,7.4367428,7.4260554,7.4207945,7.653286,7.8055043,7.7211552,7.6576548,7.4958987,7.4895091,7.5139136,7.5968938,7.2826824,10.012551,9.9995079,10.182502,10.288314,10.274402,10.248453,10.461967,10.605276,10.514616,10.447256,10.227154,10.220991,10.252463,10.239389,9.3845501,7.6896677,7.6484532,7.9581609,8.0121517,7.9937634,7.9851308,8.2421951,8.4392529,8.3521109,8.2754841,8.0514793,8.0434284,8.0734024,8.119009,7.7240458,5.7036929,5.5770655,6.2882276,6.2769732,6.2611728,6.2679944,6.4523182,6.5923939,6.5217919,6.4614658,6.3546834,6.3535943,6.363687,6.3843174,6.2167993,7.9853263,7.9508586,8.2762671,8.3283319,8.3158741,8.3033848,8.549552,8.7171068,8.6284313,8.5593081,8.3562746,8.352396,8.3833828,8.4268494,7.972723,6.5411253,6.468874,7.0182066,7.0320039,7.0192695,7.018949,7.2428408,7.3986444,7.3165126,7.2523046,7.1057582,7.1021042,7.1224866,7.2076778,6.9546237,6.8467331,6.7885633,7.2795529,7.3013878,7.289454,7.2861171,7.5183854,7.6759734,7.5918164,7.5268602,7.3673654,7.3628998,7.3863707,7.468626,7.177156,6.1261611,6.0347228,6.5858483,6.5982027,6.5799074,6.5884533,6.8113647,6.9936237,6.9157171,6.8456354,6.7030268,6.7020826,6.7206249,6.7594576,6.5624027,6.4063158,6.3343139,6.8100567,6.8346295,6.8157325,6.8222499,7.0611982,7.2574944,7.1769862,7.1029339,6.9386911,6.9369092,6.9594812,7.0138125,6.7868581,7.6829872,7.6522107,7.8829718,7.9479094,7.9182968,7.9095531,8.1686096,8.3976851,8.3174553,8.2315207,7.9376202,7.899219,7.9274745,7.9721303,7.6021948,7.2818909,7.2597742,7.4410944,7.4991164,7.4578557,7.4506316,7.6877842,7.9303546,7.8631516,7.7693582,7.3751493,7.2769771,7.3010554,7.3501787,7.0911498,6.9722133,6.9324818,7.4090805,7.432591,7.4234691,7.4175944,7.6461263,7.7898111,7.706862,7.6461473,7.48875,7.4780936,7.5018582,7.5895858,7.2705483,6.9019957,6.8747678,7.1302633,7.1878052,7.1521893,7.1517005,7.4111066,7.6611099,7.5895081,7.4979792,7.2351513,7.2053533,7.23207,7.29041,7.0118299,6.3413148,6.2706022,6.8988986,6.9039874,6.8933635,6.8921313,7.0999007,7.2341814,7.1553402,7.0976124,6.9684143,6.9607959,6.9772892,7.1000276,6.8557854,5.8072772,5.8172364,5.9213648,5.605752,5.6607041,5.6907129,5.8132052,5.8956785,5.8653746,5.8582988,5.8150587,5.8875055,5.9744654,5.8755045,6.090642,4.5880704,4.5984883,4.7063875,4.6332154,4.6571531,4.663866,4.894773,4.9790483,4.9306817,4.9216452,4.8563704,4.9069643,5.0082645,5.0125227,5.2091618,4.607677,4.6238809,4.7470551,4.7627673,4.7883348,4.779994,5.1711946,5.3316741,5.2598581,5.2541981,5.1347327,5.1947541,5.2624888,5.3239789,5.3759012,4.9896445,4.9929538,5.0898423,4.9221854,4.9513516,4.9674335,5.1333022,5.202127,5.1657324,5.1572199,5.115675,5.1683445,5.250155,5.2072711,5.5736442,6.561008,6.5470328,6.6606317,6.1454005,6.19631,6.2418451,6.3276577,6.3914309,6.3762054,6.3643527,6.3529425,6.4337416,6.5324769,6.3888812,6.7346764,4.4556861,4.4416065,4.5154719,4.3483877,4.3612914,4.3744736,4.4861627,4.5208793,4.4975462,4.4888916,4.4749956,4.5131335,4.5788798,4.5418558,5.2455115,5.5394011,5.5586586,5.6582446,5.3897581,5.4488544,5.4732676,5.5874205,5.6752081,5.6425991,5.637979,5.5906582,5.6616025,5.742023,5.6564002,5.8045483,4.8109012,4.8252711,4.9317446,4.8323102,4.8625469,4.869997,5.0999031,5.1902504,5.1428275,5.1352358,5.0665073,5.1201892,5.2050982,5.1938057,5.3933163,4.6167746,4.629755,4.7587004,4.7974663,4.8218975,4.8142076,5.2190738,5.4004927,5.3204379,5.3145766,5.1915402,5.2574515,5.3246517,5.4021626,5.4467483,9.4417524,9.4338226,9.6385593,8.2204552,8.3333902,8.3942537,8.3533287,8.4226475,8.3971415,8.3886833,8.3544941,8.5151796,8.6315889,8.3627424,8.4517403,4.6169763,4.6395693,4.7510004,4.7148209,4.7448316,4.7392998,5.0683918,5.190402,5.1335464,5.1279006,5.0253415,5.0788469,5.1470995,5.1742024,5.2492728,4.6467123,4.6533766,4.7923231,4.8354802,4.8579979,4.8605914,5.2212591,5.3836117,5.3070416,5.3003888,5.1980758,5.3006983,5.3810635,5.4803681,5.5396791,5.7882466,5.8090062,5.9097977,5.5758286,5.6514916,5.6837373,5.7613358,5.8482857,5.8177867,5.8150926,5.7719693,5.8499894,5.937458,5.8332739,5.9567204,4.6989384,4.7280855,4.8250713,4.7150459,4.7578769,4.7619147,4.9639988,5.0584893,5.0180035,5.0143824,4.9396386,4.9944263,5.0593843,5.039566,5.1392875,8.4527988,8.4315157,8.5980902,7.5325704,7.6100416,7.6784678,7.6917601,7.7612443,7.7602954,7.7504444,7.733983,7.8655596,7.9864669,7.7534781,7.9576793,4.6435442,4.6518884,4.7555628,4.6609445,4.6852903,4.6945515,4.9027143,4.9795775,4.9353461,4.9266901,4.8704581,4.9200792,5.0168319,5.0087299,5.2649975,4.5723591,4.5797844,4.7183647,4.8041182,4.8271346,4.8225307,5.2341065,5.4600835,5.3633165,5.3571925,5.2341914,5.3124585,5.3757296,5.4923491,5.5228362,5.22437,5.2361784,5.3367586,5.1451631,5.1851339,5.2026258,5.3726482,5.454453,5.4163904,5.408937,5.3566356,5.4163146,5.4965138,5.4412718,5.6921811,4.6785135,4.7004619,4.8108683,4.7567801,4.7878475,4.7857695,5.0848246,5.1978407,5.1434135,5.137352,5.0426826,5.0965743,5.169208,5.1845603,5.2818837,4.6597776,4.6708384,4.8021345,4.8148179,4.8388348,4.8392382,5.1879897,5.3352685,5.2649703,5.2582684,5.1557937,5.2315197,5.3158908,5.3827677,5.4562383,4.8849902,4.9022865,5.0069509,4.8935375,4.9277234,4.9354944,5.1594405,5.2514315,5.205277,5.19836,5.1282129,5.1832948,5.2625003,5.2430444,5.4292073,4.6353827,4.6555114,4.7711253,4.7472887,4.7756767,4.7700539,5.1149817,5.2451763,5.1844201,5.1784835,5.0725846,5.1281104,5.1988835,5.2344747,5.307888,4.3252687,4.3357277,4.4690218,4.6093049,4.6330543,4.6259241,5.0630445,5.3595886,5.2423115,5.2382455,5.1070828,5.1716452,5.2273817,5.3534231,5.3728781,4.5201454,4.5175333,4.6618166,4.7481632,4.765686,4.7687802,5.1344137,5.3084068,5.2235646,5.2158718,5.1209188,5.2794662,5.3460712,5.5202184,5.5535622,5.0923824,5.1158252,5.2140527,5.0420332,5.0894547,5.1027355,5.2719402,5.3629408,5.3240561,5.3191571,5.2552066,5.3164797,5.3896718,5.3401504,5.4877076,4.1889772,4.193078,4.2878094,4.2104011,4.2278228,4.2369862,4.4128976,4.4691887,4.4316826,4.4224496,4.3808861,4.4216151,4.5377307,4.5381136,4.8281331,4.5490284,4.5596204,4.6922545,4.7693644,4.7928982,4.7843494,5.212831,5.4347882,5.3409872,5.3354344,5.2054448,5.2731838,5.3349671,5.4346523,5.4651847,4.1762552,4.1850953,4.2939072,4.2563958,4.2748666,4.280292,4.5057759,4.5800796,4.5320096,4.5210752,4.455955,4.5028958,4.6300216,4.6560345,4.7985439,6.4619784,6.4708996,6.5844092,6.1104474,6.187427,6.2298117,6.3099384,6.3943524,6.3679028,6.3622084,6.3211465,6.410296,6.5087066,6.3688188,6.5302682,8.1227598,8.1153812,8.2713661,7.3205352,7.4140816,7.4759431,7.4951468,7.573144,7.5574036,7.5502224,7.5148625,7.6424546,7.7592063,7.540772,7.6846681,4.6327119,4.6365089,4.7342219,4.6196866,4.6423512,4.6541348,4.8350081,4.9009852,4.8622565,4.853941,4.8098159,4.8573189,4.9487476,4.9306092,5.2844915,7.0059829,7.0085411,7.1336637,6.5175352,6.6011553,6.6517816,6.7133107,6.7954631,6.773231,6.7668805,6.7291656,6.8300209,6.9367189,6.768652,6.9308758,4.2295146,4.2213402,4.2977185,4.1701055,4.1824198,4.193162,4.3205404,4.3577933,4.3319054,4.3245554,4.3016343,4.3380227,4.4075732,4.3860798,5.0422015,6.0994744,6.1195898,6.2188187,5.7968087,5.9123025,5.9525557,6.0216808,6.1061645,6.0629201,6.0609384,6.0168018,6.1019278,6.2097778,6.0865726,6.1976657,4.5843248,4.5867581,4.7301989,4.7980013,4.8187675,4.8236952,5.1861954,5.3512011,5.2724075,5.2657714,5.1685567,5.3088427,5.3845172,5.5210505,5.5699296,4.4586205,4.4679828,4.6009965,4.6244445,4.646358,4.6537538,4.9707613,5.0968957,5.0351548,5.029779,4.9447422,5.0482183,5.1494741,5.2337546,5.3164411,6.8106542,6.8224049,6.9414978,6.359859,6.4745822,6.5223742,6.5760493,6.6607122,6.6236386,6.620481,6.5738225,6.6743364,6.7858748,6.6259675,6.738996,4.5925894,4.5963626,4.7399807,4.8249221,4.8468633,4.8463125,5.2367887,5.4493976,5.3552446,5.3484397,5.2355747,5.3319011,5.3969979,5.533546,5.5651116,4.6736045,4.6835585,4.8176417,4.847331,4.871129,4.8698082,5.2399106,5.4044657,5.3280706,5.3214264,5.2119441,5.2912827,5.3688836,5.4482865,5.5080667,4.4164667,4.4343581,4.5513711,4.5859165,4.6101341,4.5955791,5.0166473,5.1889186,5.1167359,5.1127272,4.9825983,5.0344338,5.0907531,5.16048,5.1928577,4.6714773,4.6867185,4.8081965,4.7862825,4.8124237,4.8117375,5.1366229,5.263545,5.2012596,5.1942968,5.0966415,5.1571841,5.2409682,5.2795138,5.3730755,4.5474215,4.5679469,4.6830053,4.6800508,4.7072029,4.6969399,5.0788217,5.2223754,5.1586337,5.1534929,5.036973,5.0908489,5.154119,5.2028708,5.2542095,4.636591,4.6537337,4.7750778,4.7736049,4.8000383,4.793674,5.1629925,5.3091931,5.2419796,5.2359977,5.1234269,5.1826539,5.2540255,5.3048244,5.3684454,4.8202696,4.8455963,4.9463649,4.8332863,4.8734674,4.8784728,5.0981226,5.1940908,5.1499033,5.1447926,5.0683236,5.1239138,5.1938996,5.1731405,5.2993193,7.0589023,7.0546479,7.1813211,6.5512958,6.623868,6.6765065,6.7423067,6.8197765,6.803442,6.7953181,6.765604,6.8647561,6.9720168,6.8013449,7.0066533,9.1962557,9.1948204,9.3937845,8.0498419,8.1912632,8.2445784,8.2045202,8.2748117,8.2297068,8.2235575,8.202384,8.3614187,8.4796648,8.2259235,8.2926588,6.236557,6.2381754,6.3481994,5.9312491,5.9893026,6.0285068,6.1310983,6.2085867,6.1846991,6.1763477,6.1427898,6.2223463,6.3171115,6.1917539,6.4356189,4.0392666,4.0533242,4.1769028,4.3738666,4.3979721,4.3878098,4.8594031,5.2376647,5.0958538,5.0941525,4.9508348,5.0035954,5.0537663,5.1717854,5.1847758,4.2997112,4.3074665,4.4492488,4.572248,4.5962853,4.5964708,4.990274,5.2441545,5.1404052,5.136344,5.0260468,5.1052322,5.1622558,5.3335314,5.3545475,4.2493038,4.2609391,4.3790088,4.3579574,4.3785682,4.3857951,4.6395745,4.7295651,4.6796193,4.6722202,4.6004405,4.6590204,4.7832003,4.8233719,4.94276,4.5866475,4.5990438,4.7222161,4.7014599,4.7253494,4.7287679,5.0280323,5.1438999,5.0844121,5.0770054,4.9897966,5.0532532,5.1516128,5.1926579,5.3006353,3.887743,3.8934052,3.9865112,3.9359903,3.950247,3.9540186,4.1371622,4.1894727,4.1482325,4.1352611,4.0845828,4.1205068,4.2564626,4.2710047,4.4427948,5.8395977,5.8364797,5.9390492,5.602231,5.6460948,5.6783829,5.7974324,5.8664074,5.8405123,5.8303199,5.8033838,5.8708944,5.9593396,5.858469,6.200768,5.3079634,5.2980747,5.3890371,5.1298523,5.1581974,5.182044,5.3032169,5.3572536,5.3306899,5.3193612,5.3025765,5.3562913,5.4358664,5.3631687,5.8640704,4.463387,4.4700456,4.6070452,4.6607137,4.6818881,4.6889253,5.0342536,5.1742244,5.1072221,5.1021252,5.0122628,5.1552296,5.2414613,5.3602147,5.4266925,4.5692821,4.5982642,4.6963634,4.6122155,4.6499176,4.6490536,4.8792467,4.9757304,4.9318337,4.9278831,4.8425775,4.893559,4.9554415,4.9504919,5.0346088,4.6645422,4.6711931,4.81078,4.8677344,4.8905764,4.8894114,5.274528,5.4624462,5.3771715,5.3703642,5.2572651,5.3472557,5.4189334,5.5233755,5.5685577,4.2585111,4.2568154,4.3444238,4.2411079,4.2572589,4.26864,4.4211173,4.4694486,4.4384637,4.4313579,4.4001751,4.4404254,4.5299568,4.5180712,5.0045395,4.5207744,4.531456,4.6425028,4.5859232,4.6087384,4.6142173,4.8584194,4.9466147,4.8958149,4.8864846,4.8165703,4.8681111,4.9742012,4.9889598,5.1544776,4.6242514,4.6374664,4.7546115,4.7120214,4.7369518,4.7403154,5.0205083,5.1262922,5.0702434,5.0621514,4.9796391,5.0364323,5.1323981,5.1569958,5.287364,5.1629076,5.1589046,5.2518859,5.0340796,5.0630212,5.0837979,5.222137,5.2821288,5.2516336,5.2418594,5.2142324,5.2674918,5.3476539,5.2869115,5.7333999,6.0305958,6.0132236,6.1130676,5.7006345,5.7367063,5.7710137,5.8658991,5.9195786,5.8993111,5.8842716,5.8824139,5.9470043,6.0324955,5.9207206,6.4034081,4.4318309,4.4557948,4.5623989,4.5447459,4.5733891,4.5623569,4.9205728,5.0464215,4.9918418,4.9870567,4.8805313,4.9304295,4.9870377,5.0272326,5.073545,4.3248997,4.3316531,4.4324193,4.3615737,4.3808718,4.3881221,4.5886579,4.6557412,4.6123881,4.6021051,4.548924,4.5931635,4.7088232,4.7135201,4.9385276,5.4089723,5.4237266,5.5245094,5.2953401,5.343184,5.3641515,5.5154862,5.6005573,5.5648346,5.5581884,5.506146,5.571013,5.6514664,5.5806136,5.7889295,4.2417698,4.2556338,4.3778095,4.5013633,4.5248342,4.510201,4.9888215,5.2667184,5.158298,5.1559687,5.0111256,5.0641327,5.1164393,5.2187028,5.2354627,4.9633718,4.9874735,5.0869203,4.9442105,4.9879112,4.9974318,5.1914515,5.2842283,5.2426367,5.2375555,5.1677899,5.2262053,5.2981195,5.2621574,5.4058046,4.6577063,4.6702619,4.7980947,4.7978091,4.8224034,4.8225222,5.1618109,5.300549,5.2335105,5.2267108,5.1262741,5.195291,5.280992,5.3367629,5.4180951,4.8364491,4.8650727,4.9600768,4.8190689,4.8662305,4.8756766,5.042727,5.1336961,5.0957885,5.092998,5.0217295,5.0801291,5.1465912,5.1109705,5.2203455,4.851759,4.8293295,4.9018879,4.6629162,4.6773415,4.6949506,4.787467,4.8191352,4.7984881,4.7854533,4.7910547,4.8324075,4.8979225,4.8378253,5.5765176,4.9695849,4.9893813,5.0914526,4.956553,4.9955726,5.0050521,5.2120709,5.3036032,5.2600269,5.2537723,5.1853604,5.2424154,5.3181109,5.2869549,5.4625292,5.1451473,5.1458335,5.2417083,5.040967,5.0720634,5.0914102,5.2428646,5.3092937,5.275764,5.2667203,5.2309327,5.2854738,5.3666625,5.3108449,5.6987343,5.5869188,5.5908446,5.6919928,5.4182587,5.4615812,5.4880991,5.6252623,5.7000484,5.668942,5.6601753,5.6222095,5.6868172,5.77177,5.6882443,5.9884629,4.4526162,4.4799228,4.5832291,4.5412393,4.572742,4.5651336,4.8717556,4.9831772,4.9331894,4.9288092,4.8288941,4.8781128,4.9368873,4.959024,5.016839,4.7510896,4.7671065,4.8768463,4.7989817,4.8283248,4.8328419,5.087676,5.1856766,5.1346869,5.127193,5.0498791,5.1039033,5.1890655,5.1902366,5.3509612,5.2583079,5.2809696,5.378171,5.1656466,5.2176895,5.2353725,5.3698635,5.4602833,5.4252028,5.4208493,5.3656402,5.4310789,5.5063171,5.4402637,5.5809965,4.680932,4.6808605,4.7735915,4.6366701,4.6586432,4.6720934,4.83391,4.8931537,4.858377,4.8500996,4.8136816,4.8603258,4.9436274,4.9154434,5.3529272,7.5428195,7.5219159,7.6590505,6.8784404,6.9416704,7.0018277,7.0513268,7.1157026,7.1090231,7.0974612,7.0879321,7.1931939,7.3055935,7.1117601,7.3881822,4.1302829,4.1197987,4.2508931,4.3504925,4.3567514,4.3532639,4.6968932,4.848495,4.76717,4.7573328,4.6828871,4.8798323,4.9326029,5.1828337,5.200326,4.7949853,4.8185987,4.9219308,4.822392,4.8593359,4.8629293,5.1008925,5.1990485,5.1521883,5.1465087,5.0664654,5.1210861,5.1928687,5.1800284,5.3096399,4.3636608,4.3857064,4.4943967,4.5027528,4.5283346,4.5131731,4.9158683,5.0600481,4.9995713,4.9957733,4.8734016,4.9218841,4.9752383,5.0309763,5.0650454,7.3440571,7.35221,7.4948277,6.7325296,6.8968887,6.9486957,6.9709086,7.0503998,6.9937282,6.990653,6.9439559,7.0597501,7.1893463,7.0067191,7.0897841,4.5381012,4.5654202,4.6673684,4.6039839,4.6377869,4.6338873,4.902276,5.0058169,4.9577613,4.9531999,4.8592634,4.9094586,4.9712591,4.9792466,5.0553303,4.3363671,4.3386331,4.4840193,4.5867968,4.6078496,4.6107779,4.9790845,5.1891541,5.0972061,5.0915685,4.9952316,5.1003647,5.1582732,5.3582349,5.3794065,4.6641293,4.6905766,4.792747,4.7106147,4.7467313,4.7464938,4.9970565,5.097724,5.0504036,5.045444,4.9581165,5.0105686,5.0770397,5.0738811,5.1722884,9.8440142,9.8227558,10.040545,8.4731655,8.5663385,8.6357059,8.5864096,8.653677,8.6469631,8.6368237,8.5986633,8.7663126,8.8854885,8.5994215,8.7182217,6.0221825,6.0348759,6.1412272,5.7733755,5.8397651,5.874104,5.9736938,6.0590224,6.0300612,6.0244026,5.9810762,6.0605383,6.1506248,6.0361872,6.2052612,4.9473085,4.9557252,5.056314,4.9117398,4.9424624,4.9558225,5.142756,5.2198772,5.1793852,5.1713829,5.1196399,5.173264,5.2562747,5.2226653,5.518383,4.8375621,4.8477693,4.9509082,4.8323793,4.8613601,4.8720045,5.076705,5.1576228,5.114089,5.1061192,5.0484052,5.101047,5.1872711,5.166235,5.4272776,8.3180189,8.3138981,8.4774675,7.4588594,7.5696011,7.6302772,7.6352139,7.7130847,7.6883364,7.6819897,7.6389356,7.7723742,7.8905225,7.6624303,7.7729139,4.3357744,4.3478503,4.4741411,4.4741168,4.4958787,4.5034256,4.7899232,4.8983808,4.8436823,4.8382974,4.7588139,4.8340583,4.9503365,5.0098023,5.1059232,4.4001799,4.4156156,4.5366511,4.6053581,4.6289959,4.6136436,5.0685868,5.2799015,5.1935711,5.1895919,5.0513697,5.1054559,5.1608591,5.2462821,5.27109,5.0060554,5.0202546,5.1224823,4.9785256,5.0141516,5.0261574,5.2239552,5.3095016,5.2670541,5.2598243,5.1992092,5.255445,5.3352313,5.3007407,5.5296893,4.7028103,4.7200608,4.834434,4.7830157,4.8113499,4.812253,5.1038404,5.214848,5.1588793,5.1517363,5.0627637,5.1183681,5.2012749,5.2191749,5.3384304,4.7555561,4.7773199,4.8841281,4.8026819,4.8362112,4.8381324,5.0986519,5.2009583,5.1508446,5.1446505,5.0602431,5.1142893,5.1886592,5.1868024,5.3133283,4.0672421,4.0860972,4.5814261,4.5950317,4.5918269,4.6095033,4.8730583,4.9855161,4.9325323,4.8478999,4.7761617,4.8055687,4.8116107,5.1030054,4.931396,4.2283387,4.3381085,5.532351,5.4630685,5.3702364,5.3783431,5.5163894,5.5888357,5.5494123,5.5037866,5.4586906,5.4510946,5.437726,6.0129004,5.9195042,3.9335473,3.9566085,4.3857188,4.3979707,4.3980622,4.4170761,4.6950145,4.7905364,4.7424822,4.6581526,4.5939722,4.6308861,4.6479836,4.9008484,4.6333609,4.8628664,4.8801184,5.619112,5.600359,5.5868874,5.6088786,5.8133078,5.9024224,5.8437591,5.7653933,5.7066808,5.7292128,5.7467885,6.1188965,5.9886551,3.7992322,3.8117793,4.4631562,4.4746923,4.4622622,4.4835653,4.7345538,4.8534222,4.812315,4.753252,4.6694818,4.6788864,4.6282082,5.0116062,4.9354353,4.0543742,4.0660901,4.9893112,4.9678845,4.9292469,4.9521022,5.1403213,5.2581902,5.2207661,5.1714244,5.0960941,5.0935054,5.0695019,5.4394684,5.3553281,4.7583799,4.772069,5.6263938,5.6079812,5.591259,5.6085639,5.7999549,5.8904924,5.8350053,5.7636175,5.7062349,5.7205787,5.7294154,6.1671481,6.0510302,4.55023,4.5693226,5.1913662,5.1862345,5.1775675,5.1981759,5.4331489,5.5319963,5.4751658,5.3919659,5.3264799,5.3543801,5.3700128,5.6950474,5.5364313,3.9834008,4.1309943,5.2698693,5.1782513,5.0544038,5.0644279,5.2044792,5.2826991,5.2535052,5.2128835,5.1558146,5.146203,5.1316028,5.616972,5.5352101,4.6586428,4.6723056,5.5741558,5.5567169,5.5373569,5.5526204,5.740694,5.8334498,5.780231,5.7125206,5.6549158,5.665319,5.6685038,6.1322818,6.0218039,4.5762506,4.5924978,5.2980404,5.2907705,5.2790504,5.2976775,5.5187068,5.6199884,5.5637388,5.4852052,5.4194074,5.4409986,5.450665,5.8180456,5.6869311,3.9139421,3.9263291,4.6400881,4.6466961,4.6309485,4.6525202,4.8915944,5.0110273,4.9693499,4.9109464,4.828517,4.8362255,4.7931614,5.1882849,5.1088324,4.8190031,4.8341651,5.6299367,5.6113138,5.5964637,5.616076,5.8137279,5.9035845,5.846303,5.7712607,5.7131052,5.7316065,5.7450638,6.1496906,6.0272021,4.4312921,4.4466872,5.133275,5.1319847,5.1207881,5.1385117,5.3671584,5.4759908,5.4209881,5.3434587,5.2733517,5.293489,5.2964082,5.6612806,5.5382857,4.6928592,4.7069044,5.5450869,5.5293493,5.5128617,5.5297837,5.7262807,5.8202105,5.7651587,5.6934123,5.6338091,5.6483569,5.6555352,6.0863214,5.9701729,4.5863976,4.6008658,5.4021444,5.3912702,5.3756194,5.3923602,5.5984917,5.6985149,5.6439872,5.5713706,5.5076485,5.5228934,5.5271316,5.9417162,5.8261938,4.3011107,4.3401561,5.3798776,5.3481359,5.301157,5.3139939,5.4847355,5.5788536,5.5358467,5.4831729,5.4255672,5.423573,5.4091978,5.9087524,5.8148518,4.2747211,4.2890525,4.9529681,4.9575987,4.9468894,4.9644718,5.2012267,5.3173833,5.2640438,5.1887522,5.1141782,5.1323295,5.1253767,5.4877672,5.3766479,3.114866,3.1350746,3.444706,3.4739125,3.4785531,3.4908051,3.7430463,3.8445079,3.8053744,3.7360122,3.6791172,3.7060332,3.7070436,3.9982092,3.8566604,4.6203456,4.6425991,5.2210798,5.212882,5.2051086,5.2288861,5.4694347,5.5607209,5.5033269,5.4181423,5.3559718,5.3886065,5.4107571,5.7071619,5.5212035,4.4119105,4.4303427,5.0274744,5.0282092,5.0207615,5.0400538,5.2826571,5.387506,5.3316741,5.248229,5.1796055,5.2071152,5.2186942,5.5391984,5.3829546,4.5627775,4.5873847,5.926825,5.8867478,5.8442788,5.8498392,5.97294,6.0363851,5.9947386,5.949017,5.9240694,5.912508,5.9013834,6.6012378,6.4980865,4.0857325,4.1036301,5.0296054,5.0094028,4.9711661,4.9918289,5.1823912,5.2966237,5.2577057,5.2070966,5.1337638,5.1321225,5.1076088,5.5070462,5.4218235,4.9650626,4.9781494,5.8484831,5.822825,5.8059087,5.82582,6.0052929,6.0876985,6.0302014,5.958992,5.9064121,5.9212823,5.9350343,6.3754401,6.2620406,4.380178,4.3944678,5.1987567,5.1932092,5.1753445,5.1917043,5.4041924,5.513412,5.4622092,5.3942823,5.3248153,5.335948,5.3275223,5.7462559,5.6441054,4.4703827,4.4880776,5.1188455,5.117064,5.108254,5.1274123,5.3632321,5.4674215,5.4112701,5.3292317,5.2611504,5.286788,5.2976785,5.6323099,5.4858966,4.5054259,4.5200257,5.2837753,5.2770801,5.26263,5.2795572,5.4942431,5.5990844,5.5447841,5.471158,5.4041095,5.4203081,5.4222164,5.8208251,5.7057371,4.6268382,4.6424766,5.3857031,5.3755078,5.3623958,5.3807316,5.5942082,5.69314,5.6369867,5.5602398,5.4962277,5.515945,5.5253873,5.909749,5.7836261,4.8106971,4.8292246,5.5254478,5.5094676,5.4973788,5.5198669,5.733356,5.8241429,5.7654471,5.6848941,5.624599,5.6497149,5.6683879,6.0196915,5.8800192,4.3046122,4.3192406,5.1388121,5.1334386,5.1134682,5.1301675,5.3422985,5.453475,5.4043436,5.3396454,5.2686553,5.2773795,5.2629657,5.6872425,5.590673,5.0878401,5.1026268,5.9318113,5.9030261,5.886374,5.9095688,6.0887995,6.1692123,6.1096148,6.0362701,5.9840007,6.0016799,6.01965,6.4321146,6.3200212,3.5612948,3.5801382,3.9653671,3.9914806,3.9924257,4.0071526,4.2811294,4.3952298,4.348021,4.2685647,4.1998901,4.2276616,4.2261724,4.502419,4.3241634,4.0140696,4.0144658,4.9142432,4.8952231,4.860076,4.8870239,5.0768061,5.2021976,5.1662583,5.1174545,5.0379243,5.0350709,5.0108514,5.3427777,5.2601295,3.1131828,3.1330166,3.4464791,3.4717247,3.4750779,3.4873331,3.7516246,3.8454702,3.8084707,3.7408936,3.6855142,3.7118979,3.7175608,3.9835942,3.7440469,4.0753827,4.1387453,5.1958356,5.1421614,5.067719,5.0825396,5.2417212,5.3366694,5.3022389,5.2572603,5.1949835,5.1883073,5.1711092,5.5970149,5.5115008,4.3392668,4.3639669,4.8563242,4.8552213,4.8515472,4.8751483,5.1406007,5.2271481,5.1740155,5.0896349,5.0285478,5.0658631,5.0894365,5.3500972,5.0910239,3.9419422,3.9623816,4.4140658,4.4295692,4.4283276,4.4458351,4.7171221,4.8244853,4.7739525,4.6893549,4.6206717,4.6527495,4.6625524,4.935863,4.7260695,3.8647959,3.8751659,4.6556063,4.6564798,4.6360941,4.661293,4.8872967,5.0099225,4.9726276,4.9213843,4.837842,4.8408122,4.795692,5.1845603,5.1084347,3.5564866,3.5699582,4.1446028,4.1610899,4.1520858,4.1728072,4.4379959,4.5519466,4.5140481,4.4576197,4.3743391,4.3845263,4.3176789,4.6902795,4.6225338,4.0637956,4.1954904,5.3595834,5.2766557,5.1648221,5.1738181,5.3123703,5.3878756,5.3540883,5.3120646,5.2609472,5.2519732,5.2375584,5.7553263,5.6694336,4.4115915,4.4339752,5.4142432,5.3937259,5.3621941,5.3756738,5.5575013,5.6547475,5.6077118,5.5492024,5.4898868,5.49231,5.4820609,5.9730821,5.8748865,4.3703861,4.3852611,5.2197757,5.2123194,5.1922679,5.2083416,5.4162254,5.5244746,5.4743409,5.4086466,5.3400383,5.3492246,5.3390012,5.7698517,5.6700802,3.7581215,3.7724111,4.2671371,4.28898,4.2846093,4.301569,4.5704842,4.6943679,4.6446829,4.5720334,4.492528,4.511632,4.4790211,4.8022532,4.7071533,3.8115721,3.8174675,4.5820522,4.5849438,4.5666652,4.5941572,4.8205738,4.9473667,4.9106088,4.8611846,4.7740412,4.7760272,4.7275438,5.0957456,5.0212374,4.6188459,4.6373739,5.2899575,5.2818933,5.2719798,5.292675,5.520515,5.6178555,5.5605917,5.4785728,5.4141917,5.4405613,5.4562135,5.793788,5.6438422,4.6454639,4.6600204,5.462378,5.4495358,5.4341836,5.4514055,5.6551867,5.7523556,5.697125,5.6237779,5.5616937,5.577796,5.5847311,5.9983983,5.8801723,4.3222432,4.3360195,5.0856714,5.0847421,5.0696568,5.0867257,5.3095069,5.4227185,5.3710442,5.3010058,5.2284575,5.2417393,5.231751,5.6289387,5.5263476,4.4736047,4.4900289,5.4046488,5.3898597,5.3661594,5.380631,5.5724874,5.672318,5.6223326,5.5587363,5.496923,5.5036945,5.4976187,5.9645138,5.8623314,3.4689906,3.4822729,3.9748273,3.9952266,3.9899039,4.0066285,4.28092,4.3945684,4.3527069,4.2926507,4.2149014,4.228806,4.1629748,4.5084291,4.4377394,4.3867817,4.4014382,5.1031375,5.1028323,5.0907493,5.108119,5.3359804,5.4472213,5.3931303,5.3177395,5.2463341,5.2643266,5.2627854,5.6368289,5.521708,4.0061355,4.0192099,4.8416343,4.8373985,4.8130074,4.8351521,5.0516191,5.1705809,5.1303439,5.0763235,4.9971762,5.0001283,4.9649849,5.3700347,5.2882619,4.4125628,4.4646463,5.6774359,5.6314635,5.5739574,5.5819278,5.7226205,5.796988,5.7551236,5.7069011,5.6678562,5.6605496,5.6493397,6.2562599,6.1577125,4.5363731,4.5597835,5.6663361,5.6370668,5.6020632,5.6126132,5.7713857,5.8544779,5.8080468,5.7528725,5.7062678,5.7047372,5.6979008,6.2609453,6.1590199,4.1986461,4.2301135,5.2143807,5.1877861,5.1439543,5.1597843,5.3407111,5.4437585,5.4024725,5.3505244,5.2855268,5.2838902,5.2647495,5.7193661,5.6296573,4.2489901,4.3586626,5.810729,5.7301669,5.6298866,5.6318684,5.7321148,5.7823572,5.7480555,5.7112479,5.6995373,5.6821609,5.6660118,6.4058795,6.3110342,3.9270649,3.8980412,4.886569,4.8401847,4.7927418,4.8151736,4.96843,5.0716929,5.040844,4.999465,4.9347515,4.9267745,4.9110312,5.1066608,5.0291357,3.9602375,3.9747813,4.5158381,4.5329556,4.5271301,4.5446305,4.8050742,4.9287152,4.8770051,4.8010435,4.7222118,4.7424445,4.7228208,5.0509157,4.9447403,4.2749739,4.3355074,5.4363546,5.3916059,5.3292766,5.3403363,5.4982395,5.5847201,5.5434694,5.4939041,5.4410839,5.4365401,5.4226303,5.9462919,5.8527684,3.9997497,4.0792961,5.1549077,5.0871148,4.9974074,5.0118775,5.1623487,5.253253,5.2222199,5.1801133,5.1184816,5.1102262,5.0941124,5.4915042,5.4087753,3.5898335,3.6059549,4.0229883,4.0511999,4.0501809,4.0658021,4.3407001,4.4649243,4.4155126,4.3397732,4.2638702,4.2865462,4.2618208,4.561172,4.4551339,3.7977717,3.8111441,4.3476663,4.3664484,4.3602643,4.3779984,4.642765,4.7657132,4.7173872,4.6478391,4.5676332,4.5842986,4.5465651,4.8859906,4.7975197,4.7285519,4.7448301,5.4878378,5.4738894,5.4607654,5.4804602,5.6900387,5.7842603,5.7270417,5.6494489,5.5879936,5.6090708,5.6224837,6.0025911,5.8728642,4.1712966,4.1925783,5.1114621,5.0951557,5.061305,5.0790915,5.2741852,5.3839474,5.3416114,5.2872829,5.2170482,5.2179122,5.1952472,5.6320572,5.5436563,4.7900901,4.8014059,5.7859769,5.7619576,5.7414174,5.7561631,5.9266901,6.0097289,5.956655,5.8921189,5.8420439,5.8493996,5.8541832,6.3616896,6.2524257,3.9837565,3.9900029,4.8400531,4.8308764,4.802505,4.8282738,5.0340457,5.1596708,5.121798,5.0710168,4.9892058,4.9889989,4.9569459,5.3235726,5.2423177,4.8911757,4.9040046,5.785068,5.7615323,5.7444057,5.7628837,5.9443517,6.02878,5.9723172,5.9017897,5.8483405,5.8622055,5.8737683,6.3224897,6.208406,4.263103,4.2766671,5.0371761,5.0367303,5.0204368,5.0378089,5.260675,5.3754206,5.3253484,5.257937,5.1840916,5.1954398,5.1801066,5.5827942,5.4854493,4.3386006,4.410428,5.6139565,5.5601482,5.4902992,5.4984097,5.638824,5.7131801,5.6723499,5.6251426,5.5837436,5.5763073,5.5640864,6.1566572,6.0602455,4.6284657,4.6433291,5.6475472,5.6254425,5.6007533,5.6137438,5.7869449,5.8749094,5.8245225,5.762754,5.7104521,5.7150197,5.7137299,6.2294178,6.1236286,4.0942459,4.1093946,4.6762595,4.6894536,4.6828432,4.7004375,4.9547224,5.0756817,5.0225453,4.9441848,4.8670988,4.8886933,4.878655,5.2081108,5.0913916,3.8925207,4.1260152,5.7378941,5.5922799,5.4053006,5.3971558,5.4602404,5.4855714,5.4579492,5.4290133,5.4459872,5.4215088,5.4027944,6.2396894,6.1598954,4.2388105,4.2522745,4.9549565,4.9585409,4.9455781,4.9632068,5.1955571,5.3125596,5.2610869,5.1901097,5.1147366,5.1292658,5.1155539,5.4963036,5.3951821,4.3556318,4.3719025,5.0008364,5.0037918,4.9949927,5.0130591,5.2523122,5.3634248,5.3082743,5.2279711,5.1563072,5.1794086,5.1831484,5.5241213,5.392149,3.4418008,3.4568546,3.8782988,3.9051435,3.9027529,3.9180465,4.1943636,4.3119087,4.2646532,4.1975565,4.1198845,4.1377373,4.0882621,4.4024777,4.3200336,4.5939841,4.6112537,5.2898874,5.2824774,5.2717438,5.2912769,5.5158358,5.6155353,5.5587482,5.4783831,5.4130898,5.4370222,5.4495597,5.8022289,5.6625509,4.2848487,4.3050013,5.220953,5.206409,5.1768661,5.1926966,5.387989,5.494205,5.4484711,5.3901844,5.3232107,5.3264432,5.3096423,5.7643189,5.6710806,4.1436167,4.1702843,5.1321568,5.1074257,5.0648737,5.0826335,5.2670817,5.3746457,5.3346572,5.2836084,5.2150741,5.2132034,5.1916742,5.6213226,5.5338054,3.9052491,3.9176061,4.6765566,4.6793752,4.6604843,4.6837239,4.9149828,5.0346732,4.9954576,4.9408092,4.8585234,4.8637152,4.8200111,5.2208238,5.142808,4.5762134,4.5971107,5.1901455,5.1837873,5.1759067,5.1981373,5.4373531,5.5320845,5.4750495,5.3904824,5.3267403,5.3575873,5.377028,5.6843452,5.5081716,3.5921841,3.6098979,4.0065961,4.0343437,4.0346208,4.0495811,4.322979,4.4433012,4.3943143,4.3148861,4.2428341,4.268961,4.2597013,4.5454674,4.4056759,4.1789827,4.1966538,4.7386675,4.7490268,4.7438264,4.7617526,5.0172186,5.1310558,5.0768027,4.9933753,4.9204617,4.9474378,4.951437,5.2602611,5.1099901,4.7565889,4.7693615,5.6796441,5.6592455,5.640656,5.6566653,5.8396816,5.9279165,5.873631,5.8053737,5.7505207,5.7616172,5.7680936,6.2355752,6.1233616,4.1349521,4.2733283,5.4454641,5.3646712,5.25453,5.2629552,5.4011474,5.4734073,5.4350567,5.3903689,5.3404908,5.3331566,5.3188968,5.8697004,5.7790546,4.5371356,4.5613313,5.0935469,5.08744,5.0813932,5.1061583,5.358263,5.4461555,5.3900275,5.3043261,5.243257,5.2791424,5.3034854,5.5774913,5.3584785,4.2499905,4.2843394,5.2888494,5.2607517,5.2163386,5.2307472,5.4081583,5.5074553,5.4650693,5.4123664,5.3504848,5.3490081,5.3321667,5.8070564,5.7152762,4.587893,4.6020908,5.4546647,5.4414101,5.4234056,5.4391818,5.6373806,5.7355556,5.6821713,5.6126523,5.5508828,5.5630474,5.5649943,6.0045505,5.8936677,4.403645,4.439795,5.5248756,5.4921575,5.4478636,5.4589715,5.6218204,5.7093768,5.6649981,5.611671,5.5604353,5.5581222,5.5473123,6.0844479,5.9867473,4.7873306,4.8033781,5.5649319,5.5483637,5.5345583,5.5546274,5.7589021,5.8505702,5.7930398,5.7161956,5.6564403,5.6768732,5.6911449,6.0786667,5.9514475,4.6761265,4.6921248,5.4334464,5.4214821,5.4084644,5.4274635,5.6393709,5.7359428,5.6792383,5.6019163,5.5391583,5.559711,5.571312,5.9527154,5.8241053,3.9407334,3.9390488,4.7663541,4.7594147,4.7333655,4.7639251,4.9712653,5.1060772,5.06986,5.0196671,4.9328136,4.9322019,4.8998766,5.2342949,5.1543999,3.4439068,3.4574089,3.9123077,3.935775,3.9317296,3.9469628,4.2226219,4.3372459,4.2926292,4.2298326,4.1510196,4.1663418,4.1060257,4.4363537,4.3618703,3.5728142,3.5932853,3.9805007,4.0024529,4.0037203,4.0191555,4.2980194,4.4022832,4.3576579,4.2795019,4.2148347,4.2445688,4.2510772,4.5127439,4.2647376,4.3988943,4.4183502,4.9928474,4.9938331,4.9872699,5.0070949,5.2537255,5.3564858,5.3008351,5.2162862,5.1485491,5.1780834,5.1919971,5.5007849,5.3310175,4.6696868,4.6847062,5.4652824,5.4523768,5.4379463,5.4559121,5.6620779,5.7585702,5.7026315,5.6277132,5.5656328,5.5834723,5.5925689,5.9944367,5.8724532,4.1489286,4.1932454,5.2210259,5.1824417,5.1252708,5.1405306,5.310029,5.4090581,5.3707752,5.3224211,5.2595196,5.2551179,5.2368765,5.6834922,5.5953865,4.0005455,4.0121799,4.8550444,4.8478541,4.8208685,4.8440104,5.0546288,5.1752729,5.1360421,5.0837584,5.0042281,5.0055418,4.9717274,5.3655677,5.2839513,4.3450179,4.3591065,5.0769105,5.0771294,5.0639963,5.081213,5.3080511,5.4210587,5.3680391,5.2949772,5.2225218,5.2384195,5.2323956,5.6153665,5.5069585,3.866035,3.8423135,4.6834846,4.6694846,4.6418133,4.6840982,4.87714,5.0235972,4.9937639,4.9460998,4.8570709,4.8532991,4.8260708,5.071548,4.9947219,3.7162161,3.728898,4.4483047,4.4553108,4.4397945,4.466495,4.7086759,4.8277407,4.7937975,4.7435412,4.6583962,4.6638498,4.6066933,5.0035896,4.9332256,4.02109,4.0461102,4.4842901,4.4898038,4.4894109,4.510994,4.7927818,4.8761721,4.8285017,4.7476583,4.6872139,4.7254052,4.7471728,4.9908957,4.671442,4.4574776,4.4794531,5.0286484,5.0261436,5.0202107,5.0423198,5.2927046,5.3871412,5.3314986,5.2460723,5.1820173,5.2153139,5.2353287,5.5247145,5.324017,2.9651279,2.9865994,3.2979617,3.3194749,3.3236439,3.3372536,3.6213686,3.7014325,3.671612,3.6129909,3.5636582,3.5884261,3.5973384,3.8252959,3.4351125,3.9862609,3.9879501,5.013999,4.9640908,4.9066987,4.9257116,5.0785465,5.1779585,5.1455889,5.1036086,5.0408616,5.0327659,5.0169849,5.2925057,5.2115378,4.1469111,4.1612329,4.9731307,4.969852,4.9482174,4.966969,5.1840377,5.2995296,5.2543406,5.1943831,5.1189275,5.1250396,5.0990644,5.5168424,5.4285879,4.6060467,4.6209626,5.3937426,5.3833251,5.3689947,5.3864655,5.5962181,5.6958952,5.6405296,5.5658603,5.5018849,5.5192842,5.5260139,5.9259915,5.8057795,3.7753012,3.7694435,4.5027266,4.5080643,4.4905891,4.5306087,4.7564926,4.9095073,4.8761201,4.8261204,4.7270765,4.7278891,4.6846976,4.9958448,4.9214311,4.0099845,4.0276856,4.5225892,4.5389009,4.5355458,4.5527387,4.8167515,4.9340129,4.8810992,4.797904,4.7239313,4.751123,4.7511249,5.0490155,4.8969297,5.0287676,5.0414853,5.9218774,5.8938484,5.8765812,5.8972754,6.07197,6.1520247,6.094008,6.0233974,5.9723053,5.9867973,6.0014319,6.445261,6.3343396,4.2174883,4.2325072,4.8465524,4.8547254,4.8462491,4.8639517,5.1091065,5.2268419,5.1730781,5.0951772,5.0197549,5.0404963,5.0346613,5.3775916,5.2600613,4.1524038,4.233942,5.3451977,5.287169,5.2070961,5.2183938,5.3707194,5.4562817,5.4191728,5.3734431,5.3188062,5.312078,5.2966428,5.7933378,5.7043924,4.1594944,4.1729612,4.8274164,4.8352461,4.8245025,4.8424225,5.083941,5.2037439,5.1522627,5.079977,5.0026712,5.018754,5.0022044,5.366879,5.2659011,3.676146,3.6929307,4.1174798,4.1439304,4.1429195,4.1586032,4.4316864,4.5549402,4.5046358,4.4256592,4.350584,4.3752303,4.3604684,4.654398,4.5298958,4.143189,4.163518,4.6601138,4.6699324,4.6667862,4.6854777,4.9487262,5.0545878,5.0015736,4.9158063,4.846858,4.8789644,4.8911371,5.174736,4.9800682,4.3538241,4.3914232,5.4496007,5.4177518,5.3724203,5.3844032,5.5519757,5.6431227,5.5992365,5.545948,5.4912257,5.4893117,5.4768553,5.9938955,5.8980041,4.1859393,4.3076406,5.8592696,5.768949,5.6567945,5.6549587,5.7394524,5.7801194,5.7486048,5.715991,5.719059,5.6971593,5.678555,6.48172,6.3892207,3.7513871,3.7668819,4.2306361,4.2545524,4.2517128,4.2681746,4.5390172,4.6635404,4.6127572,4.536191,4.4582534,4.4802804,4.4573617,4.7655253,4.6573195,3.9668982,3.9550757,4.8309431,4.8139367,4.7822452,4.8149357,5.0054526,5.1399813,5.1062493,5.0579638,4.9738092,4.9706168,4.9466009,5.2360387,5.1551714,4.4797578,4.503387,5.5439048,5.5186582,5.485065,5.4970398,5.6674709,5.7576342,5.7106905,5.6535492,5.6004038,5.6011114,5.5932374,6.1178169,6.0174313,3.9088161,3.9212792,4.5530334,4.565227,4.554563,4.5739374,4.8252273,4.9464989,4.9004345,4.835526,4.7542958,4.7666607,4.7276192,5.0981746,5.0143199,4.7287803,4.7472444,5.4277411,5.4150681,5.403842,5.4254379,5.6447973,5.738337,5.6802864,5.599196,5.537179,5.5627103,5.5800552,5.9268785,5.7828684,3.6992564,3.7246675,4.1089563,4.1194839,4.1221571,4.1419549,4.4355125,4.5132513,4.4725599,4.3963208,4.3377032,4.3767004,4.3969502,4.6221838,4.2433825,4.4269023,4.4777789,5.9140081,5.859468,5.7966413,5.7993155,5.9069352,5.9621158,5.9247041,5.8846626,5.8702798,5.8538284,5.8386321,6.5850787,6.4847841,4.0347705,4.0611887,4.4931817,4.4960051,4.4956517,4.518949,4.80511,4.8817282,4.8345599,4.7564349,4.6984515,4.7372179,4.7612758,4.9964375,4.6456051,4.9486313,4.9603872,5.8728433,5.8465872,5.8288074,5.8473687,6.0213962,6.1025195,6.0460305,5.9771261,5.9261708,5.9385309,5.9501572,6.4147491,6.3034859,4.8945761,4.908483,5.7522888,5.7297111,5.7134967,5.7329898,5.9198875,6.0056143,5.9483933,5.8758016,5.8208523,5.8369412,5.8502002,6.2782755,6.1614137,4.1353006,4.1493945,4.763813,4.7741342,4.7653465,4.7831502,5.0306087,5.1512318,5.0988345,5.0237579,4.946312,4.9648566,4.9509287,5.2996707,5.1930165,4.2522917,4.2683468,5.1217403,5.113893,5.0901299,5.107131,5.3145986,5.4256406,5.3788776,5.3179808,5.2469168,5.252758,5.2339888,5.6676769,5.5750608,4.7570205,4.7720661,5.5646715,5.5483174,5.5335941,5.5523844,5.7531943,5.8455935,5.7889223,5.7140174,5.6544027,5.6725225,5.6842122,6.0893784,5.9668245,3.9657185,3.9816117,4.4928279,4.5109129,4.506566,4.5237069,4.7867923,4.9091854,4.8565617,4.7768145,4.6996861,4.7231355,4.7121844,5.0245485,4.9018378,4.6332722,4.6473713,5.4891682,5.4751215,5.4580612,5.4743538,5.672575,5.7690821,5.7148452,5.6440091,5.583014,5.596519,5.6010475,6.0347748,5.921032,5.0006886,5.0155602,5.8365541,5.8109593,5.7949367,5.8168278,6.0019269,6.085032,6.0262408,5.952301,5.8983684,5.9163404,5.9330254,6.3444796,6.2283149,4.2351394,4.2585983,5.1974363,5.179327,5.1449385,5.1611271,5.3521862,5.4582262,5.4145269,5.3590784,5.2920427,5.2932129,5.2740974,5.7278028,5.6367974,4.6245084,4.6385131,5.5409522,5.5243068,5.5044279,5.5194468,5.708642,5.8028488,5.7501149,5.6829128,5.6244707,5.6343613,5.6360822,6.1001258,5.9908433,4.5763264,4.5912771,5.5217075,5.504499,5.4822998,5.4965487,5.6829381,5.7776494,5.7263026,5.661458,5.6032906,5.6109347,5.6095662,6.0868115,5.9806304,4.1127563,4.1283679,4.9782257,4.9708934,4.9448137,4.9643455,5.1744556,5.2895365,5.246767,5.1904778,5.1152997,5.1186872,5.0907216,5.511611,5.4254866,4.6902151,4.703352,5.7347269,5.7106128,5.6865277,5.6993451,5.866477,5.9503651,5.8997002,5.8384848,5.78934,5.7932792,5.7933998,6.3253055,6.2186151,4.9372392,4.9521899,5.7660356,5.7428098,5.7272043,5.7482157,5.9375906,6.0228543,5.964622,5.8902979,5.8350253,5.8531752,5.8688169,6.2788134,6.1600652,4.0290966,4.0422521,4.8265948,4.8265219,4.8060794,4.8269138,5.05124,5.1694851,5.1269979,5.0694494,4.9902849,4.9958768,4.9612589,5.3691244,5.285954,3.4094255,3.4257278,3.8130362,3.8440988,3.8441443,3.8594921,4.1376262,4.2598171,4.213325,4.1423855,4.0684834,4.0898299,4.054482,4.3557506,4.2652798,4.1055574,4.1843977,5.2746258,5.2159681,5.1348939,5.1474962,5.3020263,5.3911357,5.3560004,5.3110552,5.2528615,5.2458577,5.2296653,5.6956739,5.6088829,4.442555,4.4569511,5.2089124,5.2046967,5.190414,5.2073064,5.4258885,5.5339975,5.4803123,5.4072204,5.3380885,5.3537998,5.3524785,5.7474313,5.6355371,4.8103929,4.8225932,5.7439575,5.7216311,5.703125,5.7195215,5.8986211,5.9842134,5.9295139,5.8614964,5.808363,5.8193412,5.8270659,6.2997646,6.1877193,4.6727924,4.6902041,5.3855414,5.3747544,5.3632851,5.3834987,5.6026449,5.6989465,5.6416092,5.5616274,5.498343,5.5221343,5.5365887,5.8940935,5.7553244,4.5242596,4.5411768,5.2092075,5.2047658,5.1944866,5.2133875,5.441865,5.5449562,5.4886928,5.4083848,5.3412023,5.3647566,5.3748674,5.7257137,5.5880828,4.2464938,4.2651091,4.8111873,4.818573,4.8132739,4.8318009,5.085619,5.1950355,5.1404219,5.0559659,4.9851284,5.0137882,5.022542,5.3275099,5.1646733,4.2537389,4.2774582,4.7649646,4.7671542,4.7641473,4.7861333,5.0531845,5.1435089,5.0912042,5.0065713,4.9437947,4.9803767,5.0016255,5.2655826,5.0115161,4.2652664,4.2819843,4.8688974,4.8759136,4.8688264,4.8868308,5.1343274,5.2478971,5.1931181,5.1114502,5.0384631,5.0631118,5.0658526,5.3918014,5.2546129,3.7343934,3.7223544,4.4340787,4.4412265,4.4250522,4.4786401,4.7038574,4.8802018,4.8521996,4.802073,4.6918344,4.6929941,4.6547785,4.9302368,4.8565288,4.8239651,4.838151,5.6698394,5.6499977,5.6341238,5.6528654,5.8448434,5.9335361,5.876863,5.8038244,5.7469964,5.7633128,5.7752128,6.1990094,6.0804381,4.5319667,4.5463166,5.360291,5.3504777,5.3337765,5.3499856,5.5560846,5.6583304,5.6048312,5.5339441,5.4691133,5.4826231,5.483367,5.9050512,5.7939272,4.2070122,4.3407741,5.659081,5.5744038,5.4645891,5.4702344,5.5877128,5.6474013,5.6107993,5.5697956,5.5399666,5.5281572,5.5142794,6.1654468,6.0719914,4.1944637,4.2440386,5.2928853,5.2531142,5.1949463,5.2086077,5.3753457,5.470336,5.4307675,5.3816981,5.3220725,5.3178668,5.3010044,5.7755051,5.6855135,4.2380514,4.2911687,5.3588514,5.3180876,5.2594628,5.2719235,5.4358492,5.5273781,5.48667,5.4369397,5.3801918,5.3761539,5.360714,5.8580041,5.7661757,4.4786701,4.4936323,5.3584781,5.3470573,5.3267941,5.3420906,5.5419221,5.644382,5.5930076,5.5263882,5.4621401,5.4716988,5.467329,5.9123678,5.8079019,4.3174663,4.3328795,4.9730768,4.9771957,4.9677925,4.9855499,5.2243061,5.3380604,5.2835317,5.2050419,5.1319423,5.15308,5.1524601,5.501358,5.3786941,4.8149548,4.8281665,5.7002072,5.6793933,5.6623406,5.6799555,5.8662486,5.9538441,5.8980656,5.827322,5.7719436,5.7857795,5.7956405,6.2414804,6.1263266,4.3069391,4.3261371,4.879776,4.8845248,4.8789048,4.8980236,5.1497407,5.2558241,5.2008591,5.1160569,5.0467377,5.0762739,5.0879083,5.3919978,5.2224126,2.991024,3.01176,3.3203559,3.3432996,3.3471603,3.3600497,3.6383293,3.7227542,3.6908133,3.629539,3.5778584,3.6026626,3.6100216,3.8483343,3.5022969,4.3268242,4.3830948,5.5027027,5.4593625,5.4004388,5.4107904,5.5661583,5.6502147,5.6081119,5.5579967,5.508121,5.5035548,5.490943,6.0340676,5.9386687,4.5438046,4.5583396,5.4284048,5.4153218,5.3958292,5.4111042,5.6080666,5.7074456,5.6551299,5.5874386,5.5252442,5.5356684,5.5347028,5.9826899,5.8751035,4.7373004,4.7577238,5.3953137,5.3828282,5.3727255,5.3960624,5.6221251,5.713737,5.6552496,5.5719724,5.5104074,5.5392928,5.5598836,5.8829112,5.7251692,4.7484207,4.7599382,5.7928839,5.7678857,5.7451744,5.7584543,5.9233732,6.0050554,5.9536157,5.8918824,5.8439913,5.8484449,5.8503537,6.3842931,6.2767305,4.7040811,4.7173843,5.6154399,5.5969787,5.5783143,5.594048,5.7809987,5.8719888,5.8180904,5.7496381,5.6929584,5.7041574,5.7092609,6.170846,6.0588913,4.5286674,4.5444922,5.4734488,5.4570208,5.4337726,5.4479523,5.6359773,5.732728,5.6821251,5.6181173,5.5586119,5.5655713,5.5619745,6.0372672,5.9330239,4.3806634,4.4305811,5.5738301,5.5321488,5.477387,5.4870501,5.6390944,5.7205324,5.6778221,5.6274567,5.5809946,5.5761142,5.564702,6.1285424,6.0313101,4.444221,4.4607992,5.1122675,5.1113286,5.1016846,5.1200881,5.3535123,5.4605193,5.4048018,5.3245053,5.2551298,5.2783947,5.2855606,5.632442,5.4974766,4.4080629,4.4222131,5.1968222,5.1924143,5.1766381,5.1932468,5.4095073,5.518631,5.4660878,5.3954101,5.3258214,5.339345,5.3343191,5.7401843,5.6335988,4.3590565,4.3860869,5.3832588,5.3598619,5.3235726,5.3370314,5.5162392,5.6134996,5.5680723,5.5118146,5.4523382,5.4530945,5.4404359,5.9324198,5.836431,3.5358477,3.5489588,4.0860348,4.1042924,4.0973969,4.1162472,4.3858523,4.5005307,4.459909,4.4009838,4.3212914,4.3333383,4.2682467,4.6275539,4.557991,4.378623,4.3998466,4.9419703,4.9427295,4.9373913,4.9582772,5.211288,5.3094049,5.2543836,5.1688528,5.103076,5.1357217,5.1533446,5.4443254,5.2478881,3.9955149,3.985569,4.9264355,4.8967276,4.8560109,4.8828926,5.0572681,5.1771483,5.1436405,5.0976968,5.0227113,5.0173621,4.9976311,5.279676,5.1980109,3.4103796,3.4296176,3.7859182,3.8132956,3.8153636,3.8291423,4.1005545,4.2102952,4.1657906,4.0890679,4.0241003,4.0517159,4.0517454,4.3259344,4.1404591,4.1029315,4.1206059,5.0163722,5.0023985,4.9699025,4.9897947,5.1892796,5.3034143,5.262609,5.209517,5.1356797,5.1362557,5.1097369,5.5266237,5.4409552,3.8216913,3.844208,4.2579389,4.2733359,4.2739916,4.2919178,4.5713367,4.6690879,4.6222634,4.5392389,4.4750967,4.5105824,4.5254345,4.7783284,4.5111423,4.138761,4.155077,4.709631,4.7216778,4.7157931,4.7334132,4.9880476,5.1061277,5.0522137,4.971065,4.8958535,4.9200611,4.9173388,5.2367358,5.1051116,3.4032397,3.4288123,3.7738476,3.785742,3.7904747,3.8087213,4.109899,4.1780953,4.1448884,4.0762076,4.0204458,4.0583215,4.0770421,4.2854457,3.8395984,4.3493056,4.3700047,5.3072772,5.29074,5.2610898,5.2758512,5.466321,5.5689454,5.5221925,5.4631281,5.3992596,5.4026437,5.3894386,5.8577223,5.7617984,4.9045811,4.9200826,5.7146387,5.6930485,5.6780148,5.6990333,5.892931,5.9797726,5.921556,5.8461986,5.7896938,5.8088737,5.8246551,6.2253227,6.103744,3.8314292,3.8127575,4.5929646,4.5897489,4.5683208,4.6180887,4.8258309,4.9912987,4.9627247,4.9133639,4.8114157,4.8101573,4.780726,5.040216,4.9636254,4.0108619,4.0454407,5.0976653,5.042151,4.9727998,4.9894862,5.142055,5.2378407,5.2052407,5.1629524,5.1015592,5.0934854,5.0775328,5.4185381,5.3358941,3.540596,3.5671699,3.9390235,3.9458725,3.9492497,3.9704087,4.2748795,4.3381624,4.3003969,4.2347713,4.1802955,4.2160025,4.2374978,4.4495945,3.9864094,4.1083207,4.1211338,4.8033848,4.8104367,4.797874,4.8163056,5.0554152,5.1754475,5.1262355,5.0581384,4.9797993,4.9928508,4.968811,5.34727,5.2542672,3.2529607,3.2755015,3.6147411,3.6348329,3.6382446,3.6535828,3.9414327,4.0262032,3.9910371,3.9235666,3.8693738,3.8993134,3.9113836,4.1429973,3.7757289,4.0502162,4.0632753,4.6938581,4.7048073,4.6948438,4.7131534,4.960959,5.0827475,5.032793,4.9623847,4.8831878,4.8984928,4.8737788,5.2350912,5.1403608,3.8959939,4.0600877,5.1652999,5.0651331,4.9292927,4.941155,5.083405,5.1656203,5.1407294,5.1007328,5.0355773,5.0261421,5.0101428,5.4533267,5.3740768,4.4839735,4.5227175,5.7812519,5.7387052,5.6888356,5.6958661,5.8303685,5.9007401,5.8586326,5.8109474,5.777492,5.7688451,5.7581902,6.4003577,6.2996101,4.1178722,4.1408081,4.6072388,4.6145916,4.6128407,4.6330757,4.9041333,4.9991198,4.9482188,4.8629975,4.7984428,4.8348093,4.853282,5.1156058,4.8657451,4.0397344,4.0482187,5.0163879,4.9836798,4.9369946,4.9594884,5.1327887,5.2458711,5.2108235,5.164413,5.0928922,5.0877252,5.0681376,5.4018722,5.3182187,4.4974952,4.5299726,5.9848495,5.9376621,5.8865242,5.8891459,5.9956064,6.0500894,6.01196,5.9715443,5.9587798,5.9418182,5.9267135,6.6930842,6.5906739,3.8107753,3.8274522,4.284987,4.3078561,4.3056445,4.3219929,4.5919538,4.7146401,4.6631346,4.5828643,4.506918,4.5317869,4.5204892,4.8185883,4.6887264,4.0720496,4.0977192,5.0897708,5.0536351,5.0009499,5.0202684,5.1920805,5.2993398,5.2633729,5.2165484,5.148098,5.1430626,5.1236162,5.5016723,5.4166198,4.4621816,4.4928613,5.5928631,5.5614638,5.5210586,5.5317168,5.6920338,5.7772241,5.7320137,5.6780391,5.6293755,5.6271963,5.6181073,6.1700778,6.0704331,4.6496191,4.6634851,5.6190972,5.5992546,5.5773783,5.5914807,5.7715788,5.861783,5.809936,5.7453008,5.6904345,5.6977949,5.6987662,6.18995,6.0821624,3.3707345,3.38832,3.7465563,3.7789407,3.7808716,3.7948048,4.067667,4.1878982,4.1414347,4.0668783,3.9977582,4.0221596,4.0033822,4.2944946,4.1877327,4.3408332,4.4218698,5.7826319,5.7181239,5.6385722,5.6430116,5.7589955,5.8187656,5.781148,5.7397132,5.7163229,5.7028356,5.6888146,6.3778439,6.2805085,4.8338423,4.8505807,5.5989461,5.5810227,5.5674396,5.5886455,5.792923,5.8829737,5.8247514,5.7469869,5.6879048,5.7096028,5.7259154,6.1043882,5.9752517,3.9005442,3.890394,4.6956229,4.6905451,4.666574,4.7042823,4.91221,5.0596447,5.0260315,4.9761043,4.8830228,4.8820925,4.8512068,5.1499085,5.0711904,4.362627,4.3801308,4.9815016,4.984416,4.9768119,4.9954023,5.2384987,5.3470922,5.2916179,5.2091155,5.1386676,5.1645436,5.1724424,5.4987483,5.3527384,3.8795438,3.8946693,4.3982987,4.4184875,4.4141822,4.4312463,4.6968908,4.8210735,4.7694774,4.6924319,4.6139579,4.6355376,4.6159363,4.9326024,4.822917,4.4053078,4.422595,5.3287234,5.315176,5.2903042,5.3051786,5.5001268,5.603056,5.5541997,5.4918427,5.4276752,5.4336543,5.4239254,5.8842521,5.7851558,3.6804402,3.7017906,4.1021609,4.121233,4.122191,4.1386514,4.418263,4.5196843,4.4742155,4.3940654,4.3297124,4.3617687,4.3721337,4.6297584,4.3690071,3.4690795,3.4944735,3.8432534,3.8592434,3.8645527,3.8827472,4.1777878,4.2567739,4.2214985,4.1472797,4.0887127,4.1274776,4.1461291,4.3651643,3.9802189,3.6886067,3.7129407,4.0946217,4.1096921,4.1124082,4.1309042,4.4186482,4.5063853,4.4642859,4.3843064,4.3235722,4.3619914,4.3801064,4.6143537,4.2881594,4.2523541,4.2744441,4.7772174,4.7815185,4.7780066,4.7985849,5.0610213,5.1582012,5.1049728,5.0192046,4.9537129,4.9883342,5.0063334,5.2823582,5.0613341,4.8711371,4.8867602,5.6738153,5.6535935,5.6388607,5.6595421,5.8561606,5.9443078,5.8863192,5.8106141,5.7532482,5.7726936,5.7880049,6.1859088,6.0628128,4.4708238,4.485178,5.2961159,5.2881007,5.2709174,5.2870364,5.4956446,5.6008167,5.5481787,5.4783826,5.4117036,5.4242482,5.4215403,5.8425465,5.7349548,4.5288944,4.5474143,5.5495753,5.5279865,5.4998727,5.5126266,5.6886754,5.7803826,5.7315927,5.6714878,5.6166911,5.6199508,5.6146908,6.1246634,6.0221109,4.3014421,4.3284769,5.3055081,5.2833629,5.2465544,5.2610121,5.4442968,5.5449986,5.5004954,5.4449039,5.3823838,5.3830342,5.3676672,5.8438067,5.750103,4.2095289,4.2234445,5.0163884,5.0142841,4.9950776,5.012908,5.2319283,5.346806,5.2991681,5.235786,5.1614132,5.1697721,5.1488957,5.5630498,5.470871,3.4696305,3.4933341,3.8489437,3.8670921,3.8702557,3.8872435,4.1764207,4.262413,4.2235651,4.1491838,4.0917487,4.1270394,4.1427298,4.3732839,4.0255718,3.9122181,3.8836393,4.790174,4.7631993,4.7282701,4.7616944,4.9375625,5.0650749,5.0343223,4.9890757,4.9109335,4.9052119,4.883441,5.1073761,5.0294762,3.8247778,3.8439591,4.2814188,4.3013988,4.3005071,4.3169179,4.5892034,4.702353,4.6522765,4.5693569,4.4987526,4.5281591,4.5315385,4.8101606,4.6220531,4.2101974,4.2239938,4.8842392,4.8906927,4.87988,4.8976107,5.1368303,5.2552605,5.2029581,5.1294255,5.0532374,5.070096,5.057723,5.42203,5.3170495,4.9936075,5.0048728,5.9279485,5.8999896,5.8820157,5.9010124,6.0712123,6.1504178,6.0936265,6.0253024,5.9756093,5.9875355,5.9996877,6.4689636,6.3592544,4.1654224,4.1784534,4.9163971,4.9189897,4.9033256,4.9215798,5.1507244,5.2683873,5.2199078,5.1541324,5.0774856,5.0882082,5.0657744,5.4622579,5.3698716,4.4166627,4.4440341,5.4746332,5.4488277,5.4121642,5.4245291,5.597261,5.689939,5.6440353,5.5878925,5.532454,5.5326562,5.5223889,6.0357404,5.9376082,4.2002549,4.2177773,5.0931997,5.0830493,5.0558271,5.0734591,5.2775826,5.3889375,5.3443308,5.2865009,5.2149501,5.2186322,5.1964879,5.6316018,5.5418134,4.5706787,4.5877814,5.598887,5.5766892,5.5496597,5.5622921,5.735939,5.825532,5.776237,5.7157841,5.6626134,5.666048,5.662324,6.1790514,6.0751843,4.107502,4.1395311,5.1333141,5.0993977,5.0476379,5.0654798,5.2401681,5.3455629,5.3080716,5.2598724,5.1925778,5.1884427,5.1685219,5.5794973,5.493113,4.0044646,4.0181293,4.602282,4.6164818,4.608716,4.6266646,4.881393,5.0043659,4.9534774,4.8803787,4.8010974,4.8188081,4.7957535,5.1403265,5.0413365,4.3320246,4.3488078,5.2263999,5.2158313,5.1915684,5.2074113,5.4089289,5.5161643,5.4681396,5.4062066,5.3384886,5.3445778,5.330821,5.7766061,5.6804919,4.5665898,4.590301,5.785459,5.7515507,5.7138581,5.7225623,5.8670359,5.9420948,5.8971739,5.8454342,5.8069839,5.8018165,5.7941475,6.4085579,6.3058925,4.1845927,4.2734404,5.4016848,5.3419514,5.2597671,5.2700987,5.4198446,5.5019879,5.4634042,5.417038,5.3647447,5.3582921,5.3435593,5.8639045,5.7731628,4.0810728,4.0939431,4.8440485,4.8466392,4.8293962,4.8488059,5.0781217,5.1964898,5.150898,5.0890079,5.0105634,5.0189662,4.9888487,5.3904319,5.3036895,3.4997337,3.5181203,3.8922522,3.9207356,3.9220214,3.9363053,4.2086148,4.3253098,4.2780685,4.1994834,4.1304693,4.1573267,4.1516962,4.4330077,4.2811365,4.4697165,4.4894114,5.4673791,5.4475379,5.4188147,5.4321132,5.6134043,5.708961,5.6606736,5.6006131,5.5426545,5.5461583,5.5386753,6.0334659,5.9328504,4.5702033,4.5856509,5.3209987,5.3131208,5.300209,5.31812,5.5348401,5.6366482,5.5809703,5.5044131,5.438715,5.4580517,5.4653277,5.8479447,5.7236743,4.1375151,4.1590157,4.6419539,4.6507049,4.6481876,4.6675138,4.9338427,5.0351348,4.9829016,4.896944,4.829937,4.8640981,4.8793902,5.1534457,4.9363508,3.9357021,3.9601524,4.3837519,4.3928647,4.3933396,4.4136319,4.6963086,4.7833939,4.7368522,4.6548028,4.5931668,4.6316805,4.651763,4.8946919,4.5849619,3.5915821,3.6110866,4.0018325,4.0257659,4.0266643,4.0417762,4.3176503,4.4279137,4.3814139,4.3019552,4.2345834,4.2632918,4.2657108,4.5361366,4.3283982,4.4455824,4.4853168,5.6478243,5.6094174,5.5612388,5.5704312,5.7200007,5.7993455,5.7558322,5.7049193,5.6615582,5.6565642,5.6464782,6.2293172,6.1300468,4.6994462,4.7124205,5.6756725,5.6545029,5.6332645,5.6475759,5.8247709,5.9125218,5.8601551,5.7953048,5.7420526,5.7496262,5.752214,6.2479496,6.1391807,4.6248879,4.6414542,5.7395434,5.712297,5.6829834,5.6940098,5.8526754,5.9340496,5.885931,5.8288612,5.7832613,5.7831879,5.7793641,6.3445401,6.2401943,3.9127092,3.9298515,4.4067669,4.4264646,4.4236722,4.4404197,4.7074966,4.8278589,4.7756038,4.6937151,4.6185532,4.6445603,4.6391964,4.9371319,4.7957034,4.763278,4.7806149,5.4985533,5.4838977,5.4714403,5.4924078,5.7044578,5.7972078,5.7392683,5.6600738,5.5990281,5.6221995,5.6382165,6.0034723,5.868381,4.2978458,4.3184066,4.8499103,4.8541141,4.8493924,4.8692331,5.1251116,5.2271285,5.172667,5.0870128,5.0195026,5.0515122,5.066546,5.3578262,5.1669497,4.5009871,4.5208907,5.1141653,5.1109271,5.1033988,5.1242418,5.3654108,5.4641404,5.4077096,5.3234282,5.2577286,5.2874231,5.3039608,5.6161866,5.4458532,4.350184,4.4265242,5.7085218,5.6493144,5.5748734,5.581162,5.7091885,5.7760248,5.7365975,5.6921191,5.6595206,5.6491885,5.6364484,6.27739,6.1801934,4.503171,4.521647,5.1441941,5.1410456,5.132494,5.1523418,5.3885593,5.490129,5.4336748,5.3508282,5.2839918,5.3110209,5.3244796,5.6526856,5.4987063,4.8616509,4.8727193,5.8280463,5.8031545,5.7841034,5.8003821,5.9721847,6.0541935,5.9996042,5.933167,5.8828225,5.8923049,5.9001403,6.3907604,6.2803788,4.6585269,4.6780329,5.3179107,5.3083816,5.298686,5.3205028,5.5490661,5.6438804,5.5861712,5.503305,5.4400759,5.4679799,5.4860611,5.8145866,5.6582332,3.7657394,3.7660749,4.5076666,4.5131512,4.497139,4.5289006,4.7564583,4.8916135,4.8556209,4.8070817,4.714756,4.7159047,4.6656337,5.0085845,4.9351277,3.5121162,3.5265443,4.1313972,4.1466479,4.1355467,4.1592584,4.4214988,4.5328937,4.5003147,4.448472,4.3607645,4.3690414,4.2969503,4.6831093,4.6186466,3.6385374,3.6518266,4.3186975,4.3299904,4.3170452,4.3427753,4.5949936,4.711175,4.6777463,4.6264777,4.5397091,4.5467186,4.4836802,4.8779149,4.8097,5.044579,5.0592389,5.888783,5.8614712,5.8450627,5.8674726,6.0489788,6.130547,6.0714288,5.9980145,5.9451003,5.9626741,5.9798369,6.3943043,6.2804661,4.5033417,4.5187798,5.2316227,5.2268968,5.2147517,5.2325244,5.4549313,5.5601897,5.5048466,5.4278212,5.3599463,5.3796415,5.384891,5.7591662,5.6354198,4.7243772,4.7390337,5.5444818,5.5288587,5.51367,5.5317092,5.7319164,5.8254189,5.7693458,5.6954131,5.6354246,5.6523709,5.6622858,6.0752702,5.9548807,4.283812,4.3829746,5.6459985,5.5781298,5.4903126,5.4969702,5.6257372,5.6926832,5.6538105,5.6097021,5.5737724,5.5639853,5.550899,6.1736884,6.078383,3.8468149,3.8596087,4.4418864,4.4574962,4.4492564,4.4678788,4.7267814,4.8488283,4.8017802,4.7348123,4.6540413,4.6684642,4.6286545,4.9840331,4.8990459,3.7499268,3.7679555,4.1967659,4.2202487,4.2194219,4.235271,4.5075569,4.626123,4.5758271,4.4942398,4.4214921,4.4487348,4.4448581,4.7300973,4.5722122,4.0514369,4.2123308,5.387671,5.2952571,5.169589,5.1777759,5.3124208,5.3828645,5.3467145,5.3040738,5.2529955,5.2448349,5.2301283,5.7676287,5.6799641,4.0116487,4.0240779,4.7154889,4.7230048,4.7092919,4.7288117,4.9691229,5.089344,5.0432453,4.9794283,4.8991919,4.9097795,4.8760872,5.2620025,5.1762304,4.9363346,4.9468074,5.9031887,5.8761125,5.8574228,5.8747253,6.0428905,6.122293,6.0668421,6.0002966,5.9513321,5.9611707,5.9707661,6.460526,6.351028,4.7480035,4.760098,5.7346334,5.7119517,5.6911149,5.7056327,5.8793159,5.9645157,5.9117589,5.847023,5.7954974,5.8029962,5.8068409,6.3088613,6.1996574,4.7280002,4.6624837,6.9767561,6.9126792,6.8965311,6.8885088,6.9054565,6.9196997,6.8995881,6.8859982,6.906559,6.8344469,6.7827544,8.0686092,7.936832,4.6854177,4.6162891,6.6122465,6.5741992,6.5633373,6.5586162,6.5968122,6.6223536,6.6353807,6.617281,6.6099143,6.5566463,6.5191908,7.5790844,7.3713551,4.6965876,4.616991,6.4277968,6.3919816,6.3795547,6.3757658,6.4259262,6.4580193,6.4799681,6.4580131,6.4409132,6.4019728,6.3723111,7.26085,7.0637751,4.8639183,4.749908,6.6052961,6.54919,6.5291915,6.5250335,6.5717163,6.6064739,6.572876,6.546701,6.5501394,6.5074592,6.4750376,7.2289624,7.0900283,4.8248768,4.6782246,6.2605062,6.2065096,6.1902766,6.1877999,6.2512808,6.2929296,6.256844,6.2258077,6.2037392,6.1812363,6.1583309,6.6206141,6.4804673,4.7809453,4.7012787,6.6616969,6.6206822,6.60782,6.6035566,6.6463532,6.6761837,6.6686621,6.6480417,6.6413155,6.5921998,6.5559926,7.5447526,7.3576035,4.8603506,4.7417006,6.5246372,6.4720206,6.4543543,6.4508643,6.5032187,6.5405102,6.5084944,6.4813099,6.4751086,6.4378238,6.4081693,7.1039915,6.9566827,4.8590264,4.754777,6.6793251,6.6204395,6.5976219,6.5927048,6.6339598,6.6661372,6.6318474,6.6069713,6.6199837,6.5732403,6.5380497,7.3665709,7.2354827,4.7926912,4.7191296,6.832448,6.7711096,6.7463689,6.7387128,6.765872,6.7892442,6.7592301,6.7397346,6.7752938,6.7171679,6.6737041,7.7577,7.6352391,4.7465348,4.5769863,6.2523675,6.1754289,6.1478939,6.1424818,6.1872706,6.2180982,6.1755528,6.1442056,6.1545033,6.122242,6.0980654,6.4890742,6.3869281,4.6877389,4.6243191,6.9677258,6.8927546,6.8752055,6.8655391,6.8779297,6.8888092,6.8688574,6.8563809,6.8823652,6.8058071,6.752789,8.0672779,7.9439592,4.79109,4.7177424,6.8807645,6.8322606,6.8180952,6.8127255,6.8426781,6.8657045,6.8464136,6.8290725,6.8365355,6.7756715,6.7307143,7.8805776,7.7219644,4.7145224,4.6497421,6.8333831,6.7688041,6.7443099,6.7344933,6.7539411,6.7715573,6.7442584,6.7275085,6.7776408,6.7146635,6.6679554,7.8460159,7.7299924,4.7474737,4.6811638,6.9759569,6.9217348,6.9080915,6.9015946,6.9223299,6.9389677,6.9210243,6.9070139,6.9193234,6.8502455,6.799665,8.0709438,7.9248877,4.7985692,4.711061,6.5864968,6.5450654,6.5315332,6.5277524,6.5759821,6.6090627,6.5970263,6.5741954,6.5624452,6.5208745,6.4881001,7.3837199,7.2031326,4.7852459,4.7125368,6.8946939,6.8354073,6.8157892,6.8085756,6.8337212,6.8547397,6.8289118,6.8113594,6.8361225,6.773375,6.7271638,7.8806734,7.7494612,4.7410617,4.6537313,6.4196,6.3819427,6.3691406,6.3657222,6.4194603,6.4539647,6.4543777,6.4305062,6.4067507,6.3760514,6.3480563,7.1694617,6.9828901,4.8146443,4.7303333,6.696394,6.6526713,6.6386743,6.63446,6.6773305,6.7080116,6.6916137,6.6702046,6.6660328,6.617137,6.5805349,7.5507526,7.3756027,4.8380952,4.7479329,6.5819683,6.5065503,6.4625869,6.4571261,6.4979486,6.5323625,6.4911833,6.4642825,6.4975448,6.4571948,6.4261193,7.1436768,7.0377846,4.8438826,4.7561145,6.7880788,6.7355871,6.7173405,6.7122984,6.7494731,6.778358,6.7506623,6.7291408,6.7390404,6.6859808,6.6463337,7.6341453,7.4885888,4.8194923,4.7400551,6.8527098,6.7967467,6.7772274,6.7711034,6.801877,6.8268409,6.7994223,6.7798538,6.7985735,6.7405238,6.6973619,7.7725153,7.6359339,4.8066201,4.7083364,6.5160332,6.4721608,6.4577928,6.4546103,6.506361,6.5415459,6.5191488,6.4940162,6.4779615,6.4452839,6.415103,7.2137742,7.0483861,4.7624736,4.6912804,6.8179002,6.7738514,6.7616491,6.7566919,6.7889671,6.8125625,6.8009129,6.7837033,6.7847934,6.7254796,6.6822519,7.8198962,7.641109,4.8122783,4.6487517,6.2722034,6.2081599,6.1884909,6.1851878,6.2414417,6.279747,6.2399087,6.2087164,6.2024198,6.1729689,6.1491961,6.5652056,6.441402,4.8401866,4.7515793,6.7360249,6.6883125,6.6725154,6.6681242,6.709547,6.7402778,6.7166591,6.6947112,6.6958799,6.6458197,6.6082821,7.5680013,7.4074683,4.8513627,4.7530036,6.6463165,6.5982161,6.5820289,6.5781245,6.6250801,6.6590919,6.6332722,6.6091385,6.6055188,6.5615745,6.5277195,7.3839326,7.2247324,4.5964413,4.5359321,6.9140906,6.8126135,6.7924924,6.7793489,6.7835732,6.7880983,6.7691531,6.7586989,6.7914147,6.7053766,6.6509943,8.0013742,7.8893189,4.8382955,4.7523026,6.7714524,6.7109027,6.6853533,6.6791654,6.7134352,6.741827,6.7087288,6.6863198,6.7123504,6.6601362,6.6208448,7.5798731,7.4548345,4.7742481,4.6917334,6.5850949,6.5453129,6.5324121,6.5284224,6.5752082,6.6070094,6.6031761,6.5814037,6.570231,6.5260415,6.4926553,7.4237924,7.2347383,7.2084804,7.1568933,7.2084694,7.2158546,7.1670804,7.1584129,7.1536183,7.1581974,6.9407473,6.9365535,6.9120975,6.9363546,6.9939737,6.5350008,6.4270196,7.4631424,7.4066315,7.451097,7.4574037,7.4031463,7.3903627,7.3796248,7.374321,7.1627383,7.1607656,7.1414552,7.1585221,7.2099242,6.7144017,6.601171,8.0600252,8.0148726,8.0604219,8.0983152,8.0580873,8.04918,8.0465508,8.0525637,7.8447847,7.8360286,7.814229,7.8495922,7.9004674,7.4842291,7.3898277,7.1001272,7.0506115,7.1056538,7.1088986,7.0620894,7.0541339,7.0532641,7.0609355,6.843791,6.838747,6.8133473,6.8389378,6.8975272,6.4529138,6.3464718,8.1223269,8.0772476,8.1221075,8.1669416,8.1290293,8.1197157,8.1170311,8.1228533,7.9061532,7.8938441,7.8758936,7.9121065,7.9596229,7.5585041,7.4655542,7.1110268,7.0639181,7.1208372,7.1201792,7.0732408,7.06528,7.0679836,7.0779433,6.8634772,6.8567381,6.8305445,6.8572822,6.915617,6.4880614,6.384851,6.4403,6.389051,6.4527278,6.4479728,6.4092164,6.402555,6.4069109,6.416893,6.1916595,6.1891909,6.1663089,6.1900067,6.2528934,5.8024673,5.6888881,7.493432,7.4464965,7.498004,7.5085807,7.4612556,7.4526043,7.4518261,7.4596224,7.2484884,7.2412925,7.216114,7.2448854,7.3003426,6.8728571,6.77279,8.3395252,8.2928543,8.3355169,8.3970814,8.3632841,8.3545303,8.3492804,8.352107,8.1498756,8.1424942,8.1237373,8.163518,8.2136068,7.7757912,7.6786427,7.6543117,7.6095176,7.660109,7.6730847,7.6262765,7.6174064,7.617981,7.6266842,7.4170218,7.4080019,7.3827405,7.4130902,7.4666295,7.0566916,6.9611802,7.4400654,7.3863311,7.4341397,7.4477248,7.3977323,7.3872509,7.3791318,7.3790431,7.1635513,7.1603684,7.1396027,7.1633363,7.2181973,6.7434301,6.6340146,7.7525744,7.7048559,7.7525878,7.775948,7.7305121,7.7215075,7.7177906,7.7231336,7.514339,7.5077081,7.4842658,7.5149012,7.5686774,7.1322756,7.0323396,8.5773144,8.5309725,8.5639658,8.5989952,8.5533648,8.5398493,8.5304041,8.5235691,8.3480883,8.3447475,8.3254251,8.349802,8.3913469,7.93892,7.8451629,8.3356075,8.2882862,8.328558,8.3800688,8.3409395,8.3306046,8.3230896,8.3224487,8.1254416,8.1201687,8.0994329,8.1333437,8.1814356,7.7300792,7.6319556,9.4029245,9.3453102,9.3248072,8.9780607,8.8585997,8.8699512,8.8092985,8.8230371,8.6308622,8.5166473,8.5186701,8.5186892,8.5548382,7.9569445,7.899682,8.5332298,8.512001,8.5458832,8.1159,8.0812511,8.0992489,8.0437593,8.0927114,7.9697385,7.8687158,7.8225412,7.871326,7.9065509,7.4809318,7.4538913,7.2255998,7.1938,7.277936,6.8642645,6.8779798,6.9062386,6.9036813,6.9861465,6.9294281,6.8480873,6.7222347,6.8054256,6.8134856,6.5677428,6.5653553,9.281476,9.2565794,9.3239002,8.6414156,8.5940762,8.6187077,8.5561342,8.6049614,8.4800043,8.3844967,8.3585672,8.4266253,8.4721842,8.0201864,7.9930654,8.3887358,8.3725586,8.4542856,7.8731561,7.8589401,7.8861732,7.8471026,7.915751,7.8188996,7.7305346,7.6697454,7.7523441,7.7906318,7.4380136,7.4232006,9.0198402,9.0038538,9.1012907,8.346961,8.3240023,8.3541794,8.3009586,8.3663378,8.2661276,8.1777649,8.1326532,8.2247343,8.2700863,7.8836117,7.8683071,12.968944,12.958088,12.751732,11.930911,11.899944,11.901814,11.858051,11.858057,11.796606,11.440788,11.442573,11.296858,11.308998,10.312,10.30099,7.7635436,7.743793,7.7926669,7.4347892,7.4208751,7.4400973,7.4000864,7.4618268,7.3577938,7.272676,7.1999159,7.2619805,7.2886634,6.94558,6.9242387,7.1646476,7.1405368,7.2073479,6.870019,6.8763642,6.8995581,6.8855247,6.9614549,6.8858342,6.8090653,6.7020402,6.7756615,6.790031,6.5211792,6.5095725,8.8334303,8.819171,8.9421606,8.1110153,8.1089001,8.144453,8.1032343,8.1826944,8.1076546,8.0173454,7.9495602,8.060194,8.1012592,7.7710366,7.7681832,7.2416048,7.1876907,7.3098288,6.7130589,6.7486687,6.7922897,6.811945,6.9087481,6.905746,6.7604175,6.5877628,6.6884184,6.6761522,6.5020652,6.5302224,7.9916,7.9714046,8.0717039,7.4779758,7.4841385,7.5159492,7.496707,7.5789342,7.5099807,7.4208546,7.3284197,7.4236717,7.4513311,7.1627665,7.1599121,10.467131,10.441708,10.593362,9.3223648,9.2811909,9.3134918,9.2168236,9.2721481,9.1689625,9.0909624,9.0768814,9.2008915,9.249938,8.8075104,8.7868423,5.8496013,5.833992,5.9310775,5.6065612,5.6555762,5.6887183,5.7422957,5.8548131,5.8369141,5.6243777,5.501389,5.5821686,5.5917025,5.4822111,5.5170274,8.8442717,8.8245754,8.8907442,8.2909031,8.2576551,8.2821198,8.2286997,8.2846527,8.1692438,8.0751057,8.0346155,8.1044416,8.1469755,7.733387,7.7106943,9.3141861,9.3011599,9.4292841,8.4924479,8.4790068,8.5144072,8.4571342,8.5299788,8.4449511,8.3585024,8.3087702,8.4221029,8.4693308,8.1009865,8.0934401,9.9965992,9.9682961,9.9351778,9.4479618,9.383152,9.3968315,9.3290262,9.3513145,9.2082586,9.0479679,9.0379744,9.0304461,9.0651112,8.4413214,8.4075813,10.489314,10.470226,10.705378,9.0222225,9.0421476,9.0906773,9.0065289,9.0948124,9.0640163,8.916667,8.8407888,9.0143518,9.0562353,8.7487812,8.7767601,9.3589983,9.321908,9.3521166,8.8089056,8.735322,8.7543068,8.6909733,8.7237215,8.5721664,8.4664221,8.4539604,8.4917631,8.5348034,8.0213032,7.9822464,9.9612808,9.9480572,10.096012,8.9555655,8.9328985,8.9694424,8.8923512,8.960022,8.871479,8.7903233,8.7559299,8.8806019,8.9317617,8.5298948,8.5198059,9.3184643,9.2884121,9.3349705,8.7275782,8.6685858,8.6899977,8.6265955,8.6672392,8.5298109,8.427599,8.4080667,8.4598274,8.5039139,8.0201101,7.9874282,9.4908104,9.4319181,9.3725967,8.9942999,8.9457684,8.9438906,8.8443336,8.8571501,8.7560091,8.5980835,8.494194,8.4814939,8.4683313,7.9136114,7.8856239,7.6130424,7.5756063,7.682724,7.1151462,7.1334505,7.1682425,7.1657176,7.2533126,7.2111592,7.118711,6.986587,7.0838256,7.0919828,6.8517289,6.8580613,9.5929852,9.5679035,9.5357885,9.1070862,9.0556755,9.0661068,8.9892216,9.0154438,8.8831959,8.7323227,8.701251,8.7015095,8.7303448,8.1540356,8.1235924,9.0309591,9.0087147,9.0687885,8.4586611,8.4175034,8.44104,8.3832045,8.434145,8.311985,8.2148151,8.1816425,8.2460136,8.2895021,7.8513489,7.8257127,5.8100424,5.8164434,5.9122391,5.5702209,5.616621,5.6468086,5.6975002,5.8173585,5.7785649,5.4822202,5.4041262,5.4806037,5.5107031,5.4077845,5.4472222,9.5880156,9.5587416,9.6428165,8.8378077,8.7844248,8.810605,8.7404175,8.7879019,8.6615562,8.5717344,8.5539541,8.6320486,8.6792183,8.2203884,8.1914454,10.154345,10.120775,10.081457,9.5949392,9.5213881,9.5358143,9.4707718,9.4900913,9.3409863,9.1764002,9.172863,9.1580782,9.1928596,8.5409365,8.5040226,12.310439,12.295912,12.127179,11.401626,11.36137,11.364949,11.307693,11.311828,11.230631,10.922763,10.916444,10.803973,10.820873,9.9080658,9.8922472,10.203274,10.177555,10.111616,9.6405554,9.5891628,9.5963297,9.5135679,9.532052,9.409749,9.2266779,9.1937437,9.1692648,9.1919899,8.5412207,8.5135994,9.7180071,9.6993752,9.8900604,8.5785437,8.5953255,8.6415501,8.5833092,8.6729259,8.6329937,8.5156298,8.431119,8.5824652,8.6213722,8.3189669,8.337678,8.854022,8.831213,8.8662367,8.3773537,8.3348856,8.3539686,8.2958298,8.3416271,8.2138119,8.1087055,8.0725632,8.1201525,8.1591253,7.7066684,7.6783442,9.8416109,9.827405,10.010107,8.7201176,8.7268295,8.7702131,8.7042284,8.7883215,8.7346287,8.636404,8.5675125,8.7156143,8.759944,8.4296207,8.4393015,8.5888672,8.5288572,8.4976187,8.2050066,8.1628208,8.1613693,8.0559921,8.0754251,7.9714432,7.8501725,7.7364597,7.7484012,7.7324743,7.2754021,7.2457519,7.2386336,7.1816044,7.2952523,6.7474775,6.7771187,6.8170767,6.8315191,6.922554,6.9118619,6.8048558,6.6277313,6.7249522,6.7103252,6.5195332,6.5376673,9.3031807,9.2586527,9.2738771,8.8120356,8.7228661,8.7395229,8.6779232,8.7037907,8.5372028,8.4312668,8.4235916,8.4489794,8.4907885,7.9553862,7.9096813,9.1532307,9.1270523,9.153964,8.640893,8.5882072,8.6067486,8.5447912,8.5844984,8.4490118,8.3371487,8.3108749,8.3506279,8.3910389,7.9020905,7.8708215,9.931448,9.9152613,10.131401,8.6112728,8.638339,8.6863117,8.6235933,8.7225094,8.6916332,8.4621077,8.4005175,8.5587597,8.6025867,8.3310642,8.3699722,8.584053,8.5611439,8.5759106,8.1975012,8.1600027,8.1745033,8.1107721,8.1534491,8.0268154,7.9184437,7.8711247,7.907598,7.938457,7.4894428,7.4603209,10.604389,10.569353,10.718856,9.4107275,9.3607407,9.3896341,9.2853355,9.3346596,9.2232924,9.1441441,9.1386929,9.2601786,9.3052425,8.8505106,8.8238363,11.153797,11.146244,11.377213,9.6372252,9.6252804,9.6679802,9.5540457,9.6255188,9.5610466,9.4875431,9.4550867,9.6297445,9.6826391,9.2834082,9.2839088,9.4692116,9.4390182,9.4435072,8.9500227,8.8860445,8.9023962,8.8372955,8.8680801,8.7232294,8.5965881,8.5798712,8.601305,8.6404705,8.0972147,8.0622501,9.3605423,9.3268776,9.3569126,8.8064423,8.7389183,8.758091,8.6945362,8.7292137,8.5828953,8.4743662,8.459074,8.4978523,8.5405922,8.0305576,7.9941235,12.503426,12.48641,12.820009,10.282719,10.288011,10.331609,10.17032,10.23878,10.203351,10.113158,10.063655,10.289455,10.334185,9.9544201,9.9697104,7.007915,6.9821153,7.0348253,6.7683611,6.7711596,6.7903271,6.7654915,6.8350005,6.7523074,6.6803007,6.5729108,6.6387596,6.6491008,6.3739324,6.3573551,9.4605751,9.4180708,9.4878483,8.7907019,8.7155371,8.7390728,8.6715975,8.7091427,8.5596504,8.4740353,8.4655561,8.5282907,8.5738716,8.0945358,8.053647,9.3204212,9.2794828,9.3065844,8.7915754,8.7107038,8.7290134,8.6665716,8.6966639,8.5382195,8.4348049,8.4247713,8.4592552,8.5021906,7.9835534,7.9412398,9.6998882,9.6623716,9.6505442,9.1809626,9.102047,9.1174555,9.0528727,9.076211,8.9195423,8.784503,8.777379,8.7840405,8.8223839,8.2330809,8.1927843,11.159975,11.141095,11.047401,10.464916,10.411296,10.424143,10.364322,10.377582,10.256294,10.023241,10.025947,9.9664631,9.9934578,9.2178593,9.1918268,9.6219444,9.5869722,9.5820446,9.0997162,9.0257921,9.0416012,8.9766569,9.0025587,8.8498249,8.7183981,8.7083187,8.7208967,8.7598343,8.1878405,8.1493626,9.6314058,9.5859079,9.5700378,9.1445742,9.0508108,9.0653114,9.0022116,9.0216236,8.8520145,8.7232018,8.7201881,8.7231264,8.7610683,8.1632309,8.1168003,4.9689898,4.9870834,5.0705667,4.8057055,4.8389583,4.861691,4.9148808,5.0440273,4.9705772,4.4240584,4.4095669,4.4625463,4.5038905,4.4497352,4.5026364,11.281903,11.254467,11.131557,10.545652,10.501414,10.503944,10.42384,10.433105,10.342283,10.096794,10.051538,9.9825029,9.9920177,9.2155552,9.1953545,9.1945229,9.1690264,9.177103,8.715518,8.6631508,8.6789198,8.6140022,8.6497269,8.5130835,8.3907318,8.3631907,8.3903036,8.4273729,7.9164042,7.8847136,10.075685,10.057653,10.196953,9.0683374,9.0351524,9.0691204,8.9868679,9.047843,8.9490118,8.8684053,8.8437023,8.9612675,9.0119772,8.5867949,8.5706367,8.9086132,8.8842468,8.8815832,8.4979591,8.4545135,8.4669847,8.3958817,8.431757,8.3014021,8.1797132,8.1374769,8.1611567,8.1907387,7.6983843,7.6680164,9.232933,9.1845074,9.1953039,8.7715054,8.6742563,8.6898403,8.6293097,8.6524658,8.478323,8.3751516,8.3691454,8.3908691,8.4322271,7.892652,7.8435259,11.343968,11.332781,11.558147,9.7976313,9.7733116,9.8115177,9.6880007,9.7516556,9.6751604,9.6058931,9.5876427,9.7569342,9.8079081,9.3810596,9.372941,9.5106802,9.46667,9.4619837,9.0224323,8.9321814,8.9474277,8.88451,8.9065924,8.7394094,8.6180849,8.6127338,8.6239996,8.6634111,8.0895433,8.0441523,8.4747601,8.4471254,8.5884752,7.7283611,7.7482986,7.7899399,7.7695527,7.8616648,7.8223381,7.7113914,7.600069,7.7203498,7.7438574,7.481936,7.4965358,8.3850613,8.3669176,8.428381,7.925879,7.9025488,7.9255815,7.8805366,7.9408941,7.8315058,7.7401133,7.6861777,7.7544999,7.7919202,7.4120803,7.3911762,9.4244833,9.3869638,9.4016228,8.9000578,8.8236771,8.8410187,8.7775145,8.8066168,8.6517458,8.5370483,8.5260067,8.552536,8.5939484,8.0567312,8.0167027,8.9981232,8.944994,8.9643812,8.5720863,8.4667473,8.4821033,8.4247303,8.4473524,8.2653465,8.1755896,8.1696568,8.1961231,8.2386646,7.7210455,7.6677952,9.9574938,9.9127493,9.877944,9.4427462,9.3504257,9.3647165,9.3017607,9.3185825,9.1525078,9.004384,9.0045624,8.9928732,9.0282679,8.3833284,8.3382282,9.5430002,9.5201292,9.6151161,8.7735586,8.7313042,8.7598982,8.6916561,8.745779,8.6305008,8.5420694,8.5168972,8.6043243,8.6524038,8.2141619,8.1909952,9.3003254,9.275486,9.2648506,8.8362131,8.785203,8.7982073,8.7278509,8.7595339,8.6242943,8.4903641,8.4602203,8.475256,8.5082073,7.9727387,7.9414144,8.4975719,8.4712486,8.473175,8.1428728,8.1069698,8.1182728,8.044549,8.0830574,7.9591231,7.8490119,7.7913814,7.8214893,7.8445177,7.3942413,7.3648162,11.743605,11.726622,12.020096,9.8237801,9.8364191,9.8836174,9.7528515,9.8296824,9.7964783,9.6875534,9.6261892,9.8324394,9.8770742,9.523097,9.5434008,10.893822,10.883463,11.108214,9.4293051,9.4256325,9.4692097,9.365736,9.4412298,9.3836861,9.300724,9.2554369,9.4279146,9.4789343,9.1038914,9.1095543,9.1673241,9.1411877,9.1840572,8.6136274,8.5622005,8.5831232,8.5219822,8.5652466,8.432826,8.3284855,8.3025494,8.3533525,8.3960629,7.9237027,7.893589,9.391715,9.3734112,9.4749527,8.6357775,8.6034622,8.6337643,8.5703611,8.6305981,8.5242615,8.4366693,8.4030018,8.4964323,8.5443888,8.1295605,8.1111403,9.3993769,9.3642263,9.4177027,8.777338,8.7105322,8.7324028,8.6671991,8.7057962,8.5627937,8.4661236,8.4521446,8.5069628,8.5519791,8.0653515,8.0293407,11.264531,11.244214,11.131668,10.541167,10.490517,10.49674,10.424644,10.434949,10.325088,10.08447,10.07135,10.006108,10.028739,9.2467995,9.2237263,8.4544916,8.423007,8.5728998,7.6698089,7.695951,7.7405353,7.7243514,7.8201485,7.7923975,7.6606617,7.539731,7.6635137,7.6828456,7.4398737,7.4625101,9.1976881,9.170454,9.1458654,8.7658634,8.7202454,8.7294693,8.6477346,8.6765232,8.5487232,8.4117994,8.3655376,8.3747807,8.3982143,7.8665228,7.8364286,10.300892,10.264487,10.217667,9.731349,9.6547546,9.6698456,9.6072206,9.6252937,9.4752331,9.303751,9.3033819,9.2813625,9.3153658,8.6379776,8.5998631,8.1522751,8.1246843,8.2476778,7.5265737,7.5426922,7.580409,7.5653515,7.6544366,7.6068377,7.507616,7.3966126,7.5055618,7.5270939,7.2633486,7.2714062,7.857656,7.8398042,7.9151855,7.4448943,7.440362,7.4659252,7.4388323,7.5116301,7.4229126,7.3378468,7.2591701,7.3382678,7.3680158,7.0523982,7.0393176,7.8697481,7.8454542,7.8714566,7.5706849,7.548481,7.5628376,7.5047283,7.5552812,7.4422007,7.3521366,7.2806478,7.3285499,7.3500628,6.9741344,6.948,6.4910283,6.4935017,6.6039076,6.1041327,6.1457314,6.1821842,6.2241006,6.3521566,6.3020725,5.8997664,5.8329544,5.9173737,5.9530296,5.8274817,5.8707042,5.5770679,5.5924015,5.6848598,5.3087845,5.3445382,5.3742352,5.42731,5.5710425,5.4881434,4.8528686,4.824492,4.8852358,4.9253974,4.8510447,4.8981376,8.1924114,8.1577463,8.1581535,7.8742223,7.8427339,7.851625,7.7714095,7.8082876,7.6932364,7.5906868,7.5116053,7.5435195,7.5550084,7.1349921,7.1066513,8.0223417,8.0088186,8.1574678,7.2884712,7.3246479,7.3696389,7.3713288,7.4852691,7.4511003,7.168179,7.0884838,7.204823,7.2401829,7.0428181,7.0841584,10.073958,10.033795,10.147304,9.1250134,9.0623808,9.0886898,9.0014668,9.0452776,8.915205,8.8333864,8.8301096,8.9240093,8.9688702,8.5033484,8.468708,9.8234177,9.797576,9.7672262,9.2978935,9.2394266,9.2520876,9.1815157,9.2062263,9.0677366,8.9119663,8.894372,8.8916826,8.9250937,8.3241196,8.2921515,10.724338,10.702438,10.623915,10.087902,10.032404,10.042562,9.9722471,9.9874554,9.8612337,9.6535177,9.6452475,9.6038523,9.6317158,8.9148169,8.8873568,9.3559837,9.3161573,9.3662605,8.7581921,8.6831379,8.7042341,8.6399937,8.6753321,8.5241976,8.4301682,8.4193707,8.470088,8.5149126,8.0224695,7.9824128,9.6923227,9.6567059,9.7434492,8.9109459,8.8491907,8.874506,8.8004942,8.8441648,8.7108641,8.623745,8.6128283,8.6906919,8.7370844,8.2696447,8.2362137,6.7545462,6.7193909,6.8359499,6.3350358,6.3787441,6.4204583,6.4584203,6.5671945,6.5559845,6.3584437,6.2163815,6.3118153,6.3149896,6.1658912,6.2012415,9.0731602,9.0392485,9.0097265,8.6566114,8.6129742,8.6193905,8.5290651,8.5551491,8.4337711,8.2989559,8.2358961,8.2442608,8.2578926,7.7401423,7.710516,7.065948,7.0698814,7.1957669,6.5218921,6.5596199,6.6003652,6.6239853,6.7599378,6.6985087,6.1822548,6.1373501,6.2290072,6.2714925,6.1327434,6.1788468,10.882411,10.852003,10.775596,10.234704,10.168854,10.183617,10.124365,10.13981,10.005475,9.7960701,9.7989101,9.7519569,9.7818747,9.0316515,8.9991293,5.6514373,5.6668324,5.7605143,5.4218006,5.4644308,5.4931812,5.5455856,5.6715713,5.6175351,5.2211728,5.1690187,5.2387104,5.2782202,5.1892033,5.234457,8.6358519,8.6110573,8.7744312,7.7625403,7.7930565,7.8399801,7.8214607,7.9229441,7.896841,7.7164073,7.6127443,7.7426629,7.7706013,7.5352774,7.5677214,9.1849165,9.1386948,9.1688995,8.6852636,8.5952272,8.6132526,8.5529881,8.5811434,8.4139423,8.3192616,8.3110065,8.346097,8.3895702,7.8784466,7.8317056,13.006543,12.995672,12.787577,11.960489,11.930009,11.931781,11.889128,11.888162,11.826249,11.466985,11.472251,11.324312,11.336058,10.334279,10.323484,5.2420425,5.2650809,5.3542523,4.9707212,5.0069027,5.0394521,5.0814705,5.2511797,5.1403594,4.2639728,4.2513843,4.3023176,4.336812,4.2851901,4.3178425,8.0669699,8.0500917,8.1291151,7.6115336,7.6038909,7.6304107,7.5992203,7.6710486,7.5798488,7.4932151,7.4212952,7.5025997,7.5359774,7.2075267,7.1942601,8.6050224,8.5832796,8.6132841,8.1839876,8.1470938,8.1645784,8.1072769,8.154336,8.0293322,7.925838,7.8817644,7.9275756,7.9628716,7.526845,7.4990492,9.5885315,9.5418892,9.6325207,8.8548861,8.7798815,8.8089333,8.7385149,8.7774363,8.6261358,8.5492897,8.5392885,8.6118526,8.6575136,8.1844072,8.1411438,9.377533,9.3448906,9.3966093,8.762722,8.6998177,8.7217083,8.6570807,8.6969223,8.5570641,8.4581842,8.4417753,8.4962416,8.5410509,8.0563555,8.0221357,7.2821822,7.2519283,7.3366141,6.9129748,6.9259,6.9542456,6.9502435,7.0326228,6.9739757,6.8919621,6.7699637,6.8537412,6.8639197,6.6139445,6.6111574,12.655123,12.642731,12.976849,10.422989,10.419123,10.460738,10.2924,10.356564,10.31346,10.240533,10.207631,10.434965,10.482329,10.082174,10.090679,10.518884,10.483768,10.627683,9.3633842,9.3124495,9.3411245,9.2397423,9.2887678,9.1755733,9.095829,9.090147,9.2079258,9.2531252,8.7978468,8.7705879,12.30621,12.291892,12.123253,11.398087,11.358263,11.36187,11.304611,11.309253,11.229268,10.921831,10.913518,10.801372,10.818197,9.9061117,9.8904305,12.761683,12.749963,12.555658,11.765577,11.731687,11.734217,11.686182,11.688115,11.621484,11.281593,11.278656,11.143895,11.157763,10.187328,10.17486,10.071091,10.02879,10.14284,9.1274567,9.0619154,9.0885448,9.001543,9.0443554,8.9108133,8.8301525,8.8281755,8.92031,8.9646645,8.4963808,8.4594898,10.378729,10.354877,10.295818,9.7889843,9.7308044,9.7422428,9.6717978,9.6902866,9.5571203,9.3704271,9.3601761,9.3339577,9.3644142,8.6910944,8.6612787,10.582707,10.564231,10.806935,9.0587673,9.0803003,9.129137,9.0420876,9.1315241,9.1024523,8.9319344,8.8625126,9.0382748,9.0818853,8.7786732,8.8110275,9.1540127,9.1069269,9.1514559,8.6286488,8.5399055,8.5598469,8.4999504,8.5305538,8.3648596,8.2780781,8.2693977,8.313385,8.3581514,7.8646402,7.8177571,7.9229212,7.8999023,7.9283419,7.6126781,7.5899558,7.6050258,7.549087,7.6005607,7.4866552,7.3957825,7.327528,7.3765035,7.4003086,7.0218363,6.9958458,9.3648148,9.3308802,9.3759565,8.7713995,8.7053909,8.7263565,8.6622066,8.6999102,8.5565128,8.4555941,8.4403095,8.4896584,8.5339346,8.0410109,8.0053196,7.9095016,7.8918943,7.9693065,7.4829783,7.4782686,7.5043468,7.4768248,7.5499182,7.4614916,7.3759642,7.2983284,7.3787246,7.4093223,7.0921893,7.0795245,8.7959299,8.7814903,8.887063,8.1384058,8.1265326,8.158536,8.1138296,8.1864252,8.0975666,8.0094004,7.9519348,8.0505648,8.0933027,7.739222,7.7292991,11.351525,11.331572,11.213756,10.613229,10.56371,10.56944,10.497563,10.507426,10.401003,10.155053,10.140306,10.071284,10.093013,9.3007317,9.278451,11.531071,11.512064,11.384956,10.762388,10.714272,10.719577,10.649828,10.658551,10.556515,10.299567,10.286114,10.209339,10.230234,9.4156532,9.3945427,11.969588,11.953891,12.251284,9.9967318,10.000267,10.044167,9.9025936,9.9742966,9.933486,9.8437233,9.7933474,10.002431,10.048856,9.6742268,9.6876259,9.2456589,9.2012482,9.2472324,8.6908665,8.6072187,8.6275454,8.5657473,8.5979824,8.4377871,8.347621,8.3385048,8.3845873,8.4292831,7.9343948,7.8900642,9.1914253,9.144104,9.2001171,8.6320486,8.545681,8.5676336,8.5069332,8.5395937,8.3763037,8.2939243,8.284852,8.3358393,8.3813286,7.8975973,7.8511419,5.6782589,5.6934676,5.7877049,5.4384871,5.4800167,5.5090609,5.5625544,5.6908889,5.632895,5.2046299,5.15622,5.2251973,5.2653785,5.1768107,5.2231169,9.4096832,9.3769226,9.4347277,8.7717733,8.7095051,8.732132,8.666626,8.7075291,8.5691175,8.4726295,8.4565983,8.5152884,8.5606079,8.0806837,8.046855,9.1419811,9.0947542,9.131978,8.6366453,8.5460768,8.5648975,8.5052881,8.5343723,8.3667278,8.2770309,8.268651,8.3079538,8.3521376,7.8509979,7.8036327,9.314352,9.2682104,9.3337498,8.7005377,8.6187582,8.6423721,8.5787964,8.6138535,8.455905,8.3741055,8.3651171,8.4227867,8.4684734,7.9886889,7.9440451,8.4543848,8.4242744,8.5700092,7.6900587,7.7134509,7.75665,7.7388563,7.8329191,7.8001766,7.6799121,7.5622163,7.684341,7.7050953,7.453814,7.4725337,9.3410921,9.3098354,9.3366699,8.7963238,8.732852,8.7517042,8.6882563,8.7237616,8.5804434,8.468812,8.4510813,8.4884214,8.530468,8.0209084,7.9860711,8.6076527,8.5886755,8.7196903,7.8889332,7.8985143,7.9366131,7.9068484,7.9933162,7.9349365,7.8379169,7.7493343,7.8647628,7.8980498,7.6035256,7.6085825,8.4802866,8.4588804,8.5886536,7.7842293,7.7964382,7.8347178,7.8095636,7.8973446,7.8430018,7.7443886,7.6487098,7.7629743,7.7928534,7.5087943,7.5153737,7.8733354,7.8536353,7.900209,7.533618,7.5165963,7.535522,7.492599,7.5523515,7.4450316,7.3578267,7.2893844,7.3495984,7.3777843,7.022727,7.0003753,9.8050241,9.7601681,9.8581018,8.9795494,8.9081221,8.9357615,8.8585958,8.89956,8.7562513,8.6765919,8.6712818,8.7512426,8.7958241,8.3229237,8.2821417,9.1970377,9.1485052,9.2166958,8.618619,8.5332832,8.5581608,8.4974718,8.5312223,8.3673067,8.2909145,8.2802639,8.337327,8.3835278,7.9091129,7.8620334,8.1275816,8.1080999,8.1535378,7.7510638,7.7281876,7.7474298,7.7007017,7.7576499,7.6451497,7.5536461,7.4941316,7.5525703,7.5845766,7.2067213,7.1831622,9.2918386,9.249856,9.2808275,8.7608509,8.67871,8.6973419,8.6352139,8.6656008,8.5061483,8.4060726,8.396348,8.4332085,8.4765663,7.9634414,7.9204254,8.8498926,8.7889328,8.7497501,8.4333344,8.3881617,8.3861332,8.2818489,8.2987576,8.1952572,8.0638189,7.9514289,7.9563255,7.9400783,7.4556632,7.4261365,4.1654592,4.1263795,5.789422,5.7720671,5.7678475,5.760591,5.7997389,5.816576,5.8342738,5.8227921,5.8143349,5.7850347,5.762394,6.7262464,6.6656251,3.9946966,3.96347,5.5961094,5.5790682,5.5768042,5.5715966,5.6101227,5.6275334,5.7258439,5.7192335,5.7088261,5.6818104,5.6625237,6.6206746,6.5649943,3.6241317,3.5960259,5.1808653,5.1690426,5.1692977,5.1638622,5.1898246,5.1980066,5.1968513,5.1859312,5.1824708,5.1566358,5.1359582,6.0778832,6.0308566,4.1095867,4.0707774,5.7013216,5.685843,5.6839876,5.6767149,5.7134261,5.7273893,5.7133322,5.6976662,5.6938782,5.6655035,5.6426148,6.5899224,6.5303025,4.0718713,4.0335751,5.6901865,5.6754861,5.6737061,5.6658168,5.6978478,5.7096248,5.6865311,5.6696939,5.6695919,5.6405559,5.6166201,6.5859694,6.5277481,0.45424378,0.45358172,0.69365984,0.69617528,0.70410514,0.70412409,0.70294493,0.69587141,0.68929076,0.68385154,0.68493533,0.68171269,0.67839032,0.83187938,0.82801569,4.0084329,3.9746821,5.630969,5.6151066,5.6123614,5.6070967,5.6444731,5.6605096,5.6936011,5.6852369,5.6734405,5.6451154,5.6243548,6.5933266,6.5382347,1.4970384,1.4889871,2.2275085,2.2272379,2.2341478,2.2262104,2.2225661,2.2103026,2.1977992,2.1872287,2.2000425,2.1915236,2.1835728,2.6468112,2.6328948,4.2156687,4.1751227,5.8245997,5.8078041,5.8046865,5.7974925,5.8376641,5.854373,5.8484674,5.8338199,5.8272591,5.7983046,5.7753911,6.7287359,6.6667042,4.5334501,4.4876757,6.1211605,6.1011353,6.0945544,6.086647,6.1394472,6.1644111,6.1756759,6.1618924,6.1480889,6.1198764,6.0990381,7.0264969,6.9568634,3.9178665,3.8844652,5.5250411,5.5103807,5.5084949,5.5026984,5.5359125,5.5489664,5.5560565,5.5451951,5.5376391,5.5095983,5.4878154,6.4507046,6.3970795,4.0871844,4.0516481,5.7039118,5.6864004,5.6823854,5.6761518,5.7155104,5.7334352,5.7986755,5.7908287,5.7805381,5.7520051,5.7310143,6.6943235,6.6362004,4.071629,4.033772,5.6796141,5.6637917,5.6613922,5.654273,5.6900105,5.7039132,5.7019553,5.6884794,5.6834683,5.654726,5.6317525,6.5893517,6.5305853,3.3626232,3.3346925,4.8149419,4.8049979,4.8056893,4.7952075,4.8108087,4.8106089,4.791748,4.777019,4.7869611,4.7634106,4.7431188,5.6295576,5.5855751,4.0512772,4.0133424,5.6412559,5.6266475,5.6252537,5.6175246,5.6509395,5.6628804,5.6414094,5.6246166,5.6236753,5.5954323,5.5723042,6.5230289,6.4650593,3.8539743,3.8189962,5.4223909,5.4092407,5.4085264,5.3999109,5.4269261,5.4346528,5.413321,5.3971162,5.4001117,5.3727164,5.3498211,6.2943573,6.2405262,3.6721516,3.6401088,5.1803932,5.1686072,5.1695509,5.1612573,5.1862359,5.1913223,5.1734767,5.1578288,5.1614127,5.1357226,5.114089,6.0242596,5.9737024,3.7066579,3.6739433,5.2273097,5.21525,5.2156391,5.2069597,5.2318187,5.237247,5.2175927,5.2016802,5.2057776,5.179769,5.1578903,6.0758457,6.0248117,3.7055907,3.6734557,5.2349916,5.2227511,5.2235274,5.2159095,5.2420874,5.2482276,5.2352476,5.2206149,5.2223663,5.1961837,5.1742482,6.0954437,6.0440598,2.7550824,2.7383237,4.0403023,4.0354691,4.0414586,4.0348229,4.0440154,4.0382962,4.0260563,4.0136824,4.0220022,4.0043335,3.9877558,4.780354,4.746789,2.4310763,2.4149635,3.5467274,3.5431416,3.5497868,3.5408211,3.5452225,3.5354276,3.5190732,3.5051632,3.5180123,3.5022564,3.4878972,4.1811342,4.1531153,4.3225098,4.2801414,5.9300475,5.9110255,5.9047995,5.8961892,5.9405355,5.9602609,5.9856381,5.9735041,5.9634809,5.9344001,5.9123302,6.8604217,6.7954292,3.4630749,3.4337821,4.9286313,4.9181995,4.9192905,4.9096451,4.9284892,4.9298611,4.9106245,4.8952894,4.9030676,4.87885,4.8581367,5.749187,5.7030811,4.4757261,4.4309201,6.0817142,6.0630932,6.0585365,6.051753,6.101181,6.1241741,6.1136942,6.0976005,6.0862808,6.0574102,6.0353589,6.977459,6.9098587,2.5887365,2.5709295,3.782181,3.7764926,3.7779713,3.7655756,3.7692373,3.7617052,3.7474391,3.7355623,3.7525914,3.7366052,3.7224069,4.4653354,4.4358845,4.4430485,4.4009891,5.9372201,5.9149494,5.9042234,5.8920007,5.9464149,5.9697037,6.0680351,6.0613279,6.0474267,6.0240011,6.0085778,6.8855104,6.8148851,3.1736262,3.1486268,4.5455642,4.5374169,4.5410037,4.5320077,4.5470071,4.5445385,4.5270271,4.5119853,4.5209007,4.4990964,4.4800806,5.3185024,5.2775221,4.2264628,4.1858172,5.847259,5.8313785,5.8290291,5.8218317,5.8597074,5.8752341,5.8516831,5.8342009,5.8306031,5.8013558,5.7777429,6.7424631,6.6809931,4.2575135,4.2163644,5.8648915,5.8486133,5.8461256,5.8391147,5.8794842,5.8962779,5.875258,5.8580317,5.8527851,5.8239012,5.8008423,6.7544761,6.6921091,1.5332224,1.5270321,2.2881532,2.2900424,2.3019273,2.2982326,2.2981243,2.2851892,2.2708664,2.2587943,2.2671931,2.2576759,2.2480731,2.7245202,2.7087128,4.0483308,4.010469,5.6297874,5.615097,5.6138129,5.606257,5.640563,5.6527953,5.6335735,5.6171079,5.6153855,5.5873604,5.5645003,6.5088468,6.4507442,4.104795,4.0656104,5.5929399,5.569901,5.5522141,5.5317249,5.5701051,5.5826259,5.744288,5.7353067,5.7281809,5.7014394,5.6833224,6.573081,6.5088358,4.513092,4.4679794,6.0698395,6.0487175,6.0399351,6.029964,6.0834141,6.1079726,6.1515665,6.1403437,6.1260571,6.0990524,6.0798163,6.9895906,6.9193473,2.9487872,2.9263172,4.251049,4.2439976,4.2474322,4.2372236,4.2474771,4.242352,4.224915,4.2104359,4.2224116,4.202599,4.1851783,4.9862027,4.9496775,1.8374814,1.8273307,2.72246,2.7198496,2.7214706,2.7093523,2.7063305,2.6962156,2.6862426,2.6774707,2.6962159,2.6872349,2.6792188,3.2408335,3.2236991,3.8172066,3.7879212,5.4039011,5.3903856,5.3889084,5.3847346,5.4189153,5.4328527,5.4482312,5.4395885,5.4269681,5.4002342,5.3807096,6.3353047,6.2862897,4.3960524,4.3527575,6.012867,5.9955568,5.9923048,5.985714,6.0305681,6.0506587,6.0280032,6.0101256,6.002244,5.973063,5.9501657,6.9048882,6.8396845,4.1704698,4.1316175,5.761456,5.742496,5.73528,5.7263579,5.7677774,5.7869062,5.8680902,5.860024,5.8511958,5.8225226,5.801486,6.7473812,6.6858954,3.2149522,3.1907303,4.6291885,4.6208844,4.6247487,4.6173649,4.6336532,4.6324592,4.6195068,4.6057873,4.6120887,4.5897532,4.5701752,5.4328952,5.390954,5.8271961,5.8612046,5.8988233,5.751235,5.8242917,5.8320661,5.7825656,5.8559914,5.7259202,5.6759715,5.662477,5.7347054,5.8064094,5.5969253,5.5747685,9.0793505,9.0637732,9.0017071,8.6365318,8.6998692,8.7003202,8.5921717,8.6062288,8.428462,8.2690468,8.2552557,8.23522,8.3083105,7.7656212,7.7361174,5.543395,5.6018095,5.6763234,5.4353008,5.546773,5.5615687,5.6259971,5.7480769,5.6558661,5.5482068,5.5198369,5.6050878,5.691782,5.5512013,5.5553083,5.6444259,5.6939621,5.748776,5.5685568,5.6657591,5.6758695,5.6931744,5.7953486,5.6818533,5.620029,5.5960531,5.6763091,5.7574701,5.5757427,5.5605145,3.4789789,3.52809,3.5535712,3.53619,3.6138024,3.6219196,3.5152795,3.5971045,3.5241687,3.5195937,3.5113931,3.6077168,3.6362309,3.5874853,3.580904,4.3147926,4.3963385,4.4570007,4.3386517,4.4720759,4.4797034,4.568891,4.7274632,4.6670914,4.595612,4.5684037,4.664372,4.7303119,4.6481204,4.6488528,5.1666679,5.2291746,5.2836456,5.140801,5.2480726,5.256784,5.2962003,5.41819,5.3210449,5.2644148,5.2378182,5.3255558,5.4001284,5.2504716,5.2366385,5.6080709,5.6624947,5.7249169,5.5223866,5.6274657,5.6389956,5.6791749,5.7913928,5.685883,5.6125679,5.5855222,5.6688805,5.752965,5.5849342,5.5752277,5.0472908,5.103919,5.1490054,5.0416603,5.1354938,5.1437387,5.1379189,5.2445107,5.1420364,5.1015615,5.0819044,5.1692085,5.2353601,5.0847378,5.0670786,6.0181561,6.0653701,6.139617,5.8512497,5.9636006,5.9801812,6.0185251,6.1231222,6.0120206,5.9190722,5.8924775,5.9751253,6.0712752,5.8919706,5.8903842,5.3259425,5.3821764,5.4339142,5.2889962,5.3881912,5.3970795,5.4168091,5.5273461,5.4220619,5.368288,5.3443909,5.4288955,5.5036745,5.3399301,5.3238297,6.7606106,6.7704673,6.784276,6.5830564,6.6552386,6.6574621,6.5798674,6.6250944,6.4634252,6.3923922,6.3818035,6.4273901,6.5080838,6.2088885,6.1801682,6.3455715,6.3793731,6.4524317,6.1185164,6.2526283,6.2706161,6.2828579,6.3651199,6.230803,6.1523032,6.1281805,6.2036633,6.3172283,6.1084232,6.1038871,7.6049128,7.5957947,7.5734215,7.3216486,7.3956599,7.3892708,7.2868571,7.3119149,7.1311197,7.0317359,7.0236316,7.0404706,7.1220603,6.7354012,6.7025304,3.254966,3.3040509,3.3270204,3.3154886,3.3949142,3.4030445,3.2972467,3.3808246,3.3137617,3.3119831,3.3061566,3.4020782,3.4279771,3.3874447,3.3817084,6.9971032,6.9962463,6.9973412,6.7747259,6.8740125,6.8711815,6.7953925,6.8270431,6.6456575,6.5664811,6.552083,6.581799,6.6789851,6.3514714,6.322422,5.3030343,5.3495064,5.3912673,5.2764211,5.3569207,5.3651872,5.3306651,5.4199405,5.306725,5.2657614,5.2503338,5.3327394,5.3985538,5.2304397,5.2112179,4.5677462,4.6449556,4.6994491,4.5864797,4.7143092,4.7211075,4.7963643,4.9465103,4.8713956,4.8164649,4.7853909,4.8818884,4.9502244,4.8405766,4.8309731,9.1736612,9.1457891,9.0661469,8.6715202,8.7685957,8.754488,8.6583033,8.6588488,8.4611664,8.2907982,8.269062,8.2307453,8.3238125,7.7710423,7.7413998,5.378314,5.4401207,5.5067372,5.308466,5.4199095,5.431529,5.4938612,5.6190844,5.526001,5.4418855,5.4126639,5.4994674,5.5814266,5.4376888,5.4335575,5.5476284,5.5945554,5.6418195,5.4932699,5.5815792,5.5903959,5.5827818,5.6774421,5.5611444,5.5095687,5.4895358,5.5690641,5.6437268,5.4606299,5.4419007,5.0048938,5.0730095,5.1419482,4.9625421,5.0776711,5.088573,5.1682615,5.3041492,5.2267213,5.1282902,5.0991387,5.1863198,5.2630439,5.1524663,5.1556911,5.5141015,5.5711884,5.6500444,5.3941159,5.5056362,5.522409,5.5869498,5.7076898,5.619349,5.490571,5.4640045,5.5470982,5.6351027,5.506321,5.5179381,6.0156379,6.0629606,6.1574626,5.7722893,5.9232969,5.9514494,5.9976606,6.1026831,5.9915042,5.8345284,5.8136983,5.8986945,6.0159802,5.8712349,5.8967533,5.0698948,5.1121955,5.1489534,5.0605011,5.1295638,5.1375737,5.0644641,5.1418362,5.0310798,4.9998755,4.9909735,5.0761094,5.1325064,4.9842172,4.9666157,4.1066847,4.1656785,4.1999273,4.1552792,4.2476087,4.2559409,4.2007213,4.3033543,4.2202511,4.2036538,4.1901531,4.2873158,4.3327651,4.2425499,4.230289,4.1013007,4.1869483,4.2402568,4.1475,4.2904305,4.2967901,4.38871,4.5571184,4.4977818,4.4461813,4.4158416,4.5185771,4.5812573,4.4992018,4.4943476,6.5400209,6.5789094,6.6781349,6.2081103,6.3641596,6.3917394,6.4173751,6.5112524,6.3903646,6.2699099,6.2481546,6.3375297,6.4625769,6.2803502,6.2966309,7.4299283,7.4296198,7.4158587,7.1810675,7.2307429,7.227293,7.1142902,7.1512399,6.9894748,6.8968916,6.8983841,6.9291825,6.9925032,6.6306534,6.5972891,5.3280411,5.3846788,5.4643426,5.2198496,5.3284688,5.3459358,5.4027233,5.5207014,5.4392862,5.2978039,5.274693,5.3536496,5.4398007,5.3284302,5.3460679,4.9465251,4.9822955,5.0146914,4.9413261,4.9973974,5.0051613,4.8932095,4.9560933,4.8455696,4.8205562,4.8187938,4.9048944,4.953723,4.8197336,4.8041878,6.3171749,6.3488646,6.4358058,6.0269518,6.2148108,6.2370996,6.2502728,6.3265824,6.183763,6.1037035,6.0785913,6.1566439,6.2963643,6.106946,6.112298,8.1760626,8.166275,8.1326437,7.8545618,7.9019394,7.9020329,7.7771664,7.7973208,7.6212935,7.5045924,7.4955378,7.506094,7.5743213,7.1308961,7.0992508,5.9640055,6.0091076,6.0739942,5.8268123,5.932271,5.9458532,5.9718122,6.0709209,5.9537725,5.8768659,5.8513937,5.9306674,6.0226593,5.8322768,5.8230581,3.7494266,3.801208,3.8297038,3.8025446,3.8834569,3.8912733,3.8001842,3.8874538,3.809377,3.8003209,3.7905664,3.8871956,3.9219222,3.8577189,3.8487906,6.515265,6.5269051,6.5536976,6.3351703,6.4455485,6.4491663,6.4038525,6.4514914,6.284018,6.2173138,6.1991248,6.2452455,6.3473306,6.0747094,6.0502291,4.3092127,4.3866096,4.4322944,4.3564744,4.4813528,4.4900737,4.5250773,4.669785,4.5934095,4.5611043,4.5371981,4.6370387,4.6972108,4.587872,4.5743117,6.3261943,6.3537135,6.4069719,6.1478457,6.2591677,6.2708035,6.261601,6.3333845,6.1894159,6.1220322,6.1004968,6.1660309,6.2681794,6.0353503,6.0194612,5.8769817,5.9028363,5.9279723,5.8010283,5.853579,5.8596992,5.7517238,5.8082767,5.6770353,5.6307111,5.6299434,5.7014284,5.7586312,5.5468092,5.5237842,4.7302604,4.8055634,4.8666816,4.7272849,4.8521333,4.8603964,4.9432383,5.090487,5.0157752,4.9436264,4.9133,5.0067658,5.0785947,4.9703655,4.9662867,6.1586747,6.204833,6.28862,5.9441309,6.0646353,6.0852137,6.1263461,6.2314496,6.1223636,6.0096965,5.9839272,6.0689712,6.171463,5.997623,6.0046306,6.2112207,6.2384338,6.2786455,6.0802565,6.1667085,6.1747141,6.142746,6.2115369,6.0690374,6.0080328,5.9904981,6.0543747,6.1406198,5.9025149,5.8804703,4.7797971,4.8479943,4.8965278,4.7932744,4.9047208,4.9127655,4.9426637,5.0713186,4.9815769,4.9392753,4.9148149,5.0075216,5.0742764,4.9414883,4.9261336,5.0578952,5.1246734,5.1817007,5.03724,5.1505585,5.1591296,5.2146654,5.3451662,5.2545047,5.1933002,5.1645694,5.2543755,5.3289804,5.1907163,5.1794271,6.4190626,6.4567766,6.5437903,6.144917,6.287498,6.3098407,6.3332705,6.4242005,6.2996864,6.2014017,6.1768308,6.2603836,6.3780403,6.185554,6.1911497,5.547441,5.5840354,5.6203299,5.5001864,5.5682631,5.5761423,5.5107965,5.5839982,5.4609661,5.4191618,5.4089146,5.4863558,5.5503845,5.3637877,5.3429551,6.3329372,6.3538857,6.3806572,6.2049284,6.2741499,6.2796154,6.2120438,6.2697372,6.1228595,6.0628357,6.0517082,6.1110592,6.1867537,5.9307103,5.9048524,4.5774426,4.6435032,4.6867657,4.60748,4.7128229,4.721199,4.7229323,4.8439641,4.755053,4.7235141,4.7030616,4.7972045,4.8573451,4.7341599,4.7184277,5.8450317,5.883462,5.9285316,5.7589383,5.8432646,5.8520823,5.8321581,5.915256,5.7881002,5.7326202,5.7140455,5.7875223,5.8662376,5.6598997,5.6397424,4.6251049,4.6950669,4.7620487,4.6120648,4.724679,4.7338948,4.8120284,4.9488206,4.8836875,4.7860026,4.7591114,4.8432703,4.9132199,4.8278508,4.8339329,6.0297232,6.0687385,6.1246734,5.9005256,5.9988837,6.0103569,6.0156136,6.1037927,5.976954,5.9098005,5.8870096,5.9610591,6.0509868,5.8432555,5.8281441,4.6161561,4.6726723,4.7119141,4.6405811,4.7295737,4.737782,4.6998339,4.8008914,4.7059355,4.6790977,4.664247,4.7563758,4.8115582,4.6897225,4.6740127,4.6481562,4.7222724,4.7738633,4.6669083,4.7888341,4.796174,4.8525391,4.9946756,4.9131932,4.865612,4.8372054,4.9325566,5.0002961,4.8796678,4.8667874,4.054316,4.1389894,4.1864591,4.1126542,4.2526159,4.260231,4.3254948,4.4891739,4.4245653,4.3897176,4.3615746,4.4658613,4.5253243,4.4323277,4.4213343,6.0765586,6.1246123,6.2132053,5.8561878,5.9812803,6.0043168,6.0519147,6.1607218,6.0565915,5.9205494,5.8960404,5.9816551,6.0855503,5.9277091,5.942934,5.6897483,5.7311954,5.8195086,5.8343768,5.8459949,5.7580557,6.5790634,6.653337,6.6104493,6.5848203,6.2891235,6.2899628,6.3593864,6.4517994,6.283607,8.2639341,8.3201742,8.4765806,8.5304146,8.5416136,8.492445,8.8926067,9.0030088,8.9218903,8.8797245,8.6795845,8.6900291,8.8026886,8.8165674,8.2677994,12.125141,12.166831,12.261952,12.465228,12.475804,12.423788,12.708344,12.827098,12.76219,12.724003,12.499378,12.501472,12.583736,12.59922,11.107468,9.1153908,9.1611891,9.315239,9.3922997,9.4013424,9.3515062,9.7101746,9.8254948,9.7407293,9.6947136,9.4949236,9.5017557,9.6008358,9.6068277,8.89116,4.9153347,4.9844074,5.0685854,5.0662856,5.0804482,5.0114584,5.7793994,5.8403039,5.7982049,5.7770615,5.5520291,5.5649548,5.6765351,5.7382607,5.6470346,11.572,11.606628,11.687975,11.873394,11.882815,11.816101,12.165338,12.28467,12.223646,12.183942,11.889694,11.869796,11.940631,11.981862,10.669106,13.159015,13.196308,13.291723,13.546793,13.559632,13.520177,13.740378,13.85147,13.787175,13.747238,13.56518,13.563046,13.630312,13.625652,11.816453,4.7167845,4.7749391,4.84725,4.8457608,4.8583274,4.7799468,5.6552768,5.7096605,5.6744108,5.6554646,5.4050093,5.4151831,5.5074849,5.586513,5.5093932,10.039146,10.086284,10.194748,10.315309,10.327793,10.262059,10.669387,10.790612,10.723754,10.684575,10.418747,10.420064,10.509813,10.549206,9.6130066,7.8947115,7.943428,8.0562658,8.112978,8.1265125,8.0511427,8.6098938,8.7172728,8.655612,8.6196461,8.3385468,8.3398848,8.4277506,8.4902706,8.0013723,4.7806993,4.8136663,4.8773427,4.881875,4.8907895,4.7951484,5.806747,5.8592029,5.8294029,5.8110895,5.5036559,5.5050712,5.5582919,5.6653271,5.5839472,6.655869,6.6815476,6.7642355,6.7991338,6.8070922,6.7145147,7.4486904,7.5403728,7.4923077,7.4606895,7.0507321,6.9983349,7.0490141,7.1447239,6.910388,4.458673,4.4824347,4.5318141,4.5347037,4.541152,4.4389215,5.5694499,5.6115336,5.5885353,5.5739064,5.2465563,5.2454362,5.2840409,5.4016829,5.3463607,4.3870654,4.4221435,4.4743338,4.4741478,4.4826469,4.3878722,5.4684348,5.510252,5.485765,5.4710007,5.1726723,5.1774635,5.2321029,5.3386712,5.2847934,4.9571757,5.0545712,5.1475487,5.1403947,5.1558652,5.1062741,5.7062798,5.7691789,5.7190681,5.6978822,5.5273681,5.5450244,5.7069297,5.7318592,5.6433611,10.692028,10.730549,10.86809,11.004536,11.014987,10.967968,11.266654,11.385544,11.304148,11.256454,11.06027,11.061524,11.144921,11.141357,10.054205,12.582383,12.620624,12.700732,12.926793,12.935446,12.879984,13.160119,13.27685,13.218246,13.18266,12.941064,12.938241,13.015209,13.04007,11.416779,9.838726,9.8834257,9.9863462,10.102386,10.114646,10.043664,10.480299,10.600697,10.536325,10.497452,10.210704,10.20631,10.29118,10.340594,9.4554577,5.7372217,5.8368816,5.9600315,5.9641566,5.9779434,5.9320955,6.4594078,6.5364933,6.4775243,6.4516191,6.2784953,6.2947912,6.4601216,6.4853644,6.3169374,4.5735497,4.6197524,4.6826944,4.682241,4.6929293,4.6058865,5.581017,5.6298614,5.5998998,5.582767,5.3073063,5.314683,5.3872061,5.4810734,5.4139471,5.98698,6.0649977,6.191246,6.199121,6.21347,6.1598487,6.7180095,6.8010778,6.7392383,6.7100854,6.5138502,6.5289884,6.6618261,6.6955686,6.498136,5.8051391,5.8261023,5.8960018,5.9171948,5.9249368,5.8279839,6.6845326,6.7610106,6.7232161,6.6981659,6.2739811,6.2181735,6.2593656,6.3640275,6.2416902,4.216939,4.2329044,4.270256,4.2728724,4.2774582,4.1701388,5.4079881,5.4411154,5.4240146,5.4129672,5.0650716,5.0611725,5.0874572,5.2137446,5.1771245,4.8245492,4.8658066,4.9352365,4.9382854,4.9488006,4.8592229,5.813539,5.8683753,5.8356814,5.8164587,5.529882,5.5351052,5.6009722,5.6983018,5.6119261,5.0675583,5.0912814,5.1546817,5.1659193,5.1735024,5.072845,6.0736451,6.13343,6.1026759,6.0827198,5.7290087,5.7130733,5.7544136,5.8684592,5.7775927,7.626039,7.6967869,7.8476753,7.888761,7.9026031,7.854485,8.2931871,8.3975496,8.323102,8.2857742,8.0855999,8.0987453,8.2303677,8.2522688,7.8113918,7.9629502,8.0058756,8.1090794,8.1703911,8.1825466,8.1009808,8.6846476,8.7917385,8.7325592,8.6963501,8.3882532,8.380621,8.4591513,8.5315275,8.0362082,4.0815701,4.1046948,4.1408806,4.1397886,4.1452637,4.0426059,5.268012,5.298203,5.2811804,5.2704015,4.9484558,4.9511571,4.986896,5.10604,5.0720229,6.0904889,6.1302037,6.2217679,6.2440166,6.2554693,6.1666279,6.9477358,7.0293159,6.9833922,6.9554114,6.6473908,6.6437263,6.7118053,6.8042312,6.5916829,3.5808871,3.5979338,3.6082363,3.605736,3.6085067,3.5019405,4.9288082,4.9384637,4.9331961,4.9298954,4.5905805,4.5930004,4.6176534,4.7460556,4.7369366,4.6814179,4.7758837,4.852293,4.8454924,4.8605261,4.8028674,5.4984088,5.5539851,5.5135703,5.495182,5.305748,5.3210511,5.4752641,5.5187807,5.4484882,8.4661512,8.50033,8.5892649,8.6644993,8.6719828,8.5849762,9.1519594,9.2597752,9.1977024,9.1576748,8.8092079,8.7812271,8.847744,8.9230728,8.3547611,4.7499332,4.7679482,4.8193078,4.8281012,4.8346887,4.7302823,5.8234835,5.8739238,5.849535,5.8335519,5.4604659,5.4403381,5.4723969,5.5927825,5.5331149,6.0480804,6.113143,6.2324095,6.2435918,6.2581263,6.1952705,6.8091145,6.8933587,6.8345294,6.8048315,6.5831747,6.5960708,6.7073636,6.7555456,6.5480509,6.7997742,6.8592,6.9857717,7.0116491,7.026032,6.9616513,7.5308576,7.6264725,7.5628471,7.5293555,7.2950959,7.305953,7.410789,7.4589534,7.1488967,4.4863052,4.5729442,4.6377716,4.6318526,4.6455626,4.5799193,5.3723698,5.4216442,5.3881378,5.3718019,5.1615167,5.1745648,5.3136845,5.3737617,5.3153224,6.5442076,6.598917,6.7140341,6.7377982,6.7519588,6.6799469,7.3140478,7.4052458,7.3476229,7.3160467,7.06213,7.0703759,7.1650624,7.2273893,6.9519191,5.3719025,5.4613008,5.5696583,5.5688677,5.5834622,5.5311866,6.1262164,6.1975608,6.1432347,6.1189017,5.9338217,5.949955,6.0982485,6.1312847,6.0021834,5.1869826,5.2271166,5.3051829,5.3130507,5.3239298,5.2341828,6.1342416,6.1976609,6.1606407,6.1385779,5.8454986,5.8483858,5.9139609,6.010747,5.8932142,5.590889,5.6569309,5.7645354,5.7693486,5.7839041,5.7187195,6.3870945,6.4629326,6.409863,6.3832016,6.1605868,6.1736698,6.284091,6.3373733,6.1822219,3.8462954,3.8922572,3.9198081,3.9157674,3.9228637,3.8306122,5.0135169,5.0371699,5.0234613,5.0154552,4.7263398,4.7320929,4.8029971,4.9096813,4.8869443,7.0216274,7.0600286,7.1556706,7.1964464,7.2074099,7.119247,7.8054957,7.9011221,7.8482895,7.8153381,7.4893003,7.4768648,7.5457706,7.632678,7.2983923,5.3289237,5.4021654,5.5049257,5.5051074,5.5198851,5.4582849,6.1237631,6.1946392,6.1432004,6.1184258,5.9091072,5.9236369,6.0449705,6.09231,5.9655652,6.7067771,6.7728457,6.907588,6.9291291,6.9433751,6.8861389,7.4191284,7.5136347,7.4467878,7.41324,7.199491,7.2126212,7.3296747,7.3665929,7.0724297,5.0797639,5.1398468,5.2269287,5.2280054,5.2416091,5.1675024,5.9582219,6.0221992,5.9796886,5.9573007,5.7153625,5.7264395,5.8237581,5.8941603,5.7872925,4.0569453,4.120018,4.1598558,4.1552448,4.1647644,4.081769,5.1163993,5.1491308,5.1292658,5.1183047,4.8588629,4.8669257,4.9659071,5.0577374,5.0241075,12.007948,12.045661,12.128055,12.330842,12.340796,12.279117,12.597746,12.717373,12.6578,12.620408,12.347386,12.33651,12.411388,12.446151,11.000949,15.16418,15.188912,15.236101,15.60001,15.605047,15.568087,15.727368,15.815905,15.775178,15.749249,15.569236,15.562219,15.614507,15.626936,13.13971,14.807163,14.838066,14.900994,15.24591,15.255182,15.22178,15.384735,15.476487,15.428667,15.399692,15.244421,15.242973,15.299788,15.300465,12.927726,5.8911557,5.9420319,6.0427442,6.0572119,6.0705957,5.9919891,6.7268739,6.8064222,6.7572684,6.7296658,6.4635086,6.4702663,6.5557094,6.6317992,6.4393106,7.8453197,7.9024949,8.0383978,8.0869827,8.1009102,8.0409632,8.5235958,8.6316347,8.5605831,8.5226498,8.29146,8.3014956,8.407177,8.4431915,7.9642205,3.6873662,3.7180142,3.7357242,3.7322998,3.73716,3.6372302,4.9515467,4.9674621,4.9585609,4.9531541,4.6376405,4.641603,4.6876097,4.8060937,4.791203,5.8830404,5.9129162,5.9934597,6.0153084,6.0245066,5.9291973,6.7731628,6.8513007,6.8098822,6.7833071,6.4328461,6.4133706,6.4664435,6.5699148,6.3973298,3.8990862,3.9121761,3.9370096,3.9361329,3.939028,3.8298388,5.1699286,5.1911716,5.1794705,5.1719527,4.8282676,4.8289337,4.8498931,4.979012,4.9569712,9.5884743,9.6384096,9.7600822,9.8623705,9.8754892,9.8143425,10.221807,10.341743,10.270596,10.23027,9.9837418,9.989316,10.084597,10.116031,9.2835131,15.748947,15.771181,15.810997,16.208023,16.209526,16.178734,16.309521,16.387329,16.352026,16.329926,16.190014,16.189129,16.237539,16.244207,13.529066,5.290514,5.3216825,5.3951516,5.407279,5.4164729,5.3203006,6.2524796,6.3175406,6.2821097,6.2598147,5.9344811,5.9280481,5.9807091,6.0874534,5.9662385,9.4522038,9.5024424,9.6354799,9.7307224,9.7436447,9.6876793,10.077352,10.196718,10.121185,10.079153,9.8501472,9.857193,9.9551249,9.9769907,9.1771917,5.5165129,5.5785136,5.6809278,5.6860919,5.7003756,5.6310215,6.3371124,6.4110408,6.3608413,6.3348904,6.1013556,6.1132278,6.216176,6.2770519,6.1285138,4.3431659,4.4065437,4.4622269,4.4581141,4.4696307,4.3904166,5.3330703,5.3765011,5.3488808,5.3340511,5.0845733,5.0944066,5.1938424,5.2766671,5.2259889,7.9868336,8.0400105,8.1639223,8.2194757,8.2334995,8.1659918,8.6798477,8.7888765,8.7223377,8.6852427,8.4301338,8.4368954,8.5337954,8.5821877,8.0758533,9.8179064,9.8551626,9.9470148,10.06422,10.074014,9.997323,10.454475,10.572639,10.508834,10.467991,10.155786,10.137967,10.212975,10.270277,9.4022598,6.9570313,6.989429,7.0780954,7.1186795,7.1276231,7.0357995,7.7426395,7.8370709,7.7853255,7.7521133,7.3904333,7.3623595,7.42205,7.5144053,7.2067027,6.7296805,6.8038998,6.9457579,6.9667315,6.9808421,6.930027,7.426702,7.5209665,7.4518499,7.4183898,7.2200689,7.2345109,7.3664131,7.3947372,7.0980029,3.760921,3.774411,3.7934573,3.7910042,3.7935579,3.6851833,5.0623727,5.0792089,5.069829,5.0636687,4.723177,4.7251549,4.745687,4.8742218,4.8576465,11.202949,11.246607,11.364579,11.526331,11.5387,11.48873,11.794588,11.916157,11.842771,11.799985,11.583608,11.586726,11.672784,11.681231,10.450579,4.2031574,4.2430034,4.2888684,4.2866092,4.2952447,4.2026982,5.3024726,5.3392191,5.3173366,5.3044319,5.01438,5.0205998,5.0817752,5.1856833,5.1432238,3.9494097,3.9757578,4.0072756,4.0049701,4.0107937,3.9100618,5.1547556,5.1810746,5.1660714,5.1567087,4.8407292,4.8447337,4.8842959,5.001483,4.9739141,5.4302349,5.4853082,5.5800424,5.5864325,5.5999451,5.5237093,6.2903657,6.3615055,6.3156514,6.2907605,6.0380945,6.0475154,6.1381369,6.2114453,6.0701432,5.3221283,5.3687172,5.4544392,5.4621673,5.4743404,5.3901882,6.2294941,6.2969227,6.2559695,6.2324638,5.9564981,5.9623699,6.0385785,6.1257792,5.9945931,4.9245696,4.9759092,5.0534253,5.0551629,5.0674024,4.9856238,5.8598657,5.9187894,5.8816586,5.8610206,5.5979252,5.6064396,5.6886244,5.7727823,5.6782413,6.5589166,6.6068339,6.7122064,6.7397203,6.752986,6.6728191,7.3554902,7.4457717,7.3924775,7.3615851,7.0807238,7.0836492,7.1663585,7.24261,6.9651103,4.4518962,4.1235523,5.0301018,4.9463673,4.931881,4.926857,5.01612,5.0646663,5.015018,4.9759994,4.9552665,4.9371133,4.9258041,4.4983191,4.4147768,5.1064463,5.0090542,6.2431464,6.2147942,6.202189,6.1958475,6.3044667,6.3671093,6.3241687,6.3046484,6.2635603,6.2355886,6.2270269,6.6847324,6.4636645,5.4413543,5.3202109,6.3161507,6.2895865,6.2768545,6.2670569,6.4157238,6.5042605,6.4440928,6.4038553,6.3414049,6.3224435,6.3219357,6.5558386,6.3653469,4.6707282,4.4203115,5.5430179,5.4730101,5.4575038,5.4530349,5.5385799,5.5881567,5.5390081,5.5014033,5.4823923,5.4605422,5.4479923,5.3215756,5.2138362,5.180068,4.9959188,5.9884667,5.9445224,5.9295478,5.9238153,6.0545778,6.1378713,6.0795684,6.0352402,5.9861374,5.9680324,5.9637618,5.9817481,5.8368254,5.5865421,5.4810929,6.3542757,6.3356209,6.3234739,6.3008361,6.4796224,6.5773835,6.5134978,6.4703779,6.3937631,6.3778973,6.3820043,6.6067281,6.4111018,4.8821507,4.7623472,6.1184192,6.0793076,6.0639172,6.0575442,6.1433158,6.1941953,6.158309,6.1273284,6.1026421,6.0721569,6.0575128,6.4985981,6.317358,4.6831107,4.4432759,5.2382789,5.1846852,5.1635771,5.1621008,5.2870975,5.3846369,5.3319616,5.2794585,5.236824,5.2258286,5.2234082,4.9451232,4.8509769,4.9877019,4.8788571,6.1933222,6.1591716,6.1450076,6.1387181,6.2339206,6.2899961,6.2526498,6.2246013,6.1928854,6.1629863,6.1506815,6.6129107,6.411088,5.2797575,5.1565175,6.2682214,6.2369213,6.2237501,6.2171488,6.344274,6.4208102,6.3667946,6.3314619,6.2814226,6.2587166,6.2538104,6.5464563,6.3549185,3.9493847,3.5492072,4.236927,4.1382256,4.1213131,4.1123481,4.1900697,4.2275553,4.1827917,4.1446028,4.129715,4.1140947,4.1020899,3.4567008,3.4002359,4.173655,4.0979333,5.6284432,5.5931807,5.575057,5.5637069,5.6072884,5.6259789,5.623188,5.5963049,5.5955877,5.5605655,5.5392518,6.2238841,6.0658803,5.0789108,4.9131646,6.0568242,6.0120478,5.9972172,5.992085,6.103013,6.1716728,6.1195345,6.0808468,6.0430512,6.020062,6.0114336,6.1716881,6.0155435,5.2797694,5.1071248,5.9796162,5.9442086,5.92869,5.9194412,6.0739985,6.1751933,6.1137877,6.0642762,6.0020351,5.9882588,5.9886789,5.9795041,5.8355827,4.8499408,4.7678952,6.1438937,6.115418,6.1020336,6.0945902,6.1797109,6.2267346,6.2051129,6.1925249,6.1633544,6.1293497,6.1156697,6.7184057,6.47334,4.8079352,4.5434732,5.4220004,5.3585773,5.3417444,5.3378549,5.4546041,5.5314069,5.4762511,5.4301333,5.3916674,5.3760586,5.3698926,5.0837059,4.9811368,5.2941942,5.193985,6.3117628,6.2862778,6.2743502,6.2675905,6.3956866,6.4699388,6.417634,6.3932133,6.3407598,6.3168707,6.3128805,6.6887984,6.4730659,4.5859284,4.4919858,5.9793191,5.9426727,5.9259524,5.9173422,5.980617,6.0150876,6.0017257,5.9742289,5.961235,5.9263072,5.9070392,6.5155349,6.3323889,4.6092925,4.466661,5.8835845,5.8333707,5.8150105,5.8077173,5.8726463,5.9098725,5.8714495,5.8386202,5.8296561,5.7992077,5.780827,6.1538076,6.0160012,4.5882587,4.5145063,5.9756851,5.9452209,5.9286275,5.9187932,5.984148,6.0174599,6.0427694,6.0260816,6.0045724,5.9680295,5.9514384,6.6388412,6.3984532,3.7562306,3.684756,5.167223,5.1301246,5.1073437,5.091012,5.1175084,5.1219897,5.0946112,5.0665731,5.0784812,5.0457563,5.0235496,5.6645379,5.5497646,5.1139717,4.997694,6.2279596,6.1945152,6.1808605,6.1748605,6.2830176,6.3475375,6.3020067,6.2715559,6.2325311,6.2056613,6.1964269,6.582685,6.3852429,5.4716978,5.3390241,6.2224631,6.1971116,6.183444,6.1654053,6.3349533,6.4343815,6.3710933,6.3246655,6.2544851,6.2395821,6.2418208,6.3818822,6.2088985 ),.Dim=c(3107,15)), domesticviolence_pc_idw=structure(.Data=c( 6.1705437,6.9643388,7.1952353,9.190423,9.4554586,9.505578,9.7984972,9.9633398,10.731116,12.832119,13.559745,13.699712,13.77485,13.914442,15.795994,5.364953,6.199399,6.3589072,7.2664361,7.2715607,7.4525633,7.7106528,7.7936997,8.4625711,9.2472725,9.6821136,9.8105631,9.8206005,9.9725819,11.355819,5.4188218,6.0219254,6.208528,8.2216005,8.4419279,8.5205641,8.7692738,8.8788958,9.5314741,10.939306,11.496023,11.571039,11.635324,11.714922,13.717992,6.4228106,7.2600508,7.5059714,9.4542923,9.7375441,9.7718525,10.080276,10.280919,11.060907,13.678385,14.48116,14.670359,14.752125,14.939089,16.707523,6.330461,6.9234452,7.1346111,9.2382889,9.5195904,9.5276089,9.7727718,9.9769402,10.547943,14.56018,15.357321,15.490093,15.578796,15.725368,17.613169,5.5930548,6.2340479,6.4301825,8.4744644,8.7082539,8.774601,9.0308304,9.1515398,9.8289948,11.426464,12.032643,12.116925,12.18175,12.268872,14.304701,6.1028385,6.9651084,7.189136,8.9560404,9.1613569,9.2548513,9.5526161,9.6962147,10.498383,12.050521,12.68979,12.817756,12.874617,13.008166,14.6705,5.1073008,5.5395751,5.6943631,7.7891235,8.0170479,8.0120945,8.1980562,8.300662,8.7769032,11.797021,12.482561,12.554965,12.617061,12.710255,15.356222,4.4772015,4.9000368,5.0446281,7.0212097,7.2250996,7.2344842,7.4190726,7.4905887,7.9880342,9.749052,10.313903,10.361345,10.404699,10.483177,13.257196,4.7599154,5.1197991,5.2538395,7.2977791,7.5074191,7.4971509,7.6608238,7.7524762,8.1582232,11.578337,12.215419,12.279283,12.339477,12.425482,15.264316,6.2282047,7.0004621,7.2322645,9.2545576,9.5298824,9.5681305,9.8571196,10.032391,10.778489,13.168333,13.92856,14.076058,14.154873,14.303626,16.198586,5.8239651,6.9850101,7.2452374,8.7740622,9.0146055,9.0712309,9.5103273,9.685257,10.694908,12.40043,13.128302,13.554941,13.620727,13.961577,15.917403,6.0510907,7.1613445,7.412498,8.9658928,9.1809969,9.2606077,9.6476927,9.8101683,10.775002,12.332484,13.020677,13.284996,13.342056,13.580056,15.466382,5.2580609,5.7634468,5.9346881,8.0420132,8.2807169,8.2897282,8.4992285,8.6053066,9.157361,11.56567,12.250102,12.327534,12.389967,12.484754,14.993796,4.209403,4.5465407,4.6641388,6.5539742,6.7348871,6.7163925,6.8592124,6.9073029,7.3071842,9.6906519,10.299844,10.346017,10.386713,10.469175,13.472433,5.8544536,6.5912776,6.7884212,8.5201387,8.684288,8.8017836,9.0602474,9.174572,9.8815718,11.154236,11.697485,11.784373,11.834284,11.931254,13.448058,7.0464649,7.6975055,7.9320464,9.5527134,9.8219023,9.8177843,10.089239,10.416511,10.923259,17.168463,18.064016,18.346449,18.434574,18.744734,19.815407,5.9892316,6.8862185,7.0964117,8.6076069,8.7498207,8.8726149,9.1643724,9.2929001,10.08637,11.406389,11.993428,12.119287,12.156825,12.299643,13.810534,5.8541851,6.5050974,6.7120156,8.8174114,9.0812654,9.1120529,9.3681746,9.5128326,10.179299,12.496773,13.21598,13.324911,13.39867,13.513377,15.643809,5.8501434,6.6301155,6.816299,8.2920027,8.3966789,8.538249,8.790102,8.8989401,9.5997353,10.759542,11.274139,11.358828,11.384814,11.492163,12.816488,6.0046153,6.7978292,7.0128298,8.84758,9.0537281,9.1475859,9.4294901,9.5636501,10.324841,11.832703,12.448504,12.55689,12.615495,12.728803,14.40707,6.6363001,7.2665577,7.4909239,9.5128832,9.8012886,9.8082561,10.064707,10.304434,10.881449,15.361571,16.194077,16.35235,16.44536,16.623295,18.271839,5.6979017,6.3718495,6.5630984,8.3830509,8.5611334,8.672492,8.9226837,9.0304155,9.7055073,10.953046,11.481781,11.561602,11.61992,11.706573,13.317509,6.3036556,7.2225685,7.4691648,9.3276234,9.5868235,9.6452465,9.9696207,10.147812,10.995257,12.997162,13.736792,13.918,13.990641,14.165899,15.945013,5.4986334,5.8797617,6.0327291,8.1721182,8.4096279,8.4061947,8.5900326,8.7501173,9.1378956,14.290164,14.926313,15.013591,15.09834,15.185127,17.600224,5.8186359,6.4913039,6.6992249,8.7823486,9.0391321,9.0829802,9.3454123,9.4840727,10.17459,12.193307,12.879764,12.984054,13.05527,13.162676,15.246923,5.6716876,6.4856057,6.6534081,7.8012404,7.8375716,8.0025091,8.243165,8.3373127,9.0101881,10.00536,10.484479,10.577371,10.590486,10.719085,11.947938,5.6514282,6.1185741,6.2920504,8.4479408,8.6999445,8.6994696,8.9047356,9.0541611,9.5397148,13.408122,14.127754,14.220561,14.298377,14.40279,16.747009,6.6194396,7.4524131,7.7078309,9.4913616,9.7779512,9.7958641,10.126079,10.380491,11.116385,14.720515,15.60373,15.916956,16.002304,16.294498,17.747063,6.8813152,7.590663,7.833693,9.5060616,9.7821121,9.7836361,10.082549,10.384913,10.97029,16.211731,17.119667,17.441631,17.529062,17.854088,19.03051,5.6784425,6.3538733,6.5254803,8.0098734,8.1029758,8.2540359,8.4758358,8.5671053,9.1878757,10.216852,10.663778,10.734226,10.774173,10.866603,12.102027,6.3158197,7.3346615,7.5999484,9.3099279,9.5846901,9.6224976,9.9995251,10.216787,11.11741,13.549878,14.367733,14.714869,14.792049,15.088658,16.752821,6.4074526,7.3815565,7.6419787,9.4395237,9.7159977,9.7573261,10.10721,10.315775,11.189776,13.561682,14.366241,14.628401,14.706369,14.945539,16.65737,5.3864732,5.9851661,6.1676111,8.0546341,8.2490025,8.3503685,8.5915165,8.6915102,9.3283081,10.544892,11.056447,11.130093,11.195748,11.277086,13.082525,5.4778585,6.0885601,6.2601008,7.9090533,8.0404797,8.1732111,8.3962421,8.4852362,9.0849581,10.121715,10.585009,10.654669,10.709809,10.794479,12.237722,6.1655154,6.5546455,6.7183423,8.7967987,9.0447502,9.0423746,9.2320528,9.4689178,9.80093,16.960911,17.576908,17.677286,17.773327,17.859354,19.72439,6.4396734,7.1544447,7.3865666,9.4180746,9.7057734,9.7249117,10.00259,10.210077,10.887208,14.167687,14.987834,15.151411,15.237796,15.410475,17.204903,6.3202858,7.1624861,7.4166036,9.0702839,9.3440752,9.3640108,9.736248,9.9889488,10.730375,14.33528,15.213239,15.68364,15.764598,16.153944,17.495142,7.2101302,7.7952876,8.0172577,9.5925999,9.8532581,9.8449707,10.08048,10.432489,10.847898,18.369404,19.220757,19.431557,19.519056,19.782152,20.770613,7.0110316,7.6455102,7.8773575,9.6945562,9.9777699,9.9770174,10.232955,10.53266,11.055604,16.817476,17.685802,17.882637,17.976871,18.210096,19.490435,4.6108837,5.073092,5.2286592,7.2149887,7.4245691,7.4524312,7.6552706,7.7480617,8.2890759,9.887187,10.438821,10.485544,10.526086,10.600586,13.253694,7.0340314,7.5595789,7.7675104,9.5599356,9.8278284,9.821928,10.041044,10.359486,10.750558,18.232092,19.003946,19.153002,19.246807,19.428892,20.634312,6.1553135,6.9909043,7.2219191,9.1338148,9.3787689,9.4472742,9.7470932,9.9036283,10.700007,12.518345,13.208344,13.345176,13.414162,13.550806,15.34774,5.4138551,6.0088067,6.1971617,8.2775164,8.5159483,8.5649204,8.8089218,8.9257278,9.5697937,11.292562,11.91115,11.989495,12.051585,12.137163,14.366467,6.7668929,7.2447209,7.4385748,9.3796816,9.6462679,9.6422768,9.8528366,10.140269,10.516202,17.803589,18.52149,18.648125,18.744884,18.883785,20.306101,6.2304316,7.2988529,7.5600271,9.2476912,9.5036125,9.559454,9.9377422,10.12771,11.071129,13.013189,13.770396,14.058435,14.128781,14.381719,16.181295,6.7086406,7.4794216,7.7293468,9.4345465,9.7145615,9.7232275,10.046801,10.326097,10.986666,15.385368,16.288919,16.641376,16.727032,17.05855,18.340599,6.2411242,6.7473388,6.9406605,9.0729094,9.3447924,9.3463707,9.5684395,9.7763977,10.259887,15.150994,15.904319,16.020685,16.111992,16.237562,18.168995,5.1830835,6.291904,6.513453,7.7267456,7.8704367,7.9677501,8.473259,8.5655804,9.5142441,10.532693,11.059834,11.456244,11.492706,11.814021,14.168094,6.0830946,7.0859718,7.3196135,8.8820105,9.0672274,9.1674576,9.5031576,9.6516724,10.533508,12.00175,12.64913,12.82959,12.878972,13.060346,14.761706,5.9378815,6.6725702,6.8879824,8.8958101,9.1410017,9.2051449,9.4819794,9.6224585,10.357599,12.13618,12.797648,12.90676,12.975975,13.085676,14.997287,6.7852459,7.3634472,7.5809798,9.5577669,9.8416672,9.8426542,10.083525,10.350527,10.852667,16.411036,17.226902,17.379124,17.475483,17.652494,19.156292,6.3858666,7.3084826,7.5609694,9.4285564,9.7020588,9.7481222,10.077615,10.272287,11.117131,13.38113,14.161079,14.368481,14.445808,14.643477,16.403692,6.1579843,7.0920863,7.3514805,9.0168314,9.2909718,9.3214283,9.7135401,9.9427509,10.77541,13.64378,14.485502,14.952188,15.030273,15.404269,16.898588,5.8425279,6.5605321,6.7665944,8.7000542,8.9164896,9.0035477,9.2723341,9.3979912,10.118337,11.61377,12.213237,12.307511,12.370674,12.467191,14.247828,4.3256369,4.7028003,4.8321528,6.7652516,6.9567585,6.9480243,7.1071625,7.1610699,7.6064749,9.6201639,10.219117,10.265544,10.306871,10.388293,13.289229,4.5128999,4.9760537,5.128089,7.0626035,7.2662086,7.3125682,7.5272961,7.6287589,8.1799631,9.5653181,10.083877,10.124375,10.156452,10.228324,12.818691,5.9573464,6.5255404,6.7236013,8.8616085,9.1306486,9.1399422,9.3747311,9.5391636,10.114647,13.454401,14.216718,14.328478,14.408667,14.532384,16.675125,6.2358265,6.9430161,7.1680899,9.2343531,9.514925,9.539916,9.8132153,9.9949617,10.683887,13.502505,14.286326,14.4291,14.510993,14.659986,16.589102,6.0048456,7.0800414,7.3433414,8.9545298,9.2170267,9.2595978,9.6771698,9.8779516,10.823762,12.973322,13.755566,14.203221,14.276683,14.632698,16.353962,5.7326646,6.3078628,6.5013213,8.6331072,8.8937035,8.9081564,9.1421099,9.2825184,9.8806658,12.61972,13.353312,13.454225,13.527641,13.640033,15.899209,5.3238225,5.8737326,6.0542021,8.1615124,8.4033737,8.428525,8.6551371,8.765727,9.3650551,11.411766,12.068645,12.14703,12.209682,12.30055,14.701823,6.5401216,7.4135799,7.6692047,9.527441,9.8149815,9.8424273,10.16898,10.396443,11.185658,14.147097,14.993032,15.245451,15.329111,15.569162,17.195566,6.6785426,7.4347534,7.6795354,9.6011696,9.893012,9.9082222,10.201716,10.444908,11.128991,14.86688,15.732048,15.945397,16.034496,16.256741,17.829874,5.697556,6.8841233,7.1331363,8.5528622,8.7558556,8.8324652,9.2825012,9.4254436,10.441146,11.81677,12.47238,12.836843,12.889004,13.191764,15.35471,6.2412896,7.2281294,7.4752436,9.2106123,9.4462738,9.5197697,9.8594866,10.029339,10.917837,12.677245,13.386092,13.579871,13.644486,13.830786,15.58967,6.8394723,7.5471148,7.7887025,9.6639175,9.9541426,9.9614229,10.242393,10.512119,11.131475,15.672233,16.553885,16.77104,16.862999,17.100254,18.531374,13.220546,14.115643,15.705493,15.690341,15.579134,15.584241,15.633434,15.733912,16.239267,16.342216,16.567499,16.446024,16.338215,17.381168,17.453896,13.618646,14.681378,16.296223,16.387125,16.375618,16.381168,16.436398,16.557436,17.252289,17.328543,17.546747,17.419504,17.296379,17.866858,17.925236,14.756421,14.98173,16.759211,16.729265,16.733351,16.728128,16.748356,16.796061,17.040709,17.100634,17.23053,17.052895,16.910061,17.548336,17.492748,14.482723,14.980592,16.717714,16.754372,16.75001,16.752073,16.788256,16.86405,17.245348,17.312506,17.471109,17.317162,17.178139,17.773003,17.757666,13.77996,14.68784,16.331953,16.394262,16.368044,16.372562,16.422009,16.529549,17.119812,17.197718,17.402895,17.269953,17.144699,17.77043,17.81286,13.173443,14.388424,15.963499,16.007462,15.931938,15.937264,15.992484,16.116453,16.829275,16.915609,17.150885,17.032377,16.919575,17.629257,17.710657,15.961286,15.898841,17.836119,17.823517,17.830997,17.830236,17.838116,17.853992,17.930252,17.948233,17.98695,17.793852,17.617987,17.965813,17.819159,15.387306,15.528921,17.386992,17.401327,17.413347,17.413429,17.433485,17.473921,17.669212,17.708635,17.797569,17.61961,17.458803,17.889757,17.795658,15.164783,15.144728,17.006407,16.75503,16.741196,16.71818,16.702911,16.702099,16.797161,16.823431,16.870979,16.619892,16.46497,16.889559,16.767687,13.991707,14.557934,16.232504,16.243681,16.211237,16.212978,16.252306,16.334225,16.734776,16.820236,17.010284,16.866911,16.741787,17.593515,17.612036,14.977839,15.318995,17.11644,17.17046,17.188108,17.190256,17.222063,17.284874,17.598419,17.65177,17.777897,17.615578,17.464251,17.921848,17.871002,14.813786,15.206944,16.985292,17.03063,17.04055,17.042572,17.075371,17.142252,17.4774,17.534767,17.67115,17.51082,17.363525,17.866253,17.826166,14.392043,15.025626,16.739193,16.826172,16.84481,16.848763,16.893551,16.984394,17.466112,17.534113,17.705776,17.560228,17.421658,17.920362,17.924093,15.32092,15.427075,17.281404,17.25359,17.260826,17.257307,17.271786,17.305519,17.479259,17.518795,17.604956,17.41658,17.258142,17.720814,17.622938,15.902055,15.875201,17.801315,17.809366,17.819933,17.820126,17.831617,17.853146,17.9524,17.974216,18.021986,17.835167,17.660868,18.012794,17.875292,7.0568528,8.9192801,9.2533836,10.405135,10.66001,10.673911,10.998823,11.463706,12.809672,15.85683,16.930162,17.227427,17.076317,17.685324,19.040024,5.971467,8.6318054,8.9596949,9.9712429,10.21119,10.248363,10.677027,11.048763,13.003468,14.537053,15.387077,15.679076,15.53351,16.06682,19.280956,7.5089827,8.7597599,9.11763,10.451194,10.694386,10.686699,10.881299,11.993559,12.672559,14.477212,16.164776,16.250566,16.179043,17.043255,17.920364,7.017993,8.6472712,9.0133467,10.188346,10.398314,10.466608,10.733848,12.062075,12.852242,13.7397,14.968548,15.027081,14.839873,15.714952,16.537647,6.9153757,8.2957458,8.6461716,10.003448,10.226537,10.236598,10.422987,11.792293,12.453099,13.781118,15.281384,15.347846,15.263494,16.088467,16.954609,6.3672876,9.3937759,9.7373915,10.74146,10.983335,11.013735,11.390433,11.82614,13.977187,15.45363,16.339842,16.562763,16.43429,16.961145,19.472387,6.4073782,9.8017893,10.150176,11.115406,11.353054,11.382801,11.739836,12.211185,14.576999,15.879096,16.754074,16.93812,16.822706,17.341078,19.685984,6.7929983,8.2643805,8.620801,9.9451981,10.163343,10.19415,10.393752,11.820971,12.511412,13.643984,15.062158,15.125947,15.025523,15.853282,16.714689,5.7743373,7.8928533,8.2120104,9.3146257,9.5599718,9.5993271,10.058441,10.393126,12.021955,13.859205,14.765031,15.271229,15.097368,15.737036,18.169317,6.6916623,10.525144,10.886827,11.812436,12.045853,12.075602,12.384611,12.952024,15.546299,16.626242,17.537697,17.669821,17.561663,18.112581,19.744173,7.6661148,8.3645792,8.6432915,10.026666,10.254741,10.208356,10.372308,11.380802,11.686827,15.690139,17.482126,17.588238,17.525629,18.398697,19.080107,7.7812905,9.3738699,9.740346,10.947531,11.206292,11.203832,11.440866,12.190619,13.24011,15.666151,17.124376,17.250614,17.155418,17.907282,18.900427,6.8202114,9.6227007,9.9778862,11.031178,11.281596,11.305684,11.642335,12.12705,14.105362,15.835168,16.82107,17.028517,16.899778,17.463459,19.295477,5.4650207,10.158954,10.476346,11.241935,11.443604,11.476776,11.859228,12.331128,15.490542,16.213078,16.879642,17.006891,16.922075,17.356783,20.731455,7.6144433,9.7430468,10.126678,11.259855,11.517139,11.531731,11.791379,12.517133,13.948147,15.717377,17.030602,17.148998,17.042435,17.762075,18.854126,7.7855167,8.6643229,8.9495287,10.130131,10.359729,10.332408,10.525108,11.222954,11.722476,17.641052,18.995905,19.148193,19.067249,19.73455,20.450577,7.6384559,10.149879,10.532333,11.469545,11.692987,11.746552,12.0818,12.887229,14.517515,15.39454,16.483389,16.556534,16.32534,17.16073,18.069725,7.0126452,7.5578709,7.7107549,8.3636284,8.4892139,8.4775753,8.6221733,9.1204748,9.2550793,23.146507,23.645395,23.900316,23.847069,24.158318,24.533543,7.5131059,8.5272484,8.798769,9.8543587,10.070596,10.05656,10.27389,10.835054,11.448616,18.625858,19.670925,19.896456,19.800451,20.347498,21.090733,6.7949014,10.050512,10.411688,11.408336,11.652407,11.678547,12.000945,12.525707,14.777025,16.18166,17.14249,17.307098,17.192116,17.748919,19.520512,6.3906732,8.3034801,8.6302128,9.7788172,10.032011,10.062547,10.457911,10.843833,12.287085,14.80196,15.80656,16.258488,16.085896,16.731791,18.379011,6.5072265,9.0051651,9.3454256,10.42993,10.680235,10.708587,11.087927,11.503793,13.321213,15.199862,16.146194,16.441568,16.290224,16.857523,18.988184,7.6246147,9.62848,10.002739,11.150784,11.410491,11.41929,11.681144,12.353254,13.717885,15.850396,17.156521,17.293732,17.186401,17.883955,18.998878,7.5488982,10.06429,10.457051,11.469349,11.705981,11.750051,12.043262,12.865746,14.505329,15.535969,16.708605,16.790022,16.624043,17.409224,18.383039,7.6226306,8.6789284,9.0205889,10.383102,10.624734,10.601138,10.785912,11.878778,12.430117,14.573718,16.374996,16.465311,16.402416,17.301132,18.133472,7.1722322,10.324017,10.70287,11.700708,11.945933,11.973175,12.264154,12.888624,15.033165,16.317633,17.375731,17.498997,17.3834,18.010435,19.318861,7.1148272,9.8567038,10.223088,11.283789,11.536912,11.557639,11.864408,12.409784,14.320036,16.066195,17.129385,17.299852,17.180056,17.776888,19.281696,7.8073311,8.6119337,8.9018688,10.191431,10.425935,10.388984,10.569709,11.40644,11.83345,16.54995,18.149862,18.275269,18.202822,18.983418,19.69809,5.9600229,11.183309,11.512686,12.289077,12.492682,12.525544,12.832319,13.409603,16.821806,17.455517,18.181387,18.290907,18.194714,18.666796,20.454992,7.0183105,10.26121,10.632677,11.627771,11.872632,11.898669,12.199577,12.780637,15.000127,16.338263,17.353155,17.491827,17.378868,17.97155,19.442163,6.2886658,11.387193,11.727435,12.503393,12.708626,12.744692,13.040691,13.659472,16.990259,17.590149,18.35091,18.448492,18.329582,18.855776,20.189034,7.8718209,9.1602449,9.5059805,10.738437,10.993002,10.977814,11.199022,11.9441,12.772217,15.927456,17.447245,17.580509,17.491619,18.253141,19.161465,7.8023152,9.0451288,9.4009705,10.691311,10.942794,10.927453,11.132429,12.055657,12.797991,15.104073,16.781588,16.88468,16.809086,17.652481,18.539684,7.8228126,9.0192051,9.3446331,10.542582,10.790547,10.773611,10.99577,11.668548,12.43823,16.640535,18.041096,18.198479,18.104517,18.805403,19.675829,7.1462913,9.4581966,9.8135395,10.926028,11.183024,11.199626,11.513167,12.022553,13.660935,15.912776,16.99799,17.212387,17.079771,17.680399,19.150461,7.5538731,9.8084736,10.202408,11.298624,11.544465,11.577063,11.841628,12.697431,14.157159,15.401603,16.684233,16.772528,16.645102,17.418591,18.419405,5.133812,10.75251,11.050391,11.733536,11.915718,11.947728,12.30713,12.818504,16.486544,16.977802,17.57354,17.676983,17.598288,17.999538,21.119591,7.9419231,8.945014,9.2674351,10.538782,10.784945,10.755022,10.951703,11.753178,12.350979,16.015202,17.656588,17.781013,17.704483,18.51046,19.316336,7.1423125,8.3368101,8.6117687,9.6914244,9.9119358,9.9066114,10.178186,10.649156,11.453144,17.592449,18.562128,18.914318,18.784266,19.354774,20.255159,6.8670068,9.1890764,9.5352507,10.648501,10.903608,10.925153,11.269256,11.725636,13.399254,15.603611,16.624969,16.892485,16.745962,17.332153,19.017189,4.9628406,12.482831,12.745765,13.332514,13.489761,13.518921,13.774486,14.429556,19.04788,19.187136,19.707876,19.783957,19.690166,20.071447,21.336599,7.4618168,10.260812,10.652313,11.648686,11.888756,11.926631,12.21628,12.965489,14.828754,15.908813,17.043613,17.134975,16.988241,17.721708,18.767057,7.4610624,9.4451952,9.8027706,10.945601,11.204647,11.212799,11.494592,12.065199,13.450397,16.072582,17.272072,17.456621,17.335192,17.975653,19.189573,7.3767715,9.265975,9.6527605,10.817269,11.051719,11.0941,11.344485,12.426184,13.536268,14.647847,15.981189,16.053173,15.917764,16.745716,17.660246,7.3021822,8.6434851,9.0028973,10.337958,10.575037,10.576271,10.770303,11.967332,12.674072,14.246367,15.852771,15.930787,15.853462,16.699099,17.582727,4.8602486,11.617279,11.891748,12.50852,12.673751,12.70373,13.016216,13.589913,17.844822,18.121756,18.658939,18.748108,18.672134,19.039541,21.395912,7.4797606,8.1113262,8.3327284,9.3439178,9.5341034,9.5110149,9.6719246,10.321572,10.571016,20.279306,21.264107,21.416151,21.346508,21.828976,22.356699,7.3071995,8.8577452,9.1782646,10.325712,10.57351,10.576106,10.863711,11.365499,12.455071,16.54195,17.649878,17.921455,17.784647,18.39142,19.496914,7.002419,10.726357,11.100891,12.013559,12.245356,12.27997,12.576283,13.216816,15.716673,16.674078,17.636251,17.741776,17.614573,18.23522,19.475212,6.1575332,10.683077,11.024414,11.866826,12.08398,12.115862,12.441636,12.981876,16.005219,16.848206,17.633196,17.761248,17.663647,18.152891,20.20764,7.4810467,9.2967911,9.6822033,10.884784,11.129179,11.15291,11.387133,12.396851,13.500058,14.862378,16.282436,16.365273,16.259546,17.066452,18.017567,6.3034286,10.181825,10.529024,11.438325,11.667496,11.698182,12.042867,12.543294,15.195526,16.276848,17.112352,17.267076,17.162468,17.666365,19.94092,7.4474916,10.018602,10.403201,11.473346,11.726707,11.748458,12.024783,12.696549,14.44484,15.979612,17.17058,17.291904,17.178455,17.856701,19.038984,6.7935057,8.1882038,8.4842548,9.6264696,9.8651562,9.8766937,10.211832,10.635007,11.652508,16.112125,17.116323,17.556583,17.398703,18.031824,19.15066,6.5816793,10.966383,11.323437,12.17923,12.400433,12.434278,12.733582,13.338896,16.253666,17.076668,17.930555,18.040466,17.92717,18.478683,19.90366,7.6612902,8.5843811,8.858182,9.9498148,10.169442,10.149561,10.350101,10.966355,11.499374,18.507391,19.661774,19.844645,19.758909,20.34008,21.045425,6.7959013,11.210685,11.568134,12.365208,12.576307,12.617682,12.93214,13.574527,16.501434,17.150969,17.980467,18.070091,17.906836,18.529448,19.636711,7.6003699,9.7539291,10.143793,11.271558,11.524616,11.54572,11.802201,12.602151,14.020739,15.526892,16.85257,16.954357,16.844378,17.594109,18.637438,7.4840331,9.200469,9.5428486,10.699356,10.955099,10.957954,11.234121,11.788748,12.985373,16.300383,17.496433,17.704386,17.579941,18.213236,19.343847,7.4476218,9.7185163,10.089572,11.203815,11.462365,11.475824,11.756775,12.361246,13.933171,15.995765,17.193258,17.348801,17.233593,17.884352,19.127974,7.8815732,8.7558117,9.0697966,10.413751,10.653502,10.614397,10.792097,11.743694,12.207116,15.331903,17.163502,17.268225,17.205051,18.100523,18.865442,7.2916999,8.3550301,8.6179371,9.6520395,9.862258,9.8517418,10.089903,10.595875,11.263478,18.531528,19.481342,19.778866,19.669353,20.203682,20.984459,7.3223033,9.976614,10.353132,11.419447,11.673588,11.693553,11.980912,12.589524,14.416899,16.084272,17.219915,17.361889,17.247623,17.885342,19.19021,7.2181611,10.759156,11.135699,12.015176,12.240118,12.282043,12.597357,13.273985,15.644984,16.482481,17.445473,17.535219,17.362801,18.056061,19.118948,7.6120529,9.2389879,9.6171665,10.854585,11.105268,11.113265,11.337205,12.291631,13.291234,14.976618,16.48912,16.582315,16.491865,17.2997,18.253193,7.4875646,10.564713,10.941442,11.814517,12.034962,12.083603,12.425582,13.136978,15.18951,15.999805,16.991261,17.070898,16.846195,17.624601,18.580301,5.9627028,11.794209,12.112303,12.811492,12.99996,13.036388,13.329035,13.958737,17.703899,18.115288,18.786203,18.873812,18.746607,19.245556,20.480814,7.8976617,8.9665747,9.3050766,10.608776,10.85725,10.830381,11.025517,11.922543,12.546882,15.326685,17.063925,17.172066,17.100883,17.9589,18.795332,7.7854419,9.2406321,9.6075211,10.853376,11.109014,11.103453,11.324952,12.179064,13.096225,15.301516,16.865301,16.974499,16.888874,17.690264,18.633169,5.7772021,9.4401646,9.7703161,10.644282,10.866689,10.901403,11.308169,11.731084,14.29422,15.352427,16.105051,16.280416,16.178663,16.649454,20.180428,7.7043653,9.4973516,9.8769054,11.065817,11.323066,11.33039,11.571667,12.372526,13.545421,15.454049,16.886395,16.997471,16.900194,17.662495,18.676611,7.5600595,9.6053114,9.9876595,11.015796,11.238091,11.298815,11.610753,12.590049,13.820676,14.728368,15.907599,15.973105,15.753538,16.625137,17.494097,7.7081928,9.319623,9.673254,10.854603,11.112712,11.110202,11.361042,12.007287,13.100185,16.111868,17.452337,17.61087,17.504381,18.195719,19.227047,7.631321,8.9851351,9.3072653,10.463753,10.710272,10.702218,10.948425,11.535628,12.442857,16.894564,18.128464,18.327425,18.216745,18.85306,19.797697,7.3904872,10.260247,10.648924,11.662996,11.908336,11.939095,12.222064,12.922666,14.854827,16.07267,17.206022,17.310465,17.18465,17.875439,19.008076,10.145864,11.16299,11.371132,11.619015,11.880366,11.895972,12.10117,12.2619,13.228693,13.573786,14.328929,14.197258,14.22306,15.062601,14.800141,7.64182,8.3798237,8.511692,7.8789721,7.9969282,8.0006027,8.1471148,8.2298956,8.9117184,9.2015629,9.6736126,9.3566523,9.3899546,10.168137,10.216537,9.499301,10.405192,10.591189,10.530844,10.742095,10.748942,10.927783,11.05571,11.917431,12.242427,12.907044,12.700831,12.726751,13.586913,13.387771,9.4768791,10.239715,10.405598,10.440681,10.64995,10.653603,10.81778,10.928011,11.695016,11.994254,12.588593,12.411894,12.432556,13.18426,12.72717,9.6480474,10.592878,10.786152,10.777202,10.99613,11.003887,11.186384,11.321209,12.212342,12.542347,13.233437,13.038473,13.063804,13.942164,13.761893,9.8319044,10.665136,10.845801,11.015288,11.249301,11.258593,11.439507,11.569087,12.400636,12.716389,13.363912,13.219109,13.242825,14.007061,13.530385,10.098018,11.084693,11.288868,11.518703,11.775502,11.789865,11.991234,12.146789,13.092077,13.433185,14.170986,14.03518,14.060809,14.891899,14.594276,6.9174814,7.313787,7.3982801,7.5874867,7.7258906,7.735702,7.8496599,7.9158411,8.3533525,8.557188,8.8620758,8.8297882,8.8534241,9.286418,8.8331347,9.0474081,9.8835506,10.053117,9.8287373,10.017236,10.022802,10.193066,10.30576,11.105032,11.418248,12.026545,11.785589,11.81312,12.646842,12.476794,10.153357,11.274344,11.490348,11.615538,11.852995,11.867508,12.060807,12.22091,13.218222,13.556139,14.357592,14.192504,14.211613,15.152999,15.141863,9.7081242,10.484531,10.655194,10.823404,11.049188,11.057371,11.230281,11.350588,12.137617,12.441887,13.054405,12.914615,12.937463,13.667511,13.125581,9.1829824,9.7975159,9.9358931,10.186285,10.391605,10.401489,10.555868,10.655281,11.307843,11.575815,12.078817,11.990885,12.014604,12.605658,11.89582,14.639805,15.764756,15.946208,16.003002,16.162052,16.237036,16.40803,16.607944,17.417717,17.616758,19.217703,19.1131,19.140697,19.75761,19.974962,9.646677,10.691664,10.872759,10.548531,10.702689,10.694681,10.825818,10.924665,11.779924,12.064894,12.760375,12.471158,12.467267,13.428528,13.597358,10.483338,11.71165,11.925444,12.007303,12.233165,12.254509,12.445872,12.613997,13.641161,13.965595,14.834293,14.657259,14.671758,15.594615,15.741584,10.312984,11.497189,11.717132,11.90025,12.148486,12.168202,12.371152,12.543871,13.582066,13.924366,14.764853,14.615198,14.635054,15.558668,15.594668,9.94765,10.791595,10.974873,11.203211,11.446557,11.457813,11.64413,11.779253,12.624089,12.943315,13.601657,13.472128,13.496883,14.247175,13.737286,7.767467,8.3007412,8.4022722,7.8967242,8.0216627,8.002244,8.108922,8.1522427,8.6882257,8.9189653,9.3158588,9.0194159,9.0236616,9.6272573,9.3891487,10.983758,12.301529,12.517893,12.656205,12.886751,12.921836,13.124329,13.314518,14.38093,14.697995,15.661524,15.509175,15.527956,16.405411,16.622095,10.032257,11.107797,11.320405,11.416094,11.649033,11.660792,11.850205,12.003491,12.975283,13.312119,14.086092,13.91434,13.934752,14.875297,14.8198,10.17276,11.140494,11.343004,11.629027,11.894296,11.909704,12.114699,12.271999,13.212425,13.553866,14.286115,14.165299,14.191916,14.987135,14.616114,9.8998508,10.932312,11.139764,11.197909,11.425505,11.434963,11.621023,11.767653,12.713649,13.049013,13.795484,13.615244,13.637439,14.56709,14.473471,9.9425287,10.742712,10.91897,11.187525,11.430824,11.44265,11.626556,11.757759,12.572172,12.884112,13.518793,13.404052,13.42932,14.136065,13.535408,10.119072,11.192578,11.406009,11.591003,11.841692,11.856913,12.057903,12.219762,13.208064,13.552598,14.332424,14.183978,14.20753,15.105091,14.978704,8.5379295,9.0416088,9.1581612,9.1071968,9.260787,9.2567873,9.3703737,9.4333286,9.983223,10.217664,10.639859,10.47514,10.491028,11.087675,10.489223,9.6327658,10.627138,10.831656,10.748268,10.94906,10.949694,11.115849,11.244658,12.146944,12.471211,13.182566,12.970013,12.990054,13.968431,13.934729,10.316158,11.479218,11.701482,12.000312,12.274093,12.295809,12.514181,12.696079,13.7531,14.109693,14.942449,14.823873,14.849264,15.723237,15.655038,10.029338,10.946353,11.140942,11.363113,11.613636,11.626187,11.82061,11.966208,12.863966,13.195522,13.895241,13.759627,13.784943,14.580055,14.179681,9.1134109,9.9002104,10.064558,9.8882637,10.079143,10.081031,10.244241,10.349892,11.118414,11.421402,12.011871,11.781618,11.804837,12.603967,12.334375,11.374167,12.723121,12.938999,13.091608,13.318769,13.3624,13.567453,13.768166,14.837288,15.143449,16.173941,16.034027,16.055351,16.903053,17.148615,9.1284895,9.9411936,10.109282,9.9280386,10.120708,10.124807,10.292697,10.4032,11.190258,11.499003,12.102499,11.871366,11.896692,12.71229,12.47848,8.8192759,9.5062246,9.6498308,9.4106665,9.5832224,9.5759993,9.7175617,9.7994795,10.484893,10.762094,11.284416,11.037861,11.052038,11.77951,11.451419,12.913643,14.102253,14.292618,14.23004,14.39771,14.453709,14.624752,14.806827,15.689657,15.926547,17.146658,16.969183,16.988598,17.736862,17.970015,9.8228722,10.744395,10.937312,11.035646,11.269005,11.278702,11.465801,11.604249,12.492345,12.821605,13.512703,13.344784,13.369497,14.206591,13.909123,10.257701,11.388042,11.607377,11.867604,12.133119,12.152536,12.36446,12.539145,13.570985,13.923023,14.737458,14.608512,14.633011,15.517112,15.424689,10.880037,11.931949,12.087456,11.57501,11.693802,11.706237,11.826433,11.928078,12.713356,12.94869,13.745747,13.415963,13.410566,14.216834,14.447227,12.342652,13.695737,13.906601,14.066245,14.278719,14.338421,14.541817,14.756801,15.78879,16.064213,17.258841,17.14205,17.168119,17.945894,18.214287,10.245807,11.246631,11.453837,11.7766,12.051116,12.068259,12.280123,12.444762,13.412715,13.760512,14.51281,14.40057,14.428072,15.221456,14.876796,9.9819012,10.968142,11.171038,11.326618,11.57139,11.583778,11.779058,11.929249,12.864787,13.202983,13.934008,13.779095,13.803958,14.66332,14.421527,10.428411,11.672466,11.89784,12.179368,12.448018,12.473596,12.692562,12.882122,13.972536,14.325773,15.20168,15.080063,15.103694,15.994386,16.051167,10.226889,11.265468,11.476716,11.774882,12.046523,12.064026,12.275966,12.443365,13.431188,13.781326,14.551139,14.432154,14.458921,15.284536,15.019996,10.578328,11.894214,12.121609,12.420592,12.690763,12.721852,12.945962,13.146398,14.271627,14.623188,15.542111,15.428439,15.452691,16.331606,16.469595,10.198241,11.262527,11.476047,11.738482,12.003986,12.021276,12.230745,12.398268,13.395214,13.744895,14.525402,14.397058,14.422734,15.278954,15.081568,10.251415,11.33408,11.54989,11.848597,12.121742,12.140548,12.355247,12.527993,13.541987,13.895589,14.6877,14.568652,14.595097,15.440846,15.247417,8.8755884,9.475338,9.6096268,9.7126141,9.8976831,9.9012127,10.041199,10.126811,10.759035,11.019903,11.508258,11.378768,11.397685,12.030509,11.43788,8.7784433,9.5130272,9.6646843,9.3726635,9.5462933,9.5428762,9.6940565,9.7848425,10.503187,10.792685,11.342131,11.085517,11.10583,11.881162,11.642096,6.8781886,7.2820354,7.368927,7.5221648,7.6590981,7.6642795,7.7703876,7.8235192,8.2646284,8.4661531,8.7967129,8.7468386,8.7624664,9.229784,8.8186703,10.019071,10.965365,11.163753,11.363639,11.613158,11.625787,11.821404,11.969549,12.884877,13.219933,13.933744,13.791206,13.816442,14.636667,14.298555,10.11237,11.024515,11.219109,11.493064,11.75138,11.765259,11.963521,12.112155,13.01236,13.345092,14.046242,13.924429,13.950597,14.720845,14.271529,10.050203,11.081214,11.289863,11.460987,11.70922,11.722976,11.921499,12.077847,13.041431,13.383585,14.139665,13.988065,14.012458,14.89274,14.70985,9.7441139,10.593484,10.775596,10.876617,11.1041,11.111964,11.291315,11.419392,12.257305,12.574889,13.226367,13.061971,13.08544,13.878168,13.475718,9.4074869,10.10797,10.263534,10.392087,10.60044,10.606082,10.764921,10.869888,11.591694,11.878225,12.438487,12.297315,12.318254,13.011095,12.434385,9.0430231,9.6579037,9.7957296,10.004168,10.20313,10.211224,10.360999,10.456108,11.10578,11.372497,11.873919,11.77541,11.797288,12.410108,11.756576,10.211217,11.366724,11.578444,11.614341,11.833049,11.846281,12.028078,12.181365,13.170019,13.494704,14.308718,14.1174,14.130234,15.084385,15.175163,9.5803394,10.54384,10.738745,10.677377,10.886874,10.891929,11.068903,11.200979,12.095356,12.424718,13.119179,12.911321,12.936213,13.846467,13.736019,10.737027,12.061873,12.284968,12.511353,12.76329,12.796094,13.010386,13.206639,14.309772,14.646269,15.585063,15.453765,15.475297,16.360165,16.542917,9.9051981,10.801213,10.99171,11.152617,11.392435,11.402913,11.590937,11.729524,12.606309,12.932949,13.615916,13.465064,13.489591,14.293777,13.910258,9.5259981,10.339004,10.513071,10.520967,10.7338,10.738515,10.909247,11.026628,11.830056,12.139576,12.761994,12.57498,12.597336,13.386978,13.008657,11.261797,12.452754,13.555182,14.001258,14.265652,14.345365,14.503762,14.842338,15.632428,16.125448,16.915886,16.891544,16.837399,17.137323,17.837734,11.648111,13.319012,14.539083,14.767427,14.746677,14.789755,14.912393,15.164965,16.071302,16.332525,16.910688,16.852398,16.783089,17.0502,17.463102,11.2864,12.528839,13.634695,14.076769,14.32572,14.404472,14.562186,14.90339,15.716474,16.188372,16.97373,16.944624,16.889238,17.187328,17.870665,12.050713,13.652395,14.968344,15.047708,14.885593,14.913635,15.011032,15.198138,15.945068,16.143538,16.624214,16.552229,16.477228,16.744242,17.037914,9.9585495,12.372423,13.291723,13.758052,13.941545,14.078032,14.261211,14.775659,16.161182,16.533497,17.269598,17.254049,17.184818,17.477438,18.138237,10.478705,12.423398,13.416022,13.879179,14.077827,14.189925,14.362506,14.813786,15.95724,16.373657,17.150684,17.127071,17.066465,17.362171,18.038456,11.732356,12.785909,13.966743,14.361022,14.579537,14.642008,14.785198,15.064265,15.78852,16.194235,16.889301,16.858725,16.797127,17.083988,17.669449,11.589849,12.701887,13.858791,14.268397,14.497222,14.564362,14.712351,15.010034,15.762684,16.190956,16.915411,16.885757,16.826267,17.116575,17.735205,12.22654,13.421156,14.693378,14.989574,15.090599,15.133431,15.255115,15.493821,16.243389,16.525902,17.11849,17.053087,16.978619,17.24798,17.658447,10.402596,11.992672,12.964355,13.478432,13.765335,13.907514,14.086485,14.585907,15.500901,16.05179,16.926041,16.90773,16.856724,17.176338,17.975172,11.920418,13.016766,14.227645,14.597957,14.782805,14.838721,14.975943,15.244856,15.982053,16.344576,17.014355,16.968822,16.903212,17.184233,17.713146,11.556769,13.357049,14.599895,14.729995,14.592989,14.62896,14.740101,14.963397,15.838263,16.069807,16.600508,16.540171,16.472342,16.739338,17.105782,11.275433,13.17296,14.354054,14.56255,14.497048,14.542896,14.669307,14.934042,15.924276,16.18787,16.768633,16.717449,16.653093,16.920425,17.353207,10.927863,12.615751,13.676136,14.110759,14.298779,14.3861,14.548106,14.934753,15.956957,16.364662,17.127398,17.095081,17.03532,17.326536,17.96953,11.655434,13.185612,14.378303,14.69276,14.773886,14.826197,14.960412,15.242702,16.148144,16.452425,17.087898,17.034344,16.96603,17.238249,17.713839,12.951441,13.85649,15.248504,15.469913,15.541066,15.568023,15.66327,15.837457,16.429033,16.641317,17.12804,17.039455,16.951948,17.21233,17.473709,11.535414,12.701807,13.848996,14.263917,14.490639,14.559602,14.709539,15.018134,15.795624,16.226198,16.964115,16.931541,16.872526,17.163731,17.790314,13.245364,14.229642,15.672865,15.790142,15.759077,15.77949,15.860161,16.00592,16.555372,16.71703,17.141428,17.040562,16.945824,17.204473,17.383411,11.580285,12.835962,13.992166,14.393426,14.591717,14.657746,14.805334,15.114337,15.929564,16.327633,17.050411,17.009918,16.948433,17.235565,17.828167,12.396736,13.373632,14.665307,14.978477,15.120914,15.162787,15.282457,15.505166,16.171415,16.464518,17.052505,16.989342,16.914972,17.185627,17.595036,11.193189,12.536057,13.627809,14.074199,14.312722,14.395015,14.554803,14.912701,15.770749,16.233456,17.025656,16.994301,16.938515,17.236795,17.91958,11.364061,12.79404,13.919623,14.327697,14.512949,14.584342,14.736278,15.070482,15.966733,16.361666,17.09693,17.057169,16.996075,17.283579,17.887186,11.753119,13.1638,14.362724,14.697347,14.810784,14.864367,14.999796,15.28176,16.144251,16.463022,17.111538,17.058035,16.98979,17.26438,17.753136,12.891427,13.696305,15.079487,15.328202,15.43455,15.462425,15.559491,15.731811,16.29841,16.525444,17.021608,16.939005,16.854172,17.115505,17.394356,11.83517,12.916649,14.113182,14.495637,14.695842,14.754834,14.895078,15.169855,15.903753,16.285734,16.969641,16.929979,16.866308,17.150076,17.705673,12.070428,13.048815,14.284026,14.643068,14.830599,14.882858,15.015099,15.262179,15.945216,16.295679,16.936714,16.893206,16.826246,17.105223,17.60783,12.59057,13.669783,15.002963,15.253542,15.327159,15.361278,15.469505,15.674665,16.351767,16.594345,17.130308,17.052879,16.971794,17.235992,17.567257,12.610546,13.848613,15.204379,15.370611,15.344867,15.373287,15.471664,15.658218,16.33917,16.54364,17.033043,16.950457,16.866974,17.129284,17.407007,11.318965,13.081728,14.232987,14.542998,14.597349,14.653579,14.792585,15.094493,16.10475,16.40814,17.049742,17.002197,16.936651,17.208204,17.701956,12.066921,12.949953,14.187196,14.546035,14.7449,14.797606,14.928557,15.161613,15.803853,16.156178,16.776482,16.745487,16.679689,16.95907,17.46191,11.724781,12.888927,14.067702,14.458476,14.656982,14.718905,14.862509,15.15309,15.925282,16.314419,17.017382,16.976418,16.913713,17.19895,17.77128,10.415998,12.175492,13.152434,13.648439,13.895123,14.028171,14.205462,14.692073,15.711437,16.196428,17.025892,17.006012,16.950073,17.259775,18.003057,10.432843,11.866226,12.840433,13.362327,13.687946,13.827679,14.006608,14.496959,15.333858,15.950486,16.862125,16.844437,16.798073,17.123873,17.969065,12.257962,13.353089,14.624262,14.940354,15.071675,15.116046,15.239571,15.477655,16.194765,16.492872,17.097128,17.034609,16.961336,17.232845,17.660612,12.577607,13.946379,15.3254,15.383554,15.234504,15.257809,15.34693,15.508396,16.147409,16.320169,16.757837,16.676188,16.593019,16.860294,17.09309,11.566416,12.516763,13.683024,14.079705,14.320558,14.38646,14.529819,14.796206,15.475062,15.903747,16.568708,16.568615,16.508223,16.797533,17.406778,10.741286,12.853139,13.913594,14.270491,14.349626,14.421052,14.575186,14.935849,16.15312,16.47279,17.149675,17.115004,17.052317,17.325319,17.878019,10.880522,12.366092,13.409397,13.881626,14.131486,14.230062,14.397701,14.803093,15.720029,16.207024,17.033262,17.006063,16.951981,17.256676,17.980375,10.364568,11.425381,12.409467,12.915213,13.404743,13.51287,13.690639,14.103667,14.823749,15.731888,16.662594,16.655472,16.618259,16.941463,17.861332,13.171678,13.949897,15.383779,15.584115,15.654708,15.676262,15.760828,15.9121,16.442263,16.63241,17.081713,16.985468,16.893576,17.151213,17.361637,12.295853,13.693709,15.011125,15.179364,15.132936,15.164404,15.268499,15.470441,16.214861,16.432096,16.942528,16.867437,16.788824,17.052803,17.366282,12.795928,13.478432,14.853558,15.11616,15.246541,15.273503,15.368748,15.526707,16.050871,16.282827,16.764101,16.695049,16.613356,16.874756,17.153826,13.121793,14.247803,15.686061,15.740005,15.626866,15.646585,15.726005,15.865405,16.412739,16.562675,16.969734,16.873865,16.781473,17.044886,17.216637,13.149272,14.050035,15.475431,15.654856,15.691134,15.714004,15.800752,15.959036,16.52305,16.708891,17.161594,17.064648,16.972412,17.230682,17.444468,10.935483,12.076702,13.130833,13.607075,13.939389,14.031558,14.198208,14.564157,15.32881,15.937981,16.785971,16.774099,16.726442,17.037319,17.832418,10.79216,12.672428,13.719284,14.138797,14.297014,14.38314,14.545042,14.936213,16.055466,16.432272,17.169922,17.138193,17.076464,17.361826,17.979206,12.890792,13.948714,15.336709,15.518559,15.533625,15.560018,15.654119,15.829345,16.453732,16.652519,17.129427,17.040016,16.952219,17.212574,17.464195,11.9572,13.159059,14.380617,14.72909,14.879116,14.931565,15.06537,15.333358,16.109446,16.441942,17.092955,17.039225,16.970778,17.247498,17.739773,10.080817,11.181888,12.118144,12.652537,13.183577,13.309909,13.493188,13.960702,14.673873,15.664762,16.681881,16.670246,16.638494,16.977062,17.981079,12.518161,13.525991,14.841286,15.127067,15.241025,15.278702,15.392443,15.605691,16.272579,16.539968,17.101856,17.030613,16.952579,17.219717,17.587732,10.113191,12.094874,13.032372,13.53185,13.765848,13.93103,14.113727,14.661823,15.757411,16.217226,17.012989,16.998707,16.93889,17.248476,17.98134,11.241772,12.888605,14.006693,14.387548,14.524224,14.592818,14.742728,15.078719,16.071047,16.426086,17.129421,17.087929,17.024557,17.305136,17.870329,12.919324,13.645748,15.040322,15.286018,15.398604,15.423983,15.516457,15.676047,16.209465,16.429518,16.908226,16.826578,16.741318,17.001062,17.261578,11.936191,13.515323,14.789875,14.959129,14.889544,14.924536,15.034596,15.253413,16.071276,16.301918,16.833578,16.766499,16.693151,16.958691,17.309614,12.408728,13.2448,14.537757,14.860182,15.026919,15.069129,15.187925,15.3957,16.006977,16.307957,16.88389,16.8318,16.759577,17.031265,17.44523,12.072681,13.47058,14.736022,14.987068,15.020819,15.061195,15.179738,15.416933,16.224121,16.483629,17.054741,16.988617,16.914232,17.180906,17.56955,12.759863,13.943835,15.321712,15.471466,15.438267,15.464399,15.558239,15.733757,16.381357,16.57408,17.045387,16.95863,16.872576,17.134199,17.386326,13.222619,14.16645,15.604198,15.749088,15.749027,15.77031,15.853209,16.004087,16.559937,16.730915,17.166443,17.066353,16.972208,17.230257,17.421755,9.8949184,10.928388,11.856306,12.385691,12.996633,13.122272,13.307368,13.770729,14.462847,15.604908,16.620899,16.610525,16.581772,16.918558,17.942665,12.144941,13.19641,14.445157,14.78798,14.950035,14.999021,15.128195,15.375513,16.084572,16.411804,17.042816,16.988609,16.918865,17.194586,17.666023,11.686054,13.018991,14.198343,14.568368,14.725099,14.784589,14.926102,15.221972,16.063892,16.417961,17.102617,17.054527,16.989191,17.269482,17.805998,10.725891,11.964485,12.980499,13.483324,13.828529,13.9351,14.108417,14.521575,15.316115,15.95623,16.862202,16.844404,16.799744,17.11973,17.962904,11.000528,12.040018,13.121456,13.56682,13.881126,13.964265,14.122455,14.444221,15.165571,15.734639,16.491903,16.506639,16.453753,16.756344,17.497227,10.290022,11.532849,12.488334,13.022343,13.441122,13.577567,13.758628,14.243319,14.99529,15.779582,16.757486,16.743179,16.705,17.040537,17.975859,12.786779,12.575403,12.703712,12.740651,14.128072,14.130261,14.297976,14.307445,18.12764,18.154207,18.077026,18.092148,18.304613,16.575573,19.111357,14.080988,13.973088,14.036681,14.098229,14.88184,14.885484,15.069246,15.083492,16.847895,16.888866,16.861416,16.882145,16.97916,16.181311,17.484121,13.190639,13.032731,13.125447,13.190912,14.365997,14.367885,14.611163,14.625611,17.355516,17.400921,17.357754,17.379791,17.529064,16.294758,18.204851,13.191268,13.049253,13.146447,13.2135,14.163487,14.168205,14.371836,14.388969,17.131287,17.176556,17.132494,17.15497,17.302021,16.096918,18.012398,13.053643,12.875676,12.994127,13.051513,14.1954,14.198085,14.400089,14.41343,17.771376,17.809858,17.750698,17.769714,17.953402,16.443518,18.71386,12.625628,12.536555,12.595982,12.664119,13.406496,13.417675,13.607244,13.632484,15.502181,15.554613,15.526473,15.556093,15.653893,14.90698,16.316065,14.194414,14.122767,14.166862,14.224786,14.782161,14.789507,14.938127,14.955016,16.183201,16.221983,16.204988,16.226551,16.294069,15.758827,16.712963,12.597772,12.556219,12.582341,12.630466,13.058243,13.075077,13.20803,13.235562,14.17135,14.215631,14.2056,14.233354,14.284858,13.948996,14.752703,7.2974606,7.2395134,7.1982245,7.3525887,10.166738,10.160933,11.466274,11.476873,12.113636,12.950999,12.90178,12.91333,12.966619,12.335312,12.942666,6.858799,6.800014,6.7604403,6.8143644,9.5458288,9.5403423,11.835697,11.843406,12.272695,12.938968,12.88599,12.951788,12.990961,12.476182,12.971988,7.8486667,7.8073163,7.7746902,8.0782957,10.398893,10.391925,11.426414,11.44045,12.237743,13.183034,13.150502,13.14537,13.213243,12.48998,13.17781,7.043097,7.6852708,7.9595523,11.090751,11.666402,11.725343,12.13804,12.300414,13.265565,14.294396,14.847999,14.959209,14.880059,14.75186,16.547783,6.3507733,6.8917871,7.1301394,10.330239,10.860127,10.924771,11.306392,11.443545,12.311962,13.334332,13.81868,13.915463,13.840776,13.730989,15.825333,7.1085038,8.0256252,8.3037586,10.466208,10.887341,10.909513,11.28154,11.452309,12.432655,13.670678,14.316554,14.448827,13.661716,13.753579,15.695672,6.8248129,7.4164,7.6765389,10.910552,11.479986,11.544783,11.951516,12.104936,13.037662,14.058188,14.584845,14.692782,14.630484,14.49182,16.356556,7.9907308,8.6567678,8.9702311,12.069933,12.757585,12.811888,13.278275,13.461121,14.539872,15.435288,15.997805,16.11548,16.126974,15.909273,17.292498,8.5979948,9.3957729,9.7624588,12.343283,13.042786,13.07688,13.54871,13.744524,14.919983,15.739539,16.331238,16.440533,16.44772,16.269283,17.547052,6.876996,7.6870613,7.9489245,10.193987,10.612483,10.638288,10.988379,11.146604,12.059677,13.283348,13.90911,14.027785,13.253886,13.329332,15.327442,8.3122902,9.1904345,9.5538769,12.141039,12.791411,12.826933,13.283504,13.483784,14.659467,15.54486,16.15937,16.272701,16.240122,16.111887,17.497559,7.5596638,8.3163786,8.6254759,11.54461,12.145006,12.193687,12.625535,12.80722,13.860033,14.865089,15.460114,15.576945,15.494217,15.375201,16.996885,6.8325567,7.3988032,7.6556802,10.997871,11.581544,11.652255,12.06578,12.217724,13.151285,14.151186,14.664896,14.774035,14.739213,14.575108,16.400158,8.5360613,9.4141827,9.7913752,12.287432,12.957536,12.989651,13.452077,13.653559,14.850603,15.690943,16.301205,16.410929,16.397421,16.257414,17.576345,6.4384007,7.0170655,7.2625003,10.341362,10.861861,10.919007,11.297194,11.438447,12.31642,13.361871,13.877254,13.975426,13.864203,13.777349,15.870687,8.2344217,9.0760527,9.429595,12.10024,12.753451,12.791792,13.248801,13.445974,14.601005,15.496912,16.104927,16.219297,16.188868,16.049589,17.446262,7.0660129,7.7921519,8.0763159,10.942506,11.484178,11.5306,11.931166,12.098489,13.07848,14.154307,14.743185,14.855162,14.693548,14.624785,16.48892,6.4483442,6.9500961,7.1849346,10.630579,11.195965,11.274258,11.676917,11.811279,12.698065,13.672174,14.136409,14.240265,14.225286,14.055045,16.02249,7.382071,8.3185644,8.5449696,9.9197426,10.200675,10.206895,10.567133,10.69381,11.554546,12.587612,13.118589,13.289998,10.748525,10.926476,12.680738,7.3417468,7.9355292,8.2134743,11.590475,12.229795,12.300056,12.742708,12.910026,13.906875,14.865541,15.40162,15.51849,15.518464,15.309118,16.887911,7.0832958,7.9619145,8.2526522,10.673778,11.146152,11.176107,11.560287,11.734334,12.739334,13.915629,14.556902,14.679339,14.250137,14.2834,16.234108,6.086092,6.7504296,6.9834619,9.2572155,9.6548872,9.6872139,10.000648,10.130841,10.939451,12.094127,12.688981,12.790198,12.20774,12.275434,14.629154,6.9628549,7.6327777,7.9071612,10.908948,11.460167,11.512794,11.914143,12.075647,13.032842,14.089496,14.655367,14.764927,14.642208,14.54851,16.421936,8.3519325,9.1570816,9.5112152,12.199029,12.874866,12.91328,13.377617,13.57309,14.727726,15.594563,16.192053,16.305082,16.294886,16.131235,17.476654,7.136941,8.0661087,8.3577995,10.652248,11.105484,11.131483,11.516401,11.693027,12.710774,13.912617,14.56391,14.692782,14.144673,14.205832,16.152275,5.7751656,6.3084435,6.5259595,9.3362627,9.7849388,9.8280773,10.160972,10.277671,11.057838,12.075368,12.554225,12.629611,12.468487,12.45185,14.918099,8.1434708,8.9628735,9.3082333,12.04385,12.694319,12.735055,13.190617,13.385442,14.523599,15.433606,16.03797,16.153336,16.120504,15.977294,17.394867,8.4594851,9.2894382,9.6538115,12.255231,12.933125,12.968503,13.433561,13.631329,14.804543,15.654474,16.255905,16.367214,16.358665,16.201038,17.52532,7.6952157,8.4759378,8.7941446,11.666019,12.275883,12.322505,12.759975,12.945845,14.021674,15.009794,15.610494,15.727812,15.653276,15.532095,17.10644,8.2309666,9.0203876,9.3655853,12.126944,12.795948,12.837203,13.298951,13.4925,14.630032,15.517014,16.112566,16.227137,16.211861,16.047827,17.423027,7.9658065,8.7996044,9.1378155,11.885401,12.511677,12.55326,13.00005,13.19372,14.317314,15.266218,15.877007,15.993866,15.934844,15.813314,17.303278,7.2092462,7.9316883,8.1527271,9.9961243,10.336345,10.35283,10.654572,10.793723,11.582266,12.773172,13.332469,13.444471,11.611254,11.748987,13.432317,8.2052441,8.9094744,9.2387419,12.175427,12.87144,12.918575,13.389034,13.576419,14.686399,15.557712,16.130077,16.245745,16.256153,16.047598,17.388527,6.74403,7.4166145,7.638659,9.6718006,10.032974,10.057193,10.357108,10.490106,11.266266,12.43482,13.00415,13.105432,11.714668,11.816429,13.718374,5.9971194,6.6209154,6.8552585,9.3806686,9.8113508,9.8436766,10.170845,10.297963,11.112185,12.215033,12.774624,12.868591,12.553252,12.577847,14.990737,6.6628437,7.3213315,7.5827756,10.464778,10.976792,11.023692,11.402318,11.553745,12.466568,13.548229,14.109017,14.212246,14.036098,13.982535,16.031647,7.6711402,8.3676987,8.6734648,11.746937,12.38433,12.439244,12.88502,13.065188,14.116834,15.077447,15.652225,15.769499,15.738065,15.568881,17.095392,8.3968811,9.292551,9.6637516,12.194269,12.847639,12.881228,13.338829,13.540875,14.73121,15.601241,16.217649,16.329678,16.30098,16.175102,17.540312,6.1251726,6.785099,7.0242305,9.4455414,9.8670206,9.8983097,10.224445,10.356517,11.184717,12.325115,12.910098,13.009654,12.585437,12.627855,14.982091,7.2928486,8.0210934,8.3152657,11.2574,11.831559,11.881368,12.298761,12.472514,13.484371,14.524335,15.112133,15.226825,15.115313,15.013816,16.75095,6.7837887,7.5779505,7.8437276,10.201045,10.638421,10.667567,11.023008,11.18108,12.102698,13.305198,13.930333,14.046124,13.465243,13.518795,15.575983,5.7537537,6.3248262,6.5451961,9.1434841,9.569129,9.6031361,9.9223671,10.03944,10.816021,11.860153,12.366344,12.445002,12.20568,12.226431,14.750119,8.105423,8.9778175,9.3286276,11.983731,12.614547,12.652724,13.10253,13.300488,14.452638,15.380121,15.997322,16.113211,16.059061,15.943173,17.397926,7.4031954,8.0790443,8.3713064,11.486787,12.097536,12.155059,12.587392,12.760803,13.776707,14.771917,15.34019,15.455938,15.403787,15.251469,16.885691,8.39818,9.134017,9.4781418,12.265822,12.969223,13.010395,13.483847,13.674558,14.812302,15.657509,16.236427,16.349524,16.361183,16.159826,17.463757,8.7148857,9.5474701,9.9281244,12.393874,13.090912,13.121377,13.5917,13.790199,14.987324,15.789105,16.38674,16.493464,16.49976,16.333748,17.594357,8.6604643,9.5516033,9.9393167,12.357085,13.032886,13.062421,13.525991,13.728718,14.941419,15.758305,16.368788,16.476051,16.468613,16.32935,17.618845,5.8116097,6.2591162,6.46525,9.7572594,10.264904,10.336355,10.708668,10.812656,11.619321,12.559422,12.947944,13.039543,13.006462,12.885826,15.190998,7.2281027,8.1912603,8.452095,10.270216,10.630844,10.644498,11.01623,11.180279,12.134933,13.403522,14.035178,14.194038,12.850449,13.008966,14.898552,8.2632875,9.013504,9.3536911,12.175053,12.860415,12.903443,13.37058,13.561615,14.690397,15.562941,16.147717,16.262247,16.261477,16.075132,17.422464,7.8267779,8.5177031,8.8288708,11.902571,12.561316,12.615599,13.070572,13.252946,14.320482,15.252398,15.824351,15.941929,15.929384,15.741288,17.200151,8.022418,8.7391815,9.0626993,12.033977,12.705669,12.755094,13.216269,13.402867,14.497655,15.404508,15.982757,16.099524,16.092516,15.903897,17.309137,8.4993134,9.2672091,9.6226368,12.303284,13.004588,13.042009,13.514718,13.708119,14.865086,15.698216,16.284138,16.395395,16.404161,16.214926,17.506306,7.809114,8.6158819,8.94277,11.757839,12.373585,12.417871,12.8592,13.048734,14.14575,15.119543,15.725909,15.843309,15.773293,15.653681,17.193542,7.9416041,8.8154745,9.1575031,11.837117,12.448859,12.488108,12.930907,13.126817,14.261204,15.223807,15.844399,15.961812,15.883831,15.783161,17.302465,8.0030155,8.7728548,9.1038809,11.967509,12.618389,12.66401,13.118335,13.30827,14.415972,15.341657,15.93538,16.051884,16.022152,15.864923,17.307379,7.1763496,7.7839203,8.058321,11.353872,11.964379,12.03132,12.460371,12.624315,13.60313,14.592025,15.131748,15.245916,15.216974,15.040745,16.721815,7.0184999,7.5703039,7.8309879,11.30456,11.921534,11.998687,12.429113,12.585662,13.542396,14.51186,15.024339,15.138034,15.139106,14.932817,16.625587,8.3131218,9.031395,9.3681355,12.229601,12.931247,12.975239,13.447963,13.63701,14.761481,15.617689,16.19282,16.307196,16.319311,16.112633,17.430813,7.2719512,8.2550993,8.505806,10.134947,10.464199,10.474906,10.852601,11.006347,11.946138,13.153617,13.759089,13.935009,12.216111,12.398333,14.274044,8.1942205,9.0907297,9.4498653,12.045187,12.678779,12.71486,13.166234,13.366731,14.536992,15.449346,16.069914,16.184885,16.134586,16.022148,17.45479,7.7761335,8.4374533,8.7418318,11.900537,12.565012,12.622983,13.079449,13.259177,14.314609,15.243155,15.805495,15.923513,15.921243,15.718105,17.174017,7.6584916,8.3893433,8.6994267,11.686387,12.309159,12.360499,12.80122,12.98329,14.041581,15.018271,15.604278,15.721346,15.669059,15.522937,17.08042,6.4035196,7.010572,7.257412,10.183416,10.683204,10.732104,11.099751,11.240506,12.112547,13.176297,13.708306,13.804309,13.645767,13.592211,15.750304,6.644949,7.3381896,7.6016321,10.339089,10.830762,10.871502,11.241758,11.393932,12.307085,13.41727,13.996963,14.101685,13.861679,13.838552,15.929774,6.6852975,7.2745237,7.5296326,10.705866,11.256593,11.318603,11.714762,11.864081,12.777531,13.810991,14.334425,14.439068,14.357237,14.238891,16.187315,7.5987587,8.2274008,8.5198774,11.78994,12.446407,12.510152,12.961966,13.136682,14.166778,15.108099,15.659101,15.777206,15.777802,15.568208,17.067255,6.6826329,7.4369545,7.70293,10.20915,10.668262,10.701388,11.061299,11.216455,12.13499,13.301436,13.913214,14.024032,13.620966,13.644591,15.748403,7.1837964,8.0872269,8.3464842,10.287482,10.663602,10.679914,11.036794,11.199933,12.130802,13.401239,14.030392,14.171145,12.944668,13.079741,14.94934,7.0556097,7.8746047,8.126461,10.188101,10.574969,10.595167,10.934809,11.090714,11.979426,13.22238,13.837111,13.960102,12.807578,12.91658,14.794091,6.3765574,6.8156896,6.9917855,10.44629,10.739635,10.980604,11.305524,11.426619,12.138739,13.156684,13.538973,13.629139,13.617386,13.422596,13.916812,6.4560223,6.9554892,7.1257086,9.8250141,10.018833,10.234945,10.509799,10.614382,11.257814,12.217076,12.591988,12.664126,12.53331,12.456311,12.951996,6.3847303,6.8393464,7.0105534,10.170611,10.420696,10.653691,10.957107,11.069176,11.748347,12.721311,13.094362,13.17554,13.129537,12.979476,13.466154,6.8563089,7.4637957,7.6507182,9.8221159,10.000438,10.174689,10.441444,10.561645,11.213959,12.347434,12.778579,12.859522,12.217962,12.245837,12.84139,6.5270758,6.9479146,7.1542521,11.822814,12.267385,12.504225,12.884112,13.077184,13.846271,15.620719,16.106653,16.253117,16.217213,15.915121,16.433823,5.8051558,6.1039557,6.2906704,12.542838,13.025518,13.327041,13.689713,13.918096,14.622877,17.514141,17.979759,18.165392,18.385883,17.888407,18.281874,6.4265604,6.8006043,7.0049782,12.353433,12.817294,13.046407,13.405881,13.641539,14.330183,17.1124,17.622887,17.794403,17.800949,17.457037,17.911488,7.3684745,7.8093724,8.0169897,11.668291,12.044291,12.137569,12.430279,12.715411,13.222705,17.80699,18.36902,18.519653,17.971935,17.89735,18.350939,6.6727533,7.1843829,7.3767052,10.559559,10.8424,11.049111,11.366554,11.502506,12.212847,13.3978,13.82994,13.924282,13.757072,13.636371,14.178343,6.5495834,7.0781741,7.2547836,9.8570919,10.050286,10.257098,10.532071,10.641453,11.292589,12.299529,12.690341,12.76452,12.574258,12.519664,13.038857,6.8808951,7.3671989,7.5810843,11.583995,11.985181,12.175279,12.533446,12.726223,13.466986,15.277898,15.792407,15.926723,15.674522,15.486837,16.04154,6.7551141,7.2395039,7.446846,11.327631,11.707144,11.913928,12.27044,12.442698,13.195594,14.708835,15.189882,15.312848,15.149356,14.95391,15.506618,6.0887551,6.512588,6.6513081,9.1895466,9.324729,9.5657349,9.8102856,9.8872967,10.455762,11.199347,11.499459,11.55462,11.516803,11.425097,11.834879,6.3286095,6.8676181,7.0242324,8.99617,9.0900879,9.3028002,9.5282011,9.6112633,10.182929,11.025043,11.359171,11.416477,11.191948,11.205543,11.693226,5.8719835,6.2019911,6.3638544,10.417766,10.811265,11.122059,11.50419,11.618421,12.432213,13.355086,13.691484,13.790395,13.989877,13.592863,14.056801,5.8142285,6.1364031,6.3070889,10.834094,11.277152,11.606233,12.013442,12.146379,12.995612,14.047657,14.407605,14.525953,14.760083,14.311752,14.785957,5.2846537,5.5449309,5.7092781,10.986423,11.494049,11.900561,12.348657,12.495432,13.413213,14.617507,14.972826,15.115829,15.505731,14.904,15.3527,6.9355302,7.4034781,7.6197004,11.843249,12.263986,12.441756,12.796722,13.012753,13.722898,15.979771,16.519165,16.665989,16.379726,16.186539,16.720919,7.0570045,7.6691933,7.862947,10.113413,10.323869,10.481268,10.759233,10.892729,11.561817,12.801538,13.26098,13.349556,12.502382,12.531195,13.150786,5.6789417,6.0545945,6.1526608,7.9538264,7.9627252,8.209383,8.3818436,8.42593,8.8413982,9.3565989,9.568634,9.5996571,9.5638494,9.5279341,9.8307743,6.0682435,6.4293551,6.6103187,11.093349,11.521041,11.818718,12.211962,12.356074,13.174815,14.320565,14.709841,14.831488,14.985831,14.602107,15.094085,7.6197948,8.1132164,8.3192635,11.296285,11.639986,11.730405,12.024012,12.247676,12.832802,15.751601,16.321587,16.454439,15.256398,15.2637,15.802267,7.2372398,7.5185103,7.6553774,9.9689407,10.207364,10.236751,10.415805,10.843158,10.900916,23.042356,23.355078,23.469408,23.257734,23.208078,23.429024,5.6971536,6.0928664,6.1915402,7.8245296,7.8137889,8.052865,8.2128296,8.2550201,8.6575508,9.1809731,9.3980513,9.4282598,9.3675194,9.3547878,9.6619663,5.6003242,5.8872719,6.0352206,10.005877,10.412372,10.749103,11.142672,11.241934,12.089019,12.930448,13.233828,13.32543,13.602508,13.132635,13.574645,7.4783754,8.0305386,8.2288465,10.785274,11.072578,11.191381,11.482246,11.645236,12.299314,13.920832,14.418109,14.516136,13.083368,13.087714,13.686213,7.6663189,8.0789099,8.2664585,11.022603,11.338692,11.391008,11.638041,11.933331,12.323966,18.157742,18.684341,18.817661,17.852383,17.87178,18.281385,7.0932503,7.5169644,7.7274194,12.059915,12.466734,12.592231,12.902489,13.184718,13.729955,17.932535,18.48489,18.646141,18.345219,18.187361,18.63545,6.0137615,6.3447475,6.5384746,12.260909,12.747493,13.038429,13.420796,13.635379,14.385775,16.76405,17.240709,17.414528,17.56916,17.12019,17.560087,7.3131495,7.9067354,8.0911655,10.113079,10.317268,10.450519,10.713245,10.844629,11.481066,12.718213,13.171035,13.258201,11.799923,11.863279,12.492844,7.1865225,7.6671152,7.8846388,11.78333,12.18596,12.325937,12.660132,12.893696,13.548928,16.304907,16.87158,17.018688,16.527592,16.40317,16.932301,6.161613,6.6339436,6.7752242,8.9229269,9.0145388,9.2388544,9.4584236,9.5316448,10.075515,10.829446,11.13936,11.19055,11.082111,11.05206,11.478852,7.2321353,7.6899028,7.9044986,11.853484,12.253363,12.376129,12.694839,12.953406,13.546831,17.058878,17.629368,17.782188,17.305918,17.189993,17.682154,6.5317302,7.0246167,7.2049236,10.244143,10.491831,10.708853,11.010367,11.13005,11.813685,12.866652,13.265431,13.34924,13.233118,13.116808,13.630481,6.6174684,7.1846566,7.3638124,9.6978102,9.8677063,10.064821,10.329374,10.438279,11.081132,12.11175,12.508906,12.582038,12.273642,12.263783,12.807975,4.8475804,5.0654421,5.2193527,10.964511,11.491293,11.952081,12.415571,12.567283,13.511388,14.856979,15.202628,15.361089,15.866675,15.1623,15.574295,6.5368223,7.0799327,7.2541413,9.6638212,9.8323183,10.036805,10.299944,10.404234,11.040352,12.021796,12.405526,12.475835,12.251235,12.222226,12.743625,7.4317684,7.942111,8.1564474,11.455575,11.821794,11.936384,12.253003,12.473028,13.113853,15.70008,16.270891,16.406002,15.534077,15.489563,16.045214,7.0445051,7.5615797,7.7774062,11.433111,11.81096,11.979902,12.325847,12.517475,13.243838,15.076639,15.60344,15.731949,15.321218,15.18924,15.761864,6.9078617,7.4605403,7.6651626,10.751731,11.049685,11.231456,11.552882,11.706011,12.425742,13.792736,14.268256,14.371042,14.024459,13.940284,14.521243,7.555882,7.8999567,8.0604382,10.319701,10.585539,10.614366,10.816001,11.184413,11.381172,20.802345,21.225842,21.345327,20.739584,20.753504,21.051119,6.7483325,7.1294699,7.3350811,12.533072,12.958876,13.115564,13.425014,13.714123,14.250378,18.526022,19.047888,19.223606,19.131498,18.87887,19.289665,6.2928219,6.8557167,7.0041614,8.5483465,8.5927248,8.8001661,9.0011349,9.0755882,9.5957851,10.420571,10.745934,10.804214,10.311775,10.381721,10.883307,7.0060415,7.4545288,7.6701632,12.012277,12.435326,12.592513,12.932072,13.175443,13.825023,16.783163,17.339434,17.495579,17.187243,17.00514,17.506006,6.7032256,7.1921992,7.3937526,11.065226,11.41503,11.626007,11.972421,12.129857,12.874966,14.229138,14.688181,14.800484,14.660153,14.481006,15.0295,6.9623766,7.5058689,7.7152572,10.994521,11.322234,11.500095,11.832467,11.997875,12.726778,14.215704,14.709167,14.82042,14.453732,14.351789,14.934849,6.9227333,7.5193253,7.7159114,10.209989,10.436344,10.609098,10.898397,11.033068,11.718012,12.955422,13.411433,13.500553,12.967366,12.959499,13.557521,7.3991714,7.8849077,8.0993414,11.608326,11.987513,12.09839,12.412447,12.65346,13.261753,16.38073,16.958506,17.102005,16.369089,16.307627,16.831711,7.0916176,7.6877446,7.8636093,9.7344084,9.89429,10.044993,10.29162,10.40666,11.018114,12.10688,12.526824,12.605502,11.306274,11.373151,11.979467,6.0173974,6.4826055,6.611135,8.4350109,8.4757271,8.7024164,8.8910761,8.9515047,9.4412384,10.110157,10.392035,10.436008,10.322066,10.324607,10.724895,5.2777109,5.5314145,5.6809058,10.0068,10.466027,10.849378,11.277295,11.383937,12.290739,13.207005,13.506097,13.608928,13.980384,13.409668,13.845544,4.7753954,4.9837599,5.1383829,11.284695,11.805983,12.266674,12.704511,12.870532,13.765193,15.628531,16.025362,16.194254,16.706455,15.981338,16.355158,6.1059113,6.4716806,6.6580057,11.317025,11.759871,12.055183,12.452785,12.608081,13.429084,14.681769,15.088814,15.219276,15.363329,14.974309,15.471318,6.0969882,6.4649663,6.6406054,10.820105,11.214541,11.502994,11.880957,12.01256,12.810037,13.857759,14.231498,14.3407,14.475448,14.126457,14.61323,6.710876,7.0498786,7.2422771,12.841962,13.218804,13.330378,13.577684,13.935376,14.270156,20.657717,21.123652,21.304585,21.256559,21.021706,21.344679,7.2598839,7.7561369,7.9736795,11.660268,12.051046,12.184868,12.516006,12.742101,13.402391,16.007757,16.575581,16.717571,16.121153,16.02247,16.566612,7.6271172,8.0664816,8.2642698,11.259423,11.597092,11.66426,11.932324,12.207599,12.67204,17.436022,17.99098,18.129139,17.165281,17.170036,17.622215,6.7778563,7.1757512,7.3847594,12.371813,12.806356,12.974227,13.301621,13.57025,14.163992,17.831327,18.365824,18.53632,18.408026,18.159929,18.602203,5.132113,5.3683796,5.5337582,11.955289,12.457314,12.856552,13.253601,13.445639,14.247887,16.705189,17.127851,17.307381,17.720734,17.067532,17.432655,7.1826363,7.6470075,7.8631968,11.867984,12.273697,12.407702,12.735554,12.983329,13.607914,16.758738,17.327562,17.479433,17.02582,16.896315,17.403032,6.9529586,7.3233094,7.5200748,12.227916,12.611496,12.718229,12.989982,13.326274,13.72567,19.757725,20.254938,20.422617,20.285484,20.099747,20.463333,5.8424754,6.1668715,6.352519,11.715528,12.207319,12.539188,12.955262,13.130596,13.972213,15.491198,15.911433,16.066427,16.29224,15.808081,16.280109,6.0395269,6.4381676,6.5741048,9.2553434,9.4107695,9.6603279,9.9158783,9.9921408,10.574139,11.279276,11.568438,11.624161,11.624334,11.500719,11.902984,7.3323631,7.7407889,7.9386683,11.535486,11.894906,11.973562,12.245095,12.566012,12.981521,18.987331,19.5128,19.663189,19.247068,19.166119,19.564806,6.2066941,6.7505074,6.8948379,8.5068865,8.5495491,8.7644911,8.9629574,9.0328197,9.5485315,10.351771,10.654942,10.705878,10.348469,10.406707,10.880198,6.1197648,6.4723902,6.6691108,12.084401,12.568242,12.854963,13.248119,13.449626,14.231085,16.213358,16.68338,16.848145,16.970926,16.549509,17.02038,6.7717566,7.1844435,7.3958411,12.237658,12.679038,12.86088,13.205035,13.453055,14.102242,17.167961,17.706152,17.871313,17.722128,17.471611,17.94383,5.5585999,5.8290095,6.0092096,13.09306,13.568085,13.88169,14.216662,14.457099,15.113623,18.367327,18.809082,19.012245,19.294008,18.742523,19.091242,6.3658371,6.7196403,6.9208608,12.633152,13.090654,13.310771,13.649089,13.905576,14.534475,17.901478,18.405325,18.586462,18.627773,18.270344,18.687666,6.197474,6.5666642,6.7643561,11.917194,12.391305,12.67236,13.068476,13.259127,14.055078,15.796269,16.25703,16.412689,16.513559,16.1168,16.606941,7.7115026,8.1810589,8.3797531,11.206112,11.536761,11.614056,11.891437,12.119729,12.659065,15.925529,16.485613,16.616886,15.243761,15.273987,15.788077,7.603024,8.1248837,8.321167,10.929072,11.230082,11.332902,11.618384,11.79077,12.414082,14.263343,14.770859,14.872739,13.229984,13.238743,13.809587,4.356566,4.5274701,4.6664701,10.78082,11.290273,11.788828,12.225934,12.374055,13.284225,15.284024,15.663424,15.821641,16.439306,15.627759,15.960907,7.6879792,8.19067,8.3905516,11.109834,11.431611,11.520875,11.807514,12.009139,12.603346,15.052668,15.604334,15.727319,14.224442,14.253843,14.813315,7.0304284,7.5007038,7.7178788,11.863994,12.280505,12.442697,12.78931,13.015425,13.700234,16.210897,16.763647,16.912399,16.558229,16.388845,16.917694,6.9076133,7.4189658,7.6306887,11.30476,11.673451,11.860266,12.208826,12.386689,13.127474,14.738597,15.24003,15.362537,15.078803,14.926394,15.494893,6.6832657,7.2105803,7.4008431,10.376493,10.633509,10.835649,11.14109,11.271291,11.967408,13.119925,13.547374,13.636353,13.43501,13.342951,13.88724,6.1300797,6.4675775,6.6639853,12.431247,12.907802,13.173578,13.538507,13.769031,14.472805,17.23617,17.724936,17.902725,18.019419,17.599998,18.028631,6.7370677,7.1775284,7.3901234,11.938207,12.376608,12.580943,12.947171,13.158885,13.889502,16.030636,16.551191,16.702154,16.550028,16.298548,16.818998,6.5039482,6.9687681,7.15382,10.608714,10.911607,11.139977,11.468222,11.599422,12.319348,13.430363,13.838237,13.933659,13.874043,13.69679,14.212348,5.8179889,6.1406312,6.3235288,11.540776,12.027531,12.36378,12.782729,12.949048,13.80143,15.192393,15.598546,15.746681,15.983012,15.498599,15.974209,5.6337695,5.9332051,6.1059165,11.117177,11.601233,11.960979,12.389766,12.53729,13.417321,14.592109,14.962752,15.099184,15.39303,14.877501,15.346489,6.2979622,6.6929131,6.8879628,11.50461,11.942438,12.212283,12.601385,12.768941,13.569775,14.967949,15.40474,15.539493,15.611408,15.266239,15.776768,6.7506175,7.206356,7.4184294,11.765346,12.190686,12.396961,12.764337,12.962946,13.709785,15.596663,16.106161,16.248745,16.089216,15.852047,16.388086,7.0959592,7.5966845,7.8143244,11.63035,12.026129,12.185751,12.531342,12.739987,13.446339,15.592167,16.138018,16.275803,15.831702,15.694596,16.252443,6.3748813,6.8855343,7.0462675,9.3797846,9.5187016,9.733285,9.9798174,10.070581,10.671906,11.5497,11.901597,11.963596,11.807843,11.773351,12.25429,6.5655637,7.0155673,7.2157774,11.29676,11.686543,11.918214,12.283233,12.446627,13.213813,14.59715,15.050076,15.17221,15.121386,14.875429,15.409036,7.0168915,7.6008902,7.8055625,10.582367,10.854822,11.02192,11.330276,11.481064,12.188047,13.560067,14.042355,14.141577,13.611881,13.575403,14.177768,6.0467777,6.4077697,6.5701385,10.347053,10.691888,10.975851,11.330508,11.441078,12.203601,13.096221,13.435694,13.526577,13.655503,13.340434,13.805706,4.6608953,4.8613687,5.0117292,10.892748,11.432734,11.914954,12.379817,12.539345,13.486176,14.966036,15.329968,15.500425,16.049135,15.31326,15.711747,6.1827826,6.5752769,6.741724,10.358444,10.672131,10.937005,11.274174,11.387076,12.117416,13.042006,13.394799,13.48358,13.55293,13.297547,13.769796,6.2893538,6.8074088,6.9605918,9.0100164,9.106863,9.3225355,9.5472946,9.6281137,10.195333,11.010683,11.341031,11.396582,11.222163,11.219281,11.689421,6.4779978,6.8294873,7.0307617,12.936762,13.371586,13.553425,13.857226,14.146903,14.678102,18.894058,19.392925,19.580791,19.593189,19.272295,19.657053,5.3630934,5.6313725,5.8028636,11.535749,12.051848,12.447482,12.884745,13.053369,13.938902,15.429064,15.81925,15.981616,16.347765,15.749225,16.187946,6.1202903,6.5053864,6.6586189,9.9433498,10.204376,10.465906,10.776605,10.872535,11.55564,12.357499,12.678682,12.752972,12.812738,12.595132,13.040154,7.0813317,7.6280212,7.8413477,11.136979,11.478744,11.642962,11.97681,12.153686,12.87779,14.521187,15.036032,15.153092,14.664404,14.573086,15.163129,5.5250988,5.8020935,5.9808197,12.091626,12.593186,12.948519,13.345015,13.544976,14.335689,16.638803,17.084562,17.26156,17.566383,17.001499,17.405544,7.3081121,7.8736138,8.082962,10.957375,11.270853,11.407751,11.720811,11.89439,12.587461,14.265604,14.784591,14.894399,13.972603,13.943749,14.549255,7.400116,7.9274201,8.1410007,11.336082,11.69136,11.814004,12.133071,12.336433,13.0026,15.207499,15.762747,15.889657,14.976245,14.93144,15.506186,6.821209,7.4265323,7.6014295,9.4723454,9.6073313,9.7799454,10.023384,10.130765,10.740543,11.774912,12.181327,12.25633,11.391614,11.449501,12.03798,6.7105422,7.3028445,7.4849305,9.6798859,9.8445377,10.031786,10.293653,10.405861,11.048104,12.12152,12.531585,12.607285,12.144733,12.161659,12.731102,6.9734368,7.4616938,7.6780457,11.67356,12.078854,12.255117,12.608972,12.813148,13.536404,15.561803,16.09469,16.233536,15.907084,15.735681,16.288191,6.4286385,6.8595538,7.0499625,11.037291,11.408519,11.655114,12.01565,12.162397,12.927402,14.134459,14.554037,14.666359,14.673915,14.415655,14.932793,6.4387326,6.8295655,7.0351715,12.132644,12.597631,12.838088,13.214093,13.42872,14.169191,16.394537,16.895985,17.058094,17.054998,16.716171,17.202539,7.1480751,7.4978271,7.676496,11.372676,11.704916,11.773097,12.013713,12.388612,12.661658,20.878191,21.324574,21.472349,21.286692,21.16795,21.484432,7.5761404,8.1067944,8.3004932,10.810282,11.097439,11.205041,11.487333,11.650163,12.279078,13.961982,14.453175,14.548267,12.860055,12.869917,13.449514,6.7813783,7.2166739,7.4300694,12.037933,12.477969,12.671598,13.030818,13.25512,13.959859,16.392012,16.924671,17.08054,16.905537,16.661684,17.169922,6.2114005,6.5675306,6.7669473,12.244736,12.722962,12.989227,13.367608,13.584938,14.325644,16.685402,17.174707,17.34469,17.430805,17.031336,17.489481,5.6924543,5.9913926,6.1756473,12.055058,12.557737,12.898772,13.302497,13.499238,14.304317,16.348228,16.79587,16.968748,17.227369,16.701145,17.133217,7.4399734,7.9104977,8.1219969,11.595411,11.969744,12.069386,12.372772,12.62784,13.19595,16.807217,17.384184,17.529428,16.78896,16.73737,17.237841,6.9806905,7.4971614,7.7112594,11.364834,11.737479,11.91494,12.262206,12.446723,13.181283,14.894861,15.409543,15.534864,15.185542,15.045007,15.617392,7.0545416,7.4566865,7.6619396,12.11014,12.508282,12.62427,12.918939,13.224092,13.708979,18.691383,19.224371,19.388487,19.156128,18.990086,19.402447,6.2554913,6.6993871,6.8554902,9.6936855,9.8855476,10.121486,10.395717,10.48987,11.117069,11.973916,12.312629,12.380275,12.335686,12.21832,12.670804,7.2335563,7.7478046,7.9652448,11.530874,11.911747,12.053727,12.388749,12.598531,13.286755,15.513293,16.068609,16.203186,15.590009,15.49385,16.058931,7.6578445,8.1181698,8.3190489,11.288604,11.628595,11.704426,11.98248,12.230652,12.749623,16.548916,17.113752,17.249716,16.100657,16.114418,16.606657,6.8357482,7.3476167,7.554913,11.125665,11.475574,11.670374,12.014174,12.180006,12.920739,14.38373,14.865478,14.980598,14.747128,14.59681,15.16151,6.4870806,6.8935513,7.1000061,11.983424,12.440443,12.679585,13.059369,13.262956,14.021563,15.99346,16.488033,16.642582,16.620888,16.299681,16.804506,7.4148359,8.0031891,8.1936913,10.353127,10.586984,10.71132,10.98478,11.128034,11.776505,13.140996,13.620465,13.713052,12.222946,12.27464,12.907354,4.9620237,5.1867218,5.3562174,14.49146,14.960132,15.319363,15.601068,15.838716,16.460026,19.605633,20.000603,20.24563,20.631138,19.949978,20.234501,7.2307811,7.8366446,8.0348177,10.368928,10.60878,10.750922,11.037076,11.182564,11.858857,13.21619,13.698433,13.79324,12.752583,12.780205,13.41102,4.8071508,5.0213881,5.1717334,10.626767,11.147356,11.611585,12.078708,12.218946,13.179179,14.408645,14.738564,14.883686,15.395595,14.690589,15.108504,6.881742,7.3233976,7.5381627,12.041558,12.474749,12.651965,13.002572,13.23568,13.916174,16.576767,17.12113,17.27754,17.045204,16.828403,17.333666,7.1902971,7.7579627,7.9694343,10.967445,11.285138,11.435596,11.75649,11.928555,12.63861,14.256917,14.77255,14.883885,14.193695,14.144412,14.748885,5.2527266,5.5080175,5.6666989,10.570848,11.068747,11.473773,11.924124,12.056293,12.982407,14.026998,14.361615,14.492065,14.888129,14.297701,14.747448,6.5495796,7.1358151,7.2918215,8.8468847,8.914278,9.1011858,9.312604,9.4003153,9.9396267,10.818803,11.184208,11.251416,10.426057,10.501234,11.048876,7.1519442,7.6474094,7.8654256,11.686547,12.084587,12.234508,12.575376,12.793506,13.480485,15.846167,16.402855,16.544136,16.055717,15.92842,16.477839,4.9050021,5.1197824,5.2769265,11.974116,12.471539,12.891915,13.283374,13.475249,14.272139,16.922274,17.324127,17.509253,17.980278,17.278259,17.617228,7.4125819,7.9898701,8.1871901,10.591749,10.856442,10.981898,11.268962,11.423399,12.08613,13.572353,14.063445,14.159317,12.808237,12.829014,13.447841,7.0982342,7.6741552,7.8832026,10.804509,11.103752,11.263814,11.581165,11.743366,12.456822,13.946689,14.447138,14.553282,13.968744,13.921138,14.525988,7.3345633,7.8784132,8.0911741,11.201254,11.543365,11.676255,11.99692,12.185955,12.87331,14.78584,15.323524,15.442879,14.565539,14.517736,15.107265,5.8037281,6.1197052,6.306591,11.944643,12.444542,12.777275,13.187883,13.376543,14.199471,15.971226,16.409929,16.575897,16.806829,16.307943,16.764053,6.2388916,6.6352844,6.8139806,10.79158,11.157386,11.425219,11.786949,11.918694,12.688252,13.749784,14.133572,14.238484,14.315532,14.022404,14.516708,7.1833057,7.7282829,7.9430699,11.222785,11.571861,11.723548,12.055243,12.240543,12.953122,14.739056,15.268456,15.388992,14.771401,14.692453,15.282997,6.6163707,7.1010585,7.2941694,10.77381,11.09038,11.307851,11.641204,11.782901,12.511973,13.720975,14.153006,14.254294,14.146555,13.980256,14.514829,7.1064286,7.7066078,7.9096317,10.473779,10.729977,10.885987,11.18464,11.333475,12.028983,13.399711,13.884392,13.981617,13.257197,13.2523,13.869902,6.2945604,6.8416729,6.9945245,8.8143778,8.8885279,9.101388,9.3169765,9.3954525,9.9476671,10.786675,11.109207,11.164088,10.875976,10.912025,11.398998,6.7053771,7.2559686,7.4447317,10.166052,10.39364,10.589528,10.881237,11.006001,11.686947,12.815151,13.239569,13.323472,13.061367,13.005651,13.557776,6.3452702,6.7607951,6.9464793,10.951343,11.321978,11.578374,11.940284,12.081099,12.849205,13.994666,14.399278,14.509061,14.54975,14.27446,14.781982,5.6233773,5.8998075,6.0916228,15.3931,15.815693,16.049009,16.263105,16.569796,17.010176,20.959194,21.37834,21.640324,21.807915,21.307379,21.593946,6.3730888,6.7866578,6.9797854,11.270548,11.676623,11.934165,12.310267,12.466938,13.252571,14.540426,14.968349,15.091359,15.131063,14.829454,15.345427,7.644578,8.158042,8.3573408,11.05186,11.367798,11.464567,11.753737,11.942682,12.556868,14.706,15.242659,15.357495,13.821347,13.839278,14.408119,6.8215723,7.3732128,7.571734,10.526204,10.797354,10.986075,11.297014,11.438257,12.145681,13.404015,13.858304,13.953341,13.653893,13.578238,14.148355,6.7626905,7.2368793,7.4468822,11.517005,11.917672,12.12401,12.486748,12.669779,13.424093,15.071593,15.565455,15.696601,15.530776,15.317873,15.866821,6.2309003,6.5508242,6.7487798,14.015484,14.42716,14.598132,14.846913,15.169838,15.587083,20.367493,20.828842,21.043102,21.100393,20.741468,21.066401,7.1980743,7.7222524,7.9391346,11.439504,11.812464,11.960876,12.297489,12.49754,13.200541,15.226462,15.771214,15.900986,15.307915,15.21109,15.786185,7.4991541,7.8634634,8.0348043,10.656397,10.948195,10.988552,11.210233,11.569,11.823368,20.36075,20.809378,20.939653,20.398409,20.385788,20.710588,6.5686011,6.9674153,7.1758208,12.216518,12.673532,12.890175,13.252739,13.482142,14.184122,16.762127,17.281252,17.446043,17.386898,17.081337,17.560419,6.1407595,6.5938978,6.734417,9.0466061,9.1559,9.3861685,9.6160965,9.6913433,10.244716,11.001301,11.308979,11.361772,11.280927,11.226403,11.64555,5.7336254,6.0431867,6.2268353,11.800022,12.301392,12.646443,13.064876,13.244762,14.087866,15.698979,16.121086,16.28281,16.539448,16.02552,16.484737,6.2297554,6.609199,6.805419,11.712074,12.172412,12.451563,12.847713,13.025986,13.831439,15.368698,15.815165,15.960722,16.055668,15.677098,16.178722,6.2366042,6.6547341,6.8162317,10.0486,10.300286,10.548907,10.854144,10.957705,11.63413,12.520864,12.866644,12.9443,12.954967,12.772714,13.234911,7.2466826,7.8345966,8.0407286,10.702961,10.985749,11.12854,11.433145,11.593738,12.288544,13.796184,14.299563,14.402479,13.50932,13.50017,14.119042,6.5318742,6.9867616,7.1802506,10.993708,11.348006,11.580123,11.931423,12.079297,12.831188,14.067318,14.497912,14.607661,14.562653,14.342147,14.869228,6.0269184,6.3378048,6.5309606,13.334029,13.787275,14.02582,14.333471,14.60568,15.176394,18.941759,19.410564,19.613283,19.75931,19.325022,19.685555,7.2675781,7.6064219,7.773571,10.81348,11.113063,11.162772,11.384878,11.772698,11.985598,21.357529,21.769863,21.905428,21.652279,21.577549,21.871349,6.8047643,7.3299565,7.5320568,10.834366,11.14759,11.342817,11.672315,11.824253,12.551384,13.883738,14.347391,14.451804,14.216299,14.09461,14.658092,5.3263526,5.5889988,5.7614574,11.736792,12.255743,12.651919,13.080194,13.259961,14.123516,15.859125,16.271429,16.443075,16.812576,16.204184,16.626495,6.5788531,7.0164061,7.2222896,11.644055,12.070016,12.301184,12.676698,12.859939,13.630869,15.25574,15.734143,15.871753,15.814035,15.538975,16.069105,6.8292174,7.4021697,7.5976777,10.283623,10.522298,10.706431,11.002649,11.136307,11.827488,13.039575,13.486576,13.575563,13.206118,13.166329,13.743469,14.789437,14.890894,16.375603,16.458,16.532217,16.536802,16.583136,16.63883,16.845648,16.947065,17.16004,16.992279,16.887674,17.399883,16.747505,15.237223,15.359177,16.606773,16.722088,16.813923,16.824692,16.885435,16.951164,17.175924,17.2992,17.534031,17.339914,17.257862,17.719421,16.40387,13.581905,13.777964,15.238863,15.367282,15.457884,15.461383,15.514648,15.585899,15.868034,16.003927,16.312231,16.204304,16.115738,17.021055,16.911287,12.868658,13.073671,14.49423,14.620118,14.705877,14.706904,14.753931,14.816412,15.095547,15.22596,15.517905,15.448473,15.372046,16.439245,16.438469,20.934679,20.989594,21.545858,21.636065,21.711208,21.726328,21.789383,21.874613,22.037001,22.150229,22.329504,21.813663,21.760679,21.941631,16.829201,13.868064,14.074358,15.510105,15.655993,15.758245,15.765294,15.82869,15.911169,16.211113,16.36437,16.69105,16.575188,16.485107,17.360008,17.185678,14.431589,14.595243,16.064596,16.184809,16.275557,16.280891,16.338335,16.41157,16.674711,16.807289,17.090683,16.945795,16.846195,17.530891,17.151104,14.878588,15.004107,16.4202,16.526009,16.611115,16.61721,16.671982,16.737041,16.967356,17.085768,17.328737,17.158628,17.060064,17.595451,16.836937,20.038385,20.125097,20.747272,20.869961,20.96435,20.978937,21.05867,21.155657,21.352043,21.490498,21.711269,21.257317,21.202467,21.415003,16.932966,13.630652,13.864534,15.254352,15.423787,15.539328,15.549849,15.621947,15.714751,16.043678,16.218975,16.574646,16.477043,16.392977,17.385204,17.285378,18.656731,18.778652,19.523026,19.67734,19.791552,19.805767,19.89699,19.998877,20.236652,20.39761,20.667013,20.301332,20.245644,20.515778,16.970798,14.243001,14.436229,15.861354,16.006641,16.110012,16.117664,16.183702,16.267136,16.558771,16.713919,17.03203,16.89904,16.806122,17.567041,17.243654,14.657898,14.797731,16.274706,16.380806,16.465433,16.470211,16.524015,16.591448,16.83407,16.955042,17.213272,17.056232,16.953163,17.561609,17.065407,14.71615,14.812808,16.267435,16.350037,16.424553,16.430536,16.476696,16.53005,16.730215,16.829912,17.032269,16.865162,16.765793,17.253208,16.504835,13.380431,13.599352,15.019854,15.166714,15.267785,15.274043,15.334234,15.413949,15.721307,15.873545,16.203146,16.11161,16.027924,17.060829,17.00927,14.07185,14.219168,15.766335,15.853952,15.926167,15.926453,15.967444,16.024437,16.261072,16.36838,16.624237,16.489403,16.38727,17.104509,16.901131,14.097412,14.326021,15.676826,15.857921,15.981179,15.993155,16.07321,16.171783,16.500118,16.699821,17.064028,16.944885,16.861013,17.689137,17.407419,16.975632,17.107653,18.072575,18.218611,18.327011,18.340576,18.419287,18.510464,18.758572,18.946064,19.222506,18.952341,18.884239,19.271719,16.8974,14.668078,14.839354,16.224293,16.364544,16.466501,16.474428,16.541183,16.622,16.896482,17.049358,17.347837,17.193649,17.100622,17.737751,17.142628,14.765679,14.885121,16.375799,16.467979,16.546412,16.550606,16.600134,16.661562,16.88574,16.995689,17.231241,17.067337,16.961605,17.521297,16.962389,12.768825,12.947882,14.393446,14.497129,14.569022,14.565093,14.602493,14.651704,14.894977,15.003187,15.28242,15.197794,15.12216,16.045078,16.019886,13.710678,13.965029,15.289601,15.488849,15.621709,15.636812,15.722145,15.827119,16.178402,16.394857,16.775826,16.686275,16.607792,17.553968,17.414228,14.903843,15.014853,16.409273,16.506899,16.588358,16.595142,16.647007,16.706688,16.921488,17.031525,17.254644,17.079348,16.983479,17.477144,16.590065,14.619002,14.747101,16.273636,16.362766,16.439552,16.442627,16.490326,16.552086,16.782415,16.892241,17.135838,16.979294,16.871197,17.480516,17.074028,15.860914,16.007277,17.138992,17.28495,17.392649,17.404312,17.478973,17.563343,17.820791,17.995047,18.277227,18.063408,17.986897,18.45344,16.851324,13.977258,14.198865,15.588838,15.756239,15.871334,15.881549,15.955032,16.047733,16.366802,16.543633,16.89348,16.777317,16.690449,17.553293,17.331751,14.434899,14.573085,16.111681,16.201269,16.277401,16.279678,16.325893,16.387547,16.623936,16.73457,16.986387,16.837793,16.730858,17.388079,17.077345,22.859083,22.896074,23.287796,23.36084,23.421137,23.435129,23.492252,23.574429,23.700634,23.792728,23.929106,23.278839,23.232199,23.347507,16.924269,19.510855,19.57638,20.266296,20.363844,20.44812,20.462839,20.524164,20.600983,20.786713,20.907661,21.117207,20.693695,20.640072,20.874584,16.693213,14.75006,14.940258,16.248661,16.412424,16.527205,16.537399,16.61392,16.704481,16.999615,17.192261,17.519581,17.365459,17.279949,17.920061,17.238768,17.320433,17.421095,18.34737,18.466703,18.563795,18.57683,18.645041,18.721441,18.939932,19.076471,19.314579,19.019361,18.952663,19.297731,16.572222,14.435001,14.583502,16.093983,16.196539,16.278578,16.282125,16.332949,16.399347,16.646603,16.765724,17.030157,16.883146,16.779171,17.447533,17.107149,13.715618,13.957184,15.321434,15.503556,15.626607,15.639107,15.717207,15.815621,16.153704,16.344398,16.710888,16.613708,16.5313,17.489819,17.357668,14.237141,14.398003,15.904672,16.012844,16.096413,16.099743,16.150709,16.21826,16.474222,16.596945,16.872696,16.734648,16.633696,17.354509,17.084757,18.322504,18.395296,19.200569,19.301891,19.391953,19.404097,19.465973,19.53496,19.730776,19.849051,20.064657,19.713335,19.650375,19.937008,16.518616,13.299704,13.468663,14.965735,15.065104,15.136971,15.134726,15.172247,15.224139,15.466496,15.575363,15.846864,15.741241,15.654766,16.488348,16.398249,14.835196,14.915213,16.502743,16.554596,16.616676,16.618103,16.655626,16.704216,16.893129,16.980024,17.17404,17.004246,16.886873,17.402775,16.955578,14.840604,14.943709,16.339203,16.430958,16.509705,16.516806,16.566271,16.622383,16.828003,16.932775,17.143747,16.969099,16.874319,17.351683,16.443729,13.854517,14.033918,15.523022,15.640282,15.726048,15.728908,15.77963,15.847773,16.115786,16.243605,16.535723,16.414251,16.32004,17.135349,16.964724,18.38035,18.49124,19.288116,19.424887,19.527447,19.542387,19.62207,19.719156,19.945749,20.128168,20.381899,20.032207,19.970404,20.27449,16.944614,13.466825,13.721048,15.063689,15.25483,15.382288,15.396694,15.476995,15.577455,15.926237,16.124826,16.490507,16.416101,16.337099,17.368261,17.298252,14.539951,14.657529,16.235556,16.302074,16.370001,16.370781,16.410954,16.465841,16.683512,16.782,17.0114,16.855152,16.742298,17.359911,17.05703,15.135727,15.274705,16.577694,16.703627,16.799557,16.808323,16.871983,16.944838,17.189581,17.32629,17.588034,17.405909,17.317392,17.833084,16.778719,14.931491,15.042636,16.356403,16.458694,16.54332,16.553715,16.608049,16.667057,16.877874,16.98897,17.206324,17.023811,16.93778,17.399319,16.271748,5.4462581,6.0048237,6.8701611,8.4396858,8.7951183,8.8640842,9.1499996,10.402906,10.618077,11.685062,13.586053,13.575616,13.63384,13.569297,14.952485,4.6612849,5.2563834,5.6173058,7.5006809,7.7983718,7.840167,8.0721769,9.4302254,9.6484299,13.570381,13.798901,13.905761,13.856162,13.647654,14.476452,4.8146029,5.3135772,5.8723722,7.9650836,8.3032207,8.3489733,8.6445885,10.265449,10.36302,12.007408,12.519371,12.618112,12.655057,12.530588,13.488871,10.089022,10.426313,16.014778,16.796467,17.059122,17.104521,17.370085,17.632824,17.904362,18.224291,18.11146,18.841009,19.076794,18.917822,19.832664,5.716269,6.2784386,7.1944199,8.8484468,9.2153301,9.279048,9.5835762,10.777162,11.041203,12.153226,13.734899,13.759536,13.828276,13.737371,15.085368,7.6326733,8.1117477,10.378528,11.701848,12.076314,12.131518,12.473048,12.903256,13.346791,14.028451,15.709482,15.852888,16.036551,15.880035,17.246143,2.9488325,3.276746,3.6634443,5.2002797,5.4054942,5.4189301,5.5906515,7.7374048,7.3754926,8.4130516,9.0724649,9.112771,9.1177588,9.0983906,9.9733772,8.0674696,8.4476748,11.690538,12.59071,12.897348,12.95153,13.228833,13.546366,13.909194,14.393795,16.906191,17.057024,17.218069,17.087574,18.567696,6.013258,6.5764704,7.5506916,9.3024893,9.6858053,9.7460909,10.072741,11.17733,11.494158,12.641803,13.911999,13.973846,14.058166,13.939746,15.235384,7.2256083,7.8109469,8.8375797,11.28193,11.728034,11.776438,12.168347,12.702345,13.193209,14.237522,14.65759,14.826368,14.9972,14.795388,15.619311,6.1555996,6.7265611,7.5635548,9.6494217,10.055976,10.109262,10.460644,11.517146,11.874348,13.25028,13.888653,14.006155,14.09601,13.93392,15.003345,7.2862554,7.9095807,8.5326738,11.80962,12.230614,12.27239,12.603989,13.143359,13.57314,14.871216,15.127826,15.279016,15.388845,15.180282,15.675984,6.4197493,7.0310507,7.6368275,10.123254,10.544521,10.592699,10.92833,11.766376,12.194541,14.148458,14.476824,14.612942,14.673743,14.470021,15.300711,4.617137,5.1162658,5.6161475,7.700058,8.0263042,8.0709181,8.3557262,10.028401,10.102369,11.932451,12.38975,12.487681,12.510424,12.383808,13.306703,6.9809961,7.5838966,8.3582315,10.971533,11.414951,11.46294,11.831952,12.47074,12.94043,14.288635,14.651766,14.804631,14.924585,14.718573,15.495918,8.0418539,8.5396814,11.445802,13.502959,13.807581,13.845967,14.202085,14.44365,14.791883,15.186887,15.22409,15.578605,15.962055,15.801237,16.326666,7.1345553,7.756341,8.3195963,11.506228,11.932613,11.972529,12.289207,12.846718,13.284656,14.841833,15.078858,15.22705,15.314887,15.101785,15.632912,6.8603306,7.4671159,8.1745386,10.799168,11.239144,11.286804,11.645791,12.325988,12.7874,14.291808,14.634892,14.783284,14.885232,14.677976,15.453254,8.6877117,9.1265965,12.716897,13.946342,14.287646,14.336188,14.674224,15.005582,15.392611,15.88608,16.328659,16.737144,16.998135,16.82189,17.914192,7.0035682,7.5806046,8.7297249,10.770065,11.205774,11.259514,11.644393,12.307075,12.786189,13.881702,14.554911,14.701917,14.851735,14.666713,15.736512,7.0796819,7.6765432,8.5407438,11.088969,11.535311,11.583738,11.963297,12.562685,13.042427,14.257421,14.647425,14.805583,14.945,14.740683,15.539276,8.3505526,8.825326,12.023208,13.685388,14.018224,14.060123,14.416144,14.702824,15.082551,15.539288,15.685405,16.072016,16.39843,16.222414,17.000916,7.3834634,8.0008059,8.7102757,11.936642,12.363804,12.406535,12.755589,13.257444,13.695993,14.803251,15.074074,15.232837,15.369434,15.16368,15.662946,6.7652116,7.3914633,7.8894467,10.85613,11.262003,11.303406,11.588038,12.232582,12.660584,14.856214,15.086883,15.222705,15.2685,15.056601,15.675748,6.4495034,7.0508623,7.7294869,10.139257,10.565273,10.614858,10.965724,11.825656,12.250797,13.954039,14.337849,14.474504,14.552668,14.355518,15.233153,5.8800421,6.4542909,7.1141505,9.352582,9.7498474,9.7999811,10.136511,11.27953,11.6056,13.311477,13.768428,13.889554,13.951441,13.779664,14.736124,7.3954644,7.961792,9.2734423,11.550466,11.984245,12.032109,12.430131,12.89596,13.386411,14.258131,14.715363,14.901728,15.11132,14.914637,15.780974,5.7446861,6.3751197,6.8679562,9.0845594,9.4621115,9.5106812,9.8077221,10.855764,11.230545,14.027228,14.319992,14.442305,14.447265,14.245686,15.128194,6.5828271,7.136694,8.3928118,9.9510746,10.344558,10.408002,10.745471,11.509193,11.926867,12.913209,14.731736,14.767592,14.879554,14.750896,16.139755,6.2612658,6.8827462,7.3140388,9.8407965,10.217421,10.260818,10.48188,11.117278,11.556938,14.857084,15.056778,15.185946,15.189884,14.984979,15.686902,4.1607785,4.6013508,5.1763773,6.9791822,7.2685108,7.3067651,7.5553718,9.4496994,9.358634,10.566714,11.375909,11.436094,11.46755,11.405674,12.464245,7.8191452,8.3428106,10.439774,12.371627,12.762717,12.809623,13.190745,13.570755,14.023543,14.674458,15.160032,15.407557,15.665792,15.480219,16.418343,6.1939707,6.8263869,7.3239121,9.7627258,10.157667,10.204395,10.496597,11.328468,11.753839,14.493258,14.754473,14.884414,14.902239,14.692156,15.496257,5.6438107,6.1704011,7.1812119,8.4892607,8.8407745,8.913023,9.1980724,9.9945984,10.339804,11.265413,14.731137,14.591608,14.663015,14.589044,15.983505,6.0095501,6.6248617,7.036942,9.2570658,9.6264219,9.6703053,9.8659134,10.468976,10.92417,14.887918,15.077702,15.207854,15.195457,14.993681,15.745179,5.37537,5.8213587,6.947691,7.9927335,8.3149948,8.3793058,8.6435862,9.1018267,9.4827414,10.231199,15.584355,15.281372,15.360367,15.282204,16.564007,6.6539087,7.0897894,8.9208097,10.031731,10.366148,10.419176,10.710835,11.097061,11.507516,12.165415,15.90602,15.806768,15.937904,15.819701,17.198839,7.5046177,8.0752344,9.3584499,11.962059,12.379686,12.423412,12.815709,13.213473,13.678595,14.430596,14.763342,14.958404,15.196615,15.001977,15.674774,5.0278239,5.6366353,6.0793095,8.1237726,8.4581509,8.5042839,8.7817907,10.155342,10.40485,13.244685,13.543453,13.651334,13.635727,13.448792,14.349292,6.8101239,7.4228106,8.0548058,10.76267,11.198475,11.244576,11.587896,12.266942,12.723521,14.414292,14.716146,14.862209,14.946777,14.735781,15.470629,5.7523904,6.3606429,6.8908815,9.157135,9.5412235,9.5899868,9.9010477,11.008965,11.356549,13.729099,14.063404,14.18505,14.208118,14.017683,14.910843,2.6086934,2.8972609,3.2404251,4.7307539,4.9258442,4.947814,5.121069,7.2898626,6.8870826,7.9221253,8.4955397,8.541379,8.5454407,8.5323668,9.3308201,8.4035959,8.7379274,12.464752,13.199307,13.469827,13.521709,13.762782,14.036251,14.357161,14.766357,17.516672,17.690842,17.830153,17.713722,19.306131,5.6590247,6.3090491,6.7398357,8.7731342,9.1309891,9.1779861,9.42311,10.309034,10.727453,14.530741,14.759838,14.882277,14.854581,14.641116,15.49331,8.6928244,9.1349945,12.818848,14.128632,14.461125,14.506139,14.848982,15.152733,15.52857,15.987671,16.19832,16.638308,16.933172,16.755091,17.699087,7.7418118,8.3095903,9.8846817,12.633914,13.007814,13.048985,13.418653,13.758821,14.177206,14.775555,15.065144,15.279427,15.549084,15.365961,15.938116,8.1190758,8.6130648,11.277479,12.970028,13.338444,13.384701,13.752965,14.098166,14.523795,15.089384,15.505873,15.814803,16.092358,15.910306,16.867212,6.7509122,7.2565937,8.7922163,10.125888,10.499434,10.560059,10.882694,11.43011,11.865976,12.686073,15.339953,15.320184,15.446424,15.320889,16.753633,9.3588762,9.7177753,15.34578,16.184217,16.41181,16.448921,16.748114,16.929396,17.16754,17.411263,16.913687,17.644566,18.060369,17.914898,18.370888,7.8546796,8.3586502,10.644715,12.230311,12.622086,12.673387,13.044616,13.458652,13.916544,14.595337,15.39794,15.632954,15.861558,15.682532,16.843306,7.097784,7.7237992,8.2264614,11.521036,11.934084,11.970807,12.258147,12.810386,13.23422,15.00697,15.220043,15.362288,15.429157,15.216609,15.708349,8.2683067,8.7153616,11.750628,12.950526,13.304913,13.358096,13.690994,14.065019,14.476531,15.044643,16.201036,16.474871,16.687273,16.522924,17.834902,7.5229549,8.0684252,9.7191839,11.690668,12.110314,12.160094,12.551939,13.007659,13.492219,14.292862,14.895086,15.093192,15.312215,15.123112,16.133038,6.7476606,7.3220921,8.450592,10.351263,10.773,10.829774,11.199261,11.987805,12.431155,13.558405,14.433859,14.554691,14.682346,14.515645,15.694937,6.2158875,6.7607512,7.918808,9.3558826,9.7312765,9.7987137,10.112386,10.897444,11.284009,12.245271,14.751273,14.712165,14.804343,14.70134,16.127258,9.910944,10.261191,15.765877,16.599367,16.862053,16.904947,17.183514,17.428719,17.704313,18.017857,17.781017,18.507023,18.782764,18.618927,19.426664,7.2240624,7.788341,9.137434,11.099009,11.531477,11.584616,11.973855,12.545363,13.035686,14.004348,14.717819,14.878402,15.053314,14.867489,15.953882,6.7375951,7.3215904,8.304327,10.414949,10.846957,10.900626,11.276311,12.056881,12.508533,13.745792,14.36598,14.502885,14.627152,14.444847,15.492192,4.4844532,4.9449019,5.5434709,7.4764462,7.7909608,7.8345122,8.1105442,9.8912315,9.8858337,11.217889,11.909267,11.988604,12.029039,11.940811,12.971372,2.7017779,2.999903,3.3333778,4.9349637,5.1440258,5.1739006,5.3678565,7.5388212,7.1741357,8.4016838,8.9393177,9.0000925,9.0072308,8.9808588,9.7590065,5.82337,6.4125471,6.9979582,9.2818089,9.6744261,9.7236204,10.048869,11.175813,11.511109,13.51555,13.899444,14.021694,14.065009,13.883433,14.796018,7.4428768,7.9651208,9.8058529,11.367685,11.770375,11.826112,12.192001,12.694312,13.164984,13.965268,15.216416,15.364142,15.545941,15.378907,16.6681,6.5556984,7.1227751,8.2820005,10.005088,10.408942,10.469657,10.819127,11.671678,12.081678,13.15828,14.443336,14.523064,14.635435,14.493731,15.798389,5.2196665,5.8134527,6.1863151,7.9445558,8.2674227,8.3093691,8.3934317,8.9826374,9.4184494,13.657258,13.862094,13.96953,13.933176,13.768878,14.525484,6.378396,6.9482594,7.994236,9.822691,10.226039,10.284684,10.633904,11.589307,11.972468,13.129448,14.180315,14.272891,14.376742,14.232497,15.475585,5.6987038,6.1077046,7.4804306,8.440814,8.7442636,8.7977066,9.049552,9.4052868,9.7847443,10.435566,15.955318,15.650412,15.742454,15.658069,16.992407,2.1411886,2.4150786,2.6529038,4.0101972,4.1759162,4.1992555,4.3537011,6.4620199,6.0488153,7.3430586,7.7278304,7.7787251,7.7684102,7.7425017,8.4034014,5.3399839,5.8679004,6.5456114,8.6274176,8.9929256,9.0421467,9.3598938,10.782433,10.978894,12.461229,13.059597,13.162195,13.220572,13.085988,14.115747,5.5452561,6.0874143,6.9227858,8.7634344,9.1281118,9.1829958,9.4948492,10.835347,11.0559,12.275013,13.306597,13.377503,13.445828,13.33662,14.555046,6.7862306,7.3793468,8.2461414,10.557584,10.996625,11.047848,11.423075,12.162004,12.62324,13.955309,14.431265,14.576195,14.695223,14.500511,15.432392,8.9200783,9.3220768,13.250115,14.249114,14.570566,14.622955,14.928164,15.26288,15.623701,16.091063,16.958477,17.362825,17.576166,17.415524,18.692661,7.0573945,7.5929046,9.1399803,10.676901,11.077219,11.136663,11.489842,12.08628,12.544779,13.431023,15.064441,15.146178,15.2925,15.142385,16.503296,4.9980016,5.5786424,6.0494723,8.1397743,8.4799747,8.5267582,8.8139906,10.255225,10.468736,12.903659,13.255182,13.36191,13.363067,13.194559,14.108473,7.0224771,7.6076331,8.6346703,10.867988,11.310986,11.362443,11.749708,12.387719,12.872001,14.020807,14.546053,14.700515,14.848681,14.653843,15.611646,4.9122348,5.4365091,6.156189,7.8808808,8.209794,8.2615423,8.5324802,10.126977,10.205165,11.364384,12.561826,12.600329,12.645023,12.579217,13.819921,5.8431168,6.4763222,6.8929052,8.9553204,9.3183622,9.3631878,9.5724258,10.258808,10.712637,14.821633,15.027011,15.154024,15.129515,14.922823,15.726451,5.2219014,5.8598013,6.2514453,8.1345921,8.460535,8.5058508,8.7212105,9.7236929,10.08667,14.229251,14.444853,14.559139,14.512949,14.300993,15.138162,7.596148,8.1039429,10.151357,11.650276,12.044923,12.099768,12.461841,12.926131,13.389771,14.133564,15.380724,15.547928,15.740514,15.572861,16.864601,3.9381702,4.4318171,4.8239822,6.7203465,6.9972839,7.0370173,7.2835279,9.1521416,9.1238165,11.230086,11.606784,11.692454,11.684381,11.561776,12.436005,6.7620912,7.3809538,7.9448342,10.736269,11.162884,11.207115,11.527798,12.197009,12.6463,14.582314,14.847651,14.990078,15.055306,14.841836,15.536103,3.9489777,4.2063913,5.3205032,5.9178119,6.1145463,6.1429734,6.3036046,6.4459972,6.7123775,7.1094313,16.62196,15.940423,16.003822,15.947915,16.803467,2.3812945,2.663584,2.9363353,4.4242158,4.6111178,4.6386757,4.8141909,6.962851,6.5700951,7.8913112,8.3609552,8.4189472,8.4153519,8.3895969,9.0987263,6.0684948,6.70891,7.167069,9.4594507,9.8422556,9.8887281,10.153306,10.931065,11.372998,14.720408,14.95115,15.080609,15.077312,14.863619,15.673257,6.0904193,6.6544013,7.5659065,9.5072546,9.903801,9.9593782,10.302826,11.400463,11.735667,12.996044,13.839643,13.940413,14.030892,13.886549,15.053594,6.0545559,6.618649,7.6488967,9.2488842,9.6276217,9.6931944,10.010208,11.014288,11.35012,12.416346,14.203499,14.22033,14.303164,14.199555,15.580035,5.1430583,5.6670241,6.4266562,8.2289734,8.5712824,8.6231728,8.9126253,10.424737,10.556248,11.757941,12.8258,12.883467,12.937646,12.849817,14.062237,6.4757099,7.066443,7.850781,10.127495,10.554211,10.605662,10.967838,11.847744,12.269152,13.748939,14.22616,14.360886,14.456376,14.269036,15.223747,7.1911225,7.6934643,9.500536,10.884697,11.267565,11.325303,11.665525,12.165084,12.616837,13.394958,15.421394,15.487733,15.643178,15.497215,16.891958,9.6123209,9.9520149,14.813265,15.573082,15.849339,15.902085,16.160402,16.45672,16.754776,17.127453,17.986479,18.510164,18.689003,18.547953,19.861753,6.9949775,7.5536046,8.9201059,10.642857,11.058743,11.117015,11.484526,12.152805,12.615606,13.600663,14.760795,14.874029,15.018834,14.857037,16.126968,5.1217842,5.7487531,6.1627498,8.1582031,8.4884262,8.5336123,8.7920895,10.025494,10.32286,13.782207,14.027349,14.137842,14.105054,13.899137,14.769764,7.4149456,8.0115404,8.9272203,11.846243,12.283072,12.32721,12.707476,13.161039,13.625849,14.549528,14.850687,15.025093,15.209286,15.007161,15.591609,7.0043139,7.6352415,8.0994005,11.426613,11.821691,11.858799,12.120456,12.690548,13.096419,15.136519,15.340656,15.474659,15.523473,15.314443,15.795228,6.2586069,6.7529621,8.092823,9.3279829,9.6845169,9.7480898,10.047697,10.599859,11.012588,11.830398,15.362888,15.242507,15.344936,15.242233,16.672195,4.7056866,5.2347522,5.712358,7.7966838,8.1253653,8.1706276,8.4544172,10.061137,10.179823,12.255159,12.663196,12.763848,12.775906,12.634058,13.548099,6.3817892,7.0037079,7.547462,10.08976,10.500536,10.547293,10.861025,11.672621,12.10112,14.377753,14.66271,14.796555,14.838018,14.629686,15.42101,6.6122837,7.2428641,7.696291,10.633863,11.015416,11.055259,11.304968,11.964716,12.37561,14.987871,15.200506,15.328796,15.352074,15.144149,15.758338,7.3882966,7.7970076,10.33178,11.3527,11.677311,11.730419,12.021221,12.363211,12.756567,13.317624,16.357193,16.386665,16.541796,16.412512,17.834427,7.9550276,8.5034466,10.537355,13.08436,13.433175,13.473873,13.831848,14.142747,14.537357,15.05907,15.319354,15.575253,15.86614,15.689581,16.285713,5.7110167,6.3562479,6.819541,8.9608135,9.3302059,9.3783503,9.6586065,10.650102,11.045455,14.282514,14.543348,14.666005,14.654761,14.444641,15.319098,10.194726,10.518568,16.167379,16.897722,17.156048,17.202732,17.455338,17.728333,17.993,18.313154,18.366266,19.087427,19.29241,19.141624,20.153276,7.3174148,7.8608999,9.4679356,11.178184,11.594541,11.650031,12.026451,12.574703,13.054883,13.933828,14.965208,15.114388,15.290729,15.117652,16.344704,8.2346191,8.5901022,8.9086714,9.3977566,9.8980141,9.8174391,10.140744,10.512374,10.88751,11.302301,13.483573,13.733679,13.982187,14.947503,15.403267,8.5107908,8.8574371,9.225687,9.6568432,10.068662,9.9706202,10.285602,10.568033,10.93022,11.294521,13.792326,13.990144,14.322641,15.470126,15.914674,9.0276289,9.379199,9.6767702,10.522183,10.993434,10.891578,11.084054,11.438221,11.813593,12.759974,15.123144,15.325251,15.417319,16.439251,16.964701,13.167875,13.325913,13.648337,13.916363,14.069901,13.732939,13.69339,13.821977,13.968676,14.210945,19.209002,19.282938,19.381168,22.09874,22.35605,9.0646667,9.4084892,9.7508745,10.293791,10.763488,10.65318,10.932385,11.272867,11.637217,12.111465,14.681354,14.906042,15.115662,16.286024,16.750883,11.005018,11.282671,11.646511,12.187289,12.51361,12.313405,12.446881,12.695886,12.985074,13.515779,17.143679,17.284531,17.421648,19.213509,19.647625,9.6238642,9.9595251,10.275602,11.102973,11.52137,11.394855,11.565859,11.888213,12.249019,13.21381,15.910907,16.080891,16.172962,17.383289,17.91217,11.857722,12.089818,12.469555,12.847269,13.0935,12.83908,12.912935,13.094429,13.322531,13.666046,17.881756,17.996927,18.155252,20.345549,20.694361,11.629718,11.871974,12.264391,12.628208,12.881171,12.63757,12.730808,12.910207,13.145509,13.469268,17.586132,17.7075,17.89374,20.025938,20.373888,6.7479372,7.0406308,7.259727,8.2096701,8.5575981,8.5100479,8.4060583,8.600338,8.9336357,10.199916,11.648751,11.755454,11.770969,12.347025,12.792645,11.318682,11.581319,11.899122,12.525825,12.810266,12.594809,12.677191,12.942411,13.210111,13.940218,17.713938,17.823229,17.906538,19.775925,20.224794,11.334496,11.594742,11.969444,12.43682,12.732298,12.511415,12.625269,12.846233,13.112247,13.552483,17.414165,17.545694,17.696253,19.645163,20.045277,8.6902571,9.0304289,9.3064308,10.376013,10.739997,10.649233,10.711931,10.993865,11.361765,13.142142,15.286132,15.408254,15.446095,16.355173,16.924894,10.424771,10.728906,11.025508,11.864222,12.17848,12.013054,12.107248,12.413343,12.722826,13.961837,17.126619,17.239044,17.294621,18.784494,19.3067,6.4938054,6.830646,6.9783258,7.5534949,8.1619711,8.1288176,8.260664,8.8014498,9.0746174,9.6796579,10.818118,11.168033,11.207705,11.635804,11.978605,8.2725554,8.6363335,8.8979683,9.6865644,10.231197,10.155683,10.369808,10.79238,11.162663,11.992082,13.974714,14.235102,14.324331,15.148254,15.639665,7.9043956,8.2548466,8.6293068,9.000843,9.3623419,9.2780066,9.6052761,9.8438673,10.19596,10.514609,12.896108,13.069733,13.494152,14.592668,15.018455,9.0262852,9.3737717,9.7003517,10.289675,10.781353,10.674872,10.943377,11.308227,11.673943,12.204092,14.700855,14.936731,15.112891,16.237297,16.709574,9.6161366,9.9482174,10.237483,11.218289,11.556806,11.430759,11.524169,11.832576,12.175749,13.831787,16.474487,16.592388,16.635576,17.819984,18.386673,10.076663,10.376352,10.839269,11.098483,11.307151,11.12321,11.29436,11.422436,11.654583,11.884563,15.536255,15.647386,16.061296,17.94615,18.261148,7.7760639,8.1412497,8.3758907,9.0198612,9.619298,9.5589857,9.8001633,10.296882,10.645069,11.271955,13.025159,13.345241,13.443463,14.171479,14.613253,6.3007588,6.5701885,6.7806573,7.6938863,7.9931364,7.9541407,7.7803683,7.9344506,8.2471075,9.6000195,10.973283,11.051032,11.054366,11.609116,12.031075,12.519908,12.714917,13.031048,13.418287,13.62259,13.330292,13.340519,13.520946,13.712577,14.09388,18.671341,18.758223,18.853096,21.265396,21.593462,7.076211,7.4330487,7.617919,8.2188072,8.8454075,8.8031359,9.0017958,9.5521421,9.8620367,10.471203,11.869096,12.226969,12.29298,12.848734,13.238076,11.688899,11.925896,12.331495,12.636548,12.860379,12.607992,12.692158,12.845284,13.061578,13.327522,17.555649,17.669992,17.891207,20.110296,20.425919,10.901054,11.173788,11.422479,12.210479,12.460235,12.264606,12.297105,12.611479,12.865191,14.259001,17.750603,17.835426,17.864563,19.566715,20.045963,9.8460159,10.16605,10.538531,11.051815,11.454929,11.308865,11.540396,11.825053,12.161424,12.615615,15.647694,15.834873,16.04488,17.484812,17.93261,10.724955,11.017091,11.328478,12.079838,12.395648,12.214396,12.31778,12.610511,12.911669,13.882178,17.252581,17.370338,17.443102,19.05691,19.554459,10.15696,10.47061,10.826863,11.422209,11.822029,11.665759,11.860375,12.154841,12.486471,13.056623,16.178492,16.356552,16.509226,17.989714,18.455519,9.4078197,9.7484331,10.074052,10.745981,11.214108,11.093912,11.319863,11.670394,12.029871,12.686612,15.341476,15.555459,15.69185,16.893684,17.382885,7.3141708,7.6233578,7.8611631,8.9125214,9.2464037,9.1893311,9.1155233,9.3260469,9.6763868,11.402809,13.031091,13.126805,13.144189,13.806883,14.311178,10.739165,11.030595,11.380989,11.998466,12.345575,12.161716,12.304481,12.57642,12.883196,13.524327,16.956142,17.101393,17.221752,18.883404,19.347235,8.6976929,9.0543957,9.3516979,9.9954834,10.525739,10.4339,10.69394,11.101522,11.469272,12.072438,14.342492,14.602143,14.742785,15.737741,16.214262,10.818821,11.101253,11.486405,11.955256,12.284345,12.08965,12.24785,12.482611,12.772851,13.198285,16.787527,16.937883,17.12219,18.903862,19.316618,9.5979567,9.9220333,10.308962,10.769207,11.156021,11.016819,11.268987,11.53417,11.871001,12.266525,15.250979,15.433106,15.696198,17.116915,17.553606,8.9492149,9.297389,9.5896931,10.522815,10.961443,10.862686,11.014902,11.340163,11.718005,12.867147,15.164685,15.338711,15.412257,16.394545,16.937544,13.544484,13.679109,13.987805,14.17345,14.291674,13.924459,13.852241,13.942692,14.05779,14.218434,19.474968,19.542023,19.650995,22.569969,22.766485,8.2706776,8.6297569,8.9278622,9.4683971,10.005589,9.9271965,10.235861,10.647583,11.021284,11.489306,13.596005,13.868275,14.062934,14.983109,15.442573,7.6664391,8.0180836,8.2548647,9.2219114,9.7097712,9.6505404,9.7631397,10.105924,10.48059,11.599436,13.256517,13.460731,13.514214,14.161075,14.662104,8.2979736,8.6580229,8.9226036,9.8319788,10.333959,10.257926,10.431495,10.802078,11.182963,12.216,14.176652,14.395011,14.46843,15.270776,15.788979,9.6921844,10.025787,10.351234,11.097064,11.529891,11.399075,11.591114,11.919727,12.275823,13.072867,15.845564,16.030819,16.142578,17.402529,17.91106,11.215096,11.475543,11.745987,12.468901,12.726132,12.515283,12.559143,12.851375,13.103099,14.172682,17.878044,17.967657,18.012587,19.841692,20.296488,10.601458,10.88492,11.318757,11.645169,11.90556,11.707839,11.872047,12.041702,12.300333,12.582125,16.290808,16.421356,16.727242,18.61714,18.970232,8.3631983,8.7053251,9.1381826,9.4330845,9.6839552,9.5704775,9.839139,9.9873304,10.275326,10.53978,13.410345,13.533993,14.039499,15.444821,15.809449,14.769987,14.822423,14.989438,15.047234,15.084897,14.625739,14.444746,14.473732,14.512723,14.561844,20.55159,20.58312,20.635633,24.091303,24.163172,12.724892,12.911173,13.233165,13.356442,13.44531,13.114955,13.081313,13.141557,13.238014,13.348705,18.452629,18.519058,18.773966,21.615726,21.770107,9.6159601,9.9493551,10.255741,11.163846,11.548383,11.422662,11.557636,11.866578,12.224441,13.436193,16.101734,16.246376,16.316401,17.50688,18.055042,9.6711302,10.000844,10.349488,10.939845,11.379069,11.244817,11.47524,11.795928,12.144615,12.690207,15.548187,15.750409,15.919231,17.247044,17.71674,10.08096,10.399504,10.743537,11.401748,11.808215,11.657627,11.844949,12.150921,12.489334,13.154746,16.192717,16.369141,16.499727,17.922623,18.406796,11.777406,12.008662,12.424932,12.670926,12.856395,12.592579,12.659038,12.782366,12.97136,13.185256,17.561489,17.664875,17.923208,20.25621,20.532486,9.9630194,10.285704,10.588705,11.485461,11.833591,11.691873,11.806229,12.113096,12.451336,13.749082,16.616177,16.742508,16.802912,18.112873,18.658236,10.938149,11.2124,11.613369,12.018212,12.317431,12.112052,12.262181,12.469193,12.74228,13.098896,16.825928,16.967407,17.183702,19.063431,19.447693,10.061048,10.381874,10.703758,11.506094,11.884645,11.737954,11.886645,12.192589,12.53489,13.504744,16.459463,16.607986,16.695627,18.056931,18.579756,11.745545,11.985757,12.335858,12.814632,13.079265,12.836511,12.910256,13.127479,13.371381,13.848812,17.932417,18.044512,18.160025,20.243181,20.635534,10.299711,10.611126,10.947217,11.659636,12.036653,11.877067,12.034652,12.331952,12.663155,13.448982,16.580387,16.734793,16.841234,18.313007,18.810444,13.882835,13.996885,14.27584,14.443213,14.544332,14.154994,14.053671,14.135081,14.232331,14.375377,19.824766,19.881142,19.963509,23.013557,23.188845,9.100605,9.4306231,9.8577166,10.206461,10.508299,10.376222,10.636355,10.826996,11.136892,11.437729,14.449677,14.59549,14.998544,16.463963,16.85899,6.4997191,6.8270473,6.9854326,7.6938052,8.2356329,8.1919527,8.263896,8.6930618,8.9873066,9.7310514,10.889272,11.159473,11.191291,11.61737,11.988246,9.2066717,9.5455818,9.8375788,10.832869,11.2087,11.099717,11.204183,11.503761,11.868364,13.353292,15.774851,15.908948,15.96182,17.016319,17.579962,10.757707,11.049139,11.376198,12.079361,12.407849,12.224732,12.343107,12.627049,12.931502,13.761295,17.165318,17.293028,17.382059,19.018129,19.505075,11.952034,12.180043,12.500213,12.997417,13.241735,12.986994,13.035274,13.258854,13.487465,14.013601,18.215452,18.313522,18.404684,20.557699,20.946072,8.7164021,9.0590982,9.3308315,10.430177,10.77505,10.683763,10.738664,11.024972,11.38623,13.494061,15.625588,15.739224,15.768623,16.676611,17.260212,10.265978,10.574492,10.855616,11.742223,12.04148,11.883121,11.957952,12.273458,12.578153,14.087849,17.149776,17.2535,17.293243,18.72702,19.260426,14.157658,14.252126,14.486552,14.570132,14.627477,14.209651,14.076347,14.11838,14.178983,14.252032,19.9443,19.991007,20.101913,23.349478,23.453669,10.821871,11.093538,11.317301,12.104327,12.330697,12.135536,12.136565,12.469622,12.702883,14.30857,17.792469,17.868927,17.883923,19.594259,20.062614,12.726902,12.909368,13.272326,13.510314,13.673141,13.358357,13.355447,13.472327,13.63126,13.839215,18.642643,18.731373,18.894623,21.501894,21.752106,11.200688,11.470177,11.810099,12.40548,12.709702,12.500765,12.604864,12.86155,13.140696,13.78311,17.494289,17.617151,17.720596,19.554773,20.000872,8.0104294,8.3745413,8.6418505,9.2115574,9.7888708,9.7215986,10.014168,10.476917,10.842264,11.350759,13.263016,13.56607,13.718185,14.537368,14.988626,7.5094495,7.8714061,8.088625,8.8793325,9.4516859,9.3974895,9.5768576,10.030745,10.382572,11.226902,12.822106,13.107374,13.171682,13.797476,14.253811,8.5022831,8.8632536,9.1412697,9.848032,10.39219,10.308254,10.547895,10.972452,11.339719,12.039465,14.173414,14.439529,14.551959,15.466024,15.948113,11.51707,11.760792,12.196673,12.389433,12.536968,12.279011,12.344197,12.438663,12.601398,12.772427,17.173153,17.266022,17.59733,19.969433,20.208117,7.9586282,8.2995939,8.5559416,9.5552874,9.988389,9.9192114,9.9911566,10.284193,10.659385,11.917023,13.742043,13.904922,13.953487,14.689996,15.209021,9.1317692,9.4812422,9.7878284,10.538044,11.023367,10.916158,11.133416,11.500834,11.869184,12.645144,15.106251,15.325502,15.438255,16.522974,17.027863,9.0375538,9.37111,9.6403284,10.664944,10.977024,10.87137,10.900065,11.194334,11.529176,13.685103,16.049175,16.152643,16.173439,17.213385,17.783686,12.823788,13.000308,13.359206,13.549706,13.685049,13.359056,13.341016,13.435445,13.572477,13.738253,18.668859,18.750744,18.938576,21.645466,21.860226,7.169374,7.521534,7.8942356,8.2124357,8.5081577,8.4385061,8.7691689,8.9514894,9.284091,9.5680723,11.817766,11.96148,12.484531,13.533394,13.932071,11.620873,11.862634,12.139107,12.76328,13.011068,12.776044,12.818995,13.08809,13.325488,14.123797,18.093927,18.184248,18.244173,20.239042,20.663904,6.8436532,7.1874046,7.3733373,8.2247066,8.7570391,8.7129164,8.8078842,9.2047968,9.5405426,10.451199,11.734857,11.982974,12.024786,12.498659,12.926213,12.194403,12.409463,12.768569,13.151752,13.378823,13.106277,13.149426,13.328972,13.540845,13.900465,18.290808,18.393297,18.519882,20.817434,21.159466,10.513876,10.810955,11.185042,11.706909,12.068878,11.892211,12.070353,12.331769,12.642171,13.124508,16.500917,16.664087,16.836861,18.480053,18.917789,6.9223003,7.2772293,7.4519048,7.977953,8.6198854,8.5825062,8.7954216,9.379014,9.6755819,10.189466,11.487784,11.869899,11.941813,12.46819,12.833963,9.998457,10.301855,10.552381,11.433167,11.693843,11.542533,11.550935,11.87303,12.151598,14.010991,16.994242,17.081785,17.098837,18.502966,19.023048,12.621851,12.808943,13.092243,13.499256,13.692974,13.394024,13.388793,13.580048,13.761903,14.183447,18.822741,18.900358,18.976307,21.423124,21.749214,11.896924,12.125473,12.417875,12.966748,13.205796,12.954268,12.993253,13.23844,13.464526,14.09723,18.254505,18.344885,18.41758,20.535606,20.936193,10.383082,10.679461,11.082792,11.504569,11.834749,11.65714,11.8508,12.075713,12.374561,12.741209,16.175001,16.330868,16.576471,18.273146,18.678104,13.042385,13.206083,13.508184,13.814189,13.979201,13.651313,13.620216,13.766338,13.922708,14.211335,19.123829,19.197563,19.286026,21.933523,22.209398,9.7024145,10.024863,10.294744,11.248631,11.543669,11.410345,11.456091,11.771345,12.084041,14.007979,16.74761,16.847521,16.872112,18.124712,18.678921,8.4981489,8.8378868,9.1140242,10.124528,10.526709,10.441647,10.519756,10.805951,11.180123,12.571486,14.654531,14.798953,14.848904,15.720231,16.264444,7.6036038,7.9690394,8.1978121,8.7806368,9.3938608,9.3398247,9.6015625,10.119182,10.463741,11.007863,12.673215,13.010355,13.120837,13.816474,14.244066,8.9315958,9.2750626,9.6301889,10.12541,10.573925,10.465773,10.7599,11.077688,11.441863,11.864789,14.437344,14.65222,14.905788,16.083822,16.540712,12.657087,12.845046,13.203502,13.493191,13.677249,13.37173,13.377466,13.516735,13.691941,13.950869,18.659286,18.750744,18.887486,21.415438,21.69853,9.6294107,9.9482822,10.362284,10.755627,11.089344,10.941869,11.184247,11.403849,11.719854,12.056094,15.190865,15.350198,15.672855,17.196926,17.606422,9.7926731,10.268885,10.958935,11.731225,12.357039,12.376655,12.503407,13.243553,13.42419,14.767725,16.564568,16.652454,16.67981,17.780359,19.804296,9.0188208,9.5129442,10.143672,10.943779,11.668802,11.718049,11.84407,12.718576,12.816701,14.416371,16.065224,16.142456,16.161516,17.201427,18.937542,13.500012,13.718432,15.990715,16.458155,16.635647,16.471689,16.518402,16.708891,16.907476,17.153112,19.235958,19.57929,19.660667,20.957094,24.29451,10.496343,10.904817,11.545341,12.505346,12.793873,12.71208,12.802351,13.636008,13.731211,14.380091,17.108051,17.207483,17.245037,18.760498,20.081665,9.5765524,10.03387,10.718278,11.386402,12.198333,12.231506,12.359695,13.014308,13.248397,14.9724,16.536518,16.618299,16.643639,17.639864,19.947506,12.528783,12.825213,13.872368,14.479534,14.709532,14.532252,14.585656,14.912071,15.137639,15.541815,18.551319,18.711113,18.77825,20.479643,22.438795,12.691615,12.991409,14.155113,14.756802,14.997021,14.849089,14.920026,15.229645,15.471692,15.876132,18.475368,18.650087,18.71981,20.204033,23.011387,11.390876,11.804294,12.639091,13.351561,13.765565,13.730998,13.851761,14.361546,14.625762,15.438796,17.443481,17.558569,17.604912,18.787041,21.727528,13.006618,13.291657,14.552994,15.135409,15.367179,15.231627,15.306451,15.586366,15.828105,16.201374,18.535704,18.724659,18.795965,20.143011,23.74242,12.841519,13.11377,14.398257,14.95597,15.170771,14.988209,15.037782,15.309498,15.534995,15.885576,18.752142,18.946768,19.020306,20.663023,22.948822,11.628907,12.033062,12.793534,13.425508,13.928908,14.007638,14.15299,14.599539,14.906962,15.88147,17.311152,17.407423,17.445707,18.385523,22.744469,12.888666,13.195638,14.30869,14.92218,15.177347,15.069277,15.157978,15.470354,15.72298,16.149582,18.313663,18.478786,18.544662,19.792839,23.785606,11.355514,11.771594,12.567902,13.233567,13.732742,13.750764,13.884819,14.372051,14.662174,15.64393,17.293139,17.39687,17.437693,18.464006,22.099817,10.397673,10.841661,11.58057,12.245934,12.911117,12.942595,13.076601,13.648815,13.922023,15.292004,16.893295,16.984665,17.017126,18.032297,20.911377,8.8953705,9.3640833,9.9967775,10.679253,11.595829,11.637136,11.76031,12.504823,12.681804,14.671549,16.182013,16.255745,16.274721,17.244829,19.14962,13.219597,13.428436,14.262671,14.73055,14.887877,14.604447,14.576016,14.805849,14.966472,15.243861,19.325478,19.459002,19.517895,21.834402,22.757652,13.481906,13.769601,14.765453,15.372264,15.621033,15.550935,15.646357,15.934319,16.178881,16.58794,18.279926,18.427385,18.486044,19.480396,25.300657,11.097661,11.519963,12.236367,12.846092,13.451686,13.616055,13.776968,14.247472,14.568918,15.762027,17.079586,17.165483,17.198179,18.125511,22.167791,13.418879,13.683024,15.010275,15.575602,15.79262,15.669484,15.744667,15.994935,16.22747,16.562435,18.618835,18.818415,18.889246,20.090527,24.686089,10.172099,10.637235,11.326359,12.213886,12.629838,12.614654,12.732023,13.542135,13.672189,14.575782,16.756678,16.852961,16.885597,18.152205,19.88825,12.434583,12.799902,13.541819,14.159259,14.566667,14.659842,14.803287,15.185736,15.485019,16.24362,17.563538,17.660225,17.700291,18.57452,24.038805,13.178584,13.40969,15.314,15.791053,15.974977,15.775097,15.806337,16.016083,16.218887,16.489826,19.182976,19.470196,19.549988,21.154922,23.365572,13.731987,13.889881,14.726664,15.085102,15.205351,14.869037,14.796181,14.950257,15.078665,15.276887,19.799654,19.93421,19.989933,22.589497,23.214645,9.4725456,9.9151125,10.588056,11.186769,12.12075,12.187058,12.320925,12.9186,13.192996,15.148976,16.513884,16.589912,16.613779,17.533337,20.175091,10.817926,11.25913,12.035632,12.788353,13.251871,13.230074,13.352553,13.953616,14.190008,15.138893,17.156847,17.262207,17.302114,18.495615,20.918148,10.983179,11.349122,11.974526,12.880486,13.130406,13.002244,13.070011,13.800599,13.912307,14.473587,17.547792,17.648628,17.689728,19.382008,20.542465,9.6416912,10.117387,10.755332,11.739524,12.138755,12.143565,12.26177,13.251308,13.287514,14.187646,16.332745,16.422464,16.45009,17.697397,19.23188,13.037219,13.277211,14.727366,15.226491,15.41437,15.194746,15.217138,15.44701,15.6497,15.945353,19.085201,19.306213,19.38171,21.199505,22.946745,12.911117,13.12713,13.633196,14.190554,14.341356,14.055159,14.01739,14.352982,14.47765,14.800223,19.13629,19.223255,19.265764,21.686914,22.335352,13.325556,13.63774,14.313676,14.911685,15.238725,15.340628,15.474727,15.795194,16.068451,16.658737,17.809019,17.899689,17.938452,18.711277,25.595436,13.299132,13.502032,15.145477,15.57159,15.729504,15.469774,15.457778,15.64346,15.8161,16.054817,19.478226,19.729998,19.803909,21.816683,23.049387,13.763592,14.04925,14.757429,15.359318,15.642363,15.669358,15.78264,16.07795,16.328682,16.82423,18.012278,18.11149,18.15333,18.907202,26.287544,13.126658,13.385869,14.901204,15.438393,15.646927,15.483149,15.540912,15.783901,16.010576,16.330708,18.813766,19.041912,19.118799,20.567423,23.669575,13.457798,13.735014,14.867209,15.45834,15.690803,15.594362,15.680609,15.951685,16.19092,16.562056,18.432346,18.601671,18.666191,19.757317,25.030754,12.782102,13.108856,14.110145,14.744349,15.027488,14.950438,15.052121,15.393298,15.655611,16.144693,18.106873,18.252991,18.312998,19.454576,23.860693,6.5173583,6.9636955,7.4306855,7.9817367,9.5312099,9.6104393,9.712122,10.571945,10.592228,14.029202,15.03852,15.08512,15.087813,15.825888,17.031214,10.996204,11.427958,12.218623,12.918369,13.426244,13.423939,13.552945,14.094524,14.363947,15.385571,17.193604,17.297775,17.337755,18.436275,21.410694,12.464561,12.79419,13.838079,14.479459,14.750825,14.635606,14.724069,15.079811,15.334232,15.810079,18.200554,18.355145,18.419252,19.78532,22.899637,10.282763,10.739465,11.473927,12.197435,12.8002,12.810031,12.938509,13.572739,13.809052,15.068726,16.853451,16.947502,16.98019,18.073236,20.491985,12.049343,12.42558,13.328158,14.004219,14.354156,14.30246,14.417265,14.842479,15.115502,15.766213,17.751726,17.879318,17.9324,19.096052,22.706858,13.346216,13.65085,14.548384,15.166927,15.442663,15.400654,15.506413,15.817685,16.072575,16.542152,18.10766,18.237864,18.291296,19.225018,25.228018,12.274076,12.627748,13.595202,14.259422,14.564594,14.480495,14.583014,14.974808,15.238869,15.790128,17.973372,18.113897,18.172705,19.431166,22.831661,6.1375527,6.4849,6.9417472,7.3246703,9.3092947,9.3595362,9.4506636,10.089638,10.283152,14.506188,15.382994,15.42417,15.430485,16.064056,17.572102,12.382724,12.648783,13.252381,13.908578,14.093993,13.858326,13.861328,14.277104,14.423705,14.815386,18.694332,18.795227,18.843348,20.996397,21.858881,14.150594,14.378312,15.681722,16.232824,16.422197,16.318838,16.389297,16.60058,16.807447,17.086475,18.739407,18.938097,19.003468,19.98661,26.351439,12.461249,12.821747,13.677666,14.323563,14.680329,14.666533,14.789037,15.176258,15.457692,16.109581,17.751844,17.870422,17.919697,18.914927,23.726357,10.328653,10.76784,11.477254,12.088039,12.838796,12.940805,13.088079,13.622088,13.927749,15.45517,16.821104,16.903828,16.933018,17.869629,21.156483,12.296164,12.602369,13.480562,14.127185,14.357379,14.174012,14.221247,14.599144,14.808258,15.240622,18.460346,18.596714,18.65737,20.460836,22.003298,13.578319,13.751468,14.910824,15.288561,15.421673,15.110671,15.059418,15.218823,15.363326,15.571414,19.703503,19.885515,19.949772,22.34429,23.135798,11.592402,11.976257,12.821088,13.560438,13.873672,13.776135,13.871353,14.374599,14.606,15.219948,17.767471,17.892029,17.944635,19.386648,21.511509,11.869117,12.183585,12.844183,13.589388,13.808928,13.62244,13.660186,14.168032,14.326212,14.791565,18.249359,18.356758,18.405582,20.317318,21.399906,12.703601,12.964352,13.814332,14.386567,14.580802,14.349267,14.362047,14.672545,14.859569,15.217397,18.859476,18.994133,19.054834,21.101944,22.304358,13.147192,13.367393,14.506891,14.980443,15.149491,14.88921,14.881378,15.101357,15.280724,15.558619,19.256031,19.433569,19.502169,21.619547,22.800804,11.957398,12.283226,13.04747,13.759624,13.997056,13.825326,13.876714,14.336528,14.52737,15.00314,18.24296,18.363209,18.417315,20.219307,21.57353,13.499363,13.800352,14.604632,15.218351,15.503954,15.493907,15.605043,15.913846,16.169445,16.663185,18.034456,18.149105,18.196783,19.036449,25.68774,12.215169,12.471465,12.967867,13.67616,13.848563,13.607498,13.60006,14.095749,14.202309,14.597546,18.617897,18.704355,18.744705,20.964226,21.682981,12.802271,13.062989,14.142681,14.692307,14.892378,14.674615,14.699889,14.976894,15.181629,15.524367,18.878267,19.045189,19.113764,21.016762,22.563625,12.967833,13.189315,13.795911,14.329986,14.489115,14.20985,14.18086,14.482006,14.626266,14.943311,19.1532,19.254337,19.303534,21.664902,22.428278,10.593362,11.02894,11.730709,12.613729,12.959567,12.904957,13.010265,13.756805,13.904632,14.650066,17.101135,17.203915,17.242277,18.631207,20.269045,12.037054,12.390453,12.933256,13.481067,13.880281,14.640081,14.89714,15.253145,15.564018,16.334702,17.383356,17.456017,17.484795,18.409727,23.995611,10.369234,10.830467,11.556189,12.367082,12.838523,12.826359,12.948034,13.655738,13.843036,14.840569,16.8955,16.993998,17.028599,18.240675,20.264923,11.549911,11.917835,12.690327,13.458632,13.734503,13.607185,13.684274,14.21956,14.417241,14.977815,17.865351,17.98358,18.034489,19.645897,21.239885,11.181092,11.585306,12.351406,13.154218,13.474709,13.387836,13.484318,14.085467,14.283764,14.943454,17.529568,17.643114,17.689528,19.147299,20.938526,11.996785,12.357533,13.289541,13.978518,14.276702,14.171775,14.265451,14.692069,14.941957,15.497514,17.969593,18.106836,18.165121,19.571007,22.140034,5.5622163,5.9175577,6.3181586,6.7121148,8.7658482,8.8063812,8.8854103,9.5941315,9.6891937,14.160207,15.00208,15.038257,15.039444,15.641315,16.735617,14.327922,14.558641,15.613358,16.186041,16.381748,16.299955,16.376196,16.598103,16.804531,17.103395,18.596712,18.757727,18.815828,19.699226,26.916199,8.2035246,8.6293039,9.2242041,9.7323494,11.058384,11.160648,11.290458,11.905378,12.177787,14.957219,16.068169,16.128365,16.144554,16.960649,19.23284,10.992592,11.392273,12.095519,12.954429,13.249326,13.152786,13.241034,13.916612,14.074989,14.70674,17.456984,17.564247,17.60747,19.141573,20.626057,7.9119306,8.3815699,8.9431772,9.6020317,10.730865,10.791859,10.907618,11.74197,11.841066,14.335868,15.660769,15.722509,15.73327,16.618807,18.178288,13.334346,13.527514,14.170061,14.622496,14.76542,14.460635,14.411466,14.645738,14.7855,15.053132,19.436838,19.542505,19.592579,22.073166,22.809124,11.980354,12.36637,13.066368,13.669941,14.137278,14.345036,14.511244,14.914414,15.230886,16.119829,17.367022,17.454556,17.489943,18.377035,23.460617,12.922156,13.254311,13.888419,14.475908,14.839987,15.066886,15.225625,15.564918,15.856517,16.531996,17.644428,17.727602,17.762447,18.562181,25.058161,7.8252511,8.3228235,8.8752508,9.6451874,10.610721,10.700554,10.821689,11.83093,11.809508,13.984769,15.327918,15.390374,15.39956,16.313597,17.764769,12.82628,13.169367,13.952523,14.576325,14.929079,14.958096,15.085903,15.444396,15.726429,16.365965,17.759678,17.866236,17.910803,18.789417,24.570578,10.221108,10.65843,11.308828,11.874694,12.64747,13.034751,13.22917,13.725986,14.060957,15.598248,16.773472,16.847462,16.873829,17.81258,21.338423,12.026717,12.412656,13.216942,13.861914,14.288861,14.314981,14.448878,14.871757,15.166423,15.974384,17.516443,17.623133,17.666737,18.63382,23.18396,11.21983,11.636683,12.448218,13.205495,13.581993,13.525112,13.636813,14.195492,14.430602,15.185341,17.445621,17.560799,17.607172,18.909937,21.233351,6.0189643,6.373064,6.8130913,7.2168946,9.1759977,9.2129993,9.2982473,9.9746695,10.122622,14.349115,15.264488,15.305004,15.309255,15.946608,17.255123,11.954625,12.29952,13.169597,13.869352,14.13504,13.993383,14.066133,14.505667,14.728233,15.23748,18.118908,18.251144,18.30888,19.925116,21.764011,9.1473932,9.6445198,10.265958,11.23,11.727598,11.772388,11.897495,12.949774,12.945818,14.070298,15.946649,16.029011,16.050661,17.187458,18.761534,10.855469,11.285991,12.035478,12.676844,13.295137,13.354085,13.495497,14.009353,14.307852,15.550516,17.046547,17.138891,17.173403,18.148195,21.633343,14.366015,14.464994,14.88665,15.12478,15.200869,14.797935,14.660583,14.769326,14.848854,14.983853,20.287176,20.357853,20.390694,23.44767,23.810734,8.4449625,8.8783617,9.4872112,10.057147,11.236722,11.285089,11.404207,12.066062,12.291856,14.819397,16.118025,16.183901,16.200716,17.06875,19.128843,11.256195,11.662709,12.293525,12.865454,13.402014,13.944106,14.168672,14.590655,14.92484,15.967233,17.123119,17.200069,17.229687,18.182413,22.640539,11.714554,12.10383,12.985345,13.694101,14.041224,13.972294,14.081317,14.552592,14.81055,15.474809,17.69949,17.825594,17.878111,19.161186,21.964277,12.264798,12.594944,13.584395,14.238788,14.500838,14.36139,14.437477,14.814857,15.055279,15.529494,18.24593,18.394567,18.457846,19.993975,22.308823,8.5686312,9.0740871,9.6685734,10.57248,11.234896,11.309993,11.436646,12.511287,12.479826,13.97903,15.592603,15.665892,15.681256,16.713253,18.267601,9.6783485,10.165024,10.832232,11.696055,12.225117,12.246189,12.371023,13.227689,13.339303,14.497873,16.414553,16.50248,16.528667,17.682486,19.4615,11.567565,11.885258,12.479558,13.296445,13.511575,13.331845,13.36939,13.975314,14.097923,14.578842,18.057947,18.156725,18.200388,20.113167,21.088547,11.426161,11.784624,12.478536,13.288281,13.542917,13.401946,13.46768,14.058587,14.22196,14.763368,17.848518,17.957979,18.005091,19.713041,21.012253,10.80059,11.236807,11.987338,12.804406,13.186676,13.139019,13.250595,13.909494,14.104286,14.901474,17.207411,17.31426,17.355135,18.679371,20.626619,12.40294,12.683143,13.414139,14.051102,14.253495,14.03497,14.054514,14.435882,14.612469,15.012383,18.648468,18.766214,18.821093,20.848221,21.947355,10.079082,10.525223,11.170094,12.150599,12.486766,12.449344,12.556231,13.468796,13.541219,14.29771,16.7201,16.815592,16.848518,18.218443,19.667732,11.826797,12.220396,13.069864,13.743083,14.148715,14.130832,14.255937,14.704698,14.987203,15.759648,17.554008,17.670048,17.717518,18.796732,22.593739,14.272227,14.522626,15.33252,15.928486,16.153891,16.116625,16.208588,16.460812,16.680817,17.049114,18.325994,18.446835,18.495218,19.264847,27.072596,13.717175,13.948748,15.63346,16.153353,16.342859,16.207638,16.269978,16.478161,16.689735,16.963051,18.912289,19.167635,19.242908,20.414124,25.109274,9.3713303,9.8134575,10.463532,11.016623,12.024012,12.202929,12.357739,12.917714,13.231122,15.289035,16.472986,16.543344,16.566101,17.453819,20.361439,14.43173,14.665871,15.563177,16.148827,16.352371,16.292313,16.374241,16.605644,16.813017,17.134001,18.480631,18.617159,18.669411,19.471058,27.263098,12.608027,12.954197,13.874602,14.520559,14.838512,14.79125,14.903934,15.272744,15.544654,16.111519,17.915993,18.047247,18.101803,19.168062,23.76951,7.5618458,8.7860136,9.2243128,10.388006,10.680478,10.637499,10.84131,11.935787,12.727176,13.553413,15.336795,15.360918,15.275204,16.064058,16.978477,7.3167567,8.3896046,8.8288469,10.048107,10.357031,10.313418,10.494214,11.71463,12.354292,13.207957,15.127576,15.145532,15.086429,15.915726,16.85668,6.2536564,6.8702464,7.2875185,8.5097046,8.962492,8.9260178,9.0499525,10.53416,10.719113,11.827818,14.218816,14.191829,14.178569,15.032864,16.069342,8.8873138,11.182239,11.76813,12.414268,12.700238,12.685658,12.970065,13.417412,15.114914,15.671234,16.792404,16.80612,16.634109,17.834368,18.634438,9.0674429,10.645604,11.300232,11.984109,12.404871,12.391115,12.603566,13.072798,14.317993,15.161016,16.558247,16.558643,16.488453,17.885138,18.840258,7.037703,8.1170397,8.5180187,9.7958765,10.061388,10.017548,10.200378,11.522291,12.133307,12.958098,14.767542,14.795563,14.729181,15.464405,16.344812,6.842504,7.4918585,7.9669909,8.9487982,9.6542645,9.6249657,9.760581,10.806249,11.187698,12.766949,15.289635,15.243947,15.23838,16.104933,17.219505,8.4915257,10.167741,10.690402,11.551472,11.885715,11.856473,12.115801,12.764026,14.00999,14.777671,16.287508,16.3057,16.168575,17.126688,18.052097,8.3284893,9.7105417,10.245564,11.17963,11.570677,11.537491,11.75395,12.500864,13.520105,14.420671,16.160759,16.171083,16.090923,17.054558,18.053421,8.3777657,10.13581,10.566797,11.38612,11.643693,11.616344,11.965158,12.593636,13.887365,14.539344,15.829549,15.856366,15.582505,16.442028,17.25242,6.8781791,8.1102552,8.4522505,9.6583843,9.8714676,9.8337336,10.060348,11.333507,12.058637,12.795829,14.206306,14.239531,14.092886,14.595705,15.369907,9.8359604,10.500459,11.24886,11.591456,11.993145,12.005509,12.148561,12.404651,13.264074,14.004738,14.966372,14.943058,14.900515,19.178484,19.865068,9.1299715,11.528747,12.186387,12.75671,13.026639,13.016042,13.254852,13.652306,15.414935,15.907761,16.931959,16.93623,16.814571,18.309074,19.055325,8.1787252,9.2251091,9.8046207,10.586926,11.264995,11.245771,11.424721,12.063835,12.893451,14.329336,16.212076,16.198416,16.167171,17.207964,18.324942,8.252533,9.2988062,9.900424,10.61671,11.35457,11.34347,11.522625,12.097624,12.953199,14.481968,16.260021,16.245707,16.215992,17.325037,18.445414,7.7697487,8.9675665,9.4441795,10.553145,10.894276,10.853257,11.050574,12.06399,12.865285,13.73926,15.607945,15.623001,15.553437,16.424929,17.395536,8.9946404,11.380881,12.000802,12.608158,12.885348,12.872974,13.137215,13.558095,15.313366,15.832251,16.897181,16.90675,16.757271,18.078428,18.850693,8.5326471,10.425764,10.896468,11.669477,11.945226,11.921467,12.259886,12.829068,14.236406,14.877283,16.151642,16.176529,15.927622,16.866997,17.695415,7.0068011,8.1929808,8.573369,9.8223362,10.066254,10.024639,10.224369,11.509921,12.208713,13.003302,14.630507,14.662671,14.568225,15.205019,16.044012,9.1567497,10.136656,10.864134,11.362973,11.996455,12.011601,12.182373,12.558366,13.488481,14.694058,15.893672,15.878638,15.84268,18.223854,19.135015,8.4420843,9.6789351,10.258956,11.096032,11.610699,11.585421,11.782311,12.434743,13.389293,14.498197,16.290644,16.288078,16.237831,17.293306,18.361286,5.9141884,6.44662,6.853138,8.0675478,8.5424976,8.5125952,8.6294613,10.162498,10.257326,11.406739,13.959973,13.920394,13.915631,14.75268,15.80215,6.4461279,7.2148132,7.625349,8.9281759,9.2697124,9.229558,9.369256,10.909885,11.195963,12.1025,14.236532,14.237134,14.209144,15.059525,16.027643,9.1783276,11.106719,11.769,12.401381,12.736737,12.724024,12.949629,13.376387,14.852689,15.502405,16.707561,16.710697,16.616411,18.102749,18.952705,8.3034353,9.9756842,10.443063,11.340492,11.630515,11.5988,11.886606,12.588534,13.810207,14.534691,15.989625,16.014477,15.828445,16.690823,17.565996,9.2005129,10.587338,11.276562,11.905514,12.375084,12.36852,12.564363,12.995419,14.137201,15.060388,16.428146,16.421967,16.369177,18.015028,18.978964,8.8650198,10.298925,10.930235,11.661074,12.133848,12.117307,12.325166,12.844882,13.978887,14.949406,16.488985,16.488482,16.426979,17.680807,18.69495,9.6183014,11.350525,12.08751,12.587562,12.883402,12.877154,13.065388,13.404926,14.797974,15.350773,16.384525,16.375128,16.305817,18.611162,19.346148,9.2916946,11.349547,12.03476,12.613811,12.915758,12.905365,13.123794,13.516738,15.079588,15.646828,16.744524,16.744753,16.65148,18.314629,19.101503,6.8720083,7.7790742,8.2047081,9.4833317,9.8049269,9.7627039,9.9208517,11.322104,11.771395,12.645816,14.681478,14.691795,14.65188,15.4995,16.454987,8.2130747,9.3351355,9.8947477,10.778435,11.315993,11.287513,11.474064,12.201913,13.050561,14.228878,16.146093,16.139992,16.098772,17.10342,18.189135,9.6021242,10.908072,11.646822,12.166849,12.561607,12.560308,12.740039,13.089494,14.229045,14.979533,16.140432,16.128021,16.076107,18.471498,19.306875,9.2823591,10.472088,11.187627,11.755608,12.279216,12.281746,12.464176,12.860388,13.899637,14.912251,16.217794,16.206257,16.163818,18.139038,19.092148,9.6394463,11.63677,12.383634,12.822904,13.060647,13.054931,13.238838,13.555716,15.104762,15.539669,16.446106,16.434538,16.357805,18.815264,19.455502,9.4622822,11.446241,12.162217,12.690538,12.976774,12.968615,13.170597,13.531615,15.059957,15.590963,16.62661,16.621569,16.540098,18.510155,19.252277,9.9724655,11.12235,11.885488,12.239146,12.501719,12.500476,12.652432,12.909858,14.040696,14.531524,15.426402,15.406231,15.351996,19.20747,19.812712,8.2305765,9.7221003,10.219356,11.182845,11.513819,11.478558,11.717668,12.496566,13.577331,14.38708,16.029959,16.049232,15.933105,16.826134,17.766897,9.8936977,11.335255,12.098464,12.461403,12.698539,12.696402,12.85717,13.128325,14.412289,14.855164,15.726153,15.709635,15.650924,19.140324,19.72798,8.7634287,10.972514,11.514587,12.194164,12.47791,12.461076,12.773705,13.249523,14.888512,15.466764,16.625618,16.643803,16.435114,17.52632,18.337337,8.6764832,10.329971,10.899813,11.708053,12.08255,12.057434,12.297162,12.884348,14.136459,14.947168,16.460058,16.47159,16.366079,17.42708,18.383263,9.5224323,11.598184,12.327407,12.811904,13.068604,13.061527,13.256568,13.597174,15.182638,15.651335,16.610556,16.602762,16.521059,18.665092,19.351149,9.3787346,11.176347,11.876325,12.459522,12.794933,12.785589,12.992322,13.383027,14.792517,15.432099,16.590061,16.587212,16.510393,18.296577,19.120678,7.2728887,8.0676537,8.5569696,9.6086988,10.162033,10.126716,10.276751,11.342257,11.829952,13.102945,15.391596,15.369415,15.35119,16.260248,17.355095,6.4513459,7.1507463,7.571723,8.8239088,9.2264442,9.186923,9.3190012,10.802305,11.055119,12.067979,14.32587,14.312339,14.291698,15.154792,16.166477,8.1482029,9.1316776,9.7524405,10.385605,11.258148,11.260826,11.435844,11.959826,12.797238,14.564175,16.203859,16.188433,16.163555,17.366859,18.482904,4.375844,4.8701692,5.1479692,6.5053835,6.7270098,6.6991892,6.7959619,8.9428024,8.7147398,9.4159012,11.340334,11.349764,11.329533,12.033013,12.82087,9.7703781,11.409111,12.165108,12.599443,12.863094,12.858546,13.032934,13.337483,14.697719,15.188217,16.134451,16.120659,16.055519,18.856443,19.517885,8.8333578,10.859146,11.437838,12.148856,12.46834,12.449628,12.719807,13.21389,14.732356,15.387425,16.655865,16.66991,16.521402,17.659414,18.525335,9.1056261,11.240314,11.886331,12.510599,12.817573,12.804599,13.044567,13.46964,15.071606,15.65901,16.803091,16.809153,16.694405,18.105818,18.920931,7.7612748,9.2255554,9.6165457,10.641794,10.882975,10.846347,11.126654,12.035913,13.042121,13.769327,15.192079,15.223754,15.0234,15.681481,16.496019,9.5948544,11.115509,11.849171,12.376324,12.722718,12.7177,12.904513,13.256913,14.521018,15.177248,16.299145,16.289368,16.228294,18.490019,19.290392,5.0665631,5.5939369,5.9161139,7.2632666,7.5510411,7.5130944,7.6126952,9.5719099,9.4711075,10.289083,12.397038,12.387506,12.364341,13.128438,14.007293,8.7722673,10.054094,10.690135,11.40482,11.956203,11.943205,12.13973,12.660276,13.695285,14.822866,16.421442,16.415939,16.368683,17.632572,18.688387,6.6500587,7.5630507,7.9540448,9.2917433,9.5623693,9.5185375,9.6771231,11.180222,11.598994,12.424548,14.373319,14.394501,14.350285,15.137909,16.032619,9.8188505,10.987353,11.744025,12.184752,12.52793,12.528173,12.693196,12.993678,14.091396,14.735312,15.775337,15.758072,15.706537,18.819937,19.556456,8.0311108,9.249094,9.7613602,10.784488,11.176305,11.138896,11.337193,12.222718,13.082397,14.016867,15.893387,15.901763,15.838844,16.766747,17.778221,8.7242126,10.239744,10.834596,11.626552,12.051159,12.028165,12.248663,12.823561,13.990405,14.891199,16.465448,16.470934,16.392567,17.512085,18.509163,8.5374222,9.9875479,10.552689,11.410828,11.824586,11.796432,12.016044,12.666835,13.76445,14.675455,16.340103,16.347746,16.268116,17.299194,18.303534,7.3117251,8.0995455,8.6211872,9.3661127,10.320125,10.302933,10.453691,11.160096,11.779319,13.814743,15.908556,15.876628,15.862923,16.761261,17.880459,9.258811,11.661635,12.350238,12.876559,13.131917,13.123044,13.342382,13.715309,15.48031,15.937515,16.909201,16.908329,16.804028,18.509029,19.216358,5.6161323,6.3089271,6.6496105,8.0505877,8.3000011,8.261322,8.3867569,10.248224,10.341918,11.121849,13.109826,13.124508,13.095485,13.867844,14.729568,8.5788021,9.717412,10.351304,11.038411,11.703151,11.695592,11.881838,12.403363,13.34401,14.698299,16.339935,16.329367,16.293726,17.543463,18.636822,8.1389904,9.7437105,10.155993,11.066753,11.318404,11.286037,11.605918,12.34837,13.502341,14.194857,15.56177,15.590919,15.347054,16.117186,16.934101,8.2623091,9.4878874,10.036144,10.96198,11.418445,11.386498,11.58403,12.341166,13.250724,14.276359,16.132856,16.134632,16.079384,17.066992,18.115095,9.6307878,11.844927,12.598995,12.981747,13.175871,13.171492,13.352604,13.652742,15.317194,15.670379,16.48131,16.46657,16.38142,18.945341,19.51255,7.1655889,7.892633,8.3945675,9.2467356,10.080008,10.055163,10.199962,11.041418,11.561053,13.377611,15.702488,15.662802,15.652969,16.531229,17.655279,7.6762729,9.0333223,9.4581089,10.567253,10.839496,10.798727,11.0297,12.035912,12.946823,13.735909,15.365762,15.394346,15.270055,16.004385,16.881901,9.4209852,10.997432,11.707407,12.289778,12.665174,12.657895,12.855339,13.24445,14.52247,15.243939,16.454811,16.448994,16.385017,18.27367,19.135109,8.9515724,9.9793539,10.685495,11.229726,11.915956,11.929402,12.105206,12.517,13.449459,14.772059,16.080648,16.067219,16.033911,17.97917,18.966169,7.5209422,8.5440865,9.0221252,10.165141,10.546336,10.50568,10.680202,11.793027,12.434339,13.382242,15.404317,15.409453,15.364904,16.262873,17.272984,8.8368254,10.028894,10.691829,11.343364,11.955828,11.951927,12.140348,12.616199,13.613004,14.838989,16.359035,16.34967,16.310467,17.737801,18.793859,8.5197001,9.7088499,10.316381,11.074583,11.668395,11.651296,11.842456,12.421543,13.371694,14.611385,16.34557,16.338037,16.296385,17.431862,18.520061,9.197567,10.949039,11.618509,12.261517,12.629781,12.617482,12.833925,13.267253,14.63337,15.354454,16.62429,16.625231,16.544924,18.061625,18.94998,8.6912003,9.727705,10.40711,10.984757,11.73679,11.747542,11.925325,12.373721,13.287939,14.762547,16.176105,16.163139,16.132555,17.755135,18.79998,7.7561927,8.6675444,9.1998167,10.105558,10.744938,10.715801,10.880667,11.699696,12.365498,13.77477,15.901162,15.881965,15.858443,16.806026,17.92268,8.9901361,11.030867,11.650219,12.320541,12.644514,12.628824,12.878413,13.336615,14.87361,15.514305,16.739901,16.749132,16.6266,17.90345,18.758438,9.5414248,10.420924,11.169796,11.607698,12.118778,12.133289,12.293406,12.612859,13.527659,14.487308,15.582394,15.563641,15.523947,18.631203,19.448618,8.8585157,10.656237,11.255037,11.994186,12.356417,12.336373,12.57922,13.095234,14.463036,15.213488,16.600372,16.610294,16.500917,17.667486,18.5902,7.7495561,8.6551857,9.2393465,9.8873596,10.862957,10.862015,11.029366,11.598205,12.360903,14.360117,16.121546,16.101376,16.081285,17.133549,18.260242,8.9005375,10.503718,11.1255,11.861166,12.274399,12.255867,12.477467,12.992841,14.23706,15.087356,16.552851,16.557163,16.477201,17.707214,18.676805,8.0268764,9.0325556,9.5889711,10.439698,11.077103,11.0516,11.226548,11.949721,12.718791,14.099598,16.093082,16.07876,16.048988,17.038309,18.152365,9.0630398,10.26935,10.959596,11.571406,12.140748,12.140438,12.327223,12.762335,13.78916,14.908825,16.319242,16.309332,16.268324,17.928904,18.939577,9.2341156,10.805722,11.488262,12.124521,12.532216,12.52214,12.727509,13.157211,14.414127,15.213885,16.528032,16.525423,16.459681,18.060099,18.980667,9.0088987,10.382546,11.045083,11.719846,12.21767,12.207517,12.406998,12.879546,13.994052,14.99198,16.461988,16.457489,16.404675,17.831707,18.839254,8.6554422,9.9929161,10.597527,11.380477,11.878988,11.858106,12.061927,12.642685,13.690763,14.739895,16.407297,16.406239,16.349657,17.485699,18.532715,9.7294569,11.171771,11.920877,12.398994,12.719851,12.716252,12.89315,13.215924,14.45322,15.056275,16.10692,16.093716,16.034723,18.685608,19.429991,8.6787567,10.520763,11.069916,11.851341,12.18307,12.159333,12.428302,12.988787,14.370551,15.090092,16.481478,16.497942,16.351202,17.388763,18.291458,9.3485365,11.788783,12.498131,12.977821,13.211621,13.204272,13.411139,13.761972,15.546841,15.958634,16.86902,16.863529,16.76535,18.672369,19.331728,7.3470831,8.2377949,8.7187567,9.8456535,10.290048,10.251169,10.410473,11.548444,12.082295,13.14734,15.305503,15.298283,15.269152,16.179646,17.230778,9.499217,10.636068,11.373399,11.890076,12.362838,12.367232,12.542425,12.898843,13.933105,14.833941,16.035397,16.02124,15.977341,18.38665,19.268057,9.9459534,10.740749,11.494122,11.842494,12.178355,12.183524,12.328293,12.579808,13.516959,14.139659,15.088992,15.06612,15.019413,19.22352,19.882708,8.406951,9.4243956,10.073849,10.679141,11.499731,11.506627,11.684054,12.169897,13.050066,14.687964,16.207939,16.194485,16.166752,17.548512,18.635105,9.0397263,10.851094,11.488333,12.173387,12.537749,12.522019,12.752039,13.219386,14.611178,15.339602,16.655489,16.660933,16.566534,17.895418,18.799417,9.786109,11.600701,12.364799,12.743423,12.959266,12.955576,13.124717,13.411323,14.87752,15.278273,16.124228,16.108953,16.040693,19.028059,19.609194,9.4892521,11.823412,12.55375,12.987881,13.203794,13.197987,13.395258,13.720963,15.447016,15.8307,16.694128,16.683678,16.587812,18.783905,19.400984,8.6723213,10.721682,11.229429,11.948226,12.231764,12.212158,12.541747,13.053782,14.581472,15.1929,16.409225,16.43108,16.199316,17.220289,18.044558,9.7434149,10.75568,11.509829,11.95365,12.360401,12.365781,12.528385,12.835109,13.837012,14.600844,15.681728,15.663454,15.617921,18.74501,19.52689,9.3891344,10.756397,11.470628,12.051597,12.489462,12.485835,12.675446,13.068113,14.217781,15.063976,16.334734,16.326019,16.273769,18.211889,19.122629,7.8774962,8.9099836,9.4322071,10.435658,10.917936,10.882654,11.059681,11.961665,12.684793,13.791354,15.830298,15.825251,15.787701,16.736526,17.80665,9.9836807,10.925702,11.68373,12.032188,12.325883,12.32704,12.474001,12.725001,13.745663,14.292469,15.213569,15.19148,15.140925,19.242947,19.871202,7.5343513,8.3921022,8.9436502,9.6307735,10.611611,10.602488,10.762017,11.386969,12.091632,14.14109,16.043535,16.018864,16.001057,16.962162,18.084518,9.8569183,11.181981,11.941866,12.363923,12.657147,12.654733,12.820227,13.111962,14.306526,14.85517,15.831919,15.81519,15.758293,18.91544,19.596117,8.0215416,9.5159836,9.9661608,10.973615,11.260428,11.223154,11.478429,12.32533,13.382047,14.151004,15.723447,15.749694,15.60087,16.400175,17.288254,7.9386806,9.2980404,9.7673454,10.826415,11.140579,11.100931,11.323944,12.243051,13.187407,14.008798,15.730964,15.752438,15.650071,16.489305,17.422457,3.5408297,3.9054692,4.1304641,5.3744731,5.5642366,5.5374718,5.6077251,7.8228874,7.4061275,8.0256987,9.8333731,9.8337708,9.8128786,10.436529,11.141225,8.2614832,8.6965485,8.9262743,11.439178,11.870481,11.843232,12.170334,12.52799,12.902245,17.535761,18.624495,18.788908,18.806488,19.077194,19.769779,8.0855131,8.4352665,8.6259661,10.352948,10.631243,10.59196,10.804425,11.207203,11.345118,20.770977,21.63525,21.76709,21.763945,22.038794,22.614111,8.5543346,9.043066,9.2798481,11.597845,12.139285,12.098269,12.46524,12.860808,13.294271,15.328523,16.647684,16.865845,16.925337,17.32732,17.843292,10.348672,10.701189,10.892563,12.030655,12.210622,12.032931,12.10172,12.738944,12.878634,15.55031,18.713596,18.782463,18.750099,20.296938,20.739058,8.3474627,8.7542887,8.9777317,11.070857,11.425694,11.385608,11.654356,12.029226,12.313264,18.640465,19.74157,19.888577,19.889374,20.227179,20.876116,8.2118759,8.830843,9.0260906,11.390019,12.055017,12.036432,12.518588,12.953359,13.446424,15.013686,15.89643,16.162273,16.219866,16.370413,16.935043,7.1940966,7.5846105,7.7550368,11.898075,12.354024,12.378565,12.712464,13.082148,13.346598,19.900188,20.415604,20.584341,20.658251,20.54229,21.210407,6.6419334,7.035275,7.1534824,8.2973242,9.0003052,8.9849167,9.1891441,9.8747883,10.12187,10.680735,11.604902,12.043062,12.080649,12.390045,12.596036,8.1580391,8.6923275,8.8999491,11.085389,11.724843,11.698699,12.129373,12.576741,13.042245,14.632796,15.695658,15.96528,16.029362,16.287518,16.821096,9.981432,11.583008,11.70141,13.771796,14.504095,14.474935,14.989154,15.470487,15.989695,16.946693,17.092869,17.375923,17.251707,17.197309,17.673906,8.415309,8.8948746,9.1303873,11.663564,12.182101,12.151849,12.530486,12.900392,13.341117,16.145964,17.326984,17.524595,17.573431,17.877453,18.495771,7.4046445,7.8916726,8.0525131,9.5448742,10.252832,10.229415,10.593989,11.179618,11.569887,12.5196,13.466967,13.836104,13.893008,14.163767,14.570663,8.1272192,8.7916479,8.9819622,12.537435,13.163431,13.168254,13.647893,13.998874,14.480915,16.912502,17.559809,17.776115,17.8375,17.803955,18.449154,9.3936682,9.8620491,10.120378,12.368102,12.73833,12.654832,12.900889,13.258023,13.596473,16.296938,18.096991,18.238794,18.271969,18.994108,19.417204,9.0443153,9.5355988,9.7830248,12.282973,12.729021,12.667868,12.964826,13.326913,13.704419,15.852287,17.391106,17.56521,17.615341,18.171848,18.562969,8.9350166,9.3594942,9.6014967,11.464465,11.789639,11.719956,11.953333,12.338525,12.619978,17.956182,19.44928,19.585142,19.592737,20.170315,20.731403,9.7006702,10.120321,10.358385,11.841484,12.099092,11.982778,12.145186,12.579398,12.831883,17.069624,19.265612,19.372124,19.359888,20.347511,20.862192,8.9268284,9.3701057,9.5981331,10.895982,11.133244,11.055876,11.227962,11.716209,11.937582,18.519411,20.184174,20.289679,20.23385,20.937099,21.491392,6.3339038,6.7138882,6.8150539,7.6823463,8.384572,8.3705807,8.5781631,9.2757149,9.5176401,10.043822,10.801041,11.251248,11.283508,11.528961,11.768723,9.4452467,9.8693771,10.091599,11.352467,11.561364,11.440065,11.563202,12.247871,12.429097,16.204643,18.698795,18.784481,18.73847,19.889973,20.406996,8.4004078,8.8924389,9.1016178,11.329302,11.911619,11.865843,12.161991,12.636537,12.993095,14.068356,15.447829,15.722452,15.790596,16.283094,16.53661,8.7272949,9.6924715,9.8510008,12.117377,12.834703,12.816676,13.35603,13.810452,14.324292,15.520473,16.069611,16.348639,16.353153,16.377485,16.914429,8.2806263,8.7401896,8.9716911,11.630297,12.114451,12.090491,12.454176,12.812216,13.231334,16.86618,17.959873,18.141296,18.177898,18.429924,19.102993,8.8803377,9.28162,9.5035086,10.958892,11.211805,11.130828,11.315269,11.741473,11.931431,19.249575,20.736879,20.858519,20.865402,21.462778,21.992798,8.2400246,8.7852497,8.9984198,11.469996,12.087171,12.065522,12.509527,12.918896,13.39782,15.322175,16.336298,16.579496,16.641495,16.851048,17.434595,7.7610712,8.2699509,8.467577,12.234604,12.788681,12.799514,13.217338,13.563264,13.988456,17.656975,18.353073,18.549982,18.619793,18.597599,19.287365,7.8518186,8.2419729,8.4454079,11.026374,11.410353,11.397493,11.695788,12.061249,12.35533,18.975952,19.832602,19.981499,19.98016,20.126057,20.858864,10.522662,10.900078,11.117001,12.474096,12.700321,12.534496,12.643995,13.066207,13.29134,16.134254,19.002705,19.091034,19.082348,20.463783,20.900814,7.9960537,8.3927479,8.6030359,11.01253,11.388285,11.367333,11.65836,12.02517,12.320794,18.830233,19.752527,19.9,19.895815,20.097616,20.8134,9.8235569,10.290324,10.540383,12.752087,13.056595,12.946815,13.134921,13.499174,13.784703,16.401863,18.494053,18.610048,18.631817,19.547594,19.88563,8.7474728,9.1777153,9.4199886,11.463777,11.826817,11.770174,12.035707,12.408312,12.725614,17.708601,19.080757,19.227774,19.239145,19.72501,20.322544,8.7473192,9.6794357,9.8473682,12.436327,13.128191,13.113562,13.647049,14.06125,14.579753,15.989247,16.560471,16.815371,16.827141,16.83345,17.399473,8.1922741,8.7488623,8.9598122,11.840307,12.440281,12.428438,12.880996,13.258255,13.740237,16.103735,17.005207,17.227579,17.287748,17.411936,18.045908,8.2956686,8.8096275,9.0305605,11.352749,11.952196,11.923268,12.337014,12.753318,13.214933,15.094981,16.231615,16.475142,16.53805,16.826797,17.380568,8.0631886,8.6745653,8.8593578,10.924255,11.615468,11.594767,12.070855,12.549125,13.028978,14.329686,15.20838,15.503901,15.561548,15.735546,16.260937,8.5671616,9.5268507,9.6923723,13.540018,14.203865,14.211919,14.709812,15.038836,15.521308,17.50757,17.898516,18.112057,18.140953,18.003424,18.60881,8.4296837,8.9218626,9.1489697,11.327167,11.905266,11.864808,12.231347,12.660828,13.088229,14.73189,16.041655,16.288353,16.35343,16.761959,17.229567,8.4670515,8.9319029,9.15697,10.365847,10.574029,10.509706,10.664526,11.38538,11.548099,17.961226,19.683552,19.772614,19.705837,20.428129,20.945057,7.7850304,8.2507019,8.4318867,10.259398,10.912159,10.879725,11.167628,11.725313,12.066754,12.985551,14.211338,14.550663,14.610703,15.027573,15.301929,8.2950935,8.7909384,9.018322,11.674168,12.222335,12.199754,12.604419,12.977562,13.434205,16.112841,17.191784,17.399197,17.453281,17.688869,18.319981,7.6973391,8.1642885,8.3472481,10.019707,10.688771,10.658182,10.985312,11.540727,11.916141,12.949479,14.116014,14.459007,14.520024,14.893798,15.262857,9.2530088,9.7032843,9.935442,11.208626,11.438206,11.341125,11.494754,12.04494,12.275555,17.333452,19.401333,19.499117,19.44385,20.360487,20.908615,9.0473881,9.4940844,9.7475758,11.829756,12.20032,12.131469,12.393155,12.760797,13.098912,16.964413,18.550526,18.696133,18.716524,19.315802,19.859217,8.5088501,8.9523039,9.1923876,11.538201,11.963233,11.92376,12.239814,12.600396,12.976765,17.173908,18.413685,18.577436,18.598389,18.967079,19.613373,8.3539906,9.297122,9.4365644,11.236695,12.003974,11.987325,12.514507,13.05773,13.541734,14.471057,14.958963,15.294588,15.299171,15.345021,15.831425,9.7081375,10.185416,10.438977,12.775537,13.105393,13.004898,13.21201,13.565086,13.868413,16.28051,18.264324,18.389767,18.420002,19.265184,19.592495,9.03477,9.5010405,9.7558489,12.038043,12.45341,12.389646,12.678101,13.038085,13.410584,16.319437,17.890728,18.050657,18.086615,18.659016,19.158701,6.8601918,7.311698,7.4691491,12.137119,12.726588,12.76432,13.132819,13.45496,13.746367,18.387489,18.858641,19.039288,19.192751,19.060289,19.702148,7.9316797,8.436655,8.6323071,10.508753,11.171108,11.142254,11.535297,12.038387,12.469514,13.749223,14.851975,15.160137,15.224353,15.534154,15.998816,8.6858549,9.1277323,9.3726501,11.578778,11.979281,11.929479,12.223183,12.587337,12.944453,17.211529,18.558601,18.715338,18.734045,19.180735,19.793264,10.320939,10.821506,11.038404,13.690949,13.92818,13.78785,13.908568,14.261089,14.475285,16.427021,18.749846,18.838688,18.854465,19.943558,20.035595,8.5483351,9.0404129,9.2648525,11.495665,12.057796,12.009829,12.334876,12.77435,13.163313,14.516733,15.922488,16.171923,16.23974,16.726585,17.073999,8.966218,9.4257927,9.6567812,10.917918,11.136555,11.047538,11.197306,11.858542,12.060417,17.132362,19.173719,19.267,19.207342,20.102665,20.644436,9.6624403,10.090419,10.335449,12.005279,12.283104,12.172586,12.350685,12.759195,13.026526,16.995787,19.09911,19.211468,19.211657,20.140648,20.631742,8.0451918,8.5633698,8.7744522,11.966446,12.52914,12.524729,12.953354,13.311261,13.769146,16.826126,17.678366,17.882421,17.941629,18.024534,18.698322,9.140892,9.6703691,9.9011784,12.81653,13.254308,13.193439,13.468198,13.826646,14.172265,15.802753,17.278999,17.453539,17.509464,18.057749,18.251297,8.3576822,8.8609047,9.0886021,11.533655,12.103666,12.074817,12.479878,12.873446,13.332387,15.52654,16.677647,16.901583,16.960896,17.249731,17.831318,9.0880365,10.200572,10.359841,13.500537,14.17205,14.164173,14.685933,15.048373,15.563931,17.153757,17.547749,17.773678,17.757677,17.669416,18.248981,6.4740067,6.8601384,6.9712882,7.9419484,8.6470671,8.633234,8.8451471,9.535965,9.7869463,10.350112,11.200013,11.645677,11.680996,11.957477,12.197577,7.9299278,8.6457462,8.822649,13.001094,13.645968,13.664222,14.133144,14.459161,14.90776,17.476799,17.971514,18.181263,18.260126,18.136621,18.772034,7.4976716,7.9335079,8.1225948,12.000131,12.491673,12.507848,12.876542,13.230048,13.581039,18.725746,19.360458,19.540348,19.605942,19.554277,20.259005,8.7790718,9.2381639,9.4879971,11.787508,12.222085,12.170875,12.482817,12.844423,13.232551,16.52766,17.943256,18.110416,18.143156,18.614311,19.187834,7.8358793,8.3044262,8.5108414,11.915729,12.431282,12.433741,12.827018,13.177999,13.590302,17.668123,18.458149,18.645628,18.700487,18.744947,19.452164,9.9929676,11.513276,11.64703,14.271003,14.951406,14.928236,15.439865,15.831702,16.35894,17.59293,17.79373,18.027317,17.922174,17.834669,18.358727,8.1465616,8.7342644,8.937767,12.081199,12.688817,12.684062,13.148805,13.515418,13.999332,16.445898,17.246683,17.465731,17.526541,17.58518,18.230949,7.5478082,8.0712223,8.2570066,12.496506,13.070261,13.092155,13.508392,13.845041,14.247798,17.984747,18.572361,18.770201,18.859726,18.76827,19.443504,7.1852813,7.7844973,7.9526653,12.637563,13.306908,13.340705,13.764148,14.068675,14.426978,17.58502,18.031321,18.230501,18.380037,18.228916,18.853174,8.0131826,8.7030544,8.8674269,10.74184,11.470743,11.45254,11.953705,12.468731,12.947759,14.02221,14.755749,15.076658,15.123137,15.250687,15.754416,8.257308,8.7362289,8.9646149,11.694675,12.215267,12.194464,12.583842,12.946744,13.388875,16.52817,17.590521,17.785135,17.832579,18.057356,18.715816,10.586319,10.951803,11.159825,12.383624,12.593189,12.419994,12.514505,12.963909,13.171978,16.09129,19.08691,19.169628,19.150089,20.612736,21.059961,8.4544497,8.8223438,9.0263109,10.556953,10.81523,10.756167,10.949019,11.363363,11.505275,20.376717,21.473579,21.597853,21.600634,22.016773,22.541868,9.6628551,10.084088,10.31853,11.712314,11.959435,11.843465,11.999228,12.454982,12.70078,17.120106,19.333893,19.437235,19.413792,20.414787,20.942766,10.770696,11.11303,11.303035,12.384963,12.573085,12.383118,12.446417,12.938156,13.108755,15.908855,19.155794,19.227867,19.198069,20.815006,21.241856,7.5894332,7.9790726,8.1709423,11.346907,11.766143,11.770116,12.094343,12.458103,12.760859,19.163509,19.872179,20.02844,20.058798,20.085943,20.818974,9.7312632,10.176317,10.426653,12.357293,12.653707,12.544394,12.732271,13.116382,13.399405,16.654888,18.748684,18.864151,18.876038,19.793024,20.222591,8.2474861,8.7691126,8.9891691,11.678968,12.258918,12.240025,12.668982,13.050424,13.521753,15.922613,16.936241,17.156025,17.214878,17.410484,18.033649,8.4770708,9.3061647,9.4842587,12.859655,13.515226,13.515174,14.023524,14.380303,14.882377,16.840067,17.393764,17.61735,17.654327,17.59721,18.213161,8.5664635,9.032094,9.2752371,11.700743,12.17676,12.137649,12.483752,12.847423,13.26363,16.369816,17.653645,17.835405,17.875154,18.252048,18.858957,9.5552139,9.9854755,10.217636,11.541072,11.779082,11.667672,11.819358,12.307704,12.548304,17.163818,19.359058,19.459259,19.420851,20.412928,20.95245,10.014102,11.566782,11.703386,14.95634,15.614692,15.602456,16.099495,16.434589,16.947979,18.368902,18.463831,18.673128,18.56813,18.404037,18.9452,7.6857328,8.2328968,8.402626,10.094618,10.805341,10.783334,11.211844,11.756426,12.193453,13.249066,14.146536,14.487422,14.546863,14.768846,15.231785,9.3927937,9.8890038,10.139569,12.704798,13.091732,13.013306,13.26271,13.610084,13.947325,16.096651,17.818504,17.966013,18.009027,18.690491,19.000376,8.294096,8.9489107,9.144558,11.846092,12.49767,12.48481,12.978141,13.379101,13.881279,15.683876,16.490763,16.735413,16.789427,16.879393,17.478086,8.476922,8.964077,9.2001877,11.623373,12.159162,12.124388,12.504203,12.886595,13.330196,15.711427,16.949816,17.158932,17.213892,17.557451,18.132578,8.2854643,8.7033052,8.9295111,11.219872,11.606761,11.573556,11.867805,12.233139,12.55853,18.160421,19.24818,19.401375,19.405756,19.706911,20.38744,7.996345,8.3709764,8.572217,10.681022,11.011962,10.985217,11.24245,11.624496,11.852282,19.695839,20.577291,20.714916,20.702436,20.924995,21.596819,8.2207823,8.8028078,9.0071421,11.47027,12.111555,12.092536,12.558354,12.97659,13.465009,15.229632,16.16803,16.420702,16.481335,16.651865,17.231209,8.4928846,9.282589,9.4647808,12.344687,13.011167,13.001957,13.518705,13.907599,14.419709,16.135262,16.790274,17.030348,17.067266,17.081173,17.679253,9.2036982,9.6301098,9.8739357,11.612303,11.910521,11.824795,12.03194,12.429881,12.697385,17.75448,19.464384,19.589727,19.594107,20.300936,20.83255,8.7995539,9.2753344,9.5236216,11.890412,12.362652,12.311907,12.640455,13.008363,13.414666,15.93777,17.370615,17.553988,17.601294,18.076822,18.592703,8.0318689,8.5821877,8.7773848,10.820128,11.489167,11.464841,11.905116,12.381638,12.845264,14.228324,15.226481,15.518611,15.581584,15.817761,16.332289,9.3635063,9.808218,10.062726,12.026962,12.357035,12.269322,12.493296,12.869737,13.177614,16.927914,18.741467,18.871773,18.887278,19.633247,20.127632,8.9967842,9.5300837,9.7520542,12.648884,13.124848,13.069807,13.35259,13.73667,14.080417,15.408317,16.830482,17.029362,17.092428,17.615843,17.763258,8.1926107,8.676199,8.8867292,10.867671,11.483214,11.443998,11.786136,12.26991,12.668801,13.93658,15.234443,15.521782,15.588456,16.013689,16.405655,8.012516,8.575325,8.7772388,12.202615,12.791782,12.793698,13.243672,13.597841,14.06447,16.919085,17.674335,17.883675,17.948105,17.969633,18.636003,7.3954716,7.8598256,8.0241632,9.5077248,10.204841,10.179616,10.512447,11.102573,11.473294,12.414886,13.444629,13.815743,13.872046,14.186185,14.564743,7.7367663,8.3356543,8.5205355,12.683657,13.292736,13.311811,13.757545,14.09085,14.525241,17.599895,18.171286,18.376808,18.462276,18.366924,19.026098,8.8589401,10.050238,10.200092,14.360719,15.043191,15.055058,15.53192,15.833483,16.287764,18.122347,18.315634,18.519995,18.524933,18.32407,18.89702,8.2263727,8.8155355,9.021306,11.819096,12.441344,12.428763,12.897678,13.285217,13.776448,15.876176,16.75104,16.983397,17.042921,17.158648,17.776394,7.9926605,8.4420462,8.6591082,11.662576,12.146338,12.137337,12.507126,12.860305,13.264519,17.511227,18.424543,18.603142,18.641697,18.775471,19.488871,7.7852736,8.3090763,8.4910975,10.273237,10.962687,10.9378,11.349212,11.874602,12.309708,13.474134,14.468378,14.794663,14.856627,15.117299,15.583603,8.0902185,8.5796366,8.7977695,11.817337,12.353274,12.343413,12.750184,13.108349,13.553942,16.842453,17.770706,17.967438,18.019962,18.153944,18.833807,8.3361645,9.058074,9.2401114,11.613994,12.302121,12.285625,12.798344,13.236674,13.741914,15.166357,15.921288,16.191429,16.236181,16.327978,16.889122,8.0758724,8.5029783,8.7238359,11.404473,11.838268,11.820191,12.152546,12.508321,12.87577,17.847839,18.829338,18.993216,19.01053,19.209789,19.929728,8.2130919,8.713604,8.9284239,11.006585,11.624893,11.591155,11.979306,12.435171,12.873449,14.397099,15.600813,15.871732,15.937324,16.286621,16.771708,8.7253046,9.2193432,9.4550467,11.807953,12.333633,12.283251,12.614439,13.017276,13.41762,15.074581,16.504999,16.724207,16.787792,17.276909,17.668594,8.0808897,8.4033384,8.5793371,10.024733,10.258136,10.212473,10.388562,10.810285,10.866975,21.797205,22.609282,22.729185,22.731579,23.022532,23.51549,8.7827253,9.2700243,9.5132198,11.891202,12.391609,12.340957,12.674967,13.056752,13.464909,15.494134,16.928865,17.128885,17.185854,17.667204,18.121712,8.4773264,8.931057,9.1710854,11.615246,12.069956,12.034249,12.37127,12.730909,13.132185,16.828033,18.051796,18.224789,18.254852,18.599928,19.243902,8.5623055,8.9361,9.142416,10.588195,10.834377,10.766126,10.951096,11.372092,11.512652,20.302172,21.507444,21.630367,21.643265,22.103458,22.617405,9.0229769,9.4430838,9.6702967,11.059114,11.306483,11.22099,11.397873,11.84505,12.057778,18.674446,20.327841,20.441595,20.42345,21.11529,21.65967,8.8131371,9.3334074,9.549861,12.222482,12.738216,12.683568,12.962569,13.380474,13.720875,14.830593,16.261114,16.489891,16.558891,17.092241,17.247766,10.800978,11.185261,11.398987,12.994249,13.219218,13.039599,13.136347,13.523419,13.739656,15.871032,18.868008,18.95167,18.957077,20.418888,20.747377,8.5289974,8.9268293,9.1492996,10.980931,11.294979,11.241292,11.474924,11.865108,12.099259,19.098778,20.282804,20.421198,20.42407,20.846142,21.433187,8.611661,9.0886145,9.3316269,11.728183,12.228974,12.187607,12.542385,12.914942,13.341119,15.915907,17.237709,17.431787,17.481119,17.88019,18.444092,7.8100996,8.2150507,8.4206648,11.302328,11.721926,11.715127,12.039515,12.397324,12.72972,18.561985,19.398932,19.556908,19.573198,19.683294,20.426834,10.130094,10.554777,10.793597,12.542554,12.804604,12.668532,12.817773,13.216915,13.472288,16.358059,18.812933,18.91378,18.918648,20.052473,20.456455,7.4706917,7.866662,8.0524769,11.602093,12.042503,12.054595,12.391251,12.755693,13.058827,19.30521,19.939739,20.104229,20.152971,20.123499,20.837435,8.2640781,8.9265108,9.1215677,12.189284,12.825802,12.820076,13.310185,13.684619,14.183174,16.273525,17.014622,17.243216,17.298075,17.334042,17.959776,8.4176826,8.9145327,9.1440382,11.436602,12.008132,11.972626,12.35995,12.768682,13.214786,15.145059,16.386395,16.619345,16.681284,17.035086,17.566408,5.8363166,11.887239,12.203298,13.046188,13.247093,13.28757,13.507777,13.997052,17.902201,18.24222,18.783865,18.957624,18.863165,19.063271,19.522572,5.4545507,12.376271,12.670695,13.421741,13.605585,13.641298,13.838806,14.377705,18.730541,18.936724,19.442974,19.596359,19.521301,19.701067,20.114065,6.5365129,9.8913727,10.226652,11.362247,11.596989,11.647454,11.962461,12.290881,14.696963,15.50426,16.145956,16.457033,16.226131,16.515947,17.109518,6.6046858,10.251381,10.594345,11.702592,11.9374,11.989429,12.283299,12.629402,15.20554,15.936192,16.564871,16.821344,16.61734,16.877409,17.461098,6.1834149,10.776115,11.104985,12.082012,12.305387,12.346777,12.621229,13.046473,16.164911,16.834112,17.468853,17.754484,17.621946,17.881115,18.404154,4.5775723,13.337466,13.582379,14.16675,14.313517,14.342243,14.494406,15.117485,20.365665,20.258574,20.667593,20.777437,20.72658,20.865309,21.190163,6.1026454,11.671511,11.979791,12.769847,12.968169,12.999778,13.209861,13.727271,17.348457,17.874634,18.501051,18.660975,18.580273,18.666523,19.114355,5.6876602,12.250732,12.528538,13.188948,13.36139,13.390176,13.569847,14.135679,18.27088,18.567078,19.120497,19.237776,19.174801,19.17347,19.558874,5.0288858,12.943696,13.19137,13.764447,13.915351,13.940975,14.099597,14.720989,19.536541,19.593275,20.068005,20.168869,20.112907,20.162998,20.493288,4.2296324,13.662195,13.888447,14.421853,14.556662,14.583645,14.719879,15.366664,20.929773,20.701818,21.064426,21.160477,21.117012,21.241667,21.538757,6.4493518,10.459867,10.787663,11.769526,11.99614,12.031089,12.304067,12.729525,15.495643,16.398169,17.113073,17.39691,17.266621,17.459379,17.992739,4.659204,13.31335,13.567426,14.169114,14.320521,14.352259,14.506385,15.114656,20.320774,20.203403,20.600176,20.705328,20.656282,20.79534,21.128435,6.2386899,10.108064,10.435863,11.464088,11.695464,11.735719,12.041379,12.438265,15.146969,16.021811,16.707003,17.076069,16.93001,17.214394,17.759596,6.5039287,11.116082,11.420658,12.210092,12.41054,12.442293,12.65111,13.126738,16.211948,16.909214,17.58,17.735668,17.657419,17.512463,17.978041,5.8294368,9.2944403,9.616086,10.684485,10.925114,10.973439,11.335171,11.69188,14.204462,15.095571,15.732815,16.279203,16.126747,16.521439,17.071396,4.9965701,12.996644,13.254784,13.855934,14.011792,14.039419,14.202739,14.822179,19.69771,19.742321,20.209066,20.317751,20.263802,20.375872,20.714745,6.4031792,9.8465834,10.178267,11.295815,11.529799,11.577237,11.896506,12.235581,14.697069,15.524332,16.175396,16.526321,16.311935,16.62146,17.205992,6.2680693,8.591733,8.8982801,10.00297,10.235509,10.270589,10.629745,10.957662,12.717742,14.194227,15.00518,15.532161,15.345596,15.592484,16.170567,6.1979361,9.3705769,9.6938591,10.825613,11.05931,11.105494,11.452586,11.775042,14.085315,14.981398,15.641954,16.092335,15.872272,16.234644,16.820824,5.9128113,11.672341,11.989992,12.854719,13.059934,13.09926,13.32946,13.811607,17.561403,17.982002,18.55125,18.747387,18.646908,18.857761,19.328341,6.3768139,9.6594486,9.9831333,11.044127,11.276325,11.31273,11.630413,12.006334,14.357635,15.44263,16.187086,16.585867,16.425175,16.687815,17.250696,6.0849233,11.410404,11.730188,12.605599,12.815585,12.851277,13.087872,13.570618,17.078098,17.640993,18.264418,18.475441,18.374699,18.570951,19.050922,6.3343816,11.302589,11.645644,12.606423,12.827273,12.875491,13.119651,13.543047,16.868011,17.348339,17.923653,18.103142,17.978849,18.192438,18.709749,6.4488783,10.417124,10.755497,11.821856,12.053244,12.101024,12.389788,12.761332,15.524393,16.237144,16.868828,17.142342,16.962294,17.229235,17.794085,6.4206467,10.995184,11.317705,12.213135,12.429275,12.462115,12.701548,13.167612,16.243658,17.010538,17.701384,17.912264,17.808239,17.920219,18.419205,6.7720294,9.3804703,9.7114801,10.939017,11.17288,11.235454,11.568789,11.835929,13.792068,14.633559,15.254056,15.532903,15.21454,15.484996,16.112862,5.3366814,12.554835,12.844811,13.574106,13.753098,13.789332,13.978858,14.525214,19.029224,19.165422,19.645687,19.786291,19.716125,19.888239,20.289284,6.1284609,11.409744,11.739739,12.66344,12.877742,12.921418,13.163258,13.610772,17.105347,17.576477,18.153465,18.351889,18.234545,18.454096,18.953299,6.7885699,9.7539206,10.095123,11.285462,11.522919,11.582747,11.895653,12.191084,14.363966,15.16032,15.786285,16.040903,15.776426,16.035116,16.65144,6.2779698,10.725514,11.053271,12.018216,12.241726,12.279216,12.549081,12.984677,16.010735,16.768749,17.439259,17.71797,17.59234,17.823011,18.344212,6.5420856,10.920595,11.237867,12.105089,12.318038,12.349933,12.579485,13.042594,15.999897,16.802517,17.505747,17.697186,17.600952,17.600424,18.094145,6.4260321,9.4416466,9.7673454,10.931623,11.164947,11.213966,11.55466,11.859312,14.065557,14.948598,15.598006,15.979911,15.717157,16.045822,16.647985,5.9220991,8.3876667,8.6898737,9.8003559,10.024529,10.062357,10.44905,10.760848,12.636138,13.921773,14.678213,15.303321,15.115325,15.496778,16.069355,6.7722311,9.6588039,9.9731207,10.97546,11.204047,11.23542,11.515415,11.895858,13.978025,15.259623,16.053055,16.36215,16.221209,16.199192,16.752634,5.7172771,12.118333,12.418773,13.178475,13.368134,13.400652,13.603561,14.144449,18.219446,18.565229,19.129704,19.286327,19.21055,19.368332,19.791567,6.3096414,8.5796661,8.8808174,10.107314,10.32581,10.379175,10.803699,11.032895,12.784557,13.694466,14.294483,14.741952,14.343114,14.708747,15.322017,6.6210942,10.341472,10.666344,11.635731,11.862003,11.89455,12.158642,12.581695,15.166653,16.173054,16.919224,17.182743,17.056921,17.156586,17.690943,6.7704186,8.8206663,9.1302137,10.409987,10.631938,10.703966,11.050518,11.271232,12.876209,13.759487,14.356668,14.638293,14.200867,14.466811,15.107051,6.2965903,10.434491,10.767643,11.805379,12.034561,12.079395,12.370722,12.759446,15.623378,16.343395,16.982328,17.289,17.127409,17.407442,17.95784,5.9450436,11.606683,11.923335,12.783196,12.988988,13.026115,13.257609,13.746105,17.440308,17.909925,18.500242,18.703276,18.605194,18.811823,19.281504,5.6407075,12.281579,12.572927,13.286876,13.46872,13.499396,13.690698,14.252118,18.444296,18.746197,19.301033,19.438618,19.370335,19.490698,19.893589,6.5415955,9.7493382,10.072564,11.114448,11.346343,11.380055,11.680804,12.066071,14.358512,15.513131,16.280464,16.635576,16.482702,16.667604,17.227648,4.9466381,13.021725,13.282931,13.899836,14.057797,14.085965,14.251698,14.863503,19.780609,19.808517,20.270222,20.384468,20.32863,20.465792,20.810516,6.0301738,7.7455835,8.0135126,9.2464952,9.440093,9.4986629,9.9949045,10.164566,11.560313,12.454262,12.989666,13.503621,12.915373,13.313367,13.906597,6.6116281,9.4107513,9.7387972,10.936925,11.169786,11.225339,11.569022,11.851298,13.924726,14.780079,15.410439,15.73704,15.436532,15.735296,16.351269,6.093936,8.839654,9.1523409,10.321497,10.55166,10.597309,10.969466,11.255378,13.307977,14.261544,14.91518,15.43499,15.170172,15.574577,16.171513,6.5988488,9.8701544,10.206971,11.354972,11.590268,11.642725,11.957863,12.278449,14.634502,15.4367,16.073896,16.370224,16.129936,16.412178,17.011181,6.5431414,9.4310036,9.7580442,10.942934,11.175826,11.228551,11.571667,11.862407,13.989896,14.85507,15.492526,15.839301,15.551591,15.861685,16.472485,6.177958,11.114647,11.444742,12.399123,12.618087,12.660886,12.91764,13.352248,16.658909,17.221912,17.826019,18.060312,17.93218,18.17034,18.683859,6.3917284,10.833195,11.172786,12.188863,12.415554,12.462786,12.730694,13.129377,16.160393,16.774572,17.385195,17.61651,17.463572,17.706333,18.249205,6.5303907,10.844401,11.192482,12.226521,12.456299,12.507283,12.771314,13.157293,16.116632,16.711111,17.313347,17.516487,17.361385,17.590956,18.142551,5.9492793,8.0421057,8.3245344,9.5356731,9.7444267,9.7901344,10.25305,10.459497,12.101456,13.045883,13.637902,14.215647,13.797944,14.238434,14.836245,6.1926823,8.7252007,9.0327892,10.229261,10.455816,10.502827,10.883463,11.14635,13.06116,14.020951,14.663712,15.160177,14.840517,15.233483,15.840693,6.0126867,8.8515253,9.164259,10.272573,10.502314,10.542513,10.914753,11.244904,13.352558,14.48361,15.224353,15.779382,15.595778,15.973765,16.546717,6.7832723,10.28225,10.634756,11.764934,12.003278,12.060846,12.345903,12.678721,15.168716,15.872546,16.491388,16.704712,16.501957,16.738838,17.332411,6.7937398,10.359659,10.671608,11.56597,11.782916,11.814545,12.051851,12.472624,14.955187,15.957657,16.704777,16.916092,16.812016,16.65826,17.173233,5.9587183,11.855247,12.180839,13.042906,13.247771,13.291294,13.512168,13.986958,17.813101,18.146679,18.682865,18.843719,18.747726,18.944176,19.412981,5.2095876,12.694077,12.972892,13.658461,13.829953,13.861812,14.043581,14.618918,19.250698,19.374432,19.862555,19.998657,19.934353,20.095901,20.476128,5.6242943,7.5955954,7.8683619,9.0628014,9.2701874,9.3112068,9.7366896,9.9381399,11.500628,12.507097,13.116312,13.82096,13.430984,13.944636,14.533513,6.1010942,11.735993,12.031178,12.758656,12.946203,12.976746,13.171568,13.696654,17.344286,17.825176,18.435413,18.569918,18.500093,18.457403,18.88332,6.4161015,10.219451,10.555029,11.635909,11.868286,11.91538,12.215204,12.578301,15.247993,16.006109,16.64765,16.9533,16.764721,17.048628,17.618879,6.5609698,9.0940161,9.4055071,10.473446,10.705956,10.738444,11.059507,11.411408,13.287774,14.715567,15.526963,15.943707,15.775959,15.894572,16.465906,6.2042146,9.8984747,10.227186,11.304474,11.537297,11.583285,11.905341,12.266467,14.884528,15.693202,16.347916,16.742558,16.564604,16.891592,17.456217,6.1922712,11.332397,11.652534,12.524128,12.734967,12.76902,13.003144,13.487364,16.886116,17.507414,18.153866,18.357735,18.25885,18.424862,18.906748,14.61669,14.59163,14.662342,14.934155,15.569217,15.556276,15.828427,15.847256,16.926498,17.023602,17.079165,17.141033,17.212862,16.508368,17.337357,12.647377,12.689353,12.842268,13.269358,14.123857,14.108784,14.552711,14.607015,16.017832,16.222279,16.429611,16.486315,16.588474,15.863866,16.972574,15.150506,15.123801,15.182788,15.444063,16.002758,15.99185,16.219507,16.23362,17.164915,17.24239,17.277582,17.34404,17.405909,16.762936,17.482241,13.862212,13.845532,13.939966,14.25218,14.999005,14.983952,15.330464,15.358576,16.669577,16.799267,16.898829,16.959488,17.047457,16.261576,17.262512,13.548541,13.546745,13.643365,13.963322,14.721371,14.706978,15.056776,15.089477,16.318512,16.465464,16.571278,16.621943,16.705856,15.982874,16.93438,14.162754,14.144227,14.224435,14.504627,15.190282,15.176299,15.481394,15.5052,16.664862,16.780519,16.854958,16.910822,16.98871,16.265732,17.157141,14.10675,14.090564,14.166883,14.43443,15.107876,15.09411,15.390248,15.413866,16.521189,16.637989,16.708572,16.758188,16.832586,16.14146,16.996929,14.395529,14.374739,14.444688,14.699075,15.334256,15.321012,15.595426,15.615678,16.673683,16.777637,16.836432,16.888527,16.959288,16.28121,17.097784,14.523587,14.494464,14.573836,14.885894,15.576089,15.562106,15.862227,15.881951,17.083679,17.186659,17.260365,17.331593,17.40987,16.636152,17.552843,13.221495,13.231814,13.346972,13.703492,14.505881,14.491021,14.879029,14.918855,16.240679,16.407063,16.545589,16.599318,16.691221,15.948956,16.973881,13.027886,13.045902,13.173256,13.548823,14.37262,14.35741,14.768278,14.812585,16.191587,16.369139,16.529804,16.585255,16.68243,15.93122,17.001724,14.662816,14.639077,14.7039,14.952359,15.554383,15.541832,15.796994,15.814562,16.823078,16.916359,16.965401,17.020689,17.087906,16.424824,17.203169,13.353981,13.35441,13.466389,13.805109,14.599217,14.583815,14.970331,15.007371,16.379881,16.535835,16.667244,16.723825,16.818632,16.041441,17.096107,13.85568,13.844564,13.931962,14.226027,14.945313,14.930995,15.257317,15.285236,16.478703,16.608969,16.697655,16.749979,16.830826,16.108074,17.028511,13.157253,13.171388,13.285722,13.653049,14.461885,14.447563,14.83327,14.87374,16.163786,16.335056,16.47221,16.523806,16.613152,15.88783,16.891827,16.329268,16.307392,16.353949,16.685246,17.14583,17.141422,17.307114,17.317219,18.004198,18.052721,18.062475,18.163387,18.209764,17.670183,18.209805,8.7520685,9.4091406,9.4881802,10.468333,11.522583,11.534363,14.321873,14.442277,15.125195,15.253815,15.22886,15.426985,15.472055,15.103539,15.781624,7.2131076,7.2401028,7.2567091,7.8587232,9.9321299,9.9194403,11.827669,11.986857,12.867698,12.912907,12.913083,12.998306,13.176826,12.580263,13.34187,7.6507378,7.6676316,7.6801624,8.049572,9.9512978,9.9389353,12.821755,12.969628,13.797709,13.84131,13.830297,13.984108,14.093238,13.496819,14.214875,7.1457868,7.1883063,7.2160292,8.2453175,10.274565,10.262145,11.741649,11.889117,12.799334,12.872382,12.892145,12.966933,13.175722,12.596084,13.395082,8.1033459,8.0695457,8.0538149,8.2540188,10.877234,10.866515,12.465957,12.871271,14.095611,14.14785,14.128216,14.228539,14.332345,13.254593,13.976919,7.5722184,7.6429677,7.6669021,8.1261406,9.679739,9.6661663,12.943748,13.039154,13.735675,13.782545,13.775645,13.946578,14.056862,13.58349,14.266486,8.1227713,8.0748568,8.0155239,7.570334,9.7760572,9.7685518,12.368594,13.000278,14.132502,14.157745,14.123121,14.266209,14.323498,13.02915,13.500562,5.5668173,5.6371059,5.6563334,6.7543192,8.3943644,8.368082,9.5860233,9.6641731,10.23934,10.290791,10.289938,10.305963,10.588063,10.256825,10.901558,7.8859959,7.8965106,7.9186692,8.8178921,11.099445,11.091695,12.515509,12.73892,13.864996,13.947167,13.966387,14.06303,14.221781,13.43078,14.278781,7.6014004,7.8375244,7.8728318,8.5134354,10.003232,9.9922934,12.673816,12.758874,13.438519,13.492059,13.447062,13.574715,13.711984,13.277757,13.964603,9.0078754,9.8413105,9.9274712,11.031383,11.919701,11.927597,14.776376,14.919316,15.531033,15.691747,15.689693,15.9205,15.928959,15.620378,16.242992,7.7461758,7.7272615,7.722508,7.8680091,9.9369402,9.9264975,12.945788,13.168807,14.035953,14.072168,14.050159,14.216478,14.296641,13.576671,14.242187,6.9990778,7.0671296,7.0883813,7.664011,9.4519911,9.4367199,11.704727,11.813834,12.551513,12.5892,12.579963,12.670327,12.854466,12.373428,13.088643,7.8865533,7.858995,7.8464637,8.0014839,10.43127,10.421854,12.624769,12.937099,13.987514,14.030042,14.005695,14.131212,14.226905,13.337382,14.042853,5.5214057,5.6298747,5.6468143,6.2510858,7.7823896,7.7602167,9.4462128,9.5095663,9.9885807,10.000471,9.9684038,9.9826393,10.240411,9.9390373,10.526991,5.1047392,5.1516676,5.1686645,5.8200169,7.4681454,7.4533038,8.8064156,8.8869333,9.387846,9.3901024,9.4354448,9.4315472,9.7052679,9.3975458,9.9975805,7.9026942,7.8801861,7.874053,8.1594648,10.646511,10.636678,12.546086,12.84573,13.940357,13.989753,13.971038,14.082608,14.192731,13.304403,14.050527,7.0698056,7.1283216,7.1660824,8.5882664,10.533178,10.52307,11.825043,11.959137,12.860488,12.961818,13.007084,13.089295,13.319846,12.766988,13.580537,7.8124995,7.8348222,7.8713999,9.1455946,11.33273,11.330285,12.559215,12.745507,13.868511,13.972355,14.034025,14.13261,14.316105,13.582644,14.475158,7.7904091,7.7922411,7.8042126,8.4263296,10.761731,10.751792,12.410962,12.642614,13.720431,13.783878,13.783747,13.881914,14.027417,13.244364,14.051634,8.8862801,9.6633739,9.7416039,10.485336,11.760266,11.799749,14.599927,14.711286,15.370677,15.449112,15.230667,15.403049,15.425061,15.021235,15.661283,8.2871113,8.2738056,8.2824183,8.9387197,11.352036,11.344285,12.628626,12.966327,14.256654,14.334186,14.346025,14.441065,14.573934,13.551383,14.379084,8.4156618,8.3952036,8.4122295,9.1843166,11.657313,11.65165,12.840847,13.115491,14.433466,14.515738,14.530499,14.625322,14.757835,13.795316,14.698674,7.5660634,7.587872,7.6015563,8.0425482,10.039508,10.027259,12.511843,12.668859,13.540606,13.585693,13.576098,13.703644,13.835856,13.222351,13.966814,10.714344,10.659323,10.73876,11.020843,12.186474,12.171176,12.580811,12.592227,14.558462,14.697845,14.720704,14.779419,14.885727,13.689377,15.137432,13.184591,13.045054,13.143588,13.248524,14.185048,14.131683,14.418817,14.380151,17.02877,17.087418,17.072386,17.101999,17.2467,15.368162,17.109364,7.1363759,7.1180649,7.1562562,7.2854857,7.967135,7.9816661,8.2199717,8.2403164,9.5871582,9.6766253,9.6841803,9.7325201,9.7843714,9.1931667,10.308749,10.094837,10.037762,10.104098,10.312433,11.392057,11.382904,11.734765,11.746475,13.697236,13.816246,13.813064,13.86195,13.959603,12.830783,14.268576,13.450395,13.396697,13.487478,14.025628,15.105916,15.09285,15.466325,15.470617,17.161032,17.273136,17.264048,17.441582,17.559004,16.19441,17.504007,13.128448,13.020932,13.107169,13.312755,14.27513,14.22247,14.540262,14.504039,16.685215,16.761541,16.75168,16.81254,16.935436,15.200311,16.679771,13.947037,13.860227,13.915745,13.99754,14.570859,14.460426,14.646779,14.546321,16.004557,16.048634,16.032373,16.05641,16.134045,14.146994,15.065564,13.29095,13.187166,13.260277,13.389102,14.214442,14.139213,14.401108,14.339268,16.27239,16.334101,16.319267,16.3564,16.461296,14.626171,15.902834,12.210778,12.153622,12.224519,12.57664,13.527233,13.508986,13.834522,13.828236,15.522825,15.618776,15.613802,15.728473,15.825603,14.525272,15.80625,10.770003,10.707263,10.788436,11.073218,12.331627,12.314114,12.742696,12.754766,14.832028,14.978867,14.995667,15.047956,15.161186,13.916451,15.420529,9.3125591,9.275219,9.3245602,9.5112219,10.325525,10.323619,10.612944,10.619267,12.168239,12.261749,12.28042,12.335068,12.40319,11.499857,12.716885,9.9664812,9.920455,9.9835777,10.206971,11.184382,11.177033,11.519005,11.528235,13.2939,13.407893,13.424186,13.481885,13.568548,12.524792,13.866294,10.982481,10.932557,11.00033,11.27868,12.241405,12.2299,12.569599,12.572604,14.2967,14.403468,14.414643,14.495938,14.587216,13.438181,14.751122,11.836841,11.768603,11.828457,12.014466,12.818777,12.777118,13.047705,13.015373,14.671321,14.746504,14.747128,14.803577,14.887055,13.465994,14.652024,11.280611,11.472592,12.08956,12.793943,13.488264,13.414701,14.033207,14.241002,15.399611,15.751649,17.127846,17.301596,17.347193,17.436987,18.600838,12.208402,12.441425,13.742965,14.41579,14.918992,14.822828,15.15169,15.335137,16.091839,16.436895,18.167767,18.358009,18.37274,18.899811,20.621147,14.283805,14.383432,15.806686,16.169758,16.292974,15.914131,15.81603,15.890734,16.013569,16.119518,20.611431,20.840961,20.842424,23.465366,23.644836,11.470181,11.670997,12.421031,13.132048,13.781733,13.694184,14.236727,14.440723,15.4763,15.828197,17.398842,17.578539,17.616909,17.875904,19.016344,12.106797,12.313856,13.632859,14.299332,14.794229,14.658708,14.997221,15.187586,15.893569,16.215315,18.316071,18.545492,18.565945,19.32229,20.398478,11.357247,11.577101,12.345037,13.08048,13.69762,13.592715,14.109116,14.342559,15.230872,15.580914,17.411877,17.616129,17.648027,18.129259,19.105642,12.693048,12.920467,14.792923,15.402134,15.792905,15.683901,15.907307,16.086704,16.644846,16.954149,18.747692,19.000708,19.004267,19.708115,21.949499,12.44271,12.668495,13.56595,14.365644,14.732738,14.499985,14.660246,14.865905,15.237601,15.498217,18.82049,19.031082,19.039957,20.686432,21.115244,11.37361,11.60288,12.394937,13.143485,13.734348,13.616411,14.093492,14.33872,15.133345,15.478938,17.493053,17.708244,17.735743,18.370188,19.257038,12.835536,13.011913,15.444452,15.97737,16.312933,16.129452,16.29199,16.452902,16.884274,17.132528,19.424114,19.796537,19.805347,20.930639,21.845701,14.411415,14.564734,14.927547,15.670633,15.751067,15.333419,15.186177,15.241517,15.316953,15.396793,20.630156,20.699949,20.700363,23.702509,23.669971,11.534889,11.857872,12.432069,13.757065,14.192274,14.003995,14.1996,14.479989,14.84012,15.127224,18.049042,18.263569,18.271654,19.672523,19.947929,11.783713,12.057501,12.747021,13.738033,14.175863,13.979537,14.198017,14.459844,14.863552,15.155618,18.170341,18.388189,18.398109,19.827471,20.234795,13.157284,13.430081,14.019793,15.335,15.542596,15.235535,15.224792,15.357632,15.543744,15.715281,19.744879,19.87907,19.881485,22.077518,22.105583,12.144481,12.354144,13.731331,14.392861,14.888976,14.763117,15.098057,15.283953,16.005924,16.331671,18.318922,18.545914,18.56554,19.252062,20.459867,11.837729,12.046144,13.079756,13.774353,14.347665,14.241837,14.668364,14.859963,15.733974,16.077896,17.871178,18.064228,18.092247,18.568396,19.759371,11.84421,12.055287,13.033624,13.730206,14.326314,14.235907,14.672152,14.855837,15.791532,16.143373,17.764566,17.938206,17.967129,18.31555,19.65354,12.007598,12.219884,13.355442,14.049259,14.536362,14.380345,14.714485,14.922343,15.564434,15.879336,18.263912,18.492622,18.512255,19.457577,20.302954,11.612396,11.857482,12.678589,13.472549,13.979303,13.817919,14.156061,14.413965,14.979887,15.30022,17.875641,18.104525,18.121565,19.203823,19.850962,11.87676,12.08683,13.176465,13.871023,14.408115,14.280861,14.675503,14.876929,15.648962,15.981626,18.027681,18.240566,18.265253,18.940868,19.964762,12.558982,12.764109,14.807746,15.402427,15.803684,15.66797,15.900477,16.075045,16.636581,16.931225,18.894899,19.194155,19.204014,20.015751,21.435354,12.772305,12.97611,15.377109,15.937695,16.293783,16.16258,16.35261,16.522161,17.013573,17.292185,19.130766,19.467888,19.472422,20.27953,22.013712,11.760448,12.0141,12.793273,13.64621,14.110797,13.926896,14.195009,14.452641,14.924042,15.227757,18.082125,18.307421,18.320309,19.618185,20.142344,11.984653,12.195222,13.379504,14.060852,14.598486,14.484431,14.866345,15.054917,15.858163,16.195459,18.075294,18.280962,18.304722,18.874939,20.090775,10.769988,11.030081,11.640756,12.432652,13.073854,12.971677,13.506293,13.815639,14.583818,14.940482,16.8438,17.084023,17.110828,17.697392,18.495005,11.71141,11.930384,12.890213,13.611308,14.154259,14.020233,14.428711,14.650218,15.387447,15.720508,17.887274,18.103687,18.127937,18.885479,19.780458,13.212322,13.423167,15.860456,16.408251,16.712858,16.609934,16.762096,16.929428,17.349823,17.616175,19.177326,19.497358,19.492279,20.184942,23.356739,12.329409,12.529904,14.074083,14.709925,15.151339,14.993948,15.2711,15.45567,16.058409,16.359043,18.650427,18.90873,18.924917,19.866148,20.850788,11.745251,11.976775,12.88992,13.642222,14.145988,13.98702,14.334051,14.572766,15.176873,15.49666,17.999474,18.225628,18.244255,19.267282,19.98465,10.541583,10.878925,11.375047,12.545782,13.109776,12.975304,13.264923,13.651966,14.080467,14.402644,16.825737,17.098486,17.109966,18.180014,18.562225,12.702345,12.93803,14.655485,15.277414,15.675499,15.575804,15.806729,15.988508,16.563414,16.881128,18.629276,18.856451,18.859072,19.521311,22.010077,10.949457,11.161328,11.720688,12.444006,13.144625,13.071048,13.735114,13.981575,15.074395,15.430807,16.849787,17.047293,17.090294,17.241037,18.303892,11.113454,11.385703,12.054444,12.911144,13.468415,13.327133,13.705217,14.012902,14.583921,14.919089,17.331924,17.575583,17.593019,18.573479,19.187048,12.186938,12.410999,13.386511,14.136672,14.556489,14.354139,14.586399,14.804798,15.265452,15.550855,18.526398,18.751101,18.763571,20.152428,20.713221,11.154932,11.354296,11.949587,12.661788,13.357037,13.282722,13.920107,14.142578,15.275115,15.628805,17.030287,17.213511,17.258167,17.37645,18.496645,12.903402,13.109254,15.613924,16.164001,16.498772,16.374275,16.546829,16.714781,17.174698,17.447258,19.195316,19.538654,19.539534,20.319412,22.414536,12.005067,12.221639,13.301653,14.009222,14.48461,14.318208,14.634989,14.849833,15.447079,15.75685,18.283503,18.512831,18.53084,19.581285,20.343996,10.785538,11.083778,11.661816,12.600287,13.173422,13.038163,13.394845,13.745643,14.263547,14.599046,16.996447,17.257362,17.272594,18.273104,18.804176,12.664911,12.902497,13.67258,14.604187,14.920663,14.661366,14.758327,14.947122,15.24545,15.481012,19.095381,19.282084,19.288088,21.151512,21.443436,12.10483,12.311388,13.603824,14.272837,14.760593,14.616849,14.94945,15.143108,15.824086,16.141716,18.341045,18.573132,18.593222,19.418684,20.414658,12.76137,12.955246,14.1719,14.828971,15.165751,14.923564,15.063113,15.240832,15.61141,15.855959,19.154041,19.388489,19.39743,21.058764,21.553995,12.447413,12.697569,14.04581,14.70872,15.167006,15.081269,15.36573,15.551353,16.235634,16.579817,18.255009,18.433241,18.439583,18.988445,21.30875,12.692561,12.877563,14.594215,15.184889,15.547412,15.343758,15.527865,15.699917,16.15262,16.413212,19.138296,19.42462,19.435802,20.742018,21.482031,10.479904,10.736113,11.26047,12.027138,12.721945,12.64265,13.281396,13.601297,14.488235,14.850788,16.448645,16.690062,16.722942,17.082232,17.958956,12.451429,12.650305,14.467261,15.07768,15.497749,15.346304,15.599043,15.77661,16.356117,16.650717,18.810831,19.094973,19.108662,20.007685,21.117622,9.3254423,9.6619692,10.056213,10.926527,11.621994,11.540563,11.937715,12.448338,12.949982,13.284868,15.128589,15.475964,15.492946,16.199427,16.698248,10.533171,10.816957,11.382995,12.215713,12.85273,12.746108,13.229795,13.582266,14.244524,14.598271,16.61974,16.882408,16.904444,17.61426,18.300449,12.028921,12.254109,13.384248,14.072458,14.623496,14.531734,14.910245,15.092794,15.93918,16.290499,17.957813,18.135386,18.156546,18.58926,20.117399,12.028728,12.244546,13.446374,14.126688,14.664667,14.559249,14.933377,15.118173,15.931588,16.27351,18.065825,18.263338,18.285601,18.803999,20.15815,9.7451477,10.026634,10.429224,11.172156,11.923106,11.866487,12.58357,12.980491,13.851026,14.212455,15.564051,15.846867,15.879608,16.127361,16.957884,13.032105,13.195181,15.874493,16.367815,16.664179,16.461042,16.581133,16.731552,17.097803,17.32155,19.711428,20.121977,20.128933,21.384409,22.171471,12.509066,12.736109,14.449447,15.077937,15.503971,15.39304,15.648566,15.829489,16.445478,16.765282,18.59775,18.836861,18.844692,19.527296,21.431637,13.30716,13.451517,16.416729,16.855619,17.100904,16.870127,16.935154,17.068731,17.357533,17.54833,20.077572,20.532589,20.537182,21.969994,22.600569,12.42454,12.624973,13.944428,14.598785,15.002465,14.805178,15.033268,15.224443,15.717557,15.996822,18.788464,19.03561,19.049032,20.335506,21.027712,12.882993,13.065872,16.009731,16.522079,16.8447,16.699585,16.857634,17.016672,17.448395,17.697073,19.48712,19.911785,19.91699,20.786901,22.146765,11.639912,11.866381,12.773869,13.512368,14.051736,13.91225,14.314307,14.548492,15.24649,15.578351,17.836456,18.057056,18.079819,18.909039,19.734003,12.142588,12.348818,13.631754,14.301083,14.772317,14.616228,14.930173,15.126565,15.762591,16.072771,18.416113,18.652763,18.671494,19.605555,20.510498,7.6106982,7.9385591,8.1739769,8.7217894,9.4927149,9.4592285,9.8543234,10.517626,10.976583,11.24961,12.434392,12.878641,12.902276,13.282602,13.755581,12.290688,12.501702,13.636046,14.331906,14.74885,14.550915,14.789641,14.994102,15.482689,15.767272,18.632753,18.866579,18.880095,20.198589,20.834471,11.702766,11.910149,12.844646,13.549563,14.141634,14.036503,14.496594,14.696379,15.597372,15.942951,17.734003,17.926546,17.957241,18.413353,19.53175,13.813685,13.926381,16.886795,17.248344,17.418077,17.124058,17.099482,17.198797,17.378895,17.516621,20.573576,21.03367,21.036753,22.904419,23.259783,12.845792,13.025815,14.634427,15.220924,15.553139,15.323444,15.467985,15.634521,16.027159,16.270077,19.294413,19.570213,19.579666,21.097616,21.703016,10.08496,10.369342,10.846866,11.634735,12.338536,12.260954,12.86691,13.245592,14.020417,14.383068,16.028521,16.302477,16.330212,16.777925,17.547812,13.562135,13.690607,16.678257,17.077442,17.283373,17.021309,17.039654,17.156712,17.387571,17.551964,20.340622,20.802135,20.805883,22.455799,22.945719,11.61982,11.834383,12.740485,13.459167,14.037718,13.920989,14.37636,14.592735,15.426058,15.768294,17.720568,17.925791,17.954353,18.535995,19.526493,12.927006,13.165931,14.824992,15.441811,15.816161,15.727402,15.940477,16.121626,16.662834,16.975645,18.63237,18.843252,18.842062,19.474701,22.639709,12.346195,12.546898,13.927361,14.57692,15.002151,14.82196,15.079142,15.269881,15.815283,16.105543,18.691038,18.941187,18.956358,20.093008,20.886749,11.667225,11.877313,12.80243,13.512736,14.098048,13.987274,14.445795,14.652811,15.523099,15.866927,17.733871,17.932684,17.962498,18.476982,19.533997,11.863638,12.072631,13.149551,13.842907,14.39471,14.276829,14.685102,14.88191,15.697563,16.035107,17.968557,18.173922,18.200039,18.787642,19.886274,14.023687,14.129822,16.445091,16.804365,16.953032,16.61965,16.561068,16.649315,16.801262,16.924128,20.60202,20.9655,20.967815,23.170885,23.434547,11.562743,11.758212,12.514431,13.21688,13.875338,13.794173,14.327024,14.517385,15.595231,15.947523,17.426765,17.594227,17.633728,17.820812,19.041809,11.871075,12.083378,13.158299,13.858016,14.384009,14.248097,14.631884,14.839296,15.571631,15.900228,18.057005,18.274996,18.298401,19.058296,20.006872,11.268657,11.510408,12.263544,13.035144,13.619627,13.495835,13.95644,14.221653,14.952847,15.297369,17.418131,17.643114,17.667799,18.396029,19.20187,9.9846449,10.243918,10.651347,11.377156,12.131076,12.076696,12.844501,13.200133,14.184456,14.544243,15.811028,16.069912,16.108238,16.250164,17.169277,12.356267,12.662763,13.266314,14.664394,14.98103,14.737429,14.82913,15.029937,15.302948,15.537619,18.970707,19.141975,19.146818,20.914541,21.05666,10.556389,10.782731,11.255129,11.9778,12.707761,12.644749,13.381213,13.665901,14.757637,15.115726,16.4251,16.642998,16.686422,16.785788,17.808363,12.291111,12.505789,14.063883,14.708618,15.176322,15.054622,15.354251,15.535948,16.215425,16.53783,18.465824,18.703384,18.718615,19.407499,20.809208,11.125996,11.383694,12.083768,12.889326,13.470014,13.341474,13.778455,14.069216,14.731975,15.075247,17.298042,17.534307,17.55592,18.37826,19.097698,10.933211,11.170324,11.797333,12.555426,13.21225,13.119392,13.702079,13.975505,14.871105,15.228799,16.955582,17.174788,17.207708,17.628338,18.547903,13.94807,14.094445,14.936284,15.524557,15.682777,15.319454,15.253263,15.350102,15.504316,15.640299,20.235022,20.388947,20.390978,22.974577,23.134138,9.8448877,10.156598,10.61747,11.452013,12.136362,12.048358,12.52702,12.963224,13.572165,13.923391,15.786087,16.092646,16.11351,16.767553,17.384851,9.2771959,9.5890894,9.963932,10.716146,11.466728,11.408712,12.017864,12.492047,13.196969,13.551241,15.000988,15.328265,15.354114,15.742491,16.434576,12.43088,12.62714,14.190305,14.81648,15.231761,15.056261,15.30294,15.485991,16.031691,16.319096,18.799402,19.064997,19.079515,20.167704,21.035328,10.584171,10.993956,12.90547,13.504611,13.878592,13.853322,14.096198,14.323093,14.872819,15.302295,17.332716,17.49946,17.6061,18.425083,18.696606,10.825831,11.18408,14.002915,14.539173,14.863972,14.839047,15.029407,15.267428,15.677584,16.068211,18.228607,18.514128,18.6057,19.477659,19.688183,9.9305334,10.433543,11.662464,12.281164,12.672823,12.727713,12.984076,13.217381,13.829741,14.319738,16.220722,16.224964,16.284359,17.048162,17.295931,10.308395,10.784721,12.034729,12.676221,13.090621,13.099323,13.379078,13.605762,14.266848,14.732074,16.533003,16.586552,16.669815,17.398958,17.684046,10.423689,10.842195,12.727551,13.322822,13.688394,13.690264,13.91265,14.161964,14.667885,15.134063,17.460117,17.601349,17.691359,18.59313,18.836731,9.5721817,10.087089,11.196817,11.806506,12.214931,12.644543,12.924412,13.204401,13.76296,14.356943,16.609274,16.608335,16.659636,17.640657,17.864088,9.4823751,9.8882132,11.355921,11.932827,12.289478,12.310729,12.49361,12.769794,13.191339,13.752455,17.530203,17.501896,17.570715,18.591743,18.795828,9.4312096,9.8733978,11.199654,11.795789,12.185287,12.279926,12.48453,12.77653,13.237079,13.856062,17.281343,17.255356,17.319181,18.325104,18.539703,10.825695,11.197825,13.651983,14.210927,14.559387,14.512534,14.73963,14.949878,15.455931,15.839344,17.690094,17.942724,18.059734,18.838541,19.101662,10.279447,10.676896,12.651231,13.228242,13.575978,13.573659,13.769176,14.030466,14.474022,14.952332,17.734947,17.861053,17.944498,18.918076,19.136936,10.376366,10.826734,12.322024,12.949159,13.345646,13.347609,13.607782,13.842179,14.444631,14.909403,16.916159,17.011967,17.10471,17.908888,18.185919,9.7224197,10.206991,11.465427,12.081619,12.487134,12.685331,12.927554,13.216492,13.7457,14.349947,16.969288,16.985579,17.047527,18.031359,18.261101,11.217417,11.539916,15.192248,15.675769,15.972335,15.93601,16.10927,16.322588,16.686441,17.015705,18.701597,19.126383,19.215652,19.988247,20.182411,8.9632673,9.505415,10.572925,11.135157,11.481431,11.56586,11.794587,11.985776,12.556961,13.014936,14.689331,14.558064,14.571005,15.164033,15.366733,10.174606,10.663363,11.899938,12.533346,12.938629,12.961679,13.232476,13.461686,14.106774,14.58032,16.403677,16.437454,16.510771,17.251041,17.520847,10.356016,10.733432,12.445348,13.045662,13.4503,13.392085,13.704714,13.889053,14.517182,14.892691,16.695604,16.883593,17.088375,17.785089,18.14633,8.9563847,9.4126472,10.557118,11.145519,11.560369,11.749893,11.962817,12.266043,12.725327,13.420958,17.120251,17.035465,17.089491,18.08567,18.293428,10.430524,10.864984,12.541482,13.155376,13.538704,13.535862,13.781894,14.019802,14.584538,15.044581,17.151047,17.273123,17.368237,18.208473,18.475315,10.761584,11.100906,13.975761,14.495952,14.80287,14.768251,14.938055,15.180484,15.549104,15.934441,18.428238,18.70134,18.788059,19.718334,19.909903,10.182481,10.51978,12.613582,13.139277,13.431286,13.375039,13.524266,13.763734,14.120248,14.540897,18.143602,18.23093,18.31395,19.387253,19.571548,10.010489,10.496018,11.82687,12.448498,12.843958,12.941875,13.189586,13.451284,14.021069,14.553938,16.785976,16.826147,16.894258,17.78746,18.030943,8.8617239,9.2501383,10.563548,11.11482,11.459417,11.476367,11.649612,11.915035,12.308317,12.875392,17.531397,17.398336,17.460264,18.457109,18.644691,10.284306,10.568042,12.84155,13.311048,13.551105,13.458021,13.57156,13.77835,14.074608,14.422295,18.50692,18.58539,18.669802,19.826826,19.983021,9.1568918,9.5126143,11.016707,11.548228,11.855823,11.832816,11.989854,12.233827,12.599408,13.08823,17.782715,17.680466,17.749016,18.783159,18.962278,10.820254,11.137328,14.111569,14.60794,14.891527,14.835355,14.985532,15.217389,15.555737,15.917537,18.5889,18.865335,18.952423,19.923214,20.102533,9.808897,10.316903,11.533319,12.149744,12.547729,12.713751,12.968935,13.231043,13.808386,14.356135,16.510469,16.518993,16.576494,17.463448,17.697891,10.568792,10.944368,13.337565,13.894463,14.228846,14.211033,14.402718,14.652854,15.077065,15.507509,18.000624,18.206011,18.294323,19.226179,19.44013,11.158402,11.396497,14.679668,15.079535,15.27689,15.152141,15.231891,15.418096,15.657871,15.930567,19.186781,19.481218,19.57238,20.725983,20.858807,10.25554,10.727191,12.082633,12.713846,13.11462,13.13354,13.397172,13.632646,14.251569,14.728246,16.681866,16.744173,16.825874,17.613716,17.884758,10.780647,11.150932,13.771296,14.319385,14.652726,14.625763,14.825273,15.059289,15.498417,15.898403,18.022253,18.280422,18.375366,19.239103,19.462963,10.482613,10.916912,12.425575,13.057917,13.464439,13.445142,13.720534,13.942891,14.57134,15.01414,16.921522,17.037422,17.145546,17.902939,18.204756,8.1533012,8.5851059,9.6103888,10.162182,10.57314,10.751607,10.949084,11.235329,11.660239,12.386304,17.117126,16.913883,16.960161,17.888947,18.078096,10.723917,11.107437,13.480848,14.045543,14.391463,14.362059,14.575689,14.805277,15.282886,15.691736,17.771477,17.998196,18.098799,18.948053,19.189693,9.9432936,10.405238,11.829551,12.443591,12.834117,12.930121,13.159416,13.437503,13.956525,14.517148,17.141378,17.188419,17.259493,18.223825,18.458254,10.019877,10.547052,11.60876,12.233323,12.641279,12.672738,12.95365,13.173007,13.861895,14.321722,15.851468,15.831541,15.888391,16.53894,16.791134,10.470231,10.916442,12.224831,12.874788,13.302853,13.286686,13.582361,13.800333,14.480508,14.926146,16.71191,16.80315,16.909193,17.610094,17.929518,9.500349,10.005814,11.121891,11.732635,12.149323,12.569185,12.840474,13.135006,13.672934,14.304981,16.791294,16.788752,16.841602,17.857971,18.08062,10.57492,10.95831,12.768942,13.373795,13.77194,13.71817,14.005249,14.202272,14.813929,15.203577,17.034424,17.221966,17.379099,18.097874,18.431574,10.434551,10.907125,12.070386,12.724453,13.157887,13.15697,13.455285,13.674629,14.380527,14.835176,16.504967,16.559965,16.647703,17.320753,17.623823,10.012577,10.403935,12.207308,12.779428,13.120956,13.114601,13.297266,13.562737,13.983755,14.482482,17.733101,17.800728,17.879313,18.896027,19.104719,8.9734192,9.4718428,10.453135,11.040765,11.473186,12.233607,12.535963,12.848585,13.349329,14.057091,16.81624,16.778975,16.824547,17.912359,18.12236,9.1971531,9.6863737,10.779826,11.380389,11.807464,12.206894,12.46145,12.77129,13.271881,13.965827,16.929747,16.894737,16.946289,17.979847,18.195889,10.052415,10.476938,12.143843,12.739453,13.10662,13.137832,13.344313,13.616349,14.087621,14.613325,17.472431,17.546373,17.624084,18.606243,18.831545,9.9434328,10.449407,11.645043,12.265716,12.659431,12.701927,12.96321,13.190354,13.819499,14.298732,16.112225,16.111189,16.170229,16.899902,17.151979,9.9809952,10.500952,11.596292,12.221154,12.623531,12.654703,12.930164,13.150919,13.82358,14.28791,15.896702,15.882833,15.93996,16.60442,16.860802,8.5645809,8.9793148,10.141758,10.702924,11.084554,11.159162,11.344234,11.62359,12.036539,12.685088,17.312334,17.151455,17.206238,18.169847,18.361584,10.089142,10.528683,12.127554,12.732759,13.109406,13.156591,13.375327,13.646146,14.144979,14.67369,17.332096,17.40774,17.485291,18.446665,18.680033,10.5758,10.978783,13.061435,13.645606,14.004115,13.987544,14.20925,14.447387,14.948187,15.384727,17.569963,17.749405,17.846302,18.716888,18.963766,10.363115,10.799056,12.496531,13.105699,13.483467,13.494722,13.729938,13.978024,14.517667,14.994258,17.238483,17.35434,17.443127,18.324688,18.578094,9.5882111,9.9109278,11.679175,12.186494,12.460739,12.405434,12.542701,12.768509,13.103768,13.52355,18.073334,18.029917,18.105204,19.194614,19.364197,8.7513247,9.2283983,10.25037,10.832584,11.271781,11.707179,11.954175,12.269706,12.741822,13.493353,16.947363,16.8589,16.905823,17.929928,18.135859,9.7436943,10.163367,11.696031,12.285505,12.651602,12.686499,12.881449,13.16049,13.607413,14.164251,17.478838,17.498213,17.570131,18.580847,18.795515,8.0369568,8.4944763,9.4173946,9.9661064,10.417946,10.875829,11.111009,11.420132,11.861615,12.672468,16.934729,16.752363,16.792677,17.763664,17.953894,9.3022089,9.8406363,10.926681,11.511275,11.874632,11.936792,12.180642,12.383558,12.988547,13.450431,15.110281,15.019952,15.04847,15.672567,15.89563,10.537127,10.845293,13.297176,13.791479,14.057105,13.977415,14.109479,14.332983,14.658242,15.02793,18.440695,18.598986,18.687283,19.782831,19.955496,9.9384613,10.437901,11.701714,12.320832,12.714245,12.798587,13.051344,13.298854,13.891071,14.404604,16.45113,16.468178,16.530073,17.358376,17.601917,10.024408,10.535435,11.668491,12.296046,12.698756,12.728587,13.001969,13.224821,13.888011,14.356128,16.034672,16.032845,16.093807,16.780853,17.041206,10.985493,11.337035,14.260543,14.786956,15.110272,15.062243,15.261431,15.472153,15.91315,16.274307,18.090956,18.406448,18.512642,19.304174,19.537685,8.4460373,8.9285107,9.8058596,10.363426,10.806193,11.840602,12.166228,12.487116,12.954967,13.724199,16.81263,16.732683,16.772894,17.885695,18.084661,9.6376801,10.169482,11.268538,11.874539,12.256165,12.303285,12.563019,12.779429,13.417099,13.884387,15.535473,15.488206,15.532744,16.187593,16.429434,9.9537487,10.436531,11.766762,12.387155,12.784282,12.90779,13.151937,13.423427,13.976943,14.530584,16.897625,16.936426,17.003742,17.934372,18.173428,10.936295,11.275243,14.430323,14.947872,15.26082,15.236773,15.417014,15.65633,16.030855,16.399357,18.525177,18.86305,18.95167,19.815386,20.009876,9.9267464,10.441928,11.577819,12.199628,12.596059,12.631774,12.899949,13.122255,13.77398,14.244099,15.940031,15.928123,15.984962,16.673138,16.927805,9.3967628,9.8640079,11.092519,11.696699,12.10531,12.291877,12.516107,12.816539,13.303432,13.954751,17.106802,17.083122,17.142448,18.149773,18.368734,9.7409935,10.198219,11.574487,12.183036,12.575587,12.686394,12.907016,13.194815,13.689873,14.282206,17.198889,17.219515,17.286898,18.279163,18.50535,10.260311,10.624594,12.739776,13.289507,13.608866,13.57697,13.747324,14.000587,14.392807,14.841614,18.000654,18.121634,18.204714,19.223623,19.423204,7.6050305,8.0567646,8.803503,9.309062,9.7569046,11.132849,11.483477,11.798799,12.227159,13.049339,16.798862,16.63434,16.667662,17.769991,17.950855,10.319013,10.814152,11.929778,12.574328,12.998005,13.01139,13.301456,13.522463,14.222382,14.682362,16.300184,16.325792,16.398355,17.070698,17.34897,10.567971,10.973721,12.642476,13.263771,13.668108,13.628307,13.909929,14.119447,14.742456,15.157297,17.023029,17.178434,17.309214,18.042324,18.363159,10.342923,10.722425,12.857987,13.420197,13.754189,13.73697,13.921443,14.178521,14.59609,15.053212,17.91025,18.054865,18.13913,19.122055,19.331861,10.489989,10.89167,12.978024,13.558528,13.912001,13.905051,14.115573,14.364836,14.839237,15.291597,17.670605,17.838608,17.928814,18.842009,19.075159,9.9211702,10.341842,11.958408,12.550435,12.915685,12.946601,13.146346,13.421868,13.87894,14.417552,17.494255,17.545015,17.620209,18.619692,18.839277,10.190129,10.636863,12.225465,12.83656,13.217166,13.259525,13.489,13.751562,14.277185,14.789237,17.222466,17.308903,17.389053,18.315409,18.558002,9.9245605,10.282947,12.13703,12.681603,12.992482,12.955316,13.115395,13.366051,13.74352,14.205164,17.935896,17.975262,18.053976,19.111444,19.302692,9.7854834,10.289203,11.499581,12.117485,12.52071,12.739273,12.995861,13.270071,13.833994,14.40631,16.68787,16.70195,16.76026,17.697187,17.929506,9.7899227,10.280558,11.534623,12.153079,12.557338,12.753991,13.001586,13.284406,13.828646,14.4166,16.886992,16.908274,16.97015,17.935951,18.168316,10.189643,10.653234,12.122754,12.743087,13.132493,13.179034,13.422614,13.677304,14.240579,14.746302,16.976877,17.049534,17.128109,18.010044,18.261642,9.576972,10.099848,11.219755,11.825884,12.225426,12.564265,12.837566,13.103227,13.675998,14.241295,16.353224,16.340899,16.390244,17.307602,17.531584,11.063905,11.352233,14.59857,15.059011,15.31195,15.230802,15.358204,15.57162,15.875246,16.19746,18.83337,19.15785,19.249437,20.251995,20.417624,10.206497,10.677653,12.078342,12.703834,13.098271,13.132621,13.386327,13.630621,14.223336,14.714319,16.784981,16.848604,16.927221,17.758726,18.018774,9.7012424,10.08098,11.737835,12.298527,12.629352,12.614802,12.785309,13.047454,13.445205,13.950475,17.743883,17.746313,17.820612,18.860958,19.058453,11.302318,11.607898,15.615164,16.093403,16.389139,16.374262,16.546518,16.776724,17.103041,17.416424,19.086609,19.581022,19.665827,20.436184,20.60882,9.1442041,9.5753965,10.845905,11.430553,11.816869,11.898832,12.093602,12.383747,12.823123,13.456096,17.310106,17.238495,17.299166,18.29949,18.505358,9.2394533,9.782773,10.893495,11.476138,11.853183,12.00346,12.255539,12.485814,13.06646,13.580481,15.458948,15.387035,15.424987,16.166307,16.384338,11.189438,11.449585,14.756122,15.183307,15.40401,15.29553,15.39602,15.594202,15.862822,16.157244,19.032812,19.358873,19.453917,20.539209,20.688198,10.336312,10.746331,12.67201,13.258919,13.616411,13.621839,13.829941,14.08854,14.560355,15.038892,17.606045,17.738804,17.824162,18.769398,18.99884,9.4446192,9.9380445,11.084226,11.693777,12.112336,12.449671,12.703776,13.005235,13.524249,14.177916,16.912468,16.902275,16.957125,17.97579,18.197813,5.3455815,8.2009869,8.4962788,9.3443527,9.560482,9.6086025,10.082878,10.335868,12.431046,13.340471,13.923972,13.971767,13.808908,13.958248,20.084322,7.874681,8.5266695,8.7479525,9.9690161,10.200361,10.190566,10.360848,10.75325,11.172199,18.638754,19.48147,19.524618,19.044476,19.235319,20.028683,5.1991248,7.537467,7.8134599,8.6786699,8.8820887,8.9228144,9.4464626,9.6259756,11.38249,12.310058,12.892394,12.931073,12.699222,12.857016,20.020634,7.5213242,9.0076323,9.3031464,10.607237,10.872793,10.895677,11.173776,11.483453,12.631194,15.156301,16.032473,16.080568,15.589769,15.725592,17.45171,7.7709355,8.4850569,8.7043228,9.7628012,9.9744473,9.96733,10.128072,10.57013,10.977136,19.895086,20.66573,20.705612,20.454052,20.584158,21.29851,7.5883961,9.2815361,9.5791779,10.617416,10.857096,10.872425,11.112085,11.492086,12.737056,15.487324,16.400356,16.447834,16.259939,16.041201,17.552286,7.7850351,8.900507,9.1747952,10.468873,10.728993,10.736073,10.962764,11.31826,12.158709,16.388842,17.304703,17.353447,16.886995,17.027805,18.234955,7.6061134,9.1119947,9.4114637,10.658629,10.922062,10.938747,11.200628,11.547319,12.68432,15.642658,16.555679,16.603477,16.231354,16.332615,17.906666,7.7996006,8.8048592,9.067811,10.418002,10.678979,10.686362,10.909833,11.236242,12.01649,16.015335,16.913292,16.963449,16.31216,16.477566,17.672974,7.6423011,8.9142122,9.196722,10.542743,10.80853,10.826818,11.08342,11.390443,12.3863,15.298905,16.181623,16.230753,15.634716,15.784149,17.281527,6.2914391,8.8294897,9.1415882,10.151541,10.389945,10.430799,10.845098,11.130446,13.000622,14.249165,14.966389,15.013275,14.77472,14.903911,18.967768,7.2550616,8.5372124,8.7961302,10.121003,10.355927,10.403825,10.710028,10.915019,11.965425,13.614611,14.329225,14.372766,13.396935,13.551829,15.582767,7.7524757,8.7688684,9.0283394,10.407105,10.667825,10.680337,10.911271,11.205338,12.018505,15.369977,16.236927,16.287352,15.462125,15.630409,16.912874,7.75454,9.0829391,9.3609791,10.386425,10.618169,10.62584,10.835355,11.239847,12.196732,16.398928,17.303745,17.350035,17.178614,16.965883,18.105686,6.5089483,8.7660923,9.0732269,10.159791,10.400877,10.440533,10.857632,11.117255,12.802867,14.138523,14.868023,14.910931,14.593206,14.73428,18.49765,6.7258315,8.4775362,8.7638025,9.9566488,10.193058,10.239161,10.66459,10.869696,12.228824,13.614447,14.324225,14.3628,13.799358,13.951151,17.333687,7.3408475,7.8468456,7.9883823,8.5642662,8.6892519,8.6886721,8.7877674,9.2807846,9.37047,23.870937,24.284758,24.311663,24.250641,24.233057,24.603317,6.5023937,8.088953,8.3541183,9.4906015,9.7055731,9.758997,10.253934,10.400739,11.648471,12.835028,13.478635,13.510079,12.749907,12.901317,16.84865,5.7533565,8.3048859,8.601779,9.5398865,9.7608738,9.8029222,10.278872,10.512229,12.399707,13.435181,14.078013,14.120341,13.887275,14.037292,19.497946,7.1017861,8.1897678,8.3867331,9.33214,9.485424,9.5486822,9.9060383,10.006258,10.894545,11.800694,12.299006,12.325244,10.096032,10.245641,12.886966,7.0143847,8.2449818,8.4744816,9.600934,9.7864914,9.8514767,10.204202,10.344646,11.34789,12.494514,13.082612,13.115124,11.658368,11.808224,14.331736,7.7192116,9.0481825,9.3379545,10.5794,10.839561,10.850183,11.090244,11.455995,12.448643,16.175503,17.10136,17.148996,16.78867,16.889053,18.230482,4.5630279,5.9304013,6.1487722,6.9675293,7.1413388,7.1862655,8.3200779,8.2102375,9.2664394,10.040597,10.564496,10.5561,10.036616,10.169623,19.486933,5.8691759,7.2919369,7.532465,8.5253277,8.7145185,8.7770271,9.5937767,9.5997334,10.720218,11.616718,12.184621,12.195127,11.283525,11.425679,16.938583,6.8223567,9.0087242,9.3217278,10.446807,10.697245,10.733239,11.101553,11.394497,13.025924,14.579176,15.360656,15.406271,15.093617,15.21758,18.262606,7.4495196,9.1508675,9.4576302,10.683211,10.945858,10.968318,11.25356,11.586874,12.870774,15.295061,16.182398,16.229864,15.872005,15.971119,17.83021,7.3353205,9.2385902,9.5507889,10.697546,10.954268,10.977944,11.270364,11.616672,13.032918,15.251621,16.131617,16.17893,15.901358,15.944499,17.988386,6.6806607,8.9403896,9.2546949,10.278598,10.525465,10.563009,10.925664,11.250615,12.929445,14.558586,15.364389,15.414936,15.198429,15.231519,18.543888,7.8874965,8.6362534,8.8656282,10.217471,10.464835,10.466175,10.662541,10.96142,11.554189,15.982376,16.829924,16.881041,15.847507,16.040823,17.071819,6.9156456,8.021122,8.2185259,9.1368017,9.2851954,9.3536367,9.785696,9.8593521,10.756963,11.57438,12.056248,12.078002,9.9270191,10.073084,13.100714,7.1363497,8.6377249,8.9167519,10.215141,10.459567,10.504283,10.844922,11.068267,12.261582,13.903585,14.647229,14.690101,13.974764,14.127142,16.496525,5.9852777,8.6565695,8.9635019,9.9210978,10.150685,10.193284,10.634365,10.904383,12.865688,13.969035,14.644255,14.690299,14.473115,14.612492,19.327526,6.5012145,8.3979006,8.6878405,9.8254967,10.059505,10.103399,10.56195,10.765307,12.219502,13.5283,14.227118,14.264812,13.796797,13.948676,17.902216,6.8998623,8.4564123,8.7308779,9.9662075,10.197579,10.248348,10.640357,10.834624,12.066056,13.476464,14.174703,14.213295,13.475036,13.626884,16.528202,7.5121059,8.6572018,8.9144678,10.296035,10.546799,10.578401,10.842047,11.076777,12.022034,14.175989,14.947616,14.995549,13.973936,14.13405,15.755685,7.8053689,8.7797985,9.0361958,10.209016,10.449299,10.449522,10.64725,11.05403,11.727444,17.943125,18.815493,18.860971,18.545218,18.658615,19.625044,6.2520614,7.9533434,8.2238359,9.3242264,9.5414915,9.5898037,10.126847,10.271465,11.595564,12.761381,13.405643,13.436384,12.8378,12.99055,17.643864,7.3873243,8.6118279,8.8719883,10.236218,10.481574,10.521159,10.804978,11.026976,12.034092,13.922567,14.669763,14.715908,13.743358,13.900342,15.711428,6.3185396,8.3689442,8.662343,9.7502203,9.9821224,10.024081,10.495936,10.704948,12.26007,13.509683,14.199853,14.237898,13.849566,14.000885,18.382841,7.3954482,8.9473038,9.2425661,10.549153,10.811975,10.841124,11.139405,11.426068,12.63204,14.799452,15.639896,15.68709,15.157545,15.300678,17.243727,7.8666387,8.7040405,8.9498835,10.290918,10.544766,10.545399,10.748884,11.083572,11.72218,16.544535,17.434427,17.484741,16.777687,16.960585,18.004351,7.5895982,9.2043295,9.508152,10.687037,10.945044,10.960756,11.219236,11.585307,12.785787,15.733225,16.654318,16.701361,16.412998,16.454943,18.038525,6.1029115,8.3617449,8.6582832,9.6846533,9.9129553,9.9539108,10.429224,10.649304,12.341802,13.510377,14.186069,14.225497,13.914413,14.064541,18.884203,7.7460017,8.6615067,8.8999004,10.270107,10.518682,10.535088,10.758291,11.007939,11.770171,14.630233,15.424954,15.475197,14.22354,14.3948,15.665214,7.2229762,9.0618601,9.3697329,10.593676,10.85352,10.884048,11.20526,11.506804,12.901684,14.848992,15.684119,15.730608,15.338001,15.463416,17.743427,5.9643979,7.7931848,8.0665665,9.1128616,9.3290663,9.3721809,9.9298658,10.076197,11.48584,12.616834,13.251958,13.283228,12.822418,12.977337,18.427784,7.6485987,8.3450871,8.5479307,9.4657879,9.6548796,9.6507063,9.7976847,10.261988,10.608506,21.034607,21.701399,21.738512,21.566423,21.644487,22.270767,7.8204341,8.6803045,8.9202957,10.292791,10.54537,10.553855,10.766809,11.048029,11.746556,15.35849,16.199726,16.250986,15.19321,15.373677,16.536158,7.6575789,9.030447,9.3224783,10.610008,10.874952,10.890271,11.144993,11.483428,12.530523,15.682222,16.593271,16.641674,16.203304,16.327963,17.808527,7.4526291,8.8202982,9.1017656,10.456863,10.717422,10.747623,11.032913,11.298787,12.387126,14.586623,15.406907,15.45445,14.763176,14.916417,16.712454,7.3129511,8.7532959,9.0348024,10.370599,10.625042,10.662296,10.97065,11.217493,12.363951,14.269545,15.054783,15.10052,14.402355,14.555172,16.589945,7.6286707,8.6756859,8.9269247,10.313183,10.565762,10.58954,10.833829,11.079017,11.9455,14.425596,15.217115,15.266122,14.170739,14.334782,15.779196,7.6882238,8.7954397,9.0618095,10.441746,10.703998,10.721119,10.964608,11.251016,12.13851,15.117384,15.975826,16.025671,15.228461,15.391088,16.783802,7.7670488,8.8288136,9.0874357,10.163674,10.393604,10.395144,10.588722,11.016994,11.732621,18.182068,19.035326,19.078712,18.860447,18.897732,19.844553,5.2580795,6.8167286,7.0555177,7.981359,8.1682663,8.207674,8.968997,9.0079193,10.223675,11.155436,11.713855,11.728725,11.200672,11.348251,18.891119,6.73035,8.1728983,8.425971,9.5724182,9.7780275,9.8369265,10.277294,10.421935,11.572183,12.748676,13.374839,13.406759,12.393965,12.544427,15.854257,5.3743029,7.4518514,7.7224884,8.6406889,8.844965,8.8828917,9.4430275,9.5921345,11.169974,12.162584,12.753584,12.786433,12.487376,12.643383,19.615656,7.8410945,8.7798014,9.0377531,10.336218,10.590775,10.592419,10.801331,11.162205,11.858912,16.886011,17.790276,17.839218,17.324293,17.485588,18.548229,7.903276,8.62327,8.8550472,10.161871,10.406701,10.401377,10.587835,10.938993,11.462463,17.272984,18.149828,18.198719,17.513145,17.709047,18.629162,7.7681046,9.001852,9.2767859,10.352972,10.589061,10.593657,10.800377,11.217804,12.08591,17.190153,18.090054,18.134624,17.931711,17.892502,18.967077,7.0370731,8.9260702,9.2308741,10.444909,10.699281,10.735446,11.089067,11.362742,12.801303,14.493321,15.285203,15.32992,14.906379,15.046013,17.701025,7.2439146,8.8798704,9.1753378,10.4633,10.721205,10.756119,11.079682,11.347345,12.618652,14.506416,15.312222,15.357895,14.821111,14.967397,17.191395,7.0168719,9.1669836,9.4816475,10.558565,10.809175,10.839511,11.165354,11.501991,13.094617,14.91865,15.755164,15.80345,15.563997,15.590347,18.220589,6.7907372,8.724823,9.024724,10.204549,10.450193,10.490892,10.889484,11.132997,12.60798,14.084616,14.831227,14.873137,14.435277,14.58239,17.793474,7.0302548,8.7209435,9.0124273,10.268109,10.516523,10.558272,10.921313,11.159529,12.475266,14.088323,14.846269,14.889061,14.325284,14.475272,17.133993,6.2839489,7.747807,7.9941401,9.0479507,9.2432375,9.3015146,9.894659,9.9834261,11.140133,12.155834,12.744374,12.767391,11.796289,11.944634,16.485727,7.5575042,9.2668505,9.5720491,10.692171,10.944111,10.96022,11.216452,11.590768,12.852307,15.642618,16.56123,16.607996,16.36928,16.333502,17.949291,7.7311029,9.100318,9.3901463,10.5481,10.799171,10.807655,11.037194,11.429401,12.427959,16.480068,17.408562,17.454706,17.191267,17.220306,18.488783,7.6390953,8.4475718,8.6608505,9.5471983,9.7371016,9.7360487,9.889513,10.355454,10.793975,20.587257,21.267641,21.305189,21.165453,21.178408,21.846376,7.8561215,8.5902605,8.8219023,10.011094,10.243121,10.235577,10.411181,10.820371,11.29456,18.692772,19.54475,19.588238,19.211948,19.380997,20.195414,7.9380178,8.5603199,8.7731514,10.058219,10.29245,10.285822,10.460299,10.786498,11.241098,17.087236,17.918177,17.967098,17.002935,17.207516,18.074696,7.7295852,8.6954193,8.9317045,9.8423452,10.043818,10.044274,10.211123,10.661243,11.264038,18.865473,19.64649,19.687647,19.562332,19.43128,20.209291,7.8583302,8.7012835,8.9480257,10.197207,10.442142,10.439146,10.632393,11.017647,11.611021,17.721191,18.607317,18.654491,18.211327,18.374432,19.314066,5.4864631,7.3858418,7.6521621,8.6073017,8.8129749,8.8514423,9.4368019,9.5671358,11.025174,12.059854,12.655059,12.685622,12.32467,12.481965,19.262009,6.5857544,8.9576702,9.2737026,10.322824,10.569959,10.608091,10.988354,11.29536,13.051024,14.514694,15.278542,15.327032,15.079702,15.183335,18.660927,7.2724676,9.2764034,9.5840836,10.629533,10.874778,10.898999,11.183975,11.538273,13.021201,15.083654,15.948316,15.996591,15.788408,15.665752,17.779476,7.0976086,8.4039536,8.656004,9.9153166,10.132407,10.189557,10.523633,10.703139,11.768659,13.178561,13.844839,13.883895,12.829322,12.981259,15.287247,7.7155137,8.9210682,9.2010899,10.532626,10.7976,10.810771,11.054358,11.381051,12.313857,15.705458,16.608858,16.658155,16.11059,16.257652,17.624552,4.808373,7.5201478,7.7957234,8.5691004,8.7666025,8.8116789,9.3135529,9.5208082,11.532486,12.330241,12.875603,12.922045,12.764171,12.924686,20.610563,7.5748677,8.830162,9.1066856,10.476777,10.739801,10.763601,11.028153,11.306463,12.308181,14.848944,15.693432,15.742217,15.018678,15.174624,16.76244,7.7776504,8.9601097,9.2383919,10.456926,10.710651,10.716522,10.938682,11.322676,12.186922,16.814205,17.731527,17.778515,17.439392,17.540718,18.711857,7.1737485,9.1557951,9.4690437,10.635846,10.893456,10.922514,11.242202,11.563931,13.047069,14.982314,15.826546,15.873534,15.557801,15.653523,18.010302,10.719107,11.156536,11.729365,12.242147,12.501313,12.419082,12.504564,12.694577,12.993753,13.619666,18.168009,18.062849,18.092207,19.55718,20.510496,8.9057512,9.5172625,10.133302,10.60364,11.112962,11.418685,11.553937,12.247226,11.901023,13.118178,15.991386,15.910485,15.909155,16.845551,18.016245,7.3898196,7.9276929,8.4641581,8.8692837,9.8827839,10.027721,10.149814,10.651995,10.692738,12.931501,16.118973,15.975552,15.976377,16.750011,17.895699,11.67478,12.148947,12.601401,13.17737,13.407866,13.262948,13.326563,13.504914,13.850553,14.561633,18.496773,18.50584,18.525877,20.267195,20.975544,9.0117512,10.440473,10.835544,11.411653,11.62594,11.687975,11.890328,12.175738,13.019788,13.925264,15.284506,15.318749,15.202296,14.887497,15.670315,9.218236,10.464374,10.995285,11.57317,11.835835,12.156574,12.37178,13.061866,13.229501,14.132368,15.655923,15.690645,15.598058,16.235781,17.115023,9.2106485,10.123542,10.708405,11.232732,11.501496,12.02996,12.196047,13.235499,12.52017,13.405161,15.047873,15.060331,15.012949,15.837104,16.736906,10.114065,11.002436,11.533105,12.183081,12.47068,12.589186,12.74961,13.195481,13.499961,14.468214,16.960411,16.983519,16.958479,17.993994,18.898676,11.357945,11.860027,12.131877,12.908123,13.121715,12.94545,13.004499,13.15579,13.56721,15.467628,18.755739,18.824944,18.80415,20.364182,20.896711,11.132763,11.722949,12.214545,12.835619,13.095322,13.022935,13.123918,13.3633,13.733495,14.551188,18.045034,18.056189,18.066793,19.552586,20.358919,8.8254166,9.4239597,10.049121,10.485366,10.886253,11.465994,11.596231,12.720001,11.528139,12.587099,14.761987,14.7184,14.705468,15.599957,16.660528,9.9326353,10.643687,10.954252,11.833169,12.07412,11.991001,12.131207,12.327041,12.880215,15.873945,18.081957,18.174812,18.125792,18.865028,19.537188,9.6926708,10.320447,10.933871,11.458104,11.809287,12.055708,12.189099,12.800462,12.59696,13.495313,16.503857,16.451218,16.450821,17.52277,18.605228,11.421086,11.975206,12.425021,13.049909,13.293442,13.176422,13.261232,13.462578,13.851737,14.679022,18.290142,18.312616,18.323887,19.927286,20.655466,10.341108,11.230381,11.71783,12.415692,12.693988,12.711321,12.867706,13.186308,13.692426,14.752607,17.366308,17.403553,17.379978,18.449387,19.305471,11.908907,12.309944,12.534599,13.236833,13.423079,13.201815,13.21314,13.341762,13.676621,15.385647,19.083542,19.144493,19.128267,20.977062,21.420141,10.148075,10.792741,11.382146,11.947234,12.261407,12.403387,12.534259,13.011783,13.055147,13.897346,17.020521,16.989164,16.991631,18.166458,19.179617,10.190603,10.975633,11.321815,12.165719,12.414754,12.330982,12.47494,12.670618,13.278188,15.462484,17.870119,17.951988,17.911915,18.786959,19.50032,8.7708101,9.4265604,10.028359,10.44374,10.672688,11.542761,11.669104,13.328774,11.113548,11.922835,13.233013,13.224624,13.18251,13.959262,14.78812,9.59056,10.732585,11.257638,11.892233,12.17194,12.369008,12.563546,13.093268,13.456115,14.433117,16.352148,16.384903,16.323397,17.093287,17.996885,10.647265,11.229867,11.793078,12.370911,12.660247,12.664445,12.778256,13.086823,13.34818,14.124661,17.680769,17.650068,17.663807,19.005627,19.961512,9.4533491,10.752041,11.190659,11.885932,12.143514,12.18544,12.384918,12.685452,13.50448,14.67112,16.463522,16.516186,16.442934,16.826389,17.688671,11.349861,11.647243,12.135795,12.556861,12.740884,12.565424,12.591556,12.70098,12.955758,13.392546,18.854706,18.716167,18.75029,20.599529,21.285496,8.7525368,9.2964735,9.9189777,10.320086,10.598291,11.433075,11.551263,13.12795,10.956039,11.807276,13.499627,13.47534,13.449035,14.290759,15.206391,9.2122173,9.8282948,10.451607,10.927193,11.289439,11.748941,11.881436,12.810527,12.012878,12.96857,15.46237,15.416898,15.406375,16.36997,17.432867,10.947642,11.630125,12.101048,12.768959,13.03241,12.973274,13.090984,13.340628,13.777065,14.722454,17.903362,17.932438,17.931242,19.301886,20.095629,10.657639,11.350544,11.875292,12.508176,12.788972,12.803604,12.931518,13.260186,13.587636,14.464561,17.57226,17.582039,17.581882,18.867264,19.74918,11.356715,11.964128,12.335622,13.036113,13.270427,13.129851,13.217504,13.39505,13.861405,15.013775,18.370235,18.420799,18.414942,19.952969,20.599302,9.4769907,10.733412,11.233982,11.874275,12.144801,12.305029,12.512334,12.980239,13.519628,14.507838,16.293581,16.331886,16.252979,16.881561,17.768984,9.9952793,11.037887,11.522619,12.226118,12.504573,12.553914,12.731312,13.0748,13.66078,14.766136,17.047243,17.090034,17.048447,17.921747,18.795887,9.6746769,10.266365,10.881883,11.402559,11.779536,11.923414,12.053438,12.511839,12.539857,13.449204,16.929167,16.841331,16.849607,17.936802,19.082315,9.2979708,9.9116001,10.532034,11.027453,11.448278,11.718836,11.853423,12.492181,12.232015,13.257961,16.285933,16.210686,16.210688,17.209696,18.359028,10.793091,11.535553,11.92469,12.6856,12.937074,12.839121,12.963376,13.163878,13.721909,15.106892,18.003805,18.06354,18.044151,19.279215,19.995646,9.6604939,10.814878,11.233059,11.985857,12.246271,12.242286,12.427684,12.681566,13.477201,14.883591,16.870857,16.934879,16.879839,17.391138,18.236197,8.9053593,9.5773287,9.8378248,10.691728,10.908144,10.864739,11.019392,11.253919,11.725368,17.352203,18.794699,18.908962,18.837402,19.031237,19.645233,12.117822,12.569255,12.903067,13.499342,13.701093,13.496853,13.529991,13.672305,14.030982,14.892684,18.867821,18.906652,18.914061,20.850538,21.388998,11.599959,12.146525,12.540765,13.18638,13.416473,13.267089,13.340297,13.516504,13.928743,14.853,18.468046,18.505749,18.511209,20.184118,20.832552,9.1528597,9.7297258,10.344319,10.835362,11.302493,11.451795,11.583236,12.038387,12.070608,13.150197,16.77449,16.649405,16.657457,17.649384,18.866123,9.6017838,10.841498,11.309806,11.998631,12.266956,12.33661,12.535159,12.883388,13.597772,14.702939,16.615246,16.66213,16.594387,17.182356,18.058205,9.9302206,10.472217,11.081318,11.606372,11.946377,11.990726,12.110761,12.43356,12.634065,13.442366,17.429008,17.317656,17.334776,18.507189,19.635139,9.3394108,9.8710308,10.483712,10.979512,11.378072,11.445853,11.570129,11.901981,12.079735,12.992081,17.229635,17.065805,17.081282,18.128214,19.336758,9.7213964,10.613728,11.177684,11.77147,12.05825,12.35007,12.51338,13.196078,13.104465,14.029592,16.203354,16.217001,16.183655,17.131985,18.056253,9.9623251,10.969366,11.48252,12.153407,12.437378,12.54282,12.718094,13.137333,13.578053,14.600479,16.885899,16.919168,16.880449,17.800446,18.695982,8.3685913,8.9735632,9.5687704,10.013203,10.700984,10.991427,11.12581,11.815578,11.507634,13.102393,15.821394,15.735972,15.73427,16.608099,17.777384,10.839266,11.456561,11.985362,12.595202,12.871225,12.851626,12.965407,13.255892,13.575631,14.388983,17.779657,17.777403,17.786503,19.166298,20.047319,9.6768456,10.714932,11.097384,11.890297,12.143759,12.111025,12.286798,12.506384,13.267223,15.028577,17.040266,17.11607,17.065756,17.541416,18.350248,11.460162,12.014634,12.330913,13.05633,13.277073,13.109572,13.180568,13.337918,13.782704,15.197589,18.59119,18.651318,18.639309,20.231443,20.808718,8.5661144,9.0911484,9.70082,10.06736,10.290624,11.291783,11.400889,13.320822,10.381777,11.159414,12.427604,12.409151,12.371634,13.134332,13.946633,9.1493587,10.511395,11.004615,11.578937,11.827443,12.074794,12.310729,12.880318,13.310665,14.192162,15.615235,15.65244,15.527604,15.987391,16.836813,13.029512,13.343499,13.571551,14.040216,14.189141,13.898407,13.856263,13.954482,14.210434,14.918414,19.552097,19.586645,19.592068,22.021666,22.382021,9.692935,10.467538,11.050526,11.609142,11.897562,12.25611,12.404254,13.190351,12.813183,13.703115,15.982927,15.982598,15.958646,16.953878,17.892174,11.289975,11.676814,12.205105,12.697803,12.924163,12.787605,12.845499,13.000422,13.294762,13.854136,18.516886,18.438257,18.470238,20.157782,20.978174,10.205219,11.170568,11.632021,12.361791,12.63552,12.633272,12.798795,13.085218,13.699455,14.882605,17.334887,17.383354,17.35026,18.304096,19.146072,9.7322426,10.434372,11.029239,11.572055,11.871819,12.21871,12.358217,13.126867,12.714379,13.587086,16.076674,16.062965,16.047859,17.087843,18.058046,9.3205233,10.686473,11.151345,11.785011,12.039559,12.155894,12.371397,12.764221,13.478352,14.463491,16.094925,16.135933,16.03779,16.418653,17.278835,12.030424,12.348175,12.79671,13.234568,13.421297,13.219245,13.233198,13.354644,13.61467,14.088427,18.966257,18.913111,18.944639,20.95179,21.606398,12.726684,13.055751,13.374289,13.861959,14.033423,13.776587,13.763804,13.876103,14.148908,14.736858,19.253519,19.277647,19.297157,21.550577,22.016119,10.458027,10.999552,11.585567,12.135811,12.435677,12.436095,12.547617,12.837388,13.089897,13.840789,17.694469,17.626986,17.645729,18.956427,19.978529,10.094699,10.687974,11.289464,11.836269,12.166384,12.258895,12.384325,12.785977,12.90823,13.735755,17.229496,17.166197,17.176685,18.362522,19.435242,8.7886095,10.137121,10.474916,10.92345,11.087207,11.153572,11.358646,11.608334,12.327294,12.994602,14.041203,14.053728,13.886485,12.852918,13.502062,10.980791,11.465656,12.016114,12.562461,12.825468,12.749649,12.838667,13.056024,13.362416,14.039915,18.120548,18.069576,18.094172,19.596788,20.50486,11.458905,11.981846,12.272727,13.018837,13.234484,13.058547,13.121709,13.273363,13.699123,15.316958,18.693787,18.75835,18.742704,20.341764,20.890181,11.00285,11.697454,12.129444,12.828948,13.084148,12.996664,13.111977,13.331602,13.820556,14.883631,18.016615,18.058931,18.052427,19.423349,20.167742,12.304188,12.632329,13.045129,13.493834,13.678065,13.462064,13.46892,13.593872,13.858017,14.357204,19.034657,19.014767,19.043274,21.130384,21.738264,9.5305414,10.01743,10.624826,11.119189,11.457108,11.46948,11.584383,11.839771,12.086567,12.85955,17.565538,17.375813,17.397186,18.514933,19.675528,10.665702,11.445464,11.918462,12.612139,12.882824,12.852872,12.989662,13.262976,13.747751,14.77863,17.67849,17.714403,17.702465,18.926561,19.744646,10.207461,10.701695,10.950121,11.856706,12.078602,11.953034,12.006088,12.189912,12.574387,16.279306,18.778561,18.864393,18.817717,19.948294,20.489378,10.7625,11.469014,11.968731,12.623694,12.89716,12.878785,13.005437,13.296951,13.692701,14.609838,17.703545,17.724573,17.722328,19.027189,19.869707,11.596519,12.050383,12.529508,13.080908,13.313422,13.175765,13.23901,13.418442,13.744444,14.405939,18.475937,18.466856,18.49078,20.218042,20.967474,11.953952,12.406477,12.805577,13.3859,13.60102,13.421894,13.468654,13.625566,13.974488,14.714011,18.699936,18.724398,18.741314,20.602531,21.222471,10.454197,11.25585,11.766954,12.431405,12.713111,12.747659,12.892673,13.23941,13.63085,14.594761,17.39135,17.415817,17.402601,18.567804,19.44117,9.7001009,10.295382,10.568036,11.498987,11.733395,11.647287,11.767189,11.985165,12.426342,17.012415,19.060036,19.157965,19.097918,19.910566,20.510641,9.0500278,10.489452,10.925195,11.471679,11.694792,11.850637,12.100618,12.51992,13.192454,14.016449,15.313457,15.346254,15.183033,15.277702,16.070812,8.449132,9.0132542,9.6059885,10.062829,10.697694,10.851227,10.981446,11.448196,11.485483,12.916671,16.536539,16.385193,16.390661,17.28125,18.510229,9.6940327,10.630311,10.987178,11.810002,12.058825,12.010682,12.178775,12.385058,13.09148,15.234226,17.264967,17.348835,17.298931,17.789122,18.56148,11.269331,11.883983,12.316926,12.98067,13.228035,13.119617,13.21661,13.423089,13.859317,14.804047,18.195517,18.230122,18.232807,19.746414,20.468159,9.3666506,10.55703,10.944037,11.677725,11.922337,11.917143,12.101151,12.330864,13.170856,14.645244,16.406584,16.475925,16.416681,16.568317,17.403208,8.937911,9.5671377,9.8236847,10.711927,10.93233,10.883553,11.032933,11.290974,11.711348,18.222359,19.69171,19.804054,19.730164,20.145033,20.732533,12.713115,13.033826,13.227684,13.791868,13.947893,13.671076,13.638232,13.739799,14.010809,15.130723,19.452677,19.499432,19.494989,21.750502,22.109209,10.228708,11.000995,11.551591,12.171167,12.462952,12.592548,12.737713,13.204738,13.378128,14.282443,17.015116,17.023111,17.010996,18.141741,19.06674,10.856797,11.596173,12.011481,12.742649,12.99814,12.911011,13.034783,13.249117,13.784374,14.986704,17.962162,18.013193,17.99921,19.280931,20.020224,12.579071,12.911942,13.269798,13.752549,13.93133,13.689919,13.687025,13.805333,14.080349,14.635992,19.148855,19.163471,19.187681,21.369196,21.887377,8.2939501,8.7604637,9.3787327,9.7114029,9.9758329,11.035303,11.140872,13.171389,9.8860588,10.731641,11.957306,11.936765,11.90813,12.648849,13.503519,9.7771749,10.904422,11.401526,12.080582,12.359119,12.457958,12.647092,13.046528,13.607042,14.662833,16.746201,16.786118,16.732227,17.512201,18.401981,10.545707,11.384548,11.829188,12.561106,12.82816,12.783146,12.927978,13.177528,13.745984,14.927753,17.665033,17.713587,17.692636,18.822083,19.620192,9.8187675,10.249463,10.84578,11.329806,11.61038,11.567812,11.668782,11.862269,12.148105,12.792239,17.926336,17.721672,17.749681,18.99284,20.053663,12.264618,12.62313,13.03114,13.520238,13.713546,13.50394,13.520679,13.653847,13.940063,14.498236,18.954176,18.953209,18.979801,21.021225,21.624563,11.07773,11.61425,12.139985,12.720885,12.984418,12.917109,13.012355,13.250726,13.574565,14.311725,18.056267,18.040163,18.058441,19.557983,20.419863,9.5408096,10.193878,10.80404,11.315125,11.628316,12.039423,12.174013,13.035288,12.404983,13.281861,15.773631,15.746621,15.733616,16.749302,17.750885,10.812781,11.501618,11.850955,12.643737,12.886491,12.768534,12.883147,13.065882,13.60471,15.287988,18.179197,18.248156,18.224422,19.466833,20.135138,9.7333479,10.54485,10.873111,11.721312,11.963363,11.900318,12.056041,12.253869,12.878365,15.515924,17.576302,17.666279,17.615812,18.143076,18.86175,13.09656,13.386917,13.642299,14.08927,14.238297,13.945045,13.90185,13.997753,14.239975,14.811828,19.534052,19.561777,19.575897,22.026375,22.403461,9.7106991,10.730349,11.272466,11.897882,12.183141,12.404681,12.584019,13.158139,13.355471,14.317472,16.396294,16.421722,16.376425,17.253849,18.167978,12.760986,13.098479,13.314319,13.850411,14.008862,13.733481,13.705747,13.809919,14.089997,15.046977,19.432543,19.475519,19.47423,21.754972,22.129824,12.100355,12.54281,12.816297,13.453518,13.646038,13.427085,13.451337,13.582841,13.944201,15.107897,18.996454,19.04784,19.04332,20.974529,21.455179,13.602588,13.8304,14.022099,14.38839,14.506386,14.166084,14.080415,14.155201,14.346095,14.83053,19.902636,19.927296,19.937447,22.663483,22.945993,10.389139,11.065483,11.627954,12.225472,12.521502,12.610496,12.741706,13.157307,13.33193,14.179983,17.255217,17.245609,17.246157,18.468458,19.418665,10.342331,10.728592,11.306636,11.783458,12.026191,11.936686,12.017187,12.174401,12.466102,13.030714,18.240665,18.06155,18.094055,19.517843,20.466108,10.830644,11.180349,11.730548,12.19212,12.409395,12.280676,12.339451,12.473803,12.75605,13.265255,18.507465,18.355526,18.390177,19.995041,20.836956,11.110993,11.575287,11.815866,12.619274,12.825047,12.650524,12.693179,12.848444,13.227349,15.790163,18.872992,18.946306,18.911757,20.37224,20.881386,10.303909,11.142671,11.51946,12.330863,12.586159,12.51036,12.658064,12.863288,13.497878,15.249816,17.74935,17.821918,17.787319,18.731842,19.477499,11.527352,11.948608,12.448621,12.970517,13.200315,13.06117,13.120081,13.290035,13.597743,14.206732,18.508751,18.474699,18.50268,20.232121,21.011724,10.322505,10.926693,11.214918,12.107391,12.34264,12.228181,12.337348,12.524558,13.000634,16.070183,18.572201,18.66099,18.616697,19.666393,20.278746,9.176733,10.572954,10.986561,11.62938,11.866644,11.915533,12.118125,12.40542,13.279428,14.338435,15.883997,15.931581,15.83956,15.853559,16.688591,10.222522,10.709159,11.307292,11.8269,12.124744,12.100435,12.206272,12.446294,12.720599,13.427532,17.813349,17.68936,17.713654,18.998985,20.064907,9.205019,10.529461,10.926788,11.604265,11.842962,11.864879,12.057894,12.310315,13.196632,14.406159,16.011124,16.068388,15.993086,15.983422,16.824493,10.227491,11.154047,11.567631,12.34619,12.609746,12.561522,12.720707,12.951916,13.617444,15.074564,17.521437,17.584728,17.550037,18.463306,19.257805,9.2933712,10.40343,10.962085,11.532628,11.806444,12.183283,12.377766,13.164327,13.071905,13.979781,15.623122,15.650568,15.583881,16.344419,17.246481,12.246403,12.661755,13.012347,13.575149,13.773128,13.561371,13.586185,13.724078,14.055394,14.793777,18.924488,18.955324,18.969908,20.974567,21.516735,11.793191,12.30445,12.626065,13.288512,13.500051,13.314487,13.367227,13.517491,13.925045,15.047532,18.722811,18.773222,18.769962,20.536091,21.091297,10.664738,11.310255,11.627155,12.464479,12.702558,12.580036,12.690916,12.869125,13.382718,15.558596,18.323423,18.401999,18.370354,19.547932,20.184723,9.8041983,10.944345,11.39837,12.125098,12.395185,12.419143,12.605438,12.904399,13.627119,14.845443,16.943552,16.996529,16.943779,17.633244,18.495506,8.7523718,9.2813473,9.8833475,10.353074,10.846988,10.937795,11.06466,11.417493,11.574786,12.682893,17.004042,16.807062,16.819521,17.762112,19.009674,9.9577427,11.015027,11.451974,12.205783,12.474025,12.464802,12.641133,12.905834,13.620476,14.949384,17.178675,17.237099,17.192692,17.955612,18.795097,14.212969,14.364426,14.492426,14.749107,14.830006,14.433836,14.297414,14.34773,14.475556,14.812418,20.325695,20.343359,20.350737,23.410398,23.594934,13.902243,14.132216,15.426932,15.616479,15.740318,15.746851,15.824733,15.916097,16.384829,16.542843,16.908846,16.778713,16.703293,17.44063,16.969358,12.305154,12.702437,13.833626,14.178581,14.40228,14.45103,14.590822,14.751926,15.276322,15.567066,16.206621,16.177,16.130613,17.413033,17.877831,13.132937,13.51607,14.633216,15.012589,15.251917,15.275406,15.434062,15.593072,16.126904,16.398678,17.058765,16.974945,16.937723,17.704042,17.897293,13.769199,14.060407,15.280539,15.539106,15.70518,15.720101,15.828619,15.949938,16.419531,16.620705,17.090446,16.975103,16.912027,17.698532,17.381033,12.727191,13.079575,14.279009,14.574238,14.764601,14.794118,14.913712,15.053372,15.554901,15.801299,16.341932,16.291582,16.235233,17.399921,17.611635,11.602985,12.081848,13.07019,13.509379,13.797431,13.967442,14.15588,14.36345,14.930109,15.32276,16.214378,16.181299,16.153963,17.50976,18.560261,13.851661,14.158696,15.333319,15.62065,15.804537,15.820656,15.942694,16.073397,16.549717,16.764021,17.270638,17.152454,17.096512,17.823282,17.471603,13.568106,13.908347,15.058984,15.385748,15.593357,15.61244,15.75034,15.893551,16.392988,16.631304,17.200579,17.096859,17.04882,17.791258,17.653112,12.015285,12.474682,13.520004,13.948404,14.221695,14.300968,14.475944,14.669188,15.234699,15.587038,16.417456,16.370701,16.339905,17.503532,18.372738,12.246141,12.702629,13.731003,14.204374,14.499976,14.536147,14.731318,14.916736,15.505948,15.84114,16.691265,16.627502,16.606398,17.385344,18.285587,11.918696,12.397256,13.413196,13.87854,14.170192,14.234657,14.423975,14.619069,15.197968,15.555431,16.438494,16.372387,16.343737,17.296213,18.330467,14.32465,14.558406,15.782269,15.990524,16.127373,16.136412,16.225803,16.326967,16.77117,16.936792,17.322248,17.175291,17.104824,17.766335,17.045446,11.676582,12.167042,13.161637,13.622395,13.91591,14.025253,14.21521,14.420171,14.993861,15.376474,16.291155,16.235819,16.208763,17.337029,18.461105,13.139726,13.509064,14.662815,15.008248,15.226702,15.252444,15.395519,15.548376,16.06538,16.325226,16.943439,16.859007,16.813028,17.680931,17.825048,15.309072,15.535131,16.58206,16.811852,16.963539,16.972813,17.07855,17.190552,17.632292,17.80122,18.1982,18.005316,17.948727,18.444342,17.010555,13.486444,13.777292,15.03107,15.275935,15.43293,15.44771,15.54831,15.664488,16.144648,16.342852,16.797609,16.696747,16.630482,17.513727,17.335133,12.515156,12.943344,14.034048,14.4444,14.702442,14.744212,14.911962,15.089008,15.64531,15.957399,16.711893,16.649319,16.615921,17.57089,18.170048,14.641084,14.912392,16.006517,16.280083,16.457855,16.469893,16.591679,16.716051,17.173183,17.368355,17.830694,17.675114,17.622656,18.180088,17.261688,13.035226,13.398422,14.575157,14.900723,15.107639,15.135382,15.269171,15.418205,15.928924,16.183849,16.778193,16.700321,16.649466,17.62059,17.786705,14.539909,14.766875,15.960503,16.167772,16.304581,16.313566,16.403933,16.505325,16.944874,17.108156,17.488214,17.330633,17.261662,17.883139,17.005203,13.483491,13.838716,14.964906,15.317591,15.541358,15.560431,15.709817,15.859082,16.372988,16.623352,17.227259,17.12849,17.086742,17.793762,17.73135,13.925725,14.196052,15.428689,15.666491,15.820169,15.832604,15.932797,16.04583,16.506315,16.693434,17.129534,17.005091,16.938326,17.691622,17.26066,13.460428,13.796695,14.975705,15.285671,15.482745,15.503154,15.632603,15.772594,16.267273,16.501379,17.054384,16.955276,16.902374,17.721731,17.636765,15.280475,15.494911,16.563559,16.776346,16.917439,16.926027,17.023499,17.129854,17.570768,17.731974,18.108719,17.914656,17.85396,18.364325,16.934177,14.242598,14.513703,15.68802,15.941301,16.105227,16.117971,16.227312,16.346027,16.80187,16.993036,17.442539,17.303846,17.242664,17.908066,17.270422,13.799862,14.129051,15.260032,15.585608,15.793357,15.809875,15.949286,16.089954,16.584196,16.815872,17.370777,17.257057,17.21059,17.879406,17.583361,16.461163,16.633699,17.535154,17.718891,17.842562,17.846453,17.93717,18.035814,18.504093,18.644758,18.973955,18.713169,18.659845,19.041294,16.683496,12.210137,12.667355,13.712846,14.162868,14.444478,14.493371,14.676914,14.864582,15.439765,15.777428,16.611868,16.549719,16.52228,17.437939,18.293854,13.659057,13.92283,15.198589,15.417307,15.558105,15.568746,15.65849,15.762951,16.239206,16.418533,16.831587,16.718422,16.647692,17.47146,17.170254,13.612091,13.924609,15.128611,15.409764,15.589428,15.607028,15.724627,15.854589,16.335007,16.551275,17.058018,16.95125,16.892433,17.705633,17.502493,15.89281,16.061659,17.056496,17.225311,17.340412,17.345726,17.425749,17.518332,17.993856,18.13015,18.440109,18.203566,18.142065,18.578272,16.57036,14.991012,15.206751,16.329105,16.53577,16.673002,16.681791,16.774729,16.877678,17.315487,17.475389,17.847683,17.66749,17.602619,18.153843,16.935732,12.836209,13.221682,14.37338,14.723683,14.945906,14.979259,15.122747,15.281463,15.80628,16.080542,16.723076,16.653431,16.607574,17.612713,17.919466,13.249688,13.559142,14.802851,15.061682,15.227421,15.245454,15.350998,15.473433,15.961295,16.172415,16.65036,16.565035,16.501394,17.464401,17.412878,12.843853,13.239798,14.37086,14.742851,14.977549,15.010023,15.16291,15.326442,15.860948,16.143476,16.817879,16.745623,16.704704,17.633715,17.981659,12.836394,13.243937,14.343943,14.747838,15.001644,15.03042,15.197769,15.365997,15.916587,16.208805,16.923439,16.850588,16.817741,17.632952,18.044333,14.270485,14.560231,15.689679,15.974018,16.157307,16.17095,16.294849,16.423029,16.890104,17.095486,17.582817,17.445158,17.391964,18.01288,17.366838,11.82895,12.278527,13.318447,13.722898,13.988536,14.093726,14.260577,14.450721,15.005512,15.361291,16.153038,16.129045,16.094084,17.486246,18.309561,14.436418,14.685486,15.863125,16.094278,16.245197,16.256121,16.356705,16.467493,16.913448,17.090816,17.506048,17.356155,17.291449,17.92971,17.142988,12.035166,12.501431,13.538106,13.98399,14.265123,14.332801,14.514299,14.707925,15.280231,15.632202,16.484961,16.428862,16.400288,17.44013,18.365576,14.717804,14.917672,16.110682,16.292755,16.415079,16.422045,16.501978,16.592777,17.030741,17.178249,17.518372,17.34791,17.275999,17.855667,16.809238,11.804543,12.29234,13.291354,13.771419,14.070774,14.127608,14.322968,14.515343,15.098561,15.453598,16.344816,16.26053,16.225018,17.070866,18.168577,12.01375,12.487034,13.500402,13.978321,14.276209,14.321668,14.517131,14.70612,15.293063,15.638202,16.510435,16.435904,16.407534,17.217133,18.228895,12.299982,12.729031,13.822598,14.21472,14.465129,14.522141,14.681739,14.860356,15.409636,15.729191,16.471642,16.423759,16.386173,17.546421,18.179893,16.294018,16.459131,17.388199,17.559486,17.674248,17.676685,17.759378,17.853996,18.338537,18.474394,18.788982,18.531618,18.474043,18.875206,16.590895,11.876738,12.358773,13.353018,13.845391,14.152189,14.194912,14.397182,14.585174,15.178308,15.52511,16.411127,16.325233,16.293949,17.034599,18.131136,14.084427,14.331898,15.576477,15.792291,15.93298,15.942869,16.034119,16.138058,16.590769,16.763172,17.164301,17.029894,16.959448,17.674219,17.123974,12.969296,13.317341,14.520384,14.819159,15.010417,15.036914,15.158859,15.299129,15.800578,16.042976,16.592724,16.522711,16.466473,17.51948,17.660023,13.168253,13.501684,14.716672,15.004159,15.187876,15.210377,15.328254,15.462976,15.957396,16.187786,16.715502,16.63357,16.575102,17.553257,17.589813,14.277322,14.559978,15.703681,15.976378,16.152369,16.165781,16.28429,16.409201,16.871536,17.071632,17.544909,17.406002,17.34989,17.986053,17.330933,14.066968,14.37683,15.50074,15.808916,16.006651,16.021381,16.154892,16.28981,16.770756,16.989676,17.512011,17.385435,17.33666,17.966082,17.474268,12.465682,12.879936,13.996065,14.372419,14.612297,14.659885,14.813148,14.984677,15.525647,15.829055,16.533834,16.480621,16.439899,17.563688,18.08754,12.516548,12.951677,14.01781,14.456592,14.731305,14.76572,14.946522,15.125288,15.696357,16.013189,16.799871,16.735308,16.708954,17.534775,18.201395,13.257168,13.601408,14.791448,15.10046,15.296997,15.320098,15.447852,15.589456,16.088848,16.328367,16.888494,16.799692,16.745758,17.650698,17.67931,11.606793,12.107538,13.096548,13.57069,13.870728,13.954253,14.148918,14.348346,14.926019,15.29962,16.21526,16.136261,16.104313,17.078199,18.244774,12.701056,13.085049,14.243238,14.582721,14.799662,14.836393,14.97485,15.132171,15.653926,15.928531,16.557835,16.498138,16.449965,17.559238,17.895744,9.9048052,10.79771,11.54795,12.222443,12.427506,12.641007,12.826774,13.481441,13.841654,14.220179,16.043541,16.016651,16.000839,17.452669,18.898561,10.436814,11.077851,11.822959,12.46381,12.678121,12.943372,13.147419,13.555146,14.015375,14.354815,16.77413,16.706963,16.716801,17.924383,20.210182,10.880578,11.430097,12.270817,12.701232,12.882413,13.011233,13.175518,13.473345,14.075441,14.34526,15.493785,15.471323,15.440986,18.648159,19.70266,10.70996,10.728787,11.529099,11.709505,11.835784,11.906915,12.014278,12.168669,12.674039,12.857826,13.551165,13.554234,13.505494,19.407696,19.966408,10.759819,11.460381,12.274529,12.851628,13.062294,13.240573,13.433285,13.812511,14.380795,14.70118,16.304056,16.277679,16.266983,18.10194,19.721636,10.262634,10.962862,11.71362,12.376126,12.589975,12.78651,12.978991,13.446789,13.892815,14.24892,16.616957,16.555471,16.559847,17.813187,19.822914,11.116138,11.482661,12.360048,12.706457,12.873346,13.020837,13.174654,13.392746,13.966942,14.199537,15.13435,15.11855,15.081094,18.726311,19.596992,10.788985,11.387997,12.12832,12.732023,12.950536,13.426222,13.666664,14.005381,14.50493,14.818468,16.79929,16.758776,16.768793,18.055508,20.504557,10.867602,11.530843,12.343122,12.922915,13.13787,13.353322,13.554401,13.909356,14.471956,14.788451,16.430902,16.403463,16.397648,18.089878,19.880527,10.209217,11.062809,11.838058,12.475863,12.682699,12.864212,13.051464,13.593009,14.071192,14.428453,16.161404,16.135197,16.120102,17.756775,19.227201,8.8206358,9.3422146,9.9974546,10.596757,10.785905,10.939024,11.10274,11.47958,11.80511,12.13827,17.000828,16.716391,16.734751,17.610266,19.737358,9.6649189,10.360484,11.070348,11.776279,11.981921,12.149266,12.326051,12.896379,13.214896,13.595257,16.516108,16.417166,16.422628,17.52582,19.387537,8.6163387,9.2317009,9.8677273,10.588935,10.774156,10.913887,11.065916,11.704485,11.856785,12.246851,16.378414,16.176462,16.184084,17.12565,18.730576,10.091495,10.621845,11.281907,11.877149,12.07586,12.66815,12.908559,13.251476,13.654901,13.96512,17.056543,16.92647,16.945898,17.994665,20.771341,10.57092,11.116873,11.917402,12.285336,12.446556,12.560669,12.70881,13.032839,13.630279,13.887071,14.899546,14.877596,14.839858,18.992949,19.814117,11.03938,11.644279,12.486538,13.003733,13.209895,13.43999,13.638007,13.941896,14.531072,14.822337,16.18235,16.159195,16.144062,18.23246,19.728182,10.729915,10.809891,11.590454,11.799641,11.935273,12.012423,12.129121,12.31743,12.851941,13.053656,13.841692,13.823412,13.781029,19.655287,20.269022,9.7597084,10.627254,11.360925,12.061292,12.266285,12.486658,12.670258,13.369041,13.658487,14.048424,16.037655,16.003773,15.990845,17.315134,18.810188,9.7472744,10.393072,11.104459,11.782636,11.988446,12.160696,12.339872,12.831804,13.190359,13.55477,16.711742,16.590307,16.600986,17.670322,19.725872,9.5150385,10.085577,10.776463,11.411029,11.610575,11.802676,11.980413,12.39092,12.751577,13.093732,16.927101,16.739962,16.756596,17.732136,19.99367,10.548684,11.316857,12.118805,12.712632,12.920341,13.08478,13.272943,13.70691,14.259943,14.592619,16.219427,16.193535,16.179581,18.023472,19.534374,8.6383791,9.1008253,9.723753,10.255743,10.435245,10.739324,10.917516,11.204495,11.547276,11.839104,17.171831,16.825567,16.845608,17.664671,20.091173,11.209229,11.637733,12.525348,12.910184,13.088018,13.343251,13.522339,13.743532,14.320706,14.56079,15.531952,15.515008,15.48182,18.465532,19.438013,10.385051,11.22245,12.019472,12.605965,12.807159,12.973673,13.157391,13.638785,14.181939,14.516961,16.033455,16.011726,15.991031,17.982491,19.316233,10.741112,11.045869,11.845661,12.146203,12.302352,12.398625,12.537097,12.784097,13.35931,13.593115,14.524915,14.503849,14.466132,19.296539,20.055239,9.5562563,10.058006,10.710149,11.286275,11.477136,11.918181,12.127694,12.454554,12.829228,13.135922,17.119493,16.904942,16.925472,17.869654,20.549007,9.3548841,9.9543238,10.640853,11.304638,11.502892,11.655387,11.825131,12.296824,12.621451,12.981384,16.790218,16.610785,16.624657,17.609478,19.649187,8.4737082,9.0337715,9.6651201,10.309012,10.488907,10.606771,10.757514,11.234027,11.482749,11.843122,16.732527,16.452166,16.465158,17.349934,19.085644,10.452628,11.038398,11.83154,12.187641,12.343752,12.473081,12.618387,12.972457,13.549204,13.803151,14.764737,14.74279,14.703391,18.996178,19.764772,9.5888662,10.421085,11.136559,11.861485,12.064795,12.289603,12.469225,13.21395,13.423834,13.823689,16.009941,15.965878,15.955793,17.175873,18.705542,9.8652849,10.825547,11.586734,12.226645,12.425402,12.674975,12.860159,13.556683,13.889798,14.259138,15.810418,15.794668,15.771571,17.395138,18.68088,10.386426,11.228527,12.033552,12.564902,12.754301,12.917677,13.093258,13.559955,14.125339,14.440667,15.746107,15.727283,15.69851,18.164921,19.294044,10.119668,11.060495,11.850539,12.418743,12.610106,12.827521,13.00745,13.594084,14.053822,14.389371,15.716808,15.701914,15.673885,17.797836,18.945808,8.9805307,9.7423201,10.406111,11.189389,11.379135,11.661677,11.826168,12.81137,12.663164,13.086175,15.51578,15.458467,15.447819,16.510799,17.944006,10.942518,11.366005,12.210317,12.577219,12.746245,12.864463,13.016661,13.270914,13.860097,14.107126,15.127676,15.106153,15.070805,18.87425,19.785744,10.563476,11.27104,12.051713,12.681077,12.896869,13.096955,13.294325,13.716191,14.228418,14.568962,16.533302,16.494471,16.493586,17.944061,19.851572,10.249673,11.14325,11.935108,12.517542,12.714293,12.898067,13.080064,13.60912,14.125126,14.462211,15.900283,15.8818,15.857063,17.90284,19.141201,10.975192,11.522559,12.374199,12.818071,13.004537,13.15109,13.32173,13.610291,14.210433,14.481586,15.652381,15.630023,15.602172,18.545689,19.67238,10.346748,11.08589,11.852248,12.505377,12.719541,12.90517,13.097635,13.570868,14.046398,14.400978,16.497225,16.452644,16.451307,17.832996,19.680941,10.058282,10.896907,11.653224,12.324612,12.533451,12.722098,12.909108,13.492205,13.909429,14.281222,16.223429,16.189495,16.178892,17.613424,19.179823,9.9131002,10.726064,11.465589,12.160848,12.36959,12.560562,12.7453,13.359959,13.721125,14.102867,16.255684,16.211378,16.204475,17.508852,19.141098,9.980443,10.941713,11.717419,12.325227,12.520997,12.760247,12.943927,13.594357,13.983882,14.337921,15.773765,15.759555,15.734148,17.559412,18.783813,10.505436,11.241046,12.052404,12.513122,12.690635,12.83042,12.994755,13.392276,13.988064,14.276238,15.436931,15.416506,15.38291,18.518848,19.504732,10.368956,11.158736,11.964424,12.416574,12.589296,12.75256,12.915007,13.357237,13.92127,14.208493,15.305268,15.286256,15.250216,18.463022,19.38669,10.718223,11.360867,12.129733,12.748727,12.966742,13.252072,13.463813,13.838222,14.345202,14.673042,16.703878,16.66106,16.667166,18.003372,20.222574,10.910053,11.537081,12.378504,12.877439,13.074726,13.232611,13.413383,13.737381,14.335973,14.627053,15.940782,15.917871,15.89622,18.357187,19.659145,10.207147,10.993715,11.755955,12.419245,12.631106,12.810606,12.999725,13.522548,13.976227,14.339742,16.372652,16.33271,16.326988,17.738611,19.439569,9.1797895,10.004543,10.690907,11.441016,11.634396,11.938347,12.109968,13.068782,12.974201,13.392442,15.520064,15.480129,15.465109,16.596989,18.007254,8.7652073,9.461154,10.103245,10.913015,11.099849,11.333457,11.490891,12.441511,12.326792,12.747857,15.652493,15.562896,15.559322,16.569269,18.030462,10.027415,10.935985,11.701485,12.347733,12.551222,12.757467,12.943616,13.558126,13.977188,14.343034,16.017759,15.995682,15.976773,17.587587,18.96917,10.769073,11.322358,12.149112,12.562827,12.737989,12.856519,13.015161,13.324008,13.927184,14.194767,15.309765,15.287406,15.254479,18.760307,19.736,10.951236,11.572495,12.366152,12.949437,13.169471,13.497183,13.717764,14.046644,14.593681,14.904037,16.594692,16.566307,16.567286,18.070223,20.133957,10.510059,10.311069,11.038857,11.137106,11.245038,11.296112,11.384131,11.512824,11.977289,12.139983,12.764255,12.759865,12.710564,20.003464,20.459282,10.490682,11.069275,11.774267,12.388668,12.599092,13.094486,13.330895,13.689112,14.137648,14.456697,16.927874,16.85383,16.869167,18.020296,20.650986,9.2233877,9.9304199,10.608572,11.359005,11.556602,11.737205,11.904251,12.62072,12.782193,13.183965,16.203667,16.100628,16.10195,17.15629,18.801577,10.619389,11.350688,12.170053,12.678768,12.869635,13.01082,13.185055,13.574646,14.170653,14.47305,15.782269,15.760713,15.734187,18.343681,19.516235,10.718293,11.432069,12.254102,12.798058,12.999786,13.153756,13.337196,13.717245,14.303948,14.615485,16.06002,16.036621,16.017706,18.21398,19.591761,10.672972,11.385616,12.185333,12.788782,13.002528,13.189029,13.384306,13.785873,14.33173,14.66252,16.411474,16.381218,16.374798,18.020809,19.765165,10.819947,11.468137,12.302994,12.796939,12.990389,13.133834,13.309891,13.649067,14.249966,14.542233,15.839826,15.817163,15.792992,18.399872,19.63052,10.155006,10.800298,11.532388,12.189903,12.401003,12.619858,12.812593,13.254257,13.675028,14.025456,16.767332,16.677107,16.687757,17.827875,20.039303,10.03965,10.810609,11.555408,12.240763,12.451857,12.632875,12.819342,13.374623,13.77663,14.14994,16.402678,16.351067,16.348558,17.637552,19.392481,10.961069,11.241945,12.086,12.385177,12.539815,12.644894,12.782285,12.994192,13.558692,13.781421,14.672715,14.655686,14.614941,19.070837,19.839653,10.119492,10.855721,11.602026,12.279572,12.491927,12.673765,12.861902,13.377908,13.79828,14.165003,16.509789,16.451298,16.452393,17.714766,19.583517,8.3327141,8.9667149,9.5756598,10.43226,10.611666,10.825458,10.974197,11.996272,11.802695,12.223261,15.499147,15.384113,15.38459,16.345053,17.751726,9.5664291,10.482087,11.209073,11.906384,12.106227,12.384007,12.566286,13.381376,13.534009,13.931196,15.740593,15.716832,15.698225,17.021587,18.397457,8.6755247,9.3269691,9.9637041,10.744451,10.931548,11.107619,11.262022,12.060572,12.091292,12.499699,16.023584,15.881144,15.883987,16.860384,18.385777,8.5976343,9.3030376,9.9347534,10.757179,10.936589,11.256947,11.410987,12.569522,12.165037,12.595544,15.096916,15.036675,15.026747,16.028652,17.388494,10.666914,11.221254,12.034749,12.429116,12.598,12.712595,12.866382,13.184443,13.786765,14.050523,15.122142,15.100095,15.064795,18.868099,19.769012,10.151464,11.058243,11.838451,12.45303,12.653756,12.848618,13.033442,13.602221,14.076723,14.42799,15.975192,15.955618,15.933812,17.74711,19.060259,10.278176,10.879682,11.600919,12.235787,12.445518,12.754813,12.96107,13.354949,13.785788,14.120313,16.887634,16.792309,16.806683,17.921141,20.374199,9.9925938,10.673641,11.403297,12.081707,12.291944,12.475614,12.661175,13.156151,13.54952,13.913806,16.64864,16.561476,16.568842,17.717709,19.742989,9.8717489,10.609389,11.337208,12.037166,12.246367,12.423502,12.605965,13.176141,13.532963,13.911738,16.452881,16.382547,16.383976,17.571815,19.387907,10.247533,11.140693,11.942094,12.459143,12.642725,12.835275,13.00832,13.52656,14.048367,14.36147,15.571511,15.555365,15.523393,18.093811,19.135759,8.0711565,8.69172,9.2779741,10.184799,10.353066,10.656308,10.797893,12.120583,11.544614,11.974961,14.713509,14.642177,14.638789,15.585144,16.883383,10.820019,11.48,12.276227,12.875659,13.093311,13.332281,13.538013,13.902452,14.444734,14.767276,16.55208,16.52037,16.519678,18.042921,20.011232,9.3749485,10.163558,10.858035,11.607683,11.807448,12.033365,12.207035,13.001417,13.122894,13.531118,15.957964,15.89948,15.892164,17.025579,18.56834,8.4279747,9.0052166,9.631381,10.300939,10.480606,10.601464,10.750017,11.282518,11.49135,11.863448,16.598206,16.335213,16.346016,17.242052,18.888065,9.286808,9.9311924,10.614035,11.316185,11.514247,11.663306,11.8304,12.392872,12.665789,13.045095,16.57378,16.423409,16.432524,17.447624,19.290367,10.890569,11.054495,11.903018,12.145595,12.286668,12.379453,12.502983,12.67695,13.209746,13.409591,14.163914,14.166238,14.120437,19.026981,19.677416,9.5382891,10.28201,10.985472,11.716473,11.92017,12.104364,12.279524,12.947687,13.193987,13.589025,16.274986,16.196548,16.196095,17.320631,19.012798,11.142385,11.633413,12.505022,12.929597,13.115924,13.328032,13.507804,13.75928,14.349712,14.60745,15.698088,15.677171,15.648756,18.470495,19.577932,10.325187,11.12326,11.90052,12.540653,12.751426,12.926525,13.116047,13.613386,14.107495,14.461306,16.309942,16.278004,16.268467,17.827765,19.442791,11.177369,11.508332,12.411574,12.736406,12.898531,13.059237,13.210724,13.405485,13.965438,14.185444,15.028224,15.023291,14.98316,18.557514,19.354944,9.89114,10.502145,11.215247,11.867977,12.074185,12.283364,12.469645,12.903339,13.291953,13.64063,16.844398,16.715153,16.729094,17.785744,20.044487,9.3814325,10.255189,10.963441,11.685496,11.882958,12.179241,12.357086,13.246447,13.27134,13.679922,15.630784,15.600669,15.584057,16.80159,18.200939,10.813829,11.496401,12.323604,12.866949,13.071566,13.23617,13.423131,13.782235,14.369149,14.677479,16.134264,16.110321,16.093893,18.211861,19.662876,8.829546,9.326807,9.974309,10.542362,10.729358,10.946224,11.117478,11.445189,11.789058,12.100896,17.092035,16.786415,16.805676,17.661718,19.966639,10.455161,11.206192,11.987428,12.621274,12.83474,13.014826,13.207466,13.6628,14.171647,14.518555,16.421349,16.38604,16.380678,17.898911,19.645363,8.6474323,9.1916809,9.8367796,10.461261,10.64541,10.769971,10.925815,11.355911,11.645857,11.994736,16.862514,16.582596,16.598265,17.483164,19.380718,9.9092445,10.47691,11.176324,11.801364,12.004332,12.28917,12.484991,12.869486,13.264788,13.596495,16.969036,16.82004,16.837305,17.858864,20.335875,9.7262936,10.671309,11.415698,12.086229,12.286489,12.548128,12.732862,13.483759,13.739516,14.123703,15.802873,15.783756,15.762992,17.217979,18.556059,10.482633,11.174662,11.941291,12.583205,12.799094,13.011245,13.209402,13.638725,14.125532,14.470202,16.616331,16.567867,16.570974,17.908463,19.936268,9.7520161,10.535676,11.25876,11.972955,12.180056,12.370266,12.551263,13.194514,13.500276,13.889544,16.266577,16.209108,16.205278,17.415194,19.085859,15.969217,15.879929,17.770115,17.80921,17.829107,17.830351,17.843401,17.861816,17.938993,17.964439,18.032785,17.854078,17.684591,18.036274,17.81992,16.190752,16.111652,17.994568,18.026791,18.04162,18.045952,18.059381,18.078512,18.149315,18.16872,18.277416,18.099072,17.925035,18.272198,18.117922,16.259903,16.113359,18.068079,18.085533,18.094549,18.09544,18.101444,18.109528,18.14152,18.152214,18.180914,17.992987,17.81134,18.121973,17.925192,14.835183,14.898314,16.587809,16.685844,16.735769,16.735594,16.763496,16.804884,17.048212,17.118586,17.297781,17.152718,17.022877,17.559896,17.320503,16.154139,16.041697,17.967697,17.995636,18.009161,18.010654,18.020592,18.034889,18.091036,18.108675,18.163828,17.981024,17.804138,18.138186,17.957563,15.504023,15.497016,17.298023,17.366735,17.401016,17.402561,17.424452,17.456877,17.604176,17.651123,17.77936,17.616268,17.464277,17.904987,17.693848,15.384094,15.365976,17.122414,17.19216,17.229332,17.228975,17.249353,17.277927,17.431789,17.48035,17.596085,17.430031,17.284636,17.687607,17.337767,15.685266,15.647866,17.479906,17.538202,17.567602,17.569063,17.588009,17.61548,17.73702,17.776226,17.881979,17.712576,17.554201,17.956495,17.734812,15.787989,15.768893,17.607489,17.659233,17.681803,17.683249,17.700405,17.728607,17.844809,17.879393,18.010496,17.843639,17.682135,18.103418,17.958879,16.186325,16.055147,17.99325,18.016459,18.028332,18.029343,18.037279,18.048172,18.091875,18.106411,18.145649,17.960125,17.781605,18.102077,17.900829,16.149149,16.030724,17.958822,17.985933,17.999416,18.000593,18.010038,18.023315,18.076342,18.093548,18.142803,17.959227,17.782354,18.112225,17.919405,15.991281,15.918554,17.807251,17.847494,17.866587,17.868681,17.882801,17.903873,17.987833,18.013863,18.098923,17.922586,17.752474,18.120737,17.949007,15.767747,15.703849,17.549349,17.599588,17.625801,17.626617,17.642555,17.664925,17.766306,17.799852,17.884724,17.710423,17.549301,17.918411,17.656782,16.170513,16.039106,17.974813,17.9984,18.0107,18.011734,18.01969,18.030445,18.073999,18.088709,18.127045,17.941538,17.763584,18.083292,17.874035,15.852773,15.76115,17.629601,17.669285,17.6905,17.690599,17.702616,17.719622,17.795317,17.821529,17.885489,17.706928,17.541807,17.88489,17.60885,15.281175,15.313404,17.089432,17.166044,17.202351,17.203978,17.227432,17.264685,17.43265,17.48575,17.64382,17.490252,17.344908,17.851913,17.693579,16.25103,16.104959,18.058357,18.076237,18.085596,18.086586,18.092705,18.100843,18.133091,18.143972,18.172531,17.98469,17.803345,18.11401,17.913988,14.710166,14.67289,14.714831,14.80087,15.239715,15.224082,15.407981,15.41413,16.250933,16.312914,16.336765,16.354898,16.410229,15.825402,16.501541,14.214276,14.178699,14.231904,14.350984,14.87532,14.859052,15.08789,15.099173,16.025822,16.106173,16.144463,16.166698,16.2311,15.594496,16.376617,15.062768,15.015608,15.05271,15.105384,15.48835,15.469551,15.614264,15.609297,16.487043,16.528782,16.534153,16.547892,16.599882,15.94775,16.605005,13.380767,13.353061,13.434145,13.625546,14.306089,14.289008,14.610781,14.633105,15.862121,15.980167,16.055302,16.085875,16.171186,15.422797,16.427301,13.977142,13.932025,13.995501,14.123899,14.717807,14.700088,14.961462,14.973004,16.195423,16.281425,16.322716,16.346659,16.42391,15.661566,16.600288,15.657487,15.629499,15.650249,15.685539,15.92976,15.917478,16.012138,16.011124,16.525396,16.555889,16.56052,16.571033,16.603689,16.203848,16.604822,14.971701,14.93322,14.970006,15.038403,15.431952,15.416407,15.576268,15.579004,16.383112,16.434761,16.45019,16.466036,16.516928,15.949654,16.57625,15.911147,15.891843,15.907691,15.939498,16.130981,16.12228,16.199009,16.200684,16.564449,16.591555,16.598076,16.607193,16.632368,16.348131,16.649126,15.163051,15.134518,15.162632,15.224036,15.546607,15.533778,15.66713,15.671864,16.206619,16.254295,16.272837,16.287281,16.327757,15.896604,16.386419,14.465175,14.411374,14.463573,14.54882,15.058758,15.040091,15.247627,15.249892,16.409067,16.471275,16.490242,16.508993,16.578533,15.817367,16.682169,11.175319,11.140288,11.200222,11.267558,11.28768,11.278347,13.542776,13.664088,15.872041,16.233871,16.236601,16.353228,16.479231,15.108711,16.568159,14.847029,14.624095,14.850773,14.861555,14.856669,14.849558,14.975589,14.972316,19.914865,19.928528,19.923487,19.934618,20.231768,17.762415,20.833141,10.812029,10.765959,10.83954,10.888075,10.898187,10.892897,13.969536,14.027014,16.16902,16.362938,16.354435,16.532341,16.654539,15.449627,16.967766,8.8540049,8.8469181,8.8789883,8.8854465,8.8951941,8.8938437,13.674951,13.754497,14.808016,15.004307,15.004822,15.253832,15.317498,14.567445,15.419796,10.813723,10.807168,10.826465,10.861165,10.895246,10.884175,12.724986,12.970172,14.908582,15.519837,15.535654,15.602658,15.712224,14.258188,15.41165,10.254601,10.251207,10.245599,10.079486,10.104527,10.095772,12.513545,12.847048,14.540196,15.135036,15.143927,15.236858,15.324257,13.885118,14.826305,14.737712,14.517773,14.741961,14.754035,14.751651,14.746583,14.941161,14.941014,19.867756,19.885984,19.878706,19.895184,20.191406,17.754583,20.823114,8.7583599,8.7570696,8.7730055,8.7005291,8.7122707,8.710474,13.369577,13.524634,14.507145,14.774424,14.776781,15.008654,15.065729,14.227136,14.953952,14.931726,14.693636,14.933008,14.936776,14.935833,14.934117,14.985149,14.984825,20.180294,20.185457,20.182825,20.187464,20.501915,17.963198,21.176823,11.411665,11.335076,11.427359,11.470038,11.470432,11.461203,14.291285,14.310843,16.850616,16.960228,16.939642,17.119411,17.267361,15.953296,17.748997,11.617656,11.535624,11.637305,11.678579,11.682804,11.677127,14.299365,14.324039,17.037592,17.151096,17.130009,17.296896,17.453239,16.056316,17.944527,14.028395,13.848871,14.038829,14.064703,14.065055,14.05884,14.765062,14.772911,19.137363,19.190315,19.172741,19.225607,19.483574,17.316088,20.091829,14.26945,14.079665,14.278613,14.305992,14.305967,14.299371,14.805443,14.812484,19.32444,19.374609,19.36071,19.399368,19.667385,17.420197,20.268446,14.053319,13.880219,14.064406,14.095658,14.092237,14.081217,14.783947,14.787796,19.01762,19.072086,19.058891,19.112749,19.363281,17.225164,19.923573,12.756997,12.653221,12.780334,12.852623,12.86047,12.850487,14.324329,14.362358,17.625957,17.790724,17.778946,17.873775,18.062685,16.342787,18.489937,14.578116,14.380132,14.586467,14.609645,14.603127,14.59143,14.916286,14.913417,19.481907,19.514051,19.507408,19.534075,19.806305,17.480553,20.349302,9.6160927,9.617281,9.5678291,9.0098839,9.0249767,9.0203485,12.233408,12.841702,14.273532,14.736994,14.741914,14.878996,14.935608,13.348962,13.928457,13.372795,13.225877,13.385863,13.419537,13.419659,13.411287,14.633214,14.64444,18.488131,18.562067,18.541618,18.629436,18.854738,16.92712,19.429605,13.716155,13.570582,13.732214,13.779267,13.773,13.754939,14.719964,14.723549,18.500862,18.575129,18.567945,18.639091,18.861416,16.898172,19.347479,14.630765,14.416236,14.636108,14.650051,14.648661,14.643969,14.912571,14.914101,19.775574,19.799143,19.789257,19.810965,20.102346,17.703793,20.739798,11.858634,11.772985,11.871068,11.919113,11.912453,11.894177,14.358589,14.373883,17.066685,17.177216,17.162069,17.32329,17.480932,16.078806,17.955076,12.701193,14.024564,15.248287,15.487102,15.633942,15.663231,15.762847,15.980766,17.026255,17.168873,17.674114,17.593311,17.50411,18.941563,19.166697,14.190084,15.189531,16.519228,16.694,16.80405,16.829638,16.910072,17.076214,17.867895,17.956827,18.481081,18.369705,18.26207,19.039616,19.144638,10.35756,13.858773,14.809063,15.152347,15.318036,15.351389,15.47944,15.844431,18.13315,18.19228,18.716085,18.675297,18.605631,19.47051,19.806583,13.820883,14.712714,16.038931,16.220383,16.340458,16.365063,16.447109,16.614323,17.373928,17.489176,17.984379,17.879478,17.776955,18.897715,19.033199,11.134856,12.38878,13.364529,13.608395,13.79365,13.837684,13.953186,14.211746,15.338609,15.567709,16.129826,16.087339,16.022017,19.422335,19.764051,9.2691584,13.48869,14.293842,14.652052,14.827618,14.870084,15.006869,15.436477,18.107227,18.152496,18.703327,18.675825,18.604788,19.700035,20.085825,10.624992,13.559183,14.531812,14.875541,15.050939,15.089205,15.220244,15.567053,17.540445,17.657059,18.205643,18.162796,18.08947,19.276136,19.632729,9.8198938,15.128814,16.031391,16.232256,16.336452,16.356758,16.435108,16.846729,20.063885,19.858955,20.306454,20.253147,20.185715,20.627495,20.757931,9.8032551,14.047916,14.939786,15.282684,15.440891,15.470733,15.596574,15.992929,18.696707,18.691633,19.191746,19.157391,19.095074,19.758234,20.084717,14.013337,15.392786,16.675241,16.859838,16.967834,16.993868,17.075872,17.263126,18.265247,18.325571,18.876207,18.769821,18.663427,19.2609,19.362656,11.12009,13.454877,14.483661,14.807246,14.983257,15.021941,15.148174,15.460318,17.101444,17.252817,17.805025,17.755453,17.67979,19.140978,19.484348,10.45007,12.818727,13.738297,14.07297,14.267342,14.31894,14.454762,14.799923,16.478436,16.673872,17.266865,17.231808,17.161741,19.257488,19.660404,14.419091,15.69278,16.963537,17.141272,17.243876,17.270088,17.348631,17.523518,18.454617,18.509108,19.107323,18.997833,18.88658,19.381559,19.462957,8.8482399,13.941714,14.716612,15.072891,15.232877,15.26473,15.396454,15.848563,19.024178,18.975412,19.468107,19.447386,19.393553,20.050297,20.410139,11.357255,14.008088,15.077841,15.383308,15.541104,15.572665,15.689279,15.995981,17.794676,17.884691,18.405569,18.347939,18.269678,19.249426,19.535837,12.380234,13.504706,14.683844,14.913287,15.0697,15.100878,15.201783,15.417142,16.394764,16.566973,17.075975,17.004244,16.922041,19.026653,19.277811,12.629313,15.150127,16.32967,16.539057,16.652481,16.67662,16.76178,17.018576,18.684464,18.683611,19.190514,19.103481,19.009703,19.553303,19.682146,13.953413,14.631838,15.971592,16.130983,16.247213,16.269657,16.345827,16.496109,17.146399,17.267094,17.751808,17.644339,17.541712,18.871798,18.994139,11.360702,12.952081,13.988644,14.269724,14.450459,14.491575,14.61092,14.884264,16.147123,16.348772,16.906799,16.856701,16.784245,19.177864,19.516497,9.7087097,14.699401,15.592538,15.843006,15.967502,15.991031,16.085876,16.494835,19.569294,19.432531,19.897234,19.852839,19.788544,20.336805,20.535263,9.8404369,13.222529,14.085834,14.443357,14.628868,14.676171,14.815132,15.209387,17.431818,17.549694,18.121433,18.090549,18.018972,19.437502,19.837059,12.507136,13.237334,14.420961,14.598617,14.747416,14.775323,14.865268,15.047967,15.849353,16.026003,16.509541,16.437729,16.358553,19.168316,19.388712,9.3361158,13.635002,14.454302,14.814648,14.986244,15.024798,15.160588,15.585717,18.307636,18.337393,18.873203,18.845112,18.776783,19.718555,20.095076,12.829467,13.850288,15.088118,15.30144,15.446472,15.474614,15.568697,15.766097,16.660307,16.81521,17.309452,17.227142,17.138769,18.944887,19.158642,13.616263,14.055922,15.389503,15.515649,15.63306,15.652628,15.72185,15.856121,16.430601,16.563303,17.001438,16.902069,16.807072,18.9182,19.040058,11.23277,13.199306,14.23208,14.54012,14.720201,14.76102,14.885267,15.180984,16.630526,16.811312,17.371117,17.321516,17.247028,19.126642,19.4736,12.149858,13.551247,14.704847,14.961984,15.123545,15.156652,15.264327,15.502432,16.624029,16.792862,17.315439,17.247662,17.166077,19.014633,19.288197,12.513358,14.794176,15.981034,16.210283,16.335936,16.361696,16.454094,16.707781,18.254835,18.295784,18.797846,18.71468,18.623419,19.342434,19.509787,12.775873,14.466884,15.692951,15.932947,16.0695,16.09716,16.194618,16.424068,17.650297,17.750586,18.255205,18.170481,18.077995,19.050705,19.24799,11.787546,12.736806,13.811249,14.019266,14.187308,14.222755,14.326138,14.54378,15.498327,15.703554,16.22217,16.165651,16.095242,19.336494,19.618912,11.987452,13.855033,14.995657,15.278114,15.437156,15.469622,15.581583,15.844704,17.204975,17.343243,17.867329,17.800486,17.71755,19.034922,19.310493,10.322123,12.344818,13.222807,13.542661,13.746861,13.808367,13.945529,14.289442,15.789637,16.028433,16.643892,16.614563,16.548504,19.319426,19.742262,12.798079,14.199788,15.433394,15.671935,15.814699,15.843309,15.941873,16.160444,17.238014,17.368031,17.872242,17.788691,17.697472,18.950233,19.163673,12.102716,12.063725,12.045308,12.222796,13.964947,13.921065,14.543225,14.533735,14.374342,14.504875,14.523719,14.568813,14.582209,14.018979,14.023385,7.452384,7.6057653,7.686717,8.2408972,9.8373137,9.8304071,12.384446,12.500333,12.334952,12.779304,13.05478,13.206811,13.272393,13.129313,13.228881,3.8936641,3.7866337,3.7426465,3.7863975,11.492699,11.479501,11.720098,11.715003,11.263626,11.296602,11.157073,11.164753,11.164728,10.99405,10.985952,7.8346009,7.8407092,7.846663,8.1392097,10.765071,10.746448,12.977037,13.01767,12.768799,13.03919,13.107213,13.219122,13.242628,12.958908,12.996959,7.2541332,7.4486055,7.5512195,8.1463079,9.4659977,9.4622955,12.180566,12.326403,12.178139,12.616924,12.956188,13.133217,13.216495,13.13938,13.252844,8.6038408,8.6900988,8.7519932,9.2238827,11.273743,11.2546,12.937155,13.01432,12.842746,13.1995,13.416597,13.521381,13.57178,13.340849,13.432796,6.9541121,7.1781769,7.2993445,7.8839812,8.9103746,8.9090137,11.897128,12.081079,11.945564,12.336368,12.735456,12.949463,13.056242,13.062737,13.18495,7.5713658,7.6324039,7.6646967,8.0553341,10.188732,10.176679,12.751584,12.817883,12.598692,12.958108,13.095088,13.226896,13.262627,13.030833,13.090791,8.6427193,8.6511908,8.6611166,8.9787779,11.524878,11.50123,13.166446,13.206669,12.984318,13.252833,13.338191,13.429338,13.456312,13.133588,13.178586,11.73636,11.802246,11.863481,12.27494,13.606009,13.580969,14.275044,14.322408,14.206709,14.438623,14.626711,14.700536,14.738329,14.472036,14.5709,13.223931,13.171029,13.144158,13.252798,14.643209,14.583712,14.985555,14.94795,14.814013,14.89565,14.891358,14.919538,14.926139,14.184072,14.159855,8.438015,8.4771481,8.5049353,8.8819571,11.233045,11.2128,13.023438,13.078841,12.871476,13.184299,13.314022,13.414897,13.449457,13.167892,13.228818,8.7752972,8.7357349,8.7187777,8.9462862,11.922737,11.892691,13.287455,13.304727,13.054774,13.254456,13.275646,13.34936,13.366241,12.974425,12.994143,11.538867,11.451239,11.410398,11.506812,13.859575,13.779941,14.231716,14.171125,13.972728,14.051721,14.018154,14.043773,14.0482,13.081328,13.034956,7.4955001,7.7120347,7.8486509,8.4958096,9.867857,9.8591452,12.028298,12.187381,12.071358,12.516356,12.951617,13.113412,13.221913,13.18871,13.333096,12.089905,12.127222,12.161659,12.509213,13.875772,13.848726,14.516526,14.549618,14.425942,14.626519,14.754935,14.824849,14.855612,14.524446,14.594013,11.328491,11.400383,11.466869,11.894592,13.355704,13.329771,14.124389,14.177353,14.056485,14.309793,14.515312,14.591657,14.63372,14.364697,14.468454,11.26925,11.267756,11.273491,11.549114,13.37913,13.34576,14.18314,14.202197,14.040526,14.233973,14.30884,14.371604,14.3955,13.968216,14.006761,7.8676782,8.0544405,8.1813059,8.808362,10.38096,10.368415,12.298518,12.433103,12.308804,12.747125,13.144828,13.283886,13.377624,13.296065,13.437375,11.090525,11.033362,11.006342,11.174381,13.441201,13.394722,14.124931,14.112131,13.915719,14.050156,14.052478,14.097892,14.109725,13.516282,13.513567,11.2701,11.300047,11.328897,11.670427,13.339838,13.310461,14.155625,14.190267,14.045573,14.268438,14.394534,14.464563,14.496346,14.13816,14.202044,10.658298,10.689331,10.718818,11.071265,12.924904,12.896055,13.881686,13.920697,13.763086,14.005595,14.13721,14.210649,14.243934,13.892999,13.957705,9.6700563,9.7734528,9.8625574,10.365147,12.136938,12.113428,13.315175,13.392939,13.258315,13.589753,13.864764,13.956858,14.014667,13.79865,13.91967,3.0943561,3.0030606,2.9662702,3.0049491,11.23949,11.23267,11.480733,11.482457,11.01385,11.044907,10.897079,10.904135,10.903816,10.815523,10.812907,10.140392,10.208185,10.267052,10.698646,12.518886,12.493173,13.595079,13.654075,13.507151,13.796952,13.998642,14.081676,14.12652,13.846219,13.939739,7.8536525,8.0048828,8.100009,8.672843,10.398796,10.38666,12.461354,12.575822,12.425754,12.855503,13.166525,13.300078,13.372532,13.231835,13.347199,9.2108021,9.2436819,9.2712622,9.6403828,11.890986,11.86644,13.299068,13.347899,13.15671,13.442369,13.573067,13.660262,13.694634,13.380142,13.442476,8.3675337,8.5350971,8.6632471,9.2727509,10.947372,10.93048,12.563355,12.681722,12.559172,12.973503,13.362638,13.483804,13.570879,13.464641,13.612079,11.114002,11.100342,11.098208,11.351627,13.304643,13.269516,14.124779,14.13854,13.966437,14.151503,14.209556,14.269929,14.291208,13.838551,13.868473,6.2404809,6.1114607,6.0563154,6.1358657,12.037859,12.006114,12.424067,12.408126,12.028321,12.094233,11.985688,12.002217,12.003999,11.600991,11.582796,2.7036402,2.6186261,2.5841398,2.6091676,11.228218,11.223409,11.366225,11.366379,10.884512,10.902289,10.748302,10.751611,10.750957,10.688269,10.685728,7.8538918,8.0876122,8.2672977,8.9525824,10.337555,10.323229,12.01398,12.172644,12.085792,12.528389,13.068897,13.212728,13.345339,13.362102,13.546251,9.8116646,9.8514032,9.8860178,10.26564,12.320222,12.2939,13.513688,13.562119,13.390087,13.665768,13.812691,13.894359,13.930927,13.610191,13.67977,8.8539028,8.9189072,8.9674397,9.3998423,11.531495,11.510252,13.088186,13.153949,12.974749,13.303767,13.486474,13.583899,13.627597,13.364407,13.445314,8.1188736,8.2437525,8.3264217,8.8621044,10.736164,10.721254,12.643025,12.741896,12.582676,12.987487,13.261743,13.382875,13.446,13.270107,13.377291,6.0916939,5.9760571,5.9249067,6.0167651,11.78463,11.75836,12.415979,12.409667,12.02991,12.1113,12.017397,12.046268,12.05048,11.72574,11.716807,8.1292477,8.3312674,8.4872103,9.1417294,10.670424,10.654736,12.310834,12.449018,12.345067,12.777441,13.244721,13.37645,13.484693,13.44021,13.608448,9.2390108,9.3256683,9.3949709,9.8688231,11.812703,11.790402,13.175929,13.249385,13.093873,13.428329,13.660524,13.755606,13.807449,13.567914,13.668867,9.6262856,9.615263,9.6150179,9.8947086,12.33478,12.304657,13.536489,13.56213,13.353563,13.577926,13.641995,13.715087,13.738355,13.345376,13.380658,10.548335,10.431458,10.377136,10.448464,13.569641,13.484569,13.856787,13.786223,13.542245,13.603238,13.546179,13.566516,13.570113,12.561749,12.504307,3.8528733,3.7489433,3.7070355,3.7609308,11.393673,11.381927,11.703795,11.703414,11.255916,11.299545,11.161029,11.171193,11.171327,11.018258,11.01302,13.585806,13.555247,13.539689,13.686642,14.844785,14.802827,15.211281,15.195716,15.080776,15.175764,15.190792,15.228193,15.238699,14.694756,14.694744,2.7686901,2.6843352,2.6473622,2.6782,11.12517,11.120438,11.386425,11.389747,10.913591,10.942527,10.796295,10.8052,10.805493,10.746385,10.745506,4.5022984,4.3868837,4.3372202,4.3853807,11.646562,11.628577,11.90932,11.900079,11.46336,11.500842,11.372222,11.383137,11.384152,11.156926,11.145837,10.640297,10.728958,10.810216,11.277243,12.869302,12.84374,13.78371,13.848248,13.724435,14.013123,14.259105,14.340999,14.390793,14.147489,14.264628,12.443991,12.433119,12.431162,12.661645,14.140706,14.105114,14.715475,14.721122,14.5834,14.732578,14.782196,14.83666,14.855508,14.38878,14.414593,11.999207,11.974106,11.9639,12.17346,13.876602,13.837387,14.506068,14.506508,14.351084,14.499388,14.535604,14.586817,14.603585,14.095934,14.112563,10.77047,10.737898,10.72455,10.946682,13.14839,13.110586,13.996482,14.002546,13.811042,13.983392,14.017134,14.074191,14.091739,13.603453,13.621273,7.8457084,7.930161,7.9795136,8.431654,10.494975,10.481319,12.713031,12.791718,12.597586,12.980521,13.166114,13.289201,13.33447,13.114038,13.191177,8.2554722,8.3473759,8.4084396,8.8865423,10.931187,10.914472,12.802073,12.88363,12.706457,13.081177,13.297415,13.41017,13.461013,13.24225,13.331868,7.59519,7.7039542,7.762414,8.2483692,10.1149,10.104865,12.574491,12.665284,12.478259,12.893235,13.104274,13.2408,13.291543,13.098071,13.180895,12.495327,12.423908,12.388474,12.478586,14.19836,14.09677,14.412416,14.328058,14.180786,14.252165,14.231489,14.250929,14.255652,13.035111,12.976809,7.3755741,7.2968245,7.2601876,7.4169879,11.523113,11.494199,12.871363,12.87918,12.563719,12.713053,12.677358,12.742338,12.751887,12.403113,12.407423,7.6952634,7.7293067,7.7489033,8.0918493,10.458797,10.44371,12.864868,12.918579,12.685,13.002061,13.105108,13.227532,13.257035,13.001108,13.050736,8.0386229,8.0949373,8.1299858,8.5328341,10.78596,10.769378,12.858051,12.922692,12.715583,13.059845,13.207127,13.320388,13.358193,13.106684,13.172452,9.6630077,9.5813894,9.5434008,9.6939297,12.816132,12.77131,13.596439,13.582668,13.332417,13.461627,13.437144,13.481738,13.491114,12.922451,12.913743,12.319481,12.331092,12.344822,12.631181,14.052833,14.022104,14.665329,14.684488,14.553226,14.726828,14.81042,14.873606,14.898082,14.499392,14.545152,13.160377,13.157859,13.160152,13.39825,14.609601,14.577848,15.077102,15.083076,14.965666,15.098902,15.148468,15.206074,15.22463,14.791264,14.820306,8.6716938,8.8041229,8.9061737,9.461607,11.273509,11.254712,12.813986,12.912695,12.773793,13.159828,13.477702,13.58777,13.657685,13.493491,13.62089,8.4957924,8.3538847,8.2904959,8.3477163,12.929805,12.865825,13.166849,13.113452,12.791336,12.838245,12.74861,12.763506,12.765728,12.000931,11.954426,7.6787562,7.8596735,7.9719758,8.5830278,10.14499,10.134814,12.281981,12.415254,12.279212,12.722692,13.084311,13.230377,13.316417,13.219499,13.346898,8.0088892,8.1127605,8.1776638,8.6725378,10.64783,10.63339,12.686331,12.774734,12.598351,12.993075,13.220522,13.341368,13.394914,13.192914,13.284396,7.4945941,7.8143325,7.9164639,7.9100218,8.8915081,8.9369678,9.7010231,9.789155,10.602179,11.751195,12.060994,12.098658,12.295556,11.9368,12.742523,7.1582851,7.5537262,7.6741247,7.7277813,8.4439564,8.5415392,9.1599665,9.2694893,10.02319,12.604522,13.021121,13.066437,13.287676,12.9719,13.806066,7.2906752,7.8495855,7.9635525,8.0250788,8.8291359,8.8655405,9.4871969,9.6122417,10.204042,12.572392,12.9234,12.981647,13.178311,12.966137,13.6902,6.0550027,6.2576299,6.364974,6.3892174,7.098999,7.312541,7.9378614,7.9881067,8.9473724,10.229294,10.571998,10.601467,10.977023,10.502577,11.315664,7.413949,7.9497585,8.0662823,8.1370115,8.8513393,8.890666,9.4634638,9.6201382,10.180105,14.056765,14.409922,14.466601,14.643673,14.418554,15.134955,7.1141496,7.4965634,7.6107764,7.6818614,8.2469769,8.3148613,8.7988644,8.9872408,9.5019922,16.030809,16.372084,16.419569,16.611706,16.324549,17.056732,8.1001358,8.2753944,8.3545675,8.2890196,9.5212402,9.5403357,10.317475,10.394805,11.379222,12.175578,12.397082,12.419401,12.588462,12.09482,12.968527,7.4885716,7.6409988,7.6982603,7.6176782,8.8759794,8.8800287,9.6455336,9.7157335,10.567701,11.353271,11.536749,11.553268,11.753173,11.296823,12.082388,7.1815448,7.3900228,7.4998851,7.4921398,8.3889465,8.5272675,9.214406,9.2725201,10.302145,11.257857,11.575064,11.599507,11.868443,11.392828,12.26146,7.0663142,7.2615366,7.3729057,7.3647881,8.2236996,8.3761597,9.0256214,9.070529,10.130946,11.011603,11.326744,11.344687,11.628465,11.13635,12.001485,6.2435656,6.521769,6.6380215,6.7148218,7.2002788,7.3321543,7.7693186,7.8923349,8.5081158,13.853762,14.31107,14.34708,14.615632,14.277647,15.220989,6.6687469,7.0021458,7.1207409,7.1845827,7.7946615,7.9251347,8.4683266,8.577508,9.3001328,12.892867,13.328711,13.36882,13.634808,13.285703,14.13617,6.600832,6.873817,6.9851437,7.0150418,7.7393918,7.8989539,8.5308723,8.5937767,9.4805393,11.104541,11.500126,11.532174,11.835008,11.420315,12.260289,7.1027961,7.4999084,7.6209784,7.6850891,8.3456011,8.4396248,9.0125809,9.1410236,9.8338089,13.405319,13.82224,13.86881,14.086006,13.780652,14.603597,6.1822071,6.2814975,6.3178673,6.2401838,7.531229,7.5296798,8.184866,8.2506285,8.9371233,9.5671263,9.6931973,9.7012339,9.9584351,9.6069479,10.287681,8.4330168,8.6234407,8.7206583,8.6696539,9.865139,9.8965216,10.654651,10.734174,11.803161,12.579546,12.829576,12.855744,13.006809,12.505192,13.439329,6.780901,7.0984097,7.1943393,7.1924906,8.2183018,8.2476559,8.9897194,9.071846,9.7401676,10.766454,11.049466,11.090712,11.320971,11.033956,11.756989,6.6909785,7.0143361,7.1303678,7.1796942,7.8511691,7.9922152,8.5866756,8.6707344,9.4739008,11.889128,12.315842,12.353143,12.632533,12.260559,13.104544,7.5709095,7.8617415,7.9672542,7.9594593,8.9222012,8.9882126,9.7423229,9.8273258,10.71172,11.851272,12.173571,12.208499,12.408545,12.016321,12.859417,5.8363147,6.0860868,6.1859155,6.2604365,6.5350628,6.5478039,6.7753992,6.9004498,7.240952,14.660954,15.124658,15.154705,15.105891,15.054019,17.037853,7.2065234,7.3375669,7.3869801,7.3030748,8.5955086,8.5959997,9.334281,9.4029045,10.222965,10.956927,11.121243,11.135424,11.351185,10.912532,11.677387,5.3960333,5.633275,5.7312298,5.7958326,6.0892587,6.1219773,6.3688087,6.4501004,6.8604431,12.469981,12.958279,12.985225,12.978198,12.896066,14.972339,5.2748871,5.4683676,5.5660105,5.611825,6.1495523,6.3765979,6.8866687,6.922648,7.7463994,10.044335,10.454943,10.477216,10.914197,10.416345,11.179735,6.3390832,6.4940896,6.5930319,6.5871773,7.3690748,7.5616951,8.182395,8.2059298,9.2550077,10.135481,10.431066,10.442585,10.813639,10.267057,11.046329,8.196579,8.3941059,8.4873314,8.4367561,9.6037941,9.6381149,10.404018,10.482892,11.501661,12.326144,12.579808,12.605233,12.768837,12.28441,13.186812,7.4035358,7.6417065,7.7513542,7.743536,8.6759043,8.7858028,9.5058632,9.578371,10.559992,11.597358,11.921032,11.951151,12.185327,11.743793,12.618451,6.3674307,6.4627542,6.4995885,6.4191957,7.7534456,7.7551527,8.4257908,8.495389,9.2233934,9.8508139,9.969182,9.976862,10.229933,9.8520794,10.557558,8.3623362,8.4965868,8.5660563,8.486289,9.8439751,9.8521519,10.630652,10.707577,11.760202,12.465054,12.645591,12.666391,12.828221,12.280055,13.185238,7.3239632,7.6712503,7.7861629,7.8092151,8.6538563,8.7415848,9.443161,9.5336847,10.369896,11.875861,12.249299,12.290171,12.506899,12.157427,12.997732,7.3310761,7.7158618,7.8328567,7.8668275,8.6807508,8.763299,9.446413,9.5443916,10.341509,12.08606,12.47173,12.515784,12.726676,12.401566,13.232141,7.8858132,8.1099176,8.2148838,8.1864958,9.2288246,9.2980795,10.040689,10.116785,11.124896,12.038339,12.333536,12.361034,12.549994,12.092837,12.990691,7.6212993,7.9002695,7.993053,7.9658852,9.008172,9.0426273,9.8296299,9.9133978,10.752356,11.78721,12.065502,12.097407,12.287066,11.892748,12.699261,7.764967,7.9591341,8.0322275,7.9671278,9.1488667,9.1644287,9.9544764,10.029772,10.917824,11.783337,12.004457,12.025846,12.20887,11.750307,12.564698,7.3940783,7.7950764,7.9078679,7.9329534,8.8140793,8.8701458,9.5836573,9.6821671,10.441851,11.942065,12.29571,12.34155,12.542065,12.236111,13.035585,7.6640921,7.8982353,7.9779162,7.927669,9.0425158,9.0628138,9.861577,9.9397316,10.785899,11.726405,11.966852,11.992248,12.179362,11.753291,12.549916,5.3363633,5.5193796,5.6087661,5.6389551,6.2007899,6.4227576,6.9431086,6.9541559,7.8038526,9.640295,10.032733,10.048181,10.492255,9.9681625,10.685363,6.0918732,6.1982145,6.2274585,6.1424956,7.3672628,7.3562222,8.006938,8.061841,8.6909342,9.3615932,9.5006161,9.5130119,9.7720556,9.4394617,10.085222,6.3053503,6.5608253,6.66679,6.7504048,7.0544324,7.0829463,7.3376207,7.5180387,7.8341498,16.943916,17.366512,17.405251,17.438835,17.334797,18.818886,7.4724655,7.734643,7.8160343,7.7761893,8.8622265,8.8806753,9.6791887,9.7582788,10.547205,11.519288,11.760299,11.788802,11.986386,11.596157,12.364427,7.96387,8.1741524,8.2627296,8.2130594,9.3488693,9.3826237,10.160811,10.239511,11.195558,12.079685,12.335126,12.360358,12.535217,12.07165,12.935,7.4152374,7.7693257,7.8768392,7.8850479,8.8224249,8.8734198,9.6162138,9.7080688,10.495424,11.766251,12.096835,12.138585,12.339665,12.007481,12.809381,7.4524779,7.6364603,7.6980228,7.6247759,8.8184023,8.8228865,9.609971,9.6798325,10.491097,11.347699,11.542683,11.561264,11.759762,11.321074,12.08435,7.5925202,7.849442,7.9555855,7.9421635,8.9139576,8.9943953,9.7397757,9.8192549,10.761752,11.82026,12.137545,12.169165,12.376578,11.952971,12.818769,6.3201513,6.593864,6.7100763,6.7936978,7.220438,7.3189249,7.6954994,7.8449864,8.3581905,15.127444,15.581389,15.620817,15.825592,15.559132,16.626341,5.0567579,5.2406406,5.3405848,5.4002156,5.8440371,6.0514803,6.4763303,6.5287824,7.2365131,10.925883,11.364476,11.383193,11.796621,11.324512,12.199277,6.8664393,7.0006037,7.0438261,6.9580374,8.2059593,8.2009974,8.9282923,8.9891539,9.7257147,10.483267,10.643648,10.657511,10.886335,10.480775,11.193892,7.0288901,7.2626753,7.3746443,7.3794875,8.2432413,8.3881044,9.0829792,9.1512098,10.132038,11.237248,11.573533,11.605244,11.87935,11.434908,12.297529,8.3360004,8.4911585,8.5686541,8.4974918,9.7944145,9.8084469,10.584029,10.66172,11.702495,12.440797,12.645003,12.667308,12.827342,12.300797,13.204989,7.1081195,7.4738131,7.592145,7.6351976,8.382041,8.4895401,9.1327744,9.2274637,10.029882,12.092827,12.502392,12.544419,12.778616,12.439209,13.28147,5.6951456,5.9313669,6.0423436,6.1175036,6.5148525,6.635787,6.994031,7.0950742,7.654048,13.12294,13.595461,13.628065,13.844855,13.56881,14.851609,7.8065176,8.047492,8.1444445,8.112175,9.1667824,9.2176065,9.9887018,10.069115,11.004717,11.977915,12.263597,12.292374,12.478185,12.040866,12.898813,8.1263895,8.3349447,8.4329329,8.3897829,9.5156927,9.5597553,10.319057,10.397687,11.413961,12.266026,12.534827,12.561158,12.729514,12.255902,13.159316,7.5159168,7.7890062,7.8969216,7.8906536,8.8357916,8.9192352,9.6601906,9.7415304,10.66249,11.78577,12.113935,12.147519,12.358759,11.950178,12.809416,8.0174856,8.2308502,8.3259201,8.2826157,9.3980055,9.4412622,10.208031,10.286767,11.273224,12.154742,12.423135,12.449409,12.623436,12.157962,13.042266,6.195209,6.4612503,6.5695124,6.6132073,7.2440724,7.4220476,7.991797,8.0496817,8.8828449,11.095812,11.517291,11.546867,11.888739,11.460083,12.278825,6.4205594,6.7235484,6.8404088,6.9097252,7.4619074,7.6009927,8.0980301,8.2111359,8.8942413,13.237737,13.681437,13.719003,14.001306,13.641822,14.510769,5.5705142,5.8084869,5.9151783,5.9873481,6.3384318,6.4195747,6.7282033,6.8212953,7.3148737,12.834713,13.316738,13.34739,13.460253,13.279662,14.916189,6.8164754,7.1270747,7.2415609,7.3268189,7.7752175,7.8448577,8.231741,8.4335423,8.8686657,17.009806,17.420734,17.463955,17.640266,17.387047,18.229601,7.7947836,7.9659443,8.034564,7.9621148,9.1939831,9.2057734,9.9860191,10.060305,10.969294,11.78283,11.989042,12.008664,12.192284,11.719135,12.543147,5.7906032,5.998384,6.0953918,6.1228728,6.7486553,6.9553628,7.5213857,7.5476174,8.4311399,10.073833,10.464581,10.485334,10.882532,10.39281,11.159665,7.0002179,7.3452101,7.4556742,7.5290041,8.0363684,8.1041956,8.5406704,8.7471704,9.1998863,17.011988,17.356802,17.402157,17.593622,17.306726,18.029121,7.0128121,7.2874961,7.4012995,7.4182549,8.2392511,8.3730783,9.0585747,9.1327362,10.052596,11.379675,11.745109,11.779811,12.042283,11.635654,12.494925,7.2341356,7.5011425,7.6133351,7.6193843,8.4980068,8.6147175,9.3252335,9.4017916,10.338162,11.531449,11.878079,11.912116,12.154758,11.741438,12.605204,7.7428613,7.9590473,8.0370626,7.980679,9.1214056,9.1413546,9.9365797,10.013733,10.888103,11.797248,12.032687,12.056372,12.239731,11.795844,12.606211,7.6601939,7.8808484,7.9971046,7.9827704,8.9326134,9.0412703,9.7291346,9.7938013,10.850914,11.732991,12.05018,12.074655,12.290226,11.830121,12.74561,7.0752029,7.2340488,7.284349,7.203229,8.4215136,8.4173508,9.1776857,9.2399721,9.9880314,10.802756,10.971573,10.987471,11.20574,10.788572,11.510298,8.068821,8.2863827,8.3921328,8.3590269,9.4353437,9.4953928,10.236821,10.313876,11.347015,12.212989,12.500701,12.527797,12.702436,12.236704,13.152608,7.551331,7.8497233,7.9465203,7.9287009,8.9453487,8.9835863,9.7620735,9.8477898,10.67,11.748976,12.039869,12.074522,12.267837,11.891911,12.694932,8.3073654,8.4902887,8.5794468,8.5217266,9.7371864,9.7631292,10.532001,10.610847,11.64713,12.432717,12.669898,12.694523,12.852822,12.351313,13.261132,6.5947614,6.7030149,6.7433181,6.6617327,7.9677067,7.9660773,8.6539783,8.7208872,9.4628019,10.12795,10.266459,10.2767,10.519679,10.13128,10.847239,7.7789698,8.00072,8.1126118,8.0926437,9.0852165,9.1770239,9.8899956,9.960247,11.000667,11.897715,12.20638,12.23263,12.43613,11.975978,12.887265,6.98279,7.1024513,7.1477699,7.0639472,8.3711777,8.3705187,9.0891018,9.1572514,9.9514256,10.653374,10.805787,10.81832,11.045177,10.623292,11.371871,7.2730451,7.5630302,7.6496553,7.6240506,8.6833582,8.7040424,9.4902143,9.5711098,10.315255,11.314283,11.56446,11.597432,11.804998,11.452196,12.202877,7.9669094,8.1602316,8.2413664,8.1815071,9.3639984,9.3874464,10.169417,10.246861,11.195613,12.043478,12.278304,12.301397,12.475589,12.002139,12.856545,4.5323057,4.6783934,4.7678885,4.8171091,5.2569175,5.4964042,5.9300594,5.9559207,6.7080779,9.5140295,9.9245577,9.9379082,10.426198,9.886445,10.623892,7.3981123,7.7169642,7.8289437,7.8396859,8.7291746,8.8129082,9.5365744,9.6235151,10.488809,11.804249,12.158112,12.196431,12.410035,12.040367,12.885313,6.5048485,6.7262363,6.8379517,6.8563299,7.635232,7.8221059,8.4803295,8.5413723,9.5144339,10.720125,11.064926,11.097588,11.426953,10.971584,11.812512,6.4202538,6.6032662,6.7120981,6.719882,7.5187025,7.7185011,8.3741798,8.424798,9.4511375,10.456832,10.772573,10.800599,11.153667,10.655972,11.478458,6.9213934,7.289989,7.3930755,7.4055319,8.3788643,8.4114723,9.1370525,9.224328,9.8901663,11.055976,11.361181,11.407825,11.634698,11.3646,12.097452,7.0441289,7.3712406,7.4871883,7.5190372,8.293457,8.4124012,9.0746012,9.1573706,10.007834,11.702095,12.098276,12.136644,12.384774,12.017324,12.866401,5.3910718,5.6000481,5.7029867,5.7581205,6.2737899,6.4871178,6.9759364,7.0287619,7.8065486,10.767592,11.200756,11.225171,11.637091,11.164619,11.976583,7.6638803,7.8953824,8.0025263,7.9834867,8.9731474,9.0606699,9.7940359,9.8681746,10.862664,11.830687,12.139602,12.168023,12.377337,11.92828,12.814183,6.3321581,6.5289979,6.6396098,6.6559873,7.4365578,7.6438503,8.295249,8.352211,9.3565569,10.456651,10.786239,10.819712,11.176621,10.696178,11.522135,6.7224717,6.9897742,7.1024647,7.1269846,7.888021,8.0434961,8.6972218,8.7638054,9.674098,11.130545,11.51104,11.544034,11.836079,11.420952,12.270892,7.0419564,7.4725242,7.5814352,7.6096611,8.5294781,8.5648222,9.2651129,9.3598404,10.012136,11.385936,11.709554,11.760125,11.979023,11.72898,12.464145,7.3504338,7.849854,7.9630361,8.0054455,8.8610935,8.8998098,9.5769835,9.6864319,10.3457,12.09794,12.435849,12.487991,12.684669,12.436909,13.186768,6.5712662,6.8226051,6.9264412,7.0091968,7.3357944,7.3781018,7.6538601,7.8773122,8.1597261,18.652294,19.053045,19.103905,19.220951,19.062937,20.134169,4.8399997,5.0129938,5.1124215,5.1731892,5.5753937,5.7712235,6.1570024,6.2097421,6.8729911,10.79903,11.236952,11.257277,11.638609,11.207582,12.217661,7.8317556,7.9636521,8.023097,7.9399529,9.278862,9.2841749,10.04941,10.123766,11.070686,11.792568,11.963754,11.980827,12.168707,11.667867,12.509192,5.5718536,5.7490077,5.84447,5.8669882,6.4948006,6.7231035,7.2962022,7.3245192,8.2463045,9.6283226,9.9917336,10.012756,10.430537,9.9253511,10.685113,7.3841147,7.6223812,7.6960902,7.6460862,8.7623634,8.774456,9.5721331,9.6468658,10.421328,11.351871,11.571126,11.5963,11.800809,11.404479,12.157986,7.7303243,7.9895067,8.0841341,8.0537844,9.100996,9.1436663,9.9248724,10.007308,10.896759,11.907783,12.191183,12.221363,12.407752,11.989745,12.823254,7.341363,7.553164,7.6189647,7.5569687,8.706213,8.712368,9.5069895,9.5780182,10.349327,11.244699,11.446156,11.467611,11.673091,11.262662,12.007168,7.7757196,7.9229751,7.9855742,7.9063773,9.1979198,9.2052279,9.9737844,10.047552,10.970318,11.728114,11.913974,11.931818,12.119741,11.635114,12.464409,7.2980199,7.7421932,7.858161,7.9285498,8.5557117,8.6097889,9.1350536,9.3144808,9.8512373,15.354481,15.700486,15.751222,15.930339,15.665971,16.385138,7.9055972,8.1310854,8.2270327,8.1888914,9.272851,9.3208179,10.089515,10.168691,11.131335,12.05591,12.33302,12.360275,12.540915,12.088312,12.959595,7.4250946,7.9002428,8.0200653,8.0775347,8.8309879,8.8929567,9.5233088,9.6496172,10.338159,12.988351,13.378723,13.430794,13.61921,13.350341,14.142818,7.863853,8.0813026,8.1664753,8.1159554,9.2441168,9.2735872,10.06018,10.138895,11.058124,11.966717,12.21827,12.243395,12.422006,11.969558,12.810144,7.4272332,7.8666596,7.9832983,8.0227308,8.8481388,8.9092159,9.5918913,9.699399,10.439929,12.280561,12.65415,12.702613,12.898171,12.607497,13.40946,6.8376651,7.1670637,7.2818351,7.3591676,7.8644695,7.9494462,8.3897982,8.5709467,9.0817299,16.057991,16.460894,16.504539,16.714113,16.416376,17.21859,11.749266,12.233953,13.15617,13.668918,13.994911,14.17529,14.387855,14.625074,15.207237,15.661937,16.776348,16.769567,16.770153,17.925756,19.603224,12.608337,12.990022,13.773183,14.355796,14.669413,14.767857,14.971785,15.193086,15.679674,16.079533,17.404875,17.433903,17.475365,18.187593,22.919649,12.185018,12.613321,13.480578,14.067603,14.410395,14.462436,14.68588,14.905622,15.481005,15.890934,17.147055,17.170364,17.208168,17.944656,21.053848,12.066128,12.533015,13.497574,14.001067,14.31497,14.403208,14.605261,14.824157,15.414129,15.836899,16.869801,16.857683,16.856958,17.879669,19.33707,12.092894,12.54062,13.454221,14.028321,14.376492,14.416355,14.645044,14.859081,15.472598,15.877455,17.035982,17.047741,17.076382,17.823088,20.038176,11.878868,12.353006,13.309319,13.793844,14.10373,14.260113,14.462152,14.68715,15.267951,15.703822,16.723482,16.711153,16.703362,17.902849,19.272808,12.167341,12.621554,13.57367,14.1172,14.451789,14.493052,14.712412,14.921514,15.536732,15.935197,16.99687,16.993526,17.008406,17.800673,19.461296,11.939246,12.399742,13.277721,13.844643,14.185132,14.295733,14.514565,14.751328,15.323483,15.768696,17.03167,17.042,17.065779,17.958078,20.585138,13.455284,13.76866,14.458747,15.033318,15.306879,15.376356,15.553171,15.750306,16.161743,16.502743,17.708853,17.742788,17.785513,18.380348,24.992874,12.29918,12.706671,13.563163,14.160956,14.508254,14.535349,14.764614,14.973382,15.554167,15.944911,17.188667,17.221107,17.268471,17.924309,21.300924,12.063698,12.477345,13.234678,13.806897,14.132744,14.468395,14.704401,14.946465,15.430852,15.879048,17.286165,17.304775,17.339148,18.184126,22.317078,12.28173,12.731325,13.70449,14.226041,14.549146,14.588155,14.799965,15.003316,15.613146,16.00688,17.005562,16.993326,17.000835,17.80533,19.194347,12.032167,12.50043,13.446917,13.974484,14.299894,14.379704,14.589435,14.811454,15.407251,15.830255,16.919733,16.913925,16.921289,17.871511,19.572048,12.284568,12.700679,13.54561,14.133242,14.46906,14.530272,14.748384,14.96944,15.520926,15.929824,17.215321,17.24151,17.281345,18.012978,21.574995,11.784201,12.251943,13.102362,13.666657,14.010252,14.200204,14.42342,14.672313,15.227566,15.699185,17.014858,17.023445,17.045456,18.005026,20.747164,12.287179,12.702992,13.540449,14.126369,14.459642,14.53321,14.749166,14.973202,15.515183,15.928634,17.229584,17.254986,17.293859,18.039986,21.709335,12.142911,12.603088,13.57862,14.066306,14.371547,14.456298,14.652733,14.866986,15.452009,15.874845,16.866936,16.850971,16.846411,17.88938,19.203836,12.95566,13.304127,14.073866,14.66064,14.966908,14.99839,15.197495,15.39634,15.88516,16.243378,17.473116,17.511051,17.559862,18.169479,23.339994,11.769038,12.251055,13.151075,13.689757,14.02559,14.184652,14.401264,14.643126,15.222966,15.683368,16.878189,16.877655,16.887777,17.938522,19.979139,12.534413,12.924129,13.733136,14.320123,14.642358,14.70696,14.915915,15.133064,15.647901,16.043524,17.340717,17.371365,17.414457,18.112091,22.445053,11.838817,12.319389,13.248468,13.768468,14.094807,14.233782,14.444071,14.677976,15.263752,15.710231,16.828941,16.823048,16.826403,17.912298,19.641932,12.020064,12.466286,13.320568,13.896358,14.235606,14.350992,14.569782,14.80646,15.361546,15.803921,17.110983,17.126776,17.156403,18.00527,21.079094,12.247853,12.657815,13.447001,14.025741,14.350871,14.534608,14.751501,14.987801,15.485377,15.919999,17.298605,17.320505,17.356855,18.155172,22.316654,11.950801,12.397329,13.228216,13.802556,14.141845,14.314918,14.536382,14.780493,15.318313,15.775843,17.126245,17.141088,17.170227,18.049997,21.303419,12.072352,12.521908,13.425012,13.998356,14.342875,14.395699,14.620251,14.840159,15.439837,15.85388,17.046335,17.058956,17.087057,17.869959,20.269423,11.819875,12.270858,13.079964,13.650949,13.992865,14.255142,14.485785,14.736266,15.26362,15.736375,17.113985,17.126631,17.154263,18.073603,21.340172,12.183422,12.642098,13.610434,14.121849,14.438231,14.49987,14.704795,14.916866,15.513641,15.926081,16.947376,16.935417,16.938807,17.857864,19.307207,12.011087,12.473696,13.390434,13.946444,14.284005,14.356549,14.574663,14.79973,15.395472,15.820202,16.988672,16.993284,17.012194,17.881355,20.013147,11.972739,12.441642,13.365247,13.910268,14.243796,14.330064,14.544743,14.772374,15.365581,15.796303,16.948229,16.948772,16.962547,17.888763,19.876188,11.853441,12.327722,13.225264,13.775649,14.113338,14.239701,14.456422,14.694947,15.275556,15.727114,16.941389,16.944538,16.959864,17.934357,20.150276,12.112369,12.571819,13.517719,14.059421,14.391585,14.445195,14.661376,14.876308,15.483244,15.891929,16.978807,16.976229,16.989876,17.833321,19.585157,12.508807,12.89952,13.721303,14.311991,14.640049,14.685068,14.898795,15.111124,15.643995,16.033363,17.307878,17.340519,17.385941,18.060738,22.18549,11.932985,12.401716,13.308486,13.861691,14.198719,14.296673,14.513215,14.745592,15.332448,15.771219,16.96627,16.970274,16.987307,17.912676,20.106739,12.598712,12.972136,13.78854,14.385537,14.718927,14.735536,14.955551,15.15412,15.703391,16.072699,17.305407,17.345091,17.398266,18.00305,22.169876,12.112192,12.552126,13.43855,14.020678,14.366398,14.416764,14.642382,14.861976,15.453414,15.865458,17.090328,17.10878,17.142403,17.896677,20.612522,12.301616,12.713461,13.56595,14.158379,14.499262,14.540172,14.763285,14.977663,15.544148,15.942629,17.203291,17.232468,17.275812,17.968113,21.429592,12.801575,13.160973,13.899206,14.475706,14.773769,14.925173,15.123785,15.344469,15.787599,16.180975,17.525894,17.554028,17.595003,18.29776,23.734303,12.106999,12.560612,13.492523,14.052299,14.394322,14.437122,14.661275,14.874354,15.489121,15.893044,17.008972,17.013288,17.034834,17.812748,19.749224,13.53166,13.830835,14.492389,15.06028,15.318317,15.44624,15.618169,15.817916,16.189882,16.532221,17.791676,17.821974,17.863131,18.474258,25.455276,12.12375,12.559752,13.450711,14.037724,14.388868,14.425612,14.65664,14.870781,15.475223,15.878901,17.084585,17.105055,17.141697,17.855501,20.484735,12.624255,12.988946,13.70852,14.280346,14.579398,14.841274,15.054105,15.281182,15.714604,16.122395,17.510809,17.535297,17.574617,18.317375,23.656292,12.037323,12.488491,13.37453,13.947596,14.289096,14.364686,14.585392,14.813283,15.395109,15.822487,17.06138,17.074881,17.102606,17.927607,20.570444,11.673931,12.156322,13.024912,13.572242,13.913862,14.133507,14.358308,14.607791,15.175955,15.651897,16.906445,16.908854,16.922739,17.97353,20.258017,11.964148,12.435742,13.397373,13.889511,14.200486,14.321804,14.522417,14.745251,15.329623,15.760579,16.78673,16.774118,16.768972,17.894667,19.300268,11.943163,12.417835,13.359977,13.879926,14.203569,14.310208,14.518235,14.745754,15.335786,15.769798,16.864994,16.858126,16.862019,17.892561,19.569326,12.846527,13.207359,13.982073,14.566842,14.874109,14.928348,15.127358,15.335486,15.819417,16.192961,17.461815,17.496269,17.541756,18.191444,23.265759,12.211834,12.633832,13.461131,14.04315,14.375327,14.485654,14.700983,14.932884,15.463394,15.891864,17.224672,17.246883,17.282814,18.071383,21.767733,12.181681,12.607253,13.482886,14.075109,14.424825,14.459904,14.690027,14.903449,15.496729,15.897515,17.128155,17.153694,17.194763,17.889847,20.842403,13.409963,13.724092,14.43319,15.010859,15.289936,15.329329,15.509114,15.70051,16.133013,16.468412,17.656439,17.69363,17.739378,18.317513,24.616306,12.63297,13.007374,13.819512,14.41338,14.740602,14.766447,14.981052,15.183763,15.717853,16.090776,17.336294,17.373941,17.424297,18.049786,22.375938,12.069569,12.526981,13.452466,14.010676,14.350158,14.404475,14.625483,14.843797,15.449522,15.862257,17.002506,17.007172,17.027637,17.845613,19.881426,12.115851,12.553851,13.420516,14.001472,14.341901,14.415418,14.635772,14.862596,15.431154,15.854214,17.125664,17.144808,17.178053,17.966249,21.003033,12.253113,12.70593,13.677684,14.193949,14.513216,14.560428,14.76858,14.975257,15.578606,15.980968,16.987492,16.975109,16.980764,17.831638,19.242962,9.0479136,9.7257662,9.9713573,12.310544,12.7747,12.732691,13.256664,13.367038,13.96139,15.116686,16.148113,16.225203,16.315182,16.501865,17.103077,8.7255116,9.1666832,9.5163698,11.040036,11.373225,11.299086,11.892507,11.979223,12.515347,13.023205,14.873503,14.942629,15.33864,16.019279,16.472687,8.321311,8.7596989,8.9981709,10.086629,10.603608,10.578964,12.016924,12.089102,12.878137,13.39291,14.326819,14.423039,14.74947,14.790492,15.517859,8.6946487,8.8906116,9.046936,9.5979929,10.131985,10.121971,12.694874,12.735702,13.865767,14.174395,14.619864,14.761927,15.000806,14.625923,15.602873,10.540046,11.819854,11.98705,13.840061,14.396117,14.365192,15.5081,15.587613,16.279015,17.019873,17.375015,17.469284,17.461893,17.303431,17.927799,9.1255445,9.5758724,9.9253387,11.631129,11.966452,11.883133,12.440763,12.531734,13.054354,13.601455,15.495667,15.564747,15.903343,16.606724,17.031731,10.016788,11.14705,11.237362,12.206937,12.706535,12.688368,15.412149,15.446816,15.982973,16.4195,16.492296,16.650982,16.616974,16.34281,16.8815,8.7692423,9.3205271,9.5813665,11.823104,12.242778,12.193089,12.594769,12.701274,13.254509,14.377668,15.592439,15.660118,15.762422,16.069334,16.62018,9.3298388,9.812521,10.107489,12.506242,12.837557,12.754057,13.078749,13.182315,13.647254,14.491855,16.140043,16.19733,16.340714,16.921982,17.267914,8.7633486,9.304575,9.4288063,10.246196,10.753748,10.748028,13.830574,13.870145,14.469175,14.869853,15.207244,15.378568,15.478765,15.252223,15.8711,9.1720829,9.6510897,9.968936,11.688975,12.104523,12.038047,12.734837,12.832129,13.437283,14.124674,15.702084,15.777648,16.042412,16.513802,17.062292,9.2692356,9.7650547,10.075008,11.908033,12.33153,12.265469,12.93783,13.03869,13.640314,14.390422,15.920644,15.996101,16.22468,16.667995,17.217337,8.2751064,8.7435942,9.0045261,11.109036,11.478046,11.426494,11.65779,11.749784,12.24936,13.251739,14.53406,14.587582,14.683184,15.072646,15.545998,9.2300205,9.7657185,10.053064,12.122245,12.554404,12.493984,13.069172,13.175964,13.762195,14.684028,16.066967,16.140141,16.297865,16.667616,17.221422,8.3057423,8.7344503,8.8288565,9.4183111,9.8475752,9.8496189,13.875519,13.902546,14.355209,14.659396,14.893035,15.10787,15.182107,14.960058,15.497236,8.9992304,9.5648499,9.7640495,11.032634,11.59914,11.577849,13.303778,13.372685,14.119442,14.694165,15.388663,15.500746,15.684937,15.588393,16.291822,8.0705805,8.5112553,8.7927752,9.9543285,10.405337,10.370275,11.405107,11.48511,12.202158,12.729436,13.964919,14.046206,14.447109,14.702199,15.365878,7.5862103,7.9226098,8.1378794,8.8571081,9.3535395,9.3390846,10.852144,10.913073,11.867371,12.252718,13.032469,13.12284,13.556758,13.488861,14.32836,9.7225256,10.207622,10.539404,12.84829,13.150613,13.048985,13.465788,13.562901,14.013986,14.618608,16.55785,16.620903,16.855379,17.612459,17.882835,7.9869719,8.4186573,8.7805176,10.230823,10.473522,10.401296,10.867068,10.940949,11.371101,11.734662,13.714614,13.776168,14.303422,15.138393,15.458856,8.8822451,9.3832064,9.6622534,11.145334,11.633744,11.590228,12.600847,12.688912,13.390573,14.04006,15.255141,15.34065,15.614072,15.837732,16.4937,6.3861551,6.7717628,7.0097694,7.765286,8.1585207,8.1458654,9.1759882,9.2455759,9.9833231,10.377354,11.399519,11.470664,12.0333,12.222938,12.898572,9.3495665,10.019055,10.254936,11.98119,12.522811,12.487115,13.59176,13.681059,14.389492,15.140353,16.045855,16.137871,16.29871,16.344242,17.014473,9.2835598,9.8539028,10.133203,12.085934,12.555769,12.502527,13.232603,13.336017,13.969628,14.836185,16.102167,16.181747,16.354065,16.633579,17.237499,9.133872,9.6874933,9.9570322,11.612435,12.115483,12.071382,13.048564,13.140878,13.832955,14.557293,15.709747,15.796042,16.014542,16.202444,16.854925,5.8611813,6.2420316,6.5427418,7.3728642,7.5970712,7.5652714,8.071208,8.1325083,8.5717192,8.8925428,10.449924,10.501397,11.156509,11.785445,12.199463,11.872301,13.841153,13.983347,16.160231,16.645975,16.602955,17.326248,17.412966,18.072695,18.902941,18.915796,19.00041,18.821413,18.667402,19.215937,8.4110422,8.6984167,8.8735971,9.5798779,10.128591,10.117591,12.4108,12.460718,13.414008,13.790167,14.348624,14.477046,14.742799,14.501554,15.355104,9.3187056,9.8254919,10.129277,12.101247,12.519337,12.452112,13.05594,13.160594,13.743444,14.564976,16.078346,16.15169,16.345791,16.787966,17.320747,9.3574705,10.094718,10.249166,11.49567,12.069559,12.053786,14.127254,14.185986,14.871947,15.426356,15.862781,15.990622,16.085506,15.880327,16.538223,8.434433,8.8682575,9.1293926,11.385643,11.693792,11.620034,11.747134,11.827572,12.260101,13.145258,14.577256,14.618213,14.710172,15.200659,15.554447,7.8345027,8.2636509,8.5876884,9.7822342,10.138037,10.088886,10.810433,10.891575,11.489078,11.969461,13.566395,13.636263,14.114631,14.640425,15.186799,8.5665798,9.0130081,9.3393879,10.744655,11.136109,11.077503,11.821672,11.909268,12.524007,13.081606,14.686887,14.761062,15.139847,15.640552,16.198809,9.1925964,9.9336109,10.048491,10.963339,11.475563,11.465774,14.372525,14.412325,14.9847,15.415877,15.678658,15.843939,15.898225,15.65836,16.246918,7.1240883,7.5366764,7.8696547,8.9517298,9.2271795,9.1788521,9.7484179,9.8213205,10.32069,10.709142,12.433601,12.49457,13.071543,13.737519,14.187622,9.1817284,9.7776394,10.045888,12.202271,12.659106,12.607839,13.19942,13.307705,13.91,14.921147,16.132051,16.208029,16.337194,16.60726,17.19556,9.6637907,10.499783,10.714018,12.583411,13.135466,13.101989,14.179271,14.269037,14.967908,15.763419,16.504242,16.596842,16.701078,16.676714,17.336609,8.7445698,9.2334051,9.4396267,10.583783,11.139,11.118557,12.881204,12.948253,13.719239,14.252542,14.992873,15.104614,15.332128,15.254177,15.975578,7.5525661,7.9682341,8.2267017,9.201087,9.6527605,9.6286869,10.779118,10.853218,11.611586,12.08198,13.171402,13.253065,13.703702,13.877434,14.573785,10.108633,11.231236,11.428688,13.631555,14.158115,14.122111,14.941467,15.038986,15.699291,16.62874,17.213257,17.301189,17.324169,17.283262,17.907581,9.4549122,10.456659,10.523387,11.15207,11.539634,11.530378,15.298891,15.313622,15.688523,15.991091,16.011839,16.223669,16.179718,15.949568,16.399731,8.8029795,9.3116379,9.5526648,10.87524,11.40893,11.378854,12.725733,12.80389,13.556389,14.153997,15.101266,15.197838,15.451702,15.500411,16.202908,8.0418625,8.3358955,8.538868,9.2057705,9.7311316,9.7165947,11.425856,11.481241,12.55024,12.914176,13.592968,13.692059,14.074279,13.890805,14.812502,11.759011,13.782784,13.922651,16.222979,16.676165,16.632364,17.161501,17.254414,17.881208,18.801178,18.78648,18.868711,18.676907,18.566511,19.09726,9.0914078,9.6711311,9.9080067,11.40766,11.951169,11.918851,13.185433,13.267915,14.000712,14.663233,15.580884,15.676593,15.88147,15.918564,16.607138,8.9739408,9.4349289,9.7611656,11.347856,11.748669,11.682894,12.391383,12.484306,13.088422,13.708148,15.336324,15.411158,15.725467,16.232716,16.776861,7.3418841,7.7251196,7.9590573,8.7875252,9.2538624,9.2371178,10.551668,10.619684,11.448788,11.872977,12.800807,12.885315,13.347488,13.413116,14.161937,4.1532106,4.476284,4.684423,5.2301617,5.4408841,5.4328775,5.9662504,6.0197997,6.4595227,6.7368908,7.7911978,7.8368845,8.4866667,8.873867,9.3075619,9.1925116,9.7193975,10.009866,11.768412,12.234899,12.180675,12.988326,13.086301,13.736261,14.493623,15.827101,15.907795,16.128759,16.437775,17.047665,8.2009621,8.4963417,8.6074152,9.2019119,9.6705141,9.6715488,13.437631,13.470422,14.049118,14.364438,14.671665,14.871907,14.991848,14.746979,15.371922,8.5228939,8.9825439,9.2786617,10.619628,11.069523,11.024481,11.96413,12.049669,12.736104,13.318465,14.66046,14.741257,15.090007,15.404867,16.04142,8.1847591,8.5781212,8.7948427,9.723485,10.250916,10.232708,11.918155,11.982841,12.822789,13.282478,14.082693,14.186338,14.515622,14.465158,15.231129,11.345533,13.024531,13.171791,15.158122,15.690089,15.654308,16.62661,16.706171,17.383963,18.138676,18.263767,18.353201,18.247353,18.058115,18.641539,9.5728083,10.04261,10.393306,12.50822,12.789964,12.685806,13.11157,13.201207,13.639797,14.140618,16.199123,16.262873,16.564192,17.405844,17.662096,9.4470415,9.9201908,10.250037,12.209776,12.573056,12.489446,13.027454,13.127957,13.659694,14.342502,16.122044,16.191502,16.43449,17.055519,17.493223,10.306015,11.516735,11.622273,12.880165,13.440241,13.422163,15.541286,15.587726,16.204075,16.735189,16.839966,16.970211,16.935373,16.640188,17.22146,9.4736395,9.9590912,10.275116,12.398766,12.764944,12.683113,13.169546,13.274469,13.795846,14.567812,16.272453,16.339827,16.536526,17.117834,17.546595,10.014115,11.035441,11.20466,12.830498,13.406099,13.381087,14.813053,14.885974,15.589691,16.263371,16.700193,16.803667,16.853386,16.682682,17.332174,8.6091881,9.0847273,9.3552065,10.673659,11.166482,11.129526,12.252874,12.335307,13.064521,13.655051,14.802382,14.889908,15.200609,15.380652,16.059217,9.3517056,10.05679,10.247592,11.698628,12.275187,12.252241,13.844033,13.916368,14.642361,15.275102,15.90117,16.009689,16.14324,16.024134,16.707735,9.8952122,10.881453,11.023478,12.424466,13.00543,12.987171,14.83814,14.898294,15.574601,16.16744,16.483442,16.602732,16.638641,16.40077,17.035456,5.5651932,5.943964,6.1846843,6.8955703,7.2122893,7.2014103,7.9864817,8.0549622,8.665514,9.0299292,10.159013,10.220168,10.844734,11.166698,11.741199,8.7391176,9.1977148,9.5569401,11.44139,11.686275,11.599163,12.033989,12.112597,12.526722,12.907347,14.930894,14.993647,15.435136,16.292883,16.523241,9.5167217,10.284295,10.490502,12.14889,12.715465,12.686593,13.984052,14.065615,14.78394,15.493711,16.19573,16.294411,16.419184,16.354067,17.028936,9.3095608,9.9288397,10.189173,12.037934,12.545836,12.501569,13.40056,13.497995,14.173774,14.988016,16.079744,16.165237,16.336382,16.499382,17.143425,9.4890718,10.290454,10.524343,12.734486,13.24063,13.200754,13.931258,14.036182,14.679794,15.680485,16.576864,16.661022,16.750992,16.843189,17.473057,8.4519739,8.7811823,8.9439945,9.7053909,10.249186,10.240421,12.803112,12.851544,13.674212,14.067987,14.583515,14.726203,14.941568,14.718161,15.487967,9.6768894,10.177385,10.486275,13.018239,13.328992,13.234201,13.605781,13.708633,14.155664,14.873219,16.65995,16.720106,16.898844,17.566614,17.830736,8.2327948,8.6649265,9.0157604,10.395782,10.703201,10.63594,11.21355,11.294908,11.812958,12.264041,14.11495,14.181498,14.649107,15.352492,15.79309,8.3107948,8.7592363,9.0157518,10.172143,10.669696,10.640159,11.897693,11.974362,12.736282,13.272279,14.324354,14.414378,14.758372,14.879487,15.583932,9.4295788,10.140108,10.386791,12.436628,12.94628,12.903947,13.716545,13.818543,14.477825,15.393321,16.385979,16.470726,16.596113,16.720623,17.35778,6.4129009,6.8154082,7.0848346,7.9410009,8.2881355,8.2668695,9.0863228,9.1591043,9.7929211,10.203337,11.461464,11.527557,12.109259,12.468149,13.060733,9.4902601,10.424427,10.639356,12.99323,13.488457,13.453005,14.067246,14.17209,14.793471,15.868717,16.626684,16.710115,16.758053,16.811737,17.426727,7.3309679,7.7528067,8.0396223,9.0598927,9.4530716,9.4219379,10.317125,10.394518,11.066542,11.53417,12.848285,12.921213,13.422098,13.767299,14.390594,9.3034286,9.7627439,10.104184,11.908796,12.260866,12.177093,12.737518,12.832855,13.365202,13.970986,15.814907,15.884757,16.178207,16.84124,17.279411,8.6112576,9.035387,9.1986732,10.085835,10.631976,10.621767,13.109428,13.160718,13.905877,14.343472,14.865643,15.007303,15.192533,15.001054,15.715513,8.3924818,8.7612906,8.9507656,9.8110523,10.357412,10.343725,12.434436,12.491326,13.336032,13.769427,14.416902,14.538264,14.804296,14.653617,15.430058,8.3461189,8.5893545,8.7194157,9.3182297,9.827939,9.8250265,13.114491,13.151811,13.920561,14.245767,14.618843,14.79542,14.960813,14.675194,15.422796,8.9132471,9.4629831,9.624465,10.670898,11.228162,11.215333,13.535553,13.590375,14.29538,14.78701,15.290459,15.427102,15.573359,15.387916,16.069389,8.913414,9.3947697,9.6967564,11.233274,11.683762,11.63058,12.486058,12.577629,13.2381,13.888485,15.291029,15.371219,15.662331,16.012402,16.625017,9.2028761,9.6681995,10.024771,12.037511,12.301381,12.204981,12.639828,12.723364,13.151312,13.582117,15.630577,15.694069,16.064941,16.918295,17.155815,9.9542904,10.955913,11.158079,13.1856,13.731134,13.696898,14.668687,14.761169,15.444133,16.293602,16.928347,17.019032,17.076736,17.026743,17.669462,9.2107878,9.7068462,10.002289,12.149458,12.536353,12.465995,12.914224,13.019852,13.554062,14.453687,15.978431,16.044233,16.197912,16.674635,17.152739,11.739097,13.576787,13.691053,15.219772,15.751296,15.722152,17.087204,17.144915,17.821455,18.409306,18.29604,18.394796,18.242659,17.971243,18.531412,8.5014648,8.935195,9.1446323,10.173199,10.717753,10.69875,12.481908,12.54691,13.348153,13.841928,14.60159,14.712021,14.981022,14.908781,15.650925,7.1947236,7.6079493,7.9643512,9.1627951,9.3736124,9.3131847,9.7491283,9.814806,10.209723,10.52569,12.455636,12.512844,13.120324,13.963784,14.282558,6.4520149,6.8545837,7.1493673,8.0560017,8.3572102,8.3270092,8.9964056,9.0681162,9.6231804,10.017243,11.474121,11.535399,12.136457,12.639826,13.160678,8.0873165,8.5265083,8.832056,10.052155,10.462951,10.41911,11.283807,11.366566,12.028358,12.554254,13.979397,14.055305,14.477703,14.866363,15.477806,7.3752079,9.3374767,9.6640263,10.414133,10.581816,10.620547,10.731374,11.352886,12.521024,13.171195,14.065578,14.094842,14.072703,12.795328,13.515302,8.1445131,10.762457,11.411809,12.0473,12.306291,12.667003,12.819813,13.841982,14.976934,15.50559,16.276085,16.304733,16.312954,17.212004,18.019901,5.1997232,12.97839,13.303675,13.842877,14.00483,14.060987,14.205761,14.943842,19.746529,19.688786,20.192329,20.252201,20.269838,20.44416,21.103622,8.6666279,11.618525,12.345712,12.834622,13.055288,13.286314,13.426034,14.145865,15.782454,16.154488,16.860947,16.866816,16.86236,18.312885,18.979473,7.5223966,12.594733,13.18577,13.693994,13.878621,13.976404,14.116584,14.753178,17.873766,18.028458,18.684093,18.702469,18.703634,19.454889,20.065971,7.7345004,11.724114,12.315425,12.94034,13.170834,13.340664,13.49614,14.260365,16.680166,17.033096,17.80476,17.836367,17.844589,18.573853,19.312986,3.7133863,14.191658,14.42459,14.79539,14.909716,14.95153,15.060702,15.859911,22.012192,21.548044,21.85421,21.901184,21.919172,22.04459,22.500521,6.9447074,12.47944,12.994542,13.560628,13.757613,13.862439,14.00988,14.717367,18.160103,18.309868,18.964224,18.998699,19.00952,19.557516,20.212002,7.2934341,11.958667,12.497401,13.124854,13.343886,13.481795,13.637166,14.389448,17.285057,17.570171,18.307472,18.345818,18.357212,18.944868,19.667139,4.5505834,13.87072,14.177175,14.591208,14.724724,14.779778,14.896818,15.672454,21.247358,20.914059,21.291473,21.335186,21.355616,21.576765,22.047642,7.354959,9.8165054,10.21202,11.058513,11.264659,11.339233,11.479216,12.248745,13.728142,14.416671,15.418808,15.463525,15.454086,15.093639,15.917459,4.6474209,13.234853,13.510314,14.003377,14.147172,14.189485,14.329453,15.057456,20.254448,20.105352,20.548027,20.607393,20.619356,20.72064,21.404873,9.4508896,12.023088,12.835093,13.151216,13.290195,13.384204,13.501708,13.925877,15.575235,15.84774,16.495329,16.478523,16.458479,18.99202,19.489094,6.7053719,12.209582,12.680868,13.305087,13.51007,13.617291,13.77159,14.520983,17.977776,18.180332,18.866953,18.914171,18.929407,19.364166,20.068651,5.5698972,12.768096,13.125347,13.694511,13.867675,13.932815,14.080805,14.820805,19.305403,19.319292,19.871548,19.930094,19.948301,20.169876,20.838505,6.078752,13.176023,13.617682,14.10253,14.266575,14.339944,14.471401,15.17568,19.49608,19.433958,19.967936,19.998432,20.009588,20.43445,20.992796,4.955215,13.886547,14.233866,14.628675,14.758561,14.809905,14.918777,15.656248,20.906372,20.605959,21.022421,21.046118,21.056648,21.358259,21.811491,7.2597198,8.9621897,9.4194584,10.404238,10.63275,10.86858,11.005252,12.295516,12.763751,13.529499,14.658857,14.702185,14.706925,14.952015,15.795243,7.4114175,10.902995,11.403988,12.185143,12.42419,12.580812,12.743654,13.601179,15.705998,16.235943,17.158594,17.208656,17.218042,17.647142,18.485239,7.7015023,12.100547,12.697832,13.274442,13.488286,13.622732,13.773104,14.469547,17.183153,17.455029,18.18095,18.206865,18.212339,18.970194,19.658213,7.1543679,8.8802156,9.2528629,10.190763,10.381641,10.468883,10.586407,11.550829,12.372782,13.080829,14.142389,14.173281,14.15838,13.548624,14.303763,7.9732451,11.806109,12.431724,13.024593,13.252318,13.418131,13.570558,14.297454,16.61635,16.961475,17.726204,17.750648,17.755453,18.604792,19.323748,8.269392,11.866977,12.535264,13.080976,13.302423,13.468748,13.615219,14.302845,16.455206,16.794701,17.548344,17.563816,17.564405,18.618111,19.306103,7.893846,10.948351,11.55131,12.229932,12.481537,12.764576,12.921658,13.871476,15.463925,15.965478,16.783405,16.818914,16.828545,17.568321,18.377155,5.784183,12.973946,13.371981,13.905325,14.078146,14.154979,14.295671,15.038925,19.488325,19.454863,19.994495,20.042259,20.060915,20.387197,20.992464,6.5469213,12.591849,13.062779,13.630402,13.821785,13.917991,14.064854,14.790466,18.556889,18.658808,19.283169,19.324118,19.338522,19.79266,20.440254,7.9826751,10.359376,10.991869,11.63905,11.893964,12.35604,12.505887,13.712092,14.412202,14.981529,15.696343,15.730894,15.741042,16.550562,17.372787,7.1440649,12.848118,13.401961,13.893774,14.066899,14.14968,14.286405,14.924791,18.42506,18.503321,19.11269,19.132284,19.134148,19.778416,20.362827,6.9952936,13.070118,13.614852,14.073646,14.232041,14.303303,14.433637,15.058747,18.746958,18.766951,19.33868,19.353775,19.352589,19.978601,20.52648,8.5629082,11.318007,12.02262,12.583281,12.831765,13.083774,13.232721,14.020704,15.499191,15.950574,16.729673,16.743647,16.744024,17.972862,18.715485,7.0150614,10.723321,11.113497,11.884881,12.093009,12.154435,12.315549,12.990014,15.396022,15.967821,16.833975,16.89596,16.896553,16.76679,17.644691,6.4854226,11.935977,12.356191,13.031933,13.23562,13.320584,13.48101,14.223152,17.688467,17.958389,18.676659,18.735273,18.749428,19.029627,19.79423,6.5688009,13.195642,13.694551,14.15435,14.311438,14.379632,14.508583,15.160468,19.171932,19.138309,19.686735,19.705952,19.70825,20.237726,20.779297,4.4426079,14.092702,14.397655,14.775146,14.898465,14.948317,15.056521,15.826053,21.525909,21.13364,21.487818,21.52331,21.539801,21.772045,22.201365,4.692246,13.583094,13.888627,14.346428,14.489579,14.545515,14.672448,15.442854,20.818817,20.568905,20.98238,21.033432,21.054117,21.252501,21.785597,7.8447127,10.046508,10.650062,11.337999,11.59016,12.078403,12.227068,13.527643,13.98726,14.604712,15.347168,15.386056,15.396574,16.106831,16.947182,7.6651688,11.4927,12.067891,12.727876,12.964894,13.153588,13.311657,14.125741,16.414036,16.812254,17.610466,17.647074,17.657125,18.329992,19.098743,6.8420486,12.826964,13.343552,13.855913,14.034688,14.120878,14.259854,14.931511,18.615213,18.680468,19.285051,19.311281,19.31809,19.879169,20.478407,6.5753198,11.370395,11.750729,12.471626,12.6733,12.73223,12.899411,13.574243,16.67749,17.103683,17.869852,17.937233,17.9433,17.970867,18.842535,6.8926873,10.634124,10.982729,11.703875,11.898719,11.942557,12.103401,12.684434,15.1566,15.734402,16.525843,16.592802,16.591797,16.165836,17.087254,7.2744312,11.390726,11.897837,12.61669,12.848154,12.995642,13.157619,13.970142,16.512566,16.93001,17.763596,17.811987,17.824003,18.301861,19.097666,7.53791,11.365205,11.915785,12.607547,12.845512,13.030186,13.190232,14.025311,16.319618,16.74296,17.565226,17.606873,17.618107,18.216106,19.003721,3.4605422,14.594255,14.82346,15.13534,15.235895,15.276979,15.369368,16.188192,22.630014,22.04508,22.305988,22.342335,22.361456,22.510862,22.864788,6.4223962,12.511258,12.962395,13.549665,13.742866,13.837892,13.987312,14.726618,18.536043,18.651272,19.282274,19.328629,19.344862,19.751978,20.41707,5.7376194,11.884058,12.193468,12.815726,12.989681,13.028633,13.203123,13.821085,17.725487,17.988304,18.589909,18.665348,18.66893,18.585989,19.577295,6.9971576,11.079507,11.509039,12.28084,12.499292,12.58569,12.750027,13.496755,16.106215,16.603033,17.470179,17.529686,17.536226,17.708227,18.555017,8.0543842,11.327866,11.958097,12.590533,12.836924,13.06927,13.224752,14.059344,15.907987,16.348333,17.148867,17.176964,17.183916,18.034683,18.806728,3.5939102,14.399839,14.632075,14.973665,15.081587,15.124194,15.224388,16.037746,22.337866,21.81106,22.09474,22.136105,22.155272,22.297567,22.694056,7.3946075,9.6027594,10.041427,10.962427,11.187301,11.318961,11.462626,12.431828,13.593408,14.314703,15.407204,15.45128,15.44838,15.469928,16.312777,5.1856179,13.346454,13.695101,14.182657,14.338357,14.403338,14.535666,15.293261,20.279619,20.117939,20.582815,20.631845,20.652235,20.910585,21.466812,7.2308531,10.538208,10.964552,11.783412,12.003964,12.09062,12.249612,13.012957,15.096996,15.705311,16.654522,16.710308,16.711235,16.751436,17.612535,7.7880936,10.723573,11.301592,12.022212,12.274731,12.560676,12.718781,13.71182,15.199767,15.744466,16.603565,16.643631,16.653891,17.311537,18.142515,7.5062194,9.3683262,9.8718462,10.771704,11.013885,11.321153,11.465553,12.733303,13.225956,13.968663,15.032711,15.079547,15.088614,15.508655,16.374516,7.0195742,11.406255,11.87007,12.605828,12.828695,12.940689,13.104084,13.88413,16.654032,17.068439,17.89847,17.953287,17.964653,18.314022,19.120779,7.1826577,11.776935,12.291656,12.956038,13.178826,13.317335,13.475888,14.253775,17.112873,17.436378,18.201658,18.246172,18.259102,18.777411,19.528048,7.2091675,10.955247,11.417523,12.206021,12.434903,12.549133,12.712705,13.513597,15.857479,16.380335,17.290829,17.3458,17.353428,17.643749,18.486147,7.7278495,10.098756,10.647265,11.450183,11.705297,12.011542,12.16657,13.279035,14.263352,14.921104,15.89088,15.934361,15.943865,16.510958,17.378506,6.6028376,7.9787922,8.3714819,9.4966898,9.6994486,9.8808451,10.001287,11.521271,11.711832,12.480939,13.623599,13.66198,13.665961,13.727804,14.516804,7.6766219,10.594975,11.140392,11.913211,12.164352,12.406143,12.565904,13.539378,15.087063,15.667333,16.597641,16.641926,16.651686,17.212339,18.060776,7.5865293,10.987525,11.530009,12.268983,12.513916,12.718528,12.879778,13.772335,15.739529,16.244366,17.125927,17.17033,17.181007,17.743078,18.566307,6.4394345,11.750482,12.14683,12.841562,13.042905,13.113411,13.277278,13.992618,17.393227,17.715319,18.446465,18.510098,18.521221,18.697605,19.507145,5.7788157,12.747377,13.130427,13.700788,13.87886,13.952856,14.099854,14.845439,19.19158,19.217905,19.786352,19.841019,19.859814,20.137312,20.790001,6.678978,12.066873,12.525652,13.175063,13.3826,13.487143,13.644168,14.400166,17.797295,18.035408,18.744301,18.79541,18.810728,19.206068,19.934584,5.6794329,12.306728,12.64192,13.256294,13.433082,13.483908,13.645306,14.33379,18.508526,18.661081,19.256897,19.324797,19.33592,19.431341,20.241863,7.8945799,12.281612,12.910009,13.435853,13.635958,13.75861,13.901832,14.550974,17.23863,17.477833,18.18351,18.200809,18.201815,19.087704,19.731472,7.5059204,9.8647652,10.343297,11.240074,11.479903,11.658347,11.810403,12.820889,14.025534,14.728459,15.808599,15.855381,15.858844,16.144085,17.009062,6.6010237,11.98197,12.423352,13.089779,13.296608,13.393013,13.551922,14.305336,17.712387,17.971273,18.69054,18.745377,18.760347,19.104076,19.851133,7.2825022,9.9650393,10.32078,11.082508,11.274373,11.3224,11.462463,12.081236,13.804482,14.464642,15.35514,15.406688,15.398423,14.707842,15.540882,5.4420404,13.41727,13.798462,14.266029,14.420315,14.486704,14.614897,15.35259,20.198408,20.035954,20.507748,20.547218,20.563984,20.88566,21.41811,8.929657,11.913898,12.67372,13.079017,13.262831,13.434273,13.562486,14.152277,15.906354,16.207943,16.866516,16.860434,16.846405,18.711697,19.290367,5.4176764,13.749324,14.140347,14.541526,14.674789,14.727946,14.83861,15.544268,20.436411,20.202648,20.657072,20.673084,20.678116,21.050039,21.515707,7.4960947,10.402251,10.892304,11.732701,11.974261,12.136673,12.296232,13.209569,14.878375,15.506216,16.514545,16.564047,16.570108,16.926277,17.787964,7.393868,10.256608,10.708285,11.566418,11.796456,11.914224,12.07032,12.925909,14.634788,15.287737,16.30603,16.356897,16.358149,16.504665,17.364328,7.6201506,9.7134619,10.234217,11.098703,11.348359,11.640716,11.791148,12.965439,13.721913,14.434425,15.478416,15.524327,15.53324,16.010805,16.8839,7.3391013,12.435485,12.997816,13.548224,13.745969,13.854136,14.000401,14.677566,17.837831,18.018658,18.690979,18.717712,18.723921,19.386322,20.035389,8.3277435,11.013692,11.685967,12.296737,12.555922,12.860794,13.01338,13.921992,15.238007,15.738856,16.529757,16.551891,16.557304,17.577839,18.366098,8.3080015,11.506116,12.173453,12.760941,13.002437,13.213125,13.364818,14.12765,15.966379,16.381575,17.17049,17.189983,17.192852,18.214321,18.95508,16.79726,16.863516,18.119131,18.202578,18.270342,18.266703,18.313477,18.371286,18.786552,18.891539,19.096436,18.841276,18.735804,19.109268,17.2801,18.826023,18.832178,20.02223,20.087883,20.151344,20.168068,20.227671,20.287657,20.456165,20.522667,20.643843,20.300756,20.182316,20.408167,17.607384,22.18211,22.198967,22.893614,22.953381,23.023575,23.055246,23.118002,23.183146,23.324938,23.382156,23.454813,22.886581,22.805843,22.916945,17.377714,23.340179,23.347307,23.877098,23.930069,23.984734,24.006931,24.068235,24.127693,24.251482,24.299623,24.377142,23.724945,23.654659,23.730301,17.335075,25.305916,25.315922,25.647633,25.686964,25.736458,25.761776,25.811073,25.859671,25.944971,25.97818,26.014683,25.199646,25.150507,25.1849,17.23258,16.897749,16.869684,18.470642,18.520575,18.567072,18.572861,18.612856,18.654396,18.797195,18.852007,18.965704,18.732111,18.58544,18.88912,17.78726,17.744719,17.757122,19.080582,19.134682,19.19212,19.199551,19.250214,19.305779,19.516132,19.590895,19.739029,19.450773,19.327583,19.622438,17.582678,16.541349,16.483301,18.214148,18.250765,18.2866,18.289724,18.319454,18.351179,18.466242,18.509825,18.603092,18.389889,18.232359,18.546787,17.843145,17.619099,17.618116,19.006285,19.054934,19.109207,19.117388,19.16576,19.217579,19.400646,19.468269,19.60207,19.323051,19.193235,19.484228,17.633129,17.011415,16.983725,18.556671,18.601276,18.647446,18.653524,18.69368,18.735773,18.881136,18.936615,19.050337,18.809046,18.664219,18.966602,17.754395,20.846479,20.860258,21.67234,21.735737,21.794218,21.806944,21.866575,21.932131,22.133284,22.211226,22.354702,21.882366,21.794771,21.964029,17.411907,17.578712,17.615578,18.87849,18.946178,19.009001,19.012955,19.064335,19.123905,19.405478,19.494417,19.670807,19.386055,19.272371,19.591814,17.483128,16.200184,16.206495,17.796394,17.817574,17.863075,17.86043,17.893171,17.933533,18.166008,18.233885,18.379469,18.158409,18.020802,18.399446,17.525103,23.147549,23.160263,23.720642,23.774063,23.835482,23.862112,23.920876,23.982157,24.115852,24.169403,24.241383,23.602081,23.533175,23.620758,17.323498,16.498777,16.431339,18.179462,18.199875,18.231207,18.233171,18.25913,18.287745,18.396627,18.437258,18.524185,18.309578,18.150503,18.470299,17.8064,19.151407,19.162579,20.264896,20.325022,20.38682,20.401434,20.460173,20.52206,20.71209,20.784348,20.916708,20.551043,20.440573,20.667299,17.533304,16.51483,16.447788,18.198336,18.227398,18.259945,18.262487,18.289452,18.318638,18.426392,18.466982,18.554043,18.341597,18.182045,18.497911,17.837566,16.537722,16.489712,18.180773,18.19652,18.232151,18.233988,18.26354,18.296518,18.426855,18.474586,18.575798,18.353058,18.200209,18.527697,17.734884,16.417408,16.388823,18.045689,18.05224,18.09075,18.091024,18.121878,18.157637,18.315649,18.37035,18.486919,18.261726,18.114456,18.46077,17.644588,17.79582,17.788813,19.175608,19.231112,19.286648,19.297449,19.347885,19.399746,19.56394,19.627411,19.750673,19.46628,19.334579,19.60585,17.676708,18.907118,18.916948,20.087027,20.156794,20.221664,20.238459,20.299931,20.361261,20.531561,20.599052,20.723352,20.375828,20.259098,20.480213,17.608162,19.102652,19.108675,20.250422,20.311949,20.375401,20.393364,20.452789,20.513479,20.683538,20.750191,20.867823,20.506958,20.391876,20.610384,17.571444,15.255504,15.290961,16.812481,16.84794,16.889584,16.867283,16.879953,16.904444,17.379326,17.458284,17.626282,17.429111,17.303656,17.734903,16.981804,20.69562,20.708622,21.605623,21.668776,21.737955,21.76442,21.828499,21.893976,22.051971,22.115088,22.210554,21.747435,21.649891,21.80752,17.468678,20.496639,20.519062,21.36261,21.433149,21.494801,21.506927,21.565853,21.633678,21.861462,21.948673,22.112194,21.661728,21.575441,21.761707,17.405897,26.709406,26.728174,26.941313,26.975325,27.02206,27.050272,27.083303,27.119297,27.175415,27.199598,27.205605,26.266251,26.237253,26.254465,17.164946,20.084417,20.096853,21.081333,21.148537,21.216476,21.239399,21.304089,21.368965,21.531456,21.596369,21.703962,21.282217,21.178011,21.354746,17.519447,21.371872,21.379787,22.132572,22.191053,22.247362,22.261509,22.321701,22.385647,22.565884,22.636171,22.760601,22.253481,22.1679,22.315683,17.398872,21.471933,21.487429,22.262829,22.329033,22.396004,22.421177,22.488029,22.554247,22.704597,22.764879,22.860815,22.345562,22.256918,22.385221,17.437233,20.191696,20.224821,21.074097,21.155056,21.22274,21.234076,21.293636,21.365541,21.634752,21.733698,21.912483,21.478819,21.395935,21.600977,17.378294,18.326851,18.383905,19.443775,19.533115,19.606123,19.611734,19.670313,19.741066,20.080645,20.188395,20.390158,20.061413,19.966745,20.264828,17.387329,18.024817,18.100288,19.130919,19.230927,19.310635,19.315126,19.375671,19.450035,19.855333,19.975069,20.196009,19.877552,19.788662,20.112814,17.317139,20.876459,20.887825,21.725147,21.785076,21.846802,21.865345,21.927288,21.992231,22.168308,22.236969,22.353781,21.878981,21.787176,21.948357,17.434372,23.984657,24.003687,24.485796,24.53985,24.605711,24.639671,24.697037,24.755987,24.865238,24.910128,24.954636,24.248009,24.186352,24.247522,17.292849,18.710793,18.732895,19.861565,19.926279,19.988333,19.998201,20.055265,20.118181,20.344961,20.42675,20.583941,20.241823,20.133049,20.389666,17.511824,21.634907,21.65097,22.415449,22.479763,22.549545,22.578611,22.644238,22.710352,22.85619,22.915094,22.999292,22.471617,22.384146,22.507879,17.422169,8.6941042,8.7508583,8.6740313,8.6263685,9.6969156,9.6891794,9.6877413,9.7475014,10.532729,12.438853,12.446228,12.325662,12.378725,11.390671,11.920817,9.4369431,10.141393,10.243137,11.131645,12.197467,12.185174,12.192815,12.522924,13.735216,14.363169,14.609079,14.76108,14.844832,14.313513,15.227097,9.6271734,9.9867811,10.093569,10.851364,12.000872,11.989104,12.000402,12.240569,13.787779,14.416238,14.690955,14.785748,14.921665,14.210616,15.349028,8.8279381,9.6478329,9.745573,10.4713,11.475829,11.466833,11.476011,11.956572,13.008403,13.491812,13.744618,14.004219,14.069659,13.714537,14.521733,9.3841476,9.7244997,9.7341127,10.290363,11.450003,11.447058,11.455339,11.563567,12.66223,13.895733,13.958486,13.912117,13.987457,13.110064,13.900561,9.0504608,8.9331789,8.9108629,8.9835176,12.194955,12.185594,12.184062,12.267113,13.92353,14.419913,14.348888,14.32656,14.419201,13.421306,14.620571,9.7466736,9.9271908,9.9674778,10.502727,11.878036,11.866929,11.869943,11.98554,13.477386,14.382936,14.501865,14.485458,14.593542,13.667515,14.732267,11.924809,11.803782,11.892436,12.078827,13.651183,13.637123,13.637886,13.677983,16.574833,16.802729,16.832838,16.831331,16.99832,15.562397,17.52615,7.3857007,7.2131281,7.1724334,7.2137117,12.357358,12.353067,12.353608,12.388848,13.746269,13.887857,13.739566,13.744432,13.821548,13.121622,14.260112,9.1064386,9.5494175,9.6684771,10.417296,11.488631,11.479465,11.496397,11.839149,13.249503,13.793983,14.124012,14.294352,14.43222,13.88549,14.94648,9.7389879,9.996542,10.056221,10.714133,12.000149,11.989289,11.994056,12.137059,13.611118,14.459822,14.619547,14.628175,14.740651,13.877077,14.941414,10.990182,11.037778,11.135336,11.5613,12.852583,12.836856,12.840631,12.947764,15.292871,15.753673,15.912881,15.931671,16.094189,14.953319,16.57946,9.6049919,9.451767,9.4551907,9.5676298,12.884983,12.876011,12.876932,12.915284,14.902395,15.144724,15.059578,15.056903,15.16775,14.136817,15.602169,10.235674,10.297821,10.348706,10.764762,12.322672,12.309055,12.310542,12.408414,14.260175,14.94362,15.048896,15.03863,15.16413,14.130085,15.434203,8.3168907,8.2099714,8.1456127,7.9930677,11.414152,11.405134,11.401347,11.641344,12.978697,13.640121,13.565283,13.529649,13.598306,12.527618,13.384208,9.9047213,10.16736,10.288492,10.941386,12.051449,12.038047,12.051888,12.28363,14.112523,14.636271,14.93346,15.032269,15.196382,14.409946,15.734211,10.271656,10.408497,10.48846,11.02838,12.371635,12.357656,12.362314,12.493412,14.374391,15.008126,15.181668,15.200509,15.340105,14.36802,15.701887,10.740583,10.751,10.819042,11.185195,12.749719,12.735059,12.736609,12.823586,14.992947,15.507746,15.609782,15.608618,15.750394,14.621918,16.134674,10.289205,10.192378,10.217688,10.407988,12.822973,12.810841,12.810892,12.866797,14.940928,15.343025,15.327318,15.315489,15.435798,14.314788,15.787676,9.2270489,9.5137949,9.6580858,10.223891,11.165462,11.153825,11.181415,11.523971,13.323025,13.711501,14.11367,14.301512,14.504435,13.898798,15.227303,9.1514425,9.2007084,9.164917,9.3077154,10.799118,10.789057,10.787604,10.864413,12.040888,13.395225,13.415601,13.333662,13.409043,12.409276,13.22126,9.438571,9.4125776,9.3947802,9.5407619,11.585588,11.574373,11.57225,11.654724,13.1614,14.094988,14.095221,14.042247,14.132234,13.093869,14.144737,6.9240379,6.7897248,6.7240615,6.6252508,11.651985,11.645329,11.642426,11.824327,12.837476,13.175363,13.062634,13.052755,13.110548,12.328439,13.10095,10.822766,10.923775,11.034315,11.525648,12.702902,12.686972,12.69348,12.829592,15.115534,15.582848,15.789058,15.827451,15.997537,14.927524,16.522465,10.068176,10.274237,10.435696,10.917328,11.740067,11.723232,11.75175,12.018674,14.306246,14.626236,15.020942,15.165643,15.409189,14.590525,16.222582,10.173989,11.131497,11.198972,12.230124,13.278398,13.271102,13.274891,13.498069,14.579223,15.425324,15.503982,15.568122,15.587653,14.924936,15.71996,10.530252,10.699883,10.830165,11.375855,12.417209,12.401329,12.413723,12.604773,14.832802,15.269119,15.546785,15.626186,15.812215,14.854087,16.424864,8.9824305,9.1594648,9.1115561,9.2671537,10.35817,10.352203,10.35583,10.423734,11.317586,12.983047,12.992621,12.890734,12.949109,11.992894,12.611748,9.2439299,9.5648556,9.543169,9.8935051,10.997912,10.997436,11.008764,11.094626,12.055871,13.520215,13.529103,13.448402,13.506011,12.587184,13.26467,11.717381,13.626683,13.69644,14.807545,15.751554,15.739428,15.735004,16.067551,17.032347,17.659061,17.41428,17.559847,17.394974,16.895662,17.551708,9.6335468,9.7677326,9.7859297,10.209764,11.650944,11.640031,11.64161,11.739333,13.170894,14.175603,14.257055,14.218889,14.317942,13.358006,14.370968,9.7670174,10.074462,10.160097,10.89051,12.112841,12.101102,12.10837,12.291817,13.828932,14.555962,14.772656,14.820178,14.944866,14.144753,15.264156,10.199038,10.399102,10.504972,11.117229,12.313436,12.299235,12.308217,12.484382,14.390342,14.954404,15.195174,15.2522,15.407362,14.511899,15.874207,9.696909,9.7351036,9.7412128,10.029095,11.729973,11.717961,11.71727,11.801514,13.349886,14.278223,14.325014,14.280882,14.380503,13.361763,14.447915,10.7633,10.603787,10.641665,10.767259,13.403885,13.392499,13.394334,13.419788,15.815458,15.98677,15.92771,15.928281,16.060524,14.847014,16.549776,8.8139839,8.757247,8.6985025,8.6331272,10.912097,10.902498,10.898818,11.032577,12.284211,13.424378,13.389977,13.318406,13.386467,12.329293,13.157367,8.0275917,8.5070105,8.6194534,9.250515,10.247134,10.246453,10.269188,10.774323,11.898173,12.338303,12.687205,12.973956,13.098329,12.776743,13.655747,9.2961655,9.2369947,9.212534,9.306591,11.677877,11.667187,11.664783,11.753618,13.283824,14.122889,14.098161,14.050279,14.138376,13.098534,14.168147,8.9229546,8.7669287,8.7512865,8.8344784,12.613328,12.605716,12.605997,12.653549,14.424294,14.686271,14.582498,14.578302,14.67701,13.736337,15.072974,10.33186,10.196943,10.222482,10.372964,13.080538,13.06934,13.070253,13.110513,15.292579,15.56122,15.513372,15.50918,15.632179,14.49777,16.061333,10.915159,10.862696,10.922427,11.198166,12.988945,12.974738,12.975419,13.041523,15.337861,15.756755,15.810215,15.804637,15.944976,14.751383,16.348946,11.748195,11.766294,11.900493,12.26976,13.224885,13.20775,13.212318,13.319522,16.231646,16.555294,16.736639,16.769108,16.969995,15.641114,17.609503,8.3302717,8.7103701,8.836215,9.440712,10.428392,10.424251,10.450972,10.900114,12.247979,12.669703,13.05699,13.310913,13.470185,13.067136,14.102815,9.8314629,9.8916597,9.9119158,10.263346,11.889199,11.876854,11.876989,11.966527,13.574969,14.444889,14.513052,14.478935,14.58525,13.574074,14.706188,9.3315229,9.1511421,9.1494408,9.23281,12.997098,12.989897,12.991931,13.013644,15.00608,15.14284,15.028657,15.033529,15.14372,14.157415,15.66133,7.8530564,7.6995616,7.6586275,7.6855345,12.212689,12.206214,12.205205,12.282594,13.688821,13.961127,13.839893,13.835273,13.914431,13.10234,14.206687,10.332775,10.260287,10.28926,10.510226,12.716983,12.704265,12.704118,12.767034,14.809912,15.279728,15.286349,15.271506,15.392529,14.272675,15.714963,8.4531536,8.2727976,8.2502394,8.3175707,12.692572,12.68689,12.688266,12.714799,14.420136,14.566937,14.437435,14.442495,14.538488,13.687972,15.031501,10.064262,10.004024,10.021255,10.235176,12.45967,12.447317,12.446629,12.515491,14.413907,14.977601,14.98173,14.959358,15.072295,13.98544,15.327184,9.4905643,9.5220604,9.511775,9.7391138,11.438352,11.42695,11.42566,11.50737,12.937619,13.988299,14.019459,13.962347,14.053035,13.037689,14.03593,6.1669335,6.0217977,5.9659615,5.9765654,11.891728,11.887024,11.885644,11.951844,12.810812,12.992269,12.853383,12.855508,12.91083,12.360104,13.171265,10.005076,9.8149137,9.8321037,9.9062519,13.303447,13.295588,13.298538,13.310549,15.582144,15.672203,15.559307,15.565347,15.688557,14.57637,16.244221,11.664161,11.645142,11.756674,12.088596,13.279857,13.263923,13.266276,13.348691,16.117792,16.461178,16.592939,16.606865,16.78651,15.462909,17.344234,9.6680431,9.5657759,9.5657339,9.7070026,12.462798,12.452051,12.451236,12.516292,14.357422,14.837612,14.794737,14.775009,14.880258,13.827352,15.148694,9.9802828,9.9633398,9.9801855,10.23806,12.191296,12.178653,12.177866,12.25544,14.034739,14.739815,14.771004,14.741233,14.85106,13.78757,15.038891,9.5352726,10.014115,10.053063,10.8411,11.95417,11.949043,11.95477,12.101247,13.226583,14.299566,14.411887,14.407144,14.483305,13.685531,14.511893,11.048697,10.947969,11.003357,11.212809,13.228906,13.215369,13.216091,13.265279,15.67572,15.989029,16.001951,15.997412,16.13776,14.898558,16.577856,11.98372,11.8265,11.907373,12.039461,13.817472,13.804066,13.805216,13.829193,16.75861,16.913399,16.906672,16.903879,17.065819,15.603829,17.596739,11.789533,11.720818,11.819842,12.082037,13.444343,13.429389,13.430488,13.49125,16.308287,16.611267,16.693779,16.697697,16.87009,15.490563,17.401562,10.287008,10.255874,10.288019,10.560258,12.511821,12.498605,12.498406,12.572011,14.527134,15.106212,15.143947,15.125095,15.245377,14.147491,15.521818,9.6312208,9.9128017,10.047187,10.671761,11.699012,11.686447,11.706205,11.992441,13.820646,14.27751,14.625942,14.768052,14.948826,14.244249,15.578802,11.277463,11.373785,11.521828,11.954065,12.807726,12.789959,12.801475,12.966103,15.727232,16.052446,16.311613,16.383453,16.599588,15.424817,17.314795,10.260839,11.537903,11.618272,12.570137,13.565057,13.542302,13.534958,13.908536,14.932605,15.526274,15.582104,15.754863,15.731916,15.264345,16.018291,11.30718,11.134462,11.187687,11.295389,13.675793,13.663573,13.665907,13.682069,16.298382,16.420486,16.361416,16.36282,16.505188,15.182943,17.011616,9.6316738,10.159554,10.243364,11.135182,12.273483,12.26319,12.269607,12.489526,13.777663,14.559719,14.764907,14.83274,14.927362,14.233913,15.18929,11.128044,10.991251,11.043623,11.203838,13.426206,13.413385,13.414601,13.449059,15.942638,16.164509,16.143776,16.14171,16.281948,15.013736,16.756927,8.7097349,8.7082796,8.6295605,8.5186005,9.8970613,9.8895426,9.8869514,9.9682751,10.870294,12.631434,12.626783,12.514312,12.567604,11.543374,12.138371,16.49143,16.47085,16.48469,16.510695,16.651989,16.638556,16.683161,16.674253,16.976397,16.989805,16.986612,16.992949,17.010986,16.700209,16.924961,15.842254,15.796908,15.82667,15.875641,16.17668,16.135418,16.230005,16.197664,16.897181,16.923672,16.913092,16.925781,16.966524,16.13109,16.617512,15.894259,15.851458,15.879972,15.929976,16.236698,16.210831,16.304901,16.28812,16.944948,16.972662,16.964888,16.97662,17.015127,16.387117,16.862944,16.139547,16.106127,16.128328,16.170835,16.400103,16.368465,16.443022,16.418701,16.935453,16.956453,16.94952,16.960939,16.991537,16.355211,16.719936,15.250572,15.180927,15.226299,15.289128,15.746812,15.693341,15.828149,15.786203,16.893118,16.929836,16.911091,16.926609,16.989218,15.826672,16.579947,5.0514417,5.3447738,5.5016098,13.457963,13.779723,13.790684,13.95439,14.11559,14.488933,16.075197,16.495863,16.675898,16.599424,16.442986,18.6854,5.1630239,5.4692044,5.6323018,12.845913,13.215736,13.268507,13.50086,13.663459,14.120227,15.218732,15.561356,15.727139,15.667962,15.51449,17.695135,5.5490928,5.8870869,6.0528393,12.099906,12.468101,12.521969,12.782991,12.925313,13.437145,14.431521,14.805072,14.94055,14.875505,14.747701,16.706095,5.0186343,5.3053832,5.4660378,14.462044,14.774074,14.773457,14.895863,15.070801,15.396294,17.231131,17.66736,17.872946,17.804251,17.614073,19.733444,5.8563972,6.1946797,6.3755007,13.816078,14.233466,14.294972,14.554951,14.727635,15.247869,16.23377,16.599543,16.781086,16.744106,16.525015,18.144363,5.4849534,5.8124466,5.9821234,12.779052,13.16155,13.217374,13.46962,13.629069,14.123258,15.168331,15.533009,15.691988,15.634458,15.478683,17.444681,5.7206154,6.0662637,6.2264361,11.322722,11.6781,11.746964,12.019049,12.130615,12.678202,13.484427,13.812836,13.904902,13.84014,13.723386,15.541735,6.2700806,6.5929232,6.7885828,15.734908,16.241308,16.31361,16.580521,16.772373,17.325485,18.136442,18.47368,18.709621,18.724468,18.35244,19.454613,5.8127832,6.1246881,6.3170824,16.421583,16.883131,16.952415,17.165272,17.377417,17.859108,18.790339,19.123852,19.394564,19.401722,19.043459,20.31394,6.4278412,6.7730789,6.9644356,14.372932,14.856999,14.932841,15.230766,15.403197,15.99288,16.810863,17.160959,17.34758,17.342453,17.042526,18.227953,3.6760867,3.8753245,4.0553699,24.752638,25.044123,25.080685,24.773825,24.984959,25.166273,25.953651,26.118608,26.727898,26.765795,26.073263,26.756046,4.1835485,4.3931518,4.5728531,23.301844,23.674204,23.763735,23.61409,23.864639,24.132668,24.851046,25.042456,25.615948,25.678171,25.037561,25.812111,4.2606893,4.4532456,4.6310077,23.744415,24.170095,24.258177,24.107,24.335806,24.621408,25.145603,25.328485,25.911018,25.984602,25.255148,25.848093,5.9156256,6.2149329,6.4118843,17.273813,17.772364,17.844044,18.049574,18.262272,18.752836,19.567835,19.882671,20.180223,20.209982,19.775795,20.826233,6.0786424,6.4284506,6.6089983,13.336005,13.757767,13.825413,14.105746,14.263191,14.819975,15.716201,16.076414,16.234417,16.198183,15.985227,17.49349,5.0146918,5.2464976,5.4392943,21.328304,21.804785,21.876913,21.880562,22.101709,22.464657,23.083887,23.314934,23.780329,23.847485,23.207375,23.927465,4.4467812,4.6428919,4.8338604,23.3696,23.797443,23.842287,23.687557,23.860302,24.154316,24.610298,24.820362,25.362923,25.429188,24.663336,25.208454,6.187407,6.5261803,6.7160687,14.655944,15.120425,15.190648,15.465052,15.645612,16.198343,17.077423,17.430305,17.631275,17.620676,17.328897,18.628969,4.8787317,5.1673059,5.3174062,12.436673,12.768723,12.8022,13.005098,13.150009,13.568059,14.764172,15.069328,15.212743,15.132364,14.99577,17.440088,4.9467468,5.2024879,5.3925023,20.350861,20.772058,20.855242,20.884186,21.137056,21.487135,22.359867,22.618393,23.054981,23.099115,22.584921,23.596506,5.4853821,5.7390528,5.9369326,19.784456,20.292658,20.358883,20.454838,20.665665,21.089451,21.743927,22.009987,22.403955,22.464073,21.87697,22.666759,6.1978488,6.4868984,6.6858974,17.287056,17.840324,17.91288,18.147049,18.345327,18.880287,19.579128,19.889849,20.179899,20.226305,19.737228,20.63192,4.8233714,5.0958085,5.2833881,19.117735,19.446836,19.458809,19.436712,19.663363,19.908583,21.545069,21.916534,22.277176,22.26173,21.86384,23.188063,5.2358642,5.5378184,5.7078013,14.688222,15.045937,15.074086,15.242161,15.427663,15.821153,17.22781,17.611017,17.825783,17.771841,17.554329,19.509392,5.6650982,6.0076218,6.1716638,11.954786,12.31945,12.372786,12.635796,12.766279,13.291921,14.219902,14.586988,14.709976,14.646147,14.516535,16.398905,5.3954201,5.6256585,5.823523,20.554575,21.076721,21.141911,21.205416,21.398329,21.818108,22.35976,22.626986,23.045595,23.115318,22.454525,23.13382,5.2509384,5.570816,5.711875,10.38918,10.701014,10.744822,10.985601,11.070083,11.571657,12.364511,12.69406,12.767499,12.688769,12.61424,14.775024,4.963953,5.2060595,5.3955383,20.976187,21.428303,21.520714,21.542257,21.793303,22.154461,22.881983,23.121471,23.583828,23.643881,23.0665,23.918768,3.8014078,3.9732878,4.1352496,24.923061,25.303205,25.421783,25.194937,25.449945,25.703592,26.232513,26.389189,27.049036,27.123743,26.386019,26.986433,5.1800003,5.4712191,5.6562362,17.380962,17.754753,17.789959,17.885317,18.107746,18.454082,19.825432,20.18187,20.488064,20.472326,20.133659,21.634281,5.3232627,5.5802712,5.7750506,19.930552,20.413273,20.492392,20.575714,20.808821,21.212132,21.935093,22.195906,22.605049,22.661306,22.104921,22.966839,5.5504608,5.8569865,6.044148,16.34116,16.769087,16.832373,17.020016,17.235519,17.679813,18.726254,19.062975,19.335348,19.329538,19.003334,20.462059,4.7828627,5.067152,5.2112465,11.903404,12.213776,12.23299,12.424765,12.559405,12.958075,14.311737,14.658498,14.7937,14.702915,14.596243,17.150686,5.2746634,5.5085301,5.7061934,20.751783,21.253658,21.312119,21.350769,21.546991,21.943605,22.515842,22.770613,23.200062,23.26652,22.614183,23.3083,4.2619882,4.4531317,4.639215,23.853024,24.278545,24.327574,24.142637,24.325075,24.598263,25.061415,25.240534,25.812441,25.880693,25.112164,25.644257,5.2541838,5.5435047,5.7315784,17.772985,18.176847,18.233831,18.348089,18.579546,18.959457,20.096966,20.420799,20.746748,20.74968,20.375526,21.754141,4.7890396,5.054873,5.202734,13.875715,14.147121,14.125278,14.212958,14.37064,14.632821,16.970001,17.444246,17.631042,17.545237,17.388031,19.714676,5.9295936,6.2561002,6.4455605,15.305811,15.757915,15.824448,16.067694,16.263628,16.772797,17.720589,18.070671,18.300142,18.290794,17.987402,19.364954,4.8705444,5.1454182,5.3228869,17.53223,17.836071,17.83091,17.840622,18.051922,18.2869,20.301613,20.737419,21.035734,20.993666,20.68009,22.300108,5.4829063,5.7702336,5.9633598,18.153309,18.607338,18.68309,18.827166,19.061871,19.487608,20.397141,20.699577,21.040388,21.067253,20.636007,21.786013,5.3592191,5.6642914,5.8420296,15.377964,15.767955,15.815395,15.997133,16.197222,16.618135,17.823582,18.174967,18.413456,18.380922,18.119118,19.877249,4.5736327,4.828815,5.0213881,21.086941,21.42462,21.451199,21.358198,21.589792,21.827831,23.085594,23.378834,23.820801,23.832977,23.325487,24.361034,5.6500659,5.9337606,6.1300402,18.324862,18.811588,18.886835,19.04398,19.270208,19.719278,20.526882,20.822168,21.164387,21.203362,20.729839,21.736668,4.6941824,4.9472828,5.1378245,20.893034,21.267427,21.325375,21.284742,21.529913,21.822472,22.851295,23.111952,23.562328,23.59322,23.079576,24.113277,5.9851651,6.2724872,6.4713244,17.723549,18.250502,18.320528,18.52236,18.728437,19.227888,19.960279,20.26512,20.575235,20.618668,20.131218,21.057302,2.9894044,3.1353509,3.2864537,27.089144,27.36202,27.437298,26.997501,27.199947,27.367376,27.851154,27.957672,28.715519,28.779119,27.973,28.467251,10.755118,11.269555,12.053736,12.624627,13.102369,13.09597,13.261664,13.613259,14.094168,14.934447,16.769482,16.737629,16.754368,17.761385,20.750986,11.420656,11.89001,12.678794,13.254067,13.645804,13.628037,13.793024,14.097026,14.564817,15.210071,16.958494,16.933802,16.95685,17.845598,21.577785,10.65678,11.207808,12.082548,12.565036,13.00941,13.020136,13.18315,13.505156,14.081069,14.844912,16.05014,16.029129,16.014429,17.913889,19.341005,9.5191221,10.026478,10.738849,11.281649,12.015865,12.022844,12.178214,12.604265,13.031075,14.428151,16.590704,16.531935,16.547838,17.476086,20.15177,12.496469,12.848144,13.532804,14.093348,14.409206,14.378547,14.510685,14.774998,15.128909,15.654054,17.513647,17.483721,17.514238,18.197826,24.198206,11.773694,12.224417,13.0215,13.588243,13.916281,13.893615,14.06519,14.31185,14.78677,15.268733,16.741579,16.707651,16.731972,17.479256,21.631046,10.74045,11.27537,12.078338,12.64549,13.116354,13.112802,13.28209,13.631429,14.137184,14.956974,16.666437,16.639301,16.651821,17.746002,20.422121,10.972216,11.496838,12.311952,12.8801,13.312976,13.30545,13.476653,13.805213,14.317099,15.048491,16.701197,16.676394,16.689878,17.759998,20.544966,11.502241,11.998601,12.972096,13.431427,13.746546,13.743228,13.906901,14.139464,14.716372,15.18627,16.180645,16.154451,16.132874,17.621124,18.868336,11.254146,11.766865,12.621533,13.172858,13.516042,13.502481,13.686096,13.93305,14.472996,14.966163,16.292086,16.237619,16.247025,17.12936,19.878529,10.099088,10.638356,11.399689,11.960382,12.564513,12.568933,12.733668,13.132493,13.606774,14.717266,16.593632,16.556736,16.569681,17.62324,20.195068,11.983474,12.404332,13.171884,13.745296,14.087593,14.062006,14.220243,14.491618,14.925718,15.464299,17.141352,17.121927,17.150442,17.921396,22.5947,9.0203495,9.4588785,10.116344,10.625242,11.358018,11.361779,11.502272,11.898709,12.262616,13.687922,16.760025,16.616955,16.636869,17.412279,20.33696,12.483586,12.86003,13.592908,14.161755,14.471344,14.440848,14.587773,14.839396,15.23293,15.712691,17.34557,17.330715,17.362268,18.05448,23.664103,11.187621,11.717074,12.606483,13.137559,13.476602,13.466159,13.647307,13.889976,14.452555,14.940776,16.165661,16.104914,16.101742,17.107779,19.234625,11.145494,11.619044,12.570072,12.989263,13.338339,13.342559,13.493744,13.744781,14.317789,14.880336,15.839774,15.824549,15.797248,17.893476,18.967031,10.750801,11.245827,12.012418,12.582962,13.066947,13.058549,13.219896,13.573006,14.03073,14.891659,16.853815,16.815054,16.834723,17.779648,21.031996,12.263799,12.66662,13.426462,13.99482,14.306609,14.278206,14.435972,14.68004,15.105939,15.570772,17.101213,17.081047,17.110506,17.806206,22.925344,12.986248,13.314495,13.991505,14.552967,14.835011,14.800762,14.929945,15.169439,15.511756,15.958859,17.606085,17.591402,17.62356,18.258648,24.873394,11.278624,11.804021,12.687688,13.228833,13.586352,13.576447,13.756392,14.022964,14.584337,15.122856,16.431574,16.396416,16.398708,17.505312,19.728312,10.365146,10.884811,11.647419,12.213236,12.762012,12.760603,12.923273,13.302939,13.768434,14.76758,16.714478,16.674711,16.690775,17.690716,20.54751,11.490117,11.977221,12.808046,13.374014,13.72429,13.70643,13.884836,14.146893,14.661006,15.183043,16.638617,16.605947,16.623978,17.492392,20.793333,10.861584,11.308992,12.240496,12.631186,13.030794,13.039467,13.184747,13.446497,14.012084,14.681707,15.597526,15.583852,15.553486,18.007133,18.977043,11.457696,11.947562,12.775562,13.344531,13.708323,13.691241,13.867203,14.143991,14.655426,15.215042,16.730671,16.704536,16.722607,17.638145,20.894358,13.145718,13.47181,14.156078,14.717957,14.985955,14.951015,15.083858,15.307858,15.657486,16.063004,17.555079,17.546917,17.579571,18.18648,24.928946,10.196714,10.761426,11.546726,12.104055,12.676409,12.684085,12.852066,13.244032,13.74912,14.787818,16.493063,16.464243,16.472139,17.655178,19.942701,11.134696,11.672031,12.572176,13.085247,13.460258,13.458512,13.630518,13.915707,14.490772,15.087899,16.332756,16.307579,16.300362,17.747751,19.4853,12.312428,12.694971,13.425226,13.994311,14.319439,14.290381,14.43598,14.701291,15.093084,15.613644,17.355381,17.335619,17.366545,18.084307,23.518314,11.296625,11.794937,12.612459,13.184047,13.575676,13.561429,13.733717,14.034883,14.539156,15.17231,16.788654,16.765259,16.782978,17.753199,20.926611,10.815296,11.288554,12.040054,12.608449,13.084815,13.073841,13.23058,13.578807,14.015145,14.866849,16.94663,16.900118,16.9223,17.813744,21.359959,11.553402,12.058644,13.032499,13.506539,13.81632,13.812056,13.983514,14.20714,14.783375,15.229558,16.229101,16.183805,16.162647,17.410353,18.731524,11.114113,11.645351,12.49336,13.050526,13.448847,13.441129,13.616671,13.92132,14.46231,15.107235,16.591099,16.567142,16.575411,17.71559,20.19355,10.27304,10.759529,11.494104,12.053765,12.6168,12.612673,12.767967,13.147264,13.576369,14.618725,16.826868,16.76815,16.788012,17.692535,20.873465,11.21344,11.728421,12.562304,13.128217,13.521243,13.509803,13.684729,13.985767,14.509898,15.142488,16.688004,16.664173,16.677576,17.717661,20.542536,10.910926,11.457095,12.345837,12.844963,13.249552,13.253916,13.421092,13.725553,14.301684,14.974056,16.209003,16.186689,16.175686,17.847712,19.42452,11.057217,11.558254,12.353375,12.926647,13.358533,13.347329,13.514595,13.842665,14.327712,15.062545,16.828135,16.800764,16.819248,17.796186,20.991962,10.939032,11.490964,12.35426,12.890749,13.303287,13.302786,13.475598,13.790222,14.350498,15.034163,16.425043,16.402006,16.401457,17.766563,19.766016,11.766077,12.186885,12.93701,13.508916,13.877846,13.854463,14.006993,14.300186,14.717872,15.331017,17.197317,17.168913,17.196987,17.988525,22.604605,11.651501,12.054642,12.773117,13.336692,13.718754,13.696045,13.839634,14.141932,14.530082,15.191196,17.279011,17.232609,17.260685,18.027277,22.856771,11.394728,11.874534,12.850526,13.28209,13.595616,13.594899,13.749171,13.978448,14.549677,15.028961,15.964811,15.953138,15.926755,17.677265,18.778835,9.9914188,10.392098,11.056471,11.574024,12.069272,12.062549,12.198696,12.528691,12.883809,13.817824,17.126619,16.959435,16.983131,17.715006,21.538218,10.866516,11.413527,12.246926,12.803693,13.240494,13.237927,13.410566,13.741653,14.277724,15.016669,16.559774,16.536236,16.543161,17.750822,20.111551,10.939793,11.381682,12.110888,12.67316,13.129838,13.115556,13.265071,13.602321,14.009609,14.830253,17.078674,17.018415,17.043194,17.871271,21.849749,11.407707,11.897948,12.726607,13.286767,13.625432,13.609236,13.791034,14.038121,14.55332,15.041269,16.429705,16.382038,16.399935,17.204006,20.542467,12.203642,12.610468,13.363744,13.922965,14.220109,14.192228,14.351411,14.577007,15.002902,15.430696,16.85932,16.823162,16.849804,17.484776,22.701109,11.341856,11.856027,12.799701,13.280306,13.619625,13.61723,13.784904,14.03933,14.619779,15.139703,16.231133,16.203966,16.188009,17.701401,19.130306,10.766108,11.329737,12.186796,12.71539,13.152358,13.15667,13.327005,13.656651,14.218851,14.961958,16.342527,16.32023,16.316723,17.798655,19.649683,11.323167,11.767318,12.518392,13.08919,13.502684,13.484634,13.638838,13.957377,14.382859,15.097144,17.095566,17.056829,17.082405,17.920227,22.035177,11.248281,11.634315,12.312836,12.856863,13.262468,13.243906,13.378656,13.689198,14.047681,14.78278,17.309095,17.218187,17.24468,17.978569,22.803461,12.213411,12.561823,13.218737,13.768633,14.103596,14.074881,14.20165,14.479515,14.819113,15.40379,17.514347,17.459187,17.487326,18.171356,24.071426,11.186201,11.693803,12.631263,13.090955,13.445962,13.447864,13.608934,13.873206,14.452976,15.018628,16.083736,16.061943,16.042015,17.835526,19.128317,11.385137,11.905918,12.844646,13.34683,13.67593,13.669714,13.846721,14.085895,14.663924,15.141406,16.248079,16.20237,16.189531,17.388241,19.004715,11.32008,11.833228,12.687485,13.246246,13.61247,13.599434,13.778698,14.054769,14.594337,15.154524,16.579647,16.550003,16.560837,17.57333,20.270622,12.989181,13.332533,14.030457,14.58776,14.853338,14.82055,14.961466,15.173084,15.541543,15.924686,17.308485,17.29134,17.322491,17.900288,24.413292,11.143134,11.618503,12.392141,12.965918,13.395434,13.381137,13.542605,13.869517,14.325537,15.064148,16.95307,16.920641,16.942984,17.847616,21.458204,10.830646,11.339347,12.246528,12.692093,13.105616,13.114309,13.271287,13.561425,14.138663,14.8337,15.902997,15.882973,15.861422,17.958694,19.179617,11.684725,12.141253,12.938111,13.512197,13.869804,13.848317,14.016112,14.293611,14.765791,15.324516,16.943615,16.921745,16.946138,17.782581,21.74139,11.122154,11.660883,12.534534,13.074333,13.460446,13.455366,13.630987,13.92567,14.486682,15.103488,16.469084,16.443972,16.445238,17.706684,19.815277,11.224102,11.748363,12.605589,13.161083,13.540843,13.530861,13.708469,13.99751,14.542659,15.13953,16.574558,16.548386,16.556635,17.656427,20.15819,10.531305,11.108677,11.952489,12.474803,12.951729,12.96171,13.129896,13.480192,14.040958,14.875196,16.254822,16.23295,16.227329,17.806774,19.543695,10.497695,11.069277,11.888013,12.437328,12.934977,12.941254,13.111146,13.474695,14.010339,14.887861,16.439814,16.415749,16.418892,17.735821,19.839643,10.216915,10.659616,11.361915,11.906614,12.446939,12.439807,12.585389,12.946835,13.335906,14.347545,16.9839,16.886301,16.909235,17.7218,21.298941,8.3548956,8.7557735,9.3709059,9.8407936,10.550385,10.559208,10.690633,11.04827,11.381301,12.780419,16.826483,16.58621,16.605703,17.30088,20.069098,11.336127,11.846695,12.704244,13.260044,13.613496,13.599422,13.780904,14.042162,14.583497,15.107312,16.481989,16.443563,16.453823,17.408321,20.126261,9.4747801,9.9468861,10.638806,11.173182,11.881367,11.883851,12.032701,12.442915,12.839272,14.196686,16.717073,16.627834,16.646845,17.495829,20.426922,11.294003,11.821846,12.732244,13.252119,13.603677,13.597181,13.77394,14.036913,14.611186,15.142917,16.361164,16.327843,16.322359,17.57485,19.418858,6.6161718,7.036716,7.2532382,12.55378,13.033628,13.080775,13.337588,13.529117,14.109606,14.236704,15.090765,15.25441,15.230296,15.230325,16.390898,7.6304626,8.146163,8.3842363,10.706775,11.050714,11.041913,11.277549,11.470333,12.064157,12.159803,13.347431,13.45755,12.555289,12.900548,14.117726,8.4968138,9.1225071,9.4116688,11.147339,11.468403,11.417764,11.603811,11.952348,12.547092,12.639996,14.541406,14.673339,14.356258,15.060703,15.978629,6.6751075,7.10356,7.315073,10.832046,11.212304,11.225149,11.473341,11.627303,12.20184,12.306935,13.272013,13.3831,13.04377,13.209244,14.791877,5.7317467,6.0861077,6.2853322,13.733906,14.167041,14.251595,14.467001,14.615759,15.160516,15.261271,15.985766,16.168354,16.173162,16.007328,17.412846,5.27666,5.6047516,5.7594867,9.3853302,9.6737967,9.6832457,9.8846626,9.9623146,10.444513,10.52695,11.239929,11.315496,10.978323,11.072797,13.354911,6.7836866,7.2223639,7.4396386,12.22607,12.723238,12.75797,12.989833,13.195527,13.769979,13.905677,14.791663,14.954226,14.951303,14.997088,15.988591,7.5487432,8.0483017,8.293561,10.952089,11.333094,11.324868,11.564371,11.766927,12.365711,12.471795,13.702159,13.817912,13.340483,13.673934,14.903574,8.4681444,9.1389723,9.432827,11.087389,11.397183,11.347348,11.546298,11.934157,12.544103,12.634691,14.555763,14.701012,14.394435,15.096594,16.023415,4.8518677,5.2070861,5.3970571,19.375465,19.945797,20.07485,20.136227,20.307316,20.709215,20.823513,21.1541,21.544014,21.756363,21.179251,21.789202,8.2836618,8.8299217,9.1065826,11.14791,11.505178,11.463939,11.642579,11.915765,12.494761,12.595078,14.299749,14.418039,14.116016,14.716269,15.647863,7.9592838,8.7186413,9.0071697,10.635832,10.936518,10.909764,11.179817,11.51281,12.210405,12.298147,13.884458,14.118853,13.617377,14.175893,15.215161,6.4957337,6.9388618,7.1429539,12.74159,13.280675,13.334643,13.553324,13.759865,14.313854,14.458203,15.216978,15.398383,15.459941,15.418122,16.306185,7.5014119,7.9653416,8.2129745,11.0207,11.447036,11.432921,11.60237,11.821245,12.38711,12.506481,13.781935,13.906429,13.779254,14.132219,15.05496,5.0619121,5.3825088,5.5815687,17.431393,17.908638,18.053215,18.165386,18.334326,18.829832,18.93014,19.446812,19.76016,19.92618,19.483929,20.43256,7.3329053,7.8178735,8.0453281,10.615623,10.966026,10.962988,11.201923,11.376374,11.962317,12.060259,13.163976,13.270097,12.48632,12.777032,14.123838,8.2639933,9.0226288,9.3215342,10.855385,11.144404,11.10067,11.322808,11.794475,12.431614,12.517789,14.397885,14.57141,14.315914,14.915797,15.856484,6.9711413,7.414268,7.6407537,11.452847,11.88213,11.898586,12.154493,12.339936,12.929226,13.046583,14.063708,14.194044,14.011591,14.171869,15.478362,8.1111965,8.6474123,8.9182024,11.115332,11.48529,11.453165,11.650241,11.903552,12.491981,12.595409,14.159845,14.278476,13.939397,14.461004,15.449497,8.1801805,8.8630438,9.1473951,10.892933,11.210405,11.179817,11.420205,11.732551,12.388089,12.479325,14.098894,14.267784,13.702978,14.275064,15.298635,7.5217004,8.0100117,8.2566109,11.089823,11.490185,11.482981,11.720659,11.927547,12.523602,12.634789,13.866824,13.9866,13.653698,13.974346,15.16332,8.3516521,8.9231606,9.2034369,11.159617,11.506977,11.464719,11.653938,11.942423,12.532004,12.63013,14.370326,14.492537,14.148708,14.769371,15.715374,8.2013597,8.9147921,9.2081757,10.721934,10.99658,10.946998,11.141346,11.77575,12.317964,12.404176,14.434966,14.575291,14.396634,15.02288,15.888688,7.4781723,8.3549156,8.6365166,10.068252,10.330752,10.304092,10.610785,10.951394,11.707286,11.784313,13.257783,13.626882,13.291039,13.721025,14.766846,7.218596,7.6732364,7.9078827,11.488173,11.945307,11.953008,12.181344,12.391481,12.974074,13.100863,14.180885,14.319174,14.224092,14.430367,15.469659,7.1702642,7.6123748,7.8091536,10.108662,10.409074,10.408872,10.626913,10.763149,11.300957,11.385508,12.316181,12.405151,10.96132,11.212536,12.572058,8.4435835,9.1484957,9.4457521,11.0074,11.300925,11.24834,11.446305,11.917788,12.515437,12.603245,14.605934,14.754816,14.516227,15.220381,16.122889,7.8400254,8.3729248,8.597558,10.464351,10.75923,10.750573,10.974444,11.157509,11.731438,11.812245,12.910866,13.021512,11.331682,11.684466,12.742453,6.2836494,6.7009873,6.9076533,13.888274,14.425407,14.503402,14.750194,14.950847,15.506393,15.642626,16.335712,16.543087,16.624828,16.473906,17.441723,5.4269271,5.7947898,5.9943261,16.959526,17.503925,17.632257,17.79351,17.983419,18.476112,18.597916,19.080847,19.385565,19.559608,19.151924,19.973139,6.8843727,7.3317952,7.5419607,10.358061,10.701481,10.704268,10.941457,11.08985,11.659024,11.756001,12.748539,12.847964,12.155756,12.385798,13.943069,5.9861212,6.385385,6.5889535,14.889187,15.432624,15.531231,15.760544,15.957433,16.49514,16.627048,17.242575,17.479315,17.597759,17.352942,18.28779,5.5617871,5.9126248,6.0733337,9.0950937,9.3793077,9.3824759,9.5870867,9.6698732,10.16174,10.246113,11.00052,11.072082,10.580591,10.727926,12.921578,6.1440997,6.5881562,6.7733388,13.334617,13.961987,14.035656,14.290447,14.49314,14.987267,15.134608,15.76314,15.962802,16.105227,15.977947,16.79451,7.6119785,8.4378271,8.723834,10.258512,10.541608,10.519506,10.824326,11.152102,11.891734,11.975424,13.46915,13.794486,13.350688,13.869602,14.929996,7.7835817,8.4843512,8.7508373,10.411484,10.706683,10.691032,10.970582,11.235826,11.913941,12.000678,13.373247,13.614255,12.701048,13.206615,14.264569,5.9996929,6.437561,6.6294479,14.682679,15.308854,15.400918,15.652176,15.856592,16.352297,16.498817,17.044056,17.28204,17.443441,17.200943,17.998978,8.0476151,8.8621941,9.1592178,10.655625,10.938293,10.90325,11.151865,11.586274,12.274852,12.358264,14.086237,14.303255,14.020515,14.510777,15.495283,8.2234669,8.9332952,9.2242918,10.90852,11.220343,11.185283,11.423615,11.769026,12.428775,12.519026,14.224137,14.401425,13.949794,14.553177,15.556807,8.5946321,9.1821461,9.4661112,11.074886,11.374895,11.308568,11.426278,11.806208,12.343902,12.433352,14.546678,14.659719,14.447467,15.270533,16.086298,8.2080784,8.8141603,9.0907755,11.029497,11.368865,11.337967,11.560581,11.838084,12.45935,12.555294,14.141907,14.274648,13.726247,14.27373,15.300129,8.5215225,9.0939016,9.3773813,11.186947,11.517579,11.463112,11.621365,11.940005,12.50671,12.601368,14.526096,14.645062,14.377984,15.099805,15.97633,8.4278593,9.0382643,9.3241291,11.146698,11.478439,11.433198,11.628295,11.947412,12.548061,12.642959,14.452413,14.582571,14.221454,14.880043,15.824342,7.5960207,8.0733824,8.3241587,11.161823,11.583133,11.570374,11.776576,11.996106,12.576873,12.693881,13.97773,14.101999,13.919577,14.267452,15.283351,5.8701572,6.2472472,6.4524541,14.88657,15.392591,15.495693,15.713835,15.89854,16.443989,16.565521,17.208183,17.439369,17.538544,17.291925,18.333652,4.903132,5.2989254,5.4806533,19.082413,19.727978,19.838421,19.926653,20.10038,20.451241,20.577366,20.90905,21.296566,21.524839,20.97208,21.517721,6.270483,6.6670833,6.8771296,13.282554,13.761421,13.830674,14.079317,14.260395,14.830299,14.952058,15.722457,15.903261,15.915693,15.820318,17.017229,8.0702477,8.7033491,8.986475,10.528085,10.78904,10.732983,10.896068,11.726526,12.136529,12.223485,14.453844,14.566353,14.437912,15.214128,15.996341,8.0165567,8.8000746,9.0889683,10.502822,10.767395,10.731763,10.952624,11.488344,12.10895,12.190596,13.960227,14.135914,13.937406,14.217687,15.132352,7.9326253,8.5109291,8.7485609,10.528234,10.824366,10.813344,11.047335,11.255792,11.858696,11.942294,13.134408,13.268314,11.763297,12.166236,13.209941,8.0615568,8.6776581,8.9435415,10.835994,11.161572,11.140189,11.377682,11.632105,12.264255,12.356298,13.786213,13.92661,13.088865,13.573658,14.638412,7.6848297,8.1418648,8.3390064,10.238433,10.51436,10.509583,10.714169,10.85871,11.375072,11.449374,12.383268,12.470881,10.315411,10.60077,11.651505,6.21071,6.5988827,6.8039961,12.378818,12.808375,12.860342,13.10743,13.265905,13.831544,13.940566,14.759708,14.908514,14.82765,14.802979,16.260841,5.8902507,6.2579021,6.4445753,11.184816,11.550169,11.582483,11.813158,11.935488,12.472665,12.566205,13.371062,13.484361,13.278443,13.312624,15.14893,7.5094695,8.2633686,8.5372114,10.136059,10.422672,10.406233,10.720893,11.004508,11.713391,11.80003,13.209349,13.547282,12.910047,13.459588,14.519781,7.690937,8.1651859,8.4199772,10.903838,11.30317,11.276631,11.417541,11.640033,12.195206,12.307,13.704346,13.819228,13.654368,14.090269,14.97906,8.1485376,8.9146128,9.2109032,10.801991,11.100839,11.065357,11.312486,11.699811,12.379148,12.466473,14.198806,14.401177,14.037683,14.623141,15.621563,6.3261876,6.7249818,6.9056196,9.568552,9.8675203,9.8701801,10.086311,10.195372,10.720318,10.808096,11.656111,11.738277,10.878282,11.07553,12.894485,7.7860708,8.3248558,8.5672741,10.708622,11.041368,11.029606,11.263046,11.46585,12.064265,12.156624,13.382331,13.496129,12.46311,12.840143,13.990102,7.9828839,8.5580206,8.8182373,10.87818,11.218205,11.198764,11.43187,11.667742,12.28422,12.37938,13.763461,13.888006,13.10427,13.553933,14.650421,6.2127442,6.604939,6.8012486,10.990158,11.364867,11.389374,11.630969,11.765908,12.320942,12.421373,13.283891,13.396055,13.147371,13.232937,14.969673,5.567389,5.9102144,6.0971642,12.597472,12.976483,13.034407,13.243048,13.366938,13.886271,13.969271,14.718269,14.859339,14.76125,14.67532,16.419571,8.4140358,8.9386959,9.2140398,11.076585,11.412766,11.357417,11.47322,11.758275,12.299867,12.394273,14.309325,14.421103,14.207521,14.927456,15.748846,7.4766207,7.9577131,8.1732845,10.408763,10.724054,10.719976,10.945549,11.107317,11.669412,11.756723,12.794546,12.892784,11.543287,11.838813,13.077425,6.9201336,7.3582616,7.5833206,11.863523,12.323409,12.348775,12.603763,12.799257,13.386552,13.51153,14.479342,14.624109,14.534567,14.643459,15.823153,8.5080862,9.1294708,9.4157171,10.912808,11.184234,11.116333,11.253846,11.864372,12.336005,12.423314,14.721801,14.836139,14.692132,15.562119,16.346676,7.3980598,7.8630214,8.1054192,11.311854,11.752141,11.750499,11.973967,12.186931,12.770863,12.893085,14.064639,14.195636,14.054441,14.325641,15.373199,8.2043009,8.8578939,9.1389208,10.945362,11.269746,11.239221,11.472581,11.770449,12.412731,12.505377,14.109034,14.2618,13.673981,14.237112,15.261837,7.2561388,7.7092643,7.9457088,11.153631,11.602139,11.601521,11.783205,11.994993,12.561766,12.68911,13.813994,13.947513,13.8628,14.127489,15.056321,4.986485,5.2904153,5.4392471,10.087512,10.376758,10.397264,10.584971,10.657159,11.121824,11.192468,11.880186,11.963717,11.727651,11.747987,14.076553,7.423255,7.8961191,8.1397171,11.240995,11.663606,11.661074,11.898215,12.105812,12.69751,12.81452,14.002378,14.12804,13.908868,14.191251,15.337195,6.4831009,6.8951478,7.1014228,11.05149,11.439119,11.459897,11.708601,11.857841,12.42695,12.532254,13.447826,13.563434,13.303267,13.420606,15.037327,6.5323133,6.9437885,7.1570196,11.984363,12.420904,12.458968,12.71575,12.886691,13.465055,13.580365,14.46633,14.608281,14.498262,14.541993,15.928041,8.1462727,8.6506968,8.9206238,10.973376,11.331804,11.286611,11.4057,11.660271,12.205587,12.306119,14.013286,14.123765,13.918542,14.52773,15.366816,7.78228,8.3060026,8.5609245,10.980706,11.352839,11.337243,11.569063,11.788527,12.391006,12.494706,13.825524,13.942725,13.425275,13.821255,14.968767,6.9792223,7.4240727,7.6483192,11.755763,12.231309,12.250049,12.471208,12.681993,13.258575,13.391083,14.363627,14.512859,14.47403,14.601091,15.593907,6.4911613,6.909153,7.1076665,10.225681,10.567509,10.574512,10.809612,10.941753,11.497422,11.594208,12.516315,12.612555,12.090281,12.274019,14.013885,5.3738403,5.7082639,5.9090638,15.672824,16.124775,16.246958,16.413366,16.566261,17.087706,17.186243,17.812557,18.05814,18.158161,17.839396,19.016611,7.1220231,7.9843502,8.229043,9.4671288,9.6731882,9.6318712,9.9316063,10.230148,10.947775,11.006732,12.340304,12.815436,12.572911,12.694028,13.66538,7.709641,8.200326,8.455534,11.129642,11.53646,11.519701,11.729215,11.952081,12.53708,12.65009,13.987197,14.108163,13.86782,14.250326,15.290177,8.5908003,9.1275253,9.4046288,11.096504,11.407367,11.340186,11.434387,11.759354,12.281035,12.371778,14.463838,14.571467,14.378543,15.201462,15.985715,5.4411669,5.8788538,6.0599723,15.771103,16.498257,16.601593,16.829519,17.023628,17.411577,17.555664,17.940287,18.218342,18.45875,18.112698,18.767843,7.9305644,8.4251461,8.6887684,10.94815,11.326397,11.291327,11.430547,11.667241,12.223504,12.329319,13.862172,13.974413,13.763758,14.276373,15.162243,7.8383055,8.6861591,8.9688654,10.309445,10.562765,10.532694,10.779918,11.211902,11.905506,11.981143,13.570536,13.811087,13.590447,13.717187,14.676949,7.8209739,8.3126907,8.5723181,11.042246,11.438543,11.412663,11.587252,11.817009,12.38757,12.498003,13.925095,14.042102,13.826663,14.270726,15.221752,4.5874929,4.898654,5.0919619,19.967304,20.467855,20.618633,20.624935,20.791437,21.215086,21.311739,21.638733,22.045097,22.254732,21.641548,22.312094,6.5279579,6.9536157,7.16571,13.055724,13.570164,13.628396,13.878063,14.078959,14.649837,14.78518,15.56945,15.75229,15.787486,15.728178,16.74752,7.0186005,7.4731693,7.6979384,10.910915,11.298902,11.305037,11.554594,11.727217,12.314419,12.422128,13.476046,13.590188,13.215608,13.435048,14.869145,7.2456098,7.7208943,7.9526801,10.83416,11.211987,11.211547,11.45703,11.638265,12.230208,12.335535,13.453314,13.56556,13.078636,13.348521,14.712209,5.365973,5.7520318,5.9463811,17.387321,17.977459,18.103395,18.263615,18.454206,18.91522,19.044006,19.453136,19.773643,19.970821,19.521067,20.241991,7.9534354,8.5882931,8.8406687,10.537066,10.832448,10.818106,11.067315,11.306693,11.942299,12.027626,13.325339,13.497713,12.239268,12.698144,13.732614,8.6514149,9.268424,9.5558472,11.097437,11.385532,11.316283,11.451938,11.914869,12.440431,12.527818,14.7419,14.859515,14.673905,15.528563,16.340597,7.2442207,7.7102838,7.9460859,11.155,11.565071,11.568153,11.816654,12.009228,12.602801,12.716261,13.837991,13.959866,13.67838,13.924056,15.202321,8.0473108,8.6041441,8.8714991,11.039349,11.398861,11.373558,11.595176,11.841965,12.448819,12.549422,14.029601,14.15096,13.640739,14.123322,15.18587,7.8560443,8.3666716,8.627389,11.097365,11.486726,11.465219,11.676418,11.906925,12.497246,12.605622,14.012359,14.131127,13.812587,14.240672,15.289932,9.123497,9.1846962,9.8031788,10.796942,11.085875,11.122444,11.502215,11.779652,11.947254,12.980072,13.980538,14.04677,13.893341,14.397169,16.932781,11.569677,11.901213,13.032652,13.465652,13.487103,13.528352,13.723403,13.926809,14.043443,14.524473,15.215693,15.18447,15.083529,16.131897,16.780586,8.2774429,8.3440876,8.8955784,9.9149094,10.199574,10.232878,10.666328,10.893096,11.097262,12.175281,13.10545,13.190031,13.039227,13.451722,17.428423,10.206158,10.268789,11.077918,12.076386,12.379022,12.41915,12.751297,12.960307,13.222866,14.023761,14.863266,14.901947,14.79168,15.313076,16.92371,10.380541,10.423326,11.162846,11.903967,12.148369,12.209743,12.582617,12.916967,12.959953,13.697954,14.642814,14.658457,14.404302,15.41871,16.461809,11.102446,11.159267,12.122849,12.67287,12.851859,12.931892,13.173423,13.497482,13.502734,14.092847,14.958127,14.940831,14.806223,16.433834,17.193693,10.732982,10.791859,11.690832,12.583963,12.864791,12.903512,13.201836,13.423636,13.651595,14.383492,15.218814,15.239579,15.133721,15.746488,17.038639,9.647727,9.7121601,10.432573,11.450059,11.750751,11.789431,12.151844,12.385682,12.615314,13.524847,14.436909,14.492358,14.364167,14.899925,17.008717,11.154963,11.598654,12.697401,13.017911,12.949296,12.998766,13.186442,13.407901,13.4982,13.967559,14.646378,14.610555,14.514715,15.985893,16.602667,10.944128,11.004622,11.940038,12.772664,13.036721,13.075954,13.359181,13.59204,13.793,14.494976,15.335242,15.347332,15.239463,15.92669,17.089569,10.124676,10.185936,10.975231,11.93231,12.22441,12.263864,12.595734,12.841208,13.053659,13.898576,14.808494,14.848768,14.726422,15.331194,16.991762,10.556099,10.601975,11.394419,12.117848,12.357828,12.420891,12.766502,13.09651,13.144303,13.8576,14.792871,14.802942,14.579562,15.642667,16.638855,10.472861,10.533072,11.387036,12.335775,12.629189,12.668425,12.983607,13.198846,13.445953,14.213074,15.050952,15.080903,14.973663,15.535826,16.979515,10.124024,10.183287,10.960519,11.890726,12.176908,12.217838,12.54772,12.817017,12.997856,13.854996,14.801139,14.839646,14.706564,15.363596,16.953356,10.682791,10.742408,11.630949,12.518716,12.797374,12.836499,13.136384,13.36772,13.583741,14.32874,15.183302,15.205207,15.095719,15.7341,17.044147,10.567183,10.627229,11.49054,12.37567,12.652798,12.693042,12.997889,13.24604,13.442742,14.213827,15.102046,15.126713,15.00961,15.684665,17.030632,11.390787,11.522823,12.557756,13.148347,13.306952,13.356071,13.590746,13.845349,13.952737,14.527904,15.335194,15.317991,15.201446,16.293921,17.084908,10.134851,10.190833,10.951654,11.849848,12.129222,12.173324,12.505202,12.800036,12.944601,13.802377,14.778556,14.813825,14.661893,15.380638,16.856289,8.3950014,8.4465771,8.8792868,9.7465611,9.9861012,10.012504,10.355626,10.640277,10.731169,11.854843,12.836525,12.905547,12.74651,12.474032,15.287964,9.3064127,9.3745441,10.054254,11.120583,11.426689,11.466184,11.85493,12.06433,12.320929,13.247621,14.12618,14.190763,14.05947,14.535904,17.02984,9.584528,9.6474915,10.350146,11.352372,11.649302,11.687658,12.049889,12.30196,12.508289,13.446046,14.392226,14.448906,14.313971,14.868945,16.997101,12.411083,12.510808,13.728153,14.253768,14.403124,14.436348,14.629505,14.808773,14.966879,15.419592,16.076754,16.034697,15.937737,16.710373,17.329309,11.111732,11.184721,12.147188,12.719474,12.899506,12.971827,13.221801,13.534853,13.563213,14.160292,15.02518,15.009977,14.870184,16.33765,17.118162,10.780427,10.837098,11.743312,12.670346,12.962729,13.001859,13.301021,13.498429,13.763406,14.468936,15.25505,15.274925,15.17711,15.70828,16.958794,10.679092,10.738879,11.607313,12.422043,12.680944,12.726768,13.025104,13.30575,13.448779,14.197145,15.116716,15.132868,14.997252,15.816179,16.988117,9.7652855,9.827651,10.557851,11.54741,11.843547,11.882418,12.234575,12.485629,12.693778,13.601682,14.538465,14.589862,14.458843,15.032579,16.986753,10.445059,10.504581,11.340961,12.23068,12.508623,12.549891,12.861263,13.122506,13.305428,14.101703,15.016627,15.044484,14.919868,15.613132,17.00102,10.287029,10.347873,11.16581,12.106924,12.39649,12.435944,12.758744,12.999086,13.215253,14.030108,14.922717,14.957851,14.840007,15.452284,17.002274,9.9971437,10.061341,10.83745,11.856421,12.16114,12.201288,12.545992,12.757724,13.018228,13.852797,14.707895,14.753147,14.637762,15.152367,16.929073,10.768984,10.829668,11.709661,12.483974,12.731641,12.781092,13.075858,13.366164,13.48662,14.209003,15.127007,15.137488,14.993298,15.892493,16.971884,10.617346,10.675809,11.549251,12.525302,12.829523,12.870547,13.179764,13.367723,13.65639,14.373395,15.147218,15.172077,15.075683,15.557795,16.851891,8.6283159,8.6850605,9.2020159,10.142027,10.408474,10.440921,10.825043,11.123485,11.239392,12.351402,13.379018,13.447066,13.276806,13.566891,16.546968,11.048234,11.073691,12.024597,12.566502,12.756732,12.848927,13.087117,13.43233,13.403327,13.997517,14.873195,14.855668,14.722721,16.513853,17.268541,7.8509316,7.9059148,8.3421278,9.205224,9.4435873,9.4691057,9.8600264,10.111944,10.229597,11.342393,12.284491,12.351169,12.203673,12.10889,16.502655,11.275537,11.479881,12.529877,12.971071,13.043871,13.105018,13.311651,13.575608,13.63391,14.154717,14.924524,14.896334,14.788182,16.388397,17.062689,8.5943804,8.6642847,9.2673855,10.332723,10.630425,10.668047,11.104009,11.30122,11.549524,12.532157,13.40221,13.480087,13.336948,13.776776,17.342546,8.7218657,8.7848053,9.3622751,10.361546,10.646481,10.680777,11.080637,11.343645,11.517683,12.590847,13.576973,13.650959,13.498443,13.939396,17.091511,10.776478,10.816696,11.663218,12.296422,12.515425,12.59401,12.914806,13.257595,13.258272,13.903798,14.807449,14.804469,14.591735,15.928265,16.782164,10.201535,10.240325,10.908421,11.637591,11.876828,11.936982,12.356276,12.692039,12.718596,13.459823,14.392768,14.412234,14.09701,15.09503,16.143545,11.334784,11.732819,12.84682,13.202523,13.167074,13.213351,13.40121,13.615178,13.708977,14.179003,14.866387,14.832088,14.734742,16.066469,16.686096,11.258089,11.343374,12.337193,13.025226,13.235873,13.281491,13.536938,13.793686,13.928001,14.557344,15.396545,15.390157,15.271938,16.202349,17.11368,10.795487,10.857489,11.748326,12.534879,12.785264,12.832131,13.122991,13.403238,13.539235,14.262371,15.170712,15.181924,15.04705,15.904588,17.007601,9.6555948,9.7043638,10.320516,11.201042,11.469176,11.51486,11.897615,12.235856,12.311729,13.243775,14.272572,14.316385,14.082479,14.762589,16.304789,10.739002,10.767072,11.605365,12.222911,12.444914,12.53416,12.853216,13.215406,13.180589,13.82252,14.731112,14.726521,14.508834,15.948006,16.782516,9.8051729,9.8691664,10.61383,11.623661,11.924381,11.963425,12.317044,12.547292,12.782202,13.664518,14.563424,14.614338,14.490417,15.032458,16.99082,10.547555,10.607597,11.470469,12.371696,12.652996,12.692531,12.999659,13.238604,13.449005,14.219919,15.095108,15.121274,15.007574,15.650821,17.029495,10.493023,10.549932,11.377401,12.217072,12.483334,12.52971,12.841291,13.131988,13.269158,14.053129,14.997801,15.019992,14.874479,15.676039,16.924482,11.04048,11.108581,12.056127,12.818094,13.058688,13.102288,13.375593,13.633694,13.788138,14.468917,15.333674,15.338011,15.21893,16.050814,17.08979,9.8924294,9.9332771,10.533508,11.310901,11.555881,11.607241,12.041824,12.378826,12.414814,13.229113,14.192493,14.223392,13.895918,14.748096,15.954601,10.234566,10.292563,11.082485,11.985345,12.265985,12.308467,12.632419,12.911263,13.076262,13.914695,14.866377,14.900007,14.762347,15.462743,16.93438,10.867409,10.920417,11.801366,12.451486,12.668136,12.738153,13.038055,13.364473,13.397548,14.047584,14.95089,14.947565,14.764034,16.016714,16.889175,11.888037,12.060037,13.202874,13.728128,13.847154,13.886142,14.091425,14.297581,14.435168,14.933669,15.647,15.615934,15.515339,16.445435,17.131548,11.651253,11.742009,12.817721,13.468616,13.664598,13.703866,13.9376,14.159031,14.318952,14.88848,15.656521,15.639605,15.536147,16.371496,17.198868,11.248129,11.35909,12.358546,12.94213,13.108103,13.166009,13.408845,13.688924,13.764304,14.351851,15.188696,15.172861,15.045058,16.295128,17.084406,12.421309,12.775584,14.055071,14.359898,14.326794,14.360184,14.515699,14.670964,14.792777,15.160946,15.749303,15.692904,15.599335,16.508644,16.980305,11.250156,11.195729,12.201214,12.589277,12.728251,12.814607,12.997607,13.290395,13.266726,13.774009,14.55236,14.52272,14.428116,17.204773,17.819361,9.7369909,9.7890015,10.448075,11.353572,11.630238,11.675023,12.038108,12.362999,12.466781,13.397838,14.422996,14.467382,14.271917,14.949379,16.556986,11.488876,11.681357,12.755766,13.284404,13.395982,13.442732,13.660545,13.897612,14.006131,14.542814,15.308322,15.284701,15.17544,16.288359,17.017519,11.214167,11.467047,12.528966,12.904167,12.930364,12.992635,13.185477,13.440886,13.494537,13.990094,14.7279,14.696045,14.596115,16.408255,17.041634,9.2492914,9.2997971,9.8474131,10.755163,11.02063,11.060215,11.442565,11.783145,11.85668,12.884596,13.937731,13.992961,13.768015,14.256337,16.110329,9.8693647,9.9164248,10.566985,11.417884,11.682892,11.732162,12.11346,12.4508,12.521633,13.399079,14.409232,14.445676,14.205767,14.973528,16.353477,10.248572,10.310209,11.125555,12.092213,12.387616,12.426917,12.754268,12.979643,13.217293,14.027316,14.89591,14.933009,14.819188,15.388659,16.983419,11.099514,11.180393,12.133908,12.764194,12.959941,13.020599,13.284484,13.5815,13.649792,14.272332,15.143638,15.134355,14.99086,16.198681,17.042152,11.23138,11.287534,12.278106,13.090982,13.35261,13.389865,13.659794,13.868448,14.090229,14.738428,15.520847,15.524524,15.425983,16.058907,17.115852,10.936522,10.974068,11.883859,12.477598,12.68405,12.769904,13.041306,13.388803,13.374472,13.996929,14.894674,14.883797,14.720709,16.248529,17.053968,10.825145,10.881965,11.797522,12.702596,12.988724,13.027279,13.322821,13.527422,13.778254,14.484047,15.28228,15.300585,15.200915,15.763268,17.004738,10.569514,10.625751,11.461364,12.270456,12.529213,12.578451,12.888524,13.187159,13.306646,14.068923,15.012228,15.029881,14.875878,15.736197,16.902281,11.771937,11.998292,13.135636,13.626748,13.711456,13.751752,13.953438,14.160596,14.288458,14.781444,15.490526,15.459354,15.358302,16.344736,17.016687,11.319307,11.385272,12.392262,13.144852,13.383734,13.422613,13.681981,13.908616,14.093915,14.729836,15.534184,15.532061,15.427603,16.169849,17.156401,9.7513847,9.8062716,10.4881,11.415616,11.697972,11.740904,12.095007,12.404893,12.533605,13.467936,14.482596,14.528929,14.357367,15.012782,16.711964,12.383397,13.160526,14.515971,14.5265,14.21652,14.232944,14.339001,14.439605,14.53645,14.792233,15.277006,15.201816,15.116655,15.977756,16.300066,10.34518,10.399701,11.190869,12.041713,12.311104,12.358574,12.682417,12.984667,13.1099,13.920207,14.886415,14.912623,14.753567,15.552273,16.845753,9.8614817,9.9210873,10.652502,11.609476,11.899625,11.939834,12.284109,12.558078,12.736376,13.642934,14.610103,14.65693,14.517201,15.139739,16.925514,9.4886189,9.5339212,10.077865,10.923427,11.176121,11.219264,11.636362,11.978981,12.027889,12.964179,13.976108,14.020852,13.72629,14.360642,15.86793,9.969429,10.031898,10.798898,11.782083,12.078698,12.117829,12.459986,12.698903,12.921834,13.78689,14.693603,14.739211,14.616206,15.18994,16.990007,11.082264,11.159996,12.11017,12.795588,13.009527,13.061853,13.3304,13.612976,13.716603,14.365415,15.240231,15.236555,15.101063,16.131325,17.047722,11.192657,11.290421,12.275939,12.84861,13.016988,13.080942,13.325506,13.619142,13.673939,14.262671,15.10996,15.09381,14.961376,16.320259,17.099827,10.705649,10.751801,11.579463,12.255845,12.483445,12.552489,12.884748,13.216175,13.247561,13.920939,14.835345,14.838139,14.621527,15.803256,16.718138,9.4284611,9.495039,10.189063,11.235194,11.539081,11.57793,11.956676,12.176991,12.421457,13.346148,14.24148,14.303028,14.172934,14.672817,17.031847,8.9178219,8.9721737,9.5015421,10.437109,10.70492,10.739842,11.115073,11.435493,11.533124,12.624555,13.674271,13.738308,13.550422,13.899566,16.287621,9.4310904,9.4912329,10.150768,11.133322,11.424056,11.4625,11.82804,12.10934,12.27737,13.263632,14.260148,14.318959,14.168046,14.727203,16.891863,10.955683,11.013824,11.953218,12.807039,13.078389,13.116658,13.401701,13.620704,13.842249,14.537689,15.35483,15.367799,15.26473,15.898355,17.075993,11.361959,11.772936,12.890629,13.282442,13.25703,13.299548,13.491332,13.694798,13.800956,14.278151,14.96034,14.930095,14.828681,15.946083,16.584772,8.9485636,9.018486,9.6567688,10.738267,11.042619,11.081925,11.495621,11.694941,11.954476,12.908666,13.777506,13.849876,13.711745,14.161665,17.131575,11.301022,11.419868,12.432104,13.025453,13.191011,13.244424,13.485177,13.754043,13.845892,14.431994,15.258853,15.243196,15.120059,16.283936,17.081671,10.775862,10.83664,11.737906,12.584866,12.852222,12.892672,13.18472,13.431067,13.620954,14.354715,15.226319,15.243349,15.12894,15.8363,17.061468,11.543162,11.667842,12.731172,13.337921,13.504788,13.548286,13.778775,14.01473,14.146958,14.712674,15.495973,15.477564,15.368608,16.335127,17.130402,10.32279,10.384116,11.212558,12.178944,12.4751,12.514489,12.83832,13.056874,13.302842,14.095612,14.947706,14.982551,14.871928,15.42977,16.97221,10.257507,10.318811,11.134085,12.089356,12.382091,12.421366,12.747062,12.979759,13.207022,14.021417,14.9026,14.939124,14.8233,15.412635,16.995432,10.873876,10.889395,11.787804,12.372319,12.58744,12.687942,12.95524,13.329078,13.273044,13.90005,14.808924,14.797536,14.636411,16.297045,17.096445,9.7097511,9.7524061,10.322659,11.13026,11.378496,11.425866,11.8567,12.197104,12.23706,13.103123,14.087203,14.124083,13.804263,14.565237,15.887728,8.2283068,8.28897,8.8049126,9.7496367,10.016281,10.047543,10.46092,10.724072,10.871731,11.975076,12.95703,13.028423,12.874143,13.198138,17.181021,9.4178619,9.4820824,10.164779,11.183049,11.481406,11.519245,11.89238,12.137375,12.350781,13.30686,14.247333,14.308887,14.172868,14.702845,17.032051,10.442729,10.503081,11.348892,12.27293,12.55944,12.598772,12.912832,13.147984,13.367169,14.153385,15.028518,15.058628,14.944886,15.562582,17.014839,11.305491,11.454226,12.484205,12.999013,13.123682,13.183318,13.406944,13.679214,13.744571,14.296338,15.101378,15.078691,14.961053,16.369022,17.095001,10.921544,10.972117,11.871313,12.492514,12.701526,12.777111,13.063372,13.39575,13.411568,14.044693,14.94181,14.93441,14.760396,16.125168,16.960602,10.340475,10.397459,11.200351,12.075234,12.349837,12.394177,12.713337,13.000129,13.150067,13.96714,14.920331,14.949055,14.80621,15.552764,16.918171,10.884701,10.838838,11.754581,12.267896,12.480285,12.614724,12.851208,13.25714,13.116385,13.714263,14.586204,14.568262,14.431759,16.627268,17.36816,10.635427,10.674492,11.462705,12.110909,12.333766,12.408035,12.773812,13.109872,13.119032,13.775486,14.671299,14.674279,14.413716,15.656477,16.53949,8.0493078,8.1184282,8.6716585,9.6985731,9.9838505,10.018642,10.483918,10.675819,10.907346,11.920993,12.782619,12.865923,12.718279,13.135886,17.712292,9.1336279,9.2010775,9.8579416,10.91066,11.212438,11.250426,11.647292,11.866532,12.105875,13.06689,13.969213,14.037873,13.901751,14.384591,17.118774,6.8430967,6.9025741,7.3328905,8.1493969,8.3788357,8.4054432,8.8709431,9.0738068,9.2226362,10.25555,11.116335,11.175426,11.042378,11.244626,18.394104,11.304828,11.339424,12.370674,12.767792,12.881441,12.958098,13.144154,13.424736,13.429553,13.935154,14.710551,14.679965,14.583874,16.96541,17.589592,10.800502,10.858659,11.73208,12.452002,12.685903,12.743669,13.044449,13.354023,13.433327,14.126316,15.045045,15.049618,14.881948,15.923903,16.901472,10.433765,10.493963,11.335242,12.247887,12.531425,12.571228,12.88457,13.129398,13.335439,14.128238,15.01965,15.049401,14.932042,15.576097,17.015938,10.618673,10.615861,11.447647,12.051053,12.288754,12.416415,12.712801,13.145503,13.00447,13.66144,14.597985,14.591578,14.396133,16.045605,16.873207,9.2466106,9.3053341,9.9248714,10.898973,11.184786,11.222595,11.594855,11.889693,12.03664,13.061281,14.081116,14.142767,13.980453,14.505764,16.795752,10.824273,10.879964,11.792174,12.724048,13.019169,13.058641,13.35597,13.546786,13.821669,14.513961,15.283768,15.302098,15.207039,15.717316,16.929674,9.9132605,9.9694538,10.690201,11.614851,11.898482,11.941309,12.28483,12.582763,12.727452,13.629896,14.623632,14.666241,14.509236,15.1831,16.81485,11.406257,11.660105,12.742245,13.191989,13.249188,13.299697,13.50455,13.742601,13.830862,14.340604,15.085394,15.056624,14.95077,16.266973,16.941156,10.18052,10.233424,10.986252,11.852508,12.125138,12.17271,12.509311,12.820383,12.937289,13.77858,14.76412,14.795204,14.623402,15.401313,16.76189,9.1459103,9.1992159,9.7552691,10.687236,10.958289,10.996202,11.372103,11.700852,11.79424,12.847548,13.900884,13.960304,13.761291,14.216914,16.311134,8.9831963,9.0471792,9.6641932,10.68103,10.973483,11.009334,11.40141,11.656744,11.849133,12.88148,13.851959,13.923378,13.7763,14.26177,17.077389,11.453856,11.58202,12.628436,13.23095,13.395058,13.441198,13.674734,13.920538,14.041127,14.614594,15.412414,15.395207,15.2823,16.305674,17.104372,12.712716,13.116661,14.4471,14.671689,14.587662,14.615947,14.752931,14.888547,15.002299,15.322309,15.869884,15.801548,15.708279,16.584919,16.980762,9.4279127,9.4792891,10.070273,10.983314,11.255183,11.297076,11.67481,12.009361,12.096466,13.088877,14.133989,14.185769,13.971466,14.550636,16.331404,10.985421,10.976431,11.914606,12.445562,12.647302,12.755872,12.989519,13.360127,13.287314,13.885122,14.766119,14.748285,14.618334,16.598881,17.34803,11.440071,11.529959,12.563403,13.235806,13.439206,13.481368,13.72599,13.964607,14.113675,14.715338,15.520161,15.509102,15.399537,16.280521,17.156246,10.246066,10.292223,11.021083,11.818968,12.076287,12.131493,12.493464,12.82514,12.892391,13.684741,14.65992,14.683228,14.456161,15.358325,16.529606,9.9273205,9.9914322,10.756577,11.770012,12.072739,12.112335,12.460286,12.679881,12.929214,13.782438,14.656036,14.703417,14.584689,15.113588,16.961395,7.4304919,7.4984822,7.9985905,8.9814939,9.2522879,9.2838478,9.7754402,9.9552689,10.17663,11.208944,12.041108,12.129242,11.977122,12.35917,18.134727,12.631207,12.809944,14.081672,14.494101,14.569786,14.601913,14.771094,14.935847,15.072434,15.468415,16.082609,16.028313,15.931483,16.762234,17.27758,7.854908,7.9252615,8.4686117,9.4971237,9.7807617,9.8166609,10.302075,10.475488,10.718449,11.702327,12.525744,12.608099,12.460572,12.866751,17.85413,10.949267,11.00405,11.940941,12.836747,13.122519,13.160887,13.450267,13.646948,13.905258,14.586363,15.36204,15.376265,15.280196,15.825738,16.998667,10.671936,10.730208,11.618462,12.549629,12.841095,12.880156,13.184663,13.39047,13.645714,14.374906,15.183817,15.207277,15.105558,15.656332,16.976753,9.9961958,10.049726,10.770542,11.665848,11.943708,11.989258,12.33396,12.645272,12.767572,13.649555,14.64953,14.68738,14.514977,15.239053,16.732672,10.900795,10.965744,11.870664,12.595962,12.82795,12.881083,13.167412,13.461576,13.562932,14.24882,15.152733,15.15602,15.008489,16.000786,16.984543,10.470497,10.530755,11.383722,12.320643,12.610826,12.649938,12.964111,13.187139,13.422758,14.196468,15.048898,15.078679,14.969148,15.554659,17.000761,9.5043192,9.5591402,10.193525,11.133079,11.414234,11.455462,11.820696,12.136836,12.256372,13.240053,14.272594,14.325384,14.14442,14.739871,16.617594,10.716645,10.776748,11.669222,12.537745,12.811083,12.850801,13.147344,13.387294,13.589366,14.332065,15.198222,15.218156,15.10588,15.779092,17.053726,10.57524,10.634282,11.50336,12.470359,12.77076,12.810991,13.122244,13.318068,13.59366,14.326412,15.119793,15.146358,15.046492,15.553869,16.90086,11.147614,11.234945,12.20188,12.845001,13.041457,13.097115,13.357214,13.642296,13.729786,14.353355,15.216301,15.207524,15.071918,16.198978,17.057205,10.955319,11.016778,11.953279,12.775212,13.035812,13.075564,13.357269,13.594941,13.787916,14.488707,15.335316,15.34641,15.236761,15.946275,17.092684,11.07006,11.134672,12.091796,12.878267,13.127488,13.168095,13.441453,13.683453,13.862215,14.542029,15.385981,15.391838,15.280861,16.037277,17.110952,10.924164,10.986611,11.888776,12.558749,12.776163,12.838752,13.127427,13.439016,13.500073,14.156465,15.056652,15.054153,14.889195,16.048517,16.946415,11.408113,11.470122,12.494287,13.248652,13.4901,13.527641,13.784041,13.999722,14.196869,14.818296,15.600644,15.596625,15.495965,16.198769,17.168282,10.543168,10.602628,11.467665,12.427913,12.72568,12.765447,13.07804,13.280136,13.545983,14.290258,15.09848,15.12621,15.023863,15.550163,16.932825,10.749294,10.801525,11.652152,12.351348,12.582366,12.645816,12.960802,13.282978,13.337322,14.02245,14.942854,14.946536,14.755855,15.869363,16.815483,9.2506742,9.2980175,9.8141193,10.689867,10.94477,10.984198,11.380897,11.728762,11.780849,12.793025,13.836421,13.889366,13.630063,14.101789,15.800793,11.332778,11.579952,12.649732,13.085584,13.139498,13.19424,13.398777,13.646887,13.723301,14.234652,14.985559,14.956271,14.850108,16.299181,16.968819,10.429873,10.488646,11.316968,12.196008,12.47143,12.513946,12.826262,13.097871,13.266674,14.067041,14.99651,15.023779,14.893014,15.614238,16.977657,10.991016,11.047799,11.993918,12.853662,13.127672,13.165635,13.449933,13.661433,13.892894,14.578993,15.380828,15.393049,15.29257,15.901572,17.066385,10.025036,10.087883,10.866533,11.856061,12.154573,12.193829,12.534248,12.763319,12.998945,13.846712,14.733287,14.777472,14.658405,15.216372,16.981737,9.9522085,10.013944,10.774,11.747275,12.041614,12.080881,12.422453,12.671658,12.881332,13.757287,14.682184,14.727857,14.601066,15.193062,16.985157,9.3634968,9.4256258,10.087071,11.087354,11.381197,11.41886,11.789956,12.05614,12.242704,13.228819,14.205825,14.267715,14.123197,14.663112,16.971907,8.6084213,8.6771021,9.2782688,10.329006,10.624439,10.660905,11.091184,11.29985,11.535032,12.536309,13.428357,13.506535,13.362896,13.811423,17.352304,9.6786976,9.7380991,10.435538,11.402414,11.692847,11.732633,12.086193,12.367208,12.536969,13.479722,14.465528,14.517405,14.370561,14.972397,16.892025,10.514108,10.492929,11.320256,11.913062,12.161789,12.326951,12.608478,13.102209,12.862779,13.532102,14.473323,14.466832,14.288664,16.063679,16.8937,10.627532,10.686551,11.56737,12.491834,12.780559,12.819469,13.125436,13.339662,13.583256,14.326165,15.153718,15.178487,15.073704,15.648419,17.00065,10.644611,10.704869,11.578695,12.437325,12.707635,12.748999,13.04843,13.305049,13.486353,14.245213,15.140197,15.161076,15.040793,15.75854,17.0334,11.863377,12.27305,13.47786,13.823553,13.78431,13.822612,13.995599,14.170216,14.291853,14.711764,15.340578,15.298734,15.204334,16.181801,16.738146,11.36134,11.524123,12.566671,13.091624,13.214165,13.268703,13.492077,13.752654,13.834553,14.384408,15.179649,15.157227,15.04157,16.330379,17.062788,11.412722,11.584786,12.638663,13.173147,13.295271,13.345875,13.568552,13.819096,13.914781,14.462831,15.248505,15.226321,15.11295,16.305099,17.043488,10.863291,10.926441,11.838372,12.640017,12.89402,12.93727,13.222594,13.484736,13.645593,14.361822,15.2467,15.258072,15.136138,15.93001,17.057596,9.9672203,10.025229,10.766585,11.700886,11.987042,12.028642,12.367454,12.651412,12.815076,13.705512,14.680092,14.722492,14.57789,15.236634,16.891239,10.795572,10.853491,11.764149,12.658526,12.940659,12.979156,13.274981,13.488857,13.726184,14.443396,15.260872,15.279864,15.177075,15.769786,17.031206,9.3468037,9.4101648,10.076688,11.087942,11.38397,11.421476,11.795851,12.051189,12.250972,13.229233,14.189595,14.252615,14.111922,14.642879,17.015278,7.1421652,7.1998105,7.6289144,8.455925,8.6867714,8.712532,9.1562338,9.3749104,9.5112801,10.574018,11.461688,11.522034,11.384082,11.485306,17.828716,11.569442,11.750156,12.83597,13.378624,13.500008,13.544259,13.761863,13.991864,14.111665,14.646676,15.4049,15.381038,15.273885,16.31551,17.049852,10.859046,10.921202,11.835943,12.655786,12.915259,12.956704,13.242873,13.494851,13.671734,14.390442,15.263565,15.276618,15.160143,15.908286,17.07021,9.678813,9.7451353,10.47414,11.521256,11.828087,11.868158,12.232836,12.444488,12.70434,13.584457,14.453597,14.508311,14.385487,14.882051,16.951672,11.409654,11.46745,12.491611,13.262094,13.510582,13.54746,13.805903,14.014448,14.223868,14.844414,15.615497,15.61241,15.514064,16.178591,17.158918,10.918711,10.978063,11.909843,12.758088,13.02704,13.065783,13.351693,13.578504,13.790044,14.494578,15.327025,15.340687,15.234797,15.893278,17.080261,11.076226,11.143096,12.099952,12.87113,13.114916,13.156755,13.428607,13.677432,13.844599,14.521636,15.37332,15.377777,15.263658,16.05691,17.106684,11.672717,11.836469,12.936753,13.490999,13.623461,13.665468,13.88199,14.104701,14.235047,14.765438,15.514247,15.489409,15.384613,16.364737,17.09893,9.9169798,9.9777641,10.726065,11.690392,11.982549,12.022193,12.364308,12.625461,12.820002,13.709925,14.655508,14.701562,14.569277,15.178566,16.964647,10.546737,10.605486,11.451447,12.300265,12.568324,12.61243,12.918308,13.195605,13.351015,14.127914,15.055254,15.077293,14.943574,15.711185,16.978062,11.303038,11.401218,12.407098,13.059208,13.252868,13.300534,13.549501,13.808867,13.929445,14.539935,15.372162,15.361758,15.24218,16.241886,17.104942,10.056375,10.096355,10.734441,11.491865,11.735763,11.791582,12.216094,12.553096,12.586007,13.364463,14.316566,14.341724,14.024782,14.948195,16.074789,9.1384468,9.2047682,9.8576097,10.897623,11.197066,11.234382,11.627337,11.857835,12.083621,13.060365,13.983607,14.0523,13.91425,14.407879,17.11614,11.14239,11.141313,12.121316,12.601571,12.772787,12.867613,13.079884,13.411976,13.374961,13.934954,14.774799,14.751321,14.637997,16.790279,17.488358,8.4338655,8.4897337,8.9763222,9.8964014,10.154273,10.184329,10.565648,10.856851,10.967549,12.095555,13.109174,13.178069,13.012055,13.166939,16.388945,11.04555,11.115773,12.053691,12.671358,12.868558,12.935652,13.204104,13.515201,13.560616,14.1824,15.062238,15.052517,14.900187,16.201284,17.03071,8.214056,8.2794495,8.8177862,9.8186407,10.098269,10.130702,10.560544,10.795928,10.985967,12.081985,13.027334,13.110122,12.958918,13.351017,17.415478,9.6016054,9.6590891,10.330389,11.286304,11.573234,11.613694,11.971351,12.268499,12.416311,13.379242,14.388706,14.441175,14.281402,14.885643,16.794739,6.7695513,6.8357434,7.2922616,8.2164974,8.4705553,8.4986067,9.0174437,9.174695,9.3930902,10.390784,11.160466,11.246541,11.094352,11.451245,18.706701,11.136031,11.215834,12.180568,12.875963,13.091683,13.140508,13.404723,13.676063,13.796068,14.442872,15.306088,15.302477,15.17524,16.147697,17.076389,10.459608,10.519935,11.371099,12.338434,12.636757,12.676528,12.993725,13.199378,13.461848,14.221963,15.041784,15.072271,14.967557,15.498489,16.937201,10.702346,10.668282,11.546351,12.105435,12.340193,12.494474,12.746933,13.204185,13.007196,13.645934,14.557423,14.545184,14.397491,16.372496,17.164755,11.298502,11.42581,12.473848,12.870559,12.952164,13.021519,13.211793,13.481268,13.509781,14.012913,14.777858,14.746847,14.648559,16.718441,17.350372,6.8839283,6.9519353,7.4312901,8.3614264,8.6195784,8.6522331,9.186552,9.3305216,9.5559492,10.494659,11.241375,11.318252,11.176128,11.549848,18.738741,10.340585,10.391665,11.165334,11.987763,12.250975,12.302464,12.637082,12.954363,13.051991,13.849717,14.822481,14.845961,14.662417,15.521021,16.738226,7.2130961,7.2757249,7.736227,8.625268,8.8723774,8.9007912,9.3645334,9.5735321,9.7417221,10.817116,11.70357,11.775093,11.633436,11.916152,18.157614,10.148348,10.198637,10.930841,11.780311,12.049005,12.098881,12.446457,12.768662,12.865662,13.703374,14.69523,14.725329,14.532262,15.340037,16.655186,10.938711,11.429386,12.50791,12.794758,12.693532,12.748144,12.936305,13.168446,13.25247,13.722033,14.390074,14.355037,14.257015,15.889653,16.500937,12.092065,12.228754,13.398818,13.932538,14.069211,14.10569,14.307581,14.503585,14.651692,15.13585,15.830482,15.795856,15.697188,16.556826,17.224855,8.5427465,8.6100464,9.195075,10.23113,10.522681,10.557678,10.983545,11.206627,11.423882,12.462397,13.383344,13.463886,13.316878,13.761092,17.344097,11.192897,11.243651,12.239861,12.727733,12.881622,12.963828,13.179348,13.492108,13.489811,14.046187,14.878781,14.855189,14.740206,16.656691,17.360136,12.767366,12.893124,14.175419,14.614643,14.721684,14.752678,14.923549,15.085588,15.229548,15.624762,16.234085,16.178459,16.08091,16.856564,17.37142,9.2471724,9.3018694,9.8885889,10.831799,11.108734,11.14763,11.520925,11.8417,11.950656,12.983919,14.02955,14.087954,13.900027,14.412147,16.498693,11.227384,11.325683,12.335566,12.827672,12.964206,13.036901,13.255324,13.551626,13.576818,14.129183,14.95016,14.926482,14.80998,16.530807,17.238716,11.609249,11.71941,12.791745,13.415195,13.593772,13.635116,13.865957,14.094676,14.239182,14.804314,15.579272,15.560989,15.454808,16.360765,17.165831,11.144839,11.207141,12.180492,12.972914,13.225075,13.264076,13.534831,13.764202,13.958052,14.62496,15.446101,15.45076,15.345051,16.058207,17.125002,8.9515858,9.0017719,9.4912815,10.391239,10.646359,10.680303,11.051939,11.388318,11.45482,12.543988,13.596122,13.65767,13.442706,13.683818,15.712978,12.246201,12.507842,13.737333,14.13939,14.178475,14.213933,14.389201,14.564281,14.694898,15.113799,15.749507,15.702959,15.607132,16.519398,17.07296,10.253646,10.31571,11.132831,12.118692,12.418867,12.458651,12.787493,13.00007,13.256352,14.053893,14.89807,14.93524,14.824967,15.360064,16.944122,10.801491,10.793209,11.682151,12.257051,12.482059,12.603016,12.863058,13.270871,13.160178,13.793682,14.710855,14.699037,14.544555,16.350079,17.146509,9.6686888,9.7300701,10.437829,11.421968,11.716009,11.754925,12.110441,12.374831,12.566057,13.500421,14.462724,14.516247,14.378045,14.958315,16.958595,9.5709095,9.6231232,10.25,11.165908,11.441978,11.485114,11.854912,12.182961,12.282484,13.24823,14.28456,14.333545,14.132673,14.760089,16.481693,11.029201,11.099298,12.041588,12.784259,13.018448,13.064655,13.338181,13.606626,13.743948,14.421041,15.295938,15.298678,15.173168,16.06218,17.069929,8.2067051,8.2696123,8.7970381,9.7651663,10.037476,10.069196,10.490879,10.741199,10.908282,12.008464,12.974723,13.050655,12.899175,13.263112,17.340179,7.146534,7.2139773,7.6807332,8.6336937,8.8965969,8.9264898,9.4156036,9.601408,9.8104153,10.889158,11.72671,11.818127,11.665462,12.008099,18.242975,7.7007165,7.7678533,8.2710485,9.2619228,9.5352106,9.5665379,10.028209,10.23595,10.440162,11.536171,12.429102,12.51914,12.366228,12.732078,17.792492,8.8509045,8.9177561,9.5360527,10.576694,10.872819,10.909035,11.318056,11.546362,11.767185,12.777548,13.70345,13.778359,13.635405,14.105851,17.212564,10.42821,10.488812,11.334991,12.300908,12.598352,12.63797,12.956642,13.165873,13.423481,14.191785,15.02039,15.051902,14.94565,15.485198,16.94964,10.661182,10.721434,11.593934,12.434875,12.700522,12.743415,13.041644,13.308094,13.474121,14.229795,15.135962,15.154959,15.029331,15.786385,17.02005,11.321306,11.396821,12.403994,13.122807,13.347095,13.388354,13.64373,13.883042,14.045224,14.675424,15.49436,15.489504,15.379915,16.203613,17.14924,11.245562,11.343442,12.336246,12.978016,13.168786,13.219804,13.47145,13.741192,13.84674,14.459408,15.30285,15.292435,15.16706,16.23106,17.084591,10.714147,10.771521,11.631236,12.392308,12.637898,12.69113,12.994919,13.298634,13.39817,14.121057,15.050701,15.060873,14.900598,15.851017,16.90625,7.4352221,7.5005188,7.9776216,8.9241972,9.1845703,9.2143555,9.6782598,9.8855295,10.072495,11.176424,12.06887,12.153114,12.004191,12.326405,17.968241,11.062323,11.006155,11.963164,12.42766,12.613739,12.726369,12.939083,13.294196,13.209708,13.769602,14.605147,14.581827,14.465067,16.907726,17.595997,8.8009663,8.8609047,9.4273844,10.401611,10.681074,10.715629,11.105158,11.390031,11.536497,12.616158,13.630567,13.699698,13.538873,13.965296,16.88582,10.169157,10.223402,10.981226,11.860165,12.135519,12.181612,12.515185,12.819727,12.948089,13.79571,14.77791,14.810513,14.64793,15.402093,16.80541,10.992439,11.046081,11.989598,12.887012,13.174536,13.212998,13.500599,13.692098,13.957443,14.627543,15.390166,15.402956,15.308982,15.83839,16.982317,10.532908,10.586255,11.403745,12.196816,12.452439,12.504988,12.824313,13.135069,13.234114,13.99334,14.944994,14.961761,14.790137,15.695451,16.826941,11.402043,11.501778,12.529397,13.18189,13.374714,13.419253,13.662914,13.909686,14.044186,14.643438,15.456451,15.444383,15.331115,16.275768,17.132133,10.980145,11.049323,11.970513,12.654745,12.872793,12.929885,13.209762,13.508149,13.591514,14.250139,15.143043,15.140948,14.990664,16.076702,16.993864,11.347911,11.419888,12.432463,13.160444,13.38912,13.429161,13.684476,13.917403,14.088943,14.717226,15.526958,15.522326,15.415413,16.205486,17.158863,11.237541,11.352302,12.361486,12.878845,13.018957,13.086049,13.312695,13.60267,13.645486,14.206435,15.030494,15.008793,14.887452,16.426416,17.155628,9.9497738,10.000557,10.695125,11.572941,11.846192,11.893717,12.250389,12.574964,12.674551,13.556796,14.56626,14.603346,14.406761,15.153502,16.595755,10.955654,11.023559,11.945944,12.682741,12.91644,12.965793,13.245485,13.526993,13.647347,14.331823,15.223659,15.227124,15.091646,16.028328,17.029877,11.93934,12.032973,13.164049,13.771935,13.952408,13.98906,14.207476,14.411007,14.574567,15.098793,15.82194,15.795837,15.696603,16.500397,17.248709,11.439964,11.713018,12.804986,13.260974,13.313364,13.360562,13.564869,13.79328,13.891634,14.39868,15.133106,15.104929,14.999569,16.208883,16.88559,10.61658,10.668359,11.493634,12.244605,12.489835,12.54737,12.869056,13.187452,13.263318,13.990094,14.930707,14.941814,14.755375,15.750476,16.790945,8.729907,8.7845993,9.290988,10.220834,10.483947,10.516498,10.8908,11.202571,11.302099,12.416932,13.457072,13.523766,13.34386,13.590656,16.232294,11.248226,11.326318,12.317875,13.031257,13.252823,13.296237,13.554552,13.804729,13.953756,14.592543,15.428794,15.424862,15.310161,16.179829,17.126196,10.277366,10.33781,11.150882,12.082584,12.369854,12.409701,12.731998,12.98109,13.185654,14.007119,14.914431,14.949318,14.828065,15.461219,16.999043,8.7958355,8.8614159,9.4642792,10.492257,10.784854,10.820175,11.226029,11.467424,11.671556,12.710903,13.661613,13.737597,13.591052,14.055801,17.184259,8.0219584,8.0901785,8.6321955,9.6528759,9.9361,9.969635,10.427949,10.630707,10.851502,11.899301,12.783192,12.869637,12.71911,13.128823,17.672363,8.4825783,8.5412569,9.0625906,10.008303,10.276237,10.3083,10.704388,10.987568,11.119153,12.227102,13.236781,13.306322,13.144291,13.460388,16.841257,11.776179,11.912564,13.024431,13.598347,13.74903,13.788991,14.006089,14.22253,14.364401,14.893265,15.635009,15.60968,15.506879,16.422855,17.162832,11.164075,11.224177,12.201864,13.004043,13.26019,13.298431,13.569556,13.79158,13.995953,14.658791,15.467573,15.472414,15.369355,16.051764,17.123575,11.635981,11.70836,12.777447,13.467482,13.684263,13.721813,13.961843,14.175935,14.355025,14.935774,15.698626,15.685009,15.584292,16.343134,17.210455,9.2470808,9.3038206,9.9079504,10.866842,11.148476,11.186836,11.558801,11.867103,11.994956,13.02523,14.059854,14.11984,13.946101,14.466832,16.661104,10.116285,10.17912,10.9738,11.966878,12.267136,12.306711,12.643078,12.862254,13.110796,13.935397,14.799166,14.840667,14.726006,15.267962,16.960238,9.1348801,9.2000208,9.8456917,10.874196,11.171235,11.208073,11.597179,11.839723,12.051118,13.045395,13.990454,14.059182,13.918262,14.418997,17.092695,9.4749212,9.5401373,10.236584,11.265174,11.566232,11.604543,11.977491,12.210222,12.439518,13.372948,14.289637,14.349897,14.218285,14.739031,17.034758,12.007695,12.250747,13.434859,13.88481,13.948428,13.98606,14.174755,14.365005,14.496543,14.952826,15.624108,15.58557,15.487856,16.430189,17.044678,9.684001,9.7475061,10.469711,11.474957,11.77354,11.812158,12.170638,12.413047,12.631985,13.544855,14.470561,14.524734,14.394932,14.947095,17.002644,11.117029,11.171639,12.140541,12.989798,13.262712,13.300198,13.578467,13.781383,14.019831,14.681962,15.460673,15.468899,15.371779,15.962728,17.069994,9.7115126,9.7767086,10.509562,11.53826,11.841848,11.88115,12.242091,12.463916,12.709773,13.596883,14.484206,14.537984,14.413963,14.933167,16.984379,10.671738,10.685021,11.511965,12.121052,12.350286,12.455044,12.770378,13.161789,13.079842,13.726254,14.645974,14.640523,14.421887,15.957006,16.783701,10.332989,10.369813,11.058017,11.74531,11.975249,12.040615,12.463956,12.79628,12.812102,13.509354,14.411205,14.424713,14.09814,15.189011,16.153055,10.493857,10.532115,11.274779,11.947829,12.176301,12.246047,12.63793,12.972195,12.987928,13.667147,14.569324,14.577727,14.289513,15.445173,16.37241,10.614594,10.673106,11.547672,12.516416,12.818255,12.85879,13.168025,13.359655,13.641494,14.363655,15.14588,15.171021,15.07319,15.568658,16.88015,10.206911,10.266894,11.06367,11.994019,12.280613,12.320959,12.646536,12.905462,13.098459,13.936769,14.863185,14.89974,14.773177,15.419955,16.981886,10.535188,10.595137,11.458566,12.378232,12.664433,12.703514,13.013063,13.240522,13.467685,14.234294,15.090966,15.118322,15.008343,15.614699,17.017616,11.842542,12.148731,13.321511,13.744258,13.772806,13.811543,13.998719,14.189423,14.314721,14.770768,15.438799,15.401846,15.304078,16.285894,16.898577,10.06425,10.110346,10.798462,11.621486,11.88288,11.935388,12.309783,12.644761,12.712706,13.543726,14.535652,14.565267,14.327874,15.168794,16.429611,8.9487991,9.0057249,9.5655499,10.521465,10.797121,10.832751,11.21229,11.518767,11.639905,12.716385,13.754174,13.819151,13.644725,14.068039,16.608707,11.253229,11.730856,12.850561,13.189863,13.118612,13.161857,13.346437,13.546633,13.644385,14.106743,14.77199,14.739909,14.640958,15.848887,16.461388,10.431532,10.479964,11.258341,12.037578,12.290929,12.347259,12.688208,13.013188,13.08694,13.848294,14.808163,14.825724,14.621573,15.56557,16.675274,11.119696,11.172549,12.140657,13.005305,13.284122,13.321739,13.601393,13.796155,14.048527,14.704194,15.466834,15.475278,15.38083,15.937837,17.03673,11.198728,11.256738,12.241253,13.049568,13.30871,13.346359,13.616928,13.831677,14.045555,14.701011,15.495831,15.50015,15.39959,16.054848,17.120861,15.174633,15.264946,16.976265,16.937073,16.965101,16.963507,16.9877,17.031975,17.232491,17.296232,17.493172,17.305717,17.16469,17.796972,17.698954,14.270938,14.434541,15.988338,16.074497,16.15061,16.155647,16.205442,16.276064,16.656277,16.772017,17.033424,16.891058,16.778572,17.618752,17.47724,13.65661,13.87232,15.33249,15.460217,15.553904,15.564343,15.627258,15.713116,16.182127,16.326832,16.636681,16.529524,16.433294,17.560194,17.510204,13.95369,14.165402,15.644106,15.720966,15.792832,15.804058,15.861638,15.955255,16.32753,16.460077,16.792498,16.674242,16.570457,18.267248,18.29958,13.103939,13.302508,14.634195,14.761893,14.872899,14.891145,14.96393,15.072886,15.506047,15.684221,16.0662,15.998166,15.914091,18.287697,18.406979,14.217901,14.404277,15.941887,16.035759,16.114979,16.122644,16.177246,16.257593,16.621731,16.746183,17.032412,16.90023,16.7897,17.80847,17.734026,13.730588,13.941968,15.384285,15.484241,15.571084,15.58417,15.647295,15.746051,16.138577,16.285883,16.631763,16.52721,16.429216,18.215469,18.263027,14.161643,14.388298,15.900641,15.956294,16.012613,16.022594,16.075367,16.163883,16.517931,16.636501,16.955561,16.826912,16.717409,18.25889,18.278927,14.785564,15.010934,16.610886,16.6194,16.649763,16.65653,16.697264,16.768148,17.056837,17.143257,17.429581,17.271664,17.145388,18.103251,18.076389,13.426829,13.566904,14.93259,14.967487,15.025952,15.036764,15.089684,15.18048,15.580061,15.71346,16.070721,15.974854,15.887874,18.802254,18.878304,15.25483,15.330656,17.052433,16.976171,16.996124,16.992086,17.010513,17.047724,17.229334,17.28553,17.475534,17.276464,17.132885,17.716814,17.617458,14.78275,14.922699,16.563377,16.599241,16.651787,16.655416,16.695341,16.759417,17.029366,17.120811,17.358358,17.198278,17.070196,17.892778,17.80455,15.092155,15.288177,16.912855,16.891932,16.913729,16.918781,16.952791,17.013052,17.264479,17.336187,17.618843,17.446486,17.3134,18.073591,18.025114,15.104524,15.194433,16.900501,16.892241,16.92935,16.929037,16.957499,17.00605,17.219542,17.289856,17.485188,17.306095,17.167402,17.817083,17.705301,13.958307,14.166744,15.661035,15.771093,15.858782,15.869071,15.929242,16.017174,16.404251,16.5418,16.848999,16.735292,16.631702,17.832632,17.801701,14.893703,15.060286,16.702578,16.70483,16.740828,16.744633,16.780691,16.84306,17.101969,17.183496,17.434071,17.267376,17.136316,17.979595,17.924595,13.547523,13.776563,15.213962,15.349225,15.449064,15.461596,15.527387,15.618588,16.05875,16.211803,16.527246,16.440857,16.347792,17.631575,17.624292,14.247048,14.437285,15.978228,16.066555,16.1432,16.151402,16.205858,16.288149,16.638439,16.761971,17.052643,16.920933,16.809355,17.902554,17.851507,13.911107,14.299698,15.749451,15.77164,15.778853,15.792274,15.84802,15.945818,16.350365,16.466459,16.820368,16.703743,16.601801,18.396658,18.456554,14.452164,14.647216,16.219217,16.272877,16.330732,16.338245,16.386654,16.465853,16.783787,16.892206,17.178122,17.035526,16.91744,18.068588,18.043636,14.690188,14.876752,16.486799,16.51376,16.558561,16.564316,16.606348,16.677299,16.965324,17.058922,17.326843,17.171801,17.046713,18.035992,17.997192,13.719618,13.940729,15.39981,15.515472,15.60777,15.620666,15.683878,15.776689,16.166559,16.311914,16.629154,16.5375,16.439228,17.883575,17.90044,14.6762,14.81468,16.437155,16.489531,16.550396,16.554096,16.596684,16.66185,16.95298,17.051003,17.290026,17.133739,17.009239,17.808247,17.69169,13.275229,13.432981,14.780653,14.869556,14.961996,14.977298,15.042153,15.145949,15.564404,15.725698,16.106184,16.019287,15.933339,18.596792,18.697277,14.309531,14.502308,16.052172,16.12801,16.198179,16.206463,16.259203,16.341887,16.678566,16.797678,17.090305,16.955471,16.841772,18.005827,17.974463,14.047248,14.255385,15.75796,15.850434,15.929986,15.940519,15.998872,16.089334,16.454845,16.58787,16.904127,16.783951,16.677603,18.053438,18.053431,15.326684,15.370684,17.102654,16.943808,16.95042,16.94046,16.947319,16.970545,17.119541,17.164228,17.341452,17.117533,16.97142,17.481939,17.376413,14.470531,14.718024,16.274622,16.306421,16.345366,16.354124,16.401392,16.482635,16.809324,16.911009,17.215208,17.072424,16.954515,18.185474,18.185413,14.006079,14.20808,15.711223,15.820386,15.906958,15.916209,15.975124,16.060163,16.454628,16.589411,16.890442,16.770273,16.665594,17.771397,17.716234,13.902918,13.82566,13.926993,14.129618,14.851377,14.835135,15.165402,15.17977,17.199638,17.292038,17.343002,17.390957,17.512632,16.364674,17.805811,14.503181,14.403026,14.489763,14.609171,15.202517,15.181844,15.405876,15.401539,17.401165,17.454384,17.463154,17.495703,17.60961,16.399019,17.799444,14.284668,14.239726,14.328218,14.617986,15.343244,15.328698,15.653902,15.672952,17.111162,17.213888,17.28433,17.354544,17.449791,16.544825,17.642494,13.692325,13.62674,13.735857,13.964399,14.70297,14.687349,15.043489,15.064338,17.081659,17.188374,17.260658,17.310387,17.435053,16.316139,17.766087,14.289847,14.251685,14.340144,14.663913,15.398584,15.38342,15.713537,15.733374,17.069151,17.177015,17.266443,17.340237,17.429012,16.569183,17.62084,13.499331,13.449361,13.563416,13.819936,14.58106,14.565435,14.945035,14.971715,16.897175,17.019018,17.112497,17.164373,17.287172,16.229877,17.63401,13.580893,13.502503,13.634701,13.850817,14.523629,14.50988,14.853312,14.877049,17.35425,17.45863,17.541315,17.583113,17.73333,16.452177,18.181633,13.787278,13.737055,13.838461,14.09589,14.848599,14.832919,15.190595,15.213027,16.942881,17.055628,17.133875,17.190529,17.301525,16.300636,17.579346,14.764429,14.707307,14.788302,15.076326,15.766416,15.752766,16.042435,16.054428,17.489735,17.572952,17.6217,17.700594,17.79343,16.854216,17.929602,13.77146,13.733356,13.833554,14.115444,14.876731,14.861094,15.223981,15.249052,16.818462,16.938898,17.028681,17.088869,17.192837,16.266365,17.455421,14.275459,14.188595,14.281316,14.45697,15.122345,15.10518,15.384802,15.390858,17.363136,17.43626,17.463272,17.508366,17.624422,16.463783,17.86165,14.113419,14.056495,14.148979,14.399785,15.128429,15.112987,15.44284,15.459993,17.11487,17.214043,17.274639,17.335236,17.440372,16.444429,17.666832,15.116343,15.045796,15.106431,15.264565,15.800545,15.780254,15.974128,15.967486,17.300653,17.348488,17.352154,17.398338,17.476458,16.538149,17.508654,14.861692,14.795607,14.871119,15.107739,15.751435,15.735757,15.993428,15.998454,17.477898,17.546726,17.572435,17.638474,17.728849,16.755753,17.843903,8.7738056,8.7969227,8.7835732,9.870244,11.279276,11.28348,12.132485,12.248855,13.211449,14.35261,14.388196,14.382169,14.428866,13.451056,14.12562,8.6292553,8.9243536,8.9780045,11.933627,12.828812,12.853158,13.881481,14.018209,14.800949,15.872861,15.995806,16.069994,16.10063,15.287632,15.903229,9.2220097,10.132963,10.252385,15.185179,15.909947,15.94424,16.768988,16.979624,17.705854,18.560736,18.605886,18.799578,18.755041,18.142435,18.749998,8.0605888,8.2504482,8.3318758,13.65238,14.566777,14.610643,15.401397,15.554427,16.340055,17.278826,17.422781,17.546387,17.604631,16.717247,17.340899,8.2816429,8.6832743,8.7908602,14.216275,15.031346,15.077759,15.936089,16.118176,16.872959,17.763144,17.917927,18.085844,18.12623,17.373013,18.002691,7.8722234,8.1723223,8.2858486,14.97996,15.790973,15.848882,16.601768,16.784422,17.523218,18.378061,18.53808,18.727255,18.786737,17.97142,18.587193,8.2820587,8.3060913,8.1752472,7.8406253,8.1281042,8.1284113,8.4759836,8.5031385,8.7170544,11.49108,11.491839,11.335335,11.336809,10.337854,10.469829,8.8873205,9.3699131,9.4441433,12.52975,13.379414,13.403192,14.506648,14.66426,15.443063,16.396265,16.519091,16.631433,16.643633,15.922918,16.553942,9.2114592,9.9723177,10.071681,13.813562,14.595858,14.620271,15.627552,15.81715,16.572561,17.438654,17.527046,17.685843,17.662331,17.030272,17.655704,7.7336779,8.1801338,8.3220987,16.367359,17.082876,17.150391,17.800493,18.009361,18.694752,19.508816,19.661449,19.910627,19.958885,19.213913,19.812223,9.3059425,10.687934,10.849821,18.694782,19.21191,19.261677,19.628323,19.882936,20.482193,21.638371,21.488461,21.766787,21.628302,21.097326,21.634911,8.4237318,9.0586958,9.1908646,15.513894,16.243071,16.294247,17.045605,17.256105,17.968567,18.826466,18.948515,19.164492,19.175428,18.503098,19.116541,6.9441781,7.1112642,7.2447572,17.526491,18.289694,18.35903,18.841473,19.014563,19.687124,20.366714,20.534866,20.801767,20.877768,19.925661,20.484627,9.0167761,10.219417,10.367532,15.908472,16.42169,16.448761,16.799564,17.09251,17.641697,19.606237,19.725094,19.950912,19.864763,19.544666,20.122765,8.2205667,8.4889355,8.5746069,13.485553,14.361617,14.403829,15.267747,15.427973,16.204256,17.153273,17.301456,17.430191,17.480341,16.651505,17.277958,7.4845357,7.8126564,7.9485946,16.444767,17.18335,17.255232,17.887365,18.087088,18.776268,19.5646,19.725681,19.974379,20.040386,19.232742,19.825182,8.5535555,8.655982,8.6352081,10.009147,10.909345,10.916819,11.760884,11.851935,12.556978,14.089569,14.14937,14.11598,14.141682,13.195312,13.698074,5.9906015,6.4794269,6.6716886,21.336325,21.784504,21.883627,22.003418,22.227198,22.687428,23.536421,23.649166,24.091206,24.143522,23.385761,23.865284,8.3935976,8.5057611,8.548872,12.00983,13.075092,13.100489,13.92247,14.047163,14.896886,15.944194,16.054722,16.109451,16.160004,15.228651,15.870969,7.1130619,7.3552766,7.491343,17.223652,17.956692,18.036091,18.584723,18.780596,19.45079,20.185169,20.34499,20.618458,20.697815,19.823645,20.394016,8.2393227,8.3921328,8.4529972,12.746502,13.722132,13.755848,14.573092,14.710283,15.521695,16.531395,16.659807,16.744225,16.797276,15.888028,16.515968,9.3202639,9.8460026,9.8131285,10.153049,10.847548,10.87872,12.023038,12.107401,12.67844,14.299507,14.213453,14.167385,14.114683,13.20834,13.605609,8.9089108,9.8733587,10.014809,16.68115,17.340094,17.389891,18.027794,18.253672,18.936722,19.800709,19.811327,20.049492,19.999033,19.381598,19.966982,8.6928883,8.8807001,8.8622341,9.9298553,10.756049,10.764977,11.775204,11.863767,12.538,14.052756,14.109774,14.084053,14.097568,13.19498,13.686283,8.2059031,8.4313774,8.5087261,13.254887,14.156345,14.19653,15.046722,15.199267,15.983139,16.956598,17.099033,17.21319,17.265251,16.407265,17.031214,7.9705515,8.7815275,8.9481182,14.642806,15.148937,15.189365,15.508882,15.821604,16.320232,19.065105,19.378248,19.602736,19.596176,19.324553,19.928467,7.8259921,7.9863095,8.0800819,14.495669,15.412549,15.461533,16.16584,16.320591,17.101648,17.956776,18.108749,18.258028,18.322588,17.402382,18.025072,8.5525761,8.6241245,8.595293,9.8112612,10.763193,10.767521,11.564,11.652719,12.369921,13.926675,13.97646,13.933504,13.960869,12.996204,13.499683,8.3617449,8.4093075,8.2963104,8.1284227,8.5370455,8.5378189,9.0404959,9.076952,9.3846521,11.908994,11.916728,11.777989,11.779693,10.788393,10.986408,8.6771364,8.8535147,8.8056774,9.3215475,10.042655,10.049711,11.0044,11.075435,11.651912,13.419321,13.447449,13.385545,13.388448,12.458064,12.865452,6.7776241,7.3182254,7.4996839,19.695553,20.233061,20.324677,20.630144,20.859348,21.404013,22.207943,22.317448,22.69294,22.735077,22.001705,22.525002,8.4857121,8.7219934,8.7751532,12.088377,13.002406,13.029797,13.981756,14.11742,14.90377,15.986436,16.111267,16.18314,16.22208,15.373751,15.987527,6.8002172,7.235796,7.4073925,19.098421,19.685671,19.774759,20.158424,20.378258,20.956182,21.692118,21.825415,22.180325,22.2395,21.464735,21.999887,9.4976997,10.123822,10.115824,10.641336,11.394013,11.429614,12.809098,12.906697,13.542329,14.896397,14.80445,14.799145,14.739259,13.894551,14.354127,9.5357685,10.901773,11.0517,18.175793,18.745686,18.791054,19.267323,19.507256,20.152487,21.087765,20.930565,21.18976,21.052576,20.489395,21.035946,8.5731058,8.6512785,8.677207,11.264259,12.449879,12.467737,13.304561,13.421236,14.323617,15.385628,15.473988,15.50563,15.555192,14.611302,15.279009,8.4408131,8.622364,8.6648951,11.855596,12.799414,12.824855,13.729959,13.857715,14.648299,15.776978,15.892496,15.947171,15.988797,15.103076,15.709146,6.0123363,6.518959,6.7133994,20.765955,21.193541,21.289469,21.396715,21.644819,22.076883,23.358505,23.522682,23.941851,23.995407,23.302666,23.79888,8.7694759,9.0635328,9.0948219,11.155105,12.041417,12.05822,13.165819,13.286037,14.049767,15.217515,15.316093,15.359701,15.379841,14.556565,15.145816,6.90626,7.0591564,7.195312,17.630667,18.398941,18.457594,18.910967,19.068563,19.737616,20.387991,20.568138,20.827272,20.892483,19.912786,20.467592,6.0745473,6.3036885,6.4634457,20.330271,20.917484,21.016636,21.300625,21.504805,22.056168,22.651924,22.797018,23.204313,23.294764,22.385559,22.876253,8.5030851,8.6343555,8.6517076,11.076589,12.050312,12.067613,12.946877,13.059058,13.843026,15.097438,15.189611,15.206898,15.244326,14.323577,14.905909,8.372509,8.4996128,8.5431013,12.03449,13.057124,13.083242,13.916572,14.042575,14.870004,15.945086,16.057858,16.113379,16.162239,15.239187,15.866842,4.8030925,5.0849051,5.2675939,23.85165,24.243265,24.341246,24.278254,24.459642,24.847233,25.350637,25.445166,26.001776,26.075293,25.163939,25.553995,9.4047966,10.164448,10.243759,13.00971,13.811788,13.827558,14.99586,15.167254,15.929824,16.799137,16.87059,17.003923,16.973127,16.333246,16.953966,8.096612,8.207099,8.2879601,13.733931,14.801356,14.843494,15.56013,15.698344,16.562344,17.377851,17.517847,17.63282,17.694412,16.746449,17.420431,8.4595242,8.5559578,8.5952339,11.814921,12.937363,12.960732,13.782578,13.90469,14.78341,15.812354,15.916507,15.965701,16.01713,15.079519,15.739581,8.5606527,8.6428995,8.6409197,10.491065,11.543683,11.554102,12.390977,12.494085,13.296105,14.615887,14.685828,14.678097,14.714884,13.763986,14.343072,8.4719257,8.5329895,8.4614601,8.928195,9.6116695,9.6102467,10.266055,10.327834,10.850988,12.88564,12.908737,12.812206,12.825154,11.841256,12.190572,8.5327139,8.6303749,8.6364193,10.741978,11.767568,11.780832,12.629357,12.735849,13.533624,14.82298,14.902016,14.904184,14.941789,14.000084,14.582381,8.6381817,8.6937342,8.6858377,10.219611,11.395514,11.402727,12.237926,12.34279,13.198619,14.468498,14.525423,14.514654,14.554495,13.59216,14.202335,6.8047099,7.2117748,7.3741159,12.531678,12.929751,12.973373,13.168303,13.515742,13.828197,19.755625,20.201031,20.383137,20.43405,20.245245,20.856596,8.6445684,8.8336878,8.7458992,8.7180595,9.227313,9.2360764,10.014149,10.061872,10.458407,12.654311,12.644595,12.533888,12.520395,11.552566,11.819979,8.5665674,8.7511549,8.7739182,11.116879,12.039711,12.05777,13.01222,13.127283,13.894475,15.136411,15.235063,15.261188,15.293456,14.407637,14.986501,7.16751,7.3667669,7.4947577,16.88479,17.656424,17.72983,18.287123,18.471558,19.160851,19.897223,20.058794,20.310652,20.38917,19.479935,20.054955,8.7681017,9.0243025,9.0357666,10.619411,11.491192,11.504414,12.604633,12.711138,13.446742,14.734152,14.814046,14.82983,14.846287,13.992936,14.548535,8.6541233,8.718338,8.738905,10.999538,12.256569,12.27171,13.116593,13.232103,14.168281,15.211445,15.290291,15.316728,15.367204,14.419689,15.107255,6.106802,6.285048,6.437499,20.122164,20.74272,20.831903,21.122803,21.314245,21.879677,22.458096,22.613728,23.001125,23.088556,22.129522,22.618624,8.6136608,8.6808252,8.6851072,10.588056,11.75286,11.763784,12.604979,12.713339,13.580006,14.784154,14.853498,14.856873,14.899441,13.945685,14.572799,7.933598,8.7046633,8.8703785,18.009544,18.608837,18.680143,19.152096,19.386927,20.005819,20.886652,20.954332,21.253382,21.247683,20.592978,21.15707,8.4562559,8.8086958,8.8943663,13.183694,14.04371,14.080124,15.024446,15.187295,15.964591,16.916069,17.062338,17.189009,17.226536,16.449526,17.081852,8.4845085,8.5860767,8.6125469,11.387338,12.461206,12.480519,13.320502,13.437192,14.279295,15.416491,15.511855,15.542427,15.587937,14.651554,15.277819,8.7434311,8.7989559,8.8284149,11.15572,12.509463,12.526257,13.370892,13.488845,14.492809,15.416595,15.496977,15.536499,15.593072,14.650156,15.393106,8.62041,8.6650467,8.6378117,9.7369003,10.861268,10.86375,11.667639,11.764992,12.565794,13.993116,14.034513,13.999637,14.033433,13.05813,13.616057,7.7277493,7.921576,8.0243874,14.939401,15.803762,15.860038,16.560158,16.727303,17.482075,18.327509,18.482853,18.655947,18.723385,17.828041,18.439741,8.659708,8.8522196,8.8552504,10.48172,11.363352,11.375803,12.377978,12.480113,13.208685,14.571876,14.651161,14.652004,14.674288,13.786417,14.327888,8.9373589,9.28333,9.2991028,10.706511,11.561453,11.574912,12.797195,12.906307,13.640247,14.859674,14.92615,14.953892,14.958352,14.139945,14.700568,5.2427921,5.594552,5.7826047,22.891394,23.311501,23.414812,23.428858,23.628323,24.046535,24.655146,24.753351,25.266687,25.334894,24.480001,24.905573,6.1253719,6.4163799,6.5860329,20.358719,20.91971,21.016859,21.29464,21.501007,22.040682,22.662619,22.802134,23.210379,23.293169,22.426941,22.921551,8.3085728,8.4918423,8.5505409,12.539475,13.482255,13.514737,14.376897,14.514999,15.311851,16.35627,16.484442,16.565357,16.614092,15.728231,16.347664,7.7096748,7.9455833,8.0560884,15.191147,16.018969,16.07942,16.78684,16.964001,17.70306,18.54224,18.700502,18.890463,18.957605,18.094755,18.703455,8.183404,8.3132811,8.3800869,13.057221,14.074409,14.109561,14.885316,15.022055,15.855918,16.799576,16.931606,17.024931,17.081911,16.154137,16.799335,8.4935837,8.5830011,8.5019608,8.684988,9.2814283,9.2838688,10.005459,10.060225,10.521308,12.647914,12.666829,12.56352,12.568372,11.597289,11.907681,7.8868113,8.7447948,8.9191113,18.669888,19.221016,19.295048,19.676996,19.92041,20.505177,21.477661,21.518665,21.837109,21.815598,21.185635,21.73501,8.8275957,9.0896521,9.0782156,10.062686,10.881986,10.892975,12.02428,12.115662,12.795783,14.229307,14.276963,14.264431,14.269099,13.395531,13.898166,8.5556631,8.6122684,8.5748482,9.5982561,10.56131,10.56268,11.327329,11.412344,12.120719,13.729015,13.770164,13.716811,13.743243,12.768517,13.259679,8.2791214,9.0558233,9.2085724,17.073248,17.72072,17.782665,18.363066,18.591003,19.250271,20.112186,20.184456,20.448708,20.438807,19.788118,20.371227,8.6306639,9.1631737,9.2693977,13.971495,14.773532,14.811573,15.734201,15.920659,16.677893,17.567873,17.707136,17.871096,17.889507,17.192881,17.825918,9.0483189,9.5066309,9.5500202,11.513683,12.371389,12.386793,13.633391,13.764524,14.529892,15.572209,15.658442,15.729463,15.730678,14.977167,15.580488,7.5809121,8.2829571,8.4519529,15.698012,16.180193,16.239296,16.553276,16.883249,17.328726,20.627249,20.884787,21.136631,21.149757,20.769314,21.350407,6.9473877,7.3903441,7.5489788,13.928562,14.336964,14.39345,14.645408,15.030312,15.311293,21.374935,21.698795,21.91251,21.961149,21.656977,22.215488,9.191885,9.6667042,9.6788731,10.803644,11.629789,11.645113,12.985476,13.093644,13.808819,14.991525,15.016523,15.046832,15.027916,14.229135,14.774855,7.2509346,7.9658551,8.1471195,18.151695,18.635038,18.714008,18.985657,19.271835,19.758528,21.683147,21.855232,22.175022,22.191246,21.65246,22.20962,7.4508667,7.5846901,7.699049,15.938547,16.8339,16.884291,17.453079,17.600735,18.355616,19.065968,19.241741,19.431051,19.492897,18.52169,19.130648,8.590395,8.7242451,8.707159,10.050173,10.91807,10.926803,11.830174,11.92181,12.617256,14.133279,14.197226,14.169629,14.192093,13.264763,13.766564,8.5303917,8.6238098,8.5654898,9.1427336,9.8649654,9.8675165,10.645686,10.714379,11.278349,13.1684,13.200994,13.122481,13.135011,12.172635,12.559889,8.2649708,8.3762712,8.4393473,12.845291,13.923423,13.956492,14.731299,14.863718,15.730568,16.650976,16.777632,16.86315,16.920595,15.984093,16.650249,7.7949152,7.9333773,8.0294056,14.658669,15.606242,15.652708,16.323973,16.471983,17.266853,18.077778,18.234385,18.383787,18.447134,17.504648,18.136082,9.0719604,10.339441,10.489028,17.64526,18.149389,18.190977,18.545393,18.818089,19.382036,20.985403,20.965675,21.225235,21.121861,20.667511,21.226364,8.9820127,9.3253078,9.3101053,10.050302,10.838641,10.853573,12.071289,12.160227,12.816218,14.255044,14.269473,14.254778,14.243676,13.377404,13.860106,6.9490185,7.5036116,7.6743665,16.530523,16.974491,17.050379,17.307928,17.657167,18.02564,21.90951,22.14896,22.429876,22.470314,22.014828,22.556538,8.5005922,8.5489779,8.4872217,9.0987196,9.9136581,9.9113531,10.592343,10.662022,11.260095,13.138844,13.165793,13.081441,13.09982,12.113824,12.517406,7.3951774,7.9971232,8.167819,13.906445,14.380819,14.427513,14.70752,15.03659,15.472895,19.232948,19.619246,19.836061,19.866602,19.622313,20.233591,7.3705387,8.1443081,8.328001,19.084251,19.588148,19.670364,19.956652,20.212152,20.743868,21.951845,22.04417,22.386524,22.387211,21.773256,22.315819,8.5392752,8.6203461,8.6622391,11.805114,13.015324,13.039194,13.857667,13.980017,14.911744,15.863162,15.963884,16.017521,16.072973,15.132631,15.832479,8.2801924,8.3027534,8.1713696,7.8406105,8.1239738,8.1243935,8.4560003,8.484045,8.6976976,11.482634,11.481548,11.324395,11.32635,10.326213,10.456549,6.6373639,6.9830303,7.1117253,14.063755,14.400912,14.465131,14.677587,15.156347,15.218593,24.130005,24.314135,24.523026,24.565615,24.206905,24.606466,8.476614,8.9582081,9.0665903,14.122521,14.926679,14.968757,15.859864,16.04591,16.800756,17.689775,17.836971,18.004915,18.032669,17.31599,17.948004,8.6308193,8.9118662,8.960803,11.78707,12.686011,12.709196,13.73701,13.870082,14.651196,15.745971,15.865271,15.932065,15.962513,15.140452,15.751378,7.9722414,8.0724258,8.1654081,14.555067,15.647664,15.711995,16.371378,16.515707,17.384432,18.088636,18.21784,18.358686,18.424208,17.455404,18.142748,8.189827,8.3300371,8.3954134,12.984746,13.979494,14.014665,14.804465,14.942295,15.764085,16.733315,16.864676,16.956356,17.012171,16.092121,16.728693,9.1501245,10.028934,10.148891,15.141006,15.869013,15.904343,16.730219,16.940323,17.667093,18.524302,18.58005,18.774015,18.735792,18.118414,18.728138,4.8400235,5.061317,5.2356648,23.629606,24.050278,24.14669,24.118784,24.295898,24.705915,25.168131,25.283482,25.834057,25.916737,24.97061,25.362019,6.9836507,7.1359243,7.2693815,17.387243,18.169762,18.227596,18.699722,18.856903,19.536594,20.19875,20.378557,20.628185,20.693224,19.716667,20.278433,8.3644571,8.4142561,8.3012104,8.1297731,8.5347643,8.5355854,9.0413656,9.077035,9.3819551,11.907859,11.916294,11.777322,11.778527,10.787717,10.984629,8.3064327,8.338026,8.2125206,7.9239779,8.2477522,8.2480726,8.6471558,8.6762209,8.9168777,11.61427,11.618404,11.46686,11.467996,10.471339,10.622832,7.4784346,7.6055012,7.7183685,15.906762,16.82132,16.873688,17.441761,17.588356,18.352018,19.048952,19.222847,19.407864,19.46887,18.490931,19.10545,8.5547066,8.6581736,8.6151352,9.4678431,10.258451,10.262676,11.086313,11.163733,11.784917,13.525818,13.569246,13.508791,13.525504,12.572888,13.006966,5.7879615,6.2599769,6.4540873,21.594366,22.018423,22.118608,22.194023,22.419773,22.85569,23.790928,23.918144,24.370977,24.427843,23.674557,24.148087,8.4714746,8.5563507,8.6128311,12.385871,13.594904,13.626166,14.41583,14.543053,15.4856,16.351017,16.462652,16.537092,16.597164,15.657082,16.375017,8.9884739,9.4263315,9.4733753,11.602229,12.465219,12.481841,13.694686,13.828418,14.598687,15.638347,15.734117,15.808212,15.814388,15.058373,15.666964,8.2556915,8.3877983,8.446538,12.681114,13.696431,13.728553,14.52988,14.663554,15.494151,16.48695,16.61252,16.692476,16.746582,15.823379,16.462114,8.5844221,9.1089525,9.2170515,14.075076,14.874537,14.914155,15.821725,16.009365,16.764355,17.652029,17.793222,17.960564,17.981106,17.281282,17.913643,7.8904243,8.2691507,8.3947115,15.414682,16.186157,16.24645,16.981167,17.175961,17.89687,18.735479,18.895432,19.106756,19.159428,18.388155,19.001579,8.4879799,8.5779123,8.4935417,8.6257925,9.2005177,9.2030191,9.9136257,9.9659758,10.409559,12.574151,12.591412,12.484365,12.487924,11.51556,11.813556,8.4645319,8.5463772,8.4563255,8.5243511,9.0683594,9.0704851,9.744544,9.7936983,10.21165,12.443708,12.458872,12.34531,12.348289,11.37166,11.650335,5.2126484,5.5097189,5.6923866,22.847368,23.282221,23.380033,23.4153,23.60606,24.035318,24.57729,24.684406,25.195902,25.271202,24.379078,24.800611,8.3888521,8.4830647,8.5414486,12.545018,13.701337,13.732956,14.516802,14.645665,15.556697,16.448395,16.565886,16.643221,16.701855,15.761767,16.457375,8.3872499,8.4755459,8.5426683,12.889716,14.083317,14.121997,14.882906,15.014056,15.952419,16.762787,16.881149,16.97208,17.034922,16.091856,16.814274,7.3291049,7.9049053,8.0751696,13.944629,14.411223,14.459776,14.738832,15.07449,15.493119,19.526384,19.908243,20.125759,20.1597,19.90436,20.512842,8.128952,8.2702379,8.3413467,13.26561,14.253222,14.290793,15.063228,15.203787,16.022827,16.963303,17.099237,17.201128,17.258829,16.337006,16.974615,8.5239754,8.6052647,8.6543722,12.064757,13.286791,13.314013,14.120116,14.244708,15.189837,16.090292,16.195812,16.259623,16.317829,15.378155,16.092859,8.2489204,8.3448238,8.4206295,13.393877,14.539496,14.583583,15.316003,15.451339,16.361353,17.150621,17.277458,17.382954,17.446272,16.497965,17.204451,7.9294176,8.7539797,8.9242058,18.370111,18.944056,19.016607,19.441708,19.681044,20.282856,21.203249,21.253819,21.563107,21.547544,20.906477,21.462435,8.3911371,8.5297966,8.5704737,11.908979,12.904872,12.930208,13.781772,13.907049,14.719503,15.828508,15.940103,15.991468,16.037804,15.122442,15.738854,7.8361783,8.4311008,8.5850649,17.061283,17.723988,17.792833,18.373478,18.59585,19.252436,20.083267,20.205381,20.478033,20.503588,19.807724,20.39303,7.9463449,8.596467,8.7513199,17.123112,17.777411,17.844816,18.418373,18.643364,19.297773,20.13986,20.248079,20.520794,20.536148,19.855637,20.439398,8.844265,9.294179,9.3652315,12.412002,13.269339,13.293242,14.392821,14.546751,15.327074,16.297144,16.421368,16.527647,16.543404,15.808785,16.438532,7.7538238,7.8676376,7.9695835,15.09933,16.101921,16.159433,16.785011,16.931255,17.748013,18.460871,18.61447,18.770729,18.832172,17.857677,18.507174,8.3496265,8.4348631,8.5105267,13.336052,14.545837,14.596091,15.327345,15.461098,16.410326,17.150766,17.266397,17.373419,17.440069,16.492914,17.232124,8.7192268,9.1054878,9.1743898,12.373404,13.243575,13.269607,14.32875,14.479148,15.261841,16.25646,16.386349,16.486589,16.510973,15.748496,16.376911,8.4518852,8.5468464,8.5900965,11.952471,13.088569,13.113366,13.928551,14.052127,14.941519,15.937585,16.044378,16.099373,16.152563,15.214503,15.884705,9.4618034,10.065506,10.051373,10.525625,11.266386,11.302365,12.609299,12.704027,13.32426,14.753688,14.657728,14.640335,14.581302,13.716919,14.159144,11.404625,11.598152,13.021186,13.190859,13.301694,13.293273,13.342645,13.383327,13.766272,13.901645,14.194482,14.116107,14.042316,14.605079,14.883337,11.070817,11.275248,12.684767,12.840362,12.947205,12.944359,12.993033,13.035922,13.591495,13.732608,14.009136,13.936233,13.87119,14.4658,14.738731,10.252113,10.409441,11.775463,11.908421,12.000537,11.994127,12.023575,12.044072,12.305846,12.403502,12.628165,12.560058,12.495574,13.02491,13.229347,11.144105,11.331201,12.733372,12.910524,13.028661,13.018656,13.065409,13.098597,13.407598,13.530576,13.827321,13.751721,13.677759,14.20437,14.477153,11.126203,11.298406,12.713648,12.885409,12.999175,12.986005,13.027663,13.055347,13.330381,13.441016,13.721702,13.645094,13.56959,14.059741,14.303366,1.3267229,1.3504825,1.5905818,1.6144221,1.6431743,1.6437925,1.6378374,1.621485,1.6357633,1.636228,1.6633925,1.6549988,1.6453681,1.7530291,1.7779021,11.147326,11.337281,12.755851,12.91046,13.013844,13.010089,13.057865,13.097201,13.491094,13.622046,13.882216,13.806594,13.738735,14.315749,14.573495,4.3183312,4.3832536,5.0841475,5.1454835,5.1967802,5.180181,5.1610241,5.1329417,5.2044096,5.2250361,5.3403082,5.3176823,5.2930117,5.5930352,5.6767001,11.397798,11.593646,13.00902,13.191054,13.310977,13.301989,13.353825,13.393551,13.734898,13.86789,14.174733,14.097276,14.02236,14.564334,14.85317,11.889409,12.121979,13.532873,13.749639,13.887057,13.878347,13.94994,14.008484,14.452839,14.62104,14.982454,14.905192,14.831459,15.396445,15.76332,10.918358,11.094769,12.500261,12.650661,12.75184,12.745758,12.786714,12.818658,13.137918,13.254944,13.508698,13.434324,13.364944,13.915873,14.156021,11.280337,11.479675,12.89879,13.060042,13.166721,13.161406,13.211144,13.254998,13.741191,13.882791,14.166698,14.090006,14.020409,14.607373,14.884255,11.165222,11.348938,12.759988,12.926501,13.037545,13.028471,13.072731,13.106265,13.430936,13.554262,13.839513,13.763018,13.689335,14.232076,14.494555,9.4472933,9.581604,10.87476,11.005096,11.094054,11.07378,11.08519,11.085423,11.288754,11.36641,11.598621,11.536787,11.47441,11.944807,12.125411,11.0111,11.189177,12.587717,12.762408,12.878858,12.866617,12.909522,12.937695,13.220839,13.334873,13.62249,13.547628,13.473767,13.975778,14.231812,10.614358,10.775741,12.155593,12.314506,12.421167,12.406135,12.438174,12.456665,12.710511,12.811172,13.07789,13.00569,12.934014,13.423516,13.649042,10.141903,10.300691,11.639351,11.79063,11.895018,11.88116,11.908195,11.920851,12.166867,12.262826,12.522063,12.454153,12.386272,12.886482,13.107593,10.228971,10.38695,11.733863,11.886775,11.991138,11.976095,12.003483,12.016803,12.26154,12.357563,12.618172,12.549507,12.480933,12.974361,13.194719,10.281677,10.442519,11.795773,11.944395,12.047458,12.035715,12.064255,12.079596,12.336142,12.435032,12.69208,12.622851,12.554179,13.068247,13.289866,7.9586773,8.0754604,9.2401495,9.3406982,9.4181871,9.4067383,9.4074173,9.3950949,9.5509214,9.6063251,9.7840471,9.7375031,9.6873856,10.144359,10.281077,6.9212627,7.0251698,8.0576515,8.1550465,8.2306652,8.2130413,8.2050304,8.1830091,8.3165035,8.3619576,8.5386038,8.4970417,8.4530306,8.8688402,9.0026693,11.619995,11.829943,13.247077,13.435414,13.555097,13.544226,13.601381,13.6485,14.082025,14.232594,14.557378,14.478783,14.404428,14.971146,15.286888,9.655056,9.798337,11.103236,11.241825,11.337244,11.319341,11.336217,11.340142,11.557375,11.640988,11.883135,11.819375,11.755167,12.235026,12.430711,11.807841,12.028559,13.448927,13.65965,13.795986,13.788627,13.856418,13.910084,14.289065,14.442258,14.786556,14.70842,14.632989,15.177757,15.519206,7.3997059,7.5043182,8.5979605,8.6952572,8.7614326,8.7356291,8.7260571,8.7091789,8.8547583,8.9076557,9.0978689,9.0556517,9.0116615,9.4368801,9.5724888,11.520608,11.771703,13.120702,13.340947,13.474654,13.457464,13.528771,13.584123,14.243758,14.439451,14.830182,14.763279,14.700838,15.289683,15.693402,8.8998623,9.0345249,10.270263,10.39737,10.488995,10.472521,10.482168,10.47732,10.67267,10.745611,10.970145,10.912661,10.853896,11.328053,11.508418,11.390564,11.578897,12.999928,13.187084,13.310387,13.299487,13.350982,13.387206,13.688782,13.81174,14.112873,14.035202,13.95897,14.459379,14.733659,11.412432,11.608452,13.023128,13.214869,13.341254,13.331505,13.386051,13.425305,13.741618,13.870819,14.181835,14.104753,14.029277,14.543706,14.834178,4.4343209,4.5066781,5.2301049,5.2972479,5.3606443,5.354075,5.3426204,5.3130054,5.3824582,5.4006529,5.5075421,5.4824381,5.4536481,5.7622843,5.8445363,10.989994,11.171059,12.564925,12.740021,12.857151,12.84575,12.889359,12.918339,13.208161,13.324584,13.615149,13.540697,13.467328,13.978834,14.24081,10.942786,11.157943,12.494364,12.671782,12.764574,12.727119,12.769509,12.800507,13.549259,13.710366,14.053103,13.979512,13.914034,14.497351,14.829126,11.794944,12.034277,13.425265,13.642969,13.777623,13.764915,13.83607,13.894023,14.418994,14.59782,14.970331,14.895468,14.824866,15.402241,15.783651,8.3175011,8.4400797,9.6212997,9.7377033,9.8213081,9.8014355,9.8029013,9.7917871,9.9657497,10.029549,10.240785,10.188581,10.134861,10.589861,10.753197,5.2913508,5.3701944,6.2070999,6.2774978,6.3246617,6.2986312,6.2788734,6.2558336,6.3563442,6.3916292,6.5400653,6.5158787,6.4897919,6.8411431,6.9433455,10.687192,10.867479,12.256512,12.402129,12.499993,12.497775,12.541786,12.575976,12.904541,13.022387,13.255084,13.184022,13.120655,13.68184,13.920558,11.666111,11.873575,13.297267,13.501864,13.635599,13.627086,13.689739,13.736352,14.07162,14.210121,14.536527,14.458324,14.382041,14.897586,15.210396,11.354198,11.560494,12.966234,13.139249,13.247583,13.236469,13.288102,13.33456,13.879284,14.031711,14.344125,14.266496,14.195358,14.782861,15.085211,9.1127062,9.2486963,10.514117,10.636209,10.725767,10.713512,10.725398,10.723739,10.924726,10.999158,11.214971,11.15617,11.096236,11.585777,11.760168,7.4533405,7.5378594,7.6243205,9.1529369,9.9749393,9.9819775,11.924305,12.091307,12.719848,13.454218,13.752884,13.906144,14.040751,13.627301,14.247463,7.5724268,7.5642977,7.5159965,7.6928267,8.3707933,8.3552885,9.6647224,9.6985044,10.113157,11.734786,11.778423,11.73166,11.818519,11.069336,11.42997,6.8544054,7.0218449,7.1904311,11.000714,11.779375,11.805499,12.556924,12.847643,13.431441,14.649639,15.225632,15.439625,15.611104,15.405503,16.052275,7.2833004,7.4114475,7.5392761,9.980649,10.823276,10.836819,12.142325,12.379086,13.032262,13.852697,14.286893,14.47062,14.627854,14.305361,14.958812,6.6690693,6.7730393,6.8340373,7.2953525,7.7613721,7.7683535,11.908518,12.170909,12.403987,12.661283,12.858555,13.186478,13.258996,13.125208,13.489472,6.8066516,7.0177526,7.1791139,9.6512794,10.404762,10.414073,11.086069,11.479912,12.03303,13.078977,13.733076,13.998523,14.129834,14.088786,14.678696,7.2654257,7.4198856,7.5573888,9.7495203,10.564682,10.574998,11.838871,12.125818,12.7691,13.567793,14.062772,14.276578,14.424571,14.183895,14.827557,7.1552606,7.3003364,7.4450784,10.387506,11.217762,11.235415,12.307248,12.569772,13.207831,14.122143,14.613927,14.811189,14.975609,14.695826,15.350572,7.3445401,7.4752321,7.5883608,9.1292582,9.9136934,9.9211721,11.759446,12.012169,12.633033,13.293454,13.695674,13.907856,14.040714,13.762154,14.382952,6.8356948,6.9723744,7.124764,11.188573,12.02285,12.053043,12.92422,13.172081,13.768983,14.809021,15.282739,15.47723,15.667407,15.354419,16.003098,7.3228078,7.460876,7.5881763,9.6577625,10.479248,10.489467,11.91253,12.170354,12.819358,13.586236,14.03474,14.23478,14.38184,14.09728,14.742707,7.4488349,7.4898906,7.5326786,8.7278757,9.5951567,9.5943441,11.304043,11.406961,12.014487,12.934695,13.120042,13.195271,13.332303,12.783179,13.360119,6.5181298,6.6221042,6.7534504,11.129028,12.032797,12.066849,12.949587,13.148444,13.7067,14.620346,14.983117,15.149808,15.37712,14.985734,15.610127,7.4341087,7.4448376,7.4426756,8.0836077,8.9028511,8.8925104,10.469257,10.530842,11.06176,12.225262,12.325247,12.34177,12.46683,11.833603,12.325106,6.5692868,6.6753979,6.7313695,7.1020646,7.5417233,7.5499344,11.808926,12.090299,12.296143,12.510784,12.691378,13.034894,13.103372,12.985672,13.328317,7.2015781,7.2249904,7.2479234,8.3271484,9.231348,9.2219524,10.670793,10.750179,11.312973,12.313792,12.4524,12.489942,12.646296,12.077642,12.616856,7.3999033,7.5077457,7.6079416,9.0631199,9.8441877,9.8516636,11.91373,12.122598,12.733702,13.393987,13.742203,13.934531,14.063988,13.732637,14.347382,7.1002312,7.2919579,7.4411311,9.5336838,10.326254,10.33303,11.339507,11.705078,12.31245,13.137459,13.716687,13.971047,14.11009,13.984607,14.599062,7.2797985,7.259119,7.1973147,7.332088,8.0016031,7.9773598,9.0206032,9.0438766,9.3862181,11.070784,11.09287,11.021764,11.12618,10.401997,10.713734,7.0568938,7.2236595,7.383008,10.522301,11.322552,11.340919,12.241542,12.537886,13.153343,14.179811,14.74138,14.95661,15.118082,14.907738,15.55588,7.3835382,7.4991131,7.61132,9.5112667,10.339119,10.348704,11.974596,12.193131,12.841665,13.58501,13.971653,14.152012,14.296396,13.955006,14.596865,6.8887563,7.0786309,7.2503586,10.440513,11.191473,11.208561,11.906624,12.233936,12.809781,14.023912,14.666564,14.895484,15.04664,14.932162,15.56252,6.6600289,6.8310494,7.0055523,11.16407,11.913386,11.944336,12.582788,12.872279,13.424036,14.843925,15.437691,15.650945,15.826696,15.64624,16.287746,5.8702002,6.0116191,6.1777816,12.026114,12.825358,12.883444,13.41939,13.674666,14.107025,15.695861,16.170635,16.386417,16.641079,16.378138,16.99155,7.3395104,7.4332709,7.5192885,8.6381121,9.3469944,9.3536434,12.027579,12.213564,12.747,13.321556,13.616755,13.823992,13.937254,13.618843,14.18591,7.0240889,7.1500549,7.2373095,8.0756817,8.7125101,8.7189083,11.626821,11.90435,12.353231,12.782958,13.086619,13.364389,13.465873,13.269725,13.773658,6.8975501,7.1118155,7.2612367,9.2699165,10.050528,10.056038,10.871853,11.296699,11.860613,12.709463,13.322493,13.60879,13.737255,13.685523,14.265351,5.8381929,5.9571729,6.1139264,12.557584,13.403936,13.461581,14.050306,14.280856,14.72656,15.920614,16.325373,16.540827,16.806393,16.454329,17.051813,7.6209722,7.6474681,7.6604862,8.3632336,9.1215258,9.1207685,10.992965,11.071386,11.622283,12.73026,12.864792,12.914608,13.021332,12.402608,12.915286,6.4535804,6.6281028,6.8045425,11.002327,11.714915,11.747698,12.284004,12.568479,13.093783,14.687757,15.299039,15.506274,15.679783,15.540519,16.172983,7.2627616,7.3393354,7.4113626,8.3097744,8.9479561,8.9543324,12.220045,12.374007,12.821794,13.336763,13.579088,13.795335,13.894189,13.580927,14.097001,5.6585932,5.7555842,5.8894229,11.584352,12.516564,12.56277,13.230095,13.420349,13.843195,14.76151,15.084686,15.262563,15.559488,15.196177,15.766641,7.6369281,7.6371613,7.6148219,7.9524574,8.7121716,8.7007246,10.401742,10.4497,10.95158,12.265755,12.334725,12.334014,12.427004,11.728856,12.174668,7.045814,7.172514,7.3108978,10.664992,11.520351,11.542969,12.587325,12.819601,13.448844,14.369985,14.810326,14.990951,15.170111,14.831562,15.485056,6.8284931,6.9389586,7.010447,7.6096478,8.1393528,8.1456594,11.840433,12.101027,12.418754,12.740673,12.980808,13.28669,13.370545,13.211113,13.631856,7.0641074,7.1142535,7.1749487,9.021903,9.9626265,9.9639645,11.305499,11.420435,12.018723,12.888405,13.099585,13.177749,13.358315,12.857822,13.450534,7.1044607,7.2783833,7.3998203,8.7997932,9.5785294,9.585268,11.109424,11.468733,12.064071,12.681053,13.139502,13.405032,13.531688,13.360452,13.951905,6.9681754,7.0549598,7.1602716,10.175698,11.09685,11.115073,12.262312,12.432645,13.050864,13.900184,14.21702,14.350817,14.544805,14.108566,14.742294,7.4667835,7.5276923,7.5866022,8.5569868,9.2783289,9.2840595,11.894199,12.020186,12.555237,13.277197,13.495573,13.645843,13.753645,13.312339,13.864182,7.0181637,7.2130432,7.3739419,9.9417353,10.720539,10.731125,11.56281,11.919588,12.513343,13.500154,14.121234,14.367689,14.511069,14.400077,15.020579,6.5492339,6.6877208,6.8485475,11.738917,12.555812,12.59581,13.327929,13.579884,14.131646,15.312502,15.791121,15.99579,16.202618,15.894269,16.532787,7.3253784,7.4041491,7.4924159,9.519331,10.408715,10.417392,11.920454,12.078474,12.724673,13.537955,13.832342,13.959244,14.117841,13.665993,14.298923,7.2504563,7.4089384,7.5359612,9.2134361,10.007842,10.015102,11.510519,11.819091,12.445033,13.133702,13.601859,13.835712,13.971756,13.754958,14.376641,7.2044806,7.3720961,7.5184107,9.8590631,10.666991,10.677564,11.794004,12.103267,12.736967,13.58343,14.119784,14.343639,14.492293,14.289137,14.929464,6.2205467,6.3364563,6.4850831,11.906008,12.773887,12.818843,13.538971,13.760299,14.269327,15.31163,15.710267,15.904818,16.147255,15.78486,16.398903,7.4389496,7.5242434,7.6079526,8.8984728,9.670186,9.6769409,11.967493,12.136115,12.726848,13.396743,13.686422,13.859044,13.982063,13.598895,14.197057,7.4733233,7.5335016,7.5975819,8.9779711,9.8258219,9.8297014,11.679943,11.809428,12.432738,13.25582,13.491712,13.603828,13.739111,13.246983,13.849564,7.2259445,7.3733268,7.4859896,8.79144,9.547739,9.5543509,11.471724,11.769435,12.359447,12.951187,13.360839,13.60471,13.730289,13.508635,14.103632,7.3857427,7.4850044,7.5878687,9.5555401,10.406812,10.416618,12.018246,12.208529,12.860263,13.630958,13.978541,14.136751,14.285662,13.893813,14.535605,6.7202806,6.9207096,7.0946326,10.060704,10.766747,10.780088,11.348761,11.683217,12.23006,13.516283,14.204567,14.433873,14.57067,14.53111,15.137764,7.178081,7.2872601,7.407517,10.218105,11.093498,11.110621,12.334854,12.539742,13.185414,14.033966,14.41927,14.580441,14.752499,14.370192,15.021662,7.2339072,7.3578787,7.4566851,8.57164,9.2801876,9.2866907,11.731221,11.983688,12.523954,13.061446,13.409744,13.649915,13.765882,13.519933,14.087333,7.1751561,7.3528719,7.491838,9.3661499,10.164317,10.17117,11.387659,11.731116,12.352313,13.098514,13.625688,13.871928,14.010306,13.842037,14.461518,6.9781075,7.1762133,7.3069639,8.8343678,9.6235638,9.6291351,10.798447,11.211367,11.794748,12.455423,12.970999,13.257525,13.383324,13.272161,13.850899,6.3584948,6.5047874,6.6729393,11.920504,12.709946,12.755776,13.389195,13.65134,14.166932,15.552827,16.055334,16.26799,16.481586,16.205458,16.839005,12.124635,12.389351,12.466709,12.972513,13.197542,12.999504,13.102804,13.251266,13.560368,13.836231,17.88043,17.853813,18.005251,19.795574,21.883219,12.092907,12.422648,12.564094,13.176794,13.499743,13.436677,13.681877,13.853153,14.34092,14.671418,16.714359,16.715513,16.892204,17.660479,22.729246,14.685915,14.898841,14.98422,15.558473,15.746587,15.692656,15.81119,15.953882,16.210966,16.430292,18.029572,18.008581,18.08946,18.686522,28.321444,12.705082,13.013765,13.152122,13.762244,14.064853,14.007108,14.226239,14.396027,14.849832,15.164087,17.052071,17.046736,17.187546,17.889605,23.929392,10.877987,11.192695,11.265557,11.785375,12.053453,11.887714,12.093982,12.22728,12.626028,12.906954,16.410032,16.428532,16.720554,18.31423,19.583172,14.378412,14.582941,14.657966,15.212077,15.385812,15.309647,15.402373,15.55111,15.775907,16.001255,18.180792,18.128456,18.201395,18.972048,27.848097,15.267424,15.459841,15.54447,16.125177,16.296789,16.261906,16.37084,16.499403,16.731409,16.923658,18.165953,18.148598,18.214075,18.673595,29.446815,11.441662,11.726744,11.788804,12.266817,12.495561,12.290843,12.434072,12.55808,12.886364,13.137259,17.095869,17.107918,17.363417,19.244118,20.321102,13.540711,13.795896,13.892618,14.465491,14.692212,14.608515,14.7483,14.911052,15.224534,15.493742,17.747986,17.720625,17.82725,18.686283,25.918808,12.522143,12.805375,12.905025,13.472452,13.725231,13.603867,13.755431,13.92406,14.278038,14.579536,17.547836,17.519505,17.654791,18.837883,23.524019,12.55465,12.778093,12.834353,13.258304,13.436074,13.172721,13.208219,13.329919,13.565104,13.78589,18.483725,18.463629,18.603724,20.867733,21.982698,11.676161,11.919227,12.000823,12.484064,12.678715,12.514789,12.584514,12.74409,12.997649,13.283237,18.210497,18.04826,18.135885,19.756203,22.391277,13.066959,13.250431,13.29535,13.65377,13.794207,13.484818,13.460655,13.56593,13.743166,13.924523,19.092916,19.065712,19.171432,21.746649,22.524866,12.649789,12.864369,12.910254,13.295787,13.456869,13.17033,13.191682,13.295552,13.508945,13.700312,18.509674,18.506796,18.670164,21.102396,21.856525,9.5300598,9.8899679,9.9731207,10.521878,10.846813,10.743578,11.066405,11.200005,11.72087,12.031969,14.742434,14.775549,15.174374,16.311943,17.587908,13.723636,13.990484,14.113445,14.710384,14.964052,14.917185,15.089928,15.248895,15.617553,15.889674,17.523495,17.510489,17.612959,18.218964,26.125862,14.979365,15.171427,15.244259,15.80948,15.974051,15.916475,16.013727,16.150642,16.369335,16.571779,18.214722,18.185398,18.255838,18.858337,28.980854,13.473603,13.724016,13.816215,14.380787,14.599521,14.506176,14.633211,14.797003,15.094354,15.363546,17.838696,17.801125,17.903139,18.839008,25.804008,9.8684168,10.257086,10.374374,10.950489,11.289086,11.21139,11.534132,11.681579,12.224165,12.561722,15.018039,15.041914,15.401128,16.385466,18.558966,12.050426,12.302124,12.356388,12.792947,12.988123,12.744131,12.826366,12.941923,13.211549,13.434892,17.817938,17.822052,18.030512,20.179953,21.117035,10.646051,11.004196,11.118998,11.710427,12.04585,11.947368,12.230832,12.387596,12.906259,13.243367,15.900455,15.916893,16.19939,17.273138,19.704493,11.513815,11.729892,11.798512,12.229895,12.398474,12.201068,12.236382,12.377726,12.595121,12.851916,18.516901,18.323845,18.401627,20.293421,21.831596,13.575235,13.714601,13.748176,14.033339,14.137802,13.783963,13.703205,13.791046,13.916774,14.059,19.664675,19.627159,19.696787,22.551987,23.081011,12.20552,12.452995,12.513386,12.965311,13.165167,12.924972,13.000614,13.125635,13.39871,13.634813,18.024723,18.017824,18.193758,20.299809,21.481318,12.49255,12.69749,12.755269,13.167872,13.329138,13.071235,13.079812,13.210531,13.415826,13.642196,18.802378,18.721947,18.815098,21.065172,22.284136,11.523479,11.868423,12.008348,12.612645,12.941356,12.876495,13.141635,13.309882,13.805433,14.141493,16.313288,16.322176,16.547001,17.383068,21.770119,12.640419,12.908231,13.000476,13.551799,13.784023,13.652674,13.777184,13.944922,14.261627,14.554173,17.782112,17.735479,17.853983,19.116385,23.82234,13.41843,13.581205,13.61513,13.917495,14.033545,13.686915,13.631496,13.713216,13.857806,13.999188,19.330509,19.324263,19.438154,22.257244,22.730679,12.192102,12.455832,12.536716,13.050724,13.274813,13.088157,13.189382,13.344285,13.649559,13.932303,17.929993,17.889957,18.0263,19.732397,22.242548,14.342649,14.438246,14.448554,14.588825,14.632357,14.199253,14.048371,14.076538,14.128587,14.178384,20.089155,20.092466,20.191471,23.551655,23.635748,9.7490435,10.093762,10.15924,10.665277,10.941837,10.809895,11.078991,11.202073,11.633805,11.913589,15.024362,15.053642,15.459389,16.855246,17.879551,12.801875,13.047497,13.130781,13.662591,13.868404,13.737692,13.834038,13.998671,14.270144,14.548033,18.013779,17.932901,18.02919,19.287039,24.412687,12.742973,12.91401,12.959891,13.312515,13.442848,13.15154,13.117682,13.231761,13.393152,13.584917,19.209023,19.111065,19.182669,21.660608,22.493029,11.178177,11.509643,11.615126,12.198237,12.510007,12.387229,12.623895,12.782756,13.250502,13.576658,16.533257,16.541237,16.775597,18.004629,20.514683,11.658882,11.980713,12.092427,12.682091,12.985271,12.871096,13.088274,13.254579,13.702389,14.028964,16.858337,16.856541,17.051245,18.200293,21.596083,10.181799,10.508755,10.563399,11.031673,11.266515,11.104761,11.317983,11.431496,11.788187,12.037601,15.558789,15.585336,15.974846,17.630016,18.475283,11.800956,12.107377,12.208207,12.779168,13.06004,12.923706,13.108926,13.272024,13.678504,13.993227,17.146978,17.138386,17.319971,18.635967,21.737629,10.04804,10.412142,10.512245,11.078413,11.403723,11.302262,11.602596,11.747242,12.258637,12.58256,15.335466,15.360402,15.70707,16.850653,18.594801,12.187751,12.441194,12.509372,12.985854,13.196343,12.973104,13.05782,13.194348,13.481775,13.736762,18.011618,17.993715,18.153149,20.131329,21.679241,11.039183,11.365695,11.460365,12.026517,12.327616,12.189626,12.419086,12.570393,13.02135,13.335861,16.493189,16.504976,16.757355,18.110752,20.103157,12.517474,12.726922,12.748459,13.030279,13.134016,12.818739,12.811226,12.874056,13.01464,13.137953,18.170586,18.182249,18.434473,21.13307,21.410385,12.351187,12.613698,12.699748,13.228578,13.451328,13.291488,13.395597,13.559432,13.859655,14.150052,17.931681,17.87196,17.989784,19.491093,23.022352,10.67267,11.008303,11.099265,11.660514,11.967207,11.834451,12.085905,12.231755,12.698335,13.010672,16.105619,16.124609,16.414888,17.745865,19.441437,11.325231,11.664952,11.785553,12.385778,12.710933,12.61257,12.86396,13.029758,13.520389,13.856905,16.474466,16.480715,16.70322,17.746977,21.020239,11.298419,11.599335,11.674736,12.194498,12.454077,12.276187,12.453211,12.590827,12.969102,13.249676,16.901457,16.911736,17.159132,18.823601,20.271376,11.505752,11.76957,11.801792,12.15631,12.302758,12.05145,12.128345,12.210851,12.41866,12.588854,17.070431,17.088848,17.411749,19.712519,20.166693,14.638419,14.839456,14.914551,15.474552,15.645732,15.578228,15.674107,15.818858,16.042561,16.259453,18.188381,18.147385,18.219589,18.91407,28.345411,16.496525,16.614008,16.657881,17.227337,17.324673,17.292555,17.347376,17.441355,17.563778,17.687958,18.690159,18.665087,18.703587,19.054142,31.954681,16.292192,16.429056,16.48539,17.062538,17.179974,17.15172,17.223789,17.322624,17.475306,17.611839,18.550777,18.53474,18.580666,18.924807,31.500174,11.800633,12.09255,12.180282,12.721987,12.981053,12.813608,12.969084,13.12301,13.492101,13.789251,17.367235,17.357271,17.540211,19.09934,21.443493,12.125276,12.441375,12.562075,13.160182,13.459554,13.368417,13.582066,13.752874,14.193324,14.516309,16.983633,16.97776,17.147312,18.113287,22.748663,13.477626,13.630186,13.644515,13.855323,13.92514,13.548361,13.464522,13.508835,13.598618,13.681389,19.189548,19.196417,19.372267,22.426733,22.583439,12.173051,12.412492,12.486136,12.963906,13.15899,12.954158,13.013667,13.165323,13.421087,13.690155,18.321499,18.236488,18.341976,20.213732,22.312651,14.092937,14.205127,14.230173,14.451103,14.530785,14.133121,14.013651,14.076716,14.169512,14.269558,20.026152,20.013376,20.07782,23.205336,23.516521,13.213042,13.488134,13.596203,14.180852,14.432427,14.353415,14.518817,14.685007,15.041968,15.3276,17.517445,17.499271,17.620687,18.460228,25.172739,16.874176,16.975298,17.012663,17.587494,17.670527,17.644777,17.695028,17.775406,17.88397,17.988407,18.772451,18.756163,18.790552,19.071741,32.614784,12.399218,12.630912,12.696486,13.151411,13.339621,13.10376,13.150874,13.289323,13.537128,13.784467,18.426226,18.377798,18.497635,20.574396,22.150784,13.046528,13.334164,13.452492,14.046803,14.315987,14.245592,14.430291,14.598119,14.987144,15.28255,17.35148,17.338921,17.468122,18.255417,24.789953,11.222316,11.537917,11.62741,12.181698,12.468169,12.316546,12.523127,12.672416,13.09567,13.401174,16.733711,16.742197,16.981071,18.43507,20.351711,11.324969,11.605227,11.651977,12.07687,12.270514,12.048635,12.170857,12.275633,12.553296,12.76829,16.929338,16.947237,17.248119,19.302389,20.017862,12.400827,12.699041,12.808384,13.392478,13.666997,13.561939,13.743201,13.913102,14.307287,14.618058,17.291864,17.276176,17.42598,18.485743,23.299934,13.469947,13.706962,13.791282,14.341918,14.544785,14.442823,14.54951,14.71193,14.980664,15.243431,17.987291,17.930334,18.022121,19.025995,25.867697,12.206371,12.457609,12.540157,13.050002,13.25732,13.092973,13.177057,13.339877,13.613371,13.899658,18.100025,18.003443,18.105238,19.666727,22.955914,11.032907,11.387954,11.51806,12.121875,12.461199,12.379866,12.658872,12.823432,13.342091,13.684554,16.098457,16.110796,16.36252,17.309267,20.613192,14.233473,14.340007,14.361712,14.559968,14.629624,14.216476,14.084513,14.134985,14.214965,14.297372,20.101755,20.099611,20.171627,23.398241,23.613293,14.088855,14.334803,14.439883,15.025617,15.250691,15.197944,15.34643,15.50068,15.81736,16.068485,17.74634,17.729719,17.825245,18.453419,27.022766,12.532568,12.750792,12.790367,13.156365,13.308651,13.018328,13.042161,13.135793,13.339746,13.516207,18.325319,18.3314,18.526726,21.003817,21.593462,13.396647,13.559982,13.58856,13.873228,13.981174,13.628351,13.571434,13.643423,13.779759,13.907626,19.240339,19.242613,19.378201,22.244898,22.614433,11.545999,11.842889,11.92516,12.45787,12.71971,12.545813,12.713136,12.859138,13.23686,13.527231,17.149311,17.150686,17.364365,18.982655,20.811735,11.922585,12.195672,12.270122,12.773463,13.006242,12.805323,12.925736,13.067183,13.392953,13.664393,17.643608,17.634474,17.816736,19.632568,21.340134,11.729198,12.005215,12.072141,12.55857,12.787518,12.578787,12.706068,12.836864,13.160758,13.418472,17.436321,17.439777,17.656309,19.544567,20.834602,12.073503,12.3601,12.452436,13.002236,13.255974,13.101177,13.246876,13.40849,13.765198,14.066643,17.529491,17.506428,17.662354,19.117842,22.222166,11.249516,11.104769,12.00871,12.114891,12.313805,12.355697,12.443857,12.582677,13.044444,13.374503,13.964315,13.909771,13.856699,19.783052,20.145123,12.82045,13.174915,14.338927,14.639404,14.840357,14.882181,15.008052,15.168939,15.683828,16.009466,16.643724,16.560362,16.506739,17.967632,18.317072,11.975376,12.390885,13.433149,13.799895,14.061033,14.192584,14.354019,14.559574,15.114878,15.514403,16.327589,16.266912,16.228661,18.117083,18.8475,11.931422,11.971266,13.036908,13.179947,13.348587,13.382426,13.472187,13.609291,14.0847,14.356781,14.915803,14.84983,14.790911,19.106308,19.417978,11.68859,11.994126,13.014165,13.307305,13.565029,13.659842,13.795732,13.994779,14.534511,14.948277,15.699634,15.641284,15.595646,18.575392,19.172865,11.629934,12.0885,13.05415,13.463597,13.749266,14.061369,14.26367,14.485572,15.048226,15.482275,16.384348,16.330732,16.301985,18.025028,18.972506,12.77051,13.056926,14.295628,14.522498,14.685139,14.713173,14.812078,14.949532,15.437284,15.689553,16.229492,16.141018,16.075392,17.949575,18.186342,10.453716,10.642467,11.506923,11.745234,12.193734,12.28256,12.404664,12.643364,13.152532,13.958325,14.690181,14.644301,14.601872,19.059002,19.640059,12.807107,13.126434,14.339345,14.598679,14.777513,14.810781,14.921066,15.068495,15.571002,15.849105,16.426842,16.339403,16.278217,17.936514,18.208097,12.297407,12.672773,13.777098,14.102536,14.33285,14.405806,14.545542,14.730312,15.268184,15.622165,16.345123,16.275513,16.228617,18.124779,18.669659,10.43513,10.033113,10.751888,10.779922,11.011615,11.046047,11.117242,11.242902,11.653089,12.059859,12.616606,12.570912,12.521399,20.540342,20.877947,12.769715,12.991408,14.374171,14.516099,14.612953,14.618711,14.674322,14.751677,15.181479,15.334826,15.701457,15.601813,15.526494,16.809174,16.85363,12.175843,12.461406,13.571988,13.833376,14.042551,14.097676,14.217126,14.388377,14.908202,15.235671,15.895014,15.825194,15.771211,18.417795,18.85981,11.241759,11.611974,12.561111,12.898961,13.222737,13.407112,13.567617,13.800243,14.353853,14.888116,15.731162,15.681488,15.644135,18.498798,19.261292,13.199999,13.510209,14.742057,14.994519,15.159809,15.182852,15.287507,15.419511,15.919029,16.19783,16.724609,16.625246,16.561787,17.768013,17.882626,11.091184,11.210599,12.12811,12.341145,12.631544,12.70542,12.820701,13.013635,13.523947,14.019,14.724805,14.673009,14.625705,19.223862,19.745935,12.523535,12.915619,14.022158,14.365252,14.595293,14.65978,14.803737,14.984934,15.520731,15.88418,16.606783,16.533934,16.489281,18.008478,18.54468,12.948425,13.205616,14.529336,14.712807,14.839129,14.853083,14.929502,15.035201,15.504458,15.703028,16.145838,16.046381,15.972802,17.459711,17.559315,12.697989,12.897702,14.17573,14.329451,14.455512,14.473441,14.548437,14.661423,15.100998,15.303157,15.764296,15.676218,15.60437,18.008347,18.184042,13.079601,13.352267,14.629821,14.835168,14.965088,14.974817,15.054705,15.155907,15.715798,15.939825,16.383888,16.278921,16.211224,17.321358,17.323532,12.466789,12.6549,14.061787,14.166114,14.237781,14.235388,14.271344,14.327199,14.650035,14.771581,15.094015,15.001472,14.927342,16.274378,16.334999,12.614092,12.955811,14.122989,14.409781,14.609661,14.655138,14.777535,14.940745,15.457515,15.766979,16.403692,16.323805,16.268515,18.04505,18.42374,11.495944,11.926759,12.891038,13.271669,13.564872,13.840513,14.027245,14.253896,14.814322,15.275574,16.154032,16.102337,16.069361,18.219803,19.080179 ),.Dim=c(3107,15)), other_pc_idw=structure(.Data=c( 14.558863,13.742902,13.458965,12.747959,13.147758,12.523688,9.9619188,9.0926332,9.0804386,8.6860523,8.647543,8.471262,8.4154158,8.7776279,9.3730087,16.610302,14.398888,14.261862,13.575226,15.553048,13.447161,12.016751,11.528641,11.469236,11.261576,11.179258,11.204487,11.184731,11.446276,11.471789,14.293547,13.302473,13.032959,12.528413,13.204658,12.375669,9.4731894,8.8464432,8.8748531,8.612174,8.6016703,8.3868942,8.3437176,8.710165,9.640007,14.578695,13.870194,13.588511,12.751921,13.007284,12.498729,9.9982729,8.9993153,8.9697981,8.4937115,8.4417772,8.2953444,8.2351809,8.5802107,9.0633936,13.779864,13.218831,12.926824,12.285872,12.385363,12.033894,9.3228884,8.0772495,8.0455112,7.4272079,7.4029708,7.1948934,7.1341524,7.4164348,8.0445328,14.283298,13.369133,13.090906,12.542467,13.111194,12.36925,9.4897337,8.7958307,8.8150101,8.5196409,8.5062389,8.2920332,8.2431374,8.6087933,9.4813557,15.1684,13.999766,13.744818,13.068946,13.871315,12.871531,10.717103,9.9805298,9.9605083,9.6294365,9.5777998,9.439333,9.3954382,9.7573271,10.198272,12.956218,12.458747,12.176383,11.676516,11.79078,11.481853,7.616766,6.6431222,6.6472092,6.261735,6.2936087,6.0594258,6.0020552,6.287271,7.3554959,12.861403,12.301992,12.04149,11.597387,11.842284,11.442605,7.1125612,6.4397368,6.4691029,6.2350554,6.2643499,6.0348916,5.9797277,6.2899647,7.6161089,12.504491,12.07172,11.801367,11.3543,11.42707,11.175051,6.979528,5.9555025,5.9594445,5.5776138,5.6145935,5.3836002,5.3296881,5.5907474,6.6926599,14.426303,13.689058,13.401341,12.673551,12.978488,12.43842,9.8175497,8.8852386,8.8696146,8.4381866,8.4009838,8.2218456,8.1635141,8.5142508,9.1179714,15.527747,14.709555,14.480173,12.867843,13.265265,12.635003,9.7751818,8.8868303,8.8410187,8.5090523,8.4420338,8.5209246,8.4651318,8.8979969,9.0224228,15.439158,14.395995,14.162275,13.059256,13.700932,12.837533,10.479102,9.6503162,9.6014557,9.2681503,9.1959171,9.1802769,9.1287489,9.5219879,9.6907463,13.343834,12.762902,12.476337,11.941828,12.141578,11.747451,8.0988579,7.2357087,7.246418,6.9001265,6.9227719,6.6903071,6.6325254,6.9492006,8.0100155,12.32354,11.891529,11.637907,11.224784,11.33213,11.063977,6.2936506,5.5033488,5.5184603,5.2625961,5.3226914,5.1032805,5.0496917,5.3126249,6.6174073,15.285084,13.887161,13.64415,13.111141,14.197835,12.950533,10.898216,10.285563,10.282864,10.003859,9.9673815,9.8070288,9.7732973,10.117702,10.658925,13.988192,13.495316,13.262687,12.304975,12.319526,12.011652,9.9149084,8.1980381,8.0981331,7.1526117,7.0803614,6.9967599,6.9380841,7.1268587,7.3763509,15.63284,14.166371,13.944119,13.270154,14.409157,13.089496,11.220278,10.552422,10.517503,10.215374,10.153341,10.062716,10.028301,10.363848,10.659245,14.022313,13.327392,13.03511,12.410135,12.697353,12.195816,9.2106667,8.3266068,8.3274117,7.9376488,7.9259768,7.7124133,7.6548605,7.9987974,8.8118868,15.761334,14.083761,13.871289,13.338866,14.732336,13.18473,11.470759,10.894398,10.871123,10.599818,10.551257,10.437388,10.413987,10.725937,11.094205,15.04372,13.876683,13.616504,13.002401,13.816011,12.816027,10.585489,9.8802481,9.872014,9.5551682,9.5134516,9.3506279,9.3081074,9.6701174,10.208785,13.924807,13.366081,13.081938,12.391637,12.47039,12.12184,9.675498,8.3203831,8.2709656,7.5632095,7.5222206,7.3360076,7.2745571,7.5396748,8.0385361,15.035069,13.713328,13.463648,12.961462,13.98047,12.811354,10.547907,9.9570112,9.9695969,9.7065706,9.6809893,9.4993258,9.4645433,9.8158035,10.490403,14.892901,14.018543,13.74753,12.918182,13.367977,12.684409,10.30643,9.4280758,9.4005718,9.0044632,8.9478998,8.8195686,8.7639055,9.1346359,9.5583134,12.642362,12.203124,11.923056,11.450454,11.489112,11.247634,7.8534961,6.4334297,6.4127879,5.8080339,5.8179541,5.5850415,5.5307379,5.7793241,6.5793247,14.176538,13.403649,13.114974,12.501042,12.883025,12.297583,9.3937111,8.5768356,8.5823565,8.2264891,8.2110195,8.0002613,7.9451351,8.3020554,9.1087332,16.253855,14.254392,14.083532,13.515379,15.268154,13.374549,11.920781,11.398175,11.355447,11.109147,11.043982,10.998417,10.97869,11.248497,11.431717,13.179861,12.67446,12.383634,11.846813,11.932772,11.62926,8.2960262,7.1216378,7.1094203,6.5895672,6.599093,6.3656812,6.3073945,6.5849404,7.4458594,14.684663,14.093417,13.83256,12.685765,12.801427,12.4048,9.9266663,8.7317171,8.6768713,8.0643826,7.9942908,7.9270935,7.8652859,8.1720161,8.5005875,14.321848,13.805622,13.564088,12.466094,12.503206,12.173481,9.8915119,8.3852739,8.3018684,7.4790769,7.4050069,7.3391376,7.2789407,7.508287,7.7791753,15.774582,13.977905,13.769878,13.325615,14.859275,13.192884,11.491752,10.98867,10.984272,10.743985,10.714998,10.576382,10.550372,10.846716,11.31389,15.086264,14.387544,14.132686,12.832663,13.074715,12.57074,9.9643431,8.9644346,8.9193401,8.4704809,8.3984823,8.3807106,8.3200684,8.6963682,8.9642916,14.925452,14.183612,13.917791,12.865446,13.152948,12.607988,10.136549,9.1582747,9.1180325,8.6696444,8.6029072,8.5248108,8.4646721,8.83109,9.1675549,14.599277,13.410119,13.159569,12.691427,13.59772,12.557077,9.8929462,9.3312483,9.3613176,9.1246262,9.1138048,8.9166975,8.8841543,9.2428665,10.12001,15.278948,13.700031,13.477324,13.048855,14.368227,12.926682,10.808168,10.311845,10.333026,10.109145,10.089137,9.9205208,9.8926182,10.212853,10.90344,12.593812,12.156502,11.883813,11.413798,11.424006,11.191506,8.5491047,6.650753,6.5932555,5.7345576,5.7319374,5.5138421,5.4592743,5.6806717,6.2050905,14.214756,13.591503,13.302988,12.556911,12.717118,12.299042,9.7149839,8.6003523,8.5696907,8.0172281,7.9767137,7.7979908,7.736836,8.0481482,8.6066952,15.018975,14.466122,14.224152,12.617605,12.714985,12.343901,9.560976,8.3819685,8.3295755,7.74721,7.675765,7.706491,7.6464314,7.9758668,8.2385454,13.480533,13.009915,12.784769,12.048338,12.046948,11.761056,9.9055071,7.8985147,7.7803922,6.6967731,6.631907,6.5197191,6.4632187,6.6167965,6.8481307,13.882954,13.359088,13.100025,12.353572,12.385035,12.063587,9.9498425,8.3212624,8.2363825,7.3418579,7.2824807,7.1370959,7.0762429,7.2892966,7.620379,13.114653,12.481279,12.222207,11.773767,12.101935,11.623301,7.5409217,6.9097443,6.9469881,6.7124357,6.7303071,6.4994173,6.4419293,6.7666302,8.0685177,13.24791,12.765554,12.515694,11.934587,11.938802,11.658472,9.7029886,7.6931534,7.5897064,6.5387139,6.4979258,6.3318005,6.2743874,6.4574533,6.7621937,14.822362,13.869691,13.595986,12.893156,13.449074,12.679934,10.288112,9.4806471,9.4664326,9.1038628,9.0587959,8.8976212,8.8461323,9.21527,9.7444324,13.934792,13.143737,12.86264,12.323568,12.764668,12.148069,8.9499607,8.2347813,8.2572699,7.9610662,7.9585695,7.7339973,7.680757,8.0372963,9.0223074,13.075619,12.598351,12.333556,11.800035,11.808702,11.539895,9.378088,7.4184184,7.3326225,6.3468685,6.3227153,6.1295443,6.071928,6.2760291,6.6585093,15.188467,14.347204,14.09511,12.94423,13.349674,12.700453,10.216832,9.3072414,9.263979,8.8776846,8.8079977,8.7720242,8.7145653,9.1060114,9.3559456,14.584808,14.043381,13.79537,12.577006,12.643146,12.28917,9.848465,8.5093727,8.440382,7.7289958,7.6552014,7.6080832,7.5470352,7.8176975,8.1044292,13.387094,12.873445,12.58342,12.012508,12.070359,11.768282,9.0043764,7.5878682,7.5502048,6.8572598,6.8434343,6.6224551,6.5630078,6.8219233,7.4538312,16.091442,14.862623,14.682191,13.014397,13.926085,12.839395,10.036934,9.3098984,9.2502708,9.0183372,8.9284668,9.0944099,9.052475,9.4926949,9.4273376,15.48196,14.245995,14.013311,13.169512,14.034752,12.96488,10.879716,10.123132,10.080984,9.7553291,9.6865425,9.6198673,9.5755749,9.9396629,10.183105,14.542595,13.628636,13.347933,12.7242,13.258737,12.526114,9.9128599,9.1425276,9.1442375,8.8042431,8.7757797,8.5820646,8.5311117,8.8984518,9.5926685,13.678448,13.152047,12.876086,12.235815,12.276731,11.961472,9.6769953,8.0950632,8.0274496,7.1878614,7.1473851,6.9611826,6.9003735,7.1331758,7.5648875,14.819388,14.03659,13.763329,12.865301,13.20417,12.617517,10.183908,9.2423449,9.2101402,8.7772055,8.7179642,8.5992451,8.5405054,8.9047079,9.3140011,15.203039,14.595806,14.350401,12.70364,12.860394,12.440182,9.5769596,8.52143,8.479948,7.993104,7.9229546,7.9673266,7.9070792,8.2796345,8.537714,14.779028,13.68363,13.415257,12.845215,13.596322,12.669055,10.224526,9.5408087,9.5472574,9.2454195,9.2163496,9.0272913,8.9838085,9.3497066,10.029702,12.578702,12.090238,11.831537,11.400228,11.565888,11.240849,6.6457005,5.9213805,5.9420891,5.702374,5.7551951,5.530405,5.4756794,5.7625422,7.0942841,13.183279,12.486668,12.23709,11.816824,12.235015,11.682361,7.6403627,7.0783639,7.1253619,6.9102645,6.926446,6.6990604,6.6396751,6.9696999,8.3089638,13.661089,13.090093,12.795395,12.188053,12.323537,11.956344,8.9170494,7.8256044,7.81217,7.3073196,7.3006997,7.0794988,7.0196161,7.3206162,8.1039181,14.190123,13.532169,13.24045,12.535303,12.749341,12.293221,9.5773249,8.5646286,8.5467482,8.0672693,8.0367699,7.8448129,7.7848396,8.1144829,8.7588139,15.375915,14.672052,14.431796,12.801606,13.065268,12.55159,9.6839886,8.7294254,8.6864605,8.2935867,8.2216978,8.2834749,8.2248764,8.6381226,8.8393602,13.68074,13.076049,12.782429,12.187558,12.378194,11.970485,8.7644157,7.8043346,7.8029308,7.3816981,7.3832912,7.1591992,7.1001925,7.4198542,8.2984142,13.599119,12.938251,12.652431,12.109835,12.401623,11.922811,8.4503622,7.6612606,7.6781735,7.3588614,7.3699083,7.1394582,7.0830746,7.4210162,8.4621439,14.692841,14.036097,13.764238,12.762278,12.95035,12.492954,10.022356,8.9445171,8.9017696,8.3729725,8.3089609,8.2070723,8.1454725,8.4793968,8.8635988,14.364569,13.765886,13.4891,12.626566,12.74509,12.349881,9.9391689,8.7218552,8.6728268,8.0406246,7.9825959,7.8424497,7.7804441,8.0728626,8.4991894,15.655388,14.640214,14.426292,12.97815,13.604888,12.765863,10.080783,9.2550755,9.1994858,8.90693,8.8346882,8.9109421,8.859374,9.2846498,9.3295126,15.152432,14.158607,13.902396,13.029414,13.614144,12.803829,10.532735,9.6968479,9.6619253,9.295948,9.2321205,9.1365633,9.0842371,9.4605684,9.7885342,14.212017,13.651172,13.381878,12.540442,12.612256,12.254428,9.9625301,8.586381,8.5220041,7.7799177,7.7185116,7.5809665,7.5190511,7.7761145,8.1545525,20.069813,20.085562,19.734913,18.88455,18.640261,18.520853,18.286394,18.061142,17.928064,17.811846,17.73274,18.156168,18.014103,17.99078,17.752594,19.534935,19.283396,18.956167,18.57279,18.460783,18.350567,18.116655,17.786705,17.625601,17.494493,17.407953,17.914461,17.764839,17.925917,17.702913,20.415247,20.143133,19.765047,19.470243,19.420492,19.356493,19.22521,19.118101,19.038696,18.973772,18.928156,19.340593,19.169523,19.250944,18.996038,20.17124,19.928795,19.554211,19.220236,19.142422,19.062714,18.896797,18.723827,18.622293,18.536222,18.478453,19.008877,18.84235,18.956455,18.715176,19.751949,19.547676,19.204897,18.782295,18.657997,18.553804,18.33634,18.060846,17.918049,17.799715,17.720991,18.225698,18.072887,18.202499,17.97299,19.529194,19.43926,19.111507,18.556255,18.359835,18.239323,17.991148,17.656878,17.490234,17.353386,17.261873,17.725231,17.58223,17.695929,17.474215,20.885691,20.62747,20.167894,20.127375,20.119547,20.101969,20.06296,20.030254,20.006416,19.986731,19.97443,20.667347,20.460514,20.616398,20.387613,20.572636,20.303574,19.882915,19.744671,19.718246,19.675274,19.582911,19.496124,19.440264,19.393019,19.361868,19.983753,19.794439,19.940411,19.701532,20.540285,20.280352,19.871292,19.956924,19.943138,19.915596,19.856661,19.81172,19.773787,19.744408,19.724031,19.711895,19.527496,19.679047,19.447123,20.21007,20.020924,19.661495,19.0783,18.951511,18.854424,18.66004,18.482224,18.369713,18.273169,18.206488,18.656572,18.501842,18.528311,18.28031,20.302757,20.019953,19.625481,19.430428,19.391663,19.329178,19.194862,19.05168,18.969597,18.899652,18.853897,19.4669,19.288704,19.44371,19.205208,20.259426,19.989931,19.602282,19.363808,19.312284,19.244555,19.100718,18.948172,18.859461,18.784306,18.734583,19.315445,19.141134,19.282112,19.042585,19.938066,19.641678,19.281164,19.014328,18.955757,18.869158,18.683367,18.458244,18.340319,18.241077,18.176573,18.744427,18.580168,18.744072,18.510033,20.584299,20.318073,19.901855,19.768196,19.74107,19.699177,19.610178,19.533606,19.479361,19.43442,19.40391,19.924643,19.737301,19.870495,19.627995,20.837368,20.574854,20.12005,20.060677,20.05084,20.028633,19.979759,19.936674,19.907705,19.8832,19.867851,20.586599,20.381929,20.539753,20.309288,14.601952,14.00336,13.780927,12.723105,12.738836,12.320745,10.0859,8.779542,8.6093035,8.0251026,7.8975539,7.9157248,7.8635931,8.0022984,8.0173655,14.284864,13.592899,13.3948,12.358523,12.407936,12.023639,9.0876179,7.7553291,7.6067395,7.2723446,7.1750798,7.2003465,7.1473546,7.3680096,7.1267562,14.964716,14.501308,14.232435,13.497981,13.449351,12.834557,11.418009,11.336766,10.945178,10.472172,10.199804,10.150449,10.086803,9.9187441,9.9681225,14.820576,14.364186,13.98364,13.242864,13.198558,12.187207,10.076384,10.150845,9.752141,9.451972,9.2052584,9.1725502,9.0167971,9.0661144,9.0661764,14.843379,14.392212,14.096773,13.279019,13.230194,12.504683,11.055939,11.32156,10.827479,10.439383,10.177317,10.134194,10.053803,9.9522018,9.974268,14.180739,13.433267,13.223384,12.387949,12.421357,12.008433,9.5727024,8.1365633,7.9448276,7.5790482,7.4633341,7.4573755,7.3956761,7.5816698,7.4098425,14.027201,13.238047,13.026617,12.302154,12.326609,11.903448,9.654645,8.1307335,7.913815,7.5548458,7.4347782,7.4146442,7.3473539,7.5183783,7.3570867,14.847924,14.396939,14.072187,13.251583,13.203761,12.374664,10.808752,11.112286,10.6137,10.259962,9.9983339,9.9580717,9.8593121,9.8010788,9.810668,15.00627,14.375118,14.170483,12.422388,12.478633,12.111094,8.8153448,7.611485,7.5020733,7.1613889,7.093987,7.2191353,7.1747618,7.4496565,7.3282843,13.949116,13.110279,12.883175,12.278719,12.280886,11.809367,9.9366446,8.3387527,8.07446,7.7127423,7.5820718,7.5476646,7.4660301,7.6037588,7.5161805,14.417358,14.027313,13.844451,13.107277,13.057107,12.68028,11.33223,10.896625,10.530329,9.7087326,9.4705086,9.4130917,9.3750553,9.0772686,9.205596,14.829119,14.282383,14.024212,13.334388,13.30236,12.762895,11.146159,10.353108,10.088588,9.5184813,9.3018379,9.2585802,9.1944408,9.1404667,9.186552,14.358731,13.630547,13.405123,12.5959,12.615465,12.172767,10.028818,8.650053,8.4426432,8.020607,7.888782,7.8752627,7.8101616,7.9644852,7.8807797,13.147008,12.262793,12.087155,11.557775,11.57773,11.209238,8.7580938,6.869431,6.6376786,6.3623552,6.2643414,6.2332344,6.1662636,6.3371329,6.0636616,14.771553,14.149103,13.877283,13.214716,13.188836,12.610067,10.914732,10.004433,9.737299,9.2685032,9.066164,9.0249176,8.9455347,8.9599485,8.9693003,13.947064,13.531506,13.340637,12.641784,12.607547,12.233875,10.738555,9.3842201,9.1357889,8.0980835,7.9354315,7.8901658,7.8468962,7.7334723,7.843277,14.459352,13.842221,13.526737,12.960596,12.926608,12.172269,9.8693924,9.0209885,8.7611771,8.4480133,8.2570658,8.2251358,8.066247,8.1862593,8.1779575,11.006679,10.78549,10.695371,9.9849348,9.9824018,9.7931261,8.5010099,4.8535409,4.6955929,3.5464189,3.51336,3.4954925,3.4649425,3.496556,3.5608537,13.51211,13.09875,12.918894,12.122813,12.10759,11.75787,10.090697,8.2170944,8.015276,6.92344,6.8096933,6.7874565,6.7431998,6.7511191,6.8407722,14.18433,13.405452,13.178061,12.485968,12.496781,12.038331,10.040302,8.5768204,8.3411608,7.9485297,7.8137517,7.7864146,7.7134337,7.8561759,7.7647977,14.943436,14.337212,14.121119,12.578972,12.614929,12.227823,9.4146709,8.1656685,8.0355558,7.5761733,7.4875064,7.5800791,7.5319467,7.7513843,7.7330027,14.513158,13.822667,13.606854,12.54773,12.585264,12.174286,9.6529388,8.3241186,8.1568222,7.7488122,7.6371083,7.6600904,7.604311,7.8016829,7.6959066,14.732906,14.121869,13.862713,13.172533,13.151524,12.616017,10.897469,9.9107914,9.6622601,9.1432199,8.9500256,8.9117403,8.8410091,8.8591213,8.87747,14.634472,13.994137,13.683822,13.085019,13.051344,12.328262,10.36508,9.5150785,9.230732,8.8789711,8.6787014,8.6413383,8.5131912,8.5872593,8.577549,14.91612,14.477889,14.234257,13.500984,13.450117,12.906478,11.543927,11.465188,11.076549,10.547614,10.269004,10.216858,10.163406,9.9327011,10.004313,14.332455,13.573266,13.320553,12.700072,12.689322,12.157789,10.358754,9.0297098,8.7647171,8.36866,8.2104883,8.1732626,8.0855494,8.1869192,8.1459904,14.4233,13.704898,13.466631,12.740766,12.744851,12.267648,10.334323,9.0161533,8.7873716,8.3433828,8.1940689,8.1674032,8.0963364,8.2134523,8.1679268,14.293825,13.881625,13.688535,12.984042,12.940204,12.553762,11.123892,10.25658,9.9592314,9.0457115,8.8401995,8.7871284,8.7457047,8.5391779,8.6588326,13.189196,12.224879,12.030003,11.523254,11.527581,11.109929,9.2898006,7.2558956,6.9699788,6.6638103,6.5651212,6.530941,6.4523149,6.604383,6.4912405,14.251841,13.477253,13.236433,12.593858,12.591727,12.095248,10.243079,8.8349342,8.580142,8.1826677,8.0352383,8.0009966,7.9201107,8.0380583,7.9796066,13.30087,12.348586,12.137486,11.642148,11.635918,11.17585,9.4255524,7.4556026,7.1584988,6.8477974,6.7434292,6.7087388,6.6161895,6.7625828,6.6958451,14.727339,14.227129,13.987226,13.289429,13.253743,12.762353,11.191998,10.365462,10.105308,9.4227991,9.2074032,9.1627131,9.1080732,9.0086327,9.0821905,14.935094,14.453011,14.198234,13.501875,13.456465,12.904623,11.436779,11.025177,10.704332,10.146975,9.8910217,9.8410749,9.7829247,9.6211777,9.685895,14.440598,13.959138,13.737,13.017701,12.987723,12.545717,10.936457,9.828989,9.5920696,8.7715559,8.5868073,8.5473146,8.4970846,8.4268827,8.5118084,14.531591,13.866845,13.633833,12.793608,12.803553,12.349839,10.308392,9.0274696,8.8251848,8.323781,8.179739,8.1672583,8.1052256,8.2278004,8.2058172,14.797537,14.181113,13.87639,13.241856,13.207015,12.509258,10.739592,10.00349,9.7042704,9.3154478,9.1002493,9.0592089,8.9535246,8.9798088,8.9780502,12.688841,11.72874,11.56731,11.110888,11.124858,10.776369,8.5109882,6.3438435,6.0920596,5.8346634,5.750114,5.7174406,5.6513805,5.8127947,5.5755773,14.635732,14.183289,13.962767,13.272605,13.228951,12.779185,11.301598,10.551257,10.271056,9.5046043,9.2789173,9.2284622,9.1812744,9.0006275,9.1000681,13.925139,13.473395,13.289598,12.186205,12.187888,11.836915,9.7276649,7.9725933,7.8052688,6.8812823,6.7772236,6.799098,6.755444,6.8500028,6.9259086,14.556623,13.888012,13.663412,12.68169,12.705709,12.277155,10.003648,8.6944942,8.5141048,8.0422754,7.91606,7.925375,7.8678451,8.0302591,7.9853096,11.958379,10.837182,10.689762,10.309705,10.312078,9.9682913,8.5041542,5.7602429,5.4560466,5.2024212,5.1509008,5.124404,5.0584226,5.1993613,5.1461115,14.52615,13.834726,13.544728,12.952252,12.924186,12.270942,10.399312,9.3559923,9.0758705,8.7098665,8.5245724,8.486084,8.371233,8.4517136,8.4348679,14.598083,13.984046,13.743677,12.968539,12.962479,12.487456,10.623061,9.4426861,9.2274046,8.6555204,8.4910126,8.4663877,8.4043894,8.4704008,8.4879923,14.904054,14.366099,14.030779,13.347841,13.305191,12.485346,10.685822,10.366814,10.013822,9.6550646,9.414444,9.3749094,9.2576466,9.2615185,9.2641935,14.939232,14.472891,14.19014,13.431734,13.383329,12.718469,11.282144,11.306148,10.882424,10.449388,10.181195,10.134318,10.063215,9.9284105,9.9640484,12.205705,11.151037,11.003977,10.598731,10.609389,10.279734,8.3970289,5.8816466,5.6062565,5.3583603,5.2892318,5.2591829,5.1974845,5.3492928,5.194499,12.633356,12.303016,12.158871,11.509345,11.483795,11.209209,9.8742657,7.5821562,7.3469477,6.0463514,5.9482536,5.9041452,5.8675818,5.8028302,5.9097466,14.395666,13.856411,13.640958,12.676746,12.678938,12.269165,10.227991,8.836668,8.6561832,7.9209261,7.7872438,7.790102,7.7402215,7.8305349,7.882637,14.058129,13.24124,12.991402,12.425697,12.41195,11.872612,10.06179,8.5748196,8.2938757,7.939014,7.7945094,7.7571826,7.6573029,7.777689,7.7310243,13.517029,12.615418,12.412271,11.849506,11.859285,11.434727,9.4652176,7.6365938,7.3713088,7.0485091,6.9381642,6.9047375,6.8282785,6.9845285,6.8436007,14.937376,14.391132,14.083305,13.397248,13.355698,12.636414,10.998875,10.60364,10.259212,9.8548594,9.6129856,9.5696144,9.4763002,9.4400768,9.4525976,13.805294,12.966767,12.758623,12.11957,12.137255,11.712645,9.5831089,7.9338508,7.6946378,7.3538523,7.2362638,7.2078075,7.1359434,7.2994933,7.1387782,14.60205,13.917572,13.651496,13.00684,12.988169,12.42513,10.670248,9.5697165,9.3070421,8.8742704,8.692461,8.6534109,8.5684156,8.6291866,8.6156931,14.561427,14.054971,13.8543,12.434946,12.450128,12.084932,9.5684052,8.1098194,7.9699054,7.2597909,7.1580296,7.2255049,7.1827135,7.3386641,7.3978453,13.696838,12.806473,12.580986,12.036486,12.031359,11.549615,9.7592525,8.0168753,7.7312193,7.3945417,7.2723923,7.2362804,7.1458158,7.2841015,7.2120328,13.580825,13.174727,12.99264,12.270907,12.246445,11.892178,10.346637,8.6096992,8.3886204,7.2739868,7.1447792,7.1090417,7.0653415,7.0197201,7.1193328,13.600744,12.728172,12.491301,11.989467,11.973402,11.448038,9.5321217,7.819221,7.5328951,7.2213807,7.1002979,7.0661674,6.9505801,7.0990949,7.0565495,14.816494,14.200732,13.913502,13.264654,13.233053,12.599253,10.907277,10.112795,9.8254013,9.3948526,9.1817598,9.1392612,9.0501099,9.0582867,9.0637417,14.524179,13.953122,13.722413,12.89888,12.892881,12.443656,10.557598,9.3181105,9.114789,8.4525089,8.295598,8.2772722,8.2213793,8.2806482,8.3208799,14.612408,13.959454,13.709262,12.997546,12.98768,12.480891,10.670238,9.5237703,9.2891636,8.7890854,8.6168127,8.5843649,8.5139723,8.579361,8.5776272,14.745733,14.320765,14.107336,13.403555,13.352345,12.904134,11.52569,11.140625,10.803343,10.112766,9.8528214,9.797802,9.7536345,9.482254,9.5882225,13.514692,13.099712,12.926111,11.980842,11.975172,11.638359,9.7705116,7.8086681,7.6266336,6.5771027,6.4775238,6.4770212,6.4336076,6.4908047,6.5735269,14.513776,13.811572,13.559544,12.886142,12.877234,12.359167,10.548005,9.3312569,9.0842762,8.638772,8.4721546,8.4373398,8.3596821,8.4441118,8.4199648,14.068119,13.292631,13.027266,12.486729,12.46472,11.870866,9.8865471,8.5144587,8.239337,7.9083562,7.758008,7.7228251,7.5987272,7.7288866,7.698626,14.960779,14.429685,14.143382,13.452869,13.411378,12.766505,11.209631,10.782817,10.452372,9.99545,9.7496691,9.7036448,9.6269493,9.549942,9.5791149,14.170293,13.472452,13.187453,12.652518,12.624582,11.964524,9.7169991,8.5612211,8.303894,7.9921088,7.8291478,7.7973094,7.6476297,7.7887917,7.771245,12.860411,11.853662,11.660933,11.211492,11.205442,10.777048,9.0617886,6.852335,6.5506606,6.2638893,6.1781321,6.1459351,6.0542736,6.2061901,6.1480761,14.853348,14.394515,14.158707,13.465199,13.41782,12.918836,11.478874,11.013497,10.700583,10.066283,9.8119183,9.7600594,9.7092419,9.5054636,9.5909033,14.921791,14.403181,14.139107,13.451699,13.411839,12.843676,11.302686,10.734308,10.43733,9.8974218,9.6576996,9.6106014,9.5463858,9.443922,9.4942436,13.662624,12.871943,12.683949,12.011435,12.044002,11.661865,8.9904709,7.3992548,7.2026591,6.9026194,6.7955532,6.7759275,6.7139463,6.9005737,6.6059294,14.881898,14.311719,14.037327,13.3634,13.329843,12.73804,11.115541,10.399611,10.116388,9.6244173,9.401454,9.3573494,9.2831564,9.2453165,9.2727394,14.710218,14.168252,13.817935,13.198692,13.158937,12.285019,10.020445,9.5330324,9.2416315,8.9306841,8.7101097,8.6773453,8.51579,8.6032581,8.6013384,14.65472,14.101011,13.858312,13.129411,13.107896,12.620156,10.908531,9.86868,9.636672,8.9914799,8.8043175,8.7692804,8.7101574,8.7029276,8.7525654,14.31426,13.810724,13.59272,12.802811,12.786526,12.360827,10.602285,9.2806416,9.0707426,8.2470865,8.0907488,8.0657673,8.0149364,8.0235138,8.0954189,14.501385,13.787861,13.513212,12.906407,12.884068,12.285167,10.494825,9.3562632,9.0806799,8.6916275,8.513422,8.4740438,8.3744745,8.4519272,8.4303589,14.175161,13.843144,13.685275,13.405419,13.361928,13.106389,12.565879,12.123788,11.8092,11.613496,11.098641,9.9873486,9.9160376,10.167484,9.4396658,14.335153,14.088465,13.988695,15.591067,15.585775,15.423129,15.063842,14.797277,14.48574,14.313276,13.974457,9.7477674,9.7053356,9.8583622,9.3647461,14.19914,13.897385,13.76485,13.985941,13.954139,13.734519,13.262357,12.890403,12.538924,12.350186,11.892378,9.9396734,9.8794556,10.087672,9.4012604,13.519736,13.265144,13.142806,13.256172,13.229197,13.034308,12.609473,12.280345,11.919418,11.752446,11.405664,9.8838387,9.8281384,10.029337,9.1770983,14.268739,13.955391,13.818447,13.927798,13.892854,13.664491,13.176417,12.787775,12.440314,12.248368,11.757229,9.9459267,9.8833723,10.097307,9.4254923,13.614937,13.339042,13.202682,13.080575,13.047167,12.830399,12.364444,11.995463,11.658517,11.483766,11.100006,9.933507,9.8718338,10.096005,9.234396,14.107105,13.783611,13.629349,13.381444,13.339638,13.090291,12.561403,12.131634,11.811295,11.618295,11.126763,9.9895449,9.9198399,10.166512,9.4164114,10.814699,10.70362,10.630142,10.485819,10.470572,10.364148,10.136237,9.9543333,9.7725601,9.6921635,9.5417557,9.1821957,9.1498623,9.2875748,8.4349785,14.148539,13.868186,13.746583,14.314762,14.289707,14.089109,13.652736,13.316973,12.963283,12.780503,12.372798,9.8994789,9.8448954,10.036638,9.3673096,14.504734,14.146728,13.993871,13.791236,13.743253,13.482687,12.941254,12.487316,12.181037,11.98153,11.279562,9.7970371,9.7260008,9.9572868,9.41749,13.352062,13.095865,12.966119,12.858536,12.827954,12.623631,12.182927,11.835703,11.500739,11.33506,10.987282,9.8825397,9.823842,10.04016,9.1389437,12.259318,12.065217,11.95224,11.735767,11.710404,11.540573,11.175537,10.88582,10.621374,10.490167,10.240441,9.6341705,9.5835915,9.7836323,8.7808161,12.197767,11.929958,11.788591,11.537353,11.474173,11.243917,10.82682,10.389193,10.256968,10.125309,7.1610923,6.2583361,6.1896639,6.4319482,6.3066139,14.542443,14.2113,14.088635,14.536957,14.501794,14.288848,13.847537,13.481725,13.223602,13.04922,12.235074,9.4444609,9.3856506,9.5625801,9.212534,14.396622,14.027602,13.866167,13.698929,13.646875,13.378922,12.833599,12.352877,12.10146,11.906801,10.950948,9.3630142,9.2890444,9.5280352,9.1303244,14.484357,14.114773,13.951657,13.673319,13.622118,13.349442,12.786457,12.304042,12.021487,11.819867,11.0503,9.7023888,9.6275711,9.8741722,9.3682394,13.566597,13.28826,13.147119,12.939044,12.90393,12.681632,12.20525,11.825565,11.50351,11.32863,10.944898,9.9413042,9.8777351,10.111525,9.2298908,13.386242,13.203492,13.121825,14.536747,14.534729,14.41711,14.131131,13.933645,13.577064,13.444477,13.231903,9.6616373,9.6242781,9.7598429,9.0504637,14.165772,13.791309,13.619846,13.366647,13.308842,13.029014,12.469687,11.952101,11.731165,11.538844,10.33575,8.9574614,8.8793287,9.1357737,8.8080835,14.490808,14.142106,13.994802,13.847323,13.80209,13.549368,13.020753,12.584266,12.260482,12.061909,11.418684,9.8686504,9.7999172,10.024276,9.44942,13.972911,13.655638,13.498264,13.190634,13.148931,12.899083,12.368217,11.937029,11.628706,11.438467,10.977242,10.005908,9.9352436,10.191252,9.3923712,14.451109,14.11279,13.969924,13.902101,13.860217,13.615743,13.100659,12.680928,12.34446,12.14725,11.5569,9.9128618,9.8463545,10.065509,9.4601679,13.294434,13.031928,12.892721,12.638605,12.604649,12.389189,11.927226,11.558988,11.254982,11.088118,10.738116,9.903162,9.8407154,10.075915,9.1398954,14.385609,14.038157,13.882416,13.645546,13.599812,13.34041,12.796011,12.345911,12.029156,11.829397,11.229797,9.9197369,9.8484573,10.089727,9.4583731,12.443417,12.278826,12.197784,12.531322,12.521136,12.39287,12.101059,11.885142,11.451418,11.326446,11.120789,9.6010723,9.5624857,9.7078943,8.7612114,14.593132,14.261466,14.135394,14.251326,14.213241,13.985454,13.503243,13.116769,12.757242,12.562922,11.9766,9.9273796,9.8661852,10.059402,9.4989233,14.421222,14.053219,13.881289,13.500797,13.450283,13.170162,12.586009,12.090669,11.805749,11.600657,10.945251,9.8815231,9.803896,10.071954,9.4734068,13.877399,13.574988,13.426997,13.210219,13.171811,12.935356,12.430878,12.02562,11.700737,11.515531,11.079613,9.9814472,9.9146919,10.155141,9.3402348,13.93468,13.669106,13.551148,14.04276,14.018437,13.826489,13.405015,13.083733,12.715085,12.539873,12.168931,9.8997335,9.8463001,10.035387,9.2989674,13.963079,13.592413,13.419161,13.132983,13.072102,12.790279,12.234146,11.704821,11.499135,11.311287,9.9146528,8.6409216,8.5616083,8.8232908,8.5364199,14.025841,13.75241,13.631771,14.124684,14.099282,13.901665,13.470106,13.13921,12.777193,12.598103,12.208894,9.9059725,9.8515348,10.043688,9.3310518,13.627267,13.393742,13.28821,13.952629,13.935442,13.770165,13.397099,13.120596,12.742827,12.584099,12.280251,9.8283405,9.7801409,9.9521503,9.1771145,13.051685,12.748101,12.599469,12.51824,12.458527,12.217191,11.763896,11.314744,11.152339,11.000433,8.849309,7.4084964,7.3383341,7.5719042,7.39359,14.0633,13.757774,13.616789,13.573763,13.537498,13.307106,12.814396,12.421621,12.077735,11.889664,11.432863,9.9676905,9.9036417,10.128152,9.3785486,14.406872,14.046283,13.880238,13.544157,13.495131,13.22237,12.652547,12.173658,11.877379,11.674307,11.037343,9.8946991,9.8193541,10.077381,9.4658623,13.694044,13.402991,13.275645,13.964569,13.928082,13.728603,13.336519,12.981565,12.80902,12.660921,11.249842,8.2951145,8.238533,8.4201269,8.2225628,13.443712,13.094256,12.924215,12.596058,12.530573,12.254314,11.724064,11.193961,11.014894,10.841243,8.9771366,7.8996558,7.8203726,8.0851765,7.8665514,14.037817,13.710964,13.547526,13.192754,13.149195,12.890949,12.34328,11.895484,11.597772,11.404279,10.927667,10.02099,9.9478245,10.214131,9.4289904,14.199895,13.875699,13.72681,13.573047,13.532434,13.287836,12.768868,12.34876,12.016806,11.822953,11.315417,9.9714127,9.9036846,10.138665,9.4265261,14.468249,14.086128,13.910229,13.527144,13.473291,13.185439,12.591922,12.0746,11.809464,11.60335,10.815893,9.6908922,9.6113224,9.8808422,9.3782701,14.176073,13.838451,13.674612,13.334023,13.289045,13.026499,12.471779,12.015388,11.713069,11.515771,10.997469,10.000381,9.9267378,10.189459,9.4572163,14.432295,14.040027,13.857815,13.448787,13.392179,13.095845,12.49008,11.947435,11.702217,11.495579,10.595335,9.5087595,9.4265718,9.7050457,9.2649918,14.280301,13.935642,13.773427,13.460283,13.414402,13.150585,12.595119,12.136039,11.828987,11.629554,11.071947,9.9678631,9.8945265,10.150705,9.4655409,14.284365,13.935075,13.768247,13.413093,13.366138,13.096878,12.53037,12.05989,11.761803,11.56101,10.999362,9.9748468,9.8997269,10.164455,9.4790449,12.517414,12.324475,12.222382,12.257174,12.237337,12.079102,11.732861,11.464542,11.129085,10.994583,10.741713,9.6555653,9.6089344,9.7859869,8.8502378,13.914334,13.664168,13.555415,14.301702,14.282061,14.106845,13.715357,13.423498,13.04815,12.879564,12.54046,9.8666983,9.8173857,9.9920607,9.275362,11.03419,10.916369,10.84443,10.770017,10.756639,10.648976,10.417004,10.232415,9.9988403,9.9126263,9.7541771,9.231142,9.1986303,9.3306913,8.5105076,14.01413,13.702304,13.553321,13.357063,13.317657,13.077161,12.565088,12.152527,11.824179,11.635048,11.172057,9.9843674,9.9169922,10.156322,9.3807983,13.784624,13.484505,13.333045,13.052588,13.013528,12.774719,12.265409,11.855145,11.543788,11.360201,10.937956,9.9878445,9.9198408,10.168927,9.3226824,14.305262,13.968701,13.816197,13.619148,13.575919,13.323467,12.790721,12.35501,12.029881,11.832582,11.280715,9.953474,9.8838835,10.122268,9.4506502,13.790436,13.507827,13.373268,13.351266,13.318457,13.101805,12.63523,12.267388,11.918378,11.739607,11.338656,9.9448366,9.8837824,10.102025,9.2853556,13.034856,12.805092,12.687076,12.658574,12.632789,12.448145,12.047103,11.734106,11.394702,11.241318,10.935418,9.798583,9.7449903,9.9445457,9.0210161,12.353456,12.158381,12.048857,11.89672,11.872828,11.705737,11.345379,11.060794,10.770462,10.63763,10.382186,9.6419296,9.5925779,9.7844,8.814393,14.506643,14.146033,13.995497,13.889384,13.841075,13.584404,13.056417,12.605937,12.326152,12.131677,11.307814,9.5840492,9.5138531,9.7368269,9.2895737,14.397391,14.07784,13.944057,14.110755,14.076099,13.848979,13.364293,12.977527,12.628573,12.434847,11.912472,9.9284296,9.8666496,10.073175,9.4515705,14.333911,13.947591,13.770156,13.427641,13.370165,13.080469,12.49427,11.960875,11.725877,11.525037,10.491122,9.266758,9.1863003,9.4539261,9.0701513,13.886086,13.589368,13.447173,13.320708,13.284427,13.05546,12.565426,12.174669,11.837055,11.653282,11.224214,9.9683647,9.9039898,10.133847,9.3297234,13.781017,13.508862,13.38201,13.524913,13.495829,13.291065,12.846479,12.500708,12.1391,11.963557,11.582129,9.9234886,9.865799,10.071218,9.2678699,17.628489,17.348415,17.029728,16.890451,16.773413,16.272125,15.573952,15.276242,15.090258,14.755072,14.435605,14.660125,14.56648,14.834517,14.56264,17.611012,17.707785,17.43391,17.188808,16.910389,16.569744,16.034086,15.630994,15.427896,15.201577,14.896566,15.177835,15.070105,15.357815,15.120914,17.589699,17.312757,16.992411,16.849098,16.729536,16.220179,15.51753,15.203726,15.015564,14.690672,14.372772,14.59667,14.501556,14.772874,14.507639,17.926458,18.339485,18.072428,17.761787,17.366177,17.12184,16.70822,16.375675,16.194134,16.012562,15.701809,16.021526,15.908251,16.184904,15.940458,16.837904,16.430323,15.993304,15.801551,15.667625,14.718747,13.674804,13.034087,12.800808,12.479988,12.156007,12.312753,12.207092,12.490363,12.336005,17.132509,16.801306,16.404797,16.219727,16.080425,15.29607,14.388456,13.890134,13.675901,13.354705,13.02809,13.206708,13.105501,13.383654,13.194337,17.791574,17.540478,17.25808,17.13422,17.025169,16.633678,16.035799,15.755196,15.565533,15.2801,14.972057,15.238834,15.141727,15.418749,15.121286,17.725672,17.46768,17.174492,17.044203,16.931181,16.507116,15.878093,15.587016,15.398309,15.099521,14.788088,15.041502,14.945242,15.220732,14.933434,17.855581,17.715237,17.451281,17.3043,17.153343,16.831263,16.318571,16.000023,15.808222,15.584456,15.288304,15.587192,15.479146,15.768321,15.492805,17.46623,17.11228,16.643635,16.473198,16.349394,15.393665,14.409618,14.065279,13.883589,13.511263,13.161275,13.317872,13.222937,13.477546,13.273561,17.790926,17.560049,17.283522,17.155624,17.039988,16.665638,16.089701,15.793761,15.601963,15.338626,15.037886,15.311778,15.210873,15.493879,15.203017,17.685501,18.054081,17.781956,17.458965,17.064037,16.766094,16.281715,15.891212,15.693175,15.484656,15.180052,15.470469,15.361581,15.64175,15.408644,17.47266,17.670835,17.392633,17.101233,16.765844,16.405632,15.845941,15.401162,15.189281,14.955113,14.652141,14.917887,14.811382,15.096487,14.873104,17.293892,17.020735,16.674381,16.497572,16.353127,15.73849,14.953766,14.517885,14.310897,14.004121,13.684442,13.890366,13.790189,14.070977,13.85391,17.566845,17.4652,17.182104,16.992367,16.800013,16.407696,15.816872,15.421564,15.218412,14.971288,14.665429,14.932838,14.827431,15.117602,14.874189,18.229654,18.100269,17.868498,17.758551,17.631397,17.401918,17.008142,16.757187,16.576241,16.400053,16.122309,16.465536,16.349125,16.631565,16.333328,17.675165,17.41589,17.116341,16.980701,16.864025,16.41935,15.772612,15.468995,15.279709,14.97848,14.666635,14.912458,14.815782,15.091932,14.813137,18.353003,18.40431,18.160568,18.010386,17.808346,17.621788,17.292276,17.049633,16.889465,16.742771,16.438419,16.804436,16.680588,16.957138,16.683422,17.626009,17.382221,17.082954,16.938742,16.813084,16.366405,15.721172,15.391459,15.198681,14.912144,14.602798,14.850125,14.750903,15.032089,14.764614,17.984835,17.78363,17.532585,17.41843,17.307037,17.005991,16.51458,16.24231,16.049524,15.826408,15.540608,15.846943,15.740324,16.025856,15.720252,17.514715,17.23477,16.903193,16.751631,16.627287,16.079014,15.347322,15.008564,14.81758,14.495037,14.175654,14.391341,14.295105,14.567972,14.316469,17.494041,17.252249,16.938868,16.778627,16.640404,16.143055,15.454157,15.081623,14.883467,14.5928,14.279753,14.513169,14.413194,14.695695,14.449481,17.621428,17.469946,17.186508,17.017145,16.851767,16.457991,15.866487,15.496336,15.29713,15.046555,14.741697,15.010146,14.905476,15.194899,14.941588,18.240789,18.058708,17.842941,17.751646,17.652643,17.420748,17.020987,16.787874,16.596561,16.414143,16.14868,16.486258,16.373112,16.652874,16.333731,17.78347,17.54225,17.262466,17.136103,17.023609,16.639286,16.05127,15.760895,15.569915,15.296597,14.992985,15.262406,15.163151,15.443777,15.150569,17.898401,17.663948,17.400173,17.2857,17.181503,16.842075,16.300695,16.031034,15.837773,15.583595,15.287497,15.57573,15.474833,15.756398,15.446,18.035034,17.923079,17.672829,17.536512,17.386374,17.115368,16.665892,16.376753,16.190796,15.992582,15.702684,16.025997,15.913539,16.200848,15.916482,18.064442,18.141119,17.886007,17.695518,17.461002,17.219717,16.81049,16.510925,16.332371,16.15275,15.849591,16.184807,16.068792,16.352655,16.087368,17.400122,17.339216,17.049635,16.830297,16.605829,16.181789,15.555645,15.10563,14.892289,14.636782,14.329705,14.58155,14.476665,14.766562,14.541176,17.975687,17.733377,17.477921,17.373867,17.279877,16.960365,16.436356,16.18903,15.991948,15.737991,15.440119,15.739249,15.640142,15.91804,15.587887,17.70834,17.467205,17.178467,17.04335,16.92408,16.511967,15.898075,15.589036,15.397629,15.1184,14.812268,15.071237,14.971896,15.253115,14.972606,17.313232,16.960466,16.514225,16.337681,16.210499,15.300725,14.331715,13.916266,13.720738,13.374931,13.034258,13.198998,13.10075,13.366793,13.172398,17.575943,17.230045,16.768963,16.605516,16.481499,15.562561,14.605007,14.315524,14.142022,13.739316,13.387039,13.540729,13.449142,13.694221,13.47541,17.891943,17.708935,17.447472,17.317347,17.189287,16.866318,16.351013,16.052748,15.861024,15.631962,15.339362,15.637086,15.530519,15.818113,15.529561,18.13954,18.496611,18.236473,17.967821,17.612787,17.405565,17.044838,16.760958,16.593666,16.434036,16.119251,16.463058,16.344788,16.618578,16.36344,17.902033,17.644823,17.368284,17.254366,17.153278,16.781387,16.198008,15.946421,15.758518,15.462284,15.139691,15.424253,15.331566,15.600077,15.285724,17.068682,16.919081,16.608553,16.382414,16.170118,15.641925,14.909728,14.352353,14.119154,13.838097,13.530682,13.746845,13.642962,13.932611,13.73571,17.416964,17.11095,16.742104,16.580027,16.453419,15.786914,14.97057,14.607148,14.41495,14.076121,13.748398,13.940599,13.844466,14.112909,13.883161,17.919657,17.611317,17.254116,17.114552,16.971388,16.386272,15.605869,15.429399,15.256254,14.679122,14.351742,14.515656,14.433259,14.656228,14.380167,18.364517,18.218615,18.008436,17.919138,17.810741,17.608788,17.254509,17.030933,16.852837,16.692751,16.427729,16.781765,16.662777,16.939144,16.63225,17.93264,18.067694,17.806419,17.583746,17.31311,17.049765,16.610571,16.28157,16.096621,15.905358,15.599773,15.92048,15.807158,16.091753,15.836136,18.291019,18.079102,17.890799,17.815872,17.739241,17.518682,17.129389,16.92321,16.707277,16.522511,16.267311,16.605824,16.496967,16.770008,16.417896,18.330875,18.573956,18.321098,18.111301,17.822189,17.644983,17.33004,17.086193,16.931957,16.791828,16.470922,16.836344,16.712435,16.984108,16.721727,18.317089,18.237299,18.004396,17.888727,17.744005,17.537899,17.178543,16.935059,16.763494,16.603102,16.319565,16.675892,16.555347,16.835232,16.545595,17.680607,17.38311,17.047174,16.908667,16.788931,16.24448,15.50576,15.244481,15.064984,14.665941,14.338055,14.541456,14.452628,14.705137,14.431308,17.170393,16.910223,16.567892,16.377413,16.218508,15.601875,14.808817,14.314753,14.096593,13.796824,13.480127,13.684309,13.582441,13.867256,13.663451,18.184004,18.162399,17.916431,17.76866,17.587492,17.360731,16.971783,16.699905,16.524654,16.352646,16.058186,16.40382,16.285784,16.56904,16.290705,17.751492,17.552771,17.276182,17.134895,17.00189,16.630083,16.060495,15.738203,15.544662,15.29405,14.993803,15.270564,15.166866,15.453953,15.177986,17.915066,17.5891,17.189537,17.04314,16.893343,16.180859,15.320932,15.165366,14.996849,14.377398,14.042833,14.173141,14.092027,14.296932,14.0362,18.018343,17.848003,17.599279,17.479177,17.355581,17.070164,16.60055,16.322393,16.132515,15.922596,15.637247,15.952369,15.84278,16.129467,15.832355,17.283689,16.894138,16.380579,16.197052,16.071095,14.948223,13.857869,13.397108,13.199696,12.858709,12.509319,12.661283,12.560627,12.829066,12.65804,17.376682,17.179237,16.869286,16.685484,16.518906,16.022667,15.332137,14.901118,14.692341,14.413602,14.101896,14.335775,14.233418,14.520811,14.292658,18.292719,18.097677,17.902731,17.822773,17.736473,17.517557,17.13464,16.918751,16.719976,16.542707,16.287041,16.626869,16.514618,16.789843,16.457664,17.788019,17.987392,17.720169,17.46188,17.151207,16.862309,16.389702,16.02648,15.833811,15.629933,15.323913,15.627556,15.516917,15.801323,15.556607,18.068707,17.841459,17.603424,17.506884,17.416073,17.133144,16.657372,16.416843,16.21476,15.989608,15.708458,16.021334,15.917325,16.198227,15.862885,17.78237,17.761389,17.494364,17.30353,17.092052,16.775105,16.268677,15.915643,15.721512,15.504223,15.201799,15.500359,15.390985,15.680347,15.424237,18.137075,18.221861,17.969162,17.784147,17.55126,17.325357,16.937679,16.652546,16.478518,16.307611,16.003935,16.347477,16.229612,16.511673,16.244177,18.343201,18.330727,18.091286,17.958551,17.784529,17.590218,17.248793,17.005362,16.840656,16.688587,16.39362,16.756422,16.633663,16.911963,16.631849,18.096455,17.777977,17.391674,17.24794,17.082729,16.428532,15.598866,15.48513,15.314814,14.59906,14.275199,14.401728,14.322622,14.516888,14.246432,17.872501,17.658291,17.393499,17.2705,17.155207,16.816368,16.280167,15.992075,15.7996,15.556217,15.262184,15.551505,15.447833,15.733077,15.436316,17.618563,17.412348,17.121334,16.966894,16.825394,16.404272,15.785126,15.432723,15.236178,14.969913,14.663658,14.921904,14.819644,15.106112,14.846218,17.6005,17.283989,16.909777,16.761412,16.638704,15.977512,15.159947,14.890853,14.713756,14.298429,13.964519,14.139955,14.050869,14.297308,14.04373,17.830032,17.549807,17.241125,17.113966,16.999773,16.538738,15.868706,15.623099,15.443141,15.066895,14.729073,14.974345,14.887423,15.14072,14.849005,17.744541,17.406609,16.964586,16.810284,16.677797,15.829148,14.90686,14.693958,14.527628,14.033098,13.682936,13.823468,13.737763,13.961751,13.722008,21.762695,22.59454,21.843918,21.820055,21.474531,21.473824,21.419127,21.409172,20.802032,20.793648,20.723001,20.667839,19.761091,22.111691,21.447809,20.188707,20.559448,20.225163,20.145094,19.945635,19.942497,19.87813,19.860004,19.678835,19.668081,19.622511,19.542963,19.117193,20.338835,20.057169,20.773983,21.355476,20.834042,20.767296,20.476063,20.471655,20.387394,20.364977,20.04409,20.030348,19.969715,19.876749,19.220581,21.028391,20.567677,20.580776,21.177319,20.630651,20.565561,20.333502,20.331566,20.261494,20.243662,19.863722,19.851877,19.79397,19.714905,19.063871,20.863991,20.430981,21.239845,21.974854,21.303684,21.258755,20.97723,20.974848,20.905611,20.889297,20.3755,20.363688,20.298672,20.225492,19.427828,21.556965,20.991165,19.234177,19.628954,19.268869,19.186573,19.010973,19.013247,18.95532,18.942709,18.761347,18.754467,18.707367,18.633863,18.196177,19.497549,19.287996,19.611509,19.865257,19.633717,19.539772,19.392019,19.391636,19.342712,19.329571,19.223013,19.21611,19.181356,19.110779,18.817354,19.693449,19.536299,18.179625,18.368576,18.195684,18.102882,17.994385,18.001249,17.971569,17.969055,17.921728,17.923199,17.89687,17.841547,17.62879,18.315998,18.312231,15.465061,15.4934,15.604993,15.717657,15.271307,15.253167,14.967731,14.903863,15.866031,15.708833,15.614782,15.127913,14.954351,17.50798,17.396975,13.49106,13.5244,13.710671,13.854667,13.459565,13.448329,13.065459,13.01769,14.346198,14.231962,14.149591,13.382534,13.226372,15.371624,15.289118,16.002087,16.06687,16.036747,16.117279,15.763869,15.737677,15.46562,15.382242,16.082697,15.901382,15.814303,15.385584,15.200684,18.049492,17.922813,14.236065,13.997482,13.569709,12.927382,12.78885,12.757624,10.226185,9.5676632,9.6825047,9.4500017,9.3714399,8.9869452,8.9384441,9.6781778,10.237865,13.692414,13.47154,13.051575,12.441672,12.320739,12.308883,9.2669849,8.6505814,8.7771187,8.5732107,8.4956551,8.0986042,8.0584078,8.748209,9.5443115,13.739777,13.463737,13.155545,12.523163,12.387018,12.307165,9.0005178,8.2180042,8.2595711,8.0178537,7.9530921,7.7238688,7.7262421,8.2790432,8.6849966,14.074611,13.843296,13.409148,12.769593,12.637652,12.617124,9.9601173,9.3204041,9.4453087,9.2223511,9.1446724,8.7448769,8.6995821,9.4311657,10.058917,15.097845,14.874619,14.423961,13.760927,13.599401,13.553499,11.783299,11.149177,11.26614,11.024574,10.926149,10.53646,10.459112,11.349579,11.616268,15.564482,15.334416,14.921999,14.309819,14.131785,14.057023,12.571983,11.923525,12.004098,11.757165,11.640333,11.32162,11.221892,12.145855,12.284151,13.54563,13.289722,12.977085,12.383956,12.252611,12.184006,8.7048922,7.9656219,8.0212822,7.7946463,7.74124,7.4921169,7.4940424,8.0481863,8.5804968,15.284426,15.02723,14.623829,14.00262,13.83187,13.755542,12.067927,11.373673,11.443074,11.186687,11.0754,10.765507,10.680058,11.529066,11.718435,14.646305,14.393312,13.975856,13.330326,13.177906,13.125596,10.933162,10.243007,10.337507,10.088023,9.9991293,9.6457891,9.5865364,10.3587,10.751571,14.101364,13.873466,13.427,12.778343,12.647966,12.634039,10.036421,9.4077835,9.5417318,9.3210087,9.2413788,8.8260231,8.7806206,9.5268641,10.140824,15.478225,15.228277,14.827673,14.219497,14.043591,13.963008,12.413193,11.733295,11.799546,11.546041,11.428609,11.12851,11.03366,11.914988,12.059708,13.736848,13.511354,13.102907,12.497081,12.371694,12.350062,9.3096237,8.6763906,8.7919168,8.5815773,8.5116339,8.1322289,8.0906467,8.7727394,9.5496264,15.229988,14.977771,14.567503,13.939073,13.770106,13.698706,11.975174,11.288826,11.366035,11.111353,11.00305,10.680287,10.597274,11.448422,11.658275,14.188622,13.937385,13.539227,12.912659,12.770868,12.723384,10.076652,9.3834915,9.4756088,9.2359915,9.1612654,8.8172903,8.7711563,9.4723721,10.028824,13.810775,13.592766,13.142875,12.508227,12.389242,12.390955,9.5499697,8.9489822,9.0951281,8.8917122,8.8092899,8.3797102,8.3379822,9.0631685,9.7974577,12.949862,12.70627,12.503251,11.746683,11.635768,11.544598,6.7720442,6.0451641,6.0613422,5.8953099,5.841001,5.7301445,5.823976,6.217752,6.2971544,14.546259,14.318875,13.856013,13.181623,13.039278,13.01732,10.840272,10.209741,10.344952,10.112499,10.027529,9.6049204,9.549408,10.363647,10.801543,13.993677,13.719314,13.375235,12.753814,12.612176,12.540674,9.589426,8.8292046,8.8851957,8.6373196,8.5696106,8.2983465,8.2720079,8.8863029,9.370698,13.102912,12.885384,12.58142,12.056942,11.938892,11.888841,7.9545226,7.2970257,7.3710413,7.1828818,7.1597271,6.8973746,6.8857126,7.4292097,8.2812881,14.138287,13.895785,13.484554,12.855042,12.716761,12.679279,10.016836,9.3455267,9.449955,9.2169895,9.1422262,8.7770262,8.7306242,9.4434481,10.037181,15.349485,15.108857,14.692747,14.065829,13.89395,13.823904,12.193352,11.527079,11.610209,11.359455,11.248874,10.919538,10.830637,11.715239,11.90221,13.950109,13.668465,13.339712,12.707915,12.566821,12.488605,9.4545975,8.6726313,8.7181997,8.4681435,8.3994007,8.150219,8.1331472,8.7231531,9.1504602,13.209044,13.005659,12.638065,12.096108,11.980886,11.95886,8.2789783,7.6837807,7.7851362,7.603343,7.5456991,7.1959548,7.1520658,7.775713,8.8066311,15.157907,14.907352,14.492719,13.858348,13.691605,13.624118,11.849624,11.165764,11.248107,10.994252,10.888897,10.557016,10.477264,11.322777,11.555123,15.432208,15.18999,14.780027,14.162099,13.98767,13.912977,12.336302,11.667976,11.744672,11.493415,11.379336,11.062162,10.969322,11.859494,12.022924,14.761638,14.50676,14.090697,13.446059,13.290244,13.233535,11.138053,10.44458,10.534956,10.282869,10.190221,9.843255,9.7800016,10.565372,10.91681,15.249737,15.008274,14.587879,13.953232,13.784384,13.718442,12.019209,11.351334,11.439043,11.188239,11.081217,10.74248,10.658316,11.530645,11.744709,14.989384,14.730835,14.320531,13.683048,13.520491,13.45421,11.541368,10.842041,10.922142,10.666159,10.565416,10.235296,10.163116,10.973351,11.247266,12.895008,12.675373,12.422628,11.883272,11.769566,11.702726,7.4011402,6.7156305,6.7662325,6.5841069,6.5272803,6.3271666,6.3968701,6.8708363,7.249383,15.26942,15.045691,14.606412,13.957831,13.789956,13.734146,12.072266,11.434576,11.540745,11.296955,11.192616,10.824176,10.738724,11.646591,11.865859,12.923111,12.706257,12.431158,11.913476,11.79764,11.739538,7.5305243,6.8637195,6.924799,6.7416029,6.7038918,6.4726958,6.5131235,7.010952,7.5760059,13.253248,13.03655,12.70072,12.163223,12.043292,12.001429,8.289609,7.6490288,7.7338805,7.5424094,7.5058565,7.2051101,7.1731129,7.7603197,8.6933956,13.864695,13.627115,13.23613,12.631087,12.498125,12.45985,9.4873781,8.8199749,8.9177647,8.6945953,8.6283636,8.2792692,8.2368736,8.9093103,9.6153727,14.786296,14.54689,14.108791,13.451014,13.297237,13.252797,11.21647,10.555092,10.664947,10.420156,10.328529,9.9491529,9.8846512,10.703927,11.061762,15.35186,15.093755,14.693946,14.07883,13.906204,13.826752,12.186965,11.492126,11.55722,11.300692,11.186632,10.884651,10.796036,11.651002,11.821046,13.260086,13.037184,12.713008,12.172671,12.051398,12.003319,8.2740383,7.6138649,7.6929088,7.496913,7.4645972,7.1810169,7.1573815,7.7283649,8.5945311,14.408628,14.157419,13.744733,13.104851,12.95863,12.911591,10.499208,9.8107939,9.9078503,9.663619,9.5818443,9.2261686,9.1741514,9.9130793,10.392151,13.631859,13.376795,13.049669,12.457735,12.324879,12.260274,8.908227,8.177742,8.2397289,8.0112753,7.9588127,7.692585,7.6800776,8.257268,8.849103,13.140709,12.936465,12.593542,12.069747,11.95314,11.919992,8.0992441,7.4914069,7.579402,7.3981576,7.3501782,7.0324554,6.9896011,7.5875154,8.6283245,15.10138,14.839161,14.43485,13.804602,13.63866,13.566296,11.737984,11.032941,11.105061,10.847149,10.741785,10.424915,10.347958,11.166565,11.402194,14.548961,14.30801,13.872725,13.217967,13.070911,13.032542,10.79208,10.128772,10.241315,10.000206,9.914608,9.5313368,9.474843,10.257758,10.697141,15.422832,15.199368,14.770408,14.136863,13.963662,13.899679,12.333427,11.694929,11.791632,11.547011,11.437073,11.088097,10.995135,11.918733,12.097355,15.646774,15.412992,15.009606,14.410065,14.229608,14.149145,12.712567,12.059611,12.130992,11.883353,11.762423,11.46097,11.35736,12.281139,12.396481,15.577834,15.329193,14.933235,14.335017,14.156461,14.072276,12.588203,11.912107,11.97361,11.721164,11.599995,11.310357,11.210664,12.103088,12.22381,13.316279,13.114187,12.692766,12.116488,12.010284,12.018286,8.634264,8.0657167,8.2079592,8.0339031,7.939682,7.532094,7.4883084,8.1607895,9.135541,13.472977,13.200869,12.940218,12.245915,12.119205,12.030307,8.2442474,7.4468837,7.4739084,7.2490239,7.1835203,7.0147781,7.0573277,7.5410557,7.7944479,15.297151,15.065317,14.637091,13.998498,13.828887,13.7665,12.110581,11.458926,11.554453,11.307149,11.200233,10.849965,10.763348,11.658554,11.866164,14.933526,14.69952,14.256788,13.597012,13.439465,13.393434,11.483633,10.83159,10.943191,10.698769,10.603627,10.221721,10.151469,11.000675,11.313509,15.098163,14.865041,14.427755,13.775373,13.612338,13.559065,11.767604,11.115238,11.220198,10.973998,10.873801,10.504574,10.427213,11.297894,11.561401,15.494422,15.267488,14.847163,14.22445,14.048697,13.979052,12.453286,11.809248,11.897636,11.651631,11.53822,11.204824,11.108438,12.032093,12.190219,14.855788,14.598511,14.185447,13.543456,13.384741,13.323556,11.303391,10.605622,10.691038,10.436751,10.340745,10.00175,9.9349966,10.729269,11.046786,14.949815,14.683023,14.281181,13.646897,13.484718,13.414374,11.459776,10.744514,10.816668,10.557773,10.457108,10.139133,10.068901,10.859756,11.1342,15.053308,14.808504,14.383929,13.739463,13.57643,13.516976,11.672853,10.999273,11.092627,10.841763,10.741071,10.39041,10.31517,11.158257,11.427266,14.384699,14.152444,13.702912,13.041994,12.902563,12.878816,10.533069,9.8921099,10.020523,9.7888594,9.7064705,9.2971382,9.2455826,10.024826,10.526101,14.279241,14.054154,13.588698,12.919093,12.786337,12.776534,10.386417,9.7666035,9.9103584,9.6869621,9.6056061,9.1708765,9.1230097,9.9058981,10.438877,15.357466,15.134719,14.700317,14.059266,13.888373,13.82835,12.22281,11.585883,11.687595,11.443563,11.336222,10.977241,10.887481,11.806154,12.002276,13.328069,13.061992,12.826532,12.081437,11.961042,11.869498,7.755909,6.968997,6.9897351,6.7844954,6.7218127,6.5858793,6.6491046,7.1004925,7.268106,15.172412,14.908014,14.507573,13.882671,13.71468,13.638597,11.863518,11.155501,11.222513,10.963729,10.855349,10.547052,10.466929,11.290881,11.503277,14.904275,14.674828,14.22411,13.557899,13.402285,13.361573,11.443666,10.801192,10.920102,10.678511,10.584912,10.19029,10.121333,10.976401,11.299241,14.754628,14.508348,14.080351,13.428971,13.274788,13.225379,11.14418,10.468553,10.570049,10.322235,10.230751,9.8654327,9.802146,10.60317,10.966699,13.679879,13.453046,13.062064,12.470254,12.343269,12.313241,9.1631136,8.5198231,8.6235867,8.4126949,8.3482895,7.9901209,7.9477415,8.6112261,9.4128819,13.801072,13.559482,13.185931,12.590145,12.456757,12.410894,9.3342581,8.6519976,8.7395477,8.5153837,8.4544754,8.1275358,8.0888824,8.7372236,9.444519,13.94968,13.719502,13.294988,12.667374,12.537827,12.516696,9.7199364,9.0806484,9.2018194,8.9828176,8.9076681,8.5158138,8.4722986,9.1840687,9.8657198,14.760823,14.532866,14.074876,13.40237,13.25228,13.220053,11.204117,10.567653,10.69479,10.456861,10.367271,9.9580164,9.8948631,10.735476,11.102841,13.698151,13.448421,13.103208,12.513878,12.380626,12.323106,9.081583,8.3706827,8.4428425,8.2161922,8.1630983,7.8730187,7.846951,8.4524679,9.1139364,13.45838,13.192911,12.917521,12.273861,12.145663,12.062954,8.3573074,7.5788298,7.6147351,7.388411,7.3245907,7.1292658,7.164073,7.6658936,7.9968305,13.372242,13.120064,12.832044,12.237494,12.110349,12.037128,8.3077145,7.5642457,7.6120996,7.3935246,7.3364649,7.1144133,7.1433964,7.6611977,8.0931206,15.324573,13.932496,13.51405,12.895894,14.020434,12.905156,11.685534,11.196198,11.341555,11.103917,11.044628,10.646885,10.710773,11.124776,11.082414,15.878663,14.198424,13.861217,13.335691,14.768581,13.284649,12.21884,11.762767,11.850323,11.618998,11.559896,11.258096,11.298412,11.681418,11.634164,15.578947,14.051295,13.665029,13.08536,14.357801,13.074099,11.942123,11.475237,11.599699,11.368744,11.310039,10.949406,11.003638,11.404996,11.360972,15.519988,14.006108,13.724579,13.230844,14.472738,13.119588,11.521908,10.992248,11.035488,10.778123,10.712977,10.481197,10.549282,10.91842,10.869474,14.159615,13.36537,12.818009,12.030325,12.459279,12.041061,10.34187,9.6075878,9.7705708,9.4149523,9.3631907,8.8268127,8.901844,9.3298569,9.3152161,12.892787,12.321997,11.621952,10.723835,10.893058,10.817832,8.9165363,7.93009,8.1097822,7.6371074,7.6142588,6.9136662,6.9988599,7.3186102,7.3387661,13.542741,12.924417,12.311221,11.460356,11.666583,11.461243,9.6526575,8.6754503,8.8158035,8.3224974,8.2866745,7.6870365,7.7506194,8.128273,8.1408596,13.498981,12.953801,12.517249,11.84307,11.954017,11.681677,9.6393032,8.2585506,8.2781181,7.5430465,7.5021238,7.1079674,7.1391072,7.4928613,7.5256319,15.382644,14.046734,13.653504,13.043701,14.087058,12.990178,11.685693,11.136293,11.240499,10.967216,10.903875,10.544795,10.59438,11.017987,10.974958,15.858516,14.209357,13.881084,13.35873,14.751228,13.290324,12.169004,11.692777,11.768701,11.527004,11.466323,11.177973,11.217144,11.601733,11.552782,14.481614,13.627417,13.14647,12.415551,12.903341,12.357641,10.638312,9.8926067,10.011452,9.6413736,9.5811958,9.1269646,9.1883764,9.6281252,9.6089678,14.740872,13.75212,13.283921,12.576182,13.224822,12.537477,10.973825,10.312222,10.441425,10.116822,10.055176,9.6125593,9.6739788,10.11792,10.088554,16.16881,14.190077,13.878242,13.408796,15.187775,13.398342,12.53,12.170263,12.270875,12.087471,12.036707,11.749724,11.794137,12.131815,12.089052,16.321482,14.298177,14.043238,13.621264,15.423706,13.542496,12.586349,12.184758,12.229165,12.020508,11.967956,11.755483,11.787105,12.107914,12.054926,14.377682,13.229044,12.748892,12.097691,12.983773,12.26501,10.720161,10.251213,10.50683,10.300293,10.237761,9.7509279,9.885747,10.262892,10.222301,13.985027,13.008668,12.482037,11.775849,12.470122,11.959136,10.278184,9.7632275,10.031354,9.8087263,9.7520256,9.2089186,9.3482552,9.7343283,9.7023249,12.968805,12.218599,11.624027,10.876102,11.331378,11.161982,9.116786,8.5632467,8.8829365,8.6588345,8.6152573,7.9744201,8.152154,8.4844532,8.4709692,14.178148,13.447333,12.944796,12.186994,12.524212,12.117162,10.283167,9.4251833,9.5346651,9.0999498,9.0449829,8.5690718,8.6280556,9.0524731,9.0475712,15.161905,13.846948,13.556339,13.041524,14.072003,12.922264,11.03173,10.459129,10.505794,10.237376,10.169165,9.927495,10.011128,10.397286,10.3545,16.814491,14.279052,14.057691,13.722879,16.118832,13.712256,13.123449,12.877527,12.947042,12.816597,12.779177,12.578277,12.610205,12.856942,12.822146,14.272265,13.278566,12.753942,12.029322,12.726232,12.147576,10.568632,10.022055,10.251354,10.005747,9.9499769,9.4197435,9.5307217,9.9436102,9.9120951,13.664989,13.074115,12.708489,12.098398,12.30573,11.941318,9.2800655,8.2903252,8.3341303,7.8564124,7.7993221,7.473278,7.5613933,7.9369798,7.9549322,11.167092,10.82736,10.550395,10.161957,10.167233,10.003607,8.7080069,5.4722772,5.368803,4.1838503,4.1917615,3.9601829,3.9277689,4.1335793,4.1787448,16.907146,14.317333,14.113746,13.799243,16.251461,13.773372,13.204125,12.957475,13.011704,12.878731,12.840976,12.661445,12.687004,12.92338,12.88799,14.010421,12.889568,12.416508,11.798981,12.666302,12.042176,10.330604,9.8876314,10.18945,10.001506,9.9330206,9.4469099,9.6212015,9.9528008,9.9092417,14.176368,13.328007,13.007313,12.454641,12.990153,12.324723,9.6716404,8.9863997,9.0473108,8.7446384,8.6701689,8.3770218,8.4800692,8.8731937,8.8563795,12.916375,12.449005,12.11254,11.569802,11.628371,11.382762,8.9384737,7.302506,7.2842793,6.4789133,6.4445887,6.1498027,6.1895981,6.4863248,6.5319762,13.587238,13.021515,12.513055,11.759866,11.885509,11.631936,9.7866888,8.482214,8.5278349,7.8262901,7.788095,7.3184032,7.3458099,7.7143784,7.7427287,13.266127,12.642576,11.994275,11.131093,11.363595,11.215618,9.3368816,8.4637775,8.6535826,8.2356949,8.2050562,7.5525165,7.6433768,8.0004206,8.0091448,14.568258,13.43608,13.175754,12.695161,13.562238,12.574016,10.024002,9.4526787,9.4996395,9.2585478,9.1926098,8.9754658,9.1067543,9.4845104,9.4555321,14.027319,13.363283,12.895745,12.170957,12.425772,12.05622,10.051837,9.0782833,9.1543036,8.6514568,8.5968714,8.1636734,8.2188568,8.6263456,8.6329594,16.394512,14.302061,14.031082,13.606191,15.501191,13.558073,12.731383,12.370875,12.436931,12.248943,12.19717,11.960042,11.990444,12.3113,12.265136,13.792097,13.19189,12.721259,11.998658,12.171458,11.865968,9.8626575,8.717989,8.7726135,8.1662798,8.1185226,7.6853395,7.7286754,8.1132088,8.1333313,15.595952,14.104803,13.729226,13.151658,14.374174,13.110319,11.934493,11.437071,11.542117,11.293489,11.232515,10.889313,10.936608,11.344095,11.299039,15.884093,14.202615,13.903298,13.407441,14.829311,13.317857,12.115752,11.630807,11.6866,11.440533,11.379916,11.126374,11.168642,11.537535,11.486037,12.282842,11.632763,10.996906,10.238153,10.586843,10.587411,8.2975111,7.718029,8.0561113,7.8293386,7.7977457,7.0983782,7.295855,7.5718684,7.5698781,15.961521,14.236529,13.929624,13.432807,14.906905,13.355414,12.250178,11.78521,11.849322,11.612268,11.552532,11.288202,11.325666,11.696368,11.645578,13.987933,13.323053,12.919724,12.26235,12.537758,12.122062,9.8015175,8.8748856,8.9346123,8.4748096,8.4150448,8.0498524,8.1235504,8.524724,8.5300903,14.546909,13.678183,13.233168,12.536274,13.040369,12.449035,10.641719,9.8903627,9.9886475,9.6156321,9.5517654,9.1397133,9.2009583,9.6387253,9.6185894,15.174945,13.980798,13.595895,12.978617,13.855972,12.891792,11.369467,10.75551,10.841526,10.537377,10.470426,10.125746,10.179244,10.60863,10.568914,11.983625,11.59307,11.315762,10.881595,10.892025,10.694994,8.7568989,6.2598596,6.1827164,5.1099706,5.1010466,4.8677421,4.8627939,5.0895448,5.1424456,13.389856,12.840818,12.244563,11.40858,11.516259,11.317792,9.6097374,8.2837362,8.3470068,7.6436791,7.6142058,7.0549326,7.0793896,7.4377475,7.4685831,16.275461,14.137854,13.934759,13.566805,15.492136,13.476678,12.300325,11.913449,11.935363,11.73524,11.684421,11.524294,11.579714,11.848731,11.795856,13.908414,13.268442,12.75567,11.987741,12.208311,11.894671,10.007639,8.9855328,9.0722342,8.5376539,8.4894514,8.0071802,8.0559082,8.4566765,8.4677792,14.971478,13.86079,13.414912,12.738281,13.528373,12.701651,11.245872,10.634851,10.761296,10.461505,10.398908,9.9803848,10.039058,10.479782,10.444255,14.971132,13.892511,13.486752,12.840961,13.587314,12.754828,11.137108,10.483595,10.575582,10.252707,10.185831,9.8178825,9.8745937,10.311325,10.276879,15.396147,14.022765,13.703463,13.161725,14.242837,13.053126,11.482292,10.913424,10.970091,10.691158,10.623934,10.352722,10.412451,10.809856,10.763688,13.855823,13.238925,12.814103,12.13639,12.342983,11.991659,9.7690353,8.7191725,8.7712317,8.2317848,8.1772852,7.7913504,7.8514271,8.2404175,8.2558603,14.956605,13.589893,13.346699,12.896741,14.013589,12.782171,10.507907,9.9873123,10.025036,9.7975245,9.7310495,9.5324755,9.6556053,10.010634,9.9724579,16.646841,14.339973,14.10748,13.737948,15.868444,13.686012,12.960762,12.641212,12.691891,12.522896,12.47477,12.275316,12.299967,12.582884,12.536542,13.292224,12.350734,11.850513,11.217685,11.901775,11.540447,9.547781,9.0809994,9.4243221,9.2356682,9.1679611,8.6319523,8.838912,9.1370096,9.1034212,11.990041,11.401539,10.727552,9.9378452,10.192285,10.267212,7.9137535,7.2099595,7.514739,7.2285414,7.2171288,6.4837928,6.6606469,6.9014702,6.9114537,14.16032,13.235232,12.692214,11.941489,12.554841,12.049765,10.425944,9.8443794,10.068368,9.8054075,9.7518158,9.202878,9.3098602,9.7263012,9.6991119,14.537098,13.425908,12.932237,12.244217,13.074198,12.35221,10.869948,10.358209,10.578532,10.346408,10.287929,9.7938004,9.9004507,10.310532,10.273666,12.779321,12.311266,11.680502,10.840738,10.87606,10.70781,9.2450867,7.4171319,7.4147563,6.4937143,6.4763079,5.9091568,5.902596,6.2161455,6.2609677,14.077779,13.397089,12.951518,12.248699,12.528636,12.126654,10.04839,9.1111946,9.1838112,8.7061205,8.6484499,8.2385979,8.2993555,8.7096004,8.7130699,13.243986,12.738301,12.373752,11.7846,11.876756,11.605218,9.1510668,7.750699,7.7555485,7.0468249,7.0033607,6.6803656,6.731452,7.0589681,7.0977564,13.567228,12.98705,12.410795,11.588778,11.733985,11.510923,9.7359228,8.5505781,8.6329966,8.0059576,7.9704976,7.424974,7.4613605,7.8348465,7.8584957,12.250954,11.684354,10.97534,10.123543,10.321233,10.355476,8.1851301,7.3268671,7.5749216,7.1982527,7.1820083,6.4420757,6.5765729,6.8356638,6.8535686,13.894398,13.268177,12.790709,12.058125,12.263287,11.937466,9.9509974,8.8870287,8.9543495,8.3956881,8.3454151,7.903245,7.9514575,8.3469048,8.3612003,13.04179,12.54458,12.003543,11.244969,11.30128,11.104741,9.5083075,7.7767758,7.7797394,6.8730135,6.8509169,6.3607278,6.3600545,6.6901808,6.7317123,13.497545,12.757017,12.145431,11.333041,11.735413,11.484686,9.6444407,8.9888592,9.2336178,8.9421673,8.9002056,8.2686386,8.3903551,8.7729616,8.7612705,16.080093,14.141167,13.813754,13.330988,15.073605,13.341986,12.461103,12.111682,12.231117,12.056758,12.005854,11.698662,11.750466,12.097034,12.053799,13.143101,12.639589,12.212141,11.56806,11.636217,11.397529,9.5344448,7.8284707,7.816885,6.919282,6.8904777,6.5093203,6.5182376,6.8441377,6.8852916,16.42037,14.220668,14.01003,13.641546,15.634452,13.558264,12.548162,12.175343,12.201002,12.003565,11.959072,11.79164,11.837186,12.104913,12.053567,13.554541,12.87293,12.253841,11.412574,11.71941,11.49294,9.6671333,8.8864994,9.0841599,8.7153673,8.6772556,8.0530539,8.1468658,8.5328226,8.53092,13.735863,13.117097,12.554195,11.741611,11.937269,11.680577,9.8665943,8.8196754,8.9225359,8.3767414,8.3355236,7.797904,7.8464122,8.2361259,8.2507391,12.573182,12.042006,11.256726,10.293711,10.42309,10.389648,8.5211191,7.4568553,7.6239333,7.1230879,7.1055841,6.3282681,6.4038296,6.6951799,6.7231379,13.320497,12.747294,12.098311,11.216947,11.365267,11.204464,9.4341221,8.321929,8.4424496,7.8743405,7.8453693,7.2168112,7.2677879,7.6242747,7.6470876,13.791499,13.050022,12.456192,11.637273,12.018231,11.711819,9.9470158,9.2257357,9.4254875,9.087451,9.0430746,8.4457235,8.5395803,8.9448013,8.9346123,13.416491,12.875877,12.528817,11.94805,12.108552,11.784595,8.9322729,7.8746161,7.9093633,7.4066873,7.3517046,7.0436063,7.136858,7.4920268,7.5194416,13.831975,13.114064,12.788569,12.232801,12.625226,12.095129,9.16502,8.4258966,8.483469,8.1612911,8.0922441,7.792686,7.907033,8.2902775,8.2831411,11.423697,10.861093,10.196556,9.4549685,9.6918516,9.8538647,7.2619963,6.5469437,6.8671999,6.5885167,6.5817165,5.8464861,6.0437698,6.223002,6.2375588,13.620578,13.012119,12.676315,12.101389,12.355348,11.950409,9.0235634,8.149827,8.1990824,7.8029361,7.7451968,7.4458771,7.556603,7.9341269,7.9466634,14.093781,13.400506,12.906561,12.155708,12.445245,12.067109,10.170922,9.2527494,9.3479939,8.8769054,8.8229132,8.3587637,8.4146719,8.8309736,8.8321838,14.743819,13.776662,13.329436,12.637197,13.256413,12.569613,10.923958,10.233631,10.343427,10.00211,9.9381876,9.5223207,9.5812082,10.023963,9.9960909,15.512827,14.10247,13.731557,13.147905,14.272702,13.08269,11.807313,11.271118,11.362746,11.0944,11.030824,10.697611,10.743842,11.158404,11.113188,13.261287,12.662019,12.008533,11.133881,11.326945,11.183098,9.3372087,8.370842,8.5345907,8.0590992,8.0295658,7.3812647,7.4568543,7.8106437,7.8257308,14.103434,13.370888,12.835505,12.049743,12.393512,12.015604,10.241097,9.412075,9.5445709,9.129776,9.078331,8.5623579,8.6262445,9.0489569,9.0429325,15.283078,13.957045,13.53674,12.90661,13.949399,12.893091,11.623707,11.099527,11.232491,10.975821,10.91504,10.519666,10.578078,11.001848,10.960241,13.567339,12.789045,12.192533,11.399755,11.852589,11.563788,9.7441301,9.1245461,9.3787174,9.1067009,9.0614367,8.4434958,8.5711603,8.9566336,8.9407406,13.513412,12.680646,12.107778,11.358326,11.894235,11.575022,9.7333431,9.1812553,9.4675989,9.234581,9.1855621,8.583333,8.7339172,9.1075583,9.0860462,14.258584,13.359459,12.818847,12.055832,12.625035,12.118856,10.505476,9.8782797,10.07468,9.7826118,9.7288837,9.1905785,9.2811403,9.7087879,9.6840525,14.298638,13.497226,12.981617,12.217375,12.645557,12.184074,10.462702,9.6974649,9.8325233,9.4538889,9.3982611,8.9030762,8.9680958,9.4021673,9.3877716,14.308694,13.541644,13.08081,12.363789,12.7464,12.26924,10.36127,9.5308332,9.6247272,9.2071819,9.1468124,8.7180386,8.7790337,9.2076616,9.1983061,16.149025,14.274556,13.978759,13.508506,15.154905,13.445745,12.47486,12.055861,12.123239,11.907667,11.851025,11.593795,11.627207,11.980536,11.931092,14.697515,13.683718,13.19604,12.477975,13.164937,12.478295,10.970722,10.348668,10.503242,10.20344,10.144146,9.6741505,9.7436371,10.184643,10.153643,15.157886,13.950787,13.599562,13.014905,13.909349,12.907436,11.243636,10.627378,10.695286,10.393933,10.325108,10.018978,10.079628,10.497517,10.456995,14.86577,13.566501,13.114845,12.484662,13.530269,12.592997,11.240348,10.787887,11.00283,10.796218,10.73565,10.287871,10.393593,10.788005,10.744787,11.980413,11.363094,10.718803,9.9668655,10.281453,10.344712,7.9481277,7.3465376,7.6860714,7.4524083,7.4346762,6.7209725,6.9232864,7.173739,7.1797795,15.141985,13.766544,13.332219,12.710692,13.831244,12.772585,11.518264,11.059466,11.240911,11.024991,10.96609,10.542989,10.627106,11.030646,10.987836,16.347101,14.313689,14.050669,13.624485,15.443546,13.554684,12.650149,12.259791,12.311888,12.109039,12.055536,11.832458,11.861451,12.187209,12.135898,13.207218,12.672636,12.004261,11.102949,11.200229,11.040342,9.3755445,8.062479,8.1395721,7.4585142,7.4343791,6.8028474,6.8297157,7.1753435,7.207809,12.887168,12.209255,11.566597,10.757912,11.109024,11.000513,8.9583416,8.323103,8.6112576,8.3439407,8.3105135,7.6270375,7.7816873,8.1138716,8.1088858,15.486861,13.910756,13.513229,12.942925,14.290664,12.995405,11.887184,11.481094,11.648499,11.455278,11.398244,11.014437,11.089992,11.479177,11.433799,14.76238,13.788437,13.381118,12.726971,13.355047,12.628314,10.842675,10.143291,10.229914,9.8860302,9.8185568,9.4489975,9.5109282,9.9467554,9.9185314,12.74626,12.14886,11.466735,10.606457,10.827623,10.779231,8.7503662,7.9109302,8.1411743,7.7597814,7.7380738,7.0340233,7.1529646,7.4616961,7.4735889,14.520535,13.606227,13.246484,12.642523,13.221173,12.518566,10.335693,9.6287813,9.6960363,9.3627396,9.2918015,8.9695606,9.0507584,9.4680166,9.4446793,14.138295,13.41021,13.017131,12.371784,12.728019,12.23931,9.9277325,9.0896425,9.1560402,8.749773,8.6858597,8.3291941,8.4083147,8.8192959,8.8143835,15.498172,13.888904,13.644182,13.198392,14.557814,13.088363,11.329224,10.836296,10.869763,10.636975,10.572953,10.376089,10.464396,10.804581,10.756228,15.760365,14.123221,13.839351,13.352505,14.725095,13.250197,11.881738,11.37946,11.425018,11.173775,11.111896,10.87675,10.930421,11.292156,11.240801,14.3514,13.560102,13.080301,12.346258,12.75754,12.272104,10.459686,9.6586218,9.7665958,9.3650732,9.3058443,8.8546619,8.9151487,9.3485632,9.3360682,14.826966,13.708497,13.232028,12.538343,13.353635,12.563221,11.143735,10.57986,10.747199,10.4787,10.419507,9.9574947,10.032189,10.465973,10.430185,13.775764,13.09462,12.505506,11.676959,11.966677,11.693152,9.9012537,9.0552597,9.214818,8.7981625,8.75562,8.1752129,8.2491198,8.6498947,8.6501045,12.484325,12.039086,11.608551,11.000358,11.030315,10.836566,9.3274336,7.0856733,7.0360699,5.9463329,5.933043,5.5557089,5.5383258,5.8295884,5.875464,13.915934,13.146097,12.831933,12.291524,12.750009,12.158375,9.2381496,8.5406771,8.5995607,8.2996683,8.2255678,7.9339385,8.0476551,8.4292498,8.4178829,13.983204,13.296755,12.755927,11.962969,12.246918,11.915612,10.103944,9.204565,9.3255587,8.8682003,8.8195114,8.3003864,8.3596277,8.7721539,8.7734909,13.483116,12.841557,12.216113,11.363293,11.610762,11.414543,9.5794315,8.70574,8.8802662,8.454999,8.4196959,7.7963324,7.8780012,8.2542009,8.2603722,13.033291,12.401785,11.740774,10.886958,11.148969,11.041246,9.0797253,8.2957973,8.5262184,8.1694813,8.1422205,7.4606915,7.5770006,7.9167089,7.9216447,13.700695,13.120384,12.700748,12.033734,12.195555,11.878432,9.6410379,8.4826355,8.5213261,7.9195142,7.8688388,7.4894361,7.5431399,7.9162831,7.9398465,14.654172,13.734453,13.289399,12.595579,13.159121,12.51719,10.791845,10.072574,10.176017,9.8196964,9.7555304,9.3429613,9.4028673,9.8437452,9.8193245,13.372833,12.837681,12.319608,11.567158,11.658085,11.431311,9.6826448,8.1989603,8.225379,7.4285684,7.3976798,6.9227729,6.9370551,7.288815,7.3239408,15.884178,14.136029,13.787607,13.262897,14.783236,13.249767,12.252172,11.838439,11.949812,11.741972,11.686541,11.36434,11.412942,11.78518,11.740797,14.251323,13.504675,13.070732,12.380509,12.743357,12.265955,10.216301,9.3680172,9.4477816,9.0239344,8.9619961,8.5631657,8.6285887,9.0505667,9.0438471,13.407789,12.876302,12.513541,11.917009,12.049286,11.747138,9.1066875,7.9247384,7.9499111,7.3649096,7.3130693,6.9902763,7.0637841,7.4117541,7.4433861,14.921071,13.859389,13.423198,12.748988,13.478146,12.688758,11.147308,10.501657,10.613419,10.294668,10.230398,9.8259554,9.8828115,10.324653,10.291258,13.968121,13.234507,12.666073,11.856879,12.212118,11.871108,10.119594,9.335083,9.4978285,9.1152658,9.0677948,8.5086613,8.5839539,9.0001335,8.9925957,14.387932,13.379759,13.10371,12.598964,13.326014,12.47201,9.826683,9.2148352,9.2657042,9.0068102,8.9480143,8.7115602,8.8342285,9.2198076,9.195262,12.072851,11.591981,10.587724,9.4673166,9.5668201,9.5805931,7.7648292,6.7389812,6.9011531,6.4522862,6.4402962,5.4603925,5.5278006,5.7776008,5.8098326,14.819983,13.683605,13.384236,12.852058,13.693041,12.726751,10.563173,9.9502335,10.001226,9.7220221,9.6536074,9.3999853,9.4948368,9.8914165,9.8565226,12.28263,11.60581,11.000285,10.277696,10.666296,10.651995,8.3291988,7.7822113,8.1375914,7.9275284,7.8897262,7.2178707,7.4293156,7.6990047,7.6942887,13.952851,13.288378,12.758512,11.974437,12.227914,11.906121,10.062939,9.1094561,9.2150135,8.7233315,8.6748562,8.1707792,8.2249203,8.6326332,8.6384029,14.729455,13.74724,13.372542,12.752636,13.397513,12.637785,10.694739,10.002923,10.075822,9.7419052,9.6721287,9.3376274,9.4077396,9.8340445,9.8055019,13.075165,12.256601,11.701164,11.002383,11.551819,11.314439,9.2934866,8.7908974,9.1286039,8.9295263,8.8804121,8.2794943,8.4721298,8.8044558,8.7836246,15.83969,13.930149,13.724986,13.340844,15.029115,13.24214,11.653757,11.229253,11.254505,11.049432,10.986594,10.824301,10.910091,11.200922,11.149178,14.19126,13.470438,13.009804,12.291738,12.618233,12.18706,10.215607,9.3327293,9.4187851,8.970892,8.9123192,8.4848309,8.544858,8.9654894,8.9625196,11.947009,11.402335,10.667041,9.8124609,9.9925404,10.068483,7.8334546,6.9438219,7.1936255,6.8102593,6.7936282,6.0272584,6.1639576,6.3937945,6.4170103,14.387116,13.436234,13.131682,12.59448,13.244499,12.465803,9.9360342,9.2867641,9.3435593,9.0574512,8.9860659,8.7154903,8.8194599,9.2129641,9.1896772,14.950731,13.861356,13.494387,12.886973,13.650002,12.777204,10.993057,10.338938,10.411154,10.092955,10.023503,9.6992826,9.7637444,10.189134,10.154122,14.340714,13.526053,13.140989,12.506483,12.965009,12.381764,10.165464,9.3972664,9.4679966,9.0997305,9.0318413,8.682806,8.7615376,9.1804028,9.1653471,13.291858,12.613425,11.974873,11.135303,11.457127,11.281078,9.385066,8.6646576,8.8994322,8.5741978,8.5397511,7.8815455,7.9981594,8.3644285,8.3612089,14.81027,13.626903,13.153366,12.478592,13.380513,12.545135,11.154456,10.640676,10.832599,10.593298,10.534486,10.068753,10.157555,10.576877,10.538429,14.574369,13.682538,13.277626,12.622446,13.159309,12.513125,10.56606,9.8280334,9.9091721,9.5482635,9.4807625,9.1129751,9.1802979,9.6114855,9.5894861,15.198112,13.94982,13.525332,12.881544,13.830863,12.850774,11.511729,10.951591,11.076239,10.800835,10.738637,10.342099,10.398227,10.829979,10.789818,15.055559,13.865378,13.538329,12.977273,13.860475,12.858961,11.013277,10.396485,10.454422,10.159804,10.090211,9.8098707,9.8824968,10.290737,10.25139,16.348833,14.264379,14.027801,13.626208,15.492955,13.543163,12.552843,12.157907,12.193164,11.986348,11.937703,11.74495,11.78306,12.081977,12.029366,15.632526,14.146012,13.802607,13.249701,14.456669,13.169359,11.897784,11.371729,11.44724,11.18278,11.119022,10.817824,10.862076,11.263817,11.216093,14.812554,13.670932,13.193495,12.505198,13.352459,12.54838,11.141289,10.598244,10.776639,10.520595,10.461791,9.9956369,10.076189,10.504764,10.468004,12.586824,12.123536,11.092268,9.8812351,9.934432,9.840827,8.3558989,7.1016569,7.1803546,6.5934696,6.5811119,5.6222978,5.6404157,5.9323797,5.9727778,14.552928,13.54629,13.038562,12.31037,13.001088,12.354661,10.840936,10.248517,10.431643,10.153106,10.095952,9.5967274,9.6797323,10.113337,10.082296,13.731201,13.075498,12.741843,12.170937,12.485182,12.027434,9.1187353,8.3113327,8.3672953,8.0073729,7.9470992,7.6454105,7.7575135,8.1415854,8.1446552,15.367852,14.056336,13.686309,13.09297,14.103025,13.01032,11.601187,11.025425,11.108701,10.8219,10.756019,10.426986,10.476508,10.896936,10.853299,14.558012,13.65266,13.164929,12.432965,12.984465,12.396538,10.76181,10.060967,10.19361,9.849268,9.7895069,9.3251019,9.3886261,9.831049,9.8073149,12.873949,12.390422,11.580223,10.551027,10.603724,10.467057,8.9639139,7.510232,7.5603371,6.8354917,6.8190436,6.0719404,6.0815325,6.398663,6.439465,14.380516,13.580429,13.152687,12.470405,12.897456,12.361269,10.365912,9.5662384,9.6497288,9.253603,9.1894178,8.7967834,8.8627968,9.2910137,9.2777767,12.315804,11.893291,11.574826,11.085263,11.110459,10.899355,9.0035906,6.7173438,6.653482,5.5970111,5.5838513,5.3109164,5.3066483,5.5639253,5.6137867,13.744567,13.095548,12.51221,11.684221,11.926092,11.668403,9.8645258,8.9328461,9.068819,8.597621,8.5561457,7.9885321,8.0513859,8.4464207,8.4534225,16.305845,14.262747,13.974505,13.530128,15.374223,13.495529,12.653665,12.291533,12.370661,12.183031,12.131649,11.87387,11.909134,12.238159,12.193919,13.295159,12.594863,11.963434,11.137111,11.493426,11.303803,9.4040737,8.7266073,8.9760971,8.6762438,8.6392698,7.9837742,8.1095247,8.4767418,8.4698362,14.002097,13.189062,12.619597,11.826797,12.29583,11.901586,10.203607,9.536684,9.7395439,9.4296932,9.3802748,8.8086433,8.9034271,9.3209248,9.3030386,15.545677,13.980704,13.588661,13.01335,14.337472,13.034316,11.925039,11.490226,11.635198,11.423483,11.366389,10.993558,11.057878,11.450036,11.406208,14.741683,13.706947,13.369991,12.793007,13.508873,12.669407,10.585377,9.9261541,9.9875097,9.6782227,9.6073608,9.3124256,9.3936033,9.8063784,9.7753391,14.956439,13.807766,13.348599,12.668399,13.511162,12.666727,11.268825,10.696523,10.845235,10.568579,10.508063,10.069257,10.135224,10.571524,10.534714,12.930211,12.403649,11.643515,10.670317,10.773789,10.671434,8.9677372,7.7661285,7.8802361,7.2840662,7.2645998,6.5333815,6.5767589,6.9003787,6.9316692,12.136353,11.720554,11.360295,10.842606,10.864594,10.671097,9.1524906,6.6374822,6.5653553,5.4208803,5.4145408,5.1043544,5.0822334,5.3457136,5.3927641,15.163168,13.970739,13.563281,12.926233,13.803953,12.860297,11.414752,10.812338,10.914372,10.615784,10.550733,10.17858,10.231286,10.665535,10.626372,12.723323,12.088052,11.422039,10.591683,10.883783,10.825739,8.7467642,8.0508938,8.3252916,8.0272198,8.003088,7.2976503,7.4442072,7.7604628,7.7627478,14.36937,13.503863,12.981065,12.219067,12.731648,12.220798,10.583053,9.8889809,10.046927,9.7112322,9.6556082,9.1471548,9.2194929,9.6563864,9.6352415,15.486104,14.089294,13.748744,13.189273,14.294019,13.094702,11.681667,11.123125,11.191687,10.913394,10.84747,10.551932,10.601893,11.007649,10.96112,18.394241,18.151506,17.938225,17.715157,17.694407,17.616121,17.450047,17.353785,17.322292,17.219612,17.120592,17.500597,17.372095,17.543686,16.61656,17.089182,16.883039,16.73756,16.510183,16.488947,16.403955,16.220697,16.11157,16.081734,15.934712,15.835185,16.123026,16.019617,16.218584,14.746777,19.032907,18.70076,18.609728,18.027122,17.991827,17.874693,17.641386,17.516243,17.47139,17.324575,17.170275,17.51639,17.402702,17.426939,16.907398,19.099752,18.751263,18.77039,18.054527,18.017727,17.898052,17.664703,17.54217,17.497515,17.363108,17.189371,17.521217,17.41831,17.372784,16.95158,13.323581,13.223031,13.20996,13.062883,13.04499,12.975047,12.826087,12.723546,12.707012,12.528517,12.463121,12.430246,12.380882,12.577934,9.5346022,18.956146,18.620483,18.460199,17.894548,17.85841,17.734808,17.485935,17.353182,17.30751,17.129456,16.971996,17.324028,17.208263,17.258965,16.656927,18.789869,18.494644,18.295126,17.90081,17.870586,17.765791,17.550121,17.430878,17.390129,17.235613,17.103308,17.470814,17.34656,17.460398,16.719851,18.180391,17.932165,17.732714,17.466421,17.442404,17.353409,17.165241,17.057203,17.023016,16.887747,16.779228,17.135036,17.013468,17.183088,16.142441,13.901503,13.778051,13.742719,13.568253,13.545857,13.46261,13.278909,13.159139,13.142683,12.907763,12.831169,12.830716,12.775839,12.992001,10.116044,19.000971,18.637592,18.467506,17.793825,17.753967,17.61566,17.339249,17.195755,17.147474,16.938755,16.761879,17.107094,16.99646,17.017721,16.440762,14.750382,14.59716,14.530059,14.323133,14.296038,14.198784,13.982164,13.84816,13.828246,13.560424,13.467296,13.524065,13.457245,13.689458,11.105251,18.75779,18.444435,18.251146,17.77927,17.745478,17.627399,17.385643,17.254906,17.211565,17.014633,16.868286,17.222679,17.104321,17.200518,16.474041,18.670452,18.394665,18.182894,17.859991,17.833004,17.737883,17.540012,17.428667,17.390913,17.253988,17.134201,17.507193,17.380096,17.519289,16.697159,18.083858,17.85717,17.660086,17.461187,17.442802,17.368717,17.20969,17.116417,17.087702,16.991091,16.897793,17.269449,17.145815,17.329458,16.32189,19.104092,18.742592,18.638844,17.941076,17.902437,17.772696,17.516438,17.382109,17.33466,17.171207,16.998936,17.341848,17.232311,17.221886,16.722073,19.102051,18.806408,18.675991,18.274372,18.24498,18.149925,17.957964,17.850517,17.81019,17.698494,17.569651,17.935202,17.80831,17.886843,17.345203,18.654034,18.322914,18.121466,17.575275,17.537321,17.401917,17.124624,16.97912,16.933784,16.617842,16.454472,16.789248,16.678459,16.76866,16.027439,16.025932,15.838043,15.732159,15.481988,15.455325,15.355744,15.141676,15.013114,14.984513,14.607953,14.502561,14.666753,14.583886,14.799133,12.714848,18.360632,18.079828,17.879173,17.50684,17.476509,17.367411,17.139727,17.013689,16.974279,16.762613,16.63159,16.975582,16.858303,17.001396,16.058182,18.608406,18.346624,18.128847,17.856359,17.832157,17.745417,17.563662,17.459959,17.424816,17.306438,17.196693,17.575754,17.44626,17.600325,16.741161,18.879686,18.575808,18.703566,18.11611,18.083467,17.979103,17.774435,17.664959,17.624601,17.508486,17.363716,17.670792,17.570875,17.554611,17.148697,18.80353,18.44529,18.242161,17.594261,17.55298,17.404716,17.104544,16.951698,16.904041,16.569254,16.380884,16.717924,16.611288,16.666052,16.009354,17.887617,17.658907,17.47257,17.246883,17.225821,17.14431,16.970024,16.868145,16.83699,16.719057,16.620066,16.968582,16.849955,17.03406,15.897004,18.897848,18.619379,18.402714,18.091869,18.065681,17.975624,17.789288,17.683956,17.646481,17.529497,17.412428,17.79505,17.662752,17.793854,17.069248,16.882318,16.666172,16.525257,16.24836,16.221321,16.119701,15.902337,15.775681,15.743471,15.42623,15.314016,15.553839,15.458077,15.659678,13.997848,18.813786,18.476351,18.286015,17.719444,17.681934,17.5502,17.282734,17.141724,17.095701,16.860514,16.69746,17.042515,16.929188,16.998096,16.324316,19.027515,18.738134,18.541292,18.190126,18.162239,18.068878,17.877674,17.770235,17.731033,17.614117,17.490612,17.868668,17.73727,17.847145,17.205717,12.160338,12.087331,12.094991,11.980543,11.966509,11.909102,11.785548,11.695248,11.684815,11.538312,11.491624,11.377268,11.344167,11.515034,8.27174,14.133324,14.014646,13.981521,13.81671,13.796347,13.720432,13.560712,13.456866,13.435082,13.255484,13.174547,13.205053,13.14115,13.34988,10.535005,18.128809,17.847912,17.652943,17.258772,17.226173,17.107803,16.859692,16.723869,16.684172,16.335562,16.19791,16.516092,16.406172,16.559431,15.528555,15.517548,15.357349,15.27799,15.070493,15.047493,14.961703,14.777274,14.663959,14.637828,14.432306,14.338054,14.48075,14.40207,14.616107,12.342484,18.928457,18.636732,18.438368,18.069271,18.040482,17.942524,17.741465,17.629242,17.589384,17.4592,17.332218,17.707767,17.579287,17.690859,17.007158,18.899702,18.540663,18.350399,17.699358,17.659117,17.517056,17.231068,17.083509,17.035561,16.783512,16.603275,16.946165,16.836538,16.877623,16.253822,18.98403,18.682201,18.507404,18.090933,18.060423,17.957907,17.74921,17.633694,17.592306,17.458443,17.324724,17.694639,17.568939,17.660179,17.03089,14.761377,14.630237,14.58153,14.405172,14.383746,14.307163,14.142075,14.039227,14.016339,13.848422,13.76263,13.849244,13.78082,13.992809,11.429582,18.966908,18.667091,18.693003,18.18379,18.152122,18.051043,17.850595,17.740978,17.700083,17.585018,17.447504,17.778858,17.668001,17.691956,17.237732,18.984299,18.728134,18.480179,18.276516,18.256159,18.184391,18.033907,17.946817,17.91514,17.831062,17.735123,18.135233,17.99337,18.150808,17.43498,17.784149,17.564318,17.38328,17.178232,17.158968,17.082029,16.916435,16.818836,16.789452,16.682863,16.588957,16.93844,16.820585,17.010023,15.861509,19.019753,18.703362,18.583246,18.081938,18.048906,17.939404,17.719374,17.599405,17.556131,17.417765,17.273838,17.630239,17.511084,17.565441,17.010357,15.066584,14.909127,14.838579,14.621202,14.596598,14.503197,14.301369,14.174583,14.150997,13.777566,13.684413,13.769857,13.700833,13.920166,11.424357,18.984566,18.610313,18.418503,17.705715,17.663898,17.515188,17.217972,17.067305,17.018387,16.761915,16.562023,16.910933,16.804216,16.822519,16.233698,19.144913,18.862898,18.65155,18.35001,18.324177,18.23908,18.064585,17.9653,17.927908,17.827547,17.712017,18.089001,17.951838,18.069771,17.460947,17.634069,17.398445,17.224979,16.94939,16.924158,16.829012,16.626608,16.509787,16.475996,16.29423,16.183052,16.494825,16.384443,16.56765,15.279676,17.299675,17.094139,16.939749,16.733917,16.714918,16.636887,16.467119,16.365885,16.33729,16.219826,16.126312,16.442471,16.333904,16.531555,15.203882,15.079839,14.581427,14.240259,13.454155,13.300829,12.85023,11.574946,12.188799,11.755212,11.450574,11.109024,10.965481,10.948798,11.540644,11.682778,13.703776,13.145629,12.940111,11.835715,11.719163,11.463534,9.4140682,9.3175879,8.8661432,8.2120638,8.1750174,8.0645609,8.0240555,8.6409826,8.9619102,14.428659,13.698174,13.458361,12.35544,12.162668,11.903159,10.234601,10.86804,10.321765,9.973423,9.8738909,9.7646723,9.740303,10.395263,10.892756,12.444796,11.964511,11.123398,10.929897,10.770075,10.667212,9.6002989,9.1960211,9.2324619,9.1579237,8.7448339,9.0074043,9.0550766,9.495635,9.7558031,15.041838,14.466086,14.124121,13.358695,13.18429,12.787606,11.401917,11.785516,11.416741,11.11709,10.828037,10.699282,10.68534,11.316463,11.533559,14.87736,14.151882,13.644169,13.268464,13.047481,12.841315,11.32961,10.817065,10.806943,10.633423,10.248552,10.202657,10.236565,10.858391,11.212379,13.383493,13.054223,12.885186,11.119202,11.011224,10.740068,9.8393612,12.77902,11.388793,11.140368,11.01104,10.937902,10.922278,11.372124,11.54964,14.530193,14.075975,13.448961,13.189362,13.025404,12.856044,11.805421,11.437042,11.432617,11.295587,10.679682,10.672788,10.703225,11.18329,11.286552,15.055985,14.373993,14.029693,13.297376,13.096586,12.753813,11.219477,11.338487,11.045748,10.754473,10.515737,10.399396,10.389231,11.060382,11.382758,16.032494,14.339533,14.000055,13.420689,13.067187,12.880619,10.145144,9.1771526,9.185914,8.9783459,8.8905888,8.7895002,8.7958183,9.5545635,10.873112,15.195206,14.226138,13.910029,13.15492,12.902582,12.631315,10.684728,10.442937,10.219235,9.9158783,9.7906981,9.6780243,9.6637907,10.394423,11.021564,16.847151,14.376866,14.105026,13.400202,13.045817,12.878312,9.2242146,8.1323166,8.1490765,7.9259629,7.8852177,7.7583013,7.7331285,8.4512081,10.543528,15.677258,14.295692,14.005858,13.273254,12.989388,12.756381,10.125141,9.3527184,9.233285,8.8638105,8.8085518,8.6703997,8.6379461,9.3880739,10.398605,14.285231,13.589156,13.36241,12.199975,12.02055,11.764265,10.104527,10.818427,10.227624,9.8499832,9.7610207,9.6509018,9.6227779,10.265921,10.743108,16.186811,14.457994,14.148177,13.49737,13.154879,12.952907,10.113877,9.1601067,9.1316519,8.8708382,8.804842,8.681715,8.6658936,9.426301,10.766353,13.683159,11.994725,11.509215,11.152743,10.911355,10.823414,7.973424,7.3227792,7.3945003,7.3333106,7.191144,7.2437663,7.3487358,7.9088173,9.4734745,16.750813,14.437052,14.165905,13.459349,13.110229,12.935959,9.3443804,8.2171879,8.2211838,7.956502,7.9220977,7.7857728,7.7554088,8.4805326,10.388063,16.137503,14.454322,14.151991,13.479482,13.147221,12.939006,10.103139,9.1673975,9.1213818,8.8337374,8.7738333,8.6441994,8.6221266,9.381649,10.674057,13.67526,12.889216,12.251312,11.953773,11.732569,11.592865,10.001529,9.4310703,9.4715881,9.3610315,9.0563402,9.156373,9.2154493,9.8029499,10.305366,15.532375,14.343391,13.976983,13.400282,13.102787,12.869923,10.702213,10.008152,9.9540434,9.7134609,9.5718908,9.4740705,9.4795237,10.233253,11.038844,16.153942,14.437015,14.116084,13.492684,13.143765,12.946693,10.155325,9.1948614,9.1809702,8.9423304,8.8677483,8.7524786,8.7446499,9.5062551,10.837736,13.737458,12.478869,11.922166,11.589365,11.344871,11.233327,8.9866543,8.335103,8.3972855,8.3122187,8.110321,8.1836796,8.2684984,8.8632298,9.9058933,16.851967,14.360557,14.080127,13.401635,13.030774,12.871289,9.2576685,8.1559277,8.1868591,7.9930844,7.9477925,7.8302231,7.8144379,8.5330772,10.660592,16.150978,14.219711,13.950943,13.223739,12.940553,12.739207,9.2995424,8.2551146,8.2150602,7.8506837,7.8183813,7.6720333,7.6318998,8.3495541,9.892395,15.664324,14.33302,14.033787,13.312104,13.02045,12.784657,10.302925,9.6077595,9.4821424,9.1463451,9.0775509,8.9467182,8.9207993,9.6760044,10.639511,15.14317,14.116603,13.831145,13.001732,12.753305,12.495402,10.398863,10.152559,9.893795,9.5429058,9.4568624,9.3338966,9.3085423,10.036332,10.743483,15.686984,14.079386,13.708944,13.18548,12.845572,12.671603,10.03928,9.1158257,9.145237,8.9709091,8.8605223,8.7839108,8.8107901,9.5554638,10.812182,14.828629,13.874149,13.608232,12.765754,12.56321,12.297495,9.955349,9.422924,9.1828032,8.6742868,8.6263313,8.4899731,8.4479733,9.1612701,9.7903271,15.356296,14.663639,14.272341,13.715963,13.507159,13.191047,11.674628,11.465001,11.309075,11.047174,10.711479,10.583356,10.585221,11.241574,11.537409,15.399446,13.981804,13.72062,13.02123,12.802397,12.581382,9.0659037,7.9386592,7.8694878,7.3653512,7.3439164,7.19381,7.1463523,7.8369164,8.8780041,14.043591,13.558302,13.326512,12.034704,11.887154,11.577867,10.357056,11.922862,11.087579,10.797894,10.641373,10.547832,10.53017,11.100461,11.363602,14.832531,13.452179,12.995481,12.567012,12.281631,12.127864,9.7601833,8.9967241,9.0431595,8.9113874,8.7407856,8.7268705,8.7817698,9.4677992,10.542996,15.306081,14.043558,13.769827,13.012372,12.779417,12.536745,9.7502003,8.8999481,8.7648191,8.2879725,8.2496529,8.1044579,8.0613308,8.7858019,9.6874781,15.841788,15.35259,14.987211,14.440776,14.284706,13.889172,12.688777,12.911002,12.636047,12.351634,11.761829,11.52792,11.52114,12.053501,12.153008,15.00255,13.894831,13.635309,12.970783,12.772428,12.544951,9.022234,7.7882581,7.7090693,7.1274118,7.1108527,6.9603887,6.910243,7.5885267,8.3278904,16.559427,16.112543,15.747425,15.367881,15.215154,14.917305,13.85912,13.851036,13.685567,13.446824,12.514852,12.165768,12.172536,12.619759,12.689282,15.711635,15.16691,14.714432,14.369909,14.191685,13.970375,12.759811,12.436808,12.384188,12.196907,11.509398,11.322413,11.349097,11.865433,12.031035,15.847818,13.833304,13.485249,12.950821,12.59709,12.453598,9.3668652,8.3829632,8.4394703,8.3023996,8.2177877,8.1479998,8.1835508,8.9023495,10.611982,14.238623,13.543782,13.305825,12.274003,12.115512,11.835997,9.9090233,9.9341488,9.5094366,8.9801521,8.9266033,8.8067398,8.7667513,9.4351997,9.8603077,16.175659,14.443097,14.150663,13.461363,13.134932,12.928202,9.964632,8.9867096,8.9390326,8.6263247,8.5771065,8.4401293,8.4116135,9.1657896,10.501745,14.964761,13.962922,13.693822,12.83954,12.619577,12.358415,10.094913,9.6938095,9.4382753,8.9886332,8.9304924,8.7968369,8.7591295,9.4780111,10.160843,13.181489,12.870827,12.729537,10.816407,10.717272,10.500494,9.6491718,12.89231,11.360611,11.122158,11.010001,10.941149,10.927283,11.353189,11.552829,14.317965,13.964474,13.280604,13.069101,12.932281,12.779006,11.924959,11.622847,11.617264,11.494443,10.785016,10.80531,10.828849,11.244535,11.247667,14.496553,13.675071,13.420395,12.629266,12.461469,12.198975,9.507473,8.6569214,8.4599113,7.8414874,7.8129559,7.6768022,7.6302414,8.3159361,8.8109007,13.485737,12.585205,11.953425,11.660292,11.43288,11.310365,9.5457439,8.9505615,9.0019608,8.9065971,8.6382723,8.7483559,8.8210058,9.4024239,10.05477,15.50354,13.26797,12.904518,12.38537,12.078869,11.954606,8.616807,7.7655034,7.8329573,7.7313943,7.6415195,7.6012406,7.6518545,8.3182735,10.307911,14.310246,13.109221,12.588973,12.215495,11.954404,11.813016,9.6628866,8.9699945,9.0203953,8.904871,8.6973619,8.7275534,8.7924061,9.4400902,10.358593,15.530315,14.900575,14.476326,14.036767,13.839026,13.563927,12.179621,11.873926,11.781955,11.554233,11.069298,10.918624,10.932988,11.531325,11.7599,11.457744,10.859668,10.109552,9.9489574,9.7782898,9.7189293,8.1987877,7.7667546,7.8191452,7.7801571,7.4771109,7.7202349,7.8456926,8.2353373,8.7560806,14.687203,13.684616,13.187374,12.788904,12.528801,12.350163,10.452133,9.7859688,9.8094254,9.6561852,9.4121456,9.4018898,9.4478588,10.122481,10.78469,16.721371,14.338916,14.07745,13.352523,13.026334,12.852633,9.0723209,7.9415832,7.9430537,7.6551638,7.6263161,7.4840174,7.4502273,8.1599045,10.13163,14.248322,13.56041,12.967288,12.645211,12.432172,12.259343,10.812107,10.287454,10.303945,10.163526,9.7916985,9.8277931,9.8707037,10.465093,10.815639,15.247507,13.925102,13.508499,13.033603,12.729563,12.547752,10.245837,9.4445801,9.4682961,9.2992191,9.1402235,9.0863771,9.1230106,9.8491173,10.822418,15.339836,14.367584,14.00124,13.391312,13.129089,12.86181,10.9531,10.4876,10.370924,10.109494,9.9328308,9.8304605,9.8307819,10.564561,11.15624,15.538366,14.952739,14.570292,14.017214,13.83459,13.480356,12.123204,12.104283,11.898474,11.624891,11.183839,11.015215,11.012928,11.616218,11.80353,12.327814,11.786384,10.970057,10.776199,10.606487,10.513008,9.3092613,8.8748665,8.9187403,8.8510399,8.4769316,8.7301941,8.7940588,9.2439146,9.5898075,15.440741,14.246213,13.856109,13.329128,13.030519,12.813073,10.65401,9.9166861,9.8956594,9.6820822,9.5226545,9.4397011,9.4568567,10.201719,11.016983,15.523788,14.362603,14.018736,13.382799,13.093267,12.847151,10.689409,10.083274,9.9838142,9.7146749,9.5897741,9.4812393,9.4761066,10.231088,11.015403,14.212954,13.62363,13.386366,12.191195,12.02075,11.74135,10.342876,11.478756,10.786984,10.482997,10.348307,10.250052,10.231997,10.844567,11.209724,13.223156,12.86339,12.726873,10.856688,10.748848,10.557161,9.5935879,12.525718,11.105314,10.837757,10.731198,10.656212,10.639633,11.094479,11.364089,15.10111,14.059033,13.783156,12.939588,12.700677,12.44428,10.241194,9.9111786,9.6563396,9.2614012,9.1918869,9.0622091,9.0301208,9.7556782,10.478946,15.072788,14.191463,13.735956,13.294466,13.045146,12.823567,11.078382,10.496521,10.477006,10.282942,10.001286,9.9392996,9.9673672,10.649576,11.151363,15.246799,14.465596,14.091417,13.477492,13.251367,12.945984,11.291105,11.051271,10.883223,10.613997,10.367637,10.256272,10.254896,10.949359,11.346395,14.561024,13.839603,13.608035,12.957989,12.813858,12.584711,8.2648659,7.1611214,7.060051,6.5021124,6.4974346,6.3692856,6.3254676,6.9440041,7.3646398,15.178544,14.365037,14.010687,13.338266,13.107905,12.805036,11.094299,10.911047,10.708893,10.428866,10.224958,10.115905,10.110166,10.816584,11.260739,16.481878,16.049717,15.663412,15.341042,15.194727,14.948992,13.938311,13.797005,13.697495,13.492261,12.517797,12.182037,12.199063,12.63143,12.689705,12.86283,12.602739,12.493932,10.352106,10.276024,10.097147,9.3100166,12.947081,11.199665,10.923882,10.843559,10.780827,10.761757,11.14802,11.332939,14.727528,13.928445,13.655798,12.701779,12.487783,12.213908,10.477041,10.789266,10.372002,10.047401,9.9308977,9.8208141,9.8009005,10.486147,11.006842,14.795956,14.140374,13.829372,12.961832,12.770039,12.433873,10.930281,11.344145,10.937057,10.637352,10.440531,10.330986,10.316602,10.977713,11.311629,15.770896,14.403784,14.077151,13.429128,13.116432,12.888305,10.468148,9.7125692,9.6377993,9.363039,9.2705631,9.153779,9.1426821,9.9064074,10.892892,13.651354,13.086314,12.394155,12.127298,11.93938,11.788836,10.550281,10.085463,10.108771,9.9916668,9.5780087,9.6937246,9.7351999,10.269645,10.525967,15.282558,14.503423,14.0786,13.596594,13.366301,13.103755,11.487363,11.046266,10.974726,10.74814,10.426,10.325589,10.340756,11.010655,11.393738,14.357302,13.628898,13.388675,12.341678,12.169426,11.894074,10.026269,10.211406,9.7604094,9.2884645,9.222681,9.1030989,9.0660162,9.7373629,10.203713,15.764134,14.376898,14.029366,13.435553,13.113712,12.89678,10.489907,9.6767426,9.6402073,9.399642,9.2914124,9.186615,9.1875858,9.9510221,10.954665,14.551817,14.051528,13.757234,12.741637,12.589597,12.183274,10.906574,11.92489,11.319114,11.015698,10.789346,10.679322,10.659753,11.259051,11.458391,14.696742,13.776361,13.518746,12.82206,12.64308,12.399673,9.1866407,8.0423136,7.9238124,7.3035583,7.2852015,7.1408653,7.0916834,7.7706828,8.3420067,14.082698,13.423589,13.192199,12.318359,12.183821,11.922415,9.2638092,8.5782051,8.3142462,7.6632891,7.6366825,7.514473,7.4705315,8.1180458,8.4913931,14.932112,14.072468,13.593475,13.179106,12.934315,12.725436,11.015348,10.429358,10.422722,10.24246,9.945282,9.8999243,9.9333534,10.601284,11.089807,13.745958,13.237385,13.042732,11.651961,11.521737,11.256539,9.8384504,11.091193,10.281269,9.8554173,9.7792892,9.6811132,9.6487169,10.234639,10.555457,16.159391,14.379516,14.09672,13.391809,13.080683,12.874949,9.7480993,8.7312794,8.6835432,8.3402929,8.3001509,8.1565571,8.121974,8.8652,10.246508,17.917255,17.636505,17.333498,17.145676,17.048496,16.908205,16.256718,16.169485,16.109661,15.982934,14.213618,13.574211,13.59976,13.853718,13.871566,13.017964,12.70745,12.588878,10.569508,10.478879,10.300854,9.4144173,12.688628,11.104712,10.823898,10.727839,10.657521,10.638804,11.05995,11.29608,15.028196,13.913716,13.64538,12.906978,12.699053,12.452668,9.5669899,8.5910578,8.4592438,7.9073024,7.8778996,7.7307901,7.6837258,8.393096,9.1466484,15.072007,14.238217,13.910304,13.156774,12.926059,12.630219,10.878061,10.807933,10.550491,10.256536,10.091696,9.9827471,9.971777,10.681618,11.170441,15.234264,14.623508,14.261702,13.594481,13.408983,13.035781,11.612526,11.7453,11.468581,11.179179,10.856007,10.719547,10.710577,11.348503,11.579679,14.607335,14.034196,13.739676,12.770904,12.599586,12.242064,10.860336,11.624219,11.098651,10.797336,10.594525,10.486511,10.469631,11.098858,11.37013,15.560315,14.334128,14.020597,13.315852,13.027202,12.783359,10.494486,9.9042768,9.7690287,9.4625702,9.3715849,9.2504501,9.2327108,9.9878931,10.849973,15.241975,14.528941,14.073524,13.652729,13.434983,13.19447,11.691353,11.244432,11.197884,10.993725,10.591234,10.492998,10.516251,11.145799,11.467372,13.178264,12.777916,11.981244,11.771454,11.622201,11.487501,10.558398,10.199189,10.216668,10.11649,9.6059265,9.7948828,9.8233442,10.266343,10.373109,15.295547,14.399683,13.999546,13.463705,13.21219,12.949827,11.160441,10.668497,10.588101,10.349543,10.113879,10.01892,10.028979,10.740041,11.245192,14.133126,13.452721,13.218258,12.238417,12.091317,11.819498,9.6831045,9.399828,9.0388126,8.4371214,8.3986444,8.2771912,8.2348099,8.8968868,9.2994652,16.522497,14.261106,13.953108,13.343009,12.958802,12.806237,9.4694653,8.3735743,8.416934,8.2490911,8.1893501,8.0880718,8.0927172,8.8211756,10.742559,16.525263,14.170715,13.915988,13.172925,12.883584,12.703216,8.8081646,7.7153554,7.7077827,7.3888474,7.3603878,7.2162862,7.1763844,7.8688679,9.8365049,15.865767,15.322078,14.921874,14.487936,14.311938,14.009923,12.762269,12.607545,12.473779,12.231623,11.612145,11.396933,11.405558,11.951268,12.093956,14.279448,13.582015,13.352959,12.217641,12.044071,11.780143,10.056419,10.604571,10.05389,9.6366444,9.5578299,9.4442472,9.4119892,10.062995,10.528878,15.615009,14.203561,13.922553,13.180477,12.914927,12.682373,9.8875685,9.0450792,8.931283,8.5208368,8.4763041,8.3327417,8.2943258,9.0329514,10.074053,15.875626,14.0177,13.758575,13.016781,12.774743,12.566301,9.0052814,7.9719672,7.9195652,7.5078521,7.4823465,7.3368979,7.2928963,7.9884863,9.4659891,15.097829,14.578595,14.037451,13.737956,13.561081,13.372983,12.206967,11.826653,11.808901,11.65207,11.019808,10.92894,10.96136,11.469368,11.625401,14.98772,12.90103,12.488355,12.016955,11.744903,11.627942,8.4585924,7.710197,7.777688,7.6888747,7.5724454,7.5649996,7.6271486,8.2590599,10.120903,14.66399,13.774108,13.512419,12.683716,12.498032,12.23042,9.8051701,9.148119,8.9205608,8.3562422,8.3168325,8.1799507,8.1352329,8.8391638,9.4014149,12.529729,12.105308,11.246914,11.057034,10.90797,10.798227,9.8442698,9.4730234,9.5022497,9.4229898,8.9702682,9.2373505,9.2735729,9.6983938,9.8858833,15.20823,14.228843,13.802669,13.320461,13.054384,12.826994,10.943785,10.321357,10.294176,10.087523,9.8581171,9.7857265,9.8084621,10.520147,11.117479,19.327198,18.360714,18.187967,18.032366,17.075254,16.862751,15.920424,13.347862,13.404753,13.31313,12.999874,13.063574,13.217963,12.845591,12.801692,17.313837,16.721346,16.552757,16.420271,15.707788,15.4864,14.435505,12.593559,12.660154,12.591321,12.239278,12.257814,12.469201,11.942261,11.898511,18.802841,17.991257,17.790487,17.540049,16.854597,16.590364,15.10673,13.168215,13.165673,12.926751,12.572336,12.538569,12.552299,12.128084,12.104156,16.717093,16.608105,16.49452,16.410742,16.27997,15.836199,15.285576,14.966793,14.960421,14.888907,13.985556,13.979787,14.022785,12.186062,12.157404,18.731323,17.932278,17.753386,17.586523,16.806868,16.556257,15.623276,13.544029,13.585743,13.472801,13.080359,13.107555,13.216574,12.677097,12.635484,17.265869,16.880421,16.710308,16.54586,16.170601,15.824292,14.965499,13.97826,13.980656,13.837588,13.234272,13.210555,13.261744,12.193253,12.157028,17.951447,17.334755,17.135241,16.890423,16.3654,16.071531,14.692698,13.205103,13.194667,12.9476,12.536719,12.482863,12.496019,11.91526,11.89004,16.763077,16.53824,16.391336,16.274813,16.013838,15.636064,14.919271,14.256145,14.264606,14.172873,13.445839,13.43591,13.509279,12.101738,12.066689,16.664333,16.438852,16.290575,16.178421,15.897853,15.534002,14.792297,14.081089,14.097037,14.014482,13.312045,13.305534,13.398149,12.035594,11.999966,17.898045,17.284746,17.100605,16.834944,16.34992,16.158787,10.889876,9.3568516,9.3636265,9.1424389,8.9594278,8.8494434,8.8151054,8.6938133,8.6858034,16.95821,16.651119,16.484306,16.291044,16.022562,15.647421,14.719966,13.992441,13.959439,13.754162,13.132303,13.084725,13.102078,11.960303,11.929836,17.047195,16.728384,16.56732,16.424389,16.09289,15.735348,14.94352,14.08536,14.092181,13.974095,13.321828,13.304803,13.368048,12.165861,12.129233,16.91486,16.444567,16.231638,15.924724,15.568623,15.29801,12.627162,11.385785,11.356873,10.970541,10.683728,10.562289,10.540152,10.185294,10.18131,16.795527,16.440233,16.252638,15.996964,15.718123,15.372916,14.024688,13.162415,13.110394,12.786998,12.304592,12.223849,12.21966,11.384102,11.364476,25.24349,23.185398,23.046703,22.846714,21.249722,21.109207,19.421072,14.43586,14.419627,14.252891,14.033165,14.308995,14.317588,14.255215,14.236775,20.567411,19.389721,19.200138,18.959515,17.980234,17.75411,16.330585,13.538822,13.541648,13.32957,13.027148,13.063224,13.082759,12.807042,12.782969,16.059372,15.629665,15.472605,15.359992,14.710202,14.514736,13.287111,11.637531,11.716193,11.670732,11.359573,11.370115,11.660978,11.158547,11.117275,19.222439,18.332174,18.150623,17.969563,17.14447,16.892576,15.94492,13.71463,13.747299,13.61571,13.230741,13.263559,13.346855,12.843044,12.803577,16.693699,16.29661,16.092434,15.799757,15.501283,15.188624,13.338723,12.312033,12.262065,11.865412,11.490029,11.385468,11.370073,10.786483,10.776072,14.72413,14.705053,14.567719,14.488277,14.240095,13.960911,12.904199,12.290197,12.334308,12.301922,11.738196,11.737709,11.999547,10.787025,10.753396,22.35548,20.832603,20.664433,20.45903,19.202461,19.004663,17.941959,14.284534,14.295594,14.130511,13.856573,14.003097,14.043011,13.82172,13.792997,17.320896,16.847155,16.674709,16.423365,16.057034,15.871723,9.5925484,8.3538666,8.3648119,8.1556149,7.9894352,7.8714681,7.8337116,7.7056279,7.7015953,16.837673,16.654015,16.52166,16.400366,16.21475,15.794674,15.140566,14.673784,14.657757,14.544935,13.743971,13.724333,13.758704,12.170483,12.138862,24.235243,22.360062,22.21118,22.012575,20.52354,20.36068,19.203743,14.665478,14.664449,14.499801,14.26535,14.51046,14.536632,14.409702,14.387989,16.305441,16.148766,16.008177,15.913389,15.666975,15.305228,14.559449,13.942328,13.963282,13.900101,13.181408,13.180495,13.300978,11.85637,11.8223,16.448053,16.18688,16.020542,15.768915,15.584329,15.207347,13.896883,13.276679,13.192487,12.8216,12.287186,12.207624,12.194835,11.158051,11.142125,17.775631,17.207785,17.032028,16.876091,16.291029,16.005901,15.099447,13.566784,13.601063,13.491265,13.011333,13.013471,13.11761,12.348778,12.308061,16.977911,16.617081,16.435291,16.206194,15.906172,15.553645,14.408077,13.546616,13.507285,13.245396,12.712423,12.647802,12.654767,11.723803,11.698037,17.912365,17.342873,17.161966,16.982197,16.443106,16.136883,15.196615,13.761352,13.775859,13.627793,13.124598,13.111777,13.171485,12.3683,12.331186,18.862122,18.063835,17.87604,17.67309,16.959278,16.684824,15.639042,13.694978,13.709561,13.540081,13.12361,13.126432,13.175159,12.604763,12.570165,17.03718,16.563192,16.364639,16.072971,15.715947,15.496151,10.880073,9.6079226,9.6039772,9.2964954,9.0933609,8.9608469,8.9283953,8.7488003,8.7484722,17.402033,16.969835,16.791979,16.605156,16.205719,15.867188,14.921672,13.85085,13.846055,13.672981,13.111733,13.078686,13.116287,12.157439,12.123097,20.105505,19.034027,18.851612,18.652876,17.712461,17.472307,16.46736,13.866143,13.888861,13.734622,13.384466,13.437428,13.496532,13.0916,13.056029,17.164776,16.783676,16.617321,16.474569,16.066538,15.736379,14.903851,13.847583,13.867488,13.759183,13.165442,13.155028,13.240626,12.178947,12.14053,17.316193,16.811201,16.63974,16.499813,15.92488,15.655032,14.71827,13.230884,13.277363,13.189777,12.729321,12.733359,12.879414,12.123412,12.081364,18.177694,17.483196,17.276022,17.003954,16.430052,16.163952,14.28529,12.606175,12.595935,12.317306,11.985804,11.916398,11.915458,11.520516,11.502693,16.620087,16.559435,16.462204,16.403933,16.302818,15.845978,15.339695,15.09434,15.095628,15.050602,14.088581,14.092467,14.148044,12.146374,12.122829,20.232706,19.10948,18.93483,18.762959,17.728584,17.512911,16.605326,13.766337,13.810833,13.698683,13.387517,13.469692,13.579885,13.240566,13.198896,19.65444,18.640701,18.439856,18.155592,17.334835,17.128666,14.401907,11.993421,11.990828,11.737758,11.51388,11.467718,11.455934,11.323813,11.312077,19.533443,18.55197,18.350172,18.080753,17.272076,17.040339,15.121167,12.790581,12.787748,12.536354,12.253008,12.224844,12.226795,11.976171,11.958347,18.258364,17.589945,17.39646,17.173878,16.588659,16.296352,15.119944,13.505868,13.505812,13.298553,12.865962,12.835557,12.863714,12.244121,12.213811,16.679773,16.407543,16.246599,16.021894,15.813562,15.43059,14.324798,13.701187,13.635054,13.338552,12.753847,12.686005,12.682062,11.553736,11.532823,15.915545,15.73817,15.587372,15.487233,15.167152,14.859047,13.959122,13.156762,13.194944,13.138189,12.543427,12.5417,12.720865,11.541391,11.504091,14.048968,13.993773,13.855826,13.769087,13.414742,13.205565,11.860461,10.977828,11.045716,11.020598,10.636532,10.629548,10.965406,10.155886,10.120376,16.884415,16.879236,16.832663,16.813196,16.783104,16.258858,15.896592,15.827354,15.827562,15.813775,14.679498,14.687886,14.71739,12.304613,12.294774,15.572937,15.636992,15.551617,15.511268,15.430183,15.02406,14.347204,14.150299,14.160759,14.14,13.27324,13.286723,13.449981,11.467319,11.449104,17.38295,16.870512,16.666716,16.399239,15.980032,15.679111,14.042194,12.785518,12.760426,12.45864,12.064782,11.983165,11.981698,11.409571,11.390776,18.383921,17.692249,17.510199,17.33119,16.677137,16.395031,15.449197,13.702734,13.727201,13.5891,13.136673,13.140494,13.213414,12.539886,12.501395,17.982222,17.393482,17.207663,17.009836,16.473606,16.16695,15.150421,13.702511,13.708159,13.533386,13.047602,13.024919,13.067698,12.312373,12.277916,15.865414,15.793319,15.662729,15.585258,15.387385,15.025933,14.265314,13.775865,13.798363,13.752363,13.01287,13.017244,13.16831,11.614783,11.583652,16.983164,16.562443,16.363688,16.095634,15.76074,15.439108,13.901288,12.862556,12.822466,12.494869,12.06793,11.981192,11.976326,11.297148,11.279271,16.784678,16.481758,16.322645,16.198854,15.832787,15.501794,14.684179,13.749454,13.775377,13.688869,13.072012,13.065868,13.176703,12.026409,11.988184,17.48111,16.980635,16.785589,16.546455,16.120876,15.804505,14.516332,13.304405,13.284863,13.032196,12.575239,12.513997,12.525683,11.815453,11.789595,16.958794,16.688974,16.534119,16.38653,16.120419,15.737652,14.971268,14.281863,14.272468,14.137947,13.441198,13.416196,13.457611,12.142694,12.108095,17.59396,17.091654,16.903708,16.690033,16.245794,15.923638,14.827584,13.606169,13.596507,13.387797,12.889561,12.846103,12.871691,12.072226,12.041243,16.73209,16.679773,16.593006,16.541355,16.461971,15.98581,15.52652,15.33657,15.334471,15.292377,14.283011,14.286145,14.326139,12.224818,12.203303,15.455981,15.232165,15.077239,14.972671,14.538155,14.296677,13.174386,12.083267,12.144896,12.097767,11.662449,11.658883,11.914198,11.088949,11.049293,23.335358,21.621786,21.46217,21.224829,19.8769,19.725775,16.88876,12.835049,12.81515,12.62454,12.426279,12.540654,12.530664,12.500096,12.480407,17.143904,16.653025,16.443588,16.153675,15.767477,15.479416,13.401677,12.161312,12.131818,11.782841,11.442002,11.339729,11.326845,10.860181,10.848725,17.151943,16.764416,16.583378,16.369972,16.033897,15.685533,14.623771,13.690557,13.664545,13.439224,12.892428,12.838925,12.855677,11.912318,11.882879,16.900949,16.658165,16.508821,16.354149,16.127411,15.728625,14.964962,14.378105,14.353872,14.201226,13.484662,13.452826,13.479923,12.104473,12.072024,16.548584,16.13051,15.916716,15.59891,15.297046,15.020305,12.353094,11.188099,11.147427,10.699769,10.420652,10.291402,10.265599,9.9058857,9.9061155,16.54936,16.22135,16.033251,15.759855,15.51792,15.17312,13.661158,12.841885,12.775395,12.392633,11.939404,11.848269,11.835749,11.035953,11.021374,16.52508,16.533901,16.468582,16.439857,16.39036,15.903365,15.452822,15.336884,15.339679,15.321572,14.271297,14.282785,14.3496,12.083036,12.069335,16.243124,16.012522,15.852687,15.591476,15.443574,15.061551,13.601486,13.050447,12.948092,12.531004,12.005566,11.926766,11.909429,10.850738,10.836864,16.420254,16.328022,16.209278,16.134304,15.976623,15.563331,14.948516,14.558956,14.567883,14.514101,13.662163,13.664648,13.751495,11.992648,11.96413,17.106157,16.764151,16.594542,16.412523,16.09956,15.736208,14.837269,14.000417,13.98312,13.804784,13.189878,13.15135,13.180415,12.073253,12.04007,21.415619,20.06636,19.894346,19.711002,18.538406,18.331673,17.433563,14.126774,14.159059,14.030584,13.745323,13.867821,13.948395,13.676773,13.63803,21.912088,20.461596,20.281477,20.033585,18.861479,18.670069,16.890923,13.456687,13.452067,13.237443,12.989001,13.067519,13.075125,12.935653,12.916975,20.494596,19.3417,19.157129,18.939837,17.959692,17.725801,16.582884,13.82679,13.838818,13.657806,13.328064,13.381718,13.419866,13.074125,13.043843,15.153623,15.18304,15.062723,15.001256,14.848433,14.504636,13.660551,13.286978,13.311535,13.282586,12.559533,12.569079,12.776504,11.163645,11.136364,18.4237,17.666172,17.460806,17.174257,16.56238,16.335802,13.319604,11.478484,11.474783,11.201093,10.956532,10.87014,10.852759,10.645452,10.634494,19.137411,18.269848,18.076759,17.851414,17.101864,16.8368,15.630386,13.552011,13.55845,13.358455,12.978624,12.974815,13.005825,12.530111,12.500286,16.297619,15.94524,15.743047,15.435039,15.190856,14.892665,12.340592,11.336155,11.278811,10.810699,10.503251,10.38515,10.358196,9.873805,9.8712206,16.174665,16.13468,16.025681,15.964651,15.834856,15.420107,14.802083,14.48445,14.495222,14.45542,13.585291,13.592871,13.700888,11.851898,11.826527,14.302744,14.096384,13.955717,13.863674,13.333079,13.167718,11.676841,10.353485,10.44171,10.420383,10.151082,10.150365,10.521799,10.036175,10.00064,16.802784,16.546402,16.39192,16.196165,15.984908,15.588939,14.668862,14.090652,14.038172,13.809112,13.156119,13.10356,13.110034,11.853512,11.827241,21.86051,20.416637,20.238651,19.971628,18.822777,18.657648,15.766346,12.363945,12.35427,12.137883,11.947736,11.985347,11.975258,11.948833,11.934958,16.79961,16.595575,16.453753,16.335009,16.112509,15.714418,15.031777,14.467855,14.46551,14.364454,13.598663,13.584437,13.637601,12.143482,12.109597,17.485325,17.021755,16.848598,16.690319,16.222651,15.903862,15.031075,13.806489,13.825219,13.701353,13.149202,13.137831,13.213487,12.271383,12.232924,24.999226,22.986303,22.849558,22.672466,21.082314,20.930885,20.034729,15.108398,15.11345,14.972671,14.764256,15.08054,15.118079,15.001116,14.976369,16.201805,15.928576,15.750535,15.467293,15.286909,14.9406,12.966579,12.245293,12.159081,11.714821,11.293423,11.199709,11.1784,10.377228,10.367023,16.848066,16.671165,16.543777,16.415384,16.248005,15.81719,15.161665,14.744823,14.716824,14.589029,13.779847,13.754771,13.777932,12.159897,12.130132,16.851297,16.611521,16.462517,16.290478,16.081057,15.677698,14.865528,14.317233,14.276994,14.091835,13.390392,13.348966,13.364532,12.012588,11.982858,16.852999,16.493229,16.328754,16.200356,15.764486,15.459975,14.584549,13.468599,13.504133,13.419748,12.867461,12.863773,12.995234,11.999809,11.959857,16.788788,16.657249,16.540987,16.444504,16.302132,15.859732,15.28597,14.937153,14.924008,14.836744,13.958871,13.946898,13.981855,12.202469,12.173225,16.302399,15.981453,15.788288,15.492699,15.270683,14.943355,12.9489,12.081568,12.009681,11.557854,11.177331,11.072982,11.051288,10.390009,10.381982,17.659826,17.059343,16.850271,16.560921,16.080708,15.826277,13.134914,11.639689,11.626872,11.31746,11.034267,10.933523,10.91713,10.600114,10.589843,22.843699,21.22385,21.061703,20.870991,19.530331,19.341492,18.423992,14.503412,14.521516,14.378046,14.123856,14.309021,14.363716,14.164702,14.131717,18.224522,17.50588,17.330564,17.17816,16.427029,16.185108,15.232041,13.254063,13.306171,13.212192,12.828247,12.852267,12.997033,12.451093,12.407942,16.626167,16.491243,16.365038,16.274736,16.099642,15.685096,15.068433,14.632569,14.635921,14.564659,13.728127,13.724113,13.78961,12.10263,12.071815,16.374977,16.037971,15.874929,15.755817,15.28111,15.013971,14.026662,12.82091,12.872908,12.806903,12.329993,12.328804,12.520436,11.663342,11.622247,16.85075,16.572546,16.189156,15.843969,15.698895,14.890732,13.977533,14.292475,14.148527,13.426104,13.006257,13.034215,13.015313,12.609209,12.393644,17.365414,17.08898,16.66485,16.297806,16.137611,15.167916,14.204056,14.737613,14.551814,13.671441,13.25706,13.284352,13.264954,12.906832,12.727924,13.603262,13.436597,13.010997,12.92914,12.854543,12.587159,12.052916,11.88916,11.88755,11.799673,11.246452,11.39529,11.397151,10.65178,10.29012,15.916267,15.643306,15.331382,14.946371,14.852585,14.153654,13.26737,13.610746,13.398625,13.125437,12.586477,12.596179,12.579633,11.775052,11.713691,17.262297,16.994539,16.638538,16.331146,16.153938,15.462,14.6216,14.921266,14.807215,13.834501,13.458022,13.493854,13.478996,13.154819,12.867327,15.357044,15.124977,14.830941,14.639538,14.54926,14.113371,13.403636,13.300121,13.25017,13.088099,12.482673,12.531052,12.528792,11.53401,11.367373,14.829922,14.604918,14.29811,14.125904,14.034971,13.636517,12.950333,12.819332,12.78227,12.618325,12.079155,12.134998,12.129885,11.309352,11.018426,15.571303,15.307878,14.983439,14.708575,14.595427,14.031472,13.219938,13.225945,13.146899,12.746392,12.318155,12.349594,12.331731,11.839847,11.507195,14.287786,14.07653,13.768435,13.62719,13.539348,13.183635,12.538894,12.388937,12.363843,12.214436,11.717792,11.780649,11.774305,11.050209,10.649668,14.979185,14.764473,14.447477,14.290072,14.202962,13.816661,13.153145,13.015754,12.983962,12.847237,12.246637,12.31583,12.315885,11.351019,11.134254,15.19658,14.94816,14.646731,14.400789,14.281728,13.796462,13.001209,12.968781,12.914537,12.399566,12.080016,12.114035,12.090403,11.844098,11.275945,14.242193,14.023196,13.729429,13.573999,13.483758,13.1099,12.446419,12.306839,12.276521,12.098175,11.645024,11.694723,11.684082,11.057412,10.600739,15.526385,15.269494,14.953606,14.690846,14.568453,14.037752,13.24438,13.246372,13.179903,12.667189,12.301991,12.336004,12.315542,11.974423,11.51861,16.495222,16.22879,15.890955,15.596548,15.445683,14.835236,14.01105,14.149691,14.06005,13.307243,12.93696,12.972307,12.95418,12.627975,12.263238,17.813705,17.546888,17.166321,16.848854,16.652691,15.853097,14.984092,15.45821,15.315294,14.177879,13.796855,13.831903,13.818638,13.503592,13.275399,15.999623,15.806964,15.576453,15.430876,15.358533,14.90826,14.282816,14.198769,14.154948,14.048561,13.259372,13.302206,13.308044,11.790604,11.763685,13.250878,13.053583,12.798572,12.690197,12.6077,12.285667,11.687823,11.541554,11.52354,11.34965,10.996104,11.03677,11.021279,10.584039,9.8941994,15.772699,15.515154,15.197033,14.923863,14.787577,14.275769,13.408714,13.418417,13.355895,12.701585,12.39758,12.432321,12.406426,12.215,11.668023,13.620502,13.426558,13.126654,13.023284,12.940579,12.630364,12.038077,11.877993,11.863482,11.732044,11.283707,11.350886,11.343081,10.714561,10.185558,16.27058,15.988495,15.612018,15.233696,15.121572,14.291915,13.346978,13.659238,13.482669,13.046149,12.572912,12.590683,12.569603,12.011346,11.86892,14.260201,14.033517,13.762598,13.565964,13.467064,13.04884,12.29227,12.200685,12.163739,11.777786,11.490663,11.522345,11.497526,11.289371,10.590057,14.544731,14.359543,13.965312,13.847215,13.76799,13.440666,12.850039,12.695264,12.681495,12.581652,11.946957,12.071419,12.07644,11.107257,10.89692,16.165812,16.007275,15.794863,15.688289,15.628307,15.180475,14.62524,14.535714,14.508191,14.433887,13.550516,13.602165,13.611995,11.85733,11.861491,17.47196,17.210428,16.874937,16.584335,16.384708,15.784004,14.984826,15.262539,15.166985,14.037715,13.701757,13.741359,13.726256,13.474582,13.109446,16.050623,15.776854,15.431677,15.120135,14.999315,14.342752,13.482398,13.586943,13.481114,13.002043,12.563674,12.591825,12.57332,12.081385,11.822271,15.897461,15.631614,15.356997,15.011336,14.921368,14.31124,13.476394,13.741107,13.550663,13.324816,12.738226,12.747629,12.735635,11.766026,11.732049,16.295406,16.016441,15.61692,15.186764,15.080472,14.130875,13.140381,13.649464,13.411196,12.984298,12.509788,12.52276,12.499236,11.953905,11.844786,15.128196,14.928964,14.594827,14.455097,14.373769,13.997501,13.367435,13.228778,13.20326,13.09188,12.420384,12.508879,12.514161,11.390968,11.248646,16.304815,16.097439,15.917017,15.733789,15.662786,15.163747,14.503961,14.520607,14.432494,14.308127,13.50693,13.519329,13.519074,11.919623,11.943127,13.168857,12.976219,12.748232,12.618569,12.5403,12.194525,11.505346,11.38504,11.365081,11.076657,10.836877,10.865562,10.840682,10.681278,9.8278103,15.2678,15.090343,14.734592,14.615849,14.543047,14.172845,13.590359,13.458539,13.439287,13.351852,12.600486,12.712943,12.722463,11.424605,11.349678,12.662393,12.483947,12.274614,12.181046,12.108341,11.798079,11.202408,11.074065,11.060142,10.829243,10.580612,10.609056,10.588272,10.386141,9.4954147,14.334845,14.13556,13.797089,13.671432,13.587073,13.251063,12.632333,12.474596,12.456292,12.333729,11.783911,11.870355,11.869166,11.044099,10.712298,13.414346,13.217656,12.944713,12.839025,12.756047,12.439854,11.844136,11.690614,11.673808,11.522175,11.125774,11.176539,11.164405,10.636243,10.018631,14.185925,13.962195,13.677377,13.509902,13.417669,13.027121,12.349808,12.222321,12.188354,11.973763,11.564119,11.605108,11.590446,11.068816,10.551047,20.111069,19.87434,19.449715,19.188292,18.858109,17.852192,17.004053,18.114285,17.9291,15.851627,15.516891,15.555414,15.547476,15.352158,15.197029,15.904129,15.638036,15.305679,15.018435,14.892317,14.299996,13.476549,13.532627,13.448618,12.917036,12.517664,12.55011,12.531175,12.125113,11.771121,14.83637,14.600643,14.299224,14.104647,14.009864,13.583403,12.86861,12.75566,12.710331,12.507841,12.015002,12.059564,12.049692,11.345782,11.008955,16.53804,16.264524,15.908897,15.592251,15.450543,14.761234,13.897799,14.082423,13.971584,13.295714,12.888816,12.920037,12.901907,12.503233,12.22479,14.938764,14.691474,14.387524,14.15931,14.056376,13.579178,12.825761,12.753539,12.697942,12.391697,11.973983,12.008889,11.99197,11.49306,11.072111,13.318477,13.11649,12.867364,12.744287,12.660271,12.320148,11.702842,11.566421,11.54509,11.335732,11.009198,11.04381,11.025641,10.660634,9.9389668,14.8475,14.605386,14.304071,14.09256,13.994312,13.543507,12.808956,12.713909,12.663177,12.417019,11.96419,12.002679,11.988955,11.391682,11.009251,20.925652,20.723711,20.450247,20.251308,19.81192,19.327162,18.748747,19.706894,19.600895,16.987129,16.733105,16.776814,16.779629,16.609776,16.357819,16.11315,15.879137,15.662397,15.440006,15.359631,14.853703,14.133571,14.169711,14.066546,13.915442,13.19346,13.20867,13.206778,11.834233,11.836676,12.499964,12.33474,12.068617,12.025761,11.953434,11.706433,11.202099,11.043646,11.040768,10.9347,10.56689,10.631236,10.621157,10.127375,9.3934908,14.337077,14.105821,13.82482,13.630697,13.532248,13.106581,12.395532,12.298136,12.257948,11.943957,11.594437,11.628098,11.607992,11.249062,10.657093,16.603695,16.339729,16.010796,15.720592,15.556051,14.998521,14.170297,14.291859,14.213123,13.352401,13.027274,13.064497,13.043212,12.813587,12.362688,15.689178,15.446749,15.171047,14.953403,14.863136,14.383986,13.644078,13.588504,13.517839,13.343868,12.714546,12.748833,12.745633,11.673829,11.572282,15.844477,15.679878,15.408855,15.300096,15.235107,14.818989,14.254632,14.146041,14.123184,14.046185,13.20724,13.284792,13.29536,11.697218,11.680894,15.63271,15.368242,15.056262,14.78229,14.680664,14.123701,13.310861,13.314891,13.223801,12.950815,12.434607,12.462747,12.449869,11.713865,11.521233,15.975144,15.72222,15.473432,15.209507,15.122187,14.588197,13.814442,13.890896,13.768453,13.585017,12.933122,12.948621,12.942881,11.780594,11.755287,15.845386,15.622189,15.369787,15.184333,15.101608,14.640254,13.948164,13.877998,13.818265,13.678652,12.974629,13.011524,13.013041,11.726894,11.671099,15.646235,15.450743,15.168517,15.027737,14.951256,14.537388,13.90997,13.794833,13.762107,13.657351,12.910677,12.977696,12.984926,11.622522,11.560928,15.849317,15.595512,15.325778,15.074669,14.983574,14.461417,13.686545,13.698429,13.6003,13.408025,12.784147,12.807549,12.801687,11.737262,11.668179,13.045034,12.85116,12.619272,12.506098,12.425746,12.095818,11.487842,11.355878,11.337299,11.11081,10.824106,10.85458,10.834584,10.555751,9.75068,16.168261,15.938942,15.742727,15.500402,15.424,14.906634,14.194121,14.328541,14.189621,14.038475,13.303741,13.310771,13.307023,11.872331,11.895443,15.511617,15.294291,15.008005,14.839229,14.754807,14.330977,13.655737,13.545275,13.502534,13.369629,12.696901,12.752487,12.755082,11.581111,11.472376,16.210592,16.003592,15.804876,15.630833,15.557847,15.071552,14.413651,14.388362,14.317238,14.194689,13.406622,13.427703,13.429613,11.881643,11.885779,16.036591,15.757133,15.413665,15.053471,14.950088,14.214939,13.307154,13.544488,13.378253,13.039846,12.534608,12.550573,12.532187,11.855039,11.737165,14.472153,14.251783,13.912951,13.705564,13.619442,13.137878,11.752734,11.635809,11.594827,11.188224,10.972425,10.996155,10.959529,10.945808,10.232612,16.314262,16.034136,15.667048,15.320977,15.199486,14.439316,13.529544,13.747288,13.607865,13.105308,12.653602,12.677292,12.657534,12.151752,11.955786,15.81113,15.545587,15.250414,14.966234,14.869687,14.300826,13.483172,13.534356,13.422461,13.18571,12.618298,12.640207,12.629629,11.740015,11.63401,15.859521,15.586414,15.266796,14.955455,14.853504,14.226377,13.372008,13.467691,13.344653,13.051052,12.528717,12.5499,12.535183,11.791172,11.651042,15.296826,15.044297,14.738072,14.500541,14.40119,13.908662,13.140028,13.077992,13.011411,12.767418,12.263124,12.298588,12.287066,11.570634,11.311153,21.339046,21.145386,20.839216,20.657484,20.20507,19.554974,18.933805,20.157196,20.027039,17.258944,16.992926,17.036617,17.043203,16.877344,16.713308,12.181132,12.018661,11.791578,11.756021,11.685687,11.441295,10.946846,10.796298,10.792807,10.674727,10.357158,10.402594,10.389259,9.9800749,9.1487465,18.840107,18.587406,18.262358,17.98177,17.697948,17.137924,16.391012,16.870659,16.766546,15.099354,14.801579,14.842195,14.828192,14.636929,14.286463,15.921037,15.646971,15.336382,15.001961,14.904454,14.254601,13.388972,13.566255,13.41163,13.140836,12.596092,12.611331,12.596771,11.780249,11.691917,18.660835,18.403347,17.994616,17.685827,17.448997,16.526955,15.643799,16.387856,16.213844,14.754333,14.385733,14.422068,14.411403,14.143691,13.956856,16.231863,16.047874,15.853738,15.709647,15.642572,15.167239,14.556765,14.502312,14.450149,14.346158,13.516888,13.54534,13.549691,11.901675,11.896927,14.757924,14.519892,14.227398,13.998743,13.891025,13.438072,12.565742,12.493321,12.448534,11.979954,11.703045,11.734817,11.706963,11.54997,10.882706,13.61385,13.409206,13.16251,13.002617,12.920734,12.538525,11.714643,11.602452,11.573056,11.23073,10.990715,11.018025,10.990515,10.87369,10.053969,18.322306,18.058163,17.581156,17.221693,17.019079,15.845165,14.844275,15.738944,15.504547,14.257231,13.862252,13.892675,13.874807,13.60498,13.450087,13.830189,13.614013,13.356421,13.189568,13.097857,12.709789,12.020912,11.911024,11.88052,11.568465,11.270767,11.302151,11.279765,11.022345,10.30076,16.693052,16.424669,16.064823,15.759123,15.58903,15.035948,13.980238,14.0558,13.979792,13.103273,12.820629,12.853035,12.821827,12.705276,12.202046,14.779359,14.53821,14.246489,14.023246,13.915235,13.453639,12.701126,12.636736,12.588535,12.178552,11.84264,11.875998,11.854071,11.551711,10.976692,15.773829,15.503176,15.173104,14.876231,14.766958,14.156847,13.314867,13.364349,13.264759,12.906779,12.434197,12.461329,12.444722,11.845021,11.613955,20.943733,20.744129,20.455053,20.264032,19.834326,19.268621,18.663723,19.717226,19.598812,16.990814,16.720871,16.765545,16.77216,16.590319,16.386992,15.61824,15.36334,15.070102,14.82424,14.728525,14.21839,13.441193,13.409643,13.328705,13.115063,12.544203,12.575127,12.567165,11.66629,11.5206,16.683767,16.406719,15.964208,15.528824,15.409147,14.327592,13.297272,13.923364,13.673469,13.1038,12.653277,12.669999,12.645214,12.205417,12.077109,16.039486,15.778625,15.455864,15.177858,15.036785,14.487902,13.676187,13.735345,13.662783,12.984488,12.641119,12.676831,12.655904,12.378128,11.921161,16.649075,16.543966,16.422451,16.347689,16.307905,15.804975,15.344502,15.300545,15.273407,15.219614,14.211473,14.23512,14.240826,12.132992,12.139961,18.468159,18.217478,17.879299,17.603842,17.35504,16.710897,15.942228,16.443232,16.328789,14.836415,14.501119,14.542803,14.535106,14.281691,13.995634,15.495274,15.243061,14.889742,14.618641,14.498384,13.977569,12.770276,12.713002,12.656177,12.086702,11.825352,11.85404,11.818734,11.746517,11.147161,15.375896,15.116977,14.801809,14.543983,14.43905,13.910496,13.118066,13.085915,13.012611,12.703879,12.241241,12.273602,12.258303,11.663313,11.362356,15.282358,15.038704,14.739272,14.52457,14.429596,13.969728,13.229059,13.142323,13.084125,12.885635,12.336813,12.377776,12.37056,11.528546,11.309473,17.288725,17.016003,16.543743,16.126427,15.980265,14.809296,13.767857,14.528918,14.273778,13.463706,13.037149,13.059595,13.036301,12.687486,12.543636,16.679064,16.397339,15.99103,15.60766,15.479426,14.562032,13.592843,13.998565,13.815,13.216865,12.772569,12.793993,12.772121,12.320292,12.15662,15.980373,15.726396,15.486349,15.19161,15.10635,14.556892,13.775004,13.953584,13.793413,13.606232,12.957753,12.967342,12.960032,11.792779,11.785847,15.904735,15.639302,15.360025,15.059739,14.96705,14.386793,13.5666,13.686417,13.548014,13.326739,12.733098,12.748614,12.738544,11.759997,11.702578,16.015907,15.737961,15.39347,15.060825,14.951323,14.257206,13.370799,13.519648,13.387815,13.01059,12.526943,12.548682,12.530663,11.916269,11.744305,15.961928,15.725361,15.482599,15.267532,15.183096,14.690314,13.964299,13.946156,13.862869,13.706073,13.015288,13.039989,13.038584,11.774762,11.74025,16.054731,15.776907,15.421966,15.010587,14.91174,14.094794,13.154153,13.568567,13.343831,13.006658,12.503953,12.51475,12.494154,11.829704,11.742722,15.075762,14.825545,14.519182,14.278783,14.169679,13.673804,12.906782,12.858027,12.79973,12.417472,12.032065,12.065727,12.04644,11.637479,11.177631,12.106278,11.940994,11.74071,11.690997,11.622405,11.358884,10.844216,10.703904,10.697918,10.541002,10.279549,10.309391,10.292344,10.0095,9.09904,13.223113,13.050151,12.716168,12.645941,12.570197,12.302497,11.764186,11.599236,11.595422,11.49454,11.031667,11.129066,11.124856,10.488827,9.9531593,17.639034,17.371983,17.033649,16.730286,16.512138,15.954512,15.104499,15.347219,15.255233,14.051697,13.750773,13.78639,13.762846,13.588496,13.156782,11.964063,11.804492,11.601744,11.568574,11.501261,11.256034,10.766541,10.622467,10.61948,10.488677,10.21114,10.246615,10.231209,9.8967791,8.999629,14.262527,14.03375,13.751046,13.567979,13.472711,13.060871,12.364894,12.253062,12.214987,11.953868,11.574777,11.61089,11.593242,11.15448,10.601835,14.686102,14.283829,14.161636,13.40055,13.330447,13.16955,11.986262,12.273599,11.813813,11.453838,11.176351,11.143416,11.035148,11.007467,10.9705,14.825644,14.451622,14.329718,13.528307,13.452854,13.293011,12.27367,12.842693,12.312382,11.931982,11.628855,11.59303,11.504419,11.421519,11.377618,15.34656,15.077608,14.963841,14.125799,14.022847,13.879203,13.22766,14.798802,14.021227,13.452274,13.063064,13.00301,12.960833,12.761308,12.680243,15.489912,14.849982,14.726654,13.86516,13.797228,13.655579,12.168954,11.359464,11.094913,10.738195,10.523769,10.555963,10.389734,10.543744,10.459802,16.808027,16.20837,16.053064,15.022019,14.922432,14.768589,13.790894,13.338934,13.08071,12.581053,12.308373,12.337745,12.23337,12.216071,12.091658,14.428557,14.065354,13.952019,13.09646,13.030397,12.873982,11.794724,12.441798,11.873573,11.537121,11.259372,11.22252,11.127327,11.068027,11.042195,16.597101,16.298748,16.164196,15.582506,15.432921,15.279702,14.619452,15.59153,15.071457,14.193435,13.757691,13.684811,13.645502,13.440852,13.332606,15.208803,14.699198,14.566969,13.875267,13.801511,13.644307,12.224751,11.831114,11.535857,11.13853,10.888604,10.879543,10.735079,10.810144,10.743976,15.600569,15.13258,14.991949,14.290197,14.202356,14.038799,12.909609,12.790029,12.456458,11.992245,11.699087,11.681244,11.57339,11.559265,11.481444,14.17033,13.697925,13.588966,12.986757,12.933487,12.792305,10.610602,10.097625,9.8434668,9.541708,9.3491526,9.3326893,9.1219549,9.3148623,9.2819567,13.691936,13.333467,13.236532,12.360445,12.307771,12.16771,10.603079,11.030887,10.52671,10.249013,10.049064,10.019258,9.8657713,9.9817438,9.9703865,21.638578,20.381193,20.184519,16.495937,16.38372,16.26194,15.694637,15.39989,15.214844,14.748878,14.513226,14.609311,14.541821,13.799579,13.634551,16.308905,15.581283,15.451492,14.284516,14.208773,14.071949,12.922245,12.069458,11.791459,11.434875,11.211725,11.273299,11.136314,11.229045,11.127065,17.063715,16.629267,16.470465,15.797734,15.651368,15.490081,14.663275,14.723651,14.429819,13.610897,13.265823,13.245037,13.17571,13.072886,12.942854,17.469549,17.01531,16.849758,16.126438,15.966101,15.806645,15.008324,15.00844,14.741035,13.850554,13.514352,13.502491,13.433922,13.328709,13.183283,15.108508,14.698099,14.568008,13.834765,13.754844,13.591726,12.507826,12.760262,12.324615,11.91286,11.611855,11.58091,11.483202,11.429008,11.373363,15.835165,15.152291,15.026928,14.039107,13.968039,13.82873,12.498591,11.649466,11.377706,11.021799,10.804321,10.85098,10.697181,10.830886,10.738151,14.496864,13.987146,13.873462,13.246386,13.18941,13.047137,11.029424,10.429586,10.179523,9.8545914,9.6545734,9.6494789,9.4487667,9.6343346,9.5885067,14.142844,13.770633,13.662317,12.803392,12.743331,12.591713,11.337391,11.842122,11.305787,10.991476,10.748769,10.714981,10.597322,10.614051,10.594304,19.391344,18.645731,18.457951,16.582212,16.42695,16.283112,15.61279,15.374994,15.162172,14.419269,14.156259,14.216264,14.14311,13.827841,13.644413,16.420158,15.952274,15.799247,15.07952,14.965989,14.802813,13.855598,13.767145,13.464949,12.852915,12.533093,12.519745,12.433062,12.373302,12.263239,15.348135,15.108406,15.002468,14.157297,14.055136,13.920009,13.328751,15.151211,14.304626,13.70804,13.290594,13.217508,13.183139,12.963371,12.87839,14.872987,14.573669,14.461972,13.540063,13.456293,13.309309,12.5443,13.903063,13.149504,12.72199,12.384146,12.340751,12.28192,12.12457,12.065534,16.612726,15.944777,15.799769,14.662899,14.577722,14.431193,13.371034,12.724936,12.460607,12.048805,11.803606,11.850435,11.729302,11.761834,11.647982,14.630422,14.148628,14.027349,13.376643,13.313604,13.160888,11.459834,11.080379,10.783604,10.438049,10.211985,10.194498,10.024995,10.141911,10.097481,17.529369,16.902338,16.736767,15.496696,15.383683,15.23253,14.38024,13.991966,13.749724,13.194995,12.91547,12.955997,12.865486,12.775158,12.629252,16.717499,16.170885,16.013962,15.120983,15.013297,14.855136,13.890616,13.558897,13.294223,12.735259,12.444991,12.458102,12.360662,12.330225,12.206999,18.126389,17.295044,17.13652,15.22816,15.136183,15.002664,14.18429,13.561922,13.310941,12.933248,12.691216,12.777404,12.676579,12.536708,12.403186,16.869522,16.145065,16.001831,14.687674,14.603956,14.463412,13.454256,12.73667,12.469189,12.08535,11.848076,11.911352,11.791597,11.811456,11.695386,14.850599,14.516137,14.39924,13.531129,13.451623,13.297791,12.422128,13.397028,12.753982,12.354885,12.032401,11.993187,11.921386,11.794369,11.74344,16.377335,15.943512,15.792769,15.114005,14.996181,14.83227,13.926559,13.996783,13.666489,13.023181,12.685809,12.662112,12.583999,12.497515,12.39083,18.602392,17.809978,17.637714,15.701804,15.595453,15.456233,14.703248,14.263655,14.036098,13.565691,13.305366,13.379067,13.292578,13.065219,12.911205,18.336353,17.662067,17.486254,15.963382,15.835605,15.688191,14.932236,14.60741,14.381653,13.766151,13.488172,13.539869,13.459312,13.275165,13.109764,18.255291,17.352127,17.199802,15.100733,15.009328,14.885118,14.080643,13.348857,13.083905,12.748386,12.518981,12.621712,12.516211,12.378492,12.253588,17.458847,16.674314,16.525854,14.919112,14.831882,14.696443,13.792677,13.088421,12.824483,12.452605,12.215303,12.294398,12.183767,12.13828,12.014573,20.657017,19.45862,19.274204,15.881344,15.786379,15.668845,15.037555,14.550329,14.333549,13.997828,13.766473,13.876474,13.7936,13.253933,13.113582,15.081006,14.612008,14.480548,13.793551,13.719113,13.558222,12.228063,12.045495,11.708827,11.313675,11.048506,11.028335,10.898066,10.931599,10.874153,20.071749,18.928497,18.749586,15.638809,15.543386,15.425745,14.755689,14.175125,13.939322,13.617334,13.387402,13.499494,13.408549,12.99157,12.85815,15.061029,14.465802,14.347414,13.602098,13.539284,13.397861,11.678221,10.905456,10.650028,10.304502,10.098117,10.115829,9.9316139,10.111135,10.041224,15.741208,15.207855,15.066765,14.311675,14.227732,14.069392,12.83951,12.42817,12.143193,11.698769,11.434121,11.434996,11.308183,11.353237,11.266236,17.708906,16.872435,16.725342,14.936553,14.8487,14.719161,13.852702,13.104855,12.836485,12.486273,12.254702,12.345968,12.236181,12.167901,12.045477,17.269184,16.551857,16.399204,14.98805,14.897456,14.754658,13.825936,13.213878,12.957223,12.543638,12.294675,12.357097,12.248728,12.211033,12.083861,16.078426,15.743749,15.608294,14.944715,14.823336,14.665155,13.911148,14.674493,14.172871,13.493718,13.105274,13.053934,13.001067,12.832006,12.735978,15.175338,14.885707,14.770287,13.905062,13.809821,13.662464,12.952304,14.360865,13.615784,13.112092,12.748247,12.698024,12.647576,12.468938,12.396406,18.183392,17.712488,17.536636,16.738775,16.547276,16.390358,15.653507,15.66103,15.416605,14.360007,14.034803,14.031886,13.967361,13.838526,13.670565,13.783706,13.591851,13.519344,12.046848,11.987049,11.879902,11.329413,14.34843,12.955725,12.654679,12.374967,12.336009,12.293284,12.132898,12.094993,18.92314,17.973146,17.807819,15.409723,15.316182,15.190457,14.445606,13.83029,13.584579,13.235912,12.999952,13.101501,13.005358,12.756316,12.621694,15.565152,14.96805,14.836659,14.024331,13.951333,13.802352,12.394228,11.729838,11.462472,11.075541,10.845296,10.864023,10.710553,10.827817,10.743649,16.280466,15.603228,15.466379,14.391452,14.312803,14.168909,13.008546,12.271319,12.0017,11.61707,11.384278,11.43142,11.297385,11.374611,11.270349,13.990814,13.573072,13.464829,12.7709,12.715894,12.568397,10.744392,10.629673,10.28072,9.9850054,9.7813015,9.7543058,9.5793848,9.7162924,9.696785,18.207415,17.416964,17.252392,15.415397,15.317751,15.179507,14.377752,13.849745,13.609687,13.187055,12.934038,13.010387,12.915723,12.75178,12.609362,14.30188,14.079819,13.990491,12.762252,12.685629,12.561499,11.974345,14.494603,13.322582,12.939944,12.619859,12.573451,12.531446,12.353262,12.299519,17.074478,16.548431,16.385616,15.50034,15.376403,15.217809,14.331798,14.094627,13.835814,13.182505,12.877522,12.886964,12.801092,12.73565,12.599336,14.489898,14.162366,14.052206,13.121682,13.051427,12.899412,11.983882,13.04118,12.355338,12.010385,11.708309,11.669042,11.592916,11.474504,11.442646,19.625822,18.660784,18.48208,15.864528,15.763059,15.633549,14.95081,14.510641,14.293649,13.879774,13.631725,13.723684,13.641329,13.254221,13.101171,15.504408,15.07629,14.938507,14.233762,14.144478,13.980042,12.937124,13.06266,12.674944,12.207017,11.895391,11.868358,11.77425,11.717527,11.644876,16.16724,15.63945,15.490621,14.699092,14.603471,14.443525,13.363331,13.026523,12.744859,12.242424,11.959103,11.961844,11.852759,11.855575,11.75293,15.888467,15.392213,15.247016,14.517401,14.424928,14.262737,13.15308,12.913479,12.610601,12.120771,11.831454,11.822842,11.71403,11.710411,11.619727,17.773994,17.419781,17.268764,16.749308,16.548986,16.394035,15.699574,16.133139,15.807081,14.616214,14.227206,14.179722,14.131899,13.979536,13.843927,16.77054,15.994753,15.862126,14.484291,14.404526,14.272156,13.252381,12.39609,12.115294,11.765335,11.540129,11.616922,11.49177,11.540896,11.432328,14.217698,13.956077,13.861771,12.708474,12.639081,12.505472,11.777702,13.706275,12.727123,12.396262,12.093907,12.053917,11.995966,11.843447,11.807145,17.496365,16.994526,16.826052,15.970361,15.823081,15.66485,14.848771,14.714479,14.462357,13.668719,13.351031,13.355347,13.279967,13.183323,13.032976,14.091285,13.646183,13.536535,12.906345,12.852161,12.707201,10.666296,10.319107,10.030241,9.7313232,9.5335712,9.5107403,9.314167,9.4796448,9.4534817,15.975011,15.528389,15.382439,14.686969,14.585288,14.420756,13.429527,13.438832,13.098448,12.555434,12.235887,12.214433,12.124874,12.065325,11.973307,18.355896,17.411055,17.264458,15.026958,14.930288,14.815588,14.014201,13.205833,12.929857,12.618546,12.398413,12.514443,12.40372,12.26972,12.152019,17.218483,16.889242,16.744923,16.218912,16.04394,15.88802,15.201049,15.839289,15.439398,14.401129,13.98628,13.925217,13.881649,13.704016,13.582619,14.442487,14.023711,13.905321,13.171862,13.107951,12.950448,11.550763,11.633644,11.223375,10.887424,10.64042,10.610181,10.476948,10.516214,10.486097,17.626854,16.917267,16.756626,15.270078,15.171635,15.027267,14.162719,13.644112,13.398098,12.945763,12.686266,12.746881,12.648333,12.557602,12.419353,18.856155,18.208889,18.024731,16.548147,16.384659,16.235064,15.53361,15.327809,15.107577,14.300291,14.023478,14.068213,13.995245,13.768935,13.586927,15.322455,14.945619,14.815257,14.064825,13.975696,13.814309,12.885145,13.414235,12.920455,12.45907,12.1286,12.092669,12.014797,11.90782,11.840986,17.658123,17.108059,16.937389,15.917355,15.778213,15.622639,14.812244,14.587914,14.346448,13.620383,13.317625,13.337767,13.258699,13.154025,12.998145,16.955431,16.473993,16.313313,15.54673,15.416088,15.255128,14.377687,14.261029,13.986509,13.278445,12.956573,12.950842,12.87067,12.795357,12.664797,16.836475,16.185789,16.034498,14.880704,14.789072,14.640095,13.642953,13.080448,12.821519,12.377129,12.120472,12.164066,12.052447,12.05064,11.928992,18.532578,17.958256,17.776737,16.595081,16.421818,16.268751,15.547714,15.397733,15.170897,14.277788,13.984373,14.013656,13.942572,13.770023,13.590699,16.624865,16.246189,16.098467,15.481468,15.34409,15.18249,14.385994,14.752298,14.378078,13.5986,13.224526,13.184156,13.12413,12.986666,12.874992,16.010626,15.376341,15.239682,14.296093,14.218093,14.070236,12.831417,12.148542,11.880515,11.483719,11.247704,11.280477,11.141551,11.230167,11.132177,20.142258,19.219742,19.029154,16.475279,16.343285,16.207676,15.577229,15.29542,15.094774,14.498119,14.245131,14.324364,14.252711,13.786926,13.609557,15.943876,15.365922,15.224482,14.383957,14.300856,14.146524,12.930567,12.396667,12.125006,11.691998,11.438565,11.454228,11.323843,11.384954,11.289249,18.243486,17.819723,17.647873,16.989504,16.776793,16.620077,15.9034,16.050407,15.791779,14.597643,14.25611,14.23706,14.179226,14.048888,13.887403,16.383829,15.817719,15.667319,14.780923,14.685857,14.529122,13.468613,13.038431,12.769729,12.279579,12.006111,12.022192,11.911144,11.920579,11.809646,16.752928,16.342283,16.189325,15.547923,15.410569,15.248185,14.416607,14.592349,14.263126,13.491641,13.135484,13.105598,13.038447,12.925252,12.807487,17.9405,17.336006,17.162874,15.928983,15.795426,15.643389,14.855643,14.572342,14.339266,13.667768,13.377768,13.413583,13.333164,13.200446,13.039005,17.186964,16.543222,16.384813,15.16833,15.067966,14.918007,13.99882,13.517537,13.266531,12.780517,12.512838,12.556431,12.455598,12.408588,12.275509,17.203524,16.627129,16.463913,15.424526,15.30899,15.153784,14.266363,13.926844,13.676664,13.088619,12.799419,12.824818,12.733986,12.670206,12.530839,16.552704,16.048243,15.892853,15.105692,14.994534,14.833349,13.869464,13.649184,13.369482,12.779032,12.474328,12.473135,12.380352,12.339326,12.222655,18.802237,17.923462,17.754503,15.547235,15.450285,15.317773,14.568403,14.04353,13.809242,13.41271,13.165413,13.2539,13.162672,12.914154,12.770134,15.369533,14.820022,14.687801,13.955249,13.881791,13.728508,12.288401,11.748994,11.473993,11.078147,10.838973,10.842587,10.691181,10.792311,10.717111,17.137177,16.313955,16.181139,14.600295,14.516914,14.390591,13.445411,12.573056,12.289045,11.951323,11.728439,11.818693,11.698763,11.712294,11.601646,15.606194,15.255055,15.123471,14.391948,14.290476,14.131131,13.305342,14.018481,13.496395,12.955408,12.597361,12.555007,12.491278,12.34786,12.267725,18.893217,18.121412,17.942408,16.017859,15.896827,15.755547,15.039539,14.687448,14.469299,13.913851,13.647347,13.715169,13.635598,13.367189,13.200305,21.33482,20.085308,19.894211,16.246796,16.1458,16.026339,15.438292,15.080642,14.887937,14.489885,14.253772,14.354712,14.282726,13.597123,13.442328,18.340904,17.823948,17.645403,16.683809,16.50057,16.345884,15.614392,15.53834,15.304429,14.31896,14.009266,14.022168,13.95412,13.810269,13.635427,16.377171,15.759993,15.614022,14.629169,14.542023,14.39045,13.288627,12.719929,12.454777,12.016375,11.762253,11.793115,11.671818,11.70953,11.600031,19.187807,18.158333,17.993555,15.353029,15.256459,15.138868,14.417063,13.727735,13.471157,13.154857,12.927868,13.042757,12.943533,12.67615,12.548788,17.657152,16.786812,16.649746,14.791145,14.702212,14.581842,13.688107,12.846589,12.566745,12.240885,12.020911,12.123242,12.005115,11.960619,11.847098,14.784901,14.234089,14.118004,13.441964,13.382137,13.240716,11.354996,10.660797,10.412369,10.074333,9.8716421,9.8789787,9.6846952,9.871233,9.8126926,19.837875,18.892406,18.708408,16.108654,15.996971,15.864952,15.205929,14.840749,14.633471,14.154353,13.901257,13.987031,13.910286,13.484186,13.319872,17.955357,17.264551,17.096207,15.586654,15.476336,15.330099,14.521331,14.102049,13.866705,13.348273,13.077649,13.133601,13.044584,12.906126,12.755065,15.950805,15.553726,15.411671,14.73069,14.623174,14.459403,13.567138,13.881029,13.477085,12.897326,12.550378,12.516572,12.443117,12.333712,12.243258,21.081266,19.841362,19.653429,16.070065,15.973803,15.855825,15.250109,14.833437,14.630691,14.271525,14.038102,14.143945,14.06723,13.437074,13.290254,18.045469,17.657,17.496021,16.921305,16.711704,16.555887,15.845674,16.110018,15.826291,14.612828,14.251369,14.219516,14.166095,14.03102,13.881611,19.574995,18.571516,18.396383,15.698697,15.602558,15.476756,14.782999,14.271091,14.044181,13.676126,13.435646,13.53551,13.448111,13.081427,12.937788,14.589583,14.139987,14.018077,13.335201,13.270361,13.113301,11.59396,11.441335,11.092841,10.746306,10.504934,10.479784,10.331676,10.401022,10.362706,14.892706,14.456418,14.32868,13.619665,13.547081,13.385263,12.117315,12.140774,11.753469,11.374146,11.101812,11.074403,10.95418,10.95825,10.910896,13.458761,13.308099,13.248273,11.512771,11.4582,11.367105,10.929902,14.799425,13.050104,12.780418,12.526466,12.488756,12.456204,12.298872,12.262653,15.45603,14.600901,14.283079,13.732919,13.440907,13.233153,11.789688,9.968626,9.9064732,9.0275841,8.9559069,8.695159,8.6500702,8.8128004,9.2336111,13.277279,12.664156,12.434472,12.03874,11.865186,11.661489,10.412822,7.7816434,7.6255317,6.2911091,6.2381935,6.0574555,5.9993324,6.0372963,6.2925305,18.156752,16.738285,16.464117,15.911345,15.307454,15.110618,13.584509,11.565555,11.549965,11.093183,10.975967,10.796326,10.764549,10.877472,11.554266,15.389123,15.005098,14.860102,14.435469,14.357992,13.976787,13.049454,12.695748,12.448313,11.786175,11.320265,11.248465,11.219935,10.253513,10.445735,14.639927,13.871084,13.600996,13.125932,12.898668,12.677382,11.260765,9.2472963,9.1416502,8.045517,7.961153,7.7482071,7.6963019,7.7558007,8.1340103,18.999929,17.661282,17.352919,16.711277,15.934467,15.786515,14.697929,12.263569,12.216996,11.849879,11.93112,11.710532,11.657693,12.033539,12.369258,13.920047,13.354179,12.873303,12.14648,11.971107,11.839854,10.675889,8.5511303,8.4633904,7.4102478,7.4729714,7.0291929,6.9929376,7.3699369,7.591979,26.72159,23.948927,23.827448,23.482325,21.721441,21.611738,20.570358,14.920035,14.904848,14.750987,14.547692,14.92489,14.935521,14.936355,15.595652,19.414963,17.945923,17.66613,17.095402,16.268425,16.105814,14.904318,12.3407,12.320569,11.945259,11.913817,11.750027,11.713784,11.974285,12.41786,18.907085,17.464149,17.187143,16.158211,15.322461,15.232603,14.484116,12.031178,11.531998,11.315698,12.30294,12.082273,11.890743,12.415364,12.576052,17.010761,15.895612,15.580007,14.996382,14.533347,14.336156,12.91643,11.077192,11.048135,10.44803,10.372068,10.125362,10.085458,10.275748,10.781179,23.102345,21.049416,20.858274,20.420338,19.069658,18.942005,17.977238,13.865569,13.85212,13.608273,13.540318,13.62463,13.608778,13.789539,14.184307,16.617018,15.729077,15.290248,14.452938,14.048718,13.908498,12.813064,11.086623,10.994199,10.471995,10.664951,10.244751,10.182155,10.676073,10.932541,16.619947,15.235843,15.008487,14.495116,14.198443,13.946167,12.052325,10.735696,10.689651,10.11991,9.9026251,9.7524281,9.7198772,9.5067968,10.468908,17.505173,15.851435,15.609523,15.052111,14.614152,14.395954,12.376662,10.789086,10.769675,10.311569,10.142235,9.9818726,9.9512844,9.8983898,11.013598,15.105225,14.238619,14.005116,13.546884,13.333941,13.078018,11.605412,9.9136238,9.8024559,8.7977943,8.6409616,8.4737644,8.4219608,8.28792,8.7728405,15.210404,14.525275,14.33273,13.900279,13.764355,13.446944,12.142,10.985549,10.838135,9.9419212,9.655982,9.5398855,9.4937429,9.0075178,9.4035597,14.018749,13.524607,13.344543,12.900393,12.808163,12.516944,11.320666,9.6920338,9.5042477,8.3213177,8.1254148,8.0230169,7.9789252,7.6935363,7.9279699,27.503092,24.797838,24.689968,24.413851,22.57093,22.482235,21.790813,15.668542,15.655109,15.507127,15.365935,15.832784,15.841228,15.887927,16.241869,14.851758,14.429968,14.269037,13.77408,13.694479,13.349657,12.31582,11.677062,11.420974,10.583455,10.243906,10.165331,10.134637,9.4918385,9.698369,20.750166,18.486866,18.29064,17.754784,16.811375,16.635906,14.67055,11.912396,11.913576,11.663536,11.475284,11.447487,11.436738,11.415122,12.662851,19.135544,17.771612,17.467781,16.686159,15.860795,15.743253,14.846313,12.357956,12.171791,11.892116,12.307526,12.073491,11.969097,12.468812,12.689111,16.160458,15.210022,14.876155,14.286955,13.921526,13.723158,12.310807,10.522614,10.480416,9.7461224,9.6852427,9.4093466,9.3662033,9.575983,10.0173,14.062991,13.439935,13.244267,12.829041,12.69035,12.417955,11.161761,9.2147598,9.0492535,7.7892199,7.6082215,7.4718008,7.3961172,7.1903434,7.4871974,18.356125,17.089401,16.77334,16.153807,15.482916,15.316574,14.099804,11.887277,11.859497,11.419625,11.419283,11.184638,11.14113,11.448656,11.856506,15.692022,14.918955,14.462855,13.684669,13.377671,13.226854,12.020756,10.267835,10.20742,9.4819145,9.5633259,9.1342115,9.0864992,9.5085878,9.7904921,14.241528,13.56715,13.242266,12.719102,12.507009,12.319155,10.921873,8.8034821,8.7168884,7.6321836,7.5902672,7.3152862,7.2714324,7.4800534,7.8054342,15.759177,15.10391,14.932647,14.538288,14.414622,14.060539,12.842503,12.082492,11.938811,11.261916,10.85417,10.760065,10.726517,9.9164572,10.326715,14.374183,13.673013,13.366431,12.85908,12.640614,12.441643,11.031414,8.9461784,8.8549986,7.7686372,7.717135,7.4633002,7.4166622,7.5850163,7.9249811,16.411621,14.970488,14.771848,14.263128,14.049504,13.773922,11.754544,10.696669,10.634249,10.078813,9.8100634,9.6846514,9.652894,9.2494593,10.35123,15.339905,14.43508,14.178845,13.69752,13.447087,13.206296,11.710043,9.9787579,9.887785,8.9416351,8.8084917,8.6174936,8.5689754,8.5298328,9.0244093,18.296141,17.088226,16.749691,15.931916,15.246643,15.122505,14.172899,12.003626,11.82806,11.504968,11.89474,11.600176,11.501718,12.015824,12.247933,17.336752,16.274744,15.910268,15.224257,14.70004,14.536874,13.331914,11.386258,11.34543,10.826203,10.872346,10.559621,10.509492,10.881032,11.232492,18.609011,17.243822,16.951546,16.374039,15.675307,15.49894,14.195457,11.933277,11.914885,11.482973,11.425858,11.230618,11.194489,11.42299,11.917317,20.092926,18.56838,18.295151,17.703892,16.760227,16.620213,15.589051,12.738363,12.697353,12.383929,12.452867,12.305389,12.257215,12.606691,12.937188,16.378714,15.548827,15.078424,14.061337,13.727438,13.609785,12.648391,11.123983,10.898418,10.469513,10.935497,10.457849,10.367731,10.947525,11.138108,19.161911,17.554064,17.300156,16.763851,16.009157,15.82265,14.320527,11.975735,11.966051,11.585136,11.459402,11.326274,11.3001,11.404891,12.114898,13.699916,13.322392,13.171841,12.629693,12.569691,12.279595,11.257592,9.986146,9.7158432,8.5541439,8.3486357,8.2813902,8.2588787,7.9307299,8.1063318,22.644331,20.286545,20.106382,19.627058,18.380524,18.225821,16.653452,12.959699,12.955597,12.728496,12.53236,12.604735,12.602701,12.620428,13.587712,17.135096,16.044115,15.709934,15.094856,14.605027,14.420097,13.080636,11.184245,11.155452,10.577355,10.537166,10.267094,10.224826,10.482682,10.926367,22.428459,20.32687,20.130951,19.673243,18.432526,18.280363,17.018553,13.308496,13.30013,13.040584,12.889013,12.940348,12.931408,13.013554,13.658817,14.506264,14.037808,13.863786,13.398088,13.312407,12.991933,11.853096,10.702061,10.495988,9.4792814,9.2163754,9.1263914,9.0916739,8.6422386,8.8704166,15.921059,14.862,14.615685,14.124407,13.852896,13.602448,11.993003,10.473896,10.401662,9.6204863,9.4466448,9.2721405,9.2301607,9.1132183,9.7527895,15.793754,14.848874,14.554766,14.024427,13.714396,13.493997,12.004474,10.262889,10.202348,9.3781605,9.2749949,9.0443316,9.000289,9.0896683,9.5797739,21.027739,19.333265,19.07822,18.377979,17.258265,17.153128,16.366539,13.10017,12.920009,12.693535,13.102991,12.993864,12.88763,13.346038,13.530619,16.668898,15.106055,14.901087,14.377546,14.125564,13.863983,11.752764,10.626391,10.581514,10.072973,9.8207226,9.6893654,9.6603279,9.3264484,10.515864,16.667921,15.383989,15.131058,14.608359,14.259039,14.023258,12.276303,10.757413,10.715554,10.105111,9.9327288,9.7561522,9.7205925,9.6492815,10.455274,14.923855,14.351995,13.823597,12.964762,12.88593,12.762159,11.67654,9.9889412,9.8614597,8.9823837,9.0941515,8.5786753,8.5651121,8.9749241,9.1747751,20.91054,19.156607,18.919941,18.411554,17.369608,17.213875,16.031109,12.900397,12.887804,12.57497,12.494661,12.433637,12.409774,12.597871,13.093076,15.755296,14.785065,14.511361,14.003006,13.710751,13.478827,11.955036,10.263358,10.194507,9.3558531,9.2292347,9.021946,8.9774942,8.9936295,9.5229521,16.765783,14.763289,14.603611,14.036377,13.881954,13.608732,10.971417,10.217857,10.165842,9.7586222,9.4560318,9.3597975,9.3305664,8.7390518,10.478737,19.711088,17.771589,17.549643,17.014338,16.212423,16.025364,14.214837,11.809261,11.806118,11.493607,11.327976,11.241896,11.222807,11.23427,12.273412,14.328362,13.90561,13.741369,13.229626,13.155559,12.837288,11.75769,10.745431,10.498849,9.4848576,9.2247028,9.1458197,9.116436,8.6743774,8.8752832,15.473814,14.619723,14.41903,13.971812,13.809612,13.506949,12.046216,10.856852,10.734587,9.9004364,9.6313944,9.5057631,9.4612894,9.0331841,9.5720711,16.451681,15.535954,15.138764,14.431623,14.025228,13.860046,12.615998,10.801653,10.75753,10.120783,10.160714,9.8037691,9.7551022,10.129246,10.465443,18.162617,15.91091,15.697031,15.080409,14.605234,14.406385,11.786443,10.207067,10.201021,9.8631458,9.7023849,9.5660477,9.5375118,9.4664431,11.19854,17.924305,16.67024,16.363924,15.77595,15.180503,14.996329,13.647066,11.59415,11.572952,11.081796,11.020654,10.79613,10.757994,10.980598,11.478815,17.089769,16.089558,15.692592,14.71026,14.22355,14.106975,13.177585,11.438862,11.169056,10.818711,11.388964,10.997046,10.880243,11.45256,11.652529,27.092875,24.393864,24.275091,23.97015,22.165787,22.064579,21.2528,15.365677,15.349992,15.192736,15.017635,15.434822,15.443514,15.4734,15.921193,16.074614,15.316512,14.814541,13.86545,13.589229,13.463382,12.428591,10.885415,10.744931,10.202235,10.473862,9.9732265,9.9139824,10.448501,10.657228,14.745791,14.079454,13.6175,12.881235,12.646754,12.499154,11.264243,9.355113,9.2873631,8.3715763,8.4280338,7.9991865,7.956027,8.3409147,8.6083994,16.441696,15.310933,15.036264,14.508183,14.153111,13.925838,12.330362,10.695079,10.649225,9.9673309,9.8283501,9.6257067,9.5866346,9.6051922,10.243505,15.573375,14.782479,14.365215,13.663606,13.351193,13.186489,11.904923,10.08567,10.034525,9.2465525,9.2762051,8.8961954,8.8499002,9.2104673,9.5300856,17.468134,16.317646,15.979993,14.894917,14.31021,14.208252,13.372685,11.496928,11.038881,10.769142,11.684333,11.358318,11.188972,11.749822,11.93077,17.002802,16.020157,15.625912,14.885435,14.411026,14.256422,13.091974,11.232247,11.176563,10.645648,10.742487,10.386101,10.331152,10.754712,11.064884,15.44123,14.738782,14.235847,13.386218,13.141247,13.003706,11.855951,10.172052,10.091229,9.3582964,9.4806528,8.9957047,8.9519043,9.4078302,9.6506596,15.680662,15.053123,14.507018,13.542224,13.435257,13.316978,12.303524,10.841882,10.680287,10.022608,10.229835,9.6841393,9.660223,10.148102,10.330393,20.852448,19.217043,18.960899,18.363558,17.294416,17.170837,16.260521,13.088244,13.019711,12.756487,12.918496,12.810005,12.748354,13.140428,13.401931,16.599108,15.596078,15.253236,14.639007,14.218261,14.029112,12.664086,10.839197,10.804737,10.149372,10.106342,9.8215675,9.7784472,10.029307,10.460855,15.612065,15.084166,14.921453,14.540487,14.434875,14.068204,12.979968,12.284702,12.119353,11.416288,10.992831,10.906569,10.872301,9.9903469,10.290568,13.534061,12.903337,12.697489,12.304444,12.145953,11.913585,10.673254,8.2587757,8.0906448,6.7469144,6.6531539,6.5018911,6.4362888,6.3607712,6.6422544,15.036694,14.436026,14.248458,13.817251,13.697036,13.373732,12.139703,10.996895,10.833823,9.9027834,9.6148224,9.5052996,9.4600115,8.9570246,9.2837992,15.537362,15.125334,14.980392,14.609221,14.53088,14.148255,13.192116,12.645028,12.451067,11.758292,11.291153,11.217041,11.185498,10.16349,10.376211,14.214869,13.56917,13.182883,12.579643,12.363644,12.200359,10.874796,8.7615852,8.6866989,7.6377263,7.6433511,7.3019414,7.2582622,7.5578122,7.8529267,15.953497,14.831083,14.627645,14.152802,13.961229,13.672274,11.961351,10.835206,10.745089,10.0542,9.7871923,9.6587715,9.6210051,9.2140493,10.002575,17.464233,16.345726,16.005259,15.367783,14.828102,14.653691,13.38181,11.407872,11.377987,10.849662,10.841172,10.564305,10.519815,10.824789,11.232346,16.949409,16.00527,15.583541,14.694019,14.241994,14.112167,13.095546,11.354964,11.20446,10.774367,11.103634,10.694425,10.612342,11.150319,11.37986,16.666832,15.559424,15.261744,14.706964,14.302809,14.090896,12.58361,10.844646,10.80827,10.157413,10.050359,9.8226557,9.7832994,9.8963308,10.460312,14.839179,14.308876,14.127086,13.687629,13.584068,13.258039,12.076476,10.948886,10.768353,9.8067789,9.5236521,9.4225359,9.3810768,8.8793974,9.151825,16.458855,15.515862,15.109645,13.908763,13.515388,13.416015,12.57838,11.081219,10.593778,10.290845,11.262389,10.839204,10.675769,11.281157,11.443249,21.846745,20.024107,19.800726,19.300838,18.108681,17.977764,17.008812,13.429549,13.406309,13.141921,13.146374,13.128082,13.096257,13.366144,13.709529,17.188925,15.414775,15.194896,14.636903,14.292714,14.059637,11.802238,10.473136,10.448897,10.000522,9.7914724,9.649785,9.6214437,9.4413242,10.777535,18.094604,16.926214,16.578411,15.868441,15.229458,15.082365,13.990082,11.863088,11.798032,11.387082,11.520557,11.229171,11.168153,11.596279,11.90262,17.592394,16.345623,16.047749,15.476787,14.940527,14.744519,13.301194,11.374161,11.352159,10.827864,10.736907,10.519244,10.482638,10.647359,11.211663,14.947205,14.150658,13.857869,13.350317,13.101033,12.885727,11.445521,9.5259571,9.4404936,8.4343758,8.355813,8.1203194,8.0720453,8.1821165,8.5784035,13.820073,13.170214,12.898522,12.44488,12.253154,12.053295,10.694922,8.3748007,8.25595,7.0464373,6.9963179,6.776309,6.7264714,6.8457961,7.1466117,18.585007,17.303993,16.986134,16.347807,15.637971,15.481286,14.332006,12.04109,12.004136,11.596582,11.640174,11.403033,11.354527,11.705453,12.070467,17.762756,16.663717,16.294453,15.49558,14.905602,14.770924,13.747928,11.749917,11.629279,11.241553,11.511769,11.17819,11.098879,11.597232,11.852956,15.120986,14.278742,14.062719,13.613205,13.430027,13.153997,11.697453,10.1714,10.049338,9.0677185,8.868926,8.7221212,8.6695566,8.4212971,8.9119406,17.221466,15.884598,15.615324,15.071169,14.624873,14.408056,12.732173,11.031361,11.004777,10.462043,10.319018,10.129776,10.095543,10.126447,10.890995,20.134338,18.5679,18.302666,17.744577,16.804802,16.653746,15.537752,12.685913,12.662798,12.329782,12.320825,12.192487,12.155936,12.435786,12.837114,15.8365,14.772553,14.549006,14.072266,13.846243,13.575825,11.935381,10.585113,10.500027,9.7305536,9.5142221,9.3642321,9.3228922,9.0688896,9.7570353,18.926767,16.504021,16.29986,15.675646,15.079079,14.891867,12.22812,10.392954,10.39253,10.109756,9.9481239,9.8349199,9.8100357,9.7563152,11.581022,20.633348,18.728029,18.507048,18.00185,17.031473,16.857574,15.357422,12.469472,12.463947,12.16004,12.007923,11.957817,11.941531,12.007925,12.7935,16.455559,15.567331,15.144072,14.378187,13.980155,13.826842,12.647258,10.871514,10.813405,10.213618,10.30974,9.9166517,9.8638315,10.29501,10.591767,23.32794,21.187666,21.003044,20.575844,19.203659,19.069351,18.024189,13.850665,13.839598,13.597121,13.479284,13.586178,13.577233,13.701742,14.182957,15.852013,15.106373,14.607977,13.722498,13.445853,13.311501,12.208247,10.586647,10.490434,9.8600864,10.034069,9.5471678,9.4968615,9.9885368,10.222306,16.003769,15.247012,14.745612,13.575757,13.349998,13.245918,12.363059,11.041609,10.686619,10.292866,10.975428,10.450874,10.347598,10.949287,11.102837,17.696659,16.582918,16.226431,15.534805,14.957967,14.800736,13.638909,11.613668,11.567061,11.097109,11.169898,10.868191,10.815022,11.206232,11.543591,15.585004,14.759647,14.385777,13.753942,13.438589,13.25654,11.898792,10.065477,10.016303,9.2000084,9.1826115,8.8556128,8.8105516,9.0975342,9.4628925,21.417377,19.63216,19.401323,18.897423,17.773438,17.631248,16.570017,13.194036,13.176821,12.88819,12.849107,12.809605,12.78247,13.01618,13.423644,16.343161,15.419218,15.042,14.378053,13.98268,13.806945,12.504824,10.684836,10.645349,9.9691324,9.9701138,9.6398382,9.5938292,9.9165792,10.286037,19.011545,17.686676,17.373714,16.682795,15.895776,15.76003,14.75087,12.314286,12.230537,11.896478,12.084837,11.849458,11.780704,12.219097,12.500635,15.178688,14.383582,14.045934,13.477654,13.203262,13.006281,11.588089,9.7125378,9.6494884,8.7341824,8.684701,8.399456,8.3544121,8.5662498,8.9478865,19.748535,18.13389,17.87892,17.346289,16.48572,16.312582,14.979162,12.349167,12.337899,11.977014,11.878853,11.759966,11.733286,11.895113,12.474747,18.70677,16.952721,16.712669,16.162827,15.51607,15.318144,13.483415,11.442942,11.43522,11.06274,10.907775,10.774285,10.748795,10.768079,11.775215,12.665223,12.112209,11.914225,11.562658,11.41223,11.212406,10.083476,7.1298995,6.9491673,5.5491786,5.5012698,5.3509789,5.2897081,5.2780199,5.4904909,17.941818,16.399952,16.143185,15.592947,15.052705,14.84551,13.08816,11.250587,11.235347,10.788096,10.640767,10.474833,10.444713,10.474903,11.362342,16.14864,15.154617,14.849601,14.298224,13.947986,13.734693,12.254806,10.51557,10.467958,9.7212191,9.6251898,9.3843451,9.3421564,9.4673405,9.9694901,13.523645,12.920184,12.725099,12.332747,12.188372,11.941982,10.72692,8.3774939,8.2059546,6.849606,6.7188139,6.5763607,6.4985905,6.3826585,6.6484342,14.203371,13.631048,13.440428,13.012606,12.893754,12.60517,11.36898,9.6567993,9.4841661,8.2878342,8.0860815,7.9641628,7.9004955,7.6259298,7.9019761,19.76894,17.311302,17.118975,16.523533,15.780005,15.599086,13.112309,10.925938,10.929368,10.686646,10.51549,10.445709,10.427297,10.363812,12.056627,16.228676,15.280818,15.117709,14.702703,14.568995,14.222903,12.728702,12.074974,11.964759,11.446415,11.01278,10.924078,10.896616,10.021707,10.728018,14.38023,13.630542,13.391646,12.952168,12.750248,12.516347,11.14067,9.065505,8.9344072,7.7510977,7.6494541,7.4687576,7.4114399,7.3782496,7.7468767,17.261906,16.018312,15.730408,15.174238,14.698179,14.490765,12.954793,11.152456,11.126678,10.569548,10.454474,10.244742,10.208649,10.314518,10.945595,14.589367,13.886837,13.528681,12.951035,12.716156,12.534597,11.146543,9.1434565,9.0727015,8.0710649,8.0465536,7.7362266,7.6920052,7.9477649,8.2810278,15.958575,14.952775,14.766732,14.315555,14.158659,13.842651,12.25327,11.338297,11.231138,10.585504,10.254065,10.14462,10.110147,9.5136395,10.230126,14.223192,13.593706,13.168928,12.511036,12.296587,12.145572,10.878011,8.7857113,8.7109718,7.6795826,7.7138181,7.3294778,7.2863894,7.6266732,7.8979201,17.341883,16.314392,15.926596,15.159193,14.637515,14.491757,13.390676,11.484056,11.407236,10.943788,11.105438,10.753336,10.689953,11.151178,11.436378,18.471416,17.063013,16.782928,16.224119,15.559522,15.372284,13.95582,11.787934,11.772694,11.332883,11.237882,11.057047,11.024464,11.186892,11.77754,13.079788,11.912156,11.742554,11.138542,11.262592,10.87147,9.6965399,7.3998985,7.0947814,6.8016334,6.7091103,6.6791592,6.6122041,6.8921609,6.9302926,12.553683,11.352506,11.198716,10.664644,10.756524,10.406965,9.3626032,6.7928009,6.4730353,6.1916838,6.1055088,6.0734,6.0080695,6.2568083,6.2856216,14.571125,13.58845,13.382686,12.323886,12.563643,12.050513,10.14323,8.6884356,8.4998198,8.205122,8.1049356,8.1313591,8.0824728,8.4650145,8.5627098,14.415227,13.388653,13.183275,12.287132,12.530059,12.011883,10.312683,8.7744808,8.5649862,8.2652254,8.1623898,8.1621571,8.1080408,8.4790373,8.567153,13.83597,12.813439,12.623431,11.685216,11.809005,11.39547,9.7747202,7.9152579,7.6661763,7.3642755,7.2679911,7.2796202,7.2182641,7.5351596,7.599658,11.50714,10.231983,10.113626,9.7242756,9.7915659,9.5098314,8.7253094,5.5987287,5.2744508,5.029736,4.955215,4.9221578,4.8658404,5.0695,5.0857973,12.813722,11.797272,11.627538,11.043892,11.090019,10.728333,9.5587358,7.4031439,7.1070981,6.8025923,6.7123942,6.6854873,6.6178751,6.8750377,6.917829,12.088412,11.036436,10.889132,10.438104,10.464183,10.136839,9.1623716,6.7168341,6.4044857,6.1243167,6.0466418,6.0142326,5.949666,6.181819,6.2132635,11.53416,10.386703,10.260345,9.875083,9.8981056,9.6055489,8.7586899,5.8961616,5.5772252,5.3204279,5.253551,5.2198963,5.1623206,5.3621445,5.38869,11.147857,9.846261,9.7412004,9.3999405,9.4684772,9.2078772,8.5137177,5.1879325,4.8690186,4.6416306,4.5755458,4.5435572,4.4898057,4.6828804,4.6949911,13.82991,12.923265,12.729862,11.775392,11.858168,11.459373,9.7949419,8.1022606,7.8707767,7.5499353,7.4519472,7.4676189,7.4068589,7.7191277,7.7923474,11.634939,10.340142,10.219081,9.8412609,9.9263916,9.630928,8.8607712,5.7714224,5.4408937,5.1923814,5.1177373,5.0824022,5.0224819,5.23804,5.2509279,14.180625,13.260547,13.06476,11.868265,11.976553,11.570133,9.6484537,8.002861,7.7906847,7.4873643,7.3910913,7.4425101,7.3856964,7.7229395,7.8015952,12.745926,11.876547,11.708736,11.13384,11.171038,10.812289,9.6338062,7.7921309,7.5247765,7.2186708,7.1254115,7.1009808,7.0349474,7.3334732,7.3810401,14.720366,13.843321,13.648085,11.923566,12.045043,11.649119,9.2031879,7.6929483,7.5225911,7.253686,7.1545734,7.2906756,7.2411876,7.6254334,7.7110481,11.700244,10.511435,10.380257,9.9694366,10.00396,9.7066622,8.8459482,5.9442873,5.6198454,5.3591671,5.292963,5.2604842,5.1993475,5.4026127,5.4285812,14.541225,13.580265,13.377266,12.213968,12.419469,11.93799,9.9462776,8.4553452,8.2655458,7.9723334,7.875185,7.9198852,7.870203,8.247942,8.3425035,14.732685,14.059763,13.864662,12.10932,12.191371,11.817277,9.2369576,8.0321169,7.9065313,7.5863667,7.5095987,7.6524229,7.608994,8.0010128,8.1150169,14.77368,13.868001,13.666969,12.2061,12.395885,11.935457,9.6311178,8.2201185,8.0540533,7.7734475,7.6823616,7.7776861,7.7325606,8.1297274,8.2304249,13.197777,12.068075,11.894136,11.224855,11.337891,10.948002,9.6843014,7.4707379,7.1756492,6.8790817,6.7860188,6.7633553,6.6973743,6.9786458,7.022191,14.342243,13.512243,13.31407,12.006299,12.102379,11.700733,9.6207027,8.1447935,7.9596753,7.6448336,7.5521603,7.621944,7.5686755,7.9186935,8.0101776,13.270634,12.218428,12.039311,11.316909,11.398582,11.016541,9.6750822,7.585753,7.3023915,6.9964242,6.9024687,6.8872623,6.821413,7.0977631,7.1477647,13.733529,12.60359,12.414622,11.767175,11.954208,11.493873,10.198709,8.2525063,7.9754748,7.6727581,7.571485,7.5404024,7.473618,7.7988515,7.8518171,14.233042,13.209565,13.009382,12.081715,12.279876,11.802274,10.108829,8.4598351,8.2362537,7.9353409,7.8351412,7.8417482,7.7849593,8.1389265,8.21875,13.354872,12.415706,12.231284,11.491854,11.553694,11.169404,9.7755604,7.9180818,7.6557379,7.3364286,7.2390194,7.2271838,7.1619473,7.4492621,7.5080266,14.953497,13.952583,13.738879,12.718985,13.091458,12.462453,10.483957,9.287755,9.1426487,8.8603373,8.757328,8.7733078,8.7373085,9.1557484,9.2794781,12.426312,11.195959,11.047462,10.553015,10.652368,10.306498,9.3242989,6.6685724,6.3434935,6.0672312,5.982605,5.9477215,5.8823981,6.12957,6.1542482,13.513884,12.391086,12.208536,11.521737,11.671549,11.246607,9.9271145,7.8706818,7.5878067,7.287674,7.190629,7.1669588,7.1011577,7.406929,7.4570875,14.777551,13.761117,13.547976,12.62114,12.951447,12.356042,10.538304,9.2278128,9.0574636,8.7660694,8.6616116,8.662775,8.618186,9.0207815,9.1305952,13.763966,12.788961,12.598397,11.671851,11.767217,11.366942,9.7558346,7.9331722,7.686255,7.3753819,7.2785625,7.2893715,7.227334,7.533988,7.6000443,13.175783,12.289153,12.109088,11.423417,11.474093,11.097649,9.767108,7.9791603,7.7215109,7.4025083,7.3048873,7.2889867,7.2238441,7.5198722,7.5773144,14.782123,13.848606,13.643579,12.367072,12.607834,12.099051,9.9233894,8.5690699,8.4055815,8.1199961,8.0235596,8.0873652,8.0448093,8.4459229,8.5540037,15.04602,14.338685,14.14607,12.107739,12.202937,11.828167,8.9572287,7.7298632,7.6117444,7.3245196,7.2488041,7.4382772,7.3955932,7.8075333,7.9175262,13.834957,13.115541,12.926582,11.870771,11.937037,11.55703,9.7575235,8.4020691,8.2219734,7.8842092,7.7876892,7.8248143,7.7716541,8.1283379,8.2194195,12.641399,11.522124,11.360744,10.800613,10.8595,10.510106,9.4071198,6.9900389,6.6776266,6.3850245,6.298758,6.2700095,6.2034121,6.4463744,6.4818597,15.239099,14.336461,14.135965,12.572042,12.910728,12.33094,9.744689,8.6352043,8.5212622,8.2636833,8.1649475,8.2790461,8.2535076,8.7050638,8.8355093,13.716868,12.871323,12.679502,11.774832,11.843388,11.450932,9.8346596,8.2319221,8.0082579,7.6788406,7.5792031,7.5898709,7.5295439,7.8462539,7.9216938,15.181703,14.164737,13.95155,12.877409,13.365172,12.640324,10.463637,9.4573221,9.3530693,9.0887613,8.9897289,9.0126724,8.9955311,9.4318876,9.5814562,14.140607,13.133015,12.936768,11.926624,12.088187,11.643575,9.897047,8.1857567,7.9579983,7.6587334,7.5616183,7.5827065,7.525001,7.8682137,7.943541,13.180523,12.081217,11.90635,11.214734,11.308411,10.9275,9.6372681,7.4478168,7.1557112,6.8561387,6.7633581,6.744307,6.678443,6.9531927,6.9984798,12.393864,11.282294,11.127131,10.619361,10.662787,10.324924,9.2909079,6.8039651,6.4871144,6.1993341,6.1178098,6.0865269,6.0201235,6.2520328,6.2850866,14.160609,13.359163,13.16217,11.978852,12.061197,11.664361,9.7158775,8.2592659,8.0704403,7.7428479,7.6471939,7.698957,7.6445379,7.9866376,8.0774841,11.775061,10.558228,10.426694,10.001744,10.048756,9.7515001,8.8851948,5.95965,5.634346,5.3733654,5.2990227,5.2684288,5.2089224,5.4164505,5.4401207,15.568663,14.687784,14.49939,12.594853,13.025882,12.384931,9.303339,8.3863621,8.3134279,8.0908241,7.993093,8.1666174,8.1629858,8.6506157,8.7947502,14.871201,13.90348,13.694417,12.552764,12.862209,12.291471,10.214373,8.9429464,8.7883444,8.5045233,8.4035378,8.4427881,8.4038448,8.8154974,8.9314995,15.066193,14.204048,14.004022,12.307673,12.520188,12.048345,9.4365597,8.1619158,8.0254564,7.7587256,7.6707487,7.8076587,7.770462,8.1981173,8.3111267,14.614044,13.623049,13.415664,12.392106,12.652201,12.120701,10.237425,8.8137732,8.62854,8.3342915,8.232831,8.2528,8.2048216,8.59202,8.6922464,14.830727,13.876488,13.669111,12.479137,12.760952,12.215148,10.101683,8.7960081,8.6373453,8.3524685,8.2530708,8.3012962,8.2609091,8.6682396,8.7810612,13.676898,12.597831,12.410972,11.620785,11.762922,11.33902,9.885519,7.9286556,7.6616855,7.3601294,7.2631788,7.2529573,7.1893692,7.5011253,7.5588174,13.979644,12.91066,12.7155,11.917467,12.1036,11.638534,10.128522,8.3356781,8.0864811,7.7835541,7.6830034,7.6710544,7.6095033,7.9463196,8.0137281,14.079253,12.992303,12.793632,12.064679,12.282643,11.788523,10.345563,8.6044731,8.3565111,8.0527353,7.9491663,7.9257941,7.8633456,8.2111387,8.2793045,15.469726,14.638906,14.448649,12.461807,12.763844,12.230637,9.1933966,8.1308489,8.0345964,7.7957439,7.7053161,7.8942971,7.8724723,8.3502407,8.4806347,15.128661,14.262182,14.061605,12.413207,12.665652,12.159462,9.5300455,8.3249273,8.1986275,7.9333415,7.8435626,7.9734817,7.9413066,8.3781414,8.4998579,14.879362,14.098602,13.902124,12.094345,12.205115,11.811283,9.193821,7.8601503,7.7165036,7.4293561,7.3524332,7.5010004,7.4556336,7.8510251,7.9538584,14.519674,13.465531,13.255413,12.468506,12.757752,12.196179,10.609332,9.1336193,8.92733,8.6272573,8.5209475,8.50138,8.4464436,8.8281593,8.918211,13.240145,12.467762,12.288793,11.540265,11.592221,11.220988,9.8042831,8.2698727,8.0476456,7.7240758,7.62498,7.6202097,7.5597377,7.8969707,7.9651527,13.211913,12.032765,11.859669,11.284523,11.43116,11.019777,9.8703899,7.6302547,7.3245544,7.0290174,6.9336529,6.8990045,6.8304524,7.1231594,7.160871,12.177739,10.967549,10.824368,10.341067,10.408461,10.086336,9.1286545,6.3832278,6.0585713,5.7860332,5.7037821,5.6716237,5.608777,5.8353672,5.8603392,15.673507,14.912936,14.727696,12.358295,12.610058,12.132499,8.6634779,7.6398048,7.5604167,7.3371625,7.26227,7.5191541,7.5009232,7.9991903,8.1306973,12.459544,11.483288,11.323457,10.81452,10.845673,10.498361,9.4247122,7.2649264,6.9679489,6.6729975,6.587182,6.5570207,6.4900179,6.7491956,6.7869978,14.327359,13.329593,13.128715,12.107287,12.300997,11.827784,10.022977,8.4213057,8.2089081,7.9103031,7.8115268,7.8331432,7.7785745,8.1386461,8.2230282,14.315809,13.624501,13.431,12.033368,12.108727,11.729094,9.5381641,8.2730303,8.1233206,7.7879138,7.7002335,7.7883434,7.7408137,8.1133671,8.2189999,14.453027,13.50054,13.302407,12.03196,12.195889,11.75348,9.7139254,8.1386614,7.9406686,7.6513457,7.5586033,7.62222,7.5698009,7.9373198,8.0229759,13.248081,12.232456,12.05221,11.343361,11.412638,11.032413,9.6972189,7.6647248,7.3847218,7.0738487,6.9792476,6.9630227,6.8967891,7.1714926,7.2232089,19.704054,19.882818,19.667604,19.055325,18.712015,18.665794,18.513756,18.424311,18.406763,18.378399,18.321762,18.047016,17.800728,19.196247,19.016558,18.750952,18.919735,18.60895,18.294682,18.031496,17.944794,17.624783,17.438362,17.46162,17.395956,17.295589,17.084887,16.785759,18.423819,18.200689,19.888882,20.048546,19.867043,19.149979,18.785776,18.746332,18.624298,18.551956,18.533382,18.511793,18.464746,18.165842,17.95142,19.203608,19.047832,19.499212,19.705534,19.433563,18.905195,18.57114,18.513384,18.306499,18.18527,18.167406,18.127415,18.05555,17.79151,17.496834,19.086979,18.871096,19.137581,19.313547,19.059847,18.708611,18.439865,18.376642,18.156559,18.029892,18.038658,17.993423,17.916824,17.710285,17.438946,18.968616,18.769764,19.479042,19.662836,19.427942,18.942005,18.633678,18.581421,18.403324,18.2994,18.288843,18.254202,18.189711,17.949127,17.687719,19.154154,18.962738,19.358509,19.530094,19.307377,18.91099,18.63678,18.584784,18.410452,18.309582,18.307089,18.272367,18.207949,17.999046,17.750698,19.172199,18.990602,19.498171,19.667931,19.45689,18.998493,18.708464,18.660814,18.503925,18.412527,18.403685,18.373293,18.314268,18.090302,17.851234,19.224279,19.049494,19.855118,20.053703,19.809303,19.051659,18.64926,18.599667,18.430389,18.330648,18.305584,18.274622,18.211908,17.882906,17.607872,19.119473,18.919649,19.034451,19.215696,18.936226,18.585903,18.311878,18.240961,17.98609,17.838573,17.849476,17.797255,17.712526,17.498604,17.210033,18.80566,18.593082,18.972187,19.157316,18.86138,18.516365,18.240946,18.165646,17.889223,17.728416,17.739124,17.682913,17.593361,17.376875,17.07799,18.708601,18.487654,19.626141,19.792313,19.592764,19.065779,18.757822,18.71368,18.571383,18.487976,18.474831,18.448021,18.393698,18.15176,17.922394,19.247181,19.079681,19.196329,19.397724,19.107605,18.707645,18.412441,18.345619,18.100105,17.956696,17.951815,17.902977,17.821632,17.591118,17.288431,18.918741,18.695896,19.302095,19.482857,19.238997,18.834002,18.549736,18.492556,18.295078,18.180662,18.179157,18.139616,18.069389,17.850571,17.584303,19.081205,18.886024,18.95627,19.126194,18.854317,18.53212,18.270706,18.197893,17.941299,17.794006,17.813885,17.760105,17.674276,17.46987,17.189253,18.766235,18.560154,20.459482,20.585569,20.458399,19.245047,18.736078,18.705603,18.622742,18.57283,18.555859,18.543856,18.512514,18.057705,17.89608,18.897257,18.78179,13.378762,13.249082,13.072797,12.616953,12.47957,12.4504,11.80993,11.356866,12.024172,12.00458,12.4546,11.539146,11.35435,12.170229,12.130714,15.866814,15.948638,15.867425,15.706507,15.716152,15.685756,15.202298,15.029395,15.683947,15.675283,15.637384,15.031548,14.984792,15.679386,15.540383,13.651148,13.760892,13.703229,13.590188,13.415015,13.379179,12.820673,12.661733,13.784909,13.773949,13.731686,12.810615,12.645952,13.42304,13.308029,16.70167,16.764288,16.628443,16.382116,16.476946,16.442411,15.981311,15.786016,16.223692,16.203222,16.166651,15.654127,15.644032,16.363007,16.221622,16.013588,16.092405,16.068676,15.993481,15.638742,15.610252,15.21442,15.03553,15.851881,15.833482,15.74889,15.224959,15.028769,15.288507,15.095984,12.888009,12.985798,12.895003,12.750884,12.64251,12.60333,12.00036,11.825965,12.991128,12.98288,12.990162,11.942783,11.800839,12.633149,12.544701,13.656278,13.735937,13.735735,13.776582,13.464354,13.44394,12.99029,12.827712,13.974644,13.964411,13.893571,13.078156,12.902534,12.726543,12.568803,17.659178,17.690355,17.553986,17.292341,18.006413,17.990467,17.565638,17.391071,17.36286,17.356302,17.372862,16.974344,17.311634,17.872984,17.770754,16.587545,16.667034,16.544277,16.32592,16.158253,16.118008,15.680897,15.484981,16.07678,16.048523,15.978668,15.468469,15.320974,16.006701,15.83543,14.122863,14.175551,14.059641,13.817049,13.85173,13.823572,13.24481,13.037327,13.806012,13.801597,13.956087,13.11547,13.038557,13.851189,13.767803,13.097632,12.847275,12.6656,12.125099,11.913777,11.88506,11.214499,10.605922,11.243323,11.217956,11.796348,10.842857,10.649954,11.376537,11.361691,13.195677,13.309818,13.295887,13.231719,12.973045,12.941451,12.405633,12.266965,13.537008,13.524772,13.457856,12.492686,12.297115,12.923938,12.801502,15.241509,15.321032,15.230315,15.063937,15.171375,15.142997,14.611056,14.436833,15.121942,15.120511,15.126362,14.426785,14.420472,15.163067,15.050298,14.841223,14.935212,14.928996,14.863062,14.552938,14.525043,14.061385,13.903794,14.923195,14.909316,14.835702,14.132517,13.939974,14.402459,14.244553,16.903774,16.947359,16.859304,16.676821,17.388063,17.376387,16.914194,16.76346,16.870754,16.885262,16.950998,16.477184,16.814953,17.374763,17.282887,17.686981,17.733057,17.64599,17.473694,18.310135,18.29055,17.880285,17.742802,17.710407,17.725677,17.698179,17.313688,17.727518,18.221224,18.111683,15.489576,15.578214,15.556137,15.464169,15.164246,15.13493,14.69219,14.525546,15.423701,15.407635,15.333191,14.716114,14.531017,15.02221,14.854053,16.988697,17.036238,16.852766,16.529488,16.678753,16.639156,16.175869,15.965525,16.299213,16.266603,16.226906,15.726737,15.730268,16.475733,16.340204,17.002579,17.076963,16.904125,16.609804,16.512789,16.464108,16.026455,15.822571,16.288786,16.251072,16.166315,15.681363,15.547946,16.337524,16.168676,16.131927,16.215988,16.138073,15.976312,15.78593,15.751639,15.305964,15.123924,15.830978,15.810815,15.746063,15.190321,15.044261,15.682672,15.516785,13.279993,13.231723,13.09447,12.588255,12.530069,12.48343,11.899943,11.640972,12.201655,12.187212,12.815372,11.918764,11.723576,12.514502,12.449687,16.751308,16.838932,16.723305,16.552769,16.273657,16.233583,15.837296,15.639071,16.244415,16.215778,16.129307,15.667639,15.471638,15.942633,15.741966,17.006908,17.10622,16.985733,16.790449,16.477211,16.433037,16.044329,15.85584,16.449512,16.418146,16.322062,15.882272,15.658328,16.323351,16.118151,14.53965,14.640202,14.575549,14.44693,14.314524,14.281355,13.749545,13.583202,14.533635,14.523469,14.484946,13.695239,13.560473,14.315042,14.188477,17.77018,18.144064,17.776752,17.375999,16.997866,16.934425,16.767944,16.653927,16.651274,16.62133,16.546087,16.303925,15.84246,18.812223,18.571423,19.683416,20.263708,19.715593,19.55488,19.216637,19.13224,19.0284,18.918816,18.634163,18.615446,18.56077,18.425909,17.78727,21.486259,20.98373,14.48035,14.746146,14.516046,14.32851,14.141627,14.117502,14.062408,14.011974,14.050281,14.050909,14.012194,13.899347,13.598131,16.111828,16.198256,17.211168,17.596481,17.24094,17.019539,16.717258,16.665115,16.537958,16.447784,16.441805,16.4223,16.348612,16.182627,15.730975,18.745831,18.548122,19.529858,19.865452,19.543362,17.388533,16.430599,16.366249,16.216148,16.105871,16.068354,16.043709,15.992627,15.169665,14.731949,17.689253,17.462605,19.292753,19.752464,19.317194,18.725563,18.251698,18.162848,18.044071,17.923347,17.776169,17.755598,17.698656,17.418892,16.887678,20.5921,20.193216,18.03525,18.356068,18.069025,17.923355,17.601454,17.458099,17.394453,17.236856,17.1595,17.149502,17.101778,17.003262,16.64892,21.611137,21.248636,18.68351,19.099562,18.717113,18.440144,18.06703,17.956516,17.863272,17.729233,17.609385,17.593857,17.538008,17.375635,16.907187,21.122013,20.729864,18.404533,18.744802,18.427061,17.002901,16.308123,16.244894,16.130724,16.030327,16.007204,15.989879,15.943588,15.387572,14.969746,18.148693,17.956038,17.990047,18.383898,17.997576,17.721811,17.365852,17.300791,17.122751,17.006744,17.006718,16.972809,16.888819,16.679272,16.193691,19.160154,18.881666,16.148447,16.45414,16.173588,15.650461,15.306104,15.261,15.176969,15.09834,15.112291,15.102445,15.062599,14.819657,14.459131,17.36978,17.317484,16.905592,17.250051,16.926842,16.485018,16.133379,16.081224,15.963059,15.870578,15.875523,15.858197,15.800785,15.568189,15.156336,18.11553,17.974504,17.581671,17.921576,17.601423,16.701363,16.191917,16.134382,16.015394,15.917546,15.907462,15.889466,15.838175,15.454805,15.041408,18.080452,17.917183,17.633337,17.976294,17.661411,17.082132,16.66235,16.579884,16.493164,16.383036,16.34259,16.330214,16.285273,16.027363,15.629886,19.390594,19.167513,18.428101,18.040272,17.630249,17.406828,17.014648,16.817299,16.228344,15.365999,15.438928,15.325403,15.000523,14.848675,14.569077,15.377516,15.299486,16.777576,16.475576,16.041567,15.831192,15.622822,15.375851,14.830115,14.361318,14.399537,14.276231,13.815876,13.789927,13.613051,13.866784,13.67752,16.690634,16.366198,16.053289,15.961432,15.866116,15.459467,14.933103,14.709916,14.716721,14.682409,13.710338,13.817836,13.788819,12.021657,12.198303,18.151598,17.754673,17.34692,17.124418,16.764982,16.549088,15.951371,15.155266,15.223938,15.109295,14.735016,14.612594,14.36393,14.975908,14.914564,17.289839,16.886591,16.448362,16.249514,15.977234,15.7193,15.129589,14.507636,14.558834,14.451935,13.925926,13.90582,13.737435,13.766155,13.743216,18.396275,17.838076,17.456532,17.235439,16.811554,16.580256,15.932291,14.944313,15.022206,14.911366,14.49817,14.398599,14.185083,14.540816,14.554908,15.811174,15.520015,15.040574,14.869733,14.707151,14.461657,13.963017,13.5791,13.607874,13.49587,12.978398,13.029734,12.898775,12.883998,12.622191,18.109467,17.301346,17.01469,16.8088,16.465281,16.132759,15.263991,14.41804,14.454378,14.374138,13.698708,13.710274,13.622392,12.74478,13.084623,18.485518,17.846863,17.480623,17.260145,16.813606,16.569986,15.892249,14.83077,14.907768,14.799371,14.355139,14.274908,14.084152,14.265046,14.323992,16.170458,15.822027,15.258255,15.108128,14.919269,14.658392,14.149641,13.70922,13.744443,13.662028,12.990777,13.11395,13.008956,12.567368,12.573692,17.440725,16.729092,16.63249,16.472454,16.402683,15.93972,14.923245,14.752427,14.753621,14.730509,13.756886,13.775657,13.76079,11.680163,12.282,19.351385,17.854233,17.630066,17.312069,16.79163,16.494692,15.051488,13.720128,13.763997,13.682344,13.145271,13.146357,13.060274,12.354584,13.19073,18.926476,17.816687,17.559214,17.307377,16.830698,16.521421,15.463081,14.261397,14.306378,14.219132,13.633224,13.631777,13.535972,12.843947,13.330049,17.94482,16.651129,16.478849,16.194319,15.993556,15.625319,14.067003,13.568097,13.583697,13.537776,12.814839,12.826637,12.784096,11.351658,12.363241,17.114046,16.750383,16.300589,16.100571,15.849941,15.596781,15.02528,14.457995,14.506089,14.395942,13.882178,13.865234,13.69355,13.788845,13.726631,17.588442,17.221682,16.799118,16.583904,16.292812,16.054205,15.467901,14.821201,14.877657,14.762575,14.31705,14.245526,14.037339,14.389729,14.322215,17.511219,17.201,16.778809,16.555885,16.288256,16.057024,15.489844,14.91066,14.962338,14.841683,14.428742,14.34539,14.123671,14.617552,14.49906,17.735285,17.202608,16.808495,16.608364,16.276447,16.003881,15.355151,14.574023,14.630269,14.529208,13.979198,13.954056,13.800598,13.641016,13.706973,18.637094,17.816973,17.495747,17.275675,16.808634,16.526842,15.744829,14.595746,14.65741,14.558598,14.020473,13.991821,13.856773,13.544333,13.747155,17.669964,17.223454,16.810289,16.602501,16.286608,16.034376,15.420469,14.696803,14.755854,14.647103,14.156239,14.10441,13.919958,14.052306,14.046802,16.247995,15.928948,15.406092,15.232502,15.042421,14.792015,14.275974,13.835938,13.872823,13.770987,13.19741,13.264052,13.130003,13.024836,12.919127,15.689132,15.398768,14.840896,14.684107,14.523939,14.283819,13.804835,13.426392,13.458518,13.360849,12.780542,12.886058,12.768209,12.621197,12.457,18.728117,17.800087,17.508987,17.281824,16.81596,16.51572,15.636432,14.476012,14.527837,14.435158,13.85776,13.847425,13.735352,13.192568,13.504901,17.352486,16.990784,16.557261,16.34799,16.079163,15.833048,15.25378,14.652133,14.704151,14.59038,14.114305,14.067441,13.876489,14.113428,14.043776,19.433199,18.536032,18.208923,17.97612,17.357836,17.127449,16.39772,14.867309,14.959006,14.85037,14.454083,14.37718,14.192152,14.399878,14.51159,18.044775,17.487194,17.103428,16.892174,16.517012,16.260002,15.602936,14.721457,14.78716,14.680994,14.188457,14.131285,13.954813,14.002234,14.052715,14.654213,14.400313,13.881192,13.756864,13.634325,13.415995,12.989098,12.684843,12.708918,12.611603,12.096564,12.209534,12.109689,12.007469,11.610132,17.061544,16.650335,16.195045,16.009624,15.755968,15.487514,14.904861,14.318446,14.364458,14.264966,13.68367,13.70083,13.556679,13.374367,13.379124,18.31246,17.608093,17.261646,17.049715,16.632195,16.354168,15.628073,14.617188,14.678857,14.57896,14.039292,14.006078,13.861781,13.619395,13.764921,20.736181,19.107431,18.877485,18.571589,17.782576,17.519239,16.284575,14.203835,14.256608,14.162234,13.70772,13.738387,13.63583,13.231712,13.871458,15.778767,15.490137,15.036634,14.86339,14.703238,14.458056,13.957733,13.577753,13.604887,13.488437,12.996417,13.032697,12.898782,12.931145,12.622127,18.857544,18.305294,17.918734,17.694265,17.204012,17.008478,16.385347,15.251614,15.344189,15.232831,14.915915,14.765617,14.500861,15.231191,15.197616,19.389467,18.364635,18.069952,17.832342,17.236643,16.968821,16.124012,14.622927,14.691279,14.589596,14.101793,14.074594,13.938075,13.709064,13.963238,18.102409,17.371521,17.047712,16.84556,16.477737,16.167864,15.393926,14.495982,14.542079,14.453182,13.825838,13.82598,13.71648,13.096456,13.326096,18.586868,18.135651,17.734392,17.511011,17.081718,16.884686,16.281105,15.315861,15.396794,15.28429,14.961169,14.809278,14.535482,15.309083,15.25032,15.343088,15.067447,14.507826,14.360806,14.215872,13.983206,13.52355,13.176333,13.205606,13.108869,12.54079,12.657198,12.547073,12.401484,12.175388,17.886618,17.292995,16.91848,16.717701,16.365166,16.084118,15.405608,14.565383,14.621106,14.522764,13.956676,13.935939,13.793289,13.523783,13.630223,20.069956,18.811329,18.545748,18.289557,17.586081,17.321812,16.373877,14.558022,14.622229,14.521719,14.051453,14.048496,13.924662,13.642651,14.001085,18.131094,17.182743,16.940395,16.714489,16.403496,16.053345,14.998354,14.227004,14.255096,14.184435,13.481811,13.495169,13.425069,12.330293,12.855686,17.384447,16.949804,16.520737,16.323366,16.038082,15.775154,15.171952,14.514644,14.566961,14.462539,13.923665,13.905162,13.742538,13.700857,13.704931,17.527721,16.926575,16.582209,16.4076,16.133915,15.803281,15.093076,14.432617,14.46588,14.388546,13.673527,13.70927,13.621209,12.732264,12.944151,16.266079,15.9746,15.558258,15.357727,15.181307,14.93342,14.407523,13.996784,14.025683,13.898385,13.450793,13.442119,13.284266,13.483021,13.182139,16.929541,16.487494,16.035637,15.870263,15.634607,15.342505,14.75462,14.20031,14.237927,14.153026,13.480621,13.540727,13.431993,12.867743,12.94318,19.674305,18.790094,18.454395,18.222149,17.558416,17.353029,16.663424,15.027268,15.134343,15.024533,14.691414,14.585318,14.370524,14.830681,14.888162,16.686979,16.322758,15.827945,15.649375,15.427145,15.166664,14.617438,14.105315,14.147259,14.048172,13.461082,13.505836,13.367122,13.202995,13.169319,22.681473,20.906027,20.683823,20.429443,19.293749,19.080133,18.200502,15.048807,15.111154,15.010262,14.647874,14.748134,14.62724,14.552588,14.885069,20.048872,18.936981,18.641714,18.401134,17.678865,17.442015,16.648769,14.807169,14.892195,14.785498,14.377142,14.337925,14.17867,14.222835,14.41323,17.134613,16.834282,16.408125,16.188299,15.956212,15.715759,15.159616,14.649516,14.693442,14.569736,14.13456,14.079571,13.880783,14.261432,14.103601,17.204451,16.874975,16.439014,16.226938,15.978951,15.735022,15.169218,14.618793,14.666746,14.549135,14.085427,14.039791,13.847352,14.134741,14.02607,20.839195,19.682657,19.376532,19.143692,18.263798,18.08289,17.405855,15.152151,15.277781,15.170591,14.899956,14.816195,14.604186,15.148091,15.205126,15.977856,15.638033,15.050062,14.913829,14.740118,14.477541,13.987156,13.580009,13.611858,13.538301,12.825456,12.981653,12.891731,12.304323,12.335116,16.210583,15.908253,15.43668,15.251845,15.070596,14.82095,14.301092,13.880769,13.91361,13.799102,13.28506,13.314896,13.170278,13.209375,13.002878,15.735635,15.415453,14.802131,14.683815,14.533458,14.2682,13.805472,13.450199,13.476873,13.414912,12.650339,12.845591,12.77412,11.996221,12.052851,17.465473,16.927921,16.535118,16.352753,16.061611,15.763481,15.111062,14.418682,14.462569,14.37312,13.733597,13.752609,13.634825,13.113915,13.23147,15.473679,15.189065,14.554993,14.412102,14.257752,14.027222,13.575254,13.208363,13.242506,13.157904,12.530266,12.691815,12.586023,12.344092,12.248588,18.244513,17.612589,17.246433,17.032961,16.624374,16.36248,15.676252,14.701717,14.7691,14.664562,14.165082,14.111753,13.944675,13.912642,13.999585,17.456799,16.984692,16.566452,16.371977,16.076155,15.805158,15.186049,14.496985,14.54898,14.44806,13.88706,13.875517,13.723518,13.568336,13.605345,26.208748,23.920218,23.757513,23.577473,21.940056,21.800964,21.245445,16.205269,16.258022,16.173185,15.915361,16.24366,16.129078,16.257833,16.393026,17.783754,17.162872,16.803837,16.612286,16.283083,15.98012,15.27739,14.485223,14.531418,14.441469,13.811884,13.81732,13.700883,13.153077,13.314816,17.828979,17.424179,17.012005,16.795172,16.470715,16.235645,15.634151,14.907017,14.969481,14.85582,14.423251,14.337601,14.122211,14.504307,14.459449,15.690221,15.39411,14.806581,14.711473,14.595226,14.30233,13.863289,13.590203,13.607438,13.563128,12.709481,12.929826,12.884105,11.702935,11.808141,17.046196,16.567787,16.148619,15.988109,15.752686,15.441963,14.828582,14.269842,14.303386,14.225056,13.512878,13.57627,13.482134,12.716084,12.840576,20.49062,19.35453,19.052982,18.81525,18.00482,17.798817,17.071619,14.998671,15.104459,14.995865,14.66366,14.601333,14.413774,14.738684,14.852394,15.6922,15.384882,14.781087,14.674414,14.54165,14.262951,13.813948,13.501661,13.522792,13.469496,12.658604,12.868839,12.811072,11.827925,11.908305,18.045404,17.544474,17.15015,16.934826,16.566645,16.323748,15.689245,14.839222,14.907459,14.797451,14.345156,14.266627,14.06697,14.310253,14.318138,15.340385,15.06358,14.637877,14.481006,14.336566,14.09897,13.618555,13.267316,13.290795,13.174588,12.713447,12.749811,12.624663,12.661275,12.242146,17.359503,16.86709,16.451742,16.267202,15.983761,15.698311,15.072462,14.405335,14.451773,14.357885,13.745915,13.759608,13.629189,13.25793,13.332367,17.921972,17.474869,17.069983,16.854277,16.510513,16.271868,15.655883,14.874489,14.939795,14.827961,14.38559,14.303153,14.094836,14.4126,14.392184,17.617413,17.208359,16.789015,16.578497,16.274902,16.028786,15.428397,14.741862,14.799898,14.688415,14.216393,14.156851,13.962193,14.190665,14.157108,16.12483,15.815296,15.338865,15.245761,15.137155,14.797216,14.323185,14.068706,14.081266,14.041733,13.136299,13.312656,13.27505,11.829849,11.967572,18.011665,17.682747,17.266973,17.042103,16.717037,16.504612,15.927933,15.228974,15.290365,15.173361,14.810044,14.684559,14.426465,15.119707,15.024712,17.765158,17.273912,16.871235,16.664814,16.332018,16.073761,15.442412,14.670232,14.730423,14.624152,14.117942,14.071316,13.896221,13.938044,13.96255,18.75305,18.006109,17.660456,17.436665,16.941393,16.69174,15.976718,14.775834,14.853888,14.74716,14.292762,14.224508,14.049067,14.119205,14.224465,20.294376,19.321049,18.988884,18.760429,17.978882,17.803646,17.152071,15.203388,15.333091,15.225917,14.967175,14.841767,14.601602,15.293262,15.307766,18.520489,17.086489,16.883862,16.56834,16.230204,15.900471,14.313934,13.46373,13.492967,13.428349,12.81179,12.812071,12.747275,11.697138,12.691736,19.381863,18.690426,18.320953,18.095688,17.498238,17.315758,16.683409,15.260715,15.371818,15.262513,14.981095,14.82534,14.559642,15.335334,15.313621,16.754395,16.423038,15.954834,15.760063,15.541453,15.289252,14.740968,14.244326,14.286154,14.174669,13.653501,13.659851,13.498921,13.56846,13.460564,19.119482,18.234026,17.913015,17.683203,17.125376,16.870062,16.104198,14.722967,14.799774,14.694704,14.232644,14.180867,14.022,13.976624,14.140922,19.002581,18.290152,17.932688,17.705055,17.168882,16.949867,16.274195,14.987935,15.081187,14.970742,14.598051,14.488816,14.272683,14.684683,14.725775,17.292982,16.737123,16.523504,16.383127,16.247887,15.828677,15.056474,14.730227,14.738665,14.696131,13.780879,13.827433,13.79213,12.071471,12.426231,21.37921,19.950388,19.68961,19.444637,18.500015,18.280504,17.471296,14.959763,15.041339,14.935953,14.565602,14.581245,14.434323,14.483913,14.711524,22.0501,20.560585,20.298843,20.064577,18.991846,18.80806,18.100801,15.215337,15.321084,15.215733,14.928601,14.936194,14.764748,15.090281,15.21635,17.089939,16.650595,16.204,16.024595,15.768496,15.489602,14.89582,14.298078,14.342093,14.247954,13.633268,13.662399,13.531705,13.197699,13.239125,16.275507,16.002098,15.518073,15.19822,15.074329,14.758664,13.966047,13.671304,13.665511,13.493805,12.957414,13.020592,13.005481,12.943514,12.96261,15.681098,15.442834,14.825669,14.548282,14.432596,14.118352,13.406658,13.168825,13.158833,12.999462,12.346182,12.487212,12.480405,12.257069,12.298795,17.674814,17.092278,16.700336,16.285141,16.169516,15.817022,14.987361,14.711736,14.674092,14.454942,14.001723,13.979908,13.952001,13.942762,13.917386,17.205633,16.788803,16.401445,16.007389,15.882172,15.55681,14.74579,14.431632,14.40781,14.209541,13.772819,13.77434,13.738735,13.825119,13.791829,16.450008,16.161636,15.674264,15.339715,15.219471,14.868948,14.062579,13.801909,13.781696,13.58431,12.9964,13.048889,13.033799,12.8832,12.909661,17.721996,17.27215,16.814476,16.353163,16.235909,15.76442,14.58174,14.354113,14.302685,14.020143,13.514186,13.495321,13.462275,13.437535,13.426697,17.053295,16.788679,16.364071,16.044538,15.930456,15.520372,14.719236,14.553764,14.50458,14.24713,13.448427,13.377868,13.36696,13.044696,13.088898,17.25305,16.961985,16.540012,16.177769,16.059135,15.623059,14.741315,14.570302,14.516113,14.223116,13.499143,13.435666,13.418003,13.175631,13.207367,15.74296,15.51272,14.955914,14.677265,14.55825,14.274858,13.526934,13.23753,13.244358,13.098386,12.543807,12.658516,12.650774,12.578816,12.608303,16.427313,16.162855,15.662905,15.348757,15.232087,14.864331,14.077975,13.855358,13.827356,13.620306,12.944522,12.9846,12.974151,12.711312,12.752584,16.80694,16.463686,16.037367,15.67195,15.546889,15.212525,14.391351,14.091243,14.073214,13.878895,13.38422,13.407958,13.383144,13.377185,13.374977,17.348343,16.994675,16.560364,16.140949,16.020531,15.578513,14.58728,14.370447,14.319989,14.034583,13.455393,13.435066,13.408133,13.290185,13.299125,15.029051,14.815444,14.091545,13.848625,13.740374,13.470486,12.832136,12.603565,12.606239,12.476967,11.828745,12.050359,12.047174,11.860019,11.90155,19.084604,17.942625,17.578745,17.169102,17.074997,16.739857,15.968621,15.743214,15.696191,15.485239,15.091929,14.965465,14.953868,14.845136,14.813015,17.4039,16.918461,16.53141,16.12678,16.005648,15.671289,14.858086,14.55714,14.527146,14.320961,13.880874,13.873983,13.840609,13.893418,13.860485,15.588141,15.4384,15.002704,14.750746,14.608891,14.357224,13.483338,13.130511,13.167011,13.047745,12.585346,12.623292,12.647654,12.727916,12.757936,17.614794,17.317451,16.90451,16.523653,16.403034,15.934733,14.983,14.843422,14.77786,14.435026,13.681459,13.576406,13.55489,13.346601,13.371156,16.598707,16.286549,15.832846,15.484158,15.360584,15.023778,14.208512,13.919888,13.903708,13.712317,13.183366,13.222811,13.202994,13.142605,13.15398,15.676664,15.450459,14.828873,14.567768,14.455871,14.134653,13.446157,13.232396,13.216229,13.057484,12.339823,12.472276,12.468182,12.156037,12.205912,16.32114,16.095999,15.598893,15.346224,15.241286,14.88926,14.18315,13.998262,13.969603,13.793316,12.967881,12.975668,12.975166,12.532254,12.592712,17.276136,16.860518,16.43894,16.02685,15.907166,15.516765,14.620963,14.363982,14.324208,14.08263,13.561532,13.559964,13.533147,13.463897,13.461342,17.35708,17.106899,16.714439,16.416512,16.306421,15.899076,15.140284,15.009796,14.951448,14.688076,13.747173,13.594874,13.585734,13.234565,13.280322,16.17379,15.977347,15.471199,15.2663,15.173604,14.848666,14.21047,14.041536,14.017464,13.878739,12.954549,12.954874,12.960567,12.385739,12.453862,17.07531,16.842018,16.432905,16.16618,16.061653,15.681664,14.966141,14.822063,14.773618,14.556692,13.592941,13.463655,13.459604,13.042835,13.097012,15.575993,15.364077,14.737318,14.499037,14.393461,14.081556,13.420179,13.21806,13.203113,13.056643,12.301646,12.434526,12.433972,12.058429,12.114688,17.621866,17.118088,16.701195,16.264179,16.146671,15.74103,14.797565,14.548995,14.50198,14.2476,13.749047,13.731764,13.702376,13.649985,13.637373,16.044796,15.794888,15.236526,14.942974,14.826654,14.485966,13.739202,13.507983,13.489182,13.308554,12.640102,12.731549,12.723393,12.469079,12.511952,15.294893,15.125947,14.484531,14.32056,14.239867,13.963122,13.402039,13.234165,13.22377,13.120729,12.243464,12.379157,12.384562,11.767058,11.835735,17.110893,16.701836,16.294888,15.906317,15.783322,15.44243,14.616533,14.319672,14.294201,14.089621,13.616299,13.624157,13.595469,13.608675,13.593886,15.801428,15.556151,14.968134,14.682188,14.565964,14.252095,13.520113,13.269699,13.261873,13.099604,12.475113,12.599761,12.59191,12.403273,12.441393,16.614256,16.316362,15.891753,15.546164,15.416041,15.103031,14.289728,13.968924,13.962108,13.784959,13.308251,13.33578,13.310935,13.357834,13.354625,17.973402,17.69912,17.315531,16.961905,16.84477,16.38699,15.502004,15.409262,15.335375,14.970028,14.03831,13.836953,13.818094,13.60109,13.625064,15.946879,15.693999,15.142596,14.846651,14.728365,14.415835,13.661003,13.393345,13.387863,13.223667,12.633428,12.737225,12.727654,12.583749,12.616467,17.064619,16.735722,16.297539,15.909767,15.789557,15.379447,14.478524,14.249446,14.207543,13.951004,13.3552,13.350704,13.328528,13.177917,13.195476,18.117729,17.422588,17.068691,16.631575,16.515059,16.199038,15.436244,15.130385,15.083233,14.871713,14.495841,14.462111,14.413969,14.529343,14.442058,16.815659,16.506557,16.111744,15.750751,15.617329,15.3106,14.497897,14.162474,14.154592,13.975493,13.538431,13.549333,13.514876,13.646023,13.622561,17.626497,17.242128,16.783354,16.330305,16.21081,15.72421,14.539535,14.329121,14.273987,13.969133,13.425792,13.400753,13.368318,13.311502,13.31002,15.905203,15.705831,15.245667,14.968108,14.831492,14.560281,13.740905,13.401566,13.42284,13.286178,12.802043,12.852982,12.850514,12.90307,12.924573,17.193161,16.816023,16.444059,16.04921,15.919963,15.60993,14.810995,14.479059,14.458538,14.266838,13.861472,13.86244,13.817471,13.989765,13.937177,16.619801,16.361883,15.890422,15.584082,15.470036,15.087759,14.307072,14.109619,14.074034,13.854487,13.11572,13.113844,13.105169,12.783766,12.830757,17.854475,17.507301,16.997849,16.547596,16.426964,15.861052,14.369833,14.194133,14.130176,13.776346,13.212105,13.160166,13.123005,13.092724,13.095316,17.663942,17.328516,16.877041,16.446898,16.32502,15.821428,14.657062,14.483753,14.420492,14.077173,13.462147,13.404996,13.374779,13.262783,13.272668,16.751646,16.466444,16.005127,15.66229,15.544055,15.152528,14.319992,14.101422,14.065388,13.83077,13.171987,13.178933,13.164193,12.932506,12.966733,17.750505,17.14168,16.758829,16.3431,16.22773,15.886375,15.07486,14.791118,14.754034,14.540397,14.105618,14.079664,14.049507,14.066843,14.032115,18.007549,17.333414,16.97241,16.544443,16.429298,16.107796,15.332379,15.03056,14.988732,14.778292,14.385826,14.350977,14.309664,14.398775,14.329963,17.63912,17.374737,16.991213,16.663027,16.547962,16.114632,15.306452,15.193897,15.127614,14.813582,13.888332,13.716088,13.702025,13.415169,13.451026,16.820717,16.517479,16.062948,15.70284,15.583257,15.191958,14.338527,14.106264,14.070861,13.834694,13.216668,13.227592,13.209728,13.025236,13.051535,16.219341,15.947364,15.435159,15.118669,14.998564,14.668638,13.885798,13.616392,13.604374,13.424977,12.843451,12.91859,12.905841,12.76844,12.796787,16.636997,16.324091,15.863555,15.510859,15.389201,15.036463,14.212684,13.941116,13.919172,13.716292,13.160609,13.198124,13.179336,13.073848,13.090761,16.72921,16.512346,16.073059,15.835244,15.736248,15.380181,14.700275,14.543621,14.506008,14.328474,13.367699,13.281978,13.283202,12.79303,12.854626,17.857609,17.543283,17.097631,16.683857,16.560556,16.040356,14.863976,14.727845,14.656466,14.275649,13.589151,13.487669,13.458508,13.327226,13.340505,16.941353,16.664785,16.224379,15.888177,15.771572,15.363273,14.534814,14.346201,14.301731,14.047642,13.323461,13.289993,13.276654,12.997927,13.037194,18.18795,17.895426,17.467834,17.077238,16.953108,16.43059,15.284208,15.193576,15.112907,14.69156,13.872829,13.693485,13.665561,13.530188,13.542888,18.722374,17.730982,17.36742,16.94928,16.848337,16.51705,15.747177,15.49512,15.44812,15.236042,14.840327,14.746264,14.724979,14.675949,14.631821,15.963703,15.755363,15.213492,14.987654,14.888037,14.560412,13.891868,13.703819,13.683748,13.534718,12.70901,12.762838,12.765755,12.275587,12.340742,17.538193,17.019417,16.613642,16.19455,16.077215,15.703519,14.835509,14.57033,14.530138,14.29779,13.814882,13.801363,13.77375,13.735168,13.720017,17.831758,17.212568,16.84407,16.422604,16.306042,15.979534,15.190553,14.890301,14.852324,14.642935,14.235926,14.208425,14.170404,14.246325,14.190383,15.458085,15.235229,14.612111,14.349447,14.236332,13.958483,13.25349,12.989761,12.996674,12.857845,12.265388,12.420806,12.415967,12.283837,12.320702,18.08213,17.75934,17.212931,16.778873,16.656813,16.03425,14.305778,14.158374,14.086284,13.690299,13.119905,13.03249,12.992662,12.982798,12.986067,18.355881,17.521318,17.157343,16.732946,16.625071,16.296362,15.52218,15.242702,15.197473,14.983571,14.583447,14.520115,14.488694,14.503759,14.448362,17.245533,16.862408,16.43432,16.021645,15.901633,15.494968,14.572209,14.327562,14.285003,14.031107,13.487103,13.483368,13.456951,13.365026,13.36828,15.454401,15.22731,14.562983,14.299655,14.184474,13.877044,13.199704,12.974933,12.964027,12.813938,12.129735,12.300578,12.294948,12.040501,12.085111,17.932007,17.267853,16.897972,16.476175,16.361778,16.031977,15.242148,14.949301,14.909777,14.698493,14.288218,14.253536,14.218411,14.270671,14.218631,17.411291,17.09726,16.669718,16.274103,16.153337,15.69496,14.723146,14.54613,14.488499,14.174328,13.508558,13.452498,13.429223,13.247498,13.268581,17.147171,16.834919,16.400568,16.018452,15.898563,15.471149,14.560609,14.356125,14.308287,14.032035,13.391325,13.365923,13.34504,13.157066,13.180657,16.307825,16.066874,15.555735,15.275739,15.164484,14.805161,14.065323,13.864517,13.836302,13.644783,12.891612,12.924948,12.920081,12.562466,12.615129,18.438683,18.14525,17.55934,17.157227,17.034727,16.35837,14.363083,14.247264,14.163165,13.726003,13.097904,12.942659,12.898606,12.929606,12.928834,17.529396,17.051037,16.687609,16.269703,16.146404,15.831208,15.044131,14.72359,14.691453,14.489501,14.096014,14.088426,14.041475,14.196199,14.128112,16.249672,16.007969,15.563121,15.253505,15.119376,14.828318,14.01779,13.685415,13.693472,13.537724,13.056438,13.097242,13.080865,13.136609,13.145909,16.284725,16.033352,15.513538,15.217388,15.102693,14.743472,13.984209,13.768804,13.742611,13.546889,12.842436,12.893465,12.885788,12.585828,12.632405,16.275629,16.004753,15.489074,15.171354,15.052617,14.706499,13.921853,13.671479,13.652719,13.462187,12.845182,12.914052,12.902012,12.712587,12.746246,16.82362,16.54413,16.091019,15.752974,15.635667,15.236452,14.407537,14.203463,14.163669,13.92095,13.229766,13.219367,13.20564,12.946029,12.983581,16.816496,16.496025,16.044699,15.677197,15.556662,15.177993,14.326139,14.074764,14.04339,13.817719,13.239141,13.259281,13.239446,13.101504,13.120245,16.578047,16.340982,15.874072,15.601879,15.493979,15.123887,14.390952,14.211485,14.176097,13.976969,13.151554,13.126796,13.123385,12.714705,12.771049,17.527927,17.09,16.661316,16.220655,16.102007,15.674084,14.674594,14.436014,14.387375,14.119165,13.59978,13.585661,13.555609,13.494576,13.487743,17.373316,16.995914,16.5634,16.136808,16.01683,15.582973,14.594729,14.366332,14.317692,14.041791,13.487464,13.473362,13.445287,13.350402,13.353778,16.982626,16.618244,16.185616,15.800728,15.679564,15.309255,14.453568,14.18566,14.154639,13.932341,13.399597,13.414173,13.390479,13.311945,13.317244,17.889984,17.335274,16.897558,16.439329,16.323643,15.882456,14.794585,14.557483,14.50563,14.238153,13.75424,13.726928,13.694907,13.667208,13.648987,15.300299,15.106483,14.453335,14.244408,14.147539,13.856341,13.231528,13.034907,13.026955,12.901278,12.13076,12.288012,12.29099,11.858582,11.920954,17.089056,16.687542,16.269522,15.879499,15.757942,15.402292,14.561329,14.278816,14.249903,14.036197,13.537773,13.547727,13.521596,13.490185,13.484397,16.807411,16.558239,16.11463,15.821959,15.711259,15.323267,14.562029,14.388787,14.346902,14.122677,13.304379,13.254259,13.247621,12.876369,12.927764,14.838366,14.629449,13.851252,13.611118,13.496343,13.219538,12.614198,12.401175,12.394864,12.269694,11.575613,11.829203,11.823944,11.590212,11.632213,17.374855,17.095268,16.686966,16.338861,16.221575,15.783985,14.930521,14.783234,14.724321,14.422004,13.627269,13.527309,13.511549,13.241352,13.276459,18.588371,17.673952,17.282434,16.850813,16.741104,16.36462,15.491964,15.254959,15.20008,14.957337,14.514696,14.434885,14.410068,14.32801,14.300356,15.225798,15.047132,14.396478,14.214086,14.126794,13.845523,13.252497,13.068369,13.061196,12.949085,12.134586,12.288699,12.293239,11.760686,11.828349,16.453144,16.176548,15.681817,15.354697,15.236206,14.872388,14.070645,13.831929,13.806427,13.60022,12.966237,13.012397,12.999463,12.787577,12.822124,17.554819,17.203691,16.756952,16.321932,16.201,15.719318,14.605913,14.410425,14.352546,14.035019,13.449372,13.412454,13.382507,13.280117,13.287117,13.052716,12.355926,12.199818,11.958865,12.079596,11.715604,8.3722229,7.0619979,6.9342985,6.7028227,6.6091013,6.5279832,6.4858818,6.7362652,6.1812229,12.622409,12.207492,12.026401,11.733904,11.736336,11.457225,9.5252485,7.5476522,7.4229188,6.3918362,6.3189235,6.1988554,6.1915016,6.2847509,6.4448633,13.142147,12.484833,12.330911,12.097887,12.254778,11.874275,8.1051569,6.9502559,6.8480854,6.6336746,6.5569248,6.4679995,6.427156,6.6832662,6.0360608,13.757672,13.121742,12.902286,12.571107,12.698738,12.26401,10.096436,8.9427204,8.8398342,8.3459768,8.2398539,8.1012516,8.0899439,8.3351326,8.3859444,12.18717,11.803327,11.640253,11.363003,11.368469,11.094987,9.6239872,7.2892017,7.1355991,5.9634337,5.8990192,5.799088,5.774672,5.8638544,5.9856305,13.122056,12.582417,12.396892,12.088615,12.133941,11.760677,10.196997,8.9884939,8.8413715,8.300272,8.1824999,8.0815935,8.0412102,8.3046732,8.2989559,13.417797,12.885103,12.674809,12.347114,12.409517,12.037119,10.03824,8.6591825,8.5489311,7.8263407,7.7253675,7.5910425,7.5800915,7.7653074,7.8912091,13.639637,13.038501,12.824458,12.493343,12.581194,12.171081,10.22238,8.988122,8.8670435,8.2996559,8.1876726,8.0587025,8.0357513,8.2619076,8.3099308,13.416095,12.887662,12.674463,12.347977,12.417887,12.05051,9.783659,8.4776955,8.3882847,7.7207127,7.6260262,7.4826479,7.4889717,7.6781716,7.8344584,13.674825,13.074552,12.854565,12.522846,12.638219,12.221471,9.9659328,8.8009338,8.7103939,8.1739273,8.0725002,7.9284143,7.9287748,8.1599445,8.26717,13.445138,12.725491,12.540671,12.258561,12.392989,11.978046,9.3567314,8.0936699,7.9552116,7.6518846,7.5536022,7.4521637,7.4097128,7.6755762,7.3289514,13.774732,13.030884,12.823345,12.522594,12.842978,12.283459,9.4773016,8.558877,8.506773,8.1836185,8.1041279,7.9581866,7.9983306,8.2927179,8.3451967,13.463615,12.916359,12.700609,12.376245,12.472239,12.090301,9.5781651,8.3987017,8.3273268,7.7623081,7.6710949,7.5219669,7.5437789,7.7559376,7.919692,12.840284,12.372124,12.198514,11.897875,11.928259,11.582004,10.171638,8.7940073,8.6455593,7.9105034,7.8000689,7.7017322,7.6644945,7.8885918,7.9391727,13.625395,12.895658,12.701591,12.410187,12.581236,12.132642,9.5487232,8.3539429,8.2264166,7.9101052,7.8125601,7.6985912,7.6634841,7.9381824,7.6400065,13.806935,13.049541,12.849217,12.55579,12.827527,12.301173,9.5916853,8.5476379,8.4526129,8.144063,8.0559549,7.9245601,7.9169917,8.2083521,7.9975195,9.949007,9.739871,9.6529865,9.4797525,9.4846287,9.3167686,8.5833282,4.7343149,4.5810151,3.4131215,3.3870142,3.336494,3.3089113,3.3670442,3.4250791,13.729117,12.947309,12.76177,12.492205,12.842977,12.267877,9.221674,8.2570591,8.1743259,7.911623,7.8365889,7.708209,7.7191973,8.0140505,7.731081,13.310181,12.599626,12.429295,12.17089,12.322488,11.918956,8.7972851,7.5552354,7.4291577,7.1732712,7.0856428,6.9900188,6.947526,7.2112794,6.7107415,13.092545,12.320294,12.180163,11.976024,12.460706,11.816806,7.7889557,7.0861378,7.0548468,6.8847704,6.8388433,6.7356935,6.8671269,7.1398039,7.0395823,13.605326,12.769079,12.595642,12.345397,12.82665,12.150761,8.8502026,8.0500507,8.0046902,7.7735724,7.708796,7.5841231,7.6660795,7.9576063,7.8906026,13.491925,12.933883,12.724247,12.395012,12.46144,12.073068,10.209821,8.8790264,8.7552099,8.0824432,7.9731889,7.8461809,7.8237867,8.0257978,8.1081743,13.070519,12.472942,12.343554,12.154427,12.436441,11.995772,7.5655875,6.5698276,6.4489927,6.2696981,6.2395172,6.125452,6.09725,6.3475981,5.5450306,13.509273,12.738998,12.582821,12.356437,12.771193,12.17452,8.652853,7.708847,7.6149216,7.403738,7.3567748,7.2338505,7.2497582,7.5367737,7.0574589,13.66823,12.95498,12.753299,12.44824,12.5953,12.152638,9.815341,8.6146145,8.4833136,8.1268005,8.022315,7.9055896,7.8706856,8.1403046,7.9405546,13.702627,13.064401,12.850511,12.522451,12.628266,12.202961,10.190872,8.9963694,8.8728065,8.3813639,8.2690001,8.1418543,8.1156368,8.3601236,8.3568306,13.58422,12.946709,12.740921,12.420457,12.510749,12.096566,10.152455,8.9410114,8.8036375,8.3388443,8.2240801,8.1077299,8.0722141,8.3230753,8.2662592,13.368136,12.71965,12.532939,12.240324,12.332728,11.938627,9.599967,8.3842678,8.2495365,7.8919311,7.7900152,7.6897464,7.6482654,7.9094348,7.6584311,13.056616,12.591226,12.389844,12.083105,12.128897,11.812495,9.0771875,7.7494984,7.6841497,7.0277944,6.9479604,6.8020897,6.8393116,7.0045791,7.198503,13.160131,12.354002,12.217831,12.019787,12.544848,11.866738,7.8602438,7.1536231,7.1154547,6.9522204,6.9093552,6.8073635,6.9326577,7.2081604,7.0503492,13.865806,13.119111,12.907416,12.598753,12.877961,12.33977,9.7420788,8.7453423,8.6690044,8.3266449,8.2378664,8.094902,8.1066151,8.3977594,8.3696852,13.337431,12.614543,12.438455,12.169482,12.305045,11.901778,9.063693,7.7776632,7.6399989,7.3632545,7.2697988,7.174202,7.1304789,7.3935747,6.9699898,13.72594,12.983017,12.788608,12.502227,12.745667,12.24722,9.4529638,8.3698807,8.2657051,7.968081,7.8794756,7.7548943,7.7360711,8.0227871,7.7212386,13.846737,13.067181,12.865405,12.572105,12.896971,12.32791,9.5837622,8.6066675,8.5280952,8.2237959,8.1400928,8.0030518,8.0156803,8.312151,8.1893911,13.612538,12.972692,12.75808,12.444475,12.651946,12.187649,9.3819876,8.4046755,8.3557644,7.9677424,7.881813,7.7298121,7.7713051,8.0410156,8.1758394,12.904316,12.441565,12.25276,11.944938,11.976051,11.645347,9.9673624,8.2048359,8.0681353,7.1086335,7.0191159,6.9027634,6.8794179,7.0225177,7.1415043,13.666391,12.916219,12.733453,12.466664,12.770344,12.238538,9.1128378,8.1046839,8.01301,7.7524061,7.6754403,7.5511293,7.5447621,7.8346872,7.453054,13.715647,13.023768,12.810637,12.500639,12.760686,12.250548,9.4728661,8.5241671,8.4733572,8.1172953,8.0332336,7.8829794,7.9216428,8.2059507,8.3056469,13.637794,12.907742,12.718565,12.437984,12.652429,12.181508,9.3200388,8.196269,8.0843792,7.7949142,7.7054181,7.587718,7.559979,7.8410964,7.4748049,13.815603,13.145055,12.92568,12.598503,12.761172,12.30215,10.024723,8.9154692,8.8182249,8.3804817,8.2778263,8.1374445,8.1294785,8.3915558,8.4135418,13.192647,12.708399,12.502726,12.184764,12.227754,11.895311,9.5773211,8.1437454,8.0543423,7.3031178,7.2157927,7.0741825,7.0852532,7.2435913,7.419282,13.531088,12.941217,12.733985,12.407116,12.477745,12.076956,10.266708,9.0120325,8.8769016,8.3045597,8.1885929,8.0694695,8.0376911,8.2654161,8.2870884,13.514772,12.79475,12.61255,12.339786,12.523572,12.082812,9.1376686,7.9624619,7.8426156,7.5646687,7.4748983,7.3662043,7.3302693,7.6042399,7.1768093,13.268129,12.735943,12.528353,12.222329,12.341999,11.965557,8.9533958,7.9048562,7.8627715,7.4068623,7.3261924,7.1760221,7.2325301,7.4599957,7.6407537,13.779016,13.092756,12.879334,12.557713,12.703804,12.253148,10.061594,8.9043026,8.7860832,8.3699512,8.2627125,8.1337271,8.1094942,8.373168,8.3092594,13.553539,12.839837,12.66292,12.402795,12.657083,12.173127,8.8880415,7.8418121,7.7448988,7.4926338,7.4134598,7.2965298,7.2766271,7.5586166,7.0769329,11.604142,11.265553,11.123584,10.873322,10.88109,10.631027,9.3971615,6.6744628,6.5125194,5.2775831,5.2246485,5.1395884,5.1099072,5.1965866,5.294374,13.233651,12.73057,12.522723,12.210425,12.288938,11.939743,9.1597767,7.9719324,7.9147506,7.3498278,7.2671938,7.1180706,7.1587167,7.3562279,7.5453296,13.6384,13.047749,12.831508,12.499115,12.589889,12.182856,10.157493,8.9215431,8.8103809,8.2230673,8.114831,7.9802246,7.9647856,8.1850004,8.2646055,13.784673,13.121684,12.901282,12.575866,12.759742,12.293507,9.8452911,8.7868071,8.7091303,8.282486,8.1865892,8.0389051,8.048398,8.3139191,8.3878603,13.836671,13.132915,12.91527,12.59613,12.823825,12.323973,9.8161802,8.7904921,8.7139616,8.3307333,8.23773,8.0914354,8.1016388,8.3816576,8.4144459,13.481191,12.892095,12.678169,12.364572,12.525335,12.103798,9.2420282,8.2291231,8.1816225,7.7567501,7.6722293,7.5196733,7.565505,7.8160119,7.9764004,13.565792,12.988792,12.77035,12.443939,12.561789,12.157573,9.6610508,8.5297375,8.4581203,7.9366007,7.8432741,7.6935663,7.7130461,7.9416938,8.0890303,12.703693,12.257456,12.07962,11.77984,11.806289,11.478995,10.005533,8.1784649,8.0265198,7.0351911,6.9447303,6.8410172,6.8090611,6.9578204,7.0502381,13.310648,12.648352,12.496058,12.273889,12.556332,12.083427,8.0838375,7.1151371,7.0232873,6.8220782,6.7646422,6.6523452,6.6339655,6.9023705,6.2263904,13.720932,12.910653,12.727685,12.462845,12.870026,12.248796,9.1561432,8.2554131,8.1869688,7.9335489,7.8625331,7.7336578,7.7712135,8.0674505,7.8804383,13.275046,12.614232,12.454235,12.215202,12.403455,11.99302,8.2753296,7.1795044,7.0810146,6.8590121,6.7809715,6.6818118,6.6462908,6.9096766,6.2746973,13.227909,12.733209,12.5285,12.20751,12.25175,11.907094,9.8654623,8.3654861,8.2575579,7.4512649,7.3583837,7.223928,7.2182074,7.3773956,7.5284076,12.959558,12.510504,12.314371,12.006919,12.026342,11.723628,9.4570332,7.8388424,7.7407327,6.8881497,6.8074665,6.6719074,6.6805644,6.8067665,6.9841042,12.921445,12.447023,12.26429,11.955859,11.986131,11.638825,10.160125,8.5974178,8.4465542,7.595336,7.4913626,7.3875818,7.3528166,7.533586,7.6057796,13.804247,13.087746,12.877289,12.563484,12.744987,12.273528,9.929451,8.7967405,8.6834116,8.3107567,8.2088614,8.0793333,8.0575228,8.3328466,8.2149706,13.848164,13.144873,12.928151,12.607226,12.80239,12.320625,9.9606009,8.874712,8.7783127,8.3835754,8.2839537,8.1447363,8.1368008,8.411562,8.3865137,13.477422,12.82393,12.627586,12.321009,12.413979,12.00699,9.9099464,8.6926622,8.551857,8.1521416,8.0418797,7.934217,7.8938265,8.1549358,7.9993978,13.781641,13.044843,12.841084,12.539208,12.751177,12.264956,9.7348995,8.6195269,8.5090828,8.1753206,8.0792694,7.9520941,7.930851,8.2136497,8.0127068,13.857855,13.118837,12.908162,12.598586,12.839477,12.327868,9.8216143,8.7647772,8.6709547,8.3221846,8.228137,8.0911226,8.0852108,8.3718243,8.2764215,13.584602,12.799952,12.631841,12.388087,12.78995,12.189838,8.8137465,7.8997817,7.8206849,7.5947809,7.5335197,7.4110742,7.4382353,7.7291045,7.3713837,13.411371,12.830711,12.630508,12.309511,12.37007,11.976784,10.252679,9.0099611,8.8668108,8.3156624,8.1977053,8.0864248,8.0494251,8.2881355,8.2868357,13.298628,12.767561,12.568427,12.246031,12.293855,11.918876,10.251864,8.8572569,8.7172956,7.9942851,7.8829646,7.7680259,7.7366138,7.9342456,7.9990664,11.652669,11.3084,11.167418,10.914036,10.926636,10.66421,9.496645,6.9192739,6.7537556,5.5420356,5.4823189,5.4005775,5.3672242,5.472342,5.5576763,12.665837,12.242779,12.061206,11.763756,11.772706,11.479639,9.7229538,7.7482371,7.613884,6.5618272,6.4854312,6.3691392,6.3537941,6.4547319,6.6015878,12.733627,12.312792,12.125472,11.83461,11.846746,11.569565,8.9534626,7.3496766,7.2680397,6.4687686,6.3977671,6.2629094,6.2911358,6.4112492,6.5940046,12.051941,11.678944,11.529415,11.255552,11.268088,10.977329,9.7986536,7.7624283,7.5967121,6.513916,6.4339943,6.3498554,6.3132963,6.4585371,6.5348086,12.979901,12.519835,12.325371,12.014195,12.040054,11.719552,9.8190365,8.1096382,7.9888506,7.0600605,6.973731,6.8473015,6.835897,6.9673491,7.1170845,13.352021,12.686268,12.523136,12.281401,12.49679,12.062306,8.3731079,7.3202157,7.2264953,7.0013928,6.9239731,6.8184676,6.7904596,7.060267,6.4448485,13.492141,12.796896,12.605849,12.312283,12.431729,12.017338,9.5946112,8.3576155,8.2201929,7.8832049,7.7776093,7.6727228,7.6308279,7.8951068,7.6253347,13.277608,12.674448,12.48547,12.181238,12.251921,11.862887,10.035513,8.8375263,8.6925011,8.2545843,8.1404676,8.0371084,7.9955778,8.2686348,8.1773262,13.797315,12.993595,12.796266,12.511537,12.910422,12.287837,9.3782959,8.4996853,8.4469147,8.1609612,8.0850563,7.9457679,7.994092,8.2930317,8.2839499,13.58887,13.017531,12.800301,12.468639,12.558897,12.161855,10.004527,8.7664576,8.6688061,8.0626507,7.9604135,7.8194504,7.8155541,8.0277681,8.1464663,12.88395,12.231844,12.091206,11.874257,11.997181,11.657993,7.6970582,6.4553289,6.350306,6.1575103,6.0849233,6.0115128,5.9689193,6.2114797,5.5433364,13.701577,13.07889,12.858139,12.530246,12.680113,12.243292,9.7998476,8.7103291,8.6344976,8.1631823,8.0671396,7.9182405,7.9309502,8.1800795,8.2917776,13.289366,12.770802,12.568411,12.245406,12.295205,11.928899,10.149449,8.6767368,8.5477228,7.7605534,7.6571116,7.5340309,7.5109797,7.6893077,7.7908211,13.683296,13.008592,12.800394,12.482164,12.601256,12.169266,10.058317,8.863595,8.7324314,8.3134413,8.2028065,8.0824366,8.049613,8.3087511,8.2136536,17.187935,16.891115,16.56023,16.347153,16.257891,15.497206,14.566268,14.272084,14.272146,14.016764,13.168667,13.032694,13.016896,12.210993,12.196597,19.847755,19.529503,18.504189,18.208353,18.081282,15.245662,13.4779,13.703868,13.80975,13.186934,12.386061,12.284959,12.247938,11.961695,11.88131,20.240168,19.957033,19.34033,19.057074,18.828341,17.29664,16.163296,16.478426,16.514729,15.210486,14.436822,14.288145,14.263567,14.05163,13.923702,16.839506,16.499664,16.215576,15.988102,15.901839,15.187529,14.180976,13.783895,13.772684,13.519553,12.811409,12.744259,12.723783,11.700457,11.760058,14.745394,14.270098,13.819682,13.478786,13.408885,12.313015,10.640181,9.9236374,9.8642588,9.5742369,9.3209019,9.2816591,9.1838541,9.416935,9.4281597,17.989395,17.508593,16.474939,16.118231,16.044596,13.183954,10.871611,10.534108,10.566272,10.243672,9.7754726,9.7366886,9.6389799,9.6086569,9.6142263,20.102325,19.70813,18.241213,17.926716,17.86302,13.444814,10.780139,10.89562,11.035964,10.700979,10.025794,9.9777288,9.9068327,9.7278214,9.7258577,17.437595,17.012039,16.354101,16.030321,15.949639,14.206463,12.591875,12.203358,12.21284,11.86565,11.318487,11.257693,11.201623,10.815756,10.837646,16.01638,15.601488,15.413718,15.132814,15.054924,14.590874,13.333209,12.578478,12.525363,12.027618,11.532039,11.469197,11.440942,10.49946,10.657904,16.931276,16.560358,16.190954,15.928996,15.840578,14.927937,13.7754,13.358174,13.349851,13.057257,12.410885,12.341205,12.311486,11.516697,11.563033,21.466488,21.161879,19.545525,19.262251,19.157238,14.302526,11.704674,12.245222,12.462439,11.956178,11.079447,11.00767,10.962358,10.713218,10.663561,14.942339,14.496761,14.286628,13.934022,13.867949,13.436068,12.043616,10.980727,10.91127,10.247244,9.9423275,9.8782129,9.8416138,9.4799747,9.6221724,18.952656,18.6206,17.698534,17.41678,17.321829,14.766275,13.049118,13.073789,13.15755,12.75659,11.993873,11.901741,11.862032,11.447111,11.406406,16.771944,16.402122,16.092571,15.840129,15.753254,14.986232,13.889874,13.440986,13.425548,13.140902,12.494966,12.430543,12.403635,11.499779,11.565981,16.721752,16.280327,15.813976,15.489059,15.407533,14.249768,12.826666,12.281644,12.259776,11.906281,11.408202,11.34731,11.295282,10.854077,10.898886,16.22298,15.84402,15.683234,15.436845,15.362635,14.903959,13.70475,13.035922,12.984257,12.521801,11.954412,11.895569,11.870723,10.689906,10.850309,18.156013,17.805382,17.079662,16.799118,16.708923,14.758973,13.2416,13.087649,13.13482,12.786152,12.077956,11.992985,11.954489,11.447449,11.431519,15.378139,14.921831,14.683265,14.337464,14.266767,13.757695,12.411677,11.506577,11.445946,10.909762,10.553004,10.490234,10.450573,10.028892,10.150906,22.816772,22.521988,20.348263,20.105022,20.061453,12.954122,9.3149061,9.9689722,10.263641,9.9573212,9.0750656,9.0219688,8.9587927,8.7554741,8.7530212,17.408876,16.941063,16.161177,15.807872,15.73358,13.6375,11.743571,11.31014,11.314575,10.967416,10.495905,10.446475,10.367304,10.208799,10.220521,17.403366,17.055868,16.572554,16.310867,16.219566,15.006477,13.791305,13.494741,13.506949,13.198223,12.493204,12.404219,12.374352,11.710539,11.711601,15.541946,15.04988,14.623315,14.264572,14.198103,13.173299,11.619023,10.869019,10.811592,10.45417,10.127851,10.078353,10.001513,9.9699602,10.000728,17.136602,16.895,16.67761,16.520685,16.445108,15.905058,15.172308,14.906727,14.898914,14.728323,13.726574,13.573062,13.568139,12.406457,12.421703,22.971889,22.699064,20.547981,20.300371,20.224113,13.373192,9.9438105,10.714074,11.026812,10.668816,9.7145185,9.6541252,9.6014051,9.3458462,9.3274651,20.447989,20.13335,18.773611,18.492599,18.397476,14.399666,12.125127,12.45606,12.620819,12.182858,11.353582,11.273602,11.228337,10.909169,10.86562,16.762035,16.360014,15.986145,15.700644,15.614284,14.697329,13.466798,12.974964,12.957452,12.636931,12.057554,11.993115,11.956489,11.256777,11.315215,17.214291,16.826117,16.32893,16.041185,15.953771,14.687281,13.356415,12.972523,12.975353,12.654475,12.039486,11.969851,11.930827,11.320714,11.349579,16.371704,15.967886,15.71492,15.440257,15.359004,14.738876,13.588026,12.998916,12.964037,12.615072,12.057035,11.997795,11.966594,11.088619,11.191263,16.828835,16.341986,15.650447,15.290107,15.217387,13.405396,11.53986,10.997633,10.979385,10.637624,10.225692,10.179068,10.091126,10.01225,10.025543,16.544264,16.078283,15.58041,15.235515,15.158608,13.919621,12.394125,11.7959,11.765817,11.402992,10.959697,10.902851,10.839879,10.550406,10.58761,18.425705,18.101986,17.394968,17.120729,17.018709,15.165614,13.758251,13.686135,13.735607,13.313417,12.535184,12.41857,12.385759,11.948479,11.889696,19.340054,19.018362,18.059221,17.772417,17.663965,15.016603,13.299364,13.415454,13.50813,13.012303,12.22149,12.119392,12.081471,11.73417,11.668665,16.104424,15.665417,15.388287,15.077435,14.997782,14.357717,13.100973,12.411271,12.367549,11.968363,11.495586,11.434006,11.395204,10.757683,10.857267,15.416795,14.934784,14.589395,14.231682,14.165614,13.374056,11.945478,11.145318,11.0856,10.688567,10.355737,10.301438,10.240054,10.104579,10.159115,13.451035,13.061772,12.891696,12.512048,12.469212,12.141095,10.752405,9.1367712,9.0371923,8.0708752,7.9023986,7.8478322,7.8128958,7.7418747,7.8739505,16.620876,16.274332,16.063795,15.840628,15.763227,15.177746,14.185714,13.722495,13.697283,13.420789,12.743188,12.690484,12.668993,11.462822,11.562872,16.598347,16.220556,15.957798,15.705338,15.621872,14.959263,13.87396,13.373743,13.349181,13.04981,12.426949,12.367988,12.34101,11.365059,11.454202,18.732985,18.421831,17.73127,17.454033,17.335964,15.557205,14.220367,14.215807,14.263086,13.719386,12.908178,12.769089,12.738657,12.378345,12.289907,16.114277,15.624697,15.121803,14.762637,14.691533,13.445399,11.823995,11.151735,11.10777,10.751001,10.377356,10.326489,10.249069,10.141343,10.168728,17.814907,17.499622,16.981768,16.727556,16.629423,15.35689,14.194627,14.004472,14.025859,13.662413,12.858281,12.721481,12.69539,12.165239,12.111749,18.142771,17.842037,17.312504,17.057487,16.950829,15.66328,14.534125,14.410982,14.433986,13.991879,13.13129,12.959636,12.934764,12.502235,12.417888,18.568415,18.160872,17.167841,16.847221,16.772858,13.949987,11.931731,11.77226,11.836623,11.489859,10.881759,10.824068,10.761618,10.464429,10.469826,17.070332,16.618046,16.003315,15.663125,15.585097,13.98762,12.358788,11.872864,11.864062,11.509936,11.022203,10.965406,10.901577,10.603004,10.628325,20.273443,19.957312,18.974972,18.668865,18.503958,15.833601,14.164394,14.484407,14.5836,13.711734,12.928685,12.82838,12.793774,12.558519,12.46083,17.179682,16.811752,16.363842,16.094227,16.004944,14.881175,13.654126,13.28961,13.292093,12.987847,12.331634,12.256424,12.22393,11.527988,11.553493,15.09067,14.622672,14.340471,13.981712,13.918594,13.301746,11.934345,11.064145,11.002037,10.551693,10.238506,10.182442,10.131235,9.970562,10.048277,16.205881,15.801997,15.59041,15.317163,15.23932,14.710792,13.549745,12.900403,12.857568,12.45754,11.91804,11.859235,11.830359,10.883738,11.011539,24.021666,23.772303,21.298153,21.080362,21.029991,12.800622,8.7655869,9.6549759,10.019404,9.7174034,8.7379923,8.6826229,8.624609,8.4010201,8.3958521,17.041819,16.547462,15.679454,15.322021,15.249686,12.914668,10.646083,10.163699,10.164151,9.8568563,9.4679394,9.4315443,9.3178339,9.3772879,9.3844252,16.739132,16.468281,16.328413,16.160683,16.102108,15.566202,14.745818,14.383356,14.359817,14.132203,13.333857,13.295266,13.28075,11.661724,11.756136,19.229471,18.858404,17.721783,17.422657,17.34837,14.034426,11.895363,11.904779,12.007442,11.661923,10.974712,10.911572,10.855564,10.509758,10.508145,17.039248,16.753895,16.47718,16.282879,16.19796,15.541655,14.673774,14.367916,14.363969,14.144732,13.287384,13.170874,13.159059,12.161171,12.171949,16.317755,15.856744,15.446326,15.108855,15.030806,14.045374,12.630932,11.986971,11.949387,11.577455,11.133973,11.074709,11.019695,10.646513,10.70054,19.321623,18.970329,17.848055,17.559717,17.480244,14.224456,12.158606,12.217416,12.326733,11.974338,11.247368,11.177423,11.127367,10.739118,10.72882,16.061415,15.564897,14.980494,14.620028,14.549513,13.064184,11.249159,10.600772,10.560122,10.23043,9.8850527,9.8409977,9.7452307,9.770998,9.7849102,16.978996,16.722527,16.501455,16.334366,16.257792,15.667973,14.883981,14.598687,14.591779,14.409881,13.518518,13.425151,13.417379,12.149542,12.179918,16.808777,16.519636,16.340748,16.164925,16.092058,15.527726,14.685077,14.334953,14.319142,14.116678,13.321397,13.27385,13.261212,11.797897,11.886011,17.47426,17.146423,16.681391,16.430717,16.337332,15.197245,14.055324,13.791642,13.804725,13.491388,12.73308,12.622575,12.596714,11.95114,11.930319,17.982981,17.648842,17.024475,16.755228,16.66004,15.044411,13.702397,13.532941,13.568037,13.209328,12.462997,12.35847,12.326193,11.801667,11.767556,13.97726,13.550541,13.081662,12.771697,12.691282,11.548132,9.6576452,9.0435228,8.9986668,8.7776022,8.5769453,8.5482502,8.4286222,8.8621998,8.8678865,17.134951,16.813976,16.455141,16.224766,16.134598,15.275566,14.255914,13.935569,13.936459,13.668832,12.902445,12.801047,12.780708,11.960854,11.966407,16.12534,15.71819,15.521551,15.246782,15.169309,14.676631,13.483451,12.791421,12.744156,12.303065,11.779378,11.719274,11.69125,10.728004,10.87132,16.50658,16.091333,15.769963,15.479313,15.395123,14.621933,13.405255,12.841207,12.812427,12.473441,11.928565,11.866639,11.829808,11.113186,11.190866,16.926477,16.661201,16.444345,16.272263,16.196228,15.589955,14.781206,14.481151,14.472681,14.285168,13.434855,13.36316,13.353637,12.027548,12.071432,17.773733,17.482994,17.052408,16.818398,16.720829,15.722392,14.720272,14.525233,14.535369,14.178244,13.268412,13.074959,13.054673,12.540718,12.468022,16.679934,16.255585,15.852883,15.54655,15.462351,14.477736,13.164837,12.629044,12.606761,12.2648,11.733283,11.670444,11.626882,11.050463,11.106702,15.275006,14.832959,14.653262,14.335888,14.258662,13.880283,12.075387,10.91736,10.838029,10.052267,9.7309561,9.6552286,9.6233158,9.0020571,9.1928377,16.967512,16.567909,16.12957,15.83906,15.752338,14.657214,13.365667,12.918644,12.909973,12.587668,11.999728,11.933356,11.894183,11.260623,11.303678,16.916103,16.59127,16.298347,16.078375,15.991792,15.263504,14.284968,13.920835,13.913468,13.669405,12.927613,12.85195,12.833547,11.821348,11.864967,16.745375,16.403896,16.158913,15.937353,15.854107,15.21173,14.225875,13.805216,13.788619,13.536322,12.835174,12.776477,12.756679,11.626076,11.706891,17.077452,16.66069,16.145454,15.835837,15.751598,14.438862,13.019732,12.572778,12.56741,12.228832,11.673178,11.609239,11.562066,11.054124,11.089348,14.659243,14.2174,14.028647,13.677458,13.611156,13.242785,11.677999,10.292128,10.201184,9.2953043,9.0362196,8.9667616,8.9347401,8.5496655,8.7216644,15.750198,15.266037,14.608102,14.262433,14.190907,12.485987,10.287819,9.6789455,9.6498785,9.3699112,9.0709944,9.0370464,8.907342,9.0948715,9.1024189,19.251656,18.952423,18.284956,18.002956,17.853203,16.160357,14.901449,15.002121,15.044731,14.267878,13.442703,13.286769,13.258544,12.974464,12.862245,14.926168,14.468111,14.218059,13.857069,13.795405,13.265447,11.91017,10.977178,10.913348,10.400878,10.099934,10.04229,9.997035,9.8041611,9.901186,16.636784,16.244215,15.935476,15.665442,15.579876,14.82327,13.672447,13.164851,13.142278,12.831089,12.235325,12.173201,12.141736,11.309155,11.385082,14.778394,14.312634,14.007729,13.656189,13.59764,12.907787,11.527402,10.69054,10.626861,10.236,9.9550848,9.9050159,9.8451853,9.8482265,9.9002304,13.54913,13.151029,12.980489,12.605473,12.558966,12.238115,10.788927,8.967165,8.8555603,7.7699375,7.6008024,7.5425448,7.5098963,7.3655038,7.511323,16.552778,16.23671,16.099287,15.903203,15.83818,15.350499,14.375673,13.888079,13.849988,13.519318,12.817425,12.771068,12.752748,11.25457,11.389519,17.769152,17.374701,16.679598,16.375431,16.291859,14.423497,12.834809,12.548265,12.576024,12.236817,11.624183,11.5574,11.509189,11.043798,11.057467,16.311195,15.880339,15.574381,15.270741,15.188767,14.46732,13.220909,12.593712,12.557094,12.190993,11.687209,11.625701,11.586463,10.930668,11.016648,16.834578,16.547541,16.352812,16.175436,16.099529,15.521358,14.679711,14.34084,14.327742,14.130958,13.32775,13.274631,13.263259,11.860977,11.937884,24.808237,24.570238,21.923922,21.697502,21.619402,12.86832,8.6733847,9.729579,10.140159,9.7805452,8.7378197,8.68853,8.6375923,8.451088,8.4359989,16.713112,16.239523,15.6567,15.304256,15.229248,13.738887,12.08371,11.517003,11.492953,11.136593,10.701604,10.648293,10.576251,10.372835,10.397884,16.346184,15.901885,15.543688,15.223816,15.142747,14.293655,12.97293,12.344403,12.30865,11.940995,11.462296,11.400964,11.354883,10.835462,10.904558,17.48175,17.203485,16.858919,16.650112,16.559998,15.797263,14.9063,14.657348,14.657574,14.377501,13.416329,13.210462,13.194888,12.553516,12.501774,16.869987,16.580559,16.357269,16.171587,16.09247,15.47894,14.618458,14.28414,14.273829,14.070495,13.268268,13.204368,13.192411,11.908139,11.966965,17.081839,16.736853,16.358053,16.11129,16.021498,15.091784,13.992284,13.636721,13.63586,13.356363,12.651763,12.569842,12.544652,11.736948,11.761424,19.884148,19.553349,18.296692,18.016251,17.933323,14.244186,12.047132,12.240511,12.380039,12.009743,11.229046,11.154833,11.106791,10.736448,10.714098,15.90912,15.469476,15.229756,14.917044,14.839391,14.294339,13.028406,12.270083,12.219996,11.766393,11.316314,11.25385,11.218196,10.549503,10.671704,14.778465,14.333814,14.111315,13.753961,13.692013,13.231445,11.875956,10.86824,10.802089,10.208382,9.9178448,9.857975,9.8179913,9.5774899,9.6967278,16.82513,16.560469,16.413506,16.254742,16.19104,15.645185,14.854321,14.527065,14.509649,14.316384,13.487879,13.447708,13.435904,11.80669,11.8976,17.850483,17.407869,16.566391,16.226091,16.150814,13.841511,11.944566,11.613567,11.63945,11.290231,10.761063,10.707513,10.637713,10.399515,10.410201,16.603651,16.300144,16.157133,15.966517,15.903697,15.394758,14.47856,14.033421,14.000903,13.709775,12.980214,12.936264,12.9183,11.408518,11.525688,16.426947,16.069038,15.889524,15.657068,15.58462,15.067047,14.026155,13.48282,13.446012,13.103022,12.470173,12.418057,12.395135,11.171275,11.295861,16.895205,16.677971,16.56624,16.437605,16.38657,15.847981,15.15321,14.884195,14.86763,14.703589,13.80457,13.772944,13.763479,11.910831,11.991265,17.727608,17.35775,16.72814,16.442677,16.354713,14.692379,13.246049,12.984798,13.011934,12.681195,12.020781,11.944863,11.905147,11.356257,11.361484,17.27162,17.000805,16.706684,16.51441,16.428894,15.780758,14.945885,14.671667,14.668587,14.435398,13.472637,13.285336,13.273757,12.474772,12.44817,17.157051,16.894562,16.634842,16.456505,16.374327,15.785475,14.990128,14.710133,14.705439,14.501896,13.537963,13.371496,13.36314,12.410809,12.404946,15.780005,15.364651,15.190027,14.898408,14.82152,14.393945,12.962423,12.070517,12.00183,11.375996,10.939289,10.868382,10.834703,9.953373,10.126032,15.654545,15.194763,14.926975,14.587258,14.513763,13.924885,12.597495,11.782134,11.7271,11.263607,10.873667,10.811954,10.769163,10.326586,10.430302,16.972095,16.666302,16.379009,16.17108,16.085142,15.380419,14.451483,14.117943,14.112865,13.881043,13.092121,13.003271,12.987961,11.968006,11.996629,15.302931,14.853743,14.653776,14.31754,14.243573,13.823764,12.375514,11.320601,11.249142,10.554273,10.209774,10.140551,10.106905,9.5503387,9.7164688,15.019146,14.533577,14.114927,13.765171,13.701555,12.69277,11.111345,10.353057,10.290816,9.9647369,9.6850853,9.6410551,9.5553331,9.6725931,9.6929235,17.445002,17.140749,16.737455,16.505508,16.412085,15.470766,14.457294,14.201704,14.208882,13.904696,13.065447,12.917416,12.897112,12.252225,12.21251,14.751518,14.278419,13.927456,13.582184,13.523939,12.699972,11.247725,10.450193,10.385432,10.040122,9.7690353,9.7229033,9.6500788,9.7453632,9.7769222,15.852988,15.387716,15.071489,14.73067,14.655935,13.938851,12.588421,11.835317,11.784564,11.37093,10.967561,10.907334,10.858443,10.468724,10.548711,18.729448,18.276648,17.122171,16.773964,16.701124,13.419041,11.074381,10.886166,10.950658,10.615589,10.070133,10.027693,9.944067,9.8331652,9.8351173,16.717033,16.386728,16.17491,15.965602,15.886912,15.292305,14.344481,13.926969,13.907507,13.661182,12.94369,12.890734,12.872481,11.615556,11.70785,16.416273,16.039175,15.828134,15.578723,15.501636,14.942909,13.865228,13.309689,13.274874,12.937761,12.332822,12.277613,12.251678,11.174265,11.288084,15.663729,15.219293,15.00283,14.680961,14.604897,14.126936,12.802662,11.937474,11.879362,11.335824,10.927206,10.862232,10.828167,10.18804,10.332649,15.976211,15.493661,15.070426,14.715721,14.643851,13.630218,12.135454,11.426033,11.37754,11.002378,10.621581,10.566662,10.500765,10.304567,10.347826,18.551529,18.260754,17.720421,17.460976,17.338236,16.029045,14.923928,14.878738,14.902032,14.327999,13.435894,13.24114,13.216661,12.866054,12.758282,15.866486,15.390016,15.021646,14.671113,14.598608,13.741435,12.320717,11.582069,11.531036,11.138701,10.754158,10.696754,10.638689,10.373136,10.431561,17.004398,16.850752,16.776226,16.687088,16.651012,16.10878,15.541853,15.355564,15.342882,15.226559,14.227503,14.205692,14.199481,12.086349,12.147041,18.986891,18.675642,18.450075,17.986301,17.956814,17.833658,17.569,17.436432,16.653,16.560003,16.407789,16.713388,16.605318,16.725971,15.789824,18.823494,18.365231,18.109673,17.176203,17.115974,16.882849,16.407804,16.20899,15.9671,15.808397,15.548349,15.803843,15.718318,15.716524,15.200932,17.908337,17.552294,17.311798,16.768772,16.710672,16.505142,16.052441,15.836399,15.61489,15.477363,15.26758,15.473344,15.382767,15.563749,14.8028,18.430962,18.099083,17.873945,17.341097,17.300209,17.142214,16.80365,16.636396,16.199318,16.087385,15.910423,16.180561,16.080149,16.212107,15.297513,18.961586,18.539169,18.295294,17.460833,17.409697,17.211376,16.806173,16.6243,16.27644,16.138109,15.903527,16.188469,16.095055,16.112478,15.526754,18.409517,17.881302,17.588289,16.614288,16.538269,16.221283,15.531975,15.310791,15.165891,14.962499,14.684864,14.843363,14.773873,14.783787,14.357837,18.084738,17.762442,17.540359,17.042007,16.997673,16.83176,16.47047,16.290384,15.935151,15.819865,15.641218,15.88587,15.788478,15.951975,14.968966,17.995718,17.660595,17.430984,16.912937,16.862812,16.680079,16.280146,16.084084,15.797032,15.672296,15.480676,15.709645,15.614896,15.787443,14.894525,18.287237,17.800947,17.531267,16.690504,16.61932,16.344421,15.765047,15.540388,15.374666,15.193623,14.93376,15.108611,15.033285,15.085437,14.602767,17.722015,17.280159,17.021801,16.459724,16.386003,16.137865,15.585524,15.33951,15.200696,15.040993,14.80107,14.941424,14.865919,15.043533,14.484201,18.004267,17.484421,17.217438,16.528494,16.453424,16.181578,15.596118,15.360053,15.218282,15.042353,14.79044,14.926911,14.858506,14.959545,14.463876,18.326527,18.035435,17.825523,17.401665,17.369265,17.240646,16.960739,16.816248,16.23135,16.137228,15.987773,16.260283,16.157381,16.312531,15.162324,18.185196,17.631294,17.352209,16.542578,16.465858,16.168356,15.532231,15.30278,15.164246,14.971541,14.706179,14.839747,14.773032,14.822651,14.367917,18.210573,17.839622,17.598804,16.985128,16.93071,16.729612,16.297867,16.095322,15.829113,15.692454,15.483011,15.714071,15.621802,15.756613,15.024611,17.219887,16.973967,16.801466,16.468937,16.436861,16.310474,16.02146,15.86475,15.343238,15.252961,15.115244,15.302374,15.210961,15.42571,13.773571,18.837135,18.484182,18.253189,17.653894,17.614708,17.457371,17.125834,16.965893,16.434906,16.321775,16.137045,16.428219,16.326197,16.418858,15.630924,18.113541,17.691692,17.436468,16.751402,16.68614,16.446863,15.934431,15.710369,15.519089,15.36039,15.123693,15.315475,15.232488,15.35086,14.769239,17.455738,17.182085,16.986557,16.605295,16.565327,16.417562,16.084242,15.908576,15.536706,15.434242,15.277649,15.48345,15.388852,15.604345,14.248345,18.481985,18.092953,17.850111,17.160521,17.107601,16.907068,16.484879,16.290255,15.99227,15.85459,15.640417,15.889735,15.796606,15.890232,15.212522,18.111649,17.832355,17.630455,17.232647,17.200813,17.074787,16.798401,16.653711,16.074776,15.982796,15.83795,16.096245,15.995313,16.163307,14.898987,17.841717,17.509394,17.277918,16.780758,16.727325,16.53788,16.117809,15.91126,15.66256,15.534731,15.339033,15.552277,15.458949,15.653524,14.771953,18.469799,18.149685,17.928406,17.427437,17.389959,17.243086,16.927507,16.769615,16.271648,16.166208,15.998522,16.275082,16.172941,16.30821,15.338509,18.24864,17.898445,17.665548,17.094473,17.045763,16.863617,16.471958,16.283014,15.96269,15.837112,15.642576,15.888978,15.793127,15.932943,15.105291,17.387352,17.140471,16.966276,16.630787,16.600756,16.48004,16.205748,16.056927,15.463288,15.3756,15.240994,15.439768,15.347348,15.550336,13.909134,18.008837,17.709455,17.499094,17.05319,17.014444,16.866539,16.542564,16.376728,15.947826,15.843338,15.680768,15.92748,15.82884,16.000113,14.857594,17.79258,17.476944,17.25433,16.788401,16.739376,16.563465,16.172575,15.976385,15.693781,15.573988,15.39034,15.608949,15.514039,15.7125,14.71406,16.676773,16.47551,16.342745,16.088545,16.068478,15.971143,15.732927,15.59947,14.717491,14.642502,14.529095,14.650814,14.569984,14.791202,12.635198,17.95715,17.497343,17.236519,16.577646,16.506277,16.250511,15.697037,15.461648,15.305321,15.138612,14.893699,15.051128,14.975486,15.102494,14.56509,18.938301,18.602844,18.374811,17.832197,17.79814,17.656597,17.356131,17.209105,16.556087,16.452055,16.281593,16.581099,16.476116,16.578585,15.735503,18.372414,18.029827,17.800737,17.241226,17.196732,17.027237,16.664318,16.487291,16.10701,15.988441,15.8025,16.063787,15.965377,16.096794,15.231698,17.288692,17.069468,16.911255,16.633968,16.610882,16.514507,16.289101,16.16065,15.170097,15.09536,14.981542,15.146786,15.06056,15.262209,13.286679,17.687454,17.429173,17.244209,16.88834,16.857819,16.736366,16.465097,16.319494,15.724216,15.635771,15.498609,15.723247,15.627204,15.816366,14.316179,18.420235,18.016451,17.768711,17.049374,16.992409,16.777557,16.325369,16.121716,15.86309,15.717081,15.492981,15.728065,15.63809,15.728129,15.096506,18.904156,18.531116,18.296394,17.63088,17.588579,17.420132,17.06872,16.902575,16.416012,16.295925,16.096685,16.388285,16.288349,16.358957,15.644711,18.214714,17.820211,17.572405,16.90938,16.850285,16.631964,16.165573,15.953781,15.721319,15.574381,15.351425,15.56943,15.480809,15.601919,14.951619,17.92864,17.548882,17.301449,16.720541,16.658115,16.437355,15.953593,15.729426,15.531271,15.384774,15.162708,15.3567,15.269592,15.43787,14.763999,17.710781,17.417156,17.208918,16.78405,16.741585,16.584887,16.236086,16.056454,15.703787,15.595308,15.428705,15.650743,15.554796,15.753458,14.568218,18.621576,18.116287,17.839985,16.824322,16.753466,16.468334,15.873987,15.660278,15.489123,15.300654,15.024838,15.224669,15.149673,15.13718,14.69219,18.011312,17.72344,17.51899,17.099215,17.063906,16.926794,16.625931,16.469891,15.977914,15.879706,15.726263,15.975887,15.876512,16.048168,14.824526,18.109209,17.621197,17.354338,16.605619,16.533182,16.262703,15.686154,15.455155,15.299109,15.122211,14.867903,15.026115,14.952574,15.037878,14.539042,18.137093,17.87364,17.677092,17.320049,17.292122,17.179459,16.931442,16.799408,16.09136,16.007313,15.874528,16.13331,16.031965,16.203846,14.840714,17.957092,17.390984,17.125347,16.498192,16.421106,16.153112,15.569152,15.329523,15.199082,15.028188,14.784135,14.901207,14.840438,14.956882,14.463736,17.837175,17.331272,17.069353,16.476315,16.400764,16.14266,15.574636,15.331286,15.197297,15.032214,14.790307,14.918268,14.850473,14.99729,14.474133,18.435919,17.981054,17.720152,16.879124,16.813751,16.562939,16.03994,15.824275,15.624325,15.456579,15.20586,15.414505,15.332731,15.382976,14.862841,16.963617,16.758259,16.616077,16.354855,16.336514,16.244965,16.019255,15.89149,14.870612,14.796978,14.685217,14.820123,14.738625,14.948189,12.824556,17.804962,17.257999,16.995672,16.441368,16.363277,16.10556,15.532498,15.285103,15.163016,15.000371,14.762666,14.872412,14.810423,14.966592,14.452888,18.513395,18.206457,17.988848,17.525156,17.491274,17.356422,17.06547,16.91795,16.342831,16.24441,16.087034,16.369398,16.265533,16.40538,15.374604,18.768713,18.368408,18.126459,17.378458,17.328388,17.134991,16.73415,16.550362,16.199183,16.064566,15.846555,16.11908,16.024202,16.080713,15.437224,18.711491,18.329702,18.091486,17.404743,17.357401,17.174213,16.791374,16.612175,16.230055,16.101847,15.895485,16.169701,16.07275,16.150082,15.451553,17.805271,17.50997,17.30158,16.869474,16.828442,16.674984,16.335394,16.160845,15.781366,15.674373,15.509437,15.739583,15.642864,15.831602,14.653454,17.69585,17.394693,17.180237,16.744516,16.698505,16.532343,16.161303,15.971813,15.664983,15.551209,15.376854,15.593729,15.498345,15.703942,14.595724,18.463501,18.024292,17.767845,16.954842,16.892374,16.654028,16.157103,15.945656,15.7263,15.565893,15.322842,15.543367,15.458632,15.517027,14.968143,17.851023,17.442703,17.188673,16.597351,16.529207,16.291697,15.769563,15.534296,15.367315,15.211849,14.977953,15.14785,15.066082,15.232697,14.630308,18.441914,18.071848,17.834106,17.198606,17.148956,16.960835,16.562033,16.373743,16.046061,15.916038,15.713007,15.967882,15.872419,15.982637,15.238504,18.13999,17.524984,17.251629,16.54385,16.464638,16.179525,15.567787,15.334418,15.202166,15.018106,14.762939,14.875773,14.814683,14.884344,14.416076,18.621313,18.198715,17.948961,17.149576,17.092722,16.875053,16.423834,16.224575,15.95573,15.807032,15.574697,15.821673,15.732019,15.784816,15.196678,17.891466,17.393478,16.75289,15.818148,15.747177,14.218972,12.91785,12.866718,12.766531,12.605078,12.109399,12.112938,12.047618,11.964423,11.782135,16.679918,16.290873,15.882602,15.207237,15.137333,14.380068,13.306982,13.138882,13.050795,12.915379,12.415892,12.376722,12.326418,12.250931,11.932758,19.897312,19.011061,18.644972,16.075449,16.012201,15.406731,14.59312,14.351741,14.232665,14.086966,13.752928,13.85604,13.793694,13.386552,13.156711,23.962807,22.249928,21.952599,16.811769,16.760565,16.401793,15.859948,15.659142,15.541639,15.423223,15.143547,15.319753,15.266651,14.097181,13.911517,17.828186,17.275223,16.876753,15.586645,15.518442,14.787721,13.818048,13.593039,13.488362,13.339884,12.942412,12.987774,12.927726,12.805692,12.534491,16.946083,16.534819,16.092342,15.359308,15.28903,14.391233,13.320734,13.185607,13.087921,12.943735,12.433374,12.398703,12.345401,12.250146,11.97716,20.703941,19.709064,19.380877,16.401819,16.34322,15.905611,15.190997,14.952047,14.826752,14.687383,14.386023,14.534806,14.472473,13.931235,13.683125,16.630772,16.228004,15.824014,15.097529,15.028756,14.389276,13.183541,12.963447,12.88892,12.762094,12.344137,12.342358,12.291839,12.28366,11.921145,17.542547,17.026546,16.643791,15.48872,15.420389,14.756217,13.778379,13.545501,13.447092,13.303194,12.909692,12.950701,12.892708,12.80196,12.502583,17.874376,17.343636,16.809078,15.702771,15.632711,14.446254,13.292433,13.155174,13.049004,12.889948,12.434752,12.455015,12.390836,12.289874,12.082215,16.88983,16.600075,16.232878,15.838562,15.771587,15.0495,14.162658,14.132846,14.031029,13.905097,13.01458,12.774423,12.736441,12.572607,12.290821,17.018417,16.645149,16.142879,15.548097,15.478533,14.34854,13.227148,13.221434,13.111896,12.964961,12.353023,12.269208,12.218296,12.08257,11.855803,17.262043,16.94438,16.418289,15.953163,15.888454,14.618251,13.511933,13.717928,13.576626,13.431014,12.618228,12.435461,12.390021,12.200777,12.022103,16.282568,15.965872,15.552094,15.086769,15.020117,14.354128,13.056139,12.89197,12.818839,12.702869,12.136456,12.035619,11.992135,11.954726,11.580584,21.326256,20.146385,19.729715,16.252918,16.189026,15.429621,14.598655,14.376898,14.25748,14.112368,13.783851,13.887307,13.824303,13.221338,13.044067,18.248045,17.6409,17.277502,15.750368,15.684603,15.111616,14.185244,13.933517,13.827378,13.682775,13.331661,13.410437,13.349781,13.203977,12.910721,23.835413,22.099314,21.7764,16.593895,16.539921,16.107456,15.507488,15.299095,15.183097,15.059968,14.790977,14.925196,14.870519,13.76342,13.588769,17.76783,17.304306,16.637939,15.823214,15.752358,14.129406,12.788917,12.79167,12.691786,12.531588,12.006801,11.99309,11.929471,11.842589,11.664891,16.814444,16.458561,16.013697,15.457047,15.387431,14.45009,13.400744,13.347111,13.244137,13.103989,12.474122,12.372896,12.32545,12.190502,11.929071,16.678589,16.358459,15.9656,15.49789,15.429248,14.659791,13.683819,13.61154,13.515655,13.385863,12.665939,12.510005,12.467977,12.328802,12.031292,17.947659,17.383739,16.942221,15.644003,15.575213,14.694019,13.674823,13.473624,13.3655,13.211861,12.796678,12.835868,12.773752,12.645494,12.405123,16.83226,16.565804,16.228659,15.879434,15.815768,15.236843,14.319866,14.228499,14.146044,14.035093,13.084264,12.801727,12.766516,12.656093,12.31461,19.851358,19.031431,18.688246,16.331736,16.272301,15.831505,15.008147,14.76162,14.63662,14.492902,14.191231,14.339371,14.274976,13.923277,13.646221,18.326809,17.715595,17.219065,15.785175,15.715974,14.660876,13.583042,13.399776,13.289338,13.130704,12.712671,12.759129,12.693649,12.550056,12.340796,22.301863,20.903063,20.550032,16.371593,16.312435,15.772118,15.070002,14.845603,14.726542,14.591375,14.294831,14.412117,14.353178,13.545734,13.358287,16.437702,16.144384,15.765072,15.358809,15.292963,14.659602,13.542307,13.411384,13.332886,13.217118,12.505215,12.333006,12.293047,12.213629,11.848154,16.835581,16.508398,16.083002,15.601379,15.53308,14.637621,13.640548,13.624178,13.517101,13.380804,12.651771,12.497981,12.454466,12.296019,12.03862,17.185291,16.886967,16.460438,16.042858,15.979914,15.035894,14.085013,14.176828,14.052879,13.916742,13.004502,12.760899,12.720292,12.53524,12.322698,21.641451,20.4097,19.941685,16.345924,16.279568,15.373393,14.490534,14.288378,14.173961,14.02849,13.692094,13.796306,13.732613,13.116438,12.952974,17.682209,17.250675,16.560913,15.845558,15.775229,14.060227,12.687583,12.7554,12.653515,12.495104,11.936348,11.903833,11.842376,11.743175,11.571287,18.443348,17.887215,17.15303,16.06287,15.990105,14.197678,12.799044,12.756015,12.667365,12.503892,12.016448,12.041715,11.972754,11.898203,11.733435,19.080505,18.350044,17.838392,15.970163,15.900928,14.813337,13.752834,13.559135,13.446353,13.287344,12.890581,12.959015,12.891576,12.67504,12.48401,18.962626,18.294413,17.643766,16.099342,16.02656,14.514148,13.261765,13.137718,13.040308,12.878282,12.438177,12.49371,12.424631,12.286888,12.114994,18.019173,17.640371,16.767496,16.19994,16.132206,13.769195,12.164396,12.510481,12.404877,12.250684,11.602093,11.540099,11.480898,11.351486,11.218636,20.779648,19.734056,19.388823,16.254662,16.19416,15.672099,14.930854,14.692689,14.57163,14.431346,14.119318,14.241179,14.180042,13.618025,13.394173,17.194771,16.733591,16.314548,15.390579,15.320824,14.515446,13.480213,13.29091,13.193339,13.047873,12.600017,12.604462,12.548078,12.463788,12.181625,18.580896,17.94478,17.385975,15.904805,15.834527,14.590492,13.438801,13.27828,13.170812,13.009418,12.583186,12.633043,12.565316,12.424153,12.234567,19.532459,18.718117,18.361126,16.038496,15.97519,15.405836,14.586466,14.340433,14.222606,14.077107,13.743415,13.847591,13.785299,13.4377,13.189518,17.197239,16.747887,16.294918,15.43432,15.364191,14.435165,13.362183,13.210304,13.109669,12.960989,12.483578,12.473535,12.416789,12.324708,12.066015,17.614269,17.1332,16.576414,15.659204,15.588843,14.320947,13.12528,13.033362,12.928856,12.770888,12.282715,12.280642,12.218444,12.125975,11.919973,17.451685,17.006086,16.435472,15.642058,15.571712,14.248255,13.02964,12.982513,12.877645,12.721272,12.20089,12.178479,12.118502,12.020496,11.816712,18.66972,18.066912,17.362169,16.089169,16.016397,14.328056,12.985395,12.904703,12.813654,12.650408,12.182895,12.222786,12.153502,12.059473,11.891611,19.93693,19.044067,18.580761,16.087879,16.020586,15.096657,14.143942,13.928271,13.810851,13.656862,13.292642,13.380399,13.31431,12.95525,12.767536,20.225391,19.29941,18.766163,16.212456,16.142033,15.015738,13.986959,13.797325,13.686668,13.531602,13.155045,13.244087,13.176713,12.819646,12.647803,16.838343,16.414396,16.019438,15.217607,15.148048,14.455728,13.391685,13.184501,13.097989,12.961987,12.522055,12.518972,12.466175,12.411846,12.082679,18.803194,18.105703,17.733208,15.860233,15.794794,15.16265,14.282986,14.039071,13.925639,13.777681,13.422307,13.505969,13.443877,13.206678,12.949574,17.391106,16.926029,16.42997,15.537173,15.46699,14.393707,13.273149,13.147895,13.0439,12.89035,12.407655,12.40108,12.341798,12.246407,12.014675,18.214031,17.800404,16.892973,16.263758,16.193542,13.760992,12.110771,12.375954,12.290278,12.133609,11.519459,11.47981,11.416637,11.319008,11.183904,17.687113,17.340475,16.568787,16.043732,15.977841,13.906808,12.442926,12.837793,12.69952,12.547729,11.8577,11.763495,11.710119,11.543543,11.406569,18.0756,17.538076,16.92058,15.838368,15.767467,14.323217,13.062905,12.968896,12.867393,12.705206,12.234506,12.254533,12.187873,12.098641,11.913557,20.330454,19.356075,18.975555,16.121595,16.058264,15.404163,14.587034,14.351354,14.231387,14.085409,13.751936,13.85393,13.791355,13.320901,13.110572,17.148172,16.68018,16.299713,15.334438,15.265912,14.656399,13.601131,13.362541,13.275991,13.14009,12.752515,12.785254,12.730599,12.691826,12.354338,26.043846,23.756073,23.475212,16.896145,16.849064,16.515205,16.030972,15.85119,15.744357,15.638222,15.384741,15.543873,15.496835,13.964881,13.813089,16.387293,16.02989,15.618267,15.037197,14.968778,14.290999,13.052908,12.865475,12.791046,12.668259,12.184285,12.137378,12.090226,12.059629,11.695423,17.296247,16.933847,16.328695,15.771993,15.703954,14.213847,12.96638,13.116713,12.993725,12.842584,12.18504,12.088872,12.036734,11.882479,11.702675,19.096825,18.348755,17.918758,15.912692,15.845824,15.0145,14.069573,13.845722,13.729329,13.575445,13.201898,13.277794,13.213108,12.952019,12.737105,18.431469,17.790207,17.382561,15.757108,15.689838,14.92747,13.981148,13.753607,13.641837,13.490112,13.107216,13.170485,13.10788,12.922606,12.678841,17.52482,17.015602,16.605776,15.493913,15.42488,14.652816,13.650196,13.439835,13.338377,13.190636,12.772048,12.799911,12.741197,12.642266,12.367326,19.024948,18.288671,17.903284,15.896269,15.830716,15.150178,14.265983,14.027123,13.911642,13.762146,13.403794,13.487082,13.424292,13.155957,12.915786,16.7045,16.331472,15.910349,15.29396,15.223921,14.396566,13.340513,13.215132,13.121664,12.984291,12.429128,12.362436,12.31348,12.211523,11.915528,17.25153,16.818398,16.305286,15.529798,15.459501,14.321399,13.175163,13.092196,12.987844,12.835385,12.317842,12.290008,12.232684,12.13129,11.904326,21.776537,20.542795,20.216858,16.463442,16.406189,15.96068,15.295488,15.066791,14.944456,14.810781,14.516844,14.660267,14.600829,13.853083,13.636981,17.095991,16.675957,16.197861,15.451238,15.380928,14.35801,13.252916,13.149247,13.047059,12.898303,12.378734,12.344623,12.289482,12.187521,11.941129,17.553154,17.238159,16.496872,15.997831,15.934464,13.909812,12.497365,13.056595,12.871117,12.722362,11.982839,11.86097,11.811811,11.614944,11.488261,18.2297,17.749828,16.930225,16.117599,16.044567,13.953917,12.424977,12.505276,12.422112,12.260509,11.718012,11.711739,11.64495,11.576054,11.423885,17.389755,17.060547,16.429487,15.933144,15.86762,14.249884,12.986561,13.303891,13.153061,13.003376,12.258662,12.12153,12.072454,11.886212,11.730813,18.2719,17.921436,16.935347,16.41906,16.353432,13.568736,11.821772,12.376751,12.260147,12.110488,11.415198,11.342979,11.286586,11.136703,11.02458,20.782005,19.714458,19.317284,16.176659,16.113125,15.408124,14.583631,14.354004,14.233788,14.08781,13.756017,13.857924,13.795053,13.263844,13.070523,18.301416,17.717655,17.131689,15.863364,15.792752,14.456349,13.251932,13.119349,13.014962,12.852898,12.406151,12.441968,12.374599,12.265457,12.077052,16.505301,16.148411,15.746093,15.170695,15.101322,14.371664,13.279183,13.124833,13.040337,12.910677,12.36742,12.297562,12.25058,12.171236,11.836929,16.870775,16.4888,16.035101,15.402411,15.332267,14.380994,13.306459,13.219846,13.119219,12.976136,12.408257,12.341606,12.290933,12.175471,11.912861,17.118362,16.716097,16.202522,15.525462,15.455355,14.303617,13.158663,13.115082,13.008968,12.858928,12.300226,12.247379,12.19297,12.077237,11.850775,19.461008,18.69175,18.096149,16.141777,16.069517,14.740561,13.590995,13.429139,13.324713,13.164911,12.755692,12.8286,12.759854,12.541075,12.368019,18.07935,17.770996,16.798698,16.302267,16.24085,13.413258,11.692659,12.518311,12.331879,12.18792,11.458082,11.368014,11.318751,11.129805,11.032031,17.221504,16.74708,16.35947,15.368178,15.299144,14.621998,13.610828,13.386949,13.293737,13.152668,12.742069,12.765968,12.709976,12.64078,12.328762,17.62784,17.227118,16.517632,15.884935,15.815689,14.01322,12.61687,12.765019,12.657113,12.500866,11.901682,11.847954,11.789127,11.670012,11.505907,17.253038,16.950006,16.48904,16.058735,15.995905,14.934203,13.933719,14.079717,13.946744,13.806471,12.911045,12.67978,12.63765,12.448788,12.254543,17.007725,16.665812,16.180279,15.665533,15.597514,14.498612,13.420465,13.469245,13.352314,13.208759,12.506603,12.374088,12.327325,12.164668,11.944582,22.557175,21.190268,20.883295,16.719162,16.6651,16.28903,15.697989,15.481981,15.357618,15.230162,14.939057,15.119124,15.06119,14.156425,13.942429,17.270702,16.882748,16.297806,15.677274,15.60792,14.207258,12.975928,13.035653,12.923038,12.770556,12.169484,12.101066,12.046402,11.915529,11.720981,19.471249,18.690739,18.345055,16.136417,16.074699,15.585711,14.755357,14.504646,14.38545,14.241308,13.924425,14.046947,13.983829,13.670954,13.398221,17.598497,17.096674,16.612806,15.580106,15.510254,14.483078,13.387638,13.232232,13.126925,12.97216,12.516892,12.529227,12.468124,12.368629,12.137093,20.778332,19.803913,19.483889,16.574842,16.51783,16.126444,15.439333,15.204725,15.073133,14.933219,14.635396,14.813161,14.749199,14.206936,13.945396,16.649282,16.303017,15.891768,15.354484,15.284925,14.475354,13.447166,13.348947,13.254566,13.120626,12.497518,12.392693,12.347036,12.226693,11.929151,18.242523,17.795687,16.918943,16.207859,16.135153,13.843811,12.240635,12.410171,12.329709,12.170506,11.591784,11.569628,11.5046,11.425745,11.282077,18.280834,17.662092,17.272003,15.718052,15.650973,14.951157,14.019481,13.784746,13.675265,13.525908,13.147898,13.211627,13.150118,12.980507,12.719884,16.828566,16.546431,16.197981,15.816428,15.750401,15.110234,14.219514,14.147528,14.057701,13.939555,13.035662,12.783549,12.746816,12.611486,12.294864,17.409294,16.925274,16.479698,15.487896,15.418144,14.518226,13.464826,13.289303,13.186895,13.036511,12.586394,12.595841,12.537096,12.44202,12.186089,17.04855,16.75321,16.356178,15.947742,15.883028,15.047888,14.133009,14.164726,14.05017,13.918482,13.0162,12.775305,12.735597,12.556466,12.315396,16.496929,16.168598,15.777998,15.28504,15.216348,14.501089,13.454918,13.330949,13.244789,13.118438,12.483495,12.363805,12.320368,12.217325,11.884326,18.287745,17.772596,17.001926,16.066191,15.993294,14.071556,12.611733,12.621531,12.535226,12.372232,11.860215,11.869575,11.801461,11.734646,11.575272,16.991726,16.56086,16.139767,15.32722,15.257175,14.443913,13.39275,13.218805,13.123817,12.980886,12.509431,12.495805,12.441512,12.35967,12.070271,17.3507,16.933544,16.352077,15.649484,15.579428,14.208078,12.975626,12.97672,12.869591,12.714893,12.159949,12.117371,12.059691,11.949171,11.749369,20.61565,20.362486,19.936056,19.85622,19.848576,19.824858,19.774847,19.744614,19.687197,19.663715,19.622475,20.393732,20.194469,20.355539,20.027536,20.58144,20.327705,19.901268,19.814711,19.802004,19.77529,19.726294,19.691587,19.661594,19.641235,19.520214,20.304779,20.104774,20.264774,20.026308,20.926014,20.678024,20.210205,20.179781,20.177055,20.167402,20.146423,20.133652,20.114183,20.104486,20.087288,20.902525,20.688896,20.851166,20.589085,20.029003,19.75284,19.465067,19.193047,19.173359,19.112112,18.983889,18.910841,18.530685,18.462362,18.362654,18.98506,18.828381,18.951832,18.469093,20.808836,20.554262,20.102743,20.042356,20.035656,20.017372,19.98012,19.956032,19.92617,19.909245,19.869631,20.667507,20.4601,20.619095,20.354008,20.281893,20.014956,19.650925,19.474648,19.459377,19.414923,19.323074,19.267693,19.131889,19.087198,19.00844,19.71487,19.535376,19.678732,19.293493,19.96957,19.72352,19.374725,19.236965,19.225904,19.186127,19.099369,19.049519,18.842453,18.798676,18.737816,19.419361,19.246588,19.414688,18.880714,20.384699,20.124035,19.7356,19.59963,19.587366,19.550667,19.474159,19.428057,19.321468,19.284634,19.220377,19.950531,19.763964,19.916916,19.543009,20.41209,20.146072,19.762613,19.601301,19.583191,19.542439,19.464104,19.411224,19.352835,19.317839,19.201929,19.942423,19.754623,19.895111,19.619738,20.843304,20.593967,20.136805,20.094051,20.089966,20.076553,20.047853,20.03039,20.002651,19.989378,19.965668,20.769733,20.559862,20.722279,20.443552,20.808819,20.556381,20.10437,20.049633,20.043892,20.027081,19.99209,19.970211,19.938597,19.922474,19.890873,20.688848,20.481113,20.64175,20.364323,20.642515,20.382536,19.956673,19.856611,19.845779,19.817928,19.762133,19.725737,19.679512,19.654041,19.589012,20.362202,20.163151,20.316364,20.035858,20.3785,20.12771,19.72954,19.629744,19.620773,19.591021,19.52747,19.490059,19.394526,19.363995,19.31637,20.056822,19.866806,20.030926,19.630394,20.818789,20.570946,20.116505,20.075079,20.071453,20.058407,20.030008,20.013006,19.98374,19.970572,19.948141,20.750301,20.540968,20.704439,20.416288,20.412289,20.168453,19.759441,19.689974,19.68358,19.660423,19.610744,19.582132,19.515108,19.49159,19.457251,20.212402,20.016977,20.186008,19.789488,20.191509,19.913591,19.589214,19.345919,19.325069,19.270592,19.161392,19.093489,18.966,18.91396,18.808208,19.490427,19.318396,19.438211,19.089689,20.913652,20.66634,20.200104,20.169914,20.167463,20.157976,20.137024,20.124403,20.10425,20.094585,20.0777,20.891996,20.678684,20.841356,20.575195,19.353136,19.516985,19.338116,19.309599,19.188046,19.155678,19.066288,19.009575,18.898026,18.88316,18.845373,18.786745,18.582035,19.771639,19.617924,19.146851,19.331747,19.121326,19.083427,18.943766,18.905523,18.788528,18.716906,18.545219,18.525574,18.479151,18.405882,18.170286,19.493147,19.318693,19.565321,19.740517,19.5653,19.548044,19.43187,19.400085,19.338806,19.290983,19.216114,19.205585,19.174118,19.127913,18.91959,20.228996,20.066828,19.098795,19.327194,19.048061,18.991369,18.81823,18.767597,18.587776,18.481346,18.302986,18.270437,18.204138,18.100374,17.80022,19.37303,19.151512,19.512899,19.745352,19.486748,19.446867,19.287554,19.245897,19.114634,19.033216,18.90728,18.882349,18.832111,18.746742,18.455791,19.978308,19.758532,19.580696,19.680576,19.578644,19.565392,19.490622,19.470009,19.428696,19.398184,19.356129,19.350426,19.328186,19.299646,19.179655,19.990061,19.899275,19.474619,19.63063,19.466045,19.443029,19.33078,19.301191,19.226719,19.177256,19.099243,19.086863,19.052757,19.002043,18.81073,19.951773,19.806734,19.619066,19.689196,19.614353,19.601643,19.544394,19.528847,19.492886,19.469091,19.425909,19.421059,19.403244,19.380186,19.29351,19.866465,19.802279,19.286427,19.400219,19.272869,19.249977,19.157907,19.132513,19.068249,19.027508,18.881289,18.872795,18.847481,18.806339,18.662451,19.556494,19.449766,19.644833,19.872293,19.63496,19.607714,19.463337,19.426432,19.331442,19.267784,19.160637,19.142714,19.101465,19.033659,18.75865,20.25235,20.041889,15.354558,15.906513,15.247471,15.274636,15.278134,15.253921,14.795111,14.704066,14.977684,14.909227,14.854041,14.1113,13.592067,16.152779,15.862529,22.663784,23.841864,22.656731,22.64843,22.638491,22.627903,22.588251,22.574078,21.293261,21.288288,21.273336,21.235804,20.079388,23.149706,22.277962,14.036323,14.633103,13.999687,14.023056,14.021169,14.009057,13.486378,13.432168,14.011676,13.978883,13.923328,12.946393,12.394218,14.795811,14.530661,9.7297316,10.077106,9.7160158,9.7806654,9.7822609,9.7792253,9.2398529,9.1951447,10.579136,10.555936,10.533642,8.9875565,8.6758957,10.356924,10.254573,15.444899,15.867967,15.256785,15.32616,15.346557,15.316801,14.905744,14.774546,14.95475,14.840853,14.795638,14.154678,13.756756,16.25585,16.000973,14.018009,14.384829,13.856512,13.991716,14.005959,13.98684,13.540328,13.417141,13.856675,13.756967,13.723433,12.917429,12.580729,14.751159,14.542384,22.527681,23.704918,22.518557,22.509579,22.502783,22.494785,22.435717,22.422983,21.173824,21.167717,21.146864,21.089363,19.935648,22.968119,22.107111,9.7116728,10.010806,9.6774902,9.7739925,9.7780933,9.774786,9.2456036,9.1899452,10.541771,10.509966,10.49122,8.9847298,8.717802,10.327085,10.23098,23.101591,24.334196,23.098898,23.096113,23.093849,23.091322,23.075317,23.071255,21.674034,21.671993,21.665216,21.650425,20.436886,23.435022,22.515314,15.107644,15.806352,15.065821,15.057044,15.040222,15.021421,14.501193,14.461087,14.869553,14.849373,14.768303,13.886871,13.237508,15.785296,15.455423,15.618647,16.35844,15.59087,15.591435,15.584552,15.573263,15.080516,15.044518,15.335813,15.315466,15.239158,14.425384,13.736397,16.333967,15.972156,20.948261,22.017183,20.929306,20.915287,20.908646,20.89743,20.708109,20.684944,19.814941,19.801901,19.749636,19.536846,18.501623,21.4953,20.771713,21.474426,22.566431,21.453026,21.436834,21.429977,21.417908,21.274471,21.251051,20.257957,20.244986,20.202038,20.048378,18.985191,22.000471,21.238476,20.820261,21.854939,20.792973,20.770435,20.754786,20.735434,20.541023,20.508833,19.678631,19.663364,19.614313,19.401966,18.399878,21.437422,20.734093,18.221289,19.04129,18.163084,18.142982,18.136688,18.114822,17.762543,17.705549,17.438015,17.400562,17.333458,16.866653,16.08363,18.946201,18.45615,21.876015,22.974813,21.8596,21.842104,21.825785,21.807274,21.708969,21.681812,20.60149,20.591547,20.564051,20.465889,19.392174,22.495844,21.704136,12.07769,12.338541,11.934957,12.129596,12.138483,12.130734,11.659461,11.530268,12.305438,12.238574,12.220823,11.186974,10.954975,12.184363,12.027427,19.438969,20.404953,19.409834,19.392279,19.38122,19.365591,19.065168,19.033464,18.513794,18.496145,18.428455,18.05831,17.133436,20.070887,19.466387,19.860468,20.792847,19.818077,19.782932,19.755903,19.72308,19.46174,19.411242,18.81399,18.794731,18.743174,18.445164,17.544201,20.580853,19.9692,22.317091,23.482691,22.307312,22.297949,22.292189,22.284431,22.205441,22.191986,20.993731,20.987083,20.959637,20.879553,19.738918,22.759575,21.916819,16.008644,16.728626,15.943227,15.909624,15.873857,15.836072,15.333276,15.274808,15.515377,15.491402,15.412448,14.642518,13.965464,16.629896,16.264032,18.859732,18.082354,17.834396,16.672571,16.65782,16.424452,16.005194,15.491788,15.274673,15.081535,14.696458,15.023859,14.913891,14.893194,14.70908,18.271257,17.720953,17.494663,16.936863,16.920944,16.758596,16.456602,16.052481,15.873428,15.727667,15.130683,15.537036,15.417296,15.556377,15.366068,16.594732,15.636127,15.468069,14.740236,14.733629,14.448368,13.896894,12.690378,12.333385,12.057889,11.730636,11.956364,11.858244,12.060629,11.936131,18.80941,18.19133,17.943827,17.08906,17.073919,16.894407,16.566404,16.191093,16.016697,15.865101,15.376897,15.758808,15.640436,15.674093,15.475752,20.944632,19.613638,19.318108,16.306421,16.285048,15.91715,15.354779,14.830714,14.614473,14.38576,14.105866,14.320323,14.229705,13.769318,13.622271,16.240028,15.156149,14.980951,14.033661,14.025982,13.66551,13.024103,11.604267,11.237213,10.949732,10.661067,10.834606,10.753053,10.93823,10.844562,17.29398,16.340378,16.13835,15.141299,15.130376,14.808496,14.225088,13.206459,12.885,12.618334,12.302111,12.529993,12.432837,12.562648,12.429137,15.158867,14.080126,14.026421,13.643274,13.637712,13.485251,13.170451,11.41374,10.956163,10.674238,10.174887,10.415417,10.334545,10.629278,10.559829,15.886106,14.879326,14.74341,14.175703,14.173816,13.912319,13.380696,11.927967,11.533448,11.246425,10.921797,11.130206,11.032471,11.276686,11.165432,17.725672,17.154478,16.958775,16.538897,16.524387,16.367596,16.068247,15.546855,15.335513,15.174829,14.506521,14.91116,14.797334,15.004971,14.834033,18.028444,17.092525,16.865513,15.640792,15.626999,15.30532,14.741182,13.913095,13.626493,13.375578,13.053989,13.299321,13.200024,13.247801,13.099897,18.602894,17.506649,17.247744,15.444183,15.425593,15.00327,14.342289,13.50918,13.228881,12.962337,12.673135,12.869369,12.776526,12.711428,12.580184,17.488821,16.966417,16.781479,16.444233,16.428932,16.281708,16.00186,15.512441,15.317234,15.16862,14.385636,14.80514,14.696922,14.93856,14.77869,15.207581,14.118287,13.994946,13.420359,13.420423,13.136757,12.56024,10.825859,10.409152,10.110185,9.8311968,9.995573,9.8989935,10.136094,10.036944,17.384682,16.512993,16.321976,15.518233,15.508353,15.248347,14.75666,13.828983,13.516306,13.267662,12.898946,13.171479,13.069178,13.226721,13.081256,19.70735,18.781862,18.511244,16.741409,16.724691,16.466501,16.022253,15.555149,15.34941,15.153847,14.817441,15.117064,15.012148,14.807257,14.625859,17.063364,16.31452,16.162741,15.756455,15.746489,15.584249,15.261408,14.38789,14.079924,13.865217,13.289405,13.642866,13.53828,13.786889,13.64721,19.184231,18.55233,18.294861,17.262486,17.247469,17.074581,16.76206,16.446272,16.289001,16.148388,15.672652,16.051926,15.933408,15.891202,15.687047,19.569666,18.496313,18.22558,16.167358,16.148815,15.807122,15.251958,14.643823,14.405696,14.172613,13.870564,14.110764,14.014056,13.806105,13.649813,15.444306,14.372485,14.288723,13.807408,13.802164,13.609644,13.2194,11.551326,11.112209,10.8262,10.399199,10.622416,10.537248,10.814004,10.733559,17.159266,16.099001,15.887639,14.670967,14.657808,14.264937,13.603837,12.451505,12.117786,11.836076,11.548929,11.734142,11.645546,11.755957,11.64429,20.825527,19.748196,19.457844,17.03108,17.01368,16.774521,16.368225,15.996754,15.816507,15.639083,15.324848,15.62199,15.519133,15.08357,14.900583,16.032621,14.969761,14.808785,13.996284,13.990671,13.658916,13.040219,11.586031,11.209868,10.921594,10.63186,10.811578,10.725696,10.930284,10.832536,19.492493,18.666641,18.400486,16.914234,16.898302,16.66881,16.264807,15.835271,15.640058,15.459131,15.093657,15.420395,15.310771,15.167536,14.977149,20.355442,19.535828,19.250877,17.511002,17.495457,17.322689,17.015427,16.746706,16.598289,16.462076,16.092638,16.448776,16.332945,16.02976,15.822707,18.731535,17.74369,17.493439,15.899879,15.883381,15.544954,14.976876,14.261331,13.999018,13.75563,13.444262,13.686291,13.588038,13.524862,13.372225,19.20076,18.303143,18.04475,16.501471,16.485424,16.212978,15.740829,15.196188,14.970894,14.761609,14.421513,14.713181,14.608794,14.496329,14.321081,17.444481,16.688686,16.51207,15.95784,15.947084,15.760594,15.39821,14.597313,14.305974,14.091107,13.590117,13.930385,13.823298,14.023402,13.870909,18.111954,17.389652,17.173203,16.414545,16.401897,16.192778,15.800148,15.179958,14.935297,14.736255,14.291661,14.634665,14.523588,14.641384,14.467402,21.074074,19.828493,19.533894,16.680738,16.661497,16.365835,15.886864,15.445086,15.2471,15.043804,14.753128,15.006798,14.91149,14.421021,14.256834,18.297308,17.463402,17.234276,16.157305,16.143927,15.879895,15.402191,14.721313,14.46294,14.239786,13.876343,14.170628,14.065189,14.112642,13.945924,19.57617,18.34483,18.049446,15.632181,15.609269,15.115326,14.409351,13.687676,13.43258,13.165999,12.884531,13.060186,12.969166,12.756602,12.629063,18.610559,17.867271,17.628218,16.630478,16.616386,16.392769,15.984866,15.450564,15.228313,15.035816,14.629448,14.965687,14.854515,14.886082,14.70311,17.169167,17.000122,17.247755,17.058033,16.602869,16.52887,16.325584,16.195024,16.85743,16.827631,16.755005,16.497135,16.519903,18.347036,18.312319,12.86761,12.485497,12.64946,12.560863,12.158262,12.103103,11.429076,10.856062,12.066376,12.00215,11.971932,11.127306,11.199936,12.309731,12.355294,17.792603,17.257959,18.452059,18.433371,16.929688,16.903175,16.841238,16.806181,18.776793,18.769888,18.543419,18.470783,18.477013,19.136805,19.118973,13.467391,13.240086,13.619244,13.538582,13.079412,13.027258,12.556753,12.364971,13.776899,13.735199,13.647887,12.90741,12.948,14.20188,14.21411,12.773633,12.301319,12.415391,12.32086,11.877,11.822724,11.072253,10.286394,11.468873,11.409182,11.396282,10.5119,10.597328,11.568342,11.626018,14.536769,14.233429,14.478409,14.32217,13.87618,13.804065,13.271003,12.915447,13.97281,13.908015,13.833824,13.252745,13.317956,14.567253,14.586534,12.697988,12.093567,12.161202,12.059922,11.528707,11.475468,10.633313,9.5391188,10.728482,10.677867,10.67694,9.7218714,9.8200884,10.564592,10.633566,12.716901,12.463783,12.746322,12.680002,12.294328,12.245144,11.69475,11.404113,12.787639,12.734115,12.674406,11.816097,11.864652,13.065275,13.091042,14.657359,14.409254,14.763009,14.636482,14.139413,14.076766,13.649324,13.438636,14.63849,14.590034,14.504704,13.93402,13.976431,15.347267,15.350393,17.825718,17.615578,17.751671,17.306911,16.87978,16.797646,16.448549,16.229,16.746849,16.688505,16.598244,16.254662,16.309116,17.442801,17.441483,17.580175,17.448549,17.655102,17.527212,17.12771,17.043797,16.912222,16.797541,17.308189,17.28791,17.228579,17.057983,17.071644,19.320684,19.261604,14.315847,14.05178,14.364232,14.238043,13.774818,13.711658,13.233164,12.971459,14.161422,14.106279,14.027916,13.409186,13.458956,14.766309,14.777842,15.24881,15.006176,15.443188,15.329676,14.747855,14.684422,14.338469,14.187133,15.419439,15.381884,15.287437,14.811077,14.842584,16.346786,16.335146,16.839571,16.654787,17.025759,16.950529,16.368336,16.261627,16.133982,16.001646,16.79512,16.778572,16.69902,16.532961,16.546104,19.672188,19.579643,13.714163,13.207711,13.313717,13.176965,12.691837,12.618331,11.826544,10.976855,11.987178,11.919416,11.885181,11.180243,11.290833,12.220918,12.279916,17.758314,17.567497,17.7218,17.284262,16.84487,16.769405,16.470072,16.282486,16.817059,16.768404,16.68889,16.348507,16.392523,17.633762,17.627495,17.008236,16.778559,16.93248,16.554379,16.12781,16.042995,15.662751,15.417467,16.014469,15.955352,15.865578,15.509569,15.567625,16.764135,16.764772,16.717714,16.515726,16.758028,16.508312,16.043407,15.970795,15.679493,15.505607,16.245821,16.20347,16.123091,15.781382,15.817581,17.351969,17.336813,14.008432,13.575872,13.716733,13.567496,13.114407,13.036289,12.315039,11.646347,12.638123,12.566195,12.51421,11.873567,11.975209,13.004704,13.052142,16.724257,16.526657,16.860933,16.719349,16.186626,16.110023,15.894147,15.762702,16.60268,16.573532,16.491056,16.214899,16.237032,18.223303,18.18322,16.769188,16.555265,16.759203,16.452633,16.004829,15.928778,15.596988,15.390717,16.078951,16.029322,15.946434,15.588383,15.633852,17.014523,17.007902,16.307468,16.076399,16.307974,16.051802,15.592792,15.516889,15.154845,14.93268,15.718057,15.666114,15.581881,15.194153,15.241766,16.646461,16.641964,15.574236,15.278579,15.469727,15.230885,14.794175,14.707317,14.201254,13.850507,14.670246,14.60237,14.514111,14.072144,14.145983,15.360413,15.374029,17.864353,17.29468,18.565813,18.550169,16.959906,16.943836,16.881617,16.857361,18.940111,18.934093,18.697765,18.625847,18.63217,18.97756,18.970232,15.928794,15.666056,15.877769,15.626509,15.179872,15.098569,14.663873,14.380961,15.187211,15.126353,15.039494,14.620607,14.681139,15.981317,15.986266,13.73712,13.354376,13.531543,13.402965,12.971878,12.902472,12.242643,11.690939,12.777894,12.708179,12.657778,11.963767,12.046338,13.165627,13.205569,15.158502,14.899021,15.193492,15.025557,14.547373,14.477533,14.045285,13.796797,14.835977,14.7811,14.698052,14.191385,14.240969,15.615078,15.618937,14.511361,14.125346,14.283752,14.106475,13.664408,13.57864,12.910522,12.354332,13.280073,13.206151,13.135392,12.580956,12.679737,13.753087,13.790408,16.621841,16.419283,16.685589,16.466394,15.987579,15.915464,15.633483,15.468793,16.251768,16.211702,16.130825,15.791947,15.825247,17.429657,17.410965,17.167562,16.75996,17.679831,17.645859,16.479094,16.425074,16.317276,16.246035,17.878689,17.864923,17.69754,17.563192,17.573317,19.053949,19.013504,18.129511,17.527431,18.85725,18.846539,17.167192,17.155647,17.118881,17.102501,19.232372,19.229044,18.974129,18.934092,18.938431,19.186129,19.180328,14.325617,13.843412,13.939726,13.765686,13.287273,13.195057,12.3738,11.565046,12.421045,12.347715,12.285755,11.733855,11.86953,12.749353,12.806821,15.662976,15.408451,15.668106,15.460818,14.992569,14.918048,14.504973,14.25414,15.169146,15.113344,15.029037,14.580928,14.632618,16.012764,16.014175,14.791439,14.50736,14.772007,14.609074,14.15205,14.080586,13.588314,13.279646,14.328478,14.267156,14.188625,13.638103,13.697077,14.992489,15.005543,14.017789,13.671761,13.878479,13.740499,13.308651,13.237742,12.628109,12.166817,13.248462,13.179613,13.118231,12.467643,12.543307,13.715169,13.746715,16.774921,16.379162,17.274008,17.22814,16.117558,16.068426,15.906827,15.833462,17.509312,17.492052,17.327665,17.115837,17.128025,18.352175,18.325024,14.415699,13.984611,14.1107,13.933743,13.479427,13.389611,12.647741,11.975946,12.86444,12.789689,12.722392,12.170065,12.286487,13.266315,13.313403,15.184903,14.889933,15.115298,14.916348,14.467918,14.388618,13.884962,13.545231,14.475797,14.410543,14.328407,13.83426,13.90171,15.162118,15.176242,15.641686,15.406068,15.746526,15.586594,15.067974,14.999737,14.647552,14.463985,15.497206,15.45273,15.365593,14.924945,14.962273,16.480215,16.470537,16.814674,16.587217,17.087677,17.042669,16.316648,16.204552,16.104078,15.975007,16.94619,16.933432,16.836594,16.706228,16.71562,20.063923,19.95858,17.628532,17.10285,18.283453,18.261879,16.788883,16.763857,16.682718,16.646255,18.625246,18.616419,18.400133,18.303513,18.311388,18.902849,18.888878,17.968397,17.845934,18.006039,17.778442,17.413857,17.346046,17.198332,17.090755,17.527809,17.503839,17.447681,17.244108,17.261314,18.903267,18.869648,17.853367,17.271955,18.575956,18.564259,16.942636,16.931185,16.867239,16.848497,18.982365,18.976633,18.728798,18.649975,18.654903,18.885983,18.882023,17.65369,17.150385,18.27846,18.255775,16.833397,16.799585,16.72739,16.683552,18.57325,18.565107,18.347389,18.25955,18.265804,19.13695,19.112843,16.356266,16.09693,16.264656,15.952131,15.525218,15.436905,14.999903,14.709495,15.392831,15.328782,15.236454,14.855965,14.922063,16.131187,16.136602,17.463034,17.299038,17.494463,17.193415,16.761816,16.69158,16.46722,16.325403,16.901056,16.866472,16.794941,16.507853,16.536491,18.077715,18.056425,17.135239,16.960819,17.195795,16.96734,16.515694,16.443604,16.216805,16.076077,16.737047,16.703503,16.629377,16.345659,16.372528,18.056894,18.030218,16.464659,16.257101,16.569468,16.393263,15.881872,15.809933,15.54013,15.388416,16.252806,16.21616,16.13278,15.796823,15.826135,17.53796,17.51366,13.407452,13.113559,13.369094,13.270631,12.857875,12.799347,12.233759,11.877654,13.12121,13.05967,12.999732,12.249263,12.307252,13.525127,13.551445,14.10461,13.795376,14.040024,13.90599,13.470186,13.402412,12.84552,12.471399,13.594061,13.529183,13.461489,12.818395,12.883182,14.111877,14.135466,12.94259,12.627371,12.846661,12.76321,12.372425,12.317988,11.710669,11.291601,12.556132,12.493277,12.446362,11.621448,11.682219,12.863979,12.897971,16.7377,16.59864,16.874941,16.814804,16.331026,16.202806,16.109314,15.96311,16.556303,16.54274,16.481598,16.362335,16.373878,20.259699,20.146404,15.276769,14.991699,15.618282,15.544981,14.790853,14.732576,14.421974,14.312408,15.826336,15.79814,15.685801,15.236145,15.260444,16.60025,16.58617,13.04623,12.809742,13.138441,13.065328,12.649427,12.598907,12.086636,11.849084,13.249864,13.201628,13.12908,12.322866,12.367455,13.588594,13.607945,13.71437,13.443859,13.738302,13.633447,13.199433,13.140282,12.619476,12.326743,13.579685,13.52255,13.452282,12.747164,12.799362,14.053882,14.072815,16.371077,16.129414,16.603765,16.503754,15.840701,15.766418,15.546046,15.424033,16.517775,16.49099,16.392359,16.10215,16.122486,18.102734,18.061316,17.557201,17.381971,17.557392,17.176502,16.738295,16.667011,16.408587,16.246786,16.804945,16.764059,16.687828,16.367853,16.403196,17.78487,17.771845,18.150705,18.007256,18.159414,17.736801,17.314148,17.247425,17.048159,16.918558,17.378265,17.345257,17.277784,16.986687,17.012814,18.398144,18.379374,14.716088,14.372336,14.562554,14.38016,13.940856,13.858263,13.261004,12.808129,13.752517,13.681139,13.605371,13.066113,13.15014,14.30667,14.334051,17.104469,16.783716,17.512516,17.482899,16.505724,16.415216,16.335751,16.233362,17.535454,17.525379,17.388081,17.28758,17.294836,19.954878,19.869459,13.653106,13.220336,13.364466,13.235044,12.788766,12.718452,12.003125,11.331815,12.392675,12.323113,12.281771,11.571954,11.665121,12.71192,12.760468,13.764643,13.444118,13.675812,13.556028,13.131777,13.066862,12.482708,12.075682,13.232008,13.166348,13.105837,12.412283,12.478594,13.682318,13.710728,16.316092,16.000305,15.856064,15.765572,15.958647,15.901386,14.793337,14.225688,14.346356,14.067985,14.116982,13.907201,13.979132,15.359721,15.451147,14.894375,14.400652,14.277575,14.115538,14.217518,14.225228,12.389476,11.394329,11.539907,11.001359,11.123606,10.974138,11.067791,11.92415,12.161694,16.175783,15.718454,15.596054,15.372265,15.595575,15.538452,14.21447,13.249292,13.13797,12.582664,12.804222,12.6483,12.734983,13.639656,13.810415,13.580431,13.075967,12.967998,12.883525,13.125988,13.318857,10.886499,10.284326,10.730454,10.477872,10.480009,10.335675,10.605977,11.355791,11.558011,15.43692,14.962136,14.847114,14.627339,14.745139,14.688315,13.243505,11.949244,11.86191,11.042724,11.260833,11.124324,11.172119,11.990582,12.183026,13.825671,13.369382,13.271328,13.104706,13.144671,13.117746,11.400516,9.5804071,9.5792437,8.4758921,8.6202497,8.5113888,8.5416174,9.2032928,9.4231071,16.89608,16.750193,16.591881,16.571712,16.717455,16.61248,15.887321,15.541071,15.709723,15.514862,15.468287,15.235466,15.217425,16.964771,16.937941,17.229376,17.130587,16.985022,16.986086,17.287439,17.209988,16.617878,16.31675,16.372997,16.185226,16.146227,15.908446,15.976478,17.750996,17.705606,15.055098,14.643885,14.506119,14.438869,14.643378,14.649404,12.974608,12.481499,12.859872,12.638927,12.607846,12.42661,12.5632,13.712719,13.822893,14.840223,14.381395,14.242435,14.17035,14.414288,14.399909,12.591629,12.114356,12.52642,12.319715,12.274369,12.10123,12.257026,13.305509,13.409922,12.943675,12.424651,12.332671,12.194557,12.277304,12.345931,9.7617502,8.2406006,8.3917351,7.5962539,7.6702538,7.5746775,7.6667609,8.1413174,8.4751902,13.920681,13.399811,13.291336,13.14142,13.242441,13.304893,11.080371,9.8947506,10.078669,9.4272575,9.5309582,9.4062004,9.522727,10.182948,10.462648,14.271911,13.774298,13.652433,13.536543,13.710592,13.812768,11.653974,10.918937,11.244823,10.905306,10.959908,10.805114,10.993021,11.818614,12.040619,14.561776,14.060878,13.945286,13.777514,13.857339,13.860878,11.96854,10.763769,10.873077,10.175958,10.306192,10.171689,10.249249,11.019546,11.270278,18.143986,18.109484,17.990252,18.003925,18.742186,18.681656,18.273417,18.062496,17.838175,17.684734,17.635897,17.429626,17.716942,19.262983,19.18692,16.748598,16.559038,16.392904,16.3554,16.447304,16.307739,15.493119,15.126731,15.346035,15.151017,15.093496,14.872724,14.813293,16.494959,16.481667,17.071413,16.806999,16.668543,16.579254,17.002796,16.936646,16.051254,15.548672,15.486024,15.226019,15.270763,15.060534,15.22616,16.558706,16.610626,14.227084,13.710496,13.59335,13.451404,13.582668,13.661997,11.484242,10.546231,10.789633,10.312897,10.406729,10.264835,10.414874,11.1597,11.416025,15.972723,15.637263,15.492845,15.411456,15.566259,15.520209,14.278347,13.717443,13.918542,13.646976,13.672851,13.46855,13.533869,14.894824,15.001676,12.063557,11.655461,11.576627,11.44197,11.452257,11.331617,7.8906817,5.9934554,5.9892793,5.2173214,5.258522,5.2002873,5.179646,5.501574,6.1537566,17.492147,17.421156,17.281918,17.289404,17.687151,17.613716,17.088835,16.820917,16.812599,16.636368,16.590199,16.35849,16.470768,18.207697,18.147081,12.142373,11.713053,11.633035,11.502271,11.544204,11.464882,7.576932,6.0901895,6.1380863,5.5364327,5.5871496,5.5239749,5.5227804,5.8624988,6.6805372,12.369912,11.816455,11.726196,11.617857,11.834551,12.123814,9.0260382,8.179637,8.5741463,8.2072992,8.2806835,8.1665888,8.4533615,8.8631191,9.1191263,13.939104,13.4541,13.329206,13.258771,13.525872,13.65224,11.407999,10.922187,11.418846,11.225161,11.186388,11.020504,11.283443,12.125149,12.220408,16.642832,16.441202,16.280531,16.245111,16.364403,16.247217,15.390043,15.006078,15.217252,15.01338,14.967111,14.744185,14.717416,16.379547,16.381844,15.44166,15.068753,14.928271,14.859745,15.03108,15.015126,13.535324,13.018236,13.331046,13.089254,13.076369,12.88588,12.98334,14.246384,14.362208,18.104355,18.078861,17.956373,17.970781,18.645481,18.580694,18.176723,17.967861,17.780087,17.627579,17.576849,17.365732,17.615294,19.205944,19.120331,17.188848,17.116646,16.954142,16.944284,17.047848,16.940931,16.355112,16.066013,16.23403,16.061026,15.998377,15.75901,15.698591,17.538395,17.462475,15.502782,15.079462,14.943948,14.820624,14.965878,14.953613,13.407809,12.696129,12.886396,12.539759,12.612255,12.432154,12.528299,13.633667,13.808753,15.478329,15.033929,14.900933,14.757061,14.890992,14.876179,13.297514,12.50703,12.659281,12.262768,12.364355,12.191444,12.282633,13.322399,13.513016,16.087877,15.790635,15.637208,15.583429,15.726962,15.638404,14.490784,14.040331,14.303939,14.081425,14.047765,13.841041,13.8659,15.335372,15.396398,16.469217,16.205194,16.057325,15.993591,16.179363,16.112595,15.137768,14.639748,14.773199,14.523554,14.549467,14.326598,14.379678,15.907581,15.964067,16.845764,16.686436,16.534761,16.516634,16.717009,16.63505,15.898083,15.529659,15.659777,15.452426,15.42914,15.191622,15.220703,16.963131,16.952744,16.037418,15.639313,15.502337,15.361032,15.539942,15.497294,14.17632,13.457619,13.541081,13.183389,13.290206,13.103777,13.189162,14.3379,14.486587,16.699305,16.497549,16.347799,16.312147,16.51384,16.440573,15.621462,15.198336,15.321147,15.0961,15.099849,14.864936,14.909064,16.581203,16.598175,12.535721,11.981349,11.879643,11.767718,11.989929,12.281342,9.2318745,8.4585762,8.8768806,8.5547562,8.624999,8.4982786,8.8113565,9.2426395,9.4538937,18.041569,17.993355,17.878359,17.898281,18.661533,18.612997,18.19453,17.977896,17.743189,17.582516,17.539719,17.328495,17.6378,19.194798,19.134035,12.031434,11.615627,11.535933,11.402312,11.400034,11.296964,8.5766668,6.2542915,6.2277155,5.2415323,5.2852402,5.2242799,5.2052455,5.5390925,5.9620786,16.768478,16.551172,16.404427,16.355469,16.60017,16.531805,15.70898,15.260301,15.337784,15.103985,15.131193,14.898382,14.968143,16.581718,16.607071,16.568102,16.357761,16.202404,16.167675,16.312883,16.220074,15.336827,14.930412,15.122918,14.908029,14.879229,14.652685,14.658115,16.310183,16.326567,16.2125,15.860065,15.719003,15.606603,15.802393,15.752247,14.551253,13.924039,14.027034,13.719629,13.791468,13.591825,13.674755,14.946962,15.063803,17.048954,16.917336,16.771021,16.76438,17.048168,16.978479,16.331245,15.991519,16.056959,15.854514,15.838465,15.596156,15.668389,17.444189,17.420053,15.819069,15.483349,15.338299,15.269732,15.422398,15.379467,14.08616,13.564638,13.818937,13.567888,13.567156,13.36534,13.431209,14.798182,14.899392,12.685494,12.192505,12.104567,11.966954,12.013921,12.02037,9.4400692,7.6196771,7.6996794,6.7825642,6.8424349,6.7597866,6.8021603,7.2331948,7.5939126,11.831102,11.285473,11.208633,11.097067,11.281655,11.541404,8.1743231,7.0691032,7.3770351,6.887239,6.9534698,6.861311,7.0767283,7.377079,7.7103486,17.551296,17.477613,17.344362,17.357901,17.844938,17.784405,17.280767,17.019594,16.955971,16.776472,16.739115,16.506721,16.67334,18.399536,18.345552,14.914252,14.4944,14.36438,14.289837,14.48481,14.528533,12.782167,12.235727,12.594801,12.347937,12.342345,12.166603,12.317428,13.427064,13.574864,17.045813,16.93544,16.772507,16.755014,16.863228,16.749001,16.093283,15.776418,15.953991,15.771768,15.713318,15.478637,15.425597,17.219156,17.165644,14.944969,14.462115,14.335481,14.1887,14.311313,14.331942,12.49571,11.626667,11.819024,11.37607,11.476812,11.318562,11.430754,12.337043,12.562755,12.298709,11.794778,11.712547,11.584353,11.679279,11.737249,8.5592375,7.0680118,7.2122426,6.51754,6.5685863,6.4897289,6.5658522,6.933301,7.4252257,16.258348,15.989305,15.838161,15.786207,15.932579,15.859343,14.808051,14.341156,14.55322,14.318611,14.308402,14.090899,14.122197,15.654931,15.711699,16.482563,16.249281,16.09017,16.048332,16.172882,16.05942,15.118139,14.712095,14.938759,14.728436,14.68586,14.468015,14.453549,16.05887,16.080374,15.742271,15.389134,15.246374,15.168737,15.322598,15.289544,13.942556,13.389048,13.634825,13.369972,13.382429,13.184161,13.259968,14.577979,14.694939,16.451992,16.218245,16.06175,16.020824,16.154873,16.05574,15.105842,14.689564,14.907288,14.691689,14.657696,14.43744,14.437828,16.042786,16.069773,13.593334,13.058625,12.947895,12.819613,12.986748,13.143888,10.640386,9.7639065,10.084195,9.6687756,9.7488976,9.6135349,9.8246126,10.45365,10.707613,13.409509,12.885324,12.785464,12.642254,12.740746,12.821151,10.412292,9.0866575,9.2679901,8.5486479,8.6406374,8.5295792,8.6447115,9.2087812,9.507822,12.237303,11.763332,11.68187,11.552675,11.626655,11.62003,8.1310043,6.6449656,6.7443423,6.0909534,6.1396332,6.0681081,6.106348,6.4639859,7.1121259,12.916251,12.456856,12.369095,12.226557,12.23343,12.199812,10.171998,7.9995823,8.0016851,6.8573141,6.9303293,6.8470607,6.8614058,7.3553758,7.6108313,17.000059,16.870546,16.718573,16.708164,16.919918,16.832544,16.157972,15.823043,15.942807,15.746951,15.709647,15.472159,15.495952,17.26372,17.233467,13.170439,12.631448,12.52107,12.409503,12.622726,12.849089,10.125119,9.3903847,9.7971506,9.4826298,9.5410461,9.4027567,9.6834641,10.257913,10.47261,13.268827,12.829755,12.739231,12.5865,12.611781,12.585769,10.83585,8.7393665,8.7254133,7.5278683,7.6428676,7.5468211,7.5660219,8.1526747,8.36654,14.913186,14.471032,14.341279,14.243927,14.416409,14.45857,12.661974,12.0248,12.333323,12.03854,12.066111,11.894009,12.038029,13.0794,13.262119,15.250997,14.846794,14.71162,14.62661,14.795059,14.805293,13.202195,12.617193,12.913692,12.641154,12.654757,12.471727,12.588679,13.755208,13.906841,16.72423,16.537264,16.386057,16.357981,16.548977,16.471104,15.673805,15.272473,15.409132,15.191461,15.181265,14.945621,14.978835,16.681078,16.688417,15.596107,15.203495,15.053663,14.986559,15.180552,15.08418,13.658278,13.196852,13.528278,13.313444,13.266437,13.081358,13.144855,14.412238,14.503214,17.324823,17.226652,17.087151,17.094149,17.494978,17.434696,16.879391,16.586323,16.574913,16.383543,16.361427,16.120731,16.249578,18.023685,17.982046,16.267809,15.989751,15.831789,15.780862,15.91371,15.797821,14.736269,14.309625,14.564302,14.350195,14.306299,14.097991,14.095366,15.613426,15.657035,16.427277,16.141827,15.995583,15.919777,16.113752,16.050571,15.026868,14.499517,14.621831,14.360595,14.397814,14.180162,14.243366,15.707644,15.778095,16.806152,16.63796,16.47493,16.445156,16.552984,16.430344,15.654652,15.296627,15.49783,15.302831,15.249993,15.023166,14.978726,16.693836,16.673923,17.907419,17.863932,17.73691,17.74938,18.348753,18.283548,17.83885,17.610126,17.472443,17.311363,17.261774,17.044899,17.259153,18.886667,18.813192,15.81151,15.463077,15.311338,15.249946,15.415875,15.325265,14.02228,13.564704,13.869187,13.650578,13.608731,13.41419,13.458793,14.816874,14.895016,17.667761,17.611206,17.476595,17.48661,17.958912,17.888393,17.400822,17.151262,17.094107,16.924917,16.876019,16.649841,16.798437,18.496607,18.428387,16.844589,16.606165,16.462111,16.395988,16.688936,16.622307,15.774756,15.298437,15.331394,15.087601,15.131973,14.905829,15.003633,16.523403,16.559822,16.756245,16.58263,16.427048,16.402443,16.560553,16.465714,15.678856,15.304186,15.473109,15.267289,15.232966,15.000917,15.003127,16.7166,16.710571,11.328391,10.777723,10.706819,10.609768,10.844226,11.210873,7.5847273,6.6839185,7.0712318,6.705616,6.7776175,6.6839409,6.9781189,7.2109542,7.4803925,15.648568,15.257206,15.118363,15.014245,15.166786,15.144871,13.701344,13.06127,13.268987,12.961467,13.009755,12.820405,12.909261,14.111645,14.261414,14.193448,13.723622,13.607111,13.527017,13.750192,13.877107,11.764092,11.184155,11.595854,11.344193,11.345685,11.188725,11.407269,12.319703,12.503254,14.071908,13.606874,13.491624,13.426476,13.678836,13.817448,11.682766,11.177737,11.644579,11.433965,11.410723,11.252855,11.495339,12.416021,12.558017,16.854141,16.539968,16.403151,16.284428,16.654665,16.594585,15.591795,15.011469,14.961637,14.66665,14.747652,14.547236,14.693817,15.923498,16.007832,14.926583,14.457891,14.329039,14.201646,14.345416,14.378708,12.540276,11.775387,12.01812,11.647205,11.71967,11.554585,11.684212,12.638791,12.849786,12.389619,11.83814,11.751037,11.636051,11.827139,12.080047,9.0141277,8.0293112,8.3719501,7.9202213,7.9988022,7.8916283,8.1328983,8.5341072,8.8243837,15.793303,15.45951,15.311776,15.251102,15.408212,15.351741,14.053365,13.571481,13.858281,13.626732,13.602719,13.402843,13.46192,14.837243,14.923855,13.967759,13.499276,13.388583,13.320665,13.568522,13.729307,11.536175,11.001953,11.460277,11.235496,11.226959,11.074981,11.323268,12.217113,12.383619,14.470044,13.991541,13.867606,13.761912,13.9424,14.027213,11.988779,11.308254,11.64134,11.329826,11.367555,11.206928,11.385042,12.28972,12.497756,16.656811,16.292173,16.158287,16.004852,16.32958,16.273962,15.157718,14.485147,14.426959,14.083288,14.210368,14.022909,14.15518,15.274954,15.3912,16.281883,15.859583,15.728735,15.538834,15.759929,15.70686,14.443668,13.63432,13.593369,13.172624,13.357463,13.183841,13.276429,14.314471,14.466235,11.901335,11.490429,11.411893,11.282736,11.270189,11.190372,9.0018492,6.3166394,6.2708521,5.1263247,5.1576066,5.090692,5.0695868,5.4138989,5.676486,11.552651,11.020277,10.950382,10.842494,11.02634,11.272102,7.6626306,6.5377069,6.8202128,6.3435593,6.397728,6.3166308,6.5083828,6.7735925,7.1806669,17.314941,17.244976,17.093395,17.092896,17.322811,17.232252,16.674614,16.395136,16.488394,16.313402,16.258495,16.021055,16.036057,17.83812,17.768324,12.924929,12.386475,12.281054,12.185118,12.434353,12.692913,9.8790245,9.2399311,9.7009525,9.439311,9.4706964,9.3361635,9.6486444,10.215931,10.419887,16.906206,16.719616,16.573812,16.539223,16.818647,16.751055,16.003637,15.594301,15.651276,15.428752,15.446801,15.209547,15.289235,16.95775,16.964979,16.340935,16.074471,15.924911,15.868069,16.026737,15.958268,14.940556,14.455941,14.633718,14.390494,14.398046,14.177275,14.217209,15.753723,15.811913,17.008564,16.852341,16.707172,16.688169,16.989189,16.92318,16.2418,15.870796,15.917748,15.705577,15.710626,15.4692,15.555465,17.285646,17.275839,17.203384,17.109177,16.958151,16.954613,17.190062,17.100639,16.499628,16.199701,16.296406,16.113125,16.064671,15.827797,15.852879,17.637014,17.58379,14.494263,14.031274,13.925556,13.739073,13.796957,13.754064,12.174707,10.558205,10.526097,9.5001755,9.673049,9.5527172,9.5851231,10.325272,10.533462,16.341177,16.089001,15.935286,15.889726,16.030699,15.945258,14.939921,14.499907,14.718007,14.493651,14.470246,14.251391,14.268445,15.837217,15.879476,15.457989,14.981175,14.855975,14.666224,14.77268,14.736528,13.17012,12.141454,12.180192,11.600793,11.769184,11.614916,11.678865,12.594035,12.801861,16.593393,16.386118,16.232859,16.198826,16.359056,16.275146,15.408868,14.995413,15.167989,14.948771,14.930538,14.700705,14.71914,16.381498,16.399364,15.791646,15.352378,15.219626,15.054085,15.198188,15.161528,13.715552,12.888144,12.961793,12.536049,12.674261,12.501033,12.579103,13.624445,13.803017,13.274171,12.804889,12.71135,12.563038,12.597642,12.590754,10.59772,8.6926327,8.7289114,7.6553059,7.7474952,7.6509333,7.6863451,8.2503996,8.5007343,17.362961,17.001938,16.706585,15.943981,15.860109,15.516817,14.752667,14.512372,14.409018,14.121944,13.825233,13.941345,13.874094,13.971708,13.526595,14.629964,14.415519,14.175804,13.877491,13.792312,13.506023,12.819412,12.57617,12.550488,12.365065,12.071696,12.100492,12.054035,12.173321,11.450091,15.7376,15.489047,15.231425,14.835352,14.744672,14.457493,13.784365,13.514035,13.469836,13.267484,12.970612,13.024096,12.965434,13.146407,12.5725,17.370224,17.027731,16.754364,16.066568,15.986149,15.684937,15.028358,14.780679,14.667009,14.346501,14.063883,14.195135,14.122111,14.254774,13.781819,16.397917,16.127592,15.86348,15.408229,15.318272,15.036755,14.381646,14.104313,14.040316,13.821745,13.533659,13.611632,13.54377,13.760116,13.245409,17.680853,17.302914,17.013498,16.193754,16.1138,15.788297,15.07225,14.835606,14.7145,14.394299,14.106649,14.246902,14.175399,14.263832,13.821207,16.880634,16.588078,16.323732,15.807045,15.722211,15.445672,14.815029,14.545339,14.456569,14.20344,13.926115,14.032973,13.959113,14.172871,13.668302,16.294222,16.005386,15.73112,15.213125,15.124477,14.80241,14.074735,13.819298,13.754197,13.51638,13.211423,13.281657,13.221964,13.360897,12.839526,13.32384,13.156187,12.961914,12.784466,12.706622,12.464734,11.873649,11.651246,11.639685,11.48885,11.226608,11.241634,11.202555,11.305277,10.388981,15.43572,15.209973,14.959046,14.623268,14.530603,14.262634,13.612172,13.333406,13.303285,13.121448,12.830482,12.872868,12.814461,13.024255,12.42659,15.197795,14.956829,14.662683,14.294256,14.208083,13.855107,12.923154,12.692175,12.658272,12.443007,12.133458,12.163225,12.115489,12.231287,11.59481,17.111042,16.809975,16.547544,16.008471,15.927172,15.658207,15.04974,14.786012,14.682303,14.385825,14.116899,14.240559,14.16287,14.375596,13.863347,17.070835,16.748228,16.476368,15.855544,15.772262,15.470253,14.804165,14.548809,14.450395,14.170185,13.883164,13.996797,13.926425,14.078186,13.595587,15.419989,15.181351,14.928585,14.560291,14.470712,14.182921,13.50619,13.242435,13.2048,13.007802,12.710039,12.755281,12.700538,12.862718,12.249233,16.307169,16.010241,15.720081,15.174648,15.08547,14.734666,13.928209,13.684834,13.620798,13.371789,13.059128,13.12324,13.066695,13.18239,12.667744,15.36874,15.129273,14.875839,14.505689,14.416709,14.123833,13.436921,13.177475,13.13969,12.940256,12.640823,12.684613,12.631166,12.781664,12.16011,17.525434,17.175728,16.903927,16.192465,16.113998,15.818672,15.178553,14.935069,14.811964,14.43835,14.15925,14.301523,14.225805,14.352676,13.880563,14.186358,14.001753,13.786483,13.554132,13.471312,13.225615,12.621807,12.370798,12.359758,12.202766,11.927877,11.95419,11.907921,12.064019,11.284756,16.940832,16.608671,16.319324,15.657166,15.570639,15.228649,14.466961,14.221094,14.134107,13.866041,13.563494,13.658164,13.594436,13.70802,13.239811,14.862474,14.644321,14.404054,14.09244,14.005337,13.726683,13.062948,12.808334,12.781299,12.597535,12.304657,12.338781,12.289145,12.432815,11.744077,17.229809,16.882511,16.59668,15.884667,15.800758,15.470586,14.743966,14.498797,14.398072,14.115365,13.820224,13.933613,13.86604,13.977548,13.519204,15.919288,15.648747,15.37846,14.917109,14.828001,14.508254,13.774269,13.520328,13.466714,13.24086,12.933957,12.990484,12.934423,13.069865,12.511982,15.116973,14.879356,14.612741,14.251791,14.165098,13.843145,13.057714,12.81864,12.783865,12.575495,12.269587,12.302619,12.254501,12.36665,11.713392,15.840152,15.569139,15.289402,14.826852,14.737853,14.400351,13.610799,13.365959,13.31461,13.083231,12.771456,12.821713,12.768301,12.887703,12.323323,16.310074,16.036732,15.772087,15.305964,15.216496,14.925651,14.25627,13.98452,13.921579,13.699596,13.406294,13.480977,13.416149,13.608114,13.086235,15.889275,15.614063,15.316874,14.842131,14.752978,14.392788,13.518083,13.281384,13.230413,12.991777,12.676477,12.723859,12.671945,12.786515,12.231465,17.23362,16.911253,16.644346,16.029791,15.949203,15.663531,15.033118,14.778597,14.669135,14.340621,14.063648,14.191034,14.115717,14.282484,13.79117,16.626616,16.330128,16.060589,15.52273,15.435699,15.133224,14.453506,14.190392,14.112964,13.868737,13.57489,13.664065,13.597997,13.765321,13.263759,16.813915,16.502991,16.229992,15.644865,15.559085,15.249759,14.562397,14.304529,14.218979,13.96134,13.667429,13.764932,13.698153,13.849931,13.360643,16.706558,16.392563,16.11154,15.511913,15.424696,15.09461,14.359348,14.107965,14.028441,13.772358,13.469702,13.556385,13.493542,13.621999,13.13431,16.882093,16.58153,16.315126,15.770123,15.685431,15.398767,14.753357,14.488142,14.398619,14.138741,13.856055,13.961967,13.890361,14.080166,13.581831,14.961752,14.745204,14.505017,14.19529,14.106923,13.836019,13.186118,12.923641,12.89787,12.718329,12.427608,12.463554,12.411757,12.576737,11.90599,16.656277,16.35067,16.075924,15.505946,15.418909,15.102185,14.395807,14.139012,14.06052,13.810206,13.511281,13.59899,13.53487,13.679667,13.184257,14.813242,14.615592,14.383363,14.114481,14.025941,13.776469,13.154722,12.883744,12.86908,12.707349,12.425184,12.456147,12.402777,12.607041,11.93115,16.040905,15.780401,15.518615,15.089155,14.998559,14.709914,14.038368,13.765594,13.712628,13.50169,13.206329,13.26982,13.207721,13.398597,12.855673,15.431156,15.198864,14.947862,14.595972,14.505041,14.22835,13.568497,13.296849,13.262574,13.073438,12.779515,12.824215,12.767542,12.953903,12.347488,14.164632,13.964381,13.7282,13.472825,13.391697,13.103752,12.386356,12.158883,12.139226,11.959901,11.671948,11.691751,11.649734,11.744999,10.960018,16.649803,16.366611,16.101631,15.610178,15.522648,15.241114,14.594276,14.320933,14.244645,14.010659,13.726657,13.818703,13.748179,13.960426,13.454819,13.04181,12.881705,12.683017,12.529438,12.460505,12.213309,11.578135,11.373294,11.367944,11.220245,10.961615,10.972098,10.936783,11.008951,10.077897,16.048313,15.794228,15.533024,15.122362,15.030387,14.750683,14.090118,13.810668,13.760683,13.556821,13.264968,13.327118,13.263044,13.477424,12.939845,14.271074,14.066441,13.80885,13.545656,13.465384,13.15316,12.324771,12.104493,12.084774,11.898366,11.604446,11.621952,11.580636,11.673112,10.910986,16.190355,15.914349,15.647566,15.171061,15.081925,14.777749,14.084105,13.820064,13.759301,13.533647,13.23385,13.30282,13.241697,13.40519,12.873127,16.759068,16.434908,16.134573,15.497875,15.409761,15.049082,14.221815,13.97969,13.902355,13.63825,13.330468,13.411724,13.351339,13.461952,12.987895,17.553169,17.189718,16.908419,16.143267,16.063231,15.748642,15.063735,14.822761,14.703979,14.381631,14.096035,14.233073,14.161002,14.265591,13.810243,17.198818,16.860306,16.582088,15.90391,15.820854,15.50552,14.814469,14.565314,14.462994,14.177254,13.886696,14.003433,13.93414,14.061357,13.592675,14.319703,14.12302,13.899582,13.643641,13.5597,13.298384,12.667199,12.419999,12.402238,12.234173,11.951602,11.978419,11.93257,12.068845,11.303062,15.411172,15.164566,14.904241,14.514661,14.426262,14.117769,13.395142,13.143539,13.102924,12.893977,12.589694,12.632658,12.580615,12.712015,12.094602,15.789986,15.546862,15.289225,14.908151,14.815729,14.53859,13.878356,13.599619,13.557987,13.362577,13.069566,13.122694,13.061419,13.270252,12.708705,13.449432,13.285428,13.092748,12.915396,12.838695,12.607218,12.036793,11.805653,11.799494,11.654572,11.392673,11.411913,11.372129,11.49767,10.607626,14.748602,14.547565,14.315489,14.041348,13.953525,13.698624,13.07257,12.806864,12.789695,12.623809,12.340311,12.371956,12.320282,12.504257,11.811625,16.629206,16.340405,16.073975,15.563061,15.475831,15.185448,14.525562,14.256673,14.179961,13.941158,13.652604,13.743361,13.674994,13.866299,13.361706,15.86032,15.600038,15.337796,14.907804,14.818107,14.517869,13.824695,13.560955,13.5107,13.296875,12.996003,13.053235,12.99523,13.156219,12.592364,17.164513,16.854778,16.591009,16.021761,15.94099,15.665745,15.050231,14.790678,14.683896,14.364836,14.092825,14.218594,14.141706,14.334723,13.830651,14.189885,13.81125,13.49059,12.891944,12.939811,12.786064,10.208944,9.9962673,10.01661,9.7977819,9.9859848,9.5913343,9.5171146,10.052333,10.442328,13.111871,12.621419,12.419502,12.129585,12.139822,11.979888,9.7967443,9.7327843,9.8885918,9.8140087,9.6725922,9.4496555,9.5767212,9.6355915,10.378526,12.221502,12.319537,12.068197,11.819023,11.82342,11.725018,10.295788,10.239717,10.626243,10.550785,10.610111,10.098357,10.119994,11.027591,11.172892,12.033728,12.351248,12.02836,11.915976,11.897457,11.84195,10.86371,10.836381,11.591485,11.546505,11.560483,10.719757,10.553469,11.983361,11.938357,13.228516,13.041839,12.740981,11.941237,11.98074,11.882942,10.685901,10.57016,10.467623,10.330381,11.108189,10.565661,10.397375,11.358775,11.50013,13.637282,12.980583,12.771688,12.442119,12.454123,12.282815,10.033138,9.9587135,10.100169,10.011075,9.8542976,9.6278906,9.7176409,9.7436838,10.600355,10.894637,10.871881,10.67694,10.093901,10.12173,10.083384,9.2840281,9.241518,9.736907,9.6788607,10.456285,9.4847813,9.3045712,10.411856,10.455219,14.436926,13.942902,13.650429,13.125164,13.166746,13.002627,9.8589315,9.650835,9.7075844,9.4997196,9.5609407,9.2175817,9.1620045,9.5551872,10.07445,14.954381,13.804631,13.573188,13.091767,13.118698,12.936996,9.6163397,9.4637604,9.5462379,9.3898811,9.282589,9.0361881,9.0175581,9.0874224,10.270756,10.606006,10.698007,10.496996,10.225648,10.243215,10.203218,9.3046646,9.2688417,10.130521,10.077847,10.365274,9.3148603,9.1862183,10.302981,10.344419,13.717697,13.277928,13.029705,12.658804,12.676454,12.511792,10.506359,10.404271,10.559712,10.434586,10.360049,10.04988,10.078121,10.390239,10.976318,13.919275,13.439032,13.181209,12.777686,12.798957,12.63145,10.56297,10.445912,10.585848,10.444486,10.387595,10.066957,10.072646,10.404274,11.000381,14.738777,14.131468,13.875471,13.406419,13.439747,13.276809,9.0784721,8.890687,8.9640713,8.7900562,8.7876492,8.4971285,8.4512072,8.7233753,9.3614807,14.232284,13.714119,13.435435,12.960575,12.991847,12.822908,10.430749,10.271936,10.369406,10.19065,10.192051,9.8528891,9.8193598,10.194347,10.773248,9.1839724,9.2955589,9.1360102,8.9453592,8.9654255,8.9467506,8.1660824,8.1455135,9.3653402,9.3345108,9.5817432,8.241951,8.1157732,9.1353102,9.1635857,12.48034,12.502556,12.23876,11.888008,11.902187,11.811985,10.611043,10.540658,10.951683,10.854948,11.050866,10.407975,10.330538,11.368226,11.48582,12.214936,12.23652,12.003011,11.756305,11.763695,11.6466,9.9414301,9.8826313,10.158068,10.085607,10.086436,9.7147169,9.8146982,10.445562,10.704861,11.579197,11.889641,11.629974,11.483749,11.472763,11.396953,9.9183397,9.8891411,10.330709,10.289823,10.321241,9.8260794,9.8917294,10.983698,11.027814,14.72694,13.433508,13.229362,12.79563,12.812441,12.627826,9.8450298,9.7524204,9.8581982,9.7514524,9.5722322,9.365447,9.3978844,9.3101635,10.690139,12.272817,11.682842,11.527896,11.289608,11.296865,11.153708,8.6073704,8.569066,8.7024612,8.6692095,8.5087719,8.367238,8.5916176,8.4014816,9.3619137,13.119233,12.981602,12.718669,12.372104,12.386897,12.252348,10.619395,10.530242,10.76026,10.646863,10.673913,10.265125,10.276133,10.918841,11.229009,10.448687,10.731261,10.537076,10.398976,10.402211,10.324951,8.3597307,8.3352652,8.6476564,8.6247149,8.6759167,8.3508968,8.5763798,9.2981472,9.4400797,13.370753,13.221236,12.928177,12.449115,12.474973,12.349996,10.872244,10.759005,10.932572,10.790651,10.998236,10.509921,10.440626,11.258904,11.493339,13.933324,13.562232,13.27529,12.804659,12.834065,12.676216,10.684624,10.541483,10.658503,10.489945,10.542044,10.163794,10.126747,10.634051,11.081305,13.412727,13.220484,12.942451,12.535125,12.555781,12.417155,10.777932,10.670672,10.863472,10.728952,10.800594,10.37626,10.352124,11.0159,11.333352,9.8745394,9.9078007,9.779439,9.6487598,9.655962,9.5605793,7.0165529,6.9933052,7.1496201,7.1431928,7.0854344,6.9523559,7.290627,7.2944727,7.7327309,13.399607,13.051912,12.740569,11.535408,11.591214,11.495852,10.143494,9.9925156,9.4196072,9.2693424,10.660843,10.2004,9.9708138,10.761825,10.920477,11.807788,12.058237,11.783663,11.634004,11.62338,11.561,10.461927,10.429312,11.107615,11.056073,11.099972,10.337919,10.25011,11.5181,11.525257,14.157054,13.597025,13.333564,12.897238,12.922585,12.750569,10.497996,10.362949,10.480896,10.322879,10.273992,9.9556341,9.9441032,10.254904,10.901025,12.099675,12.106973,11.856159,11.426771,11.448405,11.37805,10.356873,10.291495,10.737438,10.646805,11.030592,10.262996,10.132669,11.264726,11.342854,15.094928,14.104006,13.880814,13.417974,13.448211,13.283328,8.6602955,8.4855356,8.556016,8.4041328,8.3450871,8.1027126,8.0653763,8.1807365,9.1913385,12.050637,11.923368,11.724638,11.496516,11.505322,11.373638,9.336978,9.2852163,9.4836025,9.4267712,9.3534575,9.1049156,9.2848463,9.5468473,10.001797,12.892581,12.634398,12.411067,12.124962,12.135948,11.987806,10.042545,9.9720411,10.161817,10.076753,9.9927092,9.7089348,9.8133888,10.112175,10.615185,10.796916,10.841034,10.639906,10.259058,10.281564,10.239802,9.3678503,9.3266153,10.049232,9.990406,10.437552,9.4262447,9.281291,10.395924,10.442409,11.255424,11.110707,10.950761,10.76588,10.773802,10.651772,8.3295841,8.2941599,8.4606085,8.4313488,8.3387213,8.1671906,8.4324083,8.466774,9.0165834,14.174312,13.7468,13.447964,12.924113,12.961921,12.800532,10.437548,10.258727,10.330984,10.134583,10.218355,9.846056,9.7919416,10.267957,10.736465,13.439726,13.269164,12.963486,12.378248,12.411604,12.292213,10.862195,10.737082,10.824346,10.671965,11.034255,10.528263,10.425138,11.289905,11.497579,12.296867,12.364746,12.107085,11.814537,11.823331,11.735199,10.503219,10.442051,10.899249,10.813918,10.948422,10.312124,10.258136,11.290643,11.401052,11.613354,11.766033,11.540366,11.34013,11.343821,11.245756,9.5468616,9.5028782,9.8272781,9.7740145,9.801012,9.4091043,9.5375147,10.285619,10.464061,13.672531,13.412447,13.085034,12.30156,12.349691,12.228708,10.604601,10.442511,10.322043,10.143202,10.750555,10.274728,10.138751,10.932771,11.152211,9.1841087,9.2016888,9.0610323,8.5770149,8.6036558,8.5872049,7.8834863,7.8616424,8.7703533,8.740634,9.4606066,8.173851,8.0144587,8.9551287,8.9868412,12.738869,12.73012,12.464754,12.137451,12.149148,12.038733,10.633485,10.557719,10.881244,10.780569,10.876487,10.363899,10.343122,11.215521,11.40056,12.018906,12.350436,12.058002,11.918621,11.900164,11.827069,10.520768,10.49158,10.981897,10.93714,10.954685,10.39483,10.385615,11.62845,11.631422,13.531965,13.145944,12.830673,11.573723,11.634481,11.53694,9.7436714,9.5696449,8.9271288,8.765707,10.22071,9.7894974,9.5674658,10.27383,10.449548,13.042504,12.969973,12.692163,12.297417,12.315296,12.198951,10.792682,10.701312,10.965853,10.84677,10.993677,10.482613,10.433825,11.296976,11.500164,13.418208,13.032874,12.7974,12.465407,12.479442,12.31949,10.341051,10.254909,10.424493,10.31864,10.227885,9.9347773,9.9962654,10.27684,10.850409,11.342937,11.590865,11.359371,11.192275,11.190543,11.107177,9.4727583,9.4389257,9.8220053,9.7794895,9.8210182,9.3859367,9.5062866,10.409087,10.516409,8.1383114,8.4226627,8.3182268,8.2380981,8.2451801,8.1880751,5.4020901,5.3906159,5.5686665,5.5767064,5.6264572,5.4877186,5.8447676,6.1027341,6.3203979,13.681842,13.364442,13.092421,12.681724,12.703771,12.549617,10.702338,10.585762,10.744726,10.601891,10.612096,10.240664,10.23015,10.73363,11.16887,9.7600803,9.9160299,9.7269087,9.5961809,9.6084089,9.5821381,8.7453756,8.7229338,9.8997822,9.8652401,9.9926691,8.7480536,8.6209812,9.7379618,9.7576685,12.763636,12.655942,12.41353,12.122046,12.132806,11.999309,10.266185,10.192811,10.427743,10.336185,10.316231,9.9576225,10.026294,10.568448,10.907306,11.935071,12.10989,11.857635,11.64999,11.649009,11.565384,10.223191,10.178596,10.65489,10.592055,10.653021,10.074114,10.079947,11.112745,11.20088,13.27559,13.014896,12.710249,11.686807,11.734146,11.641686,10.472003,10.346539,9.9947309,9.8569822,10.990231,10.47864,10.268465,11.184067,11.319614,14.343452,13.152843,12.964058,12.579773,12.591614,12.410328,9.7298841,9.6589203,9.7722197,9.6906357,9.4918423,9.3088026,9.382164,9.207655,10.554617,14.219049,13.442007,13.210214,12.811621,12.830002,12.650163,10.302593,10.197307,10.320698,10.194887,10.062203,9.8034182,9.830658,9.9367495,10.829091,11.882296,11.821381,11.586868,10.924074,10.955065,10.901257,10.04979,9.9899502,10.240579,10.15965,10.971501,10.168505,9.9781237,11.149916,11.202576,14.489463,13.62452,13.384136,12.946194,12.969164,12.787092,10.223406,10.096057,10.202718,10.056543,9.9428062,9.6755829,9.6768475,9.8050299,10.746273,12.937681,12.833119,12.5476,11.9149,11.945772,11.85458,10.723457,10.628009,10.73789,10.616331,11.190309,10.585149,10.438644,11.479306,11.599066,12.738887,12.698112,12.443035,12.140124,12.150643,12.028383,10.455645,10.381313,10.658254,10.562498,10.593424,10.165771,10.195486,10.909748,11.161,12.750649,12.715404,12.439687,11.990783,12.012283,11.918563,10.733457,10.649621,10.95502,10.843125,11.149076,10.523167,10.419865,11.457094,11.583006,12.380128,12.330325,12.069287,11.493533,11.521749,11.450055,10.462887,10.388638,10.64997,10.550405,11.137568,10.417029,10.258178,11.396547,11.474929,9.6201944,9.8883066,9.7332764,9.6149025,9.6230059,9.5501881,7.2544141,7.2355671,7.4827166,7.474112,7.5267162,7.2938371,7.5952816,8.086071,8.2848635,13.308611,12.26936,12.108031,11.79651,11.803984,11.647636,8.8746548,8.8267679,8.9496536,8.9043884,8.724926,8.5766735,8.734314,8.5115671,9.8585672,13.144752,13.042793,12.751287,12.236314,12.262936,12.154592,10.853837,10.750718,10.936106,10.804434,11.130957,10.578578,10.478611,11.426609,11.595027,13.656054,13.410211,13.117121,12.640931,12.6689,12.526424,10.818115,10.688833,10.827394,10.670399,10.797664,10.369386,10.318945,10.981958,11.310355,13.899968,13.603509,13.280752,12.650164,12.694199,12.5532,10.612111,10.436221,10.445182,10.250097,10.55164,10.114678,10.024122,10.696602,11.004208,11.430716,11.621786,11.374385,11.203633,11.202735,11.146426,10.103594,10.068646,10.83097,10.776997,10.86307,10.003668,9.9058533,11.115211,11.141203,15.027508,13.604626,13.389904,12.90654,12.92882,12.745886,9.6626854,9.542223,9.6359968,9.5059204,9.3578186,9.1354923,9.1371231,9.1207809,10.579814,12.522492,12.123365,11.938564,11.687992,11.696723,11.548615,9.3067579,9.2555704,9.4143906,9.3593426,9.2254448,9.0270853,9.2063999,9.2262001,9.9396982,12.33643,12.392433,12.143889,11.883416,11.889803,11.781509,10.256222,10.195444,10.52639,10.447107,10.487012,10.031962,10.076528,10.879695,11.070529,13.816995,13.537786,13.228079,12.670448,12.707053,12.564213,10.754139,10.599751,10.671693,10.492451,10.705283,10.27138,10.197234,10.867523,11.188804,10.50508,10.681333,10.505051,10.351606,10.359166,10.267979,8.1451826,8.1148968,8.3606787,8.3353682,8.3526907,8.0964575,8.3547411,8.8226633,9.0703316,13.958457,13.655527,13.322466,12.600924,12.65255,12.518167,10.270134,10.074358,9.9988594,9.7962084,10.237768,9.8005867,9.6926861,10.368566,10.64763,11.468766,11.548603,11.34431,11.14585,11.152987,11.044351,9.1262569,9.0819483,9.3351822,9.2871065,9.279336,8.9784946,9.1645813,9.6725101,9.9496784,13.909616,13.214692,12.994066,12.635155,12.649688,12.473898,10.221684,10.134391,10.270283,10.164572,10.017241,9.7729883,9.8320847,9.9030695,10.75804,11.464899,11.595712,11.359395,11.132085,11.139315,11.079739,10.034146,9.9918003,10.701907,10.639054,10.789274,9.9376431,9.841239,10.991323,11.041675,11.804577,11.986182,11.732141,11.535621,11.534042,11.463252,10.28725,10.246202,10.849456,10.788439,10.867105,10.155935,10.102409,11.245378,11.297525,10.656306,10.864871,10.631285,10.514648,10.514786,10.476799,9.5761385,9.5511665,10.574049,10.534564,10.602928,9.5205498,9.3827515,10.623131,10.625192,11.717976,11.7888,11.550053,11.241517,11.255706,11.190746,10.151826,10.099194,10.70632,10.630855,10.870821,10.051768,9.9439201,11.071514,11.139628,13.274226,13.036956,12.783928,12.442159,12.457164,12.309689,10.519887,10.4291,10.626207,10.512819,10.484699,10.131709,10.165706,10.646444,11.061657,13.872326,12.73597,12.561144,12.212363,12.221325,12.052272,9.3247004,9.2667265,9.3865566,9.3250141,9.1344233,8.9688396,9.0825357,8.882473,10.253063,13.540548,13.329655,13.012917,12.319527,12.360295,12.241935,10.778305,10.637994,10.616627,10.452912,10.958414,10.460984,10.335769,11.186618,11.391586,14.521599,13.792971,13.53459,13.070326,13.099547,12.922364,10.101562,9.9435387,10.03562,9.8641615,9.8054237,9.5106659,9.4861259,9.7148762,10.49718,12.671435,12.463133,12.205028,11.175549,11.212647,11.143875,10.237419,10.155283,9.8521147,9.7549267,11.077418,10.482504,10.241249,11.276822,11.357531,12.107895,12.2261,11.972143,11.725666,11.729537,11.644761,10.382567,10.330106,10.817883,10.743771,10.83846,10.211782,10.179685,11.220566,11.317693,11.312936,10.933817,10.798449,10.611095,10.618449,10.491906,7.9048586,7.8775558,8.0060644,7.9902272,7.8396449,7.7259388,8.0161047,7.7760773,8.5869656,10.545791,10.621278,10.460048,10.303318,10.31157,10.210363,7.9458737,7.91471,8.1154976,8.0922909,8.067174,7.8649673,8.1479263,8.3970442,8.7521973,12.304258,12.235516,12.013695,11.764427,11.773319,11.644558,9.7940321,9.7339487,9.9635735,9.8922405,9.8527832,9.5409098,9.6687536,10.119841,10.477087,13.300932,12.817291,12.492079,11.963207,11.907047,11.107107,10.235189,9.7181911,9.4861879,9.2344093,9.0640497,9.035574,8.9928083,9.4324074,9.4124956,18.383804,17.602915,16.611383,15.882129,15.800125,13.105742,11.535798,11.019771,10.830258,10.473178,10.067127,10.095021,10.039164,10.122217,10.052707,12.232685,11.038479,10.8262,10.432433,10.401828,9.9138737,9.1798,6.3768845,5.9985595,5.7138724,5.651134,5.6223459,5.557445,5.6904402,5.6522603,18.290644,17.393616,16.730585,15.511643,15.422973,13.761429,12.676171,11.904423,11.657768,11.313438,10.972464,11.053111,10.99437,11.040153,10.945391,15.363397,14.326835,14.00025,13.264648,13.20572,12.417169,11.647801,9.9610395,9.5822649,9.2458706,9.0398579,9.0935001,9.0278072,9.1882849,9.1201134,16.17322,15.237962,14.708992,14.011768,13.94672,12.619364,11.57403,10.309953,9.9859648,9.6325521,9.3834743,9.4087744,9.343235,9.469059,9.3999767,10.636835,9.330905,9.1903028,8.90909,8.8837776,8.5657501,8.0513077,4.3442225,4.0153618,3.7979462,3.7758846,3.7504032,3.6975257,3.7986095,3.7732875,14.683929,13.602036,13.252573,12.657397,12.6057,11.756298,10.923298,9.0210505,8.6350203,8.2979469,8.1302481,8.1484041,8.0794687,8.2344513,8.1763067,15.349244,14.350773,13.903617,13.284508,13.227153,12.119059,11.150503,9.5880871,9.2319679,8.8841009,8.6812124,8.693079,8.6250334,8.7627077,8.7017126,11.647061,10.343525,10.160432,9.8077383,9.7742481,9.3462534,8.7792082,5.4740844,5.096457,4.8368373,4.7904239,4.7739067,4.7107186,4.8357768,4.802855,14.332464,13.731265,13.330901,12.765559,12.711304,11.708529,10.682051,10.015134,9.7351027,9.4319096,9.2242584,9.1958551,9.1460829,9.4002676,9.3721123,11.531807,10.324526,10.158195,9.8140783,9.7953672,9.413559,8.7103329,5.6415176,5.2892933,5.034461,4.9862056,4.9582286,4.902648,5.0370455,5.003788,19.327145,18.338522,17.966068,15.668654,15.541178,14.814311,14.167249,13.390532,13.117168,12.819328,12.531047,12.670734,12.609454,12.423528,12.304527,14.384405,13.317543,12.950834,12.411757,12.362491,11.469771,10.575442,8.6550398,8.2742529,7.9372005,7.7848568,7.7793255,7.7093873,7.8505974,7.7985568,12.71562,11.546749,11.303384,10.87727,10.841923,10.275611,9.5067377,6.9148722,6.5282688,6.2276902,6.1487122,6.1225266,6.054812,6.1908059,6.1499438,13.481119,12.286278,12.037887,11.536106,11.496151,10.889038,10.20537,7.7436118,7.3387561,7.0292473,6.9067521,6.9245882,6.8589559,7.0246997,6.9800711,12.130151,10.852823,10.68034,10.289989,10.263295,9.8251448,9.2799273,6.2062531,5.8211856,5.5561981,5.4681425,5.4848652,5.4284024,5.5858526,5.5591688,16.637659,16.111755,15.280186,14.672434,14.600378,12.268425,10.777358,10.896385,10.610393,10.294557,9.925148,9.9012222,9.8580685,9.9417496,9.9201488,15.600404,14.776958,14.235195,13.658169,13.600789,12.212895,11.052242,9.986165,9.674963,9.3265476,9.0842752,9.0700226,9.0086203,9.1247606,9.076705,15.854605,14.874263,14.440952,13.711322,13.648233,12.588841,11.673552,10.233815,9.884676,9.5367746,9.3098183,9.3478775,9.2812977,9.4210548,9.3494701,14.538795,14.057595,13.582553,12.93587,12.866486,11.628924,10.581688,10.46327,10.153926,9.8744621,9.6383972,9.608346,9.5639963,9.8486662,9.8296127,16.473616,15.548101,15.031401,14.251189,14.1822,12.900556,11.893345,10.697596,10.379616,10.026689,9.764698,9.8052683,9.7405472,9.8621178,9.7858372,16.965469,16.050745,15.536151,14.604183,14.529691,13.267374,12.299135,11.213405,10.908487,10.557255,10.272559,10.33233,10.268881,10.371983,10.287157,17.344608,16.524734,15.710636,15.048448,14.975797,12.800339,11.406052,10.627831,10.381736,10.025698,9.6875973,9.7020121,9.6424751,9.739481,9.6763344,13.122437,11.924017,11.658875,11.202138,11.160914,10.530664,9.7934008,7.2351484,6.834589,6.5252657,6.4309664,6.4191999,6.3493981,6.4919314,6.4480996,14.144151,13.022581,12.697442,12.159595,12.111929,11.325089,10.51158,8.3989887,8.0046158,7.6742239,7.5336213,7.5378761,7.4679174,7.6192551,7.5670505,19.046425,18.309826,17.078487,16.439611,16.357321,12.875744,10.992113,10.681288,10.542148,10.194602,9.729105,9.74685,9.6942682,9.7754154,9.7181721,14.771613,13.684179,13.402422,12.742188,12.689836,12.00831,11.289565,9.3628082,8.967104,8.6386967,8.4606934,8.509654,8.4446039,8.6190863,8.5575705,14.520535,13.412319,13.168128,12.523052,12.473507,11.874726,11.210649,9.1685619,8.7652912,8.4455109,8.2785549,8.335186,8.2731543,8.4577723,8.4005747,18.156792,17.3195,16.589844,15.57508,15.489294,13.63562,12.434232,11.755021,11.524149,11.166395,10.811749,10.872317,10.813704,10.874805,10.783587,13.785547,13.017044,12.706834,12.195581,12.159124,11.415852,10.436256,9.1440954,8.8359652,8.5193624,8.3627243,8.3335457,8.276557,8.4931412,8.4535532,13.852303,12.825618,12.500135,12.000765,11.958681,11.180276,10.269439,8.3336163,7.9613013,7.632031,7.4998074,7.4771252,7.4091206,7.5514731,7.5053816,13.998009,12.844525,12.612254,12.040017,11.997846,11.423429,10.76904,8.5163507,8.1101646,7.796967,7.6463494,7.690382,7.6285353,7.8130264,7.7628527,11.523618,10.209512,10.046243,9.7023973,9.6725111,9.279727,8.7608223,5.375968,5.00144,4.7503362,4.6994691,4.6936879,4.6348572,4.7690563,4.7394724,11.764816,10.49101,10.297294,9.9369822,9.9039793,9.4570532,8.8333607,5.6569648,5.2802525,5.0140476,4.9671926,4.9430962,4.8791671,5.0007868,4.9667645,19.140429,18.446938,17.137775,16.563065,16.482658,12.707706,10.694252,10.508034,10.384209,10.043581,9.553751,9.5595074,9.5091114,9.58111,9.5348082,16.232622,15.322072,14.740667,14.084237,14.019615,12.535394,11.409986,10.221804,9.9094915,9.5549755,9.296875,9.3112803,9.2465668,9.3657894,9.3014822,14.437399,13.321556,13.030145,12.429348,12.380792,11.673937,10.931906,8.8833351,8.4855185,8.1578102,7.9965358,8.0295162,7.9628205,8.1325455,8.075861,13.446922,12.540442,12.264121,11.779871,11.748307,11.100595,10.154955,8.4245243,8.0850983,7.7669525,7.6404209,7.6101546,7.5483723,7.7306638,7.686121,13.089769,12.3593,12.113749,11.645063,11.62105,11.043117,10.104836,8.7403345,8.4539213,8.1565142,8.0274029,7.9971647,7.943841,8.2198429,8.1778059,15.367175,14.452253,13.956251,13.379273,13.323309,12.072617,10.992272,9.6467228,9.3122711,8.9632311,8.7478247,8.7396421,8.67418,8.797596,8.7447329,16.029537,15.129618,14.550384,13.932017,13.869856,12.384771,11.239272,10.045916,9.7317877,9.3783226,9.1274271,9.1314297,9.0669231,9.1840458,9.1250439,10.418082,9.0817833,8.9512796,8.686471,8.6595545,8.3585234,7.9308705,4.0278134,3.7064495,3.5007017,3.4799232,3.4632547,3.4106169,3.5112703,3.4875035,13.974022,12.854481,12.528631,12.012676,11.966122,11.180048,10.349635,8.2055473,7.8128338,7.4837298,7.3521323,7.3467331,7.2762952,7.4215117,7.3715725,12.312936,11.31974,11.132815,10.724571,10.712295,10.284258,9.3594074,7.1052413,6.7722149,6.4870253,6.4079432,6.3771133,6.3206868,6.5122638,6.4595027,14.313416,13.458352,13.09209,12.560319,12.516521,11.625993,10.615774,9.2180433,8.8838539,8.5505619,8.3792038,8.3536253,8.2915401,8.4502592,8.4070206,17.135328,16.275061,15.590133,14.839258,14.765693,12.997725,11.784208,10.867049,10.595545,10.237685,9.9268007,9.9575615,9.8959026,9.9989624,9.9252272,10.548613,9.2230835,9.0843706,8.8098955,8.7827845,8.46556,7.9970307,4.1899343,3.863378,3.6503701,3.6294613,3.6080909,3.5549374,3.6537733,3.629122,15.371799,14.779609,14.227497,13.625634,13.562703,12.112411,10.923297,10.525644,10.2318,9.9117098,9.641036,9.6147051,9.56528,9.7255011,9.6969414,12.376845,11.126003,10.902357,10.498792,10.461689,9.9373798,9.2706223,6.3575754,5.9641504,5.676805,5.6104274,5.5922928,5.5247283,5.6577716,5.6193452,14.495891,13.752039,13.359258,12.810051,12.762819,11.792761,10.746371,9.684947,9.376029,9.0481615,8.8528271,8.8262358,8.7691641,8.9492836,8.9111481,17.242426,16.452633,15.618549,15.000566,14.929911,12.677243,11.233151,10.518579,10.275946,9.922101,9.5802307,9.5837736,9.5255394,9.6172695,9.561367,17.421371,16.840981,15.859715,15.29333,15.219154,12.462852,10.802499,10.786098,10.561411,10.233567,9.8253355,9.8080244,9.7637453,9.8254976,9.79848,14.705953,13.783092,13.369026,12.82403,12.774767,11.753752,10.734477,9.2440071,8.8967962,8.5549021,8.373004,8.3547678,8.2891989,8.4238472,8.3759365,15.202124,14.221208,13.764179,13.178831,13.123307,11.984966,10.979442,9.4363098,9.0836802,8.7360792,8.5378561,8.5377178,8.4699125,8.6019068,8.5455389,14.906371,14.073166,13.632166,13.076183,13.025561,11.925754,10.852423,9.6334648,9.3070717,8.965847,8.7618885,8.7406988,8.678916,8.816597,8.7720413,17.445978,16.761036,15.840424,15.261732,15.190016,12.64458,11.0658,10.679439,10.46036,10.113095,9.7302856,9.7212543,9.6691504,9.7396193,9.6964006,15.929523,15.496735,14.773258,14.045975,13.976291,11.898167,10.553097,11.147747,10.72893,10.437847,10.091631,10.06426,10.02449,10.124686,10.11056,16.729603,15.962301,15.214912,14.620148,14.553513,12.553696,11.181561,10.450739,10.188678,9.8366652,9.5190411,9.5124464,9.4547253,9.5463514,9.4963322,16.263531,15.427023,14.783731,14.182085,14.11879,12.438748,11.196774,10.206237,9.9138527,9.560605,9.2847309,9.2812138,9.2196274,9.325491,9.2713261,13.578433,12.589973,12.294508,11.808027,11.771364,11.073979,10.154938,8.2506819,7.8890543,7.5657468,7.4414296,7.4136624,7.3480349,7.5028186,7.4580789,13.049102,11.881183,11.61456,11.166406,11.126994,10.498839,9.722724,7.2255588,6.8324933,6.5230279,6.4320498,6.4110761,6.341661,6.4790568,6.4362144,14.308696,13.262008,12.895237,12.366945,12.318924,11.427257,10.512115,8.626895,8.250453,7.9137812,7.763442,7.7515512,7.6820722,7.8203936,7.7702432,12.568865,11.486715,11.268808,10.847951,10.823239,10.323315,9.4773655,7.0694771,6.7063923,6.4104066,6.3295689,6.2984791,6.2357717,6.3916721,6.348114,16.065102,15.084061,14.687486,13.86063,13.794532,12.833069,11.989175,10.573668,10.222512,9.8789368,9.6380453,9.6948767,9.6292467,9.7668915,9.6911726,16.018007,15.378305,14.729318,14.139254,14.075151,12.345716,11.046887,10.597448,10.317242,9.9818878,9.6797562,9.6578665,9.6065283,9.7158127,9.6816578,14.121716,13.087383,12.73605,12.221161,12.175557,11.326631,10.408475,8.5140152,8.1397333,7.805728,7.6626015,7.64501,7.5761404,7.7148318,7.6667943,13.462093,12.86639,12.565991,12.060088,12.020874,11.289692,10.36132,9.4827776,9.2250032,8.9395914,8.775526,8.7471895,8.6992607,9.0297651,9.0004368,12.704403,11.455431,11.231206,10.799169,10.761733,10.223898,9.5760822,6.763648,6.3615694,6.0680017,5.9834609,5.981257,5.9146409,6.0637884,6.0239887,18.561285,17.601969,17.076818,15.454657,15.356325,14.118644,13.241405,12.409477,12.140547,11.816206,11.498383,11.609928,11.553069,11.533155,11.4313,12.660047,11.41396,11.236326,10.79659,10.769777,10.306349,9.7473259,6.9188232,6.5256066,6.2487521,6.1349745,6.169425,6.1149426,6.2907782,6.2626319,15.77006,15.040133,14.458033,13.877105,13.817453,12.301899,11.078666,10.302489,10.009908,9.6661711,9.397378,9.3784704,9.3218689,9.4354858,9.3938465,15.125962,14.427947,13.942835,13.368105,13.312792,12.075764,10.943519,10.144822,9.8449926,9.512228,9.2751942,9.2507734,9.1956434,9.3477173,9.311039,17.301281,16.675945,15.755072,15.183989,15.111964,12.556873,10.967056,10.761034,10.534911,10.19651,9.807744,9.7926912,9.7446995,9.8100262,9.7757673,15.191695,14.147918,13.788978,13.118025,13.061486,12.192111,11.363524,9.6450462,9.2683125,8.9280157,8.7346458,8.7701206,8.7025747,8.859005,8.7935715,18.189175,17.385902,16.526598,15.693472,15.609856,13.345158,11.955807,11.357117,11.14612,10.785319,10.40574,10.446015,10.388753,10.4658,10.385991,17.350418,16.483784,15.853822,14.972933,14.895247,13.3084,12.191281,11.291404,11.019102,10.662164,10.349702,10.398995,10.33753,10.430286,10.346444,18.809523,18.592894,18.369316,18.181713,18.166107,18.106989,17.962053,17.886028,16.89065,16.775686,16.680401,16.964878,16.846098,17.037346,15.183282,17.300928,17.11302,16.942413,16.839731,16.813862,16.752048,16.624241,16.54608,16.422642,16.365105,16.314367,16.601648,16.482756,16.708492,14.277829,14.255126,14.130385,14.091805,14.002136,13.963881,13.899374,13.786104,13.709956,13.587089,13.535966,13.517012,13.529469,13.46164,13.666055,10.285171,13.165156,13.076238,13.075138,13.002144,12.978935,12.92564,12.817982,12.748035,12.66221,12.621414,12.596806,12.541115,12.491633,12.685955,9.2067165,11.539628,11.476005,11.492204,11.438687,11.411093,11.366483,11.287811,11.233706,11.169271,11.140531,11.136882,10.970875,10.941764,11.086104,7.5518923,19.400013,19.164963,18.844893,18.758802,18.742382,18.695482,18.593065,18.533392,18.440191,18.393133,18.338778,18.859579,18.694546,18.896355,17.642456,18.212986,18.005102,17.787233,17.668423,17.648832,17.590683,17.462711,17.388081,17.128748,17.058308,16.988562,17.317762,17.186617,17.39566,15.421931,19.998318,19.752703,19.379042,19.310453,19.297876,19.260971,19.179329,19.132278,19.060251,19.022545,18.97551,19.578903,19.396465,19.584715,18.709141,18.450951,18.237661,17.998854,17.893951,17.874243,17.818733,17.698465,17.627958,17.439642,17.37767,17.314915,17.68531,17.546118,17.754946,15.910002,19.276373,19.044861,18.736635,18.650923,18.634075,18.586761,18.484034,18.424166,18.316999,18.268356,18.213833,18.708668,18.546928,18.748405,17.400509,15.276135,15.144776,15.082563,14.969945,14.950285,14.892665,14.765106,14.685089,14.445399,14.370629,14.304266,14.375249,14.295742,14.510831,11.399627,18.187798,17.98102,17.77529,17.62598,17.607574,17.546785,17.407915,17.329048,16.847324,16.758204,16.674828,16.965141,16.842562,17.046951,15.025976,19.737637,19.493206,19.17313,19.062956,19.048931,19.000969,18.890854,18.83086,18.42219,18.356966,18.283487,18.701937,18.544632,18.724384,17.64823,13.373363,13.273265,13.262855,13.181318,13.149949,13.093098,12.988117,12.9175,12.79347,12.744857,12.723636,12.66913,12.614347,12.803287,9.3269863,20.087851,19.842226,19.462454,19.40344,19.391649,19.357479,19.282585,19.239445,19.157814,19.121248,19.076469,19.667482,19.482853,19.665928,18.835983,16.918524,16.742382,16.599735,16.488897,16.46501,16.403698,16.274017,16.194958,15.998735,15.932157,15.874086,16.099451,15.990232,16.210867,13.617931,20.08971,19.843531,19.461903,19.399498,19.387756,19.353498,19.27775,19.2342,19.162184,19.12644,19.08172,19.69169,19.506239,19.69079,18.862949,19.858437,19.61591,19.261105,19.195024,19.18182,19.142513,19.056576,19.007317,18.891006,18.847691,18.796114,19.322062,19.146769,19.332977,18.367676,19.777594,19.534285,19.193462,19.119936,19.106113,19.062965,18.967783,18.913939,18.732082,18.681515,18.622171,19.086157,18.917658,19.102049,18.10289,18.360365,18.14893,17.911041,17.812876,17.79162,17.735979,17.617588,17.54719,17.419071,17.3633,17.307419,17.696976,17.556765,17.77157,15.872611,17.190432,17.004831,16.840403,16.736242,16.710596,16.647861,16.51704,16.437035,16.319677,16.262083,16.210268,16.489855,16.373178,16.601446,14.134623,17.04797,16.866238,16.711388,16.608791,16.581715,16.519619,16.393263,16.315388,16.174597,16.115568,16.066875,16.321733,16.207947,16.431662,13.877579,20.671288,20.434607,20.105408,19.957657,19.956181,19.927853,19.834257,19.795977,18.297714,18.21772,18.132338,18.52445,18.378845,18.540422,17.534002,15.579731,15.428577,15.343701,15.246012,15.211948,15.146474,15.022967,14.943232,14.813071,14.757248,14.724379,14.847371,14.759018,14.979809,11.896914,15.535026,15.395974,15.319946,15.193727,15.173515,15.113574,14.981787,14.899039,14.596522,14.510666,14.431592,14.509076,14.426566,14.641167,11.596856,10.394353,10.341902,10.352234,10.309162,10.276693,10.238148,10.187894,10.149393,10.102424,10.080991,10.092508,9.8538275,9.8335829,9.9267302,6.4686036,16.112669,15.950923,15.842736,15.742667,15.712115,15.647227,15.519004,15.438,15.318246,15.262137,15.221792,15.397596,15.300304,15.527047,12.623418,14.851006,14.730125,14.685572,14.583915,14.563957,14.508278,14.385556,14.308141,14.110674,14.04446,13.990272,14.03673,13.963272,14.175814,10.960844,14.819974,14.688393,14.634982,14.54253,14.512244,14.448895,14.324482,14.244288,14.138999,14.087631,14.054824,14.12248,14.046908,14.266632,11.02162,15.72513,15.581992,15.496922,15.351388,15.329391,15.266367,15.127474,15.040495,14.622355,14.519657,14.434914,14.508945,14.426847,14.639923,11.653033,17.311924,17.127144,16.976133,16.799034,16.778374,16.711271,16.557648,16.468601,15.827637,15.708554,15.616274,15.80323,15.702399,15.910729,13.468689,17.499224,17.308216,17.153742,16.954283,16.932302,16.860796,16.696474,16.603081,15.734859,15.586231,15.488276,15.664687,15.568728,15.772113,13.377026,15.33063,15.193248,15.12648,15.024093,14.998904,14.938694,14.81361,14.734493,14.555236,14.491804,14.443799,14.533579,14.451117,14.668139,11.55016,12.68604,12.591721,12.588009,12.515221,12.476398,12.417971,12.322598,12.25598,12.172438,12.133411,12.129827,12.03356,11.987694,12.161819,8.6218405,17.211639,17.02948,16.875002,16.746857,16.726204,16.664701,16.528889,16.447884,16.153671,16.074997,16.002024,16.232397,16.121576,16.337875,13.880244,14.718842,14.58599,14.533391,14.441734,14.406559,14.341587,14.221333,14.142331,14.033769,13.982812,13.957386,14.013906,13.939363,14.154682,10.869106,16.826357,16.86194,16.569473,16.808432,16.66873,16.642996,16.542757,16.407999,16.430248,16.071747,16.07863,15.890541,15.759506,20.149332,20.033016,20.88279,20.013176,19.678165,19.226803,18.452116,18.365656,17.870567,15.931801,15.620564,15.476185,15.759647,15.810596,15.57668,17.327446,17.228395,20.390511,19.948107,19.549833,19.25222,18.649841,18.565569,18.120264,16.781549,16.560871,16.410622,16.479362,16.486343,16.212688,18.289856,18.114597,23.00071,21.560452,21.283386,20.82654,19.661694,19.575996,19.099062,15.943563,15.60285,15.490399,15.828314,16.027931,15.821061,17.145533,17.070282,18.082766,17.964804,17.619722,17.468966,17.247351,17.19305,16.930227,16.473379,16.299726,16.048803,16.19982,16.066183,15.866261,19.044369,18.906887,19.441473,19.595713,19.530523,19.517145,18.833275,18.807241,18.73451,18.634535,19.008179,18.890163,18.761831,18.696304,18.316992,20.493088,20.19701,18.957603,18.926348,18.551039,18.393299,18.059027,17.997604,17.720392,17.220961,17.101221,16.898642,16.923576,16.826508,16.544134,19.330992,19.126942,20.908638,21.430084,20.861187,20.767696,20.364548,20.321659,20.206514,20.052662,19.706787,19.638968,19.566696,19.530203,18.867975,21.341682,20.843317,19.83724,19.847652,20.173939,20.158014,19.038252,19.026867,19.001091,18.964842,19.844784,19.809099,19.616671,19.59741,19.236584,20.613787,20.33733,21.6064,20.772165,20.409189,20.086246,19.230768,19.140711,18.648058,16.533779,16.302965,16.171944,16.261322,16.356037,16.125259,17.865454,17.723383,19.184734,19.049141,18.664083,18.446188,18.07143,18.0028,17.670477,16.991255,16.830252,16.63854,16.69348,16.613884,16.34004,18.94133,18.753407,20.263508,20.482897,19.951645,19.788412,19.400097,19.333914,19.062653,18.580887,18.295639,18.171946,18.127375,18.086378,17.60099,20.045265,19.688732,20.142685,20.38357,20.284586,20.239231,19.488354,19.463564,19.402739,19.320583,19.626925,19.563751,19.426311,19.390999,18.915396,20.93775,20.573963,19.477936,19.600695,19.199141,19.065487,18.684275,18.625793,18.389059,17.998524,17.887222,17.72279,17.684921,17.607441,17.23196,19.859495,19.580927,18.719786,18.766174,18.801533,18.870949,18.180838,18.159302,18.100346,17.990395,18.507456,18.359898,18.23045,18.148964,17.873938,19.718075,19.476248,20.696657,20.377024,19.92679,19.675426,19.075304,18.990606,18.553421,17.2621,17.013241,16.881319,16.891191,16.915604,16.589617,18.661116,18.432922,19.75845,19.779356,19.337666,19.149382,18.741884,18.672493,18.361229,17.75127,17.564907,17.409269,17.3939,17.339224,16.971291,19.438873,19.173502,19.945414,20.176952,19.724545,19.590647,19.19206,19.134367,18.915585,18.569445,18.397882,18.26543,18.208527,18.148754,17.691414,20.203867,19.863785,19.952564,20.225212,19.948975,19.877594,19.328682,19.290958,19.179451,19.028395,19.100735,18.997898,18.895475,18.839344,18.370066,20.720276,20.362959,22.070929,21.384474,20.950993,20.726202,19.848345,19.758156,19.238703,17.052462,16.790009,16.690931,16.67396,16.815582,16.546499,18.251564,18.03821,17.89094,17.959759,17.664379,17.728249,17.472784,17.436003,17.295475,17.098061,17.132305,16.855026,16.837505,16.687986,16.466686,20.024765,19.846626,18.709797,18.848553,18.596958,18.599995,18.194803,18.158264,18.032896,17.86104,17.981071,17.774687,17.704662,17.592232,17.279757,20.229273,19.984911,19.03179,18.934645,19.310415,19.342255,18.30549,18.289791,18.250057,18.172497,19.129238,19.050301,18.869331,18.824438,18.580635,19.722876,19.51021,20.367468,20.48502,19.947527,19.759907,19.342096,19.269222,18.945463,18.285559,17.979761,17.854622,17.822256,17.796915,17.339113,19.702999,19.369978,21.470976,21.20672,20.656363,20.466627,19.793308,19.705875,19.193819,17.596897,17.227079,17.14023,17.103535,17.202425,16.828352,18.746361,18.445061,18.938461,18.368322,18.028545,17.463207,17.022015,16.946354,16.506889,15.398094,14.96471,14.784031,15.308766,15.240546,14.97548,17.127327,17.04203,20.762737,20.696779,20.158878,19.946638,19.435631,19.354645,18.957018,17.937368,17.606974,17.489586,17.468239,17.483549,17.061514,19.249454,18.943024,17.244186,17.23929,16.923548,17.01157,16.865438,16.827566,16.676207,16.458157,16.387539,16.067019,16.147495,15.975315,15.819529,19.805355,19.679953,17.548567,17.482569,17.154507,17.100792,16.941206,16.894014,16.69236,16.380747,16.220907,15.934546,16.105843,15.949695,15.771929,19.373915,19.246933,19.033409,18.029688,17.748032,16.727468,16.122952,16.046936,15.570874,14.012229,13.133441,12.999597,14.29525,14.276628,13.903653,15.396286,15.36008,18.679007,18.700512,18.346457,18.24571,17.940876,17.886684,17.655924,17.278181,17.201851,16.982059,16.993113,16.879383,16.606348,19.594091,19.390081,19.712643,19.456671,19.058382,18.791754,18.323284,18.246216,17.855303,16.909037,16.713625,16.543934,16.605909,16.563028,16.281422,18.615456,18.429983,20.201918,20.084784,19.622385,19.39563,18.911535,18.833168,18.453175,17.545588,17.309294,17.167536,17.165352,17.147051,16.788177,19.05545,18.801666,18.808506,18.918331,18.593483,18.539473,18.191256,18.144566,17.965977,17.70134,17.70138,17.4942,17.455412,17.345022,17.03454,19.991148,19.753326,20.569841,20.94735,20.666368,20.605814,19.977461,19.947895,19.883989,19.796711,19.8368,19.7883,19.672775,19.644213,19.075859,21.278305,20.84469,18.109026,18.205719,18.049431,18.159094,17.728336,17.702753,17.623035,17.509569,17.773689,17.534702,17.450071,17.321331,17.069094,20.104879,19.895018,24.124544,22.608101,22.320335,22.017857,20.717852,20.627674,20.154596,16.556892,16.35071,16.243422,16.328671,16.598408,16.440065,17.727114,17.626575,18.837915,18.984322,18.789465,18.801085,18.323601,18.291399,18.188366,18.048836,18.25226,18.064585,17.97485,17.872047,17.545795,20.307402,20.050964,19.940409,20.108812,20.125122,20.094704,19.258804,19.237999,19.186377,19.115971,19.585575,19.519424,19.368113,19.331356,18.901722,20.779613,20.449505,20.246105,20.553116,20.315048,20.251263,19.624678,19.592693,19.510315,19.399767,19.513857,19.442204,19.325577,19.285463,18.775764,20.981169,20.592564,20.133854,20.447594,20.017735,19.909128,19.47434,19.424887,19.260223,19.024141,18.885393,18.774639,18.698795,18.643476,18.139498,20.604425,20.2258,20.964144,21.336798,20.646761,20.491329,20.145119,20.078123,19.80386,19.294033,18.789686,18.692343,18.650827,18.634342,18.019255,20.474899,20.022373,23.408878,22.1779,21.845673,21.585562,20.419996,20.328993,19.829008,16.712076,16.510765,16.406973,16.427496,16.654411,16.472662,17.899078,17.76125,18.96925,19.06768,18.71833,18.631889,18.28212,18.230761,18.027252,17.71196,17.671547,17.474264,17.443138,17.340641,17.019564,19.884031,19.641352,20.33774,20.570679,20.550886,20.514244,19.653522,19.634935,19.596554,19.542601,19.946529,19.909872,19.757196,19.736712,19.243885,21.103132,20.726763,19.602808,19.645216,19.856045,19.847878,18.875736,18.85906,18.81793,18.757219,19.493586,19.42724,19.255276,19.218199,18.868179,20.429749,20.155182,19.8311,20.089842,19.779444,19.700743,19.200279,19.158703,19.027473,18.84655,18.87491,18.756504,18.664818,18.601248,18.147991,20.587957,20.243631,20.107409,20.239773,20.372015,20.34429,19.368044,19.352917,19.319576,19.273384,19.890802,19.85284,19.682281,19.661636,19.228655,20.886942,20.556253,19.573193,19.793715,19.509422,19.443209,18.953709,18.912991,18.780895,18.598505,18.66663,18.529419,18.440569,18.36639,17.95064,20.468023,20.15082,18.52326,18.625156,18.321133,18.307194,17.978395,17.936062,17.776714,17.547647,17.578838,17.350903,17.313059,17.19006,16.906467,20.032446,19.811787,19.320522,19.163828,19.721415,19.719042,18.478771,18.467213,18.439751,18.398159,19.579693,19.536095,19.326601,19.301912,19.052546,20.110685,19.912138,20.624744,20.951578,20.825647,20.791136,19.993624,19.97543,19.945946,19.900486,20.145031,20.119917,19.978546,19.963634,19.405024,21.394238,20.967245,20.698601,21.098831,20.475275,20.335148,19.984913,19.924717,19.700638,19.341869,18.934427,18.834761,18.782423,18.747581,18.1499,20.637203,20.194853,19.63677,19.846947,19.669458,19.626787,19.026318,18.994181,18.900202,18.773855,18.989073,18.871929,18.758993,18.694229,18.276878,20.603447,20.28248,19.289375,19.467556,19.151665,19.082731,18.660522,18.615532,18.456528,18.228945,18.252319,18.086224,18.017456,17.928947,17.553247,20.243755,19.957466,18.498711,18.235548,17.880295,17.59963,17.298306,17.234837,16.890896,16.187836,15.955485,15.732433,15.942616,15.833495,15.621886,18.402355,18.279943,20.366777,20.736841,20.333031,20.241978,19.756538,19.714212,19.591909,19.425793,19.315744,19.23003,19.140564,19.094667,18.548183,20.933622,20.520571,21.042559,21.591209,21.061464,20.986656,20.535007,20.49925,20.422903,20.320917,20.014482,19.966272,19.887407,19.857271,19.172321,21.605028,21.086374,20.746227,21.210062,20.611486,20.493553,20.129118,20.07729,19.907429,19.663481,19.287594,19.199608,19.137766,19.098469,18.47315,20.973389,20.506428,19.617271,19.837326,19.492649,19.40383,18.96257,18.915756,18.753714,18.521008,18.503344,18.361177,18.286463,18.21209,17.79183,20.355396,20.037357,21.365093,20.869963,20.422899,20.176376,19.446404,19.357964,18.881041,17.178265,16.915773,16.799244,16.799671,16.877676,16.571609,18.464825,18.242981,21.167145,21.336731,20.669369,20.490993,20.055155,19.97924,19.619577,18.757822,18.266676,18.170431,18.137474,18.158278,17.607479,19.90324,19.496048,20.575417,19.478802,19.188446,18.487761,17.683762,17.60602,17.113068,15.027393,14.479155,14.349133,15.071755,15.127029,14.846979,16.367384,16.315256,20.815948,21.269794,20.912333,20.85528,20.272766,20.243916,20.191917,20.118029,20.038086,20.001493,19.89521,19.871773,19.248751,21.535393,21.05912,19.628582,19.161304,18.795746,18.423388,17.917282,17.837721,17.401461,16.230511,15.976697,15.8009,15.999184,15.9591,15.715572,17.919361,17.790894,20.570158,20.976736,20.601334,20.524757,19.98769,19.951551,19.86248,19.743357,19.660995,19.598068,19.498974,19.463011,18.88335,21.198288,20.758184,17.046616,17.113956,16.862066,17.10177,16.882034,16.859268,16.776947,16.667349,16.78178,16.443514,16.407082,16.229834,16.064968,20.204214,20.063175,19.876516,19.936556,19.879789,19.83737,19.774582,19.756584,19.735348,19.713655,19.689541,19.685429,19.671511,19.643148,19.570429,20.201246,20.129593,19.560513,19.705444,19.570854,19.491508,19.343075,19.28953,19.24733,19.188272,19.133524,19.127012,19.093555,19.041037,18.874308,20.676132,20.50005,19.756426,19.889082,19.764767,19.696127,19.572384,19.537294,19.494509,19.451801,19.401503,19.393438,19.364052,19.312515,19.154745,20.431393,20.28186,19.671432,19.777153,19.678017,19.594212,19.472973,19.431248,19.39773,19.351608,19.312214,19.307497,19.281979,19.23443,19.112299,20.478634,20.346401,19.46492,19.699526,19.484253,19.406565,19.208359,19.139257,19.081505,19.004351,18.9109,18.901169,18.852993,18.788902,18.523439,21.001598,20.74062,13.338319,12.942776,12.056005,10.937923,11.004591,10.71723,7.9251184,7.2598252,7.2900662,7.0463557,7.0688682,6.2134094,6.1350651,6.62288,7.377068,13.683896,13.228866,12.425884,11.384538,11.557257,11.173757,8.4656296,7.9367838,7.9878826,7.8001761,7.7915745,6.991785,6.9025502,7.4794011,8.3093557,14.172791,13.582415,12.89444,11.968423,12.283401,11.753303,9.2402897,8.7335701,8.7879601,8.5969181,8.5873947,7.9038501,7.8154216,8.4401817,9.2667265,13.228373,12.85613,11.855172,10.624629,10.655235,10.404979,7.8112106,7.0805593,7.1023989,6.8272548,6.8529263,5.9052277,5.830358,6.2849288,6.9287701,14.438572,13.883059,13.037585,11.904828,12.166089,11.67652,9.6946526,9.1737623,9.2290907,9.0271196,9.0128498,8.1811867,8.08391,8.7509499,9.3325176,14.044155,13.517787,12.752239,11.735343,11.977269,11.518177,9.0519171,8.5296793,8.5830421,8.3893089,8.3796997,7.619524,7.5289717,8.1461639,8.9195671,14.583061,13.833778,13.24196,12.432807,12.935648,12.226974,9.8720427,9.4186401,9.478528,9.2958508,9.2606277,8.6659632,8.5699863,9.226181,10.084739,14.900159,14.386062,13.361126,11.991761,12.225245,11.759469,10.476196,10.000924,10.070951,9.8846312,9.8558331,8.8583155,8.7464819,9.5251417,9.8079004,14.391685,13.936415,12.790867,11.320142,11.472305,11.086924,9.5831451,9.0663881,9.1213379,8.9259472,8.9169617,7.8099833,7.7068295,8.3772249,8.7203684,15.102985,14.4869,13.630357,12.454165,12.793689,12.221202,10.827632,10.354427,10.423427,10.231867,10.196741,9.3570433,9.2465429,10.032477,10.386217,12.625228,12.391997,9.9198532,7.7212663,7.7105002,7.5693755,6.7152467,6.284328,6.3073702,6.1752682,6.2063541,4.1275949,4.0620484,4.3994699,4.488605,13.081428,12.808379,10.602712,8.4495897,8.4476862,8.2478476,7.2979069,6.8663516,6.8917656,6.7567611,6.7769952,4.8283367,4.7414041,5.143178,5.2384624,13.276999,13.035488,10.770938,8.5524483,8.5530577,8.359724,7.6073055,7.2450147,7.2874899,7.1796708,7.1828928,5.188621,5.1000471,5.5913095,5.6476655,14.548538,14.117482,12.87969,11.300901,11.445223,11.072097,9.8418064,9.361618,9.425602,9.2456083,9.2291803,8.0407486,7.9322109,8.653471,8.8925896,14.754869,14.116372,13.342846,12.286439,12.643444,12.059269,10.213411,9.7192984,9.7791243,9.5814247,9.5563192,8.7940006,8.6933765,9.3996048,9.9612598,13.867061,13.577162,11.734261,9.6977549,9.7361631,9.4979057,8.6278296,8.2245884,8.2841272,8.1513815,8.1458445,6.4654684,6.3658495,6.9862323,7.0842347,13.478062,13.256804,11.071292,8.8714371,8.9043436,8.7206383,8.0481434,7.7336597,7.8071699,7.7108417,7.6883063,5.7761331,5.688765,6.2860236,6.3486924,14.815914,14.247152,13.337977,12.11002,12.390852,11.877526,10.328962,9.8338518,9.8970385,9.7006645,9.6759138,8.7858334,8.6798973,9.4172077,9.8235769,13.348928,12.936509,12.146061,11.139578,11.265257,10.932227,7.8859878,7.3343773,7.3799772,7.189754,7.1701508,6.3848224,6.2969093,6.8173819,7.7380333,13.650268,13.313868,11.59601,9.6794348,9.7130184,9.4559574,8.2517214,7.7546716,7.7903733,7.6201696,7.6326776,6.0469546,5.9514732,6.463819,6.6457615,14.251975,13.923553,12.331602,10.448552,10.524589,10.243288,9.3148174,8.8983717,8.9691153,8.8238087,8.8055601,7.3233814,7.2169499,7.9229822,8.0466633,14.860351,14.438869,13.223213,11.64515,11.808086,11.420179,10.40445,9.97083,10.051522,9.8872347,9.8508701,8.6805677,8.5628185,9.3808308,9.543746,13.1958,12.866455,11.297724,9.5583868,9.5556679,9.3551626,7.7666621,7.0698919,7.0891385,6.82444,6.840251,5.4294095,5.3575506,5.7726784,6.0622892,13.597576,13.190854,12.187125,10.925443,11.003027,10.699624,8.3310432,7.697978,7.7322359,7.4958496,7.5076828,6.5414796,6.456346,6.9782495,7.5999413,14.358553,13.713318,13.048754,12.147857,12.521467,11.931497,9.5150938,9.0217714,9.076581,8.8855076,8.8711662,8.21208,8.1211281,8.7613745,9.5789795,14.232331,13.941841,12.239049,10.26875,10.341858,10.0769,9.2884855,8.9261074,9.0089569,8.8856258,8.8439837,7.2745075,7.1664166,7.9026947,7.981451,14.102873,13.405787,12.861921,12.134065,12.591125,11.936212,8.9970045,8.5491667,8.6043472,8.4318657,8.4137001,7.8667159,7.776598,8.3732014,9.4695797,13.751924,13.431788,11.631041,9.6382618,9.6728897,9.416172,8.3894205,7.9386101,7.9813781,7.8314381,7.8366032,6.1785088,6.079155,6.6300287,6.7599049,12.865261,12.624951,10.130545,7.8655782,7.8493161,7.6589618,6.886991,6.5244875,6.5455947,6.4412298,6.4539528,4.2840638,4.1996975,4.5687037,4.6125841,13.59582,13.223875,11.903802,10.328799,10.365749,10.105206,8.3184595,7.6828012,7.7120857,7.4728007,7.4907093,6.2562685,6.1714373,6.6714525,7.0555124,14.070186,13.731702,12.105266,10.211362,10.272744,9.9929972,8.9666739,8.5181837,8.5740232,8.4192104,8.4148264,6.8991504,6.7955027,7.4312491,7.5756392,14.079885,13.649878,12.489005,11.026325,11.142516,10.794329,9.0666742,8.5187588,8.5650702,8.3607016,8.3605919,7.2416139,7.1442327,7.7507114,8.1617355,13.177579,12.77736,12.033808,11.087247,11.192691,10.880627,7.6102605,7.0238853,7.0647526,6.864543,6.8606529,6.1258593,6.0461197,6.5359354,7.5013914,14.115931,13.825902,12.086445,10.099903,10.16396,9.9123783,9.0948687,8.718504,8.795948,8.6685696,8.6413307,7.0473766,6.9436808,7.6483479,7.7405758,13.321824,13.10669,10.830454,8.6029873,8.6154261,8.4447708,7.7729578,7.4516068,7.5146384,7.4191709,7.4152794,5.4355707,5.3513422,5.902545,5.9615993,13.770714,13.390066,12.029728,10.400302,10.457459,10.172494,8.5442877,7.9693584,8.0053568,7.7941203,7.8061156,6.5233464,6.4314032,6.967576,7.3073664,12.836476,12.489758,11.530322,10.373905,10.378568,10.164093,7.2940311,6.4597988,6.4700875,6.1578965,6.1882901,5.291532,5.2251625,5.6166816,6.2901611,14.503799,14.000338,12.994668,11.670313,11.873564,11.437307,9.7928877,9.2746353,9.3314257,9.1314602,9.1179075,8.1377048,8.0353575,8.7216377,9.1406822,13.068465,12.730157,11.35995,9.80091,9.7968178,9.594553,7.6546111,6.8703418,6.8836975,6.5789647,6.5936451,5.3507977,5.2822886,5.6788726,6.0650349,14.0999,13.70609,12.321025,10.636093,10.723874,10.404752,9.0466814,8.534277,8.5819197,8.3960962,8.3967962,7.0810943,6.9798765,7.5913415,7.8516178,13.812881,13.393677,12.325014,10.979556,11.07909,10.75165,8.6557875,8.071063,8.1118374,7.8944468,7.8978419,6.8653383,6.7739849,7.3349357,7.8757529,13.158482,12.855456,11.005651,9.0645237,9.060524,8.8742762,7.6194487,7.0251217,7.048944,6.8363943,6.8565159,5.2221794,5.1489959,5.563427,5.7589612,14.309642,13.918657,12.527897,10.818106,10.919521,10.591085,9.4047213,8.9254885,8.9834423,8.809516,8.8012047,7.4803209,7.3744302,8.0469894,8.2559805,13.357121,13.041447,11.227922,9.2817316,9.2920008,9.0746155,7.8373694,7.3008041,7.3287444,7.1429896,7.165062,5.5291433,5.444355,5.8953366,6.08356,14.652666,14.245136,12.958491,11.322244,11.461551,11.099856,10.029267,9.5809288,9.6543207,9.4873219,9.4616938,8.2313414,8.1188602,8.8856659,9.0666008,12.202406,12.012556,9.0852871,6.7978654,6.7791514,6.6479955,5.9952974,5.6834817,5.6988211,5.613368,5.6383247,3.2247803,3.1572702,3.418025,3.4509792,16.720289,16.353722,16.073538,15.514219,15.398031,14.96131,14.304956,14.183681,14.106173,13.646034,13.247217,13.242744,13.201336,13.127336,12.647364,15.914265,15.558771,15.303477,14.852976,14.754788,14.379578,13.761983,13.593577,13.534872,13.198612,12.827639,12.824116,12.785318,12.742123,12.163087,18.809866,18.223627,17.926275,16.51749,16.404243,15.968025,15.328841,15.175683,15.05335,14.599051,14.274369,14.363434,14.30383,14.104096,13.776807,17.583401,17.251535,16.956442,16.472982,16.303104,15.820008,15.164266,15.204219,15.107411,14.299269,13.839319,13.791808,13.755714,13.634097,13.202381,14.055758,13.812698,13.614121,13.404263,13.328742,13.029567,12.512611,12.361617,12.333075,12.076416,11.72262,11.69565,11.669672,11.610469,10.784919,15.698256,15.206599,14.970468,14.596255,14.51005,14.200471,13.626951,13.419772,13.372539,13.13369,12.815353,12.806155,12.768915,12.761569,12.108082,17.007986,16.611761,16.326157,15.675143,15.559689,15.116782,14.452181,14.318748,14.234678,13.782181,13.398019,13.409088,13.364133,13.29198,12.844799,16.82711,16.425106,16.147373,15.512188,15.404593,14.985723,14.332893,14.174639,14.095123,13.696936,13.324737,13.3409,13.295671,13.239489,12.771586,18.408077,17.857878,17.592505,16.495127,16.41176,16.09226,15.535349,15.321333,15.18861,14.874832,14.579795,14.717583,14.65192,14.580312,14.181981,16.987288,16.367098,16.111908,15.558833,15.467875,15.143068,14.549047,14.329866,14.256119,13.993391,13.683306,13.694464,13.649089,13.644458,13.132405,17.388535,17.016047,16.717489,16.112513,15.968568,15.485678,14.808644,14.758057,14.665459,14.033515,13.618824,13.607403,13.564987,13.462584,13.040773,15.102078,14.764052,14.532235,14.196112,14.108808,13.78172,13.207158,13.023759,12.982275,12.714499,12.36991,12.361032,12.326388,12.296564,11.604744,17.45463,17.181145,16.90987,16.570292,16.403353,15.963416,15.364254,15.449121,15.362857,14.543679,13.936336,13.805829,13.778191,13.640368,13.180626,14.342416,14.040481,13.829797,13.580172,13.501486,13.207651,12.673592,12.492373,12.463716,12.233381,11.909597,11.896804,11.866251,11.836596,11.04321,17.555292,16.91263,16.652523,15.968483,15.879597,15.553727,14.964289,14.74438,14.653141,14.376651,14.07255,14.110364,14.060352,14.048109,13.591074,19.255648,18.617222,18.339993,16.730015,16.636339,16.287645,15.728026,15.543234,15.404709,15.047262,14.747491,14.897285,14.831188,14.594635,14.254585,16.503387,16.161377,15.886435,15.395003,15.278316,14.847506,14.201153,14.092916,14.020124,13.550689,13.136204,13.117613,13.079296,12.999212,12.491327,14.808033,14.424728,14.205482,13.91855,13.837336,13.543674,12.997106,12.800941,12.767815,12.544412,12.229627,12.218672,12.18584,12.171966,11.420985,13.536685,13.296244,13.11064,12.93835,12.869696,12.602208,12.113258,11.948259,11.929496,11.719438,11.406896,11.389687,11.364288,11.322913,10.432091,17.31373,16.792658,16.526876,15.792377,15.69978,15.346894,14.734314,14.520506,14.430605,14.130117,13.809471,13.860302,13.808189,13.791234,13.34044,16.994064,16.637787,16.349239,15.800774,15.669908,15.207833,14.543097,14.468031,14.384277,13.825891,13.405708,13.388681,13.348577,13.255487,12.798484,16.340254,15.850673,15.599112,15.104406,15.012996,14.677404,14.075438,13.86486,13.802351,13.532438,13.205191,13.215086,13.172077,13.167726,12.609501,19.874704,19.161346,18.879787,16.959881,16.852365,16.497917,15.946987,15.792366,15.650197,15.226164,14.933367,15.084947,15.018848,14.675158,14.361236,16.324066,15.882923,15.627137,15.107338,15.013584,14.66084,14.04731,13.845396,13.780896,13.489124,13.149788,13.164057,13.120574,13.107521,12.562657,13.448165,13.179811,12.996071,12.830733,12.764514,12.513099,12.032766,11.855209,11.840389,11.65477,11.369501,11.357731,11.331621,11.309786,10.399576,17.630611,17.220165,16.915752,16.183023,16.044991,15.553366,14.866179,14.789227,14.690546,14.097506,13.705348,13.715313,13.66831,13.564696,13.173346,17.951885,17.432991,17.154676,16.130129,16.03348,15.649915,15.028268,14.830192,14.721557,14.374207,14.050962,14.133107,14.075314,13.995066,13.605815,14.482319,14.196225,13.980944,13.718472,13.637028,13.327499,12.783041,12.612255,12.579693,12.325071,11.981611,11.964832,11.934405,11.891863,11.122018,16.398397,15.997559,15.733897,15.185,15.08595,14.70443,14.074049,13.891945,13.823459,13.488321,13.129774,13.142737,13.09937,13.066259,12.543834,16.248346,15.928081,15.660827,15.228483,15.114258,14.695422,14.06348,13.960917,13.893488,13.432422,13.004725,12.973825,12.938337,12.853604,12.3122,18.202477,17.62442,17.36319,16.454159,16.372572,16.068193,15.515831,15.293334,15.165641,14.853131,14.569547,14.686285,14.622995,14.603901,14.180181,17.081291,16.634792,16.359945,15.63695,15.536039,15.139101,14.496908,14.310448,14.22526,13.871777,13.522938,13.559875,13.51053,13.46779,13.018433,16.752804,16.432459,16.153261,15.705551,15.573305,15.124605,14.480411,14.43062,14.352646,13.772019,13.315967,13.272177,13.237094,13.133608,12.640586,16.724152,16.298351,16.029587,15.404919,15.30529,14.918327,14.282084,14.095303,14.019219,13.679283,13.326587,13.350864,13.304562,13.271292,12.78456,18.353668,17.808475,17.520136,16.306908,16.203169,15.79084,15.158027,14.980406,14.864927,14.470078,14.143604,14.230163,14.171391,14.033457,13.677367,16.442612,16.072979,15.802392,15.26676,15.159992,14.750257,14.10757,13.957271,13.886443,13.491888,13.108602,13.109479,13.068072,13.011124,12.499663,17.686733,17.204506,16.919117,15.989462,15.885111,15.466948,14.817558,14.639928,14.539537,14.152246,13.808834,13.866322,13.812481,13.732346,13.338066,15.175602,14.872552,14.636572,14.302264,14.210746,13.861523,13.278828,13.120582,13.075193,12.763326,12.387992,12.368547,12.335485,12.281156,11.605453,15.063244,14.790984,14.560527,14.265936,14.174009,13.821177,13.250477,13.118247,13.072989,12.73306,12.327086,12.289423,12.259947,12.184405,11.489789,18.818342,18.24131,17.973442,16.65683,16.572796,16.250084,15.703981,15.501464,15.361488,15.042652,14.742056,14.903246,14.836083,14.694366,14.320214,16.249294,15.999029,15.755219,15.474696,15.359857,14.97097,14.405276,14.374395,14.309745,13.800092,13.186224,13.046496,13.022011,12.900175,12.32894,17.283623,16.846411,16.560966,15.789447,15.680519,15.24962,14.589252,14.428359,14.337871,13.927395,13.565218,13.598604,13.549279,13.481317,13.059052,15.881297,15.589057,15.33459,14.973177,14.864516,14.46566,13.858033,13.759996,13.699766,13.260397,12.814484,12.76699,12.735243,12.643909,12.052059,16.481449,15.888571,15.640253,15.177778,15.08738,14.768999,14.181089,13.964349,13.902346,13.651802,13.339802,13.335517,13.293597,13.28866,12.717368,14.94562,14.448635,14.233747,13.969239,13.89021,13.615611,13.08642,12.886117,12.854185,12.651379,12.352993,12.329834,12.299498,12.286279,11.51398,18.272482,17.724854,17.453712,16.348255,16.259274,15.913115,15.32826,15.118436,14.996299,14.674687,14.370093,14.484082,14.421549,14.338608,13.949945,17.966787,17.469398,17.176044,16.146601,16.03676,15.596339,14.937461,14.77571,14.669346,14.243245,13.89776,13.958203,13.903369,13.79373,13.424198,15.656704,15.349213,15.099001,14.722082,14.621294,14.239702,13.633597,13.498889,13.443612,13.069078,12.664749,12.638343,12.604401,12.534295,11.92124,15.19515,14.947614,14.721699,14.463132,14.369404,14.011939,13.457659,13.362105,13.31348,12.928037,12.456264,12.382417,12.357082,12.259238,11.566508,14.20897,13.980847,13.784075,13.582355,13.505804,13.195766,12.680799,12.553423,12.51952,12.226354,11.834059,11.789338,11.766473,11.690214,10.876491,18.694954,18.113615,17.836027,16.49423,16.400698,16.038395,15.452108,15.257032,15.129047,14.780036,14.4737,14.597408,14.533814,14.378662,14.019695,17.938467,17.356659,17.092848,16.238176,16.15185,15.828868,15.250715,15.028502,14.916165,14.620095,14.325227,14.412289,14.353708,14.334762,13.91032,16.839533,16.361534,16.098562,15.471176,15.376726,15.017731,14.397916,14.190672,14.113633,13.81254,13.479644,13.510683,13.462836,13.449162,12.959712,13.767577,13.405315,13.218133,13.044239,12.975852,12.731398,12.249589,12.061845,12.046287,11.872808,11.600652,11.584863,11.558418,11.549438,10.649658,16.085901,15.747821,15.485312,15.031665,14.92629,14.526469,13.897937,13.758009,13.694535,13.301944,12.906092,12.892397,12.854715,12.790914,12.23486,19.193378,18.559467,18.27154,16.67437,16.56616,16.173203,15.574545,15.411333,15.280783,14.856071,14.549081,14.666008,14.603073,14.359754,14.034118,15.703934,15.319296,15.073889,14.654853,14.563173,14.219272,13.620548,13.429142,13.377038,13.093076,12.74706,12.747293,12.708578,12.686901,12.070782,17.477251,16.994884,16.718321,15.870647,15.772036,15.381683,14.746839,14.551625,14.456017,14.109548,13.773897,13.831033,13.777642,13.726046,13.307017,17.030371,16.567064,16.29763,15.5992,15.502067,15.1247,14.49391,14.294662,14.211354,13.885653,13.546477,13.585341,13.535782,13.507614,13.045884,18.246603,17.734705,17.431984,16.320919,16.202295,15.73455,15.063654,14.925751,14.813744,14.329801,13.981624,14.040878,13.985538,13.846046,13.49927,17.718622,17.269218,16.968681,16.104267,15.98204,15.508336,14.827919,14.703664,14.602843,14.103928,13.733964,13.767056,13.716331,13.614855,13.234598,16.430012,16.147579,15.884865,15.532915,15.407311,14.986108,14.377049,14.340295,14.270242,13.712145,13.196492,13.114056,13.084465,12.969701,12.429688,17.670084,17.425194,17.170744,16.885864,16.724407,16.312233,15.757565,15.86914,15.785898,14.983488,14.205458,13.987485,13.964082,13.823218,13.385714,16.870644,16.342432,16.083746,15.489906,15.39774,15.056474,14.448854,14.233872,14.158583,13.878194,13.556122,13.581671,13.534557,13.530002,13.029185,17.326303,17.025402,16.74284,16.340458,16.177885,15.718102,15.086678,15.131676,15.043408,14.265149,13.751698,13.67255,13.640901,13.513383,13.052094,17.71273,17.182775,16.913904,16.042265,15.951012,15.598921,14.993966,14.779724,14.676206,14.366522,14.053213,14.129245,14.072534,14.038299,13.618399,15.285581,14.657875,14.042218,13.079177,12.958444,12.790958,10.085621,9.3895893,9.4710608,9.4238644,9.4233503,8.8196487,8.8038549,9.1835747,9.6892834,14.856437,14.273014,13.960155,13.356157,13.299994,13.024551,9.6443586,9.0948696,9.1279182,9.0693674,8.9662638,8.7169933,8.763792,8.9518795,9.4990168,15.773197,15.174185,14.922713,14.298511,14.217065,13.874591,11.281862,10.877893,10.838119,10.771862,10.531876,10.403622,10.403866,10.28481,10.637144,14.7171,14.128369,13.693678,12.988942,12.921909,12.698919,9.3932362,8.7964211,8.8631639,8.8124781,8.7725039,8.3695345,8.3676052,8.6686296,9.4540653,14.243405,13.705733,12.869411,11.705402,11.655728,11.521808,8.8607779,8.3043413,8.4048319,8.3627577,8.3680487,7.5424709,7.5352407,7.8940306,8.4418507,13.418144,12.946099,12.511986,11.873602,11.858827,11.673473,7.4239469,6.9494538,7.0195212,6.9795084,6.9736772,6.5545688,6.543766,6.8501158,8.0314875,15.773874,15.111105,14.550586,13.636772,13.474617,13.308121,10.406304,9.6411228,9.7124453,9.6671228,9.6797504,9.131918,9.111084,9.4986677,9.9364004,15.298335,14.661883,14.312784,13.679558,13.587706,13.323473,10.207509,9.598443,9.6409655,9.5847187,9.4832382,9.1931534,9.205162,9.4055691,9.9952383,15.679286,15.108346,14.865077,14.195104,14.126424,13.771027,11.321651,10.969769,10.908716,10.838779,10.589312,10.485912,10.484423,10.363125,10.673762,14.106606,13.708272,12.131007,10.218358,10.197697,10.12717,8.8236351,8.3755217,8.415803,8.3841667,8.4738998,6.9836912,6.9667573,7.3860564,7.517704,15.936435,15.261945,14.980585,14.400093,14.282946,13.979513,11.068045,10.524678,10.52959,10.470282,10.277512,10.088178,10.086023,10.061723,10.515306,15.433772,14.888853,14.647223,13.705256,13.672944,13.32099,10.59376,10.184139,10.140199,10.069265,9.8718367,9.8287506,9.8415604,9.9037504,10.184412,15.779475,15.150139,14.510683,13.475916,13.330662,13.189147,10.364124,9.6099319,9.6715946,9.6296902,9.6857853,9.0448751,9.0280352,9.4599943,9.8136425,16.240232,15.498301,15.141936,14.50678,14.31845,14.08874,10.712548,9.9620523,10.014167,9.9667625,9.868124,9.5644808,9.54566,9.7384548,10.242285,13.864183,13.39465,12.071678,10.438499,10.391499,10.309351,8.3898172,7.898427,7.9971042,7.9623404,7.992826,6.7151747,6.7027845,7.0566745,7.3223853,14.75291,14.171353,13.833323,13.221045,13.16561,12.904436,9.4738159,8.9122648,8.9566364,8.9011364,8.8204002,8.5348263,8.5697145,8.7978039,9.4358511,15.420013,14.896373,14.669479,13.899612,13.84971,13.479435,11.290702,11.03739,10.93233,10.85544,10.602503,10.545854,10.535756,10.460474,10.699219,15.294325,14.651435,14.185543,13.422341,13.309837,13.096136,10.1168,9.444212,9.5130711,9.4620609,9.4168949,8.9826155,8.9716768,9.2816668,9.9131327,15.840857,15.163748,14.864721,14.27119,14.153458,13.861918,10.903119,10.322461,10.339336,10.28096,10.11208,9.8963261,9.8975143,9.9432392,10.423941,15.42249,14.850913,14.596248,13.853045,13.803777,13.463847,10.70491,10.265821,10.238752,10.171154,9.9749088,9.8640947,9.8864412,9.9098253,10.247164,15.518291,14.854907,14.488271,13.837831,13.723154,13.469211,10.42524,9.7781382,9.8255768,9.7708578,9.6725435,9.361167,9.360961,9.5714502,10.15621,15.836007,15.186686,14.91258,14.319645,14.217542,13.902089,11.094939,10.587973,10.582716,10.521011,10.318501,10.14474,10.147182,10.106731,10.534483,15.268443,14.784022,14.575212,13.852892,13.798674,13.429923,11.503273,11.461031,11.289794,11.213283,10.931244,10.870328,10.85457,10.694762,10.910524,15.398836,14.900699,14.686956,13.359508,13.342873,12.985554,10.242365,9.8550444,9.7827368,9.7050819,9.5174799,9.606142,9.5941877,9.7669239,9.9580231,15.936522,15.231206,14.791814,14.046927,13.874078,13.667042,10.627501,9.8636837,9.9272757,9.8789492,9.8249111,9.4206543,9.4016256,9.6995897,10.214426,13.956956,13.453169,13.150572,12.602386,12.582428,12.336891,8.2533531,7.7580523,7.8024645,7.7509327,7.6926794,7.4304132,7.5074801,7.7491875,8.3906202,15.572288,15.036336,14.806961,14.111453,14.049597,13.681308,11.464303,11.218195,11.11706,11.043173,10.77309,10.694888,10.685784,10.532224,10.794283,14.278073,13.767469,13.508993,12.919384,12.896684,12.619011,8.7493019,8.263958,8.283,8.2222643,8.1116228,7.9207988,8.0236425,8.1919451,8.6000853,15.23227,14.640953,13.853815,12.661267,12.553432,12.423553,10.073965,9.3906803,9.4654884,9.4214096,9.4657907,8.6773901,8.6628399,9.0886431,9.4491453,14.413131,13.92547,12.703032,11.089025,11.030947,10.941739,9.1604824,8.6144953,8.688652,8.6505404,8.7150736,7.5190229,7.5039201,7.912569,8.1433926,14.469259,13.908842,13.5474,12.928707,12.884093,12.639906,9.046546,8.4943085,8.5490417,8.4974537,8.4423227,8.1215057,8.1453342,8.41119,9.1841259,14.923833,14.369406,13.442111,12.101041,12.016469,11.90293,9.7723665,9.1397457,9.2165117,9.173955,9.2256498,8.2995577,8.2866125,8.7096453,9.0272303,13.51193,13.03582,12.661992,12.084924,12.065813,11.864467,7.5341215,7.0532742,7.1171851,7.0759745,7.0561628,6.7031412,6.7018719,6.9934978,8.1684217,15.807412,15.226598,14.497176,13.321591,13.277287,13.15467,10.901836,10.199549,10.21674,10.171994,10.2539,9.509346,9.5180626,9.9474468,10.23632,15.471824,14.950457,14.721386,13.504436,13.486405,13.132088,10.303679,9.8970594,9.8450508,9.7723637,9.584878,9.6225691,9.6251793,9.7595644,9.9943218,15.130127,14.603503,14.364525,13.388082,13.370001,13.043804,9.806365,9.3577814,9.3467379,9.2847137,9.1266527,9.0722342,9.1232243,9.2552958,9.5630751,15.386501,14.839995,13.944634,12.584756,12.53381,12.425395,10.487405,9.8334293,9.8619585,9.817461,9.9107561,9.0053892,9.0023537,9.4516287,9.7038078,15.309825,14.794735,14.570813,13.68193,13.645036,13.27614,11.000244,10.701656,10.605741,10.527055,10.298,10.274895,10.264206,10.283916,10.502571,15.503211,14.938046,14.689458,13.922436,13.872362,13.521693,10.915818,10.511391,10.467367,10.397072,10.183197,10.092033,10.102957,10.094512,10.404882,15.925905,15.347808,15.115498,14.543265,14.454671,14.108817,11.38034,11.053135,10.996204,10.933086,10.659048,10.543295,10.532634,10.28763,10.615297,15.497837,14.887433,14.612635,13.976977,13.904262,13.58503,10.732386,10.235317,10.23097,10.167131,9.9852457,9.8166847,9.8383303,9.8689842,10.280376,15.951791,15.314621,15.058442,14.482557,14.379622,14.052232,11.291764,10.842498,10.820199,10.758176,10.524328,10.375715,10.370582,10.234116,10.630578,15.753123,15.137122,14.875864,14.257792,14.172552,13.840158,11.161481,10.711503,10.687586,10.622773,10.401789,10.25573,10.260243,10.186714,10.568463,16.002031,15.283128,14.919773,14.273951,14.111196,13.869793,10.750772,10.036837,10.085604,10.034281,9.9288883,9.6204157,9.6069136,9.7998028,10.330028,14.640903,14.093733,13.151193,11.824061,11.747167,11.632335,9.4027214,8.8001909,8.8924141,8.850543,8.8826017,7.9465184,7.9347553,8.3341913,8.6967716,14.483466,14.101504,12.574521,10.629951,10.645238,10.571599,9.4092588,8.9640284,8.9555693,8.9218416,9.0231838,7.5596795,7.5481234,7.9835653,8.0913763,14.907986,14.318491,13.589492,12.502112,12.409313,12.261702,9.6921387,9.0472279,9.1375656,9.092144,9.1024895,8.3802805,8.3676825,8.7550583,9.2421093,15.234722,14.787254,14.596114,13.889121,13.829744,13.467835,11.694909,11.923927,11.670185,11.597315,11.279592,11.212875,11.195915,10.900065,11.108023,14.881014,14.416368,14.217097,13.422364,13.385862,13.026572,11.095022,10.943517,10.80356,10.72565,10.48691,10.457315,10.439961,10.464313,10.650701,14.486561,13.971991,13.724105,13.077163,13.055297,12.764132,9.0899248,8.6154776,8.6298447,8.5721884,8.445631,8.2880487,8.3848858,8.5325203,8.9060392,15.145832,14.570789,14.302599,13.637639,13.589272,13.274833,10.190266,9.6989841,9.7005196,9.6375141,9.4788094,9.3177338,9.3644896,9.4536762,9.8514881,13.761417,13.287913,13.028352,12.508742,12.489552,12.241272,7.8876729,7.4179945,7.4450092,7.3865213,7.305995,7.0924311,7.2153206,7.4110217,7.8488011,14.634618,14.057423,13.414383,12.454568,12.384508,12.215782,9.3350859,8.728548,8.8174505,8.7708988,8.7661448,8.1357946,8.1254387,8.4831505,9.1262207,14.129787,13.592211,13.037425,12.215858,12.177467,11.993366,8.5878897,8.0417871,8.1231384,8.0775166,8.0729942,7.5338979,7.5244808,7.8567777,8.7280083,15.465619,14.94603,14.713568,13.434559,13.418947,13.082847,9.9236641,9.492013,9.4668894,9.4021959,9.232542,9.2626896,9.2856798,9.4405336,9.7116318,16.240915,15.502649,15.180815,14.588678,14.414994,14.167368,10.706378,10.008243,10.048022,9.9987497,9.8634529,9.6038322,9.5863018,9.7019901,10.200399,15.472659,14.929017,14.691062,13.847918,13.805265,13.442512,10.988392,10.631906,10.563639,10.489075,10.264676,10.210793,10.210719,10.205835,10.469952,13.79509,13.297052,12.958216,12.395269,12.377984,12.150918,8.0054007,7.5111108,7.5691547,7.5243239,7.4885139,7.1801901,7.2093248,7.4857087,8.4307022,14.828939,14.256591,13.963086,13.358647,13.309211,13.024262,9.6263151,9.096571,9.1209679,9.0605326,8.9442616,8.7226419,8.7810678,8.944169,9.4334564,15.17589,14.580307,14.29363,13.668938,13.607937,13.306456,10.189507,9.6645718,9.6778755,9.6159267,9.4710016,9.2727184,9.3135633,9.4247417,9.8771534,14.391515,13.831161,13.330407,12.56098,12.509443,12.309929,8.9480419,8.3758211,8.4521713,8.4043026,8.3876791,7.9077187,7.8999252,8.226511,9.0733004,13.946762,13.428062,12.693551,11.669666,11.637974,11.484196,8.3788109,7.8559604,7.9480062,7.9067059,7.9092684,7.1885033,7.1803594,7.515697,8.2524834,16.144707,15.467551,15.210918,14.668484,14.543717,14.234929,11.14115,10.64322,10.639337,10.581417,10.369198,10.208872,10.194812,10.058776,10.49339,14.310621,13.777966,13.478181,12.908118,12.874825,12.613812,8.7987776,8.2830667,8.3192787,8.262476,8.1815834,7.9335694,8.0095491,8.2238932,8.780611,15.493713,14.836601,14.324187,13.492211,13.35722,13.163349,10.296145,9.5818071,9.6550779,9.6059608,9.5776463,9.0892315,9.073164,9.4143486,9.967165,15.605269,15.113153,14.906719,14.281305,14.210268,13.841324,11.711766,11.679887,11.518672,11.450521,11.132479,11.054792,11.041905,10.71094,10.953424,15.947288,15.235071,14.833383,14.139396,13.972121,13.747702,10.687779,9.9458752,10.003353,9.9534683,9.8744822,9.5174122,9.5011272,9.7529907,10.286399,15.420406,14.837406,14.576429,13.881564,13.825652,13.493143,10.686627,10.227853,10.209713,10.143635,9.9530344,9.8199358,9.8450546,9.8702087,10.233302,16.223824,15.492546,15.094998,14.404062,14.206697,13.998129,10.630208,9.8401413,9.8995724,9.8551865,9.7823038,9.4261875,9.403759,9.6692677,10.153673,13.252995,12.79182,12.254972,11.50771,11.502947,11.337051,7.2245116,6.7683878,6.8444514,6.8051453,6.819901,6.2944226,6.2804503,6.5899673,7.7055101,15.691789,15.006805,14.613714,13.932896,13.794932,13.557565,10.546397,9.8538237,9.9085312,9.8560266,9.7709875,9.425971,9.4163475,9.6559143,10.228651,14.643011,14.060431,13.582315,12.828699,12.763363,12.554511,9.2968941,8.7000456,8.7731524,8.7236681,8.6964893,8.2436552,8.2369671,8.5569439,9.3479939,14.947506,14.340971,13.773069,12.891692,12.801054,12.615774,9.7146645,9.0712271,9.1529169,9.1043396,9.0884295,8.5384035,8.5264721,8.8771124,9.5133495,16.201685,15.488608,15.212551,14.662668,14.51885,14.233576,10.930532,10.351452,10.36615,10.312169,10.12425,9.931551,9.9176159,9.87498,10.345179,15.400336,14.760811,14.436269,13.81865,13.726871,13.448243,10.380366,9.7900505,9.8216972,9.763484,9.6386557,9.3839045,9.400404,9.5528831,10.089139,15.935989,15.24623,14.754797,13.935104,13.758728,13.575317,10.512946,9.7341557,9.8024883,9.7565737,9.7396164,9.2711668,9.2498417,9.5999346,10.067219,14.312386,13.762672,13.371363,12.731964,12.689794,12.461403,8.8028746,8.2535582,8.3157911,8.2667961,8.228301,7.8692975,7.8777595,8.1670475,9.053215,14.030165,13.525532,12.439405,11.020885,10.974592,10.870506,8.5986538,8.077177,8.182025,8.1444159,8.1584568,7.0955405,7.0868788,7.44345,7.8278837,15.106277,14.676683,14.504225,12.885128,12.868217,12.534529,9.6799068,9.3096371,9.2221832,9.1408606,8.9752769,9.1726303,9.1452122,9.4448051,9.580121,15.897155,15.192548,14.844828,14.215585,14.06996,13.815026,10.74155,10.065089,10.107325,10.053829,9.9337044,9.6469622,9.6384583,9.8019009,10.335649,16.110365,15.480136,15.242213,14.708211,14.598866,14.271274,11.289895,10.884743,10.856345,10.797841,10.541841,10.408385,10.393909,10.155588,10.541541,15.382838,14.924525,13.848929,12.261965,12.321304,12.232941,10.787876,10.232295,10.195144,10.153909,10.281841,9.2057295,9.2274694,9.6655645,9.824296,16.161713,15.440887,15.141412,14.569441,14.41679,14.147819,10.807768,10.172946,10.19984,10.147227,9.9826555,9.7564745,9.7423267,9.787179,10.274716,14.804618,14.343439,14.147815,13.199524,13.173999,12.81841,10.704371,10.436912,10.327375,10.24769,10.039165,10.058522,10.039093,10.181946,10.348507,16.074696,15.354205,15.030382,14.430226,14.275084,14.015081,10.807032,10.138483,10.17393,10.121264,9.9794483,9.7221975,9.7102633,9.8200836,10.328165,13.638679,13.24182,11.554746,9.6383553,9.6021423,9.5373917,8.1184092,7.6918426,7.7648635,7.7360086,7.8074932,6.238945,6.22018,6.5928001,6.7411804,15.423173,14.79985,14.12534,13.071247,12.940992,12.792451,10.203591,9.4864149,9.563343,9.5181265,9.5446777,8.8741837,8.8569632,9.2680025,9.6832275,14.992308,14.379067,13.974023,13.293048,13.211809,12.974879,9.7713451,9.1562223,9.2160349,9.1633511,9.1037655,8.7391195,8.7408867,9.015831,9.7226276,15.035886,14.421674,14.050241,13.402374,13.324037,13.072461,9.8483839,9.2457409,9.2973003,9.2429132,9.1664066,8.8436966,8.8549795,9.099123,9.7631397,14.534335,14.071161,12.794102,11.100891,11.062275,10.978772,9.4084339,8.8771772,8.9258318,8.8877926,8.9807262,7.7351737,7.7219329,8.1567574,8.340909,14.760262,14.241711,14.002015,13.243205,13.221478,12.913893,9.4609661,9.0020676,9.0051813,8.9471941,8.8021832,8.688817,8.7705593,8.8963861,9.2317772,15.802096,15.260713,15.038127,14.43959,14.360724,13.999015,11.598097,11.375747,11.279663,11.212381,10.915844,10.820137,10.808845,10.521712,10.806725,15.367328,14.716736,14.311665,13.62139,13.511157,13.274081,10.225787,9.5690861,9.6269903,9.5739384,9.5020399,9.1410103,9.1364508,9.3978558,10.026648,15.530554,14.892156,14.593803,13.983173,13.893266,13.59557,10.634677,10.0797,10.095209,10.034562,9.8778811,9.6649675,9.6821566,9.7643242,10.239921,15.789377,15.103613,14.775841,14.162973,14.036376,13.765017,10.737521,10.105924,10.138855,10.082841,9.9457026,9.6873617,9.6860867,9.8116436,10.33401,16.114061,15.801177,15.528267,14.895895,14.944539,14.393468,12.216006,12.047896,12.054148,11.802881,11.57342,11.61831,11.525115,11.909575,11.585596,18.586632,18.852467,18.514627,17.537304,17.259933,16.850317,15.978275,15.961318,15.943491,15.776778,15.470651,15.715208,15.605861,15.752948,15.562559,15.707834,15.379515,15.138366,14.50788,14.592,14.091426,11.431064,11.206935,11.228004,10.99014,10.793144,10.826077,10.757698,11.15087,10.613249,17.113319,16.74617,16.466393,15.87264,15.973794,15.475381,14.016646,13.835255,13.848388,13.626415,13.395358,13.491353,13.412882,13.818752,13.588473,16.779919,16.555618,16.22863,15.52446,15.490045,14.81483,12.603478,12.583899,12.588769,12.37611,12.075665,12.169391,11.951561,12.327225,12.210531,18.750385,18.591024,18.185957,16.933014,16.796049,16.074116,14.752989,14.82761,14.817787,14.610435,14.270692,14.443342,14.300831,14.37198,14.212406,17.43224,17.119007,16.82873,16.217142,16.264704,15.789888,14.491731,14.353498,14.357263,14.143287,13.888727,14.024879,13.936124,14.300243,14.093978,16.693367,16.34347,16.068254,15.443615,15.526732,15.006304,13.214923,13.029971,13.041636,12.803678,12.573489,12.644436,12.565249,12.959264,12.668324,19.005592,19.51643,19.14793,17.778078,17.361343,16.897099,16.019863,16.043003,16.018925,15.849471,15.545055,15.773443,15.662123,15.673662,15.487762,17.580467,17.302389,17.004444,16.363966,16.379004,15.905539,14.652949,14.542194,14.540604,14.329867,14.06045,14.214629,14.118512,14.452306,14.254855,16.997696,16.673784,16.386808,15.754476,15.808068,15.291065,13.703772,13.552795,13.558311,13.325243,13.076715,13.172061,13.083271,13.456234,13.222409,17.123507,16.90517,16.569256,15.813394,15.768049,15.097704,13.112493,13.105395,13.107482,12.89445,12.584951,12.696375,12.497375,12.835016,12.708091,17.270416,16.928661,16.64397,16.04455,16.119755,15.634133,14.260731,14.099826,14.108445,13.89015,13.647889,13.763426,13.680141,14.067365,13.850689,16.949276,16.645803,16.351151,15.701181,15.731987,15.190987,13.542439,13.415284,13.416743,13.179626,12.92064,13.013689,12.912863,13.272315,13.055994,17.396803,17.092352,16.799925,16.174047,16.211874,15.727693,14.390984,14.259901,14.262157,14.044779,13.785929,13.919103,13.827883,14.183956,13.977767,17.309948,17.015688,16.719481,16.073196,16.098688,15.593719,14.177151,14.056921,14.057313,13.833858,13.569453,13.69413,13.597641,13.944871,13.74087,18.282969,18.21162,17.873571,16.967875,16.837917,16.333527,15.216402,15.203971,15.189778,14.997567,14.684505,14.887139,14.766246,14.953679,14.774955,16.885353,16.600763,16.296453,15.632884,15.643704,15.067834,13.32652,13.227551,13.225782,12.987509,12.718213,12.80722,12.686501,13.039251,12.849242,14.454211,14.212485,13.986391,13.439806,13.465853,12.961567,10.615237,10.460421,10.459242,10.226412,10.041608,10.051804,9.9597321,10.454142,10.1521,16.53266,16.150116,15.885737,15.271364,15.394026,14.874449,12.95038,12.733181,12.752192,12.518247,12.306749,12.362346,12.292758,12.708316,12.361637,16.594124,16.260881,15.982641,15.348447,15.41313,14.880868,13.017002,12.844863,12.853365,12.61007,12.374331,12.441581,12.356268,12.740675,12.45392,18.531841,18.417387,18.103065,17.44796,17.363482,17.02133,16.251015,16.194382,16.178753,16.023811,15.717875,16.008919,15.900758,16.132809,15.925901,18.495504,18.354311,17.969618,16.839012,16.709473,16.035273,14.693949,14.746712,14.736242,14.531124,14.197695,14.370666,14.225315,14.346885,14.187535,17.474869,17.12542,16.840137,16.270828,16.356403,15.891916,14.673351,14.512638,14.522531,14.316689,14.077971,14.211523,14.127751,14.524658,14.325396,17.393759,17.140812,16.827208,16.12406,16.108437,15.559377,14.082131,14.010758,14.005622,13.782726,13.496694,13.62702,13.506915,13.821375,13.644554,16.72908,16.398106,16.116417,15.482424,15.543613,15.014228,13.245871,13.081181,13.088614,12.848018,12.607597,12.683229,12.596432,12.977473,12.711916,17.2089,16.918028,16.619373,15.962903,15.983007,15.458976,13.962875,13.848734,13.848343,13.619882,13.353172,13.468214,13.366859,13.712404,13.51053,17.11878,16.797821,16.509459,15.88009,15.931431,15.42374,13.917009,13.770392,13.77533,13.546739,13.295755,13.401259,13.312377,13.682261,13.458184,16.976913,16.605352,16.328226,15.727483,15.833231,15.326164,13.767991,13.578833,13.593073,13.366448,13.138954,13.223588,13.14696,13.555191,13.305933,17.488811,17.255987,16.933474,16.195751,16.162102,15.59354,14.102108,14.053573,14.047095,13.827739,13.531963,13.668553,13.536735,13.834894,13.668362,17.394484,17.012526,16.730158,16.17584,16.294495,15.814942,14.581306,14.402397,14.417776,14.21178,13.985072,14.100347,14.019829,14.442348,14.248757,15.355013,15.078086,14.821067,14.226089,14.255879,13.704108,11.206327,11.049776,11.05166,10.804733,10.592555,10.613783,10.510853,10.916395,10.56093,18.980818,18.774475,18.3412,16.974789,16.842821,16.038834,14.691781,14.794447,14.787642,14.574881,14.226407,14.393058,14.251017,14.279887,14.122952,14.546736,14.298711,14.083783,13.536379,13.569096,13.093819,10.243715,10.064807,10.074737,9.8555107,9.6788521,9.6876774,9.6089211,10.048812,9.5111866,19.004202,19.100286,18.720783,17.377401,17.128973,16.566586,15.534773,15.578262,15.559555,15.372492,15.050232,15.258572,15.138213,15.153029,14.975275,16.085314,15.71046,15.464467,14.847116,14.975714,14.467929,12.079278,11.841427,11.865825,11.637071,11.442036,11.481195,11.418082,11.831393,11.324975,15.849214,15.536295,15.277695,14.650807,14.708132,14.177049,11.775041,11.585852,11.596723,11.348865,11.134267,11.170218,11.086792,11.475236,11.062643,17.698046,17.502581,17.131176,16.199623,16.121895,15.377863,13.510961,13.558591,13.559824,13.353868,13.023012,13.15741,12.956349,13.215996,13.088539,16.286108,16.068668,15.755753,15.109401,15.082455,14.404041,11.782396,11.751818,11.761642,11.557735,11.271812,11.346147,11.090524,11.516096,11.41979,18.875856,19.289248,18.931101,17.697697,17.332867,16.887941,16.015585,16.027643,16.006163,15.838256,15.529636,15.765124,15.653416,15.708466,15.520849,17.959143,17.784065,17.461235,16.68544,16.619228,16.118637,14.920477,14.877402,14.86673,14.665217,14.363491,14.547312,14.430631,14.681587,14.501895,17.507538,17.268538,16.95108,16.229315,16.202557,15.654722,14.219007,14.158461,14.152125,13.93311,13.641756,13.781679,13.659026,13.960264,13.786621,16.058012,15.792871,15.49194,14.877033,14.880525,14.242936,11.903698,11.818648,11.81491,11.578002,11.321527,11.367229,11.189732,11.590414,11.438809,17.845037,17.636951,17.238503,16.247646,16.167973,15.34502,13.432998,13.500979,13.500917,13.293677,12.954737,13.084751,12.875699,13.113153,12.988405,16.810171,16.459057,16.181692,15.561115,15.644854,15.128833,13.42726,13.245989,13.257295,13.022411,12.789903,12.867893,12.788294,13.182325,12.910041,17.300642,16.994894,16.702341,16.069262,16.106739,15.610158,14.207834,14.076102,14.078448,13.856157,13.597489,13.720855,13.628762,13.985697,13.776277,17.212107,16.949141,16.636393,15.944107,15.93544,15.36735,13.779205,13.704145,13.700058,13.47159,13.188944,13.303425,13.178411,13.506669,13.331538,17.70821,17.48012,17.166883,16.453083,16.423313,15.918681,14.63994,14.572012,14.564716,14.354399,14.064333,14.226948,14.115342,14.405964,14.223363,15.849136,15.617975,15.319279,14.727126,14.715612,14.060099,11.26641,11.206429,11.209694,11.001678,10.745984,10.796664,10.543627,10.984587,10.884929,17.014626,16.724194,16.423517,15.762557,15.779881,15.228362,13.594298,13.484759,13.483965,13.248528,12.981627,13.080129,12.970984,13.32102,13.121159,17.796606,17.607876,17.246193,16.332144,16.25119,15.566139,13.89689,13.926349,13.922948,13.71408,13.388218,13.532166,13.355692,13.599972,13.459287,18.464645,18.459198,18.13468,17.325304,17.17849,16.779238,15.894362,15.857313,15.840927,15.671189,15.362078,15.614271,15.505122,15.700939,15.504807,18.151318,17.987631,17.673933,16.957916,16.894791,16.465492,15.453586,15.393482,15.381927,15.196291,14.899265,15.119395,15.013021,15.266816,15.073982,18.340187,18.24678,17.891611,16.891487,16.758354,16.186989,14.964874,14.979638,14.96643,14.768158,14.446639,14.634632,14.5021,14.662789,14.493439,18.85154,19.162039,18.827118,17.973068,17.683514,17.381842,16.750338,16.721716,16.699535,16.566294,16.235695,16.556023,16.444672,16.587006,16.378014,20.504524,20.192148,19.750488,17.485373,17.301218,16.58148,15.566261,15.681023,15.670374,15.472966,15.139404,15.331701,15.220518,14.905243,14.735558,16.339474,16.061527,15.759208,15.123158,15.132142,14.513257,12.406179,12.311945,12.309206,12.066112,11.805737,11.862637,11.713861,12.094527,11.918088,18.453531,18.489014,18.149361,17.195349,17.014982,16.542881,15.527724,15.517605,15.501411,15.318535,15.006038,15.225794,15.109547,15.269551,15.085743,19.330282,19.526711,19.136883,17.579897,17.2708,16.715563,15.757085,15.809927,15.789042,15.606607,15.288218,15.501004,15.386392,15.320512,15.140391,15.604589,15.338523,15.053537,14.46131,14.472572,13.854607,11.419691,11.313744,11.308208,11.064681,10.828482,10.85558,10.697438,11.109714,10.931024,16.259027,16.000765,15.692528,15.063294,15.059246,14.412084,12.113909,12.044702,12.042616,11.811514,11.545527,11.603071,11.413797,11.810186,11.67265,17.113815,16.773235,16.489567,15.87669,15.949278,15.44944,13.962337,13.798756,13.807302,13.581501,13.339636,13.441831,13.358636,13.744102,13.513216,18.096724,17.946787,17.592812,16.653671,16.551987,15.945582,14.577316,14.590801,14.580677,14.375591,14.054286,14.223798,14.079872,14.280528,14.120001,17.750776,17.464136,17.169685,16.569538,16.596813,16.15913,15.041544,14.922185,14.921964,14.724015,14.46098,14.637281,14.544538,14.888535,14.691,18.379759,18.183079,17.775505,16.648886,16.542753,15.76181,14.215956,14.292913,14.287509,14.075527,13.733566,13.88611,13.720525,13.864092,13.71817,17.496172,17.163437,16.876234,16.293777,16.362398,15.900371,14.674318,14.523596,14.530656,14.323554,14.07799,14.21786,14.132187,14.514614,14.312731,17.273081,17.023708,16.70433,15.991684,15.970531,15.386543,13.779619,13.722335,13.717403,13.492039,13.20192,13.320904,13.185035,13.504403,13.339577,18.516325,18.603111,18.272882,17.39608,17.203074,16.796816,15.912197,15.884486,15.86731,15.698149,15.388535,15.637362,15.527539,15.70207,15.508318,17.85413,17.615719,17.311638,16.651951,16.63764,16.188158,15.063472,14.975255,14.969131,14.770606,14.489184,14.676149,14.575483,14.8779,14.684641,16.475498,16.186516,15.887737,15.244139,15.261335,14.665033,12.684485,12.575407,12.574005,12.328111,12.069645,12.132568,12.004595,12.376688,12.176513,18.980268,19.984222,19.631516,18.648626,18.0534,17.833652,17.390173,17.367847,17.342905,17.244455,16.879137,17.236935,17.124432,17.228327,17.01907,17.046097,16.780029,16.466557,15.781297,15.774593,15.185504,13.478961,13.405639,13.402091,13.170094,12.888981,12.990431,12.856343,13.195648,13.025669,16.732851,16.422512,16.132114,15.487138,15.525012,14.974998,13.195732,13.0574,13.060187,12.817214,12.565272,12.642644,12.542909,12.91158,12.67701,15.521646,15.275065,14.988574,14.417227,14.418655,13.787431,11.052851,10.963266,10.956693,10.734019,10.491191,10.519001,10.30415,10.739506,10.614938,16.902681,16.565947,16.283587,15.657277,15.724765,15.208219,13.565927,13.400368,13.408547,13.174069,12.933125,13.019772,12.935442,13.318628,13.06736,17.887556,17.709972,17.375366,16.549852,16.476347,15.917589,14.578486,14.558238,14.548368,14.340863,14.031569,14.198168,14.065753,14.309922,14.142814,18.43017,18.323404,17.955343,16.885571,16.749323,16.135984,14.869809,14.902287,14.88984,14.68908,14.362162,14.544518,14.406572,14.544394,14.379186,17.404881,17.202879,16.854509,16.024235,15.961652,15.272357,13.367912,13.385463,13.38784,13.179851,12.859303,12.98586,12.786848,13.090024,12.962107,16.581806,16.214436,15.946079,15.326958,15.431502,14.912749,13.030933,12.826547,12.842464,12.606138,12.386991,12.448493,12.375214,12.781347,12.453967,15.465754,15.191277,14.92113,14.324818,14.346726,13.76485,11.367785,11.232787,11.229902,10.979868,10.75689,10.780022,10.658197,11.066785,10.805334,16.356178,16.043802,15.761676,15.124,15.167245,14.608807,12.593814,12.440503,12.444652,12.194687,11.954541,12.010159,11.911553,12.290624,12.015805,17.578274,17.280642,16.987555,16.375032,16.409489,15.94863,14.72855,14.602081,14.603437,14.395772,14.135349,14.289232,14.197927,14.549547,14.348971,18.640915,19.049309,18.704325,17.629803,17.284321,16.86381,15.987248,15.980663,15.962577,15.796031,15.49377,15.730761,15.62156,15.743698,15.55717,16.323635,15.933792,15.678396,15.063074,15.199635,14.681083,12.551903,12.31863,12.341331,12.109715,11.909182,11.953765,11.888746,12.309043,11.892258,18.282377,18.194519,17.848768,16.903273,16.774883,16.235449,15.053947,15.054283,15.040695,14.844458,14.527403,14.720532,14.593273,14.771447,14.598137,17.465265,17.187374,16.887487,16.23229,16.244175,15.748806,14.410525,14.303464,14.3016,14.084028,13.812845,13.953501,13.854276,14.187231,13.990738,18.241236,18.147427,17.82159,17.004082,16.895538,16.436045,15.390298,15.355701,15.341861,15.154415,14.84775,15.062719,14.949712,15.164213,14.977778,17.17137,16.825417,16.542177,15.937746,16.016529,15.522476,14.082937,13.916828,13.926255,13.70382,13.4638,13.569727,13.487529,13.877452,13.651796,17.109211,16.778139,16.492458,15.87147,15.93372,15.430336,13.92925,13.773311,13.78013,13.552664,13.306559,13.409962,13.324291,13.702236,13.473301,18.59692,18.368399,17.925905,16.711685,16.606478,15.724228,14.1482,14.257469,14.255129,14.037173,13.68449,13.831036,13.665707,13.774312,13.630924,15.674475,15.435761,15.142196,14.564816,14.559264,13.912293,11.105169,11.030294,11.028263,10.815042,10.563504,10.601442,10.361477,10.802652,10.695642,15.341692,15.058053,14.816523,14.221428,14.265514,13.751562,10.992885,10.808652,10.820733,10.584826,10.385682,10.407987,10.323954,10.714676,10.198836,16.49581,16.155245,15.882232,15.250343,15.324831,14.796418,12.855237,12.670415,12.681334,12.437968,12.209191,12.270377,12.189402,12.579586,12.263618,17.2313,16.913961,16.624468,15.998721,16.047485,15.54976,14.116688,13.974226,13.97855,13.754568,13.501451,13.617284,13.528215,13.894905,13.678553,18.668045,18.653603,18.286446,17.136576,16.953295,16.386089,15.26499,15.295336,15.279437,15.087042,14.762944,14.96344,14.836694,14.92956,14.755465,18.051121,17.867153,17.488455,16.487078,16.392387,15.676462,14.07473,14.123262,14.118307,13.909421,13.576894,13.727112,13.555399,13.75686,13.613308,17.084728,16.806887,16.500303,15.826579,15.831493,15.269291,13.644449,13.551874,13.549335,13.316376,13.041986,13.146197,13.028455,13.369509,13.183436,19.590826,19.27141,18.74655,17.107447,16.986551,15.906342,14.424725,14.609268,14.616573,14.391035,14.022285,14.173883,14.026312,13.969877,13.824013,17.162453,16.968161,16.626526,15.808574,15.748734,15.037545,12.854794,12.88295,12.894798,12.696698,12.374404,12.494167,12.262573,12.602292,12.491599,15.716179,15.367832,15.137516,14.524198,14.638957,14.153149,11.341367,11.099814,11.127642,10.906671,10.720167,10.752642,10.691894,11.092638,10.448046,16.382105,16.017078,15.755202,15.132129,15.238242,14.720265,12.658607,12.445012,12.462689,12.225176,12.012435,12.064837,11.993938,12.400008,12.018868,14.526953,14.288987,14.098833,13.584331,13.627663,13.203836,9.3318501,9.1377392,9.1675711,8.9858446,8.8328276,8.8401251,8.7750521,9.1412945,8.268754,20.023243,19.862484,19.44186,17.489119,17.278959,16.622612,15.631191,15.722391,15.70729,15.514476,15.182194,15.383511,15.270518,15.055552,14.880333,17.55687,17.346905,17.008951,16.210726,16.155006,15.5357,13.932721,13.919611,13.914027,13.699106,13.389374,13.526768,13.36986,13.652456,13.502075,17.216234,16.908895,16.616453,15.979147,16.016985,15.510633,14.051752,13.918897,13.921409,13.695236,13.437212,13.552481,13.459626,13.818088,13.605387,18.413368,18.157099,17.660328,16.521877,16.435339,15.341573,13.449387,13.601112,13.608111,13.381966,13.014391,13.135073,12.941318,13.099981,12.974535,16.114599,15.81235,15.532214,14.901878,14.93799,14.368055,12.212636,12.064198,12.066681,11.814537,11.577738,11.622486,11.51692,11.899937,11.619312,17.507254,17.14854,16.863695,16.307009,16.402567,15.940339,14.756701,14.592105,14.603601,14.401103,14.166398,14.30054,14.217046,14.622992,14.42904,16.683319,16.391102,16.091589,15.439484,15.458298,14.877903,13.031304,12.920256,12.919474,12.676137,12.414469,12.489513,12.37053,12.734115,12.531407,18.737713,18.897671,18.541582,17.399662,17.146666,16.6584,15.68294,15.696386,15.677523,15.498328,15.182491,15.405058,15.288088,15.374995,15.191707,16.854239,16.583941,16.271973,15.599906,15.597441,14.99349,13.165708,13.089317,13.086357,12.850932,12.573993,12.66193,12.520732,12.873291,12.705507,15.674354,15.398434,15.117281,14.514359,14.532361,13.930832,11.577559,11.45618,11.452302,11.202905,10.969125,10.997836,10.86222,11.264806,11.043132,16.118774,15.791101,15.526278,14.892415,14.959117,14.427065,12.208415,12.017462,12.02879,11.780643,11.560232,11.605295,11.523788,11.912942,11.539242,18.245054,18.160967,17.829683,16.972427,16.854383,16.372301,15.28612,15.261662,15.247699,15.057248,14.747732,14.95524,14.838445,15.041786,14.859413,18.947571,19.344252,19.006702,18.171057,17.843662,17.579405,17.034389,17.006735,16.982718,16.86417,16.514339,16.863356,16.749325,16.880936,16.667553,15.911934,15.638568,15.345783,14.735514,14.747096,14.125755,11.806664,11.703376,11.699094,11.454436,11.20771,11.245252,11.090069,11.488935,11.307321,19.276829,19.016294,18.545481,17.044746,16.917757,16.005602,14.630187,14.76769,14.765883,14.546894,14.188071,14.348707,14.208502,14.188406,14.034379,18.052372,17.884392,17.566839,16.819204,16.754097,16.290619,15.18943,15.13645,15.125309,14.931119,14.632274,14.833204,14.723099,14.975139,14.788274,16.720224,16.476122,16.154728,15.475825,15.45503,14.801367,12.698668,12.657047,12.656716,12.433181,12.145947,12.231093,12.039557,12.410486,12.279556,16.915255,16.553524,16.276194,15.666262,15.761418,15.251655,13.63737,13.452117,13.46492,13.234851,13.004657,13.087452,13.009649,13.410837,13.151784,15.321101,14.996552,14.785155,14.179712,14.286882,13.829221,10.529654,10.282915,10.317726,10.108804,9.933794,9.9597206,9.9020195,10.291183,9.5104532,18.743717,18.774214,18.45079,17.731958,17.57354,17.261154,16.585815,16.545109,16.52528,16.384876,16.060642,16.380182,16.268494,16.454529,16.243759,15.656564,15.297199,15.074273,14.47459,14.608324,14.128219,11.191521,10.941023,10.972248,10.762273,10.583856,10.612775,10.555917,10.961905,10.254321,17.574308,17.237947,16.950735,16.383076,16.456505,16.004187,14.83708,14.685766,14.693458,14.491796,14.248513,14.396164,14.310194,14.697522,14.5007,17.402544,17.059641,16.77421,16.1898,16.2677,15.795597,14.517544,14.358822,14.367599,14.156555,13.914792,14.042687,13.958882,14.348702,14.14264,16.685423,16.405807,16.099386,15.442217,15.449042,14.847212,12.952598,12.86191,12.859591,12.619287,12.350405,12.426622,12.29051,12.653053,12.474216,17.663017,17.455807,17.123783,16.335674,16.280918,15.699693,14.235522,14.209246,14.201565,13.987652,13.682026,13.830141,13.69061,13.963602,13.802311,17.260941,16.930202,16.643681,16.033449,16.09687,15.608054,14.213958,14.060736,14.067444,13.846992,13.599993,13.716743,13.631346,14.009326,13.792027,16.200487,15.912038,15.61919,14.988926,15.009016,14.408832,12.283703,12.166483,12.164852,11.915706,11.666069,11.714859,11.585401,11.967744,11.754046,17.419968,17.128994,16.83289,16.191914,16.216219,15.725612,14.381546,14.262534,14.262609,14.044436,13.779243,13.915302,13.820086,14.164398,13.962685,17.357096,16.988487,16.705832,16.13723,16.24152,15.762299,14.484706,14.310725,14.323851,14.113952,13.882236,13.998608,13.917782,14.328384,14.125839,18.058596,17.910818,17.566528,16.672792,16.576441,16.004791,14.693346,14.691074,14.68011,14.476166,14.160083,14.334384,14.198663,14.411492,14.245646,17.593977,17.323997,17.023794,16.372282,16.379646,15.901455,14.6424,14.538529,14.535816,14.324631,14.051623,14.206918,14.108516,14.435127,14.239849,17.692112,17.443346,17.138233,16.464886,16.45462,15.975528,14.744307,14.655775,14.650567,14.442321,14.161499,14.326741,14.22399,14.532705,14.341991,17.803583,17.617502,17.267046,16.391216,16.313658,15.67752,14.130581,14.140186,14.13376,13.92372,13.604471,13.754392,13.595056,13.84073,13.690657,17.887819,17.638882,17.337965,16.704645,16.700592,16.267385,15.186422,15.089965,15.084934,14.890679,14.613995,14.80792,14.709841,15.021917,14.826224,17.329227,16.970301,16.687164,16.107943,16.201811,15.721659,14.411825,14.24203,14.253535,14.040786,13.805361,13.922058,13.840672,14.242794,14.034489,17.491859,17.28562,16.940983,16.123676,16.063501,15.406673,13.662168,13.665499,13.663122,13.450642,13.134991,13.266383,13.089073,13.379161,13.240016,15.344839,15.093554,14.813377,14.244525,14.25127,13.630754,11.015129,10.91881,10.914165,10.681268,10.452304,10.474109,10.292336,10.725262,10.581148,18.867889,19.027542,18.661007,17.417406,17.153803,16.637049,15.644686,15.671651,15.652075,15.470255,15.152473,15.369481,15.251214,15.301427,15.120171,17.185204,16.902035,16.599556,15.932952,15.944534,15.40639,13.873131,13.769696,13.768017,13.538116,13.267011,13.379811,13.272158,13.612727,13.417968,17.598162,17.291782,17.000441,16.402224,16.445793,15.99166,14.798781,14.666137,14.668884,14.463936,14.207694,14.363295,14.273593,14.633567,14.433365,16.960178,16.614304,16.333389,15.715689,15.793395,15.283791,13.690407,13.518551,13.528345,13.297325,13.059656,13.148952,13.067318,13.456941,13.207868,16.868031,16.54076,16.25593,15.62219,15.679026,15.154597,13.480781,13.323895,13.330213,13.093093,12.848031,12.933391,12.845203,13.221946,12.97486,16.371696,16.048336,15.771624,15.134975,15.190798,14.64682,12.632447,12.463034,12.470262,12.221785,11.987798,12.043873,11.954369,12.337354,12.035218,16.049711,15.689929,15.442331,14.81951,14.930999,14.424223,12.019131,11.789312,11.811552,11.57865,11.379002,11.419644,11.353905,11.759385,11.260288,16.561321,16.251402,15.963147,15.320614,15.358825,14.799949,12.912127,12.770492,12.773356,12.526531,12.278338,12.345094,12.243464,12.616444,12.370821,18.856808,18.569166,17.98181,16.760038,16.670454,15.31988,13.415499,13.640598,13.661499,13.422729,13.026659,13.143939,12.964694,13.075347,12.951027,17.368425,17.035866,16.749205,16.151154,16.217836,15.740991,14.425227,14.272415,14.279433,14.064911,13.818693,13.945398,13.860277,14.240705,14.030855,17.365908,17.086794,16.785542,16.122904,16.133652,15.621125,14.21122,14.106479,14.104558,13.88199,13.610145,13.740155,13.637875,13.972235,13.776713,18.728065,19.122564,18.784765,17.833469,17.504156,17.155159,16.419462,16.39588,16.375793,16.227079,15.914981,16.194401,16.086424,16.226597,16.027376,18.55578,18.555973,18.200371,17.133675,16.954054,16.422094,15.329002,15.343745,15.327665,15.138046,14.818065,15.024005,14.900183,15.022633,14.845646,18.475143,18.482685,18.135981,17.135788,16.961168,16.457144,15.391171,15.392681,15.376707,15.18939,14.873155,15.083973,14.963382,15.109463,14.929708,17.550354,17.300743,16.991129,16.296782,16.282345,15.767538,14.417952,14.338532,14.333136,14.116638,13.832543,13.979621,13.869456,14.178127,13.993716,16.783815,16.484144,16.188017,15.536579,15.562844,15.001657,13.237368,13.115326,13.115925,12.874065,12.614968,12.696242,12.58807,12.950243,12.735738,17.474337,17.154419,16.865398,16.266438,16.321575,15.854555,14.595526,14.452754,14.457659,14.247221,13.995919,14.135726,14.048313,14.418887,14.214409,16.404219,16.072424,15.79864,15.163609,15.228992,14.693599,12.692122,12.512989,12.522351,12.275878,12.045574,12.102836,12.018418,12.404969,12.088584,14.509998,14.270811,14.073051,13.550034,13.588181,13.148235,9.5826969,9.3933353,9.4164896,9.2230139,9.0618372,9.0683031,8.9982262,9.3831177,8.601368,18.406897,18.416882,18.083597,17.186901,17.024128,16.571152,15.578325,15.557353,15.541513,15.360363,15.050108,15.275131,15.161441,15.340266,15.153468,17.534698,17.272429,16.968039,16.29528,16.29318,15.793422,14.469795,14.376456,14.372562,14.156727,13.878838,14.026051,13.922251,14.241711,14.050969,16.772636,16.393211,16.121346,15.51376,15.629209,15.113149,13.397637,13.194711,13.211226,12.979919,12.759777,12.829067,12.755784,13.168935,12.88238,17.869972,17.605062,17.307226,16.696743,16.706432,16.279615,15.211046,15.104831,15.101655,14.908693,14.63818,14.831022,14.735271,15.061174,14.864364,17.557673,17.268232,16.973108,16.346376,16.372198,15.903242,14.655063,14.535134,14.535202,14.324889,14.060463,14.212129,14.118789,14.462672,14.262712,17.714806,17.478046,17.169071,16.475977,16.45499,15.96629,14.722125,14.643922,14.637456,14.428828,14.143129,14.309005,14.202372,14.500759,14.313646,18.382961,18.360987,18.033241,17.1889,17.045834,16.611422,15.645612,15.614769,15.599232,15.420368,15.111814,15.343673,15.232312,15.426795,15.236599,16.812908,16.494644,16.207008,15.566524,15.613184,15.077361,13.358605,13.211083,13.21555,12.975491,12.726564,12.808859,12.715543,13.087072,12.845763,17.276434,17.007439,16.699451,16.016893,16.015255,15.470513,13.960109,13.872743,13.869246,13.642312,13.363787,13.484319,13.37006,13.698774,13.514215,18.072052,17.929905,17.600273,16.775475,16.686989,16.178696,14.996758,14.968214,14.956182,14.757489,14.449988,14.639641,14.519368,14.746858,14.569203,16.097383,15.87096,15.564103,14.944925,14.926569,14.258467,11.578893,11.534265,11.539731,11.332031,11.063177,11.125985,10.874468,11.305632,11.207238,16.345409,15.992963,15.729063,15.10073,15.192555,14.671708,12.590375,12.385265,12.400653,12.159609,11.942541,11.995235,11.921173,12.320121,11.946568,19.605837,19.368134,18.920055,17.231966,17.077114,16.27688,15.078829,15.197086,15.189507,14.98037,14.632208,14.810779,14.684207,14.581842,14.417743,15.074677,14.807505,14.562039,13.981259,14.010438,13.476717,10.917288,10.755855,10.75821,10.516243,10.314549,10.330539,10.233267,10.653884,10.271693,18.147346,17.988791,17.622381,16.631628,16.526905,15.876094,14.440749,14.472281,14.463544,14.257052,13.929882,14.093822,13.940834,14.128235,13.973415,15.593195,15.277835,15.037924,14.413245,14.485824,13.985383,11.266215,11.04937,11.068625,10.830764,10.634486,10.664315,10.593473,10.983477,10.441041,16.419172,16.118811,15.827919,15.187626,15.216819,14.639249,12.656351,12.525974,12.526773,12.277864,12.027981,12.087158,11.974698,12.349266,12.115922,14.95382,14.650531,14.461068,13.882811,13.989218,13.566009,9.7079144,9.460906,9.5045481,9.3167658,9.1539373,9.1744213,9.1197329,9.4963779,8.5656061,17.889874,17.708401,17.380465,16.584871,16.518095,15.986202,14.704715,14.671331,14.661209,14.455102,14.150404,14.322302,14.198064,14.44922,14.276162,17.274082,16.91584,16.633192,16.047586,16.140247,15.6552,14.304672,14.133638,14.145062,13.929346,13.693754,13.805636,13.724674,14.125401,13.911607,19.293663,18.985382,18.417948,16.99305,16.888988,15.645645,13.995292,14.209723,14.225914,13.991384,13.601897,13.737139,13.582323,13.604465,13.46679,19.637928,19.628588,19.22467,17.504944,17.259968,16.653728,15.673106,15.74478,15.72692,15.538582,15.21074,15.418274,15.303474,15.171881,14.993666,15.082055,14.765162,14.574331,14.022383,14.143947,13.715833,9.9548721,9.7070322,9.7450972,9.566885,9.4042006,9.4245377,9.3730812,9.7544222,8.7940483,16.97176,16.717642,16.397627,15.704481,15.687662,15.067334,13.230943,13.177129,13.17395,12.94508,12.657949,12.755332,12.598364,12.943111,12.791064,14.875916,14.60892,14.40446,13.842813,13.89959,13.454673,9.9183054,9.7064161,9.7345982,9.5340099,9.3686981,9.3830585,9.3183308,9.691802,8.8965807,16.745871,16.483143,16.168106,15.498862,15.491043,14.865471,12.915009,12.849932,12.847258,12.614102,12.335249,12.417585,12.258132,12.619576,12.466011,19.158001,19.769821,19.387909,17.856524,17.386106,16.895025,16.007191,16.042702,16.016628,15.845135,15.546942,15.765442,15.656099,15.619029,15.437375,18.472597,18.410505,18.091415,17.351522,17.236198,16.860012,16.017159,15.970175,15.954208,15.789426,15.481433,15.747593,15.639552,15.853145,15.652425,15.937104,15.59425,15.346222,14.716206,14.80966,14.301751,11.832206,11.609524,11.629635,11.391279,11.188958,11.227691,11.158934,11.556517,11.06263,19.291424,19.136822,18.717033,17.200962,17.032721,16.315533,15.144919,15.234924,15.22332,15.019752,14.678936,14.864336,14.736919,14.69416,14.526659,18.721584,18.670269,18.351046,17.696867,17.580055,17.274483,16.605663,16.558105,16.539316,16.399931,16.079731,16.406141,16.294073,16.500631,16.287899,15.893871,15.609724,15.32495,14.709133,14.730423,14.132462,11.866534,11.741693,11.739443,11.488683,11.24949,11.285536,11.156607,11.549007,11.317132,19.042311,18.961124,18.562954,17.185816,17.003952,16.350512,15.200829,15.267731,15.253563,15.054949,14.721031,14.912458,14.784516,14.792607,14.622578,18.207853,18.084593,17.764414,16.994097,16.90484,16.461596,15.437373,15.391501,15.378411,15.192329,14.889333,15.108271,14.998383,15.229563,15.039871,17.724039,17.464497,17.163589,16.515659,16.51668,16.056141,14.873547,14.774121,14.77026,14.565915,14.290557,14.46183,14.363478,14.682285,14.48769,15.119275,14.863466,14.597911,14.027697,14.041757,13.453196,10.994034,10.876161,10.869902,10.627346,10.413,10.429092,10.286588,10.724841,10.536625,18.711767,18.866102,18.536953,17.712021,17.492981,17.154469,16.429193,16.396387,16.376554,16.228691,15.909557,16.204517,16.094717,16.260426,16.055614,17.136742,16.777939,16.496891,15.899346,15.991671,15.495498,14.045088,13.869518,13.881207,13.659089,13.424579,13.524635,13.444791,13.844539,13.615866,18.891739,18.625834,18.134712,16.82131,16.716726,15.695841,14.098824,14.251009,14.254695,14.028719,13.661531,13.802515,13.642181,13.708508,13.567084,16.616013,16.29393,16.010639,15.371782,15.423358,14.881457,13.033792,12.876348,12.882051,12.637392,12.394882,12.464262,12.372369,12.749907,12.485096,16.146515,15.868057,15.570681,14.945941,14.95797,14.339571,12.142508,12.040883,12.037729,11.792473,11.53908,11.586311,11.437894,11.826114,11.64183,17.731823,17.517525,17.197947,16.454111,16.411507,15.887372,14.575023,14.522112,14.513809,14.303042,14.006792,14.168158,14.049301,14.32788,14.151397,15.460715,15.164133,14.92372,14.315901,14.371423,13.865355,11.107837,10.909066,10.92462,10.688309,10.49059,10.516425,10.438919,10.826774,10.289451,15.067396,14.765545,14.562332,13.953971,14.045777,13.603394,10.07891,9.8344994,9.8739347,9.6671286,9.4955063,9.517684,9.4614143,9.8429375,9.0378742,15.35879,15.043614,14.821551,14.198569,14.285748,13.813514,10.730934,10.493384,10.522406,10.29805,10.116221,10.142413,10.080618,10.469167,9.7966223,16.144279,15.796074,15.539363,14.909423,15.00183,14.485354,12.22077,12.007088,12.024457,11.783628,11.573449,11.618569,11.546878,11.945425,11.516714,17.250006,16.895855,16.612997,16.021858,16.109993,15.623068,14.250134,14.080812,14.091565,13.874066,13.63695,13.747766,13.666471,14.063605,13.84656,17.378466,17.110533,16.804497,16.125751,16.125162,15.599314,14.166965,14.075578,14.072088,13.849077,13.571321,13.701801,13.593078,13.918454,13.73025,17.913111,17.706566,17.39464,16.685381,16.645374,16.178314,15.03357,14.965959,14.957111,14.75778,14.466115,14.654553,14.54747,14.824471,14.636519,18.091482,17.955599,17.619049,16.755049,16.658018,16.124352,14.898491,14.882807,14.870777,14.670344,14.358556,14.543077,14.416759,14.632608,14.459698,17.430166,17.202141,16.873535,16.120783,16.081127,15.48221,13.889789,13.8557,13.849983,13.630502,13.329837,13.460011,13.31342,13.613726,13.457326,15.110129,14.817745,14.604567,14.00354,14.076131,13.618958,10.306231,10.075664,10.10402,9.8902645,9.7176857,9.7381077,9.6760254,10.056308,9.322896,19.978603,19.649662,19.164509,17.265545,17.122723,16.208607,14.942943,15.096586,15.095464,14.880813,14.526962,14.696917,14.566101,14.402313,14.245001,15.753014,15.455585,15.19154,14.573783,14.614951,14.065359,11.672422,11.504806,11.51052,11.260817,11.040774,11.073092,10.9775,11.366824,10.999175,16.876411,16.600565,16.291512,15.622114,15.624559,15.032589,13.248642,13.163464,13.160784,12.924047,12.649862,12.738772,12.606627,12.958063,12.78146,17.60257,17.260082,16.973238,16.416071,16.496128,16.047066,14.907641,14.753666,14.762418,14.563542,14.323246,14.472489,14.386653,14.78041,14.58676,17.20627,16.963385,16.638901,15.91755,15.890221,15.279619,13.568724,13.52511,13.520858,13.296521,13.002048,13.115832,12.963923,13.287642,13.134066,18.093893,17.950153,17.62635,16.834568,16.751753,16.271225,15.148438,15.108776,15.09665,14.901659,14.597702,14.796508,14.681999,14.91684,14.733774,17.818649,17.633553,17.291798,16.446596,16.373041,15.775124,14.325162,14.318474,14.310173,14.10013,13.786483,13.942394,13.796841,14.044409,13.886208,17.905582,17.688156,17.37949,16.691366,16.660526,16.203957,15.078037,15.002494,14.994479,14.796395,14.508397,14.698764,14.594477,14.880338,14.689819,18.776196,18.712214,18.329821,17.09807,16.925484,16.30443,15.130654,15.179935,15.165497,14.968033,14.638089,14.829666,14.698841,14.764779,14.595086,16.538458,16.267651,15.958514,15.308332,15.309183,14.684703,12.647932,12.569071,12.566421,12.328446,12.058643,12.127577,11.971289,12.344235,12.182902,17.691608,17.480471,17.155088,16.389904,16.341436,15.789734,14.404536,14.364064,14.355853,14.142822,13.842199,13.99621,13.868142,14.143694,13.974422,18.29878,18.150608,17.838085,17.14883,17.080212,16.687212,15.7766,15.715334,15.702502,15.528593,15.230131,15.476887,15.37132,15.61945,15.420854,18.641487,18.823645,18.475317,17.40564,17.151815,16.687328,15.730919,15.732972,15.714862,15.538263,15.225944,15.452773,15.33794,15.453124,15.268415,17.283573,17.057034,16.724052,15.970051,15.928626,15.293821,13.530786,13.509046,13.505879,13.287134,12.983037,13.102355,12.933842,13.249536,13.106342,15.265216,14.994776,14.734902,14.146358,14.17051,13.606939,11.166059,11.021282,11.019428,10.771264,10.557711,10.576694,10.464539,10.881821,10.586521,17.896658,17.699448,17.382816,16.64542,16.596033,16.108727,14.919528,14.862368,14.852888,14.650604,14.354715,14.536848,14.425058,14.693281,14.509851,17.099918,16.787231,16.496305,15.858298,15.900436,15.384829,13.853604,13.715293,13.718664,13.488092,13.233058,13.337715,13.245262,13.608783,13.388609,16.040939,15.706014,15.448511,14.815443,14.893927,14.373046,12.055066,11.848936,11.864064,11.619221,11.406952,11.449127,11.373889,11.767056,11.344305,15.645178,15.307535,15.076461,14.453734,14.556125,14.070061,11.232891,10.994635,11.021654,10.795069,10.606859,10.638584,10.576052,10.972206,10.345172,15.388878,15.107342,14.855799,14.258246,14.294448,13.758131,11.169703,11.000638,11.006873,10.763514,10.555578,10.578145,10.484135,10.881375,10.458413,18.348627,18.277645,17.955708,17.169699,17.054621,16.635851,15.68965,15.647998,15.633163,15.45586,15.149714,15.387221,15.277978,15.491395,15.297976,17.724335,17.454304,17.156155,16.525848,16.536787,16.084686,14.921769,14.8142,14.811684,14.609106,14.338334,14.510644,14.414812,14.743103,14.546629,18.067728,17.860094,17.553307,16.891253,16.858093,16.438099,15.424996,15.347385,15.338457,15.151964,14.86425,15.080395,14.978124,15.260026,15.064607,16.012852,15.719825,15.436994,14.812783,14.840804,14.256483,12.051579,11.915392,11.915409,11.663376,11.42479,11.465346,11.348881,11.735174,11.477747,17.03829,16.682947,16.402693,15.795754,15.883971,15.380877,13.853857,13.677396,13.688696,13.462023,13.227244,13.320404,13.240572,13.637233,13.396249,16.295876,15.954824,15.688693,15.056201,15.13508,14.608766,12.504747,12.308375,12.321421,12.076794,11.855903,11.907556,11.829699,12.222748,11.859948,16.576447,16.223972,15.952404,15.326599,15.414009,14.892212,13.008152,12.815539,12.828549,12.589033,12.363492,12.427418,12.350139,12.746854,12.430679,18.610926,18.728914,18.400213,17.553671,17.349548,16.97928,16.177933,16.14612,16.127718,15.969111,15.656204,15.927963,15.818935,15.991133,15.791461,16.695063,16.354519,16.076635,15.447194,15.519553,14.995026,13.204005,13.027954,13.037635,12.797909,12.563191,12.635603,12.553086,12.940849,12.659361,17.674173,17.364946,17.074062,16.491331,16.539066,16.097015,14.960317,14.826377,14.829592,14.630132,14.376124,14.540716,14.451163,14.8151,14.617342,16.768017,16.404398,16.130381,15.515041,15.613044,15.097529,13.369189,13.176504,13.190355,12.956526,12.730368,12.80319,12.727001,13.12979,12.844749,18.027149,17.798399,17.360792,16.313574,16.233839,15.296233,13.340142,13.437052,13.437455,13.225147,12.875426,12.998194,12.785076,12.998075,12.875458,16.399166,16.19665,15.882313,15.207853,15.1709,14.485323,11.836938,11.821273,11.840101,11.645323,11.340365,11.42592,11.158113,11.586542,11.494766,16.797935,16.597294,16.270531,15.530052,15.483115,14.787284,12.405231,12.411672,12.427549,12.230745,11.915817,12.019354,11.773125,12.159092,12.056437,17.386494,17.012264,16.72962,16.168781,16.279243,15.801328,14.552066,14.376356,14.39043,14.182939,13.953386,14.070632,13.989807,14.405739,14.208104,17.032944,16.72529,16.432467,15.787456,15.823443,15.295936,13.711039,13.578442,13.580791,13.346955,13.089638,13.189072,13.092843,13.45345,13.234879,17.299555,16.97904,16.69029,16.073334,16.126423,15.638156,14.257489,14.112747,14.117672,13.897597,13.645947,13.767831,13.680146,14.049681,13.836153,18.62924,18.850965,18.517792,17.609112,17.356012,16.979048,16.171661,16.145903,16.12727,15.968268,15.65779,15.922839,15.814205,15.971683,15.774795,16.478483,16.227318,15.912443,15.261854,15.249771,14.597347,12.378184,12.323492,12.322652,12.095958,11.819706,11.890486,11.696665,12.08357,11.952224,15.702297,15.4154,15.143677,14.532462,14.561708,13.988832,11.636259,11.489908,11.49049,11.239052,11.012597,11.042564,10.931448,11.325916,11.026359,18.764198,19.301413,18.948685,17.766277,17.357311,16.935459,16.083605,16.086863,16.06741,15.903715,15.602533,15.839445,15.730659,15.816401,15.630492,17.01144,16.773241,16.44606,15.73209,15.702593,15.058438,13.140674,13.108152,13.106581,12.884523,12.588204,12.690284,12.512015,12.856323,12.718553,17.67494,17.350658,17.061651,16.496998,16.559687,16.120098,15.00494,14.862219,14.867892,14.670942,14.423721,14.585876,14.497809,14.876113,14.680879,17.737034,17.45801,17.162008,16.548075,16.567829,16.123865,14.98498,14.87078,14.869486,14.669299,14.402678,14.577118,14.483138,14.819855,14.62246,20.124731,19.821241,19.442896,19.176105,19.144642,19.07663,18.945358,18.858393,18.754499,18.693933,18.525761,18.880686,18.715139,18.810007,18.510256,20.254383,19.901024,19.542957,19.04298,19.010437,18.911909,18.71401,18.606165,17.976852,17.867548,17.719509,18.123497,17.982384,18.031263,17.548803,20.540606,20.123259,19.7666,19.003153,18.964582,18.840376,18.596649,18.470032,17.6215,17.485498,17.305363,17.696684,17.56834,17.533449,17.071436,20.594883,20.059238,19.701746,18.400707,18.342272,18.208763,17.958872,17.806496,17.612801,17.494846,17.28471,17.668411,17.537601,17.302549,16.982979,21.073755,20.362146,20.014202,18.099102,18.04081,17.873129,17.563663,17.397131,17.142418,16.990477,16.76399,17.120167,17.008799,16.591103,16.257792,20.198202,19.805645,19.452051,18.784176,18.745987,18.634836,18.416378,18.293997,17.873726,17.75942,17.590456,17.997776,17.859259,17.84894,17.418823,20.633301,20.069969,19.71685,18.337879,18.282444,18.139944,17.872669,17.717993,17.481495,17.352236,17.143412,17.523056,17.397383,17.142647,16.801935,20.477081,19.989746,19.630632,18.467716,18.404791,18.280121,18.047346,17.897346,17.736378,17.628605,17.407337,17.795012,17.659195,17.46855,17.168646,20.007486,19.664272,19.308218,18.688534,18.628832,18.530617,18.347263,18.217854,18.102339,18.019527,17.761703,18.146761,17.997219,17.993895,17.717726,21.782099,20.957479,20.590376,18.142597,18.062883,17.915615,17.648497,17.477024,17.320921,17.199409,16.971731,17.317188,17.199627,16.585135,16.332521,20.091269,19.800039,19.421623,19.221922,19.191368,19.128546,19.008583,18.927013,18.840063,18.785679,18.606106,18.898254,18.730906,18.84235,18.561588,20.133436,19.785761,19.419111,18.942648,18.907202,18.81864,18.645369,18.539204,18.348537,18.264654,18.103582,18.5212,18.367344,18.405712,18.044876,19.823574,19.522396,19.170948,18.74501,18.690723,18.604467,18.444933,18.32822,18.231546,18.160881,17.866013,18.231007,18.076687,18.139778,17.878429,20.155649,19.844774,19.466385,19.169142,19.139875,19.069508,18.931347,18.8438,18.7096,18.644121,18.497412,18.901173,18.736929,18.826426,18.493505,20.270821,19.838673,19.488846,18.653692,18.611233,18.487373,18.246946,18.11389,17.700287,17.575159,17.38829,17.789795,17.657341,17.591757,17.174854,20.07913,19.740494,19.375097,18.881678,18.83646,18.748245,18.580683,18.467936,18.347359,18.270409,18.061132,18.444767,18.289667,18.319223,18.022524,20.419626,19.969566,19.622112,18.716873,18.674086,18.540131,18.280836,18.14459,17.532001,17.390635,17.188646,17.584814,17.45973,17.375652,16.937494,20.200518,19.792355,19.438301,18.701363,18.660294,18.546606,18.32534,18.198454,17.877434,17.765385,17.588827,17.996593,17.857664,17.820162,17.419376,20.480011,20.047575,19.696426,18.233707,18.112135,17.976799,17.73064,17.54896,17.416252,17.306091,17.011353,17.386328,17.257256,16.999821,16.753963,20.238592,19.826347,19.465923,18.674189,18.62542,18.515997,18.307419,18.176775,18.000774,17.902189,17.706118,18.108852,17.965015,17.898451,17.568052,20.149,19.777723,19.414597,18.776623,18.728212,18.629765,18.442596,18.319929,18.17897,18.092115,17.88719,18.284321,18.134439,18.117464,17.808397,20.385807,19.901672,19.554401,18.499573,18.451708,18.317074,18.060051,17.917089,17.590622,17.460739,17.251194,17.651331,17.523581,17.379768,16.994034,20.117228,19.772999,19.410736,18.954016,18.921646,18.832016,18.653934,18.549664,18.265198,18.175104,18.026505,18.446314,18.295343,18.346609,17.937466,21.439833,20.654486,20.295794,18.096912,18.032728,17.871996,17.578234,17.408974,17.205603,17.066837,16.849714,17.196129,17.081877,16.562363,16.265995,20.235186,19.813753,19.45702,18.653933,18.609106,18.494934,18.275202,18.144583,17.907217,17.799898,17.615067,18.021023,17.88073,17.815523,17.44978,20.34543,19.876358,19.522974,18.523527,18.474913,18.348158,18.106264,17.965355,17.709127,17.590473,17.395279,17.79216,17.658529,17.529921,17.165344,20.017216,19.743828,19.36813,19.294342,19.266697,19.212341,19.110731,19.039774,18.972746,18.928217,18.731693,18.856422,18.687971,18.826437,18.570477,20.204309,19.802698,19.445677,18.564713,18.498604,18.386505,18.177454,18.034151,17.900858,17.805597,17.56138,17.95207,17.80938,17.717752,17.434431,20.267942,19.856136,19.50461,18.756599,18.71678,18.597616,18.364359,18.236549,17.738752,17.614679,17.437218,17.838644,17.704899,17.67083,17.234148,19.925642,20.336617,19.8967,19.528053,19.232727,19.187929,19.027664,18.931145,18.711287,18.682064,18.6308,18.417627,17.936758,19.983778,19.63735,20.179983,20.610439,20.182272,19.918148,19.672377,19.634079,19.541994,19.478268,19.209503,19.192883,19.15559,19.004057,18.522774,20.637486,20.27824,19.710545,19.979799,19.670565,18.972553,18.577496,18.528576,18.356434,18.253439,18.135044,18.105433,18.044374,17.726028,17.380743,19.110008,18.864653,19.800308,20.201363,19.755684,19.393368,19.100836,19.05232,18.86726,18.75655,18.544651,18.510212,18.453175,18.236126,17.759975,19.78318,19.442045,19.643646,19.885859,19.591042,18.790909,18.365238,18.314039,18.130808,18.022022,17.905781,17.875401,17.807777,17.459579,17.136879,18.813454,18.586012,19.60387,19.97279,19.544872,19.184479,18.892244,18.839165,18.63011,18.505325,18.324078,18.285116,18.220814,17.999756,17.54953,19.518648,19.196764,20.109516,20.621357,20.053768,19.783594,19.536551,19.490473,19.301256,19.188211,18.840931,18.803188,18.747759,18.563856,17.982988,20.164577,19.748747,19.623816,19.953457,19.576427,19.118513,18.795107,18.744175,18.553667,18.439793,18.290718,18.256178,18.19425,17.946562,17.538242,19.423285,19.131145,20.024624,20.303137,20.001974,19.153206,18.7106,18.666565,18.524015,18.437368,18.316372,18.292643,18.239122,17.876341,17.528654,19.264359,19.017151,19.481258,19.769075,19.426361,18.920446,18.583368,18.529718,18.329075,18.209499,18.087849,18.051924,17.9853,17.722374,17.352198,19.150969,18.886623,20.089394,20.501291,20.077255,19.686136,19.391766,19.35157,19.225306,19.147137,18.912474,18.889912,18.844135,18.636225,18.16362,20.204853,19.860447,19.769051,20.089857,19.734852,19.186703,18.835943,18.788534,18.620815,18.519955,18.375513,18.345795,18.288652,18.0173,17.622822,19.478043,19.195507,19.99696,20.274071,20.001623,19.512363,19.206802,19.16885,19.088045,19.028938,18.896259,18.882927,18.84659,18.631161,18.307852,20.056225,19.81258,20.076172,20.37462,20.067244,19.353369,18.959675,18.919153,18.800898,18.726501,18.589708,18.570187,18.524439,18.216637,17.85885,19.635504,19.376051,15.754346,15.813687,15.525108,15.486629,15.209753,15.162082,14.831376,14.66774,15.109719,14.893708,14.833024,14.364424,14.149411,17.183886,17.061283,14.973661,14.844024,14.366796,13.934323,13.690594,13.62256,13.067929,12.662704,12.994946,12.797741,12.895234,12.225609,12.038435,14.648026,14.60934,14.934933,14.523714,13.887014,12.800815,12.510456,12.423769,11.642696,10.934775,10.951275,10.782957,11.306794,10.526759,10.318161,11.817173,11.844782,14.968164,14.876151,14.168301,13.398742,13.189057,13.10919,12.53966,12.19051,12.512427,12.33226,12.345618,11.510001,11.329145,13.65984,13.620567,14.895547,14.671989,13.966159,13.068188,12.822724,12.736586,12.045849,11.524432,11.774945,11.600061,11.750525,10.899156,10.716808,12.635649,12.629066,14.773617,14.595913,13.756845,12.730394,12.514009,12.425315,11.756227,11.301564,11.567676,11.398989,11.480481,10.524747,10.350451,12.255863,12.243175,14.36422,14.373072,14.100619,14.741069,14.682501,14.673431,14.58027,14.535923,14.669387,14.220263,14.2231,13.896199,13.851835,19.675116,19.652939,14.963655,14.737438,14.262053,13.694129,13.416836,13.344042,12.711837,12.178231,12.457192,12.278953,12.499042,11.811933,11.61226,13.8292,13.809307,15.019847,14.663799,14.139855,13.311178,13.006073,12.926055,12.2035,11.527722,11.661651,11.49454,11.907846,11.195868,10.984921,12.750103,12.758358,14.603519,14.333334,13.362686,12.079794,11.857894,11.763758,11.000711,10.444867,10.6254,10.461826,10.64071,9.5824518,9.4174166,10.920992,10.936839,14.236252,13.685301,12.761933,11.067163,10.837852,10.750633,9.7716866,8.9533892,8.6214132,8.4057922,9.3148108,8.3575306,8.1784687,9.0045204,9.0873671,14.815311,14.479088,13.693886,12.545076,12.286583,12.194946,11.41,10.770997,10.894116,10.722289,11.034861,10.129862,9.9476795,11.465335,11.488392,14.415106,14.314933,13.090944,11.664788,11.507954,11.418972,10.818745,10.489907,10.757702,10.62455,10.608561,9.361269,9.2026205,10.915398,10.89739,14.891388,14.225748,13.571986,12.239228,11.928574,11.830389,10.29932,9.0948839,8.8298264,8.4744453,9.1944809,8.5062876,8.3580694,9.0589085,9.1965055,14.940224,14.799732,14.135834,13.391483,13.164479,13.0841,12.473829,12.057619,12.363203,12.180973,12.246991,11.435918,11.254185,13.504422,13.476123,14.551034,14.341548,13.317228,12.037017,11.834223,11.740668,11.028045,10.547976,10.773299,10.615454,10.714988,9.6099463,9.4463148,11.066167,11.067394,14.997357,14.987777,14.63048,14.640736,14.4451,14.400524,14.048646,13.843613,14.184421,13.916425,13.916243,13.400356,13.244114,16.953661,16.889299,13.424826,13.09538,11.381953,9.4335346,9.2864504,9.2019663,8.335741,7.7521882,7.7937694,7.6400027,7.8639288,6.2763815,6.1767073,6.9158068,6.9754033,15.279206,15.25807,14.729784,14.278482,14.056909,13.988317,13.519134,13.257638,13.625999,13.428104,13.400068,12.730371,12.538499,15.276338,15.207655,14.406611,14.24481,13.082743,11.693562,11.515404,11.421618,10.75351,10.343105,10.583073,10.436155,10.480327,9.2656536,9.1057138,10.731158,10.722051,15.102474,15.044906,14.435615,13.842797,13.629154,13.555599,13.037045,12.731026,13.075857,12.884789,12.878904,12.13295,11.94832,14.521293,14.468736,14.150356,14.07603,13.820738,13.869744,13.699019,13.660305,13.337622,13.140379,13.324701,13.065456,13.439542,12.936202,12.750341,16.646509,16.595465,14.68924,14.258485,13.446425,12.094136,11.835469,11.744091,10.911256,10.209002,10.152939,9.9819231,10.547966,9.6391964,9.4467831,10.711433,10.754188,14.749147,14.70877,14.383166,14.415157,14.215559,14.172421,13.794922,13.55004,13.892636,13.634084,13.698069,13.170345,13.010958,16.681631,16.625957,14.97137,14.859867,14.209257,13.514273,13.293939,13.21581,12.636305,12.258965,12.57848,12.392894,12.432438,11.637857,11.456284,13.8257,13.789626,14.811864,14.189687,13.526425,12.362782,12.057989,11.950956,10.150412,8.7815475,8.6700048,8.1927052,8.5986071,7.9222789,7.8150926,8.4545231,8.6124849,14.93186,14.856236,14.039954,13.112219,12.916935,12.833787,12.267281,11.9435,12.263514,12.09755,12.083846,11.166257,10.986613,13.175832,13.136614,15.09736,15.106868,14.764637,14.811929,14.614237,14.571882,14.247687,14.069919,14.416411,14.142406,14.123763,13.63061,13.473415,17.245707,17.173037,14.409767,14.417669,14.145677,14.689651,14.603771,14.589508,14.448078,14.376685,14.562869,14.151864,14.163323,13.799665,13.733075,19.174719,19.143295,14.547053,14.524523,14.23649,14.431652,14.262426,14.228945,13.920709,13.733173,14.04334,13.749795,13.825953,13.341768,13.202525,17.368643,17.316473,13.907589,13.57239,12.149406,10.372299,10.19318,10.100543,9.2487307,8.6556368,8.7153702,8.5604849,8.8157368,7.4267921,7.3004131,8.2502699,8.2994852,15.007123,14.904662,14.389846,13.929972,13.699081,13.629927,13.091119,12.724402,13.060946,12.860544,12.917101,12.22994,12.046712,14.703332,14.660277,14.048094,13.763395,12.393886,10.707794,10.527755,10.433654,9.6399174,9.1022348,9.2262363,9.0811005,9.2605581,7.8990774,7.7629094,8.8864088,8.9185457,14.038296,13.934464,13.682189,13.596628,13.397455,13.35354,12.964334,12.705241,12.927229,12.712069,13.157389,12.595819,12.38358,15.774413,15.7222,14.434745,13.908889,13.057384,11.455978,11.212091,11.124461,10.236161,9.4823923,9.192049,9.0123472,9.9091234,8.9934101,8.7928553,9.7869854,9.85114,15.49153,15.503048,15.062222,14.751552,14.512094,14.448375,14.02402,13.798613,14.193748,13.991633,13.947846,13.355065,13.151443,15.988351,15.900361,15.054536,14.986053,14.478888,14.071642,13.850341,13.783966,13.283428,12.965652,13.311914,13.104007,13.127273,12.458474,12.277664,15.088732,15.037092,13.335297,12.968948,11.33986,9.4571762,9.3083658,9.2277527,8.2542238,7.5319886,7.549171,7.3280625,7.5502048,6.0462141,5.9597106,6.5996099,6.6792178,14.88601,14.776505,14.379807,14.116972,13.876177,13.817045,13.311901,12.940285,13.288009,13.080174,13.190536,12.57666,12.390633,15.276543,15.230618,14.434834,14.355069,13.115279,11.675265,11.52762,11.443115,10.868506,10.565841,10.846762,10.722979,10.685598,9.4399481,9.2856312,11.022217,11.00637,13.776174,13.602348,11.968437,10.166592,10.026257,9.9329538,9.2672691,8.8810596,9.0646429,8.9455252,8.9908285,7.4151468,7.2796364,8.4923658,8.4940395,15.109808,15.078777,14.63797,14.39878,14.18384,14.125698,13.69074,13.431143,13.787822,13.560597,13.560565,12.960047,12.7837,15.920858,15.857735,15.198373,15.164859,14.631331,14.180825,13.962693,13.894608,13.416821,13.14242,13.502311,13.300841,13.284029,12.606714,12.419796,15.185826,15.122846,12.897816,12.68512,10.464462,8.3452282,8.2411118,8.1651735,7.4941359,7.1107349,7.2096581,7.1192656,7.2206888,5.2640452,5.1742358,5.9010134,5.9301786,14.944732,14.614523,14.184319,13.520391,13.208502,13.137209,12.468675,11.821411,11.999983,11.838727,12.262124,11.599188,11.379133,13.328115,13.32276,15.283266,15.259552,14.545536,13.740918,13.530789,13.446992,12.930452,12.659533,13.017829,12.857468,12.807469,11.990567,11.793007,14.060497,13.999966,15.387258,15.380919,14.878479,14.45961,14.230642,14.162519,13.707703,13.46106,13.841331,13.645323,13.607484,12.961986,12.763447,15.498379,15.421435,15.248287,15.253262,14.865879,14.744835,14.526733,14.474564,14.095785,13.887445,14.258794,14.019491,13.993991,13.450397,13.272152,16.594296,16.516178,14.770931,14.77701,14.473316,14.772304,14.628032,14.600432,14.366892,14.238227,14.50566,14.16316,14.160419,13.736938,13.625231,18.247345,18.195799,15.203694,15.196831,14.78573,14.613574,14.397313,14.342517,13.942402,13.716642,14.082911,13.848971,13.8304,13.263373,13.085473,16.330914,16.258133,15.430912,15.459213,15.109764,15.02837,14.792081,14.741635,14.385422,14.199335,14.596212,14.362325,14.32087,13.808155,13.617635,16.874435,16.780289,13.630367,13.126094,12.540616,11.688039,11.468151,11.356981,9.1614418,7.2328868,7.2036347,6.3862729,6.5134749,5.9609551,5.905508,6.347146,6.5238128,14.255853,14.242824,13.981549,14.374033,14.259144,14.23716,14.027088,13.916338,14.130501,13.777305,13.890689,13.468964,13.364238,18.28512,18.246376,15.003271,14.942226,14.510552,14.263661,14.043064,13.984279,13.520484,13.219158,13.569784,13.346635,13.382132,12.773059,12.596752,15.669409,15.615014,14.488894,14.362318,13.235505,11.904457,11.731004,11.639477,11.009043,10.640105,10.902691,10.756522,10.769353,9.5878887,9.4243603,11.173472,11.155399,14.818273,14.738535,14.379118,14.241201,14.014527,13.962127,13.507631,13.187171,13.540672,13.316319,13.412233,12.833529,12.655197,15.837331,15.785686,15.609337,15.63497,15.229105,14.965164,14.713599,14.651496,14.24302,14.030544,14.440065,14.239844,14.189176,13.62565,13.413972,16.240644,16.14255,13.852077,13.720366,12.105545,10.336368,10.203155,10.112874,9.4971352,9.159337,9.3689404,9.2540503,9.2592945,7.7026896,7.5630054,8.9024134,8.8949213,15.429722,15.449306,15.066847,14.906393,14.670723,14.615648,14.232763,14.029754,14.423894,14.200308,14.160486,13.618423,13.424596,16.547426,16.457235,14.35767,13.95932,12.882488,11.315888,11.093987,10.999565,10.124013,9.4496565,9.4430208,9.2693624,9.6869984,8.5687571,8.4119081,9.4937859,9.5460072,14.963989,14.781677,14.183452,13.489668,13.241908,13.16269,12.527883,12.052949,12.344548,12.162282,12.28531,11.518843,11.332084,13.528411,13.507049,15.291497,15.280945,14.814774,14.494866,14.27126,14.20864,13.771506,13.528176,13.901724,13.689988,13.663088,13.047002,12.857807,15.797911,15.724154,15.815269,15.85281,15.44879,15.138617,14.869859,14.803155,14.385922,14.173801,14.596706,14.413563,14.352367,13.792632,13.563491,16.187843,16.078829,15.337624,15.37066,15.053599,15.087202,14.862528,14.819307,14.503101,14.340076,14.724027,14.466395,14.427485,13.949263,13.773065,17.322584,17.230293,14.81064,14.704309,13.837348,12.830475,12.634834,12.548791,11.947858,11.587572,11.887339,11.722187,11.732746,10.764767,10.589346,12.663554,12.633424,14.890032,14.835888,14.465937,14.363605,14.148965,14.097978,13.672702,13.39159,13.742353,13.503848,13.55683,12.992757,12.822895,16.16828,16.112875,14.691141,14.584764,14.249287,14.089905,13.8524,13.800596,13.327095,12.972566,13.323259,13.113513,13.276349,12.687372,12.49844,15.545479,15.496901,13.107012,12.851085,10.82596,8.7616453,8.6393232,8.5583506,7.8131075,7.359859,7.4422655,7.3324947,7.4756422,5.6542907,5.5611525,6.2951298,6.3347592,13.75495,13.541545,11.923271,10.108315,9.9615431,9.8697748,9.157382,8.7243767,8.8849907,8.7625256,8.8491468,7.2928286,7.1635575,8.283968,8.2994423,15.048985,14.972194,14.391571,13.842029,13.623545,13.55128,13.021387,12.690398,13.029255,12.833293,12.850517,12.121263,11.938871,14.54552,14.497944,14.746264,14.607299,13.7195,12.664297,12.463236,12.374962,11.739491,11.338092,11.619821,11.454763,11.493955,10.502566,10.329422,12.295207,12.27383,15.178619,15.137746,14.494074,13.833478,13.621917,13.545781,13.03255,12.745584,13.097721,12.916646,12.889775,12.121787,11.932261,14.409531,14.352378,14.531445,14.532263,14.252142,14.623089,14.492592,14.468755,14.245934,14.122515,14.382633,14.031669,14.057865,13.635877,13.532389,18.325331,18.280256,14.187431,13.755072,12.614756,10.943694,10.731437,10.63861,9.7130995,9.0003281,8.9303303,8.7429838,9.2280121,8.0724802,7.9250264,8.8568668,8.9228048,14.626259,14.565973,14.255455,14.255022,14.04619,14.002225,13.601724,13.329237,13.67499,13.432846,13.55222,13.006962,12.836471,16.354914,16.301069,15.126739,15.145678,14.819501,14.912814,14.716393,14.676808,14.375727,14.215518,14.559912,14.277001,14.251922,13.77943,13.625088,17.498898,17.422737,14.568872,14.178415,13.2374,11.81915,11.579119,11.48505,10.64078,9.9686728,9.9856539,9.8138227,10.233943,9.217536,9.0458107,10.275451,10.318383,14.963315,14.684222,14.056611,13.197131,12.925907,12.841264,12.126996,11.53512,11.746706,11.572219,11.814579,11.023724,10.832257,12.679912,12.681271,14.788941,14.613831,14.23973,13.893643,13.62714,13.566829,13.013945,12.555803,12.878271,12.693832,12.917736,12.288187,12.085762,14.66683,14.630751,14.051469,13.523738,12.693537,11.41759,11.175347,11.077038,9.6861305,8.3048201,8.2205906,7.6657887,8.0023804,7.1800408,7.0835476,7.7161183,7.8502846,13.133898,12.675606,11.955994,10.964255,10.764563,10.668878,9.1738081,7.2118788,7.1599302,6.3066378,6.4653006,5.7888589,5.7258153,6.2139606,6.3534932,14.474127,14.348198,14.045906,13.875322,13.6374,13.588588,13.119799,12.759529,13.084736,12.886779,13.155961,12.563112,12.360845,15.357601,15.310452,13.872971,13.407571,12.258292,10.653003,10.45047,10.359177,9.2274876,8.2490864,8.1896534,7.8494363,8.2075348,7.0854726,6.9797373,7.6721072,7.7758107,14.834826,14.781669,13.779304,12.595617,12.424874,12.33955,11.787369,11.49964,11.817966,11.681141,11.629038,10.578456,10.405767,12.369375,12.337434,14.910304,14.885712,14.532391,14.535477,14.338037,14.292942,13.923531,13.696877,14.037616,13.774386,13.795539,13.269698,13.1127,16.780691,16.721134,14.728379,14.724908,14.420986,14.660196,14.501655,14.470324,14.197515,14.040029,14.335357,14.017065,14.032078,13.578425,13.453784,17.827415,17.774132,15.307213,15.284472,14.669941,14.042903,13.824663,13.748322,13.251497,12.982839,13.348375,13.170178,13.130373,12.391397,12.194398,14.67315,14.607285,14.994442,14.93889,14.10259,13.140952,12.950016,12.86671,12.317064,12.018085,12.34806,12.190468,12.15526,11.230367,11.048486,13.208719,13.166143,14.3852,13.797058,12.959643,11.4016,11.150476,11.059977,9.9187088,8.9260025,8.6416893,8.3478947,9.1314983,8.2609329,8.1027756,8.8571548,8.9647408,14.427604,14.360061,14.075067,14.088043,13.884134,13.84235,13.451608,13.187303,13.51351,13.275658,13.468858,12.921937,12.744164,16.291742,16.238523,13.353535,12.911416,11.907984,10.55763,10.367619,10.278966,9.0614281,7.6289563,7.5809336,6.9709415,7.2150054,6.2574687,6.1774797,6.7654052,6.8805428,14.94595,14.963616,14.658011,14.891943,14.725566,14.694362,14.44513,14.313491,14.61424,14.291884,14.273801,13.840201,13.712099,18.06566,18.000769,14.441513,13.864372,13.203677,12.14949,11.873547,11.763676,9.8424664,8.2981777,8.2464981,7.6342826,7.8803368,7.2262034,7.1440334,7.7130156,7.8818822,13.951277,13.513231,12.266586,10.538096,10.341549,10.250476,9.2485571,8.4754848,8.4149055,8.190959,8.6067867,7.3827944,7.2598262,8.0464668,8.1281204,15.562293,15.571975,15.083158,14.652804,14.410709,14.33982,13.889321,13.653093,14.048323,13.862871,13.812571,13.181148,12.969384,15.588565,15.50074,14.380748,14.389256,14.115117,14.757076,14.699444,14.690437,14.59976,14.555688,14.684181,14.232965,14.234768,13.911065,13.86735,19.704926,19.683105,11.499876,11.19574,10.429741,9.5228481,9.3943119,9.3274508,8.3493958,5.7433386,5.6606469,4.678709,4.8144302,4.130774,4.0835128,4.5022669,4.5836515,14.933174,14.673404,14.008458,13.122384,12.861607,12.775842,12.06586,11.498416,11.723668,11.54886,11.754568,10.934993,10.747938,12.606628,12.606111,14.97187,14.85203,14.385445,13.98532,13.744312,13.677812,13.136244,12.745258,13.082048,12.88165,12.971718,12.312347,12.126253,14.803739,14.762589,15.315003,15.301521,14.495836,13.524091,13.31135,13.212891,12.689811,12.427252,12.780423,12.640091,12.586239,11.69928,11.497015,13.578756,13.516347,15.134555,15.085246,14.448764,13.805777,13.59431,13.518992,13.001164,12.704833,13.052405,12.867464,12.84969,12.084622,11.89775,14.405708,14.35128,14.935062,14.531948,13.888445,12.809229,12.520447,12.433404,11.652636,10.950068,10.98171,10.812617,11.311228,10.524635,10.318534,11.82874,11.855479,12.985982,12.810711,10.611553,8.5151386,8.4158516,8.3377542,7.7122812,7.3730917,7.5016012,7.4152026,7.4702549,5.5150785,5.4154854,6.2472744,6.2628098,14.484624,14.406356,13.201526,11.797067,11.646118,11.561433,10.987297,10.684016,10.969081,10.842756,10.804996,9.5865107,9.4299574,11.198312,11.180692,14.39994,14.407324,14.135599,14.680107,14.594672,14.580441,14.438725,14.367243,14.552794,14.14188,14.155067,13.790932,13.724515,19.169901,19.138802,14.369986,14.378717,14.107041,14.719025,14.652243,14.641663,14.533561,14.481413,14.632,14.194762,14.200564,13.861821,13.810852,19.520044,19.495094,14.881698,14.836445,13.839702,12.657867,12.485431,12.398237,11.852504,11.572054,11.895317,11.761006,11.703682,10.661344,10.486229,12.450096,12.416266,14.819288,14.810849,14.489969,14.641241,14.466507,14.430044,14.122508,13.941675,14.257439,13.960684,13.974235,13.495567,13.357679,17.458952,17.40167,13.2874,12.954749,11.185843,9.2197905,9.0807371,8.9996309,8.1106377,7.5065813,7.5432734,7.3784122,7.5885358,5.9692874,5.8786349,6.5546055,6.6199288,15.585004,15.591016,15.044271,14.491187,14.251537,14.17342,13.700006,13.454879,13.844355,13.672502,13.617728,12.940758,12.725218,15.169673,15.084747,14.83625,14.661905,14.271461,13.904957,13.63879,13.576583,13.016363,12.555853,12.878392,12.692643,12.898278,12.262905,12.062631,14.620097,14.584916,15.179392,15.138467,14.536185,13.952347,13.7379,13.664548,13.160928,12.874721,13.228741,13.039925,13.019069,12.28408,12.095656,14.67433,14.615747,14.952414,14.674988,14.031693,13.152589,12.884155,12.798809,12.081721,11.492705,11.703846,11.529408,11.765574,10.963017,10.773004,12.606493,12.608499,14.733107,14.506226,13.638531,12.525245,12.300017,12.208781,11.492426,10.978685,11.208167,11.040971,11.173706,10.194277,10.022053,11.749024,11.750017,14.499557,14.500566,14.22305,14.612602,14.486831,14.464049,14.248727,14.130495,14.383717,14.02759,14.056262,13.638836,13.538758,18.397383,18.353855,14.47853,14.481308,14.20563,14.625792,14.507607,14.486533,14.285504,14.176852,14.418222,14.051885,14.077456,13.670141,13.576406,18.547699,18.506327,13.154825,12.934146,10.899508,8.8476896,8.7312069,8.6504898,7.9566836,7.549758,7.6619453,7.5617361,7.6665368,5.8314219,5.7308702,6.5543489,6.5823321,15.472013,15.467501,14.895752,14.317799,14.087362,14.010253,13.529278,13.276389,13.657048,13.482022,13.432343,12.732546,12.524888,14.994108,14.916862,15.565946,15.567986,14.966435,14.310598,14.075497,13.991481,13.502096,13.251202,13.633265,13.470804,13.414243,12.693768,12.478151,14.806687,14.725671,14.271488,13.71016,13.03648,11.98539,11.720653,11.612076,9.7648258,8.1769276,8.128026,7.4803677,7.710084,7.0476174,6.9682684,7.5270972,7.6933789,15.114957,15.063128,14.394602,13.696173,13.487441,13.410338,12.884145,12.584859,12.92913,12.748815,12.729095,11.937602,11.751066,14.191917,14.139557,15.599859,15.60972,15.097362,14.61007,14.366975,14.292357,13.83123,13.591591,13.986122,13.80844,13.754693,13.105251,12.889639,15.410858,15.322815,15.460842,15.453773,14.789755,14.038751,13.814053,13.727119,13.223466,12.965073,13.336381,13.178741,13.123454,12.351116,12.141829,14.405375,14.332829,14.273627,13.855597,12.747117,11.122747,10.905291,10.811601,9.9111185,9.2171021,9.1740313,8.9945116,9.4535103,8.3168001,8.1640816,9.1657991,9.2251959,15.149249,15.107881,14.587098,14.166152,13.948649,13.881947,13.402915,13.120464,13.476015,13.269884,13.263171,12.593725,12.410032,15.229164,15.169169,14.523554,14.187796,13.17725,11.768946,11.541916,11.446821,10.628112,10.007101,10.106303,9.9397001,10.224629,9.1442719,8.9821825,10.279673,10.313507,14.526629,14.172036,13.174218,11.752662,11.522194,11.427252,10.59654,9.9571514,10.029965,9.861414,10.186779,9.1196156,8.9558496,10.218538,10.256309,14.960206,14.750403,14.276495,13.734168,13.46203,13.390025,12.769768,12.256746,12.547818,12.367002,12.565302,11.880742,11.682961,13.961811,13.938692,15.108156,15.079395,14.19562,13.140573,12.949213,12.856869,12.322583,12.050505,12.391376,12.251802,12.194797,11.243904,11.056098,13.107668,13.060801,15.611891,15.616837,14.970178,14.219128,13.981172,13.888275,13.389277,13.138811,13.516458,13.365732,13.307641,12.55294,12.332523,14.535733,14.452624,14.969511,14.787547,14.29493,13.763519,13.502819,13.430575,12.825033,12.347893,12.653927,12.468282,12.622242,11.930116,11.737111,14.094331,14.067001,15.416597,15.411621,14.897282,14.447078,14.216734,14.146785,13.686779,13.439342,13.821153,13.630006,13.588876,12.934054,12.732708,15.405858,15.328046,14.077139,13.981936,13.728567,13.677542,13.48626,13.443162,13.073837,12.83462,13.038904,12.811072,13.244017,12.701072,12.494645,16.02932,15.976792,18.454666,18.218822,17.991482,17.765598,17.753929,17.66959,17.46508,17.351488,16.61615,16.455805,16.352354,16.755795,16.643343,16.860373,16.725124,19.941885,19.680895,19.400742,19.167561,19.152355,19.073555,18.889872,18.78809,16.953106,16.768394,16.658535,17.053965,16.945822,17.137007,17.002905,16.99485,16.81288,16.662659,16.497845,16.491224,16.422499,16.258711,16.160822,15.783562,15.680679,15.603151,15.990351,15.890268,16.116549,16.003286,17.614664,17.392178,17.198032,16.993547,16.978275,16.886019,16.672243,16.546953,16.23028,16.106567,16.015997,16.414164,16.302666,16.540998,16.40942,17.36285,17.148916,16.963074,16.784735,16.768179,16.67671,16.469324,16.343983,16.175987,16.080975,16.001652,16.412937,16.299667,16.552135,16.422523,9.4090147,9.3939409,9.4152308,9.4049616,9.416131,9.4089537,9.3841114,9.3606958,9.3315992,9.3168812,9.3103609,9.3665953,9.3524828,9.4108047,9.3984928,18.511013,18.286388,18.064085,17.846329,17.836157,17.759842,17.576023,17.472801,16.580776,16.425003,16.319616,16.7208,16.613289,16.82317,16.694439,11.838209,11.774295,11.792945,11.743584,11.750498,11.713956,11.630516,11.568836,11.488452,11.449918,11.441196,11.620969,11.579579,11.738365,11.697278,18.000916,17.767422,17.55485,17.334253,17.318621,17.225479,17.006651,16.881859,16.443918,16.30184,16.202797,16.604128,16.490818,16.722469,16.586628,18.821686,18.557009,18.301432,18.035889,18.01721,17.914125,17.662819,17.52906,16.801712,16.604416,16.481701,16.875988,16.759903,16.988276,16.84178,17.763977,17.555161,17.364662,17.16798,17.158068,17.081425,16.898548,16.793243,16.262043,16.132751,16.039783,16.438871,16.332067,16.553703,16.429136,19.367741,19.118839,18.857117,18.622255,18.610119,18.530003,18.337715,18.231482,16.857294,16.674826,16.564926,16.964897,16.854422,17.054136,16.919075,17.853464,17.630627,17.430059,17.222166,17.209505,17.123362,16.920301,16.80327,16.339306,16.204151,16.111219,16.511833,16.400846,16.62796,16.496662,15.98344,15.816281,15.707514,15.57486,15.566028,15.490311,15.322818,15.21543,15.074677,14.999932,14.95143,15.319906,15.22478,15.468025,15.363374,17.328028,17.113714,16.931023,16.744781,16.728838,16.63662,16.426161,16.299688,16.098349,15.995264,15.913141,16.314314,16.202988,16.451885,16.323183,16.957239,16.7575,16.59617,16.43034,16.416729,16.330275,16.135042,16.014961,15.845901,15.755249,15.684971,16.082539,15.974813,16.223907,16.101881,16.658516,16.46904,16.326851,16.162924,16.153282,16.071535,15.884476,15.768336,15.55135,15.455078,15.387499,15.765778,15.663609,15.904543,15.788605,16.681423,16.490469,16.345469,16.183674,16.1726,16.089287,15.900249,15.782844,15.59527,15.503316,15.436684,15.819838,15.716502,15.961307,15.844468,16.875599,16.682913,16.533005,16.362276,16.353655,16.274126,16.089739,15.976712,15.690678,15.586014,15.514067,15.895927,15.792844,16.027157,15.909201,14.892886,14.76935,14.71771,14.615513,14.619203,14.565726,14.43799,14.351177,14.150059,14.081932,14.042671,14.362481,14.284114,14.503198,14.418039,13.971722,13.85988,13.833021,13.742686,13.746496,13.691396,13.564997,13.476564,13.343019,13.281882,13.254864,13.531797,13.463058,13.675375,13.603063,18.827461,18.576088,18.328798,18.084257,18.072683,17.983927,17.761721,17.642542,16.761391,16.577738,16.465639,16.865307,16.750834,16.969027,16.828199,16.182175,16.007767,15.888856,15.74578,15.736963,15.658983,15.48402,15.372783,15.211624,15.129967,15.074943,15.444948,15.34758,15.590769,15.482617,18.310066,18.057837,17.822235,17.575901,17.554695,17.449598,17.202908,17.065573,16.643576,16.485542,16.37229,16.772572,16.656071,16.894293,16.750635,14.313604,14.194189,14.15692,14.06366,14.059007,13.996848,13.864713,13.776134,13.669157,13.613482,13.591038,13.893208,13.821392,14.045918,13.969294,20.271502,19.984945,19.688173,19.410652,19.402136,19.314358,19.068233,18.955074,17.026169,16.744696,16.610226,16.979855,16.867453,17.079163,16.933376,15.60968,15.453294,15.363297,15.232502,15.229041,15.158486,14.99746,14.89222,14.713684,14.633656,14.585315,14.928417,14.839052,15.073463,14.975197,17.619797,17.394146,17.192539,16.995678,16.976896,16.879774,16.657688,16.526041,16.331993,16.225674,16.135965,16.545746,16.430456,16.683163,16.548689,17.714815,17.484726,17.279259,17.070389,17.051445,16.952692,16.725479,16.592525,16.351194,16.233213,16.138386,16.542337,16.427706,16.675844,16.540195,11.947562,11.886739,11.907573,11.859775,11.874525,11.8441,11.764217,11.700641,11.604522,11.56199,11.546042,11.729775,11.685116,11.845631,11.801377,17.369232,17.153612,16.970255,16.778143,16.762781,16.670761,16.459591,16.333506,16.095943,15.985873,15.90141,16.298721,16.188095,16.433006,16.304171,21.100946,20.841246,20.532885,20.295435,20.325054,20.288118,20.101931,20.026865,17.135836,16.898582,16.778656,17.149832,17.041029,17.233,17.095858,19.381676,19.108948,18.83602,18.562925,18.550041,18.454447,18.205902,18.08053,16.909782,16.677523,16.54948,16.93552,16.820776,17.04092,16.894152,15.098637,14.956065,14.887422,14.771625,14.768578,14.701193,14.550314,14.450152,14.303503,14.23278,14.19433,14.520917,14.437923,14.669465,14.579613,12.611972,12.533121,12.541244,12.478268,12.476076,12.427589,12.327683,12.259153,12.179715,12.139851,12.133682,12.356939,12.308667,12.496642,12.446278,17.693745,17.495905,17.312429,17.119316,17.110909,17.040146,16.868647,16.770409,16.168894,16.040085,15.94114,16.333975,16.232092,16.452515,16.334391,17.920578,17.681009,17.461624,17.240875,17.219387,17.115635,16.876333,16.738083,16.496248,16.372629,16.27039,16.676514,16.559645,16.810591,16.670637,19.786139,19.52895,19.247444,19.000994,18.994345,18.915682,18.712847,18.604347,16.964779,16.757647,16.643341,17.038265,16.926031,17.124722,16.985863,15.87394,15.716937,15.619856,15.485788,15.48426,15.418373,15.263962,15.163886,14.921942,14.836897,14.783694,15.135674,15.044699,15.273123,15.172117,15.160238,14.835292,14.55325,14.388226,14.097329,14.045853,13.316973,12.430536,13.063764,12.930404,12.860363,12.142055,12.073265,13.789083,13.786299,14.488014,14.51325,14.292056,14.605406,14.643527,14.634672,14.31621,14.160485,14.554209,14.292694,14.259639,13.728352,13.725103,17.5676,17.52179,17.187986,16.505468,16.01984,15.348613,14.954249,14.843607,13.540602,12.079907,12.306576,12.030946,11.915919,11.365996,11.339105,12.265884,12.382149,16.64299,16.107042,15.737593,15.346395,14.95609,14.874206,13.986891,12.74132,13.152279,12.977333,12.878758,12.292715,12.241972,13.597457,13.634994,13.276131,12.461302,12.353036,12.320478,11.554388,11.53138,10.781616,8.9810619,10.366962,10.330056,10.309524,9.0089359,8.9392624,9.6898966,9.7076159,19.602219,18.414022,18.072441,17.567934,16.734203,16.624922,15.105433,12.600811,12.808631,12.567385,12.441148,12.129386,12.104589,12.829815,12.97032,17.428492,16.693478,16.355059,15.976941,15.416012,15.328786,14.377776,12.735774,13.136494,12.962694,12.857486,12.340607,12.290912,13.477016,13.533484,17.022743,16.413589,16.000233,15.499655,15.090297,14.996301,14.001918,12.642828,12.974009,12.770473,12.662868,12.104682,12.063288,13.258053,13.321943,16.406282,15.76585,15.493634,15.267819,14.719622,14.653687,13.814898,12.317663,12.919096,12.789825,12.706338,12.065441,11.999194,13.317971,13.344226,16.663292,16.151283,15.631511,14.95081,14.68936,14.590221,13.551238,12.410515,12.663851,12.427842,12.323708,11.694168,11.669664,12.793044,12.866352,16.880959,16.250011,15.920188,15.585154,15.091178,15.011581,14.120288,12.67275,13.128088,12.966685,12.868815,12.300204,12.244329,13.545005,13.584554,14.981552,14.856768,14.587101,14.539534,14.447829,14.413406,13.842876,13.341238,13.869564,13.710327,13.652823,12.99962,12.958589,15.272679,15.238778,16.385445,16.040684,15.488736,14.781608,14.719508,14.632932,13.773013,12.952439,13.166011,12.958265,12.870549,12.18831,12.197136,13.465019,13.501249,14.786707,14.760129,14.527109,14.646996,14.660325,14.643869,14.20157,13.901177,14.366804,14.174721,14.132233,13.535721,13.524425,16.446405,16.398521,13.433208,12.543246,12.448943,12.427549,11.587311,11.576447,10.842606,8.8634491,10.287579,10.259255,10.241702,8.9180231,8.8498421,9.5205812,9.5363569,15.377892,15.309442,15.047297,15.029819,15.077044,15.052107,14.56119,14.184167,14.577045,14.400565,14.349443,13.773031,13.786159,16.275511,16.233068,15.482741,15.001219,14.736703,14.557127,14.125673,14.069371,13.278128,12.087652,12.767486,12.645752,12.572411,11.847054,11.774729,13.239235,13.252445,18.964849,17.91468,17.598677,17.191563,16.399517,16.302753,15.235459,12.956011,13.268003,13.079476,12.964538,12.588616,12.552807,13.488176,13.579882,14.97489,15.010016,14.794611,15.118713,15.275237,15.279626,15.017498,14.899715,15.159677,14.883758,14.862948,14.411459,14.47888,18.372425,18.333839,17.489071,16.758446,16.333677,15.77338,15.2934,15.189105,14.036043,12.46072,12.737511,12.504385,12.388398,11.875594,11.840487,12.859389,12.955834,16.156345,15.662606,15.346195,15.070871,14.669792,14.60088,13.779296,12.586748,13.11138,12.962757,12.875277,12.241446,12.179221,13.64058,13.660686,17.999203,17.129072,16.710974,16.115526,15.558585,15.44411,13.933245,12.107031,12.32463,12.050989,11.928924,11.481783,11.454389,12.273002,12.413344,17.022009,16.353743,15.840076,15.111734,14.763364,14.64851,13.129806,11.698925,11.890038,11.574975,11.463238,10.903318,10.883476,11.715645,11.850677,16.324482,15.855456,15.181295,14.215248,14.161356,14.053367,12.781845,11.713174,11.812046,11.451576,11.35784,10.636161,10.660378,11.416512,11.521562,14.249173,13.82806,13.612229,13.516194,13.104523,13.062099,12.299382,11.217745,12.112293,12.018492,11.965714,11.072759,10.994564,12.423862,12.434541,15.366726,14.564677,14.395279,14.299304,13.56511,13.522262,12.726383,10.891712,11.860125,11.788912,11.743042,10.843745,10.772368,11.822389,11.843706,20.27244,18.964548,18.667496,18.24341,17.270741,17.169687,16.011442,13.189649,13.435057,13.234252,13.115409,12.849948,12.824004,13.593602,13.706246,16.18877,15.799602,15.058053,14.018034,14.008522,13.911206,12.873028,11.994715,12.11097,11.834783,11.746579,10.942431,10.968269,11.853108,11.929913,14.257771,14.189116,13.953494,14.065076,13.970246,13.946992,13.442022,13.051547,13.652054,13.475014,13.430542,12.747182,12.69096,15.504415,15.46191,16.944746,16.281767,15.771492,15.036228,14.712811,14.595975,12.689686,11.2637,11.43227,11.092311,10.987768,10.443944,10.429255,11.18294,11.334364,12.853745,12.530033,12.351396,12.317852,11.970163,11.939848,11.212165,10.321474,11.422428,11.349375,11.31761,10.245496,10.16624,11.57206,11.582184,16.511347,16.206341,15.542424,14.608469,14.746748,14.662789,13.807539,13.097365,13.170254,12.951791,12.878711,12.127867,12.20768,13.220191,13.264025,14.190597,14.205226,13.990141,14.216954,14.196855,14.182064,13.775552,13.555129,14.095558,13.887074,13.845136,13.214101,13.175248,16.484314,16.433969,16.610317,16.126793,15.670295,15.119309,14.837102,14.746522,13.810229,12.700663,13.013127,12.808523,12.707489,12.097392,12.063481,13.342156,13.392355,13.89903,13.120764,12.993176,12.942868,12.211751,12.181925,11.41021,9.6538296,10.890198,10.842468,10.812193,9.6569166,9.585433,10.463614,10.484154,15.813353,15.657388,15.332229,15.124418,15.127593,15.082687,14.487938,13.956367,14.311433,14.144947,14.080637,13.487754,13.496752,15.517302,15.491522,18.627048,17.563379,17.311295,17.055452,16.182508,16.105185,15.236038,12.864824,13.352385,13.221612,13.131331,12.673518,12.623089,13.678125,13.721177,16.17366,15.884816,15.454087,14.999984,14.89902,14.827201,14.076263,13.320749,13.63582,13.455302,13.371831,12.740487,12.727256,14.316538,14.323531,13.590984,13.379756,13.163899,13.153227,12.909405,12.879786,12.214292,11.532813,12.403853,12.293448,12.253836,11.365656,11.286954,13.202063,13.191088,18.726442,17.7227,17.362764,16.86537,16.155993,16.049318,14.796047,12.662828,12.918794,12.691493,12.568904,12.178282,12.147058,13.014899,13.132479,16.505838,16.009405,15.414174,14.600055,14.399785,14.2964,13.179396,12.08155,12.283548,12.014392,11.912421,11.235328,11.222544,12.222185,12.310566,15.713726,15.436852,15.097548,14.837769,14.652043,14.593139,13.883819,13.112752,13.574883,13.416328,13.338585,12.696929,12.652499,14.431931,14.425626,17.685068,16.839365,16.554909,16.267052,15.578556,15.500064,14.604697,12.705339,13.186,13.040977,12.944939,12.42958,12.374979,13.538029,13.583039,17.844267,17.029953,16.680817,16.259283,15.65452,15.560493,14.541222,12.755237,13.105606,12.916673,12.80516,12.329166,12.285584,13.373729,13.447783,16.347286,15.959213,15.312263,14.42803,14.370616,14.276374,13.305953,12.423671,12.588507,12.347573,12.257986,11.520893,11.535712,12.584851,12.64795,14.638556,14.295466,14.047127,13.929698,13.597798,13.552732,12.816815,11.886533,12.645884,12.531093,12.470413,11.671102,11.594759,13.231834,13.232529,14.954592,14.752144,14.474063,14.367991,14.189266,14.146841,13.501452,12.848127,13.439503,13.294847,13.231997,12.535353,12.476499,14.507339,14.486632,17.063791,16.234974,15.993131,15.790058,15.077585,15.012075,14.167924,12.279042,12.90629,12.790287,12.710952,12.098171,12.034722,13.210565,13.240981,15.859273,15.470238,15.142564,14.873466,14.567446,14.502652,13.725852,12.736681,13.247851,13.09591,13.012515,12.36371,12.304802,13.901731,13.910372,18.371317,17.414095,17.027016,16.457104,15.841776,15.724077,13.724168,11.738995,11.930865,11.650925,11.530663,11.144847,11.120523,11.826219,11.993004,16.322779,15.914505,15.50542,15.068835,14.815415,14.736304,13.899927,12.910429,13.281643,13.100566,13.007284,12.389408,12.349614,13.811932,13.837191,15.597952,14.9254,14.711446,14.574215,13.963095,13.911334,13.100643,11.523879,12.335871,12.240807,12.17808,11.390743,11.318494,12.541278,12.562921,18.492039,17.521719,17.221579,16.872562,16.11335,16.024887,15.058286,12.919765,13.303417,13.13813,13.031516,12.602886,12.55889,13.601595,13.668796,19.955742,18.687185,18.427633,18.116766,17.112726,17.026073,16.107864,13.302567,13.665598,13.516043,13.415504,13.095915,13.059802,13.973298,14.038537,16.451641,15.935681,15.311597,14.436947,14.255067,14.146945,12.898801,11.758529,11.925343,11.612293,11.510624,10.826138,10.820431,11.698606,11.805265,15.588493,15.410623,15.310397,15.19313,15.08593,14.733472,13.961951,13.718862,13.723534,13.635647,12.97754,12.884926,12.931488,11.88041,11.695923,13.844719,13.689986,13.556365,13.452724,13.333532,13.102627,12.329735,12.022515,12.053151,11.95125,11.641541,11.552767,11.571273,11.476301,10.849163,11.324423,11.183242,11.101123,11.142287,11.069242,10.904016,10.453804,10.259706,10.273574,10.199286,9.9850388,9.919383,9.9021244,9.724658,8.618145,13.454292,13.288157,13.160818,13.080966,12.970505,12.750552,12.064738,11.776971,11.803443,11.702232,11.419051,11.33566,11.333239,11.263338,10.502817,15.124188,15.006971,14.89642,14.758953,14.61659,14.311757,13.275661,12.938458,12.97555,12.907748,12.376262,12.292635,12.425991,11.585215,11.553589,11.823442,11.679854,11.601315,11.638526,11.568467,11.379203,10.924534,10.749079,10.755046,10.677084,10.379689,10.299932,10.289579,9.9435511,8.9108324,10.594909,10.465399,10.389167,10.451115,10.38535,10.244944,9.8612852,9.6879196,9.7030277,9.6384525,9.4734287,9.4218063,9.4034147,9.3155375,8.1168461,15.436133,15.307703,15.212569,15.086757,14.961895,14.623597,13.671216,13.378798,13.404246,13.340553,12.718528,12.644858,12.764759,11.650191,11.641691,12.809715,12.643134,12.5425,12.523638,12.431651,12.212322,11.631958,11.401222,11.413273,11.322673,11.000222,10.915695,10.910014,10.578025,9.7058563,14.239565,14.057846,13.94487,13.863825,13.75531,13.478821,12.772206,12.513562,12.523787,12.424612,11.972427,11.875322,11.891288,11.341097,10.782569,16.115608,15.955975,15.878229,15.770892,15.680633,15.279479,14.550336,14.349948,14.351359,14.282068,13.487205,13.413171,13.467973,12.01132,11.96829,15.818512,15.632107,15.535831,15.436491,15.350879,15.000074,14.359669,14.191356,14.173551,14.069963,13.254398,13.079423,13.095718,12.122906,11.827509,16.452751,16.306368,16.244682,16.15303,16.08169,15.643477,14.999784,14.847367,14.843295,14.783863,13.881068,13.815215,13.857198,12.138096,12.130594,16.128159,15.989271,15.921552,15.821514,15.733858,15.324787,14.57373,14.375359,14.382148,14.326858,13.512454,13.45434,13.529798,11.931072,11.946656,14.302808,14.26071,14.130636,13.983536,13.814366,13.575821,12.311814,11.907048,11.975362,11.916013,11.540794,11.443689,11.637488,11.255404,11.229647,12.429222,12.266979,12.158099,12.132391,12.039594,11.846714,11.287384,11.043635,11.064605,10.974194,10.737097,10.666884,10.651886,10.584228,9.6138458,11.004719,10.872562,10.800247,10.862307,10.797783,10.640656,10.231551,10.058567,10.068465,9.9988098,9.7840986,9.7187071,9.7016153,9.4792414,8.3401499,12.988167,12.819521,12.721083,12.700951,12.610818,12.381163,11.802885,11.581295,11.589678,11.498078,11.140976,11.052033,11.048377,10.640781,9.7999659,14.092973,14.063902,13.934368,13.7931,13.647085,13.416137,12.250545,11.89036,11.951746,11.879349,11.534486,11.438141,11.595038,11.369379,11.198742,15.78657,15.648394,15.566546,15.452471,15.345834,14.972674,14.121597,13.87559,13.890522,13.829723,13.113931,13.047749,13.144701,11.788908,11.790624,14.625089,14.521743,14.38621,14.240618,14.094357,13.83604,12.817049,12.46047,12.505998,12.419567,12.024183,11.924982,12.025265,11.701252,11.480179,16.523762,16.347296,16.262119,16.154463,16.07732,15.689039,15.065395,14.924775,14.902379,14.808478,13.833178,13.639882,13.660022,12.459276,12.324039,16.751944,16.627407,16.580053,16.506172,16.453379,15.979391,15.429413,15.323944,15.315356,15.265505,14.258627,14.198045,14.224579,12.276416,12.284553,15.880471,15.724661,15.638933,15.52337,15.419857,15.04212,14.241086,14.004882,14.014082,13.944424,13.219236,13.145653,13.218314,11.902031,11.859963,16.393518,16.225193,16.148903,16.044823,15.967434,15.551507,14.903509,14.747783,14.735196,14.656133,13.765553,13.656359,13.685772,12.22079,12.145,13.908768,13.77971,13.649804,13.537791,13.417601,13.185014,12.318093,12.004262,12.040126,11.944016,11.614323,11.526242,11.579945,11.438997,10.922358,14.297504,14.114659,14.008911,13.937346,13.837123,13.551716,12.880791,12.647118,12.651136,12.552426,12.056825,11.95453,11.967622,11.324008,10.760845,16.513056,16.389999,16.342236,16.26491,16.202147,15.747056,15.118807,14.980116,14.981113,14.938292,13.99753,13.953594,14.006987,12.090094,12.126245,15.452895,15.269547,15.167965,15.057134,14.953228,14.607802,13.866179,13.632743,13.633915,13.540948,12.89305,12.792995,12.82882,11.838432,11.586754,16.689766,16.636637,16.62085,16.584106,16.55407,16.049112,15.532701,15.463727,15.466925,15.455609,14.382091,14.368637,14.428837,12.07355,12.134541,14.32015,14.273617,14.161216,14.025072,13.869026,13.610012,12.343043,11.969136,12.028128,11.977246,11.543132,11.459255,11.674531,11.008372,11.026323,14.133614,13.957309,13.862638,13.814444,13.727712,13.447258,12.839327,12.640067,12.639976,12.544369,12.013489,11.899253,11.907574,11.229785,10.606884,16.713768,16.563084,16.499449,16.406738,16.342722,15.898713,15.310402,15.189588,15.173513,15.104199,14.110733,13.99846,14.021769,12.363632,12.33389,14.923804,14.778404,14.647703,14.506843,14.366032,14.083183,13.150379,12.812199,12.84503,12.753751,12.30201,12.204336,12.277481,11.785202,11.548779,14.687475,14.523051,14.393451,14.268422,14.137544,13.860074,13.012967,12.696648,12.722014,12.623814,12.190289,12.0927,12.136986,11.693232,11.318576,14.498814,14.44702,14.350989,14.226954,14.086082,13.80293,12.588786,12.25513,12.301671,12.255419,11.754246,11.683475,11.899269,10.96435,11.007645,14.90841,14.735142,14.613207,14.491064,14.365273,14.068538,13.241817,12.94281,12.961715,12.865297,12.375642,12.279001,12.323351,11.71314,11.382932,14.469162,14.407055,14.278813,14.133178,13.979249,13.729714,12.583817,12.212766,12.268011,12.196908,11.803152,11.706907,11.860279,11.470433,11.366148,15.808475,15.639915,15.547616,15.430027,15.325704,14.955822,14.175328,13.939008,13.944817,13.865853,13.161524,13.078238,13.135888,11.92722,11.82595,15.067905,14.929582,14.804034,14.660634,14.517282,14.225134,13.255683,12.913898,12.94837,12.863985,12.38155,12.286867,12.378531,11.772442,11.620156,15.679428,15.619971,15.576721,15.501201,15.42734,15.020322,14.169953,14.002714,14.015481,13.99073,13.162663,13.130931,13.284052,11.41433,11.501203,14.989925,14.803632,14.700831,14.60942,14.510545,14.189751,13.497559,13.275788,13.274438,13.175778,12.575022,12.464853,12.486098,11.646152,11.241756,14.954875,14.839616,14.713876,14.567696,14.417398,14.135425,13.094242,12.735421,12.778048,12.700666,12.236921,12.142795,12.260971,11.683319,11.582311,14.592039,14.447453,14.312009,14.178527,14.042362,13.778586,12.880685,12.546935,12.580381,12.483486,12.085373,11.987158,12.044117,11.72166,11.365138,15.34236,15.201982,15.093313,14.958318,14.824936,14.50325,13.551283,13.237124,13.264864,13.190554,12.621302,12.537265,12.640844,11.732982,11.666718,15.119979,15.067365,15.006706,14.912748,14.814383,14.459637,13.440768,13.214089,13.236767,13.204716,12.512835,12.469543,12.661952,11.118021,11.198807,11.466771,11.326513,11.249539,11.296917,11.228406,11.053033,10.616336,10.440531,10.447911,10.372648,10.115623,10.042232,10.028209,9.7393131,8.656786,9.0780554,8.9941902,8.9518976,9.0835428,9.0463924,8.953331,8.7160959,8.6094131,8.6162081,8.5728378,8.4567642,8.4155178,8.3988047,8.2724209,6.9766307,9.3274717,9.2317524,9.1799536,9.2947483,9.2491856,9.1493998,8.8801861,8.7553129,8.766325,8.7198915,8.6039314,8.5644674,8.546463,8.4603834,7.1720204,15.29091,15.118572,15.005869,14.879725,14.757698,14.434355,13.599924,13.314749,13.329928,13.239759,12.673027,12.580215,12.636033,11.806657,11.591021,14.127967,13.959933,13.83164,13.73017,13.608577,13.354504,12.580582,12.280034,12.303819,12.202925,11.830402,11.736257,11.758743,11.456836,10.90094,16.2129,16.151733,16.123472,16.06695,16.015865,15.558303,14.876658,14.761531,14.768332,14.750793,13.794965,13.773232,13.88096,11.742353,11.823567,15.884691,15.701064,15.6087,15.50089,15.411037,15.037853,14.354569,14.166922,14.156549,14.063048,13.29092,13.169265,13.196233,12.043772,11.840957,16.829439,16.731226,16.698473,16.643093,16.602282,16.106667,15.602294,15.517227,15.513999,15.480516,14.429744,14.394819,14.423133,12.263795,12.293664,13.093263,12.923691,12.813462,12.772303,12.671728,12.447399,11.820545,11.567369,11.583906,11.489544,11.17181,11.086679,11.084002,10.808871,9.9907856,8.6038666,8.5322027,8.4975471,8.6425228,8.6124754,8.5362501,8.3331861,8.2378178,8.2447433,8.2087126,8.1172228,8.0834208,8.0671148,7.9777384,6.6604724,16.030945,15.856136,15.770147,15.660182,15.569711,15.179988,14.474454,14.279524,14.274491,14.1919,13.410569,13.315079,13.353367,12.044559,11.926126,13.18516,13.016203,12.899599,12.845692,12.740895,12.518373,11.869682,11.603582,11.623711,11.527109,11.224499,11.140234,11.137948,10.93592,10.132251,15.186671,15.039686,14.91926,14.779218,14.640715,14.336441,13.39336,13.064834,13.094553,13.010839,12.4958,12.403618,12.490849,11.783649,11.642269,15.233677,15.143155,15.063439,14.950943,14.834011,14.493601,13.480384,13.207472,13.234822,13.187681,12.545329,12.485703,12.649088,11.35411,11.403585,14.110164,13.933247,13.812927,13.725136,13.610081,13.347379,12.61452,12.334499,12.351461,12.251589,11.847948,11.753374,11.77025,11.352209,10.775261,13.084391,12.919257,12.827464,12.813725,12.729925,12.492985,11.936318,11.733881,11.738687,11.648648,11.247788,11.152719,11.151049,10.665581,9.8393049,15.247026,15.060582,14.96229,14.872415,14.781155,14.448433,13.786663,13.591063,13.582972,13.482815,12.806071,12.675706,12.693749,11.785578,11.407532,14.366624,14.24762,14.111519,13.977285,13.842635,13.594845,12.651186,12.312692,12.352932,12.258893,11.893062,11.797004,11.870582,11.65424,11.295499,16.819834,16.731348,16.705423,16.657215,16.620358,16.119747,15.616375,15.534541,15.5347,15.510053,14.447247,14.422784,14.458601,12.221117,12.26733,12.011197,11.855359,11.757108,11.759509,11.673518,11.488373,10.967887,10.743802,10.761272,10.677166,10.442748,10.372568,10.357321,10.217165,9.1953669,15.991226,15.871712,15.808926,15.712936,15.624396,15.220404,14.424939,14.222375,14.233671,14.18728,13.382639,13.332268,13.432434,11.78768,11.833274,16.423323,16.313368,16.269846,16.196365,16.133503,15.680642,15.02573,14.884127,14.8886,14.853164,13.918293,13.881881,13.952073,11.991012,12.047112,15.373074,15.214893,15.103325,14.970133,14.841707,14.517179,13.624707,13.323193,13.34471,13.26192,12.690899,12.602466,12.680393,11.810589,11.679371,15.605511,15.439025,15.338171,15.213861,15.098869,14.74944,13.921081,13.65578,13.667933,13.586669,12.94371,12.858531,12.924417,11.86525,11.746028,15.595518,15.447127,15.350339,15.224642,15.105276,14.75666,13.871628,13.593904,13.612599,13.541263,12.897569,12.81996,12.911798,11.793042,11.744835,15.030985,14.849336,14.73665,14.624714,14.509719,14.196102,13.420238,13.152295,13.162216,13.06601,12.52051,12.423059,12.459517,11.700596,11.366879,24.716879,22.899143,22.603537,17.2796,17.21093,16.957188,16.533539,16.37513,16.233183,16.00477,15.801856,15.971303,15.906404,14.610114,14.406429,19.176483,18.684381,18.432423,17.330801,17.273928,17.050922,16.60709,16.415781,16.12641,15.701094,15.488809,15.7279,15.637546,15.58508,15.107052,19.217997,18.623825,18.333557,16.884285,16.811457,16.507736,15.892025,15.682778,15.504244,15.188774,14.942065,15.12269,15.044635,14.90852,14.522781,22.703138,21.448116,21.165148,17.420248,17.355722,17.124516,16.721134,16.544128,16.364216,16.161095,15.95452,16.172812,16.093018,15.192256,14.934668,20.644676,19.795919,19.500935,17.067665,16.990782,16.688118,16.130821,15.940677,15.769569,15.478795,15.239307,15.42327,15.347283,14.889711,14.578348,18.820543,18.258238,17.930304,16.66338,16.586033,16.229855,15.40647,15.189611,15.039911,14.724817,14.465738,14.6155,14.54344,14.500098,14.122047,19.945049,19.367748,19.132153,17.67589,17.622166,17.421093,17.037327,16.861776,16.522348,16.289101,16.088261,16.357944,16.262058,16.048819,15.63526,22.824999,21.560949,21.259991,17.485535,17.363129,17.036125,16.494041,16.402058,16.261042,15.742927,15.512147,15.648264,15.583639,14.690519,14.457102,19.591171,19.059999,18.814938,17.546675,17.49242,17.282808,16.874908,16.69335,16.356186,16.068638,15.863512,16.122919,16.028732,15.896467,15.446345,19.438519,18.846191,18.573637,17.101168,17.034777,16.768681,16.249046,16.046902,15.832537,15.51965,15.287535,15.497689,15.413977,15.250663,14.847737,27.770195,25.05748,24.789791,17.33013,17.256081,16.999369,16.60154,16.488352,16.378202,16.111032,15.927065,16.049513,16.000591,14.17474,14.030159,19.930313,19.516937,19.444702,18.541752,18.502203,18.368401,18.11132,17.982599,17.305477,17.156839,16.999502,17.29944,17.19644,17.098618,16.689642,20.457561,19.689566,19.414925,17.265451,17.199099,16.942263,16.467276,16.275345,16.064661,15.809061,15.584422,15.805171,15.721191,15.323431,14.979687,20.371048,19.561714,19.243412,16.958281,16.867464,16.51317,15.830946,15.652369,15.501394,15.150159,14.897811,15.051767,14.980788,14.590698,14.289295,19.275261,18.847176,18.611431,17.736151,17.691088,17.509907,17.143267,16.975256,16.487459,16.0653,15.877581,16.149439,16.051628,16.053085,15.498335,22.776215,21.460047,21.159912,17.209925,17.122822,16.817602,16.301186,16.147139,16.000763,15.672716,15.444941,15.60402,15.536953,14.628456,14.390653,19.000673,18.487862,18.223549,17.074583,17.010859,16.757149,16.248186,16.04385,15.820093,15.394492,15.166522,15.376151,15.291704,15.240273,14.791105,19.935907,19.457563,19.272469,18.174646,18.131201,17.970394,17.658415,17.508656,16.942509,16.748474,16.570473,16.867384,16.764711,16.63658,16.196928,20.68227,19.985191,19.787451,17.851595,17.796831,17.616812,17.285086,17.119837,16.853918,16.683735,16.491835,16.773958,16.676252,16.265944,15.933388,19.903757,19.504375,19.276735,18.514084,18.487049,18.340973,18.039175,17.905096,16.822601,16.512856,16.344202,16.635246,16.532412,16.538773,15.965693,19.538082,19.143564,19.258644,18.303589,18.264364,18.146914,17.924282,17.805731,17.50544,17.39164,17.244314,17.524546,17.428736,17.277748,16.957483,19.534843,18.973516,18.716337,17.342945,17.283499,17.051207,16.600319,16.408562,16.137337,15.831846,15.615244,15.854656,15.764872,15.613976,15.184169,19.393688,18.749744,18.421833,16.77795,16.696898,16.336689,15.555017,15.350666,15.198158,14.882761,14.625567,14.780881,14.708336,14.539265,14.195248 ),.Dim=c(3107,15)), age25_44_pc=structure(.Data=c( 30.539968,30.089777,29.83293,29.301283,28.859116,28.412109,28.243843,27.829405,27.432098,27.03796,26.982355,26.818455,26.343452,26.074713,26.015553,27.592648,26.967386,26.404968,25.829489,25.544907,25.319546,25.086695,24.82947,24.683353,24.481901,24.40678,24.229746,24.090843,24.014227,23.88077,29.539892,29.009459,28.841656,28.869692,28.681019,28.451136,28.297621,27.693916,27.168442,27.291462,27.11685,27.183575,26.9708,26.84907,26.746225,29.15181,30.026632,29.690081,29.445303,29.3771,29.466475,29.557899,29.146984,28.835058,28.974325,28.989374,28.746758,28.667963,28.535891,28.484634,29.058641,28.699007,28.551313,28.392914,28.118765,27.778997,27.299271,27.035919,26.649725,26.356359,25.850222,25.445757,25.19039,24.895208,24.464949,29.159832,28.693432,28.713575,28.278545,27.767727,27.5361,27.384932,27.49069,26.97891,26.786201,26.694214,27.302662,27.5693,26.994732,27.58334,25.003517,24.3389,23.621593,23.313972,23.176809,23.418146,23.218832,23.221977,23.375818,23.319117,23.454727,23.678228,24.019993,23.463799,23.505623,27.623087,27.106213,26.833593,26.622599,26.533112,26.237587,26.025236,25.740248,25.466856,25.191996,24.788626,24.737621,24.668758,24.812353,24.973921,26.85461,26.707834,26.397886,25.891256,25.674646,25.417387,25.019316,24.837145,24.468363,24.203117,24.041924,23.801958,23.727074,23.579187,23.337837,27.526453,27.015963,26.308241,26.037983,25.535419,25.012985,24.534674,24.09893,23.743954,23.447048,22.81559,22.407976,21.945971,21.595613,21.596462,28.879366,28.641441,28.503305,28.37216,28.150431,27.945454,27.770689,27.445721,27.269363,26.89035,26.576164,26.191729,26.020092,25.566847,25.482115,26.141733,25.559738,25.151297,24.771366,24.340254,23.891371,23.470306,23.297693,22.615843,22.467085,22.532562,21.591995,21.346821,21.303633,21.363535,27.402136,26.846222,26.603586,26.064968,25.66585,25.063519,24.941133,24.534725,24.038353,24.237652,23.902494,23.343763,23.011454,22.710623,22.650621,27.217276,26.877886,26.204672,25.811449,25.68515,25.630463,25.055149,24.749733,24.41918,24.182493,23.760525,23.196781,22.785374,22.818743,22.625204,28.394016,28.195753,27.774694,27.420696,27.296185,26.336304,26.069611,25.711197,25.346241,25.204451,24.633039,23.926258,23.812077,23.609262,23.69294,27.92795,27.67408,27.505121,27.202978,27.085876,26.905533,26.938217,27.221966,27.141562,27.212784,27.021795,26.581827,26.609737,26.385578,26.070705,27.61969,27.207855,26.657619,26.170343,25.816477,25.546827,25.273371,24.934847,24.593836,24.177782,23.895432,23.725731,23.667206,23.731894,23.742659,25.685783,25.028694,24.497934,24.085388,23.70067,23.276953,23.1199,22.468567,22.12429,21.741751,21.322527,21.324594,21.029547,21.056311,20.936661,28.064844,27.709316,26.890972,26.38084,25.570934,24.984737,24.513144,24.110498,23.588272,23.496931,23.234684,23.484316,23.063868,23.392712,22.115295,26.00629,25.630581,25.012871,24.544222,24.227028,24.094183,24.011112,23.648056,23.276068,23.156609,22.802837,22.77194,22.727274,22.738567,22.661528,26.248905,26.092976,25.529884,25.153824,24.615721,24.505438,24.308357,23.939524,23.760954,23.944668,23.489933,23.49597,23.044943,22.588285,22.985374,28.193048,27.809855,27.37368,26.945415,26.70643,26.485538,26.117098,25.737658,25.425735,24.926884,24.764166,24.465322,24.331251,24.430382,24.618017,30.103413,29.9732,29.068521,28.176371,27.909433,27.457697,27.167511,27.137894,26.734976,26.718018,26.633305,26.602009,26.873857,26.90988,26.761076,26.124508,25.422701,24.973003,24.666815,24.250475,23.862358,23.682964,23.446621,23.13566,23.005552,22.84083,22.631895,22.654697,22.519693,22.622534,28.977573,28.775236,28.525227,28.164738,27.964615,27.707466,27.620995,27.164867,26.862505,26.597425,26.216074,25.867456,25.505342,25.184494,24.904242,31.945286,31.441319,30.920929,30.292416,29.978313,29.762394,29.318502,29.005238,28.435738,28.016582,27.862072,27.629604,27.142181,26.994547,27.028461,28.696674,28.392282,27.882212,27.598158,27.173653,26.993963,27.059168,26.752821,26.631338,26.698738,26.815001,26.514536,26.352736,26.180098,26.365658,27.236992,26.868397,26.455509,26.154816,25.859526,25.719658,25.639442,25.466585,25.200085,25.033817,24.808064,24.723703,24.604979,24.478104,24.467386,26.269447,25.728893,25.571724,24.909231,24.697592,24.509151,23.993921,23.283684,23.214184,22.905836,22.533249,22.435822,22.429245,22.263748,21.927324,27.901543,27.68195,27.344534,27.119907,26.927328,27.018213,27.009058,26.512709,26.192823,25.974232,25.739861,25.818651,25.480282,25.432444,25.525452,26.728827,26.125563,25.453478,25.313204,24.976719,24.90765,24.513723,24.143303,23.763416,23.6071,23.397352,23.15519,23.268904,23.089863,22.934063,24.924257,24.062437,23.14768,22.876083,21.897585,21.736435,21.407969,20.937666,20.600492,20.442169,20.295984,20.179575,19.807583,20.19297,20.5425,28.872156,28.033356,26.985497,26.291189,25.606918,25.057152,24.459732,23.924961,23.308733,22.695787,22.211611,22.077583,21.842737,21.513451,21.723614,25.689983,25.400415,25.007599,24.421906,24.269112,24.200096,23.812895,23.988777,23.830929,23.487791,23.048477,23.002239,22.696968,22.986168,22.688635,28.623951,28.164042,27.90527,27.677095,27.309841,26.937372,26.622915,26.430771,26.191988,25.951242,25.673288,25.666363,25.612694,25.646173,25.685333,28.561106,28.246012,27.644258,27.227196,26.830452,26.291906,25.914776,25.271406,25.033161,24.679672,24.318626,24.065035,23.665762,23.544529,23.436758,29.568163,29.136303,28.723167,28.404305,28.12508,27.813669,27.624931,27.404938,27.153128,27.032339,26.855766,26.914661,27.014584,27.057898,27.118059,27.557621,26.983112,26.323969,26.012585,25.140963,24.651876,24.055077,23.703108,22.961012,22.452175,22.484146,22.11727,22.158293,22.217522,22.469751,27.721804,27.126926,26.593403,25.974142,25.747194,25.391123,25.049284,24.611721,24.069977,23.651731,23.27496,23.004168,22.748167,22.668205,22.698603,29.993692,29.498137,28.759584,28.534561,28.171804,27.698561,27.324558,26.713907,25.801262,25.353346,24.818008,24.45293,23.937115,23.823994,23.715071,27.966732,26.972496,26.342997,25.827221,25.71356,25.630882,25.811043,25.817453,25.846689,25.94648,26.093193,26.285509,26.545143,26.553404,26.621813,31.933117,31.446457,30.91597,30.643936,30.015949,29.610256,29.202589,28.822159,28.612926,28.336573,28.07568,27.814207,27.572977,27.410826,27.175209,27.021009,26.108486,25.478045,25.200064,24.249386,23.82028,23.317389,22.776245,22.475239,22.192234,22.053469,21.899452,21.793219,21.799534,22.216959,22.809498,22.181818,21.410686,21.3717,21.005068,20.475254,20.551582,20.686356,21.178867,20.943842,20.88208,20.066763,19.859367,19.41366,19.698767,31.360834,30.763329,30.157555,29.554611,29.017942,28.424341,27.907625,27.355877,26.958883,26.649055,26.368204,26.292355,26.121986,26.108097,26.031384,25.917391,25.140747,24.800829,24.236095,23.703907,23.436413,23.110863,22.984867,22.783741,22.541332,22.769964,22.561329,22.358061,22.335478,22.556614,27.998844,27.679762,26.875326,26.402435,25.776642,25.457466,25.452419,25.018639,24.338573,24.260914,23.968151,23.380089,23.182041,23.125702,23.103882,28.845428,28.376394,28.086599,27.68412,27.206305,26.852837,26.5109,26.085598,25.810349,25.521347,25.285568,25.121931,25.049881,24.876823,24.726568,28.543541,28.090942,27.640015,27.234341,26.880407,26.515633,26.23053,26.012102,25.754162,25.599157,25.456778,25.311455,25.370152,25.478062,25.592756,26.580042,26.111111,25.572392,25.036684,24.460432,24.287464,23.913227,23.428766,23.109478,23.008011,23.019049,22.506145,22.275846,21.738737,21.829473,29.684731,29.105843,28.657839,28.180799,27.922171,27.80625,27.832163,27.813223,27.492186,27.33176,27.08968,26.637608,26.846821,27.024668,27.115276,29.953876,29.525795,29.071453,28.647984,28.139214,27.811415,27.3675,27.083174,26.687851,26.350521,26.03113,25.670099,25.376316,25.100708,24.940664,23.448217,23.220266,22.971685,22.723652,22.254103,21.762707,21.438606,20.679413,20.677113,20.561272,20.96438,20.542339,20.422398,20.794556,20.578386,25.674057,25.291046,24.790018,24.440979,23.886164,23.737123,23.211447,22.837561,22.429953,22.282225,22.248161,21.881296,21.69982,21.864187,23.99823,25.850477,25.03686,24.576529,23.690516,23.502108,23.313402,23.370275,22.993608,22.650784,22.447788,22.720514,22.304956,22.026884,21.602736,21.758839,26.670242,26.24082,25.765669,25.130821,24.705883,24.547621,24.485571,23.98288,23.646822,23.193666,22.879211,22.296289,22.061163,21.975254,21.773548,28.665796,28.241507,27.591991,27.239376,27.209181,26.808229,26.663231,26.308886,26.002254,26.061117,26.274723,26.98245,27.783834,28.393026,28.341038,30.606947,30.106062,29.494307,29.333082,29.185127,28.954762,28.706482,28.48843,28.352806,28.171644,27.774261,27.285126,27.070221,27.008469,26.725662,33.509132,32.974464,32.492077,31.996069,31.683731,31.388947,31.043777,30.531199,30.063543,29.587769,29.159264,28.587013,28.283125,27.908298,27.496254,25.152584,24.319891,23.643572,23.044176,22.500698,21.763416,21.047016,20.529943,20.206022,20.340462,20.721769,19.706841,19.284811,19.086704,18.711773,28.773584,28.297853,27.809361,27.501854,27.222422,26.966375,26.709028,26.391897,26.266998,26.063818,25.767872,25.420124,25.205357,25.081781,25.000614,26.915974,26.363329,25.643211,25.213947,24.855761,24.512323,24.251389,24.016033,23.708841,23.704906,23.284998,22.755892,22.257853,22.082495,21.961958,27.929317,26.934252,26.363335,25.963766,25.721096,25.453108,25.302261,25.338215,25.356606,25.249493,25.163559,25.098404,25.253471,25.761286,26.228651,27.84057,27.371952,27.05368,26.637724,26.385345,26.078833,25.912302,25.464216,25.180218,24.798431,24.377493,24.019749,23.748941,23.727039,23.447771,27.329981,26.794178,26.05756,25.795645,25.61092,25.211985,25.088957,24.589788,24.245543,23.826674,23.629028,23.11952,22.938942,22.965202,22.593843,25.063763,24.090271,23.681328,23.611111,23.172977,22.952543,22.461336,22.780144,22.390518,22.805391,22.255703,21.666086,21.645403,21.62355,21.480276,28.57143,28.324593,27.94309,27.437338,26.69619,26.387592,26.221973,25.488775,24.995951,24.312502,23.549908,23.093674,22.989742,22.729155,22.584126,25.010431,24.733656,24.449263,24.065695,23.686565,23.067381,22.872171,22.4347,22.328749,22.274954,22.271053,22.29682,22.476902,22.507748,22.666927,25.877831,25.451607,24.904253,24.381207,24.224646,24.129871,23.932537,23.679859,23.652372,23.708305,23.685589,23.726276,23.581371,23.438139,23.432899,29.010986,27.903418,27.22986,26.538467,26.093975,25.633537,25.518475,25.379864,25.080204,25.044764,24.971222,24.670223,24.287752,24.123064,24.100351,22.179148,21.539181,20.781693,20.118042,19.413492,18.925564,18.437029,18.301661,18.21023,18.115793,18.016016,17.760365,17.733025,17.742575,17.768494,27.155262,26.813766,26.556105,26.314991,25.954807,25.831211,26.29002,26.410803,26.305304,26.233179,26.367558,26.730671,26.63076,26.780077,27.219559,28.220427,27.188885,26.292938,25.57156,24.360844,23.752468,23.947435,24.838512,25.137251,24.887089,24.901234,25.392944,26.049271,26.504267,27.105009,20.238642,19.698671,19.040279,18.476828,18.229141,17.645615,17.168133,16.56415,16.414497,16.364435,15.876431,16.026173,15.787922,15.929725,16.176037,31.263241,30.905649,30.600193,30.224144,29.969776,29.761644,29.597729,29.171669,28.724331,28.321547,27.893744,27.815882,27.673426,27.608431,27.508385,23.109816,22.642097,22.16003,21.561346,21.321619,21.166162,20.962643,20.498098,20.014194,19.472599,19.162659,19.213898,19.254349,19.302502,19.253336,25.223927,24.923096,24.439938,24.054211,23.724873,23.37307,23.021284,22.867002,22.483414,22.216024,22.101143,21.843264,21.789541,22.014635,22.105274,28.31505,27.714249,27.220175,26.762489,26.500151,26.273554,26.048058,25.692432,25.280487,24.919945,24.632185,24.315199,24.054531,23.800753,23.680899,27.168468,27.120007,27.440353,27.582243,27.711508,27.594313,28.338028,28.956409,28.882143,28.555584,28.417162,27.915535,27.468098,26.874611,26.634403,26.582706,25.883221,25.349295,24.716307,24.258223,23.970579,23.438982,23.07336,22.705011,22.407522,22.238844,21.854082,21.73226,21.498302,21.351879,22.297874,21.782248,21.333206,20.931408,20.45607,20.168966,19.814583,19.537487,19.152885,18.759588,18.453432,18.190731,17.904814,17.903015,17.957342,25.548025,25.319729,24.957375,24.585276,24.360043,24.321089,24.286367,24.261703,24.265436,24.113384,24.009079,24.101803,23.937244,24.048712,24.047218,26.030033,25.785461,25.590879,25.098845,24.856012,24.641676,24.649986,24.415972,24.249027,24.135048,24.154285,23.894508,23.693636,23.644299,23.378582,27.006907,26.666388,26.451885,26.059908,25.85507,25.652174,25.265545,24.9224,24.449162,24.051096,23.630451,23.403076,23.195757,22.921179,22.684698,20.96447,20.628212,20.142315,20.006706,19.91407,19.44639,19.201311,18.96315,18.642067,18.589542,18.536009,18.51816,18.472702,18.474308,18.407522,29.258648,29.078602,28.856579,28.979515,29.064857,29.211378,29.380936,29.283035,29.148462,29.039331,28.711855,28.79653,28.892618,28.885851,28.870415,26.310534,26.350048,25.673479,25.383457,25.108883,25.132423,24.780897,24.364101,23.992535,23.444794,23.433014,23.409367,23.215816,22.975901,22.997417,26.36342,26.410236,26.361427,26.233383,25.968447,25.782549,25.819324,25.151232,24.340805,23.912291,23.521225,23.912664,23.953901,23.624943,23.542175,27.990892,27.86212,26.87887,26.089266,24.807728,24.370045,24.25786,23.59074,23.534731,23.132263,23.21228,22.096104,22.163588,21.88339,21.279877,26.039654,25.419617,24.732517,24.292244,23.552895,23.423491,23.114786,22.828569,22.302588,21.894102,21.645744,21.162884,21.087942,21.330929,21.253878,26.304935,25.868586,25.145718,25.203068,24.505009,23.921753,23.521891,23.430521,22.946058,22.622562,22.364624,21.909246,21.761477,22.05986,21.868593,23.66448,22.954584,22.426502,22.394928,22.118408,21.846491,21.584366,21.353559,20.94792,20.774893,20.570955,20.253662,20.538336,20.559429,20.498701,25.175344,24.856993,24.258034,24.441036,24.104118,23.913044,23.952276,23.366133,23.09211,22.813902,22.771662,22.288204,21.954664,21.930511,21.817343,23.896265,23.396959,22.724102,22.674112,22.279959,22.113634,21.852142,21.538462,21.26605,20.950909,20.699472,20.297794,20.482815,20.369722,20.23457,27.612465,27.150631,26.835766,26.777088,26.486734,26.063889,25.291651,24.876348,24.649572,24.187767,23.967798,23.626501,23.156429,22.82736,22.851377,25.102543,24.614536,24.327734,24.057995,24.059792,23.596403,23.395535,23.077232,22.5898,22.126554,22.292032,21.993113,21.914274,21.575808,21.168367,26.570499,26.259699,25.999216,25.595034,25.415468,25.213945,24.868694,24.695122,24.209274,23.75688,23.474091,22.830662,22.669182,22.769609,22.93866,28.464962,28.164179,28.163328,28.208235,28.643244,28.68635,28.606297,28.263819,27.646919,27.237595,26.797285,27.108446,27.318842,27.649048,27.930964,29.138268,28.809906,28.357502,27.829716,27.700943,27.265963,26.844368,26.435808,25.895655,25.57188,25.187822,24.847162,24.688288,24.61134,24.700827,28.958067,28.777079,28.056971,27.630741,27.286833,27.065918,26.892376,26.58115,26.195782,25.918436,25.747494,25.654274,25.332668,25.24227,25.188667,27.304966,26.999277,26.557102,26.439459,26.078159,25.991634,25.889339,25.440237,24.862637,24.545101,24.121899,23.733019,23.55208,23.41095,23.39559,24.45878,23.742367,23.351461,23.272312,22.677345,22.540459,22.20125,22.301901,21.685583,21.604786,21.53104,21.509901,21.744579,21.534966,21.877014,25.13397,24.294693,24.089695,23.741756,23.377714,23.020298,22.912762,22.709457,22.421457,22.390907,22.467062,22.413794,21.9153,22.07229,21.923864,27.021959,26.607716,26.376968,26.22323,25.985479,25.899666,24.993317,24.424063,23.965153,23.519871,23.00297,22.431206,22.115078,21.88903,22.110098,30.005434,29.32568,28.682247,28.111046,27.863398,27.624205,27.424759,27.224361,26.99835,26.784763,27.014389,26.961172,26.995092,26.869833,26.97596,26.594126,26.253506,25.677643,25.266567,25.207462,24.893488,24.494518,24.121292,23.797247,23.648388,23.713844,23.252195,22.768305,22.718143,22.880783,23.57584,22.824596,22.169209,21.621164,21.168972,20.846046,20.777292,20.681561,20.142143,19.777615,20.026167,19.301815,19.170477,19.122692,18.733009,25.064829,24.527138,24.170479,23.879623,23.423433,23.234451,23.022631,22.751785,22.466434,22.311144,22.097874,22.159767,22.134756,22.286249,22.335751,29.40641,29.28709,28.929497,28.492022,28.086456,27.800974,27.221649,26.448551,26.148548,25.446453,25.250154,25.197685,25.27582,25.206268,25.067625,28.554695,28.367693,28.041538,27.80023,27.744198,27.573929,27.334503,27.276505,26.733032,26.117489,25.846132,25.902697,25.794569,25.853025,26.023922,27.159187,26.897675,26.488213,26.340406,26.206955,25.942245,25.539053,25.098175,24.447489,23.917753,23.832891,23.675209,23.046648,22.804356,22.758434,26.338583,26.219173,25.928684,25.833035,25.641273,25.544115,25.564375,25.39916,25.173351,24.816294,24.311689,24.239397,24.594732,24.646095,24.756248,27.717278,27.336349,26.986494,27.067671,26.574226,26.224598,25.832552,25.285089,24.942047,24.241322,23.835022,23.583471,23.438299,23.084326,23.098068,27.562405,27.177519,26.700857,26.23514,25.993883,25.689093,25.444588,25.348837,25.179174,24.534597,24.486906,24.492954,24.392885,24.385151,24.354443,24.936081,24.840092,24.787163,23.969704,23.653049,23.469389,23.07296,22.291912,22.001316,21.558594,21.106483,20.790985,20.664398,20.659489,21.115065,26.028364,26.03583,26.055168,25.985262,26.460707,26.295912,26.735575,26.68803,26.984304,26.831987,26.905531,26.961004,26.872271,27.386009,27.560987,27.751839,27.240103,26.749638,26.29056,25.895279,25.626225,25.513586,25.260193,25.005743,24.802273,24.431862,24.2384,24.099066,24.170641,24.330933,27.484331,26.966099,26.531578,26.353498,26.255766,26.033178,25.865995,25.548607,25.067366,24.797035,24.584719,24.473511,24.520288,24.377533,24.299389,23.937229,23.89539,23.543688,22.950026,22.335337,22.631186,22.274401,22.205227,22.047142,21.635746,21.016106,20.541042,19.916677,20.331264,20.159933,25.775238,25.20142,24.655134,24.345356,23.98951,23.807877,23.445589,23.50457,23.361971,22.773418,22.658401,22.481922,22.183098,22.089342,22.107742,28.674063,28.515942,28.343348,28.077053,28.422516,28.548813,28.661787,28.328558,28.184685,28.074202,27.766041,27.439144,27.302275,27.685827,27.771532,33.15604,32.726646,32.612724,32.315819,31.971519,31.863964,31.72197,31.621832,31.228838,30.884737,30.842314,31.140106,31.024244,30.935919,31.182951,25.666641,25.39373,25.251621,24.930769,24.749544,24.858929,24.849775,24.307623,24.200321,24.092834,23.236704,23.458124,23.408211,23.205591,23.022903,26.484446,26.10677,25.906298,25.344606,25.09479,24.495831,24.143858,23.670797,23.053879,22.832048,22.365063,22.234688,21.988459,21.944921,21.939869,30.764019,30.629313,30.188099,29.811169,29.661757,29.383146,29.237965,29.024992,28.724691,28.464308,28.174082,28.144938,27.953552,27.945974,27.754311,26.835764,26.394445,26.257339,25.91992,25.808685,25.594673,24.90103,24.633621,24.796721,24.156193,23.628853,22.888649,22.717676,22.559072,22.598906,23.264446,22.825283,22.131401,21.855824,21.358866,20.79689,20.210037,19.755878,19.28689,18.832605,18.274784,17.865723,17.582617,17.585159,17.761112,28.474627,28.14855,27.822983,27.777779,27.664312,27.657001,27.497715,27.084991,27.014658,26.746603,26.577684,26.304119,26.257532,26.014275,26.076672,27.394936,27.134094,26.807055,26.331509,26.085773,25.952023,25.85829,25.570971,25.367264,25.253429,24.822542,24.785509,24.56641,24.57337,24.813694,23.718327,23.363829,22.783504,22.685041,22.332293,21.894072,21.823668,21.6609,21.381268,20.926865,20.521051,20.545568,20.10717,19.718126,19.781521,24.851561,24.422514,23.595629,23.043619,22.712664,22.130798,21.299141,20.679468,20.202654,19.610115,19.40456,18.868528,18.654795,18.522137,18.274837,26.03335,26.171476,25.455866,25.432741,24.855795,24.454056,23.670467,23.340887,22.621937,22.433208,22.671568,22.191385,22.238438,22.052799,21.774101,24.936357,24.209045,24.314507,23.905724,23.379984,23.101452,22.492331,22.104889,21.773716,21.188787,20.830334,20.273046,19.886223,20.047054,20.075853,25.476864,24.633295,24.222952,23.777649,23.706053,23.360807,22.962934,22.599062,22.383789,22.106516,21.772404,21.75519,22.010002,21.95112,22.19533,27.917442,27.22686,26.546368,26.348347,26.352396,25.685593,25.280138,24.55221,24.671967,24.341663,23.522652,22.926689,22.513544,22.688589,22.648697,23.179916,22.814762,22.491722,22.141109,21.974022,21.748934,21.863707,21.787048,21.493908,21.355114,21.408451,21.270033,21.129475,21.296841,21.285362,26.25309,26.118874,25.677944,25.206795,24.755468,24.893009,25.110992,24.995592,24.49703,23.907639,23.21666,23.415808,23.226494,23.299747,23.155979,26.946949,26.339319,25.95883,25.860905,25.612045,25.724319,25.582235,25.365738,25.053865,24.447874,24.019049,24.030945,23.996046,23.884058,23.747412,24.93586,24.661945,24.107098,23.714045,23.173954,22.828293,22.519831,22.04937,21.532272,21.454597,21.55706,21.355967,20.751577,20.508034,20.440407,28.076128,27.483358,26.945221,26.681889,26.532522,26.171896,25.950109,25.529745,25.156952,24.560373,24.224546,23.966534,24.089073,24.309011,24.434153,26.01412,25.523409,24.697001,24.1535,23.56492,23.502102,23.439758,22.947157,22.393822,21.989948,22.079117,21.867352,21.654846,20.965815,21.274805,30.974697,30.541302,30.096865,29.63686,29.359699,29.080252,28.901886,28.731155,28.508871,28.367624,28.293783,28.196842,28.167482,28.103855,27.978548,25.568714,25.202179,25.017941,24.720911,24.523535,24.283978,24.239758,23.579262,23.079903,22.828991,22.766989,22.584414,22.532766,22.758739,23.099714,29.10145,28.914419,28.79096,28.402468,28.330738,28.489122,28.312746,28.277102,28.349342,28.52202,28.437567,28.461071,28.518173,28.842491,28.594728,30.017603,29.356638,28.793188,28.285963,28.048286,27.757158,27.633688,27.48818,27.231258,27.014482,26.824574,26.775414,26.620733,26.280144,26.36458,26.384336,26.155251,25.690758,25.192026,24.834438,24.143585,23.356171,22.991053,22.339005,22.366405,22.122717,21.84276,21.72254,21.815681,21.482731,24.3512,23.515814,22.834356,22.648825,21.973652,21.948212,21.656517,21.583082,20.933044,20.41514,20.679125,20.572561,20.135153,20.18544,20.098534,29.373238,28.955772,28.509384,28.162245,27.777401,27.506573,27.259409,26.982578,26.639839,26.167717,25.673443,25.785559,25.690254,25.715858,25.661076,27.681463,27.466959,27.053877,27.022245,26.887352,27.12603,27.198427,26.824495,26.484404,26.189625,25.708786,25.553099,25.034948,25.038979,24.873476,22.692263,22.372999,21.856911,21.471722,21.356539,21.235123,20.88604,20.341597,19.998852,19.726011,19.424461,19.384151,19.23122,19.236168,19.275541,23.448215,22.796934,21.995348,21.599453,21.286539,21.051306,20.665472,20.147179,19.773645,19.748785,19.406595,19.167065,19.025705,18.847078,18.779118,26.864624,26.504656,26.078314,25.783068,25.416601,25.149532,24.982525,24.695389,24.536972,24.487411,24.115608,23.985685,23.774103,23.764156,23.790915,22.87775,22.354885,21.958094,21.458862,21.333412,21.07416,20.89035,20.753511,20.600933,20.464928,20.521286,20.408163,20.31687,20.395433,20.201422,30.100533,29.978365,29.806602,29.917046,30.162806,30.395159,30.363503,29.924536,29.37487,28.852602,28.506342,28.279987,28.208204,28.168884,28.086567,27.047283,26.78804,26.655621,26.239029,26.113945,26.096279,25.808493,25.324509,25.125587,24.715536,24.435682,24.400702,24.489069,24.543432,24.307312,24.464657,24.887608,24.224485,24.179142,23.451,23.046242,22.9529,22.777197,22.190935,22.100357,21.87888,21.90847,21.143503,21.0459,21.077862,28.141108,27.737055,27.408144,27.135914,26.544556,25.977957,25.992764,25.391764,24.992022,24.745993,24.196163,23.907196,23.962584,24.026241,23.813652,33.853184,33.745586,33.233295,32.695717,32.276768,31.836468,31.538597,31.118315,30.80636,30.44652,30.139395,30.062059,30.206903,30.467564,30.815081,27.460712,26.588627,24.898949,24.006489,23.75297,22.313372,22.570532,21.271585,22.212978,20.133669,20.378332,19.441944,19.449379,18.356644,18.699186,26.031918,25.262627,24.627335,24.144455,23.895723,23.333334,23.0334,22.556507,21.831207,21.614624,21.413174,21.295753,21.226988,20.761936,20.770737,24.692478,23.913517,23.297628,22.84366,22.491728,22.307592,22.153452,22.153503,22.204771,22.417725,22.728018,22.546234,22.242264,22.323704,22.586851,22.293026,21.634708,21.170362,20.745058,20.428925,19.977922,19.624281,19.132013,18.709608,18.252724,18.052319,17.89539,17.60697,17.559565,17.754347,26.922464,26.63232,26.102329,26.022076,25.664373,25.788704,25.86405,25.803083,25.598562,25.505882,25.472664,25.246624,25.124004,24.998833,24.860662,30.501148,30.101591,29.502625,29.023394,28.556343,28.157593,27.746559,27.311743,27.040274,26.72711,26.494949,26.27438,26.106422,25.999514,26.003365,32.080902,31.119009,30.24054,29.788776,29.277281,28.94169,28.460529,28.235086,27.856541,27.731737,27.696285,27.599409,27.513208,27.274361,27.127308,27.686718,26.960728,26.301039,25.435007,24.872272,24.537294,24.025728,23.196619,22.57996,22.136267,21.772797,21.271385,21.045082,21.008375,20.99044,28.405767,28.111696,27.838945,27.635141,27.480762,27.311083,27.253124,27.085396,26.889944,26.712847,26.520174,26.618036,26.676643,26.805845,26.985762,26.74894,26.340263,25.758883,25.46269,25.30418,25.115904,24.978302,24.673267,24.501232,24.402136,24.401863,24.022129,23.781076,23.8736,24.063503,27.291992,26.413897,25.80525,25.421181,25.36763,25.310844,25.22768,25.239202,25.390291,25.660217,26.03009,25.811914,25.630463,25.492424,25.553471,30.315287,29.798826,29.204201,28.703081,28.421965,28.158451,27.90069,27.78804,27.474884,27.169085,26.942831,26.746309,26.596529,26.213684,26.194433,23.42523,23.022575,23.214092,22.815039,21.966843,21.836779,21.850843,21.274286,20.957527,21.381578,21.487602,21.425077,21.570225,21.311743,21.4177,29.683054,29.259623,28.86282,28.58617,28.357887,28.188335,28.168503,28.005144,27.781925,27.567377,27.422356,27.467531,27.319935,27.3759,27.524107,34.846535,34.392426,33.744064,33.499531,33.290855,32.846703,32.56472,32.189865,31.806192,31.257963,30.994818,30.743113,30.71739,30.439541,30.276199,23.545389,23.265083,23.016272,22.82066,22.664618,22.439705,22.23451,21.915821,21.645546,21.391645,21.152985,20.887278,20.742802,20.85952,21.026873,36.774521,36.243591,35.671555,35.328617,35.164547,35.003479,34.688629,35.277271,34.794582,34.274746,33.957764,34.092365,34.020313,33.046371,33.218834,32.492966,32.189487,31.918884,31.638273,31.406153,31.121847,30.891249,30.54423,30.201033,29.849642,29.543499,29.472044,29.463497,29.488636,29.51664,28.986868,28.490776,27.942102,27.695158,27.706301,27.332464,27.151131,26.977345,26.776266,26.491951,26.301119,26.228064,26.044294,25.972721,26.29495,30.904573,30.09045,29.212305,28.120741,27.238903,26.414585,25.73432,25.26721,24.963968,24.590412,24.259834,23.616402,22.991081,22.484451,21.989254,24.916672,23.820107,22.757061,22.138138,21.721586,20.74338,20.489599,19.808342,19.270042,19.097298,19.114182,19.124842,18.823858,18.839518,18.638014,25.547699,25.015835,24.677212,24.382799,24.17585,23.967674,23.833075,23.610617,23.626926,23.73065,23.880766,23.690496,23.566645,23.487804,23.369411,27.805784,27.82749,27.742056,27.668673,27.573994,27.343601,27.255461,26.958639,26.606342,26.373158,26.172024,26.117081,26.164684,26.245291,26.307938,23.19796,22.695187,22.580645,22.071362,21.572098,21.296392,21.108454,20.944881,20.741283,20.505909,20.371708,20.343266,20.143576,20.10977,20.255131,33.341072,32.554447,32.214264,31.590771,31.339821,30.785215,30.408207,29.682701,29.259846,28.919189,29.246872,29.448107,29.604805,29.11591,28.917976,31.314177,30.906549,30.497805,30.136311,29.752821,29.282049,28.993034,28.70052,28.440825,28.271133,28.114965,28.159328,28.127924,28.02062,27.857395,27.630556,27.280828,27.069223,26.803085,26.43055,26.115768,25.779062,25.596041,25.575533,25.403606,25.331366,25.253263,25.164864,25.058933,25.084951,23.963469,23.397535,22.793116,22.099031,21.717506,21.325449,20.950497,20.673046,20.468431,20.3193,20.383829,20.251268,20.200838,20.250248,20.324413,33.071316,32.544376,31.988398,31.457144,30.975544,30.439123,30.036787,29.543882,29.092476,28.654947,28.284513,28.066963,27.865082,27.746189,27.644094,28.928896,28.425165,27.857367,27.321259,26.915443,26.284843,25.71117,25.341389,25.128269,24.823885,24.576916,24.330217,24.091469,24.051813,23.823175,22.482412,21.575407,20.794594,20.060123,19.809523,19.600191,19.19372,18.783567,18.574228,17.958252,18.070175,17.770777,17.841249,17.679529,17.991383,28.809448,28.492535,28.22629,28.055897,27.956545,27.774414,27.618382,27.310652,26.864189,26.464357,26.259502,26.249859,26.245571,26.260944,26.3309,30.858335,30.601925,30.396616,30.09482,29.898617,29.556677,29.276493,28.928488,28.583128,28.230705,27.981678,27.958035,27.947706,27.991407,28.148249,31.447908,30.867067,30.323669,29.749266,29.258511,28.676781,28.059641,27.380159,26.730793,26.581675,26.277426,26.028078,25.896105,25.874489,25.90382,30.096266,29.711353,29.3778,29.057833,28.867626,28.647005,28.483238,28.158617,27.793795,27.448162,27.232462,27.25482,27.268377,27.303991,27.432611,31.919851,31.578033,31.213799,30.778584,30.483168,30.042114,29.761892,29.430676,29.163902,28.920004,28.767876,28.860411,28.967253,29.152527,29.308357,40.307503,40.397377,39.888161,39.368019,38.863953,38.35503,38.31757,38.12101,37.881218,37.691574,37.397247,37.890621,38.31736,38.602974,38.832451,28.707222,28.673882,28.490528,28.32151,28.182074,27.984354,27.720833,27.356604,26.975758,26.647102,26.450104,26.373678,26.295433,26.212582,26.346567,26.890036,25.828951,24.94162,24.210953,23.587652,23.035788,22.795954,22.651749,22.755089,22.770142,22.92337,22.505974,22.256258,22.230989,22.269953,33.146278,32.864101,32.273216,31.599566,30.936548,30.3941,29.987133,29.593182,29.362062,29.144764,28.825737,28.683706,28.717131,28.763952,28.792498,28.950224,28.067982,27.412149,26.843981,26.402214,25.912138,25.594421,25.400797,25.376629,25.469128,25.488333,24.961573,24.730257,24.565615,24.533575,35.346748,35.107059,34.461418,33.824642,33.242901,32.709488,32.279461,31.855825,31.504154,31.096113,30.70257,30.515238,30.437654,30.28731,30.192348,30.767485,29.875608,28.964645,28.026924,27.263865,26.61779,26.089359,25.64547,25.574612,25.470655,25.433943,24.752144,24.288719,24.00762,23.967487,25.165785,24.608192,24.294645,23.899261,23.532742,23.356205,23.136133,22.790401,22.495726,22.28352,22.287086,22.305008,22.379654,22.602085,22.884386,24.034695,23.365549,22.544516,22.358303,22.215744,20.337477,20.414719,19.329973,18.885542,17.610838,17.923363,17.648952,17.398375,17.199341,16.381336,22.612963,21.740913,21.150915,20.744236,20.32482,20.387087,19.954144,19.617676,19.586868,19.554346,19.624296,19.638699,19.652079,19.610405,19.756124,31.189701,30.682394,30.00201,29.397001,28.781754,28.229877,27.969746,27.470892,27.036814,26.63872,26.413874,26.2409,26.257732,26.338017,26.518429,29.122696,28.547388,27.959501,27.420584,26.972918,26.510393,26.16555,25.812445,25.539061,25.291201,25.164494,25.065704,25.026592,25.062925,25.182619,28.948254,28.703148,28.535675,28.271883,28.050417,27.850685,27.747097,27.426088,27.111853,26.778957,26.600536,26.492914,26.486456,26.545895,26.557333,28.102585,27.765856,27.532192,27.368282,27.313725,27.247534,27.300465,27.004379,26.699696,26.295488,25.984642,25.684828,25.489262,25.49457,25.480106,25.586611,25.112465,24.616592,24.390036,24.17955,23.890301,23.555296,23.177305,22.993551,22.775913,22.690397,22.645178,22.704121,22.56605,22.498055,22.657936,21.883505,21.578384,21.264194,20.921043,19.947916,19.231333,19.109028,19.00996,18.987066,19.34222,19.23049,19.099792,18.889551,18.670017,27.532166,27.241934,27.015186,26.915211,26.835766,26.795843,26.868729,26.746813,26.585493,26.479736,26.320072,26.341164,26.300148,26.323181,26.343437,25.209484,24.454781,23.858551,23.380461,23.073391,22.599844,22.357092,22.08062,22.091619,21.890949,21.893232,21.853651,21.742504,21.594364,21.901917,30.617073,30.064863,29.558596,28.950348,28.512938,27.95591,27.504721,27.096087,26.743746,26.456884,26.26976,26.082563,25.887581,25.727022,25.631973,28.070774,27.133461,26.754728,26.365644,26.042313,25.769182,25.780661,25.866655,26.02179,26.053226,25.919279,25.30168,24.970623,24.95627,25.207169,27.875504,27.494326,27.062801,26.674955,26.690409,26.989513,27.624437,27.560381,27.355692,27.072773,26.721281,26.632217,26.756779,27.112099,27.282324,33.513828,33.496563,33.411732,33.093487,32.839149,32.443451,32.187172,31.862482,31.502686,31.148037,30.993092,30.872791,30.775642,30.704222,30.639547,26.628326,25.695372,24.758501,24.424238,24.176907,24.179575,23.670704,23.386034,23.61438,23.206226,23.078909,22.347616,22.192612,22.78372,22.980757,32.991238,32.575096,32.06356,31.385273,30.912903,30.2542,29.793518,29.519278,29.340897,29.166969,29.064974,29.105017,29.098248,29.180494,29.15802,26.057884,25.253492,24.70372,23.230228,22.403694,21.920668,21.412416,21.285271,20.628571,20.11669,19.38987,19.35054,19.299984,19.410702,19.29566,22.617195,21.561172,21.356089,20.111732,19.857283,19.389542,18.688025,18.753233,19.04887,18.47624,19.631094,19.317585,19.133671,19.310158,18.624485,28.955326,28.710836,29.398962,31.268246,30.987055,31.399149,31.004658,30.848642,31.549814,32.996109,32.857143,32.379444,30.523056,30.892607,31.560713,33.673695,32.753235,31.776445,30.648064,29.9112,29.056417,28.390144,28.158703,27.788034,27.505371,27.248394,26.54097,26.317961,26.147869,26.074987,12.457471,12.670808,12.964114,13.119507,13.018476,12.562348,12.323257,12.116213,12.2713,12.057165,11.826846,11.767777,11.652445,11.871084,11.962828,27.961069,27.03178,26.175493,25.441759,24.978001,24.519148,24.111898,23.824596,23.979969,24.02532,23.684654,23.457544,23.43681,23.292383,23.479063,26.120415,25.424507,24.539877,24.245422,24.078747,23.259411,22.280334,21.953838,21.637426,22.246338,21.80328,22.103004,21.766897,22.286924,22.653721,32.43652,32.409676,32.520496,31.950649,31.143417,30.459017,29.042248,27.709791,26.449989,25.828329,25.131693,24.525175,23.649393,23.590309,22.996403,23.568623,22.646708,22.529312,21.901325,21.920269,21.674463,21.560078,21.431179,21.146341,20.638821,21.18726,20.141895,20.176394,20.620306,20.295113,23.183674,21.801603,21.077219,20.356653,19.502188,18.472769,18.370205,17.77404,17.667046,17.494972,18.253969,17.33882,16.828659,16.718704,16.69482,39.353786,40.327751,39.587009,38.598095,38.933567,38.418179,39.109753,39.152119,38.691776,37.571156,37.444328,37.001541,35.376663,35.249908,36.166042,23.360773,22.134281,21.109316,20.95731,20.12273,18.425671,17.150726,17.096304,16.045776,16.27685,16.904705,15.53398,14.834907,14.594087,14.515758,23.463787,22.779579,22.526764,22.264854,21.859751,21.443398,21.031254,20.945518,20.780151,20.804981,20.641088,20.076368,20.056496,19.795481,19.953262,35.993275,35.79726,35.51231,35.131962,35.024765,34.701855,34.641541,34.776531,34.970585,35.23822,35.386505,36.305202,36.915749,37.365036,37.520466,26.258799,25.310978,25.347593,24.104235,23.405405,22.739433,22.909275,23.787878,22.950026,22.848808,23.472357,22.304283,20.070246,20.414202,20.405064,37.798481,37.119568,36.386307,35.494118,34.788052,33.911942,33.182762,32.402489,31.484573,30.442524,29.665894,28.53896,27.914139,27.248928,26.685406,41.91988,40.961655,40.495625,39.88221,39.287037,38.762844,38.392197,37.652351,37.178005,36.838497,36.003147,35.57135,34.925278,34.490509,33.864517,32.691921,31.738884,30.095026,28.313641,26.955452,25.723558,24.79151,23.569324,22.572235,21.593731,21.233469,19.886534,18.998804,19.134655,19.391808,32.406174,31.782877,30.914003,29.963892,29.555193,28.80258,28.44631,27.997231,27.593369,27.170137,27.160852,27.276724,27.362091,27.543158,27.563307,33.283596,32.215385,31.619131,30.824503,30.599722,29.763514,29.065773,28.443962,28.005344,27.422073,27.433439,27.642345,27.299356,26.980469,26.974407,32.919086,32.40424,31.831646,31.10747,30.560455,30.046997,30.063572,30.076214,30.166458,30.298307,29.822407,29.320599,29.017088,28.535381,28.06086,37.256954,37.251621,37.635757,35.943062,34.175083,33.22245,31.804218,30.778664,29.267809,27.727953,26.779846,26.391184,26.049496,24.977571,24.711639,34.531052,32.849407,32.056541,30.989193,30.251545,29.456228,29.215168,28.708235,28.354534,28.070057,27.818329,27.323982,26.660072,26.388109,26.504112,32.740971,31.472618,30.714983,29.251034,28.970465,29.198948,29.381794,29.189655,29.298363,29.35009,29.467085,28.397697,27.760904,27.207729,27.150759,29.456383,27.539782,24.937344,23.748394,22.839506,24.18136,24.417179,20.958084,18.704157,20.023981,19.834711,18.98428,17.418547,17.821783,18.309858,26.997814,25.212837,23.484348,22.145935,21.131655,19.762072,18.507086,18.039993,17.531458,15.914419,16.259188,15.761203,16.117271,15.952528,15.933468,26.696259,25.703072,24.477806,25.066137,22.207268,21.808144,25.15901,22.174839,22.060957,22.443182,22.158274,21.330442,20.385471,20.986744,22.508961,31.898657,31.09153,30.250582,29.315731,28.531002,27.752346,27.095896,26.729292,26.364124,26.030293,25.741831,25.779503,25.983984,26.244854,26.622507,24.720497,23.67742,23.502304,21.652231,21.962938,21.267895,21.291208,20.283689,19.468391,19.158201,19.22802,19.148937,19.193325,18.393234,18.14316,28.929871,28.230143,28.593939,28.083118,28.061787,27.121588,26.888027,26.602966,27.424297,27.997135,26.993715,26.085365,26.110563,26.006231,24.715218,33.077415,32.830627,32.360603,31.651316,31.73258,31.741917,31.148666,30.898268,30.389261,30.622139,29.55949,29.194904,29.177538,29.240889,29.238495,28.897984,28.01927,27.447731,26.937836,26.322546,25.9464,25.733932,25.825346,25.875404,25.944624,25.896832,26.387442,26.608294,26.780787,26.906221,30.613819,29.540073,28.703482,27.939117,27.424774,26.889383,26.527096,26.32151,26.244814,26.195835,26.237621,25.980139,25.796059,25.754379,25.786293,23.893574,23.504894,23.17168,22.762003,22.063829,21.909895,22.120846,22.136774,21.934052,21.546751,21.30212,21.552183,21.328787,21.001457,21.228058,32.833611,32.08728,30.576145,29.996613,29.090591,27.976612,27.775768,27.534645,27.46891,26.977688,27.443813,27.272728,27.329535,27.535433,27.687,28.334702,28.594061,28.192871,27.839634,27.510897,27.302479,27.091417,27.139828,26.988432,26.903034,27.112383,25.860586,25.927111,26.042629,26.523642,26.66049,25.959864,25.341393,24.929197,24.676922,24.270704,24.191883,24.236557,24.437847,24.524691,24.376509,24.397444,24.512592,24.481297,24.564203,24.639423,21.859297,19.950739,20.893721,19.811321,17.690416,18.631178,14.869888,13.436693,16.25683,15.633802,18.002813,18.732395,19.140083,18.705036,29.66456,28.564867,27.795044,27.193651,26.557875,26.065144,25.85589,26.116272,26.271624,25.990677,25.669416,24.994413,24.988613,24.954254,24.806681,26.200359,25.354549,25.026114,24.419706,23.912333,23.402954,22.893303,22.709385,22.313852,22.370329,21.938995,21.832397,21.835058,21.694214,21.617117,25.664455,24.987633,24.315866,23.672659,23.4233,23.077335,22.564129,22.597233,22.80978,22.694115,22.402447,22.048649,21.891659,21.605015,21.294573,28.183586,27.417877,27.148352,26.525095,26.243872,25.61763,25.154587,25.128853,24.955778,24.659241,24.286171,24.117977,24.008608,24.015247,23.91843,24.251556,23.835699,23.00386,22.573399,22.18049,21.75404,21.531353,20.981739,20.986862,20.941153,20.954653,21.252121,21.303581,21.230104,21.682041,27.099339,25.455505,24.483471,24.072165,22.882839,22.293465,21.589241,21.411764,21.157776,21.183163,20.359146,18.181818,17.67033,17.453035,16.994595,33.319698,32.487709,31.649748,30.341986,28.97706,27.659836,25.878004,24.712679,23.959986,22.760592,22.543352,21.256218,20.438231,19.985073,19.661747,25.162739,24.59605,24.149433,23.601358,23.173185,22.699799,21.930222,21.927822,21.637157,21.793989,21.131485,20.855247,20.757299,20.348703,20.223185,38.165619,37.440884,36.362434,34.599461,33.350857,32.541077,32.32069,31.971668,32.089462,31.808561,31.264931,30.320545,30.142235,29.337559,29.200523,26.394567,25.899025,24.976879,24.651701,24.256226,23.946589,23.252094,22.793655,22.332781,22.306044,22.612785,22.517405,22.465113,22.715425,22.67408,27.04866,26.595329,26.230917,25.737118,25.457102,25.16736,24.771421,24.533106,24.316099,23.967665,23.724424,23.876469,23.870138,23.971098,23.988155,27.480787,26.601908,25.928417,25.122404,24.421509,23.414635,24.028498,24.776402,25.084328,25.519987,24.410877,24.491001,24.580265,24.814596,24.562191,25.247087,24.375666,23.821991,23.072544,22.801752,22.673656,22.19729,21.819103,21.720068,21.647573,21.688452,21.924013,22.295082,22.074717,22.073895,36.275547,35.606136,34.911327,33.920452,33.040356,32.049725,31.209114,31.185808,31.074131,30.542892,30.21282,30.28896,29.91394,29.379711,29.16754,25.980803,26.16202,25.060398,23.890131,24.79183,23.030495,23.429213,22.852961,22.107138,21.323769,21.087881,20.533117,19.401804,19.296837,19.003065,28.469749,28.227196,29.292929,27.868853,26.782885,25.518339,26.96456,27.685326,26.567163,27.549467,28.591549,28.550932,29.208633,26.323318,28.094574,43.123013,42.592594,41.836594,40.597565,39.769821,38.819221,38.410408,37.489758,36.844963,35.018295,34.701645,34.117649,32.753162,32.767181,31.714212,23.452293,22.247276,22.420193,22.662142,22.187378,21.332275,20.371868,19.208332,19.083023,18.60368,19.561552,19.216181,19.755688,20.375107,20.565554,44,43.720665,43.793491,42.624371,41.804607,40.608936,39.763252,39.416607,38.601532,37.350964,36.576332,36.828178,36.710922,36.260986,35.750908,31.043329,29.561647,28.58005,26.893276,25.795736,24.415325,23.477402,22.098913,21.324532,20.508348,20.167137,19.691383,19.415565,18.873203,18.714176,24.863333,24.025442,23.87289,22.653143,22.344099,21.722313,22.070513,21.318861,21.035059,20.791666,21.40329,20.77355,20.054888,20.845541,20.685331,29.572933,29.613892,29.611736,29.43531,29.484676,29.501209,29.191212,28.73719,28.274086,27.72842,27.506193,27.520641,27.571873,27.645285,27.643562,25.959482,25.391977,24.636345,24.024994,24.154837,24.260113,23.620195,23.069065,23.255106,23.248854,24.325401,23.752829,23.563673,23.294233,22.911182,30.798855,30.247011,29.753948,29.177925,28.555876,27.923595,27.362555,26.887857,26.574421,26.128132,25.860933,25.478977,25.198503,24.912586,24.601824,29.66091,29.116261,28.58144,28.068151,27.556437,27.106609,26.673725,26.326551,26.082706,25.763878,25.545961,25.389999,25.371706,25.407549,25.319025,29.637945,28.758732,27.925947,27.063236,26.303679,25.545757,24.92013,24.300297,23.805443,23.121859,22.653814,22.001112,21.632925,21.397682,21.052404,31.025175,30.344063,29.559574,28.892729,28.142458,27.345539,26.562796,25.828463,25.377964,24.716347,24.18873,23.671766,23.305218,22.984133,22.624229,29.859098,29.409489,29.027218,28.573328,28.146902,27.652561,27.188438,26.755804,26.440016,26.009359,25.704962,25.52672,25.473162,25.399559,25.232979,31.072781,30.384933,29.631126,28.773296,28.099182,27.379999,26.817299,26.293001,25.931835,25.451887,25.045338,24.637369,24.578161,24.446507,24.281466,30.530531,29.380857,28.284233,27.383863,26.544247,25.765795,25.051359,24.421913,23.968388,23.411673,23.002859,22.142956,21.575157,21.275095,20.994478,30.184549,29.593155,29.250616,28.838114,28.433466,28.071707,27.500042,26.93187,26.402178,25.71373,25.280336,25.06967,24.972445,24.919634,24.868612,29.62532,28.919428,28.30213,27.73151,27.327724,26.890064,26.501629,26.153967,25.699541,25.19787,24.93432,24.758839,24.74062,24.764885,24.910784,31.350019,30.727669,30.192215,29.811235,29.493162,29.057806,28.589422,28.013494,27.526886,27.088943,26.815351,26.537155,26.406462,26.592228,26.833433,26.214346,25.571379,25.015377,24.435892,24.015604,23.593006,23.096661,22.669516,22.286983,22.008102,21.676245,21.342819,20.986635,20.767393,20.561256,27.562199,26.361864,25.552727,24.993614,24.718206,24.615412,24.723389,24.970228,25.126589,25.107742,25.243134,25.25672,25.303078,25.317469,25.477743,30.584606,30.101681,29.637735,29.513905,29.098665,28.652546,28.207735,28.086372,27.94013,27.69503,27.540028,27.212292,27.073782,27.120152,27.119955,30.047241,29.402092,28.791878,28.147495,27.667439,27.456928,27.269325,26.884996,26.440605,26.079634,25.882603,25.73815,25.682875,25.827667,26.028664,31.94828,31.020206,30.669807,30.719439,30.697037,30.258381,29.986671,29.817867,29.284208,29.197004,28.707865,28.724936,26.852909,26.55884,26.561972,26.98637,26.297363,25.56189,24.89784,24.383389,23.950052,23.517859,22.977512,22.42532,21.876413,21.475496,21.129551,21.008595,20.96261,20.952339,31.335827,31.016605,30.651766,30.227175,29.779984,29.342445,28.987873,28.431538,27.895788,27.491793,27.189381,27.091513,27.043905,26.899088,26.910341,31.357363,30.590799,30.145979,29.587,29.416142,28.671478,28.477531,28.420755,27.970177,28.015247,27.549833,27.272112,27.050182,27.351013,27.53084,18.710022,18.27067,17.928631,17.65132,17.381382,17.216705,17.251543,17.091311,16.671963,16.123011,15.76786,15.334407,15.473098,15.376125,15.183719,19.064636,18.591219,18.136545,17.741156,17.465343,17.246302,17.079506,16.968376,16.737028,16.326805,16.230541,15.954349,15.763773,15.756376,15.749513,30.204973,29.732641,29.20429,28.714176,28.500103,28.167608,27.769024,27.275095,26.75811,26.154808,25.681967,25.292191,25.095579,24.96604,25.005505,24.508001,24.243113,24.062943,23.825096,23.677036,23.474234,23.082262,22.537106,21.877773,21.49646,21.157495,20.82217,20.527195,20.296757,20.099897,27.544147,26.942497,26.217848,25.71092,25.567398,25.140629,24.97344,24.79731,24.541727,24.262743,24.085388,24.132706,24.29945,24.3641,24.485079,26.649273,26.600208,26.058683,25.992605,25.941879,26.154619,26.215744,25.922924,25.661839,25.500116,25.145781,25.225693,25.364859,25.740805,25.861137,26.391918,25.611061,24.961359,24.582289,24.856661,24.72937,24.238609,23.571474,23.140495,23.10553,22.971325,22.619122,22.521793,22.28772,22.394163,32.276867,31.700394,31.167898,30.622887,30.268024,29.912737,29.614487,29.313553,28.94392,28.63299,28.422775,28.431725,28.445137,28.579088,28.642035,28.821785,28.138266,27.340305,26.68112,26.241261,25.688229,25.403885,25.038586,24.619848,24.387321,24.221672,24.185307,24.219652,24.409836,24.743555,20.239626,20.265461,20.044901,20.024782,20.286221,20.817318,21.43848,21.695612,21.497444,21.062302,20.635267,20.138882,19.545546,19.360224,19.142754,25.89694,25.721493,25.68191,25.466335,25.133795,24.622475,28.422356,29.135843,28.814003,28.614849,28.449022,28.116571,28.308538,27.907579,28.421232,28.745274,28.190819,27.5926,27.017706,26.6126,26.174377,25.955633,25.691673,25.607201,25.54686,25.094191,25.971476,25.648626,25.294769,25.34726,24.87018,24.518658,24.465591,23.602692,23.227032,22.663122,22.350983,22.119205,21.825325,21.563967,20.98962,20.675852,20.843702,20.707996,20.704483,26.987427,26.543661,25.886211,25.9597,25.737333,25.634972,25.542816,25.030348,26.231178,25.62505,25.938326,25.178925,25.5047,25.248129,25.150234,32.479748,32.73473,31.905752,31.665138,31.446135,31.715355,31.369829,30.864975,30.225224,30.314442,29.810059,29.435047,29.523262,29.436354,29.343458,31.695423,31.653681,30.996737,30.242685,29.969505,29.0005,28.57242,27.884022,27.324993,26.885466,26.242626,25.599396,25.951862,25.774923,25.386091,28.226679,27.848965,28.166649,27.70409,27.630648,27.442881,27.202484,27.021717,26.736223,26.441559,26.081795,25.896183,25.756636,25.50983,25.629532,28.280237,28.329956,28.217012,28.111685,28.171152,28.258423,28.468641,28.459724,28.338057,28.105614,27.649311,27.382792,26.720819,26.337132,26.81152,20.309765,20.259903,20.132347,20.163157,20.453497,20.633001,20.76181,20.836302,20.696835,20.31986,19.910639,19.66408,19.574451,19.522917,19.622206,19.276571,19.034008,18.853889,18.625952,18.44025,18.228502,18.140263,18.042273,17.949543,17.698774,17.653496,17.680397,17.701382,17.775824,17.815786,31.583511,31.202517,30.876137,30.493048,30.258656,30.06078,29.807495,29.375294,28.921356,28.524281,28.296318,28.332726,28.286695,28.330057,28.422203,29.095024,28.703953,28.395128,27.916277,27.252964,26.681351,26.180386,26.026711,25.654137,25.572046,24.714178,24.587601,24.43487,24.292549,24.727736,22.202906,21.79878,21.406927,20.940639,20.604635,20.484547,20.283274,20.151749,19.844141,19.60355,19.290075,18.92804,18.78484,18.514164,18.315006,29.425493,28.867695,28.420643,28.05463,27.636007,27.483829,27.09831,26.730484,27.462605,26.991451,26.987385,26.811344,27.218899,26.886505,27.057547,28.77977,28.241783,27.628416,27.165123,27.69779,26.685432,26.298321,25.703955,25.352594,25.061209,24.900087,24.384356,23.943365,23.896488,23.961525,33.689915,33.035091,32.386444,32.272972,32.306683,32.911079,32.442154,32.102882,31.42351,30.930647,31.41379,30.914038,30.205378,30.144566,30.104977,23.713074,23.545528,23.570419,23.395683,23.221992,23.073616,22.783289,22.616062,22.27179,21.954851,21.579794,21.412157,21.196749,21.148989,21.190489,23.902626,23.660791,23.422546,23.202293,23.124777,23.276621,23.626772,23.668961,23.145779,22.476675,22.000608,21.630016,21.542648,21.435131,21.3507,28.811037,27.354761,26.419291,25.704803,25.386721,25.210493,25.110615,25.226521,25.265371,25.309319,25.508408,24.945833,24.963625,24.661156,24.671202,24.901859,24.355032,23.887777,23.597044,23.407091,22.940947,22.592339,22.403244,21.78196,21.362524,21.293728,20.92041,20.694576,20.754383,20.593298,37.544712,36.856289,36.495644,35.453926,35.105385,35.179028,34.36525,33.292244,32.764629,32.754284,32.339916,32.162392,32.447842,32.595089,33.253616,28.136009,27.440479,26.973862,26.797316,26.474443,26.271633,25.928804,25.737499,25.378613,25.060791,24.686279,24.87953,25.006607,24.819624,25.133631,24.597582,24.264639,24.000715,23.558537,23.227531,23.019114,22.881336,22.559969,22.185867,21.788464,21.492416,21.329281,21.199326,21.010784,20.941465,23.725986,23.15226,22.715261,22.231705,21.794247,21.455208,21.377762,21.268663,20.936701,20.708715,20.38999,20.223791,20.109011,20.015312,20.109579,22.815218,22.360922,22.003836,21.762398,21.316261,20.898867,20.54978,20.08123,19.588692,19.243193,19.010471,18.791441,18.648472,18.506763,18.50226,30.999401,30.730799,30.481899,30.2309,30.001101,29.7346,29.5445,29.228899,28.9498,28.7059,28.495201,28.400702,28.373301,28.402502,28.348198,31.030577,30.394241,29.515585,28.690269,28.119204,27.144913,27.00527,26.523193,26.234016,25.783798,25.645226,25.375673,25.043095,24.936733,24.811991,28.671255,27.819561,27.117863,26.570431,25.829292,25.491095,25.253969,24.892452,24.433668,23.836193,23.311966,23.078688,22.945482,22.692099,22.619686,30.953854,30.180109,29.312309,28.470749,28.098255,27.711159,27.56708,27.116713,26.637947,26.186705,25.769112,25.767979,26.523737,26.894209,27.223614,27.02063,26.472532,26.351425,26.270685,26.200851,26.205826,26.217607,26.004017,25.790632,25.409159,25.086788,25.311991,25.096792,24.944881,25.111214,33.654221,33.235706,32.834801,32.48838,32.183563,31.935242,31.622101,31.156584,30.614016,30.169064,29.777817,29.905397,30.051741,30.252922,30.444448,30.858017,30.577785,30.378214,30.234301,30.013716,29.689598,29.360008,29.179573,28.794327,28.293756,27.785292,27.770588,27.872604,28.104383,28.308306,26.904341,26.519939,26.186562,25.843281,25.595123,25.298191,24.989548,24.528713,24.195831,23.885874,23.622972,23.381023,23.30204,23.362402,23.399984,24.073444,24.02692,24.056105,24.127304,24.377565,24.581837,24.762188,24.834703,24.471888,24.011309,23.618443,23.323824,23.009533,22.903578,22.893295,27.265629,26.839748,26.364878,25.85186,25.374205,24.897303,24.508484,24.060879,23.614939,23.241455,22.961452,22.750265,22.568571,22.559841,22.601753,26.339249,25.91004,25.560104,25.25738,24.959019,24.882301,24.915365,24.850592,24.574774,24.242044,24.011095,23.966932,23.929472,23.863894,23.998684,24.146351,23.56308,23.294483,23.027571,22.692261,22.433325,22.44887,22.17503,21.881624,21.523623,21.146751,20.711117,20.755491,20.76972,20.938368,27.520439,26.890335,26.394638,25.904408,25.558769,25.387169,24.945988,24.525719,24.098063,23.569769,23.290457,23.049807,22.811893,22.852833,22.989502,25.019896,24.547136,24.210382,23.883791,23.916639,24.153494,24.385408,24.478378,24.137199,23.577698,23.267155,22.969469,22.612116,22.354248,22.249336,30.973301,30.239731,29.64736,28.950352,28.465254,28.040415,27.655735,27.255436,26.882685,26.431019,26.067015,26.277462,26.361019,26.470514,26.490408,21.610197,21.253376,20.870548,20.487434,20.172689,19.923786,19.722588,19.429295,18.937477,18.554745,18.220516,17.915514,17.637062,17.452738,17.306511,31.840775,31.229628,30.640781,30.074379,29.556713,29.279078,28.839981,28.303484,27.808931,27.236605,26.864662,26.811495,26.907688,27.151016,27.409931,22.959543,22.212463,21.612724,21.187071,20.07416,19.022249,17.926039,17.106979,16.401144,15.695641,14.851075,14.096024,13.444119,12.959456,12.371053,24.980753,24.860563,24.291162,24.068239,23.656143,23.542791,23.210989,23.034557,22.845442,22.744347,22.882275,24.004246,24.137535,24.192364,24.270847,28.170332,27.565924,26.935526,27.599821,26.81531,26.356325,26.186699,26.993809,27.173912,26.981586,26.850128,26.620228,27.10568,27.229452,27.005264,39.427509,38.248272,37.198067,35.729309,35.36282,34.524773,33.470047,32.810169,31.657972,30.189049,29.541355,29.346899,29.321432,29.202307,29.522678,25.182781,24.716972,24.3174,23.954136,23.659679,23.467756,23.374929,23.00901,22.50375,22.036718,21.675055,21.469437,21.376198,21.402685,21.559336,31.600071,31.510998,30.55442,30.213074,29.90864,29.075865,28.965271,28.644886,28.293869,29.127682,29.413483,29.193872,29.048174,29.475216,29.411766,28.396517,28.220612,27.745533,27.579096,27.200218,26.925411,26.479616,26.289753,25.991821,25.430006,25.506491,25.07099,24.944588,24.954144,24.893192,28.483089,28.232315,28.003008,27.626875,27.536758,27.061579,26.482941,26.289999,27.110825,26.675575,26.904696,25.998699,26.333803,26.34424,26.273787,28.449068,27.814379,27.265457,26.923079,26.781284,26.2761,26.014105,25.749237,25.533558,25.110229,24.954821,25.39588,24.583469,24.361,24.051523,29.561323,28.713518,27.942696,28.110138,27.952412,27.593876,27.766254,26.959023,26.58379,26.186502,27.169497,26.633167,26.310678,25.701159,25.42972,27.88471,27.563408,27.522028,27.689457,27.861517,28.279001,28.225052,27.853758,27.423319,27.51033,26.814735,26.635679,26.174078,25.986784,26.013514,26.708075,26.566792,26.10247,26.091173,25.571569,25.359213,25.406242,24.123045,24.007511,22.780899,22.928257,21.043112,21.948322,22.382671,22.632866,31.015575,29.858816,28.827732,27.876213,27.143387,26.358414,25.646595,25.130978,24.509455,23.715675,23.375971,22.046301,22.15119,22.107592,22.019989,30.521179,29.810316,29.357443,29.22455,28.750769,28.172392,27.436167,27.122507,26.831171,26.433435,25.897366,25.539923,25.050726,24.908464,24.266914,34.380913,34.097279,33.775715,33.397125,33.277,32.785156,32.419579,32.046017,31.597933,31.017681,30.511538,30.094893,29.712095,29.310564,29.172018,32.888054,32.524006,32.340626,31.906778,31.26466,30.617487,30.078617,29.459641,28.915306,28.479967,27.873648,27.378056,26.853022,26.637846,26.462006,26.929018,26.572334,26.108976,26.025152,25.973343,26.172939,25.957203,25.689939,24.724188,24.634548,24.579391,24.218306,24.207165,24.13299,24.366997,28.602165,28.245485,27.676804,27.460775,27.363644,26.585848,26.192453,25.812107,25.55267,25.66214,25.420919,25.118876,25.364368,24.61433,24.32548,28.826767,28.251753,27.91482,27.511921,27.152485,26.850124,26.481781,26.167637,25.827806,25.568146,25.18383,25.234491,25.237152,25.10854,25.162098,26.445856,25.498686,24.810751,24.536293,24.271925,24.029026,23.197641,22.487707,22.341164,21.582016,21.285692,21.788095,22.080137,22.230944,22.315147,29.741495,29.3116,28.799175,28.382879,28.060659,27.366194,27.144125,26.642632,26.141081,25.688124,25.348524,24.932688,24.691225,24.540583,24.50565,26.789402,26.534616,26.310925,26.266277,26.316114,25.626394,25.305048,24.980101,24.503794,24.439693,23.53849,23.467468,23.199793,22.787483,23.150249,31.775581,30.967443,30.442631,29.761856,29.622808,28.994238,28.713524,27.93442,27.585852,27.521927,26.920546,27.66366,28.246191,28.701973,29.135344,24.642895,23.871637,23.496801,22.782143,22.496384,22.321089,22.525814,22.804403,23.05789,22.808245,22.782734,23.010721,23.134256,23.209732,23.497238,27.222946,26.618546,25.917086,25.68306,25.399048,25.022888,24.572678,24.155493,24.098944,23.753082,23.528908,23.601614,23.218689,23.274282,23.430483,32.903522,32.240166,32.105942,31.239553,30.655119,29.979595,29.877806,29.559179,29.389763,28.599781,28.009632,27.877272,27.589735,27.741879,27.237753,33.280632,32.355289,32.190598,31.912188,31.842691,31.409847,31.842522,31.647789,32.156136,32.188904,31.402121,31.512924,31.324186,31.511057,31.519205,33.737221,32.912815,31.841764,30.78442,30.137104,29.595268,28.902435,28.385807,28.115383,27.796659,27.386236,27.108843,27.164772,27.05512,27.16218,25.779863,25.577208,25.644699,25.913254,25.510508,25.063988,24.942242,24.390705,24.066973,23.740808,23.925657,23.346888,23.484509,23.606289,23.936024,29.780966,29.759031,29.762878,29.614153,29.643995,29.586639,29.133801,28.550581,28.000217,27.317015,26.613712,26.297531,25.766552,25.748011,25.700226,30.639229,30.173141,29.844353,29.629951,29.393879,29.058498,28.688108,28.052896,27.652477,27.269312,26.85424,26.379234,26.118256,25.791592,25.532791,31.652445,31.625292,31.539873,31.563553,31.455439,31.388054,31.61552,30.97213,31.117105,30.951441,29.389471,32.230667,31.644144,31.119791,31.150085,29.382948,28.946829,28.492243,28.041527,27.91444,27.758194,27.793079,27.521122,27.481207,27.492922,27.393358,27.996513,28.288904,28.292912,28.571781,36.405926,35.811153,34.22934,32.552814,32.117306,31.618898,32.566792,31.734224,32.79422,32.86491,32.444324,32.080643,33.156055,33.228458,33.299713,29.820213,29.511198,29.391155,28.909588,28.354937,28.27178,28.205929,28.181473,27.713608,27.21866,26.902676,26.345509,26.225672,25.537432,25.277197,35.605831,35.086548,34.552124,33.792915,33.291355,32.783539,32.031502,31.384787,30.710468,30.112801,29.357269,28.613884,27.951935,27.44487,26.961685,27.306376,26.482817,26.272297,26.090679,25.901123,26.104658,26.455732,26.706432,26.800152,26.774389,26.831692,26.92087,26.928802,27.243006,27.528265,20.996124,20.833332,19.704285,18.922192,19.579338,18.905472,18.904703,17.811159,19.764923,18.619181,18.708662,18.444445,18.768139,18.766491,19.405876,35.30341,35.085415,34.533688,33.96891,33.578773,33.159836,32.760914,32.317108,31.845219,31.249254,30.73341,30.069096,29.435905,29.138447,28.831123,29.000145,28.010433,27.860264,27.304195,27.259537,27.245251,26.654949,26.235741,26.04812,24.621267,24.117647,24.225353,24.203157,24.502726,24.471832,36.403301,35.912975,35.342255,34.525036,33.78611,33.095272,32.633293,32.056057,31.536198,30.959467,30.445337,30.009863,29.620707,29.319784,29.131294,30.251118,29.955669,29.522312,29.27545,29.035372,28.805643,28.647242,28.42926,28.115658,27.665186,27.68355,27.798859,27.469185,27.218071,27.191362,27.933079,27.863962,27.650928,27.360529,27.512968,27.274206,27.27231,26.989979,26.577822,26.426294,26.168144,25.937002,25.987377,25.864338,25.93646,30.814972,30.02907,29.381742,28.879822,28.493986,28.136593,27.969688,27.585728,27.252689,26.926889,26.742781,26.751726,26.975674,27.051321,27.32394,27.757805,27.346554,27.200499,27.135742,26.936317,27.077925,26.916134,26.489792,25.892073,25.727474,25.332325,25.580574,25.253725,25,25.290628,33.2379,32.952034,32.426868,31.867266,31.413502,31.010141,30.576971,30.010324,29.522165,29.06192,28.379509,27.799246,27.237268,26.788839,26.427147,31.503868,31.177977,30.391142,29.550508,28.809448,28.054369,27.203894,26.894146,25.742268,25.230116,24.366611,23.641111,22.9639,22.713135,22.650738,26.868925,26.347818,25.664154,25.00676,24.623657,24.452261,24.223083,24.004148,23.766296,23.847208,23.745892,23.669609,23.489649,23.474745,23.520967,27.639977,26.784792,26.191086,26.023521,25.648865,24.83321,24.605448,24.098991,23.722298,23.539654,23.270515,23.247677,22.631355,22.425825,22.67783,32.28846,31.549629,30.814451,29.990219,29.393023,28.652287,27.739594,27.267656,26.408819,25.608063,25.063778,24.970724,24.493629,24.135641,23.694096,27.909861,27.502691,27.255127,26.80698,26.646978,26.284033,26.060715,25.667969,25.408783,25.094446,24.758205,24.41053,24.316154,24.213526,24.00235,36.586506,36.242805,35.77634,35.262695,34.798199,34.273945,33.859524,33.541668,33.276939,32.91745,32.603458,32.328648,32.101772,31.856993,31.616825,29.366653,28.821812,28.612614,28.141726,27.870468,27.523115,27.445835,27.274441,26.884434,26.575556,26.020666,26.228895,26.096737,26.123583,25.98609,29.742167,29.775747,28.811338,28.46978,28.300125,27.5805,27.516582,27.172422,26.770487,27.253029,27.735558,27.361408,27.058495,26.883072,26.790115,27.503937,26.974068,26.499283,26.217964,26.243183,26.006763,25.705904,25.394089,25.161345,24.891222,24.619093,24.962851,24.92943,25.006168,24.98838,33.359562,33.108025,32.66925,32.438206,32.631756,32.445259,32.121952,31.633482,31.255985,30.462631,29.784813,28.949503,28.337196,27.75374,27.330896,25.879866,25.075775,24.271603,24.277842,23.966103,23.831816,23.815247,23.484119,23.290712,22.853798,22.542774,22.058825,21.870287,21.71472,21.839739,30.724483,31.664017,32.284725,33.506763,31.78808,31.70299,32.762589,32.503811,31.638845,31.405783,29.283949,29.147438,29.201103,28.207033,28.81105,31.929546,31.447489,31.236353,30.757921,30.391079,29.952547,29.575726,29.301247,28.804842,28.454187,28.045618,27.596348,27.405729,27.358612,27.171894,27.174551,26.596573,26.142649,25.850672,25.588364,25.430971,25.233871,24.568148,24.295551,24.022621,23.259745,22.792412,22.329453,22.320192,22.536446,25.925585,25.941982,25.805401,25.508884,25.469204,25.416723,25.738987,25.392374,25.734802,25.445314,25.05736,24.932465,25.241825,25,24.817261,28.981104,28.622208,28.461185,28.656986,28.110937,26.90225,26.889521,26.415268,26.778585,26.824617,26.319614,25.7841,25.269676,25.530535,25.202503,24.75193,24.108368,23.672829,23.072256,22.923239,22.404619,21.794533,21.328445,20.532969,20.066776,19.714321,19.457207,19.358276,19.115477,18.867289,27.643284,26.790384,25.922867,25.268862,24.702593,24.294584,23.593885,22.919544,22.530231,21.692434,21.063164,20.193644,19.790339,19.604782,19.432182,28.38821,27.947708,27.560287,27.242111,27.322527,26.928297,26.694689,26.380787,25.981527,25.588535,25.18541,24.856562,24.873482,24.759733,24.842548,37.012951,36.592899,35.894714,35.054363,34.40554,33.62249,32.908821,32.296391,31.57246,30.50124,29.637089,28.411055,27.556122,27.001759,26.59038,27.138918,26.976767,26.468342,26.206768,26.117594,25.606445,25.378027,24.834423,24.11252,23.781149,23.426161,23.157415,22.830843,22.765593,22.62472,35.357822,34.964088,34.494938,33.987679,33.554832,33.218605,33.100246,32.854649,32.711597,32.454933,32.127506,31.879551,31.707806,31.465504,31.34878,28.35322,27.82616,27.580257,26.944283,26.391596,25.943747,25.371408,24.77854,24.054447,23.429403,23.010412,22.454031,21.879984,21.858288,21.482021,26.767677,26.836813,25.401072,26.134645,26.17647,25.19001,24.783962,25.93708,25.215948,25.081539,24.577921,24.10915,24.161074,24.001299,23.670387,27.508274,26.987368,26.568981,26.178062,25.878979,25.560347,25.489515,25.20879,25.035572,24.705496,24.419916,24.232376,24.160028,23.993774,23.889097,31.229025,31.01602,30.699417,30.347908,29.976126,29.761669,29.401276,29.101837,28.553888,27.751389,27.380737,27.035501,26.689764,26.454819,26.110128,27.789536,27.256187,26.718849,26.205936,25.947989,25.367233,25.55364,25.276154,25.473148,25.460974,25.175577,24.531,24.303637,24.029531,24.0991,24.066996,23.811466,23.204752,22.984779,22.713633,22.569197,22.473856,22.246098,21.797215,21.432158,21.060852,20.6609,20.258968,19.960646,20.013355,37.352245,36.767872,36.130539,35.498219,34.823292,34.174614,33.536007,32.911983,32.229824,31.468613,30.858803,30.201143,29.629251,29.119968,28.759203,28.355726,27.932491,27.722401,27.200335,27.138811,26.775635,26.735767,26.294041,26.157463,25.782944,25.689415,25.381029,25.458267,24.946882,24.857723,32.142021,31.941593,31.430017,30.992895,30.667904,30.285936,29.95244,29.429501,28.925919,28.377672,27.658901,27.174175,26.756645,26.505426,26.234352,30.925888,29.984035,28.63974,28.687012,28.078157,27.620926,27.595854,27.818787,27.212481,26.251579,25.929081,25.642391,25.049767,25.030855,23.981688,29.114319,28.503355,28.34008,28.027327,27.725283,27.444883,27.200314,26.689545,26.290802,25.985264,25.56822,25.232367,24.889891,24.825212,24.626944,29.060722,28.170448,27.618748,27.056673,26.78808,26.29393,25.890266,25,24.29318,23.852161,23.405975,22.951883,22.620909,22.521282,22.443953,27.193439,26.803764,26.269003,25.63456,25.385963,25.057432,24.963657,24.423555,23.812555,23.267485,23.05191,22.586599,22.737936,22.014896,21.86762,30.539953,30.341,29.552958,29.071537,28.572697,27.515417,27.170431,26.648304,26.49674,25.541862,24.835499,23.96109,23.243242,23.128134,23.48785,34.786572,34.432827,34.090248,33.685596,33.304787,32.68792,32.058636,31.416899,30.652222,29.754236,29.007381,28.143009,27.381701,26.903893,26.490376,31.63513,30.808767,30.381149,29.826796,29.588678,29.269182,28.841352,28.499771,28.165903,27.832275,27.80056,27.673737,27.757538,27.688704,27.646955,26.077738,25.700792,25.67775,25.549761,25.441397,26.250128,26.431183,25.13431,26.226667,25.82844,25.808144,26.201777,26.343191,25.805422,24.94775,31.614292,31.318745,31.063641,30.607832,30.226973,30.088722,29.827711,29.462284,29.017166,28.520283,27.969229,27.770065,27.09243,26.575941,26.363018,28.488171,28.162352,28.186581,27.88113,27.152845,26.830959,26.768887,26.309971,26.196527,25.545443,25.118483,25.029045,24.334068,24.020695,23.883928,28.13727,27.560768,27.101162,27.247997,26.844337,26.68075,26.775021,26.598141,25.84894,25.637928,25.299847,25.159067,25.077747,25.056795,24.962994,27.00679,26.447054,26.025394,25.929844,25.676949,25.407705,25.229439,24.949495,24.697193,24.714361,24.105661,23.691887,22.916538,23.257381,23.14467,26.432899,25.743267,24.909283,24.700634,24.852768,24.371328,24.036095,23.240938,22.733814,22.292841,22.19293,21.818851,25.8347,26.225439,26.333662,24.512665,24.920164,25.23315,25.867172,26.412149,26.481714,26.530399,28.148809,27.945099,27.627628,28.081434,27.696646,27.476749,27.761316,27.835583,30.422523,29.681265,28.869083,28.436554,27.976032,27.422853,27.181366,26.821428,26.162792,25.719261,25.263674,24.849428,24.508236,24.278904,24.076969,27.83325,27.28377,27.110321,26.399513,26.317379,25.476091,25.059887,24.599451,23.950069,23.693304,23.545132,22.409241,22.477827,22.481745,22.584011,30.385832,29.656693,29.587713,28.949408,29.115543,28.644026,28.734282,28.381229,29.058578,28.532108,28.362633,28.968481,28.799768,29.655636,29.643887,27.811533,27.280987,26.854977,26.689285,26.480175,26.343822,26.06213,25.725618,25.554033,25.269028,25.147093,24.628778,24.307091,24.114689,23.944576,33.005482,32.270996,31.61059,31.112429,30.417871,30.058479,29.629087,29.31419,29.170074,28.53915,28.344545,28.352678,28.085936,27.948771,27.85075,33.756126,32.898937,31.722263,30.241877,30.254211,29.525015,30.404303,29.260059,29.331842,28.961691,28.446808,29.209602,29.400969,29.925024,30.252834,27.378523,27.462685,26.543283,25.607277,25.301786,24.353397,23.652111,22.497242,21.652771,21.627647,21.579212,20.695786,20.492966,20.566454,20.491911,30.90646,31.712633,31.375069,30.832335,30.418318,29.733664,29.361422,28.374121,28.750784,28.787989,29.336246,29.627441,30.25803,30.959827,31.34024,31.096676,29.894375,29.084269,28.246307,27.648949,27.12851,26.907707,26.430929,26.468288,26.327579,26.41296,25.81481,25.478611,25.544298,25.411446,28.892759,28.507584,27.941687,27.559805,27.424145,26.854429,26.23077,25.513676,24.821478,24.341419,23.714914,23.04108,22.239229,21.647448,21.232458,28.37463,27.514891,27.03751,26.518553,25.950319,25.444698,25.134483,24.694569,24.130335,23.703974,23.683489,23.576183,23.227892,22.938419,22.953331,26.753744,26.269627,25.386333,24.667452,24.133968,23.646034,23.274132,23.203405,22.522007,22.21755,21.799454,21.124781,20.782131,20.492857,20.282715,27.657753,27.287466,27.230608,26.899397,26.614935,26.683517,27.088556,26.871267,26.924669,27.280691,26.96085,26.481148,26.213455,26.146921,26.32074,30.437984,29.735851,29.035908,28.644302,28.348042,27.651808,27.077925,26.760462,26.117901,25.564125,25.213903,24.835461,24.392071,24.442787,24.270819,28.807903,27.929527,27.702703,26.48584,26.240671,25.083143,24.057362,23.22229,22.567907,22.392244,22.220953,21.734158,22.154799,22.256765,21.979023,27.097576,26.482862,25.877848,25.390228,25.160662,24.925842,24.966951,24.273527,23.899788,23.514212,22.925535,22.501041,22.39114,22.426819,22.152525,26.137617,25.847458,25.363005,24.846922,23.91198,23.769686,24.066185,23.807968,23.627802,22.916327,23.207579,22.577984,22.635815,22.135328,22.505487,29.271856,29.096851,28.799898,28.532679,28.528912,27.920216,27.541456,27.788437,27.302853,27.034586,26.412767,26.347689,26.297564,26.196474,26.042673,30.255682,29.32736,28.260201,27.511808,26.894453,25.992525,25.633928,25.285704,24.714083,24.579727,24.135715,23.852007,23.28721,23.286047,23.207422,30.04615,29.570843,28.938114,28.529245,28.097347,27.653662,27.212221,26.877386,26.67033,25.766199,24.978062,25.041479,24.882154,24.595469,23.83287,28.607304,28.10482,27.42551,26.974445,26.602024,26.174297,25.612152,24.983002,24.384676,23.921658,23.368044,22.72905,22.355579,21.974737,21.734053,32.857883,32.476185,31.996227,31.652906,31.197266,30.634645,30.239216,29.321342,28.741629,27.973324,27.321217,26.934687,26.460133,26.1348,26.128254,29.639956,29.157881,28.608236,28.206461,27.948147,27.64081,27.628466,27.39031,27.214865,27.189137,27.176146,27.838779,28.292414,28.870705,28.945681,32.003571,32.077278,31.848612,31.80135,31.674999,31.407988,30.886847,30.424559,29.749594,29.1304,28.315649,27.462685,27.04649,26.47197,26.140467,30.153824,29.091257,28.146109,27.317625,26.702265,26.223093,25.723419,25.260935,24.854088,24.464275,24.281471,23.648607,23.26157,23.113705,23.011921,29.831337,29.669819,29.219891,28.895205,28.621881,27.84145,27.76194,27.388403,26.870356,26.420454,25.457472,24.727764,24.3321,23.6024,23.474115,38.27837,37.902374,37.206669,36.389275,35.805359,35.040482,34.446938,33.676395,33.013294,32.16658,31.455574,30.429733,29.694235,29.153267,28.548023,27.309286,26.621786,26.367668,25.944298,25.832058,25.832123,25.264603,24.279291,23.657335,23.382107,22.829025,22.573502,22.381975,22.869589,23.281647,29.561764,29.123861,28.402884,27.990385,27.471092,26.83213,26.532713,26.021654,25.410587,24.825672,24.198261,23.534601,22.892305,22.441931,22.1527,28.066488,27.518814,27.252266,26.956631,27.287376,27.033005,26.974062,26.626888,26.227348,25.641027,25.464981,25.016016,25.289124,25.21336,25.046051,30.137794,29.644356,29.428869,29.231907,28.473568,27.847624,27.88427,27.369339,27.175209,26.273912,25.607372,24.932539,24.66408,24.333746,24.18919,28.642151,28.315031,27.840141,27.745502,27.542717,27.290518,27.026155,26.688566,26.367521,25.692263,25.482264,25.356106,25.108847,25.191528,25.337461,30.854479,29.943333,29.405979,29.253212,28.996807,28.512398,28.024679,27.776321,26.800138,26.371502,26.278042,25.352112,25.077003,24.928442,24.682001,26.839756,26.012949,25.534443,24.86919,24.371531,23.895662,23.512373,23.177885,22.965599,22.985033,22.65975,22.385321,22.049997,22.005167,21.541586,23.536209,21.557346,21.162151,20.944309,20.675621,19.730053,18.742634,19.335707,19.081272,18.662395,20.309401,18.813492,17.901749,18.546684,18.237083,25.182482,24.585238,24.259283,24.102989,23.989338,23.051336,22.467371,22.004171,21.138212,20.68119,20.737101,20.886814,20.787344,20.59041,20.622305,24.212017,23.927563,23.841486,23.054943,22.599016,22.252497,22.052401,22.389791,22.105951,22.026888,21.23181,20.300753,20.331099,19.84425,19.657534,29.771933,29.122606,28.578547,28.027296,27.746428,27.299234,27.10729,26.878151,26.810398,26.666969,26.70232,26.841688,27.147385,27.133667,27.241499,30.429558,29.924175,29.419888,29.337429,28.9839,28.450684,28.243919,27.670246,27.124872,26.403545,25.941664,25.413963,24.729086,24.621077,24.370161,27.38064,27.512953,27.729591,27.037224,27.125307,27.259953,26.245998,25.581396,24.694933,24.364149,24.77046,24.551613,24.418139,23.492189,23.060471,26.419397,25.589428,25.331671,25.126329,25.187746,24.845669,24.522978,23.969055,23.559929,23.045958,22.910345,22.911743,22.158852,22.240213,22.808016,26.358667,25.824234,24.733984,23.945532,23.783783,23.17799,23.249521,22.670456,22.045996,21.757992,21.519423,20.754932,20.882948,20.642254,20.090162,29.293812,28.97823,28.395786,28.17907,27.820692,27.604719,27.351505,27.124214,26.973652,26.63756,26.170004,25.752893,25.429153,25.10766,25.004696,26.50106,26.15457,25.662439,24.952816,24.867662,24.277594,24.309479,23.805622,23.296415,22.83555,22.838163,22.706966,22.273628,22.264328,22.262815,25.321726,25.195969,26.585546,27.229532,27.61113,29.436996,30.211481,31.189596,33.178535,33.780159,34.511814,34.738922,34.998363,31.160343,33.103569,27.152596,26.97402,26.563156,26.547712,26.044008,25.982466,25.505566,25.231153,24.930328,24.624128,24.433203,23.733881,23.080568,23.060009,22.818813,26.9389,26.397005,25.544525,24.985065,23.881918,23.428902,22.90559,22.146315,21.37991,20.44231,20.236704,19.982252,19.241358,19.294703,19.664419,24.759153,24.175283,23.039215,23.452938,22.490805,23.089344,22.43693,21.663965,23.076923,23.449831,21.260305,19.519344,19.377991,20.011841,20.200827,34.459278,33.760452,33.295925,32.875248,32.851437,32.303043,32.08353,31.381163,30.834839,31.454445,31.342585,31.1714,31.084766,30.959011,30.446518,27.990025,27.809502,27.84882,26.973757,26.553038,26.207674,25.176176,24.729364,24.237003,23.774567,23.745932,21.958424,22.037745,22.338404,22.30139,29.975616,29.271904,28.768122,31.288254,31.991827,32.037159,31.978443,31.276676,31.700554,31.148148,30.714676,30.592207,31.091667,31.67803,31.693989,25.889345,25.300316,24.455549,24.311625,23.878311,23.495165,23.452703,22.87393,22.978855,22.676115,22.05772,21.73913,21.520632,21.308453,21.633772,28.044085,27.539019,26.833511,26.61095,26.123661,25.7278,25.229492,24.82324,24.581532,24.162546,24.052357,23.822119,23.969391,23.858953,23.90309,28.20747,27.632233,27.273201,26.929218,26.650614,26.528141,26.420778,25.901308,25.521278,25.022644,24.995663,25.075537,25.320381,25.211357,25.443756,27.635155,27.354071,26.852598,26.590794,26.641443,26.342365,26.181519,25.892956,25.569572,25.052626,24.717001,24.726162,24.492125,24.463943,24.535727,20.357296,20.328457,19.52371,19.630579,18.942463,18.390343,18.091625,17.738232,17.491655,17.234776,16.8955,16.831966,16.241188,16.040194,15.865427,27.062082,26.860043,26.769363,26.429808,26.20521,25.917053,26.111359,26.251293,26.639404,26.484215,25.872601,25.377512,25.277653,25.613243,25.411282,28.372622,27.834034,27.415979,26.939842,26.717312,26.546267,26.337702,25.99316,25.753113,25.611996,25.472191,25.325653,25.03179,25.043142,25.140671,26.226913,25.883097,25.446711,25.257788,25.241676,25.484047,25.030109,25.255186,25.085835,24.606743,24.223463,24.610346,23.267208,22.341211,22.170275,28.884047,27.874834,27.515947,26.670492,26.32963,25.375828,24.796707,24.295443,23.395466,21.713299,20.974577,20.610601,20.510109,20.662424,21.36701,23.491205,23.005274,22.208294,21.8004,21.214781,20.598307,20.381231,20.125786,19.398638,18.581873,18.320683,17.691948,17.295509,16.995735,16.882288,27.679667,27.349934,26.954821,26.461226,26.393837,26.169825,25.836411,25.416622,24.892941,24.279972,23.904457,23.620703,23.073164,23.099855,23.029726,28.682184,28.346937,27.913305,27.741894,27.589214,27.481583,27.25231,26.79475,26.578859,26.09602,25.827139,25.468906,25.078094,25.101398,25.12562,32.006252,31.495607,30.786804,30.090519,29.617256,29.20647,28.803354,28.337893,27.91942,27.275562,26.720158,26.016346,25.473667,25.146648,24.912806,27.997515,27.57579,27.122688,26.886606,26.446802,26.294592,26.201435,25.90793,25.639816,25.371683,25.357733,25.433844,25.161922,25.309334,25.206249,25.386456,24.417873,23.891548,23.246107,23.292978,22.931904,22.225903,22.00301,21.894985,21.102468,21.467953,20.701139,20.653734,20.320374,19.673616,30.125544,29.489845,28.666666,28.308859,27.66028,25.89432,26.556116,26.476011,25.926798,25.743881,25.392324,24.965498,24.575539,24.098837,24.213898,30.583546,30.169592,30.071774,29.712851,29.446983,29.216045,28.73587,28.377687,28.094002,27.472015,27.630749,27.339554,27.042431,26.742754,26.564274,27.564636,26.888981,26.077858,25.361738,25.735584,25.892857,24.790874,25.082266,24.723248,23.088022,23.592686,22.186495,22.011454,20.97489,20.566038,31.535471,33.029713,32.791618,32.086376,31.584614,31.890762,32.369858,32.017925,31.518951,31.314686,31.698776,33.904408,33.472485,33.455189,33.504509,27.623104,27.324369,26.969168,26.39572,26.208618,25.581207,25.122189,24.246361,23.46954,22.965601,22.548586,21.641163,21.4195,21.193342,21.190323,30.703377,30.315527,29.870173,29.617336,29.227369,28.900194,28.698864,28.243155,28.024982,27.520319,27.21744,26.983881,26.713551,26.647985,26.422834,31.047266,31.247181,30.469999,30.496777,30.342266,29.70759,30.018044,29.935875,30.111937,30.307993,29.816612,29.937834,29.117289,29.377647,29.22607,26.575649,25.999249,25.254791,25.316692,24.66786,24.466976,24.42849,23.897758,23.546566,22.892818,22.426819,21.634617,21.272148,20.423174,20.81024,27.960365,27.5154,26.60478,25.876495,25.692215,24.805182,24.374554,23.71282,22.918173,22.658516,22.379456,22.135307,22.193129,22.211609,22.270975,27.407541,26.504383,25.908655,25.564596,25.117725,24.60083,24.115137,24.032154,23.846827,23.427681,23.194637,23.020683,23.173687,23.356451,23.520428,32.43222,32.040867,31.626225,31.188816,30.902946,30.543217,30.234829,30.006021,29.585644,29.259836,28.898106,28.759523,28.721195,28.635406,28.547701,22.605696,21.545065,19.752739,19.922737,19.496344,19.308357,19.165787,18.789568,18.726686,18.35,17.682774,17.391304,17.592829,17.202614,17.12578,27.056042,26.296267,25.76124,25.365602,25.288284,24.995155,25.205437,25.426657,25.706806,26.084835,26.336506,26.714443,26.823563,27.098167,27.36639,22.400373,21.801689,21.273516,20.984081,20.988655,20.470627,20.013178,19.689205,20.209059,20.419022,20.582817,20.59366,20.677965,20.789251,21.125105,25.24494,24.509367,23.337444,22.469385,21.904119,21.99271,21.349892,20.75086,21.097496,20.460909,20.20463,19.443535,19.361912,19.193262,19.361233,25.23172,25.054073,24.714378,24.528257,24.649899,24.235054,24.108213,23.952438,23.904625,23.754076,23.994408,24.046001,23.88463,23.936216,23.705868,32.498039,31.915972,31.165487,30.510288,29.618952,28.941954,28.650034,27.733952,27.196535,26.817972,26.001125,25.531006,25.147942,24.492863,24.273657,26.872576,25.649786,24.963526,23.663465,23.043976,21.701761,21.241783,20.92959,20.271404,19.217133,18.529579,18.077967,17.247463,16.827423,16.803398,25.255753,24.553814,24.018175,23.294773,22.597589,22.387304,22.005133,21.986843,21.852268,21.365385,21.324697,20.870075,20.243336,20.19668,20.350084,27.069473,26.684305,26.309664,26.100224,26.226065,25.905853,25.795729,25.944427,26.105286,26.198843,26.159746,26.079315,26.095659,26.097626,26.235188,24.301422,23.52282,23.337402,23.012049,22.296566,21.974182,21.747389,21.684956,21.244576,21.157223,21.186287,20.922281,20.84026,20.515654,20.151224,23.946096,22.958288,22.092224,20.54891,20.590328,20.212389,20.136396,19.837914,18.657764,20.070547,19.367044,18.324421,18.782099,19.329014,19.257275,27.789255,26.300001,25.560974,25.753159,25.342464,26.566883,25.069899,24.206709,25.267857,22.947926,23.08386,25.475975,24.048283,22.627037,23.025047,28.19615,28.230551,28.292919,28.195118,28.285498,28.148121,27.843403,27.637842,27.425459,27.10387,26.884621,26.429829,26.206652,26.163166,26.098909,24.447191,23.805624,23.446447,22.997889,22.544329,22.231796,22.001162,22.013676,22.353802,22.276798,22.61717,22.150883,21.891134,22.295515,22.494497,24.451923,24.191677,23.869978,23.562843,23.486376,22.941231,22.968845,23.029488,23.086653,23.109095,23.371449,22.958038,23.002275,23.072641,23.395216,27.539063,27.357513,27.004219,27.017937,25.352112,25.189188,25.554382,25,25.891949,25.078043,22.57085,24.185068,23.482244,24.565468,24.256294,26.416573,25.768211,25.131134,24.383434,23.71661,23.051161,21.672743,20.823851,20.492926,20.454287,20.537758,20.194759,19.736689,20.279558,19.755552,25.807196,24.86384,24.088823,22.983479,22.111891,20.690498,20.216606,19.976191,20.186047,21.086409,21.094824,20.84481,20.805525,19.844267,19.179735,35.442154,33.545795,31.944393,30.37887,29.557959,28.550486,28.881088,28.727203,28.432974,27.557997,27.290491,26.608688,26.800398,26.946815,26.856295,23.99119,23.937887,23.906904,23.818058,23.655825,23.594669,23.467108,23.21414,23.309465,23.375402,23.565733,23.19451,23.232244,23.015873,22.910574,24.666496,24.236818,23.750935,23.654001,23.963608,23.354481,23.837118,23.552481,23.581453,23.548166,23.522753,23.636917,23.277655,23.123983,22.975912,25.165955,24.699539,24.173553,23.927866,23.246468,22.994358,22.510822,22.301432,21.403696,21.631269,21.103447,20.291937,19.723972,19.530218,19.464647,25.070444,24.78368,24.619997,24.642685,24.385387,24.250719,24.299952,24.186327,23.803892,24.053699,23.750242,23.557724,23.181372,22.886951,22.970558,23.270847,22.327959,21.406906,20.804672,20.405014,19.552893,19.049749,18.998098,18.891544,18.794151,19.028912,18.608042,18.683329,18.475109,18.289522,25.379044,25.20443,25.128777,25.003704,25.165531,25.099197,25.295246,25.499466,25.583092,25.704306,25.506937,25.239361,24.987806,24.870543,24.803616,27.021036,26.513805,26.358784,26.139896,25.792768,25.725042,25.6576,25.665955,25.587973,25.423113,25.484001,25.152012,25.073248,25.094015,24.893589,27.890984,27.385199,26.706961,26.29343,26.102049,25.746197,25.451317,25.205744,24.970692,24.783308,24.537621,24.430014,24.276136,24.249943,24.322727,26.767591,25.055971,24.506153,23.843487,23.734106,23.45236,23.461422,23.577213,23.652941,23.731016,23.777254,23.580648,23.408157,23.581676,23.778671,22.669601,21.598841,21.15942,20.407894,20.248041,19.823561,19.127645,18.856041,18.653505,18.526049,18.097273,17.967968,17.625113,17.6029,17.877024,23.609627,22.145041,21.20882,20.621084,19.705641,18.82674,18.022629,17.561371,17.330837,18.006264,18.291405,18.534142,18.916101,18.312813,17.896389,25.573933,25.607119,25.247526,25.343094,25.467237,26.352791,25.199497,25.860674,25.709185,25.587263,25.004799,25.292057,25.266361,25.188395,24.905731,15.763654,15.332684,15.390828,15.874921,16.933418,17.898659,18.948662,19.510218,20.186523,20.373913,20.660234,22.358839,22.913132,23.057299,23.549963,25.085808,24.429934,23.69256,23.188406,22.303959,22.18482,21.915363,21.55442,21.879028,21.967411,22.459229,22.447767,22.426561,22.677824,22.724586,26.512114,25.984488,25.483009,25.175085,25.080692,24.653934,24.233376,23.853306,23.550631,23.347589,23.139887,23.355646,23.363493,23.401484,23.585094,23.119711,23.15613,22.472727,21.692347,20.80274,20.522118,20.115774,20.542356,20.447512,20.221281,20.68404,20.467974,20.241192,20,19.881094,26.37044,26.073366,26.04818,25.804407,25.250227,24.770309,24.212704,24.078188,23.569258,23.477959,23.123697,22.936584,22.669474,22.679417,22.265451,26.454617,25.97134,25.569969,25.211754,24.665312,24.404209,23.845592,23.719749,23.410559,23.445841,23.115688,22.839149,22.652493,22.566921,22.326906,25.387493,25.316626,24.609957,23.721376,22.995155,23.175331,23.056583,22.756239,23.307774,22.889355,22.896307,22.641994,22.176697,21.843092,21.542068,25.541344,24.710339,24.080036,23.501591,22.995071,22.69207,22.59874,22.001699,22.09347,21.435236,21.069998,20.911676,20.748032,20.676868,20.476191,33.715973,33.400463,33.698349,33.713333,33.632706,33.491169,33.905682,34.415585,35.099201,34.847126,34.219563,33.706539,32.609772,32.270298,31.2215,25.905842,25.461615,25.355492,25.171406,25.148954,24.869331,24.882597,24.856926,24.861931,24.87315,24.868093,25.191542,25.276726,25.475437,25.722176,24.768248,23.607359,22.236536,22.166687,21.707111,22.029844,23.101265,23.506899,23.051689,23.027569,22.478798,22.027899,21.711702,21.251043,21.685026,23.219658,22.765701,22.314217,21.910339,21.755304,21.210606,20.997507,20.484692,20.346706,20.190701,20.32337,20.065107,19.462418,19.34479,19.214628,26.266077,25.715294,25.239023,24.87401,24.363195,24.230425,24.012756,23.649971,23.500589,23.438595,23.30304,23.220209,23.225241,23.246164,23.157957,26.776127,26.688906,26.28232,24.962177,24.232527,23.446264,23.172968,22.63798,22.751448,22.616034,22.74333,22.152924,22.186203,20.122036,19.977457,29.322159,29.261913,28.94277,28.791758,28.633776,28.279963,27.816042,27.371798,27.087519,26.798895,26.30217,26.413172,26.265282,26.3316,26.687691,29.770285,29.416937,28.955927,28.636303,28.146076,28.042233,27.713961,27.421886,26.953939,26.387709,25.614845,25.244028,24.683308,24.277542,23.988251,37.365631,37.013172,36.909748,36.215519,36.17968,35.82478,36.145454,35.752964,35.455338,35.200344,35.077324,35.050194,34.552315,34.115761,34.41473,26.116879,25.635996,25.290241,24.58951,24.070843,23.815649,23.51988,23.520041,23.459148,23.2586,22.947254,22.582321,22.306349,22.178875,21.786705,25.796303,26.085234,25.24564,24.931667,24.367458,23.37788,23.61809,22.965117,22.265932,22.156631,21.97327,21.222879,20.457712,20.357141,20.390892,25.290472,24.516916,24.184649,23.39706,22.568624,21.854969,21.240387,20.802086,20.75713,20.696562,20.532516,20.314039,20.394213,20.641403,20.480055,27.795246,27.315933,27.042585,26.780752,26.554251,26.225311,25.773272,25.469011,25.490484,25.354179,24.827789,25.042175,24.757643,24.404001,24.170616,28.028059,26.936182,26.302675,25.897663,25.651451,25.426546,25.271353,25.358429,25.388977,25.483578,25.606956,25.470076,25.343493,25.484852,25.647467,27.97106,27.482975,27.190813,26.708746,26.130056,25.5851,25.250885,24.727407,24.269457,24.031832,23.914793,24.003687,23.831316,23.741554,23.979126,26.501268,25.812584,25.48682,25.050747,25.068787,24.784792,24.620554,24.325621,23.722496,23.69302,23.257097,22.984467,22.98773,23.040733,22.871485,26.0254,25.35063,25.154623,24.728758,24.317636,23.857365,23.405163,23.134167,22.890272,22.761463,22.793798,22.562084,22.235165,22.231241,22.387283,30.046394,29.59041,29.294781,29.069031,28.592958,28.311661,28.174677,27.559202,27.25235,27.050909,26.720058,26.161755,26.01955,25.887882,25.839905,23.703732,23.056576,22.520685,21.986258,21.661465,21.221895,20.879326,20.851717,20.739326,20.916958,21.012907,21.645216,22.327021,23.384314,23.758469,31.634649,31.408442,31.143988,30.821594,30.48472,30.223951,30.098354,29.942465,29.895805,29.78352,29.643372,29.715893,29.784145,29.84874,29.898066,28.759003,28.12454,27.544052,26.952154,26.691261,26.133358,25.959131,25.575781,25.36937,25.311161,25.270283,25.267893,25.286594,25.333265,25.367743,27.204454,26.86421,25.879509,25.302729,24.805922,24.382744,24.371792,23.824141,23.963964,23.623688,23.720676,23.317982,23.003107,23.077629,22.978178,27.491961,26.731459,26.179161,25.591949,25.452105,25.52368,25.505486,25.722439,25.728243,25.58823,25.406603,25.090069,24.858768,24.808996,24.717985,28.232141,27.441639,26.91777,26.585161,25.955252,25.699928,25.732491,25.319555,24.986553,24.507196,24.402029,24.004831,23.735079,23.50967,23.5935,26.67301,26.397764,25.962931,25.457272,24.825871,24.376896,24.200687,24.156322,23.895844,23.805704,23.680519,23.6315,23.673058,23.772976,24.01329,32.30941,31.783903,31.267345,30.606688,29.925049,29.125675,28.500635,27.855825,27.343983,26.794064,26.507568,26.313358,26.104286,25.905701,25.710642,26.978859,26.416645,26.068888,25.784647,25.282284,24.537842,24.191509,23.794178,23.486786,22.857296,22.811657,22.949841,22.854155,22.695589,22.825844,26.051989,25.178078,24.591599,24.407963,23.882784,23.337257,23.633104,23.365042,23.233978,22.876404,22.960321,22.498131,22.611797,22.292133,22.081257,28.080473,27.651892,27.230829,26.534527,25.709482,25.258259,24.751379,24.342663,24.016037,24.040846,23.888531,23.811468,23.604563,23.334013,23.297689,29.202362,28.435123,28.105804,27.4333,26.206306,26.817101,26.663626,26.098675,25.79751,25.338402,25.175142,25.477139,25.552591,25.511356,25.535398,26.241632,25.798698,25.308117,24.469671,24.01132,23.55237,23.233541,23.03525,22.745653,22.642715,22.522202,22.736073,22.149906,21.927536,21.819376,26.072353,25.792566,25.390171,25.136948,24.922388,24.748022,24.656218,24.31282,24.010014,23.800718,23.561069,23.547935,23.585615,23.415276,23.305664,27.878376,27.52376,27.155664,26.919508,26.675526,26.399124,26.172199,25.871967,25.507736,25.421947,25.230768,25.237516,25.111277,24.99794,25.218964,25.121,24.526197,24.072266,23.70443,23.422831,22.951906,23.979933,23.45742,22.912354,22.305098,22.112625,22.280638,22.421112,22.937477,22.828131,26.321856,25.738712,25.434277,25.11334,24.814377,24.690584,24.521776,24.062567,23.982515,23.797215,23.727102,23.561268,23.541071,23.066668,22.909145,30.065775,29.634655,29.069857,28.757629,28.768414,29.376883,29.722353,29.521538,29.201073,28.648746,28.256622,27.768236,27.265299,26.728054,26.41921,24.494305,24.404831,23.554502,23.200094,22.80352,22.712786,22.655054,22.587929,22.46274,22.170929,22.499704,22.4611,22.324524,22.070126,22.125813,25.436768,24.575216,24.29524,23.763535,23.170046,22.598696,22.274881,21.860634,21.852856,21.525156,21.597694,21.396667,20.946482,20.789204,20.476753,26.10425,25.435465,25.153503,24.745979,24.74271,24.940413,24.489796,23.733751,22.936617,22.030386,21.706863,21.158337,20.709087,20.74894,20.858023,26.052374,25.128836,24.374846,23.465658,23.167341,22.912922,22.261623,21.40119,20.943319,20.735695,20.33852,19.69235,19.004396,18.918919,19.0163,26.244175,25.840992,25.292345,24.807745,24.486725,24.052835,23.702175,23.462238,23.247246,23.07662,22.877592,22.586224,22.645687,22.45402,22.539606,25.610146,25.024176,24.554455,23.983316,23.343063,22.980228,22.789362,22.53484,22.260818,21.82634,21.628456,21.159254,21.089643,21.334162,21.439484,25.705566,24.379305,24.073353,23.67835,23.707577,23.837616,23.824163,24.041466,24.18589,24.002748,24.177862,24.089033,24.505648,24.203417,24.220381,26.343498,25.775656,25.651524,24.854563,24.535465,24.220091,23.697359,23.629295,23.186184,22.853313,22.680838,22.422998,22.441149,22.291929,22.3412,28.263531,27.797562,27.453836,27.082809,26.560371,26.39057,26.208118,26.063129,25.752985,25.442648,25.168789,25.196058,25.129307,24.974779,24.920668,27.423529,26.94129,26.616972,25.924253,25.748638,25.240002,24.595356,24.200893,23.990643,23.451864,23.265343,22.963869,22.57085,22.455116,22.31731,25.291533,24.646446,24.092527,23.197216,22.547028,22.006174,21.850359,21.205729,20.933304,20.432003,20.083866,19.97352,19.780659,19.737902,19.649326,33.61639,32.71846,31.146618,31.274578,30.31078,29.595819,28.784233,27.884615,27.164391,26.380516,25.756493,25.93947,25.18593,25.595888,25.510443,31.836203,31.708708,31.527779,31.125351,30.574406,30.12554,29.661011,29.242043,28.857517,28.430212,28.121449,27.558565,27.075922,26.648764,26.236158,28.089792,27.516508,27.184273,26.703783,26.431461,26.072815,25.660912,25.611889,25.343073,25.043545,24.971367,24.857523,24.622969,24.260729,24.056948,32.235901,31.955782,31.885866,31.935341,32.183987,32.453426,33.000881,33.431435,33.426064,33.105164,32.732601,32.151634,31.576548,30.950951,30.437708,26.377213,25.9195,25.498972,25.159395,24.571035,24.287556,23.823219,23.488485,23.167915,22.981237,22.993631,23.191816,23.057653,23.079725,23.231428,31.499655,30.870762,30.291218,29.698097,29.013405,28.336884,27.812365,27.214771,26.691607,26.09758,25.678545,25.14727,24.68902,24.282473,23.958139,27.924732,27.364275,26.848013,26.142641,25.727917,25.364012,25.126616,24.800077,24.459801,24.107229,23.88352,23.834028,23.614941,23.581951,23.574789,26.172888,26.386293,26.687441,27.025219,27.569134,27.652275,27.890018,28.51581,28.325951,28.538269,28.885588,28.850725,28.649395,28.626913,28.591228,30.136871,29.556787,28.616888,27.808689,27.366682,26.847202,26.433643,26.122517,25.736105,25.203791,24.760023,24.665785,24.090792,24.323938,24.373674,29.470957,28.835785,28.072571,27.315512,26.682844,26.265938,25.804298,25.439608,25.254026,25.001282,24.900972,24.681377,24.588547,23.872019,23.786488,29.556175,29.162088,28.795389,28.26733,28.075272,27.507713,27.442574,27.159157,26.850849,26.445192,26.467674,26.462534,26.108423,26.338867,26.453568,21.336136,20.586172,20.062801,19.702162,19.452404,18.938749,19.000244,19.165276,19.098574,19.511822,19.424086,20.032021,20.744616,21.806358,22.208858,33.331036,32.678455,32.052059,31.395277,30.674625,29.969078,29.231947,28.488415,27.841536,27.101248,26.565048,25.813231,25.184488,24.566265,24.143009,29.104239,28.17049,27.651045,27.238506,26.954794,26.579704,26.402946,26.240898,26.153152,26.216312,26.179399,25.715839,25.487402,25.772806,25.433346,26.329487,25.752613,25.19278,24.702435,24.35668,24.238632,24.034367,23.849897,23.636379,23.38529,23.243464,23.14562,22.966677,23.144684,23.190413,26.519236,25.799376,25.386398,25.126308,24.781946,24.391756,24.092909,23.768026,23.640106,23.256351,23.178129,23.162542,22.927088,22.958204,22.800621,28.813986,28.309574,27.896448,27.519556,27.177483,26.819485,26.511097,26.170795,25.856348,25.524021,25.305361,25.324759,25.402102,25.492493,25.622669,26.434656,26.105864,25.720633,25.072655,24.758259,24.2708,23.867922,23.595167,23.199478,22.66312,22.508055,22.700235,22.797009,22.771328,22.726919,25.546165,24.998064,24.677332,23.971806,23.787191,23.780111,23.224255,22.348015,21.996071,21.679424,21.529812,21.141531,21.138807,20.790689,20.978497,26.22961,26.177946,25.872404,25.240187,24.880352,24.284145,23.355112,23.199364,23.024998,22.391289,22.215384,21.942966,21.397198,21.571529,21.970676,27.41147,26.769251,26.206762,25.74811,25.123024,24.410416,24.17354,23.98035,23.734423,23.466148,23.361877,23.072906,22.950497,22.593359,22.62705,28.855402,28.177238,27.393213,26.55628,25.836563,25.36636,24.860781,24.093834,23.599375,23.050314,22.646711,22.306059,22.416098,22.12874,21.860577,26.445061,25.830868,25.576445,24.986631,24.525156,24.16437,23.765173,23.454634,22.990992,22.654823,22.093023,21.775822,21.427248,21.212683,21.135311,30.492723,29.718748,28.961128,28.094456,27.519556,26.987453,26.551638,26.021343,25.54022,24.881271,24.310396,24.12216,23.744375,23.454914,23.249741,29.180939,28.607944,28.091654,27.590183,27.130354,26.59469,26.140627,25.700611,25.541683,25.371796,25.029924,24.849174,24.500135,24.165787,24.120724,27.111197,26.588467,26.054823,25.669823,25.363317,24.902357,24.32019,24.140137,23.961859,23.484634,23.339905,23.50407,23.607105,23.893553,23.949146,25.860266,25.635296,25.240219,24.743626,24.123684,23.891136,23.357363,22.903315,23.014311,23.081085,23.187235,23.225418,23.026579,22.848526,22.965351,28.569477,28.009638,27.315584,26.641392,26.056417,25.509993,25.09277,24.790245,24.309505,23.897354,23.55031,23.189524,22.976145,22.596733,22.447763,27.498281,27.019215,26.749321,26.405357,26.373806,26.115013,26.017466,25.887268,25.785297,25.816616,25.638851,25.749067,25.798038,26.071358,26.056576,29.073954,28.683821,28.456932,28.266537,27.993813,27.622965,27.353251,27.159674,26.740662,26.548672,26.42886,26.564672,26.222383,26.140123,26.279974,27.534019,26.801979,25.94968,25.276337,25.025814,24.475945,23.900013,23.37974,23.199329,22.946226,22.699791,22.343422,22.008354,22.126909,22.374901,25.594688,25.03784,24.748987,24.350765,23.719692,23.395802,23.25036,23.235153,22.792656,22.782736,22.726719,22.772278,22.942152,23.090288,22.959536,23.781456,22.783365,22.49654,22.148872,21.858047,21.306948,20.468502,20.455057,19.667654,19.29587,18.944307,18.886414,19.307159,19.133242,19.044273,25.212502,24.543411,23.968006,23.633183,22.916975,22.387833,22.412186,21.591446,21.05518,20.830629,20.643169,20.876375,21.065863,21.194639,21.509628,26.562244,26.024454,25.028873,24.448469,23.857025,23.322737,22.559435,22.548857,22.407747,21.46073,21.541534,21.329315,21.407923,21.230875,20.776531,30.286049,29.976263,29.231319,28.829691,28.928635,28.694773,28.458204,28.180248,27.935923,27.621689,27.580225,27.249002,27.012852,27.386633,27.329945,26.194721,25.634203,25.229696,24.507818,24.031961,23.619141,23.381361,23.2836,23.292448,23.143755,22.910885,23.036165,22.724182,22.651007,22.567223,27.190313,26.736322,26.133957,25.701567,25.323339,25.040966,24.881229,25.251154,24.634409,24.444263,24.331432,24.286615,24.347891,24.373077,24.356888,29.08696,28.671551,28.242462,27.730143,27.291384,27.063215,26.852283,26.74646,26.396339,26.219696,26.052904,25.906218,25.716253,25.652863,25.706451,25.076118,24.877138,24.466616,24.159956,23.867563,23.619057,23.463621,23.146908,23.106604,22.973785,22.826088,22.734741,22.764229,22.973299,23.125433,29.61005,29.022661,28.585207,28.036102,27.538889,27.08905,26.672771,26.20384,25.854202,25.604546,25.431955,25.393475,25.317617,25.212776,25.057381,26.198084,26.084515,26.10453,26.050304,25.806889,25.546083,24.770399,24.678595,24.937027,24.369074,24.194618,24.340607,24.302574,23.852215,23.32136,27.212111,26.746073,26.248863,25.712729,25.07774,24.867144,24.332344,23.812176,23.171413,22.6689,22.557095,22.281673,22.278912,22.17742,22.338367,26.021883,25.49555,24.982346,24.472927,23.883652,23.430609,22.990303,22.559828,22.314491,22.045029,21.90732,22.060801,21.865589,21.621742,21.786217,25.075193,24.698795,24.409698,23.837959,23.37978,22.79987,22.465887,22.285528,21.656572,21.413206,21.365232,21.212122,20.037043,20.370056,19.862896,27.410057,26.755783,26.003265,25.262356,24.699354,24.107681,23.6534,23.117964,22.539482,22.047623,21.870344,21.556002,21.22542,21.004303,20.736971,28.479614,28.026434,27.576483,27.053659,26.622755,26.460424,26.323175,26.142672,25.946093,25.803753,25.668781,25.766827,25.644625,25.52737,25.399906,26.550611,26.081917,25.773823,25.121439,24.274158,24.082785,23.802677,23.275766,22.994713,22.681334,22.576653,22.617298,22.578999,22.905632,22.803503,27.067202,26.675514,26.374868,26.010891,25.58375,25.145054,24.912048,24.507038,24.130354,23.850203,23.690697,23.477011,23.323103,23.350304,23.437756,26.289261,25.817326,25.087027,24.281506,23.858721,23.853506,23.870811,23.167442,22.931402,22.649502,22.544905,22.385786,22.238335,22.372269,22.287645,24.432549,24.351686,23.966717,23.563944,22.672405,22.636232,22.473232,22.072021,21.947353,22.0476,21.850637,22.130688,21.890688,21.759628,21.52688,27.272129,27.113646,26.584705,25.709394,25.479942,24.909698,24.686834,24.123573,24.032312,23.503897,23.452169,23.471346,23.540283,23.43685,23.558428,25.701263,25.580034,24.825073,24.393698,24.145489,23.855707,23.56052,23.249365,23.142351,22.855612,22.773993,22.547073,22.492329,22.56432,22.621861,25.122284,24.72851,24.587132,23.702618,23.275234,23.086109,22.794807,22.384428,22.128061,21.873096,21.639547,21.532347,21.618465,21.763124,21.755194,26.886086,26.200195,25.575623,24.915531,24.622591,24.205503,23.812105,23.51281,23.184881,22.895325,22.630373,22.429842,22.273945,22.181995,22.090254,32.822197,32.356071,31.941759,31.497532,31.098932,30.852121,30.512047,29.995119,29.403984,28.713572,28.183859,27.465853,26.881643,26.454199,26.072714,27.725649,27.48271,27.183481,26.666134,26.440933,26.50176,26.327145,26.169846,25.961569,25.683611,25.406441,25.523594,25.660416,26.020401,26.304209,29.727114,29.268345,28.67244,28.119904,27.7041,27.294552,27.018885,26.656597,26.351759,25.881899,25.487333,25.236235,24.981934,24.679445,24.514336,26.068338,25.430975,24.724073,24.222412,23.823738,23.622812,23.595024,23.492531,23.398003,23.288946,22.861429,22.534414,22.360853,22.358917,22.409136,26.20472,25.718203,25.269218,24.86517,24.563894,24.295036,23.77903,23.567516,23.303326,23.044453,22.880568,22.767208,22.434576,22.266447,22.16308,29.863337,29.29937,28.767458,28.341515,27.966127,27.594555,27.294884,27.048298,26.654594,26.26515,26.052956,26.05064,25.98328,25.984875,25.948248,29.559799,29.328802,28.927528,28.362772,28.020636,27.818356,27.466848,27.043114,26.976866,26.665884,26.326197,26.406029,26.519182,26.588264,26.652952,27.773056,27.724686,27.239986,26.257107,25.277285,24.385866,24.450457,24.043158,23.713215,23.61763,23.762377,23.554653,23.265583,23.207525,22.662987,27.337719,26.887512,26.467583,25.678053,25.18524,24.551971,23.873566,23.528061,23.213322,22.609779,22.554325,22.450268,22.14337,21.807102,21.75631,30.047422,29.556713,29.133991,28.537931,27.919773,27.287802,26.805687,26.382536,25.931416,25.367075,25.18676,24.955082,24.731638,24.921434,25.099913,27.690359,26.986843,26.422844,25.743088,25.185186,24.334229,23.315285,22.489197,21.605343,21.073324,20.502037,20.134094,19.775476,19.588795,19.468256,28.615385,28.170263,27.503698,26.931923,26.310305,25.707802,25.323355,24.659508,24.127474,23.578571,23.167345,22.754877,22.656794,22.580967,22.593449,28.259117,27.722164,27.39855,26.958078,26.675182,26.099352,25.675711,25.319599,24.947531,24.676659,24.368023,24.463078,24.337805,24.119925,23.899206,30.508509,30.222776,29.888191,29.482933,29.382187,29.263813,29.036564,28.659435,28.456512,28.041479,27.940512,27.74645,27.599457,27.592199,27.600807,27.630341,27.352003,26.965189,26.523069,26.255783,26.080379,25.715975,25.571655,25.412077,24.961897,24.709778,24.500578,24.288963,24.271553,24.249517,28.271759,27.829868,27.494795,27.157536,26.765043,26.139542,25.497028,25.310352,25.017988,24.657452,24.417765,24.195551,24.074186,23.978367,23.683887,28.314484,27.879509,27.268585,26.819298,26.049507,25.644753,24.990917,24.430622,23.693476,23.265192,22.823046,22.72813,22.546717,22.463631,22.489885,26.022354,25.632668,25.267918,24.93025,24.683168,24.320242,24.116316,23.81278,23.611336,23.320271,23.045151,23.107258,23.004665,23.10931,23.20965,30.004963,29.435432,28.914818,28.365982,27.956787,27.236116,26.57583,26.136824,25.574604,24.97847,24.510979,24.207644,23.762913,23.479048,23.262449,29.138857,28.619078,28.088573,27.487373,26.959696,26.542917,26.090542,26.15946,25.753906,25.329166,24.976719,24.696749,24.545244,24.19158,24.197502,30.108297,29.5347,29.109791,28.51609,28.215004,27.63291,27.167379,26.671604,26.022411,25.265736,24.843325,24.719128,24.329243,24.130041,23.962549,25.468948,24.850142,24.11775,23.580273,23.418083,23.053228,22.623289,22.447517,22.202946,21.98485,21.923361,21.495621,21.254387,21.382893,21.40852,29.557306,29.084249,28.570717,27.78997,27.413919,26.865381,26.41083,25.975365,25.477297,25.068621,24.601789,24.165226,23.74222,23.382545,23.215466,29.704163,29.269442,28.94339,28.609291,28.1973,27.979317,27.568228,27.144632,26.687634,26.254341,25.944365,25.676418,25.462658,25.307268,25.141394,26.933008,26.429956,26.297123,25.88867,25.784897,25.388664,25.379467,25.003073,24.53248,24.213305,23.931307,23.794346,23.575573,23.451977,23.054632,29.752111,29.232513,28.648451,28.027634,27.595325,27.139977,26.927223,26.653492,26.046764,25.675785,25.237349,24.987673,24.940615,25.065046,24.876366,27.742764,27.089905,26.636747,26.203629,25.839117,25.281027,24.812418,24.36767,24.066605,23.284643,23.015827,22.655931,22.527473,22.372318,22.137177,29.040087,28.523415,27.919912,27.638765,27.052338,26.500065,25.910389,25.442516,24.774967,24.505281,23.864277,23.278259,22.850679,22.866491,22.464844,27.461189,27.061289,26.485535,26.046419,25.579008,25.073029,24.743471,24.451899,23.846153,23.493164,23.224909,23.055422,22.878033,22.877417,22.940975,28.035456,27.693203,27.193733,26.811197,26.182301,25.817602,25.447964,25.178734,24.838737,24.621382,24.07192,23.877617,23.7484,23.778891,23.755356,25.696558,25.236952,24.642042,24.236961,23.804193,23.328108,22.911934,22.440439,22.138079,21.718071,21.520542,21.484291,21.226961,21.249874,21.126022,28.149197,27.865643,27.647343,27.076637,26.767313,26.401562,25.945881,25.387646,24.823362,24.143051,24.068665,23.611362,23.312735,22.992256,22.879051,34.786552,34.514343,34.221695,33.744053,33.19072,32.646072,32.095955,31.488028,30.902302,30.342918,29.894712,29.351664,28.876213,28.411934,27.881351,29.836655,29.237249,28.930149,28.398148,27.996454,27.827744,27.522093,27.059525,26.597855,25.997717,25.611389,24.984375,24.64164,24.488676,24.463961,30.067402,29.423744,28.767511,28.379807,28.021559,27.466938,26.838955,26.477373,26.144249,25.429142,24.892117,24.694632,24.30122,24.234974,24.33865,32.137638,31.883717,31.799559,31.391821,31.174314,30.752954,30.047602,29.717266,29.238859,28.747984,28.333345,28.029636,27.656313,27.576262,27.425793,27.714622,27.406656,27.048365,26.650742,26.427858,25.971621,25.659948,25.292524,25.578712,25.133354,24.902983,24.442869,24.400146,24.209496,24.34586,28.06687,27.717909,27.271975,27.016253,26.497492,26.107464,25.448221,25.202106,24.666954,24.133928,23.808142,23.589334,23.394451,23.164503,23.173666,27.999895,27.560261,27.150452,26.682508,26.008791,25.734394,25.387625,24.845781,24.296532,23.999462,23.740871,23.623846,23.528776,23.56456,23.632994,30.180073,29.748688,29.236725,28.662174,28.193737,28.104982,27.789095,27.378696,26.915237,26.417532,26.385986,26.099916,25.917921,25.821575,25.767643,27.629063,27.26436,26.822985,26.614845,26.003874,25.438404,25.28764,24.892076,24.629768,24.24725,23.949417,23.513391,23.41239,23.201244,23.15324,27.110867,26.797386,26.320637,25.658411,25.342941,25.010418,24.981451,24.411491,24.15801,24.160007,23.447821,23.01825,23.01643,22.840088,22.617867,28.385794,28.249756,27.878008,27.373425,26.976437,26.461029,26.084801,25.774734,25.240902,24.688248,24.458233,24.53718,24.100498,24.051567,24.033937,30.233898,29.858229,29.561693,29.048264,28.356144,27.811089,27.062147,26.527962,26.091995,25.712883,25.235086,24.666714,24.250593,24.136347,23.799829,30.713743,30.412498,30.086262,29.574802,29.110571,28.755453,28.314638,28.011766,27.590864,27.266497,26.933983,26.676353,26.528948,26.513628,26.479942,25.273632,24.70649,24.085804,23.667704,23.587002,23.542538,23.271441,23.029354,22.601761,22.122652,21.997135,21.985077,22.091679,22.183941,22.23015,28.847477,28.218472,27.665939,27.104395,26.719418,26.332077,26.129547,25.731464,25.48806,24.977026,24.839727,24.717241,24.406649,24.355387,24.341896,25.917116,25.632454,25.397005,24.852285,24.660578,24.391588,24.264605,23.960899,23.576557,23.098682,22.817364,22.753468,22.834814,22.775894,22.874525,28.200218,27.812342,27.403822,26.969332,26.58754,26.312586,26.094353,25.894249,25.756088,25.463453,25.246531,25.189373,24.983778,24.909473,24.849258,29.618328,29.123249,28.694263,28.145323,27.73748,27.479208,27.053749,26.947296,26.564928,26.285379,26.096085,25.859758,25.679039,25.654539,25.612604,27.905914,27.516588,27.027086,26.664213,26.178804,25.795427,25.398027,25.077755,24.752882,24.212147,23.770704,23.370733,23.422974,23.300251,23.02532,28.195446,27.894222,27.515045,27.129194,26.972733,26.786682,26.523928,26.382021,26.234446,25.795027,25.58378,25.407196,25.18751,25.181557,25.126347,32.818134,32.379498,31.893652,31.425116,30.978724,30.594978,30.316841,29.999966,29.705433,29.420498,29.167912,29.152527,29.245127,29.294842,29.33493,27.884977,27.377342,26.916822,26.531368,26.207655,25.841585,25.583231,25.25869,24.663916,24.141663,23.634623,23.317717,22.980507,22.936621,22.787315,27.403473,26.854816,25.974277,25.725094,24.881767,24.324326,24.178268,23.533966,23.321039,23.320389,23.137938,23.064266,22.785423,22.752617,22.450779,29.794937,29.554489,29.482159,29.411293,28.91972,28.804913,28.4594,27.982971,27.507309,26.961512,26.8125,26.626945,26.441822,26.303843,26.167912,27.08485,25.900606,25.123951,24.739386,24.491331,24.476862,24.578922,24.586836,24.592823,24.448229,24.518501,24.366814,24.336277,24.674694,24.942362,28.424776,28.063398,27.571329,26.771006,26.183357,25.81551,25.228706,24.696112,24.212126,23.755894,23.54578,23.337074,23.129324,23.076721,22.940094,30.475178,29.761976,29.023579,28.432428,27.748358,27.17345,26.570827,26.130146,25.633663,24.981409,24.720175,24.483751,23.916468,23.588591,23.355368,28.488811,27.935644,27.37921,26.609442,25.948841,25.543667,24.731258,24.60693,23.759409,23.333567,22.951626,22.819695,22.749252,22.674461,22.711769,29.787737,29.375929,28.937378,28.369247,27.727894,27.199104,26.766378,26.337543,25.701731,25.389919,25.094131,24.687143,24.450817,24.391066,24.166403,28.556072,27.480915,27.358326,26.509777,26.158827,25.475349,25.257391,24.716288,24.386225,23.818064,23.092009,22.412092,22.416899,22.402922,22.020639,27.852556,27.538326,27.146458,26.562023,26.17713,25.709074,25.083902,24.687941,24.403893,23.917515,23.676767,23.175081,22.989031,22.583097,22.559179,28.653204,28.181652,27.849993,27.077639,26.466877,25.542662,25.078873,24.058979,23.714561,23.214121,22.86297,22.434467,22.005337,21.907911,21.779024,28.616333,28.60714,28.071091,27.890379,27.262316,26.408369,26.3064,26.139032,25.760523,25.268381,25.063467,24.430157,24.396093,24.61771,24.780867,29.011396,28.375589,28.006136,27.706587,27.46501,27.388371,27.148214,26.957014,26.758015,26.330763,26.170641,25.997841,25.948814,25.965345,25.97617,28.08358,27.648199,26.987061,26.453356,25.84502,25.250408,25.076828,24.526711,24.227793,23.262699,23.139273,23.034719,22.591751,22.338074,22.419113,28.769785,28.191978,27.639475,27.111137,26.800684,26.549763,26.302216,26.14978,25.944086,25.740347,25.55106,25.547096,25.410673,25.423527,25.494894,28.780937,28.210745,27.489965,26.62328,25.881338,25.241619,24.548353,24.080217,23.66181,22.936665,22.642166,22.194969,22.076502,22.312429,22.672413,26.916576,26.249357,25.841539,25.319056,24.979879,24.192369,23.962664,23.673857,23.538034,23.206377,22.994532,22.962908,22.414454,22.427177,22.428537,29.140409,28.82744,28.290213,27.866468,27.244377,26.815775,26.315928,25.970829,25.502935,25.039419,24.711128,24.597094,24.240974,23.958195,23.799788,27.193657,26.801884,26.481157,26.091993,25.592506,25.198927,24.830589,24.478512,23.768061,23.445122,23.323002,22.965754,22.711798,22.585938,22.430054,28.742403,28.356064,27.69775,27.220715,27.013536,26.626247,25.977003,25.263565,24.950184,24.564703,24.297216,23.531254,23.378487,23.030218,22.79319,28.784216,27.952606,27.165354,26.616917,25.966757,25.474028,24.71365,24.419914,23.878469,23.314816,23.407074,22.926773,22.726742,22.669254,22.508018,27.87376,27.394142,26.974991,26.730801,26.495325,26.152012,25.845587,25.647541,25.352625,25.002718,24.78377,24.793682,24.730606,24.854527,24.911182,30.231247,30.066004,30.008558,29.647177,29.205114,28.670099,27.883413,27.447487,26.891943,26.480448,25.816996,25.171349,25.070482,24.722689,24.562885,30.439981,29.794724,29.017601,28.120317,27.534031,27.169863,26.60915,25.840401,25.371519,24.94669,24.428375,24.260729,24.121611,24.049038,23.906942,28.974157,28.282434,27.534031,27.039797,26.119873,25.794411,25.075081,24.591099,24.234913,23.785252,23.278172,22.78451,22.340986,22.269171,22.082474,27.715197,27.19128,26.338772,25.758484,25.521236,24.985039,24.723911,24.359415,23.8248,23.608789,23.29283,23.079243,23.015564,22.917027,23.088943,28.420168,27.750626,27.083832,26.6714,26.092888,25.322762,25.038185,24.391249,23.735134,23.150261,22.836237,22.310944,22.14319,21.932533,21.743301,30.41,29.677094,29.373163,28.957388,28.607454,28.442991,28.189415,27.910751,27.819025,27.393753,27.034327,26.924706,26.77351,26.962313,27.219921,27.845329,28.209192,27.73144,27.216621,26.837677,26.876535,26.007288,25.868952,25.54154,24.684565,24.286388,23.871273,23.179764,23.006748,22.812202,27.009422,25.920778,25.385302,25.164244,24.940962,24.8234,24.762899,24.955784,24.898396,24.974846,25.076462,24.859726,24.721733,24.834244,24.785757,27.994209,27.55028,26.958679,26.267338,25.505754,24.99543,24.347666,23.989666,23.554564,23.270597,22.906574,22.686266,22.253305,22.235052,21.699398,28.462482,28.075924,27.586206,26.76539,26.251543,25.833559,25.20183,24.815855,24.380722,23.908384,23.962767,23.621521,22.825197,22.226799,22.15917,27.939228,27.32634,26.947367,26.705275,26.553711,26.318634,26.00638,25.754686,25.263824,24.901814,24.755747,25.055307,25.272318,25.583267,25.72093,27.355116,26.744396,26.21406,26.053476,25.794733,25.103897,25.245705,24.666386,24.244829,23.777248,23.396088,23.269386,23.122257,23.294235,23.117115,27.190294,26.352364,25.913078,25.609362,25.260363,25.147989,25.120882,25.187817,25.269228,25.251097,25.48028,25.330725,25.089783,24.822754,24.509939,26.042351,25.570604,25.046392,24.49818,24.121765,23.770927,23.172434,22.763105,22.612671,22.221214,21.815023,21.592756,21.649452,21.628389,21.609566,27.88382,27.768034,27.494768,26.708582,25.61273,25.504288,24.776812,24.140753,24.099047,23.368101,22.950241,22.669342,22.227522,21.606781,21.488594,29.517809,28.933308,28.219894,27.507854,27.006943,26.520529,25.991259,25.553209,25.340977,24.928627,24.617699,24.332266,24.048876,23.932297,23.71097,29.551878,29.216999,28.767073,28.266514,27.780571,27.099987,26.942196,26.533503,25.878155,25.262934,24.874514,24.4517,24.194357,24.031063,23.928469,27.339405,26.99259,26.573109,26.257626,25.872698,25.651567,25.318056,24.914581,24.475708,24.10124,23.757862,23.505541,23.341192,23.32729,23.359083,27.930048,27.419821,26.606596,25.979212,25.156328,24.662113,24.382895,23.864779,23.736082,23.142651,22.965054,22.846024,22.649342,22.554358,22.621914,27.655867,27.004852,26.121235,25.610533,24.783792,24.287037,23.797825,23.43914,23.219814,22.736336,22.500507,22.251694,21.947121,21.894901,21.746967,28.716459,28.088909,27.530533,27.032667,26.396784,26.120192,25.422585,25.127081,24.631586,24.310944,24.028799,23.738176,23.666897,23.70796,23.719023,24.5166,23.856371,23.439632,23.52795,23.182442,23.13414,22.185764,21.636387,21.143669,21.052631,20.9772,20.391432,20.259081,20.467993,20.466496,23.905273,23.64834,23.318077,22.772049,22.057116,20.989115,20.714962,20.81049,20.139725,19.990116,19.830803,20.195194,19.887383,20.94039,20.898993,25.473627,25.256401,24.662327,23.785292,23.582798,23.185583,22.193628,21.855598,21.542757,21.229755,20.752352,20.769068,20.548042,19.952969,20.00569,25.014603,24.36294,23.830105,23.354534,23.102064,22.991156,22.636835,22.220526,21.65251,21.347704,20.998678,20.992455,21.004961,20.889734,21.048464,22.648441,22.043818,21.926353,21.546535,21.135303,20.588236,20.271349,19.73642,19.419353,19.70339,19.551334,18.710535,18.500256,18.62245,18.332472,29.1716,28.799156,28.378954,27.68442,27.31752,26.944605,26.349619,25.577381,24.826609,24.462994,24.090055,23.386911,22.676983,22.233456,22.035152,25.147829,24.512974,23.947004,23.453053,23.134304,23.191441,23.11548,23.339804,23.590784,23.847008,23.948149,24.01981,23.98242,23.840382,23.896305,26.924688,26.941978,26.266962,25.926348,25.614288,25.31698,25.167164,24.886078,24.268541,23.759483,23.522697,23.777525,23.556538,23.745401,23.887207,23.80319,23.436569,23.039427,22.803516,22.424982,22.410103,22.175106,22.226349,21.997353,21.804575,21.664127,21.770718,21.877428,22.249826,22.298561,26.196354,25.973654,25.687632,25.285757,24.949785,24.38673,23.839291,23.574921,23.414011,23.168064,22.993887,23.049679,22.951757,22.870211,22.995209,25.372034,24.727039,24.054762,23.539049,23.074999,22.583876,22.201015,22.03253,22.100227,21.780643,21.867006,22.378624,22.287134,22.212502,22.33559,24.831688,24.128775,23.58971,23.348282,22.769436,22.479118,22.235617,21.957088,21.8025,21.824614,22.131311,21.962149,21.592047,21.500933,21.433342,24.648268,23.887159,23.17701,22.292143,21.595068,20.698084,20.370554,19.674274,20.050789,19.516729,19.116125,20.737282,20.945946,21.174217,20.908998,25.788044,25.408714,24.935017,24.315067,23.514521,23.10113,22.455837,22.042265,21.994022,21.935112,22.041462,22.058613,21.513906,21.282389,21.124842,24.667803,24.012978,23.697515,23.082312,22.118511,21.646908,21.268099,21.018015,20.73197,20.617966,20.477352,20.684902,20.776854,20.651855,20.761322,27.56745,27.154366,26.495869,25.998682,25.663086,25.185308,24.590879,24.338192,23.75948,23.507421,22.890654,22.586601,22.460184,22.144064,22.383026,26.223888,25.571505,25.181597,24.577206,24.11264,23.68074,23.314096,23.038168,22.673592,22.362621,22.054689,21.825253,21.764194,21.834402,21.816204,23.93425,23.33979,22.96413,21.965179,21.278976,20.533117,20.2456,19.395985,19.160978,19.083075,19.72716,20.036596,20.168911,20.085758,20.140474,25.356924,24.916616,24.039873,23.563038,22.819321,22.195684,21.518686,21.323765,21.112982,20.882471,20.723261,20.434782,20.004885,19.972181,19.816347,26.473787,26.186598,25.865623,25.091576,24.186096,23.910675,23.140495,23.390535,23.163719,22.756826,22.559139,22.946419,22.614462,22.536732,22.378836,26.814518,26.083681,25.119982,24.916101,24.764151,24.22246,23.441589,23.28849,23.141882,23.054825,22.738739,22.409538,22.442822,22.405632,22.469734,25.855675,25.128178,24.579454,23.691235,22.851074,22.349335,21.683451,21.080015,20.704048,20.5774,20.301874,20.232338,20.093718,19.920073,19.653147,26.817638,26.382568,25.950987,25.370577,24.970705,24.606367,23.903248,23.669491,23.213598,22.882374,22.746624,22.736713,22.469673,22.246838,22.105616,25.672806,25.182783,24.798304,24.131422,23.398855,23.132389,22.859854,22.621227,22.166933,21.913361,22.028952,22.432888,22.635954,22.81065,22.69689,32.068233,31.964632,31.908363,31.875292,32.045963,31.678671,31.772856,31.875805,32.007919,31.820932,31.56749,31.604206,31.472889,31.140047,30.921358,25.163858,24.953423,24.656418,24.103586,23.084068,22.626122,22.438797,21.680498,21.383286,20.629812,20.490589,20.669561,20.3936,20.642359,20.658134,21.469057,21.375013,21.190283,21.236151,20.734266,20.283129,19.904385,19.628895,19.557762,19.198214,19.115379,18.869524,18.781788,18.51807,18.251181,27.459818,26.910463,26.227356,25.46454,24.648512,23.826233,23.400345,23.040987,22.460762,22.292311,22.071997,21.450424,21.129005,20.961748,20.569492,26.038387,25.817791,25.290485,24.74724,24.453922,24.35535,24.069468,24.03124,23.971666,23.650908,23.468426,23.296589,23.142651,22.919346,22.941484,23.857838,23.657219,22.983303,22.565641,22.325214,22.086039,21.509569,21.119394,20.814859,20.844833,21.01758,21.238676,20.954346,20.692099,20.421787,27.101713,26.666441,26.135393,25.556591,25.167475,24.845488,24.36718,24.206015,23.883741,23.672377,23.527908,23.602715,23.687611,23.705732,23.614979,23.656208,23.489439,23.208506,22.808653,22.315929,22.067066,21.893265,21.484112,21.697933,21.551973,20.953308,21.599365,21.609957,21.99011,22.106222,24.847879,24.358681,23.781361,23.463247,22.829792,22.159992,21.641195,21.080694,20.760403,20.511965,20.40885,20.247913,20.015373,20.068192,20.142366,24.379969,24.249701,23.959208,23.327925,22.862656,22.16707,22.042686,21.907013,21.590839,21.208765,21.140404,21.07094,20.905252,20.79701,20.895988,23.962917,23.902807,23.046656,22.815578,22.863008,22.543192,22.347883,22.353378,21.945744,22.090839,22.081812,21.869736,21.524281,21.40888,21.040007,24.165102,23.901447,23.218185,22.665634,22.795559,21.84874,21.88402,21.31641,20.830551,20.340801,20.519375,20.34726,20.173595,20.387663,20.556896,24.262644,23.497538,23.542801,22.7491,22.18083,21.642859,21.194464,20.894428,19.840679,20.002144,19.925013,19.843315,19.899685,19.774693,19.795742,25.024256,24.953323,24.523117,24.076773,23.814907,23.254877,23.037954,22.570431,22.105349,21.700008,22.069574,22.271233,22.057758,21.629738,21.814655,24.695606,24.552338,24.173866,23.66217,23.58416,23.148724,22.376682,22.076286,21.996738,21.482769,21.230375,20.699493,20.417633,20.344698,20.160612,26.998722,26.299582,25.97172,25.265795,24.636169,24.309698,23.928394,23.450302,23.129295,22.822289,22.614479,22.462315,22.352711,22.207005,22.135847,25.443884,24.811779,24.08408,23.385134,22.740328,22.452255,22.320744,21.735752,21.318872,21.079939,20.890381,20.900948,20.911697,21.085482,21.115866,23.751793,22.995338,22.613121,21.711136,21.30588,21.158339,20.913206,20.793749,20.440928,20.501854,20.229465,20.390917,20.476246,20.580143,20.724195,26.930189,26.385324,26.120224,25.653976,24.987022,24.358807,23.934576,23.54879,22.440786,22.114614,21.913954,21.782913,21.587934,21.550947,21.294552,29.030037,28.420227,27.909988,27.723116,26.951794,26.152107,25.651875,25.438381,24.88797,24.467875,24.290472,24.165476,23.894732,23.668404,23.569782,25.307026,25.181671,24.878296,24.5208,24.254494,23.268444,22.89942,22.633873,22.296104,22.031773,21.77006,21.242926,21.12735,21.232227,20.929987,24.583214,24.11224,23.290094,22.680716,22.072918,21.409349,21.338913,21.389029,20.966602,20.857462,20.773785,20.735445,20.701357,20.888889,21.155445,23.885187,23.611111,22.826088,22.110685,21.603861,21.169765,20.367048,20.489763,20.124739,20.070522,20.429499,20.539623,20.406149,20.123404,20.427046,27.770361,27.067053,26.516247,25.980574,25.589769,24.930969,24.275517,23.890116,23.419233,22.955017,22.872374,22.515747,21.977684,21.947042,21.940208,26.432478,26.017662,25.265614,24.647608,24.148714,23.608627,23.118654,22.588058,22.240072,21.793257,21.662888,21.215963,21.008532,20.704124,20.447071,28.460217,28.065386,27.545803,27.329391,26.768497,26.156557,25.691912,25.361208,25.016844,24.602076,24.647562,24.299908,23.957649,23.980188,23.87837,24.356045,23.847719,23.079784,22.92207,22.432201,22.163654,21.840132,21.680723,21.737822,21.779287,21.857729,22.402161,22.871471,23.031281,23.292919,30.644655,29.387209,28.641647,28.063047,27.775019,27.697424,27.634874,27.827784,27.997135,28.37969,28.618786,28.333321,28.114342,28.053431,27.945316,28.910606,28.463512,28.136864,27.55072,26.793772,26.352825,25.708481,25.150219,24.563507,24.034626,23.96242,24.163372,23.769777,23.39595,23.024004,25.389736,25.050577,24.518976,23.627748,22.927402,22.451981,22.272005,22.174402,21.760828,21.56937,21.632692,21.03232,21.13868,20.978071,21.007336,24.270603,23.320719,22.759447,21.779123,21.092657,20.605391,20,19.794685,19.566463,19.609726,19.367743,19.172737,19.05723,19.162029,19.27877,26.579842,26.047817,25.424784,24.965189,24.47864,24.155758,23.711113,23.598118,23.37307,23.128626,23.105669,22.975555,22.921171,22.795553,22.879864,30.106827,29.691961,29.241735,28.712675,28.344948,27.967266,27.737791,27.581617,27.31806,26.97736,26.76914,26.654455,26.570707,26.422592,26.352613,28.519798,28.496387,28.089979,27.538839,26.867521,26.437363,25.49563,25.395224,24.860523,24.351788,23.947252,23.616854,23.150927,23.157988,22.99848,24.452982,24.504581,23.899572,23.465473,23.033234,22.859861,22.237701,22.198277,21.155741,20.473848,20.123804,19.954725,19.970297,19.651054,19.082209,24.531836,24.486477,24.301628,23.816441,23.751282,23.730412,23.11272,23.092928,23.317453,23.06827,22.853687,22.483995,22.540356,22.766176,22.488243,27.318672,27.304863,26.970375,26.862785,26.647663,26.431158,25.894379,25.762096,25.462395,24.622824,24.516909,24.043716,23.574533,23.272797,23.111908,26.637966,25.916008,25.386265,24.963894,24.676258,24.485615,24.154633,23.865465,23.457724,23.287426,23.225779,23.398205,23.524162,23.107838,23.108942,26.392349,26.056532,25.617096,24.908594,24.50794,24.269238,23.685472,23.534361,23.189617,22.884546,22.576277,22.346972,22.247238,22.25112,22.268995,26.222178,25.782717,25.434511,24.847069,24.199844,23.631639,23.269615,23.202507,22.94837,22.768124,22.721249,22.662405,22.461792,22.48996,22.552328,28.026659,27.536732,26.914614,26.270433,25.790009,25.387455,24.976995,24.706347,23.833313,23.432518,23.119316,22.944704,22.639093,22.317221,22.034702,24.125874,23.435171,22.833118,22.382271,21.79299,21.287037,20.810261,20.477247,20.221914,19.576326,19.543642,19.583878,19.05648,19.18881,19.262142,23.259068,22.931034,22.663671,21.967613,21.061874,20.405602,19.442978,18.974848,18.406416,18.514112,18.89286,19.297678,19.144045,18.875811,18.587816,24.9594,24.630604,24.090275,23.623333,23.691807,23.444374,23.056503,23.041767,22.558199,22.67794,22.385252,22.338308,22.012657,22.272387,21.895794,25.455778,24.745852,24.352514,23.503702,23.47422,22.837524,21.933983,21.555414,21.334194,21.170046,21.160664,20.782511,20.732746,20.260685,20.166698,28.697565,28.038794,27.707928,27.226677,26.660759,26.294935,25.98173,25.594801,25.329885,24.909426,24.70635,24.606682,24.293705,24.206432,24.069027,24.065838,23.632107,23.122637,22.585014,22.047514,21.227322,20.765215,20.983288,20.694948,20.753538,21.19104,21.201239,21.02774,20.706602,20.681074,26.198997,25.578054,24.568779,23.809525,23.4737,22.749517,22.448978,22.272726,22.094604,21.693041,21.556143,21.727417,21.086676,21.031425,20.780268,26.152664,25.662821,24.978796,24.486427,23.701239,23.528328,23.066561,22.939222,22.725859,22.058544,22.415525,22.775511,22.939159,23.042807,23.296659,23.226442,22.704208,22.210995,21.860895,21.213985,20.810143,20.342165,20.611881,20.503901,20.452156,20.057552,20.331196,20.357796,20.700567,20.691927,26.312828,25.640923,25.124348,24.310081,23.883875,23.418736,22.868465,22.607088,22.503815,22.542562,22.616524,22.06741,21.990833,21.969727,21.777796,23.331783,22.303604,21.532017,20.783354,19.992504,19.693682,19.209774,18.977436,19.001331,18.498985,18.411652,18.321775,18.110676,18.369062,18.231579,32.028847,31.743872,31.394413,31.007502,30.704758,30.496204,30.194586,30.092197,29.871632,29.602314,29.493824,29.47723,29.391829,29.312008,29.186842,28.436073,28.037703,27.593925,27.21316,26.687241,26.318764,25.900492,25.457317,24.983383,24.58791,24.511831,24.490974,24.389378,24.250225,24.187023,24.176056,23.782415,23.303944,22.696747,21.851774,21.318808,20.925838,20.715778,20.289093,20.12343,20.047657,19.853682,19.52376,19.607317,19.587187,21.463861,21.735918,20.790409,20.573893,19.681349,19.306185,19.063097,19.611614,18.919443,18.538778,18.89257,18.770863,18.767231,18.875422,18.89529,23.456144,22.844866,22.340137,21.619404,20.669672,20.483389,20.108341,20.290543,19.980907,19.764069,19.96907,19.374388,19.358961,19.48815,19.326895,29.316456,28.871134,28.477537,27.934551,27.510828,26.949156,26.513031,26.260487,26.03384,25.924614,26.059298,26.339355,26.379446,26.267792,26.262125,25.063313,24.372595,23.731447,23.075123,22.737255,21.96541,21.322115,20.9347,20.20587,20.065762,20.049343,19.760679,19.185566,18.651722,18.441732,23.385746,23.165998,22.745926,22.42713,22.038898,21.762512,21.800648,22.057316,22.080685,22.166315,22.189587,22.193497,22.228693,22.317472,21.980459,25.365555,24.025667,22.902853,22.492323,22.459337,22.597847,22.550419,22.736307,23.150141,23.511229,23.533352,22.551563,22.081682,21.923164,21.990236,25.110596,24.745575,24.066158,23.483084,23.427094,22.822443,22.397928,22.564217,22.267319,22.037796,22.115059,21.73617,21.204515,20.84,20.729885,23.365826,22.715405,22.266254,21.876389,21.243834,21.303949,20.664938,20.51799,20.573408,20.582218,21.005871,21.216948,21.174206,21.47467,21.333334,25.25853,24.88562,24.878731,24.125292,23.673975,23.313843,22.961145,22.396297,22.141882,22.088289,22.014687,22.036596,22.191368,22.152601,22.311104,24.278198,23.535511,23.154623,22.5756,22.387476,21.969103,21.945169,21.846554,22.002857,21.906136,21.462639,21.222206,21.049101,20.58349,20.795685,25.906075,25.799093,25.497263,25.202795,24.79767,24.481941,24.331955,24.194822,23.880049,23.663368,23.982954,23.893106,23.812082,23.81612,23.859251,28.057961,27.702045,27.340544,26.906391,26.357317,25.798935,25.281815,25.062407,24.880087,24.641815,24.32625,24.02639,23.760563,23.528791,23.466516,26.662806,26.310291,26.089636,25.379896,24.621319,23.985949,23.821722,23.633499,23.531311,23.248201,22.832251,22.456366,21.907932,21.906103,21.881651,23.246136,22.569496,21.620405,21.091623,20.438957,20.588236,20.160543,19.134253,19.143261,18.707962,19.322086,18.957123,19.132212,19.224178,19.461405,25.41383,24.94194,24.438896,24.100363,23.518831,23.281986,22.953754,22.803637,22.590338,22.46842,22.460768,22.354437,22.2115,22.502144,22.451622,24.019358,23.148628,22.625626,22.353662,22.01219,21.657848,21.09894,21.126888,20.801683,20.646698,20.440918,20.641132,20.776535,21.031557,20.724117,24.124147,23.318281,22.942926,22.155575,21.359316,20.631529,19.902914,19.79315,19.470924,19.086802,19.046488,18.960026,19.004181,19.174013,19.161446,28.196482,27.86898,27.435568,27.123943,26.640213,26.292139,25.919378,25.664728,25.330492,25.015507,24.99341,24.991234,24.981686,24.985098,24.988779,26.197111,25.561111,25.298267,24.734936,23.748545,23.327307,22.878807,22.900066,22.772537,22.260185,22.056887,21.91293,21.573839,21.122463,21.017351,24.429399,24.000566,23.43627,23.114742,22.414543,22.111248,21.371798,20.960569,20.650467,20.509727,20.519619,20.525791,20.440929,20.348524,20.525171,23.935246,23.526922,23.281361,22.934004,22.768082,22.362194,22.369675,22.170542,21.740427,21.705078,21.641455,21.937513,22.078993,22.020172,22.049257,24.558151,24.075655,23.566254,23.223444,22.66387,22.567083,22.248535,22.039801,21.855848,21.528206,21.575891,21.469419,21.049305,20.364704,20.616985,24.386759,23.677971,23.450039,23.442963,23.180019,22.828342,22.358301,22.082542,21.890606,21.715298,21.362614,21.252756,21.514915,21.397354,21.369232,23.053665,22.101589,21.363993,20.637751,19.864109,19.382023,20.027983,19.910696,19.508671,19.684557,20.024773,20.345881,20.517559,20.854527,20.985626,24.990234,24.30233,23.450369,23.048475,22.60314,22.345295,22.243263,22.017313,22.07659,22.022816,21.996031,22.12108,22.1427,22.165098,22.220999,24.092152,23.75065,23.269737,22.703629,22.157511,21.743767,21.567711,21.232876,20.876579,20.940819,21.051937,21.175367,21.371321,21.683329,21.825933,23.998507,23.334913,22.46216,22.101061,21.642447,21.681372,21.263971,21.801516,21.756107,21.169273,21.425711,21.372824,21.228371,21.124636,20.828234,28.694225,27.880922,27.283251,26.609997,26.121685,25.665501,25.178146,24.644543,24.483763,24.09589,23.893026,23.821163,23.732523,23.821886,23.974436,26.399469,25.15172,23.736702,22.977566,22.763685,22.61985,22.210918,21.65493,21.565836,20.367039,20.866142,20.007158,19.825706,19.844501,20.238539,20.833332,20.896227,20.272532,19.671736,19.884031,19.227877,19.056309,19.057758,19.196787,19.317259,19.262295,18.981739,18.956814,18.753525,19.257339,26.797909,26.604887,25.981518,25.603035,25.316399,24.96092,24.685427,24.44282,24.212708,23.644842,23.144327,23.035891,22.730488,22.666603,22.633507,22.616407,21.602335,20.573689,19.208658,18.548939,17.916666,17.515701,17.224199,17.674585,17.827196,18.088236,17.875648,18.375748,18.8997,19.017492,23.022482,22.607605,22.512648,20.854483,20.695505,19.538729,18.694492,19.090908,18.651686,18.510258,19.263971,19.194756,19.183111,19.763206,20.235847,23.790642,23.436426,22.690832,22.029907,21.924944,21.968262,21.896429,21.918612,22.220934,22.082352,22.003975,22.381399,22.596945,22.391615,22.226221,21.781597,21.466799,20.989143,20.473396,20.392237,20.09034,20.03138,19.853018,19.599623,19.916187,20.161798,20.400127,20.276743,20.4062,20.72661,26.354679,25.396465,25.421221,24.50256,24.097078,23.370447,22.48035,21.786467,21.639612,20.896568,21.579559,21.384977,21.132385,21.010798,21.257696,21.074169,21.068548,20.807772,20.26178,19.84252,19.264629,18.132465,18.468224,19.032597,19.009584,18.891821,19.194061,19.633507,19.625196,20.215494,25.906664,25.402323,25.171757,24.619835,24.159485,23.680695,23.651047,23.486776,23.131409,22.953445,22.879978,22.824738,22.802227,23.06757,22.945435,24.925514,24.067232,23.51161,23.336182,22.93305,22.853149,22.619997,23.169416,23.160755,23.27157,23.200203,22.959183,22.856417,22.822357,22.606287,22.658958,21.623188,21.325052,19.62447,19.14171,18.06266,17.315739,16.825502,17.479948,17.04698,16.836042,17.306374,16.857838,17.566174,17.854671,26.146053,25.619188,25.050991,24.176111,23.398823,23.235676,22.975964,22.622597,23.169872,22.63051,22.493542,22.592104,22.971672,22.896452,22.665289,24.623785,24.808371,24.004398,23.379175,22.837887,22.34367,22.34123,22.508762,22.604023,21.967876,21.962265,22.096388,22.193974,22.247736,22.304359,28.124533,27.118862,26.352486,25.896496,25.876215,25.768112,25.805368,26.000074,26.107697,26.236153,26.603975,26.548058,26.175446,26.197763,26.137056,24.781595,24.170616,23.844061,22.80484,22.593624,22.94928,22.677063,22.816166,22.302158,22.739361,21.023287,20.727272,20.678082,19.682648,20.086035,19.769972,20.082619,19.409149,19.663103,19.817768,19.401512,19.219118,19.700579,19.228165,19.080301,18.07103,17.609163,16.828722,16.433699,17.266989,25.016392,23.978834,23.445446,22.997784,22.657246,22.297569,22.243517,22.453987,22.902534,23.232109,23.441177,23.712379,23.883162,24.112888,24.243259,27.218481,26.617262,25.704939,25.015528,24.778624,24.70331,24.578499,24.727049,24.524803,24.611319,24.619875,24.528593,24.729689,24.816032,24.831373,31.035843,30.34483,29.652718,28.93292,28.327374,27.757523,27.491104,27.050444,26.482615,26.358128,25.726095,25.737057,25.631226,25.55846,25.417933,29.394051,29.239946,29.145432,28.490009,28.430187,28.015083,27.553156,27.421661,27.393045,27.142773,26.940224,27.019491,27.084831,27.121359,26.823462,28.095219,27.724001,27.329687,26.797565,26.358473,25.525913,25.423861,24.935883,24.324011,23.996908,23.86787,23.641418,23.510088,23.318335,22.99914,29.728857,28.823551,27.912859,27.484381,28.236767,28.14126,28.107405,27.852312,29.145197,29.191109,29.969898,30.605364,31.666183,31.671854,31.613201,21.865889,22.240473,20.874752,20.223957,19.924032,18.732395,18.05949,17.519041,17.082388,17.924879,18.023039,18.987341,19.506809,19.615664,19.807835,23.042736,22.617403,21.171171,21.428572,20.208185,19.478638,18.938568,18.396749,18.84601,17.939816,18.458574,18.498863,17.535728,18.427139,18.160469,28.57868,28.167931,27.540817,27.104246,26.456877,25.67972,25.613079,25.23208,25.254103,25.274866,25.241978,24.885845,24.824415,24.910713,23.896303,27.109756,27.208242,26.670015,26.26651,26.230886,25.042501,24.134977,23.504795,23.312145,23.699324,24.830214,24.475754,24.036055,23.329445,23.166531,27.385622,25.656166,24.753866,24.691359,22.693998,21.47806,20.839937,19.686274,21.010426,19.917355,19.142176,19.329075,19.558359,20.031055,20.766283,23.159409,23.232719,22.650984,22.327505,21.780174,21.545279,20.420507,20.626707,20.082148,20.226055,19.934101,19.721296,19.173401,18.873549,19.01442,25.122595,25.457943,24.177877,23.682257,23.164268,23.938223,23.112659,23.965059,23.464745,24.878233,24.832962,25.389585,26.100153,25.721989,25.028923,21.947474,21.37974,20.516886,20.291693,20.044722,19.429129,19.209787,19.256418,20.105558,20.448133,20.703384,21.047316,20.699062,20.878181,21.073387,26.412111,25.700069,25.392433,24.795046,24.102058,23.699577,23.025045,22.792183,22.645172,22.580832,22.686172,22.416822,22.251579,22.250345,22.030636,27.801022,27.202072,25.941822,25.747507,25.29495,24.235294,24.1033,24.18738,24.078979,24.188156,23.841835,23.832108,23.469145,23.555231,23.397987,25.337839,24.645891,23.46891,22.902922,21.732885,20.510303,20.769611,19.908117,20.215494,18.921721,18.933054,18.721691,18.931297,19.274029,18.234066,26.613987,26.357323,25.994074,25.102055,24.684368,24.434965,24.101526,24.153431,23.211184,23.075773,22.835754,22.679262,22.348907,22.148054,21.798872,27.715195,27.167383,26.86623,26.00478,24.997374,24.348869,23.941069,23.513046,22.902683,22.408993,22.334309,21.781761,21.558153,21.400116,21.109579,21.430477,20.316402,18.963047,18.386436,18.094954,17.395292,16.850491,17.03125,16.353203,16.087099,16.065041,16.019417,16.578947,16.906475,17.095709,32.708965,32.295914,31.930038,31.431637,30.894073,30.363512,30.003708,29.763552,29.527695,29.188759,28.87817,28.607801,28.402742,28.197693,27.916559,27.018011,26.999331,26.881721,25.7237,25.974947,25.464191,24.901283,24.643585,23.50985,23.750317,22.936468,22.937168,22.933937,22.647284,22.659224,24.594128,24.206118,23.477337,22.588951,21.898329,20.887381,20.421234,19.935089,19.690826,19.289789,19.732143,19.984802,20.181377,20.104738,20.26466,21.66054,21.107595,21.714285,21.574802,21.086262,19.98057,20.302731,22.030313,20.140612,20.722891,20.622568,20.305164,19.96805,19.984171,19.64427,25.649935,24.933144,24.336004,23.923077,23.563507,23.255602,23.097267,22.888544,22.56954,22.372351,22.268616,21.896004,21.849215,22.129307,22.178577,24.475523,23.859316,22.362444,21.370142,21.764091,20.941559,20.224718,20.249575,20.899773,20.067453,21.436783,20.47646,19.811874,19.277809,18.138708,32.952419,32.307671,31.856256,31.225418,30.885628,30.113667,29.5418,29.130924,28.736588,28.51009,28.377602,28.214407,28.080017,28.283136,28.380129,22.846756,22.949438,22.516369,21.578054,20.562389,19.372641,18.988094,19.049034,19.351936,19.513697,19.474497,19.657322,19.589256,19.349697,18.966064,24.269312,24.090816,23.807076,23.314577,23.733469,23.265549,22.780386,22.286467,22.186827,21.274176,20.933611,20.989067,21.100918,21.199707,21.335299,24.419744,23.796791,23.156837,22.427351,21.549053,21.832697,20.79772,21.19371,21.230659,21.50971,21.211021,20.860449,21.451555,21.679827,22.520586,27.133205,26.305861,25.545692,24.941452,24.85708,24.273708,23.847399,23.629852,23.286787,23.279154,23.441494,23.215454,22.914555,22.717514,22.636345,25.111591,24.568483,24.137222,23.516537,23.083754,22.403404,22.074451,21.675215,21.519161,21.528301,21.656204,21.902382,22.055668,22.233864,22.180309,23.420935,22.882561,22.28911,21.540785,20.671972,19.950815,19.517338,18.674746,18.537859,18.59491,18.715393,18.606504,18.267756,18.315739,18.348623,23.497667,23.074785,22.257912,21.940485,21.014353,20.944498,20.578115,20.236454,20.53273,20.699535,20.638529,20.471811,20.596127,20.65456,20.934187,26.466135,26.279718,25.284153,23.98259,23.56674,23.244658,23.129553,22.449888,23.148766,22.701021,22.410791,22.281166,21.383076,20.26524,20.265629,29.62924,28.915537,28.326225,27.720217,26.742489,26.253334,26.10648,25.849447,25.221746,25.005394,24.455265,23.741249,23.019619,22.719933,22.718388,22.54377,22.578262,21.622429,21.351675,20.767702,19.944126,19.978064,20.206604,19.827314,20.202492,19.877243,19.47887,19.409349,19.658119,19.520384,24.637161,24.405176,23.910961,23.352867,22.90185,22.583775,22.581285,22.394661,22.328211,22.329933,22.520485,22.437593,22.170647,22.062286,22.191483,23.905228,23.576967,22.604916,21.513002,21.426151,20.632252,19.851578,19.473951,19.419905,19.10037,18.941317,19.491381,19.446342,19.387575,19.478689,27.053419,26.083111,25.361677,25.183662,24.894768,24.151514,24.474886,23.372236,24.171057,24.085554,22.242876,22.768843,22.601212,22.508755,22.471544,23.985413,23.623022,22.807352,22.60248,22.20833,21.742067,21.498308,21.48184,21.629787,21.111658,21.370293,20.811531,20.490507,20.260021,20.39312,25.304121,24.573561,24.098331,23.484802,22.977676,22.819601,22.398203,22.053324,21.830349,21.758812,21.959951,22.002914,21.778751,21.742037,21.574131,23.897911,23.326452,22.762529,21.288944,20.410065,19.294933,19.393938,18.539682,18.004477,18.34684,18.20232,19.065899,18.677042,19.332903,18.812843,28.346193,27.460346,27.288282,26.811346,26.325788,26.470078,26.478777,26.588276,26.166258,25.939714,25.167429,25.061771,24.865929,25.062344,25.375566,26.850084,26.397312,25.579723,24.955149,24.574007,23.753632,23.200865,22.656061,22.209381,21.476345,21.183475,21.060041,20.891554,20.969849,21.121906,22.249775,21.533855,20.709784,19.860207,19.198828,18.463444,18.609304,18.232891,18.438065,18.73243,18.290775,18.193649,18.37002,18.566175,18.363008,26.534239,25.35005,25.145445,24.703398,23.920158,23.913401,22.93713,22.897886,22.682091,22.423944,22.346554,21.78413,21.556986,21.774992,21.688139,25.31488,24.151104,23.656376,23.004021,22.709679,22.442011,22.760923,22.640694,22.481411,22.751553,22.522263,22.869762,23.307726,24.053196,24.447996,23.069223,22.683382,22.029831,21.085594,20.768829,20.028358,19.648304,19.899786,19.316147,19.270464,19.900673,19.367661,19.27055,19.841413,19.970819,27.61993,27.112753,26.598492,26.118889,26.311674,25.987452,25.425964,25.349352,25.335184,24.997643,25.086403,24.956861,24.717894,24.929279,25.047049,23.795212,22.977346,22.360121,21.48303,21.260008,20.763153,20.594326,20.385647,20.559687,20.788086,20.526917,20.857498,21.272243,21.27117,21.750256,21.619814,20.226259,19.497072,19.217209,17.543228,16.091955,16.410063,16.384182,16.319445,16.419077,17.21246,16.692915,16.522083,17.35601,18.160469,26.838764,26.254181,25.664324,25.074232,24.573919,24.155664,23.913383,23.629539,23.367306,23.059069,22.936049,23.089941,23.282787,23.237724,23.361189,21.933151,21.266491,19.726526,18.517145,17.729422,17.926689,17.038185,16.822794,17.110716,16.709614,17.063812,16.962646,17.296181,17.30689,17.200922,22.632364,21.990763,21.31864,20.707119,20.365784,20.421316,19.884584,19.548649,19.734644,20.165222,20.249777,20.709473,20.465908,20.708639,21.243006,25.733353,24.1479,22.907785,21.861988,21.933102,21.684608,22.522711,23.076239,23.891193,24.638903,25.620794,26.465696,27.193132,27.479452,27.602276,25.330978,24.748201,24.261219,23.425413,22.740742,22.458895,21.796318,21.800947,21.697754,21.065844,20.564362,20.912766,20.848532,20.834137,21.523884,22.680994,22.244375,21.540243,21.168943,20.482277,20.124113,19.33819,18.667889,19.214502,19.551184,19.656832,18.787121,18.278227,18.565134,18.700972,23.295687,21.952919,21.950184,21.402161,21.482004,21.06782,21.134319,20.898746,20.352306,20.65407,20.357653,20.100431,19.971327,20.434282,20.668476,28.300938,27.793222,27.375963,26.587433,26.233896,25.661777,25.177135,24.927361,24.81801,24.617504,24.561749,24.515875,24.351906,24.306826,24.131178,25.254902,25.107632,24.536291,24.439877,24.209633,23.538042,23.132124,22.434671,21.970819,22.060957,22.347494,21.916412,22.003284,22.238018,21.844854,30.20575,29.651535,29.101774,28.456541,27.924383,27.377956,27.110476,26.901283,26.665529,26.606544,26.488956,26.433313,26.36805,26.380363,26.386135,30.412098,29.66643,29.27227,28.842672,28.31662,27.952898,27.780277,27.993217,27.652962,27.211931,27.35284,27.266459,27.39164,27.120388,27.270777,28.258451,27.72076,27.074417,26.566542,26.008007,25.589174,25.273144,25.068613,24.938301,24.808525,24.750282,24.688488,24.591784,24.453621,24.339493,23.72093,23.167156,21.794392,21.699888,20.701618,21.504965,20.425531,19.666409,19.961613,19.45631,18.467583,18.206842,17.93049,18.426256,19.323101,23.791876,23.100212,22.24828,21.627205,21.128355,20.763607,20.555277,20.686209,21.505733,21.968689,21.811523,21.760027,22.114914,21.858553,22.084778,21.996017,21.059782,20.064949,19.359396,18.973747,18.822674,18.336624,17.240519,17.293425,17.017408,17.19034,16.662273,16.533546,16.859995,17.411072,24.431818,24.412451,23.934566,23.206844,23.276634,22.356359,21.306307,20.224215,20.095367,19.674355,19.234234,18.959616,18.918297,19.672888,19.134079,28.028404,28.008301,25.981001,26.965342,26.677996,25.310835,25.587706,25.229778,25.172892,23.919043,24.766977,24.695808,24.040684,23.730377,23.084156,27.747253,27.229181,26.552736,25.159874,25.950941,25.357655,24.356869,23.772467,24.301472,24.266809,24.79583,24.374666,24.282484,24.098248,23.165098,26.069529,25.431839,24.568628,23.772181,23.315834,22.710224,22.606459,22.511322,22.452347,22.22682,22.091768,21.833586,21.739864,21.475771,21.848669,24.134979,23.481136,23.007759,22.537313,21.997728,21.27961,20.592804,20.622314,20.715679,20.869341,21.617537,22.191471,22.325699,23.046041,22.940804,23.292683,21.984497,21.357985,20.374556,19.711538,19.173553,19.090605,18.714237,18.518518,17.386934,18.148518,17.332886,18.019535,19.143917,20.233196,26.557949,25.746214,24.82963,24.086403,23.288876,22.815886,22.542002,22.349243,22.17041,21.561129,21.539118,21.289312,21.422451,21.370565,20.96451,23.542988,22.654867,21.424297,20.394331,19.526247,18.680601,18.467583,18.433491,18.037319,18.039482,18.523491,18.897638,18.467583,18.338657,18.229855,23.156088,22.671549,21.883566,21.361273,20.734518,20.142811,19.983192,19.965986,19.545143,19.674685,19.934471,19.958847,19.759121,19.517817,19.456289,25.636942,25.129431,24.86751,25.339369,24.414146,22.829309,22.999563,23.144876,23.177319,22.568974,23.156013,23.342176,22.739481,22.115824,21.25115,23.721247,23.316366,23.089865,22.846069,22.015535,21.295538,21.288603,21.240929,21.04879,21.043755,21.368431,21.226212,21.218763,21.342134,21.105919,21.923281,21.699625,20.210993,19.596865,18.967001,19.074652,19.098837,19.684805,19.450253,19.552734,20.254314,19.987923,19.993876,20.049891,20.367437,29.404053,29.278534,28.771158,28.367121,28.164185,27.941254,27.964916,27.83032,27.545586,27.555365,27.587191,27.661661,27.740294,27.714602,27.657001,27.61586,27.04163,26.252674,25.853603,25.703012,25.347528,24.870466,24.603905,23.990076,23.519676,23.111637,22.712461,22.565283,22.489128,22.591869,28.305275,27.965677,27.959824,27.742216,27.338362,27.001587,26.852428,26.351074,25.85442,25.556507,25.115114,24.677708,24.412056,24.244814,24.266001,32.248966,31.797543,31.41082,31.132074,30.830881,30.199629,29.674934,29.287109,28.362101,27.799139,27.249012,26.874537,26.138147,25.722439,25.308414,27.613199,27.282677,26.665852,26.55682,26.085901,25.674206,25.670403,25.091576,25.009075,24.488054,24.095366,23.488232,23.452181,23.337364,23.061001,28.690201,28.135628,27.99194,27.538046,27.206385,26.932043,26.72492,26.388321,25.977942,25.683525,25.161276,24.647703,24.480461,24.356709,24.19381,28.684399,28.421986,28.246952,27.537626,27.474447,27.639107,27.054855,26.625982,26.16983,25.563065,24.898767,24.649813,24.006104,23.534805,23.347584,28.485758,28.009876,27.809774,27.359386,27.190435,26.587709,26.294889,25.779676,25.443892,25.102034,24.949488,24.568695,24.504511,24.408855,24.317108,33.305782,32.861084,32.450737,31.994209,31.777786,31.52879,31.10298,30.55971,29.91272,29.300789,28.667112,28.188955,27.676847,27.289099,26.993423,28.472582,28.226095,28.012545,27.741142,27.537626,27.149889,26.422333,26.283243,25.805647,24.906376,24.509117,23.957968,23.856699,23.552105,23.292871,28.528824,28.254864,27.869215,27.125458,26.755077,26.579357,26.454008,26.41901,26.147348,25.874153,25.79064,25.402836,25.222353,25.063389,25.036442,28.403135,27.737331,27.466764,27.00448,26.469532,26.083374,25.560987,25.017786,24.46974,24.207514,23.648102,23.607149,23.161598,23.617022,23.435612,29.333496,29.061676,28.282589,28.162632,28.014433,27.176842,26.21405,25.625885,25.286272,24.796412,24.544065,24.461954,23.852236,23.637442,23.664759,28.826803,28.504852,28.111559,27.447342,27.579298,27.203894,27.046532,26.397711,26.01586,25.719181,25.405403,24.924078,24.792843,24.858131,24.946028,26.52821,26.331156,26.174461,25.633818,25.406187,25.113642,24.665646,24.320097,23.883505,22.984133,22.911266,22.62075,22.429163,22.125748,21.875471,32.464687,31.765608,31.336731,30.754217,30.392757,30.01166,29.625082,29.073584,28.441805,27.730089,27.152121,26.717222,26.427048,26.246061,26.188797,29.035484,28.474838,28.01112,27.676159,27.33824,27.147287,27.117989,26.600832,26.127893,25.698502,25.07472,24.923607,24.931593,25.128885,25.126175,26.193768,25.710505,25.152367,25.08202,24.510725,24.250937,23.978796,23.963671,23.527147,23.599569,23.177685,23.068628,23.191769,22.916992,22.763653,24.487705,23.73472,23.148497,22.418041,22.305885,22.247681,22.389004,22.194889,22.081993,22.103237,22.217752,22.136108,21.922489,21.794134,21.846628,30.436253,29.769367,29.224794,28.599915,28.339886,27.993002,27.609161,27.181717,26.771921,26.627186,26.402819,26.296335,26.269495,26.374241,26.332886,26.311844,25.862392,25.268919,24.947668,23.968828,23.777565,23.676132,23.135643,23.208324,23.058868,23.539789,22.737175,22.411741,22.751003,23.180538,29.731855,29.853821,29.683865,29.068645,28.451681,27.904099,27.821049,27.437469,27.392033,27.128639,26.505466,25.926939,25.055208,24.785852,24.732582,28.213142,27.927828,27.444796,26.905176,26.507557,26.120934,25.987608,25.683743,25.562122,25.269032,24.99729,24.650686,24.189434,23.931311,23.704111,27.28566,26.595131,26.01569,25.818993,25.886974,26.008204,25.943396,25.779482,25.410143,25.065847,24.530428,24.189808,24.157024,23.941824,23.744003,29.964251,29.551617,28.683413,28.020742,28.649929,27.702629,28.181664,28.132862,27.806314,28.047701,27.611589,27.414927,27.804951,27.517366,27.499495,30.14082,29.65259,29.200468,28.658825,28.279205,28.231085,27.981508,27.395121,26.897549,26.506025,26.269855,25.726774,25.406235,25.155201,24.838982,32.439281,32.429867,32.206711,31.829914,31.635019,31.543625,31.450832,30.879456,30.490377,30.241457,30.141026,29.999075,29.881588,29.624044,29.28088,27.63308,27.279291,26.726082,26.554707,26.390856,26.23842,26.121506,25.61265,24.753731,24.337538,23.679594,23.688097,23.041655,22.67808,22.62874,26.084185,25.273899,25.225126,24.615551,24.293228,23.790764,23.920553,23.561113,23.4375,23.137297,23.193386,22.833118,22.897297,22.602367,22.845953,26.719687,26.254017,25.795645,25.003496,24.356655,23.903198,22.861586,22.632561,21.974846,22.304886,22.160583,21.342262,20.892258,20.743898,20.539419,28.313169,27.756878,27.158276,26.724857,26.391359,26.129898,25.889168,25.581371,25.294777,24.980003,24.853764,24.712988,24.635044,24.51651,24.37866,27.614058,27.080492,26.872396,26.564486,26.126736,26.086594,25.50807,24.811281,24.581512,23.832701,23.712103,23.795549,23.625875,23.686171,23.663868,27.530664,27.547058,27.731344,28.162783,28.793716,28.993738,29.156763,29.857021,28.864479,28.976318,28.917036,27.795326,27.964899,28.12989,27.775597,28.986736,28.7321,28.704008,28.466764,28.270636,28.125847,27.647776,27.067263,26.484543,26.001909,25.466684,25.167418,24.509804,24.159168,23.824039,33.064789,32.241375,31.590313,31.131441,30.742317,30.385061,30.138121,30.012602,29.94129,29.975319,29.914242,29.730394,29.425415,29.137808,28.945822,28.85741,28.453196,27.829117,27.449051,27.237055,27.154871,26.736916,26.412991,26.148483,25.266108,25.060844,24.773996,24.561523,24.030527,23.542385,30.092636,29.76771,29.238558,28.696915,28.445343,28.117121,27.767197,27.157795,26.729055,26.400625,26.076157,26.069256,25.774803,25.206041,24.777531,30.339542,29.895195,29.538445,28.893587,28.440744,27.86302,27.518019,27.002768,26.457882,25.994354,25.655333,25.45112,25.072674,24.946079,24.717955,25.425491,25.241842,24.897528,24.774471,24.855652,24.301832,24.174065,24.180149,24.218863,23.995289,24.439232,23.991665,23.790569,23.359499,23.344,30.867022,30.397303,30.084908,29.280949,28.587263,28.060791,27.662668,26.916159,26.437056,26.063517,25.788065,25.096121,24.888262,24.676699,24.331861,30.773376,30.225315,29.79039,29.347689,29.383352,28.685261,28.436275,27.506367,26.404827,25.893492,25.218678,24.861813,24.349672,23.653437,23.503012,31.358683,31.08567,30.728966,30.378086,30.013414,29.650316,29.229372,28.69133,28.061634,27.570148,27.258724,26.788605,26.17288,25.808817,25.432665,27.223408,26.973879,26.701113,26.454008,25.945255,25.716299,25.432053,25.173292,24.787043,24.304127,24.020966,23.988485,23.738476,23.598331,23.66548,27.861708,27.310717,27.080667,26.768906,26.596428,26.198324,26.326401,25.947178,25.57712,25.293728,25.262749,24.912743,24.666332,24.364546,24.23118,26.704842,26.29258,25.833839,25.793892,25.674967,25.591793,24.838486,24.798458,24.212736,24.060217,23.721718,23.338982,22.919798,22.647085,22.693943,27.771744,27.25519,26.81694,26.397863,25.971186,25.691212,25.331957,25.165813,24.589016,24.284134,24.118206,24.103483,23.761648,23.527315,23.174192,28.881767,28.857786,28.525642,27.937338,27.679104,27.256701,26.223368,25.55061,25.318081,24.702034,24.644106,24.060938,23.686943,23.37063,22.993118,31.301456,30.714399,30.094757,29.33386,29.198547,28.845757,28.426579,28.201727,27.627445,27.194973,27.472342,27.042446,26.704016,26.552853,26.484608,27.3053,26.699602,26.410547,25.822121,25.638597,25.504509,25.543785,25.553072,25.02112,24.839169,24.657909,24.311628,24.282467,24.12812,23.870117,29.710506,29.355251,28.780056,27.962135,27.225361,26.935678,26.283613,26.013351,25.407925,25.092623,24.548544,23.917349,23.535105,23.002697,22.74312,28.160822,27.835289,27.29756,26.751593,26.266762,25.77051,25.318903,24.911953,24.328604,23.70171,23.409864,22.796967,22.673693,22.827616,22.349323,29.843622,29.408226,28.733006,28.143936,27.498787,27.156696,26.684635,26.343662,25.921906,25.677172,25.439507,25.313864,25.143215,24.901289,24.81263,29.610167,29.147091,28.609255,27.832756,27.441771,26.776419,26.300484,25.405756,24.866222,24.597553,24.160114,24.003906,23.784348,23.605791,23.309574,26.393131,26.270538,25.397127,24.585423,24.58276,24.481327,23.910437,24.238144,22.634659,22.810919,22.067554,21.621622,21.473684,21.457319,20.968769,28.052429,27.582994,27.153147,26.787094,26.489019,26.228559,26.164743,26.013153,25.565874,25.285053,25.077291,24.742907,24.539944,24.279297,24.267881,29.244095,28.895744,28.689432,28.382179,28.324429,28.221535,28.054798,27.752462,27.02564,26.531977,26.631121,26.165783,25.759169,25.56144,25.345242,30.330112,29.864635,29.383547,28.912029,28.633415,28.265339,27.997662,27.830273,27.472836,27.260572,27.017456,26.989819,26.995611,27.045635,27.096674,30.908302,30.500517,29.955841,29.596823,29.13715,28.78882,28.666935,28.140472,27.723545,27.21118,26.763281,26.437368,26.235264,25.974337,25.507963,28.702551,28.329744,27.902054,27.383524,27.17293,26.864391,26.901033,26.672089,26.33729,26.050817,25.739912,25.446943,25.26145,25.100113,24.768707,31.796541,31.403399,30.900597,30.400219,30.106831,29.717302,29.378942,29.193588,28.940084,28.661949,28.351349,28.144547,28.038809,27.808359,27.685696,28.835333,28.63707,28.24082,27.668556,27.05201,26.759905,26.489279,26.183895,25.80645,25.605997,25.039881,24.193846,23.853382,23.409163,22.874378,27.913126,27.695587,27.503353,27.323431,26.88789,26.712069,26.674894,26.086271,25.634727,25.2005,24.695074,24.312441,24.199299,23.993843,24.026854,28.153456,27.627272,27.157211,26.807877,26.573631,26.049444,26.044209,25.52113,25.283688,24.872988,24.307367,24.369452,23.985502,23.69001,24.026249,30.283447,30.022013,29.561815,29.065756,28.924406,28.548658,28.363529,28.13007,27.708023,27.339224,26.961184,26.78764,26.548464,26.232582,25.94943,28.579695,28.330978,27.8592,27.882761,27.751532,26.961157,26.335154,26.177681,25.669628,25.218704,25.050417,24.714016,24.731524,24.578466,24.006842,30.243412,30.143902,30.435328,30.480349,30.238995,29.656141,29.197451,29.051559,28.973154,28.522512,28.790956,27.969297,27.448643,23.752378,23.402685,30.717001,30.09111,29.46693,28.659451,28.375635,28.219038,27.435148,27.216228,26.428261,25.930817,25.710239,25.086489,24.912437,24.997725,24.627825,28.584459,28.553617,28.140804,27.534603,27.317921,26.95953,26.575365,26.331688,25.715223,25.603348,25.204676,25.111595,25.108641,24.859671,24.5795,29.260859,28.584703,28.343531,28.030634,27.258263,27.097612,26.995003,26.391357,25.726942,25.389868,24.832117,24.322763,24.432064,23.875935,23.838093,29.589918,29.21026,28.760746,28.470695,28.573778,28.03916,27.373379,27.019096,26.410965,25.896029,25.52039,24.910946,24.689638,24.372774,23.925829,28.121494,27.360899,26.729626,26.294533,26.040253,24.870466,24.682093,24.116533,23.377035,22.773323,22.131319,22.031578,21.586697,21.503422,21.207911,28.385983,27.892818,27.646065,27.471451,26.911236,26.413683,26.034817,25.446844,25.106335,24.646471,24.266815,23.868128,23.726719,23.442368,23.327879,32.696575,31.34127,30.476423,28.948656,28.621651,27.753094,26.938581,26.224236,25.818008,24.711954,24.132948,24.47793,24.265055,23.387383,23.903717,27.958055,27.349016,26.712395,26.296755,25.970125,25.612291,25.153839,24.854834,24.464289,24.463095,24.358017,24.478565,24.30002,24.024612,23.960184,28.183205,28.143957,28.804852,28.900537,29.005667,29.423359,29.678068,29.485405,29.398149,29.494152,29.67675,28.918564,28.644245,28.394444,28.413284,27.576881,27.301329,27.02866,26.339828,26.135555,25.614107,25.510204,25.316456,24.707951,24.618441,24.067654,23.492964,23.069651,22.927856,22.304518,29.345524,28.835211,28.474617,28.047415,27.880741,27.626631,27.353483,27.181095,26.888775,26.558039,26.430725,25.679688,25.261412,24.855303,24.588461,30.042788,29.77643,29.363945,29.020849,28.818529,28.258907,28.133955,27.583357,26.917557,26.756657,26.390034,26.006968,25.524075,24.986446,24.439981,30.241737,30.151054,29.832796,29.299635,29.570965,29.281595,29.156355,28.975227,28.518349,27.730286,27.583078,27.093006,26.7967,26.479267,24.261681,26.855511,26.27965,25.656023,25.450909,25.259176,25.037252,24.432764,24.221607,23.808008,23.459934,23.1591,22.765501,22.48513,22.431913,22.372532,29.373909,29.62904,29.816692,29.918612,31.663877,33.259457,33.198715,32.645191,32.408817,32.124233,31.929579,31.617361,31.116333,31.009462,31.164164,28.368076,27.516661,27.221397,26.546717,26.086182,25.881937,25.621426,25.528711,24.830984,24.673615,24.341314,24.05612,23.860836,23.533157,22.914719,32.917095,32.551041,32.017014,31.206604,30.993244,30.378044,29.778549,29.046997,28.202471,27.363306,26.915295,27.787325,27.497015,27.404503,27.556389,27.920792,27.552404,27.018494,26.333384,25.420645,25.208935,24.638344,24.452667,23.540344,23.001425,22.689075,22.347065,22.419252,22.160797,22.461929,28.955469,28.210072,27.767399,27.209658,26.768633,26.209433,25.876966,25.372854,24.933014,24.302359,23.788794,23.141661,22.659983,22.489319,22.465868,28.375813,28.019852,27.015362,27.056581,26.348921,25.718248,25.39761,24.766859,24.414715,24.048872,23.662083,22.999802,22.5448,22.354948,22.427942,27.53846,26.703184,26.382278,25.877535,25.890026,25.435448,24.874306,24.706831,24.167425,23.849028,23.392239,23.021187,22.726435,22.438114,22.219109,30.039734,29.644218,29.452497,29.181147,29.135111,28.924911,28.853897,28.622309,27.985836,28.10997,27.745512,27.28598,26.941542,26.64831,26.255209,32.82011,32.585793,32.184963,31.800577,31.692156,31.43681,31.282631,31.209923,30.942726,30.636129,30.549971,29.837475,29.870129,29.70542,29.46871,27.831421,27.423822,27.239973,26.845636,26.825874,26.709923,26.355436,26.085308,25.605032,25.405491,25.154797,25.024601,24.775967,24.63133,24.594309,30.64893,30.290075,29.694164,29.167833,28.9809,28.682667,28.596951,28.315088,27.57819,27.055895,26.450962,25.975058,25.656975,25.357304,25.276787,28.133747,27.667927,27.298647,27.024734,26.866508,26.885336,26.556597,26.333471,26.110722,25.698244,25.480297,24.982388,24.018213,23.513514,23.490406,27.366676,27.165798,27.226803,26.755333,26.454035,26.314005,25.889763,25.401363,25.078043,24.715338,24.464691,24.33728,24.251497,24.205837,24.195427,32.960873,31.973797,31.165483,30.65736,29.982964,29.329597,29.0117,28.55443,27.94779,27.26132,26.59057,25.740946,25.46142,25.200676,24.887526,27.84726,27.797186,27.286259,26.751772,26.420637,26.128441,25.482269,25.363636,24.913715,24.713539,24.416136,23.946396,23.614727,23.532736,23.182545,27.040396,26.554377,25.964764,25.388819,25,25.119867,24.604681,24.064285,24.154591,24.315722,24.307304,23.968485,23.740393,24.021738,23.586788,31.129534,30.713356,30.041515,29.381201,28.637991,28.056973,27.518034,26.588551,26.185513,25.524145,25.050301,24.313993,24.020924,23.864183,23.764982,30.561537,29.946413,29.204935,28.793747,28.506008,28.103012,27.892054,27.649433,27.434986,27.10619,26.645779,26.470589,26.266272,25.773748,25.707668,29.811987,29.331282,28.982178,28.550486,28.079309,27.696709,27.460691,27.225626,27.019533,26.753506,26.371782,26.027588,25.725397,25.249207,24.858757,29.876989,29.81155,29.035469,28.789515,28.541874,27.704504,27.072548,27.146837,26.809443,26.502689,26.225742,25.841719,25.601154,25.891212,25.837708,28.484085,28.114071,27.49674,27.345789,27.045206,26.792326,26.369503,25.914713,25.553236,25.086508,24.932287,24.678703,24.431353,24.066631,23.898869,26.948483,26.152483,25.4363,25.725422,24.804178,24.700134,25.205717,24.688057,23.811619,22.814686,22.114962,21.337997,20.460705,20.009033,20.018282,29.772001,29.700699,29.105728,28.539864,28.248722,27.869432,27.318251,26.730295,25.952602,25.682323,25.252468,24.769194,24.420238,24.038462,23.837244,25.77343,25.363976,24.452505,24.087166,24.133423,23.83955,23.821898,23.775858,23.860241,23.727507,23.81422,23.182301,22.627333,22.566805,22.473713,27.380953,27.127758,26.810581,26.342464,26.022196,25.661066,25.487465,25.449499,25.164015,24.761795,24.10037,23.512428,23.288687,22.932671,22.736225,32.493568,32.205399,31.82214,31.609196,31.407848,31.059364,30.925005,30.755789,30.234516,29.908258,29.523849,28.76145,28.30204,27.996004,27.858633,31.309942,30.819162,30.197964,29.838123,29.278666,28.9709,28.707075,28.431883,27.855471,27.544737,27.18968,26.674587,26.45705,26.071444,25.923124,29.093567,28.634256,28.378136,28.147837,27.806183,27.709141,27.221737,26.496771,25.788616,25.407791,25.223251,24.746017,24.291729,24.443569,24.216301,33.313744,32.996258,32.627277,32.126404,31.647861,31.160828,30.668884,30.190872,29.249037,28.171587,27.677111,26.978727,26.358727,25.787704,25.344866,26.715923,26.149754,25.816265,25.466051,25.008497,24.744265,24.241791,23.627378,23.132421,23.182995,22.885876,23.004448,22.714994,22.712301,22.432323,28.249205,27.734798,27.256784,26.768482,26.378817,26.443794,25.967583,25.573179,25.081039,24.861835,24.39142,24.366503,24.153748,23.993275,23.678326,26.617682,25.829884,25.573645,25.088314,24.773031,24.091343,23.570391,23.112436,22.518194,21.987062,21.810328,21.445171,21.334259,20.84383,20.546202,30.764557,30.488815,30.214653,29.67757,28.734592,27.890305,27.687443,27.215546,26.692736,26.301523,25.653559,25.40909,24.960308,24.491419,24.126474,25.653532,24.879322,24.452957,23.929848,23.3836,23.306162,23.245441,22.941566,22.60483,22.50733,22.305899,21.973417,22.087635,22.094948,22.231754,29.014067,28.345945,27.709887,27.233654,26.914379,26.654655,26.516115,26.457766,26.337168,26.391993,26.322565,25.828875,25.669596,25.335735,25.396971,27.738094,27.371103,26.976576,26.305473,25.98579,25.451979,25.218227,25.042953,24.500044,23.826841,23.542906,22.911716,22.222223,22.056719,21.781681,27.978754,27.434959,27.024603,26.615242,26.576466,26.16007,25.99893,25.727003,25.085514,24.691002,24.476364,24.195095,23.912207,23.792019,23.523382,27.771866,27.006096,26.941782,26.444796,26.465746,26.356756,26.090092,25.816689,25.414042,24.976244,24.976105,24.817249,24.86639,24.833719,24.538578,27.176487,26.787842,26.36573,25.770798,25.680944,25.713734,25.400427,25.02352,24.796062,24.373507,24.248301,23.906763,23.653408,23.592052,23.334452,28.459164,27.968412,27.826086,27.165743,26.455626,26.163033,25.124035,24.935135,24.732656,24.064753,24.329842,23.363216,22.976357,22.823692,22.497234,31.055075,30.033005,29.103649,27.938866,27.347542,26.39452,25.975803,25.241596,24.591499,23.767305,24.21978,23.691072,23.250059,23.262625,23.098007,27.294838,26.940723,26.525015,26.088793,25.810919,25.809755,25.845146,25.532406,25.129673,24.730272,24.568268,24.391626,24.48666,24.42334,24.65519,33.274281,32.709949,32.352943,31.954041,31.829664,31.241026,31.39888,31.059875,30.455637,30.035187,29.772266,29.474419,29.317427,29.512167,29.551205,32.453613,32.128517,31.82025,31.439734,31.117981,30.922321,30.482986,30.280029,29.96958,29.459364,29.174816,28.910976,28.629473,28.463707,28.342592,28.507116,28.063292,27.673418,27.271944,27.149534,26.854605,26.455679,26.071444,25.388798,25.276503,24.70694,24.440128,24.23152,24.135105,24.105125,28.881546,28.468285,28.081877,27.797615,27.535072,27.178574,26.758554,26.578009,26.308277,26.181185,25.905518,25.603807,25.467705,25.407475,25.485477,28.584856,28.365807,27.987879,27.497667,27.330875,27.257544,27.244276,27.106258,26.830595,26.609186,26.555216,26.643196,26.520998,26.258724,26.507456,24.584845,24.38961,23.960993,23.413145,23.333555,23.235928,23.143574,22.872305,22.057404,22.126774,21.946964,22.251898,22.146893,22.02697,21.969643,30.493286,29.998219,29.339605,28.756014,28.530375,28.2386,28.228125,27.923748,27.948412,27.732294,27.914774,28.249407,28.522474,28.47364,28.586426,27.278774,26.850267,26.525911,26.152224,26.021343,25.823641,25.837225,25.719732,25.561514,25.55233,25.522514,25.776932,25.937065,25.979046,26.005333,28.564892,27.966785,27.40303,27.003103,26.730534,26.483637,26.33774,26.053957,25.680681,25.468912,25.459814,25.573093,25.582138,25.691969,25.935408,28.402311,28.219387,27.835842,27.125195,27.075708,26.85664,26.643192,26.332319,25.567293,25.44919,25.121059,25.113974,25.274727,25.405132,25.418264,29.556202,29.265823,28.594673,28.3423,27.580956,26.670731,27.037182,26.44672,25.490988,24.891775,24.327106,24.095665,23.729069,23.740469,23.982103,26.805735,26.423328,25.942642,25.725668,25.928408,25.999222,26.009787,25.904018,26.459732,25.986057,25.874195,25.501406,25.808966,25.719006,25.619188,26.940695,26.751932,26.739597,26.567608,26.627115,26.792053,27.003332,27.354366,27.398216,27.661055,27.74634,27.566069,27.780083,27.747812,27.721203,25.587145,25.176319,24.900656,24.71854,24.734629,24.651749,24.454836,24.293617,24.255632,24.490978,24.738056,24.707012,24.660013,24.744436,24.8995,26.15481,25.564856,25.494179,25.121712,24.620541,24.29982,24.412609,23.965471,23.535164,23.545223,23.528091,23.661699,23.592215,23.815517,23.79401,28.613079,27.73632,26.942709,26.402668,26.093653,25.901133,25.820002,25.940592,26.08462,26.481241,26.848169,26.698175,26.446012,26.411221,26.408541,27.227196,27.375217,27.168667,26.925713,26.897997,26.976357,26.831949,26.524315,26.791786,26.939711,26.995214,26.876387,26.440275,26.389444,26.292526,30.528688,29.65011,28.760826,27.963125,27.104509,26.715771,26.173452,25.890759,25.657606,25.411236,25.611691,25.637844,25.536179,25.361139,25.26491,27.579489,27.179632,26.832693,26.445108,26.102505,25.680527,25.680988,25.50684,25.06411,24.845942,24.592527,24.549377,24.376427,24.435501,24.219885,25.779596,25.215948,24.738525,24.31955,24.283321,24.080349,23.940054,23.688524,23.311495,23.190018,22.962498,22.896206,22.884605,22.72683,22.944887,28.168037,28.207027,28.479591,28.820805,29.444611,29.844009,30.196302,30.458906,30.876854,31.147762,31.019201,30.841789,30.991957,31.232092,31.234921,28.282082,27.854725,27.403858,26.995602,26.646921,26.340496,26.136148,25.762772,25.332552,25.104946,24.89213,24.606014,24.492695,24.502193,24.478718,30.962456,30.368769,29.589075,29.256704,28.8535,28.660122,28.094513,28.161177,27.653259,27.421915,27.352837,27.314997,27.35461,27.227989,27.361771,25.663317,25.636398,25.552685,25.502407,25.322685,25.532728,25.774294,25.706568,25.55728,25.325722,25.078234,25.336433,25.050804,24.865065,24.956196,30.127535,29.633415,29.166199,28.781849,28.451693,28.175858,27.174545,26.842052,26.745478,26.796103,26.670658,26.844278,26.978704,26.964479,27.121063,27.061514,26.49526,25.982708,25.592617,25.444073,24.931093,25.00238,24.535517,24.256279,24.189659,23.993038,23.88764,23.743914,23.959599,24.084736,31.059858,30.437344,29.903633,29.53434,29.236273,29.090387,28.858202,28.653706,28.323084,28.059015,27.853962,28.240644,28.535198,28.926928,29.464895,29.499304,29.036125,28.720575,28.294104,28.192913,28.027327,28.099806,27.566628,27.032625,26.595545,26.249897,26.079603,25.91333,25.908085,26.121075,27.096909,26.96558,26.707989,26.393145,26.548798,26.507372,26.620289,26.760468,26.74712,26.968813,26.627815,26.81736,26.995226,27.033588,26.897991,23.130945,22.336657,21.986544,21.491077,21.221088,21.18663,21.329708,21.441652,21.77317,22.481091,22.892673,22.491819,22.449455,22.004642,22.001307,31.337967,30.939255,30.699848,30.29781,30.258938,30.115927,29.934671,29.709356,29.342863,28.928146,28.812361,28.66449,28.556263,28.517338,28.350908,25.467018,25.805973,25.804249,26.10541,26.620335,26.865673,26.872456,27.35697,27.504051,27.940199,28.111055,28.072521,28.553852,28.211164,28.101418,26.349279,25.819311,25.267982,25,24.860325,24.43536,24.646652,24.331062,24.075447,23.704124,23.570276,23.612223,23.628477,23.388649,23.272511,24.1756,23.550613,22.875082,22.451445,22.518614,22.282455,22.614407,22.677303,22.648048,22.820545,23.029921,22.209015,21.929779,21.475021,21.553438,29.2321,28.882578,28.647884,28.363609,28.253927,27.97768,28.06336,27.617758,27.63002,28.211761,28.749949,29.707384,30.296125,30.79534,31.194454,27.769215,27.453691,27.246019,27.032158,26.919546,26.756134,26.820475,26.43609,26.059965,25.826157,25.713079,25.864557,25.820498,25.971138,26.209003,30.357277,29.76063,29.28046,28.776316,28.71385,28.540499,28.765282,27.861202,27.631521,26.418829,26.547218,26.161068,26.28055,26.347256,26.147594,26.903641,26.167274,25.433165,25.119585,24.722372,24.20385,23.947437,23.253675,22.811983,22.50186,22.309076,22.092718,22.055779,21.976158,21.997761,27.757523,27.466206,27.061441,26.763668,26.465242,26.257605,26.140059,25.819653,25.430286,25.272512,25.161064,24.987314,24.983532,24.941675,24.880678,24.765577,24.963135,24.9683,24.831011,24.764126,24.303389,24.049133,23.839912,23.886772,24.130745,23.493776,23.582716,23.376192,23.119432,22.803371,26.677811,26.340998,26.275019,26.098368,25.630888,25.779343,25.947437,25.524914,25.006031,24.680605,24.546682,24.481884,24.477499,24.584431,24.883968,24.451546,24.060055,24.063303,23.781187,23.552402,24.005909,23.557653,23.308426,23.200962,22.587711,22.786743,22.633862,22.289429,22.366356,22.350307,29.113527,28.660259,28.062469,27.681303,27.360483,27.245441,26.649761,27.239233,27.833372,28.040028,28.39889,28.882084,29.157532,29.634407,29.580317,31.254417,30.343988,29.68626,28.993877,28.436693,28.119204,27.620918,27.209324,27.121258,26.825243,26.692692,26.138056,25.695015,25.529369,25.416412,26.137655,24.77195,24.358006,23.831644,23.653774,23.248741,23.185139,23.170732,23.158653,22.646584,22.561356,22.343325,22.821163,23.52236,23.087778,28.017548,27.161711,26.440439,26.017675,25.738377,25.094631,24.895283,24.661613,24.562117,24.043003,24.017071,23.445021,23.172421,23.225925,23.242767,30.119312,29.479118,29.032772,28.739056,28.336531,28.132729,27.54567,27.001646,26.609131,26.3769,26.121408,25.734201,25.511322,25.269382,25.234735,26.358955,26.136362,25.594717,25.135826,24.957685,24.848724,24.620571,24.358398,24.135643,23.780495,23.609413,23.411932,23.382769,23.44792,23.407276,29.45063,28.857895,28.546762,27.99806,27.561602,27.129686,27.106026,26.724371,26.407135,26.12398,25.858965,25.649952,25.534054,25.421745,25.607882,28.559118,28.146446,27.345648,26.748053,26.446856,26.100163,25.742355,25.73562,25.156387,24.912468,24.771433,24.575504,24.418083,24.388512,24.457472,29.710457,29.04019,28.435335,27.82196,27.444479,27.155199,26.63658,26.22827,25.799994,25.311386,25.069063,24.747091,24.506987,24.418692,24.305849,27.551729,27.136349,26.942474,26.613478,26.620781,26.463963,26.223904,25.911877,25.766939,25.482256,25.419807,25.729755,25.925028,26.104153,26.335981,24.866106,23.555416,23.626017,22.891769,22.178047,21.736843,21.682112,21.585344,20.740328,20.37281,19.97706,19.524183,19.532352,19.557196,18.992086,29.663218,29.117855,28.630627,28.187319,27.898636,27.730009,27.638781,27.48518,27.190834,27.030415,26.766256,26.428783,26.315836,26.36578,26.422136,26.399261,26.1423,25.667433,25.218615,24.828012,24.498133,24.185173,23.965744,23.442595,23.353533,23.209105,22.709303,22.523083,22.501339,22.823719,28.102932,27.627865,27.169735,26.688463,26.443851,26.293257,26.525146,26.261986,26.039255,25.669163,25.464094,25.312065,25.072905,25.067476,25.138613,31.29266,30.939611,30.138191,29.266104,29.607796,28.910593,28.947836,29.22323,28.845793,29.224211,29.579866,29.645205,30.700489,30.401241,30.310053,26.611435,26.141115,25.634115,25.277233,25.057837,25.127007,25.008303,24.73262,24.489361,24.450932,24.196802,23.980654,23.998627,23.797709,23.773415,25.880095,25.468916,25.116617,24.748936,24.571636,24.21911,24.008614,23.886129,23.700291,23.383823,23.595779,23.539114,23.536314,23.543301,23.689045,30.467627,29.728609,29.113344,28.322639,27.765432,27.452234,27.353746,27.242926,27.072939,26.854233,26.905548,26.871002,27.111813,27.311575,27.617344,26.422468,25.870195,25.564531,25.58618,25.530851,25.096169,24.90929,24.538776,24.301628,24.017881,23.985495,23.521751,23.379448,23.471348,23.736759,39.874546,38.595566,37.75631,36.819782,35.901962,35.415722,34.23996,33.682529,33.037357,32.44453,32.536835,32.829067,32.5149,32.304703,32.103104,28.853474,28.397381,28.29488,27.986389,27.923056,27.826803,27.589058,27.206825,27.003506,26.596504,26.643553,26.367601,26.275917,26.169046,26.027397,29.548782,29.176098,28.708488,28.394573,28.028297,27.688351,27.294964,26.980015,26.45266,25.913012,25.391411,25.075649,24.794994,24.621618,24.485142,26.165529,25.546175,24.829315,24.361155,23.950438,23.586393,23.095829,22.660946,22.254694,21.734617,21.68154,21.22941,20.992804,20.818624,20.674442,31.215027,30.540144,30.007061,29.362259,28.651608,28.069857,27.515121,27.111605,26.67334,26.281967,25.936821,25.552591,25.4193,25.351719,25.272079,26.218727,25.584692,24.934208,24.448811,24.046385,23.420235,22.913391,22.238201,21.828918,21.13129,20.80242,20.471415,20.571913,20.483192,20.793882,27.386612,26.701721,25.824144,25.289457,24.814877,24.121315,23.588661,22.82873,22.315205,21.906824,21.764404,21.488285,21.340837,21.366789,21.283203,28.448414,27.962955,27.251266,26.687748,26.254541,25.735592,25.249365,24.816618,24.414024,24.022804,23.84009,23.570227,23.237463,23.09477,22.960356,27.315584,26.925585,26.362461,25.898052,25.10984,24.441103,23.883514,23.589846,23.124924,22.758242,22.600393,22.23118,21.983095,21.662672,21.586512,25.482979,24.861633,24.317371,23.672997,23.022367,22.295204,22.051914,21.673973,21.154509,20.691946,20.541296,20.155785,19.86964,19.736034,19.599401,27.700001,26.993853,26.336336,25.767712,25.285837,24.619551,24.065258,23.575888,23.079569,22.48675,22.23819,21.782778,21.670927,21.520775,21.432436,28.827009,28.280062,27.730179,27.170792,26.781082,26.237928,25.648746,25.251589,24.634222,24.177668,23.715462,23.575951,23.689674,24.030952,24.314325,25.984344,24.943323,24.147316,23.575977,22.974903,22.499149,21.71961,21.121178,20.662712,20.409567,20.491196,20.087563,19.543692,19.321423,19.055164,30.307596,29.354811,28.898579,28.043152,27.116343,26.32843,25.828112,25.123989,24.673731,24.162848,23.596209,23.406073,23.081961,22.792795,22.565096,28.598106,27.754515,27.188978,26.546673,25.903992,25.666666,25.356834,24.960445,24.508755,24.101797,23.78664,23.318954,22.964035,22.657412,22.284431,27.67458,27.063366,26.700193,26.111931,25.797588,24.941422,24.36344,23.803257,23.270424,23.032604,22.687561,22.40571,22.290178,22.245316,22.183216,26.204391,25.466433,25.191181,24.422955,23.791599,23.250999,22.99913,22.277407,21.956202,21.624905,21.340405,21.044909,20.803223,20.614239,20.286854,29.881742,29.206688,28.657393,28.001389,27.349955,26.687319,25.944796,25.392473,24.888439,24.253012,23.816019,23.59618,23.38418,23.248652,23.164579,26.675045,26.270378,25.839577,25.442787,25.178745,24.96249,24.649904,24.463726,24.512981,24.532295,24.439823,24.282764,24.245087,24.324728,24.271313,32.638355,32.00544,31.286591,30.544399,29.978043,29.490614,29.009577,28.553919,28.16198,27.657661,27.439085,27.257082,27.185583,27.19812,27.27589,29.675833,29.108629,28.538708,28.105085,27.661144,27.330029,26.981869,26.566156,26.282068,25.843096,25.625256,25.617245,25.774771,25.95537,26.11157,31.562344,30.814058,30.153582,29.391497,28.791445,28.068001,27.212986,26.286238,25.353125,24.479851,24.043133,23.494759,23.169575,23.020628,22.869415,28.713936,28.369221,27.949692,27.37538,26.956579,26.505602,26.395357,26.170536,25.989145,25.471783,24.90859,24.362984,24.03248,24.081621,24.076864,30.460075,29.856464,29.309822,28.784489,28.019402,27.318918,26.524708,25.537964,24.805147,23.844505,23.355516,22.712488,22.314396,22.211275,22.169941,31.009394,30.463118,30.12958,29.490286,28.997248,28.74654,28.271317,27.545469,26.849709,26.114902,25.61389,25.005903,24.685802,24.585997,24.395163,33.111717,32.535172,32.095818,31.817011,31.47912,31.021219,30.595619,29.714617,29.010382,28.162205,27.54035,26.90383,26.509989,26.298201,26.260126,26.676693,25.783926,25.152328,24.761656,24.416136,24.190058,23.856426,23.585726,23.295139,22.981213,22.627871,22.539305,22.146618,21.984226,22.107788,32.553432,31.914095,31.43924,30.894602,30.267799,29.748508,29.106066,28.376043,27.791491,26.964346,26.669003,26.196817,25.891499,25.671446,25.503233,27.418056,26.999197,26.131323,25.641111,25.083755,24.645147,24.251169,23.719648,23.449806,22.972301,22.669062,22.427423,22.104418,21.936562,21.890596,31.38578,30.546839,29.831684,29.176659,28.613705,28.087851,27.561028,26.935366,26.456985,25.879311,25.41103,25.119776,24.924992,24.751244,24.602219,34.239754,33.404518,32.541267,31.667719,30.685286,29.890167,29.179192,28.605795,28.013145,27.516329,27.230421,26.976976,26.838938,26.675743,26.471228,23.649492,23.341955,22.470812,21.9636,21.795727,21.396294,20.762154,20.034342,19.856079,19.039341,19.058451,19.172802,19.151279,18.744322,18.935987,32.239895,31.659386,31.087982,30.430599,29.789803,29.272806,28.859938,28.509146,28.319656,28.131527,28.0749,28.026882,27.943748,27.774626,27.413351,32.891094,32.37117,31.994238,31.648853,31.319937,30.896631,30.61553,30.065559,29.648056,29.175121,28.881588,28.749756,28.789055,28.821838,28.782087,29.929102,28.999102,28.311071,27.689526,26.842447,26.163685,25.656227,25.128448,24.641438,23.600943,23.067287,22.355328,21.854073,21.469067,21.393097,32.411156,31.619688,31.007915,30.414911,29.913593,29.276047,28.84096,28.393921,27.787209,27.143591,26.741726,26.616501,26.49905,26.403069,26.227459,29.303926,28.763367,28.217724,27.6849,26.99655,26.375374,25.854088,25.329765,24.873461,24.16651,23.937918,23.880596,23.990963,23.847719,23.798376,25.1394,24.42815,23.608063,23.101103,22.440142,22.02729,21.364864,21.075148,20.821829,20.663538,20.27277,19.945744,19.803957,19.746702,19.430246,31.160688,30.518511,30.046501,29.661289,29.335907,29.229187,28.875288,28.423855,27.84679,27.150177,26.702044,26.449579,26.24411,25.987637,25.751724,27.92848,27.177504,26.521996,26.182699,26.01153,25.857222,25.521818,25.048382,24.682064,24.247213,23.925821,23.232464,22.970474,22.812033,22.829376,26.238575,25.446342,24.493355,23.840965,23.128775,22.510511,22.157543,21.493076,20.987968,20.661432,20.236822,20.071936,19.797871,19.83885,19.713747,29.826092,29.456577,29.171524,28.860649,28.674894,28.614134,28.699795,28.820452,28.802418,28.936567,28.981134,29.409527,29.838526,30.122671,30.500984,24.903713,24.034861,23.316816,22.576778,21.859058,21.092817,20.438835,19.860334,19.398249,18.990343,18.798538,18.491308,18.190367,17.921141,17.761629,26.253813,25.710083,25.092676,24.603704,24.050167,23.569925,23.07296,22.542707,22.201839,21.79958,21.465717,21.183798,21.075354,20.987282,20.8906,30.339462,30.018095,29.634932,29.127499,28.71052,28.263393,27.731791,27.275679,26.790995,26.275295,25.900635,25.513178,25.196505,24.99004,24.933559,29.555998,28.464714,27.573957,26.820219,26.190779,25.871817,25.317097,25.045544,24.776842,24.546511,24.341114,23.788969,23.230879,23.101135,22.881062,30.218681,29.651632,29.136805,28.436977,27.799086,27.201572,26.587795,26.021811,25.589323,25.089909,24.7619,24.491226,24.284788,24.205854,24.129187,28.397533,27.550066,27.002132,26.434845,26.021564,25.335634,24.839628,24.236835,23.874195,23.330345,23.168322,23.278776,23.186865,23.251266,23.312702,28.276815,27.713299,27.220455,26.772789,26.416487,26.056767,25.662752,25.241962,24.839792,24.498625,24.286036,24.060818,23.988522,24.009676,24.140802,26.696596,25.627794,25.014824,24.410656,23.763538,23.161478,22.685825,22.203238,21.93573,21.651573,21.402458,20.777834,20.583395,20.345528,20.297195,33.335266,32.914467,32.402172,31.847647,31.243286,30.597485,30.029083,29.5427,29.242834,28.928244,28.683313,28.600395,28.596222,28.540956,28.444735,40.061031,38.236855,36.961071,35.943504,35.326759,34.463566,34.175926,33.490234,32.694199,32.498775,32.072872,30.539394,29.997095,29.911942,29.636818,31.501001,30.899643,30.296854,29.537296,28.712288,28.038887,27.407291,26.844782,26.435879,26.027876,25.710762,25.505957,25.414606,25.349218,25.220446,30.263367,29.627245,28.969574,28.325745,27.67448,26.954794,26.240244,25.593393,25.003111,24.384968,23.974545,23.431698,23.007748,22.662727,22.442165,35.324688,35.326721,34.984806,34.662308,34.433479,34.129333,33.811947,33.576252,33.352417,33.114262,32.958717,33.798386,34.526085,35.127125,35.562847,30.972662,30.536079,30.081198,29.54759,29.053358,28.562012,27.996996,27.342314,26.756376,26.135397,25.751263,25.351917,25.146189,24.973907,24.844656,20.912905,20.137163,19.111498,18.225315,17.881142,17.157246,16.830393,16.482649,15.966685,15.099946,14.985299,14.301623,14.028472,13.706017,13.571976,28.607801,27.682119,26.945925,26.150196,25.516527,24.831308,24.424486,24.358318,23.717216,22.112707,22.872063,22.273394,22.262005,22.417604,22.355057,29.907274,29.340488,28.830069,28.114697,27.615334,27.022055,26.353952,25.742414,25.140471,24.451694,24.109665,23.67614,23.350731,23.250971,23.25242,26.374363,25.879597,24.977388,24.198677,23.65056,23.165213,22.678671,22.342609,21.823433,21.07881,20.749094,20.717743,20.524317,20.52298,20.723957,25.137552,24.602938,24.199722,23.42824,22.99798,22.159021,21.958151,21.280106,20.709444,20.33535,19.731972,19.059839,18.421391,18.096468,18.048445,26.646603,26.264095,25.520441,24.697393,23.931574,23.335672,22.548326,21.741716,21.085394,20.710459,20.564695,20.204866,19.84383,19.540827,19.607203,28.732395,28.340261,27.955902,27.499155,27.172447,26.799232,26.800896,26.730124,26.445251,26.188866,25.802803,25.294785,24.87665,24.565643,24.273979,28.8472,28.248108,27.624395,27.01169,26.479113,25.828148,25.269249,24.856176,24.061684,23.264221,22.869387,22.504663,22.204165,22.135611,22.13069,28.011108,27.396301,26.80751,26.19228,25.72611,25.357029,24.983673,24.606962,24.308531,23.893322,23.522095,23.432281,23.333427,23.383009,23.361504,26.95463,26.349302,25.939379,25.221882,24.55798,23.958864,23.507025,22.594189,22.066204,21.487133,21.096251,20.434732,19.942495,19.76664,19.794346,27.44059,26.786345,26.378546,25.798744,25.356514,24.955523,24.493294,24.122812,23.846106,23.461884,23.193138,23.08287,22.940742,22.771832,22.725195,29.680655,29.17417,28.957579,28.174809,27.498877,27.12644,26.871061,26.466188,25.936722,25.25453,24.950705,24.158827,24.219786,24.056419,24.017588,28.147871,27.585083,27.09049,26.636059,26.292463,25.997871,25.634352,25.17626,24.798819,24.277885,23.935123,23.793156,23.717997,23.679251,23.675095,27.419544,26.835295,26.048693,25.278564,24.721745,24.183506,24.063732,23.660757,23.221472,22.739773,22.361868,21.848787,21.525482,21.331558,21.154999,27.320316,26.341871,25.329668,24.57608,23.897596,23.219267,22.743805,22.178196,21.693302,21.06414,20.906528,20.517454,20.133482,19.774637,19.781437,25.755749,25.240877,24.548603,23.942421,23.372999,22.71394,22.323755,21.843281,21.216995,20.915306,20.515278,20.115652,19.865005,19.611212,19.151255,31.668955,30.918011,30.450603,29.897652,29.621422,29.171583,28.770071,28.391922,28.040358,27.622913,26.490856,26.371395,26.210806,25.916636,25.968164,24.781834,24.470625,23.931623,23.453171,23.141951,22.456705,22.134001,21.803335,21.307623,20.767435,20.777962,20.622053,20.644407,20.390476,20.404305,29.058752,28.494055,27.906979,27.336004,26.838043,26.347279,25.751568,25.188499,24.666899,23.949591,23.454777,23.473217,23.400862,23.593262,23.772835,26.453733,25.403002,24.788324,23.761362,22.931944,22.439224,21.689388,20.698721,20.516031,19.643991,19.405855,19.217615,18.722309,18.423702,18.272449,25.84194,25.132965,24.524803,23.825247,23.206463,22.850298,22.373213,22.240847,21.850357,21.401009,21.065695,20.91544,20.652411,20.432705,20.275225,27.083031,26.297171,25.526482,24.889582,23.609123,22.821148,22.2181,21.863026,21.613703,21.318813,21.255409,21.241179,20.86973,20.758121,20.715303,28.701921,28.128338,27.669811,26.915678,26.383528,26.037956,25.597063,25.253326,24.835911,24.279066,23.935904,23.900187,23.888432,23.994387,23.973837,27.978552,27.454842,26.463026,25.705204,24.993906,24.263453,23.70467,23.220711,22.978813,22.615597,22.278303,22.003906,21.951962,21.857609,21.870481,29.535088,29.107538,28.573927,28.018808,27.574379,27.223236,26.889547,26.401421,25.788418,25.162796,24.705479,24.378355,24.088877,23.865093,23.760456,24.036438,23.551203,22.983479,22.463257,22.034779,21.553528,21.151688,20.616322,20.13022,19.82283,19.548199,19.290302,19.126003,18.998198,18.844053,24.287125,24.290257,23.674831,23.569395,23.303488,23.008745,22.933784,22.767181,22.437723,22.312386,22.219511,21.847279,21.870907,21.947529,22.15206,29.539511,28.713009,27.893055,27.326584,26.771215,26.27869,25.933535,25.534302,25.134266,24.73982,24.671715,24.851936,24.649391,24.711321,24.715847,29.306368,29.020954,28.582541,28.33404,27.987694,27.592457,27.246336,26.975527,26.520782,26.018682,25.89435,25.522528,25.419294,25.384817,25.181946,26.667095,26.200359,25.516993,25.188456,24.755234,24.119555,23.813133,23.28249,22.881302,22.263828,21.887529,21.721504,21.601885,21.723862,21.6434,22.45857,21.820118,20.969223,20.556519,20.232891,20.312975,20.153782,20.03404,19.97961,19.962614,20.220247,19.845509,19.730089,19.434986,19.349977,24.975725,24.328859,23.89884,23.2379,22.593821,22.06336,21.558071,21.143562,20.907951,20.571703,20.388027,19.889452,19.620584,19.522099,19.256905,28.549417,27.561586,26.762756,26.320862,25.962496,25.649008,25.484219,25.338829,25.266695,25.14196,25.211885,24.939636,24.632595,24.576204,24.724638,30.911329,30.577168,30.362761,29.99169,29.523558,29.316551,29.106621,28.874504,28.604969,27.896271,27.772213,27.583181,27.281689,27.020821,26.812237,23.238459,22.515072,21.403976,20.377947,19.761728,19.418671,18.787449,18.239935,17.915003,17.803928,17.6126,17.365433,17.469452,17.689518,17.565279,22.821608,21.981522,20.991138,20.350489,19.911716,19.052998,18.541803,18.419109,18.202135,17.626892,17.125202,17.039747,16.694029,16.727493,16.624107,23.548326,22.696205,21.982222,21.435278,21.131107,21.009619,20.797596,20.752913,20.666975,20.540943,20.43535,20.483751,20.667978,20.936464,21.389439,30.241558,29.695442,29.111895,28.544464,27.988777,27.500046,26.907894,26.406475,25.750971,25.188303,24.84067,24.540497,24.30294,24.131416,24.054028,28.154287,27.243004,26.507315,26.091522,25.479063,25.111094,24.986691,24.9398,24.988455,25.051903,25.062016,24.736191,24.549652,24.532007,24.453087,28.383413,27.600309,27.111662,26.335569,25.574715,25.067604,24.635784,23.825541,23.10498,22.922836,22.796051,22.505396,22.347088,22.134136,22.18322,31.050821,30.515429,30.001196,29.518875,29.15136,28.755003,28.338299,27.906776,27.464563,27.03442,26.746506,26.817638,26.940695,27.204958,27.411005,21.635883,20.892227,20.775124,21.573137,20.470589,19.92263,19.2621,17.918251,18.074564,17.691225,16.781927,16.188341,16.500454,16.452206,16.153847,22.605398,22.413492,21.65057,21.419344,20.83865,20.454546,19.731785,19.440643,19.116003,18.856207,18.932545,18.298946,18.13273,17.991926,17.946232,30.811934,30.045341,29.300827,28.364965,27.631277,27.000513,26.256666,25.451553,24.612408,23.749071,23.152702,22.628227,22.06279,21.802843,21.64537,24.090887,22.871103,21.275211,20.457048,19.470242,19.06661,18.411404,17.827501,17.302471,16.884552,16.876295,16.219585,16.325209,16.461702,16.578323,28.502357,28.00775,27.608109,27.072409,26.691431,26.185051,25.878187,25.428646,24.916723,24.435911,24.018925,23.73958,23.498756,23.49655,23.426807,31.525465,30.857023,30.169872,29.339331,28.582272,27.885738,27.061998,26.125463,25.337389,24.572294,23.964481,23.287386,22.821075,22.490419,22.225275,30.402512,30.300465,29.632792,28.982365,28.27096,27.797356,27.167458,26.94743,27.200598,27.366194,27.740765,27.249041,26.715914,26.567532,26.362503,25.054449,24.493773,23.795309,23.490047,22.804155,22.145567,21.483355,20.920685,20.332504,19.643337,19.51792,18.94138,18.895374,18.685589,18.9783,31.365273,30.923927,30.397411,29.902988,29.41058,28.93993,28.439342,27.893404,27.260262,26.594555,26.121056,25.696293,25.407141,25.292927,25.189405,26.254622,25.456017,24.958883,24.275621,23.482912,22.912861,22.550694,21.996252,21.482372,21.186235,20.884281,20.588831,20.436918,20.080996,20.059793,26.782343,25.970837,24.823111,24.111742,23.69552,23.123814,22.923548,22.901514,22.924902,22.919195,22.965544,22.854771,22.483891,22.244196,22.275581,26.063494,25.29236,24.748463,23.904646,23.230011,22.547655,22.165985,21.610598,21.169945,20.718174,20.744402,20.554256,20.514698,20.503157,20.673244,22.842316,22.013023,21.811283,21.36301,21.049046,20.64883,20.393694,19.924953,19.67528,19.509163,19.481216,19.405184,19.821228,19.89369,20.216633,26.146116,25.613827,24.953043,24.266912,23.644295,22.881184,22.327559,22.078777,21.507587,21.154325,20.830208,20.210676,20.115379,19.89897,19.783154,29.094353,28.548866,27.737137,27.015188,26.444834,25.7262,25.266153,24.760765,24.280844,23.906311,23.484304,23.493034,23.332537,23.329903,23.453804,27.09136,26.470184,25.663656,24.742199,24.010048,23.610834,23.220102,22.892931,22.531275,21.620352,21.483479,21.412315,21.22946,21.213528,21.10355,29.696508,29.036957,28.419304,27.882362,27.329155,26.843819,26.313046,25.798439,25.057919,24.466827,24.127899,23.677038,23.360596,23.179569,23.120478,30.069611,29.537878,28.891872,28.335901,27.844112,27.3416,27.03821,26.489931,26.232418,25.878796,25.591908,25.370514,25.001982,24.553699,24.359301,20.71594,20.136683,19.659517,19.100367,18.651945,18.323225,17.82716,17.667067,17.738359,17.153358,17.067923,16.685774,16.599958,16.018795,15.970728,28.866287,28.365147,27.788628,27.397268,27.003374,26.633566,26.251225,25.823942,25.438032,25.067871,24.797173,24.368032,24.261002,24.441824,24.424841,27.386808,26.871756,26.324003,25.709162,25.140038,24.613766,24.174732,23.726889,23.072853,22.508171,22.271816,21.950514,21.74049,21.646538,21.567154,32.308502,31.64171,30.876335,30.118343,29.400024,28.786549,28.148663,27.534332,26.959307,26.395506,26.033821,25.709557,25.532528,25.435198,25.268147,26.261988,26.000595,25.523258,24.828491,24.143562,23.797543,23.399069,22.538622,22.123894,21.483252,21.566778,21.115191,20.719212,20.48855,20.585314,24.260708,23.394684,22.654181,22.041838,21.697729,21.33569,20.915329,20.350031,19.945168,19.623903,19.585627,19.159508,18.904034,18.864365,18.995716,23.079872,22.55736,22.137108,21.268755,20.741631,20.149153,19.044331,18.365345,17.711643,17.501465,16.977501,16.313879,15.106117,14.750197,13.884377,26.367861,26.051891,25.539812,24.831512,24.164236,23.786854,23.343241,22.659168,22.094498,21.792364,21.560453,21.400545,21.396948,21.352083,21.323021,22.678875,22.188063,20.811966,20.123312,19.335413,18.115942,17.645763,17.380241,16.646212,16.634163,16.958996,17.055965,17.409519,16.809933,16.982035,28.392271,28.091822,27.244225,26.531946,25.7911,25.260523,24.454746,23.892551,23.094593,22.579578,22.202883,21.611206,21.232534,21.04216,20.900282,29.157326,28.57477,28.055807,27.64502,27.267948,26.895216,26.386515,25.737875,25.143373,24.555784,24.23851,23.748917,23.467821,23.4023,23.456062,22.235359,21.740349,21.042648,20.26503,19.826307,19.078014,18.542053,18.096399,17.641048,17.297298,17.248106,16.715965,16.288109,16.199234,16.259912,21.303051,20.526215,19.588833,19.230473,18.835125,18.420439,17.989046,17.525082,16.824911,16.710886,16.590937,16.149988,15.936205,16.022032,15.995502,27.485123,26.910151,26.294291,25.788605,25.327475,24.965279,24.494951,24.011045,23.468801,23.074663,22.904692,22.82115,22.812096,22.746031,22.742926,29.856459,29.275164,28.656841,27.964357,27.461014,26.848742,26.30175,25.661091,24.963396,24.257521,23.733177,23.085829,22.682795,22.541559,22.396696,27.975353,27.437344,27.011198,26.435549,26.080462,25.590546,25.118902,24.728886,24.280399,24.048716,23.791256,23.510921,23.158827,23.086643,23.051374,26.918411,26.426319,25.919142,25.265137,24.626715,24.071636,23.45437,23.204643,22.532087,21.962648,21.808077,21.450144,21.094154,20.755167,20.750505,25.96747,25.251043,24.259953,23.80468,23.008257,22.324537,21.763916,21.081264,20.151104,19.924589,19.730942,19.087481,18.696173,18.540958,17.929262,29.093344,28.397856,27.788862,27.229568,26.905277,26.591257,26.06296,25.493607,24.871719,24.200254,23.869076,23.430933,23.003075,22.786961,22.597221,27.941153,27.322227,26.621958,25.873587,25.418169,25.088585,24.516287,24.238661,23.810873,23.233931,22.969404,22.667534,22.337976,22.063,21.969515,28.010807,27.458393,26.75671,26.245749,25.830841,25.34639,25.048363,24.607576,24.242821,23.760464,23.647388,23.244724,22.856041,22.659992,22.477619,32.016018,30.846027,29.92881,29.319595,28.75123,28.404835,27.92354,27.601576,27.434534,27.14369,26.986589,26.483177,26.094421,25.873228,25.753931,30.160528,29.72821,29.212549,28.744654,28.306208,27.914927,27.512121,26.980913,26.388615,25.828665,25.438803,25.192627,25.142733,25.077927,25.161379,27.903854,27.369753,26.699984,26.073843,25.612059,25.168949,24.780506,24.554365,24.025637,23.690979,23.351665,23.129625,22.864067,22.610485,22.471294,21.528595,20.764315,20.3125,19.601139,19.272522,19.156044,18.224613,17.741642,17.299963,17.114052,16.912628,16.684259,16.386343,16.157511,15.858162,33.940224,33.389214,32.811905,32.115704,31.613836,30.980522,30.259588,29.568064,28.789928,28.144159,27.767414,27.310089,27.10902,26.95508,26.729521,24.701868,24.279415,23.696266,23.390091,23.089329,22.605738,22.185482,22.086367,21.979282,21.918104,21.765068,21.578962,21.387686,21.286205,21.28677,25.099903,24.741375,24.607178,24.326077,24.192398,23.90398,23.296801,23.010098,22.567614,22.317188,22.278629,22.213844,22.076544,22.375412,22.571949,30.829706,31.12092,31.248442,31.463549,31.285065,30.808094,30.143284,29.955009,29.437172,28.970797,28.530613,28.464035,28.435484,28.48003,28.291792,21.897179,21.486439,21.190769,20.560915,20.07715,19.081726,18.883722,18.766306,18.186937,18.259224,18.484043,18.147015,17.808748,17.676966,17.77561,25.441166,24.66202,24.197977,23.832701,23.53001,23.381956,23.659575,23.785782,23.956411,24.04468,23.957066,23.799978,23.829285,24.046949,23.956821,25.438107,24.55072,24.036425,23.360992,22.631815,22.197258,21.613592,21.370073,21.048784,21.069912,21.070932,20.995207,20.80447,20.783228,20.601028,28.297256,27.66428,27.437386,26.950184,26.57732,26.377048,26.064045,25.583881,25.518778,25.149567,25.012007,24.774548,24.592344,24.516512,24.462927,34.586342,33.843307,33.176823,32.700466,32.040562,31.458839,30.762226,29.908329,29.024231,28.186432,27.745974,26.834547,26.092651,25.714165,25.40864,22.893156,22.688223,22.432055,21.92544,21.790527,21.504026,21.099672,20.630383,20.0884,19.555525,19.536854,19.180639,18.959146,18.642403,18.393501,24.494696,24.260633,23.546032,22.937162,22.560051,22.621412,22.227545,22.272398,22.034582,21.836571,21.792505,21.756407,21.453857,21.249691,21.282581,32.106895,32.144665,31.856749,31.336376,31.049454,30.403915,29.910194,29.119513,28.270956,27.519337,26.80204,25.935024,25.232332,24.8176,24.612446,25.549623,24.883039,24.339411,23.821936,23.642748,23.426702,23.443855,23.668129,23.864273,24.051003,24.250362,24.535162,24.844732,25.033825,25.414076,24.460604,24.045801,23.610947,23.160019,22.619892,22.488489,21.944313,21.625103,21.364639,21.156738,21.473732,21.215254,21.127247,21.335005,21.248295,25.82078,24.655674,23.780016,22.389791,22.277992,21.65568,21.113243,21.065746,21.408182,21.08399,20.591648,20.484243,19.760479,19.523993,19.816198,23.078819,22.578255,21.827496,21.511244,20.953009,20.874069,20.485199,20.394962,20.271772,20.349037,20.403797,20.458223,20.290228,20.297327,20.096643,25.54726,25.037071,24.475121,24.247282,23.82086,23.596617,23.394995,23.110077,23.038696,22.679634,22.55311,22.093136,21.828363,21.807373,21.630814,34.198875,33.53117,32.777554,31.94606,31.23855,30.5828,29.934391,29.4119,28.842598,28.278988,27.886496,27.523962,27.210224,26.994574,26.687727,29.781038,29.605917,29.300016,29.268164,29.182758,28.353361,27.809805,27.242136,26.977259,26.595051,26.108765,25.606855,25.298885,25.055387,24.824299,24.873791,24.46312,23.886194,23.513552,23.171755,23.090288,22.860285,22.789183,22.546249,22.183723,22.126822,22.161222,22.124331,22.044056,22.093592,23.087406,22.550066,22.273561,21.583057,20.79208,20.452311,20.237623,20.158815,20.169033,19.923553,20.198402,20.254732,19.79364,20.169371,20.429499,25.030745,24.518505,24.240568,23.837538,23.437796,23.190462,22.648863,22.420824,22.142822,22.169111,21.905584,21.763296,21.568815,21.419992,21.247356,25.390879,24.881443,24.471968,23.970528,23.466257,23.047565,22.74366,22.757132,22.398464,21.923801,21.730356,21.51288,21.506348,21.375946,21.49469,27.752865,27.358999,26.770094,25.943283,25.427431,25.000551,24.358524,24.25326,23.889893,23.549473,23.246809,22.787189,22.522736,22.230844,22.225336,22.857143,22.887716,22.223988,22.017319,21.768707,21.557178,21.119635,21.228413,21.053493,21.022915,20.532446,20.972847,20.941969,20.868839,20.774,33.54369,33.059662,32.516575,31.935543,31.444567,30.948914,30.467251,30.225416,29.978514,29.798443,29.660591,29.814348,30.032829,30.18729,30.236031,26.781549,26.234707,25.475132,24.641136,24.088448,23.4098,22.69558,22.230818,22.057518,21.809879,21.669645,21.266586,21.049274,20.947166,21.015844,24.12369,23.390709,22.816153,21.959158,21.390017,20.700184,20.421574,20.275307,20.333235,19.991171,19.886198,19.378447,18.993347,18.801353,18.944914,30.248896,29.856915,29.721642,29.706787,29.262194,28.79945,28.262917,27.750525,27.270084,26.615356,26.161608,25.473944,25.126181,24.670597,24.70438,24.356319,23.748003,23.155279,22.606985,22.113928,21.69471,21.54487,21.352854,21.051458,20.960369,20.815664,20.72114,20.641026,20.769535,20.575182,25.317362,24.789991,24.467793,24.217157,23.613579,22.576687,22.092033,21.828375,21.314165,21.204748,21.509249,21.505693,21.405659,21.552565,21.801502,27.371851,26.902924,26.182926,25.634565,24.962687,24.404945,23.808067,23.24947,22.945267,22.861176,22.851503,22.688351,22.19651,22.064056,22.159483,26.326534,25.55728,24.777813,24.081327,23.711887,23.633909,23.263596,23.093735,22.8848,22.72576,22.588123,22.449898,22.55237,22.71594,22.896503,23.63118,22.995373,22.088669,20.928829,20.069416,19.768883,18.731564,18.987068,18.487213,18.219688,18.432062,18.470354,17.883293,17.857937,17.807295,25.657896,24.943359,23.73402,22.943071,22.322006,22.25832,21.597958,21.04294,20.540501,20.201868,20.16674,19.996981,19.663303,19.440422,19.444229,22.626287,21.78418,21.290077,20.146284,19.351057,18.589912,17.842213,18.169563,18.101334,18.132019,18.34761,18.131565,18.222658,17.699116,17.360405,24.325544,23.642889,23.040977,22.504927,22.081081,21.191212,20.935961,20.561346,19.766373,19.885944,19.819489,19.837233,19.780321,19.805374,19.427019,25.111406,24.101526,23.71706,23.175474,22.108612,21.970736,20.851656,20.095125,19.743217,19.193668,18.886139,18.186348,18.303459,17.922607,17.845289,27.746572,27.523973,27.260798,27.12635,27.108276,26.717503,26.291847,26.099747,25.726202,25.503067,25.152531,24.632315,24.028933,23.781811,23.410696,22.848663,22.399368,22.37516,21.857924,21.880093,21.452089,20.922873,20.524458,20.98703,20.892736,20.706043,20.246027,19.807096,20.141281,20.451412,26.37738,25.783152,25.473383,25.435415,25.191147,25.232346,24.878683,24.749044,24.323481,24.095778,24.202589,24.64431,24.946547,25.276443,25.306267,29.132954,28.866947,28.295866,27.753862,27.297274,27.142069,26.645622,26.333162,25.974482,25.620533,25.287828,24.806372,24.33363,24.002222,23.576941,23.437197,23.200922,22.854406,22.938242,21.553213,21.749006,21.110479,21.057549,20.794653,20.645884,21.32448,20.531488,20.289854,20.546946,20.434389,24.597292,24.437073,23.54068,23.268419,23.445362,23.05592,22.893288,22.702311,22.709663,22.346487,21.966238,21.424051,21.403694,21.559294,21.316515,24.75902,23.804651,22.908955,22.264133,21.76465,21.122347,20.726282,20.734745,20.201778,20.37999,20.604607,20.546883,20.457211,20.388777,20.553301,26.135466,25.732656,25.422991,25.103933,24.659483,23.930555,23.493719,23.193916,22.929991,22.546999,22.571367,22.307394,22.015604,21.77545,21.634697,26.741594,26.595232,26.518234,26.206982,26.217833,26.056503,25.82876,25.597519,24.744947,24.377081,24.1682,23.891207,23.464273,23.140625,23.086763,26.565889,25.995266,25.484198,24.986126,24.648342,24.341118,23.862494,23.773619,23.702168,23.546267,23.500179,23.191938,23.101334,22.810541,22.710388,25.594145,25.232872,24.92564,24.657288,24.398458,24.320339,24.141407,23.72776,23.437136,23.352894,23.435745,23.573137,23.58313,23.543665,23.491764,23.161804,22.346615,22.093536,21.612654,20.970076,20.87678,20.238632,19.924896,19.680183,19.370653,19.52173,19.417812,19.450268,19.236622,19.119213,26.738897,26.045483,25.408146,25.248522,24.89045,24.662584,24.251865,24.395885,24.407179,24.383949,24.47834,24.853634,25.091816,25.337992,25.69384,26.573997,26.291552,25.613356,25.001209,24.644917,24.530397,24.291538,24.484871,24.301807,24.279951,24.139221,24.080254,24.134274,24.103201,24.015148,24.047907,23.921944,23.536652,22.607122,21.938202,21.342415,20.727848,21.049562,20.73955,20.132061,20.350109,19.701841,19.352409,19.552486,19.78022,32.098778,31.634014,31.058916,30.47654,29.826944,29.180531,28.646765,28.469028,28.23419,28.100416,27.866777,27.59169,27.57127,27.586369,27.468225,24.149773,23.596609,23.1042,22.35417,21.708698,21.220829,20.832466,20.581861,20.247524,20.148954,19.953896,19.741158,19.48172,19.418537,19.341572,26.341824,25.83564,25.530975,25.308735,24.743402,24.400616,24.532948,24.537573,24.490681,24.421539,24.279364,24.556782,25.010643,25.230268,25.463455,27.85733,27.509678,27.078585,26.762327,26.148361,25.985462,25.530144,25.40226,25.41028,25.435846,25.380966,24.832035,24.424973,24.221893,23.882648,24.579023,24.223665,23.501593,22.97661,22.473433,21.569872,20.861416,21.008404,21.306198,21.352867,21.257048,21.079151,20.856869,20.951765,20.793463,24.710043,24.144585,23.577105,23.289219,23.008394,22.710928,22.518448,22.329165,22.187651,21.999809,22.035398,22.228916,22.366541,22.559858,22.876543,22.998842,22.845871,22.487953,21.860174,21.702585,21.217016,21.395224,21.367367,21.174665,21.234365,21.315359,21.48155,21.105206,21.083012,21.146822,30.578474,30.181158,29.702047,29.168627,28.563932,28.072994,27.601084,27.572983,27.44298,27.270969,27.087488,27.471533,27.707907,27.977335,28.132204,24.515074,23.894218,23.27178,23.260202,22.75182,22.858507,23.007113,23.185926,23.138882,23.244553,23.092024,22.690714,22.20859,22.216738,21.97064,24.721178,24.384975,24.067446,23.234791,22.855392,22.304348,21.52739,21.38541,21.343849,21.085505,21.167019,20.969749,20.835695,20.449625,20.497776,25.226276,24.555687,24.097458,23.423048,23.017641,22.450951,21.937218,21.624453,21.456854,21.140728,21.27063,21.105722,20.989904,20.739763,20.789177,27.29401,27.035734,26.560255,26.160452,25.81884,25.655905,25.538376,25.300142,24.996433,24.613602,24.425484,23.997147,23.754202,23.553917,23.13372,23.94105,24.009901,23.79232,23.517807,23.197559,22.615545,22.321615,22.444721,22.163177,21.891836,21.832439,21.817238,21.498848,21.458595,21.532158,29.879206,29.157389,28.625551,27.987381,27.597523,26.696274,25.712681,25.17075,24.530907,23.926497,23.738834,23.119041,22.654285,22.031935,21.817026,25.838625,25.037878,24.295952,23.527559,22.904709,22.471943,22.138367,22.182169,22.26639,22.329893,22.459593,22.372513,22.309278,22.426849,22.53063,37.195023,37.273357,37.025814,36.314877,35.670708,34.965973,34.055843,33.254333,32.38372,31.510153,30.984697,30.106045,29.587109,28.857073,28.267729,33.766315,33.365585,33.088902,32.85231,32.631161,32.260807,31.915224,31.54546,30.790333,30.031862,29.650133,29.164707,28.727596,28.334311,27.875843,26.996941,26.943811,26.797003,26.16363,25.930798,25.181807,24.920866,24.556116,24.249166,23.665787,23.443752,23.218285,22.992918,22.752659,22.481037,27.93243,27.195156,26.468914,25.829294,25.453545,25.327721,25.099823,25.110001,24.890263,24.759514,24.702059,24.172874,23.882704,23.641441,23.562101,28.920191,28.4769,28.043592,27.80582,27.204332,26.77969,26.403996,26.206593,25.977898,25.673317,25.327679,24.80987,24.48901,24.001429,23.64481,21.335197,20.905087,20.267551,19.426847,19.387238,19.047619,19.282557,19.151138,19.235918,19.373394,19.785986,19.773779,19.821301,20.2603,20.278511,29.178637,27.477718,26.090521,25.400055,24.045115,22.898748,22.620811,22.221119,22.165363,21.573217,21.670082,21.272202,20.975965,20.758671,20.834215,24.607695,24.317173,23.938192,23.227205,22.855518,22.39922,21.998375,21.874371,21.376564,21.224686,21.161343,20.922272,20.684456,20.230055,20.021427,21.586224,21.39266,20.895903,20.293587,20.175665,19.228765,19.736496,20.248045,20.731371,19.388889,18.887634,18.383608,17.799824,18.035191,18.49012,26.880428,26.814922,26.26425,25.764174,25.460812,24.739704,24.264639,23.618021,23.435993,23.304501,23.06307,22.63625,22.08053,21.954065,21.750961,23.594034,22.974447,22.692001,21.926619,21.634264,21.182695,20.999636,20.867052,20.817682,20.470163,20.480011,20.380632,20.442432,20.108932,20.298399,29.930336,29.287693,28.896988,28.39411,27.94492,27.638948,27.532562,27.32004,27.139971,25.854391,26.477505,26.202398,26.193703,26.217819,25.916162,32.787167,31.991833,31.058943,30.148333,29.289099,28.552269,27.950474,27.659777,27.252192,26.807505,26.49177,25.952677,25.56423,25.216267,24.879673,24.20937,23.776991,23.409842,22.959534,23.235397,22.598225,22.229092,21.948179,21.888489,22.227196,22.059742,22.135696,21.842697,21.717491,21.469597,27.58572,26.75633,26.181608,25.35899,23.746357,23.408321,22.790281,22.278482,21.911808,21.636448,21.594887,21.369987,21.273058,21.78899,21.435171,24.899664,24.055361,23.316727,22.699203,22.05464,21.674284,21.389282,20.977861,20.840702,20.808214,20.990295,20.757252,20.610567,20.504082,20.560785,32.484085,32.273586,32.096634,32.030216,31.788445,31.414785,31.222652,30.914991,30.401554,29.840252,29.429018,28.681446,28.062683,27.393654,26.909233,24.125626,23.859554,23.12307,22.803003,21.936081,21.896923,21.738724,21.505579,21.426525,21.12676,21.630695,21.484869,21.293562,21.453287,21.140238,25.553349,25.137722,24.773199,24.505705,24.02013,23.768135,23.663456,23.594515,23.819302,23.968426,24.197699,24.792522,24.835239,25.111284,25.338968,27.751446,27.447763,27.262062,27.0224,26.720831,26.87458,26.6534,26.338505,25.953308,25.463816,25.458368,25.459761,25.297451,25.270601,25.014729,25.490919,24.563877,24.042982,23.481178,22.868711,22.865034,22.030029,22.097015,22.50075,21.949738,21.487415,21.015484,20.692581,20.537518,20.234697,25.071356,24.781832,24.620186,24.171761,23.92654,23.643913,23.483095,23.412434,23.127102,22.982,22.989975,22.738804,22.399624,22.093266,21.787359,25.865072,25.743193,25.724638,24.996904,24.883379,25.063198,25.097298,24.468208,24.36994,24.847509,24.724771,24.388283,23.621229,24.003292,23.484119,25.583817,25.282583,24.985764,24.929655,24.941549,24.949732,24.868429,24.767036,24.514729,24.420898,24.361492,24.525288,24.793583,24.892691,25.23127,26.934326,26.549261,26.16396,25.74058,25.651207,25.055733,25.108719,25.028397,24.651287,24.705488,24.289631,23.903421,23.445395,23.106163,22.950153,26.570049,25.993084,25.503927,25.433033,25.028452,24.968967,24.254795,23.838194,23.789042,23.330818,23.194706,22.408188,22.456242,22.079304,22.242809,27.436506,27.083981,26.891863,26.287809,25.97361,25.4396,25.390062,24.865801,24.587561,24.296118,23.785181,23.876581,23.957796,23.578594,23.516546,24.840897,24.410686,24.714828,24.150459,23.138414,23.277199,22.90308,22.18894,21.889004,21.36194,21.895845,21.613901,21.739651,21.761904,21.79302,22.235415,22.34569,22.11581,22.132427,21.695135,21.256811,21.27824,21.140333,21.6499,21.309305,21.194687,20.613497,20.098145,20.490732,20.910973,26.643757,26.116428,25.703943,25.065273,24.89348,24.625851,24.157635,23.788338,23.503458,22.740088,22.883732,22.843765,22.82892,22.584585,22.79796,26.382824,26.005226,25.534449,25.102402,25.042959,24.61285,24.471355,24.223248,23.967813,23.529129,23.390194,23.420038,23.694542,23.593626,23.531748,25.2244,24.691767,24.445419,23.97522,23.719658,23.698654,23.559637,23.670675,23.812572,23.574665,23.264711,23.337458,23.192244,23.091885,23.14826,26.702827,26.163494,25.44677,25.328653,24.944267,24.486853,24.157076,23.893116,23.563414,23.327906,23.064899,22.883326,22.972364,22.953835,22.942074,27.257284,27.007034,26.451843,26.047813,25.212782,24.943533,24.842751,24.602768,24.247219,23.939333,24.041405,24.486135,24.128576,23.991749,23.64537,32.528469,32.251038,31.767324,31.448286,31.200531,31.062338,30.861452,30.456972,30.192556,29.615667,29.155588,28.807262,28.38183,27.999025,27.809181,27.434635,26.751665,26.430489,26.178097,25.868511,26.12051,26.194021,26.416138,26.4583,26.616621,26.772997,26.479891,26.51053,26.588594,26.629305,26.123127,25.319818,24.96925,24.773006,24.389946,23.662704,23.338676,23.037355,23.119469,23.015285,23.335384,23.01816,23.012552,22.453381,22.026714,28.509113,28.120665,28.413507,28.101753,27.683756,27.754965,27.462351,27.228451,26.756186,26.256731,25.888214,25.676859,25.468525,25.422045,25.108505,32.042122,31.97793,31.656357,32.079861,32.079056,32.027878,31.298059,32.389664,32.547398,32.528202,32.214581,32.201611,32.386086,32.331249,31.945219,27.36615,26.997992,26.882383,26.367695,25.830257,25.571642,25.553867,25.113052,24.943678,24.677799,24.353586,23.835566,23.456161,23.505106,23.596231,27.900801,27.42914,26.880909,26.406973,25.671598,24.981663,25.19021,24.549835,24.078665,23.728462,23.514042,23.414949,23.535641,23.54141,23.734116,30.399693,29.870838,29.239897,28.734905,28.365931,27.966368,27.381069,27.302937,27.112484,27.044827,26.941448,26.842987,26.785234,26.828066,26.788357,28.772247,28.341255,27.972984,27.593971,27.490961,27.21389,27.023283,26.721991,26.497885,26.29155,26.204153,26.345018,26.372688,26.232031,26.316048,24.768131,24.583946,24.230934,24.09922,23.957151,23.439058,23.228979,22.886858,22.399393,21.951595,22.125792,22.353615,22.489897,22.828058,22.719904,25.814877,25.207403,24.966925,24.442083,23.82399,23.41087,23.353659,22.780882,23.031679,22.969423,23.768209,23.38554,23.528772,23.1646,22.902416,30.868023,30.180805,29.671967,29.606941,28.957527,29.360464,28.865978,27.190722,24.128862,24.393623,25.286535,25.089863,25.923296,27.034679,27.633476,27.659389,27.320826,26.698456,26.279524,25.921595,25.77191,25.576088,25.301876,25.021357,24.497406,24.401075,24.060343,23.634031,23.451893,23.71986,29.704058,29.30735,28.847767,28.340063,28.081135,27.697172,27.180391,27.148087,26.958218,26.631746,26.299589,26.134808,25.927357,25.921259,26.010572,26.598564,25.869448,25.891077,25.387848,24.815502,24.479881,24.395803,24.096731,24.045584,23.685425,23.287994,22.79438,22.244392,22.001093,22.132236,28.417454,27.988552,28.115881,27.976257,27.214611,26.828979,26.853539,26.33198,25.507757,25.516451,25.129667,25.125429,25.27458,25.265503,25.455505,25.265285,25.055027,24.953403,25.06423,24.621096,24.480907,24.149134,23.829321,23.512188,23.205608,22.833761,22.464066,22.59293,22.527197,22.47191,27.206007,26.751986,26.301682,25.772959,25.526831,25.387499,25.091209,24.989513,24.669479,24.628204,24.561661,24.36389,24.365885,24.303154,24.273468,25.136456,24.561239,24.541607,24.851736,24.361382,24.253624,24.31406,24.222773,24.220554,23.864716,23.610178,23.549488,23.580534,23.431412,23.274258,26.120386,25.117073,24.304754,23.891273,24.005737,24.44622,24.107405,24.127747,24.379108,24.000257,24.250463,25.001549,24.928041,25.013546,25.698965,30.392181,29.997566,29.204521,28.557596,28.16604,28.08671,27.959057,27.835823,28.242249,28.278318,28.679487,29.196709,29.452232,29.792618,29.705515,27.918663,27.381075,26.957258,26.58231,26.300686,26.093081,25.827858,25.805265,25.534424,25.555902,25.337473,25.276932,25.181236,24.866795,25.065166,27.362844,26.407253,26.170359,25.951477,25.667351,25.471481,25.128323,25.162924,24.819757,24.582504,23.842396,23.648275,23.435144,23.364786,23.07201,26.869873,26.480547,26.352587,25.876799,25.770134,25.423061,25.031303,24.840492,24.377142,24.354771,23.849354,24.250494,24.427416,24.108484,24.388773,30.396961,29.903185,29.386715,28.897779,28.592323,28.265991,28.005621,27.701988,27.37635,26.927555,26.624361,26.482048,26.296797,26.126926,26.071655,26.904642,26.659414,26.470507,25.779348,25.749361,25.849962,25.580296,25.629101,25.227278,25.319921,25.313398,24.924118,25.273333,25.442266,25.176044,27.482435,27.326143,27.044949,26.617176,26.294416,26.090435,25.9256,25.73987,25.305265,25.068096,24.667986,24.639803,24.849285,24.585396,24.630386,29.078972,28.440893,27.893833,27.291843,26.980352,26.549286,25.944508,25.681072,25.388777,25.251833,25.360987,24.939983,25.010481,25.261101,25.387447,32.292347,31.556541,30.87384,30.314886,29.718166,29.120996,28.663313,28.156773,27.738041,27.404833,27.286715,27.218433,26.974859,26.982084,26.775494,26.889442,26.489702,26.167192,25.783426,25.385487,25.266474,25.103647,25.107103,24.794037,24.819304,24.904922,24.78479,24.751537,24.720478,24.683937,28.511026,28.015522,27.531475,27.475048,27.038074,26.403528,26.172539,26.056831,25.790474,25.390133,25.665697,24.856497,24.494038,24.300627,24.456356,27.508492,27.29641,26.940834,26.401211,26.017836,25.363016,25.009346,24.711552,24.46266,24.255194,24.074926,23.902693,23.739386,23.669853,23.59329,25.200165,24.838066,24.237043,23.920322,23.490049,23.880077,23.810356,23.466406,23.276407,22.387651,22.0249,21.699516,21.420456,21.301662,21.041927,26.895327,26.56008,26.142506,25.837469,25.471016,25.146437,25.1455,24.881798,24.578852,24.664917,24.49894,24.16103,23.878183,23.901676,23.933189,25.983206,25.894543,25.450146,25.160391,24.917576,25.089077,24.72724,24.493513,24.378746,24.22212,24.205729,24.049513,23.892208,23.726233,23.510269,26.627314,26.250605,25.544184,25.133778,24.883875,24.588657,24.09263,24.006733,23.513491,23.870857,23.282078,23.182901,23.178156,23.139524,23.163383,24.69969,23.280693,22.555534,22.29323,22.112858,22.105263,22.103348,22.586462,22.539272,22.742615,22.878052,22.298595,21.674837,21.402334,21.688993,27.27828,26.88294,26.522833,26.346615,25.938734,25.798639,25.708113,25.343981,24.977808,24.542683,24.458214,24.166521,24.06181,23.98686,24.058992,26.959545,26.803577,26.436296,26.050673,25.853352,25.559914,25.240696,24.910353,24.599384,24.168673,23.843838,23.6362,23.355358,23.206873,23.046041,27.854145,27.484369,27.272728,27.039608,26.526609,26.017538,25.896841,25.608963,25.508633,24.70916,24.490128,23.825476,23.659384,23.314352,23.193388,25.941786,25.728596,25.305933,24.913969,24.540052,24.38504,24.460129,24.167309,24.249193,24.01071,23.785135,23.662912,23.415085,23.310152,23.210129,29.339563,28.679329,28.431835,28.063595,27.935352,27.447754,27.146196,26.899946,26.754877,26.150486,25.999733,25.645241,25.485996,25.604353,25.638781,26.891903,26.575514,26.434433,26.004452,26.005163,25.800531,25.562582,25.40402,25.144226,24.568544,24.010481,23.694921,23.573093,23.538904,23.674786,25.60915,25.55265,25.30525,24.913532,24.689278,24.236847,23.93428,23.317667,23.432537,23.40451,22.99707,23.220739,23.272215,23.276634,23.410629,32.327209,31.975853,31.714035,31.325731,31.144682,30.841402,30.533356,30.337833,30.059797,29.802183,29.591318,29.629192,29.464138,29.300627,29.094887,27.816715,27.753258,27.39731,27.135035,26.764423,26.33881,26.439476,26.338953,26.122856,26.123625,25.724665,25.937962,25.703564,25.551146,25.459852,24.785276,24.877043,24.199806,24.157303,23.763901,22.796566,22.286753,22.642229,22.134464,22.044918,21.978247,21.985235,21.871737,21.915167,21.132238,27.423031,26.976183,26.739756,26.205788,25.791243,25.628778,25.2549,24.778278,24.651398,24.116749,23.786848,23.812481,23.991671,23.89937,23.976757,27.209246,26.833939,26.279778,25.768513,25.201538,25.189812,24.904121,24.687157,24.527378,24.194916,23.651276,23.240332,23.019468,22.872309,22.705343,27.276054,27.05591,26.569229,25.763556,25.47298,25.511885,25.300602,25.319725,25.392181,25.568703,25.069872,24.441965,24.915508,24.775904,24.675833,30.284096,30.218554,29.96199,30.260366,29.793812,29.535997,29.462242,29.666594,29.463642,29.18442,29.024687,28.212399,28.319517,28.489803,28.427061,26.019964,26.306656,26.848585,27.393547,27.647717,28.231693,29.117319,29.643492,30.095238,30.060265,30.164211,29.986324,29.881403,30.00466,30.238871,27.291283,26.7649,26.36561,25.881994,25.433287,25.341145,24.99181,24.58008,24.286018,23.943316,23.953625,23.578764,23.500929,23.459272,23.438274,27.85663,27.52276,27.475554,27.149534,26.823763,26.787704,26.544634,26.019011,25.743792,25.109377,24.88759,24.388365,24.242838,24.003628,23.84148,27.367157,26.824396,26.420811,26.392239,25.771744,25.686356,25.139004,25.060007,24.211227,23.859451,23.303051,22.924316,22.861515,22.728207,22.491261,27.256006,26.731094,26.824799,26.562807,26.56296,27.270985,26.848829,26.407444,26.617783,26.993189,26.885826,26.767487,26.845381,26.751957,27.027025,28.358969,28.075167,27.87912,27.719757,27.511889,27.36648,27.184067,26.667667,26.315399,26.15811,25.819159,25.923216,25.67701,25.709349,25.521868,25.240082,24.996693,24.459568,24.340488,24.132679,24.249054,24.272156,23.699646,23.58853,23.637537,23.540478,23.585213,23.426945,23.040237,23.202044,28.259203,27.694147,26.967323,26.453644,26.097939,25.794497,25.584545,25.40325,25.071712,25.117409,24.80344,24.746136,24.817654,24.798029,24.613268,26.431206,25.92411,25.608528,25.084379,24.676947,24.416525,24.300047,23.985754,23.816908,23.68273,23.616821,23.598803,23.803627,23.861145,23.801771,27.420109,27.189764,26.533396,26.132008,25.687027,25.265211,24.797499,24.793194,24.576635,24.365458,24.258787,24.019964,23.894491,23.986717,24.278612,26.56098,26.204878,25.633997,25.139385,24.908024,25.082674,24.855318,24.49427,24.470797,24.104683,24.019083,23.889437,23.577398,23.724722,23.739347,28.960901,28.59922,28.453148,28.36721,27.992144,27.274523,26.867844,26.917767,26.756784,27.006203,27.008635,26.487785,26.67301,26.444159,26.291233,26.017269,25.475513,25.110775,24.893919,24.565052,24.153603,24.239943,24.109966,24.077139,23.85092,23.486507,23.482378,23.547707,23.576889,23.441559,26.125713,25.767056,25.504225,25.150888,25.05208,25.14061,24.522194,24.002762,24.056934,23.855928,23.44664,23.017206,22.785015,22.713266,23.125816,29.14044,28.965565,28.732649,28.633823,28.748703,29.36635,30.162987,30.187494,30.079815,30.293253,30.108526,30.547878,30.666903,30.634535,30.685543,22.599775,21.69664,21.374441,20.915136,20.793982,20.149704,19.95841,19.757435,19.62282,19.705204,19.537626,19.224909,18.96034,18.820412,18.499804,27.484566,27.086851,26.610508,26.083815,25.814236,25.455757,24.933279,24.545563,23.948238,23.925804,23.709501,22.924992,22.942902,23.025103,23.109341,24.182188,23.549812,23.105509,22.816082,22.151796,21.460434,21.20853,21.408022,21.145224,21.15551,20.8731,20.404873,20.351578,20.125439,20.647924,28.087542,27.586874,27.217054,27.03669,26.378399,26.091352,25.88813,25.742458,25.386047,25.109255,24.892115,25.023434,25.216576,25.422937,25.340275,25.989815,25.458345,25.106272,24.780785,24.663548,24.210436,24.088264,23.691553,23.100042,22.65432,22.043947,21.510111,21.282022,21.162569,21.072206,25.976717,25.85935,25.32864,24.520271,24.441696,24.021269,23.735737,23.087164,22.773849,22.073231,21.929754,22.028143,21.352774,21.271893,21.183126,25.898203,25.379444,25.462992,24.96347,24.473314,24.133902,23.579363,23.107801,22.717228,22.400846,22.309587,22.081203,21.849545,21.884665,21.978022,21.747471,21.139147,20.559471,19.948877,19.600784,19.081764,18.737,18.254929,17.473484,17.214151,17.004198,16.754313,16.619154,16.638397,16.580559,26.629036,26.411257,25.851055,25.411289,25.187094,24.64303,24.535851,23.992353,23.758951,22.840799,22.583523,22.306574,22.085148,22.043571,22.080336,29.820507,28.719578,27.962612,27.415937,26.988331,26.75386,26.650042,26.647436,26.589453,26.598572,26.637545,26.483736,26.432169,26.629501,26.84503,28.404028,28.039196,27.708742,27.462828,27.344576,27.056658,26.686155,26.376797,25.822887,25.575739,25.406084,25.632242,25.886753,26.154772,26.308853,26.519865,26.196831,25.84981,25.530621,25.238693,25.322062,25.06983,24.685934,24.315838,24.049387,23.770914,23.831676,23.820267,23.886612,23.820738,24.924791,24.217188,24.145559,24.125874,23.856989,23.368921,23.129616,22.895157,23.05802,22.819006,22.604918,22.315126,21.529684,21.535746,21.625818,30.90136,30.255486,29.704809,28.919878,28.465057,27.83778,27.153393,26.703367,26.168055,25.748734,25.495846,25.387011,25.441044,25.301691,25.270992,23.226189,22.63381,22.123199,21.394726,20.870819,20.904997,20.728149,20.285889,20.02669,19.640327,19.386154,19.092827,19.073444,19.109297,19.042971,27.635326,26.882032,26.242203,25.634743,25.197903,24.803253,24.600704,24.391239,24.182302,24.147503,24.220304,24.161591,23.867689,23.684347,23.62114,24.466738,24.388319,24.244825,23.93,23.735134,23.567394,23.16535,22.916233,23.098083,23.019112,22.816265,22.294231,22.083059,21.875687,21.416695,25.711418,25.731192,25.117767,24.341007,24.222668,24.284288,23.847429,23.639038,22.786671,22.173347,22.33688,22.633745,22.784609,22.255663,22.314445,30.04286,29.551264,29.081886,28.457169,28.136053,27.789667,27.274748,26.888327,26.208267,25.776295,25.474564,25.137011,24.918163,24.698986,24.517221,22.76239,22.566723,22.223021,21.846155,21.601648,21.675877,21.371845,20.925964,20.502832,20.123173,19.909826,20.190849,20.173536,19.778879,19.629656,23.778385,23.501692,22.906851,22.262907,21.8253,21.156698,20.691378,20.56962,20.692297,20.316725,19.994904,20.054377,20.033955,19.774307,19.702311,31.553082,31.154091,30.679688,30.402821,30.023272,29.436197,29.03421,28.433386,28.103876,27.485619,27.266302,26.827223,26.617182,26.679295,26.62636,25.409502,25.265705,24.966059,24.529596,24.381821,24.031008,23.633083,23.627287,23.172434,22.739418,22.355904,22.190611,21.785868,21.404779,21.421305,32.188972,31.764561,31.320337,30.78796,30.488821,30.259794,29.980278,29.662987,29.286238,28.966764,28.720623,28.557524,28.510326,28.364489,28.228395,28.068886,27.437922,27.262486,26.744535,26.184526,25.858179,25.173244,24.732838,24.368412,23.809294,23.469288,23.318321,23.011572,23.123474,22.76519,32.178776,31.642708,31.108431,30.513695,29.74029,29.21122,28.878096,28.511562,28.056448,27.57267,27.250532,27.187923,26.865711,26.628208,26.436346,27.469578,27.192772,27.007473,26.508648,26.18148,25.840048,25.656807,25.597694,25.38567,25.330221,25.428734,25.075373,24.905897,24.781721,24.960163,26.809183,26.307047,25.858242,25.46979,25.211138,24.911961,24.551758,24.07955,23.856182,23.514233,23.294233,23.159973,23.153605,22.885674,22.875233,24.017689,23.421717,22.964931,22.429077,22.032181,21.605564,21.507399,21.282471,20.664068,20.063412,20.261854,20.370609,19.891548,19.496689,19.894943,26.25865,25.933426,25.402313,25.076412,24.20891,23.736601,23.281061,23.040169,22.83692,22.30019,21.936522,21.721237,21.574587,21.269245,20.976503,23.993498,23.996487,23.420399,23.224617,23.031113,22.961973,22.458288,22.192802,21.968788,21.796707,21.916836,21.172363,21.232296,20.926575,21.003134,39.674202,38.8605,38.088013,37.563984,35.448406,34.737171,34.358017,33.991177,32.860596,32.249512,31.798449,31.374371,31.33494,31.476978,31.385998,25.543589,25.251856,24.646803,24.35216,23.67223,23.654716,23.347816,22.647289,22.349144,21.879826,22.020279,21.576683,21.226477,21.502771,21.350622,24.41017,24.062738,23.692539,23.173956,22.681723,22.168621,21.859573,21.441668,20.855072,20.662655,20.290279,20.089581,19.938177,19.684923,19.772594,25.853746,25.683208,25.575737,25.330807,25.237507,25.00844,24.626406,24.538832,24.444929,23.879663,23.555765,23.219137,23.068956,22.768026,22.372112,29.844765,29.216206,28.575457,27.952942,27.464216,26.91913,26.380848,25.907347,25.422892,25.034016,24.628601,24.317835,23.964756,23.675287,23.543367,25.777287,25.267944,24.703056,24.191462,23.92654,23.562775,22.934298,22.414238,21.804167,21.343067,21.082359,20.737114,20.413609,20.374598,20.382936,23.614143,23.665455,23.067846,22.364313,21.813616,21.637169,21.089138,20.864161,20.761093,20.682493,20.762018,20.916948,21.24596,21.568628,21.214788,28.435575,27.618832,27.092367,26.55468,26.181408,25.971502,25.96656,26.044563,25.956345,26.042561,26.025545,25.991854,25.832987,25.771252,25.644741,23.294968,23.026756,22.529991,22.360249,21.667156,21.605059,20.958084,20.776546,20.753237,20.42095,20.373796,20.608009,20.779722,20.495518,20.677834,23.836357,23.282833,22.825218,22.204527,21.752542,21.803665,21.25141,20.835661,20.489058,20.752197,20.892517,20.82678,20.482893,20.688074,20.986797,25.68301,25.252163,24.852339,24.573851,24.280367,24.290955,23.847313,23.484915,22.919563,22.835211,22.347975,22.43298,22.261341,22.325962,22.34231,19.049217,18.503763,18.333521,17.958782,17.679262,17.80287,17.535196,17.458828,16.920351,16.483631,16.483173,16.092674,15.729499,15.670837,15.658864,24.220804,23.672318,23.174047,23.166473,23.006254,22.686745,22.66881,23.033819,21.741777,20.993687,21.283096,21.597021,20.987125,20.576672,20.57522,25.103123,24.598719,24.007149,23.190134,22.782661,22.366467,21.82575,22.065681,21.661077,21.342901,21.446211,20.991768,20.924526,21.166245,21.279951,26.042643,25.553556,25.09017,24.575125,24.379536,24.165461,23.846214,23.573914,23.257328,23.062855,23.142208,23.083176,23.258165,23.403778,23.265032,25.310501,24.783346,24.481524,24.267225,23.697844,23.339605,23.482727,22.975376,23.352394,23.033133,22.70536,22.697807,22.772182,22.352371,22.666016,30.960989,30.540234,30.103451,29.598703,29.180914,28.735546,28.414976,28.218163,27.927933,27.669386,27.421627,27.492956,27.484734,27.536345,27.593636,27.938572,27.682055,27.4596,27.207726,27.085226,26.914597,26.946354,26.807848,26.563259,26.34309,26.061815,26.342987,26.348301,26.525358,26.656517,31.681889,31.193628,30.629652,30.14904,29.669582,29.280201,28.903124,28.311964,27.724817,27.18218,26.774662,26.454899,26.201227,26.078468,25.999802,27.454981,26.74501,26.26918,25.324324,25.044691,24.684435,24.617476,24.539131,24.261404,24.137075,23.995068,23.986607,24.21188,24.426052,24.622313,23.461891,23.06797,22.676319,22.519981,22.167139,21.585482,20.779221,20.71291,20.986155,20.481634,20.154852,20.252857,19.598726,19.990164,19.744745,27.731762,27.252272,26.796907,26.508823,26.252499,25.847063,25.740618,25.350241,24.702969,24.180456,24.18495,24.194138,24.016603,23.884367,23.782808,27.360607,26.822971,26.45525,25.957499,25.61462,25.204329,25.01502,24.356655,23.915773,23.443422,23.296118,23.068127,22.864305,22.764053,22.472528,26.770761,26.432076,26.088757,25.712797,25.455189,25.302814,25.08007,24.653603,24.218346,23.732277,23.654827,23.532469,23.369013,23.239105,22.934309,24.514286,24.184261,24.144888,23.556114,23.170849,23.014019,22.827145,22.467432,22.214594,21.716972,21.826914,21.373449,21.181103,21.249506,21.094213,30.071947,29.630634,29.018345,28.747133,28.629848,28.24156,28.153185,27.836006,27.411423,26.818905,26.439226,26.099321,25.891838,25.700968,25.431288,24.325899,24.263786,23.616154,23.209875,22.819857,22.387945,21.921412,21.662136,21.481075,21.589041,21.486826,21.311476,21.160164,21.101736,20.923252,26.089951,25.712523,25.604561,25.443829,25.198576,24.67861,24.848814,24.939402,24.964832,25.201855,25.361937,25.69426,25.425192,25.362125,25.854757,28.474499,28.084656,27.726603,27.346754,27.184292,27.03583,26.748487,26.452425,25.737698,25.177673,24.862476,24.504875,24.566916,24.146786,23.942612,25.181135,24.665342,24.098181,23.683197,23.623926,23.283104,22.754145,22.3846,21.937855,21.85183,21.834286,22.001034,21.870577,21.448414,21.436422,26.229647,25.651625,25.570431,24.951414,24.788473,24.427418,24.336355,23.62307,23.192966,22.756437,22.359791,22.675646,22.944382,22.92506,23.116674,26.429691,26.207209,25.453308,24.847458,24.964195,24.154852,23.291824,22.85314,22.43499,22.078491,21.894392,21.781639,21.280123,21.679171,21.729958,26.307232,26.000357,25.684967,25.337669,25.151634,25.285244,24.848953,24.766438,24.423819,24.206129,24.085716,24.056129,23.961948,23.715773,23.844156,24.366159,23.706667,22.735874,22.76029,22.372332,20.521173,20.55616,20.38545,19.850586,19.491526,20.095314,20.163847,19.962334,19.679695,19.563461,27.260023,26.916483,26.467901,26.018456,25.588045,25.087463,24.908113,24.76754,24.124342,23.909018,23.678886,23.298702,23.354624,23.094448,23.041035,25.427399,25.685341,25.787371,26.493469,26.461336,26.513842,26.815363,26.760563,26.939732,27.364626,27.303684,26.970314,26.891872,27.070311,27.206245,30.95575,30.455927,29.921364,29.453823,28.981567,28.461338,28.376793,27.912558,27.424791,27.192024,26.600922,26.430119,26.369143,26.555964,26.646519,25.168827,24.518351,24.181877,23.679104,23.319645,22.662613,22.280073,21.918402,21.710167,21.499889,21.054428,20.536432,20.292356,20.628931,20.402531,25.969854,25.486799,24.991724,24.249689,23.806801,23.483923,23.329521,22.863647,22.529129,22.300682,21.860958,21.786795,21.243135,21.077324,21.470886,23.057384,22.386532,22.227896,21.723564,21.550781,21.462042,20.646572,20.64105,20.168716,19.63921,19.451336,19.245857,18.988726,18.998863,19.122305,26.229841,25.781647,25.463537,25.076012,24.933716,24.784609,24.573616,24.600639,24.227598,24.105631,23.835428,23.887825,23.481037,23.193626,23.087461,27.01,26.471979,25.960529,25.504627,25.217787,24.990616,24.666937,24.256134,23.921875,23.675491,23.524958,23.125309,22.836926,22.87644,22.982798,22.934649,22.306297,21.547731,20.811865,20.611094,20.488756,20.402679,20.50079,20.394337,20.52319,20.206123,19.905254,19.567915,19.414423,19.614552,24.063135,23.456306,22.927961,22.490885,22.155575,21.839628,21.389072,20.617687,20.575863,19.880642,19.492765,19.45047,19.294737,19.277328,18.962351,27.637035,27.219072,27.025166,26.586555,26.427662,26.364109,26.236576,25.432297,24.591,24.117817,23.808149,23.767782,23.549784,23.256155,23.066248,22.723457,22.557426,22.019798,21.665625,20.93145,20.613163,20.099308,19.823925,19.499897,19.156414,18.760281,18.313652,17.872738,17.602015,17.945742,24.840479,24.845377,24.976057,24.617191,24.48547,24.074749,24.138659,24.031296,23.819534,23.577103,23.041122,22.900303,22.988125,22.966211,23.097456,27.77655,27.587914,27.202753,26.620432,26.10816,26.013332,25.712296,25.44697,24.762859,24.56168,24.481174,24.447384,24.166534,23.75503,23.722816,27.736414,27.38459,26.935234,26.302654,26.058722,25.680387,25.431761,25.034555,24.578371,24.411196,24.350273,24.462429,24.479757,24.55554,24.710398,25.935661,25.119968,24.82946,24.544563,24.284306,24.123526,23.763769,23.286682,23.070135,22.712168,22.867044,22.743771,22.661242,22.604385,22.702402,29.703295,28.962648,28.44738,28.155867,27.546925,27.006678,26.476721,26.102861,25.959576,25.771137,25.70919,25.816837,25.652924,25.701061,25.734381,32.469456,31.777052,31.12738,30.507559,29.768452,29.417175,28.822708,28.183666,27.682955,27.4238,27.323616,27.123161,26.90303,26.965607,26.963636,25.460201,25.119432,24.793358,24.738049,24.510283,24.201584,23.781319,23.453035,22.965248,22.628277,22.097691,21.69285,21.400991,21.627375,21.59384,32.004196,30.823269,29.848433,28.631453,28.473986,27.919683,28.090445,27.987415,27.78261,28.232273,28.761621,28.835323,29.226044,29.930656,29.83095,23.934238,23.39035,22.722008,22.243752,22.1984,22.549971,21.811495,21.339409,21.121717,21.030474,20.394207,19.798388,19.72858,19.229193,19.338842,26.900404,26.236603,25.289595,24.828295,24.601715,24.184837,23.801031,23.452898,23.010775,22.534374,22.666927,22.167202,21.746759,21.726746,22.081713,29.193026,29.024675,28.54945,28.44462,28.22974,27.947823,27.527472,27.249285,26.940655,26.833307,26.846718,26.719189,26.792839,26.493704,26.642727,28.21357,27.703077,27.385504,26.886892,26.066811,25.858927,25.585102,24.98313,24.314089,23.71607,23.562239,23.200651,22.747581,22.690353,22.544662,24.955276,24.828428,23.919567,23.155369,22.733364,21.977039,21.649023,21.318289,20.962919,21.328934,21.18948,20.356234,20.585587,20.869432,21.116207,25.263315,24.925705,24.500294,24.163757,24.178284,23.814655,23.410919,22.960381,22.594202,22.539728,22.349855,22.217505,22.131147,22.470387,23.043882,32.39489,31.799068,31.215206,30.610298,29.967255,29.467424,29.005894,28.498966,28.010502,27.542856,27.215281,26.915401,26.62933,26.483965,26.400965,22.757269,22.348799,22.29674,21.592791,21.037998,20.589746,20.208376,20.148949,19.78067,19.33457,19.138756,18.791876,19.198822,18.845467,18.99725,27.730486,27.085993,26.481512,26.149441,25.606543,25.047991,24.749493,24.27158,23.628065,22.989645,22.338078,22.171028,21.888988,22.205505,22.158585,29.257885,29.019239,28.499022,28.467945,28.713278,28.858068,28.623426,28.30002,28.15806,27.791994,27.501604,27.573637,27.654501,27.775345,27.755201,28.864824,28.353161,27.817863,27.24869,26.675287,26.129433,25.676861,25.329575,25.005835,24.714657,24.467279,24.447857,24.43886,24.433058,24.429148,25.106329,24.783112,24.425087,24.078442,23.961315,23.892769,23.400557,23.153416,23.015633,22.996426,22.797573,22.97471,23.065781,23.119274,23.369007,24.676878,24.330784,23.580685,23.170732,22.258289,21.86916,21.842043,21.029446,20.716404,20.616222,20.546398,20.300753,19.981794,20.384792,20.951948,24.075563,23.184019,23.272505,23.180979,22.964035,22.324223,22.454905,21.904762,21.440432,20.879803,20.714581,20.008251,20.274141,20.573286,20.44051,27.331501,27.229769,26.834648,26.439148,26.339916,26.032881,25.55393,25.333467,24.879749,24.61401,24.379427,24.228872,24.131586,24.152802,24.173872,26.071301,25.412502,24.731054,24.229879,23.540102,22.903614,22.579094,22.030468,21.258907,21.110586,20.647148,20.099726,20.321884,20.161972,20.765619,24.359352,23.441874,23.259964,23.226871,22.699295,22.430046,22.164396,21.692307,21.585423,20.913801,21.193092,21.099007,21.279665,21.52248,21.488008,26.156071,25.500471,25.310247,24.966564,24.993347,25.026455,24.78063,24.734737,24.229925,23.768484,23.595692,23.70167,23.852781,23.723804,23.598928,23.727272,22.832079,22.12492,21.691519,21.210136,20.915585,20.443163,20.018145,19.32501,18.895512,18.463261,18.247717,17.725363,17.503271,17.478539,26.179605,26.184883,25.707188,25.617722,25.776175,25,25.003687,23.829407,23.248219,23.262072,23.672863,23.204916,22.703032,22.384615,22.65987,26.046579,25.430325,25.172066,24.680189,24.388557,24.158173,23.816017,23.81716,23.717085,23.500807,23.402,22.969225,22.814764,22.602688,22.566404,24.812355,24.480846,24.44408,24.270132,24.334877,23.668924,23.517826,23.146332,22.959723,23.117487,22.865479,22.972816,22.859806,22.997114,23.060732,25.42099,25.299797,24.753103,24.271275,23.976723,23.79114,23.615738,23.300877,22.928534,22.732666,22.346659,22.149666,22.204027,21.973288,22.211607,28.696707,28.081491,27.400442,26.916706,26.495298,25.901356,25.381937,25.00642,24.587959,24.297649,24.002335,23.732296,23.726023,23.585848,23.366312,29.091686,28.744579,28.378719,27.867758,27.715727,27.718807,27.304115,26.750082,26.452435,26.0364,25.594128,25.477934,25.294775,25.363646,25.087732,23.463306,23.062538,22.841267,22.396725,21.912796,21.903212,21.468464,21.121593,20.952454,20.621386,20.527447,20.437902,20.115158,20.071579,20.551622,29.57814,29.18432,28.483852,27.900856,27.352221,27.054846,26.496023,26.211348,25.602427,25.060421,24.681015,24.619793,24.258106,24.358938,23.999456,23.34173,22.934597,22.068966,21.955479,21.595417,21.201254,21.16258,19.711321,19.482918,19.872669,18.932714,18.767639,17.876022,18.299713,18.525703,25.175724,24.906754,24.571554,24.048965,23.499397,23.138083,23.013905,22.620638,22.148752,21.494123,21.619902,21.427422,21.197142,21.159168,21.06212,30.828995,30.704487,30.464136,30.242195,30.161819,30.031237,29.979914,30.0718,30.21874,30.49222,30.64113,31.225868,31.553232,31.899973,32.254066,24.945677,23.437845,22.277666,21.526222,20.779076,20.28302,20.11762,19.77182,20.139647,20.108696,20.123203,19.311394,19.548712,19.369078,19.377014,26.410925,26.034576,25.147486,23.92507,23.71377,22.858952,22.161085,22.511753,21.808342,21.871813,22.285891,21.965805,21.917809,21.932434,22.256441,24.712975,24.110847,23.991726,22.958651,23.223253,22.557646,21.894125,21.199013,21.621622,20.543056,20.915937,20.893021,21.345778,21.661089,22.155237,25.902239,25.506985,24.452881,24.112232,23.243471,22.010471,21.682129,21.458046,21.364759,20.851528,20.838516,21.241259,20.925379,20.070547,19.747826,26.085138,25.287119,24.531605,23.853493,22.958351,22.326378,22.176281,21.748722,20.501757,20.253164,20.06941,19.833399,19.715528,19.520947,19.590897,24.943819,24.532536,22.592875,21.240311,20.63863,20.270269,18.17441,18.174343,17.576792,16.779661,16.811092,16.360455,17.517006,17.167381,17.17687,27.952639,27.287489,26.544184,25.690355,25.444525,24.761061,24.352369,24.150114,23.863453,23.846058,23.886456,24.073032,24.051268,24.362913,24.394661,23.837017,23.105612,21.61418,20.779221,20.404957,20.217237,19.600632,19.091541,18.202286,18.971172,19.696709,20,20.36725,20.518505,21.050848,25.492378,24.904213,24.231104,23.465641,23.292789,22.638536,22.018429,21.942509,21.849762,21.947449,22.02854,22.46303,22.628601,22.933624,23.268147,19.900249,19.409704,18.77615,19.032429,19.290464,18.406286,19.050343,18.625147,17.194836,17.551964,17.121729,17.822899,18.844643,18.903805,19.711271,24.850828,23.373871,22.690603,22.128916,21.554085,21.306818,21.41647,21.556351,21.523809,22.124777,21.821844,22.167978,22.872282,23.725929,24.038563,23.902645,23.368805,22.905392,22.222223,21.943068,21.425489,21.20915,20.973661,21.473639,21.37149,21.669895,21.625999,21.587336,22.015085,22.137238,25.355112,24.626049,23.963303,22.968582,22.574829,21.497049,20.830273,22.109825,21.446384,22.241499,22.653273,23.276451,23.959021,23.645321,23.979429,23.449841,22.937969,22.501286,21.954172,21.323402,20.202726,19.963482,19.916252,20.300489,20.352606,20.307373,20.500565,20.803493,20.912878,21.096825,27.230055,26.580984,25.950274,25.442287,25.088926,24.75156,24.5397,24.614426,24.509195,24.221758,23.890825,23.634628,23.460968,23.563831,23.489855,30.250824,29.358244,28.628313,28.387737,28.415281,28.504545,28.632835,29.120296,29.395494,29.444874,29.62591,29.158321,28.895247,28.879944,29.036966,23.107256,21.276596,21.383148,20.893141,21.521036,21.963394,20.194647,19.854134,22.07469,20.806452,20.637585,19.796558,19.130434,20.031176,21.17737,26.708639,25.881815,25.387373,24.392466,23.894531,23.333836,23.026415,22.809013,22.61042,22.666969,22.741804,22.900537,23.215462,23.359676,23.9013,22.767418,22.782259,22.233202,20.897045,19.380621,19.23077,19.218912,18.257261,18.314608,18.060202,17.873304,16.428572,16.864609,16.550116,16.197184,23.376623,24.371773,24.117847,24.087343,22.697927,21.801264,20.710255,19.71043,18.145826,18.056919,17.066839,16.597775,15.894466,16.576174,17.169518,25.841614,25.332764,25.088295,24.1994,23.80385,23.194706,22.927227,22.793337,22.801939,23.283901,22.932144,23.060043,23.486462,23.781994,24.18218,26.691204,25.458511,24.48679,23.825764,22.757111,22.009525,21.294325,20.706522,20.56592,19.72897,19.546568,19.032625,18.458969,18.91798,19.009695,23.304722,22.771402,22.039181,20.854156,19.899818,19.342896,19.384903,18.482958,18.107195,17.726398,18.520309,17.823732,17.548197,17.246521,17.78001,24.41703,23.644163,23.174461,22.513552,21.773901,20.94351,20.761589,20.556047,20.515518,20.413004,20.583326,20.563002,20.516796,20.341839,20.308861,27.777975,26.902706,26.009846,25.389599,24.972002,24.451126,23.968149,23.943871,23.623819,23.503695,23.613644,23.880295,23.92186,24.073393,24.065308,24.400368,23.300972,22.248135,21.292948,20.76889,21.182701,20.351986,21.0644,20.044943,20.148928,20.819113,21.065884,21.735502,21.103622,21.498096,23.998299,23.077335,22.224007,21.144161,20.815125,20.046925,19.377991,19.089506,19.231359,19.128046,18.998476,18.581047,18.343773,18.236143,17.97377,24.132652,22.305229,21.717724,20.478575,19.202696,18.616423,17.620396,17.940012,17.848837,15.835777,18.150488,17.708942,18.021202,19.214996,18.661972,24.905386,24.03734,23.129055,21.845083,21.345905,20.635141,20.427618,20.542328,20.380507,19.859264,19.932388,19.545158,19.047003,18.563263,18.67794,22.755741,21.930746,21.319262,20.857292,20.310078,18.746708,19.188768,19.444445,18.64765,18.713758,18.494965,17.566137,17.971624,17.855284,17.74799,24.993553,24.485544,23.507948,22.433943,21.254705,20.904913,20.636429,19.538017,18.865213,18.452381,18.843327,17.649824,17.102423,17.579588,17.672009,29.0555,28.066916,27.551329,27.12751,26.978025,26.766895,26.609627,26.920179,27.094025,27.206417,27.450817,27.475491,27.32609,27.22879,27.195358,23.909641,23.214285,22.742935,21.96744,21.258581,20.055517,19.440655,18.730085,17.386389,18.468065,18.552631,19.477785,19.073046,18.438646,18.418766,27.84214,27.052584,26.556519,25.902567,25.610935,25.337515,25.328234,25.619156,25.220182,25.009531,24.538698,23.67742,23.186079,23.1443,23.008514,22.515213,22.040815,21.93676,21.343874,21.579962,20.934959,20.808081,20,15.800417,17.213116,16.363636,16.938776,17.288801,16.798418,15.132925,24.146235,23.4771,22.404745,21.357424,20.55879,19.394512,18.530964,17.720009,17.264467,17.185289,18.616144,18.199142,17.912622,18.280087,17.940756,24.812031,23.443396,22.561655,21.77264,21.449511,20.819778,19.880104,20.538176,20.827202,20.854477,20.470779,20.750765,20.786152,20.986073,21.317019,23.335138,22.657112,22.191929,20.685902,19.172722,17.596319,17.112598,16.865417,16.400911,15.822784,17.748421,16.152967,16.211603,16.961735,16.704161,30.917675,30.442202,29.702261,28.52169,27.444702,27.711878,27.50527,26.8512,25.994883,25.856478,25.163769,25.346142,25.186962,25.269205,25.383726,20.186598,19.86755,19.096334,17.722603,17.519514,18.032785,15.938069,15.789473,16.117542,15.803335,16.148024,16.103897,17.157713,18.53117,16.754385,24.605383,23.912985,23.498981,22.807983,22.27729,21.811237,21.516876,21.252779,21.012854,20.575132,20.571598,20.107929,19.916307,19.822405,19.358776,26.717955,25.477505,24.305407,23.284393,22.405453,21.928968,22.132298,22.242413,22.619299,22.801941,23.055641,23.935331,24.701527,25.178892,25.896484,25.746023,24.872135,23.881029,23.424206,22.994549,22.458561,22.070976,22.053905,21.917267,21.608282,21.821487,22.400532,22.807823,23.565905,24.029982,25.609108,25.06488,24.053938,22.975027,22.263573,22.034826,21.508226,21.421497,21.660254,21.375626,21.569052,21.991657,21.929356,21.811541,21.724691,21.901428,21.031557,20.628702,19.831343,19.467646,19.032904,18.760065,18.09222,17.843086,17.539883,17.571604,17.571014,17.351156,17.20392,17.027098,22.241295,20.748987,19.529411,18.258047,17.838718,17.40834,17.650414,17.786104,17.488922,17.39002,17.767248,18.284883,20.06147,21.029572,21.636314,26.588758,25.948883,25.115946,24.696779,24.123175,23.66972,22.992733,22.914986,22.568911,22.550577,22.401705,22.566475,22.503189,22.321636,22.438814,26.773373,26.346519,25.068119,24.056324,23.200949,22.426601,22.635408,22.002932,21.319174,21.482868,20.885868,20.442892,20.132624,19.750565,19.564983,24.690338,24.624374,23.361902,22.612085,22.306854,21.170067,20.908844,20.910534,20.772305,19.726614,19.90613,19.09268,19.093941,19.052803,18.957993,24.533873,24.399811,23.862551,23.139057,22.435175,21.769043,20.900164,20.429758,19.941397,19.801653,19.78293,19.950699,20.032948,19.957117,19.814754,28.188557,27.677887,27.199074,26.408308,27.3624,25.88694,25.388395,24.270477,25.044302,25.834127,25.838486,25.396517,25.692984,25.590015,25.842258,23.302109,21.650719,20.428751,20.790817,19.774719,19.190601,17.78656,17.245991,14.854111,16.25,16.409536,16.088766,16.93989,16.142857,18.103447,24.304195,23.513906,22.843451,21.960415,21.449745,20.958328,20.035753,19.858156,19.501011,19.744183,19.255335,19.917068,19.64786,19.850531,20.199371,22.024075,22.309109,21.386229,20.412952,20.586843,19.606903,19.21376,19.951923,20.409111,19.786839,19.667589,19.672897,20.380953,20.506804,19.656488,22.38806,21.608526,20.81712,19.607843,18.940138,17.688442,18.902439,17.850098,17.3428,19.223301,17.757936,18.50354,17.045454,17.198582,17.6,28.568342,28.066298,27.576893,27.072504,26.607895,26.26523,25.888725,25.845474,25.681606,25.628647,25.570631,25.646416,25.7904,25.955597,26.048925,26.044809,25.43116,25.149759,24.474636,23.79961,23.187143,22.68198,22.348829,22.272144,22.157928,22.059385,22.02158,21.92239,22.379837,22.117189,23.174175,22.562828,21.469084,21.193529,20.741896,19.988562,19.543592,19.358652,18.70525,18.845526,18.42737,18.621834,19.130035,19.05131,18.928627,29.438204,27.18676,27.790972,26.195898,26.327944,25,24.222221,23.194748,23.841059,22.850679,21.814255,22.38806,23.236515,21.681416,20.92511,24.297924,22.277227,21.586475,22.673656,21.495327,22.708618,17.462482,17.762238,16.395864,14.285715,15.507247,14.382632,14.509805,14.192708,15.374331,26.586622,25.709221,25.408348,23.669724,24.077671,22.96748,22.718052,20.518358,19.736843,19.287212,20.502092,16.733871,17.96875,17.463617,17.764471,24.026392,23.218353,22.468197,21.552309,20.918631,20.483814,19.847055,19.240416,19.105984,19.350742,19.363636,18.751158,18.353029,18.656025,18.74416,26.465057,25.256571,24.198812,22.928577,22.215475,21.887585,21.52055,22.131651,22.365442,22.367146,22.853344,22.617783,22.821171,22.840216,23.125111,21.102427,20.418409,19.812925,19.357639,18.210152,18.251465,17.17219,16.64296,17.031399,16.819277,16.706219,16.354916,16.108686,16.196136,15.984213,22.580645,22.307692,21.875895,21.564117,20.89509,19.645538,19.734859,19.658915,18.831375,19.133226,19.150286,19.279455,18.704561,18.25017,18.395103,26.546917,26.029045,25.635056,25.039885,24.743446,24.406879,24.193079,24.378607,24.555059,24.603003,24.681034,25.109428,25.23135,25.250572,25.227516,23.272541,22.796709,21.413305,21.259842,20.935261,20.17993,20.050549,19.459923,19.147409,19.331881,19.40996,19.208124,18.922962,18.598997,18.573597,25.413551,24.926785,24.407394,23.852686,22.778358,21.747847,20.843258,20.931343,20.658289,20.460236,20.528698,20.089071,19.956667,19.935034,20.029133,28.873384,28.434177,27.47744,26.865852,26.481613,26.229637,25.935024,25.356352,24.599163,23.799856,23.427305,23.100063,22.920393,22.787655,22.313305,24.156601,23.611404,22.926205,22.451834,21.674238,20.768398,20.264902,19.818813,19.79862,19.369776,19.112822,18.721514,18.269011,18.309696,18.173367,23.710833,23.257557,22.867737,22.12714,21.777004,21.190058,20.353088,20.623562,20.362225,20.377455,20.876354,21.775,21.557926,21.202213,21.016865,25.438881,24.917492,24.33102,23.843475,23.05409,22.255341,21.933525,21.94035,21.366482,21.625902,21.637222,21.794424,21.692844,21.562176,21.354168,26.576487,26.048475,26.050335,25.727228,25.105316,24.711111,24.610277,24.282473,24.679802,24.411882,24.77202,24.854622,24.873247,24.848484,25.049406,25.181393,24.438364,23.148281,22.539728,22.14864,22.02729,21.637161,21.176111,20.724438,20.638821,20.143665,20.540125,20.112253,20.372982,20.755611,27.879831,27.107281,26.474518,25.946516,25.045425,24.38953,23.886721,24.266987,24.318159,24.788054,24.493275,24.706884,24.677786,24.390244,24.350464,25.095881,24.527552,24.001205,23.25061,22.638788,22.246422,21.927967,21.430109,21.291372,21.014017,20.820568,20.660614,19.872499,19.640081,19.383797,23.421589,23.108772,22.488703,22.190023,21.742586,21.185987,20.559063,20.109041,19.95273,20.038185,20.115469,20.43762,20.871178,20.997036,20.692543,29.28656,28.552458,28.040638,27.63081,26.658503,26.031399,25.824093,25.9823,25.837833,25.621296,25.123644,24.911203,24.974751,24.943691,24.516098,20.18997,19.20978,19.10697,18.826563,18.76849,19.09321,19.037611,19.420542,19.575212,19.559557,20.065432,19.326548,18.664925,18.763021,18.307846,27.550184,27.21376,26.692617,26.155121,25.705042,25.189951,24.856943,24.580196,24.387417,24.442425,24.217691,24.123312,24.09894,24.092834,23.838661,24.448706,22.685852,20.749136,21.016281,20.691357,20.36018,18.892839,18.819374,17.019133,18.598661,18.491735,19.330288,19.269775,19.388285,19.163223,24.671789,24.626381,23.862137,23.228609,23.493568,22.613655,21.780525,21.975637,21.785477,21.653084,21.256039,21.187428,20.507614,20.50798,20.076086,26.126797,25.556814,25.299501,24.872871,24.644995,24.252235,23.764242,23.589926,23.246141,23.18326,22.8594,22.903698,22.720699,22.781042,22.695711,31.072023,30.735594,30.496582,30.120138,29.80719,29.42448,29.208092,29.002714,28.774723,28.714674,28.702507,28.842888,28.925753,29.07486,29.002636,23.544973,22.900414,20.750347,19.723501,19.730734,20.133907,19.161385,19.154228,20.527115,19.729595,19.770916,19.534414,19.648241,19.827587,19.481207,23.929165,23.348221,22.867002,22.272799,21.445629,20.8619,20.386585,20.2005,19.764311,19.837233,19.375107,19.112862,18.408655,18.873587,19.40007,23.448082,23.161234,22.588978,22.093023,20.873644,20.321169,19.182577,18.584347,18.25071,17.576899,18.114374,17.811626,17.86274,17.449446,18.163935,22.593193,21.733465,20.612448,20.999664,21.103678,20.210598,19.659605,19.930071,19.167265,18.722944,18.920889,18.704247,19.524679,19.108984,19.196758,22.664654,21.750765,20.794525,20.222776,19.776995,18.649773,18.580542,18.076689,17.771393,18.179976,18.5357,18.618315,18.662043,18.313055,19.02519,26.164234,25.942966,25.383181,24.965302,24.488113,23.550249,23.195629,22.637133,22.105078,21.713469,21.528183,21.234343,21.093534,21.093142,20.981441,22.717342,22.072853,21.190893,21.440973,19.821825,19.043108,17.735849,17.253178,17.265469,17.412935,17.966103,18.426197,17.820774,17.532808,18.305439,20.484465,20.386827,19.485861,18.801653,18.618927,16.70899,16.330645,15.629742,15.94203,16.214886,16.951637,17.194571,16.221663,16.451933,17.042606,23.90494,22.471375,22.095238,21.020599,20.265152,20.236967,20.19277,20.323654,19.570522,20.247524,19.394236,19.958954,19.616518,19.796436,19.479856,24.456522,24.09152,23.002754,22.812052,23.82353,23.224852,19.497786,17.424242,18.683001,17.124393,18.196722,20.379147,20.097246,20.574163,20.32258,21.533922,21.444445,19.807121,19.872276,19.220583,19.441212,18.580296,18.24271,18.21036,17.545963,18.671383,18.949862,18.615072,18.500605,18.782749,28.262615,27.762205,27.547375,27.163738,26.716042,26.326212,26.053635,25.81357,25.757547,25.676819,25.896894,25.850031,25.770309,25.623623,25.632021,26.458355,25.797787,25.14212,24.601563,23.757914,23.400583,22.607656,22.392439,22.125151,21.55163,21.583443,21.591536,21.449951,21.499945,21.297617,21.519659,20.766344,20.424259,19.854721,20.258739,19.25239,18.597389,18.057533,17.962154,18.496769,18.574766,18.245207,17.798595,17.628571,17.280046,21.495327,22.426472,20.673952,20.695971,18.062088,18.363464,18.913481,16.581371,16.125761,16.818642,16.910229,16.768293,15.839493,16.666668,17.381973,22.429905,21.712439,21.367802,20.511978,20.589199,20.209885,18.97835,19.549643,19.747181,19.717825,19.249311,19.3874,20.180305,19.393093,20.034603,24.453732,23.523708,22.738626,21.943489,20.988222,20.453917,19.787054,19.343515,18.99221,19.32539,19.455626,19.026676,18.898396,18.567181,19.085659,21.862871,22.281879,20.656635,19.945726,20.855614,19.086021,19.174435,19.808744,17.711172,17.053205,19.241194,18.842529,18.679775,19.151848,18.181818,25.218456,25.263647,24.723822,24.089722,23.789637,23.212065,23.045462,22.880152,22.376617,22.312342,22.126575,21.732233,21.337982,21.506224,21.693371,23.67852,23.226353,22.803829,21.748192,21.399532,20.672897,20.401506,19.845461,20.145758,20.44199,20.606625,20.312914,20.302547,20.32704,20.416267,24.633821,24.404366,26.527298,26.30341,26.935965,27.068672,27.41107,26.80612,27.791658,26.77438,26.820873,26.279339,25.943851,26.46772,26.865095,27.333429,26.46887,25.983788,25.897058,25.132824,24.484921,23.420017,23.294083,22.917301,21.958,21.873075,22.12052,21.887951,22.22735,22.222223,25.240412,24.238623,23.820942,23.020906,21.861677,21.145164,20.78511,20.337172,19.758745,19.759615,19.553005,19.299524,19.466764,19.271025,19.916143,23.445463,23.395445,25.182863,25.207468,23.779192,21.902655,20.515696,20.070011,16.866028,17.560976,17.839806,17.253948,17.440401,15.849057,17.039801,22.832512,21.849567,21.478003,20.530302,20.709003,19.796177,19.566898,19.086374,18.691837,19.162937,19.790577,19.994711,20.07947,19.885435,19.810299,21.850901,21.423122,21.069389,20.805294,20.199446,19.579634,19.375988,19.070187,18.775839,18.793102,18.451628,18.073833,17.528536,17.427338,17.592375,30.330029,29.451361,28.788921,28.380039,27.847084,27.420145,27.117809,27.120197,27.163321,27.299477,27.401876,27.143787,26.896984,26.703676,26.48856,26.431046,25.838646,25.422159,25,24.683743,24.538324,24.485031,24.234262,24.117794,24.03528,23.879238,24.008432,24.027994,24.091236,23.970552,24.062096,23.846153,23.167538,22.523745,21.81572,22.222223,19.444445,20.106524,21.643835,21.81572,22.337662,22.886866,22.768435,22.411533,22.074469,22.425953,20.41958,18.206522,18.559557,17.638266,17.79141,18.425196,20.493067,17.777779,15.262321,17.665615,15.635179,16.333332,15.662651,16.013628,26.127819,24.906366,22.586521,21.561338,21.468927,21.839081,21.621622,22.568808,19.53405,20.111732,21.003717,20.733946,18.253969,18.546844,17.764471,26.988363,26.479593,25.9188,25.433653,24.67387,24.203644,23.933361,23.616537,23.226202,23.14138,23.000572,23.055603,23.348995,23.518393,23.540617,24.570658,24.188938,23.628012,23.826715,23.397356,22.811235,22.283373,22.194838,22.084303,21.515423,21.666029,21.422108,21.438646,21.640354,21.578472,24.335793,24.083084,23.177034,22.856594,22.129396,22.093933,21.119843,21.261225,20.929317,20.920502,21.026556,21.863581,21.617737,21.738237,22.371134,23.384312,23.099777,22.391085,22.045809,21.653023,21.247717,20.619911,20.631971,20.854473,20.488068,20.241287,20.422913,20.1726,19.75,20.196905,23.818949,23.381681,22.755798,22.134443,21.637426,20.711527,20.02462,19.639891,20.32967,19.378658,19.302837,19.870737,20.24736,20.861805,21.260834,22.376789,21.993128,20.891825,20.213421,19.54023,19.286905,18.730091,18.3757,18.311092,18.242493,18.456749,18.435251,18.785278,18.836945,18.644068,25.893894,25.215378,24.76166,24.137486,23.600643,23.060165,22.865486,22.328135,21.916327,21.758072,21.777721,21.893791,21.923199,21.928658,21.7145,20.984455,20.596025,20.231789,19.642242,18.919847,18.619972,18.522484,18.201361,18.332718,17.659883,17.861002,17.517986,17.969032,17.977942,17.459137,23.263124,22.719999,22.539276,22.29072,22.144226,21.685215,21.14436,20.643877,20.176332,20.020428,20.504202,20.929443,21.027561,20.593307,20.401106,25.644714,25.484335,24.938042,24.362989,23.670687,22.9632,22.349813,22.19692,21.82708,21.600349,21.567562,21.829296,21.752331,21.791109,21.53027,25.920244,25.326607,24.754162,24.714378,24.39481,23.987747,23.179611,22.327045,21.754049,21.790634,21.745113,21.432547,21.520224,21.13719,21.442469,27.453968,27.069832,26.584568,26.014435,25.526779,25.03483,24.30225,24.159449,23.804993,23.721773,23.679001,23.622192,23.470795,23.400398,23.278547,24.278074,23.585758,23.200144,22.6985,22.37468,21.96236,21.242374,21.259409,21.306923,20.928083,20.426321,20.239656,20.506998,20.346733,19.821869,24.453732,23.687189,23.321091,22.821102,22.262356,21.90926,21.261389,21.15263,21.361246,21.247049,21.44862,21.396784,21.152973,21.586782,21.657457,23.719364,23.23974,22.597261,21.801319,21.342493,20.502331,20.0648,19.929245,19.933437,19.527617,19.485029,19.693155,19.568102,19.557196,19.212366,23.694778,23.4055,21.385902,21.0625,20.475893,19.524727,19.587629,18.375242,18.339767,20,18.391563,18.784916,19.099491,19.442459,19.745224,24.963976,24.985718,24.932673,25.3724,25.3766,24.837294,24.608564,23.953373,23.469534,23.556402,23.243547,23.051203,22.948328,22.813742,22.869297,33.613117,32.989037,32.176285,31.576994,31.212639,30.679768,30.512253,30.410084,30.144278,29.882738,29.783545,29.589283,29.52404,29.273418,29.093222,27.427969,26.775873,26.127979,25.497414,24.777756,24.452591,23.751898,23.355953,22.943363,22.471363,22.504555,22.012066,21.460815,21.446337,21.283203,25.202639,24.859823,24.360167,23.851048,23.463257,23.213057,22.968832,23.055754,22.856907,22.681789,22.901382,23.185856,23.403679,23.488548,23.248224,24.450632,23.453966,22.800772,22.13953,21.827229,21.583036,21.418278,21.279564,21.323486,20.978472,21.026953,20.891331,20.728045,20.902433,21.014154,22.854826,22.135113,22.101751,20.917494,20.13331,19.38526,18.923702,19.510014,19.036364,19.334303,19.680851,19.751253,20.067265,20.366133,20.140471,23.438448,22.803284,21.778191,21.291122,21.597542,20.71627,20.425667,19.90461,20.527487,20.294024,18.97208,18.497293,17.989756,17.438868,17.1875,24.60911,24.110954,22.938324,22.162525,21.488178,21.155184,19.375443,17.735043,18.382353,19.335348,19.478529,18.68877,18.456884,18.580059,19.404125,27.182045,26.843426,26.390827,26.130184,25.287893,23.870764,23.416628,23.431498,23.40114,24.13513,23.856956,23.121666,22.500818,22.612406,22.710081,22.271973,21.481985,20.968025,19.946667,19.54504,19.123579,18.862953,18.990204,18.503712,18.464491,18.03404,17.95516,17.95966,18.045113,17.827085,23.601637,24.546722,22.865414,23.94775,23.493975,23.75189,23.67223,22.03898,22.390318,20.458015,20.280811,21.075581,21.418234,21.776505,21.834061,23.966942,23.246294,22.778652,22.441677,21.67651,21.786276,21.937527,21.212997,20.510189,21.103991,20.874552,20.610798,20.777344,20.654545,20.772877,22.628521,22.236643,20.964544,20.541367,20.392681,20.159271,20.128235,19.15877,18.945127,19.323557,19.82193,19.849304,19.442476,19.390184,19.63904,26.522362,26.324867,25.825373,25.530497,25.167185,24.661396,23.743517,23.29357,22.789911,22.276882,22.318211,21.971079,21.725634,21.422565,21.307674,20.854475,19.932571,19.598509,18.557127,18.268831,18.127201,18.209877,18.251631,18.194284,18.01717,18.569794,18.863733,19.235628,19.150291,19.465445,22.867737,21.682848,21.234257,20.69838,20.13168,19.400307,18.538742,17.983934,17.157251,16.948257,17.799948,18.07325,18.774967,18.456926,18.047983,21.807909,21.678322,21.505377,21.472393,19.482121,20.192307,19.854721,18.518518,18.772564,19.283066,18.437119,20.1227,18.113209,18.68421,19.607843,25.245655,24.290068,23.949402,23.358025,22.749428,21.902861,21.663128,21.387981,21.043154,21.272554,21.696455,21.980658,22.085533,22.094536,22.330866,28.567266,27.939363,26.843304,25.817865,25.237349,24.872932,24.816843,24.390047,23.893169,23.688515,23.534866,23.539694,23.447001,23.451714,23.596439,32.129284,31.826569,31.502495,31.194773,31.070625,30.991915,30.959923,30.79397,30.609161,30.256826,29.845364,29.486858,29.260126,29.045994,28.89917,26.26499,24.986414,24.240261,23.409847,22.568336,22.246473,21.562267,20.822203,20.291939,19.965931,19.688644,19.606133,19.363214,19.397753,19.358572,31.406275,30.523932,29.640278,28.821552,28.211271,27.794907,27.216536,26.959492,26.850569,26.665291,26.362261,26.395815,26.652447,27.256456,27.490469,23.312883,23.084887,22.462202,22.372883,21.615473,20.541759,18.912796,19.300362,18.902439,18.238214,18.571428,18.33773,20.51948,21.916168,21.090908,28.308825,28.031689,26.764887,25.847176,25.918367,23.721882,23.115896,23.885918,24.353207,24.247145,22.577423,20.999496,21.385542,22.189781,22.574158,31.018404,29.669317,28.61397,27.607655,26.870977,26.804464,26.005188,25.635456,25.266325,25.352978,25.436588,25.878325,26.167349,26.471436,26.224751,28.867064,27.412844,26.833979,25.154474,24.99017,24.17432,24.081402,23.974995,24.252853,23.833921,24.400759,23.934988,23.878584,23.750618,24.169033,21.799473,21.697662,21.704704,21.71324,20.836172,20.815266,21.209557,21.444742,21.034079,21.139917,21.223425,20.634619,22.034851,22.047546,22.714844,27.214226,26.599466,26.114496,25.672201,25.003525,25.086529,25.15905,24.989851,24.64146,23.935236,23.4529,22.884401,22.429815,22.204266,22.194103,22.264452,20.816158,20.038168,20.021053,20.155355,18.913935,18.647203,18.053278,17.590462,16.733068,18.183725,18.867516,18.855797,19.240063,19.285397,23.822689,22.767487,21.790144,21.086559,20.578217,20.438704,20.082294,19.666206,19.149368,18.525852,18.129271,17.901419,17.769646,17.32222,17.19309,35.821342,35.031075,34.192284,33.379353,32.664932,32.112461,31.564707,31.600893,31.522882,30.708662,29.921494,28.889557,29.071314,29.433193,28.872293,26.584143,25.369602,24.399761,23.453531,23.336164,24.177546,22.84692,21.224998,20.200048,19.114391,17.666166,17.016434,17.424629,16.997168,17.016376,30.829054,30.218292,29.612225,29.102179,28.732395,28.362989,27.951345,27.49337,27.09038,26.708195,26.510197,26.473183,26.395649,26.433451,26.573654,29.803965,29.015663,28.839296,28.424459,27.73312,27.187431,27.378824,26.750465,26.181667,26.131313,26.108568,26.669306,26.743486,27.189032,27.600721,28.734211,28.052065,27.569124,26.965275,26.63452,26.26737,25.798592,25.345463,25.306019,25.028429,24.40336,24.094162,23.804901,23.619513,23.533407,27.999222,27.525738,27.105051,26.434946,25.667276,25.103256,24.512104,23.988089,23.639172,23.210516,23.037363,22.687082,22.394161,22.103586,21.538029,26.401257,25.599548,24.894617,24.202902,23.406315,22.684986,21.884819,21.336428,20.900589,20.450977,20.185635,19.439966,19.190584,18.728287,18.468716,26.853544,26.188618,25.607952,25.311617,24.895384,24.502666,23.861031,23.438164,23.013475,22.538874,22.231308,21.969351,22.021025,22.179506,22.284199,26.660234,26.20723,25.519047,25.016436,24.430618,24.027182,23.564205,23.187462,22.700668,22.110521,22.024281,21.682369,21.259571,21.256763,21.209061,26.837105,26.296013,25.673468,25.330421,24.711647,24.125303,23.572836,23.140469,22.694237,22.228594,22.01598,21.955685,21.946302,22.198507,22.243931,32.624905,32.218246,31.552231,30.911892,30.17433,29.483503,28.859102,28.275036,27.630419,27.092474,26.610682,26.295931,25.963825,25.708649,25.47522,30.459965,29.782587,29.089296,28.344137,27.698639,27.069113,26.480639,26.040646,25.493645,24.869993,24.562841,24.161171,23.787817,23.456999,23.278696,32.669537,31.935942,31.082952,30.23797,29.21104,28.293211,27.288857,26.505447,25.755941,24.997374,24.479618,23.926262,23.721365,23.537781,23.358658,30.424437,29.676872,28.9109,28.181538,27.467224,26.920906,26.492361,26.017168,25.623058,25.197914,25.032061,24.575411,24.09247,23.829416,23.593599,27.930838,27.525938,26.981327,26.550249,25.975979,25.581991,25.186651,24.853239,24.41794,23.968624,23.540581,23.146315,22.802956,22.468407,22.183041,30.564425,29.902987,29.158806,28.577396,27.933723,27.326029,26.664433,26.115026,25.550705,24.962688,24.583069,24.286566,24.036221,23.963795,23.787746,30.526785,30.050001,29.506975,28.913916,28.328211,27.717888,27.240314,26.80876,26.500902,26.142179,25.844393,25.626738,25.535812,25.395668,25.260067,31.388634,30.783266,30.186165,29.514233,28.851097,28.168007,27.53422,26.959738,26.307261,25.749067,25.389126,25.095383,24.900106,24.685682,24.55994,30.364292,29.856852,29.31311,28.868597,28.56468,28.255877,27.971045,27.640366,27.315594,26.858204,26.55435,26.462191,26.450848,26.388983,26.348866,25.383625,24.638561,23.882433,23.288763,22.554289,21.965569,21.385075,20.85355,20.504356,20.085768,20.050795,19.855688,19.747633,19.613956,19.608007,31.07416,30.632088,30.416039,30.177113,29.839092,29.879227,29.682926,29.347075,29.099512,28.762993,28.436705,28.441963,28.416952,28.219419,28.377645,31.123138,30.927143,30.697628,30.401411,30.163971,29.832352,29.617157,29.38295,29.108095,28.798136,28.512754,28.249975,28.033901,27.873972,27.80636,30.337902,29.744614,29.183483,28.766289,28.345615,27.93997,27.558882,27.033361,26.561844,26.005178,25.594547,25.286213,25.087759,25.001122,25.014956,35.529678,35.68045,35.650486,35.593422,35.508057,35.553734,35.661213,35.719002,35.934002,35.973125,35.929192,36.365391,36.566441,36.720592,36.691601,31.161129,29.913252,28.950211,28.037184,27.107059,26.256327,25.364298,24.448542,23.695007,22.821041,22.195478,21.110352,20.560497,20.070177,19.609728,30.502611,30.077215,29.770603,29.367983,29.093309,28.754887,28.307518,27.993214,27.639866,27.201494,26.896391,26.548212,26.26046,26.05584,25.863493,32.699631,32.33535,31.961054,31.600582,31.200563,30.81863,30.051088,29.565594,29.150105,28.662676,28.251043,28.075048,28.065041,28.086636,28.091967,30.30077,29.603279,28.958485,28.217617,27.434557,26.681406,26.0147,25.38842,24.919184,24.357492,23.988455,23.545168,23.206612,22.923262,22.678047,31.82744,31.183382,30.529678,29.796049,28.980551,28.245502,27.546638,26.940853,26.379347,25.679789,25.163286,24.653152,24.272861,23.890541,23.504515,25.948971,25.599352,25.302155,24.876305,24.403097,24.000381,23.515148,23.10491,22.739492,22.376698,22.134407,21.838181,21.631542,21.477472,21.288206,31.123034,30.741486,30.387548,29.940901,29.539799,29.150326,28.739676,28.314459,27.815092,27.427349,27.0424,26.783592,26.616171,26.439138,26.378029,27.788771,27.29401,26.726574,26.13723,25.770033,25.431273,25.266212,24.925604,24.65062,24.415636,23.859335,23.567719,23.539356,23.326981,23.340034,33.76746,33.089691,32.27269,31.402201,30.505053,29.652578,28.835878,28.131229,27.471649,26.813326,26.351816,25.666508,25.220737,24.814939,24.456308,31.369459,30.523821,29.746399,28.962214,28.11762,27.421566,26.596594,25.832668,25.208965,24.374025,23.875126,23.207764,22.612343,22.124998,21.70216,31.245365,30.904457,30.529257,29.969809,29.503185,29.155714,28.836357,28.443882,28.071117,27.723812,27.500227,27.308506,27.140629,27.04409,26.914974,31.144196,30.6537,29.881805,29.16894,28.382999,27.523771,26.800173,26.056293,25.285547,24.534239,24.060379,23.534145,23.129499,22.805258,22.589489,30.258734,29.630602,29.18832,28.830132,28.632906,28.458202,28.187078,27.99893,27.640253,27.352928,27.187542,27.300251,27.412075,27.546072,27.594883,19.456125,18.434633,17.13796,17.158566,16.176472,15.007299,15.813043,14.293568,14.045717,14.123069,14.101876,12.894524,12.626956,12.646894,12.62026,25.234436,24.578192,24.175552,23.973028,23.65399,23.317572,23.173191,23.073898,23.014072,22.961143,23.17001,23.452749,23.485241,23.563019,23.620457,27.456793,27.748415,27.226234,26.896807,26.543232,26.275549,26.213377,26.025387,26.017097,26.028711,26.300144,26.213663,26.140728,26.13748,26.295727,24.489508,23.87553,23.123461,22.274277,21.996737,21.366974,21.313118,21.050743,20.778843,20.814217,20.566807,20.220345,20.043854,19.921816,19.67045,28.683514,28.100258,27.536392,26.702654,26.507292,26.589472,26.523886,26.702154,25.99534,26.452583,26.789108,27.32048,27.48605,27.739922,28.314564,21.686203,20.699171,20.435589,20.262665,20.126091,20.49571,18.355066,19.298244,19.15,19.080919,19.58457,18.791264,18.575851,18.687136,18.664478,26.991171,26.410231,25.968262,25.7722,25.592762,25.451508,25.145971,24.923553,24.541088,24.395695,24.340025,24.022219,23.63031,23.380877,23.203417,25.603611,25.023144,24.604918,24.012461,23.687599,23.576836,23.556438,23.546406,23.684511,24.140505,24.24383,24.323275,24.5723,24.859205,25.254934,23.557413,22.722534,21.932703,21.187044,20.559267,20.214474,19.90984,19.697731,19.765381,19.665159,19.442839,19.397196,19.464048,19.622654,19.653816,30.577457,31.099977,29.972754,29.087179,28.027901,27.455975,27.164433,27.568817,26.781536,26.353247,26.358404,25.951408,25.991762,25.933245,26.581139,18.601748,18.950064,18.389263,18.217562,18.030691,16.666668,16.82243,16.530054,16.086956,15.142857,18.37916,15.937941,15.948277,15.014577,14.475627,24.835241,24.544952,24.29818,23.268969,22.891806,22.320887,22.312538,22.517483,22.162485,21.817095,21.384426,21.201487,20.936064,20.827915,20.475039,27.251015,27.0383,26.684416,26.448103,26.185381,26.358196,26.286089,26.519049,26.539362,26.807066,26.589695,26.663797,26.798271,26.901228,27.067068,23.114443,22.25728,21.477371,21.138987,21.025591,20.569111,19.749369,19.562664,19.190536,18.84411,18.531708,18.315107,18.198019,17.887888,17.616844,27.618683,26.115843,25.642303,25.749674,25.385534,24.697126,24.516968,23.937422,23.170052,22.5961,22.439133,22.670259,22.391016,22.220976,22.124393,22.643328,22.213638,21.956963,21.654146,21.303682,21.026213,20.934277,20.735945,20.642365,20.605915,20.968447,21.176565,21.302557,21.005545,20.857399,27.700066,27.366341,27.035185,26.648962,26.313288,25.954491,25.604967,24.953186,24.630585,24.351326,24.282351,24.47991,24.666822,25.021166,25.359531,24.34565,23.596594,24.111822,23.517979,22.703024,22.171133,21.294071,20.749395,20.798532,20.662687,20.822254,19.836956,19.452759,18.980291,19.052814,28.498333,27.439331,26.599014,25.658699,25.358273,25.138727,24.776527,24.386066,24.141573,23.932951,24.046419,24.561403,24.820461,25.035732,25.131607,23.182182,22.438974,21.902885,21.591028,21.007952,20.720621,20.44046,20.364607,20.650478,20.560539,20.698393,20.286345,19.950068,19.889441,19.4753,28.693836,28.086618,27.359581,26.746834,26.181152,25.503757,25.335318,24.923016,24.5026,24.143618,23.805746,23.679382,23.393629,23.231817,23.028273,25.306824,24.715677,23.60552,23.250721,23.03776,23.055571,23.548422,23.580763,23.157177,23.264902,23.800499,24.344936,24.439529,24.113617,23.805157,29.88789,29.059288,28.370195,27.710115,27.11463,26.577684,26.377253,26.117723,25.717089,25.436291,25.055542,25.067244,25.035269,24.962646,24.876139,27.999405,27.503565,27.236038,26.738953,26.516693,26.287369,25.995775,25.953436,25.659353,25.545189,25.407045,25.449944,25.550995,25.723743,25.873053,26.959934,25.997046,25.485575,25.279375,24.625174,23.841194,23.349667,22.700708,22.285696,22.143442,21.805561,21.910572,21.989115,21.912891,21.803341,29.638512,28.657759,28.070084,27.503273,27.007648,26.44648,25.860676,25.184366,24.641506,24.314795,24.023209,23.865332,23.592525,23.37755,23.083317,19.388296,18.780865,18.260733,17.751711,17.428524,16.947195,16.087355,15.518117,15.301326,15.410384,15.241976,15.426196,15.878094,15.756684,15.416519,26.002666,25.157759,24.604649,24.448519,24.24766,23.831154,23.411316,22.756321,22.17522,22.150946,22.268908,22.196655,22.021229,22.248203,22.035755,27.370346,26.577589,25.794319,25.186062,24.495659,24.166405,23.437986,22.86286,22.422768,22.087704,22.059048,21.943298,21.593056,21.156643,21.049604,29.122082,28.061222,27.064165,27.329817,26.920391,25.074842,24.695122,23.437407,22.642555,22.535641,22.369465,22.237795,22.114428,21.785646,22.045425,24.546757,23.682938,23.441277,22.696077,22.522522,22.79657,23.562946,24.568363,25.159819,25.469822,26.756222,26.444044,26.073202,26.717033,26.82127,29.53215,28.710922,28.14871,27.449528,26.515118,25.952663,25.366657,25.096672,24.75861,24.348686,24.089684,23.941593,23.834738,23.676453,23.630873,28.766951,27.940264,27.345509,26.819006,26.391172,25.989876,25.658808,25.490852,25.345444,25.310684,25.214508,24.80476,24.528505,24.431728,24.218004,23.818222,23.482897,22.993561,22.798765,22.482161,22.261292,21.856195,21.457243,21.060659,20.798872,20.570868,20.569382,20.535456,20.526381,20.54373,30.63308,30.510155,30.335258,30.171988,29.914427,29.552885,29.309267,29.05781,28.786541,28.454702,28.140196,27.947447,27.89562,27.960295,28.198025,26.706129,26.074835,25.554762,25.137165,24.850977,24.504557,24.046192,23.595533,23.136463,22.760593,22.527863,22.135731,21.79858,21.615158,21.467628,26.375303,25.841671,25.296215,24.699106,24.252993,23.776497,23.388901,22.9582,22.613638,22.309326,22.412096,22.168789,22.113047,22.056292,21.981739,29.608774,28.847786,28.193756,27.597519,27.082821,26.580685,26.017406,25.55036,25.242912,24.797934,24.663033,24.371485,24.174858,23.945492,23.968746,26.127386,25.719744,25.076982,24.601162,24.239286,23.866049,23.353729,22.830507,22.468554,22.08481,21.847918,21.918756,21.951073,22.08345,22.224583,28.204929,27.73959,27.311754,26.570091,26.067924,25.6122,25.31105,24.903536,24.535891,24.301907,24.120733,24.058113,24.094671,23.8503,23.698681,27.327812,26.72719,26.05019,25.54628,24.851357,24.383236,23.912746,23.512037,23.169544,22.727541,22.60887,22.164917,21.966234,21.809254,21.835283,30.42395,29.853088,29.532755,29.21888,29.113848,28.848516,28.118526,27.386261,26.605261,25.703695,25.331549,24.799942,24.459158,24.377117,24.048372,26.748722,26.181435,25.670286,25.112158,24.625271,24.279236,23.754868,23.179882,22.7341,22.144297,21.706594,21.219667,21.0772,20.790396,20.842543,26.367239,25.63442,25.342089,24.675089,24.075119,23.642815,23.112701,22.777285,22.562933,22.336805,22.059479,21.759848,21.664261,21.262072,21.287989,23.88225,23.41588,22.963957,22.53912,22.01396,21.625978,21.178347,20.594427,20.548767,20.146528,20.078608,19.753242,19.437048,19.395853,19.3682,30.168665,29.549509,28.967676,28.391468,27.785727,27.030321,26.307377,25.613659,24.945742,24.356743,23.96489,23.593409,23.313486,23.132511,23.011675,28.254656,27.612452,27.083645,26.616455,26.162035,25.746744,25.252926,24.818335,24.455366,24.143564,23.968925,24.052748,24.16618,24.391459,24.654974,29.626583,29.09778,28.557215,27.912239,27.18412,26.321814,25.973663,25.448912,24.993027,24.509853,24.169252,23.64295,23.459188,23.287777,23.260509,33.000938,32.365242,31.582359,30.871788,30.165831,29.498409,28.877327,28.38245,27.917236,27.42235,27.016809,26.743195,26.751888,26.44149,26.476053,27.975845,27.444267,27.131372,26.626242,26.210779,25.869333,25.560295,25.179764,24.938831,24.714712,24.444405,24.017151,23.802343,23.660765,23.513559,29.381062,28.779364,28.165998,27.365425,26.658806,26.123726,25.372585,24.907393,24.399366,24.062269,23.596087,23.440105,23.305771,23.117853,22.929323,26.909933,26.250626,25.831827,25.309816,24.945133,24.606243,24.04015,23.705513,23.28623,23.096088,22.653025,22.124022,22.047585,21.911774,22.045534,24.177052,23.098644,22.094801,21.50164,21.209772,20.184568,19.931824,19.01791,19.211119,18.87608,18.505486,17.449804,17.504696,16.93989,16.468338,26.479031,25.976288,25.356802,24.851748,24.443512,24.116531,23.867311,23.582985,23.256319,22.780014,22.362097,22.064899,21.99622,21.95042,21.826885,31.215673,30.391663,29.727661,28.931662,28.53517,28.370899,28.218212,28.286358,28.006748,27.89616,27.980307,27.894932,28.365847,28.448217,28.505262,30.697575,30.624903,30.532673,30.472111,30.353334,30.298687,30.40184,30.480755,30.577099,30.627903,30.60227,30.930618,31.282812,31.617731,31.930119,28.011412,27.268005,26.500862,25.842949,25.261616,24.748814,24.317617,23.94595,23.442965,23.322365,23.156767,22.986893,22.969107,23.009501,22.74032,28.82621,28.117317,27.179888,26.42561,25.616943,24.905851,24.130545,23.518179,23.052546,22.719353,22.284298,21.744492,21.54496,21.38225,21.221994,27.473003,26.902596,26.067093,25.35981,24.891802,24.349735,23.630659,23.04254,22.5987,22.065355,21.76228,21.422699,21.216343,21.146929,21.15366,29.298666,28.696659,28.192276,27.71566,27.162434,26.569996,25.978798,25.455698,25.127865,24.838644,24.666,24.698139,24.796705,24.954359,25.075096,26.196957,25.802475,25.426996,25.052074,24.840275,24.573275,24.265947,24.135508,23.925447,23.799524,23.574129,23.497717,23.497301,23.439352,23.656216,28.811121,28.18734,27.648756,27.097073,26.516184,25.923092,25.375404,24.840853,24.456261,24.099684,23.880276,23.695398,23.578011,23.537874,23.497927,38.137947,38.138649,38.044868,38.005665,37.854782,37.491302,37.276314,37.014877,36.755951,36.430321,36.223213,36.898689,37.324425,37.456684,37.475552,28.284763,27.630497,26.913679,26.261053,25.823355,25.288031,24.827433,24.30361,23.993828,23.600857,23.359934,23.183212,23.082689,23.072721,23.172749,28.083828,27.555529,27.020481,26.471228,26.016176,25.57132,25.118155,24.697212,24.353256,24.025335,23.765463,23.627314,23.522272,23.454826,23.425444,28.689354,28.124454,27.588554,27.215534,26.839573,26.397345,25.922438,25.321547,24.883488,24.515875,24.26927,24.190292,24.240862,24.34252,24.348835,28.260044,27.547386,26.934151,26.286968,25.679741,25.159458,24.475365,23.828125,23.332581,22.856157,22.597025,22.272181,21.969759,21.846571,21.684933,29.954037,29.498323,29.038317,28.496599,28.053034,27.596415,27.175478,26.669634,26.149576,25.563925,25.186752,24.621887,24.124258,23.735991,23.467129,31.20105,30.215498,29.246449,28.431171,27.85129,26.992523,26.321972,25.77869,25.345633,24.679464,24.247446,23.944454,23.673738,23.651442,23.612434,28.754786,28.083981,27.552736,27.037037,26.735041,26.243479,25.615019,24.970339,24.398935,23.759781,23.478062,23.336966,23.120455,23.103867,22.998302,24.214355,23.465862,23.021919,22.40638,21.865765,21.267183,20.765642,20.472391,20.249037,20.054592,19.97686,19.577316,19.381813,19.245443,19.21146,31.975348,31.151407,30.367481,29.404631,28.770056,27.968868,27.189831,26.223179,25.534225,24.839966,24.188419,23.587936,23.04504,22.629423,22.421715,33.094761,32.892292,32.685265,32.44154,32.162697,31.816446,31.686234,31.475035,31.276068,31.074354,30.813116,30.702555,30.631927,30.587685,30.594715,28.994524,28.395546,27.976999,27.583481,27.26992,27.012119,26.601913,26.133856,25.669924,25.198242,24.941666,25.003914,25,25.179619,25.259396,30.810022,30.40019,29.960493,29.552856,29.081137,28.640041,28.257975,27.901497,27.576176,27.127302,26.73922,26.444166,26.14691,26.089256,26.080444,27.882662,27.43339,26.892906,26.482323,25.872929,25.335997,24.840508,24.382103,24.106375,23.77791,23.542601,23.212278,22.996145,22.833529,22.636497,27.326933,26.823143,26.304678,25.82436,25.542757,25.032705,24.447811,23.942072,23.617529,23.190008,23.038769,22.75843,22.886452,22.89658,22.949718,31.37499,30.831871,30.283463,29.710615,29.060707,28.579411,27.948021,27.406185,26.859564,26.274172,25.76923,25.340357,25.173122,25.020403,24.672903,28.041834,27.620375,27.199232,26.730499,26.316992,25.99667,25.74324,25.474962,25.193661,24.956182,24.810024,24.827684,24.757723,24.857338,24.952394,26.096338,25.570864,25.021236,24.25387,23.825441,23.437019,23.042772,22.73971,22.581331,22.122894,22.012714,21.832323,21.27779,20.992809,20.890194,26.518303,26.153847,25.48621,24.740223,24.293369,24.157839,23.629478,23.558027,23.396267,22.63833,22.324059,22.264273,22.254522,21.901363,21.649092,28.65369,28.725117,28.234322,27.325911,26.778433,26.241579,25.895012,25.298149,24.942041,24.292921,24.395578,24.401144,24.51881,24.417152,24.201778,27.044266,26.862604,26.388037,25.685799,25.233627,24.824009,24.508242,24.326929,24.015963,23.813278,23.538866,23.16238,23.060932,22.929274,22.849501,31.131306,30.639421,30.131287,29.598553,29.053284,28.397285,27.757034,27.079048,26.510689,25.871801,25.424072,24.861578,24.437851,24.129528,23.890099,27.906223,27.260834,26.711168,26.286003,25.950304,25.720238,25.281298,25.082382,24.758537,24.046001,23.709677,23.329788,23.169085,22.973131,22.912762,28.641151,27.798191,27.054161,26.382118,25.505997,24.915232,24.35191,23.585766,23.261097,22.835506,22.674294,22.368782,21.987772,21.862179,21.716402,25.994741,24.937922,24.640884,24.219326,23.967407,23.626965,23.526106,23.504154,23.697239,23.568184,23.688251,23.317665,23.290314,23.204653,22.99025,29.61982,29.03833,28.433668,27.950945,27.366962,26.83816,26.281824,25.724491,25.18152,24.55513,24.14175,23.788019,23.659391,23.628309,23.78932,28.144705,27.511591,26.971807,26.452435,25.806803,25.318224,24.836012,24.368725,23.889868,23.452673,23.174574,22.882195,22.601305,22.268442,22.19109,29.260212,28.702038,28.188778,27.610716,27.319437,27.041044,26.622168,26.068132,25.755707,25.351555,25.170649,24.970276,24.666487,24.435802,24.244415,29.958099,29.177773,28.546434,27.698643,26.993393,26.341396,25.725735,25.153145,24.542614,24.112854,23.804039,23.320147,22.915167,22.5826,22.394848,30.30315,29.820936,29.284159,28.720591,28.068954,27.449831,26.906162,26.388613,26.09486,25.676949,25.363346,25.070044,24.815798,24.653034,24.527096,32.689693,32.066139,31.364662,30.494705,30.021936,29.574568,29.332363,28.72398,28.234905,27.971399,27.610435,27.310261,27.111984,26.871979,26.70536,24.564171,23.724976,23.262314,22.700619,21.984964,21.170759,20.73926,20.432749,20.183811,19.689365,19.606915,19.379997,19.300676,19.562363,19.480726,29.718542,29.325966,28.867413,28.451794,28.086239,27.508957,26.924545,26.360634,25.895033,25.339771,24.99868,24.62487,24.350872,24.37793,24.361557,30.831409,30.353645,29.966825,29.621693,29.219364,28.86883,28.399967,27.834686,27.271986,26.640219,26.074814,25.400076,24.902639,24.479815,23.953537,26.168839,25.595903,25.027933,24.703043,24.161261,23.32221,22.952469,22.620016,22.35199,21.950562,21.768341,21.451246,21.021322,20.093672,19.874977,28.845394,28.517199,28.01384,27.542818,27.942848,27.857813,27.519831,27.19772,26.981407,26.852917,26.939943,26.62443,26.15782,25.926498,26.529364,26.866829,26.311111,25.945902,25.838343,25.389347,25.044506,24.894772,24.428432,24.279543,23.824785,23.315378,22.718239,22.219767,21.727913,21.60437,29.893753,29.588839,29.383781,29.146177,28.685104,28.258568,28.148476,27.57814,27.535507,26.945606,26.555899,26.220369,26.15926,25.996944,25.978788,25.993326,25.350458,24.951345,24.615791,24.304003,23.865042,23.38381,22.887671,22.686428,22.55028,22.260561,21.949173,21.664175,21.547218,21.286804,26.328308,25.72999,25.109621,24.360456,24.203217,23.822107,23.068819,23.969034,23.834099,23.435143,23.157648,23.11764,22.847153,22.930435,23.566597,27.083979,26.490189,26.212555,26.076851,25.813442,25.187128,24.764027,24.35759,24.275206,23.883852,23.636776,23.433617,22.944059,22.647144,22.49725,25.557199,25.116768,24.504444,23.871984,23.519388,23.003893,22.778854,22.661804,22.619289,22.310144,21.950699,21.495726,20.961205,20.589128,20.067442,29.170851,28.694811,28.371277,28.152592,28.065592,27.784897,27.533066,27.322483,27.14953,26.883972,26.649275,26.661003,26.594416,26.727459,26.707071,29.49649,29.055573,28.527149,28.119516,27.479473,26.816792,26.319477,25.697201,25.20377,24.6112,24.007668,23.505159,23.172398,23.083033,22.947515,32.360035,32.169895,31.867706,31.468716,30.960396,30.381241,30.02631,29.820719,29.646046,29.068771,28.624544,28.05862,27.556139,27.090258,26.90943,30.31613,29.896011,29.365179,28.93298,28.463211,27.956318,27.355772,26.737999,26.209604,25.61656,25.130726,24.547478,24.096973,23.623154,23.287571,30.267149,29.380283,28.184027,27.90727,28.520498,28.061396,27.014267,27.356321,26.698633,25.537931,25.802261,24.686317,24.401913,24.309393,24.188217,27.091539,26.432514,25.826136,25.280432,24.713894,24.262728,23.661522,23.268698,22.91963,22.645042,22.750244,22.816082,22.615128,22.475784,22.157719,30.003824,29.423973,29.048681,28.443754,27.910593,27.078524,26.199308,25.637701,24.87454,24.332983,23.950199,23.36968,22.820646,22.972624,22.591043,30.970022,30.669245,30.174139,29.684549,29.384556,28.674755,28.120495,27.553658,26.955826,26.36828,25.936434,25.412119,24.857119,24.49494,24.10392,30.271412,30.344587,30.865067,30.658726,30.110607,28.836882,27.673149,26.457855,25.77408,24.425373,23.738268,22.528728,21.892294,21.316074,20.98267,24.27639,23.837753,23.332262,22.858616,22.612831,22.241821,21.966738,21.360146,21.194408,21.104536,20.706371,20.086226,19.538141,19.355196,19.212168,24.071005,23.685301,22.989216,22.809553,22.404448,22.188034,21.887428,21.848457,21.158384,21.226954,20.753439,21.12619,20.68989,20.8158,20.792284,22.654125,21.978868,21.632696,20.871778,20.421579,20.136276,19.798161,19.602163,19.557758,19.611006,19.728148,19.621084,19.321272,18.63769,18.41213,28.668388,28.354034,27.823793,27.484291,27.122324,26.642847,25.997526,25.49321,24.938108,24.417835,23.986742,23.414789,23.025452,22.819208,22.610739,27.274054,26.858374,26.524786,26.065754,25.809904,25.517178,25.101519,24.974983,24.773907,25.191275,24.781874,24.346579,24.199265,23.885117,23.745127,27.82152,27.138496,26.408514,25.584999,25.182793,24.660875,24.573385,24.280092,24.218742,24.18198,24.169456,24.099136,24.038471,24.032984,23.993292,32.778721,31.924381,30.982641,30.108994,29.879824,29.166433,29.005581,28.694321,28.657795,28.402027,28.364458,28.537508,28.59477,28.717896,28.730196,30.436209,30.030993,29.44068,28.888121,28.860218,28.164867,27.326265,26.498968,26.007357,25.519606,24.924925,24.267782,23.918108,23.853739,23.781441,30.657732,29.533512,29.026899,28.216658,27.738281,27.489958,27.245018,26.728481,25.926146,25.662876,25.33588,24.949551,24.57128,24.016842,23.284782,31.029091,30.595404,30.004757,29.509386,29.080482,28.555893,27.95896,27.350653,26.791111,26.116646,25.775486,25.164688,24.628782,24.165384,23.710436,29.247274,28.912407,28.175932,27.644857,26.906691,26.502243,25.99206,25.270739,24.739864,24.011209,23.56671,23.084364,22.405323,21.920944,21.330042,29.269234,29.1758,28.755306,28.423286,28.204885,27.647114,27.189966,26.549181,26.143286,25.704285,25.41888,25.005472,24.577566,24.277718,24.289644,34.695915,34.662716,34.462646,34.215733,34.079353,33.672478,33.275963,32.989841,32.931183,32.68515,32.370911,32.716091,32.731922,32.804306,32.636471,28.243423,27.423286,26.789007,26.349253,25.568993,25.04497,24.450819,24.134785,23.901098,23.715704,23.447531,22.946377,22.590832,22.720722,22.738533,31.01779,30.551115,30.020527,29.568401,29.039648,28.458309,27.826925,27.395037,26.955246,26.483076,26.264677,25.991367,25.844395,25.61964,25.383965,32.316063,31.852278,31.622616,31.082197,30.653816,29.788055,28.690948,27.955013,27.266867,26.774963,26.133972,25.426697,25.060888,24.447584,24.15572,30.903248,30.515503,30.048454,29.601923,29.189236,28.717957,28.234598,27.878948,27.632622,27.205124,26.771349,26.31546,25.894379,25.639053,25.530704,29.005236,28.626966,27.731726,26.555555,26.374838,26.013813,25.051249,24.45607,24.020498,23.372879,22.921274,22.27009,21.677441,21.206142,20.857143,25.168879,24.795134,24.24427,23.972269,24.027678,23.402233,22.929564,22.276594,22.191719,22.139673,22.163382,21.57242,21.504883,20.899622,21.21142,33.19474,32.995594,32.470131,31.722689,30.962923,30.152452,29.510397,29.226238,28.735691,28.084024,27.757523,25.653252,24.978367,24.64477,24.237022,30.825447,30.388233,30.027676,29.781338,29.415855,28.834507,28.984669,29.100954,28.558645,28.283066,28.034979,28.06459,27.779076,27.633377,27.457994,31.296114,30.786613,30.244545,29.819607,29.420763,28.863522,28.399143,28.000965,27.591988,27.129374,26.827669,26.800653,26.729988,26.639519,26.524147,27.590481,26.940552,26.325941,25.933821,25.201786,24.641962,24.130375,23.73238,23.396559,22.944414,22.926212,22.463501,22.128061,22.016596,22.041155,31.931328,31.74695,31.454006,31.10955,30.81638,30.310341,29.695446,29.28335,28.925446,28.723652,28.542419,28.845783,28.963408,29.234308,29.141214,26.789574,26.287361,25.843609,25.44002,24.885092,24.472279,23.900799,23.538177,23.058611,22.874966,22.507849,22.07383,21.695787,21.596752,21.571238,25.988712,25.522766,25.162891,24.796808,24.384897,24.066444,23.631767,23.378313,23.122286,22.982998,22.725233,22.53474,22.13525,21.81456,21.480272,26.298788,25.578642,24.877905,24.627089,24.202452,23.845993,23.702097,23.712872,23.67507,23.604557,23.503632,23.21888,22.959623,22.805363,22.768663,33.959259,33.339092,32.983093,32.277767,32.332958,32.122219,32.043037,31.71122,31.749863,31.599348,31.898621,32.329399,32.277756,32.326653,32.232204,30.858908,30.043592,29.40472,29.217392,29.306721,29.129601,28.998398,28.870369,29.493406,29.442327,29.722748,29.313894,28.187687,27.786526,27.362656,31.16386,30.860653,30.311003,29.765814,29.319338,28.876125,28.364225,28.008345,27.413511,26.814703,26.337069,25.749329,25.362772,25.034597,24.683794,24.313126,23.783384,23.355597,22.970514,22.582411,22.08766,22.111778,22.388292,22.811201,22.415695,22.296595,22.189335,21.816837,21.90836,21.947412,34.104755,34.056808,33.794842,33.447369,32.947769,32.262127,31.595432,30.908506,30.465052,29.788321,29.155449,28.346384,27.789856,27.132395,26.681181,26.669258,25.9814,25.474682,24.786583,24.706116,23.893366,23.023813,23.039362,22.368156,21.956028,21.304049,20.94496,20.89131,20.839052,20.895374,29.713837,29.346279,28.509724,28.072592,27.495125,27.348402,27.119032,27.019184,26.69915,26.627033,26.263567,25.958124,25.430811,25.322475,25.181246,27.525352,26.872656,26.252678,25.656895,25.037231,24.578091,24.191341,23.694813,23.302132,22.94475,22.756104,22.525873,22.236313,22.122705,22.068872,31.587479,30.929428,30.158133,29.566753,28.731304,28.352551,27.940258,27.498346,27.162052,26.596884,26.128746,25.423038,24.900269,24.520918,24.109915,29.674673,29.184971,28.764185,28.254381,28.006453,27.492842,27.030409,26.620813,26.210686,25.962332,25.628666,25.026136,24.668104,24.319033,23.866619,23.15164,22.653297,22.173632,21.834997,21.362934,20.995819,20.756964,20.458931,20.132111,20.073921,19.797867,19.820965,19.712732,19.497915,19.469444,26.362619,26.037888,25.480143,24.903135,24.434774,24.292183,23.745375,23.506365,23.162498,22.845411,22.765558,22.184874,21.745378,21.623669,21.822735,26.625109,25.778431,25.092796,24.499359,23.821609,23.190235,22.668451,22.405806,21.828388,21.800228,21.460348,20.943186,20.584295,20.401535,20.351416,36.233719,35.905777,35.44313,35.025482,34.523106,34.065186,33.754257,33.561554,33.326351,32.937458,32.589687,32.400002,32.212929,32.043423,31.792774,26.308426,26.002523,25.554995,25.269938,24.905827,24.486063,24.198994,23.707609,23.341805,22.940462,22.648912,22.307493,21.944715,21.542778,21.180691,28.45084,27.890324,27.653662,27.290091,26.782879,26.468531,25.985867,25.412878,25.299465,24.875496,24.214762,23.648697,23.169275,22.785225,22.604889,25.656784,25.145885,24.624296,24.12904,23.538219,23.146671,22.644196,22.444719,22.317179,22.02673,22.123995,22.016245,22.016226,22.025032,22.192852,30.010492,29.403231,28.705696,28.249136,27.717091,27.073154,26.392914,25.995115,25.50835,25.072258,24.831661,24.26158,23.9389,23.524742,23.333935,30.349251,29.610794,29.062664,28.484016,28.139963,28.014368,27.903831,27.881176,27.817652,27.748802,27.794197,27.380201,27.048212,26.763985,26.367477,26.359966,25.590355,24.758755,23.64599,22.988035,22.578899,22.092077,21.531422,21.384609,20.957378,20.798548,20.214025,19.494907,19.190268,19.589634,29.077238,28.250854,27.101574,25.934172,25.460062,25.486465,25.924248,26.019257,26.218065,26.448021,26.814917,27.35906,27.964455,28.527161,29.045647,30.482775,29.327457,27.859127,26.985598,26.144821,25.965637,25.753504,25.65943,25.654264,25.580765,25.66898,25.099623,24.761372,24.706541,24.408533,25.718269,24.898817,24.282064,23.766747,22.896723,22.26067,21.523663,21.07892,20.811058,20.873934,20.542517,20.502596,20.348347,19.815418,19.931831,28.284681,27.372295,26.938013,26.501837,26.086006,26.136032,26.288635,25.798399,25.711397,25.186848,25.065672,25.054487,25.238789,25.335312,25.560209,29.340967,28.519587,28.005939,27.351046,27.021027,26.366934,26.094648,25.753847,25.483175,25.079403,24.848854,24.538391,24.255642,23.964851,23.831259,24.331902,23.463106,22.797035,21.862175,21.519844,21.285738,20.858011,21.153399,21.28348,20.876968,20.637274,20.726543,20.42701,20.367918,20.331303,30.490225,29.480394,28.880846,28.048187,27.450457,26.785479,26.218493,25.594992,24.920546,24.24304,24.17577,23.651316,23.365583,23.009277,22.857508,29.774084,28.767616,27.905237,27.42391,27.144497,26.689154,26.391777,26.30319,26.317575,26.469221,26.597441,26.206509,25.678911,25.314474,25.421038,24.099333,23.588289,22.981825,22.398237,21.904268,21.383648,21.082766,20.466618,20.134359,19.789587,19.252382,18.583677,18.109535,17.680235,17.436201,31.188976,30.649849,30.089706,29.454466,28.857288,28.31674,27.731079,27.157106,26.675552,26.181688,25.819948,25.17662,24.661203,24.227882,24.006254,27.56002,27.241823,26.972288,26.525101,26.402319,26.201683,26.0035,25.613277,25.338432,24.904915,24.895519,24.449642,24.200647,23.985088,23.936543,29.179302,28.789553,28.543585,28.352365,27.955788,27.533331,27.11763,26.754463,26.343239,25.985834,25.797743,25.493044,25.329855,25.071648,24.928005,29.275709,28.774872,28.201038,27.543947,26.800674,26.282307,25.848753,25.41647,25.049574,24.481812,24.156086,23.597122,23.134666,22.789339,22.474163,29.646275,29.206987,28.720671,28.256968,27.900484,27.272934,26.837257,26.405704,26.05122,25.633291,25.342733,24.983513,24.539143,24.258938,24.101322,27.800331,27.240032,26.739565,26.368359,26.072777,25.803825,25.26915,24.615036,24.228163,23.784431,23.477247,23.089598,22.818922,22.301535,22.064415,29.584011,29.237022,28.642231,28.238258,27.963697,27.623138,27.396246,26.751307,26.404825,25.999969,25.590178,25.10721,24.772696,24.422907,24.035307,27.498331,27.181948,26.572639,26.180803,26.000109,25.732729,25.132057,24.761669,24.622219,24.0217,24.130194,23.947462,23.963032,23.725609,23.788324,28.875805,28.482803,27.921757,27.493704,27.08312,26.788956,26.3141,25.708031,25.366613,24.775192,24.429407,24.24964,23.994974,23.822563,23.549786,31.166395,30.691067,29.989573,29.174295,28.676922,27.629154,26.735109,25.988234,25.247557,24.490742,24.083969,23.410748,22.781805,22.338371,21.969193,28.9098,28.507147,28.111488,27.747086,27.351528,26.869436,26.283186,25.745274,25.320145,24.829603,24.502674,23.799044,23.215549,22.780266,22.551384,26.700407,26.055258,25.54878,24.94886,24.55438,23.939688,23.552179,23.243361,23.06805,22.923994,23.069773,22.644476,22.657581,22.89793,23.162537,22.977291,22.488943,21.97674,21.557543,21.142782,20.562925,20.019703,19.768566,19.491135,19.274321,19.072945,18.94018,18.744476,18.655375,18.841501,30.12603,30.196831,30.153482,30.38674,30.19352,28.855139,28.255358,28.214449,27.934757,27.329052,27.643198,27.639467,26.178391,26.299099,26.517729,33.087528,32.750015,32.440777,31.937551,31.425138,30.841545,30.277229,29.880074,29.202076,28.310659,27.601555,26.526382,25.748869,25.128513,24.725998,28.714752,28.132114,27.639822,26.992958,26.691771,26.026375,25.678646,25.261885,24.643707,24.239878,24.032494,23.7169,23.343618,22.936663,22.694956,36.352436,35.971859,35.473808,35.048279,34.526398,33.96323,33.341496,32.802055,32.397152,31.80595,31.39159,31.06612,30.778963,30.538712,30.302692,26.219051,25.659042,25.120461,24.220175,23.841867,23.578142,22.946424,22.302645,21.846771,21.604084,21.838423,21.503321,21.518435,21.208118,21.123419,24.914202,24.188683,23.485748,22.871948,22.452026,21.946123,21.721157,21.098969,21.105263,20.864777,20.884447,20.240944,19.540771,19.211435,19.206881,23.307306,22.135315,20.971506,20.452379,19.917322,19.680967,19.447935,19.401211,19.343094,19.415848,19.390293,19.585749,19.525455,19.757902,19.773613,30.378891,29.672441,29.03285,28.483789,27.877649,27.341488,26.872223,26.564207,26.240513,25.845385,25.728395,25.761118,25.589481,25.253418,25.151402,29.553911,29.049089,28.34886,27.779997,27.377785,26.855984,26.259691,25.628571,24.911638,24.307661,23.894814,23.310932,22.845793,22.545538,22.314758,28.749105,28.243885,27.638838,27.210146,26.857105,26.29632,25.56637,25.463211,25.267578,25.029751,24.893373,24.419746,24.190609,23.88398,23.855568,30.044365,29.508377,29.086763,28.575642,27.964577,27.541166,26.900028,26.239958,25.846958,25.004568,24.530905,23.987888,23.429096,22.983309,22.445633,26.29446,25.706896,25.05364,24.81884,24.485992,24.058119,24.026047,23.522223,23.545738,23.356199,22.664944,22.141766,21.87908,21.469666,21.107698,21.450737,21.164438,19.848545,19.80559,19.293924,18.752598,17.962807,18.289585,17.883057,18.32258,18.712702,17.751736,17.652136,18.757921,18.906317,23.007185,22.610518,22.178885,21.644789,21.29084,20.535315,19.926167,20.014471,20.250296,20.393545,20.204302,20.228664,20.317749,20.884544,21.154884,23.376062,23.093649,22.669838,22.212337,21.876842,21.452927,21.657475,20.754152,20.975536,21.228628,21.465969,20.878136,20.877659,20.63768,20.747009,26.484018,24.173317,21.19438,19.268291,21.212122,19.793015,20.377869,17.322836,19.140625,18.090452,18.870346,23.003574,26.390404,26.398212,26.043957,22.242493,21.758398,20.643745,20.032406,20.104633,19.74436,19.521914,19.275047,18.524332,18.794992,18.461538,19.006613,19.41659,19.595299,19.79245,24.46644,24.085953,22.28701,21.398512,20.913155,19.829283,20.331127,19.573771,19.442684,19.82786,20.476191,20.529167,20.716511,21.410814,21.362514,22.227192,22.400366,21.665886,20.825426,20.278711,19.784525,19.291138,18.830833,18.349106,19.724771,19.308943,20.302586,21.795465,22.09099,22.684565,29.1397,28.566338,28.209311,27.670273,27.212816,26.617817,26.366869,26.522789,26.28816,26.307381,26.310829,26.43557,26.606071,26.760405,26.99926,31.197941,30.333811,29.66905,29.333004,28.991642,28.708918,28.454533,28.993177,28.997158,29.261118,29.272449,29.151943,29.007233,29.153406,29.212797,21.201414,20.741056,19.805195,19.238388,17.661581,17.267336,16.944311,16.913214,16.841318,16.830189,17.489351,17.227421,17.047184,17.342983,16.796267,22.461378,21.889847,21.475674,20.889292,20.517893,20.505821,20.225134,20.454546,20.452404,20.288479,20.574343,20.402353,20.689655,19.935015,20.320126,19.885107,18.336397,17.244526,17.161114,17.493113,17.816635,17.18675,17.099461,16.518299,17.475246,17.370441,17.702009,19.301388,19.308855,19.843557,23.578363,23.031826,22.209696,22.149744,21.725241,21.098774,21.270395,21.959755,21.757925,22.117849,21.807909,22.494669,23.473234,24.676258,25.519423,22.319475,22.064854,21.439337,21.084337,20.52253,19.693487,19.098457,18.777468,18.421053,18.345173,18.040369,18.034878,17.56529,18.930214,18.243242,22.198977,21.554182,20.72072,20,19.266752,18.300653,17.155817,16.813187,16.109253,15.723094,15.903955,15.20999,15.192418,15.45533,15.15771,25.675314,25.309151,24.405926,23.41394,22.339214,21.661055,21.654978,21.828571,21.041908,20.277191,20.005972,19.242243,19.610735,20.059347,20.40452,22.036554,21.052631,20.767124,19.900223,19.414129,18.373318,18.383234,18.263474,18.363636,19.55341,19.869514,20.057144,20.354963,21.35388,21.608315,28.622711,27.399454,26.360289,25.363394,24.787165,24.456318,24.101288,24.579018,24.509468,24.730148,25.061575,24.790314,24.721973,24.594158,24.760183,20.176367,20.337765,20.229715,19.371727,18.012186,17.352829,16.554188,15.940274,16.516394,15.172988,16.932104,16.687899,17.115961,16.989882,16.284986,20.900438,20.415878,19.745958,18.929403,18.056103,17.070267,16.280016,16.913582,16.625103,17.107437,17.569244,16.779089,17.027599,16.368399,16.262976,20.578421,20.353649,19.878834,19.220377,19.104136,18.361036,18.354677,18.938192,19.20129,19.669489,19.408426,19.20792,19.452055,20.375235,21.121988,22.687225,21.794872,21.806252,20.683041,19.097223,18.589745,18.094858,18.285713,18.726748,19.782972,19.558102,19.950939,20.287476,20.032976,19.884487,22.907301,22.188711,21.596346,20.437159,19.442003,18.529345,17.971081,18.194445,17.733522,17.81748,18.26993,18.420414,18.354895,18.358425,17.927511,21.391304,20.861372,20.597555,19.675175,19.473188,18.852459,17.641228,16.559565,17.15,17.15736,17.05971,17.208122,17.14876,17.002584,17.692308,23.042093,22.80492,22.395292,22.195166,21.820427,21.066811,21.118576,21.173183,21.568628,20.956635,21.237955,21.444202,22.512545,22.463522,22.753988,19.331955,19.020603,18.894289,18.90411,18.107769,17.086388,17.305195,16.689144,16.798351,17.218309,16.475233,16.178066,16.213276,16.066885,16.467607,23.278574,22.808571,21.626844,21.859968,21.52914,20.905437,20.394621,20.887819,21.530128,21.740541,22.681215,23.592302,24.74589,26.809797,28.13097,22.349936,21.639133,20.469946,19.828533,19.445686,18.740782,18.626667,18.77199,18.687382,19.018059,19.365608,19.799582,20.102432,20.323057,20.809429,27.439806,26.036057,24.847704,23.37372,21.903521,21.049486,20.363462,20.284996,20.204943,20.333731,20.755165,20.865442,21.060677,21.070972,21.294077,28.015947,27.116892,26.74737,26.145971,25.666088,25.261965,24.801235,24.975294,25.344622,25.374403,25.648552,25.90081,26.000286,26.602564,27.050581,23.215094,23.049057,22.963186,22.556503,22.433067,22.909357,22.839144,23.115435,22.731722,24.062374,24.699341,25.872919,26.953438,27.007925,27.797722,20.189959,19.759642,19.262058,18.917328,18.819731,18.380615,17.425863,16.852886,16.939547,16.900959,16.389244,16.764515,17.066839,17.268293,17.488495,23.647001,22.272499,21.432199,20.833332,19.740259,19.087572,19.055288,18.766756,19.498911,20.336226,19.184784,19.112074,18.910082,19.121586,18.398268,24.586729,23.674784,23.074114,22.129948,21.550446,20.819113,20.459799,20.30323,19.739666,19.913595,20.094339,20.100229,20.327778,20.491344,20.044888,23.792141,22.885033,22.394581,21.769009,21.280899,20.804913,20.300409,20.673077,20.608418,20.050821,19.917393,19.502169,19.964109,19.864864,19.972641,25.806183,24.809677,24.175079,23.314581,22.530785,21.852961,21.402018,21.528267,21.269897,21.133474,21.47961,21.756886,21.602215,21.842266,22.118622,25.360718,25.26046,24.785297,24.225304,23.618784,23.431543,23.041958,22.459244,21.948212,21.59029,21.347075,21.465485,21.264158,20.856102,20.599594,24.278568,23.990593,22.642244,22.964426,21.89114,21.238586,20.808323,20.414078,20.318392,21.546053,21.517965,21.571772,21.826019,21.147228,21.683475,25.509865,24.5404,23.751577,22.815783,22.004471,21.316307,20.884462,20.679512,20.414846,20.43516,20.578876,20.300013,20.293518,20.334929,20.450109,25.662617,25.346262,25.255848,24.553144,24.300161,24.196735,23.574312,23.261934,23.020954,22.836643,22.910261,22.720848,22.610512,23.010782,22.926464,25.500116,25.023148,23.918695,23.532265,22.339901,22.116556,21.385176,21.789499,20.864756,20.481928,20.998686,20.457533,20.852594,20.36129,20.525242,19.74148,18.829983,17.801374,18.350384,16.899534,16.453135,15.958188,16.714083,16.876389,16.085989,16.437309,16.527037,16.41791,16.17312,16.780046,26.858395,26.635283,26.798826,27.00712,27.201372,26.958864,27.314367,27.454811,26.866405,25.084663,25.679249,24.523867,24.01837,23.928169,24.205105,25,23.097464,22.757698,24.865591,21.311476,20.21858,20.967741,19.690577,18.356163,19.637882,19.559229,18.232044,19.160105,18.552631,19.165581,25.813595,24.913309,24.401358,23.654764,23.275211,22.839752,22.406675,22.575077,22.806416,23.127048,23.502323,24.522154,25.557909,26.944611,28.215807,22.877569,22.415371,21.749298,21.580692,21.110056,20.847376,20.088846,19.596977,19.132652,17.875648,19.587111,18.799213,19.047619,18.82653,18.996416,25.672773,24.944609,24.320559,23.944717,23.428572,23.064547,22.547951,22.446829,22.386124,22.566519,22.752251,22.938095,22.981218,23.063812,23.089638,23.827852,22.638788,21.845018,21.080669,20.133177,19.289749,18.480066,17.715517,16.696508,15.876566,16.71854,16.324749,16.084518,16.3827,15.883377,24.625368,23.824339,23.324526,22.768934,22.41111,22.123362,21.529882,21.387352,21.233295,20.694324,20.661566,20.899603,20.917545,20.58321,21.096367,24.939291,24.090534,23.403181,22.778059,22.180418,21.62557,21.050343,20.59005,20.139874,19.821348,20.043318,20,20.101366,20.095564,20.40332,28.936588,28.230265,27.633745,26.760269,26.444345,26.077265,25.877995,26.117983,25.813875,26.514208,26.387838,27.185553,27.686394,28.391575,28.954786,22.644857,21.817438,20.671673,19.727312,18.875677,18.277681,17.552225,17.257355,16.8822,16.349358,16.936251,16.998577,16.916941,16.312395,16.610899,25.440243,24.757776,23.741699,22.857143,22.19631,21.939058,21.797039,22.465567,23.141245,24.142988,24.711777,26.298103,27.648821,29.173574,29.88266,28.026503,27.766878,27.400511,26.99655,26.793278,26.446253,26.24847,25.933844,25.259708,24.750877,24.465851,24.053875,23.848488,23.656334,23.311052,27.453056,26.814592,26.355076,25.858795,25.350571,24.937067,24.768545,24.483446,24.070692,23.666422,23.356716,23.217539,23.21488,23.260719,23.505445,26.398996,25.987444,25.496721,24.926702,24.75403,24.306288,24.031111,23.761766,23.553711,23.256729,22.950666,22.741859,22.513992,22.337261,22.266176,27.925613,27.435822,26.857874,26.411602,25.933287,25.662035,25.199335,24.921688,24.419107,24.038235,23.770323,23.572933,23.275621,23.160902,22.961933,23.474104,22.562979,22.124256,21.98756,21.891508,21.538822,21.330387,21.270788,21.220524,21.130335,21.301529,21.446123,21.835985,22.848816,23.145144,27.913221,27.348984,26.754892,26.079088,25.343987,24.959929,24.653517,24.410032,24.183941,23.749891,23.646576,23.191252,22.910082,22.730738,22.516888,27.344238,26.909485,26.334059,25.652603,25.265869,25.063032,24.8251,24.597471,24.299278,24.199661,24.04471,24.061943,24.058704,24.199232,24.270321,30.117935,29.403114,28.908411,28.248161,27.88726,27.223116,26.726665,26.093504,25.512672,24.957531,24.526831,24.161165,23.788824,23.601475,23.662598,29.583225,29.057947,28.49102,28.227345,28.157389,27.912766,27.524385,27.05154,26.461437,25.82337,25.453436,24.958469,24.576189,24.311298,24.143732,27.375135,27.029455,26.312902,25.906223,25.388264,24.984547,24.548229,23.938477,23.238731,22.640661,22.232637,21.772686,21.694714,21.56357,21.564039,28.586838,27.989346,27.398167,27.036425,26.692783,26.4119,25.920835,25.481596,25.127289,24.525021,24.184885,23.607454,23.361464,23.28965,22.948975,26.673353,26.071083,25.657515,25.23526,25.026169,24.80777,24.40427,24.044369,23.580385,23.23423,23.141548,22.876017,22.707426,22.838964,22.847702,31.537426,30.91996,30.270172,29.643906,29.139101,28.693413,28.065283,27.509699,26.868004,26.28389,25.899273,25.614885,25.282822,25.118494,24.974302,28.905981,28.462124,28.02495,27.442425,27.116972,26.683422,26.33709,25.930101,25.407913,24.763071,24.092535,23.78862,23.87439,23.612238,23.610315,28.464586,27.907875,27.331072,26.640541,26.243141,25.816149,25.443819,24.994274,24.618093,24.255198,24.066792,23.942572,23.656298,23.595112,23.511086,27.181133,26.688301,26.178364,25.611458,25.165016,24.882906,24.580196,24.295395,24.041349,23.718748,23.479322,23.305073,23.155264,22.87114,22.847845,27.377367,26.931425,26.472303,26.018986,25.524292,25.184471,24.842451,24.573195,24.047775,23.694817,23.397686,23.040857,22.833725,22.615429,22.469898,29.184839,28.684721,28.129274,27.508936,26.97477,26.458803,26.003643,25.648462,25.320042,24.989145,24.740105,24.665623,24.666969,24.712849,24.788239,27.392992,26.703068,26.213428,25.775522,25.400105,24.990602,24.466742,24.247112,23.667051,23.273203,23.051653,22.722181,22.376091,22.206718,21.715982,27.224346,26.601786,25.921684,25.221249,24.941837,24.727907,24.493029,24.415306,24.155415,23.822325,23.606018,23.550056,23.320972,23.337568,23.428705,32.519081,32.953491,33.258568,33.254883,33.087841,32.610809,31.610357,30.69359,29.744017,28.680658,28.066191,27.313154,26.838076,26.436197,26.092678,26.862244,26.480305,25.782738,25.097555,24.56868,24.159088,23.736454,23.246382,22.88554,22.606213,22.374464,22.26207,22.009048,21.881073,21.705774,30.02713,29.798409,29.640909,29.420801,29.284801,28.894733,28.288359,27.729071,27.149395,26.528746,26.075666,25.729471,25.309511,25.208702,24.992687,28.148798,27.523842,26.982727,26.62566,26.663155,26.419237,26.04286,25.767952,25.442966,25.08901,24.883793,24.672989,24.451225,24.231987,24.151272,33.146458,32.732712,32.351177,32.07505,31.877323,31.688282,31.356705,31.025557,30.605347,30.215389,29.956076,30.195692,30.447027,30.834183,31.107521,28.545982,27.868813,27.198109,26.588367,26.144892,25.66613,25.172373,24.745327,24.38055,24.01572,23.649488,23.080906,22.91279,22.738756,22.650326,27.37513,26.875586,26.393848,25.814442,25.585743,25.418642,24.810038,24.544018,24.089428,23.660759,23.32095,23.192616,23.365669,23.461437,23.379278,26.418364,25.514879,24.67,23.901033,23.241219,22.586365,22.113407,21.513302,21.034803,20.549837,20.091427,19.382269,19.004038,18.780008,18.72496,26.875156,25.917015,25.160191,24.498249,24.455423,24.148172,23.778904,23.544685,23.479998,23.28108,23.19792,23.563745,23.791739,24.03686,24.146727,27.301914,26.823299,26.391161,25.929796,25.346025,25.004908,24.628078,24.304853,24.088531,23.728939,23.415682,23.260658,23.113043,22.99283,23.04583,29.532036,28.967613,28.412523,27.866215,27.444923,27.109331,26.722639,26.383394,26.121723,25.837219,25.650669,25.726854,25.866615,26.039972,26.290289,28.572229,28.04285,27.563793,27.138325,26.803297,26.407555,25.907749,25.405556,24.990305,24.738541,24.418215,24.409775,24.430864,24.611053,24.629631,25.866926,25.578686,25.399321,25.308079,25.346369,25.110214,24.687687,23.770697,23.204969,22.65341,22.716356,22.639137,22.428726,22.094488,21.764021,26.485428,25.867308,25.185511,24.790651,24.470232,23.989439,23.405596,22.929375,22.433147,21.904161,21.626396,21.571854,21.266708,21.037481,20.973856,27.953526,27.337807,26.920567,26.236174,25.663475,25.376324,24.963825,24.564892,24.23658,23.804817,23.806145,23.339121,23.221601,22.928984,22.863699,27.709112,27.436737,26.977566,26.492229,26.17495,26.059536,25.903311,25.599272,25.139587,24.987379,24.711851,24.379461,23.938358,23.882288,23.627508,28.165028,27.650076,27.096638,26.562122,26.32415,25.965313,25.744921,25.161467,24.866699,24.30002,23.885069,23.375742,23.02809,23.239067,23.236933,25.542269,25.381235,24.998146,24.738028,24.648294,24.700937,24.364061,23.965954,23.455235,23.082199,23.014488,22.979637,22.959114,22.940893,23.104494,28.736309,28.314325,27.890247,27.365839,26.88007,26.560316,26.282167,25.881237,25.432045,25.0979,24.735676,24.274509,23.958017,23.727489,23.68578,28.529402,28.111416,27.799427,27.290144,26.912945,26.680103,26.518785,26.264181,25.829214,25.269514,25.111219,25.089746,24.968849,24.913198,24.77733,25.459185,24.820995,24.298498,23.887302,23.365007,22.998976,22.681725,22.453434,22.222063,21.854996,21.649382,21.491827,21.431707,21.478682,21.625334,26.541674,25.934008,25.53701,25.036694,24.472799,23.991745,23.546305,23.369484,22.976736,22.500948,22.368334,22.250315,22.034372,22.153728,21.9527,29.570024,28.819492,28.093016,27.215797,26.691511,26.119825,25.540417,25.180622,24.919098,24.557955,24.161129,23.868567,23.672918,23.473791,23.262367,27.835533,27.423546,27.021521,26.702251,26.558252,26.50458,26.314533,26.051825,25.90996,25.614756,25.280539,25.109009,24.785086,24.677044,24.553173,29.306477,28.68795,28.043261,27.537981,27.020432,26.71858,26.334837,26.005236,25.503916,25.010437,24.767097,24.453932,24.220905,24.037954,23.889805,27.779228,27.240816,26.984749,26.434919,25.977901,25.615421,25.096947,24.806084,24.458418,23.973509,23.750683,23.445721,23.323872,23.116009,23.085543,29.209562,28.625357,28.082117,27.557446,27.194181,26.7661,26.269684,25.776852,25.348383,24.791204,24.494692,24.103416,23.758835,23.584866,23.498703,28.993589,28.514803,27.911016,27.487452,27.170002,26.87323,26.564512,26.138432,25.719685,25.382793,25.015402,25.034348,25.052673,25.22344,25.383615,32.674427,32.08466,31.64607,31.059956,30.5846,30.233461,30.022694,29.677769,29.560038,28.992228,28.432999,28.156059,27.965727,27.887505,28.110704,26.318146,25.8454,25.254744,24.800552,24.403082,24.137875,23.842398,23.449701,23.128094,22.823162,22.687675,22.613905,22.538107,22.528843,22.583992,30.1943,29.726707,29.11706,28.489422,28.133995,27.68099,27.307257,26.98723,26.656193,26.145542,25.856623,25.831417,25.759405,25.546217,25.559584,30.405729,29.911312,29.539944,28.891314,28.359133,27.793976,27.22806,26.524071,25.886806,25.305206,24.950172,24.552624,24.087658,23.800716,23.56234,27.588154,26.800468,26.599443,26.389658,25.848719,25.686789,25.536335,25.355751,25.18059,24.850651,24.539904,24.084543,24.126245,23.974442,23.716024,26.615011,25.934002,25.076511,24.651699,24.192326,23.745941,23.429852,23.193277,22.819462,22.54314,22.577404,22.303904,22.036678,22.005297,21.937155,28.231075,27.697886,27.144278,26.488214,26.230711,25.852665,25.529266,25.050426,24.791565,24.347969,24.109661,24.006767,23.872971,23.785305,23.869385,25.817295,25.021515,24.276955,23.684212,23.416925,23.154654,22.756107,22.37038,22.369041,22.161173,21.953392,21.577553,21.524633,21.500584,21.199751,28.899845,28.276115,27.711374,27.262562,26.871294,26.605043,26.232111,25.867123,25.408619,25.004391,24.761942,24.653267,24.601801,24.581537,24.565693,26.211187,25.839912,25.353622,25.101673,24.791803,24.296793,23.833036,23.571665,23.139566,22.749287,22.316139,21.944592,21.933285,21.89068,21.70768,29.164177,28.657745,27.935064,27.392315,27.191771,26.946983,26.237667,25.940979,25.288872,24.954882,24.579657,24.119755,23.698811,23.468689,23.571184,27.544493,27.140314,26.668388,26.239201,26.046572,25.785334,25.535032,25.134108,24.630272,24.27284,24.132248,23.859999,23.688469,23.475077,23.370487,31.457329,29.717833,28.296604,27.023417,25.724638,24.665728,23.316912,21.985767,21.210674,19.97406,19.512194,19.156462,18.91206,18.329786,18.126173,26.708635,25.846642,25.016451,24.300129,23.645462,23.108891,22.487453,21.890141,21.543053,20.993782,20.722071,20.471338,20.273832,20.065197,19.940592,27.87023,27.270475,26.917685,26.258358,26.016258,25.431601,24.772129,24.504686,24.295881,23.785543,23.512589,23.128866,22.938065,22.757614,22.757423,28.871813,28.384001,27.826389,27.309408,26.838854,26.309071,26.051369,25.883875,25.538036,25.163906,24.787842,24.654322,24.302258,24.058687,23.904205,32.447735,31.623491,30.555449,30.281052,29.581913,29.276354,29.223204,28.889614,28.49971,27.735298,27.545115,27.167526,27.054171,26.779482,26.725018,28.73447,28.410112,27.881876,27.758512,27.396488,27.064562,26.558239,26.004538,25.522371,25.091532,24.672382,24.053373,23.941734,23.896643,23.730371,28.493679,27.737474,26.955976,26.295073,25.542501,25.0462,24.52701,24.212055,23.732082,23.309515,23.089363,22.800634,22.421076,22.262102,22.046413,28.543451,27.953896,27.442646,26.822233,26.24082,25.988636,25.406202,24.900732,24.301912,23.976994,23.690886,23.417524,23.337156,23.155142,23.017267,27.945324,27.344154,26.755766,26.132113,25.507498,25.093397,24.648514,24.415861,24.045593,23.61565,23.314182,22.839613,22.551771,22.349663,22.177395,28.439384,27.803131,27.37549,26.889145,26.525831,26.115686,25.686609,25.442734,25.039642,24.664028,24.411928,24.238682,23.995106,23.921383,23.864363,31.507202,30.80715,30.254292,30.023464,29.507914,29.19339,28.754292,28.517548,27.867397,27.598827,27.268536,26.844919,26.493486,26.207565,26.098684,28.15958,27.281996,26.631996,26.134598,25.766188,25.253374,24.928335,24.58625,24.269417,23.891281,23.83956,23.626764,23.38274,23.294027,23.285114,28.161631,27.741674,27.350861,26.881117,26.461664,26.439186,26.377979,26.05649,25.837513,25.560001,25.317585,25.143564,25.046753,25.1479,25.064014,27.118183,26.610252,25.906351,25.499088,25.120556,24.828316,24.476536,24.214073,23.790627,23.166424,22.814232,22.792032,22.833128,22.807898,22.878513,29.309347,28.926064,28.528282,27.834967,27.214035,26.635265,26.265299,25.949596,25.516642,24.917238,24.608093,24.145075,23.641731,23.362717,23.041559,27.682018,27.079605,26.46398,25.859722,25.416618,24.962372,24.586899,24.228596,23.919968,23.567953,23.316307,23.170145,23.092419,23.131695,23.169914,29.483921,28.891716,28.285671,27.714098,27.206776,26.844442,26.426762,25.969591,25.503206,25.056305,24.696943,24.53587,24.42017,24.544491,24.620714,27.182186,26.598839,26.049513,25.464375,24.84923,24.504189,24.193169,23.775059,23.447742,23.096691,22.796947,22.578392,22.427303,22.398647,22.327835,27.937349,27.403936,26.764048,26.203337,25.786156,25.300697,24.883224,24.672743,24.322603,23.966343,23.715717,23.57271,23.424612,23.395632,23.569103,33.925201,33.470215,32.856125,32.495243,31.969271,31.380983,31.204594,31.050375,30.52737,30.319702,30.110708,29.573011,28.558449,28.127691,28.041628,27.134033,26.439009,25.996521,25.447283,25.028988,24.883816,24.551838,24.223837,23.944969,23.467018,23.367483,23.077995,22.957727,22.838573,22.677731,28.701756,28.528458,27.829611,27.29261,26.713255,26.55946,26.257769,25.475454,24.970264,24.677156,24.576967,23.834042,23.332075,23.675497,23.611427,33.875435,33.162746,32.638004,32.178421,31.550417,30.952076,30.205355,29.616871,28.997316,28.2094,27.650663,26.91609,26.364759,25.862486,25.394922,27.388414,26.776138,26.147068,25.505505,24.79817,24.464802,23.812653,23.550673,23.23501,23.00865,22.630222,22.550358,22.473135,22.448414,22.315765,27.685638,27.083387,26.596498,26.003166,25.566053,25.052155,24.675529,24.22258,23.935083,23.395992,23.021702,22.847027,22.708429,22.751671,22.608042,28.53134,28.023539,27.451935,26.666323,26.258427,25.649872,25.296391,25.025951,24.641617,24.234518,23.9643,23.625818,23.439957,23.335915,23.373274,26.676788,25.870195,25.164068,24.605539,24.110546,23.98996,23.741272,23.663647,23.676712,23.573183,23.509586,23.225355,23.077223,23.214935,23.255257,27.732159,27.353317,26.625172,26.200911,25.591341,25.394392,24.88011,24.823914,24.542885,24.408232,24.176846,23.88455,23.599434,23.538298,23.366327,27.0553,26.529547,26.228199,26.048029,26.064199,25.782427,25.262209,25.048109,25.118589,24.602928,24.837263,24.530563,24.359781,24.0849,23.901955,28.634867,27.692568,26.90872,26.63463,26.413137,25.849983,25.128571,25.489498,25.186899,24.440466,24.6192,25.013294,25.659641,25.738323,25.893318,28.878439,28.618992,27.522406,27.395693,27.096684,26.713696,26.168558,25.704775,25.731363,25.284353,24.691793,24.856516,24.695864,24.427702,24.451183,25.683155,25.136999,24.853125,24.817259,24.152771,23.415335,22.778383,23.083826,23.021191,22.509888,22.686251,22.611013,22.572556,22.30463,22.031734,29.493856,29.001354,28.735975,27.92046,26.361679,26.223173,27.055889,28.730267,29.149319,28.217623,28.124147,28.11968,28.229851,28.392441,28.635233,28.672966,28.770458,28.486263,27.250803,30.235401,30.242989,30.313414,30.149874,30.16058,30.119368,30.497995,21.214308,21.01619,20.855015,20.826595,25.560049,25.105942,24.925005,24.914118,24.823818,25.028061,24.972948,24.805452,24.184015,24.231348,24.211962,24.485348,24.598881,24.889584,25.387924,25.874754,25.834824,25.480833,25.184435,24.7472,24.583933,24.416407,23.299442,24.00042,25.048372,25.211529,25.216187,25.145784,25.024588,25.034046,30.538364,30.106417,29.639261,29.209515,29.028833,29.008024,28.777365,28.728325,28.542591,28.277349,28.306822,28.605869,28.689501,28.80891,28.970945,26.675743,26.252338,25.994392,25.666246,25.295338,25.096926,24.958,24.898029,24.709017,24.683157,24.944353,24.886633,24.799368,24.970675,24.930265,25.615105,24.7945,24.25215,23.916397,23.545694,23.365696,23.252851,23.525665,23.484865,23.606213,23.674664,23.649044,23.296991,23.001169,22.976274,24.717781,24.398285,23.982492,23.687319,23.522102,23.412491,22.661518,22.084156,21.784012,21.359159,21.799671,21.595905,21.74888,21.437111,21.825266,23.454021,22.964439,22.100206,21.686749,21.795345,20.498085,21.150856,19.920948,20.293997,19.679359,19.222986,19.42765,20.050125,20.808254,20.323427,30.566982,29.48307,28.685984,28.19849,27.929846,27.771467,27.729425,27.873028,27.977228,28.073534,28.073729,27.894691,27.751011,27.726061,27.615484,25.212181,24.159735,23.748741,23.628693,22.670069,22.549191,21.971434,22.070654,22.071365,21.972492,21.844332,21.341875,20.860142,20.500431,20.945127,30.60166,30.051697,29.385916,28.557671,28.701725,28.098362,28.310459,28.57597,28.087896,28.322994,28.788048,28.943777,28.857347,28.954437,29.148335,26.584002,26.530293,25.986115,25.681177,25.48494,24.820032,24.466572,24.267515,23.617193,23.628418,23.189808,23.20442,22.701382,22.182411,22.229477,27.773312,27.559587,27.26346,27.130836,26.711447,26.147959,25.15288,24.602751,23.809525,23.883598,23.358101,23.172201,22.991238,23.139368,23.379295,27.158665,26.605478,26.124023,25.548506,25.247999,24.814297,24.464899,24.276634,24.151009,23.920328,23.689276,23.66477,23.598059,23.577316,23.541899,24.269163,23.566607,22.921844,22.403538,22.164566,22.132479,22.257917,22.120199,22.400805,22.914528,23.15296,23.525806,23.968449,24.104279,24.071383,24.312817,24.017445,23.492231,23.065176,22.629366,22.224203,21.889435,21.513273,21.020041,20.888836,20.385309,20.319525,20.493923,20.372654,20.21328,22.952908,22.346609,22.256031,21.864813,22.262541,21.730644,21.553776,21.330473,21.78594,22.054506,21.954262,21.82773,21.044931,21.098446,20.978174,21.530863,21.284731,21.289356,21.362152,21.26063,20.838564,20.446383,21.29583,21.864952,21.952993,21.762157,21.133383,21.002211,20.987654,21.264229,27.230989,26.480909,26.063337,25.591473,25.454674,25.185677,24.903418,24.679726,24.654602,24.722866,24.856804,24.841038,24.879696,25.066099,25.501373,25.948345,25.871124,25.111692,24.737698,24.415411,24.124184,23.77702,23.916931,23.556976,23.754622,23.953835,24.030102,23.70756,23.904615,24.081944,27.632099,27.09351,26.814589,26.649323,26.457947,26.220154,26.088938,25.988102,25.580675,25.25703,24.808979,24.719975,24.68903,24.917557,24.957804,24.010143,24.014265,23.177345,23.304312,22.447275,21.840284,21.227125,20.958342,21.40061,20.472792,19.783855,20.523539,21.007099,20.669029,20.75178,28.441429,28.418732,29.028475,29.384047,28.502735,28.543243,28.125,28.441557,28.790321,28.582815,28.792021,29.296049,29.113716,28.752438,29.110426,23.838631,23.786869,23.631596,23.156837,22.581745,23.095158,22.984562,23.11771,22.497347,22.71933,22.467709,22.297989,22.542955,22.58848,22.557726,23.268307,22.706156,22.600172,22.303635,22.308804,22.238287,21.973349,21.60704,22.085049,23.180077,22.891239,23.597626,22.793718,22.201929,21.588541,24.454222,24.283291,23.801456,23.512749,23.373732,22.891171,22.718794,23.036016,23.145802,23.050423,22.775381,22.994022,22.639311,22.812307,22.416201,27.073586,26.966211,26.822052,26.381618,25.915081,25.597647,25.390335,25.297266,25.304171,25.727835,25.812891,25.061354,25.063437,25.478634,25.383837,28.884645,28.634613,27.914078,27.061155,26.979622,26.587746,26.610708,26.223656,25.647131,25.601768,25.641605,25.634325,25.810629,25.854889,26.239326,25.365421,25.363949,24.927402,24.325981,24.238228,23.137436,23.262699,22.505873,22.237829,22.174513,21.536074,21.423023,21.557171,21.647207,21.582047,24.874062,24.426464,23.923628,23.836214,23.721197,23.334291,23.148752,23.026255,23.124767,22.670235,22.560087,23.010927,22.94873,22.666059,22.681341,24.936398,24.683277,24.460009,23.845617,23.343922,23.094967,22.855906,22.586685,22.408964,22.446276,22.59363,22.476864,22.365456,22.468826,22.526917,26.766439,26.017254,25.86083,25.757896,25.01582,24.66991,24.40542,24.270657,24.193111,24.125898,24.1171,24.085226,23.614906,23.420244,23.418661,24.507402,23.513029,23.015476,22.90015,22.549318,22.72225,22.642477,22.613434,22.494221,22.255161,21.778296,21.307816,21.34675,21.799124,22.064056,24.172216,23.963524,23.750349,22.967537,22.428692,22.647276,22.092058,21.728737,21.810625,21.918423,22.014723,21.907333,21.573465,21.586233,21.481621,26.889654,26.485903,26.201859,26.031754,25.707998,25.545847,25.387632,24.947065,24.639572,24.297344,24.303246,24.176437,24.094238,24.053247,24.057419,26.589954,26.233164,25.938011,25.498898,25.277567,24.806883,24.362309,24.063503,23.687332,23.072853,22.900208,22.764488,22.237162,22.117962,22.36694,26.381487,26.063999,25.558094,25.413397,25.975115,25.27054,24.8381,24.247591,23.941547,23.924994,23.797516,23.674625,23.848885,23.752028,23.825081,25.368231,25.145731,24.53599,24.495289,24.613003,24.3258,24.003475,24.243406,23.732645,23.811563,23.511967,23.186707,22.7819,22.494339,22.791031,28.945196,28.459688,27.792963,26.934824,26.350937,26.070181,25.70101,25.703726,25.505178,25.430193,25.565317,25.034138,24.747801,24.666355,25.056353,26.068476,25.880861,25.618563,25.097397,24.839252,24.799158,24.546659,24.302704,23.952042,23.62281,23.657112,23.455452,23.213749,22.887344,22.836763,22.246809,21.752094,21.501637,21.029516,20.875645,20.770605,20.430817,20.479151,20.163391,19.895834,20.080915,19.80398,19.342106,19.422457,19.419455,24.309978,23.762377,22.807249,22.048729,21.298666,20.870035,20.673916,20.991293,20.493563,20.801905,21.249666,21.519485,21.463034,21.489002,22.041763,23.895216,23.661383,23.200821,22.818453,22.76486,22.375051,22.217773,22.202639,21.780132,21.403017,21.174545,21.111252,21.079756,21.27993,21.103027,26.043266,25.4993,24.93928,24.760441,24.642139,24.290396,24.080585,23.771845,23.697052,23.816708,23.486666,23.396473,23.31809,23.315807,23.255415,25.019869,24.950745,24.137386,23.774298,23.554924,23.10396,23.764362,23.361099,23.478394,23.293203,23.220366,22.93504,23.105143,22.908453,23.183992,26.595407,26.43602,26.135805,25.791634,25.47994,25.317308,25.295177,25.114447,25.039259,25.00106,24.872732,24.935667,25,24.94982,25.099766,27.422047,27.064661,26.502541,25.527832,24.627451,24.361767,24.315128,24.310646,24.521107,24.167822,23.920008,23.766661,23.332176,23.295006,22.831842,25.153547,24.950439,24.666224,23.902981,23.35121,23.513969,23.409622,23.061926,22.293289,22.048136,22.184172,22.231638,22.331381,22.212727,22.004192,26.585594,26.589643,26.030296,25.982204,25.576519,25.634109,25.002102,24.797596,24.750168,24.946255,24.772596,24.79668,24.930861,24.79837,24.528458,29.863745,29.478546,29.154846,28.693199,28.425566,28.115364,27.888887,27.713573,27.55658,27.51228,27.531067,27.851746,28.059202,28.200302,28.301025,25.163406,24.900297,24.703238,24.355682,23.971207,23.649826,23.624004,23.687803,23.375402,23.115753,23.088228,22.810497,22.550926,22.535782,22.495337,27.315552,26.56599,25.897301,25.516638,25.001091,24.553793,24.250689,23.903782,23.485296,23.220572,22.996456,22.407978,22.323122,22.280365,22.30265,24.70645,24.510546,24.185549,23.65287,23.439901,23.114378,22.965637,22.881538,22.762108,22.654707,22.776539,22.604307,22.688475,22.570641,22.529066,26.018942,25.651112,24.815079,24.14703,23.563185,23.664352,23.476692,23.201492,23.001156,22.821426,22.85697,22.757059,22.506378,22.328094,21.945396,25.991222,24.699139,23.633818,23.342007,23.257294,23.350052,23.269836,23.577477,23.709333,23.85277,24.221413,23.485956,23.169317,23.043243,23.12932,26.815516,26.556496,26.394737,26.178297,25.780735,25.508871,25.366375,25.183083,25.09791,24.937347,24.499498,24.592356,24.89414,24.871773,24.745064,25.893366,25.420179,25.122393,25.15122,25.087612,25.210535,24.878254,24.601046,24.384659,23.941208,23.901932,24.367029,24.668736,24.936441,25.140148,26.785686,26.377941,26.314524,26.135027,25.882635,25.722527,25.534742,25.358816,25.078545,24.72537,24.571888,24.660345,24.763388,24.952579,24.953344,23.921637,23.602858,23.383257,23.01989,22.292938,21.582607,21.336376,21.381235,21.143305,21.021254,20.995335,20.916351,20.83556,20.705357,20.731487,24.547577,23.785242,22.270205,21.48171,20.525997,20.472673,20.992029,20.767889,21.253866,21.742739,22.350042,22.350777,22.930441,23.224773,23.119703,28.46336,28.025337,27.785831,27.200859,26.808231,26.478901,26.057348,25.816971,25.371822,25.012415,24.597647,24.316408,24.054512,24.011265,23.973427,24.311981,23.844007,23.492258,23.149202,22.789404,22.70681,22.650719,22.900518,22.608938,22.644329,22.81563,22.260582,22.277617,22.452105,22.47571,26.769981,26.760456,26.550419,26.222277,26.068989,25.872421,25.70549,25.004812,24.7101,24.346096,24.17515,24.218842,24.007425,23.810907,23.709221,25.060303,24.841106,24.465176,24.29491,23.982258,23.809963,23.597435,23.798534,23.647434,23.482666,23.345234,23.261019,23.212376,23.381304,23.525314,28.986656,28.403109,28.215261,27.890491,27.49708,27.03009,26.914934,26.87195,26.705563,26.420906,26.651632,27.310053,27.514999,27.913105,27.683044,23.921272,23.76399,23.775591,23.460577,23.142593,23.85397,23.409578,22.95974,23.076923,23.278444,22.583073,22.705072,22.103777,22.284451,22.369631,30.274343,29.879808,29.441467,28.895542,28.403574,28.093327,27.861408,27.745174,27.577103,27.522802,27.443022,27.493629,27.449926,27.456505,27.470701,28.290966,27.936686,27.51771,27.035656,26.886944,26.830828,26.83548,26.725105,26.767263,26.520937,26.315287,26.137835,25.961769,25.840382,25.786913,24.853533,24.250977,23.668217,23.230757,23.105495,22.704306,22.285437,22.317038,22.507454,22.482958,22.625135,22.792206,22.969393,23.240705,23.380222,25.189178,24.722759,24.495241,24.232418,23.602928,23.307802,22.88566,23.28862,23.441139,23.568245,23.26362,23.102737,23.363363,23.871187,24.001728,22.985966,22.371088,22.032373,21.720701,21.576763,22.133886,21.730993,21.901548,21.821165,22.10611,22.133543,22.395893,23.16576,23.611111,24.114853,27.495119,27.263817,27.05335,26.885017,26.675468,26.445978,26.560158,26.806759,27.032804,27.473494,27.035553,27.014643,27.50679,27.657667,27.689085,23.477325,23.09544,21.983391,21.088768,20.747297,19.917942,19.342611,19.226719,19.308428,19.568567,19.811144,19.721027,19.797335,19.993799,20.221367,26.542768,24.907314,23.583906,22.887877,22.67901,22.396008,22.168941,21.936741,22.065359,22.300035,22.185219,21.971519,22.136486,22.49721,22.768301,28.597706,28.056393,27.586967,27.085321,26.708323,26.343971,25.875082,25.50844,25.170639,24.899153,24.606319,24.395395,24.312384,24.28764,24.438789,25.160292,24.498014,24.046286,23.548243,23.184452,23.027948,22.864246,22.524309,22.517311,22.698257,22.454815,22.655201,22.964687,22.967836,23.24382,27.941513,27.41651,27.055248,26.610571,26.23398,25.924822,25.508467,25.228027,24.999493,24.502975,24.226336,23.631983,23.274759,23.079422,22.981329,23.891672,23.137159,22.451273,21.834732,21.396027,21.202011,20.962032,20.794701,20.412489,20.265064,20.387148,20.369663,20.562788,20.587626,20.71603,25.391964,25.090078,24.510845,24.191694,23.814369,23.564394,23.217829,23.343111,23.093853,22.209248,21.18961,20.624788,20.337999,20.026947,20.105518,19.897791,19.317646,18.77338,18.119549,18.088371,17.6,17.338461,16.621376,16.305761,16.37796,16.524153,16.799536,16.589468,16.684641,16.420391,28.466276,28.114265,27.698071,27.260757,26.969257,26.811415,26.890495,26.769442,26.650938,26.415201,26.037088,25.69837,25.436943,25.333574,25.339499,24.087177,23.471092,22.882132,22.463415,22.123791,21.700148,21.388926,21.135469,20.79373,20.567528,20.478827,20.537321,20.496233,20.563772,20.708797,25.628931,24.46081,23.921152,22.600109,21.451612,20.289854,19.847328,19.273129,18.504772,18.426723,19.134153,19.548487,18.785383,18.7017,19.178795,23.969137,22.539345,21.941381,21.092077,20.876602,20.232779,19.462906,18.852346,18.485554,18.711699,18.476803,18.200216,18.241398,17.906752,18.191933,26.419527,25.59071,24.61912,23.586958,22.497265,22.063515,21.259951,20.472225,20.325424,20.263723,20.691984,20.583052,20.198812,20.189758,20.432961,29.358292,29.092514,28.503517,28.296396,28.00576,27.623442,27.146227,26.828352,26.55982,26.47286,26.270544,26.017565,25.571421,25.376617,25.124704,25.400082,24.916367,24.492779,24.372887,24.174103,23.871475,23.654106,23.446915,23.134588,22.987528,22.856356,22.857868,22.935408,23.106472,23.324181,26.793283,26.40818,25.620579,25.192955,24.676729,24.570847,24.487282,24.449934,24.203793,23.741371,23.516382,23.169439,23.098812,22.846169,22.851501,23.03068,22.450689,21.983736,21.453688,21.106499,20.787256,20.662737,20.345951,19.98325,19.746098,19.782145,19.735966,19.632568,19.845551,19.919624,25.37685,24.874102,24.349182,23.958687,23.523695,23.349045,23.223822,23.074274,22.788166,22.381884,22.191574,22.027281,22.175819,22.283606,22.368742,24.192245,23.149378,22.653549,21.773554,21.620909,20.772692,21.575167,21.586294,21.492273,21.528921,21.875,21.644146,21.119528,21.647511,21.420374,27.398821,26.5854,25.965326,25.422478,25.062365,24.710346,24.547989,24.492525,24.555973,24.684624,24.696079,24.287901,23.954485,23.86363,23.903925,23.374777,22.52018,21.883894,21.381779,20.716625,20.539396,20.015814,19.950653,19.845367,19.717758,19.915751,20.009159,20.157692,20.219913,20.066401,26.851097,26.408096,25.959965,25.778282,25.45904,25.385639,25.173342,24.87072,24.625326,24.473064,24.372595,24.456352,24.535522,24.550171,24.64513,27.111605,27.099455,26.943251,26.740068,26.556799,26.409363,25.879309,25.927341,25.751335,25.536543,25.470161,25.242783,25.111082,25.320837,25.249598,28.630293,28.249159,27.92061,27.535496,27.261316,27.052938,26.775364,26.65003,26.425358,26.278204,26.059803,26.143143,26.064793,26.020613,26.01845,27.23056,26.858643,26.739151,25.75771,25.07317,24.484859,24.636259,24.185373,23.504818,24.256891,23.940395,23.479504,23.279623,22.974295,22.499104,33.721249,33.696037,33.69408,33.558353,33.348003,33.243389,33.280781,33.458488,33.600517,33.723637,33.792698,34.19952,34.34201,34.502975,34.580269,24.653332,23.998739,23.509785,23.200123,22.743319,22.884012,22.939163,23.148466,23.102791,23.16305,23.198677,22.823368,22.655533,22.424179,22.422834,23.217075,22.240261,21.781055,20.76223,20.451843,20.56019,18.846611,20.315235,19.101124,20.196192,19.334837,19.803696,19.399538,19.579193,19.623972,23.415659,22.83345,22.388916,21.905149,20.984665,20.853687,20.226551,20.362082,20.329212,20.243059,20.419554,20.685993,20.510696,20.485016,20.545355,28.191099,27.811892,27.671518,27.231529,27.121136,26.935539,26.689552,26.476727,26.286114,25.997686,25.861275,25.872293,25.953939,25.906694,25.900217,23.340261,22.728207,22.266262,21.672695,21.515114,21.361702,20.990547,21.272217,21.450163,21.40344,21.487827,21.219145,21.39897,21.469126,21.589848,21.703602,20.584927,20.150526,19.805937,19.365126,19.208958,18.536942,17.707727,17.63768,18.062752,18.073147,18.222095,18.009687,18.661764,18.600557,25.087049,24.365759,24.005232,23.248901,22.849226,22.387062,22.277412,22.403992,22.094488,22.368999,22.437267,22.704586,22.654102,22.965755,22.868233,34.007992,33.730259,33.25885,32.845913,32.444756,32.257072,32.078388,31.805748,31.507809,31.239435,30.956438,30.772236,30.642122,30.39929,30.229923,19.340233,18.29674,17.992178,17.744062,18.262049,18.528996,17.824562,18.252291,17.726948,18.497519,17.724138,15.444287,15.238764,15.611511,16.472303,28.42907,27.833233,27.302277,26.853159,26.499493,26.214405,26.025236,25.94837,25.586187,25.361135,25.186384,24.968418,24.561752,24.533827,24.417061,28.796047,28.106403,27.518257,27.213806,26.766699,26.225584,25.606861,25.242285,24.632877,23.912615,23.434006,22.831678,22.423502,22.134451,21.866249,28.218475,27.712086,27.231136,26.73424,26.320469,25.890863,25.451929,25.164297,24.985853,24.877451,24.785896,25.193436,25.595001,26.020857,26.393387,27.522554,27.113792,26.487518,25.971109,25.505573,24.871817,24.363844,23.922972,23.570988,23.295717,23.063961,22.747993,22.513748,22.375395,22.067274,27.173662,26.542023,25.875463,25.218704,24.590834,24.093924,23.647257,23.299702,23.089134,22.797964,22.545393,22.44989,22.317951,22.359941,22.501152,27.926212,27.447868,26.780186,26.160362,25.463083,24.909943,24.547333,24.223776,24.037003,23.440037,22.969685,22.67889,22.265879,21.979029,21.678007,28.776705,28.331837,27.845377,27.431929,27.038898,26.651731,26.186436,25.715469,25.227537,24.709202,24.292097,24.041771,23.824471,23.768435,23.781494,26.865196,26.346802,25.885561,25.345299,24.898186,24.78182,24.544495,24.21998,23.881302,23.548885,23.25889,23.080067,22.895721,22.929619,22.990732,27.08267,26.724798,26.092514,25.511316,24.944698,24.294012,23.896063,23.449305,23.052731,22.639303,22.285358,22.038898,21.93573,21.606096,21.36105,30.532396,29.798981,29.126898,28.414845,27.620924,26.848524,26.173443,25.590342,25.010067,24.413589,24.008747,23.59782,23.30891,23.078716,22.829424,29.232878,28.640083,28.080229,27.512634,26.90373,26.353872,25.694857,25.129065,24.652246,23.989157,23.531042,23.314445,23.156626,23.049038,23.103666,26.065863,25.606022,25.057566,24.544466,24.088825,23.774792,23.532955,23.172705,22.988537,22.746315,22.478361,22.319475,22.200792,21.708504,21.661552,24.80607,24.272341,23.792208,23.570677,22.547426,22.279507,21.718779,21.274176,21.037409,20.975323,20.295277,19.246946,19.320938,19.517185,19.059561,28.129303,27.662766,27.225008,26.670748,26.141592,25.829884,25.541559,25.258398,24.712458,24.283787,23.871511,23.49798,23.214424,22.95211,22.725014,26.201597,25.050863,24.227921,23.931265,23.584631,23.557299,23.179636,23.104658,23.062416,22.741943,22.561914,22.511873,22.807512,23.916492,24.572117,30.247438,29.617891,28.985001,28.418562,27.827921,27.169687,26.58363,26.078871,25.628059,25.164267,24.714235,24.353884,24.2066,24.075201,23.938469,25.058105,24.658819,23.983503,23.364735,23.318274,22.601215,22.110058,21.84955,21.645397,21.330246,21.185167,21.241379,21.251015,21.45528,21.482195,28.694662,28.268284,27.820318,27.268204,26.840565,26.421482,26.286367,26.020494,25.665409,25.367943,25.17226,24.902786,24.886806,24.796812,24.608633,25.32036,24.71999,24.187651,23.805155,23.907187,23.569681,23.268785,22.622816,22.223078,21.879,21.473362,21.303347,21.092886,21.104946,21.449722,25.843031,25.168747,24.493429,24.081167,23.545616,23.140306,22.746729,22.45755,22.295746,21.852127,21.499079,21.205736,21.204376,21.201008,21.194881,26.481073,26.077354,25.505659,24.97607,24.515511,24.141438,23.758604,23.33713,23.114252,22.876331,22.554338,22.258669,22.044533,21.979153,21.913229,28.385365,27.875698,27.404999,27.049341,26.763252,26.345692,25.940441,25.603146,25.297701,24.977983,24.831999,24.853111,24.917324,25.117451,25.135813,29.958597,29.358021,28.82806,28.291565,27.778948,27.416533,27.042549,26.687599,26.472616,26.088583,25.814629,25.809029,25.767082,25.78223,25.665066,28.63349,28.015491,27.437586,26.91361,26.466162,25.994062,25.6059,25.262562,24.931055,24.654091,24.405481,24.3538,24.396784,24.510923,24.634741,28.481716,28.03784,27.204836,26.607895,25.973106,25.199942,24.540993,24.073341,23.627861,23.391705,23.09576,22.383272,21.805248,21.311737,20.585493,27.542442,26.896065,26.416031,25.977591,25.647799,25.362989,24.934895,24.556221,24.260637,23.929558,23.72295,23.676348,23.801037,24.097431,24.236744,27.076391,26.634705,26.183392,25.743059,25.36343,25.09214,24.927567,24.66984,24.475374,24.261913,23.992641,23.850231,23.603956,23.45756,23.400991,22.86397,22.894491,23.173983,24.200373,24.713959,27.498564,29.259211,29.818954,29.451138,29.740208,29.954456,29.620058,29.630596,29.951181,30.272787,28.073528,27.682152,27.105713,26.548286,26.312416,26.017262,25.862057,25.5765,25.295853,24.900782,24.663961,24.524454,24.333521,24.201445,23.952116,28.084778,27.716356,26.959511,26.706436,26.300877,26.148554,25.771374,25.496643,25.167784,24.73024,24.454618,23.798891,23.228559,22.88205,22.716387,28.898031,28.257683,27.805767,27.496355,27.212143,27.194393,26.61278,26.028236,25.830475,25.636869,25.504658,24.98959,24.869976,24.951155,25.049597,29.25252,28.6178,28.191666,27.866453,27.56497,27.150377,26.674547,26.339462,26.102982,25.557783,25.327787,25.085629,24.92289,24.868738,24.679522,24.70006,23.965719,23.495226,23.026213,22.569378,22.114691,21.674782,21.511524,21.283232,21.199739,21.257893,21.151695,20.82762,20.724947,20.517334,27.10804,26.54018,25.835587,25.337637,24.864592,24.34679,24.08049,23.714569,23.199293,22.971624,22.820633,22.756809,22.519007,22.353962,22.300432,27.925602,27.4419,27.018028,26.632244,25.968781,25.627449,25.229185,25.113457,24.429514,24.192432,23.576475,23.173864,22.996628,22.748184,22.559059,26.331108,25.819965,25.411358,25.10424,24.965897,24.71209,24.446955,24.175577,23.986656,23.73843,23.553999,23.499285,23.473379,23.594328,23.752241,28.176414,27.528641,26.989824,26.550186,26.09449,25.684526,25.273195,24.908859,24.595816,24.168129,23.978384,23.871283,23.864492,23.946793,24.141144,25.607372,25.119839,24.594946,24.133368,23.693298,23.443785,23.105106,22.930864,22.83383,22.561302,22.374901,22.235016,21.924311,21.923723,21.703911,27.885693,27.288887,26.738319,26.298779,25.839993,25.418196,25.071318,24.788374,24.479,24.102167,23.820389,23.556881,23.381884,23.319593,23.23563,29.059633,28.628468,28.129375,27.711857,27.224979,26.834213,26.505522,26.176771,25.856941,25.510818,25.303194,25.233421,25.161818,25.125837,25.107038,27.093983,26.647404,26.186605,25.818655,25.558985,25.347658,25.0763,24.803288,24.461954,24.139933,23.868826,23.793644,23.72991,23.684465,23.716324,27.389008,26.804844,26.185528,25.521555,25.140995,24.871946,24.530914,23.956438,23.575296,23.241529,23.097389,23.311653,23.457558,23.646084,23.814838,28.385941,27.910215,27.437857,26.851934,26.246017,25.813023,25.326685,25.026676,24.63973,24.468548,24.492573,24.125559,24.127644,23.934196,23.71921,25.971832,25.509548,25.031805,24.359673,23.790854,23.340136,22.832979,22.539349,22.309261,22.012396,21.77371,21.600325,21.447445,21.263241,21.167915,27.289745,26.960352,26.317713,25.773373,25.303909,24.949867,24.438461,24.188524,23.796137,23.340191,23.081043,22.720182,22.48436,22.256712,22.030729,28.708754,28.192663,27.671284,27.288723,26.851517,26.268011,25.697855,24.981476,24.189682,23.360882,22.79159,22.203844,21.899525,21.687885,21.550209,30.438751,29.913273,29.347986,28.71616,28.040432,27.476227,26.925898,26.539349,26.312321,25.919241,25.673115,25.456104,25.37764,25.261152,25.067476,28.005472,27.320433,26.539454,25.390646,24.347969,23.785954,23.484598,23.23963,23.112217,23.082851,23.061359,23.132622,23.18676,23.493195,23.940029,28.250542,27.611069,27.124956,26.79314,26.448784,26.101515,25.72127,25.375837,24.909861,24.386389,23.96369,23.669838,23.45451,23.393152,23.432564,27.558714,27.095015,26.573002,26.098391,25.76634,25.329527,24.897566,24.524155,24.363249,24.13109,23.827438,23.801054,23.870333,23.88847,23.867975,29.600769,28.956259,28.214417,27.580515,27.029217,26.62435,26.411205,26.178116,25.752487,25.245237,24.6679,24.317547,23.908005,23.629063,23.572701,29.226515,28.978882,28.809679,28.723955,28.730604,28.725819,28.685974,28.647051,28.631735,28.525103,28.43318,28.930202,29.393894,29.897938,30.39572,27.652004,26.995001,26.463934,25.866985,25.286367,24.848148,24.429417,23.852579,23.168049,22.479237,21.725479,20.644579,20.11726,19.662495,19.586401,26.005629,25.322384,25.091665,24.416557,23.894394,23.076923,22.648239,21.9718,21.558636,21.21735,20.808521,20.506502,20.401794,20.41831,19.941927,28.183126,27.806938,27.37904,26.918236,26.575834,26.31518,26.180195,25.853342,25.661612,25.414202,25.227352,24.899063,24.730307,24.582289,24.220522,27.249214,26.552496,26.076004,25.624365,25.317377,24.752913,24.333693,23.893625,23.297281,22.897598,22.691233,22.728762,22.583239,22.510542,22.576077,27.684483,27.297762,26.665077,26.241943,25.857031,25.473646,25.080549,24.767487,24.604454,24.394745,24.165873,23.872227,23.678312,23.711193,23.591688,24.007906,23.320755,21.90534,20.885305,20.216661,19.269154,18.560198,18.130268,17.703497,16.994883,17.501169,17.697195,18.193089,17.910683,18.13447,26.935637,26.41292,25.552935,24.842449,24.258095,23.647007,23.03578,22.514431,22.193296,21.882065,21.494097,21.251535,21.108852,20.689573,20.595036,25.294729,24.669847,24.225468,23.841059,23.42297,23.021236,22.64735,22.24505,21.939964,21.636616,21.264997,21.241337,21.487061,21.52606,21.771473,30.80102,30.388618,29.880581,29.566891,29.161179,29.020372,28.516096,28.033716,27.889118,27.416006,27.101681,27.112139,27.127508,27.062374,27.298031,26.534275,26.068909,25.233761,24.575012,24.238379,23.698586,23.141623,22.752657,22.435144,22.228476,22.019117,21.822235,21.609217,21.459959,21.284788,26.880318,26.252237,25.372824,24.540749,23.863876,23.378654,22.865244,22.617544,22.404606,22.308815,21.993441,21.824316,21.632961,21.273376,21.07564,27.047703,26.449091,25.911846,25.402361,24.941938,24.423084,23.805779,23.385647,23.223316,22.874584,22.554901,22.306114,22.29845,22.409504,22.457067,26.727003,26.319958,25.675566,25.18084,24.286264,24.285347,24.239395,23.883762,22.964869,23.013397,22.94924,22.843962,22.4279,22.561968,22.420095,27.393255,26.757673,26.068321,25.390934,24.707239,24.128073,23.578743,23.186413,22.941446,22.568369,22.374334,22.129875,21.866638,21.602036,21.418772,27.922817,27.308937,26.846596,26.027641,25.359106,25.03196,24.405903,23.873158,23.595108,23.174614,22.98875,22.808878,22.730799,22.676712,22.645061,30.174816,29.501545,28.826355,28.242716,27.704826,27.357689,27.005833,26.706501,26.29978,25.814394,25.452709,25.138819,24.883459,24.694384,24.586958,27.323114,26.642063,25.589201,24.712532,23.88294,23.049528,22.319397,21.718977,21.358648,20.720919,20.361864,20.611694,20.628569,20.58716,20.478317,30.40247,29.864227,29.357794,28.834805,28.266262,27.761974,27.13533,26.526579,26.086124,25.548973,25.294546,24.99395,24.881268,24.875648,24.920433,29.73033,28.98407,28.13398,27.443197,26.918804,26.166599,25.153294,24.677549,24.19611,23.575323,23.293343,23.032349,23.068575,23.162027,23.282553,29.699474,29.379442,29.182985,29.076206,28.871887,28.523762,28.099499,27.670679,27.234432,26.809343,26.519209,26.478693,26.543591,26.799574,27.02599,28.203287,27.176289,26.174662,25.359926,24.395123,23.489153,22.597569,21.905514,21.464886,20.720192,20.51288,19.806145,19.299288,19.08597,18.843628,26.562202,26.000759,25.586256,25.127348,24.631218,24.035391,23.345339,22.773354,22.59621,22.23003,22.04855,21.537542,21.248652,20.974653,21.17869,28.752575,28.063837,27.521933,26.913408,26.579538,26.16815,25.537926,25.082355,24.724657,24.373655,24.172142,24.068695,24.034445,24.044685,24.048086,28.16046,27.182001,27.586826,27.704653,27.070322,27.275202,27.026281,27.143785,27.297974,27.328375,27.18578,26.670568,26.603302,26.726421,26.66873,28.91151,28.481001,28.050879,27.714098,27.342558,26.923582,26.499197,25.981724,25.560915,25.017691,24.746222,24.684004,24.349062,24.085613,23.98411,24.466427,23.733414,23.24148,22.683884,22.350203,21.943766,21.333576,21.126587,20.73398,20.371988,20.465233,19.808407,19.666941,19.727802,19.445724,27.723827,27.10416,26.716141,26.047997,25.465622,25.199217,24.914795,24.589733,24.010368,23.510681,23.309765,22.765823,22.271076,22.327114,22.411671,27.081255,26.581442,25.954056,25.444662,25.077936,24.649113,24.191479,23.850975,23.672787,23.390324,23.200951,22.715712,22.618904,22.42691,22.25528,31.0592,30.499542,30.091391,29.631508,29.339413,29.119352,28.96032,28.991043,28.964516,28.643799,28.514458,28.092333,27.925581,27.815775,27.818111,26.981306,26.30547,25.588253,25.292313,25.060669,24.592426,23.908333,23.643513,23.334431,23.067854,22.563797,21.737411,21.419476,21.209303,21.22007,30.216026,29.837572,29.594585,29.421085,29.455206,29.269367,29.08197,28.625494,28.384041,28.244642,28.139704,28.53191,28.982994,29.375298,29.683861,29.409864,28.983402,28.451326,28.126579,27.9091,27.722607,27.580032,26.990656,26.432768,25.929754,25.380436,24.883102,24.434389,24.482845,24.66675,28.159491,27.63328,27.12496,26.839622,26.414534,25.895184,25.555355,25.012783,24.580019,24.188498,23.999878,23.545528,23.025108,23.008146,22.900244,28.862062,28.489351,28.135693,27.900331,27.435286,27.013805,26.601336,26.282051,25.622314,25.091127,24.795885,24.409246,24.073673,23.724075,23.531199,25.06456,24.608507,24.025503,23.618074,23.231812,22.625343,22.21212,22.023357,22.15914,21.687368,21.417124,21.317438,21.176023,21.265511,21.435493,26.801378,26.190042,25.775421,25.418365,25.162909,24.736626,24.419809,23.993292,23.560772,23.003294,22.768154,22.437897,22.264368,22.035872,21.889561,28.079323,27.570251,27.133793,26.692698,26.397184,25.973454,25.656202,25.259531,24.77862,24.232588,23.822086,23.412176,23.100063,23.05257,23.061031,27.35594,26.997904,26.667742,26.298523,26.269966,25.906717,25.611195,25.008751,24.745924,24.816921,24.336861,23.966499,23.782326,23.451441,23.709198,31.495396,30.954674,30.281893,29.936897,29.20335,29.198568,29.209396,29.134607,28.919619,28.457621,28.130728,28.027967,27.801069,27.523338,27.467627,31.965345,31.360874,30.718693,30.17635,30.043766,29.386166,28.785154,28.30559,28.049601,27.497042,26.996958,26.709049,26.23567,26.011341,25.928867,27.714127,27.462521,26.91503,26.1588,25.65814,25.078735,24.357861,23.882595,23.509178,23.168909,22.544998,21.78264,21.475529,21.389215,21.29751,28.81201,28.315279,27.873537,27.423429,27.195719,27.044937,26.728258,26.35675,26.11455,25.711874,25.399014,25.269867,25.125174,25.132343,25.080582,25.741798,25.082747,24.280613,23.823795,23.25098,22.610508,22.334967,22.069778,21.66246,21.138332,20.887276,20.364059,20.103264,19.930845,19.841257,31.087101,30.744207,30.332884,29.894329,29.458153,29.005346,28.584927,28.269737,28.038347,27.602064,27.366796,27.225372,27.05212,26.870504,26.790545,28.105816,27.581751,27.395666,27.17275,26.827747,26.729261,26.466053,26.066748,25.597572,25.19038,24.729208,24.617588,24.417391,24.362761,24.304039,29.553974,28.760231,28.30171,28.113979,27.709759,27.485907,26.829037,26.762152,26.730152,26.635227,26.300537,26.019156,25.758671,25.602039,25.746744,29.169422,28.690676,28.265541,27.847445,27.549818,27.195856,26.766972,26.326921,26.012915,25.333532,24.966166,24.673372,24.358032,24.192354,24.050989,30.596977,29.975266,29.674911,29.661894,29.022184,28.949415,28.554852,28.374907,28.065199,28.03499,27.83993,27.430529,26.664865,26.200151,25.915098,28.67874,28.036055,27.380198,26.788002,26.343048,25.915831,25.54771,25.077469,24.510307,24.226812,24.043264,23.725863,23.553228,23.510235,23.570398,30.161926,29.633734,29.254765,28.774334,28.296379,27.942314,27.509254,27.171099,27.031746,26.633421,26.330164,25.826656,25.564299,25.437027,25.526949,28.357433,27.989971,27.732021,27.33832,26.796883,26.226913,25.627708,25.04764,24.520269,24.026487,23.684212,23.191133,23.043247,23.165386,22.985653,29.042213,28.456181,28.177267,27.863035,27.504093,26.973455,26.598671,26.245209,25.80596,25.434065,25.079464,24.598392,24.716274,24.674337,25.028566,31.481558,30.799324,30.249908,29.736828,29.337788,28.857113,28.468737,27.92815,27.607054,27.319168,26.991034,26.877373,26.662642,26.509466,26.444027,27.508286,26.399208,26.023739,25.504082,25.315567,24.98756,24.306511,23.951977,23.327465,23.087444,22.721941,21.87842,21.761866,22.011501,21.519115,26.689789,26.045731,25.694244,25.465551,25.083149,24.683987,24.680826,24.304119,24.077806,23.815247,23.272022,22.791649,22.74201,22.675709,22.613569,29.291666,29.004404,28.710794,28.267509,28.037811,27.394512,29.052364,28.900448,28.989992,28.966391,28.490284,28.298044,28.052851,28.049084,28.168812,27.601646,27.06016,26.757532,26.340199,26.035469,25.805655,25.47216,24.912981,24.483759,23.964933,23.374584,22.871689,22.831293,22.613562,22.612213,27.189392,26.572874,26.082939,25.46154,25.016161,24.733286,24.257938,23.786375,23.393396,22.782375,22.435751,22.152922,21.946871,21.840645,21.835123,26.042349,25.415138,25.074175,24.742886,24.594563,24.142868,23.814039,23.370329,23.00885,22.509838,22.28142,22.011318,22.008511,22.032907,22.220987,27.455837,26.921146,26.485163,25.99819,25.474224,25.021862,24.671627,24.250311,23.977858,23.410217,22.958975,22.498262,22.158436,22.229212,22.340866,31.503101,30.940672,30.522963,30.039284,29.565004,29.22525,28.911272,28.635305,28.381788,28.110823,28.050655,27.531628,27.169456,27.094769,26.936609,27.492052,27.043926,26.824818,26.7124,26.713923,26.135592,25.996893,25.992685,25.078192,25.19693,25.027603,24.894281,24.590574,24.379074,24.182354,29.784668,29.41798,28.893051,28.530144,28.125334,27.72978,27.310726,26.816914,26.430508,25.936083,25.559422,25.179899,24.965595,24.905678,24.952988,29.27425,28.467251,27.71209,27.17292,26.658121,26.272129,26.046455,25.759804,25.537512,25.377556,25.191038,24.955521,24.764284,24.726246,24.754494,27.806881,27.051958,26.573286,25.99004,25.622459,25.159878,24.887171,24.501032,24.047031,23.601374,23.51474,22.840389,22.655281,22.474756,22.467527,25.605062,25.05238,24.624996,24.272308,24.397514,24.004774,24.479666,24.466764,24.323168,24.085842,24.09337,23.98336,23.712076,23.566687,23.576815,30.924406,30.354282,29.943764,29.54307,29.416132,29.137718,28.796515,28.414974,28.13352,27.53023,27.151485,26.732698,26.395178,26.244709,26.260996,22.036125,21.113373,21.052631,20.195667,20.839161,20.401577,19.81982,19.453552,20.327272,20.058996,20.530779,20.265291,20.611799,20.472151,20.780167,24.638872,24.35111,24.088985,23.412506,22.608431,22.405544,21.8899,21.869125,21.683521,21.743406,21.725643,22.156466,22.131058,22.058422,22.219187,25.419933,25.326889,24.836601,23.797325,24.893436,23.569212,23.338131,22.8794,22.134733,23.020311,21.488806,21.773256,22.115664,21.20949,21.474358,27.019192,26.684336,26.159922,25.925926,25.50613,25.254116,25.564539,25.453259,25.440342,25.620655,25.476896,25.21702,25.131411,25.017839,24.971462,24.109095,23.20672,22.457026,21.874466,21.460892,21.712736,21.613956,21.961662,22.194942,22.572411,22.985346,22.819084,22.77467,22.69075,22.809486,26.406744,25.867489,25.330376,24.841722,24.481304,24.042774,23.680437,23.620222,23.248293,23.327162,23.610996,23.919861,24.319366,24.567402,24.617895,24.653168,24.637962,24.274719,22.894424,22.703777,22.714571,22.099779,21.697184,21.948357,21.83642,22.274881,21.99061,21.802816,21.814135,21.185963,25.414366,25.2994,25.037935,25.328615,24.734446,23.88974,23.466801,23.902943,23.670757,24.703983,23.66925,24.190283,23.511904,24.207922,24.568138,25.866049,24.923246,24.054831,23.187304,22.964239,22.659733,21.687506,22.257309,22.191038,22.14436,21.828764,21.772865,21.43136,21.426495,21.296206,24.536777,24.631937,23.762945,23.122414,22.647238,20.993086,20.613176,19.877884,18.20055,16.437414,16.234653,14.08351,14.296029,14.435303,14.909092,23.222698,22.808733,22.697512,22.258953,21.347322,21.337858,21.119648,20.920965,20.479521,20.035246,20.078739,19.997822,19.693344,19.72567,19.766436,21.845484,21.645754,21.309017,20.944921,20.246344,20.276979,20.684082,20.26408,19.87076,19.956615,20.34726,20.08345,19.93865,20.331034,20.507919,23.626944,22.389374,21.621622,21.047577,20.871439,20.84782,20.745579,21.218716,21.355398,20.850786,21.044659,21.080389,21.458954,20.910913,20.727612,27.803469,27.392155,26.743296,26.206844,25.862726,25.549994,25.342005,25.048082,24.616352,24.516342,24.03878,24.388821,24.585114,24.558315,24.363377,24.272772,23.762613,24.001902,23.347496,23.942669,23.997152,23.92972,23.749393,22.759813,23.324127,22.434954,22.24419,22.782949,23.005919,22.383789,22.096664,21.416939,21.242832,20.651028,19.948685,18.93726,18.093092,18.161436,17.903225,17.554047,17.69697,17.60614,17.80262,17.264309,16.909414,25.758141,25.365698,25.071573,25.218174,24.931952,24.286312,23.989899,23.699034,23.371984,23.011818,22.459429,22.964701,23.224665,23.423786,23.563768,22.309669,22.101807,21.158941,20.543095,20.122471,19.448229,19.276485,19.158554,18.76552,18.644968,18.326345,18.580847,18.315865,18.696428,18.729759,25.4505,25.23427,24.435503,23.875511,23.52129,22.98929,22.598999,22.536833,21.961767,21.991323,21.553308,21.271729,21.134493,20.473537,20.625,27.236044,26.256985,26.145924,25.41531,24.624256,24.457384,23.749323,23.232136,24.022879,23.533892,23.294601,23.112509,23.335138,23.116837,22.652809,22.244839,21.439018,20.62071,18.998484,18.841463,17.859346,17.438517,17.240259,17.132401,16.440172,17.034069,17.822447,18.541033,17.929884,17.367706,23.271307,22.679693,22.293144,21.139181,20.919483,20.978682,19.539946,19.274715,19.530865,19.192671,18.558472,18.703794,19.051167,19.404467,19.075146,20.623728,19.907345,18.955513,18.940655,18.152689,17.68556,17.923468,17.47847,16.993744,17.148525,17.594936,17.565243,17.462816,17.303471,17.80303,23.003439,22.654102,21.599045,21.018852,20.163935,19.742846,18.348623,18.620117,18.219461,18.348234,17.766499,17.75622,17.622259,17.671867,17.526651,24.990427,24.639563,24.165798,23.328573,22.830387,21.961363,21.565453,21.13228,20.530519,20.898359,20.531336,20.215113,19.795975,19.972471,20.468079,21.926144,20.962868,20.241758,19.937695,19.882645,19.438099,18.74275,18.818842,18.335684,18.497654,18.25211,18.181818,19.077864,18.871044,18.668562,24.852341,23.643055,22.586691,21.070076,20.48077,20.197044,19.707663,19.62187,20.514139,19.098824,18.659042,19.413919,19.047619,19.565218,19.761776,24.035341,23.833544,23.230328,22.831955,22.108292,22.311111,21.644325,21.73455,22.075439,21.838097,21.486486,21.053514,20.994289,20.756302,20.656885,22.201292,21.890411,21.538033,20.919086,19.941435,19.6702,19.439528,19.179699,19.316843,19.299795,18.615475,18.907928,18.299883,17.73008,18.067978,26.142132,25.528654,24.551262,23.208397,21.924065,22.244375,22.55419,22.768511,23.24213,23.707026,24.084084,23.015402,21.975746,21.458088,21.447485,23.791821,22.812267,21.943811,21.846848,21.283255,20.36595,21.909233,21.036106,21.964855,21.694378,22.257807,21.588282,23.158693,23.599052,23.285486,28.464104,27.851507,27.089024,26.638004,26.41646,25.920153,25.871866,25.702881,25.452366,25.902649,26.016163,26.05752,25.896185,25.632059,25.412952,22.022333,21.817034,21.337948,21.006565,20.561357,20.094812,19.261143,19.284561,18.918919,19.112629,18.956829,18.936554,19.28245,19.158422,19.25844,23.685801,23.459864,23.067011,21.928165,22.277227,20.112429,19.464401,20.381731,18.671329,18.732395,19.548342,19.412607,19.134079,18.58279,19.484241,23.571428,23.295855,23.261475,22.992825,22.626743,21.529175,21.639786,21.077127,21.661016,21.696848,21.618954,21.462339,20.717884,20.803709,20.652836,19.787518,20.134832,19.526628,19.071926,17.745005,18.669834,18.309858,19.541376,19.673752,18.573551,20,20.280735,20.225822,20.077972,19.850374,25.126904,23.415493,22.371967,21.042831,20.505617,19.941917,18.164436,18.737673,18.545082,18.787878,19.664032,19.253439,19.642857,20.30303,20.207254,22.746855,21.952085,21.216511,21.232752,20.241009,20.421211,19.548584,19.818428,19.856089,20.132141,19.642857,20.092825,20.195065,19.664694,19.424744,23.357403,23.036884,22.871269,22.438934,22.097626,22.01619,21.568628,21.199633,21.242918,20.813786,20.390764,20.48255,20.290834,19.817427,19.290987,25.290632,24.022449,23.287231,22.480234,22.087572,21.774651,21.435352,21.42038,21.19278,21.374207,21.41942,21.668379,21.998606,22.135386,22.203341,31.795416,32.091026,32.1133,32.180351,32.037846,32.140587,32.042839,31.856853,31.791296,31.737972,31.821199,31.899611,31.639599,31.061092,30.496729,25.895599,25.135344,26.01605,24.948187,24.4578,23.908415,23.601492,23.293491,22.267649,22.052109,22.201591,21.733437,21.86342,22.204927,22.207827,25.5137,24.718142,24.081774,23.736149,23.204134,22.561712,22.451136,22.565361,22.079315,22.263948,21.96162,21.242594,20.8601,20.747034,20.574163,19.90308,19.674452,18.808664,18.585045,18.775816,18.043396,16.841696,16.719618,16.845451,16.484407,16.829666,16.420967,16.075846,16.618793,16.900248,22.795559,22.259136,21.929825,20.972851,20.475561,20.670271,20.862219,21.346111,21.351234,21.180555,21.89311,21.839827,22.024448,22.154428,21.966795,29.341909,28.480572,27.64749,26.76515,26.280722,25.648689,25.664742,25.373074,24.700172,24.369913,24.294807,24.297384,24.537699,25.06691,25.383785,24.664106,24.734299,24.534769,24.202898,22.045681,21.706957,21.527094,21.225491,19.65,19.745224,21.45295,20.540796,19.760765,19.356388,19.466921,22.751322,22.535212,22.021395,20.486111,19.756958,19.537479,18.997576,18.719009,18.296797,18.737017,18.513853,17.835756,18.162209,18.349808,17.973148,31.886789,31.283039,30.775604,30.206192,29.684931,29.279114,28.816536,28.859802,28.478836,28.546078,28.400997,28.182632,28.130648,28.225418,28.206011,26.343023,25.938309,25.541058,24.660074,24.516426,23.601345,23.344042,23.500761,23.38102,23.088852,22.699291,22.086929,21.466211,21.466375,21.175184,29.056396,28.452639,28.058933,27.436152,27.084053,26.710276,26.160563,25.830334,25.509539,25.422405,25.407509,25.48122,25.58662,25.559128,25.515116,23.40234,22.851025,22.479185,21.29895,20.059093,18.934317,18.407793,18.596018,18.29019,18.042812,19.565943,19.183537,18.976896,18.980263,19.014778,22.247107,21.296297,21.174168,19.616287,19.55485,18.903437,17.654373,17.354317,17.461706,17.827419,17.144077,17.258883,17.212069,17.264669,16.838047,23.370651,22.947222,22.425165,22.0709,21.827967,21.642015,20.888042,20.688965,20.866261,20.463398,20.729914,20.265814,19.980677,19.525246,19.325212,23.852522,21.895809,21.631205,21.036228,20.346319,20.919821,20.124481,19.415449,19.587194,19.138149,20.195578,20.542143,20.783133,21.465517,21.388769,25.5063,25.115061,24.712555,24.644039,24.154663,24.091253,23.664577,23.431997,23.713346,23.500931,23.76136,24.146358,24.514891,24.985891,25.031614,26.089302,24.861189,24.013577,22.92057,22.146385,20.956854,20.345547,19.993904,19.622992,19.269619,19.410206,19.713978,19.867748,19.760206,20.182371,28.159883,27.577412,26.862387,26.266279,26.09919,26.222536,25.975395,25.987526,23.917597,24.122505,23.533356,24.00807,24.071573,23.943186,23.406408,26.60194,26.027397,25.48756,25.487465,24.397163,22.956646,23.628693,23.67688,22.109091,21.945868,21.615719,20.662346,20.166319,20.4811,19.845722,25.085493,24.735174,24.35828,23.650108,22.979263,22.964993,22.861652,22.811754,23.109112,23.033295,23.656693,23.538353,23.820066,24.203693,24.26989,24.284149,23.594969,23.440998,22.655239,22.112373,21.465105,20.590208,19.879311,19.573267,19.30447,19.659937,19.075661,18.675907,19.243361,19.239862,24.771057,24.204987,23.927238,24.006063,23.300514,22.949265,22.429014,22.183895,21.732904,21.666466,21.716747,22.016485,21.5804,21.326788,21.204411,28.39064,27.820625,27.724018,27.528568,26.988155,26.54928,26.008364,25.687536,24.629295,24.768173,24.632784,24.235165,23.329071,23.244667,23.19574,22.252192,22.092224,21.393473,21.167356,20.506786,20.138006,19.363686,19.37163,19.541729,19.307392,19.306931,19.404057,19.633699,20.116512,19.789398,28.964657,28.475868,27.651093,27.191404,26.626734,26.025331,25.668352,25.380711,25.17627,25.13994,24.741762,24.971119,24.961275,24.669312,24.318132,24.727713,24.502785,25.625,25.327679,25.693651,23.807735,24.011503,23.624596,25.110785,24.515894,23.926163,23.502466,23.572424,23.631226,23.910732,27.183039,26.719469,26.320353,25.849068,25.452944,25.167963,24.929907,24.52025,24.281893,23.975424,23.541777,23.317646,23.195848,23.279827,23.272135,29.54822,29.395533,29.011806,28.727612,28.445683,28.508266,28.097242,27.757681,27.347675,27.026424,26.580456,26.113649,25.591812,25.216574,25.247696,26.093002,25.724226,24.90345,24.487328,24.344614,24.123524,23.456039,23.104912,22.8288,22.528008,22.22559,21.843981,21.382725,20.932375,20.955631,31.17837,30.494064,29.816809,29.387299,29.214911,28.443045,28.247839,27.356464,26.48049,25.735065,25.351784,24.998053,24.503365,26.919729,27.832851,29.22509,28.737167,28.24362,27.776278,27.457996,27.145037,26.753393,26.375992,25.713957,25.073967,24.674501,24.242252,23.893127,23.6868,23.45866,29.619301,29.16095,28.810289,28.596556,28.388918,28.03685,27.835543,27.296129,26.764532,26.181376,25.76152,25.615696,25.528046,25.41573,25.303226,27.788364,27.385559,26.89333,26.898918,26.893066,26.652967,26.438543,26.19318,25.769571,25.459671,24.864851,24.461424,24.018892,23.573151,23.475319,28.748449,28.637413,28.137293,27.903227,27.504957,27.377785,26.875002,26.03647,25.61858,25.211603,24.806089,24.312527,24.25621,23.957048,23.720659,26.611835,26.26074,25.897207,25.681934,25.295492,24.753544,24.38262,24.127392,23.627161,23.066658,22.578722,22.331898,21.969379,21.846025,21.68256,28.862984,28.400564,27.908331,27.385712,27.235279,26.71208,26.314426,25.98086,25.33552,24.708963,24.151819,24.000139,23.955574,24.07716,23.996593,33.408375,32.990627,32.185566,31.278965,30.617887,29.863544,29.227989,28.459766,27.750534,27.140669,26.476229,25.692308,25.208244,25.281754,25.096945,26.303942,25.630676,25.672956,25.701889,25.485361,25.386732,25.262264,24.852606,24.263659,24.069023,23.31156,22.983965,22.818129,22.767883,22.648024,28.539927,28.390099,27.695271,27.399954,26.876419,26.818562,26.606524,26.077091,25.60145,25.165335,24.688217,24.404688,24.162279,24.077473,23.950165,27.334339,27.168285,27.233719,27.095715,26.802567,25.810913,25.410557,24.4526,23.162045,22.452106,21.941303,21.511702,21.331451,20.681671,20.310078,28.596518,28.077221,27.756485,27.265293,27.084,26.593348,26.242107,25.728622,25.155609,24.324928,23.834793,23.28953,22.902744,22.589142,22.261583,28.280523,27.709183,27.340343,26.896091,26.632986,26.362276,26.112381,25.65453,25.194433,24.658701,24.355816,24.253025,24.182589,23.904278,23.891644,28.174629,27.904579,27.134672,26.905674,26.659277,25.725567,25.474707,25.160444,24.791967,24.401291,23.94762,23.983236,23.845049,23.676098,23.669287,24.894209,24.357876,23.811275,23.258814,22.862961,22.265158,21.734159,21.133604,20.661787,20.20046,19.959024,19.616989,19.564226,19.346533,19.209185,33.867599,33.360504,33.020908,32.716019,32.482292,32.257069,32.17252,32.138683,32.021923,31.933889,31.766521,32.118484,32.431259,32.708042,32.891792,25.840679,25.848944,25.619692,25.301725,24.899185,24.523582,23.973373,23.50482,23.442944,22.854233,22.457844,22.22888,21.573168,21.493889,21.270247,29.186493,28.809008,28.521326,28.032211,27.738077,27.195593,26.688173,25.757576,25.399881,25.117523,24.611525,24.325619,24.228958,23.934443,23.913383,30.545177,29.988405,29.560848,28.845516,28.447088,27.911392,27.620741,27.355188,26.859327,26.488457,26.079264,25.687908,25.490002,25.245541,25.199636,28.503683,28.041231,27.735027,27.250082,26.876333,26.527109,26.283417,25.973684,25.387297,25.210434,24.876789,24.474333,24.251379,24.090002,24.007078,27.325243,27.213911,27.010601,27.100754,27.486744,26.812687,26.068914,25.337591,25.058783,24.407335,23.844713,23.602243,23.444258,23.121372,22.741608,27.925434,27.22159,26.812925,26.378881,25.809305,25.601444,25.202694,24.938917,24.24514,23.821976,23.453695,22.612507,22.071545,21.710527,21.638115,26.304138,25.653788,25.438091,24.987526,24.760277,24.216032,23.886293,23.588736,23.016085,22.772902,22.509144,22.142788,21.877377,21.680645,21.641935,26.755323,26.506577,26.366997,25.947735,25.538319,25.304647,24.966217,24.761728,24.540226,24.26828,24.120522,24.119947,24.052113,23.988188,24.052038,27.807198,27.187384,26.676617,26.169849,25.72323,25.402323,25.01779,24.472775,23.857937,23.24297,22.787611,22.451834,22.090853,22.246582,22.376869,30.305525,29.582428,29.051214,28.567394,28.146219,27.575329,26.994362,26.303286,25.69705,25.265402,24.520163,23.79192,23.42597,23.10815,23.006794,28.510962,28.017038,27.552677,27.102486,26.812925,26.458136,26.024155,25.622051,25.155132,24.480682,23.966162,23.490526,23.121075,22.86677,22.729597,27.645742,27.154564,26.518791,25.911478,26.000282,25.737322,25.161657,24.86475,24.450333,23.836828,23.663061,23.27561,23.070148,22.822376,22.961916,29.462477,28.979731,28.367504,28.109112,28.113476,27.540974,27.246037,26.876867,26.307144,25.953793,25.666571,25.393946,24.989635,24.769245,24.519794,28.882471,28.334204,27.909199,27.516058,27.271112,27.080128,26.854832,26.544104,26.147285,25.859816,25.674635,25.828203,25.972662,26.073528,26.243443,26.775715,25.799824,25.198587,25.171795,25.448879,24.922852,24.754829,24.383802,24.153732,23.611111,23.847168,23.424229,23.292391,23.454929,23.357002,31.247334,30.943998,30.470224,30.070129,29.777824,29.359547,28.893444,28.593498,28.199879,27.871939,27.570471,27.412266,27.214115,27.073256,27.138508,26.483124,25.842173,25.650284,25.365396,25.099945,24.95138,24.676178,24.40057,23.634829,23.27894,22.801153,22.317083,21.868994,21.84832,21.603529,29.890627,29.352974,29.02103,28.376478,27.878029,27.559011,26.96591,26.4757,25.879219,25.309553,24.757246,24.266823,23.822235,23.279873,22.902153,27.231873,26.828775,26.418766,25.909746,25.167322,24.850454,24.896309,24.631701,24.315645,23.732767,23.462318,23.229599,23.105999,22.790367,22.735765,28.654034,28.3367,28.04088,27.787361,27.571751,27.414318,27.008053,26.740955,26.360516,25.879341,25.212597,24.846605,24.549509,24.37089,24.44944,26.137934,25.725636,25.39323,25.010418,24.692148,24.151817,23.66976,23.415951,22.977015,22.6562,22.207796,21.916624,21.651779,21.614325,21.74762,30.920904,30.577496,30.065077,29.585266,29.029396,28.692564,28.242064,27.766436,27.190027,26.539824,26.347378,25.926077,25.702095,25.755068,25.709364,25.960579,25.599304,25.149477,24.526197,24.746017,24.255583,23.836634,23.530844,23.028847,23.032835,22.818871,22.589928,22.470308,22.658136,22.644707,27.315849,26.799557,26.118156,25.832314,25.443687,25.237278,24.882088,24.563976,24.208353,23.872923,23.258949,22.940216,22.826384,22.889256,22.798985,28.047789,27.748035,27.19602,26.730228,25.807301,25.322792,25.024302,24.273548,23.980961,23.51157,23.013557,22.13229,21.702461,21.496872,21.632689,28.930124,28.658199,28.367006,27.894072,27.292374,26.851522,26.223028,25.697433,25.030384,24.446264,23.625017,23.319275,22.832718,22.7768,22.558846,30.580727,30.459087,29.589426,29.544697,29.133114,28.678455,28.4235,27.696026,27.184412,26.786793,26.333662,26.048759,25.81802,25.459698,25.154881,30.241299,29.438629,28.733345,28.242571,27.897575,27.590454,27.361122,27.321663,27.232668,27.069563,26.964176,26.654526,26.270639,26.157778,25.943512,33.72781,33.749535,33.537422,33.291893,33.367153,33.50325,33.482029,33.354576,32.949306,32.854946,32.852032,33.076035,32.343021,32.564171,32.737473,31.024052,31.039146,30.433672,30.307228,29.874075,29.800745,29.584724,29.383099,28.987068,28.67552,28.275663,28.139452,27.625729,27.606627,27.605635,27.894342,27.46912,27.156746,26.734406,26.421324,26.236702,25.904396,25.559992,24.992731,24.303999,24.119455,23.551922,23.160318,23.043055,23.06311,27.32135,27.205435,26.646446,26.045349,25.66638,25.150162,24.7017,24.303988,23.894545,23.43931,23.075659,23.242975,22.998739,22.864553,22.776279,27.55489,27.196575,26.794546,26.15987,25.735039,25.313927,24.911793,24.349722,23.93025,23.438349,22.976166,22.867661,22.641905,22.604862,22.42103,27.289183,26.540792,25.789768,24.925262,24.374985,23.766592,23.197735,22.776171,22.309999,21.983728,21.666496,21.200701,21.031483,21.012869,20.799654,28.381622,28.009897,27.48428,27.200191,26.658869,26.253456,25.725636,25.398752,24.946447,24.386608,23.991117,23.406166,23.053749,22.839258,22.733658,26.635874,26.409182,25.9856,25.688665,25.508236,25.280497,24.999018,24.697546,24.361561,23.804934,23.409554,23.149002,23.060461,22.784761,22.746567,29.176435,28.761402,28.242144,27.857723,28.106678,28.018253,27.546856,27.262249,26.570377,26.200813,25.715441,25.300455,24.612377,24.45789,24.500261,29.029421,28.556219,27.967018,27.53146,27.092045,26.886791,26.575026,26.259264,25.655237,25.193653,24.76955,24.586266,24.417036,24.47648,24.321791,28.444269,27.787968,27.168755,26.703632,26.61241,26.280134,26.053873,25.461281,24.944916,24.425257,24.015707,23.750179,23.511494,23.422056,23.355402,29.814243,29.093254,28.716352,28.146612,27.764807,27.514992,27.261374,26.964808,26.567688,26.082954,25.971189,25.783072,25.442795,25.054663,24.941694,29.652122,29.116335,28.392893,27.95257,27.793098,27.635813,27.293358,27.057297,26.781815,26.353104,25.947424,26.052204,25.998146,26.021042,26.060188,28.789108,28.319296,28.256386,27.832735,27.438046,27.159506,26.731888,26.232948,25.193865,24.632008,24.3496,24.067883,23.493668,23.053867,22.509382,28.418095,27.926647,27.50633,27.155151,26.705578,26.286081,25.957397,25.720819,25.024191,24.498772,24.127958,23.666876,23.278629,22.885571,22.592869,34.120087,33.68689,32.857826,32.035862,31.934946,31.513611,31.462097,31.207281,30.731327,30.786541,30.751211,31.236523,31.894489,32.094131,32.256908,26.449022,26.773972,26.012146,25.55932,24.824942,24.34297,24.465132,24.492754,23.972059,23.539629,23.495207,22.639452,22.517702,22.545454,22.458965,31.745872,31.223648,30.709515,30.309196,30.237488,30.039602,29.693705,29.419935,29.143276,28.842983,28.57078,28.143415,27.59045,27.154636,27.191248,27.532534,27.117702,26.636583,26.217043,26.204168,25.970354,25.74242,25.387838,25.007036,24.815199,24.525928,24.159697,23.823191,23.615713,23.520269,27.60004,27.237793,26.993687,26.606495,26.352749,25.992472,25.61883,25.448507,24.967825,24.486082,24.196323,23.623573,23.369957,22.832212,22.551294,25.27256,24.792725,24.063745,23.788893,23.475971,22.4256,22.191601,22.542902,22.363356,22.302891,22.066793,22.144314,22.091837,21.572119,21.917633,24.386784,24.24485,24.190701,23.295568,23.053772,23.133881,22.894686,22.442112,22.13979,21.427172,21.201344,20.603701,19.771339,19.480778,19.413847,28.316391,27.956728,27.643225,27.404463,27.221371,27.114609,26.31356,25.543707,24.828451,24.261805,24.181181,23.713312,23.338356,23.129662,22.733528,27.752972,27.047363,26.421196,25.837061,25.427099,25.157393,25.091616,24.896355,24.59927,24.459688,24.323357,24.143747,23.859066,23.455032,23.55003,27.377935,26.904655,26.45409,26.205694,26.034138,25.79966,25.43364,25.164938,24.961672,24.346565,24.131649,23.652554,23.381851,23.109114,23.092001,26.685528,26.093622,25.632107,25.225464,24.789608,24.458862,24.200592,23.636127,23.209623,22.785881,22.367863,21.76886,21.32144,21.15976,21.153992,31.24555,30.926764,30.627695,29.979891,29.555767,29.266579,28.845999,28.291338,27.807966,27.286407,26.932856,26.512516,26.259371,25.937384,25.800568,33.320805,33.062492,32.748653,32.727058,32.695053,32.471378,32.223351,31.900818,31.276699,30.684969,30.236975,29.668114,29.284206,28.932583,28.701317,28.549835,28.089941,28.004446,27.931562,27.83106,27.729248,27.634563,27.381758,26.978481,26.659159,26.238134,25.703302,25.319311,25.018179,24.720379,29.775578,29.520489,28.918228,28.121372,28.296572,28.052109,27.435627,26.666668,25.812716,25.196293,24.71089,24.138655,23.85442,23.312422,23.013939,29.6464,29.181789,28.514692,27.95108,27.674597,27.408182,26.997074,26.629501,26.072083,25.588131,25.108803,24.762823,24.555368,24.244108,24.158754,30.976128,30.360317,29.877892,29.426966,29.141321,28.805927,28.630396,28.379503,27.975365,27.64625,27.454763,27.237827,27.210453,27.121613,27.137003,29.987631,29.133728,28.70084,28.059881,27.707354,27.341934,26.684824,26.109495,26.070181,25.558043,25.168434,24.514513,24.103315,23.699118,23.524158,28.246546,27.35894,26.836201,26.202873,25.514078,25.033092,24.825119,24.674925,23.857868,23.345657,22.794006,22.403505,22.38056,22.24473,22.460054,28.22576,27.646381,27.06712,26.602947,26.200199,25.640709,25.312038,24.848263,24.505217,24.11385,23.761751,23.418625,23.126867,22.994289,22.921118,30.550962,30.040173,29.462809,28.978018,28.579123,28.222919,27.915081,27.775272,27.318123,26.880285,26.613335,26.259735,25.987015,25.778109,25.637764,30.249918,29.970016,29.204601,28.691452,28.207619,27.890829,27.680716,27.338362,27.027342,26.481121,26.164141,25.690662,25.452894,25.345152,25.156927,27.856659,27.82313,27.311152,26.346811,26.247437,26.252853,26.03904,25.99428,25.896873,25.656643,25.019058,24.599821,24.485861,24.16185,23.944014,27.338007,27.179459,26.698566,26.107824,25.607718,25.550539,25.117126,24.784399,23.957138,23.416998,23.126163,23.068083,22.738991,22.41857,22.066042,30.842321,30.291452,29.431528,28.940598,28.376133,27.746344,27.227985,26.56373,25.744482,25.144344,24.669603,24.328686,23.948305,23.704792,23.741045,27.365171,26.885843,26.248863,25.761774,25.480413,25.623501,24.38032,24.160583,23.605846,22.888086,23.117117,22.542097,22.204416,21.772015,21.778648,29.25647,28.882954,28.462337,28.0751,27.791786,27.419397,27.366674,26.968119,26.524004,25.923595,25.689867,25.456778,25.106222,25.013775,24.821421,29.852331,29.286013,28.926464,28.74349,28.417778,28.113111,27.56485,27.113796,26.616747,26.138941,25.809565,25.276587,25.035423,24.847794,24.537191,31.488197,31.431919,31.145334,30.594036,30.246914,29.965895,29.865555,29.627451,28.804987,28.578133,28.115261,27.72254,27.395809,27.164656,27.057356,25.971312,25.693659,25.128471,24.373178,23.444195,23.454529,23.234856,23.049976,22.680082,22.483589,22.127684,21.680223,21.201839,21.10667,21.187979,27.733162,27.015511,26.591965,26.159805,25.96701,25.537998,25.255371,25.029703,24.651636,24.312691,23.848028,23.536188,23.19635,23.248287,23.146111,31.483448,30.588671,29.818258,29.066933,28.485001,28.023544,27.70009,27.321953,26.87324,26.336979,25.962997,25.294748,24.811666,24.474165,24.193754,31.556828,30.906395,30.277428,29.748007,29.286898,28.801521,28.551453,28.009405,27.542227,26.83222,26.53204,25.978062,25.555387,25.361881,25.143124,37.537685,36.376537,35.553528,35.581795,35.105343,34.578796,33.999584,33.533783,32.839916,32.246189,32.036545,32.017822,31.996208,31.866158,31.945551,27.19129,26.392347,25.902319,25.339088,25.011534,24.569759,24.547178,24.280323,24.859919,25.272242,25.261242,25.959852,26.338314,26.767857,27.112331,28.45023,28.075441,27.66729,27.22979,26.828316,26.64349,26.319054,26.078468,25.647062,25.336805,25.288374,25.145145,24.915833,24.787533,24.751068,23.160521,22.457037,21.882738,21.258154,20.96068,20.236832,19.756359,19.385464,19.392895,18.947233,18.470045,18.409433,18.857649,19.178877,19.720852,27.258533,26.647079,25.933796,25.063797,24.697069,23.842081,23.115965,22.435186,22.012302,21.655767,21.346579,20.461746,20.271038,20.687685,21.242052,24.930748,23.402256,22.151276,22.138931,21.749876,21.354933,20.663651,21.745869,21.539255,21.664051,21.345953,21.646816,21.748072,21.614717,21.355236,27.488726,27.036255,26.840336,26.390839,26.120308,25.673611,25.318748,24.897388,24.370264,23.949532,23.853966,23.974667,24.33695,24.631987,24.86405,26.103374,25.467318,25.002014,24.523397,24.110718,23.819832,23.799763,23.446493,23.225346,22.761379,22.810534,22.37569,21.873249,21.826351,22.008001,24.802912,23.749247,23.353926,23.972904,24.276457,23.576311,24.067991,24.108561,23.986244,24.283688,23.955431,23.832035,23.220291,23.352034,23.132185,25.682905,24.976551,24.442419,23.608486,22.573597,22.019764,21.158028,20.47003,19.449209,18.880432,18.389124,17.780697,17.801708,17.380341,17.5655,31.193117,30.715477,30.11274,29.699963,29.193111,28.254658,27.656342,27.093962,26.397657,25.86734,25.26511,24.796732,24.543974,24.263468,24.145212,21.209188,21.78117,21.580704,21.339762,21.542351,21.35672,20.723515,20.588987,20.549772,19.753086,19.516777,19.698195,19.247787,19.573051,19.548243,35.236023,34.286163,33.945415,34.015942,33.648617,33.213921,32.754795,32.201904,31.894764,31.505775,30.953053,31.198736,31.381012,31.499741,31.627724,31.825003,30.828615,29.800016,29.053623,29.448977,29.331207,29.320856,29.656788,29.719713,29.642586,29.582109,29.592243,29.930115,29.766357,29.721245,30.484604,30.152288,29.816866,29.393864,29.171526,28.911835,28.765356,28.694471,28.488916,28.309805,28.163513,28.324205,28.494373,28.699234,28.84,25.567982,25.205105,24.648045,23.977573,23.712114,22.545532,22.031799,21.311642,21.051586,20.513815,19.948704,19.719645,19.280737,19.25717,19.383219,27.132866,25.701624,24.817518,24.024025,23.397913,22.413794,22.239748,20.770519,22.058825,19.902914,21.020092,21.019108,20.880913,21.473354,20.489296,23.783251,23.72246,23.125788,22.916077,22.349056,21.96776,21.966085,21.590973,20.898602,20.884249,20.313099,19.958351,19.934856,19.451595,19.318823,29.41922,28.930088,28.561132,28.19595,27.867048,27.650467,27.483791,27.094942,26.8027,26.590841,26.476711,26.406933,26.439154,26.394003,26.41643,32.297752,31.907928,31.494717,30.991428,30.553141,30.282207,30.047354,29.865051,29.578611,29.237864,28.974798,28.753345,28.551044,28.478537,28.488123,25.827158,24.365248,23.747465,23.562737,23.557629,23.678633,23.830751,24.053333,24.314686,24.739595,25.127113,25.147211,25.136402,25.26507,25.694427,24.048073,23.687189,22.92901,22.823921,22.617195,22.899208,22.764505,23.046476,23.049166,23.569693,23.903225,24.812914,24.948633,25.212801,25.24049,21.826281,21.938776,21.87858,21.724333,21.323528,20.857473,21.244131,21.554342,20.048456,20.991432,20.171673,21.675774,20.524296,21.941748,22.345276,23.313192,22.962576,22.430882,21.843451,21.519821,21.198095,21.014687,20.504519,20.449286,20.021927,19.525066,20.013861,20.253342,21.241016,21.568628,24.659716,24.226709,24.00572,23.729219,23.740116,23.525097,23.493193,23.160044,23.125738,22.780981,22.64517,22.756208,23.008055,23.164919,23.144186,25.614691,25.42943,24.936998,24.435755,23.980192,23.451973,23.235294,22.706396,22.138033,21.445303,21.692137,21.624912,21.435993,20.977514,20.816444,25.984638,26.05691,25.172319,24.118488,23.569265,23.290115,22.82955,22.426594,22.204958,21.858206,21.629253,21.466307,21.558685,21.398296,21.347404,29.720798,29.518036,29.488695,28.924427,29.019339,27.96801,27.104261,26.524141,26.020014,25.42494,25.009832,24.958403,25.142723,25.207043,25.51951,27.166763,26.572586,25.892942,25.414339,24.676205,24.397779,24.238209,23.783991,23.548067,22.984852,23.150749,23.139257,23.298853,23.474739,23.665733,24.835079,24.372196,23.556528,23.015566,23.137732,22.731722,22.405891,22.39529,21.678789,21.405373,21.587887,21.47765,21.384718,21.555292,21.893492,26.74497,26.496634,26.38623,26.229317,26.127562,25.925945,25.839561,25.839621,25.735622,25.574377,25.43928,25.313097,25.06653,24.865154,24.652948,25.622406,24.677603,24.573555,24.546711,23.969271,23.936615,23.607889,23.610544,23.201687,23.083145,22.319704,21.992102,22.133055,22.331427,22.604422,26.062847,24.604542,24.661955,23.439211,22.864754,22.887268,22.095743,22.166327,22.060703,21.607716,21.622061,21.607399,21.800327,21.651897,22.240719,24.42457,24.115618,23.854582,23.465824,23.199015,23.235176,23.126764,22.779694,22.543602,22.35865,22.055302,21.695793,21.521336,21.521946,21.315319,24.19492,23.862661,23.815416,23.18029,22.889141,23.394032,22.969152,23.122658,22.828049,22.746944,23.033293,23.026316,22.565292,22.499065,22.588085,29.765541,29.711685,29.323391,29.124584,29.082752,28.572887,28.032022,27.469557,27.439198,27.069822,27.133188,26.930422,26.847223,26.989798,27.066505,27.287882,26.891739,26.315344,25.83626,25.4807,25.133842,24.775232,24.478045,24.089563,23.888437,23.885082,23.70443,23.690889,23.632978,23.695448,30.62793,30.235027,29.886913,30.252329,30.505022,30.284523,30.260605,29.868496,30.366417,30.142248,30.283287,30.328104,30.650854,30.703745,30.502478,26.34671,25.460424,25.008858,24.250221,23.967016,23.619335,23.115534,22.866709,21.977312,21.334934,21.262117,20.724516,20.443092,20.302334,20.007706,24.790937,23.979313,23.516047,23.180515,23.599171,23.187538,23.027327,21.97871,21.354839,21.613739,21.326109,21.726385,21.986753,22.414944,23.0585,20.369408,20.026247,19.82851,19.30397,19.696545,19.265537,18.671249,18.311111,18.369175,19.365559,18.080626,18.068251,18.286245,17.467249,18.013571,22.701527,22.618917,22.479578,22.272573,21.810141,21.386887,20.975941,20.72031,20.530397,20.221045,19.849304,20.004578,20.064613,19.692703,19.660049,37.785854,37.655663,37.163059,36.47662,35.754662,35.037323,34.151344,33.502861,32.722214,31.944748,31.376434,30.783186,30.285141,29.761959,29.339588,22.580645,22.034996,21.694147,21.381361,21.796564,21.979866,20.359077,20.71981,20.318197,21.66338,22.011757,22.07876,21.440371,21.626856,22.023809,23.742989,23.080746,22.82074,22.597162,22.200489,21.299957,20.962732,20.999613,20.799309,20.727482,20.475643,20.243187,20.292866,20.19866,20.22249,27.325249,26.743147,26.008188,25.536028,25.104687,24.719286,24.374458,24.042597,23.808002,23.12365,22.700262,22.626472,22.584856,22.636963,22.7659,23.217602,22.800875,22.529819,22.438267,22.182325,21.970028,21.572319,21.597095,21.353188,21.017826,20.692368,20.466825,19.916952,19.515249,19.641535,38.228615,37.311913,37.711544,37.785019,37.954205,37.410252,38.286583,37.779991,37.366116,36.776249,36.914398,36.256039,36.678967,37.213276,36.959209,25.968214,25.436977,25.006687,24.477365,24.191458,23.823505,23.51926,23.026247,22.656515,22.497591,22.370749,22.203995,22.260893,22.070915,22.166992,36.165375,35.823334,34.98735,33.940083,33.77813,33.690948,32.834373,32.925098,32.803951,32.590096,32.4767,33.271114,33.968254,34.106247,34.179611,21.455126,20.293123,20.625725,20.364922,20.011911,19.54023,17.882055,18.968935,18.991488,18.95295,17.674419,17.958914,18.383839,18.426502,18.780659,26.82865,25.96969,24.903624,24.564596,24.760672,24.140625,24.098574,24.622736,24.416647,24.509577,24.549395,24.215349,23.751095,24.715549,25.228333,26.370886,25.33819,24.681072,24.598654,24.163858,24.357309,24.846216,24.607607,24.821571,24.331551,23.848019,23.332426,23.659391,23.614073,24.067707,23.933079,23.292595,22.985989,22.834177,22.898113,22.251188,21.837303,21.5107,21.543928,21.033516,21.917809,21.57765,21.358269,21.292585,21.671196,25.848034,25.82897,24.425592,24.082073,23.450834,23.791542,22.999613,23.619873,23.534138,22.7349,22.222223,22.876368,22.366711,21.81501,22.50662,28.791773,28.341385,29.209286,28.806118,28.431057,29.320293,28.412571,28.125,27.236397,27.316999,27.782726,28.021658,27.481026,26.932386,26.772652,34.359894,34.037868,33.586246,33.056999,32.564148,32.126106,31.738647,31.481297,31.217131,30.926048,30.708632,30.547173,30.491474,30.298847,30.167824,30.66622,30.195787,29.939705,29.622406,29.739723,29.456429,29.234291,28.864046,28.919155,28.935305,28.816614,29.322601,29.469521,27.871698,28.359867,25.42803,25.077482,25.006781,24.764278,24.706764,24.785185,24.629728,24.867838,24.976383,25.073359,25.05785,24.874268,24.60125,24.535471,24.446644,25.417999,25.023607,23.630264,22.504707,22.499538,22.713587,22.651728,21.196383,20.734959,20.405405,21.149818,20.565601,21.177803,21.05669,20.640091,36.871086,36.496742,36.112766,35.642849,35.034191,34.521164,33.829659,33.193214,32.465118,31.760561,31.348333,31.179058,31.110405,30.955475,30.801598,26.981899,26.671982,26.390207,25.90596,25.698849,25.26792,24.920429,24.587948,24.103106,23.892658,23.649656,23.539553,23.64703,23.676758,23.930714,29.588839,28.759893,28.816723,29.325844,27.792501,28.209129,27.291161,27.102804,26.208332,25.87701,25.071341,26.021687,26.577356,26.687115,26.712019,24.547245,24.556332,24.696276,24.277916,23.67523,23.656664,22.843964,22.712036,22.30245,21.862307,21.972111,21.969097,22.175533,22.754877,23.528877,20.613689,20.161922,19.79085,19.035404,18.876118,18.732063,18.311722,18.628481,18.790672,18.583107,19.396902,18.99593,18.67651,18.708054,18.62578,26.285845,26.165237,25.946327,25.759745,25.217321,25.076452,24.768255,24.336613,23.742151,23.571369,23.170628,23.25108,23.268866,23.171047,23.595798,22.272629,21.554731,21.208635,20.896744,20.556337,20.541737,20.269615,20.165272,19.924406,19.635616,19.987099,19.833153,20.135796,20.438356,20.433352,27.829054,27.314117,26.890564,26.371405,26.050434,25.983027,25.825253,25.903156,26.083691,26.173958,26.26709,26.83976,27.333418,27.735758,28.12324,23.658422,22.705313,22.665369,21.498531,21.213617,21.48185,19.7995,19.495634,20.393475,19.085487,18.314098,18.670727,19.421907,18.923241,18.094732,29.713345,29.322729,28.713879,28.1618,27.893234,27.524143,27.219168,27.065891,26.69294,26.339287,26.21991,25.940578,25.760344,25.638332,25.656826,29.206621,28.776937,28.314327,27.765882,27.368141,26.990572,26.869274,26.676794,26.551765,26.425627,26.346636,26.617926,26.825296,26.787931,26.797718,25.822063,24.847935,23.962641,23.231081,22.787859,22.636971,22.472837,22.525764,22.583946,22.91855,23.052599,22.525457,22.490498,22.140554,22.044956,26.886946,26.531729,25.986734,25.478271,25.750029,25.792107,25.728617,25.491194,25.466152,25.515144,25.90749,25.731716,25.742685,25.289688,25.983929,28.508966,28.184711,27.980381,27.248302,27.141195,26.715029,26.153847,25.659851,25.462061,25.14986,24.816399,24.333088,24.112549,24.089977,24.176929,23.568422,22.882528,22.326628,21.697948,21.296577,21.146431,20.79895,20.620972,20.326939,20.008173,19.811668,19.339718,19.223457,19.016699,19.19582,22.788017,22.457129,22.182932,21.808638,21.442448,20.628778,20.766228,20.539215,20,20.702541,20.005058,20.075853,19.93745,19.599167,20.193314,24.282391,24.570585,24.598711,24.035851,24.235624,23.299442,22.7717,22.160706,21.798407,21.788567,21.60984,21.773184,21.838179,21.433132,21.90221,22.333752,22.353672,21.744793,21.216127,20.509382,19.666435,19.622906,19.45047,21.589205,18.470856,19.164803,19.57164,18.654434,18.08176,18.29653,32.133759,31.377026,30.760939,30.152813,29.710138,29.251566,28.843426,28.682217,28.562113,28.462564,28.331667,28.074741,27.807558,27.783802,27.799753,24.664341,24.13612,23.636745,23.319786,23.574144,23.22941,22.473269,22.215019,22.321766,21.762098,21.03825,20.930233,20.892151,20.989519,20.994997,27.913082,27.263197,27.164989,26.82465,26.450439,26.083958,25.59222,25.644505,25.429396,25.29504,25.071856,24.883923,24.713205,24.667622,24.685703,30.747393,30.235979,30.296957,29.726284,29.693928,29.883259,29.5933,29.840248,30.084419,30.029205,30.062702,29.934736,30.029154,30.118891,30.419334,26.704899,26.531034,25.890818,25.740829,25.383896,25.125563,25.052525,24.618521,24.704044,24.914059,25.048313,25.065201,25.221697,24.992041,25.328075,30.070808,29.571236,29.199987,28.576275,28.259193,27.937525,27.582724,27.232265,27.026812,26.608749,26.369841,26.311605,26.204481,26.11787,26.219044,28.650082,29.251184,29.285053,29.162899,29.551723,29.04911,29.336224,29.624731,29.71744,30.119347,30.128702,30.7435,31.056381,31.55514,31.916214,21.103243,20.740145,20.328932,20.051517,19.337311,19.113659,18.567719,18.472275,18.433445,18.331436,18.00474,17.875265,17.842522,17.785234,17.664354,28.35821,28.201332,27.781927,26.126125,26.666668,26.551453,25.374376,26.116838,23.727421,23.366013,24.511402,23.844282,23.449921,24.215607,24.554609,24.632511,24.28775,23.982412,23.51787,22.924622,22.22065,21.584047,20.988518,20.770519,20.511387,20.07476,19.547726,19.651131,19.399786,20.114561,25.694668,25.216415,24.785509,24.185392,23.902943,24.119862,23.648958,23.221607,22.985975,22.885674,23.215544,23.07848,23.159109,23.034599,23.093126,27.079456,26.728609,26.235188,26.027021,25.697184,25.537289,25.533936,25.403332,25.636747,25.881422,25.823835,26.090809,26.356384,26.320156,26.811563,27.435797,26.936705,26.414045,25.899092,25.483921,25.21052,24.85961,24.59964,24.271673,23.796316,23.496637,23.169676,23.254744,23.26853,23.290579,28.099411,27.692747,27.33601,26.820478,26.458649,26.089668,25.994295,25.906477,25.778595,25.79307,25.690578,25.838083,25.836573,25.735205,25.57913,29.752975,29.196087,28.537354,28.361849,27.990004,27.214989,26.756113,26.79874,26.243671,25.966995,25.526089,25.118006,24.987831,24.86952,24.755255,28.992331,28.423986,27.878336,27.560452,27.238781,26.99247,26.965088,26.987177,26.873207,26.602736,26.363918,26.264381,26.238611,26.255508,26.338339,27.134306,26.795071,26.515535,26.180632,26.0818,25.711197,25.629112,25.679047,25.410801,25.597059,25.430902,25.229231,25.277325,25.358919,25.382927,22.032543,21.119999,21.461311,21.14085,21.364256,20.315529,21.07761,20.261627,19.364332,18.067604,19.165424,18.489426,19.371567,19.052103,18.679548,22.794029,21.93659,21.663155,20.668694,20.620951,20.9125,20.443438,20.634171,20.230671,20.757593,19.985884,19.584076,19.50808,19.613058,19.413919,26.22031,25.92942,25.715374,25.268406,24.457668,24.248764,24.711884,25.013981,24.764151,24.784016,23.751112,22.719942,23.248234,22.755138,22.882427,22.488342,21.674984,21.684628,21.305691,21.099686,21.055014,21.025177,20.926443,21.089087,20.900637,21.555878,21.712761,22.293465,22.687609,22.80122,28.115526,27.59631,26.820267,26.11376,25.80645,25.562658,25.267145,25.092476,25.012217,25.088516,24.939724,25.073147,24.924685,25.039753,25.036011,33.336418,32.931698,32.547966,32.082077,31.670151,31.370985,31.101227,31.006273,30.826136,30.672369,30.499632,30.492714,30.494421,30.474361,30.503147,26.948744,26.288229,25.758112,25.307169,24.986019,24.759995,24.567104,24.404266,24.388912,24.375238,24.217682,24.308235,24.408749,24.213913,24.136841,35.784931,35.261559,33.538403,34.928314,35.241379,35.070763,35.290138,35.620968,34.209621,34.154106,33.943291,33.49778,33.252071,32.733871,32.472626,22.154404,22.273783,21.622993,21.859594,21.688601,21.476965,21.007391,21.751122,21.921562,22.449675,22.512733,22.448978,22.565321,23.361629,23.461073,28.245035,27.419584,26.834656,26.554276,26.218853,26.084978,26.014488,26.278475,26.461666,26.35416,26.234272,26.197403,26.156933,26.25061,26.670486,25.09745,25.308084,24.784033,24.56871,24.604107,25.028736,25.092251,25.409836,25.353262,25.697002,25.757175,25.777105,24.96928,25.090998,25.054047,24.864998,24.501778,24.195578,23.886364,23.632835,23.349701,23.015408,22.56773,22.273911,22.200918,21.974138,21.74029,21.533064,21.356901,21.473902,27.627981,27.601952,27.58894,27.548599,27.497976,27.463844,27.460623,27.395477,27.345005,27.249468,27.101208,26.934055,26.686853,26.451555,26.211306,24.84096,24.308735,24.196859,23.789068,23.273838,23.062305,22.79318,22.484848,22.219048,22.108271,21.934767,21.944216,21.854872,21.527578,21.424665,25.778563,24.980143,24.818642,24.378132,24.058641,23.724777,23.677549,23.551043,23.346981,23.269514,22.891882,23.104378,23.170414,23.554459,23.984068,25.157902,24.652916,24.169436,23.326134,22.79624,22.212181,21.876043,21.485575,21.302282,20.97323,20.83382,20.616055,20.291857,20.32937,20.434477,27.122725,26.671427,26.308954,25.842146,25.443876,25.157516,24.719967,24.371559,24.26897,24.224634,23.883053,23.72147,23.588903,23.487906,23.309256,27.559975,27.034859,26.521048,25.8699,25.689203,25.319151,25.026539,25.058163,24.789507,24.649197,24.157991,24.241257,23.990662,23.712339,23.830893,30.765326,29.919771,29.182472,28.362679,27.626261,27.048714,26.521244,26.199841,25.781408,25.462988,25.209269,25.496302,26.056358,26.811636,27.441109,26.80965,26.372982,25.544437,24.872946,24.693573,23.624123,22.46314,22.70364,22.436277,22.144318,21.90995,21.635883,21.396463,21.286232,21.083775,27.929861,27.44068,27.125656,26.771906,26.644495,26.339621,26.054674,25.502958,25.077269,24.60445,24.316469,24.166744,23.864965,23.80028,23.830807,25.468922,25.15163,24.519814,23.800114,23.494083,23.621054,23.696789,23.832325,23.866184,24.148035,23.890245,24.115961,24.141386,24.472767,24.551912,26.791807,25.941423,26.222744,27.392345,25.78269,25.108492,23.650698,22.311995,20.17823,20.352867,20.11208,19.875389,20.648031,21,21.74745,29.627514,28.771526,28.443247,28.388176,27.979618,27.562693,27.427265,27.712837,27.497232,26.443634,26.273813,25.892757,25.713333,25.434368,25.461712,26.01931,25.177979,24.901215,24.34968,23.904837,23.801382,22.932491,22.840443,22.805761,23.053446,22.824465,22.644606,22.7952,23.17432,23.294182,26.653915,26.311516,25.790092,25.272625,24.835882,24.377073,24.184618,23.967037,23.608189,23.344938,23.111509,22.864002,22.496233,22.395424,22.176321,24.048367,22.784243,20.490686,20.894855,18.867083,20.097822,18.153711,17.303471,16.364422,16.380053,15.217391,14.571553,15.73229,16.343988,16.979404,29.262081,28.669888,28.18434,27.702522,27.422419,27.225143,27.051332,26.847017,26.647556,26.65757,26.651611,26.756689,26.583771,26.862785,27.067133,24.511848,24.566809,23.984674,23.154623,23.50667,23.450134,23.527132,23.50419,23.759138,22.927757,23.482851,23.639811,23.021309,23.405478,23.717827,26.485607,26.278934,25.677406,25.479904,25.145748,24.653267,24.261629,24.137846,24.061745,23.948515,23.871552,24.009222,24.198271,24.319849,24.43569,30.039099,29.553118,29.326307,28.845478,28.599829,28.076223,27.460157,27.045334,26.750765,26.508305,26.244122,25.960318,25.695919,25.607147,25.57613,31.454178,31.102789,31.114176,31.407516,31.239531,31.242584,31.498865,31.355089,31.17083,31.289503,31.16003,31.492096,31.216639,31.76206,31.938835,34.097256,33.344196,33.021481,32.793175,32.391289,31.709761,31.331331,31.167784,30.927557,30.455927,30.051884,30.528637,29.78223,29.774517,29.999329,29.388405,28.864843,28.388659,28.410515,28.174263,28.072504,27.973083,27.908751,27.781639,27.526573,27.318213,27.243027,27.131006,26.831966,26.844872,26.267723,25.535137,24.848848,24.165766,23.369606,22.58609,22.00865,21.421034,21.348492,20.817638,20.302671,20.300774,20.217173,20.556402,20.837955,26.190477,26.603327,24.708624,24.06542,26.136362,23.194748,24.178404,24.096386,20.731707,24.069479,21.241049,23.40909,23.809525,24.647886,22.815535,21.728691,21.905941,20.245399,19.496855,20.986094,19.132652,19.480518,20.558374,20.330368,18.284994,18.046972,18.437119,18.585133,18.969849,20.178799,22.144682,21.580835,21.241146,20.807014,20.232769,19.89361,19.391724,19.196724,19.166052,19.036154,18.97781,18.903017,18.655441,18.556908,18.694569,22.591436,22.140633,21.212122,20.399113,20.451555,20.459969,19.877676,19.433378,19.026548,18.970366,19.373777,19.551979,19.185022,19.024172,19.323563,29.6089,26.837099,27.272701,28.938902,27.2152,24.9135,25.263199,25,23.897099,23.297501,24.9135,24.4186,23.333302,23.897099,22.5191,21.789194,21.234278,21.108866,20.683559,20.913107,20.324732,20.756882,20.924986,20.786997,20.627802,21.817677,22.767609,21.988951,23.064114,22.853067,27.22064,25.728884,25.04377,24.467915,24.446783,24.627104,24.32502,24.300285,24.366978,24.322374,24.269608,23.838787,23.651529,23.488365,23.641365,22.972019,22.383291,21.884274,21.553011,21.548223,21.4809,20.723337,21.875841,22.082191,22.840691,21.945337,21.925133,22.095186,21.559269,21.272728,26.660629,26.266436,25.912424,25.663662,25.361038,24.989868,24.790426,24.555046,24.268705,23.69758,23.662775,23.464157,23.252964,22.987221,22.896658,24.162859,23.898119,23.372902,23.236797,22.661821,22.971954,22.660065,22.431675,22.150187,21.724314,22.573975,22.42248,22.30526,22.032047,22.230402,27.044693,26.615631,26.382631,25.851768,25.116964,24.738178,24.573746,24.001419,23.904703,23.310604,23.289894,23.12475,22.712133,22.915121,22.492836,27.721262,27.300304,27.156445,27.21673,27.254032,27.132374,27.469843,27.835205,27.371111,27.381479,27.511232,27.734095,27.926537,28.203747,28.16807,23.402815,22.808313,22.103556,21.65309,21.285938,20.97472,20.880037,20.50629,20.432631,20.394258,20.263813,20.034336,20.045242,20.06345,20.460085,26.240366,25.999502,25.503689,24.836761,24.685574,24.42131,23.874479,23.476038,23.12991,22.650166,22.438292,22.044209,22.020788,22.137175,22.288181,23.416693,22.644318,22.471052,22.019627,21.373997,20.963736,20.760376,20.396584,20.799667,20.38904,20.005959,19.809862,19.608078,19.685324,20.123875,31.417196,30.815163,30.335697,29.66474,29.256243,28.842712,28.461403,27.849426,27.623308,27.019897,26.901987,26.872519,26.607471,26.559093,26.453962,26.395502,26.151901,25.807169,25.518244,25.682154,25.568306,25.189451,24.967518,24.769131,24.55444,24.235956,24.225054,24.205225,24.30847,24.554886,24.595041,23.846676,23.804813,23.474329,22.985468,22.96369,22.536116,22.876022,22.431669,23.842453,23.432745,23.648851,24.00465,24.684994,24.54418,27.025259,26.733494,25.913843,25.339905,25.340063,25.320265,24.733974,24.731089,23.799982,24.022787,24.178202,24.225597,24.610378,25.080168,25.535965,18.340458,18.092463,17.843554,17.93092,17.431395,16.900949,16.376608,16.297861,16.2236,16.036507,15.758957,15.445523,15.320129,15.39694,15.236625,26.153799,25.757599,25.3333,23.611099,25.4545,17.142899,18.6667,17.7215,18.032799,15.5844,22.8916,15.7895,19.753099,20.388401,16.091999,27.761209,26.88674,26.104721,25.60224,25.385948,25.279406,25.176785,25.154308,25.239283,25.378851,25.575138,25.517958,25.425552,25.320889,25.436636,25.874557,25.093109,24.606758,24.149551,23.476992,23.42182,23.740309,23.209217,22.9265,23.080816,22.41613,22.146624,21.808418,21.851397,21.971146,22.899082,22.068708,21.786299,21.175152,21.33758,21.288652,21.006966,20.987045,21.065464,21.494322,20.967741,20.488041,20.553074,20.503204,20.768291,26.318544,25.581709,25.160339,24.802052,24.538181,24.395182,24.249283,24.130175,24.178188,24.284462,24.328045,24.218864,24.05353,23.907768,23.777809,23.606167,22.832724,23.270439,22.971287,22.721088,21.546261,20.261438,20.439846,19.565218,19.88555,19.803371,18.945868,20.244566,20.104439,20.522387,31.873217,33.545322,31.460499,31.218723,31.347939,31.074909,30.767492,30.532465,30.382309,30.356747,30.440802,30.052418,30.271017,30.386621,30.623737,23.552511,23.354698,23.196156,22.643885,21.655762,21.083788,20.66048,20.016436,19.7246,19.880026,19.534973,19.225609,19.480015,19.286064,19.290092,26.271185,25.888866,25.913195,25.192181,24.442928,23.948729,24.487959,23.453493,23.43133,23.227177,24,24.077473,24.734629,25.014233,24.715597,20.755222,20.411434,19.275167,18.686869,18.394123,17.912405,17.322632,17.167051,17.285862,16.976395,18.000994,17.460318,17.687746,17.515078,18.119322,26.84234,26.26177,25.675747,25.096167,24.620199,24.111279,23.710638,23.370461,23.07399,22.723419,22.603468,22.482903,22.317667,22.539726,22.630178,26.62273,26.389881,25.956455,25.717077,25.427691,25.039886,24.920021,24.780502,24.730791,24.667814,24.58869,24.631868,24.661163,24.646917,24.554102,28.578667,28.225103,27.496498,26.867073,26.230436,25.641623,25.075108,24.387016,24.222818,23.773708,23.554157,23.234516,23.198805,23.299309,23.483583,22.117849,21.111589,20.555555,20.121161,19.028698,16.81736,17.00773,16.40625,16.373478,16.614279,16.897013,17.453892,17.573032,17.124245,16.325581,28.303045,27.371321,26.752296,26.059883,25.653023,25.345261,25.367916,25.481955,25.789043,26.190197,26.247126,26.828363,27.7141,28.302544,28.949291,24.50391,24.307629,23.782074,23.477945,23.082432,22.792501,22.255003,22.147839,22.018751,21.995657,21.655741,20.977432,20.738932,20.695789,20.883154,20.579597,19.947823,19.746632,19.713408,19.795082,20.254187,19.921715,20.324369,20.28302,19.827763,18.910192,18.036154,18.159256,18.018017,18.194843,30.733278,30.639097,30.785564,30.952381,30.775864,30.830294,31.113266,31.502304,31.825525,31.737419,31.806103,31.352503,31.662554,30.638346,30.84462,24.178232,23.848719,23.615023,23.014236,22.608517,22.310881,22.172792,21.809101,21.698019,21.77762,21.834061,21.566839,21.360168,21.293344,21.299156,30.533543,29.987446,29.503532,29.036982,28.646252,28.329233,28.043526,27.859392,27.737555,27.481407,27.346207,26.997883,26.724934,26.535406,26.38916,28.338551,27.893103,27.541553,26.959402,26.725193,26.619732,26.55414,26.454639,26.413921,26.651215,26.707596,26.512617,26.629248,26.142735,25.967793,24.272663,24.144472,23.599089,23.373165,22.953093,22.394712,21.985115,22.466228,22.50993,22.549019,21.930639,21.687876,21.45212,21.494154,21.889528,20.975609,20.597015,19.984745,19.181198,17.322836,18.297533,19.822006,18.648209,18.128654,18.416668,16.707819,18.009869,18.916666,19.832636,20.468344,24.652168,23.928049,23.294403,22.85676,22.777897,22.755543,22.513359,22.576036,22.386709,22.319252,22.586927,22.389265,22.267433,21.965399,21.893337,26.881556,26.559448,26.336067,25.728113,25.682673,25.412985,25.045418,24.566339,24.181574,23.821032,23.770184,23.69346,23.748623,23.401999,23.085732,26.479584,26.293018,25.95517,25.552282,25.467031,24.895725,24.684647,24.645971,24.345169,23.909733,23.615059,23.537123,23.354046,23.126188,23.123144,25.277481,24.511385,24.27932,24.069183,23.732765,23.07901,22.61194,22.827118,22.725767,23.016922,22.660454,22.977261,22.973608,23.066206,23.05859,28.778059,28.180254,27.626354,27.132971,26.839901,26.605225,26.383036,26.199654,26.016563,25.905031,25.733084,26.003664,26.229429,26.593287,26.887691,28.615934,28.651194,28.135296,27.446833,27.259809,26.896847,26.525059,26.355484,26.159405,26.26895,26.530212,26.459032,26.623314,26.73147,26.427238,23.37603,23.170732,21.894636,22.490349,21.726337,21.592041,22.089554,23.092369,23.003992,22.40196,21.421616,22.216867,23.44895,23.672884,24.276062,27.937126,27.313692,26.872917,26.366499,26.100742,25.767666,25.456926,25.208193,25.104103,24.749344,24.706455,24.65296,24.580816,24.630768,24.756044,25.792274,25.28384,24.778955,24.353336,24.318081,24.026752,23.705086,23.331768,23.201748,22.991699,22.581104,22.400656,22.174696,22.014227,22.108236,25.008785,24.682737,24.327974,23.760914,23.506029,23.483147,23.635744,23.292364,23.490675,23.62953,23.673607,23.719576,23.89856,23.572086,23.53706,29.630211,28.970108,28.481697,27.853176,27.389246,26.873816,26.408381,25.992615,25.485559,25.053108,24.88937,24.377773,23.979464,23.504396,23.464285,26.153538,26.021135,25.219297,25.022158,24.459087,24.309338,24.57399,24.526054,24.444666,23.903986,24.713758,24.485037,24.554317,24.562637,24.28904,27.215458,26.946697,26.852772,27.054554,26.565514,26.993826,27.585537,27.857191,27.939152,28.050354,28.37464,28.714899,29.058128,29.141729,29.263845,26.709839,25.148445,23.936895,23.781237,23.438156,23.146112,23.277283,23.163557,23.426651,23.712585,23.859457,23.406584,23.204227,23.241783,23.222635,29.996836,29.625481,29.282576,29.177307,29.034176,28.785646,28.624144,28.352728,28.24954,27.93836,27.62874,27.760759,27.82642,27.911938,28.052929,24.85384,24.200296,23.785505,23.961493,23.118635,22.502916,22.126211,21.875,21.137575,21.111549,21.653145,21.555727,22.316235,21.918749,21.349432,25.043497,24.068708,23.565348,23.508261,22.630672,22.192842,21.846722,21.357103,20.776628,21.047827,20.682068,20.462585,20.049347,19.70439,19.847675,28.272903,27.308607,26.679901,26.114473,25.669538,25.723362,25.708672,25.640779,25.586605,25.799435,26.023859,26.442194,26.646065,27.016935,27.159554,27.963526,27.058825,26.246473,25.654951,25.245174,25.007954,25.348101,25.061352,25.426775,25.88096,25.656324,25.022158,25.476053,25.437378,25.2803,21.486795,21.622517,20.165562,19.660583,18.86552,17.69182,17.034313,16.989119,15.890158,15.882712,16.827795,16.997663,16.538004,16.410721,16.909794,24.130936,23.721392,23.271524,22.97307,22.695818,22.381731,22.263353,22.146572,21.714905,21.30113,21.452991,21.17823,21.37801,20.966709,20.999039,25.253525,25.618183,25.866175,26.173508,26.640987,27.203156,28.045815,28.675512,29.218075,30.051661,30.149296,30.223612,30.400402,30.719,31.193108,25.948641,25.1642,24.748859,24.355415,23.78768,23.483751,22.708002,22.282167,21.359354,21.417004,20.749084,20.043781,20.342731,20.242859,20.925774,24.886877,22.727274,22.621811,22.060606,22.35434,25.263157,23.674911,23.337091,22.123894,24.219591,23.35845,22.722401,22.712934,23.669924,23.235613,23.894907,23.599058,23.316515,23.06831,22.761377,22.617966,22.519751,22.367945,22.352585,22.127197,22.580257,22.340874,22.187784,21.828587,21.826363,30.967888,30.659357,30.316704,29.936138,29.581955,29.350943,29.022793,28.92408,28.770849,28.430349,28.055897,27.537609,27.082529,26.508444,26.221258,24.114155,23.035522,23.104889,22.635229,22.350103,21.960894,21.809767,21.511517,21.706244,21.208622,20.949667,20.691288,20.535458,21.009138,21.276186,27.743593,27.491272,27.056213,26.70787,26.670057,26.378689,26.43261,26.477242,26.425903,26.288376,26.186953,26.216198,25.919941,25.962185,26.127275,21.072392,20.814566,20.11072,19.910322,19.194132,18.784107,18.198997,17.066692,17.340275,17.143923,16.889339,16.864876,16.982035,16.930809,16.945545,22.94899,22.460497,21.936562,21.00952,20.484314,20.242825,19.577126,19.330238,19.050779,18.561199,18.839922,18.940592,18.653847,18.592388,18.581081,24.706196,24.1429,23.736921,23.269711,22.980288,22.255537,21.991175,21.696022,21.225231,20.953768,20.906582,20.77709,20.745844,20.596581,20.552849,28.114,27.371422,27.175995,26.497591,26.287504,25.862684,25.666199,25.520435,25.050816,24.799623,24.177067,24.162479,24.455191,24.735094,25.110573,20.245691,20.368872,20.820921,21.367664,21.72043,21.364094,21.82122,22.690058,23.101425,23.846664,23.561911,23.572256,23.566772,21.936275,23.259005,23.898941,24.13793,23.682476,23.05612,23.202942,22.533377,22.852512,22.858036,22.396313,23.286016,23.275122,23.440338,23.646986,24.202627,24.121557,26.15839,25.836596,25.597549,25.007847,24.847996,24.849239,24.889109,25.080639,24.984827,24.794716,25.405628,25.37623,25.845325,25.843674,26.1581,24.689112,24.325136,23.996458,23.081516,22.796352,21.972002,21.782782,21.596664,20.70006,21.17787,20.996441,20.825853,20.771513,21.108805,20.914837,25.634619,25.275118,24.977142,24.756956,24.409012,24.127436,23.953562,23.713285,23.710649,23.726488,23.838146,23.780085,23.696646,23.45536,23.548729,26.406792,26.636856,26.264223,26.116287,27.19212,25.286194,25.865582,25.597843,26.490938,26.209412,24.653921,23.614777,23.400784,23.678236,23.171921,27.308178,26.853392,26.466122,26.036341,25.775761,25.710955,25.483877,25.23143,25.061619,24.957632,24.984798,25.140486,25.058578,25.085079,25.178823,26.46974,25.92276,25.785032,25.229731,24.286858,23.948093,23.456005,23.561781,23.490829,23.327391,22.615547,22.465656,22.385279,22.27257,22.088863,27.095083,26.94957,26.732477,26.447868,26.112658,25.892183,25.903473,25.799191,25.840401,25.83466,25.787323,25.456989,25.261597,25.013998,24.891922,25.487753,24.611317,24.599957,24.045923,24.069904,23.636944,23.291006,23.157784,23.189619,22.852713,22.743343,23.240175,23.363607,23.221735,23.381332,29.749632,27.143923,27.828056,26.070038,27.597145,25.542572,24.555161,22.482639,23.438837,22.672413,22.671354,23.011122,22.96047,24.025974,24.408283,22.596153,21.556122,21.721586,21.900827,21.233356,20.603014,20.070175,20.569839,19.81982,20.027914,20.252325,19.012178,19.20981,18.124563,18.826056,27.609344,26.661705,26.277014,25.887316,25.096994,25.291458,25.191906,25.150671,24.716501,24.508427,23.602942,22.925491,22.4116,22.594353,23.319063,25.428604,24.660522,24.321646,24.175144,23.788107,23.261694,23.402102,23.755569,23.211996,23.515625,23.585979,23.852741,23.940086,23.996386,23.48365,33.375568,32.891941,32.367153,31.808735,31.369072,30.986422,30.595034,30.31666,29.99309,29.57539,29.27696,29.038679,28.903576,28.770533,28.659756,27.693861,27.030655,26.458862,26.098835,25.75808,25.39922,25.080961,24.882689,24.716259,24.697689,24.730091,24.597332,24.449148,24.569454,24.871153,23.41832,22.222223,22.893955,24.321608,23.535677,23.036095,22.584148,23.476297,22.285069,21.505377,22.333,23.814541,23.194748,24.34881,25.531916,26.902794,26.593441,25.89378,25.251316,25.295246,24.861078,24.767031,24.742434,24.221397,24.350597,24.566109,24.780581,24.757898,24.82057,25.428638,22.665211,21.719709,21.334099,21.21034,20.762712,20.412979,19.590643,18.75378,18.348623,19.1052,19.242516,18.963415,19.750778,19.240349,19.578686,27.908876,27.44128,27.442139,27.26362,27.032349,26.615282,26.569853,26.419899,25.798532,25.742542,25.746384,25.127953,24.832214,24.838907,24.535969,26.944843,26.420521,25.904745,25.469185,25.228176,25.112885,24.822615,24.572554,24.464182,24.393133,24.321688,24.889795,25.227106,25.651731,26.136839,36.385132,36.539757,36.205593,35.867992,35.754108,35.614956,35.328503,34.952934,34.526394,34.201092,33.847298,34.39246,34.87714,35.314198,35.614632,22.163416,21.686399,21.221407,20.761515,20.581215,20.298716,19.379522,19.07799,19.179417,18.988392,19.556286,19.428143,19.191284,19.300438,19.261288,27.064354,26.867405,26.689075,26.446718,26.485407,26.252687,26.019779,26.237137,26.068613,25.826931,25.357618,25.059986,24.797203,24.540792,24.545326,26.495678,25.790298,25.400799,24.658895,24.263256,24.07988,23.897484,23.70738,23.655247,23.232014,23.102528,22.90493,22.921518,22.68137,22.509043,24.94076,24.264933,24.045219,22.954403,22.632576,22.168753,22.589792,22.766571,23.274527,24.556658,24.084549,24.497869,24.516722,24.427935,25.050507,25.181467,24.850611,24.637957,24.316399,23.987787,23.729521,23.679708,23.362703,23.055788,22.857798,22.751823,22.724195,23.107376,23.329868,23.645918,27.84096,27.392345,27.277723,26.8881,26.739948,26.526281,26.379189,26.151524,26.105844,25.889853,25.887922,25.814285,25.627821,25.67474,25.682804,25.111748,24.903948,24.479012,24.285686,24.010046,23.497934,23.136759,22.902723,22.713932,22.378197,22.197313,21.96912,21.721508,21.554258,21.44628,28.021017,27.530743,27.01808,26.341026,25.713545,25.372692,25.063885,24.93989,24.816353,24.559359,24.527498,24.669594,24.862528,25.285673,25.625706,31.030632,30.23349,29.354185,28.97703,28.902727,28.71064,28.356024,28.247631,27.795696,27.930424,27.743637,27.833891,27.718002,27.813271,27.813118,26.285664,25.922304,25.399315,24.916742,24.654003,24.139412,23.622583,23.313824,22.768496,22.638821,22.444843,20.659655,20.084805,19.537649,19.488012,25.07402,24.466967,24.068878,23.278305,22.936501,22.72283,22.861858,23.26034,23.838306,23.961245,23.670588,23.657122,23.93005,24.452749,25.548952,25.2342,24.726448,24.140398,23.329569,22.971592,22.727846,22.491383,22.115681,21.734766,21.327595,21.141438,20.628939,20.723141,20.851873,20.901983,29.263115,29.137945,28.899374,28.575542,28.323496,28.221348,28.177074,28.043768,27.892061,27.826668,27.671757,27.501673,27.257273,26.947901,26.61356,26.438622,25.920322,25.389221,24.886658,24.648712,24.224754,23.947605,23.939283,23.850048,23.547489,23.65781,23.450834,23.350588,23.266809,23.188581,22.463354,21.895552,21.515509,20.544052,20.490475,20.606672,21.226509,21.019852,21.561838,21.823256,22.581839,23.601686,23.331543,23.552055,23.458965,28.836948,28.23687,27.583912,26.960915,26.80954,26.56863,26.3214,25.958916,25.696638,25.55896,25.480503,25.541231,25.713461,25.982792,26.243465,24.799835,24.568151,24.47361,24.231621,24.158802,23.499638,23.295988,23.170378,22.834297,22.725599,22.729961,22.985252,23.185453,23.22448,23.694376,26.658695,26.573742,27.017529,27.191692,27.148842,27.137407,27.503145,27.632555,27.721363,27.755922,27.77352,28.107056,28.155514,28.223932,28.206413,35.488823,35.481331,35.05267,34.573036,34.045532,33.50975,32.760178,32.619881,32.327274,31.830818,31.61059,31.355629,31.012184,30.661753,30.416935,28.526024,27.99629,27.567583,26.857126,26.491653,25.908344,25.472351,24.775734,24.495283,23.937317,23.834702,23.457272,23.163105,23.313301,23.460379,26.048285,25.368483,24.985632,24.369249,23.801039,23.806629,24.360132,24.309963,24.615604,23.919754,24.112175,24.107018,24.468376,24.851994,25.570658,30.129829,29.671883,28.884518,28.313869,27.718958,27.265209,26.581696,26.067743,25.547859,25.125986,24.972525,24.682753,24.386892,24.390644,24.161585,22.851866,22.420082,21.823931,21.3825,21.073233,20.459955,20.007786,19.597239,19.387854,19.094818,19.127062,18.986172,19.006845,18.717834,18.841455,26.601595,26.332375,25.679424,24.685556,24.191795,23.527822,23.041599,23.365841,23.953638,23.583714,24.437382,23.916855,24.210003,24.057297,23.696854,24.705816,23.67065,23.051231,22.932035,22.124882,22.066175,22.186865,21.725945,21.619532,21.515217,21.951614,21.954674,22.039455,21.993689,22.04471,24.255461,24.604597,24.604443,24.872854,24.483381,24.656904,24.745581,25.037348,24.78006,24.409052,24.975124,25.123152,24.926315,24.956516,25.075001,25.635958,25.181097,24.681475,24.415878,24.105282,23.96887,23.604193,23.488033,23.223881,22.531185,23.200274,23.270174,23.000921,23.301451,23.451109,23.807936,23.587265,23.308022,22.834906,22.90604,23.336563,23.594969,24.08235,23.826603,24.130035,24.266144,23.851807,23.730377,23.225607,23.163929,25.250689,25.114155,24.946638,24.712669,24.703354,24.533155,24.514669,24.766386,24.857031,25.083044,25.343435,25.156181,25.007957,24.878069,24.953382,25.687725,24.770821,24.421686,24.499233,24.736481,25.055471,25.37536,25.823168,26.376095,26.592381,26.986254,26.299847,25.667425,25.313789,25.215479,24.371675,23.845112,23.625336,23.250273,23.060022,22.9844,23.066959,23.275276,23.460867,23.549166,23.75827,24.158619,24.054207,24.332968,24.345295,27.213823,26.803013,24.807056,26.148796,26.050421,25.749741,24.390244,24.22998,25.679758,25.650915,25.682032,24.699827,23.287672,23.968393,23.571428,28.068977,27.905855,27.857304,27.793037,27.852428,27.921534,28.053802,28.207441,28.184151,28.120146,28.138479,28.104675,28.069145,28.130314,28.318077,24.499966,24.372099,24.250116,23.690174,23.601086,23.570091,23.636478,23.836405,24.408453,25.016186,25.386763,25.530779,25.741848,26.161428,26.590876,24.0553,23.723385,23.265074,22.588903,22.418737,22.194633,22.048826,22.004543,22.672255,23.164465,23.082521,23.544418,23.274126,23.268156,23.128292,22.982937,22.550478,22.473118,21.997829,21.616871,21.235268,21.027838,20.989691,21.197605,21.152328,21.255295,21.772789,22.019249,21.32411,21.491228,27.624702,27.145567,26.390835,26.390835,26.489214,25.794155,25.66291,25.990042,25.965929,25.968563,25.989672,26.147879,26.159615,25.763725,26.092476,23.460384,22.774727,22.676893,22.446274,22.37595,22.641891,23.285713,23.753006,23.938761,24.08684,24.413733,24.323282,24.337685,24.311819,24.522314,25.25399,25.417263,24.734732,24.391092,24.787004,24.26619,24.38147,24.128241,24.630886,24.576355,24.683174,24.625206,24.503439,24.759499,24.550497,21.037085,20.466665,19.388258,18.490135,18.854839,19.453604,19.48188,19.725584,19.320005,19.768604,19.801565,20.13014,20.560877,20.656691,21.174845,22.842148,22.295429,22.19586,21.819527,21.511192,20.946795,21.178637,21.331772,21.373291,21.874746,21.714193,21.459194,21.518684,21.485306,21.346077,24.131193,23.620008,23.584402,22.96619,22.873787,23.141531,22.764324,23.167255,23.394697,23.277527,23.283205,23.087276,22.689762,22.769953,22.680607,19.359331,20.084866,19.124912,19.659332,19.58042,18.881119,18.824352,17.054264,18.001324,18.390053,17.616913,17.662508,17.604712,17.171053,16.689098,22.188295,22.10145,20.390343,20.500246,20.575329,21.216545,20.884521,22.551788,23.12528,23.524191,22.560707,22.308689,21.610916,21.066549,22.110771,30.518368,30.39945,30.375906,30.393208,30.475733,30.438635,30.498924,30.528841,30.419296,30.372396,30.326527,30.550709,30.70463,30.778751,30.836464,25.136042,24.490551,23.708096,23.675486,23.019747,22.830147,22.88179,22.847162,22.963425,22.895136,23.072256,22.864288,23.01816,22.627689,22.488853,21.7092,21.67511,21.845032,21.503393,21.456001,21.729588,21.635862,21.914417,22.456322,22.823597,23.07251,23.341066,23.303087,23.499342,23.807676,22.789639,22.88274,23.01446,23.087744,23.0476,23.002832,22.853256,23.295118,23.350649,23.504396,23.782305,23.912212,23.876066,24.054274,24.108986,33.887333,32.853943,32.198124,31.270672,30.708426,30.231127,29.592314,28.622971,27.888954,27.269936,27.156979,26.797352,26.519526,26.447958,25.672016,29.485298,29.786989,29.870214,29.795078,29.99332,29.836777,29.570925,29.592537,29.514032,29.287985,29.072529,28.937778,28.771883,28.482306,28.345638,25.330162,25.091135,24.921387,24.784458,24.653627,24.908716,25.270393,25.889036,26.514881,27.600134,27.44034,27.780449,28.043825,28.445934,28.823418,25.83732,25.361256,25.051235,25.208908,25.518715,25.765911,26.155264,26.932711,27.413637,27.765993,28.013321,27.51132,26.949453,26.576468,26.453962,28.915115,28.97254,28.883654,28.640587,28.660961,28.330759,28.407612,28.314575,27.848101,27.929739,28.065809,27.823309,27.783689,27.268282,27.342091,22.263885,22.269131,22.323067,22.421968,22.493128,22.599159,22.826429,23.260279,23.250118,23.149364,22.985748,23.302027,23.269501,23.207598,23.217625,22.463482,21.879936,21.922626,21.962803,21.596806,21.434263,23.400154,23.829306,23.947271,22.740314,23.121387,21.496006,20.880733,20.154186,20.30962,27.858507,27.713385,27.62491,27.575138,27.716871,27.6355,27.620665,27.547836,27.633274,27.715042,27.735243,27.995232,28.070137,28.203987,28.41206,26.83462,26.326445,25.817732,25.027449,24.376709,24.017372,23.431633,22.875887,22.368244,21.999077,21.708775,21.191658,20.886248,20.715059,20.351019,26.111185,25.320494,24.759466,23.967855,23.209757,22.602814,22.051338,21.646843,21.383986,20.965788,20.771656,20.272581,19.959656,19.665922,19.317808,26.164791,25.666576,25.148106,24.54949,24.10417,23.758945,23.214514,22.911198,22.543074,22.202288,22.056278,22.029106,22.052107,22.116188,22.10659,31.86306,30.97123,29.980152,29.178911,28.384563,27.634838,27.040253,26.592026,26.227379,26.011436,25.857502,25.541693,25.405663,25.503498,25.273884,27.090767,26.411009,25.480547,25.092592,24.683544,24.403101,23.797508,23.158386,22.423485,21.671143,20.879644,20.338179,20.038567,19.735142,18.926414,31.33758,30.708059,30.201921,29.349646,28.628944,28.186979,27.692436,27.312189,27.135393,26.803864,26.360708,25.821188,25.523359,25.313362,25.210827,28.585901,27.905983,27.673044,26.829607,26.139025,25.322714,24.508574,23.993288,23.297739,22.970663,22.810797,21.625107,21.463415,21.249462,21.049612,29.783121,29.437933,29.312035,28.837248,28.561678,28.508604,27.692244,26.781059,26.310959,25.817385,25.270128,25.151834,25.345676,25.215071,25.152128,28.092739,27.26861,26.563423,26.005325,25.347795,24.609509,24.103388,23.798895,23.253651,22.927671,22.683905,22.297182,21.983145,21.791986,21.660662,26.723909,26.328329,25.859081,25.304741,24.700708,24.617983,24.225611,23.767012,23.414867,23.074099,23.09133,22.821409,22.51914,22.409798,22.42856,27.52276,26.774061,26.275761,25.538319,24.902773,24.143295,23.593666,23.052477,22.662262,22.088593,21.789623,21.538862,21.397028,21.322109,21.140482,28.58865,28.078117,27.665609,27.251604,26.414581,25.96941,25.594976,25.042599,24.734303,24.339123,24.034443,23.697025,23.402069,23.43779,23.171021,28.000635,26.978498,26.428991,25.427818,24.698809,23.941431,23.509798,22.99523,22.739658,22.260975,21.882723,21.850203,21.63538,21.283768,21.11228,27.222395,26.641619,25.902935,25.130888,24.532001,24.14604,23.686695,23.446836,23.104662,22.675812,22.360292,22.272238,22.056444,22.032118,21.800508,26.102316,25.772348,25.19031,24.731915,24.194437,23.929119,23.221188,22.730299,22.425669,22.328297,21.995663,21.569983,21.417423,21.133162,21.034609,29.235502,28.667561,28.201973,27.540516,27.18821,26.564205,26.31164,25.623888,25.40971,24.740238,24.669691,24.537226,24.488535,24.592983,24.462631,26.340557,25.781525,25.163689,24.47414,23.941124,23.480097,22.754166,22.510586,21.958059,21.636208,21.407444,20.679314,20.181112,19.944427,19.692772,29.10187,28.16828,27.487001,26.654539,25.717215,25.253286,24.595919,24.503897,24.357241,23.447674,23.198996,22.959944,22.770802,22.562609,21.822449,27.563255,26.983383,26.416992,25.705751,25.265079,24.656548,24.057457,23.677917,23.352816,22.781767,22.423342,22.167564,22.031494,21.771538,21.804628,27.702309,26.967918,26.447243,25.717398,24.798792,24.476074,24.052057,23.840553,23.872931,23.521469,23.09741,23.095381,23.326946,23.3018,23.457355,42.324974,42.399651,42.324219,42.144279,42.068432,41.706432,41.765156,42.226582,42.767124,43.127365,43.450443,44.318478,44.62228,44.410862,43.646744,29.602575,28.907808,28.201094,27.450487,26.942337,26.493587,26.176701,25.790995,25.179798,24.731867,24.120378,23.512762,23.046076,22.925322,22.845509,27.888447,27.076244,26.296886,25.492561,25.030401,25.250458,24.942982,23.474663,23.084972,22.243305,21.680101,20.600859,20.262987,19.752012,19.850517,29.732769,28.711977,27.664825,26.822121,26.103237,25.345158,24.702017,24.029558,23.466579,22.633371,22.099367,21.554041,21.263397,20.976295,20.863871,30.41124,30.133799,29.812756,29.596413,28.873137,28.459188,28.187136,28.484848,28.42075,28.115898,28.040541,27.095345,26.41087,26.264589,26.052073,28.758808,27.809938,27.254051,26.68659,25.905722,25.25548,24.252871,23.741623,23.222576,22.22323,21.688526,20.773605,20.514519,20.222069,20.045298,30.575949,29.801973,29.452732,28.71846,28.240923,27.723709,26.972406,26.106716,25.951323,25.304165,25.201103,24.779896,24.793194,25.839716,26.169058,30.963558,30.217728,29.666529,28.811535,28.326899,27.62394,27.442122,26.939604,26.433056,25.914005,25.362318,24.831795,24.780352,24.709265,24.429392,31.834463,31.468752,30.789539,30.441553,29.904751,29.851839,29.207712,28.625202,27.974314,27.740845,27.418222,27.245213,26.972025,26.765409,26.431147,29.078737,28.707472,28.431849,27.607208,26.997869,26.494932,25.909306,25.416132,24.998158,24.412542,24.001747,23.933943,23.810305,24.165485,24.369795,29.752439,29.235836,28.636002,27.936026,27.688128,27.791954,27.928299,28.163961,27.703402,27.389166,26.970764,26.775822,26.549345,26.529148,26.487667,27.819162,27.315947,26.768654,26.279181,25.931919,25.590021,24.918043,24.424549,23.87335,23.281782,23.042595,22.564461,22.142427,21.830656,21.679432,28.73016,28.135788,27.823612,26.794529,25.503546,25.09915,24.301287,23.503078,22.690819,22.699556,22.362812,21.330023,21.219309,20.632912,20.031321,26.082077,25.238361,24.781572,24.283995,23.754391,23.204813,22.543398,21.861198,21.368738,21.02002,20.719286,20.66592,20.525848,20.612179,20.925653,31.015488,30.29818,29.672272,29.072386,28.629473,28.256746,28.003056,27.70257,27.450239,26.884089,26.48769,26.055626,25.747528,25.562958,25.472576,28.914143,28.051624,27.351353,26.681921,25.751137,25.164112,24.628738,23.759754,22.906612,21.662504,21.256762,20.733597,20.011208,19.635981,19.352592,29.46974,28.263451,27.956564,27.388659,26.371061,25.277292,24.369911,24.136608,23.630733,22.539063,22.273426,21.278225,20.777222,20.732883,20.687023,30.94768,30.507946,30.134928,29.7605,29.248804,29.159307,29.138306,28.954247,28.187424,27.255817,26.516542,26.154657,25.583977,25.301752,25.258059,27.773453,27.549435,27.053776,26.540798,25.696629,25.272053,24.968737,25.404629,24.987309,23.898932,23.239857,22.763092,22.305588,22.238018,22.146561,27.447617,27.141714,26.713949,26.270447,25.995127,25.913971,25.761375,25.715361,25.021767,24.527472,24.400829,24.494068,24.186342,24.238308,24.108192,30.805706,30.073786,29.247543,28.557938,27.792007,27.565107,27.295977,26.737574,26.168123,25.376505,24.808002,24.153595,23.903509,23.635654,23.628332,26.903046,26.415848,25.521145,25.046562,24.506741,23.99234,23.184568,22.916471,22.802198,22.352304,22.485895,21.909611,21.9156,21.906296,21.391195,33.832203,33.263107,32.576084,31.965467,31.379372,30.921835,30.478977,30.208897,30.096399,29.989334,29.865202,29.656918,29.435772,29.211205,28.854963,30.192896,29.505257,29.1651,28.393164,27.54285,27.025171,26.418972,25.618353,24.765327,24.077526,23.499992,22.958328,22.74227,22.579447,22.469362,27.50737,27.005539,26.467684,26.071104,25.808922,25.63751,25.233707,24.650881,24.362625,24.033003,23.66153,22.768553,22.367569,22.019709,21.892048,31.558615,31.245541,30.89275,30.729145,30.041365,29.899662,29.202858,28.801622,28.003613,27.490616,27.105274,26.280939,25.73016,25.24437,24.769726,28.036007,27.496693,26.743546,25.981764,25.252447,24.522858,23.962517,23.24095,22.764271,22.139883,21.834457,21.285233,20.715971,20.456644,20.434622,31.704086,31.046284,30.380806,29.829151,29.152456,28.813946,28.689135,28.328646,27.491453,26.756329,26.291857,25.664919,25.141802,24.942801,24.870554,28.235153,27.448061,27.095238,26.579872,26.003815,25.596888,25.406445,25.078773,24.737885,24.032669,23.843664,23.249022,22.781082,23.013813,23.078756,30.281952,29.387123,28.595846,27.816326,26.869015,26.347506,25.773054,25.207043,24.818495,24.153027,23.815968,23.295763,23.049847,22.868544,22.871897,31.927961,31.501448,31.084612,30.212603,29.488424,28.652645,27.507931,26.642387,25.510921,24.731531,24.000921,21.936777,21.196365,21.112703,20.915272,27.32094,26.897511,26.192778,25.795055,25.397215,24.459852,23.397118,23.08602,22.631447,22.222223,21.669466,21.24497,20.8867,20.701662,22.701418,32.735859,32.134491,31.444689,30.766926,30.127256,29.863014,29.170216,28.416426,27.08069,26.495584,26.114511,25.54464,25.118055,24.973534,24.919994,38.578594,37.949162,37.073631,36.839001,34.966747,35.414078,34.536854,33.777885,33.639191,32.733051,32.033676,31.132784,30.326262,30.022341,29.976601,26.239309,25.487122,24.800238,24.333469,23.717773,23.037975,22.702909,22.265947,21.952293,21.579918,21.543436,21.052486,20.78187,20.684978,20.46958,30.512119,29.701164,29.132101,28.454197,27.685606,26.968098,26.288191,25.385004,24.556355,23.771963,23.214071,22.607616,22.278755,22.140635,22.020771,32.649734,32.190853,31.587759,31.188286,30.673588,30.263126,29.821587,29.510674,29.110123,28.792864,28.537739,28.42005,28.288519,28.052006,27.881655,28.88624,28.269997,27.568172,26.878563,26.132462,25.507179,24.924274,24.365097,23.835636,23.078196,22.701973,22.092632,21.734364,21.417036,21.068779,24.317913,22.766798,21.714285,20.843372,19.451269,19.285423,18.19282,18.110561,17.020391,17.139229,17.259323,16.177114,15.45293,15.384616,15.770769,29.461622,28.553406,27.543694,26.626953,26.110537,25.434504,24.890261,24.218502,23.59033,22.977036,22.282362,21.778532,21.643751,21.755352,21.936451,27.15098,26.403004,25.72793,25.023264,24.728561,23.894365,23.196964,22.648277,22.284126,21.747482,21.636896,21.637831,21.575871,21.552847,21.470156,26.706949,26.093536,25.432735,24.73315,24.751448,24.160776,24.483009,23.388025,22.96125,22.239954,21.985916,21.48443,21.340687,21.432592,21.153309,31.57366,30.742296,30.038946,29.684601,29.695671,29.673763,29.206747,28.849581,28.761524,28.077995,27.201689,26.255098,26.34317,26.161066,26.40638,31.16785,30.114824,29.487085,29.149767,28.021467,27.377785,27.443863,27.20319,26.999489,26.534754,26.463789,26.157116,25.91387,25.849747,25.298595,19.672699,19.007105,18.253481,17.727234,16.9967,16.42244,16.215046,16.27063,16.165838,15.76778,15.527241,15.406311,15.078376,15.067999,15.014087,27.365381,26.993996,27.712334,28.081068,28.234264,27.789265,27.61614,27.715031,27.541924,27.351629,27.242161,26.600927,26.663532,26.410448,26.279453,38.804646,38.727291,38.145748,37.694107,37.204517,36.686817,35.924835,35.166817,34.386642,33.442886,32.775898,31.885862,31.343075,30.909105,30.610958,29.737791,29.205927,28.293928,27.846558,27.226925,26.643204,26.103535,25.652668,25.142416,24.786844,24.541519,24.028765,23.483606,23.219751,22.910353,27.976782,27.854406,27.462049,26.798836,26.382027,25.955486,25.730682,25.345516,24.868584,24.528595,24.578239,24.249708,23.971788,23.631424,23.784304,27.491024,26.670885,26.102198,25.643217,24.554333,23.79063,22.955383,23.047138,22.352236,21.829615,21.761034,21.271263,20.900396,20.920853,20.768234,23.025597,22.56971,21.770126,21.152788,20.574215,20.084803,19.672861,19.598938,19.201416,18.828497,18.325716,17.693081,17.344418,17.281313,16.8524,27.297432,26.575174,25.992989,25.434769,24.607491,24.015482,23.626003,23.050909,22.639732,22.148409,22.132778,21.650751,20.297483,20.30241,20.265493,22.885622,22.194464,21.358063,21.088102,20.376959,20.102604,19.325382,18.907368,18.684063,18.179312,18.065046,17.80632,17.692236,17.516548,17.521891,25.417965,24.374678,23.816854,23.400379,23.191925,23.047262,23.069664,23.175821,23.373669,23.415304,23.486475,23.619282,24.030474,24.295839,24.884718,25.437685,24.724062,24.284931,23.624134,23.171644,22.578903,21.898846,21.42333,21.282393,20.921139,20.535892,20.079735,19.47649,19.434677,19.389612,31.912535,30.657249,29.713923,29.023298,28.321472,27.781609,27.559952,26.840153,26.105595,25.347509,24.94072,24.376598,24.207613,24.089277,23.871193,23.554703,22.868488,22.052008,21.433065,20.573713,20.577871,20.217596,19.590483,19.267441,19.165329,19.454311,19.302906,19.405552,19.265902,19.478693,20.157003,19.209085,18.608948,18.33692,17.986706,17.510599,16.902655,16.324402,16.413252,15.671701,15.63362,15.169806,14.974126,15.028996,14.854717,29.227161,28.979746,28.192434,27.591919,27.105194,26.926243,26.751064,26.615608,26.219473,26.198566,25.844542,25.837109,25.667364,25.196346,25.064268,27.59709,27.051567,26.448689,25.991913,25.413498,25.491831,25.396017,24.940351,24.784594,24.192146,23.739376,23.327524,23.323189,23.286879,23.028761,28.186962,27.581892,27.122286,26.756195,26.390955,25.982792,25.85153,25.237387,24.719101,24.406048,24.047945,23.455145,23.211519,22.931223,23.120152,27.845299,27.440006,26.957161,26.165762,25.722021,24.747368,24.245977,23.773203,23.531616,22.799267,22.124134,21.641344,21.082962,20.938114,20.423616,28.618097,27.706045,26.935057,26.446295,25.833746,25.245329,24.852203,24.197887,23.715969,23.214905,22.853138,22.274574,21.98468,21.787308,21.552137,34.478638,33.676918,33.038788,32.083736,31.050533,30.077356,29.319849,28.164064,27.255362,26.226637,25.734743,24.941294,24.530312,24.183168,23.849342,22.412218,21.690228,21.683775,21.387913,21.091137,20.781595,20.481539,20.015251,20.101049,19.793636,19.714273,19.375702,19.12672,18.552853,18.483454,33.296074,32.656464,32.348648,32.182266,31.931282,31.381115,30.848879,30.363256,30.037937,29.63604,29.686975,29.944792,30.492657,30.568514,30.844181,35.12273,34.853085,34.421925,34.137245,33.715134,33.194244,32.800537,32.243435,31.593004,31.298634,31.048977,30.836349,30.542454,30.164968,29.891058,28.9893,28.473803,27.894419,27.425337,26.997618,26.329575,26.089823,25.782988,25.360191,24.982851,24.537024,24.237976,23.960972,23.882933,23.510725,26.275072,25.653208,24.246214,23.125,22.362465,22.697725,21.706587,21.288666,20.619947,20.046366,19.902386,19.093332,18.561266,18.601849,18.627718,31.727821,31.880322,31.433968,30.671206,30.189089,29.490936,29.234562,28.962444,28.755592,28.342882,27.843857,27.627855,27.263683,27.029449,26.919174,27.416494,27.167475,26.651573,26.337906,25.810585,25.408707,25.07708,24.67625,24.209414,23.846445,23.435692,23.171415,22.983009,22.992502,22.906181,26.988241,26.237741,25.38949,25.022417,24.608063,24.105253,23.473621,22.6966,22.040871,21.505232,21.158159,20.732952,20.672306,20.483002,20.645679,28.818571,28.071529,27.30722,26.71097,26.223001,25.987783,25.356165,24.971052,24.459541,23.989452,23.706699,23.187147,22.999781,22.877035,22.795858,29.376772,28.805902,27.928743,27.278732,26.52911,26.396099,25.990635,25.539133,25.257536,24.906935,24.579031,24.172832,23.931023,23.870031,23.532772,27.108046,26.544731,26.275599,26.164156,25.721008,25.498182,25.38673,25.156637,24.736412,24.297777,23.98151,23.87195,23.68144,23.319477,23.103758,27.431896,26.875957,26.171116,25.792704,25.292641,25.046947,24.799311,24.404329,24.122723,23.860287,23.306305,22.862551,22.74818,22.751261,22.429102,27.911966,27.241808,26.984077,26.361774,25.950262,25.714197,25.542412,24.934513,24.532206,24.207787,23.797531,23.573858,23.179493,23.329552,23.188267,29.063055,28.223455,27.07313,26.480556,25.799829,25.210556,24.828045,24.355177,23.521864,22.910732,22.687582,21.968685,21.73913,21.616325,21.426617,32.010025,31.671616,31.457142,31.261206,30.80937,30.401594,29.891172,29.142698,28.214151,27.440144,26.998121,26.51358,26.193741,25.956572,25.835514,33.548729,32.822414,32.495697,32.06493,31.398619,30.811745,30.265574,29.568419,28.920635,28.062698,27.687386,27.196226,27.039873,27.003372,26.817427,27.733061,27.192856,26.386871,25.141283,24.472574,23.510561,22.271492,22.351604,21.031015,20.406424,20.724802,20.328245,20.119638,20.247023,19.870665,34.352921,33.723007,32.818565,32.929127,32.212418,31.40032,30.960386,30.555328,30.405239,30.225872,30.240463,29.693312,29.390081,29.210815,29.346254,27.065605,26.468113,26.037048,25.51428,25.255091,24.924475,24.600067,24.576061,24.635717,24.453617,24.26239,24.361528,24.19599,24.066135,23.874205,30.451246,29.787102,29.445066,29.017368,28.373119,28.08643,27.44059,27.006031,26.372152,25.491407,25.092897,24.364796,24.080751,24.129721,24.1852,28.135857,27.60833,27.275013,26.812822,26.441986,25.989801,25.60294,25.418695,25.015146,24.456343,24.121216,23.6446,23.204069,23.050928,22.924099,23.846432,22.987043,22.725073,22.048092,21.683275,21.191143,20.853868,20.622408,20.618319,20.386292,20.43177,20.208782,20.049109,19.980635,20.243958,29.838154,29.272902,28.792568,28.354946,28.027699,27.74077,27.654043,27.479961,27.438599,27.068558,26.698503,26.598597,26.175743,26.222212,26.359133,28.702799,28.533623,28.00433,27.567392,26.779261,26.614697,26.376274,25.992992,25.591457,25.068457,24.813547,24.378962,24.002459,23.8409,23.723331,30.469721,29.491398,28.493496,27.550312,26.804573,26.266727,25.81049,25.13522,24.684343,24.057856,23.650084,23.318256,23.422371,23.44161,23.72403,43.329079,43.084961,42.773361,42.394203,42.016853,41.632538,41.319431,41.427521,42.023632,42.265656,42.083,42.403809,42.396435,42.205597,41.889858,26.091734,25.626081,25.229708,24.866877,24.657846,24.935688,24.615471,24.441277,24.490953,24.408699,24.267759,24.445692,24.427353,24.567513,25.036045,25.873688,25.673363,25.062382,24.836004,24.924105,23.952366,24.135349,24.252039,23.754501,23.064249,23.192999,22.731329,22.04142,22.130283,22.558104,28.183115,27.073076,26.374582,25.809067,25.081305,25.299898,25.802368,26.537148,27.329695,28.229666,28.860771,30.303514,31.400761,32.463608,32.780239,32.212421,31.41925,30.631956,29.944082,29.302069,28.865606,28.397715,27.85376,27.305477,26.701366,26.446056,26.465708,26.694447,27.029043,27.288536,26.643005,25.844019,25.143898,24.613039,24.207909,23.922066,24.324018,24.000689,23.799391,23.417974,23.278294,23.451508,23.303038,23.251829,23.408251,26.158255,25.320461,24.95623,24.943819,24.8708,24.847687,24.619501,24.351988,24.00267,23.739073,23.664377,23.8414,23.393539,23.319401,23.384832,25.382504,24.614574,23.972383,23.392454,22.73303,22.330656,21.917194,21.808342,21.768538,21.804304,21.76202,21.657339,21.668657,21.870678,21.956007,25.517241,24.866501,24.476988,23.959248,23.873476,23.493017,23.630974,23.127716,22.680412,23.137255,23.496716,23.57192,23.675581,23.764124,23.390558,33.439816,31.821119,30.611488,29.510176,28.256145,27.751678,28.72892,28.733513,28.473228,28.05781,28.154913,28.119492,28.201134,28.281408,27.724319,30.964466,30.42654,29.122643,27.689695,26.820284,27.02952,26.188723,26.007124,27.32864,28.030882,28.434505,27.991503,27.995419,27.554459,26.756176,24.730923,24.436274,23.831427,23.616419,23.003548,23.000725,22.535046,23.156429,22.885921,22.464367,21.997911,22.341185,22.297297,22.564764,22.224859,27.043831,26.633766,26.149944,25.514305,25.089258,24.870729,25.25913,25.879988,26.420931,26.300737,26.888933,26.874928,27.479055,28.023439,28.288286,26.282328,25.682657,25.096468,24.540333,23.534609,23.500954,22.968454,23.197674,23.098141,23.801321,23.347956,22.666471,22.43346,22.071161,21.75926,32.2593,31.287998,30.336145,29.33774,28.502851,27.798378,27.348249,26.847427,26.398813,25.984344,25.533373,25.517384,25.897655,26.169783,26.543215,20.822515,20.218029,19.723602,19.550213,19.399813,19.054564,19.28126,19.808382,20.041872,20.640245,20.892723,22.29435,23.720158,24.643192,25.546328,28.361092,27.358107,27.19483,27.211285,26.947903,26.550991,26.463333,26.369242,26.79837,26.190159,25.967777,25.966803,25.826,25.737652,25.644848,14.139194,12.758821,12.598655,12.622222,11.982379,12.820514,12.912009,13.470386,14.174925,14.330573,14.249219,13.933595,14.439811,14.966178,14.561478,25.233429,24.386566,23.936993,23.251022,22.631712,22.245649,22.071659,22.012104,22.016266,22.11294,22.276247,22.080227,21.774204,21.645414,21.866535,35.386951,34.164284,33.123363,32.151821,31.205559,31.23011,31.104937,30.644285,30.277124,30.71113,31.017511,31.142893,31.445854,31.352654,30.957619,39.747696,38.340912,37.757847,37.24575,37.022202,36.784191,36.220978,35.875996,36.456371,36.604717,36.173012,35.727467,35.450726,35.167179,34.425816,26.57361,26.204443,25.53306,25.00676,24.501661,23.984728,23.499756,23.265917,23.333334,22.980303,22.594233,22.093363,21.716803,22.137966,21.863932,32.041878,31.282267,30.648254,30.012432,29.456707,28.905371,28.590103,28.30908,28.161425,27.81547,27.723118,27.900585,28.071939,28.28437,28.633583,29.8771,29.699055,29.165012,28.615549,28.592169,28.447735,28.457802,28.378265,28.377993,28.447617,28.51379,28.854,29.368492,29.76355,30.000528,27.119509,26.745378,26.648003,26.090263,26.436182,26.466686,25.960785,25.588005,25.589224,25.339481,24.578192,25.031134,26.149282,25.510714,26.050209,27.359137,26.703432,25.918362,25.428089,25.04645,24.995302,24.937075,24.825174,24.553696,24.552349,24.43816,24.186527,24.052382,24.504156,24.685999,26.532551,25.453442,24.878174,24.429939,23.759769,23.31846,22.584944,21.978659,21.639263,21.360981,21.019686,20.974436,20.946726,21.030043,21.206581,29.046116,28.691286,28.168715,27.690771,27.195469,26.822952,26.993439,27.002689,26.964989,26.954206,26.95933,27.125845,27.482704,27.689732,27.860975,18.932713,17.643427,17.08952,16.538143,16.769358,16.836512,17.032728,17.20825,17.179832,17.236111,17.451136,18.067978,18.86339,20.245974,20.943071,31.702597,31.192711,30.568621,29.748207,29.164255,28.858784,28.596603,28.495363,28.679779,28.66387,28.733444,29.942602,30.881229,31.605518,32.198147,30.415731,29.937532,29.532972,29.07081,28.537399,28.232124,28.217342,27.96578,27.942974,27.969656,27.972403,27.947643,27.917055,27.837288,27.950169,26.633532,25.919876,24.924656,24.169222,23.663679,23.060469,22.613026,22.592108,22.538809,22.131746,21.866453,21.801424,22.263985,22.392504,22.619329,27.623871,26.978174,26.258915,25.478378,24.83724,24.907852,24.77367,24.983278,24.869493,24.381416,24.077425,23.910151,24.473122,24.229784,24.485201,31.015635,30.679628,30.191702,29.96246,29.78937,29.22765,29.029406,28.26277,27.697542,27.196106,26.83556,26.326466,26.155001,26.331802,26.399752,34.135361,33.384998,32.591709,31.655931,31.11837,30.480045,30.139879,29.703817,29.411697,29.097435,28.97999,29.109705,29.321918,29.444916,29.563141,27.343473,26.737236,26.826588,26.414719,25.905361,26.216333,26.26399,26.196558,26.123327,25.908983,25.787598,25.846811,25.708706,25.783327,26.064381,17.399267,16.45875,15.538084,14.581214,14.383448,14.435484,15.035129,15.621671,16.11763,17.12574,18.122795,18.205307,18.885113,19.372433,19.57943,29.659479,29.375824,29.237461,28.260782,27.479643,27.525913,27.456614,27.197384,27.011227,27.250731,26.5418,26.546585,26.738777,26.749453,26.750174,26.272938,25.825697,25.90453,25.776546,25.546089,25.540844,25.380949,25.302935,25.104036,25.172508,24.982733,24.927183,24.607109,24.474209,23.736584,26.000196,25.61256,24.753538,23.995705,23.54328,22.871628,22.713291,22.352276,22.329735,22.185383,21.809296,22.203468,22.346649,22.401628,22.259781,28.401257,27.711109,27.342457,26.783901,26.432823,26.100327,25.746408,25.54664,25.361855,25.383646,25.53739,25.828442,25.695219,25.605688,25.473219,27.072081,26.309071,25.534147,25.045776,24.390856,24.047596,23.708582,23.411285,23.230198,23.188103,23.129168,23.189276,23.017435,22.995909,23.123943,22.471176,21.719995,21.168495,20.606024,20.127279,19.837021,19.641882,19.416977,19.36441,19.461992,19.588898,19.733065,19.738546,19.848522,20.008806,30.698315,30.317936,29.884144,29.457253,29.045206,28.724476,28.318787,27.973927,27.565367,27.169567,26.922518,26.668808,26.435528,26.280645,26.25849,22.708282,22.533466,22.227785,21.209093,21.281351,20.533468,20.154043,20.066717,19.164745,18.908726,18.939947,18.476095,18.502754,18.267796,18.268745,27.348793,26.898342,26.306919,25.811502,25.368166,24.968924,24.763519,24.46895,24.141493,23.766718,23.663183,23.242979,23.105852,22.9576,22.919561,27.137787,26.553207,25.762621,25.184431,25.060141,24.992779,24.917036,24.704819,24.685619,24.439173,24.322994,24.216112,24.209538,23.827255,23.846115,23.405718,22.649279,21.291208,20.595366,20.620485,19.946632,19.809574,19.004038,18.900391,18.784824,18.482723,18.823223,18.953653,18.848167,18.716509,28.084335,27.989943,27.886948,28.032175,28.453537,28.69133,28.78532,28.659782,28.837866,28.793737,29.161987,29.600376,29.895262,29.722551,29.472113,21.821234,20.017294,18.621893,17.83247,17.709251,16.886543,16.659243,16.114389,16.934046,17.165848,18.201851,18.647085,18.713451,20.026701,19.394213,26.916096,26.60302,26.295748,26.031685,25.70554,25.517094,25.333183,25.111017,25.131851,25.076712,25.0702,24.959232,24.995359,24.909145,24.831427,25.917255,25.537586,25.136236,24.741911,24.647797,24.342899,24.030258,23.790497,23.698057,23.665617,23.529816,23.448751,23.452093,23.331785,23.297476,27.912251,27.212929,26.173168,25.200214,24.387449,23.775278,23.134855,22.657064,22.532696,22.400574,22.462856,22.284534,22.499117,22.442253,22.4522,22.067842,21.195753,20.333811,19.722343,18.812838,18.339998,17.5177,17.061951,17.11414,16.83045,16.916187,16.980247,16.799679,16.845257,16.903927,34.605572,34.192772,33.702454,33.209011,32.833153,32.539654,32.439152,32.254356,32.063709,31.787037,31.528292,31.635479,31.686342,31.775457,31.927427,29.512718,28.78817,27.98945,27.165308,26.612663,26.001436,25.636391,25.209232,24.9433,24.733923,24.57021,24.678335,24.726414,24.696339,24.665161,24.382027,22.955883,22.300369,21.726475,21.315783,21.378906,21.365047,21.260023,21.456953,21.615679,21.694941,21.386311,21.282015,21.271364,21.47629,25.578005,25.030008,24.323189,23.303192,22.602953,21.73868,21.638496,21.338827,20.864166,21.136679,21.479046,21.251511,21.266289,21.174778,20.950054,25.115168,24.546667,24.018026,23.795582,23.569084,23.437414,23.193485,23.048943,22.796032,22.693718,22.582697,22.586227,22.490772,22.526537,22.463575,23.129251,22.177221,21.343637,20.732903,19.986591,19.497583,18.957573,18.355694,18.156109,18.136234,18.170628,18.035749,18.281939,18.509872,18.131279,26.362556,25.507971,24.947769,24.123703,23.649641,23.290699,23.125616,23.112186,23.19478,23.101786,22.818682,22.755552,22.539986,22.503716,22.397602,25.425869,24.60001,23.800335,22.996759,22.495947,22.164883,21.74864,21.441174,21.491238,21.450159,21.530891,21.367088,21.37388,21.409834,21.486443,21.032522,20.420725,19.840109,19.554705,19.161934,19.083286,18.461033,18.529068,18.737387,18.519928,18.203583,18.117296,18.088472,17.920095,18.364071,23.706305,23.011772,22.297638,21.680937,21.41457,21.372501,20.731804,19.96414,19.591837,19.129034,18.685974,18.049006,17.681942,17.391977,17.587513,31.208548,30.696619,30.088409,29.509556,29.175138,28.743645,28.472847,28.23683,28.071684,27.868265,27.699379,27.621122,27.577412,27.692425,27.74264,21.671387,20.726944,20.433416,19.273685,18.578728,18.520472,18.284218,17.915585,17.806286,17.563955,17.873661,17.499052,17.63887,17.402533,16.9849,26.847803,26.292881,25.820601,25.604225,25.137117,24.76532,24.63839,24.396402,24.297977,24.146984,23.820259,23.722912,23.524975,23.521833,23.537086,28.468925,27.804333,26.755009,26.139757,25.508011,24.604485,24.085798,23.929167,23.310129,23.158375,22.842731,22.478878,22.384581,21.972456,21.785147,32.842896,32.284901,31.698933,30.964958,30.438065,30.057922,29.807547,29.503784,29.145638,28.800287,28.535509,28.349579,28.195906,28.140181,28.178459,28.73905,28.15531,27.593321,27.102924,26.794525,26.531256,26.190067,26.023678,25.77537,25.597191,25.456692,25.588825,25.777086,26.008377,26.27132,24.762497,23.825989,23.156641,22.466677,21.695675,21.015572,20.672237,20.383659,20.182959,20.058327,19.6661,19.336813,19.064888,18.852818,18.844706,29.205376,28.655359,28.273846,27.714476,27.370003,27.085361,26.902548,26.73864,26.762766,26.707638,26.540676,26.678463,26.793205,27.061743,27.199978,22.164276,21.186441,20.374769,19.087931,18.58407,17.88703,16.895325,16.377357,17.23283,17.271589,17.879627,17.222498,16.558117,16.169584,15.617314,26.378267,25.773535,25.252399,24.898411,24.768764,24.73086,24.375277,24.122097,23.984995,23.830095,23.926868,23.812004,23.548414,23.684431,23.732244,27.385864,26.522446,25.908497,25.297579,25.024759,24.82502,24.596403,24.548193,24.723448,24.81525,24.919655,24.724331,24.542231,24.423187,24.329588,23.624676,21.833195,21.104523,20.966652,20.741022,20.751238,20.956406,21.080547,21.193096,21.239235,21.466366,21.365038,21.115376,21.515934,21.743576,27.431664,26.99399,26.700296,26.405106,26.088964,25.873037,25.719267,25.585112,25.41399,25.340981,25.186821,25.142292,25.085884,24.962603,24.846788,26.67095,26.263281,26.000387,25.749727,25.171154,24.933214,24.5949,24.257919,24.099503,23.545118,23.44437,23.272486,22.578733,22.281153,22.139095,31.178543,30.786198,30.228128,30.029341,29.826191,29.781574,29.654894,29.43449,29.073393,28.593796,28.16678,27.765688,27.593199,27.307554,27.329386,27.892277,27.412107,27.139776,26.940691,26.70595,26.557625,26.421257,25.900856,25.723967,25.62384,25.544029,25.272026,24.832792,24.558708,24.357462,27.95487,27.649298,27.128929,26.448879,26.081926,25.337147,24.929722,24.580048,23.9734,23.353086,23.390484,22.87011,22.765238,22.589359,22.426802,25.699755,25.331856,25.166958,24.758907,24.277155,23.612516,23.435387,22.925522,22.418074,22.245684,21.797062,21.240232,20.975466,20.850203,20.693611,26.662531,26.12381,25.781015,25.449484,25.239662,25.152657,25.227768,25.252739,25.450325,25.578924,25.733051,25.419954,25.179047,24.974482,24.566496,25.724066,24.86631,24.909309,24.389257,24.301714,24.190756,24.033993,23.154982,23.054718,22.738094,22.945026,22.789116,22.532246,22.241379,22.37855,27.353912,26.928001,26.539444,26.259815,26.106415,25.700367,25.477049,25.165016,24.960951,24.46081,24.316238,23.439829,22.662493,22.077358,22.004698,26.568417,26.212442,26.379967,26.068983,25.922546,25.601948,25.85372,25.65872,25.068459,24.901525,24.557981,24.367281,24.283449,24.532625,24.240196,26.974974,26.309303,25.901779,25.768265,25.369778,25.425598,25.30303,25.041628,24.822941,24.660034,24.316927,24.203655,24.111189,23.960436,23.832695,24.611544,25.051308,25.415035,26.618517,27.472952,28.374445,29.184708,29.946655,31.018078,31.422207,31.985294,31.14455,31.240028,30.582243,30.038738,27.367023,27.37307,26.949602,26.784149,26.570341,26.01305,25.325335,24.847523,24.355349,23.948843,23.222073,22.707861,22.369421,21.837912,21.392611,25.945932,25.30187,24.721989,24.314548,24.054039,23.580811,23.511196,23.222265,23.070198,22.672626,22.365864,22.682087,22.776833,22.506357,22.208122,27.489155,27.104702,26.828341,26.562792,26.454103,26.215284,25.782064,25.425676,25.038034,24.50042,23.980314,23.523478,23.120461,22.785997,22.068171,27.012127,26.640141,26.191807,25.525452,25.132912,24.919073,24.534637,24.301485,24.001688,23.464941,23.349442,23.065584,22.903555,22.649248,22.645525,28.744972,28.270206,27.568535,27.412479,27.091932,26.735163,26.353683,26.052002,25.32444,25.03421,24.639124,23.958258,23.200403,22.796484,22.757236,27.438704,27.075806,26.70483,26.319286,26.033873,25.807116,25.648287,25.509274,25.376602,25.016012,24.846533,24.720707,24.645119,24.636862,24.549654,27.564949,27.030394,26.643085,26.070095,25.71837,25.564251,25.428543,24.896009,24.466513,23.844967,23.839041,23.469631,23.252005,23.104027,23.134916,29.655174,29.267784,29.50164,29.291374,29.160572,28.913731,28.67028,28.009909,27.345547,26.527687,25.854004,25.531328,25.073793,24.937225,24.888769,27.941406,27.345402,26.801989,26.482954,26.210049,26.041636,25.694206,25.4172,25.18372,24.981102,24.77873,24.769337,24.631706,24.641407,24.545755,27.810123,27.22295,26.497211,26.190334,25.935507,25.510757,25.132259,25.042788,24.802095,24.454998,24.244644,24.269415,24.353592,24.048632,23.847464,28.957722,28.703493,28.458372,27.981817,27.539698,27.107399,26.713198,26.351753,25.880899,25.451958,25.260344,24.832245,24.649937,24.294336,24.027597,27.862787,27.306622,26.935001,26.773485,26.258814,26.241913,26.352909,26.47971,26.239468,25.992632,25.814442,25.702217,25.412767,25.355009,24.9646,26.63567,26.052242,25.394482,24.966986,24.802177,24.46122,24.207941,23.845951,23.87748,23.877716,24.082132,23.729204,23.747421,23.474178,23.099674,26.258102,25.841955,25.399574,25.113674,24.695747,24.568382,24.66065,24.833023,24.926523,24.804169,25.101801,24.726244,24.064322,23.704838,23.484409,26.972515,26.310703,25.692177,25.224552,24.698009,24.339136,23.821493,23.595272,23.454042,23.26368,22.876745,22.686031,22.654552,22.565001,22.65243,27.551689,27.191713,26.743347,26.113689,25.794653,25.588894,25.450315,25.181389,24.814554,24.640228,24.295504,24.160387,23.805153,23.524216,23.745388,26.04632,25.61512,25.298309,24.981424,24.772263,24.667635,24.363346,24.291162,23.852024,23.589109,23.427315,23.432369,23.33622,23.241522,23.331766,26.894361,26.375088,25.974026,25.451956,25.020182,24.620306,24.352219,24.313526,24.119465,23.717949,23.272379,22.938557,22.727274,22.345642,22.240335,28.957045,28.396812,28.158649,27.493998,27.140442,26.944935,26.805649,26.557377,26.312849,26.118099,25.790436,25.408882,25.312822,25.192633,25.097366,27.493233,26.460413,25.877729,25.456196,25.057116,25.109699,24.931963,25.017628,25.10412,25.264164,25.607754,26.519611,27.058157,27.899309,28.664413,25.923677,25.519064,25.050917,24.63106,24.31299,24.414692,24.047228,23.840322,23.282135,22.61685,22.330097,21.964722,21.766491,21.428572,21.294178,27.228546,27.013752,26.408382,26.109562,25.786436,25.422186,25.108582,24.704193,24.377853,23.589306,23.000856,22.359076,21.495701,21.43635,21.145273,27.449799,26.981703,26.68578,26.140505,25.746483,25.336897,24.979965,24.473785,24.114317,23.814423,23.660425,23.526937,23.44286,23.227301,22.865582,24.992079,24.397461,24.047213,23.582945,22.935013,22.547825,22.257095,21.809725,21.797207,21.449667,21.546041,21.715811,21.715738,22.03964,22.067848,26.830763,26.380671,25.404734,24.27846,23.307615,23.170885,22.595304,21.99692,21.814199,21.036228,20.528164,20.071402,19.520958,19.282631,19.401756,28.60952,28.399267,27.532434,27.331743,27.486742,27.265627,26.936113,26.695246,26.525578,26.055786,25.890738,25.42083,24.532772,24.588438,24.478153,27.431587,26.677835,26.299423,25.691832,25.544554,24.479572,23.875587,23.624449,23.276939,22.718958,22.657778,22.086306,21.660732,21.674934,21.623804,27.733841,27.808628,27.513281,27.585867,27.431286,27.477547,27.718842,27.715847,27.782986,27.798277,27.563662,27.200523,26.92807,26.554293,26.652702,30.247271,29.409706,28.865782,28.354349,27.756861,27.421942,27.062925,26.766542,26.479084,26.071987,25.683039,25.541967,25.462357,25.169107,24.914268,28.497305,27.96386,27.600748,27.167526,27.033714,26.753551,26.681419,26.469875,26.281273,26.063061,25.917572,25.978146,25.918617,25.882801,25.70405,28.362646,27.970255,27.616104,27.067059,26.877966,26.559517,26.024992,25.686121,25.253111,24.992342,24.340694,24.120007,24.212244,23.911352,23.619171,27.80785,27.213781,26.30158,26.020702,25.511282,24.662098,24.546656,24.294373,24.058577,23.640009,23.025307,22.286596,21.890207,21.960901,21.440702,26.466593,26.276897,26.036701,25.777546,25.213537,24.764687,24.679447,24.239237,23.923445,23.620207,23.510868,23.029158,22.560892,22.27997,22.211571,29.033157,28.333681,27.749062,27.279171,27.07723,26.544804,26.248287,25.711601,25.029171,24.780291,24.813219,24.606838,24.482533,24.425903,23.92366,28.386292,27.825113,27.615143,27.122524,26.737244,26.817013,26.748695,26.328125,26.268461,25.929445,25.819817,25.407511,25.105909,24.802872,25.162727,26.207464,25.662252,25.681942,25.226215,24.311228,24.352186,23.850372,23.085571,22.765364,22.434467,21.999159,21.602837,21.555075,21.124533,20.843529,26.888912,26.403023,25.689236,25.08707,24.156771,23.838003,23.650358,23.124269,22.727758,22.618662,22.183483,21.909681,21.298038,21.222582,21.059587,25.523371,24.907986,24.466269,24.072205,23.900084,23.725374,23.457102,23.193996,23.210331,23.055878,22.679308,22.670679,22.733213,22.729118,22.598824,27.49773,27.027658,26.471964,26.280365,26.248398,26.229584,26.193317,25.791655,25.666985,25.121372,24.759365,24.594698,24.245113,23.965792,23.864464,26.542637,25.733307,25.541666,24.830605,24.698294,24.558807,24.172079,23.99568,23.509718,23.388239,23.132372,22.336245,22.063387,21.820026,21.381655,26.325317,25.890902,25.141897,24.671246,24.384565,23.77054,23.225159,23.085182,22.577351,22.35351,22.245022,21.711569,21.583567,21.426365,21.466133,29.349676,29.020142,28.094912,28.039488,27.318081,26.062372,25.090658,24.474682,23.655352,23.636683,22.976046,22.231804,22.025446,22.029282,21.500771,27.806049,27.3592,26.964432,26.4289,26.055332,25.892948,25.536093,25.199736,24.972633,24.70377,24.277504,24.108902,23.876236,23.737673,23.677422,27.367598,26.674095,26.155516,25.729507,25.365576,25.033712,24.761198,24.528616,24.335266,24.226955,24.064013,23.837334,23.725895,23.562994,23.580303,26.931709,26.203472,25.813976,25.27611,24.997593,24.723022,23.714893,22.527889,21.956305,21.352125,21.210958,21.110792,20.407368,20.183531,19.718729,25.714794,25.165445,24.74473,24.382772,24.264217,23.709393,23.372746,22.705105,22.6262,22.426834,22.316296,22.267132,21.908592,21.429905,21.423241,26.678217,26.246544,25.743162,25.273567,24.500044,24.242491,23.725201,23.287701,22.906389,22.791874,22.704472,22.594206,22.448803,22.252157,21.873283,25.133085,24.323427,23.453199,22.281569,21.254286,20.589594,20.083048,19.757458,19.597626,19.297777,19.048254,18.264265,18.020405,17.928524,17.562149,31.72802,31.156141,30.713785,30.220884,29.651728,29.125643,28.461515,27.945412,27.556389,27.127996,26.948244,26.688698,26.517258,26.374977,26.323912,27.523731,26.394802,26.253902,25.82748,25.027203,24.446989,23.842392,23.312927,22.680939,22.506977,22.217312,21.787834,21.755096,21.374104,21.128361,23.036715,22.491613,22.086004,21.863911,21.223732,20.714861,20.247883,19.906044,19.705658,19.149208,18.849321,18.149582,17.776476,17.405497,17.082245,31.871975,31.265793,31.167215,31.088221,30.823214,30.081194,29.398193,28.774265,28.087639,27.562582,26.961664,26.09343,25.436375,24.888809,24.49095,28.130308,27.846649,27.425337,27.049524,27.009743,26.781713,26.568333,26.379009,26.079252,25.823832,25.595457,25.435907,25.331598,25.217693,25.110397,26.109442,25.569408,25.062775,24.555275,24.084244,23.507311,23.140207,22.895309,22.546473,22.298996,22.085146,21.744011,21.393959,21.011808,20.94903,29.731577,29.591665,28.959766,28.570375,27.96287,27.213991,26.907917,26.663345,26.191404,25.695515,25.590467,25.227991,24.815733,24.422178,24.335789,24.915882,24.324326,23.857748,23.4918,22.790615,22.379402,22.155371,22.110613,21.852688,21.657082,21.545401,21.23374,21.177679,20.879522,20.712803,32.390465,31.606573,31.059525,30.567467,30.07873,29.718027,29.422947,29.402685,29.426884,29.370138,29.422104,29.081169,28.868294,28.68483,28.535059,31.041864,30.662731,30.236572,29.799234,29.156355,28.568188,28.067593,27.864101,27.35239,26.815296,26.559471,26.135815,25.806232,25.504662,25.187986,25.275707,24.6138,23.788452,22.749268,21.773649,21.267677,20.467213,20.077261,19.880098,19.373903,19.502344,19.026262,18.743906,18.573227,18.316313,27.872709,27.452963,26.871288,26.663622,26.324917,26.03027,25.806231,25.387781,25.108374,24.769308,24.583561,24.547852,24.587507,24.66691,24.690737,25.648277,25.281412,24.817448,24.271021,24.161669,23.835382,23.433268,23.076387,22.755981,22.793207,22.650234,22.618505,22.467793,22.271759,22.198647,26.633802,25.892258,25.342619,24.841492,24.634848,24.100328,23.880035,24.189709,24.161316,24.191547,24.318697,24.361835,24.372379,24.567488,24.590616,27.029156,26.310562,25.434097,24.717743,24.376278,23.170984,22.423862,22.234089,20.793163,19.781931,19.899931,18.250612,17.845947,17.59609,17.058954,28.592258,28.174051,27.646107,27.142277,26.565516,26.279747,25.795635,25.617786,25.312,25.038967,24.760733,24.535318,24.189051,23.959162,23.734928,23.789116,23.406616,22.99828,22.762253,22.329706,22.016293,21.85478,21.060276,20.904366,20.455513,20.63167,20.155542,19.875843,19.758772,19.68021,24.635284,23.760027,23.194475,22.473711,22.001078,21.556803,21.258316,21.080643,20.828579,20.761646,20.705404,20.578823,20.453699,20.532082,20.392096,29.082024,28.763004,28.282177,27.739716,27.148645,26.502531,25.936047,25.591984,25.181705,24.83366,24.508394,23.772554,23.436611,23.315546,22.941225,26.15554,25.373444,24.61203,23.996262,23.345474,23.041643,22.750715,22.555368,22.259449,21.536524,21.274361,20.761337,20.571428,20.265779,20.062647,30.369202,29.565672,29.078506,28.176558,27.485228,27.045504,26.571707,25.960402,25.58964,24.92901,24.335722,23.371761,22.972631,22.604443,22.462276,24.536022,24.57202,23.975563,22.946348,21.865396,20.94837,20.093008,19.335495,18.521553,18.370768,18.711864,17.847025,17.6035,17.338093,17.187763,29.289707,28.877281,28.192421,27.564789,26.944431,26.492331,25.924259,26.093834,25.732258,25.206167,25.035444,24.277428,23.967346,23.926052,23.702196,29.609615,29.039824,28.694946,28.178585,27.620644,27.255198,26.858547,26.440275,26.036804,25.503115,25.217163,25.075111,24.913183,24.689226,24.445313,26.582071,26.25275,25.760477,25.399033,25.144428,25.322502,25.045889,24.653336,24.298229,24.236755,23.92079,23.710644,23.528973,23.228628,23.068445,31.233507,30.904436,30.516228,30.00013,29.583839,29.110865,28.550743,28.020561,27.596638,27.031094,26.470713,26.013132,25.803391,25.681326,25.569063,28.067484,27.578562,27.253597,26.575825,25.989691,25.53511,25.227657,24.891272,24.219809,23.716856,23.760452,23.321196,22.698584,22.433609,21.972368,27.384403,26.786127,26.057137,25.593912,25.082716,24.670837,24.264061,24.122078,24.040226,24.154322,24.257881,24.151602,23.858837,23.748432,23.573633,27.063173,26.442987,25.839621,25.199806,24.453808,24.001677,23.127792,22.657469,22.70396,22.319149,22.189156,22.189419,22.013176,21.496443,21.318199,25.850014,25.403458,24.746647,24.172634,23.682684,22.957464,22.436399,22.346535,21.705849,21.313353,21.201784,20.602434,20.198692,19.671545,19.365997,27.876642,27.328413,26.554436,26.008575,25.278097,24.606445,23.783821,23.455862,23.159414,22.460375,22.15181,21.690388,21.183079,21.006416,20.687695,28.057781,27.51848,26.856371,26.193148,25.471008,24.890318,24.431715,24.042408,23.717838,23.300245,23.107845,22.738585,22.282829,22.023218,21.653921,29.405134,28.862318,28.36302,27.754868,27.205818,26.761427,26.40366,26.147997,25.880966,25.577572,25.391487,24.930113,24.634182,24.295094,24.074797,25.738174,25.064301,24.553593,23.855539,23.249765,22.823805,22.446861,22.007584,21.46172,21.138018,20.768291,20.465351,20.416828,20.269323,20.164459,25.380083,24.8564,24.21949,23.313911,22.656199,22.131254,21.571548,21.000324,20.587666,20.194742,19.794579,19.747049,19.567795,19.307423,19.278955,24.994524,24.242424,23.903944,23.135328,22.492056,22.880772,21.915585,22.455158,21.950642,21.498449,22.271872,21.392694,20.97327,20.51516,20.454546,30.161667,29.875067,29.546717,29.258987,29.091784,28.878868,28.651896,28.477013,28.269104,28.104168,28.017038,28.293249,28.452259,28.704483,28.876421,27.327738,26.705894,26.187786,25.55859,25.269365,24.931931,24.747732,24.695282,24.385715,24.169048,24.12822,23.864292,23.741325,23.669607,23.560278,28.65881,28.382528,27.565966,26.986364,26.661133,26.081518,25.376099,25.044308,24.328327,23.752489,23.297567,22.505518,21.724617,21.417492,21.097126,26.344994,25.601431,24.954576,24.130241,23.493992,22.755854,22.029608,21.41548,21.046576,20.511402,20.312368,19.850374,19.367655,19.167322,19.136707,31.748083,31.382921,30.914017,30.310158,29.714043,29.189938,28.692785,28.26712,27.817854,27.481764,27.217487,26.896769,26.545303,26.199802,26.000803,27.874931,27.210516,26.369234,25.47003,24.920946,24.064899,23.345284,22.915524,22.553898,22.293974,22.069124,21.567497,21.367128,21.084946,20.74321,25.69511,25.628822,24.852072,24.228603,23.991507,23.499866,22.851458,22.852983,22.823061,22.606953,22.047983,21.208452,20.594193,19.99729,19.651842,28.020844,27.244383,26.329666,25.954319,25.584572,25.255608,24.83778,24.630945,24.326511,23.97262,23.783587,23.428501,23.011461,22.916922,22.646627,27.490711,27.158154,26.752163,26.282766,25.773218,25.210159,24.721077,24.233946,23.987728,23.731297,23.260712,22.742058,22.23753,21.903423,21.497412,27.533085,26.648573,25.89291,25.323353,24.902271,24.485268,23.951168,23.910433,23.904022,23.713436,23.433685,23.051601,22.696453,22.518667,22.707802,25.718081,24.996788,24.26189,23.494564,23.082493,22.205236,21.475609,21.186731,20.720284,20.16507,19.757635,19.165478,18.751802,18.123095,17.793699,29.832083,29.273674,28.787935,28.263775,27.811146,27.283171,26.835468,26.397285,25.949265,25.567059,25.295383,24.926525,24.550577,24.336906,24.045315,25.407419,24.766071,24.054295,23.99757,23.720118,23.258106,22.799059,22.541784,22.087339,21.935732,21.522718,21.029804,20.879925,20.842709,20.76144,29.717836,29.218405,28.694639,28.170458,27.788803,27.519598,27.129772,26.938566,26.57815,26.144093,25.917286,25.60766,25.293222,25.106764,24.846373,24.706955,24.204659,23.438423,22.809679,22.443874,21.953484,21.472063,21.067831,20.330555,20.200794,20.183485,19.702984,19.252533,18.741306,18.530128,32.110813,32.031166,31.899279,31.687208,31.395632,30.867756,30.4447,30.083958,29.618233,29.03694,28.638592,28.014547,27.383495,26.816071,26.386652,29.160946,28.690264,28.000923,27.497547,26.971733,26.447599,26.096004,25.931873,25.79739,25.569344,25.41717,25.161827,24.981209,24.665577,24.311869,24.567665,23.946089,23.299372,22.72562,22.190672,21.486908,21.005775,20.415016,19.951952,19.632828,19.610092,19.252855,18.959579,18.805645,18.588379,27.411095,27.144184,26.757128,26.134895,25.357983,24.965611,24.316145,23.844702,23.583328,23.185085,22.989656,22.553782,22.167488,21.846272,21.445417,29.70578,29.250685,28.630213,28.005079,27.383337,26.912123,26.510998,26.200315,25.799814,25.398487,24.992205,24.470407,24.050953,23.701866,23.37978,28.270554,27.653561,26.789745,26.07736,25.596949,25.184456,24.276749,23.914423,23.380474,22.99367,23.058662,22.459789,21.984083,21.531658,21.399738,28.15362,27.81916,27.336782,27.049212,26.651251,26.157135,25.843174,25.450769,25.358498,24.962448,24.734873,24.239189,23.83725,23.20046,22.768085,25.226381,24.647512,23.882917,23.278746,22.546419,22.241791,21.742266,21.529697,21.331249,21.093092,21.11167,20.801012,20.424376,20.123501,20.075758,23.036575,22.246553,21.777082,21.034687,20.544655,19.723276,19.42984,19.048052,18.638306,18.110016,17.942606,17.268005,16.525742,16.33074,16.151043,27.97093,27.484968,26.872181,26.347504,25.779593,25.385586,24.984657,24.607437,24.310217,23.868258,23.644634,23.279636,22.838289,22.384293,21.989584,24.65386,24.387056,23.747992,23.27426,22.634256,21.81773,20.946701,20.981419,20.508654,20.242052,20.080421,19.74151,19.487083,19.135212,18.809797,31.414717,30.764658,30.143034,29.40324,28.773493,28.153717,27.536219,26.970736,26.427614,25.74955,25.249487,24.675364,24.039381,23.51572,23.192625,29.651905,28.93228,28.232325,27.46698,26.650064,25.914988,25.225645,24.743193,24.312695,23.87282,23.568073,23.194767,22.961727,22.729523,22.594761,27.703173,27.276743,26.672394,26.082655,25.575516,24.893349,24.630468,24.169941,23.573479,23.060774,22.864672,22.597532,22.167772,21.864286,21.509752,24.967497,24.602665,24.755741,24.411381,23.872992,23.689138,23.232077,22.927975,22.592892,22.289648,22.03376,21.691551,21.156673,20.79155,20.299507,30.194204,29.788887,29.289154,28.817112,28.42378,28.043184,27.476078,27.001835,26.664846,26.281475,25.938141,25.521683,25.325247,25.186152,25.09977,28.287367,27.625504,26.995733,26.293247,25.651909,25.077019,24.465504,24.003223,23.718782,23.243599,23.022207,22.850216,22.66482,22.379587,22.089216,25.83057,24.016779,23.023718,22.650915,22.942226,22.919331,23.32548,23.823027,24.40897,25.160173,25.596905,25.322422,25.021393,24.663321,24.988132,22.442533,22.383799,22.174419,21.629187,21.369425,20.754042,20.593477,20.828194,20.973816,20.98605,20.828352,20.630056,20.865507,21.154808,21.159494,32.211071,31.467766,31.055727,30.027878,29.354864,28.966955,28.657871,28.755611,28.882509,29.231108,29.568451,29.665236,29.857355,29.866379,29.923513,28.35323,27.272129,26.737022,26.437008,26.247046,26.099358,25.812632,25.861624,25.443863,26.068724,25.831074,26.364037,26.470215,26.452145,26.892027,28.031116,26.842281,26.246309,25.07358,24.704453,24.787613,24.6387,24.565832,25.092688,24.936773,24.929466,24.541084,24.798574,24.694973,24.922382,24.381565,23.433714,22.780966,22.103327,21.794449,21.680698,20.999046,21.218075,21.119741,21.191673,21.653543,21.012766,20.928932,20.991621,20.718613,25.823101,25.202978,24.592531,24.018822,23.576944,23.326456,23.390718,23.124935,23.224613,23.283356,23.281067,23.229288,23.484646,23.415562,23.43984,24.193933,23.486973,22.720297,21.698723,21.734947,21.629213,20.968256,20.935024,20.764172,20.984035,21.355652,21.72538,21.630323,21.695539,22.318455,23.211708,22.863741,20.936117,19.66753,18.924173,17.89748,17.573402,18.03314,17.901234,18.115791,18.884031,18.617683,19.376806,19.72761,19.820572,23.396173,22.743128,21.896622,21.518143,21.525019,21.262199,21.549513,21.532042,21.725767,22.159954,22.341543,22.533581,22.218351,21.905092,21.913002,30.333027,29.609711,28.839546,27.9863,27.349667,26.912937,26.504568,26.1688,25.782188,25.920603,25.789398,25.904623,26.019558,26.034832,26.161772,25.3813,24.964279,24.761072,23.900246,23.592251,23.71678,23.945463,24.058073,24.505077,24.593519,24.966814,24.309177,23.981497,23.679615,23.48093,27.787035,27.219385,26.74897,26.252089,25.911495,25.770144,25.648958,25.953154,26.066069,26.215475,26.581642,26.758701,27.072773,27.326384,27.953629,25.834724,24.013577,22.590492,21.35965,21.474773,21.339092,22.102543,23.348566,23.307661,23.070707,24.093473,24.305836,24.60606,26.138147,25.652174,25.088108,24.178862,23.217266,22.756657,22.145103,21.602457,21.572287,21.595795,21.551786,21.479576,21.686535,22.140274,21.844576,21.65749,21.812126,24.11031,23.628067,22.507416,21.993324,21.202749,20.70038,20.184118,19.788067,19.438644,19.261152,20.119913,20.020687,20.235914,19.489,19.929352,25.116611,24.197123,23.89806,23.104908,22.871353,22.825485,22.915907,22.88382,23.123133,23.296688,23.082464,23.146029,23.193892,23.273142,23.297802,27.385544,27.464321,27.124744,26.843128,27.319006,27.252161,27.158478,27.443182,27.770741,28.468523,27.949642,27.489647,27.414093,27.096966,27.084372,29.215488,28.358492,27.669127,26.736984,26.523956,26.549473,26.715139,27.214855,27.326595,28.051571,28.121775,28.378101,28.868835,28.969044,29.086256,38.15897,37.886665,37.06004,36.65163,36.00452,35.737572,35.719997,35.331184,35.372593,35.908066,35.071823,35.122429,35.253723,35.118809,35.319798,29.075563,28.388193,27.370193,26.514372,25.762712,25.58223,25.404638,25.759754,26.11459,26.360786,25.982874,25.597742,25.59436,25.516125,25.690094,25.060591,24.305899,23.385078,22.843531,21.758793,21.802544,21.819777,22.340555,22.189817,22.806601,22.171576,21.679064,21.568163,21.805044,21.861471,26.180777,24.664713,24.277895,23.676249,23.337347,22.808615,22.078308,23.10536,24.071218,24.084778,23.75383,24.037109,23.651804,23.673183,23.590813 ),.Dim=c(3107,15)), age45_64_pc=structure(.Data=c( 22.623293,23.094746,23.263412,23.553419,23.6964,24.035751,24.288887,24.675127,25.022053,25.334812,25.805389,25.904476,25.758043,26.003853,26.077047,25.03573,25.593096,26.227215,26.811609,27.303446,27.708822,27.891815,28.02371,28.012762,28.139526,28.28134,28.246695,27.853527,27.689287,27.561552,22.464243,23.164604,23.826475,24.396727,24.912504,25.582474,26.194323,26.854488,27.438147,27.631342,27.810005,27.980608,27.412643,27.075222,26.645535,23.231054,23.292753,23.982262,24.473106,24.906773,25.328917,25.679895,25.750959,26.223299,26.310972,26.719728,27.202745,27.095663,27.243248,27.229589,24.235428,24.5501,24.914845,25.025723,25.240189,25.51992,25.924122,26.152206,26.265884,26.499363,26.833862,26.889154,26.6789,26.696575,26.795937,21.293499,21.958092,22.681236,23.533051,24.267366,25.320133,25.751671,26.500774,27.280197,27.741877,28.622589,28.864428,28.417877,27.963867,27.297073,23.16061,23.898954,25.102148,25.536409,25.845713,26.216995,26.860437,27.203983,27.629004,27.699238,27.755239,28.007545,27.699921,27.116135,26.814953,24.158947,24.539392,24.947817,25.311211,25.63237,25.931847,26.408291,26.672173,26.719479,26.846228,27.11248,27.379253,27.218082,27.122454,27.024046,23.70731,24.144014,24.671209,25.246637,25.843838,26.514357,27.045357,27.735529,28.194889,28.443462,28.740814,28.85594,28.449011,28.395748,28.271467,26.75581,27.446035,28.103102,28.437233,28.999075,29.599297,30.012566,30.336946,30.574194,30.351204,30.625988,30.544477,30.327019,29.941727,29.505672,23.447878,23.728138,24.179632,24.559994,24.998796,25.394556,25.731367,25.885592,25.907167,26.113054,26.3976,26.742723,26.429731,26.660576,26.625076,25.316536,25.878677,26.595953,26.929401,27.474884,27.982124,28.445705,28.643782,29.339663,29.471952,29.68162,29.905098,29.624161,29.555988,29.28738,22.574499,23.139299,23.662302,24.315245,24.664293,25.478256,26.01383,26.50174,27.165848,27.229435,27.60548,28.056314,27.998728,27.894569,27.806175,24.293627,24.625822,25.152557,25.719919,26.067558,26.035378,26.592186,26.936457,27.180285,27.438242,28.401814,28.83687,28.819857,28.692358,28.556654,25.416315,25.671494,25.922585,26.374844,26.480228,26.802618,27.245838,27.495102,27.423691,27.617641,28.19589,28.261303,27.746128,27.30237,26.857748,24.233593,24.38924,24.828136,24.921585,25.08379,25.467066,25.536472,25.392979,25.459641,25.414642,25.774389,25.913815,25.884745,25.977737,26.054966,25.012272,25.379154,25.975502,26.586708,26.883045,27.149137,27.57613,27.674999,27.990013,28.429428,28.535997,28.620758,28.377882,28.031429,27.879957,24.381903,25.071737,25.483942,26.418844,27.527922,27.985992,27.839447,28.569302,29.003584,29.448545,30.146948,30.104414,29.032009,28.528154,28.636868,24.62006,25.253206,26.209539,26.943403,28.114187,29.310194,30.067244,30.885569,31.262508,31.542507,31.922812,32.419811,32.550247,32.17289,33.024891,24.433544,24.964256,25.576544,26.093325,26.672283,26.897644,27.336342,27.684624,28.155548,28.091797,28.470457,28.378874,28.023693,27.800688,27.525866,24.087057,24.322355,24.913826,25.373571,26.014423,26.804876,27.182997,27.672684,28.235886,28.322876,28.801329,28.850027,28.6001,28.107952,27.753082,24.05225,24.509462,25.080383,25.530216,25.7913,26.130993,26.623148,26.918921,27.06514,27.409739,27.549435,27.836805,27.544979,27.16083,26.844042,21.907825,22.189062,22.593321,23.228689,23.748604,24.120287,24.626606,24.929276,25.255159,25.618807,25.739702,25.921492,25.498768,25.398832,25.209591,22.000952,22.700077,23.498688,23.947311,24.696953,25.28019,25.99102,26.546591,26.879025,27.171553,27.538252,27.784983,27.435303,27.257801,27.019825,23.353441,23.438593,23.780386,24.064333,24.325006,24.69245,25.022264,25.195105,25.411516,25.498137,25.908279,26.060766,26.011389,26.156712,26.042076,22.864269,23.307491,23.85849,24.598555,25.097862,25.557018,25.881773,26.108604,26.533503,27.04497,27.429634,27.282158,26.807737,26.532152,26.50021,23.853882,24.106606,24.595768,24.976189,25.420942,26.049841,26.395563,26.61804,26.734161,26.947111,26.974302,26.928007,26.783932,26.518213,26.368305,24.227873,24.752369,25.313627,25.791798,26.277649,26.65691,26.994631,27.202988,27.265224,27.594276,27.929773,28.053648,27.740202,27.576744,27.502611,25.480768,25.783289,26.124302,26.427549,26.917099,27.193567,27.573591,28.088797,28.185394,28.232235,28.979614,29.498301,28.974056,28.605328,28.114239,23.484411,23.671049,23.994043,24.123857,24.652237,24.731981,24.873129,24.954845,24.949936,25.034031,25.358503,25.610641,25.39497,25.251532,25.120281,25.439007,25.898689,26.235338,26.460976,26.862488,27.189472,27.475163,27.855026,28.02672,28.120661,28.607124,28.812611,28.293715,28.281998,27.985174,22.278328,23.47456,24.552713,25.568586,26.749949,27.152454,27.977779,28.407032,29.639917,29.884556,30.544121,30.909092,30.67346,29.956352,29.404888,20.820049,21.541304,22.7843,23.609488,24.288696,25.093248,26.261642,26.982578,28.050432,28.723869,29.316273,29.510542,28.796831,28.630192,28.392044,25.567591,26.134003,26.503313,26.97579,27.40834,28.080229,28.543621,28.518824,29.13188,29.455433,29.739412,29.22962,28.906023,28.321516,28.126453,23.599382,24.00827,24.56749,24.897888,25.359367,25.916105,26.302612,26.617006,26.711231,26.946268,27.018885,27.064499,26.795996,26.518675,26.229948,25.515478,25.851437,26.394213,26.804565,27.23774,27.698193,28.107998,28.625805,28.680056,28.632086,28.952717,28.985807,28.669155,28.404602,28.287512,22.411875,22.982838,23.679049,24.204237,24.735107,25.262514,25.662724,26.025433,26.254589,26.495161,26.749626,26.945982,26.750788,26.545536,26.33168,24.279345,25,25.793085,26.209202,27.011608,27.323606,27.888769,28.165895,28.407324,28.905985,29.328648,29.226139,28.669661,28.413338,28.49822,23.997318,24.455811,25.138369,25.658604,26.02894,26.400545,26.701664,26.938656,26.992908,27.204245,27.460375,27.601545,27.339231,27.065966,26.782932,23.848713,24.373386,25.174362,25.527719,25.957224,26.444023,27.136475,27.647041,28.319103,28.416145,29.104305,29.372889,29.349241,29.421753,29.456112,17.911287,18.379715,18.720015,19.243614,19.696747,20.061363,20.579201,20.91197,21.330023,21.482182,21.800682,21.898575,21.714144,21.494858,21.700361,23.269562,23.64348,24.494289,25.061974,25.789949,26.167202,26.583481,26.947399,27.335575,27.485674,27.638144,28.038618,27.750483,27.68651,27.678453,21.527727,22.004652,22.507746,23.20714,24.566267,25.239977,26.814583,27.545309,28.621012,29.435835,29.878319,29.139311,28.778107,28.158506,27.901468,21.187674,21.625914,22.463182,23.215059,23.835133,24.481865,24.996626,25.530947,26.114738,26.507786,26.694521,26.188351,26.427073,26.274431,25.981327,22.792673,23.266802,23.771553,24.232689,24.713602,25.280125,25.709158,26.22784,26.552427,27.001173,27.377167,27.859024,27.980486,27.949064,27.969337,22.992376,23.888664,24.076159,24.635641,25.604996,26.116186,26.505968,27.054714,27.377996,27.557865,27.794992,28.00367,27.502567,27.229095,26.792809,25.317148,25.697762,26.319916,26.798454,27.316818,27.641502,27.778679,28.062498,27.967527,28.297333,28.352291,28.720669,28.42864,28.178877,27.993784,23.539045,23.999418,24.297207,24.697681,25.106012,25.352535,25.541613,25.76642,25.831211,25.883553,26.061028,26.220903,25.93815,25.969252,25.918859,22.013733,22.643198,23.371029,23.971945,24.619371,25.164059,25.66416,25.98992,26.166433,26.407665,26.666618,26.762327,26.543322,26.313805,26.103207,22.529709,23.225538,23.915577,24.613256,25.112543,25.891989,26.565546,27.328583,27.580898,27.784479,27.972513,28.385141,28.297543,28.387651,28.218477,21.045259,21.663498,22.155611,22.77169,23.300688,23.701298,23.958714,24.31633,24.466612,24.846336,25.106159,24.68466,24.749002,24.914097,24.834686,23.917246,24.42202,24.979868,25.274143,25.823408,26.217052,26.60034,26.925951,27.127975,27.32653,27.545013,27.731878,27.665844,27.718254,27.631712,20.772291,21.219406,21.404451,22.352005,23.213486,24.225716,24.922731,24.698349,24.855438,25.238541,25.22736,24.995241,24.587425,24.38707,24.464739,22.867678,23.163895,23.940485,24.58713,25.279686,26.124207,27.002186,27.595177,28.088818,28.671646,28.916519,29.381683,29.346422,29.29512,28.61006,21.278742,21.45825,21.932985,21.926788,22.125977,22.380737,22.555815,22.766914,23.108028,22.936117,22.945049,22.76692,22.301767,21.647339,21.795105,23.622469,24.024038,24.759617,25.434948,26.00222,26.260038,26.882574,27.195305,27.33374,27.663576,28.006634,28.387859,28.203995,28.144056,28.16419,22.483686,22.99585,23.572916,24.253542,24.615135,25.147291,25.228401,25.490465,25.582298,25.631687,25.861095,25.668409,24.967545,24.920584,24.646637,24.357714,25.114611,25.674109,26.026899,26.374689,26.805883,27.00927,27.172709,27.276758,27.342817,27.646519,27.747667,27.382574,27.230019,27.265163,23.512173,24.021479,24.492128,24.942394,25.242373,25.529003,25.815109,26.201284,26.341667,26.579592,26.930267,27.227819,27.064682,26.982468,27.037958,19.591753,20.211893,21.355036,22.122967,22.842781,23.721983,24.98044,25.606779,26.537964,27.06242,27.095461,26.769321,26.488737,26.42889,26.119459,24.013271,24.598772,25.196373,25.761435,26.296848,26.7297,27.096876,27.470631,27.484137,27.770519,28.094021,28.383911,28.102917,28.070196,27.935711,24.999401,25.600153,26.564175,26.98665,27.593878,28.122477,28.3636,28.760805,28.818277,28.930696,29.251373,29.418859,29.157253,28.948072,28.748299,20.841646,21.299065,21.802038,22.155251,22.483135,22.603298,22.593628,22.766478,22.775967,22.789328,22.944994,23.16185,22.975376,22.850735,22.743546,25.197586,25.629583,26.159248,26.579842,26.97402,27.343065,27.736906,28.086269,28.110855,28.562519,28.770521,28.803591,28.401125,28.039255,27.905807,22.976631,23.810852,24.470524,24.930206,25.706423,26.585642,26.981079,27.465555,27.754915,27.879725,28.084332,28.755192,28.682444,28.780603,28.838285,21.27676,22.099016,22.67178,23.126984,23.813335,24.577574,25.91441,26.572741,27.206125,27.556866,27.826086,27.968315,27.479103,26.78858,26.773436,25.582331,25.938124,26.410568,26.778158,27.419355,27.861464,28.194063,28.55821,28.838678,29.091572,29.657715,29.81101,29.392784,29.05109,28.969753,18.803862,19.615992,20.193407,20.711893,21.524038,22.336218,23.062401,23.749317,24.061646,24.269096,24.400078,24.507164,24.291941,24.532682,24.400902,23.742086,24.306807,24.917603,25.561598,25.712872,26.131683,26.638428,26.909039,26.876604,26.766399,26.782206,26.345154,25.790823,25.576946,25.440422,20.741953,21.345417,21.729813,22.368614,22.835426,23.485928,23.812891,24.19466,24.458298,24.626715,24.826403,24.552473,23.842829,23.544785,23.153658,26.577965,27.154112,28.00614,28.546661,29.220387,29.863518,30.412439,30.519041,30.531281,30.275759,30.336576,29.88798,29.256472,28.707212,27.958752,18.838591,19.282888,19.657476,20.157646,20.701466,20.947094,21.278301,21.466951,21.65452,21.673552,21.918621,21.873737,21.653223,21.379662,21.049582,22.545921,23.727394,24.977654,26.113388,26.692278,27.057276,27.111509,26.203533,25.732977,25.581936,25.607565,24.810804,24.349909,24.48361,24.155313,26.678905,27.037794,27.409576,27.578339,27.774164,27.719711,28.017303,28.057346,27.477499,27.610413,27.852184,26.842133,26.047859,25.067478,24.204981,19.881237,20.261278,20.678856,21.127558,21.52376,21.906857,22.241032,22.596024,22.873642,23.271093,23.674189,24.012869,23.962833,23.947557,23.98344,26.83033,27.420906,27.960037,28.394339,28.724083,29.198032,29.486969,29.706148,29.781385,29.94101,30.127235,29.98209,29.233091,28.754824,28.341473,20.519199,21.114166,21.531517,21.962198,22.600075,23.057283,23.769218,24.203428,24.746809,25.201958,25.478146,25.548967,25.378155,25.028858,24.799526,21.984531,22.619402,23.248962,23.824547,24.32362,24.785015,25.197622,25.459763,25.617964,25.813463,25.980551,25.764959,25.282761,24.875931,24.501217,22.782988,22.944708,22.993982,23.274817,23.494112,23.960579,23.665821,23.278921,23.229481,23.222994,23.26478,23.548845,23.251793,23.123314,22.92968,20.886782,21.482388,22.080032,22.675694,23.064171,23.640045,24.271975,24.659227,24.943655,25.251537,25.435083,25.163143,24.964184,24.927845,24.922312,27.475565,28.195742,28.89514,29.459608,30.189222,30.865707,31.331032,31.479645,31.430182,31.362587,31.332647,31.206575,30.610258,30.06443,29.644234,18.999725,19.04183,19.043762,19.420486,19.624012,19.856165,20.155781,20.470011,20.59445,20.879749,21.302332,20.844109,20.704138,20.694653,20.610567,24.432035,24.916233,25.502432,26.410091,26.754145,27.112358,27.429871,28.084799,28.285343,28.499008,28.569921,28.68718,28.213232,28.040018,27.806509,23.975349,24.529886,24.628344,25.122503,25.678009,26.179182,26.718813,26.676863,26.914394,27.157846,27.702454,27.869383,27.49523,27.356625,27.281851,27.52692,28.183455,28.548798,28.572166,28.674936,29.165834,29.407591,29.550987,29.651484,29.344818,29.42197,29.094082,28.478548,28.01416,27.738602,21.247351,21.405518,21.693365,21.744244,21.739569,21.884705,22.182453,22.308311,22.457035,22.601791,22.848528,23.197557,23.127144,23.177034,23.100203,24.853895,25.086111,25.566071,25.68733,25.959885,26.250986,26.605835,27.000193,27.216423,27.315166,27.5042,27.304628,27.049402,26.982641,26.668819,22.973724,23.255816,23.557537,23.566828,23.771372,24.475523,25.055187,25.304592,25.611956,25.931704,26.617952,26.69869,26.648935,26.846119,26.778772,24.330006,24.70084,25.534925,26.000708,26.88249,26.766521,27.665556,27.725748,27.876266,29.053679,30.569077,30.987513,30.851864,30.916763,31.01388,26.086956,26.773348,27.380213,27.787807,28.631199,28.651411,29.415741,29.727707,30.187904,30.086899,30.037733,29.964661,29.247507,28.779081,28.378183,22.251459,22.859426,23.516665,23.988461,25.00194,25.862206,26.422178,26.687241,27.369293,27.727619,28.254965,28.381847,28.216743,27.834507,27.636623,19.996592,20.360605,20.870832,21.313824,21.725462,22.302631,22.535334,22.64575,22.795633,23.432899,23.695547,23.400454,22.756565,22.721256,22.260893,24.645037,25.053448,25.458059,25.703499,25.898853,26.462179,26.674261,27.137999,27.26263,27.397856,27.498913,27.961338,27.830219,27.919277,27.760939,27.053944,27.21451,27.716923,27.518108,27.668079,28.254333,28.718048,28.874535,28.93494,28.964052,29.117771,28.919147,28.740263,28.511385,28.062656,24.695408,24.777122,24.866806,25.005753,25.171545,25.002823,25.790009,26.000448,26.461538,27.089838,27.843588,27.989382,27.685516,27.37175,27.219847,21.51256,21.951698,22.336567,22.791365,22.898943,23.476522,23.741693,24.192057,24.547962,24.742102,24.748072,24.346769,24.268229,24.151409,24.076839,23.582119,23.813967,24.388687,24.866819,25.254642,25.620073,26.054064,26.43388,26.915577,27.266312,27.640364,28.160023,27.814194,27.71973,27.570137,21.524738,21.767376,22.153421,22.290588,22.571266,22.856293,22.931177,23.058567,23.046423,22.900652,23.049261,23.20866,23.058838,22.825981,22.781506,22.95521,23.29335,23.803293,24.278242,24.630489,25.232351,25.499779,25.70171,26.1008,26.326811,26.821011,27.117905,26.942957,26.94817,26.758554,20.655996,21.029478,21.717831,22.31354,22.844467,23.222673,23.645752,24.247591,24.686878,25.133028,25.486385,25.72554,25.576424,25.521734,25.241131,22.741289,23.248375,24.023867,24.428452,25.189009,25.250227,25.721996,26.584854,26.868132,27.366314,27.852783,27.882067,27.09396,26.654842,26.67132,24.16357,25.186008,25.923407,26.098398,26.727688,27.523577,27.851835,27.787737,28.362715,28.627258,29.161512,29.108912,28.349417,28.08634,28.103649,22.827082,23.860142,24.603991,24.887192,25.38192,26.193539,26.474403,26.998447,27.642584,27.654869,27.945143,27.877501,27.766279,27.269077,27.015963,21.558649,22.309753,22.857143,23.218428,23.613874,24.277582,24.677893,25.335852,25.599266,25.660988,25.935728,25.610474,25.322325,24.946547,24.57152,19.584745,19.858156,20.239672,20.610353,20.961502,21.322285,21.581251,21.953484,22.304266,22.792452,22.839972,22.743061,22.396809,22.283077,22.165323,23.307211,23.774538,24.232752,24.719479,25.118351,25.374868,25.739628,26.095301,26.605957,26.745659,26.926474,27.175724,26.92522,26.651419,26.758978,27.093342,27.63789,27.826532,28.433777,28.75238,29.224045,29.441374,29.820303,29.825554,29.891258,30.272305,30.449995,29.661985,29.145565,28.956255,25.173532,25.751415,26.358362,26.87466,27.426332,27.754732,27.865473,28.144756,28.168264,28.182388,28.366529,28.396633,27.901402,27.689011,27.311829,24.435543,24.6026,24.866262,25.144941,25.390581,25.695892,26.246988,26.84894,27.136246,27.592812,28.084299,28.110033,27.726341,27.365858,27.573833,23.169077,23.477619,23.814383,24.088177,24.486504,24.551125,24.974672,25.140524,25.412973,25.702848,25.993078,25.968222,25.815418,25.720718,25.55055,21.740051,22.15456,22.923403,23.230835,23.808279,24.393648,24.72884,25.39925,26.08292,26.535484,26.777187,26.868921,26.834831,26.655659,26.338667,24.68504,25.288258,25.763515,26.131535,26.635769,27.074293,27.121061,27.225643,27.22913,27.914139,28.403606,28.650137,28.280348,27.893335,27.864277,21.731188,22.119328,22.72921,22.81884,23.543707,23.821747,24.568375,25.13158,25.492611,26.16258,26.345877,26.41291,26.433844,26.356703,26.121843,24.227419,24.716354,25.249189,25.851322,26.031038,26.263691,26.717667,26.822639,26.799408,27.080172,26.860472,26.879532,26.504589,26.291386,26.051643,25.928711,26.194595,26.565208,27.288929,27.501478,28.135168,28.727085,29.036304,29.208391,29.753637,29.803404,30.004417,29.453981,29.146105,28.877522,23.952618,24.57707,25.191093,25.661491,25.651192,25.956539,26.387354,26.704609,27.206945,27.823908,28.229666,28.031153,27.892738,27.663553,27.418158,22.257072,23.001129,23.633398,24.139524,24.867718,25.487202,26.069996,26.520535,26.807821,27.225145,27.399879,27.687307,27.393223,27.246136,27.059702,22.864157,23.271097,23.59507,23.902998,24.251574,24.444628,24.666613,24.787926,25.253605,25.553715,25.749462,25.769785,25.609049,25.643698,25.402683,24.499355,25.316456,25.691748,25.885492,26.05176,26.286993,26.564285,27.023581,27.197027,27.515024,28.492865,28.669939,28.893965,29.385784,29.882154,23.291082,23.663305,24.208502,24.424879,24.84465,25.387764,25.964054,26.009487,26.076746,26.63821,26.945591,26.716808,26.561033,26.36886,26.064175,21.226151,21.629713,22.384989,23.065121,23.757818,24.758135,25.57152,26.129538,26.386055,27.337923,27.381866,27.546251,27.184084,26.843214,26.749769,20.460039,21.289209,22.126141,23.069008,24.042583,24.392935,24.88299,25.532064,26.128668,26.175537,26.836359,27.093216,26.910299,26.858648,26.476898,25.681335,26.271185,26.586147,27.048874,27.428658,27.596462,27.588043,27.679867,27.42194,27.555185,28.197521,28.035507,27.784664,27.579706,27.675365,24.026667,24.458344,24.574686,25.058353,25.548893,26.110939,26.660496,27.023464,27.336008,27.763165,28.286674,28.373346,28.254646,28.055079,28.167343,22.040148,22.280407,22.649681,23.0107,23.168917,23.747612,23.948092,24.229952,24.433315,24.842548,25.002184,25.008282,24.882313,24.740404,24.721632,24.453476,25.335016,26.207823,26.65304,27.131676,27.640343,28.015306,28.404871,28.241243,28.475723,29.07531,29.60673,29.204786,29.189222,28.622311,28.678381,29.2139,30.21859,30.570879,31.142208,32.0396,32.501938,33.003868,32.85479,33.281502,33.686237,33.64761,32.962139,32.414841,31.930981,22.180731,22.701078,23.028616,23.40873,23.941099,24.49444,24.786144,25.410912,25.453573,25.85713,26.217005,26.438988,26.328575,26.336634,26.242048,20.860577,21.328184,22.113018,22.951765,23.603409,23.928776,24.342846,24.776947,25.003719,25.183004,25.737339,25.83679,25.848516,25.868353,25.676346,23.531723,24.429476,25.051546,25.524586,26.176374,26.460331,27.15387,28.073818,28.53595,29.157616,30.127176,30.018599,29.956621,30.040455,29.968414,26.406134,26.992735,27.409836,27.459681,27.415899,28.243214,28.949877,29.204473,29.698109,30.115911,30.320946,31.238014,30.615747,30.414497,30.542416,23.880749,23.859219,24.668463,25.255474,25.390667,26.089251,26.750505,27.042192,27.63187,27.86487,28.030304,28.285969,27.974854,28.038233,28.151211,27.725065,28.099367,28.298573,28.64275,29.013288,29.679934,30.186453,30.635977,30.523565,31.031164,30.933527,30.916998,30.608459,29.940563,29.709229,23.754229,24.686699,25.464785,26.244179,26.775372,27.326056,27.911165,28.425589,28.921455,29.449739,29.643377,29.741816,29.567204,29.407051,28.766792,24.650297,25.101883,25.156807,25.923061,26.255795,27.240246,27.95595,28.115473,28.062445,28.392225,28.723303,28.997499,29.150543,28.781431,29.104406,21.346519,21.757484,22.49571,23.062805,23.537685,24.070826,24.720358,25.18112,25.831064,26.465235,26.543526,26.741739,26.738304,26.363548,26.084116,24.576422,24.739077,25.094955,25.544783,25.564644,25.989658,25.732553,25.921354,26.198706,26.376554,26.663712,26.868994,27.017668,27.195034,27.412458,23.843542,24.464664,24.880022,25.197601,25.608051,26.187246,26.268873,26.441786,26.553926,26.879669,27.30788,27.272728,27.056303,26.848862,26.716358,24.634892,24.993809,25.702711,25.996336,26.559305,27.050438,27.622171,28.13957,28.551107,28.499245,28.307543,28.262243,27.807409,27.416107,26.888517,21.990795,22.452988,22.952803,23.339685,23.536373,23.914139,24.222483,24.308867,24.563839,24.867052,24.972925,24.94212,24.85743,24.667509,24.313608,25.192287,25.765387,26.876461,27.625498,28.635715,28.852531,29.079987,29.169926,29.707018,29.78067,29.668814,30.026808,29.491726,29.189577,29.140108,22.816103,23.432617,23.98834,24.449842,24.889799,25.270859,25.642073,25.92668,26.149929,26.326591,26.442007,26.428869,26.110071,25.87977,25.73263,24.46158,24.707048,25.111786,25.365177,25.534136,25.975891,26.23041,26.57029,26.809429,26.970608,27.258057,27.44062,27.047161,27.019972,26.649574,21.357204,22.337645,23.233297,24.021254,24.86421,25.566536,26.028215,26.431641,26.929918,27.015104,27.24143,27.16641,26.518028,26.399267,26.259407,24.33519,24.721258,25.02212,25.577984,25.90341,26.056496,26.334303,26.5126,26.509031,26.553217,26.710188,26.487928,26.033735,25.618633,25.465225,24.307833,24.210047,24.757547,24.853695,25.294334,25.45554,25.856394,26.003366,26.311571,26.682886,26.786665,26.992174,27.073681,27.051813,27.613964,26.934273,27.652067,28.552147,29.27714,29.741488,29.889027,30.280146,30.525679,31.290791,31.416363,31.195799,30.908415,30.334127,29.845884,29.383528,22.488708,22.947428,23.515358,23.98386,24.409315,24.728283,25.07408,25.28915,25.519142,25.788069,26.198381,26.263826,26.066864,25.949303,26.026457,21.426304,21.904274,21.857088,21.979273,22.087152,21.947477,22.36834,22.45672,22.55209,22.822983,22.961149,23.253376,23.380709,23.225733,23.268921,25.60392,26.119228,27.170641,27.599102,28.254478,28.4515,28.628963,28.858677,28.921682,28.636391,28.637733,28.616079,27.874136,27.60557,27.506945,28.630957,29.353884,29.783752,29.72488,30.387491,30.229239,30.264231,30.817661,30.905416,30.972448,31.048939,30.617931,29.942877,29.479584,29.100401,22.880611,23.626766,24.331568,24.976852,25.626902,26.304075,26.739525,27.456409,27.663303,28.032616,28.363094,28.456406,28.122246,27.929592,27.654013,25.701252,26.298063,27.141281,27.596027,27.898464,28.442705,28.959888,29.01428,28.964483,29.566877,29.695915,29.484272,28.850185,28.768978,28.696684,19.595722,19.961264,20.267412,20.523964,20.829918,20.960941,20.982166,21.139591,21.315466,21.563366,21.527706,21.466505,21.221716,21.105415,21.109108,22.04298,22.421747,22.792023,23.143438,23.464909,23.675985,24.022385,24.400255,24.556435,24.728645,24.779573,24.933126,24.632689,24.429052,24.438284,24.56827,24.841497,26.000473,26.376146,27.190817,27.894804,28.38644,29.445606,30.490747,30.600494,30.459373,29.906803,29.592415,28.87594,28.268448,22.12607,22.487585,22.948881,23.456148,23.948942,24.393358,24.4897,25.040447,25.443354,25.558817,25.700262,26.36401,26.227703,26.159563,26.117907,21.795094,22.191734,22.826799,23.47027,24.031124,24.606377,25.064104,25.463776,25.702814,25.991848,26.270252,26.448547,26.329905,26.225863,26.143286,29.280397,30.602009,32.983025,34.712086,34.758511,37.079575,37.304077,37.7551,37.437603,39.34837,38.177128,39.69397,36.056839,34.790211,33.604336,28.410091,29.643948,30.548944,31.132074,31.788769,32.589378,33.37418,33.865723,34.569126,34.6357,34.588085,34.359848,33.701717,33.111969,32.326366,21.872162,22.456631,23.040838,23.657444,24.293995,24.816532,25.388332,25.782066,26.080883,26.225218,26.299576,26.091839,25.535589,25.112761,24.729839,31.236315,32.021111,32.49646,32.869385,33.527958,34.173752,34.598763,34.844814,35.054577,34.986927,35.181358,34.719852,34.047592,33.47467,32.868202,19.886272,20.24498,21.199043,21.795788,22.091354,22.492699,23.135471,23.506523,23.748463,23.755295,24.047686,24.246109,24.422087,24.348965,24.378248,23.955772,24.367117,24.905037,25.383711,25.851351,26.270029,26.722612,27.102953,27.323658,27.701008,27.951981,28.094589,27.95245,27.822758,27.748602,22.339649,23.461086,24.290981,25.187492,25.810375,26.760015,27.521181,28.168222,28.58296,28.889122,28.531015,28.523254,28.048649,28.050753,27.81496,26.996984,27.712429,28.553528,29.439024,30.139292,30.768616,31.565908,32.380947,32.760815,33.143444,33.431019,33.60051,33.120132,32.75182,32.346352,18.519058,18.96261,19.393152,19.801392,20.14587,20.585579,20.9604,21.262974,21.498192,21.713053,21.959436,22.072838,22.018902,22.01594,21.982874,20.756359,21.58412,22.055458,22.564407,23.088268,23.641077,23.799362,24.266426,24.597593,25.071175,25.226635,25.518635,25.555357,25.358767,25.09811,24.516457,25.185854,25.854946,26.435408,26.896297,27.396063,27.811468,28.188423,28.240499,28.208368,28.372183,27.911463,27.251064,26.720884,26.06448,18.283829,18.664366,19.160259,19.645061,19.979773,20.415981,20.786892,21.184597,21.721445,22.159435,22.479656,22.4361,22.395061,22.359627,22.242544,27.329435,27.841255,27.981953,28.569893,29.271183,30.014071,30.729448,31.227612,31.804783,31.746117,31.761465,31.338659,30.46998,30.027712,29.555338,18.773491,19.307423,19.824972,20.250969,20.610189,20.954588,21.217295,21.48638,21.715158,21.96529,22.160585,22.279808,22.251499,22.16573,22.142097,16.951515,17.416336,17.996735,18.599213,18.946247,19.565681,20.130388,20.611622,21.097569,21.504091,21.753691,21.811686,21.822607,21.742245,21.568472,26.985889,27.742077,28.554939,29.229073,29.955954,30.751749,31.358835,31.755543,31.98534,32.139473,32.315388,32.422508,31.772284,31.194458,30.432072,21.486403,22.159294,23.075083,23.82847,24.392014,25.220367,25.817078,25.972202,26.521111,27.10182,27.438587,27.389353,27.101028,26.877176,26.818354,19.458155,19.928207,20.42971,20.935709,21.444365,22.02669,22.608175,23.132578,23.536522,23.951275,24.309319,24.617884,24.744835,24.904951,25.085228,20.42205,20.832769,21.321348,21.731531,22.001225,22.533907,22.792469,22.992189,23.139141,23.305681,23.313168,23.392223,23.179548,23.15267,23.100115,29.795977,30.322031,30.894915,31.55835,31.93433,32.320663,32.647804,32.804329,32.645996,32.607967,32.576035,32.513325,32.105179,31.81333,31.633085,29.331619,30.060238,31.050283,31.733212,32.464695,33.5355,34.173115,35.021233,35.232456,35.685261,35.613659,35.050301,34.231308,33.540092,33.278522,27.238533,28.05357,28.581566,29.205809,29.768261,30.179245,30.648577,30.858725,30.724379,30.751694,30.662203,30.266872,29.469162,28.810961,28.13088,17.886723,18.213934,18.547955,18.774895,19.12598,19.47855,19.729923,20.17985,20.569735,20.843672,21.00803,21.19607,21.266443,21.354515,21.364817,27.716351,28.55615,28.925442,29.533731,30.504946,30.84161,31.766663,31.884516,32.363106,32.085838,31.770781,31.746868,30.868959,30.329308,29.783693,25.578516,26.542648,27.230677,28.505093,29.251497,29.931721,29.629629,30.362627,29.873034,30.189892,29.773781,29.947933,30.023739,30.30562,29.935265,19.416363,19.93112,20.507021,21.044603,21.468887,22.107227,22.523399,22.815228,23.018703,23.16441,23.278904,23.281118,23.14904,23.126991,23.139721,24.411352,24.872652,25.279623,25.605896,26.054747,26.608171,27.060255,27.2946,27.282557,27.514786,27.70682,27.738806,27.515013,27.336498,27.244598,29.382837,30.302513,31.193806,31.875614,32.387684,33.168121,33.636429,33.942776,34.054989,34.19582,34.28447,33.88372,33.147484,32.434635,31.624191,20.63098,21.118698,21.660004,22.198345,22.719465,23.346775,23.941593,24.439894,24.770447,25.167475,25.483486,25.82357,25.905153,26.088465,26.322491,24.546635,25.020578,25.477869,25.853897,26.161913,26.607132,27.014233,27.387751,27.435064,27.770571,28.016441,28.014301,27.76795,27.537903,27.55689,30.856701,31.416908,32.454712,33.368324,34.05238,34.697762,35.3386,35.738136,35.908871,35.857006,35.719299,35.297703,34.161232,33.623482,32.950996,18.974012,19.468166,19.963524,20.43873,20.847414,21.252003,21.580673,21.912092,22.320486,22.833246,23.167048,23.460011,23.51082,23.61779,23.732685,20.964031,21.340456,21.80275,22.274452,22.675272,23.241276,23.704205,24.12282,24.469858,24.863535,25.139051,25.340429,25.285786,25.241497,25.179586,19.434374,20.22546,20.81517,21.48085,22.149902,22.894213,23.532999,23.977289,24.644812,25.121243,25.678083,26.134846,26.194954,26.143562,26.104481,18.774975,19.316011,19.887865,20.408533,20.868113,21.319351,21.723839,22.138121,22.560068,23.021957,23.346182,23.540791,23.548252,23.613607,23.676285,19.899864,20.495165,21.108829,21.772038,22.269571,22.797226,23.331034,23.751858,24.010462,24.359379,24.600536,24.700279,24.575502,24.528973,24.48348,22.377857,22.656158,23.344847,23.918242,24.407448,24.853083,25.143953,25.352234,25.546923,25.709232,25.920868,26.076565,25.932322,25.80958,25.658945,19.717901,20.000101,20.415867,20.808643,21.156076,21.566246,22.003525,22.389235,22.799587,23.191774,23.462364,23.705265,23.716541,23.79125,23.806694,23.357906,24.103443,24.878399,25.590363,26.157717,26.818243,27.336103,27.751646,27.928951,28.200043,28.354061,27.978893,27.356565,26.883766,26.345318,23.572094,23.973919,24.53256,25.120157,25.624889,26.13183,26.679861,27.119879,27.334583,27.584404,27.871645,27.95986,27.788076,27.677977,27.581814,20.138254,20.572025,21.072714,21.530199,21.94832,22.349594,22.78545,23.111883,23.257162,23.442034,23.630602,23.628416,23.381134,23.113001,22.970663,21.103987,21.439125,22.030817,22.521147,22.957405,23.429247,23.875935,24.286022,24.544907,24.923334,25.246492,25.493425,25.513844,25.619141,25.776566,23.610531,24.287527,25.042528,25.75399,26.302525,26.982182,27.488712,27.872044,28.050053,28.285944,28.505934,28.273281,27.895287,27.535957,27.268139,25.281301,25.946468,26.374575,26.993916,27.503189,27.990776,28.49131,28.878832,29.166079,29.37178,29.436913,29.246668,28.693932,28.153328,27.748447,30.386124,31.154064,31.935669,33.181427,34.314869,35.968029,36.82827,38.126297,38.975903,39.070198,39.245983,38.293076,37.10569,36.046131,34.911045,28.504229,29.525372,30.524281,31.029421,31.736269,32.066936,32.636497,32.987743,33.050468,32.894974,32.951988,32.512535,31.571079,30.77117,30.13229,21.77548,22.404003,23.192055,23.989187,24.612694,25.338268,25.892872,26.504066,27.047819,27.555634,27.917597,27.994692,27.766439,27.492996,27.208784,24.940868,25.598707,26.323561,26.920036,27.457056,28.085068,28.591881,28.914789,29.084257,29.244242,29.389635,29.470989,29.077974,28.814293,28.574631,19.628853,20.042219,20.379963,20.849398,21.338861,21.806528,22.21139,22.599707,22.94944,23.351046,23.72603,23.883329,23.798067,23.772758,23.762714,21.403677,21.984577,22.346098,22.413815,22.650433,22.816681,23.062824,23.261868,23.503277,23.869825,24.174631,24.460432,24.352501,24.29287,24.218651,23.272209,23.715267,24.337748,24.839394,25.159893,25.857231,26.310747,26.931307,27.121376,27.305973,27.636627,27.883383,27.639112,27.440304,27.208906,32.272728,33.836224,34.461113,35.594246,36.66692,36.994049,37.479828,37.419403,37.18512,36.811508,36.344536,36.085403,35.615929,34.548973,34.087448,18.298443,18.688751,19.059034,19.318933,19.616247,19.896561,20.155886,20.399393,20.590147,20.764463,20.93791,20.995275,20.946417,20.997429,21.003149,28.016027,28.905218,29.735004,30.249676,30.92647,31.515461,32.207127,32.517441,32.476917,32.55439,32.685825,32.29277,31.391674,30.906565,30.310736,21.77947,22.365654,22.909367,23.532299,24.003204,24.601831,25.058163,25.493639,25.812763,26.142946,26.407221,26.641199,26.58819,26.612198,26.642588,18.950747,19.244654,19.572222,19.98098,20.312357,20.808615,21.244101,21.60503,21.809347,22.104599,22.442467,22.445288,22.118746,21.968708,21.983273,19.681309,20.132572,20.666666,21.435289,21.701548,21.980841,22.16913,22.543491,22.923662,23.24633,23.740124,23.982363,23.585941,23.245375,23.070259,19.597422,19.79067,20.026272,20.501822,20.855541,21.291624,21.583227,21.98193,22.331865,22.532476,22.770021,22.974144,22.955626,22.953527,23.042839,20.623245,20.894625,21.265053,22.081369,22.336861,23.201628,23.74309,24.11726,24.771242,25.312317,25.943609,24.096235,23.438274,22.771425,22.037014,23.116005,23.50172,23.950949,24.530163,24.943398,25.577253,25.940947,26.213243,26.393717,26.544985,26.663326,26.597818,26.340454,26.036198,25.787481,30.548903,31.844271,32.824986,34.205067,35.380791,35.786362,36.46645,36.984177,37.444897,37.439392,37.577717,36.835972,35.487865,34.348328,33.120392,24.5501,25.49765,25.738007,26.742775,27.140749,27.345509,27.637936,27.754787,27.824488,28.935492,29.301712,28.346458,27.796972,27.512222,27.235212,21.98522,23.09536,23.589485,24.116121,25.048546,25.825432,26.796406,28.048996,27.75914,28.186771,28.27957,28.632412,28.079834,27.70223,27.351463,22.272015,22.593903,23.096382,23.909487,24.525253,25.287878,25.703711,26.2003,26.601892,26.992393,27.238571,26.883871,26.50189,26.206123,26.105574,35.895561,34.529289,33.145935,32.608147,31.86306,31.008572,30.470562,29.864534,29.944906,30.037052,29.943886,29.87031,29.746052,29.185713,29.105455,27.648895,28.651138,29.820707,30.654217,30.973192,31.856182,32.966583,33.296886,33.255562,33.161552,33.58976,33.081581,32.473488,31.591591,31.079689,21.412403,21.936668,22.746578,23.701139,25.189299,26.353792,26.464436,27.589909,28.442318,28.594681,30.109289,29.184549,28.525812,28.110111,27.777779,32.285252,31.461153,30.870298,32.333546,33.428074,34.502731,36.175625,37.139423,38.56424,39.270626,40.254612,40.161221,39.503857,38.700439,37.716717,20.914177,22.39521,22.756641,23.429602,23.847719,24.853064,25.581396,25.836679,26.7561,26.953316,27.292473,27.272728,27.002537,26.362976,26.25786,28.163265,29.124065,29.760923,30.452675,31.072212,32.032566,31.391768,32.604427,32.276329,31.370296,32.482994,31.659809,31.657871,31.223389,30.602476,21.129061,21.820448,22.890928,24.231333,24.283216,25.488815,26.027861,27.414795,27.711451,28.635502,28.879753,28.358719,28.397343,28.260052,27.917334,34.686348,35.507645,37.506733,37.774902,39.12043,40.135372,41.311966,41.245136,41.782322,41.169449,40.458908,40.208382,39.740566,38.080711,36.369911,26.566706,27.183014,27.746975,28.355629,28.87562,29.507641,29.792877,30.261278,30.567858,30.536655,30.529383,30.540833,29.838392,29.272636,28.956768,20.102905,20.367239,20.940571,21.45957,21.798401,22.206814,22.455219,22.55229,22.495272,22.430141,22.400539,22.389381,22.250685,22.161406,22.122469,27.774769,29.15089,29.197861,30.021715,30.324326,30.497593,31.069437,30.959597,31.101406,30.140982,30.98933,31.117674,32.062218,30.571991,31.240505,21.690975,21.966328,22.532562,23.027702,23.56048,24.243147,24.82197,25.458405,26.128132,26.822229,27.349192,27.711531,27.747068,27.846903,27.996189,20.066252,20.988482,21.81473,22.613625,23.241018,23.836458,24.207855,24.57884,24.558758,24.750061,25.309826,26.143476,26.452654,27.088255,27.32056,25.588236,26.424576,28.046867,29.838783,31.619421,32.936615,34.089996,35.331665,36.537952,37.605049,38.248768,38.316071,38.279514,37.648796,36.855606,20.85364,21.323694,22.047617,22.951553,23.486214,24.156593,24.638475,25.292313,25.549948,25.903814,25.826729,25.497452,25.074881,24.700909,24.414595,24.076117,24.950142,25.751293,26.696659,27.228838,28.224096,28.901499,29.442707,29.866854,30.280983,30.377691,30.118093,29.5154,29.482571,29.057158,22.242809,22.824087,23.509855,24.385788,25.360531,25.900078,26.068922,26.157209,26.144747,26.132881,26.441511,26.847605,26.616171,26.712931,26.972824,30.085722,30.265635,30.179617,32.195938,34.322392,36.049896,37.722713,39.648476,39.872662,40.863228,41.675793,41.414143,40.348305,40.014355,39.653965,26.872599,28.407753,29.692963,31.146803,32.10503,32.978645,33.521385,33.97176,33.92149,34.210171,34.637741,34.99725,35.306583,34.744812,33.722458,21.268126,21.969589,22.671415,23.758144,24.602955,25.332043,25.625,25.819317,25.90164,25.983328,26.312696,26.010736,25.499191,25.120773,25.020664,34.639694,37.943695,39.34837,40.693195,39.753086,37.909321,36.564415,36.287422,38.997555,37.290169,36.245571,35.912937,36.466167,34.158413,32.266323,27.576887,28.906351,30.167747,31.206247,32.211872,32.918125,33.829102,34.06609,34.412556,35.580303,35.353233,34.775936,33.61689,33.030209,32.473186,29.042486,30.346632,30.874672,31.349205,31.224764,32.505177,32.296818,31.627577,34.17997,34.303978,35.035973,34.273319,34.544106,33.431519,32.114697,25.02228,25.765396,26.610161,27.445803,28.226725,28.971762,29.47234,29.852108,30.247843,30.695108,31.003693,30.81576,30.331226,29.875973,29.468626,24.658384,25.096775,26.00395,26.648899,26.973232,27.675528,26.648352,29.148937,29.885057,30.551523,32.094353,30.473576,29.346313,29.105005,28.773918,22.33095,23.10194,23.333334,24.36985,25.376976,26.364765,27.037823,27.16872,27.19137,27.054754,27.259546,26.829269,26.678185,26.629284,26.302317,20.626999,21.629286,22.655027,23.574957,24.118914,24.335016,25.226709,25.71699,26.201344,25.9359,26.952106,26.931417,27.351368,27.308851,27.433147,25.169575,26.027885,26.752272,27.633835,28.077385,28.763004,29.410797,29.777273,29.983498,29.989237,30.197739,30.145212,29.888926,29.352253,29.164345,21.887842,22.433321,23.033705,23.750969,24.325808,24.986916,25.519661,25.988773,26.185497,26.398064,26.605507,26.25592,25.716629,25.313469,24.744268,25.992023,26.852343,27.444244,27.823761,28.876904,29.424976,29.694378,30.189398,30.221939,30.757528,31.035603,30.650959,29.944521,29.564554,29.017126,21.779242,22.378214,23.685984,24.64431,26.012867,26.133949,26.708862,27.097012,27.06657,27.604645,27.553446,27.567169,27.035471,26.928032,26.724764,21.851297,22.135235,22.758493,23.523483,24.143152,24.905504,25.594448,26.038895,26.622379,26.800589,27.033211,27.090967,26.896521,26.57317,26.049923,23.817701,24.483664,25.176413,25.719633,26.085934,26.760834,27.057514,27.218613,27.243896,27.102285,27.270988,27.065521,26.598972,26.289988,26.00514,33.173077,34.170853,37.068966,36.95652,39.622643,41.646191,40.430923,43.61834,46.382431,41.256828,42.394367,40.365681,38.873241,38.834949,36.834534,23.876169,24.982779,25.725763,26.636654,26.960152,27.755482,28.303469,28.011688,28.119247,28.110432,28.433928,29.180012,28.814331,28.545288,28.410145,25.353294,26.430862,27.073324,27.738609,28.541052,29.240435,29.529799,29.971779,30.560621,30.701374,30.948746,30.813656,30.121523,29.939186,29.322842,25.155512,25.72393,26.648462,27.097603,27.507574,27.942085,28.522543,28.593754,28.405233,28.433851,28.693878,28.832663,28.50264,28.096352,27.826214,19.917818,20.661369,21.037161,21.776752,22.137295,22.97039,23.716566,24.069202,24.544241,24.59874,24.871422,24.805359,24.929438,24.943525,25.054874,23.461121,23.855686,24.542868,24.595352,25.226385,25.915728,26.084444,26.577225,26.962513,27.002081,27.350834,27.009117,26.601379,26.139736,25.854584,34.357616,35.595459,36.311985,37.164948,38.870846,39.235512,39.731052,40.611763,40.090805,40.250282,40.695847,39.685745,38.54945,37.396244,36.108109,30.777096,31.64864,32.747463,34.223663,35.821449,37.15749,38.977203,39.708118,40.362328,41.483414,42.012054,42.636814,42.69305,42.377308,41.863468,22.244669,22.935368,22.970871,23.782558,24,24.602642,24.830086,24.897213,25.822029,25.55632,26.520571,27.029499,26.665146,26.611609,26.485994,30.532497,31.15966,32.322163,33.567722,34.178715,34.619133,34.681374,34.785633,33.894493,33.654751,33.741188,33.426754,32.888241,32.885944,32.427979,20.275795,20.624737,21.59778,22.190138,22.978037,23.375372,24.265041,25.26696,25.673222,26.014454,26.358997,26.478355,26.127287,25.598631,25.371399,22.528913,23.04637,23.546953,24.09149,24.734619,25.360254,25.956743,26.299471,26.598108,26.916742,27.101088,26.950377,26.622972,26.31295,26.151249,25.626463,26.584867,27.188705,27.958805,28.267023,29.217831,29.323187,29.515141,29.484821,28.780056,29.350454,27.943346,26.907217,26.638979,26.567879,23.905184,24.842381,25.777161,26.439493,26.963011,27.940693,28.322115,28.839016,28.777403,28.916779,29.148281,28.851799,27.784782,27.589142,27.232796,25.894526,27.36764,28.604231,29.670223,30.535866,31.792692,32.343655,32.346272,32.366543,32.45525,32.567066,32.494839,31.888985,31.572226,30.961243,27.058428,27.440239,27.911097,29.032257,29.9293,31.289709,31.447855,32.40078,32.513351,34.284317,33.093758,34.345718,33.438835,33.713276,33.102112,40.035587,41.135971,39.22559,40.983604,40.887482,41.307816,42.372883,38.577911,37.761192,36.681889,35.070423,35.868008,33.525181,34.334763,32.545204,25.888941,26.975796,28.336378,29.849901,30.235863,31.238552,31.50898,32.122372,32.06625,32.348557,32.458885,32.76738,32.845463,32.283775,32.755077,25.054625,26.606539,26.095026,26.395174,27.47942,28.826328,29.951494,31.625,31.681124,32.775921,31.492413,30.889168,29.865206,29.113384,28.449015,19.535866,20.873119,22.170679,23.992443,25.295301,26.421312,27.364618,27.331505,27.472002,27.993351,28.164949,28.728767,28.415649,28.541153,28.406507,29.915276,31.090454,32.172863,33.935986,35.330753,36.845936,38.135632,39.410755,40.268429,40.624317,40.662575,40.381481,39.472897,39.308773,38.08709,24.215429,25.194914,25.620655,26.610979,27.300426,28.155539,28.163847,28.322754,28.589314,29.645834,30.002081,29.278437,29.59679,29.007954,28.478897,20.052851,20.383507,20.813513,21.24362,21.664297,22.202183,22.771702,23.29401,23.636431,23.946283,24.109411,24.302292,24.257053,24.280981,24.240988,22.314974,23.437181,24.103666,24.105614,24.338678,25.099846,25.398609,25.704945,25.896576,25.912991,25.84885,25.740429,25.389931,24.897362,25.065809,23.380531,23.828796,24.279539,24.763205,25.273546,25.816435,26.402225,26.851091,27.158495,27.647099,28.005669,28.328451,28.401112,28.503822,28.622797,23.305367,23.87879,24.474928,24.999228,25.598177,26.186081,26.807053,27.253014,27.500111,27.891466,28.242619,28.464603,28.361174,28.234064,28.173506,25.881586,26.673655,27.55439,28.431791,29.22254,30.046793,30.755688,31.423742,31.880634,32.599533,33.121578,33.543095,33.481636,33.43354,33.524418,24.94264,25.755066,26.464472,27.10675,27.744812,28.547823,29.312485,29.928898,30.331226,30.842295,31.432072,31.77475,31.704813,31.702168,31.789848,22.527037,23.111914,23.693958,24.290476,24.901688,25.533134,26.134693,26.577616,26.858521,27.280834,27.642069,27.969261,27.925238,27.957773,27.994236,22.934563,23.683605,24.404795,25.232946,25.912247,26.706198,27.393711,27.979193,28.3622,28.792164,29.199249,29.546394,29.190144,29.057125,28.950331,23.288252,23.848013,24.35692,24.831434,25.484982,26.100355,26.793507,27.400177,27.716827,28.298431,28.69532,28.544643,28.402466,28.162033,27.996597,22.798004,23.49959,23.971443,24.659796,25.349907,25.920128,26.779873,27.442768,27.840832,28.435722,28.870476,29.274267,29.305929,29.455889,29.618248,21.285242,21.862135,22.275154,22.829762,23.35046,23.860014,24.31732,24.641325,24.950451,25.338423,25.587433,25.833019,25.568727,25.393629,25.233885,21.827208,22.407148,23.001307,23.5933,24.160603,24.707123,25.196045,25.672173,26.056919,26.507456,26.848564,27.150414,27.120838,27.109215,27.105055,25.72295,26.281279,27.021629,27.590746,28.097523,28.647121,29.171007,29.380692,29.460754,29.502287,29.673878,29.807064,29.323534,28.967878,28.691286,19.37048,19.677248,20.108719,20.657911,21.01737,21.440306,21.83202,22.19379,22.45067,22.674809,22.946136,22.698729,22.448135,22.088276,21.803928,22.758558,23.421751,23.757404,24.436424,24.525723,25.064432,25.36467,25.919426,25.874651,26.176081,26.477533,26.396069,26.434275,26.501427,26.58559,23.858942,24.414309,24.92651,25.527594,25.970379,26.287004,26.601627,27.053133,27.371037,27.76716,28.123375,28.331772,28.014772,27.579365,27.287176,23.630295,24.372196,24.986694,25.441095,25.867235,26.343513,26.850489,27.181267,27.585373,27.899513,28.254913,27.927801,27.884865,27.79327,27.349049,24.387686,24.962532,25.732857,26.415331,27.097754,27.835073,28.487604,29.081059,29.453629,29.986959,30.44706,30.687294,30.364115,30.098633,29.911366,21.858334,22.418104,23.049751,23.671791,24.301273,24.922148,25.655647,26.307381,26.789635,27.334347,27.746586,27.955528,27.882238,27.794626,27.760166,22.538343,23.375107,24.098248,24.298502,24.80476,25.169676,25.734085,26.149628,26.590481,26.871767,27.166245,26.892862,26.975384,26.85894,26.896837,26.516523,27.137398,27.747913,28.411263,29.119202,30.116192,30.385298,30.409035,30.232386,30.270189,30.436277,30.248495,29.246273,28.789753,28.527578,27.038578,27.570814,28.135654,28.628927,29.147413,29.871216,30.357843,30.436108,30.363352,30.366173,30.372921,30.034702,29.297123,28.739075,28.229311,24.108763,24.515221,24.908743,25.273743,25.36603,25.833738,26.271313,26.599947,26.9562,27.467331,27.872723,28.14703,27.970938,27.872038,27.806742,24.579256,24.945503,25.264076,25.49164,25.634331,25.813461,26.056789,26.125107,26.013687,25.999969,26.097458,25.935034,25.517946,25.438171,25.345695,24.063566,24.733521,25.370274,25.901171,26.312414,26.785404,27.18622,27.402258,27.69096,27.995018,28.233501,28.208061,27.764278,27.53546,27.143972,20.580196,20.899944,21.383221,21.598389,22.074053,22.551973,22.787172,23.221472,23.314133,23.543015,23.876629,24.135445,24.040451,24.054537,23.989532,26.420992,26.879498,27.321905,28.04929,28.431705,29.176119,30.071735,30.460735,31.016407,30.951654,31.140938,31.041655,30.448318,30.13295,29.577908,21.306362,21.901373,22.539135,23.117512,23.565306,24.136538,24.649744,25.138039,25.644789,26.087383,26.440392,26.587046,26.383293,26.187208,25.985014,22.182373,22.660658,23.311312,24.104273,24.616314,25.331587,25.617271,26.186562,26.458124,26.640406,26.876324,26.957516,26.412682,25.871395,25.74021,28.456474,28.544416,29.175373,29.526428,29.839882,29.708603,29.387356,28.936321,28.690699,28.691658,28.779919,28.803583,28.31609,27.96821,27.704489,29.179794,29.61655,30.054152,30.663342,30.951437,31.084526,29.952246,29.623184,29.362593,29.630917,29.245285,29.360592,28.480524,27.950848,27.284384,23.103449,23.947468,24.753138,25.369284,26.032043,26.66048,27.20624,27.649508,27.992832,28.257393,28.640015,28.559959,28.399914,28.362974,28.37454,23.069998,24.238605,24.596607,25.461329,26.016632,26.871717,27.479506,27.652016,27.498957,27.607107,27.907526,27.964205,27.752104,27.722948,27.513695,24.340673,24.451954,24.592342,24.813271,24.855055,25.048843,25.998211,26.592216,25.956715,26.474026,26.070705,25.315973,25.412235,25.225225,24.831219,25.332966,26.022329,26.273745,26.994627,27.324492,27.330334,27.970484,28.513956,29.171661,29.260027,30.043543,30.130867,29.682812,29.702345,29.519207,22.903227,23.250565,24.168177,24.917915,25.445005,26.260969,26.528067,26.739323,26.993576,27.220362,27.842951,27.935335,27.63122,27.471375,27.250729,19.234936,19.705816,19.826782,20.115822,20.344917,20.912405,21.2799,21.390373,21.50491,21.799646,22.01,22.441671,22.416122,22.355822,22.320614,18.369881,18.843155,19.400583,19.594332,20.055281,20.174864,20.548794,20.90704,21.24716,21.773905,22.141399,22.586294,22.723049,22.690166,22.764841,24.616028,25.072506,25.547461,25.954893,26.370218,26.971289,27.367729,27.384027,27.450605,27.635941,27.93108,27.860191,27.522581,27.298065,27.189478,22.316025,22.902496,23.393635,23.962263,24.593088,25.136486,25.379393,25.467821,25.286236,25.345608,25.362715,25.192299,24.57091,24.28244,24.063238,21.788158,22.172922,22.620821,23.01269,23.321077,23.642221,23.992725,24.423519,24.776878,25.16099,25.48349,26.257376,25.958914,25.681606,25.588835,24.120089,24.039026,24.518009,24.888334,25.508568,25.959126,26.65456,26.742035,26.900351,27.016428,27.811634,27.685013,27.774963,27.570236,27.277353,23.454197,24.065445,24.735916,25.486925,26.171791,26.875854,27.368917,27.596533,27.72735,27.900393,28.171379,28.229445,27.812857,27.501566,27.348522,23.969509,24.668051,25.358158,26.027575,26.443148,26.820362,27.361441,27.743547,27.830601,28.060085,28.281122,28.191608,27.909019,27.578255,27.334208,25.808704,26.610207,27.200359,28.113514,28.467569,29.704433,30.454327,31.488562,31.822538,32.011696,32.337601,32.344624,31.980839,31.681004,31.620947,21.43774,21.920872,22.176479,22.525829,22.542595,22.777027,23.210646,23.731842,23.827524,23.983402,24.260489,24.313904,24.032679,24.1021,24.246529,23.955601,24.72773,25.140486,25.513792,25.847424,26.244923,26.35704,26.47279,26.466862,26.530993,26.764557,26.749853,26.334337,26.090387,25.982151,24.968546,25.398613,25.946512,26.363474,26.698261,26.938953,27.030882,26.828627,26.870098,27.095348,27.360271,27.334139,26.802975,26.604069,26.352518,20.115891,20.571516,20.974394,21.287096,21.608809,22.02276,22.346394,22.520193,22.711983,22.886011,23.020525,22.788504,22.476036,21.978392,21.777136,26.653967,27.279457,27.875099,28.387627,28.733671,29.245209,29.662586,29.90996,30.311943,30.560177,30.676323,30.705961,30.174271,29.781214,29.330769,20.990128,21.591715,22.057806,23.453926,23.976372,24.757034,25.44002,25.995317,26.0483,26.847971,27.109516,27.421904,27.377487,27.106403,27.191198,22.755417,23.415874,24.252954,24.747044,25.079948,25.726271,26.26561,26.891624,27.239365,27.575148,28.195784,28.37838,28.379593,28.175938,28.270611,23.422701,24.059336,24.776211,25.353659,25.994402,26.573351,26.969988,27.164122,27.143108,27.381039,27.655325,27.602652,27.20105,27.092384,27.078129,23.990377,24.418926,24.965773,25.788048,26.617645,27.150002,27.378521,27.479931,27.335995,27.260637,27.337984,27.195791,26.63891,26.311636,26.02458,25.011587,25.512106,26.201811,26.752954,27.425945,28.082895,28.763346,29.030529,29.268057,29.559607,29.703606,29.728338,29.194901,28.741669,28.663263,21.8592,22.1756,22.521799,22.847601,23.2024,23.560699,23.9769,24.4347,24.865501,25.291801,25.642099,26.071701,26.278299,26.3843,26.554798,31.004152,31.92515,32.861404,33.6446,34.249382,35.286671,35.81234,35.784435,35.596039,35.529484,35.391502,34.814423,33.929314,33.251163,32.805954,26.450645,27.001684,27.726257,28.187984,28.895273,29.457968,29.871872,30.154783,30.487581,30.790823,30.962395,30.835423,30.175835,29.962036,29.672182,22.541471,23.122437,23.507719,24.148743,24.409609,25.084082,25.75528,26.314205,26.829416,27.340424,27.797573,27.559385,26.375999,25.887791,25.637617,21.997938,22.364868,22.737656,23.001289,23.189646,23.512627,23.943733,24.113956,24.209368,24.454247,24.94693,25.324675,25.397352,25.606316,25.579077,20.123165,20.502052,20.981199,21.456415,21.815868,22.167276,22.517767,22.944262,23.333767,23.763624,24.159548,24.469761,24.535843,24.508984,24.502287,21.726023,22.191156,22.627382,22.895401,23.186371,23.542053,23.699505,23.804399,24.101227,24.678154,25.212627,25.11088,24.661411,24.374258,24.247591,22.152834,22.649193,23.190861,23.724571,24.180756,24.711119,25.245213,25.619974,25.820232,26.144758,26.43997,26.603735,26.36455,26.494556,26.433697,23.279871,23.756546,24.2057,24.817738,25.322172,25.8176,26.225117,26.422518,26.616854,27.045202,27.458473,27.598854,27.241203,27.101362,26.941973,24.614107,25.323915,26.126633,26.822964,27.535561,28.26465,29.032484,29.603189,29.991446,30.416245,30.818605,30.975449,30.563372,30.288818,30.155712,22.681688,23.081776,23.56716,23.916399,24.3507,24.690111,24.909559,25.068859,25.187584,25.457712,25.682661,25.704298,25.365669,25.118198,24.918301,25.179958,25.866684,26.261452,26.735138,27.297443,27.74691,28.11031,28.303619,28.504381,28.857349,29.255878,29.30106,29.019367,28.685019,28.416157,26.565588,27.326376,27.858881,28.433159,28.82406,29.123459,29.472935,29.719139,29.822254,30.09432,30.274981,30.337366,30.007271,29.644636,29.241938,23.097593,23.675922,24.331377,24.933464,25.321159,25.798359,25.896862,25.834518,25.884216,26.41975,26.754913,26.896254,26.654085,26.635525,26.663733,24.183001,24.754868,25.194996,25.857466,26.360199,26.9627,27.522854,27.754894,27.943691,28.328117,28.722874,28.729958,28.315254,28.02969,27.916494,25.757032,26.251772,26.770311,27.232927,27.618929,28.192612,28.614204,28.730301,28.768116,28.844145,29.041471,28.959724,28.391207,27.9617,27.730566,23.73332,24.200132,24.686687,25.129526,25.571945,25.93157,26.370827,26.921618,27.330013,27.775686,28.086365,28.258675,28.039227,27.826838,27.682003,27.200491,26.410124,26.906734,26.182711,25.968102,27.010874,28.688223,29.485634,29.223791,28.917843,28.995258,27.791361,26.129345,24.813169,23.78421,25.505404,25.56686,26.092964,26.181681,26.55797,27.001318,27.392303,27.777916,27.701477,27.651892,27.702131,27.361887,27.056118,26.69787,26.42293,24.910311,25.677279,26.873878,27.329969,27.755934,28.242748,28.706778,28.942904,28.985506,29.214483,29.225382,28.917202,28.244242,27.85833,27.545017,22.431227,23.429916,24.557165,25.582069,26.66206,27.914646,28.790426,29.54796,30.099249,30.8279,31.91188,31.677059,30.975193,30.627941,29.938026,24.3494,24.97279,25.642227,26.221804,26.83849,27.406502,27.911381,28.316513,28.611322,28.96088,29.401224,29.481342,29.088173,28.798464,28.591236,24.925842,25.518312,26.081446,26.613998,27.05172,28.057367,28.50819,28.417519,28.663948,29.048883,29.338869,29.530027,29.184521,28.897142,28.962704,26.92676,27.527069,28.125641,28.632236,29.31731,29.780125,30.147617,30.113646,30.158878,30.243519,30.107,30.349377,29.920244,29.378208,29.258112,24.801407,25.520737,26.13332,26.981472,26.995039,27.750271,28.210848,28.130726,27.8232,27.971491,27.956945,28.207632,27.928326,27.742329,27.571106,23.562887,24.19364,24.922865,25.276337,25.687712,26.394281,26.685472,26.961357,27.226603,27.458113,27.577898,27.223427,27.218775,26.786201,26.497808,19.997366,20.743359,20.921528,21.038799,21.490294,21.986166,22.178846,23.005032,23.236912,23.682327,23.511833,24.312037,24.393204,24.721952,25.393148,23.136906,23.290239,23.631325,23.817421,23.942429,24.03336,24.50852,24.562363,24.938564,24.896713,25.84868,25.902754,25.664192,25.611717,25.168919,22.26087,22.47191,23.374969,23.860329,24.652088,25.056717,26.747486,28.008635,28.674892,29.550562,30.453878,31.052155,30.204931,31.137184,31.307268,21.954166,22.49799,23.064842,23.456518,23.74312,24.235487,24.586674,24.909159,25.14053,25.527214,25.761452,25.368103,25.517672,25.148466,24.957443,23.817381,24.22629,24.520502,25.157869,25.15077,25.660852,26.417192,26.660971,26.792181,27.240774,27.879446,27.972296,27.984646,27.914095,28.154861,19.585125,20.072243,20.510227,21.131802,21.25309,21.63969,22.00668,22.32551,22.450342,22.979517,23.619337,23.913324,24.029518,24.117031,23.974586,21.546494,21.634327,21.950281,22.261494,22.861307,23.497244,24.016218,24.664104,24.991108,25.519253,26.059183,26.520559,26.633177,26.691141,26.797977,22.702053,23.193764,23.873558,24.188358,24.716475,24.873861,24.987162,25.193295,25.884018,26.323874,26.37512,26.674248,26.317591,26.242477,26.353561,23.075977,23.505369,23.939775,24.281601,24.50141,25.198761,25.433493,26.211998,26.056301,26.039755,26.514015,26.767624,26.680296,26.815144,27.093018,21.807262,22.35848,22.71242,23.209303,23.653502,24.234592,24.608763,25.039213,25.28047,25.511429,25.826672,25.836689,25.68936,25.464403,25.193935,22.189806,22.145828,22.786425,22.791565,22.8657,23.080729,23.356966,23.263676,23.542549,24.244286,24.637348,25.051712,25.156939,24.907763,24.94138,23.285713,23.719606,24.138597,24.549053,24.787327,25.745388,25.930748,26.921734,26.885695,26.796844,27.480337,27.937534,27.878756,27.964342,27.683617,22.46324,22.849083,23.427198,23.743069,23.972221,25.006203,25.4706,26.09441,26.676783,27.505344,28.341255,28.901842,29.118898,28.604338,28.350948,21.764505,22.491306,23.329369,23.9499,24.12417,24.867266,25.360199,25.750832,26.355473,26.468138,27.0917,26.102261,25.027878,24.232462,23.654963,17.465179,17.877764,18.19006,18.457701,18.774658,18.834856,19.092125,19.285975,19.567162,19.641972,19.752861,19.570917,19.522875,19.644609,19.622805,21.553928,21.862545,22.712809,23.484047,23.794113,24.752605,25.32896,25.822741,26.087332,26.629751,27.128002,27.029095,27.293964,27.118423,26.904112,23.648132,24.076092,24.189014,24.767874,25.559753,26.111994,26.185539,26.5226,26.641169,27.071194,27.414042,27.457138,26.980135,27.177567,27.100965,20.885376,22.085793,22.723698,23.496658,24.341896,24.360613,24.551182,26.176422,26.936182,27.481258,27.967749,28.346336,28.10236,27.794842,27.942776,16.395126,17.007355,17.870152,19.098906,19.645956,20.857883,21.847258,22.207693,22.89542,23.462738,23.610865,23.805454,23.421196,23.313063,23.054277,22.702139,23.331921,23.372902,23.910637,23.926685,24.719433,25.05776,25.70376,25.722569,26.047792,26.563915,25.57461,25.46924,25.434107,25.213715,21.328981,21.362419,21.717134,21.9701,22.210196,22.594269,22.736246,22.921238,23.09646,23.552742,23.900923,24.13656,24.035975,23.988924,23.874769,23.49437,23.822248,24.059332,24.205921,24.448748,25.0431,25.295031,25.600025,25.800129,26.109215,26.541618,26.787725,26.525873,26.518526,26.657825,20.655546,20.983606,21.319889,21.831236,22.209526,22.793297,23.533791,24.543795,25.31736,25.661272,26.711708,26.441664,26.246246,26.439949,26.649076,21.538376,22.09054,22.612152,23.247299,23.490768,24.032991,24.224369,24.386362,24.469481,24.345915,24.489319,24.246872,23.852951,23.899967,23.606924,5.5293417,6.4828897,6.5676441,8.1104059,9.7067356,9.0380249,10.001691,9.5110741,9.1964903,9.2597237,10.739943,9.1431599,7.5091286,7.3168764,7.5222721,23.026083,23.189875,23.684212,24.098379,24.701414,25.241119,25.569424,25.993139,26.600626,27.029428,27.498463,27.661812,27.243652,27.248434,26.984573,21.828943,22.162989,22.442369,22.897001,23.314173,23.818962,24.248478,24.802511,25.359747,25.767084,26.324671,26.639292,26.695475,26.781031,26.927444,15.432467,15.506786,15.809235,15.861771,15.62705,16.000219,16.057249,16.40686,16.454462,16.646269,16.816952,16.835779,16.634087,17.014391,17.369675,25.708321,26.130953,27.398914,28.337875,27.714199,28.824627,29.238861,29.858982,29.415405,30.427992,31.716534,30.857143,30.345049,28.924803,27.865675,18.550146,18.791653,19.244518,19.643671,19.945011,20.535952,20.859247,21.257404,21.629232,22.478823,23.040716,23.494299,24.124233,23.996588,24.12034,22.95418,23.199535,23.391558,23.525169,24.053387,24.481865,25.688341,26.294237,26.249821,26.930431,27.102942,26.834694,26.55645,25.799322,25.234741,21.584452,21.985022,22.480818,23.062912,23.540085,24.132206,24.35154,24.760977,25.043467,25.60297,26.070953,26.419071,26.410263,26.33386,26.273909,20.658651,21.246414,21.99737,22.49445,23.027702,23.410078,23.504988,23.869827,24.133642,24.471952,24.725975,25.058783,24.751051,24.815451,24.803122,21.492643,21.713284,22.0249,22.357475,22.457952,23.031656,23.244852,23.511049,23.598234,23.567062,23.746384,23.893824,24.085279,24.030924,24.155827,24.271673,24.604212,24.939991,25.305536,25.495949,26.089203,26.310614,26.750612,27.12163,27.391159,27.649721,27.490234,26.902508,26.620584,26.218039,21.91107,22.360718,22.427277,22.889166,22.922302,22.979418,23.613283,23.694206,24.269058,24.886059,25.088524,25.604149,25.520802,25.605169,25.273191,21.932598,22.465742,22.97332,23.480305,23.938169,24.322004,24.64637,25.105793,25.479019,25.765532,26.277205,26.748949,26.797543,26.83843,27.051916,23.783043,24.183739,25.181231,25.905338,26.501877,27.464077,28.022871,28.747576,29.251177,30.44607,31.387499,31.410711,31.195196,31.334236,31.173828,21.959307,22.750631,23.680668,24.502117,25.080645,25.899536,26.15107,26.350126,26.919933,27.307724,27.562651,27.494747,27.122942,27.080286,26.796589,24.527929,25.07732,25.590754,25.721651,25.948339,26.896467,27.055025,27.174435,27.39175,27.844149,28.213619,28.181929,27.95816,27.80171,27.811047,25.748243,25.991112,26.419725,26.648918,27.560938,27.958797,28.388191,28.829792,29.037401,29.24972,29.843798,30.217999,29.684776,29.142502,29.12299,21.248627,21.765339,22.303886,23.101278,23.455677,24.306641,24.677565,25.309328,25.794359,26.14584,26.588285,26.61652,26.446911,26.26329,26.274828,19.81786,20.23461,20.8391,21.444052,21.949133,22.540575,22.930544,23.352993,23.651127,24.04953,24.467819,25.041828,25.059128,25.116089,25.210777,22.725374,23.153795,23.488947,24.132805,24.760077,25.479321,25.680061,25.959953,26.309639,26.43243,26.626867,27.343533,27.376265,27.554237,28.144056,22.640854,23.239202,24.256573,24.520306,25.381384,26.098406,26.262846,27.057043,27.63019,28.140024,29.020109,29.28488,29.29652,29.200697,29.141729,21.00168,21.379139,21.896908,22.341736,22.635206,22.992285,23.416086,23.839952,23.992455,24.204756,24.494328,24.452782,24.453678,24.392599,24.229584,22.583914,22.816547,23.296343,23.599976,23.405384,23.567762,23.640322,23.864288,23.942923,24.490448,24.974758,25.646242,25.759659,25.975359,26.1826,21.953995,22.569017,23.258902,23.426281,24.144068,24.691463,24.991415,25.479046,25.963417,26.511124,26.565344,26.945272,26.536575,26.215626,25.941864,18.508724,18.786434,18.315115,19.120708,19.052471,19.437405,18.911322,19.0452,19.929186,21.08674,21.753086,22.662132,23.466066,23.823675,23.655649,21.85141,22.12394,22.513924,22.998482,23.659386,24.100681,24.314659,24.742247,25.036463,25.560608,25.9688,26.395187,26.264915,26.18458,26.214222,23.700157,24.250389,24.793789,25.189579,25.598028,25.984558,26.339003,26.986521,27.220785,27.337105,27.988266,28.378242,28.206699,28.12324,27.903982,22.580202,23.087212,23.388035,23.875832,24.403355,24.773844,24.711422,25.351667,25.493956,26.162273,26.341333,26.057306,25.753927,25.333218,25.085867,20.795746,21.064447,21.460726,21.941925,22.609974,23.28591,23.583433,24.222404,23.983665,23.783587,24.61161,25.118526,25.025793,24.520435,24.576584,28.320137,28.987852,29.428259,29.999065,30.457644,30.986742,31.606468,31.925816,32.311241,32.496513,32.869881,33.005787,32.324867,31.86475,31.4258,27.95282,28.608932,29.279989,29.724276,30.140886,30.459684,30.8514,31.519493,31.869343,32.606903,33.042221,33.105114,32.462223,31.935915,31.524515,22.349924,22.755836,23.11198,23.493944,23.816666,24.416954,24.630905,25.076595,25.322659,25.702663,26.007021,26.072676,25.725264,25.609388,25.554594,21.945219,21.863565,22.060158,22.298653,22.642105,23.119955,23.358328,23.702818,24.230183,24.910316,25.409927,25.990316,26.251945,26.391163,26.564386,23.939156,23.909578,24.381626,24.692116,24.983669,25.537399,25.910913,26.348278,26.69183,27.017876,27.653301,27.611464,27.510939,27.21628,26.768538,20.815252,21.362988,22.077244,22.69853,23.287886,23.717873,23.768518,23.899813,23.950201,24.123947,24.308435,24.526405,24.470146,24.519117,24.685713,25.679106,26.191753,26.605135,27.088955,27.419292,28.398239,28.910175,29.414917,29.587749,29.871511,30.234692,30.021217,29.730976,29.349461,28.94755,23.426573,24.284611,24.751719,25.945538,25.992647,26.167212,26.754232,25.836679,26.279072,25.733856,27.11039,26.998394,26.494089,26.729458,26.953381,24.611498,25.129089,25.605118,26.188007,26.570129,27.09226,27.204487,27.556101,27.549255,27.769613,27.8904,27.836439,27.565598,27.312725,27.066051,22.60985,22.652271,22.82963,23.12805,23.24485,23.676929,23.810894,23.85553,24.100647,24.994085,25.285254,25.683907,25.729313,25.906069,26.138741,22.726887,22.987097,23.363655,23.713947,24.072987,24.792974,25.287073,25.759422,25.865416,26.139879,26.488426,26.653418,26.63142,26.6492,26.141933,27.639168,28.021494,28.850773,29.43084,29.973906,30.343893,30.397125,30.815903,30.94713,30.670265,30.63851,30.169891,29.174152,28.317551,27.771032,20.422644,20.807386,21.329126,21.773434,22.112303,22.571867,22.783535,23.183912,23.570391,24.159462,24.672722,25.132578,25.325033,25.513973,25.649691,23.205431,23.741671,24.202988,24.711571,24.972071,25.414377,25.401321,25.739878,25.746181,26.097282,26.137417,26.174402,25.800961,25.531179,25.301123,20.723015,20.75704,21.093796,21.412989,21.821787,22.181774,22.507267,22.805981,23.057701,23.470194,24.031223,24.122568,24.068169,24.150799,24.296024,23.177032,24.116941,25.333199,25.809093,27.065027,27.890804,28.22798,28.769341,29.547306,30.395456,31.519541,31.165371,30.911303,30.764051,30.590445,23.735847,23.681,23.991602,24.130459,24.412584,24.740059,25.155577,25.449961,25.952171,26.03392,26.52742,26.786152,26.76086,26.659172,26.804123,26.957174,27.783436,28.084654,28.355423,28.741724,29.492367,29.987368,30.69758,31.363001,31.698101,32.293968,32.371212,31.821388,31.140915,30.918991,25.136683,25.671396,26.286182,26.784035,27.004925,27.555794,27.677273,28.187517,28.534491,28.799585,28.964588,28.697666,28.137953,28.067425,27.860853,22.186991,22.536472,23.164093,23.923359,24.163931,25.356829,26.140398,26.906523,26.564486,27.17382,27.998987,28.543392,28.743029,29.180357,28.519732,21.168722,21.370993,21.58696,21.918398,22.322796,22.86875,23.188614,23.642019,24.08532,24.68766,25.201569,25.794781,25.995365,26.346191,26.604534,21.462074,21.994677,22.276245,22.583672,22.704752,23.206631,23.907179,24.384127,24.803961,25.301275,25.488049,25.697685,25.542212,25.332291,25.287479,21.988894,22.395258,23.539642,23.493914,24.154434,24.020861,24.441738,25.313389,24.982149,25.534815,25.787153,25.685989,25.624741,24.997341,25.475746,22.643087,23.05209,23.591455,24.185593,24.509195,24.958998,25.032848,25.074322,25.193537,25.524544,25.793167,26.159084,26.358011,26.506992,26.434162,24.565067,25.101042,25.318035,25.682533,26.136002,26.399693,26.724009,27.496498,27.896,28.565237,29.003304,29.066219,29.065491,29.024389,28.898808,23.504005,23.848722,24.396395,24.5504,24.871584,24.910774,24.971485,25.211208,25.684298,25.805801,25.982374,25.490458,25.302719,25.390888,25.35998,21.986187,22.574615,23.252005,23.791058,24.446669,24.935003,25.454437,25.965538,26.304283,26.419407,27.244728,27.733793,27.76931,27.39189,27.067808,22.355545,22.735222,23.703617,24.207561,24.27562,25.170389,25.477558,26.131248,26.534771,26.849741,27.082085,27.307409,26.524357,26.020298,25.884544,21.174273,22.114508,22.827469,23.900169,24.914179,25.977303,26.696411,27.535374,28.369703,28.83884,29.385218,29.610231,29.215527,28.680902,28.906975,24.194092,24.791281,25.601187,26.202503,26.672194,26.878517,27.152342,27.357143,27.570747,27.777779,28.382343,28.231222,28.000971,27.880032,27.737835,23.701946,23.69412,24.62398,24.778385,25.514576,25.853428,26.234297,27.214464,26.801664,26.73175,27.17753,27.161716,26.413525,26.305815,25.724796,20.582178,21.591066,22.002155,22.431595,22.597137,23.363907,23.128452,23.455009,22.86611,23.24159,23.75074,24.08787,25.401991,24.365141,23.965351,22.988583,23.480265,23.857212,24.0854,24.587193,25.045454,25.421364,25.622782,25.844538,26.017982,26.480728,26.561428,26.355604,26.335011,26.249033,21.408417,22.429344,23.153494,24.041964,25.037552,25.425392,25.799379,26.435665,26.583899,26.915201,27.37261,27.17452,26.78018,26.440817,26.204601,12.387763,13.215939,13.794096,15.22772,15.573719,16.343212,17.823212,18.697809,19.824379,19.535946,20.972954,19.882063,19.010843,18.922211,18.179028,26.442713,26.543283,27.283583,28.14407,28.343796,28.958183,30.275675,30.756035,31.154978,31.487673,32.563393,33.214832,32.933281,32.467194,32.132053,15.891996,16.690361,17.927299,19.421144,20.132101,20.715937,21.724819,22.825296,23.234463,22.630014,22.487024,22.714155,22.282038,22.612461,22.490685,18.610502,19.158676,19.558481,20.056896,20.336754,20.776815,20.876411,21.478693,21.450085,21.674427,21.734377,21.357479,20.63019,20.626583,20.503157,21.693096,22.336584,22.930407,23.40452,23.95248,24.733425,25.24176,25.690804,26.301155,26.403793,26.771784,26.437197,25.590256,25.304485,25.137278,23.254501,23.636448,24.374439,24.901915,25.390478,26.088985,26.02022,26.538765,27.044518,27.47756,27.930153,27.944712,27.536366,27.087105,26.988623,26.306173,26.60293,27.472528,28.270752,28.862255,29.650227,30.000002,30.338398,31.396263,31.370899,31.896854,32,31.473181,31.364286,31.405725,22.245989,22.804174,23.622324,24.8286,25.699106,26.732674,27.039824,27.669769,28.076712,28.331762,28.952393,28.849607,29.067003,28.8981,28.556955,24.073645,24.564232,25.324381,25.70652,26.259354,26.589977,27.147404,27.664652,27.958303,28.124105,28.79966,28.983599,28.841904,28.676888,28.473299,23.84198,24.201038,25.297297,26.765057,26.620399,27.807623,28.297689,28.879467,29.460331,30.136665,30.583799,30.999771,30.501488,30.43178,30.414957,23.741453,24.320724,24.870193,25.668802,25.940699,26.488689,26.681059,27.463787,27.876457,28.437138,29.246191,29.390249,29.15259,28.791311,28.302597,23.445126,23.524796,24.368687,24.991943,25.395275,25.869423,25.376802,25.767473,26.112375,26.896101,27.274212,27.149694,26.894701,27.099627,26.641905,21.790112,22.239443,22.909107,23.717894,23.890306,24.406113,24.381866,24.568281,25.197147,25.657001,26.255318,26.189766,26.353836,26.183445,26.196331,24.885447,25.823828,26.832697,27.175623,28.044657,28.857973,29.43749,29.821972,30.239901,30.38158,30.95175,31.011734,30.781599,30.364088,30.148581,21.484091,21.587301,22.526957,22.305508,22.488937,23.129932,23.840698,24.555859,25.043955,25.930384,26.930672,26.932863,27.093155,26.89432,26.874653,24.583092,24.963953,25.929573,26.449961,26.758612,27.675035,28.245554,28.700138,29.067825,29.25618,29.319223,29.406509,29.147503,29.096651,28.975027,21.623976,21.67025,22.291508,22.506281,23.071075,23.600937,23.933987,24.492998,25.067095,25.526472,25.918249,26.252377,26.3484,26.343676,26.308573,19.918167,20.277933,20.894032,21.603313,21.744652,22.240984,22.531984,23.299984,23.708752,23.779634,24.250986,23.904953,23.377207,23.545715,23.257097,21.632042,21.553955,21.719501,21.938898,21.907373,22.152557,22.304102,22.498667,22.948902,23.487848,24.210178,24.775126,24.84273,24.934513,25.051281,24.321712,25.322365,26.165051,26.940807,27.702124,28.239447,28.549799,28.775808,29.097389,29.373804,29.605263,29.559258,29.1448,28.898733,28.500298,24.180326,24.469074,25.068432,25.67881,26.186449,27.082268,27.369923,27.902933,27.961536,28.449675,28.648033,29.002369,28.969723,29.11698,28.58992,17.488497,17.839388,18.445236,19.140921,19.782791,20.37443,20.787704,21.278931,21.802635,22.459347,23.159428,24.051548,24.47838,24.89138,25.355053,21.871727,22.366289,23.024479,23.740597,24.188089,24.903055,24.680517,25.023615,25.42429,25.453156,25.431671,25.887478,25.778038,26.253677,26.244968,25.828636,26.38695,27.112202,27.704224,28.220814,28.507534,29.099363,29.49304,29.680676,29.605309,29.664356,29.76255,29.536701,29.464346,29.258472,24.678385,25.077477,25.476711,25.80784,25.902716,26.113277,26.488403,26.420567,26.611752,27.014652,26.862579,26.767031,26.291775,26.09314,26.024946,23.447056,23.774757,23.897543,24.272562,24.796432,25.628614,25.822786,26.114983,26.704126,27.159866,27.6124,27.816504,27.952999,27.881479,28.170046,22.410812,22.682068,22.964024,23.40366,23.733698,24.089314,24.635885,24.852289,24.81706,25.165516,25.458181,25.5063,25.335052,25.142883,25.123045,23.490419,24.235985,24.754131,25.553087,25.793726,26.657482,26.951622,27.4443,27.857021,28.614634,29.021767,29.248545,29.149555,28.692862,28.332462,28.050333,28.722849,29.118044,29.393661,30.040382,30.206877,30.631382,30.66346,30.457888,30.331934,30.035368,29.837687,29.351166,28.926977,28.928352,25.539291,26.045263,27.051434,27.522194,28.367928,28.304884,29.508841,30.407276,29.760504,30.11614,29.750099,29.256401,30.807659,31.051964,30.525402,27.783676,28.05356,28.20546,28.118029,28.615852,29.270741,29.683033,29.651663,29.75732,29.898743,29.797298,29.503164,28.930586,28.688522,28.219349,22.050688,22.386335,22.899187,23.795298,24.773493,25.91151,26.547649,27.133284,27.939829,28.813341,29.716736,29.600317,28.841156,28.577387,28.013697,20.647266,21.299318,22.041073,22.851572,23.343813,23.912233,24.180832,24.52833,24.550077,24.716736,24.961071,24.98641,24.789696,24.714649,24.506708,24.136078,24.581566,25.0909,25.363344,25.666977,26.226213,26.319281,26.506462,26.667706,27.103102,27.518316,27.932224,28.025597,27.850714,27.798498,24.056976,23.782383,24.234694,23.792757,24.619165,24.004684,24.645634,24.516409,24.529472,24.92935,24.710579,24.870466,25.040129,25.746489,26.307604,22.808161,23.643488,24.090372,24.75399,25.227621,25.774973,26.303413,26.935757,27.447281,27.500837,28.241379,28.505907,28.763554,28.872147,28.605942,23.196484,23.889309,24.386538,25.451124,26.089355,27.456486,27.545383,28.329546,28.967937,29.223743,29.460297,29.15954,28.139744,27.853521,27.950525,22.582355,23.028492,23.57996,24.052671,24.641844,24.970945,25.261816,25.68042,25.583258,25.978014,26.263636,26.363012,26.075632,25.885645,25.685745,23.989483,24.439322,25.182438,26.124567,26.566326,27.068529,27.401131,27.759563,27.845716,28.205915,28.125835,28.134104,27.739979,27.315701,27.039873,23.334595,24.225456,24.004425,24.744152,25.298157,25.415548,25.164387,25.355825,25.163401,25.335121,24.516769,24.394663,24.353096,25.767204,24.349476,20.617077,21.164829,21.497513,21.969378,22.472797,23.048862,23.4772,23.669931,23.8277,24.101576,24.363115,24.780415,24.726698,24.717167,24.403675,26.78653,26.92135,27.781895,29.032257,30.391144,30.741385,30.981462,32.422432,33.5266,34.526409,34.862652,35.009613,34.765984,34.783283,33.824684,25.04817,24.421467,25.539217,26.261049,27.325275,28.310009,28.395063,28.849272,28.846153,27.677567,31.448763,31.711605,31.997608,31.320307,31.128174,20.204283,20.838953,21.408691,21.95686,22.462446,22.987267,23.70927,24.65023,24.990547,25.630287,25.835451,25.824568,25.504843,25.656012,25.854338,22.899897,23.640932,24.216362,24.867666,25.241085,25.869074,27.085701,27.244022,27.233091,27.671108,28.302097,29.116467,28.893932,28.647814,28.725805,22.475405,23.315508,24.289301,24.015266,24.106232,24.930325,25.615221,26.041927,26.555761,26.740742,27.417105,27.591286,27.744463,27.399986,27.255615,23.310471,23.673998,24.851513,25.15741,25.887304,26.268009,26.783028,27.399237,27.881426,28.407669,28.805923,29.156012,28.57143,28.328089,27.850878,23.033459,23.740452,24.556456,25.09079,25.705067,26.159426,26.639484,26.90596,27.230152,27.505651,27.75358,27.744654,27.634031,27.469761,27.197155,21.286638,21.90229,22.359159,22.857517,23.093056,23.522133,23.509607,23.76133,23.966236,24.318205,24.420536,24.362476,24.282959,24.032724,23.762278,22.385889,22.649769,22.845837,23.372679,23.553467,23.927052,24.073591,24.171417,24.538307,24.838436,24.96245,24.920973,24.646694,24.526361,24.348179,28.391098,28.139803,28.87117,28.825039,28.464344,29.195171,29.014688,28.693073,28.879351,28.14056,28.07971,27.484264,26.88131,25.576851,24.90304,21.932381,22.219,22.787386,23.238012,24.075407,24.719269,24.516319,25.011074,25.733896,25.615406,26.454332,26.389091,26.521545,26.185101,25.631609,22.072876,22.546955,23.047291,23.722261,24.159288,24.536238,24.907272,25.305882,25.514729,25.846857,26.089869,26.105448,25.775757,25.524601,25.303286,21.21372,21.635828,22.041203,22.887213,23.437164,23.72093,24.165115,24.014927,24.543139,25.516853,26.134079,25.920486,25.203154,24.839981,24.163385,23.380068,24.659243,25.745026,27.148455,27.703098,28.843456,30.159548,30.539549,31.211609,32.623962,33.619534,33.707867,33.732956,32.637905,32.547283,28.330841,28.476042,28.938908,29.203913,29.966974,30.252821,30.503422,30.717552,30.923185,31.207237,31.220129,30.852058,30.01211,29.467928,28.835642,23.635839,23.884411,24.163771,24.634693,25.038162,25.750729,26.362938,26.773146,27.308664,27.653509,28.102039,28.29138,28.344238,27.990791,28.20122,24.063133,24.408701,24.932768,25.427708,25.795603,26.098833,26.308731,26.683479,26.932734,27.398998,27.832636,28.077591,28.000938,27.811701,27.627781,21.852051,22.481871,23.147209,23.839146,24.47607,24.879234,25.139832,25.421432,25.586548,26.044655,26.352316,26.782755,26.719879,26.741156,26.596073,22.68993,23.2654,23.895691,24.365454,24.972136,25.249207,25.390186,25.619169,25.689728,26.2665,26.329115,26.376146,26.231155,26.079166,25.842602,23.585657,24.40214,25.598085,26.68165,27.651331,27.970097,28.684994,29.192442,29.535511,29.97971,29.39352,29.658195,29.938936,29.949606,30.426111,21.479139,22.054794,23.171429,23.770723,24.758156,25.909203,26.205238,26.71236,27.322895,27.989641,28.370201,28.786942,28.743404,28.696707,28.178375,23.503534,23.92889,24.307896,24.673367,24.859179,25.047333,25.451969,25.556576,25.863791,26.182703,26.335712,26.268253,26.146397,25.917545,25.836393,24.270226,24.947235,25.994141,26.808681,27.540213,26.902176,28.441065,28.080441,26.937271,29.36508,29.257797,28.974634,29.026485,29.911375,30.603773,23.145449,23.547857,24.422844,25.258518,25.646152,26.011044,25.78372,26.727379,26.731262,26.993006,27.387848,27.361887,27.324476,26.95071,26.553106,25.359159,25.487597,25.802252,26.175684,26.529253,27.051437,27.526882,28.223742,28.479681,28.579912,28.835396,28.864626,28.273886,28.136486,27.886337,21.686733,21.632767,21.730785,21.968529,22.048737,22.297741,22.409967,22.668114,22.692101,23.201893,23.532555,23.760983,23.840521,24.05213,24.174679,22.891565,22.958954,23.990417,24.103203,24.938076,25.543293,25.451061,25.795927,26.221878,26.878551,27.648327,27.222162,27.289845,27.414677,26.997059,24.209837,25.089136,25.7036,25.763786,26.995193,27.584574,27.593046,28.230711,28.419567,28.824142,29.461756,29.61146,28.996616,28.916878,28.297895,22.78034,23.291288,24.066757,24.870518,25.642056,26.313126,27.060144,27.651283,28.23238,28.626192,29.61216,29.397465,28.843737,28.865543,29.023972,23.909384,24.510651,25.021717,25.660601,26.210398,26.958931,27.103704,27.358404,27.376619,27.698517,28.57143,28.388321,27.972418,28.087593,28.102329,20.966084,21.499159,22.086899,22.75186,23.253494,23.711775,23.965193,24.210375,24.522369,24.828283,25.106028,25.322872,25.180414,25.097313,25.023252,32.671844,33.41917,34.195,34.381901,35.066341,35.106106,36.53643,36.338314,35.811989,36.25,37.060459,36.164864,35.59539,35.607845,35.420998,20.141823,20.548914,21.045406,21.495964,21.832783,22.335602,22.786053,23.011671,23.053257,23.016319,22.934597,23.030724,22.835115,22.752008,22.491644,21.731009,22.411636,23.267406,23.540762,24.343597,25.950304,26.552464,27.756655,27.658867,27.768539,27.265114,26.664431,25.593222,25.088161,24.517212,26.834312,27.731937,29.045645,29.850578,30.560234,30.663868,31.01512,31.25,31.273308,31.283653,31.405493,31.522095,31.125971,30.862146,30.253304,19.749479,20.15069,20.666967,21.097404,21.563393,22.060085,22.667988,23.025837,23.240419,23.332668,23.22751,23.107248,23.30031,23.132322,23.186001,27.993721,28.559858,29.26346,29.848713,30.483877,30.918316,30.893654,31.409136,31.391722,31.630384,31.787491,31.561729,31.013588,30.771038,30.224314,30.453596,31.798605,32.871315,34.026085,35.279839,36.799889,37.04377,37.418728,38.458309,38.675365,39.035835,38.940453,38.435524,38.210415,37.88456,29.396481,30.40292,31.067652,31.783127,32.722218,33.411663,33.755325,33.798908,33.813404,33.923889,33.814003,33.668919,33.354767,32.565456,31.4834,21.052694,21.596531,22.105574,22.317665,22.358515,22.660809,22.93153,23.007458,22.898296,22.851791,23.021837,22.96397,22.664185,22.264879,22.003944,26.278624,27.302364,28.137075,28.694778,29.174456,29.544792,29.990503,30.035336,30.357307,30.538866,30.672955,30.533222,29.944599,29.548803,29.361391,25.846581,26.989136,27.701305,28.325123,28.271692,28.566372,28.786791,28.541225,29.655657,29.911816,29.308567,29.625669,28.98019,28.516966,28.215927,27.376032,27.799999,28.780487,30.515062,30.821917,29.747427,30.28891,31.822304,30.892859,34.951458,34.265102,31.550318,30.733521,31.255993,29.094414,19.181406,19.277334,19.561863,19.845438,20.066824,20.314493,20.646618,20.931839,21.044239,21.31599,21.681589,21.90097,22.068678,21.916279,21.975254,22.222223,22.904722,24.102779,24.644617,25.189981,26.525923,26.76445,26.829624,26.812866,26.538572,26.3437,26.017803,25.859272,24.934036,24.768892,19.641939,20.030617,20.447359,20.856237,21.282185,21.818266,22.235798,22.630749,22.467697,22.47286,22.292965,22.591091,22.268024,21.929073,21.734144,20.117188,20.932644,21.729958,22.085201,21.560129,21.621622,21.54171,22.573839,20.795107,21.019772,24.493927,22.292324,23.940435,24.449594,24.370708,29.048153,29.46254,30.085093,30.107027,30.801395,31.96674,32.531906,33.773327,34.025558,33.683369,33.627003,33.86274,33.310032,32.568436,32.130684,29.22048,30.618044,32.102341,33.017494,33.906513,35.675808,36.004814,36.452381,36.604652,35.571854,35.409988,35.146923,34.016113,33.482777,33.437878,15.288361,16.274942,17.181202,18.111813,18.448112,19.306301,19.817179,20.233126,20.646118,21.304495,21.549976,21.882748,21.631393,21.548309,21.502552,17.656387,18.276192,18.867117,19.115891,19.575216,20.001656,20.521307,20.762402,20.859188,21.03159,21.12709,21.182343,21.111717,21.319639,21.35601,20.562496,20.763603,21.140577,21.301537,21.107595,22.394926,23.077526,23.214148,23.184868,23.191376,23.500113,23.933903,24.301439,24.494696,24.428904,23.601709,24.290262,25.142046,25.578285,26.354786,26.827774,27.392977,27.600548,27.808275,27.996906,28.791603,29.181623,29.126913,28.601465,28.323597,21.245422,22.018995,22.102915,22.267487,22.750996,23.025866,22.896467,22.929893,23.100683,22.796333,22.84074,23.297562,23.515907,23.474644,23.526299,28.442148,29.241926,30.016132,30.746269,31.04468,31.896664,32.817493,33.031071,33.039757,33.114388,32.901604,32.60051,31.850046,31.373756,30.772552,19.465429,20.034159,20.386829,20.697317,20.856922,21.385069,21.658718,21.588924,21.371881,21.2922,21.54673,21.892097,21.626083,21.629475,21.457685,20.288757,20.765381,21.260012,21.7279,21.856087,22.193954,22.515041,22.817423,22.915586,22.614456,22.791403,23.22134,23.142147,23.067734,22.892624,23.976362,24.468809,25.244793,25.836823,26.272293,26.747215,27.137672,27.240967,27.282179,27.489864,27.600235,27.608183,27.350098,27.111561,26.785969,18.914501,19.04492,19.378677,19.691032,19.844414,20.26531,20.799427,21.338345,21.377724,21.565285,21.867466,21.411037,21.108463,20.924034,20.526112,29.544279,30.646648,31.422924,32.289471,32.767624,33.640373,33.970493,34.395885,34.725388,34.536213,34.485359,33.996494,33.371929,32.332386,30.964401,27.299467,28.285635,28.913694,29.120129,29.899157,30.259211,31.115303,31.373077,31.318533,31.289145,31.892035,31.057211,29.598749,29.290018,29.12088,22.192053,22.337099,22.536541,22.392498,22.202208,22.177248,23.057539,22.944511,22.674074,23.238205,23.296871,23.286606,23.059361,23.172569,23.133484,11.813656,12.285643,12.370953,12.234556,12.003751,11.754962,11.616739,11.651896,11.42107,11.360147,11.487654,11.868073,12.15263,12.432231,12.467164,20.96702,21.966024,22.807287,23.554594,24.636093,25.193289,25.543421,25.766262,25.699993,25.432508,25.054693,24.868797,24.698048,24.233324,24.024824,23.121557,23.941187,24.604565,25.07428,25.522514,25.975153,26.292419,26.751032,26.859056,26.93795,27.064743,27.21487,27.071222,26.733816,26.605228,21.547764,22.150383,22.78788,23.96674,24.914343,25.985014,26.314522,26.87785,26.945967,27.589455,27.315029,27.369415,27.216837,26.588785,26.206896,21.019646,21.62361,21.827879,22.242365,23.312101,24.033476,24.770559,25.250998,25.045591,25.391876,25.47776,25.813526,25.773918,25.662399,25.855515,21.81439,22.355261,22.693886,23.186485,23.794882,24.087692,24.749043,24.767126,24.851889,24.875359,24.906059,25.424629,25.369381,25.45648,25.297985,22.073757,22.487202,23.551756,24.365829,24.79817,24.495018,24.801693,24.946894,25.118986,25.131098,24.939713,24.723722,24.711908,25.074318,25.032562,27.336143,28.14171,28.948175,29.565016,30.044598,30.452293,30.73613,31.322882,31.095081,31.666925,31.919241,31.671671,31.220472,31.106028,30.928167,19.022631,20.232378,20.966564,21.395802,22.25201,22.805222,23.288996,22.805643,22.696583,22.736778,22.858826,23.580828,24.501934,25.123966,25.895023,21.563084,22.279881,22.635284,22.840279,23.099445,23.584839,23.889183,23.980852,24.05946,24.078615,24.116001,24.019218,23.699799,23.198589,22.839636,32.171303,32.754406,34.024734,34.012245,34.770012,35.254585,34.873417,35.169704,35.427437,35.418545,35.516502,35.519466,34.927979,34.064327,33.047737,24.46339,24.879227,25.222132,25.777466,25.635872,26.113056,27.172071,27.625412,27.894997,28.310234,27.99608,27.966854,27.605776,27.474627,26.948441,22.461611,22.91293,23.506845,24.031099,24.785236,25.307831,25.872499,26.382145,26.625637,26.936558,27.206495,27.460463,27.261629,27.067289,26.895758,22.779842,23.373644,23.978315,25.081047,25.288483,26.486427,26.586481,27.210009,27.93996,28.426764,28.432209,28.888613,28.864107,28.581333,28.472809,22.498442,22.938702,23.405695,23.708241,24.114689,25.161219,25.510996,26.287546,26.747042,27.418718,27.832153,28.082386,28.25317,28.24379,28.118431,22.053648,22.283665,22.835033,23.031012,23.53371,23.738562,23.953125,24.162806,24.395418,25.150496,25.723782,26.190609,26.477581,26.600922,26.825052,19.678946,20.317869,20.981949,21.852222,22.416763,23.16033,23.534546,24.17679,24.492458,25.017952,25.307125,25.840244,25.54056,25.688875,25.120562,23.973375,24.408062,25.07345,25.706955,26.222425,26.708981,27.243271,27.687538,28.157249,28.427177,28.608227,28.980404,28.791496,28.64979,28.537724,24.459299,24.876114,25.666735,25.771183,26.469442,27.270967,27.580208,28.449614,28.658537,28.945297,29.38286,29.605522,29.512438,29.246033,29.135603,24.580097,25.534899,26.232222,26.802731,27.462425,28.685436,29.572672,29.890684,30.099756,30.556992,30.883404,30.668154,30.01062,29.459026,29.330629,22.771481,23.075237,23.536793,23.577591,24.032257,24.352596,24.906326,25.038322,25.658857,25.992807,26.330059,26.707256,26.845636,26.787996,26.945421,18.043669,18.422035,18.872084,19.240374,19.567696,19.926674,20.230701,20.45458,20.751125,21.017862,21.245008,21.192415,20.986378,20.919407,20.862581,23.081707,23.680477,24.061283,24.508133,25.082134,25.869474,26.408371,26.84535,27.283123,27.717766,28.143507,28.213545,28.074493,28.164028,28.053778,23.242382,23.9527,24.299454,25.044775,25.391792,25.896702,26.522287,26.93322,27.323553,27.545494,28.284996,28.70439,28.343559,28.079733,27.896891,23.388161,23.976158,24.395557,25.010569,25.936926,26.333662,27.025105,27.577818,27.950754,28.460873,28.691494,28.99279,28.532946,28.421751,28.099236,21.344017,21.887571,22.392578,23.054842,23.666256,24.399553,24.987181,25.885361,26.507792,27.10697,27.618746,27.926674,28.09281,28.314543,28.323898,19.734911,20.291536,20.888779,21.144335,21.433943,22.072582,22.43108,22.564121,22.872002,23.157129,23.204882,23.514269,23.588974,23.697361,23.78883,20.789988,21.212141,21.727865,22.220963,22.716246,23.266716,23.747019,24.063223,24.276716,24.535097,24.808487,25.043259,25.008245,25.03614,25.093927,23.139484,23.552523,24.316967,25.037304,25.674259,26.437584,27.186218,27.738106,28.006655,28.500881,28.720825,28.851599,28.445509,28.255743,28.227097,22.238913,22.762056,23.865366,25.004519,25.735691,26.245817,26.524363,27.344948,27.441442,27.870337,28.240194,28.510792,28.541401,28.711691,28.718138,17.502829,17.947983,18.317364,18.710678,19.135122,19.731201,20.062698,20.417173,20.953911,21.32939,21.698463,21.982676,22.024534,22.101774,22.033947,23.625,24.136494,25.136448,25.260698,26.021233,26.525486,27.126011,27.798351,27.998566,28.631031,28.877747,29.36273,29.364359,29.30014,29.330296,22.144859,22.553913,22.910526,23.323338,23.905472,24.536093,25.1355,25.581974,26.044065,26.231892,26.815224,26.885626,26.579212,26.474449,26.218283,22.908493,23.398144,23.939686,24.491455,25.026697,25.877628,26.585562,27.193733,27.713404,28.28804,28.640545,28.787878,28.684145,28.581604,28.494947,23.312225,23.90958,24.562315,25.260675,25.83898,26.871017,27.451807,27.994083,28.548592,29.001501,29.276848,29.107115,28.772779,28.467072,28.247189,24.529657,25.497892,25.641771,25.947989,26.54945,27.501472,27.98028,28.091558,28.420269,29.018726,29.543766,29.349289,28.703016,28.494381,28.137743,21.247955,21.844236,22.598524,23.273657,24.135431,25.05747,25.763365,26.369513,27.006701,27.401897,27.843662,27.947268,27.760319,27.693113,27.513767,22.055254,22.691864,23.287796,23.928604,24.748289,24.81234,25.564423,26.030149,26.451878,26.868576,27.240679,27.054934,26.877007,26.662752,26.89492,21.641422,22.193951,22.772348,23.575737,24.230633,25.212887,25.886778,26.440582,27.030861,27.307583,28.156303,28.221121,28.12187,28.188404,27.85235,24.426327,24.826021,25.361889,25.595146,25.830832,26.157576,26.627907,26.863934,26.976181,27.263058,27.601191,27.749174,27.420002,27.333822,27.296654,23.084572,23.875397,24.561684,24.938337,25.115601,25.934528,26.383501,27.031017,27.337202,27.686708,27.910931,28.017324,27.768221,27.636534,27.779785,26.104605,26.230291,26.595053,26.974007,27.376049,27.893866,27.541807,27.723949,28.019323,29.000177,29.106886,29.079044,28.307804,27.210506,27.115458,21.990238,22.708618,23.505676,23.986813,24.6409,25.399803,26.364084,27.11235,27.586702,28.08416,28.443676,28.565239,28.620714,28.674074,28.798136,22.631552,23.173277,23.800335,24.191969,24.216373,24.191395,24.474577,24.581215,24.984745,25.501993,25.77776,26.240313,26.270679,26.486885,26.534214,24.319925,24.498652,25.521326,25.91626,26.604107,26.714674,27.056608,27.578423,27.655548,27.947443,28.121672,28.067467,27.741241,27.737751,27.898289,24.602938,25.347551,26.068506,26.681238,27.16964,27.87104,28.456625,28.942612,29.116301,29.643608,29.696175,29.86706,29.64904,29.455406,28.691078,27.067196,27.995804,28.54118,28.746826,29.202402,29.555798,30.434782,30.322725,30.870953,31.16943,31.632652,31.130314,31.04015,30.73481,30.078217,26.639744,26.969326,27.494431,28.53182,29.082405,30.07963,31.126871,31.711832,31.810263,32.247959,32.350533,32.594234,32.704578,32.202415,31.469831,24.421473,25.07,25.81163,26.245218,26.83086,27.483589,27.986586,28.338741,28.537193,28.67065,28.972202,29.126328,28.740376,28.481647,28.286732,23.695278,24.466507,25.077099,25.72341,26.301119,26.689144,27.342615,28.003433,28.18248,28.734556,29.035738,29.198143,28.876221,28.577837,28.275814,17.865948,18.288258,18.841711,19.172768,19.525074,19.93634,20.365629,20.921402,21.23983,21.513811,21.528801,21.682449,21.848185,21.550091,21.475719,22.727724,23.607796,24.17374,25.055164,25.434566,26.32004,27.256042,27.874386,28.540771,28.976393,29.883396,29.866528,29.752153,29.59013,29.33777,23.435978,24.000601,24.667755,25.195068,25.944799,26.433474,26.918701,27.10342,27.288235,27.516037,28.031748,28.090494,27.746456,27.408882,27.285025,22.849091,23.240311,23.648926,24.401157,24.948601,25.68889,26.337088,27.1346,27.486572,28.039896,28.49111,28.916979,29.004578,28.920137,28.946436,26.915142,27.60829,28.336298,28.923836,29.47982,30.00441,30.414402,30.868265,30.961918,31.2365,31.701612,31.597528,30.863157,30.414169,29.807219,22.958866,23.77677,24.891602,24.813015,25.590948,26.24844,26.960976,27.431208,28.056192,28.498888,28.925423,29.331673,28.765106,28.329956,28.091997,20.445166,20.93614,21.414867,22.105438,22.71892,23.231956,23.627979,23.999701,24.27895,24.663342,24.90518,25.400431,25.573931,25.781706,26.035589,22.101847,22.662457,23.084473,23.623268,24.02758,24.644867,25.062195,25.31682,25.508175,25.833944,26.075312,26.250141,26.152334,26.296564,26.32835,22.234276,22.237623,22.14385,21.948627,21.918531,21.871107,21.330175,20.951872,20.828304,21.215219,21.660133,22.144697,22.338627,22.672276,22.911604,24.227812,24.744709,25.34796,25.81534,26.440853,26.851419,27.458832,27.804667,27.901432,28.011814,28.023962,28.076902,27.798069,27.558767,27.277449,21.679087,22.222778,22.858677,23.63673,24.226578,24.826458,25.464312,26.054588,26.550938,27.135178,27.575094,28.160847,28.200525,28.22541,28.273846,22.421146,23.000214,23.644375,24.503151,25.000223,25.790432,26.496611,27.107758,27.548153,28.098492,28.453091,28.668568,28.635448,28.58448,28.586351,23.451271,23.758614,23.88283,24.241873,24.501873,25.138971,25.576809,25.755075,26.200178,26.467089,26.656761,26.646065,26.508337,25.973949,26.096651,23.17411,23.745152,24.549896,25.377958,25.918665,26.858425,27.497562,28.037357,28.630901,29.459229,30.040899,30.429766,30.307861,29.983723,29.736858,22.064854,22.825405,23.791088,24.466043,25.157747,25.899851,26.658627,27.200594,27.560081,28.2199,28.638304,28.788074,28.630394,28.544319,28.391891,21.931261,22.593264,23.055744,23.599716,23.95339,24.76376,25.505531,26.077118,26.333036,26.774767,27.012482,26.907974,26.430994,26.753918,26.463661,19.046314,19.375401,19.715261,19.859877,19.979876,20.387848,20.627966,20.846867,21.321478,21.336359,21.595264,22.045692,22,21.803247,22.155043,21.364388,22.043327,22.792513,23.405018,24.126293,24.961601,25.770882,26.452148,27.068863,27.822193,28.437992,29.274076,29.548454,29.895163,30.072481,19.135662,19.656479,20.12933,20.584303,21.039497,21.635195,22.132271,22.588259,22.973774,23.37089,23.639832,23.770439,23.56155,23.422651,23.375452,24.11462,24.764091,25.480616,26.111391,26.67452,27.084251,27.498016,27.71352,27.918943,28.181557,28.19943,28.276236,27.962,27.497948,27.184654,23.039696,23.749693,24.397053,24.937359,25.670614,26.357967,27.007221,27.525679,27.894453,28.526138,28.794346,28.907671,28.897837,28.683346,28.836779,22.6532,23.243952,23.896145,24.4091,24.920181,25.519434,26.022678,26.433342,26.683245,27.111881,27.461184,27.773911,27.621862,27.618488,27.577776,23.417736,24.037882,24.629616,25.28447,25.653135,26.386419,26.860153,27.206877,27.501635,27.849993,28.381153,28.535536,28.062599,27.873951,27.461475,25.013321,25.648371,25.952547,26.465803,26.677942,27.331686,28.187033,28.714329,29.257366,29.697735,30.311188,30.259365,29.960901,29.498184,29.43824,24.398474,24.43609,25.06468,25.475601,25.850296,26.714499,27.816275,28.054119,28.732788,29.343342,29.504272,29.662361,29.415045,29.14024,29.229551,23.850424,24.686609,25.082203,25.570536,25.990677,26.729986,27.420925,27.574169,27.751818,27.93651,28.065395,28.209648,28.052803,27.917698,27.762838,24.711447,25.177959,26.115768,26.946344,27.569023,28.40873,29.077169,29.781893,30.383411,30.707546,31.122488,31.226912,30.519529,30.415112,29.945887,25.53581,25.949141,26.445547,27.137678,27.615362,28.339523,28.908787,29.111942,29.471472,29.851564,30.122974,30.20241,29.835176,29.50576,29.415447,22.323872,23.076109,23.75301,24.711967,25.445402,26.377913,27.104664,27.85401,28.626316,29.392962,29.972721,30.365578,30.474049,30.529234,30.574268,21.786217,22.660244,23.561375,24.200296,24.768047,25.531563,26.364475,26.98465,27.394638,28.00425,28.424656,28.827589,28.624022,28.545622,28.360521,23.437414,23.904623,24.510508,25.090366,25.533966,26.290131,27.061668,27.334705,27.854364,28.270882,28.315968,28.316391,28.038916,27.816803,27.525484,22.942696,23.478079,23.972984,24.5704,25.184217,25.563856,26.062479,26.564842,26.514277,26.665316,26.937317,26.731014,26.32563,26.119305,25.866238,23.182838,23.8556,24.456123,25.023455,25.671921,26.358875,27.092468,27.536636,27.865135,28.436619,28.816128,29.086155,28.992805,28.888889,28.894913,22.877295,23.511639,24.002518,24.489136,24.847628,25.347794,25.606991,25.819895,25.874578,25.834269,26.133722,26.118778,25.848276,25.462564,25.38772,22.628496,23.376511,24.070812,24.285273,24.781265,25.048655,25.396616,26.062134,26.482126,26.843658,27.091259,26.98192,26.807848,26.825119,26.617905,25.032038,25.738216,26.63419,27.230534,27.607361,28.217911,29.055271,29.734758,30.102898,30.153809,30.787191,30.704224,30.500576,30.066315,29.756186,23.34873,24.08313,24.678526,25.28756,25.71851,26.094177,26.563251,26.985451,27.294613,27.56632,27.913212,27.887789,27.724842,27.353397,27.543936,26.751305,27.582268,28.541761,29.364899,29.859856,30.188679,30.475325,30.389727,31.072161,30.783119,30.418249,30.75724,31.685913,31.973261,32.138676,21.826159,22.66086,23.925154,24.784954,25.427002,26.357416,27.416849,27.645857,28.041304,28.715118,29.77099,29.673443,29.294453,29.068386,28.799862,25.375103,26.470589,27.685202,28.547911,29.310059,30.249289,31.630417,31.768831,31.724829,32.116058,32.545364,32.747364,32.239418,31.717381,31.751511,22.427011,23.060919,23.875029,24.60042,25.0875,25.857449,26.543575,27.212929,27.522034,28.262943,28.597063,28.973812,28.855947,28.319546,28.222584,22.836582,23.437695,23.961779,24.722477,25.285801,25.937998,26.442396,26.824739,27.115372,27.309137,27.530066,27.798656,27.649712,27.485708,27.373781,23.94759,24.612396,25.273457,25.883406,26.347164,26.874146,27.275694,27.277275,27.567949,27.71294,27.794764,27.779097,27.342888,27.010826,26.836756,21.164539,21.796211,22.487516,23.212793,23.805023,24.417906,25.124411,25.61413,26.066156,26.502388,26.857952,27.272392,27.300442,27.287409,27.264717,23.779274,24.073298,24.631618,25.150976,25.637543,26.075375,26.595243,26.794014,26.861576,27.184778,27.542915,27.812286,27.562178,27.324272,27.393303,23.848017,24.53771,25.132105,25.69471,26.159939,26.660847,27.28627,27.77632,28.119267,28.439697,28.66011,28.688553,28.415522,28.199202,27.960905,24.364494,24.975431,25.728222,26.506359,26.715487,27.517315,28.510582,29.039101,29.364973,29.977301,29.563835,29.575581,29.399141,29.611519,29.953026,23.301497,23.78632,24.468664,25.040855,25.461861,25.893349,26.928783,27.412769,27.842918,28.512934,28.95919,29.390408,29.308392,29.742702,29.694155,23.479214,24.156462,24.872,25.560221,26.249779,26.83894,27.677732,28.210989,28.632021,29.05834,29.196327,29.32024,28.900877,28.684755,28.465267,23.856262,23.985416,24.744736,25.629436,26.24757,26.841589,26.819363,27.445873,27.72958,28.297203,28.6264,29.121727,27.816132,27.703276,27.797773,23.391251,24.108997,24.804102,25.357195,25.96382,26.839205,27.583113,28.064192,28.398705,28.67844,28.844257,29.236778,29.129297,29.001049,28.967466,24.101307,24.599121,25.141001,25.644949,26.041216,26.461187,26.774607,27.047045,27.280739,27.43125,27.688229,27.697792,27.346724,27.12673,26.907297,25.236765,25.794878,26.315498,26.727755,27.443483,27.862322,28.503483,28.739067,28.833843,29.063601,29.260197,29.24251,29.114428,28.913948,28.601683,23.569273,23.924635,24.607738,25.048197,25.500572,26.064936,26.424471,26.827785,27.152447,27.336922,27.549631,27.631289,27.378595,27.02347,26.76704,23.48197,23.998432,25.031645,25.929462,26.381546,26.865313,27.432411,27.931681,28.310575,28.41362,29.033072,29.179359,28.704256,28.737312,28.38341,23.645609,24.394999,24.858603,25.462225,26.304907,26.496586,26.458883,26.710793,26.94594,26.756742,26.940458,26.866173,26.809183,26.650005,26.122129,23.136789,23.417225,24.106022,24.972019,25.738117,26.515049,27.072227,27.790462,28.461796,29.176552,29.629881,29.914999,29.297009,29.349787,29.380299,23.918888,24.150457,24.89563,25.402725,25.774538,26.428148,27.066374,27.296326,27.235676,27.63879,27.805666,27.925163,27.835611,27.547148,27.375114,24.802713,25.474289,25.888494,26.447273,26.734707,27.331829,27.807522,28.271154,28.483994,28.86165,29.269794,29.344849,28.687229,27.957508,27.840513,23.829084,24.61536,25.165771,25.793003,26.108641,26.730293,27.299986,27.846443,28.058655,28.305521,28.608337,28.753477,28.552393,28.390657,28.263611,20.758469,21.311825,21.857132,22.380066,22.771458,23.127102,23.44713,23.8671,24.29192,24.941404,25.437126,26.15934,26.420895,26.702572,27.004278,24.248112,24.670782,25.205595,25.754278,26.029127,26.274755,26.80057,26.864618,27.018303,27.303749,27.610783,27.698877,27.234337,26.786535,26.617903,22.776104,23.32925,23.931398,24.395014,24.907415,25.467365,25.935627,26.289919,26.533344,26.921099,27.301466,27.547682,27.367786,27.2621,27.31951,23.721794,24.457943,25.180683,25.665215,26.228296,26.660725,27.117828,27.457127,27.447206,27.60181,28.267673,28.541708,28.324604,27.940989,27.840647,20.147633,20.494099,21.054203,21.312155,21.752115,22.018484,22.663559,23.034569,23.215643,23.361765,23.607395,23.741781,23.610909,23.440338,23.460697,21.646343,22.225904,22.855389,23.348421,23.801758,24.291307,24.677315,25.024176,25.220633,25.487923,25.693539,25.793098,25.580629,25.424723,25.300724,24.151722,24.432117,24.924191,25.343365,25.565985,25.696445,25.942179,26.130339,26.058096,26.2388,26.607248,26.514235,26.145405,25.925413,25.719273,21.63196,22.033716,22.994652,23.567993,24.589619,25.215927,25.927177,26.632595,26.985571,27.498569,27.632765,27.868113,27.909618,28.197775,27.883179,25.028595,25.409538,25.525702,25.949276,26.133669,26.829451,27.649874,28.238264,28.409529,28.931797,29.104889,29.22324,28.897217,28.445444,28.199339,23.520155,23.992771,24.445091,24.794584,25.317993,25.900782,26.428436,26.929226,27.56551,28.14987,28.554604,28.619307,28.356642,28.060802,27.666048,29.823977,30.118422,30.406153,30.660162,31.397013,32.487076,33.433361,34.13644,34.516171,35.037022,35.609146,35.335903,34.402817,33.827934,33.056522,23.756824,24.135382,24.795263,25.395193,26.171333,26.585775,27.330393,27.960035,28.258923,28.64249,29.193533,29.460373,28.928535,28.605541,28.702774,22.692299,23.157688,23.684668,24.402008,24.796473,25.415648,25.882053,26.129173,26.327106,26.626978,26.739384,26.937422,27.089956,27.162193,27.235497,23.977915,24.473404,25.06254,25.447664,25.860506,26.257357,26.50651,26.884132,27.079493,27.415258,27.48757,27.628124,27.334953,27.230406,26.913151,22.619987,23.040781,23.706863,24.096611,24.723301,25.309074,26.040745,26.73535,26.901472,27.701572,28.039888,28.209517,28.173109,27.993267,27.965111,21.239174,21.926113,22.412971,22.897882,23.432907,24.105665,24.584059,25.021091,25.386784,25.78125,26.223145,26.511276,26.296139,26.229757,26.169195,25.097349,25.691265,26.047739,26.919233,27.318886,28.214676,28.969839,29.415529,29.929579,30.55139,31.083349,31.325415,30.838575,30.493105,30.140209,21.768957,22.137455,22.535164,22.993889,23.31023,23.811243,24.080212,24.532604,24.874786,24.964159,25.230165,25.113455,24.622084,24.375444,24.134983,23.430925,24.044428,24.776844,25.357433,25.833591,26.808617,27.641729,28.248358,28.78553,29.298431,29.792416,30.094582,30.132252,30.087429,29.957712,22.448315,22.944885,23.296898,23.811432,24.198668,24.765509,25.395578,25.739622,26.371094,27.016994,27.405712,27.729277,27.550081,27.40238,27.101957,21.715963,22.476341,23.060493,23.72646,24.235157,24.875885,25.609463,26.041168,26.579117,27.199013,27.59844,27.672705,27.846724,27.803335,27.820646,21.948879,21.913685,22.341162,22.538876,22.926231,23.360413,23.690401,23.894258,23.970362,24.043747,24.132099,24.039246,23.750895,23.533871,23.438368,22.072094,22.721838,23.469336,24.22374,24.759462,25.454987,26.066988,26.826111,27.29353,27.925629,28.44179,28.838543,29.00613,28.964212,28.625721,21.040607,21.475517,22.045269,22.273163,22.677956,23.034508,23.356934,23.703541,23.858982,24.271696,24.616232,24.809454,24.775007,24.681757,24.630835,24.628267,24.941614,25.308838,25.860617,26.143133,26.627531,26.91366,27.202719,27.263779,27.714767,28.045467,28.418264,28.091997,28.021633,28.193983,23.696722,24.282976,25.109583,25.82457,26.363955,26.924414,27.410931,27.876118,28.206032,28.579506,28.954592,29.281553,29.095613,28.8365,28.702793,23.263987,23.839567,24.067322,24.478521,24.951645,25.934849,26.479179,27.190157,27.195206,27.922947,28.036407,28.12883,27.969372,27.75803,27.847874,22.735035,22.984539,23.33704,23.942732,24.571154,25.346003,26.15258,26.907545,27.449635,28.027592,28.828045,29.395653,29.285589,29.179754,29.220894,23.392866,23.891949,24.697029,25.128809,25.368904,26.139242,26.693577,27.154732,27.634251,27.825918,28.123199,28.265059,28.097612,27.82481,27.447151,23.271061,23.50905,24.2351,24.7829,25.266582,25.901768,26.426157,26.851908,27.295912,27.728294,28.240452,28.417789,28.239569,28.020016,27.927315,23.929083,24.215075,24.793924,25.087017,25.615915,26.162735,26.481945,26.862537,26.881138,27.157206,27.264023,27.256533,27.134974,26.774927,26.776527,24.136061,24.41934,25.042358,25.466398,26.003473,26.725691,27.255217,27.725622,28.204506,28.640703,28.640265,28.945299,28.847086,28.867615,28.973818,21.337214,21.583344,21.908354,22.275415,22.630136,23.10425,23.596254,24.148979,24.650156,25.151264,25.601505,25.923624,25.94276,25.9592,26.024309,25.550171,25.967318,26.027515,26.299366,26.44529,26.668253,26.889086,27.172762,27.612432,28.082043,28.456938,28.943405,28.838671,28.604586,28.39098,23.850849,24.854431,25.587437,26.292648,26.853767,27.442842,28.125828,28.653452,28.903904,29.383364,29.809109,30.049726,29.922188,29.702183,29.384781,23.080719,23.110655,23.133343,23.600636,23.859324,24.393747,25.044199,25.373178,25.711037,26.051104,26.474804,26.713413,26.684227,26.574209,26.457718,24.962347,25.420996,25.829914,26.20002,26.577288,27.109688,27.52248,27.895065,27.940105,28.335869,28.84833,29.019447,28.943201,28.712973,28.352217,24.67742,25.036217,25.392902,25.742268,26.280386,26.765186,27.441238,27.657238,27.841673,28.133881,28.445089,28.476419,28.126659,27.865982,27.610558,21.910791,22.443699,23.160139,23.825743,24.719339,25.375832,25.956757,26.621624,27.115778,27.652199,27.877335,28.168446,28.051254,27.986313,28.03249,22.170996,22.826113,23.631304,24.160086,24.615496,25.070173,25.548231,25.985178,26.34696,26.879278,27.043465,27.127052,27.042665,26.731625,26.628313,22.423683,22.993721,23.728149,24.032377,24.677013,25.303024,25.728739,26.187145,26.596291,26.978785,27.164543,27.26919,27.095407,27.172873,26.942387,23.462738,23.929853,24.446184,24.675983,24.853355,25.112295,25.264328,25.569973,25.648672,25.996542,26.627666,26.705662,26.377382,26.511234,26.642078,23.550747,23.950199,24.690157,25.400421,25.982321,26.37665,26.874594,27.373987,27.560917,28.168192,28.443539,28.561699,28.242821,28.368357,28.28553,23.198904,23.607332,23.920231,24.428816,25.015957,25.571388,26.105225,26.468319,26.973316,27.117634,27.519299,27.978302,27.861933,27.969307,28.154022,22.458448,22.872807,23.279949,23.736927,24.171444,24.60775,24.970884,25.177515,25.355467,25.712925,26.094038,26.277811,26.084597,25.867357,25.645304,22.801378,23.406282,23.95447,24.598238,24.914755,25.446903,26.021511,26.275276,26.402056,26.907194,27.006901,26.887983,26.667717,26.294609,26.080063,22.673187,23.179411,23.900295,24.410715,24.85586,25.321991,25.684277,26.07247,26.323435,26.763136,27.100351,27.290825,27.091869,26.829832,26.586781,19.760977,20.12805,20.311399,20.845118,21.053946,21.084255,21.440472,21.429152,21.408785,21.681618,22.07411,21.955709,21.915041,21.903334,21.829338,22.737217,23.28993,23.868364,24.391264,24.908443,25.418667,25.845081,26.238594,26.433208,26.799101,27.081684,27.320793,27.192249,27.144396,27.010807,23.754778,24.359312,25.02396,25.667036,26.216095,26.749802,27.318249,27.637444,27.857315,28.259993,28.593727,28.830368,28.489611,28.267311,28.035275,25.081127,25.412813,26.030106,26.369699,26.848999,27.326801,27.746128,27.976242,28.209288,28.720362,29.160522,29.336575,28.840473,28.783947,28.847965,23.969131,24.286036,24.733261,25.23,25.534767,25.866693,26.163519,26.349247,26.337074,26.704609,26.979233,27.272589,27.076822,26.911604,26.95713,20.371223,20.905041,21.513491,22.079588,22.557211,23.1068,23.510923,23.891144,24.153011,24.45052,24.729963,24.940798,24.846203,24.745211,24.682007,22.085184,22.534809,23.17984,23.604731,23.924128,24.488173,24.996264,25.440037,25.842339,26.250902,26.833263,27.248722,27.170584,27.103817,26.986153,25.694981,26.049849,26.825258,27.160734,27.893061,28.334787,28.808971,29.281982,29.444876,29.61165,29.909075,30.265194,29.947666,29.942286,29.640514,23.457882,23.827278,24.284826,24.997988,25.606144,25.94739,26.416742,26.961151,27.40538,27.791096,28.195652,28.365267,28.189814,27.953714,27.757553,17.880899,18.112345,18.3759,18.683844,18.919111,19.153769,19.330103,19.652264,19.766222,20.009838,20.159369,20.249142,20.160059,20.132023,20.144737,22.714823,23.295319,23.725584,24.398151,24.915995,25.2749,25.90694,26.144817,26.586224,26.987951,27.291578,27.366198,27.402534,27.395893,27.440882,23.936983,24.754801,25.393215,26.071548,26.888412,27.480635,27.963051,28.388973,28.685982,29.344007,29.527517,29.804483,29.901005,29.819403,29.745653,24.516352,25.219389,26.138187,26.706356,27.436396,27.828789,28.793802,29.017672,29.613882,29.928907,30.070913,30.60574,30.223297,30.194595,29.796759,20.919811,21.555933,22.250662,23.064135,23.806282,24.517889,25.16326,25.907337,26.372448,26.865515,27.126059,27.588167,27.39596,27.279425,27.22975,25.152275,25.794426,26.033131,26.405951,27.16428,28.504122,29.076719,29.839787,30.087328,30.942287,31.573788,31.794283,31.57033,31.745768,31.874168,23.612551,24.043772,24.651474,25.104475,25.667551,26.286469,26.980576,27.310246,27.675556,28.03171,28.373735,28.957548,28.691854,28.567085,28.060549,24.659981,25.749292,26.368948,26.965639,27.913475,28.94198,29.541403,30.364502,30.629969,31.230938,31.531614,31.557911,31.896269,31.754429,31.353998,25.531174,25.933031,26.687506,27.319441,27.754868,28.25362,28.343693,28.654936,28.916973,29.181576,29.500347,29.88311,29.268291,28.902843,28.310209,23.461437,24.337057,25.165316,25.623585,25.9296,26.604361,27.210707,27.880695,28.174767,28.829342,29.119884,29.259773,28.992224,28.489897,28.065199,24.972712,25.470749,26.085953,26.808018,27.347282,28.162125,28.265211,28.811222,28.887867,29.75226,30.324995,30.229643,29.971045,29.984203,29.451784,24.759237,25.418545,26.098724,26.7302,27.056435,27.548965,27.882973,28.022507,28.157722,28.36182,28.536623,28.61821,28.509638,28.310459,28.044683,24.085703,24.746593,25.44968,26.267954,27.246475,28.054214,28.935781,29.646576,30.030674,30.769825,31.251207,31.670948,31.252926,30.748716,30.348745,23.285557,23.644236,24.496546,25.194368,25.653032,26.428885,27.054619,27.346252,27.737066,28.203424,29.106436,29.132494,29.166348,28.860197,28.962172,21.771698,22.241768,22.754278,23.176741,23.640581,24.272102,24.992056,25.405222,25.964775,26.566278,27.090698,27.180979,27.019417,27.093611,27.118959,23.875307,24.291393,24.858274,25.535254,26.074034,26.52261,26.689381,26.968691,27.266159,27.362806,27.543718,27.974018,27.825918,27.644529,27.623219,22.12426,22.653889,23.755516,24.566359,25.171461,25.52425,25.952312,26.709213,26.750568,26.953613,27.108351,27.527914,27.641851,27.733126,27.630657,22.276575,22.84927,23.716314,24.140409,25.08814,25.597441,26.440218,26.881054,27.446846,27.982361,28.321236,28.834606,28.598108,28.733604,28.733517,21.003216,21.632229,22.321854,22.902456,23.484829,24.041109,24.551029,24.937511,25.185385,25.670191,25.939745,26.05052,25.97102,25.842216,25.697571,23.293854,23.469913,24.022251,24.354853,25.103701,25.647787,26.461512,26.718315,27.273861,27.70536,28.32382,28.911737,28.697664,28.508404,28.638399,22.689114,23.442142,24.196251,25.252968,26.002575,26.539717,27.01543,27.736696,28.093359,28.704182,29.163568,29.568607,29.402086,29.238554,29.17518,24.251175,24.710482,25.717363,26.387062,27.425381,27.828291,28.850645,29.06048,29.54047,30.106709,30.859003,30.64386,30.60442,30.138762,29.657722,23.604675,24.378689,25.144472,25.814194,26.302015,26.562366,27.210855,27.833191,28.209076,28.436792,28.85932,29.098978,28.81904,28.872692,28.753742,23.635983,24.269876,24.985073,25.45503,26.223383,26.926252,27.276464,27.787907,28.154457,28.531322,28.824821,29.206789,29.153496,28.990913,28.93972,23.575106,24.128428,24.733847,25.319941,25.704983,26.303656,26.89415,27.108267,27.285381,27.845272,27.989193,28.24316,27.772802,27.699066,27.386564,24.756271,25.398838,25.507158,26.352602,26.827538,26.453516,27.209143,27.280695,27.149323,27.530596,27.649551,28.102224,28.296623,28.157368,28.064823,17.455259,17.72064,18.085567,18.484808,18.813852,19.184179,19.404945,19.576361,19.771177,19.900312,20.148819,20.145372,20.023989,19.929396,19.894377,25.232182,25.527018,26.287132,26.66707,27.195639,27.834988,28.32292,28.781446,29.057446,29.234701,29.575338,29.518642,29.005596,29.06723,29.561216,23.655182,24.45719,25.251154,26.600849,27.801401,27.500677,28.135092,28.177315,28.500267,28.998125,28.829786,29.309422,29.670031,29.846239,29.81315,22.077627,22.667572,23.371296,23.852295,24.407097,25.015787,25.615025,25.955486,26.393265,26.683426,26.878271,27.025843,26.842648,26.717571,26.62903,25.041735,25.68664,26.05702,26.550657,26.9452,27.567307,27.826347,28.259165,28.797218,29.138426,29.452562,29.254362,28.783699,28.364233,28.54594,21.457613,22.132687,22.785376,23.337067,23.890238,24.282389,24.366016,24.699444,25.042067,25.383276,25.526596,25.446119,25.166216,24.972305,24.812155,23.361816,24.005764,24.509974,24.990532,25.510532,25.968763,26.41913,26.797756,26.911968,27.106792,27.377689,27.583244,27.331587,27.22327,27.015055,25.548311,25.827196,26.343336,27.092794,28.028807,28.448877,28.799999,29.471592,29.121134,29.731632,29.878838,29.997641,30.181255,30.165932,29.915968,25.563951,26.131111,26.700678,27.085361,27.659458,28.236366,28.548267,28.794542,29.042526,29.14506,29.452662,29.262463,28.845423,28.374994,28.016714,23.125481,23.573715,24.308016,24.891836,25.572628,26.293335,26.427355,26.962032,27.567318,28.00597,28.427006,28.799063,28.76325,28.992594,28.80949,23.565104,24.046839,24.553122,24.922684,25.394608,25.826374,26.258579,26.650328,26.847872,27.142525,27.433809,27.681297,27.508896,27.442917,27.388912,22.325211,23.047131,23.806091,24.3391,25.303673,26.135874,26.539179,27.105188,27.573782,28.240406,28.453079,28.615185,28.475004,28.334475,28.033924,23.869129,24.326458,25.249603,25.893856,26.693626,27.259563,27.84132,28.160084,28.426683,28.877222,29.11305,29.315269,29.005945,28.468714,28.134218,23.402102,24.120911,24.953642,25.682301,26.233473,27.039961,28.011782,28.43576,28.880081,29.346415,29.713514,29.749287,29.386848,29.258167,28.947683,22.704609,23.401377,24.283409,24.484472,24.890884,25.592535,26.224131,27.251938,28.023752,28.660759,29.029316,29.568895,29.487181,29.142014,28.529055,24.3521,24.806906,25.057209,25.750286,26.375666,27.898724,28.764204,28.605482,29.655504,30.467012,30.952972,30.380381,30.125416,29.445017,29.113924,23.708599,24.461035,25.040241,25.751131,26.200783,26.699602,27.361246,27.729332,28.216404,28.752718,29.369556,29.55842,29.363451,29.430628,29.037766,23.598131,24.149361,25.193743,25.639698,26.058535,26.284101,26.833847,27.638308,28.30888,28.69882,28.966373,29.096991,28.802078,28.568035,27.98543,22.971781,23.889557,24.193548,24.803211,25.723171,26.581278,27.007183,27.483124,28.354839,28.960234,29.834616,30.17614,30.334976,29.795918,30.001726,21.27458,21.635595,22.31213,23.202034,23.624001,24.606892,25.695375,26.739815,27.432272,28.000917,28.62348,29.108303,29.408125,29.570728,29.502319,22.060787,22.544516,23.109964,23.585869,23.907106,24.221979,24.458372,24.693165,24.69989,24.822544,24.966278,24.731085,24.446991,24.150818,23.914333,23.454344,23.867577,24.457563,24.687405,25.128925,26.071697,26.742474,27.379204,28.090271,28.554626,29.081844,29.054668,29.006439,28.919319,28.773657,24.116335,24.363991,24.94655,25.266466,25.518375,25.632528,25.758711,25.646738,25.941559,26.005873,26.036476,25.895824,25.663355,25.402191,25.237825,22.631029,23.167238,23.68244,24.037077,24.701101,25.111612,25.57618,26.07148,26.321262,26.831936,27.455101,27.69216,27.561197,27.20126,26.774792,20.283876,20.952522,21.964117,22.759544,23.58,24.056084,24.923403,25.689465,26.048855,26.429712,26.41157,26.201412,25.918896,25.551668,25.096712,24.289169,25.077995,25.834116,26.246735,26.733402,27.270296,28.270042,28.734711,28.916227,29.001972,28.730467,28.295326,28.024288,27.665955,27.377773,23.755411,24.326799,25.2738,26.144165,26.738586,27.854908,28.623798,29.144466,29.070595,29.5126,29.766094,29.372019,28.781765,28.356705,28.477224,21.153307,22.016489,22.902784,23.730022,24.603554,25.26582,26.080069,26.7526,27.263523,27.763584,27.99213,28.178808,28.31439,28.292257,27.989685,24.013628,24.993097,25.61438,26.101578,26.842031,27.588917,27.950932,28.52445,28.970219,28.833607,29.300457,29.180876,28.654715,28.288698,28.255363,23.97934,24.440031,24.997244,25.680424,26.474133,27.134462,27.798384,28.448231,28.889492,29.233936,29.755148,30.046692,29.841822,29.919842,29.412403,23.249046,24.114388,24.763372,25.440413,26.38855,27.292639,28.061352,28.640831,29.269505,29.715862,30.119717,30.237425,29.997253,29.741785,29.55266,24.356709,25.160789,25.817894,26.671436,27.442047,28.368336,29.209986,29.871624,30.42284,30.904377,31.277388,30.965651,30.245003,29.964689,29.567572,23.503948,23.999393,24.812611,25.638214,26.254827,27.306744,27.929857,28.484848,28.818861,29.298035,29.470039,29.436392,29.628723,29.945999,29.408873,22.677834,23.275768,23.738197,24.25124,24.991941,25.947714,26.261419,26.636791,27.329933,27.243174,27.806452,27.810589,27.513906,27.614519,27.626587,22.644009,23.72508,24.739553,25.487194,25.76651,26.507599,27.307875,27.952168,28.028986,28.381613,28.876877,28.617016,28.380907,27.958492,27.506054,23.701038,24.378002,25.210953,26.306042,26.985512,27.812141,28.688705,29.48683,29.979679,30.272203,30.801128,30.809849,30.252148,30.490824,30.132189,23.455706,24.10351,24.738718,25.29394,25.851551,26.336533,27.136417,27.580965,27.949615,28.435102,28.700628,28.841377,28.709539,28.580301,28.467106,22.621576,23.295992,23.83252,24.261192,24.845051,25.242317,25.652122,25.899237,26.177359,26.274788,26.488441,25.987127,25.614824,25.363693,25.70183,21.645031,21.956301,22.233095,22.532789,22.805485,23.113758,23.157877,22.951456,22.903257,23.174494,23.483847,23.351097,23.18676,23.151169,23.009443,23.033709,22.985561,22.82786,23.54113,24.04784,24.699989,24.852072,25.138313,25.244957,25.836109,26.02396,25.662704,25.906319,25.2486,25.388483,21.538462,21.674934,22.782751,23.23032,23.671329,23.903458,24.370337,24.506943,24.843325,24.97061,25.22234,24.66715,24.085735,23.623575,23.240887,21.557341,22.247732,23.080292,23.903244,25.030443,26.137566,26.869743,27.61248,28.542603,29.428329,29.818037,30.232296,30.188358,29.961691,29.71468,24.436134,25.050215,25.888474,26.199236,26.640697,27.033127,27.532843,27.871462,27.791723,28.06657,28.369463,28.416801,27.998711,27.647203,27.529779,27.017012,27.632458,28.273499,28.93078,29.655882,30.149004,30.863384,31.405556,31.737566,31.645266,31.88936,31.322163,30.421206,30.252747,29.909027,22.433605,23.121037,23.793924,24.107897,24.498684,25.004131,25.540775,25.829807,26.15679,26.550329,26.839581,27.268209,27.226522,27.073067,26.783108,22.737608,23.342516,23.624596,24.375233,25.026058,25.135365,25.591644,26.255161,26.033691,26.474279,27.344358,27.601946,27.742649,27.469978,27.42753,22.45936,23.211418,23.929214,24.578781,25.337379,26.061794,26.564777,27.269697,27.642277,28.196188,28.326696,28.429083,28.365522,28.270823,28.267059,24.356236,24.789915,24.90102,25.431166,25.889305,26.483049,26.72736,26.956415,27.59782,28.114229,27.939913,27.891663,27.710169,27.714819,27.285206,24.009739,24.741005,25.267006,25.668701,26.026503,26.537245,27.086643,27.307371,27.521048,28.153154,28.287935,28.588808,28.670532,28.453276,28.206848,24.978111,24.955549,25.863617,26.488441,26.753756,27.901787,28.325897,29.220098,30.417946,30.52462,30.678146,31.199131,30.799383,30.149973,29.549652,22.521999,23.300493,23.661554,24.559824,25.201368,26.367346,27.593384,28.236279,29.187468,29.756674,30.026781,29.716677,29.582378,29.246416,28.455019,24.191462,24.612389,25.218233,25.736961,26.108376,26.793486,27.251526,27.863928,28.189983,28.697678,28.930668,28.438526,28.147373,28.114601,27.58342,24.986765,25.550112,26.186871,26.721325,26.911932,27.540224,28.385651,29.210148,29.552454,29.929611,29.810148,30.326736,29.819027,29.664669,29.022318,22.4624,23.306232,23.878313,24.636442,25.403748,26.339092,26.765362,27.27216,27.586206,28.19747,28.766949,28.860708,28.407387,28.35714,28.302258,23.560987,24.360046,25.139288,25.829483,26.499409,27.03228,28.101286,29.119169,29.891542,30.489841,30.774668,30.850405,30.467489,29.886929,29.352871,22.566065,23.418501,24.031176,24.935886,25.594584,26.109938,26.457273,26.707516,27.190504,27.157112,27.64427,27.875826,27.798229,27.705801,27.689827,22.486452,23.390202,24.012711,24.598549,25.486633,26.142429,26.899517,27.739344,28.696642,29.3214,29.660904,30.10273,30.002754,29.610876,29.455257,22.599676,23.084085,23.986856,24.38566,25.072929,25.636238,26.207813,26.66634,26.970995,27.413126,27.660421,27.725458,27.493397,26.924795,26.871056,21.371048,21.881308,22.423935,22.971045,23.835785,24.559425,25.258694,25.913242,26.171429,26.630434,27.345955,27.698595,27.338203,27.02475,27.062813,22.588417,23.309145,24.312107,25.004923,25.511312,26.412838,26.738394,27.096125,27.484613,27.87768,28.62393,28.855976,28.486219,28.258398,28.283459,22.655048,22.962097,23.939236,24.699511,25.774441,26.720043,27.69422,27.988377,28.51005,29.153738,29.132524,28.775251,28.345791,27.878279,27.345196,22.506199,23.046383,23.870279,24.430332,25.142786,25.974106,26.660973,27.606083,28.230396,28.891867,29.238405,29.541981,29.733063,29.334068,29.292253,23.367987,23.965067,24.744316,25.387135,26.089546,26.972767,27.66275,28.543591,28.942215,29.514641,29.931971,30.236805,29.915703,29.935524,29.948612,23.491356,23.96126,24.488708,25.008619,25.729843,26.385998,27.118645,27.669706,28.237608,28.737223,28.988186,29.16371,28.83563,28.53294,28.142462,29.82272,30.597889,31.368172,31.783375,32.249355,32.742874,32.985794,33.879517,33.961582,33.690857,33.743389,32.711376,31.338934,30.180311,29.046095,18.332062,18.659397,19.213905,19.652363,19.934225,20.471321,20.87199,21.032433,21.191381,21.259933,21.553057,21.346266,20.970181,20.828596,20.733599,23.347647,24.163128,24.621605,25.183769,25.823509,26.445038,27.459135,28.197855,28.626247,29.350258,29.730255,29.636415,29.399204,29.304707,29.264248,21.693817,22.666901,23.203884,24.119434,25.160473,26.192444,27.069914,27.572981,28.14501,28.866566,29.300817,29.387362,28.851704,28.682322,28.440098,23.515053,24.237228,25.038994,25.93646,26.677618,27.43906,28.014957,28.933113,29.423016,29.904032,30.225807,30.28746,30.014975,29.590836,28.914871,24.76075,25.529585,26.358227,26.977365,27.643698,28.264219,28.78124,29.194576,29.489935,29.679832,30.030399,30.14049,29.691931,29.33322,28.883839,22.245211,22.615881,23.154596,23.6299,24.099155,24.565983,24.955971,25.170034,25.416431,25.640648,25.88735,26.121817,26.034714,26.006191,25.977531,21.825201,22.06172,22.601227,22.861814,23.425507,24.25392,24.840389,25.487724,26.348267,27.540293,28.210989,28.51614,28.63195,28.675169,28.839788,23.727186,23.897293,24.444445,24.616367,24.947412,25.671106,26.921017,27.1875,27.602058,28.6768,28.688801,29.134125,28.938652,28.856749,29.090279,21.016342,21.687778,22.193659,22.739702,23.246664,23.721848,24.474319,25.078016,25.300997,25.690058,26.040766,26.026461,25.700935,25.342348,25.138947,23.560396,24.038462,24.643656,24.991367,25.459852,26.095993,26.536495,26.637697,27.099312,27.343649,27.803204,28.269157,28.228075,28.275061,28.198067,21.866451,22.488508,22.854336,23.654991,24.159172,24.458895,25.378958,25.714668,26.233154,26.506886,26.742939,26.779526,26.73687,26.666668,26.568794,22.202841,22.570051,23.305292,23.820934,24.465019,24.922195,25.152714,25.718922,25.848125,26.234016,26.617319,26.687881,26.7201,26.584614,26.376402,24.014128,24.610544,25.409063,25.75069,26.040644,26.570147,26.835182,27.009403,27.132574,27.276564,27.259117,27.192446,26.837339,26.58391,26.313087,25.566854,26.23991,26.92149,27.207439,28.032619,28.889635,29.085052,30.093838,30.649403,31.14373,31.677841,31.52565,31.321568,31.015215,31.062763,21.779535,22.587555,22.8978,23.240997,23.848413,24.824074,25.442966,25.915649,26.463245,27.167147,27.149614,27.458481,27.523962,27.608391,27.641825,23.358976,23.904665,24.583801,25.40992,26.732775,27.754549,28.494566,29.1733,29.550802,29.890776,29.60676,29.097784,28.907618,28.698713,28.332775,23.123049,23.841722,24.762266,24.955997,25.185093,26.310497,27.126785,27.434301,28.175608,27.902573,27.765238,27.798506,27.670925,27.664911,27.784056,22.886457,23.98992,24.829842,25.662296,26.181755,26.493668,27.140173,27.948275,28.365517,29.251135,29.651054,29.433289,29.215183,29.288864,28.875265,22.885311,23.618294,24.122902,24.585875,25.307728,25.893923,26.26409,26.764324,26.846996,27.246803,27.465019,27.556864,27.389277,27.047672,26.814783,22.174288,22.903009,23.716909,24.231134,24.951937,25.810886,26.53524,27.168713,27.742115,28.032196,28.196743,28.24954,28.072279,28.192892,27.719322,21.603436,22.461582,23.336716,24.05633,24.887075,25.938011,26.366753,26.954546,27.610699,28.760178,28.637987,29.033279,29.107374,28.65431,28.518459,22.840782,23.611937,24.578941,25.464661,26.609972,27.061569,27.542709,27.92815,28.253437,28.681147,28.639618,28.653061,28.470722,28.139862,27.890369,22.081894,22.425629,23.120453,23.656134,24.433508,25.128838,25.996244,26.584526,26.850096,26.85594,27.688372,27.660257,27.373638,27.040594,26.7106,22.159227,23.073208,23.636215,24.820984,25.425285,26.285028,27.111521,27.911276,28.287415,28.613876,28.613722,28.840654,28.700653,28.245071,28.051186,24.168798,24.524513,24.943148,25.948593,26.87742,27.862158,28.931635,29.190037,30.119839,31.304935,31.86315,31.317616,30.980995,30.236795,29.740351,21.684277,22.148178,22.662382,23.06781,23.437387,23.808735,24.114388,24.36517,24.524727,24.765289,24.933605,25.075823,25.01886,24.972225,24.877428,22.796574,23.39204,24.03021,24.648451,25.183264,25.965097,26.461754,26.943523,27.350977,27.663836,27.682388,27.885902,27.844816,27.667299,27.433563,22.594297,23.192072,23.879416,24.270723,24.892704,25.565729,26.100878,26.196447,26.396847,26.806625,26.915541,26.867413,26.784573,26.795773,26.527992,23.732845,24.081255,24.630079,25.450113,25.866917,25.904978,26.233271,26.071909,26.723471,27.270952,27.003315,27.194187,26.762506,26.365984,26.048082,22.916122,23.677979,24.88533,25.959698,26.897249,27.38895,28.103109,28.902393,29.231504,29.936182,30.001932,30.18573,29.603777,29.157537,28.985363,23.156845,23.738489,24.447453,25.085417,25.60688,26.142433,26.546865,26.972645,27.182617,27.429667,27.400341,27.36355,27.044588,26.917595,26.678604,22.761108,23.425713,24.228767,24.853733,25.529411,26.484417,27.620193,28.297054,28.975523,29.510891,29.753288,29.699186,29.465321,29.541653,29.476675,19.152773,19.626314,20.255566,20.54892,21.193966,21.753345,21.942739,22.383108,22.569237,22.898741,23.085596,23.19241,23.038174,22.844564,22.767227,17.390707,17.777224,17.793247,18.219038,18.61179,18.879396,19.054981,19.196903,19.355352,19.427675,19.605917,19.287348,19.008797,18.730707,18.489147,22.666445,23.191372,24.038408,24.808653,25.039907,25.817442,26.359579,26.44486,26.83754,27.112658,27.281445,27.971632,28.173834,28.171429,28.229887,22.892775,23.643749,24.350506,24.633171,25.549408,26.522804,26.917797,27.651987,27.819786,28.308418,28.557831,28.177765,28.103945,27.815426,27.544716,24.077843,24.526142,25.059608,25.799734,25.966076,26.52557,27.484661,27.794462,27.605045,27.668238,27.650064,27.382656,27.324659,26.927349,26.350388,24.996792,25.660965,26.016575,26.70751,26.784082,27.153706,27.689297,27.919376,27.393167,27.910332,27.954426,28.851017,28.910652,28.905621,28.64464,23.378788,24.046513,24.737402,25.376225,25.990646,26.31711,26.66592,27.043262,27.359316,27.425945,27.226847,27.60956,27.534222,27.335953,27.460272,23.367741,23.948393,24.301096,24.770664,25.241875,25.674334,26.119337,26.495499,26.730473,26.995602,27.226397,27.37672,27.300592,27.183628,26.999313,22.415291,22.820927,23.498199,24.185936,25.152884,25.747072,26.42977,26.977951,27.169603,27.623087,28.133499,28.283478,28.263151,27.705311,27.251324,23.186682,23.966942,24.336084,25.007561,25.849718,26.024023,26.813831,27.258471,27.8048,28.499922,28.038115,28.019476,27.637163,27.16934,26.726162,21.727892,22.424772,23.326777,24.062269,24.839422,25.574402,26.337778,26.903343,27.434483,27.575949,27.711987,27.813848,27.519098,27.203045,27.193481,22.975039,23.968584,25.107428,25.490709,26.269764,26.693121,27.65308,28.345167,28.699553,28.945681,29.120932,29.261021,28.78631,28.706264,28.040731,20.446743,21.408411,22.215929,23.16481,23.902092,24.624882,25.41881,25.922764,26.448997,26.753864,26.962343,27.449024,27.299505,27.515331,27.465061,20.861195,21.488621,22.046247,22.615862,23.148623,23.726252,24.126801,24.595987,24.768606,25.05488,25.223864,25.378922,25.285439,25.142427,24.981949,23.688879,24.58638,25.144323,26.105509,26.93054,27.576855,28.422016,29.039843,29.468029,29.789751,30.221228,30.224276,30.081085,29.852728,29.482122,23.480143,24.057171,24.754602,25.334394,25.608343,26.142744,26.773623,27.045654,27.82056,28.344143,28.389639,28.504637,28.276232,28.090059,27.835613,23.011187,23.851528,24.231043,24.684362,25.245996,26.119566,26.468218,26.592838,27.015348,26.881481,27.1604,27.272045,26.680656,26.780256,26.316605,22.246941,22.416107,23.136436,23.443224,23.997038,24.520836,25.102829,25.584579,25.410641,25.947412,26.30604,26.280457,26.232618,26.2178,26.025137,21.439629,21.940952,22.332521,22.317038,22.518747,23.474651,23.902496,24.16983,24.334127,24.703802,24.807625,25.156445,24.837729,24.845835,24.959068,24.584278,25.7658,26.53302,27.272728,27.717825,28.250402,28.742754,29.592043,30.140379,29.885292,30.388107,29.52187,28.979258,28.667345,28.706366,22.067961,22.980808,23.858545,24.404482,25.115004,25.533846,26.030592,26.553177,27.048401,27.152512,27.435482,27.73082,27.515802,27.196821,26.913198,22.471691,22.761581,23.296053,23.816422,24.632694,25.236637,25.476984,25.708204,25.834599,26.080359,26.113895,26.361994,25.614601,25.21616,24.715755,22.905966,23.751776,24.689096,25.713173,25.846094,26.72747,26.683811,27.102432,27.573088,28.078621,28.193832,28.286972,27.886269,27.391609,27.386782,21.812637,22.71847,23.506359,24.127029,24.98666,25.492828,25.937927,26.494635,26.756594,27.136261,27.451723,27.570972,27.37538,27.113319,26.899656,24.246439,25.185436,25.698137,26.342625,26.802402,26.907495,27.738216,29.542252,28.683275,29.794889,29.706514,30.028633,29.448074,28.656054,27.581066,25.299263,25.754717,26.607698,26.912865,26.769751,27.124592,28.441084,29.065742,28.83534,29.124897,29.754099,29.911455,28.74369,28.059786,27.461142,23.175489,23.609991,24.367817,25.033878,25.515276,26.335632,26.607183,26.863354,27.136282,27.398651,28.170057,28.529316,28.342373,28.158638,27.940044,21.887869,23.548491,24.563139,25.093,26.214922,27.638889,28.018145,29.252668,29.409647,29.711994,30.000002,29.866764,28.967064,27.844313,27.242279,23.563696,23.610531,24.114672,24.915398,24.936386,25.543953,25.62167,26.636366,27.595505,27.743086,28.169016,27.481274,26.434145,25.273224,25.283018,23.71134,24.112255,24.828629,25.691744,26.257843,26.871151,27.110428,27.184238,26.990021,27.635294,27.709576,27.17238,26.333725,26.036209,25.812643,22.279743,22.874134,23.462002,24.054218,24.2222,24.976902,25.324266,25.67979,26.024527,26.139339,26.350075,26.284985,25.928684,25.63335,25.270601,23.969995,24.80743,25.170765,26.117113,26.984129,28.311296,29.172443,30.039803,30.129627,30.76115,30.49942,30.446011,30.071655,30.062878,29.512081,26.445013,26.915323,28.271984,28.219896,27.92651,27.809425,28.82736,30.309614,30.336487,30.03195,29.551453,28.154827,26.910994,25.559605,24.987173,22.274504,22.812508,22.895311,23.539946,24.008039,24.760632,25.227037,25.511786,25.85437,26.083714,26.462725,26.384634,26.034084,25.734421,25.551224,20.294287,20.840921,21.377512,21.707954,22.131105,22.459755,22.740959,22.866245,22.812012,22.96361,23.128748,22.987246,22.673607,22.489388,22.306599,22.543352,23.36232,24.430641,25.560266,27.045383,28.708441,29.674927,30.62767,31.049465,31.677851,32.554199,32.213844,31.83872,30.079063,29.446367,23.179493,23.821716,24.376341,25.10136,25.775183,26.118746,26.414124,27.007299,26.961031,27.359352,27.721769,27.661625,26.823088,27.023973,27.009296,22.075243,22.66699,23.54019,24.250982,25.383753,26.334518,26.159275,26.264397,26.415094,27.241686,27.08176,27.117151,26.897165,26.393673,26.166201,16.980059,17.504864,18.089359,18.554602,18.883675,19.303375,19.672161,20.209099,20.342169,20.565435,20.82876,20.598675,20.310802,20.047798,19.955694,22.976122,23.548578,23.995165,24.759541,25.34819,26.142767,27.582846,27.770535,28.384567,29.321808,30.600197,30.776859,30.815708,30.621201,29.814693,26.515388,27.200508,27.477764,28.182701,28.343639,28.609011,30.29283,30.452534,30.26405,30.54221,31.023678,30.529707,30.740463,29.845106,28.295582,19.687477,20.336342,20.946535,21.380013,21.932476,22.472565,23.013779,23.377842,23.684399,23.725883,23.665998,23.323139,22.996565,22.918602,22.802179,23.791309,24.857187,26.639664,26.909939,27.264252,28.091818,28.352669,28.925112,29.299953,29.586443,29.93396,29.706339,29.348162,28.918114,28.878433,16.725092,17.374779,18.197874,19.126814,19.694624,20.631767,21.211287,21.980764,22.534615,22.732782,22.932484,22.89653,23.044415,23.036297,23.170107,17.370329,18.156113,18.55164,19.148211,19.624981,19.975891,20.584471,21.09239,21.238388,21.512154,21.311668,21.509281,21.51091,21.619843,21.99914,21.339821,21.955999,22.56325,23.115519,23.753183,24.640577,25.08555,26.1716,26.730108,27.062235,27.209526,27.712334,27.490917,27.422607,27.625517,17.662058,17.605406,17.609018,17.801104,17.923311,18.487766,18.810453,19.033308,18.324747,18.575006,18.101784,16.764399,14.70131,14.111276,13.419749,23.679947,23.71879,24.884029,25.721073,26.657459,27.957747,28.64731,29.597389,30.423281,30.308664,29.988852,28.890545,27.493561,26.214647,25.868439,25.777779,25.621548,26.715178,26.425053,27.386934,28.493845,28.535076,28.814184,29.561632,30.439816,31.136803,30.970434,30.861336,29.99229,30.450096,20.253807,20.760046,21.098597,21.647362,22.377623,23.103943,23.562994,23.839607,24.120407,24.253008,24.656137,24.505327,24.13485,23.494898,23.613962,20.243532,20.334404,20.843796,21.284065,22.382793,23.274397,24.237751,24.812553,24.823914,25,24.614876,24.81979,25.004173,24.995834,24.872847,20.196079,21.52231,23.136429,23.965141,26.134699,27.636644,30.507132,30.509802,30.954288,32.066116,32.168388,32.108627,30.835962,29.347824,26.973179,23.787107,24.225794,25.505484,25.610569,26.419418,27.194681,28.917049,29.222366,29.558456,29.87805,29.923618,30.339293,30.51585,30.342016,29.852638,21.010941,20.897196,21.22571,20.786934,22.142317,22.200771,22.919086,23.09153,22.971949,23.192207,24.23905,25.199545,24.772381,25.10589,25.22175,23.544771,23.990055,25.511337,26.062143,26.369589,26.889393,27.971565,28.342781,27.527628,27.435684,27.720636,27.782455,27.433929,26.447975,26.114542,21.706087,22.441673,22.821314,23.376818,24.000715,24.554609,25.101757,25.642315,25.97517,26.135408,26.153315,26.369005,25.864447,25.555107,25.237808,19.595537,20.254356,21.673819,22.615093,23.572441,24.117647,25.514109,25.836521,26.246086,26.719198,26.743099,26.416883,26.018583,26.261887,26.00049,22.104246,22.615675,23.609163,24.316683,25.562471,27.232582,27.528366,28.381828,28.937918,30.326593,31.694561,30.145948,29.516539,28.527609,28.735632,23.516397,23.871527,24.263214,24.763151,25.082254,25.70723,26.669661,26.887924,27.752172,27.937767,28.668842,28.347218,27.677176,27.690693,27.540106,24.950142,25.611588,26.151218,27.066629,27.875223,28.607964,29.418573,29.817837,30.510696,31.291697,31.193811,31.412756,31.300577,31.199873,31.112761,26.421135,28.170971,29.189344,29.815844,30.038818,30.602261,30.484068,31.375,32.515141,32.36919,32.487804,32.038834,31.710526,30.313931,29.867987,22.673962,23.175941,23.661779,24.124081,24.57852,25.088364,25.428263,25.841272,26.106449,26.473501,26.753326,26.843637,26.570648,26.36482,26.280394,19.301758,19.781689,20.086937,20.969639,21.389742,21.895346,22.532084,23.472506,24.302891,25.298149,25.437719,24.627808,24.139664,24.254017,24.105556,22.648243,23.159241,23.961285,24.473314,25.239956,26.597162,27.170834,27.874172,28.332489,28.915661,29.553572,29.103344,28.918127,28.739304,28.645563,24.662991,25.632912,24.539682,25.165356,26.29393,26.52202,26.982561,28.93902,28.411909,28.152613,27.859922,27.69953,27.875401,27.265532,27.0751,22.597105,23.324121,24.070406,24.809956,25.338871,25.93894,26.521957,26.846954,27.39374,27.868927,27.979588,28.384056,27.959829,27.758398,27.50527,24.055944,24.524715,26.602728,26.993864,27.139875,27.976191,29.044945,29.551899,29.498859,29.342327,30.804598,29.211573,29.805998,28.479906,29.875521,22.324057,22.792036,23.378017,24.05588,24.657784,25.426254,26.181932,26.786465,27.262608,27.54933,27.712276,27.515369,27.09333,26.697359,26.401299,24.636465,25.084269,26.103046,27.12104,28.471003,29.799593,30.416668,30.490341,30.963097,32.102184,31.715611,31.246105,30.868879,29.996813,29.939741,25.803757,26.412573,26.964211,27.324808,27.57884,28.179825,28.712675,29.123554,29.390606,30.292686,30.352697,30.255075,29.642519,28.742516,28.064447,22.262177,22.994652,23.491959,24.717949,25.404474,26.032627,27.279202,27.805576,27.779776,27.592525,29.224077,29.284164,28.244549,28.248384,27.461512,19.16757,19.909012,20.647017,21.319839,21.75168,22.239538,22.59433,22.955189,23.194065,23.977856,24.276461,23.925705,23.77318,23.531515,23.379358,21.905857,22.720337,23.696003,24.416019,24.931684,25.555744,26.239119,26.950428,27.286476,27.530628,27.824089,27.758762,27.234015,26.759041,26.682898,22.84605,23.585258,24.290768,25,25.991121,26.652321,27.413309,28.110489,28.356674,28.496918,28.690083,28.770727,28.423687,27.989197,27.907928,22.976311,23.871746,24.931507,25.662617,26.842514,27.263876,27.932358,28.57143,28.641636,28.870667,29.198378,29.688126,28.931942,28.487328,27.945591,19.17334,18.890554,19.772678,20.783461,21.663019,22.263411,23.129553,23.073496,23.393373,23.878277,24.760662,25.309462,25.955414,26.617033,26.150677,23.282871,23.955509,24.683544,25.067091,25.797466,26.43865,27.119949,27.764219,28.377581,28.589922,28.953135,29.543579,29.52483,29.46034,29.242516,23.151497,23.9368,24.58992,25.403708,26.135496,27.316469,27.749924,27.922995,28.35165,28.691589,29.807993,28.741657,28.000631,27.097183,26.426857,23.470007,23.996105,24.54776,25.176376,25.687057,26.274475,26.496624,26.718117,26.627836,26.74703,26.914383,26.995859,26.673243,26.432873,26.279541,24.379086,24.946379,26.199633,27.355623,27.69309,28.350428,28.942486,29.792616,30.005001,30.748573,31.117874,30.68783,30.263159,30.166229,29.746389,21.539345,21.927498,23.531147,23.508669,23.481659,23.787878,24.109589,24.447174,24.078091,25.077496,26.363071,26.426994,25.948357,25.469595,26.048779,19.468861,20.354488,21.350348,21.887512,22.814274,23.690556,24.436926,25.27845,25.811481,26.807674,26.943871,26.735119,26.384493,26.11051,25.985258,22.652651,23.460081,24.122255,24.706591,25.12002,25.754929,26.215183,26.704067,26.852354,26.973686,27.214808,27.122555,26.663021,26.39193,26.381939,24.187935,24.830433,25.536993,26.634089,27.555141,28.926662,28.835726,29.523811,29.165333,29.627228,30.122423,29.718491,29.766537,28.918394,28.608498,22.525997,23.810335,24.448246,24.812031,25.583002,26.001734,26.652748,27.009478,27.744652,28.546099,29.256258,28.697495,28.602072,27.89455,27.891403,23.842205,24.440176,25.298101,26.019615,26.076115,26.889559,28.190947,28.971338,29.344851,30.079157,30.452398,30.307854,29.998764,29.480883,29.169538,22.678087,23.583601,24.188652,25.06628,26.355642,27.434944,27.813906,29.034731,28.342384,28.954765,29.807192,29.698074,29.533545,28.70273,28.806803,24.370155,24.780201,25.129282,25.662279,26.537958,26.865673,27.766863,28.372398,28.694803,29.473341,29.685699,29.98193,29.688272,29.247772,28.70829,24.6782,25.537634,26.586622,27.297529,27.842295,28.177032,28.872114,29.119768,30.150169,30.301718,30.364838,30.236534,29.685461,29.126915,29.023823,24.870726,25.309166,26.024345,26.670147,26.96121,27.756115,28.494528,28.972799,29.591837,30.320284,30.188009,30.478773,29.794956,28.779961,28.013861,21.713474,22.11058,22.78256,23.117569,23.315792,23.919975,24.898581,25.138515,25.095766,25.525793,25.464264,25.460901,25.067169,24.650814,24.263645,22.914291,23.927341,24.542353,25.702351,25.800674,26.523186,26.630772,27.077749,27.251137,27.117592,27.196348,26.957333,26.344856,26.117119,25.844421,24.76573,25.505655,26.524284,27.503527,29.214699,30.552465,30.754787,31.450092,32.214508,32.52541,32.58786,32.440945,31.664038,30.344027,29.001957,23.039965,23.64053,24.372301,24.913267,25.55073,26.057573,26.503399,26.875305,26.982838,27.31167,27.310865,27.126642,26.723442,26.558069,26.35738,25.120607,25.435356,26.909754,27.747913,28.893093,29.0378,30.005816,30.757221,30.530886,30.782953,31.926495,31.700346,30.670795,29.707724,29.960194,21.411261,21.962484,22.95269,23.870043,24.376072,24.48057,25.694445,26.239733,25.896805,26.107296,26.167112,26.109791,25.814837,25.663095,25.309753,13.318152,13.986214,14.5501,15.228377,15.497212,15.814428,15.597359,15.56833,15.402338,15.221087,14.781551,14.53425,14.04417,14.054082,14.162704,21.518093,22.320145,23.112003,24.235727,24.796297,25.803438,26.832018,27.677723,28.130949,28.557638,29.281021,29.096859,28.66193,28.306623,27.57687,24.292986,25.46283,26.259411,26.519337,27.600231,28.191488,29.629629,30.85854,30.694862,30.986782,31.306442,32.072525,31.378666,30.96287,30.655788,24.425093,25.42137,25.813755,26.336748,26.71842,27.445889,27.995358,28.575542,29.174551,29.302326,29.284691,28.866571,28.759857,28.458441,28.181686,22.175219,22.72205,23.315546,24.160465,24.585625,25.238682,25.793898,26.438608,26.613272,26.669567,26.709492,26.814911,26.496706,26.40518,26.544476,24.392157,24.618395,25.80645,25.85817,26.883089,27.122196,27.015617,27.830891,28.145487,28.073811,27.461246,28.012232,27.709358,27.518278,26.52733,20.738365,21.423241,22.073446,22.793344,23.401743,24.057775,24.541246,24.871729,25.047884,25.158888,25.267675,25.442177,25.217041,24.966343,24.78215,16.864166,17.405962,17.829594,18.324722,18.737244,19.23077,19.504631,19.460932,19.82062,19.978882,20.129364,20.420744,20.42404,20.74744,21.09375,23.877972,24.522663,25.158352,25.656408,26.114788,26.628775,26.95536,27.237284,27.312778,27.38339,27.465916,27.391237,27.091074,26.913866,26.696426,23.971376,24.706745,25.831778,26.024822,27.679258,27.158134,28.936172,29.829327,29.712093,30.640778,31.23772,30.003933,29.58136,29.181496,28.217237,22.843166,23.599758,24.656034,25.568092,25.800196,26.466286,27.228632,27.398401,26.774141,27.66489,27.65568,27.543917,26.829269,26.661184,26.603991,23.633547,24.81884,26.165623,26.754593,27.279238,27.858528,28.455084,29.815371,30.903044,31.722525,31.446377,32.138149,31.60277,30.536821,29.874298,22.558924,22.655092,23.805424,24.961615,26.141449,27.095907,28.175676,29.035875,29.473206,29.692448,30.022522,30.116358,29.758343,29.163786,29.213223,19.674185,19.502075,20.570013,20.963652,21.197962,21.492008,22.377937,22.794117,22.452744,23.78105,22.902796,23.929699,24.271845,24.422899,25.246826,19.413919,19.786293,20.415289,21.268044,21.276218,21.959942,22.915525,23.531591,23.19853,24.266809,23.56212,24.126308,24.230301,23.840605,24.225834,22.492868,23.455494,24.211765,25.079214,25.948462,27.186934,27.648718,28.233841,28.702864,28.870033,29.04912,28.98423,28.667255,28.447983,28.130054,21.163958,21.643803,22.268753,22.997513,23.841394,25.03862,25.291225,25.829971,25.868574,26.299498,26.27866,26.242294,25.773975,24.927864,24.837683,23.353659,24.589148,25.533951,26.896997,28.365385,29.619833,30.72551,31.841131,32.82365,34.673367,33.466534,33.254955,32.233074,31.243683,30.864197,24.970881,25.687399,26.459259,27.474478,28.609116,29.458485,30.270269,30.151472,30.789883,31.435049,31.577454,31.649351,30.905455,30.061262,29.76531,22.908251,23.657816,25.134649,25.878004,26.952625,27.890268,29.469547,29.709656,29.371113,30.565012,29.731544,28.93701,28.421741,27.923321,27.741083,23.218462,24.072599,25.157234,25.471085,26.3834,27.283297,27.630251,28.010204,28.590971,28.776604,28.642868,27.966393,27.805901,27.707853,27.096659,22.37261,23.37714,24.419079,24.886877,25.351513,26.725964,26.759947,26.722616,27.227724,28.765265,26.955744,26.834661,26.051924,26.630188,26.816929,23.556246,24.197336,24.990103,25.489416,26.686426,27.609497,28.008619,28.191761,28.617596,28.89826,28.668869,28.968426,28.353792,27.50275,27.6591,24.08098,24.452166,26.457523,28.023518,29.239597,29.605452,30.639536,31.75736,32.237823,32.305832,31.759007,31.008455,29.944887,29.872154,29.901806,20.00532,20.540247,21.155825,21.800533,22.347843,22.900309,23.332184,23.738712,23.885178,23.905483,23.985556,24.111092,23.867514,23.727245,23.698866,23.639406,23.845541,24.484856,24.804731,25.030565,25.501987,26.201254,26.431623,26.735344,26.851406,27.044159,27.674803,27.745077,27.669954,27.368587,23.265993,23.519251,23.810308,23.955734,24.514679,25.208885,25.622665,26.233366,26.368586,26.934532,27.367369,27.657677,27.49506,27.447887,27.348795,22.855204,23.124548,23.908878,24.415504,24.606878,25.531595,26.049026,26.301252,27.143398,27.61628,28.045654,28.368599,28.409826,28.524757,28.534222,25.553951,26.212767,26.935328,26.871819,27.396261,27.730078,28.242319,29.047621,28.784027,29.010239,28.948324,28.835243,27.920982,28.162033,28.077438,23.924675,24.516447,24.994833,25.349812,25.70137,25.860617,26.223167,26.436588,26.863173,27.122906,27.52585,27.912191,27.644602,27.458006,27.485895,23.849749,23.927305,24.379549,25.078753,25.33415,25.619692,26.501125,26.983435,27.182966,27.650728,28.448349,28.399384,28.049505,27.86161,27.638935,24.361153,25.171679,25.627295,26.090643,26.33305,26.917267,27.562153,28.023199,28.273687,28.750828,28.798857,28.689671,28.450665,28.296074,27.939957,21.414795,22.049913,22.535709,22.904427,23.1021,23.649673,24.179514,24.605549,24.994362,25.481649,26.051638,26.274719,26.30575,26.538998,26.596403,24.790871,24.836702,25.370142,25.865152,26.280849,26.522001,27.346155,27.514956,27.975655,28.556448,28.706673,29.061798,28.640047,28.371742,28.273142,25.721888,26.097389,26.560167,27.020943,27.239513,27.694675,28.268982,28.420881,28.533426,28.860256,28.955225,29.149797,28.849045,28.795191,28.401321,23.777689,24.326588,24.571115,25.124767,25.265881,25.657188,25.981947,26.54738,26.81349,27.16189,27.855564,27.721361,27.471617,26.876057,26.577816,23.140196,23.530119,23.596575,24.061047,24.278399,25.583033,26.496935,26.98394,27.316729,28.018412,28.344513,28.319416,28.655729,29.111374,29.113018,24.18276,25.006384,25.713543,26.433966,26.704508,27.399944,27.733866,28.240385,28.647625,29.295454,29.672071,30.000002,30.035931,29.685312,29.673191,26.196341,26.373629,26.600105,27.096674,27.232742,27.897236,28.36141,29.007519,29.458487,29.95145,30.114656,30.302433,29.968628,29.810377,29.875874,23.86264,24.512749,25.246569,25.793711,26.064808,26.454386,26.948118,27.163754,27.674669,28.196573,28.449238,28.696077,28.584412,28.650999,28.602913,23.38542,24.110641,25.046326,25.46114,25.628641,25.883722,26.166344,26.961359,27.46175,27.545383,28.000629,27.963644,27.488077,27.378536,27.346844,26.40872,26.987463,27.676201,27.901892,28.276188,28.760925,29.225132,29.149202,29.395454,29.332102,29.442131,29.145807,28.359249,28.224167,27.754238,21.923302,21.841516,22.160063,22.632967,22.818241,23.041243,23.216496,23.452234,23.543041,23.534676,23.684988,23.495064,23.058315,22.860579,23.021376,21.443954,22.068142,22.89381,23.630451,24.219727,24.848093,25.555456,25.99375,26.523468,26.648375,26.976097,27.385393,27.327866,27.401495,27.347744,24.231634,24.542885,25.212303,25.899145,26.344799,26.883989,27.57099,27.85281,27.724329,27.928808,28.185024,28.619528,27.905592,27.349398,27.281866,23.396523,24.016481,24.408457,24.440804,25.195107,25.544666,26.253799,26.776781,26.824274,26.990417,27.042801,27.238771,27.456755,26.996407,26.648682,23.866936,24.122854,24.54332,24.920012,25.341469,25.677963,25.96612,26.312967,26.891756,27.158537,27.562782,27.810005,27.508196,27.464378,27.525696,24.822191,25.18152,25.766951,26.131292,26.08971,26.677185,26.905663,27.231583,27.476519,27.768719,28.224394,28.107565,27.472937,27.192492,27.114365,16.188643,16.079676,16.368437,16.914755,17.200836,17.215881,18.298107,18.34181,19.077103,19.295641,19.781879,19.439009,18.546766,18.403694,18.182924,24.514051,24.995508,25.656301,26.253267,26.630419,27.090788,27.26646,27.582582,28.117201,28.278149,28.725374,29.090652,28.580618,28.211466,28.196583,22.6061,22.993017,23.42988,24.112545,24.460865,24.723263,25.31913,25.873188,26.066669,26.601368,26.698313,26.930199,26.914326,27.084709,27.226246,26.066202,26.361385,26.767057,27.083969,27.382156,27.728554,28.233755,28.211462,28.420948,28.57143,28.629896,28.797874,28.602087,28.709169,28.582638,26.413691,27.046186,27.774763,28.492529,29.048872,29.371855,29.263819,29.241217,28.996599,29.201162,28.90583,28.870205,28.464867,28.576082,27.991734,24.919771,25.345814,25.670015,26.345964,26.401445,26.747808,27.357557,27.848827,28.335983,28.154633,29.080292,29.363808,29.275406,29.167891,29.267931,23.078434,23.606705,24.210148,24.709866,25.153875,25.656467,26.265066,26.667511,26.973829,27.270651,27.561438,27.508024,27.129421,26.907495,26.900625,25.397373,26.142565,26.540848,26.615295,26.965437,27.079334,27.690893,27.781004,28.349962,28.765881,28.896559,28.564442,28.553768,28.618721,28.534618,24.841141,26.247385,27.223883,27.572987,28.289864,28.454929,28.401623,28.52537,28.348333,28.018635,28.473717,28.060644,27.629372,27.438705,27.46175,24.341805,24.481791,24.74824,25.536167,25.86334,26.427607,26.99851,27.520639,28.111443,28.687296,29.350048,29.486128,29.570562,29.564014,29.359198,21.015041,21.488314,21.995171,22.396481,22.70713,23.144733,23.489933,23.756138,23.996204,24.097992,24.322613,24.325319,24.109646,24.008432,23.893461,24.06591,24.607592,25.298552,25.790585,26.045826,26.398039,26.673693,27.102936,27.312651,28.018206,28.217787,28.217516,28.021183,27.825907,27.987593,24.619528,25.179237,25.86931,26.470657,26.884361,27.443876,28.096169,28.628201,28.833448,29.157734,29.437712,29.454189,29.116737,28.9083,28.557554,25.050116,25.678116,26.136293,26.754549,27.144798,27.677912,28.068336,28.375858,28.498407,28.826672,29.069958,29.23831,28.813389,28.47957,28.102497,23.281797,23.565071,24.342194,24.6129,25.735497,26.671368,28.001747,28.173737,28.711304,28.352716,28.96936,28.798929,28.735456,28.618523,28.143999,22.616323,23.350824,24.331518,25.364468,25.98842,26.589664,26.972012,27.467915,27.731592,27.751085,27.567757,28.241873,28.440369,28.474018,28.979782,23.746969,24.128563,24.804901,25.193161,25.475189,26.595158,27.33956,28.163677,28.966049,29.390532,29.893616,30.413076,30.266029,30.533901,30.742884,21.009562,21.426085,22.040588,22.659723,23.306505,23.744425,24.001154,24.409224,24.694239,25.144756,25.552267,25.829557,25.874811,26.028847,26.044434,23.987152,24.437874,24.976883,25.264242,25.841963,26.014191,26.500992,26.724792,26.78368,27.036175,27.114635,27.032358,26.743752,26.703939,26.493866,24.707396,25.403393,26.003712,26.140053,26.732632,27.282473,27.41757,27.523188,27.701696,27.998751,28.097731,28.313812,28.024296,27.740818,27.436506,25.629013,25.834343,26.111063,26.321709,26.498949,27.108538,28.025145,28.180862,28.822603,29.104673,29.387136,29.653082,29.587055,29.775232,29.302073,26.208057,26.630259,27.193991,27.64374,28.125425,28.491652,28.533415,28.652645,28.830915,28.896444,29.060593,29.10932,28.772274,28.483318,28.356153,24.952517,25.358795,25.842831,26.453835,26.916201,26.86883,27.440882,27.717899,27.95611,28.301004,28.553093,28.56146,28.154219,27.661783,27.247705,20.925753,21.326361,22.16474,22.922634,23.17634,23.73567,24.465086,24.811604,25.508877,25.965393,25.633808,26.134174,26.110178,25.91877,25.868729,25.319571,26.043997,26.545181,27.410439,27.918598,28.397793,28.768307,28.736362,29.218344,29.376312,29.734537,29.684874,29.501835,28.971306,28.667664,23.731731,24.401621,25.254042,25.821363,26.408159,26.821011,27.392738,27.508678,27.818394,27.987722,28.887827,29.618328,29.330179,29.557953,29.27104,23.649843,24.122375,24.571787,25.021139,25.67757,26.330376,27.041801,27.261723,27.789301,28.367313,28.523563,29.011839,28.850019,28.42766,28.635406,23.992237,24.515768,25.231201,26.093689,26.77792,27.343426,27.852652,28.192839,28.606176,28.787714,29.005226,28.929203,28.647114,28.558483,28.290834,24.833689,25.428438,26.186535,26.698997,26.808899,27.531233,27.941841,28.697058,28.824705,29.09852,29.670542,29.576822,29.599895,29.396872,28.921852,26.030535,26.098585,26.909092,27.150021,27.351267,27.642759,28.068771,27.991926,28.767401,28.897875,29.10952,29.313929,29.221052,28.765091,28.659443,24.757334,25.370546,25.930479,26.414246,26.833338,27.377787,27.804052,28.054405,28.122675,28.371092,28.561378,28.606785,28.306091,28.243437,27.995422,23.010292,23.422232,24.308577,24.859385,25.333925,25.934097,26.522797,26.774952,27.194139,28.069523,28.408501,28.657764,28.510221,28.419012,28.527468,22.981312,23.49091,24.106686,24.729038,25.221977,25.784275,26.321507,26.561325,26.847797,27.0704,27.324665,27.491709,27.204233,27.027285,26.865679,21.498878,22.205479,22.845926,23.43483,24.008217,24.379929,24.662403,25.160715,25.263023,25.753328,26.15773,26.276016,26.043516,25.994263,26.113987,25.850311,26.366768,26.908791,27.612585,27.977959,28.227325,28.581816,28.791641,29.033369,29.254951,29.481102,29.308357,28.95377,28.572039,28.499504,21.545847,22.059036,22.773542,23.511215,24.076977,24.744909,25.193336,25.542482,25.982889,26.388636,26.840803,27.015505,26.863394,26.793034,26.731079,24.384699,25.099075,25.886463,26.656643,27.122215,27.719587,28.27701,28.557692,29.230864,29.891798,30.206161,30.385113,30.306801,30.115301,29.856092,23.424616,23.801344,24.273117,24.528303,24.940231,25.156794,25.497643,25.871542,26.085176,26.409775,26.604584,26.607422,26.502794,26.299915,26.135468,24.040901,24.3897,24.992613,25.611296,25.96401,26.46995,26.919764,27.291548,27.460993,27.850691,28.184704,28.2866,28.576506,28.979736,28.464577,23.588436,23.882545,24.463747,24.976973,25.400009,25.996634,26.581526,26.645725,26.872141,27.281116,27.716137,27.761492,27.530685,27.463493,27.401892,24.850512,25.247332,25.363201,25.993057,26.519409,27.253109,27.800331,27.967119,28.385958,28.831268,29.550037,29.434317,29.229311,28.9359,29.018562,23.735655,24.413027,24.651863,25.140364,25.635221,26.92062,28.140127,28.567791,29.113119,29.841471,30.149858,30.206844,30.457254,31.333235,31.66593,23.991594,25.043095,25.83909,26.552874,26.920473,27.473085,28.233982,28.631851,29.324032,29.671684,30.303568,30.417812,30.255949,30.022758,29.645285,25.927103,26.389671,27.045036,27.679039,28.259642,28.692293,29.175838,29.450182,29.996305,30.356264,30.65863,30.369795,30.223131,30.051878,29.655468,23.711998,24.467478,25.648312,26.010212,26.491648,26.62867,27.109209,27.237188,27.848825,28.221344,28.868511,29.198874,28.881493,29.011404,28.926636,23.348995,23.953762,24.504089,24.857937,24.887901,25.110239,25.638136,26.054272,26.666397,26.836454,27.133099,27.570435,27.55357,27.778006,27.720144,27.081848,27.677387,28.546501,29.070007,29.460842,30.362696,30.883884,31.226337,31.592304,31.764456,31.843927,31.768421,31.458532,31.319506,31.202566,23.726269,24.145966,24.65527,25.176195,25.882397,26.33135,26.946354,27.145035,27.744198,28.003126,28.093906,28.335943,27.976614,27.625725,27.568632,27.1999,28.187508,29.22397,29.816624,30.161232,30.467155,31.313728,31.633505,31.753046,32.405186,33.477844,32.973419,32.147938,31.542194,30.922306,24.882687,25.647512,26.368675,27.012262,27.633423,28.128201,28.524382,28.787062,28.988924,29.014227,29.228397,29.066586,28.782637,28.520044,28.11026,23.708563,24.241716,24.330254,24.915051,25.244719,25.295643,25.771294,25.951365,26.113316,26.396442,26.477013,26.855299,26.688459,26.725822,26.64654,25.533407,26.012383,26.455507,27.030045,27.13139,27.255121,27.138733,27.415869,27.58193,27.545473,28.227755,28.292376,27.765522,27.677723,27.965296,20.227461,20.641855,21.086725,21.692579,22.083393,22.4953,22.89694,23.25469,23.574295,23.889719,24.151905,24.256203,24.065046,24.014591,23.920542,22.535845,23.175446,23.869026,24.422369,25.216213,25.830702,26.519838,26.982578,27.416307,27.881516,28.476027,28.929436,29.102358,29.331577,29.491734,21.827551,22.304934,23.133764,23.747055,23.964125,24.814297,25.453794,25.778601,26.177025,26.683191,27.104029,27.242773,27.086771,26.979443,27.366009,26.367348,26.933157,27.51008,27.756279,28.092197,28.396502,28.928984,29.109818,29.295307,29.448282,29.759634,29.98625,29.785126,29.333548,29.104263,23.319561,23.631742,24.168043,24.745657,24.805906,24.756205,25.562784,25.892317,26.010639,26.518404,27.097876,26.880968,26.956522,26.821766,26.509104,24.044075,24.922655,25.319466,26.325542,26.972979,27.199667,27.459446,27.208992,27.363354,27.571005,28.239128,28.476105,28.41176,28.457355,28.417057,19.88719,20.890339,21.529099,22.750355,23.395269,23.732006,24.713406,25.436306,25.633589,26.204979,26.252443,25.866774,26.401638,26.350615,26.531101,25.270372,25.350628,25.890842,26.31819,26.951643,27.488222,27.912289,28.1992,28.325848,28.304573,28.967813,28.745317,28.926537,29.205498,29.806471,24.593634,25.338474,25.793938,26.221252,26.915428,27.495407,28.138426,28.703836,29.097918,29.606316,29.621309,30.133057,29.602736,29.536598,29.511875,23.688156,24.129032,25.198273,25.5317,26.448839,27.01605,27.511608,27.564543,27.641157,27.922916,27.945396,28.111971,28.491339,28.538445,28.502802,24.393162,25.368027,26.053473,26.478529,26.91223,27.299782,27.608713,27.857845,28.234758,28.717295,28.894154,29.019535,28.896883,28.921064,28.747549,23.492273,23.998951,24.553783,25.091124,25.549185,25.817648,26.007574,26.195696,26.642546,26.663383,27.013878,27.229904,26.948982,26.655653,26.587736,22.421942,23.010109,23.45923,24.096893,24.547804,25.437794,25.97714,26.227892,26.830309,27.333429,27.771395,28.248671,28.467533,28.401169,28.425634,24.906431,25.371445,25.877815,26.307457,26.493752,26.969456,27.330273,27.508142,28.082323,28.214567,28.222143,28.148312,28.060719,27.759829,27.465353,22.351442,22.967373,23.621416,24.293383,24.865446,25.385639,25.910101,26.468349,27.021698,27.432865,27.879566,28.385162,28.203741,28.123596,27.892859,24.554426,24.84734,25.730577,26.332155,26.628378,27.24979,27.689939,27.649446,27.806585,27.578947,27.850231,28.392279,28.67103,29.061165,28.639954,24.719835,24.969618,25.301153,25.939199,26.210985,26.182711,26.515345,26.750443,26.751301,26.959143,27.105549,27.279926,26.912842,26.920355,26.474014,25.65732,26.493231,27.098476,27.442684,27.876207,28.454281,28.608709,28.904486,29.216,29.712095,30.081059,30.391497,30.04908,29.638544,29.349131,24.26568,24.832405,25.872173,26.48155,26.91637,27.633026,28.403456,28.327271,28.683016,29.003576,29.105511,29.158964,28.99777,29.486576,29.389635,24.567188,25.306717,25.838926,26.817989,27.252066,27.934126,28.188911,28.695286,28.355387,28.538088,29.177162,29.193449,29.483349,29.826086,29.816004,21.609671,22.18187,23.521406,24.21216,25.180635,25.786077,26.40262,27.278206,28.055424,28.878668,29.590878,30.32082,30.456329,30.263248,30.34712,24.771864,25.364109,26.223442,26.654783,27.325001,27.825726,28.433174,28.672325,28.899115,29.119215,29.56658,29.627567,29.538059,29.575554,29.182655,24.999269,25.788748,26.488033,27.201197,27.94309,28.446871,28.752741,28.989319,29.101494,29.409241,29.726568,29.772987,29.38623,29.330837,29.316463,23.417101,23.983955,24.722286,25.397072,25.645546,26.027292,26.516264,26.5434,27.012661,27.657387,28.1901,28.368851,28.101957,27.765762,27.783607,25.028355,25.501221,25.972717,26.260475,26.544994,26.927439,27.324203,27.625326,28.007067,28.307634,28.432724,28.592604,28.221285,28.052879,28.01812,25.715546,25.975176,27.574169,27.067995,27.241077,27.587738,27.111303,28.163994,28.917253,28.802448,29.925406,29.68955,29.990965,30.126467,30.164534,23.617878,23.950035,24.73028,25.219467,25.662821,26.148663,26.446331,27.011358,27.398932,28.165632,28.75176,28.900316,28.894356,29.389631,29.45649,20.070662,20.16754,20.730886,21.308393,21.568628,21.822735,21.831234,21.986559,22.115425,22.309341,22.536238,22.893002,22.977415,23.004375,23.081797,26.018656,26.443455,26.731529,27.301798,27.250608,27.617815,27.948004,28.2708,28.210396,28.329176,28.736813,29.106041,28.965517,28.654543,28.397772,20.558315,21.275364,21.777477,22.465546,22.977057,23.344349,23.375631,23.814123,24.235445,24.796545,25.154396,25.865946,26.053452,26.031967,25.908392,24.084112,24.833319,25.453186,25.869602,26.468023,26.761904,26.978592,26.974091,27.375498,27.698671,28.086618,28.269981,27.833376,27.597887,27.612457,23.105507,23.441172,23.946117,24.433929,24.928656,25.455936,25.977213,27.008787,27.377489,27.596214,27.86772,27.811129,27.557173,27.52578,27.362293,22.911594,23.51302,24.184885,24.978405,25.484049,26.518854,27.119837,27.327787,28.049866,29.079018,29.68202,29.832247,29.983913,30.704802,31.037992,24.245869,24.635658,24.817892,25.406191,25.760538,26.011366,26.406908,26.704874,27.028364,26.860098,27.226089,27.149212,26.847559,26.516428,26.265923,22.513836,22.610432,23.223383,24.267853,24.953617,25.07313,25.322527,25.466351,25.567261,25.246296,25.395676,25.444454,25.142361,25.330236,25.251558,27.123333,27.837225,28.310078,28.90493,28.657537,28.893459,29.361395,29.149797,29.343601,30.009846,29.788864,30.234524,29.603893,29.736916,29.453798,23.787529,24.156704,24.533363,25.286028,25.783106,26.854801,27.134148,27.440187,27.944132,28.435913,28.870197,28.647726,28.464504,28.469145,28.880743,22.922356,23.535551,23.816635,24.319584,24.891592,25.288555,25.718222,26.128817,26.194269,26.432953,26.631123,26.366791,26.151709,25.981594,26.03273,21.228622,21.597267,21.987738,22.381063,22.764505,23.121592,23.272797,23.45188,23.718842,23.706341,23.836842,23.844769,23.563316,23.323011,23.111748,23.205128,23.606438,24.158665,24.763857,25.293074,25.928211,26.326815,26.597939,27.44351,28.103897,28.411215,28.684212,28.506443,28.359842,28.272688,24.155727,24.783197,25.510508,25.888077,26.298052,26.930201,27.478466,27.856001,28.23144,28.634638,28.876825,28.885588,28.629187,28.594919,28.790394,24.182451,24.811762,25.325417,25.848188,26.021906,26.478151,27.019819,27.194059,27.759052,27.907318,28.144989,28.65687,28.43676,28.136911,28.343418,23.340298,23.789865,24.501289,25.031164,25.241268,25.286182,25.746218,25.939455,25.924286,26.207146,26.586298,26.863203,26.443428,26.096313,25.732172,23.645805,24.781048,24.946543,25.918049,26.936123,27.690598,28.018192,28.40366,28.763367,29.05727,29.31011,29.516434,29.694021,29.352617,29.009956,25.272789,26.25691,27.304966,27.926128,28.562986,29.586761,30.227066,30.67647,30.960434,31.790947,31.592407,31.755266,31.291405,30.857212,30.43972,21.039204,21.555298,22.095997,22.730345,23.192003,23.723204,24.386173,24.898785,25.391474,25.737581,26.012224,26.298916,26.203718,26.107042,25.992832,20.999174,21.402416,22.092562,22.438503,22.961559,23.492582,24.147594,24.559509,25.052217,25.689209,26.006529,26.049603,26.078623,25.938368,25.814489,20.266373,20.811766,21.39987,21.927662,22.473133,22.937119,23.73653,24.018295,24.233414,24.689081,24.92979,25.266668,25.292488,25.332298,25.269249,22.380381,22.833492,23.442482,23.996218,24.349243,25.026941,26.221409,26.704329,27.271181,27.692699,28.29212,28.595469,28.580099,28.513504,28.679409,21.503172,22.161652,22.765745,23.010666,23.517725,24.251877,25.030893,25.609318,25.970503,26.178806,26.556301,26.825768,26.624346,26.591751,26.484385,23.393675,23.593225,24.003031,24.424311,24.549295,24.799295,25.169516,25.387749,25.741554,25.83803,25.991461,25.986195,25.639259,25.709713,25.629488,22.637909,23.058441,23.463577,23.943754,24.319105,24.771074,25.485683,26.280699,26.955982,27.20471,27.529657,27.537251,27.436441,27.392054,27.910524,21.272753,21.728754,22.179071,22.642792,22.759047,23.164957,23.642479,24.079859,24.226877,24.61302,24.703459,24.611605,23.998537,23.806334,23.680561,22.137535,22.796471,23.392683,23.952066,24.43399,25.001904,25.492599,25.836113,26.050097,26.197556,26.272291,26.211552,25.947168,25.727474,25.606445,21.889471,22.515493,23.12698,23.607344,24.104357,24.614172,25.573238,25.874889,26.135353,26.275381,26.3722,26.432667,26.097307,25.95694,25.700701,23.326073,23.60725,24.211334,24.729521,24.69659,25.412315,26.50626,26.371578,26.92684,27.177221,28.036367,28.067392,27.672327,27.186712,27.050999,22.079098,22.956961,23.815334,24.058472,25.205561,26.173063,27.425831,27.856857,28.463814,29.45166,30.357405,29.835575,29.853672,29.810137,29.813572,22.964529,23.581312,24.344147,25.166002,25.488132,26.213688,26.422337,26.89629,26.289391,27.428135,28.25354,28.282145,27.553606,26.982122,26.872248,22.396049,22.867342,23.965805,24.457653,24.900623,25.644667,26.296101,26.537991,27.217659,27.411491,27.816347,27.931807,27.572504,27.286348,27.306541,23.075401,23.651535,24.180408,24.733486,25.280392,25.808397,26.43367,26.748667,26.924583,26.787609,26.862442,27.017292,26.802662,26.480803,26.272184,23.119755,24.079531,24.482382,25.452774,26.130672,26.762459,27.499523,28.077084,28.443024,28.955439,28.929455,28.831858,28.211308,27.690998,27.414757,20.898493,21.523518,22.205759,22.639273,23.056679,23.534842,24.111019,24.290634,24.393219,24.506025,24.578087,24.545338,24.15662,23.890602,23.664316,18.627451,19.362959,20.177309,20.822857,21.33209,21.936947,22.948217,23.204147,23.718353,23.950649,24.70573,24.787886,24.894291,25.123283,24.966516,23.833223,24.649633,25.649586,26.607162,27.454849,28.412882,29.729071,30.574591,31.006613,31.615171,31.797918,31.609253,30.953098,31.103764,30.497528,20.503191,21.00128,21.614031,22.038073,22.66345,23.155334,23.763599,24.055859,24.723162,25.104174,25.51927,25.630873,25.598362,25.338108,25.322269,22.021542,22.591362,23.224604,23.694012,23.933956,24.699902,25.733624,26.051109,26.413912,26.541567,26.467049,26.829386,26.360502,26.215767,26.015944,23.150421,23.433531,23.838394,23.949537,24.187544,24.492298,25.11051,25.385555,25.44212,25.483709,25.795624,25.901917,25.6479,25.026863,24.957556,20.669674,21.180113,21.774038,22.388676,23.067915,23.752426,24.590387,25.046951,25.416882,25.956768,26.35043,26.564049,26.438042,26.37462,26.316715,21.601994,22.381252,23.202576,23.848434,24.543816,25.289783,26.098629,26.827961,27.383106,28.092714,28.335932,28.529861,28.195274,28.116184,28.051031,23.697697,23.200361,23.400129,23.062601,23.226837,24.05257,24.871473,25.235521,25.30891,25.884104,26.642939,26.712748,26.473305,26.484272,26.257822,23.500229,24.120056,24.723825,25.209171,25.608736,26.104467,28.254807,27.988619,27.838215,27.824995,28.017408,28.076714,27.778635,27.674469,27.420696,21.078524,21.564421,22.334715,22.878002,23.587334,24.030512,24.891232,25.478823,25.891356,26.235331,26.49897,26.870823,26.804977,26.513458,26.327171,20.286486,21.018646,21.604092,22.19511,22.724216,23.21965,23.822485,24.190136,24.482311,24.643452,24.929859,25.238169,25.108969,24.993303,24.766254,21.395712,21.911104,22.171791,22.622662,23.065456,23.778276,24.479525,25.046175,25.376818,25.806622,26.236401,26.761189,26.786211,26.835468,26.715708,22.619299,23.080172,23.379065,24.003901,24.12641,24.802628,25.290998,25.655457,25.956228,25.677788,26.058414,25.921219,25.663954,25.286659,25.297558,17.660599,18.165396,18.765184,19.093227,19.513462,19.928219,20.351261,20.47967,20.622841,20.605145,20.764513,20.477627,20.172867,19.845959,19.551329,21.528797,21.911776,22.101467,22.63427,22.776478,23.227236,23.772488,23.965096,24.18483,24.617762,24.949242,25.211447,24.972326,24.905531,25.039604,19.191477,20.084488,21.183611,21.953854,22.770576,23.47785,24.248226,24.665592,25.056726,25.76412,25.640388,25.440723,25.174309,24.663752,24.667175,21.536772,22.368895,23.22636,23.891609,24.401995,25.15074,25.874344,26.638105,27.123732,27.661917,27.695614,27.326302,26.931068,26.974365,26.888275,19.800966,20.224487,20.651896,21.259378,21.635429,22.203186,23.037657,23.362478,23.562838,23.79962,24.007071,23.66584,23.17864,22.994925,22.69762,21.08235,21.887381,22.676949,23.429712,24.15481,24.901173,27.836142,27.062597,26.735842,26.427456,26.301825,26.448879,26.317596,26.207573,26.036528,20.44734,20.990675,21.526047,21.973221,22.407616,22.911369,23.466925,23.861944,24.167089,24.389448,24.440907,24.533525,24.45837,24.369768,24.359394,21.485163,22.242775,22.671328,23.07856,22.868322,23.550308,25.35268,25.10018,25.285534,26.044876,26.443348,26.592505,26.138268,25.880856,26.010695,23.212795,24.027643,24.836311,25.785685,26.54039,27.365797,28.258768,28.8778,29.408689,30.030199,30.213869,29.992989,29.299026,29.093182,28.873461,22.476175,22.82855,23.286587,23.681446,24.10323,24.607979,25.357601,25.773584,26.071033,26.266447,26.412403,26.525497,26.23657,26.084003,25.849596,21.514898,21.592585,22.199915,22.729193,23.428389,24.604626,25.342098,25.91671,26.162222,26.357355,27.183611,27.030611,27.011749,27.371151,27.537235,21.122522,21.800766,22.329676,23.347589,24.225119,24.723932,25.327911,25.77165,26.390699,26.66473,26.900078,27.01862,26.66794,26.404789,26.300522,24.494143,25.291929,25.757057,25.736389,26.237309,26.209372,26.646906,27.002907,27.205273,27.546593,27.599159,27.599474,27.47809,27.17095,26.919886,22.742947,23.577057,24.404037,25.423363,26.297361,27.08836,24.862646,25.596069,25.631083,25.965691,25.648767,25.426561,25.146353,24.688429,24.607531,21.156324,21.893894,22.544128,23.426161,24.163481,24.691139,26.074774,26.519474,26.959402,27.574497,28.174564,28.707977,28.806614,28.738821,28.672016,23.312477,23.973774,24.754532,25.26306,25.83428,26.917595,27.414555,27.850044,28.128941,29.101667,29.236948,28.900999,28.256931,27.468882,27.867157,21.560305,22.234747,22.887901,23.545174,24.311083,25.061916,26.334,26.989714,27.404388,27.826008,28.053209,28.642801,28.784382,28.870604,28.797293,21.249537,22.136301,22.804138,23.282787,23.823122,24.253798,25.268522,25.714346,26.171198,26.653141,27.321941,27.583298,27.630373,27.876106,27.672308,21.520247,22.120903,22.767841,23.387115,23.832069,24.299599,25.031715,25.429111,25.894558,26.317924,26.621851,26.581474,26.408789,26.174313,25.885708,21.340797,21.966061,22.58877,23.321611,23.969933,24.952896,25.60928,26.094145,26.391724,26.742912,27.034893,27.324503,27.393284,27.324078,27.272045,22.022594,22.632154,23.284189,23.979715,24.508331,25.202301,25.890087,26.293806,26.80858,27.15624,27.514246,27.703566,27.519148,27.449221,27.232588,24.468201,25.073355,25.60276,26.203648,26.638443,27.117935,28.404585,28.518211,28.740423,29.134087,29.32753,29.347588,28.942442,28.686848,28.426456,21.335239,21.884377,22.460028,23.125399,23.592348,23.957117,24.820774,24.953764,25.060486,25.103951,25.288862,25.45742,25.147972,24.979868,24.812521,22.983932,24.107988,25.252033,26.174046,27.415731,26.807016,28.274172,28.69581,29.817709,29.881378,30.606001,30.711758,29.429552,29.06929,28.633902,21.209286,21.79184,22.530228,23.148594,23.626419,24.180279,24.952271,25.028015,25.367645,25.618458,25.950062,26.359818,26.242462,26.112137,25.973991,23.930235,24.465611,25.004419,25.464693,26.133356,26.575884,27.230682,27.843655,28.262402,28.723076,28.794939,28.986206,28.715376,28.560595,28.197145,20.88032,21.40288,21.981039,22.696058,23.254042,23.794512,24.604527,25.114807,25.511572,25.896263,26.25452,26.610121,26.461109,26.369772,26.190397,16.892918,17.34771,17.790859,18.341522,18.635462,18.690165,19.696342,20.128124,21.01152,20.079367,19.935947,19.972473,18.801004,18.901031,18.806135,22.796795,23.431534,24.121298,24.58387,25.107252,25.639482,26.613813,27.035534,27.429787,27.618382,28.010532,28.117443,27.770391,27.590672,27.366215,23.702639,24.173353,24.652567,25.242552,25.502491,26.165571,26.761993,26.887947,27.192047,27.52425,27.659834,27.607037,27.073606,26.853926,26.658556,21.814896,22.42547,22.911793,23.313473,24.087261,24.898537,25.738993,26.117149,26.69878,27.016958,27.273487,27.348618,27.290482,27.132507,27.008751,22.653643,23.067383,23.578375,23.842039,24.181864,24.661314,25.559027,25.990776,26.075407,26.519384,26.670698,26.838585,26.633602,26.31901,25.803093,23.955101,25.27059,26.623291,27.815475,29.169935,30.21191,31.437469,32.290001,33.088093,34.043098,34.292118,33.656582,32.98782,32.63533,32.682419,22.799713,23.463449,23.948378,24.577791,25.295448,25.953907,26.596693,27.193996,27.691906,27.895796,28.10885,28.012684,27.844233,27.867634,27.607485,23.008705,23.54882,24.213091,24.701338,25.347393,25.979021,26.496311,27.076546,27.543312,28.159138,28.576607,29.048538,28.904406,28.823174,28.683153,26.359108,27.044216,27.70009,28.220278,28.776438,29.22298,29.879028,30.489197,30.846956,31.206232,31.406858,31.705336,31.623522,31.483042,31.295685,23.75831,24.425186,25.135195,25.807112,26.46879,27.135283,27.879631,28.422668,28.902206,29.390112,29.878452,30.34609,30.153852,29.950119,29.706297,24.896605,25.577942,26.170094,27.336308,28.399122,29.064381,29.553196,30.098707,30.422157,30.884695,31.149942,31.657768,31.478096,31.309086,31.083229,26.951717,27.903049,29.0481,29.758627,30.522448,31.403851,32.066879,32.797424,33.175774,33.49786,33.799942,33.765995,33.211117,32.450729,31.999706,25.03307,25.595642,26.403118,27.147017,27.818924,28.630009,29.379957,30.00386,30.494404,30.954916,31.348503,31.633615,31.404686,31.262281,31.034655,26.796249,27.474678,28.242832,28.972843,29.829195,30.497154,31.335825,31.692186,31.922934,32.434124,32.581749,32.603546,32.057526,31.557964,31.019146,28.189453,28.827131,29.47436,30.152195,31.059235,31.700321,32.093742,32.67429,33.165554,33.167759,33.239338,32.945328,32.277206,31.523806,31.204426,25.555334,26.299473,27.124258,28.023699,28.7705,29.665413,30.471193,30.907774,31.41835,32.054623,32.459484,32.931198,32.766388,32.702438,32.563133,23.946266,24.504826,25.07366,25.60047,26.310698,26.983292,27.370152,27.927769,28.19615,28.552383,28.909515,29.382664,29.298145,29.259348,29.130817,27.636995,28.634539,29.607969,30.476683,31.046703,31.71909,32.846508,33.640995,34.036728,34.107727,34.275455,34.472031,33.962593,33.672817,33.615025,25.005686,26.06517,26.560698,27.311907,28.279778,29.573059,30.20755,31.039286,31.366426,31.846937,32.393688,32.704689,32.078373,31.838551,31.717196,25.478634,26.341137,27.163494,27.995947,28.861439,29.230621,29.826611,30.339886,30.797461,31.291264,31.519594,31.937918,31.82914,31.766775,31.896215,27.024284,27.808527,28.368456,29.0762,29.757387,30.554543,31.132782,31.774664,32.233711,32.330902,32.607407,32.458263,32.009045,31.575569,31.10314,25.690756,26.585869,27.33843,28.204054,28.882116,29.778805,30.237373,30.89397,31.307638,31.568718,31.989271,32.010639,31.603062,31.38204,31.17095,24.8885,25.715647,26.422977,27.242649,28.005451,28.750399,29.524124,30.193224,30.727043,31.250254,31.714973,31.944689,31.673801,31.527021,31.256979,23.624405,23.927542,24.431297,24.802906,25.143803,25.501833,25.961071,26.271677,26.436937,26.712027,26.937792,27.05652,26.751101,26.350883,26.125904,24.016922,24.509035,25.089724,25.69239,26.144304,26.64679,27.188826,27.591579,27.86577,28.207626,28.436678,28.4569,28.094971,27.863968,27.682114,23.501387,23.949013,24.462862,24.930056,25.422791,25.939095,26.393133,26.764757,26.953449,27.397081,27.685059,27.714491,27.479771,27.271547,27.076664,23.573578,24.205496,24.817537,25.305096,25.914892,26.655388,27.567982,28.408714,29.349113,30.352205,30.882883,31.3032,31.392405,31.278605,31.251516,23.272762,23.656672,24.236376,24.760252,25.416761,25.907179,26.184267,26.613691,27.00482,27.458879,27.894115,28.529778,28.564423,28.462881,28.335127,24.068693,24.427248,24.808458,25.298504,25.950035,26.684549,27.407608,28.280064,28.9471,29.981201,30.612707,31.121754,31.112999,31.049803,31.042688,23.3412,23.964046,24.467859,25.103846,25.576687,26.033705,26.557108,27.172079,27.682775,28.403229,29.026968,29.507891,29.588179,29.68362,29.744944,22.785803,23.193716,23.661959,23.974928,24.373714,24.811634,25.217476,25.807693,26.38142,27.202288,27.809582,28.273874,28.3542,28.476692,28.536982,25.564894,26.371258,27.347179,28.003788,28.305346,28.839666,29.317802,29.62203,29.594036,29.932245,30.104134,30.109501,29.923952,29.5578,29.246473,22.769291,23.319082,23.818083,24.298616,24.952244,25.530174,26.137432,26.753363,27.347506,28.131306,28.652582,28.942268,28.916931,28.891727,28.7931,24.653126,25.184488,26.171341,26.704657,27.365908,27.889505,28.407469,28.983679,29.00536,29.414495,29.734224,29.751545,29.699989,29.662769,29.775396,23.794683,24.408649,24.977459,25.519096,26.09038,26.680565,27.166275,27.708435,28.111986,28.707144,29.222155,29.525354,29.400101,29.399776,29.329983,23.964903,24.540087,25.227333,25.901073,26.623144,27.294388,27.897701,28.324902,28.696684,29.193354,29.433796,29.371838,29.067951,28.767591,28.537924,25.39996,25.71133,26.323097,26.705971,27.105007,27.920792,28.323057,28.89753,28.724566,29.058214,29.057461,28.620842,28.16394,27.975168,27.575407,24.271034,24.752626,25.274376,25.782703,26.292171,26.705343,27.086472,27.454615,27.645672,27.934658,28.079611,27.985394,27.805344,27.662281,27.547657,22.210255,22.644121,23.091038,23.52623,23.925291,24.313728,24.726879,25.111658,25.428885,25.833693,26.151806,26.498011,26.642666,26.683287,26.637421,25.981894,26.856228,27.476248,27.778795,28.501949,29.049221,29.344213,29.60638,29.847225,30.514181,31.153049,31.462976,31.482971,31.50267,31.418545,21.608593,22.322338,22.818111,23.305861,23.804005,24.252872,24.880373,25.343195,25.92498,26.44544,26.878792,27.10825,27.17141,27.259613,27.221567,22.254148,22.482807,22.790333,23.264555,23.904367,24.716007,25.253454,25.506895,25.78001,25.967833,26.086628,26.254225,26.181358,25.851021,25.550095,27.313763,27.694195,28.185284,28.590616,29.092281,29.610411,30.137836,30.360266,30.227571,29.925859,29.851458,29.701328,29.088379,28.883904,28.615549,23.137274,23.624834,24.137623,24.597435,24.946386,25.374428,25.780048,26.176517,26.68503,27.265179,27.717236,27.987688,27.870754,27.758318,27.757439,22.671644,23.204922,23.695473,24.187513,24.797695,25.251871,25.453123,25.576942,25.695339,25.856287,25.99577,25.862915,25.637737,25.410784,25.210281,26.99667,27.674412,28.40909,29.016235,29.687563,30.366076,30.756935,31.099531,31.117666,31.196774,31.469349,31.433847,30.728794,30.154354,29.80238,21.308731,21.853876,22.425428,22.979557,23.571583,24.010553,24.404413,24.643322,24.837952,25.017687,25.230631,25.515791,25.4464,25.37439,25.195482,26.383327,27.323761,28.25602,28.997261,29.839832,30.61916,31.211113,31.65583,31.82995,32.192562,32.481697,32.474842,31.954882,31.626802,31.334406,25.003525,25.766083,26.503605,27.142996,27.780365,28.415924,29.194481,29.774117,30.204306,30.671776,31.049076,31.243631,30.911648,30.782789,30.578306,22.370884,22.901566,23.481678,24.077351,24.724903,25.41045,26.143875,26.67948,27.111971,27.639023,28.080502,28.458776,28.433657,28.554794,28.608829,27.952286,29.257584,30.364292,31.445938,32.284771,33.125832,33.694824,34.02224,33.994545,34.086605,34.135456,34.178658,33.55373,33.074905,32.390301,23.228439,23.782194,24.376427,25.123301,25.862207,26.588301,27.247053,27.878614,28.27574,28.806664,29.193951,29.385614,29.233868,29.06757,28.941473,26.04413,27.097279,28.105795,29.039352,30.121738,31.085575,31.812349,32.509048,32.872253,33.418308,33.677086,33.702484,33.327274,32.910805,32.560238,22.006296,22.664858,23.314444,23.923477,24.539482,25.127129,25.759199,26.24774,26.588076,27.007177,27.290491,27.450699,27.348152,27.271969,27.202564,22.314981,22.948767,23.580584,24.159073,24.769867,25.419769,25.936171,26.477602,26.765219,27.315559,27.749947,27.297874,26.860592,26.489532,26.085312,22.513031,22.970684,23.53693,24.134218,24.74843,25.367182,25.894249,26.35701,26.664585,27.039921,27.382193,27.587341,27.440006,27.329952,27.255117,22.792803,24.16357,25.408121,26.119015,26.459105,26.929817,27.193966,27.671507,27.767944,28.048901,28.616446,29.701212,29.3776,29.277531,29.304132,23.683098,24.218044,24.791393,25.408251,26.067909,26.702511,27.249813,27.756319,28.144047,28.627453,29.011446,29.177979,29.06118,28.941124,28.857725,24.0191,24.629774,25.281897,25.922209,26.680687,27.386427,28.057497,28.635067,29.076761,29.594227,29.986689,30.317896,30.290884,30.163979,30.075731,18.203379,18.465595,18.850674,19.218023,19.701651,20.166763,20.453526,20.601181,20.735516,20.835951,21.071222,21.302254,21.42354,21.61491,21.739418,21.978785,22.567987,23.245846,23.936314,24.66758,25.42812,26.091719,26.739485,27.326271,27.940989,28.446896,28.913891,28.975719,29.026112,29.055353,31.172388,31.727388,32.7439,33.414528,33.694042,33.750107,33.817265,33.718891,34.192806,34.458851,34.481808,34.106728,33.930424,33.36171,33.192955,26.357063,27.213448,27.990576,29.327419,30.134296,30.945705,31.444204,31.230186,32.248367,33.126205,32.960835,33.368225,32.824345,32.252293,31.633516,22.147417,22.802166,23.491955,24.35618,25.061464,25.876516,26.632839,27.292309,27.835182,28.587351,29.011774,29.166143,29.127419,28.982746,28.793859,24.954428,25.562078,26.644268,27.530495,28.189362,29.008984,29.560726,29.986746,30.452538,31.167871,31.521555,31.73267,31.390533,31.399435,30.809616,26.65062,27.030018,27.602741,28.409798,29.011253,29.767939,30.138397,30.695316,30.810495,31.043032,31.414593,31.913258,31.623602,31.339363,31.179279,25.674269,26.054865,26.703394,27.566341,28.432974,29.232479,30.00943,30.646601,31.389376,31.705967,32.13588,32.541615,32.401909,32.414551,32.422028,25.149294,26.047871,26.43717,27.330103,27.74651,28.087223,28.456375,28.768196,29.143051,29.44557,29.782904,29.897959,29.661503,29.582327,29.561497,24.689535,25.203224,25.781506,26.457859,27.119736,27.703327,28.371078,28.754858,29.412258,30.098034,30.570421,30.822453,30.46047,30.216434,30.061277,24.449142,25.075567,25.655148,26.326454,26.972309,27.595842,28.134228,28.601154,28.663221,29.070641,29.539568,29.650131,29.449875,29.216141,29.062828,25.873215,26.367495,26.630142,27.344975,27.967852,28.818443,29.294228,29.675865,30.102068,30.858574,31.327162,31.555403,31.190338,30.934589,30.591259,23.840563,24.446335,25.059151,25.67898,26.248577,26.850042,27.46085,27.848873,28.059473,28.396973,28.661076,28.816689,28.64468,28.540901,28.302822,23.230518,23.562332,24.168829,24.717224,25.325382,25.99876,26.642454,26.98769,27.562899,27.967299,28.386911,28.307173,28.051176,27.936415,27.784649,23.267204,23.764095,24.369318,24.801025,25.218189,25.679762,26.229473,26.736057,27.016376,27.482557,27.790434,28.100168,27.90946,27.700117,27.431929,26.080242,26.605701,27.339691,27.885601,28.232933,28.918215,29.352358,29.713243,29.787031,30.231848,30.762894,30.923059,30.613422,30.379673,30.008692,25.352489,26.23974,27.364176,28.188778,28.987631,29.86734,30.317497,30.733236,31.073061,31.858984,32.149338,32.154388,31.805456,31.864017,31.599861,26.494535,27.097208,27.758125,28.455492,28.981197,29.702282,30.151564,30.303032,30.682924,30.934296,31.4266,31.800308,31.52566,31.485674,31.652716,22.392662,23.165792,23.887686,24.666788,25.278973,25.732241,26.321989,26.888639,27.230108,27.352324,27.786123,27.702946,27.318413,27.178467,27.072025,26.495319,26.849228,27.274734,27.814569,28.229786,29.068485,29.495129,29.888687,30.09915,30.421961,30.494389,30.84749,30.586592,30.88822,30.420607,24.650877,24.937214,25.091722,25.323069,25.852278,26.333332,26.713409,27.175209,27.436676,27.798418,28.149445,28.618483,28.603378,28.683325,28.792677,26.076321,27.230406,28.051216,29.235291,30.196697,30.83857,31.314653,32.231064,32.324921,33.30508,33.57555,33.504345,33.178505,33.057671,32.906418,25.494267,26.37397,27.201044,28.013208,28.594288,29.324419,30.067551,30.491697,30.920366,31.417469,31.679482,31.861738,31.486107,31.057602,30.701468,23.412237,24.513561,25.737444,26.533794,27.134518,28.185616,28.815258,29.440868,30.407181,31.069544,31.672474,32.16861,31.97406,31.684462,31.363934,24.7125,25.243208,25.806757,26.331123,27.028912,27.60634,28.224319,28.745455,29.045279,29.394024,29.714016,29.781612,29.508532,29.123112,28.813496,25.335533,25.945372,26.949409,27.766806,28.220203,29.014486,29.73638,30.252487,30.375624,30.825577,31.042183,31.138638,30.641533,30.307888,29.969879,22.53018,22.963675,23.556227,24.140062,24.750866,25.257624,25.853426,26.374031,26.79562,27.294394,27.658934,27.985651,27.963215,27.954149,27.960402,27.867722,28.114016,28.769529,29.090231,29.442734,29.99028,30.277634,30.553547,30.651873,30.639521,30.749756,30.849007,30.605524,30.289026,30.218851,24.41489,24.511696,25.434059,26.276651,27.11475,28.189877,29.174721,29.766878,30.244259,30.957901,31.152439,31.579927,31.443718,31.149092,30.896797,24.116711,24.806356,25.704517,26.560724,27.232748,27.932232,28.502449,29.106441,29.486481,29.903074,30.250566,30.210579,29.917517,29.513554,29.260099,21.729609,22.118483,22.633638,23.160814,23.716038,24.259047,24.727255,25.077061,25.653435,26.162943,26.57733,26.746696,26.689663,26.605288,26.534239,23.64341,24.174084,24.885761,25.631874,26.173195,26.792484,27.246889,27.697737,28.044132,28.623087,28.842485,28.932693,28.90262,28.721628,28.588539,20.932043,21.195484,21.785267,22.162931,22.293522,22.621582,23.201454,23.415833,23.445938,23.632414,23.627542,23.425938,23.086323,22.810364,22.613794,24.861986,25.44463,26.106792,26.927761,27.748901,28.387768,28.990482,29.491096,30.07402,30.656168,30.845366,31.209919,31.049242,30.887001,30.749331,20.155872,20.651358,21.197744,21.668917,22.057859,22.528891,22.966,23.333191,23.488615,23.807981,23.997906,24.042234,23.639275,23.447029,23.201754,20.67345,21.317997,21.956848,22.613317,23.296986,23.991043,24.75559,25.418398,25.910355,26.67481,27.177385,27.396852,27.255089,27.289482,27.390783,27.38348,28.146595,29.190269,29.997768,30.502605,31.224146,31.787563,32.389996,32.439156,32.413845,32.707451,32.667843,32.029957,31.580814,31.353628,25.537924,26.554855,27.60919,28.631195,29.743177,30.370251,31.596994,32.455059,32.75391,33.355633,34.233471,33.8582,33.500389,33.020508,32.755127,17.443729,17.700176,18.013466,18.221878,18.539669,18.869122,19.295176,19.557468,19.785656,19.889755,20.038673,20.209183,20.265888,20.359503,20.45891,23.141687,23.655584,24.308702,24.887892,25.51437,26.094318,26.764063,27.217175,27.791077,28.316074,28.533531,28.813965,28.612375,28.555969,28.513882,21.204311,21.673193,22.211981,22.659267,23.153336,23.648457,24.063593,24.326185,24.517342,24.696112,24.929609,24.733023,24.353548,24.099594,23.873346,24.633413,25.531916,26.48184,26.965773,27.655172,28.651978,29.256773,30.096922,30.212015,30.598619,31.010107,31.10165,30.588236,30.322319,30.291172,19.815752,20.40831,21.111908,21.745522,22.331627,22.990326,23.574953,24.062286,24.550676,25.051502,25.359116,25.669655,25.540426,25.44651,25.394583,29.243624,30.388693,31.500677,32.060719,33.788235,34.090908,34.738861,35.171104,35.535629,35.664005,36.376209,33.632286,32.63826,31.709558,30.271494,27.650379,27.586508,28.437227,29.308414,30.305349,31.648577,32.792347,33.304821,33.53685,33.968773,33.953407,34.256115,33.565582,33.34211,33.301014,23.928585,24.652645,25.480091,26.309166,27.036488,27.716675,28.60368,29.31636,30.114332,30.953884,31.488493,31.980196,31.961918,31.995922,32.001495,28.371832,29.325268,30.913654,31.3326,32.293335,32.650253,33.325691,33.74295,34.158577,34.289265,34.517391,34.165936,33.099014,32.135784,31.694389,23.776358,24.23263,24.773415,25.459763,26.028494,26.678308,27.091385,27.597704,27.909735,28.427929,28.776199,29.010794,28.661457,28.534704,28.342781,24.737123,25.305553,25.824482,26.502565,27.205341,27.952847,28.660389,29.522879,30.253187,30.964426,31.556814,31.866083,31.863966,31.875023,31.908476,24.165001,24.629707,25.234842,26.409367,27.574703,28.105726,28.741091,29.701075,29.461077,29.709705,29.709267,29.992336,29.270544,28.913078,29.274368,28.472105,28.882488,29.569296,29.881605,30.514297,31.398758,32.028934,32.547169,32.823612,33.820236,33.853931,34.143257,33.614727,33.032001,32.314648,22.939863,23.441269,23.997566,24.533752,25.08325,25.68255,26.280287,26.799711,27.203211,27.755335,28.208616,28.730097,28.712484,28.736877,28.768181,26.380592,27.243679,27.987484,28.403589,29.144043,30.097706,30.661482,31.291622,31.654648,32.238697,32.314358,32.571682,32.102974,31.849792,31.326536,24.64477,25.288084,25.841383,26.473257,27.032917,27.586836,27.944607,28.366426,28.536648,28.854939,28.97171,28.483959,27.943022,27.412664,27.002584,25.887125,26.59877,27.207937,27.805811,28.409958,29.038542,29.522291,30.270178,30.807871,31.075516,31.005188,31.119331,30.540154,30.262745,29.698463,21.548565,21.74719,22.046638,22.268988,22.802153,23.163513,23.637932,23.883678,23.908815,24.192299,24.279142,24.377331,24.304327,24.515831,24.496031,24.951544,25.927692,26.867283,27.691322,28.618881,29.782757,30.790291,31.296768,31.874821,32.461231,32.712345,33.231621,32.756443,32.582615,32.1418,23.34857,23.779554,24.493212,25.07856,25.721527,26.432741,26.944906,27.442583,27.885893,28.26313,28.779068,29.160351,29.256514,29.219505,29.145054,23.534672,24.345442,25.023582,25.906458,26.693991,27.266705,28.052914,28.429609,28.846153,29.574438,30.020227,29.692101,29.379282,29.098145,29.149986,23.660191,24.261374,25.029451,25.608528,26.286257,26.944229,27.546591,28.251774,28.843107,29.481405,29.962746,30.424654,30.345711,30.372107,30.269098,22.433479,23.027239,23.743744,24.287233,24.885794,25.545025,26.077484,26.611074,26.934862,27.392277,27.886835,28.225487,28.298178,28.380272,28.357712,29.332304,30.291656,30.87429,31.419765,32.171219,32.488747,33.234566,33.663467,33.773434,34.020828,33.889969,34.372066,34.032021,34.354977,33.986225,22.019297,22.65704,23.270752,23.877192,24.493694,25.164164,25.842497,26.36326,26.758163,27.307459,27.787853,28.193665,28.03108,27.817297,27.714453,23.299007,23.85306,24.633961,25.224161,25.846323,26.644018,27.210014,27.643528,28.207842,28.909126,29.219103,29.542732,29.590008,29.478756,29.329824,23.989584,24.644022,25.383001,26.044888,26.688221,27.304979,27.887239,28.42135,28.816425,29.352146,29.705107,29.867628,29.583321,29.426558,29.345745,23.70084,24.029108,24.676516,25.434244,26.161272,26.795027,27.215836,28.035667,28.21534,28.836027,29.023499,29.333384,29.099842,28.980917,28.65439,27.052052,27.82852,28.76656,29.367893,29.810003,30.465317,30.850338,31.361378,31.574139,31.643486,31.656107,31.650803,31.273338,31.10734,30.794859,30.134186,30.819798,31.368477,32.640167,33.333336,33.830509,34.995167,35.525024,36.463448,36.687172,36.944939,36.967041,36.891384,36.415543,36.034428,24.298864,24.72476,25.442814,25.898949,26.548561,27.374092,27.810106,28.450918,28.71693,28.994135,29.150003,29.388433,29.082314,28.619963,28.422054,28.14097,28.294287,29.861111,30.541086,31.16464,31.949934,32.31023,32.437218,32.42218,32.970058,33.081661,32.608696,31.886419,31.840975,31.60479,24.079681,24.331696,25.053629,25.951077,26.54356,27.171017,28.050795,28.686438,29.403561,29.880116,30.416044,30.674236,30.543079,30.41081,30.089451,20.093172,20.631748,21.19755,21.741358,22.264946,22.882853,23.437712,23.933516,24.343086,24.83576,25.136429,25.297171,25.112381,24.963747,24.757952,27.862013,28.725565,29.670483,30.309439,30.622044,31.375889,32.250465,32.828861,33.435516,33.883747,34.09108,34.122108,33.55183,33.149426,32.758488,29.371616,30.001949,30.954329,31.359396,32.202866,32.65052,33.411579,33.659847,34.036045,33.891182,33.943264,34.413288,33.802814,33.270748,33.040436,23.355518,23.82937,24.402479,24.944073,25.465134,26.008835,26.581223,27.050764,27.315489,27.610725,27.8624,28.068695,27.81086,27.81403,27.654222,23.245516,23.946472,24.70467,25.381828,26.062437,26.876089,27.588051,28.245766,28.761322,29.502291,30.131643,30.738174,30.730804,30.707336,30.694777,22.664852,23.235691,23.801325,24.383047,24.843813,25.43799,25.978533,26.414215,26.769003,27.041372,27.408508,27.689186,27.475267,27.254677,27.110603,23.162458,23.565853,24.290819,25.126415,25.82612,26.424604,27.025402,27.621056,28.408447,29.188118,29.583555,29.929998,29.905043,30.027687,29.873716,25.956253,26.977322,27.809912,28.800722,29.067173,29.83717,30.158731,31.077866,32.723408,33.074112,33.313663,33.553406,33.337322,32.973827,33.166077,23.731768,24.372362,25.051966,25.581718,25.950926,26.569265,27.114594,27.590921,28.179747,28.812048,29.177406,29.671461,29.73769,29.898899,29.797211,24.217609,24.871178,25.530048,26.200754,26.804054,27.57065,28.180679,28.601164,28.949604,29.455645,29.835972,30.18667,30.197025,30.214674,30.070564,23.828074,24.538153,25.344831,26.028929,26.702139,27.572102,28.089172,28.545519,28.821846,29.041147,29.342661,29.583475,29.624758,29.465956,29.305506,20.711405,21.189114,21.759029,22.203812,22.710373,23.130079,23.593243,23.959341,24.401997,24.828831,25.12207,24.948143,24.714348,24.525175,24.305027,20.998661,21.544397,22.181011,22.804979,23.468594,24.098501,24.720387,25.321411,25.871635,26.445686,26.846334,27.21209,27.214849,27.137943,27.07938,23.502636,24.057613,24.617121,25.521446,26.024294,26.467854,26.989311,27.445635,27.828476,28.253416,28.802322,29.222488,29.14072,28.969204,28.722435,29.086506,30.057388,30.423923,31.085787,31.438732,31.827745,32.609894,32.704327,32.66959,32.861206,32.713802,33.045639,32.527927,31.787868,31.149733,21.73127,22.304419,22.923079,23.631851,24.240866,25.04862,25.773972,26.511585,27.239967,27.918455,28.442631,28.989388,28.897896,28.814224,28.803894,25.029814,25.819296,26.536051,26.97798,27.519365,28.202061,28.70512,29.211002,29.506266,29.367113,29.523369,29.315334,28.850056,28.340458,27.91614,20.621277,21.108252,21.742308,22.422525,22.935867,23.665104,24.258116,24.664402,24.827114,25.139057,25.156116,24.952326,24.601473,24.105379,23.637201,18.848272,18.989418,19.290085,19.415125,19.985434,20.805153,21.623201,22.52743,23.146597,23.723255,24.205824,24.460636,24.77817,24.84005,24.944851,24.060932,24.885523,25.242207,25.741335,26.26745,27.272728,27.925581,27.804697,28.997749,29.649952,29.749241,30.091885,30.178087,29.820103,29.053658,18.850468,19.134628,19.563101,19.843222,20.238176,20.743349,21.003273,21.344435,21.563793,21.791866,21.941402,21.857567,21.543947,21.644102,21.478848,21.970459,22.653349,23.322803,24.246841,25.144377,26.294744,26.984612,27.699963,28.281778,28.663576,28.921341,28.932705,28.672071,28.267405,27.813366,23.63768,24.275927,24.877825,25.333652,25.846832,26.409054,27.126642,27.818245,28.051222,28.574669,28.910423,29.401985,29.195448,29.048857,28.784889,19.626499,20.344095,21.053679,21.58836,22.470892,23.130508,23.748205,24.664833,25.6632,26.71594,27.448256,28.072123,28.591505,28.674311,28.68701,28.052176,28.227064,28.675547,29.092274,29.45162,29.606386,30.350559,30.563787,31.068806,31.320438,31.353411,31.280821,30.655548,30.1427,30.064079,23.062031,23.503706,24.15823,25.039669,25.696274,26.126698,26.602797,27.32844,27.682611,27.7589,28.404076,28.203049,28.476166,28.208944,27.579645,20.859869,21.154467,21.723417,22.488483,23.143881,24.139372,25.033045,25.980654,26.969364,27.818256,28.593418,29.36623,29.832272,29.922945,29.952902,19.44726,19.950304,20.468594,20.989594,21.312275,21.778574,22.169161,22.546368,22.802158,22.798239,22.903214,22.820885,22.498257,22.387222,22.204273,24.424843,24.833015,25.364294,25.925926,26.187101,26.454964,27.406797,27.900713,28.152969,28.016195,28.060696,28.692856,28.434763,27.520218,27.216917,31.479336,32.880699,33.791634,35.112144,35.482624,36.487011,37.351246,37.454475,37.069458,37.017105,36.678268,36.068409,35.406609,34.713623,33.850277,23.251417,23.665567,24.264706,24.421297,24.886841,25.695663,26.083637,26.574738,26.95496,27.200825,27.692703,27.638191,27.262581,26.879782,26.39572,24.447304,25.113895,25.683615,26.215467,26.806541,27.274099,27.694794,28.013792,27.9697,28.284142,28.413177,28.843637,28.604385,28.302816,28.074976,21.308208,22.061485,22.799604,23.623493,24.352303,25.105742,25.732729,26.356625,26.957603,27.57605,28.09371,28.418293,28.323763,28.248405,28.178328,20.378563,20.741804,21.04269,21.497713,21.819225,22.696096,23.345747,24.157446,24.57235,25.114202,25.835609,26.315269,26.524057,26.522573,26.662407,23.955355,24.553478,25.389126,25.726009,26.291418,26.909712,27.320141,27.618862,27.858093,28.148907,28.273314,28.136724,27.860573,27.691885,27.41997,23.613951,24.20742,24.950947,25.812643,26.571945,27.381187,27.815182,28.513279,28.992563,29.33588,29.539818,29.28055,29.5571,29.110798,28.510878,22.590105,23.546072,23.967409,24.562311,25.023598,25.678873,26.374567,26.92016,27.416512,27.861956,28.223949,28.322952,28.05287,27.799395,27.460119,24.174475,24.570425,25.120893,25.578346,26.201954,26.81996,27.357536,27.726826,28.301886,28.480185,28.844612,29.057989,28.529089,28.239515,28.091202,23.347828,23.966887,24.693392,25.654579,26.256922,27.056175,27.729288,28.280207,28.937912,29.440645,29.608479,29.883743,29.632345,29.511801,29.214016,23.447725,23.654369,24.225576,25.240538,25.639778,26.439577,26.995266,27.794069,28.611156,29.226171,29.767054,29.185408,28.763666,27.93651,27.525551,21.784616,22.350328,23.019104,23.63769,24.211893,24.809336,25.328381,25.702456,25.951374,26.251635,26.480938,26.645555,26.427952,26.259586,26.117712,23.238724,23.828224,24.747271,25.731676,26.703094,27.905788,28.96032,29.651403,30.288637,30.686054,31.021973,31.204737,31.244352,31.077921,30.624765,27.014837,27.885393,28.549416,29.817837,30.375778,30.841646,31.158066,31.401878,30.993807,31.24724,31.399,31.350929,31.187635,30.860319,30.321577,22.394228,22.653263,22.735708,22.855581,23.328276,23.986263,24.629536,25.552225,26.221237,27.004152,27.53784,28.054806,28.144041,28.500328,28.439341,26.839983,27.753937,28.55385,29.272594,29.877207,30.303577,30.573133,30.911201,31.088915,31.229752,31.558735,31.516079,30.974802,30.352428,30.039988,22.760593,23.630386,24.613979,24.921251,25.661648,27.144878,27.638664,28.299915,29.033194,29.096926,28.95813,29.093052,28.715855,28.398674,28.281446,24.054251,24.564392,25.425594,26.277006,27.145523,27.9722,28.526896,29.178539,29.573631,29.931263,30.11907,30.142302,30.477201,30.149216,30.039524,22.578449,23.223976,23.954807,24.707476,25.342533,26.039482,26.857981,27.174044,27.294455,27.314659,27.707594,27.865982,27.601969,27.404028,27.090546,24.296577,24.807247,25.812807,27.161238,28.011433,28.394552,29.751369,30.23707,30.862591,31.308922,32.085442,31.650871,31.240294,30.705856,30.729401,26.12682,26.755875,28.105137,29.015394,29.513615,30.012274,30.572784,31.398689,31.730196,32.148235,32.39447,32.714092,32.569954,32.461693,32.306141,24.003973,25.221127,25.814217,27.101246,28.146992,29.09955,30.249495,30.5432,31.149551,31.49822,31.652391,31.633499,30.857784,30.816442,30.6744,26.689524,27.222971,27.965492,28.462643,29.072073,30.651897,31.372013,31.623697,32.395142,32.22958,32.307976,32.109497,31.539598,31.297499,31.139406,27.183601,28.593891,29.311142,30.199039,31.538286,31.778694,32.885906,33.840664,34.665699,35.221371,35.445545,36.073742,36.001007,36.074337,35.358696,23.331633,23.688313,24.157629,24.489487,24.799522,25.4886,26.088064,26.512379,27.322405,27.865128,28.325933,28.710131,28.831827,28.918451,28.679544,22.833046,23.393845,23.719591,24.204435,24.405344,24.958841,25.987005,26.676754,26.208523,26.17108,26.917854,26.977619,26.748192,26.498968,26.10269,19.615158,20.350161,21.190107,21.908253,22.725271,22.992294,23.478123,24.020784,24.27669,24.576994,24.577614,24.865284,24.888233,24.756769,24.684011,21.449474,21.850103,22.472322,22.953772,23.503048,23.986206,24.759857,25.277996,25.801123,26.430637,26.758333,27.226036,27.340626,27.287382,27.391266,23.475904,23.949339,24.501915,24.299961,24.736338,25.175089,25.146862,25.224215,25.380617,25.611349,26.360449,25.718966,24.873188,24.703737,24.180994,24.745529,25.120628,25.919952,26.340092,26.363453,26.534534,27.229136,27.914206,28.373993,28.771893,29.695297,29.57806,28.939312,28.583517,28.460888,24.056734,25.009302,26.025021,26.724503,27.260246,28.011206,28.711546,28.872496,29.367887,29.562288,29.961613,30.039755,29.747948,29.378641,28.82807,22.999208,23.615606,24.248619,24.75749,25.344828,26.110369,26.903683,27.534496,28.063444,28.684866,29.014811,29.081434,28.912008,28.778568,28.507862,22.696459,23.048328,23.371502,23.677477,24.215082,24.199261,24.712156,25.030643,25.788086,26.30612,26.678932,27.271673,27.3575,27.451435,27.506395,21.817154,22.568687,23.593735,24.283161,25.005384,25.752243,26.535215,27.05608,27.465656,28.049221,28.342972,28.865824,28.867599,28.893555,28.897211,21.552147,21.935234,22.46851,22.909513,23.385603,23.960785,24.485102,25.173252,25.450315,25.689978,25.903337,26.14938,26.053112,25.989595,26.044163,24.866163,25.419823,25.68939,26.413008,26.932919,27.379751,28.376856,28.823397,29.49172,29.779955,30.133364,29.779369,29.396692,29.083246,28.61371,21.27809,22.00548,22.672991,23.175882,23.717617,24.313147,24.723873,25.083622,25.327795,25.597616,26.040268,25.827393,25.626007,25.523317,25.215744,21.297676,21.864056,22.569563,23.356075,23.937176,24.651117,25.009705,24.981903,24.969233,25.227509,25.145021,25.067186,24.719877,24.563099,24.615526,23.173193,23.512554,23.960613,25.041735,25.800562,26.848305,27.54603,27.857143,28.032738,28.466618,28.854851,29.0266,28.975904,28.382641,27.984344,21.704956,22.25396,22.818512,23.416872,24.056458,24.752321,25.246006,25.631956,25.900358,26.155754,26.496618,26.635738,26.447147,26.201784,26.142651,24.756014,25.529119,26.224125,26.97731,27.980408,28.810518,29.349407,29.892332,30.138149,30.465874,30.763859,30.687922,30.454584,30.082148,29.608482,23.012182,23.779257,23.995003,24.463392,25.256598,26.152945,26.625633,26.719654,27.04089,27.153461,27.240786,26.856533,26.536116,26.158424,26.493359,24.004961,24.696775,25.540234,25.796179,26.674435,27.592955,28.218988,28.627182,28.912003,29.084471,29.128403,29.757925,29.870617,30.037487,30.165928,21.485088,21.920033,22.895035,23.504452,23.963326,24.902147,25.610785,25.976891,26.11359,26.527431,27.312592,27.262228,27.40062,27.067184,26.95409,22.301174,23.211988,23.929195,24.590059,25.00563,25.690252,26.220724,26.655582,27.172413,27.409861,27.449432,27.542803,27.361935,27.026344,26.82362,23.996082,24.612213,25.450653,26.470324,27.19306,28.011127,28.622732,29.214394,29.664383,29.934746,30.078339,29.603518,29.142227,28.843685,28.332726,20.824993,21.469765,22.117744,22.79122,23.557186,24.197886,24.773411,25.009159,25.134125,25.344164,25.55682,25.515705,25.246889,24.989206,24.793585,23.346577,24.455885,25.426138,26.091061,26.461611,27.129564,28.035318,27.705839,28.166952,28.668282,29.791412,29.320011,28.932514,28.807703,28.663847,22.735134,23.26293,23.691393,24.456388,24.865196,25.602484,26.124451,26.586931,26.777618,27.206295,27.494085,27.37458,27.509928,27.346834,27.184216,21.827736,22.902843,23.563934,24.503193,25.335661,26.193783,27.09173,28.082825,28.816542,29.522488,29.662907,29.93857,29.592968,29.649935,29.24082,20.263681,20.813774,21.458633,22.023739,22.927544,23.403801,23.712822,24.099571,24.647564,24.967506,25.250669,25.615353,25.647104,25.641462,25.645119,22.106565,22.586634,22.966557,23.777386,24.671087,25.514708,26.078718,26.397579,26.612484,27.351845,27.33182,27.030113,26.815992,26.513239,25.725094,20.914831,21.968573,22.737717,23.515587,24.06192,25.314581,26.355186,27.081898,28.013807,28.858297,29.432556,29.850555,30.012253,30.176411,29.745871,24.37122,25.035393,25.87336,26.628881,27.33061,27.943539,28.53088,28.950293,29.047035,29.32147,29.459169,29.390127,28.999466,28.62285,28.219444,18.704617,19.043785,19.400135,20.065481,20.769947,21.439489,22.140596,22.813381,23.481001,24.271376,24.843853,25.540205,25.683659,26.055565,26.427189,18.552347,19.051598,19.474865,20.025143,20.545261,21.161877,21.725996,22.382746,23.042459,23.946289,24.526728,25.254799,25.682541,25.942097,26.308001,21.378817,21.74732,22.411209,23.5807,24.115248,25.228083,25.672644,26.646137,27.219788,27.873182,28.074778,28.105652,28.115692,28.025267,28.160032,19.227345,19.807602,20.421003,21.061264,21.662088,22.294853,22.854509,23.294064,23.73118,24.221756,24.505091,24.755249,24.740414,24.671902,24.586,21.720474,22.304853,23.072439,23.2917,23.787403,24.313992,24.897337,25.375599,25.854805,26.316652,26.818991,27.162556,27.268469,27.325422,27.202187,18.960184,19.373249,20.076443,20.904978,21.537994,22.137249,22.612806,23.105591,23.241686,23.492552,23.49007,23.177378,22.76882,22.299652,22.148809,21.776237,23.012478,23.786541,24.391823,25.353046,26.397577,27.166716,27.76894,28.165764,28.777855,29.200819,28.913671,28.852356,28.649271,28.668219,23.886589,24.410795,25.066427,25.863409,26.509153,27.2066,27.843216,28.099438,28.516834,28.857845,29.113924,29.254934,29.207579,29.280773,29.102972,21.27092,21.920563,22.473911,23.306721,23.843967,24.570087,24.690382,24.615799,25.158098,26.499998,27.724451,28.343767,28.508898,28.035191,27.897375,23.872665,24.347548,25.032181,25.741259,26.53183,27.32885,27.902502,28.777409,29.035664,29.667801,29.882723,30.269945,30.283073,30.025208,29.895842,22.662786,23.418505,24.019146,24.894022,25.478733,25.965649,26.523167,26.777454,26.957527,27.081373,27.224752,27.118275,26.670074,26.383442,26.040756,21.437353,22.226215,22.937946,23.629995,24.401144,25.114059,25.739094,26.346165,26.943192,27.9897,27.940639,27.949921,27.663677,27.481518,27.181648,23.348925,24.033569,24.812424,25.418753,26.207182,26.786137,27.280521,27.748131,28.184874,28.751209,29.182228,29.451719,29.411236,29.290676,29.126024,21.79097,22.351553,23.028711,23.816874,24.278511,25.032961,25.479115,26.275488,26.66367,26.416615,26.749887,26.879698,26.831459,26.775858,26.63871,21.514896,22.521105,23.231165,24.253304,25.685131,27.201881,27.962437,28.562918,29.311386,30.199606,30.269367,29.981773,29.634109,29.464832,29.73514,20.544718,21.103611,21.641954,22.173306,22.617744,23.122389,23.605217,24.111389,24.447598,24.884291,24.914915,24.827721,24.547331,24.487253,24.41153,19.976648,20.40097,20.771278,21.039122,21.474234,21.91662,22.323599,22.957811,23.487696,24.073143,24.461708,24.978827,25.282637,25.569695,25.834831,22.296574,23.132185,23.932013,24.734529,25.956461,26.452156,27.187469,27.567619,27.957607,28.322315,28,28.305927,28.31266,27.918932,28.167048,23.579397,24.383562,25.007412,25.786989,26.774439,27.443838,27.886814,28.431999,28.906801,29.141001,29.447151,29.4604,29.249563,28.908951,28.520432,24.445087,24.722271,24.944201,25.33885,25.541639,25.877047,26.020506,26.114511,26.173458,26.451122,26.4533,26.435581,26.170334,25.918978,25.927809,24.715782,25.113207,25.796583,26.380917,26.94759,27.567932,28.374798,29.350746,29.33053,29.58773,30.129671,30.517609,29.947556,29.866398,30.185539,22.466871,22.822149,23.443655,23.889259,24.247284,24.811836,25.119654,25.360054,25.659973,25.786549,25.879705,26.109241,26.07444,25.507772,25.429049,21.944237,22.33325,23.563217,24.117428,24.281857,24.413147,24.802454,25.479485,25.704184,26.297617,26.983944,27.754164,27.864492,27.554979,27.863329,19.737005,20.396244,21.23777,21.879192,22.649216,23.443052,24.04299,24.376894,25.151291,25.541365,25.566664,25.477669,24.808273,24.360558,24.063839,22.83967,23.087185,23.67503,24.081413,24.352158,25.035465,25.389709,25.616356,25.891899,25.836679,26.362238,26.80751,27.002626,27.21966,27.19566,25.752508,26.245441,26.932903,27.212494,27.342564,28.329992,28.991837,29.096895,29.390312,29.875521,30.482042,30.279266,29.601845,29.497099,29.068747,21.133595,21.483442,21.980396,22.513422,22.856989,23.626762,24.443953,25.229254,25.608027,25.959057,26.513498,26.544163,26.303112,26.369507,26.037411,23.7015,24.442118,24.672581,25.251123,26.576874,26.966541,27.512928,28.122122,28.151211,28.917912,29.057928,29.350155,28.463749,28.226191,28.279182,18.063093,18.595366,19.473263,20.736523,21.305237,21.764044,22.900173,24.282272,24.507042,25.99267,25.944138,25.010225,24.183912,23.991276,23.395445,22.846357,23.348145,23.526031,23.870031,23.971283,24.921621,25.942507,26.327341,26.925829,27.796772,28.139357,28.023529,27.743773,27.708563,27.5063,21.224527,21.906378,22.586403,23.505865,24.025824,25.107082,25.706041,26.312033,26.765017,27.268795,27.384945,27.31443,26.80114,26.62274,26.684206,19.242613,19.657297,20.106533,20.719326,21.404518,22.037668,22.805292,23.178539,23.462278,23.890772,24.359074,24.566967,24.773178,24.699345,24.533302,21.174507,21.707039,22.578402,23.119278,23.737011,24.555502,25.233582,25.743279,26.314899,26.66531,26.931704,27.410751,27.219591,27.160707,26.82234,21.368269,21.922201,22.494604,22.873856,23.678711,24.091377,24.714907,25.05382,25.32408,25.59951,25.790333,25.470295,25.326303,25.358433,25.663122,22.246445,22.406328,22.651197,22.9133,23.122807,23.239235,23.434788,23.716555,23.749472,24.051069,24.375256,24.824759,24.767532,24.794287,24.946455,18.589371,18.855608,19.051744,19.292793,19.80706,20.293436,20.730957,21.009493,21.489029,21.813179,22.229176,22.050762,21.793869,21.833885,21.973583,22.628952,23.569878,24.255842,25.067484,25.646656,26.337296,26.790777,26.785057,27.040314,27.77367,28.135384,28.127739,27.691137,27.8701,28.230158,22.028355,22.334139,22.598557,22.701576,23.354324,23.62916,24.141802,24.43944,24.989861,25.296228,25.434187,25.422764,25.228256,24.92984,24.872158,20.767206,21.525206,22.243174,22.705095,23.382744,23.899704,24.484201,24.368467,25.110193,24.977507,25.925926,25.859293,25.855673,25.777903,25.61487,22.137304,22.731243,23.38212,23.859884,24.745747,25.341633,25.884401,26.590553,26.854103,27.182791,27.409777,27.575661,27.58078,27.256268,26.722387,25.711779,26.102507,26.683388,27.053658,27.533875,28.385204,28.904633,28.870455,28.956598,29.122862,29.366991,29.250257,28.770933,28.665117,28.810688,21.453562,21.966562,22.709414,23.438757,23.879044,24.463556,25.921616,25.879345,25.839058,25.959551,26.091009,26.03488,25.643778,25.32959,25.175339,20.220461,20.921423,21.604795,22.134663,22.581373,23.043215,23.433565,23.833281,24.102657,24.521217,24.748707,24.758381,24.590923,24.641039,24.553408,18.373215,18.823195,19.676537,20.701996,21.246975,21.823259,22.672085,23.150686,23.811693,24.269051,24.358236,24.041466,24.190416,24.411043,24.319214,18.980732,19.655394,20.648272,21.466524,21.844376,22.869461,23.841463,24.591351,25.136724,25.722391,25.642672,25.970823,26.254072,26.416359,26.23119,19.884855,20.213261,21.719683,22.00102,22.283508,24.534883,23.165556,25.25773,28.599606,26.957726,27.86533,28.684399,29.19034,29.15782,29.076477,23.349232,23.700207,24.086792,23.939327,24.041586,24.249592,24.594048,24.902239,24.812061,25.35471,25.562626,25.791798,25.814449,25.882805,25.764677,23.005779,23.646378,24.325294,24.878942,25.174093,25.77857,26.617538,26.571735,26.642525,26.871014,27.103466,27.163202,26.963106,26.879723,26.775921,21.971287,22.879869,23.577597,24.564548,25.311249,26.114542,26.681486,27.029499,27.1453,27.588791,28.345993,28.628408,28.302801,27.98374,27.891937,19.722252,21.004663,21.651714,22.107738,23.573059,24.737028,25.676495,26.553463,27.450487,28.283602,28.215769,28.505415,28.543409,28.071325,27.871666,22.659353,23.404255,24.036383,24.890432,26.190844,26.557276,27.150372,28.002197,28.213041,28.224329,28.377728,28.681725,28.570248,28.393305,27.920925,22.265474,22.669031,23.185347,23.796467,24.148493,24.473593,24.949495,25.229179,25.315666,25.412571,25.601885,25.956011,25.742487,25.332073,25.338903,21.851959,21.994026,22.595205,22.856068,23.140495,24.111458,24.541916,25.395765,25.5485,25.992781,26.663467,26.796684,25.869062,25.935307,25.937531,17.157307,17.43103,17.783234,17.894814,18.207458,18.426374,18.777805,19.053013,19.425089,19.707998,19.898518,20.213976,19.796732,19.717083,19.98085,20.850016,21.666666,22.52165,22.948893,23.455034,23.412733,23.475946,23.483896,23.28318,23.196856,23.158026,23.554428,23.492298,23.532108,23.680655,21.55125,22.202366,22.681747,23.307549,23.76017,24.189953,24.655727,25.032362,25.302202,25.35285,25.698936,25.944305,25.90369,25.78553,25.698563,22.64094,23.566301,23.894344,24.19257,24.686287,25.272963,26.231518,26.826651,26.905966,27.263674,27.844566,28.415817,28.187227,28.514313,28.285166,21.751574,21.694569,21.97039,22.0009,22.188732,22.471468,22.660736,22.566694,22.439829,22.774275,23.265099,23.979898,23.966764,23.842424,23.875641,22.004322,22.449272,22.984255,23.381517,23.68708,23.958029,24.224436,24.475864,24.675772,25.027901,25.479242,25.56609,25.322363,25.27434,25.200018,18.343351,19.138,19.845926,20.749798,21.177179,21.569431,22.322958,22.707214,23.190014,23.634182,23.976227,24.135557,23.974014,23.765139,23.390217,22.407501,22.984211,23.732222,24.330231,24.953716,25.352612,25.846764,26.117798,26.405367,26.564785,26.839342,27.004763,26.657864,26.465508,26.330322,20.455395,21.211327,22.025187,22.810795,23.471079,24.045782,24.705366,25.322214,25.796144,25.905502,26.009426,26.160458,25.917852,25.750715,25.658577,20.397129,21.234005,21.943348,22.739603,23.300074,23.965773,24.651655,25.315151,26.011662,26.508701,26.845068,27.017651,26.842865,26.687813,26.559151,21.611492,22.220472,22.898266,23.394909,23.925518,24.461216,25.088432,25.516722,25.841566,26.112902,26.367096,26.536417,26.227146,25.94961,26.021872,22.046051,23.022938,23.927004,24.483461,25.481522,26.306448,26.90933,27.26387,27.616396,28.269451,28.444374,29.173807,28.905481,28.887304,28.636953,22.561281,22.825945,23.555319,24.156616,24.584637,25.424408,25.938484,26.368624,26.652071,26.936499,27.192387,27.427212,27.295212,27.123665,27.13159,22.509285,23.227039,23.873531,24.830427,25.288954,25.370403,25.521698,26.422945,27.125689,27.612349,28.10326,28.384157,28.399622,28.23753,28.701464,21.638956,22.242569,22.604422,22.994411,23.274651,23.97834,24.386509,24.6539,24.974628,24.93433,25.071579,25.275167,25.023582,24.848917,24.49333,21.857647,22.182823,23.17964,23.514645,23.793823,24.108093,24.383425,24.807648,25.156742,25.0849,25.273968,25.143095,24.633051,24.321579,24.156582,19.543715,20.178543,20.955166,21.824318,22.702389,23.653219,24.505264,25.3367,25.82255,26.39533,26.452959,26.812681,26.526409,26.430962,25.654167,16.068365,16.412725,16.927689,17.275631,17.707806,17.992498,18.363226,18.365484,18.517323,18.554853,19.089155,18.563011,18.094362,17.832573,17.605335,20.896479,21.531351,22.152905,22.803726,23.483473,23.950525,24.53537,25.062477,25.581995,26.256905,26.579252,26.703194,26.614964,26.42305,26.228983,24.069845,24.456532,24.96627,25.426271,25.659767,26.163954,26.816311,26.867428,26.923483,27.29607,27.866209,27.696053,27.321741,27.219109,27.067888,22.388674,22.968082,23.438522,23.993467,24.621925,25.289545,26.103487,26.347839,26.773123,27.183353,27.728828,27.935287,27.855015,27.498554,27.391768,22.190023,22.76001,23.609749,24.17915,24.731266,25.207558,25.314978,25.691935,25.884834,26.14797,26.135689,26.167553,25.695467,25.514084,25.157028,21.389107,22.057638,22.696613,23.165417,23.659641,24.143242,24.589319,24.897484,24.9771,25.357744,25.7498,26.068132,25.808897,25.584805,25.431257,22.445641,22.9923,23.524328,23.96236,24.233418,24.609497,24.918509,24.919195,25.065735,25.441242,25.836674,25.986961,25.753447,25.455547,25.583406,19.612133,20.317524,20.929996,21.915943,22.793344,23.728081,24.422735,25.679239,26.114574,26.367563,27.186125,26.773027,27.080397,27.011126,27.475246,23.174917,23.450418,23.774361,24.092861,24.31621,24.570017,24.931412,25.266653,25.345703,25.551432,25.821377,25.837112,25.572958,25.470972,25.421223,21.529955,22.07196,22.545443,22.715637,23.333452,23.728754,24.039759,24.266193,24.485727,24.600548,25.125185,25.273794,25.172573,25.381016,25.006155,20.690184,21.291449,22.744907,23.496365,25.064159,26.125809,26.878401,27.949598,29.204391,29.29472,29.735275,29.532402,29.141426,28.856043,28.651684,22.213379,23.0019,23.654118,24.4848,25.045685,25.386312,26.064793,26.522974,26.6527,27.097267,27.330885,27.338499,26.826685,26.476896,26.388233,22.735138,23.144428,23.810411,24.299938,24.829468,25.030617,25.701588,25.896004,26.234324,26.386198,27.059538,27.02899,26.931555,27.106091,27.313211,22.453161,23.014862,23.970909,24.738554,24.942154,25.413128,25.864229,26.174372,25.831186,26.074219,26.27725,26.422993,26.134411,26.128834,25.916613,18.193232,18.944246,19.616344,20.234358,21.166033,21.954987,22.670355,23.081079,23.73424,24.264557,24.886078,24.960623,24.989462,25.247293,25.231743,20.874926,21.306988,21.610649,22.090717,22.145714,22.647902,22.704966,23.196114,23.520525,23.994497,24.104,24.438366,24.408667,24.465748,24.626764,22.377045,22.855026,23.607231,24.041479,24.249033,24.62919,25.046408,25.666296,25.816738,26.097021,26.424208,26.405569,26.188555,26.172081,25.980288,22.580645,22.803757,23.160543,23.499693,24.142797,24.633173,24.972334,25.324436,25.748339,25.925758,25.944244,26.200617,26.223984,26.130127,26.117712,24.840797,25.520504,25.773087,25.637127,26.189604,26.232321,26.822487,26.862776,27.69412,27.57774,28.018782,28.090576,27.829636,27.590101,27.555006,20.212074,20.762531,20.787947,20.636955,21.397123,21.438848,22.316515,22.426979,23.437214,24.056343,24.287577,24.357277,23.676399,23.534466,23.376007,22.374825,22.648056,22.966824,23.345795,23.761312,24.031765,24.392796,24.805126,25.227434,25.149611,25.524632,25.560883,25.231153,25.075615,24.889946,22.405457,23.038242,24.03923,24.66609,24.841101,25.237053,25.631655,25.968418,26.136219,26.35924,26.174105,26.151648,25.890844,26.123465,26.172873,22.48881,23.370932,24.184057,25.027582,25.448137,26.072979,26.63835,27.130159,27.748314,27.945539,28.28624,28.318897,27.92012,27.484776,27.252638,20.591473,21.396252,22.133625,22.795839,23.49213,24.182058,24.946157,25.623243,26.060572,26.28721,26.575041,26.70751,26.394104,26.389254,26.197212,21.91922,22.386868,22.996237,23.633783,24.201433,25.170067,25.626451,25.902426,26.298717,26.696527,26.751194,26.622087,26.280064,26.325813,25.857866,21.902353,22.302439,23.01968,24.014338,24.609726,25.283094,25.803232,26.39761,26.617014,26.790634,27.43647,28.094769,28.034222,27.870008,27.548874,20.684971,21.245136,21.985193,22.668482,23.485518,24.123283,25.305647,25.862751,26.339331,26.666,27.039104,27.521404,27.191034,27.342745,27.322048,22.623066,23.258949,23.942598,24.439281,25.036774,25.711075,26.036442,26.002243,26.383001,26.656605,26.888613,27.201473,27.021614,26.880112,27.137447,23.83238,24.493027,24.857294,25.127972,25.638454,26.165346,26.834154,27.0942,27.253637,27.371948,28.09486,28.123251,27.931061,27.748945,27.599413,20.217648,20.901167,21.507122,21.749249,22.247255,22.57089,22.933064,23.057854,23.490736,23.715471,24.114666,24.321356,24.206615,23.99556,23.93458,18.328259,18.616573,18.845724,19.492748,19.805508,20.471649,20.954134,21.270464,21.465412,21.671816,21.99789,21.490801,21.05448,20.976105,20.818645,23.853045,24.414959,25.14393,25.824905,26.580217,27.363575,27.738567,28.377094,28.657528,29.009157,29.164988,29.609035,29.193262,28.834639,28.651424,24.2761,25.078815,25.755373,26.481512,27.336258,27.754831,28.57143,28.532747,28.820282,29.250994,30.470129,29.702616,28.615438,28.72164,28.467697,22.57366,22.897921,23.267443,23.748446,24.226179,24.49757,24.620203,24.904514,25.052378,25.483847,25.990585,26.245897,26.203856,26.175255,25.907076,24.052868,24.501926,24.874674,25.148314,25.449797,25.944212,26.459894,26.936167,27.302074,27.578562,28.414074,28.768969,28.549805,28.176626,28.080431,21.822676,22.051403,22.809076,23.313215,23.862143,24.499075,25.146469,26.110109,26.44372,27.011404,27.452564,27.462397,27.314701,27.107546,27.13204,22.688623,23.117672,23.705097,24.273773,24.648876,25.167963,25.7663,26.383152,26.968708,27.370337,27.77256,28.003996,28.120508,27.960705,27.701967,29.810488,30.633944,31.08938,31.418095,31.604492,32.34161,32.695076,32.80946,33.424343,33.143818,33.368309,33.329826,32.594234,31.909254,31.259653,24.54553,24.540426,25.188,25.524193,26.152733,27.089685,27.488798,27.847698,28.336954,28.891396,29.427505,29.865936,29.76133,29.817509,29.556292,18.849491,19.209587,19.693665,20.136486,20.511461,20.909225,21.231936,21.486387,21.759895,22.008532,22.123726,22.162651,21.965862,21.729017,21.621325,21.287357,21.868969,22.553385,23.185116,23.610224,24.204081,24.796923,25.043308,25.599829,25.863749,26.147579,26.319725,26.267508,26.120234,26.047474,24.190468,24.79859,25.177753,25.720259,25.993343,26.265032,26.620272,27.0441,27.073742,27.390295,27.698851,27.586126,27.320511,27.021801,26.842632,23.877438,24.63913,24.986176,25.360579,25.947996,26.819798,27.089798,27.833954,28.282938,28.243458,28.497246,29.058531,28.739162,28.387026,28.080294,21.599432,22.222223,22.990971,23.934511,24.878492,25.255957,26.019297,26.615837,27.162239,27.708271,28.073574,28.203276,27.839783,27.623093,27.523857,31.384771,32.117237,32.571938,32.944481,33.303852,33.57201,33.840122,33.915871,33.726013,33.773594,33.459133,33.181988,32.219769,31.705929,31.523392,21.741089,22.235363,22.786263,23.239677,23.70186,24.225204,24.497881,24.968031,25.187143,25.426081,25.591936,25.467306,25.282347,25.066393,24.86301,23.034966,23.500395,23.947706,24.529999,25.136063,25.423729,26.326593,26.84473,27.118822,27.356667,27.506456,27.468136,27.334652,26.960245,27.025827,25.225979,25.680473,26.160833,26.426426,26.629889,26.681093,27.728027,28.085665,28.373081,28.396872,28.480711,28.885723,28.644419,28.528435,28.300079,22.456171,22.853357,23.274281,23.786638,24.038387,24.594683,25.138103,25.603802,26.147102,26.662621,26.839346,27.147171,26.914083,27.014858,27.068272,25.53207,25.487375,25.8969,26.0966,26.099623,26.320208,26.68494,26.833227,27.152973,27.334574,27.538824,27.745247,27.25235,26.71405,26.361874,23.861609,24.395844,25.021141,26.16868,26.682163,27.533367,28.166729,28.974682,28.68821,29.342089,29.731106,29.596064,29.019197,28.801996,28.280455,21.876366,22.173729,22.880663,23.196861,23.697584,24.07107,24.463209,24.798401,25.081318,25.39019,25.584326,25.862616,25.79715,25.536446,25.417179,25.138756,25.427147,26.011404,26.576019,26.68877,26.993355,27.435471,27.592901,27.915737,28.505131,28.959148,28.961594,28.593952,29.254162,28.99288,22.447929,22.890694,23.308668,23.834757,24.200123,24.567051,24.900541,25.260088,25.496651,25.766495,26.161333,26.314644,26.109299,25.861036,25.834024,23.695265,24.164989,24.62484,24.787861,25.278065,26.069048,26.947462,27.394819,27.987104,28.365036,28.777361,29.037725,29.007372,28.51635,28.579891,22.5334,23.327286,24.022013,24.547628,25.214354,25.770411,26.332832,26.651525,26.940876,27.361818,27.757212,27.860424,27.701172,27.566629,27.462074,20.567884,21.377287,21.865992,22.714973,23.507528,24.810127,25.320568,25.936811,26.694092,26.958551,26.93924,27.384949,27.324057,27.049553,26.684498,23.186438,23.780382,24.09479,24.488077,24.926834,25.690847,26.398064,27.072784,27.508301,27.844528,28.124365,28.356766,28.041004,28.102711,28.042048,24.472521,24.962122,25.977972,26.760384,27.467377,28.293301,28.65563,29.163006,29.983648,30.272669,30.532604,30.716768,30.406031,30.185431,29.954037,23.592154,24.117201,24.893135,25.693968,26.322578,27.283308,27.756332,27.853477,28.086111,28.389629,28.761486,29.045149,28.809822,28.961086,28.861765,23.843462,24.297541,24.863184,25.05846,25.036461,25.719839,26.407394,26.86244,27.262905,27.463612,27.484894,27.756378,27.127466,26.478771,26.17555,20.689655,21.645947,22.655539,23.441734,24.524895,25.51269,25.92765,26.414364,27.086418,27.789474,28.131783,27.928764,27.444279,27.602165,27.712076,24.192146,24.410128,25.450283,26.112955,26.403641,26.89913,27.472597,28.037018,28.441433,28.512609,28.346407,28.908005,28.735117,28.379328,28.135834,25.677637,26.059679,26.375282,26.776945,27.378103,28.016922,28.416712,28.877317,29.144928,29.522223,30.120218,30.317938,30.301022,30.140448,29.865623,23.554966,23.738108,24.075933,24.545427,24.710056,25.13121,25.481659,25.602234,25.76342,26.046844,26.4599,26.582554,26.144817,26.048111,26.026917,22.526316,23.170166,23.782774,24.371891,24.950495,25.661219,26.369778,27.043337,27.492115,28.069847,28.614494,29.006641,29.082512,29.008541,28.984598,23.838949,24.202663,24.962681,25.536867,25.931194,26.778809,27.792492,28.44013,29.009079,29.465929,29.902798,30.576324,30.24016,29.907358,29.586834,21.664484,21.890909,22.846607,23.539034,23.763107,23.834808,24.335892,24.903818,24.933882,25.667656,26.536688,26.321957,25.99177,26.035679,26.364437,21.896978,22.338217,22.742472,23.1826,23.497808,23.952705,24.196148,24.453239,24.720839,24.880207,25.04121,24.817417,24.428675,24.097582,23.935812,24.065443,24.417377,24.802498,25.291147,25.869331,25.466925,26.180426,26.130013,26.039623,26.157612,26.00993,25.830654,25.33617,25.508532,25.359976,23.351742,23.772638,24.375784,24.809465,25.64835,25.784325,26.268322,26.533348,26.395712,26.371426,26.518286,26.758034,27.154137,26.594036,26.233494,24.547676,24.853186,25.492582,25.725122,26.191961,26.827414,27.172371,27.765417,28.311876,28.266823,28.67601,28.348726,28.169712,28.045685,27.76895,29.597315,30.09075,30.798521,31.043507,31.268784,31.289574,31.456188,31.102774,31.286489,31.733084,31.460323,31.047798,30.638977,30.252373,30.017338,23.976717,24.557438,25.543901,25.805199,26.231432,27.025955,27.793407,28.677208,29.618353,30.665854,31.32383,30.823336,30.793991,30.253387,29.933628,21.439795,22.540621,23.381653,24.164679,25.079903,25.666437,26.454554,26.808214,27.411716,27.870625,27.709177,28.008625,27.735794,27.515141,27.196529,23.363283,23.835852,24.248577,24.622849,24.813335,25.227367,25.753195,26.099869,26.131296,26.419821,26.48031,26.607719,26.109674,25.95475,26.004585,24.962364,25.518087,25.725868,26.151503,26.796648,27.516464,28.160599,28.620916,28.714729,29.062063,29.114283,30.085796,29.429256,29.61278,29.453125,21.647865,22.254539,22.840769,23.407911,23.982883,24.559212,25.035767,25.379526,25.709206,25.97579,26.233637,26.448498,26.282179,26.167519,26.048622,21.440277,21.804825,22.200142,22.67713,23.0291,23.434254,23.665091,23.94729,24.095047,24.209948,24.429821,24.618805,24.720377,24.540482,24.380348,22.646366,23.278122,23.969635,24.564692,25.196678,25.900105,26.527298,27.195879,27.738682,28.197956,28.66663,28.925016,28.787189,28.723734,28.663248,17.907034,18.212948,18.609928,19.257601,19.654257,20.223534,20.846601,21.428019,21.87747,22.295658,22.485062,22.110403,21.424768,21.098896,20.847271,24.288338,24.883614,24.778141,25.129292,25.637394,26.098377,27.248678,27.625242,27.617199,27.73048,28.599081,28.276196,28.382677,27.686256,27.327326,23.090372,23.500257,24.064268,24.792641,25.049982,25.370956,25.746342,26.128548,26.457008,27.037195,27.150553,27.18714,26.916668,26.763964,26.751432,23.475758,24.132172,24.65741,25.002268,25.584415,25.961538,26.312786,26.863739,27.05928,27.723637,27.866741,28.24687,28.114426,28.048187,28.09219,22.541864,23.131922,23.535906,24.090996,24.346432,24.559481,24.995367,25.446859,25.690763,26.140949,26.279112,26.458437,26.416126,26.260031,26.208384,21.523809,22.332054,22.895849,23.691326,24.382208,24.610592,25.082636,25.918726,26.373089,26.744413,26.531414,26.550747,26.309055,25.996843,25.913488,21.073578,21.649841,22.423161,22.95319,23.442606,23.962084,24.366308,24.807913,25.370804,26.04368,26.566353,27.114368,27.245289,27.335018,27.41448,22.766361,23.11816,23.719896,24.421997,25.022633,25.959921,26.794556,27.200001,27.877697,28.015656,28.121078,28.322458,28.194857,27.754339,27.381145,23.086988,23.739382,24.106897,24.648708,25.26705,25.806892,26.003942,26.333153,26.431778,26.406353,26.849171,26.527374,26.136061,25.985783,25.563213,22.704823,23.257101,23.599854,23.804569,24.100847,24.319923,24.816122,25.108715,25.576427,25.940371,26.231211,26.830763,26.783609,27.112568,27.299053,24.043472,24.582079,25.4841,25.719425,25.779182,26.200706,26.744635,27.225906,27.514183,27.422787,27.495026,27.443123,26.945839,26.894501,26.620983,23.403358,23.846479,24.189611,24.968315,25.140322,25.859917,25.960428,26.417547,26.411745,26.72785,27.50082,27.486614,26.887321,27.07494,26.968107,24.590715,24.948992,25.623301,26.474577,26.484522,27.164667,27.763943,28.089645,28.310305,28.820435,29.330429,29.310158,29.803228,29.655781,29.880079,21.873783,22.635605,23.390459,23.912735,24.481255,25.052103,25.677956,26.419884,26.570929,26.817549,27.086445,27.116114,26.944176,26.745234,26.531601,24.045904,24.453333,25.168964,25.90799,26.857605,27.714439,28.980371,29.044518,28.681963,28.919491,28.779455,28.59408,28.974979,28.990227,28.078684,22.763264,23.369997,24.113445,24.738111,25.236851,25.783094,26.394442,26.840559,27.417862,27.657005,28.154083,28.23951,28.262451,28.018707,27.786419,23.717806,24.180573,24.685789,25.084396,25.422489,25.699249,25.953112,26.540047,26.861647,26.961685,27.060457,26.998386,26.654076,26.065886,25.792841,21.014347,21.67511,21.937891,22.64813,23.239622,23.817921,24.282921,24.831345,25.36307,25.725313,26.524078,26.563894,26.209753,25.567245,25.38723,24.279129,24.75514,25.272707,25.566097,26.302141,26.930178,27.595182,27.897135,28.218847,28.977146,29.970392,30.160009,29.569521,29.342482,28.763659,23.927189,24.68647,25.140682,25.671764,26.274925,27.334148,27.838589,28.530773,28.705288,28.639463,29.286823,29.109058,29.156265,28.926867,28.833786,27.401379,27.841171,28.190729,28.662195,28.658113,28.88571,29.329121,29.46032,29.481802,29.616844,29.442093,29.621458,28.997168,28.594748,28.240648,23.304676,23.917915,24.711578,25.338831,26.025475,26.692741,27.29398,27.390841,27.678808,27.677816,28.277174,28.208813,28.290861,27.908754,27.564665,23.964401,24.562233,25.07864,25.521189,25.831217,26.013121,26.403275,26.432922,26.75868,26.835329,27.179655,27.094845,26.634048,26.688894,26.539356,18.532219,18.740372,19.074598,19.360186,19.85611,20.209846,20.336594,20.430626,20.494225,20.647964,21.035749,20.946608,20.752941,20.783638,20.636639,26.638906,27.448868,28.030596,28.545385,28.553745,29.325596,29.656013,30.444548,30.382351,30.883997,30.864311,30.350689,29.810053,29.498499,29.090908,21.917704,22.474321,23.062801,23.387157,23.591049,23.987562,24.51231,25.263775,25.936159,26.717558,27.219618,27.288404,27.431458,27.733547,27.70433,28.850189,29.162697,29.486099,29.910248,30.455259,31.076696,31.871315,31.641636,31.39535,31.365658,31.805098,31.655273,30.889997,30.59897,29.916605,21.161516,21.60708,21.729925,22.662312,23.161652,23.689552,24.191422,24.776453,24.951488,25.34008,25.839128,26.124691,25.816074,25.766008,25.772375,21.958752,22.420341,23.130255,23.999346,24.498753,24.852167,25.337404,25.631559,25.953835,26.472441,27.089825,27.477524,27.489895,27.533051,27.536158,21.172062,21.588295,22.064587,22.71295,23.283104,23.789396,24.444878,24.908461,25.468544,25.75942,25.984344,26.28281,26.149261,26.051298,25.935137,21.845037,22.253164,22.338747,22.689396,22.963207,23.493433,23.831915,24.137697,24.425339,24.593622,24.591068,24.616032,24.503063,24.336342,24.281584,22.894924,23.671814,24.051117,24.59568,25.154606,25.847795,26.594322,27.178823,27.486292,27.766396,28.011024,27.855572,27.422836,27.229668,27.021908,24.650143,25.231472,25.93799,26.389534,26.935122,27.465958,28.013538,28.47086,28.771421,28.99262,29.073229,28.935776,28.590509,28.031658,27.746874,20.978556,21.563765,22.209444,22.638914,23.171837,23.740957,24.074135,24.568289,24.910685,25.163263,25.556377,25.530619,25.197891,25.026608,24.800207,16.064066,16.233528,16.429775,17.089445,17.25569,17.518105,17.604664,17.830521,17.834368,17.505432,17.464916,17.211084,17.037134,16.705397,16.736715,25.291533,25.504517,25.714287,26.583996,26.973299,27.013391,27.11438,28.095898,27.983294,28.08741,28.700724,28.608871,28.134495,28.003281,28.057852,26.590134,27.390766,28.088161,28.785238,29.524099,30.326065,30.638128,31.050453,31.392706,31.892374,31.763203,31.265173,30.958181,30.753365,30.000002,22.526358,22.861542,23.246023,23.582567,24.029194,24.568779,25.211929,25.713951,25.944447,26.226149,26.492903,26.47373,26.370066,26.429546,26.550966,23.990082,24.736414,25.163565,25.621229,26.365896,26.922262,27.271202,27.715925,28.265444,28.962236,29.1301,29.578793,29.332409,29.153454,28.967321,28.115685,28.473387,28.811523,28.869226,28.733067,29.506487,29.700312,29.498219,29.395931,29.308533,29.60251,29.097441,28.573572,28.697372,28.608564,24.833111,25.11887,25.198412,25.676266,26.027596,26.379311,26.791943,27.028948,27.202791,27.506594,27.696234,27.396873,27.469707,27.151421,27.009806,21.67334,22.247955,22.834604,23.508293,24.203936,24.883245,25.473734,26.010799,26.503578,26.949696,27.262571,27.573055,27.467701,27.327898,27.231861,27.325222,27.837614,28.188196,29.038939,29.564411,30.514744,31.112026,30.932463,30.993134,31.365883,30.968136,30.821566,30.301756,29.979986,29.479584,23.396206,24.082607,24.718664,25.191343,25.952354,27.099216,28.056726,28.63937,29.313759,30.16083,30.894846,30.947289,31.104521,30.636353,30.265793,22.6113,23.132177,23.772064,24.250662,24.616549,24.92857,25.525692,26.004147,26.219664,26.538605,26.747381,26.868927,26.699171,26.608845,26.432947,23.616827,24.160658,24.772097,25.366964,25.922171,26.496426,27.027592,27.461979,27.790583,28.180445,28.511805,28.599144,28.304064,28.109297,27.841782,22.440729,23.077909,23.980837,24.49773,24.820019,25.302565,25.834492,26.301619,26.612097,26.471727,26.595745,26.515215,25.962851,25.687126,25.329622,24.054571,24.354685,25.111897,25.164165,25.573847,26.121494,26.505741,26.547646,26.146475,26.144087,26.4168,26.725906,26.308601,26.042143,26.053291,20.840033,21.327682,21.775682,21.869236,22.5093,23.283955,23.263529,23.78882,24.657534,24.989674,25.444031,25.453794,24.77496,24.334215,24.125154,23.011568,23.424364,24.006519,24.25596,24.614649,25.22974,25.874428,26.143412,26.648512,27.023094,27.22361,27.466715,27.137487,26.901093,26.819538,25.279078,25.954473,26.785931,27.334713,28.374121,28.963856,29.183207,30.016665,30.2019,30.535164,30.721819,31.11718,30.723036,30.134171,29.517275,23.343151,23.987034,24.821535,25.071224,25.611771,26.245699,27.139139,27.107693,27.44121,28.167686,28.147566,28.035885,27.677998,27.771467,27.802254,24.156471,24.690985,25.103416,25.381168,25.515568,25.780424,26.093555,26.294914,26.944315,27.312967,27.516085,27.400658,27.174604,27.186325,26.973551,29.667833,30.324884,30.868572,31.330713,31.664593,32.022728,32.580994,32.622162,32.756313,32.566586,32.605995,32.81451,32.273056,31.815424,31.330183,22.927908,23.034407,23.982338,24.808294,25.184116,26.067251,26.256817,27.512676,27.790972,28.225445,27.83643,28.136713,28.371174,28.16923,28.004324,25.102974,25.548523,25.922894,26.522488,26.795139,27.007952,27.491343,27.382341,27.16099,27.040594,26.974737,27.241642,26.817257,26.612871,26.327164,25.332987,25.403326,26.046436,26.636049,26.894749,27.619085,28.229269,28.630835,28.55022,28.693291,28.808352,28.563717,28.345692,28.063812,27.714977,22.625809,22.945305,23.682409,24.578878,25.257032,25.98205,26.135651,26.482212,27.054712,27.260214,27.591911,27.864632,27.622581,27.244005,26.849773,23.827036,24.28223,25.34836,25.819868,26.302242,26.942774,27.277548,27.786339,27.978107,28.387993,28.542904,28.585443,28.306547,28.252777,28.229031,22.846764,23.534914,24.256178,25.125229,25.663937,26.359919,26.90605,27.458158,27.921793,28.497473,28.716526,28.80755,28.680689,28.395992,28.617004,26.910023,26.63076,27.166241,27.711201,28.438107,28.659168,29.145878,29.72447,29.902216,29.868013,29.824432,30.182335,30.352201,30.226664,29.906822,21.810436,22.314283,22.957367,23.552631,23.995327,24.475813,25.109535,25.43338,25.858423,26.524433,26.618349,26.713688,26.534712,26.443243,26.328632,23.299747,23.407917,24.224138,24.225229,25.782284,26.355896,28.019983,28.958052,30.055401,30.33197,30.951277,29.821262,29.985582,29.442844,29.388943,22.894119,23.476034,23.948862,24.44969,25.134424,25.593597,26.20998,26.591141,26.85146,27.386894,27.226437,27.636168,27.274191,27.182938,27.186798,19.194628,19.871346,20.690369,21.360853,22.069683,22.826324,23.453213,23.937677,24.332689,24.669586,24.926369,25.312752,25.415018,25.506588,25.520929,24.760973,25.932878,26.901752,27.756611,28.300404,29.155436,29.538393,29.862648,29.914904,30.315218,30.346914,29.901161,28.906,28.186909,27.561764,20.569895,20.848001,21.489815,22.391718,21.94643,23.143898,23.708134,23.635349,23.806112,24.335136,24.097878,24.150887,23.872557,23.899946,23.60099,21.74225,22.717842,23.075787,23.660248,24.303761,24.696602,25.474295,25.865265,25.933447,26.609776,26.340862,26.135326,25.69622,25.266201,24.461191,27.455458,27.129337,28.584188,29.08812,30.418169,31.623035,32.008873,32.796227,33.035545,32.87846,32.794456,32.972031,32.649155,32.627865,32.285561,27.444828,28.308329,29.709698,30.61455,31.451612,32.516884,33.531666,34.312645,35.434021,36.489586,36.370846,35.640617,34.897274,33.873158,33.49659,26.741573,26.477188,28.58226,29.534882,29.828661,31.71701,33.333336,34.457237,35.409554,36.101696,36.048527,36.832897,34.948982,34.849785,33.67347,22.885281,23.426394,24.15214,24.8176,25.172699,25.808025,26.40028,26.916691,27.141773,27.366138,27.43532,27.142542,26.72961,26.213169,25.748772,23.0452,23.834549,25.434521,25.81818,26.933149,27.224945,28.095987,28.611206,29.407688,29.121355,29.071171,28.485371,27.948114,28.261984,27.322033,23.882515,24.573318,25.551695,26.140934,26.724586,27.470892,28.275558,28.815332,29.118542,29.117292,29.402718,29.245285,28.634176,27.993622,27.577063,29.476309,29.714859,30.857742,30.834663,31.263859,33.445568,32.093822,32.256168,33.685448,33.140877,32.992035,31.133673,29.949522,29.082775,28.3176,25.55801,26.988733,27.724123,28.325012,29.210407,29.875002,30.215746,30.131933,30.028013,30.206484,30.427486,29.901255,29.133774,28.098736,27.454679,26.729727,27.614748,28.317818,29.448254,30.05176,31.076128,31.688452,32.361828,31.558123,32.105831,32.009899,32.0989,32.082836,31.648708,31.916519,24.71591,25.793505,26.422018,26.832792,28.020195,29.129795,29.757532,29.841042,29.426435,29.562803,30.377556,29.453924,28.783873,28.111658,27.065254,25.962023,27.232447,27.678724,28.370083,29.075006,30.251661,30.432135,31.12623,31.595039,31.846857,32.395096,31.667679,30.707424,29.694551,28.968775,26.513227,27.341116,28.105385,28.672955,29.302004,29.75156,30.140278,30.365461,30.41325,30.78429,30.793941,31.167749,30.622381,30.092609,29.570549,20.671297,21.320593,21.871519,22.31558,22.790571,23.112938,23.263954,23.507273,23.63941,24.02368,24.339155,24.139328,23.709503,23.43022,23.078663,25.788645,25.847126,26.311605,27.910686,28.478966,28.868553,30.332523,30.713129,29.709545,29.838711,31.45973,30.281691,30.35573,29.072487,27.446484,20.260942,20.911589,21.38768,21.962334,22.303556,23.477081,24.015095,24.296228,25.028606,25.463591,25.061333,24.861755,24.569881,24.490685,24.339319,26.594702,27.217743,27.173912,29.561672,30.069929,31.163708,31.038029,31.742741,32.13483,32.107021,33.823528,34.166668,33.729218,34.265736,33.685448,30.747631,31.084337,31.243578,31.525076,32.042133,33.964771,35.048122,35.735439,36.654572,37.487732,37.248539,36.025436,35.102959,34.429897,32.908241,21.547728,22.353157,23.15509,24.093069,25.020378,25.992437,26.274952,26.685795,26.905405,26.831861,26.83259,26.327339,25.58564,24.920204,24.495451,29.994032,31.723999,32.658875,33.375561,34.468651,35.063965,35.941116,36.766304,36.713379,37.715591,37.806374,37.487976,37.005798,35.591896,34.998268,28.283262,29.214474,29.786285,30.213537,30.327869,31.189262,31.640261,32.93327,33.027523,34.441231,35.299809,34.761204,34.256058,34.890656,34.003014,25.048893,25.803804,26.683823,27.414536,28.132013,28.754953,29.243717,29.95927,29.644049,29.53816,29.361052,29.008028,28.530577,28.059015,27.759895,26.385857,27.197754,28.257895,28.916126,29.241398,29.879206,30.569973,30.788511,30.989361,31.135612,31.163157,30.914438,30.513283,30.009487,29.524765,24.031364,25.011557,26.445896,27.034357,26.866991,27.53751,28.429604,28.533094,28.629213,28.777924,29.991468,28.87117,29.119734,29.359732,29.454084,29.80657,30.778717,31.721035,32.72361,33.368439,34.207508,34.891823,35.195473,35.248966,35.122345,35.073715,34.958687,34.454258,33.788376,33.481373,26.581633,28.975454,29.595188,30.383974,30.993822,32.114735,32.237961,32.654217,34.244186,34.838711,34.635265,33.722969,33.156654,31.810194,31.103287,30.174673,31.301052,31.939438,33.362343,34.247749,34.724728,34.808662,35.10582,35.353138,35.783161,36.068134,36.14035,34.973454,34.385555,32.974632,28.183716,28.856245,29.920843,30.946156,32.093025,33.701946,34.321373,35.167713,34.653988,34.001057,34.870167,33.386242,32.212296,31.285789,30.509382,30.023214,30.659025,31.248369,31.351625,32.446678,33.075249,33.151272,34.91338,35.216663,35.333332,35.506042,34.735603,34.420727,32.58427,31.927427,22.715174,23.293478,23.872362,24.425863,24.907366,25.453087,25.708044,25.935349,25.958031,26.086077,26.216963,25.895967,25.426506,24.931309,24.524099,29.568329,30.677656,31.15093,31.896353,32.768879,34.72126,35.402454,36.891216,37.304996,37.159447,37.127193,35.439041,34.942333,34.871685,34.448303,27.313814,28.451857,29.159224,30.15638,31.201237,32.068588,32.92543,33.055344,33.599648,33.790825,34.021015,34.10968,33.844872,33.079727,32.399876,28.194725,28.775511,27.667984,31.818182,31.213873,32.113819,32.727272,32.978722,37.214134,35.655739,35.757576,35.102039,33.595284,33.20158,34.764828,25.065676,25.655848,26.990646,27.797083,29.103609,30.463577,31.493038,32.291916,32.71162,33.545498,32.713581,32.682232,32.64563,31.323565,30.912567,22.963659,24.496855,24.932379,25.69043,26.628664,27.244633,27.689568,28.254175,28.232796,28.318872,28.814936,28.628965,27.98447,27.581238,27.097086,26.962641,27.839029,28.516903,29.613501,31.246508,31.857389,32.162766,33.787621,34.168564,33.774452,34.979897,35.216896,34.129696,34.151913,33.802025,26.308483,26.702686,27.139994,28.057449,29.176369,29.426897,30.302179,31.305325,32.461624,33.074863,33.879234,33.25798,32.623112,32.404881,32.189404,32.654793,33.526489,34.015347,34.674656,36.513443,35.974499,37.978142,36.934441,37.221725,35.469711,35.912533,34.199135,32.322357,30.315968,29.561403,28.161758,28.81171,29.516459,30.195894,30.759699,31.162205,31.629377,31.926641,31.931978,32.333069,32.18964,32.195461,31.638155,31.108496,30.764536,23.817446,25.456282,26.879173,27.634584,29.100704,29.303789,29.847849,30.664814,30.678686,30.808968,30.976534,30.195189,28.977325,28.291592,27.158039,20.295586,21.187725,21.994417,22.389791,22.803328,23.694548,24.394749,24.995081,25.372692,25.188696,25.533339,25.12582,24.48811,24.231253,23.430336,24.81115,25.540659,25.848194,26.775244,27.583187,27.795422,28.143978,28.242931,28.378231,28.984085,29.446728,29.061932,28.086651,27.635113,27.188004,31.826576,32.672325,33.078541,33.655487,34.107391,34.575531,34.800499,35.383667,35.32756,35.3936,35.064137,34.544014,33.690968,33.038948,32.297646,26.508093,28.213564,29.777777,31.079254,32.06625,32.493702,32.591961,33.266071,33.618908,33.864777,35.297604,33.604652,31.573067,30.832422,29.70916,24.104019,24.904078,25.790819,26.256197,27.256405,27.688992,28.456085,28.767654,28.862534,29.099035,29.178596,29.158667,28.688665,28.399351,28.050676,27.731297,27.955194,29.143467,30.375103,31.594547,32.62587,32.394039,33.472424,34.309669,34.614964,34.524723,34.089668,33.351452,32.921192,32.389362,26.644648,26.905954,28.83605,30.103037,29.651796,30.367348,30.862862,31.10111,30.412785,31.090862,32.164551,31.171724,30.405781,28.905825,28.532461,25.388441,25.623724,26.169264,26.512512,26.848122,28.058968,29.198036,29.838842,30.131859,30.396694,30.537739,29.482334,28.550247,28.137886,27.654648,23.740734,24.426167,25.925926,26.86776,27.599133,28.908381,30.403147,31.958141,31.974798,31.611057,31.66573,31.044487,30.682468,30.583187,30.029211,27.049181,25,29.382095,29.591837,31.914892,34.203655,37.285904,38.368984,39.522545,38.888889,37.307152,35.922329,34.153004,34.714283,31.321838,25.532473,26.308159,26.637381,27.736637,28.213421,29.238495,30.184269,30.864704,30.600134,30.820518,31.45808,30.992508,30.212084,29.592237,29.079224,25.50156,25.942963,26.265388,27.4519,28.159016,28.619368,29.385748,30.14423,29.707113,28.915661,29.455217,28.644859,27.666668,26.748005,26.669847,24.533581,25.387596,25.291828,27.352942,28.066734,29.949749,29.369917,30.276134,29.614603,29.029125,32.440479,32.254803,31.344696,30.585108,28.888889,23.384272,23.992172,24.592743,25.327747,25.971457,26.527542,26.933989,27.310307,27.492983,27.61001,27.698204,27.620857,27.197086,26.764477,26.498831,21.743595,22.536346,23.21917,23.956602,24.625895,24.942719,25.577482,26.006735,26.123234,26.371483,26.465528,26.830595,26.682171,26.287127,26.073397,23.214527,24.357912,25.383871,25.906303,26.674217,27.466398,28.978935,29.52564,30.176014,30.18252,31.272511,30.624247,29.606373,29.173771,28.752148,24.719101,25.059101,26.603327,25.512527,24.018475,22.897196,25.333332,24.726477,24.724062,22.850679,26.349894,24.307037,22.406639,23.451326,23.568281,27.594629,28.341585,30.169052,29.095673,30.841122,30.916553,33.697136,33.146851,36.041359,36.005829,36.666668,33.378563,32.156864,31.25,30.347595,26.243568,26.595745,26.31579,28.073395,28.349516,28.455284,29.614603,31.965443,35.307018,32.704403,32.217575,31.25,30.273438,32.43243,30.139721,21.451561,22.177025,23.19511,24.303669,25.339756,26.348764,27.529789,28.591902,29.163662,29.143997,29.472727,30.201963,29.89291,29.645443,28.873106,22.950552,24.513977,25.587818,27.118355,28.218252,29.381895,29.996473,30.449644,30.29089,30.589584,30.669031,30.30464,29.585957,28.844282,27.916006,24.064171,25.020922,26.062927,26.432291,27.337488,28.16584,28.931404,29.919392,30.494768,29.397589,30.280018,30.359713,30.131002,29.370975,28.120375,24.561403,25.156694,25.164425,25.416908,26.213308,27.185341,26.935825,28.031006,28.834551,29.309792,29.961952,29.795521,30.105749,30.280247,30.193811,19.09005,19.713329,20.319448,20.945181,21.452244,21.950556,22.365328,22.749666,23.068609,23.252121,23.450666,23.258247,22.818172,22.709503,22.414577,23.927563,24.520172,25.754742,26.323648,26.530611,27.391005,28.025835,28.746964,29.22348,29.7313,29.954725,29.982338,29.513836,29.083725,28.740517,22.943575,23.394909,24.169218,24.736116,26.138338,28.010378,28.680325,29.301491,29.634949,29.748419,29.92379,30.187771,29.646126,29.018286,28.587034,23.944183,24.672935,25.754005,26.298857,26.788706,27.584425,28.062599,28.93174,29.496092,30.200621,30.457476,30.541483,30.280989,29.90658,29.816442,20.376926,21.267159,21.989138,22.946938,23.858967,25.129869,26.081678,27.077507,27.966965,28.619831,28.867262,29.113493,28.876457,28.57143,28.201256,24.006908,24.756433,25.290483,25.696823,26.431061,26.914385,27.79319,27.88142,28.615782,28.538639,28.305212,27.674999,27.536592,27.640846,27.334509,24.008453,24.669968,25.602907,26.595921,26.467678,27.239609,28.142399,28.248199,29.102921,29.702621,29.578451,29.703831,29.075045,28.17804,28.350693,22.874289,23.584431,24.215382,24.95219,25.526581,26.153088,26.923462,27.241346,27.881775,28.438993,28.860607,28.654501,27.746296,27.232986,27.223318,23.630672,24.351959,25.452965,26.024202,26.710817,27.155495,27.901346,28.778183,29.374903,30.036854,29.925112,29.891977,29.794201,29.227394,28.422382,18.761959,19.147509,19.326206,19.582096,20.474323,21.390898,22.51576,22.795958,23.435486,23.670521,23.792385,23.8559,23.96702,24.399847,24.407358,20.975513,21.563557,22.24453,23.037022,23.74086,24.39328,25.328388,26.297653,26.424309,27.321507,27.647703,27.868315,27.88525,27.382803,27.042004,23.837406,24.299147,24.756691,25.035126,25.617939,26.466927,27.403065,28.187189,28.75193,29.184473,29.682917,29.521006,28.711769,28.484062,27.86931,20.146828,20.938469,21.340925,21.5492,22.136208,22.668514,23.291451,23.409842,23.493361,23.910341,23.739777,24.032831,23.94075,23.769588,23.806536,20.245195,20.333988,20.494202,21.201376,21.748657,22.086496,22.743362,22.274261,22.169914,22.770666,22.933479,22.650497,22.585211,22.710823,22.763781,20.790659,21.125662,21.508137,22.28335,23.009291,23.446127,23.943026,24.518158,24.809603,24.884356,25.206085,25.045277,24.801497,24.3627,24.300699,24.736338,25.611511,27.008379,27.232365,27.358025,28.664333,30.218384,29.717457,30.715004,30.602783,30.991735,31.151699,30.527384,30.015553,30.061985,22.638489,23.570499,24.719658,25.568182,26.489506,27.226976,27.526306,27.532122,27.598269,27.756527,28.569048,28.255447,28.341793,27.938906,27.684593,22.052938,22.795563,23.300056,23.830976,24.220366,24.469019,24.971992,25.300842,25.793478,26.081848,26.283815,26.010933,26.175467,25.933615,25.666439,21.135096,21.600855,22.001373,22.482855,22.852253,23.381218,23.70903,23.988909,24.160881,24.294495,24.40085,24.604853,24.469574,24.377781,24.259125,25.044092,25.975218,27.142197,28.29493,28.783659,29.124821,29.546562,29.701492,30.562595,31.347021,30.57769,30.06073,29.19598,28.346857,28.480679,23.41456,23.887262,24.482433,24.721394,25.632862,26.134508,27.275732,28.1203,28.383839,28.874195,29.190016,29.936632,30.343744,30.420198,30.067448,23.673815,24.113066,24.684271,24.709303,25.857521,26.686132,28.878281,29.778608,30.312597,30.288761,30.819166,31.364626,30.303978,31.115459,30.459017,23.144247,24.177256,25.617386,26.2999,27.023411,27.85326,28.864189,29.020981,29.468771,29.50938,29.055777,29.026354,28.117001,27.945509,27.118645,24.023399,25.267584,26.116709,26.771652,27.425665,28.905169,29.027113,30.148104,30.843422,30.360762,30.354982,30.044571,29.084236,29.140028,28.773296,22.953604,23.234514,24.093613,24.570612,25.104111,26.008045,26.636066,27.443855,28.103128,28.61742,29.003185,29.501253,29.527271,29.110735,29.249376,26.780254,26.712925,27.670753,28.211805,29.888641,31.454287,32.547169,31.671555,33.083832,31.343285,30.702179,30.596287,30.39715,30.708662,30.543932,26.750923,27.234709,27.455013,27.892563,28.644503,30.31996,31.149193,32.220535,31.084457,30.951208,30.239374,30.517849,30.428213,30.525272,29.974937,26.048464,27.433205,27.571428,28.323969,29.450756,29.146919,29.156626,30.176105,30.649096,31.881189,32.291161,32.734737,30.924288,30.127228,29.168791,27.71739,26.917902,26.721764,27.403154,27.941175,28.994083,32.053177,33.939396,33.078102,35.056541,35.081966,33.807266,34.035656,33.333336,33.709679,22.30826,22.925926,23.738873,24.305035,25.085131,26.076832,27.15283,27.18676,27.943485,28.417265,28.655661,28.740623,28.757637,28.012899,27.206772,21.786854,22.478882,22.990582,23.395004,23.838053,24.369671,24.672947,25.124681,25.144819,25.262705,25.092665,25.276072,25.032734,24.693529,24.550879,23.312361,24.19684,24.627266,25.489357,26.24745,27.068722,27.827316,28.520208,29.223543,30.034018,30.354795,30.298689,29.464582,28.747118,28.620047,26.222103,26.795282,27.767202,27.549099,27.965868,29.145586,29.784214,30.845913,31.266376,31.41515,31.92173,31.72574,31.440281,30.599998,30.01725,26.448599,25.643381,24.681238,25.732601,27.187208,29.400572,30.382294,31.83214,34.279919,34.245186,34.551151,33.130081,33.579723,30.761316,30.686695,25.459232,26.429726,27.35602,28.388578,28.150574,29.485443,30.818674,30.399183,31.329006,31.245699,31.5427,30.804039,29.889044,29.717476,28.235296,22.712631,23.462013,24.469223,25.801485,26.757452,27.410278,28.417978,29.54179,30.637562,30.991735,31.004408,30.978104,30.433529,30.027813,29.403273,23.803364,23.355705,25.581396,26.458614,25.534758,26.075268,27.56325,29.918034,29.836512,29.467941,29.268291,28.532976,27.52809,26.949385,26.859505,22.796259,23.387096,23.836937,24.673529,25.413767,25.824005,26.694983,27.269855,27.839003,28.466923,28.869761,28.949871,28.804693,27.902946,27.301289,24.435368,25.024132,25.493759,26.468065,26.968092,27.52648,28.030113,29.31101,29.320665,29.465929,30.331247,30.588705,29.458597,28.822121,28.837463,23.635153,24.382097,25.18774,25.989807,26.787043,27.087692,27.58227,28.820452,29.002499,29.851896,30.032497,30.011543,29.506292,29.373901,28.681871,22.717377,23.984215,24.613117,25.10294,25.87072,26.873693,27.472029,28.185385,28.623741,29.231007,29.590263,29.138062,28.457407,27.872635,27.459017,25.511936,26.805063,26.732901,27.390182,28.564661,29.745781,30.199259,30.927223,31.580215,31.598558,31.839367,32.17804,31.288046,30.353407,29.584414,25.280327,26.501036,25.39185,24.792532,24.416136,27.986727,29.372198,32.205368,35.287083,34.512196,33.131069,31.591738,31.74404,30.81761,29.975124,25.369459,26.091246,26.767176,27.853537,27.850039,29.121021,28.899202,29.036491,29.353895,29.165569,29.162302,28.907696,27.629141,28.614294,28.184282,24.03599,24.746649,25.186649,25.725317,26.360109,27.166462,27.854399,28.537577,29.363802,29.482758,29.598528,29.52137,29.023993,28.247929,27.747705,20.39575,20.972784,21.488556,21.933855,22.44433,22.848759,23.190689,23.446808,23.583984,23.800322,23.998659,23.834698,23.551889,23.291451,23.041733,23.877668,24.676224,25.367126,25.81378,26.233049,26.64924,27.000805,27.297215,27.390429,27.723265,27.664736,27.7861,27.518883,26.921581,26.772669,26.778784,27.435898,27.879581,29.172319,29.810297,30.923695,31.48148,31.824234,30.547947,31.436316,28.961039,28.86866,27.943077,29.226736,27.925533,27.080397,27.832169,29.076088,30.470913,32.585949,33.895702,33.700787,32.357471,34.285717,36.406994,34.069401,34.527687,33.333336,33.73494,34.071548,22.74436,23.595507,26.593807,28.066916,26.177025,27.777779,28.57143,27.522936,30.107529,29.981379,29.92565,29.357798,32.142857,30.783939,31.736526,20.1476,20.805595,21.557638,22.187517,22.997032,23.847212,24.752224,25.791592,26.352749,26.524893,26.842106,26.778675,26.521429,26.376591,26.091158,23.859177,24.611559,25.105539,25.121372,25.405338,26.0501,27.223858,27.461411,28.032068,28.273392,28.824352,28.959278,28.465187,28.40457,28.518089,24.206642,25.280687,26.277512,26.509035,27.686029,28.062624,28.487228,28.270206,28.371727,28.471807,29.191437,28.968737,28.844181,28.415861,27.773195,22.126295,23.124535,23.885513,24.960957,26.406128,27.486298,28.605202,29.208712,29.479307,30.490747,30.965147,30.513918,30.231932,30.388889,30.014065,22.895224,23.945744,24.89768,25.641027,26.274019,26.58577,27.178225,27.950138,27.692308,27.723598,27.914026,27.929043,27.58477,27.206806,26.418787,24.344196,24.964624,26.259291,26.800739,27.401478,27.773146,28.413677,29.168463,29.665283,30.322582,29.842117,30.103418,29.081055,28.73432,28.263859,22.847553,23.81381,24.388044,25.352112,26.086956,26.526558,26.966291,27.712896,28.299847,28.741669,28.783363,28.849926,28.448111,27.947792,27.473566,24.222799,25,25.298014,26.246988,26.831785,27.565882,28.12277,29.559296,29.509407,29.760174,29.384228,29.064747,28.159883,28.308825,28.194651,24.772083,25.024,25.649246,26.086956,26.196554,26.613674,27.425188,28.377033,28.518141,29.417774,28.470589,29.138397,28.819326,28.975508,27.489626,23.692591,24.000412,24.194548,24.749372,25.485054,26.526272,27.187666,27.748861,28.276237,28.662003,28.687901,28.105217,27.466927,26.692751,26.507988,20.986708,21.950588,22.656353,23.072882,24.020329,25.026638,25.95739,27.454197,28.149876,28.498623,28.62648,28.92907,28.828451,28.709137,28.196222,21.669842,22.462402,23.507547,24.226168,25.004894,25.468979,26.250803,26.69702,27.049831,27.216793,27.140823,27.047842,26.846542,26.594994,26.229609,23.083778,24.001446,24.74802,25.899801,26.673985,27.62653,28.545019,29.025152,29.600149,30.06101,30.732161,30.762028,30.060539,29.948563,29.619101,22.669104,23.678482,23.959427,24.947071,25.310547,26.187717,26.844736,27.874786,27.696213,28.117626,28.030783,27.890291,27.843847,27.25127,27.375689,23.414326,24.190065,25.052055,26.226395,26.849873,27.525854,28.789633,29.316038,29.680258,30.26363,30.227545,29.533741,29.858849,29.840099,29.19887,24.670109,26.506727,28.793308,29.6875,29.492798,31.342325,32.28093,33.01096,33.526386,33.161293,34.080421,35.474861,35.511982,34.310223,32.413303,20.497118,20.965439,21.289865,21.437605,22.131495,22.976797,23.757774,24.280333,24.651197,24.608217,25.219778,25.266457,24.96546,24.82057,24.668713,19.810394,20.392748,20.997561,21.610096,22.063387,22.617104,23.063095,23.4519,23.674736,23.929375,24.087559,24.239704,24.104296,23.962297,23.908968,23.060648,23.775173,24.361355,24.990051,25.963058,26.647118,27.539072,28.179466,28.993446,29.724592,29.883018,29.927217,29.792547,29.481539,29.036882,23.116827,23.746616,24.269934,24.840958,25.417608,25.76288,26.091158,26.2425,26.483467,26.87788,26.761436,26.787069,26.402622,26.153261,25.94685,21.399601,21.719757,22.088814,22.877716,23.505785,24.402145,25.135103,25.736809,26.211494,26.644897,26.911406,26.829559,26.400423,25.813066,25.587788,23.682076,24.386988,24.98749,25.984251,26.593744,27.803003,28.288191,28.540771,29.236364,29.356131,29.273663,29.664007,28.961138,28.470633,28.094154,24.226805,24.71876,25.991327,26.815643,26.973885,27.786354,29.447269,29.793322,29.583731,29.434322,30.139595,29.926773,28.905249,29.343628,29.557291,27.532291,29.231865,29.52183,30.154467,30.876217,30.828115,31.085876,32.264957,32.5,32.099697,32.438652,31.876411,31.694403,31.722054,31.398014,22.007483,23.078131,23.86487,24.669876,25.754747,26.646801,27.549898,27.480793,28.104151,27.838234,28.200521,28.30829,28.53163,28.093206,28.25193,24.278606,25.033989,25.406256,26.897779,27.588717,27.649433,28.482681,28.824415,29.31658,29.577736,29.871868,29.880169,29.674166,29.034122,28.328234,28.103682,27.196651,30.101303,30.624092,31.024096,31.618759,32.321701,33.433281,32.223904,33.893127,30.577225,29.505814,28.364689,27.936962,28.675402,17.859644,18.235708,18.686508,18.706169,19.458447,19.460693,20.512451,20.433212,21.683037,21.380716,21.94982,21.913446,21.875452,21.818182,21.404972,23.876102,24.745836,26.139618,26.828203,27.130743,27.34926,28.028397,29.027039,29.848629,28.855249,29.123711,27.902048,27.474604,27.298714,26.620754,24.208904,24.432947,25.212833,25.509995,26.121803,26.700569,27.632629,28.416571,29.202526,30.113298,30.468479,30.503876,30.102495,30.113272,29.661978,17.657804,18.543114,18.936258,19.465374,20.068665,20.281748,20.442387,21.239216,21.421791,21.503349,22.223379,22.513754,22.646873,22.697823,22.436377,24.944376,25.641027,25.994963,26.59413,26.76627,28.088161,29.043161,29.07489,29.832935,29.883844,29.74534,29.80361,29.027962,29.08942,29.198473,25.762712,25.990677,27.359617,29.447853,30.702835,31.009615,31.1138,31.302271,32.490974,32.632881,32.478634,31.411043,32.830189,32.63158,30.980392,23.039923,24.061504,24.413212,24.945326,25.809919,26.774124,26.949751,27.496803,28.059938,28.446198,28.640491,27.942995,27.512846,27.088755,26.500828,22.385948,23.009613,23.800455,24.84392,25.489143,26.499411,26.584011,26.909981,27.074932,27.163202,27.287384,27.364742,27.082993,26.766354,26.549112,22.443575,22.741526,23.135771,23.441734,23.66679,23.818605,23.910479,24.021572,24.093822,24.340893,24.6633,24.935572,24.941898,24.985889,25.026993,28.950607,30.155691,30.78092,31.297728,31.34647,31.965933,32.577099,32.964424,33.101334,33.229,33.399353,33.132004,32.469246,31.801859,31.4611,21.404726,22.244413,23.346842,24.253313,24.992014,25.540661,26.123449,26.225672,26.201874,26.246258,26.535994,26.304949,25.969553,25.953997,25.906961,32.822083,32.712215,33.585312,33.785309,33.560863,34.198647,33.975086,34.016888,35,36.104218,33.636364,33.377308,32.597401,30.2994,28.727272,26.041666,25.959782,27.808472,28.770763,27.82313,28.493523,30.272324,31.016043,31.552305,31.568018,33.366631,32.86219,33.534138,33.527981,32.579185,22.359465,23.982643,25.243637,26.28845,26.790506,27.156719,27.652401,28.209221,28.568741,28.446901,28.345177,28.100412,27.232298,27.007553,27.101231,25.026306,26.036697,26.196913,28.283834,28.273693,29.157711,28.905218,29.288471,28.618006,27.968199,27.556477,27.562019,27.47049,26.917368,27.175545,25.987076,25.393421,25.826735,26.22538,26.653034,26.864702,27.341932,27.577692,27.066198,26.439194,26.202908,27.094814,26.644182,26.495399,26.386721,25.329655,26.130178,26.827776,27.455482,28.076363,28.240459,28.336042,28.436926,28.428177,28.885159,29.074526,29.304548,29.014965,28.980625,28.530308,27.265453,28.380049,30.08906,30.610525,30.825838,31.905737,32.154606,33.073772,33.152061,33.948414,33.2005,32.677761,31.304909,30.090052,29.316467,28.577503,29.251278,29.962536,30.347643,31.045671,31.536213,31.540091,31.59737,31.507652,31.41115,31.440062,31.547964,31.072987,30.765587,30.666065,22.137291,23.859329,24.487642,26.246357,27.001377,28.31307,28.378178,28.607595,29.527382,29.624128,30.039993,30.394224,30.119593,29.695469,29.962658,35.661655,36.07333,36.79472,36.352978,36.476917,36.631851,37.694862,38.325001,39.86338,40.664207,41.204399,41.213654,39.141541,37.986095,36.719547,23.922855,24.436369,24.998758,25.448427,25.902288,26.292282,26.566414,26.791185,26.919693,27.119232,27.25429,27.284685,27.064377,26.881535,26.749956,24.820024,25.74597,26.239502,26.875505,27.652735,28.354792,28.64052,29.160606,29.62392,29.979797,29.498905,28.776339,28.637276,28.109676,27.470434,25.070385,25.604053,26.235252,27.012348,27.466738,27.88575,28.310772,28.621038,28.59123,28.988647,28.913918,29.156622,28.947947,28.567993,28.28928,26.598553,27.213223,27.831903,28.705648,29.32192,30.157413,31.112221,31.664143,32.032402,32.429241,32.753597,32.895939,32.387207,32.115044,31.798172,27.856606,28.723982,29.396105,30.308336,31.22204,32.230129,32.99382,33.53614,34.069939,34.533005,34.867046,34.894337,34.294228,33.99305,33.790001,24.403337,24.955629,25.554651,26.203453,26.899061,27.422432,27.959772,28.446844,28.882694,29.283848,29.668135,30.066269,29.871162,29.713896,29.580147,25.791662,26.581705,27.538065,28.273863,29.051178,29.868519,30.718046,31.290924,31.880077,32.5909,32.98027,33.185543,33.023911,32.854774,32.479332,24.285435,25.088469,25.892342,26.476351,27.248219,27.931208,28.488239,28.937834,29.190376,29.50993,29.934464,29.945082,29.666096,29.287725,28.917667,22.753963,23.214184,23.951344,24.66095,25.383085,26.12764,26.902145,27.63719,28.294655,28.930048,29.46788,29.891127,29.968632,29.941702,29.949253,24.112583,24.96439,25.76874,26.518085,27.284294,28.051931,28.763584,29.302019,29.872257,30.598473,31.060791,31.373337,31.372162,31.161802,30.867144,24.574747,25.269323,26.043785,26.900969,27.866194,28.693295,29.666779,30.572329,31.289238,32.116386,32.711266,33.17794,33.114758,33.034428,32.929306,21.036371,21.725447,22.407198,23.185219,23.906517,24.667807,25.257763,25.783876,26.390657,26.968155,27.232584,27.420527,27.408848,27.249769,26.997169,26.036554,26.705725,27.367809,27.980518,28.603661,29.294153,29.977417,30.586132,31.185596,31.698223,32.038612,32.305424,32.258064,32.245678,32.021809,22.553749,23.211346,23.966011,24.646296,25.424412,26.112705,26.817879,27.404032,27.834469,28.29129,28.714348,28.946697,28.835266,28.69525,28.672699,24.647303,25.079716,25.545025,26.001162,26.467184,27.017004,27.543663,27.981842,28.267851,28.678501,29.014021,29.193518,29.068506,29.06938,29.031363,23.425678,23.955442,24.565294,25.070404,25.691303,26.402531,27.108234,27.713827,28.277805,28.843674,29.271132,29.511108,29.37435,29.35817,29.255322,22.188168,22.789665,23.38969,23.953375,24.439514,24.972948,25.504145,25.95269,26.277164,26.801554,27.269098,27.531591,27.402908,27.36491,27.332882,25.664133,26.632231,27.464748,28.122112,28.991261,29.77264,30.402756,30.969637,31.238338,31.435242,31.588741,31.61796,30.995262,30.660299,30.289749,21.990524,22.50309,22.859045,23.261721,23.584961,23.933378,24.309679,24.666481,24.849426,25.095987,25.37528,25.539124,25.431103,25.433025,25.383993,21.673885,22.015657,22.376999,22.747547,23.193586,23.722406,24.233221,24.598457,24.920294,25.332281,25.653765,25.961811,26.084318,26.184834,26.28352,22.737833,23.398369,24.063839,24.651423,25.324789,26.000101,26.429657,26.931635,27.301168,27.835623,28.315445,28.753584,28.704712,28.789715,28.824192,20.128168,20.435465,20.845125,21.244183,21.644238,21.960941,22.291254,22.499458,22.580879,22.74107,22.9818,22.926043,22.98642,23.122528,23.232193,27.286894,27.84016,28.495853,29.232285,29.982836,30.688986,31.493368,32.299637,32.934471,33.883331,34.600735,35.158764,35.195858,35.211327,35.128368,22.658018,23.086292,23.53632,23.976929,24.367746,24.899521,25.367105,25.742519,26.055769,26.515923,26.909748,27.276384,27.280584,27.266676,27.288679,21.800552,22.219042,22.722546,23.175421,23.729179,24.226341,24.860018,25.252071,25.490152,25.956526,26.33794,26.608654,26.590092,26.652163,26.760489,24.254234,24.875637,25.524393,26.191998,26.897177,27.659842,28.355137,29.050943,29.505793,30.155933,30.605612,31.087542,31.005684,31.016964,31.009287,25.390917,25.751034,26.146084,26.488358,26.954094,27.501276,28.049627,28.562828,28.966417,29.548126,30.026955,30.381039,30.442205,30.469952,30.579927,22.041908,22.572737,23.1071,23.668804,24.170721,24.677885,25.183058,25.503401,25.568714,25.778759,25.977186,26.149405,25.886683,25.780756,25.711363,21.323204,21.761494,22.256664,22.794216,23.332882,23.79842,24.347208,24.743044,25.061222,25.43453,25.718924,25.97517,25.966379,26.02058,26.009733,24.285959,24.932495,25.466368,26.177635,26.629135,27.272589,27.825796,28.224827,28.700701,29.090551,29.452906,29.531584,29.304251,29.178322,28.841812,23.634947,24.322855,24.958805,25.594509,26.239916,26.941595,27.626329,28.225512,28.757494,29.369581,29.796049,30.199961,30.263725,30.337757,30.455395,25.372803,26.082846,26.745966,27.532494,28.319078,29.108074,29.933292,30.756306,31.293751,32.1339,32.661705,33.218769,33.265327,33.37265,33.474941,22.219587,22.609243,23.105804,23.636164,24.185829,24.75592,25.278347,25.780062,26.128281,26.57719,26.870277,27.163509,27.249102,27.306587,27.3634,23.610813,24.069162,24.840317,25.351555,26.100782,27.016672,27.68685,28.442282,29.042503,29.875889,30.39167,31.021315,31.109932,31.46616,31.571754,22.528833,23.088894,23.657143,24.104633,24.479181,24.840246,25.31004,25.641573,25.926178,26.092243,26.286148,26.256624,26.01895,25.799698,25.712242,36.389122,36.955276,38.903172,39.033566,39.792389,40.496349,40.330254,40.654205,40.209309,39.468689,38.766758,38.521717,36.563271,34.639061,32.993774,21.538887,22.048975,22.446024,22.666862,23.0798,23.468763,23.922159,24.262821,24.388767,24.481647,24.512383,24.545912,24.448971,24.210094,24.167261,21.612764,22.013742,22.472923,23.21455,23.727316,24.518452,25.033295,25.69154,25.940058,26.482635,26.51301,26.329941,26.082186,25.944408,25.657944,26.566681,27.524752,28.392544,29.322826,29.716883,30.845985,30.760979,31.271082,31.756756,31.694704,32.012238,31.450605,30.954182,30.42312,29.785555,18.223644,18.883995,19.38493,20.022034,20.012865,20.535961,21.228041,21.971323,22.93461,22.684996,22.27829,21.729593,21.158283,20.752108,20.336891,23.128944,23.73505,23.586655,25.750469,26.042675,27.35939,29.83952,29.473682,30.75,30.16983,31.454006,30.726257,30.185759,30.174696,29.44718,19.367439,19.82991,20.429892,20.735533,21.20483,21.726858,22.334423,22.834124,23.168953,23.299303,23.53257,23.082703,22.651894,22.414286,22.150902,22.480982,23.238451,23.946119,24.80798,25.488857,26.194513,26.459137,26.847446,26.952782,26.899099,26.90295,26.804447,26.340065,25.730068,25.187778,25.121429,26.029583,26.855627,27.844667,28.920725,29.582321,30.007118,29.998993,29.915443,29.787376,29.711897,29.245476,28.420443,27.525038,26.977449,22.096739,22.020454,22.615805,23.158976,24.920736,25.67367,26.334822,26.959446,27.76005,28.72547,28.425316,27.843475,27.465857,27.140976,26.671167,28.214731,28.809219,29.127518,28.964611,30.946291,32.407406,34.979973,35.382511,36.376812,38,36.613605,36.248238,35.488506,34.839649,34.416546,21.782866,21.989336,23.122154,23.932125,24.681782,25.206861,26.092258,25.834167,26.264435,27.2365,28.100534,27.97275,28.019222,27.719984,27.952496,20.340548,20.828142,21.190983,21.584309,21.92758,22.27632,22.518936,22.709555,22.844574,22.968845,23.08572,23.028105,22.753479,22.403292,22.032032,30.256199,31.35054,31.355629,31.846464,32.04723,32.611351,33.577812,34.15028,34.548832,34.598705,34.507317,33.967537,32.727722,31.576576,31.027817,30.104584,30.880182,31.129568,30.997393,31.543222,32.161678,32.553986,33.165585,33.731308,34.111149,34.152294,33.177467,32.31506,31.695429,31.363586,21.52722,21.835482,21.814861,22.340683,22.846668,23.288982,23.645418,23.787903,24.299507,24.463554,24.366371,23.968815,23.542826,23.466785,23.061905,17.768867,18.149677,18.876598,19.524775,20.135666,20.753969,21.302505,21.799911,22.292723,22.946987,23.502375,23.136999,23.075548,22.870407,22.586193,26.173979,27.409988,27.625704,27.910593,29.14444,29.848061,30.949518,31.849316,32.022816,32.290596,32.378811,32.587795,32.04361,32.090832,31.470972,21.040691,21.846697,22.338791,22.883774,23.256519,23.641916,24.625401,25.095251,25.389612,25.658802,25.564682,24.743103,24.029575,23.644438,23.516918,26.198563,27.198448,27.599087,28.225554,29.346657,30.007666,30.179283,30.168966,30.452215,30.784754,30.25997,29.966959,29.539263,28.780376,28.787521,22.950701,23.606556,24.196281,25.061857,25.554012,26.464003,27.016241,27.453562,28.071886,28.206284,28.553013,28.599771,28.201559,27.981112,27.669706,18.342867,18.40888,18.800665,19.36759,19.739075,19.876394,20.332535,20.657059,21.353676,21.644436,21.261845,20.448769,20.299902,20.518078,20.635891,22.472082,23.270548,23.985332,24.667337,25.417467,26.223984,26.843851,27.293793,27.584393,28.023413,28.384342,28.116083,27.711842,27.47788,27.121624,20.332775,20.65575,21.091852,21.686012,22.169363,22.753166,23.531528,23.914577,24.255939,24.449015,25.060511,25.225752,24.903591,24.774027,24.564079,22.953548,23.919027,24.815699,25.601084,26.398621,27.234056,28.082891,29.119244,29.780394,30.027952,30.03709,29.892305,29.354418,29.003483,28.855598,27.408201,28.28998,28.901201,29.645079,30.247597,30.816074,31.53488,32.089008,32.218571,32.327782,32.334064,32.023796,31.330729,30.741266,30.185097,27.390415,28.063271,28.267046,28.670391,29.227913,29.579206,30.691008,31.247885,31.542721,31.78392,32.296692,31.675676,30.299715,29.964525,29.48288,22.108654,23.0301,24.165682,24.598545,24.888542,25.509638,26.032852,26.785219,27.262608,27.188042,27.070028,26.787519,26.77471,26.126381,26.147636,28.886303,29.673237,30.27169,30.788643,31.453827,32.08477,32.657753,33.304604,33.741955,33.52647,33.209942,32.925571,32.153519,31.656158,30.804152,23.263376,24.471788,25.629541,26.168612,26.617783,28.278049,29.184601,29.802525,30.768284,31.046667,31.370991,30.92815,30.024874,29.822327,29.301939,24.069656,24.77042,25.471243,26.936275,27.538351,27.679848,28.788599,28.161457,27.922375,27.128012,27.350803,27.075811,26.592859,26.533884,26.212227,21.789837,22.43346,23.140013,23.819899,24.782312,25.603127,26.261145,26.821159,27.396198,27.640226,27.872953,27.985386,27.66765,27.537369,27.308691,22.939554,23.504213,24.000696,24.4333,24.968147,25.514299,26.01177,26.478157,26.880316,27.334421,27.753405,27.769581,27.396473,27.052794,26.674202,22.264599,22.454523,22.999561,23.346954,23.883446,24.477575,25.213232,25.78496,26.170773,26.557619,26.825083,27.031235,26.942682,26.793819,26.644484,18.950266,19.316404,19.749489,20.170248,20.664288,21.245346,21.734373,22.105955,22.395943,22.753605,23.096771,23.341743,23.396667,23.569981,23.653502,22.862875,23.336222,23.897676,24.495987,25.064934,25.734123,26.325876,26.82786,27.212492,27.648243,27.923023,28.001945,27.589434,27.299191,27.042871,23.596697,24.335901,24.892859,25.587088,26.319031,27.03714,27.763023,28.173117,28.458044,28.920004,29.136595,29.339643,29.143518,29.051077,28.75709,22.743095,23.601393,24.265059,25.087536,25.781212,26.515337,27.376007,28.135036,28.620064,29.263332,29.74568,29.97332,29.789209,29.853006,29.798571,23.062044,23.669718,24.396803,25.091034,25.702393,26.366434,26.995724,27.466583,27.758841,28.06867,28.465956,28.67038,28.520357,28.474108,28.407187,23.084944,23.663803,24.29232,25.00721,25.650221,26.497862,27.098454,27.640635,28.098482,28.613716,28.894218,28.888613,28.432856,28.320324,28.364334,24.572821,25.208866,25.952545,26.431614,27.297894,27.923525,28.53418,29.073317,29.374975,30.123028,30.554508,30.55019,30.26548,30.125914,29.864391,22.250315,22.785109,23.341223,23.965551,24.656797,25.304926,26.043343,26.721256,27.304279,28.131989,28.503927,28.88175,28.755362,28.644642,28.381189,26.398186,27.050341,27.749992,28.405788,29.16444,29.660845,30.393997,30.91597,31.399302,31.948652,32.432262,32.739464,32.335217,32.163151,31.944693,21.818331,22.125431,22.711746,22.969175,23.390022,24.192175,24.853889,25.124941,25.552618,26.03833,26.380491,26.11101,25.905218,25.732508,25.610579,26.266087,26.733791,27.476608,27.947006,28.490358,29.263908,29.873007,30.249743,30.40134,31.005356,31.067068,30.979057,30.558725,30.284155,30.098503,23.350563,23.916449,24.492527,25.0938,25.715446,26.45722,27.220472,27.829906,28.323099,28.885736,29.381975,29.823586,29.826084,29.907093,29.97773,22.856632,23.444002,24.063564,24.713062,25.385445,26.061958,26.729431,27.142155,27.428194,27.828732,28.157345,28.383213,28.234491,28.145552,28.034767,24.602297,25.151056,25.901264,26.666498,27.601477,28.412298,29.073181,29.664999,30.0672,30.58919,31.130732,31.32045,31.102531,31.014336,30.852661,21.90659,22.664703,23.376011,24.152807,24.90185,25.692099,26.336121,27.057665,27.487621,28.029629,28.521296,28.693863,28.545773,28.537142,28.400444,23.70307,24.402594,24.927258,25.598663,26.31217,27.108007,27.740023,28.338951,28.589163,29.113718,29.467276,29.726992,29.672087,29.661201,29.488859,22.681246,23.404785,24.080677,24.692114,25.617695,26.528269,27.396986,28.01268,28.499874,29.119671,29.517994,29.681355,29.629999,29.848284,29.958206,24.93644,25.744122,26.41717,27.168703,27.787918,28.645557,29.220608,29.775724,30.317181,30.750223,31.343191,31.511269,31.299311,31.150085,30.962667,31.002417,31.57003,32.779053,33.584248,33.966656,34.989201,35.692802,36.466087,36.501125,36.311237,37.052368,36.534878,35.989986,36.002522,35.656609,24.08186,24.619596,25.233307,25.735018,26.324379,27.018913,27.706198,28.150692,28.48115,29.095539,29.482805,29.653528,29.390257,29.214254,29.12187,19.186869,19.720522,20.391136,21.030241,21.716824,21.671394,22.206776,22.470211,22.769987,23.113638,23.210272,22.740582,21.767464,21.782503,21.502302,20.729136,21.052441,21.412392,21.746067,22.15251,22.574903,22.929546,23.145884,23.324505,23.460749,23.62104,23.618605,23.457827,23.335928,23.267384,22.612915,23.40173,24.295589,24.970028,25.696711,26.242855,26.891596,27.549288,28.33544,28.605759,29.066933,29.396347,28.869158,28.791338,28.878992,22.242485,22.773783,23.515772,24.282206,25.076353,25.905514,26.687271,27.428965,28.080198,28.77866,29.285353,29.46525,29.303673,29.068619,28.865248,23.136068,23.743057,24.357752,24.969723,25.533285,26.27919,26.870436,27.253849,27.649673,28.337135,28.842985,29.498178,29.557493,29.53183,29.519632,22.70863,23.245451,23.805523,24.389521,25.018925,25.645695,26.232615,26.655159,26.914865,27.233631,27.5082,27.593214,27.396101,27.292934,27.227793,23.001715,23.518354,23.917807,24.522234,25.230488,25.783257,26.445982,26.970963,27.32678,27.555449,28.200996,28.497314,28.163445,27.941975,27.692091,24.178188,24.693325,25.21171,25.731903,26.311993,26.937338,27.56356,28.06184,28.37784,28.846067,29.183558,29.384459,29.262342,29.156315,29.045031,22.680515,22.798508,23.07041,23.225239,23.348368,23.601765,23.737289,23.778267,23.783728,23.929745,24.078558,24.136703,23.989267,23.931837,23.959753,23.18277,23.941669,24.740175,25.506714,26.245884,27.1043,27.934101,28.589237,28.940233,29.472837,29.921127,30.245886,30.143829,30.129683,30.010914,23.008259,23.620367,24.199625,24.77598,25.399525,25.982363,26.563749,27.063217,27.371824,27.740721,28.157293,28.388973,28.204929,27.997517,27.841747,22.166695,22.718153,23.411915,24.023073,24.715223,25.383047,25.993166,26.539227,26.822332,27.212202,27.586021,27.926743,27.845791,27.74477,27.683666,24.876631,25.438658,26.028124,26.6514,27.282488,27.960175,28.77566,29.400471,29.749207,30.141586,30.534796,30.640224,30.388346,30.295986,30.120548,22.043385,22.490896,22.973581,23.490845,23.93438,24.511826,24.984192,25.518641,25.926186,26.502169,26.904154,27.184586,27.240086,27.222515,27.174902,22.063019,22.900816,23.976179,24.834261,25.390322,26.424381,27.344543,28.10438,28.469044,29.342642,29.873524,30.377256,30.386871,30.432627,30.235554,22.177225,22.852072,23.474236,24.143925,24.780283,25.569147,26.285204,26.906303,27.268196,27.948057,28.474213,29.000748,29.031357,29.109356,29.191872,23.705141,24.241005,24.894915,25.423946,25.896973,26.575655,27.019608,27.481958,27.931139,28.426462,28.654068,28.702105,28.350533,28.274811,28.164991,25.713959,26.323219,26.954195,27.676731,28.275425,28.856642,29.707018,30.414061,30.974411,31.762085,32.351849,32.71843,32.772671,32.829632,32.850723,21.81918,22.283934,22.780869,23.309725,23.816065,24.37789,24.860134,25.161263,25.368443,25.625595,25.909096,26.187893,26.236143,26.343176,26.463434,23.066595,23.775377,24.470074,25.106842,25.715811,26.384333,27.034176,27.445131,27.864111,28.349983,28.644279,28.862274,28.724098,28.56669,28.532072,23.519489,24.074697,24.61833,25.151831,25.74675,26.300577,26.776257,27.029949,27.235008,27.596716,27.850937,28.108349,28.000271,27.948452,27.918386,24.409843,24.564283,24.740236,24.882521,25.214914,25.465542,25.741009,25.87878,25.784101,25.950262,26.126661,26.145714,25.842499,25.649458,25.426584,22.521097,22.911827,23.356575,23.889551,24.411491,24.978943,25.536951,25.961143,26.300993,26.601824,26.8522,26.967291,26.68502,26.622231,26.575575,24.363569,24.846304,25.382423,25.9639,26.636812,27.22855,27.810108,28.384415,28.891949,29.466915,29.983633,30.283272,29.965263,29.916912,29.849934,23.117594,23.724493,24.358181,25.063053,25.624578,26.149801,26.687443,27.015596,27.389801,27.777344,28.088501,28.351589,28.204151,28.099178,27.927498,24.500223,25.058186,25.807772,26.492258,27.257814,28.145939,28.878481,29.142094,29.644268,30.113497,30.597151,30.650988,30.837828,30.500174,30.316528,25.582365,25.830507,26.581156,27.236176,28.123358,28.728813,29.890144,30.373657,30.363655,31.258833,31.865793,31.898788,31.59453,31.413586,31.555653,23.951054,24.030607,24.784569,25.599226,26.350815,27.307615,27.763111,28.221828,28.504383,29.102194,29.367313,29.35886,28.97883,28.779284,28.796217,24.328703,24.683519,25.20611,25.945902,26.554054,27.215076,27.929482,28.296852,28.641897,29.000797,29.415747,29.634592,29.407433,29.17252,29.109291,23.392067,23.777597,24.24412,24.723272,25.222313,25.870838,26.518307,27.045292,27.438391,27.997198,28.423872,28.895897,28.974247,29.146608,29.285141,25.542936,26.156212,26.752806,27.224409,27.720448,28.232613,28.873121,29.230297,29.587809,30.086159,30.512259,30.744591,30.456364,30.147278,30.278475,24.144449,24.87237,25.509695,26.351284,27.237514,28.050222,28.766298,29.601473,29.979805,30.636662,30.933025,31.172827,30.938107,30.647282,30.590826,19.322416,19.656673,20.005701,20.416157,20.936192,21.49387,21.924517,22.247023,22.515764,22.738604,22.955128,22.799646,22.381779,22.215834,22.099363,24.837749,25.50157,26.272429,27.00589,27.7717,28.423903,29.024584,29.51296,29.899439,30.507889,30.888262,31.047865,30.83387,30.687529,30.429733,25.186098,25.954956,26.589207,27.427202,28.272114,28.902248,29.683924,30.322483,30.59622,31.116999,31.553951,31.72484,31.399704,31.133148,30.952675,23.815536,24.470905,25.160255,25.768814,26.423458,27.106678,27.700689,28.33127,28.68684,29.362526,29.707054,30.027107,29.93766,30.061838,30.164099,23.619537,24.403481,25.140022,25.814619,26.69721,27.53849,28.330574,29.123682,29.646147,30.199802,30.664619,30.92841,30.810495,30.819828,30.689558,23.569466,23.968925,24.405621,24.859398,25.370703,25.896051,26.447189,26.86932,27.134916,27.570612,27.849403,28.131979,28.065666,28.121769,28.168419,22.901449,23.775574,24.600645,25.575602,26.362831,27.094437,27.759943,28.48877,29.065063,29.713989,30.214342,30.546539,30.360821,30.347828,30.330996,24.001942,24.643074,25.206577,25.67676,26.423544,26.996696,27.516483,27.653166,28.001734,28.617159,28.794697,28.806082,28.404545,28.112194,27.767601,22.375839,22.685345,23.04291,23.683727,24.134022,24.704439,25.088715,25.421528,25.731871,26.177362,26.373344,26.751751,26.728947,26.610538,26.594908,24.625452,25.176235,25.541613,26.287216,26.749287,27.158665,27.268713,27.709034,28.032032,28.461933,28.87027,29.163748,28.859261,28.719667,28.38026,27.827227,28.286779,28.621975,29.203787,29.545876,29.968483,30.11883,30.295635,30.446499,30.69663,30.556303,30.721088,30.539032,30.572138,30.161795,22.981611,23.609753,24.530577,25.115538,25.437733,26.003384,26.482197,27.025202,27.342848,27.536503,27.720379,27.98205,28.027052,28.0376,27.597427,27.802288,28.206059,28.874504,29.286617,29.454136,29.866863,29.938013,30.325211,30.207014,30.540817,30.515554,30.601355,30.286957,29.788801,29.404819,24.558262,24.839037,25.079758,25.64819,26.448166,27.127335,27.706585,28.007132,28.079227,28.719667,28.99465,28.877878,28.446564,28.078512,27.750196,27.034483,27.675005,28.151539,28.587786,28.903065,29.442671,29.71344,30.086506,30.198532,30.177952,30.165201,29.944225,29.387247,29.015598,28.609013,23.960125,24.791971,25.593468,26.667336,27.215504,28.040087,28.827248,28.886127,29.40675,29.826546,30.108234,30.165466,30.006313,29.877123,29.579535,25.367216,25.634285,25.837349,25.907814,26.315165,27.149761,27.94747,28.551844,29.182171,29.544931,29.819185,29.753435,29.414797,29.089865,28.762087,29.328377,29.794094,30.366814,31.177404,31.593599,32.270111,32.416061,32.481213,32.032696,31.757376,31.701422,31.285301,30.546522,29.910479,29.576435,24.912142,25.439972,25.99733,26.498032,26.798967,27.192501,27.530857,27.884525,27.971701,28.10928,28.263802,28.317553,27.919737,27.642176,27.410635,24.122301,24.583076,25.05287,25.591946,26.106897,26.571053,26.940145,27.53866,27.721724,28.010046,28.549868,29.008289,29.127174,29.296535,29.459391,22.254993,22.356977,22.57058,22.937016,23.291834,23.884428,24.193743,24.383739,24.517931,24.825987,25.238537,25.650995,25.797007,25.934914,25.989298,25.201685,25.610209,26.090981,26.461325,26.963293,27.347977,27.830452,28.175713,28.311947,28.707214,29.057327,29.524321,29.448601,29.36256,29.603115,25.184116,25.760565,26.025364,26.159107,25.513962,26.00378,26.531488,26.969698,27.545399,28.821093,29.251225,29.705238,29.904306,29.479084,29.642233,28.544256,29.041645,29.584986,30.158678,30.540667,31.300432,31.709564,32.181206,32.204021,32.363331,32.140659,31.743273,31.04726,30.612007,30.363741,26.067921,26.459127,27.176336,27.591995,27.956808,28.765688,29.537783,30.505144,31.28973,31.894627,32.230427,32.152401,31.917831,31.36622,30.885172,23.601992,23.830463,24.357553,24.970984,25.293165,25.920244,26.429554,26.949516,27.216473,27.597179,28.008472,28.293858,28.110863,28.039085,28.07629,24.688379,24.194864,24.169559,24.554585,24.925316,26.023315,26.73744,27.735039,28.402636,29.499308,29.855377,29.590818,29.319468,29.057419,28.691572,28.919819,29.428724,30.047421,30.583853,30.746746,31.134716,31.201399,31.579525,31.483027,31.233109,31.210819,31.13715,30.576765,30.149937,29.656294,24.506147,24.830917,25.468782,26.244062,26.809853,27.500856,27.826086,28.576204,29.384399,29.580959,30.08334,30.038485,29.632648,29.021311,28.65353,29.81641,30.750605,31.510839,32.134903,32.463737,32.929932,33.194817,33.111237,32.691574,32.220112,31.980366,31.166759,30.4303,29.523003,29.045019,23.860228,24.250214,24.811472,25.251696,25.654251,26.223618,26.697598,27.197409,27.634863,28.145525,28.47629,28.745975,28.54372,28.376595,28.195902,24.521996,25.026455,25.598907,26.224051,26.550392,27.036533,27.426601,27.850046,28.005594,27.935284,28.208092,28.169378,27.834711,27.644569,27.433348,21.366117,21.769087,22.659311,23.455965,24.078548,24.476137,24.840601,25.453615,25.393522,25.043415,25.114525,24.590994,23.77738,23.492851,23.213224,17.892052,18.429855,18.97369,19.742315,20.02347,20.930538,21.290974,21.782837,22.073124,22.372751,22.712612,22.542418,22.472713,22.162743,22.083765,25.489231,26.007267,26.50696,27.360954,27.602589,28.276384,29.141039,29.811338,30.417486,31.052069,31.286217,31.912132,31.757656,31.659821,31.556145,27.878204,29.36482,30.149225,31.064013,31.332088,31.804281,32.133999,32.396172,32.718388,32.818668,32.897251,32.775715,32.231667,31.9709,31.987003,24.235512,24.48501,24.906805,25.311337,25.655893,26.156023,26.62443,27.1992,27.604631,28.178761,28.528202,28.864332,28.746424,28.688305,28.741917,25.580666,25.937891,26.540634,27.010092,27.689604,28.02718,28.351753,28.686041,28.968292,29.452906,29.849228,30.052727,29.863279,29.843336,29.904165,22.207329,22.535969,23.029675,23.594833,23.939922,24.496212,24.974407,25.58353,26.060551,26.412926,26.481405,26.707634,26.708618,26.647509,26.330975,19.854685,20.339508,20.804266,21.433119,21.846159,22.288397,22.562357,22.874966,22.929487,23.075415,23.317589,23.651249,23.687078,23.739443,23.751621,23.434879,23.910238,24.577925,25.025896,25.617153,26.277361,26.984268,27.706533,27.98653,28.744421,28.969383,29.010981,28.463263,28.264471,28.095739,22.871441,23.290659,23.77035,24.371643,24.783045,25.226339,25.531902,25.844118,25.987572,26.256987,26.401869,26.651716,26.538408,26.457819,26.375231,22.984184,23.261057,23.649797,24.344194,24.678553,25.617397,26.413631,27.152201,27.697922,28.080854,28.533396,28.899181,28.857208,28.902235,28.857574,23.596201,23.995422,24.581358,25.153881,25.570063,25.98914,26.371992,26.75956,26.825596,27.169184,27.585068,27.792194,27.64687,27.617571,27.608036,23.779152,24.255642,25.056517,25.75,26.485193,26.792988,27.76734,28.599899,29.542074,29.963749,30.548044,31.043911,31.441525,31.766319,31.78355,27.695772,27.613607,27.742565,28.253466,28.406107,28.997385,29.575983,29.383665,28.757721,28.974739,29.295774,29.343498,28.696152,28.373585,27.892729,22.966164,23.507589,24.249187,24.956469,25.566647,26.38455,26.86026,27.332798,27.875454,28.573832,29.064482,29.566696,29.663218,29.923702,29.864454,22.471085,22.70672,23.165232,23.508667,23.73336,24.64509,25.552019,26.220608,26.853508,27.370253,27.754396,27.649366,27.830521,27.699419,27.933355,22.233404,22.670708,23.263468,23.793623,24.246874,24.607981,24.840887,25.129038,25.176167,25.480812,25.75779,25.966522,25.875547,25.884638,25.854891,23.261089,23.968092,24.577486,25.297951,26.074999,26.822412,27.404148,28.069262,28.559601,29.253357,29.568199,29.674828,29.428673,29.190626,28.938681,20.04858,20.307402,20.653446,21.341709,21.568827,21.934319,22.36791,22.750307,22.963255,23.081186,23.191311,23.075115,22.922684,22.691103,22.918062,27.194134,27.498997,27.739361,27.929455,28.371929,28.711569,29.089619,29.169664,29.494482,29.633825,29.988972,30.117712,29.732397,29.419825,29.041763,25.161161,25.634666,26.1726,26.724741,27.1021,27.515781,27.746464,27.992567,27.955967,28.069328,28.176821,28.137732,27.805073,27.638844,27.609768,24.785379,25.469053,26.050028,26.683947,27.051289,27.465996,27.909595,28.386963,28.770483,29.015461,29.257801,29.196095,29.071531,28.943375,28.486464,17.725437,18.195957,18.594383,19.339817,19.517826,19.862806,20.140232,20.651356,21.404173,21.536802,21.626005,21.490946,21.572668,21.633253,21.911549,24.584263,25.666958,26.359903,26.852173,27.521008,28.10047,28.26899,28.63983,29.562803,29.788708,29.946617,29.725557,29.897087,29.833771,29.924042,23.426107,23.770609,24.222874,24.74474,25.110245,25.558308,25.785473,26.253752,26.627359,27.137959,27.622036,28.119123,28.086796,28.109446,28.183931,25.015766,25.270769,25.486454,25.317129,25.465736,25.885368,25.728449,26.205603,26.052725,25.509335,25.4673,25.589493,25.068409,24.730686,24.567053,21.796087,22.054798,22.258389,22.642817,22.901716,23.428682,23.810287,24.318699,24.584225,24.940233,25.429052,25.899496,26.040545,26.293612,26.517057,25.269705,25.736662,26.275713,27.126646,27.323917,28.449219,29.43766,30.164423,31.26128,31.588285,31.61627,31.027763,30.524471,30.180355,30.246178,22.761812,23.458969,24.113317,24.718464,25.31811,25.499451,25.768398,25.82708,25.749704,25.614115,25.989199,26.106709,25.883938,25.649542,25.735048,24.672577,25.285673,25.873205,26.519224,27.061331,27.576653,27.855005,28.365385,28.699619,29.041922,29.243427,29.103914,28.893173,28.647179,28.433708,24.296982,25.203514,26.286146,26.998695,28.001816,28.308205,28.511063,28.824238,28.95867,29.251158,29.598471,30.083143,29.922876,29.96414,30.068853,24.98048,25.364521,25.979351,26.544167,26.854113,27.458481,27.774113,28.176796,28.326038,28.659311,28.896391,29.167873,28.971069,28.963413,28.996307,28.051672,28.56814,28.914803,29.547491,29.923895,30.211517,30.235826,30.445665,30.367771,29.872856,29.942837,29.774284,29.060762,28.56974,28.138924,26.052471,26.627367,27.234793,27.856892,28.016207,28.59631,28.941525,29.304604,29.46806,29.835749,30.177599,30.108044,29.514322,28.942013,28.323729,25.088215,25.988657,26.892836,27.715475,28.19676,29.212614,29.832462,30.515354,30.810524,30.86693,31.292599,31.233238,30.893187,30.574888,30.245649,20.439627,20.844912,21.341433,21.826918,22.227598,22.532211,22.692173,22.892166,23.034693,23.322777,23.61941,23.946682,24.001888,24.050613,24.207355,27.230526,27.566204,28.052473,28.389215,28.697889,28.925463,29.390408,29.613871,29.771284,30.144852,30.149233,30.215921,29.847155,29.876656,29.569471,23.731964,24.391512,25.07873,25.762138,26.258448,26.906788,27.315002,27.755547,27.66633,27.708408,28.189463,28.127918,27.588326,27.514437,27.449835,23.878313,24.376139,25.106747,25.726068,26.249763,26.715405,27.098673,27.310572,27.351894,27.421942,27.366234,27.276695,26.724737,26.169672,25.857994,23.695494,24.304754,25.011536,25.63776,26.273516,26.851973,27.523962,28.119234,28.48033,28.818121,29.073986,29.158613,28.979057,28.677427,28.408791,23.835983,24.162033,24.589794,25.052347,25.364145,25.492958,25.575104,25.758596,25.781832,25.90844,25.92935,25.887753,25.517759,25.340328,25.322622,25.071457,25.966549,26.919767,27.935389,28.429096,28.764652,29.472685,30.018393,30.374231,30.626186,31.129765,30.928961,30.986246,30.735203,30.675354,14.554214,15.036275,15.532899,16.431976,16.172554,16.823256,17.006544,17.397217,17.272076,17.440369,17.540997,17.23407,16.520197,16.021233,16.009327,20.95212,21.933033,22.995401,23.666225,24.467817,24.839952,24.953737,25.131887,25.336765,25.491619,25.600424,25.771935,25.454374,25.366329,25.448772,27.956322,28.94614,29.653999,30.326027,31.263134,31.780085,32.335514,32.928612,32.969299,32.879112,32.962509,32.247387,31.819227,31.526291,30.684017,21.41997,22.384798,23.069075,23.852774,24.405333,24.697279,24.987165,25.269047,25.380972,25.773907,26.118872,26.463741,26.060665,26.281488,26.102755,25.953606,26.556116,27.084118,27.658384,28.271706,28.868856,28.998968,29.586628,29.455402,29.562708,29.555815,29.389027,29.250816,28.925919,28.893127,26.732674,27.68577,28.358337,29.274963,30.227638,30.457777,30.750761,31.051857,30.544689,30.498005,30.544647,29.982912,29.565603,28.785873,28.584162,24.315557,25.265345,25.819706,26.595514,27.351501,28.003481,28.637171,29.05888,29.446894,29.975849,30.110744,30.154354,30.020678,29.842985,29.651117,19.502895,19.860182,20.365419,20.796555,21.186136,21.607662,21.912722,22.24995,22.331541,22.53278,22.712168,22.82559,22.553261,22.484928,22.381113,26.414171,27.083445,27.794802,28.640369,29.112547,29.994375,30.474085,30.816578,31.054773,31.01651,31.282679,31.707075,31.196604,30.858263,30.899345,23.617695,24.118795,24.723848,25.380129,25.967106,26.385719,26.733871,27.071404,27.176634,27.477243,27.683151,28.018755,27.952173,28.049124,28.098333,22.93021,23.382101,23.787479,24.563639,25.015684,25.482616,25.873808,26.272905,26.582579,27.182671,27.319489,27.279749,27.050701,26.882978,26.713348,21.242317,21.798359,22.398056,22.899775,23.471062,23.850334,24.223003,24.517641,24.825026,24.93157,25.157467,25.301971,25.177673,25.130154,25.103167,24.923443,25.583086,26.105087,26.811024,27.534584,28.021214,28.483217,28.917822,29.166443,29.589405,29.889685,30.215942,30.195862,30.137196,30.188084,22.5557,23.150198,23.848152,24.632248,25.260586,25.904909,26.232983,26.572338,26.813629,27.125042,27.435966,27.861877,27.782011,27.632797,27.54818,24.419638,25.053793,25.808773,26.456768,26.850307,27.357737,27.883989,28.412638,28.588877,28.845045,29.255444,29.512527,29.180244,29.158249,29.0485,22.341555,22.854641,23.572416,24.15609,24.6497,25.129616,25.406487,25.89744,26.043573,26.204317,26.473087,26.744059,26.631821,26.559597,26.538042,23.567217,24.281052,25.255289,25.856327,26.071447,26.74358,27.132166,27.530977,27.625263,27.846777,28.121883,28.075006,27.546417,27.044306,26.655468,23.462555,23.957802,24.524187,25.074896,25.694942,26.176374,26.665541,27.148325,27.372637,27.833244,28.050169,28.325975,28.158886,27.997822,27.872801,25.132317,25.650375,26.134121,26.829323,27.156342,27.88043,28.499626,29.244461,29.634947,30.108389,30.64138,30.890829,30.839804,30.827681,30.826241,24.193638,24.660778,25.155228,25.668472,26.038855,26.487694,26.893021,27.339203,27.525747,27.781784,28.053844,28.41539,28.212557,28.204075,28.140587,25.511847,26.139677,25.899389,26.66111,26.956194,27.282181,28.109253,28.562126,28.799019,28.93849,28.553045,28.073433,27.427599,27.059242,26.347473,26.981915,27.560013,28.014929,28.364313,28.59585,29.116791,29.219231,29.131968,29.084597,29.075855,29.138214,28.873713,28.20052,28.028757,27.795462,22.636936,23.043688,23.896105,24.378452,25.180695,26.471964,27.149115,28.259882,28.761774,28.8894,28.956306,28.307978,28.450569,27.933641,27.780476,21.579479,21.795368,22.152983,22.654669,23.052189,23.363695,23.574009,23.798313,24.041967,24.654339,25.220814,26.007023,26.283077,26.516888,26.752222,22.748442,23.210871,23.828762,24.576426,25.149158,25.854179,26.14753,26.586983,26.933765,27.052605,27.239906,27.370584,27.23237,27.460457,27.272522,20.476196,20.912306,21.533667,22.075153,22.591913,22.958576,23.206528,23.554813,23.731569,24.102333,24.410538,24.817987,24.92746,25.109751,25.248905,24.828001,25.664026,26.600765,27.728771,28.464621,28.810194,29.503241,29.888052,30.392391,30.717113,31.025753,30.68285,30.519258,30.193201,30.206686,25.936472,26.779015,27.664787,27.994078,28.753826,29.341093,29.703119,30.047056,29.849625,30.229399,30.402847,30.635571,30.565384,30.183788,29.949036,21.475353,21.802385,22.111286,22.534649,22.648314,22.739815,22.627125,22.735569,22.552023,22.531851,22.540703,22.244633,21.988472,22.092823,22.266548,22.009186,22.656099,23.316565,24.034208,24.435974,24.880991,25.350962,25.736914,26.024517,26.129173,26.294678,26.296482,26.056089,25.996613,25.838942,25.782591,26.011335,26.503675,26.954762,27.395519,27.867672,28.293594,28.817099,28.903442,29.202402,29.546669,29.588842,29.262548,29.11154,28.952646,23.678198,24.272551,24.858734,25.573099,26.046757,26.439594,26.916864,27.150393,27.163803,27.237679,27.490505,27.677759,27.502781,27.399612,27.299309,24.331799,24.877163,25.077108,25.602531,26.083458,26.463779,26.812914,27.248781,27.36429,27.937222,28.465843,28.895096,28.941362,29.097122,29.186729,27.228725,27.57884,28.136646,28.464676,28.801399,29.030806,29.050186,29.405556,29.45715,29.652557,30.173094,30.118233,29.497587,29.108515,28.897985,27.036461,27.498034,27.979275,28.999594,29.433498,29.64657,30.938292,31.541067,31.455399,32,32.182438,32.986111,32.326283,31.30545,30.309454,23.699966,24.759741,25.582838,26.17198,26.780933,27.732521,28.453087,28.68771,28.974337,29.379761,29.506418,29.447247,28.797096,28.195927,27.99964,19.51606,20.078283,20.558941,21.085409,21.744255,22.416605,22.581608,23.073471,23.678646,23.755486,23.335827,24.014338,23.77364,23.710146,23.752554,27.968037,30.330673,32.201405,34.390244,34.469696,37.516171,36.707153,37.401573,39.322914,36.055275,36.970474,35.041718,31.733915,30.872482,29.45055,26.213863,27.005005,28.397951,29.091177,29.551569,30.300751,30.815203,31.642813,32.307693,32.425667,32.665112,31.539288,30.461866,29.325993,28.801325,24.311785,25.208467,26.724976,27.225641,27.937422,29.546946,30.033112,30.000002,29.924002,29.90118,30.444443,30.28371,28.598129,27.71908,27.127003,28.398928,28.538708,29.153019,29.743832,30.177799,31.733593,32.708858,33.419556,34.490009,33.792049,33.790649,32.35725,30.310041,29.046368,29.127518,22.660856,23.542162,24.153891,24.835039,25.528234,26.24,26.481432,26.784817,27.039326,27.224731,27.185122,27.142548,26.564121,26.083368,25.747616,19.777296,20.179255,20.742767,21.10223,21.328558,21.872896,22.135319,22.436949,22.635664,22.842052,22.954802,22.981419,22.549824,22.110014,21.9368,27.478695,27.70443,28.484848,28.527407,29.757631,30.063868,30.628273,31.336292,32.210579,32.226418,32.422951,31.950417,31.126331,30.188679,29.626751,22.218365,22.628893,23.275709,23.920145,24.276209,25.036388,24.801624,25.277161,25.560791,25.79237,25.902134,25.24198,24.938084,25.038227,25.434315,26.601856,28.90625,29.105839,29.575535,29.476583,30.15123,31.156984,32.484074,34.37191,33.41584,33.781189,33.021954,31.482311,29.589632,28.242075,25.991678,26.716917,27.818489,28.304028,28.870171,30.245472,29.691141,31.000292,31.181557,31.739252,31.864408,30.57036,30.912289,29.688248,28.929541,23.0124,23.667536,24.64205,24.246988,25.21772,26.475096,27.995256,28.485817,30.121458,31.633932,31.875526,31.816248,31.255266,29.711658,29.518581,23.640167,24.239544,24.95739,25.540373,25.891277,26.928106,28.201708,29.505495,30.602009,30.96973,31.412428,31.214529,30.729467,29.790291,29.848131,21.235624,22.203903,23.595192,24.352774,25.156515,25.897867,26.086956,26.6,27.764841,28.954502,29.770079,29.892603,28.870541,28.516319,28.82213,22.976501,23.469389,24.328766,25.388027,26.191843,27.091867,28.383234,29.461077,30.303032,28.605915,30.367735,29.257143,29.007212,28.50853,28.719913,18.263885,18.991261,19.570702,20.250586,20.412697,20.995361,21.494576,22.169962,22.471121,22.91861,23.08519,22.844238,22.127045,21.472853,21.048363,27.0194,27.524254,27.973324,28.384443,30.045696,30.396307,31.917429,32.041969,32.581966,33.764069,34.283318,33.078556,31.878477,31.070826,31.043259,25.805271,26.843102,27.944574,29.557796,30.699327,31.83803,33.170532,33.991768,34.164589,33.8843,33.650269,32.757168,31.719744,31.121782,30.49308,27.030033,27.501881,28.057554,28.406021,28.369066,28.759182,29.220024,30.110935,30.697861,30.270052,31.23987,29.90099,28.414873,26.378986,26.204819,25.110132,26.395174,27.248169,27.782042,29.282406,30.248398,31.008369,31.510204,31.665977,31.594324,31.833061,31.439083,31.375769,31.409729,31.270626,24.041962,24.55838,25.3806,26.185793,27.065027,28.221273,29.355061,29.953703,30.464676,31.120232,31.766418,30.741192,30.485722,29.796017,29.238628,25.434784,26.200089,26.165686,26.2645,26.528692,27.000963,27.998018,28.769154,28.400002,28.98477,29.854492,29.187817,28.40909,28.372093,27.333334,25.071272,25.503927,26.116302,26.508957,27.447521,28.178879,28.890503,30.018621,30.401495,31.565233,31.18977,30.178701,28.897732,27.790972,27.439127,22.465267,22.155867,22.782503,22.86149,23.71554,25.374561,26.136362,26.803776,27.413261,27.570423,28.033022,27.325371,27.022127,27.408215,27.542526,24.903879,25.411722,26.475754,26.901834,27.695599,27.96714,29.212502,29.301447,29.654705,29.144341,28.215122,27.598005,26.954449,25.720142,24.347431,27.958706,28.862974,30.174864,30.973839,32.096558,33.272831,33.774384,33.980255,34.515366,34.3228,34.279354,33.058033,31.690142,30.785475,29.540003,24.962196,25.965816,27.741331,29.325962,31.148512,32.96677,34.312191,34.965874,35.949368,36.448154,36.547138,35.62537,34.254467,33.534672,32.329113,22.556452,23.911228,24.687437,25.729254,26.66325,27.345949,27.919722,28.308626,28.356308,28.569317,28.56884,28.104597,27.947363,27.281498,26.507559,24.362265,25.026413,25.135788,25.939232,26.301855,26.520466,26.809258,27.120584,27.41507,26.576153,27.440838,26.946331,26.324219,26.493895,25.869318,26.187246,26.495249,27.222544,27.625772,28.214914,28.841608,30.051971,30.477964,31.045341,32.108627,33.194622,32.387474,31.310839,30.406506,29.783037,29.985374,30.718956,32.656174,33.950619,34.597404,35.762978,36.929684,36.621986,36.220043,36.008678,37.663044,36.112614,35.422344,34.279594,33.170994,24.772991,25.549189,26.433006,27.271616,28.21464,29.225128,30.375031,30.837177,31.50832,31.848251,31.994608,32.195583,31.717396,31.281406,30.523214,22.739962,24.186552,24.207996,25.227222,25.528091,26.330149,26.832045,27.266485,27.607504,28.320629,29.348326,29.116238,28.465679,27.702703,27.747377,22.498125,23.616985,24.336246,25.607962,26.364508,27.283144,27.898745,28.922262,28.913767,29.749294,29.435343,29.359632,29.050955,28.343864,27.609428,22.593788,23.296328,24.304363,24.892998,26.122236,26.932409,27.5,27.870274,28.289589,29.505524,30.382776,29.697306,28.93679,28.724953,28.765863,25.240479,25.950607,27.007013,26.996046,28.088995,29.29734,29.331732,30.848862,31.294514,30.46875,30.480421,29.991982,29.388714,28.833652,29.092321,20.026747,21.016796,22.064056,22.827137,23.654804,24.58107,25.941074,26.904377,28.014315,28.823093,28.833681,28.86389,28.488625,28.125385,27.36643,18.714308,18.989649,19.371346,20.110334,20.73135,21.298397,22.216515,22.720961,23.231956,23.684593,23.918484,24.070671,23.800905,23.467995,23.301302,25.799032,26.365742,27.487591,28.311501,29.187193,29.188004,30.303768,30.219374,31.146305,31.889259,32.378448,32.211411,31.25321,31.277418,30.545639,28.495888,28.823889,29.918802,30.179028,31.071192,31.96224,33.449478,32.147938,31.458178,32.690884,33.792049,31.454685,32.050278,31.435078,31.670444,16.232025,17.29435,17.449829,17.456419,17.733627,17.997063,17.671165,17.904251,18.639488,18.795357,19.307526,19.962379,20.390356,20.538721,20.532915,27.631578,28.704941,30.789825,29.166666,31.967215,32.103825,33.467743,35.724335,36.438354,34.958218,37.741047,37.292816,35.564304,34.078945,32.203392,21.461147,22.477106,23.342566,24.319023,25.191889,25.856823,26.37681,26.816536,26.934761,26.914993,26.845112,26.580568,25.524488,24.595938,23.745491,24.932976,25.846294,26.052385,26.833885,27.8463,28.021183,29.318853,29.521412,30.918369,32.797928,31.82276,30.708662,30.977444,30.510204,30.107529,23.278658,24.196825,25.008129,25.7859,26.672962,27.205187,27.970636,28.808201,29.175476,29.344568,29.422075,29.471428,29.23539,28.839233,28.209124,24.492653,25.739006,26.309963,27.168951,27.77125,29.418886,30.523256,32.413792,33.706356,33.586761,34.192974,32.911392,32.902111,33.071213,32.767624,21.769911,23.046547,23.636801,24.047276,24.434336,25.381746,26.233482,26.304399,27.546892,28.363905,28.202911,28.777336,28.592686,27.928257,27.632395,24.324106,25.275719,26.264412,26.714069,27.387774,28.112381,28.780106,29.520035,29.975212,30.933453,30.899738,30.689032,29.94841,29.029932,28.497128,19.327316,20.200529,20.772068,21.504379,21.71771,22.371195,22.783045,23.210457,23.400375,23.219238,23.116938,22.642712,21.762749,21.177492,20.835251,24.339771,24.989767,25.990824,27.119726,27.762163,28.405098,29.7911,30.646282,30.613686,31.128035,31.255945,31.175911,30.549038,30.666348,30.473232,23.998985,24.890362,25.880682,26.800304,27.747921,28.416018,28.655205,28.719521,28.779625,28.611364,28.480846,27.298063,26.110071,24.982241,24.214884,23.490868,23.741007,24.179459,24.638042,24.98941,25.653881,25.961908,26.424417,26.946943,27.596491,27.863398,27.975168,27.865557,28.106781,28.032997,22.567663,23.177574,23.755507,24.316223,24.935877,25.459242,25.88459,26.217005,26.504826,26.822699,27.24542,27.405792,27.169155,26.889446,26.606884,23.121025,23.584475,24.106853,24.639189,24.979187,25.516514,25.934135,26.247574,26.462177,26.781729,27.097332,27.150229,26.999512,26.992584,26.952999,23.704784,24.396292,25.059223,25.679138,26.332708,26.850679,27.442837,27.854458,28.274704,28.634432,29.077482,29.332634,29.300476,29.184961,29.16238,18.066875,18.196104,18.362486,18.617512,19.331015,19.364807,19.610193,20.119497,20.191801,20.440125,20.639185,20.948519,21.107347,21.526562,21.623251,22.138742,22.890522,23.533508,24.387424,25.132805,25.692066,26.334881,26.82428,27.227242,27.748066,28.165611,28.616949,28.440327,28.455357,28.217476,25.086931,25.627672,26.281422,27.001238,27.5893,28.149796,28.680696,29.162289,29.673376,29.954996,30.326086,30.471703,30.108562,29.857466,29.515659,22.532068,23.261515,23.810183,24.535326,25.161949,26.016167,26.523663,27.325243,27.843199,28.35047,28.795952,28.993845,28.838488,28.65086,28.322517,21.82843,22.312054,22.95546,23.518024,24.038309,24.605967,24.994183,25.399235,25.752995,26.198133,26.545858,26.708067,26.615822,26.547241,26.364363,25.777267,26.193848,26.772249,27.079285,27.535242,28.532181,29.098516,29.443947,29.983791,30.563337,31.024307,31.203711,30.913481,30.568413,29.979792,24.706608,24.931494,25.198572,25.472775,25.651461,26.374016,26.630514,26.994293,27.221022,27.751148,27.992504,28.54814,28.515842,28.293327,28.404728,24.447979,24.977921,25.466213,26.051441,26.435846,26.680201,27.118462,27.360561,27.540817,27.85528,28.05135,28.215736,28.026211,27.776072,27.594847,22.72477,23.233339,23.87849,24.53401,25.053263,25.773937,26.48003,27.018309,27.564308,28.236443,28.786867,29.121164,28.971302,28.851408,28.849659,22.26988,22.684357,23.300522,24.087273,24.477224,25.172953,25.704134,26.322342,27.039572,27.709934,28.416407,28.543482,28.176081,27.962866,27.827126,24.329752,25.030079,25.709967,26.40901,27.07386,27.823725,28.353378,28.959352,29.285786,29.730055,29.973099,30.248451,30.060785,29.904467,29.768839,24.07962,24.262339,24.705914,25.343275,25.881189,26.263952,26.787006,27.433842,27.811003,28.220078,28.452883,28.654623,28.462019,28.333107,28.062788,24.408995,24.709345,25.093472,25.537798,26.011446,26.425245,27.069277,27.396154,27.669277,27.88871,28.210348,28.473103,28.360615,28.226599,28.037891,22.340097,22.98889,23.693741,24.420244,25.102509,25.839615,26.525879,27.00432,27.408577,27.892229,28.274036,28.559717,28.384546,28.186432,28.030161,23.304123,23.923931,24.477938,24.897537,25.356901,25.883461,26.463989,26.811457,27.031317,27.450832,27.735615,28.093258,27.879158,27.669048,27.601263,24.069334,24.680656,25.3543,25.996584,26.432314,26.876488,27.259027,27.5439,27.61274,28.000513,28.102648,27.876833,27.624125,27.376663,27.200333,23.486252,23.006254,22.845797,22.916573,23.066475,23.740723,24.531902,25.173676,25.812471,26.63995,27.166903,27.437492,27.400663,27.266445,27.283249,25.648365,26.158773,26.81496,27.494822,28.16301,28.733189,29.377472,29.807642,30.063295,30.326262,30.716232,30.677341,30.293995,29.836634,29.45294,23.991577,24.006495,24.055506,24.290125,24.53224,25.009909,25.687033,26.134417,26.566177,27.088404,27.505791,27.795538,27.717812,27.569393,27.559296,24.116512,24.79336,25.347197,25.74341,25.897438,26.081198,26.362404,26.643145,27.031422,27.332434,27.60734,27.728563,27.575684,27.665865,27.452072,20.229977,20.739506,21.319693,21.814928,22.343245,22.845381,23.236797,23.518641,23.747812,23.990055,24.257374,24.416962,24.247425,24.161207,24.062452,22.708057,23.384478,24.257835,24.906843,25.653973,26.318857,27.098284,27.778038,28.340345,28.73184,29.056225,29.486122,29.330444,29.139418,28.670376,24.317713,24.831543,25.129492,25.711531,25.9757,26.186558,26.973194,27.229881,27.522018,28.000128,28.050396,28.091919,27.790937,27.707216,27.619865,26.80661,27.545965,28.180929,28.713915,29.262587,29.81819,30.296574,30.866634,31.207592,31.575457,31.874144,32.023903,31.601658,31.350401,30.98864,23.665609,24.029858,24.311554,24.672686,24.858789,25.285648,25.816914,26.202885,26.466602,26.829737,27.208317,27.224054,27.002415,26.900192,26.6112,24.13793,24.554577,25.00061,25.297779,25.966068,26.683353,27.174877,27.70472,27.9079,28.256548,28.743786,29.013723,28.775173,28.766914,28.616541,21.626207,22.265049,23.014692,23.642803,24.303993,24.928303,25.496296,25.948503,26.265251,26.605904,26.964346,27.190304,26.966185,26.805565,26.602194,22.697382,23.149281,23.674896,24.099401,24.664093,25.299994,25.822807,26.331779,26.676563,26.95694,27.471998,27.592731,27.232563,27.207115,27.104954,21.40398,21.875099,22.189034,22.711084,22.793362,23.165432,23.779705,23.941864,23.97205,24.303247,24.58132,24.948935,24.679184,24.453543,24.387405,25.892521,26.753607,27.084642,27.590302,28.493946,29.207268,29.625664,30.092447,30.278761,30.680958,31.083212,31.266216,31.145767,31.156454,31.097836,22.274395,23.118225,23.630619,24.351332,24.981045,25.700113,26.283333,26.71689,27.3148,27.741686,28.095509,28.274811,28.10886,27.929338,27.851686,22.95034,23.421721,23.972095,24.590126,25.038427,25.603369,25.756392,26.050859,26.528603,26.671717,26.835653,27.172461,27.257515,27.148735,27.217907,25.122074,25.516659,26.060099,26.787636,27.028519,27.441669,27.800116,28.237814,28.487009,28.932487,29.294613,29.764208,29.461756,28.926485,28.759581,17.903147,18.088181,18.35948,18.715111,19.117718,19.349026,19.902935,20.398796,20.790407,21.095211,21.469019,21.560652,21.511116,21.443153,21.478962,22.014393,22.571285,23.061903,23.737635,24.410524,25.108124,25.595129,26.225742,26.684519,27.278509,27.655825,27.999596,27.758091,27.748894,27.68169,23.157539,23.425159,23.862875,24.577251,25.141558,25.756573,26.241135,26.608133,27.074539,27.549448,27.966816,27.997828,27.694878,27.578121,27.418863,26.052427,26.648685,27.230171,27.757135,28.283224,28.74065,29.163837,29.433495,29.664663,29.971504,30.321487,30.550797,30.199888,29.966318,29.568851,23.097628,23.681932,24.080742,24.468828,24.995258,25.627121,26.053316,26.183514,26.352158,26.784096,27.024988,27.279102,27.052052,26.766283,26.766426,24.851021,25.506485,26.186953,26.943388,27.555756,28.26086,28.827404,29.139038,29.321369,29.78813,30.135897,30.410183,30.20825,30.004574,29.949829,24.654144,25.120634,25.519428,25.935333,26.355579,26.640629,26.938757,27.143494,27.21903,27.443472,27.819815,28.122795,28.019253,27.913061,27.973572,23.99773,24.473438,25.105789,25.683895,26.226944,26.685026,27.12167,27.482063,27.861223,28.287241,28.459337,28.709469,28.460535,28.219627,28.138742,23.429888,24.358444,24.75428,25.232939,25.817892,26.433813,27.068537,27.416908,27.819582,28.248831,28.726122,29.044634,28.851191,28.703094,28.493265,23.390099,24.046713,24.763384,25.308821,25.918697,26.551092,27.167219,27.725554,28.016371,28.548023,28.869892,29.076853,28.864056,28.709829,28.592609,21.846148,22.447153,23.141953,23.78035,24.426544,24.991985,25.555042,25.993868,26.271826,26.604429,26.965034,27.163687,27.07678,26.871351,26.783245,22.716198,23.261127,23.826439,24.44776,25.261417,25.796764,26.260599,26.571051,26.87487,27.460613,28.20743,28.497446,28.568768,28.509644,28.379271,23.846382,24.47192,25.278065,26.002003,26.704693,27.347782,27.972225,28.491329,28.837364,29.193502,29.535059,29.726574,29.454937,29.226824,28.953955,23.627428,24.174679,24.913881,25.613209,26.211178,26.867065,27.468534,27.906206,28.137344,28.607306,28.898048,29.093969,28.957064,28.867514,28.600359,24.566559,24.989798,25.416187,25.959768,26.560276,27.261703,27.773792,28.394609,28.80702,29.372465,29.768471,30.054886,29.989519,29.869982,29.713064,25.277922,25.922403,26.251877,26.423788,27.11648,27.848906,28.338846,28.523632,28.936857,29.028187,29.222996,29.800877,29.392078,29.316294,29.409241,21.352627,22.259241,23.152069,23.968561,24.659445,25.24715,25.828606,26.544878,27.056213,27.526617,27.904297,28.13105,27.83967,27.538507,27.364021,24.945715,25.414906,25.881964,26.395327,26.800299,27.260643,27.671818,28.084793,28.318851,28.572264,28.869522,28.821733,28.53721,28.197369,27.926327,27.260744,27.907593,28.541916,28.708134,29.140476,29.880211,30.199757,30.404764,30.088318,30.30118,30.349556,30.049595,29.90943,29.586449,29.239603,23.019684,23.546808,24.143753,24.644127,25.224072,25.758209,26.295757,26.621931,26.906952,27.257919,27.504444,27.583036,27.266996,26.981152,26.865158,25.033459,25.471825,25.742441,25.721714,25.961664,26.68244,27.361906,27.841845,28.409693,28.899357,29.477537,29.811769,29.480579,29.390514,29.171175,24.386257,24.859732,25.319374,25.838205,26.274797,26.874033,27.282196,27.572489,28.113083,28.441286,28.922483,29.247957,29.072294,29.050615,28.984144,22.730492,23.26363,23.836617,24.443325,24.966993,25.596294,26.089535,26.544411,26.862612,27.267746,27.43029,27.668507,27.655956,27.610741,27.378819,21.207827,22.833225,24.082981,25.328741,26.874304,28.057707,29.707169,30.970303,31.93885,33.073929,34.009701,33.897961,33.550556,33.754547,33.331017,26.874557,27.614286,28.457918,29.224031,29.672314,30.54361,31.212027,31.786999,32.105213,32.594341,33.029652,33.061283,32.347179,31.997761,31.603039,24.107452,24.753506,25.475666,26.072308,26.581829,27.27915,27.790155,28.198633,28.408745,28.887531,29.023033,29.42268,29.136839,28.952858,28.811329,22.487463,23.144728,23.771984,24.456272,25.486231,26.235321,26.745695,27.067057,27.283541,27.733635,28.185146,28.661716,28.595629,28.507515,28.593708,23.483185,24.182331,24.871567,25.264029,25.745625,26.167995,26.172956,26.506069,26.542183,27.008659,27.365911,27.610407,27.3416,27.270311,27.364305,21.601416,21.897364,22.39242,22.637836,23.147007,23.919573,24.735922,25.484377,26.200327,27.131351,27.66625,28.035488,28.0695,27.985758,27.917667,22.419085,22.852547,23.469131,24.093451,24.775154,25.338957,25.94994,26.430744,26.888454,27.240023,27.574263,27.659836,27.426586,27.376186,27.257992,24.515703,25.021803,25.521872,26.104597,26.799334,27.270805,27.77895,28.298208,28.621626,28.941166,29.342184,29.51651,29.169056,29.095617,28.879362,20.696404,21.452829,22.290218,23.065193,23.99654,24.653717,25.424803,26.20281,26.844612,27.536652,28.003132,28.570599,28.606527,28.433558,28.18219,24.183372,24.800488,25.288439,25.827671,26.284603,26.847734,27.255444,27.471947,27.73056,28.08839,28.38851,28.580713,28.21207,27.878428,27.606344,23.765083,24.52194,25.161707,25.879908,26.575062,27.115297,27.565598,27.972464,28.299967,28.667387,28.925598,29.370531,29.127342,28.966051,29.068274,23.150845,23.880043,24.664879,25.213646,25.89052,26.573992,27.249168,27.728962,28.201818,28.69313,28.847609,29.139509,28.908276,28.812346,28.526432,22.858984,23.487003,24.032446,24.642941,25.331671,25.579395,25.786549,25.933355,26.162285,26.423189,26.682264,27.059433,26.906685,26.894512,26.852545,22.465351,23.100246,23.988638,24.659517,25.336605,25.894838,26.462391,26.739862,26.937532,27.525177,28.027603,28.246386,27.972591,27.788725,27.522377,21.865177,22.298714,23.06918,23.721445,24.463528,25.15904,25.76631,26.278305,26.677317,27.287043,27.59347,27.989197,27.896183,27.817022,27.875853,24.110668,24.710373,25.393307,25.975721,26.539904,27.117937,27.60939,27.971992,28.185745,28.519444,28.856098,29.097601,28.71958,28.474474,28.24155,23.176346,23.824083,24.490059,25.158714,25.813293,26.463913,27.046782,27.552799,27.943569,28.409529,28.836981,29.084524,28.849279,28.63398,28.503872,24.959541,25.472006,26.110193,26.735601,27.35128,27.937466,28.477461,28.868946,29.128473,29.396564,29.741922,29.958555,29.645756,29.397892,29.21488,23.704184,24.292864,24.973021,25.544748,26.152164,26.798216,27.314108,27.700489,27.869896,28.267303,28.548119,28.766294,28.48834,28.209274,27.761009,21.319366,21.766724,22.616449,23.197134,23.782711,24.384478,24.756632,24.990984,25.479784,25.833044,26.106129,26.404472,26.673227,26.817074,27.015804,23.060045,23.897385,24.485968,25.095602,25.731533,26.230181,26.804581,27.198273,27.301805,27.813789,28.096035,28.040705,27.630754,27.742842,27.607059,23.040936,23.61561,24.694096,25.211161,26.187256,26.694092,27.042025,27.708977,28.092476,28.462223,28.803577,29.266474,29.882887,29.703491,29.627947,21.919291,22.399628,22.920731,23.326702,23.853916,24.369946,25.114887,25.689619,26.190086,26.844543,27.381891,27.753887,27.795305,27.903505,27.972284,25.245329,25.797573,26.624414,27.235933,27.906681,28.369066,28.916281,29.182529,29.374596,29.731474,30.095812,30.108837,29.647694,29.350359,29.165304,22.81316,23.359278,23.899578,24.425341,24.908159,25.538057,25.925278,26.375368,26.555273,26.950466,27.313217,27.367943,26.959145,26.64175,26.434656,23.054161,23.663811,24.415411,25.203211,25.860687,26.731697,26.985241,27.187792,27.560905,28.057972,28.568003,28.784653,28.54023,28.36622,28.214497,21.363213,21.954218,22.505442,23.047237,23.48871,23.998781,24.577892,25.134691,25.478348,25.875708,26.205957,25.806299,25.156635,24.810175,24.415976,22.805101,23.355421,24.065226,24.666901,25.346951,26.117441,26.582781,27.086636,27.316492,27.636459,28.018232,28.125689,27.767944,27.563534,27.585434,21.810659,22.278564,22.551832,22.755886,23.17384,23.552794,24.177357,24.533453,24.903786,25.603951,25.655348,26.288452,26.09848,25.946579,25.870085,25.24671,25.889095,26.823887,27.338251,27.450302,28.759199,29.810249,29.957279,30.598078,31.423456,31.633013,31.448326,31.361786,30.408653,30.295185,24.52243,24.848001,25.448109,25.44908,26.028761,25.986889,26.38978,26.618502,26.898733,27.276581,27.227896,27.20187,27.207672,27.042887,26.689774,24.109306,24.783455,25.031155,25.405598,26.304466,27.347818,28.110266,28.271406,28.473103,29.198132,29.216068,28.543516,27.875313,27.858177,27.32081,21.120493,21.703365,22.187468,23.058537,24.160389,24.202391,24.286427,24.15008,23.780514,24.721714,25.279469,25.293381,24.969734,24.489277,23.991909,21.498453,21.896769,22.455503,23.302965,22.497353,22.904436,23.476809,23.721899,24.028622,24.15938,24.31484,27.842491,27.349558,27.180901,26.829021,22.464758,23.033602,23.568359,23.859367,24.393591,24.613016,24.670979,24.969021,25.103128,25.108103,24.977686,24.972181,24.575861,24.169327,24.072699,22.205946,22.690973,22.988623,23.357021,23.824228,24.375042,24.894281,26.041815,26.296658,26.334906,26.340807,26.229563,25.894091,25.655375,25.609425,23.646152,23.979496,24.589376,25.114233,25.312952,25.467855,25.656132,25.701284,25.843647,26.092449,26.136255,25.847578,25.318203,24.8965,24.638163,23.290228,23.770763,24.279394,24.730667,25.046518,25.465139,25.866896,26.321325,26.484758,26.616901,26.714542,26.723385,26.308786,25.857634,25.709656,21.594934,21.840897,22.306017,22.688694,23.138376,23.388014,23.903156,24.21508,24.599174,24.883852,24.869003,24.451239,24.123007,23.906693,23.558031,24.202284,24.503792,25.001633,25.091887,25.483912,26.016792,26.628265,27.061144,27.474854,27.837641,28.078819,27.790537,27.163017,26.982334,26.606354,24.094841,25.024927,25.017157,25.265768,26.08053,27.356321,27.255054,28.06324,27.072275,26.693386,27.964386,27.529222,27.109442,26.741186,26.136362,21.773226,22.118042,22.467834,22.815428,23.173075,23.5511,23.770004,23.926615,24.001783,24.176439,24.206388,23.916388,23.464756,23.24762,23.203758,22.549509,23.061565,23.832718,24.540085,25.510204,26.554066,26.803032,26.967472,27.711052,26.920498,27.648056,26.938639,26.515409,26.333046,25.947723,17.95068,18.795959,19.406258,20.58543,20.469828,21.164356,21.63339,21.582981,22.340488,22.418135,22.340628,22.296783,22.222748,22.333332,22.215214,22.894299,23.126171,23.840328,24.506733,25.122219,25.837246,26.410622,26.78344,27.607462,27.706749,27.65683,27.965551,27.794954,27.899023,27.697077,24.330118,24.756231,24.959217,25.176439,25.815863,26.913265,27.719912,27.96101,28.578135,28.530239,28.605545,28.662291,28.302654,28.030563,27.666872,24.658184,24.995573,25.397665,25.994947,26.341702,26.871447,27.471199,27.975458,28.160194,28.239017,28.641296,28.416971,27.852568,27.589815,27.269768,20.137344,20.319653,21.004457,21.123896,21.622253,21.985622,22.468258,22.875246,22.971361,22.789913,22.720499,22.422188,21.630148,21.176552,20.992329,26.827101,27.320108,27.787727,28.146193,28.542488,28.958426,28.872993,29.12356,29.370033,29.295231,29.707405,29.417027,28.818598,28.541046,28.182301,25.689434,26.049515,26.559443,26.994133,26.851654,27.391022,27.439949,27.403433,27.40131,26.792452,27.401247,27.310926,27.356321,26.880827,25.707355,28.419754,28.498598,28.485758,28.44936,28.689346,28.922922,29.399693,29.231543,29.161512,29.222197,29.321136,29.472902,28.567919,28.177197,27.997095,22.560246,23.28253,23.787315,24.391054,24.734159,25.189165,25.719383,26.146544,26.270712,26.068111,26.115938,26.06991,25.537086,24.913872,24.43273,23.189522,23.56292,24.229221,24.63056,25.317347,25.700468,26.312893,26.417023,26.611937,26.872599,26.704895,26.627457,26.486763,26.146587,25.760052,23.310053,23.815859,24.227367,24.595469,25.145847,25.611094,26.201895,26.58695,26.990953,27.338171,27.779575,27.830109,27.442518,27.086243,27.148289,22.89838,23.45948,24.020887,24.276169,25.475046,26.262838,26.932186,27.973234,27.990431,28.947369,30.172031,29.234493,28.527063,28.444839,27.869215,22.468563,22.633186,22.747068,22.854258,23.511856,24.186123,24.619709,24.642857,24.629032,24.772837,25.816309,25.751909,25.61479,24.88629,24.459263,21.057457,21.598478,22.943296,22.888739,24.659401,24.68676,25.283018,26.829269,27.272728,26.668995,26.920462,26.696215,26.048109,25.711313,25.612789,25.388748,26.016258,26.059383,25.674093,25.772005,26.604975,26.453075,26.746166,25.84362,26.217842,26.851099,26.510248,27.125067,27.184973,26.979166,24.327297,24.800678,25.385397,25.429094,25.484377,26.513348,27.050045,26.782692,26.51347,26.550266,26.389652,26.156387,25.615915,25.579777,25.566418,23.259605,23.97077,24.166546,24.774578,25.300144,25.774181,26.267656,26.4566,26.647755,26.807734,26.960924,27.031904,26.46995,25.842615,25.63007,19.683147,19.960052,20.833788,21.665075,21.87409,22.924578,23.268047,24.161762,24.383593,24.592474,24.532005,24.395971,23.855972,23.680893,23.526911,23.401741,23.968182,24.667583,25.551472,25.654047,26.407528,26.846371,27.564604,27.35643,27.327097,27.773466,28.274042,28.095388,27.879459,27.311792,24.389317,25.016659,25.584724,25.736273,26.006311,26.881413,26.762537,26.75573,26.281101,26.711571,26.939184,26.722658,26.646025,26.660601,26.344282,22.896942,23.523716,23.793148,24.400904,25.043175,25.769869,26.376026,26.667526,27.058825,26.868031,26.696083,26.582417,26.186775,25.658587,25.192266,22.535616,23.342918,23.651363,24.040703,24.790833,25.413481,25.601494,26.154369,26.579874,26.937788,26.759159,27.029711,27.115143,26.687578,26.242825,23.556515,24.388304,25.322018,25.589565,26.444107,26.358614,27.347273,28.072933,28.545914,28.491264,29.08012,29.399256,29.086823,28.077871,27.682518,22.521339,23.070414,23.600861,24.034054,24.658552,24.685068,25.302094,25.903448,26.147451,26.337967,26.629555,26.378769,26.16959,26.122335,26.135189,23.49077,23.834812,24.217215,24.588642,25.241142,25.682947,26.084658,26.433281,26.741898,26.981936,26.947742,27.209938,26.968655,26.863935,26.364183,24.291712,24.533209,25.051556,25.367287,25.691256,26.385143,27.17024,27.654892,28.258678,28.633144,28.818401,28.766644,28.708385,28.438631,28.024376,23.840786,23.853767,24.273481,24.436279,25.294348,26.2075,26.934702,26.952389,27.392153,27.641308,27.765354,27.377554,26.862049,26.696253,26.502726,25.708136,26.574465,26.923948,26.682367,27.222466,27.33923,27.652872,27.356247,27.219891,27.184156,27.536539,27.574821,26.868013,26.39432,25.811407,24.103651,24.918375,25.950512,26.615534,27.206131,27.395948,28.018078,27.881123,27.915546,27.715689,27.573093,27.57169,27.414507,27.009401,26.615501,23.491905,24.063162,24.473186,25.070631,25.581396,25.798103,26.049763,26.153103,26.22312,26.355978,26.812597,26.700956,26.479261,26.375717,26.016258,26.940098,27.30451,27.956221,28.230009,28.468645,28.772646,29.41713,29.736366,30.217522,30.64484,30.654234,30.255121,29.351851,28.456953,28.599831,24.986731,25.570955,26.299774,27.042671,27.630339,28.255861,28.366222,28.506363,28.98337,29.112083,29.349855,28.697023,27.89151,27.541325,27.043053,25.38345,25.620699,25.953585,26.468245,26.588451,26.562712,26.688019,27.033556,27.586874,27.670586,28.173981,27.8442,27.289299,27.033974,26.935274,23.929399,24.443636,25.22867,25.588009,26.055782,26.506176,27.045155,27.26466,27.154499,27.136009,27.541601,27.385912,26.954323,27.081549,26.941624,24.384041,24.674915,25.479668,25.851894,26.228216,27.024916,26.894903,27.541262,27.921486,28.078964,28.000593,27.6602,27.463495,26.989342,26.714512,22.782274,23.368093,23.882944,24.488274,24.926716,25.417587,25.894108,26.152683,26.426836,26.530556,26.522291,26.394821,25.907337,25.65307,25.28285,23.970137,24.175442,25.100752,25.850636,26.25708,26.505184,26.705635,27.277487,27.173441,27.193134,27.720543,27.955687,27.892633,27.920654,27.632607,23.811773,24.166903,24.827194,25.124975,26.032553,26.589161,26.8099,27.202675,28.021875,28.579517,28.500759,28.352165,28.140942,27.682812,27.767193,24.35605,24.464497,25.209444,25.814304,26.004192,26.636892,27.028164,27.076202,27.848101,28.088306,27.575186,27.244633,26.69595,26.541752,26.472034,21.505842,22.083641,22.580463,23.12388,23.551884,23.946325,24.326633,24.578342,24.776474,24.789242,24.791939,24.734673,24.404829,24.119055,23.955036,23.437223,23.799788,24.334496,24.866606,25.425989,25.919279,26.343023,26.456312,26.549685,26.5138,26.842028,26.94462,26.632505,26.464849,26.282036,25.554634,25.685984,26.19677,26.613396,26.965164,27.529945,28.17975,28.771856,29.313841,29.737591,30.038383,29.59798,29.31706,29.062254,28.499218,23.059553,23.163979,23.74464,24.129866,24.457424,24.706783,24.997725,25.532505,25.780514,25.985634,25.770477,25.48823,25.109407,24.701468,24.455318,25.41357,25.859705,26.670244,27.504948,28.17429,28.43948,28.18045,28.505207,28.838085,28.72154,28.714483,28.219944,28.380512,28.130119,28.085211,17.615215,17.695204,18.00362,18.321068,18.538565,18.93549,19.055813,19.76161,19.953333,20.092638,19.994061,19.466461,18.93923,18.580542,18.462112,24.835161,25.417175,25.677738,26.185116,26.732382,26.940918,27.304766,27.366739,27.520353,27.471834,27.92123,27.726397,27.321703,26.981401,26.818171,22.04962,22.385706,22.780497,23.196758,23.577515,23.872175,24.439127,24.39085,24.771717,24.928251,24.860247,24.610939,24.016722,23.686211,23.707235,22.499125,22.975748,23.239405,23.57703,24.168058,24.545076,25.067953,25.169584,25.529438,25.765919,25.899321,25.85359,25.609394,25.250452,25.042477,25.279257,25.66951,26.21418,26.666084,27.428072,28.272158,28.088507,28.034533,27.816933,28.209782,28.831863,28.921267,28.808123,28.267857,27.902588,26.09457,26.484703,27.51388,27.867329,28.476419,29.335302,29.170359,29.057592,28.703964,28.741356,28.512737,26.82093,26.580271,26.454884,26.138771,24.159815,24.343626,24.441105,24.82921,25.121096,25.771669,26.02573,26.416756,26.780653,27.006018,27.427921,27.402977,27.198597,27.043947,26.991388,23.542843,24.04628,24.633251,25.126099,25.32559,25.717503,26.171143,26.408308,26.335424,26.502281,26.828979,27.058733,26.646778,26.287689,26.094481,24.129099,24.267324,24.624716,25.062021,25.316738,25.505733,25.824282,26.311356,26.618052,26.904852,27.118683,27.374407,27.26177,27.14642,27.005392,24.109381,24.712589,25.278811,25.776478,26.174498,26.781013,27.087244,27.224182,27.444506,27.6591,27.718031,27.699604,27.208897,26.833338,26.709513,19.314518,19.969917,20.431742,20.992346,20.992231,21.717848,21.755074,22.06875,22.283638,22.113474,22.261671,22.524776,22.594299,22.491365,22.636393,22.829025,22.818645,23.719036,23.38105,23.754038,24.491966,24.886824,25.813082,26.565582,26.958582,27.498432,26.875391,26.483431,26.634541,26.704321,21.695154,22.260078,22.868563,23.443981,24.023916,24.496876,24.813309,24.983593,25.169325,25.188374,25.274605,25.265936,25.051317,24.841055,24.708452,25.47868,25.724417,26.001883,26.437601,26.810509,27.016285,27.072123,27.000305,26.985249,27.001926,27.116934,27.06646,26.713589,26.477272,26.551342,24.612652,24.940182,25.630199,25.891764,25.995468,26.556202,27.216759,27.56505,27.671253,27.814556,27.804878,27.293196,26.594612,26.269659,25.935688,22.240585,22.927301,23.579117,24.107462,24.343868,24.937656,25.433372,25.460838,25.795603,25.857338,26.3706,26.122871,25.971687,25.932867,26.222992,20.985744,21.436613,21.369154,21.69779,21.899492,22.502592,23.333334,23.274759,23.614204,23.357832,23.212681,23.25157,22.407156,22.555555,21.923574,23.253418,23.991289,24.164051,24.792944,24.964352,25.452358,25.645002,25.929085,25.790258,25.724337,25.968954,25.884052,24.956362,24.391048,24.10519,27.384228,27.825249,28.92037,29.714321,30.48181,31.169964,31.968435,32.331619,32.03458,31.778122,31.707773,31.353134,30.412209,29.593798,28.889442,21.492662,22.128653,22.285948,22.714823,23.31283,23.70557,24.270044,24.42366,24.833036,24.898701,24.999125,24.812553,24.200321,23.88287,23.506607,26.160372,26.778456,27.244801,27.805143,28.293388,28.804815,29.34351,29.721542,29.874723,30.117754,30.35042,30.339506,29.906441,29.538971,29.126194,26.721033,27.457827,28.429853,29.161518,29.761639,30.42831,30.798021,31.424847,31.630686,31.623932,31.424332,31.324915,30.597275,30.214876,29.434868,26.08287,26.737713,27.252573,27.936279,28.498442,29.076777,29.468288,30.115751,30.344042,30.659595,30.979065,31.052292,30.697817,30.266363,30.077999,27.941975,28.712009,29.284269,29.97525,30.568916,31.010448,31.553474,31.619364,31.853983,31.714201,31.652519,31.46114,30.618715,30.124527,29.481182,25.796906,26.663282,27.433136,28.324423,28.973501,29.72073,30.023531,30.071501,29.902342,30.228865,30.703604,31.016973,30.623215,30.256954,29.863586,29.55094,30.051765,30.757862,31.814238,32.033997,32.632969,33.439407,34.213928,34.315174,34.107693,34.364506,33.701508,32.571838,31.652737,31.228384,25.799974,26.505486,26.993063,27.552017,27.998745,28.274771,28.364689,28.326771,28.211325,28.371414,28.648335,28.898069,28.592449,28.232988,27.939882,26.558193,27.223005,27.992989,28.411303,28.853941,29.53602,29.885241,30.321232,30.383167,30.472723,30.480871,30.477381,29.855219,29.294487,28.867828,26.677149,26.985798,28.982418,30.718596,31.39785,32.474503,32.988003,33.53524,34.464474,34.267242,35.382149,34.325294,33.710758,32.509018,31.237007,27.97875,29.514536,29.967733,30.527302,31.422791,31.898769,32.578323,33.012245,33.315079,32.874847,32.984715,32.50135,31.785908,31.343695,30.514605,26.18457,27.165932,28.151545,29.23913,29.690918,30.356401,31.196815,31.06319,31.17288,31.162539,31.247467,30.928814,30.42938,29.998604,29.343575,21.626509,22.066971,22.794081,23.398478,24.065275,24.854914,25.462263,26.207933,26.694149,27.217806,27.482071,27.921183,27.777533,27.750858,27.491907,25.506258,26.235481,26.866055,27.363857,27.846607,28.386602,28.713083,28.852335,28.974161,28.970692,29.120424,28.895641,28.348423,27.90027,27.397442,23.293047,23.848776,24.58252,24.881258,25.374895,26.190477,26.983374,27.09391,27.630796,27.662218,27.609598,28.012535,27.830557,27.249865,26.639143,27.300892,28.02281,28.480801,29.176558,29.85363,30.370691,30.378304,30.66572,30.790516,30.801191,30.59524,30.412266,29.683178,29.07534,28.70129,25.311106,25.963923,26.628214,27.04159,27.578228,28.068892,28.453556,28.633907,28.701374,28.845921,29.144625,29.040619,28.482372,28.142122,27.754885,28.217554,29.530378,30.550385,31.235155,31.85058,32.283672,32.18317,32.677666,32.294937,32.780659,32.825203,32.819801,32.276287,31.213284,30.587786,24.466137,25.012699,25.60747,26.123411,26.626787,27.187485,27.549526,27.745878,27.798008,27.796495,27.980614,27.722778,27.19297,26.830873,26.357159,29.128778,30.371231,31.274,31.96011,32.771797,33.691315,34.566982,34.794094,34.746815,34.688728,34.568115,33.916344,32.972317,32.241688,31.539688,24.208891,24.726686,25.350752,25.763193,26.175339,26.563829,26.883284,27.275705,27.42004,27.526485,27.612692,27.518051,27.163967,26.917204,26.669964,21.011414,21.479767,21.9361,22.377533,22.703999,23.189333,23.71977,23.792707,24.195969,24.279545,24.20256,24.330118,24.255096,23.880743,23.915121,21.348862,21.921246,22.448406,22.934338,23.419342,23.861872,24.221703,24.428923,24.505293,24.669979,24.897816,24.8402,24.681116,24.598495,24.445276,22.555708,23.390383,24.131531,24.909428,25.383591,26.348326,26.180489,26.457277,27.004183,26.905064,26.876059,26.97151,26.644707,26.505381,26.201147,22.576603,23.100838,23.629097,24.153305,24.725735,25.117878,25.425915,25.508636,25.426201,25.417295,25.469913,25.547453,25.384197,25.264517,25.222528,23.547831,23.902592,24.267561,24.667999,25.115294,25.152731,25.315725,25.742193,25.82654,25.974857,25.971571,25.731247,25.154024,24.750305,24.424555,26.184278,27.164501,28.927963,29.010239,30.083233,31.168058,31.866825,30.706364,32.40686,32.140797,32.638107,32.563511,31.928406,31.092926,31.139835,28.120232,28.658813,29.344976,30.026459,30.992737,31.588852,32.472179,32.686291,32.368492,32.304699,32.269939,31.805845,31.135056,30.90694,30.215147,22.276892,22.783735,23.254332,23.775063,24.00256,24.488579,24.855373,25.065639,25.22554,25.403265,25.510326,25.317049,25.025993,24.885159,24.758636,25.125322,25.951628,26.487413,26.951679,27.37731,27.768997,28.153027,28.088511,27.935461,28.072712,28.264072,27.388266,26.782602,26.281374,25.696823,30.138504,31.510124,32.022152,32.577057,33.033772,33.851971,34.425751,34.965137,34.768116,34.643063,34.609364,33.957409,33.582859,32.338234,31.626814,25.460419,26.318884,26.887211,27.649153,28.44187,28.931421,29.260317,29.01722,29.15871,28.781874,28.785721,28.459953,27.797409,27.136349,26.612303,21.043797,21.55542,22.242283,22.856792,23.380959,23.733784,24.029619,24.418188,24.714287,24.909138,25.123554,25.36417,25.274303,25.300858,25.324133,31.177231,30.206255,30.899609,30.211082,29.599459,31.188118,30.807018,33.262859,33.881344,31.750532,30.965515,32.087448,30.828651,29.424461,29.373178,21.492289,22.227123,22.83049,23.420486,24.202042,24.754807,25.176508,25.373665,25.646677,25.872049,26.037567,26.192575,25.861111,25.826908,25.833229,23.132183,23.693447,24.344753,24.941626,25.54368,26.174879,26.846113,27.415375,27.788553,28.424129,28.986549,29.408699,29.342731,29.366165,29.442856,23.485388,24.098644,24.785532,25.457001,26.169691,26.863743,27.451723,27.835747,28.069538,28.332859,28.625437,28.742331,28.415745,28.167942,27.95256,24.36348,24.986103,25.744633,26.463816,27.198755,27.997791,28.770527,29.458084,29.897573,30.464411,30.982437,31.303068,31.035742,30.817001,30.808207,24.313187,25.099922,25.795252,26.521072,27.283653,28.164398,28.902393,29.547342,29.895643,30.270811,30.646606,30.911224,30.667582,30.431229,30.176332,24.75765,25.193861,25.855413,26.475548,27.010376,27.82999,28.102505,28.487242,28.630224,29.122654,29.427265,29.862797,29.793825,29.766872,29.904573,22.750744,23.254576,23.804604,24.287411,24.776896,25.243917,25.723806,26.172256,26.544071,27.029499,27.408522,27.728092,27.683815,27.626249,27.576986,24.112854,24.720755,25.385681,25.978188,26.558643,26.996765,27.386183,27.787136,27.945435,28.217772,28.55917,28.770676,28.483252,28.309839,28.170231,24.856586,25.464737,26.082928,26.726294,27.222454,27.855555,28.44334,29.047367,29.389582,29.682142,30.023464,30.129772,29.804707,29.606098,29.58507,24.408056,25.137217,25.818527,26.510963,27.255472,28.06238,28.750662,29.338554,29.842113,30.411047,30.901941,31.284809,31.195923,31.157743,31.12999,23.139805,23.792713,24.543596,25.277498,26.016701,26.828468,27.589788,28.196379,28.608498,29.169781,29.746441,30.249891,30.200043,30.256245,30.12458,24.244776,24.948641,25.722313,26.396168,27.051243,27.704031,28.301834,28.778315,28.96105,29.33017,29.718882,29.830837,29.626253,29.517773,29.301119,24.957842,25.753191,26.303028,26.885303,28.726288,29.791937,30.46246,31.304512,31.912842,32.471603,33.77953,34.167835,33.468067,32.896893,32.643681,24.376348,24.881149,25.735538,26.366373,27.158339,27.751049,28.547659,28.910927,29.391659,30.054907,30.616375,31.038401,30.857107,30.845425,30.930796,18.382671,18.673157,18.791231,19.102194,19.467825,19.824381,20.052578,20.416996,20.64229,21.034679,21.382366,21.740786,21.84819,22.157471,22.361542,23.943783,24.445381,25.051693,25.581669,26.137499,26.622826,27.05197,27.534166,27.868265,28.326324,28.733868,29.04912,28.982798,28.99,28.959402,22.733917,23.106361,23.680252,24.110624,24.821646,25.463444,25.690016,26.055101,26.259445,26.537725,26.895514,27.184954,27.34375,27.453644,27.084812,24.002876,24.596624,25.342175,26.041592,26.621161,27.21228,27.719772,28.232273,28.691097,29.140123,29.535812,29.848751,29.628082,29.576462,29.666197,22.773296,22.967453,23.582497,24.148598,24.561174,25.074184,25.373095,25.736639,25.927353,26.152941,26.362478,26.071999,25.478012,25.111073,25.124649,23.180992,23.501509,23.939259,24.336548,24.933805,25.525293,25.963085,26.410961,26.651663,26.755432,27.15407,27.415211,27.170956,26.94068,26.945301,24.028305,24.626823,25.294621,25.958862,26.727772,27.25037,27.727497,28.148174,28.430855,28.7386,29.09866,29.378582,29.178265,28.952757,28.832834,24.179312,24.795547,25.253777,25.716772,26.099672,26.631775,27.067692,27.481001,27.659851,27.940235,28.150902,28.274635,27.922085,27.655983,27.390947,23.97434,24.577028,25.130632,25.725689,26.353857,26.9093,27.395969,27.854092,28.059307,28.385561,28.759226,28.929211,28.618362,28.326584,28.150753,21.992943,22.621508,23.341227,24.001514,24.653496,25.330118,25.910336,26.367414,26.733498,27.148474,27.503416,27.852434,27.713066,27.660032,27.612055,23.426483,24.015182,24.93825,25.837629,26.697206,27.632172,28.588741,29.19319,29.682499,30.38686,31.145996,31.878635,31.779957,31.800535,32.025452,22.303181,22.987597,23.671886,24.296722,25.03311,25.69595,26.128187,26.540979,26.82876,27.124266,27.361179,27.634499,27.426035,27.404264,27.428871,24.37624,25.069246,25.782194,26.439455,27.077787,27.761904,28.399389,28.832254,29.225647,29.679155,30.118141,30.36994,30.199278,30.055252,29.930357,28.938457,28.963587,29.589479,29.429684,29.977116,28.532452,27.716452,27.80884,28.514057,28.305546,28.926479,29.813906,29.500065,29.621321,29.98004,23.832132,24.353006,24.803406,25.35128,25.779787,26.031658,26.19698,26.344242,26.435062,26.709583,26.988533,27.149639,26.957222,26.939631,27.04134,24.993006,25.568623,26.278856,26.512209,26.867527,27.083906,27.191792,27.422819,27.489933,27.738064,28.198221,28.752199,28.681749,28.854538,28.778652,24.081694,24.749697,25.60355,26.335495,27.049971,27.289856,27.926899,28.491405,28.7992,29.128712,29.363356,29.455549,29.356449,29.022547,28.723713,24.127575,24.759836,25.229185,25.658884,26.141081,26.641325,27.10577,27.557749,27.943647,28.255186,28.644857,28.655973,28.378731,28.223785,28.062284,22.746264,23.263317,23.817217,24.241713,24.750397,25.288418,25.667297,26.030275,26.172485,26.491514,26.688576,26.886467,26.78371,26.561031,26.523941,23.702911,24.384365,25.026917,25.715351,26.454269,27.034595,27.612913,28.022497,28.546179,28.924191,29.252062,29.359535,29.265791,29.196512,29.130894,23.87746,24.336014,24.756798,25.01067,25.438633,25.798384,26.195711,26.437824,26.994143,27.361605,27.930307,27.949911,27.734062,27.75222,27.719101,23.585556,24.062023,24.687235,25.32571,25.905666,26.429901,27.030739,27.40489,27.705517,28.009506,28.255281,28.379494,28.105112,28.007242,27.93692,21.979214,22.596813,23.214918,23.739536,24.280731,24.826872,25.24884,25.614491,25.867992,26.195515,26.496857,26.611063,26.348555,26.162403,26.01186,23.704613,24.38327,25.104856,25.814337,26.565147,27.184307,27.849928,28.273937,28.564892,29.034588,29.442221,29.799837,29.677052,29.526642,29.498159,23.85524,24.439043,25.057108,25.554184,25.989216,26.45784,26.77511,27.024475,27.209023,27.50848,27.816259,27.915796,27.475504,27.311274,27.042645,23.101278,23.69236,24.310642,24.865978,25.376373,25.898886,26.30035,26.582817,26.811855,27.202457,27.501955,27.618519,27.355799,27.190945,27.000219,24.134838,24.719183,25.362434,25.905462,26.452341,26.902433,27.427982,27.817757,28.018232,28.337395,28.655062,28.814613,28.559875,28.481663,28.437042,23.522541,24.178087,24.841141,25.544416,26.199421,26.728497,27.28858,27.804571,28.052382,28.373293,28.585451,28.711964,28.363195,28.192123,27.957218,23.310308,23.893688,24.351042,25.16007,25.86021,26.505533,26.940351,27.306164,27.777273,28.029108,28.265984,28.688166,28.435656,28.540426,28.484123,23.616808,24.259768,24.831766,25.485846,26.1063,26.786345,27.30459,27.657604,28.019693,28.400219,28.71789,28.93177,28.83058,28.815645,28.682899,24.03451,24.334373,24.915161,25.389919,25.815645,26.260862,26.852591,27.075682,27.270386,27.613476,28.011829,28.313137,27.856182,27.756134,27.74041,23.644693,24.310902,24.925922,25.515007,26.13209,26.908573,27.580591,28.301424,28.920486,29.64933,30.191999,30.85957,31.040045,31.17626,31.139309,23.52253,24.047264,24.64389,25.267967,25.892056,26.508177,27.07023,27.578104,27.886602,28.270987,28.581165,28.836048,28.682316,28.611755,28.550541,24.10944,24.882475,25.777266,26.832611,27.665895,28.108675,29.01623,29.347765,29.629629,29.914671,30.061249,30.003267,29.590569,29.163965,28.948359,23.491447,24.169245,24.816887,25.38349,25.909286,26.535248,26.96977,27.384281,27.767574,28.225321,28.636269,28.963665,28.787464,28.696728,28.584612,24.534132,25.1614,25.703012,26.332659,26.914783,27.437649,27.974325,28.350121,28.594795,29.088146,29.412075,29.591986,29.263958,29.064093,29.013544,25.218864,25.837824,26.626572,27.311382,28.009806,28.613577,29.015314,29.27795,29.596699,30.082399,30.598978,30.926216,30.897205,30.931953,30.711948,20.394663,20.816097,21.27364,21.702272,22.098063,22.497335,22.879539,23.088926,23.218697,23.390797,23.566093,23.692488,23.609234,23.573668,23.592403,25.217766,25.931841,26.484316,27.173122,27.921518,28.585186,29.299831,29.895634,30.218744,30.909815,31.60355,32.175018,32.295719,32.297752,32.253994,24.466148,25.294832,25.655338,26.42008,26.944151,27.978117,28.276861,28.988052,29.494963,29.841215,30.422583,30.733971,29.975595,29.607407,29.761904,23.912291,24.539635,25.252008,25.975695,26.613907,27.239141,27.697039,28.240343,28.504744,28.934738,29.327791,29.696646,29.540995,29.393806,29.41132,23.420084,23.825583,24.288788,24.729246,25.127857,25.808886,26.030916,26.07711,26.389908,26.692793,26.945051,27.333015,27.171755,26.984205,26.915911,24.390884,25.025463,25.774607,26.526569,27.286467,28.006073,28.605679,29.255957,29.598055,30.081385,30.455002,30.789408,30.596039,30.408951,30.223284,25.467539,26.113207,27.518204,28.065105,29.310345,30.247196,30.738398,31.601534,32.110802,33.028378,33.239742,33.364326,32.635983,32.870445,32.733585,25.324184,25.909189,26.807356,27.695911,28.534824,29.440754,30.217171,31.002077,31.157701,31.700733,32.097881,32.586773,32.19503,32.257305,32.126255,24.323997,25.028917,25.539171,25.923794,26.624962,27.150726,27.847246,28.174326,28.3232,28.561863,28.896877,28.973175,28.50942,28.352543,28.216644,21.774542,22.200581,22.741432,23.22275,23.681475,23.904783,24.159315,24.651028,24.928423,25.263981,25.662752,25.851622,25.729477,25.443775,25.362965,25.173765,25.800913,26.698833,27.483654,28.181721,28.986362,29.728662,30.217978,30.633644,31.005501,31.22986,31.479792,31.384331,31.188696,31.177691,25.953882,26.564438,27.338829,28.219414,29.088053,29.691128,30.153435,30.607918,30.836498,31.065479,31.512917,31.652006,31.432175,31.365658,31.156679,25.186199,25.893423,26.617399,27.224211,27.942085,28.543186,29.089964,29.570589,29.800713,30.194489,30.547205,30.805534,30.451075,30.283308,30.077579,25.690279,26.49081,27.254292,27.959867,28.883314,29.70303,30.289635,30.862995,31.612242,32.046352,32.415165,32.811989,32.460976,32.122387,31.847343,25.554558,26.251295,27.031385,27.730291,28.485275,29.202116,29.823303,30.249674,30.508825,30.942429,31.344175,31.670261,31.431072,31.239895,31.127331,25.351311,25.854406,26.560995,27.309967,27.926937,28.572443,29.36795,29.68148,30.01343,30.430168,30.59506,30.629772,30.058537,29.798502,29.577515,24.176798,24.819519,25.447277,26.040453,26.606926,27.052603,27.390245,27.715635,28.054094,28.453287,28.80204,28.981785,28.83428,28.72377,28.630913,23.547745,24.255035,24.713596,25.715282,26.223356,27.135309,28.061024,28.552067,29.002527,29.841238,30.361261,30.732855,30.483717,30.31835,30.25873,24.279472,24.919888,25.602144,26.300245,27.055395,27.812031,28.626528,29.312002,29.731152,30.398283,30.840502,31.100126,30.951616,30.832363,30.781355,24.955093,25.644285,26.534267,27.320599,27.932734,28.788025,28.981558,29.988777,30.182413,30.386267,30.689663,30.552376,30.050171,29.889849,29.62352,20.59697,21.154665,21.668417,22.216806,22.757919,23.37291,24.028835,24.565815,24.969063,25.453611,25.822794,26.199615,26.240507,26.309431,26.294529,24.479801,25.227409,26.012558,26.884508,27.560175,28.38822,29.317513,29.858545,30.295567,30.676699,31.274408,31.375015,31.055742,30.768866,30.590841,23.904839,24.291683,24.917334,25.636736,26.243568,27.143681,27.833933,28.23461,28.254017,28.827986,29.145452,29.125673,28.5777,28.446722,28.107197,23.433887,24.16618,24.770359,25.530508,26.137846,26.772871,27.264267,27.773327,28.064451,28.285984,28.439573,28.434765,28.045494,27.877525,27.691645,22.898241,23.643621,24.032753,24.368916,24.934383,25.533073,26.116524,26.819319,27.112839,27.968735,28.258139,28.641108,28.374186,28.44775,28.082121,24.457621,24.683062,25.151655,25.493711,25.953245,26.408382,26.717028,27.040424,27.256124,27.469122,27.771816,27.661234,27.386421,27.238113,27.120457,23.309353,23.866104,24.5226,25.058132,25.333904,25.83741,26.305515,26.778009,26.949825,27.381102,27.399837,27.888069,27.936428,27.478937,27.476797,22.676548,23.506794,24.088535,24.76412,25.591818,26.23122,26.514027,27.250448,27.815121,28.247314,28.395935,28.475136,28.399658,28.054565,27.709141,22.198421,22.852249,23.274809,23.959908,24.261539,24.704235,25.127537,25.560892,25.257195,25.134438,25.172251,25.163916,24.521034,24.272038,24.014664,21.299072,21.890694,22.44076,23.0432,23.363354,24.262325,24.513327,24.833094,25.021187,25.459757,25.6926,25.77635,25.436634,25.344042,25.329325,26.862823,27.4884,28.629482,29.087465,29.730438,30.19327,30.579815,30.910879,30.906096,31.038773,31.568161,31.689953,31.338383,30.990034,30.851492,22.126539,22.716688,23.276903,23.865427,24.210846,24.692616,25.154558,25.585873,25.732553,25.90493,26.042587,26.192966,25.960163,25.8071,25.712391,23.290091,23.621275,24.238396,24.773098,25.060589,25.455627,25.768932,26.168139,26.649206,26.932493,27.006876,27.066399,27.007469,26.93866,26.711754,23.876577,24.424612,25.062347,25.686911,26.387775,26.982891,27.388477,27.942371,28.468943,28.608852,28.964224,29.35428,29.228413,29.040358,29.073542,24.052107,24.606014,24.976046,25.4132,25.859114,26.334719,26.898432,27.200928,27.539455,27.878553,28.363873,28.557938,28.694462,28.665236,28.740593,24.772505,25.326118,26.116518,26.509533,26.985308,27.701124,28.221973,28.472992,28.481722,28.910765,29.086538,29.140085,28.948059,28.471085,28.198877,24.832916,25.464931,25.832617,26.409466,26.78941,27.357468,27.867281,28.33742,28.451326,28.844175,28.909904,29.204346,28.83564,28.691605,28.430752,24.572369,25.03426,25.648012,26.2379,26.730247,27.184864,27.339823,27.604433,28.073517,28.412781,28.816473,28.822651,28.511894,28.341923,28.119465,22.489332,23.035973,23.706451,24.089024,24.432636,24.927176,25.608006,25.966341,26.537912,26.595846,26.8929,26.989075,26.850706,26.809839,26.417086,22.723938,23.352552,24.098866,24.679453,25.215908,25.304895,25.417858,25.493967,25.613165,26.014524,26.174025,26.479704,26.546162,26.642752,26.58703,23.277475,24.18388,25.166252,26.031334,26.790348,27.412582,28.161469,28.769863,29.035631,29.513168,30.008158,30.258041,30.419102,30.125204,29.958046,24.374973,24.955536,25.872749,26.803047,27.425533,28.306812,29.155809,30.024668,30.657661,31.10779,31.691084,32.124836,32.118763,31.866894,31.821758,23.743908,24.245708,24.766182,25.29319,25.689423,26.003572,26.330488,26.655802,26.815125,26.976931,27.125641,27.033081,26.760572,26.529551,26.393646,26.356989,27.024647,27.771807,28.158665,28.699135,29.414829,30.16165,30.323341,30.421803,30.658119,30.753487,30.677418,30.004648,29.301504,28.911358,22.961079,23.370834,23.851542,24.286352,24.671251,25.113163,25.416571,25.548285,25.706223,25.988964,26.258724,26.410681,26.164822,26.089186,26.063198,22.258421,22.705278,23.096901,23.686243,24.218273,24.628124,25.016521,25.226545,25.398624,25.533781,25.641649,25.806358,25.672022,25.641541,25.727596,22.28261,22.867086,23.657133,24.319368,24.895596,25.415701,26.009289,26.151678,26.763153,27.012497,27.58326,27.665207,27.466589,27.387318,27.201057,25.126377,25.483459,25.954416,26.466408,26.971071,27.352011,27.723228,27.982605,27.970255,28.080862,28.131863,28.348524,28.103184,27.969208,27.879889,21.302061,22.269787,23.272675,24.157091,25.135159,25.149921,25.305721,25.192633,25.139713,25.220764,25.373913,26.328426,26.865499,27.054176,27.062437,24.690166,25.257133,25.978331,26.573771,27.12262,27.775812,28.232864,28.507915,28.931204,29.136614,29.386753,29.475195,29.157162,28.857248,28.484329,23.725454,24.061043,24.452452,24.829466,25.207823,25.551424,26.013554,26.368267,26.66465,27.045918,27.323803,27.506334,26.88426,26.832029,26.402792,23.932707,24.303024,24.829679,25.322781,25.9368,26.36591,26.915771,27.322397,27.528917,27.827856,28.175941,28.475056,28.211939,28.046604,27.958736,22.700119,23.164804,23.640461,24.078979,24.586992,25.354847,26.088697,26.976204,27.887497,28.379498,29.300192,29.24329,28.747324,28.609423,28.086403,23.96979,24.51306,25.047922,25.530771,25.854734,26.32539,26.686951,26.98358,27.181726,27.339247,27.633387,27.73649,27.562099,27.486393,27.400824,28.100834,29.499752,30.474775,30.726862,31.40653,32.033039,32.667717,32.838024,32.902973,32.711285,33.154087,32.374889,31.325424,30.071623,29.783997,23.948904,24.730202,25.579256,25.998846,26.748995,27.372282,27.516621,28.024349,28.579054,28.91787,29.323355,29.186253,28.723175,28.404013,27.873266,22.920139,23.435644,24.19665,24.939442,25.914431,26.466795,26.600227,27.144861,27.593798,27.911198,28.258234,28.396362,27.99247,27.802225,27.31543,23.858391,24.36413,24.892395,25.542429,25.922562,26.44853,26.753933,27.101267,27.379543,27.546576,27.97871,28.149155,27.98031,27.771414,27.418201,26.319355,26.788744,27.157814,27.647314,27.981039,28.18889,28.597006,28.861851,28.963318,29.068523,29.089954,28.98941,28.479332,28.235403,28.180828,22.937153,23.586349,24.17972,24.700397,25.174772,25.586515,26.161442,26.458014,26.726309,27.179129,27.314663,27.468082,27.18898,26.992134,26.842667,21.316021,21.716846,22.145502,22.43576,22.739843,23.082977,23.479277,23.925009,24.184906,24.467417,24.826157,24.888845,24.677029,24.711428,24.527035,20.697805,21.206551,21.816563,22.338694,22.613739,23.121006,23.350304,23.548323,23.687428,23.965076,24.15041,24.119593,23.83654,23.659294,23.514721,23.912251,24.667812,25.099064,25.544617,26.296022,26.590351,26.841015,27.027863,27.221453,26.965492,27.06514,27.215063,27.029598,26.932457,27.313128,23.692535,24.077374,24.524601,24.983572,25.421652,25.764042,26.011723,26.270628,26.310726,26.533962,26.929575,26.984304,26.775816,26.677259,26.511568,20.861242,21.509333,22.01841,22.650126,23.164215,23.619465,24.175814,24.675043,25.009628,25.294382,25.620525,25.6234,25.430489,25.293653,25.121365,24.510361,25.166872,25.849354,26.603205,27.094503,27.823946,28.30621,28.802479,29.079256,29.374569,29.428068,29.716242,29.536194,29.375246,29.137295,23.728632,24.644228,25.384638,26.463812,27.057732,27.488422,27.993683,28.394085,28.840124,29.137543,29.358519,29.174969,28.899464,28.672298,28.192059,22.957373,23.398758,23.980904,24.472445,24.848906,25.307655,25.589716,25.811926,26.104671,26.507048,26.841316,27.164951,27.047466,27.025694,26.966759,22.26601,23.082144,22.830254,24.004192,23.916084,24.704195,26.1982,26.885246,26.50909,27.544249,27.902689,27.266029,26.839039,26.706013,26.248634,23.112156,23.737612,24.411045,25.315077,26.32865,27.103779,28.032696,28.522045,28.602022,28.401201,28.3318,28.604443,28.062979,27.519993,27.070585,18.197088,18.050028,18.442739,19.442072,19.522591,19.509445,20.748201,21.783035,22.280548,22.048866,22.506542,22.38372,21.999418,22.887732,22.027973,21.75894,22.555447,23.84713,24.540571,25.449102,26.07015,26.637857,27.478754,27.897728,28.372818,28.387733,28.077415,27.418667,27.543884,27.15468,17.391151,17.748993,17.739426,17.945906,18.381927,19.050364,18.982292,19.01333,19.130823,19.190645,19.36381,19.473406,19.255114,19.371111,19.33581,21.997633,22.745941,23.440475,23.901997,24.452999,25.004938,25.440792,25.917757,26.435244,26.605124,26.53507,26.707401,26.640432,26.154247,25.724056,21.297337,21.857502,22.3209,23.487545,24.234592,24.391218,25.525946,26.717857,27.151798,27.449846,28.284359,28.431925,28.319248,28.362087,28.241697,16.373682,17.165668,16.843702,16.380182,17.147192,18.478815,17.992905,17.65617,18.711657,19.429495,18.811369,18.775303,18.898809,18.861385,18.28215,23.556583,24.550438,25.547203,26.459398,27.003447,27.945236,28.916676,29.163694,29.257292,29.612574,29.769186,29.570362,29.662174,28.888458,28.359369,23.357664,23.44281,23.590334,24.482553,25.379478,27.844122,29.093281,29.850746,31.79945,34.044014,35.197819,37.225761,37.111916,37.172775,36.581818,20.535332,21.03834,21.551723,22.809917,23.578135,23.735493,24.237103,24.352446,24.997225,25.267101,25.19685,25.247795,25.163115,24.73329,24.243078,23.153307,23.721043,24.256807,25.063164,26.481909,27.070812,27.551846,28.267311,28.621431,29.284164,29.055887,29.012516,28.973787,28.055174,27.553249,15.832716,16.041683,16.556831,16.688829,16.82653,17.503885,17.890953,18.005077,18.038542,18.510761,19.017387,18.593216,18.474407,18.5835,18.190266,20.732178,21.488111,22.206896,23.029331,23.710672,24.499317,24.841145,25.499334,26.184225,26.465712,26.914179,26.789755,26.643234,26.540506,26.487839,18.55031,18.81307,18.536121,18.767706,18.937969,19.700926,21.380846,21.685284,22.463591,22.370073,23.024055,22.639645,23.076923,22.674557,22.83671,30.891764,32.206841,32.76437,33.60569,34.765877,35.992317,36.599098,36.584454,36.724564,36.71402,36.496971,36.687454,36.290421,36.416527,35.80817,20.535095,21.237015,21.927687,22.420267,23.094639,23.977831,24.654711,25.280348,25.566828,25.736698,25.77689,25.96409,25.761942,25.718754,25.577766,23.433987,24.220034,25.480133,26.598078,27.606735,28.712536,29.629629,30.406815,31.003901,31.20467,30.887491,30.308813,30.236277,29.232141,28.715366,22.669632,22.668451,23.675385,24.420717,25.224396,25.928459,26.832045,27.60129,28.516159,28.659512,29.595589,29.414457,29.094236,29.201487,28.634258,16.728312,16.861351,17.304722,17.451618,18.402657,18.757721,20.245621,20.547945,21.105816,22.143946,22.713644,22.871948,22.306442,22.132761,22.230051,22.39023,23.427902,24.679201,26.312595,26.554876,27.760643,28.904503,29.415585,29.940119,30.460722,30.427521,29.58124,28.706518,28.146912,28.018995,22.765909,23.959061,24.515366,25.548141,25.662855,25.605619,27.306456,28.440138,28.790123,29.098564,29.786713,29.645145,29.508198,29.032257,29.63056,28.40678,29.07753,30.505663,31.308928,32.028419,33.755745,34.032078,35.041649,34.840729,35.204082,34.458508,35.001434,34.067505,33.025913,31.759907,22.162781,22.222223,23.707239,24.348175,25.327869,25.756947,27.439531,27.306732,26.956522,28.139633,28.849407,28.848589,29.342327,29.143822,28.827291,23.599234,24.457722,25.443169,26.145658,27.037722,28.467936,29.271254,30.198622,30.586008,31.388247,31.675751,31.563705,31.38958,30.44735,29.746571,23.856483,25.043179,25.626373,26.813528,27.488152,28.049337,29.227558,29.927349,30.700516,30.469482,30.131208,29.73485,28.487413,28.200283,27.552711,23.898228,25.206991,26.101219,27.698862,28.605768,28.817734,29.536289,30.199284,31.1054,31.336407,33.419956,31.763474,30.716902,29.374336,29.128317,20.483231,21.329491,21.73913,22.076286,22.899801,22.897778,23.681858,23.946629,23.744133,23.926065,24.020271,24.123468,23.849512,23.277311,22.907635,23.896664,24.520548,24.909445,25.148014,26.383602,27.002356,27.669617,28.385956,28.297997,28.390703,29.435719,29.131571,28.925619,29.726549,29.18903,21.890862,23.076923,25.190142,27.196402,29.289181,28.481913,27.182192,26.221832,25.036776,24.484304,23.723722,24.703793,25.643301,25.649351,25.24272,24.907063,26.178011,27.866364,27.702703,29.577463,30.708036,30.281691,31.554159,32.907349,32.779099,33.626904,32.999229,32.4981,30.939228,31.100479,23.835201,24.818054,25.414164,26.323118,26.814699,27.400791,28.246695,28.925423,29.233074,29.774115,29.758698,29.454315,29.194149,28.532938,27.921894,21.352356,21.892744,22.760477,22.988802,23.498695,24.071636,25.297817,25.914469,26.48377,26.921501,27.264061,27.738443,27.23369,26.919327,26.43885,22.900303,23.771002,24.8067,24.763704,24.319307,25.046846,25.40823,25.357872,27.342657,28.309858,30.063517,29.22636,28.840784,29.067245,28.008595,20.340136,20.449755,21.418636,21.318756,21.980265,22.602282,22.95027,23.57048,23.186441,23.105297,22.836458,22.849039,23.488665,22.78207,22.452715,26.294821,27.056179,27.583069,28.027842,29.162703,28.598574,29.820303,29.760719,29.51063,29.965328,29.208633,28.896418,27.884144,27.436647,27.680799,24.027073,25.440142,26.235399,27.3743,29.77528,29.912874,31.261951,30.966469,32.069672,30.909092,31.027668,29.764244,30.555555,31.414143,31.088083,22.43667,23.726707,24.583635,25.390985,27.000565,27.247086,28.691662,29.708326,30.455076,30.742323,31.463511,30.477663,30.292601,30.433926,29.806936,21.49416,22.184332,22.944515,23.609177,23.972862,24.322289,24.749039,25.92491,26.594118,27.68856,28.117231,29.280483,29.726072,29.775932,29.909954,23.227497,23.921244,24.808161,25.588434,26.059267,26.868803,27.485758,27.98284,28.538822,28.754047,29.140659,28.917196,28.946182,28.527916,28.526926,20.507391,20.549351,20.829765,21.278601,21.380205,21.665993,21.889656,22.429953,22.469343,22.471394,22.6975,22.784216,22.946106,23.061813,23.056467,21.136131,22.325342,22.340151,22.512953,22.942253,23.402555,23.361748,23.824701,24.856909,24.630674,25.729443,26.158682,26.25728,25.499353,25.265614,20.496576,21.48958,22.765074,23.407204,24.409992,25.479027,26.413101,27.004736,27.759916,28.183117,28.411514,28.012211,27.444681,27.049034,26.475281,23.641399,24.203821,24.69314,24.926685,25.497559,26.151503,27.226761,27.720413,28.088995,27.339003,27.832111,26.986078,27.081615,26.918343,26.710636,23.927715,24.717607,26.023392,26.719458,26.838398,26.745945,27.642981,28.66478,28.670422,29.123264,28.997639,29.025974,28.693974,28.403114,28.437632,21.190006,22.001558,22.514811,23.326414,23.926746,25.186337,25.903925,26.897379,27.832817,28.04377,28.015244,27.561272,26.877195,25.903728,25.383785,19.673706,20.676329,20.763958,21.400967,22.740814,23.97632,23.300493,23.970587,23.800001,24.007839,25.109703,24.478178,25.454544,24.927954,24.321751,22.151676,22.824123,23.459978,25.23148,26.264212,27.511961,28.253841,28.677687,29.00506,29.206482,30.100758,30.367836,30.543571,29.780834,29.40667,20.13846,20.868843,21.704304,22.428125,23.222271,23.89053,24.44313,24.807888,25.174362,25.232962,25.308994,25.622108,25.506884,25.258869,25.014099,22.386242,23.446283,24.589409,25.710752,26.281855,26.903088,27.902708,28.295282,28.964775,29.43092,29.208988,29.038223,28.936764,28.798256,28.785748,22.000179,22.865274,23.604662,24.257822,24.692091,25.303173,25.879824,26.369467,26.626448,26.803545,26.959587,27.027369,26.583925,26.571194,26.312143,23.40234,24.288773,25.871107,26.997772,28.66054,30.294907,30.567684,31.319609,31.675751,32.110092,31.452421,31.131762,30.990101,29.703947,29.326763,25.793207,25.578705,25.636009,26.703211,27.265501,28.518824,29.506838,30.284986,31.422319,31.362242,31.72296,31.133673,30.641735,29.548332,28.277636,22.421032,23.266487,23.652967,24.494291,25.017443,25.586075,26.120075,26.647305,26.547966,26.555479,26.292553,26.05743,25.816425,25.936375,25.570377,23.51392,25.73443,25.689518,26.684847,28.217237,28.32723,30.41494,31.022966,31.718618,32.023659,31.97279,31.68149,31.712564,31.034481,30.090014,13.937171,14.315187,14.434431,14.646348,14.904106,15.38403,15.76395,16.545523,16.689108,16.960894,17.516857,17.5257,17.584761,17.974039,18.462835,22.730339,23.639645,24.211567,24.852242,25.617195,26.548285,27.211798,28.253582,28.522867,28.935511,29.224527,29.217285,28.899912,28.699347,28.343466,26.61145,27.868853,28.880733,29.667149,29.053816,29.695251,30.544815,30.249479,31.319832,30.935993,30.103922,29.287157,28.696827,28.54244,28.56661,24.336569,25.440315,26.42905,26.740948,27.872341,29.495378,30.098454,30.988857,33.454548,34.016094,33.406113,33.117352,33.26403,32.164948,32.748951,14.991726,15.376215,16.072783,16.50108,16.652561,16.786165,17.264597,17.215242,17.512291,18.033821,18.542294,18.492249,18.23488,17.983025,17.764351,22.046629,22.989971,23.536938,24.628073,25.440765,26.084805,27.347418,28.068966,28.883795,29.364798,29.295074,29.478943,29.454678,28.755913,28.423351,22.973433,24.044842,24.76679,25.055382,26.195499,26.730677,27.642567,28.03616,28.869793,29.397619,29.630074,28.945169,29.098114,28.846846,28.680479,23.94142,24.66407,25.088507,25.74827,26.234425,26.854181,27.225872,28.101231,28.867992,29.135698,29.294533,29.012388,28.841623,28.645691,28.448734,24.949427,25.722643,26.658476,27.220322,28,28.708918,28.908392,28.983084,28.725782,29.119345,28.602859,28.217554,27.87546,27.143637,26.888163,22.131754,23.087286,24.286243,24.931986,25.780785,26.564857,27.05743,27.637779,28.068441,28.413414,28.691006,28.805653,28.501881,28.18783,28.169199,16.659945,16.945107,17.34375,18.966846,19.118206,20.578295,21.351545,21.467098,21.196455,19.510412,19.808308,21.987314,22.249304,22.147652,22.245838,25.626078,26.015589,26.485353,26.945314,27.356922,27.762354,28.180862,28.532209,28.760567,29.105303,29.522354,29.694769,29.208799,29.002029,28.838449,22.078506,22.171604,22.602671,23.13525,23.479956,23.86582,24.046284,24.378405,24.676203,24.84112,25.200949,25.641027,25.554306,25.404707,25.275696,27.199614,27.6315,28.638666,28.915373,29.424229,29.542839,30.25251,30.624622,30.661552,30.656355,30.844296,30.808111,30.478636,29.875315,29.531494,25.883776,26.395571,27.269804,27.715567,27.914354,28.435158,28.56698,28.945347,29.464424,30.013927,30.327297,30.57568,30.431725,30.461607,30.290514,25.513924,25.819155,26.278591,26.735397,27.09742,27.457169,27.829281,28.009171,28.301126,28.695318,28.902929,29.249413,28.976273,28.782726,28.705877,23.661655,24.015562,24.524305,24.839876,25.072428,25.46977,25.67996,25.937346,26.084862,26.262709,26.557863,26.739594,26.455711,26.402691,26.213396,25.614342,25.918297,26.473984,26.678679,26.808849,27.053988,27.352688,27.586464,27.721775,27.970091,28.285336,28.530935,28.376072,28.387754,28.198448,23.915737,24.110855,24.812958,25.16897,25.354582,26.001675,26.664156,27.599552,27.651569,28.032988,28.655308,29.208496,29.05835,29.238918,28.969236,24.514835,24.60692,24.730665,25.084919,25.295492,25.976244,26.497864,26.766924,27.104208,27.74461,28.066483,28.00238,27.586689,27.321581,27.294641,25.527832,25.990841,26.44755,26.622633,26.929361,27.334339,27.808973,28.139008,28.41869,28.732283,29.19035,29.292139,28.938833,28.948706,29.039356,23.102365,23.369162,24.135771,24.871941,25.480457,26.433578,27.140839,28.048244,28.795544,29.553228,30.117893,30.53846,30.274857,30.282263,30.057409,21.358288,21.272703,21.761005,22.371107,22.292759,22.665852,23.297556,23.871977,23.901424,24.472248,24.670477,24.965139,24.665892,24.491325,24.293688,25.519547,25.735172,26.326456,26.800171,27.298086,27.280008,27.467361,27.82943,27.988503,28.300472,28.451324,28.836805,28.827663,28.691689,28.28548,27.685743,27.723772,26.993942,27.348591,27.532402,28.187075,28.532028,29.224148,29.496311,30.012772,30.047009,30.003838,29.5921,29.350483,28.811369,26.569429,27.166992,27.538326,28.045219,28.383684,28.997807,29.244879,29.558859,29.72579,30.189049,30.427338,30.866184,30.392239,29.927216,29.859713,23.670786,24.01531,24.304113,24.78529,25.211176,25.437698,25.765791,26.271578,26.492565,26.919508,27.402424,27.484871,27.047529,27.00812,26.889519,22.777588,23.057886,23.469316,23.780022,24.102814,24.935928,25.661814,26.050652,26.421843,26.583406,26.840805,27.150314,26.85648,26.690414,26.491287,26.340187,26.591986,27.04117,27.415487,27.58382,27.899069,28.242414,28.49415,28.452087,28.46314,28.432211,28.220621,27.36117,27.04339,26.88768,21.203495,21.66119,22.26309,22.677576,22.985937,23.334356,23.629805,23.76589,24.003141,24.15621,24.378914,24.582769,24.347855,24.189753,24.08989,26.371181,26.387819,26.837635,27.25,27.275848,27.955505,28.200916,28.410545,28.209703,28.414976,28.555614,28.477276,28.409676,28.279634,28.422848,24.731985,25.088581,25.291325,25.683609,26.092737,26.710743,27.038109,27.788639,28.106779,28.627136,28.760612,28.986433,28.651535,28.41659,28.176567,23.008625,23.297792,23.906609,24.628103,25.116453,25.832058,26.206356,26.599291,27.000347,27.35318,27.603403,28.085072,28.092039,28.084473,28.113142,23.643671,24.176445,24.753807,25.241079,25.924841,26.226175,26.559418,26.929644,27.261528,27.445496,27.938148,27.830214,27.245861,26.917025,26.734976,25.846714,25.61797,25.740238,25.675716,25.532495,27.055067,27.857681,28.931347,29.769358,30.76903,31.486782,31.41515,30.9776,30.855152,30.680275,26.229706,26.641134,26.925585,27.406401,27.855417,28.065475,28.434395,28.757317,29.186041,29.201668,29.354731,29.504467,29.22596,29.131355,29.011309,24.56868,25.115597,25.485723,26.057779,26.224634,26.717821,27.032316,27.36507,27.858757,28.028002,28.322359,28.442366,28.128757,27.534052,27.20528,23.453506,23.757114,24.162264,24.564638,25.109756,25.440281,25.997379,26.263565,26.487026,26.821985,27.097372,27.060476,26.699957,26.322285,26.070181,24.94569,25.390875,26.052444,26.449522,26.938263,27.405447,27.989159,28.48037,28.779667,29.210304,29.659632,29.650467,29.679182,29.296726,29.089584,25.98654,26.459089,26.887062,27.0096,27.416054,27.72164,28.369785,28.862793,29.048258,29.423002,29.74115,30.063375,29.836964,30.018091,29.647163,26.229769,26.388672,26.798815,27.156654,27.368277,27.720774,28.238499,28.570166,28.761271,29.009077,29.38064,29.419697,29.091095,29.051491,28.77231,24.213617,24.773949,25.437979,25.925663,26.09218,26.635548,27.314716,27.377563,27.859343,28.148361,28.185272,27.641621,27.076609,27.177624,26.725677,25.057529,25.155851,25.744188,25.934013,26.053051,26.317635,26.576391,26.547279,26.725817,26.70945,26.787367,26.861492,26.582479,26.388493,26.448551,24.459158,24.937309,25.51733,26.037199,26.418533,26.787897,27.185001,27.372345,27.588671,27.708553,27.858486,27.873272,27.466797,27.117548,26.991161,25.655762,26.284119,27.184465,28.114731,28.431517,28.949303,29.494799,30.090963,30.436069,30.393024,30.244473,30.293549,30.497303,30.072355,29.521074,22.500355,23.207111,23.963264,24.474024,25.190538,25.880533,26.553062,26.926533,27.391602,27.806749,28.162951,28.231874,27.97949,27.70561,27.485449,26.459661,26.848507,27.144966,27.571423,27.937603,28.15247,28.322315,28.357002,28.746307,29.022846,29.517773,29.892605,29.54563,29.174679,28.800837,26.056009,26.504663,26.879305,27.223734,27.630886,27.88311,28.272354,28.407236,28.796431,29.126215,29.355474,29.606089,29.36414,29.277405,29.226633,22.05615,22.676825,23.673428,24.527138,24.876104,25.634283,26.410204,27.154945,27.963781,28.663837,28.941477,29.205545,29.471376,29.253307,28.847,24.110178,24.339653,24.828384,25.238588,25.829935,26.379745,26.749426,27.025942,27.235582,27.620008,27.864658,27.982307,27.778769,27.677294,27.358389,25.877741,26.276672,26.797052,27.424267,27.785063,28.118462,28.877106,28.922817,29.150312,29.031458,29.419765,29.562101,29.205948,28.903923,28.46781,23.968487,24.05652,24.71232,25.360638,25.806725,26.328321,26.772631,27.468353,27.904806,28.332722,28.75218,29.104721,28.763151,28.642946,28.669838,25.673653,25.636566,26.046339,26.669144,26.940928,27.047146,27.759901,27.399927,27.692308,27.414925,28.224277,28.441248,28.064133,28.017866,27.767014,26.294643,26.47287,26.874722,27.257544,27.703985,27.929178,27.991665,28.204292,28.488403,28.191805,28.870205,29.02174,28.646374,28.382677,28.276699,26.952665,27.150249,27.675638,28.116173,28.957527,29.819939,30.290714,31.024492,31.060146,31.501862,31.92037,32.062664,31.571167,31.006607,30.798048,24.648834,24.832081,25.255293,25.785786,26.09322,26.569006,26.852625,27.046469,27.468929,27.737484,28.123724,28.305119,28.063265,28.022251,28.149202,27.258221,27.726015,28.633297,28.73205,29.005388,29.091612,29.591894,29.595869,29.681667,29.56106,29.718479,29.639799,29.316339,29.081717,29.050621,23.189871,23.634413,24.121887,24.564821,24.9855,25.292774,25.615067,25.844198,25.970665,26.23715,26.510477,26.548464,26.179501,25.970686,25.809544,21.654287,21.900362,23.053854,23.582796,24.121752,24.837517,25.23579,25.796583,26.292881,26.486418,26.322514,25.871607,26.037884,25.991703,26.187368,21.827505,21.952557,22.661123,23.011042,23.640091,24.115028,24.524467,24.867342,24.816811,25.147163,25.841644,26.253614,26.19762,26.164352,26.047192,23.132198,23.578537,23.815517,24.053568,24.443296,24.699711,25.161257,25.503994,25.949797,26.268471,26.679527,26.879471,26.642788,26.546398,26.319023,24.883823,25.124096,25.745234,26.691956,27.024937,27.878839,28.526699,28.994232,29.200733,29.185295,29.639366,29.191727,29.122219,28.971806,28.680929,24.99283,25.441853,25.668991,26.241985,26.897203,27.275568,27.666357,28.219145,28.442759,28.89432,29.301115,29.338001,29.304981,29.036581,28.946978,27.829611,28.301699,28.761009,29.002941,29.208744,29.465202,29.603821,29.757637,30.011406,29.818523,29.900461,29.685461,28.704319,28.038311,27.90308,24.918613,25.177526,25.695919,26.07995,26.61129,26.867193,27.353228,27.758514,27.796265,28.246578,28.545448,28.84564,28.491619,28.276178,28.240072,25.716137,26.140574,26.620287,26.87616,26.934511,27.222092,27.62822,27.845425,27.936039,28.226677,28.38485,28.371737,27.74593,27.372375,27.308884,23.456429,23.907825,24.416534,24.683271,24.938528,25.275242,25.561329,25.943851,26.334196,26.43148,26.845789,26.911777,26.98032,27.014971,26.742569,21.871197,22.490725,23.291231,23.855343,24.330462,24.770441,25.246944,25.609919,26.060125,26.429749,26.729,26.9095,26.709303,26.594872,26.605431,26.397346,26.921278,27.834124,28.248972,28.686663,29.141293,29.544157,30.102587,30.297106,30.430302,30.521065,30.558323,29.862219,29.447895,29.166079,23.340654,23.984518,24.761032,25.602388,26.076651,26.627869,27.094826,27.463213,27.710243,28.283394,28.386131,28.514109,28.206205,27.977493,28.031054,23.26169,23.936438,24.75416,25.394327,25.962818,26.685324,27.26697,27.52739,27.909019,28.334883,28.631643,28.570375,28.151754,27.785748,27.403677,26.372734,26.590216,27.243387,28.021584,28.641468,29.534739,29.860744,30.316544,30.811649,30.843189,31.083149,30.821976,30.220816,30.161858,29.750937,24.939943,25.490845,26.002157,26.445421,27.005884,27.426889,27.83378,28.002745,28.397507,28.675493,28.898403,28.952641,28.589462,28.38253,28.224564,17.328974,18.105131,18.987965,19.781513,20.20089,20.082451,20.724058,20.508335,20.930777,20.823612,20.867018,21.022635,20.258375,20.396458,20.09642,26.291901,26.981655,27.749664,28.491528,29.093031,29.090014,28.858402,29.275364,29.464996,29.207453,29.310074,29.339357,29.299763,29.122528,29.024622,24.640169,25.023561,25.66824,26.092857,26.537886,26.866739,27.240499,27.299664,27.88718,28.119274,28.607145,28.809717,28.889093,28.937307,28.482786,25.514503,26.021008,26.571676,26.779589,27.09454,27.399857,27.833696,28.043287,28.269369,28.158913,28.381395,28.388828,27.742695,27.820856,27.648623,25.965729,26.183554,26.416019,27.033257,27.103073,27.27446,27.785316,27.763685,28.139364,28.260868,28.49769,28.448395,27.926874,27.935829,27.792185,26.283989,27.373631,28.127491,28.830248,29.203424,30.392414,30.81365,30.51222,29.689507,29.563114,29.124134,28.926569,28.25255,27.969984,27.489481,27.772146,28.205643,28.389248,28.900814,29.213482,29.43766,29.962173,30.100929,30.242094,30.111742,30.725155,30.886074,30.238518,30.241776,30.055077,26.41334,26.532608,27.114582,27.294407,27.651211,28.298548,28.76232,28.917404,29.154486,29.264793,29.400227,29.39805,29.201567,29.299978,29.555384,22.07019,22.331697,22.706326,23.014967,23.267681,23.593187,23.894413,24.071514,24.291126,24.463879,24.626537,24.629313,24.325394,24.177372,24.061665,25.073872,25.544559,25.910538,26.318487,26.600834,26.842476,26.948093,26.936203,26.734383,27.11795,27.413479,27.855024,27.528646,27.08782,26.901875,27.303347,27.7978,28.494984,28.92952,29.402241,29.801598,30.118355,30.377432,30.604702,30.917654,31.341627,31.413973,31.206985,30.904907,30.705511,22.660826,22.996367,23.306629,23.891336,24.398649,25.180843,25.655148,26.09157,26.565298,27.231688,27.698627,28.161577,27.887556,27.812895,27.689276,19.491831,19.814009,20.295341,20.609585,20.929178,21.340334,21.69417,21.914877,22.259617,22.633339,23.016607,23.315386,23.307661,23.303953,23.395367,23.774208,24.375029,24.841383,25.232994,25.497971,25.790075,25.937187,26.024618,26.258215,26.469925,26.638477,26.874718,26.632668,26.836029,26.666365,24.924898,25.562338,26.141396,26.521307,26.477219,26.835167,27.202229,27.589745,27.733028,28.018675,28.485277,28.886553,28.415945,28.337652,28.143185,26.38765,26.879002,27.531153,27.892345,28.201246,28.461397,28.666555,28.597424,28.628258,28.795906,29.019007,29.172235,28.865376,28.8265,28.586033,21.136459,21.743935,22.368313,22.913471,23.369608,23.835279,24.258835,24.627979,25.015289,25.459354,25.782484,25.934065,25.772291,25.693289,25.541424,23.206253,23.727871,24.475254,25.268702,25.800457,26.343071,26.925131,27.511238,27.936808,28.752798,29.1325,29.536438,29.478199,29.400965,29.364496,25.506268,25.876633,26.378139,27.244043,28.06074,28.427938,29.022228,28.798952,29.396168,29.623482,30.232208,30.553665,30.308258,29.934729,29.64275,26.681265,27.08325,27.490208,27.780533,28.202713,28.527397,28.780952,29.057009,29.188351,29.316166,29.503679,29.60268,29.276157,29.058361,28.947151,24.401136,24.819534,25.387039,25.924154,26.298519,26.654131,26.799202,26.993965,27.296968,27.633974,27.877209,27.996925,27.67371,27.501064,27.293921,21.96328,22.504555,23.328089,24.111258,24.721056,25.018744,25.455051,25.834948,26.021156,26.553413,26.851337,27.153528,27.013088,27.046602,27.124184,25.070995,25.482994,25.974911,27.114464,27.573479,27.636707,28.044085,28.515726,28.301403,28.130949,28.80559,29.133051,28.701799,28.914579,28.717821,26.51815,27.037752,27.616098,27.776537,28.261597,28.4886,28.798985,29.233727,29.785141,30.026678,30.293251,30.199211,29.995064,29.913584,29.752344,23.699066,24.200415,24.884842,25.348488,26.242426,26.961676,27.429087,27.976471,28.430861,28.837452,29.426266,29.40258,29.447466,29.46302,29.219341,26.311966,27.178082,28.228882,29.067406,29.545454,30.094219,31.520535,31.368614,32.124165,32.707581,32.504505,32.029694,31.517094,31.028275,30.671894,23.530792,23.98745,24.683117,25.157103,25.573795,25.975327,26.249043,26.35844,26.534122,26.852856,27.133512,27.30645,26.96166,26.831955,26.824516,24.075779,24.661564,25.021454,25.517216,25.996655,26.304249,26.628881,26.820162,27.03405,27.101208,27.22113,27.123182,26.662079,26.39296,26.344725,24.395029,24.521231,24.78042,25.563511,25.890652,26.196638,26.759819,27.137896,27.752293,27.727592,28.138784,28.45208,28.202259,28.116867,27.977674,22.011623,22.443537,22.974188,23.571428,24.027166,24.239254,24.544315,24.953293,25.246492,25.264887,25.302649,25.421059,25.011501,24.828632,24.840372,25.53109,25.924665,26.439747,26.947039,27.072166,27.416389,27.632109,27.786139,28.240957,28.252354,28.502342,28.489155,28.321705,28.046459,27.924099,25.062826,25.703203,26.413441,27.02853,27.429649,27.797714,28.107128,28.273386,28.587791,28.937181,29.287907,29.460531,29.180872,28.909529,28.730751,24.862139,25.351572,25.881138,26.365303,26.807976,27.185875,27.565891,28.117126,28.398537,28.814421,29.006348,29.072586,28.734907,28.530682,28.371525,20.823799,21.594826,22.354769,23.121923,23.987909,24.698891,25.419092,26.004839,26.684263,27.303543,27.762949,27.668581,27.462505,27.322981,27.002874,20.526682,20.838518,21.171864,22.125462,22.751038,23.494162,23.971201,24.287724,24.434357,24.375042,24.735386,23.848503,23.23057,22.738094,22.191671,21.594618,22.199245,22.624161,23.072016,23.56403,23.83802,24.142704,24.472895,24.713692,25.02993,25.138866,25.19668,24.99572,25.029373,24.875107,27.142349,27.675327,28.280863,29.103008,29.223568,29.89262,30.30562,30.942518,31.052744,31.175131,31.100168,30.25938,29.386187,28.61932,27.75037,23.388355,24.420837,25.475285,26.239876,27.07645,27.701811,28.809446,29.470421,30.041739,30.555248,30.98234,31.564056,31.135406,30.934429,30.65395,23.868883,24.718044,26.522594,26.236883,27.236778,28.57143,28.305683,28.20248,28.564051,29.461014,30.441643,30.398756,29.614395,27.593254,27.5154,21.118412,21.479862,21.814213,22.359947,22.947588,23.696905,24.127359,24.824013,25.35099,25.827488,26.127148,25.555824,24.896667,24.487541,24.180122,23.86726,24.822315,25.566122,26.248623,26.84786,27.69739,28.21306,28.7062,28.713083,28.873787,29.156559,29.190853,28.921568,28.405252,28.147203,21.11886,21.66968,22.555372,21.808275,21.540676,22.024487,22.125412,23.112457,22.739647,22.35461,21.977715,21.829811,22.043161,21.991585,22.341955,27.721769,28.391726,29.208664,29.972692,31.379381,32.309036,33.345135,34.101906,34.826286,35.723053,36.305611,36.276512,35.380287,34.901314,34.103077,23.005461,23.491964,24.066259,24.70186,25.522184,26.526754,27.248997,27.812973,28.54163,28.937176,29.254198,29.467577,29.005421,28.681343,28.370527,25.272068,25.699747,25.737747,25.95788,25.512011,26.334795,26.950905,27.22151,27.969042,28.824476,27.973154,27.324173,27.654869,27.00305,27.300613,17.894409,18.851555,19.525845,20.042919,20.88279,21.675339,22.319166,23.249624,23.671968,24.457067,25.132498,24.866137,24.630087,23.97509,23.609127,17.162867,17.659508,17.999687,18.51124,18.865103,19.17885,19.716845,19.772234,19.967907,20.591928,20.731949,20.82184,20.425508,20.367115,20.37499,20.029539,20.450241,20.846031,21.275524,21.640942,22.064907,22.400925,22.64752,22.889444,23.155762,23.39382,23.441753,23.222546,23.081301,22.929686,27.204237,26.880127,27.407822,28.331133,29.388454,30.385178,31.51972,32.902897,33.088161,33.427048,34.15028,33.936352,33.157597,32.825577,32.52454,25.034964,27.621862,28.467155,29.129129,29.359165,31.818182,30.283913,30.988276,31.372551,31.391584,29.366306,30.732483,29.690048,28.369907,29.510704,25.119061,25.245127,26.055855,26.202753,26.987856,27.793221,27.995125,28.550091,29.394058,29.260164,29.213423,29.066198,28.453129,28.354784,28.312843,22.567186,23.233118,23.812956,24.221344,24.746504,25.263617,25.60758,25.907623,26.191858,26.318699,26.455139,26.410168,25.923058,25.536404,25.371391,21.646868,22.210407,22.745508,23.268738,23.768612,24.316896,24.61829,24.796452,25.070684,25.253851,25.518135,25.638512,25.46633,25.384453,25.241295,13.858109,14.06711,14.336114,14.632623,15.005116,15.376507,15.582018,15.837568,16.115788,16.295433,16.384848,16.655781,16.628813,16.753963,17.059193,23.688644,24.784969,25.50028,25.836102,26.483002,27.723671,28.270763,29.186928,29.803789,30.229733,29.591396,28.308746,28.22537,27.971125,27.689112,25,25.11338,26.231388,26.545662,26.018101,27.056778,26.936621,28.718884,29.557844,28.396574,29.981607,27.20097,26.726341,26.148869,25.798046,21.790031,22.558352,23.148148,23.42992,23.376795,23.61809,24.232309,24.753811,25.187202,25.256956,26.13526,24.795565,24.053452,23.03759,22.507595,23.017326,23.732014,24.323465,24.83136,25.14233,25.531805,25.797569,26.367702,26.550411,26.949289,27.017958,26.928135,26.451868,25.99036,25.895018,23.300911,23.687687,24.204967,24.980747,25.801697,26.416964,27.488235,28.541985,29.104259,29.667368,29.862282,29.784275,29.187349,29.68659,29.380428,24.677584,25.474945,26.127544,26.868912,27.4778,27.762703,28.149553,28.6989,28.794407,29.05353,29.460493,29.270767,28.55373,28.052505,27.620892,20.933968,20.969276,20.990927,21.630342,21.79558,22.697044,23.592369,24.367311,24.724588,24.872452,25.098974,25.382175,25.129807,25.247816,25.009424,22.393114,22.594162,23.216545,23.80559,24.478058,25.281197,25.639427,25.981422,26.203436,26.500841,26.718163,26.549253,26.244259,25.881109,25.914368,25.378345,25.930882,26.408312,26.88763,26.930677,27.000978,27.515215,27.805933,28.87784,29.406553,29.652882,29.69339,29.491827,29.102602,28.77219,17.854774,18.105955,18.369247,18.605158,18.868193,19.202311,19.563667,19.922289,20.201271,20.40954,20.630848,20.557209,20.558588,20.548183,20.604662,22.838865,23.659969,24.062691,23.899155,24.174135,24.178482,24.767981,25.144863,25.634581,26.075703,26.481005,26.488838,26.201748,25.497463,24.966316,24.029575,24.949099,25.107559,26.27132,26.657263,26.655296,27.288321,27.637163,28.083069,28.987139,29.716141,29.48493,29.52537,29.225883,27.967373,25.493225,25.960709,26.248339,26.589056,26.872524,27.103828,27.466356,27.767101,28.285402,28.379047,28.599075,28.227156,27.971775,27.544535,27.327078,20.938147,21.213978,21.699863,22.682592,23.065308,23.95043,24.215939,24.182501,24.026812,24.032587,24.106043,23.833168,23.541616,24.056309,23.984627,24.13319,23.833502,23.805021,23.974876,23.896484,24.591669,25.363577,25.8221,26.158323,26.678354,27.005751,27.053967,26.352798,25.88883,25.571697,22.00684,22.571106,23.245502,23.856415,24.340267,24.670263,25.100687,25.355854,25.786377,25.852875,25.862577,25.721285,25.272366,25.260269,25.023504,19.47629,20.063738,20.584276,20.631495,20.581049,21.249132,21.333519,21.432568,21.577988,21.778093,21.912182,22.196861,21.473951,20.984676,20.990799,25.985178,27.311113,27.966702,28.553682,28.604361,29.787046,30.465179,30.648809,31.301302,31.739292,31.823265,31.451839,31.235144,31.046688,30.970039,21.1222,21.284704,21.130362,20.802292,20.367626,22.528461,23.303654,23.638071,25.32258,25.372652,25.183296,24.657982,24.437086,24.783188,24.46117,23.51717,24.934383,25.053591,25.965199,26.271423,26.35593,27.119129,28.148148,28.405016,29.003021,29.753309,29.646557,29.214529,29.66313,29.302898,24.09586,24.673185,24.918877,25.206751,26.040606,27.096922,27.696827,29.131525,29.048208,30.021429,29.644623,29.365986,28.960424,28.735632,28.586712,20.785866,20.873781,21.28113,21.720106,22.181217,22.650486,23.101318,23.544861,24.071047,24.593395,24.998383,25.302994,25.427235,25.527617,25.709551,22.424053,23.882048,24.118979,24.025116,24.207397,24.328859,24.356369,24.184326,24.593967,24.819199,25.473547,25.209812,25.206476,24.564236,24.603174,23.20673,23.985094,24.439198,24.908567,25.613693,26.579809,27.217585,27.765402,28.16313,28.382408,29.136759,28.985437,28.822731,28.352379,28.169287,25.328632,25.929556,26.628983,27.238115,27.840761,28.558086,29.208363,29.939724,30.166939,30.664787,31.149548,30.942627,30.145914,29.592525,29.008659,24.146307,24.493071,24.554558,24.641432,25.01832,25.352829,25.995367,26.068964,25.950558,26.372915,26.94371,26.993734,26.961464,26.963312,27.033031,21.473631,22.749298,23.667593,24.780756,25.510204,25.278536,26.257265,26.704826,27.531645,28.23847,28.94285,28.067633,27.896679,27.306002,27.045736,23.069744,23.66464,23.902113,24.389595,24.955706,25.247097,25.877985,26.471817,26.996834,27.121025,27.491417,27.549931,27.18742,27.250797,27.088699,13.929707,14.85496,15.872018,17.110868,17.94754,18.406555,18.159159,18.501446,18.656776,19.332289,19.541279,19.355175,18.998178,19.101389,19.429987,23.366968,23.957159,24.971031,23.89641,24.359737,25.347853,25.808498,26.040977,27.635887,27.037773,29.368771,28.230616,27.811447,27.743271,27.119833,22.753733,23.221167,24.209715,24.304653,25.252264,25.963541,25.992218,24.849094,24.945875,25.455805,25.781429,26.46048,25.744959,24.041298,23.401665,24.875374,25.442249,25.279873,25.893318,26.626911,26.149052,26.183472,26.230379,25.958235,26.684492,28.428995,28.913694,27.67448,27.052238,26.871199,21.097404,21.883537,22.548161,23.027687,23.094339,24.076063,24.141665,24.800383,24.402454,24.748226,24.641029,24.51931,24.655512,24.248497,24.337635,23.202171,24.118673,24.354897,24.298056,24.749537,25.075527,25.318903,25.236591,26.345381,27.810404,26.633375,26.282591,26.74469,27.443281,26.610767,20.565554,20.628019,20.880014,21.080027,21.375645,21.497274,22.240129,22.15909,23.101751,23.466747,23.567823,23.792801,23.055992,23.30249,23.410242,18.988918,19.328999,19.837349,20.376133,20.898655,21.378513,21.768902,22.14691,22.420353,22.68961,22.904821,23.249445,23.340855,23.385366,23.424557,20.515568,20.857162,21.200361,21.3808,21.184753,21.274481,21.670122,21.831951,22.058825,22.058075,22.376867,21.663765,21.483002,21.486792,21.132914,19.486902,19.803165,20.098703,20.55381,20.689838,20.766397,21.262653,21.109114,21.344599,21.442045,21.705147,21.805399,21.953234,21.82897,21.806156,23.727222,24.079319,24.785686,26.327684,26.363468,26.759502,27.600374,28.793999,28.446304,28.938225,28.973919,28.530205,27.708569,27.632088,27.788425,19.054628,19.588604,20.148806,20.662426,21.176043,21.664389,21.993086,22.454643,22.854164,23.319921,23.641449,24.168016,24.266836,24.506298,24.736748,23.371609,23.791487,24.336748,24.952579,25.540245,26.064301,26.959419,27.643908,28.162998,28.471666,28.906796,28.519356,28.095821,27.861326,27.336946,22.209986,23.294384,23.47891,23.89513,24.233244,25.634024,26.317924,26.9809,27.791668,27.816757,27.721157,26.73061,26.361279,24.934269,24.807257,20.826773,21.196409,21.410078,22.153845,22.64151,23.018642,23.545929,24.08329,24.468626,24.461819,25.249004,24.940571,24.056919,23.18734,22.082766,25.544189,25.750849,26.039215,25.70549,25.491699,25.436995,25.959248,25.827641,26.518436,26.675749,26.487368,25.888739,25.758818,24.748322,24.730267,20.642731,20.654716,20.909735,21.264917,21.421165,22.034445,22.686615,23.220633,24.160736,24.712595,25.078796,24.260155,23.562424,23.136578,22.866568,23.983385,24.799292,25.049311,25.336823,25.854031,26.067015,26.600161,27.071262,27.321815,27.707195,27.728199,27.486546,27.045082,26.443836,26.171148,20.333239,20.880449,21.386427,21.858578,22.236898,22.581314,22.890583,22.978868,23.043047,23.079676,23.308178,23.014606,22.282639,21.741745,21.344051,25.19832,25.507248,25.924126,25.367287,25.456339,26.802584,28.471178,29.14646,30.08637,31.411531,32.413448,31.405376,29.969574,28.2516,28.153273,21.568592,22.149263,22.738489,23.349371,23.857698,24.272247,24.699133,25.047148,25.344545,25.729347,25.978651,26.216816,26.166773,26.084814,26.002575,18.503393,18.942108,19.385136,19.851248,20.247417,20.75416,21.050892,21.489113,21.743534,21.940899,22.14492,21.942404,21.723743,21.831158,21.840235,19.124542,19.579361,19.982748,20.561953,20.893169,21.281412,21.534864,22.274933,22.495087,22.60733,22.615156,22.163797,21.773499,21.588039,21.505774,20.872477,21.509848,22.233278,23.150503,23.569136,24.385769,25.204792,25.948509,26.47757,26.770634,27.020527,27.298674,27.344503,27.329084,26.851421,23.322908,23.859873,24.292631,24.969118,25.336473,25.71566,26.407274,26.964687,27.298494,27.642107,27.833652,27.994104,27.837471,27.697382,27.229393,24.277349,25.047997,25.776424,26.630291,26.918251,27.546913,28.073294,28.776466,29.13706,29.709848,30.598017,30.508747,29.787666,29.595869,28.942501,24.078341,24.101479,24.068836,24.481031,24.987858,25.997581,26.671547,27.303923,27.773678,28.25112,28.983307,28.11631,28.53792,27.902136,27.795193,20.636152,20.893721,21.2512,21.401413,22.089762,22.669338,23.019693,23.672005,23.406864,23.432699,24.879339,23.997494,23.896309,23.906799,24.028801,23.212046,23.349937,24.414063,24.719101,25.871313,25.990273,25.698324,26.825741,26.836582,29.144588,28.85906,28.655836,27.981651,28.773584,27.287066,22.530371,23.300543,23.938604,24.527699,24.976934,25.505396,25.807268,26.063955,26.321421,26.537874,26.806131,26.923265,26.751095,26.552109,26.275686,25.076645,25.62756,26.331795,26.310307,26.143253,26.523966,26.908415,26.863598,26.735195,27.016317,27.991333,27.84053,27.489176,27.230667,27.282166,23.209698,23.964252,24.615385,25.423363,26.102549,26.795095,27.140093,27.408413,27.58408,27.77187,28.223488,28.037146,27.753485,27.367559,27.006668,18.774302,19.135765,19.299204,20.082539,20.475441,20.802744,21.154306,21.226751,21.211405,21.693926,21.940317,21.599497,21.069748,21.02598,20.374657,18.337593,18.49699,19.075624,19.312403,19.568701,19.926947,20.252117,20.442331,20.834084,20.788906,20.87075,20.908939,20.78233,20.561392,20.519737,23.403212,23.939873,24.469042,25.165022,25.700253,26.365873,26.745636,27.274906,27.64349,27.925602,28.153122,28.257069,28.007433,27.762175,27.405239,21.51305,21.308058,21.83844,22.563732,23,24.033438,23.999332,24.318069,24.618383,24.466082,25.740423,24.844152,24.783148,24.426767,24.235842,26.303703,26.895374,27.523745,27.80188,28.280041,28.891417,29.424789,29.595999,29.678593,29.65296,29.623678,29.090256,28.451052,28.152388,27.711788,22.032694,21.761658,23.151606,25.600601,25.11628,25.216024,26.539103,27.663231,28.817734,29.575163,28.257328,28.142742,27.027025,26.468224,25.329203,25.317541,25.356125,25.585022,25.662228,26.502615,27.510607,28.507233,29.851583,30.583473,31.395838,31.911949,31.839624,31.05751,30.627008,29.852137,20.979509,21.614834,22.100412,22.391951,22.999483,23.392347,24.056437,24.861624,25.447845,25.733646,25.948858,25.866518,25.491575,25.473383,25.36129,22.335901,22.85869,23.495897,24.028122,24.421141,24.825495,25.013575,25.349852,25.245916,25.194771,25.841644,25.390921,24.905775,24.669142,24.830265,22.897266,23.473694,24.140093,24.774298,25.437836,26.050007,26.534897,26.877993,27.144587,27.481699,27.611538,27.794043,27.347637,27.132156,26.970726,21.64397,22.062599,22.417906,22.925072,23.361067,23.886068,24.044981,24.358194,24.461845,24.539337,24.840384,24.88529,24.527826,24.354488,24.249952,24.049829,24.493166,25.278946,26.023346,26.542109,27.428007,27.965208,28.430468,28.991741,29.199154,29.67478,29.755751,29.185545,28.918133,28.434742,22.279362,22.893139,23.462402,24.041901,24.515493,24.887058,24.979889,25.282366,25.428289,25.601685,25.884422,25.870586,25.608126,25.476118,25.388395,18.372927,19.07682,19.45615,19.902681,20.262556,20.728664,21.246059,21.466187,21.872021,21.872738,22.310801,22.308241,22.2054,22.230602,22.362869,22.459322,22.959999,23.078997,23.384699,23.901773,24.356491,24.874371,25.406977,26.044733,26.263836,26.050673,25.830814,25.38133,25.266794,25.668278,23.886395,24.82556,25.455448,26.759878,26.683781,27.036184,27.738705,27.626598,27.468517,27.407059,27.526173,27.403446,27.043646,26.831923,26.910868,22.292875,23.042084,22.624952,22.795244,23.190632,23.411943,23.616096,23.280521,23.566763,23.578114,24.746666,25.138865,24.624298,24.39596,24.525917,24.438322,24.690823,25.467342,26.466698,26.620474,26.760244,26.650036,26.769087,27.083832,27.900146,27.962429,28.141678,27.669542,27.374722,26.919165,23.329596,23.972929,24.563156,25.163729,25.593388,25.973289,26.611618,26.892424,27.002594,27.081951,27.411047,27.426535,27.104279,27.040115,26.858122,19.941339,20.431591,20.911493,21.39324,21.871365,22.297125,22.508539,22.768177,22.915365,23.04426,23.206108,23.389006,23.351133,23.322868,23.290255,23.13991,23.692495,24.593149,25.305557,25.768978,26.286797,26.65976,27.153202,27.307472,27.34218,27.439711,27.209429,26.717949,26.424927,26.209927,26.955584,27.352259,27.12528,27.206772,27.603447,27.770107,27.711046,27.335871,27.302404,27.035177,26.755688,26.44302,26.539898,26.150799,26.033667,22.863741,22.969837,23.567204,24.324326,24.662451,25.813007,27.178959,27.249224,27.64172,27.567383,27.87776,27.300102,26.976585,26.570457,26.391539,19.198727,19.573416,19.715075,20.288765,20.959839,21.489681,21.830128,22.067198,22.373606,22.648891,22.880135,22.737322,22.438618,22.1703,21.974543,25.367317,25.428312,25.796843,26.264128,26.334309,26.034483,26.028952,25.918596,25.326088,25.092056,25.441137,24.81678,24.354877,23.610773,22.964209,24.88818,25.015589,25.488544,25.968906,26.177593,26.785555,27.283045,27.723911,27.865133,27.964619,28.251556,28.244459,27.827948,27.757359,27.47827,16.111902,16.271542,16.454824,16.614096,16.820057,17.081196,17.336256,17.630554,17.822868,17.987162,18.195791,18.320902,18.410797,18.499998,18.658043,23.544056,24.037113,24.513889,24.87039,25.334665,25.950941,26.203457,26.49062,26.636568,26.759035,27.046335,27.135992,26.899618,26.69523,26.345339,20.621967,21.176418,21.613541,22.391636,23.020203,23.421667,24.009253,24.47032,24.514332,24.759596,25.118088,24.741013,24.134947,23.490589,23.115387,26.772017,27.462582,28.156147,28.892189,29.158133,29.69873,29.752668,30.223042,30.094587,30.194134,29.994541,29.623804,29.099312,28.446367,27.949688,23.113222,23.584759,23.940002,24.410728,24.72097,25.127512,25.67119,25.903702,26.360523,26.518515,26.653421,26.621168,26.247246,26.16353,25.844326,24.382969,25.105959,25.678289,26.311279,26.762236,27.336172,27.977579,28.281376,28.584724,28.854605,28.912868,29.01845,28.832022,28.713438,28.489727,21.45182,22.401514,23.208578,24.209486,25.042662,25.8587,26.731277,27.344236,27.787632,28.381401,28.700396,28.775457,28.204262,27.838179,27.624416,20.434912,19.882526,21.277222,22.06278,20.986547,22.189695,23.619543,24.812246,25.074097,25.387087,26.928593,26.942247,27.779442,27.113527,27.156649,22.947538,23.196184,23.610937,24.198967,24.561468,25.052525,25.455412,25.966497,26.35144,26.631168,26.893101,27.13097,26.95208,27.069962,26.881853,22.781563,23.284725,23.896868,24.621262,25.304743,25.91292,26.411434,26.655525,26.987324,26.857195,27.199167,27.014975,26.637516,26.18742,25.817099,26.052332,26.53915,27.224514,26.734451,26.826275,28.704277,29.411766,30.080795,32.081474,31.190926,31.506847,30.716511,30.813213,30.125002,29.910713,21.732176,22.732492,23.059668,23.279419,23.892336,24.58205,25.040861,25.639612,26.079735,27.117147,27.182098,27.24157,26.623737,26.689833,26.711712,22.407446,23.169098,23.673441,24.371002,24.944798,25.425661,26.62319,26.90337,26.997206,26.879126,27.385098,27.580059,26.555813,25.850386,25.813023,23.531727,23.775265,24.588142,25.120853,25.636042,26.053207,26.863831,27.226326,27.384134,27.749002,27.903599,27.762445,27.654409,27.380285,27.170277,30.183611,31.244406,32.167198,31.45414,32.381802,32.103157,34.143108,35.177864,35.751297,35.511608,37.041775,38.190517,36.94046,35.92976,35.835239,21.253481,21.902397,22.561625,23.202616,23.808041,24.423857,25.205925,25.522858,25.718637,25.899208,26.099291,26.170927,25.985107,25.82472,25.612524,21.156397,21.390066,21.896551,22.125097,22.385464,22.545244,23.197674,23.211851,23.701424,24.448669,24.312099,23.867298,23.325724,23.252251,22.21163,20.726099,20.921387,21.531353,22.040592,22.516064,23.06361,23.674894,24.041916,24.352715,24.61792,24.934628,24.514015,23.972635,23.513746,23.398907,22.401217,22.780687,23.193577,23.639406,24.089375,24.884853,25.528244,25.921461,26.069904,26.288492,26.481539,26.714489,26.441711,26.203144,26.006756,21.128458,22.026215,22.549646,23.1098,23.687063,24.179518,24.755459,25.579544,26.253042,26.397251,27.207521,27.198616,26.900997,26.253437,26.251513,18.236708,19.054758,19.594149,20.06085,20.663181,21.948286,22.736069,23.550337,24.194525,25.342789,25.618219,25.128651,24.794998,24.341211,23.665611,22.552927,23.07539,23.524643,23.761099,24.096628,24.574312,24.987143,25.044411,25.127665,25.499218,25.792143,25.815582,25.64612,25.652134,25.462061,26.4804,27.147711,28.096094,28.564808,29.279551,30.126757,30.812798,31.226509,31.561378,31.71949,32.103859,31.474024,30.504871,29.696142,28.825367,24.523809,24.703089,26.107225,25.93458,26.59091,28.665209,28.169016,27.951807,29.268291,29.032257,29.35561,27.272728,27.891155,26.291079,26.69903,27.2509,28.960396,30.552145,29.937107,26.927938,26.785713,26.753246,27.664974,26.937738,27.994955,28.182941,28.937731,26.978418,26.130653,25.925926,23.654444,24.294512,24.589031,25.30368,25.837061,26.458588,26.952341,27.705162,27.941536,28.13442,28.132427,28.047234,27.514013,27.175766,26.710484,27.029436,27.592346,28.621986,29.135254,29.1758,30.071598,30.449978,32.248783,32.345135,32.835819,32.224396,31.665941,30.330395,29.386749,28.703495,23.184399,25.239599,24.675301,24.758799,25.6329,26.6436,26.6667,29.225401,29.779402,31.541201,30.449799,31.395302,31.111101,31.617599,32.442699,23.029228,23.106171,23.823275,22.922806,23.65243,24.760801,24.369267,25.267908,25.605932,25.784756,26.097832,25.374376,24.640884,23.563696,23.509274,19.021841,19.329395,19.632,19.876192,19.788279,19.934704,20.376257,20.564232,20.7479,20.749153,21.030336,20.120411,19.39992,18.815613,18.488077,20.926405,21.769043,22.354105,22.896963,22.741117,23.338566,24.234425,23.703306,23.753424,23.361666,25.294748,25.508022,24.514757,24.502785,24.155846,22.99572,23.364658,23.684103,24.170549,24.550606,25.10741,25.549751,25.848907,26.080013,26.36492,26.345249,26.271524,26.142254,26.34947,26.160101,20.793835,21.179459,21.578661,21.737648,22.222984,22.437084,22.820477,23.223547,23.831575,24.247698,24.356506,23.706804,23.764013,24.25346,24.372471,23.173185,23.975149,24.412483,25.259701,25.294956,26.790438,26.956657,27.742296,27.78619,28.592508,28.796715,28.800642,28.378984,27.963375,28.040707,21.312309,21.40209,21.187275,21.251417,20.610567,20.758177,20.827608,20.389513,21.373816,20.573032,20.713148,19.914225,19.711201,19.835602,19.71096,23.673788,24.343285,24.946339,25.642231,26.461056,26.896011,27.704498,28.459299,28.876728,28.924374,29.149357,29.008427,28.075678,27.529039,26.944954,21.476339,22.226387,23.017792,23.758778,24.710236,25.101042,25.874725,26.654894,27.093655,27.612436,27.760387,28.440643,28.577471,28.604147,28.836123,25.618708,25.983692,26.765493,27.502373,28.048241,29.054892,29.37431,30.134228,29.390446,29.533863,29.570917,29.281048,29.005856,28.206821,27.282473,21.559738,22.151537,22.798855,23.542734,24.056002,24.857677,25.662121,26.173254,26.559433,26.839996,26.936256,26.926413,26.640165,26.463028,26.271099,22.849499,23.241121,23.845949,24.329916,24.849621,25.341419,25.886631,26.175833,26.490355,26.729383,26.94639,27.091295,26.554628,26.256742,25.976688,23.338842,24.45726,24.398285,24.798193,25.2642,24.991821,25.714287,25.582127,26.610115,25.856886,27.054171,26.754253,25.893635,25.601376,25.469845,25.194147,25.648249,26.056042,26.18117,26.178459,26.455164,27.476423,27.7932,29.02692,29.070992,29.15225,28.234274,27.830109,27.308018,26.661699,30.631844,30.858908,31.014997,30.595493,31.245884,32.027138,32.715382,32.902031,33.082905,33.016949,32.630981,32.374367,31.164206,30.370066,29.891977,35.384602,36.363598,38.666702,38.888901,41.818199,41.4286,42.666702,43.037998,40.983601,44.1558,33.734901,41.052601,40.7407,35.922302,35.632198,19.24939,19.501574,19.906017,20.246025,20.632536,21.052917,21.481428,21.79854,22.038279,22.168299,22.210485,22.041845,21.706198,21.435053,21.058233,21.143475,21.787708,22.130508,23.106546,23.882048,24.182583,24.434753,25.663715,26.652056,26.218998,27.516096,27.181494,26.901091,27.208853,26.612202,24.293577,25.441874,26.365587,26.777044,27.2293,27.731918,27.86264,27.82233,28.35548,28.380156,28.498667,28.014013,27.303467,27.023104,26.621952,19.653965,20.146538,20.608946,20.994404,21.500952,21.983088,22.494787,22.803551,23.091465,23.372856,23.54763,23.623894,23.31089,23.151321,22.889242,28.706997,29.67033,28.427673,29.588015,28.29932,30.671736,31.111113,32.212158,31.114132,31.616596,29.073032,30.05698,29.891304,31.201044,29.353233,20.120304,19.722221,20.731421,21.033182,21.451393,21.498173,21.29825,21.515764,21.469265,21.77557,22.229507,22.32819,21.965612,21.4596,21.412069,28.456623,28.997023,29.704496,30.368704,31.370411,31.885246,32.560043,32.946762,33.336433,33.133377,33.457214,33.965881,32.99379,32.743275,31.926043,19.661016,19.54439,20.004297,20.997145,22.214643,22.419609,22.799911,23.475746,24.286968,24.543524,24.53886,24.057085,23.913479,23.49592,23.247707,28.709158,29.628641,29.986578,30.276447,30.411964,31.445057,31.538063,32.127277,32.120743,32.270218,31.128792,30.431547,28.927866,28.057899,27.890989,21.970797,22.510845,23.278105,24.02706,24.871616,25.646343,26.47579,27.068476,27.41909,28.018808,28.034613,28.068886,27.944958,27.558905,27.091503,17.837906,18.243896,18.519667,18.856747,19.346323,19.680893,19.94269,20.271769,20.496264,20.713404,20.898369,20.6714,20.54142,20.424051,20.458838,21.560631,22.070757,22.777411,23.451828,24.304228,25.055262,25.860342,26.601162,26.965942,27.586885,27.917164,28.075758,27.616913,27.251211,26.840172,26.643892,27.229643,26.794872,27.477282,28.87417,29.701626,30.695772,31.939339,32.566532,31.207905,30.896122,31.264057,30.157303,29.31596,29.581394,21.008999,21.823893,22.444508,23.143734,23.646332,24.25071,24.620165,24.909657,25.013208,24.954859,25.290745,25.014452,24.151918,23.602333,23.120712,22.964182,23.329924,23.898163,24.497332,24.964195,25.610584,26.194084,26.705685,26.914024,26.918434,27.361008,27.536938,27.225283,26.975262,26.655397,26.042688,26.148907,26.804745,27.021494,26.495901,26.891264,28.265348,27.961403,27.563578,27.475908,27.467207,27.937551,27.487072,27.600327,27.302498,22.829248,22.62949,22.738853,23.211617,23.577585,23.728813,24.118979,23.835527,23.898762,23.715288,23.769533,23.546326,22.807772,22.697954,22.783834,25.221746,25.364658,25.925926,26.480297,26.748613,27.558693,28.037006,28.175766,28.141031,28.262848,28.374123,28.20513,27.894709,27.487396,27.166975,23.213566,23.760826,24.272665,24.769911,25.276911,25.829103,26.082493,26.311081,26.375814,26.525,26.67499,26.800526,26.551947,26.434723,26.313061,18.259529,18.8255,19.51873,20.09593,20.251116,20.825129,21.091547,21.578974,21.62356,21.747393,21.828102,22.062946,21.920799,21.917194,22.092136,24.456898,24.493513,25.163252,25.740162,26.303629,27.159544,27.657959,27.379066,27.383133,27.721167,27.868092,27.785152,27.229198,26.751942,26.073595,25.714287,26.791044,27.459955,28.203184,28.661419,28.3214,28.236246,28.990227,28.320801,27.75,28.312757,26.973686,26.833334,26.610878,25.41197,19.277658,19.428629,19.893305,20.399225,20.712595,21.101429,21.617813,21.973858,22.281876,22.173967,22.168135,22.093767,21.928852,22.025215,21.920916,21.682669,22.118612,22.465551,23.073917,23.542809,24.064116,24.396891,24.997885,25.301638,25.582129,25.847069,25.866693,25.507933,25.555557,25.611025,24.172098,24.775345,25.379726,25.920471,26.79945,27.569231,28.183147,28.308334,28.826513,28.547695,28.274282,28.46398,28.157509,28.298965,28.241199,22.612404,23.16326,23.522442,24.049379,24.312262,25.052559,25.861601,26.210169,26.071688,25.799841,26.21735,26.031199,25.78739,25.401354,24.839458,21.181932,21.915388,22.608898,23.321327,23.769491,24.286745,24.8006,25.222687,25.588411,25.751877,26.007402,25.745811,25.318602,24.904377,24.500553,20.672007,20.702869,20.920273,21.723639,21.783802,22.048166,22.266401,22.370567,22.45533,22.376528,22.691216,22.606613,22.175102,22.263762,22.369402,23.421774,25.422138,27.694538,27.123552,27.905836,27.61194,26.965174,26.706827,26.596806,26.372549,26.338852,26.120481,25.061066,25.633669,26.68919,23.336864,23.883577,24.373308,24.941055,25.379276,25.952095,26.715389,26.855511,27.057812,27.514523,27.637009,27.742624,27.326752,27.081076,26.731644,23.690626,24.384399,24.970528,25.749249,26.03754,26.487585,26.784882,27.316738,27.557674,27.740372,28.212151,28.097851,27.519768,27.191723,26.919502,24.775963,25.288719,25.569641,25.989315,26.489603,26.802074,27.033594,27.617661,27.386669,27.548779,27.627602,27.147909,26.792706,26.729849,26.444063,24.378918,24.703251,25.216808,25.734484,26.415625,27.188858,27.831707,28.168873,28.6376,28.903645,29.0835,29.392708,29.184406,28.924265,28.710482,19.607647,19.721601,20.624002,20.649927,20.761211,21.041687,21.136024,22.223326,22.333401,22.941877,22.676109,23.008162,23.421648,23.486828,23.955065,20.597588,21.30312,22.283014,22.961361,23.890961,24.101397,24.800364,25.370407,25.336044,25.894127,26.327646,25.849167,25.330425,25.028652,24.838121,24.280796,26.913494,28.808504,28.94437,29.299349,29.462088,29.658205,29.684868,29.38813,28.833696,28.218967,28.747154,28.655954,28.379763,28.353394,19.228741,19.877172,20.381714,20.819702,21.213099,21.823509,22.386042,22.830587,23.228662,23.430294,23.692835,23.646269,23.405537,23.503885,23.387255,20.217539,20.55608,20.666313,20.427271,21.75638,21.531286,22.532078,22.743776,23.246128,24.232847,24.099899,23.774509,22.977261,22.824594,22.528408,27.805567,28.280216,28.723085,29.057335,29.590273,29.766739,29.750692,29.99818,30.121574,30.083973,30.656401,30.693876,29.799873,29.461372,29.522169,22.441664,22.985987,23.433001,23.812576,24.367468,24.638882,25.09692,25.342825,25.529102,25.702026,25.731798,25.556248,25.235552,24.775589,24.386871,20.030396,21.11455,22.107243,22.747604,22.809237,23.989819,24.651899,24.141104,23.450134,23.89695,25.745825,25.672085,25.129833,24.548737,24.693007,28.888163,28.443708,29.536423,30.355427,30.592733,30.944834,31.25,31.590084,32.860229,31.429443,32.41692,31.337616,31.591448,30.834085,29.770765,24.480659,25.437979,25.822914,26.578123,27.16431,27.841415,27.959507,28.65667,29.213745,29.193609,29.106449,29.093487,28.60626,28.721189,28.415649,21.136103,21.42528,21.917492,22.362509,22.946308,23.337278,23.558483,23.76716,23.821058,23.785978,23.822292,23.312037,22.909927,22.343674,21.749704,23.95554,24.275595,24.514025,24.884306,25.268677,25.615051,26.391098,26.827625,27.752356,27.557356,28.131359,27.555069,27.197346,26.797295,26.390032,30.656109,32.159088,31.554523,31.030304,30.796671,30.526316,30.624264,30.326944,29.867256,29.817009,28.632938,28.29582,27.024185,27.03583,26.818674,23.322126,23.946194,24.288296,24.673386,25.258303,25.586044,26.029793,26.513962,26.821894,27.577692,27.621513,27.332174,27.365541,27.31921,26.921207,23.421324,23.502581,23.852789,24.293501,24.725109,25.090721,25.184143,25.109032,25.385168,25.775564,25.940788,26.313194,26.201042,26.228949,26.350203,22.97085,23.654467,24.104708,24.392048,24.744757,25.152185,25.843016,26.384922,26.713902,27.396074,27.502373,26.950758,26.811245,26.803421,26.44628,23.402731,24.104773,24.991709,25.490316,25.842148,26.350521,26.777744,26.933578,27.211418,27.420975,27.526081,27.316919,26.939722,26.641708,26.28684,27.281479,27.791088,28.54825,28.878078,29.710421,30.311152,30.501747,30.926857,30.780882,30.258373,30.876255,30.377377,29.749617,29.474295,29.093721,25.203705,25.327312,25.286589,26.079256,26.53825,27.36203,28.352324,28.735632,28.75318,28.720072,30.010197,30.042919,29.524887,28.966068,28.669617,26.599848,27.269947,27.999146,28.52697,29.233318,29.807308,29.796032,29.880634,30.167252,30.242275,30.399605,30.095459,29.559677,29.720751,29.284767,20.354061,21.084122,21.616283,22.394642,22.710852,23.200262,23.930948,24.448841,24.930365,25.404936,26.036602,25.758421,25.04285,24.50415,23.943577,22.559031,23.345737,24.71036,25.581005,26.170387,27.181545,27.268171,26.934,26.588434,26.302689,26.324341,26.15461,25.020891,25.82283,24.631218,24.103788,23.507957,24.736496,26.031101,25.877634,25.626833,25.283632,25.922451,25.745007,25.490788,24.36301,24.984858,24.292744,24.421513,24.216524,22.509384,22.989014,23.376297,24.154165,24.450926,24.687597,25.154015,25.384941,25.870857,26.109722,25.895332,25.962791,25.266176,24.875334,24.510256,24.416136,24.745052,25.059032,25.948044,27.234041,27.35849,27.958626,28.596962,29.873264,29.833433,29.833927,30.161581,30.118694,28.935665,29.070118,22.354435,22.740456,22.989466,23.229818,23.86562,24.301355,24.486654,24.672668,24.868996,24.79232,25.256336,25.284809,25.014406,25.193081,25.29221,21.534109,21.814117,22.281921,22.068743,22.72578,23.636364,23.693142,24.250589,23.163097,23.260437,25.082401,25.65963,25.195822,25.235161,25.60936,22.138474,22.663578,22.999111,23.346577,23.719702,23.958258,24.151558,24.340721,24.41861,24.423618,24.389584,24.432417,24.319813,24.266096,24.109974,23.429396,24.340885,23.834555,24.662163,25.619835,25.783195,26.945118,27.463732,27.389774,28.033274,28.766319,28.801516,28.278593,27.663528,27.720716,16.377274,16.475117,16.783369,16.834791,17.038559,17.588018,17.778154,18.23313,18.646988,18.930511,19.204508,19.066431,19.076794,19.130045,19.140446,23.308426,24.093073,24.215916,24.460508,25.184948,25.613773,26.201057,26.521603,26.7162,26.749355,26.622295,26.234501,25.942165,26.227402,25.578667,21.13402,22.893364,22.624435,24.902723,25.773195,26.711187,28.024912,31.597221,30.624464,30.172413,30.316343,28.828058,28.679562,27.272728,24.926035,24.639423,25.318878,25.622059,25.757576,25.297827,26.633167,28.350878,29.047951,29.036728,28.681087,27.822044,27.740189,27.520435,27.851645,27.344311,24.378727,25.248014,25.319254,26.383718,26.72163,27.17107,26.983019,28.071394,28.396204,28.675095,28.161764,27.51059,27.270416,26.268431,26.139513,20.465172,20.792919,21.509106,21.4711,21.789104,22.338812,22.908493,23.157225,23.673416,24.335938,24.117424,24.006136,23.660828,23.260616,23.641878,20.230227,20.679585,21.17469,21.694677,22.209927,22.718493,23.062567,23.380098,23.655163,23.981462,24.223644,24.511326,24.474457,24.517294,24.559919,19.400074,19.845934,20.547966,21.115643,21.545042,22.019205,22.572317,22.903746,23.207373,23.353321,23.413902,23.129665,22.499088,22.178694,21.79512,27.384325,28.416914,27.849356,27.738693,27.263046,28.025478,27.578718,28.781038,29.298643,29.247311,28.115654,28.345627,27.789936,26.613817,24.412094,20.60606,21.25391,21.482601,21.876495,22.18321,22.904083,23.513817,23.599485,24.189123,24.390438,24.41622,24.32988,24.265757,23.755817,23.314806,25.83288,26.353991,26.566992,26.6745,26.694914,25.899706,27.309942,28.433153,28.685015,27.085854,28.283443,27.987804,27.289719,26.961395,26.7658,19.507427,19.982206,20.435411,20.727535,21.037983,21.171406,21.39061,21.421721,21.990763,22.293615,22.391506,22.670654,22.751371,22.792267,22.944563,20.693102,21.086765,21.569664,22.007093,22.541626,22.965687,23.368668,23.842331,24.182684,24.349966,24.440046,24.311274,23.861383,23.471899,23.049086,18.29553,18.600815,19.266588,19.837675,20.33144,20.880859,21.24291,21.601446,21.854004,22.00679,22.217276,22.587734,22.675375,22.78532,22.965502,25.984196,27.014149,27.478086,28.065836,28.372877,28.94755,29.771841,30.461004,30.521557,30.534824,30.51219,30.169237,29.617989,29.092928,29.000771,23.87072,24.335577,24.979591,25.380589,25.729633,25.994745,26.604546,26.368719,26.328234,26.852831,27.30785,27.219454,26.843822,26.78788,26.532331,24.148354,24.965031,25.471571,26.302641,26.855846,27.510077,27.960215,28.326584,28.483957,28.697166,28.799391,28.656942,28.101141,28.202873,28.105337,23.844786,24.729187,24.686831,25.327921,26.420454,26.49984,27.126656,27.537622,27.607552,27.231741,26.466209,26.628119,25.866831,25.586924,24.126984,20.042471,20.447973,20.722946,21.105947,21.698149,22.11772,22.542868,23.244459,23.464092,23.757769,23.888659,23.363676,22.737629,22.071705,21.477915,19.740114,20.004873,20.156061,20.264595,20.176392,20.408422,20.596611,21.000084,21.243891,21.300787,21.563068,21.177551,21.005743,20.731409,20.355303,25.028971,25.461864,25.764217,26.30187,26.443562,26.956707,27.349886,27.719507,27.968363,28.241562,28.508463,28.587997,28.273714,27.945724,27.737087,21.655527,22.30415,22.889101,23.565676,24.167236,24.837484,25.396317,25.617807,25.912411,26.259596,26.42211,26.121553,25.397856,24.956179,24.42856,19.108599,19.804945,20.645815,21.243849,21.72081,22.391741,23.099207,23.990721,24.661474,24.997004,25.370682,25.488905,25.195265,25.21452,25.159746,20.552326,21.124842,22.002281,22.508463,23.628223,24.528759,24.887611,24.803436,25.070234,24.836647,24.913639,23.587669,23.267248,22.760899,22.471046,22.316803,22.956306,23.411047,24.255154,24.663853,24.765442,24.910202,24.875912,24.914997,25.09782,25.976471,25.641027,24.905661,23.820965,22.862309,22.170725,22.695757,23.34667,24.300694,24.794127,25.629139,26.233732,27.036444,27.265814,27.597956,27.825468,27.69566,27.376032,26.917448,26.629471,15.64787,15.91938,16.212057,16.499203,16.749441,17.038662,17.380629,17.640265,17.929394,18.180782,18.39591,18.645824,18.750072,18.915642,19.124178,21.644833,22.209753,22.815592,23.258421,23.848557,24.444336,24.875221,25.459665,25.867506,26.128105,26.28055,26.408554,26.174334,26.050583,25.909653,25.147533,25.609285,26.226934,27.71011,27.90839,27.947422,27.67557,27.715063,27.524525,27.013954,26.70612,26.169083,25.800682,25.03937,25.008806,19.653763,20.160563,20.653711,21.219835,21.670452,22.273203,22.759104,23.413038,23.830751,23.993797,24.230551,24.392668,24.00692,23.764341,23.48163,21.693014,22.442129,22.725996,23.197603,23.748108,24.519161,24.907843,25.280083,25.899601,26.084715,26.56019,26.776403,26.482571,26.261702,26.004326,18.330345,18.899879,19.115753,19.188951,19.473202,19.365021,19.68504,20.110308,20.507284,21.073095,21.561556,21.040735,20.786619,20.794424,20.541134,19.168764,19.469921,20.076384,20.573797,21.219025,21.742546,22.183424,22.430784,22.620291,22.970303,23.221647,23.459431,23.490314,23.577637,23.642904,23.300022,24.158884,24.940153,25.497774,26.21933,26.937357,27.656572,28.492838,28.893105,29.64842,30.028755,30.069786,29.615297,29.206013,28.744617,21.106874,21.527777,22.413794,23.271,23.400148,24.141077,24.239687,24.383764,24.444761,24.915825,26.310598,25.759911,24.700109,24.194185,23.326494,23.138151,23.502268,24.201523,24.726677,25.577555,26.2097,26.841557,27.339422,27.653357,28.002504,28.317074,28.322968,28.169785,27.950138,27.94396,26.576296,27.20178,27.959505,28.292433,28.76515,29.173035,29.297548,29.306517,29.195627,29.13303,29.079702,28.771023,27.879843,27.633774,27.167616,21.350014,21.701603,22.476429,23.054596,22.901386,23.068611,23.93301,23.668951,23.065035,23.128479,24.208519,23.666416,23.090321,22.796278,22.699976,23.831671,24.503086,24.987263,25.413593,25.913733,26.622099,26.614363,27.289772,27.734201,27.672478,27.981033,27.903683,27.323898,27.157471,26.739368,18.613501,18.832544,18.906824,18.849333,19.234697,18.945028,18.861427,18.800419,18.790323,18.982416,19.239517,19.408867,19.340351,19.167883,19.109747,18.872465,19.213522,19.326792,19.812386,20.031271,20.440985,20.898472,21.446341,21.287846,21.950796,22.159672,21.722212,21.753328,21.207125,20.928513,19.373125,19.803301,20.749422,21.311476,21.540234,22.012274,22.066549,21.848068,22.563543,22.420635,22.354359,22.519901,22.576178,22.436989,22.249767,17.739378,18.241777,18.61574,19.237677,19.710741,20.252829,20.727779,21.041256,21.215187,21.220531,21.435551,21.531178,21.506447,21.479704,21.412477,13.745769,14.170914,14.423047,14.750621,15.136464,15.508303,15.945909,16.288698,16.427956,16.354916,16.441097,16.307594,16.201883,16.083427,15.974312,21.419161,22.626274,23.381723,23.845924,24.732847,25.500753,25.971502,25.868443,26.136143,25.6728,25.435654,25.058592,24.604744,24.342514,24.054316,27.213823,28.094727,29.437706,28.993437,30.147058,30.920372,29.979675,33.059547,30.513596,29.411766,27.84572,26.843912,26.301369,25.724319,25.625,17.20142,17.737762,18.145115,18.516563,18.830309,19.16325,19.362984,19.493401,19.67877,19.820177,19.964855,20.066256,19.971533,19.844139,19.765905,19.842203,20.18837,20.395485,20.903879,21.462154,21.689394,22.056501,21.812504,21.370319,20.921452,21.014181,20.719088,20.362797,19.613604,19.582657,20.86636,21.961561,22.573,23.404457,24.206501,24.429377,24.93059,25.203484,24.692738,24.770557,24.765718,24.528473,24.391136,23.910614,23.720842,22.498421,23.485653,24.408604,25.428883,25.571177,26.713224,27.494648,27.402061,28.443113,28.57143,28.205622,28.04335,27.224514,27.114624,26.933813,24.786224,25.912756,26.683029,27.840115,28.43574,29.19025,29.919199,30.108622,29.796236,29.93137,30.303356,30.340591,29.608997,29.34202,28.610729,16.14905,16.505135,16.969883,17.540466,18.039921,18.397169,18.416668,18.309086,18.634251,18.825642,18.866335,19.0467,19.274557,19.176968,19.173067,17.017416,17.501192,18.167885,18.510786,18.516415,19.224735,19.367847,19.881336,19.602953,19.815849,20.033146,20.272755,20.075575,20.134098,19.672915,26.288151,27.649998,29.05772,29.512474,29.69355,29.926205,30.368372,30.525229,31.373123,30.595631,29.807156,29.627579,28.640846,27.500692,27.021423,19.572063,20.196844,20.625051,21.56476,22.792711,23.351488,24.008036,24.376778,24.353697,23.9569,24.334873,24.063196,23.890131,23.24861,22.962963,20.251223,20.621508,21.153847,22.01532,22.420712,22.727842,23.159914,22.83662,22.792023,22.944838,23.304237,23.149395,23.066734,22.447184,22.181406,25.696379,24.96464,24.911785,25.195173,24.335665,25.384617,26.032192,27.69556,25.810722,24.73822,25.368353,25.935654,25.654449,25.394737,25.841185,21.73028,23.395445,24.756035,24.325649,25.01219,25.498783,26.289925,23.822975,23.709026,23.879272,24.547461,23.908344,23.855635,24.327898,23.549934,18.073446,18.561516,19.074184,19.528938,19.96521,20.361765,20.673708,20.890722,21.068317,21.167492,21.324488,21.450462,21.405407,21.396563,21.460022,17.092228,18.117821,19.118723,19.887997,20.148655,21.108913,21.024929,21.556885,21.446384,22.247486,21.926395,22.303326,22.120216,22.574415,22.633097,17.811102,18.047565,18.344225,18.620632,19.081636,19.193726,19.540138,19.651009,19.585297,19.617609,19.762606,19.7894,19.873535,19.903446,20.008465,19.791279,20.02108,20.468357,20.550228,21.007624,21.452484,21.6539,21.733545,21.928249,22.156181,22.288404,21.961365,21.852262,21.762478,21.724949,22.944201,24.091808,25.256847,26.210863,26.978451,27.518528,28.272299,28.928911,29.467201,30.012835,30.24835,30.234484,30.205944,30.045753,30.284136,16.758593,17.119385,17.358549,17.591957,17.774668,18.228512,18.7188,19.033463,19.075642,19.303366,19.712418,19.930153,20.108913,20.182714,20.172007,19.385286,19.797565,20.166698,20.838823,21.045418,21.033222,21.167398,20.992647,20.77784,20.038868,20.500092,20.432013,20.0173,19.653099,19.102886,12.807582,13.000199,13.278028,13.552608,13.82418,14.046301,14.264906,14.32426,14.444592,14.457579,14.557475,14.608944,14.626921,14.656793,14.758857,18.6045,19.327368,19.911634,20.281452,20.720476,20.978876,21.329802,21.68309,21.88065,21.974133,21.885677,22.221766,22.119743,22.205086,22.080259,17.908911,18.302437,18.716885,19.032902,19.4053,19.884874,20.09527,20.067736,19.921505,19.832516,19.930517,20.000423,20.049517,20.14942,20.044641,22.739834,24.368088,24.853458,24.614166,25.948105,26.13546,25.250578,24.735649,25.228855,26.255381,26.51734,27.124184,26.605505,26.431719,26.133432,18.229612,18.801638,19.371567,19.879797,20.279219,20.819416,21.356558,21.619087,21.549921,21.605484,21.650274,21.799894,21.69446,21.632347,21.652391,24.468084,25.16988,25.911343,26.748463,27.703663,28.169128,29.046738,29.618284,30.134129,30.732489,31.064928,31.274918,31.09465,30.758396,30.498177,25.813606,26.513226,27.244305,28.085646,28.72484,29.518398,29.943169,30.549938,30.738808,31.14048,31.435198,31.528791,31.365173,30.933565,30.695925,25.379272,26.073929,26.865473,27.693123,28.447882,28.962793,29.620504,30.312439,30.753681,30.945438,31.068521,31.043789,30.514633,30.271191,30.015192,22.004471,22.573952,23.20919,23.775015,24.402918,25.111887,25.691315,26.304314,26.727835,27.193775,27.413294,27.4587,27.237452,26.865335,26.762596,25.787432,26.673883,27.587267,27.962961,29.33004,30.341085,31.493456,31.848621,32.760777,33.359657,34.566528,34.655499,34.565323,34.156979,33.773865,22.591698,23.394337,24.191771,25.19854,26.104555,26.746059,27.399137,28.083447,28.675571,29.147417,29.644814,30.139944,30.097834,30.113741,30.015633,28.672747,29.415953,30.303883,31.690042,32.567101,33.507278,34.671684,35.542507,36.069893,36.641983,36.80735,37.102322,36.456242,35.864738,35.245193,24.67683,25.562494,26.202341,26.883045,27.691519,28.286579,28.791979,29.279167,29.385508,29.504404,29.425625,29.415337,29.117069,29.014656,28.803244,25.721434,26.460135,27.586567,28.207878,29.108128,30.265602,30.824986,31.488031,32.240288,32.974277,33.462391,33.580009,33.35981,33.013542,32.700569,25.983057,26.627085,27.40015,28.129181,28.839048,29.238907,29.851187,30.1222,30.433825,30.689579,30.770079,30.803753,30.403414,30.015814,29.683231,25.917976,26.839003,27.603127,28.341228,29.101387,29.971588,30.632492,31.31847,31.58511,32.061794,32.39613,32.745731,32.407455,31.968311,31.649212,26.112413,26.876944,27.665609,28.367651,29.202282,29.644915,30.199953,30.763391,30.987888,31.398582,31.740437,31.889313,31.700867,31.178307,30.861893,27.367609,28.426292,29.166857,30.074629,30.907982,31.780842,32.378914,32.931332,33.269531,33.65136,33.774433,33.886467,33.287125,32.882328,32.200794,27.742958,28.487188,29.332617,30.182726,30.809,31.400999,32.159348,32.493298,32.738789,33.132889,33.330391,33.343925,32.99308,32.409912,32.037811,24.772995,25.417307,26.219576,26.781342,27.598459,28.366121,29.375994,29.925043,30.032381,30.300764,30.516233,30.363205,29.900343,29.831844,29.671495,23.441317,23.808851,24.376089,24.766035,25.002516,25.472317,25.889698,26.47328,26.577806,27.031437,27.187092,27.137506,26.716816,26.590399,26.327492,27.275896,27.918276,28.555416,29.184395,29.540401,29.819059,30.234241,30.28433,30.462084,30.540905,30.767807,30.538555,29.772684,29.157146,29.218081,25.511095,25.842697,26.585787,27.555439,28.329918,28.878841,29.371429,29.96706,29.984877,30.395428,31.290754,31.770792,31.444269,31.162388,31.231913,25.403404,25.650173,26.231312,26.696009,27.196928,27.654514,28.332397,28.643295,28.64657,29.044289,29.555368,29.720726,29.874573,29.961487,29.676876,25.723049,26.062712,26.745796,27.061388,27.752226,28.138187,28.624693,28.804159,28.854343,29.253307,29.80225,29.507431,28.88287,28.682169,28.134418,21.441031,21.83774,22.27762,22.666702,22.854589,23.07893,23.178833,23.036921,22.712616,22.474672,22.370224,22.288773,22.113386,22.035257,22.177704,26.865124,27.30476,27.739567,28.108189,28.403896,28.958241,29.349339,29.640886,30.016994,30.43714,31.032471,30.956734,30.537981,30.198833,29.988268,28.645416,29.037422,29.768557,29.995977,29.874342,29.707626,30.250879,31.147879,31.163666,31.794224,31.968605,32.424892,32.097435,31.890362,31.765223,27.669004,28.318438,29.179928,29.717653,30.004877,30.693405,31.154409,31.511158,31.936268,32.436146,32.827526,32.297306,31.852859,31.622606,31.40411,28.069664,28.359512,29.081333,28.931002,29.422825,29.33217,29.751461,29.653681,29.721138,29.979616,30.420095,30.657799,30.486712,30.260403,30.033302,28.912163,29.292961,29.333977,29.741844,30.48715,31.273779,31.747252,32.17466,32.341072,33.067005,33.499168,33.729511,33.326305,33.031799,32.664955,24.452059,24.603132,25.159025,25.957283,26.110893,26.75046,27.399921,27.918983,28.104097,28.554293,28.918638,29.065361,29.023174,28.768414,28.510157,27.628735,28.157429,28.563824,29.150766,29.839748,30.4286,30.724939,31.341711,31.664684,31.736404,32.163086,31.885996,31.210777,30.984901,30.892694,24.830498,25.622753,26.313805,26.823193,27.449284,28.08975,28.724241,29.372051,30.150425,30.300909,30.519861,30.626854,30.068619,29.675201,29.875347,25.744883,25.723967,25.707653,26.254215,26.671528,27.2791,27.674616,28.131453,28.320917,28.653252,28.967062,28.895525,28.702084,28.422504,28.413279,25.140043,25.730783,26.24745,26.941862,27.265886,27.26202,27.292118,27.116554,27.539181,27.958817,28.458664,28.322592,27.905453,27.721046,27.293169,26.835018,27.098614,27.557369,27.880701,28.078869,28.583952,29.002476,29.475828,29.623838,30.087996,30.229462,30.608719,30.2425,30.163988,30.110321,28.888889,29.962599,30.739685,31.88549,33.744682,33.781868,34.684181,35.632343,35.923672,36.225056,36.171089,36.506622,35.672432,35.471169,35.478359,24.879768,25.038057,25.544083,26.321701,26.852444,27.480009,28.175322,28.462145,29.097519,29.416904,29.837683,29.950377,29.712074,29.216867,29.172819,24.994732,25.545296,26.073259,26.542164,26.948732,27.28743,27.525326,27.739992,27.844641,28.298988,28.592379,28.700495,28.414598,28.136175,27.947674,27.256945,27.639559,28.447876,29.206711,30.06039,30.495989,31.0424,31.813299,32.422649,33.585445,33.717621,33.934105,33.80262,33.881695,33.414547,26.729744,27.848101,27.956564,28.663921,29.541033,30.005836,31.077936,30.909439,31.197987,32.402344,32.62289,32.376579,31.973835,31.976858,31.431297,23.390047,23.963852,24.699553,25.133129,25.502899,25.664774,25.651148,25.617767,26.380926,27.247166,27.635006,27.804773,27.685448,27.703386,27.538326,25.292089,25.627636,25.77807,26.193577,27.171204,27.131536,27.938725,27.61729,27.728704,28.552881,29.24622,29.157108,29.129066,29.13282,29.037502,26.951355,27.344954,27.964413,28.449244,28.850842,29.036062,29.790699,29.935509,30.103245,30.605967,30.810844,30.451056,29.993618,29.445631,28.792631,26.274622,26.737209,27.25058,27.755264,28.366318,28.567059,28.698761,29.075264,29.302376,29.830036,30.091089,30.527363,30.503677,30.551416,30.4653,25.86138,26.545927,27.436966,27.752182,28.491894,28.875059,29.65204,30.012108,30.009157,29.908142,30.052835,30.082172,29.701637,29.309729,30.007215,25.437733,25.872765,26.418941,26.806105,27.231541,27.421358,27.834866,28.077593,28.124418,28.259424,28.368345,28.174793,27.87047,27.617598,27.534208,26.10961,26.509371,26.718157,27.347443,28.05982,28.472065,28.956572,29.641932,30.267357,30.893433,31.45772,31.507429,31.362286,30.978027,30.532888,27.421093,27.850348,28.415186,28.75675,28.981977,29.181519,29.718197,29.966944,30.064234,30.468645,30.517107,30.851063,30.695507,30.578991,30.434504,24.501015,24.720596,25.254322,25.671118,26.054325,26.523563,27.019238,27.182302,27.622637,27.924618,28.267204,28.536781,28.577492,28.493607,28.515507,27.3146,27.583498,28.153028,28.597137,29.217073,29.80414,30.184587,30.431429,30.493454,30.879927,31.12776,31.042368,30.775785,30.507421,30.247364,24.235819,24.493155,24.963278,25.079918,25.386259,25.804836,25.93298,26.155081,26.82093,27.40168,27.976973,28.467953,28.471521,28.208723,28.077898,26.317362,26.751593,27.202379,27.792641,28.16633,28.556269,28.762892,29.081573,29.065704,29.355885,29.475025,29.87324,29.530598,28.910402,28.887167,24.88719,25.800529,26.319689,27.246574,28.047825,28.63847,29.549971,30.228159,30.645779,31.399206,31.810555,32.11499,31.873932,31.714666,31.120733,28.987303,28.852173,28.801817,29.642344,30.398491,31.526178,32.558487,33.135269,34.132019,35.016666,35.415039,35.737598,35.118042,34.628712,33.955376,27.356693,27.749577,28.131416,28.359938,28.87553,29.684889,30.398857,30.468071,30.800602,31.300968,31.541544,31.416332,31.159279,30.779844,30.539408,23.023167,23.921989,24.503311,25.154404,25.753181,26.068201,26.665529,27.131092,28.101042,28.749245,29.045013,29.068773,28.641165,28.239468,28.135984,24.338579,24.610081,25.122435,25.4547,26.146307,26.684904,27.357239,28.039846,28.379484,29.237288,30.284452,30.232557,29.917368,29.627085,29.395962,26.405535,27.06267,27.514288,28.126621,28.643286,29.179966,29.379105,29.740217,30.024487,30.127022,30.191755,30.136072,29.584196,29.111565,28.694321,24.926414,25.368902,25.878298,26.307961,26.851357,27.468868,28.082634,28.812101,29.572252,30.31781,30.787008,31.023964,30.827824,30.614222,30.566792,22.308754,22.827785,23.464199,23.95112,24.407221,24.858522,25.319084,25.676769,26.114765,26.413969,26.746468,26.969227,26.829523,26.730915,26.661152,26.278431,26.717545,27.148775,27.505043,27.826923,28.355286,28.649214,29.125967,29.163111,29.607368,29.959873,30.305645,30.171812,29.991829,30.03087,31.237644,31.897232,33.061226,33.413654,34.684685,35.200974,35.98225,36.592407,37.16188,37.790947,38.117954,37.088997,37.033749,36.257309,35.228786,26.329189,27.155617,28.166706,28.904047,29.424118,30.442793,31.299681,32.058067,32.527534,33.016731,33.464634,33.537243,33.052883,32.677902,31.918674,26.205292,26.629976,27.181858,27.736628,27.905735,28.500036,29.013788,29.238022,29.244522,29.166037,29.189285,28.961876,28.34548,27.873335,27.522108,27.099699,27.743303,28.408745,28.713024,29.12895,30.138397,30.137384,31.232008,31.636784,32.061512,32.863918,32.731407,32.131241,31.860399,31.97431,22.836369,23.564425,24.123722,24.457056,24.796066,24.785114,25.168455,25.427732,25.79579,26.483822,27.294615,27.453566,27.253515,27.400335,27.184084,24.950899,25.738144,26.315403,26.643974,27.47764,28.281271,28.217024,28.556484,28.697771,29.077879,29.294508,29.434576,29.306459,29.05611,28.986942,28.080353,28.936058,29.745117,30.393263,30.910196,31.180092,31.49511,31.374752,31.600035,31.719723,31.564146,31.050591,30.130032,29.064217,28.864855,26.452354,27.019724,27.106846,27.280008,27.836937,28.286282,28.60314,28.801043,28.751522,28.774729,28.739542,28.713411,28.484705,28.530592,28.434954,20.098673,20.029488,20.582382,20.981913,21.30097,21.544159,22.006481,22.487345,22.992104,23.705053,24.266502,24.702822,24.817873,24.958628,25.146219,26.290714,27.032673,27.990528,28.57143,29.273668,29.944696,30.430428,31.116787,31.356426,31.662607,32.087669,32.24921,32.231407,31.741407,31.461296,25.906975,26.574713,26.935694,27.43417,28.505251,29.125097,29.410866,29.629913,30.465368,30.550167,30.978176,30.926716,30.739361,30.823942,30.243942,26.525726,27.042633,27.403021,27.982899,28.855991,29.658171,30.456701,30.568174,30.723072,31.089983,31.370779,31.432259,30.921654,30.593607,30.287325,30.146576,30.595955,31.300724,31.657684,32.014187,32.202633,32.75843,32.284512,31.921247,31.866179,32.148033,32.413097,31.992811,31.628063,31.51012,26.124012,26.7633,27.191957,27.616299,28.40815,29.034836,29.336437,29.747433,30.003038,30.236172,30.452082,30.736633,30.633724,30.046034,29.577011,30.416834,31.018288,32.276398,32.135181,33.205116,33.773514,34.43906,34.906624,34.693687,34.390804,34.289879,33.588985,32.617748,31.872845,31.654268,17.325983,17.397577,17.725607,17.930294,18.256596,18.304094,18.549444,18.94416,19.111557,19.254148,19.493076,19.616837,19.566103,19.574921,19.846151,29.734966,30.208334,30.744493,31.45808,32.049797,32.573509,33.364845,33.702393,33.51495,34.049042,34.113178,33.91362,33.400795,32.506088,31.408745,27.827436,29.035744,29.72097,30.256027,31.011295,31.630415,31.870502,32.548973,33.173512,33.792988,34.118347,33.924763,33.131428,32.40123,32.416622,24.928982,25.679359,26.553539,27.20623,27.948898,28.674339,29.618034,30.334414,30.621326,30.987158,31.296417,30.86211,30.066322,29.696066,29.176664,30.157822,30.696953,30.752548,30.742247,31.232483,31.925446,32.590504,32.464302,32.210308,32.280476,31.956841,31.699663,30.627426,29.919138,29.023832,22.741394,23.225441,23.844885,24.692539,25.383926,25.970245,26.553852,27.008039,27.210197,27.620485,28.004042,28.19738,28.095871,27.980333,27.99486,25.668758,26.011124,26.725155,27.104574,27.562984,27.525843,27.768942,27.930468,27.623425,27.897627,28.540331,28.744427,28.32436,28.043139,27.877525,25.452503,25.950542,26.357189,26.611704,27.01577,27.488609,27.710543,28.226406,28.333607,28.817078,29.475174,29.901245,29.55335,29.535315,29.435942,26.774126,27.336338,28.026846,28.752831,29.348057,29.996809,30.20356,30.456581,30.283237,30.815645,31.027946,31.182268,30.749157,30.516073,30.597015,26.771248,27.146704,27.682129,28.085402,28.550552,29.279459,29.949192,30.503321,30.73954,31.230869,31.692604,31.803713,31.536961,31.229273,30.948421,25.769318,26.25379,26.662519,27.274189,28.234512,28.814653,29.203022,30.142397,30.827177,31.440517,31.908375,32.576675,32.514114,32.75106,32.636497,19.697584,20.104372,20.410582,21.472059,21.769466,21.957735,22.341404,22.549681,22.1656,22.575237,22.451773,22.195396,22.108124,22.32229,22.270477,20.972809,21.598286,22.362659,22.998981,23.644955,24.567505,25.934923,26.840946,27.704727,27.791113,28.401836,27.567921,27.004787,26.511902,26.113462,20.86483,21.196415,21.647865,22.042074,22.400198,22.739096,23.108576,23.505772,24.067711,24.524872,24.835636,24.908527,24.828806,24.871634,24.975618,27.902344,28.308657,28.899675,29.132771,29.492664,30.082306,30.113783,30.187119,30.312973,30.487597,30.919636,30.668047,30.269974,30.034771,30.021566,31.876791,31.745144,32.833126,33.666668,33.557415,33.802814,34.349483,34.526543,34.393532,34.924313,34.883408,34.25333,33.740437,32.877998,32.567936,24.116779,24.137159,24.591803,25.365263,25.581396,26.288939,26.404375,26.787609,27.338589,28.191545,29.43339,29.542982,29.596462,29.235247,28.936985,27.332523,27.473501,27.643845,27.920263,28.177416,28.562944,28.991369,29.477612,29.812223,30.126337,30.515537,30.20179,29.615139,28.933138,28.638311,27.209023,27.701506,28.333891,28.439283,28.87738,29.395529,30.04879,30.57855,30.747217,31.240738,31.564545,31.106081,30.788067,30.855946,30.60733,23.950748,24.250412,24.72625,25.114685,25.602848,26.016939,26.827398,27.040419,27.44722,27.912987,28.207243,28.248352,27.961075,27.700842,27.444103,26.699942,27.105963,28.050522,28.554544,29.170462,29.654833,29.939198,30.170652,30.460268,30.632153,31.006166,31.215971,30.832306,30.520653,30.390545,26.958162,27.612745,28.154287,28.405432,28.753159,29.041761,29.159504,29.28504,29.530489,29.661381,29.908844,29.864983,29.591927,29.577217,29.423077,26.325199,26.574579,27.014374,27.183788,27.283653,27.61001,27.79611,28.012327,28.262224,28.49819,28.90876,28.895197,28.704531,28.467222,28.39233,26.076967,26.503902,26.85622,27.116367,27.509979,27.697653,27.92351,28.290548,28.65127,28.984297,29.182602,29.462641,29.256737,28.987015,28.591791,25.181501,25.707588,26.929062,27.669598,28.280582,29.376755,30.336145,31.656885,32.374638,32.928467,33.791508,33.885536,33.857079,33.692516,33.711063,22.330309,22.685463,22.920965,23.111006,23.601917,23.888643,24.407291,25.137928,25.749823,26.523075,27.046144,27.505148,27.454647,27.418041,27.350971,21.185581,21.611067,21.938948,22.316473,22.945044,23.566673,24.118372,24.580904,25.335619,26.21294,26.81105,27.064667,27.055498,26.981472,26.812428,25.786623,26.299604,27.025848,28.184322,29.070276,30.211216,31.88385,32.377167,32.983997,33.735966,34.300678,34.739418,34.66589,34.274372,34.553204,23.691393,24.27342,25.196135,25.948381,26.602299,27.201876,27.376362,27.881224,27.981991,28.616016,29.129353,28.932793,28.828753,28.65135,28.504635,27.585665,28.232351,28.876009,29.224379,29.597298,30.219194,30.281704,30.478392,30.455355,30.435553,30.57589,30.411621,29.983953,29.597878,29.185469,24.032818,24.508101,24.761587,25.227091,26.017889,26.62336,27.368828,27.799208,28.135485,28.754028,29.472342,29.972124,29.955519,29.764217,29.594139,26.982235,27.470306,28.016258,28.461895,29.04224,29.565546,29.908857,29.793787,30.144102,30.413729,30.595695,30.626186,30.138952,30.010595,29.636133,27.883923,28.756508,28.981123,29.620766,30.255732,31.031809,31.310493,31.272259,31.251085,31.344566,31.363455,30.942926,30.579031,30.261433,29.967932,24.131948,24.742886,25.314999,25.68684,26.342237,26.829386,27.153212,27.402931,27.354237,27.534134,27.737984,27.619669,27.594217,27.45426,27.342812,25.983852,26.376652,27.098522,27.653542,28.446705,28.508944,28.713148,28.972837,29.111013,29.490692,29.589462,30.025696,29.767551,29.446909,29.387474,24.461212,25.177748,25.687721,26.441769,27.062946,27.619064,28.119915,28.564363,28.867949,29.334173,29.796692,29.489708,28.980118,28.565163,28.066832,21.668407,22.419271,23.167501,23.654585,24.365316,24.6542,24.945957,24.875555,24.533466,24.367561,24.442205,24.347242,24.210913,24.167162,24.442682,24.414368,24.824003,25.651079,25.416548,25.75844,25.856056,25.927391,26.448118,26.385344,26.325523,26.53462,26.971653,26.762856,26.84556,26.587463,24.651308,24.318855,25.109169,25.141113,25.394657,25.354237,24.839048,24.856453,24.729893,24.846489,25.381016,24.724785,24.28994,24.58252,24.244265,16.683998,17.393089,18.294773,18.9065,19.654427,19.523611,19.402912,19.276325,19.306908,19.110884,18.933565,19.759384,20.153767,20.588953,20.678619,21.871504,22.625973,23.406384,23.990257,24.63773,25.185007,25.897152,26.590019,27.132904,27.829556,28.179348,28.185684,27.785883,27.410364,27.071386,23.850931,24.367722,24.99119,25.439728,25.595512,26.193222,25.585094,26.371552,26.312763,26.721827,26.655542,26.21595,25.66728,25.342777,25.325745,24.088522,24.38677,24.84482,25.216692,25.355297,26.329655,26.626528,26.778933,27.090635,27.689978,28.588177,28.99073,28.91629,28.247997,27.98455,23.725677,24.59981,25.61529,26.460281,27.208004,27.698177,27.896648,28.094288,28.150351,28.200296,28.172756,28.147486,27.550184,27.132109,26.967833,20.601238,21.270914,21.269176,21.763569,22.265417,22.679865,22.776423,23.788012,24.329897,24.126171,25.19791,25.017204,24.659189,24.841101,25.214592,23.791666,24.870777,25.876036,26.582396,27.457466,27.420902,27.121969,27.045477,27.36071,27.576056,27.70941,27.449772,27.223162,27.030134,26.631216,28.215689,28.473934,29.066038,29.312948,30.238926,30.1476,30.998894,31.515486,30.475086,30.40638,30.271566,30.131382,29.423445,29.321056,28.87026,24.041601,24.289217,25.447538,25.736471,26.122049,26.431503,26.599127,26.5126,27.37175,27.435505,27.775845,27.504164,27.358936,26.714336,26.760063,18.519091,19.605204,20.27706,21.017473,20.893032,20.771006,20.752703,20.582584,20.552477,20.243954,20.282267,19.91342,19.969,20.002876,20.296768,23.710445,24.575645,24.710598,25.29656,26.200294,26.34511,26.457333,26.19186,26.103369,25.595751,26.574219,26.973394,26.440481,26.193232,26.44676,20.567051,21.51333,22.371056,23.182327,23.835236,24.309692,24.862431,25.411848,25.838207,26.320257,26.661619,26.830696,26.421122,26.108637,25.692787,13.106808,13.600347,14.025259,14.40152,15.08011,14.805259,14.477299,14.373483,14.274838,14.157038,14.120838,14.745665,15.041097,15.420762,16.1315,21.120438,21.60112,21.95505,22.362333,22.97027,23.559713,23.76766,23.863585,24.038801,24.484524,24.683292,25.250322,25.125698,25.001129,24.691692,16.263737,16.30213,16.734873,17.585186,18.35536,16.963638,16.595013,16.647499,16.128107,15.600914,16.108431,15.586487,15.144542,14.51522,14.505525,20.906168,21.748226,22.089085,22.250961,22.497425,22.340162,22.370592,22.124634,21.827122,21.4781,21.368547,20.94195,20.482208,20.140289,19.701883,19.665462,20.791716,22.161213,23.493229,24.526857,24.270273,24.299067,24.530298,24.44776,24.297867,24.10408,24.556252,24.295914,24.276711,24.596863,16.060165,16.646563,17.704035,17.971294,18.469372,18.520601,18.598879,18.971365,19.475832,19.60626,20.221455,20.973906,21.292408,22.05006,23.030685,23.305719,23.7659,24.63846,25.493378,26.661131,26.948977,27.834187,27.973223,27.813391,28.347132,28.912773,28.555798,28.275862,27.8878,27.33914,18.942942,19.443237,19.982956,20.519728,21.171789,21.866474,22.362337,22.86882,23.151134,23.587845,23.914848,24.090132,24.022476,23.689777,23.443964,17.060591,17.717104,18.202843,18.997351,19.38311,20.12727,20.252171,20.698618,20.93648,21.211294,21.471199,21.5898,21.3297,21.332632,21.110971,25.561798,26.1807,27.055231,27.789047,27.99584,27.926731,27.973858,28.172653,28.179228,28.439661,28.934776,28.219179,27.310926,27.777779,26.845636,23.00289,23.605459,24.339237,25.032928,25.814444,26.373318,26.829496,27.489325,27.591969,27.797812,28.2596,29.10651,29.158684,28.7449,28.10358,28.768778,29.133039,29.101479,29.405781,29.689091,30.044615,30.579615,31.235006,31.669834,31.84399,32.015484,31.831009,30.735609,30.447344,30.189463,20.494932,21.150394,21.982361,22.64879,23.243832,23.800589,24.12184,24.742668,25.234339,25.627989,25.708494,25.484037,25.10047,24.883009,24.623001,13.942793,13.759032,14.113888,14.352177,14.298418,13.904345,14.211472,14.209657,14.39524,14.442882,14.461427,14.579606,15.16881,15.636895,16.250719,20.308769,20.777426,21.391504,21.970442,22.595718,22.901274,23.14896,23.303581,23.255905,23.371202,23.525238,24.077785,24.175402,24.267637,24.199898,22.491863,23.38962,24.317764,25.119511,25.920269,26.493633,26.742496,27.015465,27.029736,26.994631,27.159756,27.420155,27.115723,26.946804,26.702347,24.103931,24.980602,26.179033,26.666668,27.224436,27.429041,27.754202,27.538601,27.487537,27.422623,27.534193,27.874592,27.686033,27.351412,27.080866,24.26766,25.002108,26.132286,26.865042,27.586061,27.479557,27.574244,27.173912,27.12466,27.263927,27.098673,26.71797,26.710522,26.38969,25.942606,22.682819,23.084215,23.743395,23.991693,24.491251,25.161308,25.717703,26.45528,26.858589,27.412489,27.647045,27.874943,27.732935,27.535963,27.296881,19.930994,20.672461,21.478069,22.292168,22.78614,23.521927,23.983242,24.597914,25.027519,25.466892,25.723181,25.658501,25.427166,25.18191,25.037094,23.401659,23.855349,24.267866,24.758221,25.531916,25.588078,25.757429,26.04714,25.803059,26.080534,25.716322,25.842056,25.699175,25.360806,25.219484,14.97669,15.768462,16.197481,17.056629,17.829134,17.435484,17.127245,17.03698,16.711792,16.767736,16.203247,16.103354,16.648539,16.537607,16.748669,20.97135,22.02774,22.839605,23.895493,24.587885,24.65089,24.486547,24.629393,24.542377,24.412352,24.288107,24.77157,24.71574,24.970781,25.198116,19.376595,19.865921,20.012161,20.142067,20.493279,20.581629,20.815437,20.806295,20.773815,20.347733,20.020189,19.890907,19.966248,20.058596,20.329269,24.072813,24.776251,25.832113,26.841412,27.195305,27.79319,28.325367,28.870115,28.883278,28.946999,29.135927,29.051096,28.850901,28.322025,28.276545,22.997114,23.65447,24.245125,24.929686,25.525888,25.967819,26.299168,26.624151,26.662182,26.627201,26.560312,26.395502,26.108847,25.638193,25.417501,22.795883,23.608315,24.332504,25.158918,25.86989,26.481155,27.034918,27.568575,27.685595,27.856136,27.897161,27.568289,27.30344,26.965609,26.603931,27.042585,27.954166,28.716724,29.495785,30.239872,30.79744,31.246948,31.610292,31.457275,31.239361,30.920786,30.367243,29.656544,28.996706,28.386635,22.685249,23.214291,23.769054,24.335335,24.887058,25.444294,25.920218,26.198816,26.411932,26.651331,26.903784,26.937696,26.761675,26.61643,26.421885,27.918407,28.185425,28.961203,29.328003,30.02235,31.253143,32.143776,32.255581,32.87215,32.33593,32.506687,32.370518,31.321981,30.836237,29.693005,24.193409,24.798094,25.432283,26.284439,26.94236,27.522377,27.914927,28.104898,28.334709,28.521629,28.586063,28.602686,28.331697,28.009077,27.782887,22.473526,23.286669,24.155672,24.566172,24.951593,25.374041,25.794476,26.058132,25.918961,25.976011,25.890797,26.053127,25.681171,25.64843,25.488424,29.562946,30.130404,31.456045,31.748384,32.602303,32.955303,33.906372,34.401077,34.735851,33.974529,34.198334,34.040615,33.194859,32.513088,32.03503,17.966307,18.277206,18.670868,18.807148,18.885929,19.106909,19.143764,19.154854,19.074532,18.996214,19.058859,19.205799,19.155802,19.342991,19.418823,25.97566,26.977951,27.780203,29.749569,30.440527,32.453827,32.739422,33.772129,32.263817,32.856503,33.583076,32.888298,32.928474,30.885624,29.746836,19.72957,20.154121,20.591599,21.03393,21.562477,22.103331,22.482601,22.704338,22.752636,22.640257,22.56641,22.543964,22.371683,22.305399,22.33676,25.110699,25.727581,26.567444,27.282995,27.961306,28.665352,29.287359,29.540422,29.726353,29.686207,29.986828,29.96475,29.597727,29.243198,28.863853,23.847481,25.3113,26.420364,27.474218,27.503315,28.239828,28.731552,29.305441,29.344818,29.520243,29.754326,29.143459,28.189827,27.735285,27.014578,32.36541,33.417767,34.45829,35.301582,36.62027,37.406162,37.850132,37.916584,37.452778,37.191223,36.659538,35.788418,34.601971,33.510815,32.424019,23.191025,23.691828,24.342337,24.910742,25.471401,25.880259,26.188242,26.499172,26.622704,26.729435,26.920769,26.85471,26.681715,26.43745,26.288437,23.942936,24.816961,25.759565,26.587641,27.292114,28.219477,28.465563,29.118208,29.28371,29.471865,29.551762,29.013432,28.456533,28.236851,27.866024,21.555298,21.955881,22.151699,22.521412,22.908371,23.406239,23.624613,24.247919,24.445833,24.291998,24.195671,23.875608,23.636538,23.221619,22.920231,27.051655,27.978706,29.081848,30.142397,30.95882,31.920742,32.00853,32.832447,32.868141,32.567944,32.4762,32.133366,31.385942,30.726444,30.584686,24.597645,25.150145,25.963255,26.447433,26.979345,27.499306,27.938568,28.247721,28.411594,28.43486,28.627447,28.586149,28.279823,28.018835,27.782356,27.536232,28.667391,29.042807,29.384676,29.812298,30.512077,31.474373,31.991625,32.588612,32.705772,32.733643,32.154404,31.076422,30.570957,29.991222,25.969658,26.987156,27.778971,28.673759,29.407829,30.059061,30.77437,31.033247,30.999413,30.963156,30.935061,30.694221,30.153688,29.658133,29.41477,25.544659,26.427439,27.466873,28.554764,29.23263,29.864853,30.316362,30.880129,30.856218,30.619917,30.518457,30.156199,29.241579,28.449282,27.893198,28.941212,29.581699,30.452374,30.96002,31.499069,32.226307,33.137955,33.070278,32.527576,32.83078,32.873695,32.661968,31.797167,31.11046,30.635981,29.703564,30.117725,31.003853,31.498878,31.656322,32.167999,33.325447,33.925785,34.532154,34.524265,34.976509,34.814873,33.892952,33.061825,32.539989,21.589418,22.178333,22.818027,23.520884,24.20133,24.880774,25.264734,25.767782,25.903744,26.069609,26.53451,26.435793,26.174065,25.922943,25.718243,35.786118,36.842472,37.298332,38.155136,38.882622,39.41452,39.698757,39.967533,40.012829,39.327988,38.395741,37.46365,36.125523,35.082195,33.988518,23.699478,24.384411,25.036234,25.660107,26.296431,26.978851,27.501089,27.833885,27.802914,27.937403,28.061861,27.868351,27.610308,27.319887,26.905464,27.316826,28.251806,29.658104,30.390205,30.959358,32.786568,33.232544,33.571297,34.00806,34.322227,34.300125,34.369946,33.895115,33.807198,33.348034,22.099035,22.752615,23.473778,24.342524,25.042227,25.689129,26.265308,26.777163,27.224592,27.591171,27.93828,28.138226,28.128088,28.032139,27.923262,22.524433,23.135708,23.787249,24.405052,25.010569,25.543833,26.080795,26.399868,26.632891,26.818584,26.987358,26.97747,26.689922,26.37318,26.104107,27.219597,28.415085,29.245796,29.990885,30.837112,31.558205,31.902943,32.283611,32.388588,32.47451,32.828957,32.660336,31.957674,31.616714,31.08412,24.755747,25.395792,26.088121,26.784176,27.3561,27.925364,28.255432,28.494946,28.341356,28.208021,28.340847,28.011259,27.585592,26.99588,26.647449,30.743155,31.117586,31.644234,32.796288,33.065163,33.577408,34.324188,34.893082,33.994545,34.192741,34.44976,33.026382,31.588177,30.170076,30.004919,20.856138,21.666183,22.354759,23.041279,23.600227,24.10154,24.652147,25.144264,25.307512,25.468563,25.444771,25.270535,25.049213,24.787243,24.662462,22.65707,23.128199,23.80563,24.362528,24.882259,25.461849,25.935551,26.351789,26.428005,26.573938,26.621798,26.345158,25.838575,25.474319,25.168472,15.848751,15.923458,15.912159,16.261282,16.69434,16.948362,17.351204,17.733759,17.553993,17.481266,17.662031,17.312511,16.724201,16.732481,16.90741,19.767759,20.310474,20.79883,21.191504,21.634987,22.076826,22.393406,22.693386,22.839096,22.933674,22.872978,22.695534,22.561617,22.470102,22.361101,25.321337,26.10132,26.758301,26.983822,27.500158,27.890852,28.319305,28.548267,28.286436,28.521147,28.823563,29.03187,28.183382,27.912521,27.699306,23.709681,24.297445,24.942196,25.301689,25.564823,25.931995,26.232895,26.455635,26.692184,27.189535,27.545607,27.919891,27.780062,27.637238,27.450768,26.420132,27.112564,27.539698,27.915442,28.328423,28.868872,29.186089,29.472425,29.841896,30.109829,30.225748,30.107176,29.711542,29.513645,29.110136,25.943045,26.499796,27.258471,27.733734,28.170931,28.749489,29.502913,29.749743,30.074724,30.684952,30.861393,31.038988,30.586042,30.153782,29.763964,26.117638,26.354164,26.768961,27.066231,27.723488,28.530947,29.120047,29.53167,30.019033,30.327496,30.678268,31.047594,30.679718,30.246288,29.844021,23.763891,24.135992,24.579855,24.979593,25.331009,25.692621,25.883951,26.164803,26.178196,26.277594,26.357674,26.229832,25.643433,25.315765,24.953785,27.198526,28.262032,28.711542,29.734108,30.26582,30.145199,30.739609,31.207169,31.400078,31.838625,32.10733,32.208267,31.863647,31.286472,30.992832,24.393322,25.243771,26.057446,26.458603,26.931875,27.628908,28.220732,28.578794,28.772259,29.110994,29.444445,29.350372,29.49687,29.204693,28.974157,25.148729,26.041117,25.868624,26.624468,27.148258,27.753586,28.453108,29.121706,29.686333,29.960611,30.435312,31.385254,30.796438,31.516102,31.691175,25.255224,26.079842,26.839245,27.377056,28.083996,28.683292,29.21645,29.556906,29.975525,30.095148,30.433083,30.230635,29.894999,29.498201,29.090265,23.59878,24.189356,24.56472,24.346684,24.484802,24.693233,24.965977,25.193987,25.428164,25.759176,26.183363,25.957594,25.507179,25.894201,25.672028,26.959219,27.284769,28.063662,28.204453,28.413221,28.983515,29.195538,29.283983,29.446014,29.724985,30.241531,30.478106,30.199984,29.866058,29.396708,26.96228,27.536863,28.266081,28.718672,29.065773,29.703028,29.903967,30.101261,30.388922,30.440441,30.702719,30.55081,30.02705,29.75322,29.506487,25.685135,26.141861,26.585829,27.201902,27.561335,28.151693,28.775635,29.295078,29.639959,30.075567,30.469597,30.728489,30.533031,30.452394,30.502111,26.500675,26.98868,27.677294,28.269381,28.848103,29.200253,30.007038,30.507982,30.962276,31.335371,31.652843,31.76964,31.15424,30.904583,30.63728,25.455549,26.380322,26.93174,27.229834,27.58724,28.006506,28.190434,28.717318,29.31197,29.657904,30.07893,30.305195,30.557156,30.20945,29.908285,24.635143,25.310764,25.97303,26.670801,27.053019,27.586815,28.012503,28.55755,28.780994,29.182192,29.419497,29.439104,29.064156,28.78722,28.373236,25.041872,25.585451,25.914398,26.246387,26.586693,27.024666,27.35741,27.721819,27.895948,28.502831,28.65411,28.874947,28.909742,28.779119,28.508276,25.223021,25.76128,25.925346,26.406944,26.707378,27.004644,27.228367,27.533943,27.901272,28.356016,28.813435,29.055109,29.211813,29.32967,29.083242,25.849718,26.518711,27.198584,27.700552,28.208368,28.735081,29.130259,29.509655,29.581526,29.846233,30.088717,30.080179,29.652998,29.271633,28.908077,25.998098,26.324249,27.066723,27.420992,27.999037,28.33725,29.011858,29.443764,29.557911,29.771038,30.07996,29.876152,29.391008,29.094225,28.755627,25.014696,25.699007,26.002804,26.487532,27.14724,27.427799,28.059282,28.520021,28.952059,29.361292,29.840569,29.779259,29.363649,29.220057,28.880348,26.234133,27.212059,28.064594,28.879204,29.842546,30.406294,30.664104,30.787806,30.959288,31.275755,31.513485,31.23217,30.602642,29.898569,29.47607,26.174397,27.306948,28.301594,29.024771,29.850807,30.504829,31.208241,31.794601,31.875166,31.850422,31.742361,32.079819,31.600676,31.062567,30.627033,24.806107,25.285408,25.899601,26.335123,26.856337,27.140259,27.130266,27.442642,27.484369,27.772659,28.007153,27.910631,27.639713,27.284258,26.817215,26.503574,27.077946,27.787331,28.316444,28.852003,29.570366,30.170935,30.408243,30.889076,31.093731,31.460438,31.591766,31.075832,30.438652,30.012381,26.258036,26.612843,27.141935,27.7432,28.294559,28.832075,29.064095,29.422546,29.48666,29.711815,30.015759,29.991951,29.627047,29.416311,29.0369,25.65847,26.449287,26.993032,27.446293,27.934647,28.373817,28.797495,28.713787,28.888565,28.915838,29.152885,28.705055,28.386093,28.103315,27.55769,25.959194,26.304901,26.718763,27.088127,27.677065,28.44482,28.568291,28.686619,28.701839,28.668091,29.006308,29.406946,28.945482,28.483845,28.319386,25.108009,26.126814,26.621469,27.515825,28.38245,28.860348,29.422634,29.773438,30.379889,30.724121,31.102318,31.026056,30.869017,30.274311,29.911201,20.090973,20.342424,20.661814,20.819231,21.185749,21.37768,21.61484,21.694725,21.646421,21.626932,21.608414,21.602343,21.411592,21.480703,21.430792,27.167892,27.942619,28.445349,28.691288,29.187569,29.164484,29.34539,29.378531,29.874331,30.237022,30.423182,30.400768,29.725328,29.245005,28.834946,27.028826,27.164375,27.954206,28.220898,28.57852,29.558983,29.745275,30.160826,30.439499,31.149033,31.637611,32.418652,32.200573,31.965382,31.849354,26.131184,27.008442,27.538225,28.220081,28.740082,29.177322,29.730967,30.068886,30.262453,30.609835,30.84169,30.933353,30.083099,29.855406,29.522404,24.527386,25.465307,26.051146,26.757235,27.727634,28.333298,28.70562,29.181019,29.310307,29.755384,29.804945,29.923737,29.313749,28.827757,28.49369,26.206223,26.627218,27.409714,27.895454,28.521654,28.53545,29.209795,29.953798,30.344027,30.853138,31.663847,31.482216,30.951431,30.676916,30.474752,24.93001,25.360229,26.379242,26.92104,27.370327,28.007811,28.865709,29.267342,29.343027,29.718456,30.496174,30.220938,29.981575,29.514027,29.301178,27.530497,28.453377,28.86495,29.809608,30.09901,31.247913,32.098904,32.538696,32.621777,33.283787,34.015404,33.435268,33.06535,32.345139,31.864838,25.712437,26.203697,26.786188,27.329987,27.767191,28.293085,28.581179,28.714535,29.092449,29.451296,29.877302,30.16926,29.727974,29.625782,29.325348,25.63656,26.567993,27.236664,27.745762,28.302774,28.61939,28.929844,29.181072,29.311001,29.580629,29.794773,29.783213,29.157681,28.994543,28.605595,25.819433,26.567072,27.078756,27.673487,28.097109,28.529123,28.933971,29.129374,29.177458,29.180523,29.29636,28.972271,28.318092,27.670675,27.175486,25.538767,25.989496,26.682346,27.496305,27.70525,28.215364,28.775517,29.162231,29.364481,29.651815,30.03709,29.909622,29.198816,28.847912,28.568989,26.309685,27.000872,27.776707,28.110023,28.727797,29.564058,29.646769,30.299299,30.620008,31.122351,31.796396,31.682116,31.224451,31.001291,30.682384,26.667097,26.989889,27.695423,28.316343,29.040882,29.568321,30.022018,30.364773,30.79479,30.943472,31.030317,30.905777,30.385086,30.075909,29.572063,26.427975,27.13097,28.265949,28.980577,29.256269,29.863798,30.391237,30.848143,31.220829,31.494022,31.738504,31.871304,31.607235,31.174776,31.054174,25.059191,25.990423,26.589596,27.46287,27.84514,28.606447,28.718632,28.966347,28.984039,29.385912,29.915947,30.327192,29.912922,29.734024,29.355537,27.812845,28.352648,28.464266,28.900465,29.475286,29.297855,29.88328,30.335817,30.516758,31.093142,31.335112,31.801418,31.418287,31.507046,31.150135,27.024767,27.588377,28.234921,28.548813,29.336977,29.724058,29.871363,30.510452,30.876858,31.160126,31.967751,32.106361,32.007973,31.488699,31.214893,24.562078,25.353077,25.832621,26.117144,26.620487,27.285025,27.995285,27.969477,28.070541,28.3162,28.446001,28.475428,27.944778,27.506292,27.19643,25.446459,25.897621,26.537382,26.797401,27.128389,27.333179,27.661118,27.879328,27.991209,28.247765,28.536379,28.766928,28.571774,28.477394,28.343594,27.255816,27.83441,28.28125,29.146252,29.463173,29.937653,30.337557,30.572355,30.561554,30.75161,31.105286,31.080786,31.072695,30.593145,30.101925,26.953325,27.453581,27.875593,28.366112,28.167376,28.559732,29.160017,29.14579,29.564434,29.840847,30.22933,30.245033,29.702547,29.386318,29.278828,24.531836,25.179243,25.82531,26.290268,26.819199,28.152843,29.511312,30.347916,31.749348,32.649483,33.58979,33.321838,32.771664,31.681988,31.780025,25.778431,26.239193,26.661947,27.220184,27.741333,28.216175,28.589748,28.837193,28.870863,29.045036,29.3482,29.572388,29.341448,29.017078,28.706285,27.539576,28.639639,29.321373,29.99556,30.410095,30.885538,31.266468,31.526705,31.602455,31.67915,31.825647,31.561447,31.034779,30.801413,30.106476,27.88946,28.160494,28.53047,29.127106,29.450274,30.074018,31.078592,32.028736,32.287567,32.761585,33.023079,33.055874,32.906151,32.547466,32.534416,21.815372,22.589878,23.32358,24.370758,25.04986,26.202232,26.365189,27.421444,27.996284,28.41642,28.712687,28.920532,29.1444,29.096344,28.875341,23.548359,24.276396,25.033506,25.78891,26.622128,27.442804,28.128263,28.898722,29.118216,29.313803,29.572519,29.540405,29.315313,29.221973,28.949741,28.533405,29.709473,31.121099,32.601383,33.750992,34.458881,35.097549,35.712879,35.890503,36.252586,36.296989,36.217396,35.517426,34.75182,34.58968,21.021183,21.665533,22.263729,22.831562,23.426184,24.090584,24.841898,25.386602,25.936413,26.326296,26.672194,27.051083,27.044842,27.005974,26.906168,23.83506,24.691448,25.157871,25.72608,26.557854,27.288998,27.897614,28.736046,29.801952,30.070496,30.666668,30.919882,30.942747,30.831341,30.549034,28.531361,29.366335,29.774929,29.988173,30.444994,31.097069,31.564526,31.9762,32.307594,32.500481,32.788479,33.088329,32.760529,32.441078,32.349869,21.453371,21.985699,22.319227,22.816839,23.297255,24.343401,25.264374,26.216412,26.625568,27.467653,28.066885,28.598156,28.846928,29.107046,29.351162,23.185053,23.842709,24.584316,25.316521,25.87541,26.463997,27.069401,27.621185,28.223133,28.759457,28.991444,29.166334,28.947453,28.756214,28.644651,20.265732,20.960815,21.476469,22.051311,22.696735,23.384983,23.858252,24.350224,24.627642,25.051317,25.564236,25.935629,25.897339,25.978235,26.057629,23.535442,24.184175,24.95326,25.444912,26.104492,27.062389,27.739161,28.344929,28.767609,29.38072,29.697386,30.122948,30.06024,29.947695,29.905781,24.898479,25.869566,26.672161,27.268961,27.917915,28.759989,29.292751,29.933823,30.437887,31.002876,31.178593,31.335052,31.007799,30.570105,30.300257,21.462248,21.956318,22.452408,22.976213,23.543049,24.049555,24.534966,24.886143,25.166025,25.417597,25.682339,25.639677,25.313446,25.021261,24.766069,21.9702,22.532848,23.13711,23.775097,24.555468,25.545549,26.319336,27.032705,27.653828,28.326399,28.786001,29.322063,29.537037,29.74337,29.757256,27.845392,28.509537,29.48777,30.371206,31.262184,32.050735,33.010258,33.594448,33.675911,34.095062,34.129101,33.944462,33.320091,32.715183,32.288094,23.772627,24.574421,25.373341,25.871202,26.600964,27.334061,27.915096,28.52894,28.694958,28.914949,29.196089,29.712353,29.53285,29.556032,29.343975,19.936422,20.298531,20.751215,21.384212,21.966898,22.668381,23.033997,23.676647,24.208197,24.675236,24.971525,24.997721,24.759869,24.507763,24.306997,20.569071,21.036926,21.524345,22.074986,22.628887,23.247761,23.668348,24.014818,24.32082,24.530394,24.741226,24.624004,24.295074,23.924,23.762503,27.383766,27.998411,28.630623,29.314514,30.224949,31.709845,32.957863,34.023922,34.794041,36.003559,36.752331,36.434452,36.363636,36.014221,36.180229,22.516685,23.092094,23.870251,24.563828,25.320179,26.043085,26.662329,27.185635,27.631968,28.11088,28.537846,28.899488,29.02529,29.078684,28.848154,23.878811,24.465509,25.265715,25.364521,25.846434,26.26273,26.568758,27.855587,27.744282,28.448275,28.543711,28.861526,28.741014,28.793859,29.011063,21.608587,21.978729,22.409245,22.730095,23.183695,23.736168,24.287228,24.566715,24.902624,25.333885,25.536274,25.607899,25.504383,25.260172,24.698982,23.029316,23.720121,24.393599,25.177109,25.910175,27.054075,27.698013,28.216591,28.782993,29.384815,29.827225,30.23237,30.28923,29.934778,29.827637,24.33707,24.983084,25.961489,26.447826,27.330906,27.888674,28.580359,29.121395,29.321537,29.932829,30.193832,30.369673,29.981651,30.116543,29.719687,22.678242,23.430141,24.334188,25.472921,26.299221,27.250587,27.907076,28.883907,29.656977,30.230982,30.805567,31.088018,30.993685,30.921968,30.658653,26.786497,27.007086,27.715693,28.523794,29.302397,30.744034,32.344452,33.549435,34.207508,34.411667,34.728813,33.994335,33.372601,33.333336,33.260098,22.949877,23.695507,24.522556,25.217659,25.94611,26.482273,27.058353,27.468235,27.77177,28.35755,28.834026,29.068577,28.943638,28.679153,28.583199,22.818296,23.283726,23.72958,24.32564,24.836288,25.297293,25.87454,26.36978,26.694733,27.194538,27.603266,28.056892,28.104963,28.238731,28.517756,24.471273,25.177219,25.656685,26.185183,26.783258,27.564032,28.473495,29.07494,29.520971,30.077072,30.405432,30.85832,30.759733,30.694973,30.566639,20.831667,21.417854,21.921316,22.468676,23.043909,23.702589,24.354761,24.910706,25.385698,26.047421,26.57091,27.345005,27.523018,27.720085,27.852451,22.867603,23.647917,24.449448,25.26713,25.809748,26.358355,26.841724,27.785831,28.333981,29.189978,29.52557,29.905315,29.966984,30.092434,30.031353,20.909491,21.517988,22.045227,22.580112,23.246504,23.79701,24.399635,24.811714,25.233015,25.454082,25.621117,25.670565,25.234486,25.071487,24.742048,22.101694,22.676807,23.290339,24.224993,24.989468,25.875591,26.642836,27.360529,28.07729,28.277254,28.843521,29.015116,29.147131,29.396999,29.145369,24.398359,24.903938,25.856579,26.533772,26.998938,28.00215,28.595892,29.182001,30.027658,30.683062,31.092941,31.469376,31.598154,31.50005,31.571066,23.458038,24.275755,25.228569,25.968063,26.950043,27.825823,28.730015,29.434273,29.8962,30.752956,31.302229,31.98032,31.764088,31.998026,32.63356,23.160027,23.947916,24.842722,25.761492,26.590179,27.475039,28.122976,28.750977,29.281012,29.884804,30.377754,30.856518,30.874369,30.896509,30.92651,22.60169,23.331673,24.027428,24.656157,25.323217,25.97047,26.566856,27.046511,27.323431,27.727907,28.129662,28.566542,28.518904,28.585899,28.484211,25.100189,25.877609,26.492277,27.364597,28.111526,28.704782,29.502937,30.244133,30.683739,31.06336,31.280724,31.790205,31.479158,31.372929,31.346724,25.551296,26.74371,27.672657,28.732168,29.610083,30.090967,31.139469,31.568691,32.282852,32.690685,32.776443,32.961731,32.922653,32.649143,32.51366,19.58379,19.553196,19.74003,20.410898,21.198366,21.387548,22.425789,22.198929,22.923588,24.314005,23.635937,23.926941,24.103268,23.97994,23.874668,20.089085,20.598633,21.136793,21.672504,22.190403,22.704121,23.165384,23.490719,23.713776,23.95191,24.132509,24.354181,24.319443,24.318647,24.2973,22.957739,23.696064,24.43104,25.198984,25.811646,26.488123,27.001944,27.357132,27.685305,28.165718,28.511711,28.695208,28.487816,28.301386,28.031572,24.156519,24.902487,25.802294,26.636665,27.263481,28.083485,29.012608,29.633648,30.426275,31.374321,31.910654,32.597771,32.906052,32.987431,32.852421,26.940653,27.6658,28.363388,29.218494,29.917645,30.729618,31.70413,32.440567,32.400002,32.997929,33.238678,33.542694,33.494682,33.293121,33.077877,20.789637,21.352139,21.99642,22.686424,23.458391,24.248852,24.935328,25.604572,26.236898,26.711508,27.196571,27.655025,27.815195,27.8909,27.727375,26.078896,26.718956,27.312962,27.956301,28.406351,29.25638,29.981724,30.607382,30.988207,31.328913,31.641289,31.905645,31.568914,31.412243,31.088549,22.750307,23.453432,24.139322,25.556749,26.180998,26.962727,27.85146,28.463676,29.251158,29.919785,30.74655,31.005249,30.600945,30.307547,30.450157,20.969494,21.484249,22.417236,23.050669,23.269484,23.955948,24.654892,25.36657,25.749546,26.35117,26.801216,27.288324,27.345171,27.391273,27.37048,24.369181,24.836538,25.723413,26.2665,26.821768,27.661654,28.354406,29.078478,29.690283,29.926086,30.580217,31.016445,31.154129,31.130404,30.985624,21.195538,21.857851,22.506062,23.086462,23.757542,24.332426,25.031761,25.416227,25.736275,26.269392,26.638403,26.829407,26.57305,26.532724,26.266666,25.876251,26.846975,28.018948,28.806719,29.593784,30.765652,31.803522,32.566444,33.516064,34.321888,34.979801,35.256775,34.837132,34.729279,34.234959,22.634777,23.304787,23.964222,24.618408,25.298214,26.003489,26.686436,27.310886,27.82622,28.231949,28.56529,29.025209,29.013199,28.953785,28.939512,23.833361,24.616577,25.489542,25.704187,25.919659,26.796669,27.547953,27.827219,28.706398,29.107773,29.575665,29.843193,29.791536,29.618587,29.535557,22.448578,23.002598,23.528913,24.028963,24.457077,24.988358,25.382557,25.662863,26.093235,26.561148,26.897886,27.412045,27.432495,27.434418,27.419127,24.179474,24.913086,25.686571,26.508009,27.230232,28.142601,29.039812,29.811954,30.549583,30.786335,31.14509,31.50835,31.267902,31.383865,31.438524,21.991232,22.614174,23.13529,23.552254,24.14851,24.772583,25.195526,25.719637,26.24411,26.920467,27.482769,27.860361,28.001503,28.166998,28.227848,22.913204,23.630974,24.366077,25.052544,25.634266,26.330366,26.916752,27.286425,27.63143,27.958805,28.262796,28.367943,28.341356,28.247038,28.128157,27.453999,28.364822,29.113537,29.715324,30.32262,31.179438,31.947786,32.373756,32.702702,32.743523,32.369629,32.599892,32.185368,31.700077,31.5972,23.19796,23.812319,24.416731,25.207508,25.891018,26.459444,27.279715,27.636328,28.085167,28.403637,28.795464,29.383331,29.337978,29.551908,29.596651,22.382671,23.138653,23.883232,24.706215,25.45857,26.158106,26.770639,27.327267,27.75741,28.318998,28.868469,29.449955,29.445267,29.426098,29.290659,21.850952,22.707314,23.584007,24.67767,25.29476,25.897688,27.052074,27.621746,28.220829,28.965551,29.433706,29.827604,29.385344,30.093786,29.876951,23.201626,23.700125,24.53668,25.097582,25.632317,26.239088,26.719931,27.250317,27.709827,28.102839,28.377348,28.687,28.491657,28.390303,28.473658,23.661318,24.409561,25.314621,25.979927,26.738098,27.245417,27.868008,28.393545,28.799564,28.949055,29.215786,29.21397,28.938395,28.73229,28.606718,28.607882,29.27227,29.863089,30.449608,31.102451,31.863808,32.405727,32.640816,32.788166,33.167629,33.048233,33.239738,32.811913,32.614605,32.035706,22.254354,22.771822,23.287197,23.784851,24.504728,25.111168,25.655769,26.283157,26.669022,27.293121,27.667921,27.911049,27.822035,27.769529,27.698818,27.304476,27.89048,28.854952,29.545174,30.664766,31.341244,32.364269,32.504051,32.600136,32.708347,32.816036,32.767357,32.08894,31.934599,31.738743,23.488771,24.158409,24.786112,25.503714,26.096907,26.874584,27.635843,28.304296,28.836731,29.592869,30.109644,30.683306,30.883009,30.988716,30.881989,25.191004,25.81299,26.445004,27.102333,27.869221,28.592052,29.308638,29.902481,30.348522,30.841198,31.254166,31.520081,31.320822,31.073662,30.81665,22.802834,23.502649,24.091255,24.871147,25.830246,26.885426,27.499336,28.006531,28.707241,29.407162,29.834444,30.331284,30.406458,30.350679,30.529106,26.462687,27.057362,27.344683,27.967627,28.935354,29.404819,30.17416,30.758324,31.417608,31.791153,32.034988,32.061348,32.061756,32.015453,31.903362,21.583929,22.211262,22.930359,23.696688,24.408293,24.971045,25.553226,25.99962,26.386515,26.804823,27.180218,27.390087,27.166203,27.070671,26.979055,23.00559,23.734344,24.532391,25.23444,25.947262,26.781452,27.73749,28.512726,28.898672,29.407587,29.633791,30.046753,30.009142,29.986757,29.857195,19.082775,19.146179,19.436878,19.517796,19.621798,19.823971,19.882179,19.989367,19.874146,19.836052,20.204182,19.68137,19.3871,19.40925,18.903952,24.714861,25.577662,25.5445,26.180801,26.62274,27.356382,28.185707,27.982378,28.032228,28.247118,28.403074,28.088549,27.577431,27.07049,26.747211,22.043028,23.069828,23.847153,24.957634,25.951715,26.610008,27.093197,27.036566,27.143723,26.679081,26.835596,26.972103,26.532444,26.142433,25.995481,26.710308,27.922716,28.605139,28.982941,29.371225,29.999336,30.450583,30.631212,30.578619,29.611317,29.401375,29.26598,28.925884,28.295433,27.434408,25.349665,26.650551,27.304035,27.869522,28.485828,28.789202,29.114914,29.186749,29.111671,29.438543,29.393042,29.494465,29.040998,28.501707,28.104713,27.278889,29.231569,29.919001,30.780807,30.799734,31.492878,32.723515,32.597855,32.551662,32.404881,31.974129,31.939962,31.925014,31.187149,30.520374,25.186941,25.818914,26.536167,27.110434,27.413902,27.886967,28.330839,28.616386,28.452465,28.204611,28.062021,27.826366,27.404022,27.071959,26.509813,24.918398,25.715431,26.266054,27.234524,27.763969,28.274479,29.199234,29.89699,29.642969,29.775583,29.440025,28.896082,28.44285,28.035385,27.211487,28.756958,29.750156,30.42378,32.145943,33.160511,33.058212,33.2038,32.386486,32.481907,32.558624,32.417236,32.689915,31.34544,30.581924,29.75172,28.868881,29.510256,30.674263,30.989861,31.360868,31.320753,31.375065,31.291431,31.252956,31.068302,31.329521,30.52339,29.7561,29.086899,28.659964,22.903759,23.487658,24.396223,25.046381,25.562176,26.235243,26.593256,27.009605,27.296608,27.341589,27.421928,27.429502,26.991167,26.503551,26.014576,24.252787,25.079948,25.669674,26.989481,27.498552,28.183702,28.656643,28.995476,28.413408,28.365225,28.279867,28.653866,28.618401,28.360977,27.747253,23.482426,24.260204,24.879356,25.556076,26.136017,26.661137,27.244865,27.283907,27.333677,27.431616,27.695444,27.597486,27.098185,26.508205,25.972084,26.669449,28.298685,30.222416,30.394735,31.047865,32.397408,31.79664,31.283756,30.482367,31.313129,31.184526,30.221329,30.222221,28.64992,27.90514,26.842493,28.093866,29.144833,29.890718,30.54682,31.086,31.262833,31.177183,31.046604,30.980434,31.010576,30.477997,29.802862,29.448986,28.840212,27.348667,28.191671,28.895733,29.577627,30.87056,31.805092,32.289989,32.550102,32.927395,33.271374,32.57235,32.547985,31.82547,31.095325,30.013674,27.241951,28.208691,29.069637,29.89086,30.380075,31.024929,31.175699,31.370085,31.027576,30.854326,30.92412,30.705379,30.077044,29.59992,28.710859,28.827772,29.654827,30.035999,30.656498,30.797512,31.244179,31.946712,31.829544,31.454506,31.093349,30.818775,30.556103,29.900173,29.357525,29.235979,23.793674,24.976286,25.713369,26.630173,26.997318,27.303234,27.487484,27.05088,27.003162,26.311377,26.645422,26.452625,25.897926,25.658739,25.431274,25.178173,26.220984,27.445984,27.724747,28.103971,28.524858,28.34516,28.321609,27.892128,27.397326,27.692234,28.139839,27.7089,27.515999,27.13818,21.519373,22.845516,24.13846,25.54928,26.373907,26.972401,27.672636,27.623817,27.288605,27.030491,27.246061,27.247513,26.928392,26.400915,25.78577,25.399902,26.400597,27.178267,27.46991,28.51759,29.132387,29.251787,28.92643,29.286667,28.683367,28.471249,28.728304,28.09428,27.774488,27.429052,26.754189,28.056112,28.504103,29.258698,29.581705,30.391264,31.36817,31.181574,30.940701,30.484447,31.077694,30.545404,30.134466,29.664806,29.366737 ),.Dim=c(3107,15)), age65pls_pc=structure(.Data=c( 10.292814,10.396756,10.492496,10.670939,10.730679,10.816089,11.046602,11.164966,11.367006,11.715157,12.051545,12.477151,13.130946,13.556088,13.843371,15.482305,15.589301,15.747818,15.915225,15.965726,15.972698,15.970045,16.03791,16.35528,16.59532,16.808319,17.081415,17.774532,18.164673,18.715857,13.334483,13.248796,13.122535,12.946773,13.168592,13.173013,13.219195,13.528119,13.737054,13.992842,14.282587,14.647762,15.247248,15.92333,16.516874,12.067493,12.388245,12.142082,12.061312,11.923944,11.999819,12.181546,12.38524,12.517066,12.562661,12.686404,13.135091,13.832701,14.276831,14.745665,12.878862,12.855627,12.939811,13.027292,13.201168,13.36775,13.744256,14.014935,14.244151,14.48876,14.763333,15.265721,15.956452,16.44265,17.027992,13.263103,13.417855,13.74378,13.609049,13.639652,13.677232,13.437268,13.36845,13.603579,13.55238,13.544536,14.008844,14.416368,14.612346,14.765906,16.417351,16.590189,16.391867,16.555464,16.430283,16.308208,16.339178,16.301331,16.296721,16.566828,16.691326,16.833551,17.355938,17.733578,17.957191,14.285972,14.223573,14.139305,14.078346,13.93418,13.973986,13.825528,13.959092,14.107985,14.195314,14.361657,14.608383,15.14162,15.529916,15.925961,16.171282,16.105198,15.993327,15.874439,15.777007,15.777092,15.953642,15.995638,16.335388,16.551302,16.675938,17.094696,17.567131,17.825668,18.342535,15.89186,15.970556,15.998033,16.050587,16.124886,16.535496,16.845991,17.164326,17.44422,17.765142,17.91774,18.554447,19.321369,20.157951,20.930948,12.903225,12.886533,12.823539,12.84598,12.726922,12.768798,13.034641,13.10837,13.369875,13.471622,13.602858,13.96694,14.566217,14.940063,15.193188,14.645669,14.996491,15.253465,15.672083,15.954454,16.63802,16.998129,17.248171,17.840443,18.038065,18.075253,19.142206,19.744516,20.384212,20.806683,13.508754,13.578773,13.804232,14.082686,14.155352,14.392467,14.543076,14.839612,15.363543,15.707811,16.197647,16.331638,17.228764,17.558529,18.03437,16.518263,16.470835,16.595356,16.834473,17.017208,17.198267,17.241869,17.195599,17.293976,17.506783,17.593725,17.651793,18.475031,19.053984,19.419413,13.681908,13.844748,13.741676,13.776146,14.094427,14.615813,14.665016,15.109129,15.241361,15.652232,15.739258,16.625477,17.358086,17.953154,18.39172,14.183111,14.3746,14.648303,14.706081,14.565068,14.614945,14.796227,14.682455,14.665265,14.552994,14.463915,14.619014,15.000097,15.596493,15.958765,15.500845,15.595057,15.732726,15.89565,16.04818,16.288012,16.527302,16.921778,17.105722,17.30423,17.417742,17.407196,17.748568,18.099539,18.522394,15.789099,15.853659,15.863119,15.944057,15.837677,16.15379,16.349335,16.896065,17.493279,17.884586,17.883654,18.619009,19.167437,19.720388,20.415417,14.775414,15.048954,15.187393,15.342653,15.536332,15.923956,16.251856,16.321356,16.662315,17.116564,17.064728,16.813536,17.570343,17.931097,18.673082,17.990618,18.09868,18.097071,18.046663,18.021519,17.981937,17.852087,17.84433,18.151552,18.274542,18.403219,18.628481,19.183987,19.574411,19.774071,17.053755,16.999418,16.677668,16.634924,16.777155,16.585152,16.246397,16.143595,15.902887,15.865658,15.999134,16.242085,16.830334,17.563881,17.973904,14.638649,14.612155,14.568133,14.717282,14.802063,14.901133,15.118162,15.230722,15.413651,15.681198,15.964653,16.231096,16.869883,17.232155,17.621058,11.888283,12.206116,12.411642,12.721731,12.992183,13.251784,13.338223,13.473974,13.498826,13.533518,13.471544,13.877747,14.352992,14.873677,15.349186,13.896706,13.75401,13.678736,13.639585,13.548388,13.714724,13.570831,13.531248,13.751271,14.001692,14.064855,14.24568,14.814035,15.263798,15.62815,13.789636,13.610341,13.690956,13.666016,13.575676,13.644275,13.67107,13.713463,13.68685,13.806729,13.961856,14.169246,14.833244,15.171655,15.702979,10.677146,10.754681,10.858008,10.884393,10.949337,10.92658,11.134147,11.250713,11.625782,11.784007,11.925982,12.324401,12.989855,13.441639,14.008541,13.599478,13.702647,13.803077,14.025293,14.064116,14.145901,14.349799,14.453341,14.753882,14.936338,15.183328,15.327245,15.696483,16.250628,16.626085,16.027342,15.967798,15.833883,15.735015,15.622817,15.596953,15.521404,15.533289,15.734218,15.804066,15.865099,15.842896,16.386051,16.842237,17.310444,16.167891,16.362055,16.314695,16.602486,16.601931,16.73877,17.166658,17.417109,17.524656,17.914501,17.92787,17.87598,18.402122,19.036602,19.576059,14.893413,15.084963,15.328089,15.372157,15.337363,15.270601,15.15064,15.262547,15.086302,15.169838,15.326673,15.077689,15.527047,15.898055,15.896429,16.274281,16.675142,16.806099,16.765232,17.103832,16.942436,16.908377,17.122559,17.387224,17.480207,17.520044,17.926355,18.284826,18.548145,19.189726,14.794991,14.879383,14.788235,14.502804,14.391907,14.863049,15.692767,15.556739,15.225986,15.911566,15.900746,16.47587,16.808149,17.240984,17.911844,12.70199,12.877769,12.983425,13.057958,13.301521,13.506196,13.861325,14.100377,14.286592,14.633386,14.992361,15.751107,16.330109,16.936537,17.335272,16.296432,16.365082,16.604853,16.705912,16.540857,16.493553,16.811184,16.974514,17.263121,17.560749,17.680708,18.165106,19.235897,20.051146,20.744061,13.662683,13.53112,13.491217,13.323333,13.195382,13.259427,13.489347,13.567387,13.874353,14.210945,14.474717,14.776123,15.231967,15.59888,16.108923,13.433002,13.63409,13.871424,14.259648,14.484819,14.878496,15.143129,15.421971,15.783278,16.136997,16.558125,16.992716,17.524122,18.053324,18.557505,13.604156,13.480824,13.315832,13.224528,13.10259,13.031077,12.958668,12.931897,13.022346,13.085302,13.137703,13.210972,13.621172,13.90654,14.282945,15.914087,16.165558,16.412016,16.699436,17.187395,17.329601,17.703835,18.032347,18.339077,18.551298,18.755169,19.164568,19.751614,19.94079,20.519573,15.074001,15.184929,15.23389,15.48415,15.605418,15.817274,16.020998,16.130486,16.474697,16.615871,16.81395,16.942711,17.525894,17.887609,18.224215,12.077765,12.248351,12.392645,12.607284,12.885366,13.073908,13.450688,13.620855,13.913909,14.29987,14.58855,15.153474,15.824845,16.343433,16.816252,8.1157408,8.1818876,8.2547808,8.3142471,8.3697271,8.4236479,8.5789223,8.6512957,8.8467484,8.9516907,9.0858078,9.2444153,9.6045275,9.8920174,10.241798,11.123912,11.254033,11.41008,11.598472,11.699452,11.834004,12.020204,12.076831,12.122788,12.180606,12.343586,12.527321,13.0862,13.458985,13.821569,12.218841,12.334008,12.576525,12.757772,12.96047,13.26934,13.26295,13.655725,14.018454,14.321783,14.566125,14.893426,15.739034,16.578089,17.451445,13.976796,13.768024,13.669737,13.63479,13.493498,13.569769,13.650065,13.599489,13.867667,14.209533,14.090066,14.40124,15.449972,16.340923,16.892763,10.890412,11.004309,11.152811,11.316254,11.459979,11.63019,11.862406,11.931907,12.053745,12.115845,12.231687,12.416734,12.891601,13.285072,13.703614,14.607339,14.759266,14.948013,15.037457,14.997475,15.295098,15.572895,15.492434,15.948619,16.036844,16.295589,16.877535,17.746588,18.24839,18.5588,15.86858,16.213408,16.580633,16.865223,16.98781,17.291925,17.333246,17.588902,18.135067,18.351498,18.37179,18.742474,19.1709,19.846092,20.134895,14.243774,14.323993,14.16258,14.161569,14.124115,14.181192,14.268385,14.349646,14.640064,14.787502,14.933233,14.957512,15.496455,15.941384,16.313747,11.991312,12.005878,12.074801,12.143981,12.179396,12.288504,12.343267,12.367056,12.564882,12.744845,12.915068,13.189304,13.724955,14.128963,14.510298,13.915046,14.000829,14.09125,14.086278,14.325382,14.284508,14.443691,14.741648,14.966016,15.302782,15.664956,16.117844,16.758911,17.319672,17.879162,11.787243,11.810014,11.748997,11.716814,11.612452,11.657901,11.513874,11.508285,11.741793,11.89814,12.061224,12.009711,12.474813,12.902204,13.327503,12.35648,12.478287,12.600432,12.68933,12.832062,13.069918,13.317055,13.444504,13.736468,13.948248,14.173341,14.394932,15.011822,15.491334,15.918133,14.88695,15.19107,15.170145,15.157949,15.117009,15.687897,16.118761,16.140709,16.508114,16.37044,16.511936,17.145576,17.249508,17.192034,17.87925,15.732005,15.977579,15.761939,16.120232,16.216879,16.338154,16.544117,16.45405,16.751041,16.735641,16.899263,17.35627,17.804184,18.140976,17.817984,12.582358,12.598846,12.685637,12.582363,12.486517,12.615365,12.612987,12.625546,12.830882,12.86855,12.850078,13.184208,13.499472,13.690157,14.212753,15.87791,15.935901,15.918803,16.203766,16.355162,16.320948,16.382463,16.516636,16.83082,16.917425,17.001223,17.498465,18.388721,18.877596,19.625546,13.181408,13.187699,13.138273,13.215123,13.063153,13.132654,13.044254,12.95767,12.948634,12.861854,12.681432,12.504329,12.286441,12.239273,12.501675,11.700983,11.727414,11.835182,11.872532,11.906384,11.929032,12.145152,12.301508,12.473067,12.73356,13.083654,13.590379,14.315407,14.72103,15.347558,8.5772152,8.7266836,8.8676157,9.0429802,9.0916224,9.2771311,9.5358448,9.7972107,10.08147,10.331175,10.598586,11.166503,11.838869,12.40309,12.98115,13.935984,14.244702,14.398998,14.334567,14.276738,14.770558,14.830359,14.986357,14.868175,15.0662,14.951979,15.079953,15.299977,15.788688,16.204788,13.240975,13.290257,13.122881,13.206429,13.184781,13.224438,13.328292,13.348577,13.551702,13.810871,14.098162,14.486501,15.132245,15.627076,16.057495,16.443188,16.282663,16.199688,16.230621,16.101114,16.23712,16.240332,16.34713,16.765863,16.987402,17.308989,17.682678,18.494766,19.035711,19.568495,11.24935,11.191308,11.05891,10.910002,10.779251,10.723207,10.623377,10.620559,10.677165,10.718806,10.835435,10.83463,11.132601,11.427859,11.70063,14.822526,14.855608,15.004659,15.075609,15.1656,15.264234,15.448311,15.671762,15.91214,16.069016,16.312904,16.704432,17.254927,17.703894,18.143274,12.419204,12.50209,12.584521,12.881072,13.111623,13.504805,13.849195,14.161569,14.374714,14.594409,14.792295,15.182279,15.985977,16.462151,16.995789,13.86506,14.141809,13.836281,13.785714,13.679661,14.018919,14.049586,13.466578,14.183405,14.566133,14.928971,15.729457,16.515619,17.136486,17.788635,14.237438,14.485507,14.695122,14.982097,15.223044,15.368062,15.756575,16.228176,16.7598,17.192499,17.856117,18.032045,19.018862,19.561977,20.044811,8.3056383,8.7190371,9.1029282,9.4062176,9.6932259,10.154552,10.171494,10.607454,10.91968,11.288869,11.616161,11.906834,12.298139,12.927884,13.445963,14.783463,15.05665,15.232756,15.54817,15.621501,15.827675,16.126091,16.468807,16.864435,17.143164,17.316317,17.420073,18.158588,19.031673,19.907949,7.0315914,7.2419538,7.3317504,7.4591885,7.596889,7.8268061,7.9521351,8.2197447,8.4480438,8.6726551,8.94312,9.3253937,9.7383404,10.257518,10.991231,19.821943,20.170067,20.457283,20.770594,20.901152,21.184784,21.573629,21.944715,22.293543,22.800171,23.213053,23.892431,24.945787,25.801035,26.607576,11.873713,11.856937,12.202023,12.360164,12.570712,12.616794,12.302305,11.815209,11.594203,11.403065,11.479386,11.607022,11.990473,12.237201,12.281996,9.9099102,10.51623,10.994764,11.589798,11.895616,11.612904,11.354938,11.224863,11.108516,11.835553,11.804143,12.073583,12.180657,11.966772,11.562802,26.010912,26.920328,27.40444,27.968767,28.745184,29.638353,30.540028,31.399235,32.439796,32.499756,32.613159,33.33659,34.740307,35.38303,35.886581,11.66863,11.544341,11.447606,11.433969,11.410707,11.380401,11.301073,11.365928,11.578943,11.86612,12.141389,12.479555,12.987611,13.407373,13.822248,20.468586,20.594839,20.659023,20.854067,20.823061,20.742903,20.84132,21.232479,21.940943,22.777121,23.315399,23.823339,24.919304,25.889992,26.930964,10.051286,10.322027,10.541035,10.741758,11.005702,11.35587,11.743544,12.063371,12.391058,12.910543,13.313684,13.847285,14.576812,15.073914,15.761336,14.155696,14.169071,14.15929,14.204536,14.232333,14.38697,14.489494,14.625645,14.894014,15.191476,15.492988,15.864696,16.556139,17.156399,17.735928,16.206421,16.007713,15.514355,15.079357,14.94268,14.952824,14.493896,13.862053,13.65926,14.091988,13.897124,14.896414,16.159582,17.272421,18.279234,10.712898,10.904093,10.997525,11.195077,11.395143,11.522079,11.835749,12.09802,12.649531,12.879965,13.101007,13.775521,14.501516,15.301359,15.794775,21.934309,21.77877,21.699688,21.625021,21.747187,21.702042,21.686871,21.849091,22.55517,23.401777,24.091614,25.065004,26.338083,27.350178,28.129513,16.585293,16.556458,16.485689,16.444349,16.312548,16.190386,16.13398,15.983924,15.979436,15.829521,15.673582,15.627159,16.283138,16.843,17.400963,16.490181,16.364784,16.239988,16.2104,16.016426,15.866492,16.067728,16.234436,16.399483,16.400126,16.397936,16.411587,16.577118,16.960247,17.490843,13.875677,14.015278,14.095598,14.427543,14.570737,14.65964,14.968224,15.398804,15.69442,16.072081,16.292597,16.461134,17.174631,17.7512,18.359936,26.770016,26.701626,26.749077,26.751265,26.712259,26.762852,26.914135,27.05406,27.584961,27.8001,28.111219,28.287258,29.080019,29.598438,30.023014,14.256449,14.060833,13.757685,13.44575,13.105972,12.723553,12.397671,12.206379,12.144284,12.163236,12.215223,12.245337,12.539222,12.760334,12.921834,16.695545,16.48374,16.535069,16.730335,16.776505,16.823509,17.034613,17.106014,17.550171,17.880795,18.10499,18.307465,18.835726,19.26338,19.810509,17.385092,17.148144,17.025932,17.002365,17.031469,17.016317,17.125149,17.466133,17.443958,17.559368,17.858387,17.484716,18.014185,18.268282,18.470301,16.044842,16.002857,15.968169,15.975912,15.61438,16.176212,16.177761,16.911116,17.203327,17.395315,17.128416,18.596291,18.940821,19.505178,19.834232,15.889472,15.935678,16.049,16.279339,16.405651,16.59164,16.888973,17.229111,17.787638,18.362913,18.728683,19.37047,19.941977,20.342651,21.084337,15.403214,15.416485,15.901958,16.131481,16.251261,16.505617,16.882391,17.371883,18.107883,18.158806,18.231199,18.210617,18.512066,18.714788,19.167336,14.599131,14.445484,14.395303,14.310524,14.290081,14.508772,14.639679,14.568478,14.622723,14.714286,14.878802,14.884065,15.347857,15.662226,15.956651,19.376177,19.315884,19.217937,19.043123,18.963572,18.963669,19.197794,19.563896,19.890184,20.029896,20.022392,20.272917,20.798819,21.146812,21.316551,21.219917,21.335318,21.308718,21.338675,21.752338,21.935587,22.284702,22.532785,23.147171,23.285658,23.600477,23.91992,24.249235,24.814167,25.346788,13.589503,13.743198,14.072272,14.492753,14.661482,14.922677,15.585004,15.714929,15.612535,16.302464,16.204716,16.447369,17.326675,18.505505,19.147673,15.844369,15.980964,15.866258,15.685494,15.703268,15.648352,15.831775,15.913389,15.83151,15.867923,16.033619,15.815273,16.24432,16.24357,16.513153,16.14809,16.201748,16.178925,16.328625,16.214241,16.317749,16.373535,16.306213,16.461355,16.568659,16.895514,17.122995,17.769394,18.084251,18.311935,11.743962,11.705653,11.538736,11.583529,11.401466,11.503565,11.602118,11.66174,11.898281,12.000168,12.210269,12.217705,12.50888,12.750053,12.953025,11.304397,11.37398,11.436412,11.566014,11.855996,12.014746,12.28901,12.546089,12.781252,13.056254,13.316997,13.653566,14.311325,14.825874,15.334846,9.9283123,9.8038063,9.8257675,9.7110558,9.8356743,9.9713402,10.113185,10.218486,10.501193,10.577471,10.772131,11.036544,11.432568,11.779726,12.10299,13.660191,13.368073,13.38323,13.309695,13.395804,13.573055,13.927126,14.33524,14.818682,15.180013,15.489328,15.790068,16.400318,16.963213,17.617968,16.9473,17.05719,17.312487,17.093821,17.08238,17.312843,17.400023,17.748297,17.882153,17.953102,18.179569,18.601484,19.212934,19.70462,20.471832,14.109267,14.079422,14.160323,14.383894,14.477925,14.794168,14.506128,14.700881,14.947638,15.143424,15.224594,15.635332,16.06432,16.522089,17.191978,12.897697,12.695606,12.857143,12.98484,13.164828,13.143195,13.696873,13.951982,14.155078,14.66883,14.793411,14.891797,15.082579,15.800726,16.017941,9.4970007,9.4787798,9.505209,9.5259457,9.5172729,9.5350428,9.6543617,9.7304916,9.8122177,9.9672422,10.01316,10.120543,10.53,10.930499,11.224541,15.8144,15.715086,15.77061,15.765087,15.956558,15.957506,16.269075,16.340406,16.457294,16.544502,16.631706,17.016783,17.368773,17.758312,17.989418,20.187027,20.43508,21.1042,21.435213,21.483566,21.283087,21.668455,21.76623,22.015829,22.393917,22.381226,22.971764,24.052906,24.652834,25.381004,21.211401,21.035133,20.730782,20.443621,20.333977,20.272326,20.384365,20.472176,20.690954,20.835768,20.942327,20.721924,21.327921,21.267757,21.679272,12.205633,12.186897,12.357997,12.545574,12.727592,12.746462,13.23816,13.481668,13.726154,14.218918,14.522891,14.723243,15.163276,15.79268,16.202044,13.851397,13.779196,13.769652,13.830173,13.834964,13.836208,13.892116,13.900973,14.159763,14.301464,14.370023,14.22086,14.464418,14.806647,14.990052,14.220999,14.250794,14.241993,14.066696,14.087327,14.264527,14.374701,14.355528,14.732143,14.866239,15.057471,14.986897,15.443446,15.878257,16.314917,15.770997,15.649192,15.558507,15.508906,15.522512,15.371455,15.349789,15.466887,15.606194,15.644723,15.715022,15.896225,16.291613,16.774908,17.244171,15.119793,15.106744,15.088841,14.867356,14.645129,14.431373,14.556093,14.89035,14.78557,15.151736,15.289436,15.435271,16.088259,16.376694,16.901932,14.496258,14.537149,14.49351,14.31952,14.438825,14.59252,14.771637,14.878117,15.089657,15.505116,15.686755,15.777471,16.276363,16.659887,16.982811,21.108438,21.348484,21.246138,21.504419,21.802843,21.679977,22.042257,22.483767,22.724947,23.130344,23.503618,24.024157,24.452499,24.861673,24.925861,16.508179,16.345886,16.206936,16.238695,16.06366,16.098309,15.714128,15.797326,15.662919,15.809419,15.884055,15.900941,16.282103,16.403284,16.768555,12.880921,12.79494,12.746496,12.81496,12.701492,12.606441,12.623629,12.786211,12.999974,13.132885,13.199669,13.681206,14.258144,14.691289,15.061415,14.750361,14.675546,14.682523,14.491034,14.314466,14.371406,14.408848,14.584412,14.56253,14.633089,14.649208,14.819572,15.13069,15.305926,15.815168,17.765545,17.769285,17.961164,18.0131,18.017908,18.092514,18.606422,18.636074,18.754805,19.545336,19.353149,20.19626,20.749899,20.924776,21.436588,17.417383,17.369993,17.322479,17.404146,17.262415,17.326876,17.61182,17.760036,18.024055,18.077988,18.118687,18.582586,19.002346,19.187479,19.269945,13.913946,13.958569,13.842482,14.174907,13.985406,14.283201,14.475468,14.866488,14.871129,15.155862,15.299654,15.725414,16.103615,16.491123,16.787575,11.874006,11.802827,11.852309,11.942654,11.931425,11.810155,11.93154,12.074173,12.02737,12.414522,12.443278,12.356964,12.900262,13.144201,13.510227,15.125248,15.359232,15.20167,15.335679,15.801456,15.845661,16.14817,16.685741,16.879152,16.926216,17.157421,17.630259,17.815647,18.548767,19.46373,15.933333,15.997319,15.94816,16.017086,16.158188,16.199638,16.435278,16.794094,16.952288,17.120691,17.272116,17.594795,18.398691,18.697346,19.197956,10.435911,10.508299,10.532038,10.594842,10.520283,10.505604,10.662751,10.840491,11.009896,11.068301,11.186875,11.227444,11.757154,12.13427,12.567144,14.391815,13.976005,13.461131,13.463979,13.146776,13.062389,13.671154,13.840943,14.232665,15.147068,15.741977,15.890114,16.492867,16.890644,17.465971,19.978962,20.096107,20.552357,20.678114,21.193151,21.416424,21.785311,22.268532,22.793598,23.413671,23.851059,24.321404,25.449949,26.399025,26.736176,13.087349,13.035019,12.995137,13.010487,13.22878,13.162324,13.40083,13.516741,13.557275,13.660937,13.795402,13.960134,14.357082,14.66728,15.111284,12.256745,12.235137,12.282563,12.466532,12.520669,12.52136,12.391716,12.32017,12.211663,12.237232,12.293685,12.409045,12.711306,13.095212,13.398221,17.334513,17.593245,17.639175,17.736715,18.035965,18.472101,18.482512,18.500576,18.850521,18.88728,18.854179,19.032858,20.068895,19.939972,20.255331,18.924755,19.238693,19.475409,20.316051,20.205698,20.378286,20.758715,21.175354,21.47707,22.012646,22.497889,22.799915,23.793177,24.793837,25.382332,16.220314,16.165337,16.266058,16.32951,16.413216,16.573479,16.519238,16.75839,17.391304,17.487305,17.747326,17.917406,18.522676,18.900774,19.384121,14.822957,15.385517,15.561284,15.917799,16.453018,16.983583,17.913618,18.462269,19.22118,20.033689,20.35037,21.287907,22.545139,23.006439,24.209862,16.936918,16.864853,16.891088,16.599972,16.549231,16.507017,16.52536,16.59861,16.792612,16.961266,17.134766,17.104752,17.307919,17.792467,18.338779,14.760834,15.010673,15.343048,15.252272,15.378671,15.392043,15.784389,15.815549,16.406475,16.566122,16.780003,17.442755,18.053406,18.384912,17.931438,13.955876,14.128036,14.273746,14.433116,14.552826,14.591164,14.502666,14.748629,14.805229,14.975427,15.017317,15.017989,15.535103,15.79851,16.295664,16.872574,16.628338,16.729971,16.659256,16.601458,16.485378,16.684425,16.654911,17.025614,17.344582,17.554276,17.39053,17.695108,17.920116,18.599363,14.27958,14.467801,14.540118,14.715812,14.60921,14.510337,14.977513,15.262161,15.39087,15.642254,15.874309,16.082027,16.516331,16.699793,17.118013,16.977501,17.157858,17.161488,17.451359,17.789299,18.071573,18.240133,18.61903,19.040611,19.23432,19.468086,19.819075,20.692862,21.068148,21.674732,12.773876,12.757793,12.625215,12.557981,12.355581,12.467194,12.516792,12.682086,12.780862,12.96695,13.204132,13.235084,13.72502,13.973401,14.378161,17.300602,17.106787,17.414417,17.564226,17.813631,17.665268,18.044277,18.780024,19.089258,19.47681,19.641214,19.94405,20.874704,21.766674,21.984365,11.454476,11.400352,11.361497,11.387568,11.34045,11.373869,11.491818,11.601406,11.790464,11.937283,11.997436,12.158665,12.656048,13.035068,13.4913,17.047646,16.988503,17.030087,17.32852,17.410887,17.682186,17.866373,18.322809,18.592299,18.637274,18.693306,18.651611,19.272991,19.655016,19.937321,11.819266,11.495597,11.280708,11.107302,11.216053,11.344669,11.457748,11.44608,11.881892,11.928289,12.227586,12.45306,12.846799,13.318682,13.819179,12.506541,12.997087,13.449231,13.77684,13.966425,14.446001,14.559129,14.486771,14.764277,14.733015,14.866273,15.377827,15.948279,16.754751,17.060907,14.772314,14.86758,14.94053,15.197513,15.526122,15.952988,16.30928,16.461416,16.923489,17.193836,17.139565,17.173603,17.852276,18.165979,18.730694,19.136551,19.464722,19.607363,20.047523,19.674374,19.76572,19.707674,19.95166,20.401257,21.001221,21.204348,22.072128,22.850708,23.154993,23.673573,12.895187,12.792733,12.651877,12.607347,12.595627,12.583524,12.669147,12.681177,12.835119,12.958375,13.290979,13.225283,13.658369,14.057772,14.443657,13.13266,12.953933,13.06203,13.207786,13.004176,12.934102,12.837214,12.803573,12.736361,12.687366,12.588963,12.692128,13.1815,13.241323,13.543823,23.52083,22.865925,22.777264,22.731718,22.624331,22.850899,22.718248,23.066378,23.346348,23.617107,23.961475,23.852522,24.862299,25.1082,25.669209,18.621407,18.904562,19.359007,19.856459,19.901428,20.488707,21.179253,21.578087,22.10186,22.601295,22.744497,23.14859,23.754364,24.867893,25.469879,16.063427,15.90413,15.613482,15.50778,15.507349,15.57472,15.526402,15.38316,15.470608,15.484932,15.586946,15.539921,16.088381,16.354012,16.597385,23.303125,23.193731,23.054773,23.046165,22.88166,22.793289,22.740355,22.97109,23.081793,22.830048,22.716478,22.949009,23.741846,24.084972,24.484596,9.845705,9.6401491,9.4570866,9.3586664,9.2305336,9.1050549,9.0681715,9.1638136,9.468976,9.6398926,9.6936655,9.8637686,10.239703,10.504896,10.727654,13.729186,13.530972,13.544393,13.520876,13.37159,13.418822,13.628864,13.676212,13.817337,13.951811,14.116354,14.192467,14.491611,14.789351,15.126584,16.682016,16.04611,16.125977,16.489618,16.613182,16.764303,17.062334,17.324791,17.953876,17.891417,17.809353,18.597858,19.289557,20.207476,21.223125,15.01868,14.89714,14.815341,14.770958,14.885642,15.046592,14.87289,14.88929,15.058125,15.095958,15.446276,15.666166,16.016323,16.263706,17.10166,10.198022,10.05734,10.116982,10.225676,10.312847,10.458918,10.515104,10.642811,10.777155,10.948196,11.158742,11.416246,11.794712,12.120126,12.423474,10.008271,10.535117,11.236863,11.354421,11.322248,13.125512,11.206897,12.244898,13.643927,13.116124,12.209802,16.381638,17.40675,19.23077,21.228546,18.100872,17.981903,18.008261,18.197546,18.181818,18.383282,18.402733,18.750645,19.378792,20.029814,20.661375,21.551495,22.99523,24.093357,25.038103,15.727134,15.552904,15.212796,15.094501,14.970549,14.951666,14.892724,14.992942,15.09583,15.244998,15.408139,15.588199,16.210754,16.637558,17.044811,18.164597,18.155626,18.067486,18.18992,18.203459,18.222761,18.355957,18.967754,19.632551,20.389978,21.000219,21.975122,23.306892,24.233858,25.074593,11.324866,11.371044,11.179285,11.416598,12.238334,11.986368,11.503112,11.591933,11.739378,11.73647,11.618701,11.847212,12.218062,12.712142,13.146925,11.313588,11.251019,11.275873,11.33848,11.433419,11.547197,11.640392,11.835779,12.067595,12.282419,12.467291,12.788055,13.343493,13.806356,14.202805,12.565598,12.615418,12.848123,12.814753,12.783543,12.945087,13.005565,13.000175,13.233437,13.374594,13.547778,13.829563,14.439204,14.884439,15.657866,12.408216,12.57534,12.583916,12.689285,12.82471,12.693496,12.695943,13.100049,13.663411,14.197445,14.683708,15.304717,16.344646,17.161671,17.929527,9.9095459,9.914258,9.8286018,9.7720356,9.7324734,9.7501345,9.7337599,9.7607746,9.8383951,9.9525976,10.068384,10.257702,10.5858,10.874702,11.16828,12.939128,12.827977,12.881318,12.884956,12.786667,12.747783,12.765804,12.799279,12.97334,13.085408,13.295887,13.550127,14.043999,14.536736,14.76989,12.485964,12.41766,12.409535,12.461272,12.432863,12.458839,12.54495,12.746115,12.989138,13.086942,13.19569,13.474831,14.214234,14.770499,15.379993,10.096201,10.206183,10.258857,10.252108,10.253581,10.227848,10.266347,10.249337,10.350351,10.373936,10.414646,10.697844,11.097845,11.567246,11.982245,19.136732,19.423746,19.451996,19.722477,19.937559,19.672043,18.98748,18.929773,19.123266,18.954918,19.024469,19.376053,20.021734,20.572733,21.36334,9.3850136,9.3407373,9.2584352,9.151556,9.019742,8.8907175,8.7982197,8.7793684,8.8640604,8.9353924,9.0007563,9.1214886,9.4276514,9.6448669,9.8483171,7.4009323,7.3787823,7.4064226,7.4243331,7.4031515,7.4903378,7.4916048,7.5887518,7.7131033,7.8199081,7.886456,8.1628485,8.5045729,8.7974634,9.0974493,19.307117,18.643618,18.100239,17.605927,17.163635,16.862297,16.558674,16.842237,17.126352,17.505783,17.710087,18.271503,19.118704,19.843895,20.595112,9.0542421,9.3209724,9.2342205,9.2749786,9.2431364,9.2814894,9.3743687,9.3612242,9.559638,9.7980661,9.9841976,10.446673,10.952069,11.940577,12.523635,9.7454538,9.7798843,9.8207865,9.8899622,9.9526787,10.082019,10.133431,10.328329,10.522573,10.708513,10.895984,11.159638,11.50403,11.841446,12.172202,11.069935,11.242146,11.191175,11.143003,11.209575,11.086642,10.998316,11.107232,11.172898,11.353981,11.445234,11.693153,12.219375,12.552835,12.767045,13.546784,13.569832,13.766271,14.060575,14.347599,14.698656,14.944394,15.258195,15.792398,16.31056,16.7439,17.305984,18.205147,18.856941,19.405872,17.215368,17.591671,17.769529,17.908173,18.067698,18.467617,18.552061,18.991615,19.938084,20.574347,20.846352,21.499643,23.018763,23.73407,24.563393,13.544041,13.551203,13.644064,13.612434,13.66466,13.917778,14.067204,14.465207,14.867151,15.194592,15.381199,16.132351,17.187679,18.101702,18.927271,9.4696074,9.205451,8.9899759,8.9071569,8.7342949,8.7980413,8.7642355,8.8142757,8.9946432,9.2539892,9.380476,9.6206856,9.9515638,10.215638,10.440947,17.680204,17.73262,18.008972,17.998106,17.782406,18.076321,17.781013,18.446194,18.532091,19.241137,19.463087,20.322206,21.300762,22.535675,23.294508,7.6309881,7.11585,6.8710833,6.7705212,6.4745507,7.176785,7.8294406,8.1444654,8.9525318,9.3018274,9.6388931,9.9548769,10.682865,11.213223,11.780607,10.029033,9.9822636,9.955327,9.9808407,10.02542,10.149356,10.183137,10.319452,10.453867,10.619042,10.717765,10.900761,11.238601,11.592859,11.942925,15.367881,15.114574,14.830982,14.682107,14.742268,14.673917,14.697962,14.812608,14.953054,15.032525,15.090825,15.394425,16.004457,16.48138,16.846931,17.377863,17.21496,17.150042,17.285526,17.314945,17.416965,17.726477,18.071661,18.60998,19.048391,19.450573,20.247217,21.513308,22.482729,23.45109,9.8933506,9.9744682,10.075389,10.200808,10.306791,10.520415,10.688953,10.964791,11.211651,11.443446,11.645489,11.91888,12.377551,12.750834,13.14347,13.14479,13.219658,13.230796,13.379952,13.468124,13.684207,14.154453,14.380757,14.766211,15.122016,15.407887,15.791185,16.572124,17.214561,17.826492,17.977257,18.011526,18.072462,17.99876,18.042856,17.929558,18.023312,18.473894,19.22587,20.129902,20.817043,21.525097,22.974232,24.000849,24.73344,12.662085,12.488108,12.266566,12.028295,11.78282,11.605484,11.458132,11.401452,11.594426,11.762056,11.826997,12.012829,12.429903,12.820845,13.178335,11.09542,10.963651,10.786662,10.716874,10.66199,10.726138,10.731671,10.783681,10.934656,11.062536,11.207637,11.467398,11.944982,12.382295,12.79172,8.0288572,7.9203577,8.0427198,8.2502995,8.342905,8.5164785,8.7798386,9.0582933,9.2855692,9.5782204,9.7244473,9.9987545,10.429814,10.886208,11.362078,8.5605259,8.5234489,8.4299231,8.3801937,8.2482166,8.2141075,8.1928339,8.2848225,8.5278244,8.7763901,8.9341135,9.1706715,9.5903587,9.9867611,10.344316,11.126151,11.019134,10.949659,11.00483,10.91226,10.973174,10.964075,11.044808,11.184779,11.288764,11.381335,11.578241,11.966651,12.317392,12.689531,13.645975,13.555992,13.704264,13.88026,13.984041,14.043218,13.855721,13.755197,13.662988,13.603942,13.711865,13.724424,13.906889,14.155808,14.381782,10.571682,10.339695,10.152519,9.9816847,9.8157091,9.7815018,9.7614403,9.8833971,10.064285,10.279667,10.41783,10.63526,11.030502,11.446895,11.755888,14.435178,14.275318,14.216285,14.213072,14.17058,14.20838,14.280725,14.487575,14.720789,15.0124,15.24251,15.583981,16.202394,16.872477,17.527121,12.456415,12.450026,12.590665,12.748013,12.884095,13.008529,13.008855,13.111787,13.205035,13.296068,13.44392,13.694572,14.034525,14.324318,14.647259,12.704317,12.694338,12.615689,12.577124,12.544563,12.544875,12.545671,12.62368,12.75793,12.805099,12.862598,13.018296,13.358925,13.629404,13.938146,9.5610723,9.610611,9.8178453,10.005939,10.167048,10.31569,10.39914,10.530973,10.699934,10.896435,11.095915,11.319669,11.641389,11.935772,12.199004,9.9521179,9.8053074,9.7830915,9.8256674,9.9530029,10.069736,10.172645,10.413179,10.696631,10.935775,11.136497,11.456726,12.167053,12.804659,13.466789,15.246158,15.21922,15.20817,15.214605,15.357386,15.394471,15.585868,15.789473,16.157679,16.577261,16.960815,17.385612,18.152573,18.731464,19.235926,17.543367,17.481524,17.432508,17.288523,17.492712,18.294849,17.873831,18.440557,19.216867,20.258621,20.27194,22.15781,23.772358,25.172981,26.988924,18.175856,18.456774,18.460138,18.389143,18.383116,18.357563,18.506531,18.871023,19.227333,19.471733,19.602039,20.061783,21.085892,22.025896,22.717129,9.5001183,9.5255175,9.6676846,9.8445435,9.936697,10.11904,10.27664,10.490565,10.799273,11.117746,11.396194,11.800246,12.393425,12.970784,13.519085,12.618669,12.577666,12.493069,12.507261,12.523538,12.655332,12.786873,13.024761,13.369732,13.674635,13.942737,14.412498,15.251883,15.959527,16.667667,10.428704,10.325577,10.117725,10.024684,10.017194,10.049598,10.020985,10.100348,10.342572,10.539239,10.686358,10.933043,11.364172,11.782315,12.124049,12.366148,12.343707,12.205156,12.129301,12.021877,11.931639,11.848055,11.862219,12.24442,12.458936,12.688015,13.037324,13.540575,14.023697,14.456508,15.903507,15.796065,15.759847,15.759977,15.625052,15.487938,15.394482,15.415065,15.492913,15.765372,15.873216,16.134945,16.881783,17.458401,17.825321,17.095531,16.820904,15.944581,15.473125,14.985941,16.078869,16.942936,17.599648,18.621851,19.32132,19.994205,20.804489,21.979567,23.057457,24.032602,9.7600012,9.7124376,9.6027594,9.4831285,9.3795986,9.3264208,9.2224789,9.232482,9.3302088,9.3684711,9.4672384,9.6071396,9.9058542,10.123555,10.388182,18.416334,18.248783,18.256042,18.293137,18.366842,18.424667,18.576218,18.930048,19.428267,19.914047,20.432718,20.996969,21.988213,22.758621,23.422186,10.213534,10.256701,10.330743,10.396411,10.439374,10.622176,10.796146,11.008378,11.306338,11.546379,11.724028,12.054312,12.613715,13.094852,13.576813,9.3520184,9.2684374,9.1500435,9.1848221,9.2082043,9.304822,9.3457794,9.3419228,9.501709,9.6645994,9.8822012,10.170899,10.564475,11.021077,11.380645,10.6291,10.558539,10.399356,10.367749,10.173826,9.9570036,9.6272659,9.5603514,9.6610146,9.9682999,10.079019,10.267327,10.712033,11.042133,11.431587,8.000843,7.9446158,7.8518586,7.8550539,7.8732567,7.8368502,7.9490871,8.0217247,8.1503744,8.2469587,8.3706884,8.6390209,8.9786167,9.2951403,9.5517378,9.6027822,9.6616745,9.6599178,9.6369553,10.041401,10.140457,10.496183,10.83004,11.039215,11.459219,11.355572,11.285422,11.892662,12.08656,12.513788,8.5836306,8.55406,8.5505848,8.6147289,8.7047253,8.8644457,9.1922979,9.4013529,9.656971,9.9078236,10.089179,10.4919,11.039382,11.422856,11.846993,11.816367,11.985843,12.21865,12.985842,13.625066,14.40501,14.576528,15.111728,15.755102,16.591339,17.524662,18.676104,20.175003,21.323046,22.981163,22.506111,22.724224,23.685425,24.33811,24.6063,24.668501,25.273329,25.1164,24.592749,24.608442,24.031622,24.96063,25.086367,25.285172,25.722145,15.888478,15.904811,15.318934,14.596173,14.676375,14.514547,14.354624,14.523184,14.609191,13.665369,13.502304,14.071146,15.605643,15.969316,16.525204,7.6881437,7.7234259,7.8477678,8.0708694,8.2694616,8.4951878,8.857914,9.0961914,9.3949299,9.7547665,10.060779,10.386768,11.04671,11.616447,12.15877,20.451624,21.692852,22.787081,23.511015,24.724186,25.556541,26.36623,27.120289,26.661777,26.425013,26.272381,26.625465,26.321056,26.331797,26.202827,16.985983,17.285297,17.09214,17.522604,17.89171,17.725811,17.97858,18.190712,18.636543,19.174322,19.737211,20.486477,21.254972,22.156702,22.834391,16.251698,16.750803,17.55545,17.714003,17.163048,17.122229,18.043932,18.947933,17.862839,18.448183,17.540983,17.972103,17.775412,17.522499,18.392664,7.0988655,7.3430672,7.9566956,8.0514784,8.428071,8.8852453,9.1683254,10.074301,10.625957,11.919058,12.47805,13.769876,15.292172,16.78414,17.926071,14.998214,15.245509,15.195023,15.728039,15.910451,15.569149,15.394865,15.480103,14.963415,15.442261,15.033785,15.88504,16.455238,17.058395,17.343977,16.925169,18.016027,18.384172,18.29904,18.955143,19.202696,20.498461,20.857862,21.432615,22.57972,22.278912,22.880659,24.187725,25.205791,25.872749,10.637139,10.260064,10.395341,10.706442,10.157343,9.9348249,9.700985,9.8586864,9.8537083,10.401932,10.431655,11.107307,12.259971,13.059001,12.453234,15.072382,15.693231,15.939687,16.326002,17.310152,18.20005,19.303957,19.674124,20.55028,21.43198,22.21962,24.035046,25.896227,27.240732,29.008511,19.68648,19.843956,19.705687,19.599709,19.464256,19.670626,19.933533,19.839977,19.793566,19.858133,20.184555,20.846638,21.728418,22.536697,23.40177,11.203615,10.933563,10.882199,10.895459,10.89684,10.875653,10.666822,10.566713,10.5202,10.427819,10.367728,10.330753,10.556236,10.720361,10.854521,17.162968,17.090319,17.058825,17.698154,18,18.940609,18.297009,18.585859,18.146532,18.765192,18.768187,19.2516,20.321123,21.301775,22.075949,4.1538744,4.2671366,4.2788558,4.5214019,4.6798391,4.9417553,5.4213386,5.7901692,6.2130671,6.7487369,7.1588097,7.8019643,8.5421181,9.2659807,9.9259968,3.012321,3.2193904,3.375766,3.6448493,3.8153965,4.0482998,4.2350855,4.4736261,4.8815842,5.2101383,5.7265086,6.2234411,6.928122,7.4670372,8.10923,5.9820538,6.129705,6.2736416,6.5219378,6.734313,7.0778108,7.3808141,7.8207307,8.3856144,9.0398426,9.5254564,10.796407,12.224501,13.089911,13.893255,8.6750727,8.6230841,8.6794882,8.8317204,8.9308329,9.0742311,9.2203197,9.4510231,9.6993074,9.9241686,9.9957247,10.180769,10.668166,11.078836,11.483027,14.600497,14.770656,14.859951,15.003945,15.268747,15.56356,15.938814,16.344046,16.906246,17.349747,17.62709,17.832138,18.810894,19.637819,20.286325,8.7014484,8.4560432,8.2152376,8.2881861,8.42031,8.4693117,8.2800331,8.0808458,7.922596,8.0488358,8.470047,8.8617086,9.5032587,10.140889,10.730638,5.833159,5.7101026,5.8688388,5.9660873,6.4604378,6.4864864,6.2256808,6.356019,7.6999607,8.4454412,9.5290251,10.30303,11.787352,13.116813,13.509263,7.7704868,7.8474455,7.9115367,8.2782946,8.4730806,8.6739559,8.9623652,9.1290369,9.3284092,9.736948,10.320356,11.289879,12.206839,13.278183,13.966982,6.9448395,6.8562584,7.1219101,7.2654667,7.4045696,7.3187604,7.2758155,7.8641229,8.2426224,8.5178432,8.875392,9.3278999,9.9773836,10.827697,11.210021,11.504425,11.383109,11.654136,12.580231,13.82716,14.357683,13.742331,16.886227,15.647923,15.947242,17.119244,19.1052,21.052631,22.89604,25.864277,17.179256,17.603144,17.738741,18.578352,19.324343,21.021694,21.832468,22.705999,22.904001,24.018171,25.048748,26.642111,27.449492,28.745377,29.86165,13.1896,13.472858,14.164491,13.690476,16.554508,16.701174,15.618375,17.412935,17.997097,18.821024,18.057554,20.101231,21.349148,20.986744,20.9319,9.702405,9.8238621,9.9984655,10.245361,10.56364,10.829653,11.257865,11.561007,11.917891,12.327596,12.667006,12.96666,13.616835,14.188618,14.642908,17.329193,17.483871,19.157339,19.986675,20.727522,20.995228,20.947802,21.276596,21.408045,21.698112,21.229448,22.16884,22.531294,23.326286,23.88377,14.515117,14.634146,14.60606,14.717815,15.140369,15.334988,15.703408,15.80337,15.900454,15.662651,16.046398,16.646341,17.213722,17.046728,17.611673,6.6026874,6.9089971,7.1261072,7.5557337,7.7212801,7.9798117,7.8730421,8.0762987,8.2818794,8.7799625,8.9748869,9.3927889,10.064534,10.550836,11.008552,9.4080667,9.5440016,9.6731997,9.8089809,10.150231,10.236469,10.367686,10.64994,10.886641,11.270913,11.685559,12.200209,12.875906,13.568707,14.243269,9.5672379,9.4879503,9.4821606,9.6193676,9.8294716,10.113189,10.522135,10.809053,11.208298,11.562676,11.912705,12.282109,12.911534,13.438591,13.899593,17.918547,17.630325,17.745073,17.700241,17.71656,17.610064,17.386589,17.439939,17.710844,17.546751,17.690163,18.670128,19.530781,21.036182,22.215906,14.31631,14.411366,14.53841,14.769648,14.936532,15.733522,16.220613,16.064917,16.550842,16.983219,16.809793,17.114466,17.184341,17.577766,17.429193,14.363013,14.096649,13.978095,13.83276,14.044505,14.22974,14.326138,14.235437,14.298627,14.671951,14.67341,15.307368,15.624857,16.096144,16.024416,15.188172,15.228961,15.225416,15.199129,15.221887,15.316375,15.193256,14.916735,14.759525,14.572104,15.035574,15.14806,15.801517,16.31748,16.926769,17.307693,17.58794,17.241379,19.323671,18.632074,19.41032,20.532318,21.313507,19.767443,22.540983,21.267607,23.488045,25.492958,24.271845,26.76259,9.3785648,9.4221201,9.4823008,9.2934532,9.4117651,9.8101263,9.782691,9.7243032,10.172985,10.409382,10.529744,11.007671,11.826324,12.336079,12.85184,13.871765,14.215769,14.246919,14.516595,14.830716,15.240272,15.648029,15.892198,16.06534,16.403339,16.731274,17.078537,17.910095,18.47809,19.066629,15.26236,15.412823,15.378051,15.718399,15.95979,16.208666,16.590042,16.709097,17.02986,17.226435,17.835028,18.388948,19.444786,20.471918,21.287226,13.016839,13.176109,13.125998,13.213875,13.422988,13.549969,13.772649,13.764642,13.844265,13.975586,14.134714,14.585817,14.969659,15.156007,15.453516,16.505285,16.560064,16.974808,17.145775,17.16917,17.363745,17.781744,18.06953,18.124533,18.230806,18.255104,18.389524,18.65468,18.958727,19.055887,12.15894,12.780565,13.248966,13.505155,13.789659,13.982737,14.718826,15.058823,15.323496,16.655291,17.373737,20.089787,21.758242,23.416338,24.627028,7.3006139,7.6892824,7.7601523,8.119071,8.4376936,8.8002968,9.377696,9.851018,10.479444,11.224997,11.659082,12.929104,13.983395,15.02146,16.266912,19.506172,19.70377,19.768734,19.909399,19.620111,19.968658,19.891254,20.603014,20.234537,20.394587,20.527727,20.466499,20.734489,21.036934,20.951948,6.9042315,7.1071734,7.4778118,7.9056315,8.7647829,9.0785112,9.2685757,9.8140888,10.435153,11.006585,11.484006,12.710924,13.840349,14.711982,15.546338,12.674104,12.762657,12.584477,12.957482,13.193271,13.664688,14.097486,14.219536,14.609491,14.428652,14.602263,14.451468,14.785835,15.360808,16.084322,15.166431,15.044371,14.856998,14.830264,14.851938,14.889372,14.989541,14.962514,15.015183,15.175551,15.31945,15.501883,16.043802,16.562887,17.053146,11.192783,11.31561,11.124181,11.818336,12.285666,12.396972,12.224741,11.846854,11.974854,11.830653,12.401813,12.584834,13.078056,13.51231,13.695555,14.768984,14.877589,14.896925,14.915421,14.690137,14.670708,15.233109,15.727304,15.868465,16.054583,16.226791,16.514299,17.116434,17.86231,18.611662,5.0618219,5.2053442,5.3495531,5.7148328,6.086381,6.3276939,6.6791716,7.020586,7.1839204,7.6325564,8.1929464,9.1632271,10.24957,11.286135,12.254881,10.692036,10.59097,10.790788,10.907059,10.589159,11.737611,12.068134,13.028627,13.416411,13.54744,14.537732,14.943457,16.125969,17.659334,18.874012,6.9395022,8.4337349,8.7542086,8.6885242,9.6671944,10.047847,9.090909,11.043873,12.089552,11.872147,12.816901,13.199427,15.539569,18.168814,20.445063,3.4347103,3.3391659,3.459429,3.9932032,4.2909918,4.551219,4.5962381,4.7118273,5.1995659,6.220355,7.0952835,7.8475938,9.0058012,9.7987976,10.524287,22.250547,22.623074,22.902746,22.624435,23.206585,22.402855,23.524656,24.25,23.915737,23.369566,23.440134,24.146648,23.925863,24.211424,24.550129,3.3670888,3.5928144,3.8870671,4.4552898,4.8394108,5.3752894,5.6074405,6.0444312,6.7049809,7.215117,7.7775011,8.4641514,9.2724371,10.068443,10.821364,7.576858,7.7808709,8.0907946,8.4032841,8.8891964,9.4776592,9.8559313,10.419694,11.30033,12.277107,12.940224,13.930562,15.171352,16.488766,17.969887,18.141325,18.752565,18.728897,18.377089,18.951859,18.75,18.504177,19.004709,19.282137,18.979166,19.175514,20.544811,20.477095,20.426958,20.810698,8.9582119,8.7716742,8.5707645,8.5594044,8.5778513,8.5741596,8.7346067,8.86273,9.0703335,9.3507881,9.611043,9.9306545,10.449914,10.827465,11.170893,16.329023,16.340868,16.338865,16.476873,16.596874,16.466974,16.50654,16.489578,16.427917,16.334066,16.140594,16.57975,16.929911,17.722385,17.812225,13.278469,13.237757,13.169559,13.130145,13.101022,13.112417,13.05333,13.160364,13.354813,13.459047,13.550028,13.619616,13.948534,14.154384,14.308386,14.637658,14.514945,14.425598,14.401462,14.331882,14.272716,14.170803,14.203186,14.390731,14.480967,14.564249,14.654799,15.056139,15.354271,15.605254,14.222577,14.269111,14.218116,14.276187,14.34775,14.386064,14.500057,14.813079,15.287498,15.684551,15.983987,16.485748,17.286283,17.853909,18.439781,13.595727,13.577188,13.604125,13.664338,13.832766,13.944054,14.157078,14.39843,14.800985,15.151533,15.473424,15.826904,16.601009,17.154766,17.652058,14.463621,14.323603,14.179277,14.107792,14.018981,13.943378,13.900733,13.955398,14.154902,14.279469,14.392072,14.499807,14.943843,15.28901,15.557836,13.013378,12.961178,12.958163,13.009032,13.026675,13.022502,13.141123,13.391633,13.731962,13.993348,14.377041,14.582868,15.140273,15.557732,16.078873,10.202173,10.309932,10.348268,10.417714,10.441291,10.517619,10.757012,11.075488,11.481499,11.72914,11.950439,12.300335,12.963523,13.479259,13.962017,12.324038,12.215345,12.0798,11.950858,11.925714,11.956484,11.949168,12.011703,12.326106,12.657477,12.852791,13.177051,13.727935,14.230436,14.727383,11.700163,11.788466,11.919681,12.013669,12.100443,12.203202,12.606877,12.814917,13.068862,13.345119,13.519568,13.88388,14.461461,15.054461,15.560071,11.577864,11.535771,11.509964,11.519924,11.561171,11.624689,11.709796,11.811028,12.052445,12.17289,12.316647,12.498594,12.950672,13.406571,13.766406,18.550352,18.590794,18.655558,18.728689,18.867706,18.958143,19.312462,19.660837,20.168653,20.555479,20.809517,21.375265,22.417194,23.413212,24.21697,9.6125078,9.5256138,9.5029697,9.5484142,9.6016388,9.7195368,9.8807545,9.9812517,10.252442,10.539332,10.808211,10.978501,11.48731,11.955681,12.422131,9.1847677,9.3015032,9.3141041,9.488431,9.6512299,9.8300571,10.073912,10.010682,10.3087,10.599469,10.905334,11.401241,11.939967,12.452299,12.880044,13.413705,13.575933,13.763168,13.840588,13.803808,13.68611,13.599044,13.825637,14.225914,14.45027,14.579493,14.893278,15.472895,15.844767,16.145784,12.945059,12.897289,13.057858,12.920289,12.994983,13.189551,13.421735,13.561145,13.732261,14.034301,14.40309,15.026161,16.437548,16.999443,17.615532,19.901051,19.911848,19.850836,19.921482,19.812347,19.542109,19.417608,19.504038,19.897009,20.197229,20.493109,20.802538,21.555082,22.055418,22.608286,15.969643,15.48494,15.055516,14.702704,14.401136,14.189397,13.870944,13.974924,14.148952,14.250076,14.309486,14.330755,14.662926,15.005075,15.342794,14.010736,14.361329,14.574805,14.714511,14.622537,14.794225,15.017504,15.004923,15.120898,15.239586,15.418865,16.111336,16.483068,16.908146,17.269657,34.62809,34.528507,34.183304,33.598721,33.078506,32.252579,31.711849,31.771231,32.634747,33.591015,34.16151,34.989132,36.001743,36.959949,37.742893,32.123322,31.853098,31.68895,31.644417,31.353203,30.97443,30.58494,30.537546,30.888954,31.509892,31.926819,32.741581,33.829063,34.547611,35.223427,9.8306131,9.9797506,10.06181,10.291094,10.324189,10.351911,10.530507,10.71227,11.061515,11.438332,11.716084,12.20339,13.056432,13.701738,14.195802,24.395016,24.162125,23.839703,23.608847,23.447323,23.468378,23.532328,24.147923,25.252258,25.988037,26.436094,27.163134,28.134369,28.826315,29.380947,13.980661,14.114657,14.201623,14.097147,14.046773,14.140614,14.540902,14.674795,14.942512,15.159023,15.420803,15.799248,16.318417,16.894672,17.223915,18.921604,18.508118,18.15324,17.86541,17.719429,17.156864,17.15452,17.196051,17.641241,17.758442,17.856735,18.211184,18.897955,19.243629,19.640469,17.131849,17.722511,17.654911,17.836258,17.740303,17.748104,17.763655,17.975502,18.286667,18.728281,19.353264,19.909473,20.809464,21.384672,22.054476,10.513721,10.422029,10.342997,10.30331,10.262295,10.32331,10.424439,10.506761,10.7358,10.963311,11.157255,11.378695,11.902596,12.332213,12.740715,13.304946,13.328812,13.424495,13.615169,13.652108,13.797056,13.589108,13.813035,14.110976,14.299278,14.462678,14.602557,15.079342,15.365245,15.78823,28.549397,28.021652,27.405231,26.779673,25.755545,24.571472,23.597624,23.065536,23.311525,23.992609,24.492329,25.175398,26.535809,27.359423,28.332407,17.633905,17.40666,16.957481,17.187033,16.739346,16.787605,15.8295,15.916805,16.553467,17.125488,17.431192,18.164419,18.987015,19.859814,20.309429,12.211346,12.311474,12.269335,12.330931,12.382281,12.711565,12.83751,12.863278,13.074549,13.438095,13.666601,13.616482,14.35567,14.869824,15.444124,13.702139,14.170692,14.660047,14.76917,14.805841,15.14461,15.484188,15.725467,16.151693,16.64983,16.8318,17.484989,18.248608,18.840494,19.355598,18.962093,19.355133,20.046083,20.097273,20.368036,20.416801,19.923559,20.668447,20.655582,21.31786,21.530914,24.036852,24.895977,25.690947,26.782402,14.973225,14.991929,15.224542,15.295428,15.257197,15.151131,15.350657,15.438773,15.715096,16.004519,16.293304,16.469837,17.142128,17.390753,18.057997,11.230308,11.002694,11.018485,11.234833,11.169421,11.550261,11.586971,12.077593,12.675008,12.860014,13.087408,13.981368,14.611096,15.414688,15.927691,13.739774,13.697021,13.443089,13.528863,13.457743,13.384684,12.913601,13.154353,13.031192,13.105095,12.931189,13.308012,13.862218,14.432425,14.740716,10.086884,10.252852,10.331622,10.553988,10.614313,10.735321,10.671549,10.793211,11.256604,11.407331,11.500766,11.579082,12.356985,12.629208,12.701425,30.687267,29.946243,29.136253,28.264862,27.322134,26.294893,25.578171,25.093737,25.194708,25.603373,25.816727,26.107105,26.790989,27.163595,27.487139,32.987862,32.665234,32.267426,32.068436,31.689211,31.572783,31.337177,31.29273,31.600513,31.982903,32.232018,32.389809,33.013939,33.435284,33.859985,11.963107,11.798499,11.61974,11.585931,11.48034,11.4045,11.292803,11.352459,11.564767,11.719617,11.846616,11.833815,12.381653,12.771331,13.111713,14.90864,15.178333,15.34428,15.425366,15.813448,15.965784,15.874698,16.152269,16.359665,16.766764,17.189625,17.388893,18.089203,18.576954,18.895674,29.118538,28.708771,28.231651,27.904526,27.42378,26.675003,26.210415,26.159298,26.570881,26.951595,27.216709,27.643745,28.519625,29.227367,30.045864,14.552151,14.748497,14.772752,14.889571,14.93631,14.865428,15.093753,15.301439,15.350493,15.484179,15.732079,16.235418,16.662924,17.603966,17.95434,14.436428,14.404476,14.231001,14.541979,14.60442,14.644617,14.909066,15.281931,15.589483,16.063656,16.473618,17.313927,18.808115,19.475391,20.163876,12.366282,12.33049,12.350761,12.207722,11.861074,11.462305,11.953003,12.24101,12.321323,12.720807,12.079631,12.996144,13.65029,13.66614,13.997065,26.187796,25.395304,24.599709,24.117455,23.700342,23.333719,23.591597,23.382164,23.696936,24.016027,24.217152,24.410713,25.205687,25.661505,26.012239,25.34351,24.823387,24.272848,23.836861,23.383184,22.725479,21.878122,21.693819,22.207455,23.031633,23.485249,24.05681,24.969877,25.654799,26.31365,8.3098125,8.3138552,8.2569962,8.2896843,8.3048773,8.3806372,8.5313749,8.6411018,8.918231,9.2156639,9.4552593,9.7687092,10.258271,10.842673,11.35378,17.899204,17.842701,17.820599,17.760744,17.768595,18.047192,17.937992,18.274302,18.520424,18.972603,19.4231,20.37373,21.383144,22.111061,22.861193,10.216054,10.214214,10.123081,10.443686,10.592026,9.8465471,10.136063,10.242821,10.428931,10.518749,10.616397,10.927434,11.196021,11.555128,11.8259,14.588449,14.793998,14.919549,14.980297,14.862386,15.034085,15.244312,15.169237,15.651006,15.841481,15.850039,16.074797,16.991806,17.508417,17.871605,24.715408,24.24297,23.700304,23.395819,23.039473,22.574265,22.190388,22.28343,22.788189,23.074358,23.299273,23.726017,24.504572,24.986778,25.486183,24.521849,24.637028,24.410414,24.256044,24.138973,24.152882,24.153204,24.19557,24.710651,25.289228,25.796131,26.21557,26.884048,27.457342,27.927166,28.238586,28.061852,27.666327,27.269798,26.922829,26.576328,26.257738,26.369984,26.827782,27.10816,27.366062,27.608418,28.397789,28.82745,29.30024,13.332399,13.3193,13.2945,13.3306,13.353901,13.576301,13.548601,13.687799,13.8555,14.036099,14.1632,14.209,14.539499,14.9039,15.198501,14.613062,14.562615,14.498127,14.573805,14.692847,14.902597,14.682965,15.240171,15.924653,16.661848,17.094542,17.759596,18.988441,19.672195,20.539177,12.671463,13.075885,13.243225,13.636437,13.833812,14.14257,14.487711,14.81799,15.164135,15.782086,16.271282,17.009253,18.289644,19.005543,19.985117,12.172897,12.39656,12.562338,12.787576,12.731089,12.66538,12.609808,12.86095,13.270831,13.654757,14.02107,14.123837,14.279181,14.677605,15.124968,16.284769,16.287399,16.344898,16.586075,16.57589,16.638214,16.270042,16.443274,16.648319,16.872602,17.027546,16.385958,16.99185,17.610111,17.914301,9.9639101,9.7577209,9.6462708,9.5402803,9.4372635,9.2959452,9.1342402,9.2146282,9.4021206,9.5681181,9.7057848,9.8626947,10.165189,10.487313,10.765423,11.362306,11.110989,10.925154,10.709123,10.593837,10.51459,10.433285,10.403907,10.540753,10.855101,11.05964,11.435517,11.892329,12.237275,12.6043,23.114546,22.78681,22.463781,22.066496,21.670582,21.414993,21.136887,21.278484,21.525663,21.590122,21.630972,21.697348,22.112257,22.440119,22.712257,26.543777,25.681597,24.79921,23.749733,22.670347,21.841486,21.028875,20.450684,20.495628,20.648844,20.752541,21.016327,21.745237,22.127542,22.444609,22.429106,21.949125,21.559135,21.311804,21.031988,20.874388,20.605789,20.664385,20.953714,21.110092,21.221989,21.403246,22.123995,22.541016,22.939548,18.288416,18.161678,18.026039,17.951967,17.868425,17.640257,17.363335,17.212986,17.482149,17.782366,18.033039,18.201803,18.77989,19.204361,19.464191,18.413244,18.224834,18.135208,18.0243,17.982727,17.94639,17.868288,17.962374,18.312244,18.671694,18.953165,19.348686,20.172449,20.577843,21.11327,15.793996,15.441624,15.217647,14.981887,14.6826,14.450974,14.528728,14.640824,14.996149,15.392874,15.715308,16.163229,17.012871,17.555315,18.112022,22.674892,22.429823,22.050962,21.763506,21.273432,20.375261,19.611284,19.148619,19.356327,19.790846,19.95809,20.573507,21.388943,22.026531,22.586843,11.089895,11.384534,11.43458,11.629128,11.718801,11.626704,11.602778,11.81598,12.171296,12.61301,12.900254,12.965663,13.564095,14.045021,14.532846,31.393639,30.888775,30.475351,30.207956,29.936466,29.563591,29.341259,29.538134,30.222866,30.847263,31.204296,31.61697,32.494534,33.300522,33.947823,10.678375,10.704685,10.677662,10.687868,10.748172,10.749681,10.77954,11.023742,11.395847,11.734971,12.021025,12.581112,13.257604,13.797194,14.310119,28.075106,30.656178,32.054623,34.131493,36.302284,37.309597,37.852024,38.687714,40.405865,42.121288,43.388184,45.856705,48.752201,50.996281,53.043861,16.91711,16.976374,16.96236,17.298708,17.381706,17.414118,17.701668,17.866978,18.190514,18.486296,18.94445,18.4751,19.01564,19.298367,19.676846,14.121562,14.056453,14.097097,13.952327,14.303489,14.608823,14.812676,14.528778,14.644837,15.141002,15.669592,16.224319,16.858625,17.267885,18.024155,7.5167284,7.7732019,8.0515299,8.2323933,8.3413963,8.5150776,8.9558258,9.2288733,9.7467871,9.9543676,9.9652147,10.423368,11.202258,11.895763,12.394515,22.011305,21.723642,21.456285,21.194702,20.927975,20.584539,20.147833,20.081373,20.538597,20.892967,21.122406,21.437887,22.206575,22.754988,23.221443,10.194555,9.9373398,10.352441,10.67752,10.727005,10.799071,11.103113,11.515321,11.520406,11.014807,10.841497,11.274161,12.047136,12.766026,13.172394,15.821372,15.524522,15.400023,15.18057,14.815437,14.775673,14.892952,15.110305,15.624592,15.95335,16.27107,16.999748,17.600655,18.177534,18.634155,15.563907,15.23269,15.197068,15.043879,14.854099,14.705618,15.017498,15.130597,14.850643,15.170291,15.398209,16.089008,16.428427,16.809591,17.303049,11.876293,12.00802,11.981488,12.158809,12.10823,12.26293,12.744711,12.793996,13.014945,13.25507,13.547998,13.75271,14.603071,15.194288,15.689776,9.1950998,9.3181524,9.4605055,9.5869837,9.9686909,9.85672,9.7230692,9.681284,10.040641,10.636776,10.865407,10.636516,11.407767,11.496615,11.812752,12.802289,12.691207,12.543313,12.523164,12.554702,12.699014,13.171691,12.974106,13.397652,13.238728,13.452511,13.299964,13.605869,13.904269,14.180298,13.763974,14.057427,14.784604,13.821532,14.015904,14.343331,13.902502,14.786832,14.324035,14.691011,14.99268,16.762135,16.839916,16.997593,17.715334,10.587683,10.61344,10.658585,10.782911,10.844736,10.916984,11.063574,11.217678,11.62052,11.837662,12.080463,12.539914,12.962246,13.522476,13.997643,10.492299,10.469217,10.674847,10.640313,10.996922,11.310916,11.694777,11.80057,12.070406,12.313269,12.51697,13.536213,14.510557,15.290453,15.857588,9.036973,8.8040524,8.5917196,8.3861217,8.3024416,8.4005594,8.7482691,8.7862883,8.8848314,9.1483335,9.3616905,9.711031,10.383635,10.856023,11.211914,9.4029112,9.3243647,9.2448196,9.2696924,9.3289614,9.5157967,9.815773,9.9619703,10.180359,10.407085,10.647238,11.077654,11.787117,12.291506,12.778624,13.321513,13.289055,13.051577,13.144194,12.942827,13.042974,13.198288,13.290818,13.601131,13.87862,14.048603,14.150084,14.693132,15.156205,15.43894,12.453897,12.805027,12.890649,12.916495,12.85706,12.833381,13.362141,13.284032,13.486721,13.730529,13.85795,14.36841,15.308798,15.753172,16.4396,12.75275,12.624717,12.522008,12.450471,12.365155,12.347812,12.445148,12.529977,12.617887,12.635833,12.684711,12.660259,13.041,13.509281,13.997063,13.60906,13.835837,13.932125,14.313543,14.336827,14.447102,14.331235,14.382298,14.724682,14.914838,15.055734,15.061672,15.903277,16.649658,16.710958,10.136054,10.455177,10.439701,10.722141,10.861793,11.188389,11.322877,11.559484,11.805832,12.013901,12.29726,12.681745,13.591499,14.209146,14.694698,14.947139,14.644018,14.658944,14.709364,14.516028,14.580749,15.145011,14.93908,15.168437,15.487022,15.754059,16.522503,17.680021,17.956102,18.565592,7.3357763,7.4244776,7.3717027,7.535203,7.4939566,7.700418,8.2059536,8.3951664,8.6366434,8.7904758,9.0119143,9.0900364,9.4164286,9.7110796,10.161847,9.3007517,9.1254759,9.1560469,9.0720568,8.850605,8.848814,9.083416,9.1062527,9.1158409,9.1897726,9.1334534,8.993453,9.4546547,10.039518,10.347979,10.794919,10.526083,10.359763,10.241495,10.368653,10.305593,11.073224,11.052586,11.375845,11.727301,11.88856,12.261627,13.017522,13.596299,14.11024,10.203353,10.205092,10.122422,10.16713,10.411867,10.827477,11.323834,11.650276,11.93158,12.355375,12.655232,12.896791,13.709609,13.858017,14.456698,12.55336,12.390368,11.888662,11.469934,10.862671,11.173274,11.322834,10.783219,11.04399,11.679161,11.900851,11.564938,11.91614,12.162163,12.579691,5.2551112,5.5386896,5.8698869,6.4261355,6.6817074,6.9697685,7.7262878,7.9208121,8.4645863,8.8137693,9.0577345,9.5782318,10.187277,10.771532,11.294326,15.200834,15.07096,14.807613,14.219584,14.124913,14.225242,14.48787,14.500282,14.367225,14.329044,14.378966,14.807283,15.419847,16.112228,16.720287,9.9713411,9.8264055,9.658083,9.4870424,9.5245256,9.6365805,9.9307528,10.021386,10.393498,10.715095,10.994841,11.130083,11.716394,12.168502,12.450109,11.890045,12.03558,12.114451,12.212309,12.190398,12.310654,12.686799,12.967909,13.303094,13.438958,13.584993,14.078276,14.828032,15.332935,15.947132,9.6780453,9.9859486,10.256645,10.459139,10.994903,11.276321,11.531144,11.786662,11.73437,12.025266,12.655516,11.80897,12.364865,13.005514,13.301258,12.805602,12.657271,12.515751,12.501896,12.316355,12.343855,12.198658,12.18187,12.290956,12.278252,12.428584,12.414205,12.836303,13.300732,13.584274,1.7810858,1.7934093,1.6848638,2.1191707,2.2043183,2.617764,2.9928982,3.0422063,3.226084,3.4127979,3.5650146,3.8730216,3.7307508,3.9770894,4.1183395,14.280656,14.107108,13.987076,13.81779,13.752595,13.879087,14.036661,13.968738,14.109233,14.509153,14.637147,15.012852,15.453021,16.069078,16.483208,6.6331887,6.7743025,6.9510088,7.2887034,7.5982785,7.8845649,8.3465729,8.5171614,8.7933512,9.0066528,9.2140064,9.7774162,10.629182,11.3035,11.908374,8.0458202,7.9083643,7.8530283,7.8617325,7.8039579,7.9215965,8.019701,7.992456,8.1447382,8.3128643,8.5541878,8.6913948,8.9804268,9.3014431,9.7240391,19.445272,19.732143,19.885334,19.891008,19.826786,19.71393,19.430693,19.497242,19.486546,20.181194,19.055119,20.761904,21.702677,23.25198,23.280594,5.8467989,5.9854803,6.1296463,6.2442851,6.2141137,6.0914893,6.0479131,6.1553288,6.3411155,6.5348544,6.6673598,7.0384684,7.3710852,7.8091927,8.2365055,11.521008,11.621504,11.237264,11.178422,11.214275,11.370178,11.994728,11.699327,12.346924,13.09016,12.823529,13.22461,14.089961,14.601443,14.979461,6.9041133,6.9972038,7.1370387,7.294395,7.4667444,7.5493932,7.7398391,7.9382434,8.2854042,8.5305262,8.7347097,9.1030684,9.661706,10.163873,10.573885,9.8185787,9.9035206,9.9275608,9.9635038,10.024631,10.123277,10.365583,10.569263,10.812428,10.97674,11.095625,11.141892,11.589796,12.017735,12.340803,12.778832,12.760818,12.729623,12.734408,12.594504,12.52762,12.446224,12.409238,12.444286,12.717045,12.89559,13.027438,13.405773,13.656683,13.897635,8.0809422,8.4884968,8.7426167,9.0339298,9.3321934,9.4414759,9.5944786,9.7537231,9.9656181,10.113176,10.245564,10.355432,10.91005,11.281351,11.781718,12.929675,12.892667,12.943384,12.932752,12.865749,12.874992,12.982793,13.146961,13.300522,13.334112,13.478841,13.444535,14.546858,14.594595,14.746571,8.4623318,8.4078312,8.4246483,8.5284214,8.6925611,8.8806047,9.274807,9.5670137,9.8191872,10.139361,10.417726,10.744868,11.495694,11.950649,12.368362,9.1634426,9.3709993,9.4240417,9.6569252,9.9342928,10.330097,11.326586,11.647925,12.130794,12.65046,13.120482,13.988449,14.92219,15.798707,16.733482,12.953038,12.905698,12.94202,13.215284,13.373656,13.497506,13.632361,13.993779,13.840726,13.893405,13.93502,13.997478,14.719054,15.127786,15.8909,12.066584,12.197165,12.198237,12.294825,12.503119,12.774895,13.204558,13.839499,14.10726,14.15621,14.449997,14.911328,15.79902,16.151932,17.012955,9.268383,9.4874077,9.9594774,10.290123,10.615475,10.891847,11.940948,12.134455,12.714683,13.460246,14.107327,14.831998,16.123407,17.03484,17.959469,13.269319,13.143166,13.254696,13.167836,13.25145,13.510959,13.547691,13.61403,13.787932,13.807114,13.932334,14.281064,14.765981,15.02795,15.437424,7.9918175,7.987927,8.0243177,8.1437044,8.1595135,8.2886648,8.2924604,8.3844614,8.5681238,8.7908926,9.0119524,9.142869,9.5216188,9.9454613,10.328049,13.199082,13.375698,13.347833,13.047571,13.194548,13.138686,13.224205,13.168433,13.341744,13.564799,13.869116,13.781364,14.374765,14.692455,15.167684,11.86735,11.777409,11.690014,12.104254,12.305417,12.398436,13.098623,13.463619,13.712917,13.873654,13.672742,14.391701,14.724954,15.197207,15.644582,11.706778,11.695364,11.676744,11.73078,11.568143,11.766198,11.889682,11.745414,11.967614,12.028979,12.129799,12.1131,12.522862,12.965406,13.535102,7.6034231,7.6974511,7.7823534,7.8934474,7.6543388,7.6300793,7.5651698,7.557343,7.7678599,8.2084208,8.53438,8.9152756,9.527688,9.937665,10.316612,15.752256,15.88433,15.937577,15.678744,15.525423,15.626862,15.710852,15.670662,15.752086,16.142691,16.254095,16.818689,17.854448,17.994101,18.426086,8.7784243,8.3730783,8.3177824,8.1685743,8.9403973,8.8190575,10.017889,9.040122,8.6747599,9.2971087,9.7037039,10.128735,10.768846,11.069837,11.149482,8.0519142,8.0222931,8.0427904,8.1293869,8.1398544,8.1458158,8.5210047,8.35884,8.7055063,8.9215536,9.1425743,9.5314903,10.072495,10.377341,10.833769,14.850469,14.705023,14.682193,15.015554,15.029237,15.131356,15.486404,15.848377,16.091225,16.464224,16.820803,17.282269,18.162785,18.675346,19.110905,13.344927,13.250011,13.063084,12.893227,13.026553,13.156082,13.453442,13.677688,13.670219,13.876024,13.978115,14.605199,14.912242,15.389337,15.860854,12.534422,12.627443,12.604502,12.250454,12.902929,13.061038,13.297823,13.147995,12.985481,13.444081,13.682201,13.922318,14.670293,14.632565,15.114139,19.068857,19.160297,19.020008,19.188761,19.124035,19.19816,19.404165,19.969807,20.737957,21.338913,22.017496,22.422153,23.674791,24.596315,25.623077,8.8983746,9.1490765,9.3984766,9.6400843,9.8719873,10.154863,10.700391,11.109735,11.560765,12.279488,12.724298,13.467404,14.613028,15.418995,16.157158,13.906227,13.882277,13.734786,13.626401,13.574574,13.671925,13.76031,13.747009,13.967599,14.102072,14.282153,14.387576,14.891601,15.285458,15.574479,6.9591632,6.8531027,6.8507819,7.0164146,7.1637392,7.5085549,8.006629,8.1900854,8.3660984,8.6770973,8.9358263,9.550787,10.246871,10.767557,11.096125,15.358866,15.331112,15.409225,15.571178,15.538963,15.636364,15.663144,16.125254,16.518379,16.716324,16.93124,17.297544,17.968466,18.337564,18.73708,8.4631033,8.1825085,8.0858755,8.0433884,8.0592375,8.308651,8.3243704,8.3468971,8.5755053,8.866375,9.0800333,9.2404709,9.5760345,10.053228,10.41574,13.108234,13.467333,13.8122,14.263929,14.338109,14.417338,14.805712,15.373625,16.277338,17.100874,17.790718,18.670439,20.022684,20.743176,21.984343,18.104118,18.020109,18.105423,17.776098,17.830883,16.684763,16.107847,15.829987,14.88372,15.525114,15.097402,16.051365,16.490892,16.72621,17.367039,14.415918,14.379066,14.362897,14.224831,14.098636,14.230805,14.187259,14.208042,14.560394,14.791123,15.067154,15.524528,16.249924,16.857044,17.637201,10.589851,10.509868,10.554124,10.64908,10.702869,10.73673,10.872108,11.000018,11.156926,11.469652,11.718042,11.888628,12.493043,12.920753,13.346568,13.211142,13.522318,13.560398,13.269523,13.213088,13.228745,13.045439,13.210689,13.385635,13.766922,14.181963,14.785374,15.181883,15.606891,16.113482,14.434637,14.786098,15.116124,15.466578,15.831703,16.278469,17.399115,17.986475,18.948895,20.107946,21.017118,22.422054,24.106314,25.249046,26.24135,5.3888283,5.4412322,5.5015216,5.5826807,5.6388083,5.7932878,6.060246,6.1908393,6.4345651,6.6553555,6.8601089,7.2436624,7.7550912,8.1784611,8.5689611,13.899432,13.872786,13.83715,13.947071,14.029254,14.166773,14.474591,14.725904,14.942421,15.116305,15.438719,15.723665,16.320522,16.960739,17.333668,9.3437262,9.333005,9.377018,9.5050182,9.570611,9.8714743,10.159496,10.27278,10.574976,10.88217,11.162643,11.829762,12.536484,13.123974,13.63968,12.000794,12.273,12.391902,12.750922,13.087977,13.109819,13.295336,13.752654,14.274062,15.250317,15.376425,16.387674,17.308117,18.276674,19.943657,12.98666,13.399665,12.887989,13.207478,13.229065,13.27402,13.367234,13.624904,13.391517,13.68249,14.068256,14.422503,15.179169,15.655412,15.949677,12.027434,11.879251,11.955621,11.921084,12.082414,12.026979,12.182048,12.640375,12.971078,13.139011,13.249603,13.946661,14.840372,15.864412,16.639795,16.462727,16.556034,16.550716,16.537048,16.732037,16.696751,16.762236,16.74299,17.061819,17.548191,17.975967,18.619904,19.343864,20.113682,20.588699,10.907773,10.811778,10.716516,11.173784,11.283598,11.330397,11.771833,12.291272,12.685241,13.438164,13.236038,13.516511,14.465894,15.104617,15.698777,7.4227667,7.4198475,7.5035348,7.5267682,7.243813,7.3463945,7.4280105,7.4808197,7.7371597,8.0917931,8.3823357,8.7417336,9.3938799,9.9066381,10.446902,9.3131704,9.5484514,9.5901594,9.6678276,9.6740294,9.7392254,9.9877501,10.063986,10.255555,10.361238,10.43045,10.507048,10.913267,11.296467,11.706248,14.0737,14.21682,14.322251,14.339776,14.411828,14.70498,14.819325,15.126936,15.128022,15.562079,15.585643,15.762327,16.430655,17.278044,18.226818,10.340543,10.210529,10.053405,10.101665,10.068754,10.144842,10.442844,10.912536,11.199932,11.5783,11.93457,11.770926,12.496692,13.039267,13.483055,11.899791,11.59171,11.440925,11.266812,11.264697,11.22834,11.495886,11.776844,12.157745,12.548764,12.666954,12.910253,13.7454,14.523281,15.491072,11.944401,11.998137,12.087408,11.878495,12.141741,12.054775,12.332479,12.433118,12.554024,12.463067,12.45113,13.01034,13.531397,13.858078,14.197281,13.645597,13.667425,13.43397,13.2734,13.174005,13.495627,13.896619,14.105764,14.162481,14.466514,14.765458,15.024704,15.911724,16.45841,17.035168,13.490215,13.442929,13.531547,13.383423,13.627797,13.901293,14.03961,14.333097,14.532373,14.845904,15.074895,16.010336,14.40613,14.834809,15.270019,15.454652,15.191606,15.080543,14.65736,14.137106,14.228667,13.944801,13.505491,13.656561,13.923923,13.860194,14.02961,14.708856,15.162971,15.504275,10.344247,10.540818,10.670842,10.630197,10.69827,10.89779,11.163516,11.621428,12.034183,12.246604,12.568974,13.45102,14.266351,14.804634,15.36244,12.587368,12.591107,12.413285,12.647237,12.651656,12.481575,12.661407,12.560083,12.832178,13.305545,13.586039,14.279428,15.121952,15.803556,16.00593,10.613758,10.988557,11.034761,10.970573,10.825665,10.808131,11.317429,10.984134,11.046025,10.876657,10.942129,10.783191,11.332313,11.629473,12.059673,13.307071,13.460985,13.53596,13.492663,13.399814,13.422174,13.676064,13.775735,13.869522,14.137569,14.232333,14.836412,15.425332,15.842742,16.237938,6.3890681,6.4942875,6.6932111,6.7300081,6.9593682,7.153367,7.4547782,7.5885148,7.8403473,8.0950365,8.3389091,8.837925,9.5302763,10.132204,10.73425,3.9588423,4.1343584,4.2668586,4.6504312,4.5973377,4.9368029,5.1612287,5.4561434,5.8513613,5.7977066,7.0010662,6.3514485,6.6723766,7.2071223,7.4883714,14.577085,14.459701,14.686566,15.077181,14.992757,15.651438,15.686753,16.529837,17.005884,17.378918,17.373838,18.372271,19.396051,19.825905,20.702354,5.8148508,6.5301867,6.5173492,6.8485575,7.0365481,7.4591079,7.7764978,7.6568937,8.1528559,7.6376295,7.3272333,7.5232849,7.4871607,7.6557612,7.6793203,9.0124283,9.0961237,9.0806465,9.1787233,9.1078644,9.2466908,9.5375385,9.6892443,9.6780348,9.7050648,9.8037071,9.7893286,10.05237,10.586547,11.005345,9.7124844,9.6424694,9.7188473,9.821207,9.9654837,10.311389,10.750916,11.226441,11.524993,12.128654,12.707514,13.305552,14.136842,14.974734,15.689926,11.895247,11.91671,11.934156,11.808084,12.020136,12.162099,12.358561,12.783946,13.139054,13.280821,13.649662,14.094859,14.83722,15.453154,15.774322,11.856047,12.060346,12.603023,13.200876,13.774422,14.200516,14.478764,14.849886,15.293781,16.582561,17.258778,18.755713,20.305044,21.128571,21.996145,12.755794,12.441844,12.299052,11.98405,11.947707,12.190155,12.218045,12.241355,12.09989,12.309662,12.331196,13.14045,13.519374,14.491924,14.835721,10.965117,11.130307,11.123264,11.218677,11.489632,11.919773,12.136614,12.354877,12.8289,13.189089,13.373806,13.942154,14.747201,15.11925,15.51712,10.363055,11.144496,11.216216,11.088951,11.300249,12.08749,12.622079,13.046638,13.222448,13.456371,13.960928,14.962252,15.777421,16.614853,17.054264,13.557667,13.629906,13.623163,13.641389,13.845676,13.963784,14.250463,14.822714,15.031813,15.285574,15.776465,16.468355,17.286036,18.092541,18.568127,17.131161,16.964848,17.155935,17.321947,17.86471,17.372047,17.562254,17.488569,18.187723,18.496168,18.438675,18.451891,18.896713,19.517172,19.68597,11.712914,11.691521,11.705629,11.693651,11.930272,12.245859,12.239705,12.363394,12.600671,12.953544,13.182979,13.487558,13.93879,14.353339,15.08034,10.332661,10.411009,10.585497,10.834504,11.239851,11.744186,12.136896,12.574827,12.91925,13.460146,13.892773,14.570604,15.415108,16.059855,16.824364,10.65096,10.723104,11.040788,11.323112,11.327434,11.726131,11.827605,12.032698,12.483517,12.707968,12.922335,13.825904,14.668912,14.819774,15.543175,12.536218,12.619898,12.786261,12.904799,13.358227,13.400295,13.767613,14.279239,14.767792,15.077284,15.614154,16.029255,16.797533,17.615879,18.17474,8.0218849,8.2318287,8.420887,8.7260885,8.779932,8.8538122,9.0956612,9.4847775,9.9224958,10.38909,10.88248,11.335446,11.970543,12.61399,13.254603,11.690387,11.673776,11.649626,11.613709,11.453769,11.557657,11.469197,11.531423,11.69823,11.594525,11.692233,11.389405,11.412872,11.458961,11.959997,9.8059521,9.6329107,9.3147869,9.0887451,9.0046282,8.9682064,9.065937,9.0209932,9.2233305,9.5161524,9.8785038,10.379105,11.014837,11.547032,11.920377,8.5916367,8.6550598,8.7770271,8.9522209,8.9306192,9.0753422,9.7106323,10.09592,10.278575,10.850368,10.941669,11.568757,12.446326,12.828562,13.508977,12.397541,12.145404,12.104623,12.057745,12.081525,12.22717,12.466144,12.633848,13.326059,13.791937,14.236879,15.130199,16.207699,17.219275,17.970028,5.8885169,5.739512,5.7634754,5.7813435,5.7978373,6.0584097,6.4117098,6.5707626,6.8083987,7.0076227,7.2025561,7.8018179,8.5238752,8.9902153,9.4593782,9.8403921,10.086024,10.029572,10.266315,10.355387,10.651963,10.976088,10.941928,10.895599,11.18148,11.481201,11.480944,12.080953,12.881128,13.318175,13.266701,13.088682,13.029535,13.083293,13.248788,13.846831,14.349108,14.507647,14.892824,15.692912,16.391493,17.411804,18.545666,19.519876,20.218998,12.125844,12.206692,12.278837,12.544538,12.348553,12.270796,12.59856,12.847823,13.443163,13.687783,14.023808,14.419176,14.965518,15.198609,15.551813,10.876133,10.936822,10.854967,10.993884,11.031408,11.063616,11.518988,11.759583,11.867869,12.160713,12.298241,13.087475,13.785349,14.179691,14.588964,13.16727,13.133224,13.017464,12.984763,12.877868,12.862518,12.872784,12.944667,13.058178,13.265355,13.392578,13.536821,14.117188,14.580343,14.965158,13.247022,13.438575,13.296618,13.525264,13.638926,13.939394,14.405794,14.276977,14.865097,15.172646,15.720123,16.623093,17.607801,18.423107,18.853458,14.203037,14.353593,14.793968,15.025136,15.315496,15.700581,16.11351,16.572115,17.181496,17.583456,18.193821,18.720301,19.833656,20.399155,21.470741,19.799692,21.058687,20.612486,20.78289,21.082623,20.881302,19.646366,19.217081,20.965843,22.026432,21.93574,23.933359,24.562864,25.644276,27.876684,18.14864,18.099281,18.320612,18.443693,18.360094,18.432283,18.955873,19.502024,20.013449,20.730286,21.357494,22.182646,23.319843,24.602489,25.514481,15.463784,15.476497,15.451142,15.534485,15.752006,15.829765,16.298485,17.130705,17.305428,17.567219,17.632536,18.731039,19.811192,20.636908,20.890409,10.821511,10.705315,10.564755,10.433188,10.329993,10.562355,10.697942,10.810605,11.072809,11.237398,11.358921,11.523672,11.873669,12.286484,12.558353,9.2514563,9.3857393,9.40977,9.4429607,9.4597597,9.5650949,9.7796297,9.8799696,10.094784,10.396455,10.672566,11.135262,11.884021,12.223516,12.763312,11.052493,11.42487,11.938775,11.846077,11.842752,11.522248,11.888432,12.497284,12.823164,13.080339,13.233534,13.969709,14.486356,14.71228,14.73848,14.008214,14.385335,14.389859,14.242022,14.195521,14.244938,14.317388,14.322233,14.269352,14.579001,14.868966,15.246699,15.885086,16.347507,16.818247,15.768035,16.030699,16.590662,16.838261,16.77882,17.158899,17.025595,17.625,18.114876,18.961187,18.952675,19.409283,20.388676,20.991549,21.997456,11.686069,11.707706,11.864521,11.892664,11.91325,12.019773,12.173436,12.212438,12.522978,12.925858,13.361214,13.896951,14.716774,15.576966,16.132263,15.583549,15.339533,15.239024,15.240643,15.177372,15.363966,15.399404,15.698673,16.166744,16.364265,16.676212,16.801989,17.231056,17.763802,18.204676,18.243755,17.879807,17.035398,16.684942,16.425732,15.174262,15.23014,15.410296,14.843482,14.343163,14.092186,14.313951,14.051752,15.961504,15.095641,12.431236,12.174485,11.992686,11.643258,11.634551,11.768131,11.868233,12.019887,12.225858,12.498472,12.658459,13.147076,13.703002,14.197392,14.85288,14.337955,14.232209,14.209512,14.157706,14.228782,14.3064,14.614169,14.375178,15.466009,16.382948,16.145529,16.772667,17.987152,18.750971,19.146935,18.545279,19.300837,19.313726,20.280811,19.285339,18.729816,19.753086,19.556995,19.945055,19.729425,19.022379,20.63306,21.471292,22.14328,22.386295,11.240032,11.320924,11.38445,11.478764,11.387514,11.763436,11.880258,11.811125,11.95748,11.672252,11.643541,11.41343,11.839558,11.982742,12.46676,13.241129,13.316584,13.081363,13.53756,13.467145,13.769752,13.844055,13.599459,14.074903,14.772985,14.970261,16.300497,16.985188,17.561787,18.251989,14.85748,14.759358,14.505548,14.214733,13.748723,13.769078,13.349782,13.639216,13.216266,13.543209,13.669152,14.544339,14.753397,14.952031,15.343048,12.967536,12.955091,12.812294,13.419792,13.402851,13.54845,13.883038,14.142873,14.479685,14.797832,14.923291,15.313299,16.430197,17.10969,17.719299,13.73135,13.724984,13.815063,13.879318,14.07792,14.087611,14.325415,14.542908,14.798217,14.896282,15.099734,15.443583,15.924239,16.278706,16.810402,11.745071,11.551675,11.644032,11.673427,11.723888,11.817783,11.940866,12.175227,12.493092,12.707559,12.779196,12.603031,13.130081,13.889994,13.983604,12.197268,12.284946,12.323768,12.549501,12.650004,12.70583,12.904547,12.904175,13.157799,13.523394,13.807379,14.004263,14.422935,14.884712,15.180378,25.909286,25.739552,25.755352,25.684967,26.195299,26.549295,27.195799,27.248373,27.658562,28.724627,29.21434,29.591837,30.710611,31.680313,32.263012,13.203147,13.299492,13.471879,13.272675,13.685422,13.699656,13.631664,13.804812,13.261282,13.625832,13.641652,13.956899,14.556493,14.642589,15.378965,12.521426,12.281933,12.169567,12.12186,11.919163,11.941549,11.975523,11.993404,12.189492,12.292614,12.425022,12.538769,13.040619,13.3634,13.668351,12.981531,12.888983,12.907295,12.820241,13.265306,13.326122,14.34359,14.608715,14.829991,15.269663,15.675979,15.744296,17.292065,18.254555,18.626968,11.367943,12.046458,11.663334,11.767518,12.594975,13.249148,13.494596,14.279728,14.837958,15.685427,16.135147,17.080921,18.323931,18.694012,19.49964,21.548454,21.96162,22.295492,22.610159,22.541025,23.141619,23.792767,23.994663,24.721634,25.799046,26.670414,28.071161,29.504379,30.635891,31.295553,14.895842,14.858932,15.088328,15.245226,14.839718,14.876093,14.786647,14.929074,15.17514,15.383773,15.756636,16.094898,17.016317,17.382444,17.774389,13.863681,13.830523,13.838099,13.881975,13.856885,13.896563,14.203458,14.314961,14.478069,14.772926,15.033232,15.219261,15.815331,16.168095,16.586338,9.6363964,9.6089087,9.8149862,9.9690437,10.162937,10.417119,10.899723,11.075336,11.376238,11.706838,12.080378,12.285004,13.089357,13.660381,14.157966,15.465403,15.305143,14.984518,14.854352,14.738075,14.761075,14.779362,14.910039,15.131013,15.081284,15.277931,15.029844,15.435511,15.724203,16.108686,15.984064,15.780365,15.486443,15.829186,15.528652,15.878433,16.445843,16.251463,16.997644,17.044302,17.78084,18.808062,19.54023,19.834414,20.30825,12.592032,12.560226,12.523809,12.529607,12.703907,12.885139,13.155492,13.117467,13.272333,13.498117,13.62734,14.000856,14.642686,15.474807,16.052017,11.400211,11.425171,11.53142,11.66188,11.584653,11.811934,12.164264,12.202168,12.346048,12.62993,12.900548,13.102812,13.697457,14.221541,14.72788,14.762301,15.702828,15.110925,14.549839,14.790113,13.625776,14.106464,14.223035,14.280443,14.393939,14.557189,16.720257,17.895491,19.054653,19.698112,12.698414,11.841123,11.77096,12.028589,11.953846,11.625131,11.763014,11.708587,11.969222,12.083917,11.881989,11.483551,11.967109,12.618176,12.850702,14.524919,14.438553,14.563978,14.703599,14.840725,15.265289,15.573803,15.924809,16.405018,17.087831,17.616314,18.387321,19.300409,20.029545,20.624866,10.262164,10.298615,10.357675,10.357853,10.479955,10.474502,10.602854,10.719281,10.900483,11.112871,11.183866,11.459081,11.970631,12.385819,12.672303,13.577387,13.204782,13.4611,13.285051,13.645576,13.949254,14.118178,14.41107,14.518454,14.405854,14.261057,14.189116,14.863218,15.2911,15.987781,17.233963,17.188967,17.166901,17.157228,17.063978,17.123093,17.523144,17.664387,18.005644,18.531832,18.75354,19.623234,20.28668,21.158691,21.455204,13.116845,13.151463,13.411021,13.894423,14.054976,14.300172,14.530787,14.615385,15.467959,15.50974,15.796645,16.553911,16.95643,17.446672,17.829624,11.959241,12.189472,12.517716,12.668008,12.869748,13.12875,13.528898,13.813175,13.810423,14.21166,14.493759,15.094166,15.691391,16.397493,16.871899,9.053236,9.0039368,9.0365524,9.1269512,9.2438335,9.3681812,9.5208225,9.6262865,9.8667603,10.217537,10.482783,10.821317,11.428369,12.070195,12.543605,16.24964,17.39628,18.404045,17.825607,18.413214,18.443804,18.030622,18.207142,19.621984,20.5,20.440172,21.789394,23.508322,24.052288,25.025988,10.149483,10.149942,10.18866,10.231681,10.236354,10.223588,10.275064,10.518289,10.792839,10.973973,11.173574,11.274885,11.789908,12.291741,12.737358,15.379826,15.670941,16.546068,16.851583,16.855755,16.916243,17.245922,17.457432,17.770035,18.057865,18.288393,18.56448,19.440678,19.345089,19.563393,14.271718,14.730151,15.061119,15.110662,15.830246,15.795869,16.447084,17.136402,16.952583,17.930218,18.24448,18.843426,19.822388,20.711437,21.277533,10.404043,10.562593,10.595947,10.567501,10.601377,10.747458,10.775187,11.039347,11.217184,11.400182,11.413838,11.613522,12.066427,12.483481,12.883815,7.8053885,7.8613014,7.9746394,8.2891474,8.7021284,9.1687794,9.4725351,9.9768524,10.569447,11.088467,11.61493,12.805803,14.060503,14.960556,15.832673,10.87735,10.886678,11.190546,11.365916,11.778983,12.390776,12.152146,12.629686,13.290431,14.707133,15.884527,17.335428,19.158947,20.492655,21.227659,13.155615,13.491076,13.689749,13.944036,14.368113,14.324337,14.793033,15.035102,15.749647,16.599279,17.155079,18.104546,19.306097,20.440073,21.41189,10.208755,10.264936,10.33976,10.334385,10.321291,10.40465,10.537592,10.587395,10.674431,10.76823,10.920529,11.134734,11.415798,11.75109,12.108619,13.396551,13.396496,13.493999,13.584336,13.932894,14.374454,14.947767,15.287335,15.695688,16.461781,16.724106,17.807966,18.928902,19.917128,20.488293,14.789219,15.632667,15.278734,16.150599,16.429588,16.424778,16.690596,17.44186,18.165846,17.425043,17.612658,17.754011,18.782099,19.748379,19.640121,12.913222,14.5,14.439024,14.577259,14.677104,14.031805,14.72507,14.596555,14.196428,15.710503,15.509468,15.593836,16.713091,18.408438,18.593449,10.90756,10.603611,10.370625,10.21434,10.116464,10.15694,10.217901,10.104929,10.254276,10.572864,10.842642,11.219239,11.738702,12.063356,12.459165,13.555831,13.813814,13.615417,14.032372,14.26963,14.677581,15.480685,15.36447,15.511696,15.804681,15.866418,16.474537,16.875645,16.593374,16.859869,12.784555,12.673378,12.741816,12.750396,12.812456,12.764364,12.767257,12.731825,12.80835,12.96494,12.872487,12.968399,13.246597,13.277369,13.530736,9.1796875,9.533679,10.337552,11.547085,11.592632,12.216216,11.721225,12.236287,11.926605,13.631635,13.663967,14.405889,15.693012,15.063731,14.645308,15.632699,16.526642,17.018301,17.833878,18.327526,18.824345,19.690063,20.300409,20.778183,21.62995,22.425629,22.803154,24.094139,24.764124,25.525913,14.598708,15.131423,15.351194,15.986395,16.44466,17.335945,17.858004,17.809525,18.11628,18.221407,18.689877,19.651054,20.598389,22.109486,23.811821,7.270185,7.6123567,7.9343362,8.5322657,8.5941944,8.8467922,9.1911907,9.197217,9.4689932,9.8883038,10.142683,10.661021,11.000304,11.383724,11.750819,11.665198,11.89043,11.85933,11.930364,11.82373,11.90496,12.097642,12.470473,12.585521,12.589167,12.982649,12.884106,13.331254,13.53875,13.629368,12.490441,12.580943,12.619503,12.433306,12.697784,12.950039,12.740798,13.033448,13.560097,13.740227,14.09705,14.33902,14.88723,15.426313,16.013987,15.629313,15.662964,15.94783,16.058115,16.188383,16.517418,16.967293,17.263708,17.909214,18.317568,18.614693,19.125389,20.150015,21.074133,21.461786,15.293041,15.378122,15.269836,15.107368,14.943002,14.568222,14.645061,14.743033,14.76735,14.950884,15.242211,15.304065,15.729748,15.953512,16.387695,17.058825,17.330227,17.508873,18.027254,18.424944,19.069708,19.44622,19.8922,20.369904,20.8638,21.214169,21.735699,22.548004,23.440874,24.034307,9.2846346,9.4244909,9.4788399,9.4375029,9.6008062,9.5367718,9.6394672,9.678381,9.5116615,9.3752432,9.6051235,9.9240122,10.246501,10.650822,11.123462,12.134321,12.126595,11.97544,11.754784,11.639336,11.402259,11.063598,10.874003,10.873357,10.962385,11.28221,11.189029,11.635444,11.847984,12.128658,12.301917,12.420434,12.694977,12.867344,12.951853,13.106881,13.381979,13.632907,14.029655,14.272198,14.527613,14.850131,15.61648,16.342201,17.019934,9.5045586,9.471447,9.4278488,9.5340118,9.3966093,9.4304466,9.5749083,9.798502,9.9989052,10.214136,10.416779,10.51812,11.00605,11.312619,11.75068,16.856552,17.502964,17.70751,18.13158,18.590078,18.811625,19.704939,20.372751,21.019995,21.715374,22.156591,22.772772,24.482182,26.339632,27.313915,18.556149,19.310921,19.765858,20.811768,20.904879,21.391542,21.659483,22.68681,22.760096,22.025051,21.357443,22.594252,23.267326,23.919308,24.228153,12.910393,12.743447,12.824139,12.397073,12.249494,11.653174,11.696766,11.259619,11.208094,11.007571,10.938399,11.098131,11.586758,12.226828,12.292609,6.0612669,6.0940828,6.1029568,5.980598,5.7330413,5.4337859,5.4367709,5.3618851,5.4425116,5.5090113,5.6162453,5.6332455,5.8098221,5.9928775,6.0129242,13.296522,13.640769,13.903387,14.136882,14.206709,14.31126,14.333719,14.585071,14.654772,14.654999,14.831941,14.793544,15.184651,15.392568,15.494484,16.51158,16.540987,16.687775,16.577356,16.535265,16.742403,17.142263,17.233988,17.632053,17.821199,18.005033,17.990263,18.359198,18.713669,18.949715,15.840387,15.493295,15.878788,16.140865,16.103767,15.639353,16.208393,16.342691,16.567484,16.501883,16.542578,16.922714,17.640104,18.43458,19.143877,12.160898,12.218443,12.633321,12.353848,12.793448,12.50796,12.857657,12.669924,13.104646,13.492682,13.785616,14.51627,14.996054,15.608001,16.367495,13.222459,13.238123,13.30249,13.44343,13.695065,13.800968,14.163168,14.351295,14.598992,14.939334,15.207108,15.801144,16.261633,16.619392,16.96319,10.275253,10.697926,11.070411,11.353353,11.369752,11.594398,11.673717,11.590548,11.594395,11.982171,12.095444,12.721665,13.06018,13.351429,13.766606,17.562855,17.572788,18.215271,18.484919,19.067366,18.889404,18.772091,18.966715,18.985497,19.468201,19.773746,20.208565,20.614172,20.89776,21.711058,7.3958673,6.8009295,6.8915172,6.9651051,6.6219835,6.6931152,6.6626363,6.571876,6.3675084,6.3439898,6.524085,7.1891575,7.7609277,7.7491493,8.5766954,14.261964,14.212467,14.059231,13.804924,13.762463,13.804361,13.882791,13.788006,13.850924,13.830945,13.866636,13.947469,14.377062,14.577577,14.74189,14.96279,15.232214,15.807782,16.118956,16.044912,15.502904,14.43038,14.231041,14.900597,15.869674,16.787575,17.822193,19.16728,20.708019,21.634027,17.632898,17.864332,18.265347,18.548061,18.960491,19.23962,19.391521,19.796549,19.871223,20.092402,20.33317,20.854296,21.463415,22.228922,22.701839,17.615828,17.747816,17.593248,17.501896,17.417461,17.244473,17.260752,17.349089,17.480543,17.462969,17.553635,17.463884,17.917337,18.28318,18.671103,16.821562,16.419933,16.190575,16.3713,16.601349,16.805025,17.216496,17.340973,17.07836,17.118746,16.883907,17.300735,17.89419,18.929413,19.174416,14.666742,14.460365,14.400903,14.4098,14.203635,14.23171,14.624529,14.559938,14.981023,15.005353,15.074812,15.113451,15.737462,16.3316,16.614109,10.653477,10.756594,10.658293,10.711041,10.684234,10.648567,10.763171,10.844297,11.14165,11.446985,11.822378,12.170865,12.972251,13.479681,13.996245,12.627204,12.772051,12.722021,12.362441,12.456946,12.404222,12.130909,12.132299,12.151972,12.221744,12.299465,12.367234,12.77028,12.815279,12.976764,17.703632,17.770956,17.622728,17.576967,17.679035,17.660177,17.65057,17.637186,17.72621,17.941696,18.139149,18.533377,19.146767,19.497814,19.893234,19.209595,19.147671,19.370363,19.640764,19.34605,19.407322,19.540007,19.418604,20.003935,20.149548,20.007862,20.848127,21.771145,22.242064,22.768488,19.366684,19.579397,19.599068,19.893036,19.954044,20.101797,20.200428,20.694038,20.993732,21.110106,21.261637,21.654293,22.371914,22.85083,23.441515,15.707496,15.822183,16.023323,15.840281,15.923754,15.786393,15.898906,15.774875,15.827232,15.789473,15.777518,15.469816,15.667412,16.071295,16.473017,9.751668,9.7056437,9.7091179,9.6854229,9.7122746,9.704237,9.6985207,9.7492132,9.9266081,9.9485922,9.9969206,10.134151,10.526264,10.77338,11.013673,17.20883,17.077185,16.872744,16.891277,16.724257,16.775204,16.906147,16.980648,17.141304,17.363825,17.581787,17.605391,17.945896,18.263184,18.54822,17.944487,17.909561,17.751127,17.349253,17.316666,17.198709,17.247585,17.443953,17.758808,17.911266,18.075909,17.998028,18.165644,18.435062,18.639236,18.356583,18.590462,18.379251,18.162603,18.045538,18.105278,18.007256,18.225403,18.166201,18.074642,17.881466,17.835554,18.427376,18.578913,18.911089,14.438352,14.458539,14.479349,14.426872,14.421153,14.547041,14.447653,14.537136,14.501494,14.55191,14.482066,14.945452,15.356318,15.645216,16.017672,13.265805,13.296162,13.346932,13.317855,13.324057,13.335598,13.315468,13.530995,13.632282,13.726404,13.828722,13.947025,14.483406,14.820751,15.18113,11.71396,11.663777,11.630947,11.683692,11.716138,11.757301,11.68432,11.761745,11.854882,11.904195,11.974773,12.08962,12.388485,12.660398,12.927248,16.628288,16.750971,16.833302,16.875559,16.845306,16.926838,16.918762,17.072313,17.124704,16.961451,16.894009,16.766075,17.496305,17.970673,18.291613,16.239618,16.292934,16.229523,16.202784,16.076908,16.179796,16.148788,16.376274,16.351351,16.570084,16.665157,16.833738,17.263754,17.535328,17.513296,9.757163,9.663703,9.5920649,9.6316528,9.5592365,9.3693495,9.3979511,9.3362637,9.4674053,9.6665592,9.850667,10.025488,10.448778,10.88559,11.212784,15.833333,16.07313,16.139866,16.16325,16.093817,16.212011,15.942115,16.168917,16.344946,16.634418,16.737135,16.774387,17.287766,17.658186,18.121384,16.063915,15.999401,16.041365,15.98201,15.905473,15.854933,15.628263,15.68217,15.718577,15.770213,15.823735,15.902326,16.125126,16.25934,16.310913,9.8390789,9.8855267,9.9097261,10.033389,10.109088,10.253264,10.421433,10.693323,11.061357,11.387351,11.631496,11.943379,12.483768,12.960468,13.421628,17.434378,17.518623,17.694426,17.516375,17.5516,17.596251,17.765722,17.798086,18.0893,18.411184,18.69401,18.998966,19.523207,19.996653,20.370787,18.224903,18.389301,18.450993,18.422199,18.461538,18.172455,18.135645,18.118311,17.853951,18.097378,17.580622,18.309649,18.645075,18.516853,19.136082,13.881103,13.924973,13.861906,13.793304,13.833086,13.96188,14.278631,14.650054,14.850905,15.010941,15.224631,15.329872,15.787789,16.186369,16.811865,15.856507,16.003687,15.810947,15.831551,15.924202,15.703956,15.803877,15.883965,16.036535,16.06682,16.194351,16.135521,16.421824,16.769766,16.946301,19.394154,19.168787,18.791613,19.077686,18.924656,18.804996,18.579739,18.567509,18.566868,18.709173,18.714031,18.835592,19.239021,19.565218,19.718412,18.603697,18.449406,18.124084,18.020784,18.046721,17.995806,17.922144,17.961645,18.282505,18.340004,18.447117,18.212036,18.667871,19.115232,19.426027,18.311701,18.186378,18.125948,18.05596,18.166357,17.988358,18.016958,17.903521,18.066301,18.099218,18.097166,18.135067,18.530352,18.929171,18.910051,18.32943,19.079472,19.156902,19.077978,19.206062,19.386402,19.347826,19.632839,19.962042,20.600248,20.301291,20.649021,21.627607,22.049574,22.658895,17.394253,17.537619,17.603611,17.639786,17.604607,17.313309,17.293711,17.248768,17.333048,17.198048,17.193134,17.344212,17.573221,17.985184,18.524368,12.269256,12.027661,11.920752,11.773274,11.494808,10.982096,10.822195,10.766995,10.76557,10.904994,11.121969,11.390509,11.901535,12.343538,12.828901,19.216461,19.244751,19.324644,19.250385,18.850439,19.336561,19.348005,19.439163,19.694818,19.625946,19.718309,19.895475,20.028698,20.052834,20.20969,18.274767,18.471273,18.263111,18.472017,18.756704,18.974281,19.070677,19.350172,19.565443,19.785114,19.884756,20.251169,20.824732,21.391323,23.043058,18.589071,17.817419,18.145247,18.35309,18.610634,17.941496,18.101152,19.139399,19.311445,19.751381,20.176252,21.111629,21.671755,22.303345,22.754208,16.691141,17.018404,17.194851,17.403906,17.707281,18.237864,18.899397,19.603437,20.219751,20.572206,20.843571,21.313747,22.195433,22.886715,23.319988,16.341673,16.423473,16.32378,16.230232,16.224831,16.283714,16.492697,16.483931,16.636299,16.819693,17.104168,17.296492,17.633919,18.245523,18.491455,18.170523,18.258009,18.182114,18.183002,18.292723,18.452927,18.443975,18.439999,18.575493,18.852762,18.958193,19.113113,19.655903,19.946854,20.456913,11.019067,10.86007,10.89077,10.913937,10.786721,10.89391,11.045372,11.092443,11.361463,11.596607,11.628369,11.666363,12.329139,12.552589,13.046406,16.439854,16.368338,16.305542,16.479439,16.593407,16.839979,16.855307,16.959902,17.03454,17.297186,17.345991,17.258728,17.73307,18.057299,18.16197,15.291826,15.22546,15.196583,15.036496,15.038599,15.124673,15.235807,15.490206,15.808233,16.045675,16.216564,16.3657,16.941658,17.196514,17.598709,14.397929,14.583238,14.517522,14.507818,14.534728,14.64,14.883884,14.874331,15.183677,15.433651,15.760112,16.061588,16.60359,17.108871,17.612629,17.940437,18.144625,18.394127,18.78772,19.089464,19.382717,19.554932,20.072062,20.47986,20.978621,21.381592,21.557812,22.697807,23.539673,24.448719,13.641321,13.873691,14.372892,14.025754,14.337751,14.74719,15.136938,15.79112,16.502249,16.970802,17.210705,17.046604,18.229004,18.484188,18.954863,8.3938341,8.229495,8.1269283,8.1125021,8.1739788,8.3397846,8.5632305,8.7781792,9.1038132,9.3983059,9.6565533,10.171173,10.735091,11.229216,11.734954,13.076597,13.029955,12.977928,12.955366,12.964663,12.970153,13.039595,13.003704,13.18415,13.307754,13.44734,13.634642,14.085567,14.472687,14.920205,8.4612465,8.4432812,8.5696468,8.3156185,8.0721083,7.5924397,7.4696937,7.196013,7.0800209,7.1713037,7.3215151,7.6783462,8.1868868,8.6191359,8.9815788,17.537601,17.554989,17.486309,17.486448,17.50728,17.60133,17.770132,17.943434,18.088045,18.291458,18.477295,18.540169,19.028587,19.275608,19.64138,8.5321302,8.5815172,8.6600437,8.800766,8.9204483,9.0821552,9.283061,9.555192,9.8957653,10.184554,10.415614,10.737932,11.287623,11.765867,12.198412,16.403225,16.359213,16.249643,15.922631,16.069023,16.020966,15.885769,15.99645,16.125813,16.269442,16.445889,16.501293,16.817812,17.134544,17.417702,20.023329,19.533716,19.432846,18.650866,18.059414,17.746895,17.005379,16.670599,16.604666,16.212357,15.910848,15.943666,16.216866,16.646749,16.895638,14.659758,14.65928,14.743895,14.848536,14.919896,15.058229,15.318201,15.434776,15.449934,15.57103,15.695167,15.969154,16.694672,17.013622,17.436794,15.247415,15.215265,15.053518,15.1912,15.309745,15.142594,15.308635,15.454708,15.676589,15.701337,15.821287,15.826875,16.224495,16.812788,17.354055,15.021983,15.074028,15.026074,14.988049,14.967237,14.882286,14.917217,15.16165,15.390162,15.625206,15.759757,15.996305,16.25358,16.789396,17.10969,14.13477,14.074842,13.94732,13.894028,13.839258,13.857768,13.885847,13.956594,14.140733,14.160866,14.290534,14.295832,14.618461,15.048845,15.00744,8.0836048,8.0857296,8.0855265,8.2092543,8.3813381,8.5785646,8.9831352,9.2843075,9.6743326,9.9478359,10.174584,10.429641,11.019797,11.629968,12.135516,9.7126837,9.7188845,9.5976439,9.6264143,9.6815758,9.7405472,9.8198557,9.9108477,10.11599,10.17146,10.248952,10.321814,10.69647,10.911929,11.433002,15.247294,15.319003,15.504068,15.666117,15.683434,15.703572,15.763302,15.93033,16.119289,16.252754,16.430475,16.437675,16.960482,17.403013,17.863832,17.475292,17.436665,17.206839,17.089752,16.987576,16.84704,16.93997,16.927067,16.969559,17.136259,17.162399,17.222837,17.878338,18.302523,18.755663,14.240907,14.140576,13.976947,13.983151,13.890764,13.852976,13.855368,13.922778,14.050897,14.152087,14.313089,14.465547,14.986647,15.317871,15.655485,16.582264,16.563187,16.553173,16.824295,16.918144,16.995068,17.011765,17.083563,17.108107,17.385025,17.609154,17.275152,17.693316,18.085934,18.44191,18.657228,18.889835,18.857718,18.774689,18.605366,18.414145,18.773264,18.959368,19.34774,19.501223,19.550241,19.828691,20.462692,21.013536,21.836971,17.267672,17.330828,17.265099,17.713305,17.605768,17.852757,18.029434,18.185434,18.40663,18.746195,19.158974,19.429676,20.163145,20.641296,19.771454,17.818447,17.669298,17.907406,17.934891,17.909868,17.929831,18.178865,18.402172,18.23728,18.39974,18.431297,18.628027,19.346535,19.881088,20.388546,13.0731,13.636727,13.700599,13.986627,14.373863,14.415419,14.741447,14.906637,15.250391,15.471699,15.588814,16.002516,16.725615,17.414082,18.104408,15.900101,15.78356,15.844862,15.901123,16.21316,16.478975,16.542482,17.002048,17.351351,17.988808,18.281992,18.675472,19.427126,19.912052,20.403055,13.387841,13.366548,13.343653,13.372074,13.368615,13.342148,13.497029,13.712313,13.795224,13.958232,14.152774,14.283135,14.839484,15.230348,15.948955,16.997749,16.7617,16.713585,16.840719,16.957294,17.026545,16.992559,17.105133,17.234774,17.295179,17.36268,17.291191,17.728317,18.112411,18.617937,15.563077,15.691015,15.633446,15.705969,15.710669,15.849977,16.05405,16.27894,16.372585,16.600191,16.767109,17.013489,17.336954,17.726002,18.24247,17.561249,17.767384,17.81089,17.634422,17.808691,17.693836,17.899075,17.830355,17.784712,17.691216,17.62607,17.648636,18.037933,18.451742,18.862476,13.612872,13.647315,13.71189,13.944894,14.176946,14.134195,14.192811,14.393854,14.672317,14.981071,15.245808,15.689853,16.285498,16.826216,17.240452,14.162654,14.108189,14.009908,13.991597,13.868673,13.790276,13.688498,13.662197,13.795773,13.778955,13.971263,14.013674,14.442455,14.650806,15.035393,15.987855,15.917587,15.901884,15.858778,15.700398,15.538748,15.679535,15.617808,15.632523,15.70126,15.794656,15.88676,16.617117,16.95936,17.303953,15.463477,15.663019,15.897879,15.932824,15.932697,15.718661,15.711546,15.974556,16.122278,16.126146,16.300508,16.763561,17.341564,17.643122,18.118807,19.226328,19.117476,18.994774,19.103523,19.018333,18.989445,19.095718,18.888624,19.121275,19.055424,19.112629,18.970785,19.376652,19.789017,19.819876,17.592382,18.098721,18.06645,18.93922,18.851719,19.420156,19.55879,19.869339,19.826998,20.830513,21.471706,21.826281,20.484989,20.723837,21.316467,17.343021,17.785894,17.468933,17.334888,16.872124,17.019011,16.87908,17.125334,17.150694,17.942894,18.320612,18.793736,19.021282,19.514679,20.134111,16.04287,15.961665,16.152451,15.98617,16.359102,16.513302,16.877422,16.535828,16.897646,17.375355,17.812551,18.014399,18.687298,19.425821,19.827438,15.579475,15.47455,15.481022,15.324754,15.091653,15.002382,15.121111,15.387821,15.665197,15.813648,16.027155,16.063232,16.584818,16.80756,17.138708,18.346762,18.580622,18.65123,18.63232,18.733866,18.747694,18.922762,19.049093,19.170662,19.144741,19.210608,19.105415,19.473455,19.972656,19.965223,15.117277,15.069183,15.118757,15.232319,15.390621,15.443981,15.624171,15.656647,15.941587,16.0662,16.23406,16.31543,16.776451,17.112162,17.502026,13.136059,13.041631,12.884955,12.841656,12.703006,12.610668,12.482302,12.38537,12.479833,12.493249,12.553482,12.638876,13.112728,13.530164,13.82667,18.918919,18.686426,18.526476,18.240942,18.002562,17.997337,18.114748,18.022844,18.285601,18.433622,18.43013,18.354507,18.799311,18.988258,19.231865,13.502897,13.400097,13.314915,13.307794,13.396044,13.392263,13.421996,13.566809,13.710827,13.80518,13.884704,13.990137,14.49452,15.019545,15.519103,19.322128,19.401937,18.801394,18.325041,17.887171,17.807671,17.822441,17.826376,17.88413,18.346909,18.493969,18.476368,18.508583,18.839989,19.908813,16.489458,16.585455,16.839237,16.814964,17.084324,17.097305,17.433235,17.483295,17.755444,17.978783,17.914639,18.268679,18.235073,18.394777,18.699186,17.873087,18.073298,17.986404,18.201105,18.275217,18.182222,18.284998,18.575781,18.800787,18.855534,18.961271,19.137297,19.824678,20.197422,20.571842,19.170492,19.134432,18.921507,18.64106,18.794556,19.067797,18.778427,18.65538,19.348503,19.626015,19.84273,20.2705,23.657183,23.323715,24.215939,16.453392,16.637533,16.887547,17.058739,17.300276,17.420227,17.617966,18.016907,18.443676,18.643288,18.814665,19.087934,19.653168,20.036816,20.5277,14.876284,14.962481,15.004428,15.092024,15.170142,15.174639,15.227156,15.265415,15.428739,15.501947,15.655711,15.663503,16.122562,16.472158,17.009268,17.496031,17.338264,17.051735,17.189226,17.104389,17.220963,17.332153,17.474815,17.701084,17.896029,18.227848,18.507631,19.038973,19.340509,19.958788,16.010307,16.055758,16.010996,15.999566,15.919474,15.899091,15.803663,15.794209,15.978273,16.158365,16.350504,16.230064,16.681105,16.988699,17.3253,16.905777,17.020777,16.875,16.96521,17.107161,16.914303,17.209002,17.765791,17.938807,17.873755,17.953669,18.104906,18.757998,18.424221,18.858776,16.316916,16.333714,16.353056,16.343885,16.374203,16.537989,16.665733,16.57505,16.863855,16.90316,17.082815,16.930059,17.344465,17.567875,18.45402,16.673262,16.627342,16.471676,16.367107,16.126043,16.39465,16.59115,16.695768,16.802423,16.875635,17.043135,17.438992,17.852009,18.217108,18.264555,18.747078,18.771971,18.868702,18.894199,18.908833,18.769958,19.115812,18.972332,19.031305,19.317369,19.481295,19.454973,19.616102,19.744532,19.842567,20.752625,20.881853,20.841591,20.997936,21.021936,20.571846,20.592958,20.60692,20.614742,20.776054,20.990017,20.819626,21.302465,21.604469,21.8249,16.091726,16.094593,16.274033,16.441696,16.536932,16.614208,16.717768,16.894201,17.072674,17.29422,17.569464,17.614124,18.08947,18.40493,18.842407,8.2751379,8.2377205,8.1468058,8.1410131,8.175808,8.2055731,8.3565998,8.5252876,8.7729673,9.0555143,9.2942801,9.635108,10.223794,10.705296,11.142599,16.545635,16.42613,16.387981,16.346186,16.218306,16.134638,16.1772,16.211409,16.217985,16.2225,16.367582,16.500374,17.051037,17.263292,17.53713,12.729541,12.746376,12.747455,12.808318,12.841805,12.948585,13.004267,13.040535,13.287638,13.556622,13.860135,14.122703,14.720639,15.21887,15.640009,14.811685,14.758571,14.605861,14.611137,14.399956,14.317348,14.337301,14.396355,14.477791,14.572721,14.865878,15.171049,15.562744,16.006023,16.271601,13.432747,13.404459,13.372909,13.340839,13.443913,13.381759,13.547969,13.715328,13.769217,13.772525,13.8708,13.929133,14.290279,14.357821,14.449305,11.37608,11.321487,11.269444,11.256917,11.249692,11.328291,11.348949,11.42979,11.671563,11.773205,11.876995,12.005619,12.452786,12.751429,13.088287,12.075861,12.130079,12.35916,12.549275,12.636866,12.822427,12.948945,13.185411,13.522607,13.768514,14.005595,14.176221,14.380923,14.708508,14.895288,15.650233,15.408568,15.37706,15.588106,15.727596,15.849691,15.511216,15.616128,15.816384,15.993132,15.639064,15.752032,15.885091,15.899965,16.189489,15.491851,15.638879,15.705316,16.002052,16.21962,16.226105,16.746449,17.204466,17.485159,17.634693,17.808111,18.02968,18.858145,19.433977,19.732281,11.756845,11.65515,11.439329,11.421698,11.397983,11.371218,11.370616,11.348507,11.444151,11.574712,11.761087,11.918665,12.258305,12.403652,12.617103,12.855047,13.197369,13.305952,13.573983,13.625731,14.113721,14.730249,15.621318,16.334948,16.689602,17.269024,18.142591,19.529694,20.360638,21.142513,13.885856,14.124544,14.257524,14.158469,14.338893,14.4964,14.574557,14.757928,15.188426,15.569815,15.806964,16.248507,16.797535,17.123526,17.715033,14.484966,14.415428,14.355394,14.401512,14.310763,14.42087,14.433829,14.76443,14.79396,15.002052,15.14436,15.188148,15.639456,15.910213,16.164963,12.307422,12.245443,12.297953,12.305106,12.245731,12.234111,12.235473,12.395905,12.536544,12.670194,12.777326,12.943623,13.58348,13.938867,14.265841,15.076227,15.140012,15.140075,14.999254,14.710346,14.573569,14.662682,14.687025,14.956758,15.047768,15.128739,15.304489,15.775151,16.289509,16.678623,14.321489,14.401491,14.516513,14.543331,14.405255,14.396606,14.418283,14.541401,14.421924,14.387019,14.452067,14.669291,15.074065,15.419438,15.894344,12.571852,12.54349,12.72777,12.973562,13.119957,13.040319,13.344841,13.683345,14.279096,14.722431,14.898377,15.346909,16.095407,16.550161,17.239107,14.707851,14.52193,14.42063,14.271954,14.39604,14.205964,14.375266,14.249887,14.101529,14.103667,14.100139,13.971395,14.264385,14.398043,14.524356,11.186865,11.342721,11.351271,11.484118,11.577854,11.715991,11.921274,12.288239,12.632195,12.893793,13.167665,13.481574,14.163685,14.629686,15.353176,13.315969,13.540777,13.802282,13.954141,14.07093,13.773942,14.020966,14.097937,14.218751,14.416878,14.461431,14.455691,14.901374,15.039659,15.367206,11.530207,11.553628,11.5683,11.57941,11.585883,11.652287,11.859883,12.119114,12.409297,12.85045,13.160695,13.366466,13.965912,14.403001,14.771338,13.472419,13.395299,13.344838,13.458957,13.512923,13.609207,13.78893,13.917205,14.256412,14.474423,14.707356,14.852661,15.330936,15.652914,15.945255,12.862227,13.028749,13.062817,13.120577,13.218559,13.437538,13.707952,13.945073,14.15326,14.373344,14.607761,14.702468,15.107606,15.483644,15.914455,10.848254,10.924811,11.013694,11.079942,11.144858,11.070421,11.130137,11.322234,11.624073,11.913586,12.169738,12.379288,12.763704,13.030987,13.344966,15.499295,15.694889,15.7448,15.669459,15.629528,15.748988,15.986617,16.253635,16.330381,16.538128,16.70785,16.83156,17.397837,17.712658,18.426661,12.35627,12.207275,12.120661,12.184951,12.23536,12.239761,12.205976,12.186454,12.531344,12.779333,12.994282,13.194823,13.685886,13.912323,14.49897,15.594846,15.733438,15.904628,16.320892,16.492207,16.563433,16.490063,16.699242,17.071905,17.517313,17.641602,17.801506,18.231237,18.722597,19.147284,12.452813,12.767198,13.010012,12.995595,13.162962,13.345482,13.502293,13.739474,13.891985,14.033196,14.175381,14.382608,14.927776,15.218151,15.573412,15.416808,15.393242,15.485731,15.555228,15.660119,15.691334,15.751593,15.711439,15.824866,16.161179,16.546728,16.573494,16.937008,17.386835,17.595079,15.518144,15.447055,15.386733,15.291188,15.106333,14.95431,15.073739,15.232803,15.325072,15.327636,15.31741,15.40799,15.882895,16.163332,16.442606,15.030344,15.18963,15.251639,15.374481,15.449293,15.561487,15.675391,15.793008,15.987189,16.119381,16.235798,16.394432,16.988791,17.39798,17.706284,15.236057,15.258323,15.121627,15.002854,14.905344,14.945978,15.013695,15.224107,15.428935,15.787241,16.0518,16.497431,17.1786,17.613878,17.975742,7.4548779,7.4333215,7.3910346,7.4435749,7.4916005,7.5459814,7.7523718,7.9791112,8.2279158,8.4467363,8.6493721,8.9348488,9.4543438,9.9065285,10.407613,11.281637,11.294046,11.320269,11.440124,11.596796,11.623444,11.822268,12.012218,12.268929,12.542099,12.80427,13.131428,13.901427,14.54635,15.100816,11.406173,11.487823,11.517172,11.63522,11.767748,11.894309,12.307366,12.726128,13.107073,13.479616,13.898055,14.24965,15.019965,15.584747,16.004892,9.7354288,9.7944508,9.7807407,9.7603483,9.7683601,9.7562504,9.9372883,9.9980335,10.176249,10.436003,10.733065,11.010921,11.521694,11.865742,12.314602,15.628547,15.579478,15.587052,15.706719,15.68363,15.795607,15.921447,16.096189,16.098745,16.154549,16.19573,16.638979,17.080103,17.598011,17.943024,13.404757,13.496802,13.579226,13.726372,13.866249,14.102533,14.54201,14.837061,15.442305,15.957485,16.251057,16.715549,17.300362,17.68186,18.095848,14.048545,14.116746,13.976626,13.977557,14.173373,14.021248,14.297493,14.300211,14.488239,14.589437,14.78617,14.790114,15.335333,15.639089,15.87254,13.292941,13.32269,13.269626,13.329951,13.479972,13.56908,13.838227,13.956779,14.127803,14.278195,14.349449,14.407825,14.926102,15.213494,15.21357,12.58324,12.594931,12.643491,12.793499,12.840048,12.952177,13.035565,13.37326,13.645,13.880041,14.065435,14.538381,14.926221,15.299892,15.799067,14.652165,14.58621,14.756137,14.870162,15.015472,15.258162,15.117788,15.125115,15.279266,15.23903,15.422721,15.671502,16.041754,16.320391,16.489336,13.104775,12.973939,12.967902,12.923628,13.105987,13.307081,13.534859,13.683883,14.085804,14.389704,14.638514,14.807134,15.480657,15.756438,16.225521,10.678632,10.611485,10.568413,10.756104,10.896391,11.060948,11.504237,11.80619,12.12781,12.373013,12.649123,13.129343,13.803257,14.193274,14.759252,10.937662,10.859364,10.759919,11.002275,11.069957,11.152569,11.483235,11.652095,11.818918,12.086533,12.324922,12.526276,12.988668,13.375503,13.834251,15.323382,15.368177,15.366192,15.298082,15.289833,15.416548,15.338941,15.39726,15.570045,15.634171,15.766176,15.725167,16.162014,16.445309,16.720835,11.968576,12.017764,12.158534,12.341705,12.463054,12.493745,12.527829,12.762912,13.024866,13.300027,13.552114,13.847704,14.395052,14.737532,15.038562,10.165654,10.365733,10.427891,10.478564,10.525585,10.72403,10.799443,11.009721,11.360641,11.484684,11.585071,11.835646,12.214897,12.460249,12.620248,13.058446,13.02105,13.033518,13.045412,13.001919,13.003288,13.024182,13.088085,13.181789,13.244949,13.290429,13.392403,13.82342,14.172228,14.562941,13.549641,13.525078,13.511022,13.606721,13.708064,13.688938,13.766747,13.828194,14.027519,14.128202,14.260979,14.348652,14.879116,15.277079,15.743767,14.814331,14.887415,14.959057,15.139244,15.260487,15.356997,15.544243,15.723541,16.12052,16.296762,16.407944,16.649666,17.190895,17.698769,18.147539,14.935478,14.882636,14.786345,14.785183,14.794543,14.852794,14.867419,14.892952,15.113618,15.264554,15.413014,15.616176,16.262985,16.590364,16.941668,11.075215,10.94873,10.872421,10.845338,10.781178,10.744524,10.655367,10.618713,10.69641,10.654568,10.649059,10.660792,10.887207,11.071012,11.275709,13.297084,13.385601,13.486973,13.483439,13.485137,13.592129,13.700882,14.010796,14.285715,14.486696,14.736282,14.968059,15.500511,15.80045,16.140217,14.218147,14.508777,14.592399,14.724998,14.853779,14.927832,14.9942,15.434488,15.450311,15.679611,15.689689,15.863337,16.572979,16.658514,17.073172,12.804002,12.68266,12.628651,12.625164,12.753233,12.808119,12.889125,13.041512,13.451892,13.671991,14.027174,14.253696,14.753829,15.333297,15.849151,9.2138786,9.2846107,9.3714323,9.333087,9.4152374,9.5503473,9.6612263,9.7695332,10.009598,10.128636,10.197079,10.278502,10.647873,10.993195,11.335855,13.901226,13.769746,13.83463,14.029866,14.179124,14.257972,14.584647,14.683537,14.980106,15.309063,15.597437,15.680697,16.133934,16.34984,16.660536,10.676561,10.772382,10.895549,10.971666,11.070138,11.215956,11.579903,11.932001,12.220869,12.680985,12.985621,13.216572,13.974998,14.535681,15.088375,12.481928,12.856944,12.988914,13.443168,13.666063,14.035209,14.644702,15.048003,15.65375,16.287746,16.674858,16.76231,17.266392,17.378288,17.808414,11.009863,10.921248,11.084805,11.236865,11.19457,11.33807,11.548347,11.79485,12.077122,12.317653,12.538651,13.024059,13.648438,14.092335,14.547746,13.704765,13.846972,13.879686,14.743034,14.451261,13.86505,14.646297,15.120161,15.439117,15.943919,16.554993,17.334866,18.224987,18.884832,19.707056,14.852972,14.731844,14.640671,14.779329,14.95108,14.900729,14.944574,15.155024,15.254323,15.483418,15.853535,15.659382,16.504164,16.867653,17.448948,12.831433,12.849595,12.731555,12.974329,13.118522,13.447099,13.904257,14.131331,14.460322,14.652066,14.838679,15.407139,16.013668,16.623377,17.257772,14.70982,14.661085,14.808382,14.730231,14.925544,14.894229,15.078269,15.049574,14.964548,15.369964,15.61274,16.142607,16.511669,16.768417,17.135891,14.921813,14.936749,14.748981,14.907978,15.0094,15.02596,15.149464,14.980133,15.062048,15.12079,15.201531,15.395284,15.963747,16.257906,16.676123,15.320442,15.451376,15.503697,15.636084,15.819729,16.072678,16.041794,16.333256,16.463556,16.827673,16.927753,17.321106,17.966976,18.459715,18.930466,10.904803,10.938722,11.004587,11.120997,11.217331,11.298903,11.487122,11.674698,11.927672,12.182403,12.41008,12.727931,13.374959,13.819952,14.325675,12.430735,12.382579,12.576185,12.806704,13.013801,13.032317,13.298923,13.53845,13.918712,14.24386,14.450065,14.685042,15.351288,15.80578,16.159874,15.538404,15.366551,15.522564,15.410005,15.336211,15.282853,15.598337,15.921015,16.187895,16.496901,16.80024,16.823414,17.461533,17.62355,17.813391,12.316197,12.440218,12.528404,12.69619,12.717241,12.728958,12.913048,13.050879,13.260274,13.436876,13.588877,13.90753,14.503148,14.874557,15.130112,15.813324,15.972172,15.761977,15.966073,16.157549,16.129276,16.199129,16.439768,16.642586,16.871189,17.177515,17.184917,17.640232,18.1875,18.582535,13.378856,13.332105,13.205208,13.279015,13.332616,13.437946,13.727427,13.927576,14.245762,14.619027,14.899008,15.318793,16.003361,16.540905,16.894354,14.708145,14.769909,14.827548,15.01382,15.137948,15.118366,15.20623,15.487723,15.755571,15.686387,15.837078,16.002541,16.738649,17.010765,17.446835,13.572947,13.430031,13.363764,13.293827,13.174518,13.094316,12.986636,13.035013,13.168115,13.2629,13.431551,13.392151,13.813014,14.046499,14.307435,11.059048,11.30636,11.356441,11.354598,11.694743,11.84227,12.246685,12.607201,12.889701,13.171943,13.473153,13.97526,14.857985,15.289916,15.786806,12.141494,12.165684,12.394153,12.497407,12.681659,12.809898,13.233816,13.321689,13.57763,13.728086,13.996079,14.091237,14.694283,15.051176,15.559948,12.974745,13.159052,13.323866,13.444395,13.739384,13.911754,14.096392,14.282997,14.929926,14.967607,15.046872,15.789974,16.646694,17.347673,17.982813,13.840595,13.994056,14.301615,14.479774,14.555984,14.879884,14.831779,14.922614,15.205954,15.336503,15.343146,15.771103,16.129866,16.504227,16.79038,11.868982,11.890571,12.302961,12.518867,12.809183,12.851501,13.200564,13.657217,14.021436,14.414809,15.006585,15.426843,16.242243,16.767654,17.168518,14.078875,14.092141,13.922541,13.81588,13.760374,13.85956,13.974002,14.194266,14.283063,14.588279,14.88658,15.143383,15.545605,15.958251,16.335762,12.520538,12.361331,12.57337,12.847151,12.896686,13.09395,13.387844,13.542984,13.863483,14.277583,14.583138,14.973971,15.735309,15.898508,16.27264,9.0794659,9.0446405,9.0306396,9.0041552,9.0835009,9.086216,9.1166182,9.1140976,9.2842484,9.3586597,9.5026102,9.5682688,9.8556261,10.07226,10.293462,14.533832,14.60504,14.598584,14.7538,14.845549,15.130095,15.619257,16.097681,16.570614,16.913874,17.282164,17.658192,18.705494,18.790094,19.268909,12.910254,12.904547,12.774912,13.218154,13.372651,13.716455,13.630247,14.16901,14.445342,14.519154,14.388297,14.654711,15.612218,16.515652,16.941175,15.281427,15.116353,14.813338,14.706811,14.552318,14.443389,14.275938,14.298972,14.402453,14.412694,14.440064,14.419735,14.718503,14.899653,15.185963,15.74052,15.854319,15.951921,15.697569,15.700878,15.840511,15.809466,16.152405,16.525293,16.541491,16.924698,17.042278,17.717869,18.08551,18.580349,14.191297,14.005234,13.762463,13.569231,13.379259,13.416314,13.432668,13.447163,13.453053,13.458191,13.470054,13.445897,13.857119,14.175068,14.532213,15.723145,15.994236,16.124449,16.221413,16.310686,16.562149,16.886974,17.265671,17.612371,17.868385,18.1472,18.321314,18.785263,19.028778,19.385416,13.906343,13.948323,13.921842,13.913144,13.938901,14.027359,14.550725,15.115735,15.240643,16.055315,16.550995,17.288176,17.684237,18.419481,18.703482,10.885001,11.133005,11.240317,11.418284,11.583984,11.72725,12.228174,12.449354,12.824506,13.080054,13.366758,13.867632,14.748433,15.321907,16.077169,12.063713,12.032455,11.859508,11.995241,12.123932,12.329258,12.533731,12.756765,13.032722,13.320778,13.570166,13.865428,14.644802,15.111094,15.409978,15.709599,15.731419,15.585796,15.639098,15.725703,15.773788,15.894145,16.023932,16.276613,16.340021,16.455347,16.730663,17.284403,17.609341,17.91629,14.135197,14.088178,14.377366,14.415711,14.522388,14.755571,14.824913,15.120708,15.22828,15.477915,15.762245,15.945372,16.376104,16.770634,17.023035,14.841956,15.202557,15.332805,15.6664,15.843209,16.11359,16.25453,16.517244,16.726307,17.026817,17.231581,17.232515,17.946301,18.225891,18.77663,13.103088,13.158913,13.028327,13.064103,13.177978,13.119134,13.234347,13.246888,13.58671,13.784151,13.988301,14.256118,14.951783,15.465376,16.021191,22.011433,22.208559,22.012657,22.136646,21.860582,21.835604,21.845028,21.649092,21.814896,21.8864,21.446253,21.766727,22.075321,22.162453,22.192261,21.403038,21.717402,21.853546,21.947308,22.312515,22.243256,22.182766,22.407629,22.211515,21.843342,21.199305,21.696697,21.909393,21.505651,22.087317,18.406706,18.544617,18.356777,18.424538,18.339848,18.481665,18.778688,18.862923,19.064573,19.434902,19.679554,19.754911,20.385187,20.736834,21.285826,19.932827,20.327,20.305515,19.967461,19.863319,19.675909,19.888882,19.900803,20.177607,20.207817,20.222101,20.292448,20.823816,21.222197,21.460247,23.515579,23.589436,23.265368,23.583885,23.483669,23.102467,23.128492,23.674061,23.403225,23.402868,23.202881,23.346626,23.873491,24.098639,24.270672,15.407091,15.153533,14.94057,14.954135,14.88484,14.585951,14.550254,14.754852,15.020884,15.219972,15.471944,15.629545,16.193424,16.521503,16.828403,13.976051,13.911478,13.896245,13.81205,13.803066,13.752844,13.734057,13.852186,13.936208,13.860408,13.959655,13.91209,14.27346,14.516713,14.798567,16.353662,16.141567,16.085257,16.026228,16.00182,15.939623,15.790865,15.926637,15.929538,15.918058,16.061033,16.131359,16.688898,16.606607,17.013626,16.026081,16.123543,16.154964,16.14506,16.31406,16.443586,16.500374,16.631596,16.836353,17.098789,17.308247,17.489635,17.809395,18.205515,18.489309,14.531903,14.623902,14.844201,14.902507,14.777618,14.838462,14.949658,15.069534,15.094071,15.236012,15.370653,15.46377,15.760843,16.037735,16.313368,16.836109,16.792648,16.463203,16.260365,16.305,16.264397,16.037971,15.708658,15.446991,15.251949,15.138698,14.654022,14.609805,14.654419,14.603482,20.086279,20.325256,20.286747,20.382891,20.180182,20.046776,19.817829,19.931824,19.94384,20.076197,19.824291,19.882298,20.264229,20.701145,20.885654,22.104979,22.385052,22.596649,22.787949,23.030245,23.132578,22.956505,23.49452,23.555105,23.698885,23.804596,22.396662,22.771278,22.5058,22.298874,18.693295,18.723204,18.701262,18.711948,18.905235,18.9291,18.894009,18.793425,18.787966,18.656897,18.682215,18.422947,18.708586,18.973312,19.100904,20.674616,20.79652,20.839769,20.854641,21.10734,21.125553,21.025604,21.12525,20.954432,21.005089,21.079414,21.033157,21.024632,21.358152,21.5882,16.237156,16.308065,16.369146,16.302677,16.242876,16.268599,16.430286,16.467442,16.560129,16.664862,16.826117,16.798784,17.519161,18.005344,18.422199,17.708939,17.738417,17.66674,17.735401,17.633854,17.637066,17.531607,17.678413,17.793837,17.846245,17.977962,18.075138,18.653063,19.167183,19.647776,20.347185,20.774893,20.961765,21.066858,20.967226,21.227787,21.301678,21.823568,22.049276,21.877354,21.628771,21.550362,21.874739,22.044729,22.374544,18.347509,18.382353,18.630709,18.856695,18.887402,18.899769,18.884392,18.891548,19.004089,19.101484,19.152706,19.00161,19.377951,18.712158,19.070263,17.000217,16.867599,16.834908,16.76363,16.632643,16.764706,16.757286,16.996393,16.957796,16.915909,16.688173,16.33201,16.816431,17.167244,17.749105,17.920507,17.94738,18.079128,17.727406,17.859671,17.930912,18.094217,18.008968,18.320656,18.380417,18.462463,18.514057,19.009111,19.425901,19.527845,18.601902,18.662638,18.612881,18.407146,18.634928,18.63813,18.755474,18.933128,19.012577,19.213638,19.400675,19.443054,20.143925,20.370371,20.929838,15.903831,15.937381,15.950784,16.063326,16.065294,16.080849,16.240629,16.391716,16.690668,16.790445,16.819099,16.774588,17.262259,17.832666,18.312504,17.115202,17.087265,17.048466,16.935057,16.657812,16.524822,16.291203,16.130175,16.254961,16.324362,16.419565,16.089756,16.360697,16.56604,16.913689,11.014332,10.966578,10.785142,10.607411,10.25066,10.035443,9.8810501,9.899601,9.7306261,9.7287912,9.8159599,10.068191,10.485423,10.802898,11.186077,17.35721,17.105263,17.190775,17.436138,17.080818,16.870558,16.823298,16.989397,17.025938,17.089991,16.976612,16.864717,17.171135,17.293406,17.298903,17.640253,17.602953,17.633383,17.702623,17.762238,18.055233,18.306904,18.123468,18.16247,18.163651,18.119293,18.094893,18.309519,18.554451,18.311735,15.030408,15.365693,15.505446,15.816383,16.091,16.101364,16.389153,16.53968,16.704037,16.688257,16.590614,16.895184,17.327719,17.633942,18.026295,16.692307,16.559063,16.639116,16.91963,16.993738,16.981552,16.918791,16.927822,17.268547,17.375368,17.590158,17.7075,18.149979,18.476002,18.845589,20.650061,20.616617,20.9345,21.23753,20.992367,21.124729,21.149578,21.425995,21.7136,22.00288,22.289555,22.393274,23.110456,23.367191,24.137524,14.679207,14.766338,14.78369,14.844687,14.93887,14.920293,14.988275,15.021166,15.233627,15.336533,15.364295,15.262334,15.609018,15.80938,16.181267,19.381536,19.540863,19.750347,19.358448,19.444708,19.473734,19.296732,19.352982,18.970139,18.965349,18.949417,18.860998,19.130785,19.124027,19.521589,19.067297,19.053738,19.068521,19.04277,19.220173,19.154299,19.416882,19.595333,19.655666,19.499498,19.420319,19.280096,19.727106,19.946421,20.392735,19.229856,19.405764,19.448111,19.421909,19.570723,19.733656,19.805861,19.961205,19.833447,20.039391,20.085836,20.201267,20.445797,20.635118,20.690084,20.488811,20.380487,20.236088,20.300329,20.072788,19.9517,19.917749,19.657961,19.840973,19.51952,19.077038,19.118473,19.661694,19.716702,20.042213,19.724829,19.95174,20.123281,20.030996,19.921619,19.564075,19.286276,19.392828,19.375082,19.535757,19.416039,19.601192,20.565588,20.911148,21.66501,21.516294,21.753695,21.39535,21.698679,21.32501,20.816326,20.778275,20.758274,21.030272,21.020473,20.910553,20.712599,21.022789,21.087172,21.436333,19.235123,19.25481,18.921759,18.756073,18.824194,18.886023,18.953041,19.063084,19.160126,18.912188,18.815779,18.79862,19.314617,19.625031,19.770542,20.522322,20.418709,20.486328,20.003527,19.483713,19.11281,19.255606,19.242533,19.360392,19.672731,19.943411,19.917164,20.853828,21.18771,21.682697,18.060038,18.305,18.277529,18.251251,18.084127,17.772585,17.709366,17.88328,18.250015,18.120592,18.13763,18.270039,18.862139,19.069981,19.276632,17.879265,18.0609,18.461927,18.429232,18.61801,18.666553,18.160116,18.549223,18.368765,18.802217,19.132586,18.958942,19.496687,19.430122,19.841631,20.572128,20.627779,20.610521,20.647133,20.656242,20.574163,20.767897,20.821856,20.870548,21.015112,21.022888,20.908306,21.068676,20.958496,21.236544,17.634682,17.720627,17.605862,17.514893,17.512327,17.354511,17.600677,17.454042,17.784021,17.826609,17.826029,17.727764,18.227518,18.686274,19.118366,14.669879,14.611917,14.532511,14.516687,14.669962,14.896335,15.108728,15.354389,15.536514,15.825166,16.034594,16.084021,16.657528,17.329363,17.818855,20.052345,19.9132,19.705883,19.63703,19.424019,19.375,19.298428,19.022415,19.397404,19.324833,19.28026,19.084049,19.446764,19.526066,19.764856,21.036907,21.035316,20.990566,21.085285,21.055231,20.701685,20.781033,20.966282,20.956512,20.877781,20.712536,20.347292,20.176882,20.403101,20.293016,21.847771,22.144341,21.778418,21.318188,21.509991,21.088343,21.125982,20.904816,20.817739,20.77574,20.613169,20.652634,21.12537,21.273314,21.622776,17.102169,17.147718,17.315063,17.264351,17.202633,17.076761,17.167959,17.341181,17.457304,17.268072,17.198702,17.311808,17.779423,17.819361,17.95607,17.22422,17.353334,17.456062,17.56502,17.77524,17.884119,17.842922,18.056458,18.369396,18.532333,18.644495,18.665382,19.063578,19.470884,19.768757,16.00988,16.028574,16.055069,16.022596,16.169477,16.221119,16.166058,16.288643,16.416462,16.518887,16.542171,16.957804,17.487415,17.786486,18.019312,13.793317,13.759486,13.886306,13.819933,13.750154,13.944223,13.986953,14.036144,14.355392,14.652604,14.863017,15.425688,16.351761,17.477966,18.57486,7.4523354,7.5757847,7.5529804,7.5775886,7.6380887,7.7439733,7.9418459,8.1218233,8.2635136,8.394166,8.5783958,8.833272,9.2584887,9.5151272,9.9353333,15.839873,15.92278,16.018339,16.294228,16.237326,16.301868,16.374891,16.699514,17.071182,17.230814,17.264757,17.398014,17.931669,18.209318,18.476776,20.108601,19.878616,19.655781,19.569105,19.519032,19.364029,18.94894,19.068115,18.973635,19.124336,19.175081,19.401833,19.78265,19.930138,20.03912,20.428921,20.807711,20.953808,21.09531,21.165663,21.495672,21.869741,21.69039,21.912655,21.823416,21.896774,21.91077,21.941532,21.924713,22.471098,16.537924,16.64485,16.650433,16.665302,16.623392,16.420086,16.610178,16.703569,16.778805,16.909304,16.942299,17.2127,17.796062,18.212679,18.676512,12.24807,12.253098,12.358473,12.430936,12.49584,12.578158,12.627954,12.69044,12.742259,12.895722,13.042964,13.178182,13.595385,13.960128,14.296274,14.120256,14.108666,14.05317,14.006541,14.263309,14.550667,14.742944,14.396233,14.361792,14.900141,14.945056,15.181634,15.622242,15.984768,16.557833,19.276337,18.943108,19.113249,19.213554,18.984015,19.002325,18.883293,19.137932,19.667288,20.026821,20.06753,19.966043,20.324459,20.775942,21.065374,18.8032,18.54673,18.646101,18.313108,18.166267,17.855614,17.649086,17.69244,17.488091,17.097862,16.833649,16.602646,16.856415,16.783636,16.981617,15.09716,14.960406,14.086082,14.149575,14.165479,14.137284,14.10038,14.139317,14.08133,14.751773,14.816934,14.811285,15.296599,15.762941,16.225739,16.341539,16.369884,16.464231,16.343203,16.128597,16.10849,15.880348,15.923709,16.034336,16.034698,16.097605,16.084599,16.500826,16.628712,16.887478,15.904561,15.689163,15.562447,15.61127,15.598748,15.240739,15.358126,15.364043,15.500522,15.504362,15.658663,15.862627,16.162344,16.33906,16.393541,16.399025,16.217588,15.891798,15.978374,15.89484,16.047016,16.204136,16.180565,16.203831,16.31579,16.418789,16.336935,16.854862,17.037848,17.321987,12.615089,12.706078,12.6839,12.735107,12.660551,12.599799,12.672539,12.822364,13.119495,13.376726,13.4918,13.944037,14.549373,15.133971,15.880439,21.540302,20.855068,21.678062,21.606647,21.279135,21.148148,21.004061,21.466888,21.618124,21.82477,21.75123,21.365927,21.512981,21.407927,21.44976,23.928465,24.178499,23.531815,23.495264,23.406673,23.196739,23.588987,23.410803,23.64706,23.650915,23.691908,23.63047,24.266638,24.320757,24.590712,19.462835,19.30879,19.082033,19.059593,19.048815,18.856066,18.834534,18.865051,18.775303,18.664816,18.560322,18.271143,18.749226,18.974165,19.070934,20.189943,20.175514,20.021215,20.149853,19.748011,19.680756,19.769209,19.907112,20.151529,19.753773,19.910431,20.088198,20.325665,20.615295,20.818165,12.931015,13.022031,13.049309,13.237624,13.178312,12.951735,12.96002,13.124631,13.362342,13.524063,13.781646,13.839212,14.344989,14.765131,15.093506,21.152187,21.183947,21.231766,21.474054,21.841528,21.536558,21.349087,21.239859,21.17639,20.704967,20.495338,20.356289,20.420696,20.642496,20.581543,18.983536,18.914261,19.307146,19.294424,19.350138,19.516535,19.350513,19.454544,19.631252,19.987709,19.708031,19.793978,20.456017,20.354553,20.344995,19.841785,20.080847,20.041197,19.907068,19.861959,19.626398,19.441553,19.617373,19.840826,19.98741,19.959805,19.704866,19.909819,20.2661,20.74889,21.312284,21.520247,21.624899,21.95322,21.695889,21.36673,21.416649,21.353241,21.231287,21.30389,21.251198,20.993591,21.025972,21.278917,21.548599,15.946924,16.0784,16.029762,16.099445,16.172829,16.088871,16.283724,16.354578,16.515383,16.519434,16.695339,16.784119,17.142397,17.372625,17.657236,21.843758,22.350857,22.681028,22.802937,22.953892,22.948309,22.524046,22.499022,22.343542,22.461123,22.093981,22.316227,22.624371,22.334312,22.189474,11.13871,10.981616,10.864175,10.787659,10.74474,10.683157,10.678096,10.700588,10.760796,10.796103,10.827512,10.836112,11.191053,11.432371,11.69785,13.647725,13.670938,13.643199,13.645421,13.563646,13.523582,13.611102,13.841669,14.04866,14.204232,14.331773,14.398211,14.894991,15.358512,15.647965,17.5369,17.641787,17.723457,17.780693,17.748352,17.934954,17.813469,18.108673,18.459921,18.345816,18.533226,18.597254,19.017687,18.990398,19.111277,23.879232,23.638042,23.974527,23.199549,23.805061,24.472097,23.996176,24.168428,23.876841,23.656963,23.513355,23.483212,24.26152,24.736738,25.332802,22.733212,22.774708,22.66391,22.850368,22.675007,22.685703,22.349865,22.331942,22.281624,22.220074,22.114826,22.189638,22.544489,22.455687,22.184607,11.79278,11.896108,11.934011,12.055831,12.15783,12.32347,12.509634,12.674525,12.864594,12.987982,13.098691,13.234923,13.684284,13.961399,14.365045,20.397514,20.600462,20.545498,20.446213,20.635294,20.594564,20.777243,20.486555,20.911007,20.978216,20.855263,21.406015,21.76792,22.23988,22.36248,15.068494,15.069479,15.047879,14.864781,14.852367,14.789464,14.720199,14.645551,14.563602,14.368655,14.345053,14.243324,14.30277,14.272061,14.510505,9.8325682,9.8803883,9.854063,9.7906609,9.7771711,9.8438787,9.9163313,9.894846,9.908802,9.8863192,9.9960918,9.9520645,10.301738,10.395505,10.526316,18.762442,18.429203,18.343786,18.252913,18.181318,18.162334,18.204861,17.96944,18.197487,18.359222,18.415115,18.4,18.84339,19.045713,19.206896,22.305046,21.714535,21.884632,21.817104,21.94648,21.732477,21.747749,21.69665,21.42407,21.00708,20.878946,20.50016,20.516521,20.619555,20.959349,18.654833,18.586601,18.326071,18.227259,18.105089,17.9692,17.586912,17.558245,17.771349,17.905325,18.199234,18.082737,18.367186,18.781727,18.667828,18.965738,19.193884,19.347319,19.408237,19.621656,19.717203,19.321148,19.609884,19.963631,19.913477,19.833069,19.757689,20.002682,20.449045,20.418072,17.760435,17.311598,17.035423,16.732866,16.430033,16.388229,16.304226,16.422247,16.330799,16.358051,16.471809,16.446087,16.664782,16.889542,16.915438,11.849364,11.842746,11.836705,11.873325,11.966936,12.245322,12.574132,12.737364,12.90649,13.108044,13.354065,13.673365,14.283586,14.476013,14.804393,17.863693,17.783897,17.618912,17.413874,17.452253,17.597189,17.394747,17.338335,17.476713,17.287479,17.406536,17.288927,17.642229,18.192974,18.467876,23.781214,23.501127,23.615904,23.450256,23.517756,22.928858,22.861996,22.694479,22.328573,22.102299,22.086849,22.632322,22.590788,22.417822,22.373571,17.34354,17.295542,17.113028,16.971836,16.833668,16.824854,16.517881,16.411846,16.43195,16.452656,16.634577,16.69096,16.970917,16.962372,17.129517,18.967567,19.04022,18.951153,18.75219,18.814592,18.853615,18.890285,18.833061,18.815777,19.034533,19.343235,19.569471,20.024443,20.306988,20.299829,15.715965,15.570609,15.488834,15.685995,15.741446,15.959165,16.057491,16.377266,16.530027,16.684898,16.900137,16.982746,17.336563,17.573782,18.096386,13.338986,13.231002,13.154305,13.010712,12.942956,13.059083,12.95522,12.935358,12.977901,12.934505,12.834084,12.851159,13.191128,13.470727,13.758953,19.31847,19.366423,19.178961,18.722525,18.561634,18.431931,18.159237,18.158066,18.068657,18.120893,18.382935,18.58839,18.968496,19.596657,19.847528,21.169819,21.113705,20.899906,20.88063,20.727114,20.645914,21.106859,21.190334,21.031776,21.02247,21.027117,20.924351,21.139959,21.258385,21.325357,17.994858,17.994495,17.590363,17.812052,17.546507,17.629068,17.655254,17.674419,17.963045,18.139778,18.346563,18.026524,18.23428,18.62011,18.935875,20.096403,20.256254,20.410168,20.52503,20.67646,20.390751,19.955128,19.813433,19.526846,20.022219,20.106213,19.87817,20.214918,20.632492,20.680462,16.218147,16.113352,16.025679,15.893332,15.982759,15.570709,15.270382,15.209915,15.142687,15.095785,15.425594,15.418082,15.828024,15.973179,16.275545,21.54195,21.849554,21.914309,22.08358,22.122303,21.689405,20.607635,20.113659,19.797688,20.135191,20.313791,20.223804,20.72294,20.386572,20.410677,17.895821,17.881962,17.79006,17.834742,17.794817,17.66415,17.567371,17.50691,17.042543,16.976677,16.993322,16.514954,16.787764,17.104206,17.338028,18.156969,18.024467,17.861841,17.824455,17.584381,17.491001,17.331554,17.435829,17.333244,17.246157,17.387291,17.308851,17.848724,18.150499,18.489443,19.376226,19.346281,19.213343,19.180216,19.135862,18.92535,18.771635,18.612993,18.5823,18.371441,18.402082,18.180908,18.648184,18.971935,18.992249,12.565138,12.562193,12.590744,12.532757,12.451293,12.406671,12.434916,12.531731,12.591429,12.609537,12.686012,12.823744,13.334346,13.718346,14.017195,18.747931,18.880648,18.916224,19.136642,19.192257,18.804861,18.887758,19.330986,19.715303,20.834833,20.973515,21.116678,21.859114,22.510181,23.183004,24.263351,24.433964,24.240974,23.750906,24.136265,24.542492,24.843588,24.753792,24.979919,24.844215,24.125683,24.460432,24.845766,25.888325,25.849167,15.13257,15.010296,15.118323,15.227211,15.282047,15.268965,15.383207,15.546219,15.722836,15.874042,15.953451,16.246315,16.73662,17.303736,17.688452,26.702564,26.337982,26.211674,26.648632,26.694044,26.631945,26.901606,26.761564,26.889849,26.394459,26.102942,26.387861,25.973055,26.235029,26.572386,21.981682,21.771835,22.006746,22.884941,23.36726,23.716276,24.20071,24,23.280899,23.059767,21.899137,22.61236,21.661312,21.630236,21.037737,20.969751,21.019474,21.006159,21.193924,21.155439,20.961628,20.903286,20.487864,20.016245,20.388235,20.460657,20.3969,21.034079,21.486422,21.818399,23.158819,23.012884,22.828709,22.547037,22.37396,22.122986,21.956066,21.942257,21.444292,20.733368,20.508511,20.559753,20.691856,20.887226,21.187439,16.356918,16.492977,16.211294,15.963615,15.907523,16.028763,15.799814,16.29595,16.711433,17.090824,17.30546,17.805164,18.418888,18.697353,19.291805,25.780052,24.949596,23.619633,24.712042,25.19685,24.857586,24.701412,24.551874,22.712934,23.642172,23.852243,23.860022,23.664921,23.529411,22.986147,15.934731,16.137163,15.839694,15.953168,15.885122,15.840014,15.519603,15.300984,15.224342,15.521481,15.764091,15.909153,16.206154,16.617384,17.010023,15.357274,14.882655,14.557788,14.125961,14.158216,13.939645,13.957019,13.781409,13.862605,13.919827,14.04619,13.831634,14.101815,14.43713,14.710215,26.329479,26.05797,26.027802,26.55966,27.045383,27.141943,26.713871,27.308577,26.971924,26.644295,26.964769,26.525017,26.937782,27.088346,27.231833,18.595276,18.842094,18.670572,18.692171,18.828495,18.672544,18.462093,18.366402,18.07975,18.053726,18.14175,18.004669,17.969898,18.245291,18.46591,16.128641,15.780508,15.587589,15.753929,15.424934,15.645653,15.725806,15.585878,15.694115,15.998483,16.327044,16.370958,16.524723,17.004719,17.512108,7.9623327,7.8740783,7.8330994,7.8623152,7.8186707,8.0553741,8.3414965,8.5891447,8.8395557,8.8841228,8.922883,9.1002092,9.6472559,10.00689,10.31744,21.025043,21.386255,21.003325,21.346573,20.953264,20.06888,19.493177,19.58931,19.751471,19.281916,18.989832,19.404959,19.368916,19.378798,19.324951,25.396332,24.753733,24.904701,24.489796,24.24341,23.972378,23.460114,23.579449,23.865944,23.781744,24.129526,25.697922,26.85116,27.162827,27.218714,14.296642,14.145917,13.965568,13.789217,13.672288,13.850305,13.701948,13.641284,13.405927,13.402462,13.577125,13.362758,13.419244,13.588023,13.786803,20.241737,19.762236,19.286493,19.285715,19.527731,19.347282,19.211138,19.129633,19.193325,19.123135,18.891108,18.964451,18.937288,19.555347,19.482353,6.9788685,7.1004281,7.4469471,7.7106705,7.909348,8.0508251,8.2655344,8.3868437,8.4684582,8.4297523,8.4321718,8.6562023,8.9017496,9.1643991,9.4408703,10.889873,10.82282,10.690722,10.357751,10.351774,10.419113,10.362484,10.429619,10.376861,10.133302,9.9958935,9.6784506,9.7450199,10.096126,10.374301,14.021473,13.98,13.966215,13.957806,13.915769,13.867669,13.485767,13.344213,13.430815,13.880942,14.188592,14.325441,14.848884,15.175732,15.393925,9.4810562,9.6006613,9.5270786,9.4435568,9.7204323,9.6793242,9.4268808,9.4093237,8.7098694,8.3045311,7.6309214,7.3652306,7.0462985,7.3642888,7.6030717,22.934889,22.897503,23.260437,24.12623,23.584253,23.732393,23.58357,23.902794,24.225245,23.837858,23.931623,23.492182,23.702612,22.951414,23.429417,23.589745,24.343924,24.670824,24.736101,25.735823,26.068068,26.135952,26.523829,25.889847,26.273149,25.549131,24.867323,25.955967,25.520432,25.440315,9.6827412,9.6931572,9.8215418,10.20592,10.16576,10.42019,10.328273,10.379061,10.724524,10.567844,10.494142,10.324708,10.7266,10.905612,11.216632,12.836124,12.801891,12.573247,12.472831,12.367669,12.342741,12.983899,13.112468,13.090534,12.905405,12.68842,12.778505,13.720581,14.114314,14.339622,17.385622,17.519686,18.706047,17.792303,18.448023,18.937645,19.730585,20.156864,20.128307,21.074381,21.04845,20.766773,21.056782,21.50621,20.842911,22.701714,22.592447,22.465971,22.767916,22.602833,22.542233,22.436636,21.762253,21.769106,21.966093,22.135691,21.750984,22.778124,23.046753,23.625416,18.257261,17.644859,17.45142,17.371937,17.183952,17.606178,15.873016,15.875427,15.35254,14.162607,13.845582,13.150893,12.822458,12.51444,11.955264,23.206881,23.399628,23.196449,23.256184,23.07938,22.980864,22.416929,21.59053,21.161142,21.443983,21.748507,21.215693,21.517477,21.647018,21.690672,16.781178,16.841116,16.752872,16.842199,16.870846,16.862301,17.09201,17.047571,17.126551,17.049236,17.142775,17.035862,17.452614,17.674299,17.929707,10.413761,10.857277,11.230329,11.556716,11.49127,10.847059,11.047345,11.089866,11.293041,10.840496,10.832943,10.386531,10.864903,11.802,12.153204,18.725868,17.752596,18.747078,18.708765,19.243658,20.068695,20.374939,20.469627,20.061571,20.736132,20.658995,21.590338,21.933842,22.29039,23.249739,14.816278,14.820075,14.727897,14.742355,14.844288,14.331686,14.510332,14.788732,15.164336,15.296581,15.423955,16.01458,16.618229,17.197929,17.253416,13.005982,13.181331,13.323729,13.512078,13.837832,13.946448,14.254144,14.515198,14.796561,15.180964,15.502823,16.056932,16.575871,16.917192,17.227114,25.620497,25.92284,25.895161,26.191172,26.4258,26.811373,26.960785,26.875002,27.159706,27.59181,28.097561,27.637541,27.335527,27.763245,27.425743,9.9947424,9.9533167,9.8807125,9.8703079,9.9714165,10.03487,10.227597,10.35659,10.562879,10.754436,10.929588,11.20034,11.738517,12.178934,12.64156,11.118524,11.071508,11.187371,11.343845,11.533916,12.418615,12.19151,12.652749,12.790996,13.017,13.456729,13.802674,13.916102,14.078042,13.95585,19.481865,19.762709,19.889046,19.873596,20.02607,20.208511,20.35965,20.222195,20.324379,20.11414,19.94898,20.390072,20.87112,20.94776,21.54904,21.415442,21.297468,21.714285,21.385826,21.40575,21.826426,21.388615,16.179062,18.941275,18.835342,18.910507,19.327074,19.528753,19.271864,18.735178,17.402014,17.275806,17.061312,16.914026,16.735886,16.624836,16.539742,16.517694,16.423391,16.448366,16.594757,16.91094,17.294546,17.809528,18.154819,20.559441,20.81749,21.302372,21.77914,21.503132,21.482683,21.629213,21.157118,20.671982,20.854412,20.747128,21.894499,22.28101,23.063482,23.532898,9.8177128,9.8703976,9.8470192,9.9719477,10.184524,10.317881,10.393039,10.501281,10.698767,10.897019,11.064781,11.319483,11.864668,12.253981,12.614237,23.489933,22.86517,22.402506,21.606335,21.997658,21.260529,21.488096,20.683506,20.132013,20.529394,20.185472,19.750778,20.252764,20.720434,20.773867,18.194155,18.389153,18.233236,18.700768,18.463886,18.450958,18.156397,18.320147,18.68256,19.164341,19.3361,19.448204,20.078035,20.306755,20.850885,20.693037,20.855614,20.509382,20.547009,20.998278,20.44429,20.94017,21.050751,21.482548,21.546354,20.739668,19.992769,20.021452,19.849247,19.656284,11.610642,11.287415,11.223693,11.00145,10.970195,11.217163,11.579035,11.744128,12.036751,12.490747,12.578,12.57355,12.953909,13.369909,13.699124,17.327202,17.2505,17.211067,17.223572,17.331604,17.436596,17.704121,17.688889,17.958412,18.099377,18.342422,18.346111,18.655674,18.779993,19.07342,21.039272,21.230469,21.070059,20.913897,21.016378,20.765448,20.649797,20.893995,20.895641,20.80765,20.993515,21.141581,21.74194,22.342255,22.231323,21.951889,21.916412,22.050072,21.758682,21.644686,21.236612,21.000885,20.876846,20.729309,21.025591,21.172283,20.911636,21.231993,21.103573,21.174234,17.93984,18.012423,17.992708,18.324265,18.161926,17.81509,18.03134,18.374165,17.967533,17.392271,17.101828,17.19717,17.515923,17.612843,17.471949,11.918279,11.988182,12.049395,12.209125,12.311825,12.374017,12.248236,12.13003,12.380568,12.744644,13.097991,13.460304,14.224402,14.666179,15.271838,21.342787,21.278795,21.592604,21.426435,21.410002,21.620363,21.591978,21.787447,21.805338,21.23053,21.010387,21.290117,21.762476,21.810699,22.57394,18.257822,18.22179,18.047337,17.944925,17.715506,17.640007,17.431767,17.240311,17.358883,17.27219,17.321278,17.32716,17.691259,17.828375,18.10931,20.964052,20.77215,20.498245,20.398514,19.969513,20.380024,21.369539,21.446636,21.470245,22.08795,22.425165,22.307562,22.65892,23.254593,23.635084,14.072372,14.618331,14.319457,15.251249,16.325916,15.969697,16.194824,16.830467,16.950727,16.553007,17.038414,16.934721,17.532675,18.083412,18.211382,22.031044,21.812464,21.559851,21.286942,21.227278,20.844988,20.69599,20.435835,20.28463,20.393507,20.210361,20.367262,20.223497,20.112282,20.009827,17.46191,17.602465,17.782164,17.803188,17.666826,17.551685,17.476788,17.390518,17.308735,17.310478,17.402912,17.290173,17.896847,18.216631,18.37706,24.303944,24.299618,24.373508,24.648748,24.945635,24.99213,25.007975,24.285715,24.432364,24.440844,24.548969,23.736404,23.638132,23.704662,23.937723,19.473331,19.478083,19.195894,19.395079,19.226118,18.560276,18.441196,18.480167,18.449667,18.599291,18.57596,19.025768,19.789059,19.433559,19.511312,15.839103,16.143364,16.040506,16.170315,16.178829,16.00569,15.547405,15.684965,16.114119,16.684052,16.984838,16.990025,17.670336,18.141125,18.43936,25.608656,25.794565,26.126545,26.223186,25.842697,25.551426,25.112556,25.051073,25.471941,25.121391,25.039083,24.908901,24.475891,24.658613,24.740898,17.50646,17.681538,17.388494,17.503656,17.473822,17.549614,17.94368,17.58728,17.549292,17.713444,17.409906,17.479876,17.779978,17.931376,18.037661,18.574394,19.114319,19.253859,19.773119,19.756273,19.35392,19.088402,18.888889,18.399183,18.103075,17.279518,17.896837,18.582403,18.806013,19.08774,21.801502,21.937998,21.755527,21.450939,21.53418,21.658987,21.047909,20.705084,20.837809,20.249111,20.166727,20.126469,20.722193,20.994774,21.557541,13.386515,13.382576,13.196985,13.099076,13.103735,12.821436,12.799189,12.498161,12.56943,12.416297,12.331228,12.433022,12.654487,12.888968,13.190948,19.121153,19.208687,18.688593,18.590078,18.657818,18.558952,18.46138,18.560528,18.690624,18.729963,18.867338,18.568766,18.541624,18.241177,18.004093,25.970549,26.225573,26.317602,26.410437,26.693085,27.252504,26.92452,26.629002,27.353394,26.896011,26.03834,27.244095,27.326498,26.710474,26.888454,16.398634,16.397249,16.403536,16.399437,16.459963,16.507259,16.528784,16.714037,16.831837,16.949654,17.061163,17.151331,17.584694,17.808262,18.008497,26.154375,26.226913,26.526892,26.635775,26.906338,26.842304,26.981974,27.049181,27.333727,27.076313,26.837641,26.964685,27.182663,27.453026,27.529856,18.083521,18.484306,18.079042,18.289536,18.24157,17.978069,17.899061,18.093636,18.437347,18.343784,17.900684,17.617916,18.106379,17.876089,17.505997,7.4908676,7.4473491,7.4682636,7.4997621,7.4278245,7.5149417,7.3078537,7.3088861,7.2605267,7.3290954,7.3460078,7.1934991,7.22721,7.5578084,7.9598255,21.535746,21.474821,21.178402,21.104973,20.981482,20.777279,20.274334,20.151659,19.547012,19.965244,19.694626,19.699596,20.176619,20.351419,20.479597,25.367647,25.092566,24.667053,25.007269,24.578733,24.527185,24.954462,24.686831,24.89426,24.807871,23.871162,23.944983,24.111042,24.323473,24.254786,23.894407,24.265217,24.214548,24.232082,23.655609,23.665224,23.310125,23.188824,23.132915,23.052326,22.618025,22.754663,22.910395,22.691975,22.253963,13.951061,13.930902,13.880016,13.880558,13.926317,14.131455,14.128639,14.114722,14.216125,14.346313,14.425923,14.508515,15.017187,15.387927,15.725067,16.529411,16.457926,15.987903,15.827338,15.276894,15.824776,16.188265,16.358616,17.022627,17.748289,18.159855,18.002039,17.816092,17.404549,18.147106,11.403445,11.301044,11.200815,11.137613,11.135702,11.209064,11.287392,11.317111,11.383382,11.384509,11.447697,11.624973,12.03391,12.396905,12.78299,8.9273081,9.0312281,8.9566717,8.840023,8.9138346,8.901226,8.6352606,8.5456734,8.6937218,8.5045538,8.4953985,8.5442085,8.7244596,8.8758411,8.9028158,13.742523,13.6725,13.667824,13.678345,13.780065,13.800446,13.923671,14.020854,14.133451,14.302603,14.417193,14.553602,15.090693,15.536979,16.059416,20.17889,20.857771,21.271029,21.775105,22.20509,22.307106,21.663443,22.187742,22.456814,22.019417,21.689589,22.375147,22.867298,22.657177,22.668242,16.987844,17.468967,17.901814,18.385508,18.800518,19.008936,19.501589,19.203863,19.245472,18.937374,18.914419,18.694067,18.382715,18.536184,18.456211,27.882275,27.94384,27.37184,27.720207,27.422434,27.543604,27.196445,27.320358,26.912254,26.630295,26.252922,26.179806,26.597443,26.733208,26.450924,21.25421,20.431929,19.974171,19.346348,18.755596,18.756985,19.572071,19.84305,20.504087,20.488466,20.855856,20.762035,20.759493,20.271828,20.460894,13.032581,13.319503,13.754646,14.201183,14.40102,15.763765,15.05425,15.579044,15.260489,15.225391,15.490458,15.502479,16.273693,16.11265,16.455101,13.278389,13.448784,13.744947,13.721907,13.011021,13.143776,13.59241,14.248657,13.566176,13.465665,13.066898,13.34043,13.515393,13.156991,13.122326,15.455176,15.627917,15.811766,15.989386,15.704288,15.394233,14.963458,14.829148,14.943478,15.281457,15.727679,16.104681,16.419863,16.680786,17.11635,14.683947,14.980401,15.038797,15.087065,15.304963,15.229145,15.622573,15.466736,15.562784,15.619761,15.356512,14.957855,15.076769,15.292936,15.518779,23.87195,24.496124,24.641376,24.927349,23.878204,23.371901,23.202942,23.123528,22.833843,22.780569,23.243423,24.319784,24.149546,24.165825,24.039782,15.463017,15.688869,15.540741,16.111851,15.652938,15.379061,15.252009,15.318662,15.147662,15.412948,15.746132,15.867369,16.566696,16.797264,17.630224,17.714945,18.289085,18.671455,18.607517,19.462227,19.921619,18.925999,19.44632,20.939877,19.945541,20.335569,19.68504,20.759661,20.447285,21.334215,24.37237,24.295494,23.754232,23.94412,23.616602,23.281301,22.957983,23.197279,23.204514,23.377747,23.090189,22.993828,23.267586,23.630562,23.454159,15.843948,16.248507,16.021198,16.824352,16.744781,17.069038,16.74683,17.181978,17.191719,17.232021,17.612875,17.55084,18.128916,18.148655,17.985279,19.809765,19.46946,19.457642,19.437544,19.501226,19.504707,19.718889,19.186344,19.370308,19.167107,19.300863,19.279844,19.903551,19.801981,20.149088,24.880127,24.478889,24.514158,23.712206,23.672884,22.679535,22.674419,22.777281,22.617268,22.544575,22.3736,22.19203,22.688303,22.32616,22.584732,11.70867,11.411108,11.26046,11.122629,10.959231,10.81785,10.698879,10.665923,10.68785,10.667706,10.787165,10.721313,10.940478,11.091927,11.208965,14.509148,14.570064,14.508501,14.689801,14.810493,14.695498,14.51868,14.713675,15.101666,15.110257,15.386269,15.618823,16.042379,16.210627,16.644699,13.681257,13.751602,13.634118,13.632419,13.637093,13.855103,14.170818,14.145343,14.406694,14.618142,14.714715,14.984134,15.61759,15.70985,16.074574,10.902825,10.917346,11.006989,11.100287,11.103785,11.167259,11.316341,11.329111,11.788695,11.838898,12.075472,12.305122,13.071383,13.786122,14.237411,16.184971,15.975684,16.046057,16.125515,16.270323,16.555811,16.662603,16.581198,17.265577,17.625547,17.536003,18.15329,18.609974,18.778717,19.554365,14.999476,14.746735,14.721992,14.699724,14.729425,14.813988,14.900751,15.052491,15.151805,15.254559,15.42311,15.715803,16.153774,16.518541,16.834211,14.593818,14.547873,14.443567,14.516976,14.588976,14.53458,14.189306,14.263296,14.355628,14.622314,14.654949,14.84455,15.486988,15.748228,16.039131,13.769781,13.842564,13.869522,13.993486,14.196414,14.497082,14.727209,15.003125,15.289916,15.53354,15.704034,15.834323,16.53051,16.860132,17.280699,8.1163616,8.1537933,8.1105413,8.2374849,8.2472076,8.2527313,8.6499844,8.8292913,9.1088133,9.3341618,9.5506754,9.7981339,10.425698,10.700015,11.205325,13.621812,13.783881,13.864899,13.944692,13.941113,14.310829,14.498461,14.624704,15.050385,15.199481,15.282509,15.396547,16.311417,16.878757,17.488386,15.654784,15.801996,15.839687,16.095188,16.267006,16.426128,16.322599,16.476788,16.426367,16.55727,16.659945,16.728745,17.174999,17.583427,17.908394,14.057024,14.138031,14.143144,14.290918,14.231819,14.604971,15.001249,15.217701,15.529553,15.95929,16.240307,16.244696,16.870836,17.152988,17.530548,13.511552,13.450924,13.273074,13.413617,13.128492,12.938004,13.08345,13.119981,13.422264,13.560722,13.695728,14.006822,14.693732,14.905212,15.450644,11.588224,11.701992,11.996612,12.147305,12.27379,12.655489,13.031824,13.345432,13.264089,13.412807,13.434235,14.005785,14.636651,14.923723,15.365146,14.238304,14.322875,14.424592,14.618148,14.653834,14.438939,14.563553,14.662698,14.971526,15.361129,15.608175,15.758054,16.453365,16.886227,17.563696,7.871408,8.0708036,8.1395531,8.3581772,8.6708393,9.0658703,9.3929358,9.8495331,10.29998,10.765768,11.183919,11.80408,12.521402,13.00721,13.576198,12.893541,13.015752,13.179432,13.282396,13.531126,13.875969,14.398453,14.852262,15.001962,15.611681,15.801479,16.359789,16.879055,17.372286,17.454771,18.002457,18.079887,17.955931,17.622246,17.53562,17.298689,17.477394,17.800032,17.805159,17.705448,17.853291,18.108295,18.42655,18.821323,19.20904,14.994146,14.715874,14.617816,14.462976,14.487502,14.502068,14.496221,14.732814,14.863981,15.068048,15.149808,14.996284,15.354683,15.609807,15.933649,12.603876,12.576118,12.506207,12.543763,12.623035,12.637569,12.619837,12.707527,12.807743,12.793318,12.828614,12.80873,13.209327,13.469423,13.877715,18.234632,18.322336,18.645027,18.49667,18.741684,18.600191,18.783577,19.592875,19.634792,19.06904,18.87495,18.99386,19.357399,20.060242,19.863289,12.464395,12.175022,11.995733,12.196298,12.313325,12.120636,12.37652,12.317131,12.46277,12.652045,12.942375,13.182108,13.903202,14.267293,14.733513,12.703729,13.093254,13.417944,14.241564,14.650537,15.071848,15.164213,15.523221,14.89262,14.820947,14.876242,14.647405,15.271403,15.721592,16.442732,15.155825,15.266979,15.122138,14.952199,15.205272,15.058377,15.45283,15.545638,16.030056,16.072996,16.128223,16.811886,17.450541,18.161478,18.839939,9.7250099,9.4840384,9.6117544,9.8913994,9.7907953,9.8584204,10.209372,9.9236956,10.290974,10.253618,10.283234,10.43841,10.414794,10.816596,11.139052,12.457122,12.584606,12.587182,12.710857,12.814108,12.918522,13.249864,13.443349,13.677105,13.927036,14.169052,14.721556,15.346106,15.924604,16.306356,10.352441,10.26319,10.41467,10.539454,10.666724,11.117406,11.277401,11.454415,11.611109,11.89066,12.079454,12.247731,12.635244,13.27146,13.539743,15.066929,15.367163,15.386191,15.480916,15.850698,15.948449,15.479782,15.839921,16.005072,16.348881,16.634184,16.766762,17.188566,17.778435,18.048063,16.252127,16.498388,16.686558,16.709986,17.137848,17.148172,17.120035,17.245096,17.46386,17.836792,18.103725,18.747305,19.027027,19.126753,19.386423,17.817776,17.884588,17.839197,17.829674,18.333565,18.709312,18.832178,18.810173,19.242447,19.299782,19.007299,19.027515,19.755068,20.273449,20.657972,13.82655,13.843,13.847595,13.887537,13.969106,14.096618,14.171317,14.254017,14.436491,14.499122,14.640045,14.823882,15.248415,15.687471,15.978889,14.408454,14.444065,14.537107,14.903887,15.071162,15.116376,15.522287,16.043135,15.675765,16.399933,16.621477,17.445179,18.244747,18.687412,19.233646,13.092952,12.100389,11.373134,10.572103,10.165976,10.55774,11.816529,11.634426,13.525675,14.455804,14.388853,16.525585,17.524841,17.879499,18.373219,13.529758,13.757929,13.710262,13.680565,14.04144,14.194859,14.385229,14.609554,14.926789,15.158124,15.308624,15.436654,16.148853,16.726645,17.125044,10.037183,10.039017,10.013468,9.9442768,9.9865255,10.102345,10.236774,10.295774,10.448306,10.494883,10.547066,10.597728,10.978152,11.298486,11.649363,13.304907,13.192066,13.363663,13.345046,13.397799,13.5459,13.818054,13.777964,14.039736,14.460784,14.790349,14.96101,15.448105,15.820958,16.216402,12.227054,12.343466,12.353915,12.413793,12.307917,12.713295,12.703753,12.94553,13.256931,13.450042,13.575521,13.798563,14.581365,15.225021,15.994226,12.30162,12.273529,12.239869,12.222775,12.240398,12.420815,12.735374,12.995184,13.3405,13.751448,14.013553,14.336636,14.97093,15.629599,16.242599,17.604261,17.29653,17.241837,17.261345,17.748144,17.531734,17.697569,18.087742,17.566595,18.312969,18.076529,18.053282,18.600735,18.822605,19.407999,10.183066,10.144927,10.353567,10.217445,10.296834,10.224924,10.43257,10.747271,11.187649,11.320755,11.597069,11.464522,11.985415,12.23842,12.270509,13.062517,13.101392,12.782973,12.881571,13.029295,13.006435,13.244954,13.572571,14.012776,14.307693,14.633569,14.953938,15.489883,16.040634,16.458014,9.5352459,9.3287487,9.1946621,9.2086878,9.4232063,9.6819906,9.8214655,10.022816,10.323463,10.588331,10.814317,11.002751,11.722673,12.166897,12.553329,16.030123,15.888686,15.659505,15.605182,15.637827,15.75042,15.906564,15.93469,16.304054,16.500595,16.583794,16.357481,16.766132,17.028675,17.188082,14.015937,13.827059,13.756964,13.842908,13.849051,14.018506,14.236578,14.651784,14.954222,15.0162,15.136707,15.217561,15.571202,15.950778,16.256119,16.996355,16.989452,16.997314,16.829628,16.909187,17.1138,17.277807,17.245005,17.19734,17.316666,17.29022,17.675913,18.082943,18.53676,19.561872,14.597133,14.661449,14.622951,14.776042,14.77077,14.935669,15.637983,15.893771,16.619953,16.816452,17.085535,17.232674,17.944527,18.527452,19.066641,11.063628,11.006998,11.170465,11.535723,12.123018,12.35308,13.018028,13.331771,13.388584,13.963543,14.049008,14.350505,15.075609,15.89572,16.181192,9.7536564,9.8383398,9.9345627,10.204516,10.327843,10.489178,10.651124,10.748724,11.091208,11.210422,11.021854,10.926231,11.501401,11.832181,12.293592,13.976013,14.103281,13.898804,13.908153,13.918468,13.967699,13.92754,14.021155,14.27799,14.258143,14.278872,14.693275,15.332983,15.713131,16.345879,13.357782,13.428111,13.443277,13.576577,13.854001,13.896473,14.299626,14.456609,14.642933,14.729543,14.972382,15.175848,15.794,16.140162,16.408304,13.78386,14.01307,13.981676,14.226932,14.123787,14.240577,14.363024,14.621395,14.841702,14.925536,14.885202,15.103399,15.573904,15.880317,16.27907,13.137172,13.103756,13.05582,13.139735,13.145363,13.266404,13.545023,13.668592,13.964297,14.121251,14.167854,14.316839,14.829651,15.295487,15.652998,12.333688,12.52564,12.437943,12.484436,12.735695,12.80583,13.137319,13.456191,13.835342,14.018029,14.263434,14.537761,15.286209,15.529442,16.034163,18.492367,18.781046,18.545454,18.89703,18.869036,19.363762,19.612156,19.313824,19.749849,20.182001,20.859776,21.642412,22.189474,23.300148,23.75186,14.775197,14.817543,14.695735,14.727436,14.780043,14.815609,14.68316,14.91865,15.094259,15.340678,15.518456,15.67954,16.255703,16.669174,17.149706,11.86792,11.755198,11.807655,11.944938,12.125259,12.6802,12.926273,13.332354,13.897435,13.882492,13.796934,14.10132,14.612147,15.019025,15.573401,13.533717,13.419895,13.308041,13.240905,13.13884,13.169807,13.177254,13.155564,13.223884,13.306548,13.381535,13.388835,13.826452,14.114685,14.49066,9.5624237,9.6938648,9.7669277,9.9265862,10.068953,10.215387,10.421108,10.522544,10.767673,11.077191,11.341243,11.815526,12.378895,12.901491,13.428649,12.687111,12.643135,12.895146,12.978649,13.005296,13.22647,13.296554,13.475208,13.67819,13.983634,14.144778,14.528311,15.05101,15.472438,16.110847,11.086787,10.993328,10.950275,10.953464,11.003148,11.036685,11.040969,11.058254,11.168471,11.149279,11.331282,11.356408,11.753546,12.238981,12.693468,11.430683,11.584631,11.594203,11.957905,12.139472,12.598747,12.876404,12.980769,13.174049,13.177779,13.36974,13.862784,14.4813,15.007791,15.766983,12.788795,12.774013,12.703687,12.78047,12.881324,13.230915,13.383335,13.739422,14.099415,14.317043,14.605085,15.282196,16.073965,16.422131,16.900433,14.972384,15.056564,15.004433,14.96098,15.145061,15.261364,15.264819,15.155625,15.446809,15.495343,15.664434,15.788362,16.565987,16.74369,16.963026,11.477702,11.385345,11.362301,11.522277,11.553278,11.764811,11.974354,12.27519,12.582986,12.73734,12.922435,13.202588,13.836699,14.320405,14.967686,12.479907,12.752151,12.8,12.906544,12.991573,13.112465,13.345173,13.75909,14.041721,14.078922,14.103857,14.198618,14.643082,15.143669,15.884179,14.289318,14.238829,13.887843,13.686837,13.836477,13.971622,13.78344,13.876512,13.602239,13.430564,13.157227,13.893586,14.393638,15.951997,16.58551,11.551208,11.844374,12.150378,12.456286,12.901862,13.04569,13.210789,13.534742,13.885739,14.065663,14.125145,14.636744,15.285137,15.593992,16.265392,12.624439,12.754404,12.747852,12.88666,12.941557,13.308928,13.499633,13.7924,13.877602,14.09867,14.194942,14.570621,15.276617,16.014627,16.691633,12.437106,12.737669,12.958916,13.150984,13.15542,13.296299,13.618843,14.066388,14.381653,14.610132,14.744747,15.191793,15.663435,16.357956,16.646187,13.024348,12.942964,12.946111,13.156912,13.316056,13.378373,13.684676,13.668342,14.146124,14.493865,14.90239,15.224256,15.991314,16.183031,16.672112,14.952604,15.354774,15.366454,15.710439,15.841068,16.22798,16.802168,17.164494,17.762739,18.024483,18.156073,18.28421,19.097553,19.760479,19.882416,13.814062,13.942652,13.901936,13.94113,14.107089,14.303356,14.550957,14.949277,15.133199,15.384043,15.703373,15.950624,16.452423,16.707462,17.145302,16.798126,16.82415,17.239685,17.970661,18.511333,18.866339,19.279108,19.969023,20.57559,20.787325,21.038054,20.823446,21.917971,23.032312,23.498569,15.893494,16.038565,15.973557,15.869936,15.822312,15.857519,16.152325,16.363497,16.562256,16.635696,16.847982,16.816662,17.378714,17.828663,18.206738,10.583344,10.615959,10.612009,10.649081,10.979449,11.155536,11.340263,11.67119,12.020503,12.242544,12.307524,12.669659,13.302676,13.739607,13.938276,14.32435,14.462601,14.238312,14.494519,14.774921,15.278769,15.584415,15.673561,16.41683,16.673637,16.945057,17.359798,18.174177,18.325434,18.622368,9.7785692,9.7752552,9.7835245,9.8175955,9.8535337,10.018798,10.177664,10.416693,10.718711,11.042662,11.261829,11.497091,11.983656,12.486699,12.826607,10.56227,10.632815,10.786601,11.251599,11.393547,11.817772,12.060643,12.383599,12.808887,12.845895,12.861109,13.325257,13.93688,14.383083,14.730419,12.793948,12.584221,12.508091,12.438424,12.472465,12.3578,12.407179,12.431905,12.576983,12.873692,13.095659,13.46413,14.113529,14.470064,15.412261,17.533955,17.60491,17.6978,17.787106,17.897894,17.939749,18.13229,18.369747,18.693106,19.053835,19.35648,19.59643,20.083776,20.471003,20.997198,9.7886543,9.7942648,9.8733377,9.9154797,10.176587,10.320626,10.552689,10.84392,11.025836,11.058282,11.191252,11.918628,12.377595,12.665614,13.326414,15.473495,15.165398,15.084696,15.051706,14.974408,14.902794,14.721671,14.716959,14.861923,14.950755,15.219752,15.005133,15.762022,15.999306,16.845795,7.9463625,8.082509,8.1918459,8.3526201,8.3581085,8.6741562,8.9873114,9.3788643,9.6609344,10.182023,10.504465,10.468682,11.216516,11.678036,12.218045,11.75933,12.139949,12.043302,12.505698,12.899802,13.554171,14.14649,14.677768,15.42512,16.162735,15.88711,16.245319,17.194427,17.7855,18.210659,14.590748,14.521801,14.781817,14.754799,14.684155,14.918272,14.961523,15.229358,15.428007,15.662877,16.060478,16.244299,17.094538,17.620546,18.047503,15.152423,15.156327,15.249473,15.178572,15.197842,15.484447,15.845105,16.079317,16.171553,16.221317,16.272629,16.696445,17.228952,17.416182,17.614092,15.324786,15.294419,15.497102,15.782598,15.905887,16.061268,16.318249,16.757675,16.988173,16.893063,17.198032,17.270475,17.635122,18.141056,18.427198,12.856512,12.625268,12.601608,12.443842,12.481694,12.531135,12.489535,12.606653,12.636158,12.689817,12.867702,13.140186,13.660552,14.14464,14.814003,11.866227,12.053253,12.001411,12.147032,12.347231,12.61692,12.75575,12.747516,12.991817,13.139001,13.009765,13.14773,13.677179,14.181845,14.550503,15.461551,15.427475,15.397744,15.45207,15.470505,15.394841,15.559424,15.837733,15.991235,16.083162,16.270283,16.469318,17.077526,17.411472,17.779982,10.61813,10.553924,10.695173,10.741089,10.646607,10.723967,10.812572,10.856735,11.104067,11.467399,11.761333,11.877882,12.528735,13.026966,13.491072,15.422006,15.207909,15.053457,15.123674,15.1842,14.802355,15.041275,15.357693,15.332866,15.354386,15.60791,15.87995,16.704611,16.899004,17.042889,14.376662,14.253471,14.010622,14.141981,14.15231,14.374656,14.663116,14.823064,14.984391,15.237777,15.509279,15.630209,15.993014,16.478621,16.8316,7.0348649,7.0410781,7.049746,7.2754211,7.3575625,7.5645895,7.8503079,8.0029659,8.4176836,8.8880339,9.2919769,9.8754253,10.58975,11.255363,11.661504,13.956794,13.936361,13.740814,13.585539,13.375563,13.366972,13.531141,13.663636,13.887376,14.318453,14.53891,14.963031,15.684269,16.062176,16.599266,14.962901,15.179871,15.666946,15.657839,15.764463,15.82239,16.276619,16.72658,16.908213,17.165287,16.645676,16.524984,16.823227,16.934782,17.756596,10.362695,10.484479,10.522017,10.51353,10.662435,11.011825,11.374566,11.576833,11.9661,12.160151,12.273642,12.750854,13.256246,13.739777,14.570776,11.275164,11.479802,11.473612,11.647757,11.899597,12.363523,12.477019,12.866189,12.964513,13.157803,13.437772,13.435433,14.123514,14.711027,15.398539,12.358042,12.548997,12.602687,12.773374,12.972605,13.117972,13.191736,13.284223,13.55496,13.609685,13.731679,14.083136,14.727344,15.398887,15.967216,10.572786,10.588058,10.886386,11.171935,11.478047,12.23603,12.539597,12.76497,13.084258,13.136665,13.021782,13.293195,13.810517,14.043098,14.412596,15.123698,15.179843,15.24546,15.235609,15.354458,15.517932,15.790426,15.948894,16.054279,16.164627,16.279402,16.388866,16.968056,17.292053,17.704317,16.952885,17.597517,17.015707,16.803812,17.232376,17.147934,16.977047,17.780748,17.605635,18.400351,18.297499,19.41408,21.093044,21.273712,22.029251,13.324912,13.492638,13.485974,13.598089,13.761741,14.221514,14.445622,14.714837,14.898931,14.958416,14.84852,15.174711,15.776528,16.453655,16.614197,10.44073,10.603414,10.855838,11.088241,11.264368,11.528486,11.81626,11.975212,12.027536,12.073693,12.312376,12.461179,13.115314,13.246102,13.407373,16.568483,16.42329,16.217695,16.16387,16.218622,16.335646,16.486769,16.575129,16.857779,16.98049,17.439407,17.556473,18.096323,18.701988,18.92622,8.799593,8.6143513,8.5952644,8.6533747,8.5437965,8.5450459,8.8135672,8.9765701,9.0041418,9.1397734,9.2848263,9.5108242,9.8933811,10.245754,10.64547,10.737475,10.699915,10.528284,10.650871,10.779129,10.955027,11.152407,11.402008,11.845824,11.939581,12.062478,12.439445,13.103716,13.564105,13.964255,13.084795,13.000783,12.77888,13.040614,13.002378,12.995646,13.257377,13.329843,13.636364,13.9084,14.299706,14.679058,15.001707,15.399785,15.797133,9.0000839,8.9099455,8.5936909,8.3213358,8.8243484,8.8016615,8.9973145,9.1459684,9.4033833,9.8697777,10.264204,10.80302,11.536252,11.822688,12.381276,15.222524,15.07985,14.984146,15.153069,15.482666,15.596716,15.744024,15.6616,15.892975,15.98063,16.049835,16.004852,16.606861,16.984013,17.352707,13.977863,13.917312,13.987474,13.719895,13.653229,13.489344,13.661925,13.50152,13.56564,13.856628,14.380975,14.648862,14.860803,15.210952,15.63648,16.496799,16.738264,16.899225,17.155582,17.063551,17.431528,17.75762,18.126287,18.427189,18.710449,19.002161,19.374605,19.840168,20.438007,21.190039,11.292088,11.172919,11.047597,11.256212,11.082211,11.16295,11.438572,11.872402,12.044693,12.648222,13.127984,13.670455,14.220911,15.149448,15.729178,13.025101,13.013699,13.17447,13.127639,13.157723,13.387675,13.537977,13.645418,13.866774,13.683018,13.768744,13.428926,14.217633,14.540158,15.052131,10.440501,10.377769,10.297565,10.224005,10.218398,10.25744,10.291908,10.412086,10.547981,10.701668,10.95365,11.059749,11.475508,11.726296,12.014826,14.96337,14.576703,14.583147,14.640884,14.706927,14.877855,15.057611,15.103093,14.570168,15.367966,15.862362,16.086588,16.224413,16.704536,17.181095,13.588535,13.709961,13.890825,13.963543,14.008695,14.252292,14.77588,14.902985,15.363492,15.644688,16.035742,16.634727,17.298805,17.576784,18.105047,14.981911,15.123699,14.890574,15.008625,14.890114,14.767209,14.94054,14.812144,14.93478,14.940429,15.212117,15.033597,15.46912,15.873253,16.369137,12.865302,12.809287,12.879062,12.911715,12.891629,13.234767,13.449888,13.595107,13.848409,13.988442,14.283708,13.817284,14.348668,14.698566,14.95361,12.545608,13.151471,13.371346,13.299306,13.439796,13.387029,14.512128,14.488597,14.83411,15.276833,15.525922,16.041836,17.121002,17.011019,17.712942,10.38749,10.578201,10.719474,11.08045,11.27242,11.381774,11.618464,11.906336,12.285563,12.683183,12.987013,13.51655,14.378641,14.991294,15.744548,12.269751,12.244239,12.269533,12.288408,12.368505,12.341241,12.412015,12.456799,12.532112,12.688158,12.804799,12.784353,13.10105,13.237826,13.482031,11.794811,11.965038,11.915536,12.164884,12.159602,12.266709,12.16332,12.349154,12.574456,12.852338,12.921654,12.89846,13.111676,13.205483,13.284808,7.6795759,7.7187223,7.7022328,7.6970711,7.7056699,7.7901959,8.3363581,8.3729477,8.5264988,8.7561331,8.8756247,9.0785189,9.5485048,9.8733644,10.173477,10.877208,11.158058,11.232228,11.413464,11.690039,12.103971,12.510117,12.878563,12.959973,13.212523,13.489347,14.071198,14.59354,14.895177,15.234579,13.642393,13.630857,13.542551,13.627371,13.716653,13.746468,14.044677,14.066349,14.155567,14.326498,14.450277,14.708977,15.062761,15.315686,15.481833,11.925771,11.91176,12.006061,12.10078,12.0783,12.074421,12.187772,12.425266,12.753275,12.961698,12.974798,13.07349,13.578751,14.072889,14.364992,17.554239,17.642857,17.776031,17.702461,17.613373,17.667654,18.249508,18.008028,18.407618,18.503637,18.492674,18.2176,18.48164,18.949934,19.217081,10.416625,10.516309,10.69287,11.049783,11.111112,11.197744,11.477677,11.708375,11.831424,11.950133,12.002008,11.993835,12.177514,12.4553,12.871787,13.728436,13.671717,13.687071,13.678497,13.558118,13.53203,13.385298,13.43184,13.51125,13.586448,13.618451,13.566663,13.905792,14.3132,14.780651,11.88642,11.976257,12.034095,12.069777,12.093668,12.174855,12.205557,12.233739,12.380378,12.513606,12.656938,12.735209,13.229889,13.46084,13.73864,13.959655,14.181609,14.162432,14.335394,14.390291,14.267591,14.505085,15.104525,14.906104,14.973,14.793952,15.044599,15.454546,16.014091,16.407984,10.546443,10.997468,11.236526,11.795757,11.998781,12.482226,11.789092,11.693495,12.335217,12.481962,12.840123,13.901345,14.36114,14.33697,14.869501,14.51939,14.544441,14.38646,14.541833,14.55781,14.583739,14.832582,14.702795,14.687234,14.43988,14.372412,14.969481,15.272905,15.497475,15.633872,17.214918,16.977989,16.786226,16.511145,16.606348,16.175776,16.014963,16.012596,15.848331,15.885085,16.072575,16.534922,16.831741,17.200048,17.501066,14.704573,14.6568,14.767533,14.984557,14.850791,14.986171,14.698498,14.809327,14.6572,14.585545,14.524656,14.457253,15.135506,15.226216,15.285812,14.045957,13.882667,13.883898,13.869522,13.660529,13.880672,13.963705,13.91739,14.25724,14.455003,14.438542,14.696103,15.23633,15.631477,16.030506,9.9303074,9.9942665,10.099654,10.198205,10.231745,10.340686,10.435689,10.506203,10.746029,10.829185,10.924477,11.160679,11.573282,11.972485,12.38746,12.425405,12.302978,12.490181,12.639999,12.598975,12.264152,12.445042,12.268576,12.4197,12.477741,12.41754,12.726799,12.936047,12.968147,13.286901,10.611324,10.754124,10.886921,10.813579,11.191157,11.536356,11.751545,12.069303,12.495713,12.700737,13.006438,13.675171,14.622169,15.106816,15.874457,12.735076,12.706585,12.824554,12.980616,12.916073,12.930036,13.037114,13.073151,13.200839,13.219672,13.250956,13.412328,13.702287,13.838003,14.245073,15.281502,15.429521,15.468742,15.638431,15.69275,15.832527,16.035774,16.195757,16.302149,16.375683,16.367399,16.238205,16.69013,16.806355,16.871241,12.645457,12.462955,12.350389,12.260556,12.048495,11.846365,11.740102,11.759451,11.88992,12.025919,12.11226,12.351915,12.797139,13.471526,13.805737,11.415881,11.421643,11.494331,11.617647,11.607659,11.748186,11.863091,11.875017,12.00049,12.07954,12.224862,12.39003,12.840909,13.030037,13.304883,10.746977,10.799052,10.78455,10.828643,10.930098,11.056061,11.274203,11.266851,11.574885,11.849789,12.039923,12.445631,13.01228,13.370941,13.658212,16.127148,15.821357,15.714286,15.897271,15.955271,16.013781,15.924766,16.335886,16.529028,16.652191,16.677916,16.809395,17.525711,18.009802,18.347935,11.963881,12.066758,12.111709,12.191854,12.231221,12.353851,13.141209,13.08302,13.328732,13.517287,13.691788,13.839518,14.341652,14.72369,15.074987,13.527582,13.687885,13.884871,13.946157,13.962543,14.146529,14.268475,14.305746,14.331524,14.46876,14.576808,14.608735,14.85347,15.124977,15.219949,9.5404062,9.6372414,9.6296873,9.7081995,9.8079643,9.8850298,10.044216,10.080915,10.175747,10.20477,10.329609,10.364888,10.729979,10.932059,11.222765,11.314954,11.35675,11.39196,11.490875,11.580255,11.679762,11.833448,11.979524,12.209867,12.358452,12.595508,12.761395,13.174627,13.501106,13.726692,14.813258,14.858871,14.799081,14.669826,14.506474,14.671977,14.484468,14.420041,14.358765,14.758442,14.764202,14.826456,15.437369,15.65493,15.829466,11.344687,11.272727,11.282938,11.307104,11.156035,11.177658,11.181938,11.307725,11.466125,11.404799,11.382236,11.267157,11.70999,12.046845,12.308925,8.4891205,8.5923195,8.5458603,8.5465899,8.7045488,8.7704201,9.2160521,9.3844128,9.5860023,9.753624,9.9386225,10.303053,10.893597,11.259512,11.602083,11.587857,11.56155,11.547799,11.628983,11.463377,11.24536,11.414214,11.257051,11.353323,11.893687,11.832755,12.022725,12.00886,12.592467,12.939879,15.093182,15.206666,15.211584,15.093965,15.00117,15.186509,15.096806,15.134489,15.114267,15.230753,15.470009,15.714805,16.188532,16.632093,16.856117,12.031518,12.04047,12.129256,12.180146,12.241335,12.348173,12.5,12.703891,13.051677,13.258084,13.493246,13.963781,14.393557,14.773162,15.220937,11.644529,11.487125,11.333572,11.216063,11.05931,11.051723,12.033609,11.409819,11.096865,10.953225,10.957632,11.060233,11.418038,11.683966,12.089707,11.867917,11.827862,11.806834,11.773892,11.804304,11.91295,11.949095,12.09934,12.216679,12.256138,12.336431,12.380268,12.756324,13.016648,13.338585,9.7952013,9.9004774,10.053892,10.057155,9.8128614,9.9600782,9.9511843,10.414373,10.671606,11.108666,11.274128,11.30615,11.709072,11.791393,12.226738,13.849465,13.8345,14.244354,14.368099,14.288913,14.586637,15.131405,15.423669,15.496821,15.389329,15.532915,16.335115,17.187292,17.64522,18.212765,13.058641,13.048508,13.076978,13.113265,13.076833,13.093521,13.050429,13.15054,13.427382,13.589382,13.704763,13.856512,14.257376,14.472741,14.906809,14.398832,14.851485,14.44421,14.39586,14.067635,14.480904,14.556621,14.472687,14.730538,15.26818,15.177883,15.416068,15.816893,16.036991,16.568525,14.974922,14.894636,14.684373,14.550933,14.599503,14.438581,14.166787,14.194484,14.333961,14.440573,14.356674,14.248792,14.587019,14.653893,15.171146,16.545261,16.348003,16.317364,16.270668,16.347338,16.238918,16.498289,16.687422,16.833858,17.091616,17.144745,17.475847,17.919598,18.152525,18.593464,13.725141,13.462104,13.350444,12.96017,12.797143,12.525948,15.890841,12.243256,10.39856,9.6386642,9.1317129,8.8906889,9.1305504,9.2745743,9.819622,9.0132599,8.9618464,8.990777,9.0883293,9.1791992,9.2461023,9.5437813,9.5290442,9.6503925,9.7858458,9.9581213,10.218644,10.744841,11.103937,11.525212,12.353053,12.7233,12.33006,12.560431,12.741752,12.584355,13.21129,13.514002,13.4792,13.950152,13.984828,15.358766,16.026453,16.671278,17.593376,11.155134,11.352214,11.457993,11.789038,11.997739,12.140755,12.479511,12.488721,12.550351,12.604022,12.830292,13.549067,14.122208,14.437613,15.105713,7.8292637,7.927948,8.0040112,8.1121941,8.2660303,8.3958845,9.0768776,9.2854433,9.6857576,10.007338,10.302752,10.81933,11.43796,12.082168,12.599092,13.403111,13.290363,13.266365,13.341722,13.323943,13.414809,13.594823,13.585173,13.617681,13.697584,13.730918,13.915295,14.204082,14.515607,14.815699,10.149641,10.208082,10.217762,10.373469,10.489609,10.643415,10.87689,10.978409,11.176176,11.417588,11.680775,11.948912,12.530829,12.823274,13.258912,11.10216,11.379232,11.617617,11.756972,11.880723,12.221069,12.330108,12.409433,12.604872,12.802698,12.944539,13.206954,13.816552,14.034793,14.465551,10.078541,10.248336,10.357697,10.385595,10.447246,10.5692,11.427265,11.684358,12.006001,12.422153,12.696105,13.083717,13.820693,14.370026,14.873444,10.63684,10.475423,10.407664,10.406428,10.397304,10.554554,10.854323,10.909994,11.104273,11.24999,11.41116,11.58638,12.12724,12.452457,12.829663,15.608263,15.914114,15.121952,15.603434,15.522904,15.877193,15.352334,16.216215,16.648066,16.701185,16.880138,18.029886,18.907478,19.372694,19.700125,9.8037348,9.9149685,10.019111,10.148037,10.382739,10.53232,10.687856,10.780256,10.987591,11.084351,11.228221,11.519825,12.028205,12.303558,12.572746,14.897637,14.782951,14.886846,14.89212,15.024696,15.207556,15.611501,15.638998,16.067495,16.272282,16.480619,16.937538,17.737926,18.253614,18.41555,13.4636,13.591679,13.441195,13.403587,13.254586,13.226337,13.06129,12.926893,12.758398,12.890923,12.960221,13.011453,13.355049,13.596492,13.926879,7.9307599,7.8949356,8.2264576,8.4347219,8.4549236,8.5855465,8.8359814,8.9766245,9.5715208,9.3805866,9.4259892,9.6937609,9.7097597,10.176606,10.48126,14.314002,14.257137,14.17701,14.280552,14.256194,14.057487,14.146201,13.979213,14.112766,14.29055,14.507463,14.714244,15.410842,15.922673,16.330719,16.31175,16.32505,16.292446,16.340425,16.400536,16.469673,16.493673,16.455482,16.675558,16.717318,16.785151,16.834446,17.554453,17.839487,18.107557,9.7603931,10.021656,10.146323,10.15582,10.21815,10.433672,10.645902,10.602139,10.751763,10.98407,10.954552,11.142952,11.617567,11.81019,11.996818,15.628817,15.808186,15.963408,15.804195,15.813141,16.173273,16.04928,16.501537,16.778065,16.393019,16.879641,16.879396,17.488905,17.566387,17.563812,7.1970949,7.4841604,7.4395375,7.686285,8.013072,8.087616,8.852313,9.0130949,9.456459,9.8024168,10.134529,10.712439,11.570355,12.12966,12.666796,14.016412,14.050187,13.879588,13.894216,13.91124,13.719765,14.090331,13.901719,13.897909,14.110311,14.397855,14.852008,15.23126,15.767747,16.18066,14.380079,14.271053,14.055376,13.948558,13.861154,13.651353,13.64007,13.659863,13.845074,14.000742,14.141029,14.347831,14.937986,15.499465,15.997878,17.040285,17.278858,17.402868,17.407875,17.464603,17.549156,17.821688,18.020657,18.40589,18.701044,19.008646,19.367773,19.997456,20.574238,21.321781,13.286285,13.280252,13.222046,13.179706,13.272224,13.292914,13.349381,13.571226,13.846324,14.047289,14.294545,14.590922,15.312757,15.847097,16.445681,14.265373,14.599575,14.737333,14.517418,14.217835,14.626481,14.861766,15.322265,15.715125,16.254589,16.861902,17.105093,17.901678,18.651524,19.227968,15.99669,16.008751,16.049076,16.089006,16.122955,16.261978,16.489843,16.889502,17.439444,17.849869,18.234493,18.752979,19.788076,20.671534,21.471373,14.186232,14.190334,14.222964,14.173736,14.078619,14.089304,14.263259,14.515242,14.859144,15.244421,15.557175,15.834463,16.543232,17.13427,17.673889,17.226339,17.134689,17.099707,17.131681,17.2607,17.312859,17.603979,17.976524,18.503418,18.848312,19.11624,19.772247,20.835121,21.629873,22.315193,18.176693,18.361399,18.40028,18.562109,18.683779,18.795893,19.175451,19.524914,20.185228,20.865221,21.483183,22.320438,23.584602,24.485674,25.268677,16.06403,16.168392,16.191824,16.019642,15.668657,15.773564,15.819375,15.978332,16.250988,16.727379,17.081659,17.308525,18.09186,18.755888,19.317289,13.085686,13.033331,13.092506,13.151473,13.229938,13.310313,13.507125,13.701455,14.041024,14.251155,14.492782,14.767718,15.440051,15.977645,16.525873,17.349957,17.781782,17.92808,17.983135,18.184416,18.144659,18.344036,18.657984,19.168472,19.858889,20.229073,20.859497,21.935261,22.859802,23.573944,12.380601,12.581038,12.693769,12.917755,13.288088,13.428084,14.247109,14.519365,15.128277,15.848962,16.405497,16.944902,17.87891,18.730909,19.50489,14.300035,14.412926,14.316795,14.486911,14.672303,14.852713,14.940127,15.232849,15.723679,16.098572,16.360016,16.68528,17.516151,18.230326,18.81389,13.59583,13.680175,13.779799,13.851707,14.025492,14.209841,14.583495,14.861552,15.470527,15.894176,16.208345,16.652927,17.633757,18.529638,19.664318,17.327902,17.522911,17.663816,17.77984,17.918385,18.100782,18.25766,18.522619,18.874104,19.322704,19.548323,20.103329,20.772472,21.349464,21.959641,13.581594,13.498309,13.528593,13.58788,13.653955,13.781603,14.034457,14.269158,14.651151,15.089354,15.433332,15.73146,16.567186,17.315611,18.030188,17.930859,17.839651,17.751064,17.822237,17.745403,17.7253,17.723709,17.687277,17.926525,17.831985,17.893658,17.896021,18.492336,18.858727,19.143108,9.9845428,10.039333,10.105687,10.253482,10.404299,10.592807,10.80263,11.055267,11.451654,11.673663,11.864101,12.120884,12.698748,13.074906,13.413864,14.619678,14.586493,14.579036,14.54325,14.543883,14.472254,14.379646,14.390514,14.529376,14.576806,14.635929,14.693253,15.089067,15.46273,15.789194,8.8727074,8.9124298,8.9079638,9.0908003,9.1559906,9.3146687,9.60215,9.893075,10.242858,10.647749,10.931456,11.373309,12.010261,12.497513,13.003246,13.54919,13.456765,13.409197,13.226197,13.248296,12.967915,12.985037,12.866749,13.024892,13.119075,13.39256,13.800224,14.466063,14.988205,15.382014,10.793376,10.836358,10.830748,10.818582,10.905043,11.084528,11.526804,11.922457,12.424671,12.805038,13.087101,13.561247,14.292123,14.864445,15.341539,10.480289,10.488733,10.424047,10.473368,10.482127,10.490933,10.663726,10.845345,11.30577,11.540827,11.77482,12.130573,12.827341,13.307026,13.776864,7.8289852,7.8720593,7.9263582,7.9906321,8.0478754,8.0405598,8.2173929,8.5117121,8.900218,9.2373142,9.461132,9.7685318,10.288734,10.651781,11.010621,17.700533,17.492741,17.326214,17.173828,17.03339,17.067659,16.908167,16.82519,17.221092,17.523869,17.730474,18.027773,18.830629,19.338999,19.740524,9.6615334,9.6651268,9.6441584,9.7485352,9.7839069,9.8656874,10.098523,10.339704,10.634753,10.925687,11.121125,11.419158,11.988195,12.497563,12.936852,14.990952,15.218703,15.233268,15.512557,15.540518,15.776353,16.200617,16.372562,16.812256,17.133852,17.426737,17.880157,18.649452,19.328882,20.005396,10.193497,10.4039,10.488237,10.593273,10.703899,10.810731,11.145159,11.492588,11.932251,12.245317,12.517079,12.845852,13.515416,14.049511,14.566972,7.4790659,7.612133,7.7204356,7.9255738,8.1701565,8.3815479,8.6970596,9.0175734,9.5001888,9.8643045,10.133299,10.56032,11.160089,11.748401,12.242432,19.327862,19.43611,19.621458,19.774416,19.78681,19.796904,20.327503,20.342407,20.580645,21.23485,21.788151,22.142611,23.049591,24.06884,24.710756,11.245069,11.25522,11.286069,11.380036,11.486999,11.585611,11.702098,11.871065,12.09984,12.240501,12.339851,12.496626,12.891765,13.303354,13.641171,7.7771316,7.8906479,7.9738879,8.0573225,8.1571016,8.3186941,8.3560905,8.624382,8.9647093,9.2535172,9.4781866,9.8118658,10.264323,10.760957,11.219263,12.88178,12.910576,12.733986,12.685406,12.825651,12.885759,13.054511,13.519788,13.934514,14.550198,14.971085,15.459416,16.185532,16.793451,17.417807,9.0926962,9.2367496,9.1617584,9.1733179,9.2539511,9.3670959,9.4376278,9.5925407,9.8684273,10.120748,10.281134,10.552149,11.003587,11.550544,11.999094,14.164307,13.888778,13.562586,13.531186,13.523462,13.418369,13.44734,13.345141,13.541588,13.74456,13.874099,13.949338,14.50563,14.913459,15.383116,20.401239,20.645029,20.997459,21.06361,21.305841,21.527607,21.710812,22.164824,22.891146,23.4345,23.780199,24.423199,25.524925,25.960423,26.669329,14.178613,14.138987,14.09839,14.044508,13.897994,13.72146,13.7172,13.71115,13.9793,14.181405,14.365877,14.402059,14.901175,15.3977,15.781373,12.766935,12.626551,12.550907,12.488837,12.4188,12.45622,12.483486,12.643846,12.690632,12.87155,13.07427,13.168226,13.618649,14.045328,14.327687,20.099085,20.255175,20.60018,21.028189,21.290556,21.579882,21.705671,22.033731,22.523243,22.974686,23.281679,23.519005,24.298267,24.958742,25.407753,13.183,12.999019,12.713467,12.511108,12.226259,12.048073,11.710344,11.602015,11.682984,11.709903,11.74718,11.686523,11.826467,12.070634,12.265777,23.044331,22.963404,22.862555,22.912159,22.932348,23.109077,23.303808,23.704094,24.221205,24.681242,24.999884,25.343761,26.372168,27.122528,27.833134,17.9522,17.837196,17.819349,17.753311,17.73498,17.7327,17.799313,17.942419,18.19718,18.414799,18.626852,18.90078,19.672585,20.262863,20.894489,14.094925,13.896805,13.736524,13.662016,13.543155,13.555002,13.549635,13.655719,13.890414,14.067719,14.232828,14.432128,14.963277,15.340358,15.678854,14.314116,14.304437,14.339232,14.363403,14.295721,14.203137,14.637239,14.99466,15.652121,16.099676,16.283699,16.91247,18.191566,18.921597,19.849884,13.841729,13.673676,13.568105,13.519351,13.496752,13.503376,13.555463,13.662503,13.862255,14.030437,14.156966,14.282635,14.801664,15.192225,15.554987,14.222552,14.120213,14.01179,13.892563,13.825391,13.908095,14.101635,14.352375,14.585516,14.941449,15.282546,15.576906,16.455961,17.318514,18.163746,14.488986,14.358338,14.226863,14.098069,14.001575,13.941975,13.838728,13.902312,14.093405,14.13683,14.197783,14.29473,14.717223,14.968642,15.190198,12.043528,12.033334,11.978939,11.943397,11.866932,11.91057,11.935863,12.058632,12.31101,12.490026,12.708895,12.900829,13.541264,14.038643,14.684121,12.77589,12.72548,12.738204,12.75959,12.794881,12.831955,12.803668,12.858603,12.98569,13.036304,13.132599,13.164106,13.494719,13.756134,13.977221,10.533515,10.70632,10.73671,11.10188,11.23099,11.15119,10.763429,10.98648,11.229105,11.647922,12.161497,12.562863,13.144904,13.388884,13.446077,14.402064,14.288579,14.227204,14.202826,14.172809,14.111072,14.07148,14.139894,14.272566,14.414506,14.529817,14.663908,15.082351,15.36629,15.656977,11.805387,11.766501,11.775138,11.829549,11.917692,12.090472,12.416722,12.747951,13.254659,13.63057,13.940458,14.327177,15.1016,15.711912,16.230944,11.034797,10.79528,10.65856,10.625036,10.606389,10.590882,10.483242,10.442795,10.460253,10.436686,10.545634,10.526109,10.654874,10.767869,10.902575,13.022782,12.810246,12.651043,12.52576,12.459263,12.364051,12.341201,12.434794,12.602058,12.707183,12.800902,12.922949,13.393434,13.763192,14.064778,24.338444,24.937849,25.54007,25.959114,26.808622,27.611357,28.244804,29.030844,29.7714,30.569061,31.394709,32.50116,33.57217,34.203556,34.743492,17.343925,17.727968,18.189266,18.320612,18.73967,18.727293,19.066792,19.68504,20.18244,20.709234,20.563969,21.488382,22.32519,22.954617,23.730427,11.097787,11.065784,11.06901,11.207781,11.198911,11.30925,11.60801,11.991707,12.435813,12.754827,12.994268,13.672554,14.223668,14.712032,15.070817,17.195944,17.155779,17.15984,17.385803,17.533756,17.757591,18.067463,18.323393,18.795444,19.213577,19.516407,19.72599,20.462713,20.984634,21.473473,17.41317,17.577177,17.793295,18.152431,18.377777,18.943985,19.457945,20.067635,20.85915,21.53303,22.182514,23.007828,23.949095,24.836348,25.207588,16.593357,16.866211,17.286169,17.760708,17.859646,17.977068,18.699905,19.505087,20.148668,20.470356,20.293692,20.582586,21.308725,21.985861,22.54339,16.169014,16.215305,16.267296,16.082497,16.332733,16.246752,15.995526,16.528555,16.844254,17.004732,17.254635,17.312925,18.014917,18.52491,19.136875,11.798492,11.826929,12.042507,12.254184,12.390475,12.52411,12.801543,13.191816,13.683348,14.168726,14.606057,15.197558,15.930252,16.49645,16.929726,14.787825,14.853054,14.851494,14.983707,15.050295,15.14588,15.343433,15.586506,15.918575,16.117613,16.284597,16.62837,17.229115,17.731258,18.274733,17.507769,17.932079,17.882452,18.092697,18.277842,18.308187,18.402641,19.218496,19.816162,20.308586,20.684729,21.667814,22.852213,23.560181,23.867468,14.435807,14.536497,14.547584,14.660604,14.771944,14.959309,15.142475,15.403678,15.777101,16.067848,16.322821,16.349754,16.871456,17.392817,17.78569,13.118257,13.264931,13.288033,13.386889,13.536792,13.613507,13.86604,13.982217,14.20365,14.511437,14.766157,15.269836,15.814485,16.250488,16.517817,13.67325,13.708218,13.670082,13.656251,13.769785,13.783772,13.900397,14.109405,14.364262,14.616914,14.813481,14.970693,15.49833,15.923188,16.413616,13.617878,13.97023,14.257191,14.690149,14.981832,14.897437,14.91718,15.175873,15.534128,15.826363,16.00889,17.010447,17.97986,18.622911,19.308546,14.932559,15.126528,15.360561,15.474939,15.815195,15.998342,16.541639,17.045925,17.595129,18.156361,18.709703,19.152699,20.098961,20.714287,21.443583,17.90049,18.031322,18.041124,18.114717,18.392832,18.5818,19.097948,19.713579,20.465256,21.052031,21.558104,22.25135,23.146748,23.924585,24.62916,12.678465,12.835558,12.849696,12.970172,13.024767,13.200821,13.410668,13.504095,13.832905,14.210956,14.639137,14.726749,15.209086,15.834928,16.103863,17.230398,17.503582,17.6901,18.21192,18.456366,18.52623,18.723902,19.063566,19.578934,19.882681,19.979305,20.024546,20.784071,21.322519,21.780241,10.892034,10.933765,11.006568,11.02557,11.078536,11.203627,11.554452,11.885001,12.29442,12.614262,12.91332,13.565861,14.243491,14.751463,15.294817,16.689964,16.960812,17.250637,17.638216,17.819204,18.068834,18.373638,18.934626,19.778845,20.399803,20.823538,21.091635,22.195227,23.148281,23.99214,16.986664,16.969965,17.083551,17.307442,17.490753,17.542521,17.697504,18.175287,18.565052,18.985943,19.19331,19.220982,19.895245,20.630871,21.33946,18.073563,17.987175,17.643141,17.588984,18.710293,18.605682,18.964046,19.110151,19.1646,19.065145,19.045612,18.947529,19.492657,19.970812,20.426254,11.386539,11.474707,11.588558,11.817163,11.973069,12.150121,12.446015,12.74479,13.133557,13.690776,14.052561,14.475075,15.208798,15.762013,16.363401,14.312911,14.213387,14.151615,14.202827,14.306604,14.581812,14.90008,15.417455,15.938147,16.386389,16.677374,17.155846,18.041958,18.845268,19.722891,11.637546,11.773799,11.805382,11.857212,11.925185,12.062381,12.227426,12.562399,13.047414,13.421373,13.716505,14.021632,14.667672,15.208025,15.664003,18.345007,18.527199,18.681318,19.040001,19.565458,19.781698,20.238718,20.962526,21.652027,22.309425,22.804283,22.865877,23.88007,24.391006,25.071707,22.608747,22.774244,22.800966,22.442339,22.17248,21.932068,21.598598,21.622766,21.746773,21.568029,21.408537,21.617765,22.132835,22.414228,22.9366,13.080098,13.351686,13.35835,13.355483,13.462933,13.614262,13.792574,13.961369,14.37089,14.707205,15.021311,15.175067,15.858318,16.466064,17.096569,13.540686,13.597987,13.618365,13.517134,13.641594,13.693826,13.990728,14.230338,14.40361,14.629301,14.787687,15.190623,15.627453,15.885139,16.431677,13.32177,13.390106,13.457738,13.566587,13.704845,14.070267,14.231878,14.477353,14.983706,15.438108,15.770856,16.161898,16.759933,17.162739,17.610035,15.462685,15.335705,15.192871,15.105884,14.994192,14.830379,14.640011,14.752086,14.738785,14.882621,14.986643,15.05624,15.515789,15.806249,16.069715,19.444059,19.672819,19.716682,19.817064,20.011995,20.250208,20.507523,20.917316,21.28701,21.512518,21.759132,21.877481,22.420006,22.859978,23.405649,9.409935,9.375145,9.3656702,9.3797293,9.3848076,9.4674349,9.5755463,9.7197075,10.042834,10.285913,10.515221,10.611019,11.129447,11.51144,11.902358,10.043427,10.0356,10.035564,10.097051,10.227379,10.255618,10.315085,10.509441,10.856722,11.210812,11.387828,11.679324,12.245153,12.694272,12.953546,21.639717,22.007793,22.555445,23.02656,23.443783,23.480528,23.71134,24.337358,25.035793,25.632307,26.143461,26.592287,27.229012,27.52623,27.899651,25.217459,25.623108,26.056614,26.034101,25.609953,25.853029,25.391901,25.478125,25.925007,26.298185,26.276134,26.48736,27.313576,27.867571,28.282118,9.0457726,8.8882313,8.8788576,8.7921734,8.7405128,8.769989,8.8788729,9.0245171,9.3555269,9.5478821,9.7364006,9.884511,10.227804,10.614952,10.957356,12.863706,12.831409,12.766248,12.810961,12.845689,12.845988,12.917796,13.19038,13.604228,13.929451,14.184056,14.462404,15.069596,15.530033,15.941212,11.391668,11.332473,11.266156,11.281035,11.410899,11.502144,11.587039,11.789464,12.032228,12.163535,12.321228,12.402162,12.804694,13.137632,13.486258,13.792068,13.880163,13.991406,14.136216,14.247127,14.331741,14.659686,15.171038,15.747179,16.239912,16.568323,16.947571,18.02751,18.488512,18.989527,10.365026,10.292762,10.239511,10.268633,10.305079,10.314922,10.403383,10.559844,10.789441,10.980036,11.158634,11.272613,11.611723,11.89931,12.210877,20.360598,19.567139,19.693556,18.951242,19.388235,19.92263,21.13081,21.673004,22.180275,23.228531,23.328724,27.21973,28.78513,30.009192,30.950228,19.73011,20.272633,20.737488,20.773405,21.136345,21.344978,21.576834,22.06637,22.75346,23.065643,23.609179,24.584312,25.56175,25.864491,26.152493,9.5931845,9.7573566,9.9039268,10.149824,10.380247,10.621437,11.069789,11.642708,12.240585,12.909184,13.386238,13.872393,14.731951,15.321896,15.884534,17.387215,17.775709,18.101124,18.584801,19.104259,19.625912,20.258503,20.885872,21.807556,22.707603,23.483068,25.028858,26.471811,27.235043,27.74173,12.676014,12.682432,12.628996,12.71449,12.782565,12.945041,13.159318,13.427506,13.920271,14.30424,14.666759,14.957918,15.764811,16.250025,16.781736,8.337491,8.4145489,8.6496696,8.9514875,9.1135273,9.3754015,9.8832722,10.357168,10.962571,11.532345,12.006277,12.651467,13.384898,14.045197,14.656199,15.415359,15.502892,15.898092,15.929459,15.796344,15.99119,16.864609,16.816374,17.125748,17.538555,17.822533,18.237547,19.42136,19.546221,20.0872,18.261015,18.647802,19.027719,19.088881,19.429897,19.998274,20.280634,20.94689,21.843884,22.304865,22.325539,22.915726,23.852716,24.868921,25.40687,13.65171,13.549204,13.475175,13.424685,13.414815,13.391854,13.485207,13.65892,13.949039,14.149517,14.328294,14.495357,14.931633,15.222971,15.529759,18.042179,18.091002,18.187653,18.258316,18.356756,18.607515,18.848457,19.428162,19.859776,20.299782,20.718277,20.928539,21.809397,22.453571,23.360773,13.549826,13.576262,13.66517,13.71093,13.748857,13.946949,14.013211,14.176408,14.462195,14.573504,14.695148,14.859456,15.498503,16.058857,16.552643,16.765432,16.856892,16.835522,17.191578,17.429443,17.562962,17.711296,17.957121,18.410772,18.86516,19.250723,19.514153,20.17296,20.677624,21.170013,13.161325,13.189279,13.153534,13.425596,13.559561,13.619837,13.874894,14.35741,14.872432,15.170926,15.4094,15.422863,15.981525,16.491796,16.869951,17.356909,17.242748,17.240139,17.374084,17.345018,17.557344,17.78359,18.016611,18.390427,18.799236,19.192297,19.663086,20.46488,20.959797,21.655161,11.993294,12.13267,12.362546,12.605342,12.913702,13.22769,13.492168,13.877991,14.255129,14.539867,14.849508,14.965199,15.457806,15.841987,16.377773,14.777104,14.825223,15.085567,15.255139,15.521914,15.722897,16.060627,16.230261,16.482567,16.988857,17.343224,17.791164,18.3554,18.680372,19.168669,11.12432,11.233359,11.372433,11.520098,11.583078,11.75988,12.053304,12.346177,12.842427,13.171062,13.452729,13.849606,14.597887,15.169747,15.697089,12.128358,12.217515,12.333126,12.466844,12.542137,12.698637,12.874966,13.209566,13.469003,13.827642,14.169433,14.410895,15.135571,15.637231,16.027027,23.900038,23.524881,23.939598,24.214987,24.385048,24.89728,25.224691,25.630253,26.033058,26.628548,26.841513,27.11829,28.144091,29.100811,29.444683,12.850655,12.783607,12.741092,12.72951,12.723778,12.694691,12.776467,12.921755,13.180057,13.416688,13.603343,13.908875,14.394959,14.650462,15.080092,12.801218,12.846965,12.943302,13.22954,13.401121,13.497936,13.879928,14.215051,14.717311,15.225389,15.584898,16.082863,16.752169,17.253822,17.90197,11.309644,11.329738,11.395551,11.478204,11.561688,11.685407,11.932817,12.274161,12.693397,13.005105,13.263792,13.580211,14.156892,14.574763,15.028587,14.021262,14.193955,14.277336,14.486936,14.577587,14.779565,15.139718,15.628785,16.297935,16.722057,17.097273,17.208614,18.064074,18.729008,19.12203,18.862276,18.979208,18.949293,19.126875,19.289892,19.256037,19.738218,20.067453,21.114918,21.499817,22.02747,22.456465,23.347647,23.665346,24.345551,21.916933,22.312452,22.565567,22.927086,23.235962,24.040678,24.347466,25.05257,25.339497,25.893381,26.006514,27.426672,29.478777,30.610626,32.153297,14.207673,14.406417,14.414642,14.7097,14.93539,15.196693,15.527274,16.007051,16.524385,16.801292,17.063728,17.191231,17.84655,18.513741,19.14535,20.347103,20.534294,20.769232,20.750505,21.357136,21.629337,22.222223,22.436111,23.161888,23.414019,23.34766,24.028677,24.578146,25.632759,26.179642,13.761038,14.003944,14.133663,14.382722,14.756365,15.021408,15.275146,15.765201,16.27697,16.730053,17.068623,17.52103,18.313374,18.874104,19.628956,10.10607,10.120941,10.217039,10.312295,10.407907,10.504542,10.696387,10.908448,11.167365,11.51176,11.794891,11.931509,12.437689,12.814194,13.193154,22.485743,22.623135,22.785076,23.140903,23.596695,23.929077,24.418106,24.817099,25.457996,25.834877,26.145998,26.765263,27.591463,28.183907,28.693508,23.887974,24.053791,24.292334,24.192305,24.426682,24.783861,25.226917,25.87487,26.754105,27.580717,28.048632,28.167912,28.85667,29.52393,29.883814,13.522218,13.533849,13.55035,13.633685,13.748927,13.914394,14.076241,14.365671,14.850519,15.109418,15.309813,15.569133,16.152958,16.673782,17.252052,12.250564,12.229516,12.223186,12.296104,12.396635,12.593857,12.848163,13.265404,13.720858,14.181367,14.573467,14.975262,15.648182,16.139282,16.661772,12.964149,12.98154,13.286781,13.389349,13.426484,13.516291,13.760525,13.963016,14.256721,14.653923,14.899938,15.097089,15.638278,16.074827,16.457788,15.443886,15.641983,15.809694,16.075983,16.124079,16.285656,16.381325,16.639406,17.042805,17.454235,17.627363,17.973452,18.628054,19.003294,19.463652,18.620304,18.61672,18.98605,19.215553,19.705421,20.101067,20.556673,21.251274,20.233738,20.843643,21.241444,21.492573,22.571772,23.158022,24.048464,12.000446,12.002889,12.074222,12.179469,12.303858,12.478524,12.766512,13.151355,13.543895,14.030547,14.364219,14.735653,15.410934,15.905989,16.416264,12.852998,12.985228,13.152781,13.466941,13.563456,13.749891,14.219098,14.612815,14.964964,15.493462,15.899822,16.28755,17.167452,17.708679,18.324596,12.291126,12.345614,12.339633,12.251045,12.284926,12.389461,12.611175,12.904657,13.191984,13.511184,13.846376,14.167348,14.935289,15.435876,15.996914,8.1480522,8.1846638,8.2289801,8.3051224,8.4175453,8.5938272,8.8326778,9.1288986,9.5742035,9.8989868,10.160734,10.467328,11.035468,11.510377,11.993983,12.071134,11.99902,11.913835,11.867883,11.849453,11.861317,11.867953,12.036295,12.341171,12.536952,12.726094,12.799281,13.178921,13.519977,13.796313,14.064905,14.079024,14.154442,14.130608,14.333816,14.362329,14.50972,14.771822,15.315123,15.561271,15.921172,16.091637,16.823635,17.401194,17.535387,23.066353,23.196817,23.335041,23.91263,24.082855,24.161613,24.674452,25.465689,26.172209,26.917368,27.273849,27.407637,28.517637,29.476023,30.156609,7.1152182,7.3285155,7.5279722,7.772644,7.9714379,8.1061821,8.452981,8.7881832,9.1528797,9.4865532,9.7705412,10.198061,10.855274,11.395847,11.920396,16.658937,16.29705,16.232903,16.310331,16.189722,16.272478,16.526812,16.669779,16.87756,17.098158,17.312422,17.721441,18.259184,18.796291,19.301569,11.628842,11.698758,11.751809,11.800571,11.888361,12.039813,12.181303,12.312562,12.739929,12.840862,12.967788,13.129185,13.705808,13.989022,14.389671,10.94575,10.832909,10.717945,10.758977,10.892318,10.930525,11.072122,11.158471,11.3089,11.61695,11.893816,12.203285,12.772305,13.180902,13.537362,24.060932,23.793589,23.709705,24.240801,24.522409,24.738293,24.893023,25.288857,25.243994,25.354778,25,25.057426,25.338755,25.77239,25.658535,12.093663,12.031756,11.846999,11.772039,11.77177,11.542441,11.276596,11.238584,11.433344,11.624321,11.833443,11.889112,12.187438,12.624187,12.925783,17.520557,17.611021,17.624977,17.859013,17.970449,18.10358,18.158617,18.38117,18.594183,18.814213,18.946066,19.117018,19.556831,19.818037,20.015816,15.136547,15.063843,14.938913,14.776714,14.724594,14.548841,14.636053,14.764712,14.857371,14.925289,15.051272,15.032127,15.547503,15.980548,16.255991,7.4432192,7.4165463,7.4370303,7.5648994,7.5503588,7.6052756,7.911788,8.0611897,8.2725306,8.3719339,8.4926825,8.7394848,9.2522602,9.5807505,9.9490738,18.074894,17.961359,18.098589,18.165262,18.480486,18.582436,18.720875,19.448416,19.994432,20.75975,21.065519,21.840214,22.660896,23.407312,23.757835,20.096027,20.109247,20.280983,19.993652,19.766977,19.481758,19.257484,19.304895,19.30349,19.368931,19.321192,19.39669,19.700338,19.894207,20.223417,9.7954865,9.5937052,9.5515156,9.6741476,9.5772009,9.6493845,9.8631525,10.116225,10.622124,11.17214,11.636532,12.146924,12.842424,13.387805,13.946372,12.871287,12.839477,12.649694,12.563478,12.37911,12.246407,12.173155,12.230087,12.109156,12.022074,12.02292,11.883203,12.210634,12.442662,12.640134,17.499105,17.461832,17.095131,17.165241,17.210016,17.08181,17.484661,17.796511,17.958851,18.334297,18.530865,18.297726,18.96035,19.07962,19.474762,17.110853,17.264791,17.176607,17.652746,17.664093,17.720047,18.119001,18.458885,18.934349,19.738613,20.127611,21.272099,22.773808,23.81966,24.334673,22.191174,22.281713,22.645407,22.726521,22.903465,22.804379,22.487064,22.395302,22.075037,21.698763,21.242193,21.378078,22.084837,22.351122,22.538614,17.042984,17.049292,16.97683,16.97258,16.842928,16.929504,17.111814,17.329712,17.795683,18.195387,18.566473,18.821615,19.556433,20.163298,20.710218,7.4106889,7.5629396,7.7827139,7.9908133,8.195034,8.3898811,8.6902037,8.9892435,9.3460274,9.7063284,10.01779,10.443134,11.106255,11.634533,12.112368,12.040096,11.828016,11.765341,11.658334,11.528024,11.562065,11.718789,11.890073,12.079895,12.203202,12.217531,12.389775,12.681553,12.978189,13.171474,17.936865,17.885004,17.86554,17.989744,18.066851,18.151524,18.414524,18.594547,19.095491,19.384079,19.678782,20.139042,20.713598,21.138323,21.623459,22.251131,22.39312,22.184948,22.082161,22.148643,22.012455,21.907591,21.82704,21.960785,21.902941,21.789749,22.017212,22.278374,22.448835,22.492229,19.340649,19.165407,19.045826,18.83942,18.88805,18.705648,18.86138,18.755926,18.922396,19.004827,19.16139,19.444178,19.725122,20.007687,20.300787,18.927967,18.82737,19.074657,19.26259,19.450357,19.451805,19.540194,19.726444,19.936041,20.052376,20.215254,20.329334,20.707428,21.220837,21.497938,14.940889,14.90555,14.868565,15.003665,15.155861,15.311321,15.570858,15.630314,15.840938,16.194201,16.484966,16.937504,17.624239,18.023495,18.497034,22.825218,22.520365,22.668785,22.177679,22.303207,22.287106,22.082584,22.303682,21.920498,21.903021,22.013311,22.105614,22.994114,23.124477,23.203217,10.936637,10.838323,10.825266,10.848464,10.857863,10.882128,10.886042,10.956031,11.120771,11.236386,11.366567,11.500834,11.869153,12.179586,12.491492,16.01115,15.994562,16.245451,16.327669,16.367071,16.297962,16.441095,16.439768,16.994623,17.264185,17.437704,18.063118,18.577579,19.124056,19.351225,17.906635,18.221552,18.390011,18.646648,18.83514,19.00061,19.36511,19.733637,20.112061,20.491442,20.823114,21.510466,22.202114,22.933784,23.60342,10.839505,10.845566,10.700389,10.637931,10.729939,10.739012,11.015787,11.190369,11.653588,12.068555,12.425707,12.802343,13.426084,14.092992,14.546543,16.802877,16.902533,17.002415,17.083597,17.258768,17.535748,17.693953,17.976299,18.471863,18.712555,19.041805,19.247391,19.997789,20.439547,21.021179,20.427319,20.133308,19.57058,19.399666,19.190125,19.05616,19.446281,19.576166,19.876495,19.881277,19.961052,19.77817,19.860018,19.904427,19.918024,14.194534,14.286651,14.337498,14.530453,14.807214,14.797958,15.103912,15.453167,15.772603,16.226833,16.410635,16.9408,17.743448,18.074545,18.539433,14.972898,14.981101,15.201246,15.158108,15.12447,15.142092,15.314057,15.533514,15.82218,16.030245,16.200615,16.461206,16.762882,16.997553,17.338985,21.634981,21.684656,22.206896,22.054684,22.478563,22.410234,23.072062,23.362068,23.103598,23.087042,22.373926,22.636105,22.875526,22.957026,22.48987,18.022118,18.259699,18.605814,18.718225,19.182413,19.074436,19.350601,19.28261,19.72156,19.704731,19.573381,19.687359,20.398878,20.96516,21.70302,23.222042,23.224665,23.292358,23.521109,23.586134,23.514656,23.749157,23.709396,23.740124,23.733225,23.76347,23.783857,24.161167,24.650299,24.873096,20.20211,20.610138,20.659597,20.999821,21.27928,21.036861,20.908592,21.43902,21.605959,22.084253,22.361391,22.833626,23.463171,23.892494,24.538902,17.156864,17.565138,18.238558,18.393961,18.813906,18.724279,19.046516,19.667063,20.009691,20.281969,20.173267,20.528151,21.055288,21.435844,21.981108,14.081465,13.943245,13.95268,13.786702,13.770467,13.754812,13.820961,13.771079,14.053063,14.269744,14.448174,14.887267,15.446654,15.637651,16.004757,24.504139,24.798737,24.743917,25.249115,25.05702,24.777742,24.487757,24.575558,24.692606,24.847252,24.405973,25.046984,25.318634,25.206753,24.844934,14.549382,14.418623,14.179667,14.028935,13.870542,13.734213,13.603189,13.651932,13.60836,13.606022,13.690315,13.657686,13.991369,14.230453,14.38183,13.920927,13.948327,14.002485,13.978222,14.010522,14.055173,14.082016,14.2718,14.543435,15.004637,15.357123,15.825322,16.445469,16.864925,17.411051,16.547319,16.292459,16.781609,16.57077,17.238735,16.732916,16.714043,16.741405,16.728556,16.464439,15.661317,16.035675,16.775362,16.973564,16.723982,18.559147,18.888218,18.993851,19.072475,19.229221,19.648094,19.383799,19.231167,19.097477,19.223465,19.269562,19.324894,19.567282,19.803236,19.927921,19.86138,20.116278,19.830374,19.868923,20.032188,20.12059,20.415291,20.289301,20.407383,20.711882,20.777351,20.750509,21.121532,21.436615,21.676729,16.542213,16.420259,16.288982,16.096483,16.112068,15.874725,15.866165,15.926859,16.086807,16.370504,16.501396,16.769304,17.360207,17.63331,17.915155,16.095798,15.967636,15.559797,15.346209,15.180449,15.066499,15.265435,15.382258,15.826678,15.998775,16.172188,16.280327,16.890079,17.487038,17.969296,15.58817,15.37599,15.302876,15.412839,15.359044,15.271358,15.509097,15.637112,15.784411,15.960913,16.106493,16.281588,16.730635,17.07139,17.479601,19.472963,19.238808,18.901793,18.704016,18.413881,18.210508,18.040157,17.992346,17.955809,17.628067,17.467081,17.035793,17.330585,17.601,17.650059,21.195236,21.435627,21.707478,21.833868,21.771053,21.740107,21.882034,22.007282,22.307253,22.17535,22.349966,22.883215,23.060797,23.685751,23.913816,10.834671,10.60501,10.629806,10.538627,10.729475,11.024909,11.353409,11.541467,11.819224,11.875499,11.995119,12.4526,13.057335,13.547015,13.930902,17.372902,16.980862,17.20784,17.119078,16.893694,16.688396,16.449923,16.146311,16.188583,15.995872,16.041355,15.892874,15.889704,15.710081,15.660648,20.952766,21.083515,21.143326,20.951586,21.095505,21.15794,21.648447,21.297377,21.163403,21.261921,21.444202,21.353405,21.716867,21.66992,21.722115,10.80365,10.958915,11.04219,11.095613,11.227148,11.39582,11.656821,11.841228,12.092392,12.35638,12.593679,12.89403,13.31266,13.623801,13.966805,19.003733,19.104353,19.06542,19.130663,19.027025,19.2372,19.519503,19.949026,20.384462,20.762911,21.033146,21.368521,21.765989,21.971552,22.449759,15.791805,15.927616,15.763945,15.65716,15.498534,15.411687,15.416365,15.592485,15.778067,15.793267,15.961567,15.663937,15.928764,16.132917,16.329285,14.947194,14.919816,14.927426,14.978888,15.069026,14.995107,15.273735,15.340636,15.627744,16.004047,16.368958,16.64472,17.53149,18.031433,18.403242,21.434368,21.372032,21.414619,21.403437,21.452385,21.538136,21.198399,20.934874,20.537848,20.230673,20.056379,19.955912,20.046892,20.381136,20.288141,17.384655,17.294828,17.187803,17.00452,16.762615,16.614229,16.592878,16.710901,16.73777,16.602489,16.573957,16.528217,16.697893,16.908838,17.152647,21.369425,21.160225,21.167233,21.152985,20.924618,20.992641,20.802658,20.979525,20.885962,21.134674,21.260702,21.591429,22.269062,22.567345,22.753834,11.637669,11.487622,11.455381,11.447788,11.49462,11.605636,11.695477,11.744278,11.883911,11.967272,12.080028,12.090631,12.415401,12.655097,12.920841,18.953028,18.371168,18.087122,17.669262,17.703686,17.442139,17.169487,17.517714,17.402979,17.288136,17.079754,17.645626,18.06135,18.29178,18.611595,19.365419,19.512779,19.657913,19.698265,19.656862,19.484472,19.529747,19.691023,19.704403,19.692711,19.809441,20.067223,20.375624,20.436888,20.536463,19.760584,19.508293,19.301678,19.299397,19.278704,19.003923,18.877489,19.171751,19.345108,19.308994,19.448162,19.476236,19.882774,20.17173,20.382591,11.416803,11.373439,11.296448,11.248422,11.27257,11.291754,11.509071,11.728405,11.937647,12.129848,12.334185,12.638725,13.1806,13.633068,14.076723,20.467897,20.111387,19.704788,19.489149,19.334806,19.14916,18.932858,18.763037,18.620401,18.825113,18.995049,19.169262,19.729956,20.092476,20.544346,12.661721,12.731997,12.744551,12.815438,12.848297,12.774488,13.093382,13.390563,13.831189,14.081839,14.581326,14.506571,14.857806,15.284575,15.616265,16.059235,15.971624,15.846379,15.777005,15.706158,15.652354,15.56789,15.572415,15.78012,15.844314,15.926157,15.921399,16.42305,16.849552,17.206894,6.1792135,6.112298,6.0347095,6.0762658,6.0912037,6.2316947,6.5554938,6.8149939,7.2101603,7.483078,7.73487,8.0395842,8.4559937,8.8953199,9.2629242,7.121984,7.185576,7.2467194,7.5069213,7.6590137,7.8296108,7.6951437,7.8191886,8.0004578,8.1634045,8.2849445,8.5623722,9.1921167,9.6741314,10.178932,16.431221,16.226048,16.246334,16.159695,16.25444,16.078276,15.793985,15.75706,15.906564,16.202112,16.274189,16.420761,16.897213,17.081118,17.506882,10.993574,10.950082,10.986381,11.006423,11.066758,11.101944,11.333324,11.389513,11.733094,11.934855,12.121232,12.333005,12.726541,13.140999,13.461539,13.30453,13.307373,13.339938,13.2568,13.305785,13.46435,13.607102,13.780199,14.013349,14.161487,14.464359,14.674181,15.10936,15.56508,16.005465,16.984333,16.960352,16.968418,16.792358,16.729229,16.579994,16.661528,16.666668,16.527649,16.363636,16.493467,16.257071,16.267845,16.335314,16.263468,18.5567,19.019608,19.224115,19.174913,19.429438,19.751759,19.824093,19.795189,20.068233,20.12822,20.081966,20.291203,20.559776,20.978727,21.331781,16.065063,16.204664,16.020111,16.140108,16.218081,16.271132,16.466288,16.571981,16.826904,17.110189,17.45228,17.599678,18.166634,18.84236,19.135523,26.291534,26.74711,27.207941,27.066702,26.737276,26.784784,26.508564,26.557022,26.670334,26.361111,26.284584,25.782585,26.291216,25.835777,25.56768,14.960267,14.900753,14.968738,15.040557,15.13675,15.355201,15.701456,16.173761,16.427227,16.770958,17.07914,17.163034,17.797085,18.280272,18.724781,19.810841,19.982529,20.081224,20.267504,20.325975,20.117399,20.335644,20.455202,20.716555,20.918625,21.137859,21.160858,21.457253,21.496006,21.557497,14.14814,14.112696,14.186727,14.08117,14.21668,14.231646,14.19785,14.262896,14.535756,14.619883,14.788106,14.788732,15.346122,15.846048,16.23517,7.6349626,7.8414717,8.0758963,8.4101181,8.6562281,8.8524904,9.1825085,9.4474134,9.819293,10.209433,10.514812,10.962753,11.717553,12.285659,12.804829,18.653812,18.707827,18.861692,18.964334,18.776079,18.932936,18.793606,19.036596,19.073742,18.950853,18.921087,19.002863,19.119102,19.183784,19.363661,16.048342,16.354271,16.184475,16.039633,16.268223,16.012352,16.35117,16.84289,16.973724,17.370106,17.714199,17.876671,17.992138,18.134556,18.093624,13.044867,12.981308,12.99998,12.984064,13.110611,13.080227,12.940044,13.032972,13.108031,13.214189,13.421109,13.64999,14.162222,14.522507,15.0723,8.7921047,8.8467026,8.7124367,8.6159286,8.5590382,8.5864792,8.7436628,8.8456192,9.0808125,9.3480377,9.598938,9.9166555,10.401815,10.898584,11.216988,20.306925,20.23168,20.132702,20.084219,19.851784,19.848471,19.638,19.651976,19.936981,19.660822,19.549162,19.548508,19.511715,19.841818,20.183395,15.648542,15.492709,15.60332,15.488919,15.63215,15.859705,15.954245,16.041838,16.040945,15.985142,15.912684,15.786876,16.053221,16.364202,16.702677,14.829479,14.767167,14.845761,14.88372,14.855564,14.949003,15.145233,15.335445,15.530128,15.786047,15.929681,15.889229,16.36183,16.809559,17.075457,15.391998,15.492539,15.849564,16.108833,16.405489,16.288445,17.054321,17.02985,17.021915,17.682787,18.123569,18.768974,19.782507,20.133602,21.019665,17.262997,17.218678,16.998312,17.021933,16.875324,16.833635,17.034636,17.046795,17.210274,17.230125,17.251432,16.903961,17.573156,18.76684,19.53223,15.210356,15.513365,15.467267,15.669516,15.578198,15.384616,15.379172,15.599209,15.74866,15.467833,15.309633,15.692131,16.660885,17.511467,17.92589,11.047275,10.852654,10.801367,10.80548,10.945688,11.22435,11.331782,11.465701,11.717858,11.930334,12.042929,12.446022,12.808158,13.244547,13.6545,16.657804,16.589954,16.429625,16.611809,16.517466,16.597986,16.538435,16.529699,16.349249,16.472557,16.574179,16.646545,16.896854,17.187075,17.599186,13.582312,13.496588,13.873379,14.292476,14.48217,15.134154,16.147713,15.926623,16.336264,16.870993,17.00378,18.706963,19.522985,20.406189,20.994637,13.602106,13.552372,13.490725,13.736643,13.635876,13.920191,13.798827,13.654663,13.997393,14.421699,14.468697,14.591562,14.857504,15.251989,15.528057,14.873743,15.484548,15.790029,16.200043,16.819973,17.095058,17.18012,17.603687,17.936344,17.770523,17.308369,17.614853,18.257956,18.845238,19.145607,10.490163,10.530428,10.44604,10.551933,11.139993,11.647567,11.923151,12.06585,11.941649,12.024028,11.957317,12.351738,13.441433,13.947656,14.100468,15.026198,15.077466,15.262614,15.45692,15.572288,15.557528,15.633837,15.904371,16.002863,16.489714,16.357454,16.523617,17.25956,17.772078,18.476858,13.150473,13.22727,13.23415,13.605474,13.473596,13.824429,13.955249,14.19803,14.479357,14.309748,14.316956,14.664975,15.248331,15.765145,16.377897,12.232196,12.103937,12.0828,12.070211,12.038726,12.096861,11.898254,11.959297,12.124751,12.152949,12.183363,12.225487,12.515089,12.966858,13.284355,12.708181,12.634715,12.679926,12.84328,12.954007,13.080936,13.168585,13.150684,13.263926,13.60738,13.761468,13.94474,14.550549,14.953141,15.4102,12.874497,13.169874,13.207934,13.351984,13.781153,14.255648,14.323703,14.597643,14.785138,14.951834,15.067307,15.331386,16.010647,16.508509,16.941893,8.9123755,9.0052109,9.0891457,9.0802345,9.1628618,9.2582989,9.5200386,9.6012955,9.735363,9.9357567,10.165939,10.487015,11.02322,11.439223,11.814894,11.329221,11.212872,11.19943,11.151686,11.154017,11.137793,11.162403,11.175176,11.32406,11.455592,11.591868,11.678351,12.02299,12.303624,12.758176,15.200856,15.23051,15.362854,15.386502,15.507564,15.787518,16.064604,16.595224,16.506884,16.074951,16.123077,16.556042,17.066059,17.708994,17.942461,10.967441,10.987204,11.079703,11.157393,11.330317,11.512633,11.682723,11.767138,11.877619,12.482046,12.76999,12.998335,13.616705,13.846552,14.464355,10.086498,10.331797,10.514406,10.635742,10.718358,10.779487,11.374191,11.033682,10.935423,11.108035,11.250087,11.585579,11.954924,12.397274,12.926216,14.313471,14.206481,14.26997,14.323963,14.310143,14.224507,14.297838,14.273561,14.512931,14.793974,14.979443,15.349677,15.730025,15.998143,16.540451,13.940009,14.126595,14.261619,14.585336,14.821157,14.991093,13.987078,14.230225,14.717987,14.931793,15.264019,15.620393,16.339046,16.917442,17.295536,11.081122,11.152722,11.119727,11.329918,11.318512,11.580815,11.398174,11.339037,11.559362,11.676851,11.761323,11.96711,12.475993,12.824819,13.234687,10.970799,10.888524,10.745712,10.640981,10.483302,10.513401,10.44504,10.537182,10.712111,10.805648,10.836262,10.855576,11.23011,11.664699,12.007071,12.372473,12.270637,12.242645,12.025099,11.892185,12.018751,12.040939,12.252664,12.280436,12.512204,12.678413,13.205877,13.614655,13.03166,13.426626,11.984513,11.951864,11.878662,11.99884,12.338299,12.382194,11.869919,12.156011,12.155608,12.262268,12.532134,12.808411,13.072747,13.532238,14.170086,10.717449,10.616597,10.83499,10.974988,11.527854,10.406977,11.582778,11.920103,13.346483,14.483714,13.610315,14.378145,14.84375,14.437367,13.852814,14.190698,14.115177,14.108229,14.613217,14.559237,14.664144,14.829651,14.997207,15.381001,15.675768,15.821838,16.234516,16.742199,17.054758,17.453354,10.33639,10.505076,10.670367,11.024033,11.164646,11.373837,11.536578,11.610845,11.910792,12.158706,12.413206,12.804948,13.436909,13.799463,14.136703,13.898398,13.60395,13.78127,13.996079,14.44989,14.723365,15.01938,15.161217,15.264956,15.780674,16.045458,16.287653,17.298506,17.869061,18.058746,11.027049,10.92624,11.17717,11.345056,11.130137,11.665288,11.734013,11.874,12.589882,12.458556,12.772303,13.242672,13.310669,13.478433,13.968841,13.867033,14.09391,14.225006,13.979144,14.607176,15.102262,15.184097,15.483567,16.168091,16.450253,16.680038,17.626284,18.072689,18.502092,19.295429,14.190759,14.199368,14.184484,14.235978,14.137159,14.151902,14.188149,14.063811,14.282955,14.305412,14.432003,14.538433,14.892215,15.106816,15.53455,15.101025,15.141897,15.007051,14.769838,14.92299,15.022273,15.209343,15.172611,15.377213,15.656469,15.717715,15.787421,16.232136,16.767342,17.144815,9.8686752,9.8060675,9.8010731,9.9027662,9.9545889,9.9045296,10.024615,10.193884,10.279374,10.40632,10.497725,10.645021,10.806519,10.900612,11.265799,9.7485762,9.8564472,9.9063177,10.030199,10.113109,10.170508,10.374616,10.412412,10.600318,10.758899,10.82706,10.603781,10.974366,11.272654,11.592559,14.144127,14.14631,14.030701,13.926385,13.892768,13.936631,14.07453,13.982029,14.073936,14.024292,14.100887,14.047013,14.512592,14.769445,15.167542,13.295497,13.184738,13.374439,13.411675,13.666439,13.919218,14.081054,14.183853,14.534437,14.662172,15.008144,15.036704,15.533519,15.696466,16.110491,14.281626,14.042573,13.918845,13.835432,13.696201,13.599196,13.592988,13.394424,13.434288,13.148382,13.059561,13.345073,13.742036,14.118354,14.428011,11.471348,11.418007,11.47129,11.583634,11.794142,11.979014,12.095276,12.221794,12.529908,12.751711,13.00212,13.131133,13.610344,13.916638,14.296943,11.895242,11.793338,11.7863,11.64967,11.731635,11.712213,11.611836,11.669648,11.788532,11.852467,11.904541,11.953563,12.200919,12.272526,12.481761,13.940234,13.736894,13.662006,13.607926,13.660794,13.864525,13.863583,13.89325,14.033522,14.11532,14.227118,14.339016,14.721249,15.156052,15.555428,11.251605,11.294662,11.423283,11.588979,11.61326,11.783175,12.053,12.191053,12.432386,12.703015,12.868507,13.158293,13.612197,14.03673,14.411716,9.7470999,9.8211021,9.8332729,9.8628702,9.819768,9.8778963,10.116797,10.194579,10.231484,10.314549,10.444574,10.820857,11.382097,11.765821,12.290294,14.205965,14.241266,14.290221,14.405616,14.396689,14.494671,14.548705,14.547163,14.762348,14.774454,14.706643,14.948724,15.662697,16.017,16.687349,11.124443,11.063563,11.034092,10.889927,11.035834,11.425163,11.772144,11.832206,12.302214,12.529881,12.672488,13.191327,13.822339,14.351864,15.000968,14.014903,14.221813,14.330061,14.508845,14.692924,14.816891,15.0825,15.301834,15.331215,15.545654,15.763506,16.131239,16.82284,17.230301,17.580404,16.698309,16.816143,16.9076,16.957157,17.25906,16.864214,16.772898,17.031071,16.951298,16.916332,17.127426,17.357754,17.907196,18.185272,19.124624,14.190107,13.920975,13.692524,13.583504,13.442466,13.431412,13.028829,13.031055,13.250118,13.288879,13.460438,13.389882,13.822261,14.228967,14.64847,14.905236,14.911352,14.860652,14.737331,14.771302,14.52501,14.85743,14.887321,14.882614,14.947224,14.909291,15.342733,15.78923,16.02363,16.203703,12.835034,12.932282,13.027941,13.14728,13.080624,12.954147,13.237895,13.324917,13.778229,13.377984,13.413257,13.883246,14.306177,14.784339,15.709019,8.540884,8.6486359,8.7066641,8.6227655,8.7939701,8.934864,8.9230223,8.8720884,9.094039,9.170886,9.2342529,9.5541534,9.640523,9.8447485,10.281094,12.05387,12.15081,12.119111,12.027927,12.097634,12.267904,12.23743,12.268405,12.364345,12.56903,12.783861,13.03705,13.416405,13.899064,14.209668,12.657082,12.643888,12.726797,12.924272,12.976059,13.200627,13.52057,13.815495,14.05957,14.31577,14.673406,15.107265,16.047052,16.542271,17.129009,11.054408,11.196117,11.690647,11.890568,12.34366,12.781271,13.175732,13.267295,13.382508,14.05866,14.170339,15.140125,16.112215,16.6873,17.153614,14.168483,14.151114,13.992874,14.005537,14.077518,14.018764,13.97331,14.003139,14.092827,14.12526,14.358175,14.223488,14.725182,15.299945,15.660268,13.019617,13.06739,12.815839,12.718828,12.724572,12.580951,12.561001,12.619601,12.712468,12.751092,12.819915,13.250545,13.611202,13.79097,13.985084,13.876549,13.95961,14.032125,14.079888,14.291302,14.546235,14.813651,15.132046,15.19956,15.411106,15.804518,15.700455,16.356598,16.486284,16.953287,13.157633,13.112942,13.339439,13.457709,13.134611,13.596016,13.632327,13.859911,13.84543,13.987523,13.959453,14.05958,14.822413,14.912393,14.942678,9.5109892,9.7134056,9.9084644,10.016479,10.121668,10.287372,10.554528,10.721758,10.979186,11.244792,11.502768,11.769197,12.285656,12.780018,13.287322,12.418554,12.361852,12.541148,12.486668,12.4782,12.427993,12.385516,12.202307,12.128978,12.309171,12.472671,12.481453,12.938511,13.262918,13.677769,11.303681,11.550056,11.62302,11.88037,12.455091,12.808831,13.647912,13.745705,13.773839,14.361702,13.995485,14.520099,15.082516,15.467009,16.140881,13.110958,13.095411,13.126657,13.183279,13.102113,13.132848,13.265601,13.383251,13.532259,13.804886,14.030751,14.410991,14.814409,15.13433,15.5148,13.904338,14.214201,14.10089,14.107032,14.262681,14.052168,14.129178,14.336046,14.677271,14.969733,15.303766,15.911155,16.670748,16.922792,17.163532,11.219262,11.146497,11.071101,11.219613,11.542126,11.495161,11.585671,11.676095,11.712713,11.78194,12.062605,12.578125,12.942545,13.58499,14.229824,9.6791153,9.599906,9.5973396,9.5566912,9.5211592,9.7150421,9.7158651,9.6907482,9.8451691,10.137283,10.161191,10.630404,10.840241,11.16309,11.534407,13.130569,12.943061,12.64559,12.404126,12.368024,12.301277,12.275077,12.080625,11.855501,11.830211,11.67731,12.209416,12.860267,13.075028,13.477199,11.469169,11.523019,11.386561,11.452514,11.51923,11.435776,11.593201,11.649821,11.873715,12.157564,12.383976,13.016537,13.767939,14.35778,14.964901,14.418159,14.228514,14.04633,14.108315,14.025681,14.046248,14.113796,14.256991,14.316259,14.43327,14.680756,14.860457,15.261647,15.656313,15.783985,16.739742,16.713985,16.783327,17.026743,17.080177,17.02371,17.257002,17.307594,17.522024,17.716858,18.061651,18.364952,18.847233,19.216553,19.514702,10.084397,10.036109,9.4370356,9.3768482,9.1771841,9.0551558,9.2045135,9.4904633,9.3400555,9.4181557,9.517601,9.6691866,10.004787,9.9579916,10.260787,14.130434,14.016141,13.955116,13.911904,13.886333,13.944822,14.146924,14.2295,14.254949,14.344293,14.498197,14.628701,15.232248,15.47602,15.648964,14.100271,14.192141,14.338138,14.333179,14.724577,14.873019,15.178914,15.314213,15.177314,15.646564,15.899067,16.080826,16.790304,17.498489,17.623337,11.671842,11.650978,11.713326,11.700649,11.72085,11.80072,11.899272,12.120904,12.394494,12.651398,12.860361,13.1844,13.783429,14.111115,14.551975,11.49273,11.494422,11.630015,11.695826,11.724939,11.791238,11.867464,11.982513,12.186997,12.240861,12.318416,12.506196,12.884477,13.15943,13.562634,11.845188,11.967259,12.050799,12.448545,12.672647,12.815756,12.832172,13.169768,13.519057,13.721524,13.946873,14.37709,14.890419,15.440962,15.704815,16.455942,16.507317,16.469206,16.377937,16.237446,16.013628,15.9549,15.744893,15.650725,15.751674,15.753092,15.330701,16.016712,16.530838,16.611528,13.825555,13.89105,13.627508,13.254887,13.107512,13.494023,13.826897,13.813843,13.944936,13.768262,13.702387,13.802464,14.377841,14.794609,15.440538,15.402937,15.27133,15.574018,15.629419,15.825513,15.937292,16.148018,16.275629,16.234102,16.376036,16.624987,16.7596,17.369532,17.579775,17.391775,15.504763,15.431587,15.366467,15.371686,15.315177,15.209185,15.705919,15.894445,16.372404,16.441879,16.55336,16.862745,17.52569,18.010054,18.26923,12.386642,12.267685,12.143501,11.968352,11.794157,11.840467,11.837431,11.752382,11.908864,11.850644,11.934171,11.907293,12.174067,12.300365,12.403185,12.249559,12.031882,11.849872,11.787804,11.809669,11.915973,12.064622,12.080215,12.177645,12.323572,12.617643,12.790561,13.219982,13.38245,13.64669,14.423193,14.390832,14.235501,14.161849,14.33655,14.481256,14.833047,14.839016,15.244622,15.396807,15.543534,16.397337,16.721292,17.123446,17.503752,21.161371,20.996218,20.827274,20.280962,20.445311,20.667439,20.616114,20.798782,21.576406,21.328489,21.544716,22.25009,22.83436,23.482752,23.83169,16.777512,16.828266,16.709303,16.468439,16.388182,16.423712,16.200859,16.174294,15.907504,15.955205,16.057278,15.9975,16.221806,16.46137,16.630037,16.101971,16.100174,16.06813,16.107655,16.209934,16.248121,16.254614,16.334673,16.577152,17.202581,17.626728,18.61274,19.168674,19.787758,20.157728,16.456705,16.256702,15.99374,15.923862,15.841125,15.821516,16.111626,16.453911,16.792437,17.135057,17.351635,17.531942,18.169298,18.35816,18.662119,17.245508,17.195406,16.767593,16.722193,16.924158,17.135012,17.233757,17.42975,17.413052,17.695375,17.773735,17.909395,18.687111,18.913347,18.687357,22.2416,22.50704,22.958836,23.249611,23.282068,23.020121,23.659927,24.005257,24.71385,25.468519,25.918154,26.446152,27.230492,28.04516,28.77763,14.825268,15.064259,15.007682,15.354839,15.450229,15.466067,15.845071,16.026766,16.147718,16.42765,16.745052,16.717817,16.997259,17.36474,18.015034,8.6118879,8.666893,8.6037178,8.6324196,8.6599064,8.7609053,8.889019,8.9884748,9.0986719,9.2074862,9.2824936,9.3614464,9.7238188,10.073864,10.47515,14.941062,14.83505,14.712822,14.5575,14.437638,14.401815,14.335071,14.108731,14.101476,13.986978,14.070493,13.82112,14.041103,14.256111,14.61938,16.700142,16.707888,16.584688,16.496075,16.329926,16.294796,16.373148,16.547531,16.752851,16.828714,16.980558,16.950848,17.268648,17.42989,17.732645,16.969358,16.699978,16.591085,16.269667,16.489706,16.380892,16.258162,16.136242,16.241051,16.636412,16.701992,16.516451,18.106003,18.424536,18.919819,10.914556,10.889371,10.79027,10.927349,11.042211,11.100438,11.269075,11.528539,11.795691,12.061488,12.350571,12.661913,13.211071,13.728398,14.218985,18.970125,18.974852,19.169954,19.455605,19.334377,19.330233,19.133678,19.598072,20.252174,21.063938,21.700581,22.440836,23.343893,24.171663,24.815563,13.776964,13.774157,13.719079,13.818995,13.746995,13.763181,13.796082,13.90015,14.140624,14.275228,14.340866,14.424168,14.81568,15.072325,15.417115,19.918184,19.642857,19.42161,19.220001,18.857086,18.512913,18.556911,18.34338,18.315523,18.821129,19.287867,19.096998,20.039553,20.34922,20.651814,16.036158,16.094675,15.982503,16.0327,16.081577,15.945406,15.820895,16.331535,16.563215,17.008799,16.542309,16.286798,16.717228,17.012514,17.765362,11.79291,11.922512,12.038779,12.202909,12.448353,12.437311,12.701336,12.823585,13.055712,13.334346,13.591649,13.906113,14.551515,14.966377,15.431084,20.692421,20.466154,20.741966,20.772808,21.026077,20.619709,21.175066,21.659962,21.912182,22.171297,22.400343,22.070412,22.328272,23.928495,24.050814,22.268457,22.269211,21.916153,21.62822,21.543921,21.342066,20.878572,20.886076,21.062716,21.385347,21.307507,21.491455,21.979887,22.621704,22.600863,10.565021,10.595875,10.750929,10.828718,10.860996,10.925822,11.330951,11.545937,11.759587,11.988101,12.272407,12.698735,13.337429,13.854116,14.268823,16.718559,16.682362,16.616888,16.591127,16.701202,16.763567,16.860949,16.833057,17.424665,17.620586,17.613319,18.136559,18.775978,18.855902,19.212324,10.794627,10.740118,10.715389,10.705867,10.701613,10.742603,10.752584,10.843408,11.05177,11.116726,11.267163,11.4135,11.960736,12.376173,12.789705,14.055445,14.423624,14.417413,14.60018,14.508306,14.706747,15.191428,15.115048,15.196573,15.516494,15.774756,15.690832,16.053904,16.525135,17.271338,11.325453,11.243546,11.272838,11.254262,11.278943,11.367002,11.474785,11.679306,11.869984,12.102164,12.300806,12.456987,13.118575,13.550341,14.000863,15.15748,15.226756,15.153832,15.139395,14.95088,14.752589,14.817348,14.887243,14.969719,15.133227,15.462806,15.660731,15.991788,16.266016,16.543365,15.813912,15.924987,15.918019,16.145615,16.406054,16.319344,15.911049,15.958524,16.045834,16.039028,16.345333,16.363855,16.768909,17.456694,17.781475,20.290588,20.467171,20.508926,20.377407,20.321804,19.823009,19.839479,20.00251,19.947178,20.469246,20.655905,20.52503,21.597673,22.225166,22.179907,15.49108,15.694216,15.67136,15.457551,15.569893,15.699847,15.856454,15.696337,16.001181,16.609182,17.050472,17.695473,18.392038,19.008366,19.578882,17.616903,17.009535,17.052238,17.083076,16.674768,16.328514,16.276558,16.716812,16.866747,17.000715,17.047743,17.597496,18.024452,18.555704,18.869062,12.605618,12.4857,12.738998,12.616682,12.996702,12.79956,13.00264,13.203313,13.465285,13.614035,13.736434,14.541231,15.081152,15.499255,15.665404,17.749382,17.64316,17.6766,17.44186,17.675001,17.906534,18.03619,18.515381,18.625364,18.914049,19.061283,18.963858,19.446934,19.864889,20.368469,17.087883,17.077276,17.234364,17.38802,17.267424,17.292564,17.807411,18.295813,19.043478,19.415646,19.916435,20.324547,21.159931,21.862228,22.201712,16.462532,16.366722,16.147972,16.117105,16.070328,16.0124,16.015192,16.192839,16.288326,16.439941,16.531954,16.454826,16.694391,16.889759,17.39699,12.093567,12.174298,12.240657,12.338308,12.406505,12.528322,12.770155,13.04144,13.311055,13.574964,13.837333,13.988684,14.611308,15.073866,15.613879,18.765448,18.460539,18.601934,18.564037,18.695034,18.6066,18.831964,19.003237,19.243582,19.85004,20.195719,20.227619,20.927284,21.408432,21.572052,21.577185,21.396364,21.41593,21.576208,21.606852,21.327433,21.35478,21.308079,21.304731,20.87537,20.449471,20.111322,20.364384,20.079611,19.747652,13.582142,13.541439,13.514657,13.42294,13.40971,13.43934,13.512465,13.545685,13.730846,13.870146,14.078079,14.19127,14.677583,14.926739,15.295677,21.021593,21.041527,21.164536,20.535715,20.873739,20.603113,20.899185,20.658888,20.419771,20.597162,20.402998,20.491085,20.81842,20.910055,21.138212,21.875351,21.927326,21.867517,21.772266,21.5012,21.218937,20.980835,20.835661,20.857527,20.696562,20.780674,21.006516,21.16947,21.25,21.044708,18.237741,18.20953,18.174849,18.250782,18.362892,18.506756,18.819826,18.861795,19.276838,19.392199,19.563461,19.585491,19.93681,20.091551,20.52132,26.129755,26.43869,26.755514,27.107185,27.329327,27.258337,27.211601,27.88201,28.575897,29.285639,29.507685,29.659779,30.756124,31.406385,31.837883,21.59219,21.939737,22.358196,21.575474,21.559813,21.339409,21.603697,21.012608,21.376369,21.197311,21.099796,21.34878,21.888412,22.411533,22.787611,16.06757,16.18907,16.163622,16.050119,16.030764,15.915172,15.730002,15.844827,15.811796,15.837593,15.864862,15.562524,16.115417,16.380152,16.970713,16.784229,16.699322,16.746374,16.806746,16.676308,16.517672,16.638084,16.658628,16.893009,17.080442,17.146946,17.196621,17.744917,18.162605,18.553694,17.049303,16.842503,16.7138,16.94899,16.652538,16.39699,16.601307,16.908529,17.155714,17.4895,17.865583,16.96854,17.784172,18.441433,18.759766,12.508445,12.375422,12.272206,12.242569,12.173044,12.18129,12.167033,12.185762,12.317354,12.410792,12.484692,12.560318,12.953726,13.265519,13.528785,13.781606,13.617602,13.430318,13.327143,13.201467,13.201899,13.163439,13.114264,13.211283,13.287476,13.401546,13.138401,13.486047,13.679483,13.935152,9.2054272,9.3376589,9.3981047,9.4845591,9.6261826,9.7629223,9.9809952,10.256899,10.515736,10.897118,11.183838,11.602778,12.30888,12.756311,13.316774,9.2594881,9.2331076,9.277853,9.4329062,9.4921913,9.7014341,9.8873787,10.158454,10.4685,10.569043,10.759746,10.776484,11.155787,11.460608,11.747841,21.235079,20.903166,20.994864,20.54537,20.75071,20.34384,20.41847,20.11079,20.208889,20.165409,19.8887,19.766594,20.063616,20.776985,21.021021,14.141973,14.174952,14.405696,14.296486,14.33772,14.329945,14.423105,14.530327,15.023369,15.432046,15.669716,15.757524,16.234152,16.592758,16.884214,15.360605,15.394661,15.125516,15.262537,15.279372,15.354568,15.591204,15.756644,15.813244,16.266619,16.486576,16.685724,17.121798,17.437332,17.890484,15.523874,15.553063,15.394381,15.30419,15.286157,15.505762,15.603908,15.630301,15.853849,16.120771,16.382996,16.391653,16.84767,17.278545,17.735233,16.028572,16.113243,15.958879,15.974503,16.08683,16.121494,15.652344,15.807894,15.702236,16.042728,16.357935,16.752954,17.431103,17.775366,18.052538,10.723033,10.514651,10.338337,10.130794,10.052228,10.035148,10.236782,10.305764,10.471194,10.715311,10.904709,11.141033,11.592464,11.999108,12.404158,20.514502,20.026438,19.94072,19.6633,19.523235,19.19076,19.260519,19.176699,19.119488,19.138943,19.063677,19.28219,19.581764,20.120071,20.111959,19.009573,19.012058,18.974993,18.69902,18.761984,18.825218,18.692667,18.489092,18.480808,18.285904,18.267965,18.341709,18.7882,19.125536,19.24861,11.276252,11.393397,11.284082,11.273468,11.329763,11.343428,11.459285,11.641155,11.990585,12.302826,12.669468,12.906046,13.147445,13.713426,13.987364,18.997076,19.080254,19.053169,19.039055,19.197264,19.127926,19.078524,19.017576,18.991749,19.279129,19.498106,19.79059,20.185257,20.66671,20.983904,17.868895,17.88275,17.832787,17.710182,17.743151,17.431498,17.798845,17.871649,17.844465,17.761715,17.809118,18.189194,18.39237,18.928284,19.144125,15.485536,15.461347,15.74116,15.785311,16.040543,16.368593,16.9464,16.873182,17.21249,17.814075,17.898746,18.174904,18.803892,19.009266,19.331556,16.605974,16.507202,16.229023,15.967753,15.805342,15.440319,15.389209,15.254715,15.411559,15.53273,15.69826,15.765344,16.185253,16.655113,16.890043,21.724045,21.546667,21.357124,20.930859,20.805187,21.036917,20.310797,20.032574,20.330843,20.047668,19.936457,19.661734,19.720203,19.869707,20.856913,15.230555,15.168751,15.081803,15.110575,14.909344,15.051664,15.000606,15.308136,15.393895,15.636071,15.808853,16.183458,16.821636,17.478716,18.028473,15.834266,15.747913,15.570013,15.587847,15.282756,15.260957,15.000357,15.194196,15.255199,15.368302,15.170257,15.488807,15.652539,16.091873,16.222486,13.881593,13.576494,13.514595,13.591526,13.386819,13.342476,13.578878,13.576802,13.647562,13.766484,13.844774,13.855268,14.217405,14.501204,14.790329,17.525995,17.855989,17.734097,17.867155,17.732872,17.537191,17.908667,18.033855,18.084526,18.315952,18.72011,19.350754,20.188766,20.263008,20.782059,17.230871,17.227722,17.303873,17.279867,17.178818,16.971918,17.186733,17.464834,17.591461,18.367682,18.691284,18.547001,19.204527,19.711821,19.820583,19.558344,19.756435,19.976517,19.948566,20.028847,20.075964,20.39864,20.414171,20.761629,21.569582,22.058466,22.241835,23.245419,23.603899,23.713634,15.556799,15.541297,15.744747,15.717599,15.679749,15.804217,15.897136,15.543132,15.830895,16.003387,16.039928,16.469774,16.80463,17.190569,17.640289,14.023036,13.944351,14.016626,13.986053,14.145191,14.198889,14.420074,14.604141,14.901042,15.045042,15.274361,15.939342,16.798429,17.059935,17.36808,13.78271,13.606707,13.58874,13.495228,13.292178,13.192846,13.133316,13.054727,13.054808,13.088374,13.184229,13.196193,13.55722,13.799785,13.928108,17.991673,17.888248,17.989931,18.384188,18.623251,18.481878,18.849001,18.942442,19.482098,19.759418,19.739975,20.028921,20.912479,21.42532,22.102846,14.540151,14.655833,14.273694,14.292152,14.557293,14.703486,14.627019,14.983881,15.153058,15.051131,14.958529,15.347033,15.858586,16.302681,16.704405,19.544691,19.868742,20.155855,20.298477,20.994244,20.759653,21.082031,22.112896,22.617823,23.312313,23.303865,24.15579,24.932419,25.826078,26.295788,14.88036,14.793584,14.683201,14.674356,14.629227,14.710322,14.419881,14.211199,14.542906,14.647949,14.652575,14.798133,15.078707,15.320177,15.368014,15.683248,15.508227,15.269134,15.251461,15.422132,15.482206,15.665168,15.574074,15.814713,15.616798,15.625495,15.177155,16.01302,16.287821,16.611176,15.420656,15.26897,15.178413,15.082306,14.996365,14.863428,14.561399,14.503262,14.634909,14.658649,14.704283,14.650875,14.93095,15.052387,15.305712,13.871572,13.680102,13.325079,13.358643,13.255585,13.104992,13.094832,13.187359,13.436651,13.56758,13.646499,13.760899,14.265815,14.584908,14.911032,14.97186,14.908533,15.067446,14.924563,14.852989,14.670227,14.636232,14.907467,15.079024,15.352675,15.545469,15.60706,16.209799,16.389471,16.553963,8.8486996,9.0487633,9.1183033,9.3657713,9.5344362,9.6290026,10.036586,10.307509,10.765145,11.0135,11.164513,11.535327,12.093604,12.529896,12.945585,15.059816,15.36049,15.309423,15.328982,15.249215,15.275693,15.532559,15.574306,15.924001,15.959465,16.13732,16.26483,16.796448,16.673655,17.08559,7.7674761,7.6863036,7.5670824,7.6280141,7.5583324,7.5356593,7.5362501,7.44135,7.4886127,7.3217459,7.224968,7.1187205,7.3612852,7.3711214,7.6137104,20.550564,20.507401,20.694981,20.538654,20.814655,20.531729,20.398684,20.70537,20.763723,21.311146,21.520515,22.137096,22.847883,23.185732,23.533058,14.075912,14.571311,14.833419,15.069196,14.971405,15.193039,15.338882,15.68782,16.160917,16.391335,16.451962,17.312359,18.257139,18.544348,19.231518,14.845904,14.514364,14.521679,14.158337,13.88283,13.795135,13.693092,13.778959,14.028987,14.189403,14.199787,14.375074,14.70228,15.105462,15.39597,12.80725,12.805737,12.787832,12.90554,12.995492,13.234484,13.543327,13.946525,14.3831,14.6213,14.854733,15.209744,16.106363,16.526951,17.111111,16.174717,16.394693,16.55162,17.141571,17.597141,18.204861,18.24959,18.942993,19.138756,19.619019,19.93425,21.927855,22.327328,22.951817,22.798166,17.193295,17.473997,17.592592,17.590168,17.698475,17.808908,18.122286,18.529057,18.74065,18.834177,18.790329,18.771669,19.087669,19.423433,19.550434,8.7946949,8.9844971,9.1203203,9.3119888,9.4542561,9.6521053,9.962657,10.272587,10.626774,10.938016,11.228921,11.589188,12.294065,12.752004,13.206668,21.385853,21.748137,21.832439,21.73778,21.933889,21.709648,21.631937,22.036318,22.650404,23.176762,23.383894,24.183073,24.697718,25.334457,26.094774,14.683136,14.911453,14.845613,14.872529,15.001647,15.044151,15.019438,15.448531,15.605411,15.868032,16.142557,16.241568,16.696508,16.817118,17.220863,14.899683,14.640305,14.406138,14.391411,14.243206,14.188257,14.213964,14.16808,14.303049,14.302233,14.363797,14.326027,14.659558,14.904579,15.336326,14.111504,14.097219,14.072236,14.107454,14.128812,14.186308,14.250088,14.416809,14.663674,14.838807,15.005692,15.151609,15.661162,16.059603,16.471361,16.27574,16.20582,16.297909,16.382774,16.111546,15.781026,15.855354,15.727995,15.935908,15.817579,15.918996,15.996571,16.355658,16.62007,16.622431,19.818094,19.431166,19.481745,19.934334,20.009275,19.883179,19.615654,19.452818,19.644079,19.528772,19.552946,20.118479,20.16386,20.109941,19.631063,18.890676,18.704601,18.761534,18.384916,18.52005,18.214062,18.681318,18.281572,17.99502,17.802561,18.133003,18.007425,18.371523,18.438707,18.937836,13.759877,13.709396,13.744515,13.821832,13.902882,13.88756,14.238127,14.376471,14.58275,14.839862,15.000765,15.215558,15.757995,16.007452,16.532841,15.124234,15.46429,15.508279,15.792038,15.762054,15.843373,15.854685,15.865271,16.496437,16.871891,17.387697,17.713404,18.340139,19.086184,19.646082,19.572903,19.316339,19.170137,19.40321,19.216333,19.048332,18.812183,19.046154,19.498522,19.814728,19.434851,19.416853,19.756254,19.834442,20.44379,17.300713,17.314928,17.320522,17.433462,17.366285,17.301588,17.391304,17.429676,17.567028,17.826363,17.911793,18.149836,18.603559,18.854111,18.965517,18.954546,19.375195,19.763519,20.29357,20.620785,21.006493,21.140556,21.619846,22.425978,23.511517,24.474699,24.649324,25.955671,26.818138,27.404264,18.417048,18.018515,17.634884,17.509232,17.631769,17.076023,17.013121,17.044439,17.369358,17.282104,17.159851,17.433668,18.101479,18.307692,18.226753,16.188622,16.291956,16.306492,16.180178,16.327425,16.404167,16.755411,16.788837,16.998249,17.464661,17.755766,17.963526,18.67263,19.180365,19.74214,17.844591,18.87565,18.598757,18.074463,17.894949,17.755699,17.612762,17.724598,17.892721,17.890656,18.039774,18.338152,18.783243,19.147358,19.501833,16.276678,16.17432,15.855089,15.673062,15.494665,15.292926,15.500845,15.718693,15.83457,16.055241,16.515451,16.568161,16.867355,17.37278,17.745403,12.956153,13.171556,13.001598,13.125253,13.149333,13.218766,13.723281,13.841808,14.076622,14.365718,14.681576,15.3075,15.873258,16.31004,16.575947,11.686258,11.699412,11.745671,11.83837,11.801936,11.928462,12.29132,12.560349,12.702584,13.069969,13.489387,13.820296,14.447896,14.986885,15.381241,19.835585,20.145123,20.048056,20.14142,20.150814,20.312269,20.559982,20.784666,21.079346,21.177517,21.483072,21.357046,21.70792,21.808828,21.982855,11.441751,11.439601,11.570018,11.686047,11.738636,11.830613,12.120951,12.233278,12.488174,12.81218,13.194808,13.367865,14.025767,14.269259,14.606833,22.292191,22.547331,22.241379,23.134003,22.344646,22.770058,22.479565,22.507895,22.714682,22.100956,23.294662,24.176859,24.411341,24.447647,24.393793,16.417494,16.439346,16.300215,16.396772,16.498409,16.685596,16.513958,16.795811,16.895895,17.313368,17.530367,17.69788,18.215033,18.711672,19.040594,13.670119,13.297285,12.999584,12.656281,12.339118,12.147594,11.771431,11.545828,11.350977,11.149409,11.032222,10.93656,11.048536,11.176558,11.345998,13.6897,13.910357,14.204924,14.533842,14.896722,14.925877,15.190856,15.90607,16.146629,16.663044,16.945856,17.595308,18.404448,19.455212,19.892588,8.635251,8.425252,8.589633,9.1052799,9.4572306,9.814785,10.191388,10.287672,10.339065,10.269083,10.020133,10.243043,10.789596,10.867079,11.244648,12.916188,13.24837,12.823164,13.345276,13.072592,13.046117,13.341494,12.978986,13.935323,13.5609,13.539265,13.715331,13.548096,14.146638,14.167294,16.582914,16.764309,17.23984,17.185446,16.981533,17.256544,17.769262,17.645903,17.563202,17.649199,17.747379,17.849651,18.524961,19.858908,21.04422,16.755569,16.647697,16.553429,16.456347,16.772152,16.681786,17.113756,17.36689,17.972904,18.329514,18.829945,19.664816,20.900829,21.683475,22.270239,17.602997,17.801048,18.423048,18.449612,18.925234,19.952305,19.641403,20.970396,21.501707,22.79661,22.183708,23.709536,24.14966,24.635193,25.085035,14.051644,14.15277,14.34726,14.389764,14.481658,14.649992,14.741698,15.001435,15.321189,15.498264,15.65402,15.656948,16.136093,16.450764,16.903292,17.931376,18.104763,18.482189,18.38961,18.20562,18.009809,17.498688,17.577446,17.717354,17.417572,17.490953,17.469879,17.419138,17.994202,18.067797,17.066278,17.415533,17.289314,17.520546,17.211121,17.51729,17.762177,17.587107,17.802866,17.585438,17.482697,17.304096,18.05051,18.309978,18.702354,23.541147,23.911957,24.738493,24.774057,24.944569,23.905724,25.228834,25.73443,24.941315,24.364897,25.199089,24.985899,25.070107,25.503355,25.041643,17.756907,17.98505,18.316101,18.225147,18.233685,17.920454,17.756693,18.023256,18.296919,17.884102,18.084154,17.508043,17.421867,16.852858,16.766216,18.801147,18.596151,18.521326,19.098923,18.514126,18.330816,18.409586,18.490932,19.06748,19.168467,19.313536,19.110342,19.646536,20.043104,20.673077,18.146307,19.080627,19.229359,19.465511,19.329247,20.022123,19.617929,18.677746,18.810118,18.008327,17.353653,16.518772,16.159946,15.993431,15.686275,19.904217,20.040899,20.358307,20.242109,20.656504,21.006641,21.389444,21.687168,21.418589,21.337828,21.447073,21.934475,22.611355,22.726484,22.951107,12.992483,13.06534,13.093075,12.976658,12.927246,12.783246,12.950245,13.076096,13.374695,13.901661,14.367279,14.900641,15.73961,16.474676,17.189579,8.4767828,8.4469481,8.4943752,8.5028992,8.4694777,8.5057898,8.6230707,8.6446543,8.8517075,9.2322874,9.4849319,9.7249136,10.295897,10.768435,11.174391,19.400631,19.779354,20.270269,18.261562,19.012945,19.633944,19.059204,19.773096,18.755188,19.758064,19.463087,21.205008,21.73913,22.057678,22.629969,9.254343,9.5205374,9.6633844,10.016707,10.106065,9.9065142,10.29434,10.395326,10.450835,10.590984,10.564271,10.440167,10.549821,10.766331,10.855599,16.781157,16.229837,15.909091,17.023445,17.882118,17.455622,18.705036,18.464731,19.887642,20.289854,20.248869,22.976191,23.75297,22.494173,24.530516,15.830116,15.662651,16.409729,16.61549,17.872919,18.045862,19.083969,21.487331,22.83075,23.585215,24.39974,26.136726,27.767054,28.393482,28.771385,12.821439,12.822078,13.055332,13.059795,13.030664,12.898551,12.483575,12.313643,12.637673,12.64001,12.729074,12.788784,13.197444,13.411623,14.036991,10.3462,10.429265,10.323152,10.572988,10.988488,11.168176,11.87853,12.391304,12.844774,13.42837,14.093137,15.665179,16.886312,17.665478,18.72403,17.038628,16.637247,17.497774,17.900953,18.533697,18.463675,19.105312,20.499281,21.728634,20.66474,20.406189,22.845888,22.639645,22.76342,22.451029,14.521588,14.804177,14.861639,15.186046,15.328942,15.640724,15.585335,15.912874,16.44047,16.628296,16.689842,17.506805,18.366926,18.993742,19.57951,11.718498,11.894351,12.077269,12.283314,12.410192,12.554461,12.813923,13.069287,13.263803,13.588423,13.858849,14.023156,14.838799,15.491385,16.22208,19.695572,20.064726,20.755596,21.0217,21.431728,21.050308,20.758121,20.304115,21.258427,20.455542,19.624573,19.513218,19.274094,19.755688,19.678375,15.277925,15.847903,16.3426,16.886698,17.392448,17.956205,18.785105,19.048353,19.482115,20.104797,20.488054,21.457716,22.594721,23.640017,24.771408,18.928572,19.637138,19.584244,20.200335,20.830994,21.259842,21.869688,21.788342,20.988373,21.876833,21.769098,22.618351,22.497055,22.55419,22.359156,17.161572,17.590431,17.80822,18.40731,18.631233,18.610456,19.283672,19.338625,19.741985,20.549908,20.959564,21.91033,23.371748,24.746687,26.351524,18.058455,18.52046,18.627968,18.766336,19.276485,19.167984,19.552782,20.020966,21.764395,22.087507,22.045574,23.756615,24.172359,25.195211,26.00536,14.108847,15.160198,16.132395,16.107723,16.486826,17.130413,18.404181,19.513956,20.349533,21.523809,21.6639,23.619272,25.089949,25.608614,26.602262,10.002288,9.9923019,9.9122953,9.8803711,9.9787979,10.084264,10.302571,10.528696,10.84485,11.160168,11.56593,11.744735,12.433718,13.098423,13.633177,17.40103,17.513735,17.298416,17.427197,17.322655,17.580383,17.507957,17.796997,18.697716,19.048681,18.75,18.319645,19.628365,20.401121,21.242397,14.793125,14.86806,14.965552,15.161851,15.165388,15.330476,15.379222,15.251453,15.469301,16.12022,16.555613,17.535484,18.209837,18.956589,19.48912,17.241379,16.530613,16.996046,16.798418,18.111753,17.276423,18.383839,17.872341,18.918919,19.877048,18.585859,20,20.43222,20.158104,21.063395,17.972855,18.38595,18.913986,19.133657,19.883585,19.536423,20.211233,20.915812,21.114298,20.462046,20.310661,20.271557,20.873787,20.610138,20.496895,16.212406,16.383648,16.801908,17.100193,17.019545,17.176319,17.903435,17.798672,18.244236,18.644623,18.928572,18.801353,19.200907,19.129183,19.626471,18.029236,17.750826,17.339149,17.691889,18.61375,19.896492,20.345596,20.783646,21.298405,22.612198,22.458357,24.02968,23.833902,23.700743,23.622047,13.994169,14.176027,14.614944,14.884665,15.133877,15.192225,15.094871,15.652662,15.832859,16.043987,16.405582,16.55835,17.29928,17.98995,18.534609,23.74894,22.268211,22.591646,23.458904,22.289679,23.770493,23.952641,24.469067,24.577026,25.197542,25.904121,28.138527,29.116117,28.608027,30.175438,15.522988,15.647575,15.66152,15.689817,16.045845,16.517994,16.95108,17.502436,18.131416,18.853239,19.269129,19.94455,21.028923,21.931955,23.146046,15.521364,15.556027,15.657979,15.845569,15.699207,15.651135,15.463473,15.198803,14.962885,14.763922,14.940055,14.471608,13.789911,13.255814,12.987125,11.644546,11.640462,11.646935,11.542924,11.368199,11.095142,10.928537,11.243361,11.20545,10.963809,10.838994,10.977116,10.834635,10.762453,10.467372,9.032876,9.2884951,9.7977381,10.010858,9.9277582,10.283649,10.676825,10.85928,11.291919,11.325485,11.573374,11.947802,12.399958,13.011712,13.615426,16.924274,17.256174,17.685839,18.296381,18.274439,18.678423,18.876366,19.447378,20.335869,20.843866,21.463715,22.390291,23.938087,25.479115,26.109985,23.540951,23.987854,24.366014,24.181768,24.165083,24.265324,24.265755,23.60911,23.988182,23.885445,22.949364,22.761627,22.184967,21.303396,20.848057,16.001852,16.176731,16.167202,16.266356,16.261671,16.289579,16.363148,16.408373,16.556253,16.425547,16.466085,16.227381,16.610601,16.941742,17.235819,14.502244,14.287416,14.394029,14.55449,14.819206,14.892112,14.978636,15.281381,15.662381,16.051559,16.511349,17.192101,18.251984,18.890442,20.092602,17.451141,17.445744,16.837158,16.875523,16.893364,17.85034,17.798216,17.601906,18.482023,19.726614,20.403091,21.681046,22.568092,22.863365,23.458811,16.780609,17.228933,17.419662,17.785873,18.247704,18.443899,18.952538,19.273972,19.566988,20.413223,20.8025,21.15037,21.334433,21.573479,22.047634,15.795477,15.244836,14.988425,14.28286,13.079503,13.489279,13.628319,13.543972,13.290018,13.403241,13.940416,14.816247,14.968458,15.506144,15.50146,16.861826,18.421053,19.167717,18.87755,17.146433,18.929504,19.36759,19.652407,22.281166,22.083334,22.159887,24.687935,25.273224,27.142859,27.011494,19.103619,19.586134,19.941427,19.886898,19.846401,19.641645,19.513203,19.612656,20.053944,20.179615,20.695747,20.452114,21.128452,20.584764,20.802729,19.126171,19.365225,19.060648,19.099014,18.788452,18.839886,19.115479,18.798077,19.944212,20.852642,20.59095,21.448599,22.238094,22.571562,23.998093,21.36194,22.38372,22.957199,22.843138,23.650637,25.025126,24.695122,25.641027,25.760647,23.592234,22.519842,24.570272,24.147726,23.226952,24.444445,13.368064,13.471609,13.461204,13.370975,13.439062,13.516636,13.710937,13.799659,13.949603,14.044312,14.141829,14.250157,14.690916,15.013632,15.280742,15.879181,15.779634,15.679126,15.625712,15.527001,15.474232,15.380136,15.515344,15.372272,15.35486,15.483624,15.598886,15.7608,16.031282,16.553679,19.946201,20.118752,20.265596,20.161741,20.18972,20.346012,20.070215,20.215754,20.808474,20.937824,20.963387,20.958986,21.611273,21.934584,22.395752,16.629213,17.730497,16.152018,19.589977,19.168591,18.224298,18.444445,19.256018,19.86755,20.135746,20.950323,20.682302,20.331951,21.017698,21.145374,15.995116,15.470298,16.905071,17.038008,16.555408,17.647058,18.82674,19.160839,16.691286,20.116619,18.115942,28.62958,28.366014,30.859375,30.213905,16.981133,19.858156,20.508167,22.201834,20,21.341463,21.703854,20.518358,19.956141,19.706499,17.782427,24.193548,21.484375,22.037422,21.956087,20.566463,20.95672,20.948292,21.076765,21.039051,20.797077,20.842966,20.763168,20.872385,21.109901,21.127274,21.104319,21.491877,21.347689,21.622128,15.194115,15.319149,15.354363,15.274342,15.405968,15.14621,15.443641,15.347533,14.953841,15.12294,15.161718,14.984059,15.418034,15.757361,16.075525,24.434389,25.062761,25.297619,25.30382,25.512022,25.011265,25.33831,24.988146,25.737392,26.554218,26.245848,27.146282,27.462397,28.13274,28.761717,22.891907,22.621082,22.733772,22.685452,23.132811,24.061279,24.043386,24.620155,25.150841,24.398073,23.969563,23.888348,24.157303,24.06015,24.277456,11.529189,11.528125,11.527625,11.523433,11.47807,11.606354,11.728077,11.866401,11.946717,12.046987,12.182389,12.072168,12.231665,12.476606,12.827831,21.872593,21.804413,22.241518,22.06082,22.327341,22.588236,22.732378,22.960423,23.295536,23.25345,23.207245,22.843685,23.126402,23.689409,23.793627,17.56175,17.357513,17.432234,17.668655,18.016451,18.020994,18.330156,18.531343,18.767204,18.898294,19.040247,19.703899,19.824266,20.151588,20.636078,12.345578,12.313982,12.446143,12.610584,12.502991,12.491061,12.706022,12.975134,13.320433,13.967837,14.325253,14.562222,15.110688,15.514998,16.143709,20.043732,20.33791,20.455755,20.073189,20.170885,20.032467,20.1766,20.255005,20.432177,20.454033,20.323639,20.613035,20.929436,21.169146,21.322334,21.095484,21.334,20.889988,20.855745,20.70682,21.089632,21.336695,21.415794,21.474773,20.862024,20.297155,20.125,20.342346,20.648893,20.714825,17.295189,17.343235,17.657747,18.023544,18.33773,18.496441,18.761599,19.266371,19.958275,20.464544,20.762638,20.696863,21.082024,21.648771,21.423611,17.219284,16.856081,16.664995,16.446905,16.248747,16.108643,16.383385,16.115988,15.753694,15.958932,15.913418,15.851213,16.164629,16.423248,16.215416,17.982643,18.145163,18.147558,18.0347,18.337013,18.248613,17.869572,17.976843,18.03454,17.890049,17.881706,17.746914,18.568756,18.80583,19.064178,16.054344,16.724138,17.112045,17.482986,17.72975,17.317837,16.341438,15.821075,14.85669,14.152215,13.686304,13.350983,13.28658,13.347417,13.066566,20.277313,20.61866,20.678577,20.718063,20.681841,20.587015,20.455507,20.64398,20.596853,20.83881,20.820568,20.748114,21.092548,21.206398,21.489527,20.977596,21.167946,21.072296,21.10994,20.842161,20.81259,20.703337,20.981371,20.843559,20.838257,20.857771,20.198584,20.491196,20.802446,20.841478,10.075877,10.427425,10.940413,11.270012,11.871632,12.084592,11.820645,11.738961,11.868281,11.527432,11.399087,11.538831,11.975184,12.368812,12.810736,14.833222,15.105872,14.826054,14.936601,15.295278,15.417629,15.331859,15.412265,16.017078,16.174875,16.488548,16.468166,16.857237,17.205833,17.548685,14.100779,14.003038,13.967451,13.671148,13.590743,13.597674,13.511176,13.61982,13.83692,13.9435,13.948242,14.195752,14.653918,14.838496,15.147352,22.483223,22.206234,22.96698,22.298964,22.666668,23.061531,23.209751,24.016146,24.874119,24.162802,23.088842,22.272959,22.667343,23.431829,23.553719,18.299713,17.446394,16.556728,15.992647,15.589031,16.037577,16.970102,17.069916,17.30513,17.428905,17.857738,18.12739,18.900169,19.238029,19.712952,17.531948,17.60507,17.581808,17.593412,17.536602,17.702103,17.968685,18.14064,18.269127,18.317669,18.386139,18.329453,18.616455,18.773392,18.932608,10.941444,10.822964,10.706218,10.598678,10.496084,10.451247,10.491396,10.561152,10.581769,10.621368,10.613423,10.656079,10.987219,11.220572,11.487633,22.178129,22.30381,23.436775,22.764977,22.423399,22.859877,22.915651,23.134329,22.503801,22.7341,22.808765,23.785425,22.512562,22.363083,23.186871,21.235054,21.500076,21.690716,21.927483,22.193918,22.461639,22.352552,22.35589,22.575756,22.397423,22.414671,22.281214,22.927935,22.951977,22.949947,23.955982,23.911161,23.880596,24.127907,24.53826,24.029198,23.657518,24.41534,24.565836,24.764595,24.018547,24.246193,24.381071,24.983692,25.344261,16.985413,17.10655,17.418505,17.276081,17.792643,17.798912,17.85342,18.776222,18.73654,19.011543,18.847977,20.241581,20.329067,20.80265,21.112749,23.759199,23.987003,23.246531,23.545227,23.376369,23.480499,23.245615,23.290728,23.045353,22.821239,22.71077,22.609402,23.271467,23.262529,22.731928,19.159225,19.102392,18.93969,18.693615,18.653479,18.892679,18.898361,18.924835,19.185789,19.41066,19.4072,19.444319,19.879519,19.979841,20.344383,23.940586,24.501301,24.824867,24.52257,24.677061,25.485552,25.471699,26.686218,26.047903,26.865673,27.215496,26.686218,28.411406,28.136482,27.667364,24.644548,24.516466,24.524422,23.915289,23.785166,24.479431,24.495968,25.442589,25.637182,26.269098,26.966291,26.344898,27.657431,27.254707,26.917294,20.782852,21.230917,21.190475,21.301498,21.54356,21.090048,21.397591,21.180389,21.132259,21.138615,21.104053,19.805027,19.764011,19.745546,21.009689,13.858695,15.612382,16.94215,18.077475,16.617647,16.420118,18.611523,17.878788,19.14242,20.193861,17.213116,19.273302,19.611021,18.660288,19.67742,23.266962,23.555555,23.516321,23.253193,23.193342,23.205276,23.118696,23.522459,23.626373,23.820942,23.152515,22.858271,23.136456,23.498589,23.700121,13.955833,13.913807,13.79137,13.665125,13.491261,13.552764,13.551368,13.427936,13.379699,13.370718,13.404971,13.296747,13.622726,13.887337,14.142646,15.292737,15.300311,15.295506,15.178093,15.387917,15.492502,16.039583,16.351587,16.413671,16.438055,16.425756,16.852198,17.381664,17.470078,17.806564,23.007439,23.124331,23.497416,23.621201,23.286539,23.552557,23.509369,23.184278,23.551674,23.194363,23.481308,23.387566,23.97541,23.685715,24.324326,20,19.209558,20.582878,21.978022,21.636877,20.266413,20.020121,19.651995,18.559837,20.060789,18.580376,22.357723,23.12566,23.353909,24.785408,22.236546,22.035542,22.153143,22.645226,22.454992,22.545702,22.733423,23.268509,22.890331,22.952513,22.658401,23.042116,23.1276,23.718172,23.806229,19.900757,20.209766,20.267618,20.376743,20.675377,20.859858,21.030811,21.127028,21.00202,20.603497,20.529039,20.441725,20.695953,20.840126,20.818094,25.87322,28.18792,26.12859,25.644505,25.534758,27.688173,26.098534,25.819672,27.111717,27.557981,25.474253,27.052488,27.949438,28.454172,28.787878,17.093363,17.400745,17.815466,17.913658,17.958237,18.345772,18.184679,18.048317,18.399616,18.479643,18.73107,18.670685,19.419785,19.694344,20.138233,22.429121,22.442085,22.282806,22.532793,22.397438,22.517134,22.572145,22.408243,22.423216,22.138912,22.056671,21.771414,21.868364,22.161659,22.593454,21.859743,21.487419,20.478994,19.600157,18.57781,18.413544,18.014076,18.051519,17.989622,17.791883,17.75951,17.33359,17.812197,17.398088,16.930809,16.635216,16.588717,16.772293,16.823528,16.587957,16.751268,17.523436,17.240337,17.958498,18.190241,18.40727,18.032036,18.695318,19.073988,18.973892,18.293924,18.558229,18.773552,19.238901,19.576031,19.458303,19.711252,19.874153,20.603136,20.92548,21.202343,21.549313,22.169466,22.842014,23.245775,20.897045,20.703934,20.898642,21.369295,23.566879,23.00885,23.766815,24.270712,25,24.146341,25.606796,26.852978,26.850691,28.050316,28.482586,21.083744,21.35635,21.008404,21.313131,21.423105,20.815287,20.701212,22.053032,22.387663,22.216372,22.09424,22.454376,22.278145,22.776869,22.818428,23.146959,23.340961,23.111551,23.177055,23.35734,23.221312,22.722134,22.782667,22.611391,22.712643,22.834465,22.999884,23.2355,23.67223,23.723228,10.384338,10.331462,10.244661,10.165342,10.211365,10.23439,10.343904,10.453169,10.626062,10.782523,10.951943,10.982141,11.382925,11.732426,12.09809,15.193306,15.290317,15.307749,15.131124,15.026864,14.84667,14.827787,14.923218,15.239249,15.3914,15.712709,15.78743,16.218618,16.785059,17.115025,17.464424,16.538462,16.361256,15.739484,16.666668,16.733603,17.063492,17.177097,17.123287,17.073172,18.831167,17.685307,17.723156,17.955439,18.351063,19.464033,21.398602,21.875,20.498615,20.179371,19.17178,20,20.493067,20.793652,20.985691,21.293375,21.986971,23.166666,24.440619,24.872231,18.233084,19.288389,19.125683,19.888475,20.903955,19.34866,17.760618,17.798164,17.741936,17.877094,17.47212,17.981651,19.444445,19.694073,19.760479,14.450752,14.182186,13.925603,13.888115,13.912995,13.931688,13.999717,14.39151,14.61581,14.686932,14.774028,14.857992,15.249893,15.278724,15.596122,17.590775,17.986328,18.152472,17.913607,18.02195,18.256578,18.110842,18.329226,18.399277,18.238832,18.137817,18.215902,18.630594,18.816584,18.823225,16.752768,17.047157,17.244019,17.454824,17.602488,18.062622,18.428291,18.469349,19.117937,19.207012,19.2826,18.1486,18.107166,18.368605,18.185566,19.881599,19.658331,19.934143,20.692348,20.385529,19.707649,19.41161,19.808815,19.51936,19.334942,19.168901,18.79015,19.471413,20.583334,20.618847,18.382158,18.10368,17.9809,17.754679,17.502089,17.73304,17.26166,17.479225,17.376373,17.971581,18.062826,17.918041,17.912729,17.487101,18.059828,24.463434,24.479483,24.979357,24.502359,24.363712,24.937449,24.952219,25.635502,25.793043,26.273638,26.128531,25.876799,26.055542,26.271379,26.13376,18.562023,18.381123,18.442411,18.22587,18.325281,18.542961,18.593285,18.616249,18.88352,18.913378,18.874025,18.804989,19.111393,19.387949,19.75705,27.007771,26.887417,26.258278,26.590988,26.556587,26.074896,25.981441,25.725546,26.189598,25.908432,26.035292,26.223022,26.61145,26.102942,25.6315,19.364981,19.712,19.846104,20.149254,19.495852,20,20.322262,20.311981,20.922346,20.394962,20.504202,20.047491,20.687309,21.145224,21.85339,18.082811,18.054411,18.153656,18.462824,18.332458,18.559881,18.479532,18.510084,18.607941,18.812855,19.002066,19.318926,19.279982,19.508749,20.019562,17.126789,17.087053,17.202045,17.216021,16.463821,16.30261,16.423948,16.557287,16.90914,17.382919,18.084229,18.122393,17.949791,17.965912,17.996109,13.72381,13.164532,12.776754,12.582911,12.267597,12.755548,13.520901,13.843606,14.302027,14.592248,14.985768,14.61446,14.928714,15.349409,15.683998,21.497326,21.760347,21.544275,20.871767,20.600073,20.244839,20.077648,19.882505,19.937061,19.818821,19.796108,19.752855,20.052969,19.8514,20.181921,19.134674,18.836542,19.167542,18.763233,18.897013,18.753901,18.992317,18.791277,18.878014,18.723907,18.705296,18.372538,18.556515,18.663763,18.904236,21.457872,21.479481,21.841095,21.846016,21.815519,21.843391,21.81208,22.511791,22.429573,22.366695,22.838324,23.12118,23.187357,23.259533,23.678076,21.858864,22.293739,22.580645,23.125,23.418911,23.314066,23.195877,22.75951,23.487774,22.903227,22.610416,20.251396,20.624546,20.800571,22.292994,17.154179,16.78092,16.335932,15.844576,15.408982,15.428692,15.206978,15.097022,15.091117,14.71128,14.754905,14.440961,14.568941,14.681904,14.862603,6.695375,6.8996062,7.1052389,7.2407341,7.2715802,7.4116325,7.5317554,7.6942801,7.9502754,8.2992306,8.5518036,8.8014164,9.3660889,9.7930212,10.220499,15.378803,15.434324,15.372647,15.434739,15.275582,15.039102,15.24668,15.12962,15.284163,15.48623,15.51443,15.854242,16.471378,16.893055,17.346645,17.302496,17.308062,17.160669,17.025885,16.993771,17.002508,17.033377,16.885904,16.931246,16.890694,16.786253,16.625149,17.010267,17.10355,17.658997,15.146196,15.3911,15.494147,15.453501,15.22091,15.1015,14.951364,15.124318,14.982286,15.197145,15.243648,15.442978,16.039349,16.314095,16.656919,21.719383,22.05171,21.701418,21.73913,21.688601,21.742926,22.110107,21.691702,21.90909,21.880684,22.193689,22.368666,22.701794,23.226543,23.310555,23.28684,23.19854,23.636927,23.80509,23.041475,23.309664,22.395172,23.084261,22.624722,23.074465,23.350254,24.832855,25.864277,25.868725,26.139322,16.17947,17.496445,18.295218,18.938885,19.332405,18.789145,18.878637,19.729345,20.441175,20.015106,20.168711,21.3263,21.482601,21.148037,21.008404,13.450747,13.476624,13.249651,12.847599,12.822906,13.299875,13.342764,13.828425,14.222945,14.000325,14.173743,14.655033,15.093411,15.195274,14.948199,24.444445,24.60911,24.934475,25.048887,25.095541,25.100842,25.545935,25.320271,25.680563,25.700575,25.626314,25.608814,25.349108,25.062656,24.693956,20.327421,20.223152,20.115774,19.593615,17.921686,18.003025,18.816389,18.740631,18.456884,21.67939,18.252731,19.476744,19.971056,20.200573,19.796215,13.195126,13.027523,12.963228,12.809504,12.717846,12.184335,12.192313,12.245487,12.358892,11.913778,11.870968,11.969894,11.920242,12.32,12.124695,23.919123,24.032013,23.717243,23.422832,23.226238,23.344711,23.082207,23.203144,23.438978,24.006622,23.64105,24.252413,24.356249,24.106716,23.771076,12.944743,13.003032,13.076204,12.977961,13.068559,13.096017,13.227962,13.285155,13.581414,13.873981,14.084021,14.425307,15.102985,15.541376,15.993092,13.679724,13.669799,13.814156,13.675303,13.732834,13.880258,13.55967,13.991163,14.101889,13.860972,13.729572,13.774863,13.666036,13.744025,14.173144,24.301607,24.396315,24.40806,24.316801,24.107368,24.167093,24.02496,24.125422,24.131531,23.838436,23.549488,23.14225,22.956059,23.473282,22.928026,16.836159,17.948719,17.562725,16.19632,17.139334,16.225962,15.496368,16.487455,15.884477,17.676144,18.31502,20,21.006289,20.657894,21.960785,17.377861,17.398531,17.596626,17.700176,17.854071,17.90885,17.74947,17.829237,17.916576,18.102125,18.283035,17.894278,18.286417,18.480774,18.534761,11.996337,12.049133,12.477748,12.719554,12.899364,13.284267,13.642219,13.945755,14.527527,14.868154,15.243854,15.735133,16.528349,17.204569,17.940613,10.688359,10.718452,10.768227,10.868115,10.776095,10.660633,10.535411,10.543806,10.75081,11.036724,11.337949,11.741838,12.318512,12.827613,13.302493,15.293294,15.715737,16.051201,16.364208,17.655428,17.664932,18.096254,18.933128,19.551512,19.921217,20.687452,21.20542,22.451368,23.692543,24.539658,5.9978337,6.411025,6.7914791,7.2322803,7.4241385,7.5915999,7.7557044,7.9644895,8.2252178,8.3517389,8.508769,8.6929302,9.0067701,9.0429583,9.2260723,17.586912,18.426502,18.898489,19.096045,19.795223,21.783295,24.462061,25.2111,24.512196,25.80645,22.857143,25.593668,25.324675,25.1497,25.939392,12.622549,12.431444,13.566606,13.820598,14.761906,15.064758,13.869537,13.368983,13.104611,12.720664,12.437563,14.134275,14.45783,14.452555,15.18351,7.7073359,8.2769051,8.9063349,9.3233089,9.4621773,9.391201,9.7989626,9.9693451,10.170447,10.061388,10.237264,10.137529,10.210649,10.295729,10.633852,7.03262,7.6513758,8.3397684,9.0492325,9.6736145,10.103577,9.8360653,10.240852,10.342329,11.501767,11.933092,12.232677,12.866778,12.980373,13.27877,16.223978,16.02289,15.649743,15.116813,15.269258,17.302689,16.790018,16.32023,17.841755,18.013725,18.052965,18.620558,18.587221,19.40184,20.019531,13.714844,13.909252,14.02603,14.200676,14.348522,14.026131,13.719469,13.875302,14.38569,15.322564,15.829314,16.73241,18.102318,18.966021,19.752348,20.14403,20.403957,21.225615,20.905264,20.932133,21.905739,22.450657,22.930328,23.446978,23.380163,21.895973,23.189972,23.655453,24.181858,25.033289,18.49365,19.567152,19.9576,20.49824,20.706949,20.348764,20.754763,20.9806,21.703068,22.629707,23.491512,24.506523,25.695238,27.012243,27.848732,7.8537173,8.246172,8.3785419,8.6362934,9.1382217,9.9088144,10.17586,10.871183,10.982746,12.241866,12.812917,13.677401,13.539052,13.259508,13.771471,13.2626,13.128326,13.385354,14.042802,14.047011,13.10705,14.515718,15.875,16.199074,17.146372,17.816092,21.087231,23.454268,25.907803,27.840328,10.557165,10.538728,10.541319,10.642167,10.770501,10.833529,10.920632,11.072264,11.367357,11.79708,12.09908,12.622378,13.362676,14.010437,14.600344,13.733525,14.587858,14.712988,15.304589,15.434083,15.08837,14.87751,15.011427,14.991779,14.858585,15.022868,14.976753,15.190381,15.270689,15.21347,14.982499,15.148115,15.076235,15.108448,15.167425,15.224536,15.38892,15.6146,15.891417,16.200069,16.553797,16.946087,17.82666,18.589636,19.21439,15.093939,15.007726,14.980635,14.881423,15.047365,15.174084,15.314865,15.590012,16.006241,16.426517,16.757927,17.131433,18.062956,19.066439,19.921228,17.78532,17.830317,18.003727,17.898331,18.203716,18.08497,18.637314,19.174559,19.6301,20.187174,20.580734,21.613922,22.696375,23.682493,24.455374,13.681662,13.5629,13.394272,13.351284,13.556428,13.546412,13.675345,13.867129,14.214167,14.467931,14.710119,15.150963,15.928246,16.602594,17.283741,18.408831,18.409689,18.243364,18.160898,18.17857,18.153345,18.291241,18.553524,18.833612,19.139778,19.411228,19.871912,20.875137,21.278658,21.688648,13.44237,13.424051,13.447661,13.444799,13.622936,13.851449,14.26246,14.509366,14.911263,15.243011,15.480092,15.981043,16.768036,17.421331,18.112196,10.628477,10.527497,10.503894,10.535405,10.703855,10.768932,10.923503,11.143482,11.459219,11.687925,11.887089,12.203864,12.866052,13.408801,13.953259,12.376259,12.184312,12.003833,11.999467,12.098776,12.180861,12.444666,12.749619,13.187469,13.468918,13.713798,13.990951,14.750284,15.433399,16.257858,10.147201,10.191141,10.26071,10.399697,10.655026,10.778529,11.108651,11.495179,11.958128,12.377195,12.714993,13.199695,13.924731,14.617183,15.249236,11.21419,11.072546,11.034357,11.051298,11.167172,11.123938,11.191978,11.424816,11.66585,11.773981,11.894674,12.14174,12.816151,13.344665,13.678472,15.780775,15.606006,15.57284,15.547636,15.580418,15.424231,15.568254,15.71042,15.954943,16.248171,16.531704,16.8454,17.682884,18.19536,18.949078,13.617871,13.605775,13.484762,13.37182,13.314507,13.332126,13.440585,13.606533,13.913205,14.049678,14.199903,14.397735,14.988234,15.347367,15.804413,15.23419,15.143083,15.063543,15.003127,14.927948,14.893667,14.828773,14.888917,15.034379,15.106646,15.173832,15.227381,15.568377,15.790513,15.982122,12.584432,12.636627,12.596548,12.680988,12.726067,12.793882,12.914248,13.147063,13.47176,13.699426,13.889377,14.114115,14.671773,15.160753,15.517322,12.575512,12.517035,12.439875,12.371525,12.298265,12.257657,12.217968,12.330735,12.59621,12.697695,12.821865,12.977192,13.52728,13.913643,14.24319,20.225971,20.153299,20.177198,20.171074,20.232479,20.204697,20.454937,20.714329,21.052794,21.372303,21.607559,21.932358,22.716103,23.327354,23.915939,13.034055,12.943578,12.810432,12.680127,12.532285,12.452145,12.366093,12.345216,12.439482,12.554702,12.626234,12.780987,13.117955,13.429994,13.683091,11.893297,11.735062,11.581839,11.513305,11.449567,11.447833,11.332771,11.355642,11.466334,11.488817,11.546387,11.649848,11.958127,12.168762,12.351282,11.657779,11.662667,11.582335,11.557516,11.528298,11.529067,11.690088,11.747499,12.02844,12.231958,12.4135,12.667288,13.271825,13.739165,14.13932,11.315365,11.121598,11.015768,10.919255,10.804791,10.677216,10.504142,10.504745,10.481281,10.432218,10.45327,10.398705,10.493728,10.603332,10.694218,10.04495,10.853012,10.972103,11.01745,11.087685,11.095322,11.27864,11.647532,12.028898,12.450531,12.762809,13.585371,14.40136,15.076197,15.738018,12.589304,12.502543,12.423055,12.326189,12.206849,12.161098,12.219436,12.347695,12.525301,12.581694,12.680587,12.77167,13.142962,13.439663,13.735162,12.32454,12.200401,12.084287,12.013304,11.928244,11.877373,11.973211,12.017113,12.146283,12.219885,12.341273,12.454557,12.814835,13.132965,13.371526,12.498359,12.472706,12.462132,12.497509,12.539352,12.666166,12.820329,12.994459,13.346182,13.584574,13.779506,14.066194,14.716528,15.168185,15.621811,11.633349,11.755278,11.912395,12.095841,12.259167,12.391652,12.596464,12.874651,13.310042,13.621202,13.873114,14.171861,14.683501,15.077183,15.391919,22.104795,21.803282,21.455633,21.196383,21.011425,20.834082,20.852766,20.871275,21.010212,21.01207,21.040922,21.000084,21.524927,21.672983,21.922768,12.012643,11.890676,11.760293,11.678572,11.611378,11.618719,11.603312,11.693171,11.88877,11.971338,12.100387,12.226469,12.561141,12.834019,13.058501,14.480266,14.440681,14.467517,14.499961,14.421223,14.302318,14.377726,14.45099,14.51784,14.731879,15.050409,15.424574,16.067078,16.625681,17.198082,11.221679,10.860176,10.843065,10.889829,11.02943,11.232914,11.48724,11.691809,12.037722,12.219029,12.390112,12.805716,13.288243,13.693531,14.038854,9.1283503,9.1853647,9.3357344,9.4506235,9.6020174,9.8067808,10.128366,10.509296,11.066636,11.578264,11.988153,12.532327,13.429628,14.122311,14.738904,13.738808,13.480862,13.297322,13.1777,13.040408,12.875527,12.666023,12.618485,12.697145,12.665607,12.650723,12.607567,12.802108,12.903484,13.065389,12.880217,12.766038,12.71096,12.652201,12.697828,12.814294,13.061736,13.253464,13.564394,13.888659,14.090182,14.236442,14.908218,15.422456,16.001123,11.550195,11.603375,11.489562,11.498699,11.440772,11.52116,11.611563,11.676302,11.905163,12.102631,12.246347,12.508141,13.092096,13.607539,14.15458,18.9515,20.269495,20.594116,21.20949,22.174164,23.153284,23.22978,24.244089,25.337372,26.701004,27.292225,29.322901,31.869339,33.016228,35.200905,14.6925,14.824055,14.841694,14.638845,14.546667,14.606254,14.361617,14.204161,14.299915,14.205191,14.376929,14.118237,14.363238,14.496355,14.759178,10.747864,11.137119,11.4997,11.859688,11.882063,12.053374,12.414916,12.418373,12.641697,12.746799,12.940875,12.74346,13.363094,13.726276,14.258486,16.870863,17.086279,17.179035,17.397785,17.774782,17.910341,18.352167,18.868872,19.311247,19.838324,19.998543,20.734484,21.745047,22.612295,23.651844,11.511191,11.682679,11.723129,11.693291,11.481561,11.428024,11.440299,11.402078,11.889173,11.730211,11.389405,11.183787,11.225919,11.469257,11.520908,25.338142,26.816929,26.320665,24.906191,24.345295,23.927549,24.072216,23.157894,22.700001,22.327671,21.41444,23.920771,24.045408,23.239809,23.754789,10.658603,10.876167,11.060494,11.120328,11.203694,11.390653,11.687085,11.824941,12.109233,12.284264,12.369263,12.571016,13.035146,13.568261,14.102186,14.716239,14.728652,14.55041,14.438828,14.363217,14.276984,14.085193,14.180614,14.119392,13.996416,14.015587,13.989676,14.18071,14.03998,13.903469,16.59219,17.063078,17.662855,18.416143,19.057787,19.159182,19.753923,20.096512,20.333546,20.736649,21.371475,22.10845,22.774538,23.512321,24.132818,13.850416,14.047172,14.755816,14.625642,14.838301,15.064714,15.400979,15.360371,16.081684,16.023293,15.171533,16.620081,17.255583,17.830479,17.983345,28.339577,28.681177,28.993288,29.619921,28.644503,28.439152,28.838453,29.371584,30.000002,28.57143,21.418234,28.913963,29.885057,30.758017,30.871492,14.169269,14.837286,15.022762,15.70119,15.851233,16.004036,16.602316,16.743256,17.104738,16.377766,16.048618,16.928158,17.760134,18.877331,19.133495,12.270194,12.223487,12.037629,12.065039,11.894694,11.77247,11.593692,11.151691,10.961633,10.751672,10.86587,10.813344,10.750401,10.594747,10.45045,17.933973,18.37273,18.867828,18.881084,18.851892,18.960543,19.326792,19.968691,20.466322,21.275766,22.092684,22.875496,24.341585,25.47047,26.333723,12.19953,12.844974,12.69103,12.630378,12.695482,12.989624,13.108188,13.478475,14.349476,14.784127,14.929843,15.051161,15.80251,16.36598,16.559431,18.271238,18.619118,18.891596,18.903967,18.83007,19.102064,19.278345,19.488314,19.326109,19.45141,19.524132,19.708841,20.054405,20.584545,20.804523,6.9431214,7.0146666,7.2816601,7.6511288,7.8755245,8.351965,8.6999054,9.0653095,9.2251129,9.4775181,9.595109,9.5690985,10.004263,10.303155,10.634293,15.338722,15.62137,15.395069,15.335277,15.807154,16.693323,17.067307,17.425463,17.885517,18.645813,18.347311,19.962376,20.90637,21.465296,22.697512,11.816382,12.263981,12.618884,13.178863,13.145128,13.405723,13.850482,14.238146,14.549266,14.953092,14.986622,14.968012,15.332869,15.75434,16.357786,19.077106,19.364721,19.557999,20.039827,20.030088,20.162085,20.37406,20.820364,20.850967,20.874439,20.566204,21.200441,22.151611,23.021997,23.788702,10.969246,11.206264,11.454675,11.742874,12.059392,12.483208,12.810214,13.194099,13.479803,13.847038,14.135204,14.61485,15.442528,15.824318,16.524719,12.16749,12.161942,11.923552,11.831001,12.017395,12.161526,11.998332,12.133891,12.399077,12.322844,11.845387,11.732499,11.863323,12.106815,12.539488,10.694677,10.902184,11.057208,11.194766,11.431719,11.47753,11.448731,11.565518,11.721492,11.928519,12.098542,12.678911,13.566032,14.254218,15.13069,9.1202211,9.2600117,9.2983332,9.3991919,9.6777859,9.9039335,10.164123,10.390886,10.565384,10.700454,10.903224,11.297026,11.693766,12.3242,13.025244,11.772927,11.853766,12.067863,12.211311,12.549498,12.923265,13.311556,13.640247,14.014503,14.729343,15.316296,15.793061,16.725231,17.658537,18.47154,10.81079,11.067703,11.230579,11.481884,11.736844,12.215682,12.669145,13.148135,13.885988,14.58748,15.152207,16.04113,17.255306,18.41744,19.636835,27.821939,28.155863,28.882576,28.756985,29.139072,29.364687,30.54097,30.90078,30.820883,30.703518,30.459005,31.193346,32.017174,32.941074,33.948112,10.948783,11.129725,11.345602,11.446352,11.69193,12.109462,12.687351,13.098083,13.208282,13.649802,14.313726,14.84454,15.4588,16.094444,16.730104,12.413564,12.696785,13.046297,13.425114,13.758485,14.213501,14.895865,15.348622,15.742138,16.46438,17.125345,18.164158,19.622295,20.917192,22.266275,9.784215,10.060024,10.575061,10.687837,11.080074,11.573464,12.069584,12.657769,13.397306,13.598148,14.290076,14.949113,16.13184,17.175062,17.996922,17.986641,18.632191,18.511358,19.166666,19.138058,19.151978,17.933493,17.778816,18.059361,18.08534,17.286942,18.953068,19.38545,19.505495,19.864138,10.214739,10.491042,10.564173,10.81191,11.034323,11.26646,11.713485,11.783781,11.986004,12.392768,12.748994,13.224893,13.941418,14.628778,15.42864,14.414142,14.298253,14.131882,13.990733,13.828834,13.787728,13.704741,13.7143,13.880667,13.859345,13.958984,14.119865,14.515418,14.863083,15.264196,14.050863,14.049801,14.126044,14.177216,14.157937,14.473155,14.453292,14.539823,14.716228,15.009496,15.246306,15.338453,16.032576,16.555616,17.044432,10.050445,10.010211,9.9653435,9.9951334,10.057669,10.153906,10.174652,10.286945,10.361367,10.44453,10.588488,10.712309,10.900765,11.055382,11.201403,16.372766,16.274866,16.207468,16.204479,16.192144,16.182405,16.079241,16.070532,16.251387,16.28686,16.423164,16.498228,17.010347,17.283148,17.505922,14.6687,14.706164,14.662489,14.607307,14.57207,14.5699,14.569349,14.803346,15.16326,15.298605,15.513094,15.630362,16.130657,16.585249,17.061726,14.442232,14.367936,14.422427,14.471404,14.499779,14.552919,14.577462,14.752756,15.05057,15.196079,15.332967,15.619246,16.168882,16.621035,17.034096,16.026592,16.013119,15.850115,15.852515,15.913365,15.963832,16.03067,16.135841,16.317507,16.455988,16.621899,16.67461,17.280249,17.582394,18.02949,15.605858,15.604758,15.552956,15.585554,15.616472,15.598695,15.616688,15.610263,15.757658,15.71993,15.732235,15.640977,16.071329,16.643133,16.979731,14.893326,14.969966,14.955571,15.070147,15.12759,15.16988,15.518281,15.813303,16.295834,16.398428,16.696756,17.224556,17.803577,18.403767,18.910263,11.911229,11.993277,12.016306,12.062017,12.148699,12.302847,12.436552,12.527254,12.834796,13.123481,13.371491,13.761592,14.243309,14.729014,15.238304,16.449894,16.369354,16.257793,16.188549,16.209974,16.270382,16.428335,16.788586,17.189697,17.72686,18.199547,18.69253,19.515276,20.287971,20.79414,12.484341,12.463449,12.390829,12.394138,12.430483,12.542063,12.532103,12.697485,12.99029,13.039427,13.135473,13.53807,14.137882,14.440279,14.970673,18.5651,18.603336,18.568792,18.495724,18.633886,18.560474,18.584656,18.759546,18.935963,19.164833,19.430506,19.925301,20.901484,21.260347,21.840462,12.055647,12.051126,12.072297,12.150038,12.250606,12.371162,12.54479,12.778385,13.169202,13.386911,13.580688,13.883543,14.449491,14.987053,15.483163,15.933182,15.883319,15.769895,15.644702,15.537874,15.463029,15.464733,15.530537,15.672447,15.693752,15.745897,15.683251,16.045853,16.236166,16.490593,16.075146,16.175148,16.280138,16.408195,16.521185,16.70863,16.91061,17.280878,17.611259,17.850449,18.164469,19.030371,19.859915,20.338198,20.925657,12.80464,12.659794,12.787683,12.664948,12.74684,12.767036,12.861331,12.907961,13.081087,13.220903,13.369782,13.575196,13.974549,14.556381,14.898401,16.307116,16.088081,15.843457,15.722301,15.59937,15.455418,15.427993,15.40846,15.554836,15.835704,16.071751,16.375084,16.931601,17.449492,18.032969,14.403937,14.346579,14.427176,14.41932,14.469316,14.540188,14.736562,14.992492,15.366893,15.492558,15.680237,15.827279,16.410257,16.746088,17.166111,15.692078,15.714108,15.851963,15.850133,15.899907,15.776728,15.985701,16.323153,16.641397,17.013691,17.319311,18.013145,18.636999,19.365913,19.939898,19.899572,19.973644,20.202599,20.382166,20.666925,21.362656,21.455786,21.815256,22.542408,22.684233,22.95591,24.342785,24.953056,25.851198,26.81683,16.713472,16.636587,16.605963,16.543385,16.463036,16.398619,16.331663,16.45245,16.713247,16.798433,16.870794,17.2957,17.891003,18.341877,18.780508,11.285446,11.312847,11.429909,11.451662,11.452458,11.135294,11.088429,11.122989,11.26981,11.173417,11.192122,11.274244,11.371013,11.709679,12.180996,11.482461,11.503391,11.581502,11.646143,11.719275,11.771811,11.629829,11.620539,11.541518,11.501794,11.520009,11.508859,11.708712,11.90932,12.072408,13.787098,13.917851,14.182133,14.27394,14.328045,14.495948,14.39206,14.487189,14.922985,14.96654,15.056147,15.314751,15.726131,16.185461,16.645811,11.387064,11.553589,11.697227,11.899279,12.035001,12.302135,12.569426,12.926978,13.227296,13.523388,13.757213,14.099245,14.617151,15.204434,15.709588,12.483801,12.510736,12.585929,12.629207,12.684007,12.764618,12.995197,13.234951,13.486144,13.768126,13.980309,14.307836,14.938755,15.419176,15.815769,13.098478,13.091522,13.069892,13.072779,13.102047,13.197591,13.281883,13.452842,13.690222,13.805882,13.94768,14.149663,14.655931,15.0353,15.439348,19.139198,18.851067,18.582905,18.27944,17.792154,17.491161,17.04006,16.960522,16.830494,16.769665,16.612934,16.579201,17.032932,17.391653,17.726076,15.066211,15.053556,15.017633,14.963939,14.922375,14.91033,14.869745,14.998472,15.224255,15.262956,15.309432,15.375908,15.78305,16.092503,16.375685,12.162498,12.210867,12.376637,12.467401,12.590808,12.713614,12.738859,12.900072,13.087027,13.357702,13.552737,13.640794,13.865844,14.133231,14.337622,15.425735,15.35424,15.338312,15.30412,15.28128,15.333137,15.37789,15.475622,15.677987,15.790838,15.91902,15.991172,16.499277,16.893854,17.282816,16.451056,16.329771,16.162561,16.063234,15.890631,15.886411,15.909217,15.928321,16.11339,16.191784,16.285635,16.304047,16.739532,17.037987,17.414434,13.798321,13.738617,13.630507,13.569262,13.53996,13.488317,13.501112,13.622105,13.822195,13.94811,14.07565,14.174776,14.609676,14.923864,15.282114,13.199009,13.316934,13.362421,13.543484,13.704115,13.781065,14.052406,14.259238,14.703391,15.102506,15.421399,15.813864,16.572453,17.114826,17.72994,10.301785,10.241203,10.172392,10.135284,10.091917,10.154668,10.232811,10.374419,10.656643,10.832914,11.024896,11.275124,11.761482,12.165895,12.564031,12.388519,12.435646,12.599633,12.791045,12.918365,13.081081,13.270383,13.571131,13.996394,14.217569,14.444393,14.628948,15.291153,15.759752,16.219244,11.353152,11.419902,11.459149,11.500975,11.556672,11.674821,11.80509,11.93981,12.212543,12.455041,12.649655,12.756001,13.473497,13.918032,14.409733,15.003233,15.0717,14.993639,14.841689,14.931515,14.994688,15.19387,15.409925,15.906076,16.273283,16.542934,16.93313,17.591305,17.923992,18.61587,9.5607452,9.7758999,9.8673973,10.083465,10.183174,10.520713,10.782331,11.109659,11.669027,12.143559,12.479817,12.927023,13.710811,14.280695,14.709024,12.693516,12.708778,12.779416,12.83261,12.893698,12.927749,12.821651,12.836194,12.82235,12.818029,12.871955,12.948711,13.18318,13.374378,13.560205,13.576406,13.419123,13.321354,13.195764,13.150467,13.064368,13.149664,13.236605,13.413538,13.506126,13.581679,13.692395,14.316319,14.753668,15.195868,11.593878,11.591208,11.653596,11.674368,11.717734,11.821595,11.933511,12.145539,12.387508,12.532845,12.694226,12.974897,13.656308,14.096324,14.572123,11.827819,11.945096,12.108141,12.194489,12.333565,12.519373,12.644711,12.845246,13.158902,13.328279,13.454609,13.67924,14.216349,14.515847,14.82202,13.024744,13.19049,13.27409,13.317286,13.310547,13.35681,13.318871,13.433584,13.542674,13.710562,13.927467,14.084658,14.521959,14.960525,15.31592,11.494487,11.595105,11.707662,11.85378,12.015434,12.090621,12.400118,12.701694,13.150652,13.438706,13.694763,14.061448,14.720646,15.196169,15.852855,16.630394,16.435005,16.077555,15.815702,15.536602,15.316911,15.014364,14.967001,15.039776,14.983447,14.96039,14.771949,15.11573,15.34484,15.659796,14.875928,14.7921,14.90011,14.825799,14.778707,14.744576,14.864823,15.100019,15.259957,15.685257,16.004524,16.49213,17.539211,18.148136,18.574677,14.642262,14.71708,14.833933,15.038379,15.125566,15.286016,15.246373,15.566365,16.326969,16.746386,16.977633,17.36051,17.856375,18.559378,19.332275,15.127613,15.205385,15.065913,14.969328,15.011894,15.006966,15.038469,15.069496,15.349166,15.436716,15.579988,15.896943,16.426895,16.864258,17.383204,15.145195,14.989517,14.952352,15.022532,15.098553,15.171744,15.095509,15.203823,15.423496,15.668678,15.916305,16.164415,16.712416,17.041632,17.459269,11.82826,11.884536,11.940525,12.012449,12.135109,12.283115,12.448411,12.727157,13.099287,13.340317,13.545731,13.810891,14.434123,14.841761,15.206525,14.286293,14.24949,14.22796,14.195396,14.083786,14.110446,14.016393,14.084959,14.360492,14.623875,14.827097,15.271798,15.757055,16.166855,16.804804,13.20267,13.538445,13.673258,13.918489,14.150414,14.2644,14.380239,14.661108,15.173406,15.473495,15.761328,16.169497,16.850611,17.41884,17.909073,9.6275673,9.6718588,9.6765652,9.7426529,9.8230705,9.83074,10.038033,10.229206,10.414114,10.559918,10.793151,11.036036,11.473535,11.808331,12.24899,13.327147,13.323806,13.236143,13.257839,13.288095,13.360155,13.513632,13.746458,14.141745,14.52436,14.869406,15.358886,16.162649,16.802723,17.33919,15.164447,15.162603,15.175464,15.134555,15.220825,15.40349,15.513927,15.853362,16.500122,16.850855,17.171257,17.453915,18.419161,19.255213,19.775534,14.005281,14.072161,13.997907,14.097467,14.069174,14.218479,14.442976,14.646177,14.97502,15.236932,15.388383,15.676172,16.306847,16.734667,17.259064,12.1952,12.352602,12.423321,12.608377,12.727467,12.815945,13.089374,13.395482,13.732812,13.995707,14.291809,14.692227,15.418688,15.984379,16.556782,13.963745,13.924882,13.921338,13.944767,14.029185,14.146868,14.146696,14.242876,14.434278,14.556223,14.6849,14.762606,15.151776,15.367052,15.533304,12.191525,12.294188,12.272421,12.289605,12.379819,12.459093,12.581725,12.819006,13.048415,13.313288,13.610578,14.01432,14.533518,14.956522,15.432623,15.63726,15.607685,15.533863,15.354647,15.499041,15.734808,15.768231,15.879369,16.144682,16.393312,16.631147,16.768425,17.518711,17.851601,18.481203,14.114729,14.029667,13.988568,13.990251,13.975541,13.99028,14.198867,14.298055,14.387558,14.481108,14.668576,14.748245,15.322906,15.727051,16.101614,12.11879,12.104015,12.326554,12.483571,12.837054,13.28173,13.699198,13.969242,14.416395,14.830108,15.172265,15.973382,16.85688,17.591742,18.911251,19.188606,19.320297,19.441341,19.626947,19.814644,19.762699,20.00914,20.233253,20.204834,20.422472,20.720236,21.351475,22.293402,23.73037,24.489796,14.383237,14.225335,14.010808,13.957824,13.783825,13.857438,13.921576,13.928893,14.148376,14.277223,14.412071,14.609496,15.128605,15.733108,16.403797,17.965687,18.060606,18.202885,18.376307,18.606915,18.805635,18.967628,19.203199,19.524908,19.83127,20.211792,21.028999,21.984013,22.870518,23.604294,15.683105,15.881622,15.861644,16.092981,16.192755,16.316523,16.129032,16.53574,16.977364,17.132496,17.437342,18.005743,18.939781,19.752249,20.38249,15.877642,15.916956,15.99655,16.158792,16.304966,16.376822,16.631634,17.029249,17.447195,18.009897,18.43371,19.128994,20.11072,20.923271,21.570938,15.985224,15.911039,16.1887,16.334122,16.360275,16.348406,16.547955,16.471544,16.751101,16.982466,17.190588,18.120262,18.762445,19.297987,19.504066,14.248528,14.238553,14.254774,14.286576,14.134307,14.136265,14.392919,14.700307,14.914179,15.456788,15.595107,16.425245,17.195152,18.082113,18.748192,16.949957,17.255444,17.519413,17.893129,18.236586,18.367369,18.833698,19.21562,19.968622,20.786182,21.468256,22.702423,24.377533,25.70911,26.993164,15.405112,15.338778,15.235483,15.168712,15.13897,15.126646,15.303898,15.400449,15.655425,15.846059,16.034285,16.307775,17.020754,17.480555,18.092905,13.474647,13.624127,13.868034,14.017857,14.27389,14.523156,14.876034,15.231956,15.587963,15.860185,16.203413,16.545771,17.329853,17.858501,18.489534,11.518479,11.299033,11.174261,11.173745,11.146016,11.091732,11.06793,10.875167,10.914696,11.093623,11.31543,11.492065,11.913193,12.290041,12.534843,13.256392,13.325678,13.438925,13.713781,13.866693,14.080381,14.388667,14.697014,14.962377,15.241914,15.482301,15.848337,16.612751,17.263403,17.837759,13.559566,13.760564,13.383701,13.136559,12.430184,11.956401,12.155348,12.110763,12.313814,12.779069,12.776168,13.722366,14.244418,14.729677,14.923197,17.274349,17.482857,17.59712,17.716606,17.575289,17.463753,17.586056,17.887268,18.545595,18.833561,19.088251,19.399906,20.26606,20.992886,21.793976,13.040337,13.362982,13.447216,13.607183,13.982606,14.294708,14.700121,14.941038,15.448311,15.650158,15.826124,17.153889,18.133955,18.633781,19.66806,12.276069,12.252787,12.31707,12.447717,12.560537,12.61665,12.901382,13.140874,13.549738,13.83093,14.143496,14.595538,15.363206,15.854952,16.154005,15.309609,15.494736,15.249642,15.50099,15.632336,15.97686,16.754284,17.164553,17.56794,17.869619,18.330957,20.502003,21.682478,22.727547,23.623722,19.731493,19.525763,19.667255,19.564787,19.892431,20.309084,20.560329,20.987202,21.608276,22.481554,22.940662,23.752672,24.953667,25.614891,26.706537,17.999723,18.102139,18.311697,18.294447,18.349003,18.229059,18.631615,18.752089,19.310904,19.275896,19.642252,19.944635,20.961498,21.52165,22.304323,22.710789,22.419107,21.967001,21.773252,22.007721,22.292282,21.875927,22.460409,22.741137,23.320684,23.475552,24.423185,25.761694,27.312071,28.178564,13.455172,13.394451,13.432852,13.51179,13.670805,13.838752,14.122075,14.259054,14.55555,14.779404,15.007649,15.44927,16.092979,16.65567,17.084335,13.811429,13.80141,13.757162,14.040865,14.163597,14.21086,14.254143,14.441426,14.75143,14.96312,15.211919,15.915656,16.67651,17.262321,17.722786,13.415403,13.435843,13.769391,14.048608,14.072989,14.215287,14.241793,14.552517,14.928135,15.130049,15.308735,15.397546,15.969316,16.607132,17.129852,7.7253051,7.891468,8.0249395,8.3015184,8.3243122,8.618844,8.7862959,9.0669641,9.2684412,9.3367424,9.5170593,9.6231451,10.098934,10.405878,10.822125,11.965672,11.862777,12.009107,11.749348,11.52825,11.25435,11.442657,11.741902,11.989905,12.577672,12.887536,13.213388,13.885653,14.535743,14.799213,13.721848,13.657302,13.649758,13.698504,13.667309,13.380703,13.35206,13.84276,14.451763,14.935122,15.287374,15.830726,16.887676,17.695415,18.698515,12.799822,12.763342,12.907149,13.089543,13.150299,13.315104,13.440706,13.652075,13.819342,14.102311,14.406186,14.929594,15.693877,16.290571,16.807158,13.821835,13.872721,13.971355,14.374457,14.739561,14.766981,15.157187,15.484352,15.9198,16.244669,16.608988,17.0714,18.081064,18.630995,19.282705,12.864571,12.946874,13.096378,13.182343,13.392247,13.441856,13.494442,13.69358,13.893681,14.099662,14.21809,14.511323,15.006292,15.489335,15.881109,9.6224089,9.4812603,9.3783855,9.4073954,9.423768,9.4435139,9.52703,9.5219069,9.5259027,9.6082249,9.7972097,9.9370098,10.355468,10.634627,11.056707,12.609346,12.892529,13.055232,13.363932,13.670092,13.830564,13.770064,13.802293,14.032258,14.24507,14.356462,15.027809,15.740559,16.364685,16.940508,12.611832,12.504867,12.514361,12.487249,12.452929,12.434129,12.532293,12.532852,12.707578,12.839567,13.030582,13.119517,13.643311,14.060031,14.378831,10.940749,10.894782,10.841136,10.895128,11.037481,11.220052,11.60476,11.681883,11.927026,12.333428,12.685709,13.309005,14.004806,14.639004,15.170767,12.603905,12.590376,12.579065,12.620533,12.641537,12.69642,12.822747,12.805861,12.926134,13.075323,13.283836,13.589732,14.223125,14.692767,15.077236,14.402665,14.432012,14.29917,14.444445,14.373736,13.954311,13.862316,13.677131,14.275087,14.747076,14.999591,15.749793,16.673664,17.139915,17.800865,17.725794,18.140055,18.06436,18.024811,18.157957,17.771442,18.117043,18.676455,19.514986,19.716539,19.684507,19.911251,20.815622,21.552021,22.228645,11.396035,11.318986,11.226119,11.416458,11.398603,11.436755,11.650081,11.794756,12.067311,12.272139,12.450261,13.46384,14.177425,14.763783,15.292081,12.071504,12.244686,12.243748,12.08686,11.985893,12.186042,12.09623,12.291057,12.463495,12.459417,12.51403,12.770473,13.641678,14.17048,14.623241,11.722516,11.677922,11.689363,11.737527,11.738619,11.773973,11.875751,11.870018,12.082652,12.217151,12.410528,12.527114,13.030383,13.404457,13.770691,14.965274,15.00317,14.991063,14.942896,15.075,15.037593,15.284188,15.518915,15.687086,15.939528,16.1541,16.597847,17.290041,17.854534,18.297215,10.351996,10.297527,10.236343,10.244144,10.214623,10.266261,10.422571,10.513378,10.510152,10.447321,10.441275,10.390221,10.675982,10.897354,11.142553,19.008738,19.209152,19.410692,19.735365,19.841507,19.781027,19.940729,20.3011,20.642397,20.814173,21.077459,21.513382,22.4069,23.085251,23.718424,21.652428,21.611629,21.433657,21.286846,21.283548,21.310871,21.588909,21.603598,21.794245,22.127716,22.412085,22.673326,23.474987,24.025629,24.465698,15.625278,16.109941,16.210133,15.749436,15.462093,15.321197,15.249573,15.226897,15.478282,15.642799,15.75701,16.245457,16.687847,17.093771,17.407711,7.7263212,7.5686889,7.7043452,7.7194905,7.6103778,7.5129404,7.6039648,7.5889497,7.5992899,7.4681759,7.4095144,7.4102521,7.6889539,8.0136919,8.3920689,16.303787,16.40802,16.489908,16.365217,15.913865,15.925344,16.13592,16.031212,15.510063,15.552476,14.826933,15.643224,16.675388,17.51531,17.770712,12.307891,12.245941,12.269087,12.320904,12.334267,12.289167,12.374195,12.342047,12.477914,12.653816,12.870296,13.085387,13.70612,14.14516,14.600593,13.746509,13.649108,13.675658,13.673658,13.735467,13.747808,13.852973,14.115717,14.468892,14.848454,15.132133,15.612875,16.408234,16.882769,17.678911,9.7989111,9.7076569,9.6326351,9.6705694,9.6262178,9.6207504,9.7648296,9.8127756,9.9186373,10.052979,10.236545,10.725096,11.309864,11.809876,12.283445,15.511711,15.594713,15.654668,15.91845,15.884619,16.243908,16.690014,16.741405,16.773611,16.770187,17.265833,19.386265,20.161526,20.956676,21.679571,12.873368,12.831725,13.081743,13.317265,13.287232,13.212943,13.187189,13.314605,13.537674,13.527083,13.763351,13.724552,14.149753,14.459258,14.991273,14.703809,14.876895,14.930937,14.957222,15.047048,15.154997,15.347195,15.465872,15.561131,15.847933,16.023149,16.429113,16.903385,17.411625,17.889006,11.56784,11.704309,11.743977,11.885416,12.038028,12.1327,12.31106,12.442843,12.660389,12.950381,13.278522,13.684921,14.604308,15.316767,15.898848,14.338104,14.368164,14.453171,14.746245,14.844434,15.022334,15.322159,15.573345,15.890815,16.179649,16.434156,16.74489,17.452023,17.921043,18.512257,22.260424,22.097649,21.911242,21.764593,22.00082,21.93174,22.308773,22.337475,22.720781,23.290951,23.828747,24.228905,25.203926,25.861204,26.356634,15.980272,15.976421,16.033182,16.444422,16.731693,16.674131,16.999752,16.939276,17.245567,17.391304,17.620445,17.810324,18.87154,19.190533,19.753378,15.188583,15.429772,15.537816,15.700096,15.856901,16.012209,16.194069,16.432291,16.784134,17.19928,17.505407,18.521269,19.295162,20.021933,20.654213,8.5436954,8.4752092,8.4196291,8.3981113,8.3750677,8.355442,8.407506,8.4211245,8.5110102,8.6721306,8.8417377,9.0084944,9.3958464,9.7107182,10.035398,18.550079,18.423708,18.693239,18.772495,18.935207,19.277336,19.510798,19.725645,20.050825,20.50922,20.970024,21.383976,22.276423,22.69138,23.431181,13.907482,13.924755,13.897225,13.938882,13.760756,13.899016,14.060269,14.321571,14.814548,15.326597,15.726299,16.463284,17.325424,17.838074,18.47501,21.752665,21.774479,21.755396,21.643497,21.662157,21.527443,21.831768,21.918745,22.177841,22.440512,22.68401,22.798264,23.357721,23.705824,23.852964,12.449827,12.429456,12.335243,12.364096,12.371762,12.47084,12.858337,13.054101,13.336431,13.709002,14.014259,14.295117,15.105769,15.80418,16.390625,12.850014,12.824085,12.82925,12.926923,12.903534,12.761849,12.801443,12.911458,13.312494,13.618879,13.899803,14.123416,14.795023,15.30442,15.830274,17.344948,17.653992,17.82268,18.175648,18.215733,18.27322,18.275145,18.530481,18.931667,19.346664,19.559891,20.569218,21.72464,22.368612,22.895901,6.3512921,6.5506926,6.7237301,7.1849599,7.0632162,7.3133802,7.3939881,7.5360169,7.518085,7.5324736,7.4769745,7.7157488,7.8560581,8.1229792,8.5093412,8.5955868,8.4611235,8.6617317,8.7328405,8.7579613,8.8228035,9.132967,9.1876125,9.392436,9.5082684,9.6738377,9.8887644,10.374686,10.853848,11.221461,18.934408,19.349316,19.421009,19.956633,20.141645,20.307573,20.430935,20.763851,21.368567,21.46011,21.685461,22.684523,23.847157,25.1745,26.059338,14.056317,13.709145,13.539865,13.393884,13.166179,12.816301,12.642468,12.729406,13.056665,13.312449,13.576216,13.909253,14.418639,15.043158,15.514283,14.092983,14.227348,14.138534,14.398472,14.366956,14.486094,14.521599,14.410037,14.565489,14.850103,15.116434,15.679651,16.33316,16.835251,17.109438,19.197407,19.500565,19.80514,19.878592,19.785055,19.980167,20.305746,20.130222,20.26783,20.907104,21.356058,22.086025,23.079195,23.627666,24.379736,13.728012,13.883885,13.907104,13.812527,13.751972,13.740739,14.002196,14.106478,14.581198,14.851912,15.187147,15.521255,16.23312,16.766926,17.456869,9.5764647,9.5560188,9.4984474,9.5233393,9.440361,9.4707594,9.6420679,9.6444607,9.7572107,9.806076,9.9071779,10.042042,10.456616,10.87479,11.349891,23.599413,23.443771,23.209003,23.39488,23.347994,23.086363,23.377863,23.6138,23.816996,24.046564,24.358662,25,26.144501,27.047571,27.481928,12.127944,12.154408,12.256653,12.394616,12.573851,12.716707,12.94267,13.125202,13.465719,13.800602,14.106086,14.489177,15.187533,15.669964,16.07382,13.636266,13.666094,13.725112,13.879289,13.881497,13.878211,13.944189,14.080622,14.197001,14.304747,14.370218,14.61829,15.197412,15.65338,16.024069,9.9648113,10.053828,10.086143,10.132495,10.217497,10.333503,10.482257,10.71497,10.872667,11.093063,11.296692,11.45902,11.974557,12.516199,13.034023,14.857204,14.92175,14.935666,15.074532,15.175035,15.273203,15.308735,15.414752,15.713994,15.952408,16.22473,16.617857,17.38821,17.957081,18.324783,13.943036,13.811699,13.734796,13.739231,13.664696,13.662876,13.801334,13.860175,14.024004,14.235504,14.490126,14.801261,15.544722,15.990013,16.337776,16.00279,16.037128,15.995558,16.054285,16.134916,16.216257,16.528738,16.758917,16.939459,17.111944,17.322788,17.555813,18.42775,18.991396,19.547018,12.811659,12.858936,12.919055,12.907235,13.047445,13.131886,13.316591,13.549945,13.719625,14.062129,14.274473,14.665641,15.107745,15.612367,16.045931,11.314823,11.436222,11.517631,11.596411,11.897053,12.009339,12.495873,12.709141,12.919946,13.29276,13.606648,14.076053,14.732008,15.292679,16.03528,14.246471,14.24481,14.200276,14.376659,14.475255,14.55431,14.762187,14.877441,15.228905,15.437384,15.748824,15.941526,16.515142,17.047461,17.583994,11.871635,12.131454,12.493622,12.805806,13.23735,13.644536,14.244466,14.694449,15.220742,15.615116,16.005997,16.661722,17.660015,18.421053,19.120974,15.396589,15.506673,15.459031,15.588919,15.72024,15.735509,15.911932,16.091309,16.317911,16.483232,16.678427,16.996794,17.711224,18.479855,19.010689,15.313242,15.402916,15.655488,15.728465,15.649547,15.828568,15.708756,15.731963,15.909746,16.349674,16.664284,17.101221,17.7456,18.129908,18.528629,21.450911,21.864344,22.120029,22.714727,23.128513,23.468134,23.906067,24.291195,24.883999,25.432241,25.865715,26.413197,27.563614,28.047033,28.519899,16.262724,16.274605,15.844156,15.768877,16.041037,16.471962,16.294077,16.447071,16.264647,16.888481,16.640253,16.92024,18.3708,18.931446,19.329771,8.9876013,8.9320297,8.8564215,8.827404,8.7988272,8.8034325,8.9683475,8.975441,9.0918951,9.3908825,9.6990194,10.019994,10.547788,10.96871,11.32607,12.562849,12.325868,12.250318,12.264365,12.293279,12.35726,12.680037,12.897305,13.371279,13.718682,14.165896,14.577162,15.215413,15.949615,16.410614,7.3686137,7.313735,7.3382006,7.423686,7.4998326,7.6017895,7.8243656,7.9079175,8.1027021,8.3377094,8.5206881,8.7351799,9.2478704,9.6500826,10.017703,17.345451,17.142572,17.227163,17.345882,17.152073,17.251236,17.569347,18.109438,18.357788,18.5839,18.818975,19.591913,20.357508,21.002691,21.523932,15.502007,15.527265,15.988718,16.180607,16.441423,16.670399,16.632845,17.008198,17.127819,17.89164,18.27957,18.935825,19.973265,20.263901,21.046345,10.935788,10.918295,11.036572,11.114314,11.31756,11.390386,11.558599,11.688711,11.854932,12.150435,12.43902,12.640847,13.189241,13.65001,14.276171,11.593693,11.733109,11.902367,12.106113,12.108101,12.205044,12.396413,12.437155,12.651989,12.91568,13.17907,13.18412,13.634393,14.037256,14.478482,14.114735,14.067232,14.282313,14.512623,14.825323,14.965346,15.256464,15.584491,16.169193,16.633457,17.036385,17.861118,18.723005,19.390787,19.846807,12.875316,12.968801,12.941912,13.039573,13.106119,13.143602,13.397692,13.50511,13.77115,13.972775,14.212317,14.742723,15.422155,16.002304,16.329214,14.097929,14.175965,14.335524,14.40444,14.616934,14.8626,15.121037,15.285131,15.555265,15.94025,16.317501,16.564434,17.197952,17.797344,18.323721,18.206888,18.365282,18.667419,18.874546,18.990059,19.017853,19.394857,19.433332,19.893429,20.177347,20.647409,21.123495,21.913143,22.905155,23.456158,24.08844,24.390244,25.548025,24.665855,25.205254,24.781706,24.76754,24.301439,24.285105,24.473118,24.509804,24.826389,24.859732,24.672581,25.010597,19.885391,19.867203,19.971634,20.046432,20.058918,19.774416,20.079235,20.095867,20.186815,19.804134,19.679985,19.481455,19.854744,19.9695,20.156502,13.279562,13.583647,13.720827,13.582444,13.052445,13.298739,13.101805,13.048032,13.138024,13.163868,12.655199,12.440263,12.293144,12.144928,12.153487,15.753424,16.533638,16.15925,17.073172,15.404041,16.817593,15.789473,17.716536,17.447918,18.969849,17.971758,17.401669,16.793894,16.890379,17.472528,21.302275,21.30093,21.404535,21.475918,21.285501,21.293234,21.376034,21.313005,21.679749,21.643192,21.414141,21.174843,20.814342,20.964142,21.236277,21.930096,22.12957,21.930677,21.916477,22.030651,22.16021,21.854305,22.196722,22.450918,22.123047,21.714285,21.102964,20.872274,20.261032,20.191122,25.089445,24.186899,24.239588,23.956356,24.459394,23.849167,23.240507,23.383341,22.870663,21.355761,20.325203,20.302586,18.972698,18.110237,18.076061,12.447147,12.465595,12.464481,12.556434,12.644672,12.731428,12.931262,12.987751,13.196828,13.333416,13.447456,13.6703,13.988231,14.227909,14.441952,9.6650553,9.6295404,9.6303463,9.4553013,9.4874506,9.4813623,9.5785742,9.5643806,9.6728811,9.6684971,9.6984625,9.9167299,10.287031,10.47097,10.697291,22.988983,23.466782,23.658009,24.058992,24.955116,25.159672,25.107092,25.369823,25.099798,25.559748,25.507391,25.702,25.799088,26.079092,26.59409,21.35046,21.837057,21.796471,21.742287,22.064377,21.397381,21.701422,21.581671,21.828465,22.243311,22.104668,22.110458,22.061344,22.247705,21.979309,29.562527,29.733456,29.927006,29.301687,28.741964,28.166351,27.988478,27.094561,27.052423,26.584158,26.535507,25.969175,24.45141,23.455725,23.137094,17.281553,17.364601,17.27734,17.498583,17.775196,17.650497,17.599068,17.935259,17.377522,17.961855,17.288136,16.73774,15.380749,14.340528,14.159891,24.981766,25.195677,25.169554,25.527107,25.558502,24.94253,25.780941,25.449461,24.696356,24.655243,24.264088,23.989792,24.094355,23.06728,23.817568,25.732216,25.61787,25.931337,26.583851,27.281921,26.875818,26.787621,27.005493,27.11817,27.494394,27.062147,27.014755,27.311888,27.693192,27.628506,21.47633,21.626822,21.442549,21.67852,22.196926,22.194164,22.21599,22.200001,22.235157,22.988852,22.603762,22.732697,22.677677,22.225519,22.010708,21.253263,21.160042,21.479452,22.006651,21.941414,21.767117,21.017963,20.718563,20.242424,20.94146,20.996441,20.285713,20.188574,18.932304,18.544857,9.6363277,9.5734138,9.524683,9.5317593,9.5167809,9.5949211,9.7710743,9.7990446,10.04528,10.239334,10.470063,10.530107,10.800632,10.91664,11.198087,24.797178,25.152714,24.972212,25.205685,25.894897,25.933052,26.121477,26.594028,26.598362,27.136309,26.445934,27.685776,27.642277,27.31872,27.735371,25.732063,26.124763,26.058506,25.87277,25.721058,25.962683,26.129427,25.637859,26.433914,26.404959,25.96114,27.192244,27.855625,28.633785,28.806227,25.287357,25.432655,25.709957,25.974527,27.105665,26.942406,26.503685,26.10935,26.179913,25.755743,25.445705,24.950495,24.735813,23.864916,22.929216,24.045521,24.28356,23.928986,23.714504,23.186728,23.397436,23.037067,22.408163,21.661844,21.202003,20.867432,20.850368,20.73922,20.981039,20.957096,23.442516,23.782852,24.119183,24.677595,24.890158,25.028111,24.558182,24.490742,24.893314,24.963785,24.642597,24.54435,24.701,24.793589,25.20068,27.086956,27.904888,28.474422,28.723898,28.974602,28.977819,29.38553,28.966881,28.600002,28.730965,27.797291,27.461927,27.376032,27.338501,26.820513,22.069429,22.377863,22.429905,22.177771,21.890985,21.569685,20.955149,20.893856,20.560225,20.361065,20.62639,20.258934,19.691988,19.426535,19.059614,34.200417,34.726784,34.234509,34.459667,34.241856,34.10902,33.506496,34.423466,34.421162,34.330986,33.381191,34.201958,33.333336,32.17012,30.908432,15.623908,15.990792,15.583275,15.268127,15.237926,15.032337,14.580059,14.401239,14.421124,14.174379,14.232267,13.257305,11.594931,9.8716145,8.31287,21.338867,21.272001,21.530054,21.455265,21.211443,21.486103,21.341394,21.427761,21.580547,21.760723,21.624929,21.715672,21.489542,21.326014,21.487431,14.318949,14.610161,14.350984,14.574756,14.85125,14.809945,15.116138,15.399353,15.611814,15.721096,15.827595,15.945466,16.721542,16.970612,17.003309,14.665246,14.608439,14.737052,14.763662,14.724894,14.646544,14.631416,14.557202,14.593946,14.661835,14.619565,14.925158,14.831324,14.812517,14.892904,17.645283,17.433962,16.988533,16.883699,15.857606,15.248539,14.942865,14.547275,14.427513,13.91316,13.694556,12.880938,12.161079,11.415721,10.862652,27.272728,27.361656,27.89076,27.861135,27.246037,26.891253,27.422806,27.498447,27.235518,26.964855,27.464788,27.168951,27.190136,27.772358,27.909269,13.993174,14.077427,14.575927,14.454733,14.38961,14.630309,14.439076,15.871313,16.122004,16.160521,16.358696,17.000542,17.111717,17.354044,18.722944,19.534342,19.794651,19.873432,20.175867,20.165678,20.085957,19.689186,20.13184,20.410629,20.345619,20.053907,20.425303,20.933756,21.300949,21.559826,24.178656,24.251627,24.229845,24.296165,24.382023,24.374716,24.123806,24.152929,23.924976,23.839224,23.634695,23.521351,23.014805,22.995495,22.822617,18.748438,18.660126,18.33913,18.338383,18.312813,18.097673,18.012037,17.818022,18.165121,18.026131,18.255489,17.951168,17.908123,18.16293,18.371752,21.184858,21.263876,21.246994,20.544428,20.303867,19.757366,20.227272,20.412764,20.028185,19.869589,19.856459,19.785898,20.350748,20.382513,20.691557,22.200848,22.187378,21.590023,21.422926,20.659515,20.801905,20.648258,20.662525,20.946795,20.271381,20.427937,20.088213,19.318182,19.043978,18.774244,15.30146,15.200862,15.405808,15.361908,15.397398,15.185484,14.956429,14.994897,15.016982,14.989492,15.02876,14.822329,15.298759,15.78334,15.857527,9.6353788,9.4620209,9.6345034,9.6579628,9.6511793,9.6464901,9.5926609,9.708312,9.837019,9.8202639,10.017877,9.8374557,9.9825964,9.9904461,10.161521,16.946424,16.851851,16.733633,17.103348,17.413794,17.849306,17.642771,18.01824,18.250378,18.559343,18.791065,19.484617,19.131998,19.458065,19.785824,26.6745,27.60512,28.232353,28.005114,28.010645,28.455833,27.874565,28.37838,29.311621,28.539658,29.128441,30.845392,30.479183,29.916477,29.024944,5.6056542,6.0703669,5.8492413,6.1379819,6.3527098,6.8805089,6.171649,6.7415729,6.6552067,7.2085152,7.2854052,7.2419472,7.3019519,7.3849602,7.1652489,17.631578,18.958612,18.072289,18.548388,18.579235,19.398907,19.354837,19.268637,18.90411,19.08078,17.079889,19.751381,18.372704,19.473684,20.338982,15.567854,15.746421,16.006969,16.098257,16.03443,16.002823,16.091349,16.029512,16.136898,16.118725,16.084866,15.231472,14.347778,13.503997,12.695965,19.749777,20.448307,20.860617,20.776148,20.683111,20.606644,21.12537,21.561714,21.632654,22.642487,22.759315,24.901575,24.310776,23.87755,23.707117,17.654314,17.637556,17.55633,17.315531,17.256199,17.054705,17.077906,17.067446,17.134346,17.092674,17.299858,17.033335,16.993994,17.184246,17.545103,23.407978,23.395819,23.542435,22.716894,23.305916,22.841,22.965117,23.75,24.261415,24.194992,24.899956,25.621998,25.01078,24.50852,23.585726,19.079647,19.349049,19.288975,19.247467,19.047049,18.57641,19.008366,19.115171,18.818193,18.699987,18.859541,18.675447,18.611284,18.777452,19.049982,19.329771,19.876543,19.910797,19.967834,20.196667,20.044678,20.05043,20.281815,20.547096,20.241179,20.368198,20.435177,20.888767,20.672556,20.978191,12.493415,12.629193,12.753503,12.826745,12.87422,12.830437,12.984663,13.064137,13.248679,13.111787,13.080379,12.484653,12.059389,11.641075,11.428613,26.034685,26.606632,26.992073,27.460587,27.956757,27.94376,28.178926,28.237204,29.038324,29.485958,29.210276,27.833096,27.616142,27.465967,27.103251,16.686121,16.858746,16.63541,16.620148,16.685257,16.509695,16.424809,16.031538,15.577216,15.073328,14.881164,13.511742,12.089105,10.209397,9.3902702,13.390928,13.356587,13.315598,13.411119,13.3684,13.522895,13.887821,14.184596,14.620373,14.754386,14.840631,15.20115,15.764971,16.127542,16.612146,14.142317,14.04495,14.040989,13.993931,13.997528,14.135185,14.26309,14.375403,14.599196,14.669821,14.796855,14.775912,15.297781,15.618346,15.9251,13.934708,14.008752,14.223785,14.29436,14.45546,14.622606,14.833462,14.99888,15.271314,15.570772,15.888344,15.884395,16.497616,16.874365,17.291138,14.636093,14.635431,14.639733,14.637615,14.709492,14.642724,14.838773,14.961432,15.301593,15.477832,15.678948,15.830029,16.440939,16.854136,17.365692,9.3238564,9.2686949,9.2001705,9.2061357,9.3262691,9.4233322,9.5957165,9.7032852,9.8209028,9.9786434,10.125058,10.071876,10.589254,10.999675,11.346992,14.476249,14.472115,14.550638,14.610219,14.747888,14.573495,14.793414,14.953129,15.127688,15.277415,15.424803,15.661626,16.222343,16.446295,16.923077,18.142565,18.121342,18.033091,17.990858,17.915462,17.724314,17.765259,17.73534,17.822218,17.70326,17.666634,17.665026,18.222809,18.483467,18.872272,11.598459,11.835011,12.048054,12.316756,12.578702,12.807681,13.17499,13.407508,13.860033,14.193116,14.468199,14.827085,15.639992,16.142666,16.731703,10.703487,10.72832,10.725626,10.776859,10.822288,10.889796,11.010651,11.066136,11.296093,11.443596,11.566611,11.797978,12.34837,12.793931,13.180977,14.200547,14.115535,14.411078,14.540495,14.772844,14.791538,15.104755,15.552956,15.87641,16.322578,16.711805,17.221569,17.961725,18.663227,19.263355,12.626794,12.779471,12.976069,12.971189,13.079741,13.027884,13.31151,13.53702,13.749597,14.056873,14.405995,14.842124,15.402496,15.94383,16.625723,14.689672,14.697886,14.751204,14.753312,14.870562,15.120927,15.192511,15.516095,15.9192,16.079638,16.249737,16.453978,16.984833,17.427235,17.899796,9.4717913,9.636076,9.8290901,9.9861202,10.207122,10.391269,10.688886,11.009746,11.348147,11.592676,11.81302,12.05196,12.850705,13.432792,13.998758,12.150569,12.1441,12.168023,12.264243,12.243424,12.244165,12.376761,12.645621,12.849305,13.201943,13.551156,13.799356,14.40111,14.825068,15.205349,15.038198,15.088444,15.096717,15.208109,15.268424,15.351965,15.567186,15.790679,16.161301,16.363434,16.538961,16.602806,17.354216,17.847052,18.264723,14.674327,14.653143,14.689493,14.640099,14.759092,15.001472,15.249472,15.547009,15.906692,16.080048,16.301016,16.349306,16.935987,17.471766,17.832531,15.256156,15.40627,15.558341,15.796465,15.905716,16.035664,16.302582,16.673388,17.109571,17.55197,17.85306,18.04744,18.775539,19.055527,19.493862,15.58135,15.466177,15.382579,15.337713,15.259513,15.228256,15.164958,15.238948,15.400715,15.471464,15.53683,15.549212,15.88887,16.148018,16.414673,15.238971,15.349275,15.393032,15.455912,15.468855,15.593985,15.889332,16.099327,16.443327,16.678339,16.912098,17.113783,17.640673,18.109018,18.546394,12.93429,13.0221,13.258531,13.448442,13.764541,13.923532,13.898963,14.127239,14.598725,14.784945,15.035764,15.28589,15.822002,16.322298,16.808903,8.1738386,8.2101374,8.1777258,8.1514025,8.1161385,8.1775093,8.5294943,8.8117142,9.0487967,9.3000774,9.504137,9.8815975,10.518587,11.017242,11.51519,15.597148,15.647854,15.653488,15.752545,15.835412,15.880621,16.123066,16.40444,16.7829,17.092819,17.305048,17.502151,18.317118,19.054998,19.632217,11.181925,11.117272,11.142979,11.107178,11.027823,11.099499,11.342151,11.619494,11.951065,12.193528,12.396909,12.766997,13.514137,14.006998,14.435758,14.402527,14.422466,14.420162,14.400702,14.32385,14.291689,14.570525,14.687976,14.697536,14.863976,14.981234,15.32286,15.868503,16.219601,16.524921,9.7425604,9.6429338,9.6159344,9.6352425,9.626111,9.6207409,9.6804981,9.7435713,9.8842163,9.9137278,9.9697485,10.011957,10.357104,10.592824,10.836576,12.742257,12.554246,12.591367,12.76355,12.677373,12.854046,13.020919,13.285047,13.660589,13.839568,14.103916,14.514725,15.058525,15.577854,16.1513,13.558832,13.766644,14.001222,14.146969,14.344646,14.551672,14.715298,15.111211,15.417621,15.73387,15.984493,15.982443,16.471466,16.783422,17.212954,12.023602,12.261974,12.447537,12.660949,12.907378,13.126242,13.512506,13.879583,14.511183,15.066455,15.548989,16.158672,16.863594,17.442913,18.038448,11.889408,12.012589,12.089457,12.237365,12.270171,12.457192,12.664555,12.928862,13.191144,13.418594,13.650568,13.87361,14.427974,15.020901,15.519859,14.469523,14.625551,14.742261,14.845155,14.888319,14.951414,15.140393,15.215514,15.542668,15.784504,16.079235,16.290739,16.898508,17.231367,17.470062,13.467452,13.339204,13.278272,13.314,13.288291,13.265223,13.187636,13.247569,13.315164,13.309124,13.354906,13.347663,13.665065,13.911872,14.16042,13.221912,13.205135,13.141552,13.232036,13.237774,13.330163,13.491175,13.60424,13.887218,14.086762,14.326817,14.651726,15.209599,15.527473,16.010523,12.90999,12.990898,12.966922,13.051152,12.942494,13.07257,13.021697,13.151998,13.298136,13.38201,13.469516,13.751925,14.33719,14.513386,14.692837,17.711618,17.643707,17.620424,17.510311,17.419273,17.187401,17.317871,17.514622,17.640009,17.96343,18.188126,18.167437,18.936983,19.406422,19.586304,14.021317,14.007915,13.987431,14.020881,14.155236,14.195171,14.283745,14.607094,14.816113,15.171951,15.465124,16.146404,16.628077,16.98839,17.592426,13.837489,13.931468,13.875815,14.036292,14.159952,14.229526,14.303751,14.448627,14.82151,15.044289,15.21789,15.556067,16.340097,16.524111,17.01264,13.12009,13.190638,13.003874,13.079832,13.372696,13.593502,14.032374,14.385751,14.735949,14.99421,15.333287,15.765903,16.509096,16.639284,17.132404,10.497067,10.556462,10.688079,10.804524,10.773507,10.816719,11.035669,11.241812,11.532513,11.422827,11.342079,11.517872,11.897248,12.195234,12.48145,12.432269,12.472324,12.510639,12.644503,12.626019,12.570697,12.712725,12.926473,13.193393,13.426717,13.603867,13.828103,14.496642,15.006796,15.518446,13.590537,13.642486,13.706388,13.695255,13.656322,13.5762,13.656254,13.788317,14.04535,14.111429,14.130696,14.344324,15.006837,15.319486,15.67838,18.604998,18.580835,18.55253,18.46316,18.325577,18.319742,18.338146,18.310181,18.288589,18.355219,18.333956,18.34877,18.756767,19.151972,19.514645,13.745056,13.692752,13.571137,13.578068,13.625312,13.655974,13.845998,14.090202,14.345132,14.592713,14.794713,14.867796,15.48228,15.912154,16.34078,14.119218,14.248753,14.370333,14.549448,14.625004,14.742123,15.031793,15.286332,15.663059,15.88622,16.105536,16.29159,16.9998,17.446049,17.959166,14.412649,14.474299,14.521318,14.508738,14.616611,14.5816,14.756839,14.969401,15.225096,15.365344,15.602757,15.726193,16.251329,16.722647,17.09388,11.893921,11.928407,11.939811,11.893932,11.944173,12.007597,12.322869,12.47729,12.81388,13.069099,13.304059,13.567248,14.265444,14.751278,15.226052,13.902661,13.871143,13.808067,13.788183,13.827925,13.749838,13.942748,14.107121,14.340237,14.565193,14.799695,14.970625,15.706207,16.167349,16.486849,12.524597,12.633516,12.701704,12.83523,12.926658,13.089025,13.34291,13.578961,13.916962,14.154201,14.347368,14.639446,15.314004,15.827586,16.293596,13.038576,12.959954,12.929729,12.854745,12.776147,12.768686,12.695375,12.748438,12.946121,13.037191,13.115786,13.334926,13.860147,14.213901,14.592916,10.92297,11.069158,11.184292,11.350572,11.375906,11.501018,11.699511,11.886677,11.996386,12.234447,12.447636,12.772875,13.3903,13.684721,13.86986,17.756239,17.700106,17.627808,17.606556,17.52907,17.418108,17.393707,17.587379,17.723909,17.818371,17.940079,17.850355,18.392588,18.717148,19.101749,13.399863,13.428865,13.413307,13.380642,13.322584,13.415478,13.419249,13.631237,13.791142,14.045747,14.274541,14.471846,15.061296,15.482187,15.939337,10.57456,10.68909,10.729387,10.895369,10.991241,11.181973,11.609821,12.036142,12.515704,12.827921,13.157621,13.561365,14.344115,14.924399,15.511215,14.755949,14.762749,14.842309,15.059085,15.123798,14.944039,15.284491,15.365068,15.428741,15.448044,15.6454,16.052143,16.708324,17.107561,17.971363,14.521056,14.652491,14.746714,14.774368,14.813275,14.88271,15.123103,15.160151,15.303983,15.43018,15.492853,15.775932,16.238585,16.543215,16.766848,13.259607,13.288016,13.385352,13.519775,13.58075,13.746013,14.008899,14.344462,14.788636,15.094707,15.395125,15.762403,16.377213,16.930798,17.264595,16.299763,16.54862,16.726643,17.238171,17.236814,17.600214,17.984884,18.282118,18.620644,18.966219,19.335161,20.266323,20.83848,21.095947,21.711754,13.744132,13.829167,13.855596,13.967941,14.062065,14.176046,14.335197,14.550916,14.83975,15.028563,15.260187,15.364454,15.86179,16.253258,16.619625,15.551392,15.653862,15.847691,15.961064,16.186384,16.541798,16.821384,17.060955,17.472193,17.401978,17.344425,17.729321,18.350157,18.726166,19.713358,11.470154,11.51119,11.600667,11.75874,11.858928,11.884685,12.192934,12.502505,12.839407,13.111983,13.488345,13.989399,14.764927,15.321705,15.799681,14.338149,14.294307,14.346546,14.378702,14.354648,14.398572,14.458923,14.711597,15.025502,15.221675,15.345592,15.382475,15.929337,16.282568,16.645336,13.269067,14.310457,15.203503,15.758385,16.729376,17.508797,18.03503,18.940742,19.709274,20.342686,20.680468,21.27211,22.033201,23.10281,23.66975,16.406803,16.452518,16.66626,16.741272,17.135021,17.199549,17.413126,17.834013,18.352024,18.694876,19.037722,19.58275,20.588306,21.235342,22.136736,12.636413,12.797899,12.953134,13.199578,13.417159,13.558808,13.854568,14.253863,14.534825,14.644691,14.871558,15.247422,15.919702,16.358992,16.998314,11.997419,12.093091,12.246961,12.11939,12.145115,12.075225,12.215636,12.393907,12.569848,12.812535,12.94581,13.095797,13.879864,14.460778,14.937343,10.848735,11.055709,11.17463,11.353712,11.570122,11.610077,11.797981,12.053993,12.310388,12.636698,12.879236,13.164991,13.853552,14.281917,14.539819,13.587114,13.633257,13.632801,13.695237,13.853027,14.060567,14.253235,14.407401,14.417829,14.589073,14.728844,14.957385,15.391365,15.764241,16.2187,10.995121,11.075583,11.133597,11.232497,11.342442,11.375572,11.688312,11.904642,12.282125,12.60963,12.926772,13.124232,13.7328,14.191827,14.609671,13.204031,13.288708,13.419588,13.714822,13.735245,13.859665,14.025463,14.374663,14.774645,15.026872,15.26846,15.530745,16.219896,16.706238,17.172033,13.317986,13.365566,13.463037,13.527821,13.641869,13.655957,13.717259,13.77187,14.006637,14.174594,14.35701,14.453943,14.847315,15.136404,15.444658,14.192918,14.336087,14.504179,14.654123,14.768842,14.90871,15.175345,15.476987,15.884657,16.070004,16.309784,16.533686,17.164764,17.630846,18.057812,12.182513,12.126219,12.114896,12.114708,12.221765,12.282874,12.530173,12.759142,13.001609,13.304308,13.516456,13.705303,14.355803,14.702877,15.179926,14.451887,14.433223,14.483672,14.570115,14.417892,14.614079,14.674872,14.843027,15.087278,15.191926,15.328011,15.510271,16.110641,16.510054,16.977201,14.934065,14.952275,14.937955,15.059148,15.035738,15.118189,15.246855,15.350048,15.41961,15.437715,15.535934,15.535193,16.028242,16.327759,16.762796,14.086503,14.113676,14.054054,14.179568,14.198801,14.194298,14.334738,14.428599,14.584171,14.730125,14.895344,14.856818,15.314881,15.836528,16.272354,12.09057,11.96827,11.918802,11.981709,11.983768,12.054482,12.040978,12.083029,12.413556,12.638272,12.931908,13.205669,13.825954,14.240345,14.760329,15.082955,15.033594,15.088346,15.192145,15.23245,15.279086,15.414696,15.606153,15.843676,16.062571,16.285259,16.343924,16.884157,17.252367,17.682716,14.099757,14.073536,14.011518,14.02021,13.996848,13.94568,13.964308,14.124661,14.318672,14.466323,14.62022,14.750749,15.360538,15.771816,16.161997,15.776393,15.83903,15.885636,15.992196,16.044001,16.110514,16.266623,16.492142,16.90411,17.187279,17.454367,17.655731,18.377136,18.793461,19.332537,14.961062,15.027541,15.098927,15.20187,15.205526,15.367445,15.598618,15.793797,16.014639,16.219864,16.428215,16.615145,17.137112,17.534328,17.896179,9.5674677,9.4169254,9.3802423,9.2219858,9.1795979,9.0624466,9.0411406,9.0830755,9.216218,9.2937956,9.488452,9.8482561,10.550424,10.943644,11.261706,15.496,15.575942,15.654516,15.59683,15.503718,15.517359,15.530639,15.766568,15.931213,16.108011,16.373964,16.916428,17.459433,17.857018,18.001547,12.124756,12.108592,12.075559,12.420815,12.571385,12.744951,12.947618,13.202124,13.544454,13.811785,13.969438,14.40191,15.005668,15.043649,15.480791,9.3200426,9.366045,9.2848606,9.2984791,9.3920727,9.4737062,9.8424959,10.05515,10.328795,10.565684,10.814196,11.327871,11.970204,12.533278,13.035579,15.018993,15.17813,15.241547,15.366719,15.523489,15.89045,16.206902,16.466675,16.88588,17.145947,17.495907,17.706303,18.389179,18.718954,19.296412,12.255077,12.408948,12.55369,12.767652,12.885906,13.036628,13.332399,13.620605,13.959515,14.309527,14.613337,14.75141,15.319434,15.699927,16.148849,13.918722,13.969554,14.08147,14.305989,14.336631,14.533284,14.927233,15.171805,15.512964,15.773386,16.075663,16.256052,16.848217,17.130804,17.40906,11.046295,11.0939,11.130386,11.203654,11.272745,11.397938,11.559903,11.698926,11.943325,12.104415,12.290641,12.459243,12.973213,13.383438,13.890025,15.405783,15.451794,15.57007,15.629382,15.492712,15.416302,15.552817,15.856666,16.014486,16.096979,16.30377,16.461451,17.05018,17.487116,17.937923,12.015596,12.212691,12.133891,12.049429,12.293298,12.002559,12.248481,12.615798,12.646559,12.942119,12.966222,13.224131,13.734388,14.137962,14.512708,20.328947,20.714647,20.631151,20.38785,20.466724,20.434629,19.861677,20.238518,19.864719,20.17905,20.244421,19.925545,19.47937,18.166208,17.814604,14.833574,14.874059,14.729691,14.706935,14.772889,14.942283,15.264398,15.625443,15.520393,15.902508,16.097218,16.141146,17.024473,17.523905,17.923166,17.191284,17.235283,17.625067,17.525406,16.980455,16.717545,16.77548,16.226889,16.989676,16.073355,15.46629,15.843694,16.606951,16.877714,17.1439,15.472518,15.227967,15.221925,15.048568,15.000001,14.31779,13.792415,13.150309,12.845685,12.696142,12.846497,12.675804,12.443791,12.168188,12.2277,16.748892,16.491817,16.174183,16.22901,15.598273,15.215264,15.060594,14.729393,14.343956,14.408204,14.455215,17.884754,17.920782,17.834915,17.795069,15.394492,15.687454,15.587926,15.391842,15.018344,14.8764,15.335061,15.246593,15.342676,15.647771,15.742002,15.921736,16.516655,16.844467,16.897507,14.938243,14.775751,14.719626,14.460238,14.533424,14.502432,14.42225,14.721467,14.686147,14.511694,14.694084,14.8561,14.962753,15.267745,15.56925,9.5987759,9.8497734,9.8702831,9.9979668,10.123724,10.082076,10.401843,10.507097,10.710291,10.820243,10.911327,11.048234,11.489508,11.790365,12.041428,16.042768,15.89924,15.800771,15.782701,15.513436,15.425936,15.240147,14.980035,14.903006,14.826764,14.938474,15.033073,15.470497,15.549564,15.649356,11.994841,12.109321,12.144413,12.218037,12.507595,12.695011,12.927039,12.991261,13.233227,13.376495,13.500498,13.846766,14.383505,14.73043,15.150511,17.337683,17.560173,17.547527,17.432398,17.309704,17.364208,17.411795,17.633135,17.9063,18.133141,18.036123,18.367348,19.078081,19.418249,19.388496,18.327459,18.943171,19.251888,19.454288,19.800516,20.344828,20.451012,20.197628,21.110657,21.002003,21.084581,21.926643,22.431078,22.570938,22.421329,8.5003881,8.6470423,8.8075123,8.9335814,9.0376015,9.1454363,9.3240662,9.4776917,9.754447,10.04158,10.261002,10.552313,11.004795,11.419487,11.910552,18.006323,18.26955,17.971111,18.025316,17.959183,18.143827,18.621054,17.943338,17.249783,17.259308,17.766499,18.627783,19.031494,20.103539,20.443136,9.7843275,9.910965,9.8959942,10.08839,9.9224138,10.079507,10.186622,10.106748,10.446522,10.436675,10.241051,10.227489,10.417901,10.759393,11.029746,17.692425,17.692066,17.434523,17.052927,16.953161,16.431925,16.579739,16.815287,16.901865,16.653179,17.013384,17.013325,17.428802,17.833878,18.247105,16.177652,16.082069,16.095703,15.872693,15.699844,15.61493,15.83227,16.263853,16.881287,17.212015,17.38092,17.447777,18.080555,18.521046,18.728134,12.930511,13.190592,13.274052,13.519547,13.727282,14.032342,14.367689,14.508287,14.621387,14.858705,14.987239,15.353373,15.980865,16.417595,16.88014,13.74204,13.89557,13.800449,13.946936,13.698256,13.711548,13.496251,13.442859,13.443467,13.407125,13.395355,13.142425,13.048203,12.959804,13.015851,17.524523,17.345636,17.582302,17.531191,17.590645,17.949436,18.623653,19.044018,19.523136,20.138048,20.561108,21.148548,21.835052,22.364,22.934761,20.958845,20.322927,20.430342,20.169527,20.042688,19.561916,19.671068,20.042919,19.759342,19.748426,20.103951,19.411764,19.456635,19.357513,19.240097,22.345678,22.737701,22.488754,22.317165,21.685843,21.867939,21.472549,20.894024,20.281969,19.578386,18.921522,19.797079,19.921394,20.237232,20.319691,16.060013,16.019833,15.958357,15.766207,15.60591,15.692668,15.589973,15.58819,15.420172,15.349481,15.402595,15.136889,15.299414,15.208229,15.197613,17.851641,17.818304,17.571909,17.463425,17.322395,17.232088,17.090534,17.048067,17.003887,16.992968,17.235872,16.899248,17.166533,17.182356,17.086195,13.078139,13.02992,12.938253,12.799035,12.72448,12.672567,12.688756,12.813415,13.114818,13.396258,13.665898,13.863882,14.349792,14.701992,14.865993,21.31851,21.062016,21.148825,20.894918,21.194405,20.876125,20.968782,21.303692,21.422358,21.721678,21.26158,20.897493,20.785271,20.558264,20.662811,20.0364,20.088226,20.083752,19.387413,19.283701,19.006905,18.551586,18.181818,17.870968,17.344173,17.178703,17.639408,18.286846,18.291098,18.181818,21.057457,21.661909,20.747297,20.207775,19.993187,19.09922,18.662092,18.416401,17.403608,17.441454,16.89327,17.627005,18.213058,18.771687,19.28952,21.487137,21.777004,21.101181,21.16061,20.54834,19.895893,19.705132,19.789892,19.561043,19.047619,18.44318,18.203882,18.245804,17.766762,17.65625,17.194111,17.438507,17.550398,17.238794,17.561216,17.174538,17.300673,17.363628,17.567352,17.530535,17.561741,17.896477,19.367374,19.271799,19.793606,18.566566,18.580421,18.040121,17.837406,17.584187,17.734461,17.561338,17.60553,17.593491,17.322145,17.170565,18.103075,18.74139,18.664919,18.786211,11.945682,12.137965,12.405045,12.513765,12.445415,12.400417,12.512591,12.454907,12.769797,12.785649,13.058575,12.959176,13.293961,13.510106,13.774584,20.197845,19.660814,19.73101,19.561886,19.713758,19.250347,18.510441,18.653093,18.960674,18.816133,19.100077,19.046139,19.409349,19.359419,19.481138,15.578367,15.944788,16.095465,16.226486,16.187017,15.904516,15.930526,15.827072,16.496471,16.645138,16.624182,16.580872,17.293507,17.570518,17.827499,16.96209,16.89465,16.711403,16.73036,16.74733,16.598162,16.66811,16.700027,16.649429,16.730038,17.079206,17.177406,17.522051,17.73358,18.066359,15.261189,15.291158,15.308465,15.094339,15.193701,15.059069,15.175608,14.981298,15.19528,14.998993,15.115507,14.715807,15.241016,15.219238,15.1267,20.086266,20.101452,19.580629,19.21726,18.877087,18.694124,18.255432,17.814104,17.608742,18.020115,18.471809,18.405104,18.766727,18.686491,19.044538,16.208611,16.367397,16.238438,16.325193,16.408066,16.608004,16.686653,16.754025,17.166607,17.122368,17.46274,17.381916,18.539839,19.22933,19.33816,13.770164,13.876046,13.880094,13.989305,14.036568,14.10301,14.257555,14.434653,14.658046,14.995299,15.193982,15.509863,16.101526,16.332872,16.892191,13.873425,14.011457,13.952415,14.048727,13.986312,14.010482,14.171227,14.469616,14.761199,15.058629,15.352323,15.867835,16.455734,16.913393,16.989632,12.367887,12.387108,12.25521,12.21814,12.050109,12.081861,12.285482,12.340799,12.468721,12.450141,12.674247,13.811745,14.507155,14.574697,14.966557,16.270111,16.253286,16.104572,16.318977,15.933216,15.984278,16.150755,16.461306,16.704338,16.948608,17.400974,17.296837,17.901558,18.069563,18.296305,12.015935,12.134477,12.208456,12.233637,12.415673,12.34747,12.581558,12.605482,12.879452,13.080244,13.262278,13.418867,13.940483,14.291196,14.670997,13.98917,13.952393,13.990174,14.105577,14.115739,14.225967,14.479788,14.724705,14.970404,15.293013,15.506443,15.812428,16.246313,16.620356,16.964367,21.763071,22.034857,21.563011,21.780207,21.840078,21.857616,22.027369,21.812349,22.007818,21.959326,21.950859,22.453703,24.234892,24.94381,24.534023,19.373672,19.511551,19.56608,19.962309,20.167048,19.880743,19.841589,19.490957,19.55472,19.200741,19.531042,18.816427,18.86817,18.885853,18.677494,19.69628,19.660484,19.210777,19.320732,19.598558,19.413046,19.228716,19.186577,19.351505,19.697165,19.884182,19.808708,20.250141,20.596716,20.872971,14.885585,14.815584,14.810604,14.888547,14.942412,14.837408,14.972448,15.151962,15.252294,15.489256,15.728024,15.885089,16.254803,16.623058,17.087259,18.486729,18.527859,18.144493,17.911388,17.971769,17.620871,17.410749,17.306801,17.452829,17.482988,17.603966,17.879189,18.357914,18.739964,19.066261,15.294305,15.097655,14.920529,14.766171,14.695655,14.720798,14.610195,14.620858,14.568165,14.615788,14.685698,14.773915,15.182318,15.572639,16.002747,15.283267,15.525193,15.664972,15.538301,15.782136,16.154047,16.506718,16.378708,16.590101,16.574202,16.881655,16.565691,17.095205,17.422979,17.536243,17.329679,17.322762,17.233217,17.126457,17.659233,17.307333,17.64596,17.593538,17.677048,17.838604,17.903349,17.984934,18.420557,18.518518,18.927414,16.248627,16.292799,16.628586,16.286097,16.27673,16.255161,16.376629,16.534513,16.222519,16.611544,16.61067,16.257318,16.398243,16.782076,16.967361,12.199121,12.045527,11.885207,11.831668,11.813197,11.859523,11.912576,11.93234,12.017238,12.035779,12.029762,11.894762,12.153203,12.339914,12.482705,15.134385,15.018426,14.863363,14.862076,14.917822,15.011751,15.177801,15.187602,15.503187,15.68928,15.804812,15.870903,16.32885,16.719442,17.270103,13.181095,13.86119,14.229092,14.400175,14.607403,14.811698,14.816644,14.890326,15.051969,15.17125,15.376666,16.467691,17.249495,17.810532,18.414978,16.818209,16.975822,17.048376,17.122633,17.3071,17.277599,16.996756,17.046331,17.230982,17.12825,17.099684,17.247108,17.318974,17.65764,18.050058,14.72069,14.649264,14.477451,14.840798,15.02387,15.200724,15.981955,16.206129,16.331247,16.359684,16.43844,16.626951,17.215405,17.47891,18.168463,10.775421,10.600011,10.515076,10.297862,10.183544,10.195928,10.186223,10.269133,10.377334,10.355326,10.476707,10.4335,10.76055,10.964885,11.115124,17.122913,17.151932,17.016821,16.9179,17.056938,17.153021,17.195692,17.200747,17.245323,17.357857,17.594975,17.677742,17.309952,17.546051,18.122324,14.897007,14.88843,14.824358,14.742639,14.844574,14.843904,14.941591,14.932102,14.839045,14.805676,14.891126,14.727325,15.072563,15.487642,15.610102,13.752343,13.634441,13.508553,13.49087,13.506381,13.59271,13.712774,13.744214,13.995229,14.156112,14.358982,14.474302,14.933862,15.343328,15.598451,18.284929,18.367348,18.673708,18.658409,18.936356,19.082829,19.747124,19.480293,20.116592,20.27821,20.21773,20.451155,21.00481,21.839287,22.124371,18.768244,18.926216,19.895126,20.024799,19.649334,19.172821,18.689104,18.499126,18.38628,17.869987,17.912901,18.117275,17.931765,18.846769,18.167374,11.309415,11.388543,11.511709,11.648639,11.82385,11.956968,12.331882,12.54433,12.81766,13.085463,13.455879,13.866758,14.584936,14.965948,15.408071,16.692705,16.776569,16.593317,16.527008,16.321922,16.126698,16.189943,16.172592,16.354473,16.182949,16.234047,16.426695,16.879957,16.865578,17.027887,13.488729,13.493437,13.598686,13.587269,13.7088,13.724958,13.881885,14.162657,14.651524,14.852634,14.993401,15.380404,16.011377,16.554111,16.918575,18.459505,18.211983,17.998177,17.834991,17.575068,17.371531,17.382643,17.230066,17.169947,17.315119,17.335964,17.2358,17.653353,17.76285,17.963642,10.153266,10.368513,10.372961,10.503878,10.501193,10.670857,10.763906,10.587808,10.630022,10.428259,10.272034,10.193487,10.315799,10.316306,10.502367,19.325186,19.700098,19.613167,19.654625,19.393169,18.714556,18.084345,17.579494,17.332346,17.402695,17.592476,17.683155,18.199331,18.103672,18.310783,11.836849,11.692675,11.580898,11.639567,11.774826,11.825787,11.849798,11.87231,11.952389,12.010914,12.089993,12.129765,12.508336,12.728071,12.955326,10.294398,10.783116,11.147438,11.401944,11.431529,11.50939,11.604491,11.750659,12.043144,12.249283,12.531868,13.095239,13.804688,14.267971,14.878591,17.802683,17.884533,17.890358,17.955677,18.023552,18.097576,18.046976,17.796474,17.67935,17.783821,18.031149,17.819572,18.151234,18.451006,18.586796,18.78751,18.773102,18.384773,18.689753,18.371719,18.151051,17.816494,17.429684,17.438551,17.001028,17.213184,17.071074,16.782497,16.399727,16.499569,19.924854,19.6127,19.132195,19.326384,19.260029,18.343126,18.257309,17.991388,17.473339,17.282959,17.277428,17.056475,16.927082,16.622223,16.116148,14.28184,14.266268,14.424846,14.563838,14.665963,14.522539,14.265032,14.012739,13.916501,13.875996,14.38658,14.234487,14.066135,13.80287,13.88876,19.103745,19.135878,19.400341,19.697155,19.91765,20.135521,20.784143,21.079372,21.32757,21.620955,21.948189,22.299023,23.2001,24.086821,24.66733,10.302163,10.364245,10.432279,10.63345,10.801133,10.985509,11.268104,11.304618,11.481877,11.715657,12.05726,12.361523,13.049362,13.738028,14.312495,11.073542,11.106905,11.329384,11.496398,11.682379,11.863359,12.207435,12.543075,12.981301,13.34162,13.651958,14.166777,14.966522,15.583428,16.14559,15.615861,15.480582,15.310116,15.315062,15.501782,15.591754,15.58069,15.65267,15.956551,16.279888,16.687349,17.070679,17.752256,18.608288,19.337341,11.640005,11.643588,11.706279,11.705671,11.895999,12.064743,12.271708,12.489264,12.910239,13.436855,13.99388,14.575317,15.538852,16.45891,17.111219,19.191854,19.34877,19.461838,19.512974,19.730097,19.765675,19.997181,20.368969,20.746212,21.187717,21.394686,21.827936,22.589588,23.194847,23.954456,14.723289,14.930222,15.486121,15.976213,16.237949,16.456539,16.601301,16.880556,17.527853,18.907053,20.06806,21.243773,22.449276,23.61178,24.126621,26.555624,26.691765,26.781507,26.68615,26.333824,26.417583,26.297178,26.444513,27.097065,27.630812,27.953619,28.339199,29.729731,30.367575,31.363127,13.06127,13.022086,13.079755,13.095109,13.205388,13.303265,13.229924,13.464323,13.756536,14.416727,14.963837,15.569118,16.620813,17.505573,18.2866,17.870329,18.040613,18.244049,18.431347,18.629347,18.910576,19.195934,19.589563,20.146111,20.623405,21.011168,21.40893,22.351042,23.066416,23.59203,18.972748,19.989479,20.085243,20.24136,20.215054,20.611916,21.483097,22.411896,21.420998,22.467672,21.272047,22.370445,22.336594,23.286966,24.1684,16.772072,17.511337,17.975262,18.294968,19.082939,19.840303,20.683575,21.618275,21.93619,23.110445,23.491552,24.527792,25.43692,26.296246,27.232269,14.984989,15.431851,15.761089,16.38587,16.725931,17.20982,17.677738,18.30217,18.766102,18.554897,18.934992,19.403389,20.737263,21.543184,22.388268,12.81951,12.849929,12.777103,12.700645,12.61819,12.482162,12.594339,12.671555,12.622169,12.50511,12.533962,12.652133,13.223396,13.633161,14.155072,15.979095,15.947998,15.945561,15.881435,15.963785,16.147324,16.351379,16.559713,16.915222,17.347418,17.713381,18.065939,18.827543,19.455477,20.137424,12.499346,12.746146,13.00336,13.442509,13.810905,13.776549,13.451428,13.306803,13.625771,14.707777,15.403784,15.736602,16.51292,17.349552,17.901539,20.135529,20.177366,20.229822,20.27063,20.305033,20.43516,20.570827,20.906221,21.320808,21.909737,22.312124,22.706648,23.65233,24.258074,24.797264,14.929952,15.067276,15.256431,15.428448,15.644423,15.663661,15.835521,15.971962,16.4284,16.805597,17.074385,17.460247,18.229687,18.698681,19.163614,17.716747,17.750067,18.346184,18.566904,19.020592,19.31728,18.701899,19.060915,19.72114,19.946842,20.38872,20.760197,21.915522,22.681992,22.963152,13.2943,13.358575,13.402197,13.469751,13.654323,13.77955,13.949801,14.160027,14.45878,14.753884,15.028566,15.406759,16.145624,16.762829,17.361494,19.606472,19.694897,19.50305,19.632607,19.722799,19.730082,19.910387,20.308746,20.731787,21.265955,21.672384,22.331749,23.188061,23.831846,24.87604,14.550572,14.542609,14.449938,14.378272,14.423355,14.518367,14.659998,14.812453,14.958206,15.224868,15.463177,15.600533,16.219299,16.777594,17.293682,13.671528,13.732081,13.822922,13.984363,14,14.02168,14.356451,14.398421,14.621059,14.930433,14.984514,15.089806,15.404469,15.6549,15.766582,12.325033,12.3289,12.252635,12.28849,12.289871,12.363213,12.464638,12.574439,12.696905,12.77422,12.987193,13.109633,13.623592,13.952173,14.401022,10.541155,10.794168,10.607265,10.859769,10.935699,11.279341,11.729001,12.445691,12.997636,12.817511,12.795573,12.967759,13.673997,14.133239,14.467551,11.111094,10.91505,10.734158,10.65713,10.761665,10.716116,10.575093,10.474506,10.46061,10.482314,10.548555,10.711827,11.168614,11.544648,11.882552,14.751741,14.724565,14.536524,14.320627,14.282924,14.300503,14.490265,14.314957,14.643693,14.70494,14.801984,15.15678,15.760427,16.430229,17.046022,18.32379,19.372295,19.568916,20.250284,20.986921,21.752087,23.12723,23.175714,23.418097,22.792845,21.02593,22.055428,22.979216,24.313267,24.911869,19.791367,19.738085,19.634365,19.788317,19.947538,19.76856,19.773451,20.12043,20.317284,20.640217,20.882645,21.236675,22.152498,22.58675,23.343054,12.283678,12.352509,12.246709,12.215051,12.195255,12.209043,12.358078,12.489733,12.682579,12.754159,12.740705,12.807112,13.230401,13.657363,14.100824,14.777682,14.70866,14.771984,14.902264,15.122588,15.193516,15.504564,15.635514,15.985553,16.501173,16.758411,16.884922,17.68465,18.113474,18.611803,18.96122,19.446007,19.823914,20.19121,20.742136,20.866657,21.667885,22.341661,22.855072,23.071388,23.153551,23.624411,25.143108,25.926472,26.712629,16.705122,16.633064,16.692688,16.918568,17.050846,17.108948,17.115774,17.283546,17.630093,17.601377,17.660097,17.927593,18.566942,19.270342,19.900419,8.8356619,8.735796,8.7438021,8.8418331,8.950099,9.0339117,9.206214,9.3526087,9.5799847,9.8250608,10.04017,10.404179,10.926538,11.406595,11.841505,23.156532,25.083166,23.468058,24.934036,25.526136,25.884018,25.68421,25.510921,26.51894,27.285612,28.068966,30.3244,31.320227,31.942446,33.163265,11.754971,11.734529,11.755751,11.899255,12.079779,12.212841,12.46164,12.568448,12.851533,13.138768,13.41369,13.857754,14.477576,15.111097,15.609296,13.900521,14.074802,14.046033,14.029926,14.035972,14.031601,14.37552,14.568864,14.954084,15.417968,15.769818,16.23105,17.05982,17.63999,18.246927,17.805323,17.629219,17.435604,17.332767,17.174002,17.086914,16.983585,16.95166,16.96044,16.85247,16.800251,16.60331,16.910326,17.080532,17.332443,17.99275,17.966536,17.905975,17.779327,17.725899,17.966913,17.998001,18.087193,18.189653,18.315973,18.438677,18.675814,19.353283,19.681421,20.132067,18.434278,18.418427,18.431429,18.469156,18.426258,18.375471,18.359797,18.377565,18.449129,18.549881,18.602076,18.580778,19.061378,19.328873,19.682528,16.497757,16.60372,16.78863,17.034048,17.170725,17.345194,17.569328,17.953857,18.229042,18.667442,19.095133,18.91695,19.56011,20.008144,20.437687,15.008037,14.837597,14.627706,14.481166,14.316307,14.208213,14.165052,14.163806,14.327863,14.409472,14.501882,14.628739,15.124204,15.523776,15.867603,17.399462,17.313635,17.275583,17.269321,17.161188,17.070148,17.310751,17.373749,17.59236,17.656357,17.779125,17.84782,18.510412,18.901175,19.314215,15.721207,15.7324,15.8089,15.974225,16.155869,16.273338,16.43115,16.665863,17.081741,17.525393,17.875214,17.982359,18.458036,18.987564,19.595285,12.422277,12.552187,12.649446,12.788975,12.961355,13.112079,13.349657,13.638515,14.071302,14.358327,14.626074,14.94361,15.637167,16.18392,16.664167,14.240673,14.153205,14.154427,14.178104,14.217046,14.154254,14.378842,14.560514,14.792553,14.9937,15.19404,15.352265,16.007866,16.491341,16.920263,19.715727,19.586884,19.44791,19.32597,19.168819,18.955605,18.748331,18.762003,18.866751,18.824989,18.883886,18.812769,19.321039,19.937334,20.386232,19.763912,19.761702,19.844156,19.642231,19.873533,19.75695,20.351994,20.458855,20.574623,21.132002,21.023623,21.490088,22.453516,22.749592,23.887148,18.46719,18.324961,18.099298,18.047377,17.726931,17.508579,17.404327,17.298994,17.5189,17.695232,17.902485,18.031906,18.724886,19.186255,19.65134,10.406355,10.378579,10.382685,10.434771,10.527739,10.640841,10.720481,10.93125,11.052129,11.179861,11.30691,11.384989,11.832725,12.064748,12.375083,11.715748,11.773736,11.840783,11.836014,11.886534,11.961591,12.151848,12.243807,12.490005,12.651448,12.83421,13.151625,13.708168,14.127867,14.505418,15.169522,15.288709,15.322659,15.426344,15.532351,15.737309,15.858672,16.020199,16.124395,16.242252,16.482084,16.546709,17.111404,17.662125,17.649893,16.931648,17.020739,16.899609,16.877775,16.878351,16.905006,17.03108,17.179438,17.304274,17.380587,17.515511,17.655573,18.17613,18.513025,18.875576,16.787954,16.576624,16.465387,16.341137,16.336622,16.195532,16.090887,16.23562,16.15197,16.164202,16.227377,16.299425,16.541714,17.010969,17.321758,15.757945,15.880743,15.886751,15.77668,15.635857,15.637445,15.632494,15.617257,15.836146,15.963999,16.123566,16.103392,16.597914,16.932777,17.212442,15.536067,15.497476,15.426908,15.496516,15.556076,15.596074,15.780594,16.001072,16.22839,16.385157,16.623615,16.705067,17.413424,17.8522,18.354641,14.886912,14.848874,14.871756,14.851995,14.852301,14.886215,14.990632,15.085827,15.304918,15.476465,15.646503,15.725247,16.217018,16.634808,17.053131,14.240347,14.203169,14.113053,14.041513,13.952708,13.76124,13.687422,13.572232,13.597844,13.677786,13.789053,13.90463,14.474932,14.840752,15.252611,15.495452,15.307197,15.097232,14.915298,14.678481,14.465375,14.250839,14.207916,14.277136,14.260322,14.298664,14.296651,14.630511,14.832653,15.036495,17.309395,17.427685,17.725859,17.845009,17.866116,17.9991,18.123978,18.405264,18.720774,18.867983,19.051805,19.085049,19.617453,20.010183,20.485876,14.331399,14.307298,14.282097,14.268989,14.217027,14.171876,14.200992,14.277406,14.425913,14.494458,14.586763,14.566584,14.984915,15.350728,15.741962,18.100855,18.100931,18.052439,18.020697,18.121315,18.127445,17.96196,18.0124,18.06459,18.028374,18.047432,18.025122,18.576279,19.016575,19.405609,19.717188,19.775911,19.72632,19.529531,19.32004,17.561745,17.169836,17.598511,18.152611,17.926846,18.126219,19.359007,20.532568,21.005409,21.343979,16.050714,16.043154,16.14267,16.10684,15.960425,15.870924,15.946383,16.001795,16.151587,16.341097,16.535633,16.732323,17.347544,17.788687,18.174448,14.836317,14.675023,14.763877,15.052719,15.271923,15.584594,15.787685,15.973154,16.489933,16.81953,17.102074,17.580187,18.5273,19.061563,19.760521,15.222587,15.291546,15.17109,15.103774,14.965539,14.909813,14.9484,15.065479,15.227517,15.287428,15.370083,15.646471,16.217495,16.573376,17.061235,14.822446,14.787033,14.886774,15.022819,15.149596,15.260755,15.397075,15.560455,15.704534,15.983963,16.28697,17.010622,17.744038,18.173895,18.69363,14.851763,14.838963,14.817183,14.892665,14.877417,15.001127,15.143829,15.247401,15.432342,15.555631,15.733788,15.736465,16.227091,16.693302,17.169409,17.888908,17.916922,17.904938,17.926083,17.854155,17.987785,17.931293,17.966251,18.000443,18.183834,18.292765,18.297134,18.72868,19.088402,19.424332,15.155361,15.315394,15.404902,15.609797,15.820254,15.942633,16.074169,16.366861,16.575853,16.680925,16.8386,17.855995,18.829292,19.426956,19.809723,19.433895,19.335941,19.077744,18.805397,18.495146,18.279362,18.006069,17.890715,17.80662,17.741831,17.713079,17.77231,18.239252,18.470802,18.752735,14.039686,14.065276,14.081955,14.087677,14.091887,14.141478,14.322789,14.465329,14.714517,14.860707,15.004921,15.167313,15.683487,16.026011,16.367249,19.26132,19.068926,18.960377,18.898352,18.750671,18.601265,18.547827,18.617062,18.78908,18.798349,18.8286,18.764254,19.316664,19.621986,19.975372,16.369516,16.460804,16.457132,16.375433,16.332916,16.276138,16.41128,16.519182,16.782192,16.877382,17.051643,17.094355,17.613335,17.982111,18.346354,15.825565,15.613535,15.433473,15.222582,15.011437,14.835194,14.652577,14.613258,14.690073,14.729134,14.782951,14.813632,15.295382,15.66086,15.933919,19.651426,19.446102,19.22106,18.943733,18.646711,18.41094,18.191374,18.022387,18.084646,17.993492,18.011814,17.954681,18.386402,18.699793,18.911997,16.035744,16.030437,16.055737,16.078505,16.01462,16.017187,16.015148,16.19323,16.411961,16.429047,16.498627,16.381741,16.837717,17.233137,17.515429,16.693626,16.578663,16.733084,16.734104,16.612085,16.692692,16.696381,16.739698,16.880243,16.896639,17.021866,17.067524,17.518789,17.822891,18.092628,18.055752,17.98917,17.966789,18.012074,18.042532,17.93261,17.984644,18.135899,18.191128,18.345945,18.517818,18.605631,19.095478,19.434958,19.815235,17.031347,17.055979,17.309593,17.393366,17.539352,17.566896,17.624636,17.739683,18.010729,18.269684,18.555265,18.727961,19.484596,19.951193,20.292253,12.256818,12.197531,12.05109,11.895967,11.819371,11.701688,11.705058,11.797887,12.247295,12.540291,12.819608,13.09308,13.821413,14.492857,14.969327,14.924102,14.845297,14.784558,14.741039,14.698524,14.668187,14.66631,14.688412,14.851568,15.002753,15.126608,15.225771,15.724817,16.046007,16.377625,17.067032,17.41008,17.272577,17.588684,17.893694,17.978331,18.024733,18.086927,18.325041,18.436554,18.538773,18.728224,19.032938,19.367033,19.705519,15.721223,15.633922,15.488926,15.280323,15.140702,14.969951,15.022029,15.053614,15.329249,15.508099,15.680927,15.849958,16.451601,16.978449,17.379036,19.014374,18.753185,18.730324,18.610373,18.511719,18.457821,18.548275,18.464066,18.484333,18.454428,18.579786,18.506638,18.976078,19.360464,19.702463,12.256497,12.236325,12.256243,12.350733,12.302363,12.313091,12.466479,12.645751,12.986014,13.401927,13.714534,13.910693,14.667046,15.268482,15.904048,14.041541,13.816221,13.59279,13.33229,13.03097,12.867196,12.575115,12.433864,12.36115,12.244453,12.193763,12.06319,12.19921,12.366978,12.489546,15.16602,15.020802,14.878829,14.770738,14.644406,14.533334,14.577076,14.627297,15.336254,15.803437,16.234367,17.68244,18.735146,19.56188,20.34923,16.570105,16.527058,16.417665,16.650154,17.042122,17.081612,17.710655,18.251316,18.924644,19.307329,19.474346,19.675701,20.509619,20.989771,21.765388,19.83346,19.60248,19.369221,19.160711,18.900471,18.630253,18.355461,18.186903,18.173552,18.14732,18.134901,18.185698,18.614092,18.869249,19.345087,14.073915,13.974443,14.12975,14.267074,14.41107,14.284227,14.373748,14.625271,15.004685,15.25158,15.505047,15.545021,16.117603,16.332743,16.673704,18.027338,17.979704,18.060562,18.074329,17.997028,18.078846,18.187584,18.175564,18.376856,18.469721,18.611032,18.755089,19.469381,19.834023,20.344765,21.803253,21.735849,21.966019,22.193489,22.917301,23.122984,23.508556,23.754789,24.280409,24.174292,23.912025,24.717186,25.693476,26.510969,26.925505,15.556082,15.679214,15.812309,16.017336,16.079664,16.136421,16.502213,16.825214,17.364359,17.752502,18.113548,18.107626,18.82056,19.536346,19.994278,15.996514,15.967804,16.09107,16.249161,16.446171,16.5877,16.951653,17.231876,17.604364,17.875078,18.041801,18.139174,18.60116,19.197134,19.689625,13.418384,13.546962,13.558481,13.666651,13.710814,13.804073,13.986031,14.233154,14.364028,14.657887,14.834089,14.835445,15.316274,15.839481,16.055046,16.780767,16.813507,16.848333,16.905815,16.887323,16.864824,16.941948,17.202305,17.456385,17.768257,18.002731,18.151085,18.855299,19.32583,19.916639,16.675816,16.847252,16.927567,17.02956,17.163147,17.38595,17.659391,17.956295,18.326046,18.558008,18.78756,19.142065,19.739075,20.155266,20.655697,17.872202,17.687851,17.481686,17.357094,17.188496,17.098349,17.238049,17.249186,17.351379,17.429218,17.534576,17.590942,18.144178,18.494698,18.900925,17.517714,17.370922,17.357748,17.28105,17.370455,17.475054,17.637562,17.903748,18.395496,18.773785,19.009357,18.643873,19.507147,20.091015,20.674236,18.312305,18.293291,18.232702,18.210018,18.168106,18.138365,18.227625,18.416239,18.674091,18.787764,18.905405,18.914818,19.633753,20.183424,20.641541,13.271276,13.474874,13.6732,13.7565,13.871254,13.995029,14.38604,14.86902,15.28946,15.667893,16.068775,16.422815,17.123915,17.925301,18.384678,13.486335,13.460506,13.47731,13.499607,13.449825,13.373147,13.408908,13.459271,13.654433,13.864883,14.069669,14.332962,14.979913,15.477304,15.882967,16.711048,16.505045,16.416588,16.299509,16.27564,16.23667,16.209116,16.329496,16.541012,16.70694,16.767296,17.208206,17.843285,18.380234,18.775867,15.076769,14.935081,14.813132,14.80711,14.730941,14.734859,14.839011,15.054771,15.367462,15.575117,15.651734,15.932078,16.609146,17.034262,17.382711,14.391023,14.51944,14.670809,14.863507,14.998421,15.21998,15.707742,15.924035,16.453548,16.736633,17.062956,17.330282,18.109457,18.752348,19.247284,14.542609,14.25714,13.967216,13.703236,13.563079,13.435738,13.377269,13.320086,13.395362,13.458002,13.464207,13.429141,13.751294,13.997422,14.186623,12.791364,12.827714,12.882921,12.933798,13.032979,13.152607,13.386244,13.62465,14.157036,14.590338,14.954964,15.636513,16.528774,17.288599,17.943527,14.663158,14.830992,14.856903,14.852124,15.113399,15.487594,15.692653,15.801126,16.074556,16.33872,16.558121,17.096195,17.979322,18.668161,19.373344,12.874977,12.974331,13.092697,13.212482,13.339518,13.640843,14.232815,14.44443,14.832118,15.167919,15.400617,15.86246,16.462511,16.940311,17.532835,12.70437,13.00127,12.677704,12.738911,12.743235,12.675801,12.90204,12.811717,12.839026,13.268669,13.138827,13.940104,14.877439,15.52251,16.279789,13.674356,13.638597,13.66223,13.751149,13.833777,14.048796,14.302914,14.402649,14.671038,14.893538,15.151466,15.468544,16.144331,16.634674,17.003567,13.872902,14.02292,14.068166,14.19043,14.544786,14.669927,14.702293,15.358067,15.673124,16.021719,16.007273,16.310581,16.988541,17.517822,18.208149,12.756623,12.800137,12.784226,12.653483,12.793734,12.84128,13.10845,13.224804,13.426476,13.727832,13.959347,14.369252,14.935618,15.461403,15.933439,15.533172,15.753086,16.053061,16.536131,16.739407,17.135931,17.815002,18.400909,19.182987,19.873917,20.37929,21.389145,22.469601,23.387781,24.202538,7.977129,8.2189131,8.5086517,8.7790051,8.9486065,9.0983715,9.2676535,9.4419479,9.6312666,9.8302612,10.019409,10.67291,11.246953,11.744863,12.259787,13.796735,13.704987,13.862489,13.769677,13.668262,13.903497,14.308228,14.678899,15.341022,15.7388,16.309666,17.202742,18.262852,18.976744,19.726931,11.850722,11.751554,11.648218,11.558673,11.492053,11.619505,11.756555,11.967776,12.327702,12.586109,12.797241,13.098022,13.655747,14.099531,14.491322,12.419989,12.463222,12.324227,12.349121,12.415645,12.506509,12.686925,12.967485,13.062695,13.322091,13.471849,13.838932,14.494003,14.829885,15.203698,12.643812,12.693752,12.642667,12.679834,12.963459,13.172325,13.52417,13.817789,14.141807,14.372177,14.612039,14.887205,15.704225,16.18899,16.68676,11.957307,11.977664,12.015787,12.199877,12.422206,12.422374,12.63774,12.792071,13.083183,13.343197,13.6012,14.13517,14.884154,15.519147,15.95567,13.991024,13.877824,13.86354,14.145022,14.448873,14.769403,15.219687,15.748904,15.93405,16.452978,16.781136,17.481165,18.454937,19.143642,19.840828,12.870719,12.911135,12.965708,13.110033,13.213694,13.377918,13.613759,14.048756,14.735736,15.294359,15.649896,16.224926,17.202501,17.877361,18.559402,12.095138,12.161266,12.256949,12.241526,12.374734,12.722739,13.083129,13.345209,13.586727,13.975694,14.288004,14.795275,15.575154,16.000589,16.488609,11.57041,11.747056,11.696774,11.84511,11.782594,11.991421,12.313136,12.560049,12.835206,12.905051,12.951432,13.472498,13.971125,14.459597,15.05483,9.129056,9.2670469,9.4125681,9.4228725,9.5493631,9.4484921,9.6507292,9.6220827,9.7792377,10.011231,10.161046,10.146542,10.716217,11.12886,11.679535,10.876109,11.215067,11.136929,11.234451,11.43344,11.601007,11.987756,12.350431,12.713827,12.906925,13.064601,13.459237,14.452206,15.355635,15.920173,13.147919,13.170153,13.16869,13.378514,13.389362,13.583623,13.649336,14.027679,14.321826,14.507558,14.868146,15.71047,16.272076,16.946505,17.741371,11.820271,11.930178,11.918205,11.886905,11.977975,11.987143,12.287058,12.432246,12.657001,12.922421,13.18569,13.476534,14.095457,14.465273,14.923591,15.051712,15.704225,16.304951,16.983232,17.750439,17.949966,17.916784,18.282263,18.813614,19.344366,19.838919,20.985786,22.193445,23.252928,24.061785,11.748554,11.726113,11.763288,11.822941,11.933316,12.033294,12.215926,12.293151,12.435327,12.601,12.785215,12.991706,13.491784,13.900057,14.267569,13.735427,13.765327,13.717237,13.767685,13.86514,13.959782,14.32201,14.485762,14.832563,14.964511,15.158601,15.421082,15.994048,16.421997,16.997871,12.157984,12.280125,12.352497,12.277237,12.528473,12.752855,12.902768,13.195586,13.327362,13.312899,13.39256,14.02031,14.768177,15.336701,15.762413,14.965735,14.997871,15.031515,15.129532,15.137794,15.279319,15.590395,15.691346,16.168667,16.721504,17.134193,17.625914,18.708008,19.574814,20.550999,11.070894,10.944634,10.918397,10.750612,10.826808,11.013963,11.220208,11.18802,11.240474,11.244533,11.155219,12.182162,13.176171,14.217457,15.511307,12.883389,12.873546,12.817888,12.863003,12.940539,12.966764,13.241474,13.469182,13.833926,14.050669,14.292413,14.543374,15.325664,15.92598,16.401413,12.150201,12.473895,12.687652,13.150599,13.483612,13.962809,14.443515,14.558874,14.775962,14.975993,15.337695,16.164007,17.287069,18.049236,18.746391,13.17912,13.03903,13.079415,13.210551,13.373363,13.53857,13.831839,13.995415,14.422462,14.765984,15.058647,15.308166,15.990641,16.386084,16.741858,12.470131,12.496868,12.383575,12.491878,12.541549,12.645052,12.854357,12.956241,13.103518,13.388798,13.475066,14.241176,15.074946,15.620929,16.083574,10.210123,10.356249,10.440786,10.588971,10.726849,10.932238,11.308395,11.547872,11.821307,12.033995,12.269273,12.555737,13.241524,13.704793,14.22548,16.631516,16.909361,17.141443,18.087931,18.974154,19.613892,20.184929,21.255659,22.349375,23.243771,23.768087,25.669088,27.343121,28.750128,29.773855,12.091475,12.406389,12.542402,12.776015,12.88718,13.112366,13.481791,13.843745,13.895149,14.385311,14.760159,15.160857,15.846843,16.525517,17.059578,12.350694,12.249179,12.101822,12.160787,12.17241,12.472239,12.288092,12.357551,12.703325,12.881565,13.077963,13.564381,14.349648,14.800901,15.19237,14.806164,14.753281,14.595519,14.677304,14.791253,14.874035,14.962173,15.250532,15.495268,15.708444,15.949434,16.293512,16.809473,17.463701,17.941122,15.632055,15.865713,16.156847,16.407837,16.563959,16.925236,17.339487,17.712376,18.147738,18.634954,19.037373,19.606918,20.42701,20.962749,21.557316,13.207465,13.334644,13.337188,13.418965,13.478968,13.55684,13.74658,13.99499,14.243266,14.54369,14.842007,15.324734,15.931993,16.587029,17.14003,11.418847,11.478495,11.591507,11.660633,11.846347,11.988386,12.406334,12.560031,12.82853,13.119321,13.460329,13.692884,14.305173,14.921817,15.152293,9.7856712,9.6883144,9.5851002,9.5336227,9.4660883,9.4747038,9.4422789,9.4853745,9.5848198,9.6924353,9.7740736,10.044889,10.488098,10.881063,11.312505,14.491168,14.449482,14.421272,14.495182,14.483706,14.479117,14.764372,14.992018,15.356612,15.896731,16.179865,16.809303,17.483849,17.729332,18.250362,12.499066,12.411637,12.359411,12.311748,12.323358,12.470461,12.739031,12.820232,13.04023,13.216511,13.462681,13.728231,14.309485,14.615986,15.02337,11.275549,11.441379,11.514519,11.621889,11.616509,11.793707,12.098761,12.301206,12.584654,12.789242,13.173747,13.222486,13.608143,14.079696,14.498796,15.731874,15.915875,15.980336,15.976151,16.103693,16.022024,16.076313,15.977289,16.083916,16.171822,16.530987,16.896442,17.634552,18.250257,18.610228,13.030018,13.079916,13.010211,12.941111,13.033941,13.34072,13.700716,13.872587,14.13508,14.459014,14.677805,15.246689,16.231411,17.006639,17.810812,10.350199,10.32152,10.221302,10.191489,10.092995,10.140498,10.500172,10.659988,10.893347,11.07792,11.364887,11.673401,12.243453,12.694255,13.121521,21.642036,21.792261,22.098293,22.292103,21.958042,21.728218,20.972973,20.473589,20,20.243362,19.867306,20.338982,19.992716,20.029509,19.722931,19.430416,18.971212,18.882328,18.874212,18.93708,18.627331,18.614155,18.175755,17.959549,17.486118,17.36558,16.745575,16.698082,16.417343,16.564686,11.05823,11.05742,11.508951,11.329349,11.537369,12.094728,11.971224,11.771494,11.636045,10.950839,10.817098,11.30814,11.682651,11.689815,12.296038,20.70965,20.979218,20.547173,20.356234,20.088394,20.143164,19.849457,19.291786,19.204544,19.109095,18.976967,19.311228,19.619265,19.58042,20.005707,10.839038,10.614388,10.607685,10.640705,10.461675,10.357809,10.3189,10.29159,10.196729,10.034984,9.9928131,9.9343319,10.017429,10.251919,10.421034,16.302999,16.219585,16.202005,16.299009,16.357666,16.300329,16.498411,16.280952,16.213577,16.182528,16.089224,15.760018,15.739657,15.690983,15.921454,16.816647,16.933771,17.426485,17.279556,17.335983,17.34531,17.090763,16.8734,17.13615,17.283951,17.383886,17.333334,16.995304,16.73159,17.151436,6.027122,6.0379243,6.322711,6.5722952,6.9296913,6.5849924,6.8423719,6.9179139,6.9529653,7.0505915,7.2351418,7.2874494,7.5396829,7.3762379,7.1497121,15.011547,15.120613,15.487509,15.686488,15.499784,15.665464,15.950404,15.452785,15.525709,15.617178,15.801933,16.273884,17.01816,17.617985,18.434074,22.178551,22.706682,23.47526,23.772915,24.043716,24.95286,23.548597,24.626865,25.206045,25.447044,24.693043,25.831566,25.848377,25.355274,24.945454,17.344753,17.541002,17.688782,17.785124,17.791275,17.418436,17.793633,18.04295,17.982018,17.75526,17.661854,17.579784,17.735971,18.147181,18.025518,22.257206,22.417953,22.458157,22.587166,22.119579,21.452835,21.626717,21.853947,21.432417,21.800432,21.513836,21.557718,21.667597,21.406897,20.316767,10.096225,10.060908,10.018512,9.9069147,9.9933081,9.9800253,10.156307,10.257526,10.337417,10.421782,10.287858,10.283637,10.491989,10.598682,11.10714,14.192678,14.085968,14.295019,14.485947,14.485412,14.516006,14.453914,14.573161,14.62116,14.754764,15.012301,14.792381,15.004711,15.311692,15.504292,10.467334,10.667949,11.026616,11.307837,11.74812,11.298362,11.507053,11.340456,11.651444,10.996736,10.407462,10.701927,10.975012,10.745562,10.464839,16.201498,16.571661,16.548874,17.053242,17.126364,17.605635,18.205706,19.294968,20.161291,20.914145,21.478788,21.755816,23.235966,23.866064,25.577265,16.287374,16.170235,16.21249,16.321997,15.94954,15.946878,16.058544,16.097359,16.497568,16.793104,17.370604,17.04244,17.068485,17.184505,17.375761,23.594603,23.842365,23.394039,23.410357,22.963089,22.275206,21.98105,22.044506,22.525719,22.678223,23.008385,22.918112,23.680937,23.625,24.523211,20.600668,20.861223,20.791416,20.626987,20.598389,20.346319,20.095585,19.682322,19.50387,19.36515,19.209558,19.624886,20.059469,20.612814,20.902779,8.3221245,8.9724054,9.0815449,9.1967802,9.3149252,9.4935589,9.6080904,9.6815996,9.5519543,10.034273,9.8575706,9.6410065,9.8357697,9.9838972,9.9524393,22.651934,22.842936,23.037899,23.490137,23.445122,23.010489,23.379112,23.538961,23.519629,23.699039,24.382097,24.120604,24.451199,24.641068,24.932158,22.168619,21.260757,21.513002,21.496664,22.233032,21.82655,21.741282,21.485346,20.91358,21.768202,21.966167,21.734844,21.460506,20.868486,21.387283,22.549152,22.591635,22.672009,22.531891,22.527166,22.044283,22.017445,22.278694,23.293516,23.285147,22.939522,23.87439,24.485126,25.823454,26.267485,22.850592,24.146055,23.747017,23.666265,23.852459,23.849026,24.145121,23.732336,24.389235,24.052788,23.730965,23.703079,23.271502,23.407845,23.454159,19.119335,18.833614,18.495829,18.447359,18.451595,18.500134,18.488529,18.524523,19.136555,18.75424,18.705723,19.056812,19.644333,19.807295,19.997231,24.821653,24.805698,25.054947,24.365822,24.441437,24.691639,24.333101,24.279352,24.118477,24.03756,24.062794,23.910984,24.135498,24.161549,24.093817,18.67333,19.779209,19.77507,20.738636,21.346153,21.625616,22.227821,22.2279,22.00514,21.761393,21.829521,21.821035,22.03035,23.276775,23.172712,19.112875,19.203749,19.223858,19.035624,19.248066,18.4,18.534405,18.100422,17.938467,17.456787,17.364866,17.010569,16.980181,17.243696,17.489164,24.327234,24.794521,24.797995,25.035242,25.124451,25,24.896755,25.169668,25.176678,25.360399,25.363583,24.832994,25.472254,24.816231,24.38879,14.847715,14.557156,14.907209,14.692654,14.244933,13.585873,14.089045,13.930347,14.268902,13.841555,14.204205,13.773696,13.782905,13.813459,13.709915,13.457249,14.061332,14.198936,13.438437,15.101722,14.876691,14.084508,14.128728,14.13738,14.489311,14.091272,15.3431,15.186028,15.548539,15.629985,13.771585,13.601615,13.477759,13.45525,13.214265,13.349718,13.35766,13.38456,13.738767,13.559021,13.541057,13.465656,14.086607,14.567449,15.082023,26.166254,26.384857,25.874662,25.769081,25.809399,25.730839,25.458441,25.322754,25.492325,25.351536,25.112352,24.364849,24.061504,23.937578,23.602657,21.63142,22.215309,22.42268,22.684311,22.772278,23.110558,22.795559,23.585548,23.146852,23.380281,23.218067,22.707737,22.486034,23.933477,23.853868,11.360544,12.016866,12.343533,12.128459,12.759442,12.676056,12.567204,13.198139,13.186441,13.782697,13.293846,13.583359,13.31864,13.230294,13.300793,25.542274,25.573032,25.853437,25.661255,26.498573,25.748217,24.963573,25.074778,24.962925,25.309559,24.796162,24.733786,24.889544,24.415205,24.837906,18.274113,18.309858,18.688231,20.204842,19.101124,20.909971,20.745697,21.203156,22.540983,21.616163,20.750988,22.102161,22.023809,21.515152,21.761658,24.177151,24.223602,23.787111,23.643055,23.893805,23.223015,22.991585,22.522697,22.092571,21.842207,21.816771,21.253143,20.711418,21.577909,21.493301,16.394758,16.144665,16.214979,16.132627,16.132679,16.039158,16.014635,16.419415,16.701143,16.726812,16.927176,17.182249,17.991207,19.087137,19.818285,14.667095,14.955378,15.034692,14.980799,15.15701,15.52274,15.777662,15.868835,16.247517,16.487953,16.60811,16.864597,17.137354,17.498297,18.481207,10.392149,10.185396,9.9778824,9.7173624,9.4549055,9.2086248,9.1012602,8.9684162,8.7016115,8.8782682,9.0285454,9.0640907,9.3803663,9.8332396,10.379098,13.510747,13.482857,13.046855,13.316062,12.934414,13.338658,13.079383,13.466136,13.982012,14.558151,14.64191,14.637339,14.955002,15.149157,15.263021,19.434933,19.439699,19.64657,19.546398,19.517656,19.212843,19.123085,19.126162,19.203287,19.062946,18.94101,19.231459,19.129192,19.153831,19.546341,29.525787,29.016277,28.231045,28.40909,27.750656,27.826416,29.015945,28.95155,28.565752,29.607128,29.421352,29.565929,29.678482,29.01108,28.11212,21.119095,20.753046,20.827711,20.950226,20.76178,19.978378,19.259098,18.732302,18.514507,18.728298,18.888174,19.675325,19.879906,19.503471,19.774372,10.477487,10.397603,10.525034,10.808611,10.672678,10.933078,11.098266,11.490298,11.684249,11.886703,11.986328,12.379314,12.913563,13.215727,13.723376,12.380038,12.657004,12.732615,13.429952,13.157895,12.333498,12.512316,12.5,13.099999,13.326799,13.261824,14.611006,14.928229,15.177713,15.564017,23.88007,23.979776,24.419033,24.537037,24.304195,24.043062,23.565077,23.181818,22.72344,22.309929,21.704451,22.326775,21.484037,21.486893,21.870939,10.941316,10.851932,10.756139,10.688174,10.717132,10.776534,10.867832,10.94836,11.07684,11.086644,11.13497,11.236308,11.566677,11.861186,12.179646,14.837924,15.104088,14.934767,14.925835,14.967762,14.46041,14.272602,14.292237,14.443931,14.96356,15.066174,15.474723,16.134531,16.422789,16.955774,11.863129,11.941792,12.008558,11.979104,12.04624,12.257918,12.585546,12.8453,13.138962,13.306625,13.52074,13.712322,14.311258,14.813561,15.395698,23.522352,23.340471,22.818378,23.145494,23.342089,23.056299,23.244877,23.084713,22.956402,22.833843,22.704508,23.033522,22.772278,23.421053,22.857143,25.046658,26.003086,26.144814,26.155052,25.874403,26.268414,26.440117,26.797108,27.089714,27.113447,26.378796,25.634518,26.051849,26.635712,28.40617,17.033186,16.881174,17.138508,16.683357,16.575302,16.299427,16.357622,16.743441,16.695009,17.147709,17.276564,17.394257,17.642511,18.06596,18.165121,19.149736,19.506464,19.66115,19.361122,19.283747,20.146521,19.585062,20.083508,19.966301,20.49007,19.685373,20.033884,19.535284,19.310345,18.945564,4.7918992,4.9674654,5.0341825,5.1181407,5.3993683,5.0798478,5.1924801,5.2753839,5.6178937,5.8696461,5.8267369,6.1462154,6.3615041,6.6732502,6.7725167,18.966681,19.489172,19.728468,19.792418,19.692129,20.046963,20.345547,20.237732,20.333746,20.295261,20.065533,19.652468,19.206493,19.623615,19.604864,11.019085,10.965392,10.93578,11.21563,11.818501,11.552091,12.267135,12.266112,13.652235,14.934619,15.688904,16.50975,16.509115,17.010483,17.268129,17.346277,17.41683,18.291862,18.384401,19.148937,17.98152,18.213783,17.827297,18.327274,17.922459,18.267832,18.86249,18.64172,18.213058,18.934082,5.7694426,5.9844928,5.6319723,5.7343411,5.8188744,5.9152255,5.9126778,6.1052852,6.0257349,6.1233063,6.0772338,6.5862803,6.682097,6.769845,7.2104731,19.809107,20.124184,19.811321,19.970892,20.448179,20.376175,20.204561,20.310345,20.490213,20.706175,20.899752,21.127766,21.594017,21.662422,21.603928,20.305256,20.132692,19.822762,19.459019,19.022503,19.13229,19.219757,19.138813,19.119226,19.04533,18.951275,19.077768,19.334694,19.865885,20.56222,13.435212,13.333863,13.38211,13.441655,13.490232,13.621465,13.803406,13.948215,14.235081,14.03695,14.054203,14.181097,14.35687,15.05536,15.505992,22.285908,22.281487,22.551771,22.158169,21.610859,21.49991,22.161272,23.071203,23.211624,23.57103,23.78071,23.424879,24.047619,23.884945,24.237473,14.600296,14.790728,14.868373,14.935215,14.934381,15.230213,15.484812,15.776831,16.216824,16.241997,16.438112,16.111259,16.530205,17.045856,17.488434,7.543364,7.0007958,6.7187505,7.2089434,7.0695558,6.8343973,6.7217827,6.8680329,6.5731168,6.9053707,6.8157616,7.1176887,7.1030641,6.9586716,6.6950054,16.55759,16.550285,16.590925,16.640598,16.639893,16.693504,16.733454,16.875509,17.004719,17.126255,17.424162,17.530775,18.097248,18.509338,18.901064,12.622335,12.57354,12.489733,12.383807,12.234331,12.053057,12.208976,12.381519,12.44059,12.701528,12.995726,13.328475,13.936506,14.280714,14.42664,17.70575,17.927187,17.964035,18.159822,18.25392,18.504391,18.673563,18.714373,19.11022,19.605455,19.98909,20.224104,21.144325,22.031816,22.500776,11.404359,11.629772,11.859232,12.158055,12.751785,13.023255,13.699697,14.038994,14.468248,14.987619,15.439632,15.735764,16.791803,16.431993,17.47212,14.125225,14.108196,14.109484,14.232249,14.253519,14.379725,14.739317,15.00792,15.371028,15.739797,16.122612,16.556789,17.356731,17.860144,18.442167,11.791715,11.963928,12.057607,12.2258,12.413139,12.671998,13.050783,13.263993,13.705188,13.958926,14.196895,14.402704,14.908814,15.338127,15.747443,15.160481,15.278127,15.362595,15.464124,15.466549,15.822957,16.116121,16.353754,16.68224,16.947783,17.26951,17.643578,18.30164,18.795853,19.275871,13.630732,13.710546,13.968377,14.093701,14.282446,14.673458,14.894578,15.258654,15.417451,15.756348,16.100035,16.666668,17.193817,17.782776,18.151335,17.224621,17.275105,17.323132,17.330589,17.248487,17.410387,17.387379,17.327127,17.559784,17.738991,17.886948,17.970528,18.575224,19.138102,19.757507,15.004666,15.108332,15.12826,15.53798,15.633039,15.866743,16.049553,16.211212,16.510925,16.816738,17.134489,17.72698,18.496304,19.209118,19.901346,8.5494318,8.7060499,8.8724833,9.0142832,9.203887,9.3474569,9.788928,9.9826593,10.303746,10.620373,10.914763,11.371795,12.033523,12.605341,13.237145,13.64718,13.490161,13.534591,13.878255,13.910632,14.075206,14.165301,14.402599,14.655582,14.628795,14.644815,14.960493,15.711795,16.093147,16.681051,13.484798,13.500582,13.591814,13.722919,13.885826,14.269691,14.64693,14.989442,15.409611,15.738084,15.986225,16.406933,17.293446,17.963161,18.47331,15.637549,15.98283,16.090359,16.259956,16.710709,17.060598,17.450169,18.364763,19.269905,19.80843,20.099098,21.345442,22.126732,22.688103,23.77261,13.704421,13.802131,13.859079,13.91599,14.046463,14.325712,14.919573,15.284078,15.804969,16.299461,16.773361,17.270031,18.089277,18.69495,19.243305,14.66075,14.701404,14.586136,14.588122,14.627473,14.708659,14.934361,15.053246,15.26687,15.528374,15.784388,15.954992,16.404707,16.595713,16.861181,15.771742,15.956277,15.910816,15.823181,15.67826,15.688854,15.966736,15.989235,16.408775,16.379606,16.49527,16.611708,16.932449,17.229567,17.410316,20.675356,21.093441,21.423607,21.843691,22.345011,22.690212,23.456327,24.09506,24.753551,25.461632,25.975414,26.667727,27.797646,28.396952,28.881983,11.108988,11.038652,10.942591,10.855966,10.758765,10.706747,10.564645,10.442275,10.448071,10.438352,10.456861,10.464628,10.675817,10.858047,11.063766,18.174038,18.552732,18.457844,18.594828,19.0562,18.797966,19.19253,19.588774,20.095165,20.409203,20.686426,21.073355,22.062103,22.322878,22.60017,14.315198,14.527374,14.600068,14.673153,14.481193,14.63361,14.96528,15.254697,15.380089,15.608974,15.811396,16.020218,16.6217,16.965126,17.495186,11.740695,11.910337,11.882654,11.889657,12.058521,12.120101,12.348346,12.315945,12.526314,12.920211,13.292985,13.577923,14.106833,14.638908,15.063646,13.377092,13.367963,13.25943,13.377264,13.318231,13.291272,13.41114,13.480578,13.861439,14.186752,14.404547,14.831419,15.42485,16.046888,16.565437,12.901009,12.86705,12.858805,12.931818,12.764732,13.127014,13.5952,13.666008,13.978495,14.354192,14.87042,15.737425,16.801762,17.747969,18.72612,13.68611,13.930943,13.999407,14.338018,14.49378,14.84243,15.256366,15.625888,15.937482,16.561892,16.984287,17.829199,18.862659,19.368868,19.997761,15.227238,15.205802,15.249819,15.360244,15.503357,15.708963,16.204712,16.390852,16.72061,17.019518,17.339674,17.615807,18.366497,18.694555,19.010101,17.766233,17.545286,17.326763,17.192312,17.017183,16.945581,16.849962,16.602715,16.438051,16.383257,16.481285,16.48982,16.865675,17.360085,17.549141,14.511202,14.67261,14.705383,14.710095,14.913893,15.070958,15.321024,15.637079,15.869382,16.184544,16.667801,17.251492,18.035677,18.460522,18.958036,12.496974,12.787835,12.984903,13.356551,13.710353,13.890541,14.615558,14.976019,15.285971,15.670946,16.001936,16.525833,17.48332,17.936724,18.479071,14.858673,15.103266,15.259872,15.48426,15.586561,15.782971,15.917383,16.213148,16.650568,17.069126,17.452795,17.780258,18.683624,19.395004,19.984507,14.043058,14.163606,14.347273,14.633282,15.007776,15.368838,15.853052,16.557518,17.102341,17.55825,17.445938,18.748165,19.342529,19.995548,20.641178,13.319595,13.593936,13.828601,13.971817,13.964542,14.294537,14.664599,14.828224,15.326646,15.616878,15.897116,16.109571,16.883511,17.312145,17.622313,13.847486,13.857677,13.813524,13.868705,13.869865,13.958433,14.097713,14.182348,14.406575,14.566869,14.727804,14.80092,15.232883,15.588077,16.005987,15.694076,15.791018,15.842896,15.371975,15.655142,15.855989,16.002972,15.874413,16.600149,16.770094,16.908213,17.672478,17.944878,18.299669,18.552652,12.587113,12.551111,12.476418,12.6306,12.715703,12.93847,13.19744,13.368061,13.597012,13.80197,13.965556,14.656136,15.186819,15.847015,16.317799,16.108091,16.167385,16.488081,16.728378,16.653603,16.89226,17.267912,17.626909,17.905521,18.218468,18.478386,18.936876,19.797033,20.290747,20.992146,13.253461,13.336541,13.461751,13.842051,14.054407,14.29446,14.817062,15.301525,15.693675,16.116152,16.549395,17.165457,18.016933,18.667606,19.279324,13.759847,13.5506,13.567917,13.445723,13.390896,13.417904,13.562838,13.640162,13.655506,13.775187,13.724549,14.427485,14.982197,15.433149,16.025499,14.201993,14.096488,13.968377,14.012495,13.839234,13.882096,14.113648,14.35148,14.576025,14.660517,14.845777,15.164812,15.685995,16.228195,16.807653,18.107353,18.155315,18.032734,18.188812,18.253637,18.368317,18.374044,18.600195,19.040054,19.414284,19.713129,19.910999,20.5236,21.105389,21.55234,11.906352,11.944883,11.877774,11.978362,12.147323,12.339182,12.666087,12.886892,13.215287,13.619547,13.958393,14.373716,14.973905,15.506826,15.589634,16.766468,16.792946,16.890882,16.846279,16.944689,16.997519,17.190594,17.033703,17.259615,17.826866,17.757231,18.165468,18.51544,19.181555,19.472027,14.905134,15.132891,15.409435,15.627437,15.916956,15.912749,16.216957,16.538984,16.854055,17.243059,17.302717,17.63587,18.23597,18.580044,18.97617,14.915377,15.221271,15.516477,15.713278,15.952966,15.889329,16.32058,16.776402,17.178709,17.549181,17.581945,18.40731,19.293974,20.219055,20.935703,12.870799,13.103235,13.334356,13.508882,13.968221,14.230408,14.621325,14.913119,15.293841,15.77172,16.254837,17.141373,17.933025,18.586557,19.054668,15.011112,15.18437,15.185602,15.412445,15.771644,15.876163,16.135998,16.511091,16.816685,17.359776,17.674444,18.47683,19.329029,20.154436,20.461016,12.67972,12.629107,12.567693,12.510684,12.460991,12.500928,12.615808,12.63553,12.818263,12.95349,13.107586,13.215816,13.706737,14.091677,14.456652,13.307315,13.384941,13.020118,12.904027,13.278378,13.406398,13.624777,13.58654,13.824884,13.877499,13.634041,13.714139,14.037363,14.428311,14.626826,12.088682,11.871778,11.711712,11.724188,11.746834,11.878695,11.82663,11.803776,11.971983,12.117731,12.364527,12.611994,13.008425,13.343748,13.7516,14.399099,14.479671,14.418615,14.523886,14.740369,14.837967,15.181616,15.241528,15.666797,15.951985,16.122501,16.224182,16.824026,17.27634,17.484583,13.616835,13.472089,13.544194,13.578756,13.860705,14.235456,14.436828,14.672687,15.209411,15.813877,16.191572,16.791628,17.496849,17.97875,18.766846,15.608171,15.484689,15.672162,15.838676,15.967156,15.814956,16.115753,16.276142,16.339651,16.542942,16.67514,16.870174,17.453197,17.814585,18.428652,16.297033,16.57646,16.976068,17.384546,17.905762,18.58935,19.390802,19.892427,20.408939,21.015852,21.535147,22.257986,23.265625,23.882135,24.551477,14.320013,14.401239,14.41703,14.616869,14.789556,14.94343,15.357489,15.48197,15.953255,16.458382,16.904051,17.143513,17.808455,18.36606,18.648926,15.902922,15.795043,15.806176,15.833266,15.749296,15.962441,16.148556,16.275791,16.754637,17.020046,17.323528,17.715054,18.45907,19.074812,19.492142,12.710042,12.582813,12.593233,12.702586,12.606393,12.637621,12.984784,13.064122,13.285189,13.776572,14.075536,14.421792,14.92292,15.214415,15.470189,12.284895,12.207345,12.156829,12.148238,12.149918,12.190776,12.249563,12.463282,12.675142,12.899199,13.181564,13.45373,13.969849,14.350553,14.914006,12.955421,13.223289,13.447705,13.425148,13.633908,14.082376,14.321949,14.550831,14.958419,15.627332,15.904347,16.400797,17.224525,17.728043,18.129314,12.466962,12.495393,12.29079,12.360778,12.427714,12.299067,12.355575,12.460162,12.551482,12.880307,13.150176,13.535465,14.185521,14.742764,15.114532,12.060128,12.057775,12.025675,11.909207,11.84057,11.941267,12.24751,12.367546,12.587553,12.738427,12.977409,13.28946,14.019171,14.518173,14.897545,11.594987,11.816878,12.173913,12.607914,12.943484,12.917,13.696458,14.043371,14.75099,15.579001,16.102703,17.073799,18.204382,18.934658,19.796997,13.174035,13.316909,13.334504,13.554083,13.818993,14.114271,14.536142,14.994855,15.439837,16.059628,16.479107,17.045759,18.094036,18.792704,19.479576,7.7868609,7.8537436,7.9907022,8.114296,8.0279074,7.9406047,8.1049824,7.9661608,8.1847,8.0247059,8.0198717,8.0574598,8.0988178,8.4388113,8.5760956,15.398045,15.282104,15.199055,15.355932,15.88863,16.113667,16.266537,16.360708,16.796316,17.571835,18.387552,19.289497,19.874115,20.268774,20.738636,11.539822,11.84465,11.969339,12.106233,12.394624,12.548308,12.795424,13.078098,13.113095,13.521436,13.719429,14.232617,14.94122,15.564974,16.054604,15.178269,15.239419,15.206775,15.346336,15.306375,15.500793,15.645514,15.857625,16.35232,16.655657,16.827574,17.134291,17.990177,18.435699,18.893278,14.976229,15.168235,15.146619,15.314431,15.458612,15.665062,15.867297,16.164738,16.473618,16.672729,16.852304,17.306217,18.088078,18.823851,19.416769,16.406147,16.675581,16.586985,16.489431,16.379196,16.671055,17.309711,17.498701,17.885551,18.316137,18.714556,18.867926,19.515306,20.07123,20.884865,17.899857,17.883577,18.618795,19.061817,19.04093,19.091454,20.087597,20.779736,21.124561,21.95648,22.406639,23.115871,24.403706,25.029728,25.373722,14.443342,14.546787,14.777477,14.980128,14.958551,15.079947,15.526937,16.04916,16.307655,16.706516,17.113476,17.514496,18.270565,18.637238,19.424332,13.237953,13.204498,13.203568,13.232526,13.178235,13.394446,13.588249,13.809236,14.176066,14.409254,14.651893,14.835745,15.362904,15.770857,16.153463,13.806809,14.037971,14.073536,14.061592,14.113135,14.13483,14.563075,14.998862,15.286827,15.468046,15.777904,15.903765,16.515949,17.117977,17.573196,16.178762,16.288387,16.40707,16.568775,16.767391,17.021156,17.285074,17.524801,18.019642,18.299704,18.583498,19.048681,19.989902,20.631567,21.186216,10.829455,10.760638,10.824897,11.001698,11.044389,11.088412,11.200468,11.383685,11.486569,11.601891,11.813025,12.014585,12.659671,13.063137,13.528383,7.4912853,7.4796872,7.4868464,7.5165987,7.5233569,7.6062498,7.7857375,7.8523321,7.9856672,8.0921574,8.2293167,8.5184898,8.9385767,9.2575884,9.6013451,11.28956,11.438015,11.522253,11.754068,11.817595,12.106106,12.539712,12.922133,13.05483,13.399415,13.74657,14.147444,14.72221,15.088166,15.536055,12.254815,12.188317,12.163544,12.643011,12.856223,13.144551,13.89098,14.410255,14.916571,15.180024,15.658034,16.414566,17.511265,18.430384,19.06212,12.675546,12.774084,12.884654,13.112144,13.232413,13.403876,13.996765,14.264523,14.758533,15.181377,15.539791,15.811441,16.599592,17.135311,17.750214,9.9707079,9.9243336,9.823472,9.7961578,9.7572346,9.8041945,9.7807207,9.8719063,10.058706,10.197162,10.290303,10.404069,10.773014,11.192941,11.611831,13.270356,13.317002,13.207026,13.182716,13.315484,13.147238,13.574709,13.583708,13.389646,13.366981,13.678382,13.901649,14.509045,15.044062,15.399159,14.834457,14.902774,14.815985,14.828836,14.979437,15.027642,15.350537,15.634377,16.023941,16.456652,16.764046,17.199184,17.60294,18.463501,18.872475,15.96196,16.159195,16.26469,16.387003,16.600571,16.815781,17.179871,17.462524,17.913452,18.289173,18.665257,18.858633,19.561914,20.004726,20.333796,10.702172,10.807071,10.906192,10.978408,11.125206,11.358969,11.625408,11.805243,12.209053,12.425466,12.648683,13.117973,13.781795,14.221772,14.611557,9.8764954,9.8850002,9.9022141,10.043118,10.230666,10.28346,10.383532,10.542588,10.796967,10.877995,11.109657,11.526794,12.0615,12.512964,13.010418,14.631508,14.489796,14.221435,14.009595,13.820916,13.731022,13.676803,13.646997,13.50135,13.437382,13.595934,14.08631,14.820051,15.388568,15.496126,18.178221,17.94581,18.046722,18.171671,18.231491,18.381001,18.872292,18.945345,19.233503,19.453367,19.717693,19.877409,20.627434,21.266342,21.815037,10.899335,11.063203,11.309814,11.339267,11.628156,11.898153,12.314775,12.803949,13.265306,13.524057,13.860919,14.456703,15.372541,15.951918,16.440161,14.072998,14.173516,14.096276,14.496767,14.578713,14.372807,14.72438,15.456204,15.989894,16.588448,17.027027,18.323376,19.23077,20.385378,20.905365,13.895911,13.952703,13.818182,13.814773,14.048992,14.138046,14.312324,14.378254,14.716446,14.928606,15.170807,15.238478,16.087996,16.406212,16.766571,13.944486,13.950359,13.954677,13.936813,13.979562,14.088699,14.363845,14.478967,14.787266,15.037144,15.300232,15.488824,15.986359,16.415913,16.961435,13.597716,13.54612,13.783815,13.929327,14.168136,14.424321,14.618681,14.866694,15.10821,15.573674,15.901205,16.626463,17.394632,17.802223,18.335114,14.453001,14.348671,14.26705,14.291546,14.466434,14.476705,14.71609,14.817842,14.795267,15.000576,15.318068,15.599221,16.150085,16.576729,17.116747,15.302245,15.340037,15.408033,15.42477,15.551125,15.586589,16.166653,16.392078,16.611868,17.022762,17.591984,17.872911,18.419842,18.766184,19.16888,7.7809172,7.930675,8.0056658,8.2367706,8.4401007,8.5269861,8.7466497,8.9981947,9.2103615,9.4703102,9.7481461,10.006055,10.644009,11.162041,11.614248,9.6760817,9.8165236,9.8696165,10.078588,10.195699,10.379152,10.806484,11.044709,11.444322,11.865599,12.199551,12.706037,13.466996,14.061245,14.489148,11.670481,11.792566,11.762879,11.646572,11.730821,11.763051,11.912313,12.083982,12.359609,12.487588,12.627456,12.639877,13.108085,13.444696,13.730041,12.680515,12.927815,12.763016,12.569359,12.655698,12.784265,12.451686,12.010656,11.412157,11.252653,11.326097,10.758137,10.309534,10.011905,9.9387064,12.63112,12.548429,12.577504,12.603362,12.662361,12.885055,12.925665,13.101351,13.394382,13.533809,13.694755,13.75093,14.232564,14.592578,14.970128,19.704258,20.159735,20.229042,20.343212,20.774265,21.22151,22.158581,22.164682,22.712595,23.485466,24.344521,25.440514,26.000505,26.322323,26.575222,14.476913,14.770031,14.649966,14.878509,14.309319,15.063961,15.348119,15.776645,15.696398,15.892718,16.125828,16.659121,17.469536,17.729038,18.108538,19.021236,19.360903,20.18664,20.53973,20.118635,19.538536,20.613375,21.177685,20.299587,20.355835,20.82019,20.455723,20.514139,21.001534,21.355236,10.789846,10.856684,10.886256,11.078294,11.10214,11.460172,11.69558,11.983215,12.37172,12.56751,12.788036,13.170452,13.431069,13.754063,13.912826,14.927001,14.76521,14.622452,14.747125,14.786726,14.743079,14.809154,14.806585,15.099338,15.44914,15.652357,16.00112,16.866245,17.364956,17.648479,15.130383,15.536468,15.353322,14.931527,14.946005,14.265376,14.283673,14.176411,14.343029,14.312057,14.178273,14.16852,14.377803,14.628331,14.885057,16.226416,16.463448,16.121595,16.125814,16.326849,16.656372,17.800253,18.228498,19.194395,19.798674,20.167618,21.049816,22.516493,23.864021,24.579269,10.219116,9.9842901,9.9987402,9.9460688,10.083132,10.282414,10.524957,10.752929,10.994764,11.256064,11.506256,12.047054,12.762065,13.320706,13.704765,24.909309,24.096691,23.787529,23.674194,22.983564,23.42017,23.72093,24.020487,24.339472,24.906067,25.261745,25.357046,25.193584,24.923759,25.264919,10.23913,10.459064,10.435794,10.331085,10.391939,10.569764,10.579479,10.593061,10.646256,10.720562,10.907267,10.743136,10.893958,11.16945,11.382213,8.7344198,8.7556648,8.7318916,8.7600126,8.7681789,8.7197437,8.8559418,8.6306963,8.6107168,8.7739582,8.7306709,8.8770084,9.1740532,9.5293493,9.8729792,10.361987,10.312187,10.259995,10.245689,10.170969,10.140132,10.110901,10.056896,10.148943,10.222065,10.296326,10.3966,10.716971,10.994057,11.245494,16.680401,17.297174,17.061453,16.743624,16.54707,16.914381,17.014248,17.08185,17.602625,17.94474,18.257813,18.810381,20.288082,21.542078,22.383776,16.363636,16.395864,16.20438,15.165165,15.797318,17.711599,17.350159,19.095478,18.627451,19.902914,21.63833,20.859873,22.18597,21.159874,20.489296,20.44953,20.233015,19.709282,19.657732,19.584803,19.694275,20.032141,20.290977,20.564135,21.006443,21.156055,21.536606,22.236942,23.245663,23.655125,13.820718,13.651593,13.541937,13.455802,13.396215,13.439192,13.391699,13.551339,13.892873,14.022401,14.212224,14.251651,14.750661,15.053533,15.42584,8.8468056,8.8182697,8.6963158,8.738121,8.8319016,8.9288321,9.0857286,9.096612,9.2488117,9.4009113,9.582695,9.8010178,10.255683,10.574862,10.857955,6.7138987,6.7008286,6.7264295,6.6805897,6.6873302,6.746985,6.8909497,7.0066638,7.1129889,7.1492,7.2404227,7.4585452,7.8047395,8.0558624,8.2748165,14.55689,15.018107,14.779205,14.728682,15.263274,15.673839,16.029579,15.854348,16.429861,16.545174,16.623657,16.784264,17.227209,18.079948,19.490601,18.986637,18.537416,17.983965,18.661373,18.325792,19.466976,19.424883,20.582878,20.775288,21.603428,21.949724,21.554342,23.273657,23.754045,23.908796,14.488922,14.891121,15.075639,15.314015,15.79086,16.080402,15.714286,16.228249,16.11981,16.7192,16.914316,17.435898,17.747774,17.70315,17.950842,16.357557,16.26639,16.10708,15.987678,16.014761,16.137484,16.361841,16.349651,16.614658,17.086393,17.394154,17.616268,18.367886,18.838047,19.324917,16.166254,16.264265,16.27265,16.33197,16.558596,16.63657,17.076469,17.023907,17.045521,17.369408,17.490847,17.658316,18.261572,18.804615,19.299362,17.695986,17.075628,17.465401,17.815544,17.864292,17.867733,18.061737,18.041212,18.315796,18.452982,18.665703,19.207788,20.076626,20.655394,21.340652,12.409661,11.861888,11.456143,11.449193,11.162984,11.338903,11.521091,11.450712,11.746436,11.898279,11.895335,12.073627,12.611403,12.909308,13.274869,13.305281,13.548792,13.931873,14.046173,14.271216,14.322954,14.520851,14.644772,14.725234,14.905554,15.187266,15.349666,15.571223,15.864544,16.015785,16.965464,17.310871,17.790451,17.950903,17.991791,18.101048,17.935232,17.528694,17.737865,17.891941,18.264402,18.662727,19.291368,19.662922,20.044378,11.102484,11.102674,10.983912,10.815025,10.665876,10.760011,10.80651,10.834158,10.902545,10.987926,11.085052,11.257231,11.638865,12.055847,12.418173,16.208506,16.440039,16.373713,16.404766,16.448997,16.121767,16.44846,16.330696,16.276052,16.281137,16.170315,16.375212,16.852579,16.933861,17.183165,15.757855,16.366484,15.888138,16.304176,16.674501,16.762289,16.918758,17.009903,17.172523,17.186495,17.274939,16.919151,16.824877,17.070724,17.09672,17.624622,17.6943,17.739044,17.788126,18.088045,18.153418,18.245556,18.577677,18.668301,18.902863,19.195066,20.112135,20.630135,20.794231,21.249256,12.844817,13.157572,13.447978,13.574717,13.552284,13.442084,13.213367,13.571152,13.740654,13.887474,13.440198,13.480635,13.46107,13.491964,14.04228,9.0537653,9.0261459,9.003274,8.9682732,9.0959682,9.3167286,9.6964645,9.7903233,9.5575447,9.2988605,9.4361525,9.7096643,10.143932,10.545113,10.780972,15.052361,14.891399,14.672438,14.601104,14.539997,14.492011,14.669867,14.781857,14.811109,14.946379,15.030536,15.050961,15.551174,15.769042,16.034632,15.711308,15.774796,15.387723,15.220618,15.245724,15.253297,15.248129,15.221042,15.077917,15.12091,15.169972,14.964336,14.979527,15.38025,15.371551,16.033985,15.70389,15.249734,15.545696,15.800674,15.534152,15.622478,16.052847,16.646685,17.291359,17.95302,18.440514,19.149948,19.881361,20.267796,14.459131,15.106152,15.535359,15.214899,15.327601,14.919112,14.583974,15.122104,14.741935,15.035645,14.854958,14.951139,15.331125,15.010007,14.916182,24.193548,23.569553,23.660234,24.007612,24.473167,25.02825,25.372278,24.474073,24.462366,25.196373,25.93261,26.020718,26.109903,26.575172,26.866133,22.973856,22.618917,22.390062,22.306561,21.832823,21.959034,21.755337,21.358561,21.373188,21.574377,21.794872,22.304874,22.556826,23.258268,23.404255,5.2676926,5.2831616,5.3447251,5.4825807,5.6607137,5.9585562,6.5243044,6.8219171,7.1392918,7.4516416,7.7055378,8.1527147,8.7461195,9.2944469,9.7295647,22.016912,20.965651,21.209183,21.050892,20.805813,19.530201,19.173441,19.273462,18.660921,18.014463,18.158066,17.462879,17.773373,17.075533,17.526455,18.557512,18.757763,18.496655,18.569269,18.586796,18.943054,19.109083,19.338434,19.290998,19.534258,19.418127,19.570337,19.862749,20.078114,20.532043,14.842905,14.679399,14.5742,14.540826,14.307925,14.314752,14.514257,14.601165,14.851072,15.267512,15.569289,15.813099,16.54384,16.925903,17.41832,20.252893,20.510576,20.586071,20.427326,20.423567,20.253164,20.305487,20.275862,20.753216,20.938759,20.971317,21.504215,22.495811,22.771475,22.892904,13.853142,14.103545,13.412478,12.979203,13.33997,13.320128,12.736922,13.265306,13.38851,13.73896,13.563895,14.299517,14.858548,15.153733,15.673672,14.865644,14.694386,14.864937,15.032715,14.856538,14.925413,15.221882,15.376973,15.571776,15.679587,15.965359,16.412779,16.841969,17.163385,17.412693,5.7115121,5.9028387,6.2213717,6.6181831,6.7511783,6.6698804,6.9388094,7.0481696,7.1171799,7.4216919,7.5986519,7.6334686,8.0444965,8.4792938,9.0177069,25.544346,26.493799,26.187717,25.779871,26.325193,26.194796,25.871908,25.181759,24.49247,23.856859,23.920267,24.254473,24.646463,24.637682,24.31675,11.035181,11.867455,12.259059,12.425266,12.056921,11.770833,12.477303,11.594567,11.498677,11.285484,11.362081,11.523482,12.204206,11.567636,11.264462,12.836491,14.334027,14.501431,13.697566,14.207933,13.762659,13.426049,13.860069,13.825006,13.957219,14.470493,14.674653,15.009432,14.898721,15.181169,15.610379,15.801581,16.024517,16.478119,16.377357,16.117161,15.805753,16.480358,16.925066,17.533432,17.478132,17.64996,17.650919,18.169672,18.834919,11.227951,11.83246,12.159774,12.850971,12.541744,12.424471,13.103981,14.116719,13.574298,14.513423,14.731586,14.886459,16.038145,16.055847,16.725508,10.186376,10.418679,10.47248,10.409889,10.341495,9.9230518,10.169218,10.290404,9.6833687,9.7702026,9.4835262,8.7211008,8.7498207,8.8540926,8.708497,8.0722313,8.0434132,8.0463896,8.1428242,8.2356215,8.3356361,8.3366508,8.4040213,8.5610399,8.6888809,8.8040848,8.9269629,9.1872644,9.4325285,9.6659622,14.281888,14.303976,14.415413,14.344433,14.33651,14.093102,13.934368,14.09304,13.995942,14.191108,14.026106,13.990426,14.243846,14.90566,14.579784,12.1091,12.332119,12.186127,12.122033,12.034706,11.885573,11.651572,11.662086,11.546132,11.517502,11.52877,11.300421,11.49538,11.643159,11.843133,17.565283,17.091597,17.573612,17.043314,16.768351,17.388031,17.535015,18.195807,18.507235,19.53668,19.85532,20.757984,21.177803,22.001543,21.943274,5.0076232,4.9826608,5.016027,5.0918913,5.2779198,5.4792666,5.9256434,6.1413689,6.4367151,6.7221589,6.9714098,7.2982721,7.8030496,8.2762537,8.7180309,18.878803,18.573708,18.44117,18.503544,18.363403,18.070988,18.017704,18.065228,18.284595,18.176376,18.322887,18.717367,18.787582,18.876953,19.319721,19.199707,18.545044,18.141096,18.838951,18.591442,18.611004,18.978102,19.016659,19.166666,19.108543,19.608643,19.557964,20.31115,20.420685,21.043085,12.637795,12.791625,12.527386,12.62531,12.896427,12.710597,12.986362,13.387506,13.536053,14.43948,14.193227,14.292789,14.640435,14.17004,14.442928,21.715185,21.755028,21.647058,21.626476,21.455938,21.810593,21.619476,20.914347,20.661606,21.144413,21.189894,22.035278,22.231337,22.483223,23.197048,14.215424,14.27124,14.511686,14.828958,14.97727,15.113471,15.311434,15.54931,16.006699,15.993958,15.9724,16.374121,16.905542,17.078846,17.197674,20.758636,20.602404,20.271751,20.056728,19.94903,19.656828,19.455379,19.381842,19.778618,19.738337,19.911839,20.005383,20.320478,20.887671,20.927044,11.009661,10.994851,10.939533,11.029909,10.929987,10.90941,10.726726,10.463824,10.313834,10.109546,10.206716,10.061331,9.9562788,9.6855659,9.54216,16.238918,17.004831,17.120623,18.364349,18.154909,18.64744,19.248121,19.01067,19.289827,20.725647,21.274462,22.323694,22.515213,24.733475,25.8116,9.2076912,9.0540047,8.9828777,8.9740667,9.0143394,9.10392,9.2795467,9.3343716,9.6112032,9.847888,10.012495,10.339488,10.943626,11.470118,11.836978,9.7578363,9.8320713,9.9153414,9.9578838,9.9630461,10.006799,9.9964418,10.102332,10.177938,10.23668,10.32377,10.31286,10.567112,10.951677,11.271087,13.461597,13.451354,13.391237,13.369078,13.340213,13.133915,12.798789,12.617917,12.639685,12.595095,12.691051,12.773488,13.106157,13.365335,13.555901,16.855631,16.761488,16.893311,16.686939,16.45079,16.581434,16.093618,16.113369,16.114815,16.158091,16.119471,16.078123,16.438513,16.778679,16.959711,16.017744,15.952229,16.049421,15.945027,16.104858,16.233707,16.544424,16.615147,16.675524,16.83449,17.083027,17.291084,17.879616,18.200457,18.824017,21.963045,21.810957,21.294336,21.18289,21.071537,21.069317,21.429478,21.432756,21.604303,21.557009,21.53194,21.92589,22.851364,23.203194,23.675112,22.834101,23.185341,23.173031,23.216415,23.603691,22.998791,22.669596,22.450981,22.656826,22.346786,22.053617,22.907711,23.429764,23.269131,23.092999,16.227051,16.317766,16.243654,15.969582,16.269285,16.296721,16.571846,16.863684,17.509192,17.486172,17.6553,17.778822,17.659073,18.033834,18.670462,22.459223,22.042341,21.484375,22.207535,22.922253,22.307158,22.835196,22.63196,22.863569,23.391371,23.415361,24.446085,25.764524,25.314465,25,5.7373347,5.8502879,5.9227076,6.0427895,6.1495357,6.3004231,6.5999069,6.7954793,7.0016594,7.151793,7.3336153,7.8316727,8.4167719,8.9287624,9.4212484,18.712337,18.621994,18.68708,18.682922,18.68256,17.403442,17.86146,17.872025,18.078085,18.385059,18.682871,18.95586,19.49934,19.98867,20.277542,16.422745,16.323715,16.053276,15.78748,15.815671,15.597304,15.766356,16.042168,16.260414,16.426075,16.59523,16.954947,17.46489,17.835958,18.231791,10.633833,10.904076,11.028117,11.203495,11.23276,11.078349,11.088516,11.027658,10.903831,11.121495,11.251741,11.386536,11.398295,11.355129,11.551919,10.364126,10.802021,10.835121,10.741167,10.628922,10.547257,10.04011,9.8103418,9.5607233,9.2524614,9.0371723,9.4778318,9.4445343,9.6041594,9.3832664,11.126758,11.079243,10.919044,10.855396,10.845196,10.884406,10.978144,11.006802,10.866017,11.204197,11.291254,11.511413,11.939149,12.382566,12.758246,14.029365,13.194312,12.7948,12.927137,12.344828,11.859979,12.041361,11.588693,11.610912,11.353643,10.807877,10.840809,11.229864,11.433474,11.404189,25.413836,25.345907,25.23975,25.049709,25.23381,25.133434,25.299103,25.501326,25.720894,26.105331,26.531187,26.812897,27.616362,27.844452,28.3939,9.0262976,9.8445597,10.306199,9.9849854,11.395349,10.997643,11.896838,11.941581,11.740559,11.519608,12.947883,13.219789,13.672497,14.078842,14.407436,17.696589,17.592592,17.727982,17.729504,18.130392,18.458275,18.199692,18.482218,18.662758,19.100182,18.981031,19.533852,19.950939,20.404608,20.247768,16.725674,16.474298,16.317127,16.187895,16.148684,15.786529,15.601283,15.462279,15.339338,15.437131,15.151516,15.215302,15.59992,15.881827,16.107382,18.199133,18.194939,17.78031,17.760315,17.850679,17.528471,16.755655,16.324986,16.212893,16.07025,16.084789,15.720931,15.57104,15.470627,15.009181,15.094783,14.876702,14.747569,14.635426,14.648951,14.662908,14.835203,14.862546,15.158961,15.381989,15.582979,15.771677,16.300852,16.636517,16.916359,13.309065,13.273877,13.253878,13.211163,13.244165,13.286598,13.306238,13.274987,13.523335,13.4603,13.569517,13.370128,13.6601,13.88589,14.092352,13.719757,13.555473,13.231728,13.055645,12.923956,13.029586,13.30395,13.184365,13.473908,13.76126,13.830227,14.325316,15.124509,15.549508,16.077433,11.323338,11.430916,11.458749,11.447263,11.432091,11.45712,11.456229,11.400817,11.461287,11.509765,11.660412,11.946384,12.362864,12.701395,13.011978,12.90014,12.944587,12.8378,12.809046,12.581704,12.449399,12.333388,12.458426,12.47266,12.397707,12.249498,11.889858,12.108784,12.401542,12.857638,21.339024,21.439999,21.730925,21.27602,22.0191,21.893164,20.854273,21.19186,21.806946,22.3452,22.593145,22.87009,22.818792,23.352165,23.864735,23.497997,23.442282,23.150328,22.954407,22.332233,22.425268,22.79175,23.177946,23.502413,24.111645,24.797083,24.551395,25.440077,25.586456,25.738707,15.279595,15.267031,15.280427,15.663343,15.415627,14.910613,14.812016,14.72507,14.023948,13.696904,13.706666,13.72514,14.285715,14.082222,14.502438,20.156845,20.221306,20.453047,20.467577,20.116226,19.492868,19.32411,19.203911,19.369476,19.603523,19.436417,19.311014,19.778051,19.670906,19.72547,12.20049,12.221695,12.39474,12.629366,12.58861,12.608279,12.976492,13.143042,13.400743,13.39345,13.565792,13.655114,14.182788,14.748825,15.189054,7.453052,7.4331999,7.4218721,7.4625788,7.5342989,7.6143408,7.6481147,7.7642059,7.9195542,8.0410595,8.1827469,8.3749599,8.6815405,8.9497623,9.1979074,13.101225,13.044526,13.00957,12.965591,12.990749,13.013644,12.981365,13.042521,13.198246,13.187083,13.350363,13.598686,14.277527,14.65098,15.092296,11.814423,12.087128,12.919463,12.454655,12.827585,12.909907,12.722044,12.650901,12.955326,12.696817,12.545336,13.550403,13.928164,14.403563,14.54486,25.552622,25.323168,24.868977,24.596294,23.807898,23.136856,22.520199,22.16477,21.527658,21.920847,21.782682,21.545668,21.818798,21.409168,21.588348,7.6440306,7.5463772,7.5037928,7.5839715,7.6904392,7.7269316,8.0038757,8.0559511,8.176795,8.316679,8.48388,8.711442,9.2501078,9.623312,9.9926519,14.872564,15.269011,14.71552,14.336703,14.750732,14.568965,14.19245,13.764839,13.179348,13.072067,12.852251,12.458934,12.435488,12.205775,12.87533,18.210331,18.077059,17.940893,17.672792,17.633375,17.729259,18.044998,18.314615,18.660053,18.936228,19.188271,19.30917,20.05497,20.512495,20.86577,9.6501141,9.6036549,9.4874859,9.3973675,9.2861652,9.269433,9.2712755,9.2613354,9.3035917,9.3256741,9.355751,9.5466709,9.8112602,10.083096,10.380357,17.170166,17.231277,17.119566,17.147089,17.264561,17.197321,17.553068,17.740259,17.887249,18.163118,18.360086,18.466919,19.030384,19.606602,20.120354,12.712836,12.717324,12.578588,12.41124,12.435098,12.262925,12.325418,12.191385,12.431396,12.509747,12.793037,13.045181,13.451557,13.488887,13.504809,17.965782,17.770184,17.919436,18.268539,18.739952,18.964924,19.644646,19.907919,20.001198,20.689995,21.342533,21.92313,22.819229,23.553102,24.00564,15.109847,15.051394,14.894077,14.862835,14.954175,14.812481,15.02104,15.222395,15.339986,15.401358,15.552086,15.911536,16.458557,16.781914,17.285328,18.003025,17.987198,17.891388,18.075077,18.131308,18.268085,18.377138,18.544056,18.696848,18.989857,19.276651,19.579641,20.316418,20.672972,20.584225,14.60181,14.615824,14.259686,14.292131,14.106518,14.003666,13.835214,13.475471,13.485302,13.218851,13.221725,12.913821,12.87898,12.591754,12.237696,9.9195709,10.631424,10.359035,10.792227,11.689089,12.031616,12.720439,12.160601,13.426201,13.905931,13.335246,14.394606,15.163321,16.183575,17.190907,12.566942,12.580484,12.527108,12.47684,12.55299,12.744199,12.8817,13.103579,13.497223,13.733125,13.969405,14.224137,14.690715,15.077316,15.252977,15.58163,15.72246,15.738016,15.702806,15.886645,15.768382,15.318362,15.290451,14.978721,14.758385,14.799747,14.558777,14.644257,14.652485,14.778821,15.585894,15.002988,14.908663,14.952153,15.039902,14.569126,14.978775,16.096954,15.658816,17.202269,17.80822,17.819315,18.614994,18.4375,18.367348,15.219378,15.143514,14.703902,14.43391,14.698715,14.958204,14.634413,14.689016,14.363234,14.607486,14.975632,15.334439,15.765515,16.096849,16.126125,15.913038,15.887785,15.918713,15.813788,15.99829,16.100307,16.110077,16.323879,16.328724,16.55192,16.45237,16.682119,16.908722,16.686058,16.681377,15.357786,15.388276,15.269528,15.331647,15.569266,15.875471,15.949056,16.039806,16.377596,16.605814,16.63269,16.671267,17.416168,17.786251,18.196892,16.166592,16.517458,18.037254,18.165548,19.179304,19.564251,19.699646,19.806763,20.725389,22.141014,22.804775,25.228361,26.901346,28.905899,30.068651,13.550446,13.482211,13.368193,13.252699,13.109344,13.037724,12.949967,12.792121,12.775528,12.705107,12.725147,12.647131,12.966897,13.188386,13.364416,14.938389,15.209858,15.268199,15.63714,15.368259,15.460147,15.232558,15.182225,15.332821,15.209125,14.719185,15.317535,15.962709,16.031412,15.862725,12.380275,12.304476,12.300043,12.220057,12.200748,12.316745,12.393236,12.360408,12.464862,12.802402,13.081943,13.29693,13.574173,13.792523,14.065446,9.9634085,9.964448,9.6709871,9.7538595,9.8679705,10.053166,10.538873,10.697822,10.977899,11.227695,11.51239,11.785727,12.363586,12.893425,13.194201,13.939482,13.88095,13.679594,13.564235,13.582619,13.656584,13.155815,13.262362,13.282996,13.532075,13.663122,13.468379,14.226005,14.166458,14.306622,14.445238,14.328553,14.343127,14.471857,14.55424,14.258035,14.220887,14.067114,13.862918,13.860183,13.907419,14.081401,14.457588,14.445803,14.565524,10.651723,10.528695,10.451392,10.32316,10.338319,10.245113,10.311286,10.156332,10.116332,10.2282,10.294725,10.666427,11.115069,11.494147,11.844197,13.83236,13.755986,13.409409,13.41341,13.928705,14.287766,14.824603,15.15661,15.598035,16.297657,16.703264,17.301729,18.190977,18.576124,19.124893,10.476191,10.451306,11.188811,10.981309,10.909091,12.253829,12.441315,12.771085,13.414635,13.647643,15.035799,14.318182,14.739229,15.962441,14.805825,25.090036,26.237625,25.521473,25.911951,27.560049,26.785713,26.883116,25.380711,24.142313,25.094578,25.587145,25.152626,27.218225,27.763821,26.564497,24.819832,24.702805,24.484341,24.212643,24.123856,24.187656,24.414715,24.346458,24.512814,24.658588,24.815741,25.169765,25.910669,26.349766,26.75404,20.74041,20.93903,20.81398,20.776052,20.100834,20.156216,21.122761,21.226206,22.10177,21.933809,22.591867,23.37973,25.198238,25.917637,26.516348,10.3352,10.2236,11.3636,11.897099,11.7089,12.1107,11.2281,11.2676,13.235299,13.2616,14.5329,15.8915,16.6667,16.5441,17.557301,24.151165,24.363848,23.361248,25.103123,25.036818,24.325891,24.311928,24.083475,24.43684,24.439461,23.735409,23.987799,24.668509,24.784903,25.420826,10.629946,10.774389,10.686658,10.909729,10.939991,11.052429,11.149636,11.326107,11.370623,11.507091,11.502523,11.744705,11.908245,12.177191,12.50039,22.736893,23.267813,23.145399,22.722748,22.538071,22.318157,21.832102,22.010212,22.246574,21.826159,21.087889,20.989305,21.058229,21.479713,20.805195,15.569183,15.520795,15.485602,15.529201,15.55664,15.774968,16.030859,16.109503,16.249218,16.443548,16.648609,16.994392,17.602974,17.946894,18.256264,17.267952,17.389812,17.082823,16.756388,16.744377,16.491804,16.452784,16.152767,15.901966,16.191719,15.843137,15.944086,16.283415,16.249088,16.282663,14.391062,14.16209,14.018996,13.962001,13.557771,14.75193,14.620994,14.846918,15.268524,15.626909,15.795345,16.125151,16.876274,17.406582,17.95771,11.597152,11.274014,11.200394,11.671259,11.673521,11.418527,11.100931,11.355805,11.378325,12.302466,12.248152,12.90922,13.206224,13.192291,13.23431,21.860344,21.922144,21.606197,21.407686,21.332985,21.32395,21.041656,21.005302,20.969507,21.054823,21.198587,21.236082,21.531027,21.787851,21.897217,14.374881,14.174164,14.562024,14.500432,14.519112,14.984692,15.163935,15.474089,15.746223,16.021732,15.76159,16.033247,16.733139,17.050385,17.593092,20.019487,20.418068,20.193409,20.373537,20.64785,20.52285,20.393045,20.628431,20.704611,21.11256,21.501789,21.717171,22.356316,22.982225,23.482819,10.234358,10.069895,9.9331331,10.025226,10.077404,10.224351,10.460623,10.65423,10.850965,11.09127,11.257711,11.555854,12.130089,12.422111,12.69821,16.310707,16.377092,16.018856,15.910392,15.774562,15.777304,15.749361,15.902988,16.123997,16.15242,16.096125,16.259024,16.763323,17.26899,17.556894,18.479338,18.554953,17.441477,16.951889,16.8428,16.421328,15.505618,15.292637,15.048697,14.642213,14.394401,14.690952,14.210985,14.146622,14.361851,16.054934,16.585203,16.863237,17.139702,17.204208,17.41037,17.588026,18.277239,18.346546,19.053463,19.143599,19.878525,19.840727,19.687765,19.832796,30.573284,30.436024,30.097359,30.358618,30.856201,30.426052,30.353474,29.69105,29.998949,30.461538,31.103748,31.820101,32.673161,33.274757,33.930042,16.9231,16.6667,16,15.2778,9.09091,15.7143,14.6667,15.189899,14.7541,15.5844,20.481899,11.5789,13.5802,9.7087402,13.7931,11.03579,10.988744,10.949171,10.865945,10.851531,10.849992,10.903075,10.972607,11.101914,11.022345,10.999262,11.04862,11.360093,11.562993,11.730652,14.085375,14.463067,14.592743,14.87484,15.343487,15.344771,15.326227,15.678744,15.67768,15.994601,15.469332,16.074163,16.144119,16.160196,15.852599,19.559633,19.7411,19.894033,19.955185,19.781969,19.884193,19.503849,19.938309,19.492868,19.42618,19.767159,20.294758,21.193092,21.422523,21.841463,12.831884,12.72205,12.596793,12.493142,12.373449,12.295214,12.284587,12.339189,12.384898,12.440489,12.470131,12.501945,12.876751,13.06661,13.358125,17.793594,18.31502,18.99371,19.225967,20.680273,19.645121,20.784313,21.733505,23.097826,23.891273,25.842697,26.923079,25.27174,22.584858,22.885571,13.950798,13.114035,13.690708,13.65771,13.494598,14.007308,14.249095,14.363813,14.42279,14.11407,13.872496,14.196272,14.45432,14.653924,14.59717,19.269407,19.599169,19.470631,19.829136,20.047255,20.637522,21.02438,21.459229,21.483067,21.389072,21.431293,21.535366,22.01203,22.875305,23.680048,13.389831,13.519268,13.493769,13.134198,13.324239,12.997526,12.784155,12.438807,12.439667,12.314225,12.186529,12.742099,12.777889,12.241412,12.183486,23.486877,22.949507,23.436243,23.312069,23.038572,22.764229,23.17452,23.069027,23.297213,24.083376,24.316259,25.44643,26.67984,26.465622,27.350845,12.404615,12.411385,12.649354,12.789495,13.052316,13.438543,13.711455,13.900473,13.947913,14.155663,14.293489,14.539907,15.109153,15.421918,15.720201,9.5431213,9.6671848,9.8062305,9.8365326,9.9058981,10.101715,10.331495,10.58267,10.69362,10.607478,10.608757,10.73771,10.925107,11.152108,11.376513,12.445547,12.4535,12.36151,12.440733,12.579374,12.634665,12.641114,12.768917,13.104075,13.325294,13.535727,13.938991,14.68503,15.086963,15.492104,21.391973,21.800947,22.735043,23.020338,24.06181,24.954792,25.37517,24.21875,25.124041,25.819489,26.482388,26.990553,28.449436,29.31596,29.953489,11.706473,11.815287,11.796936,11.817327,11.721299,11.702962,11.582594,11.360641,11.206623,11.011612,11.053843,10.793569,10.54863,10.339544,10.130136,17.311651,17.021885,16.876825,16.783722,16.888128,16.944479,16.80488,16.844385,16.931976,17.25386,17.431416,17.746387,18.684505,19.173492,19.365879,23.105541,22.857718,22.260206,22.824974,22.602459,22.372402,22.49691,22.13098,22.744053,23.210991,23.370333,24.11668,24.446743,24.5086,24.948833,15.12256,14.995822,14.851379,14.616698,14.396551,13.945505,13.482057,13.523932,13.171783,13.086499,13.054109,13.067092,13.5022,13.901245,13.776016,19.847647,20.019796,19.801773,19.739014,19.635878,19.359623,19.205297,19.342146,19.36425,19.617563,19.716665,19.707104,20.643211,20.902357,21.463867,8.7054653,8.6746273,8.7004471,8.7358971,8.816103,8.9761934,9.45434,9.6211624,9.8462601,10.146556,10.427695,10.790546,11.308979,11.741404,12.04576,10.600864,10.610916,10.607789,10.329823,10.329099,10.338717,10.195544,9.9662905,9.8627911,9.6176128,9.6862211,9.6680832,9.4837189,9.9313688,10.088368,18.369541,18.324608,18.656036,18.875105,18.886236,18.790348,18.901882,18.640102,18.828293,19.113787,19.360582,19.790771,20.10989,20.458292,21.109447,23.623693,22.985073,23.340961,23.351025,25.51181,24.900557,25.080908,25.325733,25.647453,26.166666,26.995886,27.713814,26.916668,27.698744,28.447529,12.091382,11.968224,11.98546,11.944964,11.680209,11.595201,11.54332,11.622828,11.741347,11.797788,11.82352,11.758971,12.195011,12.626155,13.09004,14.291403,13.862255,13.646952,13.603022,13.472983,13.714944,13.788077,13.951177,14.170604,14.24008,14.398059,14.692731,15.191216,15.715772,16.194778,14.217316,14.184916,14.446303,14.560183,14.622253,14.878633,14.753641,15.102895,15.083721,15.997508,16.217154,16.160641,16.69343,17.242592,17.665771,16.57365,16.945107,17.250231,17.11117,16.931993,17.076975,17.028494,16.861017,16.504339,16.618191,16.511354,16.439714,16.869249,17.00942,16.789143,11.211357,11.282877,11.281366,11.371965,11.386267,11.432038,11.461109,11.562061,11.719626,11.852936,12.05827,12.192869,12.544621,12.764698,13.006671,11.671117,11.659733,11.596749,11.858368,11.695268,11.338449,10.840221,10.711374,10.540052,10.327628,10.312408,10.206037,10.112147,10.150481,10.307836,11.299176,11.30394,12.131464,11.872586,12.358999,12.78607,11.990049,11.89759,12.874251,12.59804,12.31743,12.771085,13.141182,13.438547,13.899614,12.739902,12.946449,13.014688,13.192823,13.265136,13.609581,13.729234,13.845966,13.749819,14.022014,14.053461,14.040734,14.454128,14.813878,15.043284,16.355175,16.090385,16.14353,16.139078,16.065405,15.819126,15.722029,15.838723,15.711419,15.977343,16.299089,16.949154,17.591661,17.936188,18.279955,15.783693,16.040926,15.801856,16.198254,15.988117,15.596371,15.467257,15.502548,15.507499,15.516514,15.568334,15.710423,16.18639,16.560429,16.913462,10.511558,10.6295,10.556689,10.63468,10.746073,10.893013,11.102887,11.237753,11.446183,11.820175,12.252415,12.733915,13.552885,14.354783,14.841105,12.71144,13.035968,12.769138,12.516003,12.51967,12.377463,12.605879,12.138958,12.207324,12.140449,11.88628,11.902449,12.134345,12.497486,12.771986,10.94978,11.158192,11.303158,11.426571,11.688312,12.018199,12.030124,12.133673,12.333617,11.969012,11.715482,11.891512,12.26742,12.320132,12.353052,17.949396,18.344393,18.62138,18.90395,19.176874,19.328379,19.035059,19.139677,18.810324,18.879152,19.065975,19.000612,19.457664,19.815739,19.806459,11.710413,11.616086,11.38815,11.131232,11.001682,10.812404,10.812323,10.836812,10.8769,10.91177,10.872321,10.819222,11.070516,11.293895,11.528019,13.936098,14.536375,14.69339,15.271001,16.04285,16.297447,16.588112,17.038382,17.844591,17.924404,17.710445,18.498451,19.037546,19.98353,20.795454,15.952589,16.380381,16.554832,16.909622,17.489948,17.792049,18.217915,18.646534,19.334059,19.897772,20.361202,21.079365,22.480124,23.077621,23.619549,12.02669,12.283797,12.519053,12.663674,12.523643,12.466588,12.239471,12.319004,12.502789,12.448356,12.52145,12.532118,12.9644,13.211226,13.530043,10.06079,10.681114,10.849796,11.15016,11.293894,11.708558,12.246836,11.165645,10.422282,10.186556,9.7255373,10.753324,10.877091,10.413774,10.170849,20.834692,20.827814,21.688742,22.510406,23.040154,23.557386,24.172794,25.060459,24.868868,25.778862,25.498489,25.700935,27.345606,27.913279,28.669247,19.724419,19.497032,19.836136,19.659929,19.942579,19.793217,19.989424,19.958691,20.004644,20.654461,21.010101,21.658659,22.078024,22.551216,22.811096,12.664887,12.763016,12.829377,12.68784,12.923512,12.978304,12.512748,12.15584,12.164105,12.081181,11.91477,12.058951,12.184602,12.144226,11.993608,16.596397,16.947844,17.181995,17.400503,17.365662,17.58979,18.044516,18.316698,18.398384,18.933872,19.256344,20.084827,20.370371,20.808611,20.734045,14.479639,15.909091,16.241299,15.636364,15.576694,14.385965,15.783274,14.092447,14.60177,14.74704,15.500538,16.93462,17.770767,18.241041,18.675352,17.090025,16.743118,16.794369,17.027496,16.88192,16.645466,16.633495,16.72912,16.764441,16.556252,16.629524,16.911633,17.526588,18.109325,18.525049,8.5315962,8.5465879,8.2750912,8.2907286,8.4884119,8.5320387,8.7330036,8.7465239,9.0735703,9.3432827,9.6426716,10.045623,10.683968,11.280739,11.808067,19.540934,20.01256,19.451008,19.61165,19.175793,19.037079,19.5145,19.760138,19.446573,19.668976,19.382717,20.02841,20.669802,20.775812,20.593887,15.608142,15.253883,14.79355,14.773382,14.61961,14.498119,14.162451,14.009907,13.953444,13.998371,14.073006,14.147359,14.60574,14.975664,15.250609,24.980747,24.657402,24.568102,24.899828,24.909506,24.978458,25.333082,25.946304,26.322763,26.657959,26.693079,26.968817,28.191896,28.691534,28.774542,21.330505,21.704288,22.459654,22.592428,22.828838,22.593819,22.556969,22.889036,23.420732,23.304991,22.873003,23.175964,24.095022,24.575884,25.279591,16.022882,15.975893,15.524237,15.692946,15.628534,15.971056,16.32937,16.450872,16.748425,17.085794,17.322598,17.902155,18.794209,19.342194,19.958666,10.529755,10.725746,10.808142,10.909091,10.995671,11.305628,11.417147,11.748572,12.328169,12.576235,12.920756,13.200261,13.562071,13.769056,14.169805,20.245691,20.190908,19.529957,19.060358,18.081059,18.472082,18.17878,18.312449,18.642078,18.718885,19.109522,20.04635,20.976099,22.181372,21.938251,16.490271,16.080902,15.184453,14.942529,14.978269,15.141648,14.52188,13.852407,14.162827,14.255512,12.739765,13.900666,14.421894,14.978111,15.194681,15.500585,15.721682,15.461143,15.341158,15.076312,14.852346,14.539183,14.539591,14.473844,14.155659,14.065726,13.935301,13.712414,13.800303,13.781977,18.016378,17.756449,17.473434,18.184532,18.206688,18.6549,17.675692,17.068811,17.290283,17.48959,17.37841,17.953321,18.130564,18.233027,18.567558,16.551641,16.550793,16.306896,16.058567,15.956688,15.862288,15.988785,15.991035,15.976519,15.658307,15.670792,15.599362,15.624879,15.844146,16.011883,13.612072,13.542,13.653604,12.849341,12.873563,13.265993,12.797013,12.933647,12.685338,13.55202,13.117996,13.819261,14.360313,13.850146,13.942151,14.154209,14.047212,13.92823,13.775006,13.817939,13.828241,13.930472,13.969784,14.101927,14.168247,14.25857,14.327262,14.793015,15.191327,15.441945,13.227665,13.239277,13.183013,13.364865,13.729672,14.038537,14.109257,14.01951,14.539049,14.497921,14.853581,15.940313,16.259026,17.276636,18.130409,8.2593565,8.4852839,8.5342522,9.2145176,9.8397779,9.951273,10.135479,10.275664,10.431203,10.363672,10.339759,10.535434,10.784709,11.016013,11.263836,17.735575,18.032785,18.348623,18.826406,18.859226,18.503561,18.211641,18.101545,17.894516,17.860464,18.136438,18.060516,18.27957,18.60092,19.125334,13.770251,14.839671,14.253394,13.696498,13.798573,14.357262,15.213524,15.711805,17.279726,15.603449,15.72935,15.911036,15.811605,16.558441,16.494083,23.4375,23.660715,23.739073,24.586777,24.456902,24.694902,23.578947,23.280056,22.869022,23.726448,23.837982,25.642761,24.931881,24.912525,25.984251,12.574552,12.251985,12.524559,12.261106,12.342386,11.515584,11.793441,12.053779,12.404535,13.272471,13.014706,14.951408,15.390486,15.746063,16.066483,16.041241,16.306982,16.342461,16.273876,16.629185,16.548672,16.580179,16.893698,17.085363,17.135416,17.031507,17.218458,17.17441,17.50355,18.156647,8.3314171,8.304635,8.2916899,8.3137054,8.3413525,8.393919,8.4839096,8.5042562,8.6453838,8.7949638,8.9427166,9.1895561,9.5987015,9.8885412,10.211596,12.461211,12.604828,12.609593,12.699336,12.641473,12.771911,12.914783,13.016817,13.130029,13.144257,13.235428,13.220284,13.438797,13.683441,13.863629,17.752596,18.6824,18.037661,17.688442,18.210863,19.745224,20.086863,20.090294,20.022625,20.752687,21.136591,21.285564,22.319475,23.782558,23.852182,14.687131,14.904194,14.79417,14.935376,14.730291,15.043892,14.588688,14.874436,14.531225,14.509959,14.405174,14.414486,14.494364,14.606831,14.546308,20.644457,21.49637,22.196665,21.915394,22.336561,23.185841,23.040936,23.472475,23.302752,23.518744,24.25168,24.512196,24.548286,25.217932,25.092936,12.481342,12.366549,12.026632,11.876878,11.662876,12.134152,11.969805,11.736297,11.53312,11.417683,11.526624,11.780848,12.252152,12.555999,13.079079,13.413334,13.443607,13.466622,13.468801,13.406019,13.470001,13.570788,13.724221,13.653045,13.766659,13.882489,13.855879,14.22026,14.388106,14.42065,6.7228913,6.5704241,6.6599064,6.7569761,6.7979312,6.8224301,6.8440719,6.8754525,6.9919519,7.1590447,7.3204851,7.5197659,7.8221073,8.1301785,8.4239216,22.003914,21.975166,21.770113,21.969482,21.914923,21.896492,21.737619,21.767763,21.662031,22.077114,22.432211,22.765116,23.88435,24.505516,25.236992,17.828712,18.14397,18.055222,18.162609,17.910448,18.122761,18.355995,18.248037,18.63236,18.673231,18.987167,19.236803,19.855478,20.270397,20.585348,14.352296,14.628211,14.681946,15.046197,15.422329,15.499118,15.287865,15.218811,15.085517,15.412956,15.764197,15.807344,16.395042,16.883541,17.051479,13.892179,14.60848,14.482127,14.522174,14.6149,15.495668,14.177693,14.729426,13.958528,14.066728,14.617446,14.759586,14.48297,13.907875,13.737373,13.675676,13.604996,13.75955,13.687258,13.791262,13.675668,13.763735,14.158752,14.55392,14.571178,14.75998,15.065453,15.484593,15.721497,15.988095,10.999556,11.266171,11.436421,11.633899,11.80844,12.002208,12.28877,12.213692,12.284366,12.312486,12.440074,12.642858,12.944687,13.38878,13.858451,16.997765,16.776342,16.469482,16.66037,16.736752,16.873146,17.210791,17.240322,17.369926,17.729521,18.025343,18.267036,19.111713,19.491201,19.811125,12.017346,12.107799,12.126801,12.29303,12.418848,12.631878,12.860827,12.820633,13.073389,13.200207,13.474067,13.71816,13.947654,14.203776,14.507164,8.9917107,9.0561142,9.1841326,9.182663,9.2221651,9.2941103,9.5363693,9.8035622,10.056903,10.204051,10.302853,10.517303,10.885148,11.123289,11.329838,9.3627262,9.251193,9.1471758,9.154213,9.2998648,9.4866018,9.5556717,9.6661558,9.8107347,9.9983368,10.172263,10.549031,11.062995,11.321004,11.577417,14.405995,15.077923,15.081745,15.414672,15.20267,15.344019,15.250947,15.406325,14.573102,14.570524,14.861176,14.879282,14.689369,14.290799,14.104882,16.845808,16.932278,16.834194,16.667206,16.635813,16.701355,16.932203,17.327496,17.828348,18.063898,18.412172,18.561922,19.058441,19.408665,19.809374,7.5898366,7.5324311,7.4931674,7.4919968,7.4897408,7.5680704,7.590261,7.6698465,7.7311716,7.7492394,7.8439941,7.936974,8.1456842,8.4101095,8.6256351,13.886462,14.039667,13.93132,14.020377,13.931987,13.958084,14.113894,14.151059,14.400998,14.561686,14.609973,14.820112,15.185536,15.359247,15.731728,20.997526,21.005804,20.789164,20.645554,20.571545,20.080891,19.24827,19.326586,19.003654,18.455814,18.476049,18.155144,17.58812,17.20035,17.294823,12.719907,12.742564,12.706388,12.710585,12.599771,12.610215,12.536536,12.750834,12.93233,13.009403,13.100961,13.192062,13.423175,13.492602,13.766313,16.191063,16.210924,15.721504,15.709906,15.404569,15.59653,15.547524,15.328095,15.43018,15.395948,15.668442,15.842396,16.349781,16.525845,17.011742,11.566049,11.700639,11.506089,11.543736,11.37863,11.65387,11.708522,11.837227,11.965262,11.741835,11.698147,11.88571,12.129295,12.38555,12.579276,7.3013053,7.0632629,7.0552068,7.1298637,7.2292848,7.5317087,8.1333637,8.2432709,8.4104424,8.7066698,8.9418602,9.2822952,9.8444805,10.403284,10.875144,11.429969,11.43738,11.219128,11.641943,11.391302,11.557842,12.008101,11.976508,12.086804,12.429767,12.626966,13.078596,13.797524,14.250809,14.834195,14.471269,14.640023,14.497127,14.574057,14.194507,13.651567,12.827462,12.472324,11.759682,12.065096,11.781285,11.780361,11.695747,11.195895,10.913054,10.513844,10.218548,10.236536,10.320166,10.453787,10.680956,11.02017,11.214561,11.443599,11.842595,12.399181,12.881656,13.405593,13.99063,14.411208,20.860613,20.886076,20.827465,20.585892,20.580809,20.900869,21.908075,22.671078,23.170031,23.814186,24.246174,24.778803,25.541624,26.136818,26.476679,11.602969,11.549527,11.66112,11.693158,11.668025,11.709887,11.601837,11.636795,11.178365,11.317654,11.455817,11.795642,11.95571,12.022527,11.854432,19.332064,19.553768,19.496178,19.371786,19.530161,18.903433,18.489056,18.406397,18.255634,18.368895,18.540869,18.538897,19.10487,19.077158,19.454744,13.790536,13.044188,12.458047,12.213923,11.471675,11.316415,11.247992,11.114431,10.711143,10.730759,10.419333,10.513723,10.933333,11.243303,11.574688,11.258164,11.495343,11.518596,11.560844,11.935372,11.664505,11.406975,11.297933,11.829425,12.170824,12.180143,12.121469,12.291719,12.508245,12.571898,13.921307,13.885647,13.783426,13.727438,13.394767,12.968347,13.134851,13.134377,12.895681,12.835775,12.404035,12.40049,12.927053,13.267358,13.650449,10.435614,10.578386,10.633998,10.732244,10.921059,10.924817,10.936275,10.925349,10.898693,11.016366,11.173363,11.36644,11.761897,12.026038,12.215446,7.1412244,7.2184935,7.2822094,7.2388544,7.183321,7.3272905,7.5605521,7.5590596,7.6649442,7.693284,7.7378168,7.8125677,8.1272421,8.3086052,8.5989523,13.225319,13.502532,13.468231,13.54115,13.497454,13.537997,13.521322,13.496156,13.662848,13.569503,13.474978,13.663636,14.191606,14.595962,15.324928,13.714902,15.392895,17.530319,16.630196,18.277311,16.959669,18.902439,16.427105,18.630413,18.418514,16.74506,18.953688,21.004566,19.841967,21.071428,7.3716216,7.4916115,7.5613999,7.6229939,7.6498246,7.6699057,7.7632709,7.7811241,7.8870592,8.0446405,8.1733017,8.3668137,8.7232533,8.9592409,9.1360474,9.7930651,10.012284,10.054111,10.225304,10.376796,10.379371,10.541616,10.46784,10.458304,10.288088,10.603782,11.010349,11.125092,10.889808,10.970028,10.165898,10.533258,10.940462,11.114272,11.453155,11.861331,12.321685,12.568617,12.718809,12.435756,12.446548,12.710707,13.221023,13.96648,14.57863,14.05098,14.155154,14.387096,14.744843,15.641477,15.931908,15.824411,16.082474,15.848303,15.903709,15.979977,16.624733,17.992535,18.715414,19.059011,12.517815,12.671882,12.692848,12.575971,13.004221,13.006815,12.859906,12.989365,13.161119,13.46026,13.54346,13.602069,14.600964,15.359966,15.850174,8.5612612,8.5847397,8.6878633,8.9111099,9.0830936,9.1619263,9.0666666,9.119029,9.3519201,9.5791483,9.8229322,10.160955,10.588488,11.141578,11.432743,9.8330917,9.7401056,10.115539,10.136859,9.9397936,10.004481,10.234332,10.075987,10.145651,10.118524,10.167674,10.358836,10.861351,11.301137,11.715761,16.836231,17,17.250452,17.528128,17.548388,17.349663,17.969452,17.733845,17.962936,18.868732,19.214645,19.86709,20.57476,21.612635,21.603317,12.369802,12.542704,12.754642,12.524655,12.698677,13.221617,13.259668,13.451565,13.642351,13.959329,14.194679,14.758654,15.482274,15.822082,16.136997,8.7648287,8.9818726,9.1212606,9.5351295,9.7475729,9.4897833,9.8058023,10.352297,10.103003,10.431423,10.568934,10.632571,11.278655,11.345853,11.302628,17.409472,18.882603,18.630909,19.659332,20.27972,20.069929,21.763472,21.282595,20.317671,20.484293,21.204357,23.506237,23.756544,24.539474,24.629879,14.096692,13.975155,14.894711,14.615006,14.1882,14.939173,14.004914,13.983051,13.515941,14.691523,15.187637,15.520969,16.329226,17.276333,17.749674,8.0924015,8.0707111,8.0782919,8.1059513,8.1351833,8.2477903,8.3313169,8.3552313,8.4720869,8.6027174,8.7024021,8.8171291,9.066021,9.3325186,9.5975981,8.4484444,9.003334,9.2592592,9.3802958,9.5824528,10.254156,10.402807,10.643,10.577723,10.927381,10.858722,11.138145,11.438719,11.819937,11.919748,10.874331,10.856873,10.714589,10.705606,10.756907,10.830252,11.133287,11.181615,11.302348,11.428156,11.514739,11.768696,12.285653,12.512867,12.847466,12.862213,13.011858,12.929588,13.245103,13.373171,13.57713,13.989115,14.098637,14.054081,14.265004,14.506677,14.492684,15.2749,15.457641,15.647335,4.9192367,5.0741811,5.162354,5.2885356,5.5062966,5.7415709,6.1094565,6.4017086,6.8693409,7.3553214,7.6558695,8.1535091,8.796772,9.1816578,9.8068275,7.2183819,6.9534512,6.8580828,6.8957386,6.8839521,6.9836369,7.0547557,7.0232811,7.118711,7.3683105,7.5584469,7.6157374,7.9062543,8.1909466,8.5728197,9.8195515,9.9007215,9.8541393,10.037272,10.0652,9.9634867,9.7515869,9.3917112,9.2005539,8.9186478,9.1817226,9.0818968,9.0846186,9.0725975,9.0414743,6.3664064,6.3113375,6.3219113,6.2899165,6.2949882,6.3557444,6.4653711,6.3960099,6.4224849,6.4391708,6.4959264,6.6000929,6.802444,6.9658914,7.1584268,8.3717012,7.8864546,7.4639177,7.3965659,7.2810507,7.5940237,7.9017105,8.0044832,8.3499098,8.4505816,8.6015615,8.7772493,9.0497026,9.2875414,9.3863602,16.97476,16.871933,16.674053,16.622835,16.67317,16.561344,16.260765,16.119961,16.463055,16.900822,17.299982,17.664143,18.319191,18.897701,19.549501,14.44927,14.652449,14.888628,15.314603,15.409182,15.418327,15.073246,15.219032,14.976199,14.92109,14.884393,16.594046,17.651377,18.208517,18.872097,10.296956,10.205275,10.069197,10.037551,9.9545698,9.9624071,10.045332,9.9932432,10.063663,10.063213,10.127117,10.247087,10.591332,10.892662,11.095219,11.30215,11.352101,11.467511,11.585969,11.591034,11.720521,12.147016,12.484411,13.06327,13.501779,13.901114,14.455022,15.353306,16.118635,16.846226,16.734749,16.779358,16.809055,16.918804,17.222492,17.343075,17.652922,17.962618,18.373331,18.575542,18.792633,19.243612,19.869699,20.554253,21.242996,14.378667,14.445866,14.331359,14.396448,14.091769,14.257958,14.450275,14.674436,15.060802,15.224425,15.495801,15.83834,16.59376,17.116508,17.833942,9.4549503,9.6112261,9.8116131,10.003989,10.208986,10.504524,10.567117,10.740439,11.032012,11.168024,11.321911,11.65291,12.222208,12.702353,13.176934,15.174554,15.339415,15.316008,15.771605,15.853659,16.27907,17.28434,17.894409,18.347908,19.128099,19.021912,20.164349,21.30805,22.319122,23.266438,11.010323,10.899782,10.897311,10.815625,10.855949,10.834464,11.1158,11.398167,11.590325,11.904662,12.15747,12.460031,12.985532,13.429466,13.918713,12.302794,11.965812,12.113112,12.262186,12.388163,12.592694,12.797992,13.059284,13.243656,13.443464,13.924778,15.090283,15.8967,16.735922,18.00975,11.19605,10.745146,10.56017,10.293555,10.019621,9.7391233,10.43482,11.090083,11.760043,12.710288,13.327646,13.746053,14.215862,14.748287,15.228891,12.783199,13.026206,13.144249,13.03551,13.123279,13.290442,13.682519,14.038944,14.394461,14.541689,14.805725,15.420094,16.291359,17.071312,17.663157,15.064017,15.13444,15.256217,15.300282,15.400532,15.456949,15.910344,16.295918,16.938648,17.408386,17.737139,18.30789,19.048145,19.684431,20.309385,14.949584,14.843503,14.821694,14.889167,15.008651,15.119915,15.230388,15.447635,15.974538,16.340038,16.673164,17.143276,18.031683,18.699348,19.401497,12.892616,12.852408,12.776579,12.771803,12.914473,13.091668,13.355438,13.579081,13.971457,14.257071,14.468672,14.883471,15.605309,16.38483,16.998642,13.978763,13.95518,13.927293,13.926904,13.991547,13.98375,14.264473,14.649897,15.191298,15.726469,16.207594,16.718288,17.601473,18.347683,19.231823,15.837947,15.881298,15.804623,15.892306,16.015198,16.006201,16.214327,16.531431,16.881266,17.392607,17.829279,18.374552,19.287607,19.975788,20.683678,16.679314,16.928091,16.950788,17.16292,17.284494,17.371284,17.526711,17.926085,18.522224,18.886726,19.137402,19.47607,20.105661,20.857447,21.249773,11.961883,12.131479,12.276262,12.541657,12.744299,12.892142,13.065251,13.264007,13.614405,14.002101,14.343924,14.793876,15.430258,15.973484,16.524998,17.620403,17.667719,17.672388,18.00803,18.119556,18.088058,18.497948,18.75983,19.428188,19.894518,20.347548,21.481028,22.589787,23.482557,24.206749,13.262275,13.491856,13.760832,13.911989,14.190574,14.234279,14.497959,14.702338,15.044178,15.555026,15.767145,16.069609,16.593407,17.498817,18.26359,13.863251,14.033111,14.212431,14.445143,14.91678,15.221405,15.529383,15.861876,16.099661,16.269609,16.498035,17.089573,17.670805,18.178146,18.86969,14.789659,15.091607,15.335324,15.938976,16.276228,16.479509,16.64439,16.734835,17.039541,17.533081,17.397963,17.636473,18.101341,18.650637,19.088169,9.3061237,9.1802969,9.1192141,9.123374,9.0372057,9.110034,8.9076185,8.7644625,8.7440462,8.7402601,8.7120504,8.6213427,8.8613186,9.0258446,9.250124,12.920149,13.096607,13.292874,13.625481,13.888446,14.154598,14.491765,14.750619,15.25933,15.680353,16.104687,17.019432,17.991409,18.579021,19.264013,16.892429,16.930159,17.258579,18.033775,18.929874,19.034962,19.593615,20.330921,20.719967,21.800549,22.168011,22.982832,23.539557,24.624756,25.082436,12.731512,13.05239,13.335499,13.641678,13.887009,14.138063,14.441782,14.753977,15.353434,15.818945,16.285736,17.193726,18.132622,18.668785,19.263247,14.429972,14.557883,15.111176,15.391292,15.695066,16.193802,16.827484,16.897547,16.948418,17.297611,17.215042,17.841833,18.931025,19.290632,20.330004,13.165623,13.40575,13.535549,13.750238,13.77897,13.810018,14.794867,15.131116,15.421028,16.000847,16.384743,17.292686,18.182915,19.163162,19.915447,14.575516,14.79461,14.860715,14.995573,15.05478,15.227183,15.373938,15.552937,16.024956,16.439138,16.490463,17.112705,17.717806,18.226282,18.812176,11.595499,12.244821,12.715313,13.30712,13.724802,14.528936,14.734695,14.835833,15.38714,15.816622,16.075294,17.418196,18.161661,18.581638,19.523664,13.521811,13.571294,13.691224,13.7261,13.724642,13.523565,13.543241,13.574715,13.585825,13.902495,14.281543,14.422909,15.524016,16.146713,16.884268,13.617322,13.778262,13.909258,14.094633,14.309025,14.467279,14.705936,14.934256,15.275115,15.62087,15.870068,16.552567,17.282467,17.681887,18.0396,12.951753,12.896969,13.032882,12.919818,12.700669,12.306183,12.07245,12.177443,12.416551,12.850724,13.136111,13.635256,14.178744,14.616987,15.079711,16.959404,17.104727,17.46048,17.613327,17.826086,17.993931,18.368235,18.574818,18.887817,19.202053,19.489126,19.829878,20.659363,21.224899,21.73341,12.712842,13.06099,13.001423,13.36906,13.886525,14.249292,14.812745,15.025182,15.652655,16.57428,16.572685,17.77042,19.126675,20.042194,21.312641,17.441486,17.530647,17.545671,17.737665,17.502396,17.35413,17.422041,18.004732,18.073338,18.438194,18.658499,18.993116,19.541899,19.969065,20.195305,8.1211433,8.247221,8.3847666,8.5229826,8.6298275,8.8473024,9.0570726,9.2950277,9.6702461,10.08796,10.455626,10.871173,11.635262,12.243448,12.791911,14.67803,14.896594,14.563706,14.836003,14.94073,14.66083,14.649545,14.782733,15.356231,15.818766,16.275263,16.43199,17.188484,17.759888,18.176123,13.719693,14.280063,14.13623,14.282912,14.605212,14.866705,15.257852,15.617805,16.024773,16.816406,16.973886,18.962877,19.94998,20.289295,21.030535,11.88665,11.85586,11.580902,11.42415,11.371313,11.223564,11.155731,11.232895,11.55767,11.986331,12.226254,12.571308,13.098627,13.497845,13.925932,14.921554,14.863364,15.341471,15.277778,15.342079,14.949815,15.027094,15.099364,15.504111,15.679617,15.990454,17.067331,18.047247,18.673843,19.280415,14.5938,14.768738,14.769192,14.8895,15.034681,15.691143,15.622258,15.960177,16.202263,16.527472,16.720135,16.944744,17.479259,18.125364,18.868418,12.19097,12.490878,12.493011,12.535904,12.677532,12.684998,12.82437,12.870227,13.085868,13.371343,13.638149,14.41905,15.096209,15.644738,16.142939,17.267628,17.15029,17.043875,17.008137,17.122484,17.175682,17.511347,17.413168,17.380953,17.246038,17.238293,18.193998,19.164949,19.87661,20.42584,7.9560132,8.0763321,8.2597561,8.4560404,8.5751057,8.8250008,8.9557123,9.1643009,9.4646702,9.6865959,9.8897343,10.157933,10.650544,11.03525,11.45723,10.515594,10.601638,10.654113,10.76959,10.843295,10.774335,11.01457,11.418859,11.888535,12.382332,12.737256,13.169787,13.811824,14.390349,14.895733,15.924941,15.980406,16.081005,16.155949,16.234081,16.088566,16.29183,16.72401,16.959141,17.326733,17.569862,18.111053,18.987177,19.862175,20.42231,14.06072,14.219813,14.082387,13.93037,13.986609,13.845711,14.148876,14.351079,14.763756,15.29168,15.66471,16.021866,16.756048,17.629332,18.3144,14.369242,14.610201,14.965322,15.370311,15.64087,15.822688,16.118937,16.331478,16.956081,17.322184,17.607801,18.395674,19.416786,20.209858,20.838299,10.66081,10.827901,10.981947,11.158017,11.350493,11.381416,11.488351,11.652604,12.03918,12.406262,12.753627,13.074533,13.906031,14.656678,15.174554,16.64476,16.643848,16.488094,16.330776,16.329084,16.323763,16.584114,16.798927,17.235556,17.655237,17.981035,18.266253,19.211967,19.537245,19.974979,11.852959,11.96775,12.355069,12.554296,12.692502,12.918276,13.183324,13.497504,14.007315,14.397194,14.695534,15.189118,16.061516,16.791075,17.46591,12.542072,12.921739,12.890403,13.221127,13.527194,13.396041,13.466496,13.838709,14.169603,14.48343,14.881582,16.369823,17.795578,18.557367,19.414154,18.072935,18.437273,18.595242,18.819302,19.096989,19.26577,19.688122,19.836922,20.203287,20.603975,20.920015,21.608465,22.541872,23.224493,22.326395,10.262715,10.09308,10.2649,10.259639,10.364013,10.410959,10.916113,11.440018,12.128399,12.502056,12.745789,13.42375,14.458534,15.318653,15.702219,11.464638,11.477812,11.702036,11.527451,12.084354,11.539418,11.678287,11.887709,11.985909,12.37777,12.448913,13.461699,14.132379,14.813542,15.269955,17.126465,17.290489,17.486931,17.642242,17.767027,17.966429,18.145838,18.41048,18.760834,19.044994,19.368921,19.936129,20.916,21.549679,22.011187,10.660902,10.81659,10.999234,11.096013,11.202057,11.410975,11.65315,11.999393,12.372742,12.791642,13.171848,13.7512,14.390832,15.030885,15.669663,12.339958,12.205572,12.134526,12.014714,11.820614,11.784276,11.882934,11.901163,12.082026,12.209159,12.433197,12.503459,12.936607,13.348248,13.729718,15.066578,15.493178,15.914435,16.400028,16.755959,17.262941,17.613226,18.104696,18.691555,19.339361,19.717451,19.913746,20.683462,21.181433,21.703449,20.521944,21.383398,22.040815,22.369478,23.423424,23.589119,23.880596,23.721123,24.386185,24.418112,24.24111,27.224901,27.930727,29.149797,29.364725,12.285169,12.560179,12.676657,12.87151,12.934574,12.985936,13.17772,13.432232,13.76341,14.216047,14.665042,15.250637,16.115644,16.66433,17.275858,16.940004,17.573214,17.779667,18.070496,18.098324,18.249811,18.552992,18.993128,19.586878,20.147312,20.732632,21.020527,21.838516,22.385944,22.928391,16.450151,16.37657,16.185848,16.712412,15.9816,16.018845,16.254519,16.421991,16.743782,17.37995,17.085787,18.484289,19.304199,20.222347,20.664619,9.5885553,9.7514,9.6856127,9.7566299,9.600502,9.3377609,9.2941122,9.4813757,9.6451559,9.8950071,10.154171,10.613236,10.985126,11.313869,11.685287,11.859797,11.802863,11.796306,11.544032,11.656529,11.70332,11.718435,11.767782,12.028967,12.201927,12.328938,12.628222,13.520281,13.850742,14.419209,28.279505,28.760635,28.816677,28.587549,29.025534,29.33322,29.443338,29.750282,29.953838,30.491976,31.054482,32.046535,33.398647,34.441143,35.335819,15.419568,15.53602,15.635554,15.452396,15.078671,15.240556,15.312351,15.255509,15.606959,15.783095,16.03331,16.86869,17.455841,18.191925,18.861637,5.5926442,5.4567952,5.4253893,5.3583584,5.2891536,5.4388037,5.624752,5.7685981,6.0635061,6.3393059,6.5553069,6.8574281,7.2944894,7.6238818,7.8823857,12.978814,13.043313,13.146112,13.058456,13.137638,13.259594,13.468623,13.564132,13.887607,14.232643,14.466959,15.119055,16.06349,16.807909,17.579855,16.848698,16.712643,16.728964,16.67177,16.67696,16.630852,16.557001,16.753685,16.991343,17.110266,17.156788,17.580458,18.614786,19.17206,19.651741,15.029916,15.289092,15.173703,15.196268,15.617734,15.61117,15.73245,16.00268,16.606661,17.008533,17.482517,18.453827,19.108715,19.939117,20.516729,21.81142,21.804264,22.110111,22.692772,22.78018,23.041731,23.122288,23.399071,23.824797,25.030565,25.448668,26.265789,27.027634,27.344278,28.360245,17.842144,18.134155,18.504057,18.758066,18.898825,19.241875,19.465719,19.82756,20.2339,20.533293,20.706438,21.107256,22.31431,23.121923,23.871819,22.392267,22.594183,22.315287,22.465326,22.66564,22.477674,22.828922,23.051193,24.005182,24.772413,25.079712,26.409166,27.306376,28.498182,29.206291,8.640914,8.6301565,8.7199402,8.8204088,8.9449987,9.0252094,9.20366,9.2934856,9.5121002,9.6585331,9.8094807,9.9808102,10.492105,10.716869,10.970637,16.808525,16.997791,16.956343,16.952032,17.150827,17.716482,17.887772,18.40859,19.023256,19.42346,19.929348,20.345514,21.763475,22.639978,23.721619,9.4186306,9.6209278,9.8012962,9.9227858,10.09989,10.336614,10.57554,10.907616,11.394404,11.807055,12.071567,12.659846,13.602422,14.427912,15.075753,21.228407,21.326792,21.722052,21.527451,21.639627,21.392218,21.422981,21.717131,22.167488,22.319422,22.432999,22.764229,23.663309,24.057467,24.460073,26.183662,26.480923,26.552084,26.955275,27.196285,27.26182,27.385357,27.843735,28.657171,29.453104,30.009735,30.701754,32.187904,33.300663,34.247471,17.111519,16.896965,16.717442,16.669853,16.675198,16.847103,16.922197,16.906134,17.220924,16.993834,17.067627,17.201662,17.741425,18.242769,18.309769,17.274162,17.313004,17.535389,17.799006,17.775141,17.332443,17.087601,17.08239,17.501587,17.843319,18.142241,18.244381,18.860472,19.441393,19.735262,15.642144,15.726555,15.82205,15.949173,15.956135,16.125359,16.415054,16.782265,17.155487,17.42399,17.713406,18.059086,18.820377,19.399782,19.756763,16.598001,17.120199,17.445335,17.935614,18.363771,18.838423,19.572632,19.804779,20.463673,21.010668,21.522963,22.16958,23.083614,23.698885,24.215321,14.388291,14.550994,14.749496,15.004749,15.236275,15.515391,15.757518,16.152094,16.539577,16.918562,17.228453,17.945728,18.703314,19.355867,19.943722,8.4436569,8.8349934,8.9193115,9.0284472,9.2146435,9.5745487,9.9996347,10.489511,11.14435,11.68924,12.211891,12.982993,14.063997,14.91867,15.708664,14.192205,14.166286,13.743586,13.80983,13.440573,13.410805,13.576097,13.829453,13.746243,13.843508,13.978356,13.93895,14.475557,15.257886,15.443412,7.2749243,7.5924492,7.717905,7.9953418,8.1145306,8.46313,8.7751265,9.261301,9.512536,9.9391537,10.449099,10.725843,11.189694,11.857991,12.36323,4.8129601,4.9628062,5.1198239,5.2279534,5.3846769,5.690906,5.8687434,6.0991912,6.484673,6.6817307,6.7907715,7.0509768,7.522994,7.9237208,8.3203373,15.223083,15.373007,15.558492,15.798097,15.992419,16.211004,16.545815,16.803581,17.243444,17.574596,17.93046,18.593674,19.35586,19.884092,20.578806,13.868195,14.056169,14.603307,14.819445,15.3519,15.601299,16.181274,16.72295,17.574123,18.382654,19.156725,20.066666,21.701784,22.539173,23.817934,17.664433,17.906769,18.227259,18.213776,18.441643,18.484751,18.417667,18.618715,18.612827,18.354773,18.285034,18.552774,18.783859,19.124397,19.603201,15.935808,15.946987,15.928334,15.847627,15.879424,15.954955,16.021837,16.190737,16.544535,16.894215,17.273703,17.635099,18.490656,19.000439,19.562881,15.737941,16.331022,16.927914,17.438293,17.856476,18.276751,18.581005,18.976065,19.590395,20.333199,20.772406,21.748968,22.640249,23.388138,24.119326,13.910587,13.941839,14.073433,14.273669,14.377939,14.43704,14.58767,14.824838,15.235432,15.442321,15.744702,16.307899,16.924488,17.462482,17.9646,13.828588,14.023654,14.13312,14.339847,14.548448,14.722183,15.444825,15.777631,16.149284,16.217426,16.450695,16.745777,17.571705,18.104271,18.813366,17.806519,17.775761,17.79764,17.856211,18.027359,18.224745,18.459951,18.706549,18.948229,19.32621,19.786581,20.021776,20.438789,20.88714,21.440071,17.332577,17.321054,17.368927,17.526604,17.6134,17.405979,17.55479,17.807056,17.967402,18.331219,18.559912,18.94488,19.434404,19.908527,20.259594,16.400133,16.656038,16.679352,17.083677,17.298128,17.420586,17.23768,17.495146,17.837955,18.00948,18.222803,18.322041,19.006683,19.361446,20.014568,14.239982,14.494826,14.677577,14.693549,14.570858,14.626615,14.471933,14.608799,14.829466,15.112593,15.286761,16.090418,16.600302,17.104761,17.802595,8.3009615,8.2262316,8.1422758,8.1267309,8.1795979,8.2518234,8.4637508,8.7938671,9.234993,9.6548195,9.9354515,10.3746,11.037495,11.618186,12.209563,5.9257679,5.9438567,5.9003491,5.8791199,5.8981705,6.0759621,6.3040071,6.5243297,6.8997688,7.1688981,7.3729239,7.6636343,8.2346382,8.6492834,9.0798092,14.049466,14.130913,14.086552,14.229822,14.44784,14.770575,15.033615,15.194548,15.550205,15.930083,15.939978,16.729052,17.668516,18.350243,19.091711,13.439306,13.427505,13.576679,13.502664,13.792242,13.869102,13.885015,13.985727,14.34302,14.40657,14.560531,14.780524,15.298258,15.79215,16.20335,15.556756,15.70308,15.790431,16.089188,16.14666,16.0795,16.27107,16.534222,16.781429,17.005037,17.272284,17.342257,17.892738,18.495838,19.235197,12.290943,12.271119,12.22488,12.154924,12.13626,12.032199,11.973172,12.239908,12.426528,12.685284,12.801252,13.171379,13.818336,14.157414,14.51522,15.373804,15.491533,15.533191,15.770208,15.838444,16.065357,16.37598,16.640844,17.037172,17.420782,17.812561,18.243095,18.7903,19.538216,20.264164,19.033886,19.130646,19.264278,19.356382,19.642214,19.59778,19.64254,19.869213,20.052008,20.495186,20.92424,21.349144,22.281864,22.931025,23.708626,13.31131,13.432193,13.511891,13.530259,13.442813,13.480823,13.570586,13.708687,13.955506,14.071019,14.188554,14.145364,14.735015,15.197718,15.886564,15.781471,15.765815,15.71274,15.682544,15.905106,16.102861,16.466396,16.595552,17.089586,17.452766,17.909681,18.194277,18.643547,19.17378,19.683413,9.1265602,9.3604546,9.503376,9.8416367,9.9635048,10.184539,10.564527,10.927214,11.359017,11.795022,12.241282,12.641915,13.32524,14.044399,14.505525,9.0168314,8.9275351,8.9798946,9.1268034,9.1142778,9.2954493,9.2421446,9.2254686,9.2381287,9.1461067,9.1610365,9.2191811,9.539691,9.7644491,10.045563,20.602695,20.225044,20.231754,19.770971,19.514141,19.276281,19.113323,19.04789,19.216152,18.837574,19.066322,18.607914,18.953514,19.349129,19.672415,16.298386,16.285225,16.188396,15.957284,16.165756,16.098885,15.9455,16.107586,16.10144,16.144976,16.206429,16.096399,16.494083,16.970062,17.636337,10.979178,10.681533,10.468287,10.399312,10.488816,10.296328,10.049676,9.803072,9.643959,9.3835649,9.3025923,8.9979639,9.0956097,9.2965889,9.447197,8.9654589,9.1605091,9.2503805,9.3224554,9.3102818,9.3451347,9.5364771,9.7783403,10.077452,10.278595,10.460747,10.634474,11.149669,11.492962,11.842607,18.580301,18.691917,18.923998,18.925892,18.877197,18.797556,18.921835,18.806551,19.100477,19.298145,19.722685,19.750158,20.041418,20.023994,20.204836,20.124184,19.512581,18.876333,18.764044,18.717701,18.639881,18.732229,18.441473,18.928392,19.082045,18.690338,17.318914,18.218132,18.756531,19.259129,19.628305,19.479067,19.214132,19.086317,19.09889,19.001465,18.972324,18.998234,19.042614,19.008644,19.132034,18.917839,19.244373,19.402845,19.817881,20.601238,20.149521,19.665272,18.795012,18.607529,18.384304,18.050226,18.036491,17.405499,17.69821,16.877211,16.328285,16.566006,16.684322,16.988554,12.824074,12.996123,13.178725,13.267962,13.407372,13.911793,13.304059,13.430495,13.476846,13.582834,13.770896,14.923334,15.072049,15.43667,15.928083,12.163587,12.180095,12.075472,11.985655,11.785815,11.531365,11.297457,11.034987,11.159639,10.825486,10.503195,10.68366,10.622375,10.936447,11.47541,18.514936,18.65196,18.42367,18.168371,17.81827,17.443827,17.092709,16.862152,17.006325,17.363647,17.322195,16.952177,17.235657,17.536045,17.713404,12.846205,12.103086,11.623823,11.438114,11.012195,10.914127,10.605453,10.424491,10.323496,10.182965,9.9815912,9.6525097,9.6505146,9.7030487,10.097156,19.014593,19.409594,19.738794,19.706406,19.764359,19.747837,19.959297,20.043604,20.383274,20.284239,20.234894,19.858887,20.225212,20.263233,20.225695,10.383831,10.606421,10.826683,11.013938,11.094865,11.216865,11.324988,11.401207,11.715855,12.039932,12.309563,12.540172,12.931331,13.26287,13.603942,9.3454018,9.0741005,8.9011831,8.835927,8.6279793,8.6197615,8.4172878,8.3779078,8.4232121,8.326086,8.3012171,7.6592236,7.6751471,7.8965845,8.1269855,14.656372,14.746918,14.517071,14.587681,14.58769,14.418689,14.379905,14.244534,14.444544,14.713871,14.941513,14.725646,15.204705,15.521214,15.747391,16.542126,16.550014,16.427944,16.637037,16.446404,16.195858,15.978791,15.828063,15.510556,15.600914,15.398808,14.571553,14.655544,14.332017,14.435585,16.118168,15.96234,15.834393,15.572365,15.447397,15.109128,14.699869,14.295517,14.154665,13.987782,13.998626,13.534011,13.753759,13.911531,14.109657,5.5192761,5.7157407,5.7333188,5.7815905,5.9484739,6.2383409,6.45786,6.7030802,7.0170403,6.9286146,6.9291382,6.8624697,7.4350452,7.6501937,8.2948532,4.3571081,4.7323003,4.9327354,4.8252182,4.907361,5.0839291,5.3803043,5.3955984,5.8301945,5.7518549,5.7093425,6.0292568,6.4491115,6.8628063,7.1053467,20.637924,20.582613,20.347078,19.99189,20.11351,19.819508,19.655487,19.70517,19.401711,19.190695,19.275185,20.051058,20.315479,20.437311,20.668537,10.07013,9.9811401,9.9797335,9.9986916,9.9285107,10.095779,10.113247,10.256509,10.505442,10.575691,10.699898,10.825154,11.208342,11.408516,11.657598,10.80575,10.52142,10.160361,10.057421,9.7303104,9.7433758,9.4406052,9.4276428,9.4775724,9.4677839,9.4264498,9.4142323,9.4949579,9.7455225,9.9013405,15.09193,15.066735,15.067448,14.705883,15.154666,15.211042,15.084967,15.197725,14.348614,14.604151,14.631075,13.848069,14.335147,14.225212,14.789958,15.634218,15.565199,15.419321,15.236637,15.270037,15.148764,14.869022,14.669843,14.71489,14.918552,15.005996,14.81319,15.215275,15.266058,15.45666,11.483336,12.010761,12.182611,12.520133,12.886511,13.258691,13.632578,14.02101,14.525324,15.033325,15.698871,16.376162,17.252186,17.769892,18.273226,13.75365,13.685134,13.608757,13.553672,13.346265,13.258012,12.838036,12.813934,13.022693,13.127989,13.258653,13.209616,13.310477,13.556292,13.874212,9.2615929,8.9236088,8.8454552,8.9605503,8.7912092,8.708972,8.4514017,8.4511356,8.4764471,8.4530287,8.4880962,8.0143118,8.1220713,8.0409956,8.0046005,13.191755,12.730355,12.328302,12.065522,11.815439,11.610665,11.48335,11.268175,11.212139,11.140624,11.125355,11.121275,11.235961,11.33543,11.445761,16.346994,15.988454,15.763762,15.429595,15.172943,14.982115,14.808959,14.542333,14.422886,14.233738,14.307961,14.131759,14.367858,14.536532,14.792431,16.692932,16.674154,16.510548,16.472513,16.616865,16.606335,16.602743,16.714321,16.815952,17.011019,17.123894,16.484888,16.801952,16.949221,17.140039,18.120188,18.125895,18.192562,18.321672,18.543892,18.709486,18.999069,19.02174,19.202337,19.533749,19.760151,19.438437,20.153349,20.261005,20.673843,11.366326,11.139538,10.855444,10.655794,10.450974,10.431392,10.434544,10.650524,11.043182,11.286582,11.539821,11.798143,12.226941,12.566154,12.937063,8.4714155,8.6921911,8.9092312,9.1248837,9.2117834,9.4571419,9.6274261,9.8849411,10.199824,10.455766,10.632736,10.851152,11.39013,11.821562,12.297978,17.542343,17.382496,17.006496,17.026237,16.952484,16.899624,16.928791,16.951849,16.974186,16.945436,17.030174,16.470028,16.980324,17.275921,17.502125,11.821512,12.084166,12.621524,12.894201,12.906724,13.040322,13.067916,13.361742,13.319795,13.465331,13.316867,14.825418,15.159756,15.413104,15.609625,14.557576,14.250331,14.112674,14.146619,14.105264,13.862702,13.848662,13.909965,13.990155,14.038255,14.112228,13.878071,14.187095,14.338933,14.691597,10.323247,10.468049,10.355731,10.329882,10.735718,10.929188,10.960758,10.876931,10.465639,10.285249,10.265129,10.019594,10.26263,10.175788,10.211524,16.33408,16.525652,16.759394,16.986382,17.187124,17.471781,18.028675,18.628469,18.772497,19.094093,19.291775,19.297445,20.033825,20.262325,20.822065,10.322712,10.318075,10.233963,10.296493,10.45032,10.617146,11.065152,11.329939,11.552292,11.693412,11.769007,11.827998,12.346328,12.864603,13.377124,13.884887,13.912338,14.031644,14.166406,14.3116,14.743917,15.042567,15.239125,15.55929,15.513609,15.43961,15.73636,16.355743,16.927938,17.4254,21.45669,21.690655,21.743162,21.904648,22.129921,22.17695,22.411764,22.705381,23.234751,23.747484,24.112425,24.507509,25.375546,26.014233,26.864645,9.4960365,9.3983669,9.4098063,9.5464287,9.6531582,9.8314133,10.127757,10.424148,10.779181,11.169986,11.47774,11.90431,12.602864,13.181872,13.764067,18.505775,18.765493,18.698374,19.360479,19.145765,19.526926,20.487804,21.195791,21.95747,22.5044,22.684172,23.505978,24.812218,25.609756,26.698542,13.353911,13.519144,13.701564,13.77333,13.984571,14.146018,14.232265,14.412769,14.720517,15.126413,15.492532,15.992186,16.910841,17.638912,18.102217,12.722654,12.892304,13.091636,13.282161,13.278179,13.245914,13.268463,13.196177,13.338349,13.792012,14.200937,14.435884,14.86885,15.33688,15.873136,12.630567,12.958134,13.846154,14.520473,14.295266,15.010007,15.749802,16.312248,17.381369,18.161316,18.906395,19.2528,20.277815,21.400524,22.297739,8.4918795,8.2655268,7.9996185,7.7010474,7.4323044,7.2832465,7.2741351,7.3003283,7.2892971,7.2961144,7.2832384,7.2591314,7.3934264,7.7309585,7.944479,20.730171,21.054907,21.282164,21.93437,22.378855,21.943712,21.69265,22.923286,22.950089,23.021904,21.771706,23.052959,23.121906,23.008455,24.54792,11.533943,11.545947,11.553858,11.504073,11.576955,11.536382,11.572635,11.630467,11.672397,11.756354,11.808032,11.881309,12.142288,12.430092,12.647839,15.341036,15.601804,15.567502,15.508578,15.280544,15.22372,15.288538,15.488605,15.702444,16.044323,16.335995,16.753057,17.572691,18.211374,18.93811,14.205826,13.683613,13.592999,13.827507,14.197794,15.109101,16.18227,16.764473,17.518341,18.065638,18.460619,19.15637,20.308636,21.510658,22.442102,20.845007,20.953623,21.179369,21.375237,21.514187,22.005894,22.736755,23.601173,24.359148,25.388706,26.273228,27.455639,29.095968,30.482531,31.814871,10.456128,10.370904,10.350631,10.366102,10.341706,10.378618,10.309566,10.350241,10.461275,10.711805,10.938146,11.162668,11.571024,11.865202,12.139387,10.605019,10.709002,10.772733,10.925182,11.039428,11.272446,11.67865,12.145184,12.557106,12.993167,13.294998,13.693026,14.515002,15.303661,16.030252,11.637893,11.541177,11.516139,11.5882,11.576068,11.708447,11.988108,12.171204,12.350368,12.580933,12.769328,13.069412,13.877277,14.353577,14.509739,13.788794,14.164187,14.512067,14.920486,15.16223,15.695834,16.3545,16.65494,17.208839,17.680023,17.847679,18.366756,19.372185,20.23016,21.146387,15.562132,15.572866,15.497033,15.649603,15.706623,15.829865,16.001528,16.248365,16.667778,16.98975,17.369879,17.63385,18.371235,18.901808,19.763639,18.791285,19.006224,19.441141,19.890261,20.245163,20.541063,20.579765,20.82025,20.63537,20.690634,20.784016,21.287317,22.246696,22.945238,23.866186,16.47156,16.583164,16.770477,17.004452,17.142645,17.306787,17.140245,17.171391,17.477629,17.942087,18.357306,18.897844,19.880865,20.592897,21.295351,14.128292,14.527424,14.79223,15.090084,15.208382,15.520017,15.90204,16.08025,16.48316,16.852995,17.211624,17.580637,18.551006,19.388845,19.827314,22.637184,22.83457,22.911182,23.01173,23.051592,22.894291,22.92038,23.133318,24.017836,24.436413,24.78694,25.075527,26.375978,27.448099,27.857525,14.838931,15.13509,15.703032,15.911547,16.252859,16.44412,16.536551,17.134394,17.504812,18.354673,19.178926,20.058746,21.193686,22.248081,23.158953,10.205925,10.107098,10.094205,10.143208,10.232024,10.314269,10.378985,10.465848,10.617138,10.80023,11.143399,11.334836,11.830607,12.269691,12.649414,18.923512,19.045626,18.98414,19.58477,19.832792,19.746819,20.032743,20.454546,21.045542,22.196766,23.221188,24.649134,26.331774,27.807518,29.364782,14.577452,14.502459,14.537292,14.482765,14.606989,14.726742,14.899531,15.158768,15.474751,15.836029,16.199553,16.649685,17.424934,18.096762,18.710159,10.995452,11.105461,11.430305,11.566792,11.684252,12.045035,12.680714,12.812905,13.436527,13.99361,14.384796,15.135719,15.974898,16.659264,17.375198,9.1512432,9.1963243,9.2304993,9.3602705,9.491044,9.5096731,9.5760288,9.6427326,9.8220329,10.097239,10.334745,10.727564,11.249598,11.691966,12.058723,12.407266,12.324731,12.25337,12.237004,12.242573,12.278204,12.432377,12.474405,12.63761,12.784393,12.99447,13.224311,13.804531,14.282884,14.738098,12.927133,13.222565,13.601428,14.023503,14.360587,14.620783,15.189067,15.736547,16.203512,16.774593,17.343512,17.984686,19.023573,19.937243,20.71586,11.404456,11.36799,11.437131,11.561784,11.662219,11.873687,12.127398,12.341655,12.478104,12.719657,13.013312,13.32442,14.013012,14.633033,15.16794,18.435463,19.465042,20.084455,20.944838,21.212122,21.861925,23.145325,23.371069,24.696257,25.181479,25.232939,26.854156,28.156313,29.701752,30.693554,14.821124,14.809704,14.56724,14.482782,14.421379,14.327635,14.53311,14.671007,14.75181,14.851213,14.931397,15.119639,15.63725,16.060429,16.523064,11.632956,11.645012,11.657252,11.723859,11.826844,11.933675,12.246065,12.380404,12.6731,12.965753,13.288333,13.657302,14.351998,14.861231,15.425126,9.2359028,9.12432,9.0444508,9.0994644,9.0018501,8.8920536,9.0900602,9.2940292,9.2393036,9.3255787,9.5554914,9.5911989,9.5713892,9.7611475,9.9748602,11.204546,11.209973,11.154332,11.11116,11.058606,11.102069,11.163965,11.275582,11.416148,11.526937,11.574944,11.716181,12.114533,12.439052,12.786942,15.57198,15.632288,15.633631,15.531683,15.688783,15.723189,15.808315,15.88925,16.168955,16.469446,16.752003,17.127537,17.38331,17.793934,18.326551,11.162041,11.006273,10.955178,10.863187,10.752566,10.623793,10.675056,10.787637,11.021461,11.225324,11.440066,11.743894,12.381576,12.869628,13.262497,13.480941,13.570078,13.636541,13.787434,13.973679,14.155901,14.258396,14.306192,14.289747,14.152468,14.211919,14.509532,15.091707,15.811771,16.752338,15.829537,15.909401,15.770096,16.006014,16.147251,16.653044,16.969488,16.996914,17.131693,17.37183,17.503271,18.091179,19.099882,19.569134,19.976465,18.331625,18.540237,18.452854,18.610025,18.763824,18.799335,18.877823,19.01795,19.227903,19.128059,19.211391,19.288788,19.967232,20.580296,21.509626,16.047966,16.000418,15.96077,15.966887,15.87375,15.975364,15.935877,15.950094,16.017393,15.953769,16.020254,15.958283,16.459929,16.693991,17.033472,16.706161,17.005348,16.821175,17.006344,17.352585,17.410418,17.408047,18.094358,18.107861,18.452381,18.036648,18.380428,19.176098,20.225464,20.666313,13.744905,13.769329,13.859924,13.954875,13.963202,14.464068,14.646726,14.964933,15.34937,15.41294,15.512821,16.336529,17.361261,18.242069,19.051348,14.832342,14.549288,14.697784,14.791371,15.099752,14.959017,15.341489,15.370138,15.770475,16.137371,16.144373,16.053307,16.721552,16.88578,17.32843,16.437578,16.57637,16.55481,16.587326,16.608515,16.695148,16.642857,16.793894,16.700958,16.913586,16.995352,17.243256,17.634628,18.082726,18.679083,15.302442,15.036257,15.02227,15.049245,15.121071,14.81341,14.648026,14.330747,14.069933,14.151718,13.809742,14.272685,14.485981,14.631324,15.013499,15.310283,14.975718,14.907162,15.053481,15.305416,15.985577,16.444143,17.169355,17.418068,17.871771,18.399866,19.149294,20.285208,21.015598,22.100861,17.765776,17.981539,18.15661,18.311274,18.441238,18.335238,18.615753,18.829554,19.017401,19.213036,19.383186,19.335779,19.918575,20.56678,21.336718,14.61948,14.665183,14.602949,14.480313,14.435358,14.476097,14.576817,14.826324,15.343982,15.873216,16.465094,17.00786,17.916878,18.888842,19.858368,18.482788,18.599056,18.699112,18.778387,18.924049,18.705173,18.633659,18.625959,18.683853,18.723169,18.853262,18.662779,19.255989,19.659336,20.155581,14.86156,14.869192,14.840414,14.984779,14.979362,15.285683,15.32584,15.51387,16.167622,16.39179,16.767403,17.618469,18.629427,19.215097,19.848093,16.468185,16.411814,16.286997,16.180012,16.106037,16.132021,16.142998,16.258463,16.329393,16.46384,16.596132,16.493462,17.067566,17.352352,17.919403,15.373651,15.680832,15.92501,16.296452,16.449295,16.58165,16.82654,17.17144,17.291502,17.523581,17.811644,17.750572,18.181198,18.585161,18.971249,11.32635,11.283104,11.06842,11.116657,11.046795,10.850356,10.951344,11.140371,11.455619,11.625891,11.880579,12.238477,12.921914,13.561265,14.088626,16.566286,16.617146,16.610155,16.585018,16.500994,16.560415,16.609659,16.658869,16.82362,16.732073,16.722288,16.790052,17.278841,17.650349,18.130327,16.474571,16.724199,17.067322,17.002211,17.176033,17.284397,17.312252,17.481663,17.464376,17.62879,17.933224,17.881765,18.531363,18.893618,19.438025,13.153967,13.200706,13.354136,13.588081,13.645797,14.052346,14.412618,14.813465,14.990175,15.077545,15.104599,15.553704,16.017376,16.629526,17.183737,14.516859,14.794801,14.746718,14.745445,14.766826,14.79603,14.651482,14.620091,14.922841,15.05526,15.156629,15.344524,15.935609,16.459637,17.16794,16.092844,16.067829,16.191216,16.315178,16.328718,16.422758,16.155869,16.209442,16.493288,16.511044,16.517088,16.493849,17.099831,17.533775,18.253969,17.808195,17.529432,17.275925,17.089567,16.914774,16.829563,16.85026,16.823458,16.953741,16.942545,16.984173,16.868597,17.345051,17.80197,18.088604,16.367695,16.569576,16.632273,16.752073,16.850613,16.892328,17.004791,17.231932,17.279234,17.487015,17.566343,17.625746,18.28026,18.988857,19.619312,15.134949,15.305811,15.613256,15.89906,16.009954,16.196941,16.425247,16.4298,16.739861,16.928486,17.058155,17.282505,18.049335,18.537464,18.682657,17.450048,17.481976,17.429373,17.527056,17.549519,17.573366,17.712122,17.833319,17.908421,17.945543,17.945795,18.015537,18.461143,18.958742,19.326382,15.188143,15.355916,15.434001,15.744493,15.941284,15.823925,16.190893,16.366409,16.780478,17.072649,17.389608,17.492432,18.375242,19.078188,19.834801,12.532581,12.801485,12.823115,13.039366,13.195415,13.267641,13.36586,13.287899,13.530726,13.484022,13.471948,13.926382,14.594574,14.998458,15.555382,10.710714,10.558693,10.491196,10.277614,10.220319,10.092282,10.142098,10.096514,10.237527,10.260713,10.244754,10.126351,10.365132,10.57996,10.820315,16.918291,16.927143,17.206005,17.274702,17.207039,17.600418,18.121357,18.458221,18.681561,19.072584,19.573112,20.008856,21.159399,21.865284,22.452593,16.523535,16.771448,16.687149,16.890694,16.746292,16.607946,17.055992,17.122343,17.4258,17.827076,18.342382,18.738543,19.696274,20.249901,20.853811,15.062351,15.341713,15.458715,15.692745,15.995248,16.262646,16.286968,16.513586,16.948505,17.083763,17.100798,17.12232,17.965237,18.519375,19.232115,18.750397,18.698002,18.64502,18.660717,18.488024,18.438145,18.42404,18.546764,18.718658,18.633751,18.691084,18.393717,18.971193,19.151371,19.553085,17.854519,17.985701,18.381071,18.753872,19.425087,20.148596,20.108559,20.418377,20.938025,21.451759,21.751009,22.385296,23.459747,24.069578,24.876509,14.971336,15.051087,15.017692,15.302067,15.43138,15.3125,15.215124,15.484542,15.684238,15.901981,16.125628,16.570227,17.425638,18.029764,18.203033,17.353556,17.766611,17.792091,17.921186,17.887789,18.045197,18.438129,18.664558,19.041672,19.231649,19.105644,20.058897,21.143908,21.617258,22.396494,14.933869,14.918399,14.860559,14.736083,14.741126,14.708215,14.886159,15.151329,15.25388,15.456155,15.693943,15.798553,16.439489,17.034157,17.304346,11.583856,11.833033,11.994993,12.26869,12.420465,12.686984,13.206781,13.530519,13.801747,14.183189,14.463011,14.788204,15.384208,15.879268,16.585476,15.429396,15.516734,15.427309,15.480788,15.453665,15.710802,15.674487,15.682495,15.871598,15.924957,16.071428,16.164488,16.844381,17.505886,18.17798,15.106691,15.162303,15.168323,15.290971,15.442615,15.579547,16.124479,16.580223,17.126146,17.480684,17.892265,18.180891,18.916346,19.248857,20.034821,15.184612,15.339205,15.686462,15.938279,16.072971,16.371597,16.613146,16.972912,17.126284,17.112045,17.168327,18.404789,19.27195,19.370846,20.131882,14.792058,15.115375,15.268072,15.42757,15.433266,15.839013,16.092474,16.345711,16.640085,16.931711,17.131741,17.629589,18.723635,19.004307,19.349537,18.076065,18.257465,18.537138,18.566566,18.768307,18.60932,18.841415,19.144632,19.318844,19.183115,19.188217,19.557062,19.848936,20.460754,21.293861,15.738317,15.660177,15.787184,15.773516,15.769064,15.54112,15.547339,15.835336,16.102905,16.201448,16.206938,16.347744,17.104025,17.459103,17.756407,18.002195,18.584438,18.548826,18.700302,18.897966,19.462246,19.589369,19.769566,20.069834,20.496374,20.80584,20.950356,21.483082,21.857924,22.599684,16.302643,16.448128,16.478292,16.643801,16.917095,16.944706,17.197386,17.637695,17.761402,18.239809,18.348225,18.789145,19.404142,20.008907,20.24452,14.744082,14.636652,14.833476,14.924683,15.041982,15.29551,15.584743,15.957401,16.243889,16.456642,16.727123,16.72576,17.227577,17.753065,18.256639,14.954947,15.242666,15.285047,15.408622,15.390524,15.39664,15.600346,15.919677,16.194729,16.340267,16.540058,16.591169,17.443338,17.822996,18.38916,15.276485,15.508634,15.739584,16.001251,15.844777,15.745536,15.972739,16.425486,16.879049,17.192101,17.442114,18.307859,19.259752,20.320253,21.438278,16.260254,16.485987,16.888683,17.124405,17.482395,17.689024,18.011467,18.647102,18.948633,19.327225,19.511166,19.998781,20.498598,21.067919,21.353449,13.09159,13.024923,13.772352,13.941808,14.312747,14.821796,14.626143,14.846711,15.143603,15.448009,15.387305,16.57468,17.262724,17.875381,18.38273,15.46501,15.436028,15.509998,15.629586,15.710308,15.773045,16.050467,16.311901,16.684143,16.791607,16.992758,16.917921,17.586391,18.058205,18.51552,14.019934,14.156686,14.260429,14.420631,14.602566,14.641821,14.673912,14.976327,15.068666,14.96297,15.118973,15.546272,16.309401,16.742929,17.53771,19.72365,20.189802,20.26922,20.281923,20.429382,20.682665,21.189522,21.573076,22.292782,23.053034,23.523485,24.33984,25.708994,26.324009,27.131823,15.954349,15.840934,15.543082,15.414188,15.440865,15.420248,15.705754,15.834311,15.843914,15.904018,15.876645,16.160925,16.942226,17.14517,17.44837,16.420099,16.39801,16.368229,16.286922,16.435246,16.588806,16.70945,17.009636,17.4618,17.88299,18.257362,18.518841,19.082136,19.560169,20.15032,16.376097,16.536217,16.82972,17.006264,17.620682,17.944998,18.488005,18.898722,19.782322,20.379147,20.747801,21.461672,22.280376,23.097286,23.843891,10.666355,10.666196,10.623714,10.663679,10.705925,10.838394,10.942125,11.079521,11.282866,11.45223,11.631912,11.794239,12.247914,12.647785,13.044257,16.718601,16.874773,16.948538,16.940681,17.040262,17.030569,17.256256,17.472094,17.686035,17.946835,18.084713,18.375372,18.989809,19.385466,20.030291,20.28302,20.396276,20.218784,20.432049,20.673672,21.012203,21.50598,21.666145,22.08843,22.544687,23.175714,23.739523,24.721735,25.585949,26.305481,10.853831,10.717521,10.74382,10.611285,10.59926,10.687452,10.967977,11.096042,11.194652,11.393606,11.527325,11.869794,12.425595,12.864015,13.263575,14.494273,14.215335,14.089756,14.073867,14.268465,14.188489,14.132833,14.201435,14.226969,14.281336,14.342157,14.676945,15.267817,15.802222,16.308668,15.988467,16.002726,15.999527,15.895614,15.762109,15.652123,15.663245,15.710759,15.711234,15.698632,15.651571,15.468102,15.683487,15.923825,16.041056,14.446259,14.33408,14.190099,14.146729,14.08044,13.970655,13.935865,13.906436,14.140733,14.443323,14.635176,14.774832,15.288803,15.84853,16.165525,15.929922,16.233843,16.433113,16.606478,17.016523,17.212193,17.283075,17.543135,17.937887,18.224298,18.388454,18.757868,19.46678,20.038982,20.560234,9.3381844,9.3307571,9.2963915,9.3384581,9.3713808,9.4656763,9.6219931,9.7427292,9.9466085,10.114046,10.286956,10.566163,11.039845,11.472364,11.891962,13.968664,13.978121,13.994108,14.025053,14.075168,14.137782,14.054583,14.234835,14.443236,14.747906,14.982873,15.207664,15.729449,15.943243,16.270746,18.737286,19.01346,19.299797,19.715326,20.040407,20.230228,20.527569,21.093107,21.575134,22.0889,22.531553,23.39624,24.580158,25.469902,26.460505,14.458665,14.31,14.128415,13.950674,13.863984,13.730854,13.844574,13.845801,14.138718,14.241557,14.457722,14.452876,15.119012,15.575379,16.276039,11.198438,11.202247,11.246245,11.234292,11.144159,11.234162,11.51583,11.738667,12.117929,12.139087,12.185065,12.595716,13.358675,13.925224,14.659142,12.215197,12.03602,11.954325,11.862795,11.802195,11.84018,11.864937,11.912203,12.155265,12.379673,12.623322,12.916395,13.363133,13.673383,14.046441,17.434988,17.811756,18.40963,19.012096,19.284254,19.419689,19.39925,19.564289,20.574057,20.894526,20.855129,23.05809,23.914017,24.816708,25.935888,14.328986,14.377249,14.284841,14.326191,14.324415,14.225001,14.311449,14.366296,14.577441,14.798265,15.019919,15.227974,15.683908,16.138025,16.526812,19.354197,19.655102,19.65786,19.258808,19.42765,19.78615,20.078053,20.136944,20.228689,20.2533,20.340628,20.72802,21.411457,21.666666,21.73913,15.337275,15.352139,15.392513,15.443164,15.501664,15.454581,15.464227,15.441992,15.560452,15.568779,15.603225,15.639514,16.063761,16.287167,16.307117,14.690554,14.50087,14.424905,14.398996,14.410506,14.365726,14.550169,14.582989,14.629215,14.787849,14.966503,15.448915,15.903608,16.380983,16.842445,18.713972,18.56035,18.632896,18.667221,18.465141,18.517746,18.395414,18.512327,18.825254,19.085854,19.220465,19.457535,20.015726,20.334335,20.800594,13.329824,13.204256,13.112047,13.043102,13.059042,12.911771,12.963669,13.162126,13.206194,13.57491,13.795866,14.957086,15.545264,16.070148,16.699593,23.293877,23.465172,23.349724,23.719309,24.200983,24.223991,23.588839,24.019449,24.323881,25.058666,25.220337,26.645559,27.566475,28.029915,28.156162,14.838238,14.72307,14.803344,14.770123,14.791423,14.961026,15.207833,15.237059,15.618242,15.958178,16.206306,16.444899,16.810871,17.192898,17.580341,12.33219,12.318859,12.351375,12.388033,12.375327,12.472634,12.542436,12.663475,12.875872,13.052228,13.244836,13.550957,14.009221,14.433392,14.983644,16.68104,16.51593,16.766468,16.679901,16.773432,17.055925,16.87582,17.028593,17.245108,17.46109,17.567415,17.623688,18.146111,18.669634,19.032417,11.469413,11.290322,11.199766,11.100637,11.05477,11.046425,11.00138,11.041336,11.13183,11.187176,11.242507,11.400292,11.793191,12.153223,12.466784,15.188996,15.234952,15.033767,15.219097,15.441105,15.530266,15.673332,15.84034,16.277378,16.453419,16.551624,17.140083,17.818993,18.256956,18.88595,12.550913,12.413582,12.438581,12.462294,12.518051,12.638211,12.793631,12.872323,13.015138,13.114251,13.291955,13.454665,13.934644,14.282177,14.774463,16.024654,15.862112,15.776345,15.742311,15.865181,15.584026,15.561514,15.65087,15.410306,15.387811,15.457413,15.871516,16.078106,16.404709,16.480448,18.857006,19.053795,19.066692,19.222954,19.18689,19.216682,19.466732,19.431768,19.695772,19.794882,20.00301,20.521975,21.116123,21.825438,22.252052,16.356588,16.407202,16.369217,16.562574,16.837458,17.008986,17.435583,17.627768,18.062143,18.260326,18.353064,18.643471,19.143408,19.620565,20.062519,15.650622,15.615789,15.636766,15.743202,15.887155,15.951948,16.073238,16.244871,16.445934,16.633579,16.884043,17.226425,17.785446,18.109993,18.581354,12.983849,12.972585,13.023329,13.067213,13.158657,13.191116,13.263507,13.455716,13.682763,13.94318,14.196445,14.520446,15.022655,15.434773,15.92181,17.610207,17.603168,17.6105,17.841009,17.842081,17.934656,18.040058,18.317137,18.858137,19.326666,19.821115,20.038136,20.793129,21.1719,21.685345,19.709629,19.550055,19.779699,19.978567,20.003958,20.012995,20.068666,20.402727,20.503714,20.850374,21.05571,20.90097,21.597048,22.306828,22.677595,8.411829,8.8476,9.1870461,9.3791876,10.009079,10.222836,10.041744,10.66853,10.987185,11.333811,10.912512,11.506849,12.268678,12.240711,12.599294,12.908597,12.695024,12.544821,12.37407,12.230151,12.117335,11.868149,11.740904,11.712197,11.591144,11.53556,11.460896,11.707081,11.878164,12.111748,13.888348,13.911085,13.885752,13.986383,13.732269,13.639565,13.728939,13.741453,13.904931,13.947836,13.957439,14.293311,14.849136,15.120161,15.711262,15.059769,14.841351,14.696362,14.89875,14.809659,15.038734,15.279691,15.429176,15.599216,15.894304,16.036333,16.446442,17.267532,17.927254,18.438316,18.7211,18.888166,19.012882,19.127958,19.489672,19.674219,20.021227,20.356741,20.997261,21.365585,21.709959,22.170115,22.742025,23.327909,23.954695,10.921964,10.880373,10.85426,10.863278,10.945306,10.983857,11.112729,11.248412,11.513407,11.652617,11.816044,11.948744,12.365787,12.776995,13.156464,12.60498,12.717919,13.015967,13.361327,13.523141,13.755899,14.078864,14.381345,14.746378,15.022741,15.302496,15.633467,16.278296,16.818151,17.477102,16.696342,16.410606,16.689079,16.554871,16.613588,16.600582,16.989391,17.0438,17.163685,17.540108,17.691998,18.638138,19.621878,20.024387,20.726234,9.6162205,9.563488,9.510747,9.4066687,9.5568333,9.6088305,9.6830759,9.8389578,10.09127,10.314431,10.453495,10.748683,11.609032,12.067483,12.551319,15.137261,15.097603,15.015502,15.091094,15.078928,15.115645,15.155408,15.406832,15.70233,15.830628,16.056707,16.519209,17.295856,17.949663,18.456585,10.972491,11.187742,11.347643,11.451689,11.615454,11.633478,11.828098,12.030434,12.278687,12.559392,12.814583,13.103331,13.632624,14.096661,14.570212,18.83462,19.099319,19.135683,19.458368,19.612877,19.427092,19.829325,19.991758,20.227604,20.633699,21.033236,21.547789,22.347939,23.210917,23.985672,12.297252,12.285833,12.266571,12.253399,12.26487,12.27885,12.347162,12.533244,12.782827,13.015938,13.217738,13.395737,13.906257,14.297228,14.753367,17.11441,17.092077,17.078327,16.972275,16.974129,17.030018,17.203125,17.571087,17.841253,17.877651,17.968967,18.41637,18.963871,19.222548,19.556484,12.728908,12.724744,12.749629,12.839344,12.836176,12.838653,12.858747,12.948372,13.187922,13.431747,13.595533,13.902587,14.387228,14.694897,15.065699,18.435791,18.543785,18.502981,18.656469,18.60557,18.633623,18.755436,19.167227,19.625101,19.843678,20.101936,20.531071,21.362207,21.870653,22.006269,9.8257351,9.6802664,9.5095797,9.3533678,9.2096014,9.1641684,9.3276854,9.3772945,9.5730352,9.8173809,10.075555,10.428069,11.152286,11.685925,12.157653,14.439546,14.417894,14.351161,14.360025,14.381248,14.426737,14.429338,14.585439,14.665773,14.814334,15.043934,15.421714,15.933916,16.423618,16.990215,17.945721,17.890331,18.003782,18.037554,18.305946,18.712467,18.737968,19.065611,19.561562,20.279003,20.654274,21.169073,22.034922,22.669735,23.322178,16.83292,16.855032,16.782995,16.824478,17.032927,17.021019,17.219433,17.463961,17.849812,18.136026,18.363602,18.744167,19.18539,19.560091,19.801695,13.950807,13.923715,13.867428,13.888374,13.930178,13.919128,13.90024,13.994861,14.260021,14.447657,14.598344,14.84849,15.45257,15.790802,16.20829,15.102269,15.176905,15.271158,15.516981,15.594967,15.661584,16.039032,16.275095,16.236574,16.156931,16.150753,16.748531,17.370502,17.751104,18.228685,16.347858,16.20326,16.040955,15.981468,15.753722,15.656511,15.643782,15.544443,15.679039,15.792783,15.866084,16.252411,16.530474,16.692024,16.940538,16.877007,16.869696,16.614819,16.534601,16.57476,16.371422,16.375374,16.456861,16.57436,16.480663,16.7288,17.158838,17.690092,18.270977,18.458498,22.790852,23.057213,23.063494,23.225895,23.494493,23.837944,23.957577,24.580626,24.959801,25.617916,25.911385,26.477608,27.635288,28.128809,29.007383,12.961398,12.803064,12.796476,12.85136,12.844448,12.767406,12.719499,12.912891,13.056831,13.285069,13.487598,13.706491,14.272961,14.814491,15.314157,18.566795,18.581207,18.59775,18.831329,18.764729,19.127789,19.219778,19.653324,20.283697,20.806421,21.305605,21.490116,22.474892,23.235613,23.906111,11.264167,11.377285,11.458411,11.594606,11.762952,11.948676,12.225944,12.514416,12.914866,13.243754,13.538581,13.878616,14.527814,15.126772,15.684053,12.072265,12.18829,12.314519,12.481975,12.59824,12.789369,13.069099,13.334409,13.738619,14.048597,14.310808,14.673446,15.338545,15.952794,16.466793,16.771202,16.810642,16.827034,16.828011,16.684727,16.793631,17.042217,17.256107,17.528948,17.748892,18.115679,18.023767,18.666283,19.060387,19.442099,18.900061,18.767939,19.590221,19.326357,19.153013,19.048201,18.93074,19.075588,19.297255,19.585403,20.002451,20.316504,21.103577,21.736809,22.53754,12.55673,12.537066,12.544773,12.619795,12.676576,12.710977,12.806726,12.873316,13.086532,13.226661,13.410233,13.612122,13.934576,14.256045,14.702988,15.355165,15.446562,15.649469,15.773022,15.927837,16.04273,16.130718,16.324448,16.642736,16.93087,17.133955,17.146034,17.701387,18.079355,18.604019,8.3088284,8.2636728,8.2785006,8.1032085,8.156641,8.319705,8.3416786,8.6478825,8.7550154,8.7093983,8.7408752,8.8192263,9.0437479,9.4270458,9.7737226,16.862606,17.120171,17.298557,17.456877,17.282522,17.698563,18.000357,18,17.926264,18.040031,17.967548,18.203491,18.523546,18.730211,19.17107,5.2797318,5.2883368,5.1225376,5.3599739,5.5382447,5.6297507,5.6586576,5.5941033,5.7414927,5.6254106,5.703537,5.9012876,6.2425599,6.7267933,7.1098394,12.32191,12.433462,12.290247,12.447506,12.877396,12.840751,12.671776,12.359623,12.536722,12.605621,12.716836,13.011317,13.451971,13.656807,13.761352,11.015476,11.562187,11.577567,12.058536,12.404859,12.576419,12.741192,12.952336,12.820703,12.739361,12.725168,13.162878,13.468806,13.511817,14.013548,14.791595,14.762894,14.681067,14.913895,15.251157,15.009715,15.128859,15.41484,15.652938,15.951185,16.282339,16.734465,17.347509,17.416201,17.924009,13.323103,13.56179,13.541579,13.800166,13.976307,14.091428,14.079876,14.087905,14.264785,14.408466,14.474566,14.78653,15.237424,15.707879,16.202078,17.307539,17.851704,18.076084,18.312592,18.303535,18.202248,18.591482,18.645008,19.002506,19.03293,18.908573,18.915937,19.325333,19.734612,20.467836,19.872192,19.882427,20.640944,20.854921,20.674011,21.50304,22.150259,22.423069,22.47765,22.079269,22.590048,22.395185,22.740404,23.008667,23.659504,18.050085,18.166597,18.274317,18.329775,18.189039,18.659727,18.240122,18.463049,18.297873,18.47052,18.547916,18.747105,19.407665,20.234365,20.661835,11.475711,11.507619,11.55288,11.644308,11.598207,11.710913,11.882192,12.016565,12.265793,12.421762,12.547895,12.958786,13.295887,13.793929,14.265722,12.311059,12.451521,12.491587,12.442945,12.594119,12.307595,11.93621,11.890907,11.861138,12.133614,12.38938,12.923095,13.659923,14.355085,14.765138,12.688618,12.708651,12.652101,12.654221,12.664591,12.599754,12.527187,12.37753,12.327298,12.27837,12.392229,12.407747,12.603718,12.573316,12.813253,18.823038,18.795078,19.406891,20.350876,20.181112,20.129589,20.766911,19.941837,20.429672,20.080809,20.306204,20.804829,20.686869,20.251177,20.671936,14.542426,14.881695,15.146928,15.564877,15.729734,15.979068,16.22681,16.509243,16.934841,17.280777,17.505571,17.827415,18.49773,19.181173,19.989014,16.729603,16.953793,17.157198,17.61998,17.617413,18.200668,18.619102,19.189127,19.438644,20.376394,20.465813,20.89415,21.530005,21.94088,22.743847,15.498044,15.550465,15.276278,15.316653,15.358919,15.471837,15.604259,15.356438,15.478659,15.466796,15.614709,16.146883,16.814219,17.422972,18.227848,12.040919,12.21374,12.458914,12.053238,11.552602,11.417166,10.745255,9.965909,9.679122,9.6309452,10.178589,10.648787,11.316952,12.244696,12.660625,8.0608225,8.2441254,8.3600512,8.5473967,8.4258137,8.3120365,8.1763067,8.145647,8.1448603,8.0393362,8.3423119,8.548852,8.8151827,9.0186443,9.5114079,6.9147491,7.0551658,7.2092161,7.4268332,7.6334314,7.9869599,8.1442986,8.489645,8.8288546,9.3961945,10.074171,10.43199,11.167442,11.742068,12.233136,7.0578666,7.2322674,7.2803392,7.5308008,7.8274264,8.1307068,8.0318642,8.0709925,8.2666283,8.4497004,9.2302599,9.4060822,9.8766022,10.508039,11.041477,15.959768,16.472485,16.49975,16.787865,17.223618,17.040638,17.220203,17.003305,17.013002,17.202898,17.449743,18.243004,18.713728,19.234869,20.10582,15.723555,16.309542,16.053511,16.03631,16.250376,16.515013,16.55501,16.024456,15.617553,15.593174,15.845169,15.996626,16.92852,17.360336,18.079332 ),.Dim=c(3107,15)), black_pc=structure(.Data=c( 17.044138,16.988573,17.094687,17.162394,17.237316,17.239714,17.473892,17.5842,17.660528,17.751917,17.665472,18.004452,18.200272,18.283731,18.477121,10.236165,10.147368,10.042783,9.9400034,9.7858782,9.6471272,9.497921,9.4342356,9.3512373,9.3274479,9.3577881,9.3491335,9.3657427,9.3954678,9.4225216,46.155437,46.079754,46.59547,46.646152,46.774136,46.765621,46.699688,46.690926,46.634064,46.700653,46.769543,46.738415,46.971539,47.291737,47.242214,19.966856,21.566483,21.854805,21.739334,21.863634,21.912712,21.765692,21.610661,21.999559,22.043503,22.001137,21.827299,21.782528,21.859451,21.907845,1.1622673,1.3386055,1.4271849,1.4965299,1.5298204,1.426113,1.4075876,1.4438123,1.3933923,1.3637711,1.3062891,1.4191402,1.559471,1.6524057,1.6146935,72.541229,72.019722,71.393036,70.828918,71.065483,70.665703,70.944687,70.756516,70.062996,69.782471,70,68.774109,68.762962,69.288673,69.249237,40.637749,40.772976,40.965244,41.29026,41.566841,41.603458,42.166706,42.52417,43.257435,43.125511,43.262852,42.998116,42.841045,43.186417,43.642731,18.606243,18.847626,19.018141,19.130472,19.423243,19.769911,19.948349,20.011013,20.302027,20.415163,20.480127,20.366314,20.592398,20.594467,20.789185,38.021931,38.068588,38.376202,38.497757,38.535938,38.694408,38.689369,38.778088,38.827648,38.875641,38.700706,38.340248,38.655907,38.880917,39.228241,5.5569439,5.31387,5.3231163,5.2010899,5.1512837,4.9698377,4.9124322,4.8878798,4.8525515,4.8425775,4.7170172,4.61273,4.5728779,4.493176,4.6162724,10.364187,10.453516,10.385173,10.243676,10.066452,9.8555279,9.8090649,9.7292509,9.6718235,9.6196299,9.6012087,9.6892929,9.7214918,9.8869734,10.204685,44.113384,43.930599,43.704041,43.594975,43.583389,43.224476,43.614441,43.408836,43.935101,43.402977,43.140377,42.978004,42.893009,42.599792,42.252991,42.920307,42.90472,42.927349,43.019562,43.007641,43.083992,43.319004,43.474808,43.545258,43.713036,43.768196,43.891277,43.692333,43.940117,43.957016,15.51567,15.351798,15.424003,15.517849,15.190143,15.393906,15.007472,14.966276,15.316714,15.214909,14.701015,14.53548,14.142389,14.249647,14.330034,3.6480381,3.6774013,3.8706992,3.8786535,3.7589788,3.6191537,3.6181045,3.6624095,3.4556944,3.4320955,3.309314,3.4934208,3.6190603,3.5666757,3.5894375,18.267553,18.027725,17.835192,17.641882,17.452778,17.239716,17.184391,17.141472,16.909885,16.650486,16.619432,16.80344,16.934711,17.137228,17.29063,16.615452,16.524008,16.455185,16.254906,16.175064,16.048861,15.891422,15.912345,15.941843,15.939074,16.049089,15.970832,16.118374,16.102146,15.972834,43.505524,44.160686,44.290581,44.423996,44.646313,45.346844,45.585533,45.599285,46.07111,46.007233,46.296017,46.215992,45.737152,45.413593,45.632599,33.308006,33.372723,33.364563,32.901466,32.880623,32.467079,31.971008,31.593672,31.897676,30.911482,30.83247,31.450478,31.138901,31.594177,31.063198,12.275417,12.231244,12.186662,12.235486,12.185513,12.178798,12.29668,12.407324,12.406446,12.449533,12.465587,12.425117,12.449099,12.59318,12.806166,24.744377,24.70854,24.407774,24.252857,24.178625,24.286444,24.329971,24.699055,24.069817,23.809185,23.266218,23.92775,23.862089,23.858742,23.788357,0.93710071,1.0217658,1.01494,1.0675148,1.0687178,1.0738068,1.0626992,1.0882678,1.0626237,1.0429242,1.0638958,1.1022879,1.1657999,1.2605875,1.3198557,20.222294,20.128315,20.006886,19.977648,19.935019,20.183485,19.97677,19.643147,19.468229,19.248205,19.107193,18.928736,19.026707,19.174042,19.185471,63.115288,63.775688,64.488617,65.211418,65.842171,66.460373,67.222435,67.982079,68.645653,68.888687,69.285225,69.276024,69.160995,69.224915,69.252556,1.6581593,1.7083347,1.6367804,1.6248308,1.6280107,1.5945364,1.5387985,1.5665946,1.5535114,1.5042899,1.482762,1.5605081,1.633729,1.6847987,1.7658988,20.506348,20.803747,20.753288,20.483307,20.180799,20.018362,20.381149,20.297184,19.977348,19.895208,19.991451,20.773134,20.795206,20.788052,20.95727,30.703196,30.816555,30.745367,30.796909,30.793095,30.813011,30.95055,31.081688,31.474596,31.619129,31.836935,31.837332,31.863598,31.933329,32.227928,14.673819,14.60146,14.529848,14.608105,14.710905,14.707194,14.875203,15.012561,14.954034,14.936827,15.115544,15.154074,15.234806,15.328545,15.317249,11.87338,11.934291,11.784659,11.673451,11.613584,11.436495,11.543874,11.544827,11.823728,11.519353,11.353737,11.405463,11.432783,11.443317,11.8157,4.1834707,4.0525808,3.9752676,3.8997214,3.8286533,3.7845519,3.8478832,3.876919,3.871706,3.8367786,3.9080966,3.8608212,3.9718151,3.9737203,3.9535325,10.58275,10.291414,10.543393,10.322153,10.286357,10.09312,10.011039,9.7940884,9.6862574,9.4773569,9.5394363,9.626565,9.712657,9.5805922,9.5218477,80.044434,80.103386,80.097038,80.061188,80.456329,80.113693,79.831215,80.532768,80.500053,80.864731,81.094917,80.953987,80.452744,80.128647,80.322693,59.338242,59.19521,59.064228,59.28371,59.152996,58.982075,58.921288,58.435863,58.868389,58.758194,58.772598,58.428795,57.937794,57.795769,57.801865,32.329723,32.369484,32.133518,31.322828,31.344357,30.8202,30.319118,30.126255,29.750713,28.887085,28.462473,27.948526,27.665371,27.176565,26.822311,24.559549,24.564756,24.663109,24.925262,25.108809,25.248394,25.255096,25.369654,25.612253,25.778109,25.745916,25.788406,26.039379,26.125856,26.389397,3.7107024,3.7224288,3.5901632,3.6379886,3.5553482,3.6038404,3.4609127,3.4781468,3.4432509,3.3968687,3.3598104,3.3399673,3.3148651,3.2954783,3.450438,39.373718,39.656193,39.908413,40.171223,40.461693,40.778782,41.121494,41.336735,41.543007,41.766232,41.956554,42.056984,42.187366,42.420166,42.512054,11.819381,11.62999,11.672925,11.482501,11.502487,11.626358,11.62932,11.757601,11.608892,11.294166,11.145575,11.034145,11.015998,11.038275,11.003559,9.8376856,9.7766285,9.783514,9.761302,9.7180271,9.7741671,9.8478298,9.813736,9.8327589,9.9517975,9.947237,9.9872599,10.07445,10.057263,10.226405,13.293571,12.985374,12.750014,12.291232,12.238476,12.074924,11.907841,11.830403,11.82302,11.487687,11.45536,11.396681,11.401587,11.264039,11.302579,22.641428,22.674393,22.716908,22.72822,22.703928,22.813221,22.746368,22.658298,22.713419,22.62965,22.677227,22.648815,22.85952,23.085554,23.341925,13.268956,13.184236,13.026582,12.935636,12.741224,12.63341,12.553801,12.513311,12.627641,12.517522,12.581587,12.846406,12.828529,12.975132,13.131815,73.068069,73.29882,73.191742,73.322556,73.619583,73.025734,72.962723,72.947464,73.402184,73.42852,73.22142,73.019157,72.834496,72.671333,72.28801,84.447121,83.912224,83.635361,83.587196,83.306152,82.955154,83.115128,82.813782,82.881882,82.184998,82.144844,81.000519,80.584991,81.205925,80.724197,22.750587,22.856524,22.882359,23.064302,23.181747,23.337999,23.516836,23.578558,23.68774,23.806429,23.862162,23.786274,23.952133,24.066393,24.120281,51.520123,51.443501,51.451595,51.609535,51.733482,51.703835,51.878685,51.492435,51.90099,51.5966,51.618595,51.115513,50.506138,50.504704,50.52145,3.6130648,3.7885435,3.7506535,3.7180073,3.6800365,3.7581165,3.8662724,3.9709554,3.9653275,3.9711547,3.8869028,3.9867218,4.0406356,4.0953827,4.1294718,1.4436667,1.499812,1.5452485,1.5590174,1.521185,1.4610014,1.5179857,1.5088444,1.5163827,1.4856907,1.5380491,1.6623006,1.7606232,1.9316146,2.1217518,33.349915,33.477955,33.617195,33.737522,33.837406,33.936012,34.084274,34.19075,34.330494,34.425743,34.567131,34.611271,34.855347,35.022129,35.086979,39.952301,40.111942,40.367161,40.414204,40.679035,40.636745,40.916023,41.033409,41.080666,41.394608,41.558666,41.267124,41.067078,41.003883,40.790974,48.570011,49.011871,49.644463,50.252377,51.024651,51.891701,52.559937,53.111179,53.669422,54.266346,54.567879,55.166828,55.438622,55.895596,56.1772,11.179543,11.248008,11.285185,11.415614,11.414438,11.402724,11.49267,11.508888,11.612317,11.754123,11.82686,11.901288,11.993806,12.103231,12.171558,68.058258,68.329758,68.196381,68.931953,69.192146,69.203201,69.457718,68.785965,68.53199,68.007484,68.25502,67.95433,67.760315,67.537277,67.163879,42.900242,42.796917,42.481403,42.358845,42.335625,41.78883,41.350357,41.662914,41.982861,41.319267,41.436184,41.091999,40.971325,40.588692,39.869217,36.516743,36.81477,37.087051,36.755405,36.746967,36.523464,36.628445,36.614086,36.679211,36.46806,36.584034,36.340149,36.511101,36.494202,36.488365,22.192429,21.704874,21.501068,21.280022,21.243063,21.127195,20.696188,20.479216,20.678986,20.460112,20.156223,19.888607,19.657063,19.986742,20.012451,40.688686,41.094677,41.722401,41.51228,41.530972,41.422855,41.304821,41.539726,41.651436,41.55899,41.496201,41.185371,41.15733,41.353344,41.976486,8.0823603,8.0371599,8.052145,8.1918726,8.1174736,8.0941095,8.2108812,8.3921461,8.4200287,8.4569139,8.5338049,8.701685,8.9173326,9.2147083,9.4372759,7.3855705,7.6433802,7.9278588,8.352953,8.8225536,9.1455002,9.5252209,9.8015699,10.095261,10.414721,10.62463,11.083668,11.388737,11.627805,11.910824,72.399292,72.966507,73.163605,73.68972,73.987709,73.838646,74.237144,74.50811,74.91716,74.47258,74.643478,73.83773,73.146973,72.67572,72.294792,31.336355,31.487911,31.411308,31.506798,31.480545,31.387192,31.4998,31.598278,31.627485,31.521399,31.645355,31.626356,31.819456,31.972355,32.113762,25.699823,26.008308,26.062275,26.135752,26.217484,26.370022,26.528137,26.582798,26.603148,26.585546,26.606611,26.427519,26.353764,26.692724,26.950768,29.254475,29.188204,29.214293,29.120047,29.113165,29.160479,29.359421,29.419582,29.425869,29.520935,29.572491,29.793835,30.088192,30.49423,30.795135,6.1117249,6.1224489,6.0990467,6.0328488,5.9581227,5.9664235,5.9032154,5.8541989,5.8671775,5.7374492,5.8329725,5.8642578,6.0014505,6.1232538,6.2622967,26.700184,26.532093,26.130205,25.879398,25.700804,25.398531,25.354422,24.978559,25.051441,24.83279,24.958799,24.746193,24.136723,24.334578,24.278004,71.543396,71.708572,71.881363,71.809525,71.792206,71.848976,71.974472,72.1576,72.472832,72.030327,72.018936,72.22319,71.289047,70.74041,70.539268,0.3781631,0.37809488,0.43495935,0.43131509,0.45096287,0.46286899,0.46378449,0.47067344,0.47376096,0.46575674,0.67636812,0.65324569,0.69904041,0.81559986,0.89207917,0.23594746,0.27260807,0.28520924,0.29380655,0.28755447,0.26707143,0.26228562,0.24280912,0.23181604,0.23095989,0.24694458,0.41443905,0.55657613,0.65181434,0.80436414,4.3222837,4.2904763,4.161139,4.0194631,4.0995178,4.1014104,4.0843754,4.0583124,3.9365075,3.7799525,3.7628331,3.9437275,4.0504065,3.8972263,3.9357214,0.99937487,1.0288883,1.0667062,1.1010563,1.1237482,1.1517417,1.1601073,1.187501,1.1899616,1.1679915,1.113991,1.1678169,1.2457898,1.3300443,1.3862551,0.35260653,0.40371338,0.40599868,0.3954263,0.4064329,0.40267158,0.39207473,0.39435142,0.3555589,0.35660276,0.35468274,0.45630503,0.56759256,0.6619519,0.69064152,1.8411865,1.9156973,2.0196245,1.976656,1.9906431,1.9111758,1.9109225,1.864961,1.75769,1.7055297,1.6814874,1.7529193,1.7024847,1.7172204,1.8098953,0.39780039,0.44316685,0.52356023,0.59468746,0.64909256,0.8163265,0.81653482,0.79219985,0.84102321,0.91488129,0.95773971,1.0012808,1.1633211,1.2797486,1.3622224,0.75977767,0.81205314,0.7655158,0.7656424,0.74578309,0.56430644,0.56870651,0.54245168,0.50595963,0.53134441,0.64522439,0.73734069,0.72723699,0.7802915,0.94023824,3.5859938,3.6472418,3.7188501,3.7920146,3.8978777,4.0328479,4.1966753,4.3300109,4.4770422,4.6241384,4.6818037,4.7658587,4.8546934,4.9392977,5.0153518,0.50891399,0.61567444,0.67587495,0.69164068,0.73121691,0.78930783,0.83652788,0.88055664,0.89065266,0.89085412,0.85722423,0.97892648,1.0436349,1.0974221,1.1360786,0.81380707,0.91263068,0.9458366,0.9465276,0.94479144,0.91664743,0.86344016,0.83421403,0.80556738,0.78831661,0.77358645,0.85079443,0.92401409,1.0509756,1.131161,2.8769403,2.8883483,2.9031177,2.9181852,2.9610293,2.985446,3.0501738,3.1047142,3.1614687,3.1895897,3.2001092,3.2464797,3.2947521,3.3212755,3.3651185,2.6003971,2.6317332,2.7572279,2.8842824,2.952085,2.9854736,3.3100157,3.6851592,3.9986758,4.2363434,4.2725911,4.2635245,4.2259822,4.209311,4.3125081,0.2124958,0.21126044,0.20995276,0.20430771,0.20181151,0.19785386,0.19639713,0.18527505,0.18420596,0.18719022,0.22122963,0.27068427,0.31181526,0.3353141,0.41147852,0.35466883,0.4118492,0.45556548,0.46240869,0.48024192,0.51784837,0.52723902,0.54173672,0.54353231,0.5351088,0.52544051,0.57498759,0.62127,0.68146658,0.7297169,1.9822389,1.9303384,1.8899865,1.7981821,1.7457066,1.7274741,1.6856316,1.6850184,1.6621165,1.6627606,1.6370751,1.8521626,1.869302,1.8756214,1.9205534,23.363497,23.32346,23.301067,23.257095,23.674063,23.894958,24.094011,24.220438,24.274967,24.250027,24.386131,24.471746,24.40476,24.320154,24.14889,26.982094,26.699966,26.729837,26.899315,26.951977,26.605183,26.265499,26.056055,26.092648,25.843979,25.755772,25.610825,25.480434,25.520294,25.30345,0.10924414,0.12261616,0.12725291,0.13153821,0.13982815,0.15503101,0.16884039,0.1373792,0.14451215,0.15639663,0.27949786,0.20352288,0.2142892,0.28072745,0.31340286,0.35542575,0.52242273,0.66332781,0.8017841,0.88710123,0.97399819,1.0707219,1.1126169,1.1788034,1.1965654,1.2198623,1.4629288,1.5465312,1.6306086,1.7124528,0.11453409,0.14011325,0.12772875,0.13601899,0.1346705,0.17186971,0.19136898,0.18770914,0.17850381,0.19270438,0.35754916,0.28613847,0.33754823,0.35841334,0.39028853,28.721125,28.397842,27.957859,28.516678,28.124226,28.038628,27.721176,27.639091,27.896589,27.63044,27.522617,27.20524,27.003548,27.043518,27.402586,23.699423,23.861404,23.766579,23.751329,23.251654,23.10132,22.852627,22.336102,22.413168,23.113817,21.471359,21.433977,21.654732,21.557346,21.973785,0.098545462,0.10172542,0.12017368,0.11907963,0.11899278,0.23075467,0.24798048,0.25469118,0.25352323,0.29089034,0.38821566,0.33152393,0.43517676,0.46528405,0.52305025,53.626793,53.670589,54.109997,53.609657,53.38924,53.444893,53.77916,54.170387,54.331951,53.649479,53.709049,53.553082,53.959404,53.503521,53.383255,22.113829,22.312468,22.280792,22.442688,22.747118,22.570175,22.679289,23.108173,23.405809,23.402597,23.338701,23.544281,23.620184,23.793346,23.666241,0.16536465,0.17911828,0.18146695,0.21827622,0.24365604,0.31566408,0.32975599,0.3158406,0.33314824,0.33009467,0.52248549,0.46117884,0.49444553,0.56165099,0.63257778,0.12033195,0.12807801,0.21333334,0.20233905,0.1998561,0.26113793,0.22807708,0.25053829,0.28880304,0.26285273,0.41168094,0.35874093,0.37974194,0.40863982,0.44030547,13.109185,12.944309,12.79824,12.617898,12.442819,12.64251,12.390985,12.927158,12.991454,12.521678,11.949396,11.426593,11.729184,11.606934,11.277303,36.169384,36.060417,36.148567,36.043175,36.25666,36.151848,36.517723,36.825371,36.803699,36.479572,36.718208,36.208225,35.784172,35.626415,35.44104,13.061245,12.690306,12.471766,12.208592,12.135095,12.1259,11.88262,11.823552,11.638526,11.304511,11.219788,11.013383,11.115303,11.30443,11.226819,7.8321352,8.2953072,8.6129704,9.1494122,9.685976,10.204315,11.035943,11.614669,12.125466,12.698728,13.087599,13.335705,13.629405,13.903695,14.326343,0.8763389,1.0060251,1.0449606,1.0781575,1.0803772,1.1318991,1.226195,1.2190666,1.1750611,1.1429499,1.1559669,1.2615236,1.2936883,1.3079743,1.3880332,47.031326,47.387028,48.046303,48.66473,48.985397,49.221798,49.444,49.621315,50.300797,50.403507,51.065041,51.009621,51.02697,51.242512,51.382221,23.671497,23.671448,23.735998,23.518204,23.437332,23.497326,22.963562,22.74378,22.923079,22.46397,22.122011,22.588646,22.770033,22.678644,22.767208,40.793789,40.421986,41.094494,41.418762,41.578949,41.273724,41.689278,41.615871,41.547935,41.658524,41.392529,42.326733,41.646824,41.605656,41.072578,46.105083,46.430004,46.23877,45.956264,45.795376,46.133507,46.301373,46.417217,46.696301,47.223072,47.353416,47.362621,47.683491,47.389557,47.032337,27.209429,27.202574,26.80065,26.908344,27.093304,27.441185,27.837477,27.80685,28.099129,27.991348,27.728867,28.260752,28.156631,27.907848,28.026056,8.4877634,8.8258467,8.9280987,9.006815,9.1304255,9.4644737,9.7097187,9.7929697,9.9901361,10.060191,10.211441,10.381057,10.600847,10.943898,11.138503,0.65963805,0.6954571,0.69444448,0.72014737,0.72403228,0.66397393,0.70519531,0.70186985,0.69669211,0.67787266,0.88871717,0.77803713,0.79126263,0.8368668,0.82179445,0.19732328,0.20554985,0.23856181,0.25357112,0.25664377,0.25562793,0.2805512,0.25902542,0.29074463,0.31068596,0.52334613,0.38245586,0.38373613,0.4247672,0.53546417,7.8019724,7.7017255,7.6849265,7.6666331,7.6918015,7.6735148,7.8170009,7.7601767,7.7627673,7.870409,7.8964062,7.9956107,8.1881857,8.3077335,8.3778362,2.4763291,2.7276011,2.8791249,2.6896181,2.8896983,2.7545815,2.6201124,2.4194932,2.4156225,2.2421272,2.1801107,2.2274196,2.4117093,2.5804307,2.7270219,0.12778531,0.22934571,0.25634989,0.32380065,0.33806279,0.45708227,0.49173442,0.49367025,0.53286827,0.5632385,0.58541906,0.63885057,0.74592286,0.73812729,0.88728303,30.317528,29.976841,30.070261,29.688177,29.663488,29.558542,29.485559,29.631731,29.389143,29.586557,29.261715,29.200905,29.003981,29.319885,29.546982,10.324803,10.276009,10.26978,10.129457,10.196003,10.258197,10.54329,10.701481,10.715704,10.802817,10.773153,10.94663,11.098792,11.271063,11.454114,21.857655,21.695179,21.32196,21.159029,21.170753,21.05526,20.710829,21.096493,20.914228,20.864565,20.390739,20.269194,20.691166,20.648552,20.401188,1.9602133,2.0247862,2.0108948,2.0143139,2.0434995,2.0224719,1.9985322,2.0453908,1.9520901,1.9636505,1.9543797,2.0173223,2.0304844,2.1096017,2.1505086,1.4212663,1.4147038,1.4239433,1.3811539,1.3617525,1.35315,1.3178238,1.3355962,1.3010745,1.2793334,1.4762844,1.3772279,1.3835454,1.4580529,1.7793593,17.491713,17.52177,17.143015,17.059282,17.165043,16.79895,16.731152,16.60957,16.876322,16.645306,16.468231,16.791798,16.911388,17.184935,17.459864,49.580021,50.111614,50.559448,51.061523,51.558529,52.105213,53.002739,53.548767,53.99852,54.549313,54.971687,54.947121,55.094685,55.147011,55.172222,1.3238066,1.4449233,1.4424934,1.4499513,1.4465408,1.2741488,1.3091559,1.3700267,1.3314313,1.2611334,1.3484464,1.4325198,1.4941508,1.5942868,1.5876677,36.467968,36.887985,37.281551,37.081512,37.483135,37.403633,36.98439,37.131931,37.163719,37.000263,36.611237,36.732529,37.279938,37.156658,36.84063,0.44137618,0.50143671,0.54274082,0.55097985,0.60999942,0.6976878,0.73285639,0.76940882,0.75028634,0.74988467,0.84940314,0.86780441,0.85093904,0.89107752,0.95378274,56.964958,56.708206,56.670231,56.307537,55.681026,55.479328,55.642902,55.077152,55.2939,54.570663,54.744522,54.995132,54.890179,54.438759,54.357822,33.004074,32.954155,33.312744,33.372204,32.683533,32.132999,31.156128,30.898363,30.622179,30.17977,29.601532,29.967903,29.716549,29.909473,30.138748,21.310513,20.893955,20.92746,20.604744,20.499393,20.390423,20.164295,20.157167,19.757233,19.118538,18.884577,19.397917,19.65918,19.624626,19.639294,1.0311111,1.143623,1.1044803,1.2022724,1.1595098,1.1914743,1.2561153,1.1907901,1.2335346,1.2573009,1.281075,1.386583,1.3495706,1.3588188,1.4279848,6.4455442,6.4818754,6.5109453,6.4497271,6.4620438,6.2831054,6.3194356,6.1184549,6.101141,5.9853888,5.9547744,5.9939222,5.8842831,5.9774237,6.0499663,0.10510089,0.105241,0.10610455,0.11278725,0.11082635,0.17670247,0.17154922,0.169348,0.17286637,0.17227079,0.43215761,0.21671234,0.24310665,0.299344,0.31166518,0.11137235,0.11705273,0.11146201,0.13016798,0.12888971,0.16399416,0.15514052,0.16671629,0.16474465,0.17941511,0.40904716,0.25822726,0.34310481,0.35279804,0.42070606,23.006727,23.380781,23.656624,23.72529,23.814198,23.894644,24.017437,23.954578,24.036518,23.985769,24.413609,24.061628,24.087357,24.305779,24.648001,32.629364,32.889038,32.74416,32.497837,32.542854,32.70533,33.20137,33.408752,33.888214,33.834858,33.983471,34.147137,34.136112,34.322651,34.684521,39.000195,39.14748,39.742268,39.388245,39.948315,40.398865,40.35088,40.542099,40.338223,40.417572,40.214844,40.681957,40.571575,40.127888,40.063175,0.29148224,0.28196508,0.28415301,0.28141573,0.267838,0.20303485,0.19073857,0.18991348,0.18802884,0.17913593,0.67567569,0.22373749,0.31109202,0.31467015,0.34107164,31.258211,31.164312,31.071281,31.021898,31.179863,31.532864,31.248001,31.315418,31.814171,31.077501,30.347595,30.561724,30.590481,30.359581,30.265427,0.13885675,0.14061402,0.14061402,0.11610356,0.11760555,0.082673915,0.082605615,0.08305648,0.059361272,0.060161233,0.53995681,0.10873505,0.1360376,0.13620605,0.22756006,38.696514,38.998859,38.846973,39.402649,39.469509,39.674763,40.096039,40.210979,40.306084,40.093758,40.062752,40.104206,39.920448,39.715542,40.054054,1.7411718,1.9794295,1.968542,2.0007734,1.9609739,1.8636539,1.9030139,1.8292682,1.7910162,1.8481278,1.9634135,1.9915335,1.9349846,2.1663442,2.1486473,58.809437,59.982185,60.266487,60.962479,61.181431,61.659569,62.016003,62.278812,62.817364,62.782127,62.784576,62.263447,61.856113,61.590153,61.067284,3.5033536,3.5025649,3.3124282,3.3798807,3.2722745,3.0848789,3.0900371,3.0858755,3.0842862,2.9573712,3.0305715,2.8212886,3.063127,3.1396184,3.2742155,7.0812354,7.161346,7.2700591,7.1017199,7.1488476,7.1593904,7.1635084,7.0205135,7.0165453,7.1167588,7.2370567,7.3349433,7.4302897,7.6149068,7.8467903,0.16775213,0.20308089,0.2173591,0.22773404,0.23931794,0.26728705,0.2938008,0.25518969,0.2648617,0.2477773,0.53191489,0.30154175,0.31805059,0.40288901,0.40485832,2.5852113,2.5642891,2.5846043,2.6608176,2.6799278,2.7374642,2.8158956,2.7846069,2.8598335,2.8694007,2.8884542,2.835747,2.9104967,3.0424275,3.0247276,13.802549,13.813782,13.746545,13.844996,13.862364,13.442406,13.071532,12.970617,12.96843,12.645648,11.844526,12.309127,12.115839,11.941191,11.701744,31.905682,32.176617,32.544937,32.894833,33.264687,33.525581,34.01965,34.197369,34.335457,34.631748,34.965279,35.022118,35.145149,35.333408,35.581036,0.9584136,0.99026245,0.96052998,0.88864201,0.90075248,0.81278336,0.80285949,0.80314612,0.71934485,0.74593627,0.90155268,0.82327414,0.83454686,0.90217888,0.8774929,48.859333,49.040314,49.560692,50.137127,50.430721,50.546455,50.687813,50.919212,51.326931,51.513977,51.650459,51.782841,51.684708,52.117218,52.27787,2.1894772,2.4112878,2.5749445,2.6718721,2.8330824,3.1488988,3.6571107,3.9752908,4.235909,4.4807425,4.6562886,5.0492187,5.4861078,5.9465895,6.3939528,0.21857925,0.2739726,0.28362304,0.32004389,0.34032378,0.40998542,0.48046979,0.49614599,0.54333305,0.45958367,0.70934564,0.56919247,0.62687385,0.69692802,0.70205003,0.036381274,0.036496349,0.036809813,0.037518762,0.037285607,0.036991369,0.036540806,0.036253776,0.036258157,0.036630038,0.54965186,0.1363242,0.21273933,0.22553565,0.22738758,6.0850677,6.0246549,6.0443683,6.0496922,6.1404099,6.1083851,6.2950649,6.284873,6.2717147,6.2230253,6.2873254,6.2962904,6.3756838,6.4279819,6.4949999,4.8199658,4.9082508,4.7891989,4.7269969,4.5633068,4.1722913,4.3138943,4.0863767,4.1069493,4.0447297,4.3168826,4.3083372,4.2753959,4.0653696,4.1177826,0.49013886,0.55091625,0.53831905,0.55808067,0.49559152,0.50600886,0.50484997,0.52553409,0.51102436,0.54106951,0.76003712,0.61932045,0.69143325,0.71938241,0.73273063,0.07813178,0.078369901,0.077539414,0.085440874,0.084976204,0.083970107,0.081552766,0.081766143,0.088924818,0.089141004,0.44344109,0.15129797,0.20628372,0.27221775,0.35341367,31.988493,32.11565,32.004288,32.167294,32.452511,32.387444,32.455608,32.597534,32.798065,32.858097,32.954712,32.919872,32.604973,32.447071,32.472931,0.32057211,0.34288514,0.36147529,0.3635042,0.34205472,0.37939414,0.38174662,0.34250551,0.35687563,0.38165733,0.65450335,0.44770044,0.4834576,0.62374955,0.50355452,2.1655512,2.2659988,2.3151283,2.4243979,2.4734643,2.5174239,2.7249703,2.8088789,2.8206651,2.8332016,2.8982525,2.968992,3.0089257,3.1513305,3.2250025,3.5825591,3.6529813,3.6223035,3.6561992,3.7072282,3.7348468,3.7743371,3.8125401,3.8665028,3.9169419,3.9793148,4.0034304,4.2310624,4.3782172,4.4581208,30.773657,30.628242,30.416765,29.478514,29.215008,28.867006,28.894249,28.098848,28.171093,27.899643,26.996826,26.832661,26.83272,26.801193,26.815805,1.3760817,1.4187751,1.3477089,1.4105769,1.471007,1.4379641,1.3453331,1.3451672,1.2172327,1.2643938,1.4770782,1.4266831,1.4947957,1.5598477,1.6563243,14.775975,14.341972,14.009039,13.7389,13.496656,13.215611,13.014958,12.78918,12.546507,12.386532,12.260693,12.015705,11.773709,11.47827,11.190253,0.57899088,0.58528429,0.56588519,0.56772101,0.55423594,0,0,0,0,0,3.0094583,0.090009004,0.44404972,0.43706292,0.27100271,3.9769008,3.80144,3.6541672,3.4086607,3.272727,3.1282861,2.972388,2.8511715,2.5988286,2.5916626,2.53667,2.3549469,2.1860428,1.9485666,1.9649466,1.3537318,1.3395218,1.3475517,1.3485845,1.3460681,1.3634331,1.3831494,1.4089365,1.4061743,1.435091,1.4327129,1.4512384,1.4434574,1.4809546,1.5006719,0.75286013,0.82800698,0.76687115,0.80905032,0.81293511,0.76388121,0.83396679,0.80185008,0.82783961,0.82570809,0.73202902,0.80042577,0.86023909,0.84802794,0.86146945,0.47829092,0.50467879,0.52516639,0.59280455,0.57900727,0.6718598,0.694112,0.70699883,0.71448851,0.7717647,0.81959581,0.85557997,0.92185307,0.92103416,0.87115353,9.2565145,9.1443243,9.1109772,9.0479183,8.9981709,9.020503,9.0068884,9.0029049,9.0140753,9.0050964,9.0047083,8.9571323,8.8645315,8.8366442,8.8033752,4.234694,4.2136889,4.080739,4.1085467,3.9677997,3.9637918,3.952359,3.9697342,3.7619314,3.7274029,3.7300923,3.6602502,3.6878123,3.5261133,3.3021991,0.47975975,0.54065466,0.60897726,0.65050405,0.67869478,0.73484451,0.7586,0.76648623,0.76862967,0.7580837,0.71470356,0.7539869,0.77362263,0.78521043,0.84840208,5.0995398,5.0983925,5.0939908,5.0813684,5.0578666,5.0354743,4.9827914,4.9459057,4.9610281,4.9096127,4.8696594,4.8029108,4.7859426,4.7716904,4.7411199,0.44669896,0.47637051,0.49153879,0.52561444,0.56411767,0.61694592,0.6147837,0.59405941,0.69238728,0.67971528,0.6967898,0.72697616,0.74405295,0.75510859,0.73135924,0.84768546,0.92612922,0.94968164,0.97492176,0.94642776,0.9688434,1.0151938,1.0105984,1.0508304,1.0587391,1.0363963,1.090436,1.1306356,1.1415627,1.1792541,3.6437049,3.5537586,3.4763801,3.4466789,3.4040682,3.3706353,3.3176537,3.2649641,3.1116564,3.0219526,2.9406393,2.8281133,2.7776995,2.5560455,2.5338478,0.11138959,0.14351162,0.19571599,0.24202657,0.2583701,0.37882888,0.43549263,0.43416911,0.52407467,0.53386539,0.68600446,0.67394966,0.69546318,0.71184045,0.77734292,5.7518573,5.7180738,5.7085924,5.6509285,5.5852537,5.5316896,5.5544152,5.5254641,5.5389838,5.49331,5.4433174,5.3987947,5.3258553,5.2890606,5.2875233,8.075634,8.1012335,7.9523377,7.910727,7.8133159,7.6350183,7.5112381,7.4305282,7.21977,6.9616094,6.8320999,6.6230612,6.4675493,6.3350759,6.1995363,2.0806999,2.0740962,2.0093315,2.0993345,1.9979086,1.9886854,1.9438647,1.9913541,1.9008573,1.8241658,1.8079078,1.7894933,1.7585268,1.7883172,1.8439429,9.1046591,9.1242399,8.8214178,8.7592106,8.8774738,8.7218742,8.7964172,9.2713747,8.7447834,8.4897604,8.3982182,8.6389875,8.6773176,8.1613626,8.4362793,9.5524092,9.431839,9.3165579,9.1946211,9.0803032,8.9614105,8.8442287,8.7215643,8.5819664,8.4784517,8.3918285,8.3173294,8.2650146,8.2220573,8.1630564,3.8450646,3.748975,3.5732925,3.5423164,3.6176388,3.5990965,3.5530767,3.5408406,3.565675,3.5286865,3.4489591,3.3927505,3.1197424,3.0402629,3.3009405,2.8749192,2.8144238,2.8015027,2.7855086,2.7686048,2.7636504,2.7659662,2.7135246,2.7250621,2.701884,2.6846857,2.7450736,2.592756,2.5530648,2.5519094,0.64323723,0.65500909,0.65533841,0.67769814,0.68370324,0.68996221,0.68060815,0.69693995,0.71692371,0.71381509,0.81675166,0.81358916,0.92971158,0.93041611,0.98094809,0.54393739,0.58958328,0.5791859,0.5911051,0.58389187,0.58308041,0.57015282,0.6247775,0.61165226,0.65775973,0.6091451,0.62517858,0.65812027,0.64894187,0.70024973,3.6351986,3.5829191,3.5420299,3.5540595,3.5074625,3.496953,3.4593091,3.4642313,3.4605529,3.4720294,3.4516196,3.3493209,3.3110759,3.2095003,3.1624994,0.62725919,0.63101602,0.64088869,0.67361331,0.65590835,0.76319915,0.75907248,0.76640421,0.79572815,0.79825836,1.0635003,0.93713802,0.93217611,0.99890232,1.0759845,0.48757839,0.47640651,0.43270668,0.44188136,0.41916165,0.37108505,0.3638216,0.32899547,0.31020054,0.29268989,0.47772938,0.45123222,0.5446167,0.56279832,0.64025044,3.5807343,3.4536037,3.3468876,3.2756116,3.1996593,3.1638525,3.1130004,3.0518718,2.8978727,2.8218484,2.7500589,2.7439935,2.7354312,2.6671546,2.6209562,1.2443303,1.5778518,1.7662959,1.8926064,2.050818,1.9619424,1.9765673,1.8984334,1.872581,1.851715,1.7916381,1.8297367,1.8683255,1.8837287,1.9413497,0.25724167,0.32438779,0.33809841,0.33261511,0.35125166,0.3578406,0.34444228,0.33539891,0.34012219,0.34993052,0.33605281,0.39887017,0.40391502,0.43202707,0.46272391,1.5183326,1.5060353,1.498842,1.4950625,1.4953202,1.5022508,1.5079149,1.4970517,1.4857013,1.4807961,1.4799784,1.5191664,1.5540521,1.5752617,1.5956001,0.76410693,0.88272673,0.97794569,1.0215805,1.1075119,1.1683005,1.229134,1.2652612,1.2856668,1.2777406,1.2912514,1.358062,1.3955677,1.4455185,1.4834076,0.63602197,0.66282421,0.68532538,0.70143628,0.6761905,0.82817703,0.8091706,0.84192193,0.84762371,0.90733302,0.86215538,0.99065232,0.95725965,1.0137466,1.0823909,6.0413666,6.0089049,5.9464293,5.9203367,5.9014015,5.8969297,5.9208794,5.9639077,6.0157499,6.0299292,6.0230598,6.0125155,6.0335445,6.0292287,6.0277562,9.7611265,9.7463627,9.7311544,9.7475338,9.7797375,9.8536472,9.8974638,9.9283867,9.9548349,9.9429865,9.9337606,9.9072266,9.8486948,9.798008,9.8046942,0.90738368,0.96808428,0.87547231,0.8460452,0.78579372,0.75758964,0.72426277,0.69167036,0.67628574,0.63928282,0.64793646,0.71534067,0.75239521,0.7412551,0.77519381,8.8822889,8.9027796,8.9107561,8.8716574,8.8164444,8.7350636,8.6586056,8.5682335,8.5251789,8.509553,8.4560099,8.4317894,8.3849392,8.3115835,8.2943592,5.5876036,5.4535851,5.3303132,5.2025213,5.1271892,5.0321689,4.9736557,4.8911834,4.8533874,4.804451,4.777802,4.7643161,4.7764101,4.7636452,4.7675228,7.6294055,7.4215136,7.2973108,7.1088285,6.9188585,6.718339,6.4816236,6.246139,6.0620461,5.9447179,5.8527827,5.6523213,5.4921117,5.3868432,5.2526755,6.4565887,6.5980277,6.7192516,6.8166084,6.9135385,7.015533,7.1088033,7.2043767,7.2034502,7.1474733,7.1276522,7.0983214,7.0558147,6.9290743,6.9853201,1.9363377,1.9315045,1.9357287,1.9322742,2.0055132,2.0006573,2.0142188,1.9964228,2.0299747,2.012717,1.9987931,1.9638064,1.9719398,1.885577,1.8447528,3.3921051,3.2258112,3.1267378,3.0707431,3.0230627,2.9543037,2.9063601,2.81531,2.7581944,2.6776266,2.6456547,2.5884418,2.5379229,2.4788399,2.4445724,2.1125529,2.0703733,2.0304656,1.9561957,1.9229826,1.8952214,1.8564761,1.843922,1.7962819,1.7604126,1.7265817,1.7055787,1.7332253,1.7412115,1.7609943,2.6810932,2.6130841,2.5684278,2.5281439,2.4975243,2.478225,2.470022,2.4641564,2.4427271,2.4191325,2.3966069,2.3869407,2.388072,2.3907351,2.4002659,0.88025492,0.87562734,0.87533545,0.87463093,0.88803118,0.90342396,0.904553,0.91510594,0.89466709,0.88458478,0.88955116,0.93066788,0.94112086,0.95589298,0.97457266,0.72670597,0.74155086,0.78908092,0.77943671,0.82748604,0.81029522,0.81343734,0.79411829,0.81186146,0.81791979,0.80545545,0.84621477,0.86761087,0.88583064,0.94521743,0.16787912,0.17055145,0.17231476,0.17089149,0.17492712,0.14801657,0.14602804,0.14823599,0.1506024,0.15394089,0.33992583,0.28985509,0.32520324,0.32948929,0.30211481,1.2687141,1.3277763,1.2555442,1.2757695,1.2411587,1.252212,1.2205813,1.230181,1.2058954,1.2190765,1.1729617,1.2938753,1.3726556,1.38421,1.3090992,14.71507,14.682009,14.655118,14.64096,14.580956,14.537668,14.568244,14.583471,14.576059,14.472203,14.371056,14.207422,14.013465,13.906114,13.813194,1.3767834,1.3961096,1.3874979,1.3850273,1.3817215,1.4139221,1.4002941,1.4062085,1.4143157,1.4223772,1.412228,1.4270836,1.4606334,1.4847106,1.5103848,2.3910332,2.424309,2.4611022,2.4794965,2.4792283,2.4879005,2.5239224,2.5514243,2.566047,2.5736215,2.5607443,2.5231438,2.5079629,2.508558,2.5509868,1.8120518,1.7370036,1.7051678,1.7573904,1.7991767,1.8340769,1.8658354,1.8502781,1.8837569,1.8544816,1.8279433,1.8571926,1.8490881,1.8856807,1.9549392,0.50738823,0.54864603,0.55245727,0.54845542,0.54388881,0.51648456,0.52770877,0.56157178,0.54909974,0.56446868,0.56600213,0.59887809,0.63901806,0.6620729,0.72425783,0.43143299,0.44326931,0.44396818,0.40878123,0.41796491,0.34970239,0.35939562,0.35169989,0.33684826,0.34152013,0.52883226,0.36435181,0.37755406,0.45400417,0.44180378,1.4065709,1.3763127,1.370242,1.3646548,1.3535028,1.3383337,1.3243486,1.3054911,1.2893592,1.2631955,1.2551613,1.2758733,1.2716691,1.2670406,1.2754232,2.0783782,2.0867646,2.0752015,2.0933237,2.0864987,2.0690989,2.0853915,2.090914,2.109375,2.098666,2.0965462,2.0823441,2.0303349,1.9503152,1.9861896,1.8071238,1.7797308,1.7529434,1.7240855,1.7093328,1.7023484,1.6979816,1.6501943,1.6341478,1.6179014,1.609895,1.6121424,1.6147643,1.6340772,1.6514225,1.9030236,1.9533811,2.0634735,2.1371493,2.18045,2.1667588,2.2303088,2.3386967,2.3773293,2.3909986,2.3977334,2.3931818,2.4554715,2.4318945,2.4272401,3.0196118,3.0645399,3.099839,2.9426298,2.9180131,2.7608056,2.8987181,2.9903476,2.9356441,2.9731729,2.9452395,2.9681687,3.055685,3.0849206,3.1455138,2.9274297,2.9181581,2.9558764,2.8818643,2.8382912,2.8080759,2.8351474,2.8255234,2.855408,2.8168464,2.7817407,2.7932084,2.8313887,2.9052892,2.9565496,0.72221482,0.76223588,0.72780204,0.73007232,0.69658935,0.87293255,0.88181102,0.90250325,0.88235301,0.94185358,0.99361253,1.0603336,1.1527021,1.1557851,1.2133839,7.6495171,7.8912325,8.1247931,8.3542604,8.7334356,8.8676863,9.114234,9.3340139,9.4672747,9.7000685,9.7853642,9.8013248,9.9052114,10.012607,10.134854,0.30938125,0.29653722,0.30316949,0.28857425,0.27516422,0.26096034,0.26807407,0.25281358,0.25306123,0.27118087,0.38133135,0.28309742,0.31368664,0.31188443,0.38493037,0.022217285,0.02236636,0.04612546,0.072868593,0.0738189,0.45033777,0.45766589,0.46559754,0.49921176,0.53092647,0.4216074,0.5774278,0.69093806,0.78761542,0.88033015,3.4598589,3.7493579,4.3864055,5.2221861,5.420712,5.5900621,5.705256,5.9492564,6.4407916,7.4863815,7.6651306,7.3833995,6.4865799,6.6248255,7.257925,0.82482117,0.84330887,0.87630785,0.83976638,0.84045929,0.81608331,0.82148027,0.81516069,0.79763734,0.7953887,0.77515703,0.81052047,0.83292967,0.8767131,0.92173684,0.85435623,0.97430283,0.91866028,0.87889504,0.88260865,0.93062419,0.94194424,0.92186469,0.968391,1.0093267,0.95662242,1.0584037,1.094166,1.1369114,1.1975758,1.5792373,1.5465794,1.5317026,1.5601914,1.5134628,1.5258696,1.5684439,1.6228348,1.547829,1.5964597,1.5834692,1.5382906,1.5300486,1.5069615,1.657728,0.40742421,0.41303352,0.42472863,0.44532409,0.45431602,0.36101082,0.3661088,0.32206118,0.37214249,0.37981552,0.71038252,0.48283264,0.37253857,0.52938062,0.7011866,0.30253917,0.29841202,0.30481395,0.31908107,0.34980324,0.4808743,0.53085601,0.51354897,0.52527905,0.5559262,0.51580334,0.61837459,0.67254686,0.75991189,0.82869911,0.1071301,0.10778443,0.10768126,0.10830325,0.10774572,0.13194194,0.15746124,0.15820859,0.15853658,0.15970516,0.42229727,0.21645021,0.22955176,0.21807609,0.24189647,0.57142854,0.58027077,0.57708162,0.46639234,0.46498907,0.30881527,0.28003362,0.28034762,0.16987543,0.17236426,0.93537408,0.16460906,0.19439045,0.39738858,0.45045045,6.988564,7.6416106,7.7832685,7.5585647,8.0419579,8.3847103,8.9534492,9.4929342,9.551034,9.5566673,9.5409384,9.6525755,8.9549484,9.0567455,9.8164978,0.34061879,0.38209605,0.43080235,0.49159122,0.48580924,0.60165453,0.85127687,0.85116726,0.9009009,0.93078762,0.93654877,0.99455363,1.014151,1.0793054,1.1042098,0.480683,0.4560191,0.44635072,0.43900585,0.43678555,0.44574499,0.46325824,0.44155243,0.45259181,0.43651304,0.50186175,0.49376214,0.56168705,0.48820716,0.60757804,10.890829,10.679281,10.607769,10.470731,10.40715,10.267886,10.244301,10.127659,10.048617,9.9010038,9.7755842,9.6252022,9.5650311,9.4606657,9.3646784,0.054141849,0.054083288,0.053475939,0.054288819,0.054054055,0.16051364,0.1520527,0.15151514,0.14556041,0.14584346,0.58195925,0.34465781,0.30105367,0.295858,0.20253165,0.9232682,1.0646244,1.1397197,1.1540626,1.2098509,1.2113758,1.2395759,1.2235335,1.1927404,1.1756094,1.1487685,1.1787705,1.1798856,1.2122676,1.2485311,0.26929766,0.35616818,0.3595089,0.38670963,0.39439565,0.38131556,0.42288968,0.41965345,0.45838314,0.49511549,0.44507539,0.55049062,0.59818041,0.67639661,0.71474367,0.57328016,0.61628896,0.59507334,0.64578182,0.62337899,0.64917499,0.66003656,0.66511917,0.68481046,0.70106685,0.64396232,0.7392444,0.64923972,0.65006328,0.68680185,6.3334475,6.2750998,6.2340002,6.0664887,6.0741878,5.9135737,5.9358792,5.8430457,5.8016219,5.7678423,5.7936478,5.8524585,5.9729466,6.0467067,6.1507916,5.2892203,5.045783,4.9022732,4.7632246,4.7140865,4.5710855,4.4737911,4.2782001,4.1809778,3.9598043,3.8324401,3.9898775,3.9247732,3.8715792,3.857183,0.29599836,0.37908667,0.3431007,0.36117759,0.35689831,0.42154944,0.43222079,0.43710539,0.42922324,0.47469741,0.38297796,0.47317204,0.53373259,0.5502401,0.59885454,0.50177711,0.50198704,0.48036757,0.48147374,0.4840067,0.45738047,0.57341796,0.59268343,0.55710304,0.52316892,0.41986126,0.60606056,0.75160402,1.0766194,1.1010137,0.48015365,0.47084674,0.43319654,0.4202942,0.41188583,0.40361047,0.42133829,0.37047392,0.34195051,0.33552545,0.39875641,0.40566558,0.42384854,0.42765,0.43517303,0.40517485,0.40123892,0.39798909,0.39234921,0.37614933,0.29745436,0.29891303,0.32573289,0.29508197,0.28653297,0.41144201,0.40106088,0.45234248,0.41223833,0.45145294,0,0,0,0,0,0,0.36809817,0.35928142,0.36674818,0.35971224,0.35419127,0.36275694,0.50125313,0.49504951,0.51216388,2.6122763,2.3968565,1.9548277,1.8309102,1.5570694,1.1196641,0.9681493,0.7800312,0.67863709,0.3956624,0.71996397,0.39901781,0.50129122,0.50863129,0.55961448,0,0,0,0,0,0,0,0,0,0,1.0791367,0.14461316,0.14825797,0.1472754,0.14336917,0.83325255,0.90253288,0.93530184,0.94125044,0.96333271,0.95425022,0.96403414,0.96987867,0.97239518,0.96022075,0.93999815,0.9899798,1.0138929,1.0318434,1.0569868,0.49689439,0.51612908,0.52666229,0.53297806,0.5490734,0.34083164,0.20604397,0.21276595,0.21551724,0.21770683,0.35739812,0.20590255,0.41724616,0.49330512,0.63784552,1.6685483,1.7385867,2.0848484,2.0779541,2.2557313,2.4193547,2.4466357,2.3384461,2.844183,2.9583681,2.6341228,2.2195122,2.1224086,2.2554517,1.766287,0.15355086,0.15467903,0.16935904,0.18689093,0.18832392,0.28645477,0.30228084,0.29761904,0.30872485,0.32318878,0.4803074,0.37950665,0.39818758,0.49328586,0.44794354,0.27810436,0.31968743,0.32047787,0.34474534,0.3466872,0.32369941,0.37056863,0.36479339,0.35195166,0.35808629,0.32665125,0.38234273,0.40147588,0.42232108,0.42525536,0.61919141,0.67666894,0.70542485,0.71671236,0.73588449,0.7349627,0.74025786,0.74970645,0.75775754,0.75868905,0.75606132,0.81195098,0.83770138,0.87108129,0.91850787,0.35301039,0.43662345,0.59647304,0.85954416,0.9310987,1.0781671,1.1229503,1.1567307,1.2555485,1.274168,1.2969327,1.3312035,1.336809,1.4514897,1.5848199,4.9093904,4.9729366,4.9359841,4.9796748,5.0252128,4.9255848,5.1175408,5.105762,5.1389909,5.1816335,4.9881234,5.0607285,5.2012501,5.3009386,5.3013797,2.0194211,2.4232256,2.5060329,2.7079039,2.7666898,3.042316,3.1308477,3.4607227,3.5565798,3.7459354,3.826699,3.455919,3.4523754,3.4185276,3.5619934,0.39955452,0.44352949,0.47206795,0.49202362,0.52162468,0.50847197,0.52055103,0.53215146,0.5721072,0.55799419,0.50918233,0.5923785,0.63566208,0.68257535,0.71810132,0,0,0,0,0,0.24570024,0.25348541,0.24783148,0.25839794,0.27322403,0.84507048,0.28129396,0.28169012,0.27739251,0.43165469,0.12930706,0.13011864,0.13643599,0.15260187,0.13662238,0.20839766,0.21349598,0.19478573,0.23555392,0.24038462,0.33289912,0.27556416,0.28085622,0.45745653,0.45623264,0.14257559,0.15617086,0.15458533,0.15254587,0.15947007,0.17948927,0.17222044,0.1947768,0.18634525,0.18426314,0.23493481,0.23572859,0.24776813,0.28847653,0.37598357,0.24405487,0.27065569,0.26455027,0.29636255,0.29193062,0.27936712,0.30301446,0.28482848,0.29268533,0.28891295,0.25495955,0.33736706,0.3930721,0.42276025,0.48981193,0.25681475,0.54198557,0.70402092,0.90856647,1.1104701,1.4823097,1.5890135,1.7624798,1.960218,2.508986,2.5715601,2.7670617,2.5437481,2.4883523,2.4428236,0.55330503,0.56965822,0.55363673,0.54633647,0.56596005,0.51436585,0.53040648,0.52707237,0.50197589,0.49084994,0.50914878,0.64143342,0.69031948,0.6851902,0.7704829,0.079470195,0.07921838,0.05165289,0.051546395,0.049962528,0.14796548,0.17114915,0.16470589,0.15891032,0.13651878,0.089786753,0.17957351,0.1978022,0.19659239,0.21621622,0.48398092,0.4654212,0.46319798,0.43684474,0.43397397,0.41347817,0.4189772,0.43174219,0.41478589,0.44726053,0.41200346,0.49129352,0.53061986,0.52248549,0.57195574,0.20202021,0.20197485,0.20013343,0.22650056,0.22346368,0.26863667,0.29451746,0.29693922,0.32191309,0.32117456,0.24597496,0.52595472,0.52463508,0.64234912,0.63766795,0.37794426,0.39965361,0.38415685,0.42058223,0.39421815,0.4610689,0.48374614,0.46161628,0.45581624,0.48212606,0.44281301,0.59555089,0.60957909,0.6394009,0.65344626,0.27718106,0.28204766,0.29878354,0.31762075,0.33056635,0.34866467,0.37319115,0.38473618,0.40274817,0.41292781,0.51809341,0.52012485,0.62111801,0.58641469,0.59755999,1.7094499,1.6991403,1.7060537,1.6611791,1.6339958,1.5785084,1.6148554,1.676111,1.6925256,1.6801186,1.6604275,1.7092522,1.7206,1.7458446,1.7612622,0.1837621,0.22154057,0.26886237,0.37143341,0.38288665,0.57190919,0.5829016,0.61195672,0.7053051,0.72282052,0.9818731,0.94423133,1.0456554,1.0234352,1.0627152,0.096424267,0.098255955,0.1145288,0.11385816,0.11356262,0.18840104,0.19114102,0.20249747,0.21079257,0.22742587,0.35800517,0.27677599,0.34468263,0.39145607,0.4134011,0.1665405,0.22266205,0.22473007,0.26803234,0.25517437,0.32713339,0.32938379,0.3290205,0.34579641,0.41371161,0.39237431,0.4600963,0.48192772,0.52790672,0.5686332,0.01683785,0.016600266,0.016105654,0.015969338,0.015710918,0.1747141,0.17676361,0.17891997,0.17802234,0.17932834,0.49003595,0.25848144,0.28485522,0.44951034,0.48394901,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.13908206,0.16643971,0.16039661,0.16875264,0.16992353,0.17050299,0.25362828,0.26870316,0.24583447,0.2579419,0.27103943,0.3805899,0.32085562,0.35601264,0.3266266,0.42405552,0.32774946,0.33821872,0.33407572,0.26395175,0.2744022,0.35685965,0.36378336,0.375,0.28913674,0.29264215,0.75885326,0.33712599,0.42122999,0.38363174,0.38560411,0.67510551,0.77277881,0.83979845,0.81470406,0.76245409,0.82787305,0.83016258,0.85704613,0.78838784,0.79485512,0.74427545,0.76166636,0.77535844,0.81645417,0.79454005,0.55676591,0.58509886,0.57559299,0.54423022,0.52587879,0.51870054,0.49369419,0.51966357,0.46644664,0.46649519,0.4647395,0.51007283,0.54336202,0.58104503,0.63307381,0.040494028,0.061551087,0.19860972,0.19888625,0.24375381,0.54967427,0.55023438,0.55293876,0.58430719,0.60416663,0.70789087,0.68621331,0.71775389,0.7325241,0.79398251,0.45956388,0.498757,0.53205693,0.56641352,0.57959706,0.61333728,0.64975315,0.66598791,0.70447993,0.80582452,0.82038778,0.86082935,0.93935645,0.97792643,1.0098451,0.10180189,0.10181225,0.10243802,0.14108635,0.14298846,0.14336917,0.14309077,0.14303228,0.16255206,0.15964878,0.20910087,0.19679227,0.19743338,0.22482893,0.23398656,9.98141,10.001541,10.005712,10.067921,10.103379,10.134317,10.159061,10.15902,10.168241,10.23834,10.315071,10.414386,10.47049,10.577166,10.655773,11.384574,11.508707,11.640312,11.758374,11.874334,11.999577,12.108617,12.198094,12.30534,12.376369,12.44167,12.534674,12.638034,12.75918,12.865506,1.0241132,1.0276018,1.05176,1.0670992,1.0880111,1.0962776,1.1587815,1.1750393,1.1910083,1.2099044,1.1825747,1.2231072,1.2595023,1.3257668,1.3947326,4.326673,4.2845497,4.3445759,4.3235278,4.3586249,4.3183656,4.3487301,4.33074,4.3216014,4.4158759,4.4207196,4.5072746,4.6299877,4.6823673,4.7755179,11.046282,11.123844,11.267286,11.329087,11.404432,11.510431,11.621993,11.772052,11.884238,11.925118,11.94152,12.00356,12.077377,12.196077,12.281855,5.0933623,5.2292304,5.3098245,5.3244004,5.2830467,5.2943664,5.3413043,5.3759389,5.3947783,5.3934145,5.3905239,5.3599601,5.4771605,5.6317496,5.6624732,2.5821443,2.6041143,2.7401974,2.8554702,2.8683217,2.9236677,2.9760866,2.9802694,3.053113,3.0926278,3.0789168,3.14956,3.048034,3.1142485,3.2085068,1.6265969,1.645581,1.674499,1.6999103,1.6944259,1.6802726,1.6527086,1.6606394,1.694829,1.6916146,1.6858056,1.762401,1.7627308,1.7901791,1.8291535,20.596718,20.869316,21.014383,21.137402,21.211121,21.550646,21.938625,22.312283,22.900743,23.153278,23.383177,23.650162,23.717417,23.938955,24.016581,20.058903,20.399149,20.787481,21.139578,21.463779,21.876665,22.263048,22.637804,22.908543,23.077755,23.21693,23.350647,23.477007,23.618044,23.831882,14.861385,14.671694,14.362282,14.114417,13.79864,13.573936,13.225506,12.979036,12.722471,12.565788,12.493999,12.525147,12.466732,12.388163,12.328313,19.229134,19.215399,19.263714,19.306059,19.357281,19.459608,19.527277,19.650164,19.860508,20.035921,20.081455,20.043415,19.930147,19.984047,20.015358,13.824081,13.961096,13.941111,13.941838,13.863807,13.579252,13.327597,13.604456,13.582787,13.641056,13.443518,13.207269,13.085909,13.148828,13.204348,10.533515,10.523478,10.491616,10.479606,10.494698,10.46668,10.520152,10.635338,10.637108,10.595113,10.632001,10.732285,10.814332,10.883054,10.917557,20.626152,20.404095,20.618872,20.932125,21.109627,20.994377,20.883324,20.981787,20.672628,20.635633,20.256319,20.714962,19.227509,19.033278,18.874855,8.3186312,8.3948526,8.4866533,8.5796289,8.7362785,8.897788,9.200057,9.4866028,9.6716681,9.7391853,9.781023,9.8496666,9.9188118,9.9811668,10.024205,21.195511,21.805481,22.433285,23.003696,23.589291,24.117863,24.631414,24.987492,25.417128,25.776693,26.01116,26.445221,26.792986,27.188524,27.408716,15.544478,15.225345,15.177261,14.970284,14.979546,14.555957,14.238766,13.971313,13.643649,14.01443,13.487226,13.476907,13.361894,13.190268,13.362276,4.3495989,4.4507933,4.5842409,4.6856136,4.8156953,4.9439011,5.0732341,5.2522192,5.4291534,5.475822,5.4372149,5.4315619,5.6745949,5.6570363,5.6840243,2.3025899,2.3358665,2.3532081,2.3998733,2.4353049,2.4732604,2.5401595,2.5976422,2.6385779,2.704041,2.6876121,2.6861293,2.8163958,2.8499479,2.9062543,6.6857777,7.0439644,7.3476119,7.6339803,8.0912533,8.2612238,8.6576681,8.9923801,9.2525454,9.4240646,9.5498838,9.6901321,9.7447271,9.9054222,10.133283,5.1182017,5.3190279,5.4713421,5.6084199,5.7458763,5.8877482,6.0811653,6.1586266,6.1858697,6.2398543,6.2402315,6.3672037,6.5951915,6.6060553,6.6148033,17.00341,17.242285,17.334715,17.265762,17.109072,17.100573,17.306116,17.30827,17.482693,17.388596,17.345446,17.610353,18.045677,18.011015,18.098434,12.569885,12.434418,12.343586,12.389168,12.314501,12.437987,12.230321,12.25642,12.276721,12.473983,12.40853,12.506129,12.660882,12.478381,12.447023,8.8603001,8.6439114,8.1213999,8.0757446,8.5935917,8.9648027,8.67103,8.4436979,8.6036758,8.5776997,8.1147041,8.2390356,8.5803242,8.6228523,8.9325037,27.740829,27.865347,28.038355,28.240326,28.458548,28.63829,28.76898,28.848001,28.927553,29.005867,29.054047,29.04528,28.976149,29.065578,29.077902,21.397915,21.502741,21.53054,21.617785,21.647749,21.803049,21.986052,22.233543,22.48378,22.631853,22.747389,22.645193,22.37936,22.35169,22.390093,8.8159113,8.7257156,8.8800621,8.9583302,8.8532429,9.1172342,9.7202959,10.245703,10.828897,11.024287,11.101034,11.032471,10.903834,10.832209,10.823803,11.393435,11.281533,11.111112,10.583541,10.654113,10.325554,12.946587,13.758594,13.601533,14.103344,13.354683,13.623315,13.827499,13.923504,14.283273,57.087875,56.720482,56.766903,56.680458,56.28088,56.087322,55.859737,55.658752,55.774086,55.799324,55.846195,54.926575,54.243988,54.650074,54.45208,6.7022085,6.1611705,5.5992274,5.449337,5.2976227,5.2908044,5.3997412,5.3100543,5.1854501,5.3063164,5.1309271,5.3867893,5.5930796,5.3542933,5.5899158,10.558654,10.650347,10.820631,10.621852,10.242837,10.216541,10.506628,10.949259,12.256901,12.025859,11.773868,11.892797,12.166743,12.276684,12.434157,19.909378,20.143934,19.587837,19.618759,19.780006,19.586845,19.481585,19.361328,19.052425,19.111279,18.331545,18.423237,18.94186,18.765041,18.82375,37.359341,37.428093,36.621964,36.452534,35.947807,35.656704,35.433125,35.094936,35.123436,34.614868,33.939106,33.401836,33.580364,33.384529,32.901573,8.3043823,7.9877167,8.1681414,7.9917803,7.8258276,7.6095858,7.3163519,7.3338428,7.1332827,7.0098696,6.7947192,6.8402967,6.8927751,6.8123674,6.9166579,14.629706,14.327347,14.211184,13.617245,13.169662,13.350436,12.925521,12.805722,12.966792,12.973597,12.965798,12.926327,12.341059,12.003711,11.906123,3.9782326,3.9589345,4.0611529,4.1384578,4.1713181,4.2238283,4.3595424,4.5894132,4.7466612,4.7513814,4.7668314,4.8502064,4.9651251,4.9397755,4.998179,9.2270384,9.1887922,9.0983887,8.9616575,8.9311228,8.8574896,8.9090681,8.9120712,8.9215412,8.8918304,8.9088154,9.0940542,9.3287621,9.5139217,9.5847263,14.648682,14.777345,14.855716,14.965354,15.052811,15.123508,15.235283,15.347274,15.45949,15.627611,15.670675,16.034542,15.813049,15.788165,15.825915,6.4787364,6.6108651,6.3612289,6.5389009,6.4340806,6.3617272,6.0028248,5.842629,5.8934512,6.0356383,5.6207504,5.9678154,6.3456664,6.4790306,6.6921124,8.2525167,8.2057238,8.1832342,8.2150269,8.1119347,8.2685318,8.3049984,8.4465389,8.653698,8.7573719,8.7880058,8.9099798,8.9377136,8.9529018,8.9616776,26.279949,26.231564,26.199093,26.178848,26.257828,26.098478,26.020926,25.822857,26.617203,26.452143,26.452183,26.375685,26.718664,26.596743,26.551357,38.142891,37.448528,37.571342,37.251873,36.935139,36.776917,36.511997,35.792255,36.060524,35.894997,35.670258,35.324551,35.319809,35.086731,34.869968,13.821138,13.728505,13.503499,13.974987,14.823067,15.680727,15.225991,15.372708,15.050207,14.439835,15.656282,15.139487,14.989222,14.603569,14.674343,8.2770185,8.2389784,8.3410006,8.3751221,8.4712811,8.5646915,8.7971735,9.0311098,9.293931,9.4436417,9.462326,9.5840378,9.7513943,9.7672157,9.7758884,6.5735488,6.7035832,6.78508,6.9153361,7.0152802,7.0605321,7.2247453,7.4396906,7.6931639,7.7717185,7.7879419,7.9714208,8.1240263,8.1341562,8.1723061,29.006407,29.151672,29.235872,29.36375,29.455364,29.562197,29.672796,29.669783,29.661047,29.897572,30.03318,30.301788,30.701536,30.804829,30.942324,10.835932,10.595706,10.527193,10.188886,10.130632,9.951767,9.5900822,9.4468212,9.4832029,9.3052835,9.2402105,9.4078474,9.4271126,9.3502092,9.1728258,18.314495,18.030926,18.144102,18.047781,17.881594,18.375959,17.800526,17.835573,17.169289,17.479334,17.235188,17.843685,18.498302,18.548388,19.17972,39.986122,39.646851,39.781902,39.610184,39.386635,39.475616,38.903572,39.033226,38.89492,39.019089,38.542046,38.581604,38.757599,38.688473,38.52924,8.145112,8.2198172,8.1903915,8.2487803,8.2081013,8.2100086,8.3127508,8.3834267,8.4607515,8.4783497,8.4953699,8.6966877,8.7943249,8.7079124,8.646534,11.454494,11.452147,11.445038,11.415575,11.302909,11.245956,11.370174,11.561446,11.754208,11.920334,11.971686,12.229137,12.450687,12.469019,12.493616,5.1994877,5.137229,5.0065813,4.9781108,4.9159446,4.9868932,5.0260224,5.0765629,5.0599504,5.15099,5.1675968,5.2015958,5.2742205,5.4457273,5.2977114,19.499899,19.2917,19.090099,18.8832,18.679699,18.442001,18.224998,17.924101,17.5963,17.3526,17.1217,17.1474,16.9583,16.7467,16.5776,4.6206117,4.7749186,4.7984252,4.90592,5.0775614,5.1266832,5.2145867,5.2917457,5.3141756,5.339612,5.3214865,5.577383,5.7245941,6.1850128,6.0123863,7.6953607,7.6408095,7.3253751,7.1517186,6.9184756,6.8173499,6.6762013,6.6486588,6.6045246,6.4028292,6.2989125,6.2946782,6.3672671,6.3096075,6.2469811,9.0216122,9.1108227,9.2586393,9.1449995,9.107646,8.9923658,9.1410379,9.0553265,9.0403404,9.0663691,9.1087151,9.1617184,9.3182688,9.3896351,9.5226173,7.8904138,7.7690229,7.8121605,7.7288842,7.9520693,7.8400893,7.8804073,7.8062253,7.8888111,7.8698716,7.8794231,7.9824471,8.5303106,8.2474489,8.2681398,18.184557,18.50157,18.755548,19.037262,19.180452,19.349384,19.542675,19.65361,19.679523,19.728624,19.719095,19.833725,19.961481,20.028967,20.066374,6.7185006,7.0183935,7.3143511,7.6600866,8.0622149,8.4389496,8.8077955,9.1403189,9.3105536,9.3777208,9.362689,9.4609957,9.5509787,9.5933685,9.6385813,14.215165,14.482702,14.708899,14.994746,15.300231,15.591295,15.944862,16.194332,16.467119,16.74452,16.888924,17.238626,17.537155,17.741779,17.895229,2.0153413,2.2658834,2.5106516,2.7014544,2.9192228,3.1834044,3.4577925,3.7523785,3.9660707,4.0533328,4.1431189,4.3860645,4.6715169,4.7459698,4.9561405,8.9177465,9.0642424,9.2112007,9.3594065,9.4894457,9.5851631,9.711832,9.8597469,9.9642324,10.047633,10.09186,10.273719,10.338623,10.390423,10.436244,13.594019,13.642256,13.718695,13.759068,13.731867,13.73451,13.785623,13.99241,14.18071,14.222719,14.26173,14.393547,14.637807,14.60487,14.576775,16.972157,16.971027,16.889866,16.73138,16.736006,16.652212,16.352142,16.302076,16.216215,16.037079,15.961057,16.15164,16.173271,16.091494,16.146585,6.2784085,6.1338162,6.0609856,5.9135513,5.7930222,5.7429523,5.6368709,5.6012502,5.6135817,5.5534382,5.5037813,5.4494715,5.5092683,5.4860358,5.4402113,15.622836,15.69241,15.819064,15.898643,16.11784,16.341619,16.934311,17.679306,18.299036,18.516899,18.664892,18.85783,19.105192,19.187836,19.218992,4.1720176,4.3492961,4.4437299,4.4491606,4.5955653,4.6693878,4.8376379,5.097908,5.1892443,5.1697159,5.2939472,6.021102,6.1771502,6.1962595,6.2624044,4.1095471,4.1027012,4.1645384,4.178956,4.21662,4.2333493,4.3211322,4.4191031,4.4814386,4.4785852,4.5296597,4.5849771,4.6768627,4.6249089,4.6317101,9.3802567,9.4686766,9.618228,9.7338343,9.8173218,9.9655886,10.148639,10.184467,10.352791,10.465521,10.558715,10.649898,10.723989,10.851613,10.953759,13.424392,13.31529,13.120812,13.020311,12.436391,11.645803,11.001023,10.627154,10.253029,9.9180307,9.3479605,8.9327555,8.5074091,8.1891489,7.8271933,12.027031,11.987443,11.988062,11.697273,11.466341,11.313878,11.251359,11.109181,10.987393,11.097109,11.338716,12.715189,13.157773,13.144732,13.241133,18.925804,18.958668,18.674543,19.329369,19.180809,19.185963,18.780357,19.770695,20.607443,20.629837,20.459984,20.328896,20.467733,20.565115,20.373402,22.572491,22.451832,22.149027,21.824909,22.819626,23.108507,22.409735,22.705753,22.52195,21.799217,21.701881,21.798491,22.069826,21.994562,22.138714,9.1923542,9.299428,9.3368654,9.4324074,9.5053949,9.5758352,9.7091856,9.8255281,9.9158373,9.9727507,10.073667,10.176566,10.312338,10.301037,10.347646,11.437795,12.170403,11.97972,12.125928,12.054816,11.888714,12.528342,12.624177,12.572389,13.982731,14.315838,14.409465,14.43319,14.74891,14.955891,6.9463873,6.7537918,6.6052122,6.5009437,6.340755,6.1710401,6.0142732,6.0280776,5.9294662,5.8330584,5.7284594,5.7636318,5.7889318,5.6945729,5.6563625,13.4995,13.6611,13.665618,13.813437,13.816179,13.728844,13.678916,13.801185,15.198737,14.680274,14.847986,14.657066,15.28488,15.240805,15.342747,19.613705,19.432827,19.243515,18.965712,18.833145,18.667341,18.7701,18.938004,18.899244,18.650795,18.509392,19.116051,18.937166,18.943811,19.110245,19.483599,19.565502,19.243675,19.486858,18.685034,18.848814,18.396975,18.008627,17.439636,17.636538,17.021276,16.642738,16.735437,16.864119,16.957211,15.487118,15.641962,15.939016,15.556422,14.859477,15.35254,15.558884,15.508753,15.836898,15.663733,15.258215,15.579192,15.511227,15.717093,16.091749,49.913044,49.463169,49.885292,50.242485,49.353878,48.979076,48.826412,47.733406,47.827251,46.685394,45.065887,45.131145,45.203445,44.765343,45.051922,43.337662,43.135109,43.094486,42.748661,42.465244,42.484451,42.162407,41.815956,41.692616,41.461552,41.375317,40.571224,41.220028,41.436558,41.403694,3.1903188,3.2878537,3.0804005,2.9868653,2.8430769,2.6553977,2.6294215,2.6381767,2.4619839,2.3231547,2.3459136,2.5087259,2.6652043,2.6449533,2.7029979,9.7570944,9.9354382,9.9882965,10.194631,10.366695,10.476948,10.696311,11.11643,11.245213,11.237381,11.289097,11.178062,11.023263,11.101001,11.319853,8.6777077,8.9005299,9.0871897,9.1437168,9.2822828,9.5235462,9.6974716,9.6882381,9.919219,10.04639,10.071362,10.102501,10.126834,10.380767,10.450416,32.591663,32.734623,32.920013,33.243637,33.233952,33.700634,34.0485,34.217506,34.410183,34.66811,34.566364,34.684479,34.593887,34.772141,35.184017,11.34743,11.444608,11.373043,11.2417,11.190298,11.170003,11.090798,11.317448,11.101098,10.824986,10.60975,10.874509,10.857712,10.709209,10.786984,47.338112,47.692577,48.167011,48.782997,49.14212,49.615917,50.060837,50.596298,51.09856,51.5881,52.019394,52.398838,52.484261,52.874416,53.280319,24.686804,25.201595,24.912817,24.95977,25.678148,26.148266,26.99753,27.742779,27.339237,27.328524,27.019394,26.277485,25.676199,26.108799,26.113802,3.9455783,3.8759689,3.9470301,3.8778205,3.624707,3.4653764,3.4033737,3.1399,3.1603477,2.7359481,2.9617577,3.1448574,3.1228089,3.1885803,3.3463712,39.190666,38.547863,37.827347,37.181484,36.454395,36.237907,36.004658,35.670116,35.623672,35.206108,35.113277,34.605743,34.239342,34.517181,34.725372,14.032547,13.914611,14.288059,14.113048,14.055485,14.04526,14.075186,14.140344,14.007129,14.009404,14.031334,14.388558,14.533515,14.63297,14.743079,28.630713,28.40797,28.223007,28.23954,28.236782,28.205494,27.780542,27.492094,27.176115,27.346277,27.485189,28.862228,29.087341,28.551807,28.64838,50.890976,50.425117,50.008839,49.215584,49.232517,49.00388,49.1847,49.233852,49.298214,49.037506,49.24894,49.067741,48.319275,48.06702,47.935192,28.948576,28.480133,28.276093,28.073353,27.688196,27.544775,27.751556,27.721706,27.927208,27.539904,27.207062,27.177052,27.623838,27.642801,27.430111,59.114624,59.480148,60.308224,61.199493,61.243259,61.860615,61.559059,61.84399,61.415737,61.124439,60.937733,60.792412,61.122246,60.549755,60.659306,20.130522,20.027435,20.099781,19.554388,19.624264,19.533777,19.774454,19.488426,19.182106,19.200785,19.172733,19.009382,18.641956,18.830753,18.896351,26.937923,26.233849,26.084732,25.722048,24.892918,24.837566,24.865229,24.787457,24.469181,23.924633,24.288303,25.282887,24.795689,23.917017,23.981983,16.358095,16.288462,16.328505,16.497597,16.697737,16.820124,17.264507,17.616823,17.86615,17.976511,18.073215,17.942741,18.227596,18.260319,18.620338,1.2362509,1.4971266,1.6867771,1.8676016,1.9450957,2.1190059,2.1245601,2.2066231,2.1637087,2.1824217,2.1617818,2.3045025,2.3595643,2.4593298,2.5610538,29.12141,28.955503,29.12924,29.817408,29.346106,29.222176,29.572338,28.989714,29.807997,29.727596,28.186535,31.701683,31.606606,31.47212,31.685549,40.496449,40.360455,40.34375,40.390484,40.307617,40.476879,40.31414,40.101833,40.115719,39.839085,39.826836,39.528664,39.41946,39.407417,39.308243,29.540771,29.518377,27.290361,26.55504,26.355141,24.467936,23.216097,20.668617,20.208191,18.803848,17.735273,18.533911,17.931417,17.263634,18.053453,11.141273,11.010711,10.931174,10.888726,9.9933434,10.123108,10.218409,10.964544,11.114511,10.824902,11.127768,11.180778,11.217286,10.254058,10.188012,2.4635372,3.074959,3.546716,4.0335779,4.4672308,4.7120705,5.0512052,5.2941585,5.4563527,5.5147195,5.5041394,5.5935254,5.6930232,5.8458705,6.0822644,27.421608,26.903456,26.59234,26.134899,25.763538,26.154873,26.236237,26.384491,26.508188,26.535606,26.392841,26.395807,26.360664,26.69149,26.99025,60.184906,59.821426,59.022331,59.824402,60.408287,61.629356,60.705448,61.281425,60.779465,60.543579,59.055119,59.904758,59.561432,59.894459,59.509201,51.682007,54.338497,56.697624,58.847488,60.690815,62.008179,63.339287,64.200722,64.731262,65.089767,65.288124,65.440353,65.334274,65.932884,66.33802,29.380766,29.531952,29.694323,29.438915,29.37763,29.188255,28.646749,28.868092,28.16597,27.798206,27.617649,27.057079,26.764969,27.125385,27.640846,18.842201,19.568832,20.307186,20.956671,21.57568,22.17149,22.995922,23.415588,23.781372,24.361689,24.639055,24.916779,25.189518,25.615412,26.161325,25.824642,26.375488,26.52935,26.57785,26.696798,26.744333,26.72596,26.51638,26.61134,26.584143,26.573277,27.337912,27.432045,27.508242,27.455425,23.467014,23.219572,23.260511,23.111811,22.986019,22.933966,22.647596,22.757809,22.579782,22.331236,22.363462,22.151884,22.669008,22.907984,22.603201,11.148461,11.756378,12.228392,12.87654,13.581519,13.979546,14.169335,14.377705,14.431849,14.555968,14.642471,15.027219,15.421459,15.902053,16.21323,29.107538,28.593012,28.758209,28.212952,28.454634,28.073883,27.734327,28.098291,27.931095,27.67325,27.265341,26.759401,26.838388,27.226791,27.49942,17.94445,17.797216,17.485159,17.266045,17.000835,17.063606,17.156195,17.159519,17.203001,17.144087,17.147436,17.212811,17.367432,17.501072,17.622774,24.016764,24.335789,24.169521,24.062897,23.975281,23.464077,23.217184,23.288097,22.873447,22.633938,22.174568,21.87673,21.620981,21.205837,20.958948,43.300934,43.324017,43.026386,43.002613,42.94355,43.106522,43.159611,43.087357,43.165684,43.250065,42.855312,43.724255,43.56147,43.189056,43.222549,0.63162053,0.65077317,0.70890284,0.71064711,0.69253808,0.84012848,0.83480591,0.82292163,0.85280168,0.85849792,1.0777289,1.0435517,1.1185682,1.2195861,1.2955267,0.37566203,0.40296298,0.46230239,0.42920789,0.42483142,0.484422,0.42594388,0.42772791,0.42367089,0.43896976,0.62211877,0.57202053,0.65727699,0.6994555,0.74248773,39.928429,40.075348,40.273197,40.194279,40.406296,40.380211,40.409557,40.368683,40.696178,40.729916,40.865784,41.114567,40.8778,40.871059,41.058777,54.411758,54.605751,54.795914,54.865688,54.878689,54.931705,54.916824,54.586304,54.181458,54.039627,53.832287,53.661961,53.318184,53.394405,53.460266,29.40839,29.42141,29.603964,29.866203,29.903046,29.62044,29.416817,29.460541,29.557455,29.738214,29.621124,29.334949,29.471317,29.342556,29.334986,49.327198,49.725914,49.741951,49.896069,49.174969,49.149864,49.136234,49.412273,49.439785,50.179428,49.39135,48.279179,48.00251,48.516579,48.672817,60.21344,60.621822,61.004513,61.499763,62.080849,62.711132,63.666885,64.664307,65.469513,66.347374,66.910561,67.205894,66.98806,67.484047,67.844131,18.577402,20.378185,22.677568,25.190622,28.106579,30.809677,33.611301,35.810768,37.392284,38.56823,38.974701,39.582832,40.062027,41.206367,42.211807,47.8745,48.038013,48.576408,48.781101,49.042374,49.416969,49.862637,49.838131,49.786892,49.62616,49.390244,49.162323,48.529411,49.214958,49.617516,6.6631413,6.809751,6.424953,5.8792925,5.6036677,4.9163709,4.7022743,4.0883698,3.9959536,3.8384843,4.4444447,3.7891667,4.4828448,4.5814762,4.6373954,13.002251,12.974231,13.163383,13.230412,13.156569,13.063919,13.089935,13.089005,13.276045,13.483471,13.412541,13.417712,13.459341,13.593088,13.695961,30.903049,30.743769,30.291122,30.488041,30.227613,30.209293,29.935534,29.63846,29.506275,29.412344,29.305887,29.029167,28.911356,29.010099,28.805441,33.252483,33.048935,33.090046,32.762768,32.823578,32.933826,32.859535,33.081551,33.30806,33.336304,33.392162,33.368759,33.728714,33.896004,33.967415,32.883869,32.550743,33.082222,32.313976,32.381302,31.500689,31.031317,30.433985,29.700544,29.075891,28.781685,29.485777,29.237408,29.543137,29.777246,0.11025359,0.1175779,0.16158928,0.1867065,0.19201756,0.27509695,0.27243167,0.28897995,0.31602323,0.32120368,0.50712085,0.45941806,0.5113346,0.68299675,0.7843799,11.512605,12.399294,13.293698,14.272692,15.48827,16.67108,17.662033,18.539085,19.155449,19.534946,19.930805,20.394192,20.456938,20.959415,21.502443,13.319463,13.400819,13.43996,13.493837,13.612866,13.666624,13.807598,13.844588,13.930069,14.068871,14.083761,14.249335,14.407398,14.397276,14.380446,0.42529878,1.0563089,1.5095382,1.6903291,1.8860065,2.0233502,2.2584019,2.4222136,2.5430148,2.4966133,2.4872975,2.6894665,2.816211,3.0155318,3.203814,8.811657,8.8296385,8.7384205,8.6349268,8.4974337,8.5523586,8.339406,8.1865292,8.1693182,8.1663055,8.2547169,8.3348494,8.6720743,8.892313,9.2314606,44.537548,44.155972,43.981899,43.491375,43.165062,42.852955,43.0942,43.39991,43.494164,43.581802,43.712299,43.810307,43.645535,43.461864,43.356953,0.21155961,0.26827356,0.27688605,0.28543499,0.35912129,0.36556253,0.33616483,0.39291325,0.34383753,0.3265422,0.51879299,0.38543141,0.47141388,0.5837732,0.64782095,8.430459,9.2420731,9.1673031,9.6066561,9.5220585,8.3604774,8.676115,7.998661,8.3056479,8.0887146,8.0194807,8.2182989,8.7567911,9.0938616,9.7504921,26.372311,26.271185,26.093534,25.946499,25.927946,25.740814,25.700548,25.78124,25.716227,25.723913,25.869501,25.910366,26.033216,26.071184,25.931772,3.4391117,3.3830888,3.4747224,3.5039983,3.5102983,3.4721949,3.5524626,3.5499637,3.472795,3.5708435,3.5588801,3.7520275,3.8633466,3.9058156,3.9522865,29.982222,30.234823,30.65369,30.591164,30.650169,30.24843,29.757217,29.572777,29.141054,28.734985,28.56744,28.255167,28.249035,28.30039,28.481113,44.304676,43.365299,42.498665,41.515553,40.365295,39.970322,39.359722,39.101307,38.918648,38.245262,37.998249,36.95314,36.168762,35.948837,35.419449,13.26597,14.395872,15.375258,16.390484,17.662786,18.809723,20.268633,21.300985,21.94305,22.670784,23.039276,23.752228,24.21126,24.814497,25.390497,4.2609782,4.2450018,4.1046472,3.95259,3.8580446,3.2511811,3.4936972,3.5447268,3.4077554,3.3739262,3.3170846,3.4217179,3.8087354,3.6535795,3.7643135,7.1414895,7.1051264,7.0538974,6.973125,6.92138,6.8735676,6.8656774,6.9952331,7.0708551,7.121449,7.1349716,7.1900287,7.2697988,7.40026,7.4252725,77.518379,77.469566,77.006821,76.607948,75.995041,75.565704,74.953369,74.567703,74.000816,73.64325,73.591736,73.344711,73.24707,72.669136,72.34417,5.3823481,5.4246721,5.4131055,5.3586512,5.2315269,5.0880766,5.038939,4.9268155,4.8874149,4.7334399,4.7230139,4.6683736,4.7249923,4.7429996,4.9834003,19.463032,19.334339,19.394321,19.355576,18.907284,18.306709,17.873604,17.528734,17.460318,17.346161,17.132465,16.981365,16.904345,16.73097,16.72193,19.335243,18.885853,18.934124,18.716349,18.981056,18.871021,18.704571,18.622961,18.645079,18.54389,18.626324,18.482443,18.444515,18.302628,18.47946,10.744699,10.704376,10.752209,10.49333,9.8908892,9.9118938,10.023371,10.216905,10.07706,10.089248,9.7435465,10.060585,10.321751,10.297423,10.40841,14.699361,16.864885,19.232382,21.687824,24.256271,27.000063,30.066442,32.532745,34.444515,35.666908,36.499645,37.208401,37.678692,38.549129,39.471222,24.713821,24.949751,25.174597,25.56032,25.96122,26.366669,26.694473,26.963959,27.380264,28.071695,28.356298,28.543198,28.836151,29.273151,29.629158,25.744572,25.67065,25.043478,25.140636,25.186131,25.616116,25.669914,25.334457,26.267469,26.080116,25.766165,26.531876,27.113703,26.613504,26.234737,7.680727,7.6578965,7.4321313,7.5621886,7.4034958,7.1610646,7.1080923,7.1226158,6.9572539,6.7707987,6.7703357,6.7149134,6.8429933,6.8832493,7.0333719,27.105082,26.081348,25.209946,24.490618,23.768667,23.504044,22.77487,22.263985,22.383615,21.991041,21.994829,21.754284,21.927889,21.611235,21.168154,15.03848,14.708395,15.044315,14.908568,14.992929,14.866342,15.06986,14.622643,14.714962,14.813323,14.796899,14.687168,14.901079,14.973942,14.997981,56.091476,55.604233,55.625767,55.631943,55.462681,55.323803,55.172009,55.199051,55.084194,54.842682,54.311775,53.604382,53.471928,53.717995,53.236435,40.284248,40.107262,40.161533,39.798077,40.176678,39.905991,39.903904,39.860222,40.659473,40.472477,40.275616,39.490524,41.685822,41.988773,42.074707,36.955761,36.713047,37.547691,36.87606,37.189224,35.876419,35.225151,35.846443,36.062012,35.455456,34.650486,34.283413,34.239788,34.096249,34.490574,23.478662,23.541025,23.39315,23.51387,23.446508,23.766964,23.966911,24.260715,24.271505,24.218042,24.425508,24.472136,24.247585,24.341532,24.70911,30.391911,30.92201,30.35791,30.024286,30.277056,30.25765,30.318434,30.275806,30.690708,30.669666,30.788109,31.006601,30.399115,30.726349,31.188229,25.456541,24.927616,24.831581,24.522457,24.475971,24.082796,24.04513,23.776766,23.995815,23.832823,23.513727,23.237823,23.315468,22.345133,22.175169,34.488438,34.459145,34.754787,34.762409,35.06443,35.124382,35.305687,35.465591,35.518341,35.54248,35.760441,35.637379,35.679157,35.977962,35.801743,15.458722,15.911004,15.855066,16.187649,16.49143,16.842106,17.493149,17.717329,18.02853,18.530678,18.579428,19.329464,19.64205,20.085382,20.467094,42.652599,42.604416,42.343815,42.618744,42.138046,41.84771,41.849731,41.324482,41.341103,40.634647,41.192951,39.731876,38.741989,39.031555,38.914047,34.373127,33.086567,33.158211,32.990307,33.051666,32.596085,32.288364,31.93236,32.40559,32.243279,31.973385,31.805485,31.707317,31.129011,31.237671,23.674061,23.666004,23.921425,23.301687,22.959049,23.259398,23.099079,23.923756,24.945072,24.095163,24.603933,23.829201,23.94035,24.188116,24.051003,33.986942,34.033894,33.921173,34.021889,34.2006,34.441811,34.530579,34.880886,35.203682,35.462852,35.732773,36.061577,36.359676,36.059986,35.936001,1.4587549,1.5483929,1.4534885,1.4692492,1.4087334,1.2633288,1.1758242,1.1903075,1.0539687,1.0160482,1.2067471,1.2632892,1.4003322,1.5288935,1.5927556,37.303116,37.569763,37.883732,37.99102,38.238613,38.437836,38.800777,39.081154,39.362095,39.334126,39.710186,40.014793,40.318634,40.368462,40.626888,36.755569,36.488026,36.58997,36.453949,36.340504,36.033203,36.007725,36.049328,35.955055,36.024673,35.862938,35.732864,35.022408,34.82143,34.639824,59.30838,59.142815,59.49456,59.549461,60.157997,60.269642,59.823166,60.068047,60.21661,60.3288,60.469238,60.012428,59.315987,59.253967,59.371834,8.3527136,8.2661438,8.3056726,8.1952562,8.1834764,8.0817022,8.0520716,8.1449594,8.1164627,8.0834045,8.3963509,8.4990578,8.560935,8.7911692,9.0249405,33.801643,33.242283,34.148647,34.210876,33.547203,33.601944,33.168499,33.38583,32.966377,32.648052,32.583115,32.738503,31.600643,30.972942,29.810762,42.049187,41.631149,41.203907,41.070087,41.204628,41.045734,40.781704,40.109303,39.753445,39.436871,39.104767,38.821239,38.612049,38.942398,39.102955,28.98756,28.876335,29.071968,28.955851,29.193153,28.805775,28.309307,27.46571,28.17473,28.249878,27.535522,28.057436,27.582159,27.388645,27.215937,47.848946,47.658344,47.894337,47.914726,48.099491,47.939049,47.996098,47.885208,47.953022,47.719566,47.651066,47.526569,47.595345,47.52454,47.396614,27.680534,27.272316,27.061096,26.303247,26.277061,25.618771,25.192585,25.118557,24.321306,23.901194,23.75411,23.019829,22.920717,22.941591,23.469839,27.471458,27.231041,26.851851,26.37138,26.969028,26.697788,26.873976,26.615805,26.10989,25.996059,26.042124,25.871033,25.409651,25.320833,25.693592,28.510719,27.697321,26.945335,26.413368,25.921463,25.335302,25.011551,24.461695,23.855663,23.955137,23.597582,23.069622,23.00617,22.775459,22.918636,0.52263385,0.60770106,0.66811645,0.62823731,0.61573547,0.59914911,0.58248073,0.56804025,0.57688934,0.54402328,0.62438387,0.75079262,0.84306759,0.95776653,1.0412699,43.612652,43.447887,43.645584,43.990753,43.793533,44.18338,44.34985,44.707207,44.931614,44.92733,45.011215,44.923397,44.556557,44.60376,44.817917,22.377644,23.652037,25.31715,27.616718,29.93685,32.249817,35.200283,37.668106,39.196865,40.089855,40.562119,40.771145,41.00198,41.547424,42.028526,5.2987556,5.2649703,5.1318817,5.2242627,5.164134,4.9203243,5.1144013,4.8837585,4.987854,4.8632126,4.9751391,4.9245381,4.9320135,5.039897,5.1099668,19.695776,19.655867,19.525547,19.148777,19.100876,18.395502,17.954384,17.640106,17.288414,17.25514,17.320196,17.138992,16.926977,17.095194,17.316076,6.9508343,8.4411201,9.4954576,10.363764,11.332393,12.611816,14.097934,15.424787,16.131643,16.707043,16.892834,16.903475,16.827032,17.057068,17.371626,45.356293,45.065037,44.287006,44.305756,44.129261,43.569237,43.87299,44.523369,45.386086,45.50848,45.849102,45.629765,45.34634,44.197906,44.144176,1.2344097,1.3684556,1.2510887,1.3316036,1.2905632,1.1731495,1.1963506,1.1410896,1.0666757,0.9951933,1.134665,1.1567165,1.2477415,1.2798809,1.4577647,10.80754,10.404149,10.203189,10.179383,9.7105341,9.6047497,9.2846537,8.9890146,8.9181767,8.8235292,8.8266554,8.6002569,8.6684351,8.9769249,9.0311031,14.582565,14.355935,13.762547,13.574356,13.622851,12.566005,11.910789,11.62021,11.232193,10.501665,10.293214,10.287835,10.355878,10.446419,10.292793,13.371574,13.096964,13.004679,12.783468,12.718633,12.538886,12.560685,12.594082,12.555848,12.530808,12.532814,12.516957,12.429158,12.605492,12.567614,33.816673,33.566078,32.946499,32.595886,32.199886,31.763086,31.851917,31.131496,31.336998,30.941778,31.898924,31.669056,30.903492,31.20826,31.538597,29.983011,29.93943,29.4795,28.94224,28.450277,27.68339,27.273172,26.985577,26.500591,26.271307,26.02688,26.017406,26.142433,26.447523,26.632977,46.802773,47.487534,47.428345,48.224373,48.636551,48.789204,48.644402,50.059311,48.370632,47.416901,47.282825,49.045105,49.250622,47.401775,46.982197,0.80291975,0.9013716,0.87333423,0.84124655,0.92022598,0.85979664,0.8825357,0.95670307,0.88636225,0.82847494,1.2899263,1.0194682,1.1773362,1.3373598,1.306223,59.333591,60.056515,60.255581,60.657227,61.131245,61.346828,61.482151,61.936069,62.223671,61.569286,61.42152,60.757153,59.802986,60.46447,60.424656,49.691551,50.116573,50.803341,51.737427,52.243717,52.613144,53.015797,53.267204,53.287674,53.647812,53.676277,53.893341,53.981667,54.253418,54.477524,18.261127,21.025391,24.258453,27.357733,30.865664,34.135441,37.494213,40.737225,43.424927,44.966618,46.010956,46.660824,47.334064,48.518311,49.777035,30.968082,30.259068,29.336735,27.741449,25.970516,25.737705,25.080019,24.798956,25.087902,23.496164,23.153692,22.180153,21.488764,21.771803,21.018862,45.10788,44.696819,44.870613,44.747341,44.440754,44.049118,44.107769,43.659603,43.757999,43.535728,43.17931,42.321056,41.670189,41.551678,41.224953,34.655373,34.407089,34.603691,34.274326,34.020962,33.745087,33.735485,33.795456,33.578793,32.956619,33.081242,32.557877,32.767918,32.788734,32.481792,31.073389,31.374413,31.688972,31.925211,32.088863,31.940874,32.105339,32.24371,32.572937,32.638966,32.831882,32.801235,32.931118,32.984943,32.845379,11.988855,11.729311,11.683902,11.693929,11.736588,11.519028,11.334745,11.362217,11.29057,10.859641,10.926583,10.97471,10.948253,10.887995,11.090159,60.730507,59.64912,57.817108,56.304825,55.529449,53.798031,51.359516,49.657352,48.486412,47.436325,46.62151,44.30901,43.661972,47.884514,45.235222,48.914734,49.30188,49.700256,50.271267,50.753754,50.999325,50.861675,51.198959,51.496429,51.411808,51.590687,51.641441,51.879936,51.961506,52.105148,61.313427,60.059921,59.608829,59.020309,59.07011,59.09354,59.520046,59.208656,59.689808,59.013535,58.7668,57.979591,57.035793,56.392731,55.935394,60.260117,59.921223,59.558823,60.426418,60.273254,59.956944,59.527641,60.777958,59.34066,60.146564,57.126034,59.554512,59.270332,58.140911,56.822212,31.390556,30.509848,30.404919,29.864353,29.734304,29.074034,28.872187,28.143661,27.792948,29.07691,29.196796,28.822273,28.974512,29.174349,28.835085,42.489513,42.382366,41.67704,41.491161,41.141514,40.259594,39.531712,39.896255,39.843487,39.372036,39.142632,37.691944,38.019588,37.880226,37.762737,38.039185,37.062939,36.705273,37.365879,37.419136,36.443264,36.380756,36.304291,35.847195,35.111111,35.412498,34.808224,34.616325,34.387257,34.705524,60.448105,60.977638,61.402847,61.404003,61.197739,61.594627,61.811615,62.065769,61.743366,61.76532,61.087864,60.080986,60.099644,59.911037,59.956139,38.749443,38.583214,38.442017,38.176273,37.774193,37.340435,37.092548,36.781944,36.735611,36.695831,36.829056,36.580448,36.691277,36.495667,36.401424,27.970167,27.857759,27.644766,27.546776,27.484337,27.747557,27.88649,28.164652,28.27212,28.300795,28.887676,30.518965,30.522129,29.697136,29.427114,23.973677,24.427803,24.455456,24.445385,24.474508,24.688194,24.43112,24.943903,24.889378,24.579933,24.878193,24.939352,24.900633,25.506681,25.436693,0.13906719,0.14738394,0.15736467,0.19497177,0.20259318,0.27162978,0.31125379,0.34443167,0.3528851,0.37342015,0.81998473,0.55311847,0.66679364,0.91179758,1.0282313,32.745556,33.154461,33.018459,33.217793,33.011944,32.714478,32.358585,32.895321,32.788082,32.20388,32.344387,32.385281,32.415222,32.084274,31.800821,31.963751,32.075062,32.14167,32.353474,32.684959,32.652252,32.751144,32.959904,33.070148,33.094456,33.402294,33.706985,34.064632,34.620125,35.103397,40.802113,40.874683,41.297035,41.628574,41.278194,41.092484,40.851856,40.928547,40.746483,40.719101,41.430168,40.591824,39.686905,38.847858,38.447342,43.226601,43.520828,43.00676,42.366886,41.915058,41.581478,41.080803,41.498165,41.315399,41.330887,40.956734,40.801273,40.738129,41.12447,40.435719,0.55178756,0.53866005,0.51773942,0.52055943,0.53669107,0.5539887,0.48875856,0.47169811,0.40404043,0.43115568,0.71221066,0.63202244,0.66144961,0.75546902,0.80630463,27.78779,27.479488,27.64625,27.607784,27.64411,27.758747,27.788948,27.571747,27.630762,27.814329,27.865765,27.593378,27.58102,27.473772,27.618139,3.7964351,3.9495082,3.9544246,3.9399478,3.9577756,3.8996317,3.9898708,4.0516281,4.0541534,4.0546842,4.1404285,4.2919393,4.276475,4.3165679,4.4930487,14.412258,14.360894,14.433536,14.452547,14.492279,14.548958,14.66966,15.164098,15.440305,15.458351,15.613543,15.791282,16.001509,16.46648,16.665714,28.00881,28.083893,27.872625,28.24939,28.438742,28.5396,28.492027,28.634495,29.147371,28.981518,29.482662,29.258316,29.207146,29.236885,29.013094,59.410358,59.848965,60.303032,60.025684,60.468121,60.79961,60.665787,60.474838,60.905422,61.599594,61.095798,60.771252,59.98563,59.971203,59.40163,53.270721,53.193199,53.223808,53.40123,53.148712,52.870255,52.862293,52.805485,52.872372,52.655369,52.623367,52.262886,52.268581,52.2626,52.34375,20.108288,19.737431,19.97217,20.096912,19.984413,19.647991,19.388849,19.431698,19.6425,19.452957,19.790802,19.695421,20.091579,19.901506,20.096828,46.997498,46.77079,46.755962,46.784565,46.528049,46.195652,45.551331,44.753201,44.981552,43.217896,40.946575,41.157555,42.090191,41.543571,42.150944,33.041786,35.000748,34.431953,34.686737,34,33.950157,34.268047,34.316277,34.696495,34.559441,34.62212,37.194286,36.761543,37.312492,37.462425,2.1995442,2.3007007,2.2036712,2.2564502,2.1278369,1.9603077,1.9042034,1.7537156,1.6187185,1.5622101,1.7851886,1.8515137,1.9558039,2.1222167,2.2546704,3.6748118,3.6070056,3.623312,3.5863564,3.5452192,3.4886684,3.4468095,3.4575384,3.4591131,3.4204874,3.5867643,3.5235584,3.595645,3.7488122,3.7742772,35.843372,35.802887,35.683323,35.985062,35.577572,35.999546,35.532249,34.852062,35.46492,34.971603,34.822006,35.205585,34.942963,35.300022,34.973976,43.239201,43.122536,43.066853,42.874439,43.145199,42.774567,42.981297,42.987457,43.264347,42.73011,42.757317,41.993721,41.62851,41.853905,42.084045,40.763268,40.500633,39.591152,39.731075,40.068218,40.006073,39.334221,39.056412,38.984623,38.665562,38.270439,38.002117,38.13364,38.108883,38.356163,29.654732,29.606251,29.33754,29.514492,29.342112,28.735579,28.324839,27.949736,27.680752,27.579248,27.494223,28.545649,29.137161,28.719362,28.632111,0.6253956,0.67474574,0.71576041,0.78040767,0.82704836,0.88457513,0.94305885,0.98676497,1.039418,1.1174104,1.0743753,1.093027,1.0892079,1.1322186,1.1573234,0.057520851,0.057224609,0.02809778,0.055187639,0.081234768,0.13099293,0.079197466,0.10129147,0.099477746,0.1,0.30356693,0.20105554,0.12804097,0.15686274,0.20790021,0.54801393,0.62650728,0.64455396,0.66044658,0.67027617,0.65358633,0.70836151,0.71970552,0.75549877,0.71956486,0.68134487,0.74894714,0.74947488,0.72875464,0.75235713,0.093399748,0.078198314,0.080398776,0.080398776,0.081037275,0.098732926,0.11530225,0.099189952,0.099552013,0.099767208,0.20097135,0.15093075,0.18644068,0.18471873,0.21830395,0.11974744,0.11150758,0.12335988,0.146051,0.16840687,0.22092123,0.22678186,0.25817555,0.23441662,0.2369158,0.33387184,0.32733226,0.3289113,0.27703902,0.31938326,0.12693699,0.15924703,0.17339255,0.18094231,0.20607933,0.23625877,0.2350447,0.19399306,0.24091503,0.20848583,0.19445476,0.21127374,0.23724271,0.28852084,0.28979737,0.062777922,0.060744118,0.074297883,0.068103321,0.072077267,0.10527826,0.090124279,0.089753881,0.10709131,0.10189903,0.12191691,0.11852835,0.14675945,0.15026297,0.16788696,0.10444643,0.11881776,0.11672017,0.11466247,0.11422045,0.20054434,0.18179275,0.1936644,0.18186906,0.19855338,0.28441411,0.21419393,0.20585209,0.29677993,0.35159683,0.10554803,0.10005408,0.11425838,0.11984785,0.12359667,0.12381241,0.11712812,0.11291669,0.11472929,0.12007155,0.10998411,0.18861455,0.20525248,0.24830979,0.26484963,0.4339022,0.48386908,0.48553962,0.49743223,0.51276892,0.50376731,0.50023216,0.51384205,0.52276039,0.54166347,0.51151145,0.54142928,0.59763193,0.59773362,0.58234894,0.090789869,0.091687046,0.11185683,0.13052209,0.15743382,0.27176553,0.22792022,0.23247164,0.24928446,0.26804695,0.25394523,0.30496258,0.36011079,0.39594844,0.48282775,0.276434,0.24535577,0.24088092,0.28149191,0.28449503,0.21238936,0.17946877,0.14094432,0.17568517,0.14109348,0.10319918,0.46345809,0.2567865,0.30499429,0.15313937,0.10330578,0.1,0.097560972,0.09718173,0.19569471,0.2806361,0.18639329,0.18132366,0.17857143,0.17652251,0.54102796,0.81595647,0.37140203,0.3835091,0.38535646,0.26299575,0.33050963,0.37613666,0.40952474,0.43403554,0.46051466,0.48435432,0.48929834,0.50487578,0.49370989,0.44291234,0.49989814,0.51943898,0.56417346,0.56663924,0.04120313,0.040950041,0.04189359,0.042223785,0.056290459,0.086169757,0.043566655,0.043649059,0.043859649,0.057786766,0.071664035,0.13132934,0.088508628,0.23453534,0.23477623,0.07479082,0.078860693,0.09765625,0.11180472,0.12193406,0.15440764,0.13627179,0.15764095,0.16264571,0.16017085,0.16025642,0.15109652,0.16746104,0.21843413,0.19542037,0.09765625,0.10362694,0.10548523,0.11210763,0,0.21621622,0.21119325,0.21097046,0.20387359,0.10405828,0.40485832,0.21030493,0.34364262,0.34762457,0.34324944,0.14557672,0.14961445,0.13987644,0.16286644,0.19744483,0.18477884,0.20510483,0.19344561,0.18256503,0.18262754,0.32036614,0.27822861,0.31457531,0.40768781,0.45833826,0,0,0.024137098,0.024295432,0.024218939,0.07345739,0.072202168,0.11904763,0.11627907,0.11460005,0.16032982,0.20661156,0.13808976,0.21236432,0.16887817,3.1142957,3.1108537,3.1204939,3.164947,3.3124645,3.1984258,3.2591507,3.1096072,2.7924249,2.6597929,2.3780556,2.5441506,2.6263702,2.6935387,2.8215673,0.088105731,0.078513481,0.094121672,0.11094043,0.12542854,0.16557662,0.18204385,0.22806874,0.21479714,0.21948732,0.15632327,0.24957106,0.26506588,0.28789294,0.27705097,0.12745349,0.12614582,0.13301189,0.12934519,0.13449366,0.18239492,0.18010963,0.1691657,0.17541184,0.18219084,0.26413101,0.2208346,0.21553384,0.30976537,0.31080031,0.072297074,0.071461059,0.071022727,0.063722678,0.08791209,0.12266928,0.11423761,0.11881424,0.11805679,0.11303468,0.19790104,0.14357501,0.1560156,0.18022348,0.20269465,0.056353904,0.056278579,0.055780228,0.062141825,0.061804697,0.095798545,0.088141568,0.093564123,0.085436381,0.085134253,0.22576277,0.097560972,0.13775009,0.14527205,0.15878266,0.084033616,0.084158741,0.10325912,0.14276443,0.17357764,0.2254864,0.19823506,0.20925808,0.21389028,0.22927253,0.30077958,0.26721728,0.26821092,0.32076985,0.35172158,0.1094149,0.1190353,0.11614988,0.13333993,0.12954611,0.17532527,0.15597843,0.15335463,0.14982183,0.14745829,0.14865071,0.18996961,0.22511539,0.24959953,0.26307988,0.11355647,0.11841326,0.12813668,0.13178009,0.15001811,0.19334488,0.16906171,0.19443905,0.17910166,0.18149644,0.15577017,0.18640983,0.23528367,0.27429989,0.28083724,0.16440308,0.20530382,0.21818118,0.23431063,0.2380126,0.23973581,0.2702494,0.30569759,0.29271457,0.30202246,0.27861568,0.33107418,0.34295675,0.36523923,0.35858604,0.59636444,0.65466911,0.67362076,0.68220901,0.69707787,0.7369709,0.75308263,0.78222173,0.7775709,0.78778529,0.66427386,0.79446781,0.83815706,0.83100319,0.868213,0.10357328,0.1053602,0.11857707,0.11842106,0.15665796,0.23352362,0.19243105,0.20565553,0.20248038,0.20330369,0.16337816,0.33783785,0.37308633,0.36241263,0.34951454,0.34759358,0.33342597,0.35393411,0.29964587,0.35431996,0.35470667,0.37715515,0.35068789,0.32094142,0.36534446,0.36687633,0.34273663,0.31266284,0.28818443,0.41862899,0.098741055,0.096176967,0.11786893,0.13723695,0.20265704,0.27694932,0.33599326,0.34426892,0.357072,0.34944671,0.30704281,0.31152648,0.36149162,0.45214769,0.47134241,0.28707439,0.35741362,0.42488939,0.45337868,0.45326665,0.47031677,0.45449346,0.46406305,0.4840827,0.46873736,0.43058768,0.47757259,0.51972848,0.52088869,0.57265943,0.17410336,0.18364535,0.19445297,0.20114498,0.19825742,0.23668018,0.22051874,0.23457047,0.20110349,0.20619594,0.30827367,0.22774532,0.21372831,0.24120109,0.27088258,0.27006793,0.27568313,0.31796503,0.27854416,0.33864224,0.30469388,0.28821439,0.3125,0.27312547,0.33547595,0.2745367,0.35245195,0.41955215,0.45349771,0.50585997,0.12091899,0.1197318,0.14545454,0.14673515,0.22026432,0.21754894,0.19295707,0.21598272,0.21423471,0.21186441,0.13959982,0.21271566,0.23646252,0.21028037,0.23781213,0.065481752,0.073549695,0.082751013,0.072509743,0.081892632,0.16374056,0.1349649,0.14215904,0.15631784,0.1472244,0.41695625,0.21927902,0.23677979,0.26320407,0.26527545,0.092125677,0.086555108,0.10016217,0.12776226,0.14664836,0.15360269,0.15513779,0.16936311,0.16800779,0.18530774,0.21661288,0.19956538,0.22493716,0.24375109,0.29360211,0.066809192,0.067367285,0.081400082,0.10969422,0.16146395,0.20199299,0.21152829,0.22570367,0.22474882,0.24908234,0.21576342,0.23130302,0.24327785,0.31019774,0.28653297,0.10899579,0.1114082,0.13032812,0.1318136,0.12518582,0.14714994,0.14599662,0.14672947,0.14580615,0.15549681,0.30638698,0.22910412,0.22047244,0.26033449,0.29055691,0.098392911,0.092951201,0.087604031,0.12512165,0.10723861,0.14077297,0.10882708,0.1007613,0.11426198,0.10955085,0.16678111,0.1473188,0.13876499,0.12639767,0.18434075,0.15848354,0.21686599,0.28714126,0.32939842,0.35280856,0.35656494,0.3542946,0.39599663,0.40855435,0.41693434,0.41668281,0.50864828,0.48658079,0.56514835,0.56097347,0.026113069,0.025730092,0.025766555,0.024990629,0.060364604,0.056954093,0.073839657,0.070500553,0.079522863,0.10025062,0.25544089,0.23943369,0.16822626,0.25062656,0.18359853,0.1003009,0.090579711,0.12116317,0.1009693,0.11058611,0.080040023,0.099750623,0.089757659,0.089153051,0.098299421,0.27437532,0.12824307,0.19910403,0.22108331,0.22981614,3.0740802,3.171406,3.1323771,3.2006779,3.1967435,3.2127912,3.282866,3.3043039,3.3431425,3.3950388,3.4117997,3.5142012,3.5137873,3.5882738,3.609478,35.315983,35.623436,35.216846,35.098335,35.03157,34.87772,35.154636,35.102901,35.539536,34.996986,34.717991,35.387302,35.308613,34.128414,34.460411,7.3899994,7.0112586,6.9974623,7.0545659,7.0438094,6.7100286,6.4041324,6.3893347,6.3016295,6.2940216,6.0411744,6.1902337,6.2435737,6.244945,6.2952576,0.83705884,1.0481259,1.2470562,1.2931967,1.3947759,1.5927602,1.7221074,1.8799521,1.9959049,1.9407616,1.8371493,1.9522097,2.093317,2.1655152,2.2865427,18.131001,17.998281,18.310469,18.164928,18.254879,18.432846,18.589092,18.73262,18.517981,18.311073,18.745483,18.565401,18.37179,18.719929,18.822155,0.31588447,0.33256587,0.39934963,0.39623713,0.40914422,0.4888927,0.47466108,0.51204735,0.55875474,0.55051625,0.58384132,0.58872759,0.62317997,0.63066494,0.70783931,0,0,0,0,0,0.1162115,0.11596444,0.11627907,0.11801732,0.11806375,0.55031449,0.1183432,0.15920398,0.29761904,0.30223656,0.54180968,0.62785733,0.66821969,0.67006826,0.66451377,0.67236394,0.69330645,0.78174657,0.76736158,0.80124068,0.85931903,0.93292165,0.96230423,1.0511515,1.0885733,0.2705667,0.66535056,0.96686101,1.177417,1.3269795,1.6386248,1.8440968,2.0074458,2.3865299,2.4664171,2.6821046,3.3301547,3.199105,3.4519064,3.1493657,11.150794,11.232386,11.27048,11.309909,11.416786,11.545744,11.732115,11.941247,12.026117,12.247459,12.264319,12.379553,12.426499,12.49022,12.513982,2.1394455,2.0573211,1.9840255,1.9731605,1.8636003,1.7830229,1.7333789,1.6640978,1.5268486,1.5168927,1.3971138,1.4743147,1.5292822,1.5619059,1.6068637,0.19447227,0.21985857,0.20185229,0.20895523,0.19141045,0.28694406,0.28795967,0.29972425,0.28255382,0.27995861,0.36176345,0.38831362,0.49693254,0.50142378,0.43995538,0.11104171,0.11220196,0.1265111,0.16204031,0.15556498,0.2759304,0.27025104,0.27191412,0.3149381,0.318241,0.43471959,0.42240188,0.45868218,0.44270641,0.43823811,3.8774078,3.8919311,3.90523,3.9082553,3.9046445,3.7485347,3.6787131,3.643703,3.5386422,3.6359754,3.4969471,3.6137626,3.6525118,3.5990601,3.5633035,2.3967316,2.4986203,2.6956954,2.8391287,3.0066564,3.0481365,3.2065821,3.3500335,3.5488458,3.7398343,3.7385952,3.7063982,3.6752298,3.686801,3.8142588,25.975517,25.84688,25.803322,25.734243,25.657515,25.575851,25.456264,25.214005,24.917572,24.616537,24.435516,24.1602,23.966928,23.740765,23.55633,4.4877763,4.5671072,4.6327462,4.6603007,4.6762052,4.5783253,4.5877991,4.6464849,4.6139879,4.6762409,4.6428213,4.7159324,4.7128959,4.6605825,4.7380643,0.097190313,0.10678057,0.11637275,0.14458703,0.1444304,0.27132136,0.30622354,0.33402544,0.32432434,0.31691417,0.46191466,0.33414614,0.37470296,0.44044778,0.45846322,4.6124363,4.8185987,5.1179433,5.2775888,5.28583,5.3678455,5.5403848,5.7554026,5.9607463,6.1704679,6.2974682,6.3613892,6.5067477,6.7473931,7.1361027,0.48809522,0.49428296,0.50980628,0.50341606,0.5218643,0.58626467,0.53596956,0.5495162,0.4900496,0.48978111,0.59193045,0.63424951,0.7029025,0.73219842,0.73248798,0.29553196,0.33446485,0.30973673,0.29985008,0.3084577,0.26864335,0.26850978,0.27914861,0.26539809,0.27570304,0.3555333,0.27748349,0.31281534,0.36861241,0.44804671,3.0046873,3.2819369,3.5249705,3.8165233,4.0417314,4.1331916,4.2931271,4.3350091,4.4033952,4.4531145,4.5028973,4.6861849,4.7575583,4.8222499,4.8772235,1.7516086,1.5412278,1.3974752,1.1946555,1.0713723,0.95855063,0.83219212,0.70790851,0.58610404,0.4713949,0.42093903,0.39671758,0.46798438,0.4572576,0.41573033,0.14361626,0.14536996,0.14585765,0.20339969,0.20512819,0.35314891,0.35853001,0.35671821,0.43219078,0.44943821,0.60930306,0.47868359,0.49026892,0.65917599,0.52862108,0.1635132,0.18349159,0.18960941,0.19762847,0.2116126,0.22115524,0.21872905,0.21935597,0.23117666,0.23924142,0.26581761,0.25083125,0.31430066,0.36422974,0.42539552,4.9021854,4.7799034,5.1022282,4.1972671,2.6880698,4.2978764,4.4241734,4.2165375,4.2533855,4.3234186,4.474576,4.9166408,4.7371516,4.8494153,4.9333878,0.2465657,0.29686174,0.36124095,0.33345157,0.36788115,0.50383198,0.5249716,0.52065009,0.60305071,0.54671967,0.67495561,0.68115008,0.67229295,0.75362319,0.84622121,0.14357869,0.15464716,0.20055023,0.24573798,0.22392997,0.29555157,0.29322547,0.29640514,0.29838669,0.30646876,0.33857194,0.39988002,0.45892265,0.45223719,0.51374197,3.5456352,3.6219642,3.6076303,3.5910356,3.603508,3.5405319,3.5440125,3.4798238,3.4493876,3.4052305,3.414305,3.5079169,3.5444145,3.7627463,3.8064785,0.24980484,0.25481766,0.24414063,0.22887036,0.2306045,0.23217247,0.23411371,0.2209757,0.24154589,0.23086485,0.60975605,0.3444525,0.46133971,0.64742875,0.71455437,0.7388829,0.73187417,0.75229108,0.76246738,0.78412324,0.78570431,0.79056966,0.79994285,0.85267985,0.84015512,0.9736045,0.90259218,0.9836306,0.65185183,0.71450061,0.19361341,0.45407099,0.55576998,0.6805796,0.81381315,0.95289832,1.1668887,1.1209133,1.1166253,1.2434107,1.1566688,1.1564273,1.2896153,1.3692896,1.3463407,0.67426181,0.62155503,0.63981044,0.55746651,0.44574779,0.55483413,0.48252326,0.39211029,0.42583394,0.40246212,0.50893599,0.42760423,0.50221211,0.5523535,0.63870811,0.1935676,0.20927799,0.20713347,0.2287399,0.22986156,0.25155294,0.2627241,0.2582778,0.29699874,0.24109015,0.35620743,0.34680259,0.34937271,0.37632385,0.39192528,2.6795058,2.3714585,2.3078551,1.9686706,1.7581476,1.5167931,1.2866015,1.0309278,0.82079339,0.62154692,0.69573283,0.37365717,0.44611412,1.6957136,2.0146954,0.25697505,0.2576687,0.25996533,0.26465029,0.26541963,0.19265348,0.19700551,0.19828156,0.20099157,0.20435967,0.46410048,0.2355876,0.26946533,0.38815412,0.40034318,1.1257293,1.2245139,1.22686,1.2580353,1.2908591,1.3248438,1.3752183,1.4091197,1.4735007,1.5474117,1.4929221,1.5406023,1.6692593,1.726769,1.7432616,0.72325242,0.77364451,0.74663204,0.74622005,0.77066869,0.80856353,0.81166691,0.79255003,0.80058223,0.76683521,0.73836815,0.87740093,0.98313653,0.98698968,1.0763141,13.051498,13.196709,13.179189,13.186127,13.336248,13.418658,13.455211,13.767263,13.8126,14.025208,14.182999,14.102798,13.814741,14.285715,14.395164,0.11920135,0.11933175,0.11982027,0.12036108,0.11988012,0.090863198,0.10196798,0.10229132,0.1021868,0.10308216,0.33020329,0.15400411,0.17629369,0.21957341,0.28069445,7.7995052,7.7870293,7.8206258,7.8454571,7.8081636,7.9951549,8.1552658,8.2614431,8.3967714,8.4475231,8.2229557,8.355691,8.4540186,8.5956697,8.6797066,0.51751226,0.51032138,0.49997726,0.44743741,0.4380084,0.49777776,0.47501758,0.46413872,0.40287647,0.39895922,0.46635285,0.50301814,0.55888051,0.57044309,0.64739269,0.19285971,0.22236058,0.24911033,0.28192589,0.27819484,0.38359788,0.40301383,0.39107129,0.43143299,0.43641171,0.48554406,0.50308913,0.51061183,0.45173988,0.48754305,13.742599,13.232766,10.960334,12.252295,11.865458,10.689763,10.357669,9.732646,9.052166,8.4814348,8.0930824,9.0251303,8.7697554,9.1369371,9.2544785,5.5878801,5.4047999,5.2579598,5.1285553,5.1061935,5.1394243,5.1867456,5.2617035,5.3005629,5.3855767,5.4245992,5.3840828,5.3449335,5.3852549,5.3956294,15.468693,15.501963,15.510997,15.436604,15.234581,15.149605,15.088166,15.025246,15.098795,15.070685,15.050836,15.038713,15.059121,15.073193,15.061047,1.2149482,1.5794787,1.8649137,2.2394447,2.6138382,3.0293317,3.6896627,4.4234371,5.0967674,5.4369278,5.5661554,5.5937471,5.8330517,5.9897528,6.3957119,6.2438378,6.3655586,6.300602,6.392283,6.5146818,6.6712761,6.7975035,6.9119372,7.0122643,7.0848398,7.088191,7.3257289,7.4481306,7.7041068,7.6803198,6.8436317,6.7945294,6.7584605,6.5745564,6.6036134,6.6153922,6.6343813,6.6730642,6.6700697,6.7518063,6.7745199,6.7287698,6.7541561,6.8379083,6.8856163,1.5313619,1.6344063,1.5557978,1.2573345,1.5525929,1.610625,1.6546018,1.7549256,1.804311,1.8421214,1.8534786,2.0381415,2.1125019,2.398375,2.4642637,1.0368066,1.9192375,3.396697,4.6855059,5.6997948,6.7238321,7.2026296,8.5771589,8.851491,9.2310438,9.3848438,9.4960775,9.4578381,9.7813101,9.9361296,4.9207578,5.0387812,4.695045,4.3696957,4.4028683,4.2963376,4.4673443,4.5425658,4.5269079,4.6422949,4.7021508,5.0097098,4.9639735,5.2542906,5.2972541,5.1621342,5.2180233,4.896379,4.6041694,4.710691,4.6823001,4.7000875,4.7480097,4.770802,4.8036056,4.8485003,4.9486341,5.0101237,4.2045331,4.2621622,6.5594816,6.6852012,6.8959928,7.0837908,7.16891,7.0953078,7.136313,7.3611388,7.3739061,7.3693233,7.3631382,7.6022043,7.8075113,7.5913777,7.7860026,3.6813741,3.842752,3.9814646,4.0763097,4.2228184,4.2955432,4.3172693,4.3496737,4.4366088,4.7897949,4.8728881,4.8863845,5.1353846,5.1521373,5.1565318,0.52933156,0.63146406,0.71417898,0.76701105,0.80278617,0.85258943,0.90110767,0.95045513,0.96860498,0.99036896,0.99840873,1.0516057,1.1550339,1.2174191,1.2906588,6.1580176,6.2941594,6.4645052,6.5521727,6.66013,6.7280517,6.8780117,7.0904174,7.153604,7.2430611,7.2648263,7.3021374,7.3986521,7.4981985,7.5084715,14.08746,14.209888,14.414911,14.555623,14.83257,15.067112,15.431197,15.583606,15.884183,16.026983,16.237186,16.388863,16.619892,16.873573,16.943928,0.79841542,0.89161265,0.88877028,0.8543849,0.89072657,0.80135483,0.81368315,0.82373691,0.76520008,0.72853243,0.76347053,0.87243968,0.93047899,0.97553682,1.0053071,7.323575,7.3856411,7.3591695,7.389761,7.4589911,7.5748129,7.6152296,7.7335052,7.7697663,7.8006377,7.8615961,7.8690758,7.9148202,8.0486259,8.2442293,3.8113523,3.7397628,3.6611264,3.7732131,3.7833405,3.7580431,3.8114746,3.7821445,3.8774688,3.8489799,3.8714261,3.9380577,3.9472671,3.9053593,3.9160147,0.40344065,0.43353719,0.40961435,0.38726667,0.38440838,0.36287832,0.37996277,0.36445409,0.33791748,0.34724963,0.44342387,0.3842459,0.42359075,0.50346649,0.47507918,0.11874258,0.11904763,0.15144822,0.17178851,0.17229277,0.29086679,0.2969709,0.30508026,0.33417991,0.34489754,0.46495727,0.40737417,0.4601548,0.4721635,0.54621243,5.4571881,5.5316048,5.3926082,5.3337717,5.3677807,5.4144859,5.6699357,5.2679205,5.6009865,5.7790732,5.618269,5.5871029,5.5049505,5.5113902,5.5794568,0.39275411,0.43189633,0.502994,0.47763097,0.49837828,0.57343107,0.57279235,0.58057427,0.58685446,0.58962268,0.62229222,0.78597814,0.95889336,1.039765,1.1061594,0.29521167,0.31342402,0.29561311,0.31493255,0.31557012,0.28752846,0.28241798,0.3012411,0.31831834,0.2980898,0.38353828,0.31186938,0.40743259,0.43973741,0.5632745,0.039619654,0.052999787,0.075679392,0.083974339,0.092038661,0.18060438,0.17696877,0.17424314,0.19672334,0.20396979,0.25462261,0.2527456,0.2580258,0.32481077,0.34426472,3.7250872,3.6800365,3.643208,3.5809588,3.5171416,3.4667194,3.3873196,3.343786,3.266614,3.1967866,3.1586647,3.2309961,3.1444204,2.7983229,2.880446,5.33599,5.4638352,5.5319619,5.7338371,5.8213143,5.6923633,5.8610907,5.865984,5.9478202,5.9238243,5.9448042,6.1329656,6.352169,6.3645706,6.3996105,0.1954352,0.19547613,0.20888455,0.20787141,0.2203705,0.26736137,0.26089942,0.2591027,0.27131519,0.29755867,0.41742408,0.28822309,0.32723388,0.35522789,0.39618587,0.33739641,0.51876891,0.57189226,0.65483373,0.68334097,0.74111885,0.71217066,0.75325352,0.83268273,0.86160272,0.88262242,0.88618791,0.89170766,0.95156205,0.98610234,16.109856,16.238729,16.451267,16.610361,16.730463,16.906183,17.078049,17.225399,17.413679,17.530626,17.615707,17.703823,17.634609,17.81525,17.917034,8.080677,8.367383,8.4287472,8.4530067,8.5417585,8.1696739,8.3465538,8.337759,8.4024248,8.3445072,8.2039118,8.6544933,8.0684261,8.3670464,8.3186741,0.23799352,0.23231643,0.26517019,0.2259542,0.21867217,0.31233105,0.38364705,0.31805089,0.35295525,0.37558126,0.41305,0.40155831,0.4600206,0.49887449,0.54113215,1.5011547,1.4844569,1.5559862,1.6127119,1.4311059,1.4589016,1.4189514,1.6157882,1.6491122,1.6815394,1.7857144,1.7235057,1.7643081,1.8119763,1.8450184,3.7406485,4.0219378,4.2916474,4.393353,4.5433998,5.3612518,5.5037522,5.5643163,5.7591624,5.9354548,6.3296804,6.6592426,6.9515014,6.5929003,6.7463107,30.806143,31.37117,31.866875,32.001747,32.71944,32.410645,32.59248,32.222046,32.010326,32.62492,31.50885,32.472507,32.36132,32.105888,31.774416,0.47815335,0.47918046,0.47846889,0.47744486,0.48212799,0.51865482,0.50581688,0.51778853,0.50091839,0.50025016,0.84900951,0.58597016,0.61214077,0.77359462,0.89732528,9.2981424,9.5525541,9.026618,9.0451965,9.4945717,9.4230089,9.4573736,9.6077147,9.5759888,9.7649727,9.647994,9.8329182,9.9248209,10.234889,10.282014,0.26446891,0.30318031,0.28788435,0.28825516,0.28887525,0.46746218,0.48852885,0.46431002,0.48564845,0.46213567,0.5488745,0.52985024,0.57474816,0.56549835,0.60237223,7.49192,7.5396342,7.6048985,7.6799378,7.776443,7.8664823,8.0112276,8.2113066,8.5199423,8.7501354,8.8111877,8.8258238,8.9700975,9.3073034,9.4545383,28.810116,29.000156,29.214737,29.403595,29.591413,29.689768,29.905293,30.020699,30.257618,30.340906,30.426857,30.246941,30.23357,30.082476,29.980192,4.1010413,4.1677775,4.0445127,4.1150513,3.9552848,3.909739,3.9007928,3.9582512,3.9220366,3.9099195,3.8464625,3.9273837,3.9288719,3.9367862,3.9871435,9.7059507,9.9176512,10.079893,10.319381,10.537561,10.665066,10.866091,11.083108,11.408859,11.585789,11.807585,11.913559,11.940029,12.15119,12.225833,0.23614392,0.47732699,0.8222996,1.188502,1.3832384,2.011188,2.2494345,2.4784627,2.7044942,3.1245828,3.1552434,3.0793948,3.2322962,3.2464006,3.4125447,0.03604253,0.036094569,0.036330607,0.036317416,0.036583137,0.091625437,0.092729971,0.092798814,0.093057878,0.093057878,0.59902656,0.15287599,0.30234316,0.3264209,0.46457607,0.15317287,0.16738613,0.19420904,0.19005525,0.20458993,0.20940076,0.20554985,0.16581519,0.19644611,0.22335388,0.2999776,0.26455027,0.28770509,0.34255838,0.39421815,0.063321196,0.063411541,0.079770267,0.11297611,0.11341543,0.39113429,0.40610787,0.40696728,0.44197085,0.463346,0.80307841,0.65057349,0.58932483,0.66202682,0.61696655,7.6676207,7.6709509,7.8462586,7.8572459,7.9188929,8.061532,8.1265526,8.281374,8.5723248,8.7043858,8.9067974,9.0530987,9.1182175,9.2981443,9.3609762,0.87379396,0.9410904,0.96642375,0.9847014,0.98645651,1.0322365,0.9999696,1.0192968,1.0217113,1.0158899,1.0137854,1.0700582,1.1614239,1.2000704,1.22923,0.8156786,0.82247734,0.81251383,0.83903736,0.79233152,0.87432909,0.86273646,0.84135944,0.85722238,0.84315145,0.95077354,0.94403613,1.0211607,1.0194201,1.0131074,10.580881,10.52531,10.762434,10.945106,11.241035,11.443525,11.989361,12.223735,12.563163,12.721822,12.776054,12.921141,12.843424,13.150379,13.208161,0.39550215,0.42336342,0.45094937,0.46174666,0.44850233,0.5541724,0.56661808,0.58020759,0.59220266,0.6478405,0.69665939,0.66835868,0.73360062,0.75692415,0.86587584,1.5845824,1.7649287,1.6532521,1.6294507,1.682128,1.5944948,1.6424688,1.6210456,1.5227852,1.5942111,1.5252514,1.8549653,1.9685261,1.9936385,2.2302117,0.32977179,0.36702058,0.36354023,0.46085986,0.43029258,0.54849499,0.53304905,0.57085294,0.59912491,0.64384955,0.72799021,0.6854949,0.73927033,0.7139886,0.77115464,0.1227209,0.1347551,0.16463809,0.17702247,0.19548605,0.22471911,0.21391647,0.21827622,0.21854696,0.22039554,0.37050316,0.3428984,0.403153,0.46996447,0.54495913,0.26087523,0.26167735,0.26423571,0.27313304,0.27172112,0.23218787,0.24762414,0.25006759,0.25558245,0.25733054,0.38971692,0.38377193,0.41217282,0.46216458,0.45308796,0.97335643,1.004776,1.0346206,1.0472524,1.0867368,1.1388636,1.1722257,1.2036927,1.2656505,1.2238567,1.2523953,1.3001065,1.3221424,1.3524333,1.3909327,10.43124,10.297197,10.099798,10.01075,10.113974,10.264974,10.425966,10.613389,10.760926,10.89441,11.025833,11.130846,11.16009,11.251451,11.33498,2.4690351,2.6110761,2.689219,2.8171492,2.9363039,3.1311154,3.3124301,3.414058,3.6361423,3.7249544,3.7788727,3.9235954,3.9699893,4.2582889,4.3396816,10.50896,10.646801,10.770303,10.931046,11.089306,11.216097,11.424475,11.687093,11.887017,11.926444,12.02262,12.038724,12.080995,12.270455,12.394741,0.24226035,0.30090836,0.3361533,0.37734801,0.37245989,0.39965436,0.4333289,0.47943941,0.48371994,0.501616,0.4863033,0.51880008,0.60330659,0.61767787,0.62700719,0.12798762,0.13708428,0.16108344,0.21335863,0.2128792,0.26279268,0.27149054,0.28266886,0.30396914,0.31440133,0.32852659,0.31419095,0.35435244,0.37495312,0.38266772,11.312675,11.333429,11.400553,11.381192,11.416008,11.433757,11.479755,11.504174,11.575339,11.580099,11.626051,11.702371,11.738103,11.736773,11.698902,1.8198794,1.7889335,1.788844,1.7455289,1.7027524,1.684768,1.7326998,1.813592,1.8414828,1.8363243,1.7734696,1.8240372,1.9005626,2.0137098,2.044378,0.19124521,0.19327821,0.19644222,0.22955838,0.23291926,0.37016267,0.40581667,0.42021579,0.3976821,0.41213509,0.50630063,0.4968383,0.55637562,0.74566936,0.78187883,0.11438376,0.12377138,0.12412383,0.16126667,0.16301127,0.29868579,0.3191247,0.32879645,0.36234677,0.37371534,0.50207895,0.54467946,0.56614304,0.57724684,0.58059829,0.34490192,0.57191455,0.60951507,0.67690176,0.71374458,0.78617269,0.82654029,0.89627731,0.889328,0.8870607,0.85953838,0.96399701,1.1394805,1.2984221,1.435159,0.22002934,0.24342106,0.23469587,0.26016262,0.25990903,0.31407446,0.35879704,0.32080662,0.32735366,0.35384312,0.45998162,0.45804566,0.48492095,0.47907376,0.54245919,0.17866005,0.19213715,0.19733596,0.18107963,0.18364106,0.21209431,0.21309282,0.21373895,0.21378145,0.20394966,0.29758954,0.27379531,0.32302952,0.41291475,0.49738744,1.2359853,1.2481951,1.2775755,1.312845,1.3276221,1.251356,1.3017451,1.3834448,1.359099,1.3729213,1.360195,1.3580596,1.4729824,1.4704736,1.4555509,6.6298575,6.5978937,6.5594525,6.6382146,6.6879077,6.6770816,6.7951374,6.8428726,6.913022,6.8920941,6.9089594,6.9778495,7.0763483,7.0727401,7.2055364,0.32749858,0.33452359,0.33602658,0.32103929,0.3220433,0.33952099,0.35060525,0.35207352,0.31783575,0.31225604,0.34231284,0.39805067,0.46594852,0.5909856,0.56640112,0.20034176,0.25437012,0.28265399,0.27858493,0.29392359,0.36104342,0.37539792,0.37664217,0.42276326,0.42668268,0.43028226,0.46919933,0.49781445,0.51651323,0.52338392,0.14834045,0.14649332,0.14577261,0.16353229,0.14507209,0.14529604,0.17260174,0.17378578,0.19458859,0.19692422,0.36360246,0.23567121,0.31927881,0.38730401,0.38580975,0.41496554,0.46714836,0.47890154,0.4649927,0.46204621,0.50243002,0.56779021,0.51788157,0.53316963,0.58300674,0.53285408,0.60404998,0.58786935,0.6624772,0.81844556,0.64294809,0.69768441,0.69072515,0.68442822,0.68972677,0.65880507,0.652632,0.64845586,0.61640114,0.59482086,0.57285428,0.65388227,0.67934233,0.68535823,0.71626574,0.048836075,0.06508033,0.10083491,0.10823378,0.11107585,0.22858043,0.24735953,0.26681316,0.296875,0.29302597,0.32593513,0.37471992,0.39910966,0.43852958,0.49036247,0.24668822,0.28341874,0.27987823,0.31671011,0.30036578,0.33016822,0.35341635,0.37491643,0.33545074,0.3638266,0.3523708,0.36036462,0.37113208,0.40578479,0.46814716,6.7117939,6.6743708,6.7386971,6.7203069,6.6429572,6.7013621,6.7009869,6.7619786,6.7910471,6.8839898,6.893064,6.8958788,6.9373913,6.9834375,7.049428,0.45623183,0.43844351,0.42739293,0.43406418,0.38339436,0.38531443,0.36307678,0.33310965,0.31223929,0.31267154,0.26985073,0.27727088,0.30642784,0.33305776,0.3564347,5.1785049,5.1849408,5.1278019,5.1963944,5.2499523,5.3619919,5.4545827,5.4899545,5.5905585,5.5783386,5.5994048,5.6163702,5.6226754,5.7338533,5.7995725,1.6982313,1.7495943,1.6019765,1.6390815,1.6180969,1.4939271,1.4648278,1.4336624,1.2959317,1.3898627,1.2478379,1.4074596,1.4985181,1.5385906,1.563965,4.437139,4.6205959,4.5639782,4.6209579,4.676415,4.734024,4.8840489,4.9522476,5.0559134,5.1491575,5.1259389,5.1081467,5.0454516,5.2077584,5.2956071,0.10597356,0.1070302,0.10659187,0.10147706,0.10240074,0.14911677,0.15464804,0.1552081,0.1498041,0.15131234,0.23769495,0.24505514,0.31564179,0.32586801,0.34084794,0.031457849,0.0492942,0.057842046,0.066079289,0.061263785,0.14317325,0.13407145,0.14177693,0.14144878,0.14658332,0.21260902,0.23478261,0.26975289,0.26178011,0.33627391,0.77376026,0.82890439,0.82584053,0.80474997,0.82087368,0.74975657,0.75378108,0.75348794,0.71117562,0.7173118,0.71483397,0.73734939,0.73112863,0.72914118,0.73231459,1.9266874,2.0400035,1.9581447,2.0100808,2.006145,1.8997235,1.8247628,1.7993391,1.8541299,1.8383566,1.7085606,1.8798225,1.923936,1.9835597,2.0416605,7.1721783,7.1366844,7.1149468,7.1498899,7.1125784,7.0166521,6.9214172,6.7988343,6.8526692,7.0019231,6.8710251,6.7678027,6.8844976,6.9997535,7.0274367,0.075321622,0.081337549,0.084714994,0.10815033,0.11382698,0.13205282,0.14146826,0.13628104,0.15768565,0.15456887,0.18370728,0.18736778,0.23930693,0.27440697,0.29939204,1.5322236,1.8755393,2.1981134,2.4787128,2.7307949,2.913559,3.1266088,3.3043649,3.3858321,3.4332614,3.4700968,3.6302674,3.740669,3.8266964,3.8743331,0.15078083,0.57818753,0.96353674,1.2901385,1.5084863,1.6972003,1.8577414,1.9786934,2.0379696,2.0929997,2.0241992,2.0427299,1.9980471,2.0663948,2.1900144,0.37316671,0.4159137,0.44905105,0.43691212,0.42465156,0.40959468,0.42630938,0.46143359,0.42974007,0.4316951,0.43153781,0.44370776,0.50168937,0.55056208,0.57087517,1.1416045,1.627869,2.113605,2.574158,3.1398301,3.3650317,3.6985266,4.1532197,4.4780045,4.7087755,4.8338556,5.2460518,5.4111624,5.6776381,5.8648286,0.88716501,1.0083269,1.1252021,1.1506906,1.3033372,1.3398802,1.5565891,1.5573599,2.0720356,2.1275733,2.1303258,2.2913289,2.5151231,2.5707936,2.6430552,6.5563927,6.6435828,6.6305594,6.685751,6.6080599,6.6447825,6.6485591,6.6871262,6.6896687,6.7435703,6.7911081,6.8399897,6.8661032,7.0208273,7.0695219,0.17337397,0.23761122,0.23425984,0.2930693,0.2938996,0.38778222,0.38030905,0.39789569,0.45644933,0.44886443,0.47158369,0.48672923,0.45413998,0.48345917,0.54789293,0.5213865,0.62888515,0.64594167,0.65454191,0.62534708,0.63095266,0.62552422,0.61641043,0.60903972,0.60529208,0.63399631,0.69407243,0.75292808,0.83191621,0.88350111,0.49449462,0.53917217,0.54787374,0.56210452,0.58089703,0.58873534,0.59224528,0.61105371,0.61529183,0.62203258,0.66211343,0.69729161,0.77961648,0.77217764,0.81281376,0.24779734,0.26696125,0.26712108,0.26751533,0.25864854,0.29173419,0.25505471,0.24096386,0.24689059,0.28506005,0.35855821,0.29480579,0.29958341,0.33844128,0.37357545,1.4476756,1.5115877,1.5060713,1.5544857,1.4723001,1.5250953,1.5579026,1.580585,1.6233966,1.6585786,1.6144965,1.7800756,1.8266807,1.8645581,1.9244367,0.71719468,0.76256621,0.7856102,0.74967873,0.76590312,0.71247178,0.68149716,0.72977334,0.76193821,0.72864848,0.67368418,0.80130482,0.84784842,0.88044971,0.86083728,0.77576971,0.86725557,0.88088542,0.97297913,0.97832394,1.0215431,1.0351539,1.0893506,1.0822811,1.125671,1.1127856,1.2323124,1.4542516,1.6122503,1.7072459,1.8752393,2.0365603,2.1554389,2.0865734,2.1311221,2.2079237,2.2500587,2.3587737,2.511884,2.5299358,2.567374,2.6984167,2.6625662,2.7141466,2.95944,0.58481896,0.6447643,0.63183767,0.69570076,0.73826659,0.68875605,0.73338747,0.75229073,0.72900856,0.71056008,0.70442563,0.73420113,0.79757768,0.85006934,0.94843525,0.18342313,0.21247061,0.21436831,0.23802191,0.249882,0.26734284,0.29497719,0.27619073,0.30660823,0.30981436,0.30968922,0.3094984,0.33494604,0.35743383,0.36399561,25.181934,25.135305,25.173574,25.202843,25.240612,25.245644,25.252121,25.219749,25.297541,25.320248,25.380608,25.082863,24.762363,24.503418,24.234673,10.151561,10.184689,10.131897,10.122263,10.159392,10.331292,10.4149,10.671563,10.658147,10.665231,10.663437,10.730694,10.889834,11.032,11.192981,0.38549492,0.40030456,0.41269356,0.37247172,0.38172907,0.38068047,0.40940106,0.40604752,0.39365822,0.39663619,0.41626921,0.41884589,0.43661481,0.45152143,0.45379812,7.9061351,8.0048151,8.0553942,8.1190224,8.1192999,8.0720711,8.1941481,8.2360926,8.2440681,8.241704,8.3157349,8.2095594,8.2589302,8.323555,8.3046799,24.206118,24.462088,24.800684,25.072304,25.369205,25.613699,25.852489,26.029011,26.215059,26.341671,26.542252,26.719114,26.840004,26.988579,27.12323,0.25639325,0.30965874,0.31196448,0.33969906,0.36942622,0.37594792,0.40554097,0.43097013,0.42542332,0.40317449,0.45299876,0.46635434,0.49582905,0.52568853,0.61259651,0.17374517,0.17457086,0.1740644,0.15520419,0.15442525,0.13561949,0.13534416,0.10644475,0.11645963,0.11650486,0.24182627,0.24196671,0.27137041,0.29345593,0.2252914,2.9792173,3.1062372,3.4873984,3.7448659,3.7500002,4.2034984,4.3555441,4.4092603,4.458035,4.414577,4.423913,4.5070653,4.54807,4.5260768,4.6716504,3.0337877,3.0444715,2.9846365,2.9442472,3.0009735,2.9854591,2.9859884,3.0042107,3.0394118,3.0976961,3.1887994,3.1926568,3.2584701,3.2752275,3.3028953,0.78721309,0.84407163,0.82843685,0.80512303,0.81492263,0.82666314,0.83070451,0.82521224,0.85069633,0.84075433,0.77960944,0.92377549,0.92485857,0.93472666,0.9143458,0.079296209,0.13456133,0.17393631,0.22442381,0.23748064,0.26015258,0.25180066,0.26333499,0.27115595,0.27412042,0.26353514,0.31791449,0.3916468,0.45545608,0.4713321,0.17900172,0.201978,0.19521718,0.19382529,0.19463368,0.37279943,0.37693703,0.3756783,0.34848064,0.35897797,0.43530157,0.48175701,0.547575,0.55599117,0.53297329,0.37092626,0.39482066,0.39032507,0.3900505,0.41492894,0.38061404,0.393933,0.39435667,0.3574357,0.33842015,0.36389643,0.47191674,0.49753344,0.5473569,0.58829713,0.46578288,0.46156579,0.45335656,0.44990486,0.42603952,0.3533569,0.34872136,0.35046726,0.34602076,0.34235409,0.50661874,0.41077882,0.40936628,0.49784267,0.44940081,0.61089253,0.70200795,0.70991307,0.72877383,0.75417852,0.83569688,0.80850196,0.84054756,0.8166557,0.87301189,0.79797983,0.95453399,1.0207191,1.0944467,1.0819871,0.23812793,0.25052381,0.24910548,0.26880518,0.27039206,0.26393628,0.30176947,0.28848794,0.303267,0.30958322,0.36157981,0.33463469,0.36043626,0.42502949,0.45164973,2.1421504,2.1916056,2.205627,2.3408506,2.3482244,2.144171,2.2732503,2.298126,2.3273101,2.2855823,2.354027,2.1566336,2.2284613,2.3896739,2.5193012,1.4736284,1.5084952,1.6029202,1.7982386,1.9114267,2.211838,2.317467,2.3582227,2.3991725,2.4106357,2.4939203,2.6814609,2.8065298,2.8998921,2.9401145,0.085763298,0.085238278,0.10782501,0.1079414,0.10730436,0.2096436,0.24585125,0.28359011,0.2912547,0.30383298,0.35850674,0.38404265,0.49299631,0.48183253,0.54584289,0.90256017,1.1113956,1.3160702,1.5474755,1.7707465,1.9740554,2.1709387,2.4167626,2.5452509,2.7168465,2.8348887,3.0354662,3.1526558,3.2891498,3.4762235,0.8644256,0.94679391,0.88077897,0.91636747,0.91134113,0.91362131,0.91468042,0.98364407,0.93558282,0.92903125,0.84160137,0.90321571,0.90163934,0.91383296,0.95219433,0.61742008,0.62376165,0.61737466,0.6234414,0.65852052,0.65779859,0.67089623,0.67035848,0.63754946,0.67168587,0.68159688,0.69219774,0.75021052,0.8146953,0.9245705,2.9519072,3.0097301,3.1485286,3.2440436,3.4865127,3.4939122,3.5638635,3.6712143,3.7286367,3.8132031,3.8964808,3.9973578,3.9232872,4.0019197,4.078598,0.24485618,0.27239934,0.33717439,0.36244068,0.37243247,0.40351474,0.42778724,0.42329255,0.42205322,0.48399392,0.46301609,0.49198601,0.51837528,0.5859375,0.63138783,0.04877317,0.051603392,0.06928996,0.083288066,0.082588241,0.19971471,0.2045711,0.20098023,0.22024122,0.21590751,0.29152495,0.29218408,0.33952886,0.34043449,0.40633321,0.59909862,0.64480573,0.66540974,0.66334993,0.63797641,0.67878377,0.70529824,0.67582786,0.76383746,0.79605979,0.76045626,0.82005084,0.78790712,0.89406502,0.92669594,11.445391,11.566014,11.648874,11.718826,11.829925,11.995258,12.213367,12.279502,12.391407,12.44027,12.58948,12.622749,12.639763,12.669127,12.732415,0.04338583,0.042859592,0.064184852,0.067687623,0.07195463,0.19674326,0.19598033,0.1947218,0.20756362,0.22346368,0.33093408,0.25075224,0.2819272,0.34033614,0.35053635,0.75898713,0.92122704,0.92250502,0.95655185,0.96348423,0.95671767,0.98831373,0.98443955,0.99447507,1.0123229,0.95064312,1.061576,1.0141759,1.0437521,1.064427,0.53837121,0.53750306,0.54842818,0.51634276,0.51443821,0.47377488,0.5053153,0.48972991,0.4480885,0.43826219,0.49263439,0.53219295,0.54642189,0.61458683,0.6480726,0.24229541,0.2627385,0.25683832,0.25282827,0.24882025,0.28212363,0.29535142,0.28804815,0.28230464,0.28702396,0.36368304,0.34903261,0.37511316,0.43125755,0.40369838,0.38093525,0.38741207,0.41497493,0.41137651,0.41520852,0.43624359,0.45235577,0.4911187,0.44046393,0.43867347,0.50343919,0.55190229,0.62346327,0.6874854,0.74696273,4.3620152,4.2763309,4.3180985,4.3163157,4.3789258,4.3985429,4.4336119,4.3788853,4.4083529,4.4081368,4.5088267,4.388567,4.3554091,4.5480309,4.5802979,0.24099024,0.2324353,0.25744003,0.25714874,0.25347257,0.275455,0.27583489,0.26287606,0.29844999,0.28460297,0.42392841,0.38807383,0.52899879,0.50365865,0.52430886,2.5214417,2.5943942,2.7181189,2.81745,2.8813081,3.0270598,3.3335376,3.5235162,3.6743,3.8676958,3.9268513,4.1287618,4.3553071,4.5148654,4.6893888,0.13267398,0.14538406,0.13914937,0.14535764,0.15142338,0.15843032,0.17763077,0.17838471,0.17971122,0.15580207,0.31456432,0.28389376,0.35605291,0.37849626,0.42776591,0.23151301,0.23214531,0.24436601,0.246812,0.23316418,0.37950665,0.43057048,0.42855227,0.43080235,0.44200373,0.58510637,0.5353319,0.55904007,0.63152111,0.67820072,8.2289076,8.2633123,8.2886972,8.3936434,8.5150738,8.6255255,8.7466497,8.8261929,8.9136381,9.0203638,9.10289,9.1069374,9.0791464,9.1923256,9.2431755,0.26234201,0.26443896,0.25972456,0.23040077,0.22403875,0.16262121,0.16279772,0.16303363,0.14035515,0.12822862,0.28486502,0.21108833,0.23197491,0.25854456,0.33770868,6.1042719,6.1735654,6.2183404,6.2749157,6.2945485,6.4088554,6.6332421,6.7137575,6.7821488,6.8249726,6.8739696,6.9477396,6.9847322,7.0362988,7.0572362,0.4143686,0.44668588,0.47842729,0.4603059,0.46878207,0.45258239,0.47527105,0.46161687,0.47235093,0.47221211,0.5209285,0.58922821,0.57345462,0.63058329,0.65981042,0.082987554,0.081842624,0.081414282,0.09314239,0.09292601,0.08115001,0.10434783,0.10521393,0.11625203,0.11719208,0.329373,0.20061363,0.19079417,0.23874897,0.24009603,0.97846985,1.1500568,1.1591049,1.1590955,1.2397817,1.2503121,1.254714,1.2882224,1.269787,1.32777,1.3219687,1.3379592,1.3574511,1.3881387,1.4918308,0.13212463,0.14553922,0.13731301,0.16224402,0.16155669,0.22586311,0.20593666,0.21249469,0.24029967,0.22740194,0.29692471,0.30165377,0.33657977,0.37750775,0.40854359,5.1440878,5.1292567,5.0506768,5.0602922,5.0292568,5.0549483,4.988369,5.0126143,4.9831386,4.9533224,4.893033,4.8389912,4.8618331,4.8423471,4.8882828,0.14844853,0.16289003,0.18381691,0.1978204,0.2120319,0.26959023,0.2726751,0.31613737,0.28467444,0.30050689,0.37985674,0.40358907,0.44035372,0.46514982,0.49592122,0.13863583,0.1577847,0.15451664,0.19553073,0.16816144,0.1810064,0.19734192,0.18576851,0.2050581,0.21161437,0.30850416,0.31012812,0.36072966,0.43962365,0.475254,0.19259647,0.18388283,0.2429823,0.23085925,0.22298296,0.28276676,0.27609903,0.30134234,0.27839139,0.2928302,0.30898455,0.32427561,0.37251779,0.40611276,0.45492634,0.072966076,0.073782586,0.074450925,0.074534155,0.074822299,0.12607162,0.13881877,0.13975352,0.14199045,0.1433038,0.39087948,0.15868819,0.21367523,0.22861752,0.31009844,0.044682752,0.045433894,0.045766592,0.045819014,0.069654055,0.094652154,0.1657197,0.19070323,0.19272465,0.19767728,0.74645436,0.25025025,0.25595087,0.28263104,0.30999744,0.14311026,0.16744576,0.24494366,0.3276403,0.33510193,0.56363511,0.57727087,0.60690618,0.68411869,0.76421511,0.78021598,1.0986689,1.2320329,1.3468254,1.2801366,0.42348132,0.43452644,0.44709387,0.40674457,0.40855742,0.43113059,0.42796004,0.41968715,0.42471042,0.41873449,0.45818123,0.46667185,0.51980782,0.56993592,0.6255939,0.13227513,0.13505402,0.13694462,0.13891032,0.1399689,0.12650222,0.14365523,0.14464803,0.14516129,0.14667535,0.45849025,0.16616815,0.22105083,0.27210885,0.25893319,0.19742557,0.22716592,0.24004027,0.28135356,0.29792598,0.33504665,0.33668745,0.32609528,0.34486723,0.3714056,0.34902006,0.40183696,0.41005802,0.40827435,0.5144394,7.9738164,7.8973112,8.0243702,8.0456314,8.190587,8.2466679,8.4848528,8.4919691,8.6553717,8.774456,8.7699375,8.6882105,8.6917582,8.7585526,8.8288097,0.32760656,0.3657282,0.44851643,0.4917658,0.51569843,0.53207546,0.59310186,0.63646293,0.68420655,0.7890743,0.7267608,0.8352316,0.84606886,1.0014035,1.1241484,0.47614962,0.53603339,0.54305995,0.55204046,0.58159137,0.64196706,0.70258582,0.76329577,0.76980382,0.76913536,0.76577872,0.85785824,0.82996029,0.93267626,0.88625091,0.26585644,0.27205041,0.27889979,0.26894632,0.27259684,0.25922903,0.28152886,0.27053967,0.26945257,0.2759802,0.35345817,0.33023834,0.35787565,0.36211169,0.37463841,0.3339718,0.69660592,0.82538426,0.98803437,1.145,1.3670506,1.5721533,1.8284675,2.2412491,2.4745052,2.4198308,2.4201117,2.3221848,2.2990181,2.5531914,0.084972873,0.09293063,0.093796067,0.10710222,0.10677344,0.12696292,0.14064698,0.12699686,0.15377416,0.14286686,0.25484541,0.2206915,0.25355309,0.35323912,0.30724019,0.73051947,0.67777985,0.60844332,0.58161712,0.51049894,0.43019164,0.38640642,0.36191818,0.28440833,0.22717884,0.39329332,1.7289348,1.8253329,1.8157973,1.9478543,0.16368908,0.19787985,0.18904485,0.24257991,0.25792894,0.30992228,0.32162058,0.32584214,0.37122747,0.40013498,0.44150111,0.5707708,0.57557434,0.63195759,0.74924588,0.21805792,0.22087243,0.23170903,0.20315237,0.21213408,0.22853878,0.25675771,0.25021449,0.24398996,0.2365761,0.3870413,0.26844662,0.29150268,0.33843437,0.3203218,0.18682344,0.19860972,0.19283746,0.21400352,0.21920212,0.25256687,0.27820206,0.26745266,0.27627301,0.28713837,0.36214259,0.34205669,0.47290319,0.44168165,0.45701852,0.79760289,0.86161762,0.86066473,0.94908839,0.98459756,0.96332228,1.0734096,1.1335777,1.1087276,1.2229029,1.2039725,1.2212317,1.173537,1.191051,1.2982805,0.31492433,0.31770632,0.37051636,0.36568883,0.36770582,0.47657514,0.47482601,0.48551682,0.50774097,0.53543043,0.6614303,0.57390004,0.65222842,0.78190684,0.8293137,0.053159177,0.053062465,0.054091647,0.070477687,0.070916399,0.21495104,0.21423471,0.21531101,0.23253949,0.23265143,0.38659793,0.30595815,0.31753784,0.45000818,0.42633432,0.10876659,0.10861301,0.11939651,0.12928249,0.16116902,0.30501089,0.38060027,0.39348561,0.41228166,0.41179019,0.63440859,0.48319554,0.59905863,0.62662053,0.74812967,0.17281106,0.17964765,0.21655157,0.25316456,0.25353774,0.30864197,0.30335474,0.3168909,0.41923699,0.3890352,0.51651651,0.48768738,0.53708285,0.5886637,0.66585958,0.15044865,0.15651141,0.1796505,0.17976794,0.18520536,0.28463519,0.301007,0.30122131,0.33499917,0.35743746,0.3925471,0.48357514,0.50206405,0.66418999,0.67788947,1.8435754,1.9262763,1.9935963,1.9723706,2.1313994,2.1788781,2.3561745,2.4238985,2.5414276,2.573911,2.4830422,2.757076,2.8510439,2.9586532,3.0294812,0.69050992,0.74292451,0.80678409,0.84350854,0.8618145,0.96926719,1.0256106,1.0099818,1.1373734,1.1154391,1.2257763,1.6060764,1.5644845,1.5755275,1.8541121,0.71176952,0.83094156,0.86966193,0.91472471,0.99430412,1.0501113,1.0612913,1.2203367,1.3388259,1.3351115,1.3885553,1.551487,1.5566789,1.6229079,1.6848134,0.15215355,0.15137401,0.15140927,0.16404969,0.16256388,0.069905624,0.069613643,0.069156297,0.080691643,0.080450527,0.19395322,0.079981722,0.14961445,0.1485884,0.23994516,0.90225565,0.98050523,1.0577706,1.1195335,1.2703962,1.34602,1.3992537,1.5521064,1.5963107,1.6106278,1.8735919,1.8760589,1.8164204,1.8918263,1.8287513,0.065160729,0.065595277,0.076624155,0.093457945,0.09409941,0.19493178,0.22275436,0.21689562,0.24103138,0.24781752,0.29857472,0.31161472,0.30159903,0.44599465,0.42482349,3.5737109,3.6059301,3.6486945,3.756669,3.8484294,3.9621143,4.2097931,4.5142517,4.8340993,5.0694666,4.9010367,5.1301875,5.3155818,5.569025,5.6800375,0.12150669,0.12138132,0.11620083,0.12240651,0.12116806,0.13818793,0.17399652,0.16832992,0.17974836,0.17400695,0.29999399,0.17763041,0.22974965,0.29526398,0.36034971,0.83519238,0.95915979,1.0905174,1.2553881,1.4238023,1.6062753,1.8157313,2.2609358,2.3119576,2.4239359,2.6097145,2.5440748,2.6053536,2.7036602,2.868916,0.2546612,0.25711662,0.31437817,0.3170459,0.33165926,0.51296663,0.52697134,0.51838338,0.55513018,0.60804945,0.86575878,0.65482688,0.68252534,0.74679583,0.78045815,0.51312327,0.53232986,0.58217442,0.61562669,0.67242587,0.74675626,0.8041383,0.81409186,0.90865612,0.91694921,0.95973897,1.0154947,1.1338521,1.1982465,1.1732941,0.22546577,0.34213686,0.40791839,0.51078659,0.5968889,0.82929784,0.89231879,0.9577499,1.1573082,1.1693747,1.1404047,1.3293576,1.4218303,1.6376089,2.027828,0.084277555,0.084761731,0.084317036,0.084467381,0.093318403,0.15790451,0.17758669,0.17659634,0.17773621,0.1783033,0.41186932,0.26202506,0.31359878,0.4373039,0.44133165,0.037523452,0.038100079,0.077051498,0.12914892,0.15676029,0.30199581,0.31487799,0.3271395,0.41394043,0.40252244,0.61894512,0.48833424,0.5879882,0.55178267,0.62508881,0.12571318,0.12807882,0.14844136,0.17006803,0.16109546,0.18367347,0.19769014,0.18852116,0.23366967,0.23582378,0.4284949,0.35415325,0.39254171,0.44843051,0.41286397,0.08085382,0.089292958,0.088910446,0.11337869,0.12113381,0.17733355,0.17690577,0.18673378,0.21037301,0.21691975,0.32939664,0.26465636,0.27350977,0.38957879,0.39589563,0.12352215,0.1247216,0.12469939,0.11460812,0.11414522,0.13334519,0.15246637,0.15293272,0.14495379,0.14626566,0.28294998,0.18407732,0.2412993,0.32783815,0.32682788,0.25573888,0.25252524,0.26932728,0.24440914,0.24562481,0.25828668,0.27254707,0.27522361,0.26476708,0.26049939,0.37733436,0.36229539,0.45018595,0.55435991,0.64562887,0.057808239,0.058557805,0.10974169,0.15119697,0.1520527,0.27040729,0.34103504,0.33678758,0.41648591,0.44850937,0.4858228,0.52318883,0.48361096,0.5608322,0.62801492,0.59020573,0.65348971,0.69820309,0.74753094,0.79828233,0.91242903,1.00598,0.99499691,1.1023177,1.1633875,1.2215309,1.1899972,1.2998965,1.3987617,1.4909908,0.089257248,0.10261673,0.08430063,0.090650089,0.090838306,0.15622966,0.1629089,0.16472293,0.16726883,0.16697836,0.23455301,0.20275749,0.27544415,0.32600403,0.37664783,1.4846861,1.6121129,1.6429354,1.7453647,1.7404202,1.8178245,1.8842862,1.9450856,2.028857,2.1384022,2.0627267,2.3125091,2.3725266,2.4919336,2.3644927,0.1308637,0.13120711,0.13184585,0.12234911,0.13276145,0.25614753,0.28973511,0.26982149,0.25974026,0.26128763,0.3661471,0.33535945,0.3966597,0.53712481,0.64611799,0.067456879,0.067731008,0.088443398,0.13787669,0.1284458,0.32891458,0.36859933,0.36235532,0.43386137,0.47749671,0.4899959,0.44943821,0.53475934,0.56847543,0.55070657,0.10251154,0.10384216,0.11786276,0.11887465,0.13410218,0.18998507,0.220781,0.22136138,0.22176023,0.23977433,0.36733541,0.28252578,0.31025246,0.3926518,0.4128114,0.1907305,0.18905973,0.19483377,0.19300212,0.20486715,0.29453275,0.31724727,0.32499385,0.3182959,0.32305256,0.32473499,0.42805603,0.49318784,0.54424268,0.60402685,0.093609892,0.093748458,0.12908351,0.12904507,0.13402164,0.21367523,0.25383237,0.25980514,0.2811386,0.29232398,0.32753843,0.37016377,0.47227302,0.51683557,0.53442961,0.84827662,0.89894861,0.97464848,1.0317481,1.0439633,1.1285417,1.1585497,1.1677024,1.2020591,1.2337644,1.2250441,1.375621,1.3597068,1.7742945,1.8716432,0.66711962,0.74659097,0.78730398,0.83981723,0.9080869,1.0113393,1.0548137,1.0903615,1.1260312,1.1560005,1.1053663,1.3612627,1.457896,1.6936458,1.7785658,2.9043112,3.0921388,3.1796987,3.2903929,3.5107787,3.6109726,3.7880647,4.1086869,4.5078001,4.7311034,4.7597637,4.8462234,5.0729241,5.4400754,5.7273855,1.8214127,1.9551694,1.9178623,1.9553072,1.9841847,2.0431933,2.1230292,2.0718164,2.1392939,1.9550627,1.9565113,2.1458192,2.3051538,2.2005367,2.3419204,0.078822911,0.079162635,0.14121801,0.17879492,0.18081547,0.34923261,0.36404368,0.36489522,0.44256124,0.47384384,0.42865309,0.48239267,0.47124448,0.53366971,0.52811736,0.11042659,0.11234627,0.119976,0.1452345,0.14601204,0.2333149,0.23683392,0.23932485,0.26777175,0.27511197,0.30967742,0.39021853,0.43622634,0.51718491,0.55832893,2.80773,2.7915053,2.7976191,2.8230541,2.8234072,2.8407216,2.8905239,3.0639358,3.0207431,3.0092592,2.9255097,3.1272829,3.0778737,2.9732101,2.967907,2.5935071,2.744406,2.8420253,2.9412959,3.0280261,3.110357,3.2292597,3.4439371,3.6023552,3.755167,3.8562465,3.99387,4.0431767,4.1640258,4.3458099,0.21356989,0.21339461,0.24539877,0.27800491,0.28064385,0.32878098,0.38642472,0.38681465,0.43956047,0.46426067,0.5274725,0.62450522,0.71491611,0.78816861,0.88558906,0.12808198,0.12784998,0.12820514,0.12787724,0.12620951,0.16909745,0.16075447,0.16163793,0.16416766,0.16763522,0.29262802,0.21505377,0.23991776,0.19513315,0.23060071,0.093632959,0.094145842,0.094258785,0.094001025,0.094081424,0.068510748,0.077559464,0.078016639,0.077955827,0.077874884,0.21592677,0.11096884,0.15293118,0.18829168,0.24796923,0.085415334,0.091911763,0.10480715,0.13120641,0.12217471,0.25472581,0.26864105,0.2983526,0.3157827,0.30303028,0.29875413,0.36853474,0.36435694,0.42654946,0.4099673,0.62334633,0.78546882,0.8663035,0.87560928,0.87230217,0.95751315,0.96421206,0.9916026,1.0897123,1.1446968,1.1306757,1.1863502,1.1199857,1.2056262,1.324859,0.40181908,0.47263914,0.51271033,0.51003164,0.53651357,0.59803498,0.58090788,0.57694042,0.55795914,0.59459782,0.58975744,0.67545253,0.72946686,0.80440307,0.81787294,0.93251348,1.002182,1.0662391,1.1422189,1.2062149,1.2006255,1.2651196,1.3416928,1.4246221,1.5814301,1.5167133,1.6929719,1.7302638,1.7159548,1.7116587,0.28170949,0.28281713,0.28873917,0.28041857,0.27862725,0.38913116,0.38122782,0.38060242,0.37465492,0.38522848,0.48469555,0.39307129,0.48497909,0.51837891,0.56933713,0.17482518,0.18628913,0.2032896,0.19390582,0.2018719,0.14814815,0.16611296,0.16648169,0.17568192,0.1858218,0.25044057,0.24258257,0.35358703,0.56876457,0.62106043,0.079928063,0.09127789,0.091921151,0.14258072,0.14461316,0.26134226,0.28484017,0.28653297,0.32085562,0.3568725,0.48748782,0.367369,0.31742555,0.39599603,0.46775812,0.19987507,0.20035061,0.20286548,0.21372893,0.22587527,0.22627278,0.26545316,0.26659897,0.27834007,0.27763754,0.37622273,0.37313432,0.40948009,0.43892652,0.4896422,0.076316461,0.07819967,0.088393882,0.098117918,0.098293275,0.20510077,0.20574291,0.2094527,0.23098956,0.23141719,0.36387384,0.24394822,0.25560921,0.30668968,0.39279553,0.67239356,0.77586204,0.82141918,0.861862,0.88126826,0.89511627,1.020287,1.0773774,1.2019287,1.245822,1.2307549,1.3722328,1.6876457,1.7489927,1.8607793,0.32521406,0.361204,0.35116154,0.34548166,0.35017851,0.36421111,0.37093008,0.38138825,0.37677923,0.40244243,0.4800334,0.46472326,0.59292722,0.59121019,0.59718472,0.11453114,0.114893,0.11595883,0.11614402,0.11656711,0.19279253,0.22344704,0.22727272,0.22668883,0.23045014,0.41931975,0.22187005,0.2587322,0.24174054,0.24181846,1.6411831,1.6644869,1.714528,1.7547078,1.8117951,1.8618656,1.9655869,1.9623524,2.0580738,2.1466794,2.2296195,2.3359499,2.3434525,2.2817843,2.483433,0.098667979,0.10944185,0.13136621,0.19491178,0.19481185,0.37105751,0.37554768,0.38634229,0.45329961,0.47318614,0.55419374,0.65170944,0.51729709,0.66564816,0.7797913,0.26940089,0.27769953,0.29519996,0.27757666,0.27953041,0.27221775,0.30021617,0.29735595,0.28516346,0.29714102,0.31206241,0.40268996,0.45830989,0.46974745,0.52311778,0.24412927,0.24808033,0.26331538,0.25703794,0.26240161,0.26802808,0.33792564,0.33911568,0.34620506,0.3515889,0.45342129,0.42995837,0.60089433,0.86871237,0.89824563,4.8417711,4.8770351,4.9743075,5.1149054,5.2230701,5.2975969,5.4420061,5.5674734,5.6894598,5.8110995,5.9649286,6.0829945,6.1299033,6.3118272,6.4360986,0.78389496,0.88797426,0.98137867,1.0031412,1.0739511,1.1075634,1.1511329,1.2297373,1.2704154,1.2803723,1.2842896,1.3930646,1.3681819,1.4306028,1.4977416,0.55017722,0.59561461,0.6916213,0.75026232,0.79556161,0.8893801,0.93423611,0.99268544,1.0670171,1.1077118,1.0802224,1.2564279,1.2092478,1.2660265,1.3528688,0.10978957,0.11080332,0.14984079,0.13128282,0.131209,0.20739067,0.30592734,0.28840607,0.32920215,0.3320961,0.6044063,0.33379149,0.39385584,0.37750843,0.37750843,0.27872139,0.28062791,0.28779566,0.29178444,0.29436114,0.29861891,0.29886988,0.29434106,0.30548927,0.2997486,0.34796056,0.41055715,0.33428377,0.2887871,0.28875834,6.0517983,6.0472937,6.0479736,6.1291504,6.2113881,6.3402357,6.4167871,6.5955758,6.7610488,6.8754511,6.9186754,6.9371119,7.0370064,7.1108947,7.2248116,0.099762112,0.10007698,0.10101795,0.11701381,0.11764705,0.22316091,0.23237181,0.23207428,0.25125629,0.24660912,0.32894737,0.30746222,0.32279423,0.45165604,0.45978934,0.18981935,0.20030046,0.23628902,0.22588032,0.23658094,0.28723338,0.29023188,0.29864252,0.3326939,0.29475689,0.33822873,0.35843346,0.35523981,0.44020969,0.46975416,1.8776824,1.8963369,1.9857116,1.9276698,1.9551926,2.0100381,2.1359704,2.2556045,2.2839317,2.3956993,2.3656154,2.6100531,2.5732572,2.5644312,2.657769,0.25436851,0.25995576,0.24976411,0.26067665,0.2752243,0.32972467,0.35814646,0.3210806,0.32803291,0.34767005,0.44557247,0.35744682,0.4619596,0.45714286,0.43678162,0.028669724,0.029010734,0.029355643,0.044464208,0.044849753,0.15304561,0.16775964,0.17059554,0.18903592,0.18882769,0.50769478,0.2389296,0.25665703,0.27428201,0.27642277,0.22799447,0.22875819,0.32886624,0.34155282,0.34753826,0.47764146,0.58077711,0.5763455,0.61058891,0.70248264,0.71040869,0.76372313,0.75372893,0.87246197,0.91081893,0.064160146,0.064800411,0.06475006,0.091240875,0.091324203,0.17020163,0.1697128,0.16905072,0.19483049,0.19664395,0.38420776,0.21302091,0.20123425,0.21511158,0.28320971,0.9275974,1.0265113,1.0643647,1.0741259,1.1453695,1.1379167,1.1767666,1.1647583,1.1333766,1.1696401,1.1551293,1.4335299,1.6206585,1.9139973,2.0913734,0.26479027,0.30185005,0.35246968,0.36741176,0.37103137,0.43148202,0.39838833,0.41900688,0.43124315,0.47249925,0.44484752,0.69405764,0.59390765,0.63864768,0.62110507,0.28960326,0.33706799,0.37900323,0.42944783,0.4139618,0.5480094,0.58681071,0.59755421,0.60407639,0.63617921,0.5854423,0.73296994,0.74364704,0.80898058,0.86476207,0.059453033,0.060105182,0.060015004,0.060477778,0.060966313,0.18478596,0.26242667,0.26662484,0.26675034,0.26591584,0.51546389,0.26700172,0.31441596,0.42062625,0.42273369,3.3901677,3.391185,3.399405,3.4030015,3.4838908,3.5812457,3.563087,3.66994,3.7728946,3.8808851,3.5948832,3.9010947,3.9672966,4.0978775,4.0563517,0.18678893,0.21577767,0.22801016,0.297932,0.32682627,0.50264549,0.5476746,0.59166211,0.64976662,0.68700194,0.79328471,0.72686607,0.95891702,0.96291351,1.1597209,0.51257938,0.508044,0.54288816,0.51413882,0.53707224,0.55080724,0.60917574,0.62150109,0.60057199,0.6230678,0.59831899,0.66067779,0.73166096,0.78574169,0.78072286,1.9694371,2.035315,1.9918959,2.0531366,2.1136167,2.1095746,2.1371894,2.1663415,2.2326825,2.3124402,2.2869532,2.3738554,2.4612498,2.5397477,2.6725602,0.30402836,0.30781069,0.32071841,0.323248,0.32337344,0.28416431,0.28761929,0.28739387,0.30136269,0.3022339,0.53989995,0.39577839,0.43865478,0.61032242,0.78864348,0.13261674,0.13443713,0.14329727,0.18075338,0.17381229,0.26244804,0.26493964,0.27423659,0.28411216,0.29407328,0.38630509,0.35257146,0.36872023,0.40095612,0.5205096,1.6188424,1.728883,1.7150958,1.7575324,1.7884078,1.6165441,1.664345,1.6906608,1.7955595,1.7901096,1.6923769,1.8880646,2.0310276,2.0400367,2.184015,0.30898529,0.30506408,0.29473168,0.32967034,0.33329219,0.40806234,0.4736383,0.47263679,0.49031624,0.49376619,0.56811166,0.50969666,0.5562579,0.54832953,0.54589307,5.2810192,5.3059044,5.2428222,5.1318517,5.2606721,5.0756001,4.9698257,5.010674,5.3151011,5.0751548,4.688055,5.1075749,4.9901748,5.1188412,5.0815597,0.30234316,0.32958511,0.3341195,0.35650623,0.35971224,0.32102728,0.37977213,0.34503755,0.41288194,0.40966818,0.66061109,0.4069176,0.55452865,0.56968462,0.61601645,1.0687782,1.159483,1.2570438,1.1964757,1.2084702,1.209326,1.223598,1.2767351,1.2521052,1.3005885,1.2741382,1.3220632,1.282424,1.3490849,1.3757429,3.0326695,3.0062466,3.0921054,2.9762297,3.1039047,2.7729635,2.9286191,2.7995744,2.8690422,2.7709968,2.5375693,2.8680561,2.9366202,3.0059445,3.1334598,1.568774,1.6390337,1.6099489,1.5285757,1.4922462,1.3185288,1.3153991,1.3252292,1.1413696,1.1532291,1.2314777,1.2907745,1.3659821,1.3680716,1.376989,1.3806739,1.4792801,1.5444909,1.5625,1.5667189,1.5796121,1.5950669,1.6211669,1.6661277,1.642867,1.5897336,1.7003188,1.7142856,1.7899435,1.8146654,0.92745948,0.9777478,0.99734038,1.0197145,1.034713,0.8440243,0.94947445,1.0915493,1.13879,1.1874776,1.6821761,1.2168933,1.3798112,1.258793,1.2672381,0.29926336,0.30660379,0.31078175,0.31378227,0.31408554,0.3258962,0.3388947,0.34602076,0.34805891,0.35220808,1.1475409,0.47039291,0.58889508,0.64861816,0.66206104,0.61629868,0.6446414,0.68064004,0.59625983,0.61019707,0.5333333,0.56280029,0.56174642,0.50644565,0.48480934,0.58417171,0.65041411,0.65550578,0.68411231,0.76633894,0.031675644,0.032435939,0.032970656,0.033818059,0.034223136,0,0.069783665,0.071174376,0.071994238,0.072912872,0.84558827,0.074019246,0.14970061,0.26197606,0.14886491,0.20815986,0.20894276,0.21079257,0.16920474,0.16963528,0.043516099,0.088809952,0.045454547,0,0,1.6356202,0.18726592,0.55071133,0.50091076,0.61320758,0.57777274,0.58419245,0.59254098,0.55339688,0.55641055,0.45002368,0.4492788,0.44564325,0.39452308,0.40000001,0.52613115,0.52841711,0.55229139,0.58361125,0.57574672,0.3320961,0.33696729,0.35182953,0.354036,0.3593798,0.45169899,0.49163178,0.50393701,0.49261084,0.51335776,0.67241013,0.57465148,0.71314526,0.748263,0.78233844,0.2351097,0.23787948,0.25045538,0.28425241,0.28755465,0.4755277,0.49699494,0.49168813,0.52551675,0.5370068,0.72009295,0.68075114,0.72829789,0.77114725,0.78162009,0.051150896,0.050403222,0.051124744,0.05235602,0.052493438,0.20714656,0.32573289,0.32590985,0.31545743,0.31948882,1.055409,0.31813362,0.36649215,0.36439356,0.25654182,2.7158659,2.8086309,2.7671757,2.7190082,2.8030951,2.7527277,2.7551904,2.8521633,2.8387167,2.7821522,2.6154058,2.6795816,2.6169202,2.6143429,2.7115812,1.7746067,1.8134985,1.7297156,1.74989,1.725476,1.7832186,1.7861279,1.8678381,1.8103957,2.0274086,1.9216537,2.007653,1.9931446,2.0740666,2.1410067,0.49132946,0.46376809,0.47323275,0.4845548,0.46310589,0.54347825,0.61152238,0.5915215,0.60160428,0.60402685,1.0840108,0.61686087,0.62565172,0.75627363,0.86505187,0.52715904,0.60089874,0.63281208,0.64975566,0.67226017,0.65854287,0.71027845,0.70422536,0.77534992,0.75519514,0.66366076,0.87283057,0.99832767,1.0318805,0.94008267,2.0509708,2.2508821,2.24774,2.5049117,2.5209036,2.5673616,2.6461694,2.8292439,2.8364365,3.1111672,3.0691824,3.3094249,3.1524088,3.4188037,3.3137906,4.2105999,4.1137958,4.0496531,3.9866757,3.8788087,3.9013636,3.840018,3.8269751,3.8088248,3.8240988,3.8261495,3.9452031,4.0934176,4.1630688,4.25457,0.26208502,0.26658767,0.2719855,0.27924293,0.27855152,0.15654352,0.16244315,0.16297263,0.16350557,0.16622341,0.81994098,0.2644628,0.33568311,0.3713707,0.39708799,0.21759403,0.22243406,0.22236341,0.22675738,0.22779045,0,0,0,0,0,0.97493035,0.1789549,0.037397157,0.075557232,0.14853324,0.66656953,0.73574716,0.69737035,0.71254593,0.70291728,0.69269753,0.75579506,0.77589315,0.7283113,0.80062079,0.8044402,0.927921,1.0378007,0.9051798,0.8963663,3.5954714,3.7054193,3.7856362,3.9596274,4.0391488,4.1380386,4.2072697,4.2903275,4.4969864,4.6019902,4.8994007,4.8068004,4.8347235,5.057147,5.1764703,0.99486524,1.0898565,1.1117171,1.1458582,1.1932091,1.2542852,1.3182933,1.4356616,1.5509996,1.9476583,1.929052,2.0812578,2.2395692,2.2931206,2.3985786,1.4749262,1.4417998,1.3851974,1.4124206,1.4845808,1.4681337,1.5704519,1.4797314,1.5441016,1.7612642,1.8038365,2.1581898,2.2537155,2.3259141,2.3203785,1.1339419,1.26,1.2054881,1.19311,1.2575905,1.1987307,1.1627003,1.1813166,1.2417314,1.2485504,1.1945459,1.3093354,1.3333849,1.2568858,1.2844539,21.914167,20.531254,20.163301,19.806044,19.16461,19.011772,18.409845,18.081642,18.156296,17.455687,17.485516,17.027845,16.709269,17.159874,17.28664,0.09718173,0.098554537,0.099403575,0.16966406,0.17265193,0.17605634,0.17705382,0.18135655,0.26455027,0.26031983,0.85470092,0.29784065,0.29444242,0.32632342,0.36954916,3.2478635,3.2458563,3.2571032,3.2019706,3.230438,3.3671253,3.3805888,3.361655,3.3720493,3.5108025,3.1984587,4.0561032,3.9783702,4.1634541,4.0704498,0.12690355,0.1412248,0.1518795,0.20592022,0.22015022,0.31221545,0.31140521,0.3223311,0.37789941,0.40098307,0.56036681,0.48198882,0.40863237,0.40816325,0.46201232,0.1691189,0.16889039,0.16742006,0.20063533,0.20164678,0.34002039,0.34258306,0.34873584,0.37794194,0.37162161,0.4306775,0.44233292,0.45067602,0.48325279,0.44298604,0.13071896,0.1312336,0.14064698,0.14524329,0.14641288,0.23094688,0.2377179,0.2352941,0.24057738,0.24793388,0.15885624,0.15974441,0.15772872,0.1552795,0.22988506,0.14384727,0.14373448,0.13215277,0.17349526,0.1753203,0.29077819,0.31682026,0.30185425,0.33739182,0.3420583,0.58409464,0.31808543,0.3573648,0.43928459,0.47536051,0.490381,0.48598132,0.4857997,0.48255381,0.49205148,0.3088803,0.30971739,0.30383593,0.30326006,0.29973772,0.8537491,0.41809198,0.45523521,0.50057757,0.50134981,0.23037936,0.23306401,0.23783098,0.25364617,0.25555024,0.30814141,0.33063316,0.33344448,0.34636319,0.3485477,0.58062375,0.5556491,0.44330779,0.41004616,0.46296296,1.5413146,1.6109949,1.5968004,1.6336546,1.546991,1.5372698,1.5508482,1.5315022,1.4914396,1.5399311,1.4715199,1.6131355,1.5824239,1.645191,1.6581889,0.16271502,0.16486105,0.16690511,0.16611296,0.16517225,0.094117649,0.095648013,0.095602296,0.096315913,0.095510982,0.49134302,0.18970832,0.19061235,0.34138015,0.34372696,0.91698837,0.89707273,0.88826555,0.89538169,0.95739591,0.78508341,0.98667985,1.020929,1.0261673,1.0368066,1.2552302,1.2581781,1.0178117,1.0736196,0.94043881,0.52153301,0.59185606,0.54576641,0.5776785,0.5738771,0.53135759,0.57651991,0.54689842,0.50623345,0.5086394,0.57070857,0.56530797,0.58126539,0.66001648,0.67587638,0.3557376,0.37553647,0.40552798,0.41412264,0.42012393,0.46453363,0.46829781,0.45671687,0.49811244,0.53054577,0.52791137,0.55877703,0.61352938,0.61082488,0.70011669,0.026688017,0.02775465,0.028645087,0.029231219,0.02985966,0.091715068,0.12254903,0.125,0.12751037,0.12999675,0.68292683,0.22653721,0.29605263,0.29431,0.330033,2.5986769,2.78069,2.9768181,3.2067847,3.4025304,3.5885267,3.7796247,3.9346874,4.06107,4.1670685,4.2665367,4.4816551,4.6031857,4.6858878,4.7337465,0.44474095,0.44553354,0.45756119,0.40009412,0.40179625,0.48227635,0.49358341,0.50916493,0.43489385,0.4313626,0.57528764,0.52990156,0.57774431,0.56108135,0.60898244,0.19573979,0.19774339,0.20066099,0.16385767,0.16589643,0.18184023,0.1970686,0.18724254,0.16472377,0.16487001,0.38265306,0.20263426,0.24268743,0.29377952,0.27244422,0.21446079,0.22151899,0.22222222,0.22047244,0.22364217,0.38860103,0.39486676,0.42298204,0.4962779,0.48192772,0.46692607,0.5477308,0.55910546,0.59358925,0.67193675,4.6848192,4.7512927,4.6682272,4.6877828,4.5593538,4.4539771,4.4188061,4.555819,4.7323966,4.5636287,4.388773,4.5976477,4.531095,4.4296842,4.4165549,0,0,0,0,0,0.27056277,0.44943821,0.45377198,0.45558089,0.44969082,1.3793104,0.68065798,0.64667839,0.6406523,0.71132189,10.386183,10.355334,10.262314,9.9775867,9.9715576,9.7704353,9.7537842,9.7139215,9.5346031,9.3518505,9.2021332,9.2042122,9.0962887,9.3087788,9.241724,0.13982102,0.14044943,0.1423285,0.14140272,0.14645576,0.23235551,0.26785716,0.26745915,0.27002698,0.2770083,0.68006182,0.31152648,0.41074249,0.3506535,0.47573739,0.5949896,0.57530308,0.57589465,0.54219949,0.51881993,0.43859649,0.42944172,0.45648202,0.40078104,0.40335092,0.49792534,0.46850598,0.54834968,0.58829713,0.758214,0.5884276,0.60160428,0.60321718,0.61538464,0.58519793,0.52065253,0.60541308,0.53609723,0.57574672,0.58629537,0.83393764,0.57845265,0.60779405,0.61019385,0.64446831,2.249284,2.4827318,2.3027968,2.3056765,2.2451019,2.2540071,2.3191559,2.6681104,2.6411171,2.1286674,2.0918763,2.2199109,2.265816,2.2452145,2.2410734,0.78452593,0.90203124,0.88244349,0.9131639,0.88468373,0.90553194,0.99403578,0.92991453,0.91768342,1.0266238,0.89533806,1.0165663,1.0629238,1.0713079,1.0870683,0.47035986,0.48590866,0.52675146,0.52870095,0.55104852,0.64555794,0.67947519,0.70040137,0.71208167,0.73494548,0.783104,0.79719388,0.84834778,0.93297327,1.0812582,0.21951887,0.22240756,0.22673595,0.22964311,0.23273855,0.25316456,0.25562873,0.25615764,0.25555336,0.25689161,0.36572105,0.28988406,0.3477397,0.35920975,0.36007202,0.34624541,0.36410365,0.36457217,0.36996737,0.41575491,0.5887484,0.6179651,0.66815144,0.64487433,0.68858284,0.76153177,0.7736516,0.72793448,0.74453235,0.7098695,1.5173815,1.6127911,1.5478811,1.5049088,1.4324557,1.3557448,1.3470173,1.3171892,1.2573527,1.2667592,1.2081558,1.3328849,1.3182098,1.3102964,1.2614539,0.50643903,0.48730066,0.44736058,0.44856459,0.42820004,0.3104144,0.28204325,0.28173423,0.26687598,0.20249221,0.37771481,0.22243406,0.26847756,0.28490028,0.22382094,6.01788,5.9440656,5.9650607,5.8858671,5.8492174,5.8029342,5.7907281,5.8444118,5.8331923,5.7854953,5.5948009,5.6367192,5.5702224,5.5221148,5.4890075,0.34313726,0.37947533,0.38455108,0.40526852,0.40650403,0.35311922,0.37105751,0.3709324,0.40006664,0.40281975,0.67647558,0.63150704,0.63226247,0.59492564,0.58119053,0.20103389,0.20630711,0.20667256,0.23508668,0.24052916,0.36363637,0.39573818,0.39926288,0.4338395,0.43397397,0.99132591,0.5676443,0.66942942,0.70041388,0.71544719,0.47690296,0.49552125,0.50471383,0.49571016,0.50976247,0.4726536,0.46399227,0.4552058,0.48737693,0.48204625,0.50132704,0.51337743,0.5142405,0.56141043,0.57985258,0.83854961,0.89433777,0.90316403,0.93289196,1.0081613,0.98246038,1.0922992,1.1038727,1.1213601,1.1286819,1.0497572,1.214624,1.214993,1.2156577,1.2019525,0.02900232,0.029489826,0.029832937,0.030543678,0.031065548,0.34623858,0.54226476,0.53968251,0.54365206,0.55105346,0.83762884,0.6397953,0.61608303,0.61528498,0.61628282,4.0254946,4.0081868,3.8494439,3.7935748,3.662118,3.6773634,3.5316632,3.4398034,3.3146267,2.9609931,3.0489955,2.9297564,2.9853415,2.9925187,3.0950227,0.21484841,0.22212884,0.25166279,0.23322569,0.23748738,0.26676151,0.24649791,0.24289531,0.27982235,0.26998833,0.31919464,0.31825691,0.35860023,0.4787069,0.4763397,0.067628495,0.069092587,0.070044361,0.096408769,0.097703956,0.12391574,0.17508754,0.17875382,0.20687871,0.20444673,0.44293901,0.18219678,0.2620545,0.26260504,0.29231995,0.500646,0.53728426,0.48480934,0.52007151,0.53992146,0.78727239,0.81859857,0.78675628,0.79843569,0.78508341,0.87214082,1.0021356,0.98960912,1.0062685,0.9084903,4.9273357,4.909451,4.8742137,4.6812177,4.6308246,4.5965562,4.6160545,4.6320343,4.548768,4.5618591,4.2229242,4.6879454,4.8702707,4.7990751,4.9244623,0.26688907,0.27104864,0.27430138,0.3131524,0.31309792,0.33676001,0.35887313,0.34001434,0.35803795,0.39145911,0.54984039,0.48780489,0.4717837,0.46855292,0.47419295,0.65020216,0.79839242,0.86652309,0.86657864,0.86489868,0.9308784,0.90770787,1.0198579,0.93372923,1.0327265,0.97691351,1.0943602,1.110514,1.1580622,1.2429428,0.97419423,1.0126318,0.98252147,1.0339426,1.0535187,0.98773128,1.0147029,0.97958344,0.99132591,1.0032061,0.99574739,1.1909693,1.2067908,1.2446439,1.2896622,0.3012048,0.30853614,0.31002411,0.31734839,0.32420748,0.2224694,0.30041307,0.30131826,0.30864197,0.31274435,0.71884984,0.31496063,0.39432174,0.3478933,0.43052834,2.8579814,2.7715843,2.7882111,2.780122,2.8285172,2.7862272,2.8375795,2.8720381,2.8746054,2.9113963,2.8437853,2.8971105,2.9424586,3.0085738,3.1059406,0.25844246,0.26385224,0.27347311,0.24096386,0.24597919,0.42000762,0.46520644,0.44886804,0.43418199,0.4360753,0.36348951,0.48989588,0.49535605,0.50104386,0.50282842,1.1372111,1.1782448,1.1875356,1.1657908,1.1526005,1.0580993,1.1052426,1.0689894,1.0614251,1.1048074,1.0902964,1.2584225,1.2697461,1.3812431,1.4888089,6.7666082,6.1846828,5.8283434,5.5401926,5.7631817,5.6694107,5.9526658,5.9691963,6.078279,6.097578,6.1233053,6.0591187,6.396225,6.2553773,6.3675933,1.1297441,1.0431654,0.96680045,0.90239412,0.72222221,0.57922274,0.60127771,0.60663509,0.47582793,0.40548369,0.40587553,0.4814173,0.46074101,0.50202745,0.58015859,0.31108597,0.31330106,0.31847134,0.31986043,0.31958163,0.17730495,0.2428658,0.24442407,0.24169186,0.24592683,0.15051174,0.31259769,0.31191516,0.31466329,0.40790713,0.47625527,0.48753306,0.58024347,0.55460751,0.50811571,0.76479077,0.71076298,0.69134378,0.77158242,0.77034885,0.68669528,0.87517935,0.90322578,0.94909406,1.0712755,3.061928,3.0601275,3.041158,2.9915953,3.1008897,3.0426226,3.0746355,3.0663524,3.1198118,3.1524181,3.1292055,3.1946015,3.2118306,3.231823,3.2416892,0.078431368,0.078277886,0.080645159,0.10277493,0.10608954,0.31439951,0.31658927,0.31867433,0.33833793,0.33174375,0.3623918,0.38735983,0.38998356,0.38586515,0.54260451,9.0514765,9.0365887,9.0692377,9.0344305,9.072649,8.9830513,9.0408535,9.0183687,9.0508299,9.0108004,9.0535908,9.0076284,9.0430355,9.0171146,9.0215082,3.7230279,3.5353086,3.3675675,3.289619,3.2922175,3.2058744,3.1825945,3.0791202,3.1347127,3.0621672,2.9301963,3.1038496,3.2358725,3.2743323,3.3653848,8.8580046,8.7652655,8.7127018,8.6249075,8.5670271,8.4878387,8.4660034,8.3720903,8.3380356,8.2659264,8.2270994,8.1909409,8.1536884,8.1226711,8.0817986,0.14311269,0.14662756,0.14953271,0.1504325,0.154202,0.076394193,0.11605415,0.11636928,0.11516315,0.11650486,0.66797638,0.1179709,0.11848342,0.23724793,0.15741834,0.35576639,0.36330611,0.42213881,0.44493881,0.43646944,0.53614944,0.55193174,0.54963356,0.59830481,0.61625582,0.79920077,0.7292012,0.62203306,0.72368419,0.79168725,0.15490153,0.15851448,0.16237532,0.18841262,0.19093078,0.19379845,0.22211254,0.2245509,0.25581989,0.25980777,0.46741104,0.34273663,0.37273696,0.43161586,0.45466703,0.1473064,0.14821088,0.15066724,0.15354244,0.15666966,0.20120724,0.22522523,0.22421525,0.22706629,0.22614202,0.7882883,0.25096968,0.25316456,0.36857867,0.41899443,0.45948204,0.49792534,0.49566296,0.50718516,0.50977057,0.66607457,0.67811936,0.68933827,0.59935457,0.55197793,0.44385263,0.58584946,0.87840956,0.78485692,0.75223321,0.80586088,0.81061161,0.79015064,0.69431758,0.67543548,0.3576538,0.36489692,0.37057626,0.27573529,0.25035766,0.36490008,0.30157885,0.4174639,0.42940569,0.53036785,0.68989438,0.74307501,0.76862746,0.8198669,0.8669371,0.7985481,0.8451395,0.8357349,0.9035399,0.91887414,0.8214404,0.91847003,0.96612245,1.0631989,1.0851988,0.46460447,0.45320922,0.48035473,0.47263679,0.47985855,0.59217304,0.63422209,0.63793778,0.63760573,0.63201344,0.52910054,0.67933071,0.729927,0.74018312,0.73838317,0.18292683,0.18604651,0.19126554,0.19373588,0.16025642,0.46280989,0.43463725,0.43756309,0.44172612,0.43551087,0.49950051,0.47027206,0.53890198,0.60667342,0.65157747,0.37856725,0.38229671,0.40000001,0.42905757,0.425033,0.36101082,0.3506209,0.40011433,0.39564785,0.39665675,0.59633678,0.48384801,0.55698371,0.6838581,0.67258155,0.63473743,0.64896756,0.65828848,0.67775726,0.70422536,0.19595036,0.13097577,0.13504389,0.138217,0.13614704,0.33557048,0.19685039,0.19646366,0.25559103,0.59445179,0.10915329,0.11144722,0.11288501,0.17868745,0.19762847,0.24908669,0.31932774,0.32312927,0.39329687,0.39799273,0.44835317,0.46296296,0.47128642,0.51409322,0.58635396,0.079617836,0.079649538,0.081532814,0.16454135,0.17043033,0.55061418,0.52470487,0.53003532,0.630063,0.63319767,1.0728655,0.75154728,0.80572963,0.77519381,0.73597056,0.33000097,0.33281127,0.34639746,0.29812184,0.30662304,0.35816619,0.33856571,0.34754163,0.31276062,0.31628889,0.47959074,0.33520761,0.46032444,0.53905386,0.58967513,0.74587107,0.64136821,0.66629648,0.55991042,0.40172166,0.48254329,0.49418607,0.50550103,0.41828504,0.36264732,0.72661221,0.36231884,0.4286589,0.37418148,0.47513461,28.155025,27.818048,27.699398,27.512222,27.244728,26.757626,26.456675,25.887585,25.729889,25.308153,24.845259,24.490765,24.266329,23.968847,23.549002,2.4874473,2.8378072,2.7530682,2.7560811,2.695343,2.6588702,2.6561222,2.5955768,2.7075131,2.6376209,2.6163104,2.6227231,2.6594605,2.8794146,2.8470502,1.0830528,1.1311082,1.1032438,1.0252793,1.0321407,0.84611315,0.88729763,0.90583426,0.83677787,0.79753667,0.88588583,0.94208646,0.96837944,1.1186123,1.0569583,2.3027518,2.4971623,2.4281647,2.2969646,2.2674241,2.1964276,2.1687217,2.1381969,2.001138,2.0536385,1.9753088,2.0508537,2.0223475,2.0936868,2.1611989,2.9022157,3.2583587,3.2214601,2.9924884,3.0453773,3.0596201,2.8766456,3.040293,2.7586207,2.7913213,2.8682077,3.0295715,2.9270055,3.1801693,3.0683062,4.0967269,4.0527558,4.0770984,4.0368705,4.0579786,3.9732144,3.8132999,3.9652467,3.9572217,3.9790378,3.8255382,3.8829222,3.8818784,3.9295521,4.0164375,1.7972682,1.8085108,1.7363852,1.6188309,1.6772953,1.3520541,1.4016266,1.4210985,1.3565725,1.2820513,1.404325,1.3580458,1.4240909,1.4089203,1.3975666,2.4454439,2.4897668,2.4653935,2.3814371,2.4116139,2.3069003,2.3342543,2.3303466,2.2957416,2.2778804,2.2085977,2.2665362,2.2874191,2.3753223,2.3490782,1.4705882,1.7091838,1.8655638,1.9538684,2.0511396,2.144022,2.252619,2.4121168,2.4318509,2.5327556,2.4989522,2.5786293,2.7365122,2.8227329,2.9701245,6.8935246,6.7427864,6.6265678,6.5787458,6.4764605,6.3692989,6.2496843,6.1283998,6.1358871,6.1117492,5.8505306,5.9494624,5.8791151,5.9769535,5.9343624,2.4905796,2.6615586,2.6624713,2.6068256,2.6825724,2.7123859,2.7214472,2.793262,2.8490779,2.819983,2.8196852,2.825911,2.8570848,2.8627515,2.9316964,9.7170525,9.5224228,9.2915678,8.9177084,8.6411324,8.4449539,8.3050909,8.1957884,8.07763,7.696929,7.4288526,7.4459205,7.3570518,7.6629519,7.5835905,0.58062172,0.5759539,0.54709798,0.53654468,0.51210427,0.39845306,0.40075433,0.40151155,0.3777594,0.36586806,0.72949755,0.34105611,0.41307682,0.55687201,0.63185501,0.3937746,0.4213483,0.40401405,0.37091008,0.36727878,0.35830176,0.35053954,0.3420116,0.32984769,0.31408381,0.51891893,0.40491685,0.45464545,0.49377257,0.51366037,2.7887807,2.8136115,2.5065687,2.4519756,2.3646901,2.3239183,2.2562532,2.2655029,2.0381658,2.0321338,1.9391825,2.1165326,2.1811662,2.1506987,2.1659379,0.38805002,0.52559268,0.61622894,0.63005191,0.66181636,0.71844941,0.6724537,0.75443226,0.70664573,0.73498499,0.66601318,0.72115386,0.83107239,0.96301502,1.0507298,0.52343929,0.5071072,0.51729465,0.51709503,0.4983134,0.37984496,0.37911025,0.36836743,0.36092585,0.37095499,0.64495832,0.45443863,0.53162378,0.57022339,0.68328285,4.8595119,5.0455499,4.8601346,5.00703,4.8066387,5.1107993,5.0904269,4.8983078,4.8902578,5.1554327,4.9545383,5.2915349,5.3144584,5.3931532,5.4456997,3.6797423,3.7980194,3.6841645,3.6881018,3.6261215,3.7442718,3.8350515,3.8649719,3.6771522,3.6761913,3.7177114,3.8565664,3.8334124,3.884155,4.0030351,1.5819679,1.7671622,1.8172377,1.8989565,2.0424633,2.1511238,2.2070515,2.3113859,2.2756019,2.4491434,2.5217602,2.7100241,2.7111804,2.8866184,3.0064204,0.9557721,0.99905747,0.96244568,1.0275928,1.007413,0.6519655,0.63315427,0.64591897,0.68721777,0.68452966,1.1564093,0.83184791,0.95200312,1.064257,1.4274225,1.9251548,1.9817522,1.9200931,1.8125722,1.7920802,1.6458948,1.6717325,1.5950921,1.4612807,1.4651678,1.5378914,1.6215723,1.7022451,1.7960763,1.7579761,0.14140061,0.18154199,0.24943145,0.26541594,0.27971518,0.3709439,0.37606102,0.40041474,0.46122801,0.503869,0.63956642,0.53263289,0.60837889,0.65765435,0.64977974,0.31682399,0.32127482,0.3316538,0.37603569,0.37379625,0.43546861,0.44025159,0.45260248,0.48215404,0.48915088,0.70122713,0.57042563,0.60968024,0.60289639,0.67533451,23.485493,23.114023,23.059454,22.696968,22.548117,22.081985,22.001078,21.495186,21.309381,21.260057,20.947977,20.647152,20.434357,20.615477,20.428581,4.727087,4.7349505,4.6756668,4.6863861,4.7788391,4.7619047,4.6951728,4.8371062,5.0062399,4.9990168,4.7174048,4.799098,4.8776398,4.8849688,4.9593949,4.6855831,4.796926,4.6926441,4.7133489,4.4720335,4.2883291,4.441412,4.3569765,4.1948943,4.0865602,4.143239,4.1844106,4.1792431,4.1081691,4.1234674,0.10376672,0.13407591,0.15365703,0.16284987,0.16184504,0.32219091,0.33192515,0.33596838,0.35111675,0.37156546,0.73085165,0.44304422,0.4487367,0.47225499,0.52967143,0.65901357,0.70891517,0.75946623,0.7039203,0.72320837,0.64565551,0.74481869,0.78680748,0.74404764,0.79561341,1.0522926,0.81931865,0.8216216,0.94493318,0.95735425,3.3765872,3.507056,3.433836,3.0904768,3.074141,2.745542,2.8276544,2.9458256,2.6601129,2.69876,2.5839417,2.7078178,2.6680274,2.7932961,2.7860107,4.3739157,4.36935,4.3933306,4.4647784,4.5866618,4.5915189,4.6130257,4.6890025,4.7814193,4.8108788,4.7963042,4.7887006,4.809855,4.7789178,4.8466482,0.59283447,0.64802182,0.75660974,0.83834362,0.87258554,1.0761659,1.1374091,1.1945251,1.2698936,1.3281637,1.5528716,1.6385425,1.6234034,1.7379791,1.7454908,0.059110384,0.55273378,0.9402985,1.3417871,1.6745703,2.0387359,2.2933855,2.6352677,2.8586555,3.1189334,3.6605449,3.3228047,3.3939865,3.4428794,3.4654114,0.1110603,0.11116196,0.11189363,0.11322765,0.1139945,0.19621108,0.19613148,0.18947084,0.18980478,0.18402399,0.36108461,0.24600245,0.26235846,0.27681661,0.3048147,13.512977,13.550893,13.647479,13.700056,13.793749,13.921391,14.006808,14.106343,14.164202,14.335382,14.394217,14.448822,14.532036,14.533933,14.591249,1.409265,1.369863,1.4429913,1.2930429,1.2472848,1.3244569,1.2996136,1.324134,1.2478216,1.2955183,1.2864196,1.3387619,1.3687323,1.4232674,1.4403859,1.2855657,1.2498806,1.1638789,1.1276467,1.0455164,0.99640119,0.97949493,0.94632524,0.9208287,0.78954667,0.75039297,1.0403578,0.96067858,0.91776514,0.94500595,9.4094553,9.4946566,9.5106955,9.4971609,9.675293,9.7161665,9.8400373,10.01742,10.13164,10.291759,10.320971,10.533244,10.751777,10.525891,10.793727,23.29479,23.384497,22.940632,23.145281,22.587297,22.947813,22.878765,23.087015,23.62851,23.377007,23.119778,23.738651,24.571341,24.20722,23.744001,1.5636919,1.5867065,1.5587379,1.531999,1.5149649,1.337386,1.3934327,1.3554037,1.2114015,1.2187977,1.326044,1.3748107,1.3055753,1.3754996,1.5802927,3.0450015,2.9887342,2.8506932,2.7105763,2.4653409,2.3904383,2.2777944,2.0429916,1.886904,1.9763314,1.9089835,2.0029719,2.0999231,2.0966218,2.11409,0.23126528,0.32213131,0.38615009,0.41492018,0.49463445,0.53765678,0.58549458,0.65596479,0.65980047,0.73693162,0.78634834,0.79718351,0.83704221,0.84345204,0.93777674,4.423871,4.4807291,4.4737558,4.3796411,4.37359,4.2382059,4.243197,4.3485327,4.3595033,4.2727175,4.3004971,4.5924621,4.5745192,4.5768242,4.5440059,0.50219971,0.6123293,0.67670721,0.69376826,0.72109604,0.75056589,0.84209692,0.88429487,0.9273026,0.96412826,1.0626333,1.0548359,1.1025572,1.122861,1.1513158,2.6375153,2.6283937,2.746253,2.4660378,2.4456522,2.2356653,2.1826437,2.2257273,2.0381386,1.8751651,1.8617496,2.1314547,2.0956759,2.1760545,2.2087445,0.56737971,0.64666885,0.66393441,0.64065868,0.59323657,0.6706816,0.65169579,0.65784127,0.65218562,0.69899869,0.68320453,0.76824927,0.80649555,0.84153396,0.89258653,0.85470092,0.85399121,0.89031339,0.84262991,0.85826677,0.7757405,0.80777335,0.87863171,0.81708878,0.80626321,1.0618436,1.0117456,1.0389011,1.0266467,1.1582569,11.387337,11.451742,11.431334,11.350062,11.401358,11.329306,11.313423,11.1478,11.106218,11.107709,11.303339,11.895921,12.000934,12.175102,12.192176,2.632458,2.5851355,2.4265764,2.4831421,2.5217221,2.3681343,2.3909938,2.2990425,2.2608225,2.214397,2.0799124,2.1671295,2.1744452,2.159941,2.2918451,2.5281992,2.5379019,2.5598311,2.3443949,2.2815773,2.1841216,2.0451226,2.1361816,1.9972451,1.8524399,1.8961122,2.0555644,2.1126759,2.2048519,2.2689483,6.1020813,6.020473,5.9067888,5.6310239,5.5496325,5.4212861,5.4448066,5.1837993,5.1473799,5.1437049,4.7347026,4.7580075,4.6173067,4.5936589,4.6997252,7.0716305,7.0790148,7.143332,7.1769805,7.1425424,7.3790116,7.3981547,7.5148807,7.6271558,7.7524605,7.7318473,7.787221,7.7809362,7.7523894,7.7295833,3.2464075,3.3811948,3.3494406,3.2177732,3.190448,2.9151485,2.9596121,2.8968639,2.7142026,2.6786864,2.4952888,2.610677,2.6695385,2.7202492,2.6969755,10.019084,10.240734,10.258373,9.9112997,10.170822,9.6621227,9.8960419,9.6670036,9.8850107,9.3427706,8.2088022,9.3762989,9.2631578,9.065876,9.1565752,6.2178507,6.223455,6.3332901,6.2548213,6.3410254,6.3057461,6.3432274,6.4419007,6.4419465,6.5493064,6.4798822,6.5628333,6.6710939,6.6319838,6.5717859,0.051824979,0.051428989,0.051626224,0.059206631,0.059364796,0.088261254,0.08838477,0.088196382,0.095238097,0.096560948,0.28141895,0.15668134,0.17288034,0.26113555,0.2626839,18.882803,19.055481,19.273802,19.435204,19.738323,19.927523,20.05484,20.235535,20.351715,20.539972,20.665829,20.816727,20.897179,20.997181,21.111567,3.1288252,3.0889776,3.1133463,3.0978458,3.1807878,3.1744938,3.1938524,3.1730518,3.2068987,3.0735364,3.0729125,3.0514083,3.2556918,3.4908743,3.5831962,0.24447781,0.24537237,0.25911209,0.2506699,0.24538292,0.24429967,0.22667009,0.24406955,0.24079809,0.2670112,0.33311978,0.26453897,0.36282921,0.39192298,0.43461421,3.8718696,3.8993511,4.0170779,4.0749454,4.1309142,4.1965542,4.3488884,4.4295344,4.4895043,4.5560446,4.5785484,4.6630611,4.667676,4.8044577,4.8285532,0.75598246,0.79260236,0.7389586,0.76905286,0.76054525,0.73731637,0.70083743,0.70913464,0.69210398,0.65284407,0.69333661,0.74319762,0.83390379,0.84761608,0.82951051,0.84356314,0.9417454,0.96172279,0.98801625,0.94673431,1.010453,1.0664895,1.0389036,0.96390098,1.043233,1.0597937,1.0788898,1.1517465,1.1813127,1.229237,3.5527692,3.5873771,3.509161,3.3370495,3.2243848,3.2770247,3.1003301,3.148201,2.9716313,2.9565339,2.9256256,3.0999014,3.0488238,3.0359046,3.0976572,0.62169313,0.68278486,0.7143907,0.66821986,0.826002,0.77038872,0.75473017,0.74217266,0.65529221,0.68531781,0.70066506,0.7480793,0.7521953,0.77371383,0.7945233,0.090014786,0.089939617,0.096000001,0.12212367,0.15321757,0.17771009,0.18394011,0.18337022,0.19537404,0.21398452,0.3529115,0.29541171,0.31585598,0.41048312,0.41817147,3.7583551,3.5975766,3.4500062,3.2439177,3.1194968,3.0039628,2.9044585,2.7880332,2.5957501,2.4096384,2.6162052,2.1204631,2.1603711,0.83418703,0.85583591,0.072750784,0.07387343,0.074037515,0.074937552,0.084602371,0.16953464,0.17179179,0.18990074,0.20061056,0.19364493,0.38056463,0.27499333,0.32330489,0.33682293,0.34001103,0.51164085,0.53897512,0.50172591,0.46138415,0.46883839,0.3864145,0.39129373,0.39185271,0.35709888,0.32424891,0.41953483,0.40951717,0.45545712,0.47627148,0.54782796,0.19134009,0.21443889,0.19667833,0.19693655,0.18080567,0.28136498,0.26409706,0.26298955,0.25719798,0.26590011,0.41880283,0.2889547,0.31833309,0.36318734,0.41199857,2.4989319,2.341377,2.377857,2.3808537,2.3365831,2.3544641,2.214349,2.279397,2.2096984,2.2844689,2.17857,2.2951748,2.388659,2.2756109,2.3280509,0.13250433,0.13272078,0.14370766,0.15534383,0.15642925,0.14507772,0.15634772,0.14724442,0.16916896,0.16884762,0.52443886,0.33684209,0.37072346,0.52395213,0.54516304,7.5786004,7.5200119,7.4732294,7.130743,7.0103636,6.9608173,6.9896894,6.8076253,6.7383027,6.5942245,6.4169927,6.5376296,6.7046432,6.5865598,6.5210924,6.6921368,6.5284081,6.2622795,6.1124692,6.0613408,5.7763901,5.5489683,5.5641608,5.3857179,5.2808447,5.1541424,5.6597056,5.4528213,5.5746241,5.5529075,10.884551,10.880062,10.932371,10.954525,10.930449,11.016607,10.971272,10.9665,11.032825,10.990952,10.950731,10.840681,10.867412,10.858218,10.822358,0.79653275,1.2424172,1.7725173,2.2576745,2.7420001,3.1535082,3.6384978,4.1267381,4.5745149,5.0365243,5.56951,5.3524518,5.3465567,5.3462801,5.6133289,0.36061305,0.37552014,0.37204626,0.42630938,0.40646276,0.49943942,0.52566481,0.49397963,0.51690269,0.56449926,0.75638199,0.64062172,0.70385545,0.73723012,0.83589041,4.4959264,4.4384122,4.4055734,4.3654499,4.3574662,4.4225984,4.3518887,4.3206587,4.344893,4.3730788,4.3604264,4.3701768,4.3850975,4.412848,4.4735661,0.14263193,0.14399394,0.14301844,0.1128923,0.1128074,0.15787099,0.16593754,0.15019526,0.13602358,0.13498312,0.38268179,0.15142338,0.23036166,0.26334134,0.30125135,9.0719728,8.9165401,8.8888893,8.6742344,8.863946,8.6385126,8.6427393,8.5928659,8.3829594,8.2148819,8.0026226,8.1224108,8.022006,8.2328815,7.2139173,0.1195497,0.12937468,0.12228171,0.12461467,0.12062333,0.16520894,0.16023587,0.15901791,0.171876,0.1623635,0.27979141,0.26222378,0.33574218,0.35245115,0.36396432,0.20657873,0.86583525,1.5183699,2.1990921,4.277668,6.4716311,6.5963655,6.6545672,6.6945291,6.763804,7.0808129,6.7474184,6.6823349,6.9952683,7.0025549,7.2602739,7.0978107,7.0430903,7.0117755,6.7908583,6.7836671,6.3776402,6.431427,6.4741602,6.2585888,6.3553753,6.4959502,6.4538317,6.336072,6.3726635,5.5056939,5.2830982,4.8099866,4.2073989,3.9628379,4.2109513,3.8031089,3.7000139,3.2698016,3.2320528,3.1782026,3.4805756,3.6034808,3.6084585,3.5577581,1.0662605,1.1159704,1.172756,1.2612065,1.3187813,1.4739401,1.5684483,1.4955288,1.6726034,1.7413329,2.2673221,2.2315855,2.4699178,2.4956563,2.6491117,3.6837549,3.6280415,3.6882694,3.5592093,3.5846195,3.6647983,3.6164489,3.5850387,3.5255957,3.5093491,3.5013809,3.4839437,3.5041695,3.5776329,3.6562557,1.6791605,1.7270472,1.7970083,1.7154895,1.7286171,1.4265901,1.5509237,1.5509964,1.4263231,1.4204828,1.5233949,1.6180266,1.58174,1.6562939,1.8014412,2.7606838,2.6959944,2.760232,2.6043029,2.5555162,2.3107221,2.311017,2.2468894,2.1838036,2.1332848,2.1042085,2.2104008,2.2597308,2.0924802,2.1201084,3.4657836,3.4790602,3.3675973,3.1914895,3.146575,2.9602711,2.7905123,2.8180039,2.8443863,2.6280909,2.658772,2.7252338,2.6904328,2.7459617,2.7479355,4.3540535,4.3143954,4.2428517,4.3377228,4.3299112,4.2548699,4.2683787,4.2984991,4.3258624,4.3150487,4.537622,4.0594707,4.0890536,4.1601081,4.2473359,4.6705461,4.5423069,4.5542178,4.6853237,4.6465287,4.5703435,4.5545177,4.5720429,4.6115732,4.5326138,4.4517832,4.7331834,4.697516,4.8143053,4.8330827,5.4962559,5.3608899,5.2920041,5.1873713,5.0967531,5.1131043,5.1057358,5.0285578,4.9403591,4.9657931,4.9920888,4.9814868,5.0416951,5.0786519,5.1808038,0.88378257,0.87234658,0.86956519,0.76325089,0.77041602,0.63078219,0.65761858,0.65798688,0.57463211,0.56140351,0.85541999,0.61998028,0.64029598,0.69701278,0.66309255,0.7543714,0.78993058,0.78580368,0.86795062,0.80163741,0.78353316,0.8115648,0.79852062,0.79084289,0.77444744,0.7767235,0.87529176,0.88988692,0.88263464,0.92723489,4.1923447,4.2705441,4.2964468,4.6143951,4.4955516,4.4650426,4.4435372,4.4299979,4.4193687,4.3043313,4.2961125,4.2391429,4.5442114,4.4964457,4.4740567,1.1464847,1.1424794,1.1163828,1.0249721,1.0006425,0.91743118,0.86349434,0.83636361,0.80835605,0.78833985,1.0061848,0.96118301,0.93901086,0.98916626,0.99689645,0.10305028,0.10397172,0.10486577,0.16813786,0.16528925,0.25015634,0.25300443,0.25375342,0.31505987,0.31826863,0.81863981,0.3524777,0.46968403,0.52173913,0.53203285,0.47668394,0.47282943,0.46280542,0.41163373,0.39840639,0.35608706,0.40074804,0.38834953,0.32286271,0.32463142,0.48960429,0.34812286,0.43361554,0.46051276,0.51271391,1.6029255,1.6865898,1.6518162,1.6076509,1.5941879,1.4973485,1.4880849,1.4995477,1.4222965,1.3791662,1.4482158,1.5628264,1.5810696,1.5350016,1.5927026,0.45689428,0.50142735,0.51009816,0.53552729,0.52520055,0.4823567,0.52108729,0.536443,0.55151284,0.52256531,0.53885949,0.59382051,0.69078177,0.71224177,0.75753957,0.61882126,0.64330584,0.6588524,0.66306859,0.6359666,0.57177705,0.61036855,0.61890763,0.57057995,0.61689341,0.76831681,0.6892181,0.74543124,0.78506768,0.78320551,1.0757071,1.1210487,1.0930576,1.0715758,1.1440642,1.1609675,1.0913221,1.1507162,1.1418018,1.0859338,1.1277422,1.1574548,1.1435952,1.1633749,1.1896925,0.044033468,0.044326238,0.043630019,0.043308794,0.043516099,0.13327409,0.12992638,0.13368984,0.13204224,0.13111888,1.4480035,0.08745081,0.36133695,0.22583559,0.27422303,0.13836251,0.13878833,0.13186286,0.12541057,0.12483653,0.11235291,0.12961,0.1288207,0.116171,0.11713716,0.31117895,0.18113825,0.24010307,0.28666985,0.33858034,1.5672419,1.6216459,1.6167316,1.6243064,1.532567,1.569627,1.5590594,1.5099939,1.4071091,1.4395887,1.4623895,1.5698787,1.6009904,1.6993076,1.7229002,0.58296514,0.59876579,0.59592581,0.56715339,0.56376475,0.45833826,0.47585884,0.49719605,0.45068172,0.45372051,0.50185341,0.57747835,0.61556,0.58178943,0.64719456,5.2899284,5.3144989,5.2807508,5.2759166,5.263988,5.1946411,5.1784182,5.1274977,5.1885643,5.118187,5.191493,5.2664447,5.4797873,5.4965034,5.5604262,8.8580456,8.7702293,8.4767227,8.2787209,7.919416,7.7910051,7.5630679,7.5517545,7.3506484,7.2157011,7.2417469,7.3458171,7.2136855,7.1986632,7.1624117,10.233918,10.187361,10.150942,9.6322031,9.6432819,9.3599243,9.5179672,9.2453594,9.1782103,9.2122831,9.2181835,9.4781809,9.4891338,9.4551191,9.4715633,1.1166149,1.3217614,1.3843709,1.2669162,1.3859869,1.3865631,1.3940401,1.4009544,1.4722469,1.5379176,1.5022212,1.539171,1.579915,1.606746,1.7130258,5.1149778,5.3015099,5.1803923,5.1607661,5.1453094,5.1147127,5.0769677,5.0585599,5.0296836,4.8672385,4.9061522,4.9211483,4.9993949,4.8485575,5,8.8042927,8.8927708,8.6764088,8.4920702,8.8885145,8.8257418,8.5097589,8.6449175,8.2171803,8.0897074,7.6484294,8.044405,8.1066113,8.149868,8.1855927,9.8048506,9.5368271,9.3178291,9.4225159,9.0117569,9.1416407,8.7663279,8.4594078,8.4787674,8.2055969,7.9924746,7.8808365,7.8248782,7.7036104,7.605773,0.35249788,0.34323588,0.33831078,0.31203049,0.29401785,0.3186163,0.30487803,0.31450075,0.2793296,0.28232637,0.65924072,0.46590912,0.49897936,0.54551649,0.58425933,12.153726,12.328767,12.492696,12.263722,12.439324,12.213889,12.245834,11.752989,12.075372,11.963476,11.829391,13.127741,12.794545,12.84513,12.86789,8.6012249,8.6253195,8.6904659,8.8138676,8.9057961,8.9521255,8.948369,8.987854,8.8768063,8.9672966,9.0039587,9.0098515,9.0322914,9.0336914,9.1674204,7.5183153,7.3747387,7.3678546,7.2625198,7.1669631,6.8348179,6.7737432,6.7869415,6.415029,6.5194807,6.3041635,6.2478776,6.1747117,6.126399,6.1898785,1.468083,1.5639882,1.5041339,1.4150248,1.4848826,1.4232794,1.4698009,1.4032031,1.3585778,1.3754629,1.508455,1.4948256,1.5209857,1.5864571,1.6499072,4.6534724,4.6970239,4.584466,4.2912593,4.4240818,4.2202225,4.3099098,4.2763395,4.0671258,4.0494113,3.9408867,4.1423616,4.1419244,4.1327257,4.1074133,0.35659564,0.39622065,0.43004188,0.41829413,0.45350221,0.48547709,0.50347173,0.53406388,0.55858201,0.56953937,0.63789129,0.68721777,0.72697669,0.80214655,0.8439526,0.238563,0.24407753,0.22808269,0.21267545,0.18371962,0.16664353,0.17916207,0.16386726,0.15080887,0.13603592,0.68036467,0.17658246,0.22253129,0.22038569,0.30420354,5.4128361,5.366251,5.4088697,5.3237104,5.3640008,5.2479839,5.1711278,5.1540432,5.1953874,5.2060561,4.8671327,4.9508529,5.1959457,5.1250591,4.9845333,18.22604,18.119095,17.931093,18.011961,17.837664,17.875143,18.337133,18.182417,18.200115,18.196613,18.118168,18.125738,18.001617,18.068411,18.155781,24.361246,24.209614,23.997778,23.950724,23.810087,23.396873,24.015259,23.915642,23.822233,23.856474,23.309498,23.10294,22.996284,22.973869,23.008057,20.283184,20.157808,19.910543,19.663677,19.622013,19.620909,21.399902,21.612471,21.909594,22.041988,22.214087,22.277443,22.325287,22.47493,22.581881,31.216774,31.197723,30.672125,30.582064,30.365795,30.109056,31.009071,30.990103,31.014702,30.385403,30.439806,29.894283,29.516584,29.4582,29.726324,29.429075,29.19029,29.153833,29.197029,28.911343,28.767426,29.812262,29.668253,29.619411,29.359568,29.377954,29.169258,29.137209,29.20491,29.223478,12.805118,13.032939,13.042424,12.964691,12.768489,12.929973,13.378731,13.257083,13.091451,13.035684,12.966426,12.837857,13.033175,12.999697,13.119823,43.615196,43.11039,42.293343,41.745705,41.419724,41.415298,42.029377,42.036873,42.058784,42.015934,42.212143,41.882206,41.737289,41.916512,41.25935,20.895462,21.095003,21.22629,21.245926,21.168493,21.131962,21.683273,21.511316,21.181826,20.97459,20.796957,20.58478,20.671566,20.936689,21.306574,44.560341,44.679062,44.903175,45.120113,45.265434,45.410328,46.593338,46.593182,46.844849,46.945053,47.064095,47.141495,47.332771,47.645752,47.867844,23.955894,23.951424,24.03767,23.966845,24.028925,24.085785,24.69706,24.714964,24.805746,24.85294,24.904518,24.857985,24.78676,24.905752,24.972185,17.87101,17.595167,17.499281,17.445904,17.15469,17.292866,17.977308,17.587595,17.615416,17.280315,17.01749,17.006939,16.953047,16.889784,16.599476,3.924726,3.6759491,3.538743,3.23825,3.0352247,2.5594151,2.8241999,2.6074233,2.3405974,1.8614719,2.0002942,2.7354262,3.1829839,3.4982808,4.0865026,27.099796,27.630722,27.84203,28.106621,28.436066,28.543577,30.461479,30.359697,31.276617,31.267309,31.249397,31.121016,31.812864,31.432182,31.786589,47.19529,47.412254,47.572933,48.28529,48.519726,48.858528,49.827576,49.997086,50.503815,50.551369,50.638817,50.271355,50.275784,50.311638,50.740898,37.577255,37.851395,37.904827,38.248478,38.689167,39.145084,40.703915,40.994862,41.29285,40.760399,40.877632,40.259369,40.4119,40.396183,40.538288,42.043762,41.592991,41.194622,40.724442,40.496185,40.105267,40.366764,40.029533,39.616398,39.260967,39.092541,38.454929,38.012974,37.792419,37.695755,40.055649,40.381279,40.766476,41.197617,41.661716,42.169876,44.566689,44.9622,45.039806,45.192097,45.222256,45.468098,45.664268,45.670582,45.784237,66.858482,66.681259,66.535744,66.879997,67.128548,66.598999,67.684418,68.415207,68.53508,68.048843,68.348213,68.085106,67.45507,67.213112,67.211357,46.840076,46.291355,46.189575,45.517509,45.149509,44.508038,45.381584,44.978466,45.177567,44.711281,44.665676,44.351234,44.051914,44.150558,43.813705,28.468967,28.246338,28.188229,28.261814,28.19268,28.159389,28.706337,28.451813,28.441542,28.33206,28.252426,28.175051,27.885044,27.995619,27.855978,31.541321,31.556717,31.348202,31.181358,31.02656,30.822845,31.64612,31.489876,31.814241,31.223097,31.319502,31.243982,31.423855,31.527142,31.82552,11.946194,12.235394,12.883499,13.192585,13.758929,14.019425,14.729788,14.8533,15.431499,15.342789,15.491697,15.365013,15.54513,15.589184,15.588419,30.78174,30.708424,30.656586,30.53326,30.654358,30.809048,31.70715,31.883999,31.884333,31.79278,31.971983,31.907862,31.835768,31.804253,31.765881,49.593349,49.338375,49.407375,49.364445,48.925636,48.683365,49.807571,49.686039,49.410717,48.929417,49.004917,48.600655,48.413246,48.376644,48.414402,28.044113,28.665335,28.959278,29.232744,29.284346,29.150185,29.956114,29.839218,29.978266,29.712122,29.6619,29.502079,29.158199,29.182953,28.917397,22.767378,23.31459,23.815195,24.272606,24.819427,25.252872,25.17635,26.038462,26.122442,26.081854,25.994741,25.978188,26.008202,26.081701,26.202425,17.656954,17.382813,17.333591,17.400534,17.231947,17.377092,17.812569,17.667868,17.566753,17.608625,17.332701,17.120056,16.883572,16.83181,16.870766,23.818996,23.898293,24.104542,24.155865,24.364145,24.476252,25.652266,25.584677,25.598801,25.636774,25.698603,25.689766,25.712147,25.745033,25.721148,12.600389,12.638588,12.753588,12.693283,12.665802,12.58634,13.122848,13.051876,13.119881,13.210866,13.201769,13.212003,13.25192,13.383768,13.476374,12.185552,12.282678,12.152657,12.106437,11.937909,12.065954,12.122047,11.94921,12.19745,11.972548,11.81672,11.783588,12.055402,11.958721,12.204963,39.74398,39.343109,39.487946,39.445095,39.496746,39.497532,40.464039,40.134148,40.230942,40.382538,40.428623,40.764034,40.891521,41.008652,40.985474,4.2375441,4.3599696,4.5410929,4.5826564,4.5922599,4.5894074,4.8763418,4.8741717,5.0467076,5.0431752,5.0836644,5.410409,5.7205029,6.0430346,6.2284017,60.259777,60.527683,60.751141,60.521645,60.456039,60.349049,61.234741,61.136181,60.956238,60.681065,60.841187,60.898991,62.062176,62.180565,61.901127,43.121994,43.156345,43.51067,44.024616,44.163795,44.43536,45.44173,45.89859,46.292961,46.59111,46.821846,47.173519,47.096561,47.3848,47.532158,38.58886,38.700958,38.9147,39.268829,39.486523,39.760147,40.934742,41.092701,41.267456,41.493977,41.542736,41.281803,41.108521,41.093517,41.149788,66.947762,67.011032,66.94043,66.866455,66.701164,66.592964,57.789391,59.492619,60.257351,60.199875,59.866959,59.7654,59.423912,59.132378,58.813614,33.557861,33.57336,33.678787,34.040623,34.260815,34.584148,35.599903,35.674168,35.987003,36.239204,36.458321,36.634396,36.73296,36.958359,37.085712,23.275282,23.14551,22.849756,22.634811,22.194624,21.919615,20.771194,21.348364,20.721436,20.915089,20.509825,20.184418,19.999163,19.779522,19.970053,37.673008,37.388145,37.036213,36.729401,36.638008,36.02718,37.351673,36.865372,37.224594,36.696285,36.344475,35.995968,35.815304,35.437782,35.368423,30.43932,30.446255,30.477577,30.43437,30.525198,30.598068,31.81633,31.661266,31.723822,31.833405,31.942875,31.856499,31.784763,31.771475,31.768066,40.560535,40.404465,40.80727,40.747784,40.718754,40.27972,40.889992,40.3894,40.228634,39.903477,39.288467,39.396622,39.159832,39.246647,39.256435,37.821831,37.399426,37.25943,36.911938,36.715965,36.406723,36.706837,36.526367,36.657501,36.159504,35.812115,35.308475,35.357979,35.770058,35.413845,16.869011,16.664528,16.402908,16.279169,16.054209,16.053186,16.669449,16.475716,16.564417,16.641184,16.583433,16.546587,16.541168,16.619846,16.611378,7.5819731,8.0702066,8.5551882,8.890995,9.5269823,10.180925,12.636599,14.23792,15.287926,16.500395,17.624178,18.892714,19.988436,20.988735,21.688183,25.154829,25.428694,25.742615,25.568527,25.427019,25.638447,26.381714,26.900408,26.923223,26.743681,26.46719,26.263977,26.10659,26.015535,25.980467,51.971935,52.328014,52.313065,52.204002,52.512325,52.485508,53.936333,53.432701,53.592651,53.424782,53.244091,52.870117,52.890015,52.807747,52.56374,49.337296,49.326004,49.501522,49.365421,49.281643,49.296696,50.213985,50.532394,50.201405,50.308125,50.494869,50.240635,49.589256,48.980629,48.896511,44.783573,45.064251,45.542187,46.29705,47.271431,47.891647,50.25161,51.760014,52.38512,52.870338,53.225063,53.392971,53.691578,54.220737,54.579308,42.069321,41.743427,41.508289,41.178822,41.00631,40.974606,41.713654,41.479164,41.48436,41.349239,41.41803,41.25679,41.121998,41.006023,41.016434,32.03384,32.027119,31.644592,31.318459,31.050768,30.837843,31.372934,31.215715,31.039795,30.806341,30.717813,30.516556,30.263706,30.384434,30.16135,31.734642,31.666162,31.604811,31.634893,31.654406,31.585402,32.973854,32.748039,32.920593,32.657513,32.441051,32.289417,32.17635,32.200985,32.027508,9.9083443,10.064818,10.294418,10.446361,10.714979,11.021909,11.065598,11.278249,11.35868,11.378576,11.443589,11.517708,11.592937,11.771766,11.780652,28.269588,28.262688,28.383297,28.544449,28.672331,28.813782,29.547247,29.888176,29.968557,30.024416,30.195595,30.118879,29.977682,29.950642,29.988655,54.965569,54.4048,53.967484,55.007576,54.520309,55.403507,57.265259,57.409756,57.03125,56.731312,55.725487,55.918205,54.948597,54.633045,54.477299,17.741226,17.66852,17.583115,17.672249,17.701319,17.690218,18.599195,18.750902,18.895857,18.797733,18.869846,18.769199,18.691948,18.667742,18.736738,27.989632,27.739981,27.705091,27.613482,27.518082,27.221611,27.48811,27.373737,27.694071,27.152905,27.116112,26.724062,26.433771,25.928074,25.795116,14.032979,13.884944,13.794428,13.715893,13.526754,13.566669,14.167908,14.059999,14.163807,14.144303,14.282762,14.242543,14.349301,14.630567,14.503175,16.756409,16.622606,16.030506,15.717127,15.450761,14.920476,15.021366,14.187887,14.047952,13.924522,13.985483,13.945176,13.841808,13.842983,13.888197,31.461672,31.221586,31.159979,31.02062,30.855101,30.626116,31.332905,31.462395,31.338299,30.813339,30.932411,30.673767,30.489323,30.089108,30.198544,32.721825,32.555832,32.384293,32.515503,32.472961,32.599567,33.352688,33.38583,33.520855,33.254723,33.48053,33.157066,33.182587,33.548958,33.806732,35.607357,35.893654,35.924957,35.765354,36.028843,36.285286,37.593754,37.59058,37.613972,37.547104,37.701218,37.773071,37.349899,37.664822,38.106602,18.746439,18.214138,17.850668,17.976141,17.953201,17.745443,16.867775,16.723608,16.401028,15.782687,15.558626,16.019798,16.018446,15.609713,15.983679,50.069332,49.934002,49.408516,48.85815,48.555557,47.793404,47.896542,47.173424,47.085686,46.550293,46.265213,45.991726,45.840893,45.743923,45.577034,32.005234,31.725058,31.490839,30.943398,30.921549,30.556789,30.788803,30.70952,30.536434,30.429417,30.496498,30.430761,30.542263,30.385059,30.604912,0.66151834,0.77498561,1.1079067,1.5253439,1.8387341,2.1024294,2.4608088,2.6842649,2.9847438,3.3589911,3.585665,3.7205667,3.6975398,3.6948726,3.7045658,0.36820444,0.40980238,0.44555947,0.46199825,0.5139873,0.52963048,0.5547393,0.55975026,0.57346088,0.61169702,0.58839929,0.69250721,0.72530365,0.72887337,0.76555991,1.0668561,1.1878192,1.31666,1.5129596,1.6990397,1.8767532,2.0098598,2.1920431,2.3475049,2.4133859,2.3989456,2.5435178,2.6448154,2.7119582,2.7442467,0.24069428,0.2531133,0.25983542,0.24645308,0.25252524,0.24813074,0.22602202,0.22225128,0.23815739,0.23067676,0.2863465,0.28975126,0.3558138,0.43001574,0.48334765,0.24246156,0.28785813,0.29048103,0.31680182,0.31335685,0.34793934,0.33512932,0.36464089,0.37887844,0.38349327,0.34765655,0.53166139,0.5224756,0.56569344,0.67594719,0.33539006,0.40754426,0.40384111,0.44671986,0.4696475,0.46793488,0.50531656,0.50599223,0.54524469,0.53160119,0.52725089,0.5468654,0.63950282,0.58127058,0.60234994,0.21428931,0.23568347,0.27075362,0.31193522,0.33321813,0.38451111,0.41319248,0.42186761,0.45494097,0.48091376,0.47362322,0.56182605,0.58534122,0.6307556,0.66837531,0.17508978,0.19135657,0.18710168,0.18843311,0.18089414,0.26388252,0.2664451,0.26648328,0.25885871,0.28590405,0.28198496,0.37633467,0.41212407,0.41848353,0.43925148,0.16062205,0.1958047,0.21309744,0.23307121,0.24487783,0.29003233,0.31621376,0.33295381,0.34056899,0.33492738,0.34457681,0.40675035,0.41912314,0.39598089,0.41884086,0.48296848,0.54479504,0.58792377,0.61979443,0.61284554,0.63649601,0.68011039,0.71272796,0.7074303,0.73161215,0.73578638,0.76386994,0.79097962,0.82591337,0.84931779,0.20875616,0.20926583,0.2490011,0.25239488,0.25152919,0.29521972,0.28982213,0.30011326,0.29656669,0.31549361,0.4330731,0.38596696,0.45746714,0.48303556,0.48708922,0.90118265,0.9370665,0.97622734,0.98704332,0.9279778,0.88236117,0.85527235,0.81359708,0.8059119,0.73663789,0.65292686,0.74924505,0.76038045,0.75642967,0.76719046,0.24177378,0.2673429,0.27637848,0.30777621,0.30392766,0.35077518,0.35252419,0.36790636,0.37082344,0.37425148,0.39057267,0.38511899,0.39340466,0.40017787,0.46039796,0.17835094,0.19168985,0.20221372,0.2160624,0.2381638,0.26555586,0.28635556,0.2890248,0.32574975,0.31002945,0.3530837,0.37098104,0.40345377,0.42340261,0.43818066,0.23910734,0.26269442,0.27590343,0.29638055,0.32562587,0.35715356,0.36011162,0.3560316,0.39352337,0.38268793,0.47849807,0.42493352,0.50124544,0.54599035,0.59002608,0.40980554,0.45801288,0.47964966,0.50906044,0.51315045,0.53027517,0.54342604,0.56023967,0.55704528,0.55428213,0.53393233,0.57459378,0.63155675,0.65554857,0.68591481,5.3406234,5.513586,5.7314968,5.8777471,6.2560477,6.4329066,6.6477427,6.961813,7.3447838,7.8361139,7.9751,8.0544834,7.9965396,7.9498076,8.0128212,13.525942,13.630483,13.757022,13.807459,13.966243,14.152481,14.482382,14.804525,15.022729,15.184027,15.324426,15.478349,15.578718,15.765086,16.007181,20.155161,20.991055,21.680407,22.369997,23.059879,23.630547,24.139353,24.640831,25.010925,25.493885,25.852882,26.175404,26.408096,26.784245,27.145884,13.143322,13.00474,12.857909,12.745913,12.654248,12.657889,13.001619,13.307794,13.400465,13.430941,13.407394,13.184303,13.09318,12.987243,12.938097,14.909482,14.734689,14.310906,14.181913,14.207418,14.097913,13.900788,14.031174,14.031471,13.7461,13.718913,13.915631,13.795005,14.032292,13.909301,2.2686758,2.448113,2.6144495,2.8452992,2.9301772,3.0020723,3.0841568,3.1274271,3.1612647,3.1539624,3.1619043,3.2022767,3.2500584,3.3608027,3.4297063,3.9052379,4.1664782,4.3348398,4.5411277,4.8349838,4.97439,5.3025169,5.5516524,5.7656236,5.8532376,6.0455141,6.1203809,6.1257577,6.2088327,6.4355998,26.113388,27.532969,29.155441,30.546755,32.120708,33.67783,35.68261,37.539677,38.909328,39.88702,40.535469,41.164371,41.622456,42.187256,42.937027,28.413067,28.188728,28.008911,27.781769,27.639452,27.35663,27.287937,27.415144,27.33629,27.326763,27.476263,27.573866,27.43927,27.492559,27.620131,6.3491092,6.469614,6.6063085,6.7671528,7.033833,7.3675075,7.7212982,8.0940638,8.2652235,8.3982124,8.464818,8.5607862,8.6793365,8.7295103,8.8308859,0.4323346,0.54005098,0.6035949,0.66264665,0.65678179,0.75125486,0.8027333,0.82592547,0.87353587,0.96201694,1.0677577,1.0031223,0.99334431,1.0050083,1.062323,9.2362499,9.4086275,9.6873369,10.00471,10.39519,10.914757,11.414686,11.786007,12.011747,12.266656,12.462017,12.569819,12.668817,12.726288,12.876226,14.46973,14.667079,14.845568,15.080969,15.322711,15.644291,16.054131,16.412302,16.677502,17.035196,17.248314,17.491774,17.601875,17.730688,17.892162,17.374819,16.720123,16.32464,15.852345,15.666479,15.536939,15.329021,15.110348,15.086849,15.239421,14.909504,14.681029,14.607416,14.626021,14.712273,15.256336,15.294292,15.338707,15.459232,15.641027,15.883459,16.190104,16.335514,16.511623,16.687887,16.805521,16.951105,17.1507,17.351084,17.558197,62.715866,63.268326,63.877003,64.277718,64.500854,64.459122,64.274841,64.043152,63.882275,63.881557,63.756901,63.449169,63.148956,62.780632,62.417625,8.7873812,8.5496817,8.1177692,7.7893243,7.4666185,7.2595201,7.2403536,7.1006298,7.1882367,6.9952874,6.8456545,6.6828051,6.6740847,6.6505866,6.6884212,13.929802,13.793379,13.602913,13.358171,13.359326,13.501461,13.702719,13.990198,14.126627,14.207973,14.186187,13.987883,13.931516,13.995983,14.061623,41.104813,41.821362,41.485558,41.37661,41.372498,41.123562,41.248711,41.4977,41.357559,41.884579,42.052795,41.93536,41.648159,41.570404,41.701778,15.326744,14.90754,14.675985,14.265304,13.832314,13.57384,13.475676,13.078806,12.957354,12.830702,12.761009,12.726506,12.663916,12.646439,12.657082,7.7265606,7.8140845,7.9788775,8.0608158,8.1794252,8.4126291,8.7187948,9.0160284,9.2299929,9.348568,9.4735632,9.9785652,10.113068,10.303976,10.462245,23.401924,23.28783,23.14632,23.128313,23.104977,23.155836,23.153423,23.282696,23.448425,23.791412,23.997652,24.314415,24.579979,24.693581,24.805441,16.663107,15.934765,15.451674,15.119942,14.823779,14.411829,14.051463,13.845521,13.725681,13.698283,13.620191,13.551084,13.596244,13.6744,13.484475,64.35141,64.4991,64.731636,64.848267,64.942436,65.004501,64.811974,64.488014,64.176117,63.703026,63.468224,63.105358,62.812889,62.665051,62.390755,1.9369506,1.9050637,1.8782635,1.8804394,1.8643206,1.8820243,1.9042251,1.9388223,1.9583905,1.974129,2.0019729,2.0878708,2.2015214,2.2717004,2.3632171,1.9433253,2.0107818,2.0939271,2.1585484,2.2671256,2.3015471,2.3163128,2.4188106,2.5149956,2.5269685,2.5826571,2.6469214,2.7248771,2.7716572,2.7830281,2.3797302,2.4882867,2.6540341,2.8102753,2.9011626,3.0192304,3.1317551,3.2293026,3.3142648,3.3756971,3.4377666,3.5342462,3.6355124,3.733357,3.8820755,2.4718356,2.6669288,2.8161736,2.9750478,2.9992359,3.0362701,3.0758498,2.9336014,3.0746343,3.0660233,2.9431276,3.1834531,3.288063,3.3284757,3.4353349,2.078687,2.1721268,2.2435513,2.2996566,2.3498766,2.4255121,2.5181813,2.5777924,2.6312671,2.657742,2.6879959,2.783448,2.8618982,2.9601364,3.0528784,0.85769051,0.88880193,0.90021044,0.9257068,0.94608694,0.94881672,0.9496848,1.0184835,0.99621361,0.98190272,1.0284578,1.0613636,1.1089978,1.1325268,1.1420193,7.59726,7.6251159,7.647892,7.6709509,7.6842122,7.7196641,7.7150807,7.737401,7.735043,7.7534103,7.7661657,7.7435775,7.7510505,7.7715797,7.8148761,1.8751148,1.9151839,1.9346936,1.9861467,2.0107214,2.0761602,2.1316788,2.1773505,2.2282145,2.2563486,2.307488,2.4978611,2.5086343,2.5016165,2.560426,3.4482923,3.4907851,3.5665255,3.7002683,3.8440769,3.954998,4.0862246,4.2152109,4.3429842,4.4708729,4.5668416,4.6929312,4.7618833,4.8479939,4.9067011,7.8711987,7.2543817,6.9589787,6.521965,6.1857791,6.369164,6.5436759,6.5398097,6.8043261,6.6797061,6.2432299,7.1886406,7.4436164,7.8117599,8.0029573,3.2748725,3.459305,3.6539931,3.8964398,4.18997,4.441184,4.7514544,5.0028787,5.2514496,5.4500895,5.633009,5.8586612,6.0276985,6.1802254,6.3448482,5.8294015,6.1778841,6.4736605,6.8039937,7.1105747,7.425168,7.7464314,7.978478,8.1224222,8.3105021,8.4456816,8.7117176,8.9039259,9.1468019,9.3868456,22.494713,22.404146,22.428719,22.370173,22.184755,22.113457,21.884132,21.589977,21.378208,21.129719,20.994217,20.826206,20.808821,20.773603,20.723843,2.4848773,2.6363256,2.7845514,2.8974428,3.0021019,3.1282599,3.2465987,3.3745625,3.4956191,3.6308036,3.7197034,3.8506992,3.9862931,4.1372113,4.2532749,0.18840456,0.18859838,0.17421603,0.16528925,0.15708177,0.13892506,0.13909414,0.12267788,0.11518695,0.11705385,0.24807057,0.1113689,0.16969925,0.23647369,0.31584993,6.05968,6.0315843,6.0835724,6.1275015,6.1880164,6.3323989,6.2558069,6.2276306,6.1366224,4.3925433,6.6214099,6.3847599,6.6449032,6.6757927,6.8556919,1.2228056,1.3151155,1.2966368,1.272987,1.2737583,1.2267171,1.225305,1.2187351,1.2295119,1.1882933,1.1497449,1.1485698,1.2171799,1.2794619,1.271287,0.23665611,0.24054651,0.25197053,0.24331689,0.24076787,0.25578803,0.25820121,0.25182241,0.24569209,0.26886237,0.30478513,0.31013563,0.38673466,0.38586095,0.41793314,0.18053645,0.17883755,0.17667101,0.19064197,0.1895891,0.12365525,0.12768762,0.13196965,0.12891421,0.13447638,0.24675602,0.21814448,0.24424733,0.21963824,0.26674697,1.7073736,1.6389631,1.5714699,1.4897579,1.3486688,1.2928513,1.1374352,0.97555172,0.84003145,0.44942439,0.28990987,0.25608194,0.36783686,0.3631883,0.36539215,5.8704228,6.4951124,6.5699182,6.6155753,6.6524086,6.7111058,7.1588368,7.3124299,7.2885966,7.155736,7.5192223,7.3469386,7.4010329,7.4444828,7.6246672,0.2441552,0.28659764,0.28935087,0.30503392,0.3050589,0.34048405,0.34893474,0.36685622,0.3679668,0.36657757,0.37599078,0.3968119,0.42830539,0.47007102,0.48110196,1.2233193,1.2582395,1.3507978,1.3773401,1.3521786,1.3804791,1.4257987,1.443606,1.4835672,1.4984293,1.474425,1.525624,1.4693664,1.5426617,1.5886161,0.26724672,0.27895692,0.29178825,0.31324321,0.28702641,0.3842459,0.39738062,0.40866598,0.38910505,0.43839672,0.45724741,0.4645561,0.54629093,0.55753535,0.60554129,16.03363,15.939511,15.799731,15.726636,15.611423,15.499337,15.450974,15.364918,15.308171,15.233766,15.220815,15.29423,15.288274,15.142602,15.11085,2.6354222,2.7462635,3.0631711,2.9284489,2.9364622,3.1198511,3.3158851,3.3726594,3.4035201,2.9639912,3.0950217,1.9614097,1.9968014,2.0330338,2.1297059,10.903241,10.877401,10.819743,10.832458,10.856766,10.818592,10.848139,10.834992,10.885349,10.838511,10.789141,10.677724,10.74731,10.845724,10.811372,6.1295114,5.9811263,5.7416453,5.7258172,5.6875119,5.4891324,5.4798975,5.4215837,5.5045176,5.3626676,5.3260784,5.2520208,5.2655854,5.278389,5.2612262,0.164304,0.18156372,0.20345114,0.21008405,0.22555543,0.26381245,0.25763431,0.25283974,0.28538814,0.29921743,0.34361607,0.32677227,0.36438954,0.41252863,0.45470175,0.23369771,0.26784718,0.26162577,0.29744416,0.31952402,0.37764904,0.38166538,0.40231794,0.46749943,0.46334979,0.52141237,0.5705474,0.58962721,0.60504335,0.59178507,5.6020522,5.7297888,5.86869,5.9475622,6.0304618,6.2503204,6.5657725,7.0280304,7.3228531,7.4386077,6.5203876,6.7682891,6.9968977,6.6633916,6.8162837,0.32804635,0.36936793,0.38792697,0.36266163,0.36453915,0.45739883,0.45235986,0.46247569,0.4957507,0.46668398,0.44944549,0.55551964,0.61712354,0.66714633,0.69775021,0.64287913,0.99397862,1.2397183,1.4311969,1.5367184,1.6248256,1.7521713,1.7941415,1.8990067,1.9751964,2.0112429,1.8594335,1.8767247,1.8337201,1.8189338,1.4537321,1.3410228,1.2184209,1.0524157,0.9457885,0.86042058,0.7535795,0.65721202,0.50073022,0.38850039,0.29920924,0.40615648,0.52879804,0.64001149,0.74225003,0.095999174,0.101679,0.11749347,0.12579605,0.12853132,0.16586804,0.17151301,0.17560664,0.17375498,0.1969832,0.2266289,0.23819834,0.27138513,0.29046094,0.31462029,0.11653313,0.1326651,0.13323957,0.16330773,0.17259741,0.28078473,0.31167674,0.31248838,0.33055368,0.35284743,0.33702269,0.37204665,0.41197789,0.45702434,0.45477319,5.2634616,5.5184646,5.8103485,5.8446164,6.0465159,6.0551667,6.1514897,6.1204529,6.0599327,6.0448666,6.2167325,6.3773379,6.4402952,6.6182175,6.6767244,0.4537234,0.4656541,0.44920844,0.4876242,0.46307579,0.45349401,0.46467838,0.44520339,0.41702181,0.48527393,0.46801871,0.60715157,0.62328976,0.58976531,0.64457834,20.400261,20.345474,20.241013,20.275351,20.261042,20.263815,20.279987,20.316177,20.416456,20.430199,20.611824,20.62999,20.588121,20.503494,20.415611,0.1186512,0.12096927,0.13829707,0.13395348,0.14459975,0.20185407,0.19830878,0.20544036,0.20804438,0.22146243,0.23369037,0.31344321,0.34097588,0.37205294,0.42827395,1.5796503,2.6629572,2.7078302,2.8118281,2.921772,3.1824403,3.4557755,3.6754467,3.7941694,3.9536302,4.170732,3.8521183,4.2656689,4.351665,4.496747,0.40254346,0.62691611,0.73938751,0.79272985,0.8469457,0.9641692,1.0164689,1.0715245,1.0973332,1.1628845,1.1752812,1.2321587,1.2709578,1.25696,1.2963127,3.8707857,4.0074315,4.1199207,4.214262,4.3773336,4.4775066,4.8040452,4.9995327,5.2765698,5.2973866,5.52036,5.5135107,5.6429167,5.8144789,5.5292678,0.4325667,0.44933242,0.43144673,0.43075234,0.41568196,0.44232878,0.44421986,0.46053743,0.44727483,0.43008453,0.43093282,0.52335805,0.546637,0.58097941,0.61197376,1.0983205,1.0559928,0.99429053,0.90797341,0.86574095,0.79902679,0.74094784,0.68361282,0.6227268,0.55802959,0.52608621,0.79956633,0.79561192,0.8281799,0.86596692,0.19696507,0.21252798,0.23093386,0.22371365,0.21991204,0.30843735,0.29683089,0.32614443,0.33727315,0.35167873,0.34807351,0.42447931,0.46503031,0.45558792,0.47066891,10.795989,10.90162,10.920115,10.998182,11.110563,11.136869,11.221394,11.349067,11.441978,11.440463,11.438613,11.636062,11.476135,11.483494,11.553034,4.5436869,4.5216579,5.0027661,4.9309354,4.9750624,5.0320487,5.1521707,5.2370796,5.3186426,4.6399822,4.6302671,4.6754875,4.7706971,4.7546897,4.8010077,0.38779542,0.4006764,0.42948648,0.4240756,0.46165302,0.46580955,0.46149838,0.48226103,0.4671841,0.47757319,0.44613415,0.54805249,0.55577451,0.55612528,0.62226772,1.0758432,1.048218,0.97232026,0.88411748,0.83467096,0.67758328,0.65316784,0.50890583,0.39731809,0.25921899,0.25395751,0.17022726,0.23330165,0.32151547,0.3169851,2.0758464,2.2496927,2.2524536,2.256345,2.348398,2.3278456,2.2973919,2.3198864,2.3742211,2.3876846,2.3416839,2.3947012,2.5187242,2.5374954,2.5755436,7.8668251,7.8486843,7.7840552,7.7936573,7.7303567,7.8186045,7.9008737,7.9698257,7.7773981,7.8125587,7.8782282,7.9432378,8.0943193,8.0809221,8.1397533,9.7523937,9.7984009,9.8575249,9.9333973,10.050514,10.126245,10.18806,10.29658,10.472653,10.627934,10.730324,10.762668,10.828768,10.879134,11.01511,0.20432693,0.20150535,0.20601566,0.23126735,0.22988506,0.24739657,0.23901662,0.24515393,0.25646871,0.28450328,0.36805514,0.46655393,0.43312848,0.50344306,0.54666817,8.8245306,8.8809128,8.9402332,9.0273743,9.1213017,9.1654987,9.2571964,9.3519735,9.4070101,9.39184,9.4325609,9.4369287,9.5212393,9.5893755,9.6187868,2.9023745,2.6060071,2.3884633,2.1159153,1.7882353,1.6924566,1.3895544,1.0931559,0.70788103,0.42233697,0.13831259,0.22421525,0.18132366,0.18382353,0.18099548,11.289469,11.062566,10.491659,10.111102,9.8239346,9.4555635,9.6096354,9.2712965,9.2699289,9.4712324,8.4579277,8.6967878,8.7179937,8.706336,8.7263117,0.79867679,0.85295504,0.93852395,0.9550308,0.9766804,0.98867434,1.0033699,0.99637878,1.0143026,1.0453511,1.0168915,1.0787241,1.1254675,1.1165845,1.1281307,0.23051231,0.24662635,0.23236361,0.23861967,0.23788828,0.25672764,0.24750207,0.25218946,0.24389121,0.25777942,0.32711357,0.32319129,0.38847524,0.41914237,0.42496803,2.0632083,2.0878084,2.117795,2.1379488,2.1459057,2.1259384,2.1520917,2.2930048,2.3564529,2.4159601,2.4137204,2.4896307,2.5399423,2.5443799,2.5733953,0.46354482,0.50629497,0.56603885,0.58824557,0.56207025,0.56873149,0.53628457,0.50136608,0.47965735,0.45890814,0.43432134,0.47647244,0.55715781,0.54639184,0.56326503,7.308022,7.3776274,7.6572733,8.0225496,8.3550911,8.6784143,9.0558195,9.5125895,9.8802395,10.160266,11.417322,10.957854,11.018775,11.344473,11.554033,0.19266209,0.23722781,0.21321963,0.2745367,0.26616296,0.43980685,0.49677533,0.48043329,0.51564723,0.46599159,0.64096779,0.95745641,1.1136057,1.2203941,1.6274863,2.712791,3.1782315,3.6172609,4.140655,4.7110944,5.3431311,5.9859982,6.6823983,7.4435139,8.1011629,8.6138105,9.2886009,9.8126469,10.365981,10.815588,1.592913,1.6541961,1.7890809,1.8258314,1.6368572,2.1963618,2.3927622,2.4245324,2.5841346,2.913208,3.0002429,3.0856957,3.2281642,3.260247,3.3009789,1.3621026,1.4118447,1.490494,1.511308,1.516306,1.5535456,1.5560135,1.6270736,1.6216054,1.6580545,1.6877449,1.6723003,1.6928908,1.6544416,1.6697452,0.73368603,0.7936787,0.75461149,0.68209499,0.69690037,0.63308752,0.63787007,0.63447791,0.59997213,0.5688163,0.52226597,0.6282503,0.66603899,0.70832896,0.73646915,3.7139974,3.5875425,3.4630995,3.3005185,3.0691137,3.0600355,2.9223809,2.7227955,2.5888526,2.5339622,2.4398217,2.730077,2.748225,2.7894616,2.8097301,0.10284403,0.10329758,0.10390441,0.14401728,0.14407492,0.23059186,0.23291926,0.23435573,0.26730272,0.28609338,0.31674585,0.38874722,0.39582279,0.42517367,0.54212022,1.0517048,1.1079736,1.0709505,1.1426939,1.1111376,1.178363,1.1697514,1.1746411,1.2295916,1.1980057,1.1795387,1.2070056,1.2419316,1.2645355,1.3416548,0.19262521,0.20562029,0.20886673,0.21289335,0.21815297,0.26491821,0.2659044,0.27316943,0.27282405,0.28862935,0.31018206,0.29451138,0.35260463,0.41114059,0.42033628,1.8686289,1.9335389,1.9507138,1.99403,2.0295532,2.0830326,2.0826275,2.1130984,2.1576378,2.1392553,2.0844853,2.1183224,2.1567094,2.2036166,2.2741671,2.1664171,2.1406825,2.1503828,2.1442528,2.120286,2.1518052,2.2254961,2.226243,2.3021922,2.3529041,2.3360202,2.4215872,2.4341156,2.3118536,2.3529413,0.2412196,0.24063914,0.24045399,0.21190523,0.21305443,0.15652514,0.17777778,0.17006803,0.15117919,0.153155,0.24587645,0.27097449,0.31598905,0.3310551,0.38743004,14.197516,14.115342,14.093947,14.091915,14.095537,14.138749,14.199528,14.264582,14.316694,14.33591,14.343747,13.997705,13.994087,14.266636,14.184562,1.0693738,1.1078165,1.125326,1.0718944,1.0979867,1.0677021,0.9576562,1.0703859,0.99281836,1.0051594,0.98154694,1.0223471,1.011428,1.0783639,1.1402794,10.122767,10.439636,10.711667,10.990583,11.377856,11.702526,12.070807,12.464433,12.839201,13.211036,13.58058,13.933163,14.040303,14.144899,14.200696,0.28994128,0.36385238,0.32623437,0.37585753,0.3592684,0.35736427,0.41478676,0.39264616,0.41666669,0.38089547,0.48655379,0.40882766,0.46093482,0.51908398,0.60747308,0.12897283,0.128517,0.13248059,0.13187812,0.13603592,0.16764081,0.16815889,0.17319174,0.16449623,0.16013908,0.2774823,0.19967495,0.26138908,0.26410109,0.3236554,0.025559107,0.025779841,0.025967281,0.026322719,0.026677337,0.081355937,0.082861483,0.084116086,0.086680144,0.087873466,0.34043813,0.15119444,0.18726592,0.222046,0.24358559,0.33981419,0.37552273,0.40907556,0.44371885,0.43768236,0.4718951,0.48143342,0.46585807,0.51982081,0.55692548,0.51901644,0.61838961,0.64044702,0.79129571,0.76477706,0.085178874,0.084808648,0.096153848,0.095673434,0.096784599,0.14273167,0.1430143,0.14382122,0.14504072,0.16060571,0.27877802,0.16188714,0.20947282,0.22683859,0.251497,0.17915796,0.19304208,0.1980198,0.20453243,0.2196372,0.32716697,0.30638984,0.33172864,0.33636886,0.31417942,0.34394166,0.37296423,0.42831004,0.48915973,0.57147586,1.0022583,1.076853,1.123108,1.1455882,1.1792229,1.2128762,1.2519234,1.261359,1.2890121,1.3264658,1.3622162,1.3992471,1.4327785,1.4918705,1.5386951,0.31993324,0.32228684,0.33021852,0.3312892,0.32478994,0.38297874,0.37840927,0.36580119,0.40872931,0.43687522,0.4126341,0.5081532,0.50304878,0.53639847,0.55431521,0.32164431,0.33131942,0.34653273,0.32384917,0.33370844,0.33881143,0.35211268,0.34362903,0.32990023,0.34287113,0.36432111,0.41526189,0.48467276,0.49234363,0.53304464,18.546539,18.685667,18.754747,18.827333,18.845598,18.812933,18.718601,18.721203,18.687799,18.651131,18.671309,18.641724,18.638222,18.559797,18.560331,2.0811441,2.1100795,2.1254051,2.1593683,2.19047,2.2032115,2.2880127,2.3315783,2.3535933,2.3913031,2.3797677,2.3536625,2.3899245,2.4376845,2.4550571,2.5256083,2.5799627,2.61134,2.6377819,2.6194491,2.5163393,2.6013882,2.6541138,2.6287389,2.5709496,2.5464399,2.4935329,2.5872393,2.5713816,2.5981677,0.26731962,0.26614183,0.28813937,0.29086679,0.28483054,0.31893301,0.33617562,0.34506708,0.32822508,0.32549229,0.37668288,0.39098164,0.44881186,0.45586905,0.48497072,1.6152551,1.6247321,1.5084496,1.4807279,1.3836198,1.2128018,1.240778,1.1334013,0.3187345,0.20030634,0.4720321,0.17684509,0.22727272,0.26660204,0.29372171,0.19103663,0.24439013,0.28824034,0.3188054,0.35189089,0.3601028,0.36656186,0.37003285,0.41804734,0.4384104,0.45038667,0.5218311,0.56157875,0.59847182,0.62564415,1.0643594,1.161113,1.1727281,1.1699212,1.1282843,1.0993,1.0944459,1.103745,1.1466591,1.1502477,1.1210722,1.1445696,1.1989619,1.1065619,1.1594095,5.2254663,5.0633245,4.9246521,4.7518892,4.6568532,4.4735031,4.4326725,4.2928534,4.1907949,4.0963163,3.9902344,3.987407,3.9570544,3.9054308,3.8588929,12.332754,12.331901,12.340314,12.316082,12.373977,12.384801,12.469987,12.528743,12.604107,12.609455,12.6178,12.622333,12.650728,12.629519,12.5494,42.171143,42.13718,42.106716,42.033215,41.903542,41.724552,41.529995,41.257935,40.886879,40.542065,40.429932,39.9035,39.501617,39.126987,38.845634,0.18010938,0.20437294,0.25149122,0.29524747,0.2737743,0.3007006,0.3388682,0.35222051,0.38455668,0.40418887,0.37885731,0.44350648,0.42335185,0.47329277,0.59534657,0.2421149,0.24129385,0.24334015,0.27223805,0.29323682,0.27224353,0.29345235,0.29124445,0.31664839,0.32780802,0.4075332,0.34150884,0.35144973,0.34931722,0.35014006,1.6358663,1.8436929,2.1603358,2.3914347,2.6395657,2.9259295,3.3112891,3.7195296,3.9996703,4.2437849,4.3486004,4.5359097,4.753572,4.9547677,5.2334805,0.17887902,0.22703344,0.24368846,0.26565102,0.27826086,0.35902119,0.32130268,0.37956569,0.40007442,0.39806217,0.40282905,0.45705232,0.42702687,0.50882155,0.47825301,0.34934276,0.44795325,0.47504205,0.50409275,0.50118768,0.54098356,0.53406399,0.56375778,0.57286316,0.55623388,0.56381685,0.61643535,0.64560348,0.69374311,0.75181377,0.78328979,0.92514008,1.2044189,1.335691,1.3864911,1.392713,1.4753968,1.5549767,1.8612566,1.8767245,1.8779708,2.0879459,2.2067335,2.1539087,2.4620299,0.17310022,0.17611834,0.17614937,0.17863522,0.18368846,0.18365473,0.18604651,0.18635856,0.1876877,0.18921477,0.41793314,0.19142419,0.27100271,0.3324208,0.42926827,1.269915,1.5103507,1.7065796,1.7607678,1.8675146,2.1295772,2.2618659,2.4429598,2.64238,2.6933062,2.6911917,2.8483522,3.0384066,3.2299802,3.4062629,0.074413069,0.077974156,0.085485972,0.108395,0.10875271,0.18278751,0.19427091,0.19135094,0.20775622,0.21243724,0.24339361,0.25717962,0.29518262,0.30854431,0.34400949,0.97847974,1.099346,1.1698228,1.2086495,1.3019146,1.3646812,1.3724015,1.3007284,1.3405362,1.3666393,1.4209441,1.4485402,1.4834107,1.5974892,1.5872568,0.5956834,0.72931659,0.83429497,0.85891932,0.91210717,0.94165123,1.0413626,1.0839922,1.1529974,1.1757275,1.1657053,1.2408043,1.2669953,1.3609139,1.47542,0.1135864,0.11962156,0.12924999,0.14997856,0.14821088,0.1708329,0.17736663,0.18479133,0.19141753,0.20714112,0.25536084,0.26067352,0.29909566,0.29802603,0.32914317,0.17037095,0.17947717,0.20406561,0.26975563,0.27132711,0.38947618,0.41516969,0.419321,0.50904977,0.51779932,0.52956754,0.5919559,0.6009714,0.59509051,0.57923043,0.48544854,0.62347579,0.76914603,0.9488188,0.98055202,1.0381242,1.0749553,1.1431412,1.1487964,1.1732615,1.1664349,1.2039001,1.2434787,1.2656343,1.2813381,0.54182583,0.66002756,0.73012441,0.82593954,0.89200205,0.94785857,1.042272,1.0626289,1.2268648,1.3264555,1.3910956,1.4274518,1.4281445,1.5394515,1.6187725,0.19072595,0.19083969,0.21324489,0.23741689,0.23623908,0.29512456,0.30674845,0.304414,0.34871554,0.3470214,0.51730084,0.39053527,0.26509914,0.37589702,0.39790812,0.1544998,0.15518913,0.15491867,0.17401393,0.17374517,0.27142301,0.26871401,0.26835346,0.28544244,0.28829521,0.73472548,0.32667181,0.42495653,0.44504645,0.40206778,0.32053915,0.33772653,0.43787178,0.42162701,0.45263761,0.56822926,0.57680893,0.58733404,0.65806341,0.68775791,0.71862435,0.80061322,0.88442385,0.85073477,0.91466045,0.31349665,0.36982116,0.42095664,0.42569324,0.43357024,0.46304065,0.47812182,0.48793182,0.45996973,0.5039562,0.46516088,0.52823085,0.55366403,0.55330956,0.57734895,2.3062863,2.5263886,2.7445879,2.9605255,3.2359078,3.5047102,3.8156219,4.1011648,4.2949986,4.5247488,4.6148834,4.8020163,4.9841328,5.2057734,5.4201784,0.19600156,0.19317806,0.22127476,0.20210615,0.20352781,0.28363675,0.29590327,0.28042626,0.28174683,0.29616988,0.33772039,0.3319132,0.42979941,0.51696122,0.61434114,0.17334712,0.21083702,0.24106425,0.25201467,0.26045436,0.33323839,0.33829498,0.35373089,0.37664783,0.39638543,0.38901857,0.424851,0.51324272,0.50075251,0.51089734,0.25398004,0.26367003,0.2595101,0.25595087,0.26359779,0.27531955,0.28382838,0.29360735,0.28397566,0.28666985,0.37889227,0.33734939,0.38604617,0.35991532,0.43797684,0.21284646,0.21714501,0.22135356,0.22119728,0.23126297,0.2270792,0.24236089,0.2370567,0.25248915,0.24377419,0.25906736,0.287494,0.31606168,0.30263728,0.34595424,0.1996621,0.2494303,0.32134277,0.35902718,0.43195194,0.52359325,0.50281447,0.5712291,0.58842337,0.66745442,0.59579104,0.73971629,0.81180334,0.84663612,0.89642406,0.62961453,0.72912461,0.76791239,0.73952341,0.78095698,0.82930809,0.85968685,0.8960886,0.91029853,0.94058865,0.90633792,0.99619675,1.0602992,1.1035672,1.045822,0.20750199,0.20763457,0.20651309,0.20846696,0.21056041,0.30819142,0.31010282,0.3095471,0.31081304,0.3155098,0.49916804,0.31650841,0.33641717,0.36758563,0.40207738,9.2259178,9.5194387,9.7785368,10.121148,10.469575,10.716418,11.044236,11.316057,11.523705,11.630902,11.725992,11.888798,12.028867,12.160996,12.300749,0.29396856,0.28696573,0.35887587,0.33984274,0.33193749,0.47003525,0.46652314,0.50020629,0.45409468,0.50391054,0.47839344,0.54448384,0.57407111,0.57935578,0.59755641,0.1739036,0.17266499,0.18597238,0.19423592,0.19020203,0.20863016,0.22241317,0.21865526,0.23591861,0.23542108,0.28941432,0.33175588,0.33261591,0.31899467,0.3594676,0.26701421,0.36388308,0.41903621,0.38845566,0.42706224,0.51648349,0.53519082,0.54360795,0.53102958,0.55542332,0.58113426,0.68247783,0.61978608,0.68631303,0.69542116,0.15480228,0.17119379,0.20737432,0.21939746,0.21709143,0.26388198,0.24096386,0.25887656,0.2920717,0.28402787,0.30193371,0.33464086,0.34924847,0.39378738,0.39546531,0.08939746,0.091307521,0.13704889,0.16675931,0.17768633,0.36809817,0.36851555,0.37061673,0.45349285,0.45737642,0.55501461,0.47114253,0.45688733,0.54612833,0.54650146,0.15291537,0.1506616,0.15534985,0.16375889,0.16169155,0.30137154,0.29951102,0.30312216,0.31448442,0.32527313,0.38250354,0.38809833,0.49408966,0.51819944,0.53328311,0.53717703,0.65661949,0.83030993,1.0395513,1.1988615,1.2943814,1.4396802,1.486587,1.6993308,2.0661943,2.1859474,2.7944064,3.1079903,3.2884831,3.3156719,0.038022812,0.0385505,0.03940887,0.040209088,0.040832993,0.22699134,0.23177412,0.23706898,0.23840487,0.24117517,0.41841003,0.28653297,0.31062791,0.31173459,0.40522286,0.18896976,0.19116399,0.24998213,0.25778732,0.25145483,0.47649989,0.50346589,0.49348161,0.54347825,0.57246161,0.66846925,0.69475907,0.65974069,0.60989553,0.65202206,0.16135038,0.16426586,0.16474465,0.16681637,0.1824342,0.19804595,0.229265,0.2291414,0.23154454,0.23281293,0.41447914,0.29021561,0.26674154,0.35683697,0.33357504,0.099251106,0.098698974,0.098849751,0.098548643,0.0990991,0.14526966,0.14595877,0.14627904,0.14716703,0.14716703,0.33155277,0.24045131,0.34151745,0.42632067,0.45875856,0.26737967,0.26954177,0.27739251,0.25165865,0.24994318,0.29721078,0.32399908,0.33293697,0.31492248,0.3215434,0.79207921,0.32386646,0.32819992,0.28004074,0.28082716,0.14925958,0.1559211,0.17368482,0.21594998,0.21632913,0.26650873,0.26928675,0.26551849,0.30198446,0.31734583,0.34297267,0.42432305,0.45931283,0.50968772,0.59103358,0.046853036,0.047355961,0.048015367,0.048216008,0.048875853,0.13170892,0.1332667,0.13447638,0.13474819,0.13577732,0.42430413,0.15376729,0.12056494,0.12060648,0.17229497,1.5943453,1.7547303,1.6791711,1.5463712,1.609223,1.5926603,1.8266462,1.8974136,1.9184278,2.0800993,2.1689541,2.4578407,2.3947439,2.367835,2.4540114,0.20083778,0.25039837,0.2767736,0.31512901,0.34796649,0.40275866,0.39456853,0.46806094,0.47945389,0.53734112,0.48289412,0.4669047,0.50810754,0.56420237,0.55445659,0.13547513,0.13433123,0.13409962,0.13425393,0.1342282,0.20821501,0.20845176,0.20553064,0.2042332,0.20533882,0.81165832,0.2912268,0.28985509,0.32816774,0.47058821,0.088941596,0.090470448,0.090734951,0.11041959,0.11068626,0.23258166,0.23464601,0.23831728,0.26175269,0.26376873,0.42467356,0.33755276,0.4010554,0.44430339,0.38159847,0.24327549,0.26511627,0.26709151,0.27346882,0.26034272,0.28485969,0.30620545,0.30654278,0.28688917,0.32708034,0.3646833,0.3005915,0.34681517,0.41619745,0.48995349,0.18009312,0.18808503,0.19572875,0.21652521,0.21982759,0.25847584,0.26066148,0.27342248,0.29419288,0.32191604,0.3219575,0.36174151,0.39445168,0.43715373,0.52272332,0.28097403,0.29302427,0.31382528,0.30948254,0.31153908,0.34233099,0.35545939,0.33706143,0.34007105,0.37891838,0.43314934,0.40179262,0.41962931,0.46049067,0.49623945,0.210566,0.23051524,0.23476353,0.27132022,0.2800948,0.3122226,0.32304269,0.33309108,0.34869391,0.33478105,0.37947235,0.41516247,0.42310134,0.46862638,0.47497261,0.55082881,0.75345117,0.91819054,1.0636375,1.2262211,1.3994154,1.5065768,1.554096,1.7754233,1.8911924,2.0975809,2.7620792,2.9685593,3.2467864,3.3020551,0.076477662,0.076830208,0.077211559,0.088485785,0.088997662,0.21302837,0.21386763,0.2162039,0.2284409,0.22802418,0.37939757,0.28878364,0.30281854,0.33953869,0.35515568,0.85607272,1.1981384,1.2138066,1.3969202,1.3790437,1.535601,1.6237137,1.7568539,1.8784291,2.018681,1.9615618,2.2205369,2.1671169,2.2299864,2.3604054,1.0581502,1.3431189,1.4565691,1.6015871,1.8566096,1.9749867,2.2175853,2.4272549,2.7927673,3.3258278,3.3635855,3.7994628,3.8502328,4.0332966,3.9902091,0.09419997,0.095524013,0.095733039,0.097384527,0.098314598,0.1560948,0.15822785,0.16034986,0.1607717,0.16140866,0.53975201,0.21923415,0.36144578,0.43550083,0.4516032,2.9040263,3.0701375,3.3825853,3.5359309,3.7216113,3.8872793,4.199049,4.3531919,4.4811239,4.6613388,4.7941651,4.9860206,5.213944,5.2921448,5.4467735,0.31012914,0.38194686,0.42798495,0.55116057,0.52105045,0.56774646,0.61837459,0.61376286,0.62228078,0.7098878,0.72997797,0.87734598,0.99991274,1.1010959,1.1245705,0.19933556,0.29911014,0.47769532,0.5586592,0.57917887,0.83583844,0.83997101,0.93208092,1.1197803,1.2181935,1.2691811,1.6731932,1.3764722,1.4099476,1.1790609,1.2928928,1.3345623,1.3935642,1.4313319,1.4581789,1.4117975,1.4414415,1.496063,1.8369689,1.8984994,2.025095,2.0257268,2.0194414,2.0806823,2.095572,0.17244877,0.17251877,0.21589391,0.22769612,0.22921441,0.44430339,0.51600671,0.50420171,0.55030632,0.56109726,0.68907917,0.79781646,0.8312906,0.81826013,0.81711644,0.25490698,0.35374326,0.38439175,0.4131698,0.46312675,0.54578143,0.59031117,0.62034345,0.66720128,0.76058942,0.77433628,0.91946733,1.0194036,1.1687409,1.3199226,0.22259815,0.22415493,0.24986614,0.24169725,0.2414379,0.28720158,0.29628301,0.27960673,0.31577048,0.31720138,0.3643651,0.30217013,0.34824046,0.34817666,0.45653763,7.6855259,8.0725098,8.5142221,8.9272232,9.2386017,9.5204601,9.8849859,10.214869,10.435681,10.66839,10.833072,10.91221,10.984331,11.159422,11.280579,0.18695958,0.18722209,0.18939394,0.18872376,0.18783751,0.16702458,0.17169487,0.1710237,0.17085673,0.16949153,0.63803679,0.43870342,0.6134969,0.51839054,0.5971635,0.1371742,0.13800552,0.1577,0.17713168,0.17769608,0.36645964,0.39084312,0.38622063,0.41607153,0.44969082,0.57292312,0.43570274,0.49158633,0.48401478,0.59320396,0.058394156,0.059241708,0.0711364,0.089514829,0.090312481,0.21128887,0.21375351,0.21568991,0.24511343,0.25265285,0.34410244,0.2780472,0.33213937,0.44914135,0.4332467,1.3764941,1.5866691,1.7980565,2.0843506,2.281116,2.3195028,2.5040793,2.6479876,2.7893627,3.0817895,3.1279192,3.4286067,3.655684,3.8371933,4.0188508,0.61836547,0.59818482,0.59867877,0.60222203,0.6209873,0.60924369,0.61039782,0.60492283,0.60435551,0.61127228,0.61906725,0.65420556,0.71174377,0.72509456,0.72509456,0.12876326,0.12991834,0.13042669,0.13607126,0.13622291,0.22205773,0.2245649,0.22557804,0.23219329,0.23364486,0.3470214,0.27054882,0.33533242,0.33479267,0.39390087,0.85133529,0.93290347,0.9779622,0.9951219,1.03159,1.0778915,1.1302853,1.2000824,1.2861398,1.3276856,1.3414603,1.3775686,1.4407409,1.4762115,1.5419862,0.89310229,1.0237041,1.1712774,1.2975262,1.5292394,1.680457,1.9642518,2.1991131,2.4665713,2.5604916,2.5565765,2.7283485,2.8987544,3.1047094,3.3419375,0.86595982,0.99530929,1.0811638,1.1087186,1.2472627,1.3747398,1.5747094,1.7087754,1.8629637,1.8456986,1.8524991,1.8815941,1.8826419,1.9467927,2.0414877,0.097649895,0.12341669,0.12381884,0.13111316,0.12498356,0.24461192,0.23740438,0.23586452,0.24209908,0.25759578,0.37389308,0.34909761,0.33092859,0.39228722,0.43632948,0.83639437,1.0277948,1.3196502,1.5975319,1.799153,1.9257754,2.0241792,2.3207428,2.5845039,2.899209,3.0606494,3.2873471,3.4460027,3.6381562,3.8206868,1.4233717,1.7713884,1.8619965,2.0364015,2.1288116,2.2913854,2.5971143,2.6030488,2.7791455,2.8132155,2.7117252,2.7767138,2.6913118,2.5987582,2.6530056,0.9579882,0.97116542,0.96560049,1.0256411,0.8724764,0.90751511,0.83256245,0.80745339,0.80321282,0.79096043,0.84370822,1.0385605,1.0578207,1.0145521,0.95547873,2.4252155,1.6399287,1.1565431,1.0544815,0.84352195,0.84050035,0.91906309,0.82521373,0.73249048,0.68179506,0.51229507,0.6608839,0.76995111,0.68112749,0.74105442,0.110624,0.11397403,0.1430732,0.17165978,0.17862217,0.24382314,0.25182778,0.24577945,0.28158814,0.30194452,0.35764515,0.36246476,0.41963741,0.36432111,0.37496394,0.024254184,0.025138263,0.025451768,0.025753284,0.025833119,0.31266284,0.31620553,0.32353735,0.32994226,0.33333334,0.73404855,0.45532155,0.40852055,0.46920824,0.50132704,0.24487156,0.25730565,0.27583671,0.27496448,0.28499195,0.34552658,0.35279027,0.35010135,0.32588241,0.3910923,0.36476129,0.3716954,0.40171897,0.48081413,0.50670922,0.47289926,0.47317463,0.48589456,0.56278324,0.5481655,0.68120879,0.73695731,0.72254336,0.78012133,0.78119349,0.73736715,0.87501824,0.91260856,0.95860565,0.96069872,2.3255813,2.4017243,2.4893496,2.276473,2.2915044,2.2760265,2.2224519,2.2105427,2.1749263,1.5022265,1.8863982,2.1022432,2.1424103,2.1341302,2.2778804,1.8466989,2.0202117,2.1253111,2.3472598,2.574362,2.7908099,2.9721313,3.1603091,3.3603935,3.4486856,3.5278256,3.7846272,3.8850977,4.0245495,4.1569071,0.3213259,0.33738193,0.36419073,0.40294924,0.44332409,0.60648674,0.60054755,0.60546702,0.66546762,0.66242951,0.65983057,0.63551736,0.66516858,0.6786716,0.68374509,0.15458122,0.15739019,0.15754798,0.17231476,0.17492712,0.16174091,0.17886421,0.17870438,0.1963153,0.19808015,0.44133314,0.22782505,0.25703055,0.29051989,0.33877423,0.8066932,0.82081801,0.86439764,0.87848604,0.96503973,0.96934354,1.0038503,1.1341492,1.1543618,1.2271012,1.2038352,1.3276231,1.2713679,1.3907013,1.4342458,0.26325643,0.38116735,0.47036591,0.53472817,0.61309558,0.71742231,0.7734912,0.91204113,1.0382302,1.0630878,1.0310267,1.0392344,1.023773,1.0249062,1.0943965,0.080299787,0.080818966,0.081803307,0.082387403,0.092635475,0.14030494,0.14067335,0.14185739,0.14322543,0.14371946,0.36450839,0.19460931,0.24611144,0.2867029,0.28904617,52.607601,52.920902,53.050697,53.067322,53.094406,52.904449,53.449726,53.333942,53.320663,53.112518,53.213852,52.682568,52.642376,52.326847,52.528572,10.956647,10.887584,10.83672,10.769011,10.869443,10.860793,10.994113,11.033108,11.124398,11.402843,11.448446,11.691062,11.804045,12.064623,12.378836,42.403664,42.572933,42.071487,41.610138,41.306141,41.004776,41.344032,41.820896,41.819275,41.378788,41.174679,41.067089,40.822151,40.632282,40.691406,39.892967,40.061241,40.175968,40.37701,40.341438,40.700752,40.816219,41.299778,41.70319,41.752079,41.872955,41.594616,41.846828,41.896374,42.230015,36.432663,36.197853,35.744629,36.330978,36.926098,36.451183,36.112751,36.510517,36.697456,36.65554,37.190365,36.645607,36.709446,36.316593,35.803658,64.926575,64.811317,64.937622,64.903885,64.798042,64.580635,64.24852,64.696304,64.438232,64.188675,64.04129,63.845016,64.111305,64.132416,63.954483,28.669239,28.61717,28.679726,28.904415,28.370464,28.048368,27.978859,28.328991,28.004292,27.844711,27.652603,27.572098,27.898672,27.525116,27.527977,36.51059,36.35854,35.989399,36.308567,36.086876,35.500813,35.200302,34.901222,34.30896,33.025272,32.542534,32.660671,33.015965,33.027081,33.612869,41.0541,40.968548,40.956997,41.518261,41.824909,41.629921,41.568001,41.925743,42.201939,42.169849,42.0448,42.217644,42.370548,42.867027,43.251797,30.681587,30.895758,30.861851,30.391109,29.719666,30.511856,30.267597,30.63364,31.2421,30.597015,30.146282,29.873838,29.6961,29.559523,29.434416,83.590569,83.731232,83.60379,83.331802,83.308578,83.702797,83.616531,83.507332,83.490944,83.58786,83.931374,84.539879,83.315552,83.729553,83.731064,34.863937,34.728867,34.760372,34.441544,34.372265,33.871635,34.207115,34.13419,34.778202,34.503029,34.462803,34.403698,34.137325,34.163918,34.07708,56.281841,56.494427,56.70863,56.795753,56.97831,56.733353,56.83334,56.873005,57.376186,57.825417,58.11829,58.279247,58.392227,58.423485,58.268379,69.091919,70.011932,70.787537,71.557388,72.277954,72.911209,73.444839,74.227562,74.443481,75.080933,75.38456,74.934273,74.771233,74.792618,74.868523,50.83968,50.618565,50.469368,50.220253,50.152622,50.168186,50.352066,50.542873,50.828152,50.80722,50.767921,50.447952,50.264584,50.416523,50.869595,35.416451,34.947239,34.731216,34.730415,34.483463,34.67659,34.236767,34.679649,35.240379,34.863701,34.820518,35.183762,35.215233,35.275917,35.359688,11.427231,12.726519,13.748388,14.995134,16.212807,17.318775,18.581463,19.702299,20.596106,21.352985,21.846598,22.636457,23.13139,23.868723,24.646255,33.469479,33.158421,33.216919,33.37561,33.583336,33.956112,34.620796,34.947403,35.317268,35.730598,36.101608,36.131462,36.486031,36.688118,36.78796,36.165913,36.374607,36.297665,35.791412,35.273304,34.992569,34.86623,34.917332,34.845131,34.393494,34.153847,34.326862,34.537846,34.82177,35.075779,8.7760296,8.8134031,8.9495735,8.8614502,8.899931,8.671916,8.6661682,8.6794701,8.6558828,8.218133,8.1636248,8.2143173,8.2827311,8.3027506,8.3408537,26.084995,25.417582,25.780661,25.759966,25.511211,25.255663,24.552723,25.326654,26.572449,26.30632,25.953722,26.139307,26.618603,26.866615,26.970375,40.876511,40.807056,40.583672,40.767513,40.734406,40.995808,40.910309,41.159615,41.317471,41.495735,41.612606,41.636929,41.732246,41.963787,42.103806,6.8164496,6.6874943,6.7979054,6.7421131,6.8904252,6.9998951,6.8550901,6.8357835,6.9801702,6.9931679,7.0753431,7.2986016,7.5209036,7.7645197,8.0569134,21.111586,21.290369,21.363033,21.379059,21.390409,21.450672,21.397083,21.683403,21.691521,21.870977,22.018797,22.533257,22.857512,23.290236,23.585466,61.099754,61.758411,62.499344,63.265968,64.187759,65.049919,65.983635,66.94735,67.708374,68.370049,68.946251,69.451607,69.66851,69.920998,70.396797,78.130219,78.697075,79.229256,79.739204,79.937798,80.570518,81.02549,81.435814,82.24247,82.565132,82.956024,82.256721,81.924103,81.771667,81.66198,71.051682,71.437683,70.988472,71.538979,72.089371,72.187683,72.764229,73.111938,73.759155,73.920349,73.971725,74.372452,74.234528,74.097664,74.15641,62.533218,62.726009,62.72366,63.859112,63.816875,63.720928,65.433594,64.432991,63.379353,65.557869,60.171921,64.342201,64.0625,62.986553,63.492065,6.3361483,6.4104242,6.5575919,6.72156,6.6580029,6.6569195,6.6933713,6.4629793,6.3642578,6.172575,6.0169959,6.145802,6.2206073,6.3246331,6.6754708,20.886387,20.976336,20.948776,20.926888,20.904331,20.88998,21.151022,21.193432,21.232882,21.238575,21.385416,21.467035,21.507196,21.570429,21.592321,52.794041,52.490402,52.169579,52.041447,52.025242,52.217651,52.336979,52.126686,52.786327,52.704109,52.399456,52.571732,51.841103,51.94466,52.054874,85.926003,85.396355,85.125938,85.74308,85.445206,85.297241,85.657082,85.603539,85.921532,85.322624,85.204872,85.252174,85.224899,85.184219,84.829681,57.258354,57.072632,57.265343,57.760315,57.871944,58.371567,58.446781,59.126205,59.528332,59.571415,59.724003,59.129364,59.086018,59.623432,59.694176,26.348989,26.30175,26.541992,26.723459,26.957241,27.027067,27.13855,27.455061,27.659765,27.94508,28.242228,28.243946,28.620174,28.936201,28.932365,57.818634,57.44025,57.771511,57.441402,57.156269,57.899727,58.2645,59.202747,59.324478,59.842293,59.913589,60.009754,60.216301,60.239674,60.12925,24.949043,24.69714,24.565315,24.492617,24.285374,24.107605,23.901899,23.756857,23.931324,23.67486,23.641991,23.915154,23.81444,23.647341,23.720797,13.252592,13.413626,13.469571,13.481177,13.773027,14.906606,15.875128,16.694815,17.636248,18.49918,19.534735,19.775988,19.6982,20.118214,20.393761,38.205765,38.538185,38.846355,39.367588,39.934662,40.488205,40.834965,41.397823,41.90799,42.255993,42.674095,42.732742,42.714432,42.494522,42.56356,31.948544,31.945599,31.681511,31.243366,31.508101,30.839125,31.050333,31.388485,31.354502,30.65727,30.65229,30.728548,30.551369,30.641293,31.103304,37.354511,37.912163,38.073479,38.579136,38.76601,38.895451,39.319489,39.60947,40.298634,40.491806,40.469086,40.297226,40.528671,41.458179,41.606659,24.529495,24.837662,25.034185,25.292978,25.339699,25.68096,26.036592,26.345253,26.697832,26.919064,27.246893,27.388504,27.753159,28.131918,28.424953,67.468155,67.809654,68.320496,68.5653,69.348595,69.723213,70.308899,70.793083,71.088242,71.397812,72.009163,71.887222,71.937889,72.075325,72.346634,29.69273,29.658312,29.448479,29.242376,28.972828,29.020981,29.385656,29.873831,29.990784,29.827681,29.92284,30.124563,30.329565,30.435907,30.690905,41.569016,41.881294,42.326633,42.477345,42.253639,42.378918,42.672909,42.877598,43.159229,43.222767,43.448761,43.238705,43.468124,43.589058,43.753975,37.48885,37.558109,37.633816,37.366402,37.559399,37.764893,37.592777,37.772606,37.852486,37.936241,38.176071,38.097984,38.13155,38.177319,38.003738,31.691132,31.633255,31.782335,31.631172,31.627434,31.576284,31.953901,31.912815,32.383968,32.28437,32.322861,31.993412,32.372356,32.390106,32.273327,50.145699,50.282436,50.298489,50.356472,50.453526,49.650505,49.068016,48.289577,47.79792,47.038757,46.911385,46.989853,47.029865,47.006603,47.310104,30.746952,30.37495,30.151234,29.920841,30.073252,30.290413,30.237091,30.456432,30.657089,30.720919,30.889967,30.535793,30.521282,30.566402,30.628227,44.746181,44.676964,45.24474,44.964367,45.31155,45.407005,45.306908,45.392582,45.522724,45.405556,45.432076,45.211975,45.25568,45.159145,45.114746,19.355852,19.513311,19.68059,19.654945,19.681526,19.92576,20.043566,20.238785,20.58724,20.869535,20.871088,20.821974,20.822664,20.978474,21.003496,30.329033,30.122036,30.270321,30.357971,30.554911,30.192957,30.329147,30.270885,30.044392,30.215696,30.200756,29.829216,29.865259,30.076611,30.198019,68.905548,69.036514,69.078949,69.432785,69.683144,69.857178,70.324211,70.3367,70.532013,71.020088,71.488144,71.297363,71.414497,71.272263,71.270569,37.338249,37.241234,36.93652,36.739372,36.775623,36.794361,36.739765,36.778763,36.670971,36.495781,36.532333,36.275696,36.237747,36.407913,36.718483,48.253296,48.193367,47.777489,48.010735,47.874702,48.068272,48.007492,48.140064,48.47522,48.139091,48.536022,48.698322,48.977577,49.334263,49.429867,12.157299,12.059165,12.02199,11.96966,12.002213,12.092567,12.068246,12.035038,12.23425,12.263528,12.344949,12.415721,12.46914,12.621058,12.721979,22.380444,21.997366,21.214846,20.775826,20.469223,20.433489,20.29261,20.225723,20.612791,19.965591,20.256159,20.148705,19.753393,19.790377,20.06711,47.544556,47.665142,48.169567,48.404877,48.886307,49.096516,50.075794,50.452156,50.759495,50.793415,51.425179,51.617371,51.97974,51.971279,52.095795,13.802054,13.628364,13.647136,13.551268,13.718348,13.701123,13.743213,13.685757,13.628499,13.580786,13.829645,14.186944,14.596375,14.950805,15.142672,12.878964,12.690555,12.795035,12.900707,12.855914,13.199,13.309508,13.45684,13.712178,13.76355,13.835404,13.914247,13.868152,13.912394,14.00181,68.35405,68.679657,68.213264,68.630127,68.864548,68.337303,68.383659,68.451218,69.027176,69.013916,69.467514,69.350616,68.688293,69.292747,68.9161,17.141628,17.680637,17.935783,17.989273,18.104721,18.212713,18.425135,18.605059,18.621349,18.695337,18.79973,19.149246,19.509481,19.839689,20.075499,38.604584,38.109528,37.845284,38.018204,37.708652,37.568455,37.369545,37.692989,37.568508,37.33675,37.326328,37.19706,36.949982,37.130501,37.02388,68.834358,68.871964,68.606529,68.803703,68.964928,69.090591,68.602539,68.804893,70.487381,70.724983,70.408371,70.570145,70.607895,70.244217,69.3172,34.159401,34.340298,34.239662,34.178604,34.419998,34.259762,34.319183,34.42498,34.553139,34.926579,35.127769,34.847267,35.061378,35.089252,35.31142,23.167717,23.595575,23.63003,23.665215,23.285378,23.610092,23.473551,23.405418,23.095747,23.02058,22.897934,22.895359,22.927635,23.001913,23.261999,18.984192,19.455061,19.614489,19.793615,19.756363,19.494371,19.438877,18.851452,19.433388,19.157858,19.273338,19.21875,19.585571,19.319637,19.461212,69.64875,70.295517,70.623001,71.016052,71.247955,71.551506,71.434021,71.668312,72.244728,72.533302,72.628036,72.344147,72.210899,72.324394,72.499908,58.953571,58.767773,58.615643,58.033592,58.18742,57.629658,57.200813,56.805199,56.821018,56.576706,56.320866,56.111221,55.621807,55.895077,55.86998,30.992661,30.592913,30.396494,30.615292,30.504906,30.18763,30.353439,30.050713,30.160868,29.99053,30.330217,30.290688,30.353319,30.59936,31.004042,15.894863,15.882548,16.097029,16.048916,15.841211,15.796806,15.82903,15.691831,15.58093,15.407515,15.917267,15.603479,15.607779,15.946497,16.25102,3.1005325,3.1177707,3.1341412,2.9208179,2.9668319,2.844218,3.0014415,2.9058783,2.8068018,2.5572832,2.8018782,2.6672785,2.662586,2.7569566,2.7657824,69.541229,70.720055,70.894836,71.652534,72.546722,72.661873,72.199944,72.754082,72.905594,72.850304,73.309746,73.204163,73.930107,74.594238,75.229965,14.950557,14.901166,14.682431,14.366642,14.595797,14.554556,14.330021,14.285715,14.251235,14.240856,14.57551,14.533544,14.585389,14.669451,14.924738,43.711506,43.648273,43.661598,43.883316,43.928761,44.221203,44.754391,44.769581,45.109459,44.850048,44.40192,44.155674,43.813751,43.487606,43.507191,43.150936,43.599365,44.039501,44.326401,44.565304,45.054878,45.442963,45.900372,46.030502,46.535389,46.932842,46.736023,47.156246,47.667484,47.886002,64.511551,65.103477,65.53466,66.357277,67.006447,67.649269,68.508057,69.138298,70.06662,70.706871,71.175453,70.883644,70.849648,70.839287,70.910759,37.756535,37.519993,37.163689,37.473385,37.296501,37.419724,37.838093,38.188572,38.110004,38.351875,38.827557,38.697483,38.435802,38.490086,39.091442,20.793619,20.936586,20.552237,20.211071,19.876701,19.951899,20.435043,19.67115,20.207762,19.628099,19.988316,19.871668,19.697573,19.519066,19.468672,68.176964,68.073929,69.082413,69.415543,69.347076,69.613747,70.172714,70.104515,70.211708,70.242142,70.502792,69.889328,69.838249,69.875908,69.911026,43.236404,43.153114,43.152065,43.367348,43.616535,43.716492,43.863239,44.292564,44.742012,45.182449,45.566322,45.465546,45.830257,45.924423,46.233768,38.468571,38.296268,38.085091,38.047215,37.666847,37.637722,37.368988,37.526848,37.823753,37.514618,37.6917,37.831135,37.689133,37.998703,38.16819,53.732353,54.019592,54.285198,54.467995,54.961914,55.167751,55.33886,55.870956,56.46426,56.395161,56.736397,56.463959,56.387756,56.510059,56.68792,1.2301651,1.3377658,1.4119337,1.3743088,1.3846647,1.3521671,1.4196025,1.4689989,1.4528131,1.4818001,1.5815988,1.6251905,1.7275671,1.7229954,1.8174697,0.40551993,0.42822677,0.43027693,0.45158961,0.42822677,0.39973351,0.39143586,0.40988475,0.41361383,0.39915475,0.43160501,0.60816681,0.59226036,0.75426072,0.81399381,1.9877914,1.8284993,1.7450316,1.5178428,1.3164309,1.1729721,1.0832769,0.82924354,0.67264575,0.46704724,0.40650403,0.32246506,1.1960856,0.46116951,0.42822567,7.180419,6.96556,6.8992248,6.9807215,6.8166704,6.7599611,6.9658666,6.8009982,6.6190734,6.5670362,6.3632793,6.4325886,6.5168185,6.7046075,6.7360706,0.088310622,0.10299873,0.12312743,0.16495442,0.14347614,0.20998269,0.22933213,0.22039951,0.25323501,0.2553311,0.33157244,0.29731017,0.31111607,0.3612029,0.41948655,0.28703555,0.30747399,0.28169012,0.29402661,0.29364038,0.32367447,0.37773666,0.33675307,0.32568115,0.3452706,0.53290266,0.34772763,0.41312271,0.45834017,0.71553373,0.61676645,0.65472293,0.71726733,0.64878136,0.72565544,0.72442603,0.76775432,0.77956831,0.80260563,0.83900493,0.90951771,0.9224984,0.90440828,0.9944818,1.0445598,0.13951866,0.14368641,0.14782806,0.16114692,0.17997383,0.25684932,0.26134726,0.25755584,0.28877455,0.30532745,0.39349422,0.35233489,0.36426988,0.35513625,0.43675098,0.20752056,0.20335123,0.20215088,0.23387098,0.23336285,0.22461092,0.2240717,0.22303648,0.26550809,0.25781503,0.34057736,0.31497335,0.33865505,0.39392236,0.38794148,8.581727,8.5178137,8.4672518,8.4583168,8.5071688,8.6768913,8.8189859,8.9248772,9.1265049,9.2193193,9.2500248,9.2391567,9.2562084,9.3416548,9.412261,4.3751163,4.4486547,4.4660397,4.4570193,4.5525866,4.6678553,4.713264,4.8438568,5.0137572,5.0978899,5.1770167,5.3983169,5.4830666,5.6418371,5.7637529,5.2050166,5.1546392,5.0842505,5.0545816,4.9884272,5.1077509,5.1413155,5.150918,5.2560744,5.2503338,5.2224507,5.3222919,5.3794451,5.3293581,5.3722572,0.15598886,0.15545192,0.16591085,0.1638986,0.21668473,0.34508789,0.38531521,0.40447047,0.40602627,0.41644418,0.56167871,0.58638293,0.59256011,0.57369816,0.53232783,5.702837,5.8351407,5.7394037,5.3708682,4.9728255,4.9481058,4.893548,4.7703505,4.81359,4.7137895,4.5183368,4.3733358,4.3924389,4.411335,4.5146728,0.248293,0.27468863,0.3136189,0.37340337,0.34620437,0.36170369,0.37531078,0.35560545,0.44176522,0.40446049,0.39104241,0.41964775,0.49905431,0.58148813,0.58111817,5.2968197,5.4225554,5.5911665,5.6948681,5.916677,6.0688367,6.3160634,6.4630666,6.5995874,6.8066254,6.9951906,7.1768651,7.2613163,7.5277829,7.5562043,1.7337098,1.7561167,1.7331882,1.8,1.7234428,1.5940275,1.5703582,1.5485346,1.5448101,1.5567962,1.5167813,1.7930439,1.933641,1.9547552,1.9510033,0.050217614,0.050718512,0.050471064,0.033366699,0.033433635,0.099866852,0.11608624,0.098087303,0.081672654,0.081459761,0.28575963,0.2532447,0.31933576,0.36432758,0.39904231,1.3984406,1.8294992,2.0462806,2.1211088,2.4008639,2.6318634,2.8530912,3.1793072,3.37428,3.4684069,3.4866579,3.5672855,3.6207154,3.7748199,3.7810218,0.16763848,0.158262,0.15098138,0.15026835,0.1350103,0.11191159,0.11947431,0.11292258,0.1062323,0.10025781,0.32920632,0.19518542,0.23861171,0.26563284,0.33015144,3.150636,3.1295311,3.0324998,2.7828634,2.6547589,2.3603559,2.4335456,2.3037975,2.0820026,1.9956225,1.9243022,2.0067322,2.1157112,2.2175567,2.2326674,0.25484198,0.38540053,0.45164809,0.47633174,0.49548051,0.55485654,0.55047989,0.58860022,0.57425874,0.56611931,0.58207518,0.62781978,0.67959821,0.7255798,0.78499252,0.067686476,0.067267589,0.067879446,0.096140638,0.096698441,0.22148395,0.23591451,0.23571825,0.26506695,0.26719168,0.39171794,0.22759603,0.21499212,0.23171616,0.27612266,2.632334,2.8767605,3.1158521,3.3468432,3.5904188,3.9076242,4.1881289,4.5066032,4.7861414,4.9984293,5.1320505,5.3119016,5.4631934,5.5885954,5.7390366,1.5226294,1.6313044,1.6184379,1.5323949,1.6463325,1.5888582,1.5284809,1.4200443,1.2992637,1.4399229,1.3402758,1.4625406,1.5917192,1.5129331,1.5499284,10.055257,10.064201,10.152763,10.360521,10.28898,10.395076,10.523882,10.764156,10.909577,11.033312,11.089233,11.330481,11.306227,11.455533,11.571781,9.0372229,9.0283594,8.9593506,8.4931183,8.4810781,8.2508631,7.9956689,7.8675179,7.2220316,6.9858804,6.7348099,6.6727347,6.9864264,7.0359454,7.2843156,0.14017873,0.14425598,0.17933391,0.18960142,0.20068568,0.22786592,0.23796824,0.23897283,0.28342375,0.25804371,0.31253806,0.32228175,0.36322543,0.37497452,0.44646481,0.26531902,0.26515153,0.26585644,0.27862209,0.29139745,0.34134009,0.35114121,0.35136154,0.36473399,0.35510463,0.57200968,0.39891908,0.43645021,0.51655632,0.43335521,0.12062726,0.13289458,0.1382952,0.13723411,0.13517666,0.15926492,0.15681544,0.15336518,0.16514303,0.17840151,0.29829374,0.25049204,0.25627273,0.29094437,0.28074458,0.037509378,0.037631709,0.037313432,0.061538462,0.060768113,0.19438706,0.25207058,0.252738,0.27611044,0.27439752,0.40279591,0.31295136,0.44788766,0.54433292,0.59078854,11.44858,11.501792,11.699545,11.976814,10.876394,11.055237,11.124049,11.322653,11.002883,11.173489,11.333334,11.389856,11.353577,11.459723,11.549984,0.3679668,0.37115589,0.37495816,0.35880399,0.34307581,0.3539359,0.3631883,0.3649635,0.34204581,0.35383427,0.42726868,0.39160299,0.46728972,0.53533876,0.55847991,0.10689472,0.10711553,0.10550113,0.13596193,0.13460962,0.17812082,0.17682162,0.17599179,0.20289855,0.20300153,0.35185456,0.29370731,0.35327888,0.36412278,0.40608388,8.7184753,8.7317457,8.9927292,9.1892557,9.1054897,9.2200975,9.3522291,9.4714003,9.5652714,9.6631956,9.5770683,9.8466635,9.9588842,10.219093,10.22133,0.93567252,0.95707905,0.94809496,0.9286899,0.91930431,0.90837961,0.89691067,0.88266098,0.87890142,0.86371797,0.85313469,0.88757688,0.91955841,0.96816367,1.017657,0.13659425,0.14290355,0.14928278,0.17464425,0.14873254,0.15467903,0.16796951,0.16181231,0.17636684,0.17758484,0.28241166,0.23158871,0.293529,0.31552094,0.45011756,0.13094719,0.13090909,0.13274336,0.133829,0.1329198,0.26548672,0.29515937,0.29594553,0.29385835,0.29673591,0.38696235,0.36619306,0.42609459,0.4865104,0.51349765,2.2475779,2.3242433,2.3630922,2.3994033,2.4987161,2.5851011,2.6546688,2.7020361,2.7585723,2.8126404,2.8382726,2.8751667,2.9493387,3.0568299,3.0946083,0.41852942,0.4315719,0.4486492,0.45613354,0.49955919,0.5155642,0.55953664,0.53926855,0.52961946,0.56779248,0.64246082,0.67231804,0.75457096,0.74231178,0.80321282,0.13524175,0.13668983,0.1368145,0.13650323,0.13709585,0.30360958,0.31567082,0.31281421,0.31263956,0.31156114,0.43619281,0.37070322,0.43483236,0.40137613,0.42853835,0.95892894,1.0624467,1.1452274,1.079875,1.0248641,0.96179658,0.96204996,0.94331223,0.95554256,0.93369848,0.98356241,1.067808,1.1238998,1.1874547,1.3169248,0.078299776,0.077467903,0.078396238,0.098135427,0.096607991,0.22161248,0.23114099,0.22930999,0.25020853,0.25101978,0.4570004,0.31308705,0.31948882,0.31276962,0.39011702,0.093879089,0.094161958,0.097125098,0.097012028,0.097732604,0.13869625,0.14067523,0.14008404,0.14210314,0.14253716,0.36659878,0.16549441,0.17167382,0.19659239,0.24336283,6.8846984,6.8340721,6.6918187,6.3146381,5.9928083,5.8567038,5.5704231,5.4965773,5.109489,5.3873377,4.8404622,5.2626419,5.2900186,5.1767921,5.2361703,0.33257341,0.37574816,0.39541531,0.392396,0.40750867,0.41339397,0.38395578,0.39856821,0.39338511,0.40083173,0.40215138,0.39900494,0.41404805,0.45997018,0.48858309,1.5430938,1.5448381,1.489442,1.3989341,1.3468965,1.3546567,1.3352008,1.4043629,1.1624637,1.2039198,1.1059647,1.4966635,1.496403,1.5198451,1.5234375,23.343435,23.356651,23.37738,23.477419,23.625755,23.695398,23.844164,23.826424,23.781271,23.724327,23.763327,23.649155,23.555031,23.52335,23.460289,1.4642837,1.5251638,1.5888042,1.6343209,1.6042683,1.6875492,1.6611623,1.7045554,1.7551935,1.8171201,1.8510656,1.9057639,1.8843731,1.9677029,2.0524642,0.68011481,0.75044101,0.77391505,0.80717576,0.86032265,0.84609455,0.85732388,0.86020809,0.85070401,0.8192355,0.81749463,0.84567553,0.92573249,1.020053,1.0649288,4.2959576,4.2710972,4.2633948,4.3236651,4.4632158,4.3846965,4.2834954,4.1487923,4.1280427,4.1852112,4.2359858,4.3135862,4.4670892,4.4906497,4.65907,0.091827363,0.093109868,0.093414292,0.094029151,0.094428703,0.31041071,0.33670032,0.3371869,0.34005344,0.34054974,0.60488749,0.34038416,0.34254953,0.44258666,0.42542541,0.4264065,0.58682233,0.55991721,0.58814657,0.59678334,0.62507302,0.69267541,0.66793084,0.69260657,0.66185832,0.65652883,0.73068601,0.76525569,0.83637387,0.91906059,2.230303,2.3324323,2.3617511,2.32762,2.2138329,2.1965144,2.2440519,2.1695895,2.2970629,2.2438788,2.1640875,2.1545498,2.2776704,2.2055244,2.2925529,0.18952252,0.19907472,0.2069879,0.21678877,0.21740313,0.22460495,0.21440482,0.23484591,0.23112081,0.22508536,0.26683247,0.29363617,0.32033753,0.35139245,0.36816913,2.5238094,2.8886757,2.8631821,2.8394823,2.8200407,2.9497664,3.0624149,2.83881,2.9717536,3.116425,2.9011075,3.0966103,3.1988189,3.1188314,3.0713017,1.6966017,1.787737,1.8012867,1.8976595,1.8313146,1.8787943,1.8405033,1.8834469,1.8747469,1.8509656,1.8196653,1.8436564,1.9064579,1.9032941,1.9149956,0.59758055,0.5948447,0.6298629,0.64347178,0.6864816,0.68074042,0.6729579,0.66019416,0.68032533,0.68101764,0.63519448,0.69234443,0.74513263,0.75450271,0.79506737,2.3279841,2.4458756,2.3976367,2.5087395,2.4582305,2.3659737,2.4665353,2.4171829,2.3645253,2.3891461,2.3690445,2.5125628,2.7371776,2.7360516,3.1009805,0.15231942,0.2167097,0.29937363,0.25786021,0.29897365,0.40056342,0.40910476,0.4652983,0.41842827,0.50702029,0.70169359,0.98806453,1.3527076,1.3722279,1.5005265,2.2689717,2.3121758,2.350884,2.3188593,2.3036716,2.1930106,2.2490683,2.2854569,2.1402786,2.1987233,2.1628907,2.2492244,2.2706804,2.2934299,2.2884479,0.12655024,0.12652889,0.14313379,0.16899028,0.16754629,0.22486883,0.22258863,0.23558083,0.25008067,0.2598879,0.37717283,0.34074315,0.43276167,0.41901693,0.41986275,0.3363983,0.34005892,0.30598369,0.35028249,0.34152254,0.25081789,0.24905251,0.23704341,0.28288543,0.25213769,0.38105607,0.26072788,0.36480212,0.36407769,0.45525202,4.6455717,4.6878891,4.6638398,4.8688211,5.0189762,4.8677096,4.9072642,4.9779658,5.0823116,4.9477715,4.8449273,4.9043102,4.9784756,5.0398612,5.0874462,0.18681611,0.18666667,0.21627466,0.21522734,0.21615781,0.13572204,0.13631406,0.10857764,0.16008538,0.15889829,0.52952075,0.15856238,0.21522734,0.19001085,0.21557531,0.26675701,0.32620969,0.34880823,0.34918523,0.32669061,0.40273374,0.3998546,0.39447731,0.40616077,0.36231884,0.40058264,0.51944911,0.52959251,0.55957472,0.53036648,20.619635,20.828367,21.188822,21.29752,21.662155,22.462515,22.610989,23.353251,23.731098,23.822989,23.648367,23.896414,24.052315,24.288824,24.520075,3.7920117,3.6406617,3.6252167,3.5749753,3.4942315,3.6180773,3.7874837,3.7104309,3.8381743,3.769701,3.758965,3.8094025,3.7105515,3.8978324,4.0108299,3.9768465,3.8747177,3.7153039,3.4720726,3.5228009,3.1708109,3.0805943,3.1792536,3.0686905,2.9065897,2.357094,2.9929779,2.7854512,2.6529446,2.7027028,2.0673749,2.1452146,2.1433299,1.984291,1.8796991,1.6931217,1.7072374,1.7725018,1.6295934,1.5682733,1.5439916,1.7180724,1.5892828,1.4157661,1.4810426,0.50282514,0.54239368,0.58709413,0.5597297,0.55207402,0.56232429,0.55906659,0.55995363,0.54953003,0.54458815,0.63719052,0.76983428,0.76988029,0.76668149,0.88066494,15.363483,15.373256,15.52843,15.53208,15.331428,15.428933,15.472078,16.043663,15.745812,15.849916,15.585719,15.613027,15.576476,15.575202,15.65651,0.57496351,0.66302729,0.68716294,0.71945095,0.71324867,0.76687944,0.80993807,0.73951626,0.74131948,0.76277912,0.7588141,0.80580723,0.89553249,0.89144456,0.90620518,1.4887884,1.5903943,1.6997168,1.7339487,1.8297287,1.8815299,2.1015067,2.0522716,2.2409451,2.3578005,2.3947999,2.5777814,2.5582888,2.6006458,2.6721525,0.096833542,0.097856939,0.096824169,0.11514105,0.11425307,0.10463236,0.14059424,0.12166589,0.14022623,0.1305483,0.27467495,0.25307304,0.30900663,0.37316829,0.53259867,0.12283126,0.12264296,0.12238966,0.13518588,0.14220493,0.17768565,0.19726749,0.1978312,0.20359193,0.20164193,0.25964659,0.23710304,0.31746033,0.29216275,0.30677089,0.1468737,0.14819519,0.14743049,0.14610729,0.14652015,0.094171815,0.11378918,0.11393061,0.11319201,0.1137186,0.28782895,0.13465922,0.2599293,0.30420643,0.31668955,26.191425,26.006941,26.170673,26.163738,26.683214,26.828379,27.019468,26.735151,26.945883,26.684078,26.539999,26.71244,26.534107,26.586834,26.522034,0.1819786,0.19261461,0.21836446,0.20204227,0.19507965,0.32792172,0.3374036,0.3480829,0.36361721,0.36745405,0.38548872,0.433633,0.45151469,0.49119508,0.51503485,3.0061288,2.9891098,2.9486887,2.8889055,2.8959706,2.8550241,2.8287368,2.8104463,2.9327559,2.9088221,2.9536264,2.9524851,3.0741582,3.1313705,3.1104162,1.4695206,1.6086925,1.7187387,1.752501,1.7528627,1.9779814,1.9988643,2.0203161,2.0271492,2.0588236,2.1588926,2.3414333,2.3216219,2.3633776,2.3376334,9.201683,8.9056854,8.6887665,8.770216,8.489747,8.1388521,7.9275141,7.8921885,7.746479,7.6035371,7.0351758,7.452116,7.4303908,7.4385061,7.5412498,3.5147209,3.7324507,3.8737721,4.0966611,4.2265677,4.4834471,4.7692256,5.1169796,5.1584425,5.5044832,5.7952428,5.9862571,6.0408297,6.1335678,6.2437325,0.44816476,0.49232343,0.54984552,0.57152939,0.5785988,0.59369451,0.65218115,0.66064888,0.66580057,0.73990673,0.79321748,0.81756973,0.86234629,0.88044637,0.96674401,11.916963,11.802654,11.59762,11.458872,11.626675,11.711653,11.77445,11.554786,11.184265,10.823623,10.925516,10.927761,10.872456,11.347623,11.771738,0.057350412,0.057659041,0.038610037,0.03875218,0.019489378,0.17465554,0.19353589,0.19813751,0.17899762,0.18043303,0.50281572,0.16129032,0.20255215,0.24600245,0.26859504,1.0962871,1.1232481,1.0763711,1.0763711,1.0927287,1.0402081,1.050337,1.0346866,0.93901354,0.97932535,1.0423837,1.2428391,1.1307144,1.1884884,1.1867704,6.9991884,6.9168119,6.6515527,6.669332,6.6201262,6.3808889,6.1656199,6.1179047,6.0827441,5.8823528,5.7907772,5.8553386,5.8635268,5.5978827,5.7410731,1.4577011,1.4513168,1.4104851,1.3247268,1.3016555,1.2031349,1.2247295,1.2019231,1.1319643,1.1256956,1.1629889,1.2138629,1.1842277,1.2639534,1.2418301,0.41741201,0.41177365,0.40516207,0.38992202,0.40196514,0.64112121,0.64112121,0.63836104,0.67284691,0.67496628,0.77704722,0.76335877,0.7057057,0.77519381,0.85626912,0.044503782,0.059435364,0.073486179,0.11634672,0.13725349,0.24425288,0.27048188,0.27740237,0.28492057,0.32067272,0.49634826,0.42453831,0.47042054,0.57799345,0.68723601,2.7052808,2.8497024,2.9684327,3.0982161,3.2402442,3.4363866,3.6596913,3.8361878,3.954963,4.0907588,4.1515255,4.2254753,4.3259954,4.4882417,4.5813684,0.20622809,0.21748136,0.23730911,0.24855013,0.27803522,0.39042431,0.44357336,0.47949398,0.47145641,0.49443758,0.59045094,0.48448616,0.51519293,0.58990836,0.6134969,0.73999888,0.75501025,0.74283493,0.7433511,0.71357995,0.74041575,0.72824836,0.69425464,0.67084569,0.61136812,0.68410021,0.67467499,0.69941807,0.72996771,0.8618772,2.0565505,2.2367625,2.440913,2.7771087,3.5016193,3.8957913,3.897198,3.953737,4.1490355,4.1533051,4.2184496,4.3243489,4.3848057,4.5859084,4.471705,19.111416,19.582029,20.094463,20.547743,21.041105,21.561106,22.069656,22.481836,22.773008,23.045048,23.311485,23.366693,23.444431,23.539217,23.650751,5.3817325,5.3421087,5.3092337,5.3983231,5.3820801,5.4873552,5.3155427,5.4105692,5.2510123,5.2237196,5.2337008,5.1178737,5.206203,5.1701145,4.9571915,0.047869794,0.047801148,0.047114253,0.046904314,0.046371438,0.023364486,0.023435669,0.023185719,0.022815423,0.022655189,0.38383383,0.11392117,0.20482478,0.2290426,0.22773857,0.20096463,0.20177563,0.20504408,0.18446402,0.18602729,0.062591277,0.082935937,0.082815737,0.062266499,0.06195787,0.3717472,0.082508251,0.061374798,0.081317343,0.10292302,10.445617,10.543202,10.537796,10.790464,10.993855,11.002291,11.341039,11.470804,11.470237,11.399771,11.297722,11.262171,11.29259,11.462693,11.583797,0.19205378,0.19270143,0.19340022,0.21916474,0.21807609,0.16867469,0.16841093,0.16662699,0.19002375,0.18943879,0.4741022,0.23744509,0.21619023,0.22966275,0.2768749,0.97201765,0.98718137,0.95181435,0.95966411,0.96081674,0.50875354,0.53574163,0.53846151,0.51393861,0.50243366,0.70643646,0.54469723,0.64143682,0.66547638,0.71789849,0.91074073,0.97742844,0.97411263,0.95626593,0.97791374,0.92923278,0.94015968,0.97510993,1.0045905,0.93558234,0.90342367,0.97165453,1.0324137,1.0646158,1.1683965,0.059440557,0.065878436,0.068150066,0.076554388,0.07203196,0.13961039,0.13313891,0.12826128,0.13699056,0.13348234,0.23001367,0.22593907,0.28772885,0.37016946,0.43406966,0.124533,0.12436093,0.12418932,0.21300767,0.2166065,0.3508772,0.35382575,0.35788846,0.43052259,0.44849753,0.74349439,0.7944836,0.97516382,1.4307692,1.7608898,0.322025,0.46541408,0.56312269,0.5771904,0.6316129,0.68780106,0.7034632,0.72053313,0.69602299,0.72449499,0.81128478,0.97074473,1.0586504,1.1588722,1.2283424,0.27766931,1.3733764,1.9947678,2.1444972,2.5075467,2.7362685,2.9741974,3.079639,3.2074072,3.3346257,3.4282863,3.4123771,3.4670186,3.6391296,3.6797383,0.61680049,0.61421466,0.59646034,0.56637859,0.55771101,0.52601099,0.53101617,0.54950351,0.47388828,0.49831522,0.60013229,0.59103912,0.66949236,0.71329409,0.83592069,1.9397858,2.0844805,2.0711186,2.0059626,2.1057525,2.0106549,2.0579951,1.9998716,1.9515246,1.8842822,1.8432614,2.0203569,2.0859382,2.1972702,2.2614501,2.4791622,2.3900654,2.5172298,2.4545,2.4158187,2.3790839,2.3762136,2.3093014,2.2538128,2.2221339,2.2257488,2.2701929,2.3382728,2.3448057,2.4046898,0.15838298,0.15709156,0.16518997,0.17863789,0.19411676,0.221992,0.23084369,0.23210542,0.23885944,0.24469821,0.39262167,0.3063817,0.45614299,0.47718459,0.66343641,1.1787694,1.1518062,1.1022012,1.0985312,1.0450978,1.0204381,1.0175257,0.96964228,0.92381322,0.89729697,0.90390497,0.9642936,0.96074438,1.0558648,1.0629067,0.1679261,0.17211704,0.1724138,0.17459624,0.17628911,0.40340656,0.59037238,0.58637798,0.60018468,0.59117782,0.88167053,0.65851367,0.76886111,0.7684918,0.77594572,0.29565996,0.35072091,0.36920702,0.40072459,0.4224734,0.38401213,0.45812222,0.44354191,0.54485822,0.47764719,0.49329019,0.52052587,0.55343616,0.61865741,0.69387531,51.325966,51.175117,51.189369,51.20591,51.197929,51.083721,50.87886,50.399895,49.971535,49.43483,49.144619,48.553135,48.020424,47.649429,47.235374,0.1303781,0.13247958,0.13306719,0.15688032,0.1571621,0.21338724,0.18863738,0.1993797,0.1963779,0.20652173,0.33502647,0.32583904,0.74858302,0.33376399,0.3651987,0.031573132,0.031291559,0.070793673,0.11855833,0.13353232,0.15830299,0.1754386,0.19921908,0.19898121,0.21181454,0.23230603,0.30667791,0.34631369,0.33554488,0.36054984,0.17221583,0.17783047,0.19205199,0.14927602,0.15218383,0.12135922,0.10709914,0.061804697,0.078112796,0.10861133,0.18441679,0.16763182,0.21074815,0.24338302,0.24114545,0.27409777,0.27039206,0.26797679,0.26304251,0.31840372,0.35602093,0.28237194,0.31440359,0.28511691,0.25473073,0.12435601,0.36713287,0.4174639,0.45855379,0.40845323,0.23010145,0.20693225,0.195594,0.2462296,0.2552062,0.27214998,0.31262606,0.32086635,0.30105367,0.29901326,0.23797721,0.35700119,0.46424338,0.37820014,0.4417555,0.074906364,0.074794315,0.075815015,0.15503876,0.15576324,0,0.16299918,0.32894737,0.085324228,0.084745765,0,0.087489069,0.085034013,0.08583691,0.085034013,1.0645186,1.1379677,1.1233844,1.2432033,1.3267164,1.2331181,1.3027606,1.3071325,1.2740752,1.2481408,1.171506,1.3195226,1.4308951,1.4945306,1.5291486,0.032992411,0.05085608,0.034417484,0.051948048,0.034910105,0,0.035032406,0.034806821,0.017319016,0.017262213,0.31018439,0.034423407,0.067385443,0.15350503,0.15254237,0.094194211,0.08707767,0.11294526,0.13114181,0.15638575,0.23636523,0.23694602,0.24390244,0.25184542,0.25759917,0.32470307,0.3654598,0.42233294,0.41956869,0.45575076,0,0,0,0,0.055432372,0.056116726,0.17162472,0.17626321,0.17605634,0.17321017,0.056882821,0.16920474,0.16825575,0.22371365,0.33314824,0.25414363,0.26776749,0.28405863,0.27235588,0.2966682,0.30681819,0.24850334,0.24597496,0.25770307,0.27753109,0.27976722,0.32175747,0.30280089,0.40429837,0.44011316,0.17004995,0.16123831,0.19484738,0.1850038,0.22643951,0.31270218,0.33769062,0.36701208,0.38498557,0.37796977,0.37658703,0.44266897,0.49875313,0.43103448,0.44798949,0.14204545,0.14593215,0.14678898,0.10834236,0.10818609,0.073746309,0.073475383,0.07225433,0.071250446,0.06939625,0.034638032,0.10238908,0.26437542,0.19704434,0.16072002,0.08401949,0.093728699,0.094291106,0.095114574,0.095271096,0.15728766,0.15650813,0.17447439,0.14849755,0.13827673,0.21585219,0.20856869,0.27074236,0.3297466,0.36735764,0.14443523,0.18379699,0.20107499,0.22475296,0.19816115,0.20283246,0.21805291,0.20737718,0.19720806,0.21229787,0.15181351,0.29500791,0.34928396,0.31622085,0.3167029,0.22376598,0.27666858,0.32440409,0.3301836,0.33582285,0.30506787,0.34411317,0.33595014,0.34520757,0.33188692,0.25876105,0.41049555,0.43304536,0.41417056,0.41017315,0.078864358,0.078802206,0.079491258,0.079744816,0.16181231,0.33277869,0.16220599,0.24311183,0.24896267,0.24193549,0.083892621,0.23474179,0.23715414,0.23382697,0.30581042,0.083440796,0.07634753,0.099229068,0.075941682,0.10457126,0.098009653,0.098113202,0.12140527,0.1296819,0.12814714,0.14125344,0.169579,0.17570832,0.19575147,0.19710907,0,0,0,0,0,0,0,0,0,0,0.22624436,0,0,0,0.23474179,0,0,0,0,0.033978935,0.066467263,0.099568531,0.098716691,0.098977238,0.098135427,0.064892925,0.15898252,0.51480055,0.35132545,0.43545878,0.1023788,0.097692028,0.15490426,0.16887665,0.22574779,0.23314428,0.28784183,0.28694406,0.27692112,0.3066141,0.3467063,0.40231636,0.43808943,0.50587177,0.49400568,0.11937923,0.118965,0.11786661,0.13642564,0.16173533,0.11205528,0.15739283,0.1539855,0.12496652,0.1407955,0.27135855,0.18367882,0.3777895,0.38270852,0.40685594,0.042918455,0.044130627,0.044523597,0.045433894,0.091074683,0.046274871,0.046598323,0.048007682,0.048285853,0.048169557,0.0483559,0.14771049,0.14829461,0.049701788,0.050226018,0.11283286,0.13800821,0.15290521,0.16594756,0.21350509,0.28904828,0.26871267,0.2762529,0.30159566,0.3174271,0.22248489,0.36867312,0.3583118,0.3817319,0.39378166,0.19146119,0.2381714,0.25412732,0.29066712,0.30323392,0.28874576,0.29397437,0.32483593,0.30446824,0.31753123,0.32222572,0.46998039,0.63832736,0.51418602,0.44155136,0,0,0,0.090415917,0,0,0.090252705,0,0.089887641,0.087604031,0,0.12589175,0.12515645,0.126369,0.29623359,0.10096716,0.10189853,0.096416518,0.095435023,0.11584435,0.13555788,0.11441647,0.11831275,0.12793612,0.12718116,0.15251653,0.21932063,0.26183388,0.25242117,0.28737134,0.30612245,0.32017076,0.32822758,0.33388981,0.33688939,0.39370078,0.2266289,0.16977929,0.1744186,0.17595308,0.057438254,0.29222676,0.47114253,0.46865848,0.4107981,0.043668125,0.058343057,0.043258835,0.043516099,0.085726529,0.15254472,0.19065778,0.18518518,0.1824342,0.19546521,0.23403978,0.3768681,0.5438301,0.48064432,0.49961567,0,0,0,0,0,0.052659295,0.10400416,0.1048218,0.1056524,0.10542963,0.052994169,0.1058201,0.36784026,0.20822489,0.21447721,0.23213825,0.23443606,0.20849623,0.25406504,0.25094104,0.193564,0.21372595,0.19249278,0.14364377,0.19047619,0.237023,0.25851938,0.3837851,0.3043071,0.35344017,0.27241158,0.33047673,0.35364965,0.34608305,0.37053916,0.33627245,0.36216608,0.36094621,0.40465164,0.40931964,0.35435733,0.49836603,0.48885006,0.48330367,0.50585282,0.067099087,0.068681322,0.06891799,0.091722086,0.13729978,0.18505667,0.15916327,0.20482478,0.20348181,0.24564539,0.13157895,0.31585598,0.49124303,0.34505069,0.52128583,0.36919159,0.36419398,0.33809644,0.33464187,0.32239345,0.28152791,0.21032505,0.15794794,0.1383996,0.133435,0.17298821,0.18709677,0.19262874,0.24934468,0.29643646,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.1094571,0.13339262,0.091261692,0.11582118,0.09313155,0.094607383,0.048007682,0.023849271,0.023912003,0.023573786,0.40009412,0.095283464,0.024271846,0.048042279,0.071667463,0.093984962,0.094339624,0.079554491,0.080282599,0.11400651,0.13012362,0.08101102,0.12968066,0.13078307,0.098215744,0.30844155,0.24166264,0.25881591,0.32015368,0.28980839,0,0,0,0,0,0,0.055741362,0.056785915,0.056947611,0.057537399,0,0.11415525,0.056882821,0.057110224,0.056242973,0.49979174,0.52609128,0.54394507,0.59480637,0.71303838,0.77175933,0.85734361,0.87115353,0.92382038,0.90229797,0.74052978,1.045493,1.1006068,1.0337402,1.071532,0,0,0,0,0,0,0,0,0,0,0,0,0,0.085397094,0.2631579,0.12396353,0.12267262,0.13401952,0.17022836,0.1523013,0.17174202,0.1592719,0.15990806,0.15911295,0.17018721,0.1786246,0.32428151,0.384,0.35077393,0.37604085,0.093564823,0.10611206,0.10768899,0.097879276,0.13192612,0.097751707,0.09711881,0.11757161,0.11664899,0.12397975,0.215186,0.19716087,0.21286441,0.38461539,0.44068089,0.047067683,0.047357455,0.038502261,0.048337203,0.047805715,0.10539427,0.11667477,0.11804052,0.11847172,0.11612154,0.12436621,0.18991548,0.22954734,0.22477971,0.29100528,0.22342804,0.20544983,0.23923445,0.23887078,0.25175133,0.25188917,0.27602959,0.24205083,0.25288621,0.23980816,0.36740869,0.2781046,0.24543805,0.25787041,0.23567221,0.1263731,0.12393936,0.12421174,0.11370097,0.12849931,0.18178514,0.13419217,0.15839493,0.13994578,0.14819981,0.3426463,0.21106324,0.32538915,0.31793696,0.32659546,0.098087303,0.10121458,0.10457516,0.054097913,0.13575889,0.19591381,0.1710864,0.20178726,0.20679468,0.17714791,0.14806041,0.20348836,0.36322996,0.41073385,0.3805382,0.1359521,0.16823092,0.17838031,0.20015535,0.23940627,0.25438437,0.26913071,0.27770311,0.29279545,0.29404846,0.27750191,0.37237448,0.42338473,0.40826964,0.45781747,0.16975869,0.16682555,0.16585714,0.15382795,0.20154122,0.12970169,0.080840744,0.0789444,0.10061486,0.088134848,0.19734679,0.14181302,0.40221763,0.22578219,0.2153548,0.055050921,0.055648305,0.055294443,0.055694796,0.054406963,0.10884354,0.10819583,0.10587613,0.10652463,0.10720986,0.11043622,0.19482327,0.25013897,0.19052804,0.10911075,0.18645121,0.17260316,0.19090042,0.17421603,0.16105653,0.14742014,0.065466449,0.048836075,0.048836075,0.049586773,0.16444664,0.065735415,0.11532125,0.065973945,0.11577903,0.15206234,0.13389441,0.15432099,0.15980822,0.27618861,0.38986355,0.4719764,0.50311935,0.55128962,0.53384173,0.4122166,0.5609284,0.59262091,0.66315585,0.79844201,0.11709601,0.11961722,0.1261034,0.12755102,0.12515645,0.1305483,0,0,0,0,0.14025246,0,0.13661201,0.14285713,0.14367816,0.13066772,0.11862396,0.15974441,0.18850142,0.20210187,0.14931451,0.24752475,0.17730495,0.21577883,0.2449313,0.47560808,0.26752272,0.28011206,0.38022813,0.4066107,0.1783326,0.22999081,0.22799817,0.18770531,0.2366304,0.33557048,0.29484028,0.33653846,0.32543004,0.32437441,0.092336103,0.28037381,0.38095239,0.37541062,0.38167939,0.18656716,0.19379845,0.19455253,0.19607845,0.19627085,0.10050251,0,0,0,0,0,0,0,0,0,0.4098171,0.46941537,0.51375175,0.5182665,0.53307343,0.556593,0.57457268,0.58155149,0.59547329,0.60697097,0.58006358,0.61522037,0.66681153,0.68813294,0.68642825,0.60666364,0.64794815,0.64135957,0.68745315,0.67013663,0.65834063,0.69233257,0.6959731,0.71887034,0.70971864,0.67541736,0.72039187,0.74550784,0.79159009,0.79887968,0.053799596,0.055233359,0.082999028,0.097601786,0.099108033,0.15727767,0.21942656,0.23644154,0.26849642,0.28194094,0.37515005,0.28648975,0.29100934,0.29452798,0.31235358,0,0,0,0,0,0,0,0,0,0,0,0,0.62240666,0.22123894,0.22026432,0.12210013,0.12376238,0.13003901,0.1310616,0.13351135,0,0,0,0,0,1.3043478,0.27137041,0.3921569,0.65104163,0.93582886,0,0,0,0,0,0.20325202,0.20283975,0.21598272,0.21929824,0.2096436,0.62761509,0.40322578,0.1953125,0.20790021,0.1996008,0.048278082,0.065082982,0.082603671,0.10190217,0.12041976,0.27845457,0.33789793,0.35829452,0.39653927,0.41712007,0.36363637,0.38910505,0.44313148,0.40839058,0.35507381,0.3351042,0.35043806,0.35143501,0.34985921,0.34698126,0.42899665,0.41453516,0.44701552,0.40933633,0.42301929,0.53167921,0.5313496,0.54969412,0.52170837,0.62643373,0,0,0,0,0,0.045065347,0.046663556,0.047415838,0.047573738,0.048192769,0.33222592,0.09592326,0.097040273,0.1485884,0.098667979,0.028296549,0.028490027,0.028595939,0.028752157,0.029061319,0.060078099,0.060259115,0.0620155,0.063512221,0.06420546,0.12682308,0.12982798,0.19828156,0.2050581,0.20401224,0.60505795,0.64359468,0.66823441,0.67975307,0.65824062,0.67526227,0.68092734,0.67021751,0.80497545,0.7526648,0.7646485,0.89035976,0.91490924,0.92534834,1.0114173,0.15412278,0.15667842,0.16029923,0.16291067,0.16218407,0.29065743,0.322943,0.32861838,0.33012775,0.33405954,0.3943333,0.32381514,0.41884816,0.42546725,0.45523521,0.067980967,0.067582794,0.068050355,0.080312073,0.092689149,0.23587689,0.26202953,0.26268655,0.27528426,0.28615716,0.28578234,0.40924409,0.51757342,0.38498557,0.35202721,0.17648266,0.22894521,0.21949436,0.225189,0.23530349,0.28605482,0.29714739,0.31279695,0.32777822,0.30252367,0.28468624,0.39186195,0.4173125,0.45330915,0.49811736,0.10412329,0.10559662,0.10648493,0.10763104,0.10815488,0.043290045,0.077262692,0.078291021,0.079194479,0.079060309,0.12447663,0.11394713,0.091345057,0.092240281,0.116198,0.17271157,0.17486885,0.17305316,0.17114915,0.17421603,0.12553352,0.1261034,0.12777919,0.1293661,0.12751849,0.3021909,0.125,0.19846193,0.20120724,0.15101938,0.065019503,0.066006601,0.066072017,0.082904994,0.082453825,0.16559033,0.16871943,0.17140898,0.19123784,0.19355974,0.43729228,0.20905924,0.29668412,0.31174231,0.2951389,0.11187957,0.1106306,0.12032487,0.14091595,0.14042127,0.16790123,0.17097455,0.16766939,0.19704434,0.19936202,0.28058922,0.25065169,0.32806444,0.38748136,0.40513837,0.1138142,0.11520737,0.11595883,0.11663508,0.11773364,0.26990554,0.31774852,0.31992689,0.3209537,0.32248157,0.33623719,0.38580248,0.53009039,0.48581725,0.50584888,0.047837734,0.057471264,0.066806644,0.10543468,0.1051927,0.35163116,0.44030821,0.45031524,0.4760488,0.48169559,0.50198901,0.7186082,1.2793783,1.2771269,1.555092,0.078670472,0.079570323,0.080305159,0.071196094,0.072098054,0.093341634,0.095338985,0.086151198,0.086814977,0.087604031,0.19693655,0.19687194,0.26379424,0.23328149,0.21057299,0.067888662,0.069007158,0.086896077,0.096592903,0.09710452,0.23115221,0.2524797,0.25442982,0.27270249,0.28184381,0.27492669,0.36774847,0.42632067,0.50963676,0.51196128,0.57646829,0.91977769,1.0503583,1.2446311,1.3130819,1.5155267,1.5471791,1.7749466,2.1061335,2.7384822,2.8961384,3.6622829,3.6550765,3.8385968,3.634696,0.91672188,0.96048898,1.0187494,1.053084,1.0299113,1.1665016,1.1946902,1.3070471,1.3575652,1.4102843,1.4285715,1.5807709,1.6007841,1.6120188,1.6723511,0.25809094,0.60757834,0.81576872,1.0465356,1.1861314,1.4407308,1.6302334,1.8239722,2.3923841,2.6680984,2.8257391,3.5396774,3.4919972,3.6120567,3.8378286,0.047938637,0.04796163,0.049285363,0.04933399,0.049382716,0.050025016,0.050787203,0.050454088,0.050352469,0.051519834,0.5165289,0.20294267,0.20283975,0.31104201,0.20661156,0.032020494,0.032488629,0.03298153,0.066844918,0.067704804,0.20130849,0.21713714,0.21691975,0.23317789,0.23282887,0.36648342,0.3991352,0.37225044,0.34322977,0.32854921,0.40572989,0.44821957,0.45479754,0.51127571,0.51562029,0.54332912,0.50550592,0.52664608,0.55543393,0.58190364,0.47674832,0.67666322,0.73952794,0.80590081,0.82232815,11.500299,11.514874,11.506657,11.514555,11.560442,11.521898,11.55852,11.578508,11.584847,11.557877,11.535207,11.419979,11.306659,11.244177,11.185235,0.044091709,0.045892611,0.046317738,0.046082951,0.046425253,0.33476806,0.34129691,0.3482587,0.35478967,0.3505258,0.74701196,0.45546558,0.45226133,0.45638946,0.4235045,0.19676101,0.21561682,0.23525721,0.23544183,0.23881549,0.44074437,0.46258053,0.48454469,0.4713805,0.49169207,0.5943284,0.49666041,0.61071366,0.56497175,0.55023074,0,0,0,0,0,0.029197078,0.029832937,0.031181788,0.031575624,0.031387322,0.15455949,0.1554243,0.12535255,0.097847357,0.13114753,0.097244732,0.097751707,0.098781697,0.10063737,0.10033444,0,0,0,0,0,0.32810789,0,0.10968922,0.18409425,0.11053795,0.037742972,0.038226303,0.05702338,0.057614751,0.058685448,0.13858642,0.13955343,0.14201663,0.16416991,0.16214025,0.34288019,0.22285253,0.2447481,0.24747372,0.30718821,0.3005881,0.31251356,0.32999,0.32529494,0.33402741,0.33674452,0.29726776,0.27579564,0.31452113,0.3532463,0.31388727,0.35527214,0.45065758,0.47647408,0.54011631,0.087374404,0.086730272,0.087565675,0.08680556,0.08908686,0.094741829,0.18867925,0.19550341,0.1996008,0.19900498,0.24213076,0.19550341,0.203666,0.4199475,0.41841003,0,0,0,0,0,0.1523616,0.15120967,0.15174507,0.14992504,0.14785609,0.43966779,0.10055305,0.15113351,0.49554011,0.30075189,0,0,0,0,0,0.2843602,0.38554215,0.38077107,0.39043435,0.39603961,0.68392771,0.41046691,0.39331368,0.4071247,0.66292709,0,0,0,0,0,0,0,0,0,0,1.9672132,0.31595576,0.16207455,0.15948963,0.16129032,0.66371679,0.66666669,0.66765577,0.71374905,0.71888006,0.46565774,0.58184636,0.59101653,0.58869702,0.6394884,0.62893081,0.67114097,0.69246435,0.72551388,0.68520761,0.33601522,0.49151528,0.53237033,0.70120257,0.84722406,0.86916655,0.91502082,1.0189804,1.5265429,1.5874386,1.586357,1.8561409,1.9541545,1.9801491,2.0517323,0.18129465,0.18265821,0.18234473,0.1711413,0.17169224,0.215773,0.21748587,0.21729684,0.20749155,0.20849337,0.22996059,0.26452109,0.25496063,0.26353356,0.36227906,0.1328374,0.13397641,0.13598041,0.13451709,0.1376273,0,0.028392958,0.028481914,0.029112082,0.029359953,0.26285046,0.1162115,0.087822013,0.085714288,0.057504315,0.18691589,0.18382353,0.18214937,0.18315019,0.18814676,0,0,0,0,0,1.4613779,0.40650403,0.4223865,0.61728394,0.53648067,0.096680634,0.096930534,0.098167531,0.0984575,0.09819968,0.20311442,0.202977,0.20470829,0.20498803,0.20646937,0.44765839,0.20884094,0.17337032,0.20927799,0.24221453,0.060938451,0.061695751,0.062444247,0.081506968,0.082811922,0.11993726,0.13191369,0.13281472,0.15386096,0.15375745,0.19168104,0.21034516,0.19225223,0.20140021,0.25986525,0,0,0,0,0,0,0,0,0,0,0.67750674,0,0,0,0,0.29127702,0.29466501,0.31118718,0.26117685,0.26295435,0.24875621,0.26742172,0.25264487,0.23957834,0.23854962,0.25506139,0.2538071,0.412175,0.31510949,0.37700284,0.04805382,0.048262548,0.036350418,0.036778226,0.036959466,0.19937696,0.20075282,0.2060528,0.22123894,0.22362536,0.29266995,0.34473616,0.35828027,0.37224141,0.39709708,0.24411894,0.86840343,3.0241528,3.3320267,4.4862247,4.3560967,4.8887196,4.977726,5.3430715,5.3856511,5.5056391,5.3674488,5.479187,5.6173201,6.1654425,0.13064305,0.13154049,0.13264553,0.13235293,0.13282172,0.16422813,0.16631387,0.15096618,0.15257858,0.15441631,0.26186076,0.24408847,0.19953951,0.18458699,0.28840315,0.079194479,0.079844877,0.07993605,0.082217522,0.082899101,0.1900689,0.19090801,0.18995607,0.19300362,0.1923077,0.3226963,0.24322024,0.24348672,0.41866764,0.53027499,0,0,0,0,0,0,0,0,0,0,0.36407769,0,0.12547052,0,0,0.22167486,0.22194821,0.24715769,0.25252524,0.22953327,0.12738854,0.1288992,0.13126805,0.15953204,0.1579363,0.57591623,0.21158424,0.18543047,0.19094381,0.27100271,0.085689805,0.08717446,0.087834872,0.088251516,0.088642657,0.08991795,0.090436354,0.090273075,0.091869548,0.091954023,0.35660878,0.15139164,0.18634987,0.24512663,0.23534951,2.8168399,2.8256686,2.8576071,2.9227121,2.9171555,2.9750657,3.04496,3.183557,3.2681818,3.374815,3.4255841,3.4725454,3.5351331,3.6424186,3.7659128,0.52798617,0.57976866,0.61984074,0.60674024,0.6623646,0.61556625,0.66994691,0.62203217,0.64736509,0.62844545,0.6065619,0.71559328,0.7664963,0.79638159,0.82299912,0.1293661,0.12820514,0.13089006,0.13568521,0.13550135,0.13386881,0.13227513,0.13315579,0.1369863,0.13550135,0,0.26007801,0.38809833,0.39318478,0.13297872,0,0,0,0,0,0.15337422,0.15748031,0.15408321,0.15873016,0.15898252,0.47318614,0.32573289,0.5,0.68846816,0.51107329,0,0,0,0,0,0.38314176,0.38610038,0.36697248,0.35842294,0.37243947,0.74349439,0.55045873,0.39682543,0.38240919,0.3992016,0.89980131,0.99435413,1.1488483,1.3637124,1.5844578,1.5239539,1.5897218,1.087527,1.0868615,1.1442111,1.1212815,1.1857821,1.2928948,1.3198229,1.3335608,0.20853779,0.21131137,0.21107525,0.1991784,0.21202295,0.15182187,0.15359017,0.19457777,0.18101887,0.17918853,0.28021908,0.20685199,0.25644314,0.30804774,0.34762457,0.036900368,0.037425153,0.038277511,0.03844675,0.038857587,0.11741683,0.15717092,0.15618899,0.15751131,0.15939429,0.3369005,0.16240358,0.18476698,0.1643723,0.24742268,0,0,0,0,0,0.18271992,0.21013923,0.21242698,0.21361816,0.21453471,0.3217158,0.34796575,0.32362461,0.27777779,0.30942336,0.35629454,0.4029009,0.45020464,0.44352046,0.45948204,0.70325428,0.75229108,0.74792242,0.76923078,0.82195598,0.81289613,0.88008803,1.0005559,0.97615391,0.99245179,0.019872814,0.020214271,0.041288193,0.041042477,0.041050903,0.041701417,0.10617965,0.10771219,0.1312623,0.13348165,0.3335557,0.13489209,0.20320614,0.20524515,0.18323408,0.24525623,0.27645621,0.30275702,0.30365679,0.30917874,0.36522073,0.37453184,0.3850767,0.4069176,0.42286009,0.43745643,0.48737261,0.56490004,0.53855413,0.54128903,0,0,0,0,0,0.10402219,0.32119915,0.32246506,0.33198082,0.32703489,0.072020166,0.35971224,0.39611092,0.40441179,0.40861809,0.031436652,0.031999998,0.032061558,0.032446463,0.031908102,0.19077902,0.32883918,0.33189511,0.33909801,0.34048349,0.10084034,0.37313432,0.44232732,0.48292518,0.48409408,0.10274325,0.10305028,0.092936799,0.093984962,0.094389096,0.11699639,0.13822435,0.14096725,0.13050571,0.13117622,0.19567344,0.17463435,0.3144654,0.4673405,0.44560373,0.076687112,0.077609628,0.078667894,0.078791857,0.080246091,0.13319126,0.16181231,0.1503965,0.16469942,0.16528925,0.19267823,0.22253129,0.23709904,0.2374965,0.31962201,0.29523811,0.3129091,0.33937749,0.35115099,0.37184423,0.38554996,0.41157556,0.41709119,0.42186064,0.42165098,0.40836531,0.45285112,0.41698605,0.45768699,0.44296449,0.017825311,0.018073378,0.035997119,0.036172908,0.036589827,0.091357574,0.092438526,0.091793649,0.11106997,0.11092623,0.27803522,0.1310616,0.17026107,0.19051248,0.1516013,0.14799339,0.2002961,0.23609653,0.28228652,0.37882125,0.40110525,0.50920135,0.59712297,0.6706543,0.66255218,0.80579448,0.80828267,0.88061738,0.88053739,0.88397789,0.16829704,0.17278618,0.17534247,0.17879093,0.16893795,0.12501422,0.12728535,0.12971698,0.13075003,0.13121794,0.37125748,0.19177754,0.24128363,0.28290284,0.26990554,0,0,0,0,0,0.064226076,0.064432986,0.064474531,0.064350069,0.064516135,0.32959789,0.069832399,0.072621644,0.071479633,0.070771404,0.32420748,0.35704085,0.41105598,0.3934795,0.42939606,0.53056026,0.53621221,0.56151819,0.61218679,0.64944232,0.71031719,0.76628351,0.85659015,0.86405128,0.85088575,4.3265295,4.3561473,4.2796688,4.3017187,4.2247634,4.0659161,4.0237384,4.009068,3.9610636,3.9629326,3.8977139,3.9762213,3.9614167,4.0516534,4.1104875,0.11082006,0.12523796,0.1455458,0.13927576,0.14322403,0.25415444,0.30865708,0.31245422,0.35703805,0.34608823,0.27807075,0.39264509,0.43699577,0.53089726,0.5780623,0.25667351,0.2789858,0.33085421,0.33453986,0.39969128,0.3473275,0.34784532,0.40178326,0.41329101,0.4362407,0.44777727,0.53070509,0.53639638,0.56713343,0.62529135,0.28452086,0.28903475,0.28961024,0.27833244,0.28175771,0.361424,0.36027381,0.36992118,0.34828559,0.35074988,0.2855953,0.42415914,0.48300642,0.50395548,0.51468009,0.048661798,0.050041702,0.050041702,0.051352277,0.05127329,0.20957038,0.21242698,0.21459228,0.21818182,0.2182612,0.49523109,0.25988492,0.24289985,0.32418004,0.37965071,0.060642812,0.060808759,0.06195787,0.062073249,0.061443932,0.092621177,0.095298603,0.095389508,0.09532889,0.095877275,0.031725887,0.15918498,0.16005121,0.16087516,0.1953125,0,0,0,0,0,0.069589421,0.070972323,0.071225069,0.073529415,0.075528704,0.5368098,0.075357951,0.075642966,0.075528704,0.15278839,0.42082295,0.42359588,0.41841003,0.48159081,0.48241517,0.53324968,0.50290745,0.54417413,0.58584213,0.58470035,0.45721748,0.67862338,0.73746312,0.75484079,0.72356516,0.016583748,0.016995242,0.017473353,0.017777778,0.018198362,0.14668134,0.18825302,0.18839487,0.19036742,0.19193858,0.19124116,0.28991109,0.23273855,0.28918451,0.3634277,0,0,0,0,0,0,0.15174507,0.14992504,0.15128593,0.15267175,0.93603742,0.14534883,0.1447178,0.14326648,0.14556041,0.12606807,0.12702893,0.12877378,0.14312294,0.14402996,0.22827792,0.23031524,0.23104693,0.24923033,0.24759686,0.24372761,0.36184686,0.44791216,0.5090909,0.58899581,0.043020006,0.043261949,0.044043161,0.043658588,0.044622935,0.068259388,0.06869705,0.0693321,0.070955537,0.070955537,0.23430179,0.070638098,0.094495632,0.19056693,0.11873664,0.33505291,0.40242499,0.41009137,0.46130189,0.43902192,0.53370929,0.5484643,0.53457409,0.55718625,0.58636457,0.533149,0.65143365,0.6602937,0.72216451,0.71551937,0.93363106,0.92970979,0.97268212,0.95985138,0.99875152,1.2119329,1.2654321,1.1887228,1.307879,1.4028475,1.3011346,1.5658062,1.6635081,1.7950081,2.0445106,0.14833127,0.1493652,0.15113351,0.1771255,0.17726007,0.35879037,0.44201767,0.44052863,0.47732699,0.4751848,0.52507222,0.55732483,0.47936085,0.51799345,0.68157035,0,0,0,0,0,0,0,0,0,0,0.24420026,0,0,0,0,0.9482581,0.97658962,0.97680956,1.037037,0.96043581,1.034163,1.0403397,1.0868021,1.0878179,1.0811601,0.99619102,1.1997383,1.259136,1.409367,1.4954346,1.5692641,1.6309259,1.6683916,1.6440521,1.5025179,1.4638312,1.5457692,1.4382436,1.3293945,1.3763115,1.3583232,1.7153773,1.7625308,1.8359294,1.9213176,8.9074678,8.9917154,9.0817766,9.1603403,9.2990446,9.4880552,9.6724424,9.8022451,9.9207315,10.008781,10.047537,10.141362,10.341786,10.437231,10.562136,0.29679319,0.36383396,0.34533566,0.34138891,0.36862981,0.34452504,0.32653931,0.34134758,0.33636555,0.38752264,0.39824519,0.44448227,0.74703103,0.7331534,0.73865193,0.57259083,0.6479817,0.6678288,0.67516536,0.66392881,0.72162646,0.72004861,0.69164753,0.71167654,0.7100836,0.67653191,0.80972481,1.0996752,1.1653591,1.2156037,0.10224949,0.10351967,0.10799136,0.11299435,0.11376564,0,0,0,0,0,2.7272727,0,0.64935064,2.5149701,1.939394,0.36764705,0.36563072,0.36832413,0.39867112,0.40816325,0.20449898,0.18999366,0.11883541,0.11248595,0.10384216,1.1488512,0.3533569,0.65261048,0.77858877,0.95525396,0.4915553,0.49963841,0.50757986,0.53315109,0.51636267,0.52505648,0.51232165,0.50453442,0.49504951,0.46040514,0.55401659,0.54651374,0.78993559,0.83587945,0.85906667,0.22799018,0.23853211,0.25096524,0.23918676,0.2359418,0.390854,0.35801771,0.29417172,0.30791524,0.31802121,0.70701849,0.41060737,0.67453629,0.74220681,0.63470852,1.698971,1.8836433,1.8863531,2.0155749,2.0904341,2.1682568,2.0723197,2.0991974,2.173913,2.1730843,2.4617679,2.204066,2.6794081,3.2016869,3.261719,0.58892816,0.69698989,0.72924703,0.75921911,0.73353082,0.78523839,0.73454154,0.78685355,0.73625278,0.75068992,0.69165593,0.8122341,1.1327399,1.0515043,1.0798594,4.6809359,5.1319046,4.961832,4.6736846,4.3336058,4.1803279,4.132401,3.9344263,3.7439868,3.6275949,3.125,3.5876379,3.8140132,3.6898746,3.9059031,1.1545238,1.4101651,1.6002091,1.6382828,1.7459167,1.7288331,1.7422997,1.831568,1.9383777,1.9439319,1.8369166,2.0754936,2.3147392,2.3277841,2.3339574,5.3507195,5.2144914,4.9879446,4.9854269,4.8522882,4.5440731,4.3288741,4.1548772,4.051013,3.8627248,4.1475339,3.8218477,3.8535361,3.8175724,3.973114,0.26525199,0.26611471,0.33013207,0.32248607,0.31152648,0.96605748,0.97112191,0.94999999,0.97584778,0.9840098,1.0744628,1.1883692,1.3796628,1.4936905,1.6120778,2.0065088,2.0292137,2.0672011,2.0647216,2.084765,2.1040649,2.1498153,2.1616054,2.184222,2.1830308,2.1688504,2.1422772,2.2652869,2.2726855,2.2589822,4.0979071,4.2528868,4.2678018,4.3463182,4.340836,4.2439451,4.0584588,4.0307498,4.0279489,3.9494951,4.0862994,4.1151447,4.1382766,4.4631243,4.6502304,1.7387003,1.7915919,1.7613709,1.772459,1.7465844,1.7916473,1.8137521,1.8846765,1.8505183,1.8555622,1.8089305,1.8701147,2.0715046,1.9423941,1.8979441,0.28332123,0.35765752,0.35148185,0.34959748,0.42047533,0.39975452,0.41593876,0.41258383,0.42829397,0.47531202,0.43771324,0.49435148,0.5809142,0.66588068,0.64208645,0.17081559,0.19909503,0.21520166,0.2144561,0.24303165,0.22935779,0.24672614,0.24253067,0.26867723,0.28264555,0.28848568,0.32672209,0.38603559,0.52426571,0.4327451,0.34616581,0.37783039,0.40108198,0.44000787,0.44453716,0.456781,0.48546189,0.46176603,0.44919452,0.48899123,0.46983087,0.5312016,0.5927335,0.6446467,0.67853999,0.12063454,0.1509981,0.17752904,0.21815792,0.24115038,0.30728319,0.34305319,0.33184201,0.41208795,0.43041176,0.53717756,0.46800911,0.53758395,0.6067999,0.66258597,0.52767873,0.60802841,0.63618433,0.67687118,0.73846591,0.75909466,0.74166626,0.798733,0.81018645,0.86476392,0.85963106,0.9411183,1.0338609,1.0068389,0.99134797,1.2180698,1.2980945,1.3757972,1.4693673,1.5293032,1.6206629,1.7151009,1.7746332,1.827028,1.8445674,1.8852681,1.958393,2.0305929,2.0808342,2.1049049,0.52058923,0.60299766,0.67362297,0.70502567,0.73762,0.77757502,0.86624968,0.89169115,0.95331931,0.95894986,0.98428959,1.1148059,1.2014668,1.201093,1.2145585,0.55635518,0.58176523,0.59220594,0.60473859,0.60843366,0.61952674,0.626324,0.61740988,0.6149236,0.63473666,0.62195289,0.64488447,0.6866172,0.71663356,0.7397601,0.60367709,0.67143428,0.71236759,0.76254213,0.76827842,0.80299294,0.82998925,0.89703041,0.90478522,0.92332202,0.90829396,0.93869454,1.0327064,1.0703634,1.0246372,0.23185259,0.27096301,0.27536896,0.29698265,0.29849342,0.32391116,0.32030603,0.33021465,0.37242672,0.39791438,0.42318603,0.42113498,0.48630247,0.56555027,0.6170978,17.102659,16.866156,16.546904,16.309702,16.040459,15.797612,15.57814,15.372949,15.208743,15.032713,14.973152,14.851424,14.814533,14.805968,14.735081,5.1203146,5.1134024,5.0956216,5.0859995,5.0924692,5.1364861,5.1540017,5.162003,5.1956377,5.2034888,5.2434473,5.296504,5.3557258,5.3759971,5.4167075,14.930039,15.01814,15.150362,15.29697,15.446715,15.543382,15.703667,15.797435,15.85096,15.932596,16.042337,16.051306,16.084143,16.237839,16.280174,17.428612,17.597952,17.696432,17.87291,17.959881,18.137941,18.269665,18.413734,18.468706,18.505533,18.547644,18.484951,18.474325,18.465118,18.466164,4.9006,4.8204818,4.7456093,4.6229472,4.5092654,4.4948573,4.4591928,4.4837542,4.490005,4.4355087,4.3926663,4.3231153,4.3132501,4.3203053,4.30059,19.38084,19.461117,19.390471,19.37455,19.298306,19.329439,19.274178,19.171591,19.114796,18.948324,18.780903,18.935711,19.015455,18.81422,18.93774,41.316219,41.152847,41.131313,41.080177,40.96183,40.719612,40.451225,40.162979,39.957848,39.786789,39.722378,39.434261,39.183479,39.02002,38.859844,8.9948702,9.010252,9.0582676,9.1087885,9.2060041,9.2242718,9.3502131,9.5157804,9.6084204,9.7003078,9.7373009,9.8141432,9.9030447,9.9733372,10.124167,12.472978,12.393189,12.375681,12.286663,12.212357,12.153144,12.079005,11.968476,11.810025,11.58658,11.461308,11.322897,11.209579,11.174188,11.107211,2.1667659,2.2160642,2.2884696,2.3358412,2.3968711,2.4494035,2.5035982,2.5356231,2.5364153,2.5435481,2.530127,2.2067091,2.23329,2.3421412,2.3630872,19.672228,19.649197,19.597679,19.621212,19.625299,19.606646,19.53919,19.480402,19.483191,19.541967,19.56929,19.579895,19.530787,19.501919,19.495911,8.7177238,8.7213984,8.6968336,8.7214375,8.7686253,8.7958145,8.9017525,8.89783,8.8842344,8.8835869,8.9200058,9.0644102,9.1883955,9.2553663,9.3293161,7.9220362,7.8298254,7.6783895,7.5887814,7.499145,7.3756285,7.2742901,7.1918025,7.097177,7.0728793,7.0430098,6.9825268,6.9767513,6.9769144,6.9958253,2.7155302,2.7040327,2.6787698,2.7187111,2.7721248,2.8180823,2.8608003,2.8858104,2.8782442,2.8874505,2.9038308,2.9323249,3.0076699,3.062484,3.1093512,2.851007,2.8865573,2.9294736,2.9040916,2.8882818,2.8988583,2.9037845,2.9314272,2.9208846,2.9049611,2.9019933,2.920037,2.9444087,2.9949064,3.0058916,12.694886,12.557273,12.40833,12.227959,12.015239,11.837723,11.688551,11.546078,11.345029,11.252584,11.158291,11.004715,10.908957,10.851384,10.758502,14.508313,14.485945,14.363535,14.251302,14.112748,13.938337,13.877959,13.752582,13.778154,13.787529,13.592601,13.679938,13.576825,13.554764,13.607547,7.3828244,7.5781236,7.7708802,7.9437613,8.1089096,8.2004499,8.2862158,8.3884115,8.4301376,8.509037,8.5766544,8.6651468,8.7862129,8.8671799,8.9497766,1.0054314,1.0684639,1.1359944,1.2032694,1.3361707,1.3975445,1.4663672,1.5697211,1.6544007,1.6603451,1.651713,1.697536,1.7898917,1.826149,1.9247744,20.583838,20.737461,20.792797,20.83353,20.885872,20.915461,20.94799,20.996267,20.957371,20.979502,21.024214,21.051882,21.125469,21.08057,21.114765,1.8435016,2.0227945,2.1831157,2.3372133,2.5366158,2.6797116,2.8305781,3.0179796,3.2050815,3.2559595,3.3178799,3.5498638,3.7038069,3.8521004,3.998877,2.4705839,2.4227235,2.4300473,2.4224553,2.4368432,2.4408438,2.4615355,2.4842794,2.4625936,2.4879477,2.4798424,2.5069754,2.5085146,2.4908807,2.5107787,0.22427809,0.25802752,0.28563267,0.31828704,0.28835061,0.29197079,0.36383989,0.38482681,0.35802808,0.37950665,0.83109921,0.43161586,0.49409831,0.58757693,0.56593096,1.7776473,1.7594539,1.8183913,1.7453631,1.7729919,1.7001222,1.7139839,1.641845,1.6309919,1.62955,1.6008148,1.6580137,1.6523272,1.574505,1.5568752,0.9050833,1.0457566,0.99277979,0.97253156,0.96072441,0.94103801,0.92852914,0.88047546,0.821747,0.8266598,0.81476855,0.88662791,0.91477919,0.97992784,1.0263177,0.29573298,0.28288543,0.26028842,0.2697331,0.27673313,0.21381226,0.20740952,0.2512022,0.28334787,0.26218045,0.50269562,0.36724201,0.40828669,0.47524142,0.50457269,6.5524211,6.5585799,6.4298854,6.2135067,6.292882,6.2280493,6.2103877,6.0938439,5.9039373,5.7609277,5.7243252,5.7800674,5.7125392,5.6329126,5.6409755,0.045085665,0.04599816,0.046339203,0.093808629,0.096993215,0.09532889,0.05015045,0.050125312,0.1,0.099900097,1.1374876,0.10157441,0.10319918,0.10587613,0.10946908,1.348959,1.3717024,1.387955,1.368343,1.3317904,1.3245313,1.3242059,1.3287643,1.3253342,1.3627003,1.3555747,1.3714774,1.3948737,1.4342376,1.4841703,1.3229829,1.2508618,1.3352418,1.3186771,1.2841029,1.2792715,1.2225987,1.2075573,1.1566411,1.1515921,1.0688438,1.1304976,1.13012,1.2541159,1.2583284,0.37886146,0.46266127,0.52047074,0.5290826,0.53378332,0.56009018,0.55248618,0.569686,0.62497908,0.62615103,0.58505392,0.65315008,0.72619414,0.7895546,0.81373698,1.2571917,1.4819454,1.3833578,1.3538461,1.2470937,1.2730745,1.3614124,1.4708972,1.3614124,1.358637,1.7898999,1.4835519,1.474095,1.5151515,1.4854828,0.37453184,0.38412294,0.40268457,0.39318478,0.38363174,0.52910054,0.2670227,0.27322403,0.28985509,0.28571427,2.1707671,0.56417489,0.71839082,0.43731779,0.73855245,0.26014569,0.27578598,0.30349013,0.27306417,0.27844071,0.36326942,0.34545824,0.35964036,0.33851057,0.3387129,0.63864857,0.61932284,0.62682825,0.69354141,0.76973832,4.2468877,4.0937572,4.0504084,4.0693464,4.0663986,3.9498725,3.91327,3.891382,3.8127422,3.8258147,3.6569908,3.6372297,3.5723989,3.5345104,3.5692837,0.27211583,0.27931517,0.27739251,0.28098345,0.29641342,0.39114067,0.37886146,0.39624301,0.40082121,0.35086009,0.44878051,0.47565341,0.46534654,0.5105105,0.54925495,0.35043532,0.38046566,0.40974528,0.40199915,0.39096439,0.49437714,0.49791634,0.51419508,0.49654096,0.54672527,0.5213244,0.64363515,0.63848525,0.64993274,0.64341348,0.73470372,0.78070998,0.78765732,0.78345853,0.77350736,0.76089555,0.75880331,0.75015795,0.72118223,0.74445635,0.72414756,0.80346847,0.81209743,0.86224347,0.91515499,0.39563859,0.506809,0.56540596,0.62338388,0.58601403,0.56179774,0.54011142,0.55175173,0.52378315,0.49598253,0.44709387,0.62587589,0.68767273,0.75242388,0.8436476,0.096227869,0.096786678,0.097068533,0.15549077,0.15807153,0.13994402,0.14022437,0.14101531,0.18333673,0.20580366,0.69543874,0.31354517,0.27789652,0.32133678,0.32736796,3.6910105,3.6326845,3.5787821,3.6303792,3.703999,3.5453281,3.3971059,3.3218071,3.2193031,3.1074893,3.2060854,3.2980626,3.3029304,3.4379468,3.4387219,0.7890532,0.82729042,0.80929649,0.85944867,0.89189774,0.90899134,0.8964144,0.86705202,0.87992877,0.85201794,0.93632954,1.0572686,1.191557,1.2092595,1.3117466,0.22331724,0.2520186,0.23822974,0.24000397,0.2751475,0.2960346,0.28015369,0.25330287,0.28494301,0.2798391,0.3445797,0.30504438,0.35034537,0.38723862,0.39308575,1.5827179,1.8066062,1.6803565,1.6184168,1.6970726,1.6236316,1.594913,1.5083424,1.4207822,1.4380993,1.4563591,1.5496676,1.5486726,1.680252,1.7222053,1.576969,1.6149399,1.6621132,1.6386513,1.6484212,1.6958933,1.7613434,1.8214134,1.848159,1.8614568,1.8945061,1.9260142,1.9653317,2.0237606,2.0362649,0.38114098,0.55725944,0.63719332,0.65403569,0.67056882,0.65780514,0.63585758,0.57788801,0.52007407,0.5117541,0.48330709,0.54290092,0.60844976,0.67870796,0.72828454,0.6655131,0.72176719,0.78432691,0.81273282,0.84610963,0.97228318,0.97658902,1.0014012,1.0740918,1.1248977,1.2080171,1.2405425,1.3194158,1.3275261,1.4203441,0.52654707,0.59363484,0.61996931,0.63159603,0.64373749,0.64893544,0.68378651,0.65259254,0.66406029,0.66617787,0.6700967,0.70497608,0.73671114,0.77673727,0.80215168,0.40124157,0.40895063,0.41035354,0.38573566,0.41188821,0.43729371,0.42510629,0.41483235,0.40288734,0.39363486,0.5820722,0.50727654,0.58090591,0.64895737,0.63536888,0.52216423,0.55844086,0.59091675,0.64455187,0.6520285,0.74230003,0.73004812,0.7390942,0.76811755,0.79210132,0.8403362,0.81939614,0.84455597,0.89540321,0.90542102,0.27925533,0.2943511,0.27558032,0.30025235,0.29360694,0.31397176,0.32328254,0.32630444,0.31416517,0.36289337,0.40052187,0.38853812,0.42034721,0.43040738,0.40253019,1.5370972,1.4885955,1.531477,1.8425262,1.9087523,1.6405221,1.4765662,1.1594902,1.1748785,1.0600706,1.0259541,1.1274301,1.2126865,1.3245877,1.4371872,0,0.14499758,0.28999516,0.46568629,0.53567082,0.97665554,1.2114015,1.3299114,1.5068493,1.5918639,1.9819424,1.647112,1.6041573,1.717033,1.7334272,1.0654147,1.1954254,1.1637256,1.1663035,1.1750047,1.1570342,1.1610221,1.21569,1.1632099,1.1574502,1.0630676,1.1195194,1.0902736,1.0742968,1.0694553,10.861182,10.933323,11.047897,11.227394,11.365344,11.506617,11.661628,11.758124,11.854915,11.958009,12.075383,12.141241,12.281222,12.421697,12.509028,0.71057224,0.81670964,0.86175871,0.87311876,0.91828823,0.92830729,0.94612938,0.95152718,0.98216647,1.0169699,1.0072942,1.0937021,1.1500684,1.1493775,1.2055001,32.116081,31.982208,31.853872,31.742481,31.640009,31.534708,31.365547,31.088818,30.914902,30.735449,30.484612,30.272436,29.974279,29.831442,29.696751,3.1938949,3.3355241,3.4447324,3.5486004,3.7154059,3.8413384,3.9556007,4.117445,4.2406816,4.3337398,4.456439,4.5260534,4.6594458,4.7956333,5.0122523,1.0247,1.0558394,1.1032281,1.1447772,1.1488703,1.137264,1.1998721,1.1979373,1.2320304,1.2547987,1.1890962,1.2473232,1.3088444,1.3731396,1.3962715,3.9366808,3.8038199,3.7702241,3.7336447,3.6944537,3.7001874,3.7927113,3.7827582,3.8368828,3.8554609,3.8010452,3.8368554,3.8278532,3.7890353,3.9322138,2.0129948,2.0262382,2.0130687,1.9791113,2.018604,2.0420306,2.0598645,2.0512102,2.0609486,2.1043365,2.0679984,2.1219389,2.1323001,2.1452579,2.1415615,5.7149758,5.7490635,5.7640734,5.8100586,5.8845806,5.8395228,5.9764233,6.0383148,6.1048779,6.233047,6.2494373,6.3507757,6.2961349,6.2232413,6.253644,0.79493421,0.83351266,0.83390296,0.80750299,0.77392441,0.70962191,0.75305015,0.74422401,0.70334727,0.67536879,0.61303443,0.70491248,0.76796597,0.81246591,0.85743827,3.4346797,3.5458167,3.4953599,3.519829,3.4742002,3.527781,3.6052189,3.6702361,3.6783535,3.6910548,3.6375813,3.6737487,3.8454492,3.9336081,3.9962304,4.464994,4.4985943,4.4300594,4.3772907,4.3757658,4.3457789,4.2899714,4.4095855,4.4045339,4.3396854,4.2775831,4.3885698,4.4475708,4.5699701,4.6306005,0.89951324,1.0469706,1.0942709,1.1642244,1.1747401,1.2041354,1.3003296,1.4206835,1.4453843,1.446574,1.4058506,1.5163445,1.5857849,1.5974572,1.6758976,1.1365535,1.2936718,1.3384802,1.2893803,1.3627985,1.3642846,1.4045701,1.4571724,1.4122366,1.4528247,1.4174612,1.5317471,1.5595284,1.6767641,1.6846578,9.1376724,9.1176348,9.0639553,9.0452957,9.0596495,9.1421452,9.1726837,9.2151203,9.2146616,9.246953,9.3212852,9.4627762,9.6067543,9.735219,9.8873072,12.901078,12.916965,12.933482,12.978874,12.983025,13.005596,13.018225,13.024264,13.057439,13.061629,13.132393,13.123584,13.109727,13.153373,13.154888,2.6316466,2.6997144,2.6763618,2.6414807,2.6822751,2.6092927,2.6031907,2.5753689,2.596678,2.5761182,2.5443997,2.5735202,2.6381042,2.6407228,2.6843033,6.2318783,6.2248406,6.0285916,6.0728507,6.025744,5.9269953,5.8958282,5.949944,5.8701138,5.73241,5.6108108,5.6270847,5.8508892,5.5884018,5.6695285,1.7316647,1.7339356,1.7040081,1.7683048,1.7905961,1.829985,1.7604107,1.7931482,1.8332614,1.8269196,1.7685407,1.6499918,1.7531111,1.6958164,1.6816494,2.0779994,2.1054027,2.1546218,2.1965835,2.2632172,2.3157089,2.3965688,2.4061403,2.4693213,2.4794767,2.4949236,2.6298246,2.6576464,2.7245021,2.7902334,5.2952948,5.2651329,5.2867551,5.2048912,5.1912622,5.3213139,5.2895198,5.3394432,5.3591285,5.4626102,5.3560896,5.3212771,5.5370646,5.5529127,5.6637244,0.48354101,0.50828314,0.51605505,0.5790388,0.60100818,0.54977417,0.58151197,0.5836184,0.65399551,0.6792919,1.3247775,0.82798588,0.81368667,0.92475832,0.95622611,0.46702144,0.54765534,0.59714562,0.70848942,0.73369396,0.82436383,0.85273862,0.89209396,0.94714612,0.99408209,0.99996895,1.0120236,1.0518651,1.0735264,1.0672526,5.6659808,5.7834177,6.0002522,5.6129022,5.4373932,5.5821862,5.5072589,5.4250426,5.2028546,4.8164282,4.7485886,4.9047155,5.484715,5.7168269,5.8479877,35.21167,34.932095,34.736645,34.589298,34.366642,34.116482,33.770336,33.259373,32.801689,32.40847,32.214531,31.82151,31.421625,31.062061,30.786081,0.38163698,0.46009427,0.51093245,0.51700884,0.54011476,0.61629254,0.56664568,0.61655468,0.65109015,0.62853551,0.65381205,0.7125715,0.75952154,0.83228993,0.83173859,2.8560388,2.8991518,2.7826407,2.7084293,2.6220145,2.5489116,2.5138853,2.5053468,2.4772613,2.3754203,2.2898076,2.3439667,2.5343385,2.5724168,2.6264997,1.2800577,1.3671763,1.4374974,1.4857062,1.5336779,1.5027074,1.594903,1.6297845,1.6626753,1.6988069,1.7266029,1.6882725,1.670437,1.6896595,1.761767,13.596598,13.687152,13.807289,13.906706,14.003981,14.09061,14.175524,14.262177,14.357816,14.447541,14.538097,14.518034,14.561512,14.597942,14.657192,0.9454692,1.0409929,1.0953791,1.1284354,1.2333199,1.2523987,1.3092269,1.3976465,1.3773499,1.3619727,1.4467661,1.5323292,1.6055552,1.6857207,1.7675803,10.003269,10.106904,10.196017,10.258621,10.310442,10.338973,10.402708,10.426097,10.502071,10.611461,10.713255,10.876884,11.018606,11.14403,11.26246,15.540844,15.178351,14.887275,14.627816,14.407619,14.11215,13.86111,13.567075,13.303344,13.128705,13.071548,12.981142,12.865403,12.770823,12.704234,6.1369638,6.1706138,6.1986823,6.2662787,6.3011794,6.4076781,6.4825954,6.5262222,6.5442348,6.6708946,6.7486815,6.735321,6.7384653,6.7941403,6.851285,5.5863166,5.5475631,5.5366158,5.5732722,5.636384,5.636797,5.6658225,5.7610621,5.8111072,5.8209267,5.8757906,5.8851652,5.9092016,5.9603868,6.0328712,9.2333755,9.3362932,9.4625711,9.5841084,9.6870041,9.8427029,9.9851389,10.132737,10.311519,10.435472,10.538009,10.57449,10.669967,10.748858,10.849039,1.9419415,1.9530048,1.9909004,1.9848965,1.9857813,1.9787261,2.024961,2.060523,2.0554647,2.0603652,2.0810981,2.066036,2.0920079,2.1874027,2.1627443,7.6347656,7.7975349,7.9186907,8.0718765,8.2257385,8.4368019,8.6978207,8.9096899,9.0067291,9.10425,9.1749144,9.2641325,9.3656588,9.4765282,9.6387177,6.9378419,6.5766096,6.353642,6.2716494,6.0528364,5.9321446,5.8797789,5.855752,5.8075557,5.7777777,5.5257382,5.5335689,5.637053,5.8667865,5.9507914,0.5552063,0.59213698,0.6294083,0.62946719,0.62672287,0.64905417,0.66610003,0.69305229,0.69055128,0.70132315,0.71244901,0.74577326,0.79870361,0.84721315,0.88550502,1.6957647,1.6923971,1.68457,1.6925855,1.6954269,1.6711855,1.6372635,1.6403344,1.6320072,1.5863842,1.5377941,1.6665323,1.7144891,1.8019773,1.8622432,1.516934,1.6969759,1.7361571,1.8127805,1.8880444,1.8980668,1.9857684,2.0361173,2.0715914,2.0618868,2.0819755,2.1650136,2.2449923,2.3665609,2.4745095,20.047647,19.847256,19.694117,19.562334,19.428469,19.296484,19.122282,18.862141,18.644955,18.497849,18.416218,18.358849,18.196005,18.08934,17.942043,4.5715332,4.7596598,4.9326973,5.033041,5.1278586,5.2836571,5.4738355,5.6362681,5.8266411,5.9151745,6.0792336,6.2154498,6.2836704,6.4067745,6.5541,9.1475286,9.1359835,9.1156836,9.125783,9.1313047,9.1526117,9.2391005,9.3013697,9.3920441,9.4750147,9.5520954,9.6993856,9.6335754,9.6717949,9.7227764,11.095857,11.157794,11.169177,11.176339,11.212117,11.15764,11.130632,11.103929,11.07091,11.119643,11.216498,11.281574,11.342932,11.357637,11.371291,2.3108418,2.3301077,2.3308053,2.3390131,2.2912405,2.254359,2.2195129,2.1660423,2.1059418,2.1119916,2.0546231,2.0581985,2.1883743,2.1671331,2.27108,1.3279474,1.3452694,1.3417553,1.3327922,1.3367821,1.348515,1.3926487,1.387872,1.3995637,1.4036002,1.4120749,1.4477879,1.5121489,1.5520401,1.5393584,6.5929422,6.7414269,6.9674387,7.2654858,7.5836129,7.9640479,8.1789303,8.6278114,8.9032345,9.1424856,9.3505669,9.5255337,9.5503111,9.7468243,9.8832293,1.2026402,1.3367301,1.2773321,1.3299201,1.3091922,1.2110407,1.2338874,1.249468,1.2283369,1.2600684,1.2529796,1.2707453,1.0975648,1.177431,1.2319939,1.3779118,1.3767927,1.298295,1.2218683,1.1400651,1.1334746,1.0345564,1.010317,0.9010942,0.83704752,0.8565194,0.87045848,1.001292,1.0436946,0.83601987,2.1803677,3.6273155,3.795012,3.7970011,4.0524468,4.2470932,4.3494306,4.5222588,4.4105172,4.3104911,4.3410325,4.5419836,4.7059155,4.7932382,4.8437948,1.3527195,1.4574262,1.4520551,1.3841982,1.402261,1.3897318,1.4156165,1.4491429,1.4950469,1.4997625,1.4980289,1.4997079,1.5036228,1.5153505,1.5255375,6.7572699,6.8005419,6.8116932,6.8142958,6.819171,6.8044176,6.8068733,6.8246508,6.8489909,6.8794103,6.9137206,6.9565902,7.027729,7.0841947,7.1381884,8.004425,8.0061502,7.9917259,8.0652647,8.1190586,8.2065639,8.3399153,8.4048157,8.3107195,8.3480368,8.2593546,8.2213802,8.2345753,8.2205667,8.2354498,0.53628612,0.61881191,0.58085859,0.63011849,0.70500278,0.6258356,0.64032912,0.65742266,0.66798711,0.67335463,0.68169802,0.73889697,0.75826752,0.79067916,0.79711592,3.5204124,3.524595,3.4664605,3.4821148,3.5345771,3.5400722,3.5835066,3.6142528,3.673929,3.6927202,3.7551663,3.8072853,3.8387325,3.8910766,3.9101665,5.1959958,5.2729206,5.3239918,5.3845983,5.4567852,5.442945,5.4800515,5.544312,5.5248013,5.5278749,5.5356703,5.5672336,5.702847,5.7469044,5.793005,0.59425032,0.63874084,0.71188885,0.74467921,0.77118438,0.78213662,0.81307012,0.8411926,0.87018591,0.84025931,0.84478742,0.96813971,1.0210788,1.0576245,1.1069372,2.8010561,2.8654606,2.9140501,2.9097223,3.010694,2.9743228,2.9838619,2.9926729,2.9501042,2.8806062,2.8141196,2.8026569,2.9076316,2.9229887,2.9662511,3.1922038,3.1377275,3.0746253,3.0754993,3.0364373,2.9767303,2.9809284,2.9410193,2.9464791,2.9067843,2.9204397,2.9088531,2.9370975,2.906939,2.920121,13.927117,13.851028,13.803932,13.721323,13.669148,13.641189,13.604408,13.539651,13.459719,13.450631,13.509464,13.535889,13.546185,13.563323,13.6092,5.3042698,5.3969951,5.2828608,5.3171926,5.3416409,5.3903689,5.4249759,5.4616017,5.4516211,5.4882092,5.4475536,5.4367542,5.4362931,5.4589372,5.5950851,0.55009502,0.62689584,0.63188595,0.62655634,0.6397953,0.66855025,0.69130868,0.7212491,0.71394759,0.76275539,0.79722154,0.84295112,0.86722374,0.86333799,0.90793252,18.68014,18.679976,18.63072,18.590681,18.614435,18.544838,18.474926,18.543728,18.548584,18.561026,18.601183,18.5816,18.631275,18.667923,18.76539,4.5567598,4.8205457,4.8867731,4.991714,5.160852,5.6949644,5.6893744,5.5368896,5.6596093,5.6513643,5.5103521,5.3289509,5.5306144,5.6044965,5.719409,1.1055936,1.1638733,1.2197393,1.243504,1.2418907,1.1865035,1.0968921,1.1120151,1.105022,1.1865169,1.2362268,1.2517008,1.3361398,1.3683534,1.5352087,48.618896,48.636169,48.524666,48.176628,48.249073,48.48975,48.746193,48.447342,48.693966,48.460083,48.468857,48.621639,48.345428,48.197086,48.507004,0.63725489,0.66666669,0.65523994,0.62084782,0.61516899,0.58828086,0.5586592,0.53572774,0.51753664,0.5194518,0.5972665,0.54467833,0.62990385,0.69293427,0.71953064,3.7013512,3.9817014,4.136117,4.1182389,4.0120192,4.140429,4.3802476,4.2397904,4.2055035,4.0167365,4.1340466,4.1157594,4.165957,4.2536345,4.3044114,29.041157,28.819538,28.408087,27.905235,27.248016,26.982784,26.592594,26.242987,25.978392,25.608086,25.437057,25.182421,24.903698,24.742832,24.721655,62.255848,62.327904,62.335567,62.331001,62.27895,62.073093,61.857944,62.201942,62.326591,62.259613,62.301178,61.747177,61.358006,61.399124,61.310398,37.827702,37.552731,37.124031,36.753296,36.391167,36.255672,35.747787,35.659908,35.395931,35.091244,34.729912,34.421875,34.169746,34.122883,33.845753,14.382029,14.106967,13.728671,13.357491,13.072594,12.444505,11.952564,11.703094,11.43845,11.35313,11.311023,11.207514,11.211082,11.038989,10.920038,7.4384995,7.2896743,7.1836896,7.0764065,6.924942,6.8394079,6.7246733,6.5906591,6.4789624,6.3706636,6.3278785,6.3204126,6.360878,6.3173919,6.3208909,6.7093439,6.6562414,6.6274295,6.5167108,6.5239282,6.5846791,6.572639,6.5848737,6.5603385,6.566277,6.5847025,6.5294557,6.3703537,6.3969746,6.147038,12.094744,12.612944,13.179202,13.575096,13.812837,13.86367,13.967731,14.435453,14.736353,14.854,15.038525,15.281386,15.532865,15.847278,16.264347,5.4193845,5.3397131,5.2293463,5.1562109,5.1490483,5.0711813,4.9495039,4.9431291,4.9547424,4.92524,4.8724065,4.8747277,4.8560166,4.7978997,4.8579216,17.314079,17.267605,16.851053,16.366859,15.912062,15.037259,14.622894,14.378266,14.068558,13.657946,12.876137,12.846046,12.529903,12.638122,12.210773,6.9656262,6.9091821,6.8528132,6.7303128,6.5639734,6.4472489,6.3534708,6.184444,6.2071095,6.1260848,6.0388393,6.0380664,6.0210543,5.9973412,5.9915614,36.549496,35.861923,35.545082,35.287209,34.956516,34.507072,34.159966,34.047001,34.187855,33.698631,33.745514,33.535576,33.4067,33.277378,33.098103,8.3223906,8.264246,8.1655121,8.166153,8.1555748,8.1733713,8.2532949,8.2861042,8.3244505,8.3623314,8.3891983,8.3857203,8.4388895,8.5042715,8.4906025,16.98834,15.974516,14.945133,14.545685,14.110179,14.092382,13.887612,13.61941,13.445446,13.192861,13.056831,12.933614,12.905188,12.595248,12.451719,1.5724431,1.6971862,1.6436265,1.5379127,1.5160964,1.3651876,1.4398929,1.3784279,1.3178436,1.2491782,1.1918647,1.245486,1.2417525,1.3516508,1.4434969,37.436111,37.122154,36.767635,36.423702,36.0667,35.617096,35.058983,34.434563,34.60994,34.542404,34.053795,33.947742,33.842602,33.887608,33.709633,0.79329109,0.7924279,0.79801577,0.72117931,0.7095899,0.67120922,0.65301275,0.6373117,0.60045749,0.59772295,0.75514442,0.73157007,0.87184775,0.89378113,0.97005087,20.90144,20.798878,20.654593,20.622988,20.489222,20.471066,20.58975,20.684139,20.715195,20.685057,20.697603,20.686155,20.566502,20.535843,20.701599,30.951988,30.943691,30.746704,30.521643,30.514166,30.445108,30.100262,30.008579,30.15061,30.540033,30.346241,30.175919,30.051067,29.977598,29.962414,25.044044,24.631128,24.292639,23.970465,23.67127,23.303318,22.898912,22.771275,22.499825,22.274658,22.161913,21.587317,21.211086,21.122593,21.072351,34.566013,34.554214,34.739628,35.134083,35.058136,35.115494,35.368698,35.620724,35.600708,35.689926,35.811684,35.563892,35.689156,35.619606,35.940445,7.2592111,7.2352252,7.1143994,6.9165969,6.921608,6.6821308,6.5610962,6.2715368,6.2280779,6.0895653,5.6760983,5.6317992,5.5634155,5.788825,5.7568097,2.5738831,2.7703886,2.6804187,2.7341957,2.7563562,2.7732806,2.6955144,2.7518559,2.6733825,2.5624278,2.4371603,2.4829643,2.5998898,2.6694927,2.6622581,9.1278362,9.151226,9.1529188,9.26647,9.2989321,9.2070131,9.068819,9.0041857,8.9053993,8.8605099,8.8154421,8.9286146,8.9275665,9.0891886,9.1706438,6.7311535,6.6592398,6.5576472,6.6243491,6.4523859,6.4680099,6.3253999,6.3686042,6.3585944,6.1825271,6.2365384,6.240325,6.1851182,6.1340084,6.2388072,28.789911,28.322905,28.045225,27.868158,27.42547,27.01656,26.595861,26.191334,25.792995,25.249851,25.088543,25.202459,25.109488,25.00042,24.789494,39.415794,39.166645,38.893814,38.687016,38.356628,38.174828,37.94775,37.852261,37.636299,37.643391,37.63438,37.759266,37.581295,37.411396,37.328281,57.280453,57.230423,57.282249,57.225777,57.1133,57.024807,57.203941,57.194473,57.367958,57.188328,57.22068,57.373077,57.276398,57.198948,57.215202,25.302128,25.235596,25.321833,25.361034,25.44899,25.461983,25.598145,25.608763,25.610027,25.590477,25.637638,25.563171,25.47867,25.531643,25.54398,30.005669,29.304832,28.97752,28.433958,28.140589,27.946922,27.634331,27.363836,26.805262,26.509783,26.470879,26.249817,26.296562,26.347315,26.109386,13.649117,13.781449,13.853489,13.940327,14.077518,14.251759,14.37356,14.592992,14.851752,14.960366,15.112044,15.231247,15.294891,15.446647,15.623578,39.228939,39.038498,38.187641,38.009258,37.097664,36.320171,35.480015,34.603889,33.848568,33.572254,33.07119,33.123444,32.977921,32.752853,32.865803,0.18764073,0.18624286,0.19502681,0.20676234,0.20281556,0.17818961,0.17521317,0.17476407,0.18302448,0.19430792,0.58591545,0.23893504,0.28719127,0.37770402,0.4276962,34.939785,34.341904,34.107391,34.275871,34.045708,33.754044,33.494659,33.480366,32.901501,32.743092,32.547493,31.553761,31.502892,31.434181,31.428963,41.161934,40.304558,39.570518,38.870415,38.033978,37.992653,38.12072,38.020588,37.772022,37.29356,37.023006,36.322952,36.150215,35.779987,35.953312,29.278942,29.627832,29.881176,30.157885,30.472517,30.855528,31.188425,31.45223,31.750345,32.079185,32.311852,32.511322,32.710083,32.902386,33.093483,52.376717,52.620274,52.773994,52.983074,53.094643,53.195488,53.095089,53.092636,53.340054,52.984573,53.064407,52.892273,52.66193,52.675747,52.694313,22.464521,22.347801,22.177876,21.866573,21.481558,21.29398,21.307116,20.97381,20.93111,20.763235,20.644934,20.538809,20.689316,20.697781,20.610886,1.2524707,1.2846246,1.3270261,1.2982149,1.2520912,1.2122273,1.1403615,1.0893023,1.1290405,1.0549093,1.0350386,1.1072688,1.1109031,1.1891069,1.1771641,3.0325,3.0773449,3.0399137,3.064321,2.9677339,3.0179129,2.9513474,2.9578567,3.0242882,3.0412142,2.980052,3.0405343,3.0736208,3.139739,3.1729147,59.350384,59.683502,60.007645,60.409672,60.617809,60.468716,60.764771,60.210396,60.707718,60.268509,60.280811,60.066139,60.114777,59.682644,59.614437,37.361084,37.304878,37.068604,36.479935,35.698734,35.609829,34.647003,34.212631,33.696941,33.074924,32.897232,32.654835,32.882168,32.653301,32.875069,35.110577,34.367916,34.31406,34.034782,33.876049,33.176346,32.734386,32.913635,33.848022,32.386559,31.048733,31.269297,29.862202,29.51881,29.111465,13.628675,13.348697,13.143642,13.045928,12.795025,12.515479,12.297247,12.01232,11.899183,11.872818,11.810654,11.816697,11.835428,11.756173,11.73766,1.6695192,1.8562787,1.8590801,1.9713813,2.0106688,1.9447066,1.9434028,1.9008437,1.8490024,1.8290848,1.8840796,1.8629987,1.99433,2.0765293,2.1220548,15.626344,15.761606,15.931508,15.906008,15.841633,15.793155,15.532891,15.330614,15.148443,14.923895,14.913836,14.987471,14.994393,15.154311,15.161446,35.92186,35.888401,35.591377,35.261623,34.84145,34.32806,34.120472,33.173893,33.316624,32.653061,32.098885,31.894789,31.400213,31.336992,30.742506,20.360939,20.339798,20.118427,19.914122,20.025328,19.860544,20.10182,19.853621,19.782522,19.7092,19.694223,19.628706,19.464331,19.126604,19.255554,40.301563,40.420052,40.449966,40.46701,40.517532,40.569305,40.499638,40.365993,40.50473,40.502514,40.399403,40.164913,40.237057,40.418083,40.48357,6.3676891,6.2262821,6.2168674,6.128047,5.985322,5.8882432,5.7121878,5.6650343,5.6236291,5.5728154,5.507967,5.4164176,5.5646315,5.5287828,5.4932399,4.052999,4.0821571,3.9523666,3.971211,3.9271719,3.8575191,3.843617,3.8538733,3.8353286,3.7490249,3.718678,3.7102118,3.6336143,3.7453268,3.757174,1.1482359,1.305277,1.3605442,1.312084,1.3168283,1.3290073,1.1821847,1.2784947,1.2080457,1.2832644,1.2994283,1.3353817,1.4422508,1.4843726,1.5167164,0.81350422,0.85650945,0.88989449,0.88562369,0.96038413,1.0001493,1.016531,1.0479921,1.0735973,1.1111112,1.2369448,1.2821128,1.4464988,1.5952663,1.7150147,45.150162,44.877235,44.442226,44.577061,44.379986,44.215668,44.111801,43.987537,43.869858,43.379219,43.328842,43.066387,43.089737,43.004765,42.553734,27.82822,28.077082,28.465609,28.676601,28.954433,29.230713,29.543346,29.726147,29.851091,30.208406,30.391356,30.528364,30.616526,30.816793,30.914154,0.20985691,0.20807062,0.23335016,0.24625875,0.23857358,0.30268633,0.31849161,0.30483931,0.317662,0.3254419,0.58535957,0.4487513,0.4813008,0.50251257,0.6457926,21.723932,21.182102,20.725428,20.355541,19.544264,19.515339,19.157116,18.934158,19.111706,18.848791,18.698339,18.541382,18.363289,18.310268,18.270704,15.450205,15.287375,14.977877,14.751126,14.571878,14.279882,14.062387,13.70128,13.502937,13.43015,13.352302,13.211536,13.167011,12.987638,12.781252,33.859013,34.338524,34.715172,35.019501,35.4734,35.816936,35.953629,36.49942,36.60656,36.868008,37.083324,37.649803,38.007454,38.540356,38.920307,16.88825,16.526955,16.232225,16.006119,15.641224,15.568572,15.43836,15.212592,15.036745,14.719899,14.610432,14.473467,14.272126,14.259998,14.13071,59.457375,59.058155,59.076702,58.947556,58.873569,58.832283,58.782558,58.892925,58.749271,58.338612,58.248638,57.918941,57.696098,57.993942,58.029854,18.164562,17.893267,17.542065,17.331093,17.045776,16.571356,16.275087,15.876293,15.572079,15.21287,15.067059,14.901297,14.88608,14.654021,14.723616,13.683369,13.551953,13.474466,13.178054,12.981059,12.77093,12.506639,12.314357,12.178263,11.921976,11.834095,11.819619,11.854397,11.88625,11.800798,24.587626,24.431818,24.289806,23.549911,22.68659,22.183777,21.492882,21.07892,20.849245,20.028929,19.780556,19.990973,19.811249,20.040329,19.70718,40.029819,39.773479,39.82597,39.626606,39.345249,38.647625,37.781086,37.581463,37.512947,37.564442,37.699162,37.289478,37.255966,36.797604,36.552437,23.308744,23.153088,22.665974,22.126242,21.474533,20.455095,19.742634,19.07444,18.604973,18.037804,17.700684,17.360956,17.329967,16.958958,16.483614,27.889248,27.521027,26.9443,26.975037,26.487265,26.268387,25.564272,25.447639,25.729763,25.216606,24.616524,24.582127,24.460697,24.047092,24.104887,28.303364,28.39407,28.312155,28.368908,28.244764,27.929661,27.732456,27.411011,27.29393,27.110716,26.960796,26.80415,26.760778,26.94994,26.916296,33.650539,33.605652,33.68409,33.848598,33.916779,33.917625,33.805431,33.675602,33.81591,33.780445,33.905354,33.89994,33.917789,33.918972,34.048531,5.8197031,5.5879674,5.4258242,5.1668067,5.2056918,5.0161066,4.8714342,4.7902708,4.6290393,4.6076665,4.4124117,4.2085552,4.2668777,4.330554,4.3467569,5.5620441,5.5544624,5.5440674,5.5396395,5.4946117,5.548749,5.60322,5.6512189,5.6679759,5.6468921,5.6769514,5.6250443,5.7244072,5.9064465,5.9375811,30.589346,30.542168,30.474293,30.584118,30.633614,30.708271,30.283379,30.446217,30.600798,30.37583,30.474293,30.470327,30.556635,30.584997,30.921227,24.934731,24.955412,24.875679,24.721283,24.548634,24.51734,24.399895,24.356665,24.308834,24.178848,24.144625,24.208874,24.19586,24.125954,24.081881,19.598219,19.575584,19.474558,19.465612,19.374987,19.224081,19.144793,18.961187,18.864082,18.780933,18.825087,18.70005,18.706184,18.677843,18.655863,15.784396,15.837455,15.813656,15.859749,15.902937,15.889592,15.897647,15.90403,16.008451,16.090269,16.073414,15.889706,15.787755,15.955276,16.140154,11.204491,11.08668,10.952068,10.894145,10.791133,10.726899,10.488194,10.31898,10.323926,10.147866,10.11037,9.9453745,9.8358707,9.8211746,9.7148952,29.764948,29.63685,29.481987,29.118147,28.760427,28.574207,28.186676,27.892994,27.485397,26.926672,26.82877,26.593256,26.232767,26.128826,25.833464,37.188404,37.457813,37.308887,37.506348,37.617294,37.739323,37.911301,38.110935,38.447193,38.415997,38.559555,38.742188,38.750381,38.79871,38.863224,11.439412,11.345741,11.330914,11.341662,11.274259,11.216507,11.109234,10.957577,10.947069,10.898241,10.948097,10.889518,10.942873,11.044392,11.082155,4.5936713,4.5626359,4.5364804,4.4472876,4.4153633,4.2759666,4.247674,4.218441,4.1952581,4.0403185,4.050601,4.013392,4.0289989,4.0053234,4.0159431,4.0935097,4.0010033,3.9375207,3.8354232,3.7566292,3.7278466,3.682338,3.70274,3.6578388,3.5779879,3.6380167,3.5947182,3.6015451,3.5962355,3.644834,1.617974,1.5502685,1.4710366,1.3107054,1.2311178,1.0398871,0.95669317,0.83218759,0.69204152,0.63877124,1.1009437,0.80005711,0.96536052,1.0349751,1.3089738,4.228991,4.1966305,4.2054048,3.9769893,4.0536542,4.0245876,4.0452509,4.0516515,3.9701316,3.9723608,3.9463348,3.8569424,3.8823709,3.8900905,3.9465308,39.675228,40.110416,40.590321,40.722836,40.522266,39.696262,39.202579,39.845528,39.650814,38.503899,37.423592,37.206085,35.267101,36.179558,35.745506,12.438183,12.305087,12.059655,11.963756,11.865146,11.705164,11.716871,11.611521,11.569719,11.567347,11.582743,11.57076,11.601799,11.63844,11.619652,48.112793,48.463535,48.84692,49.232342,49.359135,49.589905,49.822765,49.670963,49.565334,49.598656,49.603752,49.681709,49.736977,49.694611,49.906925,19.644478,19.662647,19.725248,19.904678,20.09462,20.172028,20.245575,20.226702,20.192015,20.313391,20.387026,20.425165,20.500517,20.514774,20.428793,54.492039,54.656898,54.344048,53.974277,54.197617,54.098438,53.765903,53.300522,53.228504,52.368908,52.128422,51.971138,51.45966,50.975788,50.83564,48.952171,48.973434,49.005344,49.829758,49.929066,49.847027,49.838406,49.734367,50.218044,49.894356,49.697105,49.316551,48.863728,48.421299,48.0172,1.6151962,1.7513056,1.7747363,1.7429869,1.7656889,1.7288208,1.7424815,1.7348508,1.7666018,1.7690214,1.7397778,1.6135601,1.6637849,1.7287208,1.7694893,32.988705,33.023502,32.966187,33.031109,32.777035,32.388962,32.193237,31.888653,31.604538,31.335539,31.191063,31.247784,31.196795,31.096256,31.132832,4.1510353,4.0453415,4.0579147,3.9738529,4.0166693,3.9909549,3.9656003,3.9526722,3.9470837,3.9157932,4.0599246,4.1000071,4.1459007,4.2097178,4.242609,39.235645,39.144844,39.325649,39.264057,39.263199,39.15337,39.033844,38.951756,38.963528,38.867397,38.819305,38.849319,38.849545,38.887596,38.932846,3.3793404,3.3336048,3.2855034,3.2653279,3.2577486,3.1736319,3.1546156,3.1476359,3.1131458,3.0710573,3.0709174,3.064394,3.1641085,3.1646736,3.1906447,0.58532196,0.61835968,0.63805759,0.69633156,0.67216444,0.70394778,0.65117323,0.65000004,0.67717588,0.69153976,0.78678203,0.77501839,0.84587002,0.90572488,0.97236437,0.54305661,0.43273014,0.4384217,0.60753345,0.36945814,0.45738047,0.295858,0.29635903,0.34144258,0.30107525,0.12787724,0.47743055,0.38843331,0.76045626,0.76303518,0.46185428,0.45430717,0.5407322,0.5446915,0.58025354,0.63557422,0.6663065,0.6963914,0.77083522,0.70729053,0.71415657,0.93626213,0.95324552,1.2559433,1.4121245,0.10082097,0.10147869,0.10405828,0.10379597,0.088391282,0.059303187,0.01490535,0.01496334,0.015101178,0.015130882,0.26925954,0.059737153,0.13297872,0.13043478,0.16049021,0,0,0,0,0,0,0,0,0,0,0.1283697,0,0,0,0.10989012,0.21049678,0.22873481,0.27798098,0.27986449,0.29895365,0.27067667,0.24517316,0.29558182,0.37676609,0.37558687,0.59052056,0.50745809,0.6381039,0.65466452,0.70687324,0.030931024,0.032071844,0.03239391,0.032372937,0.063856959,0.065659881,0.099337757,0.098360658,0.094996832,0.095632769,0.19047619,0.095632769,0.18691589,0.31075203,0.33908755,0.13416816,0.13742556,0.14038371,0.142315,0.096107639,0.24485798,0.15189874,0.20693225,0.21030493,0.15290521,0.45731705,0.19521718,0.37019897,0.65616798,0.58165544,0.24017029,0.34654382,0.37698692,0.39173743,0.41874322,0.45310923,0.44245458,0.49694735,0.5414474,0.53543347,0.59633136,0.69737852,0.83435297,0.99690306,1.1698942,0.88871282,1.0157744,1.1666234,1.355948,1.4925261,1.6836686,1.8411162,1.9346712,1.9765749,2.2769694,2.2711842,2.5640857,2.8353934,3.3067834,3.5850928,0.1247142,0.12776832,0.10822511,0.13207132,0.1346499,0.11405109,0.095192768,0.098619327,0.0998004,0.10062893,0.22550739,0.25297242,0.35514966,0.33600414,0.23328149,0.10414858,0.10557804,0.1069328,0.19963703,0.30570042,0.41848618,0.51670051,0.51736885,0.64090478,0.5883469,0.73682225,0.68324161,0.78110117,0.66896027,0.74175286,0,0,0,0,0,0.18903592,0.14402305,0.24497795,0.24727993,0.24752475,0.047984645,0.56048578,0.58217645,0.56155503,0.74104571,0.027739251,0.027917363,0.028184891,0.028360749,0.029044438,0.20455875,0.23310024,0.20414115,0.23054755,0.19925989,0.64971751,0.31982943,0.42724302,0.55155873,0.60975605,0.072939463,0.074543417,0.075357951,0.0753012,0.11359333,0.11494253,0.11862396,0.11985617,0.16194332,0.16715419,0.67283434,0.17014037,0.16849199,0.25073129,0.25337836,0.046490006,0.047528517,0.048697349,0.049689442,0.025284451,0.052287582,0.026680896,0.054945059,0.055741362,0.056053814,0.28248587,0.056753691,0.14359564,0.17236426,0.14602804,0.1337256,0.13740039,0.13978194,0.11379801,0.14228798,0.11223345,0.11220196,0.11428571,0.087310828,0.090388671,0.11943864,0.20883055,0.2064288,0.29673591,0.29744202,0.05221932,0.053705692,0.10958904,0.16629712,0.17231476,0.3510825,0.47904193,0.47904193,0.54545456,0.54315025,0.2965599,0.62857145,0.83194673,0.6604293,0.76586431,1.379864,1.4656763,1.5196686,1.488811,1.6281254,1.6449293,1.6901156,1.6522696,1.8530419,2.0310292,1.8942842,2.2656684,2.5580056,2.9367664,3.2079928,0,0,0,0,0,0.038476337,0.039698295,0.040355124,0.040983606,0.041684035,0.2514669,0.042462844,0.042789903,0.084317036,0.04240882,0,0,0,0.03878976,0.07902015,0.19849148,0.28490028,0.20576131,0.29093933,0.24793388,0.041339394,0.2951096,0.33970276,0.34919247,0.38927335,0.14831294,0.11286682,0.11359333,0.15438055,0.11485451,0.19327407,0.19402406,0.2377179,0.24203309,0.24183798,0.28363046,0.35643563,0.46966732,0.60037524,0.64006025,0.18355359,0.18853696,0.23157082,0.23023792,0.19290124,0.16025642,0.23913909,0.28571427,0.24803637,0.25041735,0.24549919,0.28618154,0.28747433,0.37098104,0.4537954,0,0,0.021748587,0.021857925,0.021968367,0.067461215,0.091806285,0.11574074,0.094831675,0.12071463,0.072692029,0.19441068,0.26848915,0.31568721,0.26757479,0.086956523,0.089726336,0.090538703,0.092807427,0.14111006,0.096432015,0.049554016,0.098863073,0.1,0.10152285,0,0.050761424,0.05165289,0.15503876,0.25641027,0.083850414,0.085411683,0.086535133,0.052182987,0.070559181,0.1257184,0.10895224,0.14897579,0.1493931,0.14889261,0.14825797,0.36469731,0.19034435,0.35629454,0.26868179,0,0,0,0,0.031328321,0.12751037,0.19480519,0.13486177,0.20611475,0.17605634,0.25125629,0.18096271,0.29017046,0.32715377,0.32573289,0.069905624,0.07083407,0.07027407,0.053447358,0.089110672,0.06991785,0.069844596,0.068823129,0.050778605,0.048709206,0.093530789,0.18531717,0.26352113,0.60416442,1.0914052,0.021285653,0.02159594,0.021857925,0.021982854,0.022351364,0.045377195,0.057032052,0.068096697,0.067544743,0.056433409,0.24485253,0.11012004,0.16005121,0.2956081,0.29206216,0.046527859,0.046827439,0.058575448,0.058816612,0.094820432,0.15539087,0.15645684,0.17961921,0.18083183,0.17878427,0.32058895,0.24896267,0.37629351,0.37170404,0.38799497,0.15000789,0.21079424,0.24211153,0.26987338,0.31136686,0.30497339,0.32805866,0.36107945,0.39331737,0.42155087,0.42391303,0.5049594,0.62049782,0.69272125,0.79442227,0.090566039,0.090566039,0.090525046,0.089806914,0.16181231,0.20467837,0.19044828,0.20025748,0.20970222,0.20163999,0.20690547,0.35780382,0.49193454,0.56757337,0.77956712,0.081411123,0.083845727,0.087158628,0.088261254,0.088079862,0.17730495,0.21400183,0.21725637,0.25188917,0.25559103,0.19206147,0.29354209,0.48669693,0.55284554,0.65746218,0.048756704,0.050276525,0.050787203,0.051440328,0.051948048,0.15731515,0.16103059,0.1608579,0.10893246,0.16268981,0.10869565,0.54141849,0.21798366,0.21424745,0.32467532,0.13969733,0.15520535,0.13386881,0.13434294,0.16073194,0.25281253,0.28255844,0.26367831,0.24154589,0.2565141,0.40431264,0.43342817,0.53711605,0.43271914,0.47692522,0.085892208,0.086767897,0.087393485,0.11084017,0.2022472,0.3410641,0.38689122,0.45787549,0.43458369,0.43890044,0.27535567,0.47956157,0.51592642,0.54054058,0.47879615,0.18331805,0.18609372,0.21206208,0.20770231,0.26198587,0.31734839,0.30978933,0.32685512,0.3235963,0.33545199,0.41826418,0.39099836,0.42391211,0.51077831,0.48346716,0.18672551,0.1878736,0.22329096,0.22256462,0.24171272,0.32928944,0.33216783,0.32951784,0.28183901,0.32602787,0.16562384,0.36913991,0.36536354,0.52823317,0.49659741,0.23085803,0.23520188,0.23382697,0.19762847,0.1986492,0.19849148,0.080032013,0.041407868,0.04189359,0.12335525,0.040371418,0.24057738,0.35266456,0.458891,0.58184636,0.34548089,0.35179302,0.41327056,0.44280446,0.52719045,0.58939099,0.56316322,0.61228162,0.63682675,0.63048583,0.67923141,0.73158735,0.78312886,0.82198501,0.79897541,0.087860592,0.065607235,0.080409355,0.11033468,0.087937862,0.13174267,0.12477065,0.16083047,0.13824214,0.13770112,0.18591347,0.20494698,0.18795684,0.25931486,0.44980577,0.045987584,0.046296295,0.070905223,0.072780207,0.049261086,0.073152892,0,0.049297512,0.025138263,0.051268905,0.02628121,0.18406521,0.28248587,0.41290322,0.61193269,0.11750881,0.1218769,0.12492193,0.12787724,0.13306719,0,0,0,0,0,0.22935779,0,0.0785546,0,0.07558579,0.02437241,0.024777008,0.048947625,0.049103856,0.049055677,0.12242899,0.16875602,0.17098193,0.12278979,0.14513788,0.52897328,0.1645897,0.16073479,0.2244669,0.24630542,0,0,0,0,0,0,0,0,0,0,0,0,0.1312336,0.2631579,0.52151239,0.22138588,0.30674845,0.37080055,0.37893987,0.45698568,0.55577612,0.5972771,0.61270279,0.68877006,0.74833935,0.72776616,0.81462348,0.97656977,1.3275115,1.6366022,0.044682752,0.045745652,0.046772685,0,0.094876662,0.1444391,0.14807503,0.15113351,0.15306123,0.15544042,0.050352469,0.1476378,0.25062656,0.20408162,0.20481311,0.25129071,0.26772526,0.33449477,0.3841649,0.39197165,0.44955519,0.49727681,0.54608166,0.56217569,0.5569042,0.58266222,0.86666662,0.86280864,0.94679034,0.95872295,0.069979005,0.036049027,0.036900368,0.038051751,0.078339212,0.12106538,0.08305648,0.086206898,0.089525513,0.089445435,0.044464208,0.087298118,0.21561019,0.17474881,0.1740644,0.10619468,0.095728129,0.16814798,0.24119633,0.2514067,0.39677769,0.3879258,0.5169512,0.46585757,0.41856459,0.53073317,0.53429425,0.43397397,0.61005366,0.7069329,0.19426906,0.18106996,0.18513843,0.18621974,0.18811457,0.2319787,0.19128773,0.19374725,0.2124646,0.20544885,0.33390486,0.26291931,0.2534166,0.2794807,0.29199746,2.1448359,2.2353466,2.2739475,2.3184655,2.4287732,2.487992,2.4711356,2.4906943,2.3385036,2.5957849,2.3561432,2.6483066,3.0793178,3.4209907,3.7965946,0.13795823,0.14326648,0.12515645,0.12782276,0.15135135,0.10984182,0.090826526,0.09265694,0.070538439,0.047596384,0.023786869,0.11853959,0.16424213,0.16718414,0.28680688,0.091347374,0.10198878,0.13178569,0.15732047,0.19265868,0.19642408,0.21369646,0.22874387,0.25802752,0.24289642,0.2749202,0.4057211,0.67016101,1.211055,2.1973917,0.18669693,0.19620666,0.20131573,0.20988224,0.21533465,0.26996705,0.27607897,0.30135259,0.29631177,0.28771931,0.36077058,0.37880117,0.44438174,0.46210721,0.54046369,12.217628,12.167928,12.183232,11.947719,11.881939,11.820964,11.936355,11.936243,11.938412,11.870294,11.886446,11.96361,12.048914,12.16545,12.171578,0.79806483,0.84665149,0.83848274,0.82849413,0.80034816,0.79739106,0.79652834,0.82548928,0.77010787,0.77478659,0.72844315,0.78070748,0.80018032,0.82828206,0.86276728,3.1225352,3.1957052,3.2063718,3.23473,3.2655287,3.2755899,3.3154194,3.3125806,3.3370652,3.3765159,3.4378729,3.4738228,3.5145807,3.5298247,3.5344672,2.4629357,2.5255172,2.5315058,2.5287104,2.5098846,2.5079985,2.5577159,2.5755827,2.6554706,2.6850104,2.7265708,2.7168572,2.6593029,2.6693122,2.5849016,0.19919455,0.21674576,0.22854407,0.23543774,0.24383871,0.25776544,0.27805534,0.26752508,0.26642409,0.26306635,0.29822156,0.36011261,0.38583106,0.42912844,0.47940728,3.6410532,3.8225491,3.8083448,3.829448,3.9407182,3.8616583,4.0485888,4.104785,4.1275797,4.0474734,3.994653,3.9763079,4.0107412,4.0545402,4.1360531,0.91152561,0.93839729,0.96845597,0.94990182,0.93874305,0.91483432,0.96765459,0.95527089,0.89101821,0.88511395,0.83598989,0.87297148,0.92119193,0.91539901,0.95512503,5.2722516,5.4541564,5.6834178,5.9570527,6.1727076,6.4157248,6.6012316,6.8066292,6.9699244,7.1425648,7.238966,7.3946714,7.5385242,7.6418934,7.8379884,0.533777,0.56973171,0.555327,0.53196931,0.51882446,0.47736797,0.47663134,0.4817287,0.47243008,0.44610435,0.49652779,0.5295217,0.54577899,0.5899601,0.60264456,2.3291645,2.3151586,2.3217921,2.3378601,2.2848477,2.3388562,2.3039632,2.3001969,2.2054989,2.2376754,2.188632,2.2019913,2.2184043,2.1900585,2.2416706,8.9616547,8.8927212,8.8906574,8.898263,8.8569813,8.8443556,8.8449392,8.8829927,8.8218412,8.8054295,8.7544231,8.7412891,8.740242,8.7911367,8.8465881,0.91481227,1.0536852,1.1051756,1.1417975,1.1805789,1.1979777,1.2127423,1.2117563,1.1919894,1.1551458,1.1583773,1.2410946,1.2888849,1.3190557,1.3988826,2.1890254,2.2120314,2.1514547,2.1769698,2.281204,2.2166367,2.2212288,2.2195604,2.2411852,2.2018955,2.1273551,2.230705,2.2082019,2.2123051,2.2110791,2.1749609,2.1908951,2.1899781,2.1873875,2.202898,2.1943088,2.171911,2.1923356,2.2172234,2.2038388,2.1753247,2.2132103,2.2341015,2.2829714,2.2983606,1.0510838,1.1223799,1.057902,1.0700493,1.1357259,1.0009903,1.0177027,1.0730422,1.0878685,1.0602528,1.0223728,1.0374062,1.0727574,1.1321268,1.2005032,0.58940357,0.69198203,0.67212725,0.72287059,0.74493182,0.78179902,0.79942995,0.82896447,0.84441537,0.86291295,0.84633332,0.91230339,0.89196068,0.92856812,0.97080517,27.389454,27.609873,27.865765,28.117054,28.354649,28.617659,28.846922,28.988123,29.14209,29.237043,29.404758,29.455748,29.453674,29.49408,29.518885,0.38468033,0.46130669,0.44519064,0.44933259,0.4865129,0.46240604,0.46017766,0.50003773,0.48006955,0.47322494,0.45310375,0.4917317,0.52954394,0.54279274,0.58412331,1.6826739,1.6347325,1.6741725,1.6679844,1.6438706,1.6133577,1.7597179,1.7713366,1.7605096,1.7895546,1.692004,1.7138027,1.7408322,1.7654836,1.8417161,2.5581832,2.8235254,3.0339537,3.1036594,3.2133455,3.2550468,3.3080606,3.3727658,3.361496,3.3537228,3.3466477,3.3711579,3.3793967,3.377131,3.3857014,8.6565742,8.6384726,8.5993242,8.521347,8.4266376,8.4437046,8.5045452,8.5929852,8.5970631,8.6333265,8.5130405,8.4504833,8.4523439,8.4506493,8.5605059,2.6812973,3.3997388,4.0616908,4.5816073,5.2434707,5.4387546,5.4969683,5.7089882,5.7106552,5.879158,5.9288969,6.175806,6.3821278,6.7241111,7.016459,2.0424635,2.0416813,2.097286,2.0527239,2.012645,1.9620143,1.986732,1.9959873,2.0591085,2.0360193,1.9385049,2.0243616,2.052918,2.1431305,2.2168002,18.131971,18.533379,19.008114,19.397945,19.763224,20.067987,20.359362,20.592474,20.803587,20.983583,21.122534,21.290789,21.440271,21.612574,21.788294,0.22563177,0.26322654,0.27912477,0.28772229,0.29688853,0.31936964,0.32955477,0.34112149,0.28751755,0.32984769,0.35388687,0.37663895,0.44982457,0.4485893,0.51654106,2.7001803,2.769449,2.7700028,2.817173,2.7877147,2.6134934,2.5899699,2.6180716,2.7196181,2.6379752,2.5456307,2.5981152,2.5143561,2.5042555,2.5192904,1.2272563,1.239213,1.2362727,1.2908149,1.3023236,1.2925417,1.312887,1.3345139,1.295107,1.3216189,1.2696985,1.2615931,1.2955604,1.3158034,1.2943815,6.3840537,6.5495877,6.6986942,6.6560397,6.7594342,6.8197384,6.8489075,6.9259062,6.9837303,7.1308398,7.1767583,7.1947193,7.249877,7.1485677,7.1735697,1.5464549,1.6005874,1.6052303,1.5994943,1.6111314,1.5459365,1.5344827,1.5790383,1.5961534,1.5183142,1.4063398,1.5003638,1.4764224,1.5249444,1.5815269,23.513845,23.737913,24.055672,24.309359,24.569012,24.828222,25.109423,25.285509,25.429335,25.520447,25.650417,25.675896,25.701595,25.801939,25.833651,1.0782238,1.1587839,1.1994436,1.262343,1.3001142,1.3195623,1.3051627,1.4080737,1.5003811,1.4860466,1.4693484,1.5108719,1.5000596,1.5809022,1.598395,0.69479221,0.77158064,0.83951706,0.78161937,0.80326283,0.78166527,0.76708722,0.7904892,0.7453416,0.82957906,0.79214096,0.85163891,0.84392184,0.90393704,0.92164445,2.1950297,2.348696,2.1821153,2.2434697,2.2199798,2.0431256,2.0859592,2.1193635,2.1316853,2.0239596,1.943095,2.0818832,2.1260343,2.1171803,2.1648359,0.5586592,0.54035455,0.53573269,0.47896349,0.46184599,0.47190934,0.47543579,0.44644415,0.42772499,0.38485983,0.39381254,0.41809875,0.50582409,0.56627965,0.59884536,1.4993052,1.4481173,1.4597319,1.4596986,1.4532582,1.4988246,1.4553969,1.43688,1.4691075,1.4525678,1.3247921,1.3930464,1.4039003,1.384715,1.4240984,0.90580994,0.90679044,0.87599903,0.89511853,0.8770113,0.84658265,0.87637901,0.79883069,0.78111732,0.76980722,0.76257914,0.82782024,0.86692375,0.58027756,0.64459932,0.31754977,0.31151864,0.3038913,0.28155908,0.28523085,0.31227481,0.3060151,0.28929377,0.28789645,0.2980485,0.33976686,0.3413049,0.36199936,0.35551274,0.37898678,0.94110143,0.96108687,0.97635061,0.98420268,1.0048157,1.008051,0.96318603,0.94031888,0.93810821,0.92713463,0.93813986,1.0082817,1.0445142,1.0720353,1.1314646,0.59755462,0.64891338,0.65152526,0.64781022,0.66313398,0.607665,0.57642978,0.63963312,0.63623202,0.58583724,0.62823135,0.63953668,0.65947425,0.67308277,0.70156175,5.7396522,5.6528344,5.7363014,5.8123732,5.7653189,5.6841307,5.6541553,5.645092,5.6566033,5.5833201,5.549171,5.5137773,5.4874301,5.4711514,5.4812932,0.66647136,0.77172738,0.75917488,0.8002516,0.82420903,0.78954995,0.80075681,0.81880921,0.80698615,0.82628268,0.81819367,0.87265724,0.87821728,0.90738732,0.970285,1.9767258,2.0597589,2.1831243,2.2466025,2.3078711,2.4845486,2.6042602,2.784694,2.9347034,3.0458267,3.1399255,3.302361,3.4220233,3.5844166,3.6768172,2.0759356,2.0576131,2.0340517,2.0837018,2.0862489,2.0888021,2.133826,2.1307452,2.0833335,2.0728612,2.0310998,2.1224751,2.1443059,2.1654179,2.1931462,2.0599174,2.1318798,2.2004385,2.3259625,2.4075124,2.6375434,2.8390832,3.0491147,3.1705265,3.3052399,3.4132969,3.5128946,3.5987048,3.666012,3.7418761,1.7092903,1.6483158,1.6663412,1.688393,1.6065906,1.6997352,1.6535228,1.6596612,1.5504717,1.6415156,1.587163,1.5762012,1.6546746,1.7355154,1.7556968,8.256897,8.2126598,8.2142267,8.1442566,8.0852375,8.0665236,8.0751133,8.0684099,8.0163031,8.0942392,8.1058483,8.0000267,7.9266839,7.9137931,7.905992,16.967976,17.125017,17.284697,17.452587,17.628393,17.841656,18.140694,18.331606,18.553802,18.685143,18.791622,18.848778,18.916069,18.979527,19.06745,6.2683372,6.3369436,6.3568411,6.3235402,6.3104906,6.1924825,6.3585334,6.3030758,6.6885991,6.6938848,6.5483594,6.3748255,6.3889728,6.2815113,6.5616674,15.762882,15.70766,15.654273,15.564808,15.504053,15.448401,15.486039,15.454318,15.426043,15.361799,15.3208,15.302773,15.218894,15.122193,15.094857,5.748847,5.877018,5.8061881,5.8337851,5.8106418,5.8373952,5.8467107,5.9004016,5.9081388,5.7235665,5.6571703,5.9074583,6.1129899,6.170723,6.2612295,0.86852807,0.96590501,0.99808258,1.0048339,1.0499976,1.0766704,1.0962474,1.1441268,1.1841719,1.173058,1.165755,1.2101052,1.2638623,1.3099211,1.3605132,0.71217644,0.70504779,0.78094828,0.75082123,0.77427042,0.83517039,0.81828201,0.8343215,0.8158409,0.82456881,0.88439667,0.80155247,0.84304178,0.87752926,0.89170885,0.10265686,0.11269262,0.13221361,0.15425675,0.15163003,0.21724804,0.23135182,0.2094751,0.23158304,0.22763431,0.30887654,0.2523953,0.28647682,0.31394094,0.34452426,1.9693985,1.9546827,1.9813415,1.9706352,1.9558423,1.9455712,2.0347354,2.0111623,2.0335839,2.0092466,2.0398006,2.0448048,2.0751514,2.1417315,2.1765893,0.25046137,0.25153902,0.27988803,0.29904306,0.29775688,0.34129691,0.35092455,0.33843237,0.37753657,0.40021706,0.56888282,0.42801821,0.44599971,0.48007682,0.52584237,19.904318,20.053785,20.20265,20.319098,20.403193,20.558558,20.624886,20.750296,20.826948,20.802027,20.886669,20.840008,20.842699,20.852236,20.868145,3.4395077,3.4198902,3.4926593,3.2202146,3.2716458,3.0757098,2.9363356,2.9324546,2.8601694,2.9589334,2.7620633,2.8764582,2.847784,2.8299992,2.9340184,0.27975985,0.30211481,0.32468519,0.36690134,0.34974283,0.3268069,0.34431875,0.36637375,0.36987126,0.35522962,0.41387635,0.45838705,0.51189661,0.56905919,0.59320104,4.0504174,3.9981599,3.9309301,3.8809152,3.8684878,3.8484876,3.8594327,3.8003702,3.7624891,3.7643247,3.7890925,3.810827,3.7834942,3.7916076,3.8896515,6.4998584,5.6938729,5.2401118,4.9082341,4.8146596,4.299789,4.1119323,3.667716,3.2894287,2.86709,2.8147845,2.5918369,2.6203868,2.7264612,2.7474439,0.63440937,0.70949656,0.71900362,0.64845508,0.66163027,0.68221676,0.66520977,0.72919166,0.70991963,0.74702394,0.74188638,0.80890518,0.86601031,0.92443925,0.92276978,0.95303935,0.99588764,0.97636694,0.95539802,0.96955013,0.78748113,0.82033622,0.83607805,0.79308587,0.74266237,0.84776056,0.87628865,0.8922087,0.89173967,0.8949253,0.21701516,0.22400001,0.233908,0.23466118,0.23920038,0.25529018,0.24555461,0.24169523,0.2461964,0.26114014,0.313384,0.33670962,0.38601461,0.39180815,0.42328042,6.4156952,6.0694637,4.9789486,4.9843216,4.5120411,4.2470822,4.185307,4.1693916,3.9439468,3.5590985,3.403043,3.3448219,3.5538759,3.6165502,3.6173437,0.87041312,0.89545798,0.90837842,0.91655457,0.90055233,0.92229408,0.86393839,0.83086056,0.90741581,0.82638872,0.90617591,0.93963945,0.96525091,0.9870277,1.0326779,3.2012277,3.3043749,3.3963289,3.5184901,3.5637286,3.6254756,3.6913793,3.8680975,4.042851,4.084949,4.1230345,4.2316508,4.2995505,4.2972159,4.4269114,0.32797718,0.39597428,0.3897903,0.3893058,0.38720578,0.41095248,0.39623925,0.40647542,0.41229385,0.43843108,0.44091502,0.47134998,0.51605505,0.54440367,0.60933024,0.13237411,0.16404766,0.15876223,0.18413027,0.17012687,0.21552962,0.20988472,0.20718232,0.20199107,0.21976116,0.33368152,0.22970459,0.24570024,0.29627457,0.33327484,9.4440956,9.3347998,9.4848204,9.4800177,9.415741,9.3537626,9.4295006,9.3499746,9.4332743,9.3681173,9.3785486,9.2186947,9.228385,9.3028965,9.3139429,6.2143745,6.1294689,6.0325699,6.1700087,6.2058978,6.1328769,6.1509156,6.2594452,6.2388158,6.1788807,6.1838903,6.0730619,5.9494147,5.924345,5.9780846,2.6467352,2.6364343,2.6502793,2.6819241,2.7401905,2.7188232,2.7208681,2.6863296,2.7180309,2.6589558,2.6920929,2.7489481,2.81234,2.8522959,2.8948071,2.7233226,2.7099411,2.6699893,2.6227036,2.5286677,2.5267563,2.5713737,2.6594732,2.6967258,2.6286895,2.6677232,2.6516731,2.6626804,2.6019926,2.5605876,1.7665734,1.8158147,1.7886039,1.8946316,1.8424736,1.9492232,2.0067589,2.0126028,2.0629733,2.0791957,2.1919451,2.2097392,2.250299,2.2933314,2.2923355,1.5363938,1.6008384,1.6354707,1.6568922,1.6457952,1.7637223,1.8391414,1.9133998,1.9573745,1.909568,1.8937092,1.9332304,1.9256998,2.086684,2.1699154,7.2265601,7.2553306,7.2574673,7.2801886,7.3017521,7.3564687,7.4217134,7.5080199,7.5231814,7.5529628,7.5993614,7.5502553,7.5937748,7.6494961,7.7023625,13.219441,13.288489,13.386044,13.503118,13.59339,13.76991,13.914736,14.050618,14.179844,14.253462,14.36762,14.437048,14.44201,14.519684,14.569111,7.8839726,7.9436226,7.9736071,7.9922495,8.0299721,8.0720062,8.1495018,8.1616077,8.1247549,8.1508827,8.2334614,8.2023621,8.2502813,8.3347855,8.3661785,0.72932571,0.76325846,0.74453592,0.7618323,0.75258803,0.72925472,0.72395444,0.72964293,0.72975361,0.74202883,0.76289684,0.75660956,0.77296466,0.77496821,0.80194885,2.784363,2.6878836,2.5851967,2.5568118,2.5164235,2.3279092,2.3832555,2.4626298,2.3890986,2.3900537,2.3363237,2.4851267,2.3224561,2.4077888,2.5245285,0.76956826,0.88685018,0.85927641,0.82286263,0.80144602,0.85087484,0.80771583,0.81899798,0.8288908,0.84578323,0.84326434,0.88520247,0.91580188,0.90988928,0.95984817,0.35867447,0.33934906,0.33649436,0.33182505,0.30057108,0.30665669,0.29594553,0.28748342,0.28248587,0.29686803,0.49944091,0.33579582,0.38534188,0.50421429,0.57588845,2.6923742,2.7679312,2.7975268,2.8756537,2.9628806,3.0168953,3.0942531,3.1750283,3.2467406,3.2599382,3.2491837,3.321069,3.3405435,3.4130783,3.3681068,0.91959482,0.94833487,0.96107793,0.96400517,1.0282246,0.98805696,0.99539971,1.0441264,1.0525467,1.0731345,1.0797141,1.1273555,1.151051,1.1611811,1.1851828,1.5626678,1.5424256,1.5432537,1.5380261,1.5188979,1.5070025,1.5105503,1.5031868,1.4920164,1.4652494,1.4872713,1.5279026,1.5382878,1.5539503,1.6070224,0.71685499,0.77779198,0.79057467,0.80767941,0.83421582,0.90281737,0.9105767,0.89276445,0.93741024,0.93544137,0.9964034,1.003033,1.0307082,1.0626652,1.0692601,1.3358196,1.5129535,1.5801188,1.6665852,1.7567601,1.9182345,1.9891703,2.0425429,2.1408901,2.2395201,2.3266561,2.3727403,2.4587615,2.5495949,2.6108432,0.14414257,0.15359636,0.17095515,0.16216691,0.17020163,0.17090273,0.20678428,0.17608733,0.19432913,0.17664723,0.31864047,0.24272916,0.31418711,0.32877201,0.32695839,0.15691122,0.18008626,0.16924451,0.20051293,0.19454353,0.25129071,0.23407608,0.23271425,0.23717892,0.22244962,0.3518649,0.31073824,0.38188517,0.39122221,0.43334988,4.1447368,4.0788808,4.1058702,4.0329499,4.0622296,4.0308447,3.9368682,3.987184,3.8981843,3.9749329,4.4279137,4.1482005,4.1260848,4.0350275,4.125669,5.8683066,5.8482919,5.4567795,5.3674946,4.9551473,4.6173582,4.2531934,4.0161495,3.7974682,3.8361001,3.6209934,3.7766597,3.792758,3.8539555,3.8778164,0.25942579,0.247481,0.26704645,0.32091284,0.3048234,0.50278324,0.52593398,0.50260276,0.50715452,0.5573535,0.93788707,0.4973357,0.66284484,0.75976843,0.69305122,5.349649,5.3669057,5.1831994,4.4957533,2.6695371,2.5168397,2.9840319,4.6945782,5.0269537,3.9429567,3.7080793,3.8430531,3.930301,4.1579952,4.1503391,6.4721131,6.2190518,5.3049941,4.5730615,5.2374358,4.5254402,4.1203508,3.5803497,3.3197436,2.8160727,2.4231284,2.9172251,2.9935851,3.009897,3.162894,1.4206097,1.5774941,1.6728374,1.6076221,1.6522818,1.5870943,1.6709026,1.5563817,1.6042265,1.5146086,1.5126603,1.5485905,1.6182867,1.6805961,1.7318649,2.8797817,2.8843884,2.7935798,2.6463621,2.5721073,2.5648928,2.4993985,2.03351,2.3276947,2.8140805,2.7001517,2.7800298,2.8617656,2.9368873,2.8666756,2.0423894,2.1327462,2.1484694,2.1113119,2.226824,2.2737355,2.3717875,2.3641438,2.430685,2.4481826,2.4389825,2.4326541,2.5211318,2.5427091,2.6753581,7.5438557,7.3105268,7.1534953,7.0550008,6.9886193,6.8812408,6.94594,6.8803401,6.8343639,6.6784754,6.5662928,6.6626453,6.6447668,6.6264687,6.7314787,1.2196552,1.3839223,1.4120344,1.3820179,1.5055021,1.4462671,1.4522047,1.3590655,1.4064089,1.2883937,1.2558603,1.3404826,1.333694,1.4334,1.4492153,10.890701,10.787999,10.857778,10.658965,10.888046,10.489373,10.283433,10.532544,10.792747,10.940702,10.633826,10.899665,10.670008,10.851375,11.001782,0.57673824,0.59820539,0.58339053,0.6024096,0.62800145,0.26819924,0.27216175,0.27667984,0.24499795,0.24048097,1.2950222,0.24183798,0.25062656,0.30094582,0.34965035,3.5117488,3.713908,3.7452531,3.7877626,3.8461368,3.9413605,4.1448722,4.1688585,4.1581912,4.1234617,4.1577296,4.3336859,4.4364667,4.62502,4.7078156,0.36611748,0.36605656,0.3694995,0.4050633,0.40816325,0.41790003,0.40557221,0.40223855,0.41775456,0.41932234,0.84602368,0.59002024,0.77886891,0.79378772,0.60585082,18.682331,18.367958,18.295744,18.113737,18.030172,17.89373,17.996965,17.630968,17.148159,16.985962,16.804926,16.722191,16.620462,16.503597,16.595728,2.8731287,2.9356654,2.7611234,2.771688,2.7913578,2.4726133,2.4340131,2.2292993,2.0437956,2.0067973,1.9996775,2.2586937,2.278275,2.2638435,2.1543984,3.0948553,3.3179851,3.2626429,3.1894679,3.2430966,3.1216433,3.1113501,2.9643478,3.0784707,2.9703634,2.9322011,2.9459026,3.029274,3.0766082,3.1007752,2.5167758,2.5321686,2.5004401,2.4172468,2.3539643,2.2771912,2.1846557,2.1788788,2.2320065,2.2405982,2.1787176,2.2784524,2.3537381,2.2989156,2.2885206,2.8811479,2.8473892,2.8050656,2.9545279,2.8949318,2.8481991,2.906532,2.8342693,2.9422731,2.8478229,2.8346114,2.8131423,2.8641543,2.9106667,2.9202013,0.11857281,0.14093496,0.13958389,0.14495005,0.15898252,0.19349746,0.20116228,0.19519812,0.2072261,0.20343909,0.24563517,0.25378257,0.30447283,0.35766935,0.42462847,0.12728044,0.12917115,0.15214084,0.19560964,0.19210245,0.30362177,0.30296472,0.27896994,0.33776653,0.33542976,1.0602911,0.37815127,0.39707416,0.49740934,0.46483427,0.049382716,0.050981387,0.049975015,0.050263885,0.050025016,0.30128044,0.33350435,0.27624309,0.27207521,0.26653743,0.77034181,0.32170254,0.51584381,0.65359479,0.70234925,3.1894803,3.0691876,3.0376077,2.9302814,2.9481893,2.915025,2.9087191,2.8545389,2.8923442,2.9455402,2.9281058,2.904161,2.9362347,3.0781803,3.1360655,2.54971,2.4487681,2.5698776,2.4493868,2.549922,2.6320648,2.5945907,2.6424322,2.597261,2.635777,2.4062715,2.6229267,2.485884,2.5638211,2.6007047,3.0241139,2.8872993,2.8592234,2.8047464,2.8048248,2.7529643,2.7069874,2.5622902,2.5512872,2.4697976,2.3456109,2.3577127,2.365247,2.4146218,2.4167671,0.078018337,0.079255007,0.080337413,0.16197611,0.1670495,0.60783905,0.66738427,0.66911292,0.73945194,0.7805531,1.0586678,1.0558733,1.2644188,1.3735046,1.1788256,8.8682995,8.9073639,9.1122274,8.8690672,9.0200634,8.2703066,7.9530425,7.6136365,7.2258062,7.0460706,6.900434,7.2508535,7.2619243,7.2936974,7.4158401,9.4437647,9.546464,9.4395275,9.0147448,9.2643051,8.2627831,7.478559,7.8826442,7.0392647,6.5711288,6.4581914,6.887146,6.8041234,6.9396248,7.2113676,0.028272547,0.029036004,0,0.029308323,0,0.028918451,0.028352708,0.056785915,0.054869685,0.054734539,0.94928128,0.080906153,0.16242556,0.10435691,0.10416667,0.60924011,0.62765056,0.58444858,0.60823196,0.58537394,0.41889116,0.41365886,0.41898316,0.38827258,0.38365173,0.61936498,0.46412838,0.5207119,0.56431663,0.62073243,4.4945416,4.7174587,4.6471353,4.6029668,4.6778917,4.6193457,4.6617103,4.7190847,4.4935436,4.6698289,5.2267542,5.3919444,5.459291,5.6635365,5.6271729,7.9425702,8.0039949,7.9816809,7.660965,7.6528387,7.2891073,7.2971463,7.1198025,7.300868,7.2973795,7.2350545,7.1271682,7.1023054,7.0492492,6.9278622,0.57581574,0.58532196,0.5502063,0.56678921,0.55401659,0.66327316,0.68557185,0.68911511,0.65543067,0.64407301,1.1481768,0.79229456,0.91598231,0.89933735,1.0027057,1.6538352,1.7325083,1.947494,1.7385522,1.8739842,1.9269485,1.8395742,1.8090732,1.8659487,1.8453588,1.9664967,1.9416598,1.8850741,1.8835304,1.9126668,1.778788,1.8477209,1.8454055,1.8474337,1.9273821,1.8765198,1.9039378,1.9134328,1.9327732,1.9844491,1.9070168,1.9491007,2.0135255,2.0021076,2.1160185,1.5325946,1.6534867,1.5351506,1.4133277,1.3850806,1.1883253,1.1407633,1.0948657,1.0848929,1.0267767,1.1816251,1.1645603,1.2134142,1.2023786,1.2766781,4.6073914,4.4459915,4.7129307,4.6061215,4.4714212,4.3997993,4.2537923,4.4325686,4.0239549,4.1185813,3.8999577,4.189261,4.1323199,4.1394801,4.3243828,0.92861831,0.93071359,0.95300388,0.89811951,0.92910898,0.80585408,0.85785443,0.74482763,0.70473433,0.75302559,0.98760992,0.89068824,0.97770464,1.056865,1.14694,2.2118742,2.2241659,2.2081497,2.2400231,2.2293975,2.1956661,2.0971773,2.1395874,2.0701981,1.9864371,2.0209818,2.0521905,2.1678209,2.2493534,2.2585826,2.4257503,2.4214275,2.4654498,2.2098434,2.278327,2.0508316,1.9676445,1.8938042,1.9252447,1.7809387,1.7288126,1.7977331,1.7274135,1.7601119,1.7674069,10.951806,11.082898,10.716529,10.650854,8.8583221,8.5477114,8.2919588,9.3931646,9.2308073,9.1132402,8.9728336,8.8930655,8.8563251,8.8056412,8.659853,2.175391,2.2745457,2.2295156,2.0524898,1.9792126,1.8015068,1.802976,1.7725898,1.7436229,1.6702356,1.7898749,1.874534,1.8079214,1.9448446,1.9248489,0.6280731,0.75705934,0.71355033,0.76351774,0.69505966,0.67277884,0.69703043,0.67138898,0.64336848,0.64750755,0.71726918,0.72542101,0.76151401,0.80293769,0.79969943,9.25527,9.0266323,8.8196993,8.782156,8.6653452,8.6264486,8.5185852,8.7056265,8.6826525,8.6570511,8.6414547,8.632617,8.4813099,8.4898825,8.5290298,4.003705,4.1591692,3.9586742,3.8249414,3.7301626,3.7611637,3.53776,3.6236968,3.5635524,3.3234127,3.0590093,3.250591,3.1725147,3.1417961,3.1611907,0.18577494,0.18481849,0.21166819,0.22883295,0.22901793,0.36590323,0.41616327,0.38847959,0.41577253,0.41021571,0.81268317,0.45925733,0.67805451,0.78094494,0.64449596,1.8071374,1.8546216,1.874222,1.8104134,1.6962329,1.7091106,1.7080331,1.6255386,1.4920553,1.5141834,1.4791968,1.4535615,1.5146754,1.4917889,1.5357832,0.29417124,0.30606422,0.32039687,0.34588778,0.35849583,0.3680363,0.37399954,0.35741577,0.37575638,0.3820602,0.4335925,0.44327098,0.4815878,0.52084607,0.56296659,1.8836433,1.9150445,1.8870903,1.762808,1.8137372,1.4996485,1.4573213,1.449946,1.2705418,1.3011291,1.3985497,1.4844209,1.6435541,1.7009782,1.6818907,13.094586,12.731175,12.474399,12.254185,12.060294,11.914449,11.795649,11.576035,11.471806,11.321929,11.226269,11.048271,10.956108,10.921774,10.730479,1.5722443,1.7840048,1.7084281,1.6402025,1.6906317,1.7948942,1.797243,1.7277486,1.6122041,1.664355,1.7227945,1.7396573,1.6765114,1.7554638,1.7536246,2.4945667,2.643255,2.4902945,2.3143861,2.2673817,2.2032628,2.0644557,2.0425215,1.9280682,1.8121755,1.835997,2.1092279,2.0971093,2.1937323,2.2385216,10.320074,10.161916,9.6217308,9.4022837,9.1320753,8.856492,8.692728,8.3131628,8.1112595,8.3512487,8.0308123,8.0757971,7.8493571,7.6741347,7.7497134,14.907921,14.942633,14.978394,15.025105,15.084206,15.12676,15.146353,15.170776,15.168556,15.220456,15.205677,15.193468,15.173429,15.192725,15.157432,10.198108,10.003029,9.7615805,9.6647539,9.6071081,9.4290991,9.2502403,9.0336771,8.8498945,8.7123585,8.6409607,8.5520535,8.48878,8.369854,8.3782616,10.769645,10.931523,11.190382,11.269702,11.368095,11.697421,11.540278,11.361662,11.287392,11.352092,11.278893,11.340548,11.324017,11.164158,11.091003,0.58108026,0.67177051,0.70422536,0.69549161,0.79618812,0.8207013,0.80676955,0.74288708,0.74753439,0.71825111,0.80424744,0.86517662,0.97147644,1.0452529,1.0441667,0.67729563,0.72709936,0.69195896,0.78551292,0.80377108,0.65197706,0.69172931,0.65619171,0.7052958,0.67033035,0.77215421,0.79828429,0.78969747,0.83146209,0.86924583,3.6766641,3.6973138,3.6728516,3.7117937,3.6459775,3.6732893,3.8058269,3.5799041,3.52,3.6144109,3.5701375,3.6885982,3.6862016,3.7027717,3.7457194,4.0175529,3.8967018,3.8467667,3.7446287,3.7316315,3.6611729,3.6381078,3.5506635,3.4433444,3.4061935,3.2429013,3.3553958,3.4451413,3.5212524,3.5029922,2.0541708,2.1023345,2.1643906,2.2084,2.196769,2.1918507,2.195637,2.3232017,2.3877668,2.4059224,2.3425438,2.3277392,2.3372595,2.3825126,2.4204957,2.8577087,2.9733322,2.9577699,3.0312049,2.9759064,3.0120122,3.0149491,3.0088212,2.9351873,2.8042665,2.8387542,2.8697698,2.8662376,2.9660957,3.0040946,0.74755114,0.77499354,0.78781062,0.76762038,0.74106365,0.76577765,0.75511456,0.70631325,0.73087966,0.66528428,0.81216514,0.76362675,0.85515773,0.85714281,0.90762043,0.29188558,0.29993999,0.27760643,0.27898327,0.2720677,0.41358936,0.44286978,0.40721348,0.39359009,0.35961273,1.342098,0.47331056,0.5554086,0.53390282,0.52966106,0.69484329,0.82363087,0.89901984,0.93028677,0.97383296,0.98987705,0.97648174,0.95442104,0.95093101,0.94366866,0.94840664,1.0030204,1.023524,1.1040179,1.1584429,5.6523657,5.5180225,5.3585982,5.2717214,5.1933389,5.0968728,5.0686083,4.9980025,4.8853083,4.5540347,4.457098,4.4450545,4.4476724,4.4205403,4.4880619,1.8340164,1.8545843,1.8650492,1.9446185,1.8905276,1.8605109,1.7940264,1.8094321,1.7644949,1.7437452,1.677979,1.7824421,1.7959164,1.832353,1.859689,2.1755266,2.1847837,2.1252718,2.0737274,1.9600103,1.9576159,2.0196931,2.0047064,1.8603398,1.8527199,1.8559992,1.8481175,1.834433,1.8817146,1.9460237,0.57040823,0.69190276,0.76010942,0.78586471,0.80739355,0.97897768,1.0536646,1.0644927,1.161779,1.4308426,1.5352876,1.8546485,2.0510674,2.6995091,2.9002161,8.9975128,8.4428988,8.5623798,8.0209045,7.8910937,7.5968809,7.660233,7.629065,7.322485,7.0109777,6.60815,6.9129615,7.1538658,7.4238086,7.5265989,10.873831,10.814324,10.777799,10.78472,10.779842,10.729867,10.722,10.677142,10.587755,10.598781,10.593838,10.508936,10.451291,10.427787,10.410864,3.7497184,3.7578039,3.801126,3.8184767,3.7213378,3.7045116,3.6807597,3.817872,3.7199557,3.6843491,3.6633081,3.6564627,3.6991124,3.6720402,3.667407,2.4700432,2.4418676,2.3902757,2.3712349,2.3756557,2.3360949,2.3996263,2.4081697,2.3775201,2.3505538,2.3273582,2.7134039,2.6720288,2.4801722,2.5150576,0.43489608,0.46646717,0.4980877,0.45519456,0.45527583,0.59672248,0.61285239,0.5711813,0.57783526,0.66015089,0.79180652,0.71416277,0.71214068,0.77525985,0.90751946,2.3428001,2.4656608,2.6191547,2.5776148,2.6394653,2.7883399,2.7953217,2.8395205,2.8360481,3.0087276,3.4172661,3.1945236,3.2042575,3.1222222,3.1843696,1.0956824,1.1162537,1.179526,1.2907389,1.5209929,1.5218073,1.478724,1.5798185,1.6053679,1.6318953,1.7025537,1.6535511,1.6825057,1.8551737,1.8664185,0.23333733,0.23468527,0.23204689,0.25134867,0.26425761,0.29217952,0.31067479,0.31600472,0.32108676,0.32049304,0.49077469,0.36739522,0.40658033,0.56434113,0.54719567,0.92284882,0.93259102,0.94385499,0.91631186,0.89957452,0.8981629,0.86996841,0.88391984,0.86512184,0.89940268,0.83085012,0.90438825,0.92548674,0.97065932,1.010253,0.61817741,0.65338165,0.66771555,0.69510728,0.70722234,0.71248066,0.74111164,0.73199058,0.73187232,0.73619634,0.73442984,0.76303107,0.81092578,0.84151191,0.85575813,0.45556805,0.4759357,0.46735549,0.48859933,0.4733794,0.47957665,0.46171081,0.46716282,0.45621181,0.43546468,0.46668467,0.54823971,0.5541724,0.58235157,0.63326651,0.23834623,0.28056836,0.32147926,0.33964413,0.34854519,0.37269726,0.36111572,0.33743712,0.34952956,0.3785885,0.38708633,0.42529058,0.43270695,0.48318985,0.55366957,0.2712968,0.33285093,0.33073243,0.33692616,0.33381853,0.31953385,0.34772259,0.33270264,0.33530509,0.3598662,0.37128124,0.38367242,0.40631625,0.43160635,0.48863837,0.020766275,0.020299416,0.020223469,0.034980763,0.043598317,0.11418241,0.12457897,0.12375104,0.13754527,0.14012145,0.25402609,0.16925383,0.19369522,0.22134539,0.25191313,0.15615387,0.16,0.17087701,0.20092241,0.20024028,0.22417581,0.21656503,0.22274691,0.26451468,0.27304059,0.326812,0.29394737,0.35526374,0.38195381,0.3817651,0.1827291,0.23563381,0.26268095,0.27421877,0.30204254,0.3308031,0.3293981,0.35706565,0.32648897,0.3406527,0.3280682,0.36303321,0.37527281,0.40740073,0.41080293,0.16519879,0.21578728,0.2127471,0.21113878,0.216419,0.24409935,0.25783345,0.24659762,0.27116179,0.25796717,0.2443375,0.29550773,0.32578155,0.33961099,0.36636201,0.2096436,0.21041557,0.21310602,0.21941856,0.21505377,0.16103059,0.16357689,0.16519824,0.15906681,0.16163793,0.90860498,0.10261673,0.15440041,0.20607933,0.20790021,0.10118897,0.10669512,0.12100027,0.12044968,0.10788941,0.13533631,0.13563,0.13760836,0.15062304,0.14980254,0.36202735,0.14840798,0.2321136,0.19254573,0.19471489,0.11747813,0.12014417,0.12134285,0.13586956,0.15043764,0.18028013,0.20587428,0.20472226,0.21694915,0.21528524,0.47303689,0.28474575,0.35896727,0.48834938,0.53072625,0.34700161,0.3529931,0.35411108,0.35885748,0.3647708,0.27590144,0.2735849,0.27730778,0.27791932,0.29071087,0.32069841,0.31652623,0.34484282,0.33477226,0.30629212,0.37573922,0.41885385,0.45901531,0.48725754,0.50628304,0.52131218,0.5404911,0.5588696,0.57963234,0.60059023,0.61239934,0.64563078,0.63876396,0.66346794,0.69235933,0.22497776,0.23914924,0.29085803,0.3364338,0.31466639,0.43642712,0.46890542,0.4391382,0.50262737,0.52462035,0.55376095,0.58522648,0.68383127,0.69965243,0.75842571,0.27290344,0.29822636,0.32942146,0.34019217,0.3624779,0.32853955,0.36641708,0.35475743,0.35927126,0.36202395,0.35262719,0.39205724,0.40100977,0.4143497,0.45212066,0.58073097,0.60961348,0.59859705,0.5899477,0.60918248,0.57510716,0.59583068,0.61108035,0.54096985,0.57929581,0.55015451,0.63456178,0.68088973,0.68298757,0.74175823,0.10770059,0.10612895,0.17282638,0.18474531,0.21119325,0.31754434,0.39763981,0.393401,0.45220453,0.46829516,0.71138215,0.46723071,0.50070614,0.49808431,0.58651024,0.7514869,0.77726984,0.78441316,0.77317172,0.77243197,0.78849185,0.82106107,0.84472978,0.87599373,0.88442349,0.87987202,0.88339168,0.90380979,0.90594685,0.93359667,0.27077645,0.29415789,0.30268806,0.30391032,0.29636562,0.33519307,0.35142437,0.34936023,0.34846997,0.3631303,0.34307551,0.42308196,0.4830395,0.51629907,0.55189067,0.27761599,0.30808157,0.317518,0.32347807,0.35768124,0.35327193,0.35932252,0.37367618,0.38358831,0.39482421,0.37550253,0.4579429,0.45370442,0.47408158,0.47958815,1.169943,1.163897,1.1858211,1.1648316,1.1488,1.1191763,1.0989362,1.0911752,1.0890741,1.0554934,1.0760242,1.0685635,1.0814166,1.1429318,1.1927905,0.80760729,0.83641058,0.86246681,0.87533063,0.88477105,0.89026618,0.89089644,0.90336323,0.91725343,0.93653572,0.92218816,0.97075772,0.96454078,1.0428251,1.0370184,0.1273306,0.12677714,0.13259083,0.16788901,0.15964523,0.24189213,0.27671161,0.2896452,0.32721323,0.3242659,0.4550727,0.38403144,0.40950769,0.50698209,0.48404449,5.6523504,5.58318,5.5852852,5.562098,5.5602312,5.5609889,5.5687099,5.5748148,5.5538025,5.5067806,5.4576354,5.4077754,5.410831,5.3624563,5.3773074,0.36903316,0.4318701,0.46308568,0.4903166,0.50924605,0.54093462,0.53782368,0.52204257,0.49363786,0.54581368,0.50776863,0.54498065,0.62134594,0.66237253,0.666812,0,0,0,0,0,0.11918951,0.11890607,0.11675423,0.11827321,0.1154068,0.56369781,0.11547344,0.17321017,0.17533606,0.41128084,0.17317446,0.17242087,0.18445647,0.18318745,0.18159807,0.22823736,0.23847376,0.24165115,0.25048706,0.25418007,0.34830794,0.28714156,0.32757121,0.36277604,0.37434,0.75783283,0.77388871,0.82744288,0.83218896,0.81673765,0.82423913,0.8069312,0.77825201,0.76656646,0.73139274,0.73344815,0.73511207,0.78368682,0.75867003,0.80889261,0.48905733,0.49275243,0.47401109,0.49985778,0.51809239,0.46200609,0.47669062,0.4710446,0.48678991,0.47693509,0.51946038,0.5099085,0.46090087,0.4894475,0.53332293,0.02770083,0.028121486,0.042601533,0.08561644,0.072474271,0.2908245,0.32187271,0.31958163,0.37681159,0.37420842,0.35577059,0.41446331,0.42565683,0.5147059,0.54276073,0.27268532,0.28561828,0.28693193,0.29307097,0.2939077,0.3217853,0.33941802,0.33127481,0.34528986,0.3402586,0.43140981,0.38025826,0.44365922,0.45161796,0.4743796,1.0946918,1.1551771,1.2186559,1.2853757,1.3277607,1.4081867,1.4889711,1.5468456,1.6038696,1.6674321,1.684081,1.7373023,1.7586123,1.7910202,1.8566486,0.06468305,0.066533595,0.065189049,0.06596306,0.067888662,0,0,0,0,0,0.68965518,0,0,0.071942449,0.072886303,0.70424187,0.73935652,0.71878219,0.70300949,0.75463682,0.77823156,0.75967294,0.81981748,0.78636825,0.81604105,0.79685283,0.79906154,0.81098247,0.81375849,0.81921268,1.1524541,1.2517415,1.289203,1.3968147,1.4799589,1.4755694,1.4784933,1.4736025,1.5407299,1.487378,1.4435631,1.4666969,1.5338873,1.5828613,1.6269269,12.466993,12.491433,12.572209,12.640852,12.725616,12.837517,12.937583,12.996592,13.083432,13.107495,13.163309,13.142138,13.149118,13.182539,13.185379,0.81225437,0.89360166,0.86275387,0.86119062,0.84869194,0.82575566,0.86248749,0.84329581,0.86480582,0.78848374,0.76410174,0.80540627,0.8116883,0.86177784,0.88044554,5.9766698,5.9479017,5.964314,6.0009127,6.0653644,6.0896921,6.0747204,6.140183,6.2321987,6.2460413,6.2497435,6.2297873,6.2664814,6.2555857,6.2549458,0.33848742,0.38370365,0.40408507,0.40753233,0.40940014,0.44273612,0.45316917,0.45100126,0.46152002,0.50311697,0.49488017,0.50793266,0.53264743,0.55583835,0.60074788,3.3939757,3.4605165,3.5231214,3.5921068,3.6359403,3.7465935,3.8461156,3.9338834,4.010428,4.0602188,4.0560884,4.1430526,4.1456676,4.1923838,4.2320685,1.1683892,1.2197305,1.219923,1.2767662,1.328679,1.3651069,1.4188752,1.5112398,1.5757756,1.6144886,1.6366084,1.6589094,1.6864151,1.7480582,1.7656488,0.39996174,0.43279672,0.43780458,0.42315829,0.46484786,0.4495928,0.42024222,0.42827582,0.45572704,0.44378224,0.44372794,0.48703873,0.51091057,0.51022863,0.50589401,3.2077253,3.222018,3.2746062,3.2808673,3.317893,3.3363514,3.3800666,3.4243953,3.4450672,3.4432192,3.4676213,3.5377972,3.622839,3.6904871,3.7779598,0.78363258,0.83475214,0.88853258,0.89349318,0.94851094,0.96144199,0.97453713,1.0237217,1.0384676,1.064706,1.0713955,1.11766,1.1722822,1.1873549,1.2302426,2.7881689,2.8667612,2.9393115,3.017415,3.0827799,3.1257014,3.1849575,3.3224809,3.4048643,3.5003397,3.5631158,3.6119058,3.6463189,3.3118448,3.332267,0.35413155,0.35744682,0.36363637,0.36829183,0.3794038,0.22095379,0.22467703,0.22753128,0.23139222,0.23501763,0.88582683,0.28039253,0.3031528,0.38870704,0.43887147,0.5985682,0.72659224,0.8441993,0.92966324,1.0085844,1.1097213,1.1282783,1.2030029,1.2933623,1.360346,1.392211,1.4678562,1.5165279,1.5947336,1.5942749,2.650682,2.6885626,2.8078198,2.8630202,2.8224185,2.8046694,2.9287183,2.8789682,2.9186587,2.9088151,2.9248607,3.018532,3.1038442,3.5572298,3.633719,6.13274,6.0416212,5.9650502,5.9545913,5.9310613,5.9316988,5.9592562,5.9515877,5.9384747,5.9205184,5.9346094,5.9283066,5.9228559,5.8639312,5.9147735,0.84581292,0.90018529,0.92188257,0.99532604,0.9109087,0.93183053,0.98978209,1.0247778,1.0605873,1.147537,1.1801554,1.0131662,0.97909904,0.98350579,1.1996551,1.4712753,1.5821755,1.6195357,1.6682439,1.6345686,1.6084874,1.9342476,2.1730177,2.1076343,2.1271143,2.1112773,2.1540461,2.2872009,2.476249,2.4887211,0.51415914,0.67466068,0.79985273,0.88876075,0.98359799,1.1036493,1.172218,1.2815564,1.3656784,1.5278702,1.5727761,1.5583496,1.6680084,1.6667085,1.6122093,0.80392891,0.91293669,1.064999,1.190751,1.2703369,1.3595788,1.4116147,1.4819627,1.5980194,1.75543,1.7779628,1.7436128,1.7173347,1.8143328,1.7903807,1.5857197,1.5781589,1.6205529,1.6094205,1.6357799,1.6455753,1.6581746,1.7019566,1.7456163,1.7519429,1.6896579,1.683219,1.7463614,1.7539846,1.7976727,2.3421504,2.4320393,2.5455785,2.6245606,2.6543112,2.7144399,2.8192298,2.906199,2.9750559,3.0584414,3.0899553,3.151803,3.2840412,3.4051657,3.4952142,16.746788,16.752476,16.74065,16.833147,16.875494,16.987034,17.069901,17.123028,17.225645,17.276573,17.368578,17.30164,17.206945,17.200439,17.239174,14.52634,15.034572,15.582439,16.122301,16.718887,17.2617,17.853725,18.365843,18.797258,19.153046,19.459444,19.721325,20.007168,20.278337,20.546152,0.13415922,0.15814595,0.14819981,0.1698688,0.17437565,0.23962858,0.24238017,0.24365729,0.27381244,0.27322403,0.30769232,0.34271342,0.36041731,0.39142057,0.44024551,6.0800633,6.1639709,6.2650909,6.3301125,6.3617454,6.4492388,6.5821567,6.7016544,6.8284736,6.8868413,6.9960737,7.0543833,7.1201382,7.1723604,7.1661601,3.5630913,3.6253839,3.7364397,3.8322794,4.0398903,4.1798005,4.3070168,4.3985758,4.5399208,4.5711169,4.6150126,4.6593504,4.6254339,4.6167536,4.6866035,2.9476199,5.0980392,7.037498,8.952446,9.4148417,13.971855,16.558052,16.666668,16.746988,17.926846,18.412491,18.286379,18.378801,18.313761,18.629408,2.3099155,2.3429604,2.3985212,2.4456704,2.4833877,2.5574582,2.6576138,2.7685723,2.8259153,2.9072661,2.9319112,3.0197897,3.0741732,3.167938,3.2572522,0.60856181,0.6619252,0.72275627,0.74223083,0.75323057,0.81843191,0.82914233,0.83221477,0.83892614,0.93067169,1.0032319,1.0150223,1.0567673,1.1304822,1.0947657,3.8555346,3.8632579,3.8308063,3.7238054,3.6159537,3.9139829,3.5483706,3.3225906,3.3961203,3.3837683,3.2634575,3.2349572,3.2125034,3.355864,3.364634,5.109601,5.1212878,5.1766763,5.2099481,5.2631578,5.1976142,5.1746783,5.2093797,5.2275753,5.1921735,5.1160865,5.337091,5.3477564,5.4225397,5.4137273,1.6142005,1.7968969,1.8388251,1.9687507,2.0271561,2.0549796,2.2014067,2.2819703,2.4423749,2.6126795,2.6753857,2.5856714,2.5864511,2.7599261,2.678112,0.10681897,0.13364297,0.15162502,0.16250522,0.17173809,0.25136155,0.26476622,0.27351937,0.28722933,0.31282586,0.36921582,0.38054124,0.40132883,0.40263379,0.46627364,0.30634573,0.38441378,0.38912189,0.38405737,0.36605379,0.57116652,0.59733689,0.52809638,0.56126839,0.56214106,0.55235153,0.59399581,0.60221612,0.56497175,0.64500523,1.2741845,1.3945048,1.4425889,1.5139138,1.6062418,1.7041521,1.8194219,1.974587,2.1369438,2.2125919,2.2643409,2.3212678,2.4347599,2.4850416,2.5597358,2.5680416,2.625751,2.6672609,2.7139733,2.7876818,2.8533196,2.9198158,2.9756889,3.0442011,3.0961502,3.1254086,3.1988268,3.2483737,3.3533998,3.4050725,3.6109025,3.6126907,3.6545382,3.6757171,3.6504023,3.6672022,3.7410026,3.7497149,3.7822175,3.8340755,3.7991383,3.8848174,3.892529,4.003365,3.9869399,1.102162,1.1334888,1.143815,1.2342271,1.3390135,1.398607,1.4528222,1.513266,1.5527383,1.6125271,1.6022381,1.611356,1.7051827,1.7720325,1.8627565,3.1856656,3.3018551,3.4401674,3.6154957,3.848984,4.0645647,4.3011456,4.5163827,4.7464347,4.8969436,4.9799204,5.1273279,5.2156267,5.2917652,5.40797,1.6425064,1.7052721,1.8082993,1.9218097,2.0596693,2.1759276,2.3680947,2.5767365,2.7442749,2.9008477,2.9897599,3.1268585,3.2171774,3.3595695,3.5082061,4.3178616,4.2907591,4.2537012,4.2401867,4.2599926,4.2236028,4.2664318,4.2420444,4.3410506,4.3331814,4.3713355,4.4217076,4.4777265,4.4483666,4.4943051,1.8208447,1.7829131,1.9991633,1.9319699,2.0165091,2.0322719,2.1666028,2.2681348,2.3326342,2.3248897,2.359535,2.2755158,2.5089607,2.4407887,2.4632387,5.2582545,5.2460766,5.220295,5.2875719,5.3184791,5.3611479,5.434166,5.5062227,5.5960884,5.6473427,5.708746,5.6426845,5.6260686,5.6504326,5.7230096,0.47333205,0.55012357,0.55629539,0.54717797,0.53980523,0.62099749,0.60083985,0.5993427,0.59656656,0.64720756,0.61500877,0.6667949,0.63838416,0.6657533,0.6769098,5.9294252,6.7035294,7.4929619,8.2985449,9.1584959,9.8367739,10.524564,11.263086,11.629176,11.949938,12.179215,12.393157,12.527658,12.695596,12.876551,7.4597878,7.5607853,7.6455245,7.7496619,7.8536444,7.9648347,8.0888634,8.2003899,8.2613869,8.3922691,8.5019445,8.6263847,8.736558,8.8748484,8.9652557,1.00684,1.1151197,1.1350551,1.1897583,1.2160228,1.3144146,1.2200508,1.270227,1.3266999,1.3322324,1.3726348,1.453615,1.4657364,1.5068049,1.4670321,2.6533203,2.7223487,2.8344979,3.0007045,3.213872,3.4568965,3.7624125,4.0213223,4.2284546,4.3671727,4.4682841,4.6662488,4.7649436,4.890573,4.9844756,1.4838172,1.5747111,1.6176721,1.6686188,1.6725013,1.7050982,1.7576892,1.7913537,1.8343068,1.9224681,1.9381981,2.0199454,2.1635861,2.198071,2.2597845,0.41252235,0.49082273,0.49435025,0.52017367,0.49029529,0.5900628,0.56957954,0.6072073,0.61691803,0.64742553,0.6652897,0.72824001,0.73892701,0.75925475,0.73589176,42.924988,43.133339,43.384922,43.545132,43.623341,43.630493,43.582298,43.313206,43.072124,42.684002,42.385559,42.142063,41.893051,41.731537,41.463421,3.158689,3.393285,3.5505369,4.0738049,4.2395735,4.4907408,4.7714972,4.9887862,5.1611562,5.3458409,5.3480787,5.3627925,5.3488741,5.3785458,5.3433623,0.3089996,0.30860797,0.31193563,0.30273008,0.31549233,0.34051579,0.33437359,0.33977008,0.32638571,0.33943158,0.49244159,0.38961783,0.42562851,0.41145208,0.40069687,2.0267477,2.1411095,2.248075,2.2775252,2.2796962,2.3446004,2.4924834,2.531219,2.5090427,2.5580015,2.6013978,2.6487644,2.7454734,2.8190417,2.8142304,0.77329206,0.8878935,0.82930923,0.86119157,0.89046967,0.89471501,0.92178917,0.93650591,0.9422254,0.97850823,0.96403128,0.95060396,0.96997106,0.97557324,1.0060861,1.5805783,1.6347471,1.8299192,2.0237229,2.0314348,2.0818832,2.1399395,2.1773474,2.233743,2.3723166,2.4128513,2.4836211,2.5805449,2.6955197,2.7562776,2.1134255,2.1283019,2.3816748,2.4034073,2.3802259,2.502687,2.5435486,2.559387,2.522439,2.5275235,3.0572453,2.6809237,2.7274137,2.9351428,3.1723485,0.28395647,0.31071252,0.323037,0.30924213,0.32844165,0.34706959,0.33428624,0.33710459,0.35479784,0.35528079,0.34891513,0.40805918,0.42540264,0.45136592,0.47440818,0.58582878,0.62415653,0.64844614,0.64305592,0.6782667,0.68784726,0.69170678,0.68405408,0.69936794,0.6958726,0.78556466,0.75196832,0.80007511,0.80145204,0.81752938,6.3548126,6.6178918,6.6812992,6.6444559,6.7664661,6.6834517,7.0590606,7.0374169,7.0399718,6.8690701,6.8521485,6.9461398,7.0255899,6.6510172,6.6936851,1.0974654,1.1070045,1.1023262,1.1026683,1.0979428,1.0318481,1.013253,1.034048,1.0376933,1.0365422,1.0213928,1.0836196,1.078341,1.1421579,1.1868494,0.20358679,0.21119325,0.21072619,0.23079075,0.22968571,0.27002698,0.28113982,0.29311538,0.30583233,0.32511774,0.33998132,0.36148936,0.43164071,0.47605097,0.46660119,3.2762256,3.2537811,3.2347958,3.2105525,3.1922193,3.1754148,3.1792495,3.1727102,3.2044973,3.2066135,3.2303066,3.1950326,3.1793933,3.1587441,3.168488,1.5592667,1.6418719,1.6780468,1.7225878,1.8169678,2.1861174,2.8213949,2.9097648,2.4065619,2.9570711,2.9775972,3.166338,3.0426121,3.1990702,3.2214789,2.0210245,2.0420506,2.0632071,2.0976739,2.1171801,2.1583557,2.1865511,2.2251158,2.2501898,2.3008332,2.3284166,2.370764,2.4046667,2.3498592,2.3993123,0.48862258,0.5512287,0.57477421,0.5129301,0.58875692,0.6107955,0.6242463,0.65401065,0.64678025,0.71105134,0.68633693,0.72094995,0.73347908,0.74984896,0.81014818,3.5817769,3.6384091,3.6834219,3.7297547,3.8345504,4.0186667,4.320847,4.7201939,5.0072308,5.1611695,5.2143564,5.2716627,5.3059044,5.3469572,5.4068999,0.68445867,0.73416829,0.77917069,0.75883698,0.80631262,0.79354328,0.79221904,0.75617707,0.76379573,0.7448827,0.79232949,0.84021676,0.84310186,0.87302554,0.97049773,0.91215169,0.99159724,1.0679852,1.1562285,1.1962073,1.2248623,1.2455347,1.2834672,1.310464,1.3593898,1.3395303,1.4137247,1.427211,1.4752269,1.5482823,3.6613245,3.6837931,3.627564,3.576349,3.5434868,3.408685,3.4817338,3.3180103,3.2216229,3.2896643,3.2684789,3.5034034,3.5022552,3.3699696,3.4409568,6.5741396,6.7306814,6.9206581,7.0845037,7.2825909,7.4485874,7.5673075,7.7517443,7.8857884,7.9421496,7.9930468,8.07061,8.0807495,8.1995373,8.2833748,0.92058444,0.96723866,0.98527622,0.97761852,1.0065646,0.99441183,0.9885056,1.0481106,1.0333775,1.1206458,1.0896951,1.1495343,1.1475124,1.1787323,1.2062011,30.168898,29.692368,29.38695,29.134039,28.86602,28.686285,28.500059,28.316179,28.573095,28.297026,28.237617,28.010357,27.942997,27.950186,28.006899,25.530678,25.602049,25.349457,25.268236,25.161013,25.067932,24.948715,24.658623,24.571054,24.516874,24.493507,24.304148,24.47971,24.624273,24.691711,70.838913,71.157684,71.387444,71.736389,72.241829,72.216675,72.339645,72.624458,72.646484,73.104813,73.316589,73.05629,72.61631,72.428192,72.526566,16.593708,16.543011,16.50038,16.440517,16.301811,16.23838,16.128435,15.943331,15.916432,15.912064,15.996775,16.237118,16.315979,16.27857,16.279636,62.356113,62.147163,62.188786,62.024231,61.940937,61.760391,61.84724,61.567856,61.624443,61.496693,61.195057,60.824352,60.704113,60.836037,60.654335,42.546211,43.018883,43.055614,43.057171,42.99826,43.22665,43.463253,43.551704,44.088573,43.960907,44.167034,43.857689,43.79739,43.818604,43.738319,23.784607,23.322184,22.94145,22.428587,21.708929,21.083691,20.602121,19.978073,19.550636,19.251644,18.977968,18.885439,18.651609,18.620863,18.444706,26.565092,26.58712,26.383295,26.272165,26.035484,25.953651,25.663162,25.412792,25.353741,25.050259,24.922951,24.711456,24.579195,24.397541,24.458527,48.183254,48.094894,47.342205,46.782936,45.713909,44.951355,44.047539,43.709042,43.670509,42.788841,42.331085,42.057739,41.766636,41.61462,41.296745,34.367931,33.88306,33.333019,32.799435,32.122337,31.725117,31.354195,30.965128,30.464931,30.013409,29.65728,29.266151,28.945198,28.666977,28.236202,20.511311,20.330065,20.424288,20.366039,20.23601,20.188946,20.175018,20.171846,20.261545,20.228834,20.344063,20.203583,20.320692,20.329473,20.351896,38.598904,38.380695,38.391571,38.119106,38.004341,37.877926,37.770153,37.699642,37.472351,37.524841,37.367054,37.336742,37.082058,36.998592,36.807938,32.914639,32.85955,32.896839,32.92448,32.925949,32.922306,32.76722,32.860767,32.800793,32.666496,32.596165,32.285965,32.19368,32.167393,32.221474,52.991272,52.710796,52.372032,52.127308,51.793468,51.162582,50.985508,50.359123,50.147671,49.730984,49.728138,49.285568,48.637997,48.208851,48.16011,41.930347,41.524296,41.224033,40.764858,40.571991,40.345486,39.991714,39.729137,39.552467,39.09016,38.926865,38.83952,38.52774,38.262524,38.040024,41.550289,41.60146,41.59597,41.582581,41.43203,41.523796,41.475212,41.390591,41.511932,41.406013,41.520325,41.211639,41.050964,40.935059,40.796543,45.232742,45.371834,45.283871,45.576176,46.010052,45.811325,45.91209,45.84354,46.138988,45.843418,46.067871,46.185574,46.1082,46.221004,46.286644,25.029713,25.152254,25.243649,25.227865,25.314661,25.253677,25.032463,24.850386,25.025078,25.374365,25.625563,25.441339,25.210497,25.365591,25.370228,41.369072,41.101662,40.870121,40.950245,41.062782,39.964115,39.303616,38.534706,37.973408,37.433414,37.005859,36.60434,36.648697,36.187542,36.258835,59.044254,58.931141,58.823776,58.789326,58.624809,58.61512,58.456387,58.736462,58.766727,58.943695,59.045624,58.775391,58.213383,58.375633,58.256882,39.250359,39.416985,39.445435,39.701252,39.816719,40.041382,40.274284,40.434517,40.702946,40.907288,41.161884,41.305389,41.456718,41.629063,41.820156,38.412983,37.413731,36.676605,35.975475,35.176422,34.591152,34.044899,33.638035,33.785324,33.616592,33.560757,33.124428,32.863499,32.453178,32.20808,18.271736,18.209084,18.116234,18.076206,18.097061,18.0884,18.01989,17.931864,17.855141,17.828302,17.94488,17.905107,17.940704,17.962326,17.959206,31.615463,31.57159,31.409338,31.295326,31.337446,31.281975,31.076059,31.011173,31.067932,31.213539,31.308552,31.301918,31.51457,31.553745,31.591511,55.453522,55.366379,55.371468,55.45681,54.954441,54.810745,54.653145,54.083122,53.691311,53.397781,53.527485,53.169369,52.935783,52.955025,53.080009,15.399027,15.305324,15.112845,15.008147,14.749834,14.394581,14.019341,13.748495,13.559394,13.388043,13.359465,13.379934,13.411488,13.471373,13.375333,52.540897,52.511417,52.772247,52.062534,51.421513,50.345619,49.375168,48.347916,47.375107,46.636955,45.611294,44.765015,44.432442,43.961628,43.280655,26.266294,26.076225,25.976467,25.971361,25.718668,25.468094,25.077507,24.952847,24.733835,24.607887,24.513752,24.605911,24.620031,24.580917,24.704262,26.764223,26.721283,26.396132,26.022425,25.725657,25.707781,25.631418,25.217253,24.596813,24.045681,23.826555,23.304567,23.05953,22.732811,22.312319,26.18972,25.952715,25.906075,25.930363,25.739113,25.597006,25.566868,25.540403,25.419437,25.256739,25.342857,25.492027,25.34531,25.545549,25.515053,63.391079,63.491505,63.630444,63.694077,63.868629,63.797997,63.846809,64.060295,64.187439,64.034721,64.22802,63.913548,63.356529,62.749672,63.099186,12.61245,13.183159,13.426049,13.749576,13.959503,14.018862,14.015894,14.028995,13.98157,14.102083,14.191021,14.210917,14.431294,14.612227,14.726043,53.791302,52.917282,51.988132,51.804859,51.372467,51.547421,51.505016,50.895493,50.244522,49.829018,49.384041,49.199085,49.34634,48.905476,48.392658,56.199421,55.955463,55.746567,55.704815,55.557163,55.519314,55.571575,55.549316,55.565769,55.311478,55.686195,55.585743,55.630695,55.611115,55.915596,50.628471,50.790043,50.78849,50.735474,50.64019,50.698479,51.262028,51.161839,51.239731,50.930141,50.826031,50.616245,50.600273,50.792458,50.586254,33.007954,32.862728,32.540558,32.1399,31.807667,31.443172,31.129917,30.975958,31.11153,30.826183,30.882236,30.494696,30.48164,30.512854,30.494352,8.3842611,8.2224207,8.1356134,8.023222,7.932199,7.8973093,7.7297525,7.6871023,7.6126366,7.5078897,7.5417905,7.3955326,7.4760094,7.5621734,7.5552955,60.804813,61.077606,61.236309,61.470997,61.650543,61.634327,61.610054,61.628487,61.899532,61.803673,62.046005,62.01524,61.74659,61.723255,61.573105,6.8052077,6.7795701,6.692843,6.7175961,6.6329675,6.5521584,6.5224538,6.5325513,6.6297641,6.6469216,6.5946975,6.6090584,6.6624889,6.6564322,6.7408929,44.944889,45.063614,45.068748,45.231998,45.29631,45.375828,45.527813,45.424747,45.385765,45.507236,45.554966,45.68568,45.853668,45.946007,45.931309,29.909853,29.717054,29.296143,28.896105,28.131613,27.416235,27.105125,26.796106,26.360046,26.121866,26.272207,25.805477,25.472031,25.633368,25.300842,20.761427,20.721802,20.659117,20.636532,20.613914,20.573122,20.559097,20.471891,20.398464,20.404469,20.534363,20.494314,20.540571,20.543272,20.614166,46.65369,46.805378,46.677738,46.612186,46.378384,46.377331,46.425301,46.518387,46.629345,46.620689,46.759319,46.494339,46.495487,46.549728,46.468407,31.009975,31.070339,30.964005,31.0478,31.049559,31.072807,31.25,31.039228,31.22172,31.099657,31.198254,31.196117,31.212133,31.309095,31.498909,66.127335,66.123375,66.350151,66.248032,66.246727,66.030174,65.807434,65.714935,65.776573,65.657677,65.530594,65.056252,64.994049,64.984909,64.616463,19.117861,19.230291,19.188421,19.173187,19.13286,19.089716,19.021992,18.880848,18.806877,18.747763,18.930613,18.904383,18.978674,19.057051,19.114,0.22988506,0.203666,0.20913209,0.174703,0.34965035,0.43026176,0.36036038,0.36429873,0.36363637,0.36873156,0.2211574,0.44215181,0.58266574,0.47952783,0.5103901,0.69876689,0.73147708,0.75147611,0.78162867,0.78191811,0.686948,0.69973373,0.6671114,0.69601429,0.66520131,0.6606158,0.84545147,1.0422441,1.13692,1.1582168,0.27995521,0.25582716,0.28417164,0.284657,0.28417164,0.1409642,0.086330935,0.086555108,0.087489069,0.088313214,0.75603372,0.20348836,0.26155186,0.31828704,0.4079254,0.62128955,0.68349838,0.67691439,0.72094995,0.7984032,0.78740156,0.85029274,0.8498584,0.93750006,0.9079302,0.89020777,0.99615771,1.1791449,1.127444,1.2699772,0.30696493,0.41659373,0.47729397,0.53477764,0.53754294,0.60369682,0.6298849,0.69086307,0.72378278,0.75955749,0.68743557,0.89010614,1.1008165,1.2807345,1.2367492,0.27345511,0.34841231,0.36092874,0.38327229,0.41608876,0.41759545,0.43024662,0.4299154,0.45448208,0.50579035,0.4450269,0.81652516,1.2947996,1.5059376,1.5206467,0.26246721,0.25101373,0.23682652,0.31633055,0.27833,0.27944112,0.24043277,0.23626699,0.23474179,0.21219134,0.2843602,0.26291081,0.48826289,0.44518644,0.37530494,0.10045204,0.0998004,0.10116338,0.10111224,0.15174507,0.20418581,0.10136848,0.15487868,0.20449898,0.21528524,0.15503876,0.20242916,0.49603176,0.54455447,0.57581574,0.07698229,0.076754384,0.099491492,0.10870747,0.12925462,0.1485884,0.1576127,0.18335541,0.20046106,0.19020922,0.31564412,0.32004654,0.52724075,0.71712375,0.65004367,0,0,0,0,0,0.062853552,0.065231577,0.067842603,0.068681322,0.068775788,0.27285129,0.070771404,0.28880867,0.14958863,0.29090908,0.12847966,0.11947431,0.12003492,0.1322314,0.13252346,0.12042917,0.065861687,0.088554353,0.077700078,0.088115431,0.21872267,0.17427295,0.3479774,0.37012845,0.3568339,0.072656818,0.07239382,0.074943788,0.075795859,0.10264307,0.13065064,0.16159439,0.16168149,0.16155089,0.16268981,0.18990776,0.41724616,0.66926938,1.1586207,1.3653741,0.99185789,1.0493872,1.0440577,1.1377069,1.2342925,1.1615003,1.2108315,1.2114617,1.1390501,1.170013,1.1398889,1.418187,1.7226713,1.5969636,1.5581445,0.12716763,0.12676218,0.15325671,0.17186068,0.22472768,0.26172054,0.24669208,0.27740791,0.28473172,0.30585548,0.27174911,0.49259284,0.73918402,0.74332088,0.7260372,0.095374346,0.096107639,0.095057033,0.094428703,0.11748119,0.094944224,0.074239053,0.072850898,0.074055791,0.10042682,0.1472754,0.19772615,0.19598235,0.18934911,0.21454112,0.23144996,0.21715528,0.22669688,0.22403796,0.243746,0.21766964,0.21271271,0.16193323,0.18610422,0.18529958,0.20606062,0.39577839,0.5529511,0.72429353,0.66311425,0.25582263,0.25969896,0.28098825,0.31205374,0.30360132,0.31370908,0.35044321,0.37724146,0.38823897,0.3767353,0.40444377,0.59171599,0.84407377,0.94824976,0.85594887,0.064246707,0.065681443,0.066225164,0.067465,0.085048474,0.10217983,0.1205857,0.13908206,0.1418943,0.14151779,0.2271139,0.22553784,0.47965893,0.39285713,0.43180999,0.15572859,0.15618028,0.13413815,0.13630168,0.20713463,0.29619503,0.295858,0.29926336,0.27309969,0.25119892,0.27573529,0.34309241,0.86916739,0.92850512,0.87962961,0.033624746,0.033858132,0.051502146,0.051378664,0.069905624,0.088230103,0.072241284,0.092558309,0.076263107,0.095201828,0.14992504,0.14803849,0.23461469,0.25049204,0.33468381,0.058156438,0.058496639,0.059683681,0.060698029,0.15243901,0.18507095,0.35132545,0.35714287,0.36593479,0.3646006,0.23380095,0.46901172,0.43904087,0.53422374,0.57666212,0.091890648,0.093044892,0.11820331,0.09532889,0.097299926,0.072674416,0.12367055,0.12419275,0.1234568,0.12382368,0.14709488,0.098570727,0.22354694,0.22332506,0.22618747,0.32542375,0.31339419,0.37303123,0.41597337,0.39008081,0.45954603,0.50647157,0.62120569,0.62571102,0.65192741,0.67510551,0.70260966,1.0011442,1.0686576,0.96153849,0.076423384,0.078523755,0.079554491,0.080224626,0.16393442,0.16590625,0.12510426,0.12468828,0.1242236,0.12771392,0.21150592,0.25305778,0.21079257,0.29523408,0.29850745,0.012763242,0.012988701,0.026068822,0.025963912,0.052756529,0.10732493,0.10796222,0.12160519,0.12180269,0.13570362,0.21798366,0.24820739,0.44113594,0.55058503,0.66472787,0.041963913,0.043177892,0.065934062,0.089007564,0.067704804,0.091365926,0.11598238,0.14061402,0.14104372,0.1173709,0.51546389,0.11837122,0.25876266,0.33065659,0.35536602,0,0,0,0,0.048076924,0.098522171,0.10080644,0.051098619,0.10282777,0.10240655,0.7276507,0.15698588,0.73260075,0.74231178,0.75798595,0.1262171,0.14411817,0.12576357,0.1079525,0.12592192,0.16,0.1608579,0.1755618,0.17382234,0.17114496,0.11824324,0.23485993,0.45347667,0.40336135,0.4168056,0.026910655,0,0.027862916,0,0.058565155,0.088339224,0.05899705,0.088521689,0.088339224,0.088261254,0.087260038,0.11617775,0.088547818,0.11761247,0.11926058,0,0,0,0,0,0,0,0,0,0,0,0.088862553,0.26619345,0.17709564,0.17652251,0.29739776,0.29917726,0.30372056,0.3003003,0.23474179,0.23866349,0.23474179,0.15698588,0.079872206,0.07917656,0.40032026,0.077101,0.30372056,0.47355959,0.47846889,0.18176311,0.20793834,0.25486982,0.27249607,0.3318651,0.37765256,0.40677157,0.42887777,0.46734571,0.49208516,0.49783295,0.87957877,1.3994838,1.1580577,0.95362431,0.062034737,0.075709783,0.10252467,0.14158836,0.18276761,0.316039,0.3480123,0.37654653,0.40744263,0.45051193,0.32684189,0.56920725,0.72032142,0.8778041,0.89928061,0.12084593,0.12445551,0.12886597,0.12602393,0.12376238,0.18738288,0.065316781,0.06816633,0.069930069,0.07042253,0.70571631,0.071633242,0.41899443,0.3615329,0.42979941,0.034013607,0.035137035,0.034770515,0.068329349,0.10207554,0.10060362,0.13440861,0.099734046,0.13559322,0.16767271,0.62520564,0.37819099,0.40931991,0.71097368,0.70164734,0,0,0,0,0,0,0,0,0,0.049529471,0,0.096805423,0.24545901,0.19493178,0.19950125,0,0,0,0,0,0,0,0.098619327,0.10245901,0.10101011,0.098814234,0,0.29761904,0.50505048,0.41450778,0.051697396,0.05323869,0.05430847,0.05519779,0.094144225,0.094020307,0.13389441,0.11589724,0.13613379,0.13602799,0.058229815,0.25140205,0.47810286,0.4536489,0.53191489,0.23179103,0.25127885,0.28383079,0.30649206,0.44289482,0.404744,0.40341493,0.44871798,0.47666156,0.50523275,0.40852576,0.59457135,0.82854247,0.9626556,0.8923502,0.20677295,0.22541173,0.26650739,0.28461713,0.28306061,0.33203721,0.32366648,0.31007093,0.34659117,0.36163324,0.40507588,0.63283336,0.84436607,1.2544587,0.92244202,0.33391699,0.50528079,0.54937214,0.56191117,0.57199395,0.6127522,0.66693777,0.62404484,0.69728297,0.73526031,0.67714095,0.85296512,1.0365161,1.1765413,1.2228973,0.076765604,0.077339515,0.077659853,0.07772021,0.078390382,0.079872206,0.10655301,0.079681277,0.081766143,0.053720117,0.26525199,0.18329406,0.34409741,0.49286643,0.49235556,0.051369861,0.051247008,0.051975053,0.051939055,0.068906114,0.15535991,0.15847862,0.14037551,0.14290817,0.14306152,0.088841505,0.32321781,0.37473232,0.46025845,0.38986355,0,0,0,0,0.037551634,0.038066234,0.038895372,0.039714061,0.039729837,0,0,0.040950041,0.20610057,0.3693065,0.41220114,0.087089054,0.08859358,0.089968517,0.09049774,0.11008367,0.15135135,0.1083189,0.10890874,0.10827198,0.10850695,0.47220433,0.15151514,0.49324468,0.75741637,0.83014053,1.4390565,1.6166756,1.6392112,1.6278028,1.5360677,1.4229343,1.2637033,1.2882576,1.3196422,1.3589318,1.1785967,1.4423641,1.671621,1.8131101,1.7990559,0,0,0,0,0,0.04933399,0.098522171,0.098039225,0.1,0.097991176,0.7313506,0.094876662,0.19138756,0.4803074,0.33317468,0.52910054,0.54171181,0.55330133,0.61728394,0.62720501,0.43859649,0.16168149,0.12396694,0.12647554,0.12463648,0.041981526,0.0855432,0.30198446,0.47271162,0.69294071,1.6247619,1.7801359,1.9768252,2.1764019,2.3495321,2.5421793,2.7572682,3.0853972,3.2521646,3.4870193,3.7567577,3.9029977,4.2323365,4.44063,4.4670377,0.30436766,0.30390519,0.35303146,0.4171817,0.47589806,0.45857537,0.42833105,0.47184169,0.46146744,0.51170725,0.58479536,0.66276205,1.0384377,1.3387297,1.2189405,0.80790353,0.85711426,0.91092557,0.89116192,0.90319794,0.95382333,0.98523211,0.96563947,0.9640469,1.060644,0.9965663,1.1918241,1.4667916,1.5834086,1.3788708,0.090009004,0.061180793,0.092506938,0.063673988,0.098489821,0.033512067,0.067181729,0.067499161,0.10217983,0.067957871,0,0.2655161,0.2970297,0.32894737,0.32840723,0,0,0,0,0.039745629,0.1227496,0.12432657,0.12760527,0.13129102,0.13140604,0.042753313,0.21150592,0.38249043,0.29548332,0.38560411,0.099960014,0.099770524,0.10147133,0.11015421,0.14950663,0.11067511,0.12027663,0.090126172,0.10003,0.099870168,0.1079172,0.27163368,0.41545895,0.34050006,0.51237434,0.037622273,0.039169606,0.039401103,0.038955979,0.039354585,0,0,0,0,0,0,0,0.08605852,0.25862068,0.17145306,0.079732105,0.071417235,0.054381602,0.053875167,0.053916663,0.038022812,0.044762757,0.037467215,0.0299222,0.029795157,0.021987686,0.12220545,0.15637217,0.21867946,0.22481382,0.21583703,0.22209883,0.24041861,0.23064725,0.26139995,0.264162,0.25320226,0.2743066,0.26266995,0.26418027,0.1872367,0.32292789,0.42079952,0.63742602,0.63829786,0.18005042,0.18214937,0.18348624,0.18089725,0.21104468,0.35435861,0.28119507,0.27720028,0.31424582,0.30970407,0.23466308,0.36987221,0.64145851,0.74399728,0.8768971,0,0,0,0,0,0,0,0.06963788,0.07272727,0.073152892,0,0.3599712,0.69300073,1.1683849,0.84151477,0.088251516,0.076444246,0.097476438,0.1187905,0.10579771,0.10544074,0.13677013,0.1349808,0.13599749,0.16804957,0.17600165,0.17225656,0.21133138,0.27958065,0.33232629,0.031294007,0.031842064,0.0479693,0.06468305,0.082385898,0.09899357,0.10060362,0.12068965,0.12343503,0.15968773,0.47821468,0.12491078,0.27357286,0.27282649,0.34551737,0.13566987,0.13726835,0.12826492,0.12824997,0.16408814,0.22522523,0.25053686,0.23789699,0.23869197,0.24047133,0.20351969,0.41811013,0.48036507,0.47898456,0.46043861,0.31836995,0.3259919,0.44056332,0.46645418,0.49992311,0.51833218,0.53032565,0.5412522,0.62929475,0.67954981,0.53099787,0.73916912,0.94904763,1.167972,1.0652463,0.033715442,0.034411564,0.035100035,0.036029544,0.054298643,0.12711094,0.10970928,0.1115449,0.11177347,0.11171104,0.44004402,0.14360079,0.36630037,0.43691969,0.49019611,1.1796818,1.1984949,1.3162773,1.3556508,1.3809502,1.417402,1.4391766,1.47752,1.459559,1.4688102,1.3935887,1.6306764,1.9075017,1.9268076,1.7977529,0,0,0,0.0385505,0.038008362,0.15020654,0.17972681,0.21574973,0.18463811,0.21921813,0.28399006,0.17618041,0.31337047,0.35323209,0.28338647,3.8454533,3.83286,3.750262,3.7188582,3.7744284,3.7673514,3.8007576,3.8189723,3.8818769,3.7357893,3.7759445,3.8977959,3.9772277,3.9844651,4.019527,8.4298792,8.2548027,8.072382,8.0988493,8.1364956,7.9921188,7.8915381,7.8277392,7.8702555,7.7779016,7.6791921,7.4736633,7.3686762,7.3722439,7.4653225,2.104372,2.2311521,2.1844075,2.0748897,2.1250832,2.1071754,2.0626712,2.1346271,2.0388291,1.9301023,1.9516335,2.1496863,2.414573,2.4015725,2.4387217,3.6803875,3.6653836,3.7361403,3.6554151,3.6875494,3.6105638,3.6117382,3.5769112,3.5195105,3.6134324,3.6927621,3.8248811,3.9652746,5.9152269,7.0356598,2.8919044,2.842952,2.8096607,2.7915721,2.7564936,2.7432892,2.8072877,2.7944977,2.7465577,2.7948716,2.7461236,2.7818449,2.7968192,2.8148835,2.8567123,3.9736524,3.9939733,4.0708499,4.0885406,4.0625615,4.1215172,4.106173,4.0784335,4.1385179,4.1673446,4.1977029,4.2286196,4.352809,4.4266109,4.5479245,0.30842528,0.32159188,0.33396944,0.3078309,0.29972011,0.28467461,0.28906733,0.291502,0.27783242,0.30644765,0.34892863,0.32536358,0.37587479,0.44017807,0.4184415,1.394052,1.4395689,1.4037794,1.436252,1.372579,1.2088497,1.2951807,1.2653517,1.287802,1.1285539,1.2540776,1.3603958,1.4948007,1.4873395,1.5745735,10.321857,10.388155,10.687573,10.41345,10.304425,10.311074,10.270571,10.255965,10.12044,10.209313,10.000701,10.042354,10.311801,10.280275,10.047152,0.9825846,1.130879,1.2067323,1.3193116,1.3766252,1.3051844,1.3632358,1.3447326,1.3749028,1.3567203,1.2988598,1.3151715,1.3948947,1.3397632,1.3911068,1.4619639,1.7153695,1.8088207,1.7399788,1.7849473,1.7415313,1.7021945,1.666796,1.4917709,1.5292315,1.4116564,1.4538461,1.6073565,1.6372221,1.7600845,10.142131,10.248487,9.9371071,9.9604387,9.6024656,9.5016813,9.5082169,9.4994583,9.6199532,9.3216324,9.0225124,9.3074598,9.0296345,9.0610409,9.2525463,0.76177746,0.80079746,0.82727003,0.77676904,0.80441123,0.76587832,0.7973063,0.77531594,0.87171161,0.91402549,0.90277344,0.95062965,0.97720891,1.0665232,1.1383759,1.305221,1.3129655,1.3124685,1.3149576,1.3715868,1.1692231,1.1909239,1.215036,1.2465022,1.3154534,1.4356499,1.3940401,1.539251,1.5562701,1.5633074,2.0002975,2.0108275,2.0371463,2.0096979,1.8695666,1.9570489,1.9685152,1.9562259,1.8813435,1.9295746,1.8502921,1.955631,1.9372303,1.9286867,1.9781778,3.5314367,3.4633904,3.4987979,3.5623565,3.606446,3.4583151,3.4058783,3.4177847,3.396874,3.4442277,3.4577494,3.5211802,3.4654119,3.5314415,3.5944667,14.300447,13.804482,14.171326,14.22903,13.786893,13.472327,13.555093,13.173694,13.210921,12.783915,12.484574,12.805716,13.051811,13.064328,13.187563,0.12333341,0.17346235,0.20237949,0.2217429,0.25699824,0.27435374,0.30732906,0.27139032,0.25188461,0.27662021,0.34028149,0.34803194,0.45926237,0.520199,0.60260731,26.038015,26.212334,26.472664,26.696938,26.896139,27.127081,27.397228,27.436113,27.481152,27.501255,27.586674,27.549589,27.559069,27.520367,27.488813,3.4996147,3.4642034,3.4994423,3.3362069,3.3118832,3.1214969,3.3197892,2.9093082,2.8634548,2.9629002,2.7082269,2.9016519,2.9421856,2.9484658,2.8815005,1.4217738,1.6116128,1.5725762,1.554549,1.5400809,1.3443526,1.3778774,1.3956772,1.2785535,1.2606838,1.3029315,1.3886672,1.4336349,1.4713583,1.5303732,4.5408421,4.7218499,4.5686984,4.4870801,4.4700069,4.3139706,4.2685637,4.2226686,4.2347074,4.2324824,4.1340761,4.117435,4.1552849,4.1478233,4.2141051,12.892162,13.050382,13.192165,13.200471,13.30757,13.518293,13.626686,13.779972,13.908622,14.24949,14.188114,14.349012,14.444124,14.373754,14.373614,35.955711,34.281166,33.048874,31.554386,30.383274,29.543909,29.0016,28.587666,28.281948,28.072735,27.966278,27.783834,27.497086,27.475817,27.262238,0.10823812,0.10771348,0.1185888,0.1122003,0.10613833,0.15727849,0.14845267,0.14205353,0.15685396,0.15020862,0.30090272,0.26080683,0.23996875,0.30107045,0.34150711,5.4964628,5.5133033,5.4426031,5.4335895,5.309844,5.2725072,5.2083077,5.1979294,5.0762901,5.1287036,5.0451112,5.0631671,4.9854021,4.9978185,4.9760742,19.68,19.694412,19.663027,19.549864,19.586487,19.432852,19.377975,19.133968,18.937592,18.773575,18.764206,18.589911,18.456396,18.387573,18.375387,11.799049,11.650289,11.36063,11.139154,10.989722,10.844028,10.560732,10.473317,10.435954,10.341808,10.142955,10.179028,10.091268,10.307269,10.336329,0.31956616,0.33309197,0.34874833,0.38591868,0.37670916,0.43436512,0.42390078,0.43480211,0.44235927,0.45307156,0.49744672,0.49291435,0.56554586,0.61333448,0.63116372,2.1068151,2.0763257,2.064929,2.0367103,2.0301695,2.0190148,1.9850192,2.0297761,2.0211334,2.0089025,1.9579341,2.0425913,2.077415,2.0991724,2.1530995,0.13281141,0.13421871,0.13421871,0.1560505,0.15552101,0.21925171,0.22738579,0.24202734,0.25782424,0.27582204,0.5040912,0.33754036,0.46962136,0.46742839,0.55786967,4.1112828,4.0044284,3.9581366,3.9322391,3.8637209,3.8202212,3.7737715,3.7797115,3.8566206,3.8568907,3.8413639,3.8455415,3.8999968,3.9125192,3.9638693,20.14053,20.128023,20.161917,20.201611,20.255487,20.259138,20.278511,20.233448,20.174561,20.161787,20.131695,19.882788,19.787882,19.658144,19.585518,0.48629528,0.48429704,0.48543689,0.50791752,0.51936489,0.33798677,0.34175333,0.33744133,0.3547672,0.35460991,0.73195726,0.37252271,0.35949671,0.40699425,0.45324066,40.997013,40.903111,41.013775,41.301704,41.15617,41.140739,41.12022,41.063412,41.146675,41.387802,41.160667,41.207809,41.413113,41.564133,41.478741,3.7464314,3.9165404,3.9405234,3.7611566,3.7469625,3.7300661,3.584271,3.5792634,3.6225486,3.4709156,3.3775218,3.5810862,3.5519335,3.5343435,3.6257401,1.4906183,1.4806041,1.4916577,1.4578272,1.4883062,1.3648067,1.3849723,1.3816956,1.3651276,1.3542986,1.2964396,1.3771915,1.4000601,1.4399014,1.4675201,50.934155,50.993847,50.655602,50.889187,51.044804,50.928219,50.684364,50.705254,50.426407,50.493111,50.170559,49.749203,49.4659,49.530914,49.367992,8.0328188,8.0523615,8.0254536,8.0564175,8.0382671,8.0659113,7.9139881,8.0708799,8.0998011,7.9645381,7.8084459,7.7233167,7.6074934,7.7244782,7.913053,8.9717646,8.8101492,8.7866507,8.5718861,8.5079165,8.4532948,8.3727827,8.3404016,8.3162022,8.0722218,7.9786086,8.105937,8.0023489,8.0778303,7.9848738,4.5310898,4.445322,4.4132223,4.2589731,4.1941209,4.4945698,4.4869409,4.487546,4.3211632,4.3338618,4.4567904,4.6160164,4.7841935,4.7579641,5.0065608,3.3183634,3.328779,3.1390135,2.9604857,2.9349053,2.6302729,2.4257426,2.4090521,2.1033654,2.0895522,2.347084,2.5299759,2.6840854,2.8247225,3.0515862,2.9185266,3.0177188,2.8816199,2.9117026,2.7458422,2.7141032,2.5556653,2.537354,2.5799794,2.3434541,2.4687364,2.4673913,2.579376,2.6206141,2.587158,0.14480948,0.14275518,0.15099032,0.14124294,0.14917515,0.23715414,0.25625166,0.24580809,0.24231936,0.24265535,0.51484466,0.3046127,0.40866011,0.44332409,0.47917756,2.3022034,2.3120747,2.3052986,2.2004156,2.2288136,2.0466673,2.0619817,2.0783517,2.0504174,2.0199656,2.0296674,2.062511,2.1744535,2.2614312,2.289294,2.3992705,2.5354338,2.4971879,2.4657688,2.3879602,2.3081584,2.2924857,2.2347903,2.118551,2.0765808,2.1579583,2.0865364,2.2236936,2.2776513,2.2883296,8.6539898,8.5640306,8.5781488,8.5912199,8.6049204,8.6106071,8.6717587,8.687747,8.7079916,8.7229757,8.7677908,8.7560987,8.8309374,8.8337803,8.824008,31.134331,31.289799,30.938398,30.382896,30.171213,29.960495,29.403517,28.81723,28.520226,28.241926,27.15308,27.930016,27.893099,27.806585,27.987995,34.034233,34.354324,34.358246,34.418163,34.482758,34.694546,34.859154,34.819336,34.98204,34.928211,34.817989,34.631504,34.668644,34.723534,34.805195,1.4772158,1.5577337,1.6360676,1.5389547,1.5050744,1.5222827,1.527972,1.5095443,1.4513471,1.4655193,1.5431879,1.5972238,1.6226219,1.6826524,1.7720861,1.5081105,1.5588261,1.6031196,1.4828864,1.4961307,1.5960184,1.6078532,1.5550539,1.4767228,1.6807418,1.6511953,1.7961605,2.0159597,2.1166234,2.1479111,7.3292756,7.2187848,7.1337981,7.0334458,6.9256277,6.9157243,6.9390283,6.9588184,6.9840789,6.7777171,6.7824998,6.8025379,6.7557869,6.7862248,6.9784751,1.1394922,1.1897339,1.1684922,1.1336187,1.159821,1.1816133,1.1657487,1.1837387,1.2230155,1.0846893,1.085685,1.2059973,1.3220018,1.4098471,1.4411892,4.4294782,4.3591962,4.2476068,4.1327577,4.0919094,4.0196867,4.0108504,3.9855909,3.9820976,3.8504164,3.8708937,3.9535503,3.8686674,3.8567967,3.8417735,6.2112556,6.173945,6.2004147,6.2242508,6.3358774,6.1550093,6.2251916,6.143064,6.0350852,5.9213572,5.8945189,5.871736,5.858748,5.9481835,5.9505143,0.21492772,0.27364379,0.29834944,0.28206721,0.29317194,0.32464477,0.34329188,0.35956299,0.37698144,0.36635008,0.47546425,0.4406659,0.44426677,0.52554876,0.61272377,32.473274,32.96553,33.597855,33.973724,34.350315,34.810272,35.139271,35.407799,35.67646,35.9921,36.24778,36.592186,36.751434,36.982178,36.992935,4.1623125,4.0277624,4.0641637,4.0243249,3.9396451,3.8413029,3.7975137,3.6688752,3.6605303,3.6243472,3.5586686,3.7993164,3.804059,3.8936741,3.9618258,7.7690506,7.6483598,7.4418602,7.3123679,7.2411194,7.0011711,6.9497933,6.801383,6.6228247,6.5158048,6.4952416,6.4490037,6.4641247,6.5241156,6.6036234,14.230951,14.101076,13.903136,13.710846,13.491117,13.213542,12.978429,12.806812,12.645294,12.501705,12.478278,12.231116,12.121655,11.999043,11.772471,1.2352358,1.3080093,1.2909009,1.2230215,1.2301658,1.0052487,1.0840825,0.98810774,0.93055314,0.9699651,1.1222582,1.3199623,1.4806573,1.4044703,1.5353122,2.2386916,2.1868889,2.0933089,2.0896187,2.0173888,1.9875245,2.0439994,2.0258374,2.0500934,1.9846191,2.0399928,2.0497642,2.0773814,2.0895522,2.1746793,19.044388,19.156292,19.110342,19.164955,19.091408,18.927092,19.015511,18.858082,18.846828,18.705364,18.651871,18.646034,18.465714,18.450998,18.700705,2.7409217,2.8210454,2.7159243,2.5254238,2.6342115,2.3817346,2.400784,2.2383251,2.1590729,2.1313546,2.4202418,2.2592709,2.2501967,2.3083003,2.2253788,2.262512,2.3609941,2.5353775,2.6848891,2.8276892,3.0535808,3.1905842,3.3100319,3.4370112,3.5956395,3.8321667,3.8119845,3.7410007,3.6252246,3.7505171,9.8932533,9.8609829,10.051307,10.196891,10.078526,10.224059,10.109409,10.108845,10.340621,10.499826,10.528633,10.56967,10.463707,10.675332,10.600959,0.27733755,0.30543375,0.29862437,0.32865691,0.31263527,0.36219797,0.36498058,0.35050499,0.38610038,0.38657451,0.4844698,0.50953692,0.54034579,0.6271587,0.69605571,1.7864178,1.8587857,1.7529881,1.641066,1.632653,1.6592046,1.6666667,1.5470618,1.4626637,1.4138327,1.7139256,1.7210606,2.0535715,2.1368608,2.2312891,0.1013582,0.10002001,0.098096915,0.099383816,0.10032103,0.10006004,0.099542111,0.098951116,0.097618118,0.098020002,0.84963453,0.17526777,0.21683422,0.15854141,0.15735641,0.13017604,0.13446611,0.15982297,0.16508712,0.16579674,0.2685219,0.29022312,0.31327188,0.32221493,0.32277346,0.46365094,0.43039033,0.51822841,0.56531155,0.65824908,1.6659465,1.7123395,1.7855749,1.8129919,1.8784832,1.8483348,1.8512841,1.8555306,1.9082351,1.9181603,1.9789428,2.014951,2.0671129,2.1372039,2.1633744,1.9839594,2.1188071,2.0114944,1.9824315,2.0224643,1.9218557,1.9053876,1.8882642,1.8142328,1.8885771,1.9690974,2.0059366,2.0966244,2.0616653,2.1070685,2.7118578,2.6243145,2.5494504,2.6278894,2.6207287,2.6046076,2.5343268,2.6067357,2.5968294,2.6394687,2.6326005,2.6347082,2.6331539,2.601347,2.6707864,8.5080757,8.1792307,8.1662121,8.0354357,7.8491249,7.687542,7.5352149,7.4164996,7.3541217,7.3976679,7.3884068,7.4005165,7.4122934,7.4395776,7.4724565,9.4885616,9.7066364,9.9883986,10.221002,10.574643,11.003172,11.38064,11.700205,12.001662,12.301701,12.447486,12.671267,12.825007,13.22533,13.616604,0.09447331,0.093105532,0.09725374,0.09273427,0.092216894,0.086896867,0.090768814,0.09017539,0.085531645,0.081099346,0.23840582,0.12211669,0.1850431,0.21359754,0.25916159,0.16787417,0.16564952,0.16183986,0.15751949,0.15295443,0.12481473,0.13552175,0.13186812,0.12945914,0.14147273,0.37601987,0.4201681,0.38128248,0.47047594,0.54134524,0.55032319,0.67289263,0.65702671,0.71264488,0.71110547,0.72470009,0.79193318,0.77650547,0.74105227,0.71832633,0.73385739,0.8325848,0.901164,0.97613651,1.0264624,48.556183,49.134758,49.615017,50.062805,50.483543,50.763416,51.083027,51.306946,51.571709,51.831406,52.012962,52.221733,52.416908,52.618855,52.787441,2.5416105,2.6834428,2.6513479,2.4950647,2.436892,2.3378868,2.4297769,2.3538747,2.2107513,2.1697278,2.0316498,2.1612027,2.1123078,2.1454048,2.0430672,1.2616521,1.3308893,1.5084505,1.3566809,1.4077823,1.4404733,1.4223535,1.5465108,1.3561634,1.4110013,1.4681648,1.5106881,2.0700519,1.8681072,1.8314742,1.8726103,1.9067824,1.9489422,1.9728601,1.9658657,1.9529138,2.0113208,2.0094357,2.0336094,2.0617766,2.1053102,2.1981244,2.2293725,2.2506354,2.3041651,5.7717957,5.8654556,6.0669961,6.1084452,6.1550779,6.282784,6.4233489,6.4269791,6.3949132,6.3896632,6.4086823,6.4967699,6.5891213,6.7445955,6.8947763,19.88677,19.546076,19.416656,19.225716,18.962643,18.849737,18.664949,18.778242,18.833157,18.854532,18.73098,18.433413,18.555281,18.456701,18.39934,11.304935,10.911565,10.880829,10.486635,10.553657,9.9959698,9.520648,9.7088642,9.6052456,9.5673132,9.1613722,9.2201309,9.2544985,9.2485542,8.8977757,0.079158656,0.090692662,0.090064734,0.11161961,0.10593221,0.16167699,0.17086479,0.18676187,0.1804166,0.19055916,0.36656088,0.26269701,0.35649645,0.34345224,0.39602858,0.10060924,0.10915839,0.10296429,0.13403389,0.13402671,0.10675776,0.089966133,0.084029205,0.10412329,0.10403121,0.30417454,0.18734388,0.20929259,0.19946459,0.32659084,0.12711094,0.12785389,0.14532243,0.14773776,0.14781965,0.29558471,0.35146135,0.38321167,0.39704022,0.39711189,0.97297299,0.48886478,0.55199426,0.59427333,0.659419,3.1169374,3.1141422,3.057143,2.9978366,2.9847674,2.844538,2.7328401,2.7486346,2.7470026,2.6165354,2.7845311,2.8446829,2.9038339,3.0127723,3.0770767,3.8271501,3.8431921,3.8730528,3.8239653,3.8525152,3.8687122,3.8654969,3.8529105,3.817385,3.7808566,3.8730967,3.986711,4.0194044,4.1215096,4.1887145,6.7661576,7.0863833,6.9094739,6.8091102,6.5667257,6.4153829,6.2877946,6.1738567,6.0691605,5.9185829,5.8100557,5.8245573,5.9218273,5.9794178,6.0741005,6.9487786,6.9496393,6.9738412,6.9970846,7.1151657,7.2572441,7.4251218,7.3797293,7.4527316,7.6672807,7.7718139,7.7423239,7.892467,7.7706151,7.9257221,1.6407599,1.8109766,1.7463002,1.7344447,1.6951265,1.6987219,1.7453551,1.8138614,1.7966181,1.8186047,1.7719659,1.8237665,1.8017328,1.8392993,1.8937382,5.1773925,5.0356131,4.9491429,4.8147678,4.6643019,4.5360451,4.5027237,4.4103246,4.3516169,4.2904196,4.2937484,4.2943025,4.3453708,4.3921413,4.3684921,6.2676525,6.3139968,6.3149638,6.3408623,6.4330497,6.4345741,6.3396239,6.376163,6.4177999,6.4005337,6.377852,6.4561977,6.4757442,6.5892363,6.7574034,23.426319,22.831396,22.676287,22.834772,22.492666,22.049128,21.737009,21.610506,21.301519,21.124807,20.94026,20.987062,20.89295,20.862339,21.0159,1.521353,1.6490355,1.5665796,1.5336004,1.5223743,1.5903503,1.508147,1.4282542,1.3688915,1.42456,1.3550867,1.4162282,1.6562247,1.5059525,1.6039411,14.564594,14.56156,14.614556,14.58226,14.643598,14.681478,14.696338,14.749521,14.829157,14.874055,14.864352,14.827369,14.813462,14.94165,14.999716,1.3673614,1.4088931,1.4105058,1.2695355,1.3222352,1.2223591,1.2823253,1.1177282,1.0893433,1.1120175,1.1489785,1.2518758,1.3340088,1.3657811,1.5160631,0.078072719,0.090405695,0.10064863,0.1442361,0.15421899,0.31980589,0.33101621,0.31021494,0.36247805,0.35464922,0.61810154,0.57718426,0.60357589,0.74251771,0.86285192,0.18467221,0.18796992,0.19646366,0.19990006,0.19772615,0.49091801,0.55304176,0.56818181,0.56818181,0.57561487,1.9453207,1.0357327,1.1825193,1.2774655,1.386037,0.47416571,0.56492919,0.57154071,0.57376653,0.59132248,0.57418519,0.58059871,0.55719888,0.59389716,0.5938642,0.57773924,0.65753305,0.74485487,0.77957392,0.88889825,10.593221,10.31182,10.2748,10.095321,10.020789,9.8211241,9.7286415,9.4740295,9.5972795,9.4606075,9.2114058,8.9097137,8.7815132,8.7834778,8.9052906,1.1522135,1.1603376,1.1601627,1.1191282,1.1087114,0.99658316,0.9570061,0.95279336,0.93136549,0.95035464,1.2256267,0.97330374,1.022982,1.0238429,1.0344827,0.30413967,0.34206897,0.34312674,0.37282082,0.35888898,0.40662959,0.39949432,0.40979558,0.42632431,0.44193467,0.52623886,0.50107026,0.51416379,0.61587703,0.74105948,8.5705948,8.3526983,8.2525034,8.2020502,8.1418905,8.1309633,8.0034418,8.0338621,7.881032,7.6372185,7.4970098,7.2963657,7.3725395,7.3100796,7.2836161,3.2889962,3.4096692,3.2845781,2.9687896,2.9835651,2.2440031,2.2997417,2.3047376,1.9749132,1.9323671,2.1744967,2.2635407,2.4889379,2.57832,2.621305,9.7236023,9.2412052,9.3698902,9.6811771,9.5110035,9.2427034,9.0127277,8.6798601,8.4742565,8.1785088,7.8872271,8.0689592,7.9747224,7.9886446,8.118866,20.078785,20.271471,20.55345,20.596468,20.515772,20.454332,20.68298,20.51037,20.40299,20.466036,20.514376,20.433064,20.479671,20.492325,20.780281,6.9134007,6.8520532,6.8265877,6.7319303,6.7610579,6.7332783,6.934721,6.9145808,6.9161096,6.9208035,6.9413729,7.0105886,7.1220012,7.1605248,7.2043152,0.70629781,0.69507748,0.67039102,0.67062443,0.65331477,0.58614194,0.58847821,0.59989828,0.57648349,0.56228793,0.80744755,0.69141883,0.83788365,0.96850026,0.92609739,0.13986014,0.14771049,0.14598539,0.15015015,0.1490313,0,0,0,0,0,0,0.15923567,0.32626426,0.6269592,0.61162084,1.904983,2.1398084,2.0201442,1.8756728,1.8129932,1.6008893,1.6070044,1.5489296,1.4382073,1.521884,1.5162296,1.6385357,1.7334659,1.740347,1.6973046,23.360178,23.324188,23.270243,23.423271,23.449554,23.521107,23.835541,24.053684,24.052809,24.051567,24.07062,24.065641,24.071566,24.144539,24.263113,8.3836527,8.584259,8.8283453,9.1170397,9.4899845,9.8605356,10.653373,11.132099,11.437067,11.683633,11.821847,12.119295,12.35212,12.633045,12.872291,10.626531,10.388792,10.212998,10.258514,10.124586,10.187606,10.528235,10.618369,10.765649,10.779172,10.723429,10.696944,10.651585,10.691873,10.738477,1.1569134,1.1090991,1.1291225,1.0852714,0.99977785,1.0645527,1.0466439,0.92728716,0.9359495,0.85045284,1.1612903,1.079752,1.0165459,1.0343713,1.0056843,2.5055678,2.6077096,2.5200458,2.6091888,2.658371,2.2016222,2.230047,2.3072252,2.3622048,2.5091798,3.6174126,2.6108074,2.6854222,2.5242717,2.7361565,0.062940583,0.06519755,0.065206051,0.065556578,0.065850124,0.25125629,0.25367156,0.2563065,0.25867939,0.26038098,0.68046105,0.37422037,0.43151447,0.45605308,0.51090854,3.9029956,3.8245697,3.897686,3.8508523,3.8112807,3.7200041,3.7436352,3.6419768,3.6475677,3.5341172,3.4028049,3.2801979,3.2219727,3.1829257,3.3754151,14.909685,14.82883,14.568583,14.057223,13.817496,13.391973,12.947059,12.572135,12.634361,12.292106,11.819397,11.946184,12.189773,12.146103,12.588303,1.4664541,1.687138,1.6770693,1.5803685,1.7271466,1.6583748,1.8536087,1.841717,1.7727242,1.682664,1.6591218,1.7279167,1.8261907,1.9484071,1.9058976,8.2586946,8.0644207,7.8755579,7.611095,7.455801,7.1644502,6.9471436,6.8931875,6.8089514,6.6033998,6.4549961,6.4007902,6.3444505,6.3221469,6.1914215,2.5440123,2.6972353,2.4525547,2.5176184,2.5227141,2.4571567,2.4329383,2.4894676,2.4897051,2.4686742,2.2940075,2.5106561,2.435178,2.461581,2.4734983,0.20954597,0.29126978,0.40628174,0.57306594,0.53967774,0.82825089,0.8340221,0.83469963,0.9499777,0.95217001,1.0118169,1.1008496,1.3314594,1.3527498,1.3313609,0.27162674,0.30172214,0.30554494,0.32106715,0.30849114,0.30902797,0.3106513,0.31399977,0.31653944,0.30352008,0.28917742,0.36017719,0.39329097,0.39777932,0.42031398,19.173582,18.352488,18.06217,18.036608,17.823303,17.689743,17.550547,17.554886,17.606033,17.453899,16.959112,17.019905,16.218603,16.345766,16.319252,0.69316083,0.7361002,0.72218806,0.64152718,0.64253253,0.58923864,0.5925464,0.58166951,0.57507986,0.61093247,0.98945659,0.62191039,0.72013092,0.73566294,0.88230401,19.502171,19.177673,18.917664,18.603027,18.533922,18.11021,17.999668,17.984491,17.79793,17.509985,17.387739,17.226795,17.055393,17.237972,16.948536,2.2116904,2.2072349,2.189781,2.0778899,2.1517553,1.9726859,2.0951157,2.0550601,1.8948183,1.8202648,1.9482121,1.8743793,1.9038322,1.9060669,1.9346572,9.6990986,9.3469095,9.2360859,9.3215799,9.2420607,9.0479107,8.8659105,8.8103142,8.6150732,8.2705231,8.0456514,8.0389738,8.0371361,8.0424271,8.2319307,15.860227,15.652987,15.414969,15.2952,15.100901,14.951488,15.062447,15.067749,14.991196,14.79969,14.553346,14.347315,14.377758,14.347612,14.377497,13.887442,13.583854,13.07216,13.291054,13.087158,12.505205,11.865816,11.331841,10.824091,10.227596,9.6175642,9.6433668,9.8969364,9.7474461,9.6249123,0.38864788,0.41326028,0.38965639,0.41703638,0.41674054,0.46832198,0.43918616,0.46149668,0.46112701,0.51698673,0.68978375,0.59908265,0.68460584,0.74626863,0.78990459,4.7747502,4.5454545,4.7997727,4.4985676,4.5360217,3.8645897,3.9607,3.8822792,3.4516129,3.4672716,3.6978002,3.7459283,3.7086091,4.0360236,4.2080054,1.8470343,1.67979,1.500536,1.305057,1.1801068,1.1299435,1.002291,0.85925925,0.59737158,0.36253774,1.3237064,0.30469227,0.49674013,0.84217089,0.77112895,2.1895425,2.1311655,2.2378874,2.2431176,2.1889532,2.1283901,2.1461651,2.0857077,1.9665132,2.0638323,1.9905534,2.231632,2.4114459,2.4044101,2.5793414,4.7603974,5.2493072,5.610178,6.0185547,6.3591571,6.7303576,7.3343225,7.613708,7.8714199,8.1266298,8.3228588,8.620863,8.8027182,8.9592962,9.1380644,5.3241467,5.5735579,5.3992887,5.3536019,5.2509909,4.7986579,4.7764225,4.5745039,4.2094798,4.3721237,4.1149573,4.4222078,4.2616453,4.4867659,4.7949734,14.656106,14.459628,13.931523,13.88794,13.701712,13.546088,13.645187,13.047269,12.950331,12.678021,12.5323,12.577497,12.386429,12.310141,12.406288,0.88568777,1.0504775,1.1437613,1.156335,1.1802222,1.2953482,1.3791734,1.482821,1.5183206,1.5044664,1.5103034,1.6107585,1.7262532,1.7652214,1.9045844,0.46435204,0.4449307,0.39758506,0.37705159,0.37373587,0.29099375,0.26060519,0.23230489,0.20239989,0.17970097,0.40054357,0.27375549,0.36424562,0.39781937,0.48141015,0.98410296,0.99464422,1.0608739,1.0774242,1.0452962,1.2379302,1.3393985,1.3190641,1.338851,1.3984299,2.2320335,1.4492754,1.5990161,1.5617374,1.631644,2.9917932,2.8498535,2.8670766,2.8432364,2.8427873,2.8471804,2.8869538,2.7554116,2.9223242,2.6475413,2.637054,2.6195872,2.8641403,2.8739657,2.8742146,21.352676,20.956224,20.162714,18.999777,18.276968,17.830877,17.614967,16.938519,16.160532,15.695097,15.33611,15.383109,15.385115,15.842546,16.096519,9.3467865,9.4701242,9.6176128,8.7110062,8.8147707,8.8324261,9.0678501,8.2617321,8.0550098,8.0185556,7.5747504,9.2113981,9.696969,9.3167696,9.5304832,2.9359655,3.1338301,3.0840402,3.249285,3.0789132,2.890625,2.8793774,2.8169014,2.8385856,2.7925224,2.7834816,2.9553266,2.8922,2.7180784,2.3137813,0.44865403,0.46826223,0.46862796,0.44018644,0.44075707,0.36354193,0.37443167,0.37243947,0.34364262,0.34759358,1.239558,0.38115981,0.43115062,0.45309168,0.58185661,3.7572663,3.8245869,3.9842381,3.5576065,3.6377358,3.3890507,3.4952056,3.1459596,3.133075,3.1203566,2.9212742,3.5825801,3.6089237,3.7742152,3.8213317,0.64450473,0.6631763,0.63626724,0.5759539,0.593692,0.41540787,0.42520297,0.39432174,0.32128516,0.33557048,1.7478154,0.54667789,0.56350243,0.82897031,1.0150044,1.6066839,1.5780998,1.6236402,1.6102798,1.5947165,1.3465854,1.3859791,1.2784091,1.1988933,1.1718156,1.4692787,1.2876793,1.4893312,1.4946619,1.6601013,20.227184,20.428661,20.664518,20.869316,21.067459,21.269842,21.79237,21.856712,21.867289,21.942501,21.949051,22.003063,22.066166,22.150221,22.19997,8.563776,8.7061834,8.4274721,8.2276716,7.9647274,7.6142492,7.3782802,6.9455462,6.7733989,6.5715737,6.1296606,6.1937919,6.477139,5.6830192,5.9163275,1.3610586,1.4082975,1.3287054,1.2300856,1.2318569,1.0033623,1.0495472,1.0520195,0.90269762,0.87507862,0.95130354,0.93400395,1.0684973,1.1398532,1.1666059,8.3599472,8.4041548,8.2370481,8.1355934,8.1900539,7.9224691,7.8431377,7.6168494,7.8446307,7.4131274,7.1197414,7.214313,7.6255188,7.1731582,7.7615948,5.815753,6.0165458,6.2167645,6.4072886,6.6602998,6.960115,7.4898944,7.717721,7.9129791,8.057848,8.2065439,8.41395,8.7052097,8.8667784,9.0823698,10.800782,10.595037,10.357232,10.172706,9.8285093,9.6942282,9.6578484,9.5436106,9.7427387,9.2478056,8.8829203,8.8414936,8.5455875,8.5644531,8.4865494,8.0396471,7.8401814,7.3534899,6.8164797,6.4369559,5.6574326,5.3933492,4.9573345,4.6666665,4.1683865,4.7289033,4.0450377,4.1918755,4.820333,4.9433107,0.68897635,0.70787638,0.69707233,0.70471466,0.72260135,0.7775895,0.78219014,0.81259525,0.83392656,0.82250202,0.81673312,0.99049127,1.0600706,1.0857563,1.036835,3.9601364,3.9697046,3.8954246,4.1559772,4.2401023,4.0699191,4.3133101,4.3352599,4.2299347,4.4414172,4.3194785,4.9660788,5.0587916,5.0055928,5.1391253,0.43822554,0.43647701,0.48005036,0.55688143,0.5901587,0.5955255,0.65864366,0.69438702,0.70322311,0.73844087,1.0392708,0.89883834,0.88931096,0.87893146,0.93758136,2.175339,2.2368641,2.2298927,2.0018547,2.1310053,1.9856472,1.9574009,1.8405236,1.7548597,1.7948856,1.7094936,1.8783638,2.0097773,2.0383561,2.2435546,4.4202695,4.3649936,4.2921791,4.299367,4.2806635,4.2351928,4.2054973,4.2335143,4.1829495,4.1079383,4.0613947,4.0498667,4.0808845,4.1198401,4.1489906,0.13999067,0.14492755,0.14591439,0.19588637,0.19733596,0.44753855,0.45112783,0.43646944,0.47984645,0.49701789,2.0572002,0.55809236,0.50709939,0.53304905,0.37253857,8.5373449,8.4997311,8.4691372,8.3966722,8.3112631,8.334424,8.568408,8.7643232,8.9006472,8.8824358,8.816844,8.8008347,8.8542652,8.9097433,9.1695166,2.75124,2.6672935,2.6304982,2.53616,2.5381382,2.511348,2.6099799,2.5696883,2.544647,2.5887215,2.5882154,2.8145828,3.0418434,3.0897691,3.1306512,0.7895453,0.91087914,1.0262054,0.98444235,1.0491014,1.0838804,1.0700041,1.090572,1.1174839,1.1650795,1.167387,1.3389078,1.5024068,1.5150379,1.5904671,27.367455,27.100655,26.860146,26.373991,26.143032,25.847694,25.611591,25.412151,25.460506,25.194233,24.86157,24.584476,24.18063,23.777521,23.818119,7.9466395,7.8184714,7.8910971,7.7084622,7.6257191,7.4230156,7.2570062,7.0651531,7.0593448,6.9304595,6.662734,6.7236552,6.7078242,6.769084,6.7177877,6.9520674,7.2107873,7.1334043,7.0886078,6.9502749,6.9445634,6.6945963,6.6365385,6.551115,6.554965,6.3959889,6.2835903,6.3013144,6.3321772,6.4414954,2.5345621,2.5839794,2.8052804,2.7916963,2.8169014,2.853688,2.9282577,3.112745,2.706027,3.2386646,2.7314112,3.3881161,3.1535051,3.2535141,3.2654128,3.2583396,3.3682234,3.3612292,3.2047801,3.3520336,3.1791494,3.3114514,3.2320812,3.0330882,3.0885065,2.6778762,3.4147871,3.3307149,3.1758699,3.2652378,3.1994979,3.1755917,3.515625,3.3046927,3.2841823,3.4746354,3.7011173,3.7599423,3.748126,4.0121121,4.6234155,4.7267356,4.8929667,4.8742137,5.3627758,19.771254,19.77919,19.884254,20.007307,20.300179,20.657173,21.172869,21.265903,21.106827,21.17091,21.11544,20.796337,20.594027,20.401268,20.287483,3.8693309,4.3272767,4.1946311,3.9804106,4.2647209,4.2438345,3.8958623,4.0466709,3.9136176,3.9996226,3.6084418,4.1575699,4.0937324,4.1827965,4.2386484,18.847055,18.530369,17.983147,17.843424,17.812031,17.619274,17.23056,16.684063,16.327265,16.213341,15.87918,15.78652,15.818715,16.174065,15.961724,4.7460346,4.4560218,4.2812901,4.0966196,3.9015245,3.8271756,3.6543064,3.5407727,3.3414013,3.1717288,3.2686949,3.0684681,3.1228974,3.1153677,3.2028854,2.1142819,2.082901,2.0756936,1.9190344,1.9695554,1.7611375,1.6744127,1.7421387,1.5503876,1.5207131,1.4777765,1.5870373,1.6484413,1.634299,1.6753981,15.329411,15.094235,14.918722,14.763882,14.555161,14.33011,14.292468,14.065616,13.879776,13.606538,13.498311,13.330357,13.190662,13.05747,12.949157,4.5473084,5.0805688,5.1996288,5.0985355,5.2758617,5.2594914,5.4536357,5.7034221,5.8135757,6.0458541,5.5047297,6.0057778,6.0254025,6.348464,6.3304887,0.14831117,0.16584533,0.18994673,0.16268981,0.16923489,0.20999213,0.20436838,0.2017909,0.20656036,0.19505851,0.30523315,0.23972192,0.27425572,0.33557048,0.37633777,0.42643926,0.44411546,0.52277815,0.6006006,0.62015504,1.0212097,1.0815308,1.1168385,1.1494253,1.2254902,3.1758957,1.378751,1.3513514,1.4481094,1.394268,4.5811334,4.6296296,4.7510991,4.4849334,4.4548154,4.3988686,4.3954501,4.0324841,4.2573981,4.3174515,3.8765059,4.4950056,4.2927227,4.407824,4.28933,8.0785322,7.9993591,7.9970345,7.8410931,7.7697473,7.3870578,7.4008045,7.2826982,7.2013512,7.1071939,6.740159,6.4615698,6.4707065,6.3398438,6.2313232,5.7888212,5.5658293,5.4557886,5.5279846,5.3733006,5.1203156,5.1538458,5.0182724,4.9271035,4.7977462,4.5644817,4.717608,4.7068105,4.7346582,5.0941544,5.8085976,5.8096681,5.7453704,5.7734156,5.7427087,5.7372088,5.6812944,5.7347612,5.6978645,5.7208772,5.7484832,5.7534494,5.7927155,5.8535585,5.9180517,19.801357,19.663479,19.535858,19.579872,19.533617,19.589783,19.742481,19.811432,19.752932,19.783401,19.802387,19.668196,19.762978,19.834898,19.891361,19.846617,19.464058,19.065329,18.68804,18.330755,18.209072,17.629393,17.411503,17.120237,16.686852,16.27968,15.958643,15.955813,15.944676,16.05896,4.9019938,4.853929,4.7991519,4.7719007,4.918469,5.1929722,5.4702444,5.6064997,5.745636,5.9205551,6.0884533,6.4023204,6.5868473,6.8203559,7.0447879,5.6122031,5.3796411,5.272768,5.0572386,5.2373204,5.146121,5.1407552,5.1773834,5.1146879,5.0214329,4.9316874,4.9387803,4.9767404,4.9298925,4.910121,7.9754601,8.1066666,7.8727417,7.7047849,7.7216916,7.0855246,7.0072584,7.2093024,6.886404,6.7304811,6.0506706,6.7069488,6.8334351,7.0307598,7.0209341,0.13351135,0.1591382,0.16111043,0.18237081,0.22002201,0.38726854,0.40529263,0.39044014,0.43544778,0.44564325,0.69403601,0.64171124,0.72341448,0.67714632,0.81807089,0.018702077,0.037742972,0.057230063,0.095858894,0.11518525,0.4944846,0.49121481,0.50326192,0.52612478,0.53995681,0.9244445,0.55545598,0.59750134,0.55896139,0.68629223,4.8537517,5.1421132,5.0362878,5.1389499,5.0737596,4.912837,4.9444318,4.9115458,4.9199905,5.2618699,5.009634,5.3372149,5.3267574,5.5347791,5.3380785,6.8643332,6.7990012,6.644918,6.5188394,6.4496222,6.1907277,6.1725278,5.9909239,5.963613,5.8217158,5.8285232,5.7008376,5.7638559,5.6523314,5.556356,18.315149,18.308376,18.260986,18.232704,18.203094,18.165592,19.046207,18.726496,18.60404,18.538879,18.494099,18.479168,18.496288,18.461597,18.472776,24.021599,23.888462,23.631208,23.415783,23.057381,22.90204,22.6126,22.330784,22.209743,21.955971,21.845634,21.470339,21.162895,21.400309,21.409336,8.0021582,8.0699873,6.8419089,8.1188459,8.1724138,8.3534689,8.4080524,8.3512487,7.1305842,6.917923,7.3194852,6.9067588,7.1997395,7.1605349,7.452198,2.6393929,2.9002321,3.0092983,3.0426652,3.1789436,3.0149052,3.2319064,3.3609099,3.3224866,3.4288638,3.1239388,3.5797927,3.8344078,3.7521222,3.8148084,3.5107336,3.4638484,3.6589854,3.5775733,3.4205787,3.4253244,3.4016848,3.3791289,3.314734,3.2268145,3.187377,3.260437,3.2929745,3.3756542,3.4917016,1.5592203,1.3225127,1.19154,1.0707912,0.93841648,0.57471263,0.48254329,0.39570379,0.29891303,0.18411362,0.97445351,0.15163003,0.44236913,0.43678716,0.38433823,6.589211,6.5874023,6.517025,6.4846954,6.4171605,6.4217129,6.3580937,6.313797,6.2101932,6.1305618,6.1324654,6.302104,6.3164158,6.4080877,6.4055815,0.34105816,0.3553834,0.37328833,0.39052927,0.39218149,0.39408457,0.40037277,0.39579794,0.38346994,0.37057671,0.36162633,0.40061766,0.44331598,0.43885723,0.44807297,7.2682014,7.3002501,7.192029,6.9382319,6.7402534,6.7801075,6.6320615,6.507937,6.394834,6.2162547,6.1560793,6.4484944,6.6949778,6.458849,6.3891044,3.6479928,3.6801696,3.7282917,3.5329993,3.521096,3.4424524,3.4130588,3.5895638,3.3365276,3.4912932,3.3502448,3.4169059,3.6288929,3.5255046,3.7289717,0.25167581,0.37242192,0.42220378,0.40946725,0.42500713,0.46481603,0.4567067,0.45631266,0.46495852,0.46025845,0.50286514,0.52244169,0.59253293,0.64096504,0.69939148,7.9314976,7.856411,7.6202259,7.54636,7.4952364,7.377738,7.3430924,7.2412686,7.1942449,7.1050143,6.9912009,6.9462538,6.7969942,6.9797635,7.0251279,27.823645,27.661968,27.325106,27.292595,26.961575,26.914894,26.652796,26.496342,26.486143,26.098902,25.797749,25.833654,25.646233,25.374973,25.291452,3.9505508,4.2188768,4.3489947,4.5304828,4.7929826,5.1026235,5.2868462,5.4854069,5.7075567,5.9199586,5.9252067,5.884201,5.8384709,5.8722887,5.9779487,0.20851952,0.20558003,0.2354326,0.44843051,0.44843051,0.64402807,0.66493207,0.66435587,0.859514,0.87642419,1.7780327,1.1140429,1.1986815,0.96618354,1.0277172,9.390111,9.2514439,9.2703838,9.0071392,8.8620081,8.803216,8.7155304,8.593852,8.3555365,8.2265043,8.1305799,8.097456,8.1119795,8.0856991,8.0543108,2.3803515,2.4820409,2.4268904,2.4546611,2.549159,2.3774145,2.4440837,2.3805223,2.3385656,2.303462,2.2601933,2.4075003,2.3913636,2.370255,2.484529,0.22753128,0.23909146,0.23571008,0.23923445,0.24554941,0.68195909,0.66707098,0.68365443,0.70019096,0.69313169,2.1793275,0.93457943,1.0800508,1.625,1.2755102,5.4958863,5.2468429,5.125617,4.8856664,4.7075763,4.4434667,4.3914132,4.1905599,3.975637,3.8864965,3.8879044,3.736871,3.9191742,3.7888129,4.0315313,7.5154543,7.5139208,7.303133,7.0646763,7.1230145,6.8248205,6.9585786,6.6175938,6.7636309,6.7428493,6.5496907,6.875401,6.7775207,6.7688727,6.4566503,17.776779,17.694979,17.622997,17.419899,17.358353,17.169132,16.895672,16.96085,17.085585,16.591661,16.604765,16.795452,16.350498,16.291914,16.356125,0.71652484,0.71620411,0.7269423,0.67114097,0.66904551,0.57803464,0.48586571,0.48309177,0.47495681,0.42992261,1.9181585,0.47846889,0.52151239,0.58532196,0.73226547,33.617836,33.715527,33.834641,33.962337,34.051102,34.143646,33.932884,33.844986,33.830334,33.574715,33.552834,33.551743,33.333733,33.485054,33.38549,0.41706163,0.42356566,0.42145592,0.4079254,0.405954,0.3658067,0.36821705,0.37029818,0.34628704,0.34220532,0.86694306,0.3791469,0.38051748,0.42137522,0.45757866,0.42173728,0.47605851,0.48718014,0.41241753,0.43910789,0.4425326,0.4406704,0.4378413,0.42905757,0.38146335,0.41301107,0.53634268,0.57609218,0.57578814,0.5655179,2.3929107,2.5123286,2.5599892,2.6595433,2.7356608,2.7222586,2.6926126,2.6660144,2.6702998,2.5540731,2.5342071,2.6106412,2.7028437,2.7640772,2.8337352,11.429122,11.338326,11.471936,11.761238,11.552862,11.644919,11.782433,11.844592,11.499677,11.46668,11.249072,11.650198,11.778628,12.056986,12.272911,10.374602,10.29987,10.297799,10.166017,10.086703,9.7948818,9.7230558,9.5771809,9.4437342,9.294157,9.1031599,9.209383,8.5428152,8.0956268,7.9693069,10.474608,10.442286,10.353571,10.182976,10.106838,10.029982,10.143881,10.178277,10.159641,10.278343,10.250464,10.117481,10.179518,10.224906,10.280785,0.26271892,0.29468343,0.35235235,0.35145992,0.32645404,0.43807676,0.41875473,0.40553907,0.42199409,0.43791151,0.49851629,0.50418705,0.61849326,0.75362784,0.7868734,0,0,0,0,0,0.65645516,0.70422536,0.72289157,0.73170733,0.74441689,3.1026254,0.90909088,1.814059,2.1126759,2.4271843,0.24009603,0.24752475,0.24539877,0.50314462,0.50568902,0.51020408,0.51948053,0.5076142,0.76238883,0.75662041,4.2027192,0.85470092,1.0791367,1.0050251,0.89399743,1.6785258,1.6624935,1.6060052,1.6365564,1.6068094,1.57662,1.6367058,1.6193745,1.5761893,1.5234588,1.4680414,1.5697101,1.6616102,1.6319493,1.6510928,0.066904552,0.066755675,0.110595,0.19955653,0.1972819,0.21696679,0.218436,0.22133687,0.3318584,0.36772659,1.1089367,0.36972597,0.44052863,0.33572066,0.36076665,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.2990847,1.286926,1.2994514,1.3258692,1.3254787,1.1017686,1.0894495,1.07163,1.0835471,1.0930493,1.667593,1.1924571,1.160221,1.19345,1.0841655,3.5137701,3.4775667,3.4635344,3.4174669,3.2650976,3.1944177,3.2681625,3.226012,3.2673109,3.3944032,3.3015635,3.5156126,3.5481963,3.4983332,3.4501081,6.8657422,7.3955774,7.3194852,6.794425,6.8781724,6.3055992,6.2565999,6.1811342,5.5616436,5.5662189,5.4394426,5.2406416,5.2645574,5.0649695,5.1168833,13.453781,13.389802,13.33306,13.193922,13.226901,13.251865,13.281092,13.315246,13.338184,13.256047,13.31006,13.245895,13.317259,13.223494,13.207433,4.255609,4.1397777,4.2365942,4.1908007,4.2238069,4.1212368,4.2474542,4.232656,3.9113708,3.9446015,3.8573976,4.0303698,4.0097728,4.1077929,4.0780272,2.9497206,3.0842624,3.0176389,2.8365359,3.7530513,3.078388,2.978636,2.9501216,2.9628508,2.9411764,3.0120177,3.1137183,3.3702838,3.5040834,3.6804664,3.221431,2.8311427,2.4762218,2.1073108,1.7715912,1.5591562,1.3589861,1.0337079,0.76657146,0.45783487,0.71024787,0.28591853,0.50469649,0.53901088,0.54864174,6.7170405,6.7042937,6.7378669,6.7251458,6.6021957,6.5832682,6.7566862,6.6171117,6.5624185,6.4235935,6.3564606,6.4769535,6.4675341,6.4166198,6.2868171,11.97376,11.475513,11.363214,11.346557,11.035758,10.771586,11.028872,10.80324,10.785499,10.55237,10.547863,10.739023,10.593426,10.655738,10.727349,10.367002,9.9210453,9.5940962,9.173789,8.9726591,8.3147039,8.2955799,8.2245264,7.8600287,7.2114816,6.8712754,7.0112891,7.0558014,6.9841461,7.0692635,12.7848,12.476458,12.24345,12.035153,11.932423,11.789564,11.63608,11.386969,11.15531,10.814089,10.747615,10.681705,10.568712,10.400872,10.384911,19.013287,18.800488,18.744997,18.564323,18.585999,18.242506,18.21331,17.895193,17.624105,17.235575,17.214445,17.252653,17.195107,17.037767,17.240936,0.42975205,0.44097695,0.42861855,0.41976106,0.4293263,0.22898266,0.22471911,0.22026432,0.21991833,0.21046302,1.4607426,0.23887728,0.66841036,0.68728524,0.81346428,2.3215892,2.4687269,2.6432455,2.863698,2.9942682,3.2413378,3.4172506,3.6172795,3.719836,3.8650308,4.1955018,4.1388288,4.1873608,4.2194095,4.2794471,0.29864731,0.32573289,0.34131604,0.36357626,0.36772779,0.504749,0.5296725,0.46474779,0.51486814,0.59452409,0.56429899,0.7179054,0.89594471,0.93549722,1.0442387,0,0,0,0,0,0,0,0,0,0,0,0,1.2345699,0,0,7.5126796,7.4768057,7.4023581,7.335391,7.2343535,7.1631126,7.1867085,7.1594744,7.1279697,7.1963015,7.1810646,7.0820689,7.0926747,7.1483517,7.0743189,2.5889969,2.6691496,2.4918237,2.4390242,2.3979261,2.1528001,2.0510337,2.1706462,1.9386379,1.9571453,1.7960014,1.9731246,2.0786419,2.072721,2.0337214,1.5045872,1.6554643,1.6525798,1.5685297,1.5188633,1.6508563,1.6375413,1.5052437,1.5725954,1.5780035,1.5037594,1.9328341,2.1132712,2.0563686,2.1585367,15.085037,14.960088,14.859331,14.830579,14.744774,14.726609,14.672179,14.636524,14.57843,14.524406,14.470317,14.31755,14.269723,14.287607,14.24587,1.1862396,1.2210013,1.2578616,1.1235955,1.2244898,1.1406845,1.1764706,1.164295,1.0869565,1.1444921,2.1067417,1.2820513,0.95108694,1.0443864,1.2437811,22.472429,23.64035,21.528484,21.849257,21.18515,20.691231,20.363388,20.032951,19.775112,19.602463,19.613842,19.598137,19.590559,19.432377,19.289633,23.917809,23.291504,23.540609,23.390287,23.355145,23.296904,23.553493,22.993334,23.157797,22.495079,21.659996,21.822886,21.759798,21.740831,21.791576,1.6525424,1.8096658,1.7834121,1.7131561,1.7962711,1.5516078,1.5980194,1.5798843,1.4699429,1.4649682,2.1761658,1.4271152,1.3819348,1.4803568,1.706422,0.13390467,0.13358268,0.1342282,0.21265285,0.20991866,0.28848675,0.28482652,0.2822684,0.36119711,0.35158211,1.2928891,0.27281746,0.444664,0.48250905,0.6137982,12.605286,12.392869,12.10504,11.911394,11.920938,11.784984,11.920638,11.637221,11.596927,11.358976,11.066365,10.943077,10.696504,10.627398,10.617237,0.11617346,0.13236962,0.12601224,0.13842803,0.13903722,0.12963702,0.13149889,0.12654038,0.13412532,0.14784594,0.21276206,0.1879054,0.22022094,0.26481181,0.28677344,2.0261371,2.1246848,2.1200285,2.1853714,2.1858697,2.1523139,2.15996,2.1647935,2.0761783,1.9866242,2.0101919,2.0809596,2.1375186,2.2570214,2.2955134,0.42698547,0.43084878,0.42735046,0.43271309,0.44150111,0.49728751,0.50022739,0.50551474,0.49616602,0.493938,2.3629067,0.67476386,0.80898881,1.1633317,1.4418604,6.8656974,6.7541747,6.7993584,6.6001472,6.5318933,6.5313921,6.4715042,6.4069362,6.3810358,6.3785434,6.3683152,6.2545047,6.1195092,6.0720654,6.0273094,10.831618,10.468399,10.199752,10.15371,10.136855,9.9212532,9.7001839,9.7691011,9.7147417,9.5077219,9.5532894,9.5267086,9.5472803,9.2330608,9.132514,1.1944389,1.1438892,1.0456465,0.92118728,0.86065578,0.58503127,0.59744537,0.57483065,0.55373257,0.53311461,1.1503532,0.55464256,0.72388828,0.65520066,0.81866562,12.712921,12.635756,12.834395,12.929747,12.683189,12.347136,12.134929,12.099796,11.728595,11.160762,10.959923,11.4164,11.430718,10.387011,10.505451,0.14609204,0.15628256,0.17736046,0.17536621,0.16971816,0.18924864,0.19210353,0.201796,0.1810683,0.19222987,0.37574896,0.29897639,0.35847801,0.46301061,0.58163476,3.4319329,3.5583441,3.6463215,3.6656036,3.7004311,3.7499228,3.9992664,4.0423803,4.0654416,4.0692096,4.0828462,4.1688485,4.2690372,4.3627167,4.4687066,0.44729388,0.66071695,0.67477053,0.73678482,0.8534013,0.87140602,0.87070727,0.87449318,0.90835208,1.2097335,1.4688494,1.858551,2.4589069,2.220428,2.529942,24.203577,23.924425,23.507973,23.312277,23.045521,22.924992,23.078676,23.06241,22.784906,23.043076,22.565413,22.616909,22.354788,22.192577,22.409582,3.4843206,3.6567163,3.5850496,3.1084154,3.2283466,2.6252983,2.6699028,2.6872964,2.0050125,2,2.7983539,2.0559211,2,1.8410041,1.9080659,16.623329,16.828739,16.902832,17.013842,17.093353,17.120399,17.692308,17.784307,17.974173,17.948196,17.980219,17.87912,17.82336,17.89012,17.82415,16.720499,16.319635,16.074188,15.573592,15.305619,14.918683,14.666864,14.408106,14.208573,13.855497,13.630469,13.367994,13.367438,13.254266,13.19482,20.601145,20.515209,20.575443,20.645334,20.54945,20.977777,21.109486,20.976631,20.405752,20.448566,19.829439,20.073145,20.303009,20.268845,19.821857,4.370728,4.302393,4.1661181,4.2183785,4.4361553,4.3540182,4.5997286,4.515254,4.1674948,4.4420943,4.305027,4.4487042,4.3986301,4.5575166,4.5150614,4.0688868,4.0032516,3.8642745,3.7278991,3.6737409,3.6732562,3.7364066,3.6709712,3.6635823,3.6275203,3.598743,3.6402624,3.621747,3.6319592,3.6295142,0.12238541,0.12042917,0.12079947,0.12248079,0.12023172,0.2024723,0.19880715,0.19364044,0.19072476,0.18581907,0.57780826,0.24916148,0.39581567,0.52341342,0.50373131,1.875572,1.923077,2.0299661,2.0270269,2.2069643,2.3880596,2.4378109,2.4598393,2.5948102,2.8431373,4.2843232,3.0361445,3.6150463,3.3955045,3.1370654,8.3386316,8.3725681,8.300622,8.2785778,8.212491,8.2658682,8.3269072,8.3411341,8.3934536,8.4977818,8.4865131,8.5330162,8.4186163,8.4929523,8.630372,2.2974069,2.3481274,2.4241085,2.3778119,2.3720486,2.2790883,2.3080513,2.2327397,2.2496059,2.2086852,2.1307626,2.1364479,2.192667,2.2132797,2.3019731,17.720963,17.323145,17.226507,17.080057,17.189411,16.832325,16.771828,16.641685,16.646132,16.373848,16.172768,16.138964,15.765802,15.746875,15.806033,1.7351024,1.8830459,1.9650979,1.9424779,1.895892,1.887311,1.850323,1.7823193,1.7004544,1.6225971,1.5995499,1.6882371,1.7781116,1.4704292,1.3927305,0.96086478,1.0058931,0.93700159,0.96504188,0.95397329,0.89117736,0.89686102,0.89330024,0.90054029,0.84308666,1.0964487,0.98134476,0.95538265,1.1461895,1.1942111,4.1879163,4.2741342,4.2651081,4.4114838,4.3525782,4.3938899,4.3303251,4.3208666,3.6128778,3.4602971,3.5403926,3.4414382,3.5352237,3.6482875,3.696486,12.958906,12.348352,11.830723,11.661716,11.444334,11.382829,11.289152,11.454939,11.446914,11.302896,11.362485,11.278672,11.115235,10.933722,11.023554,9.8029222,9.616209,9.538496,9.5560665,9.504427,9.5098972,9.6785774,9.8028231,9.8446636,9.807023,9.8134155,9.8055077,9.7474251,9.8449745,9.7533445,0.13596193,0.13497098,0.17255111,0.21099828,0.18516068,0.34978625,0.34040326,0.33713692,0.3514252,0.40827078,0.82403654,0.51599586,0.59492332,0.8372221,0.95170456,2.8925619,3.1043048,2.9344018,2.7891157,2.6613059,2.4364908,2.4838412,2.3467345,2.0595171,2.2818546,2.1727173,2.3310657,2.5312986,2.6750093,2.6566324,1.4472942,1.6290476,1.6427375,1.7015622,1.7909193,1.9115676,1.9873027,2.0569427,2.1258519,2.25807,2.2985282,2.3903511,2.540046,2.7229304,2.816201,2.8267477,2.879257,2.884917,2.7156551,2.6573868,2.2589884,2.3417723,2.0552146,1.9766397,1.9543973,2.2971361,1.9793205,2.0773227,2.1105249,2.2957823,0.16302575,0.19867551,0.23178807,0.19212295,0.22307201,0.57070386,0.55147058,0.54413539,0.55538416,0.61087358,1.7824773,0.67172897,0.65320665,0.69256246,0.77403986,17.821922,17.688612,17.744717,17.682259,17.586868,17.279083,17.315102,17.235312,17.203218,17.039345,17.039627,17.082777,17.08353,16.941422,16.974022,1.9595882,2.4497004,2.7348852,3.0286598,3.4981527,3.7159762,4.0166316,4.2718,4.4281282,4.6494465,4.8630238,4.8642373,4.9169722,4.7909718,4.8224583,6.7075505,6.8254991,6.666667,6.267354,6.5530801,6.2491779,6.1870694,6.32587,5.8277254,6.0593791,5.4688563,5.7463398,5.7628522,5.6299157,5.6422896,0.33936653,0.34090909,0.34802786,0.36363637,0.35671821,0,0,0,0,0,3.3369212,0,0.10515247,0.21715528,0.21715528,24.100361,23.946194,23.528313,23.086973,22.736778,22.521049,22.133768,21.963013,21.759903,21.476753,21.002228,20.93107,20.704954,20.032871,19.558609,3.1927779,3.6019444,3.9538319,4.2418113,4.4212689,4.7043033,5.0304761,5.5101552,5.5363932,5.6161451,5.6529498,5.6880398,5.766448,5.7601523,5.6780968,1.3964043,1.4980266,1.5360843,1.4794266,1.4943382,1.4572957,1.5490696,1.5324577,1.4075067,1.5396459,1.614435,1.751894,1.9287976,2.022166,2.1237748,19.118763,19.089825,19.05522,18.720644,18.677788,18.320826,18.089855,17.912165,17.798639,17.61397,17.603432,17.268866,17.226711,17.102209,17.124084,10.088564,9.8418779,9.2297411,8.9582138,8.744523,8.2336044,7.7104793,7.5419793,7.4017987,7.3873706,6.9842443,7.0137649,7.2343273,7.2671046,7.22507,27.804443,27.584652,26.733442,26.001772,25.448544,25.529802,24.813759,24.115826,23.531364,22.991722,22.193272,23.051729,22.737556,22.409445,22.50699,12.497229,12.311657,11.923981,11.817428,11.637583,11.353642,11.283846,11.155177,10.776777,10.618723,10.071453,9.937356,9.9581528,9.9753599,9.8353996,2.6198149,2.5281153,2.3451061,2.0755568,2.0376177,1.8919563,1.854615,1.7325361,1.6441574,1.5011178,1.3331062,1.4377443,1.5380142,1.6226414,1.6197479,2.8238673,2.6856494,2.6150281,2.5246615,2.4979322,2.5743897,2.7067668,2.8404343,2.917016,3.0866246,3.7536561,3.1782818,3.1756644,2.1533613,3.2075472,1.1949471,1.1936339,1.1198946,1.2170385,1.2036109,1.0094432,1.0048622,1.0006254,0.98310292,0.93627304,1.2024047,1.0599637,1.1070111,1.4071294,1.4878126,6.0611653,5.916151,5.9942436,5.8188438,5.3790793,5.3341622,5.1441598,4.8810177,4.7457213,4.4745927,4.4545403,4.5206776,4.4986544,4.418416,4.5114083,0.27297544,0.239952,0.26564345,0.26873696,0.24316108,0.42604989,0.42592031,0.41703904,0.42245021,0.41641882,1.6014235,0.65828848,0.77151334,0.77082717,0.75233227,19.383627,19.224504,18.815344,18.801905,18.530859,18.467133,18.235666,18.106396,17.647058,17.374607,17.293262,17.084646,16.946484,17.018072,17.063444,0.47154981,0.47908014,0.47408342,0.48185033,0.49261084,0.40404043,0.407332,0.40417647,0.39538714,0.3976143,1.6479895,0.4287599,0.48955613,0.71359068,0.87747806,19.026175,18.798218,18.630423,18.495665,18.418045,18.298304,18.246109,18.03624,17.924561,17.859505,17.794235,17.597918,17.516087,17.44215,17.511475,0.34582132,0.3705287,0.40116197,0.4054054,0.39989337,0.53742301,0.64943337,0.61280638,0.60731202,0.62982768,1.0114077,0.87636185,0.80363381,0.89462066,0.90017307,0.01488843,0.014734592,0.014437306,0.012344809,0.012098796,0.027451787,0.025402201,0.025197802,0.023425866,0.02318495,0.099640645,0.063144602,0.098350607,0.1263818,0.14252007,2.864259,2.9508195,2.8163004,2.9233549,2.9269862,2.4763525,2.4021163,2.3021131,2.1661782,1.9328166,2.0902662,2.0487497,2.3071301,2.3852818,2.2506666,0.073637702,0.074571215,0.075414784,0.077821009,0.07930214,0.75125211,0.80071175,1.1284722,1.1120615,1.1206897,4.7451673,1.1976049,1.3456687,1.1363636,1.1094675,3.0048077,3.1887755,2.7572293,3.2369144,3.2235458,3.0868628,3.0175438,2.9881864,2.7027028,2.7215631,2.3904383,3.112314,3.4741144,3.4989502,3.1496062,0.19880715,0.19841272,0.19646366,0.19856045,0.19398643,0.19034024,0.18608978,0.1622624,0.16199954,0.16385767,1.2745098,0.1744331,0.25438821,0.32491878,0.32737345,5.8026614,6.0499516,6.133069,6.536839,6.5592208,6.6624522,6.7459812,6.9764481,7.1904635,7.03125,7.1365304,7.1839442,7.2734199,6.9575319,7.5158229,12.713747,12.92105,13.099631,13.2596,13.400839,13.555056,13.99707,14.142402,14.277824,14.448584,14.563906,14.718148,14.886859,15.150642,15.375068,6.5480189,6.5366902,6.5184245,6.4862757,6.6242046,6.6201434,6.6341772,6.7095714,6.7702069,6.7840338,6.9835329,6.9717908,6.950768,6.9976716,7.01401,0,0,0,0.10050251,0.10649627,0.53078556,0.54288816,0.56433409,0.56561089,0.64516127,0.59820539,0.63224447,0.65645516,0.79275203,1.343785,4.919323,5.0990138,5.0003982,4.8348494,4.7159271,4.5985341,4.5710154,4.7247267,4.6151361,4.4780874,4.3389082,4.4911838,4.3895855,4.1643662,4.313787,0.054614961,0.055834725,0.057504315,0.11750881,0.12106538,0.4719764,0.46783626,0.48396853,0.55045873,0.54413539,2.8100183,0.67073172,0.56074762,0.74719799,0.86741018,10.572891,10.427047,10.353331,10.204857,10.199925,9.8461962,9.7728577,9.6457281,9.6405392,9.3672237,9.2582331,9.240303,9.5767822,9.4752989,9.4037619,3.9670262,3.9943035,3.9515548,3.773603,3.7730086,3.7304475,3.685277,3.6942258,3.6306541,3.5672626,3.6456778,3.8046441,3.8372412,3.8551536,3.8423696,9.1043959,8.9021244,8.7629843,8.6115513,8.5033569,8.4078159,8.5124483,8.3887463,8.2995911,8.1959028,8.1305313,8.083869,8.1312275,8.0908728,8.0824785,11.839339,11.593994,11.537091,10.737496,10.676682,10.065995,10.121035,10.010399,9.9930458,9.4527359,9.237196,9.2397976,9.5188208,9.5495872,9.6622429,11.968927,11.97657,11.659063,11.420064,11.441202,11.296871,11.372064,11.250528,11.256374,11.064085,10.81367,10.732742,10.829837,10.857809,10.846697,10.09265,9.9703465,9.7308044,9.4488611,9.3764992,9.0128307,8.8885384,8.9536247,8.9727688,8.7273569,8.6316862,8.6544266,8.6068344,8.5259247,8.3238373,1.5402843,1.6094089,1.6193095,1.6552154,1.6414142,1.5399423,1.5122874,1.5369836,1.4856081,1.4727983,2.0839534,1.4911747,1.5035286,1.6047548,1.5873017,0.27799228,0.30841589,0.31548139,0.37321958,0.36252624,0.38683251,0.36120301,0.38906053,0.38159201,0.4194791,0.56652945,0.47773096,0.59757239,0.59382421,0.59895641,1.4060417,1.4110402,1.3122321,1.2536809,1.3037643,1.1951262,1.2003967,1.1515228,1.1235955,1.1245692,1.1362941,1.2367347,1.2648399,1.2597848,1.3144983,2.8888338,2.9939508,3.0188377,3.0441613,2.9941986,2.8655074,2.8164158,2.7228625,2.7901659,2.6795774,2.6749244,2.7361577,2.7895148,2.8207183,2.9220841,6.1319799,6.1071591,6.1757302,6.0774264,6.0140705,5.95716,6.0264053,6.015646,5.9805045,5.9433255,6.0038214,5.9141626,6.0913196,5.9897046,6.0646591,23.808445,23.757286,23.331619,23.367764,23.307152,23.242889,22.920828,22.617031,22.450781,22.469587,22.261494,22.406172,22.307547,22.333107,22.421846,29.14472,28.885532,28.34284,28.307598,27.617369,26.529186,25.870361,25.371147,25.181133,25.033859,24.360924,25.702473,25.748247,26.072216,25.627163,4.441155,4.6084714,4.4597077,4.3274393,4.622632,4.3686476,4.5141249,4.3698297,4.3634305,4.3413453,4.1788235,4.2672658,4.0865164,3.9508808,3.9094119,18.541893,18.348503,18.236233,18.160994,18.196617,17.984863,17.730364,17.756058,17.670145,17.445232,17.370197,17.522526,17.337662,17.344847,17.272543,0.15212566,0.17968823,0.17766903,0.20020208,0.2010484,0.20652384,0.21019855,0.19565718,0.20350665,0.20007482,0.20108731,0.23079422,0.27113819,0.28537753,0.29361317,14.737992,14.551975,14.456801,14.310437,14.300351,14.187426,14.045723,13.920921,13.96327,13.859213,13.734921,13.641873,13.474764,13.363564,13.161153,2.6080334,2.6692455,2.8072243,2.6593585,2.6550467,2.2446916,2.156281,2.1409109,2.0965571,2.1023257,2.1083779,2.0355766,2.2902129,2.2922134,2.2543149,10.145125,10.157505,10.199525,10.096541,10.124016,10.140173,10.18527,10.170491,10.136565,10.123517,10.168204,10.187301,10.230903,10.191727,10.249332,8.8482857,8.7278824,8.5976982,8.2507315,8.076951,8.1561823,7.9580774,8.0678015,7.8483634,7.9484344,7.6382728,7.7163711,7.9221368,7.8176141,8.0191593,2.017334,2.0383694,2.0348549,1.9590557,1.9598402,1.8323991,1.8590132,1.8400075,1.7966273,1.7747691,1.8978497,1.790316,1.8309222,1.8630711,1.843318,4.9894471,5.0599408,5.2734809,5.4101253,5.5172935,5.6134076,5.7394094,5.7946658,5.8279829,5.8653846,5.8882675,5.9837365,6.0091705,6.0543599,6.1126461,1.1185478,1.3769157,1.4217318,1.4298607,1.4732714,1.4878268,1.5099854,1.4942757,1.4955469,1.5457196,1.5305413,1.5810547,1.6130483,1.5540733,1.498708,1.8071439,1.9274377,2.04023,1.9145145,1.9450631,2.0218911,2.0325203,1.9040591,1.7369021,1.8939395,1.9306653,2.0170891,1.8538713,1.8681751,1.9876891,1.1868836,1.2900819,1.2714534,1.2050437,1.2165807,1.1328286,1.129594,1.1266966,1.043296,0.99942505,1.0043794,1.0822258,1.1749132,1.2924256,1.3637908,6.1014371,6.0850677,5.8167033,5.8332262,5.6767678,5.5790768,5.4453878,5.254262,5.0141411,4.8149033,4.6312385,4.5188227,4.8081675,4.6906209,4.8133073,1.2647786,1.2604467,1.3449806,1.1886662,1.1138278,0.87790388,0.89141011,0.85661572,0.72118479,0.6828528,0.92816281,0.76383674,0.83354068,0.88148874,0.93682438,1.2215623,1.370406,1.3133315,1.3693271,1.3336309,1.3313859,1.2344325,1.2296664,1.2428192,1.256363,1.2069615,1.2584442,1.2568992,1.376646,1.3195202,0.18199867,0.17935757,0.1758031,0.17482518,0.17286085,0.08433643,0.084168643,0.082163125,0.080645159,0.079273567,0.34115139,0.30964109,0.2105263,0.25742713,0.24419174,0.38673085,0.40531218,0.39600554,0.39954832,0.39958307,0.29399049,0.30063564,0.31740585,0.31556502,0.33783785,0.50324124,0.32989341,0.41865531,0.3792876,0.40262944,0.26675558,0.21670279,0.23109937,0.16559033,0.14809939,0.25839794,0.22289443,0.22342804,0.21830657,0.21367523,0.34622911,0.2296387,0.2462296,0.18555744,0.20142546,0.15391073,0.19141182,0.20436896,0.21100836,0.21492857,0.25948104,0.27204666,0.27122667,0.28284162,0.27343434,0.27115941,0.28450918,0.30439278,0.32056326,0.34185377,0.36794722,0.40072823,0.40631253,0.42224073,0.44914722,0.44079161,0.46623731,0.51628965,0.52516288,0.53585517,0.52813953,0.57799947,0.59154248,0.58750302,0.60503632,0.25376993,0.28590059,0.2982997,0.31271717,0.32457805,0.38751888,0.3786369,0.36489248,0.36414838,0.39729461,0.39138943,0.46873534,0.52230376,0.58708417,0.60620755,0.43196544,0.43057048,0.44101435,0.43763676,0.31512606,0.41365045,0.40650403,0.41067764,0.40281975,0.38572806,1.505174,0.34305319,0.36529681,0.35118526,0.35714287,1.0660422,1.092416,1.1314664,1.1256661,1.1251426,1.1359247,1.1463414,1.1355278,1.1250807,1.1213219,1.1303986,1.1364001,1.1627208,1.211085,1.2083933,0.12457609,0.14332515,0.14697041,0.14664711,0.15230779,0.16157177,0.17695759,0.17416371,0.15506548,0.17263703,0.26858616,0.25605461,0.29883611,0.37345019,0.39372015,0.22119814,0.21669492,0.22753128,0.21811286,0.21988529,0.25785503,0.24892291,0.236608,0.23277467,0.22026432,0.26385224,0.26423693,0.36623329,0.33519551,0.35741159,0.16852748,0.17003188,0.17204301,0.15200868,0.15377857,0.28371891,0.29978588,0.28865981,0.27944112,0.27624309,0.42356566,0.38707179,0.35356513,0.31620553,0.33891547,0.21377671,0.22522523,0.22206639,0.24544179,0.25797373,0.24257827,0.26175031,0.28286943,0.28950006,0.28780162,0.33347675,0.40957102,0.44991964,0.491348,0.53962541,0.33233342,0.37099883,0.41424093,0.43091542,0.43252829,0.42219692,0.40714285,0.44220415,0.40182281,0.43551531,0.44482833,0.45221713,0.4451102,0.49699017,0.56285572,0.10885341,0.10729614,0.10610705,0.13917884,0.13631716,0.17925163,0.20708446,0.2185906,0.20949721,0.20570084,0.25346071,0.26114711,0.28098053,0.33038577,0.30604437,0.04922875,0.050000001,0.04933399,0.048915703,0.064516135,0.18841262,0.2096436,0.20655061,0.20429011,0.21425511,0.32140863,0.26304859,0.31931138,0.3325021,0.38700759,0.10496569,0.10574263,0.10635687,0.10683762,0.099858537,0.08378718,0.08371003,0.083654009,0.082331635,0.081017576,0.16727737,0.12702444,0.13573939,0.19062749,0.19912384,0.02791347,0.027259098,0.040064104,0.039619654,0.038834952,0.10028833,0.16782546,0.17101812,0.16436554,0.16097875,0.1367126,0.16564862,0.18339276,0.21517996,0.22605255,0.13927576,0.14144272,0.14114326,0.14194465,0.13986014,0.069930069,0.13995801,0.14094432,0.13236268,0.13089006,0.57655346,0.19697964,0.19633506,0.19736841,0.20188425,0,0,0,0,0,0,0,0,0,0,0.30905077,0,0.044014085,0,0.30527693,0.97478628,1.029591,1.0689951,1.0848809,1.1383733,1.1773666,1.256519,1.3186692,1.36461,1.4311635,1.4442263,1.4794705,1.506464,1.5281805,1.5437081,0.12557556,0.13338274,0.13175231,0.14000443,0.13845369,0.14648795,0.15351999,0.15682921,0.15239678,0.15157779,0.16850904,0.18924034,0.29484689,0.36625159,0.39339101,0.26747346,0.31767836,0.38190615,0.40224585,0.44596773,0.5892632,0.61873782,0.63065857,0.70477396,0.7415216,0.73872197,0.72461182,0.7680766,0.72769874,0.7584309,0.25957516,0.2582345,0.25670576,0.22926219,0.22666392,0.20602627,0.19653295,0.18778414,0.16020195,0.15946651,0.1777308,0.22472984,0.21201754,0.23493311,0.24463952,0.18021627,0.18504691,0.20928462,0.22254504,0.22241592,0.31051353,0.29203901,0.3001703,0.2980499,0.33763045,0.29572028,0.4005982,0.44563985,0.41073099,0.43438268,1.1512802,1.0292861,0.96448731,0.8595559,0.81012237,0.79987001,0.77501309,0.74506235,0.6975621,0.72354853,0.63869393,0.6647321,0.67152214,0.69958848,0.76430023,0.13087448,0.13961065,0.16669825,0.17318626,0.18152182,0.25306389,0.31051567,0.28743315,0.27411395,0.30973855,0.27132022,0.34248632,0.39498341,0.42523429,0.44639233,0.28643584,0.31425747,0.34567839,0.35897359,0.37239921,0.39099413,0.42226565,0.44870457,0.46224993,0.47385007,0.47341692,0.49553472,0.51453435,0.53927726,0.5488537,0.20750923,0.22215366,0.25331369,0.21953277,0.23979507,0.21123132,0.20236087,0.21482277,0.2079566,0.2141047,0.22358152,0.23356828,0.23254897,0.2407463,0.27352887,0.19187334,0.29414254,0.31831095,0.36184591,0.37565672,0.40420169,0.42509228,0.4445217,0.44927406,0.47123018,0.45792371,0.47276813,0.52006614,0.52561349,0.54518163,0.1579155,0.15797788,0.15631106,0.15829046,0.15968063,0.11952191,0.077101,0.075528704,0.073233247,0.071736015,0.50578034,0.10893246,0.14678898,0.11013216,0.1105787,1.3199147,1.2835315,1.2558793,1.2487885,1.2050396,1.2067571,1.213227,1.2102019,1.1963733,1.2173524,1.1859035,1.1694232,1.2218004,1.2246386,1.2399169,0.52774847,0.53251976,0.56442732,0.60111988,0.62055767,0.65280926,0.66380107,0.70216346,0.69909227,0.7219041,0.75522953,0.82987559,0.86562467,0.89653301,0.93695152,0.42202082,0.48412398,0.5120604,0.56360054,0.64216715,0.63582247,0.69760549,0.69045496,0.7506457,0.7967484,0.68753541,0.8199169,0.8041653,0.90468144,0.92826539,0.27981928,0.3097226,0.33947948,0.34450775,0.38182887,0.40477967,0.43837196,0.4289647,0.44277599,0.47416142,0.51919746,0.56221282,0.55001605,0.60086113,0.62376785,0.91260588,0.9781664,1.0525331,1.1980587,1.3120275,1.4287311,1.5903337,1.6950366,1.8602215,2.0700545,2.0382247,2.0913367,2.1631224,2.3091209,2.3621557,0.15515904,0.1546312,0.12302014,0.1388889,0.15436864,0.23255813,0.22078536,0.24918236,0.26545909,0.23692939,0.58748811,0.30025283,0.4178049,0.32299742,0.391581,0.29870415,0.33769062,0.35201383,0.3605924,0.38132161,0.42803866,0.4452228,0.43409547,0.45299399,0.47249055,0.42881644,0.51700509,0.51403224,0.55110115,0.63145339,0.13026486,0.14245014,0.12661789,0.1388696,0.17894013,0.23345235,0.26488221,0.27964205,0.29122174,0.29906008,0.58857304,0.3725996,0.48780489,0.4728471,0.5878979,0.32639039,0.34647959,0.37060705,0.42482689,0.41375193,0.49101236,0.49488199,0.53410715,0.56735224,0.54561234,0.58899993,0.70451045,0.73744535,0.76071376,0.79942727,0.23607343,0.22999722,0.25404558,0.25586945,0.27203858,0.30619967,0.33505419,0.33998421,0.35478094,0.34524426,0.41136616,0.4440161,0.45589557,0.5368337,0.54385483,0.3419323,0.36682674,0.36925396,0.4273822,0.43600357,0.46282691,0.48502666,0.49758527,0.53907365,0.53609461,0.57654881,0.62534487,0.62205535,0.72455776,0.67931771,0.3124359,0.39282772,0.40964085,0.39611492,0.40954334,0.46823168,0.47063312,0.50464725,0.48903283,0.53595066,0.49540332,0.51578361,0.54173845,0.53148472,0.5453034,0.46149608,0.55360013,0.56037629,0.58516234,0.58563668,0.60472327,0.65304476,0.66132432,0.64948213,0.71942449,0.67643553,0.73376316,0.83392298,0.8260833,0.82287073,0.51731181,0.57957184,0.59607452,0.66060925,0.76851791,0.70835316,0.83802658,0.84600848,0.88049185,0.88656873,0.8470006,0.9562996,0.97950089,1.0773997,1.0578988,0.32382742,0.3444137,0.41787317,0.42300889,0.46496299,0.49817973,0.5176273,0.53802073,0.60861915,0.61367005,0.51717442,0.59312612,0.58506566,0.6925652,0.78982168,31.571373,31.2861,30.888817,30.504599,30.011017,29.504675,28.963968,28.741354,28.498676,27.751011,27.956146,27.965874,28.078285,27.968491,27.719862,9.5352678,9.6515369,9.7643642,9.8265238,9.9216681,9.9088097,9.7813578,9.6969757,9.7217789,9.6807413,9.6621284,9.6578999,9.6084814,9.5370474,9.6050825,5.5016561,5.4150567,5.1082401,5.0997782,5.1366777,5.1206274,5.0953875,5.1058679,4.9012437,4.8141789,4.5230465,4.5838432,4.6263785,4.6495833,4.6147065,27.974838,27.697935,27.166378,26.645878,25.836748,25.34539,24.416327,23.812967,23.656771,23.527077,23.104721,22.622875,22.252747,22.082216,21.869377,19.784014,19.819735,19.915028,19.695065,19.48526,19.176968,19.193619,19.082073,19.086435,18.876938,18.93623,18.689873,18.632315,18.783775,18.894642,22.998833,22.840176,22.886477,22.433708,22.183098,21.579287,20.998945,20.935875,20.561001,20.517149,20.014648,19.856028,19.81238,19.813427,19.854578,9.4224043,9.2564583,9.1570816,9.0391283,8.9637632,8.9854069,8.9023037,8.6433668,8.4913778,8.4160347,8.3234262,8.3073187,8.2809067,8.2817793,8.4527683,3.5731714,3.6431551,3.6412678,3.7348509,3.7997649,3.7513044,4.0266495,4.0935912,4.0772209,3.9583445,3.9202909,3.8662062,3.8760111,3.9888308,3.9833329,6.0756974,5.5033021,5.2274542,4.9658222,5.0668826,4.8660808,4.831018,4.4467425,4.4579325,4.5962472,4.2002544,4.5922747,4.6346197,4.5464435,4.4845023,6.2243681,6.198245,6.2227998,6.0473089,6.1356449,6.0053992,5.961153,5.9072294,5.8244815,5.7617803,5.7219758,6.9124365,6.9109344,6.902843,6.9174395,4.0684915,4.0575919,3.9935634,4.0214086,3.8622885,3.72472,3.6257312,3.5786436,3.4966044,3.3488643,3.5105758,3.4294162,3.4487908,3.5917389,3.6633365,3.481467,3.5644596,3.7843041,3.6179819,3.5156865,3.32673,3.2716751,3.2220557,3.1315432,3.0960596,2.9941204,3.1694188,3.1841185,3.2069705,3.3096783,56.839073,56.390816,56.662643,56.828243,56.720985,56.659805,56.86525,56.875946,57.006351,56.954361,57.050102,56.568127,56.227631,55.798466,55.274918,2.6231463,2.6829176,2.7605612,2.7562547,2.7449603,2.6308513,2.6430485,2.6388326,2.6055558,2.5748947,2.6528404,2.6453259,2.7654591,2.9263756,2.8692238,39.126263,38.550797,37.924313,37.728096,37.456703,36.997746,36.314739,36.033936,35.489624,35.106133,34.842289,34.474129,34.648994,34.526794,34.35931,14.668571,14.896104,15.077875,15.056375,14.906034,14.779809,14.589995,14.432108,14.185351,14.166911,14.173084,14.236553,14.110552,14.174931,14.346382,34.414528,33.67918,32.761677,31.986168,31.070236,30.323849,29.724571,29.486809,29.245653,29.211336,29.178164,28.615225,28.05728,27.820089,27.568384,0.45106617,0.50258082,0.55413902,0.55985343,0.57971019,0.56641942,0.55864054,0.54789025,0.59866297,0.61329246,0.60945147,0.63131315,0.69142896,0.77978581,0.8400526,54.906208,52.330269,51.052631,50.303204,48.723404,48.725212,48.057575,48.964745,48.96294,48.600334,48.54903,48.013245,47.781807,47.27145,47.152622,32.903175,32.889992,32.605244,32.290413,32.074417,32.048138,31.238708,30.488958,30.298719,30.060375,29.710377,29.654234,29.260424,28.850538,28.483507,17.773811,18.425949,18.973852,19.382555,19.847366,20.198416,20.494747,20.85177,21.072693,21.427933,21.681036,21.994104,22.198326,22.360994,22.467701,6.7313762,6.8574095,6.555985,6.2166286,6.0090957,5.9445662,5.6101584,5.5122056,5.7905192,5.4227614,5.3800168,5.2309208,5.2602086,5.0822539,4.9564915,0.17740981,0.15822785,0.17769003,0.13733569,0.097238429,0.097295195,0.0969368,0.095932469,0.096767947,0.09765625,0.84485412,0.15308075,0.21161987,0.21215044,0.22900763,18.195808,17.589733,16.77319,16.02791,15.656668,15.49864,15.464199,15.656643,15.826385,15.647981,15.55603,15.40038,15.221031,15.228918,15.090498,37.342827,36.09198,35.653801,35.449219,34.424809,33.956684,33.711964,33.251385,33.028732,32.437832,32.348846,32.149624,32.272129,31.86434,31.690212,0.36147529,0.36336762,0.37949485,0.33712074,0.33743674,0.32896778,0.34465471,0.33185148,0.31720364,0.32653061,0.49065864,0.3616063,0.37651563,0.36871725,0.43120348,33.58596,33.313065,33.153606,33.169388,32.906483,32.525143,32.568634,32.343597,32.476349,32.526535,32.702267,32.518276,32.162563,31.988504,32.193245,39.042465,39.153492,38.882271,38.868736,38.611057,38.420296,38.171329,37.861996,37.838829,37.932278,37.96006,37.861736,37.765434,38.197426,37.630821,8.5332699,8.5179577,8.4625378,8.4967155,8.5819311,8.7047443,8.8705282,8.922019,8.9591045,8.9926043,8.9796762,9.0605602,9.1452551,9.2614622,9.328517,8.779521,8.4777946,8.2738113,8.0834579,8.1067858,8.1086683,7.9656849,8.0222082,8.0423803,8.1039028,8.1014948,7.9792619,7.9961605,7.9187036,7.9026647,1.9987057,2.1581714,2.2156365,1.9633968,2.0457866,1.7548671,1.8357946,1.585374,1.7018741,1.7755774,1.85427,1.7773741,1.7614299,1.732466,1.7072074,18.40424,18.195652,17.490078,17.000219,16.536608,16.049839,15.950971,15.707806,15.643533,15.448077,15.357712,15.074875,15.100892,14.990534,15.029168,9.3214989,9.1166506,8.900279,8.7878914,8.6194391,8.5520239,8.4450474,8.4173594,8.3731279,8.1820135,8.2166176,8.1244459,8.1057091,8.0800371,8.222929,2.6190915,2.8650587,2.9820099,3.1386228,3.3035793,3.4982338,3.6132271,3.7953663,3.8456481,3.9121289,3.9790604,4.0567899,4.1499929,4.2536964,4.212594,1.5593261,1.7262932,1.672619,1.5516319,1.6025258,1.4914814,1.474273,1.4003968,1.5319198,1.4365152,1.5783995,1.5830364,1.5077448,1.5582576,1.584654,10.283678,10.056811,9.8823462,9.6180964,9.3492746,9.1388741,8.9895086,8.9014425,8.8159838,8.6410351,8.6603518,8.4101009,8.2257061,8.2136745,8.1654606,25.403011,24.214493,23.70812,22.732809,21.976305,21.215567,20.420301,19.881163,19.553677,19.343639,19.181421,17.927078,17.500469,17.693268,17.465895,2.2643309,2.3326082,2.4821839,2.2785428,2.306607,2.0615366,2.2303679,2.1785135,2.0454259,2.1343017,1.9834604,2.0446579,2.0689654,2.0695093,5.1815739,6.2831631,6.2559357,6.4508214,6.3140855,6.2740455,6.4704165,6.5087752,6.5713329,6.464067,6.6677628,6.4189377,6.4715939,6.4148145,6.5689182,6.683805,59.71814,59.991383,60.374599,60.239136,60.185509,60.333252,60.52457,59.973656,59.970505,59.827251,59.457249,59.431522,59.298069,58.8675,58.765923,38.038555,37.9753,37.755627,37.55492,37.276676,37.143646,37.044773,37.093399,37.103474,36.657204,36.568855,36.28159,36.318672,36.328701,36.308662,9.3662329,9.458045,9.4538689,9.3295956,9.2859011,9.2834702,9.221117,9.1743393,9.1968126,9.2031193,9.2728224,9.3724995,9.3794804,9.3620596,9.3126669,24.746487,25.278833,25.83996,26.345905,27.019516,27.512125,27.913607,28.275888,28.581804,29.071442,29.319695,29.208513,29.178671,29.209757,29.290808,22.6724,22.507971,22.465166,22.390543,22.314579,22.206249,22.043127,22.006367,22.032576,21.811699,21.827326,21.732609,21.651199,21.77994,21.780148,0.039541319,0.039525691,0.040816326,0.040160645,0.040950041,0.24360538,0.28237194,0.28877887,0.29130253,0.29623359,1.8647008,0.39456379,0.39964476,0.58479536,0.53309637,27.216991,27.019489,26.264879,25.992826,25.599548,25.250261,25.166094,25.065788,24.937777,24.488234,24.625935,24.423677,24.204523,23.929203,23.625153,14.354293,14.066203,13.783303,13.738044,13.465166,13.212843,13.159832,13.238211,13.017568,13.064522,13.021104,12.92522,13.083196,13.257297,13.174018,35.55891,34.766159,33.798969,33.180847,31.992876,31.007067,30.672451,30.008635,28.383457,28.724792,28.222445,27.513153,26.587471,26.794258,26.794191,18.775126,18.265638,17.858555,17.297829,16.743359,16.985741,17.231283,17.82659,17.859627,17.788729,17.837381,17.281002,17.284403,16.896606,16.852867,22.813112,22.218908,21.855913,21.37891,20.837208,20.156883,19.140783,18.717312,18.450397,17.757483,17.665438,17.575682,17.300951,17.094389,17.067888,28.833666,28.593985,28.317421,28.248981,28.148342,27.945894,27.83309,27.780178,27.663097,27.720776,27.592268,27.639696,27.395798,27.767271,27.737888,0.50535077,0.71183532,1.8205782,2.7916851,3.3177052,3.2723658,3.3890915,3.5502725,3.6798491,3.6124797,3.7024007,3.6442294,3.6697607,3.7836981,3.969815,6.8329625,6.7774205,6.7076735,6.6775279,6.6567631,6.8118424,6.902101,7.0084801,7.0615582,7.0506253,7.1061835,7.1298413,7.1650438,7.184382,7.2408347,21.55002,20.877659,20.43512,20.113396,19.529774,19.038042,18.668001,18.258923,18.241724,17.953714,17.695869,17.076447,16.767611,16.852049,16.460714,38.616055,38.659004,38.607063,38.204227,37.801109,37.344589,36.281563,35.872234,35.443722,34.864594,34.553474,33.858086,33.433712,33.565094,33.445675,11.392102,11.460888,11.185543,11.092111,10.587506,10.262475,10.224964,10.127337,10.156015,10.001497,9.7150164,9.6749697,9.656848,9.2541857,9.3361788,11.255743,11.208311,10.934416,10.790892,10.60858,10.243249,9.7362862,9.7274542,9.6449509,9.6032009,8.9622116,8.863306,8.8968773,8.9386101,9.0857401,39.09647,38.741711,38.370018,38.07534,37.748486,37.589851,37.255684,36.952747,36.904617,36.562546,36.622696,36.25449,35.225159,34.908253,34.391872,20.217478,20.335766,19.662977,19.183435,18.934513,18.573057,18.319046,18.099043,18.489727,18.344828,17.782637,17.390501,17.645969,17.619091,17.399492,3.6778483,3.7495892,3.744781,3.7262998,3.7358661,3.8197889,3.8795497,3.8711932,3.9439626,3.8977518,3.8950186,3.8780286,3.8885579,3.9160173,4.0557055,14.815584,14.314294,14.253455,14.213888,13.912511,13.656595,13.356742,13.31288,13.222591,13.074883,12.944078,12.631228,12.345679,12.13822,12.086506,16.059689,15.919574,15.487599,15.219453,14.924593,14.73704,14.394485,14.089486,13.836868,13.30232,13.532011,13.443094,13.435329,13.417137,13.505675,42.917465,42.007317,41.393669,40.813274,40.159885,38.837994,38.337509,37.781643,37.525826,36.741573,36.277042,36.029945,35.953491,35.210098,34.662804,26.61706,26.154099,26.158541,26.309496,25.987026,25.333973,24.979887,25.228622,25.304096,25.470554,25.190655,25.052309,24.862549,24.806013,24.608227,40.537628,40.431576,40.270374,40.151657,40.241875,40.11396,39.977097,39.692387,39.710987,38.920345,39.10463,38.997986,38.932217,39.007725,38.727509,13.848582,13.703606,13.521086,13.309005,12.757344,12.567523,12.456263,12.589471,12.513227,12.601638,12.670344,12.67094,12.788248,12.638062,12.868089,2.1426411,2.235553,2.179239,2.014364,1.9977047,2.0035431,1.8465377,1.9610271,1.8836747,1.7860109,1.9353228,1.9875828,1.9423167,1.9277716,2.0046132,6.1077352,6.1317577,6.1402125,6.2700882,6.1159482,6.0472293,6.2240219,6.0859823,6.1519513,6.0176706,5.8708839,5.8541632,5.7790585,5.767549,5.6848111,23.593435,23.760015,23.951593,23.744505,23.629152,23.2939,22.813408,22.529179,22.652508,22.153156,22.078188,21.891645,21.753128,21.611925,21.53455,16.922737,16.444347,16.328564,16.007713,15.660199,15.061429,14.669052,14.315737,13.815102,13.658293,13.654661,13.44197,13.03761,12.825317,12.448176,35.655571,35.223186,34.68713,35.059151,34.764282,34.323605,33.970169,33.84919,33.616447,33.099739,32.939819,32.667931,32.696209,32.128109,31.955183,32.042294,32.471863,33.221439,33.728344,33.672153,32.97316,32.566883,31.906807,31.800678,31.469801,31.422892,31.062523,31.205294,31.114902,30.748344,18.691336,18.738935,18.55467,18.233828,18.141354,18.098354,18.366306,18.698643,19.032169,19.475784,19.689493,19.873035,19.953884,20.052599,20.157032,5.5400634,5.5865602,5.5116754,5.5046134,5.3748312,5.3182917,5.2850304,5.2085118,5.0669026,5.0531611,5.0561314,4.9851766,5.0944047,5.1608229,5.2226624,5.3295126,5.5330443,5.3494511,4.7638888,4.8977909,4.5503793,4.6271095,4.3495879,4.3665767,4.3229237,4.36551,4.2666664,4.3349886,4.3926611,4.375,33.125069,33.112953,32.800179,32.846313,32.16692,31.792032,31.271441,31.190323,30.950352,30.266996,30.092993,30.380848,30.038696,30.131002,29.602074,3.3728309,3.8724239,4.2405477,4.4619756,4.5578775,4.7027845,4.6900725,4.7706323,4.906002,4.9634004,5.0092545,5.1824284,5.3112941,5.4542933,5.5969949,2.9325655,3.075819,2.9491639,2.9779601,2.9255319,2.7785444,2.6993754,2.8837502,2.5756831,2.6988189,2.6868215,2.6753626,2.7114871,2.6645279,2.6264157,1.3945893,1.5698038,1.7139148,1.7034656,1.7841754,1.7270582,1.7150686,1.709885,1.6743257,1.6321687,1.6633295,1.6429795,1.6890887,1.7490798,1.8058026,0.87176508,0.95169133,0.93942451,0.87603426,0.87227637,0.85239232,0.81417292,0.78922772,0.75266206,0.70660418,0.85926127,0.8655591,0.91500974,0.92733514,0.99243176,0.58669865,0.65724045,0.65081567,0.59622246,0.63169819,0.53716862,0.56720519,0.59222382,0.55514908,0.55574703,0.68691403,0.69686413,0.71522599,0.76508045,0.8318426,1.1293983,1.3338914,1.3032171,1.3991262,1.4423077,1.4490179,1.507018,1.550444,1.5819751,1.645785,1.7620621,1.7222617,1.868106,1.9772487,2.0902758,1.8440703,1.9070176,2.0031052,1.9399382,1.9557874,1.8973523,1.9367492,1.932263,1.9483728,1.9824677,2.0365016,2.0108032,2.0236564,2.1495211,2.2076523,42.822845,42.346619,41.877483,41.449825,40.079842,39.314991,38.423561,38.172417,38.078693,37.872845,37.235878,37.273552,36.811237,36.446259,36.004818,12.421898,12.730726,12.92509,13.256982,13.448182,13.752749,14.321704,14.484856,14.875826,14.964722,15.060276,14.98402,15.122168,15.175971,15.348059,12.041656,12.709519,13.328459,13.973215,14.612734,14.997747,15.478097,16.011295,16.479652,16.553709,16.603336,16.673849,16.676088,16.800005,16.997866,51.60252,51.662029,51.103687,50.51442,49.934528,49.206116,47.947361,47.131496,47.061325,46.525509,45.753117,45.090698,44.660053,44.317013,43.503822,62.106617,62.43708,61.970436,62.474396,61.844517,61.166512,60.731567,59.388073,58.788376,57.856262,57.885571,57.69199,57.322388,57.506145,56.932755,2.2873611,2.3553486,2.3320832,2.3205123,2.3899143,2.3463941,2.3237922,2.4383616,2.9409151,2.9399366,2.9948089,3.0798845,3.2205575,3.3136015,3.3934984,4.8027768,4.7514124,4.7894402,4.6779299,4.7336936,4.5897474,4.5071898,4.4901395,4.5385008,4.5784106,4.6395583,4.5267487,4.6455927,4.8218031,4.8682995,1.3253952,1.2927432,1.3024967,1.3177159,1.3354732,1.3562524,1.3259068,1.2985096,1.2703075,1.335843,1.2792244,1.318866,1.3931524,1.4175069,1.4452189,30.791876,30.748276,30.445305,30.171072,29.883539,29.474249,29.166912,28.539732,28.240391,28.054792,27.853176,27.663677,27.409777,27.07752,27.018669,5.2356396,5.3001676,5.1839585,5.2809796,5.335289,5.2807503,5.2009344,5.2860889,5.2544045,5.2540164,5.1467576,5.1753688,4.9695516,5.2306709,5.2713256,2.8203177,2.8094978,2.8293035,2.911088,2.7838409,2.8960457,2.8713148,2.89659,3.0044982,2.9264786,2.8121791,2.8233681,2.8706009,2.8849435,2.8045423,13.352825,13.200116,12.912883,12.385351,12.380906,12.554696,12.681499,12.801731,13.026608,13.135573,13.215819,12.9728,12.835029,12.737803,12.857272,23.01722,22.416979,21.746521,21.405336,21.355959,21.450918,21.472321,21.542095,21.428518,21.416054,21.516975,21.458857,21.36972,21.323063,21.570919,5.4311991,5.2394691,5.2144904,5.2848554,5.3832116,5.4307437,5.3211942,5.2907639,5.3995805,5.3693533,5.6390977,5.4729161,5.4289246,5.6408792,5.7500434,4.7328005,5.1533551,5.1621957,5.0343251,4.948391,4.7784142,4.806109,4.5633121,4.5318127,4.837502,5.0852575,5.1770306,5.1627216,5.2504888,5.1344371,23.428696,23.035524,22.661585,22.265635,21.985552,21.442471,20.898066,20.335596,19.97389,19.57774,19.282614,19.04348,18.969044,18.997665,18.990837,28.502077,28.623749,28.514978,28.676376,28.783024,28.913948,28.994665,28.997009,29.22438,29.364691,29.463732,29.520041,29.35491,29.282261,29.344395,6.223011,6.5756969,6.7543759,7.3170729,7.9729414,8.7214661,9.5319252,9.8385067,9.8924484,9.8659058,9.9879179,10.571974,11.28624,12.300046,13.22333,13.182614,13.040037,12.653192,12.808989,12.855297,12.991932,13.062385,12.894172,12.73577,12.777405,12.409982,12.718846,12.782216,12.574016,12.833567,44.179279,44.698936,44.959408,45.50145,45.98148,46.389122,47.041672,47.484264,47.782475,48.038898,48.215614,48.636131,48.825336,48.871548,48.938034,56.038902,57.636173,58.821476,60.179169,60.611416,61.37529,61.54517,61.476974,62.268044,62.318836,62.068386,63.007568,63.19241,63.170902,63.179543,5.0833335,5.0673804,4.6521316,4.4288502,4.489603,4.6931925,4.7881532,4.7689328,4.78021,4.6257472,4.7682061,4.7012691,4.8855424,4.9284983,4.9252977,3.1510391,3.6398106,3.7830188,3.8693845,3.7869487,3.8376384,4.0361223,4.046771,3.9843123,4.2165098,4.5686903,4.4371018,4.4749904,4.4164982,4.628737,52.219135,53.272057,53.543015,54.172314,54.775589,54.687126,54.988808,54.952969,55.130005,55.942982,56.6423,56.019508,56.365574,55.702736,56.298233,20.204512,19.8694,20.199015,20.591509,20.716835,21.223454,21.07745,21.665648,21.523392,22.304941,22.188585,22.510822,22.515408,22.839373,22.851086,5.9673457,6.1992621,6.3520336,6.3908658,6.2592044,5.9228854,5.5967441,5.639535,6.1411152,6.0723515,5.9006648,5.9679551,5.7765427,6.0023141,6.0763888,44.572556,44.948826,45.45134,46.29842,46.462196,46.98756,47.292297,47.736446,48.104813,48.473877,48.852463,48.727314,48.401539,48.293732,48.337967,5.5691571,5.7076311,5.670332,5.7856216,5.707037,5.8242841,5.8550305,5.881721,5.9425621,5.8868599,6.0235314,6.3267479,6.547945,6.7150211,6.8276629,33.41563,34.072334,34.556545,34.926971,34.907719,35.488682,35.483292,36.023773,36.228737,36.263638,36.52174,36.776291,37.439396,37.725361,38.21656,10.432235,10.819481,10.800936,10.296296,10.778267,10.039113,9.8595591,10.178264,9.6079273,9.6060524,9.3812094,9.3953896,9.3197184,9.2869225,9.274025,29.773458,30.018616,30.095154,30.28904,30.374062,30.035042,29.650726,29.310131,29.222622,29.190678,29.212799,28.734974,28.352932,28.277925,27.926794,12.18136,11.788009,11.374659,11.37561,10.619735,10.915725,11.046561,11.207069,11.744794,12.72291,13.088663,13.500192,13.739588,13.747962,13.553175,10.946142,9.9099932,9.3542595,9.104517,9.3139706,10.007229,10.368295,10.467776,11.409291,11.731433,12.685122,12.770164,13.143781,13.092026,13.286935,42.397755,42.812893,43.182888,43.640171,43.597733,43.255814,43.106224,43.733086,44.017094,44.404797,44.730915,44.252373,44.68819,44.636681,44.576447,38.989437,39.014038,39.336067,39.362827,39.449471,39.60828,39.673496,39.697472,39.754093,39.74641,39.865643,39.726097,39.696167,39.483513,39.312546,43.852825,43.69421,43.693523,43.823711,43.516544,43.572708,43.314465,43.11953,42.688049,42.436237,42.360416,41.951241,41.669647,41.517483,41.212597,6.0010214,6.5708423,6.0575209,6.3133874,6.3945932,6.3976636,6.5098038,6.0739207,6.3714066,6.3540869,6.6733823,6.6749692,6.500247,6.5520673,6.4379821,78.764038,78.564331,79.197021,79.310768,79.611053,79.53022,78.975174,78.72393,78.858948,79.003975,78.467117,77.874168,77.313698,76.411247,76.235077,0.67345881,0.72029853,0.73523128,0.7544291,0.76452601,0.68187559,0.6245836,0.63694268,0.70230526,0.67473054,0.86483818,0.91301465,0.98960912,1.0234401,1.1966096,50.556625,50.575806,50.964935,51.270782,51.478016,51.665665,52.032494,52.18898,52.419575,52.717434,52.804714,52.571262,52.56142,52.495789,52.436035,8.1716232,8.2566547,7.9245753,7.9599767,8.0099087,7.714911,7.4676728,7.355731,7.4828258,7.5423265,7.7026119,8.1514616,8.4164362,8.9077597,8.9361706,57.179516,56.569908,56.03125,55.664806,55.190521,54.604614,53.627567,52.704029,51.739395,50.814522,50.230686,49.928371,49.577328,49.286919,48.929047,26.92725,27.291403,27.832178,27.989885,28.346188,28.192734,28.357401,28.37351,28.245646,28.258249,28.243628,28.238743,28.21067,28.271427,28.308979,5.8188872,5.9255934,5.8890605,6.3069692,5.9968462,6.4006581,6.4346337,6.6661224,6.6874719,6.5953655,7.0514879,6.8941922,7.0094767,7.0869894,6.974359,13.86843,13.621809,13.460808,13.065834,12.859027,12.727195,12.441831,12.299332,12.194613,12.169668,12.114454,12.212978,11.911844,11.889816,11.728825,43.453346,43.035156,42.669689,42.018124,41.502808,41.386917,41.261162,41.535316,41.990002,42.144463,42.424564,42.189804,42.244072,42.187534,42.130566,18.730528,18.842611,18.914276,18.878361,18.948374,18.959446,18.991226,18.961567,18.996794,19.075916,19.107548,18.981615,18.906822,18.892723,18.914608,9.9231977,9.7903166,9.9850073,10.008431,9.9454575,9.8621731,10.145697,10.261724,10.148183,10.297832,10.501307,10.799239,11.034351,11.113749,11.106391,13.428238,13.339988,13.669795,13.284164,13.68263,13.685484,13.333334,13.415006,13.34988,13.202308,13.761468,14.48324,14.459552,14.40307,14.511021,10.570066,10.427675,10.316234,10.588665,10.331678,10.385292,10.43988,10.439282,10.625289,10.56998,10.762144,10.593919,10.277614,10.504018,10.696418,0.12152145,0.1230088,0.13986014,0.18059234,0.18602976,0.21870197,0.21180208,0.20099925,0.24181756,0.23363216,0.35598534,0.29126728,0.31642231,0.38191903,0.35948735,0.18008371,0.18584634,0.21473889,0.22453263,0.23576961,0.37784582,0.36435905,0.36341324,0.41134948,0.43427503,0.40575433,0.46076643,0.48907575,0.54274082,0.57238144,0.87053114,0.95538998,1.0271215,1.0618765,1.0495282,1.0784526,1.0641499,1.094211,1.1112245,1.1518098,1.1640362,1.2404474,1.3000461,1.3560221,1.3871105,0.18155083,0.21029231,0.22324774,0.23372485,0.21802539,0.21964596,0.21283938,0.22360212,0.21747418,0.22740273,0.25709766,0.31502721,0.39346042,0.51984179,0.50403494,0.70640588,0.73969978,0.74342096,0.73151237,0.73875183,0.76251453,0.7624709,0.76795942,0.76304597,0.80335408,0.78864574,0.84287661,0.87569088,0.89169508,0.90411186,1.6560677,1.6855584,1.7142233,1.7524819,1.781618,1.7850395,1.8100662,1.8242747,1.8625898,1.8939502,1.9007409,1.9305286,1.9097675,1.9295778,1.9469808,0.22118457,0.22310361,0.2252816,0.19985011,0.19865905,0.32712632,0.33376125,0.2822684,0.30745581,0.30173498,0.29175785,0.37350598,0.50075114,0.47287211,0.57876194,0.49470878,0.52025467,0.53538299,0.53959119,0.5704357,0.55937684,0.57380849,0.5985468,0.5841397,0.59925973,0.56682372,0.63101339,0.66673213,0.67883527,0.71810126,0.19587439,0.19824931,0.21789131,0.2090738,0.20536292,0.23684362,0.26154453,0.24929459,0.21227428,0.23197576,0.25395837,0.29629248,0.31516877,0.35460991,0.36914268,0.20615724,0.20590255,0.20604397,0.20204741,0.20058839,0.24016011,0.23803227,0.2422611,0.24196801,0.23879012,0.5295909,0.29940122,0.36349472,0.51047122,0.54894781,2.2939575,2.2133791,2.1235557,2.1029091,1.9943265,1.862777,1.797631,1.7163317,1.6997527,1.6367249,1.7242467,1.8887205,1.9805902,1.976344,1.9972216,0,0,0,0,0,0,0,0,0,0,0.6170119,0.044503782,0.089968517,0.089007564,0.045207959,0.88897198,0.86002845,0.85646707,0.85562181,0.80651307,0.8311224,0.81321883,0.78528643,0.79581839,0.81062514,0.79448205,0.80104899,0.85163069,0.85086936,0.8509447,0.31606412,0.5361141,0.6152584,0.75001812,0.80687928,0.86903423,0.91641408,0.96203375,0.97463447,1.0583982,1.0647348,1.1306932,1.1750439,1.2216921,1.2408944,2.3050385,2.4132423,2.3329771,2.1695459,2.3806765,2.2567632,2.3175294,2.2254403,2.1856458,2.1022902,2.0983465,2.268584,2.415081,2.4600699,2.6339371,0.64738399,0.67424107,0.69482744,0.71045387,0.722745,0.72967094,0.73189914,0.76330674,0.81961685,0.80096924,0.75190485,0.94074321,0.95231712,0.99500829,0.98324835,5.4719672,5.5397954,5.6039028,5.6723223,5.7176909,5.7755165,5.8355966,5.8876529,5.9782829,6.0585918,6.0756125,6.1851473,6.2669716,6.3351169,6.3730373,2.8295805,2.7584825,2.7543895,2.6497552,2.653331,2.5403869,2.6096289,2.5390713,2.5709565,2.5301447,2.5431974,2.6825645,2.7209496,2.7210104,2.6963954,0.7961356,0.80588233,0.80052602,0.8033365,0.83150512,0.76457894,0.80920374,0.80443335,0.75221795,0.77101767,0.83601445,0.95002168,1.0379126,1.028836,1.0102904,0.13538846,0.14613016,0.15215111,0.16110592,0.16638935,0.22304061,0.21318714,0.19599961,0.23839088,0.21325134,0.30915692,0.25126845,0.30518818,0.359626,0.37350956,0.35424805,0.41634026,0.4449116,0.44339597,0.45197898,0.4621149,0.47328076,0.47016665,0.47931215,0.47665834,0.48882589,0.55877727,0.60986096,0.69568229,0.69126874,0.21689835,0.21732686,0.22790329,0.2547521,0.24899444,0.21256039,0.21117297,0.19982871,0.22624436,0.23651844,0.31247041,0.22818027,0.24899444,0.35016051,0.35111675,1.1424311,1.1511391,1.1481011,1.1193674,1.0888349,1.1485924,1.0550008,1.0974965,1.0504308,1.0408897,0.99068552,1.0998572,1.1436188,1.1659786,1.2060499,0.19966638,0.22491437,0.23157082,0.2514582,0.27029115,0.28357562,0.29500026,0.33521524,0.33055797,0.30467579,0.33691254,0.38686591,0.4773443,0.52710843,0.56836045,0.18147953,0.19388299,0.19986349,0.22983001,0.21953897,0.28264555,0.30010316,0.29885593,0.30039895,0.31389707,0.3830317,0.37404689,0.45744321,0.50920486,0.5936451,0.15421522,0.15245195,0.17596783,0.19951785,0.19601437,0.41272151,0.40217647,0.38977239,0.42356566,0.42168215,0.5006547,0.48697534,0.53908354,0.57404393,0.64909977,6.8328805,6.8118086,6.8606811,6.7953825,6.7110548,6.6425362,6.634984,6.5632424,6.5602245,6.5879622,6.5205097,6.5804415,6.6599584,6.7493677,6.7701683,0.23371105,0.23022185,0.23926716,0.25698251,0.25213987,0.30329004,0.2946955,0.29220778,0.31430405,0.32455137,0.35481215,0.5247187,0.49981019,0.53536564,0.49918881,0.41868109,0.42761207,0.47744,0.47406605,0.50995141,0.55021995,0.55762243,0.546175,0.56472784,0.55595112,0.54397017,0.57740647,0.60407346,0.61813128,0.65572405,0.30318344,0.31526491,0.32369009,0.36830577,0.36146933,0.3591187,0.3496173,0.35230854,0.38468584,0.4016431,0.4503693,0.42243394,0.51098162,0.55975121,0.63503265,1.6497452,1.7627212,1.8417293,1.8723687,1.9459764,2.0419974,2.1553409,2.2384601,2.3402655,2.3999648,2.4481809,2.5555921,2.6708276,2.7700777,2.8440237,1.5651749,1.595566,1.5857853,1.5831997,1.5845411,1.5806956,1.5983751,1.6049545,1.6360816,1.6607046,1.6575346,1.6997406,1.7393039,1.77939,1.8316826,0.28351158,0.31091434,0.31735012,0.30303776,0.3290917,0.31961933,0.32809329,0.33210245,0.32720402,0.32837328,0.342639,0.39782003,0.46824431,0.50990975,0.50509691,2.3102739,2.3627608,2.3840454,2.3549082,2.3665271,2.3737683,2.4165406,2.4578166,2.5403957,2.5830615,2.568682,2.7431595,2.8871341,3.0080025,3.0798953,0.23468058,0.23834746,0.2375297,0.24576734,0.24135157,0.20920502,0.20325202,0.20125785,0.19836351,0.2002503,0.70511204,0.17421603,0.2004008,0.2218388,0.31972456,1.5912139,1.6759878,1.6563072,1.6396949,1.6098285,1.5892096,1.5007495,1.5957072,1.6051644,1.6539594,1.7231146,1.749227,1.6421301,1.7188419,1.7968581,0.65654516,0.69053352,0.73869091,0.76074916,0.77521515,0.78242111,0.79872543,0.81986338,0.88150966,0.91611838,0.9056282,0.93159306,0.96457374,0.99637026,0.99380791,1.5924817,1.6856961,1.6030276,1.6698036,1.6034915,1.6761603,1.6251431,1.5419639,1.6140815,1.6105582,1.5672792,1.7900318,1.9597332,2.1217103,2.2327325,0.84675336,0.83454168,0.82944649,0.82829624,0.8135339,0.81069255,0.80783296,0.78459013,0.77952325,0.76083869,0.72151667,0.75225514,0.76161462,0.78433913,0.7896713,0.50128537,0.51179063,0.54595673,0.59466714,0.60144603,0.62969089,0.64062303,0.67348468,0.70808446,0.73426783,0.7529667,0.75305742,0.85997272,0.84023595,0.91572899,4.6871929,4.6807265,4.8210201,5.0707493,5.2777085,5.4953647,6.0601344,6.3864341,6.7195387,6.9172421,6.9829226,6.9513559,7.0101843,7.0393867,7.1543746,0.65559614,0.66608858,0.64301121,0.62243098,0.59320366,0.55311918,0.55376279,0.54549074,0.52432042,0.47242185,0.50030506,0.53587502,0.58265972,0.68945467,0.65307158,0.69326448,0.6801796,0.64771253,0.61509025,0.5919978,0.51764065,0.49365786,0.49365786,0.41132513,0.3927784,0.57150728,0.41944581,0.48319182,0.60958713,0.58143556,0.85547584,0.94305974,0.95802194,1.0082091,1.0817549,1.0403595,1.0533218,1.064576,1.0923536,1.1013125,1.0492568,1.2703189,1.3695178,1.4127867,1.4917761,4.3004084,4.3203001,4.3565454,4.4739103,4.5170569,4.6129022,4.7302065,4.8548794,4.9144516,4.9198251,4.900496,4.9068952,4.9348826,4.9656138,4.9314756,0.07898894,0.080213904,0.080612659,0.12147388,0.1214411,0.15985081,0.15934139,0.17132315,0.19682457,0.19841272,0.53664923,0.23547882,0.2500658,0.22546418,0.30528271,0.067947976,0.06894514,0.068856977,0.069575585,0.069617108,0.071051568,0.061887573,0.061881188,0.062480476,0.063124672,0.37393162,0.085197017,0.12956165,0.17383745,0.21255174,0.24337479,0.32946759,0.44578472,0.6329931,0.70413351,0.87090164,0.99388379,1.0414053,1.2198157,1.3417037,1.7071089,1.4427191,1.5245762,1.5920877,1.4215686,5.6054897,5.479423,5.4927025,5.4023037,5.2614679,5.1547728,5.0411253,4.9348006,4.8255401,4.7573533,4.5067549,4.5670147,4.6052632,4.5727696,4.6161332,1.290233,2.5721712,3.846673,5.003283,6.2210202,7.3877292,8.5364342,9.5780802,10.549477,11.584007,12.350643,12.118103,12.274903,11.922676,11.491959,0.76241136,0.75938189,0.82228118,0.74522185,0.73542136,0.66964287,0.66756803,0.67674828,0.61553818,0.63529217,0.67091578,0.64472914,0.66661042,0.70362836,0.73385102,3.0258152,3.0041797,2.9924035,2.9858458,2.8507643,2.8897774,2.8185022,2.7719636,2.7864738,2.806144,2.6897621,2.7414522,2.7048883,2.747268,2.9103215,0.81821764,0.89510351,0.89871615,0.91434968,0.9280529,0.88099819,0.90806389,0.95351607,0.90010136,0.92779171,0.89248472,0.97103703,1.064369,1.112864,1.1816902,2.2938869,2.2701335,2.3649697,2.3179326,2.2088609,2.2945096,2.2516472,2.3602164,2.3050451,2.4099128,2.2007444,2.2964029,2.329566,2.411113,2.4666734,1.8774158,2.0226474,2.0656986,2.1080668,2.1013134,1.9883213,2.0645068,2.071413,2.0372653,2.175009,2.2896965,2.4086914,2.3898647,2.4018872,2.5795357,1.6141273,1.6470796,1.628847,1.5921544,1.5537555,1.5811381,1.6348454,1.5911099,1.6569016,1.623093,1.5946153,1.6468923,1.6392496,1.6569541,1.683712,0.081964292,0.092533275,0.11673152,0.12340456,0.1429767,0.22360422,0.22855559,0.22688989,0.27146834,0.2606757,0.30479452,0.303516,0.35147586,0.46180686,0.45577601,6.0821466,6.1040878,6.0267611,6.0379815,6.074677,6.0190701,6.0976343,6.2558522,6.3333588,6.5178871,6.4294896,6.4789772,6.4297891,6.5031476,6.4531751,6.9414196,6.8979979,6.9498324,7.0106139,7.0908666,7.0993094,7.1301966,7.1628356,7.1127882,7.2016568,7.2553062,7.3223338,7.3825369,7.4221544,7.4503942,0.16040874,0.1725985,0.17984533,0.23298883,0.24064493,0.30735853,0.35877168,0.36674818,0.40189987,0.41407868,0.47610328,0.51247638,0.55362898,0.55319148,0.57170659,0.058783632,0.058911495,0.063311175,0.054010261,0.054132082,0.094765343,0.081580855,0.086548537,0.073122799,0.087179959,0.22578563,0.12957564,0.20795786,0.24141134,0.27782923,2.6053171,2.5774729,2.526083,2.4034429,2.3590837,2.2946594,2.2639956,2.2692974,2.0520959,2.2022104,2.013989,2.169739,2.1986792,1.9591497,1.8974794,11.919259,11.634539,11.068791,10.95682,10.822618,10.52676,10.379758,10.287523,9.9582109,9.6875563,9.2376032,9.1156273,9.0589228,8.8914442,8.8238192,3.2457416,3.2304673,3.2626748,3.1757638,3.2221169,3.2157381,3.2158341,3.2385509,3.2881494,3.2360966,3.2293472,3.4051571,3.4556248,3.480773,3.4523997,0.43504053,0.47455314,0.50157636,0.50667894,0.45189884,0.45425239,0.47613415,0.5270524,0.5022859,0.51032734,0.50172281,0.57849228,0.6087302,0.62620866,0.6654287,0.49666962,0.52555412,0.53145045,0.52808267,0.52788353,0.48173577,0.56289405,0.59091926,0.57939994,0.62250543,0.63029057,0.73534793,0.7598561,0.80597669,0.90774912,5.8463545,5.8569627,5.8920279,5.8601198,5.7671733,5.7827516,5.7050099,5.678812,5.8853965,5.9330621,5.9391155,6.0639067,6.1050706,6.1880345,6.2107773,2.5578473,2.571017,2.7147994,2.5638218,2.5504587,2.5153532,2.6496851,2.7059422,2.6200402,2.7492876,2.6153519,2.8245769,2.8297157,2.9284477,3.0250335,2.3565536,2.3318417,2.2187579,2.1647384,2.1496289,2.0224388,2.0366673,1.8787991,1.8621974,1.8000964,1.6126022,1.883671,1.7984923,1.83002,1.8227137,3.3950393,3.4518805,3.3945599,3.4553342,3.4373887,3.448159,3.4721601,3.4727426,3.5108459,3.5713906,3.5840108,3.5747216,3.6184962,3.7542429,3.786819,1.0469615,1.0872027,1.0258732,0.91392612,0.94346684,0.78539902,0.75474519,0.7805531,0.69082093,0.65716606,0.76335877,0.67901689,0.71814615,0.70318282,0.75997937,0.59250385,0.64833003,0.62091714,0.60867357,0.57703048,0.52848983,0.54583871,0.48822513,0.5022831,0.52332193,0.56587595,0.74472964,0.73352438,0.76804036,0.81152135,0.037674718,0.045841768,0.049694192,0.07290028,0.068994597,0.12979576,0.14119443,0.1415997,0.16451144,0.15236354,0.27458906,0.22559552,0.24395822,0.31231925,0.31865698,3.5929282,3.5830688,3.4804039,3.6052592,3.5906129,3.5377831,3.5815246,3.580534,3.5755248,3.5486414,3.5613849,3.7113309,3.5981021,3.6206343,3.5799465,2.0695567,2.0463512,2.0547945,2.0562367,2.0034845,1.8133737,1.9565767,1.9763861,1.7781212,1.908843,1.7692208,2.181674,2.3020625,2.3732471,2.2777169,0.479936,0.5501703,0.6159088,0.68892419,0.93131548,1.0286459,1.1212517,1.1691349,1.2334459,1.2513034,1.6495118,1.3677012,1.3161359,1.3696826,1.4391288,0.78030556,0.79285318,0.7774322,0.74164265,0.73707372,0.63453192,0.69366747,0.68918765,0.64721245,0.66316032,0.9771238,0.79284179,0.88434589,0.95743454,1.0264099,0.28292882,0.38260987,0.47476757,0.5609684,0.64274406,0.74889731,0.79099202,0.8765232,0.93446636,1.0260103,1.1642833,1.1214564,1.1476958,1.2226608,1.2714239,0.56497175,0.67012411,0.71827459,0.81588399,0.82828206,0.80949003,0.79694504,0.81398964,0.83013934,0.89165968,0.8561613,0.93061399,0.97775739,1.0543791,1.0815469,8.522109,8.3909473,8.3416948,8.2469893,8.3108072,8.293231,8.1774921,8.0206327,8.1067638,8.0817957,8.1022511,8.1371994,8.0294456,8.0282497,8.0634642,1.0474539,1.0820146,1.0847054,1.0801492,1.0471935,1.0414135,1.0981445,1.1060351,1.0774388,1.1401926,1.2420458,1.2809187,1.3494681,1.5327356,1.4951867,0.135318,0.13548824,0.13497879,0.11500863,0.1056169,0.19036742,0.19833773,0.2083728,0.19018638,0.19087613,0.51763803,0.21243724,0.33093247,0.32747841,0.37965831,0.22637604,0.22686026,0.22203356,0.22076489,0.22820631,0.14281078,0.1295169,0.13802169,0.13290803,0.12695444,0.38905287,0.2699784,0.26534224,0.34876564,0.3697364,7.0632486,6.9715405,6.8045034,6.4795122,6.1013074,5.9139786,5.6416168,5.4038434,5.0175028,4.775969,4.4971266,4.7323618,4.778851,4.7921433,4.6434746,0.8224299,0.83960444,0.87015975,0.81683165,0.81245768,0.77215344,0.77585161,0.74519229,0.71462601,0.73049057,0.82869661,0.85046065,0.92374671,1.0297751,1.0379406,0.054884743,0.055187639,0.068194218,0.082259394,0.096912645,0.13931458,0.14062719,0.14050864,0.15363128,0.15337422,0.63175631,0.26950353,0.31677467,0.38826576,0.43184111,0.031351238,0.031469632,0.031689025,0.052770447,0.042030051,0.094428703,0.11598482,0.11673565,0.13884439,0.14055574,0.54478103,0.21975607,0.26581016,0.21155772,0.19825971,0.62804407,0.65051782,0.64474809,0.65639985,0.62552476,0.60877651,0.60621369,0.60374826,0.6017803,0.58448017,0.71723002,0.66787601,0.73925829,0.89698845,0.83519155,0.12805885,0.13513829,0.14018691,0.13741063,0.13735305,0.1889874,0.1802561,0.18957569,0.17536886,0.18059433,0.24771161,0.25033379,0.32617819,0.41800797,0.44839787,0.010335918,0.010401498,0.010416667,0.010424268,0.010403662,0.12680969,0.14907891,0.1511879,0.1511879,0.15272172,0.55701178,0.22925764,0.28812057,0.3495715,0.35107589,0.08486563,0.086495213,0.086875938,0.075642966,0.075656168,0.1520379,0.15369156,0.15509425,0.14418744,0.1446829,0.35606518,0.2133366,0.29867122,0.40788582,0.48203328,0.28941095,0.27313077,0.27510315,0.29442325,0.27524516,0.17135024,0.15541357,0.15501206,0.1740644,0.15781167,0.82182193,0.22421525,0.24071527,0.30643514,0.30837759,0.99957871,1.0401697,1.046708,1.0550458,1.1117249,1.0838641,1.0513911,1.0845309,1.088923,1.1054686,1.0725371,1.0860177,1.1110598,1.1851492,1.1915642,0.66054326,0.69231689,0.66776621,0.59329218,0.61269504,0.56801927,0.51877469,0.50668663,0.53011644,0.49374452,0.52221519,0.56268382,0.56818181,0.6711117,0.66104704,2.6387987,2.5519989,2.5950046,2.5140476,2.565707,2.9465842,2.9124382,2.7037249,2.924032,3.0291448,2.9362376,3.1238041,2.9480557,3.0019035,3.0355551,0.21399276,0.21463066,0.22093509,0.24028353,0.23569228,0.26208326,0.27425647,0.27779493,0.30349955,0.28521827,0.352265,0.37930605,0.44005784,0.49199727,0.5598408,0.17326403,0.30735213,0.53608704,0.58551347,0.65278143,0.70730007,0.7722764,0.74988014,0.79114962,0.86101663,0.83751363,0.94968414,0.9912231,1.0470058,1.0834451,0.13308491,0.14592731,0.14542571,0.16485327,0.17145872,0.25061002,0.29000792,0.28187478,0.3166227,0.30705562,0.4398827,0.41043293,0.49026102,0.59563202,0.60812616,1.1268734,1.2026232,1.3204154,1.4417773,1.5558579,1.6656399,1.7423633,1.8443207,1.9785589,2.0931044,2.1367693,2.2325723,2.3316565,2.3123407,2.3481224,0.10870353,0.12269939,0.13791102,0.14485405,0.15233949,0.19328512,0.23008341,0.22326252,0.2257172,0.27169922,0.30939227,0.30415431,0.33723021,0.37380382,0.44680047,0.35696074,0.3544977,0.38350308,0.39220569,0.407911,0.48937622,0.47957152,0.50109613,0.49057087,0.52533793,0.53836673,0.54158604,0.56629562,0.65939802,0.65274149,0.25918138,0.340882,0.34092742,0.38065383,0.39818725,0.44170186,0.45290434,0.43867087,0.44778603,0.44988337,0.4771615,0.50496918,0.50072396,0.55142993,0.60601163,0.17706791,0.34396273,0.42766136,0.58407944,0.96597004,1.2023009,1.2427204,1.3208351,1.4027046,1.4855558,1.5436295,1.5560677,1.5548644,1.5167347,1.5218899,0.11592307,0.13032018,0.12407315,0.135032,0.13729042,0.18349159,0.18314487,0.18585742,0.20782819,0.2255052,0.24212378,0.28500691,0.32498622,0.37045613,0.40705958,0.8371616,0.92538607,0.95909357,1.0375129,1.0808749,1.1225613,1.1483339,1.1975728,1.2189063,1.1988879,1.2125685,1.3123776,1.378455,1.3659174,1.3911722,1.351665,1.3631022,1.3601036,1.4031141,1.5405421,1.6099439,1.5808411,1.7549044,1.7967634,1.7553319,1.7558628,1.816438,1.8378575,1.912535,1.9834005,4.0006442,4.0874538,4.1637325,4.2349415,4.3394723,4.4169674,4.5699306,4.7340794,4.8858185,5.0138254,5.0961661,5.1421957,5.1811581,5.1545887,5.1235275,2.4624581,2.4900157,2.548672,2.6002402,2.6251845,2.6483531,2.7167623,2.7773097,2.7521598,2.6782594,2.6614685,2.7049873,2.7811654,2.9566851,2.999887,0.19986439,0.23083207,0.24779639,0.27549183,0.29419062,0.40147802,0.40827921,0.4292306,0.47104162,0.50503242,0.46159393,0.55252582,0.61396223,0.60736746,0.63147259,0.57419574,0.64554667,0.69047779,0.73761135,0.78023404,0.8661561,0.85815358,0.91512239,0.95368463,1.0977772,1.0411009,1.1337817,1.1661608,1.2000365,1.1776004,0.38295954,0.42858198,0.40295991,0.46091893,0.45094746,0.46918169,0.47865883,0.47510895,0.511733,0.49116364,0.47382569,0.63354599,0.59634906,0.63821119,0.66591424,0.52941805,0.57014972,0.62015176,0.64143211,0.65420955,0.73047251,0.75394177,0.82270885,0.82942295,0.84152472,0.84606987,0.901586,0.90587425,0.94116259,0.97563851,0.15760441,0.15885624,0.15785319,0.16129032,0.16359918,0.20725389,0.20859407,0.19222555,0.21910605,0.22251892,0.52308393,0.26708212,0.42543662,0.37769383,0.40349698,0.87894034,0.94322276,0.9612934,1.0023358,1.0229559,1.0654904,1.078863,1.1161958,1.148118,1.1887146,1.2019869,1.2600837,1.2772934,1.3566976,1.4410353,1.1660355,1.1698265,1.1438406,1.0935602,1.0177348,0.90631366,0.89349908,0.87145966,0.8108108,0.77692634,1.0132586,0.85331601,0.89305162,0.92105258,0.97470152,0.5306806,0.62526393,0.67851895,0.73910868,0.78575277,0.81004697,0.88309926,0.96945232,0.99539685,1.0644983,1.0852381,1.1240779,1.1901261,1.2050078,1.2465267,0.2517027,0.27410179,0.30429822,0.31485963,0.32470331,0.37243417,0.36800581,0.35877904,0.41805562,0.39539704,0.35259974,0.44363892,0.47165975,0.54172057,0.60960811,0.15197569,0.15093948,0.17127731,0.19737184,0.1925078,0.35440663,0.36467829,0.36564982,0.40309912,0.40931991,0.36770499,0.48172587,0.53473133,0.55370986,0.5574432,0.15785319,0.16570731,0.19550766,0.19003196,0.18544875,0.30335397,0.33914113,0.34269759,0.33331928,0.33905488,0.31632221,0.37866038,0.42526317,0.4805868,0.48757935,0.058453895,0.059031874,0.059603639,0.060624432,0.061462812,0.046794571,0.048107762,0.048622366,0.049172267,0.050284944,0.30508474,0.13331112,0.13463481,0.1699813,0.18590502,2.2369728,2.1564875,2.1110768,2.0874701,1.9253299,1.9311038,1.9584332,1.9132842,1.8871633,1.88494,1.979956,1.9593507,1.9846506,2.0432985,2.0987833,0.33923712,0.44047123,0.46913773,0.49905306,0.53521055,0.57095236,0.63714635,0.70129806,0.71566033,0.75586969,0.75633568,0.76541561,0.79764855,0.85987675,0.8344,0.33674181,0.50517392,0.74650699,0.7901215,0.86067986,1.7714093,1.8093277,1.8912352,1.9235787,2.1251121,2.021528,2.0652173,2.2032692,2.2964668,2.2878425,5.0319872,5.1519456,5.2733831,5.342875,5.4479384,5.5987959,5.841331,5.9905777,6.1948786,6.3237906,6.4180331,6.4921989,6.5734005,6.6292481,6.7895255,0.14347912,0.14284307,0.18107076,0.17645329,0.18967026,0.27118644,0.2746326,0.27544215,0.29559994,0.29676476,0.33054638,0.36902159,0.33987182,0.37658337,0.39192635,0.94416124,0.99572206,1.0158836,1.0727549,1.0648022,1.141158,1.1397222,1.2236354,1.3071896,1.3655379,1.3597507,1.3550088,1.3679388,1.4032931,1.3932729,0.10477658,0.11654297,0.13993673,0.15136836,0.16250376,0.17362151,0.20256183,0.2279544,0.26240459,0.23144028,0.29760134,0.28341994,0.28488338,0.35259664,0.33281824,0.13986014,0.15850145,0.15925103,0.1693439,0.17403074,0.28812817,0.29843444,0.30423474,0.31114185,0.32858706,0.4062798,0.48275167,0.56262356,0.60370404,0.69699001,0.40444896,0.40611887,0.40484461,0.43212587,0.4382121,0.50672251,0.53298026,0.49193767,0.50869596,0.52023721,0.59192199,0.54120541,0.84605932,0.79342687,0.84541059,0.27491078,0.3466686,0.35706478,0.36824778,0.37753832,0.42773169,0.47026345,0.466582,0.47736788,0.50490195,0.49908417,0.55565143,0.58629262,0.65117085,0.68487173,0.26985198,0.33370498,0.37673393,0.40295026,0.42078918,0.46681863,0.50415277,0.54335862,0.5795424,0.59494895,0.60922867,0.66022307,0.7093516,0.75259119,0.77791458,0.20037773,0.22476076,0.20407218,0.22586505,0.22492971,0.22403733,0.25242397,0.25835505,0.25702658,0.25602987,0.25657627,0.34515217,0.39801234,0.42715451,0.51666427,0.31502533,0.3213895,0.34464115,0.35496616,0.34967342,0.42235219,0.43402216,0.43520623,0.47142392,0.45439792,0.49405187,0.51502705,0.53366715,0.49659008,0.47980809,0.065717414,0.066357002,0.066093855,0.11165699,0.11348162,0.39053527,0.3942486,0.44258094,0.45087802,0.50107372,0.75258702,0.52511418,0.70824766,0.79781169,0.86054718,24.478462,24.758518,25.065168,25.322056,25.567663,25.787312,26.038012,26.184145,26.298527,26.250385,26.323471,26.353975,26.30015,26.233122,26.238081,0.44651571,0.61019903,0.67770541,0.75038362,0.77198136,0.88254625,0.92344016,0.98332912,1.0711778,1.0824313,1.0416667,1.1855693,1.2392755,1.3618978,1.4110593,0.13406323,0.13831641,0.1371441,0.13554177,0.13385448,0.1810292,0.18010382,0.18251555,0.18510683,0.17527552,0.21778391,0.23396167,0.25369865,0.27814925,0.28534856,0.30462927,0.32780665,0.30915254,0.33312735,0.33751857,0.40654814,0.38643661,0.388477,0.40821916,0.40912232,0.41482225,0.46059793,0.46726358,0.45729998,0.47616363,0.56084591,0.60222566,0.66228771,0.70430136,0.71608698,0.75762933,0.84016967,0.87885439,0.91175997,0.94565058,0.95358145,1.0321978,1.0440829,1.1174115,1.1924453,0.92468035,1.0361321,1.0848633,1.0972326,1.1790429,1.1892742,1.2288841,1.2173324,1.2826476,1.3389809,1.2956638,1.3950218,1.3999747,1.4184396,1.4263526,0.082180522,0.081577159,0.094136633,0.12074055,0.11942676,0.19825536,0.198939,0.19849148,0.22531478,0.24064171,0.45570299,0.28259993,0.28359216,0.33870751,0.38079697,0.24698731,0.29029137,0.31427279,0.35179839,0.3480368,0.44508874,0.44093701,0.50201303,0.51768976,0.56385887,0.56170213,0.56365639,0.56323481,0.55254048,0.58162266,0.13750181,0.14450866,0.14797069,0.14175497,0.14225404,0.18176034,0.20285347,0.19179566,0.20978549,0.20957275,0.22873448,0.27520642,0.3145954,0.3384991,0.37032777,0.33605948,0.38266441,0.3843652,0.41341838,0.45287585,0.48203394,0.49064705,0.49325213,0.51262903,0.50947392,0.52246159,0.55149418,0.59574473,0.6588549,0.69929075,0.10122738,0.10278813,0.11031082,0.12368986,0.12509052,0.18609597,0.20830533,0.21289748,0.22899173,0.23781213,0.35433349,0.3067047,0.38916114,0.44999278,0.43862852,10.421696,10.476231,10.533996,10.607561,10.597055,10.629182,10.688704,10.788858,10.808812,10.866089,10.901744,10.87426,10.971594,10.992418,11.037716,0.15573725,0.17717734,0.21139297,0.22644426,0.22923262,0.35604733,0.38253456,0.39613634,0.40098876,0.43065372,0.46159834,0.53380781,0.5337978,0.61881191,0.6109634,4.5997744,4.6202359,4.6228552,4.6095109,4.592607,4.6306157,4.7010813,4.8082695,4.807435,4.8668733,4.8524733,4.8225303,4.8188262,4.8532691,4.8391795,0.51445693,0.49852413,0.44569704,0.46146744,0.44769239,0.4704791,0.44831046,0.42981869,0.41655469,0.39080927,0.43493035,0.45852721,0.62871116,0.69541025,0.75931728,0.28598815,0.41393372,0.46141678,0.50368619,0.58793318,0.63456225,0.64674622,0.63641256,0.66592938,0.6852656,0.64541346,0.6767652,0.68719655,0.70746213,0.70771003,0.25113827,0.3144089,0.35513887,0.38706741,0.40503275,0.46044582,0.47499159,0.49843514,0.53404325,0.55553752,0.53204352,0.56880087,0.56935406,0.62679511,0.67866158,0.30771124,0.30771124,0.3416509,0.32101756,0.31416145,0.46240693,0.46318573,0.4797889,0.45045045,0.45292592,0.65789473,0.53194708,0.55585766,0.5511477,0.60237294,0.22303376,0.24707666,0.26356891,0.26044837,0.26651806,0.31614256,0.30260092,0.32274261,0.31985486,0.31750581,0.36226702,0.33501637,0.34122312,0.34653702,0.36099344,1.0670664,1.1298586,1.1452438,1.1548667,1.1903507,1.2450416,1.2999346,1.3639758,1.3687614,1.4009795,1.3942775,1.4301564,1.4746544,1.5715964,1.6692406,0.08606723,0.090849437,0.11036973,0.12040335,0.12384821,0.23118544,0.22065313,0.21491721,0.23812996,0.28023386,0.31003246,0.3081961,0.33686471,0.33043393,0.32585964,0.12186115,0.12537797,0.15780397,0.14226827,0.1481428,0.16034205,0.19090715,0.15847303,0.18979333,0.18513991,0.24606642,0.26507849,0.32005447,0.35838661,0.3896324,0.064171121,0.078133322,0.12372738,0.13734813,0.14658663,0.2451742,0.26782957,0.28997374,0.30240223,0.35065243,0.4097397,0.35289809,0.35088882,0.39626193,0.41501978,0.19846897,0.20033544,0.20215015,0.20002727,0.18124971,0.15373485,0.15862943,0.16365868,0.13782331,0.15331723,0.3037951,0.18718705,0.23017663,0.26717916,0.30376673,0.75708342,0.77999616,0.7979449,0.83739328,0.83360505,0.81624073,0.83641839,0.8861596,0.86541855,0.85719597,0.87960476,0.95916259,0.97423708,1.0170709,1.0985614,0.15591867,0.15556937,0.15456906,0.15491387,0.15502915,0.16152078,0.16151074,0.16211498,0.16246954,0.16304007,0.32043228,0.25342119,0.3411029,0.42792362,0.42097205,0.3814626,0.48162699,0.51929337,0.58619815,0.65685546,0.71707952,0.74519742,0.81654453,0.86012465,0.88311964,0.83957839,0.91888833,0.9461059,0.97997856,1.0532554,0.72700864,0.79220057,0.86366481,0.92566085,0.97064924,1.0203624,1.0661793,1.1188349,1.1489794,1.2096453,1.2147275,1.259442,1.2485039,1.2950954,1.3424058,0.16738494,0.18812869,0.21764033,0.2035033,0.20720463,0.23234554,0.2583881,0.24488866,0.27570209,0.31493357,0.31316236,0.3438921,0.35552993,0.35048741,0.38012594,0.2426974,0.38983849,1.0924681,1.2426423,1.3083884,1.4777724,1.5795867,1.6689621,1.7205169,1.7675327,1.8759962,1.8957732,1.9645482,1.9480519,2.0063708,1.1145555,1.1475503,1.2209835,1.2637984,1.3407856,1.3781271,1.4343041,1.5350195,1.5669153,1.6799957,1.7287307,1.7484937,1.8101318,1.8597405,1.9069908,0.27289829,0.32371047,0.3363333,0.37643489,0.37384918,0.43477681,0.44636273,0.44450411,0.50725317,0.49445912,0.50539494,0.56532747,0.61572379,0.643278,0.64404798,1.0605018,1.1197138,1.1231829,1.0755937,1.0601548,1.0139455,1.0692194,1.0632643,1.039171,1.1750553,1.0785444,1.2165384,1.5536422,1.997503,1.7089509,0.078961223,0.08029262,0.071703866,0.072247811,0.11575104,0.16081479,0.20495455,0.21145374,0.21893336,0.21661901,0.17933391,0.30651343,0.72974122,1.1164806,0.7467069,0.13832073,0.16138794,0.20445941,0.21592958,0.22488958,0.2401816,0.23039724,0.247293,0.25906736,0.29791895,0.30268961,0.39914161,0.77483761,0.9538455,0.72134817,0.67385447,0.61773014,0.64892501,0.66929132,0.65634024,0.65662932,0.62764269,0.63250291,0.62587816,0.67597169,0.66233522,0.87247902,1.2437811,1.4505606,1.3181131,0.14896962,0.17505835,0.18038701,0.19620666,0.22672066,0.26994839,0.28903991,0.26776835,0.2891888,0.28903821,0.36171597,0.39335665,0.82709444,1.0597503,0.74795371,0.05083023,0.051921081,0.03374958,0.066878445,0.16523464,0.17810881,0.19090042,0.24180143,0.24915726,0.24407753,0.1687289,0.29457146,1.0772244,1.0474861,0.93612337,0.11718751,0.1259869,0.15271415,0.16883476,0.2033917,0.19545037,0.19781864,0.20717508,0.2030483,0.22678594,0.24849041,0.29809564,0.71725547,0.8629095,0.57961047,0.21495104,0.21643287,0.26653743,0.2909326,0.28862342,0.39325839,0.43866643,0.47543579,0.48543689,0.53983188,0.51043385,0.69868356,1.0171229,0.94360483,0.9993338,0.35044321,0.35691789,0.33733925,0.30224526,0.32404408,0.3475239,0.28065628,0.30126962,0.23414218,0.2697655,0.37476575,0.37359899,0.55716056,0.8047874,0.62591279,0.070343278,0.055811357,0.094966762,0.10672358,0.092666134,0.10409889,0.11544381,0.14731157,0.15366431,0.14010508,0.25679934,0.39370078,1.0801394,0.85856831,0.71328342,2.4735718,2.5886087,2.5424747,2.5082061,2.5202806,2.3876731,2.3531716,2.4573894,2.2991345,2.3974345,2.2393,2.2651975,2.9264233,3.1539698,2.9273653,0.095752686,0.095257536,0.12114686,0.13230138,0.12870841,0.13193442,0.14608315,0.15870218,0.16450167,0.16038048,0.24889381,0.31073132,0.72451651,0.8566128,0.71644044,0.70717537,0.76293707,0.80380142,0.75755358,0.81552833,0.83950686,0.83467501,0.86229527,0.85773998,0.90114039,0.72576052,0.98403561,1.4333092,1.7102864,1.4484761,0.12520868,0.12728044,0.13083297,0.13157895,0.17248815,0.12958963,0.086169757,0.20772748,0.2026753,0.20202021,0.16116035,0.36217305,0.64646465,0.86342227,0.98814231,0.073583513,0.081724785,0.093164086,0.096198246,0.11887414,0.12134082,0.15304789,0.17641221,0.15945496,0.18566124,0.22284319,0.32311311,0.91813046,1.4810002,1.1570418,0.03432887,0.03422704,0.057038561,0.069052823,0.10309279,0.21886879,0.27617952,0.24187975,0.23196475,0.31366172,0.32284099,0.40225261,0.53825009,0.90513295,0.67228806,0.16551308,0.18029524,0.19747382,0.21530923,0.21898893,0.25854108,0.26985633,0.28730473,0.31969085,0.32739431,0.3636114,0.4474808,0.90220988,1.1780895,0.89606929,0.201241,0.19913706,0.17217092,0.20936145,0.26866516,0.29274786,0.3518914,0.32954544,0.3061009,0.31576869,0.30252758,0.41411951,0.99827218,1.1897681,1.1355712,0.71900296,0.76153821,0.78283644,0.85714281,0.88360596,0.87250572,0.91323054,0.9187364,0.99626982,1.0921532,0.81153578,1.0331283,1.4078574,1.4924052,1.2331663,0.13601001,0.13402671,0.13802622,0.15210322,0.15924384,0.16809291,0.12491256,0.15142633,0.14293882,0.13187642,0.27227491,0.25602829,0.73742914,1.3603616,0.92556208,0.091528527,0.092721373,0.10210855,0.12833676,0.13867489,0.20006154,0.19787914,0.21317734,0.22316013,0.22798519,0.2933245,0.32995409,0.50502646,0.77062124,0.72716832,0.096946195,0.099157169,0.10015023,0.11283852,0.11306533,0.23684867,0.23812507,0.25706941,0.26734719,0.24931733,0.4675082,0.29519424,0.43823287,0.75802439,0.72150069,0.12071828,0.12332357,0.13681971,0.13615733,0.18055974,0.22747952,0.22331397,0.25593629,0.25234824,0.26149189,0.41771093,0.36547652,0.56617123,0.47486034,0.59846908 ),.Dim=c(3107,15)), hisp_pc=structure(.Data=c( 1.3902456,1.5148478,1.6118844,1.6923077,1.7967167,1.9868751,2.0320292,2.219254,2.2054546,2.340445,2.4582663,2.434257,2.4485729,2.5873034,2.7183938,1.765222,2.0037963,2.1952324,2.4084377,2.6301308,2.9195416,3.2524195,3.5521216,3.8975813,4.1893806,4.4095092,4.4782195,4.4927416,4.4704447,4.4924469,1.6474237,2.0510688,2.4116149,2.7208505,3.0579419,3.550148,4.0809736,4.4853549,4.8331418,4.9101496,4.9578638,4.7675018,4.779263,4.5897746,4.4751072,1.0345001,1.1603576,1.226473,1.373896,1.4686248,1.4835315,1.5702069,1.5643106,1.5987668,1.7610391,1.762365,2.0674789,2.1332037,2.2165956,2.283915,5.3456473,5.5376606,5.8038855,5.9281292,6.231986,6.605155,6.836082,7.1639404,7.5400925,7.8007011,8.1098051,8.3467627,8.4862223,8.6067133,8.7585421,2.7804163,3.5745728,4.1844349,4.7896786,5.3364692,5.6670604,6.0690422,6.4753428,6.7196207,7.0082827,6.446281,7.9123154,7.618329,7.5555139,7.4060397,0.67057449,0.71431953,0.72585684,0.73441172,0.752276,0.80652905,0.85034829,0.85670531,0.84013557,0.86739826,0.97847354,1.127074,1.2103096,1.2190908,1.1738015,1.5799282,1.7426707,1.838298,1.9857149,2.2069063,2.4100912,2.6293895,2.7957768,2.9443865,3.1699095,3.35921,3.4109435,3.4300771,3.4810207,3.5346959,0.76563394,0.92076969,1.0482414,1.1154709,1.1702337,1.247201,1.3535556,1.4836284,1.5016057,1.544323,1.6189946,1.6473981,1.8048422,1.9266242,1.9000354,0.84145629,0.95939124,0.96299636,0.98816639,0.97641337,1.1186129,1.0955784,1.1583767,1.1936339,1.222248,1.3812474,1.3918712,1.4909887,1.5641773,1.515676,2.9225254,3.1669033,3.6034708,4.1115899,4.5841961,4.9635248,5.3050714,6.0353069,6.6097736,7.3153348,7.8247333,7.622488,7.6572762,7.5305405,7.7092962,0.67401576,0.66339225,0.64423764,0.62504113,0.60951102,0.57064283,0.5474326,0.57681489,0.52430212,0.52232397,0.52822,0.59589499,0.67931771,0.68022126,0.76002705,0.64703983,0.70952797,0.6894781,0.749354,0.79753685,0.82947242,0.88955331,0.89650482,0.94738042,0.99854058,1.0596592,1.1810715,1.169265,1.3019589,1.3522758,1.7808315,1.944328,2.055131,1.9573328,2.1882303,2.4010799,2.5190351,2.5914094,2.6763647,2.8916178,2.8135567,2.8602779,3.1361475,3.2078414,3.3018172,1.4182895,1.4836169,1.6509434,1.7592463,1.7365228,1.8165367,2.0085294,1.8582337,1.9631572,2.151763,2.0616493,2.1575046,2.0977147,2.2624435,2.4548833,2.7214317,2.9485772,3.2119281,3.6285684,3.8643374,4.2825193,4.5664968,5.1287456,5.7053342,5.9648061,6.4166532,6.3253255,6.3256011,6.367846,6.4586573,1.1218793,1.2282591,1.2908903,1.3393762,1.5060683,1.5912728,1.7661221,1.8463459,1.9514256,1.9567853,2.110852,2.2188344,2.35901,2.4563529,2.5110133,0.72675455,0.71018648,0.78300589,0.83916086,0.87118393,1.0282394,1.0071307,1.0936686,1.1726919,1.1978303,1.1967883,1.50141,1.6620498,1.7009709,1.6111199,1.2917933,1.3166779,1.362862,1.4064097,1.5484428,1.6918113,1.8251681,1.8095987,1.8359002,1.9719545,1.8172377,2.0532253,2.0634212,2.1340084,2.2207828,0.7783761,0.83088297,0.86447525,0.94682586,0.94549805,1.1047199,1.2259288,1.1559619,1.217206,1.2723119,1.4056544,1.4004203,1.52044,1.554322,1.5704181,0.63540757,0.72865051,0.88742208,0.87899214,0.93246883,1.10957,1.1671469,1.196618,1.3719293,1.4261266,1.6670276,1.6119746,1.705971,1.6795866,1.6848294,2.1736605,2.334173,2.4869905,2.655266,2.9258554,3.2226908,3.5549819,3.7398212,3.9976082,4.1505394,4.3450704,4.2612681,4.2439094,4.2857499,4.3720222,3.35274,3.5651927,3.6963522,3.8626437,4.1994109,4.1223245,4.4318113,4.9628196,5.1452746,5.4960485,5.6852932,5.8492484,5.8798985,5.771276,6.0928063,0.62773281,0.65030783,0.67214668,0.65308833,0.62060493,0.66165549,0.67684948,0.61773092,0.63707221,0.64443886,0.75131309,0.77585804,0.88599014,0.91620862,0.9241035,5.6009283,6.5775447,7.329072,8.2053204,9.058876,9.966959,10.865026,11.511879,12.392493,13.122318,13.523352,13.963326,13.907136,13.983547,14.066637,1.2182587,1.4008509,1.5059934,1.6472439,1.8108084,1.971827,2.1555965,2.2794461,2.4929857,2.593092,2.7140503,2.740839,2.7066343,2.7508872,2.7893658,0.98891062,1.1676309,1.1726042,1.2488095,1.317848,1.5744262,1.7041383,1.7548032,1.8402805,1.8588722,1.9899719,1.9417475,1.9666615,2.0815172,2.0723057,1.6991655,1.9276335,2.0555792,2.2344091,2.4010477,2.5888305,2.7538443,2.9270501,3.1005893,3.2732472,3.2681742,3.4728885,3.5573463,3.5983901,3.6790009,0.82108903,0.88664049,0.93555099,0.9461987,0.97103536,1.0260677,1.1031688,1.1185299,1.0831766,1.1900636,1.1150473,1.306998,1.379717,1.5245892,1.4962593,7.4483066,7.6466813,8.3195753,8.9460392,9.5781336,10.417205,11.450504,12.51129,13.585938,14.403749,14.623846,15.181695,15.312184,15.514013,15.994556,1.7560217,1.8932134,2.0484753,2.1476929,2.3591495,2.6820071,2.9157627,3.0506802,3.1149142,3.3504672,3.4532912,3.5107334,3.6177146,3.4875896,3.635751,0.58574027,0.57774174,0.52562416,0.62213159,0.59880245,0.65116274,0.70505285,0.71390516,0.71588844,0.75147027,0.68988538,0.84175086,0.91680819,0.94187921,0.95872796,0.88490713,0.91224539,0.89779001,0.90558541,0.91261554,0.81217659,0.8522554,0.85272259,0.82410824,0.87363493,0.80213898,1.0413955,1.0324005,1.1099503,1.2424823,1.5298941,1.6566817,1.6416367,1.8957919,2.0309129,2.0594556,2.1589098,2.0925884,2.0549943,2.2095923,2.1725314,2.2806916,2.4581134,2.5398116,2.5151374,1.2659794,1.401274,1.5699354,1.737826,1.8781118,2.0659616,2.1972747,2.3872626,2.5720134,2.7422886,2.9817054,3.0423152,3.1580474,3.2081847,3.3320527,1.1319216,1.2630332,1.3914208,1.5620637,1.6739842,1.8169204,2.0081148,2.1262634,2.3409622,2.4017508,2.4751544,2.5927455,2.6496305,2.726706,2.8462312,1.6174421,1.7749248,2.0042038,2.2232261,2.4462557,2.6879661,2.9492614,3.1830246,3.4121339,3.6392021,3.8926132,3.8563104,3.8070316,3.7531509,3.7529073,1.3000063,1.3178096,1.3207302,1.3238956,1.3266999,1.2459191,1.2216523,1.2281054,1.1892695,1.3139083,1.17866,1.3224182,1.3892787,1.3956438,1.4234875,1.0154591,1.1379299,1.205108,1.3086956,1.4301492,1.560017,1.6944647,1.8549618,1.9901954,2.1691198,2.2637274,2.3407977,2.3252048,2.4048572,2.427388,1.0638298,1.2159449,1.3084328,1.322199,1.395769,1.4432991,1.4811331,1.4871839,1.5820565,1.6785662,1.8839905,1.8387427,1.9954998,2.12411,2.1958954,1.4571601,1.6538405,1.8244475,1.9363543,2.1566319,2.300746,2.5246234,2.7968531,3.0187922,3.1717737,3.2980535,3.5138493,3.6376173,3.7516665,3.8244855,2.6574295,2.9505796,3.2522128,3.4777918,3.6109953,4.0433083,4.3665395,4.6763868,4.887423,5.3500729,5.5822005,5.5647111,5.6767559,5.7308426,5.8689799,0.63098508,0.6302048,0.6046406,0.60787934,0.61791968,0.66145033,0.6928407,0.72663492,0.65182424,0.74003136,0.57731593,0.98929757,1.0873572,1.1095572,1.241118,0.71942449,0.72727275,0.72147006,0.77455652,0.81992501,0.91566908,0.96729201,1.0117583,1.0140297,1.0854176,1.0584958,1.7725328,1.5869915,1.4003627,1.454583,1.938807,2.1000509,2.31812,2.5434027,2.820179,3.066931,3.3315003,3.6525793,3.9752603,4.3051963,4.6260581,4.6640792,4.61692,4.643805,4.6825018,0.97057259,1.1439896,1.2557951,1.3303065,1.3500482,1.4836107,1.4769403,1.5459838,1.5564202,1.7902693,1.4874852,1.8302106,2.1810358,2.3255813,2.4235201,1.1465459,1.2769276,1.3035808,1.4793481,1.500852,1.7085328,1.8746548,1.8801258,1.895336,2.0035241,2.0344491,2.2553456,2.3136163,2.4440188,2.4333797,5.7018766,6.2235537,6.9602118,7.6101394,8.1216011,8.8492308,9.6407394,10.192512,10.85405,11.707677,12.107041,12.421996,12.502652,12.602647,12.769723,1.2457726,1.3455662,1.4153843,1.5099905,1.5926265,1.7022524,1.8438087,1.9873556,2.1437159,2.3148396,2.4308152,2.5262551,2.5307553,2.6207316,2.7274742,0.78128213,0.80431175,0.77845311,0.8091225,0.80356765,0.84448767,0.88975513,0.90881938,0.90197921,0.9475407,1.1655214,0.97471017,1.0272305,1.0607564,1.1782435,1.2232128,1.4346688,1.623317,1.8142626,2.070385,2.2839074,2.5368361,2.8597381,3.1658173,3.3878572,3.6359444,3.4700382,3.4358838,3.3740089,3.3884156,3.312324,3.710535,4.0289531,4.4128327,4.8050547,5.3262434,5.7346458,6.3420877,6.8372221,7.2767625,7.6772609,7.7902369,7.7053084,7.7331305,7.8708968,0.86374795,0.93602407,0.89185208,0.92912132,0.94145072,0.93741381,0.87103117,0.96528679,1.0352546,1.047708,0.92838192,1.2654614,1.2475442,1.3709596,1.3495687,0.70877832,0.73300439,0.82553393,0.97432649,1.0402355,1.2529715,1.2619237,1.4207814,1.4335121,1.5796911,1.3296118,1.7614546,1.8289847,2.205009,4.1299963,1.2505043,1.3838627,1.4783634,1.5607321,1.6441669,1.8393345,1.9834552,1.9678222,2.1804721,2.1621623,2.2817612,2.3250158,2.3078084,2.2896223,2.2453914,1.2155339,1.5001112,1.6025642,1.7308466,1.8157604,2.0831494,2.2075348,2.3563676,2.471019,2.7510498,2.8058999,2.8199282,2.9211595,3.0048609,2.9440541,1.4998493,1.799605,1.9559903,2.2011616,2.3273668,2.4190142,2.7210209,3.0661392,3.3110394,3.5063841,3.7076035,4.2610583,4.7203617,4.8624301,5.0408626,1.0571605,1.1271995,1.2278146,1.3055706,1.4016701,1.5235,1.6827302,1.8752836,1.9403371,2.0178535,2.0809207,2.1229408,2.1852982,2.2213199,2.2677648,2.0936728,2.4370973,2.7445836,3.0982318,3.4363556,3.8045094,4.2596498,4.7059526,5.1592817,5.6458478,5.9654393,5.8691316,5.8432503,5.8766704,5.8433843,1.1189475,1.0457963,0.99471343,0.93516642,0.91454899,0.85554689,0.78241694,0.75398535,0.65552515,0.61836171,0.61117578,0.81433225,0.98133969,0.9923892,1.0722646,1.0052989,1.0798256,1.1837968,1.2620519,1.2916107,1.4825988,1.6757938,1.7622163,1.8686166,1.9304739,2.0703933,2.0434852,2.1090918,2.1828959,2.24101,0.59248239,0.80181611,1.0208557,1.2201085,1.3641697,1.5370682,1.7360522,1.9365432,2.1407316,2.3164639,2.4833798,2.5547006,2.5799868,2.5466728,2.3204904,1.3166963,1.5309881,1.6609775,1.8194137,2.0033729,2.129391,2.3331845,2.5234609,2.7295008,2.899498,3.0825078,3.1641901,3.1524658,3.1871994,3.2530282,0.85833257,0.98061508,1.0607038,1.1431879,1.2909994,1.449635,1.5520122,1.6751606,1.8589225,1.9481195,1.9806713,2.1113129,2.1833072,2.2782083,2.3319657,0.88392907,0.86990464,0.89969265,0.88218868,0.88759053,0.81401926,0.80203331,0.78897721,0.78303611,0.85176927,1.0626812,1.0383018,1.2269938,1.3100954,1.3757932,0.74967158,0.7340309,0.71216154,0.72222221,0.73641241,0.63869351,0.58096719,0.58977723,0.5597629,0.62342042,0.56823075,0.7399025,0.74791026,0.83853704,0.9681505,1.5046064,1.6018214,1.7560976,1.8961588,1.9054197,2.0869706,2.2705276,2.5424411,2.6239066,2.6851888,2.553802,2.6910436,2.7341166,2.7159064,2.7716691,4.487318,5.023356,5.6135712,5.8673167,5.9506168,6.0507002,5.9835711,6.0716648,6.0358024,5.9669333,5.8945813,6.0646248,6.1826558,6.3652663,6.4376965,30.856163,31.051027,31.097984,31.336727,31.285196,31.195841,31.245432,31.525826,31.83696,32.199936,32.53458,32.908508,33.311596,34.1422,34.574028,10.966576,11.285645,11.72635,11.846324,12.154223,12.517221,12.757294,12.89002,13.222301,13.427782,13.608514,13.773084,13.739723,13.838463,13.908323,16.740046,16.903303,17.022806,17.161112,17.190752,17.349724,17.323614,17.479156,17.529053,17.718115,18.032818,18.411161,18.396788,18.519567,18.769642,27.155262,27.530279,27.886469,28.370472,28.783291,29.028637,29.233555,29.526653,30.060863,30.281147,30.573971,30.908012,31.218534,31.696358,32.190842,43.325146,44.160976,44.96233,45.85701,46.125313,46.728111,46.989025,47.032295,46.94545,47.237988,47.527836,47.735477,47.057484,47.070049,46.530087,22.390495,22.548519,22.59556,23.065611,22.823965,23.038422,22.855198,22.700634,22.928728,23.203667,23.501808,24.742418,24.912781,25.499338,26.055923,24.964676,25.54842,26.096704,26.562912,26.975945,27.498001,28.125629,28.720913,29.119894,29.35549,29.688969,29.712519,29.888226,30.063148,30.280081,11.150018,11.559958,11.905149,12.216668,12.605182,13.205278,13.822336,14.326692,14.522836,14.650769,14.865047,15.17188,15.413419,15.604001,15.840181,8.2076797,8.553997,9.0288944,9.4248934,9.7553854,9.9813786,10.12554,10.32106,10.531842,10.758476,10.864614,10.881606,10.905048,11.078529,11.201547,29.513725,30.050507,30.602207,31.160873,31.599104,32.045708,32.574047,33.138432,33.63633,34.149017,34.68438,34.991257,35.365009,35.740082,36.067429,29.985657,30.269993,30.360968,30.33667,30.243492,29.884434,29.262737,29.154337,29.055115,28.721949,28.56592,28.851667,29.028193,29.113037,29.182819,81.064552,81.243637,81.451675,81.53846,81.877808,81.769516,81.969841,82.171692,82.320557,82.642357,82.651382,82.946892,82.778526,82.707977,82.698616,9.8447285,10.212818,10.528749,10.88253,11.343186,11.79896,12.357779,12.908756,13.238421,13.476692,13.701253,13.759443,13.86044,14.038584,14.240675,50.637703,51.820744,53.327732,54.463314,55.279362,56.067131,56.826836,57.621014,58.370728,59.208424,59.797264,59.967525,60.608273,61.310856,61.67149,0.75086641,1.0246201,1.2136996,1.386317,1.4874543,1.7440113,1.8953754,2.0582485,2.3086901,2.5870178,2.7189379,2.907377,2.9814579,2.7938907,2.8873088,3.2093964,3.3495636,3.4280901,3.6004941,3.7182589,4.0140533,4.2575884,4.5031266,4.6731081,4.8403287,4.6674604,4.8127108,5.0905032,5.0522647,5.1371498,1.0144099,1.1609403,1.147873,1.2199526,1.3448925,1.4027807,1.487753,1.5569642,1.6233531,1.7011139,1.7348144,1.7880939,1.8945112,2.0017087,1.9954947,8.8707809,9.6824017,10.357979,11.195281,11.871405,12.793699,13.712296,14.452235,14.926924,15.244669,15.552685,15.637629,15.798826,15.933159,16.143747,1.0689847,1.1880437,1.2337435,1.363084,1.4068768,1.5440099,1.6723984,1.6703391,1.7877427,1.8564758,1.9638118,2.0488596,2.2422845,2.2735174,2.2798235,8.1765499,8.6344252,9.1896276,9.6469049,10.20071,10.581086,11.30073,11.85141,12.48819,12.896516,12.673974,13.650656,13.475177,13.862719,14.239219,1.5063934,1.5895697,1.7329798,1.8597238,2.0389912,2.0792952,2.2835062,2.3679094,2.6591895,2.785464,2.7143393,3.121453,3.2227664,3.5481398,3.8164995,9.7914782,10.129504,10.714839,11.385549,11.473207,11.855495,12.184858,12.20645,12.184029,12.578246,12.636964,13.421254,14.17951,14.38413,14.63098,2.8943253,3.0963802,3.1385443,3.54513,3.6726453,3.9280386,4.1546822,4.539917,4.5228219,4.5987682,4.345612,5.0256848,5.1572437,5.3785214,5.5184097,2.4069183,2.589726,2.7813489,2.9133379,3.2221448,3.6096492,3.6424708,3.6604867,3.7598829,3.8354979,4.0819879,4.1710248,4.2523341,4.3986588,4.3614259,0.79831213,0.84936732,0.98928761,0.99109197,0.99839538,1.1852293,1.1631393,1.1661808,1.2153742,1.3390633,1.2937737,1.5288395,1.6695563,1.7241379,1.8450184,1.1701245,1.2683854,1.374359,1.5337299,1.5229036,1.6301337,1.7892252,1.9220982,1.9123445,2.0139158,2.0160823,2.1138713,2.2978261,2.3817863,2.5911784,1.6283975,1.5514647,1.5867501,1.6678169,1.5553523,1.6593294,1.6649677,1.6074641,1.6068376,1.6880565,1.6446233,1.7197599,1.8580886,2.002811,2.1723647,1.0469159,1.3058528,1.4233893,1.4817176,1.5941799,1.6423576,1.7785381,1.8754778,2.1122193,2.0997481,2.2030926,2.4792385,2.5995824,2.6908045,2.7383621,1.767428,2.0331991,2.1604636,2.4534481,2.5391102,2.8187399,2.9393342,3.0535443,3.4102261,3.6458578,3.7571709,3.6459074,3.7066727,3.7775993,4.0370898,2.1183002,2.3428118,2.6244969,2.9376471,3.2039475,3.5092332,3.7113402,3.9244664,4.1032619,4.3924513,4.4693141,4.549243,4.5901575,4.654891,4.7725258,3.280653,3.5431981,4.0544467,4.3126302,4.6751833,4.9377804,5.373271,5.6568675,5.8113008,5.9972401,6.0764842,6.1701441,6.5281997,6.6843009,6.7520676,1.4141216,1.5907618,1.6692348,1.7292844,1.7427286,1.8549478,1.8963463,1.9310838,1.9763702,2.0283139,2.0024738,2.0845706,2.2757244,2.2477784,2.2882278,0.93020862,1.0060881,1.0153879,1.1325148,1.1766585,1.1862522,1.3171389,1.3812459,1.3956044,1.496856,1.5797434,1.4995208,1.632098,1.7907202,1.8502357,1.9352723,1.9322598,2.0280988,1.9908468,1.9908468,2.1539178,2.0408163,2.1632605,2.1854625,2.2716169,2.5352461,2.5,2.6444416,2.9033072,2.8619311,3.1695201,3.0552213,3.2915037,3.5057273,3.7631397,3.8093195,4.4484501,4.3925166,4.4526482,4.4018922,4.1836815,4.5111008,4.4738097,4.5381527,4.7646337,1.7621852,2.079314,2.1401412,2.0229812,2.3124495,2.3095927,2.3843892,2.206636,2.2671933,2.4060557,2.5654874,2.6182206,2.7916887,2.9452641,3.0273907,1.7652975,1.9801868,2.2698181,2.4429061,2.6039391,2.8601098,3.0815101,3.3075533,3.6828082,3.8055103,3.9612212,3.906868,3.9269269,4.0273347,4.0909014,1.736483,1.9461582,1.9993279,1.9259754,2.0495682,1.8591268,1.9668337,2.0343258,2.1284766,2.171397,2.2190328,2.2896521,2.6301124,2.8341887,2.8931668,0.53191489,0.57382667,0.58788449,0.60011834,0.59607583,0.66793102,0.72613251,0.71231991,0.78339523,0.83394659,0.88314664,1.041582,1.1675376,1.1436039,1.1862592,2.5602701,2.6664569,2.9175498,3.2171791,3.4418776,3.7232888,3.975467,4.226779,4.5192184,4.6994991,4.8728485,4.9429107,5.0827494,5.226481,5.2755055,1.1653315,1.300578,1.496664,1.5599785,1.6974039,1.8963118,1.8862516,2.064863,2.2067952,2.2421272,2.1577506,2.3722017,2.5115042,2.4087713,2.6166162,1.1553923,1.4208889,1.4648565,1.5905088,1.567382,1.67681,1.8038498,1.977125,2.0321658,2.1091483,2.1686575,2.3167107,2.4763715,2.6461167,2.6664228,8.1964436,8.7957802,8.9615936,9.7141619,10.051805,10.748561,11.14257,11.240073,11.434759,11.611762,11.900972,12.166305,12.478197,12.526776,12.582336,1.2664043,1.5351952,1.8233637,1.8656111,1.8892214,2.0497386,2.2357976,2.4302044,2.5445216,2.8112328,2.8928754,2.8971028,3.0593596,3.1394966,3.3000331,5.0656924,5.6977239,6.1691542,6.8804083,6.997355,7.828877,8.3580151,8.6038008,9.374095,9.3224659,9.8697548,9.92836,10.206766,10.527875,11.010401,1.5349663,1.8851457,2.1847475,2.626111,3.0895424,3.6865313,4.1438489,4.6707759,5.1061101,5.513114,5.8876371,6.024816,6.0454288,6.0522246,5.9064789,1.0001504,1.106178,1.1301137,1.1509616,1.1175251,1.242236,1.3251859,1.3503542,1.3595498,1.4840266,1.5274428,1.6423626,1.6868896,1.7795722,1.9350535,1.2715318,1.4143879,1.5176692,1.7304901,1.7181562,1.8720236,2.0340481,2.1217813,2.1596348,2.4073558,2.5815065,2.683774,2.6928966,2.6734636,2.9252129,0.98133564,1.1077507,1.1261479,1.2142154,1.2890553,1.3294109,1.3678932,1.4354978,1.4587641,1.5175092,1.6869619,1.7007787,1.7837757,1.8781012,1.9660943,6.7286196,6.7154112,7.6546602,8.4877262,9.2243185,9.9615278,10.440722,11.123502,11.527184,11.834949,12.206371,12.674686,13.038106,13.375796,13.689309,1.0305656,1.0986387,1.0800971,1.1159631,1.1406845,1.454862,1.4722681,1.5551306,1.6013322,1.6461982,1.6498625,1.8963002,1.8814676,1.9599725,2.1184063,0.68469894,0.72116739,0.76888287,0.73842657,0.79813015,0.75534797,0.76193798,0.85618424,0.83046967,0.92870325,0.94123048,1.0240092,1.132629,1.2076445,1.2834854,2.2032409,2.2090952,2.1562011,2.182066,2.1455872,1.8469658,1.7710309,1.6723644,1.5761173,1.6255498,1.9208606,1.8111004,2.0979021,2.3372455,2.4420149,1.7959522,1.9234747,1.9971175,2.1402113,2.3157749,2.5524282,2.6196296,2.6761255,2.9133747,3.2005641,3.1551332,3.3910134,3.4989753,3.4571245,3.6117866,1.7262909,1.9349033,1.9831506,2.1255894,2.2540982,2.4630167,2.4872594,2.4643321,2.5421786,2.5627456,3.0206194,2.8251641,3.1835787,3.1804616,3.1362221,1.2222222,1.3669868,1.5631959,1.6118377,1.7943743,1.8578174,2.0274141,2.1926355,2.2688224,2.336261,2.5039194,2.3109715,2.4583087,2.5772262,2.6734796,1.7383778,1.8170717,1.9697739,2.1345568,2.2806206,2.5354919,2.6880348,2.8922474,3.0899131,3.1564441,3.3438239,3.5254977,3.7345581,3.828603,3.9810877,3.0549326,3.367712,3.6429231,3.8136191,3.8512156,4.1389151,4.1699657,4.5789099,4.7186117,4.6449308,4.817286,4.9525146,5.2331905,5.3754539,5.3937159,0.75485706,0.97954655,1.0403121,1.1467179,1.2213835,1.3241011,1.4141655,1.4706758,1.5709579,1.7522875,1.6000962,1.855633,2.2813461,2.3296838,2.3169317,1.5827481,1.6327636,1.9206803,1.9742883,2.0543518,2.2095256,2.2897186,2.3320067,2.3393035,2.3588393,2.5063751,2.6996753,2.8485003,2.9656918,3.139858,2.2546239,2.3384361,2.5421863,2.580632,2.8214414,3.0380387,3.1862588,3.2145143,3.5567746,3.6643405,3.6440916,3.5795736,3.7716794,3.8558743,3.9925928,1.3062266,1.4074596,1.4742268,1.4093329,1.5182513,1.4385353,1.4861995,1.4648212,1.6319772,1.7258025,1.6792197,1.983881,1.9903036,1.9574579,2.2505922,2.5261796,2.7654269,2.6448088,2.6842732,3.106921,3.440906,3.5816469,3.7560668,3.7710228,3.9304533,3.4628379,3.6224165,3.6043768,3.5264757,3.6747715,1.5260233,1.6983835,1.8338168,1.8456725,2.2233875,2.1099272,2.4618993,2.2768965,2.3725445,2.3735924,2.2615864,2.786412,3.1320162,3.3227127,3.3666551,1.0761398,1.206937,1.2420905,1.2423081,1.2936611,1.4290776,1.4514987,1.518747,1.5671376,1.6002887,1.6078714,1.5826991,1.5458817,1.5477959,1.744627,0.73578131,0.89718032,0.97830409,1.0731956,1.2358432,1.262345,1.4143157,1.4632487,1.4769865,1.5716262,1.6262339,1.7264173,1.7603276,1.9791666,2.1501472,1.1738237,1.2808074,1.3027116,1.4401702,1.603555,1.8057165,1.9223338,1.9245427,2.0783451,2.2503111,2.2890527,2.5687897,2.6219039,2.8820117,2.7639418,1.4530239,1.4251965,1.4241832,1.411093,1.4354265,1.4156853,1.3164688,1.3304061,1.3118558,1.2786676,1.2652967,1.4625485,1.4407556,1.6038846,1.6481584,3.5651252,4.0597911,4.3900719,4.6339946,5.0506845,5.2960057,5.9580894,6.048316,6.3015156,6.376554,6.1054497,6.7372732,6.5080352,6.5851026,6.4847655,1.4287387,1.5687505,1.6578748,1.8111769,1.8251528,1.9195467,2.0197558,2.1359773,2.2683849,2.232868,2.2183328,2.3044493,2.5701222,2.6625259,2.6997929,3.4981251,3.8040519,4.0656033,4.2130799,4.2478933,4.4894323,4.8526101,5.098886,5.3021388,5.6114268,5.8268862,5.9967899,6.0723195,6.1366873,6.3937984,2.0791698,2.4533517,2.8860211,3.1911836,3.6515565,4.2947769,5.0315428,5.5240579,5.927835,6.4141469,6.7742095,7.1963468,7.6037126,7.9061508,8.0796871,0.81129491,0.81009996,0.83988941,0.79544234,0.83415645,0.84015036,0.93447548,0.86023909,0.8630479,0.91386789,0.88546461,1.0257605,0.9456265,1.0757829,1.1785929,2.5041728,2.7544603,3.0898066,3.3663876,3.6884084,4.0320525,4.3675857,4.7179589,5.0838232,5.4426618,5.8081703,5.8297377,5.8861032,5.8898382,5.9486866,0.82071054,1.0122683,1.1261386,1.1219106,1.2852199,1.3380516,1.3252681,1.4622798,1.5106242,1.6087731,1.5415437,1.7244257,1.7026997,1.8497504,1.8347578,4.8661551,4.8397083,4.7479587,4.6417551,4.5701437,4.4659381,4.4778214,4.3812075,4.3934541,4.1713724,4.0356355,4.1951289,4.3372283,4.4285717,4.4334064,1.314162,1.4577702,1.5695558,1.8075755,2.0558259,2.2622015,2.598773,2.9267416,3.2641644,3.5610561,3.8528066,3.8537819,3.961344,4.066186,4.165875,5.7103825,6.0365295,5.663312,5.8796635,5.8682857,6.5779881,6.8155527,7.0966601,6.9475374,6.6955032,6.9515867,7.4261827,7.259017,7.4828057,7.5634184,0.93378609,1.0218978,1.0797546,1.088044,1.1061398,1.2577065,1.3276492,1.3172206,1.365724,1.4652015,1.3558079,1.586318,1.8395696,1.9922316,2.1854472,6.7538805,7.4805989,8.0639925,8.7245703,9.2419262,9.8613367,10.514273,11.028419,11.490602,11.87458,12.223634,12.739134,12.854936,13.101985,13.450665,19.781546,21.243423,22.704115,23.521235,24.830122,26.082954,26.909605,28.017372,29.374924,29.889366,30.486525,31.573126,32.152843,32.182251,32.493675,0.98027772,1.130828,1.1576754,1.2599965,1.3138939,1.2592721,1.3216859,1.4223695,1.5101056,1.5714039,1.7521467,1.7364125,1.8106176,2.0411744,2.0681913,1.0417571,1.1668408,1.2406306,1.1534518,1.164174,1.1839784,1.1743598,1.357318,1.2530316,1.2155591,1.2658228,1.4492754,1.539194,1.6172938,1.8795182,1.142054,1.2718849,1.6953696,1.85181,2.0664275,2.2673528,2.5492847,2.8461921,3.1002796,3.2996376,3.5110939,3.5736735,3.5333269,3.5869029,3.5868077,1.3192775,1.6103355,1.7277294,1.8841634,2.0343256,2.1696603,2.2082574,2.2988505,2.4578369,2.7236454,2.7686071,2.8083029,2.7260017,2.8716016,3.1101894,8.2895298,8.9977999,9.7735214,10.776787,11.48176,12.396694,13.204494,14.009439,14.511492,15.075035,15.556307,15.659845,15.895614,16.087399,16.204765,1.8862605,2.13115,2.2762949,2.4643676,2.6760223,2.8981853,3.110219,3.2280862,3.4055688,3.5944629,3.7789271,3.9061599,3.9819524,4.0909958,4.1783757,0.79438174,0.81844378,0.80511487,0.90535975,0.90101212,0.9098841,0.99022472,1.0329498,1.1263074,1.1653414,1.2415506,1.3771039,1.4859892,1.6626403,1.5252759,12.76304,13.379049,14.26207,15.025711,15.787226,16.342651,17.09037,17.602737,18.185549,18.554977,19.030893,18.975342,19.193911,18.993439,18.872057,19.079,19.443628,19.844114,20.142653,20.466188,20.805593,21.120968,21.47632,21.899353,22.242331,22.57238,22.579012,22.593246,22.612755,22.613945,7.7750206,7.8595319,7.2756672,7.7047849,7.2842441,6.3986874,6.5830722,7.064364,6.9883528,7.0175438,11.263972,7.0207024,8.259325,9.0034962,9.3044262,8.9181576,9.3341179,9.8082657,10.155701,10.540107,10.893796,11.318541,11.845907,11.867287,12.403892,12.641292,12.613885,12.746975,12.735373,13.036142,10.590902,11.033353,11.393937,11.704124,12.055945,12.411526,12.766114,13.120031,13.481468,13.914104,14.2517,14.585105,14.899753,15.220973,15.461561,6.8643131,7.4036412,7.7914109,8.2230606,8.5066242,8.6698313,9.4212179,9.8534622,10.104831,10.215686,10.510002,10.640562,10.836778,11.123076,11.367358,46.713078,47.355694,48.195717,48.829723,49.185925,49.888023,50.655819,51.629894,53.047222,54.400002,55.108505,56.033474,56.569958,57.534248,58.240829,17.801975,18.585161,19.381302,20.106407,20.845224,21.560881,22.252542,22.905569,23.457508,23.958994,24.449316,24.594801,24.731165,24.93013,25.11824,13.968658,14.517075,14.786291,15.408861,15.706619,16.003677,16.809046,16.941755,17.360331,17.706913,17.997345,18.346916,18.917768,19.140219,19.191732,9.3871298,9.7181273,10.014226,10.081327,10.38607,10.692959,10.938322,11.224916,11.587497,11.860021,12.177004,12.185954,12.272744,12.466939,12.636985,44.190727,44.77449,45.354332,45.893909,46.506355,47.173084,47.872631,48.547157,49.172298,49.814102,50.42572,50.850666,51.278919,51.631824,52.013351,29.81905,30.559546,31.072006,31.699736,32.471794,33.278576,34.261536,35.31953,36.064812,36.985764,37.544884,38.160931,38.826687,39.494686,40.31395,6.5490031,6.9714556,7.2759748,7.5982242,7.8154883,8.113493,8.498558,8.9059935,9.270525,9.6385632,9.8943577,10.148077,10.274456,10.524362,10.83282,72.419777,73.306801,74.346336,75.224861,75.988281,76.754662,77.601944,78.407738,79.185555,79.815468,80.360542,80.965233,81.3153,81.914528,82.343918,12.587023,13.335541,13.890399,14.50008,15.173862,15.564455,16.6957,17.648973,18.064199,18.981882,19.483606,19.914127,20.347733,20.659676,20.99913,38.641434,39.498856,40.506069,41.644497,42.880173,44.316746,45.673294,46.902145,47.813282,48.601376,49.322433,49.873817,50.357937,50.957565,51.567738,43.812531,44.519531,45.133671,45.818657,46.349258,47.214203,48.037399,48.84457,49.619476,50.290913,50.988419,51.580914,52.032066,52.692574,53.164387,11.489972,12.14899,12.883456,13.495263,13.979022,14.705929,15.525997,15.912106,16.34675,16.866161,17.282427,17.565044,17.977615,18.469351,19.072262,13.891278,14.340647,14.445109,14.84527,15.44489,15.712711,16.225979,16.981609,17.103432,17.437428,17.793421,17.913582,18.26335,18.283813,18.517586,44.717453,45.105637,45.466007,45.813839,46.115997,46.37051,46.561398,46.733238,47.078972,47.445469,47.851902,48.006386,48.147755,48.23653,48.350353,44.546757,45.289497,46.223778,47.012157,47.857132,48.898533,50.146912,51.187469,52.056839,53.038181,53.791744,54.481255,55.205048,55.738373,56.084938,11.169602,11.424318,11.701086,12.072849,12.35678,12.829332,13.277864,13.826712,14.409134,15.109901,15.562084,15.666613,15.731133,15.754278,15.915179,7.6896086,7.9770746,8.3454151,8.3865137,8.7144136,8.624527,8.9796362,9.1963406,9.5481205,9.433341,9.532423,9.4057503,9.515542,9.9864674,10.557949,16.597036,17.149733,17.757887,18.328794,18.886744,19.392824,20.057245,20.576311,21.2512,21.685553,22.323177,22.77273,23.214735,23.589668,24.075361,45.542686,46.837528,48.02375,49.237709,50.42078,51.349388,52.482693,53.281563,53.862087,54.368179,55.042488,55.705513,56.282181,56.914608,57.530807,11.492664,11.390374,11.55736,11.809283,11.87923,12.012546,13.018613,13.417323,13.715841,14.036905,14.176562,14.014952,14.571948,14.742043,14.686634,17.622475,19.147005,20.120859,20.566208,21.684132,22.38385,23.430111,24.257933,25.624006,26.170761,26.71772,26.525513,27.042311,27.448883,27.90069,46.983051,47.939484,48.854824,49.707733,50.432926,51.162193,51.911377,52.696728,53.787971,54.773159,55.518597,56.035362,56.457985,56.899994,57.377468,23.830933,24.729929,25.587214,26.571024,27.19673,27.990276,28.845102,29.836405,30.780876,31.711266,32.363472,32.628735,32.937328,33.264015,33.633106,5.7090359,5.975564,6.184031,6.5654874,6.7577085,7.1393318,7.4680419,7.727468,8.059063,8.3648605,8.6655054,8.7063036,8.9400539,8.9788265,9.1836014,30.905025,31.235781,31.478468,31.656775,31.832664,31.96913,32.06918,32.277309,32.795891,33.313259,33.754044,33.903946,34.057468,34.178093,34.300426,9.7326021,10.015364,10.34499,10.605518,10.961197,11.229945,11.550815,11.907374,12.245533,12.591839,12.914228,13.09748,13.280733,13.395646,13.545762,5.6519227,6.1719499,6.1918912,6.1984062,6.5619044,6.9776297,7.2584534,7.6692314,7.8490934,7.9329662,8.3508778,8.1741524,8.2169104,8.3700438,8.3629513,36.405869,37.19426,38.098457,39.019932,40.00098,41.195633,42.540985,43.702461,44.409901,44.942181,45.586319,46.082497,46.532967,46.96365,47.408031,16.12908,16.686422,17.326773,17.908201,18.519836,19.10927,19.736368,20.328188,20.799776,21.23575,21.657797,21.821005,22.040352,22.301001,22.521286,48.163849,48.64761,49.317059,50.103264,50.819523,51.865608,53.368195,54.488461,55.31723,55.983173,56.44067,56.910507,57.29454,58.024479,58.364208,39.368885,40.365509,41.435978,42.592796,43.761482,44.960812,46.146374,47.25145,48.043629,48.650917,49.319515,49.967251,50.534882,51.085793,51.642258,26.842722,27.373302,27.939337,28.468948,29.014027,29.604698,30.069225,30.598083,31.110254,31.647491,32.136009,32.415371,32.661186,32.92025,33.15868,14.147464,14.105767,14.182702,14.281874,14.338554,14.334169,14.376505,14.489009,14.631954,14.88025,15.170156,15.255239,15.338926,15.321125,15.297401,30.742493,31.700743,32.734249,33.64381,34.536896,35.423489,36.292042,37.075798,37.726818,38.371872,38.967113,39.387604,39.739887,40.114437,40.476063,16.407022,16.773907,17.096367,17.54439,17.947609,18.381378,18.906096,19.381588,19.944586,20.40053,20.841278,21.192959,21.556572,21.795967,22.035641,22.007856,22.11768,22.295263,22.531193,22.881763,23.17767,23.477345,23.844238,24.407173,25.012156,25.485098,25.419537,25.370588,25.297922,25.248539,34.440609,35.07481,35.769218,36.48214,37.273006,38.103161,38.971294,39.933079,40.968212,42.067917,42.978065,43.435001,43.749783,44.084557,44.451847,24.115477,24.037754,24.089106,24.439827,24.800337,25.157881,25.523796,25.845167,26.223459,26.63221,26.965073,26.881748,26.747688,26.612333,26.483723,26.947838,27.461189,27.843369,28.274334,28.673777,29.144272,29.585957,30.070982,30.741072,31.527754,32.155373,32.454872,32.732552,32.890297,33.119259,5.5532804,5.9582472,6.3731656,6.6748648,6.9395595,7.2379923,7.5247211,7.8041101,8.0384998,8.2102222,8.4663067,8.6593733,8.8935719,9.1565619,9.4371538,5.9597092,6.8220577,6.6053996,7.0350327,7.3760934,7.1047955,7.4182243,7.8861551,8.1626501,8.3743839,8.4672432,8.7600641,8.6178865,9.2257004,9.6005373,7.578362,7.8095107,7.9540544,8.2349215,8.523674,8.9155712,9.4297209,9.7177553,9.9218397,10.127713,10.492109,10.61515,11.18737,11.525152,11.890026,17.720053,18.458767,19.211418,19.885702,20.642265,21.391981,22.072859,22.657093,23.17347,23.608179,24.141394,24.516861,24.852983,25.243546,25.674633,17.476831,18.17371,18.935608,19.719007,20.518456,21.2994,22.160288,22.982908,23.692482,24.386471,24.996494,25.256983,25.546005,25.846889,26.047785,31.949116,33.140347,34.54884,35.713245,36.705284,37.880283,39.04203,39.989445,40.684872,41.366199,42.066875,42.570259,43.079735,43.535397,44.143539,22.322962,23.029024,23.731165,24.413317,25.003469,25.817898,26.799982,27.401329,27.786478,28.267595,28.911671,29.147783,29.397007,29.605818,29.926571,15.921309,16.492899,17.168003,17.789776,18.21356,18.880566,19.603163,20.285774,20.988699,21.569065,21.987612,22.458719,22.938217,23.44405,24.032337,3.9214175,4.2693834,4.6463566,4.9810748,5.3727484,5.8258929,6.1097255,6.4258499,6.7369657,7.0774598,7.3384523,6.9882674,6.9736452,7.2268529,7.1831203,51.047535,51.960361,52.947563,53.939236,54.863571,55.868565,57.01543,57.998531,59.01445,59.945946,60.748993,61.316311,61.888268,62.413918,62.9972,8.1744661,8.5280437,8.669651,9.0120859,9.1975546,9.5389872,9.8535643,9.9664536,10.429688,10.582864,10.78172,11.058342,11.141901,11.232851,11.570018,33.625641,34.228088,34.884136,35.554836,36.213245,36.840858,37.530991,38.282455,39.054111,39.786045,40.408451,40.860756,41.233589,41.584061,41.962181,26.01643,26.366367,26.784119,27.182241,27.734739,28.384754,28.660709,29.054897,29.593109,29.924271,30.473682,30.717361,30.920607,31.135786,31.290323,17.420328,18.49173,19.413849,20.230181,21.069311,21.849588,22.722023,23.565241,24.227774,24.662394,25.165771,25.746176,26.27286,26.779184,27.160511,29.26119,30.339396,31.522333,32.677818,33.57198,34.590759,35.383141,36.209126,36.751995,37.495293,38.152191,38.238274,38.36385,38.551182,38.828354,41.594223,42.177052,42.669048,43.353024,43.674839,44.309528,44.794682,44.894596,45.326797,45.895744,45.996517,46.015999,45.259048,45.493668,45.661232,11.919867,12.812479,13.701527,14.574938,15.337852,15.964047,16.586126,17.184372,17.739714,18.098909,18.56242,18.52063,18.492311,18.607403,18.758656,16.836327,17.1035,16.913183,16.692219,16.580864,16.901531,17.198627,17.688795,17.167347,17.881502,17.939154,18.293089,18.11953,18.499672,18.763308,7.0428796,7.5374632,7.5415125,8.1127033,8.4645662,8.2812109,8.8227816,8.6394205,9.4324751,8.9195642,9.433465,8.9763784,9.3276644,9.8316135,10.261348,30.534094,31.655539,30.855516,30.603308,30.291262,30.614578,30.206255,30.81365,30.71117,30.754864,30.138248,30.766796,31.108051,31.398186,31.803221,10.751397,11.157541,11.515093,11.70615,11.969484,12.233042,12.417544,12.643862,12.899034,13.121184,13.409742,13.493819,13.586082,13.709101,13.803432,9.0602083,9.5335531,10.045455,10.270517,10.288185,10.137543,10.234152,10.470442,10.876064,11.078867,11.319141,11.35695,11.742353,11.917624,12.032323,8.5511417,8.6426487,8.7865114,8.9238224,9.0338478,9.2487574,9.1356001,9.3514414,9.3609514,9.5003357,9.5794258,9.8794918,10.036456,10.11193,10.271412,8.1937532,8.9949522,8.6361494,8.7580404,8.9348812,8.8189793,8.8912134,9.0177135,9.0377455,9.9837217,9.2896175,9.9785414,11.176158,12.758073,12.459547,3.8789842,4.2843437,4.1833086,4.2650499,4.263227,4.52459,4.5565138,5.0043707,4.7603412,4.758728,4.9714661,5.3776503,5.3914003,5.253304,5.6809506,59.242947,59.077847,58.482891,58.688324,58.25452,57.250809,57.09787,56.942921,56.256096,55.859955,55.719112,55.002403,54.307114,54.409981,54.438801,67.78231,68.085106,67.436111,67.325104,66.657547,66.647949,66.311958,67.087189,66.534546,66.101692,64.540817,64.471878,64.732018,64.632416,64.442566,22.58123,23.102957,23.896929,24.066618,24.912586,26.211027,26.826366,27.664173,28.569027,29.342764,28.845495,29.419819,30.003695,30.007517,30.625334,2.4978712,2.5927949,2.8002155,2.9236739,3.2983892,4.0110307,4.2814221,4.2801557,4.6262479,4.5584726,5.0573635,4.996448,5.2594342,5.2792115,5.2449965,11.486171,12.006128,12.285107,12.596357,12.82375,12.994658,13.132363,13.485607,13.786141,13.798306,14.162214,14.207183,14.561161,14.722085,14.855618,31.913557,32.13073,32.514053,32.647831,32.610085,32.616444,32.449566,32.260559,31.981638,31.826401,31.947142,31.462734,31.174997,30.898767,30.781836,3.8440716,3.8399134,3.9037433,3.854506,3.8378379,4.1733546,4.1054235,4.090909,3.930131,3.9377735,4.8011637,4.4313149,4.1144004,4.0433927,5.0632911,5.1010156,5.5319819,5.8809733,6.2563529,6.4290261,6.7150126,6.967783,7.1847496,7.3154263,7.3717246,7.5657749,7.7906857,8.0161247,8.1206264,8.2775927,23.333572,24.436838,25.58618,26.009556,26.4877,27.141193,27.923096,28.486237,29.111246,29.722162,30.180717,30.016226,30.139832,29.763355,29.987177,3.8384843,4.1243954,4.396162,4.6074929,4.8687263,5.0356145,5.0260892,5.325417,5.3017583,5.5083823,5.653038,5.5400352,5.9542117,6.2473617,6.3632598,11.436556,11.943516,12.483438,12.830633,13.154902,13.504241,13.795064,14.10385,14.425699,14.716944,15.131722,15.429722,15.683514,15.950851,16.249544,10.383825,10.661978,10.882834,11.102109,11.228409,11.432002,11.661298,12.097787,12.14222,12.27198,12.48799,12.817377,12.869605,12.975603,13.04629,16.892242,18.305723,19.735748,20.776112,21.540474,22.499445,23.774082,25.000933,26.575771,27.975616,28.34037,28.181414,28.166285,28.076262,28.062599,4.2651057,4.6015477,4.9916458,4.9194055,5.0084171,4.6777544,4.5668645,4.7210302,4.7950654,5.1008968,5.1661191,5.2892561,5.9578371,6.1905613,6.2390771,4.337388,4.6770778,4.8411613,5.3587513,5.7516918,5.9734354,6.5700212,6.9131837,7.2288332,7.5962963,7.623682,7.4326181,7.4456058,7.7607965,8.0196171,5.1677566,5.6595807,6.0256948,6.1865063,6.5617166,6.903708,7.126359,7.5583329,7.6393442,8.2573586,8.2288399,8.3705282,8.7302103,9.101449,9.1816616,1.517067,1.4687883,1.5037594,1.5404365,1.3580247,2.7707808,2.8220859,2.7544911,2.9339855,2.8776979,4.8406138,3.9903264,4.1353383,4.0841584,3.7131884,35.259296,35.271774,35.530315,35.608509,35.659668,35.619316,35.133995,35.016312,35.444649,35.52169,34.078297,35.267033,34.999241,34.448212,34.338566,6.5313892,7.1288424,7.3107047,8.0687828,7.6716013,9.247757,9.9646645,9.4527359,9.7968073,10.582387,8.9208632,10.845986,11.564121,11.561119,11.039426,10.061358,10.690657,11.234231,11.687621,12.060856,12.51359,13.023375,13.448185,13.848882,14.047459,14.381186,14.669564,14.962524,15.122406,15.182938,3.167702,3.4193549,3.3574719,3.5976014,3.6376114,4.8398094,4.945055,5.1063828,5.316092,5.4426703,5.6468906,5.6966367,6.0500698,5.9196615,6.661942,13.749844,14.659162,15.151516,15.455551,16.145641,16.141438,17.113968,17.211466,18.22974,18.883455,18.898018,19.024389,18.953604,19.077883,18.801996,36.199615,37.303429,37.727985,38.606327,39.157925,39.626244,39.681232,39.732143,39.449665,39.536762,38.63044,39.197617,39.269531,38.572212,38.020905,10.46396,10.629606,10.802503,10.973309,11.006248,11.285339,11.419689,11.44438,11.590544,11.746405,11.885828,12.097864,12.308105,12.404978,12.698236,8.3656034,8.716095,9.0130081,9.1827841,9.3628225,9.6224871,9.8053885,10.018106,10.236242,10.415712,10.630095,10.66312,10.805223,10.968107,11.09263,41.772896,41.829849,41.260372,41.315422,41.353626,40.996021,41.013206,41.108425,41.515533,41.635498,41.138706,42.199146,42.142902,42.391834,42.598251,8.5502472,9.4046011,9.6192722,9.8069105,10.172144,11.126861,11.338156,11.761488,11.722751,12.151945,12.552531,12.84505,13.398272,13.04988,13.28976,12.005411,12.833776,13.059216,13.658648,13.535215,13.80566,14.417416,14.880657,15.125632,15.647409,15.720256,15.031438,15.355068,15.19653,15.628132,10.130833,10.571065,10.762823,11.029329,11.296387,11.701,12.010545,12.349213,12.753309,13.182867,13.371333,13.444887,13.639994,13.870907,14.095612,2.0432692,2.1356783,2.093596,2.2946861,2.240566,2.4570024,2.4081116,2.354399,2.7131784,2.8688524,5.6338029,3.0942333,2.9577465,3.4674063,4.0287771,9.3557463,9.9655571,10.551049,10.70502,11.612904,11.955851,12.337019,13.237938,13.6106,14.291959,14.510059,14.314442,14.126309,14.135406,14.313332,9.5274038,9.589735,9.7848339,10.006185,10.165195,10.157461,10.513457,10.486147,10.70494,11.122437,11.237715,11.668566,12.030519,12.158896,12.248537,14.952826,15.238206,15.756387,16.246819,16.686863,17.103178,17.70545,18.274393,18.844999,19.369207,19.726585,20.066006,20.009827,20.135185,20.248825,31.338739,31.684185,31.742632,32.185608,32.647099,32.751472,32.919903,33.375381,33.486156,33.556355,33.781437,34.218277,34.592857,35.105179,35.378464,37.851994,38.177094,38.24157,38.692875,38.742538,39.26326,39.738472,39.796623,40.051266,40.15366,40.196236,40.574638,40.867985,41.424332,41.361912,4.0264902,4.4362292,4.5454545,4.5103092,4.4466648,4.1676941,4.3765283,4.2352939,4.3359818,4.3458476,4.7811451,5.2525253,5.054945,4.958497,5.6000004,4.2535787,4.3133402,4.5241117,4.5556664,4.4699321,4.8506541,4.7504621,4.7126784,4.763938,4.6775999,4.9932356,4.8880596,5.0814657,5.859302,6.1931119,11.829405,12.90395,14.120525,14.745186,15.932961,16.67786,16.515633,17.016903,17.705219,18.352833,19.07424,18.980104,19.685219,20.07341,20.883625,6.6342711,7.100513,7.1069016,7.1433268,7.0565042,7.325151,7.4948401,7.9107122,8.690896,8.7723427,9.2466354,9.1317806,9.6429605,9.8617506,9.8755617,33.081562,33.704697,34.502384,34.368008,34.459705,34.873886,34.828636,34.956028,35.031193,35.297386,35.039055,35.632549,35.85545,35.999348,36.144077,38.215092,38.565002,38.863903,39.269947,39.542831,39.998665,40.15234,40.421993,40.729706,41.079281,41.468048,41.768059,42.021317,42.332546,42.609066,4.9448714,6.066803,6.4526968,6.7026844,7.1083732,7.5357447,7.6910625,8.0809669,8.9543085,9.9277172,9.9093657,10.061965,10.618557,10.442005,11.061218,41.824024,41.619587,41.958443,41.973,42.026283,41.792267,41.876507,41.908539,41.964588,42.326485,42.24461,43.344795,43.825138,44.294106,44.612865,3.1743627,3.6120732,4.0207143,4.2358685,4.5506096,4.743434,5.151196,5.7534122,6.0860167,6.4800739,7.0115581,6.5402479,6.7340794,6.9351616,6.8946772,45.327496,45.385124,45.12804,45.145321,44.383347,43.885006,44.914028,44.599869,42.741543,44.049561,40.035934,40,39.278366,38.754211,38.619129,7.2953739,7.0567989,8.0808077,8.1967211,8.5578451,11.004785,11.09399,11.195159,12.537314,12.785389,13.521128,14.634146,14.964029,15.307583,13.769124,6.672719,7.4511518,7.0172973,6.9810247,7.7294683,7.7356629,8.0893793,8.3447142,9.01439,8.7410221,8.4953108,9.0641718,9.4145565,9.4983015,9.2906704,11.325564,11.875235,11.172977,11.500754,12.308899,11.776368,12.045271,11.875,11.606773,11.998328,11.256324,13.316477,14.448188,15.004262,14.952871,9.8143463,10.288881,11.033352,11.27204,11.152372,11.813866,12.168031,12.679021,13.074713,13.559505,14.358462,14.543179,14.554789,14.567627,14.834811,3.4858387,4.0485067,4.5676088,4.4276357,4.2762246,4.4681048,4.663166,4.6593561,4.9020901,5.1663251,5.7175746,5.6793828,5.9128056,6.0988207,6.1425271,6.2765741,7.0988922,7.0903673,7.5974541,7.6173067,7.756515,8.4573059,8.7241449,9.3071785,9.125,8.2864876,8.7544184,9.2463579,9.4600248,9.5695782,27.228611,27.299013,27.669928,27.935249,27.91633,27.93354,27.907743,27.877674,28.014887,28.207483,28.49176,28.432495,28.455948,28.5681,28.824551,12.95938,13.551211,14.044253,15.43888,16.504953,16.968765,18.49959,19.24806,19.851671,20.255438,20.641241,21.401161,21.154985,21.661779,21.731501,11.991895,12.440176,12.932915,13.396003,13.874083,14.346302,14.879823,15.433238,15.948237,16.516644,16.989618,17.447226,17.879406,18.264629,18.655743,11.649014,11.98403,12.295219,12.66719,12.959247,13.204819,13.629782,14.061872,14.478016,14.943134,15.362703,15.802272,16.180923,16.580765,16.987616,2.1561141,2.4109538,2.6482196,2.9110465,3.1876822,3.4418144,3.781065,3.9959762,4.1498618,4.3712339,4.5264435,4.7304773,4.9259825,5.1567717,5.4491377,3.0187733,3.1922348,3.3627119,3.5458524,3.7070301,3.8602636,4.0538802,4.2253351,4.4470844,4.6163507,4.7924829,5.0752716,5.2583561,5.5559254,5.8279772,10.185705,10.615695,11.099044,11.531239,11.958603,12.429264,12.98178,13.531193,14.083459,14.647016,15.104248,15.55215,15.94868,16.378498,16.805923,5.1626334,5.4832516,5.8742414,6.2310567,6.5611796,6.8455563,7.1949749,7.4663148,7.8548527,8.207799,8.5234718,8.8843422,9.2461939,9.5931549,9.9056625,2.8714848,3.0093427,3.2262824,3.4402013,3.5969899,3.7370391,3.8528674,3.9514289,4.1060014,4.2329154,4.3945255,4.6194854,4.6882195,4.809454,4.9954815,7.1447544,7.3586965,7.6306739,7.7663264,8.0356207,8.2647276,8.556406,8.7697458,8.9695301,9.3521404,9.6575232,9.9849682,10.224518,10.50125,10.867928,3.2374694,3.4899559,3.7656269,4.1127744,4.3963771,4.6643844,4.8789611,5.1458411,5.3531742,5.6446424,5.8461008,6.0650444,6.3229742,6.5731912,6.7880282,5.3118839,5.6348882,6.000494,6.3152595,6.6525483,7.0538826,7.4588275,7.7673383,8.0766659,8.4863415,8.7490215,8.9409218,9.0728674,9.1636658,9.3250704,4.4867678,4.9138331,5.2446294,5.6656923,6.1588135,6.6103535,7.0469871,7.4861794,7.888391,8.3265295,8.6733274,8.8845625,9.0570993,9.1901245,9.3043327,5.8533196,6.114975,6.3535666,6.6235871,6.8857207,7.1352177,7.4478297,7.7788076,8.0722618,8.2770805,8.4562645,8.5710964,8.7515745,8.8409958,8.9783173,1.86824,2.0026526,1.9143274,1.9274039,2.0172315,1.9168814,1.9905362,2.0601251,2.1029,2.1088336,2.0253818,2.171665,2.3140619,2.3192916,2.3917449,2.4435115,2.6862929,2.8126044,3.0139832,3.306592,3.6098137,4.0116153,4.3043332,4.5396862,4.6822004,4.8602247,5.0280876,5.1989298,5.4215112,5.7279396,2.3825967,2.6147299,2.6647913,2.7889774,2.9383099,3.078511,3.1923103,3.3686037,3.4598253,3.5957072,3.6938202,3.9294868,3.6413221,3.7032907,3.8229451,4.6720619,4.9489236,5.2108793,5.5250401,5.9176207,6.3377156,6.8105793,7.2763791,7.6651344,7.90413,8.1564026,8.4209185,8.8179808,9.0391331,9.3616114,16.936832,17.988775,18.98329,19.916042,20.848921,21.746859,22.567652,23.324162,24.013638,24.65237,25.196997,25.857386,26.473322,26.898438,27.474609,3.773006,3.9308786,4.0627174,4.0397201,4.246932,4.3898916,4.5081091,4.5563211,4.7453141,5.0639806,5.3565311,5.3365841,5.4603562,5.7203388,5.7335811,3.3338957,3.4399326,3.6117051,3.9142494,4.1621504,4.3848462,4.884181,5.3774214,5.6416583,5.6737809,5.7991123,5.9608746,6.5571055,6.5388255,6.6915231,2.6970308,2.8094757,2.9127629,3.0978885,3.2817316,3.5607777,3.9129047,4.2426262,4.4588451,4.5663843,4.7105837,4.8441916,4.9276156,4.9796743,5.2127252,4.3522162,4.6277928,4.9414692,5.2030587,5.513422,5.8559303,6.4797935,6.9463143,7.2620392,7.5652695,7.7175474,8.1225958,8.5118427,8.7963409,9.1942005,19.783871,20.406071,21.109297,21.8673,22.673729,23.514891,24.30547,24.881613,25.162882,25.523022,25.973419,26.291412,26.235209,26.395357,26.681978,2.7328489,3.0049088,3.0623167,3.2342792,3.6412079,3.9059405,4.2282591,4.4817128,4.726819,4.8062658,4.9617586,5.0485091,5.19209,5.374434,5.563653,24.987576,25.378063,25.725821,26.413393,26.552588,27.270847,28.125364,29.067377,29.612497,29.787233,29.83078,30.06259,30.300507,30.609364,30.642546,1.7953191,1.9667926,2.0935786,2.2695627,2.4890387,2.6123033,2.7183487,2.7855499,2.8987293,3.1152837,3.1848688,3.6882989,3.6425903,3.5432081,3.6799397,4.154655,4.4508467,4.7513404,5.0779796,5.5003839,5.8916411,6.3579297,6.7646027,7.0783706,7.370594,7.6107898,7.8691735,8.1874418,8.3491631,8.6196404,2.7191448,3.0465853,3.3098319,3.4284885,3.5909128,3.8094249,4.1691771,4.2748151,4.4658318,4.6229987,4.7627354,4.900001,5.1730657,5.3081532,5.4291763,5.1424503,5.4463887,5.7093515,5.898613,6.3960104,6.8940892,7.5741949,8.0648727,8.4600086,8.6071806,8.6804686,9.0529947,9.4035301,9.5366621,9.8009968,1.3517634,1.5842583,1.9053349,2.1047382,2.2695739,2.5495195,3.5284753,3.9074059,4.1100664,4.4029527,4.7429461,4.6541972,4.9015393,4.9671164,5.1200957,6.2068963,6.486834,6.8607302,7.1409502,7.5383902,7.8174024,8.2593136,8.7557507,9.2208376,9.4436283,9.5136595,9.7559433,10.20189,10.055805,10.104665,2.762584,3.1435974,3.420218,3.6173475,3.6932747,4.0377192,4.0991187,4.2022877,4.3579211,4.8309464,5.101439,4.8687153,4.9946675,5.2360969,5.1952643,15.162113,16.039459,16.802553,17.665451,18.015293,18.650276,19.598276,19.163227,20.098808,20.585716,21.087057,21.219734,21.120358,20.942129,21.106907,2.7804475,3.127522,3.1549976,3.3407574,3.5328374,3.7323363,3.7714429,4.0042748,3.9997478,4.1988325,4.4235501,4.5004787,4.6333528,4.8005066,5.0087872,6.331583,6.7938542,7.0315332,7.3304782,7.8646908,7.9332242,7.713098,8.3556099,8.3192425,8.4661751,8.6932936,9.0971365,8.9067173,9.1315279,9.3801155,36.030483,36.66692,37.040356,37.68354,38.156963,38.706554,39.934933,40.732658,41.633156,42.344818,42.883347,42.83234,42.83889,42.909874,42.979481,39.870365,40.259235,41.393089,42.495434,43.679375,44.954319,46.252838,47.241447,47.946499,48.715714,49.104137,49.484802,49.969475,50.585739,51.024014,5.1145444,5.5492182,5.9230289,6.428802,7.0905724,7.7483521,8.5791798,9.46136,9.9230442,10.148881,10.360215,10.665479,10.975631,11.281147,11.692961,12.209295,12.877642,13.223407,13.59093,14.005308,14.492647,15.120464,16.000322,16.602724,17.075266,17.37994,17.712954,18.115675,18.227942,18.515045,18.222904,18.785086,19.462297,20.046276,20.718176,21.515299,22.407509,23.224718,23.953749,24.538116,25.069418,25.144587,25.587114,26.039167,26.500219,1.929607,2.0898864,2.1504235,2.1553965,2.122263,2.0847206,2.078289,2.1359611,2.2094235,2.2633643,2.5132208,2.6635728,2.7065384,2.7229235,2.7022901,6.6041312,6.9602275,7.2707882,7.73599,8.2127342,8.8812466,9.524353,10.120091,10.692927,10.965142,11.273035,11.444176,11.665956,11.739813,11.931174,2.9142845,3.0513384,3.1253386,3.1983402,3.3272271,3.4383476,3.6092408,3.7483461,4.2071133,4.3004951,4.4003139,4.4644856,4.7328339,4.5647473,4.8221169,2.2496314,2.6260586,2.7410634,2.9848552,3.0719886,3.1456721,3.0979877,3.3233681,3.4711764,3.7608814,3.6781144,3.8973582,3.9659061,4.1108446,4.1966515,9.1427755,10.051726,10.456979,10.875476,11.218873,11.363916,11.737202,11.431293,11.695216,12.045051,12.225846,12.508506,12.277318,12.627061,12.653798,5.6836219,6.2753887,7.1156144,7.7283025,8.5447226,9.4668274,10.269115,11.007937,11.467578,11.778581,12.184594,12.712009,13.022955,13.373268,13.876467,9.6621513,10.304162,11.026981,11.839561,12.713258,14.185925,16.009356,17.531038,17.943842,18.038141,18.398422,18.663284,18.952339,19.15062,19.535711,3.5764911,3.8209603,4.0582061,4.2796793,4.4345131,4.5810843,4.8826194,5.0923772,5.3029914,5.4427419,5.6049814,5.7382674,6.2374716,5.9866982,6.1123552,3.893892,4.1545644,4.3905015,4.7522588,4.8866968,5.4829879,5.9903159,6.4222465,7.0058079,7.3189826,7.4800544,7.6634445,7.7495122,7.8293166,8.119874,4.5213909,4.7950063,4.9785643,5.1331058,5.3698483,5.7800512,5.7171388,5.9534082,6.3678966,6.1698813,6.128067,6.4422026,6.7321687,6.5599418,6.791821,3.208071,3.4890504,3.5762017,3.7650445,4.0052423,4.0167799,4.2955594,4.4146566,4.5950274,4.6717367,4.6029677,4.87115,4.8321438,4.8794827,4.9727335,9.3982925,9.917695,10.390427,10.832056,11.327119,12.022357,12.788307,13.528965,14.05451,14.496853,14.926028,15.096542,15.326662,15.452811,15.743196,6.1098065,6.4316034,6.8486953,7.1580305,7.6036186,8.1954689,9.010148,9.8776541,10.405027,10.713854,10.953546,11.223937,11.476411,11.619123,11.850958,7.6055961,7.9703674,8.3606005,8.7797766,9.1906471,9.7856417,10.336244,10.830279,11.366706,11.840062,12.215748,12.45132,12.729581,12.906631,12.99548,57.6618,58.599197,59.557301,60.405396,61.167801,61.859398,62.562901,63.341999,64.104202,64.681801,65.196297,64.707603,64.447403,65.739799,66.290894,15.934316,16.297224,16.626245,17.070717,17.654865,17.880743,18.295774,18.981977,19.696136,20.303743,20.734552,21.309086,21.7425,22.062544,22.410158,1.5080146,1.6846544,1.9517889,2.0622211,2.1209126,2.3365057,2.5551803,2.8326831,3.1136017,3.1842139,3.2760334,3.4771113,3.6399701,3.697139,3.7560217,4.3306074,4.5704784,4.7765479,4.9237542,5.2305126,5.5394063,5.8711042,6.2180786,6.4973154,6.6971011,6.8605862,7.1716299,8.0901337,8.3134327,8.4293385,18.790545,19.532757,20.255058,20.580809,20.907251,21.369787,21.914391,22.336847,22.995897,23.604601,23.942957,24.482548,24.765665,24.801311,25.27228,18.988083,19.772156,20.545347,21.309563,22.247725,23.297869,24.330067,25.091059,25.857332,26.439186,27.020792,27.616385,28.170919,28.625122,29.223595,29.667061,31.221724,32.531281,34.223209,36.200535,38.286861,40.632679,42.40271,43.782139,44.799389,45.601234,46.937824,47.962593,48.710865,49.901432,12.590389,13.23847,13.908288,14.621952,15.322989,15.990003,16.720034,17.405678,18.017929,18.592962,19.098772,19.542099,20.081182,20.299295,20.732517,5.7745838,6.1291251,6.6019239,7.1733489,7.833725,8.5346718,9.4021101,10.328961,11.023318,11.404064,11.803421,12.228979,12.668874,13.01416,13.483444,4.7092123,5.0205121,5.3433027,5.6111312,5.9566627,6.3042135,6.7017102,7.0574031,7.4093962,7.754034,8.0496864,8.3086529,8.538187,8.648324,8.8725185,9.6172113,10.133552,10.760785,11.456015,12.275126,13.412974,14.792442,16.054247,16.822266,17.266399,17.782869,18.175554,18.620691,19.038361,19.727861,5.9631138,6.1287808,6.3836045,6.6663885,7.016243,7.3043146,7.7896686,8.1244087,8.5307808,8.9367638,9.0463495,9.2813072,9.3916378,9.3661137,9.5099945,2.6702111,2.9066677,3.145761,3.3292301,3.6093514,3.9821296,4.2895298,4.635006,4.9092011,5.1019692,5.2873936,5.4958959,5.7060637,5.8096137,6.0932932,8.2674484,8.7700729,9.3840504,10.071933,11.130266,12.475772,14.057143,15.477404,16.014219,16.331322,16.63826,16.857574,17.153337,17.229223,17.530769,2.5371747,2.7758305,2.9331911,2.9947591,3.2002099,3.4379163,3.6850533,3.9943078,4.0831304,4.2315302,4.3443928,4.5960994,4.9067397,5.0060349,5.1959028,4.3953357,4.7901301,5.0700254,5.4642358,5.8412132,6.2368174,6.6549802,7.1135683,7.4625244,7.7023396,7.9594812,8.2003222,8.446538,8.5348816,8.6800795,11.272585,11.798673,12.344128,12.834769,13.389924,14.192803,15.006365,15.57677,16.209993,16.800148,17.250677,17.806187,18.258995,18.639015,19.203087,6.2265062,6.5241156,6.7014894,6.8379245,6.6184683,6.4812808,6.4880185,6.4518094,6.3945489,6.2111802,5.9687057,5.9413071,5.8172231,5.7088485,5.6412277,4.898634,5.3701057,5.7038636,6.2289472,6.4632816,7.0282006,7.310348,7.7104368,8.2503557,8.5161037,8.6974335,8.7252502,8.8086481,8.778451,8.8844767,1.5338221,1.7338356,1.9111226,2.3187246,2.2246552,2.3884962,2.5393162,2.9351068,3.3100736,3.3182099,3.5850394,3.6416543,4.0970635,4.03092,4.0481353,3.5464685,3.7946756,3.8354561,3.7281499,4.0497584,4.34168,4.6191087,4.6890202,4.7334266,4.8305082,4.8119044,5.0475879,5.1712823,5.2516413,5.3929324,6.6328788,7.0218997,7.4426947,7.8858724,8.3928738,8.956049,9.7152491,10.379308,10.803312,11.030589,11.230934,11.46436,11.841537,11.976855,12.296718,1.9324726,2.1489549,2.3100824,2.4978054,2.5975535,2.5537333,2.8036709,2.8298588,2.8338416,3.2404213,3.3964834,3.3938844,3.6618619,3.6944938,3.8536258,2.1788738,2.5217617,2.6766815,3.0058362,3.1566985,3.4297054,3.8400624,4.1791615,4.5889888,4.9638758,5.3627362,5.3898134,5.7679887,5.970551,6.0689745,2.3069971,2.4863954,2.4428055,2.3912337,2.4900987,2.5072019,2.5940509,2.7227407,2.9102242,2.9846516,3.1085587,3.1730537,3.3541374,3.4545825,3.5072644,4.5527706,5.1045547,5.5250826,5.8087072,6.4261556,6.9277959,7.2778559,7.7675843,8.2501516,9.0498238,9.2273149,9.5281992,9.3596859,9.3247585,9.3034582,17.059677,17.942677,18.791946,19.787233,20.86412,21.961462,23.215811,23.66403,23.643318,23.682327,23.631365,24.347929,24.235435,24.395552,24.039986,3.4251306,3.8882859,4.2669044,4.4084659,4.9012933,5.5250192,5.6730947,6.2819109,6.1618276,6.8708458,6.9519682,7.4812303,7.8808479,7.7245936,7.9658604,2.7577641,2.8214731,2.8294673,2.7400582,2.9075546,3.1509957,3.2757287,3.3998921,3.4603004,3.9606743,4.8609076,4.793488,4.7520051,4.7833934,4.825901,1.3718556,1.4565276,1.5375086,1.6067617,1.6968695,1.6715618,1.8016468,1.8083489,1.9099362,1.97082,2.1012354,2.0400922,2.1115847,2.141402,2.1605344,3.4103413,4.2595673,4.4882145,4.811821,5.1876926,5.1309714,5.3291168,5.6353273,5.6480808,5.6458702,5.6530004,6.0154886,6.1200986,6.2571726,6.4762735,3.1620808,3.5747647,4.1004581,4.6581054,5.3060036,6.0840573,6.7627654,7.5849285,8.2984467,8.6640015,8.7593756,9.1113367,9.2425604,9.3511581,9.6065035,3.3304691,3.9070315,4.4449258,4.9293718,5.3487258,5.8671155,6.3635292,6.8130054,7.2397499,7.5335398,7.7089677,7.7354126,7.7353897,7.864037,8.053441,4.5758734,4.7415538,5.0413318,5.0833573,5.3899217,5.8980455,6.1169758,5.9992099,5.8613863,5.778966,5.8630261,5.9749856,6.0974216,6.3169966,6.2639952,2.3604622,2.6049292,2.7052968,2.9441147,3.3967469,3.4677193,3.8446624,4.0646396,4.1986957,4.6572609,4.6055021,4.8480463,4.9281745,4.7701783,4.8672328,1.3161572,1.4913903,1.6514108,1.7827283,1.992099,2.1837237,2.353893,2.4208288,2.6123173,2.7643502,2.8815465,3.0135527,3.1443157,3.1516697,3.1789653,0.9181397,1.1289364,1.2248023,1.4228847,1.4644699,1.7646574,1.999522,2.0743699,2.2795534,2.3400338,2.3667736,2.4745269,2.635046,2.6768193,2.6418633,1.0340136,1.2919897,1.3371047,1.420401,1.5349525,1.548231,1.7401599,1.8723108,1.796169,1.9802525,1.8877136,2.1109316,2.2005286,2.0564427,2.1240766,3.110949,3.5199609,3.7895124,3.9187589,3.9933033,4.1180849,4.7274513,4.7388721,5.0257964,5.1358776,5.2781034,5.1084366,5.3651938,5.6888719,5.6805654,1.9809151,2.2499685,2.6172211,2.9797759,3.2078586,3.3889368,3.5983324,3.9643843,4.1778049,4.3652248,4.4532948,5.2313304,5.9379258,6.318234,6.3588924,1.9413673,2.1141388,2.2349679,2.346832,2.5167675,2.6852558,2.8878453,3.0805254,3.3386991,3.3995159,3.5261347,3.5290241,3.6223629,3.6071639,3.6570337,1.4228646,1.6251882,1.7767171,1.9257889,1.954782,2.236366,2.3825138,2.4725754,2.5472188,2.5998182,2.6875508,2.7819068,2.8466365,2.9932804,3.0421765,1.3913664,1.6050729,1.8815795,1.8477252,1.9119138,2.0312855,2.1350744,2.3680124,2.4375894,2.5124567,2.6315789,2.7372262,2.9840567,3.0111139,3.0691631,2.9881423,2.9181948,2.9721656,3.1021318,2.9654298,3.1649616,3.6535435,3.5890892,3.8568773,3.898051,3.9569955,4.1609302,4.3779869,4.7757988,4.7893019,3.6281488,3.9218333,4.2429194,4.4000177,4.6446548,4.7693529,4.6850443,4.7541218,4.8940921,5.0055971,5.1876836,5.4082522,5.7818098,5.9181256,6.1416502,9.1810122,9.5106964,9.7830534,10.18416,10.857656,10.858437,10.810551,10.76894,11.224394,11.681985,11.169538,11.014852,11.216884,11.094864,11.416491,2.5769913,2.9945574,3.4499984,3.8553946,4.09726,4.5022726,4.9011364,5.455864,5.8788848,6.0434833,6.2072458,6.3202968,6.3370676,6.3953853,6.506197,1.1578181,1.3378967,1.4511639,1.5551776,1.6953759,1.9784082,2.0852771,2.2018261,2.3565297,2.2857499,2.3962486,2.4694405,2.5579891,2.7546945,2.8476479,0.78549266,1.0398126,1.127406,1.3206879,1.441378,1.7619252,2.0514517,2.1566026,2.4436686,2.7714171,2.8343084,3.4793622,3.506006,3.4926469,3.6163278,2.3600812,2.6935725,2.9888799,3.1641304,3.5956614,3.7565742,4.1430397,4.5241504,4.773788,5.2025394,5.4650564,5.7517304,5.8788004,5.8934579,6.042284,10.360869,10.709759,11.284155,11.505003,11.666129,11.677072,11.489686,12.110322,12.422574,12.689251,12.778376,14.033072,14.541991,15.238788,15.204236,2.2188127,2.6407011,2.8028653,3.0791731,3.3010926,3.2776601,3.5062404,3.6751812,3.797904,4.0240979,4.0282903,4.2799282,4.4892545,4.5666652,4.8047566,5.506444,6.0216022,6.4884481,6.9505086,7.3342772,7.7346706,8.2839565,8.8193188,9.0953608,9.4227076,9.6523476,9.7755795,9.8741274,9.8956823,9.9804964,6.3964219,6.7802482,7.1718588,7.6359296,8.0636349,8.6793385,9.0761461,9.541646,9.9630299,10.221408,10.446737,10.460738,10.496019,10.57455,10.636185,0.95436919,0.95238101,0.87507546,0.90826517,0.92793071,0.74626863,0.77351487,0.79705703,0.80420661,0.8122462,1.7007874,0.85714281,0.83843929,1.1213721,1.130126,7.5924382,8.3223619,9.0832043,9.6726055,10.288969,11.065503,11.637117,12.253447,12.802415,13.32772,13.684843,13.430155,13.191509,13.106132,13.017392,0.79051387,0.94189245,1.1644833,1.4279532,1.6973741,2.2884283,2.5190392,2.6323485,2.9678721,3.3240185,3.4558825,3.6174946,4.0512362,4.4938855,4.3280516,7.8100748,8.3246384,8.8843737,9.336504,9.8868418,10.442765,10.924547,11.429543,11.769404,11.991659,12.312064,12.414879,12.498057,12.558518,12.667267,6.8206005,7.0795307,7.4115129,7.8452392,8.242135,8.8528461,9.2796421,9.6854639,9.8964434,10.225949,10.327885,10.469095,10.652027,10.692233,11.0462,10.821073,11.550577,11.94973,12.682709,13.257496,13.727816,14.551488,15.211834,16.203869,16.721296,17.081617,17.626772,17.836771,17.902262,18.292763,2.5893631,2.8377838,3.1371977,3.3201365,3.5993938,3.7322614,4.0254412,4.2589984,4.4389977,4.8087568,5.0346513,5.3877754,5.6828213,5.904108,6.2443037,3.0715861,3.6701293,3.8411009,4.0660024,4.4135728,4.871129,5.4746723,5.478395,5.8944163,6.1470141,6.0602541,5.8175173,5.8044987,5.9106936,5.9172282,3.1581168,3.569483,4.025064,4.3732939,4.750742,5.1729703,5.4620261,5.8820543,6.2078328,6.5864019,6.7164235,6.7546682,6.6968999,6.698525,6.6575584,2.4822695,2.496799,2.5093603,2.2474587,2.3466833,2.4543691,2.4955575,2.4272974,2.2518702,2.3522933,2.4303074,2.610966,2.5436449,2.8311667,3.0708787,1.7621945,2.0420122,2.1764495,2.252861,2.2849462,2.4982188,2.7511225,2.8903482,2.9858451,3.049876,3.2959058,3.282892,3.2995355,3.3215733,3.1668696,0.91453379,1.1533505,1.2070507,1.2766492,1.3476417,1.309612,1.6025835,1.6218165,1.6815808,1.819055,1.8062496,1.9664615,2.019469,2.1539955,2.0899537,1.5642321,2.1392593,2.4998574,2.7545366,2.9313366,3.1053998,3.3494678,3.6310382,3.7674823,4.0313549,4.1489506,3.8735249,3.8497653,3.9443977,4.0138016,3.2420368,3.5127375,3.7035708,3.9467528,4.0917768,4.216495,4.4799709,4.8022089,4.8482685,4.9754081,4.9545178,5.294373,5.5472589,5.5208449,5.5839052,7.9832883,8.0751228,8.1864586,8.1933947,8.2752428,8.3657951,8.5574274,8.9216433,9.2943001,9.54177,9.8301058,9.4640274,9.2801704,9.0173006,8.8290606,1.3042572,1.552811,1.6488796,1.9970268,2.0719523,2.403893,2.7775126,3.0906949,3.1450067,3.3796575,3.3157289,3.5117991,3.5058119,3.5766389,3.4679878,4.6271377,4.8504982,4.8906364,5.0367765,5.1525531,5.2211857,5.4595819,5.5743852,5.785357,5.8433204,5.7502184,6.4848528,7.0069022,7.3019199,7.5477014,1.337381,1.4643959,1.6106215,1.6692102,1.746374,1.8676672,1.9805545,2.0280993,2.1798799,2.2230906,2.2574198,2.3184986,2.5627201,2.5250738,2.6071448,2.9092202,3.3827829,3.7653935,4.360311,4.8660326,5.5384016,6.1717176,7.1424022,7.6798344,8.1337776,8.4462261,8.5617571,8.6854496,8.8310356,8.8606586,1.235471,1.2451873,1.2866273,1.319085,1.3728813,1.2937272,1.4165522,1.3999475,1.4917421,1.4593279,1.5198399,1.7125838,1.9607844,1.9887716,2.1801493,19.698572,21.568628,24.473473,24.557753,26.184412,26.659908,27.242523,27.831387,29.084471,30.408773,29.012346,28.564489,27.923866,28.55374,28.835716,1.4064362,1.6054811,1.7150428,1.8663442,2.1110959,2.2764547,2.3879724,2.6399517,2.7100005,2.7606535,2.9311924,3.0418034,3.2744508,3.3221436,3.7080455,2.3944488,2.7112539,2.8966522,3.2082443,3.4939353,3.8168311,4.1103196,4.3306894,4.6784196,4.8635354,4.7583532,5.0560098,5.2542892,5.3057876,5.413898,3.3819962,3.8002121,3.9328716,4.0062914,4.2031603,4.252193,4.6896925,4.5456605,4.5270061,4.2839332,4.0945992,4.3842168,4.3988271,4.6211858,4.5574636,6.0203209,6.9123559,7.2852554,8.1306715,8.6141977,9.297843,10.157039,11.083586,11.914701,12.835876,12.655583,12.417943,11.612419,11.769067,11.901693,0.65149844,0.90632963,1.0931039,1.1249067,1.3166919,1.3574457,1.625802,1.5872332,1.7893748,1.8342421,1.8129568,1.8887186,1.9302881,1.9309415,2.0031207,2.8466544,3.1471207,3.3916016,3.7077248,3.9721246,4.4497404,4.9068675,5.3396068,5.727622,5.9985023,6.3883305,6.6488199,6.8456674,6.8959789,7.099081,5.5263824,6.0012503,6.4721317,6.86024,7.2701941,7.6018744,8.1090736,8.496664,8.8342619,9.08459,9.2735319,9.631216,9.8142328,10.08861,10.365289,5.6334662,6.0299931,6.2920461,6.655365,7.0889158,7.5179996,8.0962858,8.440835,8.9474449,9.2009563,9.4784374,9.5414639,9.5438843,9.5884371,9.604084,0.92054743,1.3283099,1.6139815,1.8968529,2.1558561,2.4395857,2.860266,3.1583688,3.388155,3.643012,3.9323297,4.0900817,4.174262,4.2648659,4.2831464,5.9625821,6.1647401,6.337522,6.5438218,6.7224555,6.8973312,7.098361,7.3064394,7.4806399,7.7133245,7.9154863,7.7843008,7.7100396,7.5877657,7.5458899,7.7600069,8.101861,8.2704659,8.3479967,8.3782234,8.5720682,9.1270561,9.4406347,9.5246534,9.5300627,9.3453321,10.109618,10.413639,10.539378,10.915956,0.46620047,0.46403712,0.45836517,0.45385781,0.4411765,1.0133913,1.1061182,1.1044177,1.0963454,1.0763209,1.3636364,1.4125201,1.3422819,1.6239038,1.5430073,3.0046089,3.3460717,3.7301176,4.0786462,4.5330534,4.8726392,5.2637906,5.4827285,5.809288,6.2498417,6.4974442,6.4913049,6.4357595,6.5226979,6.6878786,7.4502826,8.4730206,9.1778688,9.9636517,10.852588,11.641832,12.43266,13.297385,13.812378,13.912094,13.96566,14.334114,14.546792,14.724818,15.201102,5.1896377,5.5299344,6.0334249,6.8687806,7.1979866,7.9771957,8.5137796,8.8287849,9.6206732,10.022898,9.8723059,10.166932,10.581552,10.637453,10.680417,2.9049969,3.3190503,3.4970634,3.765718,3.9138942,4.2002711,4.3433628,4.6577768,5.0853868,5.3972635,5.5979009,6.1733775,6.238771,6.2415447,6.1976447,11.066953,12.059513,13.113837,14.087017,15.150232,16.147194,17.158674,18.157536,19.013195,19.688526,20.201454,20.276434,20.261433,20.297504,20.406597,7.6741934,8.3247547,8.7143583,9.3506079,9.8490562,10.626995,11.123695,11.307775,11.706228,12.105618,12.349118,12.97933,13.167275,13.549654,13.759057,19.554161,20.567507,21.482536,22.360495,23.261183,23.956541,24.567028,25.106409,25.417286,25.778839,26.179869,26.492456,26.773939,27.099281,27.374359,0.54639381,0.58870482,0.55956864,0.62474394,0.69264966,0.90305173,1.1606218,1.3044797,1.4172105,1.4514093,1.7357044,1.5779935,1.7916391,1.7726915,1.7138163,0.58166587,0.70905763,0.79097319,0.79700297,0.86528373,0.97902596,1.0063654,1.0890119,1.1694885,1.1294919,1.2337527,1.2556558,1.2860717,1.3069599,1.3559322,1.0873201,1.3932456,1.5280136,1.6415296,1.6445916,1.9240327,2.3319335,2.3781211,2.528646,2.8164093,2.7574844,3.0254335,2.9748213,3.1049054,3.331001,0.85047299,1.2321576,1.4128661,1.5255107,1.7900358,1.9691499,2.3461475,2.5026112,2.8084972,3.1105626,3.124876,3.4364934,3.5387502,3.5985887,3.6400125,1.0418553,1.1456189,1.1510663,1.3519562,1.4281913,1.5154185,1.6532503,1.652608,1.939199,1.8529537,1.8896574,2.1930199,2.2565422,2.2393222,2.4470103,2.314944,2.7167938,3.0466013,3.4824555,3.8975816,4.2144489,4.6865296,5.209393,5.4613733,5.6221256,5.8339219,6.0239511,6.1403804,6.2158561,6.3933415,3.0531745,3.3747091,3.7384782,4.0855637,4.5512958,4.7725453,5.1210284,5.4973445,5.7314596,5.9367175,6.1195483,6.2942448,6.3814511,6.4897614,6.5691428,2.0393741,2.2103889,2.168798,2.1581264,2.148479,2.2088149,2.3751523,2.2016222,2.0809956,2.4223993,2.2250209,2.7955437,3.1653478,3.4130783,3.5419648,3.0135024,3.3435562,3.5491769,3.7140384,3.9595761,4.392673,4.8503799,5.3736897,5.8515654,6.0281091,6.2250848,6.4687223,6.5518723,6.7437129,6.7876086,2.1050799,2.4593689,2.7271972,2.9797857,2.907531,3.1882942,3.5377712,3.5595841,3.631346,3.7566826,3.5975873,3.906477,3.8337011,3.9911308,4.1443453,5.0965915,5.4515805,6.4180927,6.9140091,6.9976926,7.8811274,8.2620468,9.1030693,9.3503466,9.8442116,10.343914,10.723754,10.792033,10.824535,11.270354,1.5032793,1.7230302,1.9132876,2.0447736,2.1485755,2.245332,2.3743265,2.5074272,2.7474151,2.8710377,2.9909973,3.1728077,3.3530452,3.2341051,3.3318963,3.3434298,3.3694766,3.5116472,3.5102136,3.7338045,3.7250295,4.0548458,3.9564085,4.0167866,4.2690969,3.6908329,4.3071618,5.1888342,5.1392784,5.2141528,0.91047043,0.95802915,1.0173802,1.1527072,1.2899199,1.3556117,1.5770906,1.6523201,1.7280538,1.8818818,1.8152643,1.9740155,2.2038012,2.3807092,2.2870092,0.69859439,0.8266502,0.81898111,0.91304684,0.95338577,0.91948944,0.98683012,1.0142857,1.1522835,1.0658307,1.2083536,1.1976463,1.3102106,1.3743433,1.4761558,1.0733899,1.2086977,1.1971269,1.4450517,1.4124464,1.4032191,1.5717206,1.7338064,1.8030514,1.9634727,1.9689119,2.0022004,2.1674058,2.1628852,2.2842081,1.7300563,2.316283,2.4925897,2.9426949,3.1569529,3.3465543,3.8312376,3.9831355,4.2573223,4.3119268,4.6513925,5.1289396,5.0153141,5.2520199,5.4764194,1.1773609,1.2676463,1.389315,1.4975041,1.5929548,1.7967529,1.8334849,1.9664631,2.0501328,2.2365797,2.4092157,2.4095633,2.413204,2.4498653,2.5660884,1.237504,1.5193425,1.5249851,1.5360253,1.6637782,1.6713828,1.7540654,1.824266,1.9280709,1.9028455,2.0037327,2.1150889,2.3364325,2.4409556,2.5755341,8.1619778,8.3338757,8.7928963,8.9283648,8.9923162,8.9356899,8.9932899,9.2876873,9.4819183,9.5972319,9.8537064,10.774121,11.384178,11.571384,12.149031,0.97180569,0.97910446,1.002985,1.0769415,1.0140029,1.0514866,1.1100268,1.0170321,1.1034821,1.176762,1.3306552,1.4220417,1.3937283,1.3901521,1.3678811,8.3702993,8.9944077,8.7295752,9.3833532,10.101276,10.113899,10.961159,10.99265,11.21312,11.800972,12.237094,12.075298,12.072272,11.661054,11.597578,2.6690238,2.8873835,3.1117218,3.3012409,3.5654335,3.8148832,3.9804358,4.2023745,4.433939,4.6782484,4.8171034,5.1211495,5.2666893,5.3605909,5.4392719,3.4304268,3.7964969,3.7617147,4.0104294,4.2583079,4.5201669,4.78022,4.8072839,4.6209831,4.7269793,4.5403028,4.4592466,4.402905,4.6287899,4.8328571,1.3352766,1.603902,1.6981221,1.7348144,1.6465939,1.7507819,1.9755148,2.0207181,2.0789354,2.1844661,2.1987567,2.325259,2.5305934,2.6729779,2.8047364,0.9042747,0.94728535,0.99587917,1.144974,1.1902807,1.3056093,1.3899614,1.4020407,1.5100551,1.5629381,1.5556023,1.7293499,1.7926848,1.8785715,1.8990506,2.5811052,2.9042718,3.0396631,3.0152512,2.8453579,2.8087916,3.0980227,3.1662271,3.4009383,3.4833579,3.5124812,3.7978179,3.9096377,4.0445905,4.1250544,1.9922481,2.234508,2.5761919,2.5542688,2.5615251,2.8462927,3.0423813,3.3346593,3.4471605,3.9453015,4.0792418,4.3402472,4.2501607,4.347672,4.688601,5.7448878,5.9956298,6.1756754,6.0364313,6.4946971,6.4210796,5.9710717,6.2870989,6.6052413,6.7165055,6.3178339,6.4973688,7.0414467,7.0120902,7.6949387,0.84790903,1.0388918,1.1660653,1.1983197,1.1877854,1.3016337,1.3659998,1.3818537,1.497879,1.5548427,1.5973272,1.7037826,1.9144144,2.0585458,2.2496815,0.69280428,0.70621467,0.71022731,0.91846603,0.92909533,1.1154855,1.2942333,1.3226649,1.4777526,1.5005709,1.5678588,1.7989768,1.9785378,1.8701122,1.9753503,2.0488212,2.3500335,2.4179256,2.6616936,2.6530612,3.034713,3.6006615,3.9042294,4.1988254,4.3489318,4.361702,4.3663836,4.3764338,4.4037175,4.3770304,1.2875733,1.5661778,1.5021743,1.608579,1.5899864,1.7732558,1.8777082,1.8619295,1.933074,2.1118438,2.0553899,2.1479177,2.2961855,2.3334198,2.1880546,3.2790866,3.738977,3.9498358,4.202158,4.3805308,4.6126485,4.8663392,4.882834,5.0989008,5.2429948,5.0570426,5.6409693,6.0830526,6.1711864,6.0947075,1.5968064,1.8619523,1.8714603,1.9759712,2.1259937,2.1388478,2.4081774,2.4195378,2.567101,2.7119021,2.7544508,2.8474121,2.8379138,2.8983872,3.0309772,5.5203199,6.902317,7.7737308,8.8543005,10.127962,11.031392,11.853733,12.479446,13.087863,13.12174,12.874441,13.633481,13.664296,13.727139,14.151112,4.5099154,4.8160968,5.0324349,5.1692677,5.4675045,5.5027528,5.5730906,5.6950579,5.9021559,6.1998138,6.4363999,6.8162389,7.2124677,7.2984762,7.4206686,1.8560413,2.2402465,2.6525273,2.9136357,3.2802749,3.6136701,3.8368616,4.165143,4.3302116,4.5429873,4.7059526,4.6666665,4.6884274,4.8078427,5.0241241,3.0841773,3.2293861,3.445153,3.5121095,3.5371275,3.6937377,3.9199193,4.0221105,4.1802063,4.2271352,4.3839436,4.6329145,4.5950623,4.5617228,4.6604261,1.3713745,1.9609364,2.1669707,2.5506771,2.6488118,2.7447259,2.8724163,3.2540674,3.5599809,3.6661255,3.6463571,3.9702401,3.8703933,3.9222445,3.9713898,1.7259654,2.1381171,2.5909202,2.9320312,3.2985427,3.7222006,4.1374812,4.6305614,4.9727869,5.0262504,5.1365757,5.2223077,5.2820716,5.4218712,5.6392317,4.1682377,4.508997,4.7888942,5.1636515,5.5121284,5.723865,6.0995688,6.2228432,6.3771949,6.6462836,6.9031396,6.8493648,7.1451969,7.2558732,7.3356194,1.9776182,2.1944604,2.1854463,2.4686177,2.6669154,2.6799135,2.8400016,2.7702353,2.6887,2.7723241,2.809485,2.9511533,3.0068524,3.0304055,3.1351929,2.2863331,2.6310797,3.0509534,3.0900602,3.3005073,3.5042784,3.6967204,3.8532312,4.2888522,4.4494724,4.7454567,4.9647665,5.1883287,5.0837636,5.168149,1.2305652,1.3155992,1.2945656,1.1558363,1.1309294,1.1566508,1.1633514,1.0627178,1.0329758,1.0778173,1.1058363,1.2255454,1.3268117,1.3718655,1.5202703,7.6745772,8.3445568,8.9161062,9.5398254,9.8903046,10.275966,10.74507,11.081419,11.326588,11.552216,11.745298,12.342539,12.633474,12.753849,12.916038,2.7964785,3.268569,3.3733282,3.5938556,3.6069884,3.8108356,3.7557006,3.8619485,3.7549405,4.0409985,3.7194562,3.9807706,3.9698834,3.5909443,3.5720508,2.1397474,2.6733501,3.0414128,3.6524057,3.9676931,4.2474518,4.8311076,5.2211537,5.6797156,6.0248361,6.2296629,6.4643612,6.6584759,6.625968,6.6877627,0.50077045,0.49865744,0.47114253,0.56497175,0.56980056,1.1512505,1.2573674,1.2653222,1.3349038,1.3616339,1.8246727,1.4628199,1.2073272,1.5209125,1.3894919,4.5454545,5.0555191,5.4276099,5.9588299,6.346386,6.916028,7.1908021,7.3285909,7.3048472,7.7753911,7.7149878,8.0881901,8.0083389,8.0611362,8.1454096,1.1835842,1.2586694,1.3553634,1.428757,1.4496505,1.3623978,1.3357308,1.3792214,1.5042511,1.5382627,1.533264,1.8467221,1.8470379,1.7939091,2.0547945,2.7833042,3.0138938,3.1434038,3.2220066,3.4330032,3.5560186,3.5912628,3.6791987,3.8261693,3.9936721,4.1670604,4.3374615,4.4572701,4.5109267,4.632884,5.9866524,6.5989571,6.9220042,7.3777719,7.7177219,8.1256561,8.4869413,8.8647041,9.0835114,9.3152142,9.5442095,9.8369856,9.8836937,9.9102106,9.9348774,2.3476655,2.4093266,2.4489796,2.6659961,2.4570024,2.9274006,3.1550069,2.7602694,2.9576008,3.2095275,3.1536925,3.6667995,3.8322632,4.1526599,4.3748784,0.95821655,1.0028558,1.0245632,1.0904255,1.143085,1.0023233,1.0413867,1.1368988,1.1385839,1.1741027,1.2896552,1.3829048,1.50683,1.640383,1.7479039,3.4837604,3.7293267,3.4419107,3.3432968,2.9674573,2.8186412,2.8075318,3.0113635,2.571655,2.3287671,2.3375731,2.8965673,2.8982253,2.8507042,2.9245174,1.6223054,1.8463522,2.1373892,2.3330343,2.5549612,2.8563948,3.1143601,3.4252257,3.6260233,3.7140408,3.866981,4.0195985,4.1173701,4.2073994,4.372808,1.0046307,1.1252637,1.3424391,1.5217049,1.7144663,1.8593084,2.0794098,2.0882125,2.3265653,2.3936477,2.5044858,2.5989666,2.7565024,2.9690979,3.0053034,2.1385314,4.6472564,7.0427732,9.5942984,11.817853,14.084003,16.616314,18.801617,20.846233,22.654156,24.169832,26.288914,27.481165,21.409115,25.452351,2.636929,2.8971207,3.1173191,3.3877871,3.6593518,3.963583,4.3312492,4.3229151,4.8558102,5.2194109,5.171258,5.2202082,5.1184835,5.102138,5.3661189,1.2341917,1.2284644,1.2001778,1.2096773,1.1217712,1.1728932,1.2501795,1.2667236,1.3045368,1.2949222,1.3734658,1.6713504,1.789538,1.8952929,2.0699389,0.96339118,0.88626295,0.93137258,1.0400417,1.1035208,1.6684606,1.7713366,1.7828202,1.923077,1.9729425,3.7691402,2.5205157,2.9306221,3.2563646,3.8393385,8.4401045,8.9110699,9.2251749,9.5975094,9.7290964,9.9158211,9.9158735,9.9599037,10.150834,9.8811235,9.7478991,10.420786,10.634262,10.860953,10.692598,1.8251899,1.8730015,1.8671494,1.8245299,1.8726172,1.6139954,1.7731303,1.9282814,1.7551706,1.8183873,1.8179778,2.05528,2.1141901,2.2219582,2.3750148,2.0095854,3.4142327,4.3492346,6.8625331,8.484849,9.6084938,10.642166,11.298017,12.193469,12.135802,12.13554,12.586683,13.345979,14.324504,14.517304,1.2528578,1.2659398,1.2915999,1.2968706,1.3871616,1.4110913,1.5247266,1.6183898,1.5029022,1.6048353,1.5770839,2.0673487,2.1769741,2.47369,2.6315789,1.7161269,1.855931,2.0162144,2.1277585,2.1397502,2.3578842,2.4031343,2.5864601,2.7987542,2.8194857,2.8859255,3.0819921,3.2113285,3.3212304,3.4696598,7.5753622,8.0061893,8.2424049,8.8054428,9.1916523,9.5748796,9.7131863,9.8665667,10.0412,10.103653,10.034954,10.386503,10.530427,10.829023,11.051478,8.8571758,9.2703533,9.5655184,10.111884,10.532752,11.074268,11.243529,11.263564,11.351253,11.174711,11.20636,11.372492,11.456647,11.216772,11.322766,0.71673083,0.8211391,0.94418794,1.2108774,1.1041329,1.4285715,1.6340822,1.6934559,1.7644254,1.9724244,1.916476,2.2220104,2.2766242,2.474879,2.5615585,1.1512678,1.1892675,1.3224821,1.2709416,1.3239315,1.3624793,1.4621179,1.3730991,1.3874691,1.4914566,1.4979639,2.0085032,2.1323855,2.5131679,2.7467685,1.7056158,1.926676,2.0988309,2.3161323,2.4322188,2.6916325,2.7794731,2.8954911,3.0185242,3.1962302,3.2848616,3.4352384,3.57075,3.6268978,3.7085009,2.5751977,2.7123635,2.9535422,2.9127245,2.9001074,2.9637642,3.0767548,3.1719902,3.4998338,3.247191,3.1284916,3.8513668,4.039197,4.2712951,4.5398622,1.1367942,1.1230563,1.1806151,1.1566772,1.1202027,1.0723592,1.1528563,1.2676795,1.2391442,1.307119,1.3938447,1.6116219,1.7277856,1.8151816,1.9272205,0.8794114,1.2063742,1.3406726,1.4828058,1.6461966,1.8835617,1.8719454,1.9773204,2.2034297,2.3994751,2.3709118,2.5093634,2.678405,2.817946,3.0657797,1.1893606,1.4574636,1.4842167,1.5625,1.6609726,1.8294461,1.8976929,2.1368926,2.2107537,2.1089182,2.1264813,2.339051,2.3272426,2.4341459,2.4314024,0.90912056,0.998245,1.0741395,1.2319229,1.3125117,1.4180479,1.3897473,1.5874194,1.5814282,1.5696963,1.705909,1.6759696,1.7393345,1.824438,1.9586587,1.9083908,2.0987673,2.1617777,2.3121727,2.3374188,2.576802,2.8057153,2.9388363,3.0870924,3.1624537,3.2355602,3.5228617,3.6785078,3.7872441,3.8902674,1.9423505,2.170722,2.2696929,2.4757254,2.5863793,2.7962639,3.0064001,3.1624835,3.2580063,3.3958595,3.3791964,3.473527,3.5482969,3.6308157,3.7280023,0.81274903,0.80239141,0.78149921,0.78664309,0.82324457,0.79635948,0.92745948,0.90285903,0.90878493,0.91308755,1.1026878,0.89395273,0.96982753,0.93592519,1.142339,0.63243347,0.73689187,0.85714281,0.99005216,1.0906677,1.1510792,1.4131218,1.6308202,1.7781341,1.8596987,1.9001702,2.0606291,2.1055157,2.1269379,2.2515528,3.8050835,4.1393933,4.3723454,4.5441494,4.6444893,4.8313584,4.9465938,5.1357875,5.5455694,5.5770254,5.7214012,5.910275,6.1964688,6.3288188,6.3439064,2.7522936,3.039257,3.0556717,2.8938906,3.1777165,3.2608695,3.5361216,3.546618,3.4686346,3.4992785,3.6213696,3.8585207,3.8296349,3.9512556,3.7358489,3.5471332,3.7628789,3.9945323,4.0145984,4.4307694,4.7007909,5.0186944,4.8424401,4.9016814,4.8111892,4.7689614,4.7548108,5.0600886,5.0548339,5.3857713,1.5406717,1.8841128,1.7997397,1.9630684,1.9404538,1.8874038,2.0058651,2.1739962,2.2872381,2.3117743,2.5066254,2.5526786,2.7323198,2.8968799,2.988333,22.088053,23.623917,24.858873,26.091328,27.251148,28.589027,29.908306,30.765099,31.194677,31.449673,31.69021,32.316254,32.776356,32.932529,33.351673,1.6797962,1.849346,2.0419805,2.3084757,2.6232831,2.5486405,2.8191249,2.9362133,3.2694225,3.7243338,3.7324705,3.8172104,3.7545686,3.9594021,4.0733194,1.9917712,2.2142992,2.4684434,2.5055888,2.6005843,2.6911778,3.0039675,3.2877233,3.1984947,3.4623027,3.2955618,3.6204867,3.8522794,3.8790934,4.0209613,0.99087608,1.1440305,1.3332016,1.3645418,1.4245585,1.5787876,1.7563567,1.7948719,1.9812196,2.1342726,2.1488469,2.4312897,2.4926686,2.5257349,2.7076197,1.1190466,1.2580044,1.2938327,1.3532047,1.3578384,1.4213198,1.478217,1.5060519,1.5990046,1.5918162,1.6134998,1.9989821,2.0778978,2.0710621,2.0904925,4.5656843,4.8433242,5.0734415,5.2707295,5.545404,5.7883043,6.1992087,6.567955,6.791369,6.9455991,7.1465783,7.2841868,7.4322424,7.580462,7.7892079,1.553063,1.5164521,1.5172801,1.6832229,1.6246954,1.9648939,2.2703273,2.1524436,2.2879879,2.3499999,2.1249683,2.7645137,3.0729835,3.4771242,3.2224531,4.7089586,4.9255533,5.1603541,5.2940559,5.4494104,5.7117758,5.9127798,6.2013159,6.4794259,6.6687808,6.8303018,7.0779099,7.4159822,7.7070603,8.0626812,2.3972602,2.5336254,2.6692395,2.8139572,2.7552674,2.8961658,2.964915,2.9756985,3.2520323,3.5417359,3.4500084,3.907429,4,4.1645675,4.1477752,1.5458306,1.7729706,1.9176854,1.8761936,1.9535197,2.0214293,2.0626349,2.2590361,2.4187534,2.3906958,3.2633278,2.9678123,3.179476,3.3023047,3.2599118,13.402631,13.830723,14.201564,14.430736,14.830688,15.199314,15.639689,15.804729,16.501553,16.916183,17.306475,17.568392,17.544977,17.716499,17.81922,10.698404,11.592002,12.595968,13.50878,14.79506,15.820453,17.180534,18.229486,19.080877,19.78694,19.839632,20.19249,20.2244,20.2855,20.636105,3.5511787,3.7576118,3.5016048,3.4828722,3.526556,3.4808767,3.4260943,3.4444597,3.5534415,3.7441497,3.7258248,3.3842638,3.6318188,3.5761981,3.5013185,1.6373478,1.7468902,1.8626773,1.8446147,1.8616747,2.0087931,2.1257508,2.1797831,2.2213542,2.2544048,2.5149701,2.3711541,2.3888421,2.6330671,2.939831,6.9581046,7.2878308,7.641665,8.1051512,8.425498,8.8301039,9.3936005,9.9080601,10.474055,11.026443,11.48845,11.818843,12.13969,12.399022,12.553674,3.3592253,3.6063571,3.90482,3.8353415,3.8866475,3.8629525,3.8936372,3.9148223,4.0070167,4.0299473,3.7366226,3.7242398,4.2382269,4.198895,4.3454494,4.1465101,4.206099,4.060564,4.257565,4.1607399,4.0707965,4.1995692,4.1226215,4.111033,4.0564375,4.2999654,5.1336899,4.952311,5.375524,5.9341502,5.6818185,5.5,5.5609756,5.7337222,5.4794521,6.4546304,6.4305687,6.3463287,6.5178576,6.3548102,6.3119926,6.7996373,6.7780876,7.2866731,7.4181118,18.803444,19.221291,19.50124,19.870537,20.283842,20.706081,21.503241,22.404743,23.054012,23.539019,23.973753,24.127268,24.333162,24.43746,24.571449,3.9692349,4.2997541,4.259182,4.1238565,4.0669856,4.1648717,4.5018878,4.4376545,4.4298248,4.5796013,4.944819,5.09266,5.4285293,5.7461152,5.2971387,18.823914,19.524979,19.884672,20.534798,21.15556,22.248735,23.011135,23.154673,23.926991,24.72415,24.896049,25.34968,25.746059,26.280624,26.623901,34.277344,34.196892,34.810127,36.995514,36.403034,38.162163,38.859554,37.869198,40.876656,40.998959,36.437244,41.955833,40.893471,42.294323,43.47826,1.8477043,1.9449879,2.0748339,2.1986971,2.2531939,2.6100011,2.5296264,2.7992718,2.7841167,2.9791121,3.5011439,3.443079,3.5884886,3.5643563,3.6432014,4.22048,4.6175704,4.3688149,4.6161318,4.480504,4.701273,4.4283996,4.2857146,3.9767439,3.8964014,3.893724,3.9944901,4.3037972,4.2708826,4.0048251,12.083188,12.465143,13.128998,13.4645,13.591349,13.827694,13.927566,14.453845,14.63795,15.174268,15.540317,15.833238,15.89525,16.271717,16.125961,5.2158589,5.4872198,5.5959611,5.6579618,5.8867798,6.1014986,6.4791059,6.6873016,6.5234685,6.4043269,6.5030484,6.7618155,6.6032591,6.7927175,6.9493613,10.638117,10.486923,10.981793,11.075182,11.598102,12.101506,12.552859,12.441368,12.599146,12.81409,12.625462,12.420043,12.316218,12.34415,12.400932,6.9339471,7.6528287,7.4961262,7.5065317,7.4348507,7.5196276,7.8884082,7.9130278,7.756331,8.0790052,8.0839586,8.0760946,7.7467747,8.1701307,8.0422077,17.194984,17.938797,19.348766,20.776083,21.659113,22.827425,23.994846,25.268995,26.255259,27.295351,27.859125,28.17561,28.756969,28.942156,28.991068,1.5707823,1.650806,1.7424977,1.7975341,2.0057859,2.158227,2.4171889,2.4350033,2.5415199,2.5467839,2.8973053,2.7389772,3.0173728,3.0164704,3.2210295,9.9828062,9.9472103,9.8474903,10.193096,10.11899,10.155025,10.192076,10.164004,10.054259,10.16298,10.115871,10.372341,10.317787,10.390045,10.245295,17.265991,18.903063,20.250935,21.116442,22.445812,23.771242,25.617821,27.095079,28.929632,30.237305,30.940407,31.987041,32.726627,33.446888,33.950592,2.3546174,2.5290921,2.6612825,2.7979951,2.9644136,3.1856287,3.3703961,3.4951925,3.5605006,3.6773965,3.8387053,3.974308,4.0845585,4.2005973,4.2561717,2.115947,2.3097634,2.4642582,2.6160741,2.6684141,3.0174091,3.2054286,3.2394483,3.1814699,3.3812501,3.7981465,3.7242327,3.7900419,3.9355059,4.100039,2.1879857,2.2652442,2.2924902,2.3684211,2.2845955,2.1536067,2.1680565,2.1208227,2.1513541,2.249047,2.4381049,2.5150151,2.6116042,2.8345845,3.1456311,1.8983957,2.1394832,2.1236048,2.2064834,2.2894523,2.8103683,3.0441809,3.2640948,3.2361593,3.2098122,3.9832287,3.6382809,3.8301201,4.0869794,4.1601257,13.576895,13.969705,17.067421,17.680696,19.25242,21.112057,22.910542,25.232887,25.867882,27.315083,27.825752,29.478191,29.375952,28.843256,30.0905,3.975435,4.2997942,4.3401923,4.5737906,4.7296028,5.1439052,5.2595472,5.3562942,5.4616561,5.7810946,5.9325414,6.2189975,6.3083367,6.535027,6.8929286,25.568325,25.939909,26.727051,27.892103,29.008192,29.679691,30.316076,30.84341,31.557777,31.854757,31.946102,32.894344,32.973804,33.359589,33.747044,1.9198887,2.1351929,2.1476111,2.217742,2.3043547,2.3823907,2.5939293,2.6988637,2.782788,2.8118517,3.1266682,3.0351439,3.2199364,3.4651232,3.6962838,2.2974606,2.3467433,2.4969697,2.4944973,2.5942242,2.5864153,2.7737579,2.7117829,2.7850513,2.8719397,3.1642623,3.1671,3.0030739,3.2476635,3.9714627,23.21796,23.701387,23.850681,24.236382,23.876251,24.02438,24.329674,24.629053,25.332176,25.201351,25.686241,25.445137,25.791458,25.916826,26.36838,11.961792,12.199461,12.267481,12.407136,12.630683,13.47049,13.643001,14.132905,14.528253,14.520185,15.017019,15.322187,15.776475,16.326893,16.660824,21.94014,21.530584,22.683489,23.035788,24.367599,25.464582,25.991539,27.575678,28.172926,29.2344,29.711893,30.493446,31.113955,31.071476,31.974474,1.8965267,2.1984551,2.3382397,2.3338761,2.5976057,2.4705701,2.5357308,2.6720212,2.870079,3.0010884,3.2052794,3.3180599,3.2125983,3.3843484,3.3736885,11.675959,12.594888,12.62958,13.109968,13.672922,14.000511,14.135429,14.666368,15.030643,16.113932,16.599627,17.442545,17.20686,17.34565,17.667604,9.4390926,9.8395195,10.179769,10.566089,10.884364,11.332751,11.773696,12.11587,12.650546,13.174076,13.72473,14.174247,14.509535,14.888908,15.256013,1.9454237,2.3543034,2.692605,2.8989129,2.909574,3.2236018,3.4282699,3.3840265,3.5188868,3.679198,3.5966077,4.101603,4.1741142,4.1875525,4.2941656,13.831494,13.969403,15.135299,15.014135,15.823867,15.467733,15.970076,15.847212,16.166418,15.924506,16.697697,17.490383,17.620707,17.254547,17.346123,0.83158559,0.91598791,0.95461524,0.93507963,0.96680534,0.98475796,1.0937918,1.129319,1.1860837,1.1739435,1.203814,1.2795144,1.3429815,1.3956057,1.4682623,1.5282941,1.5116764,1.6263554,1.4480225,1.4696276,1.6266547,1.6838487,1.6721236,1.784659,1.8203738,2.1683519,2.0207059,2.1784234,1.2619609,1.183432,1.4496857,1.6433526,1.905836,1.9988865,2.0993314,2.3738048,2.4494557,2.5667977,2.8354545,2.9864204,3.0880864,3.2365754,3.3188622,3.3448875,3.4688156,12.608199,13.405831,14.074241,15.206955,16.008602,16.997486,18.209549,19.266706,20.047592,20.273664,20.156942,20.071962,20.06761,20.316099,20.495232,3.9128563,4.0950747,4.3032489,4.5019293,4.7072334,4.9587975,5.1490912,5.3856287,5.5539446,5.730289,5.9112592,5.9217224,6.0078363,6.1525002,6.2837934,4.8990297,5.1732469,5.3455801,5.7069554,5.8882432,6.1897817,6.6736774,7.0605636,7.4063516,7.6130986,7.7044158,7.8554735,8.1508446,8.4802437,8.7211704,0.62917817,0.63429141,0.68177259,0.6442796,0.64227325,0.75537479,0.71511406,0.71705425,0.76711249,0.78709173,0.96305031,1.0256411,0.89552236,1.0515873,1.1484989,2.0468364,2.1395917,2.1517901,2.1147108,2.3599553,2.3438482,2.4706922,2.5931106,2.634608,2.8108039,2.7276869,3.1009789,3.2054684,3.3409212,3.387424,8.50457,9.446516,10.133589,11.072107,12.265396,13.664959,14.422159,14.628805,15.043923,16.222565,16.620255,17.685028,18.351976,18.402647,18.7586,2.9454403,3.2051704,3.4533489,3.7270136,3.9630573,4.2038403,4.4375887,4.7263517,4.9714026,5.1398225,5.3131146,5.3344913,5.4503136,5.5616298,5.6203718,0.96939206,1.0641317,1.0289645,1.1059934,1.1328877,1.1858382,1.2401643,1.2616316,1.306685,1.4163411,1.3827403,1.4512784,1.5090077,1.5355816,1.6068637,0.31822735,0.3802959,0.49275705,0.5850746,0.60413927,0.80105215,0.89987403,0.85121691,0.9378382,1.1685228,1.0178429,1.2389053,1.2147239,1.380463,1.4252076,0.6107294,0.62412339,0.68175429,0.73270398,0.73539811,0.84901655,0.87476003,0.90876567,1.0092334,1.0776798,1.1230257,1.2235088,1.3250819,1.424039,1.485553,1.6026993,1.721055,1.8192928,1.9210068,1.9235512,2.1836917,2.3589106,2.4838538,2.6339667,2.6989508,2.8070731,2.9292982,2.9009881,3.0287027,3.0342312,1.4139398,1.6308589,1.658596,1.7385887,1.7675154,2.0220311,2.0765007,2.1835041,2.162607,2.1133327,2.1938283,2.2048125,2.2782674,2.2856281,2.2657835,20.075006,20.550812,21.017382,21.42457,21.786871,22.128653,22.493643,22.832525,23.226583,23.626057,24.055855,24.286074,24.51376,24.723204,24.945433,1.719661,1.743358,1.7719263,1.7656422,1.6750585,1.7555234,1.8832015,1.8555768,1.7699562,1.7838247,1.8945135,1.9460169,1.9972486,2.0611155,2.2141936,0.63615477,0.64068341,0.63557422,0.63256824,0.63188303,0.62403905,0.67549312,0.68610638,0.66666669,0.67910182,0.65211487,0.74957103,0.76768416,0.93595153,0.99028063,6.6631556,6.9954166,7.2680011,7.4190192,7.8777595,8.4174814,8.8932047,9.2504768,9.6691236,10.007989,10.166253,10.396305,10.503448,10.627072,10.791553,1.2678571,1.4173416,1.5234212,1.6241161,1.8175274,1.8305814,1.9533111,1.9770637,2.0558178,1.9530777,2.1321576,2.0960436,2.1935406,2.2515101,2.3205712,3.4712481,3.7539937,3.9366539,4.4427786,4.840796,5.1688967,5.5442295,5.8571358,5.9439158,6.1206079,5.9939909,6.3972554,6.6851668,6.9632397,7.1888843,9.0941687,9.7847004,10.437913,11.073344,11.547476,11.850737,12.181999,12.481128,12.72887,13.019376,13.31724,13.559562,13.734743,13.878184,14.10745,0.78643656,0.87849993,0.88316274,0.92742991,0.94007665,0.86374891,0.97966921,0.89280999,0.96973574,1.0231411,0.95520777,1.1901526,1.1561966,1.0316178,1.0505618,0.45957202,0.46518388,0.5688448,0.55208486,0.58608061,0.70629781,0.77681506,0.77288944,0.86438155,0.86891389,1.0254124,1.0321615,1.0696776,1.1685393,1.2082766,0.73580939,1.0077474,1.1405735,1.1567078,1.2406876,1.4200494,1.4698591,1.5354918,1.530448,1.6776075,1.7263539,1.8170682,1.8421512,1.8561147,1.8647475,0.79717785,0.84351236,0.94434768,0.93892348,0.91660333,1.1396924,1.2086658,1.2334399,1.2451149,1.3400335,1.40113,1.5867339,1.6363062,1.7519302,1.7641976,1.2539628,1.5267175,1.7070407,1.7665839,1.8394057,1.8450184,1.9650964,2.1459227,2.163888,2.3075831,2.0461812,2.2298703,2.4960663,2.7391305,2.8596439,0.64097631,0.7345739,0.77391815,0.82168633,0.8880859,0.99780232,1.0591507,1.1526867,1.1480302,1.2714655,1.227955,1.3021094,1.3416591,1.5537758,1.5260414,1.250785,1.3938754,1.5351052,1.607214,1.708743,1.866389,1.9685987,2.1249197,2.1437783,2.3375573,2.4615386,2.5280821,2.6023321,2.7430394,2.7832615,0.87431699,0.86000955,0.87890625,0.89913356,0.85653102,1.1940298,1.1538461,1.1048784,1.1559696,1.189842,1.2015783,1.2690355,1.4947407,1.7943027,1.8804063,0.52196312,0.56087554,0.58131582,0.59760958,0.6314621,0.70226669,0.72704172,0.72137702,0.77386069,0.8257935,0.79330736,0.96035814,1.0350144,1.0592593,1.0379062,4.1242309,4.4676409,4.6236973,4.887114,5.3779283,6.2606096,7.2269735,7.5288014,7.8387508,8.0801573,8.2043715,8.4564991,8.6246758,8.9033718,9.2221365,0.63938618,0.6684649,0.6990521,0.7591033,0.73900294,1.0152284,1.1062728,1.1525666,1.1828721,1.2310606,1.136229,1.3422022,1.3751047,1.5850143,1.5425403,0.52114356,0.57302308,0.63150454,0.68621969,0.71512491,0.80599618,0.8242324,0.85231674,0.87536472,0.94339621,0.95337874,1.1034627,1.2810333,1.365518,1.4281113,1.0676156,1.049318,1.0163032,1.1854361,1.2006861,1.235103,1.242236,1.1429852,1.3223894,1.2891345,1.2987013,1.6347501,1.6670579,1.8841263,1.7776724,0.88105726,0.95705521,0.92844766,0.98298675,0.93528813,0.96326739,1.1032308,0.95175153,1.0049578,1.0490463,1.105651,1.1502217,1.2905971,1.3801036,1.5012867,2.8838248,3.0366368,3.1969714,3.2890327,3.4350314,3.6601284,4.0125418,4.2689199,4.6343975,4.7391958,4.8019352,4.8742671,5.1952457,5.3670387,5.3948507,3.9794815,4.0809746,4.2817721,4.3925962,4.5846591,4.8382874,4.8370066,5.0227857,5.2335582,5.2908282,5.3877277,5.7488399,6.0865707,6.1945682,6.4578848,2.4768164,2.7582731,2.7871549,3.0059714,3.1415024,3.3130021,3.4851253,3.5518665,3.7731733,3.891794,4.0655389,4.0999784,4.1159315,4.1635237,4.1792955,0.47680539,0.49721563,0.50923616,0.57171512,0.57942057,0.67642605,0.70357907,0.70581013,0.80727571,0.814349,0.78423274,1.0472279,1.0888728,1.3069844,1.4242644,1.3261406,1.4219793,1.4922749,1.5756356,1.6423633,1.6858469,1.8763434,1.8699888,2.0368154,2.1041827,2.156883,2.177278,2.2628531,2.3047674,2.3045311,0.74854451,0.75858581,0.81814462,0.84063995,0.88942528,0.83999997,0.83567911,0.86259741,0.88806099,0.95403296,0.99372387,1.0497769,1.1969724,1.238171,1.2770486,1.5339074,1.7299654,1.9928826,1.9955069,2.1284113,2.1516755,2.4093218,2.4870374,2.601805,2.7022262,2.648422,2.8331864,3.0769916,3.0995617,3.1802123,2.8201933,2.8138189,2.6176329,2.8221142,2.8598001,2.9260299,2.8861821,2.9080677,2.9516218,2.9038401,2.9783177,3.1587954,3.3002789,3.3260632,3.3794885,24.001404,24.53706,25.100071,25.583956,26.067717,26.895941,27.708948,28.541893,29.356688,30.146515,30.856981,30.856831,31.065269,31.213497,31.323921,4.8150072,5.1737008,5.6198301,6.0551639,6.4247169,6.9451528,7.5026197,7.8610568,8.3136578,8.6723194,9.018343,9.1854801,9.3717918,9.5715399,9.8875961,7.5554595,8.2995367,9.1390371,10.214054,11.145776,12.254183,13.787745,15.001437,15.802467,15.786292,15.680289,15.864361,16.126225,16.543167,17.001051,3.404263,3.497262,3.618798,3.8015618,3.9900575,4.1989794,4.3762689,4.5222521,4.7183738,4.8128443,4.8564787,4.9894667,5.1209483,5.2517543,5.5235972,14.529199,15.124146,15.752774,16.486183,17.050911,17.61611,18.14562,18.653526,19.11384,19.544905,19.986914,20.225105,20.437523,20.628807,20.924974,5.2392473,5.4869356,5.795146,6.0811725,6.3129263,6.6814728,6.9852128,7.3395786,7.5781064,7.8491917,8.043746,8.3196993,8.5666809,8.7278147,8.958849,0.90072572,1.1850325,1.6827673,1.9143118,2.2762949,2.4955647,2.7077107,3.1264749,3.1945677,3.30913,3.2570579,3.3456142,3.4784694,3.5970364,3.7719932,3.1752188,3.4764543,3.5366364,3.6334515,3.8034954,4.1027079,4.4868402,4.5867758,4.7033525,4.8771729,5.0082078,5.1813908,5.422493,5.7168965,5.8504844,2.6590526,2.8359368,2.758167,2.7471545,2.9352407,3.1309202,3.3634357,3.4733422,3.7188709,3.9048498,3.9636812,4.0783749,4.3325891,4.2713566,4.4000001,1.6141971,1.777979,1.8980987,2.0543962,2.1658435,2.3250527,2.4245794,2.583776,2.8020844,2.873904,3.0542164,3.0521002,3.199368,3.3505154,3.4286673,1.5438019,1.7780353,1.7895249,1.9623306,1.9330448,2.2223575,2.3457465,2.5557747,2.5908325,2.5880837,2.763041,2.6818154,2.6184614,2.6227367,2.6843088,7.6170883,8.0663004,8.480876,8.8655262,9.2723188,9.7281504,10.130393,10.602162,10.981103,11.220286,11.474423,11.631987,11.863724,12.058247,12.346933,2.5834637,2.7908559,2.9778936,3.159796,3.2992656,3.4965906,3.7360749,3.8935258,4.0851192,4.2725825,4.4120073,4.5265875,4.6066313,4.6905913,4.7521682,0.97468102,1.1135172,1.2135319,1.2772021,1.3761344,1.4691716,1.5720887,1.7020162,1.7605888,1.8260304,1.9003749,1.920817,2.0081196,2.0830669,2.1055353,0.61872089,0.6681971,0.716353,0.72499484,0.73027241,0.77450538,0.7514115,0.8278867,0.85045332,0.87339914,0.8952477,0.91428328,0.95591348,1.0139606,1.0225655,1.5285258,1.6343822,1.7876154,1.8852403,2.0362351,2.169898,2.2895658,2.4395809,2.5798564,2.6541204,2.7399905,2.8378565,2.9336944,3.0135109,3.0674894,0.90723622,0.98808974,1.0031486,1.0713758,1.1061672,1.1867504,1.2538402,1.3409194,1.4122732,1.3885722,1.4942791,1.4793354,1.6395549,1.7440654,1.8111894,1.0580802,1.2464194,1.4529716,1.6342653,1.8605366,1.79895,2.0471466,2.0936723,2.2868369,2.5885882,2.4388313,2.6977265,2.7940698,3.169363,3.3172195,0.49996874,0.57644111,0.63103426,0.63625371,0.68917108,0.58173358,0.67313403,0.67648232,0.7084614,0.81152368,0.79316235,0.84236693,0.92728156,0.97956306,1.0205548,0.84566593,1.1938715,1.1837432,1.2364354,1.3921263,1.6476061,1.6691563,1.6999549,1.7912773,1.9565921,2.0241339,2.2257035,2.4224422,2.4717751,2.6418393,0.75344664,0.76781571,0.83033937,0.77217001,0.846452,0.88403952,0.87509948,0.89439821,0.80594683,0.86477983,0.98463959,1.0532107,1.3361628,1.262005,1.3926468,1.3225483,1.4784151,1.377557,1.4201676,1.5421257,1.5035342,1.6043745,1.6327268,1.6696697,1.6486191,1.8202848,1.9812878,2.0680289,2.1553326,2.1216674,0.74196804,0.90452975,1.0835913,1.1353331,1.1208993,1.1513529,1.2640628,1.2445937,1.287923,1.3608134,1.3822371,1.4743493,1.4641464,1.549556,1.6026117,1.0666406,1.1731551,1.2045827,1.2090265,1.2272159,1.2282093,1.2838238,1.369863,1.4466904,1.4307529,1.5327836,1.5786297,1.6414483,1.6769488,1.6656343,1.3537856,1.4971293,1.5057085,1.633509,1.6101507,1.7201741,1.7933604,1.8783393,1.8847349,1.9521376,2.0360463,2.1006393,2.2682278,2.2614355,2.3450923,0.47462833,0.5515219,0.55702549,0.63054323,0.63356519,0.76780695,0.77583247,0.78412658,0.78681409,0.85209978,0.86851138,1.0657551,1.1820489,1.119303,1.2825679,6.0282788,6.2291136,6.5786929,6.7800179,7.0618243,7.4792504,7.9463253,8.1478167,8.5034008,8.7130041,8.9197226,9.0933037,9.1764479,9.3169003,9.5496225,2.0940464,2.242964,2.3696527,2.522239,2.7172217,2.9305291,3.1404338,3.3241327,3.4923677,3.6890817,3.8612857,4.053967,4.2353635,4.393703,4.5495095,1.7740186,1.9951317,2.0345252,2.0856347,2.2713213,2.2469923,2.3708797,2.4473357,2.5675313,2.6057031,2.7480643,2.9386694,2.8998764,3.0433984,3.1247108,0.64075178,0.69694936,0.75851011,0.80610693,0.7957238,0.84689772,0.88118929,0.86413825,0.8734147,1.0075116,0.95181084,1.0128858,1.0653108,1.070755,1.0822643,0.5023095,0.55303293,0.59303623,0.62848336,0.65050262,0.85992169,0.91390085,0.93608397,1.0051159,1.0259212,1.0299854,1.1917858,1.1987458,1.2596959,1.1820626,0.90682387,0.93692869,0.96908164,0.93330294,0.97197109,1.4265991,1.4100523,1.4417661,1.4113362,1.3992326,1.6998434,1.6035635,1.7551962,1.6366991,1.8973999,1.4395393,1.3627423,1.356949,1.443359,1.3069954,1.2775666,1.5231582,1.4467684,1.5327525,1.5736535,1.754101,1.7160946,1.7931958,1.7987443,1.8397524,2.8029678,3.2220755,3.2007918,3.5726044,3.6741481,3.6640453,3.7767661,3.7414398,4.1910167,4.5022511,4.0785747,4.5035996,4.761095,5.0369606,4.6419325,1.5364199,1.7317666,1.7128193,1.8407662,1.9784067,2.1317136,2.282712,2.3543067,2.4565268,2.5232642,2.6407871,2.7057023,2.7858615,2.8319545,2.9018397,0.76265454,0.84766734,0.87590349,0.90156394,0.98955131,0.97798008,1.0574485,1.1267257,1.1518586,1.2138765,1.2395929,1.3246257,1.3534392,1.4044245,1.5711358,8.631834,8.9549131,9.2314854,9.5749874,9.8159428,10.106957,10.387341,10.632242,11.02162,11.374972,11.639337,11.871994,12.02467,12.270874,12.50485,2.2018857,2.3072426,2.4225438,2.4840589,2.6370602,2.7743011,2.8711877,2.9528184,3.0560787,3.1789012,3.2823138,3.442657,3.5409727,3.670048,3.8519762,0.9622975,1.0933751,1.1396776,1.1187675,1.1372899,1.2026953,1.2597128,1.3312328,1.344471,1.4050018,1.375742,1.4747726,1.4898474,1.6285989,1.6355425,1.0578793,1.1741538,1.2660152,1.3316679,1.3836412,1.4519415,1.5347849,1.5853627,1.672527,1.6969111,1.8001031,1.9338168,2.030648,2.1122019,2.2058935,0.54174191,0.57560015,0.57142854,0.67716974,0.65093571,0.87906235,1.0781312,1.1000663,1.1666446,1.2151154,1.2992178,1.7940823,1.8374463,1.9016571,1.7960763,0.18021265,0.18047284,0.21798366,0.27238062,0.29266509,0.62305295,0.70474774,0.70527101,0.8002978,0.8002978,0.86110067,0.85992742,1.0015117,1.1136713,1.2195121,0.48577678,0.59906614,0.58262712,0.56574589,0.5648461,0.64602357,0.67920822,0.77977949,0.77685511,0.83534354,0.74322808,0.90574837,0.87210608,0.87442529,0.99687344,0.85483611,0.88776153,0.86151886,0.88766944,0.90732342,0.7333768,0.87719297,0.84649193,0.93304962,0.9763363,0.98711729,1.0443417,1.1112982,1.086403,1.1653813,1.5269828,1.7295631,1.9310687,1.9875059,2.0276821,2.3053737,2.4354613,2.527514,2.6398911,2.7870774,3.0535793,2.987438,3.1189415,3.2727585,3.5079393,1.0418612,1.1302426,1.206476,1.2798012,1.3705498,1.4925373,1.6137598,1.6630236,1.7461704,1.8015016,1.8858032,1.9773616,2.1222985,2.1894863,2.2599828,2.655061,3.1519101,3.4324565,3.4996688,3.756649,3.8514748,4.0316334,4.3230376,4.5699973,4.7573848,4.7988749,4.9915204,4.9753218,5.0401506,5.0769849,2.9968624,3.1776774,3.2245286,3.3652225,3.428365,3.6082101,3.7514355,3.9278853,4.0742097,4.1047606,4.2501011,4.4024768,4.5121527,4.6218801,4.7384048,0.73671967,0.83104658,0.84651893,0.88368756,0.91302258,1.0280299,1.1413308,1.2584784,1.2008554,1.3039868,1.2506295,1.4128596,1.4330802,1.5138483,1.7057754,2.7408993,3.0317795,3.5621059,3.9831021,4.6272492,5.0967889,5.9700656,6.5010095,7.0534959,7.9314828,8.3888826,8.6527681,8.7314568,8.9060545,9.3477898,0.7123071,0.87822777,0.91876525,0.86246628,0.97974312,1.1438127,1.1660447,1.1014104,1.1376641,1.3215859,1.3131038,1.5355086,1.5880622,1.6151392,1.5839932,0.60191679,0.63276303,0.6820721,0.74349439,0.72862983,0.86930811,0.87943429,0.92029971,0.99232131,1.0066714,1.003944,1.1490104,1.2937,1.2893896,1.3805631,0.67175376,0.68036115,0.73986,0.7594431,0.81516337,0.94865328,1.0373445,1.0340633,1.0761367,1.0970408,1.0050595,1.1855812,1.1472144,1.2623302,1.3732051,8.8822899,9.0363731,9.2749329,9.5143642,9.6306782,9.9079428,10.218014,10.302794,10.667869,10.822098,11.001231,11.355752,11.475296,11.623616,11.80541,8.8174629,9.3963995,9.9508047,10.753916,11.75491,12.764456,13.748753,14.54925,15.068247,15.403351,15.700379,15.875164,16.11606,16.317425,16.552439,1.2320697,1.3282148,1.3856478,1.4733642,1.5162752,1.6172211,1.6965727,1.7331023,1.8667966,1.9115493,2.035589,2.0644195,2.2073801,2.3577971,2.4545441,6.9653487,7.42869,7.8495674,8.2787838,8.767765,9.2414513,9.6722584,10.075819,10.397463,10.727914,10.934276,11.260297,11.507993,11.727318,11.991725,0.67889231,0.78742373,0.84598577,0.82683611,0.94484305,1.0342406,1.0538986,1.1801586,1.2561115,1.3419522,1.3890686,1.4844874,1.5737318,1.6590521,1.7535812,3.3395839,3.3943257,3.6034961,3.698216,3.784519,3.8621669,3.8598874,3.9073081,3.9545217,4.1046839,4.0876846,4.1979403,4.3161287,4.4013729,4.3762231,4.2342525,4.5465674,4.7730212,5.0004563,5.2303205,5.4720049,5.6988745,5.9144459,6.1489363,6.3450508,6.5416908,6.679265,6.8148503,6.9498973,7.1574869,2.2630048,2.6473444,3.0365837,3.4288163,3.8034081,4.190877,4.6733236,5.1604328,5.6256576,5.9582582,6.2871642,6.1496844,6.1730275,6.2536945,6.2989278,2.6136847,3.0280254,3.2303832,3.4215131,3.4826975,3.858665,4.0018039,4.2475863,4.2495174,4.8654838,4.8829885,5.1377597,5.1322808,5.3917632,5.2891803,0.59336573,0.63341826,0.64252335,0.67438793,0.71132189,0.75418162,0.82060629,0.84110725,0.85575515,0.9576456,0.83156824,1.1367224,1.34758,1.467169,1.5482622,1.1511102,1.2798979,1.3417653,1.4659408,1.6089158,1.7693764,1.8843602,2.0063968,2.1592739,2.2444782,2.2411277,2.3581645,2.48891,2.5422606,2.5742254,0.8734498,0.90131581,0.94530284,0.91707313,0.91617936,1.079631,1.0829147,1.1457379,1.1457379,1.1925824,1.0382441,1.4073287,1.3484788,1.4771442,1.5871953,2.9578164,3.069268,3.2856438,3.1370823,3.1764939,3.2948606,3.5085981,3.3800576,3.5696528,3.5765805,3.3974805,3.8331342,3.9906569,4.0097508,4.0293407,7.1496615,7.7583885,8.3067169,8.8343534,9.1505718,9.7787418,10.73239,11.008634,11.789096,12.215151,12.393173,13.014738,13.238752,13.470681,13.848601,1.8797692,2.1506152,2.4026141,2.6552861,2.952158,3.3336282,3.6140878,3.977402,4.3312292,4.6650224,4.8765936,4.8882594,4.8834758,5.0012856,5.181057,0.60229629,0.7404623,0.8268519,0.79139906,0.91060519,0.99272978,1.0038382,0.99692398,1.0495971,1.0854615,1.1162375,1.2462333,1.2189212,1.2754816,1.3178265,7.3478289,8.0925198,8.8753347,9.4898605,9.8704338,10.635737,11.328008,11.856695,12.556969,13.031851,13.122104,13.655214,14.10879,14.480599,14.869001,0.92712778,0.97051823,0.94752192,0.98119378,0.96110255,0.96258622,1.0265262,1.0335681,1.0748703,1.1534134,1.1840389,1.4046003,1.4273641,1.6058946,1.402089,2.084867,2.3995967,2.5787005,2.7434568,2.9933994,3.3199792,3.5675604,3.735913,4.0423951,4.132021,4.1335607,4.240869,4.3919129,4.5320868,4.5686364,0.57390666,0.64418095,0.73748195,0.81039655,0.83515114,0.83021832,0.90018213,0.92404962,0.95078862,0.98335707,1.013972,1.0418124,1.0953892,1.1958597,1.1937761,0.53719682,0.68334353,0.81877953,0.92600018,1.0155506,1.2414283,1.2250187,1.4321588,1.5195313,1.5471772,1.6529567,1.7847486,1.811344,1.8494509,1.780393,1.672546,1.8040221,1.8658549,1.9441128,2.0686481,2.1882682,2.3392797,2.2829306,2.5337234,2.5230067,2.4334869,2.4801564,2.5175519,2.6564748,2.6842005,1.1046003,1.2287892,1.2755421,1.3615708,1.418386,1.4910722,1.5682797,1.6267306,1.7212646,1.7805769,1.8484052,1.8985946,1.9298934,2.0479414,2.130528,2.8451822,3.1114542,3.4539309,3.8597186,4.2246642,4.5389557,5.0109406,5.3920631,5.6274581,5.9121175,5.970149,6.1757946,6.2972112,6.361167,6.6990843,9.0021372,9.6606541,10.097376,10.713923,11.239938,11.938598,12.746159,13.190256,13.642661,13.897748,14.135372,14.391287,14.561635,14.837188,15.07294,0.51651275,0.60562879,0.62963259,0.66525066,0.72049594,0.7773279,0.80789942,0.78646624,0.84071523,0.93619835,0.9472037,1.0183383,1.0268397,1.0019704,0.92474222,1.0849476,1.2695792,1.4984525,1.6568612,1.7812915,2.044364,2.1960254,2.4191778,2.4520502,2.6115987,2.6901805,2.7786293,2.8491807,2.9054639,2.89376,1.0597357,1.2787292,1.4361851,1.4770548,1.6441007,1.7320486,1.7469499,1.8969879,2.0165937,2.1940289,2.1218622,2.2463386,2.3147066,2.3640242,2.4457333,0.4673737,0.51086712,0.54282534,0.54625553,0.60388583,0.66814178,0.73523051,0.79051387,0.78011143,0.87087733,0.86779195,1.0217391,1.0442046,1.0689354,1.0917984,2.277483,2.6719975,2.8342457,3.0766966,3.234633,3.4810126,3.6959589,3.8841088,4.1267538,4.3086848,4.1594701,4.4192772,4.667603,4.839736,4.8918614,0.70481056,0.76576716,0.8964631,0.87751263,0.95788902,1.0069736,1.0948578,1.234605,1.2480874,1.3735193,1.3418016,1.4240177,1.4593322,1.4325709,1.54528,2.4398227,2.5924149,2.6841559,2.7831321,2.8875613,2.9871616,3.1711333,3.2822945,3.413523,3.5173445,3.6598787,3.7351494,3.8221531,4.0300736,4.0739608,0.80744785,0.87965059,0.90160954,0.91627359,1.0274383,0.98739499,0.94813836,1.0145366,1.0158596,0.97590548,0.97575665,1.0154126,1.1329213,1.2287334,1.307549,1.6159074,1.8852998,2.1160505,2.2890794,2.4791517,2.7191234,2.8863521,3.0844419,3.2186401,3.3545661,3.472991,3.5508578,3.6098714,3.7018213,3.7734356,0.94776517,1.0558974,1.1387253,1.2112875,1.2967402,1.4449996,1.5060701,1.5763987,1.6606222,1.7273029,1.7565837,1.7927155,1.8169211,1.9848081,2.096911,0.97196913,1.1244012,1.1409851,1.2856904,1.2521777,1.3117738,1.3265901,1.3528394,1.3901832,1.4611219,1.4773823,1.6039782,1.6432887,1.6696116,1.7839849,1.1169314,1.3337086,1.600611,1.8200102,2.0102324,2.2056184,2.3672082,2.5512323,2.7666833,2.9574001,3.0383842,3.1230023,3.2765563,3.4625776,3.5929601,0.79844844,0.8698886,0.95320988,0.99491125,1.0480657,1.0423602,1.1906977,1.234645,1.3375152,1.437988,1.477484,1.4829822,1.5833706,1.6350329,1.6689763,2.0131857,2.0492527,2.1025743,2.1422319,2.2469778,2.3547676,2.3718476,2.4563248,2.5960801,2.6021452,2.7860336,2.7990005,2.8962605,2.9749472,3.1115088,0.95355678,1.0877314,1.1265529,1.1749176,1.2735649,1.3413014,1.5159171,1.5541966,1.7049726,1.7094476,1.7650704,1.8796891,1.8922498,1.9637134,2.0525541,2.7058995,3.0186489,3.1014879,3.3886433,3.5951421,4.347096,4.5847816,4.9576664,5.327898,5.4787312,5.6754408,5.8693376,5.9025841,6.1589375,6.2598453,2.4263203,2.9753098,3.1828854,3.5814087,3.9551787,4.1967068,4.3369627,4.6452241,4.8378825,5.0964603,5.4311194,5.5184798,5.6245894,5.8092899,5.9407125,1.7896476,2.0160177,2.192235,2.3891888,2.5079672,2.5376246,2.5505471,2.6737719,2.7484045,2.8459272,2.63729,2.8404305,2.911576,2.9660618,2.9838748,1.0471205,1.1697557,1.3115371,1.4380566,1.519489,1.7188575,1.787097,1.9850652,2.0376849,2.1162233,2.4171143,2.3249333,2.3863707,2.384542,2.4839373,0.68836272,0.8807103,1.0166719,1.0995288,1.2481384,1.3120768,1.6278248,1.7647885,1.7310394,1.9722553,2.0701754,2.1379945,2.2632942,2.291291,2.2931848,1.3856733,1.5597023,1.7069747,1.8682182,1.9880507,2.2473948,2.4258306,2.7207634,2.8291209,2.9476707,3.091944,3.1947012,3.2692804,3.389842,3.4334764,0.82153332,0.94232744,0.96054804,1.1327112,1.2295929,1.2453623,1.3281596,1.3672537,1.42089,1.4987403,1.661242,1.6689631,1.7005731,1.7699814,1.7862333,5.0679817,5.3186364,5.5062046,5.7278919,5.9843335,6.388443,6.7314491,6.9268012,7.0565953,7.2531486,7.3673868,7.4699788,7.6575184,7.7995787,7.8845053,3.1325233,3.2097228,3.3396325,3.4051132,3.4678068,3.4644325,3.5206075,3.617557,3.6685402,3.5722945,3.5573866,3.6019211,3.8066883,3.8397856,3.9025531,12.339787,12.660645,13.058079,13.495787,13.93646,14.42506,14.97318,15.491393,15.901381,16.329327,16.725439,17.087521,17.409245,17.730083,18.037849,3.1020424,3.3113186,3.5516407,3.8137343,4.0105038,4.2988472,4.5585136,4.8707218,5.0751796,5.320056,5.4842329,5.641819,5.7263336,5.995008,6.139935,0.90602201,0.93114328,0.97308803,0.95283473,0.98251861,1.0057751,1.0375825,1.1360691,1.1658338,1.2050804,1.2921689,1.3303239,1.4032496,1.5028901,1.5828127,1.5013549,1.7047849,1.8492368,1.9849705,2.1481967,2.3374162,2.5891495,2.6904871,2.9292138,3.0752513,3.2162986,3.306416,3.433928,3.5988986,3.7369518,3.9709258,4.4387999,4.960691,5.478507,6.0438108,6.6142602,7.2410831,7.8357515,8.3488102,8.8827391,9.4075661,9.4695015,9.5686741,9.6846037,9.8045979,5.9434609,6.3469062,6.6501164,6.9355226,7.2977877,7.6478548,8.0019636,8.0817566,8.2617197,8.3478336,8.4091883,8.75,8.9653559,9.1686878,9.350605,0.4054054,0.407332,0.4254908,0.43651178,0.43432102,0.59091353,0.63805103,0.62899166,0.66964287,0.67961162,0.80286318,0.80332941,0.83349484,0.91949522,0.83259869,1.3210258,1.4338589,1.566763,1.7932404,1.8534484,2.0803847,2.2042654,2.2911122,2.3121698,2.4160314,2.6195652,2.5008883,2.504178,2.5855386,2.8263347,1.8995299,2.0666251,2.1536679,2.2816713,2.3828931,2.5085661,2.5719905,2.660851,2.7901578,2.8634782,2.9576223,3.0430012,3.1792192,3.2147055,3.3307564,1.6249567,2.0479982,2.1121168,2.4817984,2.7622702,2.915628,3.2334383,3.6885674,3.8791749,4.1985331,4.5779085,4.5144958,4.5640326,4.4767108,4.5375724,0.73311591,0.81633872,0.84589541,0.91393644,0.95434767,0.97887915,1.0730808,1.0957662,1.1556754,1.1533471,1.207628,1.2976692,1.3064528,1.3851054,1.4154333,2.9122205,3.1898592,3.4651048,3.5373113,3.6980398,4.0593719,4.2510123,4.3342147,4.5720658,4.9975367,4.8023591,5.3630886,5.5041957,5.7666264,5.7418985,7.1204977,7.7839098,7.834229,8.0013638,8.217721,8.711833,8.965663,9.2051706,9.4888668,9.5114975,9.6379967,9.6806135,9.6955767,9.9429493,10.133418,0.44786814,0.44381326,0.55797732,0.74407339,0.7157464,0.84132588,0.84689474,0.86782378,1.0215851,1.1411803,1.1276352,1.0187315,1.0971017,1.2777961,1.1651132,0.55912197,0.62458056,0.65847009,0.70329219,0.72360373,0.71920586,0.77290756,0.79524863,0.84186113,0.88806385,1.020202,1.10525,1.167987,1.2261857,1.3308951,0.75101888,0.87911087,0.82431269,0.80641544,0.84272194,0.79180884,0.91445297,0.81051373,0.84547168,0.87330192,0.98275542,0.95742697,1.1562047,1.1664699,1.3216697,0.60539031,0.68015349,0.72941995,0.81073362,0.8132875,0.95424235,1.0589318,1.0946187,1.1722324,1.2351379,1.188553,1.2682642,1.2809265,1.3024013,1.3293086,0.70500928,0.73042929,0.76707399,0.8173812,0.81470644,0.89304262,0.86449331,0.8875587,0.87383658,0.9725312,0.97790658,1.1403915,1.1483599,1.2134299,1.3359468,0.57695305,0.63541263,0.68545908,0.67077869,0.70514292,0.79198694,0.82974797,0.82777643,0.83544105,0.89591771,0.89626682,1.0188886,1.1894515,1.113744,1.2499011,4.8852429,5.178875,5.3916206,5.7028556,6.136766,6.5618114,7.0443587,7.4492493,7.9064584,8.2978745,8.5338297,8.8000727,8.9651012,9.2101002,9.4400749,0.43590692,0.50866967,0.55373865,0.62836623,0.64506453,0.74750835,0.80461514,0.7777651,0.87423313,0.97914499,1.0114659,0.97329283,0.991413,1.0197278,1.0893416,1.3744947,1.7025024,1.6536822,1.7162975,1.7048365,1.9807047,2.0126886,2.1495192,2.2350872,2.576026,2.172122,2.6032655,2.7022889,2.7515178,2.8738732,1.1387507,1.2506185,1.2566735,1.2653116,1.2901162,1.421387,1.3688837,1.4611537,1.5029354,1.5925575,1.6039677,1.6459709,1.723909,1.7410083,1.8428041,1.2169718,1.4172126,1.7229242,1.8607779,1.9185915,2.164649,2.4758658,2.4596729,2.8745246,2.8506098,2.9885585,3.0134144,3.1760156,3.21875,3.2003474,0.92669016,1.1131588,1.1596951,1.2239724,1.2244605,1.3302425,1.3790914,1.5408484,1.5871352,1.4556345,1.5270355,1.6035341,1.599636,1.705682,1.7409276,0.51115751,0.57867181,0.63213933,0.68546158,0.74430579,0.83585775,0.9253512,0.92926335,1.0431511,1.1167746,1.0485079,1.1145761,1.1789424,1.2822775,1.390044,4.7802291,5.0477962,5.3019729,5.5899258,5.9000306,6.1541247,6.385407,6.6616549,6.887856,7.0573816,7.3385253,7.5234065,7.7426424,7.9123964,8.1519279,0.96750396,1.0629179,1.1082585,1.2183771,1.2401592,1.3311566,1.3259945,1.3589095,1.4487941,1.4318229,1.3775131,1.4794383,1.6789396,1.7184874,1.7315652,1.1430806,1.4424176,1.6866695,2.0260458,2.1684141,2.5366819,2.8462522,3.0780747,3.3938437,3.571188,3.6966953,3.7729897,3.7299137,3.8623326,3.8849342,1.4584965,1.6027364,1.7481148,1.7438745,1.9024508,2.081738,2.0117271,2.2489541,2.3786824,2.515244,2.2814233,2.5089095,2.5355895,2.7416337,2.7363064,2.1849096,2.3646467,2.4699285,2.4725747,2.5697124,2.6716254,2.8422225,2.9707654,3.1652339,3.1915348,3.2346396,3.5032532,3.4191351,3.4241848,3.5204237,2.0546508,2.1993086,2.2390733,2.3676345,2.4289699,2.5172434,2.6876981,2.7849665,2.9011893,2.9215653,2.8274548,3.0501409,3.1319518,3.2509904,3.3308144,0.82276154,0.87731385,0.90859032,0.99995416,1.0316842,1.115773,1.202414,1.2106874,1.225058,1.3638691,1.308864,1.549183,1.6592033,1.7852082,1.7092797,0.85442001,0.85578448,0.89589125,0.93602139,0.99361253,1.0821446,1.2215545,1.2072827,1.2997016,1.2902002,1.2058408,1.5238997,1.5196692,1.6060058,1.7254528,5.3106947,5.54287,5.6344686,5.8640614,6.1155601,6.3431001,6.6480584,6.9519811,7.1551538,7.3480406,7.5571074,7.6964269,7.8200488,7.9596229,8.05793,1.2181884,1.5325903,1.4519935,1.6049907,1.6474863,1.6208642,1.8620604,1.8699636,1.9706266,2.1625328,1.9943379,2.5108826,2.4923704,2.5019245,2.6378896,0.29960507,0.30042332,0.50230789,0.493624,0.53490603,0.82678235,0.87459636,0.88388908,1.0500808,1.0983124,1.0638298,1.1777302,1.199891,1.3591433,1.4532871,0.98051757,1.0646627,1.1862458,1.3039562,1.4253653,1.5252974,1.6547716,1.8021362,1.9314474,2.0553646,2.22651,2.2721601,2.3659968,2.4421415,2.5258632,0.637968,0.64907748,0.70669246,0.69726551,0.65395099,0.74082994,0.74766356,0.82724476,0.79331172,0.83043295,0.6502353,0.96852303,1.0219436,1.0720141,1.064101,1.2206653,1.3642138,1.4654869,1.5499829,1.6156772,1.7692052,1.8430367,2.0171213,2.0753095,2.1856296,2.3759241,2.3402233,2.4522533,2.4879067,2.5674441,1.1830938,1.2651297,1.4033867,1.4071378,1.4854531,1.5884753,1.6931531,1.7835196,1.9706361,2.0916576,2.1964297,2.2402947,2.1951594,2.2688634,2.4255002,0.43864852,0.45598036,0.51174688,0.48899758,0.53432453,0.69557154,0.70724636,0.75987846,0.80213898,0.87894064,0.83519584,1.1092755,1.2043883,1.2414945,1.392557,0.64723688,0.84880638,0.95466739,1.1058248,1.1419044,1.2235579,1.291721,1.3869169,1.4871225,1.511901,1.5993983,1.6848991,1.6517583,1.6942494,1.7382931,0.73402578,0.82593507,0.838332,0.84727436,0.89035684,0.90703762,1.0119301,0.99164194,1.0142059,1.0837123,1.0604454,1.2421038,1.3319966,1.3518372,1.4155676,1.3683782,1.4537843,1.6202424,1.7321606,1.8467247,2.018827,2.1395135,2.269156,2.3808491,2.5440681,2.7202883,2.5729413,2.6901166,2.6990376,2.736964,1.4374163,1.6035619,1.5750585,1.7120454,1.732193,1.8511862,1.8656716,2.0441155,2.0179453,2.0130341,2.022285,2.2089293,2.4075077,2.4122887,2.5802279,5.3553038,5.7196956,5.8914423,6.1412611,6.1579118,6.2990227,6.5767212,6.6957436,6.7468138,6.8978148,6.969758,7.0676575,7.2432876,7.642056,7.6532283,0.90095967,0.97748244,1.0678432,1.1131842,1.1211959,1.1901063,1.3252754,1.3758256,1.3919569,1.5124528,1.5449228,1.6604115,1.7033677,1.8350279,2.0052676,0.69317764,0.73782587,0.71969229,0.79503107,0.81057495,0.98335856,1.1484098,1.1815525,1.2650058,1.3548723,1.2247556,1.4546417,1.3488247,1.5465305,1.6448699,0.58087575,0.5906406,0.5949657,0.57273769,0.60366845,0.70989114,0.89962119,0.83432657,0.84317029,0.91425747,1.0947996,1.026026,0.99820828,1.053443,1.084991,3.5368681,3.8931139,4.1850371,4.3987455,4.8659592,5.0309649,5.0632911,5.3017092,5.5008726,5.3495059,5.0783696,5.3877034,5.338809,5.3659229,5.5970416,0.99299067,1.008985,1.0134128,1.101908,1.1439607,1.1893258,1.2238156,1.2666922,1.2972974,1.3647643,1.4677331,1.5477949,1.6303065,1.5831553,1.5362686,0.48500881,0.4951981,0.50213027,0.50933784,0.48211509,0.45857051,0.51077414,0.57859212,0.56451613,0.58670139,0.73685932,0.78099036,0.98622686,0.98639458,1.0357327,0.61991632,0.75199747,0.7627086,0.7708317,0.76773232,0.92137825,0.96032441,1.0089772,1.0231061,1.1295325,1.1506156,1.1519327,1.2572533,1.2792597,1.3640438,1.8630047,2.0506399,2.2454996,2.4768562,2.724144,2.8900733,3.093673,3.2969098,3.4736037,3.6295419,3.7791207,3.8462124,3.9147067,3.9957504,4.1173067,0.83425391,1.0209912,1.0925401,1.2846905,1.3499166,1.4000001,1.439311,1.57421,1.7161866,1.8626707,2.0813515,2.0653,2.1990168,2.3290217,2.4526873,0.55765271,0.57857567,0.65851367,0.69217372,0.72488201,0.84756428,0.92708075,0.85406613,0.91052067,0.98002732,1.0622092,1.1369699,1.1897461,1.1851913,1.3537686,0.62191415,0.70160365,0.75976151,0.82604939,0.89430892,0.92170322,1.0688553,1.0916512,1.1581733,1.1181957,1.2753153,1.3400977,1.3885576,1.3960359,1.413193,12.617259,14.193962,15.865171,16.965393,17.765001,18.878317,19.800091,20.592989,21.566357,22.565487,22.840843,23.578802,24.28314,24.696218,24.477757,0.5817374,0.62396282,0.68337131,0.69616443,0.68068069,0.7283662,0.77690709,0.83550566,0.80898571,0.89121711,1.0059687,1.0031432,1.0609195,1.079712,1.1020572,0.91089469,0.96171463,0.84245998,0.90579706,0.90541315,0.86038327,0.87189144,0.89474219,0.89385474,0.92936802,0.96253359,1.4705882,1.5227915,1.7754463,1.8058233,0.54251242,0.72555947,0.84124964,0.91799849,1.0078335,1.1920089,1.3584869,1.3800373,1.5427635,1.6969581,1.6700258,1.7746655,1.9588875,2.2021291,2.2963901,0.70187396,0.84207618,0.94087905,1.0437828,1.0889549,1.4212255,1.4050354,1.5441808,1.7151058,1.8137501,1.8635322,2.1040411,2.259146,2.4205415,2.3092968,0.93961209,1.0923536,1.2176309,1.2181739,1.2878124,1.345193,1.2873664,1.380929,1.4084507,1.6144762,1.6323441,1.5691172,1.7937707,1.7721795,1.7627856,2.7872987,2.8858738,2.9495928,3.0212278,3.1827173,3.3079278,3.4807212,3.5739188,3.601671,3.8427632,3.9610918,3.9593377,4.0604839,4.226162,4.371572,0.98317844,1.301821,1.3480489,1.5184036,1.598721,1.7851373,1.8174376,1.9009216,2.0809057,2.2002845,2.2819347,2.6366131,2.9099424,3.2621489,3.2326312,0.62272179,0.71255302,0.92728537,1.1354738,1.3474115,1.4170846,1.5155122,1.6188197,1.8202229,2.0697956,2.1182346,2.3349435,2.3530369,2.3073146,2.246454,4.0461173,4.7138047,5.579073,6.3456154,6.812077,7.1568632,7.6989994,8.5145922,9.0159492,9.3519726,9.7419348,10.780629,10.783055,11.398012,11.829123,1.1290323,1.4082059,1.5158609,1.8133647,2.1167452,2.3207502,2.3733048,2.4394619,2.7190514,2.8309793,2.9909911,2.7695827,2.9267998,2.9675932,3.1658597,0.76298964,0.87970209,0.96902388,1.0786076,1.1166794,1.2534895,1.3353765,1.3965715,1.5377011,1.6827056,1.7968707,1.7453171,1.8185874,1.8856242,1.8472489,1.2290503,1.3870794,1.5243964,1.6335586,1.7334033,1.9626074,2.0470023,2.2171781,2.3629394,2.4925225,2.6582203,2.6593361,2.8797801,2.9048221,2.950197,8.7877712,10.182783,11.571756,13.142216,14.780709,16.790781,18.543989,19.874786,21.390913,23.011095,23.87929,25.958139,26.925299,27.44523,27.271143,5.3925591,5.561985,5.7384343,5.8045754,5.8467464,5.9349194,5.965312,5.9884386,6.0939112,6.1126704,6.1696892,6.1916223,6.1533136,6.2309504,6.1729193,0.71395135,0.7219376,0.75704634,0.79681277,0.8128193,0.93207496,0.88177288,0.91055793,0.91066289,0.9654063,1.1180832,1.13117,1.1623892,1.2801462,1.2225777,1.7119722,1.8687276,1.8481925,1.8075801,1.8764569,2.0538409,2.0988805,2.0539153,1.9746956,2.0456147,2.3242025,2.6022754,2.7972875,2.7528498,2.7612934,0.65703738,0.66141903,0.68414426,0.67619568,0.70297796,0.67947644,0.7239517,0.73410821,0.72309417,0.73218811,0.79995495,0.92351276,1.0413703,1.0692436,1.211321,1.7631885,1.8507891,1.8620255,1.9952737,2.1423993,2.3108201,2.4159036,2.4449089,2.6295514,2.6944699,2.7655141,2.6760774,2.7621155,2.8550222,2.9469547,0.66221142,0.71008068,0.75224757,0.85072529,0.87846845,0.93126649,0.90598184,0.96789712,0.97064108,1.0860435,1.1099778,1.3085439,1.4786451,1.6534783,1.7072307,1.196175,1.2369001,1.3081721,1.4042572,1.4481219,1.5346649,1.6250631,1.6954303,1.7834176,1.8860009,1.9908392,2.0071452,2.0603399,2.1400068,2.2435732,4.3201456,4.8393021,5.1964865,5.3991051,5.4107838,5.7756243,6.2182622,6.5757895,7.0348392,7.3351994,7.0428014,8.4333763,8.7824955,9.223938,9.3756332,1.4939606,1.5740443,1.5478446,1.5367525,1.5643241,1.5635209,1.5612509,1.6472269,1.7503587,1.7861407,1.933874,1.9928488,2.0755262,2.2113979,2.2434955,1.2993947,1.392557,1.6076784,1.5203414,1.664054,1.6707022,1.6821417,1.891253,1.757394,1.9633185,2.121398,2.0623679,2.1482677,2.2166874,2.3398015,5.9930706,6.5266528,7.3262134,7.7991552,8.4079885,9.1491737,9.3279753,10.419184,10.767072,10.792043,11.064308,11.173498,11.194527,11.474475,11.704884,2.1763601,2.2098043,2.2601771,2.1955316,2.3644676,2.2584033,2.4140644,2.4731746,2.416878,2.4151347,2.4892359,2.55019,2.3939521,2.6174307,2.5003552,1.6632822,1.8423644,1.7219199,1.5506202,1.8223922,1.7857144,1.7167829,1.7700043,1.9224641,1.7793976,1.8318157,2.3395579,2.5188093,2.4608991,2.7379401,0.58214748,0.60881567,0.64662141,0.71266603,0.75102967,0.81412226,0.82019937,0.84436142,0.93858725,0.92391741,1.004258,1.1227845,1.1503499,1.1606201,1.2765614,1.0587612,1.247216,1.4251357,1.3488495,1.3697428,1.5201352,1.6502242,1.6012954,1.7666243,1.8923118,1.8528661,2.0340543,1.9953595,2.0419633,2.2597816,1.43092,1.8539048,2.1301341,2.352438,2.7694197,3.1055901,3.5493062,3.8343654,4.1732335,4.7016964,5.0844207,5.0786052,5.0760098,5.4131613,5.5603137,2.4857543,2.8024092,2.8870504,3.1751366,3.2353439,3.2786884,3.1460483,3.1088083,3.2537959,3.7199895,3.5244238,3.4938369,3.6270823,3.681592,3.6497679,2.4246292,2.5175424,2.5600779,2.6518252,2.6095574,2.8374319,3.1800146,3.2885492,3.5274167,3.7924151,3.7159655,3.6907158,3.8076613,3.886723,4.0527315,0.72043353,0.8273474,0.92082226,0.86765087,0.89540619,0.92435879,1.0165515,1.0608157,1.1708819,1.1688485,1.3671089,1.3314409,1.4460818,1.435805,1.3252424,1.2487094,1.5533124,1.7922932,2.0469716,2.2941904,2.7021716,3.010922,3.3695173,3.4372385,3.6927037,4.0210748,4.1023622,4.3512931,4.4427896,4.6187758,0.55365413,0.63584983,0.70993912,0.75448614,0.878268,0.9733606,0.97268212,1.0585306,1.1012987,1.243729,1.2449001,1.3519179,1.440501,1.4533964,1.51467,0.96366966,1.3255926,1.6018082,1.7825488,2.1242959,2.4419415,2.8192866,3.0900857,3.2085559,3.4135933,3.4503882,3.5852914,3.6507611,3.6175709,3.9172902,0.47411585,0.48026997,0.52383447,0.70003963,0.75097221,1.0177772,1.1315027,1.1483121,1.3167013,1.3822285,1.4128284,1.7516599,1.9179242,1.7809564,2.0640569,0.96636784,1.0272245,1.0935831,1.2078197,1.3223243,1.4726636,1.6899519,1.7230806,1.7812328,1.822504,1.8503768,2.0791292,2.028235,2.2809272,2.3428922,0.59614724,0.70064634,0.75960684,0.76930714,0.77434725,0.80500895,0.88592482,0.92430675,0.97394449,1.0936948,1.249685,1.2575427,1.3355677,1.3662881,1.315519,1.0039729,1.1210103,1.1770345,1.1696682,1.256475,1.3019583,1.324823,1.3452795,1.334124,1.4696711,1.5754448,1.4847972,1.5402714,1.7089831,1.9041935,1.834579,1.962115,1.909367,2.0377917,2.2824888,2.3352742,2.134016,2.3674698,2.2761486,2.3537123,2.6029596,2.6345127,2.8516445,3.0301285,3.2082808,2.5337582,2.8411393,3.0892229,3.2998209,3.5301242,3.6807981,3.934515,4.1520462,4.3237119,4.5524549,4.7795768,4.9150171,5.0729241,5.2706094,5.4008889,1.0513846,1.0269576,1.0895824,1.2104284,1.2079756,1.2084446,1.2912275,1.2546268,1.247122,1.2936485,1.288198,1.4321535,1.4122101,1.5955111,1.6978923,0.53424418,0.54534256,0.59135038,0.64366174,0.59669107,0.71684587,0.74675626,0.75785929,0.78154433,0.84344202,0.90493429,1.1770381,1.3271784,1.5524937,1.5647922,0.81948155,0.84555346,0.86982602,0.96217853,0.95516211,1.1113157,1.1841695,1.2092203,1.255977,1.3179783,1.1870968,1.4698231,1.6537534,1.9705402,1.9837101,2.3648202,2.4068384,2.5459957,2.6264777,2.7195451,2.8269718,2.7968369,2.9947412,2.9956169,3.0315707,3.1709292,3.1300929,3.2856863,3.3918922,3.3967621,1.4441297,1.5579417,1.6848055,1.7738167,1.9045554,1.9770952,2.1163342,2.2770112,2.4228272,2.5397565,2.6614532,2.7239428,2.8337073,2.8773417,2.9703562,12.674552,13.197637,13.096115,13.654947,13.900124,14.019558,14.507729,15.295998,15.781911,15.846181,15.595605,16.149178,16.134157,16.037903,16.047947,0.8752268,0.89494997,0.88675219,0.84185851,0.84139669,0.90889877,0.93237597,0.96982753,0.93028349,0.92758155,0.96792346,1.0413129,1.1310408,1.2396694,1.3605442,0.35750765,0.46217051,0.57412165,0.7690993,0.80396849,1.2674488,1.3615994,1.4042996,1.5851017,1.7997751,1.7965106,2.0998721,2.2175021,2.4905856,2.7618642,0.75450212,0.84841633,0.90832871,0.93225604,0.98418522,1.0859364,1.094221,1.1285511,1.218019,1.237911,1.3602847,1.3152878,1.4446433,1.4024431,1.5181603,0.85205615,1.0309278,1.0761812,1.1689836,1.272482,1.4340429,1.4351063,1.5856709,1.5033581,1.6946878,1.7116554,1.7995201,1.749141,1.8307658,1.9201504,0.79429352,0.97903812,0.99471939,1.0845854,1.1466062,1.2815036,1.3534555,1.4002824,1.4918693,1.556711,1.706084,1.603074,1.753122,1.7600096,1.8492347,9.0151434,9.8442173,10.433366,11.414575,12.407142,13.21697,13.939042,14.921629,15.708202,16.680735,17.277769,17.985998,18.558355,19.274673,19.938381,1.2299025,1.5382493,1.7118107,1.7303878,1.8756371,1.9121101,2.1230447,2.1195617,2.0901802,2.4707756,2.3570812,2.5982678,2.6337061,2.6120911,2.6840179,0.57968348,0.63338304,0.65607101,0.63711911,0.68819964,0.80555558,0.88593578,0.9341473,0.88765603,1.0127288,1.0295892,1.1942526,1.2189448,1.2680652,1.2421209,0.69937056,0.72008115,0.82729042,0.86566859,0.87800848,0.94083214,0.97056657,1.0293962,1.1016043,1.157132,1.1808038,1.3074014,1.4119965,1.7599825,1.937855,0.51217985,0.60105187,0.82414103,0.95549411,1.0289873,1.4456317,1.6559221,1.7011553,1.8724697,1.9813226,1.968899,2.3756218,2.3576126,2.5332329,2.4356561,1.3058594,1.5553045,1.9800229,2.1675138,2.2250023,2.603888,2.8088379,2.7684183,2.7349164,2.8510599,2.6590781,3.237005,3.1809144,3.2106574,3.5064187,11.997799,12.361111,12.733194,13.163201,13.475262,13.887431,14.381303,14.646191,14.87475,15.538881,15.857082,16.363934,16.596737,16.896061,17.247723,1.7853588,2.1337793,2.2015126,2.2625661,2.3345237,2.5563498,2.8437972,2.9748282,3.3979905,3.5942271,3.5202448,4.0276017,3.9387307,3.9960113,4.4859943,1.789549,2.3983915,2.8120017,3.0778165,3.4678712,4.3452468,4.5285268,5.121212,5.3649688,6.1299739,5.917068,6.4342313,5.9184995,6.3336024,6.7870388,1.5585335,1.6882654,1.835696,1.9992663,2.0459728,2.2428415,2.4799461,2.5836616,2.5244045,2.8202708,2.7446299,2.8257458,2.7880096,2.9373956,2.8308563,0.75974345,0.81583923,0.97008896,1.077144,1.127858,1.1956298,1.2935531,1.284327,1.4231499,1.5247109,1.3535117,1.7841882,1.8967562,1.9205587,2.0647995,1.3349416,1.6581479,1.738849,1.9148765,2.0525517,2.1857486,2.5098071,2.495379,2.5584385,2.9352715,2.9365873,3.092659,3.4011416,3.7258604,4.0642228,0.89514071,1.1222682,1.2567325,1.1872705,1.3619893,1.5698787,1.8455939,1.9303508,2.117177,2.1230562,1.799945,2.7600555,3.1302404,3.1665967,3.5087719,4.508728,4.7596998,5.0700521,5.3768315,5.660387,5.9647141,6.3100076,6.7063899,7.017962,7.3385677,7.6176376,7.6949253,7.8377461,7.9399643,8.0375204,3.311672,3.70084,3.9730008,4.2276039,4.5888014,4.8171802,5.2230182,5.5217614,5.8029437,6.273067,6.6196084,6.7406359,6.8226099,7.0140471,7.2097592,1.2220283,1.4231499,1.5257906,1.6579224,1.7795457,1.873487,2.0364246,2.1630094,2.2654402,2.3578436,2.4834526,2.4863489,2.754102,2.8592887,3.112133,0.23787741,0.29547551,0.50571269,0.52513129,0.67478913,1.0746607,1.3957936,1.4612575,1.7041054,1.8753662,1.6767402,1.88494,1.910201,2.086231,1.9868865,0.9668147,1.0348154,1.0702401,1.1306647,1.2970288,1.4837626,1.6064256,1.7375616,1.6038187,1.7017984,1.7204716,2.2971652,2.3891456,2.6488748,2.8079259,4.1219568,4.2451787,4.3748336,4.5555782,4.6552215,4.7715759,4.8710189,5.0700603,5.2402611,5.3899574,5.5921035,5.7937961,5.9939823,6.1379485,6.2489429,0.6753127,0.83910704,0.90916157,1.1155317,1.0980392,1.2433251,1.3701923,1.3924456,1.6047982,1.6933826,1.7023027,1.8530829,2.1436849,2.4171963,2.6751378,2.6100161,3.1609914,3.6469345,4.1339192,4.8268657,5.564383,6.1644044,6.8959274,7.4271669,8.1757822,8.8028479,9.1429911,9.227499,9.5658722,9.8244905,1.5570416,1.7468228,1.9356415,2.0592678,2.1799552,2.1789489,2.4180129,2.5710654,2.6972253,2.8045025,3.0923805,3.1058972,3.1044543,3.0632188,3.1009052,3.7657597,4.375,4.656713,5.0582366,5.8677821,5.7811728,6.0333905,6.4548278,6.8386526,6.975831,7.2927246,7.5120568,7.767765,8.0342855,8.2586203,3.8130734,4.1050186,4.271246,4.6242771,4.5597248,4.5148454,5.1090436,5.3815136,5.6868305,5.9323368,5.1562748,6.8015294,7.3307672,7.3894806,7.7398376,1.0178324,1.1683006,1.266135,1.2745751,1.33223,1.4823354,1.6441717,1.7696241,1.7032217,1.7083101,1.6602811,2.0684168,2.1580451,2.4587564,2.7720575,0.76992172,0.81648517,0.81585079,0.79509902,0.82191777,1.060487,1.1227155,1.0403121,1.0780622,1.1405349,0.99364072,1.1982427,1.1939898,1.2100027,1.3081591,2.2217901,3.3410299,4.3049502,4.9706297,5.8332634,6.8581791,7.409996,7.9305091,8.1540947,8.5764217,9.1148682,9.2727938,9.7098093,9.9403467,10.136209,1.0812268,1.24148,1.3012409,1.4435726,1.4794289,1.5413369,1.5595998,1.6359098,1.7953794,1.837739,1.9586248,2.0114818,2.1223152,2.4196949,2.4865043,2.7270973,3.1950247,3.368391,3.4261444,3.6880233,4.0093675,4.2194486,4.5210304,4.726552,5.1032639,5.2735906,5.2224107,5.3606462,5.4356227,5.6503825,0.71343642,0.72126222,0.69017255,0.71061385,0.73159581,0.97012633,0.97252244,1.0194479,1.0513102,1.0480213,0.99968761,1.2564788,1.4463135,1.4799813,1.7065915,2.3313615,2.4347608,2.5520754,2.6817684,2.7747803,2.9510918,3.1426792,3.2844529,3.4358423,3.6094584,3.9272056,3.8692923,4.0959654,4.3122854,4.3046451,2.0207167,2.2872434,2.2801018,2.4185069,2.5792773,2.6366842,2.7922428,2.8581831,2.8004026,3.0411284,3.062448,3.4945483,3.4220173,3.813519,4.0448804,0.79943568,0.92670989,1.0008025,1.1234885,1.1882129,1.3437797,1.5086617,1.6130563,1.7445186,2.0071344,1.9848995,1.9725273,2.009692,2.1224606,2.1349399,9.2112617,9.6355047,10.195196,10.558708,11.129882,11.385937,11.817107,12.123353,12.521058,13.299732,13.774448,14.305474,14.614161,15.005912,15.383564,1.5708134,1.6031808,1.603592,1.5903801,1.5651275,1.7049859,1.7910838,1.8027432,1.7426624,2.023653,1.856729,2.2163589,2.3660774,2.6403079,2.7076762,4.9277587,5.5826788,5.7032313,6.1962256,6.7062573,7.1735802,7.3962321,8.0195675,8.4934578,9.0484095,9.4076653,9.7493677,9.5252733,9.9853497,10.16936,1.9384423,2.0534894,2.1190646,2.3529413,2.3414495,2.4320979,2.6468215,2.7537837,2.6747131,2.8865519,3.2274973,2.8920357,2.9678483,3.1326406,3.2450433,1.0876282,1.0982307,1.2034876,1.2332113,1.2220713,1.3231112,1.2962732,1.3308458,1.4709487,1.5677078,1.5314313,1.6658379,1.6687738,1.7597553,1.7519361,1.9349846,2.0512211,2.0507638,2.1333332,2.0428648,2.0871627,2.1595078,2.1169355,2.158145,2.3872678,2.6281521,2.5746469,2.6141844,2.8737354,2.9773817,2.02192,2.1326094,2.2602201,2.1588433,2.1982415,2.1869984,2.3186088,2.3340774,2.3740711,2.417042,2.0437653,2.6653104,2.6494148,3.2146492,3.655031,8.3655863,8.8761654,9.5072966,9.9960117,10.354144,10.985619,11.219956,11.770697,12.554002,13.238393,13.246706,13.729952,13.732471,14.001313,14.171987,1.3080828,1.5356586,1.5065789,1.4946995,1.5420252,1.7930942,1.7611742,1.8087512,1.9832088,1.9858811,2.3464274,2.2247539,2.2024653,2.2899215,2.41608,2.3251469,2.4159167,2.4872265,2.404829,2.5455964,2.6370575,2.8879437,2.849741,2.9034841,3.0685921,3.4841809,3.3420053,3.6628556,3.8326125,3.8045697,2.2435951,2.4543359,2.5217867,2.7122641,2.9458842,3.1560268,3.2546287,3.3887219,3.687963,3.8907599,4.0137739,4.1399727,4.1443768,4.3207626,4.4739585,1.7224246,1.753203,1.9614362,2.0734196,2.1695592,2.498312,2.7806036,3.0281692,3.3451955,3.5624325,3.7222619,3.7222619,3.667393,3.9985192,4.0626163,1.3581952,1.4622642,1.5060961,1.5930485,1.5704277,1.8551015,2.0333681,2.0495076,2.1954484,2.3841777,2.6775956,2.5456557,2.8883905,2.8200791,3.1375937,1.2946706,1.2982363,1.2981745,1.4003072,1.446393,1.5402298,1.8302448,1.8496528,1.8047882,1.9761751,2.3320506,2.1805251,2.1645839,2.195857,2.3327551,2.5974026,2.9841063,3.0333004,3.5170782,3.4907598,3.9930556,4.1521287,4.1992884,4.6076312,4.8851624,4.7058825,5.3663955,6.3248501,6.6991014,7.145515,3.9966695,4.4295864,5.1011806,5.2030454,5.0890584,5.7441254,6.0390763,6.409091,6.247191,6.8688669,6.0881419,7.4906363,8.1229925,8.5154819,9.8113213,0.82700801,0.92783505,1.2083187,1.259861,1.36143,1.3855993,1.5133601,1.6183887,1.7753539,1.8470589,1.9174559,2.4072335,2.467685,2.4773703,2.674823,0.60558701,0.83250737,1.0755931,1.3149909,1.5812712,1.9813161,2.1548116,2.351706,2.6412325,2.9020429,2.8052113,3.0222411,3.1186802,3.2602887,3.5365984,1.533811,1.755777,1.7987249,1.7168846,1.805843,1.9137092,1.9301895,2.0252869,1.8568258,1.937894,2.0325203,2.1830986,2.1848938,2.4676712,2.7356703,1.7902814,1.7641129,2.1472392,2.1465969,2.4146981,3.2625582,3.4744844,3.3677351,3.6803365,3.8338656,4.0633245,4.0827146,4.5026178,4.7891726,5.3360696,3.5936382,3.8861036,5.6161394,5.2672176,5.9724097,6.6299267,7.0109258,7.6574087,8.5547352,8.995718,9.1222267,9.4213095,9.7258997,10.073235,10.339643,2.3678846,2.6486964,2.7915471,3.0027699,3.1896729,3.5172627,3.7060869,3.9386466,4.225966,4.3679104,4.6548424,4.6811223,4.9841309,4.9996185,5.2217202,0.98265892,0.98550719,1.0056196,1.0599637,1.0805805,0.89514071,0.93337625,0.95300692,1.0026739,1.0067114,1.2195121,1.5764222,1.9812305,1.9250602,2.0415225,2.2998605,2.555126,2.8659589,3.0460548,3.1684821,3.5053148,3.6337435,3.6444948,3.6803946,3.9837811,4.012361,4.0546026,4.4443316,4.3688073,4.5919423,1.1650485,1.216693,1.2460297,1.3752456,1.4476476,1.6776817,1.7515121,1.8027041,1.8992878,2.0235236,2.3522012,2.3908393,2.4914198,2.5896161,2.7657404,3.3148124,3.6259863,3.871207,3.9866757,4.155458,4.2334952,4.5266685,4.6463127,4.838088,5.0154948,5.182219,5.3960772,5.4602442,5.6423407,5.8619475,9.7553873,11.255924,12.330009,12.907229,13.587125,13.99499,14.489928,15.254237,16.088947,17.420214,16.53001,18.942148,19.46962,19.78393,19.655857,2.2070251,2.2561171,2.2554002,2.4295433,2.4080703,2.4005263,2.3897676,2.4157877,2.6066351,2.71105,2.437326,3.0780244,3.590127,3.664526,3.8989973,2.458658,2.7219019,2.8475955,3.0501328,3.1977274,3.2301579,3.5330706,3.6918082,3.9700105,4.341692,4.6720767,5.0601234,5.2817869,5.5240059,5.7367439,3.5801713,3.9370079,4.0504751,4.2701864,4.3653874,4.1224232,4.4392881,4.4748578,4.5278935,4.9129353,4.9454765,5.4250383,6.0549893,5.9182715,5.8039212,43.529675,44.019634,43.70763,43.860905,43.996586,44.430538,45.0564,45.50655,45.89267,46.176308,46.791668,47.400448,47.703903,47.778286,48.230003,37.973206,39.111927,40.420876,42.645191,43.988842,45.172157,46.323647,47.57523,48.76503,50.180954,51.240688,52.049263,52.513866,52.589119,53.182274,2.5935905,2.688,2.886827,3.0775917,3.2399609,3.286716,3.3753304,3.3030231,3.4776218,3.4750679,3.7372768,3.7039897,3.8687487,3.9529829,3.9548683,8.4503498,9.2160597,9.7149458,10.496877,10.394489,10.627698,11.029305,11.452184,11.956666,11.992263,12.436102,12.968472,13.876518,14.436172,15.094493,1.2309685,1.2812089,1.2922465,1.2894469,1.2776244,1.3380282,1.4518414,1.5596663,1.5873017,1.561919,1.7465627,1.7498139,2.1715126,2.2842641,2.6977088,0.7863248,0.75966853,0.86625087,0.98522168,1.0768126,1.5568429,1.6721193,1.8101219,2.0606968,2.2762346,2.3121386,2.5777104,2.5878718,3.1611414,3.0919766,34.949238,35.755554,36.324516,37.425999,37.762238,38.324444,40.080444,41.245487,42.715664,43.332039,43.466633,44.304924,44.860172,46.275513,46.534908,9.8596315,10.420537,11.083208,11.519813,11.745925,12.274736,12.726961,13.705317,13.674625,14.425675,14.212357,14.826344,14.538474,14.61423,14.438065,11.568627,11.614173,11.603375,11.038489,11.713031,12.625096,13.312202,12.627451,12.189254,12.975207,13.89992,15.814696,15.457413,15.916149,17.471264,1.7261671,1.829348,2.0219374,1.9885228,2.0498989,2.5616174,2.750576,2.9466724,3.080534,3.3610947,3.3248465,3.2565887,3.6979489,3.8908064,3.9613373,20.82233,21.86916,22.234678,22.976986,23.618469,25.405403,26.132404,27.68705,28.316906,31.285126,29.547142,31.546942,31.297421,32.113979,33.706131,1.1211796,1.4449968,1.8392262,2.1876981,2.4436991,3.162504,3.5543065,3.8846281,4.4697342,4.7800832,4.6947579,5.2534094,6.0017052,6.6632495,7.2530866,8.02882,8.027669,8.4531183,8.5632219,9.00772,9.3815174,9.7121124,10.108506,10.316526,10.57979,10.882336,10.880023,11.117174,11.271859,11.572837,23.640167,24.752708,24.773485,24.442335,25.247759,26.870588,26.661884,26.840343,27.209246,27.077366,26.579317,27.626276,28.544199,28.09071,28.799412,2.7027028,2.7856469,3.1790555,3.4872763,3.733844,4.7105002,4.8347311,5.1046453,5.6952281,6.0134783,5.491632,6.1399093,6.2086515,6.9018402,6.6875653,1.4934808,1.7045455,1.9413691,2.1720712,2.4102838,2.5295615,2.7029049,2.9068024,3.0600679,3.3959157,3.3871922,3.7860756,4.0465012,4.3501086,4.7162805,1.2828114,1.4270387,1.4620351,1.4281923,1.4389244,1.4510152,1.5943173,1.7218752,1.887584,1.8490309,2.0280159,2.0716922,2.2637117,2.4167418,2.5193594,0.72057647,0.74937552,0.83070749,1.081555,1.1048074,1.4674411,1.5318627,1.5625,1.8489001,2.0149496,2.0162601,2.0711973,2.1710527,2.5179856,2.4422443,4.0753379,4.3386531,4.5928469,4.9245505,5.2346001,5.5417781,5.9035029,6.22262,6.619627,6.9294176,7.2056661,7.1967959,7.2539115,7.3018579,7.386178,26.817879,26.798841,27.407915,26.829842,27.794847,27.899685,27.838104,27.825865,28.396011,28.444559,28.414207,29.422155,29.615673,29.635298,30.170008,1.4392631,1.5237874,1.6052879,1.6853932,1.8248608,2.0123651,2.081537,2.196979,2.3948302,2.4476855,2.4489796,2.710233,2.6567888,2.9250224,3.2563572,2.052696,2.1518986,2.3174603,2.488189,2.5239615,2.8173575,2.8298783,3.1723652,3.8047974,3.9357431,4.1634245,4.6165886,5.2715654,5.5401659,6.324111,3.0704262,3.2224994,3.1376607,3.312217,3.4046824,3.5869117,3.6025352,3.8398397,3.8510971,4.0902615,4.3423796,4.0795369,4.2246213,4.3149996,4.3686533,1.4452214,1.473384,1.5648663,1.9427402,2.0876827,3.030303,3.5955057,3.7436187,4.0432801,4.1596403,3.2183907,4.480998,4.9382715,5.5911474,6.4018974,3.8400743,4.0683203,4.329524,4.4023738,4.556345,4.7027359,5.0040555,5.1551003,5.3178649,5.5445862,5.7434907,6.0137992,6.4115262,6.7063107,6.8199129,1.0346756,1.0955056,1.1955594,1.1877829,1.2888107,1.8007553,1.904762,1.9316492,1.920192,2.0621729,2.2256567,2.4610591,2.4960506,2.6458399,2.4421186,0.90814197,0.94514072,1.0180995,1.2071612,1.2410988,1.4952153,1.5280136,1.5723271,1.7367177,1.8823042,1.9709544,1.8948463,2.1828537,2.3111672,2.3904803,1.634521,1.6711229,1.8096514,1.7777778,1.8244406,2.464422,2.6709402,2.6090064,2.6628284,2.8215463,2.8281362,3.3261027,4.2903109,4.7379756,5.0841389,16.782049,17.270937,17.75526,18.40638,19.140257,19.693344,20.024002,20.242657,20.536091,20.016579,19.90551,20.18425,20.174706,20.36496,20.503565,1.9376436,2.1533453,2.1719055,2.2777798,2.3432164,2.5497873,2.6153424,2.902564,3.2651658,3.449456,3.6396694,3.7137184,3.7883692,3.8965867,3.8647511,1.9187696,1.9436346,1.9941306,2.0317221,2.0434716,2.1595449,2.2492971,2.3058157,2.2153652,2.3944998,2.3097613,2.7104592,2.7551103,2.8234715,3.0553737,0.75916952,0.87109625,0.93528581,1.1290786,1.2606672,1.2950342,1.4354538,1.4187193,1.6807549,1.8772848,1.9076802,2.1591363,2.1063089,2.2051487,2.3904781,11.036572,11.501392,12.052326,13.035909,12.997812,12.821631,12.756565,13.363029,14.520791,15.304309,14.860747,15.539345,15.832575,15.704979,16.510191,1.5769554,1.6857839,1.8264998,1.8242348,1.9663109,1.9604656,2.1103272,2.2339027,2.4088886,2.4287255,2.6019475,2.7697105,2.8755364,2.9192188,3.0543678,0.88265079,0.90076786,0.89472115,0.94198567,0.94815725,1.1485332,1.0811658,1.111285,1.1302983,1.1370716,1.0544538,1.4458214,1.958307,1.8993351,1.902478,3.090337,3.2002225,3.3192449,3.4450386,3.7041252,3.8191471,4.017477,4.4220371,4.62322,5.029644,5.4111333,5.5188084,5.6775651,6.0251822,6.2689466,2.2222223,2.4253423,2.5413811,2.5667005,2.6084011,3.0603666,3.3395176,3.3046703,3.3172195,3.5414569,3.3147302,4.0791945,4.101162,4.2169728,4.4557943,14.215968,15.119364,15.264246,15.574492,15.814793,16.78788,17.412481,17.383293,19.181902,19.34284,18.30855,18.479975,20.082882,20.980579,20.943089,0.71067888,0.79092813,0.88562995,0.82936126,0.846398,1.1189351,1.1309812,1.1234866,1.1014719,1.190359,1.1697631,1.38217,1.5031646,1.4970944,1.7395579,2.9231133,3.1686804,2.9307973,3.1838701,3.2645221,3.3150501,3.6592026,3.6252863,3.870501,4.0016899,4.4235439,4.4394512,4.6351986,4.9477267,5.1433802,1.5081207,2.0937777,2.3866348,3.2376297,3.7278659,4.7529116,4.7846889,5.5238094,6.0761113,6.9367909,6.7010307,8.6052465,9.1115437,9.3264256,9.8605251,2.3649783,2.5584173,2.8571429,2.8195488,3.1266193,3.486557,3.7230344,3.7908037,3.9810593,4.1843972,4.194572,4.6770205,4.6299605,5.0765944,5.1764703,1.521843,1.7169958,1.647792,1.6026791,1.7811553,1.7606261,1.7314976,1.8277873,1.9709227,2.0371847,2.0379353,2.3624458,2.3803635,2.5365245,2.7201505,0.38322812,0.39152467,0.39691803,0.45794168,0.48851982,0.96654278,0.97548777,1.0214505,1.1378329,1.1755686,1.1985409,1.3274336,1.4150944,1.7594539,1.8070688,1.2919897,1.3676326,1.5029088,1.4464489,1.5052356,1.6565524,1.751801,1.7046386,1.9227635,1.8482172,1.8101037,2.3328404,2.4245422,2.7548664,3.1053848,4.16609,4.697227,4.6740994,4.8966112,5.0609322,5.2654052,5.2837858,5.8008661,6.2545562,6.3230834,6.2912955,7.0960388,7.0589938,7.3142529,8.0476475,0.66722268,0.76232421,0.92576712,0.97425187,1.0784484,1.6306274,1.7584784,1.8790265,2.0408163,2.0640569,1.8446257,2.5654924,2.5222282,2.7572534,2.9181106,2.2456563,2.5472517,2.5941873,2.8216646,3.1834524,3.2812178,3.4533467,3.7018876,3.9168742,4.3289638,4.4191513,4.7679591,4.9704456,5.19802,5.3306489,3.088403,3.4241569,3.8163204,3.8746736,4.1192584,4.3980036,4.4729757,4.8876057,4.8327136,5.4193816,5.2691631,5.9134221,6.412354,6.6925116,6.9703178,0.80321282,0.85704494,0.99896657,1.2341326,1.2968299,2.4842417,2.5535111,2.59887,2.970679,3.1665363,2.2763579,3.7795277,3.9432175,4.522613,4.9706459,5.6727071,5.9534869,6.1936007,6.3853726,6.5570173,6.765656,7.0665283,7.3049321,7.6421671,7.8447251,8.1056395,8.248847,8.4786396,8.6921272,9.029335,0.9476223,0.94986808,0.96627164,1.0009269,1.0217596,0.89728904,0.98856372,1.0343481,1.0262483,1.0703667,0.92891765,1.2247398,1.4654282,1.5031315,1.4665829,5.6301265,6.0231881,6.355691,6.8705211,7.1537437,7.589457,8.1474962,8.700386,8.8452082,9.3858862,9.9712563,10.543004,10.567886,10.9999,10.891287,4.592248,4.582129,4.6898203,4.7090049,4.8880377,5.1690321,5.4087973,5.6944261,6.0681987,6.1975856,6.594759,7.155323,7.5771675,7.8225307,8.0763311,1.0591351,1.0971223,1.1856986,1.2154696,1.2962962,1.5321375,1.7098835,1.7251184,1.8842787,1.988801,1.8361036,2.3493164,2.0733345,2.2977407,2.6300521,1.0463802,1.1107947,1.2738854,1.3666763,1.4235909,2.0094562,2.1554341,2.1692638,2.3867068,2.4900091,2.7694161,3.094717,3.337492,3.6500945,3.388767,0.91168869,0.97506613,1.0897255,1.1376565,1.1856034,1.3564214,1.3344938,1.3826876,1.4703741,1.5406977,1.7596567,1.922525,2.3512545,2.3871155,2.7138979,6.0623569,6.4001336,6.8079844,7.188345,7.5288863,7.9027243,8.214325,8.5887108,9.0565767,9.373867,9.785943,10.025306,10.344457,10.567094,10.808625,6.352941,7.1624265,8.3870974,9.4964027,9.9724169,10.710543,11.88265,13.129382,13.364347,14.638191,15.240587,15.596331,16.912971,17.323313,17.745178,8.1729317,8.6086931,9.0648994,9.571146,10.026702,10.460638,10.987811,11.570622,12.047269,12.497828,13.032222,13.21945,13.4751,13.697219,13.888638,42.478775,44.867813,46.709572,48.562725,49.556305,50.837292,52.013844,53.023338,54.222534,55.673367,56.450771,57.270336,57.724201,58.183689,58.658142,7.3547139,7.6262331,8.0387917,8.4341021,8.8015966,9.1341705,9.4233055,9.7788267,10.147108,10.499135,10.917494,11.111609,11.337851,11.499983,11.66873,1.4669052,1.5395894,1.682243,1.9180143,2.081727,2.4828115,2.6692455,2.7540729,3.0326295,3.1456311,2.6326129,3.5391271,3.3175356,3.4400947,3.8173947,8.4049807,8.8404484,8.8961859,9.2483711,9.747817,9.4719734,9.76752,9.7768154,10.437096,10.726183,10.20646,11.899238,11.965952,11.825658,12.172193,0.73025006,0.76992756,0.81187665,0.87140834,0.90692127,1.1627907,1.1352419,1.2724551,1.4070095,1.4549234,1.661906,1.5291326,1.5974442,1.5376315,1.7384328,5.4503365,6.2883759,6.8876452,7.1945601,7.7215753,8.5848417,9.1441441,9.7982063,10.944596,11.510629,10.833333,12.502852,13.187572,13.015434,12.872439,24.06015,26.099586,27.467991,29.5858,29.736618,31.349913,33.363472,34.834557,35.82296,37.028519,36.884155,37.719692,36.153488,36.795937,36.483307,21.849817,23.434046,23.410511,24.666544,26.306435,27.771816,28.243021,29.31258,31.48897,31.008583,32.458733,33.386551,32.770916,33.596703,35.551754,3.5920758,3.6609087,3.9098039,3.8418884,3.9648454,4.0693688,4.0746336,4.1580896,4.3320408,4.4163909,4.7212081,4.797853,5.049994,5.2397494,5.3366241,1.8584179,2.1435571,2.5742085,2.7985075,2.82864,3.347065,3.5205801,3.8146074,4.1769681,4.5659742,4.7493072,4.9062772,5.0465641,5.1938276,5.63972,0.79268289,0.80620152,0.82881731,1.033258,0.96153849,1.4876033,1.4710798,1.5483003,1.6989466,1.7085427,1.9647019,1.8810883,2.0882452,2.0222447,2.1604939,1.8637158,1.9555947,2.2222223,2.3080337,2.2424154,2.4548738,2.5273924,2.6579022,2.7412746,2.8615952,2.669317,2.8603957,3.0848329,3.3765495,3.3342872,4.847086,5.0147491,5.2663078,5.2988296,5.4417415,6.7929454,6.9417157,7.2923698,7.7401519,7.2838664,7.0469799,7.1522312,7.3346429,7.2204471,6.8031707,0.65491968,0.7005254,0.99983877,1.1046134,1.1857708,1.7436068,1.9327732,2.0068028,2.1374829,2.4398685,2.3624763,2.7091908,2.8800838,3.1022868,3.535892,18.590765,19.394663,19.853241,20.567667,20.962931,21.770435,22.431131,22.747349,23.49235,23.473541,23.066607,25.950485,26.94718,27.131784,28.840845,1.6791227,1.8598278,1.8111639,1.8781675,1.8704007,1.9238641,1.8467221,2.0648062,2.0850708,2.2561939,2.4192688,2.5627162,2.6852257,2.7282727,2.8037381,1.3585509,1.3094602,1.5269294,1.5957447,1.6068866,1.6179392,1.7151163,1.8435919,1.9719151,2.024781,2.08901,2.2946861,2.4494796,2.6816339,2.7241051,16.220873,17.446266,18.517694,19.578182,20.720715,21.905207,22.928122,23.953924,24.802698,25.698778,26.465836,26.631483,26.863024,27.102211,27.437449,0.76758814,0.88148314,0.94020945,1.0321357,1.1059242,1.2963371,1.434415,1.5303087,1.5047731,1.6658658,1.7030193,1.7199936,1.8086473,1.8241595,1.8927611,0.82491583,0.96394944,0.99346834,1.0524032,1.0802717,1.2585933,1.2816521,1.2896622,1.3912692,1.4688809,1.4264264,1.5717969,1.6156126,1.8676391,1.9426502,0.80935723,1.0060881,0.9578048,1.0203036,1.1311759,1.1257317,1.1501535,1.2476784,1.2898331,1.3644036,1.3743303,1.410542,1.435959,1.5369041,1.5489354,0.62620425,0.60790277,0.66144049,0.73903561,0.75224459,0.8828153,0.87762064,0.98901105,1.0042347,1.0117016,1.1254992,1.2190706,1.1924838,1.2333736,1.2662852,0.93369699,1.1241789,1.2531005,1.4554182,1.6539987,1.8452382,2.0143428,2.1865573,2.3446658,2.5444026,2.6088607,2.6979818,2.8521838,2.9198267,2.9763424,0.79978436,0.89539009,0.91204065,0.97129858,1.0221019,1.2047148,1.107458,1.1421099,1.2191981,1.4466389,1.2492461,1.4519987,1.4664745,1.3588996,1.3729037,0.64634353,0.66303575,0.67697287,0.71918041,0.70367211,0.6659801,0.6595304,0.65985972,0.70051324,0.65580636,0.80819345,0.78228676,0.91994035,0.91000283,0.93457943,1.9963722,2.0946643,2.2416766,2.3944974,2.6274028,2.7850478,3.0138617,3.2277308,3.4087558,3.5373442,3.5585549,3.6895118,3.7423086,3.9217577,3.9876375,2.6438088,2.9625058,3.3107135,3.6855288,4.0642576,4.3701024,5.0179214,5.5804133,5.9563003,6.5711288,6.727109,6.9251938,6.784749,6.823647,6.9384084,1.1203579,1.1493094,1.2344185,1.2561804,1.2756852,1.3359512,1.3079981,1.3712008,1.3849403,1.4606377,1.5409439,1.4433199,1.5067214,1.5601995,1.5972408,1.4346113,1.6016308,1.7046075,1.8651415,2.0084794,2.2240527,2.4865327,2.6678998,2.6477659,2.7882814,2.7722218,3.0291438,2.9883709,3.0361364,3.1052773,0.47175518,0.46796259,0.53520459,0.64385355,0.61685288,0.84378302,0.94295144,0.95654225,1.0742533,1.1684173,1.0589482,1.2583795,1.3336481,1.5047394,1.4783022,0.66254139,0.69586313,0.65815198,0.67558616,0.64774626,0.66252029,0.61172587,0.63516438,0.61758721,0.64244413,0.56936938,0.6796819,0.76263112,0.80330169,0.83376753,0.71726793,0.75914425,0.74093539,0.76006043,0.77615649,0.82741714,0.79632467,0.84767145,0.82925373,0.89594072,0.94715852,1.0261977,1.1901798,1.2225549,1.2714207,0.62023056,0.74285895,0.78714228,0.84980178,0.97106236,1.0419703,1.0793524,1.2168714,1.2799362,1.3709776,1.4434761,1.4701977,1.5040962,1.6878791,1.7042325,1.039181,1.1678832,1.3434218,1.4741067,1.6712666,1.8682171,2.1818182,2.2102046,2.4087877,2.5808997,2.4146612,3.0165322,3.2757409,3.4682081,3.7735848,0.61415631,0.64626646,0.64072514,0.7186377,0.75152653,0.84269661,0.88868105,0.9160068,0.9164421,1.0156971,1.0941594,1.2554879,1.3846987,1.4069095,1.5065913,1.3934426,1.4808793,1.5797559,1.6620817,1.7465394,1.8302225,1.9243985,2.0445538,2.1806684,2.3748848,2.42751,2.3834803,2.41363,2.4805269,2.5901992,0.86483926,0.93423229,1.0090749,1.1262308,1.2479826,1.3697231,1.405107,1.4767503,1.5573474,1.6572984,1.6811736,1.6900636,1.7361645,1.8034512,1.8280519,0.8245877,0.88595665,0.90583128,0.89438629,1.0264208,1.2847555,1.4581734,1.5462909,1.6296878,1.6037551,1.4308114,2.0598137,2.2015073,2.2690763,2.3321271,3.2413318,3.5220251,4.1311092,4.5989199,4.9908471,5.4133763,5.5756078,6.0217085,6.7200294,7.067822,7.3559389,6.859798,6.5145383,6.8158789,6.9388895,0.58792883,0.69282353,0.75563055,0.74534613,0.8391456,0.87153816,0.98492175,1.0046118,0.9512828,1.0905164,1.1598916,1.2440262,1.3041894,1.2495433,1.2114538,1.3060908,1.6513526,1.7284265,1.835564,1.9069943,1.9564532,2.0314467,2.0744278,2.2542267,2.3328733,2.2101176,2.5888548,2.6315789,2.8093729,2.8086343,4.8576927,5.5833344,5.8209529,6.015626,5.8870292,6.0596499,5.7711921,5.9334321,5.9471917,6.1396465,6.2039123,6.4212332,6.9951882,7.1186261,7.4102616,1.1795149,1.341719,1.4338312,1.5532193,1.7516531,1.9577043,2.1192889,2.1416194,2.2208984,2.4377229,2.5565472,2.673058,2.6513774,2.7725496,2.7975357,1.3615177,1.4254432,1.4503021,1.5316268,1.5465246,1.5471107,1.6066555,1.6433816,1.7183363,1.808656,1.8803576,1.9163119,1.9317391,1.9315934,1.936278,1.2244474,1.4026402,1.4853513,1.6590331,1.7094883,1.923077,2.142426,2.104743,2.1554668,2.1413903,1.8027674,2.4318204,2.5948689,2.7056277,2.7170181,0.51020408,0.52631581,0.4990778,0.54147714,0.5259698,0.54716569,0.46416238,0.4957965,0.51020408,0.51607352,0.61204767,0.59292799,0.65945947,0.74942976,0.75065273,0.59997213,0.62875503,0.60022336,0.68521887,0.66768676,0.83498442,0.79174322,0.81908321,0.85297096,1.0065646,1.0072993,0.82981515,0.99139822,0.99970597,1.0669829,0.92518854,1.0359079,1.2284771,1.3498167,1.5177484,1.6629093,1.9103805,2.0645134,2.296381,2.4921827,2.6280978,2.6314707,2.6528318,2.7004194,2.7914498,0.55846721,0.56275582,0.59508628,0.61817259,0.6777364,0.67573202,0.71924394,0.72998756,0.75863779,0.80844742,0.82162517,0.89671475,1.0383189,1.0510634,1.0223589,0.59110385,0.58261126,0.5970149,0.66352111,0.65204507,0.52424639,0.68521887,0.74292123,0.79407096,0.78943956,0.8233059,0.7454201,0.81300807,0.89984351,1.0200078,0.52916968,0.53619307,0.54630423,0.57945919,0.61691141,0.61569691,0.66278911,0.66991472,0.65753794,0.66112322,0.58591086,0.7448408,0.79397959,0.82352942,0.88673365,3.357204,3.5546801,3.8522019,4.2211304,4.5921645,5.0326629,5.354126,5.759449,6.2037034,6.5901122,6.9418564,6.8186574,6.8351202,6.809917,6.8946915,0.74438101,0.79908681,0.78191638,0.829234,0.8899166,0.88997895,0.91324198,0.9199248,0.95503658,1.0504202,1.0569502,1.1524394,1.1692688,1.2169968,1.2887664,0.61442482,0.63091487,0.60233736,0.65819722,0.65405566,0.59245473,0.59610677,0.60356176,0.60804725,0.57513303,0.58814579,0.65336484,0.68473899,0.67337441,0.72450453,1.1067491,1.3136868,1.4826165,1.6436596,1.9325862,2.1410942,2.238239,2.3813915,2.4908216,2.6069477,2.838419,2.7502685,2.8524709,2.8985507,3.0224836,0.72755617,0.72230107,0.76689142,0.76747006,0.81110799,0.69111425,0.74225003,0.74333185,0.76313895,0.80965704,0.96760011,1.0567049,1.3472137,1.6012559,1.552,1.0424612,1.6241878,1.7615004,2.1003213,2.5742085,2.9300911,3.2836545,3.7423532,3.8361046,4.0431271,4.0711875,4.5205636,4.7753468,4.9729605,5.4032073,1.3203988,1.6964877,1.7929699,1.8936036,2.0701337,1.9246092,2.3139498,2.1436608,2.3364487,2.4378698,2.3463356,2.3595839,2.4007549,2.3269548,2.3148694,1.031799,1.179697,1.3729781,1.4649223,1.6012743,1.7213354,1.8884262,2.0045633,2.1765368,2.1905494,2.3630984,2.3713176,2.433547,2.4651618,2.4752476,2.3968258,2.5902519,2.9045417,3.4012682,3.6722932,4.1325893,4.4927969,4.9225602,5.0865388,5.4045272,5.6793442,5.8212056,5.8986521,5.9945431,6.0232644,0.77197647,0.78609848,0.85001028,0.80736774,0.84528488,0.81807709,0.89349252,0.88036472,0.9155646,0.96412826,1.0005817,1.1285193,1.176061,1.188233,1.2851897,0.94568801,1.0202317,1.0829074,1.0989012,1.1395512,1.1748203,1.1524359,1.2355415,1.2858642,1.3469496,1.4519864,1.417997,1.5385976,1.6387571,1.4936181,0.55380607,0.54613632,0.60109293,0.61612278,0.65884793,0.67341912,0.71686536,0.76071358,0.73034006,0.83394063,0.85671681,0.91484106,0.9699744,1.0114855,1.0661451,0.75973409,0.80654722,0.85470092,0.83076191,0.84634638,1.0578279,0.99508315,1.1363636,1.0505427,1.0282776,1.0501751,1.1861844,1.3043981,1.557273,1.4908257,3.3319342,3.6109481,3.8401887,3.9050772,4.0793562,4.276166,4.2413807,4.4739084,4.4973278,4.6200643,5.0526967,5.4365931,5.4705882,5.6457276,5.6987176,0.65280098,0.67114097,0.68257248,0.75101465,0.71209252,0.74313837,0.71065652,0.69405049,0.71981347,0.71781671,0.80049264,0.79552859,0.83202237,0.86397642,0.84830338,1.1557482,1.2883878,1.4714864,1.5629299,1.6014919,1.7145352,1.6555754,1.7142856,1.843611,1.9741718,1.8589334,1.8842674,2.0535426,2.1078167,2.2528563,0.85543197,0.96582037,1.0242987,1.0596923,1.1334941,1.2028824,1.2479982,1.3262162,1.2554585,1.3573666,1.4995056,1.5278006,1.5264273,1.623201,1.6672962,0.96147412,1.1412014,1.1532235,1.2628832,1.3800097,1.452077,1.5602744,1.6850491,1.6613821,1.7833482,1.8703295,1.9608266,2.1083689,2.2374694,2.2850621,2.2352316,2.2894197,2.3896205,2.7000458,2.7402623,2.8891201,2.8626819,2.8645327,3.1010251,3.0843527,3.0216389,3.216146,3.3809803,3.1876907,3.2492135,1.0305343,1.0890332,1.0909091,1.0798303,1.1191832,1.1855365,0.99960017,1.049445,1.0691952,1.1122346,1.5353122,1.1226611,1.0947368,1.1438254,1.1897174,0.90824962,0.96645582,1.0070298,1.060684,1.0906992,1.2435677,1.3054551,1.3643934,1.3942318,1.4748193,1.6546196,1.6855131,1.7138329,1.8423373,1.8702488,0.53305691,0.5216369,0.51626229,0.54026049,0.55654496,0.58105326,0.6039626,0.58062619,0.61538464,0.62393224,0.58505517,0.75356263,0.78923631,0.82071179,0.72800958,1.8297838,2.0038471,2.2418942,2.5064988,2.7505984,2.9826005,3.2549863,3.5809915,3.8352821,4.1758914,4.4205384,4.4566011,4.5560508,4.6777887,4.7776752,1.2928396,1.3988297,1.5848871,1.68492,1.7757628,1.9171091,2.2543533,2.352098,2.5954585,2.7350321,2.8142705,2.7205327,2.7591636,2.8353391,2.969326,0.61333907,0.64141196,0.62186903,0.61803091,0.58977997,0.54003084,0.50893849,0.52239442,0.48589614,0.4780362,0.50822127,0.47361013,0.54210955,0.60066456,0.64116359,1.110393,1.2943003,1.373067,1.497467,1.6703889,1.8397726,2.0031242,2.2138133,2.3777628,2.4949918,2.6501789,2.7448077,2.8476965,2.8790047,2.9680879,0.63661683,0.637528,0.5728361,0.59558225,0.58503479,0.60857862,0.61174792,0.67908651,0.59581131,0.57426101,0.50312924,0.66949201,0.77167219,0.79775631,0.81065792,0.56657225,0.63949603,0.71250558,0.67248851,0.7267859,0.73804247,0.75951773,0.76733613,0.78750074,0.80200499,0.95318723,0.92609918,0.98766208,1.1059097,1.1252246,1.0449321,1.2875856,1.4997045,1.6350799,1.6305546,1.9575146,2.0453568,2.2629926,2.4255319,2.6813436,2.8621783,2.9449062,2.9919693,3.0216851,2.9988711,0.54988658,0.61376017,0.7143907,0.80728179,0.99980289,1.0537502,1.0360069,1.0821913,1.1351519,1.2287867,1.2723942,1.3697938,1.3885391,1.403403,1.4341395,0.41149616,0.40472826,0.41600001,0.4499293,0.4405005,0.41888803,0.45667893,0.4679102,0.46637678,0.47831833,0.4285354,0.52796984,0.61907768,0.68834859,0.74130392,0.36574599,0.34082302,0.35127336,0.37429819,0.41509435,0.53687847,0.70063698,0.67472947,0.73800737,0.73557389,0.77470154,0.88461041,0.91451293,0.71710813,0.85583591,0.62242341,0.62382007,0.56762093,0.57452124,0.56683588,0.38992965,0.37794194,0.38843331,0.33144352,0.33447757,0.46906805,0.3637009,0.39515042,0.4460628,0.45028487,0.43628284,0.43439785,0.44151884,0.44934806,0.45671329,0.51250762,0.48504117,0.50206131,0.48434103,0.47611231,0.51321739,0.57332402,0.66856092,0.73992175,0.75326341,0.43937355,0.44317371,0.48805362,0.48869437,0.49902365,0.48337063,0.49964312,0.48333216,0.54297352,0.54617321,0.54877609,0.56346166,0.69454491,0.64647347,0.67943621,0.89705253,1.0209248,1.0819879,1.1448007,1.1847464,1.3511873,1.3608181,1.4351759,1.4555627,1.4893445,1.572289,1.5625,1.5364444,1.5389023,1.5479497,0.75425541,0.78611535,0.79039216,0.84921288,0.89686102,1.0155441,1.1778195,1.1358855,1.2581942,1.2663571,1.1537654,1.4421052,1.4723017,1.4970059,1.475147,1.0917686,1.2740051,1.3714072,1.5037878,1.614599,1.9086112,2.0360131,2.0586376,2.193866,2.2737422,2.3923981,2.4203773,2.5259528,2.6702271,2.8680902,0.72713828,0.7362867,0.71218073,0.78239608,0.80009699,0.72054762,0.82997394,0.84594303,0.93145454,0.91214591,0.96339118,1.1034646,1.434329,1.4321221,1.608675,1.060789,1.1183957,1.2277822,1.3115008,1.4190135,1.5303431,1.6404341,1.7882172,1.9299401,2.0699425,2.2093716,2.1511099,2.220732,2.263787,2.3491578,0.63839757,0.81661224,0.94688219,1.1403559,1.2708226,1.42471,1.5817125,1.7116269,1.8518518,2.0486627,2.1349788,2.2548161,2.3214583,2.3885262,2.4432518,0.83141339,0.92357659,0.86475623,0.86276895,0.98567224,0.95810825,1.0616368,1.1320367,1.0338054,1.0976375,0.98749864,1.2497375,1.2921525,1.3586098,1.3014495,0.96481508,1.0706756,1.2032485,1.3093683,1.4737914,1.5876645,1.7454898,1.9191906,2.0902588,2.0996609,2.2295177,2.1678736,2.2172766,2.1994085,2.3048439,0.42038885,0.42440319,0.46669176,0.48167381,0.49635255,0.52623665,0.6109519,0.60078102,0.69523162,0.69741279,0.61529225,0.82525742,0.86001688,0.79776931,0.80333698,0.80578852,1.1138883,1.2783172,1.3975155,1.5839715,1.7297802,1.938944,2.0865452,2.1988089,2.4078102,2.4053249,2.5160999,2.5306327,2.5408893,2.4949214,0.77707303,0.83595949,0.80639833,0.96412414,0.99106741,0.95562029,1.0126907,1.0145342,1.1458399,1.1206266,1.0810124,1.1096543,1.1862888,1.2944568,1.3527876,0.68329889,0.9293828,1.1014082,1.3695414,2.1921146,2.822104,2.8419714,2.9038112,2.9635258,2.9601228,2.9858849,3.1524186,3.1727381,3.2334383,3.2657299,0.95294815,1.0887672,1.1352154,1.1955287,1.2022378,1.1818236,1.2778621,1.2862854,1.4094191,1.408612,1.4459622,1.4942397,1.4787642,1.48131,1.5070094,2.3590763,2.3994949,2.4793389,2.3593216,2.5202703,2.7747881,2.8302207,2.7621274,2.9279747,2.8694153,2.9863243,3.5547018,3.6853778,3.8744886,4.3130555,1.1119573,1.0707284,1.0374379,1.0180824,0.98529637,0.88132501,0.88320392,0.86339808,0.83630168,0.80734527,0.85619158,0.92072415,0.90246993,0.88453639,0.98350251,1.3465424,1.4791616,1.5232073,1.5728948,1.7378539,1.7852938,1.9876305,2.0230534,2.0401449,2.1469512,2.2187893,2.2285957,2.4688466,2.3803935,2.4827006,0.52973509,0.55583131,0.56219256,0.62199032,0.68944848,0.92133945,0.97797096,1.0503583,1.0328546,1.112546,1.0287862,1.3599365,1.4015417,1.455531,1.5612489,1.4529915,1.5833619,1.7911222,1.9423395,1.9651041,2.4070022,2.4786098,2.434876,2.5386715,2.6438143,2.568774,2.714849,2.8408043,2.9705744,3.1848323,1.161148,1.3259814,1.4967098,1.6021023,1.8201599,1.9109061,2.0689654,2.1643836,2.2593434,2.4501081,2.4400363,2.5532711,2.5676329,2.606461,2.4592559,0.60870808,0.59803498,0.6000706,0.63375819,0.62155181,0.66812009,0.72668266,0.70467198,0.75418001,0.77541643,0.76823664,0.80169088,0.77179962,0.83202159,0.81794989,0.72967446,0.78695548,0.79327458,0.85792077,0.90463388,0.96217757,0.99699318,1.0244411,1.0544369,1.085542,1.1494617,1.2190089,1.2469305,1.4298967,1.4595269,1.0434921,1.180235,1.2641866,1.3763452,1.4444139,1.5203785,1.6125917,1.7801046,1.8291537,1.9965562,2.0385699,1.9875973,2.0915034,2.0719101,2.0892856,0.54499924,0.61064267,0.58446187,0.77738518,0.79843116,1.065321,1.0773751,1.1059779,1.3454801,1.3614035,1.3322115,1.4935888,1.8782014,1.8349929,2.0880363,1.0116426,1.2977431,1.4938905,1.653856,1.8591166,2.198128,2.3755178,2.5678742,2.9594173,3.2401204,3.4637668,3.6012006,3.7217233,3.626296,3.6632016,1.3093081,1.5417353,1.6913706,1.9065814,2.2089722,2.3716507,2.6504998,2.9245918,3.112421,3.3641703,3.5285361,3.6105123,3.6028643,3.7443991,3.9774585,0.99488348,1.1141535,1.2745372,1.4442787,1.3678509,1.7522937,1.7912915,1.9545455,1.9618528,2.0900176,2.0031385,2.3290205,2.4265525,2.4870467,2.4264085,0.72135204,0.74859637,0.71308726,0.73560315,0.74380165,0.79216176,0.80118066,0.82469869,0.79815161,0.80628049,0.90260279,0.87082732,0.96071732,1,1.0197296,0.67012089,0.76749122,0.76226771,0.75578648,0.79681277,0.84654659,0.84825009,0.94409108,0.90132505,0.97389424,0.97250164,0.97610921,1.0737146,1.0997319,1.1432135,0.52633381,0.57021159,0.58259082,0.53816885,0.55435044,0.57190388,0.61743385,0.59842736,0.59610957,0.64430743,0.69277632,0.65088755,0.76754385,0.81033808,0.8470282,0.65687674,0.65969497,0.62131143,0.67015707,0.65233845,0.68777674,0.65364456,0.6770491,0.64189965,0.67121291,0.76210129,0.73145086,0.76390511,0.80028933,0.79096043,0.66410083,0.71142054,0.74312419,0.75558984,0.79687375,0.82335901,0.89623731,0.91288871,1.0317336,1.0360645,1.0138614,1.1407747,1.2423854,1.3778739,1.3080339,0.81342596,0.91897875,1.0079068,1.1677428,1.2741867,1.4145122,1.5917171,1.6861979,1.8757026,1.929486,2.1461947,2.2076795,2.2509608,2.2655194,2.3025799,0.92470276,0.88652486,0.6980803,0.8228671,0.78328979,0.88849401,0.86617583,0.93582886,0.92429572,0.9178322,1.0530934,1.0494097,1.1291779,1.0388438,1.0511882,0.61360765,0.60342747,0.62934548,0.62108094,0.63012719,0.56176454,0.54200542,0.57383764,0.58666354,0.57982898,0.55190229,0.70118034,0.73202157,0.78834212,0.80190074,1.0508674,1.0975227,1.1285771,1.123143,1.1629479,1.2431804,1.2419626,1.2525094,1.1992899,1.2682091,1.2222317,1.408211,1.400333,1.5081354,1.5793253,0.87137949,1.2464104,1.4472483,1.5264872,1.7387692,2.1389117,2.2980502,2.5727005,2.7725484,3.0852995,3.1080694,3.3629622,3.4425762,3.5585179,3.6693118,1.6246785,1.7946565,2.0392685,2.2934031,2.5308139,2.770139,2.9410362,3.2535467,3.6140575,3.8683217,4.2240162,4.2048292,4.1852689,4.2237763,4.2979331,4.5302911,4.9284811,5.3029871,5.8561587,6.5672541,7.2539678,7.5427032,8.2434607,8.4445963,8.9210119,9.0474501,8.9388857,8.841917,8.8560715,8.7471342,0.91374266,1.0422314,1.1245415,1.2878879,1.3258026,1.4884104,1.5775635,1.6989585,1.7576535,1.8285251,1.912773,1.8933272,1.9057913,2.0116076,1.9816391,1.1082193,1.2819493,1.3692412,1.374892,1.3024098,1.4066582,1.3556721,1.4866022,1.4306916,1.455424,1.4262333,1.5737591,1.7292887,1.9543046,1.8204432,0.82189387,1.0253949,1.1226326,1.2613306,1.2364038,1.3344558,1.4517542,1.5615915,1.5707453,1.707227,1.7873864,1.8843509,1.9916946,2.0607374,2.1337581,1.6686231,2.0796938,2.1878915,2.5090206,2.7491989,3.0756373,3.3824015,3.3527818,3.4927065,3.6844213,3.95276,4.0382915,4.1363492,3.9388359,4.0249162,0.89278656,0.92165899,1.0155039,0.99831057,1.0343801,1.042661,1.030479,1.1222388,1.1728961,1.1812685,1.3657584,1.380379,1.4801946,1.7072488,1.7121835,1.4586118,1.5149722,1.7498834,1.6641628,1.6623318,1.9003186,2.1454382,2.2352016,2.2569833,2.4618859,2.1368492,2.8409092,2.9485145,3.0458007,3.0244014,1.4241123,1.4416177,1.4934095,1.4874959,1.5338813,1.5585263,1.5676243,1.500664,1.5658174,1.632898,1.6727756,1.8333007,1.8400848,1.8009666,1.761911,2.6808872,2.8966894,3.1022434,3.307375,3.5398052,3.7377231,3.9402871,4.2289205,4.3660011,4.4511681,4.5886908,4.7230735,4.8325582,4.9283094,4.9717665,1.5934067,1.9005183,2.0640759,2.245589,2.2824156,2.6545551,2.8893156,2.9810996,3.1252704,3.2554111,3.3814783,3.6247878,3.748631,3.6775224,3.8059392,1.478104,1.6191287,1.832852,2.0390115,2.2029014,2.3786314,2.2923055,2.482218,2.5967143,2.7172606,2.8007302,2.9177847,2.9216404,2.931076,2.8409646,1.8727388,2.1728218,2.574739,2.6739507,3.1211967,3.4061697,3.2792792,3.7859666,3.8252969,4.0274835,4.2496877,4.5263233,4.3794537,4.4839697,4.6369138,0.69368994,0.74256736,0.75465417,0.77841491,0.79915935,0.78890026,0.81606686,0.75543749,0.87382132,0.88625884,0.95262182,0.93966508,1.0076628,1.0201515,1.081489,0.50519228,0.51687008,0.51318604,0.56713456,0.59355569,0.58325231,0.48235944,0.50525737,0.56210583,0.55774724,0.61232817,0.71991307,0.69541025,0.68870521,0.73285395,3.0243146,3.5532124,3.7383578,3.999151,4.4102135,4.754941,5.1421232,5.5794168,6.0103502,6.1897821,6.7012987,6.5917754,6.5966954,6.6368527,6.5625124,0.92524874,1.0094488,1.0937103,1.1943778,1.2866622,1.2969558,1.376359,1.4910635,1.551174,1.6777595,1.7447125,1.8020498,1.9240096,2.0490947,2.2016704,4.4328966,4.1300836,3.7945542,3.4785013,3.1730998,2.6798534,2.5455394,2.1822107,1.8295043,1.562077,1.5389398,1.5510807,1.6389595,1.7068312,1.8177572,2.4646022,2.7130413,3.0695879,3.2119763,3.3884566,3.7507939,3.8767486,4.1375384,4.3278809,4.5515919,4.6889915,4.7763987,4.8767233,4.9563193,5.1361575,1.2176299,1.4227818,1.5424385,1.6335655,1.7753763,1.8319756,1.8954722,1.9283863,1.9801137,2.0843968,2.0535638,2.1661272,2.1677866,2.3682168,2.5456126,0.97686875,1.0733149,1.1374384,1.0929885,1.1606213,1.2671801,1.3759506,1.3107226,1.4414843,1.4631014,1.603211,1.5471807,1.6255471,1.7146593,1.7863654,1.4160526,1.57874,1.8606061,1.9114416,2.0854406,2.2531497,2.3790205,2.5763221,2.6194365,2.8171418,2.8327427,3.0216506,3.3037584,3.5506387,3.6582,0.94801813,1.0714287,1.0995483,1.1872388,1.2385962,1.2119581,1.1778244,1.2109667,1.3453844,1.3924489,1.4794139,1.497048,1.6031073,1.6281738,1.6123176,3.1317103,3.424237,3.6712415,3.8840604,4.1912079,4.5442281,4.7926879,5.0514064,5.423285,5.6525478,6.034615,6.1068764,6.2438588,6.3132153,6.4455113,1.4889039,1.5819706,1.7129441,1.7765536,1.8947892,1.9820267,2.0131361,2.1353669,2.1773903,2.2871132,2.4453809,2.5524795,2.6501286,2.7221999,2.7467136,1.3467426,1.4321098,1.5483385,1.7303642,1.8131071,1.9161341,2.0393851,2.197444,2.3665099,2.4931965,2.5969052,2.7035811,2.7614539,2.9223552,3.0578289,1.4868832,1.6876019,1.6396586,1.7291344,1.7626662,1.8346833,1.9170579,1.9530866,2.0344286,2.0913107,2.2531872,2.3686819,2.5174825,2.8183191,2.8421688,2.163631,2.1569622,2.0032539,1.9693432,1.9896457,2.0515945,2.3189533,2.4211786,2.1926284,2.3376622,1.941462,2.8101645,3.1377282,3.4833307,3.6689038,0.9281382,0.93805146,0.95909733,0.97704417,0.93797857,0.84811848,0.81550413,0.8491556,0.80439103,0.84996659,0.93439937,0.94952041,1.0233918,1.1173728,1.1160059,0.76140624,0.81499106,0.87278813,0.89153039,0.9077425,0.88123965,0.87673151,0.92133653,0.96685886,1.0040627,1.009276,1.1680038,1.2751319,1.4023732,1.4147204,1.4833127,1.504917,1.4603616,1.4048022,1.3969557,1.2622581,1.1863155,1.1410788,1.0626837,1.0083953,1.0573874,1.0951009,1.1544859,1.1885546,1.1716835,1.5528194,1.6700066,1.8165482,1.8967867,1.9338932,2.0361905,2.2005732,2.351115,2.3768334,2.4192634,2.4051769,2.648586,2.6765523,2.6428783,2.7507312,1.8227035,2.0001652,2.1521857,2.3221259,2.5316181,2.6951854,2.8260057,3.0255408,3.240778,3.4826782,3.73297,3.7045934,3.7826338,3.8883109,3.9021306,1.1935209,1.2259195,1.2568736,1.2571429,1.2575687,1.4568903,1.5510503,1.5304863,1.5745057,1.6026456,1.4745829,1.7491189,2.0216701,2.1191523,2.2100189,0.73715842,0.76270378,0.79837424,0.79504436,0.79443401,0.86597323,0.94848973,0.97396243,0.97967184,1.0348026,1.0450718,1.1515934,1.2176789,1.2360122,1.3926734,1.0419608,1.2544446,1.321144,1.4892938,1.6483036,1.7693734,1.8542439,2.0130186,2.1506002,2.2653911,2.2918506,2.4584835,2.6307204,2.8113995,3.0285966,0.75255162,0.783104,0.77845168,0.80699074,0.80402011,0.81800574,0.83152044,0.88717455,0.8912226,0.94791317,0.87132335,1.1072598,1.2087965,1.2766787,1.4034916,1.2277143,1.6776036,1.9704176,2.3944387,2.6662643,2.9333856,3.1512904,3.404175,3.6662512,3.9965563,4.176178,4.3497696,4.5174265,4.6472063,4.6644626,1.5074484,1.6234434,1.763608,1.9983507,2.1752307,2.3154969,2.4549494,2.6441851,2.8794103,3.1278961,3.1855919,3.3748963,3.5200217,3.7151535,3.9393365,1.0293809,1.1492183,1.1972805,1.3830881,1.4487882,1.6056519,1.7721292,1.7855549,1.8643312,1.9914353,1.8882629,2.1507633,2.3358452,2.373522,2.4910064,0.60979563,0.71534443,0.80801558,0.86035311,0.88178915,1.1802986,1.0909091,1.2247205,1.2666874,1.3215039,1.3008529,1.4191339,1.5271876,1.5261493,1.55194,7.2359629,7.5581369,7.9447942,8.3186474,8.7877407,9.2271671,9.514761,10.38081,11.105965,11.879024,12.440311,12.933104,13.254897,13.548183,13.87348,0.9902876,1.1366547,1.1892135,1.251166,1.3193461,1.3652971,1.4417733,1.4723222,1.6382512,1.7316841,1.7497232,1.8019445,1.9473702,2.0552325,2.29333,1.7615318,1.9178512,2.0974996,2.3099995,2.5178342,2.7666008,2.9323287,3.1903543,3.4559052,3.7026238,3.8955014,3.9917083,4.1218686,4.2922072,4.5152025,1.4402673,1.6170022,1.8968284,2.0946908,2.2931519,2.5200744,2.7875192,3.0017414,3.3796012,3.6355119,3.8213189,3.9121468,4.0727572,4.2180018,4.4832697,0.83385885,1.006546,1.1699979,1.3025912,1.447863,1.5719974,1.7149942,1.8256692,2.0044999,2.1335869,2.2909968,2.3807931,2.4608352,2.5293405,2.5082376,1.176747,1.4709678,1.5814801,1.7111096,1.8160462,2.0053835,2.0661066,2.1975598,2.2634826,2.4810894,2.5960984,2.5474865,2.6737173,2.7009916,2.7261801,1.109576,1.3138487,1.4766632,1.6270827,1.808615,1.9476595,2.1499801,2.4354126,2.7242219,2.9081833,2.9654062,3.0435951,3.1510153,3.3241165,3.4859304,2.1015761,2.1566737,2.1092563,1.998611,1.9912541,1.7215509,1.6750419,1.6518936,1.5316045,1.5365449,1.4625682,1.7127579,1.6897712,1.6812375,1.7722378,0.74287003,0.77765071,0.83116198,0.784145,0.81295371,0.83461076,0.87692153,0.90596247,0.83359826,0.88464135,0.88093102,1.0003637,1.1409616,1.2853756,1.2189651,1.4658855,1.5266193,1.5723109,1.5902785,1.6456997,1.618636,1.6724811,1.7436212,1.750586,1.8947369,1.9896477,1.8437959,1.9581517,2.1472471,2.1533051,3.1125801,3.1918712,3.286967,3.3550255,3.4074914,3.4995365,4.8424659,4.9201679,5.0480051,5.1439428,5.248981,5.2830124,5.3763266,5.5132866,5.5448017,1.1855694,1.2337437,1.340301,1.4049237,1.4434702,1.5119483,1.5940945,1.6373703,1.6846046,1.7882111,1.8497822,1.9642082,2.0332062,2.0633883,2.0897777,1.6219448,2.0644493,2.2430995,2.5737512,2.8547125,3.0989919,3.6320481,3.7297986,4.2024961,4.6502419,4.6221757,5.2364435,5.6620355,6.0758958,6.3700533,1.0764972,1.2447948,1.3540599,1.4350216,1.5269568,1.6398641,1.6700361,1.7419468,1.8157276,2.0177703,2.0201135,2.366138,2.3262987,2.3663883,2.4098544,1.3776741,1.5617324,1.6771853,1.7851925,1.9465754,2.0988834,2.1513722,2.3372595,2.4406469,2.5149701,2.669621,2.6575482,2.7332127,2.782958,2.8720093,1.0106272,1.0743628,1.0249366,1.0139416,1.0813103,1.0758473,1.0990195,1.0383991,1.0451823,1.0639465,1.1455005,1.2377058,1.3965861,1.432277,1.5587115,1.0843086,1.2021073,1.2557737,1.2636081,1.2788597,1.3485781,1.4084507,1.441703,1.3750181,1.5534263,1.5432099,1.8570813,1.975226,2.0311377,2.0982401,2.7305644,2.8230464,2.964072,2.9540527,2.9695399,3.0730267,2.9890623,2.9804897,3.2001328,3.2976568,3.3554831,3.500082,3.6374111,3.6850367,3.8812406,5.1056809,5.0993705,5.0490112,5.2441077,5.3552952,5.5497894,9.8653622,9.5455894,9.3043385,9.4652958,9.0718679,9.4425592,9.5015545,9.5809622,9.7004185,2.8014464,3.0746374,3.3837571,3.5895255,3.7726026,3.9826326,4.2628636,4.5143561,4.655724,4.8085132,5.0368571,5.1627426,5.4591188,5.6573672,5.8619776,0.95752746,0.95020902,0.92522663,0.91003889,0.97648847,0.9124608,0.97393811,0.96657628,0.86439764,0.88757396,0.85676032,1.044505,1.2411668,1.31858,1.4770911,0.61317861,0.65285802,0.77229112,0.84140265,0.89971262,0.93929619,0.95611,1.0106479,1.0047523,1.1740363,1.0896213,1.2742357,1.4029906,1.5671952,1.6969584,2.8394377,3.1459384,3.2453623,3.4276559,3.7459283,4.1239843,4.3259473,4.4148064,4.6655698,4.6659188,4.745378,4.9568248,5.0875115,5.2157364,5.4714093,0.90025169,0.97088504,1.0640159,1.1160241,1.1552073,1.2233181,1.2909971,1.3209774,1.4995203,1.5735162,1.6476144,1.6626908,1.7358283,1.8343571,1.9235588,0.83568329,1.0046762,1.1233444,1.2226669,1.3385859,1.463219,1.6260481,1.6961681,1.878106,1.93753,2.1162906,2.2743614,2.3904383,2.4105034,2.5684805,2.1750941,2.3772717,2.7603607,3.0200019,3.3121903,3.6253891,3.7339342,4.0847259,4.4874153,4.9293323,5.3262243,5.5466251,5.6958718,6.2129793,6.5065851,2.5128689,2.6832361,2.9406929,3.1228733,3.351387,3.6529596,3.8914011,4.1238389,4.3659377,4.4956403,4.7163296,4.8914051,5.0195532,5.1445541,5.3443117,1.5260732,1.7372144,1.8797983,2.0620146,2.2262306,2.4516997,2.686193,2.8940339,3.0854571,3.3339164,3.5165739,3.5843582,3.7243676,3.8448963,3.8968711,1.2700841,1.2788128,1.3495935,1.3129103,1.2791703,1.2807018,1.1015911,1.1608925,1.1532738,1.2238749,1.3190595,1.5336218,1.5319492,1.7835177,1.811745,1.5779525,1.755736,1.9111052,2.0572762,2.2606595,2.5581806,2.8319726,3.0897555,3.3709276,3.7523839,4.0326834,4.1244593,4.3157291,4.5931039,4.9463367,2.0296986,2.1858404,2.4398868,2.6057916,2.7165284,3.0661101,3.2331254,3.6583223,3.6963608,3.9276395,4.0256658,4.2036371,4.2658029,4.3414245,4.3903742,1.3827782,1.5235074,1.60511,1.6820689,1.7654637,1.9112275,2.1334326,2.1905515,2.3144844,2.3507385,2.429826,2.5961094,2.8053961,3.0313766,3.2007124,5.9229484,6.1086144,6.4909496,6.4323039,6.4122019,6.7132487,6.5654478,6.7595787,6.4490595,6.8129578,7.2334132,7.7764182,8.7995272,9.251976,9.652029,0.76019669,0.9888162,1.0530845,1.13603,1.2466028,1.3391266,1.42835,1.5029325,1.6382979,1.830223,1.9557046,1.9792948,2.0241873,2.0280912,2.0567329,0.90887284,1.0272648,1.1141994,1.1720365,1.2079233,1.2086499,1.3355592,1.3664446,1.4379244,1.6094916,1.7299527,1.712553,1.7918693,1.8127259,1.8025624,1.4459842,1.6725799,1.7338654,1.7781851,1.9774139,1.9791145,2.1441808,2.1350932,2.3524859,2.2953067,2.3038008,2.5292799,2.7215691,2.7022629,2.8162291,1.3675214,1.4303432,1.6400198,1.7441382,1.8319594,1.8314099,2.134841,2.1096685,2.4078834,2.4413307,2.383008,2.7785015,2.697294,2.8039832,3.021358,1.0366458,1.095565,1.1566772,1.161425,1.1633986,1.4127406,1.3980681,1.4627914,1.458743,1.5729907,1.5310699,1.4934057,1.4900234,1.4457049,1.4905943,0.8741675,0.95769185,1.0105314,1.0269099,1.0435001,1.3015046,1.3422393,1.4562484,1.409274,1.4617033,1.6157519,1.7111523,1.7876129,1.7797928,1.939509,0.95039093,1.0003837,1.0403281,1.1824006,1.224887,1.3357925,1.3693807,1.4470154,1.5145359,1.5617175,1.5758713,1.6042382,1.638186,1.7221627,1.7624385,0.59697855,0.70584685,0.71152419,0.77045405,0.84568048,0.88088799,0.91861534,0.929708,0.9608227,0.95075977,1.0150585,1.0345553,1.0519023,1.1090308,1.1303182,0.96915179,1.0924361,1.1920911,1.3144547,1.4029535,1.4789612,1.6060112,1.6999006,1.7421912,1.8335348,1.7807338,1.8125041,1.8700964,1.9084797,1.9466782,0.53562957,0.63784552,0.65958226,0.72936785,0.79412544,0.86349499,0.84185016,0.87266314,1.0113533,1.0169271,1.0412599,1.0418023,1.1327283,1.3261554,1.3606567,0.64463985,0.75035024,0.81220019,0.84857625,0.910227,0.95450741,0.98872411,0.98342544,1.0299609,1.1211214,1.1993232,1.2136545,1.2869399,1.3120438,1.3391063,0.72710514,0.77865517,0.8624832,0.91017085,0.97836292,1.0549203,1.109392,1.172982,1.2231164,1.2425871,1.2354372,1.2883359,1.3357226,1.3846459,1.4699321,0.56723642,0.65189052,0.64583433,0.6981408,0.72320682,0.71233147,0.78679758,0.73950917,0.75574887,0.84660852,0.91197658,0.92713898,1.0369623,1.1479753,1.2915221,0.45998162,0.51519072,0.58176929,0.59428906,0.63456517,0.71420377,0.71338528,0.7364108,0.76507133,0.80284166,0.84886187,0.88686615,0.90901119,0.94524592,0.97221005,0.53297311,0.61098319,0.67152554,0.74903035,0.80862528,0.85786664,0.86003196,0.92985547,1.0113868,1.0151408,1.1029922,1.05582,1.0747639,1.1390991,1.1797351,0.61061013,0.64608854,0.71351951,0.78986818,0.84669453,0.90298283,0.93564701,0.98402435,1.0445192,1.064577,1.0510306,1.1110244,1.1646605,1.2049998,1.2440159,0.51609159,0.581294,0.57907236,0.63098723,0.65740579,0.74940389,0.82400411,0.79275203,0.8897,0.93500829,0.81486124,1.0311654,1.0886561,1.1755805,1.3321596,1.117239,1.2286612,1.3138275,1.3123506,1.3545706,1.3570491,1.3428054,1.309557,1.3803681,1.3551888,1.3825015,1.3617458,1.4865866,1.4928782,1.548641,0.45995992,0.52682275,0.53119546,0.59802091,0.6234414,0.68410856,0.71271193,0.73200023,0.76649588,0.75617999,0.80412012,0.85303855,0.95265645,0.99367833,1.018338,0.58444232,0.61016768,0.71573013,0.68507588,0.75113189,0.81749541,0.81779015,0.87739664,0.81437433,0.88875109,0.90461588,1.040808,1.0844426,1.1111112,1.1915439,0.80883223,0.87763816,0.95366621,1.0298476,1.1322219,1.1314865,1.2333823,1.2505984,1.2136141,1.3606682,1.4720672,1.4490539,1.6328917,1.7620599,1.8610928,0.6966694,0.76492333,0.86141163,0.90936476,0.98982817,1.0353231,1.0843221,1.1371802,1.2026309,1.2490364,1.2544621,1.3706508,1.4500182,1.5618808,1.6619477,0.76733863,0.90171081,0.94873589,0.98547441,1.0899366,1.1151813,1.2314138,1.313651,1.3384603,1.4274111,1.5182416,1.5055233,1.5895758,1.6268995,1.6642011,2.6662192,2.9095855,3.2027159,3.449403,3.8271124,4.2117825,4.6619844,5.1106334,5.5065255,5.8712049,6.1524706,6.4215794,6.6115856,6.8508668,7.1054788,1.8576015,2.0277224,2.2168496,2.4472971,2.6886511,2.9406548,3.2615502,3.5510561,3.7903917,4.0301418,4.2186446,4.4573975,4.6220498,4.7890501,5.0018482,1.5056311,1.6990857,1.7716117,1.9697133,2.1253297,2.2921641,2.4482152,2.6004918,2.6860163,2.7276642,2.7918954,2.9388049,3.1060057,3.3219836,3.5091982,2.6433344,3.0220702,3.35729,3.4890189,3.8103938,4.2048635,4.4545846,4.7310514,5.1147561,5.5099506,5.4482822,5.5334525,5.8740616,6.0449157,6.3059187,0.9937011,1.1529697,1.3398341,1.511875,1.6886801,1.8759177,2.1078167,2.2737319,2.4141002,2.5396938,2.6494699,2.7161956,2.7644036,2.8848679,3.0027075,1.5188322,1.6740717,1.8132156,2.0390723,2.2128701,2.4608617,2.6461987,2.7753241,3.0309682,3.2713063,3.4209826,3.6499939,3.7448287,3.8745079,4.0446467,2.269259,2.4882762,2.6756923,2.9270437,3.2212152,3.4764721,3.7204955,3.9762895,4.1778235,4.2319274,4.3117633,4.5375676,4.7653785,4.9841733,5.2538352,1.2556816,1.5172774,1.6608794,1.903487,2.0748892,2.316848,2.6265113,2.8503046,3.1509888,3.3877425,3.4425728,3.817214,4.0887961,4.2655048,4.6330738,2.4094057,2.7541211,3.1090758,3.5598869,4.2112079,4.9656196,5.7610912,6.536448,6.9768763,7.1294956,7.3833303,7.5988674,7.7885704,8.0121412,8.3569155,0.44574034,0.48638129,0.51022112,0.53011727,0.55063522,0.58504802,0.58048892,0.60037148,0.65515184,0.76629621,0.76173365,0.82707769,0.85621595,0.90150249,1.0218534,1.912219,2.0448658,2.2302952,2.4497538,2.5948589,2.7709498,2.9581654,3.0794506,3.2836449,3.4310687,3.5451937,3.7059705,3.856951,3.9692667,4.175652,3.0389841,3.3450751,3.5960884,3.8892646,4.1787162,4.4867644,4.8352976,5.2686086,5.50493,5.6758084,5.8558965,5.9631667,6.1381321,6.2578321,6.394454,2.8152919,3.0522504,3.3276758,3.3632402,3.4746065,3.6252856,3.7905588,4.1563554,4.2382131,4.4605603,4.3269706,4.4670653,4.3537006,4.1889572,4.2590814,11.626502,12.135497,12.770555,13.317657,13.823524,14.375751,14.891656,15.402804,16.010641,16.58914,17.080259,17.589531,17.947643,18.267324,18.655746,7.2220402,7.7767448,8.4517546,9.3349476,10.304746,11.368369,12.528033,13.490627,14.158278,14.590247,14.962249,15.357995,15.709803,16.183599,16.741222,1.0867699,1.3017235,1.4039131,1.6137155,1.8508928,2.0053923,2.1524193,2.3905239,2.600769,2.7812843,3.0543435,3.2420914,3.2597721,3.3294163,3.4232237,1.9942658,2.1794066,2.444917,2.5234747,2.6712327,2.8739252,3.1330614,3.3211067,3.5282228,3.627279,3.8076873,4.0777888,4.3441968,4.5073509,4.6841869,1.3435855,1.5741146,1.6899195,1.8440938,2.0963304,2.3107045,2.4369717,2.6795809,2.9991691,3.114475,3.2929273,3.4294176,3.6225781,3.6957438,3.5307429,1.8409795,2.2786365,2.5586231,2.9919415,3.1793926,3.6131017,3.9594595,4.434041,4.8248315,5.1445489,5.4474812,5.7232404,5.7551308,5.9419522,6.1687965,1.198022,1.3629566,1.558247,1.7571161,2.023339,2.2754145,2.6475196,3.0648615,3.2221117,3.3194284,3.4826982,3.6823254,3.8196285,3.9478707,4.247673,2.1849492,2.3599613,2.5634813,2.7796931,2.9508924,3.2807972,3.6429546,3.9454792,4.1570988,4.3316441,4.5364871,4.6614785,4.8046527,4.9244709,5.0408773,1.2834202,1.5347992,1.6881357,1.8152814,1.9362323,2.1103606,2.2810686,2.5367785,2.8400655,2.9972911,3.2120705,3.1534948,3.2511494,3.2385204,3.345422,1.7228842,1.919052,2.1243782,2.3393049,2.5848176,2.8497651,3.1071842,3.3847809,3.6660087,3.9698052,4.1946044,4.3352685,4.459094,4.5546079,4.7204552,1.3607974,1.4405119,1.506958,1.6251421,1.6966611,1.8090497,1.8751392,1.9493543,2.0625064,2.1287627,2.2469516,2.334923,2.4701359,2.5740039,2.7037477,1.704398,1.8845948,2.0617244,2.2319989,2.3618083,2.5716074,2.7527523,2.9351776,3.1597297,3.3421197,3.5022571,3.6336753,3.7811801,3.9011943,4.0749812,3.6267982,3.8873677,4.1651235,4.4273915,4.6354499,4.8814068,5.1327214,5.3654218,5.6211295,5.8557639,6.0873623,6.2835703,6.4955382,6.7540894,6.9926405,1.0470511,1.2318983,1.3887094,1.4011517,1.5664799,1.8611445,1.9786911,2.029022,2.1634021,2.2537103,2.5631747,2.5179856,2.7340958,2.914602,3.1812932,11.137133,11.834469,12.436222,13.011384,13.477842,14.008537,14.534138,14.996359,15.577897,16.080673,16.5937,17.172401,17.639389,18.113626,18.675226,1.9938157,2.1157959,2.2853639,2.3553324,2.4514782,2.5278592,2.6203492,2.7858109,2.9509158,3.1207979,3.2212865,3.385191,3.5325706,3.6001689,3.7291863,15.328355,15.750716,16.256376,16.739206,17.224812,17.683949,18.300074,18.942253,19.640604,20.355808,20.957001,21.555542,22.11377,22.692526,23.295128,3.4542282,3.634325,3.7475319,3.8203092,3.9356465,4.0828147,4.2691207,4.4050703,4.5858579,4.6900134,4.7250371,4.8976812,4.9842277,5.1319194,5.2760296,4.6185784,4.8016968,4.9417496,5.0971155,5.2888098,5.4749293,5.6894889,5.9031949,6.1291127,6.3694334,6.5787168,6.8336754,7.0879474,7.3052964,7.5391583,2.2308745,3.2395113,3.6521559,4.1437325,4.8602548,5.8332472,6.6252165,7.6715074,8.3972473,8.8508558,9.4042349,9.86096,10.492692,11.495124,12.429535,1.8587573,2.0400009,2.1776834,2.3129034,2.46403,2.6101317,2.7564158,2.9036739,3.0407901,3.1716897,3.2987494,3.4786816,3.6803968,3.8532228,4.0129175,2.4457376,2.5448432,2.6534355,2.7647161,2.8020041,2.8641229,2.9253521,3.0000963,3.0666578,3.1257992,3.176409,3.289149,3.4087405,3.5142555,3.6574304,15.622343,16.054964,16.460083,16.895908,17.426859,17.80571,18.179781,18.626328,19.06776,19.50325,19.933971,20.467304,20.930616,21.341619,21.750332,6.8276653,7.0888362,7.3419304,7.5741539,7.7646861,7.9898624,8.3048849,8.5579996,8.8675814,9.1779823,9.5005589,9.6827888,9.9303875,10.194487,10.472998,0.69367129,0.72010285,0.75783974,0.78294909,0.82904267,0.93774426,0.95627224,0.97266036,1.0278221,1.0895011,0.85446525,1.225058,1.2727444,1.4283012,1.454824,1.0082494,1.0596026,1.0548955,1.1140912,1.1053718,1.0484792,1.1148962,1.0941814,1.1402508,1.1677737,1.232376,1.1932175,1.2531593,1.263557,1.3542107,5.709888,5.8695874,5.985971,6.1030111,6.2327056,6.3843412,6.5268626,6.54599,6.6753893,6.6506667,6.7226896,6.7632027,6.8508821,6.985435,7.0307622,0.57884806,0.69598126,0.71068615,0.72346222,0.83292669,0.82639205,0.89377344,0.94764745,0.9794482,1.0283986,1.0701344,1.1451162,1.2115405,1.3263971,1.2952473,1.2637552,1.4221843,1.3418584,1.421526,1.4754977,1.5456907,1.5857978,1.5753876,1.6051898,1.7019666,1.6890023,1.8007613,1.8382825,1.9250646,2.0178118,1.4179882,1.5692201,1.5076834,1.5421323,1.4595983,1.5327015,1.4969355,1.4573791,1.4262404,1.3913685,1.3298041,1.6453264,1.7746515,1.8418834,1.9117839,0.90140849,0.88774019,0.88873887,0.92415196,0.96803242,0.83606374,0.97315431,0.92945129,0.97483563,0.9691233,1.0741746,1.1337869,1.2621915,1.3922448,1.4115469,1.4631747,1.5302578,1.6861577,1.8233871,1.8693331,1.9053688,1.9728234,2.1027532,2.2496152,2.3171735,2.2847366,2.3503478,2.4343998,2.512682,2.6384647,3.9231524,3.9677336,4.0187144,4.0544367,4.138763,4.2156367,4.278316,4.4343948,4.4968615,4.6648688,4.7482429,4.8410654,4.8860636,4.9281025,5.0415978,1.5226849,1.6009703,1.7030905,1.6358259,1.4982779,1.6443465,1.6790731,1.6570565,1.7255964,1.7592802,1.7203933,1.8180774,1.9838989,2.1266813,2.3307626,3.0042286,3.1851721,3.3473637,3.3889742,3.5244331,3.7455049,3.9368529,4.0374131,4.2629304,4.4008942,4.5228148,4.7025747,4.8553023,5.0262933,5.104991,2.9798365,3.0998504,3.3675592,3.5111399,3.5476909,3.8623672,3.8457432,4.0459094,4.0989094,4.0944953,4.0166607,4.0344443,4.1855154,4.2934918,4.3510122,3.1714175,3.3273499,3.458652,3.6225731,3.7391622,3.9468572,4.0581093,4.2018576,4.3579268,4.401288,4.5644956,4.6270633,4.6352506,4.6619473,4.7537103,2.4166112,2.5916917,2.5587347,2.6379313,2.7251863,2.6949081,2.8193259,2.8637669,2.9515603,2.9257858,3.1170971,3.0063293,3.1651165,3.2874174,3.5113473,1.0393183,1.1272081,1.209404,1.2530012,1.2330364,1.2662998,1.3450027,1.3321257,1.3051751,1.3848397,1.4709857,1.4954636,1.5726285,1.6539342,1.7423866,0.76140219,0.79238129,0.76276809,0.76747942,0.78962839,0.74063212,0.77801019,0.767726,0.76669908,0.82415491,0.94314301,0.99460298,1.1637379,1.2686392,1.3860229,1.5624595,1.6018486,1.5510478,1.5416743,1.5771976,1.4696076,1.3751249,1.3608384,1.32749,1.3427273,1.3108128,1.4060974,1.5255237,1.6109014,1.7980168,1.0828714,1.2227353,1.2079352,1.3181961,1.2790295,1.2870257,1.3444262,1.3587217,1.4003347,1.4519056,1.5035405,1.6988566,1.7604262,1.8019491,1.936746,2.5915103,2.7686164,2.932126,2.9796102,3.1357553,3.1743374,3.2285507,3.4947112,3.5934429,3.7953708,3.9628246,4.031179,4.2033401,4.3288245,4.4497304,0.94352812,1.0075042,1.0256764,1.0524157,1.0348846,1.1267413,1.1646229,1.2521619,1.210098,1.2997104,1.0899764,1.4892404,1.5935401,1.6755357,1.7537477,0.48518497,0.59703827,0.59268934,0.61849725,0.65839517,0.71612871,0.76521188,0.7503193,0.8767944,0.84190071,0.90111971,0.95550019,0.99598348,1.0098268,1.0806522,0.68099052,0.77756482,0.75872535,0.76828861,0.8519702,0.89038312,0.90534675,0.95978576,0.95034188,0.9864552,1.0187278,1.1506598,1.2283044,1.3057839,1.3334875,3.2249999,3.485045,3.7138212,3.8677747,3.9439056,4.0777993,4.2670999,4.373466,4.4824619,4.6895652,4.7793913,4.9229717,5.0202274,5.161046,5.2425809,0.90427387,1.009438,1.0099446,1.0770941,1.0784792,1.1626492,1.1632144,1.3234128,1.2601973,1.31848,1.3734666,1.3638028,1.4077227,1.5666585,1.6475903,2.3448102,2.4284971,2.4910126,2.5517955,2.6239791,2.688765,2.7397976,2.8269219,2.9066091,3.0014791,3.0720644,3.0930524,3.1448662,3.2011449,3.2545154,0.95303708,0.96019357,1.009195,1.1013954,1.0678136,1.0915072,1.0514106,1.0994864,1.1403915,1.2355273,1.1606622,1.2576426,1.265922,1.3237252,1.2651762,0.88855338,0.91414946,0.90261006,0.90048218,0.88360041,0.79709709,0.88206863,0.8537693,0.83035332,0.85417938,0.99390244,1.0545251,1.1225444,1.1667508,1.224646,1.4947952,1.560408,1.7281177,1.7894441,1.826793,1.9068328,2.0046043,2.0834551,2.0740294,2.1471298,2.2035086,2.3939731,2.4969659,2.6106091,2.6653156,4.4358635,4.4613252,4.4993873,4.7289991,4.8399596,4.87535,4.9913378,5.2003546,5.1877308,5.2879272,5.40025,5.4731798,5.4740095,5.6027408,5.6253452,1.194912,1.2859466,1.2730867,1.3661606,1.4517218,1.4470469,1.5642434,1.6097685,1.7401119,1.7524339,1.8116331,1.91326,1.9748071,2.070281,2.119041,0.78967857,0.85151678,0.8828854,0.88562334,0.94871938,0.96214992,0.97581434,1.0128632,1.0608399,1.1737864,1.1775609,1.2874373,1.3821381,1.4384178,1.5044806,1.6423004,1.6806487,1.8024107,1.7953727,1.8021364,1.7439682,1.7315136,1.7688195,1.8594794,1.9177012,2.0279064,2.0307825,2.0171845,2.1136799,2.1569726,5.8684731,6.028708,6.1791296,6.3600569,6.5147786,6.6438141,6.7822509,6.8493395,7.0042477,7.1547837,7.3251858,7.4252672,7.4596472,7.544467,7.558845,2.7774177,2.9011421,3.1170473,3.206284,3.2852144,3.5014286,3.7509401,3.9577231,4.1861677,4.292336,4.4001627,4.4781961,4.7174978,4.6719046,4.7030282,0.98046392,1.043964,1.1736829,1.2164273,1.2062547,1.2856345,1.3584429,1.4505215,1.4731369,1.5396959,1.6759125,1.7889999,1.7973986,2.0075727,2.1306763,0.64092779,0.6677537,0.72139889,0.74992108,0.79454255,1.0889732,1.1185499,1.1819749,1.2250642,1.2793711,1.2697875,1.4979999,1.5726259,1.6770942,1.7522233,2.3327661,2.5081348,2.6222134,2.6318977,2.6987939,2.7881041,2.9012778,3.0545411,3.0752366,3.1159856,3.2075524,3.4179688,3.5579278,3.7041762,3.7800055,2.2151639,2.3308213,2.4221067,2.4956975,2.541014,2.6311431,2.7854114,2.8796933,2.9124825,2.9972396,3.0630269,3.0867405,3.1741571,3.2635212,3.3979852,2.6697853,2.8586304,2.9945812,3.1119533,3.2386963,3.363493,3.5089157,3.6116056,3.7385259,3.8787582,4.0089655,4.1714201,4.3726883,4.5399399,4.6966491,0.85336536,0.89492089,0.93589973,0.9828862,1.0287356,1.0471205,1.0755748,1.100342,1.1683575,1.2076874,1.1917976,1.3588383,1.5276558,1.7533709,1.8471631,7.0651779,7.5193038,7.8609772,8.1057863,8.3971958,8.6695595,8.8994961,9.1187258,9.3260727,9.5300093,9.7468748,9.8212328,9.9356937,10.036087,10.136221,0.79155678,0.79505306,0.67598021,0.64397424,0.61176473,0.82205033,0.86248201,0.80798483,0.75507313,0.70389491,1.2448133,0.80717486,0.9066183,1.0110295,1.1312218,1.6846005,1.7476406,1.808604,1.7655671,1.7776644,1.9080732,2.0585976,2.0441327,2.115401,2.0702147,2.2948539,2.2634282,2.3776345,2.4574337,2.5826356,3.1233361,3.2344952,3.3387017,3.4392147,3.5884776,3.7072566,3.8313468,3.9405246,4.0260696,4.0743909,4.1503234,4.2876444,4.3001246,4.4142461,4.5057201,3.3730063,3.5225685,3.4947486,3.5701175,3.6323712,3.7500572,3.7950315,3.9020586,3.9114628,3.9173265,3.6120708,3.6474445,3.7737594,3.9749436,4.1811371,7.0153127,7.150744,7.2178521,7.2737923,7.2873855,7.2765298,7.4000888,7.4456258,7.5022979,7.5690775,7.5879836,7.5856724,7.5582213,7.599741,7.6280622,1.2548549,1.3723904,1.460976,1.5178837,1.5737967,1.6424428,1.7222773,1.7740223,1.8380426,1.883677,1.9489202,2.0330954,2.0724087,2.144371,2.24229,1.755638,1.6504444,1.5940791,1.5611448,1.421526,1.4977974,1.4548694,1.3400089,1.3023952,1.2246749,1.3628104,1.2567049,1.2773161,1.3490726,1.3702897,0.89629757,0.95738369,0.96375263,0.96945781,0.95303518,0.92273194,1.028412,1.0132775,1.0579659,1.120172,1.5617948,1.3639238,1.3740457,1.3379136,1.5370705,1.5920926,1.6930416,1.7934164,1.8678108,1.9563575,2.0260267,2.1080534,2.1396358,2.1778178,2.2410312,2.2916901,2.324671,2.3829031,2.4323516,2.4922359,2.6535008,2.7462082,2.5392113,2.5085337,2.4512935,2.4584954,2.5356135,2.5441639,2.5200319,2.6150374,2.6317921,2.7621629,2.7530761,2.8348196,2.8996191,0.69807756,0.77388859,0.88137573,0.90247989,0.9097836,0.96222544,1.0120904,1.0403593,1.0820721,1.0903916,1.1946791,1.2527426,1.3492988,1.3636967,1.4746953,3.005291,3.2484636,3.4446619,3.4939966,3.4324944,3.568944,3.6573529,3.8208122,3.7916844,3.8909826,4.0214481,4.0557051,4.1287446,4.2988243,4.561245,1.29375,1.3316098,1.3520979,1.4576497,1.4405564,1.5055467,1.5649781,1.6041275,1.6540542,1.7104244,1.7534028,1.8967818,1.9508719,2.0314307,2.094568,0.75155252,0.85419148,0.93913603,0.9201104,0.92448068,0.96686763,1.037921,1.1265521,1.1144466,1.165105,1.1794616,1.3167245,1.4401212,1.5954535,1.7576553,1.5582598,1.6140997,1.6649934,1.6902348,1.7392752,1.8300965,1.9081643,1.9677033,1.9927038,1.994285,2.1054647,2.1931448,2.2663162,2.4321673,2.4964361,1.1557512,1.2816998,1.3407897,1.4037656,1.4874066,1.6093781,1.7084358,1.8655473,1.8232633,1.9935561,1.9285232,2.2757697,2.3551328,2.5331564,2.5487056,2.1398704,2.2201145,2.3364139,2.4441223,2.5708556,2.6664653,2.7531605,2.8711283,2.9593079,3.0138676,3.1000712,3.1669252,3.2297618,3.3217306,3.3919103,2.2591243,2.3822947,2.4461606,2.5651615,2.6243658,2.7097969,2.8241858,2.9908748,3.0093503,3.0852337,3.0788684,3.114373,3.1519897,3.2617342,3.3974562,0.64646852,0.69304073,0.72136194,0.69350803,0.70695335,0.90001959,0.86913586,0.87034816,0.90707523,0.94956094,1.0039955,1.0943199,1.1691594,1.2174284,1.3021954,3.5546608,3.6847796,3.7397339,3.9078419,4.0145626,4.1564903,4.3635945,4.4831872,4.619606,4.7379236,4.7858987,4.9316115,5.0961332,5.1929874,5.2745214,3.8897688,4.0873899,4.2589893,4.5219269,4.6009908,4.7824154,4.9526243,5.1228514,5.2021241,5.4204607,5.5317922,5.5227394,5.6806808,5.80481,5.8705592,2.4614499,2.5934982,2.7201018,2.8233685,2.9429014,3.0519767,3.1535711,3.227288,3.3370152,3.405724,3.5061162,3.5579269,3.6496091,3.6994014,3.7655547,11.582782,11.858618,12.323595,12.363159,12.432864,12.566094,12.829283,13.045393,13.174778,13.391089,13.483952,13.960707,14.117557,14.232824,14.350118,1.1653616,1.2576307,1.3522156,1.2824011,1.2515304,1.3048797,1.3998091,1.3627455,1.3114005,1.3909224,1.2440457,1.5602508,1.6943614,1.7826825,1.960971,0.7412141,0.72183555,0.70111656,0.6712293,0.70694947,0.89491522,0.92528659,0.96733499,0.93903494,0.93731695,0.91770279,0.93740553,1.0143571,1.11023,1.1529717,0.99363381,1.0838952,1.1681849,1.1427854,1.1588162,1.1860019,1.2935907,1.3472112,1.4326769,1.4497067,1.4124054,1.5182531,1.6677413,1.5352857,1.5986866,0.94761497,0.96469837,0.92948723,0.90358245,0.86030757,0.93324548,0.9130913,0.90718001,0.88140136,0.88333142,0.85956556,1.0753932,1.1637379,1.1938872,1.4011977,0.74649149,0.81833059,0.86633664,0.86312687,0.98023266,0.96534455,0.9877041,1.0558679,1.1444745,1.2112443,1.2100116,1.3385272,1.4179972,1.496497,1.5943351,7.0788407,7.4751816,7.618484,7.7769504,7.884275,8.0102329,8.160758,8.3415051,8.4755602,8.5099983,8.6747084,8.8894224,9.1003504,9.3002052,9.3803997,0.54945058,0.56049883,0.58315182,0.62733489,0.67782247,0.67375886,0.69256032,0.73877496,0.79556239,0.88855976,0.78025359,0.84186578,0.96036589,1.065134,1.1625221,0.80411083,0.89651144,0.91110849,0.96383679,0.95456129,0.91907465,0.95461661,0.99928904,1.0017703,1.1102494,1.0724958,1.1882247,1.2758906,1.4144448,1.4658726,6.7542009,6.8447433,6.9581466,7.0542021,7.1581712,7.3048882,7.3923097,7.5035443,7.5864258,7.6754546,7.7719584,7.8831306,8.0038729,8.0695658,8.1750727,2.2056725,2.2726724,2.3168721,2.4452548,2.5864167,2.6128211,2.6801417,2.7798669,2.8121405,2.8504186,2.8822587,2.9536884,3.051405,3.0981379,3.1792648,4.0060816,4.3122234,4.5115204,4.8378043,5.1939292,5.567421,5.7185555,5.9653292,6.2577515,6.4884315,6.6207438,6.8240614,6.9250078,7.1332455,7.3740187,2.772037,2.8000805,2.8367209,2.908668,2.8616569,2.9663002,3.0790124,3.1593807,3.2482967,3.2803159,3.2645848,3.4977641,3.5928569,3.6636596,3.7309132,0.93101513,0.92519468,0.94136328,0.89295805,0.88149971,0.84222353,0.86071986,0.88405299,0.73190886,0.74231178,0.77885294,0.86064607,0.89712918,0.90887064,0.88116509,1.8085729,1.8718061,2.0246112,2.0936267,2.1017609,2.1413748,2.1650488,2.3002789,2.3251262,2.3504455,2.4204743,2.5005004,2.5754666,2.694576,2.8843501,2.2986732,2.41326,2.3368585,2.3826654,2.5330586,2.4907095,2.5264478,2.6255488,2.7321632,2.8049588,2.8565784,2.9426632,3.0101986,3.1739883,3.3004279,7.3332286,7.762455,8.0180264,8.2807512,8.4398184,8.6314592,8.9925861,9.2250681,9.5737305,9.9424143,10.168535,10.492136,10.6394,10.862726,11.069875,2.7712009,2.9481459,3.064944,3.215193,3.3197613,3.4590368,3.54371,3.6451306,3.7828424,3.9109805,4.046164,4.1991363,4.2697735,4.3464518,4.4710655,3.7831967,3.9314945,4.0884724,4.2481284,4.3880272,4.5400543,4.6818871,4.8000727,4.9500337,5.1131516,5.2566071,5.3351712,5.460041,5.5573168,5.6505408,1.0053377,1.2035295,1.244559,1.307978,1.3468437,1.4322028,1.4602138,1.5742726,1.5595911,1.5095842,1.6040331,1.7250872,1.6657975,1.7640913,1.8528644,0.60201544,0.60649538,0.61475408,0.65843624,0.71749443,0.71773297,0.75808519,0.80092221,0.85860437,0.92775851,0.98178452,1.0555729,1.0731769,1.086059,1.1331805,1.6872373,1.9053681,2.1094778,2.306782,2.5470324,2.8186848,3.0223432,3.2271531,3.4025903,3.5323918,3.6679525,3.6947582,3.7664313,3.8920205,4.0158949,0.75526696,0.9147144,0.93901289,0.94738191,1.0845851,1.0581678,1.1167607,1.1915873,1.2653517,1.3176166,1.3683888,1.4930376,1.5839365,1.8154995,1.8769175,1.0103295,1.2077415,1.2765231,1.2650328,1.391924,1.3887588,1.455905,1.5341605,1.4835103,1.5556461,1.6263084,1.7051754,1.8152071,1.9780461,2.0428293,0.88772845,1.069428,1.1905751,1.2051142,1.4296504,1.4942929,1.5232475,1.5391901,1.5994765,1.7023271,1.690953,1.7506824,1.7849336,1.9550866,1.9498465,0.34620044,0.35223669,0.33468381,0.37513399,0.36737692,0.62442607,0.65116274,0.68952668,0.76951951,0.79470205,0.81686926,1.0528331,1.0840108,1.1928041,1.1707317,1.7664499,1.8060837,1.9272878,2.0579295,2.1246362,2.2063487,2.3355155,2.3348501,2.4228444,2.4935105,2.5226996,2.6012774,2.7863586,2.9280839,3.1375482,2.0500801,2.2055547,2.3527226,2.2052777,2.5350635,2.7265804,3.0778608,3.1649444,3.2894738,3.3140209,3.1679802,3.4056811,3.6327143,3.6748416,3.8987741,0.84004533,0.99657428,1.0659744,1.0946825,1.0898379,1.155178,1.2305287,1.2515898,1.2747957,1.3864868,1.4661431,1.4795401,1.5683389,1.637073,1.7310404,2.5789421,2.778806,2.9657927,3.0690341,3.2868166,3.5047684,3.6027412,3.6381345,3.7967842,3.8407836,3.8834951,4.043385,4.0448027,4.0848322,4.1213193,0.80609703,0.85185051,0.96219432,0.94986427,1.0233608,1.0180246,1.1928775,1.2726195,1.1867887,1.2744445,1.3362716,1.3984783,1.5552975,1.6794642,1.7227494,1.8973126,2.4658604,2.8255239,3.0466518,3.4235098,3.7357919,4.191617,4.273849,4.5248871,4.8058252,4.9105353,5.4411287,5.581625,5.3392844,5.7674804,1.1367188,1.3274744,1.4038568,1.4496429,1.5472745,1.5432651,1.5881346,1.6898608,1.6260469,1.5842768,1.6114974,1.6393138,1.7333906,1.8705331,1.9062454,3.6582987,3.6903307,3.7529938,3.69469,3.7313852,3.7175272,3.6606624,3.5964518,3.6122408,3.5714898,3.5546467,3.6753547,3.9307184,4.1151037,4.3129191,0.78674453,0.76335877,0.85297954,0.87844253,0.90952039,0.99161845,1.0854176,1.1005737,1.2437521,1.3071139,1.8163006,1.4702504,1.5099124,1.6516688,1.5916325,0.75318652,0.77594572,0.75522852,0.79273003,0.75289577,0.89181858,0.97888678,1.0734138,1.0656518,1.0763022,1.778809,1.460415,1.6225613,1.6640866,1.8571702,2.1944604,2.6194398,2.8502975,3.5631611,3.7610073,4.3787079,4.9113579,5.3796391,5.7345524,6.1554332,6.0227566,6.711524,6.7834454,6.8316579,7.187851,0.68316901,0.76822758,0.81384945,0.86689758,0.91984904,0.91601515,0.98097408,0.99375445,1.0614687,1.0737157,1.0869739,1.0963583,1.2155153,1.3365041,1.3714014,2.9965236,3.248332,3.5836871,3.8931944,4.2355289,4.5949888,4.9745226,5.272963,5.541254,5.8064127,6.0506139,6.1782141,6.3142562,6.4671926,6.5679722,2.9848239,3.063252,3.2705491,3.6219552,3.5486898,4.0534267,4.132442,4.2012954,4.4022942,4.6533809,4.5343928,4.7954025,4.5746469,4.8446655,4.9442182,0.58694726,0.67769045,0.70236003,0.72380954,0.77268124,0.77185982,0.83728015,0.90800208,0.93054175,0.94522673,0.98643994,1.1228206,1.2817346,1.3326037,1.4402957,3.5247474,3.584657,3.9749351,4.3127718,4.262569,4.4182234,4.6864686,4.9112506,4.9763355,5.5627604,5.3733811,5.7693629,5.9942441,6.1326747,6.2235093,0.53448111,0.60895014,0.58399665,0.72477406,0.70794791,0.81843126,0.83638263,0.87236863,0.9194417,0.97031689,0.92112839,0.97268808,1.0870607,1.1432964,1.1916202,6.3246818,6.9132233,6.91043,7.0962505,7.0239143,7.2956095,7.5801654,7.8766146,8.2059479,8.6673269,8.7158461,8.8380022,9.197216,9.3129969,9.5196333,1.0757802,1.3146677,1.5180181,1.6544893,1.9435681,2.0931206,2.1864994,2.3655868,2.5327208,2.7479091,2.9677699,3.0123606,3.0580578,3.0973165,3.1849055,0.52673584,0.54304421,0.65131056,0.7857601,0.82604468,1.0543391,1.2077689,1.2381884,1.4722722,1.5443374,1.2312812,1.6658338,1.7325484,1.7710944,1.8261015,4.1385789,4.4421496,4.7562747,5.0656657,5.3445077,5.6278563,5.8760686,6.1163607,6.3365674,6.5271325,6.778316,6.7772784,6.7965426,6.8225489,6.8427691,0.61327928,0.63434529,0.64698744,0.67461324,0.69451535,0.59265316,0.61519533,0.62396866,0.64199597,0.66663164,0.70970452,0.71364379,0.76542819,0.74944186,0.81096941,0.6738764,0.7554093,0.88204032,0.89768487,1.0486814,1.2721351,1.3445888,1.316901,1.523641,1.603806,1.7266753,1.6734157,1.6826453,1.7303046,1.8507723,0.82329381,0.95904779,1.0505836,1.2257935,1.3570465,1.3186814,1.3554581,1.5221024,1.5164725,1.4943532,1.6166098,1.689198,1.7312169,1.7000655,1.83362,0.59872061,0.71444875,0.7018823,0.66497785,0.70102441,0.73300552,0.82873553,0.85697073,0.88067418,0.91865265,1.0301268,1.021652,1.1162688,1.2605597,1.3182178,1.8773466,1.9996347,2.0100503,2.1586065,2.2912185,2.2274659,2.2866862,2.3947544,2.3157082,2.6566756,2.4926972,3.1115036,3.0912805,3.442559,3.2594905,0.93078923,0.96292412,0.98388243,0.98885179,0.96393031,1.1439818,1.1552567,1.1700516,1.2397944,1.344053,1.3757789,1.5154315,1.5573206,1.7606294,1.6688626,8.0649471,8.5820894,8.8680029,9.3583794,9.6970282,9.8440475,10.357031,10.494968,10.83413,10.896857,11.062219,11.123205,11.275007,11.5191,11.779113,1.2737643,1.2914418,1.3596059,1.3268999,1.2862393,1.3413124,1.3695744,1.4008621,1.408756,1.4689761,1.475446,1.6971568,1.8415798,2.182142,1.9585772,0.56690925,0.60181248,0.6499536,0.67311132,0.73281127,0.80860585,0.91207588,0.93540549,1.0422871,1.0620668,1.4120474,1.2158284,1.2360659,1.2655332,1.2885199,0.26064292,0.24008088,0.45621595,0.51328117,0.57336462,1.0430419,1.0923803,1.1726648,1.4028875,1.4379623,1.2848853,1.7965727,1.9654639,2.0839281,2.04496,0.56843811,0.57424855,0.61107117,0.62712777,0.64864868,0.65371346,0.65681446,0.66739804,0.68064755,0.74503309,0.79204273,0.89706832,1.1168543,1.2974976,1.4886247,0.64616758,0.62893081,0.67036521,0.75497597,0.74982959,0.70873338,0.69428372,0.73721761,0.84786826,0.84095967,1.0643564,1.1958146,1.3127997,1.5274949,1.5062548,3.9357398,4.3774853,4.3266816,4.3871946,4.4944239,4.6009769,4.6906838,4.9766774,5.0258846,5.1208076,5.2853894,5.3004422,5.3996382,5.6354828,5.7013116,0.85897231,0.88397789,0.91229194,0.99646413,1.010101,1.0372078,1.0494753,1.0926206,1.1790466,1.2050238,1.1031908,1.537673,1.4812263,1.7401792,1.8780152,3.98979,4.1139984,4.2673969,4.5554185,4.5994954,4.873302,5.3773623,5.5780811,5.9892383,5.871624,5.9810557,6.1058345,6.2123394,6.2438951,6.3119822,3.6495094,4.0405192,4.304112,4.65378,4.8019376,4.7310343,4.9416313,5.0458593,5.0058236,5.0379138,4.9762645,5.0288382,5.1171703,5.2612562,5.3578892,0.89026511,0.88274807,1.0344827,1.0356731,1.1505274,1.4385766,1.8950161,1.8310912,1.8937988,2.1280568,2.5087624,2.2570078,2.6630435,2.8258889,3.3846154,2.9449551,3.2468836,3.3975198,3.6237702,3.3708997,3.6302962,3.7339318,3.7612684,3.5807769,3.7349653,3.1425841,3.5443039,3.9050131,4.0727811,4.1763835,1.9462039,2.1395347,2.4225669,2.6592484,2.7028306,3.0100176,3.0764079,3.3432319,3.6865256,3.5353534,3.4261036,3.7573938,3.7368112,3.7947412,3.924577,2.1391549,2.2745166,2.3443956,2.5636582,2.573276,2.87339,2.9570122,3.1101809,3.1465847,3.2406216,3.1680617,3.2642868,3.2856524,3.3673823,3.4560223,0.95441973,1.0846272,1.0983884,1.0811257,1.0924098,1.1292988,1.2402443,1.4286809,1.3870314,1.4620889,1.5447716,1.6226239,1.7057154,1.8226143,1.8802822,0.64741194,0.7787677,0.75989246,0.86329162,0.96648091,0.94891179,0.99046111,1.1173692,1.1272433,1.2395946,1.2859896,1.2725632,1.4022787,1.3815349,1.4370966,4.3057747,5.1115985,5.6100149,5.901639,6.4781494,7.2505755,7.9644418,8.7272444,9.4844294,10.05817,10.493008,10.801385,10.920329,10.872782,10.954153,1.4749262,1.7451432,2.0405912,1.9135052,2.0024474,2.0854356,2.2850068,2.2758307,2.6270702,2.7704937,2.2189009,2.910939,3.0048916,3.1963472,3.5278797,1.7990904,2.2873552,2.3752658,2.5339484,2.7645316,2.8628218,3.0334496,3.1385791,3.2950003,3.6410003,3.7644904,3.8889732,3.8971682,4.1500835,4.1825781,11.293348,12.615724,13.302686,14.578797,15.541228,16.693226,18.012423,19.446991,21.016758,21.91106,22.249252,23.552034,24.42016,25.280539,26.28735,3.0547707,3.4661572,3.4053609,3.491931,3.4410112,3.6043708,3.5817032,3.8046646,4.1216021,4.1526046,3.8366158,4.2969894,4.3222895,4.8205433,4.7719402,2.3853357,2.6330118,2.8335345,3.040489,3.2748978,3.4782481,3.6629689,3.8265326,3.9363515,4.0802393,4.2557902,4.3932624,4.4883304,4.56564,4.6691389,1.6750478,1.7362814,1.8831339,1.9977397,2.0529387,2.1699758,2.298552,2.3059452,2.4475222,2.5535033,2.6614509,2.7593665,2.8339586,2.9715695,3.0613308,1.2476928,1.5105063,1.6388623,1.7200824,1.7888563,1.9502897,2.2230268,2.4566474,2.4490681,2.5228863,2.6387494,3.0758276,3.2283242,3.3229418,3.4377441,1.7326268,1.8064516,1.7953452,1.9144064,1.9595382,1.9674308,1.981982,2.0883257,2.3063416,2.367223,2.5095031,2.5152774,2.5705094,2.6412628,2.8101275,0.69993913,0.95392734,1.3056442,1.5731733,1.7607834,2.4013541,2.5905645,2.8151262,3.1564739,3.5536158,3.6228857,3.8211212,4.4974952,4.7265286,5.1177292,4.7954373,4.8752251,4.829123,5.1258879,5.2455535,5.2972903,5.38659,5.4711733,5.3536487,5.2923021,5.5025282,5.577045,5.7829719,5.8057995,5.8730206,0.50752383,0.51107329,0.57112265,0.52815324,0.59018153,0.71800393,0.75417489,0.78470278,0.8029592,0.83378649,0.73783934,0.90651035,0.98057187,1.1178304,1.2326515,5.3313656,5.5432949,5.7996674,5.9886394,6.2130818,6.4022431,6.5190544,6.7113018,6.9128437,7.0488954,7.2064714,7.2337165,7.2600946,7.287106,7.3522301,0.30380929,0.30423588,0.63920456,0.73130459,0.93918759,1.4554999,1.7414765,1.9301246,2.2455456,2.3728814,1.8650306,2.8271995,2.8220859,3.0856581,3.060463,1.1510706,1.3200527,1.4253654,1.4414854,1.4705882,1.5465839,1.7991191,1.8065158,1.9623673,2.0236087,2.2605555,2.284327,2.4075124,2.6620812,2.8757496,5.1211677,5.5568719,5.9102492,5.9915261,6.3339152,6.3748865,6.5713935,6.5877857,6.1026964,6.5563416,6.5506911,7.0611057,7.222403,7.5693526,7.7784443,5.5376601,6.0383501,6.3881474,6.618402,6.7253017,7.1048131,7.3555307,7.524003,7.7290244,7.8579373,8.0167522,7.8492155,7.7187605,7.7067876,7.8166494,1.2779553,1.3716997,1.6412057,1.5782369,1.6103568,1.7226892,1.7890971,1.8251982,1.9381057,1.9270618,1.8778374,2.2429905,2.1561649,2.5325768,2.5010509,0.43534246,0.46399409,0.49065277,0.54428506,0.55108356,0.57981741,0.67369473,0.64540386,0.76561028,0.75776714,0.97680104,0.77299666,0.85122848,1.0172547,1.111817,0.8049804,0.87528002,0.93008643,0.98612523,1.0150323,1.0451365,1.0834001,1.1377405,1.174998,1.1678438,1.2445354,1.3066937,1.3753662,1.4099042,1.4732543,2.7056715,2.9132226,3.1367238,3.3897989,3.5300386,3.6742918,3.9318089,4.0967355,4.3091941,4.402863,4.4732428,4.4573073,4.598381,4.687602,4.7615976,1.1046343,1.2767518,1.4387689,1.6142621,1.7761329,1.8871876,1.9671974,2.0321515,2.1612663,2.1574876,2.2302151,2.2399929,2.2511306,2.4044056,2.4646959,5.4683938,5.9564795,6.3212776,6.0574274,6.1965532,6.5317998,6.9045105,6.9514513,6.8834653,6.9352708,6.9203019,7.6933212,7.8761005,8.1449471,8.5587702,1.3742902,1.5276432,1.6999255,1.838137,1.9500958,2.0724475,2.2369952,2.4012389,2.5339329,2.670078,2.8053188,2.8821301,2.9620986,3.0144908,3.1141438,3.7818484,4.2835393,4.333003,4.744873,5.0983186,5.2631578,5.4938955,5.6903858,5.7224135,6.0544109,6.2662468,6.5300651,6.8481073,7.1946597,7.4590163,0.9579882,1.2414898,1.5389258,1.7697337,1.9782895,2.3146732,2.4771304,2.6604555,2.965709,3.3487418,3.2204959,3.7120824,3.8102086,4.0787044,4.2285018,2.6702721,2.7272727,2.5862854,2.8489501,2.814899,2.853792,3.0437789,3.2412012,3.3513949,3.5819678,3.1557376,4.0788932,4.0162315,4.2963428,4.0440397,1.8969967,2.2550576,2.6243715,3.0776148,3.4100597,3.8767881,4.0170593,4.210484,4.4169111,4.7707233,5.1717901,5.3282318,5.2556529,5.3747597,5.5791335,1.2127092,1.2317748,1.2471367,1.184651,1.2399898,1.3288171,1.3438735,1.3480723,1.319769,1.3333334,1.1293055,1.5367103,1.7216225,1.876833,2.0053082,1.677139,1.9389818,2.0457888,2.08973,2.2017927,2.2159772,2.3870614,2.464529,2.6942673,2.7284439,2.6364391,2.7458997,2.71861,2.9035571,2.9464202,0.93852311,0.96818817,1.0225542,1.0451689,1.1913463,1.1377636,1.1966435,1.2644509,1.1918521,1.244123,1.3735271,1.4364883,1.445572,1.5831517,1.8049489,2.8992929,3.0996614,3.2849152,3.7803874,3.9438815,4.1476564,4.393219,4.5653629,5.090363,4.7159185,5.1105189,5.4251437,5.6036277,5.7259712,5.763248,1.9562278,2.1905737,2.3042045,2.4323428,2.592886,2.7994473,2.9770184,3.1202667,3.2858133,3.3281851,3.4394834,3.4965587,3.633601,3.737545,3.8420503,15.271436,16.169027,16.371643,17.524006,18.237135,19.108728,19.977037,20.416704,20.260792,20.803867,20.338831,21.186895,21.474157,22.160891,22.645638,1.5598651,1.6454428,1.6041249,1.6082711,1.5306122,1.882076,1.9376956,1.9359642,2.0084567,1.8741429,1.780551,2.2934387,2.3888719,2.4311926,2.4022174,1.3777679,1.5278,1.5907317,1.5956174,1.6196748,1.7515172,1.9703757,1.9662483,2.073576,2.1838901,2.4796281,2.5715399,2.6615007,2.7268655,2.7393508,1.1092018,1.2308085,1.4019547,1.5584896,1.6411523,1.8242767,2.0565665,2.202554,2.3166847,2.3548491,2.4784603,2.5953159,2.6795528,2.679086,2.687155,1.7933618,2.1192529,2.2450464,2.4533138,2.6493747,2.7219155,3.0760574,3.205977,3.3896689,3.4013608,3.6067147,4.0284133,4.1346722,4.1127038,4.1762185,0.94025582,1.4906466,2.084198,2.6521711,3.2453866,3.8103693,4.3196869,4.9895101,5.6268964,6.2436156,6.681963,7.6605067,7.5198956,8.0373545,8.3074999,1.2716763,1.4246244,1.508041,1.6236268,1.7913563,1.8969963,2.0147583,2.34375,2.4760144,2.6581316,2.7475195,2.8818831,2.9221389,3.0007503,3.0953784,0.83419454,0.80914551,0.85814494,0.85724938,0.80977732,0.83607042,0.74341232,0.75373131,0.81807262,0.8123908,0.85430968,0.96387368,1.0488971,1.0097872,1.0466223,1.4271152,1.4187293,1.5550667,1.510093,1.572685,1.536465,1.523339,1.583722,1.6308225,1.6980267,1.6366612,1.7861764,1.7955296,1.8652849,1.8888656,1.0455563,1.0367225,1.1369315,1.2882447,1.2275964,1.3723366,1.4742304,1.4994769,1.5623218,1.6802855,1.7431192,1.8839747,2.0233552,2.1992238,2.4181907,1.171343,1.3065479,1.3330227,1.4331923,1.4914944,1.5755405,1.6758075,1.7149434,1.815483,1.8519593,1.7769698,1.993493,2.1067786,2.0785558,2.1663959,2.1204467,2.5548663,2.8579094,3.2444413,3.5067644,4.0734987,4.3219376,4.7036815,4.9289165,5.4484606,5.3286085,5.3655267,5.5177526,5.7154493,5.6900644,0.73392791,0.73838675,0.81385446,0.7950781,0.85356599,0.84025592,0.86386937,0.95014107,0.93510383,0.97133154,1.1058601,1.1572304,1.1733025,1.2475822,1.3066796,2.2971299,2.4031973,2.5769391,2.5198021,2.8269501,3.1466055,3.1481688,3.3605456,3.5149384,3.7215438,3.589891,3.7437749,3.8591661,4.1229386,4.1726618,0.81092173,0.82765847,0.85551327,0.80145329,0.83223832,0.79769558,0.78704751,0.80645156,0.83879119,0.89785445,1.0649502,1.0235658,1.3759272,1.3571428,1.3116727,0.7886703,0.78999913,0.82468742,0.79897147,0.78908277,0.76084912,0.65649736,0.69263202,0.67404425,0.76359195,1.0356731,0.89979553,1.0454448,1.0577972,1.1768552,0.67609441,0.71770334,0.75853348,0.73687267,0.72374952,0.73351079,0.70688033,0.71780264,0.70951587,0.79179418,0.85903478,0.96032649,0.99993944,1.0626603,1.1063987,0.86426491,0.85736549,0.86060882,0.87041521,0.86387068,0.90374202,0.92719615,0.91830426,0.91004884,0.94693333,0.96223938,1.1126835,1.1533177,1.2391818,1.211339,0.90414733,0.97441339,0.94396871,1.0015488,1.0032272,1.0690583,1.2098684,1.1544865,1.1638856,1.1996801,1.0560955,1.237241,1.2966784,1.4050406,1.5335822,1.154341,1.3203036,1.5054586,1.6759584,1.786878,1.949612,2.1496274,2.3203113,2.433748,2.5946276,2.545022,2.7321844,2.7945905,2.7664006,2.7750831,0.80819523,0.91558045,1.0535512,1.1800611,1.2384689,1.3809035,1.5085657,1.5530497,1.7454323,1.7934002,1.8866,1.9785739,2.1037006,2.1557505,2.2035296,2.3796384,2.5749331,2.8456278,3.1291466,3.3418217,3.692802,4.0290594,4.3175302,4.6513119,4.9052634,5.0400009,5.0574379,4.9402823,4.9329724,4.9939728,1.2892113,1.5129583,1.7545822,2.0349283,2.1399097,2.3472092,2.6577802,2.9382772,3.1982858,3.3314188,3.5386686,3.4829476,3.3586173,3.3061512,3.2467704,0.53482294,0.5189476,0.55350554,0.56441718,0.48804292,0.52005941,0.57946002,0.55113292,0.55309737,0.57938856,0.72615385,0.61365056,0.81146193,0.79918814,0.84767526,1.6409616,1.8397657,2.1301298,2.1025488,2.0171211,2.0194211,2.1139276,2.1319611,2.1673501,2.1184919,2.0893943,2.0634365,2.188633,2.3055999,2.2989988,0.79729223,0.79359078,0.79197466,0.85566312,0.84378558,0.87114608,0.82984388,0.91463411,0.93052548,0.90663713,1.0562158,0.98004901,0.90991807,0.96930534,0.99916148,0.62607944,0.65071189,0.70093453,0.73627841,0.72900724,0.8117981,0.81740218,0.7924782,0.892133,0.89852971,0.99132025,1.0335079,1.0878623,1.1977715,1.2421499,1.7941673,2.0035317,2.1172712,2.3879228,2.4894578,2.5819972,2.9161575,3.0930059,3.2503974,3.3516598,3.3536308,3.3689289,3.4019458,3.6015089,3.7080481,2.6426966,2.9132316,3.1549091,3.3274088,3.5964503,3.7581403,3.9891315,4.4115181,4.827209,5.177094,5.3412147,5.3231382,5.3169851,5.4342022,5.4936152,0.81405658,0.90302515,0.96910715,1.0171794,1.1170799,1.1569713,1.2619032,1.3263245,1.393163,1.4852295,1.5116293,1.5069022,1.5194556,1.5832553,1.604707,0.89501023,0.86766863,0.85904878,0.86768961,0.83427954,0.74306798,0.75255871,0.73059362,0.68337131,0.67827964,0.7633189,0.71889979,0.8030231,0.87943721,0.91311866,1.5126958,1.5498222,1.7104517,1.7293016,1.754214,1.9951874,1.9715447,2.0380716,2.0121763,2.0909951,2.0029993,2.3385539,2.4864278,2.4695497,2.7701778,0.44286978,0.46360689,0.49701789,0.51046449,0.3309432,0.40697673,0.42449972,0.51546389,0.5259698,0.55440056,3.8681946,0.71890724,0.92329544,1.1323425,0.86580086,0.98892927,1.0582011,1.0936612,1.0660889,1.1132771,1.1567903,1.2404704,1.2075115,1.2429523,1.225942,1.2512277,1.3285904,1.4365113,1.4372227,1.4611911,2.1542354,2.2619843,2.3861527,2.6304812,2.8521218,3.0475733,3.1744237,3.6698327,4.0931559,4.446887,4.6299877,4.8934469,5.0058932,5.2786736,5.6288161,0.64605188,0.63082832,0.69183087,0.68888271,0.7098192,0.69158661,0.67259461,0.7260462,0.75213677,0.77836716,0.75369489,0.89296347,0.96741039,1.0557611,1.2147951,0.6632812,0.65705806,0.64857852,0.66076827,0.59360731,0.47275737,0.43684021,0.39374921,0.32799292,0.34429991,0.67427385,0.46210721,0.44456068,0.43267336,0.52812254,0.76517725,0.78503305,0.77536714,0.76318574,0.79647386,0.76988882,0.76577973,0.77653152,0.75182021,0.81255472,0.86649555,0.96098566,1.1010845,0.98744768,1.1573879,1.9663656,2.3375223,2.6095262,2.9146705,3.0936046,3.5311441,4.1112618,4.5566211,4.7357321,4.7640228,4.7031088,4.3768611,4.2498975,4.1970644,4.1826043,0.72776026,0.66280806,0.63939822,0.71542877,0.68557477,0.65396649,0.54115635,0.47682625,0.50038493,0.4940148,0.95055205,0.58508044,0.6373117,0.75019485,0.82248116,1.1068398,1.3310597,1.400511,1.6464198,1.708891,1.8153601,1.9398841,2.1031826,2.0947554,2.2520981,2.2738757,2.3008447,2.1855211,2.3666692,2.3152049,1.0793066,1.2238443,1.3309107,1.3969893,1.4421902,1.6858025,1.7625384,1.8381774,1.974532,2.1015923,2.1996646,2.1368568,2.3265862,2.3863308,2.4760156,1.1356225,1.2303934,1.4298722,1.4215825,1.5066299,1.5150739,1.6256101,1.7145977,1.7699115,1.783868,1.8073264,1.9078335,1.9331856,2.0789762,2.2124841,0.67347711,0.78579521,0.88300222,1.0083396,1.2396381,1.5117966,1.6701142,1.8170666,1.9098021,2.014708,1.8924998,1.9496409,1.9516065,1.9990405,1.8441641,2.0988362,2.4811018,2.6411989,2.891187,3.19578,3.5419126,3.7134593,3.8753052,4.1664906,4.2707019,4.0939851,4.3123441,4.3051491,4.2827106,4.1438489,1.1597869,1.2804264,1.4078637,1.5423335,1.6577492,1.8158896,1.9815773,2.1288216,2.2465982,2.4188461,2.4178789,2.5114644,2.4072876,2.487498,2.5492127,1.8854433,1.9850442,2.0441084,2.0019701,2.0451481,2.1417286,2.2060127,2.2510436,2.3883104,2.4209425,2.1729038,2.3156116,2.3926477,2.469723,2.54076,0.69052863,0.76232374,0.78017163,0.82916754,0.79725289,0.85931021,0.9343611,0.97098666,0.89275426,0.94618231,0.9924562,1.010275,1.0851467,1.1228838,1.1304147,1.1100457,1.2090292,1.2923911,1.415244,1.3718823,1.4298496,1.4445418,1.5129306,1.4367816,1.5000921,1.6060565,1.6233821,1.7879006,1.8715639,1.9682009,1.0121322,1.2535911,1.4815859,1.6413115,1.8424219,2.0389884,2.2892854,2.5322912,2.6583869,2.806391,2.9565053,2.8707347,2.8206482,2.8210039,2.7977185,0.61680198,0.74435824,0.77681386,0.91383296,1.0110474,1.0853497,1.1410749,1.1574596,1.1780056,1.2787724,1.2664771,1.2875215,1.365602,1.4627049,1.481424,1.214147,1.4378637,1.5872117,1.7641959,1.9036955,2.1413515,2.2488589,2.5277402,2.5702124,3.0163038,3.1721647,3.1856146,3.3338804,3.37288,3.3267941,0.68718565,0.76568872,0.78004777,0.834086,0.74313921,0.83013028,0.86239117,0.88073879,0.88110435,0.93134362,0.96776819,1.0179509,0.99475139,1.0441767,1.1220351,0.85018575,0.87194812,0.85383385,0.87576199,0.90379769,0.88025099,0.82947695,0.81437546,0.85840786,0.92254293,0.92456973,0.99479359,1.1647727,1.1686461,1.2007359,1.1746663,1.3382167,1.3969815,1.3954941,1.4756855,1.5290833,1.5418127,1.578285,1.5594344,1.6467974,1.7516084,1.6998217,1.8090553,1.9148502,1.9995248,0.90863204,0.88418144,0.93518823,1.0134821,1.0262364,1.1244273,1.1735582,1.247439,1.2997117,1.3675998,1.5056635,1.4193308,1.5557717,1.6660514,1.6822515,1.1247607,1.1098601,1.0640026,1.0208281,0.94558728,0.88532531,0.88421053,0.90067339,0.78660238,0.738451,0.85135961,0.83016866,0.9489705,1.0489194,1.2229116,1.133992,1.2295651,1.2710289,1.2873946,1.2678069,1.2890759,1.340673,1.3077859,1.3557134,1.4050633,1.5453326,1.5126191,1.4889706,1.6052766,1.6658899,1.1198697,1.2092671,1.2361724,1.2752084,1.267975,1.3377926,1.302406,1.3357079,1.4116771,1.4668661,1.4409221,1.4466283,1.5162078,1.5931159,1.7074873,1.410913,1.5850703,1.6291106,1.7711335,1.9575695,2.057266,2.338948,2.4655237,2.7698185,2.8189356,3.0221553,3.0412836,3.0351439,3.0219181,3.0073421,1.004198,1.0118461,1.0464356,0.96365863,1.0300008,1.0258107,0.95057029,0.93374479,0.93215525,0.99950844,1.0034263,0.99681348,0.99304867,1.1471486,1.2930682,0.72829849,0.82604092,0.87003672,0.91852313,0.992248,1.0050122,1.0660769,1.1359956,1.1690246,1.2892989,1.2148654,1.3141937,1.3273122,1.33837,1.3788444,1.8022027,2.2365623,2.6834872,2.9939265,3.487056,4.0011201,4.4814076,4.8762984,5.3808312,5.7877054,6.1350307,6.0446386,5.8879738,5.9816251,6.2354083,0.685839,0.73864532,0.79723525,0.79262817,0.88782853,0.98016244,1.0485803,1.0760741,1.1577253,1.2483857,1.0957164,1.213199,1.2916222,1.3617222,1.3301326,0.54699153,0.55265272,0.59015059,0.57645947,0.60037917,0.67114097,0.58836585,0.61905313,0.61169279,0.63579655,0.89154857,0.77277827,0.88472879,0.92083383,0.9770714,1.3246742,1.4169767,1.5346833,1.6979548,1.8509494,2.0712829,2.1844153,2.338069,2.4479647,2.5868566,2.6933205,2.6402938,2.557708,2.5508366,2.6073568,5.8500333,6.0873556,6.5800772,6.989974,7.3530979,8.1430902,8.8959885,9.2386866,9.6412554,10.472937,10.483814,10.492476,10.556126,10.633019,10.909859,1.303681,1.3485643,1.3255739,1.3053536,1.1633875,0.96372879,0.8529945,0.76365024,0.75130033,0.7289204,1.1902319,1.0459393,1.2742845,1.3710369,1.7502161,1.1504649,1.2565751,1.2705559,1.2825197,1.381478,1.4439257,1.4426206,1.4466414,1.4233077,1.5084327,1.3267421,1.5675241,1.8011106,1.7522812,1.8158708,0.59325176,0.63654906,0.6904273,0.74673307,0.80615151,0.96742594,1.0470567,1.1116511,1.1440808,1.1622276,1.0692588,1.3556861,1.353006,1.4565204,1.4782286,1.2441452,1.3517339,1.3062204,1.3920631,1.3747107,1.4023306,1.2525049,1.3711264,1.3345821,1.2752757,1.4030185,1.5178572,1.6676824,1.6090417,1.7549742,1.3109872,1.3013337,1.3303243,1.3631065,1.4158089,1.3176144,1.3285024,1.3762196,1.3163912,1.3998783,1.2480446,1.4841261,1.4507518,1.478413,1.4976916,1.0383868,1.4818771,2.0366056,2.558847,3.0428226,3.3554859,3.7296343,4.313571,4.8604269,5.312459,5.6952953,5.7563329,5.9630294,6.0714998,6.2228556,0.87529933,1.083694,1.1910305,1.369863,1.4361442,1.6834768,1.7071307,1.9422365,2.0763943,2.1431828,2.2255962,2.2941687,2.3753552,2.5717008,2.4923775,2.0979691,2.4310024,2.7200227,3.1115727,3.2359719,3.510401,3.8316119,3.774447,4.1852427,4.2442832,4.240108,4.7480969,4.8458347,4.8515077,4.7610412,1.8008143,2.0031545,2.1521103,2.4069219,2.4027162,2.5686355,2.687397,2.6147795,2.8170457,2.9459901,2.6895988,2.6825786,2.6472838,2.6029367,2.6424019,2.5860202,2.6762958,2.5755877,2.524157,2.3676744,2.5035973,2.1635735,2.3311527,2.1356554,2.4949365,2.0767369,2.2778828,2.2211585,2.4250526,2.3518255,1.6010046,1.9298998,2.135273,2.33535,2.5732474,3.1879258,3.3741872,3.7475641,4.0213881,4.4772811,4.3479862,4.4907222,4.4695392,4.6089587,4.5477138,1.3444599,1.3960567,1.447825,1.4552462,1.4300847,1.4587892,1.481339,1.5339994,1.4786839,1.4575944,1.3816814,1.5853419,1.6492251,1.7397729,1.8752521,1.0343158,1.1462307,1.2134786,1.3525109,1.3973763,1.543943,1.7030743,1.8143727,1.9336733,1.8600149,1.8427519,2.0516434,2.0219023,2.0715084,2.1056581,0.85385507,0.87551659,0.9367131,0.94882214,0.99644381,1.01124,1.0326737,1.0834951,1.039513,1.0472219,0.97693729,1.1836079,1.2802589,1.3434967,1.392083,0.6278699,0.65387148,0.73847604,0.80908442,0.88281363,0.97997242,0.98526829,1.0481293,1.1162524,1.1847999,1.1714796,1.2937927,1.3188518,1.4112706,1.5061415,1.6922778,1.6780488,1.5372564,1.5830348,1.5412151,1.3929251,1.2672122,1.1858495,1.0290083,1.0035419,1.1683381,1.1154985,1.2236371,1.2777945,1.3433584,0.43659648,0.39883271,0.41885838,0.38899153,0.39273441,0.42477524,0.43663886,0.44369948,0.39757481,0.41024616,0.60944641,0.48026726,0.47573739,0.6418485,0.65104163,1.2058357,1.183166,1.163142,1.1264901,1.1006848,1.0468264,1.0236462,1.117005,0.93578744,0.89011502,1.0628321,1.0152551,1.0384818,1.1064194,1.2067099,0.967619,0.98756123,0.98942083,1.0314004,1.01844,1.094075,1.1251541,1.1123043,1.1277903,1.1070398,1.1304348,1.3365346,1.4968848,1.6461239,1.7926989,4.3742666,4.4301977,4.2509465,4.2066445,4.2055573,4.4899845,4.7677093,4.7763696,4.7290883,4.7196908,4.6051693,5.0889502,5.4236689,5.5181551,5.6161966,1.2942779,1.4819561,1.6233249,1.6828271,1.6647991,1.8511811,1.7994961,1.9493256,2.0788221,1.9861593,2.0736518,2.2697973,2.3788168,2.4207695,2.4755189,0.83524996,1.0675513,1.1211442,1.1560693,1.2243667,1.2839924,1.3522329,1.5029109,1.5658237,1.6553183,1.6976463,1.7434114,2.0585361,2.3779364,2.1821961,0.67303175,0.67780584,0.69478106,0.74277407,0.76385504,0.82603663,0.84631008,0.86309016,0.94860297,0.93409449,0.7069636,1.110713,1.177963,1.2912747,1.321914,0.73853528,0.89590448,1.0852714,1.2476679,1.4478575,1.6132166,1.9096216,2.0227609,2.3007681,2.5362885,2.675559,2.6753633,2.7979395,2.7364154,2.7568922,5.0601983,5.2470498,5.6638622,6.083056,6.4334698,6.7307963,7.0058174,7.3708286,7.6777515,7.6543212,7.724514,7.9544501,8.15909,8.5148687,8.7728615,0.94881195,1.1037527,1.1111112,1.1451563,1.1668341,1.4025894,1.5263644,1.5897877,1.7078402,1.7665008,1.8005652,2.0863657,2.3005266,2.332624,2.4544473,1.0718563,1.1785012,1.222882,1.2566485,1.2581929,1.44301,1.5122433,1.5242306,1.5528673,1.6310725,1.5549818,1.8567483,1.9465741,2.0556667,2.2702572,0.88943148,1.0172999,1.154196,1.0835742,1.2216405,1.2360873,1.2320657,1.3823916,1.3703665,1.6319225,1.5320042,1.6670173,1.657692,1.6961731,1.8055925,0.56445587,0.5449813,0.56602246,0.56451613,0.53914863,0.69789833,0.73623562,0.74876535,0.78847855,0.78955853,0.75413555,0.83992893,0.88695371,0.9807862,0.92944318,1.8007945,1.9344194,2.0796759,2.1794307,2.3213255,2.4215989,2.6907268,2.7963717,2.8926742,2.9520755,3.0533228,3.0921686,3.0954781,3.1473887,3.2528217,2.4271393,2.5329552,2.6945028,2.8653929,3.0695384,3.2033617,3.578568,4.4005013,4.7476702,5.116941,5.2611504,5.567956,5.8070407,5.9081087,6.1278973,1.0091609,1.141122,1.2637577,1.1937468,1.2272158,1.3430171,1.4036832,1.4438719,1.6056292,1.6517113,1.6753902,1.5748214,1.6908156,1.7609242,1.730128,0.76880223,0.85498559,0.90697932,0.96153849,0.97508121,1.0568317,1.1987585,1.2772751,1.3676676,1.4522157,1.5472658,1.6505592,1.7776802,1.9969109,2.0627704,0.92359567,1.0629067,1.0721178,1.2778716,1.2761271,1.3939976,1.5005335,1.5732253,1.6166915,1.6734407,1.6276817,1.6699013,1.7664267,1.9034137,2.0092528,0.92570102,1.1014215,1.2414082,1.4034817,1.6223593,1.7691493,1.8478677,1.9558301,2.1674106,2.2302454,2.389451,2.3780041,2.4383018,2.5197821,2.5582819,0.92592591,1.0297087,1.1027461,1.2310147,1.3694971,1.4987534,1.5944394,1.7358181,1.9233621,1.9699173,2.0040846,2.0857518,2.1615384,2.2148879,2.2763352,0.71101588,0.73993683,0.75269884,0.81,0.86676079,1.0189669,1.0263779,1.0912492,1.2062216,1.2991196,1.2370912,1.3501836,1.2854319,1.2848672,1.3191442,1.2052226,1.2003381,1.2617766,1.3680347,1.3206285,1.4314247,1.4593698,1.5857447,1.6334531,1.6617792,1.77806,1.8518518,1.9160148,2.0117218,1.8994414,2.2229755,2.3904192,2.6187315,2.8004999,2.8966823,3.1560745,3.384342,3.568589,3.7861257,3.9338291,4.048214,4.0163212,4.1420827,4.2112155,4.3048983,1.1151603,1.3308395,1.2150406,1.216458,1.2648333,1.3009722,1.3915243,1.3621285,1.4093485,1.4608994,1.3669219,1.6626908,1.7425885,1.9240433,2.1316299,0.55879205,0.5920735,0.57992029,0.56145489,0.47712258,0.50667322,0.48670909,0.5189873,0.47260189,0.48924941,0.61169875,0.64733297,0.67911714,0.81354153,0.87478787,1.3033348,1.4113755,1.5356035,1.6877637,1.8204557,2.0056698,2.1730986,2.4384863,2.4523125,2.4754615,2.4734983,2.6154923,2.7096159,2.7475452,2.8523021,0.70393932,0.69958293,0.70594621,0.70045322,0.71833122,0.58139533,0.55509299,0.55463117,0.55803573,0.59063423,0.67151648,0.69701278,0.85996848,0.85445327,0.8574335,3.635025,3.8617411,4.1134486,4.3337331,4.5486431,4.8061633,5.1272235,5.3807435,5.5916557,5.7677689,5.9519215,6.1060424,6.2030191,6.330905,6.5414472,1.0763415,1.2338032,1.3162612,1.3576919,1.3523445,1.4368379,1.4744189,1.458554,1.5735527,1.5506862,1.6777552,1.6175117,1.7919047,1.9912151,2.0435362,1.2813877,1.3524075,1.4749508,1.6486086,1.7617739,1.8492625,1.9834306,2.0546925,2.2070625,2.3100996,2.4113307,2.4819772,2.6674523,2.6964943,2.7348394,0.85301834,0.92736632,0.92946643,0.95871073,1.0812068,1.1910242,1.2309796,1.1812582,1.245572,1.3550445,1.3685406,1.3937083,1.3972852,1.4854292,1.6389711,0.77098298,0.95296383,1.0802733,1.0786214,1.1957521,1.230476,1.4196036,1.4297866,1.4657056,1.5482622,1.5383366,1.5227814,1.6102993,1.7240677,1.8507997,0.84649396,0.85858583,0.98746681,1.0385004,1.1022425,1.2515802,1.3544018,1.342703,1.4086279,1.4584655,1.5253592,1.6342813,1.6664462,1.8675497,1.7859489,0.93327409,1.0441716,1.1377923,1.1789657,1.2104454,1.2679939,1.3329313,1.4864626,1.5098791,1.4866793,1.6585134,1.6878393,1.7760296,1.7577889,1.8675618,0.6876719,0.6899147,0.69651741,0.72615385,0.71706367,0.88689101,0.92425877,0.92670602,0.99639857,1.0260081,0.95960188,1.1675494,1.1984022,1.5241321,1.446829,1.1418132,1.1898406,1.2443095,1.3098464,1.3271556,1.4457453,1.482689,1.5246499,1.6052365,1.6608188,1.6899225,1.8660473,1.9181486,2.0001569,2.0104067,0.74931425,0.76882291,0.77000332,0.79069769,0.83789665,0.79307854,0.81068808,0.87330556,0.87770253,0.91996908,0.97570306,1.0720935,1.3378569,1.3893315,1.3865708,0.83988702,0.84927315,0.881688,0.86864567,0.83009273,0.77927864,0.76622707,0.84329396,0.74637681,0.7902559,0.83565462,0.88112193,0.98623681,1.062644,1.1591849,2.4858212,2.9237108,3.1790943,3.2912631,3.6181369,3.9624321,4.4152155,4.8023562,5.1215873,5.2631578,5.3978696,5.7993193,5.941433,6.1971211,6.3082023,0.71982986,0.84640354,0.86456227,0.93905467,1.0321654,1.1136287,1.1827946,1.2137835,1.2634826,1.342904,1.4264885,1.4346863,1.516482,1.5923097,1.6686437,0.41628721,0.43520623,0.5387162,0.60155237,0.59493017,0.76050532,0.78170419,0.82200646,0.9275589,1.0457774,0.93918294,1.1248595,1.2408272,1.2755102,1.3906617,0.64018625,0.63999999,0.63421828,0.59479553,0.57598579,0.51622421,0.54604483,0.56229651,0.51425213,0.53412461,0.46137819,0.6591475,0.74933887,0.8403362,1.0269953,1.8567309,1.9900948,2.112504,2.2353518,2.3884959,2.5221353,2.6413631,2.7427721,2.8397827,2.9239488,2.9944012,3.0972207,3.1990652,3.3385332,3.4878187,1.5789975,1.8509637,1.8921292,1.7565993,1.7043784,1.6536964,1.8062236,1.7942935,1.5986662,1.732746,1.6353548,1.8220793,1.8090354,1.9473633,2.0863943,1.0255833,1.0251737,1.1173184,1.1716528,1.2110133,1.3268863,1.4092447,1.3406323,1.485038,1.5800601,1.3421317,1.6962479,1.7965442,2.0527523,2.2121842,0.90917313,1.143139,1.1452274,1.2985275,1.3590589,1.3286213,1.3832239,1.4906114,1.5118209,1.647439,1.7201115,1.8472629,1.9137893,1.9715375,2.0889151,0.74944073,0.77467906,0.82876021,0.80689126,0.76212966,0.84423804,0.92456394,0.85470092,0.88615513,0.93086499,0.87245536,1.3358381,1.171459,1.3697153,1.4195925,0.39429212,0.39548022,0.42735046,0.46565774,0.46911651,0.65385377,0.70337623,0.72043228,0.79171741,0.79413557,0.77393073,0.80678529,0.83690983,0.9611184,1.0398231,0.86427021,0.85672086,0.88363785,0.93476528,1.0087894,1.050441,1.0803846,1.1409862,1.1738015,1.2288636,1.3335967,1.3622109,1.3740308,1.3088493,1.4101174,1.2069197,1.2721758,1.3038019,1.3283136,1.3750131,1.4417114,1.5690992,1.5409611,1.7614633,1.7160608,1.7689728,1.7832073,1.7794209,1.8672302,2.0066807,0.58336467,0.63112283,0.744721,0.78035784,0.81002164,0.9783631,1.0831,1.1328528,1.1624637,1.1852543,1.3139237,1.3060057,1.4580336,1.5972893,1.71875,5.4239001,5.620141,5.927,6.266675,6.5906944,6.8874202,7.2248569,7.5528474,7.8182883,8.0901899,8.398407,8.4217167,8.5272398,8.6263208,8.785943,3.491607,3.9307759,4.3305464,4.6810288,4.9606509,5.4291911,5.797554,6.0912142,6.4006805,6.6201224,6.8803601,7.0350351,7.1987381,7.3874712,7.5914807,1.0143915,1.0479265,1.1082741,1.190755,1.2471792,1.2957904,1.3932099,1.4440702,1.5003997,1.5420363,1.5802158,1.6540285,1.6765842,1.7305198,1.8042256,2.9237235,2.986526,3.0886016,3.046355,2.9918475,3.0012896,3.0116503,2.9971015,2.9505291,2.9626942,3.1338329,3.4250546,3.6004775,3.8721991,3.982724,0.59687787,0.60521418,0.5838393,0.58768219,0.61378658,0.83572108,0.81770086,0.81888252,0.82584405,0.82704937,0.87103796,1.1913445,1.1255199,1.1310549,1.2762762,1.2301369,1.3651981,1.3571907,1.4175841,1.5546206,1.5948124,1.7116524,1.7632242,1.900445,1.9374911,2.0621738,2.0880756,2.1461046,2.1723266,2.2384484,1.1787878,1.3119932,1.4643463,1.4933044,1.5463606,1.7638221,1.865537,1.9074308,2.0518036,2.1265717,2.2987819,2.3320894,2.477042,2.5766609,2.5955741,3.3916044,3.6646571,3.9934866,4.1683817,4.3100166,4.7140298,5.0610127,5.5006132,5.8403449,6.1445723,6.2848115,6.4106226,6.7661538,6.9885144,7.0372901,0.73333329,0.79654509,0.92236745,0.9561522,1.0175405,1.1487539,1.2249659,1.2541318,1.4123186,1.4602118,1.4799569,1.6313372,1.5748031,1.7074615,1.6294686,1.1353199,1.3149471,1.3199905,1.4387333,1.5735083,1.6061349,1.8221798,1.8834469,1.9634694,2.002182,1.9866418,1.9924296,2.0620489,2.1762543,2.2043645,0.75790703,0.88125139,0.91885889,1.0325477,1.0561255,1.1779103,1.1912129,1.2737864,1.4075695,1.3855187,1.3409661,1.5358906,1.7787036,1.7523934,1.9146519,0.6474275,0.72622633,0.8037923,0.91164577,0.87647223,0.95733041,1.0735884,1.0166981,1.1253265,1.2111185,1.1384574,1.2166094,1.3752326,1.555794,1.7426451,9.3837986,9.562892,9.681282,10.260122,10.392681,10.590721,11.06759,11.232388,10.778887,11.028775,11.257418,11.139772,11.122747,11.349652,11.411899,0.76903522,0.81342471,0.79658049,0.79008222,0.84532487,0.91696054,0.94460863,0.95281017,0.94120681,0.91559738,0.95629293,1.0405895,1.144989,1.221009,1.3187666,0.55682105,0.72543228,0.90932053,0.99704266,1.0890508,1.3825269,1.4427041,1.5353371,1.7586318,1.9410379,1.6808789,1.9957813,2.0756531,2.1353748,2.2042794,1.177394,1.178871,1.1786038,1.0847458,0.96948332,0.97055614,0.89875478,0.85120136,0.82689589,0.78930062,0.87098527,1.0103205,1.1165156,1.1804943,1.0992671,0.89093161,0.97812551,1.0225532,0.98295736,0.9967013,1.1551096,1.1837853,1.2691697,1.295972,1.3405292,1.4343764,1.5039421,1.4893764,1.5355287,1.5619048,0.29356819,0.26666665,0.32441199,0.29593757,0.40529585,0.54288816,0.68157035,0.67861021,0.74706513,0.74152541,0.79428118,0.97780126,1.0223298,0.84147668,0.97008896,0.97810894,1.0580903,1.1211693,1.1140672,1.1842535,1.163453,1.2439921,1.2357606,1.3994451,1.3808373,1.4526179,1.6308287,1.6251616,1.7186937,1.8622643,0.97051144,1.0280095,1.0720094,1.1889036,1.1924793,1.3264129,1.3895817,1.4084507,1.5191311,1.5693482,1.591383,1.7895993,1.867394,1.9737306,1.9829829,2.9298847,3.0935495,3.0454485,3.0784509,3.2223842,3.3568442,3.3572361,3.5352879,3.883558,3.8597622,3.7077355,4.0132499,4.3608541,4.5062747,4.7475128,0.55740166,0.55968142,0.61561728,0.64696997,0.6483683,0.85785639,0.80269009,0.84635419,0.88456917,0.94297761,0.97927582,0.94393921,1.0474217,1.0291595,1.2420932,0.7659995,0.83333337,0.85236675,0.91773456,0.95619488,1.0989012,1.2089528,1.2358729,1.3281186,1.4204779,1.3724369,1.4889961,1.572641,1.5916897,1.599526,0.83458608,0.91592902,1.0261384,1.1043316,1.2135681,1.3071573,1.4098201,1.4626375,1.5811039,1.653214,1.7948344,1.8829068,1.9122833,1.8944453,1.9790223,0.94114059,1.0184337,0.97857434,0.97397578,1.0033792,0.9038533,1.0626428,1.0809371,1.1060888,1.1007621,1.1672125,1.3197105,1.4337499,1.6262826,1.676896,2.1841021,2.3800979,2.5726483,2.9587648,3.1288569,3.3356574,3.5379648,3.8385246,4.0225697,4.2798467,4.4049072,4.561141,4.804388,4.9352684,4.9901018,0.7306937,0.86542815,0.89482439,0.94090235,0.97259849,1.027094,1.0882016,1.0787581,1.2594459,1.2993718,1.2444407,1.365712,1.4245989,1.4811625,1.5071459,1.094219,1.1547118,1.1715724,1.1130301,1.1044463,1.150956,1.1528728,1.1511464,1.1498551,1.1749347,1.199414,1.4822849,1.4541489,1.3925549,1.4233242,0.57577157,0.60554963,0.5660522,0.5557642,0.59127307,0.57747835,0.60641485,0.63012892,0.56714898,0.58332133,0.54093039,0.66101456,0.72150069,0.69388652,0.71579868,0.94418794,0.97385412,0.93723673,1.022751,1.0884354,1.0777441,1.1378918,1.1703781,1.2656925,1.2922568,1.2027138,1.4294592,1.5075899,1.5944613,1.6678982,1.5852442,1.689546,1.7692424,1.766027,1.6392595,1.8478997,1.8519495,1.8362784,1.8380767,1.8500381,1.8124076,2.0653667,2.3584645,2.361275,2.2262609,0.5183633,0.70992243,0.76427555,0.91192055,1.0024927,1.2149231,1.3281919,1.4345235,1.5862141,1.6167979,1.4574642,1.9037547,2.0160654,2.1424465,2.1485798,3.8899865,4.3181648,4.6455755,5.0719705,5.4484367,5.8015079,6.3658795,6.6951184,6.830266,7.1324601,7.2126188,7.5995631,7.8414679,8.0737686,8.243906,1.2266867,1.355081,1.475979,1.5519423,1.6895063,1.7910309,1.7921636,1.9571106,1.9502262,1.9779973,2.0772169,2.2440579,2.2840338,2.3767176,2.422153,1.6119338,1.7690874,1.8404238,1.7421035,1.822719,1.8905208,1.8014647,1.9098344,1.8761424,1.9251511,1.7831091,1.8938783,2.0666955,2.0614672,2.180146,3.01281,3.094178,3.3082862,3.5889766,3.7987325,3.975065,4.238914,4.471374,4.6653566,4.8322926,5.0102034,5.2715616,5.4392443,5.5823083,5.6990552,1.2963443,1.4623828,1.6028175,1.5805258,1.6451726,1.6207179,1.6970019,1.7726321,1.7895421,1.8787196,2.036032,1.9333121,2.0400283,2.1414521,2.1332817,5.8702955,6.4833097,6.8418102,7.1674118,7.4038105,7.6168528,7.7772045,8.2374306,8.4306421,8.7398777,8.9616117,9.5254183,9.8593664,10.483167,10.73877,0.61173767,0.61502981,0.59845561,0.67816317,0.70161766,0.58218515,0.58060765,0.63404006,0.71599048,0.72173214,0.74416733,0.82661283,0.93173993,1.0865109,1.4049587,0.43437794,0.47403133,0.54331112,0.57406455,0.61274511,0.76015204,0.79270715,0.80804098,0.89947611,0.94964886,0.91454422,1.0389358,1.2671801,1.3259994,1.1478599,1.1435523,1.15888,1.3116877,1.2914834,1.4041489,1.4144827,1.499215,1.4611087,1.5314295,1.6834885,1.6472068,1.7657074,1.7266585,1.8004652,1.9070417,1.0815201,1.1695907,1.2065595,1.2741003,1.3311428,1.5039186,1.4554149,1.6573887,1.6158895,1.7926171,1.8318139,1.9130137,2.1428881,2.2455807,2.3616557,0.81991655,0.8235473,0.78031212,0.83983207,0.83370554,0.87967795,0.8498584,0.87589073,0.94198567,0.94495279,0.91153616,1.0178117,1.2312312,1.2919897,1.4678899,0.97908324,1.0029718,1.0435039,0.98167539,1.0185653,0.99856323,0.96092254,0.96735191,1.0826981,1.0332787,0.97142446,1.0896484,1.2473271,1.1417154,1.252774,1.4890748,1.6174536,1.7996596,1.9373484,2.093648,2.2448099,2.3458953,2.4771638,2.6000986,2.7085867,2.7939558,2.8666317,2.973597,3.0440941,3.1419759,0.97958344,1.0045568,1.0420966,1.1081192,1.184224,1.3973081,1.4854549,1.550704,1.6500974,1.6172228,1.6593708,1.8554788,1.8084323,2.1384177,2.2953248,0.73443496,0.78831959,0.7982704,0.72132593,0.77395982,0.76783854,0.77752835,0.81998575,0.74782801,0.83718878,0.76685423,0.92150736,0.88965976,0.95285857,1.0286921,0.7996701,0.90323955,0.88872463,0.91709971,1.0110309,1.0690552,1.0744314,1.134578,1.1278781,1.2025161,1.2015635,1.291966,1.3395908,1.4067482,1.4556924,1.4591931,1.5606503,1.67978,1.7949388,1.9053137,1.9906206,2.1078787,2.2026458,2.3208735,2.4258525,2.5213213,2.5451043,2.6029828,2.6791306,2.7416012,4.4342442,4.9574766,4.5252614,4.7737594,5.538208,6.2551513,6.749826,7.3863387,7.6936474,8.0358295,8.1902075,8.589798,9.0107355,9.3810482,9.5633554,0.6462422,0.6214149,0.61248529,0.63320827,0.62601435,0.65420556,0.63276303,0.62601435,0.68446267,0.65700042,0.69993228,0.77466393,0.88757396,0.96197891,1.0931451,0.84405142,0.84745765,0.86118513,0.8403362,0.84745765,0.64677656,0.7049554,0.70393372,0.64342052,0.68153656,0.76414704,0.76320136,0.81833059,0.93514937,0.86455333,1.1097075,1.2560314,1.2460825,1.3249686,1.4356236,1.4501876,1.597436,1.6173531,1.6873235,1.69963,1.8604414,1.9243056,1.9988242,2.161376,2.1746964,0.92425877,1.0116825,1.0274386,1.1688786,1.2236491,1.2771084,1.4555516,1.4520353,1.5558194,1.6457494,1.5171269,1.8401995,1.7295219,1.9219147,1.793668,0.63328427,0.6482982,0.66924447,0.70475334,0.73562533,0.97261703,1.0102556,1.0153846,1.059025,1.1304758,1.0675039,1.041333,1.0904425,1.3796462,1.5500082,0.77295333,0.86658609,0.85068059,0.94623512,0.93134642,1.0119048,1.1116976,1.1172446,1.0677931,1.2206163,1.190119,1.2866045,1.4212449,1.5683773,1.7107466,1.041958,1.2794286,1.3050737,1.4279057,1.4308165,1.4967533,1.5913271,1.64237,1.653227,1.7476873,1.7219942,1.8075125,1.900275,1.9433895,1.9870744,8.7864952,11.08194,12.791499,12.78046,13.415162,14.561403,15.347192,15.35938,16.716152,18.1492,17.814127,18.872734,18.269085,18.507692,18.180414,2.4139395,2.7333844,2.974443,3.3547719,3.517669,3.7459393,4.0043292,4.2149105,4.4436846,4.5280938,4.8426571,4.8974166,5.0686893,5.2083721,5.4656615,0.96750396,1.0796723,1.17724,1.185009,1.3523848,1.4302311,1.4417963,1.4240879,1.5431496,1.6091509,1.620086,1.8045113,1.9140428,2.0087371,2.1945896,0.84687686,1.0236912,1.0609171,1.0936966,1.1445199,1.3415693,1.4047791,1.4508821,1.4838926,1.5566418,1.6444571,1.7111534,1.9169636,1.9340323,2.0109863,1.2729844,1.5849918,1.6142541,1.8955426,2.0735762,2.4230969,2.5086994,2.6483052,2.7959342,2.865099,2.9799392,2.9768839,3.0587661,3.1930025,3.2057259,0.72665095,0.81228203,0.7648344,0.81399232,0.81078845,0.93759036,0.97485679,0.97360796,0.97559029,0.9677034,1.0077366,1.1032341,1.2069789,1.2280424,1.2601691,0.49023306,0.53111911,0.63823396,0.66244882,0.71673882,0.76957226,0.88614196,0.91344714,0.99275959,1.0381136,0.94821835,1.247945,1.2188739,1.3271697,1.4237794,1.281271,1.3809121,1.4241928,1.383109,1.4673295,1.3615644,1.4383719,1.4826508,1.6417162,1.5973554,1.6948217,1.8266475,1.7673291,1.8073115,1.9007591,0.29387069,0.3012048,0.30172414,0.43649063,0.39665052,0.85163599,0.95367849,0.94722605,1.0618652,1.04593,1.0208817,1.1759173,1.2974532,1.2487993,1.3094083,0.77541,0.86845177,0.88719904,0.92221552,1.0040601,1.0925415,1.0671554,1.14359,1.2378333,1.2182686,1.2677028,1.4971827,1.5797108,1.7908504,1.7702017,2.0311456,2.1780486,2.3190536,2.4288354,2.5798519,2.7623136,2.9159937,3.0636024,3.2337909,3.3624806,3.5117621,3.5709362,3.6858749,3.7371488,3.8045909,2.7705345,3.0691102,3.1714349,3.2384582,3.2779522,3.3468106,3.3177986,3.5334516,3.4911628,3.554348,3.6852911,3.6276746,3.6573629,3.7037036,3.737916,3.6703765,3.8957992,3.8857863,4.1337337,3.9274211,4.1475387,4.00319,4.3350067,4.1388092,4.1186161,3.9956636,4.5004983,4.7252579,5.3000836,5.6636372,1.0045924,0.96324843,1.0932192,1.1792805,1.2479074,1.2894417,1.5146879,1.6223732,1.6559912,1.7377813,1.644383,2.0572996,2.2881229,2.3121386,2.4566691,1.3248059,1.4646237,1.630192,1.6440159,1.6981533,2.0104711,2.1177893,2.1222246,2.1288729,2.201601,2.220643,2.3776224,2.5743608,2.5220459,2.5395133,1.7675976,1.7899638,1.8632902,1.8159435,1.8374847,1.9050499,1.8253329,1.8850896,1.9167085,1.8638494,1.8046604,2.3998413,2.2817068,2.4243598,2.4392586,0.59925091,0.59835452,0.60652012,0.62015504,0.54517132,0.39745629,0.65199673,0.65789473,0.68259382,0.67796612,1.1265165,0.78740156,0.76530612,0.77253217,1.1904762,2.4191339,2.7268753,2.8466587,3.0477314,3.0599265,3.1908646,3.1956389,3.3109028,3.3975337,3.316807,3.3673129,3.5464461,3.8511868,4.0125294,4.1036615,0.6928407,0.67808104,0.73997593,0.90043294,0.97748303,1.1037141,1.296199,1.3574661,1.4894354,1.5708615,1.9300362,1.7211703,1.9204851,2.0467336,2.2542372,1.5156705,1.497736,1.5812337,1.7048435,1.6941789,1.8208876,1.9745502,1.9512196,2.0929222,2.1294866,2.2814662,2.4987249,2.5339978,2.7188051,2.9665229,1.59601,1.5507754,1.6736401,1.5948962,1.7184036,1.4590348,1.4302059,1.5276146,1.584507,1.443418,1.8771331,1.8048506,2.1873248,2.0693512,2.1654634,0.89502764,1.0264421,1.2271333,1.191557,1.3007759,1.5454545,1.6830454,1.5764759,1.8263304,1.8650088,1.9136078,2.1968267,2.4548502,2.6172998,2.7349889,1.6473589,1.6876277,1.9701233,2.1329851,2.1457839,2.3937891,2.3856211,2.4503455,2.5772643,2.8401728,2.8620615,2.9367306,2.9383063,3.1357758,3.0812938,0.390625,0.40131336,0.47706422,0.54171181,0.61305445,0.88495576,0.95517999,1.083815,1.1400071,1.11034,1.4201593,1.6382253,1.5862525,1.543514,1.6714882,0.8065871,0.88616228,0.95148289,1.0376135,1.1778971,1.1534429,1.2781497,1.369624,1.3714186,1.4259788,1.4936972,1.7380725,1.8340611,2.1259978,2.3440917,1.4256293,1.5832796,1.69367,1.8306693,1.9274557,2.0163226,2.1583741,2.2131567,2.2911589,2.3187768,2.4235158,2.3589666,2.471184,2.5340691,2.6465807,1.5444242,1.6386197,1.8030186,1.9448619,2.1056998,2.3147802,2.4933321,2.6460402,2.6986911,2.7481585,2.8608713,2.8263986,2.9384449,3.0291502,3.1354084,0.39432174,0.39401102,0.39745629,0.39872405,0.48543689,0.33277869,0.24330901,0.24311183,0.24896267,0.24193549,1.4261745,0.93896717,0.55335969,0.62353855,1.2232417,1.2060988,1.3437166,1.3510419,1.4352977,1.3743651,1.5681545,1.6377357,1.7072616,1.6706079,1.8392884,1.9552449,2.1234241,2.3867047,2.66802,2.7887282,1.2757605,1.4112903,1.8774703,2.1406727,2.2977023,2.5641026,2.672148,2.6970954,3.2584269,3.5674472,4.2986426,3.3333335,3.206651,3.846154,4.1079812,1.2636012,1.2392427,1.233299,1.3647219,1.3591573,1.4622798,1.2612015,1.3162224,1.4516661,1.4720315,1.5898768,1.4626391,1.8018018,1.980198,2.1150856,1.2526348,1.5020149,1.5304542,1.7075306,1.8059824,1.9848771,2.0962393,2.2394111,2.1713135,2.2526751,2.4826648,2.6577263,3.024034,3.2520323,3.3194768,1.4822921,1.5762863,1.6010215,1.6468525,1.8171439,1.7835466,1.8609388,1.9565217,1.8298671,1.8919395,2.1183474,2.09044,1.9328766,2.1483865,2.2333796,0.55793989,0.52956754,0.57880676,0.5906406,0.5919854,0.69412309,1.0717615,1.1521844,1.1588604,1.1560693,1.4023211,1.1816839,1.2852199,1.4910537,1.6574585,2.5086505,2.6818352,2.8343401,3.0608106,3.1048708,3.1866682,3.2917299,3.283159,3.3982112,3.5998325,3.6049504,3.7384145,3.9379847,4.1577826,4.2117519,1.513796,1.6547581,1.7859999,1.8140432,1.9606831,2.1015222,2.18045,2.3101275,2.4438434,2.4620638,2.5385098,2.6751533,2.7768784,2.8678114,3.0104394,0.18450184,0.18492833,0.18656716,0.18083183,0.22094564,0.30891439,0.36101082,0.35778174,0.35955057,0.35041612,0.59726965,0.3357113,0.83437628,0.631845,0.71942449,1.4507387,1.7108226,1.7622796,1.8821908,1.93776,2.0125129,1.9970875,2.1141977,2.2158539,2.3401332,2.496187,2.3666224,2.6337407,2.7251184,2.75354,0.96938777,1.0138741,0.98468268,1.0016694,0.89837176,0.78740156,0.79320109,0.73571026,0.75581396,0.76246333,0.74669731,0.87668031,1.0600706,1.2302285,1.4084507,1.8922852,2.042007,2.033165,2.1758051,2.1145878,2.2743032,2.2878933,2.3015873,2.3064895,2.3716445,2.1583669,2.6640675,2.9133756,3.091712,3.0361261,1.51357,1.521511,1.6358839,1.6204914,1.6537467,1.6324381,1.24805,1.3102725,1.3734813,1.4760147,1.4838368,1.7460319,1.471361,1.7178552,1.8230563,1.5733815,1.6150038,1.5376596,1.6260161,1.5558343,1.9114444,1.8047969,1.8286815,1.7955471,1.8333333,1.896184,2.0446534,2.614536,2.832397,3.0631478,1.6219925,1.7899113,1.9309272,2.0634954,2.2054014,2.311873,2.3454566,2.5096598,2.5364974,2.6030886,2.6531134,2.788671,2.8898873,2.9937975,3.1149883,1.6551107,1.8086082,1.8378129,1.9261638,1.94508,2.2900765,2.3419735,2.3213472,2.4869998,2.523448,2.5,2.8216467,2.7125158,3.1270218,3.301477,1.8332273,1.9359787,1.8563409,1.91132,1.9279128,1.9387037,2.0968771,2.00278,1.9942124,1.9379845,1.9861609,2.3741937,2.4913316,2.5445943,2.8319142,1.2170385,1.2244898,1.1857708,1.3833992,0.96339118,1.4227643,1.010101,1.0638298,1.039501,1.0245901,1.8181818,1.0204082,1.178782,1.1857708,1.2269938,1.1602452,1.2672299,1.2548482,1.3666898,1.3969733,1.53737,1.7042726,1.7171476,1.8173122,2.0037718,2.2828901,1.9533111,2.0873787,2.2339659,2.0305781,0.84586471,0.86477983,0.90692127,1.0276172,0.96091211,1.008458,1.1341542,1.2643864,1.3078307,1.5059748,1.4772727,1.5627517,1.6661276,2.0009606,1.9481566,0.59556037,0.60639471,0.65430754,0.65323895,0.67076582,1.0925819,1.0590858,1.1925043,1.2528473,1.3808976,1.2062033,1.5410959,1.592719,1.7133067,1.968504,1.9436346,1.9621783,1.9181219,1.8424488,1.8480791,1.9008147,1.813071,1.7142054,1.6344514,1.6213168,1.5665052,1.9214468,2.1871033,2.2972002,2.331306,0.67854112,0.66225165,0.68201196,0.68493152,0.78057241,1.0928961,1.2750455,1.3850415,1.4247551,1.404741,1.0933558,1.3852814,1.8197573,1.9641333,2.1929824,1.8622077,2.1017911,2.1469927,2.2548711,2.3180773,2.5556238,2.7986348,2.873348,2.9609923,2.8856742,2.9175351,3.0497315,3.1532307,3.2256479,3.3233218,2.1831791,2.429966,2.4983847,2.631865,2.7594547,2.8347998,2.8272364,2.8217187,2.7995758,2.8825293,2.6949482,3.4897475,3.9611292,4.4901609,4.8215675,1.2331734,1.2123508,1.1646934,1.1600928,1.1760207,1.2743126,1.234808,1.3377926,1.2242076,1.2095994,1.2819287,1.8706676,2.2679276,2.4545946,2.6984127,2.3300352,2.4762111,2.7838192,2.888165,2.8677757,3.2307525,3.3344374,3.3226979,3.2985158,3.3137128,3.0149124,3.8827684,4.0550632,4.2870955,4.3063736,1.5456402,1.5635427,1.6434169,1.7434148,1.6980267,1.8905653,1.8071212,1.8039422,1.8805213,1.9091623,2.047092,2.2249584,2.4799931,2.5258324,2.5068407,1.0789603,1.0880567,1.1503268,1.1090072,1.2761335,1.3993843,1.3972056,1.4125108,1.4475628,1.5057573,1.2733195,1.5697675,1.6205645,1.9167579,2.256048,2.7508605,2.8038487,2.9611132,3.0740275,3.1751256,3.2621055,3.4030085,3.4011166,3.5579085,3.7020702,3.5753927,3.7819281,3.8974597,4.0074124,4.2124963,2.0007274,2.1806483,2.2627649,2.3074193,2.240664,2.2049286,2.1942487,2.1878877,2.213527,2.2474387,1.9844316,2.4217303,2.8590064,3.2469625,3.2626252,1.4863749,1.5859766,1.5758917,1.615149,1.7138194,1.4421768,1.1901542,1.2705135,1.2250333,1.3133209,1.1871893,1.586418,1.8343525,1.9052804,2.0458264,1.1342449,1.1140749,1.1294942,1.1719987,1.1435013,1.3104013,1.309329,1.2534592,1.2534592,1.2561983,1.2991284,1.4133115,1.5156507,1.4349332,1.4389679,1.1594753,1.2050498,1.3117284,1.3184179,1.4993095,1.9103315,2.0845623,2.2539747,2.323292,2.4213538,2.3608768,2.9980657,3.2307398,3.0622196,2.9406037,1.5222483,1.6746411,2.0176544,1.7857144,1.7521904,3.2637074,2.7667985,2.9411764,2.9177721,3.3333335,2.9453015,3.0513177,3.6885247,3.1428571,2.8735633,0.78400624,0.79082644,0.81203413,0.91557831,0.95661545,1.0587757,1.1001099,1.1729405,1.1193527,1.1974418,1.6306565,1.6318887,1.7340269,2.1109219,2.3084993,1.1145787,1.1959522,1.1855905,1.3608634,1.3251302,1.5340364,1.4742014,1.3461539,1.4876802,1.5291936,1.2003694,1.8224299,1.6190476,1.736274,1.7652671,0.37313432,0.29069766,0.38910505,0.3921569,0.58881253,1.0050251,1.1178862,1.0848126,1.2170385,1.1650485,0.89285719,1.6177958,2.1780303,2.4822695,2.6666667,3.747781,3.8615913,3.9919798,4.0728416,4.1597447,4.2020593,4.3401012,4.4107461,4.4906592,4.6762028,4.6842999,4.857038,5.0119476,5.1915088,5.2973237,4.5708418,4.8386579,5.0755305,5.3855929,5.5790501,6.0928779,6.4574571,6.7460833,7.2304235,7.7781329,8.1591692,8.2060642,8.2993498,8.6188335,8.7749453,0.69939476,0.91135043,0.96832204,1.2827662,1.4299872,1.7014583,1.9016968,2.1427517,2.4761336,2.6858585,2.2358942,2.8498192,2.9866748,3.0227871,2.8111823,1.3483146,1.4184396,1.4251782,1.594533,1.8475751,3.9719627,4,3.9387307,4.1942606,4.2986426,4.5356369,3.8379531,4.7717843,5.5309734,5.0660791,5.6166058,5.6930695,5.3315992,4.9803405,5.073431,4.6511626,4.2291951,4.3356643,4.1358938,3.7900877,4.2028985,3.5278156,3.3986931,4.166667,4.1443849,0.1715266,0.17730495,0.1814882,0.18348624,0.19417477,0,0,0,0,0,3.1380754,0,0.1953125,0.20790021,0.1996008,0.90119082,0.92743242,1.057327,0.93410325,0.98056084,0.92238075,1.1737506,1.0927982,1.1355444,1.0881393,1.1090909,1.3711321,1.3293945,1.6521255,1.9061857,7.6093173,8.0851059,8.191783,8.6440821,8.7612772,9.0351954,9.1991539,9.7116318,10.09406,10.302283,10.234825,11.060927,11.10914,11.70749,11.964003,0.082270674,0.083682008,0.085034013,0.17361112,0.222618,1.0815682,1.3065796,1.3750592,1.5223596,1.5421686,1.7085904,1.7266188,1.9893255,1.9316492,1.9733597,0.82059985,0.76923078,0.85787821,0.83381253,0.87183958,0.84109342,0.81349808,0.83720928,0.85741508,0.93097913,1.109702,1.0710808,1.2227362,1.1278195,1.2240735,4.6821084,4.934226,5.1945329,5.6576724,5.8190298,6.0524349,6.3657746,6.7021751,7.0088,7.1872959,7.4688616,7.7698307,8.0663099,8.3135786,8.552577,1.2586694,1.2925969,1.4026182,1.3304372,1.3245033,1.5224913,1.642797,1.6573796,1.7367591,1.7574437,2.0008764,2.6199589,2.7973075,2.7199514,2.7921093,1.6542034,1.8022077,1.8146763,1.8357044,2.0507474,1.9813657,2.1200571,2.1850746,2.1903052,2.4800286,2.2743511,2.5397208,2.7443428,2.8512993,2.8162177,1.4611123,1.5903516,1.7153077,1.7532573,1.8864162,2.0818434,2.1236134,2.2093761,2.3892267,2.5435872,2.5344985,2.4897087,2.8138785,2.9721315,3.0043929,0.43731779,0.44350582,0.5217762,0.60273379,0.65974474,0.95238101,1.0375276,1.062521,1.1879172,1.2536707,1.188186,1.5952598,1.5071934,1.602675,1.5802927,3.4295585,4.4716463,5.0432634,5.8190713,6.3962169,7.1303039,8.1210594,9.2001019,9.4437256,10.328998,10.828506,11.8,12.106177,12.877263,12.886988,0.92652792,1.0066006,0.95804429,1.1109269,1.1213721,1.1756914,1.2653956,1.4569763,1.6168289,1.6188632,2.6762288,2.1777005,2.3036649,2.5805333,2.7604167,4.475183,4.8174596,4.8631301,5.0830398,5.1855569,5.165432,5.3404408,5.7303481,5.5862069,5.8313394,6.2631526,6.0356927,6.3425789,6.5077,6.581028,3.4713333,3.6578343,4.2469921,4.7820382,4.8270788,5.5930424,6.1582694,6.2157221,6.571909,7.0792384,7.351368,8.3024693,8.4034929,8.6036673,9.1368952,26.301188,27.413794,28.497807,30.211826,30.630201,32.223091,33.733612,35.494846,37.597935,39.556839,40.367493,42.303329,42.551174,43.172653,43.4762,5.4970989,5.9677739,6.1834974,6.7229457,7.1274071,7.5503006,7.7118645,7.6566877,8.1280518,8.169076,8.0853395,8.4545555,8.8920641,9.1201954,9.5201149,0.92498308,1.0609851,1.173097,1.1942396,1.3329802,1.4935989,1.5870154,1.6628805,1.863467,1.9819984,2.016129,1.9398732,2.3354959,2.5574501,2.6342735,22.802523,24.755299,25.964466,27.342834,28.42234,29.300182,30.391724,32.133827,33.060947,34.219078,35.395664,35.960449,36.810463,37.087269,37.597145,2.4519551,2.5540276,2.5902243,2.6542015,2.750082,2.8282161,2.9646018,3.0606687,3.1092622,3.3087437,4.3511448,3.7029016,4.116302,3.9258692,4.3459125,25.473166,26.663654,27.773407,28.649431,29.275879,29.56612,30.282822,30.225826,30.625,31.282007,31.591684,32.165791,32.409061,32.927841,32.896271,2.7325025,2.8297362,2.7599802,3.0093734,2.9629629,3.251626,3.250381,3.2795157,3.5750251,3.7609479,3.822314,4.4647388,5.3245435,5.6505961,5.4752069,5.4915147,5.9454193,6.8106861,7.7874331,7.9383888,8.7569199,8.7689991,9.0605707,9.5436382,10.177948,10.178244,11.408614,11.387479,11.549683,11.758603,3.9579365,4.6482029,5.219079,5.8865795,6.5541677,7.0824871,7.6590977,8.2162256,8.6598444,9.5126219,10.052579,10.309641,10.629008,11.025816,11.343771,6.7800589,7.2892928,7.8668518,8.3702364,8.7664785,9.1703987,9.5950031,10.004352,10.418454,10.820821,11.243366,11.36909,11.607287,11.803477,12.000699,2.9541445,3.3042681,3.4275126,3.9631338,3.9461467,5.4041128,4.8756704,4.9751244,5.7273188,5.6584878,5.1294823,5.9716601,6.6834173,7.3022313,6.723134,1.6649008,1.678731,1.8977414,2.1189766,2.1174972,2.4812276,2.5937552,2.6232247,2.895623,2.9331977,2.9546614,3.2711082,3.4025476,3.6546609,3.8338656,0.64898419,0.66339773,0.66016072,0.61046511,0.61565518,0.84671539,0.95465398,1.0289991,1.01042,1.0357816,0.95826888,1.2433944,1.3788781,1.4677104,1.9344263,0.97244734,0.94493318,0.9219625,0.73800737,0.76923078,1.2907609,1.3199028,1.2937063,1.2562814,1.2626263,1.4218009,1.2811127,1.4625229,1.9513991,2.1370671,1.1511606,1.2996942,1.4445924,1.5171883,1.6040689,2.0985944,2.2129188,2.3534186,2.565155,2.594244,2.6018555,3.0996759,2.9777687,3.2171581,3.276674,0.85384446,1.0547333,1.1289132,1.1276891,1.3794898,1.3644713,1.5387979,1.562842,1.6700629,1.7304597,1.9999104,1.8446823,1.9543824,1.9746187,2.1189179,1.4416776,1.4744146,1.7950963,1.8663194,2.0489979,2.9369967,3.3018868,3.3724341,3.8423154,3.9800994,4.164649,3.8611927,4.3279023,4.671916,4.4979081,1.0005265,0.99320441,0.92544985,0.87809914,0.86956519,0.8633824,0.85685486,0.85988873,0.79960024,0.7392804,1.3190033,0.80442441,0.90680104,1.1397424,1.3533834,1.3047531,1.3358778,1.4285715,1.5449438,1.6571969,1.8009478,2.0722892,2.0466444,2.2449975,2.3762376,2.8822668,3.6942019,3.5398231,3.8676844,4.3855176,1.3586956,1.3458951,1.3774104,1.2912482,1.3235295,1.3313609,1.1816839,1.2121211,1.0719755,1.1308562,3.6065574,1.4218009,1.2965964,1.5948962,1.4516129,0.84808266,0.85185188,0.85311568,0.93914354,0.98373061,1.7074118,1.9006982,1.930654,1.9623233,1.9984013,2.240566,1.9739439,1.9144602,1.9750102,2.2168479,14.168642,15.081857,16.146084,17.171139,18.100454,18.72559,19.380322,20.381399,21.109253,22.29661,23.388988,24.483938,25.104008,25.582542,26.028711,1.1410899,1.3753089,1.3729486,1.4760936,1.4808456,1.6398748,1.783384,1.7275099,1.8783444,1.9422803,2.0586946,2.072082,2.6937146,2.9867134,3.0629048,0.77045697,0.77706325,0.78868639,0.8071025,0.85328931,1.1242272,1.1925043,1.1962403,1.3100437,1.2918379,1.489486,1.8303312,1.9028103,1.8571429,2.1564116,2.5233645,2.4816177,2.550091,2.5641026,2.6340547,3.1398668,3.2193158,3.2753327,3.245436,3.3434651,3.3402925,3.6585364,4.0126715,4.1152263,3.8626611,1.4179826,1.453958,1.407068,1.4440433,1.5057284,1.4218009,1.4546685,1.5011941,1.4007516,1.4108741,1.7906336,1.8795683,2.4271843,2.3369377,3.1833909,0.71385044,0.9078089,1.0615522,1.2950553,1.5458226,1.8359628,2.1483085,2.3622048,2.4810078,2.9021719,2.8464634,3.0978105,3.7008553,3.7498803,3.7054858,1.0349288,1.0738256,1.0943913,1.0854816,0.93582886,1.2096773,0.93209052,1.0928961,1.0899183,1.0914052,3.3875339,1.0767159,1.1235955,1.0943913,1.6528925,1.0118043,1.0390819,1.21363,1.1368873,1.299304,1.3681593,1.525877,1.5474498,1.6131607,1.7493639,1.7376056,2.0939085,2.1401393,2.3633213,2.2934339,1.32148,1.4358108,1.5994184,1.618242,1.7740544,2.0062306,2.0702634,2.227946,2.3815722,2.6045778,2.5276041,3.1158843,3.4368367,3.5097048,3.532795,2.8628495,3.807615,4.9320073,5.4684439,5.9940434,6.9050789,7.4377022,7.9023824,8.5335379,8.2131176,8.1246414,8.9265099,9.6224594,10.220402,10.378818,2.337059,2.4261913,2.6234341,2.647059,2.6121604,3.0307553,3.2355611,3.2759662,3.4482758,3.7059915,3.4349971,4.4241037,4.4512663,5.0761418,5.4189434,4.2425613,4.5169387,4.636291,4.9800329,5.0094743,4.8586359,4.8084955,5.0813251,5.3196626,5.4447117,5.5694995,5.7399979,6.0749941,6.316956,6.6469355,3.8735981,3.8302276,2.9258099,2.8008299,2.7600849,1.7699115,1.793722,1.4002334,0.59808612,0.48780489,2.3058252,0.48602676,0.50188208,0.50314462,0.74626863,3.3497539,3.8224413,4.0286703,4.3939395,4.6161695,4.9171972,5.2848673,5.513258,5.9558625,6.054225,6.2565446,7.5376883,7.7350998,7.8559742,8.0216799,0.91045415,0.93712544,1.0540185,1.0259238,1.0637119,1.2700911,1.4808953,1.4443692,1.4813964,1.6896552,2.3467157,2.1427739,2.3526671,2.5796661,2.6594493,3.4024723,3.6629622,3.944303,4.1870503,4.4087415,4.6294093,4.9154201,5.2033968,5.5038357,5.6556587,5.9103727,6.0622988,6.2035122,6.3875904,6.5405526,5.4385457,5.6621189,5.7494569,5.9207497,6.0835204,6.200635,6.4715204,6.5368915,6.8703337,7.0920615,7.2263575,7.616353,7.801044,8.0165377,8.1796045,0.90556276,0.89743596,1.0471205,1.3568522,1.3550135,1.3386881,1.3227513,1.3315579,1.369863,1.7615176,1.8181818,1.9505851,2.0698576,2.0969856,2.2606382,1.6925248,1.8181818,1.7663043,1.800554,1.9431988,2.4539876,1.8897638,1.8489984,2.0634921,2.0667727,3.6277604,2.7687297,2.5,2.4096384,2.3850086,1.5037594,1.4981273,1.4571949,1.4869888,1.5065913,0.38314176,0.38610038,0.36697248,0.35842294,0.37243947,3.5315986,0.36697248,0.59523809,0.57361376,1.5968064,8.6801023,10.182298,11.449445,11.793742,12.104586,12.236536,12.257518,11.755788,11.952562,12.473634,12.923341,13.380764,13.680763,14.16326,14.265405,1.9381747,2.0136731,2.2224982,2.5768704,2.7812421,2.6568825,2.7518239,2.8408353,3.1031809,3.6477666,3.3753662,3.6069815,3.9364021,4.1458092,4.10712,10.239852,10.479042,10.660287,10.668974,10.899553,10.821918,12.318272,13.139399,12.738729,12.891014,13.020214,13.926106,14.12441,14.505856,15.092784,1.1346818,1.1388958,1.1651469,1.2233212,1.3467125,1.4617593,1.5760441,1.6463091,1.682243,1.7162777,1.7158177,2.4892933,2.7508092,2.3611112,2.3066103,1.0029031,1.2087027,1.1869031,1.2335413,1.197438,1.5030336,1.5866504,1.4958448,1.7994506,1.7832266,1.791127,2.0627062,2.3207335,2.45433,2.3762929,1.0135134,1.3139277,1.300578,1.2517956,1.4162562,1.793161,1.8050542,1.8095648,1.9908117,2.1579533,2.1569936,2.1582735,2.2804246,2.3033068,2.4507558,2.4461081,2.9381509,3.1628444,3.5082054,3.9033816,4.132761,4.5134263,4.6651096,5.2899284,5.3241925,5.7439933,6.2725492,6.6835923,6.8998294,7.2381678,0.6800518,0.69536424,0.66225165,0.68799448,0.65359479,1.1442442,1.2491078,1.2182014,1.2910365,1.2718023,1.5844437,1.438849,1.9445446,2.022059,1.820208,2.3263125,2.4000001,2.5328631,2.4010382,2.4888322,2.5755167,3.0582047,3.0202456,3.1875212,3.0643513,3.1596639,3.4938943,3.6406941,3.4494653,3.6652837,2.2706258,2.5247321,2.6641884,3.1015038,3.156791,3.2120824,3.3386495,3.7627413,3.6867864,3.946218,3.9786935,4.48592,4.8904791,5.1842189,5.3146396,0.72852761,0.72435647,0.78667885,0.80105054,0.80246085,1.0522109,1.1057174,1.1074651,1.2626957,1.2809918,1.2936966,1.418637,1.4923291,1.4668902,1.6259034,6.5841274,7.353364,7.938201,8.8047867,9.6712112,10.403369,10.578778,11.204152,11.923114,13.18362,13.773048,14.76541,15.529664,15.874674,16.64019,1.0873441,1.247063,1.4758819,1.6458671,1.6648372,2.1012242,2.2555001,2.3315587,2.5731211,2.6437418,2.4281743,3.4263246,3.3484676,3.7530959,3.9984841,2.4462435,2.7083514,2.9818118,2.9728298,3.0393798,3.3336303,3.4393425,3.6008325,3.8064167,3.9027047,4.0108647,4.4228497,4.6482072,4.8656502,5.0828729,1.0518565,1.0907128,1.1178082,1.0615711,1.1149905,1.1819525,1.2612822,1.3089622,1.331273,1.2763927,1.7844312,1.4503176,1.6407287,1.8081181,1.9506809,0.5163511,0.52662373,0.47789723,0.5,0.43832186,0.19267823,0.12886597,0.12894906,0.12870014,0.12903227,1.3183916,0.34916201,0.72621644,0.92923522,1.6277423,6.5994234,8.4333048,10.269313,11.790332,13.311277,14.898131,16.17931,17.272017,18.358486,19.433857,20.064703,21.072798,21.718706,22.653475,23.197098,4.3970838,4.6946425,5.0179157,5.2485662,5.4929256,5.8550043,6.2205873,6.4474344,6.7654262,7.0183864,7.3452339,7.6370745,7.8227577,8.1316357,8.364337,1.0326415,1.3074843,1.4203262,1.5320334,1.4618727,1.6568913,1.827446,1.9137822,2.015064,2.1350231,2.0471761,2.1164527,1.9544756,2.0853262,2.2358112,17.310602,17.710129,18.062998,18.693102,19.204477,19.480661,19.691908,19.904783,20.50033,20.797775,20.953819,21.469187,21.929943,22.52795,22.834106,1.0836008,1.1982899,1.2308434,1.3069522,1.2469277,1.4396724,1.4230815,1.485749,1.507236,1.644896,1.6659726,1.7922217,2.1087353,2.1681805,2.3803954,1.4436334,1.5512928,1.7180985,1.7802123,1.948385,2.3402026,2.5668259,2.718169,3.0181818,3.0374682,4.1085839,3.3599405,3.830344,4.0427155,4.5178437,1.0309278,1.0337489,1.0223049,1.0862818,1.0445468,0.92621177,0.92121989,0.92209858,0.9850651,0.99073184,1.2373096,1.1461319,1.6965429,1.8661519,1.8880209,2.3113527,2.4182076,2.7720029,2.6192074,2.5730181,3.0619345,3.2647266,3.3475783,3.8235295,3.9274924,2.9141104,3.240392,3.5552192,4.5317221,4.8128343,2.322319,2.6200187,2.6034403,2.7652633,3.0967944,3.4033875,3.6932263,4.0492959,4.263629,4.2390776,4.3435664,4.7988367,4.9819732,5.3167048,4.8840652,1.0116086,1.0707002,1.1357679,1.1022222,1.1828935,1.3568023,1.3930724,1.3752825,1.3706453,1.4395393,1.4534328,1.9907229,1.8619084,2.0050125,2.1614385,0.81855386,0.83682007,0.86830676,0.87082732,1.0542169,1.8154312,1.8209409,1.7991004,1.8154312,1.8320611,3.2761309,3.1976745,3.1837919,3.0085959,1.746725,2.4513237,2.8228652,2.8330233,2.8052096,2.6357484,2.8534741,2.8933351,3.2202165,2.7855153,3.0148559,2.8817205,3.705312,4.2768383,4.5818186,4.5970407,1.6132501,1.6006923,1.6736401,1.6153679,1.5394913,1.8430034,1.9006183,1.9644095,1.9157995,1.8448439,1.8744143,2.0720508,2.1025279,2.0485945,2.2797437,1.1221614,1.2908958,1.5002077,1.4864172,1.6131501,1.530638,1.7800159,1.9056575,2.0247748,2.0323992,2.2017081,2.14677,2.3701587,2.5077906,2.5808043,1.5932616,1.8185533,2.2350993,2.6421714,2.923429,3.1903875,3.4053497,3.692405,3.7443306,4.0933838,4.1115856,4.7079983,5.3169088,5.5018587,5.3987861,0.54388136,0.72193176,1.0831234,1.1892712,1.3927577,2.434649,2.7041082,2.7209122,3.2617342,3.379092,3.3342085,3.742038,3.9680426,4.5528898,4.580153,0.56497175,0.58275056,0.59737158,0.6134969,0.61652285,0.72115386,0.72639227,0.71684587,0.72202164,0.74165636,2.3199024,0.6134969,0.75471699,0.78947365,0.7843138,1.4017729,1.7246155,2.1784961,2.3703704,2.7164564,2.9883747,3.3970277,3.6652935,3.8253729,4.3319454,4.0580134,4.2608886,4.2043562,4.3798785,4.867352,8.6455212,9.0666342,9.5259781,9.6978273,9.9892673,10.230553,10.59496,11.041224,11.641184,12.147445,12.450625,12.625504,12.982744,13.133957,13.278715,22.072317,22.944471,23.71195,24.340443,25.014961,25.887903,26.81295,27.677444,28.254831,28.778076,29.225948,29.527525,29.749914,30.021826,30.277515,7.4246554,7.9074821,8.2097797,8.7076635,8.842804,9.2443991,9.7044077,10.007209,10.298286,10.650484,10.980492,11.214139,11.68646,11.828209,12.11305,19.821812,20.218361,20.616667,20.829422,21.076887,21.371761,21.52338,22.082113,22.431458,22.726805,22.957119,23.534519,23.613667,23.735622,24.126226,10.1227,10.351967,10.907127,12.20339,12.51422,12.866817,12.910533,12.907118,14.146341,14.888337,13.766233,17.941954,18.441559,18.802395,19.878788,9.6813726,10.786106,10.128913,11.827242,12.517007,13.974097,13.679544,12.477718,12.31721,12.668744,11.188811,12.51893,13.102409,13.041362,13.423832,19.132847,19.453028,20.086626,20.40328,20.869099,21.201649,21.848249,22.48052,23.461586,24.100676,24.515236,24.635157,25.032183,25.474146,26.050615,18.888109,19.284403,19.942085,19.693045,19.288242,20.070353,20.708498,20.500092,20.539757,21.254417,20.658735,21.899059,22.040472,23.255816,24.068815,5.2883463,5.5555558,5.7056355,5.7489691,5.9531922,5.8542933,6.1535211,5.9888864,5.8362713,6.2714448,6.452816,6.2701883,6.7453623,7.2852759,7.4804688,11.05174,11.187937,11.851595,12.281188,12.48178,12.782296,13.715455,14.281295,14.625354,14.724329,14.914791,15.024386,15.238188,15.595366,15.944828,8.541708,9.4394064,9.5207806,9.4105263,9.0351601,9.098361,9.0049343,9.0778685,8.680192,9.0585032,9.7105703,10.330668,10.220698,10.454645,10.830005,8.3946037,8.7786484,9.3195486,9.7424355,10.24754,11.347341,12.022102,12.759998,13.289157,13.497278,13.781444,13.90973,14.039954,14.137204,14.316517,19.469425,20.039412,20.99156,20.570641,20.740854,21.094225,21.629339,21.98064,22.025507,22.64151,22.159681,22.539873,22.944042,22.584875,23.405527,5.3050399,5.9727969,5.7623048,5.7461152,5.6074762,5.4308095,5.136724,5.6999998,5.6599169,5.6580567,6.0969515,5.7901392,6.6428208,7.1851664,7.7277379,16.650801,17.337246,18.081043,18.679728,19.202826,19.840292,20.462576,21.061157,21.581608,21.955751,22.327988,22.650496,22.970457,23.249617,23.554483,11.175103,11.649709,12.078684,12.41475,12.21865,12.033603,12.206918,12.279243,12.114673,12.969696,13.422151,13.977644,14.098196,14.890424,14.82261,14.290063,15.148115,15.602811,16.357677,17.17832,17.991497,18.882874,19.510563,20.217094,20.849804,21.372179,22.017679,22.270046,22.657566,22.879957,0.73840594,0.88893521,0.93159747,0.99164665,1.022104,1.016803,1.0564845,1.1695421,1.198559,1.2065613,1.2998252,1.3387303,1.506074,1.5908072,1.6598265,0.47828364,0.61312217,0.67888361,0.76591462,0.76135582,0.84669471,0.85826951,0.94712412,0.93516338,1.0552101,1.0473284,1.0827905,1.2378315,1.4633119,1.4565567,0.71396697,0.84037006,0.92741883,0.98246533,1.1028693,1.1445478,1.288985,1.3248441,1.3592007,1.4488629,1.5016418,1.4829378,1.550226,1.6868036,1.6563201,0.60015684,0.67949146,0.71011615,0.86665469,0.92589837,0.95730537,1.0055007,1.0903381,1.1317487,1.1557909,1.2230653,1.3085781,1.3220816,1.5388947,1.6974821,1.1213173,1.2172729,1.3192707,1.3893672,1.4921699,1.5436856,1.6472558,1.6760858,1.7747478,1.7812563,1.9212641,1.9114361,2.0217974,2.147774,2.2193692,3.2242873,3.4828377,3.759383,3.9500742,4.1351023,4.3425393,4.5797133,4.7911081,5.0260792,5.2198186,5.3039842,5.4719505,5.6529264,5.8580623,6.030261,1.0023724,1.1026036,1.1804372,1.2844796,1.3674822,1.4456421,1.4528439,1.5017956,1.5403954,1.5846187,1.6331967,1.7110499,1.8389381,1.8577178,1.8960946,1.2031629,1.3388376,1.5030501,1.6231725,1.7512789,1.8572066,1.9573052,2.0178015,2.0525701,2.0861928,2.0642607,2.2150381,2.3553152,2.4688878,2.5662093,1.0342408,1.1671417,1.2736268,1.3453605,1.4169904,1.4956059,1.6308999,1.6864501,1.7548587,1.760489,1.8100944,1.9201303,1.9835665,2.0613513,2.1657646,0.53523421,0.66886365,0.76813453,0.8030411,0.86962652,0.90415496,1.0208315,0.94478077,1.0761533,1.0931212,1.2260957,1.2288858,1.3546997,1.4476225,1.4128292,12.275204,12.692727,13.20011,13.710998,14.155676,14.58133,15.038692,15.48312,15.936546,16.502888,16.9354,17.369982,17.80732,18.107201,18.4723,10.441266,11.011924,11.587531,12.149887,12.711864,13.282577,13.875216,14.425971,14.977416,15.584032,16.128229,16.885225,17.425756,17.954645,18.459085,4.2044702,4.3855748,4.6429677,4.8732691,5.0679879,5.2964258,5.5353465,5.7746449,6.0078645,6.2399554,6.4613304,6.800148,7.1121635,7.3307662,7.5797081,9.7703409,10.104557,10.518627,10.968356,11.472408,11.918974,12.417892,12.921919,13.392547,13.900807,14.316588,14.707756,15.060635,15.338861,15.669113,3.3221259,3.5776246,3.7947173,4.0271358,4.2743974,4.5814905,4.8543496,5.202383,5.5920043,5.9698882,6.3103452,6.4888144,6.7529311,7.0503459,7.3113179,19.168894,19.850327,20.624737,21.322178,22.17276,22.913132,23.791983,24.599161,25.462637,26.350052,27.1723,27.606779,28.098579,28.658339,29.177145,15.564346,16.052132,16.50564,16.969391,17.449024,17.935602,18.369659,18.872368,19.313643,19.879709,20.392155,20.914835,21.30551,21.692806,22.064325,2.6204176,2.796165,3.0105474,3.1584065,3.3910654,3.6372955,3.9462171,4.160008,4.4016891,4.6241326,4.7976131,4.9787545,5.1960692,5.4090223,5.6452775,40.005081,40.177967,40.693913,41.151539,41.501316,41.544323,41.657852,41.694195,41.723202,41.898937,42.348267,42.516079,42.64098,42.749241,42.994492,2.7786162,2.9269078,3.1558797,3.4348288,3.68466,4.0102439,4.3093319,4.6356792,4.9132338,5.1564302,5.2822633,5.4566326,5.6373773,5.8557487,6.0782132,9.7745152,10.22961,10.699706,11.220325,11.704978,12.279601,12.859663,13.456517,14.115165,14.739675,15.194839,15.565305,15.889655,16.20582,16.570461,13.707629,14.238681,14.764065,15.279785,15.777103,16.22854,16.699921,17.108656,17.533356,18.026983,18.487865,18.909843,19.189995,19.524441,19.895884,6.2863035,6.6075482,6.9239044,7.2126336,7.530643,7.8322754,8.2255869,8.6154175,8.9975576,9.3810892,9.7220774,9.8973503,10.044907,10.239408,10.47776,7.8686514,8.227828,8.5786009,8.9355507,9.2998514,9.7006626,10.054032,10.430322,10.801583,11.195874,11.535761,11.832376,12.114717,12.423058,12.746276,5.0869536,5.390584,5.7212787,6.1118011,6.3953257,6.7129841,7.0046077,7.3130913,7.671844,8.0155563,8.3321934,8.4896126,8.6547871,8.785779,8.9195375,30.156317,30.933073,31.609011,32.38839,33.118885,33.744732,34.380089,35.035889,35.736225,36.451473,37.137051,37.900368,38.525345,39.03688,39.675983,3.9095004,4.1783075,4.4448586,4.7245321,4.994216,5.2287879,5.4488006,5.7740192,6.2251797,6.5893054,6.9151349,7.1814752,7.4372487,7.7356977,7.972785,8.7779198,9.2319117,9.6358786,10.142838,10.529469,11.068496,11.531367,11.896459,12.316845,12.665285,13.070568,13.35618,13.635395,14.033463,14.224943,3.388062,3.7375689,4.1675696,4.4653625,4.7943377,5.1966815,5.5917292,5.9687915,6.1553831,6.3490472,6.5023222,6.746254,6.8372235,7.0378394,7.2563515,19.88821,20.688429,21.571949,22.436417,23.170298,23.899149,24.603497,25.252972,26.001654,26.779282,27.454287,28.195862,28.870859,29.451708,30.050322,3.7103262,4.0693531,4.3971376,4.8205028,5.1202407,5.4402647,5.8417921,6.2795959,6.6417122,6.8541675,7.1103997,7.445559,7.7423797,7.8822351,8.3384018,42.277542,42.931831,43.459686,43.947437,44.423424,44.933041,45.437553,46.126629,46.808907,47.432163,48.027878,48.220741,48.428856,48.733521,48.960922,19.147743,19.753439,19.194517,19.386574,18.627451,18.948906,19.115589,18.306763,18.837786,18.460287,19.597855,18.397627,18.995335,19.19418,19.722694,44.044884,44.825039,45.728016,46.695404,47.236408,48.003925,48.785328,49.722427,50.655502,51.442177,52.050049,52.829586,53.464264,54.31966,54.911369,33.480282,34.340076,34.976685,35.174461,35.454781,35.333042,35.676235,35.684937,36.072491,36.37672,36.76368,36.980377,37.487648,37.49226,37.790482,47.817211,47.390381,46.943371,46.969051,47.122684,46.489914,46.888859,46.76667,46.97036,47.017696,47.195103,47.93977,48.329048,48.558945,48.959316,30.550554,31.438484,32.202602,33.114468,33.972984,34.777889,35.818199,37.170517,38.730446,39.508106,39.690289,39.566898,39.43565,39.689125,39.980415,35.707848,35.648575,36.515293,36.632271,37.390881,37.273594,38.314945,38.245617,38.800003,39.310692,37.586548,39.055359,39.318886,40.074112,40.8867,63.584393,64.090973,64.257217,64.575241,64.853271,64.958588,64.99295,65.096817,65.37751,65.475342,65.870766,65.926231,66.190514,66.544891,66.789993,38.948231,39.29282,39.947453,40.438122,40.841496,41.246155,41.833122,42.303024,43.109615,43.618649,44.245686,44.733288,45.239716,45.864296,46.436207,48.9897,48.468655,48.722031,48.163475,48.13348,47.901367,47.995121,47.913944,48.08997,48.300686,48.399605,48.397739,48.931164,49.140377,49.551754,81.227364,80.004173,80.444351,80.123077,80.701759,80.479523,80.302063,79.596558,80.387154,79.620445,79.011292,79.531281,79.817902,79.314888,79.450821,44.943821,44.558258,44.295303,44.823067,44.629158,42.460316,44.325768,43.306011,44.492756,42.42857,39.652679,42.736248,42.672413,42.857143,43.279175,56.104748,56.719982,56.240517,56.602299,56.424026,56.024216,55.374928,56.883114,56.889683,56.724445,56.407089,56.069363,55.954868,56.957088,57.400482,39.845104,40.825615,42.128151,43.119186,44.044823,45.145805,46.529282,47.769337,49.136875,50.462914,51.299889,52.0737,53.454678,54.556499,55.648506,25.773991,26.34873,26.937897,27.446062,27.996244,28.27458,28.827473,29.121416,29.37726,29.51123,30.073172,30.520275,30.910891,31.256256,31.455017,11.843618,12.37933,12.452934,12.825945,12.869245,13.005921,13.248904,13.773863,14.316002,14.598128,15.146138,15.513258,15.752973,16.001793,16.627159,57.864941,58.58984,58.656109,59.268234,59.547985,59.612782,59.558151,59.992893,60.346802,61.021538,61.556519,62.706333,63.415611,64.133911,64.947533,12.439145,12.924301,13.097656,13.23922,13.247553,13.283616,13.312825,13.184865,13.59707,13.401449,13.387746,13.691716,13.973511,14.085758,14.113155,81.735954,81.184669,81.188118,82.021378,81.347565,81.287483,81.270035,81.446419,81.1978,80.057625,79.893639,80.392975,80.611374,80.934021,80.794411,32.271404,32.506485,32.833282,32.634308,32.265167,32.745911,32.975883,33.483814,34.06189,34.781147,34.745815,34.996109,35.550438,36.071831,36.686882,38.304035,38.698803,38.700974,39.115395,39.598106,40.017521,40.29438,40.884838,41.456898,42.152466,42.553425,42.984581,43.45211,44.06311,44.670288,73.012596,72.652313,72.699364,72.686562,72.242325,72.035919,72.120987,71.640015,71.783142,71.396446,71.223877,71.276222,71.458038,71.454269,71.566803,33.309269,33.86298,34.423149,35.370152,35.755196,36.683601,37.475243,38.312931,39.089863,39.532097,40.039902,39.729176,40.12291,39.980999,40.206867,29.405704,30.430222,31.038925,31.716156,32.285076,32.839088,33.302696,33.718987,34.210484,34.791641,35.255043,35.937115,36.331676,36.833469,37.354527,15.07303,15.579939,15.985933,16.438097,16.92415,17.181454,17.533672,18.102404,18.483118,18.952682,19.187059,19.378046,19.349636,19.529251,19.660456,78.121254,78.041496,77.94796,77.704033,77.791313,77.617233,77.694977,77.295876,77.13279,76.830521,76.680168,76.753464,76.829269,76.97213,77.0625,49.260292,49.550198,49.736065,49.678658,49.764282,49.751472,49.778793,50.037086,50.163017,50.411648,50.757229,50.885517,50.991619,51.0574,51.226204,26.32296,26.813272,27.225378,27.339998,27.378452,27.648514,27.198467,26.955637,27.144537,27.721945,28.230499,28.257795,28.961103,29.280954,29.376987,48.933453,48.612274,48.607124,48.519196,48.395008,48.149788,47.989601,47.841064,47.962818,48.407429,48.85154,48.697945,48.989956,49.395458,49.169548,58.141624,58.106232,57.648163,57.194878,56.890289,56.489796,56.1175,55.991997,56.010715,55.891682,55.787842,56.253033,56.308258,56.110573,56.13026,37.280521,37.995197,38.214287,38.912258,38.67551,38.420547,38.438545,38.396038,38.863258,38.79615,39.181679,39.776951,40.006222,40.743809,41.158733,35.543892,34.751087,35.113583,35.759804,35.329922,36.112434,36.579575,37.424171,38.013699,39.420738,39.330544,40.18502,40.713963,40.476192,40.993206,55.181854,55.474842,55.924618,56.180103,56.553806,56.902969,56.916595,57.081802,57.429989,57.893627,58.341045,58.564777,58.861732,59.133488,59.532131,3.1209123,3.3021417,3.4990263,3.663085,3.8607023,4.0773997,4.2523446,4.4181819,4.6029649,4.8022366,4.9573283,5.1204877,5.3472533,5.5306458,5.7335076,0.91330612,0.97845399,1.0557045,1.0963819,1.1230148,1.18751,1.276363,1.2591944,1.3502246,1.3865916,1.3771122,1.4541731,1.4899085,1.5366676,1.5529186,48.6661,49.172073,49.72662,50.224281,50.74855,51.179077,51.630146,52.163799,52.606476,53.106056,53.631218,53.98341,54.400032,54.689133,54.914112,2.0109708,2.1581337,2.2855668,2.3751848,2.5217192,2.6706307,2.8291979,2.9893916,3.1851127,3.3239603,3.4483101,3.5093968,3.6201007,3.7725377,3.9014559,0.9389112,1.0282438,1.1320393,1.1639768,1.2574822,1.3237606,1.4273069,1.5051323,1.5923527,1.6995689,1.7674407,1.7695459,1.9097288,1.9299889,1.9901321,1.9701726,1.9554069,1.9876904,2.0566373,2.0938931,2.1663542,2.2140632,2.2932196,2.3346837,2.3686576,2.4119134,2.4990292,2.5611088,2.6547222,2.8679793,4.2580934,4.4020762,4.5892181,4.7221031,4.9076357,5.0066476,5.2093778,5.4177341,5.6896081,6.0008726,6.16541,6.3799677,6.5610385,6.8613663,7.0613861,1.7652097,1.8374091,1.9158399,1.9943652,2.0862806,2.1697052,2.2911689,2.3659093,2.3976588,2.5312607,2.584887,2.6742475,2.8529184,2.8772182,2.9358974,1.0677059,1.2033106,1.2850308,1.3892943,1.5205568,1.5580405,1.6929034,1.7585449,1.8022054,1.8661506,1.902589,1.8718015,1.9951075,2.0837123,2.1810958,2.4570978,2.5435758,2.5487256,2.550494,2.531692,2.5525031,2.5718682,2.544939,2.5485129,2.5862908,2.5403397,2.5998461,2.6446624,2.7178102,2.8175564,2.542588,2.7274315,2.8362508,2.9271452,3.0952456,3.2832682,3.5205827,3.5897839,3.6741338,3.8319345,3.9589047,4.0421457,4.1598058,4.2489324,4.4095578,1.2178342,1.3516552,1.4276656,1.6068721,1.700653,1.8203933,1.9151045,2.017169,2.1983569,2.1941733,2.2619386,2.4108062,2.4112062,2.5286279,2.5731161,2.0453787,2.1582131,2.2468846,2.3889005,2.5433383,2.8071191,2.9935157,3.0877194,3.1966586,3.231497,3.345041,3.2754209,3.3134694,3.5263247,3.7384379,6.5222807,6.8743153,7.2332292,7.5768361,7.9591198,8.4796953,8.8805342,9.3837519,9.7604532,10.211292,10.566341,10.781027,11.020958,11.266724,11.565895,3.3051062,3.4011085,3.510462,3.6175766,3.7205343,3.837316,3.9611523,4.1219802,4.2869048,4.4424553,4.5726786,4.6934309,4.8467512,4.9784441,5.0927596,2.1819024,2.2703314,2.344687,2.3109777,2.3819826,2.4592457,2.4892378,2.4864755,2.543426,2.5254571,2.5876546,2.7077687,2.8349395,2.9856124,3.0932906,3.9965522,3.9253805,3.8292356,3.7245255,3.6291189,3.4473341,3.4478073,3.3235486,3.2269251,3.0538042,2.9605072,3.0772512,3.2826769,3.2644539,3.3735552,1.6079744,1.7393997,1.8003927,1.8772354,1.9191425,2.0469792,2.1453874,2.2130511,2.3172135,2.2679002,2.2944207,2.4550867,2.6414752,2.7444725,2.8372068,1.4949042,1.6246415,1.7399526,1.8853869,1.999203,2.0826397,2.2363524,2.3610878,2.5144002,2.6563437,2.7279384,2.8031464,2.8748016,2.9939213,3.0203557,4.3158422,4.4292979,4.4481807,4.5336256,4.6887498,4.739327,4.8876057,4.9235926,4.9750338,5.0534716,5.0082388,5.019187,5.1343689,5.2364902,5.4612994,1.0600706,1.0730422,1.0894495,1.0615711,1.085692,1.0602788,1.0427111,1.066613,1.0627427,1.0498147,1.1798799,1.0556821,1.210098,1.3240857,1.4449638,0.89990842,1.0595264,1.1442685,1.1938202,1.2699745,1.3920861,1.4368489,1.5230871,1.5371716,1.5843183,1.6418096,1.7377714,1.8450241,1.9663141,2.0560308,4.1971555,4.5035987,4.626863,4.7548213,4.8351588,5.1310291,5.1113067,5.2451348,5.2445822,5.2006989,5.3378739,6.1063538,6.9121981,7.0717835,7.3316298,19.941622,19.913517,19.934175,19.877607,19.840965,19.794146,19.758493,19.710985,19.69906,19.750328,19.910299,19.800106,19.69986,19.610607,19.542034,0.63729668,0.80516499,0.84904957,0.94035667,0.99021035,1.1392074,1.2406948,1.2478771,1.1942853,1.31253,1.3223995,1.4325272,1.6181111,1.686676,1.7407626,2.2533035,2.3614182,2.3311527,2.3645017,2.4219656,2.4004164,2.5567269,2.6168652,2.6616085,2.7346377,2.8086879,2.9665587,3.1432581,3.3367302,3.5143523,1.0583153,1.2225848,1.2866312,1.3660048,1.4160259,1.5362874,1.6060077,1.6834229,1.7762574,1.8149763,1.8219203,1.9157509,1.9711432,1.992861,2.0288692,5.3794494,5.5037837,5.648706,5.8260331,5.9854941,6.1537752,6.3124976,6.5301409,6.7674475,7.0676608,7.2945728,7.5340919,7.7527852,7.9590731,8.1412706,6.9690557,7.3839746,7.7609634,8.0062284,8.5058641,8.952631,9.6090422,10.185148,10.668455,11.075778,11.231841,11.653714,11.875088,12.177774,12.598282,10.106058,10.528493,10.9426,11.377477,11.820199,12.269068,12.745894,13.218355,13.70991,14.212198,14.662571,15.038486,15.379992,15.733274,16.128384,27.342886,27.089422,27.082285,26.888323,26.57128,26.334146,26.085701,25.826513,25.717793,25.473166,25.556156,25.595156,25.732714,25.82,25.888809,1.3313906,1.4330685,1.5133386,1.5774605,1.6790899,1.7397079,1.8445694,1.9467911,2.0297229,2.1324461,2.207845,2.3109486,2.3835135,2.5278461,2.6629312,3.2362871,3.3409178,3.4364614,3.5919964,3.6939495,3.8568902,4.0690947,4.2403026,4.3952203,4.5073075,4.6341205,4.8239827,4.9758325,5.1522927,5.3195415,2.4690309,2.6444907,2.7694111,2.9119599,3.0419669,3.1828339,3.3805933,3.5316408,3.7581558,3.9215434,4.0573282,4.2242384,4.348505,4.5088367,4.6475158,2.1647055,2.3398368,2.4006763,2.5023141,2.5496931,2.6769872,2.9184663,3.0318582,3.1965532,3.3642995,3.4324243,3.6677425,3.8770165,4.0828466,4.3035874,11.790593,12.353814,12.943975,13.565469,14.317204,14.917069,15.690036,16.353565,16.99131,17.598682,18.102879,18.468151,18.755917,19.078671,19.415203,3.8933408,3.8908377,3.7837837,3.8882389,3.855135,3.9470959,4.0027637,4.1253285,4.029685,4.069808,4.1256356,4.1706672,4.2854791,4.4325781,4.7086592,1.3080007,1.4149131,1.5012735,1.5667641,1.6255878,1.7082518,1.8037823,1.9073257,2.0299757,2.0662816,2.1168745,2.1963432,2.2464054,2.3067605,2.3776224,1.9220822,2.0961177,2.1564429,2.3462849,2.5010328,2.6796048,2.8192031,2.8626378,2.9571137,3.0989079,3.1173673,3.2120676,3.3351665,3.4318738,3.5161123,6.3124032,6.8919683,7.4361658,8.0281715,8.4891624,9.0785837,9.7315741,10.276108,10.857269,11.36797,11.733676,12.053209,12.225523,12.605927,13.061703,25.118214,25.335184,25.531229,25.796757,26.071951,26.289867,26.456186,26.656702,26.916021,27.228949,27.606083,27.745247,27.888769,27.995323,28.041637,2.1167903,2.3032091,2.5006535,2.6770256,2.8285205,3.0152974,3.194289,3.383404,3.5821424,3.6996543,3.8518953,3.9948416,4.1619682,4.3220849,4.470181,12.227925,12.772378,13.240345,13.758201,14.295846,14.736954,15.230879,15.802951,16.377363,16.934889,17.374825,17.467556,17.598976,17.852383,18.04771,10.291603,10.714593,11.273696,11.871422,12.326842,12.913031,13.451351,14.101595,14.706643,15.235929,15.72379,16.096224,16.368814,16.76516,17.131475,1.8236431,1.8413053,1.8698559,1.9006727,1.9027883,1.9667401,1.9326617,1.9464808,1.9698435,1.9568688,1.9402292,1.9977417,2.0933435,2.1706975,2.2164953,1.4237224,1.5707884,1.7040776,1.8241726,1.904217,1.9941307,2.1367302,2.165451,2.2712421,2.3246987,2.4281688,2.5636966,2.7011967,2.8097279,2.9100506,3.1934564,3.4106905,3.6535575,3.8562186,4.1020818,4.4181094,4.6973014,4.9568219,5.2490873,5.513145,5.7512155,5.9660668,6.1251898,6.3952436,6.6182971,1.8563178,2.0098131,2.026113,2.2477522,2.3057876,2.3175755,2.4769602,2.632699,2.7120705,2.8191359,2.7871156,2.8568804,2.896698,3.0456214,3.0515542,1.2271215,1.2203389,1.2305126,1.1905383,1.2031102,1.2605933,1.2372015,1.2348318,1.2872775,1.3044896,1.3256956,1.5084342,1.7011198,1.8332253,1.7048249,1.9734277,2.4508111,2.4853051,2.5247076,2.6619847,2.5897603,2.6346421,2.6558404,2.7480915,2.6837838,2.7074633,2.8507595,3.0129166,3.1312041,3.1527658,0.80596173,0.88392997,0.96201164,0.98799288,1.0456342,1.1267549,1.2338407,1.2786556,1.3218403,1.3855622,1.4141312,1.4453197,1.4894948,1.5547496,1.5855421,10.690754,11.195518,11.711864,12.321523,12.909286,13.507936,14.10764,14.730946,15.367128,16.011099,16.587618,17.099401,17.35219,17.766766,18.193394,9.3169127,9.7392883,10.091065,10.443092,10.894906,11.51602,12.024964,12.509136,13.024242,13.338571,13.64,13.951709,14.309475,14.618674,14.987463,0.98383427,1.0461788,1.0770888,1.1465459,1.1969553,1.2381082,1.2515523,1.3032095,1.3515087,1.3525646,1.3771082,1.4483948,1.51455,1.605258,1.6683357,3.180896,3.3901784,3.45628,3.5336046,3.6481097,3.7894864,3.9246972,3.9635673,4.0116353,4.1587434,4.2393231,4.4604387,4.5581918,4.6096945,4.7017484,6.2144985,6.4307332,6.6380577,6.7922316,7.0333853,7.3279686,7.6890259,8.035861,8.3210497,8.5611973,8.763669,9.0581141,9.2917356,9.4955091,9.780571,1.0462599,1.1071508,1.1760279,1.3245651,1.3921582,1.5213324,1.6352931,1.7067235,1.7206292,1.7809845,1.8204788,1.8830012,1.9810153,2.138274,2.22927,2.0105941,2.0804031,2.1144035,2.1372585,2.1933908,2.2363451,2.2669704,2.2282488,2.3034844,2.2940216,2.2990141,2.3841605,2.4380958,2.5038249,2.5736353,2.4213412,2.5161524,2.6926975,2.8212466,2.9330919,3.1015608,3.2694054,3.3761318,3.5278804,3.5774164,3.7449467,3.8791854,3.9627166,4.0320659,4.0635815,15.788359,16.370949,16.938278,17.500446,18.010021,18.553226,19.178122,19.861605,20.585228,21.291229,21.918781,22.412695,22.86286,23.303772,23.714043,2.9217265,2.9794943,2.911154,2.896054,2.9100158,2.9546518,3.0206454,3.0177584,2.9895225,3.0353253,2.9385934,3.0310261,3.0284154,3.1787441,3.2419436,0.9141286,1.0637007,1.2313675,1.2651619,1.3475689,1.3768952,1.5224775,1.5693114,1.605396,1.6677864,1.6773226,1.8001338,1.9364036,2.0648499,2.1424019,6.8161583,7.4152956,7.9873414,8.4295893,8.8447084,9.22612,9.7319422,10.091768,10.493283,10.759966,11.010506,11.306531,11.567916,11.904885,12.138887,2.4841595,2.7788341,2.9828358,3.1801815,3.3811505,3.4259207,3.6476009,3.851512,4.0608034,4.1103287,4.3449073,4.4183416,4.3136091,4.3344321,4.3758698,4.9751711,5.6610799,6.0800748,6.3474388,6.9694161,7.582499,8.0164537,8.1095743,8.2921572,8.9887638,8.7700443,9.0249434,9.197401,9.220314,9.4594593,0.84839398,1.1035887,1.3217742,1.5767602,1.8835746,2.1967275,2.3985865,2.5502551,2.7536609,2.9498088,3.1328971,3.0885847,3.2787509,3.3669775,3.5678737,2.4142158,2.6949496,2.9086261,3.0884213,3.3483882,3.6535335,4.0560188,4.3310947,4.5721946,4.6934867,4.792789,4.8211393,4.8624158,5.0495744,5.2728682,2.3790276,2.6657629,2.8600211,3.0174341,3.2997608,3.3769853,3.6400795,3.966795,4.1222816,4.1952581,4.4043932,4.6224875,4.6710939,4.6213021,4.727519,3.2502782,3.5600212,3.9543524,4.256022,4.807313,5.1781411,5.5016947,5.8177381,6.3175254,6.5262713,6.6081138,6.8942385,7.2536678,7.4367619,7.494791,0.98674226,0.96827877,1.0432942,0.99512488,1.0390649,1.1267886,1.1436597,1.1994075,1.1978599,1.2867647,1.2941176,1.5163798,1.6707951,1.6840456,1.7494854,3.7248216,4.1480713,4.5726314,4.9533644,5.1686263,5.4134498,5.7513041,5.9822078,6.433002,6.6538506,7.2128081,7.2197938,7.4904757,7.5165086,7.6776104,2.6832347,2.9577003,3.2977421,3.5528145,3.7598855,3.9922137,4.3741617,4.6319489,4.8548765,5.0077047,5.2152014,5.0063009,4.8746157,4.8175335,4.770474,2.8066349,3.0735903,3.4261546,3.7533376,4.0584216,4.4075584,4.7641749,5.1342053,5.4206662,5.7876277,6.0163627,6.1608901,6.192194,6.3492961,6.4882917,3.5779436,3.7777157,3.9565406,4.1511626,4.2944717,4.4858479,4.5982895,4.7578373,4.8828039,5.0242381,5.1128664,5.5439191,5.7169843,5.7033539,5.880167,5.1099968,5.583931,6.0269608,6.4973211,6.9337358,7.5160646,7.9570165,8.4668446,8.965477,9.2009344,9.4737616,9.516324,9.6768599,9.7030573,9.8828211,2.4986811,2.8031898,3.1284847,3.3547494,3.4905813,3.6986713,3.9123826,4.1525712,4.4131012,4.5653276,4.5856528,4.7081852,4.7876558,4.8711686,4.9770365,0.86642599,0.95774651,1.1872638,1.254117,1.3309566,1.6016016,1.7272824,1.7972833,2.0199959,2.1618345,2.3392982,2.4297948,2.4421849,2.4368589,2.634649,1.745615,1.9334337,2.0609839,2.2205119,2.2856407,2.5002785,2.7784719,3.0050733,3.132921,3.2541494,3.4655471,3.6685672,3.8417811,4.0147853,4.3081622,1.7511795,1.914443,2.1374173,2.3077245,2.4998951,2.7196038,2.8758388,2.9522457,3.1950486,3.2581666,3.2369699,3.2882175,3.3402383,3.4478307,3.5807631,5.5941401,6.0911884,6.3635678,6.676465,6.9414215,7.3034196,7.6304927,7.8046284,8.1788521,8.3797951,8.4701624,8.399992,8.5152655,8.7214184,8.9407444,9.7446728,10.03846,10.141671,10.559198,10.73156,11.252521,11.73038,12.320578,12.246087,12.666486,12.992589,12.691204,12.622393,12.760244,12.667434,1.2439955,1.4251492,1.4627873,1.5894407,1.7655313,2.0822947,2.2137887,2.2815356,2.3379924,2.4727883,2.6425135,2.5646694,2.7355623,2.8399439,2.8906856,1.5126399,1.7391304,1.8957347,2.1061325,2.2301517,2.5435896,2.669363,2.8422391,2.9869866,3.2249413,3.1370687,3.2070761,3.2729001,3.2984931,3.297756,0.82728916,1.0565705,1.2832955,1.3999363,1.5444015,1.7797213,1.8304145,1.9988412,2.1635532,2.3624289,2.4825373,2.6073906,2.8311615,3.0576725,3.0890939,1.4944426,1.6663054,1.8512795,1.9333409,2.030185,2.1209369,2.296113,2.4998975,2.7487137,2.7787111,2.8495665,2.9121139,3.0254514,3.1173329,3.1327634,2.3119488,2.5927818,2.7903593,2.9875729,3.1434326,3.3904452,3.6259749,3.9757702,4.1183653,4.3704758,4.6470327,4.6375256,4.6463561,4.7815738,4.8614283,4.0248384,4.3675327,4.5221467,4.7897873,4.9471931,5.3098841,5.3143635,5.392282,5.5812035,5.8563819,6.1313858,6.5259538,6.7731915,6.9834032,7.1777673,6.955935,7.2746754,7.6641245,7.9141364,8.106843,8.2302961,8.3285351,8.4477301,8.7937784,9.095293,9.4923925,10.12675,10.331649,10.770206,11.020398,1.4266973,1.8007908,1.7488487,1.8818662,2.0867298,2.3329468,2.5083976,2.7351828,2.7376165,2.9783585,3.0918243,3.1380754,3.3996339,3.3237469,3.6386247,2.2488308,2.604944,2.9500282,3.2357707,3.6811664,4.1704144,4.628993,5.1608481,5.445117,5.9859262,6.5382919,6.6124649,6.7840872,6.8713655,6.880826,3.2610536,3.6849453,3.952517,4.3243527,4.7127042,5.1150074,5.4119039,5.7708988,6.0655026,6.2651625,6.4058185,6.4087181,6.445241,6.6347966,6.7594333,3.486846,3.9326,4.1760411,4.5789933,4.7454195,5.0053163,5.3845568,5.5563831,5.8162365,5.9997563,6.0743933,6.3225617,6.218996,6.2882624,6.4372487,15.175888,15.834363,16.363138,16.883192,17.325344,18.018524,18.748171,19.456932,19.860939,20.306787,20.531944,20.828352,20.990015,21.059177,21.568989,7.7651954,8.2828913,8.9043055,9.3573036,9.9615726,10.640859,11.246552,11.892988,12.543377,13.102022,13.499519,13.402905,13.44307,13.456462,13.41785,2.7992713,2.9072268,2.955868,3.0824733,3.1196489,3.2626312,3.377933,3.3374469,3.539525,3.7110798,3.7460868,3.8131063,3.9293084,4.0596519,4.182302,6.4940944,7.0703039,7.5849338,8.1428289,8.7163315,9.2150803,9.7070246,10.337587,10.901461,11.477569,11.942163,12.08626,12.232656,12.328885,12.525678,4.4506521,4.9206872,5.3751335,5.6967993,5.9489069,6.4172506,6.783267,7.0101795,7.4671192,7.7486286,7.919735,7.8302703,7.7225342,7.8879752,7.9340816,3.0228815,3.4316492,3.7617881,4.0455246,4.2928109,4.648447,4.9357052,5.2920246,5.6379428,5.8154106,5.9884682,6.0103507,6.1188211,6.2234426,6.386467,0.77106136,0.79651058,0.92313486,0.97222227,1.0023911,1.1599078,1.2299283,1.2705531,1.3060009,1.4335146,1.6302122,1.5658658,1.7546805,1.8786994,1.9913421,0.75056291,0.81946862,0.96294487,1.2162491,1.2884753,1.7224994,1.7871743,1.9340556,2.0361474,2.1259573,2.3887324,2.5372624,2.8374498,2.8728395,3.3175356,4.0144191,4.5495343,4.8925486,5.1858582,5.5857854,5.9595304,6.2754908,6.7333846,6.9984236,7.3976197,7.5187721,7.2425575,7.336195,7.3801689,7.5860648,7.9915881,8.7885246,9.5479708,9.8750505,10.714286,11.302492,11.778035,12.258003,13.047574,14.035666,14.169473,14.629757,14.628443,14.892212,14.717372,3.8716719,4.2051353,4.565485,4.7860894,5.1491499,5.4902811,5.8342342,6.2508268,6.6319385,6.9054894,7.1697698,7.258152,7.3995719,7.5198188,7.6908679,1.0103654,1.1498909,1.2741785,1.3818582,1.475,1.6344432,1.7185956,1.7746693,1.9183702,2.0206058,2.23049,2.2913287,2.4588795,2.6186149,2.759388,5.97967,6.4904256,6.9440379,7.5165057,8.0856466,8.5299025,8.8930082,9.3211689,9.8526926,10.422291,10.828372,11.146162,11.26991,11.747412,11.946557,1.4205753,1.530966,1.7242312,1.9063075,2.1326053,2.4700007,2.6845288,2.9030931,3.0198433,3.2188258,3.4868922,3.3984635,3.4977288,3.5368741,3.6561131,5.5162721,6.0362043,6.4660192,6.907455,7.4365587,7.9224052,8.395299,8.8334799,9.2924471,9.5470314,9.8366022,9.8442993,9.8000574,9.7775221,9.8937254,1.5753607,1.7446958,1.8855906,2.1418555,2.1871972,2.3101068,2.347692,2.429868,2.4925427,2.6281531,2.7107091,2.9641123,3.0662022,3.1899626,3.3388023,7.183917,7.9402113,8.4616461,9.116559,9.7746525,10.417609,10.768859,11.048099,11.773547,12.256089,12.463658,12.56064,12.21315,12.142787,12.347998,2.2458427,3.0863121,3.5579882,4.0869565,4.1841736,4.9014478,5.1770148,5.7102323,5.8639832,6.3214407,7.0087829,7.392796,7.378336,7.6290464,7.5958309,3.4387317,3.7880697,4.1886582,4.4425578,4.7804618,5.0735159,5.5470061,5.9495602,6.3385062,6.599658,6.8329043,6.9660044,7.0213914,7.1699967,7.2730212,1.7565985,2.2605875,2.5847862,2.8226597,3.1541512,3.3688471,3.7923892,4.0829082,4.3699031,4.7470894,5.1713023,5.258183,5.1990633,5.3668046,5.2563539,7.8269615,8.3679113,8.8400717,9.3188725,9.7069006,10.193398,10.800756,11.437747,12.128893,12.65933,12.970218,12.95785,13.054596,13.120646,13.296382,2.7019148,3.132648,3.4117882,3.2941651,3.5167441,3.1831293,3.5621371,3.6771302,3.539202,3.7760031,3.9889688,4.0720897,3.9700303,3.9894137,4.4570184,11.703245,12.659218,13.412285,14.001863,14.455143,15.283218,15.91125,16.730122,17.623877,17.983229,18.208487,18.441727,19.257139,19.690624,19.430086,3.1936328,3.5054948,3.7896547,4.0884652,4.3342133,4.8517609,5.3764167,5.7370667,6.0742784,6.3580217,6.5933137,6.7766094,6.8005815,6.9595518,7.2706723,5.7410522,6.0426612,6.3388557,6.706305,6.9242826,6.9955082,6.9563174,7.0273409,7.0866661,6.718832,6.7304015,6.8119025,6.9741526,7.0449829,7.1482224,2.8818171,3.268997,3.5328937,3.6541622,3.9363909,4.2881684,4.6009688,4.749126,4.970068,5.159924,5.3381019,5.4807925,5.6238742,5.6235533,5.6190772,1.5721487,2.0549071,2.4651766,2.9953918,3.4231219,3.9277468,4.4568667,5.1019177,5.5135684,6.2211709,6.6032181,6.5912313,6.5196834,6.6205392,6.7071915,1.3473662,1.5517936,1.6339871,1.6706083,1.7106842,1.8460467,1.8998272,2.0078356,1.918873,2.0966184,2.0695963,2.1368549,2.2559631,2.4378698,2.4945667,2.105387,2.2410853,2.3787668,2.567286,2.6186447,2.6246185,2.7950184,2.9437087,3.1306345,3.1383152,3.0896697,3.2966125,3.3776994,3.4965622,3.6676903,6.6045361,7.1231694,7.6701946,8.200098,8.7704363,9.298974,9.9817562,10.731323,11.380858,11.814629,12.225222,12.276163,12.369221,12.496169,12.626688,1.990461,2.2446406,2.4785571,2.8414474,3.0763435,3.2349601,3.4906681,3.5247047,3.9390087,4.0648332,3.7694585,4.2859001,4.3707318,4.5356655,4.7097197,10.48639,11.041852,11.359343,11.44127,12.006499,12.52532,13.199809,13.594034,14.009958,14.085168,14.051606,14.338526,14.660254,15.019433,15.155053,4.0012236,4.2014713,4.3407593,4.5868282,4.8430324,5.1248746,5.3079505,5.4531517,5.6954088,5.8685985,6.0021,6.063725,6.0599689,6.2480888,6.3213205,3.3593323,3.5889938,3.9192731,4.2930732,4.6165609,5.0013204,5.3415394,5.5017977,5.8827257,6.1303563,6.2498698,6.3576808,6.4028134,6.4715533,6.5570989,2.0890439,2.4010561,2.6619565,2.8727143,3.2462072,3.5984726,3.9692647,4.4288588,4.7327132,4.9925566,5.3102913,5.3002863,5.343205,5.4138308,5.3701782,0.73045689,0.83397543,0.91967565,0.96375728,0.95537055,1.0504959,1.1667873,1.2425425,1.2893661,1.3799657,1.3747731,1.5892532,1.7790921,1.9522047,1.974036,7.2711339,7.9189501,8.5105972,8.6210222,9.1420765,9.1517448,9.170208,9.2370262,9.4097328,9.6958351,10.104139,10.681615,11.285908,11.708881,12.039921,4.5935545,4.8447976,5.0676913,5.459816,5.8280253,6.1797476,6.4440079,6.9256954,7.3741565,7.8802438,8.2513018,8.1352634,8.1547556,8.3051538,8.3632994,1.3552234,1.618929,1.8345072,1.9979864,2.0390692,2.4529028,2.500962,2.5974026,2.6882541,2.9461021,3.1392868,3.0998421,3.268626,3.27284,3.5091796,1.2215403,1.5235577,1.7601542,2.1220531,2.3129773,2.8245146,3.2806244,3.390846,3.8146667,3.9145555,4.092505,4.2277589,4.3389192,4.3785701,4.6507521,3.6275842,4.06633,4.3544888,4.5449252,4.7376289,5.0698032,5.3579326,5.5021248,5.8139305,5.9764504,6.1220989,6.1885462,6.1367688,6.2490902,6.3028207,0.59581178,0.72834474,0.91395068,1.1456909,1.2101209,1.4543051,1.6487916,1.6742889,1.9560639,2.056807,2.1637642,2.2063739,2.1424348,2.2516556,2.4067748,2.1225426,2.2419286,2.5251014,2.6088831,3.0381641,3.1979122,3.3861523,3.6294494,3.7830632,3.9633915,4.0977168,4.1523275,4.1584764,4.2032013,4.2095847,3.1735394,3.4530215,3.6153755,3.787868,4.0322247,4.2953038,4.5287509,4.8050852,5.0833969,5.3049564,5.4988537,5.5204878,5.6944089,5.7669253,5.9028115,3.0103788,3.2917626,3.5872779,3.8869071,4.0517464,4.2235518,4.3441138,4.8051624,4.9771981,5.153183,5.3750305,5.6721864,5.6150923,5.6007848,5.6645522,6.6697202,7.3479095,7.6795826,8.0912304,8.3870201,8.7607574,9.1184683,9.5027189,9.951745,10.212148,10.379684,10.609885,10.687575,10.879889,11.105268,2.8383858,3.229346,3.5448682,3.7652295,4.1296215,4.6231914,4.9024057,5.0980816,5.4643517,5.7953887,5.9174008,5.9670429,6.10356,6.1620822,6.3632383,4.9126763,5.2633705,5.5953031,6.0120163,6.3496599,6.722446,7.0212731,7.4333286,7.6958113,8.0348015,8.1488476,8.0627117,8.0842476,8.193552,8.2192802,3.0893691,3.3446047,3.630466,3.8198299,4.0180988,4.3181009,4.5234509,4.8280454,5.1265287,5.3416996,5.5605984,5.6458449,5.7389073,5.8987236,5.9398179,4.1482277,4.483057,4.7715888,5.1968136,5.4590702,5.8576746,6.3150434,6.7125773,7.102766,7.4594765,7.7185326,7.8068047,7.8459964,7.9801707,8.1479721,1.8061018,1.9537936,2.0712097,2.2815044,2.4701662,2.7162731,2.8016095,3.0178721,3.1320279,3.382129,3.5929294,3.6604915,3.7691767,3.8832772,4.0248284,10.824674,11.42319,11.863598,12.560513,13.17616,13.937135,14.406451,14.840339,15.685026,16.210178,16.403841,16.896276,17.513027,17.942596,18.411186,1.1796128,1.3332961,1.4019747,1.5151515,1.6380397,1.7854691,1.9615935,1.9725816,2.054137,2.1039298,2.2603879,2.3707905,2.5540276,2.7211075,2.8671427,2.1237509,2.3587961,2.560957,2.6792402,2.8428664,2.9967251,3.1359296,3.2916174,3.41289,3.5010581,3.5910554,3.7108698,3.763885,3.8469787,3.9040723,1.8691797,1.9878151,2.0963197,2.2037899,2.250284,2.3416007,2.4318256,2.4809363,2.6159661,2.6253636,2.709552,2.6953721,2.7009687,2.7904181,2.8891523,6.5210075,6.8053274,7.1501827,7.2924147,7.7029595,8.1171961,8.4978094,8.7091074,9.2024956,9.4864292,9.687356,9.9459295,9.9804144,9.9050598,10.109619,1.4876159,1.9186493,2.3704269,2.4926131,2.7190332,2.9339671,3.1987145,3.3070412,3.5971742,4.0120578,3.8961966,4.1574402,4.4151049,4.753747,4.7039056,1.0130541,1.2762078,1.4828885,1.6260432,1.7950488,1.9702362,2.1926339,2.3985527,2.5074518,2.7091198,2.9914789,2.8629794,3.0108182,3.046273,3.1766241,3.6354825,3.7926066,4.0850058,4.4198895,4.4998837,4.9065423,5.1163864,5.5429349,5.444521,5.6218448,5.5693908,6.0165977,6.7923613,6.6357651,6.7022829,6.2378058,6.8858662,7.4055328,7.7985911,8.1616621,8.6256104,8.9608126,9.5020075,9.9464054,10.282422,10.480401,10.591535,10.680259,10.74437,10.858443,4.566834,4.9189658,5.0140729,5.0715423,5.3787346,5.5351639,5.7320414,6.0726118,6.3654757,6.5939894,6.6833973,6.7525754,6.9540319,7.0004702,7.3003345,5.5313163,5.9678545,6.4165449,6.8253355,7.2495313,7.6582203,8.126647,8.6086168,9.0927877,9.4785795,9.8027611,9.8504953,9.8793163,9.9206228,9.9651651,1.5818812,1.8587731,2.0366597,2.2569358,2.2429633,2.7613602,3.0175986,3.0061765,3.073173,3.2730567,3.5210929,3.4357529,3.6285036,3.9178281,3.9161391,2.2709017,2.5903306,2.5757127,2.6572909,2.9418354,2.9176927,3.1116123,3.3090467,3.5263159,3.4862664,3.3242464,3.9771411,4.2777386,4.673264,4.9928331,1.4776832,1.6692129,1.9026252,1.9824814,2.1922686,2.4100022,2.5550809,2.7806828,2.9423468,3.1238906,3.426657,3.432694,3.4620557,3.4536171,3.4378099,4.9714909,5.5102077,6.0233583,6.3615346,7.0636311,7.5720668,8.120204,8.6176453,9.0184307,9.5044422,9.9359674,10.181572,10.529571,10.765909,11.004642,3.4569178,3.8669147,4.1352935,4.2504106,4.3092747,4.5592036,4.8416533,5.0474148,5.3147135,5.330792,5.4425793,5.5105138,5.6785846,5.7153625,5.8472137,6.0848169,6.3840389,6.6451283,6.9921384,7.3430524,7.7551284,8.1339893,8.5149221,8.9021187,9.2333632,9.5256824,9.5836916,9.7383776,9.932972,10.113768,6.5368609,6.7893691,7.3487997,7.5467148,7.7579498,8.2705965,8.2838364,8.8370867,9.3839111,9.6283913,9.7046194,10.004959,10.297783,10.445525,10.736017,2.6958578,3.114284,3.438735,3.589221,3.5585179,3.840739,4.0080833,4.3277779,4.545959,4.8352013,4.338541,4.5369687,4.6153846,4.6767302,4.8618221,0.2715283,0.23603463,0.31885213,0.2835156,0.53366178,0.54054058,0.76077765,0.88907707,0.85360652,0.98924732,1.0230179,0.86805558,1.0358222,1.0561893,1.3565069,0.54738283,0.62030405,0.66483468,0.66077328,0.69630426,0.97574079,0.97244734,1.0581533,1.0338261,1.0609357,1.3198336,1.2513504,1.4616432,1.6596394,1.6819572,0.79216474,0.73934472,0.72840792,0.91933572,0.92810839,0.93402517,0.98375314,1.1222506,1.102386,1.0288999,1.421092,1.4934289,1.96513,2.4492753,2.6699736,0.34246576,0.34207526,0.35128805,0.36585367,0.63131315,0.5174644,0.13495277,0.26246721,0.390625,0.50251257,1.7971758,0.47675803,0.98146129,1.230425,1.7582419,0.49115914,0.57183707,0.64374542,0.67756665,0.83707023,0.94736844,0.98069263,1.1512134,1.2244898,1.2832551,1.4763014,1.4762417,1.6408386,1.7556912,1.9852611,0.68048251,0.70558053,0.84224164,1.1330527,1.2771392,1.674327,1.986755,2.3934426,2.2799242,2.5183296,1.9365079,3.0283711,4.080997,4.6302052,4.8088779,0.35778174,0.36646816,0.46794572,0.7590133,1.0091302,1.0773751,1.2151899,1.3450595,1.577287,1.5800204,1.8292682,1.9521717,2.1749191,2.4496937,2.1029084,0.67592829,0.80860227,0.85384727,0.92933446,0.98850858,1.0137815,1.0811167,1.213326,1.3409085,1.2680662,1.2379693,1.3587478,1.5649945,1.7123675,1.9155777,1.2501819,1.3495857,1.4765692,1.5507592,1.6156521,1.6725723,1.7138934,1.7839452,1.8178668,2.058537,2.1167543,2.0631552,2.2322533,2.3514769,2.421746,0.64435667,0.70272571,0.62770563,0.59432095,0.62836623,0.68430656,0.59495479,0.6163708,0.5738523,0.60377359,0.80180413,0.75891727,1.0400813,1.0080124,1.1664075,1.3539317,1.4077072,1.4614151,1.5970962,1.6004317,1.9650655,1.6608231,1.9216557,1.8661641,1.8599355,1.7192519,2.1446195,2.4576108,3.211009,3.4159672,0.61864781,0.68933827,0.63868612,0.77590144,0.96418738,0.99243855,1.2001921,1.2248898,1.2858555,1.4356436,1.2955854,1.7281644,2.5078368,3.2829375,3.9110746,0.74895978,0.72585148,0.73280722,0.79410094,0.90037763,0.96434832,0.96153849,1.0207057,1.0086455,0.99629945,1.977401,1.7590618,2.3624024,3.0455637,3.590786,0.6199854,0.59634733,0.79125845,0.82831329,1.0223399,1.3793104,1.7002769,1.7978426,2.0242915,2.0894275,2.3969722,2.4245002,2.7379949,3.1341412,2.9983108,1.1622502,1.1406845,1.0956903,1.068323,1.1125158,0.99346405,0.93383139,0.98901105,0.91973245,0.9248879,0.8757062,0.87968212,0.9477312,1.1490952,1.0806074,0.21396096,0.21984063,0.19569471,0.34139404,0.42686397,0.58922559,0.58906031,0.6857143,0.75669384,0.84362757,0.62705284,0.92482102,1.2385727,1.1869437,1.2195121,1.0443864,1.0204082,1.0410959,1.2749445,1.3785181,1.4628438,1.8562874,1.9161677,1.939394,2.112251,1.7793593,2.2857141,2.2739878,2.696753,2.7899344,2.0599506,2.197752,2.3849928,2.5043271,2.6494312,2.5844603,2.6573865,2.7663457,2.8393383,2.9510808,3.0347359,3.1014149,3.4943655,3.7325914,3.9196153,0.59964728,0.61085159,0.5557614,0.59835452,0.53313023,0.38476336,0.31758636,0.28248587,0.28688523,0.29178825,0.67057836,0.50955415,0.6418485,1.1382799,1.0178117,0.40263543,0.41587901,0.42340261,0.38789761,0.43461081,0.39698297,0.32560033,0.37037036,0.37406483,0.37190083,0.37205458,0.33726814,0.33970276,0.74203408,0.86505187,0.2224694,0.22573364,0.22718666,0.23157082,0.49770293,0.38654813,0.42685294,0.43581617,0.48406619,0.48367596,0.81037271,0.63366336,1.1350293,1.9887428,2.1084337,0.58737153,0.64102566,0.77190274,0.92095166,1.4274691,1.8429488,2.0326824,2.4081633,2.4803638,2.8380635,1.923077,2.9844644,3.8603697,4.1220112,3.7541256,0.55662596,0.56010342,0.58721185,0.56830603,0.70298773,0.67461205,0.71149874,0.74074072,0.78236133,0.79671657,0.79961234,0.94775212,0.85428369,0.99562889,1.1432742,0.69565219,0.67294753,0.72430962,0.649652,0.70555031,0.57859212,0.69375622,0.64260995,0.60000002,0.5583756,0.80280983,0.65989846,0.82644624,0.87855297,0.92307693,0.402482,0.44414076,0.65766704,0.71316755,0.88198978,0.96982753,1.0895225,1.2290503,1.363212,1.451703,1.1860638,1.8052516,2.214916,2.4431624,2.7371955,0.82766777,0.77635115,0.82017004,0.82191777,1.0651629,1.0519605,1.1038961,1.1800405,1.2710409,1.3028169,1.0409188,1.5562794,1.6684803,1.8538713,2.0267825,1.0136316,1.027094,1.0892481,1.3896313,1.5327036,1.7304666,1.9207263,2.1335168,2.2173324,2.2081506,2.213562,2.9365647,3.6265531,4.8872585,6.894043,0.86206895,0.8854335,0.80874318,0.96724558,0.96110862,1.1230856,1.0607961,1.0781977,1.1370033,1.207675,1.1908737,1.5416805,2.0059752,2.2276182,2.3364973,0.37222287,0.42144698,0.55060917,0.64698273,0.78226858,1.0160172,1.095198,1.1854868,1.350211,1.3945173,1.3179767,1.6716065,1.775635,2.1721454,2.4877324,0.65135008,0.81931353,0.9168486,1.0040878,1.1075201,1.1768845,1.1887302,1.2542759,1.3560084,1.4125651,1.460145,1.7132553,1.8650595,2.4331403,2.6648343,1.3132076,1.373585,1.840676,2.1104624,2.3977642,2.6315789,3.0764723,3.0610785,3.4391165,3.7236187,3.6208458,4.1949415,4.8049426,5.6328979,6.4211712,0.16282225,0.13974287,0.23242301,0.23536335,0.46975926,0.76832151,0.85600734,0.96213531,1.0075567,1.0223641,1.0243278,1.2393999,1.3627515,2.1138213,2.3011179,0.63383716,0.70387131,0.81259525,0.77160496,0.88311684,0.94389093,0.9125067,0.91152817,0.92592591,0.867679,1.3043478,1.2452626,1.7438693,2.2495983,2.5974026,3.2246799,3.0802293,2.9816234,3.0532486,3.1280909,2.8188598,2.7356794,2.7290707,2.7509394,2.4166329,2.3719676,2.6412027,2.6167195,2.9034059,3.5769391,0.6012454,0.58568329,0.58990604,0.68720907,0.76404494,0.81855386,0.77378243,0.91575098,0.86916739,0.97020102,1.1014227,1.0961407,1.9066846,1.418919,1.4363885,0.52495629,0.57519877,0.62770379,0.79619217,0.80342329,0.89033854,0.9470703,1.0600706,1.0669932,1.1299435,1.3245033,1.5900599,2.0157452,2.4240327,2.6159027,0.81480217,0.76857388,0.80728269,0.85601777,0.89779001,1.0225303,1.1188811,1.0752689,1.1802008,1.1592103,0.97534043,1.3658177,1.4066496,1.5846994,1.8576421,0.73105043,0.74480593,0.70148093,0.79051387,0.91378623,0.91306072,0.88035214,0.99378878,1.0054462,0.98684204,0.52482843,1.4434643,1.606583,1.9885278,2.3273854,0.68538946,0.90785295,0.99299735,1.0275333,1.0944932,1.2365654,1.3990159,1.4766793,1.6557496,1.6503894,1.6032311,1.9365547,2.256891,2.459821,2.7628689,0.80538875,0.79457647,0.7090643,0.80912101,0.79876882,0.8124131,0.83669722,0.93574095,0.96041906,0.97115523,1.0296746,1.2438163,1.587191,1.9243892,1.8673755,0.73580134,0.7175926,0.73268729,0.84910232,0.96059114,1.1948305,1.1664641,1.1584915,1.2066365,1.2817227,1.0249672,1.709177,2.6194143,2.8129032,2.9576747,0.35252643,0.36563072,0.37476575,0.51150894,0.59880245,1.0114633,0.76655054,0.92460883,1.2583271,1.1119348,1.6055045,1.142422,1.0997643,1.594533,1.2849584,1.608579,1.4866204,1.4439549,1.644979,1.5452539,1.6160626,1.7357763,1.6121153,1.694499,1.7900338,1.9956721,2.5864096,2.8702641,3.8383837,4.120018,0.13157895,0.13351135,0.40160641,0.53763443,0.81967211,0.81967211,0.80645156,1.2658228,1.6438355,1.5320334,1.9283748,1.6574585,2.6246719,2.6315789,3.1290743,1.0449413,1.2447764,1.237491,1.3998485,1.3265895,1.4997133,1.5634607,1.6353124,1.6,1.6984781,1.9037045,2.4915557,3.3901453,4.1867671,5.0606756,0.17873101,0.18298261,0.18709074,0.28395647,0.37950665,0.67404908,0.93780851,0.90680104,1.0204082,0.98445594,0.90634441,1.230315,1.2030076,1.1734694,1.2800819,0.93206006,0.99242979,1.0731708,1.1618646,1.2278631,1.3250047,1.3829032,1.5089097,1.6913319,1.7135514,1.6485078,1.8,1.7828202,2.0403333,2.1583073,0.17494752,0.14419611,0.18450184,0.19025874,0.19584802,0.28248587,0.37375417,0.38793102,0.44762757,0.44722721,1.0671409,0.74203408,0.90556276,0.91743118,0.78328979,2.1828909,2.141917,2.3180399,2.4119635,2.3823776,2.440784,2.2669413,2.4044242,2.4028442,2.4375229,2.4808691,2.609344,2.7774334,3.0624695,3.2122037,5.5852356,5.5226336,5.8150301,6.3737936,6.5669088,6.8476677,7.2689333,7.5209155,8.2064447,8.6645823,8.248353,9.3834991,10.091412,10.899748,11.168902,1.9289927,2.099715,2.2895343,2.503803,2.5872464,2.6400359,2.7795966,2.7994578,2.9691496,3.0176208,3.0921361,3.5761464,3.9963987,4.7623253,5.0865741,0.29562473,0.30699959,0.33375052,0.34086066,0.45405409,0.48330402,0.45413259,0.4632847,0.49376911,0.4759638,0.45195055,0.61640584,0.82121074,0.88368756,1.0277247,0.94392288,1.1116778,1.3077196,1.4057345,1.5260596,1.5915387,1.7244806,1.7423468,1.7918577,1.8744271,1.9865201,2.6597271,3.2122803,4.4653425,5.2226963,0.63696599,0.75575906,0.7477442,0.76838249,0.71660548,0.73977983,0.82124758,0.82696748,0.78086871,0.84210521,0.86865145,0.89789909,0.84291452,0.86378503,0.84980798,1.4283215,1.5305512,1.6181648,1.6756968,1.8085486,1.9745277,2.0146933,2.1111913,2.2205987,2.3254287,2.3746529,2.5112538,2.5671942,2.6802008,2.755883,0.64568967,0.71537292,0.69778496,0.7736395,0.79088777,0.81247175,0.79464978,0.82922459,0.92525089,0.94737828,0.96937531,1.0077883,1.1157444,1.1652423,1.211265,2.2316341,2.3591995,2.5044601,2.5909007,2.6771102,2.8985367,2.9548564,3.1598732,3.2486792,3.4060483,3.4299855,3.52229,3.6013484,3.7463658,3.8834755,1.046146,1.1476737,1.2018738,1.206386,1.225684,1.3328131,1.4072887,1.4164925,1.4609735,1.5583893,1.6056817,1.7155057,1.7512106,1.8012432,1.9004358,0.63006103,0.72826582,0.74657726,0.84147191,0.85343552,0.99207211,1.0253291,1.0266002,1.1046852,1.174015,1.1667646,1.2222004,1.2882833,1.3701614,1.4861625,0.38904405,0.46208209,0.45665997,0.47565475,0.51252115,0.54840964,0.54775858,0.5707795,0.59554267,0.62891299,0.66553849,0.73931348,0.74671876,0.82414031,0.89751351,0.43461919,0.45986134,0.48422799,0.53203636,0.54324353,0.55931705,0.57292372,0.55742866,0.60669833,0.61466253,0.61974722,0.68047005,0.72073692,0.77074337,0.85757065,1.4566485,1.6742951,1.905076,2.1144416,2.4240239,2.6846709,2.9953096,3.2650225,3.5416648,3.7773468,4.0129671,4.1061697,4.170959,4.2761326,4.4134479,0.54764134,0.56973171,0.60331827,0.62404096,0.61439735,0.68342608,0.74752253,0.76732504,0.7276113,0.77463084,0.77777779,0.8721534,1.0355806,1.1551913,1.2478287,0.69335663,0.79391503,0.87830955,0.87320733,0.93516994,0.95726413,1.0520265,1.0441847,1.1549065,1.1051782,1.1867583,1.211346,1.3441812,1.4549695,1.5507447,1.179074,1.2906545,1.4857327,1.6253051,1.743528,1.9431691,2.1262832,2.2978065,2.4554532,2.641629,2.7808933,2.8266551,2.9104984,2.9998536,3.0949137,0.87435377,0.94859463,1.0403913,1.1271591,1.1757734,1.2539184,1.3100324,1.3450238,1.403842,1.458944,1.4822575,1.5879968,1.6311822,1.6806597,1.7335815,0.65572155,0.80927974,0.85765803,0.99151516,1.0780374,1.1633751,1.3929739,1.3458287,1.352682,1.3979914,1.3856428,1.4266969,1.5247109,1.6109016,1.6714422,1.1575396,1.1825447,1.1944517,1.1756756,1.2058539,1.240618,1.2473444,1.2862679,1.2611898,1.262645,1.2782931,1.3256887,1.3735309,1.4230773,1.4972017,0.59089422,0.62474644,0.65950632,0.66777515,0.63333422,0.6798169,0.72578269,0.7288081,0.75771928,0.75383699,0.7701695,0.88030559,0.87993264,0.8735882,0.90516305,0.76238066,0.87894613,0.9055348,0.9231841,0.94809502,1.0343465,1.1067317,1.1022987,1.1153507,1.2089889,1.2168901,1.2679863,1.2632219,1.4080554,1.458564,3.424526,3.5242167,3.6461725,3.7701969,3.9061003,4.0140924,4.150239,4.3304853,4.4963951,4.6547222,4.8114238,4.9581828,5.1073713,5.259789,5.4104762,0.85380274,0.91884768,0.99413329,1.0095882,1.0444059,1.0657895,1.1183826,1.1623518,1.1774933,1.2265991,1.2177163,1.2226843,1.3505276,1.414319,1.5129751,7.2780719,7.3119426,7.5057888,7.6768084,7.7872939,7.9976439,8.1115599,8.3889275,8.6777067,8.714798,8.6599846,9.0583048,9.389164,9.4418373,9.5769243,1.0093147,1.2710079,1.4757632,1.6504536,1.7467526,1.8189377,1.9095311,1.975945,2.0833833,2.1110172,2.1289587,2.1916165,2.2834806,2.3417511,2.4091485,2.0863147,2.2545013,2.3374217,2.4201441,2.5472033,2.7436917,2.9059017,3.0076737,3.1802304,3.2898746,3.4176722,3.5797191,3.6540072,3.8687818,4.0508833,0.8090052,0.96241432,1.1047119,1.2171423,1.3014977,1.4141051,1.4815078,1.5701641,1.6330044,1.6954746,1.7594688,1.8244386,1.8896196,1.9550428,2.0567431,1.2177576,1.3740728,1.4028904,1.5008788,1.601686,1.543823,1.6255078,1.7365435,1.7614895,1.8424418,1.797335,1.7890511,1.7304158,1.7743449,1.8891599,2.3147931,2.5515773,2.7926147,3.0435975,3.3125591,3.5638268,3.8390608,4.0939555,4.3255115,4.579854,4.8089156,4.8524284,4.9166312,4.9909482,5.0969677,5.7761731,5.9451256,6.1147251,6.4926186,6.5432353,6.7743669,7.0071287,7.1285048,7.4216924,7.6075516,7.785512,8.0294724,8.0991964,8.2044621,8.1848278,0.61470133,0.67704809,0.69169647,0.65283805,0.6510039,0.77759492,0.84068936,0.87161446,0.85814756,0.87500399,0.91099983,1.0392461,1.1128054,1.2144822,1.2398602,0.58785468,0.66718435,0.71979994,0.7652458,0.82923901,0.88341486,0.94523597,0.97288305,1.0354445,1.0594354,1.0898424,1.1480713,1.2028681,1.267898,1.3390152,1.2405577,1.3672541,1.5098623,1.6476767,1.7479188,1.8563207,1.9024391,1.9967936,2.0884988,2.1164055,2.1880512,2.3267326,2.4387276,2.5917675,2.6909995,0.62005246,0.65589815,0.69527459,0.76571542,0.75430244,0.76806045,0.83497536,0.85613483,0.86003911,0.9094975,0.93422925,0.91075599,0.92150855,0.9669764,1.0282451,1.1487648,1.2786567,1.4042696,1.5289545,1.6808882,1.8134094,1.9778535,2.1445096,2.3083367,2.4514148,2.5848486,2.6465011,2.7193773,2.7924976,2.9002943,3.0846455,3.240149,3.2981257,3.4150276,3.5372355,3.7833798,3.9815552,4.130528,4.3072438,4.4407983,4.497705,4.6565232,4.832202,4.9198313,5.0277028,0.77616423,0.85661197,0.92441207,0.92659712,0.97761452,1.0912046,1.0989699,1.1919582,1.2080746,1.3111699,1.275534,1.3795921,1.4286618,1.4834645,1.5570444,0.37214583,0.37351227,0.37731102,0.41244844,0.45408675,0.44005784,0.4474414,0.44651279,0.47931382,0.5044136,0.5110088,0.67075872,0.73838317,0.83152103,0.88006675,5.3775234,5.5067973,5.4912601,5.6993213,5.6938028,5.8626986,6.1599946,6.2397542,6.3773098,6.6202955,6.4642019,6.6718631,6.9889216,7.2191753,7.2757916,0.52414739,0.56181133,0.5757699,0.57962102,0.63812935,0.66097242,0.69556034,0.72072077,0.73226547,0.7595576,0.7967121,0.71609485,0.76470727,0.83452773,0.86512816,0.4387517,0.45339522,0.48511499,0.4857232,0.46612802,0.5919196,0.62893081,0.61526954,0.66904396,0.66421419,0.68768299,0.73282444,0.78842276,0.86692071,0.90940762,0.74777848,0.77377212,0.77578753,0.7540887,0.72274595,0.72063416,0.74113035,0.76985604,0.71617216,0.78533411,0.77391344,0.86728847,0.90035743,0.9059841,0.93376863,3.6167822,3.9181483,4.1724386,4.3671908,4.5308361,4.9121695,5.0405068,5.2591286,5.3558655,5.4908457,5.6170917,5.8157148,5.919476,5.9276247,6.0765104,0.60368341,0.72849709,0.7337271,0.76642334,0.74489021,0.73401117,0.77863282,0.78143859,0.77192134,0.80024165,0.82060844,0.88087124,0.92691082,0.94718885,0.9425329,0.62175041,0.72833812,0.76640522,0.79726017,0.84013706,0.9094609,0.95957881,1.0112103,1.0544515,1.1198144,1.1606861,1.1599547,1.2101613,1.2883679,1.3278584,0.67745715,0.73927158,0.85318482,0.82296616,0.86559188,0.99418497,1.0693651,1.0995438,1.1317691,1.2188083,1.22975,1.3114327,1.3551518,1.3906697,1.4062577,1.7156819,1.8831706,2.0575464,2.2554042,2.4171638,2.6334631,2.811532,2.973398,3.0969448,3.2497804,3.4263215,3.5547819,3.6875703,3.8640273,3.9769654,0.56879348,0.61970466,0.66454315,0.61900091,0.67236084,0.60823357,0.66084909,0.69006181,0.74233717,0.73723012,0.76627123,0.75504971,0.83067703,0.84775871,0.86686897,0.75888091,0.80889994,0.85765123,0.95489639,0.99121499,1.0851535,1.1724478,1.2378753,1.3281193,1.3492011,1.4121091,1.4996322,1.5477532,1.6229432,1.7047701,0.72633958,0.77183038,0.80062485,0.92310357,0.91032934,0.94646811,0.99995637,1.0443298,1.1211103,1.1377701,1.2313066,1.2539459,1.2850133,1.3615768,1.4041179,6.9878459,7.0780573,7.2061887,7.3146558,7.3930683,7.5167952,7.6438389,7.859776,8.1096945,8.263402,8.4319401,8.5915661,8.8021955,9.0060787,9.2959261,4.5897593,4.6977611,4.8663702,5.011261,5.1460924,5.2902336,5.4428573,5.6255922,5.8000627,5.9760103,6.1238866,6.2822437,6.4015136,6.553597,6.6863775,0.73101592,0.86446738,0.88803375,0.94914258,1.0383736,1.1261261,1.22059,1.3304398,1.327526,1.4255069,1.4385674,1.5071993,1.4947962,1.6397614,1.6910577,2.9964528,3.1206908,3.2446899,3.3699381,3.5192635,3.7520893,3.920979,4.1239991,4.3208652,4.5232244,4.6615753,4.859622,5.0193982,5.1650281,5.3493814,1.0932183,1.2470524,1.3310571,1.4448864,1.5325266,1.6985618,1.8222926,1.9146601,2.0586476,2.2211528,2.283325,2.2707121,2.3476658,2.3472114,2.4621615,0.92981261,1.0002397,1.0704626,1.1326993,1.1867671,1.2585404,1.3156165,1.4332691,1.503552,1.5848515,1.6084175,1.6938014,1.7567396,1.8320575,1.8907382,0.61664057,0.60123706,0.58356577,0.63990444,0.59984684,0.52145159,0.51301622,0.49127564,0.51839894,0.46697521,0.50115812,0.52311844,0.47871214,0.48562303,0.50587326,1.1487792,1.1612239,1.1923708,1.1997747,1.2154858,1.2497864,1.302876,1.3469737,1.3724343,1.4294456,1.4880004,1.5094709,1.6184715,1.6481899,1.7837071,0.7261526,0.775428,0.86263168,0.91989607,1.0399405,1.0692765,1.1026385,1.1054538,1.172508,1.2533406,1.3605176,1.350563,1.4370909,1.4745555,1.5312109,0.40864748,0.4037863,0.41983208,0.43195108,0.45656058,0.34798902,0.36442167,0.36550698,0.39102003,0.38665038,0.39067855,0.44840002,0.48716894,0.45264387,0.45665261,1.2798064,1.3714682,1.4666377,1.5684867,1.6903365,1.782701,1.8878996,1.9975327,2.0953608,2.1978576,2.3072221,2.369313,2.4613767,2.5255644,2.5959833,0.40819058,0.40155268,0.41563314,0.44002932,0.4428288,0.5389064,0.54644805,0.56672156,0.60911018,0.61036289,0.68552417,0.70254505,0.67517883,0.74931425,0.81800979,0.57523656,0.67205131,0.70702469,0.73380268,0.81116825,0.94832367,0.96351385,1.0304261,1.0723399,1.1258487,1.0576841,1.1889414,1.2983298,1.3525879,1.3660735,0.50748241,0.57318753,0.55955046,0.5970639,0.60288119,0.64063668,0.65215117,0.67606091,0.7010271,0.76242441,0.76153332,0.82687753,0.85591513,0.89337778,0.98899305,0.42529058,0.43299416,0.42351592,0.43597496,0.42502788,0.34482759,0.34209087,0.34213766,0.36170068,0.34814662,0.40992004,0.39455783,0.47331595,0.48073623,0.64686656,3.8040161,3.9180789,3.902118,3.8786325,3.851891,3.9371591,4.0849166,4.0825138,4.2522984,4.1977925,4.1299148,4.4646735,4.6542006,4.695178,4.9279313,3.031949,3.2353959,3.2044861,3.3992057,3.4691713,3.7354872,3.8991292,4.0739799,4.1942043,4.2321582,3.8608856,4.3247423,4.4714184,4.5264916,4.4956832,0.45455879,0.48872727,0.47936702,0.4893544,0.49263892,0.50774378,0.52497888,0.51992583,0.53941911,0.51116788,0.53524876,0.62374079,0.66372293,0.6891377,0.74631023,0.63058627,0.66101182,0.73390245,0.78679568,0.86335611,0.92721981,0.9298628,0.96831632,1.0293268,1.0917702,1.0626669,1.1661339,1.2047337,1.3254186,1.3261244,0.55980927,0.59697199,0.60914791,0.65468186,0.58043408,0.68553656,0.71003848,0.72962123,0.71619791,0.70783502,0.72145545,0.77197152,0.78624076,0.85659903,0.91950774,0.72522688,0.8075335,0.835343,0.89372724,0.94913703,1.0382996,1.1053855,1.1492447,1.2029916,1.2417352,1.3130012,1.4175504,1.4781834,1.538433,1.616174,0.42707819,0.48553985,0.48371568,0.49718571,0.52800786,0.54245728,0.53222668,0.53570169,0.54816341,0.54450309,0.60922134,0.61418337,0.64984709,0.6954937,0.72493434,4.3856115,4.357336,4.5001874,4.6607976,4.6136098,4.9083281,5.0659842,5.2428637,5.3239069,5.4419799,5.3011837,5.5623403,5.6628056,5.7670875,5.8615446,0.93051773,0.92599094,0.97224277,1.0575784,1.0742111,1.153268,1.2027465,1.2362691,1.3050234,1.3406965,1.4253848,1.5055737,1.5685154,1.6693522,1.7463129,0.58361793,0.62703139,0.66161931,0.6945926,0.71892732,0.79936785,0.80898756,0.91062915,0.94496298,0.96324265,0.96683317,1.0540558,1.1180974,1.129001,1.1748687,7.0229082,7.2603092,7.3952646,7.5003238,7.7587595,7.9382524,8.0038872,8.2977381,8.4793415,8.691165,8.8055582,9.0553579,9.2301588,9.458313,9.5593624,0.60377932,0.66637897,0.70691144,0.73711646,0.74947298,0.84567416,0.90566522,0.94573152,0.99831933,1.1017023,1.13199,1.1750154,1.2022135,1.2011166,1.2608955,3.3812385,3.3918049,3.5427783,3.7599559,3.8422318,3.9383326,4.0884228,4.1735759,4.3392367,4.3851171,4.3627119,4.4779558,4.68262,4.7461214,4.8895984,0.83126545,0.97201103,0.99443197,1.0950253,1.1190588,1.1295979,1.1100022,1.1484457,1.2617786,1.2979411,1.4076235,1.372756,1.4798982,1.5471997,1.5957664,0.92795396,0.98782116,1.0430735,1.0957712,1.1474448,1.2341444,1.3121377,1.3972728,1.4875073,1.5411605,1.6082233,1.678636,1.7363602,1.8232388,1.89065,0.8893314,0.95968443,1.0360346,1.1150793,1.1988177,1.2720424,1.3625014,1.4378761,1.506308,1.5538565,1.618273,1.6847072,1.7749708,1.8417727,1.9117213,0.80031306,0.86253464,0.91107672,0.95568365,0.98706388,1.0338372,1.1018341,1.1666107,1.2573577,1.2944294,1.3527932,1.4319078,1.5270083,1.5815368,1.6574506,0.7161451,0.81691647,0.9287622,1.0596099,1.2117209,1.3284788,1.4435738,1.5727859,1.6959217,1.788646,1.9331763,2.0460882,2.1610577,2.2570007,2.4371052,0.75233442,0.90996057,0.94905442,1.0388447,1.0781554,1.1075141,1.1360596,1.1702,1.2525562,1.2297772,1.2597824,1.2896302,1.4006662,1.4735068,1.5154618,1.5627637,1.6751614,1.7901592,1.765228,1.845031,2.0537179,2.0618908,2.2993627,2.3628547,2.4818885,2.3938949,2.6207571,2.6707988,2.733181,2.8162577,0.46783626,0.46274871,0.48179874,0.4600302,0.45837089,0.48616305,0.5179047,0.50862449,0.4980672,0.52694076,0.49198657,0.61935675,0.71023798,0.74503309,0.75017053,1.0308195,1.14268,1.2577717,1.4029322,1.5150553,1.7099831,1.8461846,1.9770241,2.0993099,2.2094295,2.2674396,2.3127468,2.3816411,2.4360275,2.5304756,0.51282054,0.56327271,0.58750278,0.61823797,0.63091981,0.63632149,0.6619969,0.70679325,0.75918764,0.76491094,0.83491403,0.83495778,0.91206163,1.016237,1.0952723,0.75043881,0.86393666,0.92559725,0.95518583,1.0667609,1.1293715,1.257625,1.3552319,1.4257046,1.4870667,1.5955634,1.5994139,1.6538765,1.7031018,1.7936445,2.6709867,2.8015864,2.9287198,3.0604084,3.1199152,3.2273128,3.2531717,3.4906051,3.6660836,3.5546772,3.6152925,3.836535,3.9656963,3.9382691,4.0755467,3.3589385,3.4061947,3.4826438,3.6653478,3.8260479,3.9407208,4.0383277,4.2774472,4.2913589,4.3633957,4.5345893,4.7737646,4.9587226,5.1231837,5.3050356,1.4588976,1.5842367,1.6394161,1.6698807,1.7674783,1.9062227,2.0194466,2.0382111,2.1067045,2.1418476,2.0490353,2.2860675,2.4515445,2.5457616,2.6694138,3.1429794,3.478508,3.8738186,4.061553,4.0854139,4.3998723,4.5509791,4.7974935,5.4103642,5.5345464,5.2779732,5.5222621,5.8226256,6.1381416,6.3603125,2.9111841,3.0170233,3.172718,3.3464904,3.3707864,3.3999298,3.5999291,3.6489856,3.5955858,3.8675022,3.7725825,4.715476,4.8698425,5.0137362,5.0060415,1.4182343,1.6068326,1.7635156,1.8678881,1.9720918,2.3158045,2.5262258,2.4932711,2.6933897,2.7693396,3.1630855,3.309006,3.4349506,3.3541002,3.5456381,10.982359,12.391727,13.085278,13.193083,14.36256,15.406715,15.759884,16.962843,17.840971,19.705143,19.536366,20.390764,21.26478,21.906658,22.3965,5.541791,6.2797813,6.8364611,7.2521992,6.8030143,7.4565301,8.2884226,10.674903,11.767542,11.712638,11.914932,12.380184,13.014528,13.671693,14.170143,6.9654651,8.6445656,9.5299807,10.030368,14.922212,16.935747,18.746344,20.582848,22.37291,23.671822,23.988972,8.4733534,8.7669287,9.3255787,9.1855297,2.6417878,2.9198675,3.2862201,3.5936661,3.961781,4.1922264,4.305594,4.4832716,4.6679368,4.9451733,5.0453329,5.1395588,5.3221607,5.4494801,5.5739479,6.2988982,6.6516161,7.0432076,7.6480546,7.9029522,8.1740971,8.6086569,8.7104397,9.503005,10.098782,10.082589,10.569517,10.796508,11.31346,11.613101,3.8773661,4.1342807,4.4291692,4.6517353,4.8136854,5.1716142,5.5153775,6.1111941,6.2844982,6.5591149,6.7947378,7.163187,7.4499855,7.8724051,8.0546503,2.7773509,3.0447695,3.384002,3.5198674,3.7128394,4.1629663,4.4152489,4.6326909,5.0159879,5.2803612,5.3798666,5.6059408,6.0813341,6.5359206,6.7068667,4.1937375,4.5511541,4.8710604,5.1354785,5.3333936,5.6310678,5.7890458,5.941246,6.2466192,6.2526889,6.3196077,6.3651981,6.4832926,6.5953097,6.6726012,1.6052201,1.8397626,1.9468216,2.0609086,2.1776092,2.4337444,2.526674,2.6890204,2.7527792,2.7963245,3.1198685,3.2285583,3.3368506,3.5662107,3.823549,15.411727,15.686275,15.579958,16.44224,16.143332,17.547892,17.651632,19.209486,20.212332,20.16032,19.182516,20.032246,20.467836,20.16337,21.459789,4.0764284,4.4636245,4.7671876,4.9730735,5.2061019,5.526175,5.8889728,6.2209778,6.477572,6.7624292,7.0484052,7.2878294,7.5473256,7.8179307,7.9533219,2.1467798,2.2129784,2.2673833,2.1603374,2.2278912,2.2636254,2.4157996,2.4309199,2.6631854,2.9017107,2.8934009,3.1861093,3.1662717,3.6065574,3.8601351,8.4600544,8.7863598,9.2742462,9.4862194,9.6517239,10.014338,10.064893,10.292469,10.51008,10.866014,11.246889,11.805952,12.094717,12.468425,12.693151,4.8540754,5.2311053,5.2698011,5.1362352,5.2515378,5.0078249,5.0576892,5.6528664,5.4176803,5.6157956,5.4829865,6.4510889,6.8999186,6.8892508,7.2629347,1.1990891,1.4626219,1.4953779,1.7643865,1.8386593,2.1415143,2.2713528,2.2699959,2.3004694,2.4473648,2.7265491,2.8253884,2.825511,3.1107171,3.2859986,1.9168383,2.1086648,2.3287551,2.473052,2.5175772,2.6641068,2.7525778,2.8627071,2.965837,3.0790248,3.1340454,3.406357,3.5715294,3.6816583,3.7561741,9.0884676,9.4848318,9.7802505,10.158879,10.709687,11.4469,12.031512,12.589164,13.141409,13.700337,13.89323,14.841129,15.614374,16.290178,16.828337,1.716611,1.9863851,2.1912036,2.3787339,2.4616647,2.5536575,2.7517011,2.9426119,2.9694281,2.9692419,3.0511742,3.0647266,3.2380447,3.344692,3.5248988,2.6941028,3.0139935,3.0428166,3.3470984,3.2657418,3.708523,4.0467429,4.2060084,4.4542961,4.7379456,4.802495,5.8613443,5.4127479,5.8031092,6.4874692,2.6172838,3.2373183,3.5482259,3.8451872,4.1770887,4.5443134,5.2591071,5.1481667,5.490972,6.0576687,5.9460759,6.7557535,7.2709413,7.1653352,7.3141193,4.138875,4.4798269,5.0690842,5.3748035,5.8511286,6.3251863,6.7633352,7.232645,7.8188462,8.5715714,8.9011784,9.5361252,10.032135,10.663868,11.326357,3.4008365,3.732337,3.9840488,4.2891974,4.4206071,4.7251654,5.145143,5.496551,5.950089,6.2613301,6.1626682,6.5536642,6.9076777,7.4683638,7.7839522,2.8901479,3.2013259,3.3603907,3.5831378,3.6996284,3.9386063,4.1873093,4.5100236,4.6008406,4.6485806,4.616909,4.789341,5.1111946,5.1906919,5.4678659,1.8529353,1.8624926,2.0686886,2.1664305,2.4013364,2.5780759,2.8417652,3.0218,3.2405396,3.5905442,3.5730038,3.7175541,4.0816326,3.8989809,4.3816729,7.4619455,8.1778078,8.2412052,8.8354092,8.920577,9.2239399,9.4246025,9.6915588,9.8709679,10.409693,9.1040697,9.998374,10.315233,10.705003,11.140022,23.04401,23.437996,24.057686,23.86059,23.876022,23.501524,24.768438,24.708376,25.362576,25.620413,25.594833,25.536993,25.567011,26.544067,27.14032,5.8241448,7.4041815,8.3885851,9.6424389,10.793651,11.914401,12.787071,14.082907,14.89712,16.666668,16.653105,18.635384,19.139143,19.462563,20.625,1.4977154,1.7387618,1.9735727,2.1579738,2.3744743,2.4804928,2.700949,2.9006526,3.0110934,3.1866584,3.4025874,3.5871618,3.5050907,3.9115646,4.2520175,2.5024812,2.7928514,3.0596046,3.0831878,3.0893118,3.1997058,3.3605947,3.4854341,3.6500707,3.6556001,3.9289787,4.0565901,4.3717828,4.6007133,4.7653532,15.747224,16.389641,16.948351,17.696938,18.100435,18.598764,19.429211,19.810139,20.205086,20.429615,20.746527,21.710976,21.973709,22.282505,22.808237,7.0574336,7.8193007,7.9168582,7.9503679,7.833179,7.5119538,8.2112808,7.5176196,7.6466918,8.3269444,8.2854929,8.8705921,8.6544533,9.0564842,9.8042336,2.4807527,2.8462636,2.7589498,2.9925897,3.2985945,3.5087719,3.744514,3.8686335,3.9268475,3.9767485,3.9056811,4.0187845,4.4076128,4.4585986,4.646337,4.2665887,4.370975,4.7854719,4.9595675,5.2150183,5.5929761,5.8632627,6.0997396,6.1236801,6.5044641,6.383986,6.8251266,7.018888,7.176414,7.4093604,6.9650307,7.4119339,8.1061687,8.6142321,8.85186,9.694232,10.785398,11.560694,12.042311,13.307832,13.309878,13.531397,14.167611,14.572306,14.959057,6.7738457,7.081758,7.089366,7.5865531,7.4860902,7.8252134,8.4153337,8.6450796,8.7728519,8.9782953,8.8702841,9.5162144,9.8704634,10.311263,10.783997,1.5476972,1.6922064,1.7471737,1.9927028,2.1369507,2.3156724,2.5458906,2.5747125,2.6292014,2.6624832,2.6216555,2.9869545,3.0975876,3.2360644,3.4032152,3.8562284,4.2463245,4.6315269,5.0065031,5.2506013,5.6743541,5.9420023,6.2171044,6.535882,6.6894717,6.8626285,6.821394,6.7656832,6.7681084,6.6813893,1.5020992,1.8361976,1.9575857,2.1884181,2.2174904,2.1962376,2.3982537,2.4527292,2.441412,2.4039733,2.5392845,2.6077328,2.7124193,2.9607182,3.1420567,2.8792651,3.0758576,3.2258062,3.4547076,3.6493499,3.8985233,4.2363734,4.5493298,4.7167449,5.0685863,5.2571483,5.2968612,5.4378934,5.5054965,5.604733,7.0133696,7.269402,7.7071071,8.3221178,8.7571878,9.5097723,10.090149,10.365327,11.182865,11.884368,11.639483,12.663754,13.230223,14.09755,14.6309,4.8594909,5.170249,5.1617026,5.3654475,5.8126068,5.8835168,6.0313826,6.4459505,6.6118946,6.818047,6.9969749,7.1574874,7.3481889,7.5854325,7.5515242,3.0947945,3.3997171,3.5752337,3.7382901,3.9961538,4.1372046,4.2653174,4.3860178,4.5149794,4.6845646,4.7091413,4.8577271,5.1375432,5.3095741,5.5762081,1.2762454,1.4549381,1.5548282,1.5371259,1.5257437,1.592243,1.6725799,1.7842823,1.8243786,1.9295635,2.2153149,2.112884,2.3586745,2.4870517,2.485213,4.0339704,4.5676565,4.5508666,4.9400997,5.4964299,5.5427566,6.0679288,6.7113199,6.7864804,7.2118564,7.0743403,8.1747799,8.5669575,8.9678507,9.3838615,8.6180716,9.5797186,9.9787683,10.42074,11.011379,11.74588,12.456632,13.102234,13.538302,13.889599,13.816328,14.699219,15.272453,15.764071,16.110178,1.8743654,2.1009493,2.1523435,2.3827825,2.4433651,2.5334005,2.5731168,2.6276221,2.7278938,2.6622539,2.6814911,2.9018507,3.1205914,3.2106616,3.2064621,3.1473532,3.4281659,3.5846822,3.9505785,4.2267962,4.2490044,4.44136,4.4346752,4.648509,4.6586404,4.8764243,5.2028222,5.3488884,5.6723609,5.6763811,2.6895041,2.9728639,3.3115067,3.489507,3.7921026,3.9581125,4.2654166,4.5208859,4.7737331,5.0582228,5.2003937,5.4180923,5.5787115,5.698626,5.8215213,1.8006148,1.8188146,1.9099351,2.1025999,2.0392158,2.2654004,2.4515791,2.5828969,2.3662996,2.7132456,2.6924076,2.7263286,2.9621265,3.0896165,3.2988973,1.2283851,1.2838668,1.3445697,1.5737826,1.6370307,1.8001125,1.9897245,2.1446476,2.1690767,2.2840962,2.5399544,2.6271186,2.8244851,2.8964863,2.7814822,1.6383753,1.8468544,1.8955741,2.0987241,2.0377359,2.3847644,2.4716268,2.554044,2.6315789,2.9188027,3.1877406,3.3425503,3.8392711,3.9918535,4.1167789,8.7905293,9.3999128,10.064817,10.695242,11.315811,12.000017,12.589961,13.209459,13.80174,14.516403,15.162415,15.497971,15.770015,16.047842,16.36002,1.9432176,2.2010198,2.3109562,2.4564583,2.5823665,2.6232655,2.8661289,3.0137541,3.2225296,3.2900519,3.3502717,3.5589602,3.5060709,3.6681442,3.6819379,2.1153457,2.3127778,2.5124409,2.5744307,2.6180408,2.7085357,2.7589316,2.8949878,2.9787054,2.8812311,2.9315,2.9360037,3.0991607,3.2397947,3.3218927,3.1613176,3.6553998,4.1181874,3.9944608,4.0116816,4.1157556,4.3674746,4.4295797,4.5857148,4.6545181,4.8349094,4.8493776,4.9318724,4.9626255,5.2738214,1.1508032,1.3111627,1.4912909,1.5230557,1.6075422,1.6782373,1.8466165,1.9204142,1.9091629,2.1257322,2.1656511,2.4961278,2.496659,2.7432179,2.8464739,2.179956,2.3327441,2.588109,2.7379346,2.9552627,3.1097579,3.34027,3.4369774,3.6173332,3.7458203,3.9394174,4.0259075,4.1307368,4.3746305,4.5426812,2.137238,2.4328492,2.7815082,2.9124889,2.9957528,3.091507,3.3592827,3.5306911,3.707371,3.8311503,3.9843853,4.1378098,4.3895626,4.5760674,4.6370378,2.2988505,2.5268168,2.7856507,3.0329833,3.1655128,3.3459041,3.5946517,3.7364826,3.8242431,3.9723198,4.1633391,4.1994753,4.4457884,4.6732893,4.9614921,2.3474035,2.6531968,2.9532564,3.0996563,3.2338381,3.5011299,3.713661,3.9549913,4.0071564,4.0346656,4.1791177,4.3937554,4.576643,4.8067331,4.9344029,1.6411755,1.9116508,1.8786252,1.8492672,1.9529207,2.0596778,2.2741241,2.4415765,2.3840599,2.3587351,2.4537756,2.9930658,3.0108676,3.1875,3.2979872,2.6561589,3.2393522,3.2078962,3.6887786,3.6275697,3.7813883,4.0153527,4.246655,4.2170367,4.2323651,4.2180223,5.5482516,6.1623907,6.3801384,7.1504235,1.8141575,2.1808431,2.5614088,2.6692371,2.9581757,3.1165564,3.274801,3.4213972,3.5495958,3.6522403,3.7235022,3.8753061,4.0137978,4.1322126,4.235383,2.2353082,2.4798739,2.6976366,2.8433127,2.9232693,3.0388296,3.0963714,3.2121453,3.4328122,3.5630014,3.6363635,3.8879519,4.1728821,4.6011305,4.5745978,2.041496,2.3430345,2.5954006,2.641273,2.7961991,2.896589,3.129849,3.3108759,3.3950984,3.4614291,3.4384425,3.5839221,3.6593304,3.7203784,3.8354576,3.9706838,4.2340407,4.4773331,4.7442951,5.01614,5.2033796,5.3263111,5.6996107,5.9382582,6.1407623,6.2021861,6.4152279,6.5731988,6.8462381,7.0560207,30.028271,31.060415,32.466808,33.242592,34.64175,35.820282,36.976398,38.441166,39.531197,40.972775,41.764622,43.704578,44.904888,45.500816,45.72781,17.757111,18.309248,18.22192,18.813906,19.750809,19.860586,20.729092,20.868093,21.462032,22.018463,21.805643,23.368816,23.914719,24.576714,24.970446,6.0546556,6.5197153,7.0363865,7.5176897,7.9337268,8.4248657,9.0072584,9.6264515,10.067288,10.648634,11.084243,11.261358,11.39678,11.625404,11.87828,2.4969242,2.7110479,2.8599265,3.0405185,3.289809,3.56269,3.9083579,4.1848073,4.3838291,4.6532583,4.8616886,4.8928304,5.164094,5.3356237,5.6776705,2.6415172,2.9511013,3.1469245,3.5058365,3.7063494,3.8887184,4.2526817,4.4905872,4.6326103,4.7621861,5.099422,5.2579479,5.4155955,5.5188193,5.6516638,4.5055232,5.1135364,5.132082,5.5694394,5.7400465,6.0117564,6.4174399,6.7935958,7.227253,7.7246227,7.6770806,8.4150743,8.9832697,9.3712721,9.6802073,2.4533098,2.8484576,3.0238309,3.3222589,3.5615492,3.8138037,3.8362575,4.049808,4.4415798,4.5934772,4.6088128,4.8944669,5.197011,5.9222221,6.4766841,4.8763289,5.4179149,5.9138622,6.0180707,6.4219699,6.9867172,7.6624789,8.1849642,9.2892647,9.8939753,10.445668,10.364578,10.851436,11.541729,12.003723,2.3333733,2.5333974,2.6441133,2.6974008,2.7224681,2.9031456,2.9638374,3.0980854,3.3899353,3.3775039,3.2863266,3.7175417,3.646713,3.6713178,3.8614602,4.7075515,4.8820882,5.0035534,5.1903586,5.2552123,5.39639,5.6810279,5.8732891,6.0510993,6.3157277,6.4925508,6.5597215,6.7456417,6.8922625,7.0544124,4.9922915,5.3947663,5.7412071,5.987524,6.2435703,6.5428548,6.7574849,7.0151143,7.3162975,7.5290375,7.8001337,7.9155579,8.0109234,8.1108246,8.3393326,4.4853768,4.9536738,5.0846024,5.4588342,5.7473822,6.1628356,6.5513754,6.817318,7.1961985,7.5110898,7.7906661,7.8419781,7.9324284,8.0208139,8.1389446,2.5370126,2.7174406,2.908833,3.0655622,3.2776237,3.4032583,3.6298356,3.8365576,3.911886,4.079443,4.1991768,4.2974601,4.4591165,4.580153,4.6617365,3.413552,3.5825696,3.8499825,4.0255489,4.2399697,4.5580568,4.7224483,4.9542732,5.2794738,5.3932371,5.4882984,5.6118064,5.7649102,5.8826351,6.1622729,5.6380439,5.668612,5.8749175,5.8168011,6.1037641,6.2847896,6.602685,6.8338065,7.4366145,7.3003268,6.9881134,7.1570196,7.2926254,7.4824371,7.3720231,3.6293945,4.0329413,4.216506,4.1965389,4.6144261,4.7516484,4.985415,4.989531,5.4158258,5.6264267,5.6274343,5.8388634,5.9675317,6.317965,6.5034809,3.7806909,4.0912333,4.4567933,4.9746695,5.2849965,5.8185773,6.2977133,6.7999711,7.1993365,7.3443704,7.4512014,7.5460835,7.5697532,7.655035,7.8158193,3.283077,3.3770211,3.5182066,3.6798472,3.7781947,4.0015197,4.2115922,4.3546896,4.478363,4.6154704,4.7724781,4.7952423,4.991272,5.1736879,5.3412213,1.8343816,1.8937402,2.3441663,2.6878769,2.7419355,3.4353192,3.8167939,4.0198236,4.1357374,4.7413793,4.7033672,5.7465367,5.7128153,6.1308603,6.6008315,2.0870225,2.2405975,2.3258941,2.3420773,2.1847606,2.2871838,2.522718,2.5457549,2.6016705,2.7917745,2.8425851,3.1840258,3.427089,3.5070829,3.4770515,4.1378407,4.2317448,4.0582442,3.994565,3.7199125,3.7720151,3.8978863,3.9443154,3.7966104,4.0769644,4.0951481,4.1220336,4.6389618,4.5346727,4.888268,25.101412,25.484138,25.694883,26.201445,26.570675,26.981258,27.599058,27.923483,28.607161,29.220985,29.526525,29.91396,30.306381,30.517134,30.839241,6.7490025,7.1390109,7.6056218,8.0105143,8.3861904,8.7349319,9.1512661,9.6544352,10.086895,10.450764,10.722395,11.143723,11.424085,11.766459,12.052762,17.773243,18.027782,18.399277,18.815556,19.322483,19.401609,19.466679,19.976213,20.004568,19.719282,19.257038,19.469149,19.551149,19.585695,19.642778,4.2860346,4.4707789,4.6685195,4.8845506,5.1562166,5.4475574,5.7315474,5.9183326,6.1561618,6.2686024,6.3376284,6.5185561,6.6903405,6.8673959,7.0138507,7.8249984,8.1635199,8.4536238,8.6742439,8.840086,9.0705233,9.3190937,9.822217,10.040161,10.278363,10.446906,10.911146,11.154487,11.689712,11.927655,5.4523425,5.7044311,5.8096251,5.898654,5.9134107,6.2450385,6.285275,6.5736041,6.90868,6.999114,6.8216467,7.1347394,7.6004624,7.6883779,7.9816394,4.6514287,4.9391265,5.1586843,5.4457526,5.7157559,6.0033174,6.3707986,6.6925912,7.0019188,7.2216048,7.4935436,7.6572871,7.8260622,8.0365534,8.2746181,4.7995129,5.2720389,5.6223178,6.0219264,6.2370481,6.6068316,6.8945065,7.2011881,7.7120767,7.8518777,7.9298215,8.1933966,8.3069792,8.3731184,8.5931101,4.4059405,4.6907597,5.0544658,5.332202,5.5796404,6.0897789,6.5021129,6.9130092,7.3464556,7.6490722,7.8769999,7.9924159,8.0973988,8.2432833,8.3978233,25.779963,26.582518,27.010015,27.805969,28.486401,29.028234,29.591413,30.218872,30.382294,31.133854,31.287718,32.225792,32.491505,32.645397,32.936836,17.220078,17.917582,18.665245,19.440126,20.171032,20.856806,21.612318,22.42543,23.228048,23.813217,24.366331,24.679455,25.014299,25.334095,25.663059,24.583902,25.482204,26.252981,26.932934,27.450111,28.256586,29.126125,29.942072,30.349028,30.823275,30.891407,32.142536,33.00098,33.9678,35.003586,7.5939989,7.9962373,8.3564253,8.6540327,8.9764557,9.3299074,9.646122,10.059917,10.382488,10.659167,10.94644,10.921679,10.960759,11.085601,11.167275,8.8615885,9.2521076,9.375536,9.6695356,9.8424187,10.356492,10.870514,11.145609,11.520459,11.825073,12.148099,12.33973,12.62486,12.899314,12.986164,4.8932848,5.0865798,5.048213,5.688282,5.1724138,5.1847439,5.5885849,5.66258,5.7953873,5.5972304,5.3551297,5.7159352,6.5242491,6.6043248,6.4042301,5.1375089,5.6036782,6.1649451,6.7982903,6.8321228,7.323617,7.7662959,7.7447214,8.3137846,8.7533264,9.1509991,9.3694687,9.5627117,9.9881697,10.335724,16.239679,17.135904,17.76438,18.504532,19.340347,20.061005,20.792334,21.49349,22.262646,23.085413,23.84495,24.473757,24.814152,25.232611,25.67712,2.4289849,2.5992692,2.9584832,2.9910188,3.2350183,3.3150964,3.4741859,3.7327316,3.7804735,3.7607505,4.02388,4.1256232,4.2023315,4.3619561,4.5001559,1.731302,1.8278966,1.9880716,1.9406393,1.9568053,2.0503125,2.1068032,2.0627542,2.1884058,2.3316064,2.2911627,2.3581533,2.4511962,2.6617646,2.9338419,9.342618,9.505209,10.080594,10.671969,11.30705,11.922771,12.82338,13.651793,14.266564,14.57908,14.889576,15.768835,16.054182,16.38784,17.03846,11.254744,11.843768,12.28196,12.682361,13.210762,13.636448,14.088279,14.590973,15.033104,15.404833,15.791997,15.860409,16.011293,16.141497,16.286419,5.1099615,5.2561545,5.0847454,4.8153033,4.8879838,4.5968881,4.4912281,4.7216349,4.3602576,4.3940468,4.9655175,4.3723555,4.7050562,4.8201437,5.3206997,10.702129,11.206416,11.735149,12.10237,12.490078,12.911819,13.215949,13.750196,14.099266,14.415036,14.739765,15.005715,15.159516,15.424692,15.682072,3.6683905,3.895627,4.247663,4.4270864,4.5837617,4.8536596,5.1451964,5.3909378,5.627573,5.8843279,6.0462136,6.2376423,6.3196549,6.4673729,6.620688,0.89805734,0.96312845,1.0281476,1.0977257,1.1697505,1.2143794,1.2747701,1.3527398,1.4216208,1.4992993,1.5770895,1.6547512,1.7460665,1.834231,1.9167068,0.42480767,0.46973148,0.48085633,0.48851982,0.48736766,0.49715307,0.50406969,0.52974445,0.52434242,0.58738428,0.55491799,0.57092088,0.61571312,0.65917933,0.69726563,0.72740734,0.78264791,0.83353436,0.86186016,0.89288241,0.93810773,1.0008137,1.0658628,1.1136013,1.1429477,1.2083229,1.2789434,1.3167245,1.3776518,1.438543,0.52074993,0.58258671,0.6312573,0.65446079,0.68233359,0.75466383,0.8582142,0.83786005,0.89107335,0.90200251,0.89521015,0.94706166,0.99643552,1.0811361,1.1034144,9.8311024,10.264725,10.779413,11.359973,12.010551,12.788527,13.593425,14.355059,15.121022,15.835415,16.42564,17.040815,17.669933,18.200571,18.773771,0.51713043,0.5907948,0.62523997,0.67450315,0.70836675,0.77014124,0.84408122,0.9059568,0.94876957,0.97907382,1.0044793,1.0220768,1.0597173,1.1168588,1.1577895,0.6342023,0.73144245,0.74778301,0.82868499,0.86077005,0.93278503,0.98484242,1.0009142,1.1264803,1.1230735,1.144435,1.3135767,1.3544701,1.4408344,1.4641739,2.3697805,2.5144181,2.6945255,2.8657398,3.0976126,3.2751799,3.5032218,3.7166686,3.9542947,4.1416926,4.3138623,4.4638309,4.574461,4.7463489,4.8748178,0.58356833,0.65823567,0.69660056,0.72915322,0.779154,0.82385445,0.87177986,0.90758985,0.99960035,1.0456154,1.0713955,1.1203663,1.2014543,1.2893133,1.3445216,0.88950545,0.97414219,0.99245149,1.0635867,1.1238385,1.1525769,1.2368834,1.2857665,1.3619457,1.3947263,1.4355601,1.5120912,1.5621026,1.5032233,1.5421641,0.57335579,0.57872337,0.58874458,0.54366887,0.56007224,0.44190758,0.41190785,0.41714069,0.36637101,0.37211123,0.61023623,0.62086922,0.62651581,0.69558102,0.75235111,1.4573095,1.6234531,1.8756268,1.9867001,2.1803701,2.4375381,2.6764917,2.9095883,3.1302447,3.2498007,3.2750688,3.5928698,3.7382026,3.8786643,4.1044431,1.7636892,1.8870804,1.972717,2.041616,2.0819757,2.1210227,2.1871259,2.2461839,2.3297834,2.3946111,2.4122963,2.5216808,2.6058946,2.7444017,2.836257,3.7514098,3.9474044,4.1744633,4.4408946,4.6724792,4.9829335,5.2519426,5.5798965,5.9136515,6.2427087,6.5528603,6.6968164,6.8459883,6.9804406,7.1072741,0.41212413,0.45009264,0.49733138,0.46981326,0.48631167,0.52400023,0.57614177,0.58912349,0.61206788,0.63475466,0.60636431,0.67460817,0.67471594,0.72482324,0.73551792,0.58827049,0.78084522,0.93940312,1.1089271,1.2213554,1.3273687,1.6662422,1.9949611,2.1076343,2.2894242,2.3638458,2.4643958,2.6356797,2.8795588,2.909055,0.5378896,0.63249439,0.6919778,0.76554024,0.79786533,0.87979597,0.90885621,0.98818809,1.0242587,1.0851206,1.1445322,1.1991197,1.2302506,1.3403951,1.4299816,1.0041291,1.1633332,1.2724261,1.3322872,1.4065537,1.5320058,1.668134,1.8112878,1.9116213,1.9875036,1.9994649,2.1948304,2.3241563,2.5001118,2.5922441,0.59464484,0.6514622,0.69753754,0.70453888,0.73927879,0.80042928,0.86484307,0.88448131,0.90987718,0.91864699,0.96326292,1.0396686,1.1075878,1.1704671,1.2233365,1.3524632,1.5156658,1.643214,1.791649,1.9604474,2.1185436,2.2937379,2.4156384,2.5307207,2.6540122,2.7609482,2.8884144,3.1113732,3.2438641,3.4167852,4.1582146,4.3093071,4.5537648,4.814445,5.1082382,5.4386759,5.7630844,6.0780096,6.4556608,6.7992063,7.0307956,7.3495364,7.6089697,7.9500346,8.3046045,1.5384309,1.6620142,1.7806638,1.921715,2.0770323,2.2202179,2.3876593,2.5465117,2.6993451,2.8611667,2.9768844,3.0994053,3.2533445,3.3855691,3.5485837,0.40533212,0.44280869,0.4620347,0.46274602,0.46697208,0.45529431,0.53323638,0.48426887,0.53531873,0.54644805,0.57770801,0.60996699,0.67024976,0.75420064,0.75195217,2.1972699,2.2669048,2.3782096,2.4972069,2.5962341,2.679908,2.8334453,2.9399834,3.1354287,3.2940488,3.420192,3.5490687,3.6801436,3.7580724,3.9059141,0.38120556,0.434964,0.47784442,0.49444273,0.5491519,0.62198573,0.65101123,0.67209381,0.72183442,0.77700984,0.8083784,0.86659956,0.93807662,1.0064152,1.066627,1.2348138,1.7180207,2.2214322,2.6738873,2.69696,4.3940263,5.0937629,5.0985088,5.2342706,5.4284606,5.1528955,5.5828376,5.7172694,5.7923207,5.9614105,1.778874,1.9915164,2.2113972,2.4277041,2.6985016,3.0339675,3.33448,3.6564484,3.8767071,4.1321926,4.3247862,4.5412712,4.7237134,4.8718305,4.978065,0.36373812,0.39433843,0.43505719,0.52025527,0.51136756,0.59834939,0.65923607,0.63758391,0.78523493,0.82276773,0.84837061,0.95412099,0.96192926,1.0760012,1.1905576,0.87457812,0.90929419,0.97017157,0.96487266,0.94769913,1.0701904,1.0777286,1.0896255,1.1491017,1.1682364,1.231884,1.2544243,1.2765957,1.3280879,1.4230921,1.1486191,1.1887529,1.2296247,1.2730092,1.2841232,1.422298,1.4425182,1.4737349,1.5527883,1.570943,1.589929,1.686538,1.7442113,1.7908107,1.7863773,0.52726829,0.60718089,0.64398146,0.70960087,0.76257002,0.85398823,0.89048201,0.9376412,0.98753476,1.0356162,1.1086475,1.2115395,1.2852917,1.3249912,1.3396276,0.40983605,0.47541848,0.4834421,0.51386786,0.54163545,0.53359205,0.58469206,0.56247932,0.62306672,0.66558695,0.60577923,0.66539079,0.73799914,0.74520624,0.79804522,1.6280087,1.7779136,1.8418435,1.8434753,1.9985695,2.0845494,2.1653461,2.2444096,2.2491705,2.4603853,2.3921697,2.6529138,2.722017,2.8732848,3.1444006,1.3962507,1.625825,1.8586659,2.1868167,2.5191045,2.9353995,3.32322,3.8231864,4.2075462,4.6409326,5.0054345,5.2823877,5.5856805,5.9127336,6.2796092,5.7285123,5.9270258,6.2218037,6.4711957,6.7617459,7.1033835,7.423511,7.757792,8.0627871,8.4192677,8.6958523,9.0198059,9.3442707,9.5640068,9.8323793,0.55422175,0.59839505,0.63552552,0.71187669,0.74423593,0.81193864,0.84337872,0.88471526,0.96625203,1.0165114,1.0707061,1.0606027,1.1043506,1.1856422,1.2235353,5.0029507,5.2689452,5.6163616,5.9689498,6.3845835,6.7830458,7.3163314,7.7775731,8.1710672,8.9726906,9.3194599,9.8785725,10.573461,11.064325,11.518694,10.312196,10.872141,11.586058,12.418996,13.262178,14.163651,15.273431,16.399687,17.373522,18.172602,18.852861,19.813717,20.469641,20.939695,21.657558,1.1827174,1.4396918,1.7389321,2.1711442,2.6781723,3.3252473,3.9853301,4.7660198,5.534914,6.2518916,6.6840196,7.4132891,8.2172861,8.5864,9.1899786,0.66749549,0.73488605,0.79598457,0.8483761,0.91764128,1.0150601,1.0873375,1.155985,1.2139789,1.2784177,1.371585,1.4901841,1.5914553,1.6518587,2.0256989,1.0557839,1.1245388,1.2197539,1.2383281,1.3637792,1.369181,1.4940531,1.5506868,1.6462971,1.7299374,1.7783006,1.8310609,2.0279801,1.9997666,2.0768943,0.6713196,0.7408582,0.77672505,0.80213678,0.81015509,0.87356865,0.90498888,0.9677912,1.0171603,1.0674908,1.1213301,1.1441944,1.2148371,1.2994781,1.3500701,0.56584698,0.65971851,0.67227972,0.78199047,0.76868266,0.86896521,0.94110042,1.0483127,1.0879829,1.1229695,1.1721597,1.2181829,1.2340671,1.2993964,1.3624154,6.6809816,7.3684573,8.1735907,8.9601173,9.6971188,10.416243,11.053667,11.784741,12.341615,12.882696,13.122734,13.611693,13.954883,14.205965,14.514894,2.0719121,2.2708957,2.4261935,2.6543162,2.9070449,3.1087976,3.3492467,3.5925977,3.8279381,4.0770893,4.3048391,4.3803496,4.4957337,4.6292019,4.7435241,0.95212042,1.0659232,1.1789219,1.2116892,1.23253,1.4189078,1.5126421,1.6733861,1.6252073,1.7726398,1.7554413,2.0524826,2.1688571,2.316915,2.643882,6.7722416,6.9604955,7.268075,7.5780077,8.0021601,8.4278297,8.9000378,9.3642149,9.8134165,10.257716,10.520596,10.947699,11.363226,11.683221,12.071079,1.0925618,1.1648402,1.295414,1.4609733,1.5593647,1.7286168,1.8657396,2.0676851,2.1763144,2.2738304,2.3790348,2.5619853,2.7846253,2.9063029,3.0212221,0.69212085,0.77390194,0.79278296,0.88429523,0.95135283,0.99684858,1.0904014,1.1352136,1.1613866,1.2076558,1.2783998,1.45648,1.5106467,1.6238397,1.6277486,8.5754766,8.8804379,9.2151918,9.6024771,10.056991,10.448191,10.872635,11.268532,11.630886,11.962021,12.334179,12.723517,13.073461,13.332297,13.671376,5.0495906,5.3031898,5.7334447,6.1057892,6.4195976,6.977778,7.445909,8.0827169,8.559206,8.8571377,8.9937029,9.3001423,9.5022631,9.8321304,10.153277,0.57385641,0.6227268,0.62387127,0.6935271,0.70293903,0.85966277,0.9083817,0.93436772,0.90471834,1.0182948,1.0306917,0.99696332,1.2031099,1.1543517,1.0917538,1.115378,1.2106587,1.3651189,1.4892552,1.6337937,1.7941704,2.0195265,2.2481754,2.4591987,2.6631527,2.753191,2.9427702,3.1935475,3.4500382,3.6600113,0.97861451,1.1355553,1.1757295,1.1560844,1.2772917,1.2822514,1.4455913,1.5294566,1.5197183,1.6510745,1.6310503,1.9112937,1.9173262,2.0659199,2.1810954,0.6647175,0.7067138,0.78371286,0.8488602,0.84002924,0.8783142,0.92980182,0.97082436,0.98438299,1.0471003,1.0911292,1.1552328,1.2229087,1.3132353,1.3551806,1.0947241,1.1018867,1.1377426,1.2017037,1.2358865,1.2590204,1.3411438,1.3639847,1.4391829,1.4265778,1.4194354,1.6581435,1.7046335,1.8305192,1.7992424,0.67439663,0.81444347,0.84885639,0.90898442,0.9410668,0.99030519,1.1089082,1.1498499,1.2049303,1.2388687,1.3009219,1.4374812,1.6198022,1.6849419,1.7379073,0.5204677,0.61933684,0.60041308,0.70544195,0.73339087,0.79607499,0.80296034,0.84842044,0.95171714,0.97326505,1.0498,1.2446371,1.2880975,1.3035382,1.3213556,3.9113932,4.1617179,4.2480884,4.3780208,4.5302281,4.5525289,4.7687278,4.8811488,5.0957675,5.1724524,5.2086115,5.3882513,5.6408548,5.5734406,5.7272649,0.51911855,0.58853406,0.63568646,0.65559286,0.65840983,0.7140817,0.76038808,0.78724557,0.81533033,0.83867341,0.92671824,0.93925881,1.0101383,1.0920957,1.0672299,0.3454113,0.42697763,0.43766209,0.46624392,0.51327723,0.57084656,0.61707807,0.65057307,0.67617613,0.73390549,0.76376086,0.83865523,0.90450549,0.92036521,0.97986245,0.57928753,0.63343161,0.68437845,0.73236895,0.78641772,0.86044437,0.9102295,0.97547257,1.0413048,1.1022735,1.1622369,1.2240896,1.3188701,1.4198978,1.5069053,1.6951277,1.887736,2.0463479,2.1414852,2.3551788,2.6503203,2.9962907,3.2498424,3.1146019,3.3871214,3.4483411,3.7100141,3.7989128,4.0336947,4.1702313,0.50667632,0.54109323,0.5814839,0.62854099,0.6545397,0.69056481,0.72457641,0.76381725,0.79878056,0.83173859,0.91202486,0.96416014,1.0249083,1.0397975,1.0788834,0.66695201,0.9033038,0.90678662,0.95818192,1.0604717,1.1647727,1.1704618,1.2762046,1.3642468,1.5176171,1.5424893,1.6221374,1.6644332,1.780447,1.8974522,2.9865992,3.223139,3.4406657,3.7026725,3.944664,4.273149,4.5617318,4.8402166,5.0954938,5.4020348,5.6403131,5.9145985,6.1594257,6.4153934,6.6986718,1.1302444,1.3034431,1.3963356,1.5099306,1.5896425,1.6896665,1.8197504,1.8835684,1.9913949,1.9890165,2.0881393,2.0944533,2.2347276,2.2982905,2.4609048,1.7055087,1.9499632,2.0574942,2.2157631,2.3836191,2.5480671,2.7106254,2.833776,2.948544,3.0935564,3.2823007,3.4983184,3.7490826,4.0083466,4.1816959,2.8296824,3.0132706,3.1959324,3.3148077,3.479166,3.5015841,3.7777517,3.8054559,4.0761166,4.1992378,4.2944045,4.6298413,4.8650475,5.1803737,5.4313021,13.498549,14.062701,14.687024,15.31748,15.783463,16.305702,16.830379,17.306194,17.837866,18.392666,18.854036,19.408587,19.861124,20.29561,20.816107,1.440985,1.5816633,1.6898357,1.7682006,1.8685527,1.998242,2.0740471,2.1931517,2.2775357,2.3752987,2.4439406,2.5726168,2.7554562,2.8550634,2.9636953,0.8273285,0.82795292,0.88176048,0.90853798,0.95673716,0.91556066,0.96433133,0.95940959,0.98447406,1.0033575,1.0854548,1.0993826,1.2055408,1.1932887,1.2316457,2.1297166,2.4158523,2.6207428,2.9347448,3.1879849,3.5510681,3.8695216,4.1914811,4.51828,4.7432475,4.9051785,5.0563602,5.1569753,5.2455482,5.3453026,1.617082,1.6966068,1.7635415,1.8301477,1.9006245,1.7602758,1.8746555,1.9653287,2.166065,2.1282606,2.1543813,2.6533997,2.6713357,2.8417192,2.9299493,1.1094141,1.3121666,1.4463817,1.6315415,1.7661736,2.0066452,2.2001467,2.4352357,2.6680036,2.859915,2.9545734,3.1018772,3.2142897,3.3460252,3.4734178,0.74340528,0.82629675,0.88228184,1.0402644,1.0660459,1.2041565,1.3177159,1.4113152,1.4778937,1.5790788,1.6490062,1.670133,1.8995758,1.8211278,1.8629452,1.3927933,1.3500812,1.4799154,1.5337555,1.5274152,1.6285652,1.7521629,1.7811037,1.783753,1.786741,1.9399028,2.1024909,2.2118533,2.2855594,2.4618189,6.8516674,7.3134208,7.794106,8.2306604,8.7771673,9.4955406,10.027647,10.688787,11.246236,11.729906,12.086705,11.796386,11.671962,11.409372,11.27297,2.780838,3.0829537,3.3407617,3.5815854,4.0220304,4.2791343,4.6369615,5.0268931,5.3898621,5.67416,6.0855899,6.008275,5.9804344,6.0039616,6.0970998,1.388889,1.5423828,1.8155601,1.9204389,2.0856562,2.2416513,2.4164424,2.3984272,2.7215817,2.8425465,2.9419544,3.203269,3.3375778,3.2093022,3.2015066,2.4492435,2.7233961,2.9882255,3.2532017,3.5820849,3.8623114,4.2284651,4.5451984,4.9107833,5.1358871,5.4025526,5.2361879,5.1522646,5.0750895,5.0534,2.0817111,2.2915881,2.4154139,2.5637667,2.6993773,2.8732426,3.1163459,3.253346,3.3575237,3.5576348,3.6969514,3.8378532,3.8533363,3.9741154,4.0882239,0.74650896,0.85427433,0.94475251,1.0347878,1.1030834,1.2225451,1.2973331,1.3113965,1.4706762,1.3941584,1.5802513,1.5343868,1.647275,1.7300509,1.8454975,2.2814662,2.4550636,2.5961583,2.7115877,2.8095968,2.8771837,3.0618806,3.242321,3.3096571,3.4221025,3.6044142,3.8010001,3.8289654,3.9095852,4.0729575,1.7185194,1.8943657,2.0426662,2.0117099,2.1830945,2.286761,2.2907257,2.4291971,2.5720429,2.5928681,2.5583792,2.6816385,2.8057575,2.9091549,2.8956566,1.4411027,1.7136598,1.7887321,1.943284,2.0609226,2.1870482,2.3492541,2.4841995,2.6657097,2.7557638,2.9218278,2.8141565,2.888011,2.925771,3.0177891,0.97448277,1.0580139,1.1092063,1.171361,1.233952,1.3170053,1.435169,1.5126517,1.5674757,1.6578124,1.729892,1.6823471,1.7829106,1.8922104,2.0038958,1.7590151,1.8035167,1.9870969,2.0840704,2.2246408,2.3656328,2.4192777,2.519645,2.4790249,2.6212401,2.7895393,2.5188124,2.5130889,2.533138,2.5288532,1.7921183,2.0084512,2.2499926,2.4702504,2.6859331,3.0520599,3.3969834,3.799753,4.0507531,4.3149147,4.4887834,4.5840836,4.6649952,4.7650852,4.8793306,2.0662167,2.6002429,2.8242929,3.3538024,3.7220652,4.0769587,4.1438684,4.4577813,4.6500335,5.0421724,5.2473488,5.5534782,5.5234985,5.5714121,5.7035947,1.0647813,1.1687982,1.243198,1.2843039,1.3183372,1.4503564,1.6255118,1.5344734,1.5001451,1.5445939,1.4901632,1.7427808,1.9077901,1.9436851,1.8916557,1.1020379,1.2003766,1.309063,1.440107,1.4985946,1.6528988,1.7759966,1.9004613,2.0550685,2.1826332,2.2649684,2.2796707,2.3541942,2.3915937,2.3879759,1.6458631,1.7799295,1.8738732,2.084368,2.2373936,2.3302701,2.5576303,2.8286078,3.0039096,3.1125245,3.1151197,3.0504529,2.9966464,3.0391767,3.1765115,3.8367343,4.2231326,4.662004,5.076324,5.4928517,5.8941145,6.385035,6.9974532,7.4791102,7.8615484,8.1246042,8.3026085,8.4745398,8.6069565,8.6852465,2.8776979,3.1783481,3.4225922,3.6975391,3.9104898,4.1815763,4.5057349,4.8623128,5.1015077,5.2673926,5.4000545,5.5943856,5.6608634,5.7186685,5.8135858,2.5346701,2.6432133,2.7942982,2.8165703,2.9802582,3.1834762,3.103677,3.1415825,3.3518763,3.5227542,3.4966033,3.6049478,3.8789983,3.8991611,3.9418273,2.6133857,2.9047143,3.295799,3.6179006,3.9960015,4.3653955,4.8130836,5.2252994,5.6398668,5.9046078,6.2152867,6.1683431,6.0716734,6.0207577,6.0239792,5.8443127,7.2108068,8.3404417,9.7146358,10.50522,11.311513,12.411854,13.321143,13.966978,14.591071,15.128915,14.728804,14.144609,13.656884,13.679263,1.6877637,1.8457568,2.0143726,2.2265353,2.4127042,2.7731566,2.8849466,3.1475246,3.293319,3.4705527,3.7234645,3.9473262,3.9908745,4.0302348,4.101541,1.5981549,1.9020081,2.1822951,2.4497743,2.6613808,3.0724857,3.3033795,3.7292819,4.0380573,4.2735496,4.4180574,4.6673441,4.7821751,4.8340173,4.989172,1.9487815,2.1453168,2.3227437,2.5252671,2.6702468,2.9898417,3.239449,3.5446315,3.7128012,4.0061584,4.0842104,4.192203,4.3248544,4.2329082,4.3505068,1.3142174,1.4431027,1.5473211,1.6295927,1.6768368,1.8128393,1.7549121,1.7795926,1.8987663,1.9377842,1.5476004,1.986895,2.0021412,2.1330872,2.214484,1.9495281,2.2149124,2.5381463,2.9292114,3.2655783,3.6279213,4.0776224,4.5005093,4.9337873,5.2984176,5.5560617,5.6786618,5.6544666,5.6333394,5.7094359,0.85367078,0.83209509,0.83086056,0.83603811,0.83149672,0.75629413,0.75742674,0.74788427,0.74334902,0.78163165,1.0754791,1.0347229,1.0156878,1.2307072,1.257479,1.7934184,1.8878671,1.9720577,2.0957048,2.0678484,2.0562708,2.1856797,2.2989185,2.3603368,2.4160833,2.3272023,2.6372015,2.6771653,2.7282102,2.6987259,0.7361111,0.95784104,1.1468933,1.3550992,1.4461571,1.6011175,2.1267853,2.3613155,2.5516696,2.7064991,2.905829,2.9460304,3.0439725,3.1555221,3.1948078,4.2605262,4.515574,5.0325575,5.2917795,5.4086804,5.9040084,6.3435473,6.9102287,7.0983009,7.3584051,6.9061875,7.1272454,7.2432146,7.2732115,7.3372655,2.3572268,2.5591781,2.8374932,3.034833,3.2421176,3.5604484,3.7753534,3.9485135,4.203095,4.3289223,4.4957571,4.5855002,4.7029967,4.8484364,4.9566674,0.95603335,1.0902815,1.1377023,1.2724975,1.3490964,1.4360553,1.508266,1.6366895,1.679478,1.8273947,1.9643515,1.9210432,1.9901315,2.0867589,2.0750856,1.703553,1.8306451,2.0150976,2.0833335,2.1822217,2.4688659,2.6243834,2.8027225,2.95783,3.0843325,3.1740439,3.1634386,3.2405782,3.3697405,3.3799806,2.7700393,2.958045,3.2072082,3.3728547,3.5875633,3.7323461,4.0258083,4.2295914,4.5113688,4.6448998,4.86202,4.8485579,4.8804717,4.9597001,5.0252619,7.3263512,8.0350161,9.249218,10.064935,10.791367,11.368982,12.040394,12.870166,13.428703,14.148498,13.901435,14.503625,14.754345,14.772783,15.079643,2.8128109,3.1044688,3.4364157,3.697598,3.9968987,4.3277211,4.6459994,5.0423937,5.4617357,5.720437,5.8947077,6.0419455,6.1177301,6.2437015,6.390358,1.8329803,1.9440117,2.0981212,2.2642515,2.4741044,2.6215568,2.7011979,2.9213123,3.0611575,3.2064221,3.3550248,3.4427834,3.6049037,3.6858425,3.8521402,0.67732143,0.77147555,0.75086707,0.76899624,0.77871513,0.79340655,0.8239879,0.87405372,0.91183323,0.94501722,1.0149999,1.0540645,1.098395,1.1738681,1.1986976,0.73226547,0.8897717,0.91101754,0.96931893,1.2007537,1.2275169,1.7344464,1.8620923,1.9663721,1.9640691,2.0286396,2.1182468,2.0791194,2.2420037,2.3411984,1.9671537,2.2063477,2.4488358,2.7091873,2.9234653,3.1831253,3.5145431,3.8760543,4.1602483,4.339582,4.4860353,4.5962033,4.7259102,4.8459549,4.9440284,2.1018062,2.3761032,2.5792961,2.5856044,2.937063,3.0476873,3.1711712,3.5336976,3.3090909,3.8348083,3.2805014,3.9056745,4.2243266,4.389524,4.5935111,1.0158544,1.7461067,2.1709311,2.7932622,3.536958,4.0112858,4.7309432,5.7796106,6.2403331,6.9354467,7.6688876,8.2966967,8.5264444,9.0355215,9.2766609,2.0156775,1.9044912,1.9039501,2.0210645,1.9607844,2.0298843,2.0719423,1.8753607,1.8372704,1.8545777,2.4716487,2.5,3.4292355,3.9641206,3.7587411,0.57987022,0.68349838,0.84614295,0.97540289,1.1263188,1.317108,1.4775579,1.572238,1.7613636,1.8016741,1.8510667,1.9923154,2.0315387,2.1692593,2.2260275,0.87855476,1.0572379,1.2139868,1.3403723,1.4255095,1.5533322,1.7016785,1.7806754,1.8684437,1.9162281,2.2372904,2.0696526,2.2811363,2.4466865,2.5244055,0.67095172,0.87811232,0.92363656,1.0021861,1.0642815,1.1060636,1.1670089,1.2255381,1.2184581,1.2962605,1.5343872,1.5708646,2.0498776,2.5264258,2.574996,0.48743907,0.5213362,0.5525952,0.61289048,0.75546724,1.0578842,1.2221999,1.2404016,1.4084507,1.4274691,1.535545,1.8779343,2.0093896,2.5783713,2.4957778,0.90406835,0.6986028,0.91047043,0.75834173,0.85988873,1.1740683,1.3177902,1.4971606,1.9427402,1.8299246,1.8087854,2.2267206,2.529762,3.0693069,3.4548945,2.9363246,3.0701754,3.1505637,3.0003262,3.242137,3.0460625,3.1627614,2.9948051,3.0971234,2.9632597,2.8901165,3.3750362,3.1732082,3.5856187,3.6577084,0.22459294,0.16987543,0.28768697,0.23654641,0.36429873,1.0685104,1.1741683,1.221167,1.3049451,1.2379643,1.5006821,1.203114,1.299639,1.2715033,1.3818182,1.895075,2.0853698,1.8659973,1.7961433,1.9215902,1.9487629,1.8111964,2.069958,1.8204019,1.8614385,1.9028872,2.0803833,2.4358416,2.6997604,2.6924741,0.48437878,0.48262545,0.52460659,0.63163215,0.79548371,1.411027,1.481282,1.5359741,1.6424341,1.7624729,1.3293543,2.1418636,2.1751256,2.4551725,3.0584381,0.94744635,1.0860791,1.2217697,1.3962766,1.4127444,1.6497744,1.7391943,1.7555313,1.7479763,1.8633541,2.503427,2.2591221,2.4315894,2.5852191,2.6802945,1.0635839,1.2023201,1.2413794,1.2450352,1.3255123,1.2934304,1.4278239,1.4869063,1.534593,1.4887424,1.7186295,1.5507553,1.8044786,1.8960069,1.9885551,2.1220791,2.1864488,2.2100759,2.1246459,1.9501879,1.9463565,2.0292006,1.9669744,2.1476178,2.3349235,2.7245951,3.2130499,3.9441452,4.0473371,4.0524435,1.5520762,1.5879478,1.6135484,1.8054824,1.7831944,1.9334188,1.9019018,1.9805681,2.171216,2.1741817,2.0848484,2.5545695,2.5724244,2.968416,3.0787446,0.69285297,0.81619674,0.92779136,1.0419422,1.2248744,1.1659521,1.2677798,1.3280967,1.4080132,1.4243691,1.6536119,1.8465619,2.1278746,2.2193079,2.3261669,0.38548023,0.41050902,0.43046358,0.43852249,0.59533936,0.85149866,0.94745904,1.0083449,1.0996808,1.0967628,1.2753319,1.5961138,1.971931,2.1428573,1.9611372,0.756396,0.82552433,1.0283926,1.2494321,1.4039125,1.6860332,1.6841147,1.7265193,1.8661811,2.0324275,1.6773896,2.3101556,2.7904849,3.0640669,3.2638888,0.85743105,1.1003894,1.0815451,1.4899812,1.5554003,1.8704782,1.9866353,2.0177712,2.4213538,2.1515613,1.9865068,2.4056253,2.8875654,3.6142423,3.8224413,0.37801686,0.38022813,0.38794392,0.39453715,0.48780489,0.67859346,0.57489622,0.68181819,0.66533601,0.7292012,0.93520379,1.4070351,1.3171226,1.803005,1.2890095,0.48242593,0.51174688,0.61465722,0.64346993,0.87569934,1.0901163,1.2614396,1.2916045,1.3827161,1.4363546,1.1277274,1.700345,1.6393442,1.9851116,1.5581805,1.7627118,1.8258618,1.8927882,1.760954,2.0757871,2.1306224,2.124367,2.0895102,2.21843,2.1683674,2.601969,2.638371,3.0606408,3.4694772,3.8315852,0.22927015,0.19630939,0.19888625,0.2406739,0.28688523,0.53919536,0.70892411,0.74812967,0.7453416,0.72371227,0.71912014,0.75917333,0.84317029,0.97005481,0.98081028,0.54881942,0.66242367,0.92544311,1.1164482,1.2793458,1.609874,1.6599189,1.8916363,2.0435781,2.1576877,2.0299728,2.4131274,2.550317,2.8630421,3.0328209,0.86026013,0.88514674,0.83516484,0.80106807,0.9930039,0.91365921,0.83507311,0.93742675,0.82275504,0.84507048,1.2652297,0.99431819,1.317337,1.3934814,1.3503909,0.5906406,0.59797609,0.65604502,0.71022731,0.91346157,1.0344827,0.75604838,0.8175779,0.82262212,0.81925243,1.5072765,0.88958657,0.88958657,1.4316013,1.46183,0.63108546,0.73860568,0.97017604,1.2414538,1.529052,1.9022223,1.9481679,2.1594102,2.2596908,2.4302585,2.2466216,2.8350947,2.804837,3.3781514,3.201067,0.29601723,0.30136988,0.33435497,0.31012121,0.3806735,0.53003532,0.4719764,0.56063735,0.50058889,0.52956754,0.58173358,0.6680221,0.91499406,1.2055278,1.3416816,0.095177665,0.091939934,0.12169151,0.11994003,0.28546959,0.34178299,0.35149387,0.3804507,0.38246542,0.41853511,0.3903904,0.6812796,0.62111801,0.73789847,0.79435128,1.6356878,1.6454749,1.6704632,1.5015016,1.8779343,1.5115354,1.1737089,1.4913658,1.5974442,1.5835313,1.521217,1.6962221,1.9741837,2.525651,2.0733652,1.2178128,1.4188734,1.5231507,1.4533123,1.5265794,1.4746433,1.7646707,1.6499881,1.6776513,1.6956186,1.7570575,2.2626004,2.6899912,2.7862179,2.8211386,0.52109182,0.59305996,0.74330389,0.83665848,0.95300263,1.2378193,1.2849686,1.3851533,1.4396306,1.5017065,1.3754596,1.7076218,1.8423604,1.8810087,1.9507471,0.48338372,0.49782205,0.45103091,0.56710774,0.49504951,0.81199247,0.84911817,0.9543286,1.048951,0.91549295,1.6231475,1.2177651,1.2569833,1.0845987,1.5759312,0.40816325,0.38650739,0.34770513,0.51247013,0.54440284,0.87189806,0.94086027,1.1635637,1.2542373,1.1401744,1.4807503,1.7964072,2.6763225,2.9366305,3.4167175,0.30987161,0.35955057,0.86481559,1.0672854,1.7602284,2.8503563,3.0597377,3.3898306,3.8062282,4.0614166,3.5491607,4.4046464,4.958272,5.3606238,4.8877807,0.33840948,0.35211268,0.4492363,0.46554935,0.46816477,0.96805423,0.95602292,1.183432,1.3319672,1.3131313,1.3833992,1.6699411,1.7857144,2.2222223,2.2797928,0.68929863,0.69210291,0.86893553,0.93836242,0.97909999,1.2598721,1.2241775,1.2748696,1.3613379,1.399145,1.3004658,1.7404758,2.467011,2.0512822,2.2261624,0.79343849,0.96024412,0.97967404,1.17953,1.187335,1.4307228,1.350971,1.4194139,1.4569656,1.4886322,1.5186501,1.6544594,2.1812649,2.2987552,2.3768964,1.828792,1.9321004,2.0861094,2.177547,2.2777531,2.2281446,2.3433454,2.2512,2.3880975,2.4977925,2.4965899,2.8477502,3.0577528,3.3585827,3.1354938,0.69226694,0.94597673,1.0238299,1.0834454,1.1594472,1.2255044,1.2606751,1.3703514,1.3729262,1.3211709,1.225935,1.3510625,1.5951173,1.709693,1.836287,0.46059364,0.46403712,0.38829926,0.54404145,0.47034231,0.8519702,0.85242409,0.9296149,1.0084491,1.0475423,0.95490718,1.361613,1.5881419,2.0492866,2.2544701,0.77054793,0.73454052,0.98752606,1.0214682,1.205857,1.4845504,1.4086987,1.5265837,1.607717,1.6809728,1.4214641,2.1009159,2.5517488,3.0447867,2.9771399,0.20768432,0.17692852,0.2166065,0.4398827,0.41306797,0.64712602,0.73901206,0.91342342,0.95351607,1.0125557,0.81499588,1.023751,0.94806266,1.3130898,1.4839242,0.8055737,1.2624586,2.0467837,2.7375567,3.1704094,4.1513515,4.4627385,5.2276192,5.976613,6.2282987,6.0098734,6.9480515,7.1198797,7.36377,7.4499788,2.1070426,2.6178653,2.8199303,3.0480609,3.1918292,3.0810316,3.1413193,2.9205842,2.96017,2.8956308,3.1664963,3.5023258,3.8759987,4.1237888,4.0478759,1.6794626,1.594203,1.567091,1.594203,1.6881827,1.4800197,1.4285715,1.3725491,1.4000001,1.3718765,1.7552413,1.8975332,2.2009571,2.8818443,3.0461686,0.63492066,0.5778259,0.73773515,0.84876537,0.82320654,1.1164274,1.0105093,1.0743802,1.306914,1.2463648,0.88161212,1.3259196,1.5962037,2.2776105,2.0788221,2.1748464,2.5169957,2.7600584,3.0226355,3.1982422,3.4035165,3.6356845,3.7193491,3.9099329,4.1096377,4.1191382,4.2931232,4.4905519,4.6981063,4.8201742,0.77613753,0.77495819,0.90560246,0.95797282,1.1820693,1.2687252,1.422671,1.5068493,1.5997539,1.6746782,2.0467837,2.0345252,2.4023559,2.9576588,3.5005469,2.6273742,2.8603826,3.0867805,3.3440523,3.4907088,3.5961719,3.6326461,3.8281453,4.0253544,4.0512795,4.0336266,4.2733874,4.5983057,4.7586827,4.8551397,0.75007498,0.76475984,0.67838418,0.76408786,0.85357845,1.005362,0.67181724,0.60749239,0.64713895,0.64559972,0.36727878,0.96249592,1.0891089,1.25,1.4778326,0.18663681,0.19290124,0.19569471,0.19577134,0.31796503,0.69558102,0.70451725,0.76563162,0.74398249,0.74463427,0.51303977,1.1844331,1.6149595,1.6884761,1.9708654,0.62974811,0.64850843,0.64941657,0.78109354,0.80733579,1.0061374,1.0524206,1.1516122,1.1503451,1.188455,1.2263317,1.6589056,1.942029,2.3835003,2.7648878,1.0158013,1.0575793,0.98502755,0.93494356,1.2199922,1.3431014,1.2448133,1.210856,1.137321,1.1406845,0.6802721,1.3977128,1.8072288,2.1120689,2.1431632,1.4192314,1.4680209,1.7169049,1.8086662,2.0334282,2.0608366,1.9695613,2.1880853,2.1095152,2.4729981,2.140135,2.6525772,3.1061199,3.6893342,3.9623435,0.39120466,0.4164353,0.46669495,0.57661813,0.63897765,0.8658644,0.90854931,1.0210302,1.0815822,1.1033411,0.95178652,1.4608642,1.8485122,2.0185158,2.3100305,0.43212101,0.47358835,0.40366971,0.39797398,0.38691524,0.81502479,0.70298773,0.65835065,0.73324025,0.68823123,0.77103585,0.80699396,1.4854828,1.5556308,1.5177065,0.77669907,0.78277886,0.73974442,0.90529251,0.99290776,0.92395175,0.63291138,0.69637883,0.87272727,0.87783468,1.3100437,1.0079194,1.1088011,2.4054983,2.3141654,1.5223386,1.7691383,1.9711902,2.3758099,2.5708845,2.5938423,2.6933193,3.1772401,3.3580918,2.6887932,2.422611,2.9080961,3.5523798,3.984024,3.9577041,0.86058515,0.87565678,0.79948837,0.76002586,0.79090458,0.95693779,0.95573437,0.94827592,0.95221299,1.0468417,1.2575275,1.1955745,1.4590553,1.7824663,1.745772,0.40700963,0.42324412,0.64132458,0.67622715,0.77355832,0.93646282,1.0140778,1.0824313,1.1337869,1.3466394,1.2091464,1.6366025,1.7893599,2.1674051,2.0235066,1.2734798,1.5027431,1.5655732,1.6559124,1.7920321,1.80654,2.0466089,2.0114102,1.9168174,2.2226942,2.1101992,2.415988,2.8875279,3.2473669,3.1824236,0.60687798,0.61940813,0.6142506,0.64853179,0.65158373,0.78082436,0.67654049,0.706451,0.68926972,0.67026627,1.0267694,0.87955481,1.1721612,1.7112689,1.9789398,1.8088453,1.9463929,2.1366334,2.1994743,2.4143765,2.4598782,2.4866786,2.4746192,2.6137333,2.754019,2.8984861,3.0525193,3.1688426,3.2275133,3.3355367,1.0084713,1.2330947,1.40625,1.5805707,1.5963511,2.1028914,2.7677929,2.5889969,2.7326441,3.3248081,3.088392,3.1360111,3.2729805,3.9208758,3.9319873,1.1099122,1.251032,1.3088163,1.3671657,1.5407826,1.7309828,1.8819153,2.0684969,2.1425595,2.3137105,2.4121873,2.3583527,2.4577329,2.4402528,2.5709054,7.5173249,8.1220388,8.6806984,9.1291533,9.5542183,9.9769316,10.317905,10.56596,10.751211,11.109377,11.264144,11.336381,11.335407,11.609643,11.63522,0.94938624,1.1215738,1.1404779,1.2279959,1.2714174,1.429004,1.5576514,1.552456,1.6980098,1.7717974,1.7334383,1.9121855,2.1333823,2.0637553,2.1594787,1.1057304,1.2913058,1.2614495,1.4477683,1.4988105,1.6633819,1.7435977,1.704022,1.8362662,2.0581863,1.8735909,2.2357247,2.2055373,2.2281897,2.1822939,1.0575085,1.2102005,1.3998083,1.4924971,1.6818235,1.9300131,2.1763034,2.3626511,2.551842,2.7231455,2.815975,2.8635447,2.8750465,2.9725556,3.0255938,2.0746889,2.3152001,2.5715909,2.8219337,3.1661839,3.486197,3.7638159,4.044179,4.3548236,4.5414801,4.6680393,4.9185572,5.1708126,5.3900266,5.5415397,0.67452353,0.82659161,0.87635601,0.83589864,0.8818211,0.94313937,0.93390977,1.0177865,1.0941188,1.1571463,1.238451,1.2570865,1.2636316,1.2906916,1.237785,1.2391573,1.4318707,1.4809102,1.4900154,1.4640841,1.5281684,1.5662651,1.5109788,1.5916655,1.6928308,1.4642986,1.6295649,1.725881,1.8138286,1.9171891,1.3152976,1.341393,1.4204351,1.5165552,1.5942825,1.6581321,1.7192873,1.7990483,1.927038,2.040458,2.1600394,2.212188,2.2651007,2.2969935,2.3788421,0.88573492,0.95296812,1.042659,1.0898662,1.1645693,1.3277174,1.3649637,1.4312663,1.4992659,1.5614427,1.6248825,1.5204495,1.6529503,1.6291101,1.6572624,1.2173768,1.3827418,1.5500286,1.7128763,1.8386301,1.9353297,2.1264336,2.1585526,2.2004261,2.2823589,2.4013503,2.4538462,2.5243907,2.6373236,2.66153,0.96469223,1.0658426,1.1698112,1.3782542,1.4422188,1.5652705,1.6918318,1.7627242,1.888361,2.1169355,1.9946343,2.260051,2.5101686,2.4151247,2.4397261,0.64149678,0.70775878,0.6777634,0.75054902,0.75251377,0.75626481,0.75601161,0.81313622,0.77797914,0.84851503,0.93379664,0.84777457,0.92362005,1.0127223,1.0941057,1.3554218,1.3887135,1.3755679,1.3781767,1.3967534,1.5841086,1.4792529,1.5441084,1.5390486,1.5836526,1.4229449,1.637038,1.8342739,1.7620578,1.9638243,1.0567049,1.1749657,1.2441038,1.2823509,1.3898177,1.4576838,1.5628126,1.5819914,1.7467616,1.8150847,1.8334455,1.8821534,1.9767082,2.1099436,2.0688677,2.1794128,2.3603737,2.5553248,2.6934397,2.8815622,3.2202854,3.2451689,3.4485412,3.692337,3.7244618,3.846154,3.821861,3.8230586,3.884023,4.0158095,5.4382949,5.761034,6.329813,6.5784893,7.149785,7.6955042,7.9071379,8.218894,8.5688744,8.7353325,8.5013027,8.9997253,9.3422766,9.5088034,9.757431,1.2290812,1.268574,1.3594178,1.4796299,1.6032736,1.7446578,1.8683357,2.0427623,2.2053492,2.2955885,2.3320863,2.5351565,2.6521525,2.7106023,2.7557628,4.6618481,5.0775189,5.5951166,6.0918422,6.6806397,7.2673693,7.8619876,8.5570822,9.0433512,9.4098625,9.7780247,9.7881565,9.8176861,9.9149561,9.9432964,1.9594421,2.2068257,2.1871517,2.2931035,2.2479622,2.3195653,2.4466152,2.3632796,2.3791318,2.7166991,2.5293818,2.9358897,3.0108082,3.0168362,2.9752769,3.6346958,4.1661901,4.2538748,4.2778058,4.6313224,5.2011023,5.615397,5.8325186,6.2536774,6.2873931,6.466599,6.8262839,7.0623713,7.199707,7.4332418,1.1069601,1.2867438,1.5027138,1.6025286,1.8719795,2.2303228,2.4624701,2.6363204,2.8367634,3.0012152,3.1870186,3.0700526,3.0805736,3.1198328,3.1665087,1.1895512,1.415653,1.6116881,1.7491696,1.8896589,2.0933425,2.213285,2.3347428,2.466644,2.5879645,2.6128452,2.8000629,2.9343307,2.98437,3.087039,1.0246536,1.3703175,1.3964313,1.6129537,1.7997272,1.8828886,2.0270839,2.0593727,2.1135504,2.3498149,2.2845545,2.3308935,2.4472356,2.5125756,2.5718608,0.54119062,0.58644009,0.66409725,0.69682294,0.72527862,0.83881867,0.91926455,0.94891757,0.98593915,0.97357446,0.99743676,1.1986016,1.2054244,1.1875558,1.3100437,1.5751438,1.6827955,1.7498559,1.9184712,2.0689313,2.0626187,2.1161044,2.2526791,2.4432385,2.4768479,2.6310656,2.5976887,2.6791627,2.748558,2.897675,1.1220779,1.2090135,1.2693906,1.3684276,1.4508508,1.6150571,1.719299,1.9164913,1.9508626,2.1603632,2.0677032,2.1201484,2.269295,2.429158,2.5353024,0.90291917,1.0130686,1.0956953,1.1118691,1.22524,1.2935425,1.3857361,1.4104564,1.4610336,1.5356121,1.7665079,1.7698209,1.8218902,1.931308,2.0339453,1.0991139,1.3565049,1.3711064,1.4213103,1.4835829,1.6688766,1.9030441,1.9722981,2.1715817,2.3186603,2.3419616,2.3589473,2.5096097,2.6165998,2.7218933,1.0177391,1.1804093,1.3251132,1.4516977,1.6155683,1.8532749,2.0296934,2.1963444,2.3182297,2.4205749,2.513191,2.6442063,2.6353743,2.6250641,2.7538626,0.98560041,1.0313648,1.0313648,0.90083706,0.93312597,0.84164369,0.83848506,0.82574028,0.82360524,0.80569059,0.79631793,0.88787788,0.99794537,1.0980858,1.108301,5.7015285,6.2238121,6.7084155,6.9381418,7.4787698,8.2579527,8.8983822,9.4866219,9.8677959,10.397882,10.66673,10.864928,11.008004,11.068291,11.020097,1.8185235,2.0280159,2.2703516,2.5338655,2.7270479,3.0267286,3.3244126,3.6504261,3.9521039,4.2367711,4.4705806,4.5978799,4.7762556,4.9298639,5.0649943,0.36840552,0.36689168,0.36775523,0.38840753,0.38581392,0.191036,0.1783061,0.17605634,0.1773836,0.19208038,0.35133949,0.28311726,0.37447572,0.40699425,0.43813264,0.97070122,1.0417778,1.0821201,1.0948905,1.1576071,1.1428982,1.2259132,1.3687804,1.3579049,1.3327539,1.4278355,1.4380449,1.5194359,1.5504171,1.5997841,1.0128661,1.1462097,1.1646867,1.301789,1.4227482,1.4663554,1.6046088,1.6703229,1.7460378,1.9427912,2.0019212,1.9701769,1.9873914,1.9344665,1.9308904,0.77698487,0.84209359,0.88394535,0.91159868,1.0049248,1.0010983,1.0066036,1.1103227,1.1305513,1.1590686,1.2770897,1.2553631,1.3381888,1.2548467,1.3773471,2.6358311,2.9209969,2.9450932,2.9502466,3.111429,3.3003302,3.4684777,3.5001569,3.5481155,3.780488,3.7256155,4.0235152,4.1139412,4.1586657,4.2097163,0.97284627,1.1031697,1.1878134,1.1996474,1.2996913,1.4973102,1.6367399,1.7683595,1.7465197,1.8199509,1.9458058,2.0333905,2.1231043,2.2126107,2.3378663,0.99257976,1.1885692,1.1549628,1.2566117,1.2697905,1.38563,1.4233415,1.617818,1.6383231,1.6907613,1.8114934,1.8912822,1.9936327,2.1474679,2.2844923,0.98811591,1.197999,1.1895014,1.3008759,1.4064876,1.449457,1.543938,1.5761535,1.6448035,1.7644428,1.9100533,1.9548254,2.1000745,2.0438559,2.0788913,1.2599801,1.3414483,1.3951172,1.3254057,1.4298257,1.5012407,1.6584158,1.5330333,1.5264423,1.6477612,1.5528686,1.8105516,1.9477434,2.1125059,2.1918139,0.82589287,0.91362131,0.92901641,0.98541367,1.0938721,1.2654716,1.3271909,1.3257267,1.45022,1.5099854,1.547003,1.7065217,1.9509263,2.0559211,2.167917,0.80550277,0.84760886,0.98587799,1.0681497,1.0179011,1.1155028,1.2017319,1.193925,1.3154479,1.4905971,1.3643384,1.5317668,1.6607251,1.7124478,1.9864088,1.3261231,1.5096096,1.6303632,1.8983139,2.0063558,2.2684944,2.4694881,2.7478878,2.8952837,2.9870534,3.2253046,3.3373773,3.3754711,3.4886832,3.4472287,0.85484701,0.94867015,0.98987621,1.0408549,1.0551453,1.2174296,1.2791406,1.3178124,1.3830955,1.4448168,1.4568956,1.5649023,1.5781052,1.7110159,1.7915945,1.2844521,1.4716593,1.6664827,1.8721007,2.0858283,2.300895,2.5525455,2.8248897,3.0838797,3.307061,3.4982038,3.583488,3.7238975,3.736182,3.8825994,1.3722775,1.3609688,1.3994752,1.4545002,1.4077362,1.6184529,1.6059138,1.6441498,1.7025089,1.7298821,1.7889088,1.9040267,2.0368447,2.0611875,2.1398747,1.1767744,1.3341131,1.4188278,1.4432013,1.4971813,1.6349173,1.6734427,1.7398838,1.8642241,1.9921035,2.0379505,2.1242776,2.2813551,2.2778463,2.2974207,0.99899852,1.1526729,1.1548712,1.2405356,1.2390383,1.3139187,1.4421308,1.5460654,1.6233766,1.6631716,1.6670238,1.7469635,1.7768184,1.8302116,1.8854996,1.2012275,1.2714448,1.3084922,1.4311578,1.4617369,1.4844688,1.5909282,1.5550539,1.6936425,1.8132141,1.831923,1.9609458,2.0075598,2.083159,2.2068734,0.99741882,1.275583,1.3665187,1.4970155,1.6232433,1.9803835,2.0643764,2.2233822,2.3836241,2.5861549,2.6705344,2.7653079,2.8739758,3.0832937,3.1260233,2.2917304,2.7386327,3.1688337,3.5945759,4.0839758,4.7287297,5.2779436,5.8344493,6.2080183,6.5790572,6.9840946,7.1728325,7.5362148,7.7492023,7.9117546,1.8047531,1.9170808,2.0426965,2.1489544,2.2105033,2.4765191,2.5247045,2.6198182,2.6968098,2.7612169,2.8964698,2.992857,3.098366,3.2690215,3.4887249,0.93189096,1.058158,1.0415394,1.1309476,1.2494978,1.3965147,1.4344665,1.4525665,1.4709307,1.5227448,1.4822475,1.624424,1.7121454,1.9124637,1.9656584,1.6998827,2.2083533,2.2376208,2.5625088,2.6716475,3.0629528,3.3726108,3.4757755,3.7561882,4.0117598,4.0952725,4.4823289,4.660358,4.9816718,4.9800105,1.7143229,1.9035329,2.0619659,2.2205884,2.3866854,2.6530397,2.7895863,3.0447018,3.2277675,3.2785206,3.3995628,3.4108765,3.5277395,3.5134287,3.5895972,0.72795421,0.91703522,0.86318517,0.90144873,0.92189133,1.0522143,1.0610174,1.1184726,1.1372521,1.2472018,1.3513035,1.4029341,1.4522014,1.5567636,1.6551627,2.8552284,3.0925176,3.2484894,3.246706,3.5810497,3.7933362,4.0630093,4.2991796,4.4539657,4.5357366,4.5170121,4.6919489,4.6929541,4.8713827,5.0062299,3.2533631,3.4274743,3.6217303,3.8039236,3.8677368,4.0791216,4.3261428,4.5506506,4.689579,4.7530522,4.8446531,4.998281,4.9913416,5.0789094,5.3178811,0.56802809,0.60025084,0.74406093,0.80935246,0.86468178,1.0497286,1.1986603,1.2154599,1.2838187,1.3868799,1.3603128,1.5256706,1.7117426,1.7555879,1.7144319,1.7531306,1.9354347,2.1459551,2.2874525,2.5598798,2.7749448,2.8867419,3.1462214,3.1887841,3.2430482,3.2326038,3.4808154,3.6675305,3.8452182,4.0056405,5.2104239,5.235342,5.5199933,5.6832371,6.0148439,6.5873928,6.6845684,7.2895007,7.4606524,7.7913852,8.0054474,8.3981867,9.0329227,9.2723484,9.6377668,0.78561455,0.76150918,0.80971664,0.84745765,0.90030015,1.0183969,1.0289074,1.0144928,1.0636609,1.1051469,1.1472576,1.402306,1.4162078,1.5968379,1.8939395,0.60602999,0.61504889,0.68297952,0.70757002,0.70330942,0.74431032,0.79882777,0.75459468,0.82819545,0.86112124,0.81371033,0.95639563,1.0890367,1.1654153,1.1950177,1.8888239,2.1501391,2.3613772,2.5221772,2.7422247,2.8776531,2.9290404,3.0714376,3.1841357,3.1423991,3.1007264,3.2539055,3.428371,3.5809658,3.7883694,0.68343896,0.72417361,0.77348608,0.77994704,0.81766146,0.84354001,0.82354593,0.82553148,0.82735801,0.90503907,0.89649546,1.0686748,1.220281,1.2043265,1.3147718,0.80126095,0.9227066,0.95617527,1.1027964,1.1454904,1.3695022,1.3385826,1.4690588,1.513985,1.5412049,1.7139256,1.8612953,1.8877552,2.2258968,2.2057886,0.83113724,0.86017203,0.88287228,1.093222,1.1235955,1.0406244,1.0352379,1.0488819,1.249512,1.313468,1.3040901,1.4605647,1.5375518,1.4466904,1.5145555,0.72526658,0.83735716,0.87287927,0.94772243,1.0439054,1.1595263,1.1548462,1.2350142,1.1933887,1.3628212,1.272068,1.5780979,1.699307,1.7019486,1.7114475,3.0502346,3.3898306,3.6039553,3.9145193,4.1153512,4.3965244,4.6282101,4.9461622,5.1621294,5.2249961,5.3249545,5.346684,5.4936662,5.6906271,5.8616567,1.6568173,1.8530822,1.9907216,2.3037221,2.4127049,2.737391,2.8318002,3.0387728,3.385716,3.537535,3.7309215,3.9118886,4.1436977,4.3571911,4.6030869,0.690956,0.85112911,0.87912095,0.8904888,0.98277318,1.0418429,1.1222385,1.2266991,1.2432412,1.315136,1.4420145,1.434411,1.5578246,1.6411688,1.6832209,2.6663017,3.0593796,3.4598117,3.8504214,4.295609,4.6416612,5.1583242,5.4004402,5.5711637,5.8153849,5.8929725,5.8895025,6.0989509,6.0920653,6.2044921,2.824074,3.1811311,3.4760172,3.8617477,4.3530421,4.9150996,5.3681293,5.8453884,6.2344346,6.5323958,6.7031927,6.817616,6.981144,7.0153699,7.2454495,0.56683987,0.5772543,0.58352244,0.54713219,0.5486905,0.54882234,0.5491513,0.58614004,0.57171154,0.54066235,0.51729566,0.64676619,0.6815002,0.75895292,0.74565792,0.786358,1.1333915,1.4650767,1.8073288,1.8837547,2.1920586,2.5071526,2.6593406,2.9128308,3.0841057,3.0010643,3.354342,3.3552859,3.4706123,3.4510758,1.2929113,1.6217391,1.9884053,2.4002819,2.7172115,3.1424177,3.5256486,4.0169673,4.499733,4.9463501,5.3246293,5.360312,5.4048204,5.3757005,5.3810244,2.6552782,2.8581913,3.1494493,3.4141254,3.7403684,4.0678883,4.4550304,4.8424797,5.0972915,5.3739619,5.643198,5.707375,5.8438478,5.88271,5.9817457,1.1302295,1.3250195,1.4361467,1.6012284,1.5298874,1.7439663,1.869059,1.9148374,2.0334742,2.1541183,2.1726642,2.3282523,2.5253582,2.5755351,2.5630252,0.99646413,1.2113484,1.3899858,1.3409054,1.360329,1.5416958,1.6555263,1.7773333,1.8562012,1.9391837,1.7977529,2.0469823,2.3100576,2.3557656,2.5474825,0.71309519,0.78445238,0.92974669,0.97860128,1.0431391,1.1194881,1.1865627,1.2744019,1.3792397,1.4336689,1.5115374,1.52021,1.6311703,1.6815901,1.7027736,1.7742956,1.997292,2.1661022,2.3430545,2.5818019,2.8197939,3.1025708,3.3919804,3.5718176,3.7615147,3.9572093,3.9830916,4.0298948,4.1784921,4.344305,1.205964,1.3777137,1.4237009,1.5045247,1.6361005,1.7350327,1.8254273,1.8499643,1.9475119,2.0027602,2.1744821,2.3190579,2.4294913,2.5035648,2.5739338,1.4874916,1.8095238,1.8543769,1.9054147,1.9275463,2.2571542,2.4166777,2.326488,2.3530924,2.5504377,2.3634055,2.6635933,2.7763495,2.7488761,3.1742067,1.9506955,2.3183312,2.5049255,2.8072329,2.8991971,3.1331885,3.323596,3.5100248,3.4935215,3.6478467,3.5944853,3.9459281,4.1792355,4.2765346,4.4399819,0.78810573,0.82414585,0.87790602,0.87926227,0.99179757,1.1049429,1.1483912,1.2289271,1.14015,1.2067621,1.1380323,1.3634471,1.397028,1.4224975,1.4433208,0.32685673,0.34703195,0.38147137,0.38781163,0.42498153,0.60964346,0.79541254,0.83941603,0.88431698,0.86642599,0.88288289,1.0863661,1.0683761,1.1345218,1.2653716,4.9282012,5.188508,5.4415584,5.8256927,6.2963152,6.830482,7.246747,7.5066686,7.950119,8.174469,8.0703783,8.2107325,8.3042116,8.4422741,8.444478,1.3855158,1.5606588,1.6817924,1.8771701,2.0223694,2.1417501,2.3610501,2.4925106,2.6429334,2.8473523,2.9796171,3.0432539,3.0499763,3.1206172,3.2432346,0.83833754,0.90190339,0.98957729,1.0918056,1.1052322,1.2172174,1.3092233,1.3536578,1.4820042,1.5485687,1.5524845,1.7120669,1.7718389,1.7210788,1.8821992,1.150972,1.3336812,1.3558632,1.3731779,1.5244702,1.5520098,1.7206683,1.8215786,1.8704327,1.9175401,2.084285,2.0823786,2.107533,2.2868476,2.3314393,1.0319517,1.1888529,1.2600423,1.2040077,1.2671902,1.323043,1.4397168,1.5445545,1.5617661,1.6363567,1.7448833,1.827606,1.8860692,2.0868239,2.1897533,2.5442116,2.7117162,2.9192495,3.1273789,3.3396862,3.5399323,3.7497993,4.0109949,4.1510444,4.3636179,4.5018611,4.5417852,4.6412101,4.6419291,4.7537184,1.2665322,1.4886838,1.7036965,1.8751843,2.1247902,2.2478993,2.5198414,2.7754619,2.9681194,3.1036937,3.2766705,3.3856506,3.509479,3.575351,3.7147779,12.20624,12.260656,12.756668,13.235714,13.563873,13.916972,14.371101,14.840158,15.180373,15.774695,15.989187,16.223118,16.52129,16.790754,17.082886,40.18071,41.039204,42.174782,43.318432,43.649086,44.844807,45.509663,47.065788,47.762253,48.613106,48.837055,50.269604,51.603497,53.261906,54.528271,14.452473,15.081036,15.615757,16.042202,16.602901,17.243467,17.797398,18.273029,18.843941,19.365562,19.878555,20.201546,20.654394,20.895267,21.225605,20.514875,20.967381,21.829678,22.483912,22.92886,23.632273,24.035049,24.05921,24.706135,24.683355,24.754869,25.491962,25.333504,26.098833,26.595276,4.8851213,5.4469433,5.7146053,6.0912018,6.5432916,6.9585352,6.874104,7.0463104,7.3813705,7.9574423,7.571744,7.5373468,8.142581,8.2933512,8.106267,5.355494,5.451128,6.237721,6.0969515,5.6351953,5.6946492,5.5304174,6.0950413,6.3016524,6.6457353,7.6235542,6.8358364,8.3804626,8.8400612,8.3162222,58.801697,59.264839,59.665905,60.059071,60.279274,60.381222,60.76778,61.101555,61.232845,61.566906,61.909206,62.500824,62.550591,62.644176,62.710197,16.244337,17.102831,17.77742,18.398457,18.721127,19.653641,20.288506,21.173599,22.237337,22.938345,23.534788,24.361843,24.936974,25.371784,25.86742,47.63493,48.161541,49.676056,51.126492,51.807056,53.231777,54.406513,55.723976,56.927925,58.950352,59.24791,60.386539,60.818386,61.122017,61.56609,13.545481,14.482759,14.850955,15.290906,15.52585,15.529134,15.701644,16.120274,16.31793,16.695311,16.805536,16.807745,17.321497,17.477329,17.924078,24.241852,25.130102,26.286453,27.489555,28.194927,29.043133,29.622778,30.487188,30.876238,32.066803,32.739273,33.131062,33.958282,34.375,35.015614,9.3591299,10.356234,10.931486,9.5661001,10.316055,11.220016,11.705426,11.062739,11.502536,11.701556,12.375839,12.584209,12.997788,12.309399,12.548801,54.105591,54.45969,54.675514,54.604538,54.840504,55.235039,55.70879,55.795967,56.116802,56.085236,56.298805,56.550808,56.963623,57.373547,57.643341,16.847723,17.433964,18.042543,18.605736,19.01696,19.520557,19.870623,20.335567,20.717554,21.125727,21.71917,22.378843,22.81551,23.23284,23.640686,54.698414,55.110359,55.566631,56.165833,56.498451,56.948151,57.113796,57.605637,58.099461,58.517002,58.89957,58.90913,58.935463,59.082146,59.263634,15.138316,15.701914,16.98324,16.864555,17.061155,17.019051,17.871155,18.129131,18.745651,18.84634,18.172319,18.687252,19.035963,19.25717,18.799778,12.167832,12.703101,12.262774,14.264265,14.008943,13.636364,13.564669,14.740369,15.522877,14.724919,16.228748,15.605095,16.476347,15.98746,16.819572,12.243001,12.879224,12.819046,13.02771,13.479939,14.057811,14.850937,14.91398,15.697641,16.163074,16.163994,16.248356,16.528652,16.754337,17.164768,4.4753017,4.8233681,4.9778748,5.2465696,5.4303517,5.6096549,5.8281155,6.0968866,6.33395,6.4902253,6.6412868,6.7185273,6.8823519,7.1038542,7.323844,22.981211,23.526665,24.068937,24.527212,24.967264,25.331709,25.724718,26.329031,26.864031,27.207699,27.844727,28.209785,28.558441,28.953201,29.226202,18.016912,18.472607,18.887362,19.439732,19.938009,20.550098,21.02626,21.579967,22.143946,22.852785,23.445908,23.763954,24.038197,24.428988,24.639462,43.917782,44.194206,44.136391,44.540421,44.790047,43.997734,43.788399,43.231934,42.918358,42.78772,42.365593,42.783836,43.646587,43.69141,43.233494,22.66147,23.809525,23.71134,23.4827,24.264706,24.159906,25.352112,24.590164,24.772865,24.418604,23.727776,26.775955,27.301792,26.731392,27.687296,91.490433,91.067932,90.897232,91.176086,91.281441,91.139915,90.867821,90.759476,91.082367,90.571472,90.584641,90.616768,90.423164,90.077385,89.78183,15.500544,16.144047,16.398348,16.816275,17.240379,17.93985,18.328484,18.782867,19.000917,19.438963,19.787653,20.094172,20.393503,20.689016,20.893024,14.63783,15.087088,15.564622,15.899531,16.063427,16.595795,16.917648,17.447886,17.627018,18.171701,18.682085,18.887728,19.473623,19.730864,19.959467,14.957253,15.430458,15.747626,16.460186,16.806961,17.46319,17.828213,18.824062,19.266897,19.912699,20.408831,20.474312,20.868128,21.432478,21.756937,40.722095,41.902893,42.765377,43.291821,44.093922,44.407497,45.066105,45.556278,45.979668,46.659969,47.188065,47.927933,48.412598,48.994724,49.80275,41.16367,41.922741,42.399029,43.178616,43.654552,43.81366,44.45031,45.145538,45.652481,46.231533,46.633896,47.234062,47.506844,47.676453,47.987701,6.3019013,6.6362276,6.6958351,6.900023,6.9854059,7.2057829,7.4235477,7.922194,7.8150511,7.8092709,7.7621861,8.5186558,8.7432499,8.8630991,9.4526625,84.614265,84.84584,85.260742,85.741104,86.159935,86.432495,86.75721,87.074493,87.460815,87.805237,88.106964,88.266647,88.370033,88.547157,88.695763,14.929114,15.422405,16.027361,16.51701,17.387964,17.906588,18.64435,19.195299,19.722651,20.745714,21.651642,21.975985,22.582458,22.992023,23.618927,7.1318545,7.8308539,7.8365088,7.604444,7.5536752,8.3268728,8.1241226,8.0962114,8.7859421,8.649518,8.4509325,9.0097275,9.2962351,9.4298611,9.9883471,1.7295804,2.0442026,2.2011952,2.544487,2.6752737,2.9181068,3.1732845,3.2409861,3.3424892,3.4293823,3.6999378,3.6788092,3.9126689,4.201653,4.3866024,51.95042,52.299202,53.346531,54.162003,54.397888,54.729389,56.002571,56.31382,57.321476,58.426678,59.54377,60.94836,61.55724,62.489098,62.549644,10.898122,12.658983,14.33976,15.845259,17.023201,17.17708,17.551701,17.897377,18.523672,18.927841,19.030897,19.879822,20.329067,20.776047,21.341654,13.323359,14.008552,14.882467,15.495902,16.326193,17.080675,17.749481,18.500473,19.401314,20.132021,20.735228,21.29949,21.500254,21.842957,22.242027,20.544554,21.564201,22.172859,22.80394,23.201195,24.094379,24.674244,25.531616,26.084515,26.770983,26.898018,27.560627,28.504869,29.05789,29.35598,3.6424439,3.9619081,4.0028338,4.108252,4.2294731,4.4181323,4.3022318,4.379694,4.8141661,4.4959383,4.4276657,4.7739396,5.1535611,5.2525835,5.654561,44.375507,45.617855,45.214428,47.220631,48.828934,50,52.318085,51.502819,52.129028,52.689564,52.470512,54.364819,55.927151,56.470978,56.85939,17.013527,17.532808,17.470526,17.509516,17.448721,17.655367,17.640322,18.518518,18.906809,19.063444,18.050541,19.378428,20.832039,21.023081,21.283159,14.052288,14.698452,14.5127,14.546278,14.971079,14.6241,15.21518,15.739685,16.170355,16.217436,16.036888,16.76585,16.937811,17.276566,17.472958,10.40295,10.988101,11.448901,11.97586,12.52165,13.02792,13.383288,13.832262,14.210322,14.490637,14.843729,14.864403,14.937073,14.981304,15.070672,20.607578,21.257292,21.597155,23.463318,24.702774,26.308723,27.439026,27.951565,28.007954,28.731098,29.817114,31.213686,31.747604,31.9561,32.473545,19.841581,20.134161,20.774302,21.222023,21.789732,21.992876,22.724184,23.789228,24.968777,25.688028,26.232174,26.803478,27.145758,27.985922,28.382105,22.736471,23.207243,23.274998,23.657131,23.818926,23.720583,23.944708,24.225437,24.550701,24.833097,25.026972,25.433031,25.803307,26.25672,26.671473,20.981567,21.502552,21.992342,22.91143,22.87117,23.395897,23.678877,24.384754,25.061443,25.301897,25.677704,26.44622,26.39324,26.757034,27.403349,41.710823,43.152256,44.657742,44.901028,46.490791,48.130726,50.593884,50.871078,51.509251,53.115799,52.391464,54.154587,54.858547,55.173256,56.440048,10.065051,10.786017,11.131319,11.625619,12.034906,12.775607,13.425382,13.910384,14.446799,15.367193,15.822324,16.110722,16.51972,17.012943,17.219534,12.60522,12.974636,13.62412,13.939801,14.18762,14.453933,14.74722,14.988272,15.369138,15.758039,16.002378,16.723665,17.1936,17.377432,17.867218,19.118427,20.293123,20.336037,20.306063,20.07147,20.024199,20.038048,20.489096,21.02161,21.00729,21.196014,21.73625,23.434343,23.809525,24.31675,44.368515,44.156178,45.026985,46.139847,48.04657,48.671875,50.324257,52.41449,53.59634,54.604202,54.688568,56.288658,57.602978,60.471977,61.944389,55.38385,55.801247,55.454308,56.654583,56.805809,57.543491,59.802086,60.228783,61.45916,62.165771,61.789276,63.163628,63.810295,64.232407,64.083572,49.156387,49.015095,48.861649,49.136646,49.086792,49.685631,50.83514,51.884384,52.002586,51.758297,52.170326,53.229256,53.494095,54.041416,54.110058,71.845314,71.55323,71.93354,72.678185,73.172539,74.81118,75.647469,76.85331,76.506027,75.838921,74.698296,74.684608,73.428696,73.691101,73.389229,28.470436,28.904993,30.427017,31.815226,32.828609,34.353958,35.842064,37.058083,38.610512,40.100441,40.486794,40.781387,41.830158,42.177937,42.97974,30.12813,31.107914,32.097836,33.046894,33.916855,34.793476,35.474506,36.327732,37.092407,37.773285,38.406528,38.612228,38.709778,38.990082,39.255882,48.409775,48.657742,48.887657,49.679531,49.943111,50.745106,51.326233,52.340424,52.731091,53.11113,53.414581,53.843922,53.597599,54.996227,55.209183,57.682961,58.534069,59.688705,60.490948,61.410744,62.443291,63.660095,64.59082,65.802452,66.647453,67.223732,68.433746,69.008415,69.895378,70.621323,3.0997558,3.8338053,3.9321654,4.0112996,4.1597338,4.3846445,4.8739495,5.0394306,4.9504952,5.5405402,6.0917573,6.3485956,6.7006416,6.8453526,7.1100039,12.313835,13.13836,13.93204,14.61729,15.236754,15.770615,16.445675,17.036755,17.496161,17.931913,18.355364,18.490627,18.617252,18.858831,19.029613,27.473297,27.74843,28.488632,28.766098,29.203012,29.977386,30.460512,30.920294,31.228018,31.85854,32.43808,32.760319,33.429482,33.925781,33.917168,24.155655,25.065964,25.979843,25.468164,26.505112,26.843542,26.642334,26.899633,28.75,29.673958,29.147984,28.982485,28.565254,29.710779,29.251701,85.078743,84.985046,84.803825,84.65509,84.855476,85.066292,85.57962,85.647537,85.76223,85.86515,85.996017,85.954834,85.626968,85.618332,85.820831,6.3729343,7.0253329,7.4771242,7.6962547,7.5606642,7.3832502,8.0973806,7.8560166,8.2971802,8.310626,8.9649553,9.4436903,9.5433416,10.374721,10.64736,88.229416,88.409981,88.140396,88.297531,88.117073,87.85611,87.762238,87.947426,88.036835,87.748596,88.150612,88.196388,88.387146,88.711761,88.618805,10.860297,11.51099,12.146614,12.332952,12.775187,13.203475,13.507684,13.747585,14.362851,14.386116,14.541447,14.795479,15.181966,15.665753,16.023039,42.602779,43.616001,44.630478,45.666824,46.715206,47.591286,48.660927,49.824081,50.907082,52.121521,52.903133,54.093163,55.257626,56.545238,57.600117,46.010265,48.260872,50.048637,51.665031,53.231377,52.411736,53.433586,52.473324,51.775433,52.335983,48.620171,51.09082,53.245438,54.370998,55.188931,18.583637,19.180126,19.56172,20.201435,20.526035,20.962641,21.578846,22.10618,22.640831,23.060953,23.657801,24.039736,24.332321,24.593555,25.075769,78.503487,79.100159,79.656998,80.405273,80.802811,81.264534,81.282364,81.70182,82.014343,82.078377,82.305077,81.640335,81.052795,81.201431,81.260735,15.146565,15.469813,15.669711,15.812604,16.355661,16.846842,17.417135,17.806314,18.245955,18.771612,19.384422,19.31926,19.817583,19.970499,19.964548,15.916207,16.444202,16.976231,17.372553,17.751577,18.226791,18.868765,19.32588,19.85535,20.538227,20.929583,21.456154,21.647259,22.242178,22.566372,5.6137104,6.1815286,6.5549545,6.8715258,7.3657165,7.8113241,8.2051287,8.7088337,9.0315914,9.5142479,9.8038635,10.00737,10.159681,10.186313,10.457129,12.852177,13.519667,13.971236,14.439109,15.164235,16.035471,16.406416,17.068375,17.644884,18.320393,18.755861,19.129593,19.191103,19.532951,19.919582,21.474655,21.775898,22.159359,22.094965,23.239437,23.385733,24.060518,23.700981,25.067652,25.386148,24.683865,26.24526,26.896011,27.589798,27.716824,46.250324,46.658615,46.892578,48.221077,48.639549,49.935558,50.722099,50.860394,52.604168,53.042412,52.732365,53.963036,55.475254,56.096394,56.279301,16.624842,16.936489,16.796875,15.994713,15.75067,15.705352,15.712291,15.039769,14.242879,14.155942,14.541388,15.36189,16.131498,17.531446,18.454258,21.249769,21.580856,21.895096,22.236338,22.60376,22.877268,23.043861,23.287724,23.512177,23.612707,23.864656,23.913301,24.005278,24.01524,24.057671,8.6584206,8.7385778,8.7772655,9.0965929,9.1871338,11.270358,11.483031,11.964071,12.674463,12.40449,12.96401,12.795444,13.015244,13.31319,13.650524,8.1555138,8.6886969,9.0731173,9.5763674,9.9068727,10.762618,11.51493,11.940298,12.794405,13.584561,13.705814,14.092556,14.239415,14.220699,14.607829,73.918411,74.526505,75.119934,75.438484,76.046455,75.971832,76.220093,76.818069,76.881752,77.295563,77.659081,78.160065,78.420052,77.933731,77.854332,35.922062,35.810669,36.283123,36.346375,36.420082,36.357708,36.455082,36.201893,36.193737,36.398064,36.665909,37.733753,38.447308,39.170116,39.607864,18.125061,18.559568,18.948772,19.333204,19.750891,20.139297,20.589077,21.126265,21.651312,22.095272,22.558928,22.851992,23.199787,23.464788,23.734341,37.561176,38.635071,40.891365,41.601883,42.22414,42.78997,43.495663,44.751198,45.079571,46.435303,47.263142,47.392429,48.141266,48.884727,50.178432,16.036743,16.485027,16.87746,17.281273,17.738489,18.177444,18.669901,18.817001,19.226637,19.84314,20.0249,20.723959,21.133591,21.373865,21.635502,30.135038,29.977795,29.648993,30.405405,30.000002,30.086411,30.199667,33.247421,29.55665,30.473856,31.188927,31.305758,32.670906,32.260658,33.849728,35.450264,35.455841,35.058857,35.234756,35.10112,34.172558,34.180595,34.178101,34.491901,34.371941,34.251698,35.14151,35.813572,35.57074,35.593449,39.807961,40.018169,41.065563,41.879986,42.40062,43.23362,43.961697,44.915951,45.731396,46.459141,47.261654,48.251785,48.705856,48.894615,49.399891,13.14111,13.968698,14.890612,15.90387,16.709202,17.840742,19.289593,20.492022,21.772352,23.328491,24.006947,24.726467,25.396616,26.324526,27.225758,6.8767519,7.3381996,7.7941341,8.2589741,8.6088457,9.0000515,9.4056702,9.9931545,10.466702,10.986183,11.446614,11.558858,11.924244,12.246552,12.631766,9.2400341,9.832634,10.621015,11.207208,11.897923,12.563041,13.41553,14.176391,15.026394,15.910853,16.550953,16.993517,17.331749,17.637604,18.109112,16.139147,16.825632,17.132923,17.580748,18.100679,18.327417,19.064707,19.642172,20.28318,21.118765,21.459919,21.847607,22.299194,22.71846,22.915512,33.427944,34.148079,34.660774,34.892036,34.850979,34.649807,34.654713,34.999619,35.293118,35.666786,35.841309,36.085735,36.319263,36.606865,37.024689,48.126076,48.519901,49.514015,50.381123,51.281059,52.240337,53.008682,53.708427,54.405247,55.135555,55.983173,57.014221,57.716976,58.094521,58.314548,27.794079,28.16,29.010517,29.088943,28.485676,29.836699,30.960358,31.39535,30.723957,32.874664,32.369598,34.199394,33.648567,34.526051,33.719807,7.4159489,7.8834615,7.9563761,8.680851,9.3264885,9.4517727,9.8462267,9.9266443,10.52136,10.425706,9.9047165,10.754604,10.815046,11.14873,11.404152,31.625212,32.534443,33.956505,35.44862,36.916878,38.626854,39.845078,41.397949,41.854137,42.87257,43.200001,44.149796,44.939346,45.600433,45.132744,14.582451,15.317856,15.790631,15.769739,16.338846,17.726963,18.689045,19.227188,19.751614,21.585903,21.965317,21.081999,21.430332,21.989529,22.648705,2.5684149,2.8557868,3.123662,3.3493693,3.5185184,3.6682897,3.8041577,4.0594134,4.2175694,4.3022056,4.5170603,4.6940589,4.9671521,5.1102276,5.5059419,33.213696,34.093597,34.967918,35.85054,36.702427,37.539658,37.808208,38.783886,39.606075,40.330559,41.003864,41.189835,41.333218,41.555561,41.727753,5.3626695,6.0235157,6.5402336,6.9899058,7.6266723,8.2119379,8.7395411,9.3683739,9.9661503,10.577587,11.175988,11.561069,11.880845,12.072975,12.367799,13.774501,15.015176,15.100672,16.98048,17.706896,18.967897,20.334969,21.134447,21.546392,22.881073,24.035608,24.46966,24.459614,25.441345,26.572969,20.686241,21.528009,22.485207,22.760496,22.816612,23.577236,23.448513,24.422613,24.302107,24.104401,23.955858,24.171963,24.516457,25.432938,25.541874,29.894123,30.619923,30.999937,31.41486,31.760962,32.183846,32.711887,33.507973,34.243671,34.907791,35.43951,35.943192,36.178822,36.626278,36.947311,15.832085,16.771866,18.826332,18.500893,19.618769,21.091955,23.247232,24.392313,26.249998,27.669647,28.022121,29.593124,30.548044,31.885466,32.620708,6.971036,7.4523463,7.8688831,8.2790871,8.7010164,9.1409092,9.5148201,9.7022181,10.23285,10.550804,10.945109,11.194845,11.49038,11.722515,11.882563,88.556671,88.568245,88.732391,88.960037,89.234589,89.478836,89.709526,89.965668,90.243301,90.487915,90.672836,90.760651,90.86628,91.067574,91.172623,13.666677,14.188488,14.667874,15.070359,15.723345,15.96936,16.6483,17.341991,17.847244,18.17169,18.505236,18.543686,18.996181,19.431185,19.985027,37.423908,38.143147,38.386459,39.385754,40.010471,40.530006,41.118195,41.669586,42.490635,43.376938,43.662529,44.720119,45.575256,46.133865,46.412983,7.3252187,7.6322923,8.0034142,8.0813532,8.3790274,8.7153006,9.0799131,9.4229584,9.8419542,10.072579,10.380852,10.658587,11.141153,11.304809,11.63179,9.3596678,9.8313828,10.434513,11.059004,11.566498,12.091209,12.789663,13.54461,14.260849,14.84865,15.478286,15.390496,15.653427,16.005758,16.203251,7.5124273,7.7977686,8.1222858,8.2919102,8.5630674,8.5787239,9.0017405,9.3693161,9.6805592,9.78022,10.154702,10.11943,10.313824,10.67517,10.800229,37.457077,37.579254,37.856567,37.588333,37.72715,37.842953,37.914066,38.013424,37.923412,37.91927,37.985317,38.618641,39.360413,39.720734,40.406555,75.156387,76.240822,77.221893,77.488792,78.385651,78.659248,79.155823,78.422874,79.104919,79.053459,78.634933,78.745232,79.142937,78.109901,78.231079,8.4191236,9.019393,9.510931,9.8668451,10.39078,10.965686,11.71183,12.451542,12.992765,13.416451,13.822333,13.931402,14.244953,14.554259,14.994033,14.76575,15.365423,16.006229,16.326351,16.576208,16.632896,17.609127,18.095583,18.836666,19.527588,20.120243,20.871069,21.636148,22.070419,22.34701,24.687143,26.240286,27.283442,26.794258,26.151012,26.224426,26.318983,26.35177,25.525145,26.023945,25.653797,26.417446,26.42948,27.000002,27.742348,7.8724861,8.7141218,9.2978916,9.9944229,10.179441,11.053674,11.550615,12.395236,13.266889,14.165838,14.067346,14.847982,15.354724,15.63726,16.351351,24.803778,25.065201,25.769123,26.346838,26.590214,26.992947,27.096172,27.841524,28.594971,28.96586,29.203665,29.605591,30.330456,30.839777,31.414217,3.9069533,4.1710992,4.34271,4.5446882,4.7333279,4.8456044,4.9568286,5.2667599,5.2203579,5.5220628,5.8504844,6.0823488,6.2294259,6.4287319,6.6829667,35.423199,35.138763,36.029076,36.689037,36.663692,35.83815,35.159008,35.792709,34.283249,34.737747,33.248081,33.53632,33.289875,34.488972,34.141876,10.627536,11.173877,11.670384,12.167893,12.684031,13.199574,13.93386,14.846404,15.656898,16.521175,17.113989,17.618198,18.276093,18.545996,18.928534,89.952606,89.988449,90.498085,90.598289,91.088341,91.316902,91.550385,91.678032,92.170067,92.604568,91.707504,92.360191,92.446724,92.281174,91.70639,75.9813,76.091286,76.605309,76.807144,77.042351,77.383865,77.671875,78.169426,78.436157,78.73896,78.987755,79.036522,79.270287,79.381981,79.704193,12.2764,12.787951,13.396652,14.03819,14.546253,15.111734,15.760592,16.469477,17.101625,17.632801,18.248011,18.623934,19.018997,19.457787,19.982443,20.97427,21.459545,21.899178,22.40727,22.677113,23.438118,23.955143,24.340862,24.509462,24.540884,24.971556,25.805336,26.00967,26.668335,27.149778,47.659546,48.155151,48.326527,48.647396,48.586933,48.593571,48.695362,48.926174,49.37109,49.64539,49.78775,50.451111,50.598198,51.324368,52.23127,11.188598,11.848769,12.378207,12.858759,13.385566,14.106056,14.818098,15.605993,16.219973,16.640612,17.117785,17.709629,18.135458,18.734446,19.331507,18.094244,18.544592,18.674675,19.114012,19.099436,19.203562,19.173475,19.726343,19.984882,20.300106,20.456972,20.880299,21.30863,21.692188,22.308506,79.285721,79.572449,78.78788,80.373833,80.227272,77.024071,76.056335,75.662651,75.365852,76.674942,71.121719,77.727272,76.870743,76.291077,75.728157,9.3637447,9.7772274,10.920245,11.698113,10.998735,11.989796,12.857143,13.197968,13.21474,14.123581,15.327565,16.971918,16.666668,17.462311,18.135376,19.291643,19.778484,20.557312,21.114006,21.687584,22.292721,22.631689,22.931833,23.368542,23.75827,24.06863,24.416143,24.956299,25.241083,25.609756,20.74041,21.161549,21.787216,21.973392,22.665497,22.369278,23.154215,23.439575,22.367256,23.577763,23.005001,24.010439,24.295155,25.6043,25.524239,9.4972095,10.543099,10.7143,11.254,10.443,12.8028,12.280701,13.732401,14.3382,13.9785,16.608999,13.5659,13.703699,14.3382,16.412201,51.195747,51.945011,53.04649,53.182083,53.01915,54.160625,54.472477,54.681332,55.26091,56.16592,54.808228,55.546314,56.077351,56.397446,57.00428,65.542892,66.23024,66.848122,67.810074,68.190804,68.571159,68.974922,69.142494,69.408974,69.735847,70.167572,70.568047,71.069748,71.430794,71.658493,25.229252,25.626534,26.112759,27.078148,27.715736,27.629513,28.484688,28.137598,28.027397,29.476282,29.689175,31.417114,32.305237,33.121189,33.844154,3.3212609,3.7158403,4.0613608,4.4610348,4.6351023,4.9225845,5.2990727,5.5601673,5.9959164,6.2762098,6.7172265,6.7300758,6.8354425,7.1064339,7.5237074,43.708656,44.597008,45.176697,46.044292,46.674435,47.809093,48.514439,49.201122,50.933311,51.432091,51.693405,52.572197,53.075592,53.678078,54.02282,15.173185,15.271537,15.799186,15.975025,16.324247,15.804507,16.151398,16.610909,16.828186,17.43334,17.828711,17.915163,18.387434,18.752783,19.074202,77.53476,78.496796,79.452286,79.980545,81.255928,81.305405,83.203545,83.64045,84.277763,85.068672,85.273232,85.689774,85.279686,84.651665,84.517601,11.464305,11.968562,12.392022,12.975146,13.48667,14.073496,14.290182,14.954777,15.324471,15.957558,16.135231,16.642389,17.258753,17.474287,17.81942,18.298199,18.953024,19.186659,20.056671,20.030827,20.373545,20.675312,21.34462,21.250755,21.943859,22.582781,22.670601,22.854727,23.077387,23.151646,7.957129,8.374321,9.0660381,9.6232986,10.178696,10.724044,11.13628,11.708359,12.606939,13.207212,13.694875,13.565062,13.603775,14.076387,14.17426,11.019327,11.681245,12.227074,12.881438,13.304167,14.234957,14.976639,15.79682,16.681572,17.45046,18.142036,18.776455,19.353741,19.834614,20.621483,13.005033,13.60621,14.275549,15.00374,15.473804,16.217985,16.719351,17.466436,17.944939,18.849524,19.280348,19.694267,19.870464,20.518969,20.882969,20.925621,21.675713,22.255192,24.604456,24.801849,27.543343,28.282505,29.043425,29.374805,30.817799,29.245285,30.606152,30.572506,31.357389,31.669003,38.101856,37.768208,37.682976,38.426243,38.37796,37.761154,37.269661,36.528454,36.370762,35.416302,35.18166,35.731022,36.632984,36.42194,37.463787,5.1706972,5.7317562,6.4794092,6.5994596,6.5916576,6.6865673,7.4370341,7.7264323,7.7125149,7.9895697,8.1124458,8.7098818,8.8546581,9.1223898,9.6862135,10.7692,10.6061,9.3333292,11.1111,9.09091,18.5714,17.3333,21.518999,19.6721,23.3766,22.8916,18.947401,23.4568,17.4757,19.540199,27.658787,28.157541,28.554932,28.920469,29.331675,29.681238,30.050314,30.517504,31.014889,31.515175,32.067497,32.588737,32.90411,33.370586,33.942631,44.983818,44.41341,45.273323,45.073814,45.220352,46.293297,47.25452,46.986141,46.695889,45.925426,46.187733,46.402447,46.734802,46.987526,47.870674,27.192661,27.246702,27.349564,27.997011,28.895149,28.655907,28.63253,29.204195,29.769596,29.886431,29.614359,30.514616,30.588093,30.930202,30.780489,18.078022,18.741604,19.399181,19.931974,20.389605,20.928301,21.430864,22.03792,22.591547,23.165672,23.755655,24.083052,24.386007,24.756132,25.222141,33.21471,31.257633,33.459118,33.832706,34.285717,36.628643,34.509804,34.282017,36.141304,38.197426,36.938202,37.464386,37.635868,37.728458,37.810944,15.76309,16.966373,16.863327,17.160675,17.769663,18.163824,18.569059,19.224144,19.940031,19.899134,19.759563,20.26791,21.011219,21.930206,22.415535,2.3287671,2.5728989,2.7193618,2.7158272,2.7262814,2.6320581,2.9112082,2.82166,2.8656495,3.0180898,3.8307602,3.4310908,3.8513775,3.823961,4.0735612,40.826271,40.983604,42.114311,41.862507,41.973625,41.98336,42.561333,43.168671,43.28653,43.036095,43.398964,44.26096,45.283398,44.866199,45.688076,20.94269,21.720545,21.583893,22.355131,21.88402,21.715185,21.569136,21.324095,20.768833,21.848318,21.357533,21.924603,22.109684,23.256937,23.741713,31.584507,32.181778,33.043919,33.728611,34.171391,34.827103,35.375446,36.351917,37.087284,37.855053,38.486027,38.954742,39.273407,39.906849,40.450794,95.097481,95.07711,95.139236,95.291412,95.421844,95.424812,95.552589,95.582764,95.671585,95.624504,95.616371,95.46859,95.214226,95.132759,95.114365,45.810963,46.293659,46.635715,47.03603,47.255859,47.65107,47.990261,48.547459,49.03503,49.62833,49.857964,50.205303,50.427078,50.740719,51.029743,32.109306,32.141319,32.948719,32.972736,33.245033,33.40868,35.425194,34.650734,34.37077,36.326897,34.239857,35.222672,35.595505,35.923687,35.395348,29.230701,30.147186,31.015911,32.111206,33.087639,33.961277,34.766853,35.615028,36.496807,37.28035,37.851433,38.847145,39.89809,41.061573,42.424515,18.707287,19.271833,19.983187,20.34354,20.659613,20.817844,21.57324,21.859215,22.629164,22.960907,23.432062,24.001461,24.388021,24.865559,25.521564,13.177991,13.867148,14.055902,14.452405,15.286885,15.271333,15.471776,16.403202,17.063166,17.100677,16.508577,17.091208,17.12513,17.485668,17.47851,31.24221,31.860903,32.346073,33.258595,34.073277,34.820854,35.510292,35.581966,36.15509,36.344292,36.940578,37.603836,38.37072,38.778915,39.235767,5.2801838,5.5532403,6.0928535,6.5298123,6.9481587,7.6415529,8.0380163,8.4956112,9.1188002,9.8290167,9.8811817,9.9118271,9.9912939,10.366293,10.510603,12.81652,13.546881,14.476852,15.230499,16.046946,16.827141,17.489305,18.465738,19.388672,20.267319,20.915083,21.248281,21.704357,22.079613,22.5333,47.770985,47.611065,47.859089,48.800869,49.286381,49.73415,50.695591,51.448528,52.273273,52.894558,52.883129,52.075607,52.269588,52.743011,52.518726,3.6539495,4.1429543,4.5709944,5.0688787,5.3300471,5.9560409,6.2727823,6.8900456,7.2028718,7.5497918,8.112711,8.1661329,8.4379902,8.781292,9.0615396,12.05575,12.761193,12.890923,12.585291,12.362205,13.365155,13.268608,13.355049,12.949039,13.333334,13.99177,15.953948,16.666668,15.481171,16.30529,11.363637,11.848978,12.423009,13.071754,13.714067,14.626102,15.08664,15.752962,16.331781,17.073362,17.728325,18.011637,18.312254,18.462223,18.602444,15.932923,16.657526,17.389032,18.490387,19.226555,19.876638,20.809919,21.518023,22.226208,23.135927,23.952147,24.294479,24.917337,25.108198,25.650581,3.7704482,3.7276175,3.7470725,3.601553,3.6057692,3.3435895,3.0942922,3.0694106,2.9806156,2.8450782,3.1824172,3.0844605,3.2395449,3.3711028,3.5840518,28.136953,28.497711,28.91931,29.673883,30.39366,30.973211,31.567165,32.372879,32.99543,33.659439,33.665836,34.393181,34.994293,35.411968,36.160213,56.104607,56.650299,57.094254,57.739777,58.102577,58.515274,58.808372,59.356392,59.77285,60.201054,60.813267,61.32185,61.637531,62.009632,62.388428,32.053848,34.026711,35.29541,36.46587,37.719967,40.260017,42.011089,44.099064,46.406345,48.361858,48.496719,49.266891,50.475918,50.939339,51.716415,10.933211,10.600375,11.551474,11.052123,11.42717,11.094527,10.646767,11.847389,10.828343,11.176471,12.171372,12.385542,13.531998,15.016739,14.913127,3.6335807,3.8759689,3.9635856,4.1865644,4.3814311,4.5652695,4.8416519,5.1413288,5.4883065,5.6259651,5.9416575,6.1295376,6.5297313,6.72931,6.8906479,13.662555,13.8381,14.076776,14.442735,14.862883,15.50289,16.167126,16.648001,16.965181,17.405863,17.9603,18.213217,18.979151,19.588963,19.89205,3.5055351,4.2726035,4.6791272,5.1300988,5.4910011,5.8426967,6.271317,6.920475,7.5285716,7.99054,8.5040293,8.4335346,8.7490635,8.848444,9.1279001,7.0424752,7.5463667,7.9741106,8.4428225,8.6417637,9.002758,9.2753372,9.6939888,10.121245,10.443688,10.71255,10.937685,11.056015,11.061921,11.367846,49.394455,49.867912,51.744419,53.579514,54.622345,55.87682,57.578476,57.637714,57.894737,59.442574,59.683681,60.62962,60.642178,61.250751,61.805489,61.258774,61.931957,62.391197,62.683815,63.077019,63.919403,64.344612,64.728149,66.251389,66.991608,67.158035,67.805283,67.573463,67.712975,67.718613,9.4730253,9.5144949,9.6931343,10.018088,10.347567,10.712087,11.24739,11.72174,12.278901,12.787403,13.250359,13.563737,14.056155,14.294426,14.444059,28.304705,29.18194,30.122068,30.802021,31.428766,32.372379,32.851063,33.46328,34.265076,34.904011,35.428913,35.935829,36.49324,36.754192,37.318035,84.445953,84.69429,84.70932,85.005936,84.512634,84.376213,84.262894,84.232368,84.394112,83.853546,82.860039,83.075333,82.297722,81.745819,82.059654,5.5458894,6.3431292,6.82023,7.0553937,7.3233776,6.997828,7.0637121,7.2857924,7.8116493,8.0686378,8.021636,8.0997734,8.1604681,8.1519766,8.2600412,10.356662,10.886251,11.365561,11.906288,12.584864,13.175776,13.874662,14.585039,15.190786,15.931611,16.498911,17.418194,17.935621,18.731298,19.549438,50.243164,51.083588,52.46159,52.204472,53.970264,54.661148,55.316456,56.901844,59.568733,61.089725,59.994038,62.511082,63.444893,65.592888,65.990387,22.562765,23.34437,24.139074,24.303555,24.251116,24.825617,25.674019,24.304716,24.375193,24.954185,24.229607,26.431074,26.395489,27.070158,26.912773,4.5394139,4.6976547,4.959034,5.1229658,5.1678443,5.5043144,5.9152374,5.9746022,6.113605,6.6069341,6.9930067,6.7968807,7.2361178,6.9062099,7.2963438,73.38163,73.237595,73.649841,73.733536,73.500511,73.443787,73.821289,73.517906,73.91568,74.073807,74.155678,74.306664,74.394363,74.902405,74.699471,44.857544,45.499031,45.153294,45.339153,45.176933,45.441391,45.773716,46.344753,46.796768,46.774628,47.441986,48.351349,48.369263,48.778805,49.753494,3.1674211,3.2954545,3.4802783,4.4848485,4.2806182,7.1345034,7.3027091,7.5535512,8.4070797,7.9655542,8.2884827,8.0385847,10.094638,10.749186,10.966341,14.649484,14.78428,15.093751,15.397537,15.485854,15.512751,16.120861,16.638462,17.38736,17.814985,18.105162,18.657389,19.045883,19.192842,19.625486,11.205576,11.57676,12.007269,12.753526,13.180587,13.537921,14.385106,15.062596,15.425611,15.812613,16.055086,16.254007,16.462473,16.712074,17.029724,29.411766,29.628632,29.930922,30.355988,30.972713,31.710016,31.916502,31.686655,31.865185,31.861046,31.832859,33.172348,33.298145,33.249077,33.826637,8.5047197,9.1184645,9.5680285,10.290482,10.754679,11.236747,11.865516,12.769608,13.250311,13.824126,14.393273,14.972435,15.21501,15.808686,16.061573,1.819407,2.1849544,2.2907321,2.442282,2.5242903,2.6136906,2.9575734,2.9693577,3.0004733,3.0780711,3.4368377,3.3336453,3.5168197,3.846154,4.1590095,3.582989,3.9954853,4.1513634,4.3723712,4.6670337,4.8785872,5.1709027,5.4597702,5.5758381,5.9856791,6.3668289,6.1667042,6.5384617,7.0609818,7.3508849,4.7141781,5.4242911,6.0260515,6.6307054,7.2346101,8.0394974,8.6000557,9.265523,9.7840776,10.450049,11.160259,10.977702,11.572788,11.942806,12.621789,49.697773,50.25491,50.761749,51.428352,51.540531,52.034748,52.062012,52.497639,53.040634,53.556599,54.544331,55.012722,55.122124,55.430943,55.959,21.56988,22.876558,23.353193,23.975924,24.334162,24.456703,25.898079,26.449457,27.359598,28.327248,27.9818,28.57143,28.714693,28.483894,29.365353,43.803345,44.131298,43.80764,43.57674,43.931793,44.252689,45.089142,46.560349,46.175117,46.179401,44.116802,47.365234,49.231243,50.844276,52.263374,27.924437,28.545273,29.214117,30.406126,31.74091,32.775879,33.951454,34.197556,35.071003,36.040699,36.397427,37.279301,37.966537,38.669838,39.467617,7.6129818,7.9784045,8.5301065,8.5697222,8.7234039,8.7948875,9.0051718,9.3535891,9.4447803,10.142772,9.9051008,10.353082,9.9703264,10.643344,11.315077,9.8405514,10.551826,10.944147,11.485023,11.8515,12.569668,13.378613,14.205954,14.91667,15.650471,16.511492,16.824139,17.31146,17.585728,18.06028,28.230116,28.680933,29.519596,31.384516,32.019703,32.760941,35.030548,35.803299,37.89127,39.198147,39.716545,40.105541,41.285904,42.328899,42.248943,11.276458,11.894667,12.508628,13.204598,13.841431,14.487725,15.000203,15.554656,16.175594,16.741747,17.339628,17.708332,18.031689,18.418844,18.715292,13.299712,13.609804,15.285654,15.364864,15.809117,16.201336,16.579651,17.183592,18.608042,18.954248,18.981535,18.912836,18.926159,19.228535,19.376804,97.535965,97.286995,97.141418,96.945541,96.705666,96.513626,96.333618,96.15818,96.00087,95.914482,95.623985,95.678642,95.646774,95.691818,95.776657,14.726027,15.282919,15.916364,16.370789,16.596975,17.642683,18.486773,19.583727,19.757219,20.795866,20.819468,21.264973,22.163065,22.462296,22.997334,31.737848,31.618196,32.805431,33.307396,32.831089,33.055092,32.740215,31.597221,32.763046,32.15517,28.471003,34.217281,36.333054,37.581169,38.683434,11.959135,12.691326,12.911903,13.0854,13.24457,12.921752,13.263159,13.13412,13.305614,14.584787,14.674635,13.937754,13.964577,15.465361,15.390121,52.311134,52.703373,53.511787,53.512035,53.394764,54.484894,56.524773,56.907742,57.856976,58.637642,57.990192,60.777473,60.442638,61.03474,60.790737,35.331493,35.838993,36.278034,36.839493,37.143929,37.484196,37.767372,38.395927,39.310436,39.908852,40.060738,40.98172,41.012947,42.248611,42.075424,19.923895,20.779974,21.569376,22.273138,22.952179,23.613255,24.220987,25.009766,25.672117,26.288706,26.843775,27.051786,27.297329,27.594952,27.863598,17.786955,18.284624,18.904066,19.509008,19.871037,20.221142,20.61046,21.074217,21.476614,21.812403,22.245558,22.471851,22.798637,23.211407,23.54714,48.819641,48.672565,48.76115,48.844223,47.81683,47.452229,48.534203,47.291195,47.511311,46.666668,47.657028,47.523708,49.234138,50.169872,50.279957,44.305389,44.279644,45.059319,45.635872,45.802746,45.896755,46.45726,46.820671,47.797321,49.075695,48.998104,50.312328,51.34148,52.803848,52.939796,9.4483891,9.6594076,9.60322,9.9882488,9.9273605,8.908555,9.1228065,8.7114334,8.8073397,9.3107615,9.2852783,9.7560968,10.841122,11.643836,12.329616,28.513044,29.6726,30.774651,32.217499,33.467976,34.656113,35.713078,36.995136,38.04541,38.939812,39.741459,40.340385,40.440075,41.089291,41.616646,30.924358,31.474266,32.199741,32.840984,33.223862,33.702629,34.167255,34.648479,35.078365,35.528431,35.835163,36.233089,36.704464,37.347668,38.049812,28.47777,29.034403,29.703924,30.255106,30.822832,31.38558,31.796646,32.308071,32.778965,33.162247,33.617287,33.589478,33.597347,33.765491,33.809151,4.8212862,5.3638463,5.4656882,6.0186496,6.0929384,6.4327888,6.4760714,6.7937603,7.2600832,7.2968493,7.8950973,8.5300941,8.701725,9.1609411,9.1847477,3.5340943,4.0906234,4.6722689,4.8119869,5.2001143,5.5600667,5.8001332,6.0905118,6.3699579,6.5602431,7.0879908,7.1705422,7.3006997,7.4265733,7.6113887,3.9771767,4.1571083,4.4312587,4.6841426,4.7695179,5.0609903,5.4757395,5.578054,6.0042372,6.3581004,6.8809552,6.9265594,7.0246592,7.4055462,7.8828716,43.068718,43.794491,44.729607,44.878201,45.549244,45.7812,46.943916,47.582455,47.415661,49.263599,48.020245,50.091297,51.672291,51.7682,53.189034,66.169884,66.664093,67.041695,67.613678,68.212173,68.492111,68.316795,68.165695,68.713272,69.175919,69.245003,69.820198,69.983192,70.10466,70.408615,75.808533,76.258194,76.883171,77.834312,78.24929,78.593864,79.036308,79.465561,79.94445,80.195198,80.175034,80.271431,80.267273,80.1166,80.503311,6.7047434,7.0526443,7.1787477,7.5954905,7.8729124,8.2029505,8.4281721,8.7745209,8.8755484,9.0376053,9.3945322,9.5223608,9.6782217,9.9125919,10.17241,39.476036,39.761631,40.387596,40.939365,41.378456,41.471588,41.709255,42.501263,43.154312,43.732903,44.05603,44.327068,44.425529,45.019859,45.241566,14.15134,14.355262,14.56217,15.012028,15.240662,15.521651,15.764359,15.956163,16.165596,16.488882,16.887878,17.211195,17.321926,17.621609,17.868706,19.60844,20.641834,21.637194,22.241488,22.925373,23.946083,25.266596,26.149866,27.182219,28.293774,29.199484,28.82584,28.869793,28.958611,29.31963,42.200222,42.566212,43.35881,43.958191,44.214352,45.406567,45.616932,46.034061,46.845486,47.521893,47.698822,48.746021,49.829727,50.489414,51.588737,8.7959766,9.4206944,9.9313622,10.553315,11.139483,11.542101,11.925836,12.298822,12.920989,13.207209,13.942335,13.962664,14.548406,14.836065,15.159969,94.419662,94.500038,94.678185,94.915619,95.052742,95.19899,95.270096,95.424438,95.560722,95.682533,95.714378,95.535889,95.359116,95.255074,95.2183,31.518681,32.189991,32.692165,33.356895,33.823673,34.5695,35.217781,35.68858,36.404766,37.028633,37.564362,38.093967,38.557995,39.147411,39.760174,12.697506,14.371373,15.194346,15.428339,16.295095,18.968655,21.048468,21.934605,22.889017,24.241859,24.653227,25.380526,25.800682,26.614174,27.087004,12.330731,12.726508,13.283012,13.572475,14.057883,14.492188,14.941846,15.412365,15.838575,16.166462,16.741467,17.165041,17.509314,17.958937,18.279118,20.659687,20.952515,21.975014,22.841047,23.106852,23.391178,24.10553,24.668995,24.877831,25.480663,26.360544,27.126471,27.093708,28.096216,28.669655,85.744171,85.786369,85.983757,86.472717,86.329277,86.499603,86.72599,86.911377,87.069794,87.443962,86.981026,87.345718,87.386978,87.473236,87.653419,17.391798,18.273634,19.081942,19.722345,20.233658,20.771355,21.260334,21.947805,22.349705,22.853214,23.334389,23.523163,23.610584,23.783545,23.911587,36.774548,36.922295,37.467159,37.909637,38.174343,38.129211,38.285439,38.276257,38.317688,38.266045,38.47224,38.480724,38.733406,38.821018,38.680016,44.387974,45.167236,46.106319,47.209854,48.715664,49.148678,50.075279,51.808121,52.605354,53.591473,53.607666,54.783585,55.861504,56.979347,58.014877,10.874365,11.575392,12.179989,12.683689,13.189716,13.755776,14.48143,15.092494,15.723346,16.567457,17.27059,17.549068,17.949694,18.272507,18.452431,5.7509985,5.9322033,6.0531983,6.5321856,6.7449493,7.0721745,7.3359451,7.4781475,7.8232107,8.0534983,8.6413288,8.8549938,9.2470188,9.3600922,9.5358849,46.274403,47.691463,48.447033,49.813408,51.833744,52.930851,54.065369,56.062202,57.282681,58.548309,58.37254,59.328823,60.674297,62.340843,63.427818,10.669058,11.235065,11.853949,12.396602,12.767145,13.150947,13.803699,14.568514,14.946974,15.80743,16.520287,16.855524,17.110224,17.417564,17.884405,85.531105,86.572639,87.869583,88.946281,89.636208,90.469986,91.376534,91.537193,92.551323,93.189682,93.006393,93.17382,93.508774,93.58519,93.888229,91.191132,91.315971,91.709709,91.878746,92.390549,92.797234,92.561417,92.673927,93.194031,93.347191,93.27021,93.241409,92.807503,92.884239,92.990959,5.5518508,6.4010663,7.0815454,7.5840368,7.8163567,9.1085272,9.6163034,10.102139,10.276002,10.531136,10.793316,10.56338,10.710988,10.70048,10.845986,6.552866,6.6256166,6.9326491,7.1316333,7.3366771,7.6291857,7.7565947,7.882525,8.1136322,8.2718954,8.3381519,8.5153799,8.646347,8.9875708,9.086318,6.3890009,6.8339243,7.2811618,7.6652145,7.9005404,8.1660881,8.564147,9.0423069,9.6073914,9.8929195,10.014372,10.06015,10.179532,10.291108,10.479128,10.243522,10.021568,10.336084,10.538073,10.93079,11.217916,11.578318,11.666829,12.036318,12.429646,12.496506,12.501171,12.798795,12.996992,13.176528,5.0755939,5.0592036,4.8511577,4.8140044,3.9915967,3.9296794,3.4552846,3.5934291,3.3232629,3.0858245,4.4214487,3.4305315,3.1963472,4.3020191,4.1964283,5.4628944,5.8822088,6.1744018,6.4253354,6.7043238,6.9455585,7.2374463,7.6798177,8.0513592,8.2628775,8.4672709,8.63978,8.796319,8.9580021,9.1084461,3.4673679,4.1359539,4.422473,4.6460471,4.8142509,4.8536158,5.0622511,5.3330131,5.3928328,5.9236078,6.2634296,6.7267685,7.1615815,7.8275161,8.1401644,5.4654379,5.3891087,5.6124387,5.9269795,5.4110899,5.6441603,5.8401151,5.9057355,5.9869647,5.8828926,6.0595031,5.9498863,5.9879141,6.3780265,6.3487582,2.8439014,2.975558,3.3763442,3.6047776,3.6906853,3.8192928,4.0042825,4,4.2714572,4.5580111,4.5244513,5.2061157,5.4802594,5.41502,5.7017541,5.3206654,6.0929351,6.5451145,6.6269288,6.9066606,7.6700935,7.9321728,8.4181938,8.6738672,8.988266,9.6385536,9.872817,10.058918,9.9658194,10.062428,4.0821128,4.3973427,4.6742053,4.9665766,5.3004861,5.7969918,6.3619046,6.8598928,7.3630104,7.6488743,7.7888145,7.7755632,7.9349451,8.0803757,8.2291203,2.6366715,3.0281353,3.3011084,3.2938995,3.3965693,3.2489355,3.4550409,3.2268138,3.5514765,3.7809775,3.7726653,4.1106486,4.205019,4.5573802,4.561974,2.2973416,2.4833333,2.6311462,3.1142998,3.0645161,3.3286228,3.0398321,3.3638244,3.5167079,3.5566349,3.8149805,3.9180393,4.1788144,4.2116928,4.5335178,7.2184095,7.7680168,8.0749407,8.8510847,9.5614548,10.205278,10.798594,11.527522,12.44031,12.889898,12.752907,12.813592,12.623763,12.597301,12.536839,1.4375436,1.6491754,1.8696582,1.9017432,1.9676377,2.1060548,2.1217933,2.1206248,2.2901599,2.5541961,2.3661795,2.5468473,2.6693835,2.8462441,2.6843741,4.4568243,4.8797736,4.9400139,5.3229237,5.4545455,5.8041954,6.3680897,6.3424945,6.7504964,7.1989527,6.021781,6.8286276,7.4607329,8.1578951,7.806191,1.8320611,1.8633541,2.3626091,2.5502696,2.5841053,3.3090024,3.7837837,3.7664783,3.906601,4.3941412,3.9293599,4.2801557,4.5334506,4.5394444,4.6227651,11.999428,12.573594,13.131703,13.596315,14.044147,14.488119,14.995273,15.694015,16.385624,16.804272,17.172966,17.314144,17.447277,17.629293,17.780687,3.7812195,4.1348648,4.4942174,4.6348834,4.6418419,4.7828317,4.6933255,4.8260622,4.9113331,5.0434065,4.5632248,4.8999729,4.7845607,5.0675898,5.25177,6.6517582,6.9502873,7.4556565,7.7264729,7.8746333,8.4081764,8.4866877,8.9375534,9.1286774,9.2472095,9.510148,9.3021593,9.4777079,9.5807743,9.6373644,2.5851564,2.8827405,3.1852472,3.3295126,3.3484445,3.6466651,3.9054625,4.0867763,4.3594351,4.4457331,4.6546259,4.6810751,4.7848506,4.7849646,5.0462899,8.1698036,8.421258,8.812151,9.1027107,9.3775358,9.5409679,10.037381,10.399169,10.925658,11.197612,11.59333,11.521205,11.636738,11.552459,11.735997,10.472314,10.592878,10.587137,10.567607,10.523239,10.424703,10.551056,10.882369,11.109124,11.38453,11.537477,11.784654,11.846853,11.874897,11.836105,3.5494745,3.8741953,4.1826105,4.6120253,4.7195673,4.7684464,5.3694787,5.81885,6.2368989,7.0055575,7.3102303,7.4235415,7.7843451,8.0458803,8.0891705,7.0853205,7.4140916,7.7751203,8.1054668,8.4267941,8.7713633,9.2298393,9.8293352,10.248044,10.627158,10.869167,10.896674,10.927977,11.057628,11.211254,5.1423383,5.8500462,6.7864509,7.5654378,8.4364271,9.077795,9.9638643,10.913931,11.812839,12.994843,13.516135,13.36666,13.133104,13.263618,13.176174,5.2935114,5.7188501,6.1788583,6.5458593,6.8362265,7.3747897,8.0475721,8.7498207,9.2894239,9.5916491,9.8106909,9.8072891,9.8114061,9.8667679,9.9890699,1.9739439,2.0932069,2.1101992,2.770083,2.7544911,3.5059762,3.4695451,3.5120845,3.6982789,4.0889525,3.9017341,4.611474,4.6972475,4.8825254,4.6443052,12.750396,13.116713,13.492576,13.92857,14.200603,14.700452,15.169099,15.670115,16.125557,16.464725,16.808481,17.027777,17.209171,17.458015,17.738461,1.0999389,1.2591873,1.2830396,1.4081028,1.4625479,1.5569091,1.5724469,1.6889877,1.736892,1.8698944,1.9369736,1.8333199,1.9673288,2.0855906,2.1493182,0.94143105,1.0412723,1.0726317,1.1325945,1.2681452,1.2851732,1.3359549,1.4078809,1.477077,1.4939033,1.4424762,1.509516,1.6137825,1.7030901,1.826321,0.66077811,0.740641,0.77880585,0.79170531,0.87788004,0.92289758,0.90874183,0.91875279,0.96897364,1.0316215,1.0704442,1.2079545,1.276938,1.3945119,1.4931644,1.0906422,1.1971086,1.3131604,1.3562928,1.4110733,1.5135086,1.6027633,1.6937348,1.7380172,1.8717144,1.8155131,1.915738,2.0081637,2.1002808,2.1811213,0.49650893,0.49481982,0.50745809,0.55555558,0.6637851,0.74418604,0.8200599,0.82541656,0.89006871,0.90033168,1.0955859,1.1852086,1.0927206,1.2919897,1.3705336,0.59521192,0.65141612,0.75153869,0.81562567,0.9181543,1.0086455,0.98117822,1.0831314,1.1440731,1.1717765,1.221604,1.2395666,1.2912987,1.3425322,1.3966022,0.41974238,0.45584044,0.50647157,0.56936538,0.60564351,0.71408951,0.92011708,0.90883672,1.1510192,1.0823127,1.1915016,1.3900831,1.5494978,1.5761571,1.7780327,0.77302986,0.87261528,0.97550583,1.0663154,1.040778,1.0375304,1.1420354,1.1439146,1.1931083,1.2317612,1.4135997,1.4414122,1.4909222,1.5931178,1.6187409,0.59546882,0.69347644,0.69949538,0.79526985,0.81955922,0.87387329,0.92310852,0.90662456,0.97478646,1.0495425,1.0301439,1.1014353,1.1811839,1.2018149,1.2643758,0.72185707,0.80928791,0.80256218,0.8547644,0.89787173,0.99177194,1.0141466,1.0537099,1.0451429,1.1272674,1.079652,1.1624057,1.2257067,1.3387767,1.3549435,0.70219177,0.76031172,0.83357149,0.89838856,0.92226613,0.89043379,0.99850541,1.0092945,1.0983196,1.1623027,1.1402397,1.1866288,1.2295822,1.335314,1.3649211,1.2673922,1.3395755,1.4213181,1.4518811,1.4996361,1.57666,1.6006328,1.622944,1.6954014,1.6511381,1.698642,1.7496139,1.7857745,1.8937411,1.9222939,1.1163044,1.1727806,1.2374779,1.2580886,1.3923737,1.5027044,1.565668,1.6357664,1.817281,1.7236335,1.8647496,1.9645966,2.0839961,2.1137991,2.1477859,0.81305057,0.88364732,0.94671685,0.9829756,1.0531064,1.0747443,1.147174,1.1934596,1.2471416,1.2802427,1.3785434,1.3151158,1.3017267,1.4153967,1.4456239,5.3984036,5.423666,5.9290233,6.2843614,6.5216193,6.7810798,7.3198452,7.576766,8.160141,8.5261116,8.6199627,8.8082428,8.7710876,8.74716,8.7278013,2.5762582,2.8858144,3.2327335,3.5197444,3.8752501,4.1755748,4.3685803,4.6932397,4.9062123,5.2665925,5.463439,5.6079412,5.6236634,5.6637149,5.693285,0.4938128,0.55614096,0.58396745,0.64721042,0.66085911,0.82629675,0.89350396,0.86509383,0.9753719,1.0670919,1.0722209,1.3402693,1.459989,1.5313368,1.4542936,0.80377424,0.9232645,1.204506,1.3253639,1.4002732,1.6243825,1.8122449,1.8237326,2.1332483,2.334445,2.2154136,2.4457161,2.7472527,2.7799654,2.8079782,0.96063286,1.1516916,1.1864673,1.3171959,1.4504609,1.5615709,1.6171247,1.6892836,1.8794218,2.052578,2.1349671,1.9957033,2.0493698,2.1523075,2.2269354,0.48933685,0.52864075,0.61894709,0.62477297,0.71859729,0.92268074,0.97080553,0.97746968,1.0544102,1.1004591,1.1385579,1.1597681,1.1627139,1.1496518,1.2314948,18.708443,18.203018,17.743523,17.144144,16.442169,15.737112,15.031141,14.543481,14.675122,14.944951,15.152036,15.248172,15.361754,15.480474,15.540719,0.9287501,1.1070111,1.2392298,1.3952113,1.579123,1.732691,1.8874485,2.0043538,2.120862,2.1125617,2.1040342,2.1355541,2.2462168,2.3741434,2.4541862,0.35856575,0.40024015,0.41899443,0.70365906,0.72963113,1.5334288,1.6587187,1.7580144,2.0510674,2.1083701,1.9728469,2.1459227,1.7460659,1.6750054,1.7586284,0.75076067,0.87726486,0.92237741,1.0073509,1.0792443,1.1908985,1.3139852,1.3814696,1.5045714,1.5818944,1.6483595,1.7208285,1.8227654,1.9124249,2.0338542,0.46831551,0.46538687,0.45348158,0.4773615,0.4773615,0.48013967,0.5409357,0.54834056,0.56350243,0.56785089,0.70505285,0.62084258,0.61212301,0.65848547,0.62064791,0.56121117,0.64719653,0.69972718,0.813887,0.84502602,0.98732823,0.99412149,1.0189407,1.1106054,1.0925488,1.103573,1.188532,1.3164237,1.4401114,1.4736524,1.2563224,1.3910862,1.3873656,1.388889,1.4404093,1.3403037,1.4879795,1.6271111,1.618796,1.7992802,1.5571133,1.7899832,1.8011147,1.9446081,2.0372906,0.47693568,0.47922722,0.50192022,0.45102346,0.46009281,0.39502269,0.41585028,0.42561814,0.39801401,0.38375837,0.42478758,0.46387231,0.49368256,0.52015054,0.57384473,0.8059358,0.88289082,0.94292182,1.0525005,1.1318654,1.2926041,1.4262404,1.427974,1.6053272,1.627012,1.6880842,1.8159595,2.0937188,2.1808851,2.2862883,0.81829214,0.95620167,1.0505949,1.1390575,1.2189738,1.259589,1.4343151,1.508304,1.5784038,1.6503893,1.7843813,1.7078767,1.7599474,1.8851476,2.0725577,1.3371882,1.6780946,1.8168926,2.0877459,2.2408028,2.7163885,3.076117,3.3161786,3.3629644,3.4497399,3.4193707,3.4906812,3.716356,3.8967247,4.1684847,1.6334063,1.830345,1.8765936,1.8933226,1.9548366,2.1577883,2.2345622,2.472188,2.4146075,2.5231652,2.5144036,2.7146463,2.852562,2.9852743,3.0869403,0.64935064,0.63291138,0.66856331,0.73332393,0.69503546,1.062323,1.1039687,1.1052042,1.1753318,1.205654,1.856691,1.6142383,1.6322544,1.6455697,1.7369021,1.6351395,1.6264722,1.6759332,1.6044925,1.7087194,1.6704931,1.8144686,1.8217666,1.8334124,1.938354,1.8220879,2.2971027,2.4034197,2.5317485,2.6998193,2.98452,3.3384297,3.736412,4.1961637,4.6298981,5.0745177,5.5732741,6.0974407,6.6212234,6.9748573,7.2367883,7.3764997,7.5149417,7.7519784,7.9057589,1.4520202,1.803763,2.0463321,2.3340962,2.3708344,2.6622903,3.3933568,3.4648151,3.3848994,3.5818768,3.4585822,3.4778934,3.6001961,4.0042,4.3995824,0.33510745,0.33623418,0.35538006,0.37276828,0.36950603,0.52539402,0.60100818,0.63315427,0.65802205,0.703125,0.84485412,0.78453887,0.92343211,0.98360658,0.99236637,2.5056617,3.0425792,3.5807934,4.0896096,4.708848,6.0844035,7.5982389,8.6959381,8.6807365,8.7312918,8.776948,8.5590534,8.7638149,8.9545469,9.2554512,1.6802049,1.644079,1.7925878,1.7469618,1.7673208,1.8383517,1.6465194,1.6902274,1.705757,1.80765,1.8595864,2.0748129,2.2102809,2.345654,2.4900904,0.42886901,0.44343168,0.4417071,0.46822327,0.47491094,0.4717274,0.50758243,0.5009079,0.5286727,0.54003137,0.5472731,0.6978367,0.69559669,0.75037193,0.82973999,0.96052521,1.1959783,1.2780573,1.4597678,1.5211487,1.8050405,2.0270777,2.3672354,2.2640283,2.4598393,2.4611537,2.4984031,2.7695246,2.8493366,2.9107881,0.72115386,0.90054029,1.0720668,1.4508381,1.5921079,2.2115846,2.5056732,2.7283733,2.9487181,3.125,3.0715501,3.3136833,3.4763911,3.4334764,3.6178277,11.140921,11.558609,12.078753,12.472111,12.784563,13.085072,13.431555,13.872557,14.57807,15.215436,15.607553,15.815425,15.978938,16.145069,16.268454,2.0155039,2.2891099,2.6554117,3.0085363,3.5665944,4.3773727,5.3465285,6.0665607,6.3229961,6.4076295,6.3732162,6.566,6.700459,6.976779,7.1890264,1.3444532,1.5689337,1.7358171,1.8091298,1.8787837,2.2347136,2.3912749,2.5635836,2.6090987,2.7062707,2.5985897,2.5947068,2.635669,2.5825982,2.6121559,1.1836957,1.5741665,1.7836777,1.9312458,2.1534262,2.2740357,2.3622048,2.5344155,2.6628962,2.8816078,3.0583298,3.0950456,3.2370076,3.2685547,3.1969602,1.2030455,1.3950893,1.4928713,1.6496042,1.6960452,1.9143451,2.162641,2.3068304,2.4419363,2.5407307,2.5751455,2.5403297,2.6214435,2.7004476,2.6923692,1.7019066,2.1251631,2.5350244,3.0866179,3.6238546,4.5293975,5.6931105,6.5662251,6.6907701,6.5154819,6.5799699,6.7051468,6.9187326,7.2047138,7.5290723,0.6273151,0.72623372,0.72023809,0.76689851,0.82807106,1.0375524,1.0721986,1.1319873,1.112535,1.1468953,1.2199353,1.2325486,1.331056,1.3929878,1.501251,1.6066451,1.747389,1.740592,1.9095166,1.9796159,2.1187971,2.2777472,2.3720727,2.5165129,2.6129751,2.6035182,2.6823454,2.7482197,2.9125159,3.2866251,0.86211991,1.1014494,1.3003975,1.3785849,1.5239633,1.6124865,1.7446471,1.883176,1.9074466,2.0690613,2.2257991,2.1307347,2.2203484,2.2272539,2.3817127,1.6088667,1.7524776,1.9144824,1.9800172,2.048954,2.358695,2.3794732,2.5084028,2.6665831,2.7140672,2.5455487,2.7651565,2.8440065,2.8841732,2.9626851,1.2812216,1.6906224,1.9009076,2.1766505,2.3438888,2.8796268,3.3566196,3.8059206,3.9380066,4.1070352,4.1763721,4.5173006,4.6002016,4.7903872,5.1833587,0.93377137,0.96510124,1.0396082,1.1283261,1.1288065,1.2186023,1.2699203,1.3171977,1.3517942,1.4260104,1.5203531,1.5837293,1.6866853,1.8388039,1.9585752,1.2279149,1.318812,1.3759853,1.3917315,1.4072893,1.4144193,1.5309348,1.5300786,1.5792224,1.5788168,1.6854554,1.6717579,1.8051753,1.9328587,1.9731425,0.97387666,1.1052958,1.2257853,1.3662722,1.4691223,1.6215489,1.7495537,1.9285642,2.0260756,2.1193967,2.2001441,2.2303569,2.3667755,2.5201364,2.5865793,2.2868166,2.5384541,2.7475166,2.9680758,3.2337937,3.555357,3.9442804,4.1911826,4.4160852,4.6882334,4.9294972,5.0659785,5.1705909,5.3053179,5.4129572,3.4626875,3.4708064,3.5710526,3.7695115,3.9264545,4.0861802,4.2928748,4.3828235,4.5684819,4.6615934,4.6653967,4.8415527,5.0314703,5.1243563,5.3592315,0.51403713,0.513834,0.53061223,0.52208835,0.53235054,0.64961433,0.72609919,0.74257427,0.74906367,0.76174355,1.2575889,0.78912759,0.93250442,1.0346379,1.4215904,0.85094982,1.0823733,1.1640489,1.3034844,1.2853067,1.4063748,1.6016135,1.8275931,1.8280646,1.8939608,2.0035141,2.0730669,2.2473814,2.5132535,2.7441394,1.6894675,1.9202186,2.1731565,2.4677112,2.7731302,3.1320598,3.4711204,3.7519641,4.0613942,4.3770227,4.5361929,4.8782988,5.1259108,5.2862,5.3935294,0.87613297,1.014076,1.2450653,1.4791095,1.6174506,1.8109541,1.9812002,1.986183,2.3279352,2.6403599,2.9170859,3.1849849,3.3517182,3.3915002,3.2113936,1.773469,2.1650326,2.3085172,2.3682199,2.5726836,2.9253759,3.2901156,3.5154159,3.4745171,3.4926076,3.4044352,3.7848525,4.1737785,4.1509585,4.3504009,0.90648133,1.1034894,1.3172419,1.4339513,1.4883721,1.540832,1.7681861,1.9416841,1.8264546,2.0230846,2.1370993,2.0765574,2.1344516,2.2307835,2.4877777,0.61477184,0.61398125,0.63939738,0.6337356,0.66006601,0.76302785,0.93498397,0.89864337,1.001655,1.0260458,1.1423551,1.2691697,1.5407909,1.5941637,1.5995638,0.50959742,0.58319038,0.90205121,1.2216126,1.3628417,1.3797218,1.4626606,1.5085696,1.5512705,1.513019,1.6146687,1.6681608,1.7036775,1.762814,1.802272,6.0256343,6.7616239,7.3846803,8.3175268,9.2199297,10.021616,10.757353,11.4328,11.745565,12.048304,12.402978,12.764006,12.967949,13.169326,13.368585,0.70490724,0.99544066,1.1433011,1.2308465,1.4239731,1.5686276,1.8096039,1.9296255,1.9984603,2.2503045,2.3420119,2.4527063,2.4345853,2.4423258,2.5355561,1.7948521,2.1302681,2.242734,2.480098,2.5941939,2.877974,3.1752105,3.5165846,3.3936303,3.7945216,3.6217303,3.846452,3.8751087,3.931911,4.1807094,0.76585561,0.88586563,1.059355,1.1659541,1.1238568,1.3505266,1.5047777,1.6233524,1.6276628,1.7817039,1.9625535,1.8226004,2.0194352,2.130898,2.1797118,0.79851234,0.85292506,0.87738538,0.91299087,0.93116063,0.97076547,1.023701,1.0081985,1.1281939,1.1114817,1.4379668,1.4865319,1.7973489,2.1250281,2.0241075,1.2135623,1.4279106,1.5617315,1.6929884,1.7267337,1.8953124,2.0127444,2.2118635,2.326853,2.4226725,2.5374186,2.511745,2.467463,2.4998403,2.6131396,0.55376559,0.59958029,0.75780237,0.84000778,0.81738627,1.0830325,1.2392844,1.2821704,1.5176754,1.4252874,1.6489023,1.7002401,1.878412,1.9763215,2.1655211,1.6324778,1.7410483,1.8753061,1.9686764,2.0655525,2.1861188,2.2673271,2.3878183,2.4869506,2.6041889,2.7504206,2.8120453,2.9051845,2.9550948,3.0327928,2.1451802,2.3316777,2.4018064,2.3304799,2.3402951,2.7515512,2.8293605,2.841326,3.063123,3.0682571,3.0860496,3.3421926,3.2719421,3.4825535,3.5235465,1.3001404,1.5278178,1.5783541,1.7136278,1.8410915,1.7990347,2.0083933,2.0922685,1.9517148,2.2428975,2.2472515,2.2165389,2.3706334,2.4012315,2.5651281,3.4702494,3.8464534,4.069448,4.4675159,4.6712127,5.2227702,5.5259862,5.9056053,6.3483238,6.5329051,7.0390701,7.4941645,7.6230245,8.0385323,8.4402151,0.93221033,1.315467,1.3974781,1.6582955,1.8018739,2.2158227,2.5181015,2.5268731,2.7928936,2.95662,3.0098979,3.2029614,3.347348,3.4632034,3.5912502,1.5723072,1.892864,1.9992384,2.2876441,2.3867416,2.8110161,3.040906,3.3799608,3.7167919,4.0518432,3.7065101,3.8960223,3.8678586,3.9780345,3.933162,1.270159,1.5966101,1.762017,1.9891953,2.1634448,2.4608202,2.7482665,3.0025098,3.2318528,3.4054427,3.5485313,3.5649941,3.810137,4.1057076,4.2769742,1.0799602,1.2299858,1.2637008,1.2536653,1.3643898,1.3919352,1.5886879,1.5935925,1.6399539,1.6821731,1.606526,1.6500688,1.7246431,1.7636166,1.8997693,1.8693994,1.917794,2.0974255,2.1497445,2.0014865,2.1859376,2.3766387,2.3255813,2.2915888,2.413533,2.3667679,2.5050373,2.555181,2.6951673,2.7765584,1.2306947,1.3862695,1.4183139,1.5070765,1.6731162,1.7081019,1.8438628,1.9155135,2.0245147,2.0588143,2.143712,2.2613382,2.3408878,2.4553571,2.4509962,0.81470001,1.0827198,1.1491392,1.3661202,1.3454318,1.4257545,1.5041437,1.5580275,1.6327266,1.7760783,1.8453208,1.8465807,1.8858542,2.0190947,2.023751,0.94377923,1.1197244,1.194236,1.3908826,1.5746888,1.6962655,1.9151092,1.9647423,2.1168168,2.1926053,2.2926557,2.3066311,2.364413,2.3855548,2.4971771,4.9546828,5.1777525,5.2980328,5.3719611,5.3486042,5.4198518,5.3564715,5.3995242,5.599133,5.8473816,5.9609137,6.4670525,6.6933794,7.2203422,7.5313473,9.8750725,11.061996,12.515839,14.436091,16.15255,17.803726,19.25028,20.187708,20.06959,19.919487,20.313461,20.765125,20.983482,21.408779,21.865772,0.95606649,0.98519361,0.99663961,1.0808015,1.1197565,1.1712904,1.1980166,1.323521,1.2610196,1.3576083,1.3178673,1.3326426,1.3613861,1.3937989,1.4921893,1.303725,1.3832611,1.556204,1.8888888,1.9344218,2.2887323,2.3952098,2.458463,2.7628033,3.0955951,2.9962039,3.1333334,3.1539392,3.4150262,3.4239132,2.112916,2.6557598,2.9545708,3.0978799,3.3470984,3.8206882,4.3096056,4.593677,5.0181122,5.3399634,5.3416958,5.7344937,5.859591,6.2255068,6.5494308,1.0321422,1.1798793,1.32842,1.4724404,1.5083299,1.6157769,1.8344771,1.9381036,2.0369885,2.1178768,2.1918194,2.2857327,2.4890647,2.6503558,2.7527425,0.58555317,0.77493423,0.84806329,0.90613055,0.91918623,0.96605021,1.1080207,1.1427029,1.2118231,1.3247114,1.3770522,1.459692,1.4381121,1.4213786,1.5829841,3.2775793,3.6420033,3.9601817,4.4315825,4.6716299,4.7771764,4.7452054,4.9990578,5.0243092,5.2155571,5.2962193,5.4878364,5.6850052,5.8753123,6.0585895,0.5811767,0.67928696,0.6819526,0.72655219,0.76017654,0.74365091,0.8106786,0.8376891,0.86365372,0.93409622,0.85579652,1.1028899,1.0557804,1.1113864,1.1637869,0.42396471,0.50590217,0.55536276,0.65715033,0.64041126,0.77542889,0.80783778,0.84542102,0.88221377,0.99517488,0.92884612,1.1062717,1.2110575,1.2073236,1.1940967,3.4080591,3.7533138,3.9178643,4.2429438,4.4863086,4.7708468,5.1145039,5.386519,5.7550335,5.9363246,6.1113358,6.37568,6.5900021,6.7456312,6.9069982,0.87064302,0.96261883,0.96197754,1.0203769,1.0930305,1.1931486,1.4035304,1.445345,1.42963,1.5147291,1.5887821,1.7235458,1.876196,1.9036813,1.8655771,0.65740579,0.68614554,0.76067543,0.74674022,0.74707729,0.88152725,0.91524291,0.94771421,1.010371,1.0909873,1.0780509,1.2023727,1.2483857,1.3006803,1.3412163,2.82863,3.3095944,3.8093555,4.2797465,4.7965274,5.7269797,6.5458775,7.1882634,7.4520574,7.4761643,7.592,7.8332119,7.9823108,8.2506189,8.6012602,3.6400535,4.1029291,4.723743,5.2525511,5.8190832,6.5997229,7.9096184,8.7467146,8.8776808,8.9933491,9.2527647,9.5447636,10.032734,10.50703,11.318343,0.74637789,0.73217165,0.75515538,0.84045792,0.87298125,0.97596508,1.0585037,1.1218404,1.1754709,1.1936905,1.4014723,1.3101065,1.473592,1.6615205,1.7195767,0.81888252,0.94171131,1.0322901,1.1306841,1.2485434,1.6592642,1.8371197,1.9522598,2.0139172,2.2094457,2.0066335,2.2402248,2.3793566,2.5514963,2.7203946,0.51330543,0.55473459,0.5932492,0.56536943,0.58954239,0.59284496,0.58603913,0.58638412,0.65304309,0.64345777,0.70766228,0.7408734,0.80683434,0.85278171,0.88405937,1.562007,1.8217366,1.9920681,2.2161729,2.4655864,2.7849174,3.1851177,3.3682837,3.4380953,3.3404942,3.4717062,3.5975044,3.6690969,3.9314647,4.1585526,0.62853795,0.73871034,0.80704474,0.85343301,0.8616572,0.97091049,1.0577247,1.1915302,1.2391005,1.2664011,1.346648,1.3773199,1.4185814,1.4631741,1.4854655,3.5027637,3.7292652,3.7935627,4.2289748,4.2742229,4.3384852,4.8156285,5.0388279,5.4377346,5.6396151,5.680582,5.985476,6.0529923,6.1172185,6.1562252,0.86032748,0.9519254,0.9335925,0.94380409,0.99540764,0.94024289,0.98480654,1.0543293,1.0677528,1.0927775,1.1431879,1.2455645,1.2105945,1.2074562,1.1989387,0.56840807,0.67427951,0.66402018,0.73943788,0.72637492,0.72665703,0.79293001,0.88111842,0.91336739,0.9070372,0.94765651,1.0279253,1.0683688,1.0686241,1.1252581,2.745146,2.9786363,3.3030636,3.3470802,3.4638119,3.7716408,3.9366629,4.149281,4.3283443,4.4097123,4.4999771,4.8145223,5.0690546,5.4426398,5.8019094,14.80209,14.57856,14.390494,14.683088,14.892246,14.739314,14.387199,14.032127,14.828242,15.716643,16.117861,16.346081,16.522104,16.654764,16.614502,0.97750014,1.0559723,1.1470709,1.1050674,1.1747262,1.0918653,1.2836462,1.2599772,1.1286938,1.2498598,1.2400403,1.3527926,1.7011003,1.792749,1.7475055,1.0029776,1.0586953,1.0917031,1.2204424,1.214329,1.2963521,1.3774517,1.4052584,1.5306122,1.4827018,1.6598763,1.8744422,2.1301775,2.2566571,2.3849308,2.5077991,2.7367506,2.9843905,3.1871238,3.368834,3.8377221,4.0885406,4.4296789,4.6309042,4.8961768,5.1323857,5.0158963,4.9794307,4.8160906,4.9734778,2.0621903,2.317064,2.5189979,2.7045705,3.0095267,3.2227325,3.4804459,3.7056797,3.9279864,4.1653042,4.350049,4.5928144,4.8166113,5.0443573,5.3019757,1.6208222,2.0350547,2.2847409,2.4917917,2.688483,2.8360617,3.2094977,3.2470505,3.6694083,3.7146933,3.9180715,4.4763169,4.8090196,4.8788848,5.3314366,0.63684124,0.64883685,0.70030242,0.80256826,0.83979332,1.2679071,1.2878407,1.3868252,1.4855617,1.5131136,1.6245184,1.9395812,2.3619313,2.8909788,2.440309,1.2701646,1.4425814,1.6706089,1.7564226,1.9000612,2.1847136,2.2249136,2.3753452,2.5339882,2.7749679,2.8699217,2.9534872,3.0637341,3.1568587,3.5170295,1.4854112,1.9045923,2.2838213,2.3888986,2.8450255,3.3586707,3.8018835,3.8922675,4.0893469,4.4501281,3.9413848,5.0584998,4.9870577,5.420198,5.7045779,13.643518,13.042274,12.896358,13.054188,13.05293,13.441995,13.687112,14.002398,14.539616,15.295744,15.486746,16.038067,16.305334,16.343208,16.506289,8.399579,8.1611376,8.2358484,8.4371462,8.43328,8.4963102,8.228898,7.9930573,8.3162498,8.6875372,9.0095844,9.3462353,9.7441769,9.6788683,9.5912771,0.55629456,0.625,0.79562402,0.86281282,0.95389503,1.2201015,1.3546942,1.4284055,1.5226048,1.6256332,1.7171366,1.9152986,2.015173,2.2154496,2.2913451,4.9123888,5.4882607,5.7899613,6.3168592,6.9133401,7.2253003,8.1898661,8.1841211,9.4041328,10.12408,10.644303,10.916111,10.864672,10.914581,11.174705,10.995521,11.660517,12.407243,13.300713,14.447718,13.956899,14.100887,14.084302,14.038908,14.470284,13.555964,13.905629,14.258554,14.463408,14.583333,2.8489463,3.0718391,3.2704942,3.3892875,3.5592012,3.8007557,4.0443344,4.0699744,4.2250481,4.4408813,4.5588546,4.8469629,5.0611315,5.2010541,5.4044247,8.9249945,9.4654951,10.565633,11.307207,12.081457,12.494391,13.26268,14.003995,14.549761,15.283471,15.476845,16.715237,17.119373,17.778038,18.379961,2.7472279,2.9033277,3.3421562,3.5834165,3.8958087,4.4552889,4.9742093,5.0467873,5.6564493,6.2257848,6.4930477,6.4661117,6.5541387,6.8365641,7.0108867,1.5970696,1.7497814,1.9584917,2.2666667,2.2613802,3.0421555,3.1384354,3.1483612,3.5616829,3.7253783,3.8177688,3.7552557,4.0270386,3.9036076,3.804728,1.3515996,1.5137763,1.6839557,1.8196583,1.9501351,2.2130778,2.3815901,2.5580151,2.7831068,2.8441381,3.1022911,3.1890035,3.2125664,3.2593973,3.3029366,15.294724,16.069155,17.448019,18.649492,20.881193,23.943815,26.990541,29.563328,30.374664,30.637508,31.294992,31.635805,32.008629,32.649586,33.355896,15.06065,18.502367,21.901344,25.376421,28.133865,30.511606,33.234589,34.542873,33.34903,32.97583,32.290657,33.309174,34.300484,35.317734,35.843086,2.3351378,2.7351215,2.9730275,2.9264667,3.156146,3.3946548,3.8302641,3.7530265,3.9245014,3.8895235,3.8056505,4.1575489,4.2406454,4.5792537,4.8332348,4.2510929,4.558126,4.8595824,5.2425246,5.573854,5.764194,6.0648975,6.4039493,6.8085408,7.2988949,7.5219131,7.7380428,7.9506712,8.2844801,8.4537449,3.8644855,4.2378292,4.6374907,4.7959347,5.1300874,5.4074693,5.636673,5.9204636,6.127255,6.4474092,6.6716022,6.884037,7.0746584,7.2276673,7.4183888,0.86823291,0.89835727,0.94171548,1.0141988,1.0657655,1.6193258,1.5947713,1.6024814,1.7094018,1.7422495,1.9390581,2.5155666,2.990608,3.2635775,3.7534177,1.3765979,1.7539101,1.9236045,2.1565323,2.2730088,2.5211399,3.0235233,3.3510737,3.4807091,3.5034816,3.7814741,3.9898529,3.9537733,4.3061309,4.3045435,1.0533586,1.1802483,1.2652817,1.2715098,1.3506626,1.4479333,1.6738842,1.5799487,1.6690078,1.6621411,1.7626226,1.9256308,2.2678542,2.2532189,2.2768822,1.7391391,1.900853,2.000061,2.143357,2.3412161,2.5655406,2.7556872,2.7649722,2.8297949,2.9763901,3.1495571,3.2199481,3.4159176,3.6261725,3.9383042,1.2915826,1.4327179,1.5410638,1.67612,1.6959919,1.8943419,1.9612696,2.0990148,2.2141805,2.2431393,2.4477866,2.61777,2.7874565,3.057101,3.2662451,2.6359119,2.9821587,3.3091493,3.5964441,3.9389875,4.3541894,4.8097353,5.2132607,5.5890117,5.9613705,6.2610998,6.2965221,6.2857656,6.2791271,6.4252458,1.504092,1.8181626,2.1914513,2.4862351,2.8916614,3.297066,3.68712,4.1373425,4.6674252,5.069932,5.5255914,5.6857362,5.753056,5.8689308,5.9995594,0.82838321,1.0658717,1.1444163,1.4020028,1.4317729,1.7030028,1.9177411,1.9320316,2.2088923,2.24842,2.3813355,2.7005272,3.0509017,3.0849247,3.4082842,1.1382658,1.3735569,1.4013761,1.4414567,1.5531254,1.605728,1.7810305,1.8603679,1.9586552,2.0451102,2.2259624,2.4251249,2.5725896,2.5852811,2.7592418,1.2598107,1.4823622,1.6600745,1.7505261,1.9702872,2.2281516,2.4386294,2.4940631,2.6621311,2.8189557,2.8772998,3.1370513,3.3529646,3.6218033,3.8473039,4.2413297,4.48627,4.760067,4.9698796,5.2622437,5.4737396,5.7187047,6.0078392,6.1705718,6.4024701,6.6502414,6.9899945,7.2120218,7.5142503,7.7785835,3.2907789,3.783428,4.1179409,4.12637,4.3437667,4.6218286,5.1476264,5.6152697,6.1472273,6.323565,6.2865286,6.4557567,6.503407,6.6226735,6.9338241,2.5974026,3.1520293,3.7957561,4.2472024,4.4051394,5.0806451,5.4332552,5.6460204,6.0770159,6.4002333,6.7254767,6.955307,6.9612513,6.9759617,7.016243,6.5234818,7.3150597,8.0521908,9.0186214,10.077457,11.265402,12.023916,12.443095,13.732503,14.668152,15.181971,15.915218,16.372562,16.154127,16.466421,47.362984,48.520817,49.467926,50.294964,51.236198,52.937698,53.780079,55.004883,56.849625,58.283073,58.780087,60.387653,60.995674,61.614525,61.878712,1.9614524,2.0736537,2.1522694,2.2648509,2.4876101,2.5157833,2.5647092,2.5910892,2.8887954,2.946533,3.0431573,3.2071168,3.4052472,3.681592,3.6731567,12.63947,13.28088,13.778996,14.140342,14.598976,15.363985,16.044973,16.721203,17.41819,18.235529,18.744156,18.976631,19.283741,20.039114,20.456799,19.416937,19.941719,20.561266,20.934006,21.705311,22.284609,23.14197,23.669069,24.446075,25.167763,25.904999,26.627298,26.947969,27.212704,27.451138,3.3702095,3.584224,3.7353482,3.8400629,3.9563277,4.2156577,4.3608742,4.5906591,4.8411026,5.0269423,5.16535,5.331717,5.5465059,5.6783252,5.8636537,4.7458587,5.0549955,5.3405385,5.5961275,5.8524776,6.123106,6.4394145,6.7655692,7.0869913,7.3768625,7.6113939,7.8233809,8.1198282,8.3955259,8.6879301,6.3406243,6.7922659,6.1576972,6.7699223,6.5805807,6.4167089,6.2901154,6.0559402,6.2259803,6.3615789,6.3700461,6.4243026,6.2343516,6.1224489,6.4670353,4.5997162,4.8660374,5.2297907,5.3885059,5.7179642,6.0081215,6.4682035,6.7894859,7.2378254,7.5788727,7.8243136,8.039072,8.1009426,8.2924004,8.4391575,19.942463,20.303778,20.796513,21.907948,22.786482,23.912542,24.635807,25.726652,26.78149,27.671015,28.679157,29.046968,29.597906,30.129179,30.395258,2.8174822,2.9787235,2.9807692,3.0441809,3.0221984,2.8819213,2.9886274,3.1628535,3.2127972,3.2899971,3.8395338,3.4496226,3.9205503,3.9267015,4.3000913,46.906082,47.775734,48.278431,48.395763,48.895382,48.885269,49.28389,50.056225,50.61533,51.154701,51.226288,50.758614,51.004856,51.394184,51.882214,1.9723037,2.1184609,2.2677715,2.374784,2.6431718,2.9463501,3.4298441,3.5860193,3.832442,4.0232453,3.8783605,4.1833558,4.4534411,4.6728973,4.7920437,30.330494,31.293726,32.213039,32.933102,33.731297,34.690876,35.533588,36.24297,36.664154,37.514313,38.440453,38.977036,39.37154,39.63615,40.025635,4.8855758,5.1917639,5.6105709,5.9045825,6.3375139,6.8216348,7.3046484,7.65868,8.0969639,8.4561462,8.6592026,8.9861078,9.3585348,9.669383,9.8565693,3.9882593,4.126739,4.4521646,4.4877462,4.9158587,5.038085,5.1822176,5.328608,5.2759171,5.4352827,5.5515308,5.8689485,6.2749205,6.690423,7.0827284,2.2109487,2.3766065,2.3712363,2.508337,2.5725429,2.6485653,2.6608298,2.8692155,2.8905828,2.9245474,3.2081273,2.959491,3.1989806,3.3377702,3.6846983,5.5662165,5.9213037,6.2255034,6.551116,6.8844819,7.2246037,7.5917997,7.901196,8.3114309,8.6777697,8.9533281,9.0331898,9.1529465,9.2961674,9.4057598,4.159935,4.3942127,4.6138859,4.787744,5.0343032,5.2213039,5.504909,5.650847,5.8077374,6.0622988,6.2507696,6.6828318,6.9350457,7.0300999,7.2417245,5.0511374,5.4705882,5.806673,5.9984326,6.2132659,6.4762764,6.4943118,6.8696051,7.1923032,7.4506989,7.7361798,7.9753718,8.296093,8.4813328,8.7292843,7.8733602,7.864934,8.0115423,8.2423868,8.6782446,9.3365841,9.4411449,9.7999792,10.06208,10.479072,10.702719,11.26359,11.582619,12.045073,12.41201,5.4143095,5.7518787,6.0775785,6.3866072,6.6416979,6.9081321,7.3488092,7.7341743,8.2043819,8.4603539,8.6663933,8.9047699,9.1955395,9.4841576,9.7508774,1.8534951,2.0053344,2.0610385,1.9792279,1.9344953,2.1256039,2.2173162,2.1981158,2.1587481,2.1665092,2.3861377,2.4339228,2.7772458,2.9666376,3.0332587,4.793375,5.2109427,5.4202871,5.6369505,6.0015979,6.2013116,6.556829,7.0161386,7.3446522,7.7337446,8.0801764,8.2456455,8.5466986,8.7002478,8.9465189,14.418946,14.839238,15.054676,15.046014,15.357685,15.675855,15.904583,16.337332,16.719275,17.297722,17.555809,18.351952,18.589775,19.024485,19.222677,5.0097904,5.0651932,5.357317,5.5494375,6.1375456,6.5244017,6.9961548,7.5741305,7.7587419,7.9473033,8.1394234,8.2913723,8.5892258,8.6613789,8.9679337,2.0819056,2.2274923,2.2205462,2.527226,2.4583471,2.4439588,2.5155745,2.6426566,2.7570274,2.8751054,3.2118924,3.292881,3.4963417,3.4520209,3.6009583,5.5693736,5.929678,6.273941,6.6025949,6.9214211,7.2980208,7.7460542,8.1281948,8.5445633,8.9714413,9.1996517,9.4583731,9.6969528,9.9336538,10.232193,2.3937678,2.6510396,3.0694559,3.0702646,3.3640769,3.8109052,4.1584806,4.6103897,5.0416937,5.2564592,5.429893,5.7466178,5.6813869,5.7252631,5.9153872,11.315993,12.00088,12.418177,12.821205,13.276163,13.810613,14.385417,14.922063,15.714804,16.420292,16.836605,17.179541,17.31649,17.502211,17.691254,4.0323396,4.3120103,4.5215459,4.4893489,4.9042592,4.9403086,5.0836248,5.2382717,5.1291447,5.2761297,5.1161952,5.3747978,5.6028686,5.4731231,6.0063505,4.7831116,5.1938496,5.5848846,5.9457655,6.3469939,6.8350105,7.3206439,7.8348293,8.2980385,8.7313929,9.0460815,9.1593838,9.3281794,9.5127668,9.7023115,2.7924824,2.9676867,3.1605666,3.3321724,3.5233464,3.6935878,3.8765008,4.0958018,4.2413087,4.4212842,4.5187197,4.7118807,4.899765,5.0424042,5.2361803,1.8428252,2.0669584,2.1272376,2.232132,2.2890155,2.323849,2.5232499,2.5616014,2.698281,2.6109121,2.8974843,2.9135144,3.0344067,3.3640201,3.4576178,4.5643749,4.8187327,5.0417681,5.2756505,5.5142722,5.7016249,6.0080452,6.2900596,6.5746603,6.8817616,7.1149445,7.4572468,7.7395902,8.0832691,8.4033709,2.5554109,2.674788,2.5864344,2.6761332,2.6548672,2.5627615,2.6168699,2.6415095,2.6283164,2.7784731,2.4678922,3.0114484,3.3567135,3.7959085,3.5907526,15.846896,16.117083,16.568462,16.91559,17.434511,17.818947,18.01252,18.323364,18.780424,19.370771,19.734409,20.254738,20.740305,20.975241,21.307991,5.2732325,5.5464678,5.7340026,5.9825363,6.327714,6.5300622,6.7788444,7.0588112,7.3260875,7.6186428,7.8282781,8.193594,8.4498997,8.6862545,8.9936733,3.1726944,3.3419902,3.4495227,3.5374742,3.7454338,3.9662902,4.0301681,4.2738452,4.4335876,4.5095625,4.6728139,4.8310895,5.143764,5.3896561,5.6393542,36.119308,36.968987,37.774506,38.803787,39.794968,40.567005,41.436665,42.351963,43.28437,44.163288,45.100517,45.893654,46.502243,47.132717,47.729092,0.46915165,0.46644205,0.51384163,0.5051474,0.52466571,0.58516729,0.57153624,0.5861811,0.57878208,0.60076463,0.57225472,0.60847038,0.72356325,0.69721711,0.80799621,1.5322759,1.721324,1.8979907,2.1141925,2.3816538,2.7357404,3.2060466,3.5034099,3.7184267,3.8519886,3.7843676,3.8039467,3.8540595,3.8862131,3.9014802,0.45930985,0.46113828,0.44305041,0.46584457,0.45177764,0.42274112,0.4063583,0.39816844,0.40735662,0.37955263,0.39861706,0.4295181,0.45135611,0.53162771,0.51403052,0.44178617,0.42851311,0.45680782,0.45106617,0.44229725,0.51082957,0.47308877,0.47994518,0.48673475,0.46857771,0.45445156,0.49508354,0.53841376,0.5680244,0.64373225,0.39028621,0.41209334,0.45317221,0.50609708,0.52278119,0.63555038,0.6270749,0.61481327,0.67444557,0.67072415,0.61623019,0.75216246,0.74777347,0.80971664,0.84151477,0.68227631,0.7309835,0.78649688,0.82780421,0.85364187,0.88271582,0.93951106,1.0235748,1.0377171,1.0714287,1.0925729,1.1599246,1.2713876,1.3341994,1.395272,0.55292261,0.57486629,0.6583367,0.64786071,0.70165968,0.59944052,0.67720091,0.6852926,0.65608186,0.76719576,0.85078532,0.92883307,1.0265859,1.1803714,1.0883993,0.40768781,0.41367087,0.373795,0.40751415,0.41770265,0.41615915,0.33006704,0.35066006,0.32281578,0.3471857,0.4700855,0.40468583,0.51824659,0.53237724,0.55934668,0.56787455,0.55350554,0.53756392,0.51672912,0.58677793,0.53790987,0.47145769,0.46424088,0.47298977,0.46774986,0.49993902,0.5501895,0.6586169,0.63924736,0.625,0.68621469,0.68838036,0.69883883,0.71619844,0.75347304,0.77007937,0.81601727,0.84337091,0.85334957,0.87109524,0.84488076,0.93994772,0.96505749,1.0527239,1.0683241,0.79078805,1.4229033,1.9705763,2.5344715,3.1298299,3.7191651,4.0207844,4.4131913,4.876308,5.4402628,5.6525736,5.8367534,5.9266014,6.0192151,5.986618,0.54964542,0.5562914,0.61007959,0.71015257,0.72676933,0.8499313,0.8112219,0.90233105,0.95657957,0.96965647,0.83864468,1.1303692,1.1560206,1.3055273,1.3226384,0.68530941,0.73145247,0.78276193,0.83833367,0.87583715,0.89091945,0.94328904,1.0522147,1.06608,1.1965716,1.1322349,1.2909188,1.3078275,1.3442888,1.3677382,0.55205047,0.61931491,0.72753209,0.73241276,0.8086006,0.88547021,0.90371919,0.94074577,0.97194052,0.99076402,0.88831431,1.1265711,1.131948,1.1896132,1.309671,0.74421167,0.79578048,0.80179006,0.81754112,0.8291139,0.88225955,0.89554143,0.97452003,0.97720933,0.98217773,1.0122118,1.0351831,1.1235955,1.2204399,1.2466341,0.66261733,0.99960959,1.296886,1.5753424,1.9061913,2.2470248,2.6669605,2.9188092,3.2770247,3.2841194,3.3136599,3.4450717,3.4192343,3.6528702,3.8048153,0.9646818,0.94813985,0.97376734,0.99251187,1.0441827,1.0560532,1.1402826,1.131881,1.2039567,1.267905,1.2652925,1.3481135,1.3559225,1.4554521,1.5820211,0.28865686,0.33454338,0.3784931,0.35611027,0.42544287,0.50310951,0.51598155,0.53972292,0.62540805,0.63453954,0.60273975,0.66841727,0.7336632,0.77309889,0.83616048,1.713546,1.8339946,2.0550852,2.4416711,2.792443,3.4585509,3.933764,4.2193356,4.4534726,4.5576205,4.6310964,4.80265,5.1078963,5.1875978,5.4090424,0.58675396,0.651851,0.67151338,0.70983875,0.73196703,0.77007186,0.82506716,0.82400161,0.93028575,0.95055652,1.0244797,0.99037755,1.026538,1.0675488,1.0828236,0.50499046,0.47018212,0.53354114,0.51974428,0.57754785,0.60869038,0.61416847,0.62347192,0.60284984,0.63938618,0.62259662,0.76871455,0.82740158,0.89969605,1.0521835,0.54713994,0.52114016,0.5110116,0.54910433,0.52327681,0.52346569,0.50308192,0.4965153,0.4387368,0.44966504,0.40549257,0.50441945,0.58228201,0.67316622,0.69457304,0.53756291,0.57277173,0.62545496,0.63333964,0.61505663,0.63603467,0.65312845,0.70795488,0.66214293,0.6685769,0.71306098,0.91342992,0.8447991,0.87814367,0.8722741,0.48710284,0.47526708,0.46638167,0.47220778,0.47395319,0.46813717,0.46984783,0.46161962,0.39121541,0.40851143,0.53938895,0.50232732,0.5488835,0.64673758,0.68520164,0.70651978,0.73849446,0.74468273,0.79884458,0.82205981,0.84361845,0.86703151,0.9053061,0.94761401,0.93042219,0.94720441,1.0367361,1.0990366,1.1696525,1.248703,0.644086,0.66494274,0.69074237,0.74274528,0.71550649,0.71508116,0.75708288,0.75633508,0.77598655,0.79417807,0.86743635,0.84338087,0.90850693,1.0129846,1.0492108,0.46586841,0.4760454,0.49728578,0.49790651,0.48640701,0.47794259,0.42404681,0.43757948,0.42809168,0.38815042,0.5533365,0.49389037,0.52125394,0.58884144,0.59409595,0.4530209,0.51893049,0.54340816,0.58471978,0.65484488,0.67370278,0.7063967,0.73845655,0.76639503,0.76716471,0.88308018,0.81684953,0.8884185,0.99467885,1.0151297,0.58771342,0.63906026,0.63100743,0.66834664,0.65688074,0.68767697,0.64046264,0.70100248,0.70442784,0.67307693,0.84697706,0.730187,0.84175086,0.90522218,0.90932149,0.48202235,0.49110553,0.47493023,0.4656916,0.45564786,0.47239447,0.45464626,0.45312211,0.43575418,0.45280778,0.48154095,0.56773323,0.61990589,0.66651255,0.71272784,1.0633887,1.1113782,1.2395664,1.3107243,1.3857476,1.4622726,1.5570626,1.6261954,1.7169198,1.7713587,1.7842568,1.9069235,2.0041974,2.0208364,2.0663326,0.31864047,0.30200076,0.30927056,0.38954228,0.45675775,0.57595932,0.51561797,0.53523642,0.57323438,0.59809494,0.67442375,0.67163628,0.65891761,0.76980013,0.81162846,0.82551092,0.89063525,0.94431144,0.95739281,0.96171743,0.95978624,0.96255428,0.99942565,0.94748855,1.0409557,1.0574449,1.1743813,1.226361,1.3182783,1.3601555,0.47846889,0.52336019,0.51987767,0.53332311,0.57495499,0.55354077,0.49990463,0.5319556,0.53944451,0.53327239,0.60638416,0.55825341,0.62895477,0.65162909,0.74223757,0.50271422,0.57680762,0.60744935,0.66067249,0.68906301,0.69602996,0.76126879,0.79617119,0.82304525,0.83417875,0.92465526,0.93009573,1.014733,0.99327135,1.0860252,0.89395058,0.85059172,0.92154425,0.94140965,0.88352412,0.95705825,0.89623833,0.88552356,0.88906062,0.90897286,1.0277091,1.1106703,1.184298,1.2675296,1.1114161,0.37328357,0.35368091,0.38002884,0.42395335,0.49152762,0.625,0.69100392,0.7274617,0.76603478,0.79509902,0.73898125,0.86796421,0.86864966,0.90873176,0.98534942,0.42861855,0.42434394,0.42203465,0.46491036,0.53905386,0.66792828,0.70485568,0.7569766,0.77211308,0.7774983,0.79319459,1.1326311,1.1599863,1.3727074,1.4185215,0.57267523,0.60946703,0.57768923,0.60689569,0.62982464,0.6568718,0.66691482,0.65662891,0.65926754,0.68100679,0.62692177,0.76151949,0.82315457,0.89325458,0.90858138,0.50692672,0.59437096,0.61621416,0.64852321,0.66262567,0.67146641,0.75451505,0.77557665,0.84103829,0.89165968,0.87594652,0.90565497,0.96891689,1.0331856,1.1184777,0.91498142,0.95973212,1.0300113,1.0488753,1.0990973,1.1015943,1.1819181,1.1924977,1.2260938,1.255363,1.3218595,1.3391447,1.3837767,1.4379334,1.4752735,0.67589086,0.70841998,0.66697091,0.67905146,0.69463837,0.68386155,0.68504941,0.66980392,0.66698587,0.6636942,0.59550136,0.69312316,0.75801355,0.79512775,0.85341704,0.47361302,0.46453112,0.48206711,0.49837074,0.55688906,0.55206549,0.51945597,0.51146054,0.4944846,0.51536548,0.50805217,0.66628039,0.72999805,0.70457476,0.73933464,0.67266023,0.65465391,0.67263108,0.68826699,0.68461889,0.67510551,0.66053623,0.67696351,0.65124935,0.66818118,0.66407299,0.81668466,0.89127773,0.89584899,0.95172888,0.7035386,0.74120688,0.79303265,0.88614774,0.95734799,1.1397849,1.1744362,1.1847999,1.2908401,1.3614753,1.408046,1.493291,1.5832669,1.7647494,1.7281539,0.58566982,0.59083277,0.61532724,0.73019803,0.72628796,0.78440988,0.7273609,0.77524036,0.78608859,0.83145267,0.79910028,0.93314433,0.95904917,0.95327765,0.95584357,0.24698135,0.24834438,0.24549919,0.31532767,0.3322719,0.45973808,0.47813249,0.53393281,0.5865922,0.59955382,0.56156117,0.79432625,0.73434126,0.79091173,0.74852455,0.42846692,0.43008494,0.45420939,0.49604219,0.51486814,0.50361979,0.45339522,0.48816726,0.51265621,0.50816303,0.45761606,0.63729256,0.58699745,0.6458078,0.64985132,0.58104759,0.63767868,0.69171649,0.74055374,0.76406378,0.85820585,0.9009009,0.96012747,0.95281869,1.0031503,0.92333061,1.001814,1.0741708,1.1121032,1.175755,0.47032526,0.48463386,0.50934583,0.51470757,0.54475611,0.54596359,0.5009715,0.51255643,0.49337107,0.52536529,0.48126829,0.56742322,0.57321024,0.64142603,0.66411364,0.37209302,0.3744539,0.375,0.42739496,0.44735751,0.45440137,0.44723669,0.475162,0.50755942,0.5127086,0.56793362,0.51310045,0.43218085,0.47361302,0.58890146,0.41867042,0.42670974,0.45754662,0.44803908,0.44811732,0.50289458,0.46698585,0.53089952,0.46860921,0.48227635,0.44659021,0.5546751,0.61562842,0.66744947,0.67609864,0.30643514,0.29020146,0.34387895,0.38101837,0.36125922,0.35983551,0.39716801,0.43058902,0.45256746,0.45590043,0.57702392,0.65539843,0.84250343,0.83418453,0.73667979,0.58403635,0.56684685,0.58328009,0.66628444,0.6686461,0.70376301,0.7660135,0.77582121,0.76743138,0.84291983,0.87021494,0.88217342,0.94128239,0.97124428,1.0446432,0.52765292,0.52122706,0.53099483,0.51257217,0.51874846,0.49446282,0.46113306,0.48176759,0.45915601,0.43934891,0.38323858,0.49447972,0.50361574,0.51858628,0.51020408,2.3694317,2.5716674,2.687336,2.819221,2.8978531,3.2766018,3.2995045,3.4647384,3.5780296,3.7410417,3.7374656,3.8126674,3.6789787,3.8561039,3.9170048,1.123462,1.287784,1.3136681,1.4477082,1.4322838,1.4384104,1.657728,1.5741713,1.8086095,1.8353175,1.9034671,2.1017287,2.2380085,2.304291,2.4259768,0.95517349,1.1210614,1.2457432,1.3135678,1.4016243,1.5215683,1.6141664,1.7003095,1.7757396,1.8855175,1.9934568,2.0365932,2.2116938,2.3130503,2.4218183,0.60553634,0.63677371,0.62136436,0.64622486,0.66605115,0.84416008,0.95570785,0.9373976,1.0092348,1.0079434,1.3063183,1.2511585,1.3647807,1.4559894,1.5971667,3.8958755,4.364851,4.7437463,5.1112118,5.4700112,5.7492657,6.0368624,6.3562312,6.6344008,7.0128531,7.2972083,7.5106859,7.7063217,7.9296522,8.0919609,0.61598665,0.685673,0.77665675,0.89809513,0.97932535,1.3172024,1.3733103,1.4620093,1.5508956,1.7109706,1.5248619,2.0029674,1.9784173,1.9437799,1.9689511,0.76491588,0.841932,0.88645798,0.85289168,0.93943143,0.99733633,1.114848,1.1462575,1.1595311,1.2877185,1.5437504,1.36686,1.5752131,1.5668865,1.6253265,1.0709569,1.3468415,1.6378337,2.0376177,2.2329285,2.3579082,2.5892458,2.884208,3.2386389,3.365871,3.4828711,3.5810568,3.7403476,3.8318341,3.9754364,0.50771511,0.64313871,0.73465478,0.85163683,0.96256864,1.0049831,1.1348741,1.1602373,1.1995319,1.2468345,1.2972887,1.2938092,1.3581265,1.4249074,1.539238,1.1800375,1.4187129,1.6897579,1.8992543,2.047672,2.3679152,2.6192622,2.9214463,3.2011316,3.5560436,3.6866226,3.7741826,3.9926879,4.0894885,4.2334194,1.573712,1.668328,1.7947952,1.8682618,1.9928062,2.0736704,2.2500894,2.3435414,2.4857173,2.4951744,2.5551808,2.6388667,2.6754076,2.8325558,2.9343657,0.74834663,0.78143358,0.75953841,0.78740156,0.78203094,0.89375556,0.87300187,0.84495395,0.89243221,0.904625,0.81779921,1.0311133,1.0398403,1.0598124,1.116807,3.4451034,3.725862,3.9984331,4.2277913,4.4985185,4.7500482,5.0064726,5.2936115,5.5216608,5.7563314,5.9588113,6.0346422,6.1078968,6.1594443,6.2490206,2.5462074,2.7527926,2.8271275,3.040668,3.2054048,3.2562833,3.4279745,3.6379163,3.7830994,3.876992,4.0260062,4.0901661,4.2750678,4.3892007,4.5726547,0.95292479,1.1719166,1.302701,1.4198425,1.4993088,1.6272296,1.8496822,1.9279609,2.1375299,2.288764,2.5315545,2.4863663,2.5678067,2.6990118,2.6810522,0.72869825,0.82473755,0.86940563,0.91573417,0.93536836,1.0165937,1.0704097,1.1027225,1.1681497,1.1182327,1.2696904,1.2155776,1.2597275,1.3095455,1.4245535,0.84100926,0.96800411,0.99885219,0.98248506,1.0985848,1.2503573,1.3005509,1.3094466,1.3669263,1.4344733,1.4715933,1.5291705,1.5546046,1.6724755,1.8194132,0.98703241,1.1019343,1.1693988,1.2892045,1.3263861,1.4335786,1.5767081,1.6588708,1.7895365,1.8509474,1.8852094,1.9852904,2.0942149,2.203578,2.2827187,0.45311269,0.45671171,0.47355959,0.44354838,0.51124746,0.66321248,0.70921981,0.70482701,0.76687115,0.82331997,0.77325451,1.0460716,1.0076131,0.9109087,1.0311589,2.0505185,2.3432391,2.5546143,2.800853,2.9303844,3.3022146,3.5248199,3.8300834,3.9961631,4.1955214,4.3181038,4.505486,4.5750866,4.7661123,4.8985391,1.0863066,1.04881,1.0527382,1.0834346,1.1084239,1.2627292,1.3453835,1.3694366,1.3929313,1.4367816,1.7785921,1.685029,1.8405576,2.0175438,2.135582,0.56700099,0.67753673,0.76308215,0.84326494,0.86552465,0.93543512,1.0009789,1.113881,1.1645749,1.2353681,1.290184,1.2450724,1.2509068,1.3751956,1.4182618,0.96535385,1.1524066,1.3020452,1.4897525,1.6177695,1.8024677,1.9682735,2.1526742,2.4318268,2.6614311,2.8072364,2.8133202,2.8028517,2.8972619,2.9563296,2.0595324,2.4358506,2.6210618,2.7060719,2.7835586,2.9290664,3.2247982,3.3535314,3.7535336,3.7940807,3.8661554,4.1679759,4.529489,4.4613194,4.6612868,0.32886082,0.44043261,0.57348919,0.66511184,0.74610776,0.89297158,1.0301412,1.1761719,1.2826463,1.3816487,1.4297764,1.4557388,1.6042106,1.7157793,1.727544,0.6576063,0.64935064,0.65564001,0.59108824,0.58389676,0.57713306,0.60936499,0.59967583,0.55728567,0.58665776,0.54237288,0.76653892,0.63951534,0.86690468,1.0478283,1.8658862,2.1513162,2.0697844,2.2656689,2.342994,2.3686194,2.5629497,2.6400356,2.629251,2.6310623,2.693718,2.763562,2.9525344,3.1573825,3.2136104,4.1102915,4.3669205,4.5337057,4.8101039,5.0926862,5.4507914,5.671587,6.000535,6.3182583,6.5213227,6.6361585,6.7862077,6.7924576,6.8423481,6.9525437,1.4373126,1.6336673,1.7644711,1.9375844,1.9768128,2.1362216,2.3225322,2.3920763,2.4268405,2.5628555,2.7228744,2.7473762,2.7681143,2.9526,2.8617034,7.2937489,7.7117963,8.1290407,8.5984898,9.0524664,9.5753584,10.017511,10.550596,11.098423,11.47539,11.828093,12.076714,12.228472,12.425813,12.560118,0.75697607,1.0048271,1.1255751,1.2155671,1.4200953,1.5544795,1.7007951,1.8314487,2.1273503,2.2768183,2.2846587,2.3549407,2.3742476,2.3132977,2.3956497,0.93577278,1.0133537,1.0914756,1.1451886,1.2009871,1.2566378,1.3141602,1.3846401,1.4535167,1.4734128,1.5730278,1.6117839,1.6454667,1.6969261,1.7343787,0.5670262,0.90167457,1.1803359,1.3502059,1.5949442,1.9218104,2.1566875,2.5434914,2.7254295,3.0265267,2.8569727,3.2357109,3.4186006,3.4303472,3.7442055,0.83433807,1.0086455,1.052022,1.1031547,1.2085469,1.2452996,1.2964774,1.4083124,1.5359541,1.6230211,1.6652455,1.7851756,1.9717168,1.8571575,1.8999431,0.81900907,0.87315553,0.90752673,0.95202726,1.0146296,0.97628546,1.0421971,1.0590326,1.1445659,1.1965456,1.2674096,1.2124407,1.291908,1.3682206,1.3746803,1.6241438,1.7623328,1.8739829,1.9729302,2.124722,2.2755325,2.5455301,2.7029998,2.8348308,3.0710785,3.1432469,3.2402732,3.3087189,3.4555469,3.5491076,0.78892016,0.90938562,1.0119798,1.2064943,1.3100779,1.4966112,1.6725918,1.8418037,1.9558616,2.1555686,2.2706258,2.3263941,2.4377925,2.5120873,2.5910826,0.74853748,0.86428624,0.90441072,0.93838775,1.0098407,1.0571762,1.1158556,1.1424508,1.1994574,1.2179364,1.3787977,1.3902633,1.452142,1.5252069,1.5160336,1.5134913,1.6342998,1.7637519,1.7748309,1.9990762,1.9948019,2.0340741,2.2085092,2.2667098,2.3693607,2.4117534,2.8359084,2.7737515,3.0457525,2.9921365,2.6286964,2.8533511,3.4368801,3.5283611,3.6768045,3.5607629,4.151206,4.3792224,4.6748934,4.557385,4.2097836,5.1369863,5.4375143,5.7670388,5.6045899,8.8685627,9.2884626,9.7654533,10.207417,10.642919,11.104296,11.573609,12.052889,12.475502,12.912181,13.348311,13.555784,13.795948,14.033319,14.257349,1.8055826,1.8741827,2.0499387,2.1720369,2.4674985,2.6124308,2.9323275,3.2152574,3.4558508,3.6388595,3.7665415,3.8470063,3.8331079,3.9618845,4.0104947,0.67310917,0.74967498,0.86400789,0.90812975,0.98249185,1.0169581,1.1150545,1.1347705,1.2217051,1.3650246,1.4262191,1.472895,1.6076483,1.6501738,1.7387593,0.65277702,0.7287603,0.79728812,0.79789376,0.82084519,0.90795743,0.9334349,1.0040215,1.0246575,1.0504491,1.2388986,1.1835971,1.2674874,1.3718998,1.4256734,2.0084095,2.2116218,2.3830261,2.5076489,2.668673,2.86497,3.0629487,3.2163069,3.3287842,3.4596283,3.6368363,3.7586625,3.8107905,3.9092758,4.0686016,1.3040054,1.4301033,1.5286167,1.603739,1.7103764,1.8079785,1.934116,2.0678294,2.1664302,2.2856417,2.3551207,2.4118888,2.5093887,2.6096535,2.7385058,0.36981237,0.38069341,0.38999462,0.45613092,0.49097663,0.72693628,0.79575598,0.84689689,0.91451293,0.94919783,0.87119687,1.0765711,1.2559081,1.4361198,1.4551884,0.82510042,1.0160197,1.0733215,1.0842741,1.1652788,1.1953812,1.3152951,1.4016601,1.4524755,1.5339916,1.500304,1.5953926,1.7880861,1.8393459,1.9550343,0.79847544,0.93812186,1.0569335,1.0759435,1.1242658,1.1200981,1.2621994,1.2410307,1.360222,1.4399675,1.515083,1.5852798,1.6051253,1.7040091,1.7757332,1.4438661,1.5410399,1.6409438,1.7968934,1.9265662,2.0266001,2.1509616,2.3302908,2.5516577,2.6174939,2.7022398,2.7517705,2.8524823,2.918798,3.060993,0.73389852,0.77091098,0.75919795,0.79421914,0.86246628,0.90389478,0.89369702,0.94773716,0.99229759,1.0141988,0.90709376,1.1982882,1.3260306,1.5749745,1.5936837,8.0405922,8.3899775,8.7197695,9.0377007,9.3400698,9.6842966,10.125055,10.54914,10.899194,11.33962,11.523707,11.771343,12.023798,12.294219,12.482434,0.92886144,1.0741377,1.1626613,1.2813432,1.2880689,1.3420246,1.4700258,1.6008248,1.7193079,1.9268993,1.8797619,2.2241993,2.1969995,2.2277229,2.2684844,3.9497848,4.322535,4.656703,4.9867764,5.415422,5.8777375,6.2855592,6.7330785,7.1106219,7.3635845,7.5815611,7.729423,7.8770714,8.1022692,8.2800579,0.75540507,0.81338149,0.82585037,0.88338059,0.90196848,1.0271022,0.99029773,1.0141034,0.99435633,1.1117849,1.0669385,1.2866137,1.4041215,1.6063977,1.6300941,0.76211125,0.89026189,0.97996134,1.1311835,1.3056171,1.4443103,1.6093452,1.6803739,1.8295029,1.9403962,2.0120318,2.1009145,2.1084974,2.1410036,2.2255466,1.7091856,1.9349624,2.1912069,2.3714445,2.7163048,2.8935027,3.1722054,3.4691746,3.7709658,4.1275463,4.3192258,4.4142151,4.5996132,4.7223854,4.8263888,0.89236265,1.0031387,1.1225673,1.1508178,1.2022716,1.2851309,1.4196342,1.445364,1.4774776,1.5641041,1.7745051,1.8013662,1.9455018,2.2106473,2.2147856,0.99752462,1.2207055,1.3666537,1.4872332,1.6863326,1.7810169,1.8852519,2.0010042,2.1697619,2.1055646,2.1855187,2.3116131,2.4149945,2.5725563,2.7050443,3.3865831,3.6612015,3.9461021,4.1301913,4.3590555,4.6114597,4.7945981,5.0183196,5.1793313,5.3287411,5.4809823,5.6062126,5.7786279,5.8591132,6.004581,0.64297289,0.82269216,0.90302515,1.0284452,1.0403249,1.2543039,1.3239188,1.3969619,1.4336395,1.6234238,1.3418592,1.6324762,1.6208563,1.6618884,1.7168425,0.94165438,1.323844,1.7982311,2.1303761,2.5256541,3.0286834,3.5706711,4.1801662,4.6815691,5.4179621,5.711513,5.8764806,6.1559415,6.640295,6.9286799,0.66310161,0.77778172,0.84841633,0.96143687,0.90046066,0.95652473,1.061017,1.0950773,1.1756312,1.28123,1.2829555,1.3982754,1.535966,1.591652,1.5711462,0.85530674,0.9224748,0.92345858,1.0183207,0.99234217,0.99927652,1.0922771,1.104696,1.1485276,1.2079539,1.2292017,1.5208948,1.5971439,1.8374426,1.9534535,6.6718655,7.0777431,7.5453496,7.9166107,8.171979,8.5640173,8.9986734,9.4273968,9.7030888,10.117852,10.321413,10.529387,10.703993,10.839375,11.058078,0.89185482,0.93963909,0.89650053,0.97285908,0.99218655,1.0995837,1.1367872,1.1223344,1.2872586,1.2980497,1.288012,1.5141915,1.6107638,1.583956,1.5626993,1.3071452,1.4440433,1.5380028,1.6521618,1.7835842,1.8825325,2.0512538,2.2066052,2.3884704,2.4844389,2.5960248,2.6893551,2.8194709,2.9211047,3.0074794,2.6727853,2.7937653,2.9655373,3.1025691,3.2420537,3.4163401,3.5225933,3.6826036,3.8578608,4.0199814,4.1683335,4.2941799,4.4024849,4.4684982,4.5642304,1.3814068,1.5127083,1.6857579,1.8182164,1.8743465,1.990173,2.1374016,2.2571521,2.2930808,2.3858604,2.537761,2.6059377,2.7519937,2.8651869,2.923898,3.6621306,3.889817,3.9782331,4.1203403,4.3490667,4.4658852,4.7509112,4.8975129,5.1050081,5.314816,5.3010178,5.9639559,6.1468711,6.2633567,6.354197,1.9687722,2.1357713,2.3056042,2.4128199,2.5523012,2.7370534,2.9687757,3.0816219,3.2514706,3.349777,3.4820035,3.5846808,3.6884248,3.8180146,3.9306998,0.93924701,1.1396201,1.1924545,1.2849333,1.4275451,1.5523933,1.754621,1.7941315,1.9444706,2.0877161,2.2916584,2.3671412,2.4884384,2.6055462,2.7704933,7.5330043,7.486351,7.5562358,7.565412,7.8767118,7.8617945,8.0706921,8.3879728,8.5442944,8.7317791,8.8067408,8.824645,8.968873,9.1693897,9.25418,6.2203894,6.2360601,6.5788293,6.7009845,7.1765647,7.2545342,7.5209408,8.0704842,8.2931957,8.4221478,8.3603754,8.6504898,8.6890116,8.8568573,9.0359926,3.543365,3.8185537,4.2079959,4.5208549,4.8689952,5.2971916,5.6333394,6.1054955,6.7077441,7.5115004,7.9174957,7.736052,8.034502,8.2500362,8.3141594,13.810807,13.65578,13.778186,14.074804,14.380415,14.512171,14.845401,14.979993,16.07485,16.504976,16.848547,17.076565,17.36191,17.223032,17.425581,5.5036001,5.5268421,5.6001968,5.5837145,5.6194329,5.9229856,5.8901649,5.9368067,5.9765682,6.2359996,6.4168415,6.6433563,7.0944743,7.7598825,7.7406154,0.91494405,1.1076497,1.4512318,1.3208494,1.3714474,1.8620467,1.8294623,1.7832855,1.9492892,1.9526203,2.3200226,2.3705988,2.4202573,2.6955307,2.4779735,4.3861609,4.4487371,4.7980008,4.882369,5.0655527,5.0844235,5.2528868,5.4101543,5.6133857,5.5738945,5.6432176,5.9520583,6.5209465,6.7277694,6.8128796,8.8129921,8.8657312,9.086504,9.0027475,8.923274,9.446228,8.8849897,9.2076073,9.552145,9.7940931,9.7207632,10.244906,10.544417,10.475489,10.489304,2.3912597,2.4354398,2.403542,2.4179621,2.4195292,2.237185,2.2884283,2.2164838,2.1711366,2.0958705,2.206954,2.49066,3.0334296,3.7144036,4.0267057,2.0821609,2.3719826,2.4284358,2.6280682,2.7402701,2.8236825,2.9887121,3.0321629,2.931442,3.3158202,3.1983192,3.6591015,4.1579561,4.5132847,4.724041,11.120073,11.306539,11.453152,11.584844,11.779648,11.896375,12.137896,12.41244,12.637382,12.87294,13.087368,13.237214,13.932387,14.086619,14.262612,2.1681142,2.4494796,2.7056131,3.0958524,3.2820647,3.3863165,3.4086068,3.7030506,3.9253502,4.2030749,4.4247789,4.0506048,4.2857938,4.4030991,4.5248871,4.9487257,5.0957031,5.2535748,5.3805351,5.5116968,5.7978892,5.9797192,6.2778964,6.6461282,6.7612114,7.0351095,7.2834334,7.6951423,8.0548573,8.2889109,1.5025042,1.569792,1.5699956,1.7543859,1.8111255,1.7710583,1.8095648,1.9110928,2.0267532,2.1818182,2.4576955,2.696177,2.2626262,2.9827316,2.7667985,3.7024128,3.8216066,3.9750009,3.9595199,4.1107445,4.3455181,4.4757175,4.5683413,4.7111692,4.6736646,4.9732943,5.0925436,5.5953989,5.91716,5.9706101,5.3209748,5.6930976,5.6125941,5.7083669,5.3722796,5.9555349,6.0989642,6.0930662,6.3674321,6.5985126,6.4683495,7.0566602,7.4095278,7.5160408,8.1130352,2.4337947,2.5955,2.6789372,2.7767467,2.9767649,3.0027699,3.136168,3.2214041,3.3128402,3.3842232,3.7355926,3.8906918,4.2947898,4.3565817,4.2271819,1.9788697,3.0534351,3.5842855,4.2171378,4.3693438,5.2694612,5.3537765,5.375,5.446485,6.3943162,6.9483747,7.1977911,8.1205606,7.6740036,7.759737,9.5201321,9.6940298,9.9177084,10.22964,10.684795,11.249645,11.934892,12.941885,14.12248,14.825641,15.448981,15.649055,15.783523,15.758824,15.788536,6.5502419,7.6984935,8.3771305,9.3255005,9.9912672,10.778321,11.641851,12.40719,13.164665,13.927092,14.99859,15.073085,15.375398,15.134023,15.114604,5.3696737,5.6457014,5.7793436,6.1550307,6.5639443,6.7713141,7.2504945,7.6595111,8.1550484,8.7394323,8.9558592,8.6361904,8.9427795,8.7146797,9.0417643,11.609307,12.010411,12.030545,12.349549,12.336683,12.590377,12.733425,12.804505,13.598249,13.700583,13.160356,13.637974,13.845789,14.118205,13.997114,2.0673006,2.173578,2.2043173,2.4357033,2.5579295,2.8359115,2.709543,2.7584245,2.9300435,2.7663088,3.0771372,3.3876863,3.7367303,3.9245811,4.2171192 ),.Dim=c(3107,15)), native_pc=structure(.Data=c( 0.42252558,0.46113747,0.45307022,0.44017094,0.42591906,0.40260887,0.39159912,0.38545939,0.40542823,0.39346078,0.42099869,0.41807684,0.43860444,0.42516083,0.43045756,0.53841037,0.56393445,0.55827034,0.58478373,0.58298033,0.57712585,0.60135263,0.59743392,0.60798401,0.63710243,0.62337947,0.64341927,0.65074897,0.6508615,0.65794414,0.41013268,0.39843401,0.38739398,0.36021543,0.37119526,0.296143,0.27996126,0.26659942,0.23374569,0.22417472,0.25172377,0.23506942,0.22460327,0.22244467,0.24986015,0.2360267,0.22826707,0.24057738,0.25234824,0.2670227,0.25406042,0.2760306,0.2807737,0.2774719,0.29205355,0.33672979,0.33871463,0.34007594,0.38201848,0.37695685,0.43633944,0.46484712,0.46621379,0.48263091,0.49700686,0.47964263,0.46318826,0.4871977,0.46972218,0.49005076,0.43426695,0.49557275,0.49847686,0.48498282,0.4960283,0.31948882,0.32576159,0.33759773,0.34464476,0.3617945,0.20888203,0.16703786,0.17255472,0.17346846,0.1820333,0.40404043,0.19757268,0.20742975,0.20700036,0.24933049,0.2063306,0.20814608,0.22592896,0.22560361,0.23957834,0.2544407,0.26903677,0.26323345,0.27208936,0.2827431,0.28160948,0.30958253,0.32830262,0.34549135,0.33043993,0.38980564,0.40263873,0.4174692,0.41701788,0.39748991,0.41318345,0.39692166,0.42853084,0.42464653,0.40468729,0.38309005,0.39654234,0.38964584,0.40231612,0.40261051,0.14218916,0.14059657,0.13624358,0.1485426,0.15791106,0.14739646,0.16311346,0.1578328,0.16202296,0.16577478,0.18737009,0.16179802,0.17901687,0.17860803,0.18794784,0.2790969,0.28947151,0.31963283,0.33752185,0.38574356,0.37153929,0.39660725,0.41482413,0.43298486,0.46801269,0.40398598,0.47929451,0.47650155,0.47922099,0.4924024,0.27821642,0.28360325,0.29250547,0.29212007,0.30095825,0.28131407,0.30956092,0.29150438,0.28215268,0.31045902,0.28615907,0.31550789,0.31352267,0.31510448,0.32103094,0.1511811,0.15309051,0.15617883,0.15132575,0.15405224,0.15125473,0.13859053,0.13365223,0.12753294,0.12879221,0.20260492,0.16920474,0.16982943,0.20182389,0.20317556,0.2192746,0.22806256,0.2493857,0.24732375,0.26708212,0.3063817,0.32143524,0.34422755,0.34242666,0.35332975,0.33769357,0.37543997,0.4056634,0.36630037,0.37026602,0.30147937,0.30773535,0.30160624,0.33795679,0.36824587,0.33387795,0.34156406,0.37628683,0.37426734,0.37840927,0.43174788,0.51207018,0.52021402,0.52721471,0.53183633,0.29635903,0.28828576,0.29134297,0.28397286,0.29290745,0.3271158,0.33016923,0.32434624,0.31598762,0.33516559,0.38697624,0.32729945,0.3283962,0.35932925,0.36491507,0.89720058,0.96303409,0.96061921,1.0109444,1.0298982,1.0854311,1.1248595,1.0746344,1.1418914,1.1711166,1.1735591,1.2289883,1.1646767,1.1191016,1.1548071,0.35456479,0.37961054,0.37589848,0.41636726,0.41007724,0.42311302,0.42453092,0.42579746,0.45527139,0.46668872,0.41886353,0.48123723,0.48281685,0.50485581,0.5176211,0.1923762,0.19368723,0.20300153,0.23555392,0.2680566,0.26823634,0.30140412,0.30503684,0.33612192,0.3390086,0.42417818,0.36582577,0.35395506,0.40388349,0.41857526,0.32928064,0.32916948,0.32367972,0.28980565,0.34602076,0.34882709,0.37551305,0.37590697,0.34803796,0.3593339,0.38940811,0.40535778,0.40196514,0.45212045,0.4163968,0.47982088,0.50716233,0.49050161,0.49647316,0.51893711,0.47844318,0.51547766,0.48364383,0.4954055,0.4993625,0.47384584,0.52811348,0.53678143,0.54454136,0.5542652,0.40899795,0.40804431,0.42537585,0.43217111,0.44437969,0.37958977,0.38904899,0.40126112,0.38787532,0.39931545,0.47629359,0.4677605,0.50175613,0.48808497,0.45884714,0.35883471,0.39656395,0.41191587,0.39919132,0.41212836,0.42443961,0.44026113,0.4523977,0.44846958,0.48039231,0.4785046,0.47595966,0.48398733,0.49655753,0.50602674,0.58220017,0.59690583,0.65622914,0.63801688,0.61935222,0.62181449,0.63369805,0.63449728,0.64366066,0.67998558,0.65927958,0.68650341,0.66369921,0.63813138,0.65453225,0.101736,0.10188156,0.10578045,0.12618995,0.12054917,0.14628437,0.15793155,0.16518079,0.17621146,0.17824905,0.1644211,0.18064755,0.1916918,0.19276075,0.19442177,0.74555296,0.78869641,0.85483062,0.9183827,0.98572701,0.97796267,1.0657712,1.0395968,1.0907331,1.1740799,1.1833987,1.2523289,1.2615939,1.2360835,1.2350025,0.41717049,0.41210219,0.39324778,0.38893259,0.4252443,0.38504755,0.35217819,0.34878898,0.33462894,0.34591517,0.33312801,0.34244865,0.33817387,0.34123364,0.35669324,3.0267448,3.1023378,3.1655054,3.1061487,3.1341977,3.2339566,3.2782099,3.3616111,3.329906,3.2863605,3.1808212,3.3836651,3.3706684,3.3705785,3.3162184,0.32046938,0.34085613,0.33207753,0.32322252,0.33081102,0.33826351,0.34000462,0.33784759,0.32531717,0.34440085,0.33983648,0.36743546,0.34537342,0.3504988,0.351854,0.18906654,0.19038294,0.19695809,0.22004622,0.24969482,0.22739877,0.2251365,0.25109857,0.26224273,0.27151933,0.31941462,0.2871879,0.3125,0.32034171,0.3325021,0.27847129,0.28855401,0.30105856,0.30122435,0.32176286,0.33583054,0.37579495,0.38382143,0.37509137,0.38937604,0.38450629,0.41287151,0.42656726,0.44434568,0.46214232,0.72649574,0.74711519,0.77404219,0.75869584,0.75663507,0.72725874,0.72323096,0.69143683,0.70929968,0.68284994,0.72720492,0.70438284,0.69984448,0.75508374,0.78631073,0.12118764,0.12162984,0.11118973,0.12238654,0.11356597,0.093023255,0.11750881,0.11720831,0.11753392,0.11979961,0.47846889,0.1234568,0.12450481,0.16080864,0.16368525,0.17038584,0.16230132,0.16114181,0.16358963,0.16104981,0.15040308,0.14610092,0.15836278,0.14145142,0.14352573,0.28647822,0.14970061,0.14934096,0.16322799,0.15861477,0.20194604,0.22007582,0.19456436,0.21735193,0.23364486,0.28653297,0.30083174,0.30979657,0.30941677,0.31317055,0.41023865,0.31022003,0.31885907,0.32546785,0.30857012,0.36427826,0.41121915,0.40137869,0.37997833,0.3661184,0.39721841,0.40272939,0.37962896,0.36800662,0.37014925,0.39651379,0.38565934,0.39378837,0.38702828,0.39381421,1.7265973,1.6204605,1.5532572,1.5192418,1.5432041,1.4194105,1.415403,1.3781337,1.3750584,1.3355529,1.2196958,1.2597626,1.2946631,1.2868237,1.3205146,0.20859987,0.21054322,0.21140105,0.21520488,0.21477905,0.23376937,0.22595149,0.23062962,0.23822942,0.23115207,0.21774946,0.2280401,0.22259255,0.22446059,0.23002326,0.12560447,0.12154555,0.12948336,0.13763271,0.13930348,0.12659071,0.12823974,0.15435205,0.14865869,0.16338757,0.42735046,0.16092919,0.18243054,0.19031508,0.17081851,0.24988925,0.27907187,0.284159,0.28489381,0.2907632,0.30215538,0.32006556,0.33916166,0.33947203,0.33396021,0.33772483,0.37141809,0.38519636,0.38283601,0.39328197,5.3048115,5.196444,5.2452588,5.3931804,5.3732734,5.3521128,5.4102502,5.3217859,5.3895192,5.3999705,5.5325842,5.5808487,5.5838466,5.5918016,5.5944471,0.24343757,0.27735215,0.28549224,0.29649124,0.28378886,0.26479986,0.27466789,0.27741143,0.27578723,0.27279419,0.28839323,0.28246823,0.27113098,0.26203582,0.26938468,0.44568413,0.50794792,0.53489369,0.54828078,0.5575273,0.56519359,0.56754148,0.55480325,0.58857107,0.57054323,0.59620404,0.57271761,0.57030952,0.58624959,0.58380789,0.11135031,0.11253657,0.11337012,0.1231148,0.12675276,0.20166171,0.19795448,0.20880315,0.21163125,0.21765628,0.50626165,0.26081482,0.23958717,0.24242425,0.24632874,0.16218239,0.15464994,0.15702584,0.14712246,0.14987879,0.15633374,0.14846808,0.1503965,0.12964763,0.13213781,0.23212628,0.15985708,0.17090678,0.17630465,0.17537525,0.76724958,0.73317063,0.7359333,0.73315895,0.75155169,0.75230372,0.73487079,0.7376709,0.71122569,0.70393157,0.70210838,0.69587189,0.69390947,0.68700969,0.69149297,0.084204935,0.085574023,0.094522208,0.099886492,0.11020802,0.13445222,0.12540059,0.13969733,0.14064038,0.1511573,0.35280097,0.16901681,0.20538901,0.2276101,0.26321018,0.29546842,0.3021737,0.31364349,0.32074362,0.31131211,0.27874336,0.29565611,0.28526047,0.28785822,0.2936762,0.3639909,0.32219222,0.33098474,0.31375918,0.31739736,0.49618459,0.53590697,0.53586203,0.53824633,0.5509156,0.59295392,0.57703865,0.59594887,0.58415318,0.57692516,0.61993885,0.60592508,0.57520056,0.5923053,0.57971936,0.67587668,0.66378593,0.68649024,0.71291846,0.7279644,0.7507357,0.76368272,0.79661834,0.81452411,0.82646835,0.85608435,0.85507745,0.86477345,0.88162637,0.87630087,0.96221066,0.96600336,1.0115727,1.0480862,1.0854474,1.0513871,1.016863,1.0453557,1.0173984,1.0853648,1.0307037,1.145943,1.1999115,1.2232554,1.2787139,0.23989831,0.23537534,0.2249255,0.23800971,0.23228492,0.2321026,0.23098144,0.23608088,0.24575642,0.24603812,0.22711055,0.21857829,0.21152622,0.21101323,0.20716554,0.65545171,0.68587595,0.69251829,0.71569026,0.6990779,0.70899582,0.73945153,0.75861061,0.7910344,0.79022145,0.77993077,0.77285421,0.78843075,0.77389807,0.78391385,0.076213062,0.077286392,0.077928826,0.13273162,0.12552677,0.082712986,0.093659267,0.12994246,0.15855251,0.15902713,0.52103072,0.19029495,0.20628683,0.2101471,0.20294267,0.11972607,0.11977196,0.1199904,0.12666245,0.14229637,0.14362124,0.12420509,0.14007704,0.14034384,0.14131422,0.34509009,0.17046335,0.17049858,0.17041053,0.21141648,0.64205998,0.64669615,0.61963296,0.66555738,0.61778843,0.59144676,0.59088439,0.58247536,0.5474509,0.57125306,0.58257729,0.59872961,0.58299351,0.59768063,0.61952251,0.18769272,0.18250611,0.19586894,0.21467866,0.23085462,0.30452821,0.32165673,0.35301387,0.35736078,0.3630161,0.42764878,0.36838874,0.36680219,0.39770216,0.40024906,0.33329988,0.32848334,0.37786174,0.35259348,0.3575902,0.34183908,0.35672525,0.35047185,0.35385156,0.3546643,0.39858612,0.39001986,0.39466166,0.3832126,0.39020634,0.35955748,0.37825489,0.36418229,0.36282039,0.34225175,0.34850404,0.32917258,0.31380755,0.30533224,0.30117217,0.3139886,0.27159411,0.28534523,0.31086883,0.30845299,0.30620569,0.28120357,0.29679951,0.28803286,0.26363894,0.25044993,0.25777087,0.24742359,0.25512639,0.22469229,0.2405172,0.24244261,0.26290891,0.2510727,0.25557837,0.094941005,0.095693782,0.097384527,0.076767392,0.076794192,0.09191826,0.09958034,0.10053138,0.079239309,0.080023281,0.32013968,0.10364229,0.11151588,0.11192359,0.1283697,0.21542117,0.21250571,0.22566125,0.23609395,0.23539852,0.24035515,0.24880779,0.25296134,0.26228318,0.2782011,0.28011206,0.28476796,0.29903209,0.29146272,0.30397007,0.25666243,0.26324686,0.2777507,0.26651669,0.29092512,0.28146952,0.27883518,0.27285457,0.27359125,0.28208745,0.29627132,0.31119579,0.31581759,0.32531381,0.3405332,0.21642666,0.22821067,0.22122578,0.23214023,0.23493837,0.22249916,0.23155423,0.24030375,0.23392683,0.23133741,0.23739207,0.23393241,0.23420618,0.24075967,0.23108941,0.27902892,0.29986924,0.29957715,0.29954416,0.31036443,0.30948907,0.32974765,0.32350987,0.32136804,0.34893906,0.33160561,0.3571375,0.35809261,0.38222936,0.39959127,7.0603833,7.1042209,7.3148923,7.292016,7.4321666,7.5296774,7.5854278,7.9240756,8.0246906,7.9460354,7.7229075,7.7295804,7.5839906,7.5404592,7.6083736,0.13911431,0.14055911,0.14086711,0.12698412,0.12807173,0.10510147,0.11455692,0.1146789,0.1070135,0.1179444,0.39603961,0.1479805,0.14078312,0.15165031,0.16286644,0.42241621,0.4228158,0.44715446,0.46386719,0.49159014,0.49535102,0.51621228,0.51492476,0.53854871,0.5589081,0.52469766,0.5834018,0.58322304,0.58375424,0.62238079,76.516029,75.541901,74.840683,74.027504,73.521515,72.929466,72.741028,72.285278,72.190659,71.755295,71.816231,71.746307,71.921692,71.834389,71.795761,0.8524363,0.84513211,0.86193234,0.83887333,0.83175099,0.85383111,0.81970429,0.79559457,0.8176837,0.80642056,0.7861051,0.76318085,0.76201016,0.77774775,0.80033934,28.105814,27.714041,27.407095,27.249722,27.144993,26.970282,26.954428,26.834913,26.846563,26.640543,26.549376,26.604164,26.323376,26.074577,25.82663,12.580846,12.817412,13.005556,13.310088,13.569803,13.688898,13.720714,13.73094,14.083874,14.181961,14.174242,14.633553,14.951632,15.396511,15.572366,14.517622,14.582084,14.694198,14.579354,14.637801,14.582575,14.376429,14.226013,13.720353,13.673552,13.567771,13.332973,13.027122,12.841706,12.748301,1.4157014,1.4852078,1.6600689,1.7047707,1.6955888,1.6458197,1.7478949,1.730652,1.5535568,1.6792126,1.5563271,2.0607755,2.178376,2.1329143,2.0701489,11.167202,10.975485,11.236128,11.297029,11.371941,11.345012,11.053322,11.188066,11.291656,10.95837,10.611985,10.850139,11.021571,11.149826,11.361623,1.5461498,1.5825937,1.5815626,1.5802165,1.5798188,1.5879115,1.5937097,1.5988883,1.5925491,1.5758276,1.5631357,1.5815517,1.6087351,1.6444733,1.6732428,2.115674,2.1196167,2.0089674,1.9590693,1.9044876,1.8980467,1.9039803,1.8817581,1.8887633,1.9053962,1.9032774,1.957853,1.9996852,2.0582826,2.0695319,47.196716,46.641254,46.43988,46.035122,45.317883,44.904209,44.057224,43.452076,43.007267,42.360859,42.426384,42.758472,42.975529,43.200775,43.206097,2.6142104,2.6039243,2.5756433,2.5515497,2.5331118,2.5239651,2.4900897,2.4751301,2.474431,2.4511571,2.4175434,2.4418435,2.4645181,2.4790008,2.4852526,7.0024276,6.9231467,6.7418633,6.6309156,6.4463801,6.1546488,5.6160808,5.231339,5.001029,4.7943287,4.6334171,4.7018337,4.7590027,4.7542558,4.7404804,0.24618416,0.25707597,0.25744209,0.24615385,0.23784927,0.2537185,0.25509053,0.24041642,0.23838419,0.24036928,0.29286587,0.28327423,0.29285353,0.32258064,0.32789695,1.4263854,1.428439,1.4349184,1.4289637,1.4034564,1.3754708,1.3832675,1.3694299,1.3782426,1.3439282,1.3356328,1.3408483,1.3870324,1.4288965,1.4352165,1.1471204,1.1419941,1.1197233,1.1190276,1.1034347,1.0552747,1.0503242,1.0386589,1.0052196,1.0066386,1.0106407,1.0398365,1.0376775,1.0426714,1.0285871,0.19734308,0.18938474,0.19655053,0.18017116,0.19031402,0.18041496,0.18701036,0.18009675,0.17639428,0.17246786,0.27927074,0.23830959,0.26337966,0.2714065,0.30165914,0.14475371,0.14271323,0.15161087,0.16617666,0.16842286,0.2108037,0.2177681,0.23392865,0.24381433,0.24178831,0.30230853,0.26326728,0.29779908,0.31547228,0.35362706,0.49159861,0.52437973,0.55316055,0.53646958,0.49829665,0.51260251,0.51630896,0.48685256,0.5154267,0.51009363,0.4602077,0.55241925,0.59173036,0.58586597,0.59252733,1.5664581,1.5446634,1.5704013,1.5366073,1.542372,1.5667502,1.5222249,1.5771074,1.5758491,1.546487,1.5473722,1.5094405,1.5121924,1.5022309,1.4859924,0.67545742,0.73559463,0.76056665,0.72929329,0.68194842,0.66493857,0.64899045,0.65018094,0.60853571,0.6378243,0.57695436,0.67485493,0.68581223,0.68205523,0.6782946,0.19052155,0.19312786,0.18638574,0.17940144,0.16519369,0.16650017,0.15282731,0.1448411,0.12883277,0.13000521,0.37404314,0.2532751,0.33687943,0.3230148,0.32546785,0.21019442,0.19646366,0.2122016,0.17711654,0.160973,0.14096916,0.17565432,0.15903869,0.18089725,0.18446781,0.74878323,0.22701477,0.22615907,0.28768697,0.32767925,0.83172375,0.93117887,0.8916111,0.87581146,0.8444649,0.84357858,0.83411604,0.82774639,0.82767874,0.81007433,0.83448225,0.87434882,0.90299183,0.98106402,0.99920642,0.11378182,0.11629597,0.11956359,0.12146056,0.14752698,0.14926545,0.18376477,0.18679444,0.19087137,0.19407645,0.39891359,0.20547944,0.20907745,0.22887324,0.24962111,0.42174318,0.41673756,0.4071312,0.42549497,0.42787287,0.38596493,0.37079042,0.36734518,0.35665178,0.35930738,0.38731015,0.4358438,0.42523345,0.44118944,0.4273316,0.64435196,0.62402499,0.61464614,0.55453956,0.54674035,0.40500298,0.37772048,0.32191449,0.25294587,0.24289985,0.24880263,0.27165329,0.28896168,0.3330721,0.38877174,0.42323652,0.43794414,0.45538461,0.43705231,0.48365179,0.47875288,0.46795124,0.46975926,0.45662099,0.46772325,0.40398598,0.50532323,0.61998683,0.62268925,0.58837283,0.30459231,0.30103043,0.30113506,0.25304806,0.28591034,0.25962299,0.27183148,0.26978418,0.26210827,0.25436467,0.42553189,0.2654663,0.3019394,0.31623331,0.41547957,0.24610336,0.24386407,0.25234601,0.25093603,0.24250615,0.25574425,0.23475112,0.25355172,0.24324982,0.24774592,0.32230428,0.28762406,0.30703729,0.37029418,0.38586009,0.41847181,0.43217757,0.49101445,0.51317143,0.55558264,0.57535172,0.58786684,0.62404728,0.64684898,0.68683255,0.68183959,0.70459169,0.71681207,0.72809798,0.72277701,0.31386712,0.30861232,0.29888779,0.30470589,0.29653311,0.28910321,0.33435497,0.31636563,0.30541387,0.30791146,0.29760981,0.32117084,0.33415705,0.34127343,0.37108824,1.9492922,1.9272934,1.9336313,1.8805072,1.977759,2.0353415,2.0414031,2.0827105,2.1613903,2.2031009,2.102344,2.1963449,2.1787584,2.1339781,2.1696124,0.23765099,0.24156012,0.24100193,0.23680651,0.24469821,0.21495104,0.24225576,0.24386375,0.22880134,0.2297316,0.2473644,0.26329336,0.26173827,0.28750655,0.28855079,0.21584952,0.2166959,0.21459228,0.2328535,0.2289426,0.22242227,0.22132255,0.24213076,0.24725276,0.25596794,0.38093105,0.28750211,0.28335032,0.29177871,0.31419095,0.25147605,0.25541365,0.24926355,0.2860412,0.32036614,0.33764118,0.34210217,0.34659973,0.37430573,0.39081582,0.53178334,0.35891089,0.41358563,0.42918456,0.46409693,0.33328974,0.32758388,0.32229307,0.31239152,0.31534687,0.35020012,0.28118241,0.28839755,0.26369321,0.25938359,0.36982819,0.2598016,0.29453906,0.29718876,0.35202619,0.23567221,0.23579849,0.25529602,0.25894159,0.24200054,0.2094747,0.18711574,0.20501754,0.2164385,0.22708841,0.29705644,0.277852,0.28236547,0.27795595,0.27764431,0.49826014,0.49757966,0.48331568,0.50738102,0.4679603,0.48390999,0.51374686,0.49319839,0.53744113,0.53603816,0.53693628,0.54596418,0.54231399,0.54099774,0.52449578,0.77239668,0.81323612,0.84565413,0.87645847,0.90782511,0.94062966,0.92005956,0.95958763,0.9600088,0.92036372,0.85559732,1.022563,1.1478882,1.1771926,1.1820331,0.67776251,0.67660159,0.69864529,0.68464208,0.68714297,0.64319289,0.64361745,0.65565807,0.58148926,0.67042762,0.62147355,0.6265766,0.66133243,0.60447639,0.62608123,0.57523978,0.58967566,0.5790472,0.55590552,0.54345441,0.57440066,0.57931268,0.53929693,0.55941278,0.54048419,0.52108794,0.56830531,0.57749128,0.5515123,0.56284404,0.44306871,0.40944126,0.41473824,0.41838503,0.41113588,0.41173744,0.41279671,0.434708,0.4120104,0.40561095,0.41366202,0.50116938,0.44353274,0.5205161,0.45818383,0.4073157,0.42178518,0.4473044,0.4585017,0.47892231,0.44193035,0.44972697,0.43746027,0.42145038,0.45538431,0.46928328,0.45164159,0.42392513,0.44566175,0.43906787,0.338696,0.36452526,0.35777405,0.36379385,0.36132514,0.33153027,0.35718951,0.35779738,0.34918672,0.340482,0.42440319,0.35979211,0.37121516,0.37932879,0.39879912,0.43963253,0.4638249,0.42750266,0.45423573,0.45701778,0.42135277,0.42793351,0.41678157,0.41237745,0.43906453,0.41283429,0.49950051,0.51239026,0.54469818,0.54600549,0.40047774,0.41000986,0.41933191,0.4539651,0.51461655,0.58467025,0.58513331,0.62134504,0.63025212,0.66952914,0.68017364,0.76705986,0.80368233,0.82179606,0.83952451,0.40777093,0.41601211,0.42014372,0.42421794,0.41441596,0.38116911,0.39236718,0.40907818,0.38484064,0.37783721,0.40013063,0.390975,0.40880418,0.40944713,0.41553116,0.60159427,0.58695161,0.62532961,0.63117248,0.65867376,0.65808934,0.67731726,0.73051947,0.66515607,0.70180565,0.65775049,0.93533659,0.90263391,0.91221768,0.94157773,0.27169484,0.28842419,0.30464163,0.31818688,0.37446997,0.399584,0.42007518,0.43098685,0.47311586,0.48481473,0.53966844,0.52666968,0.53857929,0.55508351,0.55990398,0.22929513,0.22683086,0.24649589,0.24089643,0.26763245,0.2358432,0.26132512,0.27288419,0.25908059,0.26620713,0.2326844,0.28149006,0.3109211,0.32258508,0.34955856,0.5698505,0.60930496,0.66543597,0.6613813,0.69601673,0.69912714,0.76841766,0.67704809,0.73307973,0.78820837,0.7191714,0.81357777,0.86097068,0.85311717,0.85341948,0.36304018,0.35825175,0.35194173,0.33964095,0.40475899,0.23625964,0.16499555,0.15296367,0.14091724,0.14371571,0.47138929,0.1591301,0.13439053,0.13802622,0.1402918,0.50362152,0.47326609,0.48055178,0.45441636,0.45607436,0.37479097,0.36061189,0.38181186,0.35509738,0.36340564,0.41896236,0.38183397,0.42840376,0.39863992,0.42979097,0.15167239,0.13756271,0.14813596,0.15342653,0.15635858,0.32541779,0.35239902,0.37882289,0.38012239,0.38248232,0.52823669,0.41869524,0.45306805,0.46143043,0.53131706,0.32465291,0.3240262,0.32255849,0.28124571,0.29033598,0.26903975,0.26545581,0.26691017,0.23984198,0.24673951,0.38996029,0.26514095,0.29688272,0.3350203,0.33614647,1.454492,1.5449228,1.4612689,1.5492853,1.5634487,1.5022113,1.37674,1.388571,1.3283457,1.3834292,1.2782469,1.4974914,1.5259489,1.4999214,1.6678637,0.60000002,0.6343534,0.67248595,0.72664821,0.77153689,0.82520628,0.87707704,0.90957022,0.898718,0.95412189,0.91825306,1.0590082,0.99059391,1.0281729,1.0401934,0.44964537,0.46259457,0.47839954,0.46942538,0.46023029,0.47156498,0.45811519,0.4302645,0.46757254,0.48309895,0.4895533,0.50405401,0.52209634,0.53543925,0.55953443,1.1841367,1.2558759,1.3156965,1.2829551,1.2190897,1.1893435,1.0820796,1.016088,1.0820155,1.1038091,1.0104862,1.1791701,1.2027382,1.2738043,1.3357079,0.73629498,0.69615573,0.76165706,0.74381703,0.72423744,0.65597665,0.59072739,0.56564456,0.57660627,0.60403085,0.60153997,0.67859715,0.65611273,0.66909975,0.70727396,0.61578792,0.66492635,0.66221929,0.65970713,0.64168561,0.62350345,0.67261946,0.66494966,0.64348269,0.64226967,0.58811367,0.66748959,0.70123976,0.67464888,0.68906909,0.23722732,0.22737519,0.24421003,0.24920706,0.23442242,0.22574316,0.25328308,0.24546425,0.25511831,0.26036665,0.2610628,0.27150893,0.27661911,0.3019391,0.30712253,0.24553132,0.24127878,0.24742268,0.24010858,0.24765801,0.30514386,0.34640741,0.34602076,0.34295177,0.34998792,0.71613777,0.40917546,0.49757591,0.56113791,0.59226114,1.1119509,1.0736363,1.0491803,1.0498972,1.0177845,0.95105797,0.91130662,0.84405988,0.79389948,0.82191777,0.86570948,0.85233331,0.86891222,0.96571183,1.0452195,0.36382011,0.36832413,0.35225862,0.3336809,0.32511798,0.3164891,0.27709687,0.31293839,0.2979475,0.30911899,0.57932264,0.36634102,0.37045354,0.36413291,0.356199,0.5322842,0.53902042,0.53902042,0.6269592,0.62330943,0.76768631,0.88506013,0.90175605,0.92603582,1.0107087,0.95992321,1.1235955,1.1501361,1.2258544,1.3400759,0.24061094,0.25277698,0.25991842,0.25465658,0.27299219,0.2895968,0.28886557,0.29113734,0.27860469,0.29588071,0.39029616,0.31106618,0.33867601,0.32451925,0.35499617,0.80211282,0.77624685,0.76232755,0.7829113,0.75347757,0.70490539,0.56993818,0.56211895,0.55550236,0.52666861,0.63212335,0.58687705,0.59017026,0.60928434,0.65436077,0.19779384,0.18976802,0.19547613,0.19575855,0.17787705,0.18792284,0.18929617,0.18880351,0.17402169,0.17746632,0.31401524,0.20559786,0.21683611,0.24524231,0.26631829,0.58242148,0.57491601,0.60065365,0.57813752,0.6135515,0.62410843,0.55052388,0.55545759,0.54949921,0.57726467,0.70004433,0.53399789,0.63038266,0.62072688,0.73669851,0.18737558,0.19217195,0.19831041,0.19065019,0.19170095,0.21550003,0.22084805,0.22568814,0.21952111,0.22328678,0.32155648,0.21693751,0.24712715,0.24430643,0.26501036,1.4604303,1.6543663,1.6153733,1.5743355,1.595453,1.6136218,1.4494174,1.5949355,1.6333137,1.5984064,1.5232109,1.6682068,1.6832216,1.6852552,1.7724894,0.66372085,0.70381552,0.70751739,0.68857646,0.64304137,0.61701572,0.62235367,0.62716371,0.68893737,0.6606636,0.61098808,0.66263235,0.67251319,0.66738153,0.65189463,0.36877042,0.35770649,0.36147138,0.35472429,0.38415104,0.33163828,0.30036712,0.30164227,0.29525325,0.29700708,0.54047841,0.33803472,0.36643025,0.38250062,0.39687312,0.3644895,0.37121141,0.34858793,0.3731609,0.36524028,0.40866312,0.38046855,0.38564232,0.3858543,0.37810516,0.32426909,0.34485701,0.35348499,0.35620105,0.35746133,0.51776373,0.51713705,0.51890701,0.49986112,0.49431539,0.54738468,0.4949134,0.49850446,0.46480745,0.4954353,0.51199287,0.43388772,0.41447297,0.43123016,0.47863248,0.22165389,0.25454044,0.27564344,0.32224888,0.33904171,0.32124025,0.34039867,0.38388392,0.40554965,0.45878035,0.48981333,0.45420405,0.45881426,0.49450552,0.5189606,0.46976832,0.47149393,0.50097096,0.52015752,0.48042569,0.47383225,0.46244091,0.47779456,0.46784082,0.43943739,0.46590781,0.45124549,0.44382802,0.45763186,0.4475162,1.3934426,1.4246576,1.5096066,1.481346,1.5728477,1.4668368,1.5481805,1.523877,1.5765564,1.5049112,1.6492287,1.7342582,1.853366,1.9624027,1.8346906,0.73975259,0.75425792,0.809816,0.85042518,0.8699975,0.97410607,0.9500609,1.0030212,1.0152284,1.0866911,1.0138024,1.2269179,1.2639219,1.2655056,1.2632643,1.4786551,1.4868484,1.503413,1.5374814,1.5020987,1.5959674,1.6437296,1.6909862,1.6685251,1.7112119,1.7185515,1.7255508,1.7355418,1.7716644,1.7560437,1.6384072,1.796484,1.7768437,1.7378665,1.8577394,1.7854952,1.8496897,1.8168472,1.7644224,1.8974543,1.9484308,1.8630648,1.8697577,1.9229658,1.9496205,0.66518849,0.67269772,0.72933549,0.74794316,0.76643807,0.82801449,0.80549091,0.86827374,0.89572805,0.93823743,0.8818751,1.0013312,0.97855383,1.0001169,0.94545883,0.72922993,0.7227447,0.74093223,0.71770334,0.76478583,0.69695187,0.62795633,0.65412915,0.65481001,0.67260939,0.64500523,0.70871156,0.73786098,0.72057647,0.76305217,0.2284108,0.24056667,0.24793942,0.25518847,0.26287517,0.26429269,0.27263829,0.27681169,0.27473831,0.30516881,0.33450451,0.33125395,0.34990701,0.3618907,0.40821406,0.73978174,0.73475385,0.76583755,0.69671637,0.72611618,0.67579585,0.65190578,0.68501103,0.65043455,0.65344357,0.57341444,0.73260075,0.75139797,0.76497591,0.79383886,1.1721677,1.1418869,1.1386859,1.140447,1.1422949,1.1583306,1.1491535,1.1170743,1.1159955,1.101745,1.0625947,1.0530013,1.0655037,1.0698448,1.104304,0.41999346,0.46284768,0.45060757,0.4554036,0.4971379,0.46668068,0.47574523,0.47843638,0.47696665,0.51911277,0.54945058,0.57338125,0.59735638,0.5591917,0.56839132,0.2187428,0.19596542,0.20127872,0.24142927,0.23451,0.21189082,0.20312302,0.22228034,0.22794315,0.23306827,0.62077528,0.20865211,0.22643647,0.25579083,0.27600235,0.50125313,0.54386377,0.52962595,0.56140018,0.58840275,0.58653802,0.54277235,0.56395322,0.5561887,0.54639876,0.55840766,0.62901682,0.65110737,0.6331147,0.67986858,0.37328255,0.35896954,0.34778601,0.3380639,0.32959333,0.32652467,0.31720671,0.30603519,0.29833308,0.28894809,0.28151488,0.27715954,0.27052858,0.27085984,0.26778683,15.632754,16.638796,15.925627,16.139498,16.152018,16.735029,17.16301,16.562008,17.470881,17.042606,14.961307,18.451845,20.248669,20.541958,21.228546,1.5588996,1.6359918,1.5754493,1.5921501,1.5641712,1.4905362,1.4679426,1.3933326,1.3700062,1.4723574,1.3853109,1.4518621,1.4420873,1.4375119,1.4777923,1.6736422,1.6727047,1.6502486,1.6242594,1.5999813,1.5655268,1.5418035,1.5795356,1.5677931,1.5511178,1.5531281,1.5689554,1.5560226,1.5579283,1.5801244,1.5131012,1.4502227,1.4865503,1.3918409,1.3608803,1.311403,1.2943859,1.2535661,1.1801578,1.2505447,1.1211256,1.1928782,1.2356161,1.2024947,1.2136848,1.7112186,1.7400904,1.6794926,1.543336,1.5638145,1.4605647,1.4504547,1.4377224,1.4100502,1.3929412,1.3411567,1.3464866,1.2868507,1.2997335,1.2458433,0.39231324,0.37818554,0.37250143,0.36707708,0.35065657,0.33753315,0.32462928,0.31521517,0.30556685,0.30041718,0.29264066,0.2821956,0.28768912,0.28413472,0.28604582,5.9001455,6.0054226,6.1576085,6.0867362,6.211091,6.438952,6.3344083,6.5071263,6.4465189,6.7205148,6.7232466,6.8533092,6.8862805,7.0162826,6.9316759,0.82526308,0.83301777,0.83961374,0.86436838,0.85055315,0.86055666,0.8479802,0.88860625,0.90427017,0.88221443,0.85709244,0.86067271,0.83343023,0.81496584,0.82217979,0.7962181,0.78300565,0.76576173,0.75295711,0.73713613,0.72002476,0.70780277,0.68788624,0.67412025,0.6655612,0.65373832,0.64699125,0.63647962,0.63200301,0.62249804,1.6883707,1.6559547,1.8085625,1.6952918,1.766094,1.6975141,1.7358599,1.7065706,1.6667261,1.6903914,1.645988,1.6986419,1.692005,1.6569445,1.5911523,5.3636665,5.3191652,5.2842054,5.2152534,5.2087955,5.1719809,5.1380467,5.123446,5.108664,5.1232204,5.1864328,5.2059999,5.2619467,5.2762923,5.2591763,1.2513167,1.210797,1.1809943,1.1336788,1.1237432,1.0767841,1.0261363,1.0370848,0.96238023,0.94995582,0.93246746,0.91341025,0.88534951,0.85764647,0.84368658,9.3678637,9.5600815,9.3943682,9.4013882,9.7965336,9.979435,9.7876978,9.7308149,9.9246645,10.051769,10.036191,10.239687,10.355882,10.367875,10.235921,0.91578376,0.906331,0.87975228,0.86157656,0.83281726,0.80304861,0.77959394,0.74618971,0.73332542,0.71915841,0.71134531,0.69298273,0.68108374,0.66840917,0.65775174,1.0282282,1.0234721,0.9662478,0.93261498,0.91155356,0.88255358,0.86248916,0.86025792,0.88734233,0.86749232,0.85980648,0.85083145,0.87499422,0.87364346,0.88669491,2.4821482,2.462678,2.5132899,2.409754,2.3765764,2.3820345,2.3644123,2.3502975,2.3791776,2.4420538,2.3575366,2.3994772,2.4134805,2.4528627,2.3785772,2.8826478,2.9092643,2.8597069,2.8647213,2.8817692,2.731385,2.7712758,2.8583462,2.8335369,2.8356087,2.7955754,2.8427315,2.8716516,2.7660367,2.766923,0.27592233,0.26559225,0.2574513,0.24781038,0.23863344,0.23192453,0.22406143,0.21611571,0.21038201,0.20534563,0.19814007,0.19774465,0.1987877,0.19797564,0.1970832,1.4087242,1.40706,1.3796165,1.3545481,1.3223345,1.3142047,1.2539861,1.2466881,1.2301242,1.2309527,1.1994083,1.2058729,1.1757361,1.1510272,1.1561702,0.26300907,0.27030733,0.26520458,0.25708619,0.26418453,0.25183657,0.24613623,0.22944349,0.2363143,0.23000695,0.21825428,0.21652055,0.21092021,0.20576131,0.20840529,3.1343195,3.1756244,3.1491041,3.1287062,3.0654562,2.7765415,2.7443876,2.6897528,2.6287203,2.6191521,2.4502549,2.6166785,2.6603193,2.672832,2.7217057,4.0158782,4.0038691,4.0085158,4.0038576,3.978189,3.9565363,4.0151129,4.0162625,3.9751682,3.9533985,3.9713986,3.995657,4.0229888,4.0000916,4.0041966,0.55686951,0.53058279,0.53871518,0.50920236,0.50425839,0.50256848,0.49238196,0.49167135,0.47018817,0.46135187,0.44552103,0.43613157,0.44272462,0.44433978,0.43406853,3.6040823,3.7754011,3.5996583,3.3154407,3.2691307,3.2409828,3.0986793,2.9606299,3.0363312,2.9442255,2.787816,2.9377699,3.0108218,2.8649836,2.9062674,2.0664034,2.0644283,2.0367055,1.9997004,1.8712574,1.7589431,1.7390672,1.6303552,1.5510027,1.5990863,1.6720527,1.7077403,1.7525485,1.7596353,1.8282706,0.45187226,0.44168004,0.43694392,0.42125815,0.40980497,0.38752133,0.37851733,0.37701055,0.36648262,0.34733817,0.3345477,0.32481861,0.32126367,0.32392704,0.31904066,0.53144944,0.54802948,0.51885915,0.46719635,0.47013891,0.4716945,0.43670115,0.41408023,0.40195984,0.39621526,0.39968434,0.40217972,0.40271837,0.40167221,0.38007504,0.73713791,0.75654912,0.75226897,0.74472314,0.77088863,0.7547558,0.74219114,0.7740761,0.75254583,0.8033188,0.79053378,0.7815426,0.76509851,0.78050172,0.7877444,0.30176777,0.28785735,0.27697116,0.26725829,0.25672135,0.25121981,0.23995134,0.23062263,0.22322205,0.21451691,0.21003902,0.20905837,0.20700195,0.20771238,0.20690241,0.68164074,0.65626007,0.63559246,0.64012164,0.64852512,0.63434815,0.63770837,0.62943929,0.63039154,0.61894649,0.60763091,0.60056269,0.59770495,0.59396279,0.58420122,2.1682568,2.2718539,2.290808,2.2522309,2.2285714,2.2037125,2.2155862,2.1870615,2.2243998,2.1716497,2.1403508,2.2505589,2.2612026,2.330025,2.3371029,0.66973066,0.64516765,0.6246047,0.60914761,0.59255326,0.57278627,0.55630922,0.5377357,0.52969319,0.5162282,0.50632405,0.49708751,0.49586427,0.48915067,0.48378044,0.7500366,0.72189134,0.69257903,0.67691308,0.65562975,0.63381088,0.61508673,0.5969615,0.58467996,0.56815237,0.56436223,0.55177534,0.55099672,0.55000961,0.53872025,0.52620816,0.52521777,0.49767509,0.4855248,0.47767508,0.49225026,0.45635948,0.45309955,0.4275158,0.42618853,0.48415256,0.42884853,0.43772525,0.41663051,0.42875764,0.58811307,0.57339823,0.55117512,0.53100705,0.51183081,0.49559548,0.47980389,0.46447051,0.44906139,0.43426883,0.42679325,0.41783741,0.41312301,0.41059497,0.40433359,0.54637426,0.535671,0.5239014,0.51308846,0.50491345,0.49738377,0.49146861,0.48025,0.47106066,0.46331459,0.46136671,0.45145908,0.45180222,0.44790912,0.44495821,0.26829159,0.26854834,0.2655544,0.26234728,0.26191181,0.26067606,0.25291094,0.24798599,0.24268408,0.23917538,0.2337786,0.22652902,0.22519128,0.2226676,0.2199318,0.64537716,0.62144053,0.59848183,0.57851428,0.56976378,0.55145854,0.52820408,0.51565683,0.4975495,0.47998041,0.47546759,0.46661645,0.46360186,0.4532721,0.45852828,0.62419552,0.62514418,0.60217398,0.59566349,0.5777871,0.56647915,0.55816168,0.55599952,0.53949946,0.52322435,0.5179314,0.53058904,0.53541774,0.52767199,0.52487135,0.22435084,0.21555482,0.21616104,0.20864084,0.20444505,0.19881812,0.19473293,0.18563117,0.17589475,0.16451402,0.16176917,0.1608094,0.15621519,0.15237786,0.1504616,0.54451364,0.53873861,0.52446085,0.51178682,0.51070017,0.49083632,0.48053718,0.46906573,0.47227544,0.45247361,0.44359472,0.43695486,0.44189358,0.4437843,0.44104183,0.32268077,0.31011525,0.29754132,0.28654864,0.27267256,0.26950204,0.25934878,0.24964574,0.24055639,0.23216328,0.23068826,0.22516748,0.22282952,0.22082794,0.21687306,0.49211407,0.49795932,0.46281201,0.45095071,0.43074068,0.41889274,0.41531539,0.41333735,0.40425694,0.39614016,0.38509205,0.38758957,0.39647859,0.39550349,0.3887237,2.5046604,2.4812508,2.4636011,2.4456992,2.3720884,2.385901,2.3602738,2.3557334,2.3300817,2.3477118,2.3520653,2.3464761,2.3635111,2.3257244,2.2965612,1.5668718,1.5918136,1.6082711,1.5380234,1.5451895,1.2729425,1.2850467,1.3044767,1.2650603,1.2931035,2.6266997,1.352657,1.3658537,1.5485996,1.5777107,3.6614048,3.6530926,3.6483567,3.6308625,3.6040907,3.5550277,3.5156341,3.4993815,3.4479678,3.489774,3.4343076,3.5503223,3.5584853,3.6805317,3.7225354,0.56477249,0.54674685,0.52544421,0.51957721,0.51624596,0.5022282,0.48799956,0.48035118,0.472893,0.46918035,0.4627026,0.4609434,0.46602911,0.46637002,0.45381635,0.7786352,0.78939509,0.77928549,0.78072578,0.76712316,0.76684022,0.7689364,0.76622528,0.767717,0.75519472,0.75218499,0.74152589,0.74091285,0.73952723,0.74668688,0.80227649,0.76979303,0.7363829,0.70625848,0.67639303,0.64357424,0.62558085,0.60551286,0.58935392,0.57239372,0.56776065,0.56339985,0.56043226,0.56032956,0.55117857,1.2084554,1.1929421,1.1343443,1.0853775,1.0429674,1.0139246,1.0020634,0.98107767,0.95359862,0.95161396,0.97673142,0.97719181,0.99281323,0.94599712,0.92883146,1.8176963,1.8205874,1.7671664,1.802556,1.8331068,1.8382231,1.8315554,1.8327514,1.8085175,1.8396908,1.9086851,1.918306,1.8743476,1.9052457,1.9154714,4.5685673,4.4871297,4.6004286,4.3906131,4.3468347,4.2336311,4.0853748,3.9273155,4.2765083,4.272635,3.9843521,4.1244626,3.9606159,3.9818399,4.151432,0.84611273,0.84894055,0.83779448,0.8319121,0.81963509,0.81354028,0.7967782,0.79215431,0.7663942,0.7599768,0.75773966,0.7510919,0.73667276,0.72808051,0.71666014,1.5862272,1.5872442,1.564906,1.5182347,1.5193809,1.5672324,1.4908257,1.5513232,1.5234375,1.5238607,1.4550792,1.5398386,1.5555432,1.5220615,1.5221266,0.42960662,0.40903157,0.39410433,0.38258022,0.36801285,0.35243148,0.33989701,0.3231141,0.31450248,0.29590371,0.29526249,0.29586226,0.29566109,0.30036956,0.30196697,0.71775544,0.68382603,0.67155778,0.63895845,0.65591645,0.62436581,0.60174561,0.58866209,0.57518488,0.55107588,0.5576818,0.5507136,0.53341657,0.52716011,0.52903223,2.2096336,2.1175857,2.0434783,2.0244527,1.9155346,1.8676926,1.7857144,1.6986758,1.6607916,1.6758138,1.7613417,1.7031832,1.6423109,1.6591169,1.6485525,0.66060966,0.64394021,0.63465434,0.63741177,0.6307025,0.61875868,0.61317098,0.60445559,0.58317822,0.58021575,0.57153803,0.58845121,0.57734716,0.57778537,0.58731961,1.417681,1.4709816,1.402673,1.2411231,1.1960307,1.0895249,1.1318768,1.0671937,0.92810458,0.8829878,0.92264014,1.0851368,1.1341101,1.1680807,1.244025,0.47712833,0.46636796,0.4741264,0.47071189,0.45705828,0.45341355,0.44467938,0.44277254,0.43858299,0.43167052,0.42833146,0.4185771,0.43143415,0.43474472,0.43654799,1.007984,1.0809259,1.1759301,1.1092073,1.1539145,1.1656228,1.2314652,1.1906704,1.232653,1.3230339,1.2683412,1.4321399,1.3785702,1.4034799,1.4742014,1.0219951,1.0288526,0.94557202,1.0201603,1.0580708,1.0257694,1.0678872,1.0863942,1.0246978,1.0353066,1.2648221,1.0498688,1.0364071,1.1406845,1.2104539,1.0749077,1.0957028,1.1049724,1.2650015,1.3268609,1.3566525,1.2641385,1.2773403,1.3250587,1.4474709,1.7204301,1.5494071,1.4108741,1.4644352,1.4723713,0.43303114,0.41751173,0.40720227,0.40499628,0.3885918,0.3943035,0.39402902,0.39836061,0.39778724,0.36631536,0.36081392,0.38813189,0.38455495,0.38847014,0.3788265,0.4612011,0.52855921,0.50956941,0.5182057,0.50371099,0.46207333,0.4678939,0.45025811,0.45504969,0.45082039,0.46316913,0.45086601,0.44784471,0.39891627,0.42989901,0.93652445,0.94007766,0.92020899,0.868743,0.89751863,0.85355157,0.86030316,0.84019107,0.7966767,0.77862424,0.84227073,0.81079584,0.81749892,0.88998091,0.94262958,0.40742421,0.41303352,0.42472863,0.44532409,0.45431602,0.41258383,0.52301258,0.59044552,0.58479536,0.59685296,1.6939892,0.59012878,0.74507713,0.847009,0.80906153,0.49702865,0.50090587,0.47298717,0.52116567,0.61215568,0.52459013,0.56403452,0.56818181,0.60188228,0.6115188,0.64749777,0.68462896,0.70562291,0.82599121,0.85050708,0.7737174,0.79041916,0.78966266,0.75812274,0.75422001,0.59973609,0.58139533,0.57198489,0.51219511,0.56511056,0.65154439,0.7094757,0.73698199,0.77538162,0.77406871,1.0612245,1.0776458,1.044243,1.1796982,1.1761489,0.95451999,0.84010082,0.84104288,0.90600222,0.97673076,1.5306122,0.96021944,1.0552624,1.0502412,1.0416667,1.9422762,1.8881367,1.9414048,1.8484626,1.8881119,1.673419,1.6649677,1.6625104,1.580629,1.5697775,1.7471737,1.5916481,1.5140325,1.5031943,1.7281311,1.0502412,1.0098253,0.99623042,0.87968951,0.84377396,0.62672347,0.65097648,0.55933851,0.56001949,0.548926,0.70241165,0.59199619,0.63679248,0.68043172,0.62111801,0.5416652,0.55577326,0.56142557,0.59801584,0.58693057,0.56823981,0.57739437,0.59426975,0.57957798,0.56489921,0.56014246,0.62214029,0.60110366,0.59376544,0.6309464,0.7108779,0.68775177,0.67547911,0.65745187,0.64093715,0.63985091,0.62112248,0.61765254,0.5999434,0.59846079,0.60025084,0.58268511,0.56705612,0.56337726,0.56253135,1.5159719,1.6224986,1.6577539,1.9543973,2.1621623,1.9261638,2.2301066,2.3737373,2.4745269,2.4793389,2.230844,2.855736,3.0105369,3.0571992,3.1898732,0.32755759,0.33082128,0.33219889,0.33491868,0.3380529,0.32906646,0.33146453,0.32150972,0.31397459,0.29816693,0.28536287,0.27136669,0.2641685,0.27613848,0.27473399,0.44803506,0.44636661,0.43412396,0.41337925,0.36824787,0.34742084,0.2970542,0.31524205,0.27816412,0.26088777,0.26090628,0.27621108,0.30197534,0.31438154,0.32814091,0.51345962,0.51199394,0.53510469,0.53128147,0.50962371,0.55450362,0.51286626,0.52227479,0.50808519,0.51382536,0.53591496,0.5028581,0.52110028,0.52764881,0.54199421,0.6408456,0.67013276,0.65754533,0.65455329,0.63987982,0.67002475,0.63627636,0.61862737,0.60911262,0.60832715,0.60086644,0.61732078,0.63096464,0.64229566,0.65261269,1.3406855,1.3488302,1.4058146,1.373105,1.4419054,1.4300723,1.452862,1.4480717,1.3929526,1.461458,1.4027371,1.4951497,1.507079,1.4534571,1.4122162,0.51517272,0.61355072,0.62226957,0.58796352,0.57269728,0.54256845,0.52525491,0.55852354,0.54825151,0.55352169,0.49163684,0.51602536,0.50731021,0.51869762,0.5309611,0.68994355,0.69023216,0.71010858,0.73267746,0.73653197,0.62370062,0.65533483,0.65399551,0.65658575,0.63527656,0.56589997,0.67952251,0.82493126,0.8433519,0.96120238,0.37612036,0.36882997,0.4103967,0.37526271,0.38246542,0.33756512,0.34992501,0.3495037,0.32143345,0.34894645,0.38523924,0.3850385,0.39559197,0.37857544,0.40754297,0.58288312,0.58426017,0.55858123,0.53948015,0.55029255,0.49114552,0.44836956,0.43209466,0.40000001,0.39723888,0.41797283,0.59512258,0.67205167,0.69565219,0.70579255,1.1378002,1.1015911,1.1278195,1.283697,1.2345679,0.37783375,0.73619634,0.71856284,0.85574573,0.83932859,1.1806375,0.60459495,1.0025063,0.74257427,0.76824588,1.3897825,1.4276359,1.2679963,1.3058697,1.2095093,1.0076977,1.0102427,0.87930793,0.79174322,0.86459553,0.89995497,0.82872927,0.95701051,1.0172626,0.97932535,0.6341154,0.65402228,0.65274149,0.66137564,0.67294753,0.82815737,0.84805655,0.92395175,0.94339621,0.85227275,1.3669065,0.93998557,0.96367681,0.95729017,0.93189961,0.53757614,0.54533941,0.54352462,0.54444319,0.53234786,0.52629048,0.52601111,0.51570648,0.51190633,0.50680411,0.49371374,0.50759161,0.51409173,0.50767493,0.50854856,1.242236,1.2903225,1.3166558,1.332445,1.2354152,0.54533064,0.20604397,0.21276595,0.21551724,0.21770683,0.64331663,0.20590255,0.41724616,0.49330512,0.56697375,0.46418267,0.46278924,0.4848485,0.49182343,0.55167341,0.48387098,0.57421046,0.5657531,0.60071105,0.5964452,0.6645723,0.53658539,0.54294175,0.59813082,0.48636886,0.7293666,0.72183555,0.74257427,0.76091307,0.76674742,0.66839445,0.63204181,0.6087662,0.60402685,0.60597903,0.68615347,0.69124424,0.75518328,0.73992878,0.82801682,5.0488377,5.0972385,5.073143,4.9521909,4.997004,5.0005255,5.0644379,5.0240154,5.1977491,5.0542998,4.9328227,5.0438342,5.0280075,5.0228052,5.1160631,0.46943161,0.47593275,0.46952957,0.4544642,0.44565579,0.43836054,0.43211395,0.43863943,0.44676837,0.43984413,0.43108469,0.43234178,0.43155289,0.44406825,0.4463172,1.0655684,1.0584811,1.0892117,1.1269579,1.1686894,1.174432,1.1229503,1.1185967,1.1160431,1.141046,0.93379158,1.1914271,1.2566005,1.236197,1.2223723,0.82372326,0.84573746,0.8254717,0.74525744,0.76508433,0.72643512,0.79566008,0.80233401,0.71324068,0.71915913,0.7674036,0.69930071,0.69840103,0.69942939,0.72621644,0.3961544,0.43338457,0.47800261,0.52233678,0.5414086,0.63151103,0.66176808,0.70387584,0.71854663,0.78392941,0.74334729,0.71018231,0.72248387,0.75659716,0.81078613,0.63248634,0.65441525,0.65256453,0.63843066,0.62735945,0.63213354,0.64307725,0.62825423,0.66012365,0.64930236,0.59393221,0.63919878,0.65190905,0.63449711,0.63425517,0.48076925,0.50251257,0.49261084,0.48309177,0.47169811,0.85995084,0.50697082,0.49566296,0.51679587,0.54644805,1.690141,0.56258792,0.84507048,0.83217752,0.86330938,0.77584243,0.80367392,0.80345637,0.8011598,0.78178364,0.76412475,0.70148683,0.71171713,0.72138387,0.69930071,0.60790277,0.75221568,0.72111732,0.73193043,0.78100836,10.802197,10.695594,10.006267,9.9113579,10.435067,10.593946,10.865908,11.253329,11.216398,11.259654,11.280787,11.134248,11.031581,11.164822,11.438428,0.82145303,0.84106976,0.8078739,0.68778485,0.68576151,0.62051737,0.62170208,0.60242486,0.50174624,0.53689659,0.44192994,0.53294218,0.55030096,0.55794519,0.58042711,0.49161682,0.50536489,0.4790245,0.43625614,0.43986157,0.40393838,0.42421627,0.39646783,0.38265768,0.36300224,0.35824496,0.3717472,0.40220153,0.4164902,0.45670182,0.68175077,0.67459524,0.69585538,0.67398518,0.66371679,0.62866944,0.57767045,0.62822765,0.5820784,0.56554449,0.56748873,0.57782018,0.60469842,0.66900456,0.67824197,0.84768206,0.84499604,0.74896693,0.7474227,0.69947541,0.51787913,0.41564792,0.40000001,0.31782064,0.29579067,0.40404043,0.31425363,0.30769232,0.30581042,0.3027027,0.69529653,0.68829894,0.70431471,0.71143281,0.73775578,0.6479882,0.64695007,0.67497718,0.64047819,0.71437448,0.71331936,0.69651741,0.75535303,0.75884807,0.83640832,0.2469136,0.24685818,0.22237048,0.20385052,0.24581006,0.26863667,0.33982784,0.31978071,0.29891929,0.29823354,0.24597496,0.34301394,0.34215328,0.34411561,0.40992939,0.23621516,0.23313127,0.23844218,0.21686272,0.22339027,0.16234821,0.16769865,0.17705829,0.15193874,0.14111006,0.24471246,0.1693233,0.18577649,0.23041475,0.22728564,0.57515073,0.58524895,0.58333927,0.51974303,0.54359806,0.57121658,0.57121098,0.56532663,0.49751243,0.51615977,0.51809341,0.55213249,0.58078563,0.61899328,0.6058594,0.67066288,0.6492424,0.67150277,0.67948103,0.66463065,0.6380778,0.64462656,0.64788133,0.63541478,0.65190125,0.63394725,0.64362276,0.6398617,0.65616471,0.65220481,0.63481456,0.64758009,0.62174428,0.70910013,0.71583152,0.60555089,0.64766842,0.61195672,0.6746397,0.64906329,0.77039272,0.87046325,0.97201765,1.0975971,1.1076186,0.68300521,0.77785969,0.74443722,0.74007809,0.73004544,0.81094366,0.79780602,0.80998987,0.86846548,0.88443393,0.91582716,0.80516648,0.81546867,0.87652111,0.95599008,0.34822103,0.34636319,0.34198055,0.33504045,0.34495795,0.2990934,0.30650991,0.29789692,0.27231467,0.29550827,0.34972492,0.29239768,0.31411359,0.33632764,0.31776562,1.2628388,1.2450199,1.2240297,1.1497924,1.1626079,1.0006354,1.10879,1.0572544,1.0357664,1.0922726,1.2087553,1.0500808,1.1710714,1.2040455,1.274399,0.71174377,0.68846816,0.67340064,0.49180329,0.63391447,0.31897926,0.30816641,0.30257186,0.14925373,0.152207,0.14084506,0.14347203,0.57553959,0.71530759,0.55632824,0.74141324,0.72907555,0.67501056,0.62305295,0.71042913,0.54952794,0.5515486,0.46435398,0.42085257,0.44721505,0.63884735,0.50802135,0.52742618,0.53566766,0.59110767,0.10924982,0.11273956,0.11135858,0.15082957,0.15680125,0.19825536,0.28294259,0.29166666,0.33044195,0.33444816,1.2647555,0.42140749,0.42122999,0.42625746,0.51413882,0.39240509,0.38032046,0.35591459,0.31879723,0.31999367,0.24718484,0.26903418,0.23305643,0.20630711,0.19871378,0.27420676,0.20740211,0.23721012,0.2570962,0.25466028,0.83756959,0.8446185,0.80768698,0.80250901,0.82572198,0.77805078,0.7854225,0.7310521,0.72167218,0.70628244,0.77172339,0.76725245,0.74872714,0.74459845,0.76995462,0.30370519,0.30775544,0.29791459,0.31821796,0.36563072,0.12214983,0.14265336,0.14335449,0.1460768,0.14583333,0.60378927,0.18714909,0.18999366,0.20929259,0.27162558,0.44260374,0.46547186,0.49942145,0.51470375,0.53408384,0.53302467,0.55179167,0.55239552,0.58042574,0.56891209,0.57419276,0.56783038,0.57739562,0.57736123,0.51957637,0.21378398,0.21380575,0.22536364,0.21162955,0.23490961,0.31746033,0.33728537,0.33714753,0.33526364,0.31929755,0.48790202,0.38374496,0.38499507,0.39100683,0.37047869,0.1265316,0.12338834,0.12252212,0.12785299,0.12691204,0.12978289,0.13210541,0.1265741,0.12458178,0.12060355,0.11799102,0.11711353,0.11815174,0.11828501,0.12021365,0.14934483,0.15163934,0.15182413,0.15114474,0.15015168,0.15214998,0.15851618,0.16245586,0.16432197,0.15779433,0.14746031,0.15976757,0.15872502,0.16593795,0.16356868,0.15608142,0.16565464,0.16722767,0.16166553,0.15747531,0.15192258,0.15183307,0.1485258,0.14670698,0.14419915,0.14380531,0.14977904,0.16003841,0.16129982,0.16548592,0.14910696,0.15731883,0.15767619,0.13924806,0.13998142,0.14735714,0.13519052,0.13282235,0.11517803,0.12197552,0.134583,0.13477901,0.1425913,0.15668388,0.15780817,0.1852321,0.18376261,0.18381053,0.18932487,0.18661819,0.18815763,0.1826614,0.1847474,0.17884201,0.17290194,0.16825244,0.1740787,0.18115082,0.18480837,0.18694021,0.89359933,0.87644804,0.86098117,0.85076374,0.82652318,0.7987718,0.80165726,0.78028882,0.76622868,0.77147973,0.75970155,0.76387846,0.77115393,0.78767771,0.77472198,0.17170456,0.17202413,0.17209649,0.16047384,0.1676823,0.14560772,0.1436685,0.15095045,0.145135,0.14376682,0.15708759,0.16071184,0.15796332,0.16147955,0.16293198,0.42038742,0.43141893,0.419525,0.43673939,0.42513734,0.39174649,0.37763962,0.38637373,0.39274567,0.39454079,0.38812342,0.37240961,0.37815198,0.3843995,0.39544636,0.61385375,0.63918036,0.60004246,0.61810482,0.5748446,0.61624652,0.58047885,0.57219309,0.59838533,0.57221031,0.56594974,0.57612473,0.55843592,0.56852728,0.56528091,0.16439602,0.17074221,0.1717115,0.18008077,0.18171518,0.17923236,0.19139791,0.1850892,0.18559512,0.18383379,0.18534805,0.18253928,0.17886861,0.18088217,0.18198346,0.49584568,0.50733894,0.4982124,0.50110006,0.49792194,0.47454605,0.46932399,0.47055683,0.44845849,0.46110162,0.47050855,0.47422937,0.48160884,0.47181007,0.47380105,0.22597215,0.23994443,0.23061787,0.23918387,0.2405739,0.25197214,0.24300018,0.23652059,0.24746007,0.24284734,0.24606359,0.2386979,0.24158718,0.23652332,0.23624073,0.36649683,0.36251104,0.33908492,0.3481214,0.33551487,0.25773194,0.28547964,0.27849838,0.25818524,0.25807402,0.33940825,0.32501107,0.29942334,0.30380496,0.31324857,0.74531817,0.74364042,0.72148281,0.72753543,0.7021234,0.65370709,0.62060803,0.64410776,0.64594901,0.61446041,0.61498654,0.62187958,0.62703586,0.63022208,0.63177449,0.34530386,0.36038798,0.33072302,0.34399852,0.35014257,0.29895365,0.28765875,0.29141369,0.29349816,0.29676661,0.35814607,0.30902129,0.29484391,0.31604388,0.33357072,0.33004129,0.32461056,0.32598275,0.3305952,0.33659649,0.32345298,0.33673558,0.33220991,0.32984376,0.32355118,0.31844848,0.31764227,0.32182941,0.32423234,0.32626927,0.1883969,0.19033609,0.19756018,0.20397729,0.21032061,0.21220496,0.21427569,0.20984121,0.21094978,0.20596431,0.20181595,0.20463397,0.20775467,0.20682551,0.20784317,1.1733129,1.2142912,1.2203599,1.17355,1.1677203,1.0613718,1.0145031,0.99845314,0.94070101,0.93928671,1.0274676,0.99553031,1.0267918,1.0456533,1.1026118,0.20665514,0.21187745,0.22048587,0.2062192,0.20348008,0.22542542,0.20496629,0.21409523,0.22185247,0.21988486,0.21313831,0.22237393,0.24135453,0.23894429,0.24103966,0.33122909,0.31848973,0.32552978,0.34148082,0.31269255,0.31466991,0.31126201,0.30431145,0.30959317,0.30414271,0.28768006,0.30267254,0.30088472,0.30147138,0.32682788,0.42858455,0.45303223,0.45380169,0.45688212,0.44474936,0.43974078,0.39867893,0.39998698,0.40312031,0.39555579,0.38715744,0.37745658,0.37820122,0.38105607,0.37123016,0.19565775,0.20776565,0.21053396,0.20888753,0.20606646,0.21401714,0.20280148,0.21498741,0.19770023,0.19310172,0.19319507,0.20168303,0.20239688,0.19762206,0.20324095,0.47550866,0.51893413,0.51441395,0.53203136,0.48681009,0.4721989,0.43253908,0.47144318,0.45158798,0.4687593,0.47783187,0.47394773,0.49623773,0.44564867,0.46670493,0.24226613,0.24998456,0.24964556,0.21941032,0.22422187,0.18899126,0.19533527,0.19978574,0.18036889,0.18212304,0.27155271,0.20766635,0.23557802,0.25942579,0.26737207,0.42884141,0.42756358,0.43557677,0.42467281,0.391231,0.35003567,0.3649635,0.37306473,0.36388308,0.38407609,0.50640631,0.37922809,0.39227894,0.40762573,0.40259171,0.31482431,0.31125069,0.31179267,0.32187423,0.32558197,0.32919657,0.33012784,0.33664969,0.33398136,0.32205352,0.32926193,0.31738028,0.32112733,0.319969,0.32145333,0.86215967,0.84795284,0.84652919,0.81421965,0.79805517,0.82490051,0.80793619,0.8063404,0.81588936,0.78649223,0.80323982,0.79058111,0.7771433,0.7915439,0.78890991,0.24318393,0.26323596,0.28149554,0.26053664,0.24356148,0.25322044,0.23476684,0.22426975,0.23410942,0.2407603,0.25227255,0.23626333,0.25562996,0.26990554,0.26520804,0.41670901,0.38345107,0.42117932,0.39900249,0.39643213,0.36281624,0.43332154,0.4438256,0.45280391,0.45158491,0.57123077,0.48716831,0.50735229,0.50190377,0.45303017,0.20022248,0.19932231,0.20553148,0.18909059,0.21272352,0.19444075,0.20769809,0.20057994,0.18351001,0.19885872,0.24543048,0.20919177,0.22766322,0.24102665,0.24270266,0.29772207,0.28705454,0.28271961,0.28645658,0.28812784,0.29744953,0.36984527,0.36122817,0.36911353,0.3802959,0.44821891,0.38855529,0.40289137,0.40186751,0.41821286,4.4711223,4.7314577,4.4310527,4.6117773,4.4786153,4.2901335,4.0579004,4.2162337,3.9993725,3.9722719,3.6910138,4.0657835,4.0298967,4.206749,4.2807331,0.61787724,0.61205274,0.59072298,0.55024236,0.54998386,0.44990811,0.4036327,0.40859944,0.35329002,0.37030062,0.48589638,0.39578682,0.42121387,0.42431918,0.43309066,0.32258064,0.3131144,0.33345416,0.34975019,0.41841003,0.37811229,0.41580042,0.44554117,0.45316201,0.4487609,0.5899505,0.51376897,0.50992656,0.52359676,0.59782219,0.36983079,0.36773071,0.37704858,0.35494116,0.35758185,0.35350153,0.34012347,0.32740369,0.30793756,0.32175264,0.3632963,0.32193887,0.33587673,0.34354216,0.34255311,0.60129637,0.85209131,0.89080065,1.0238531,1.0812129,1.15442,1.2224056,1.2715993,1.3068892,1.3611894,1.4293007,1.4425553,1.417536,1.4232706,1.4398586,0.28236547,0.30269819,0.29459143,0.27683166,0.2941314,0.29906589,0.28345844,0.27017322,0.26734403,0.26926434,0.26877367,0.28755251,0.30858669,0.30974165,0.30335107,0.37063727,0.41351259,0.38692892,0.39035439,0.38676822,0.36710104,0.37427905,0.37062097,0.35352722,0.37491411,0.36068895,0.37951243,0.39388561,0.41631716,0.42302045,0.30824119,0.29522017,0.2888535,0.28697067,0.28586254,0.28158936,0.27051798,0.26361415,0.25844499,0.25147235,0.24362847,0.26262408,0.25756747,0.24798326,0.24485616,0.95941359,0.98629844,0.95338982,0.86215854,0.88513893,0.76832455,0.7869249,0.75533992,0.67027456,0.70481956,0.66985649,0.7365182,0.73492146,0.77870518,0.79389316,0.20295969,0.22519401,0.21329902,0.21668743,0.21039832,0.2024149,0.19853495,0.20659314,0.19445688,0.21165411,0.19744265,0.21657948,0.22113198,0.22602291,0.23692428,0.62525427,0.66822374,0.65020913,0.64615119,0.65820307,0.62382638,0.62156844,0.59543496,0.59476447,0.59523809,0.57946515,0.6270231,0.62069952,0.63869727,0.62300193,0.3258087,0.33408439,0.33042955,0.3308337,0.34212402,0.21815623,0.20745453,0.20857957,0.20539504,0.22442871,0.36577931,0.20004138,0.21132712,0.23268932,0.22800143,0.47068894,0.43338457,0.39796898,0.42142469,0.39318478,0.17218055,0.26375735,0.23815194,0.23626699,0.23710731,0.49488246,0.24948968,0.28367186,0.31624123,0.32735071,0.28679472,0.28430432,0.30580643,0.30643219,0.31261659,0.30756354,0.30604735,0.32217008,0.32589376,0.32824495,0.32723612,0.32287008,0.32138759,0.3236908,0.33033928,0.21966596,0.22102347,0.22218092,0.22123449,0.22529292,0.22070917,0.2200186,0.21381937,0.21113484,0.20725235,0.21027137,0.2093866,0.20950122,0.21015874,0.21067882,0.26811212,0.26094162,0.27138922,0.25650948,0.25689647,0.25495675,0.24441606,0.25026163,0.24526981,0.25286993,0.2510342,0.25511396,0.26175889,0.25513008,0.25874451,0.40988341,0.42713141,0.41708374,0.39967149,0.38656357,0.33893886,0.33969629,0.33827481,0.30385453,0.31800392,0.34859458,0.34788659,0.36556661,0.38906574,0.4201681,1.6311345,1.6314371,1.5488868,1.3924915,1.4364344,1.0741688,1.0485582,0.93676811,0.87708759,0.92248714,0.99341708,0.8994773,0.90975261,0.91478091,0.88484997,0.29358387,0.30224296,0.29935318,0.32484823,0.33551767,0.36182484,0.34716827,0.37263224,0.37215072,0.38284442,0.47904193,0.41902369,0.42294472,0.46496713,0.45893848,0.20026802,0.20162994,0.1989641,0.2087108,0.20933005,0.20727077,0.21321282,0.21017036,0.19920568,0.19706215,0.1851995,0.19613832,0.20481862,0.20074278,0.20496289,0.39274311,0.3965179,0.38569683,0.38130465,0.38191533,0.3613807,0.36356738,0.33964512,0.32297942,0.30433995,0.29702073,0.30426878,0.31308553,0.30444938,0.30671677,0.16025011,0.2086927,0.20008273,0.21815839,0.23044609,0.20576131,0.22637199,0.19018823,0.22165424,0.19037016,0.161893,0.17541841,0.172584,0.17617948,0.1856218,0.089269996,0.092639998,0.094400004,0.094729997,0.095259994,0.10449,0.097839996,0.092569999,0.094049998,0.089490004,0.083099999,0.093910001,0.10007001,0.091789998,0.090520002,0.34226751,0.3745034,0.3707701,0.3630712,0.37492269,0.36666271,0.36453322,0.34016407,0.32448784,0.33458632,0.33574909,0.32943144,0.3340683,0.31993705,0.30966198,0.39339513,0.3946037,0.41929755,0.38344422,0.38462141,0.37060761,0.33616915,0.35158429,0.3423844,0.31374276,0.34570521,0.33314452,0.32164684,0.32540113,0.33030015,0.54789722,0.5621103,0.56281453,0.52857041,0.53477693,0.5063979,0.50035042,0.50854784,0.50123245,0.50454587,0.49632597,0.51198637,0.52048558,0.53344911,0.55456173,0.42598212,0.4848752,0.5329563,0.58833009,0.63284576,0.67521083,0.64031464,0.66516066,0.69305444,0.66167068,0.68429857,0.80915177,0.86092716,0.86396962,0.86925393,0.25580856,0.24684072,0.24321145,0.24539766,0.24859615,0.25547281,0.25280845,0.24303533,0.23522556,0.22689687,0.22227056,0.22085316,0.21870993,0.21660025,0.21655478,0.30606502,0.28949773,0.29500535,0.27036759,0.26738584,0.24514748,0.2536341,0.25027391,0.24833235,0.23071095,0.2260624,0.23054612,0.23430777,0.22524023,0.22021702,0.15090857,0.15036958,0.15629458,0.16328709,0.16482687,0.16810338,0.16909447,0.16881888,0.16688058,0.16980642,0.17001739,0.16974224,0.16799225,0.16724499,0.16681944,0.30918804,0.3086791,0.31109247,0.30581519,0.29627931,0.2925252,0.28416783,0.2760269,0.27335021,0.26415509,0.26528162,0.27008316,0.26114598,0.26064053,0.26562887,0.25700808,0.24863344,0.24699979,0.24679737,0.24420854,0.24757215,0.24551442,0.24721758,0.2383088,0.23303072,0.2307141,0.23144062,0.23210438,0.23201457,0.2306682,0.29844597,0.29193556,0.29373699,0.29353407,0.30093712,0.29230526,0.29050329,0.27901882,0.27723557,0.27961373,0.28318414,0.28414685,0.27892211,0.28142786,0.28318936,0.37908369,0.37260041,0.37822542,0.36880854,0.36110997,0.35505205,0.34823138,0.33951563,0.3360045,0.35682666,0.35415152,0.36124039,0.36953396,0.37409237,0.39006108,0.23690593,0.26347214,0.2703101,0.2736257,0.26562613,0.25769657,0.24157171,0.23557192,0.23607749,0.24747559,0.25140733,0.24385391,0.2472298,0.25151291,0.26049906,0.2108331,0.2237238,0.23567027,0.24427238,0.24677528,0.24259707,0.25151715,0.25556472,0.23869582,0.23401277,0.24112901,0.24219631,0.23489992,0.23198695,0.22305702,0.95978367,0.93682224,0.93221802,0.89606959,0.85397226,0.79854316,0.82527298,0.78955644,0.79171658,0.79976457,0.7955727,0.78153598,0.76717138,0.77523237,0.74734753,0.19623125,0.20377156,0.20229602,0.19432993,0.19007634,0.19379634,0.20061342,0.19449811,0.18930055,0.17680021,0.17532128,0.17405665,0.17097206,0.16636547,0.1682518,0.25532284,0.25093901,0.25676122,0.26459455,0.26010174,0.25636613,0.25216714,0.2519519,0.25518286,0.23607153,0.24013714,0.23229837,0.22649294,0.22993034,0.22845756,0.44847223,0.46063125,0.44844556,0.43110409,0.40182447,0.38116688,0.3530091,0.35565948,0.33089215,0.33427843,0.33059081,0.30736145,0.30550393,0.28544244,0.28771931,0.36782527,0.36996552,0.40623447,0.39932629,0.39364845,0.4006514,0.37942985,0.377087,0.38504928,0.36109832,0.39522833,0.38076335,0.42548296,0.41070119,0.37199324,0.92029321,0.92884052,0.95042384,0.90450251,0.90081125,0.81403852,0.83201081,0.80715436,0.72911072,0.7517125,0.73118854,0.77594572,0.74731845,0.79046208,0.79193032,0.62453532,0.58832181,0.57824624,0.54399073,0.53904629,0.41060853,0.4101392,0.37615928,0.35627943,0.35202086,0.48312289,0.38070235,0.40687755,0.38458988,0.40216246,0.27981615,0.28618741,0.28892654,0.28965357,0.28164288,0.28747866,0.28661057,0.29021814,0.28932416,0.28361312,0.27622354,0.27927822,0.27699381,0.27165729,0.27514678,0.54091781,0.53408474,0.54787797,0.57058495,0.55744809,0.54294914,0.55785495,0.5456835,0.55511773,0.56141043,0.59689867,0.60443467,0.61680305,0.64266104,0.64970225,1.2072139,1.2148805,1.1403209,1.1036026,1.0501285,0.98598963,0.97956789,0.94355839,0.88307226,0.83250815,0.84007746,0.83749688,0.82200384,0.8312999,0.78461307,1.4888455,1.4871459,1.5173581,1.5229605,1.3975508,1.3458769,1.3823272,1.3038476,1.1616611,1.2108694,1.1325756,1.2122692,1.1999195,1.2395854,1.2236546,0.16095655,0.16041249,0.18283625,0.18046468,0.20293123,0.19697225,0.19746122,0.205727,0.21507749,0.21494709,0.25737911,0.20065075,0.21234891,0.21799554,0.21648535,0.30299038,0.31409502,0.33557048,0.32540676,0.40075141,0.34584981,0.30498964,0.32350826,0.32273489,0.35773909,0.59765714,0.39483133,0.42475727,0.45938104,0.47543579,0.13818972,0.13816243,0.12870014,0.11703891,0.11669747,0.066338137,0.074892342,0.063822031,0.072813325,0.071851984,0.27988443,0.08044333,0.080508091,0.080371499,0.080014221,0.22360249,0.22471911,0.20392555,0.21823472,0.24850895,0.2268717,0.20634511,0.24284944,0.24141632,0.25280899,0.93704247,0.27132952,0.26730028,0.27075812,0.36652413,0.17903501,0.17871504,0.17919165,0.19369182,0.20014358,0.16197304,0.16554512,0.17956735,0.16299237,0.17626946,0.20771837,0.19070429,0.2001808,0.21457367,0.20077692,0.24752475,0.23960066,0.22602519,0.21470068,0.23384616,0.20380028,0.2166784,0.22222222,0.2060937,0.20320739,0.22264458,0.23451136,0.23032629,0.21859118,0.22934529,0.27085122,0.27609974,0.27971196,0.26409966,0.24894607,0.21247561,0.21825883,0.19610871,0.18853359,0.19694228,0.20937604,0.20896247,0.20513697,0.21278085,0.20767865,0.25258443,0.280056,0.25750247,0.27761251,0.26641163,0.24907565,0.26671541,0.26119483,0.26012295,0.28354722,0.26348621,0.28317314,0.27853766,0.29411182,0.28783339,0.17731512,0.17903551,0.18628478,0.20473823,0.21629837,0.23197821,0.2168331,0.24267736,0.25459689,0.26164609,0.32289129,0.2956225,0.31371206,0.32100889,0.29855886,0.25817555,0.25622255,0.2699298,0.27031791,0.29312029,0.24245842,0.22713423,0.23007396,0.23856226,0.24125452,0.28492981,0.24808766,0.26213694,0.27905017,0.27247956,0.16833812,0.18430719,0.19489504,0.17957409,0.18098198,0.1655812,0.17280436,0.18601817,0.18071821,0.18562204,0.1772469,0.19260031,0.20368555,0.18828493,0.18646292,0.10296893,0.10185892,0.10206685,0.10163463,0.11649192,0.049476378,0.063729785,0.061462812,0.061609551,0.061377935,0.083982289,0.076610744,0.077501357,0.078499094,0.0859778,0.13605443,0.14576294,0.14785291,0.18226385,0.20342743,0.26005444,0.26635098,0.29073149,0.31830841,0.30338132,0.27664766,0.33925685,0.3182137,0.33909428,0.30964798,0.21266253,0.21463177,0.23414874,0.24297552,0.23562969,0.24807739,0.27592126,0.28163838,0.28528073,0.29312977,0.34570035,0.33847311,0.36068532,0.37755167,0.37611049,0.31950244,0.31843129,0.33228043,0.3231082,0.32615784,0.28994238,0.26694947,0.26853228,0.25361574,0.2601127,0.26660523,0.2687656,0.28497088,0.36190361,0.38324341,0.10864532,0.11794113,0.13946758,0.14836295,0.15123619,0.17129806,0.17261757,0.18093906,0.19525428,0.2026298,0.20924939,0.22099295,0.21687509,0.22282013,0.24232522,0.21993807,0.21698698,0.21214531,0.21593513,0.21428259,0.23104756,0.21420766,0.21330316,0.21226823,0.2076394,0.24821329,0.24208961,0.2595717,0.26616633,0.28176454,0.36695379,0.35172892,0.34297144,0.33426183,0.32709852,0.24484244,0.24703339,0.23291926,0.22274524,0.21535344,0.24499451,0.22916313,0.23446161,0.26277244,0.24792683,0.1422925,0.12757136,0.12580594,0.12726694,0.14272122,0.14386189,0.15748031,0.14356357,0.13940521,0.13493253,0.28370911,0.12238029,0.12332357,0.19963144,0.20214584,0.45408911,0.47673663,0.48345441,0.48240888,0.48811173,0.46922201,0.4544875,0.45763785,0.42443624,0.44378698,0.45959327,0.43727142,0.46137673,0.49350095,0.48871529,0.12519562,0.12709171,0.12279984,0.12076079,0.11953382,0.078755654,0.077011935,0.066125073,0.065475635,0.073529415,0.1631913,0.097241871,0.13471037,0.12794736,0.11030425,0.23882091,0.25347847,0.2518945,0.25565732,0.26259345,0.23116088,0.25223657,0.23864815,0.24582283,0.27256346,0.24398839,0.28005889,0.27556372,0.27775055,0.27631822,0.29879177,0.31113875,0.32664573,0.30548131,0.29728535,0.28956398,0.29462314,0.27982539,0.28923202,0.28023922,0.26260257,0.28825551,0.29840645,0.30301639,0.30336291,0.39759502,0.36533958,0.37580201,0.3456834,0.38671118,0.34379029,0.31433535,0.33178499,0.29355761,0.30003947,0.36252782,0.32036954,0.34534535,0.35998774,0.4035387,0.23226605,0.2267777,0.23212549,0.22877799,0.21883745,0.23447627,0.24301732,0.24208175,0.22799477,0.21974501,0.21852702,0.21959348,0.22854167,0.20963305,0.20778193,0.71775103,0.70342207,0.66507787,0.69330895,0.66387367,0.68813848,0.66790664,0.61847055,0.58499652,0.57716435,0.54777294,0.62781858,0.77790123,0.86318171,0.83207262,0.074747235,0.074001946,0.085643105,0.092375197,0.12530838,0.13722262,0.15210608,0.16012199,0.17975982,0.18537113,0.21140836,0.19082484,0.20671633,0.21138278,0.22095454,0.29907426,0.29962498,0.29429927,0.27901077,0.26400161,0.26629624,0.27737385,0.27253336,0.26215842,0.2553809,0.25473088,0.24940749,0.2459473,0.24932881,0.2336165,0.17187332,0.17422274,0.1767409,0.1561809,0.15033895,0.13785422,0.14365509,0.14298873,0.13043328,0.12752154,0.12085576,0.12831119,0.13558814,0.14200675,0.15395567,0.11929615,0.11904763,0.12070006,0.18165305,0.18558614,0.15547264,0.21658416,0.33721641,0.34024125,0.34364262,0.85039371,0.28571427,0.29022896,0.29683375,0.29060382,0.23521604,0.22541343,0.22172771,0.22483385,0.21502259,0.21342842,0.21310994,0.21386801,0.23159187,0.22571108,0.2226305,0.21470582,0.20387627,0.19055094,0.19017646,0.39525694,0.39124763,0.39301309,0.38944179,0.43522412,0.40299365,0.57117754,0.54109389,0.51865727,0.55890572,0.64705878,0.59303188,0.61066431,0.58936203,0.57218307,0.20032543,0.18298379,0.1816113,0.1841995,0.1805274,0.18847971,0.19217028,0.19390309,0.19740462,0.19626854,0.19940208,0.19568938,0.19721803,0.19235726,0.18713629,0.26335391,0.2659713,0.26036966,0.2526606,0.26153415,0.22345528,0.20637806,0.20581612,0.20328607,0.20195299,0.19606918,0.19555348,0.20658758,0.21124473,0.21498844,0.18509731,0.19420695,0.20202021,0.19974621,0.18842906,0.20701045,0.2105263,0.21715036,0.21171333,0.21261516,0.24327168,0.23356837,0.2299,0.23754507,0.2366941,0.29066542,0.28853324,0.29639524,0.28351274,0.28464842,0.2789335,0.29320222,0.27981994,0.27999046,0.28913674,0.27721027,0.29276323,0.29341882,0.31333011,0.31146166,0.15137181,0.15108593,0.15014076,0.1494396,0.17826408,0.19315507,0.2346288,0.23741689,0.24022968,0.23372677,0.26121783,0.28291878,0.27894831,0.28789657,0.29063007,0.20528869,0.23283881,0.22121391,0.22314757,0.23153263,0.21407942,0.22329867,0.21750906,0.20853607,0.21752815,0.22117151,0.22489798,0.22254172,0.21639656,0.22154938,0.31431332,0.31209987,0.32661515,0.35736975,0.36764705,0.36504856,0.35540447,0.3877472,0.40101796,0.40909448,0.46064648,0.39560091,0.42657396,0.44660658,0.42495188,0.12716867,0.1262171,0.13013822,0.13066594,0.11200717,0.11132883,0.092437714,0.10801002,0.098954529,0.10693815,0.17077231,0.11349306,0.14364174,0.193615,0.19140422,0.44081849,0.42525771,0.45982882,0.44651279,0.44921389,0.35829008,0.36560845,0.37241712,0.35433307,0.39022633,0.36727077,0.42827842,0.43533468,0.46720469,0.46443412,0.33255327,0.33777776,0.33673877,0.33141369,0.37703785,0.30595073,0.31945789,0.31149751,0.29611409,0.30459127,0.32224858,0.31078282,0.29063269,0.34972775,0.3319357,0.20904937,0.204521,0.20794493,0.2122684,0.21611497,0.21445967,0.21196336,0.20801206,0.20349875,0.20315063,0.23010823,0.22059886,0.24767803,0.2557638,0.28268293,0.15622404,0.15322702,0.157363,0.16074283,0.1693175,0.18580027,0.19196467,0.18958473,0.18697695,0.18113162,0.17924613,0.1730421,0.17851095,0.17853551,0.18295495,0.21389815,0.19986676,0.22760609,0.21803765,0.2214676,0.15571776,0.14317076,0.18374558,0.1822515,0.18468073,0.20206659,0.17255853,0.1687289,0.17883195,0.1953125,0.15626356,0.14950167,0.14745638,0.14390789,0.11674969,0.09780319,0.10933741,0.10817047,0.11274752,0.10833503,0.19503665,0.1305214,0.12549676,0.12565444,0.12673379,0.2002942,0.1980322,0.1907177,0.20628323,0.2061398,0.19553958,0.19381897,0.19043186,0.18651378,0.19115411,0.17234634,0.1907492,0.17655703,0.18128185,0.18375398,0.30612025,0.31968242,0.31344464,0.31754121,0.27100778,0.27612612,0.28185925,0.2668047,0.24863328,0.24525486,0.23809166,0.25444338,0.23615575,0.23760633,0.23688124,0.18694627,0.18841648,0.20752056,0.23376189,0.24576271,0.25534087,0.23179945,0.26249015,0.29302078,0.30627874,0.41863853,0.32576323,0.32993966,0.34256351,0.34423408,1.1369646,1.1393746,1.1730205,1.3007284,1.4263881,1.1910796,1.0989012,1.26968,1.2898331,1.3708874,1.2592592,1.2873452,1.3774104,1.4363546,1.3566848,0.29664946,0.28888434,0.30178866,0.28220451,0.29079086,0.24710795,0.26347154,0.24768426,0.24833459,0.25236958,0.24792129,0.23529857,0.24914299,0.26966044,0.29217091,0.19057858,0.18496884,0.18922853,0.17985612,0.18363698,0.1796727,0.17934178,0.18490584,0.18069053,0.1819523,0.20883055,0.19679078,0.219567,0.25119188,0.26786172,0.12356414,0.12913343,0.14411232,0.14341229,0.16682886,0.16531202,0.17654249,0.19449094,0.1962446,0.19593872,0.23826332,0.2302821,0.21447018,0.20606804,0.20255396,0.085461974,0.084182955,0.082682595,0.081669688,0.091835797,0.082606703,0.082652219,0.091751538,0.090744101,0.090777054,0.27255383,0.12764406,0.14069974,0.16680567,0.16568483,0.44602585,0.4409171,0.41347843,0.39675128,0.39775065,0.31568503,0.29440197,0.30191934,0.27758798,0.28316641,0.28736848,0.29351708,0.2940174,0.2993381,0.31628221,0.19006658,0.22107433,0.20374686,0.2120163,0.20514263,0.19909574,0.19884917,0.20002097,0.20819074,0.20949256,0.20758332,0.21920212,0.2234408,0.23546794,0.23985845,0.22788072,0.23250459,0.22678921,0.22878158,0.23613505,0.20141627,0.19545001,0.19935367,0.19078001,0.1971302,0.20254689,0.21827708,0.21658996,0.20928997,0.21340607,0.20617531,0.22121651,0.22539443,0.22005248,0.22138399,0.20923693,0.21938761,0.24247593,0.22604577,0.22035781,0.2019939,0.21991763,0.21585263,0.23192452,0.22758262,0.17229497,0.16905762,0.17190336,0.15571178,0.16332245,0.11967779,0.13663691,0.13516559,0.12582007,0.12639943,0.19049346,0.15468608,0.15949689,0.19488759,0.18426967,0.14861736,0.15374056,0.14805748,0.15912515,0.16788535,0.19249161,0.1875338,0.19198716,0.19669312,0.18221755,0.17350522,0.17953491,0.17815213,0.17177279,0.16909809,0.34272659,0.32192826,0.32102728,0.3206256,0.32855779,0.28349745,0.26748601,0.27146736,0.25876433,0.2626535,0.23998588,0.27581331,0.2977351,0.33907786,0.32564262,0.27195027,0.27068833,0.26737967,0.26475036,0.22058825,0.21715528,0.24196336,0.23427042,0.23255813,0.2283105,0.19480519,0.22471911,0.22371365,0.38973695,0.39395928,0.23191915,0.23046181,0.22331721,0.21309543,0.21545994,0.19148907,0.20301856,0.18428241,0.18714829,0.17733641,0.16538037,0.1907374,0.19633265,0.20712814,0.20888236,0.21395914,0.21854578,0.21943372,0.21393706,0.22457814,0.21343032,0.22238837,0.2228089,0.21991313,0.21658021,0.20646937,0.23067218,0.23876631,0.2385094,0.23964089,0.78310192,0.76158237,0.76158237,0.66621691,0.71728188,0.65748405,0.61105645,0.5888564,0.52167583,0.54633832,0.44293696,0.5564388,0.53657383,0.57553381,0.59269798,0.2223921,0.20403999,0.22690871,0.21178028,0.23483366,0.20646493,0.2309617,0.22751692,0.23946059,0.23848374,0.25615394,0.23648018,0.26020691,0.27056941,0.29136822,0.17898399,0.19305673,0.18115659,0.18691842,0.19069979,0.23066819,0.21613823,0.21187522,0.21416101,0.21763809,0.19425784,0.19411001,0.18981659,0.18366779,0.17921311,0.25211248,0.24380994,0.24050668,0.23389661,0.22342885,0.20431618,0.19696671,0.20064493,0.19036427,0.18860456,0.17873722,0.18558471,0.18859679,0.20092379,0.21712796,0.23760046,0.2476941,0.25893801,0.24355142,0.2340378,0.22301045,0.23420048,0.22267841,0.215482,0.20335792,0.20138361,0.20883447,0.19187945,0.19350918,0.18422779,0.15895092,0.15964878,0.18313155,0.19459237,0.2274372,0.14531866,0.15544042,0.19213267,0.20391518,0.22086664,0.38334575,0.20258024,0.2101305,0.2019522,0.22303087,0.24042191,0.23635256,0.21742389,0.21669666,0.22808732,0.23939687,0.23825611,0.23811191,0.21644264,0.22242302,0.21547231,0.24201186,0.26778477,0.30565998,0.30403635,0.34292406,0.34220067,0.33561021,0.32373554,0.34216335,0.32658857,0.34483936,0.34680936,0.31810951,0.3175208,0.29533371,0.29667172,0.32201675,0.32763794,0.31028503,0.14753103,0.14751182,0.14171605,0.13674045,0.14186765,0.11896947,0.10902923,0.11649394,0.1153632,0.10753545,0.14276083,0.12175006,0.14467819,0.12936103,0.13773021,0.31708643,0.30430502,0.29445881,0.28650731,0.32821786,0.28193831,0.27698433,0.29264933,0.27097976,0.28049299,0.26995108,0.29012716,0.27456027,0.27667299,0.2843357,0.20611954,0.22977099,0.24369968,0.24183716,0.22003989,0.21992016,0.23238531,0.24372667,0.23117468,0.24596487,0.23627993,0.23477466,0.23705438,0.23257248,0.23252769,0.32346755,0.33676565,0.33244282,0.31324333,0.28612304,0.29793742,0.31710836,0.30217645,0.28535005,0.28672063,0.28000256,0.27734056,0.28229859,0.27015343,0.28077841,0.060575467,0.060283333,0.061381072,0.061368518,0.042544138,0.010225995,0.020300448,0.021068156,0.020401917,0.020973155,0.19941226,0.030946979,0.020824656,0.021265283,0.032999668,0.18162265,0.18677796,0.1846907,0.18602639,0.19259444,0.16796096,0.15359846,0.14777212,0.14304948,0.15153533,0.15649195,0.16688147,0.18029642,0.18878455,0.19564094,0.20876828,0.20638059,0.22449489,0.22549729,0.23832221,0.26184058,0.26178011,0.25794089,0.28324497,0.28175122,0.31595576,0.33401105,0.31640911,0.3473762,0.34970239,0.18061881,0.17861304,0.18337409,0.19646366,0.20099755,0.15296088,0.1710864,0.17600675,0.17150305,0.18130539,0.23192631,0.20546128,0.21173823,0.24054523,0.24222851,0.12188752,0.12265638,0.12872271,0.1233915,0.13538969,0.12999292,0.10657825,0.10695188,0.10635155,0.10546669,0.19545132,0.1190547,0.15241115,0.14700477,0.16628687,0.11649581,0.10493179,0.12876038,0.11739845,0.15312132,0.21151586,0.23438416,0.26060176,0.27577937,0.26382062,0.40742961,0.28304207,0.25177887,0.2483265,0.24099024,0.12839967,0.1254562,0.11657482,0.13747884,0.1560387,0.16813786,0.17638513,0.16820025,0.16786808,0.17017017,0.27078527,0.17121564,0.23251113,0.22478798,0.23694241,0.17675281,0.17273287,0.16861375,0.17483875,0.17711121,0.20596564,0.20317091,0.20357142,0.21014291,0.21246953,0.21303345,0.23191415,0.23979983,0.26443061,0.26397136,0.26210684,0.25510204,0.26398182,0.23072253,0.25351602,0.21225163,0.19281332,0.20027466,0.18862692,0.17550595,0.22907008,0.19251925,0.18847007,0.18395674,0.18669009,0.48057121,0.46877152,0.49851793,0.49044913,0.5240286,0.33465543,0.37607238,0.37723288,0.37656903,0.37716615,0.3061426,0.40114614,0.44984686,0.44247788,0.46198267,0.18250205,0.1817255,0.18407327,0.18367656,0.18562888,0.1818143,0.17975342,0.19097987,0.17845286,0.1769511,0.1775429,0.18118583,0.17921895,0.19198264,0.21349184,0.24588841,0.24052916,0.27075452,0.25732383,0.26959369,0.23391813,0.22656678,0.23388025,0.22411156,0.22594084,0.23594043,0.25520906,0.26463318,0.28919646,0.29150519,0.47564349,0.47892094,0.50235981,0.47348639,0.44740254,0.46663988,0.51390231,0.45520183,0.46619302,0.46226567,0.41229567,0.48219413,0.50620133,0.50765389,0.49584746,0.35992801,0.34626865,0.33432835,0.34701446,0.37421536,0.30215132,0.3171505,0.35534862,0.34330556,0.33444816,0.37660056,0.3047232,0.30971739,0.29881772,0.32881758,0.59787852,0.56866652,0.60583812,0.60835099,0.59885514,0.62516057,0.59249508,0.58153623,0.57281858,0.54399073,0.49849766,0.57720059,0.56308395,0.44503248,0.51234281,0.34162635,0.3484773,0.34610182,0.33330858,0.32535487,0.31035993,0.29226977,0.28893781,0.26973447,0.27048883,0.27338836,0.26356229,0.26751715,0.25155452,0.26681226,0.95054346,0.90736729,0.91981953,0.79049748,0.75854874,0.64518619,0.69963366,0.55618531,0.59393024,0.55512565,0.48336554,0.56109726,0.60572505,0.61220521,0.60691696,0.17866378,0.17821132,0.18920581,0.20798866,0.21640949,0.22876884,0.23186794,0.23226646,0.2340523,0.25187764,0.2559883,0.26349851,0.24936505,0.26451343,0.27861622,0.36536354,0.34207526,0.34340659,0.30308133,0.344771,0.34655061,0.37837839,0.33766425,0.32204968,0.31539109,0.32933924,0.35149387,0.33251411,0.35000002,0.35696438,0.17825311,0.17623009,0.18252018,0.18189451,0.18176733,0.15448353,0.11835144,0.11803916,0.13107064,0.1280151,0.23871231,0.11048198,0.12589175,0.12862656,0.13026486,0.1744186,0.17661062,0.18105009,0.19361806,0.20477308,0.20277993,0.20111895,0.22062279,0.21567219,0.22136532,0.22366598,0.23480025,0.23532768,0.24488927,0.25362828,0.30602309,0.28680688,0.33783785,0.41217926,0.4190127,0.38372988,0.37087402,0.38764387,0.45470861,0.45555425,0.594082,0.4918783,0.57247537,0.59873343,0.59279525,0.3329486,0.32409874,0.32121801,0.32721645,0.33683464,0.28334883,0.29963866,0.30658492,0.3004595,0.28512877,0.28834271,0.34260845,0.34253004,0.36827195,0.36787248,0.17320107,0.17263025,0.17361112,0.17724782,0.21189894,0.19685039,0.22935779,0.22860874,0.22734655,0.22834775,0.2613098,0.24756561,0.2850436,0.28901732,0.28701672,0.17108282,0.16756032,0.17723015,0.19072646,0.22959183,0.23541497,0.21629415,0.22941521,0.24328858,0.25432348,0.25531915,0.25609288,0.26838666,0.26491791,0.25463167,0.30700147,0.31233025,0.29867792,0.29362953,0.30869418,0.25332224,0.23270743,0.24877556,0.25029844,0.23634355,0.26070201,0.25490123,0.24308152,0.25926888,0.26241869,0.072868593,0.070546739,0.07032349,0.0681431,0.066371679,0.055574078,0.065466449,0.065395094,0.065934062,0.065674253,0.19745503,0.06636434,0.11223345,0.078116283,0.12256268,0.13521343,0.12538399,0.15390298,0.16466427,0.18067935,0.20679468,0.20790021,0.23798731,0.23387906,0.25110206,0.25752994,0.27357489,0.29725182,0.29322207,0.33924699,0.28037128,0.27864024,0.27510679,0.27180883,0.26099074,0.23412129,0.24643417,0.24166624,0.23075573,0.22563177,0.21992467,0.24603677,0.24885729,0.24453613,0.25650793,0.33408767,0.31549296,0.312738,0.31409329,0.29342312,0.32432202,0.31932187,0.29723233,0.31986922,0.31250662,0.31194693,0.32606971,0.33866981,0.35013491,0.34810802,0.21667092,0.23494905,0.22643524,0.23277344,0.22331674,0.20315948,0.1864375,0.19540435,0.18526058,0.20503749,0.1888376,0.21791044,0.21562809,0.22968957,0.2234228,0.13140604,0.13009375,0.12075016,0.11707032,0.12184633,0.10483646,0.11103634,0.10404813,0.097801059,0.095720373,0.093984962,0.10823162,0.11629293,0.12321052,0.13941446,0.17339218,0.17051619,0.17487834,0.17203979,0.19130306,0.16789547,0.19957234,0.22945347,0.21823637,0.2232143,0.24130303,0.22319919,0.23290862,0.24815607,0.2452316,0.25654614,0.28005847,0.29293263,0.27705801,0.25011754,0.23158789,0.26093695,0.22565793,0.2385712,0.25220054,0.24169651,0.25384772,0.2572751,0.23934019,0.24778238,0.28486449,0.27843577,0.29160506,0.27647898,0.27399468,0.2464049,0.22344179,0.23047568,0.22040996,0.21474849,0.22710069,0.23956443,0.2839151,0.29038382,0.27583122,0.37160429,0.34108657,0.32464963,0.32050061,0.3170459,0.26762474,0.25560012,0.25090221,0.23365277,0.23356576,0.23100965,0.24084125,0.24886645,0.27426019,0.28289956,0.21653292,0.22136487,0.2563301,0.27030349,0.31035513,0.33180046,0.33710435,0.35130763,0.37891269,0.38246068,0.33478582,0.3736921,0.35013264,0.38984302,0.39997897,0.20632231,0.20239989,0.22845276,0.24191923,0.25849813,0.2514458,0.25316456,0.23809525,0.29513595,0.2821511,0.27366659,0.30357546,0.29234836,0.29236478,0.26463965,0.18073235,0.18906039,0.17387302,0.17581409,0.18451117,0.17561466,0.17834143,0.17406654,0.17629869,0.16672306,0.19266431,0.18410853,0.20674725,0.18970256,0.19979534,0.21750389,0.21250758,0.21636507,0.23186165,0.21604358,0.22038569,0.2235536,0.24464831,0.25777626,0.25203732,0.34192312,0.26144892,0.27378508,0.25153959,0.2787942,0.21769141,0.21407686,0.19622019,0.19493178,0.21201414,0.14991006,0.14238019,0.13942307,0.12811388,0.12748478,0.20749822,0.11761938,0.12759322,0.14087814,0.1275209,0.19260401,0.19179133,0.15704751,0.20177563,0.16280016,0.079396591,0.1178782,0.11862396,0.11778563,0.12014417,0.11900039,0.12190166,0.12489592,0.12674271,0.13026486,0.33842072,0.33311561,0.34286454,0.3568925,0.37443674,0.30751851,0.28589186,0.29437017,0.29341647,0.32525313,0.35012284,0.34391695,0.36178562,0.37593985,0.38817006,0.34735623,0.34677625,0.30979732,0.2857514,0.25886616,0.19462825,0.12843566,0.10311937,0.091563113,0.064632885,0.19490644,0.092336103,0.13681762,0.11125017,0.10958904,0.26259479,0.27326104,0.27080083,0.27417013,0.27275082,0.28748399,0.26520878,0.28094035,0.2751697,0.28666577,0.27661005,0.28527397,0.2932871,0.29081908,0.27889773,0.23471522,0.25182608,0.2392083,0.24445632,0.22852814,0.20746356,0.21649085,0.21547002,0.20105794,0.20443131,0.19547252,0.23488167,0.23471439,0.25127077,0.23608308,0.21102612,0.20725389,0.20408162,0.20120724,0.12285012,0.070257612,0.045724738,0.043468811,0.041365046,0.040371418,0.13972056,0.039856516,0.060192619,0.059323713,0.058331713,0.13036959,0.13282859,0.13792197,0.15292554,0.17943776,0.16594756,0.1948401,0.21527077,0.22232702,0.22811137,0.26896551,0.25712299,0.26052669,0.3097719,0.29131734,0.16078894,0.151335,0.15200868,0.14391676,0.13237727,0.11229647,0.13530274,0.125,0.13594653,0.1369863,0.19479775,0.13684571,0.1460346,0.15774648,0.17339036,0.2085577,0.21721791,0.22110923,0.23413371,0.2409718,0.19970208,0.22913945,0.21696819,0.22623369,0.2276448,0.2122314,0.2481041,0.26047388,0.25304121,0.24267283,0.24330901,0.25005859,0.25365853,0.2398553,0.24492376,0.24869731,0.25894541,0.26932085,0.25765267,0.26084623,0.25197572,0.27193969,0.28381479,0.29690981,0.31035161,0.22710069,0.22396417,0.22123894,0.2375731,0.27105168,0.1608579,0.12440021,0.19328764,0.18919848,0.18431635,0.36345613,0.16471751,0.19652802,0.2360632,0.22402206,0.21824923,0.22124556,0.23679635,0.23810959,0.26138228,0.26669118,0.2714656,0.26374027,0.26959893,0.2841951,0.27425647,0.31458294,0.29699841,0.32187131,0.30736721,0.21331708,0.19475655,0.23707217,0.23894861,0.23616236,0.30408341,0.24428798,0.24195844,0.24641252,0.26189438,0.35067213,0.29581422,0.26001835,0.35730931,0.34498981,0.048169557,0.04923683,0.049019612,0.05200208,0.10509721,0.10764262,0.10735372,0.054024853,0.10989012,0.056369781,1.2367492,0.11723329,0.17942584,0.1776199,0.17720023,0.10751724,0.10790396,0.12120669,0.13342229,0.1606321,0.16835745,0.18789768,0.20900869,0.21847822,0.21541408,0.21496971,0.2135569,0.21339658,0.21572858,0.22623536,0.10202925,0.10278666,0.10184451,0.10136276,0.11213277,0.090293452,0.045464877,0.0563825,0.05589715,0.056471653,0.12344293,0.059059769,0.095556617,0.07129278,0.10687567,0.025224922,0.024681201,0.024297399,0.028803919,0.034048349,0.053085603,0.051944681,0.056490082,0.055452868,0.055555556,0.12729587,0.067505367,0.061192021,0.08447475,0.091074683,0.20118885,0.2032896,0.20741019,0.20674749,0.20089927,0.19735542,0.15046644,0.15462324,0.14510781,0.14589413,0.18238387,0.21312873,0.24910647,0.2495389,0.2850877,0.27084452,0.27182829,0.28668782,0.2933234,0.33440906,0.32372117,0.34167787,0.35690889,0.36749053,0.37145606,0.32388484,0.36759761,0.35232604,0.34526539,0.36452547,0.17471577,0.17570084,0.18054792,0.1884077,0.18124385,0.15468302,0.16707592,0.1711984,0.17334071,0.17610949,0.18096632,0.20062362,0.2026021,0.20141238,0.20433788,0.16834372,0.16897081,0.16134608,0.15763775,0.16051364,0.13941747,0.13779747,0.13242596,0.1353081,0.13663724,0.16485327,0.13599941,0.1435301,0.14686444,0.13238701,0.14976466,0.13685651,0.15736467,0.17444843,0.26337117,0.18108653,0.25289369,0.26789132,0.28612304,0.27767137,0.17162472,0.29563227,0.3143456,0.2791217,0.27960673,0.058292046,0.058013055,0.058131084,0.057770073,0.057562236,0.074861504,0.1329198,0.14764506,0.14604937,0.14480163,0.26178011,0.17592728,0.19250703,0.22573364,0.22032903,0.14934745,0.15206203,0.16438629,0.16614302,0.18225512,0.15340091,0.17841212,0.18029402,0.18827817,0.19872934,0.1860479,0.19494905,0.18854964,0.20592543,0.23456949,0.14775726,0.14718251,0.14715156,0.1700861,0.17185821,0.18388318,0.17518888,0.18658763,0.21043305,0.21348314,0.20111732,0.22588661,0.22705545,0.24618416,0.25836614,0.20841227,0.21117297,0.20946397,0.22942357,0.22404052,0.28061736,0.26762736,0.27239391,0.28595635,0.29167116,0.3456735,0.37453184,0.3996239,0.38896748,0.34713909,0.24140705,0.24688587,0.24524496,0.2471343,0.28382704,0.2467768,0.26881722,0.29064229,0.29598311,0.30462086,0.27176461,0.28089887,0.26085338,0.32906932,0.34165451,0.2486845,0.24830861,0.25702289,0.25318286,0.26895398,0.21865889,0.20476067,0.23338073,0.22327147,0.22295323,0.22520027,0.22647953,0.24437928,0.25284928,0.26676831,0.28399819,0.27854258,0.28007194,0.27096,0.28492248,0.26089627,0.2426782,0.24923967,0.24374844,0.25505742,0.22105554,0.25066674,0.25664717,0.25916979,0.25490397,0.23284972,0.23963538,0.25414884,0.24500816,0.25876531,0.22117889,0.2335933,0.22874193,0.23849301,0.23994337,0.24998809,0.27007818,0.24877088,0.26303539,0.26987159,0.18633014,0.18065828,0.19316536,0.2129351,0.22291446,0.23706836,0.24702449,0.25266549,0.26064053,0.28067249,0.26692349,0.28738809,0.32942492,0.34712502,0.36885822,0.17529881,0.17306483,0.1754386,0.16053942,0.16142049,0.14627011,0.14905597,0.15047652,0.15146416,0.15218127,0.36181942,0.19281332,0.23347701,0.2699784,0.36264732,0.16518785,0.16532829,0.15714286,0.14684984,0.16122913,0.11411561,0.081711128,0.085086271,0.080181114,0.089453861,0.17961808,0.099938132,0.086330935,0.092054263,0.10190217,0.22183788,0.21942875,0.23436356,0.24407753,0.25507495,0.26295489,0.25234196,0.26511675,0.27960855,0.27651921,0.28557196,0.30655634,0.31954142,0.32609057,0.3572621,0.083402835,0.08442381,0.083717033,0.080385849,0.039231069,0,0,0,0,0,0.60953742,0,0,0,0.075471699,0.11337869,0.10452442,0.10631835,0.10644769,0.12307692,0.074615732,0.071901068,0.086730272,0.085494444,0.083916083,0.17513135,0.086902544,0.10120177,0.088238999,0.087675355,0.39631426,0.37871614,0.40393159,0.40555698,0.40807825,0.38477117,0.41446722,0.42028046,0.43190867,0.43786409,0.38280329,0.43457621,0.4608295,0.4359732,0.44735527,0.21847023,0.2189223,0.21694438,0.20787232,0.20252173,0.17735392,0.19085553,0.1743467,0.17703339,0.17721193,0.17292635,0.17457761,0.18404432,0.1949072,0.19402294,0.092678405,0.090211995,0.091261692,0.090528458,0.12384599,0.1365343,0.14659449,0.16874789,0.16624182,0.163827,0.17259979,0.17450103,0.22150846,0.22306491,0.22629556,0.18702076,0.18765247,0.18700327,0.21423247,0.21671534,0.15161566,0.1228037,0.14253135,0.14111006,0.14189765,0.30217186,0.16679749,0.11945052,0.14105794,0.15116397,0.1962131,0.19556077,0.20738694,0.20916334,0.21067415,0.23276997,0.17359339,0.1948718,0.17542049,0.19685039,0.35639411,0.17970403,0.20946795,0.15918498,0.16053082,0.35027066,0.3360734,0.32460108,0.31087136,0.32460108,0.28610983,0.24330901,0.23560937,0.21657988,0.22019359,0.2681461,0.23136365,0.22363026,0.26600799,0.28636885,0.62341756,0.61134899,0.60942245,0.6032505,0.59296679,0.62823474,0.59395105,0.58422667,0.57394058,0.54609507,0.52727741,0.52656776,0.52357304,0.5201242,0.52641809,1.35174,1.3447783,1.3486935,1.2141281,1.272678,0.78595757,0.9503696,0.88630033,0.82069135,0.875,1.2901593,0.87961799,0.94750321,0.8888889,0.90956342,2.6397104,2.6344764,2.7089572,2.7059965,2.733165,2.7473876,2.7136869,2.6985807,2.6982098,2.7709343,2.7891803,2.7577047,2.8069506,2.8155339,2.8536859,0.4202989,0.42227086,0.43415338,0.43415338,0.45380875,0.36202073,0.34590676,0.34716484,0.34843206,0.34918523,0.63640934,0.43602213,0.49152541,0.67170441,0.52057093,8.6544743,8.4968777,8.3323984,8.1339169,8.431571,8.2403622,8.0993519,8.057229,8.5348969,8.3566656,7.5928917,8.3251495,7.9157987,7.6906023,7.5660796,6.1241107,6.0276189,5.8953466,5.9217482,5.8685775,5.7373819,5.6502905,5.6554685,5.6401134,5.5869761,5.5845661,5.4451995,5.4653692,5.5083251,5.517211,0.2354172,0.22779045,0.21794048,0.21890353,0.2066215,0.23926878,0.222939,0.21257499,0.21418262,0.2130616,0.29541406,0.22757444,0.24144298,0.24887303,0.24250339,0.89525515,0.89113319,0.86081123,0.84563565,0.82809824,0.67325598,0.64326668,0.62249273,0.6295467,0.66657209,0.76791805,0.77109814,0.89692688,0.8755008,0.98154116,0.79566985,0.82747436,0.82372326,0.76858944,0.77247912,0.76561552,0.74015003,0.73150378,0.74207878,0.74003285,0.63546371,0.73241234,0.75176817,0.73755378,0.74398673,0.53876191,0.53749985,0.56548321,0.57342881,0.55522043,0.56046844,0.55933136,0.54040247,0.55847079,0.54457557,0.53063333,0.53292513,0.53403413,0.54102796,0.5454914,1.8763241,1.9458028,1.9219035,1.8273093,1.8892059,1.6888285,1.7094018,1.6273015,1.5788015,1.5343378,1.4964629,1.6819147,1.7728531,1.5837938,1.6306823,0.58742225,0.595864,0.55058503,0.56298381,0.49786627,0.42477873,0.43072504,0.42283297,0.38650739,0.38800704,0.75679392,0.4991087,0.47688922,0.72436142,0.76569676,0.30991736,0.30000001,0.29268292,0.29154521,0.48923677,0.18709074,0.55917984,0.543971,0.53571433,0.52956754,2.7051399,1.087942,0.92850512,1.2464046,1.2524085,0.65899223,0.69478869,0.67718381,0.67307377,0.65232611,0.68924713,0.71201247,0.67132401,0.67244697,0.67144543,0.64932323,0.63727868,0.63292116,0.64462602,0.65927243,0.19228128,0.17745018,0.18153889,0.22519352,0.23923445,0.24414763,0.23235551,0.24734467,0.27777779,0.27448714,0.57331228,0.291843,0.29502878,0.30782759,0.36683786,0.57028002,0.59377462,0.59988838,0.56368208,0.55808282,0.51937115,0.51219398,0.50074184,0.43823981,0.48051253,0.54573804,0.50077707,0.50238311,0.48398152,0.52253705,0.9765625,1.0362694,1.0548524,1.1210762,1.0834236,0.97297299,0.63357973,0.63291138,0.61162084,0.62434959,3.7449393,0.63091487,0.68728524,0.69524914,0.68649888,1.9820828,2.0485671,2.1564283,2.0939972,2.0092916,2.0787618,2.0738378,2.0368683,1.9739844,2.0317316,1.8764303,1.9823787,1.9224048,1.8520676,1.8686097,0.50738007,0.52095664,0.57929039,0.6316812,0.62969244,0.51420176,0.55354995,0.57142854,0.53488368,0.64176029,1.0077875,0.59687787,0.55235904,0.63709295,0.67551267,0.80391479,0.832941,0.82449067,0.85861701,0.83475626,0.80635828,0.82925141,0.80842263,0.82435942,0.82931751,0.91804004,0.90780789,0.9021011,0.88006705,0.86436671,0.29955947,0.29660648,0.30803457,0.30721965,0.30939043,0.23180726,0.2399669,0.25250471,0.24661894,0.25084269,0.40644053,0.26516923,0.35082248,0.33457828,0.32322609,0.47582629,0.47935414,0.53204757,0.52546483,0.53797466,0.52339411,0.58731401,0.60745871,0.63300794,0.63766795,0.76220661,0.69296372,0.70048499,0.70471621,0.72261071,0.65724611,0.6431495,0.64566118,0.61811,0.58398747,0.48454368,0.45695043,0.46337551,0.44861579,0.44024032,0.47376311,0.50849485,0.58805883,0.58873004,0.59019911,0.59171599,0.59795988,0.61358249,0.6283229,0.63864857,0.5337348,0.54918981,0.55470157,0.56519455,0.55664706,0.58053279,0.59837395,0.62315518,0.65372425,0.72775388,2.9153199,2.964977,3.0074217,3.0564568,3.0793958,3.0344028,2.9031844,2.9042487,2.9441369,2.8442185,2.4246516,2.6721728,2.6394391,2.7203751,2.6286561,0.41681862,0.43473759,0.45954952,0.50372857,0.48939642,0.52136201,0.52587014,0.53248137,0.5223518,0.52386492,0.51074857,0.56990886,0.57404417,0.56625563,0.59656143,0.59481966,0.62974328,0.67271757,0.66944283,0.67766798,0.65635496,0.74586046,0.70970249,0.71169347,0.71237355,0.74769682,0.74120104,0.72804761,0.69902229,0.68015271,1.1690886,1.1762385,1.1410524,1.1243477,1.1247748,1.1200902,1.1419967,1.1565307,1.1546373,1.1331301,1.1339011,1.1385549,1.1483428,1.1733396,1.17695,0.72251844,0.74252516,0.72762412,0.7273137,0.74726743,0.71472275,0.67584342,0.68548054,0.62424707,0.59016216,0.6374886,0.6651358,0.70457578,0.72124803,0.69197875,0.53081304,0.55314106,0.513834,0.53947365,0.57441252,0.58380902,0.62860811,0.61696655,0.62009621,0.62261754,0.74148548,0.71321321,0.75903767,0.81542844,0.86731386,3.7700534,4.2233953,4.2199836,4.2495232,4.2790952,4.0927691,4.3372846,4.3970866,4.1989837,4.2275572,3.9046121,4.7719483,4.8202186,5.6326962,5.4683414,0.83929896,0.81750423,0.77793497,0.77767617,0.76559335,0.63911378,0.5879882,0.60753345,0.61495739,0.58241117,0.99788904,0.70093453,0.78006089,0.86661643,0.88612372,0.30524364,0.2996498,0.31252193,0.29336268,0.2563301,0.24255332,0.23153441,0.21246262,0.21332458,0.20742975,0.26845279,0.22955146,0.24925752,0.27904752,0.28107598,0.66159278,0.65806252,0.70617133,0.72205889,0.70433557,0.74159789,0.66680664,0.75062549,0.66003197,0.6889962,0.68615746,0.78720665,0.77538645,0.78759539,0.77817178,5.1366386,5.0704074,5.0658832,4.9925723,4.9870362,5.0379558,5.0554357,5.1497931,5.3079104,5.2574968,5.1424794,5.2791724,5.3404441,5.324213,5.2914953,0.26602176,0.26340997,0.26666665,0.29347029,0.26921195,0.4834421,0.45827302,0.45596352,0.47607711,0.49435025,0.55839926,0.47270149,0.42563254,0.42056075,0.42806184,2.8905518,2.9879563,3.0158148,3.1723011,3.2029119,3.347585,3.3471298,3.4473567,3.4910984,3.8191741,3.3443365,3.3330412,3.0079803,2.8952448,2.9268725,0.65942591,0.72129256,0.71544403,0.73345006,0.76162547,0.76801342,0.75287461,0.78441864,0.73392868,0.78535181,0.74267274,0.85591376,0.8468222,0.92625421,0.90709907,3.0865848,3.0988953,2.9982364,2.8383381,2.7583423,2.356585,2.4061344,2.2570367,2.115283,2.1106451,2.0053306,2.145978,1.9334188,1.9645857,2.0708518,1.3515477,1.3146168,1.4029438,1.4266884,1.4552852,1.4172863,1.3908099,1.3977913,1.3429514,1.368372,1.2019798,1.4615263,1.5748031,1.5777849,1.614205,0.42636931,0.40278855,0.39421815,0.36146253,0.37533513,0.3327361,0.32648125,0.30228394,0.28046119,0.26889753,0.58863926,0.28481635,0.24779463,0.26251823,0.31046861,0.60130519,0.61961704,0.62926698,0.58129138,0.58557439,0.62864262,0.59188038,0.58043343,0.53231835,0.57033473,0.56374729,0.6021781,0.58338743,0.57515097,0.58316588,0.6006006,0.59179211,0.5926308,0.49981257,0.53120852,0.44424194,0.45358652,0.43307483,0.38767397,0.39097747,0.54153472,0.45804706,0.48365054,0.51169592,0.56099552,0.42126378,0.42270529,0.44426495,0.47455573,0.51271737,0.60030019,0.67830426,0.72803432,0.74294204,0.74707556,0.79372859,0.78918815,0.7964161,0.80393934,0.87929654,0.15399733,0.1529097,0.15049575,0.15312114,0.15863989,0.15540946,0.14454743,0.15087463,0.14340559,0.14618357,0.16835518,0.14431731,0.15931153,0.17762254,0.17756423,0.26848409,0.27105922,0.27105922,0.25934732,0.27215326,0.29167601,0.30927834,0.32740879,0.30729228,0.30138636,0.53599709,0.37420481,0.37603736,0.38829568,0.42265424,0.41338694,0.42078927,0.40597686,0.41759467,0.44196454,0.41138539,0.39435682,0.43701944,0.41862023,0.43387613,0.4162448,0.43569288,0.45127386,0.45638359,0.43214202,0.21402074,0.20823693,0.1996187,0.17732798,0.18374293,0.1387632,0.13707358,0.13268052,0.11990187,0.12187465,0.1366322,0.12731801,0.13001968,0.13186242,0.1524362,0.085996851,0.085910656,0.086642601,0.10004288,0.086107917,0.072285675,0.13090909,0.13171373,0.1450116,0.14361626,0.11562364,0.17459624,0.17414019,0.17495261,0.17536168,0.15230145,0.15633439,0.15688735,0.15963511,0.1716689,0.16582325,0.16769463,0.17352715,0.17104737,0.17684978,0.18316591,0.16738333,0.18928362,0.17306621,0.17990915,0.27526543,0.27750248,0.28072989,0.27333072,0.27247956,0.19368584,0.17394665,0.1744186,0.17702597,0.17709564,0.098270446,0.15779093,0.17910448,0.15873016,0.16119282,0.18662332,0.19506249,0.19004413,0.22130695,0.20494349,0.19479704,0.176478,0.19066989,0.21741912,0.21969502,0.24737972,0.22994548,0.2389169,0.23433314,0.2434077,0.17550275,0.17547707,0.17713484,0.17551558,0.18328446,0.095098756,0.10285798,0.10219724,0.095168374,0.11010791,0.23450094,0.13203256,0.19388515,0.21057381,0.22932273,0.19606645,0.20499462,0.19761345,0.18982638,0.18556121,0.18724529,0.18313695,0.18156759,0.17765854,0.18102896,0.18228598,0.18501982,0.18375146,0.19194791,0.18753856,0.13848458,0.13337117,0.13927972,0.13362902,0.14444318,0.10237452,0.10548523,0.11702917,0.11437067,0.11491612,0.15236014,0.13245796,0.13902566,0.15209571,0.14741871,0.17679298,0.17826371,0.17810497,0.16119403,0.17944731,0.12553802,0.13798068,0.14986213,0.1442828,0.14606535,0.14715801,0.1540927,0.1595092,0.18571252,0.19209319,0.18738288,0.18934081,0.19679505,0.21135691,0.23334748,0.1485779,0.18490861,0.20035778,0.2147305,0.21698248,0.15215185,0.21120094,0.19657807,0.19921789,0.20054965,0.1377759,0.13690211,0.1555426,0.16560404,0.18632689,0.15812001,0.17813285,0.18837459,0.20548676,0.20288849,0.21409881,0.2229099,0.21021652,0.21916507,0.23808265,0.18827428,0.18839559,0.18683036,0.18688414,0.18239254,0.14901163,0.14992785,0.15516339,0.14591986,0.14922032,0.19286403,0.15855251,0.1518845,0.15840986,0.17268535,0.13001037,0.13118027,0.13023631,0.12841049,0.13036886,0.13829748,0.13503063,0.13237658,0.13425469,0.13373917,0.13172594,0.12761658,0.12655059,0.12472528,0.12277317,0.24986528,0.25045425,0.24747574,0.25365561,0.2392941,0.21944043,0.20034057,0.21623252,0.21683222,0.21164021,0.2121855,0.21229278,0.19870587,0.20508613,0.2167742,0.17670967,0.17796761,0.17903501,0.18073377,0.1895649,0.10852853,0.1441052,0.15347116,0.15315315,0.15392974,0.081514359,0.16255757,0.15536465,0.15599193,0.14670824,0.18041845,0.17229003,0.17509325,0.17216459,0.1581587,0.13003108,0.1261867,0.12241436,0.11280963,0.11602914,0.1349797,0.1197731,0.11893229,0.12781702,0.12894845,0.16071428,0.16079085,0.16793618,0.16181231,0.18595165,0.11366355,0.13696998,0.14335205,0.14342915,0.14512032,0.16912298,0.14497131,0.1514876,0.15864299,0.1600394,0.14526147,0.14476837,0.1498726,0.14992504,0.16915423,0.13929656,0.13425489,0.14954388,0.14521782,0.15539625,0.20030046,0.16649009,0.16649848,0.18683094,0.18626662,0.10272718,0.10334907,0.10646912,0.11071265,0.11018229,0.11970884,0.11610184,0.11207525,0.11486067,0.10978031,0.1099303,0.10622394,0.10614259,0.10385197,0.10452264,0.13277499,0.13357309,0.13507195,0.14147235,0.15230294,0.10533523,0.11587485,0.11622378,0.12254903,0.12320549,0.17808959,0.12499321,0.13213676,0.15056042,0.15730338,0.086169757,0.08722198,0.087514587,0.087171294,0.11721612,0.044143613,0.11951001,0.11890607,0.10432191,0.11985019,0.11888839,0.13462977,0.11885307,0.11985019,0.12082767,0.1489138,0.14854081,0.14001925,0.12787724,0.13914254,0.084388189,0.087491617,0.076043405,0.070230886,0.070021883,0.10807968,0.075832702,0.093126126,0.096156649,0.10780572,0.11453705,0.11523393,0.11918951,0.13944408,0.15197569,0.10984987,0.11402509,0.14161718,0.14541489,0.14939563,0.17627119,0.15196888,0.16724676,0.16255024,0.17732915,0.098626278,0.098953918,0.10624734,0.11351543,0.14149275,0.18450184,0.20573211,0.19700274,0.21284144,0.22720818,0.21314389,0.20793001,0.20025748,0.23188405,0.24073534,0.19485681,0.20619619,0.20312138,0.21246096,0.22647463,0.20966479,0.20728008,0.20773692,0.21999697,0.23301758,0.23750567,0.23992802,0.23573075,0.23496123,0.2707901,0.12560184,0.13199578,0.1436667,0.14056492,0.1621047,0.18156573,0.19525504,0.2065894,0.21491511,0.22108385,0.2348178,0.21383137,0.22391523,0.23087706,0.2363409,0.46838406,0.46185696,0.47200522,0.40869707,0.44473726,0.31509119,0.31772575,0.28896821,0.25879917,0.24862368,0.17934002,0.27193618,0.29525742,0.29596746,0.31966904,0.23047721,0.23255813,0.22568733,0.20607226,0.21511346,0.15296899,0.16234912,0.16427398,0.13614216,0.14361626,0.12260205,0.16607697,0.17617264,0.17777778,0.18050541,0.21217908,0.20354907,0.20584074,0.18584092,0.20043468,0.14712207,0.14398074,0.15153088,0.13017125,0.13480343,0.16352904,0.13781257,0.12756628,0.13354062,0.1447465,0.17437805,0.1759118,0.17772511,0.17791483,0.19941348,0.11804982,0.094150871,0.11882129,0.1182872,0.11837122,0.094685763,0.13065685,0.14348918,0.14409222,0.10845987,0.14889815,0.14948428,0.15156108,0.16265948,0.1889973,0.14374454,0.16484648,0.16013224,0.17194664,0.17819706,0.18858041,0.18391046,0.19586046,0.20429011,0.21475358,0.041867279,0.041972719,0.063518949,0.063505501,0.15008576,0.41170096,0.5323869,0.56028688,0.59279525,0.59852672,0.37105751,0.5838393,0.56351256,0.61234099,0.68736666,0.085658349,0.08588957,0.099034406,0.10081916,0.10111224,0.16696635,0.21013923,0.22471911,0.24118987,0.2452316,0.17745018,0.26330379,0.28364772,0.28752157,0.31455535,0.082227178,0.082817368,0.087208152,0.096620262,0.097012416,0.092936799,0.10120654,0.10885054,0.10694764,0.11872725,0.14671478,0.12921181,0.13362052,0.16062966,0.17915736,0.13381763,0.13861132,0.14283395,0.14011991,0.14429542,0.134215,0.13197835,0.13539396,0.13232765,0.13729364,0.20229265,0.15583184,0.16385607,0.16564862,0.17359905,0.27836937,0.29396942,0.30704507,0.30025977,0.30271435,0.2749725,0.28751871,0.29234853,0.27850011,0.29163313,0.33630988,0.31346923,0.31543604,0.31846601,0.30645922,0.069534123,0.069610178,0.069895163,0.060180541,0.079920076,0.080767289,0.11216478,0.1227496,0.12262416,0.12369859,0.072231971,0.11293634,0.1244426,0.12547052,0.11435701,0.19230288,0.1906004,0.18339404,0.17618927,0.19173521,0.18170805,0.18207106,0.17761087,0.16803728,0.17449321,0.21646138,0.18831906,0.19395883,0.21211103,0.22369036,0.17558451,0.1793021,0.17726466,0.17626321,0.21006526,0.16888888,0.2023223,0.21893336,0.22093225,0.22549869,0.23535565,0.23182574,0.23763421,0.23879012,0.23944663,0.098672405,0.097838648,0.097864777,0.11012731,0.11922636,0.09259259,0.10075346,0.1186396,0.11886419,0.12783778,0.1677334,0.12797882,0.11988278,0.12523481,0.12524042,0.26488,0.26574957,0.2649751,0.23903152,0.27125475,0.16385767,0.17068818,0.14853033,0.1499487,0.15074579,0.11119054,0.14782541,0.17043695,0.13241938,0.13298912,0.13411893,0.12713014,0.12987101,0.1244688,0.12337112,0.12642412,0.12902455,0.12728138,0.12449523,0.11539824,0.11713479,0.11616725,0.11363636,0.11310276,0.11165856,0.13963522,0.13876927,0.15438569,0.15407301,0.15551226,0.14733545,0.14580581,0.15157086,0.16066325,0.1573731,0.1753273,0.15855259,0.1672744,0.16660875,0.16685654,0.15186852,0.16085699,0.15674232,0.1490995,0.14378145,0.1319245,0.12563369,0.11395504,0.10685434,0.10223132,0.13009089,0.11814158,0.11659345,0.114321,0.12395744,0.15954681,0.15362649,0.1564689,0.15434083,0.16323805,0.14949639,0.14474772,0.14557417,0.13816337,0.14199974,0.18329901,0.15182859,0.1529783,0.15914407,0.17892529,0.16585666,0.15584549,0.15253988,0.15282014,0.15345231,0.15429145,0.15930052,0.1565668,0.15931308,0.15534019,0.1554082,0.1483396,0.15210395,0.15060219,0.14869012,0.13082437,0.14436959,0.14834143,0.1496183,0.14446872,0.14924709,0.15114151,0.1616957,0.15065122,0.16666813,0.16514406,0.17504971,0.18384953,0.18271644,0.17589128,0.12960082,0.12880789,0.11841696,0.12762079,0.1328342,0.14192785,0.1733413,0.17107126,0.18305285,0.18450184,0.1961367,0.20204422,0.19791292,0.20315486,0.20486864,0.088662304,0.091412745,0.094905794,0.10116338,0.10643065,0.12066788,0.1225456,0.12986654,0.13233347,0.14369006,0.22258702,0.15197995,0.16233304,0.154202,0.1519234,0.1509396,0.15044758,0.15182571,0.15091445,0.15838549,0.11520147,0.12571193,0.13309784,0.12541272,0.13058843,0.16976182,0.14418498,0.15056331,0.13899285,0.14864865,0.1540387,0.16163445,0.16195381,0.16150914,0.1678448,0.13638578,0.15051371,0.17050299,0.16714188,0.17797114,0.19811134,0.19467449,0.19090879,0.19748293,0.19515479,0.118754,0.12199213,0.12499239,0.12131874,0.13415453,0.14308329,0.1460387,0.16087419,0.15636978,0.15945539,0.20546475,0.16010837,0.15692309,0.19911642,0.19309297,0.13826968,0.14833802,0.14028516,0.13948883,0.13125136,0.1342259,0.13504973,0.13568565,0.14158037,0.13893081,0.14748119,0.13839482,0.13621144,0.13711435,0.13812199,0.15976772,0.17942153,0.1764155,0.16984062,0.165309,0.16968291,0.16694798,0.17733608,0.16364454,0.17187528,0.16663526,0.17680153,0.18250395,0.18183689,0.18321751,0.15807998,0.16460687,0.17678832,0.17208619,0.17718855,0.16834259,0.17146777,0.17516771,0.16638333,0.17700393,0.15354739,0.17445539,0.17710689,0.18073939,0.19007021,0.20215632,0.1967697,0.19499579,0.21975765,0.23039579,0.2086001,0.21587512,0.21579002,0.22041087,0.22884735,0.21753681,0.24478523,0.24798644,0.26042777,0.24593347,0.24343759,0.23507451,0.23053652,0.22584799,0.22182451,0.21415702,0.21302655,0.21430014,0.2095201,0.20819546,0.2027697,0.2029168,0.20627247,0.20728645,0.21527556,0.20400816,0.21018046,0.22210833,0.21673809,0.23366229,0.22282869,0.24477358,0.24562635,0.24124239,0.25338909,0.23593882,0.25382012,0.25698352,0.24878201,0.2494608,0.21313846,0.21676859,0.20094287,0.19363333,0.19989237,0.13897468,0.1473325,0.1473325,0.14145383,0.13416463,0.087101117,0.12808198,0.15477355,0.17332453,0.17502917,0.1999875,0.20050125,0.18931028,0.19723865,0.22972371,0.17452008,0.20457995,0.21222974,0.20050795,0.2096436,0.14358975,0.26237658,0.27888167,0.28893587,0.28748024,0.20480973,0.19234596,0.25647771,0.25649458,0.29785031,0.27137041,0.29226473,0.32964903,0.33748701,0.38224813,0.37628129,0.37856537,0.38943893,0.38746744,0.36972305,0.19236934,0.19995202,0.21556886,0.21493393,0.26105529,0.14335777,0.18297534,0.20398556,0.18779343,0.21226415,0.14966522,0.18863475,0.20435432,0.19842845,0.23078148,0.11218043,0.11235955,0.11233298,0.10695823,0.10717475,0.11980352,0.090133399,0.090372339,0.090090096,0.091251977,0.048703276,0.097841375,0.098771535,0.099095747,0.10013769,0.16928397,0.16606601,0.15823874,0.1645897,0.1939386,0.16447899,0.17380862,0.1804661,0.1659853,0.17048222,0.13640498,0.17752369,0.1740174,0.15495561,0.17510016,0.19571388,0.1933412,0.19312602,0.19107231,0.2006975,0.14197041,0.15142538,0.16174287,0.14863257,0.14938256,0.14962097,0.14412118,0.16211835,0.17042163,0.17551105,0.16103499,0.16482158,0.16546246,0.16555835,0.16789608,0.1745104,0.17516543,0.16696349,0.17616957,0.18538284,0.19994369,0.18303157,0.17817751,0.17703158,0.18039171,0.16751587,0.16755097,0.16710764,0.18708426,0.19282418,0.11654212,0.17164436,0.17728078,0.18992065,0.19611821,0.12792028,0.20778874,0.20034727,0.2077748,0.20816545,0.17942467,0.18458071,0.17581823,0.17615411,0.18653876,0.17204545,0.16304959,0.15661708,0.16356269,0.16597974,0.17016661,0.16745377,0.18174933,0.18725519,0.18453377,0.20143461,0.20400554,0.1981553,0.19195122,0.18344806,0.19030121,0.19624303,0.19397114,0.19101422,0.20114481,0.18034361,0.20307343,0.19720492,0.19744594,0.19713119,0.19952287,0.19560114,0.18495685,0.1988423,0.20768891,0.21673743,0.19390093,0.19029917,0.19167335,0.19218737,0.20140535,0.20637983,0.20582721,0.21147481,0.23146003,0.073228776,0.073363088,0.080167733,0.091603056,0.12148455,0.10210824,0.1198897,0.16202593,0.1615219,0.16692501,0.14965579,0.1678154,0.16948126,0.17643122,0.17632395,0.1674365,0.16882059,0.15853444,0.17194356,0.18923713,0.12454039,0.13828765,0.14905795,0.14444779,0.14569294,0.079229645,0.1650165,0.17212762,0.15513496,0.1626118,0.68011785,0.6855576,0.66912782,0.63737768,0.63291138,0.69028991,0.65954059,0.63077271,0.63737768,0.63191152,0.29076269,0.62360799,0.66974598,0.66851085,0.67931598,0.13709898,0.15453778,0.15712042,0.16037324,0.2227833,0.3041825,0.31084859,0.3616921,0.38722169,0.38935757,0.47100863,0.3998667,0.4022122,0.42423216,0.44704264,0.2473207,0.24785194,0.24748391,0.23049062,0.21612635,0.15057722,0.11802394,0.11691999,0.083486393,0.083375022,0.016647246,0.10045204,0.10202347,0.12033695,0.18981881,0.12680624,0.12599994,0.12831225,0.12271775,0.12457733,0.12504466,0.13357872,0.12203107,0.12803715,0.12825102,0.15252565,0.10198878,0.1091306,0.10265081,0.10590656,0.11070792,0.11137235,0.11637878,0.13492793,0.14136447,0.086111456,0.11131037,0.1423884,0.15565656,0.15404522,0.16034536,0.1601873,0.16068228,0.1739995,0.18009067,0.19512653,0.20371939,0.20635799,0.21101341,0.19621022,0.18630964,0.18554893,0.17780122,0.18440552,0.18569724,0.17421721,0.1967022,0.20174256,0.19170064,0.19740917,0.22732413,0.22257739,0.20740293,0.20932643,0.2040628,0.20516354,0.20535596,0.21830763,0.20036171,0.19702855,0.20153908,0.20257458,0.20621242,0.21921362,0.22255529,0.26688719,0.27429616,0.28779739,0.30582222,0.31052285,0.29381806,0.30217409,0.29539189,0.33412889,0.32917184,0.35296005,0.3406404,0.34843206,0.36995336,0.35396069,0.18820843,0.19428824,0.19029546,0.20069091,0.17510489,0.18188243,0.17794608,0.18657389,0.1737624,0.18554389,0.17187168,0.17744668,0.18163937,0.18489304,0.18583347,0.152799,0.15442932,0.15331011,0.15201768,0.20341741,0.10655301,0.14641288,0.15904573,0.1590879,0.16023502,0.13257325,0.17405275,0.13412017,0.13583265,0.13815971,0.14417012,0.14437827,0.14532243,0.14526966,0.20120724,0.10995052,0.16691394,0.16703786,0.16750419,0.16750419,0.11231748,0.19109496,0.18896447,0.1920123,0.21293071,0.11378556,0.11452736,0.11917373,0.1237569,0.14677104,0.14702606,0.1608651,0.17029667,0.16072863,0.1786831,0.16565928,0.1569366,0.16183412,0.15775713,0.16312474,0.15830299,0.15852885,0.15954053,0.145255,0.19442645,0.16297263,0.14619884,0.14650822,0.14732362,0.14893265,0.083654009,0.13696285,0.15154067,0.16975047,0.13710369,0.13082583,0.12956297,0.13232163,0.1319506,0.14232966,0.13304231,0.12730347,0.13390802,0.14224455,0.14019082,0.157401,0.14356592,0.1299559,0.13270833,0.14238867,0.22798008,0.23741321,0.23150665,0.23064378,0.23446658,0.22479814,0.23368031,0.22834651,0.21883145,0.21991204,0.22594197,0.22682585,0.22479175,0.21946241,0.21544728,0.35035858,0.34775889,0.35374752,0.33671892,0.36569148,0.33755741,0.34288242,0.34318611,0.31171724,0.32944331,0.34317863,0.32786885,0.34606004,0.36448544,0.36632133,0.19207597,0.19606435,0.20168309,0.1915755,0.19769755,0.17285563,0.16925588,0.16533346,0.15501037,0.16154693,0.15082586,0.17570589,0.17449631,0.16763939,0.17911495,0.16285382,0.15680125,0.16613925,0.15922299,0.18420632,0.11244076,0.1457018,0.13892294,0.13982563,0.14119601,0.23501763,0.14382403,0.20472574,0.18062961,0.17317517,0.16059957,0.16783065,0.16858821,0.15910462,0.17883089,0.18462572,0.15695947,0.17388378,0.18114917,0.18090339,0.2711558,0.18493611,0.20305714,0.21015564,0.19661817,0.21764939,0.20972605,0.21812412,0.21067879,0.20521647,0.086956523,0.079957359,0.087306917,0.08751262,0.088105731,0.074840114,0.089114338,0.08898624,0.11784279,0.11115742,0.17531557,0.17576753,0.17639795,0.16522098,0.16586696,0.16558249,0.15449521,0.17108135,0.15948021,0.16082916,0.095613718,0.16844131,0.18051627,0.18075556,0.16954283,0.26087523,0.26167735,0.2708416,0.27979481,0.27834848,0.22555394,0.24762414,0.26358476,0.2623083,0.27087423,0.17776562,0.26726973,0.28165144,0.28281713,0.27882335,0.16827518,0.16691181,0.17160374,0.16977929,0.17017119,0.1506075,0.1524571,0.14621125,0.14459717,0.14999916,0.15056118,0.15285268,0.15574977,0.16361484,0.15941419,0.13553205,0.12941296,0.13039222,0.13061926,0.13136744,0.13336308,0.13537623,0.13613474,0.13613507,0.13037616,0.12170379,0.11826635,0.12383329,0.11885026,0.11464059,0.24478208,0.25268477,0.25105813,0.25915852,0.28400576,0.27710372,0.2809512,0.29140657,0.30453452,0.30802217,0.31641281,0.31610489,0.31747934,0.30882987,0.30328712,0.21363463,0.21356456,0.20984344,0.21855029,0.20996211,0.21804611,0.21630587,0.22075507,0.21168242,0.20330705,0.18669929,0.18081582,0.18118238,0.18562953,0.17707764,0.16338488,0.1631092,0.15687153,0.16647707,0.17801392,0.1485202,0.16049218,0.16595979,0.17164257,0.17065287,0.15520318,0.17464557,0.17970835,0.19398147,0.2115512,0.1428699,0.14304447,0.15511739,0.16594559,0.18331264,0.15944724,0.14459823,0.1619457,0.16952124,0.17175628,0.19479008,0.17745972,0.18298528,0.19036081,0.19564967,0.30439982,0.28720191,0.28001565,0.27240413,0.27602106,0.28435081,0.28615651,0.2863813,0.29635829,0.29601943,0.28803787,0.28011438,0.2779479,0.27622408,0.27590847,0.1379541,0.14283733,0.15996662,0.16044483,0.1715101,0.1601955,0.17179364,0.17936625,0.1787592,0.1893791,0.22900267,0.19837692,0.19765851,0.18992516,0.20319124,0.084997877,0.075163752,0.087307647,0.08745081,0.099822544,0.10095344,0.11272687,0.12492902,0.12498579,0.12593016,0.16876687,0.15808491,0.14760986,0.14913388,0.14947683,0.28595939,0.2912268,0.29205608,0.27855152,0.29638413,0.20908006,0.15196414,0.1835143,0.16960913,0.17128621,0.18043461,0.18155983,0.22326769,0.24051952,0.23385212,0.21556368,0.21473372,0.20802563,0.19980834,0.2013637,0.18532608,0.17819905,0.17107368,0.16469038,0.16453546,0.15995499,0.15893857,0.17608614,0.19021469,0.20872098,0.21336178,0.2105263,0.21513788,0.22764227,0.28589994,0.25518551,0.27399048,0.31425953,0.3011654,0.30797458,0.31541595,0.33855551,0.34542313,0.35265154,0.39512455,0.16377172,0.15765101,0.16773558,0.17618558,0.19853087,0.14797276,0.12884682,0.1491202,0.16406484,0.15918022,0.17855372,0.17921147,0.17393897,0.17909557,0.19594051,0.22228193,0.21537481,0.2302607,0.24367198,0.23796998,0.23210636,0.24964972,0.24594574,0.25083184,0.25662082,0.29000384,0.24434784,0.26358631,0.24421294,0.25041735,0.22540686,0.23964289,0.23791289,0.24358574,0.2299995,0.21811537,0.23812267,0.23374215,0.23183061,0.23563497,0.25766206,0.23845169,0.23144011,0.23764975,0.22921935,0.21456803,0.21048675,0.21520804,0.22398089,0.22580048,0.19559363,0.19929141,0.20383206,0.19587553,0.21188805,0.26789701,0.21948588,0.23856564,0.22816533,0.24921647,0.12668671,0.12422728,0.12793811,0.13779469,0.14996101,0.13539128,0.12913689,0.12655176,0.13192612,0.12920673,0.22266354,0.13621916,0.15177271,0.14887734,0.15303624,0.34303728,0.32960996,0.33709913,0.33614972,0.38081422,0.30875409,0.3542878,0.35671821,0.37991104,0.37509379,0.40089503,0.32993966,0.31927881,0.35896465,0.36698973,0.20413627,0.20500757,0.20428668,0.20924671,0.21122111,0.21016681,0.20020348,0.19868413,0.19711119,0.19752143,0.22070879,0.23160465,0.24572317,0.24765502,0.24431211,0.14671297,0.14552926,0.15939812,0.15326153,0.15996677,0.15902191,0.15139426,0.15400827,0.15510747,0.1602211,0.19560878,0.16796976,0.17285042,0.16681741,0.1760314,0.09767215,0.097620502,0.092768125,0.096207812,0.12694383,0.098526046,0.12956928,0.14910147,0.1484375,0.15237351,0.19012882,0.16224986,0.1650165,0.17541184,0.16596884,0.1800824,0.1799093,0.18167534,0.19002607,0.19136207,0.20725888,0.19473962,0.20298022,0.1974639,0.19736998,0.20811161,0.20020255,0.21747868,0.19817397,0.20231485,0.23237017,0.22530574,0.22843042,0.22428815,0.22112362,0.21240586,0.23183267,0.23373055,0.22306359,0.20937952,0.20311211,0.21472706,0.21045637,0.20607144,0.20818934,0.09275043,0.092172787,0.10436338,0.10111722,0.11721612,0.11389798,0.11301065,0.11742715,0.1144083,0.11934029,0.16716418,0.12086168,0.13064754,0.12282981,0.12510623,0.21808825,0.22359616,0.21404226,0.21907678,0.20389192,0.22835802,0.23584059,0.21802919,0.22299531,0.22681938,0.20946541,0.21963739,0.21934558,0.21897882,0.20620702,0.074346535,0.075208806,0.079700328,0.084158219,0.10465303,0.12145749,0.11424841,0.11878917,0.12713255,0.12785088,0.19355902,0.14074595,0.15444338,0.15511675,0.1661979,0.18905458,0.19736564,0.19745964,0.20078912,0.2042958,0.19609207,0.20315652,0.19759592,0.20738733,0.19923536,0.22898005,0.22255687,0.22294472,0.20499882,0.21119462,0.1896369,0.18589455,0.19074334,0.20859171,0.23893504,0.22941041,0.25201902,0.27592549,0.27656144,0.27934587,0.28987187,0.280063,0.26888004,0.30216849,0.310949,0.15279526,0.15236388,0.16017798,0.15418503,0.1750394,0.104126,0.12542167,0.11599931,0.11573082,0.1164044,0.13884671,0.1173913,0.14357814,0.15706806,0.16595335,0.36984769,0.34131357,0.38604379,0.3680259,0.37623376,0.37000972,0.374459,0.37431335,0.36768264,0.36106294,0.39339858,0.34216869,0.34861761,0.3474431,0.3563931,0.1754332,0.16540571,0.16521846,0.17003705,0.18675825,0.19237706,0.18546771,0.17723039,0.1800126,0.17993703,0.22065181,0.17874698,0.19060667,0.20252562,0.20387058,0.41050118,0.3991496,0.39765275,0.37441239,0.36094517,0.35026765,0.35345221,0.33565673,0.33167261,0.33193246,0.27724189,0.31461447,0.31923497,0.32014602,0.32784018,0.29827362,0.29823768,0.28742588,0.27338001,0.27857655,0.30012006,0.26487672,0.26347667,0.25169057,0.24549174,0.25297394,0.25989726,0.27565733,0.30184767,0.32994226,0.15009096,0.14281018,0.16314887,0.166394,0.15222862,0.16039892,0.16384868,0.16513942,0.16222984,0.1573903,0.16389884,0.15140821,0.15046883,0.15146568,0.15068683,0.15257584,0.15688625,0.1700359,0.1828675,0.18384163,0.17606471,0.19418366,0.18028757,0.1864713,0.20380731,0.21352313,0.21734188,0.21225715,0.21662682,0.20705085,0.27191994,0.2610217,0.27112517,0.2476763,0.25587979,0.22487552,0.22507016,0.2149861,0.20710365,0.22734238,0.24623039,0.20655361,0.23036757,0.25607538,0.23701514,0.22395568,0.2342388,0.22568269,0.20613375,0.19256335,0.16317672,0.17453721,0.1813983,0.16843152,0.15353192,0.17276011,0.17226644,0.17119311,0.17579842,0.16721873,0.14854856,0.14463706,0.14298147,0.13500883,0.14527644,0.14355859,0.13643411,0.13533209,0.1315257,0.12574789,0.16775809,0.13573743,0.13600747,0.13251515,0.13857189,0.33788559,0.35567492,0.34412214,0.33949229,0.33099619,0.3057524,0.31449914,0.31644437,0.30549166,0.30350298,0.2609641,0.29933256,0.30759951,0.29459706,0.31199738,0.40716612,0.40129894,0.39745212,0.3881188,0.42099133,0.35325366,0.32977846,0.34982777,0.31682956,0.31447384,0.27756068,0.34689543,0.35682425,0.3585203,0.37071362,0.22448586,0.22010981,0.22015241,0.21012971,0.21730207,0.20152099,0.20611145,0.20147267,0.19422132,0.19139671,0.20663582,0.18399908,0.19985127,0.20223376,0.20774834,0.15823828,0.15780649,0.16305766,0.16060129,0.16188934,0.13852596,0.14806132,0.16112362,0.15985522,0.16226937,0.18789704,0.17656741,0.19415736,0.188555,0.19125031,0.17437592,0.16570009,0.17040482,0.16143167,0.17551152,0.12502894,0.10202188,0.10658017,0.097824566,0.098135427,0.1792791,0.12166589,0.11234378,0.14101721,0.13240649,0.22708637,0.21638912,0.21963541,0.22027124,0.22965363,0.20313771,0.17344442,0.18046048,0.17492175,0.18121506,0.2099154,0.20432171,0.1998893,0.19999383,0.21826679,0.2162396,0.21122727,0.19906864,0.19634444,0.18083823,0.15166479,0.11299435,0.11928988,0.10884831,0.10509354,0.15789475,0.10991349,0.11351945,0.13436583,0.13930561,0.17191334,0.19178058,0.18348318,0.18084811,0.17956068,0.16407797,0.176229,0.17770079,0.17453791,0.16957225,0.18427387,0.18481159,0.18456738,0.1866094,0.18984467,0.19645363,0.1853759,0.18798929,0.19699326,0.19632156,0.18420984,0.17448372,0.17221135,0.16364911,0.16623808,0.16404115,0.16637638,0.1839878,0.18409909,0.19289206,0.19404131,0.19663973,0.21372946,0.20219219,0.21604569,0.2107093,0.22656433,0.23297584,0.20754693,0.23038194,0.19000104,0.22620633,0.22033243,0.22985257,0.23200968,0.10604149,0.10481883,0.1100048,0.12321133,0.1332704,0.12953725,0.14748859,0.16788064,0.16944139,0.17511247,0.19389239,0.16542156,0.17278963,0.17871691,0.18719776,0.18245086,0.17194615,0.17543136,0.17771974,0.17541879,0.19059098,0.19595793,0.18666282,0.18305519,0.19242057,0.17843425,0.18391715,0.18187642,0.17942876,0.17877017,0.2842328,0.27798721,0.26561999,0.25406548,0.24147493,0.24648304,0.2362255,0.23004889,0.22288728,0.2144171,0.1875028,0.2337646,0.23736097,0.23972848,0.24352029,0.26788631,0.28064832,0.30409002,0.30317467,0.31449267,0.29632515,0.31842306,0.29805616,0.32011765,0.30777234,0.27317667,0.32118753,0.33234861,0.33155197,0.33760825,0.21619512,0.22269033,0.22275415,0.20570821,0.19868153,0.19026369,0.20725389,0.20578797,0.18093769,0.19453035,0.16939881,0.20302552,0.20651163,0.21702288,0.20846315,0.21769637,0.22930428,0.21819188,0.21978502,0.21806617,0.25248766,0.23471427,0.23234731,0.25328723,0.24243261,0.21638277,0.21583973,0.21463992,0.21518232,0.21411809,0.2674447,0.25914699,0.25923812,0.2547743,0.2527653,0.20408602,0.18782949,0.1813488,0.16591509,0.16126978,0.16163334,0.1660988,0.1766258,0.18941812,0.18080105,0.11583012,0.11638056,0.12571318,0.11640315,0.17372841,0.19374213,0.23201856,0.25159669,0.25232917,0.25242719,0.18378797,0.24196671,0.26167861,0.28367406,0.29385835,1.0391333,1.030843,1.0535131,0.99863094,0.9806034,0.92402196,0.85309315,0.8994146,0.86102837,0.79726344,0.701087,0.81723017,0.81646073,0.82216811,0.81983161,0.25398767,0.26130685,0.25279707,0.25378674,0.22079948,0.23181212,0.23416516,0.24374785,0.22395667,0.20191193,0.21745099,0.2308975,0.22501487,0.22379078,0.22497579,0.19414377,0.18786548,0.19850722,0.19131635,0.20637649,0.20207323,0.19190325,0.18861994,0.18846193,0.19119959,0.20474592,0.20876282,0.23317963,0.23368166,0.24172358,0.21395016,0.21828839,0.23488836,0.23771206,0.24633084,0.24104531,0.240089,0.23553851,0.2218549,0.24641675,0.25339916,0.25866678,0.25724402,0.25223044,0.25434691,0.30981067,0.28555509,0.30676985,0.29073793,0.3128041,0.24162927,0.25129136,0.26436624,0.22999722,0.21820229,0.2738187,0.24087851,0.31290001,0.29937986,0.31978399,0.2058319,0.199533,0.21115947,0.20887952,0.21703975,0.19242154,0.18538024,0.18347076,0.18712811,0.18497498,0.1682758,0.19592971,0.20449467,0.23367929,0.23531884,0.10748835,0.10651518,0.12205754,0.12112822,0.13633266,0.11778563,0.14945202,0.1835781,0.18124896,0.17932834,0.13074031,0.1807427,0.18012117,0.18254232,0.18308921,0.31062332,0.3097094,0.33437935,0.31087554,0.31084386,0.28363046,0.25933081,0.26676062,0.26717749,0.26591742,0.26767677,0.2612409,0.26406661,0.25334415,0.30478513,0.334295,0.33706841,0.33516011,0.32704628,0.32447049,0.3321957,0.30634174,0.33427972,0.32624179,0.31420386,0.24105322,0.29280534,0.28554043,0.3022432,0.31377769,0.24448454,0.23834437,0.23735094,0.26263204,0.25773194,0.27592549,0.28775322,0.27508742,0.29162854,0.30012697,0.20770828,0.3331385,0.33924082,0.33141461,0.33087596,0.1696263,0.1693749,0.17457546,0.17402309,0.22456653,0.15576324,0.15623373,0.17544764,0.17063083,0.17071027,0.1241786,0.17465454,0.21113344,0.23137435,0.2321143,0.12474661,0.12398296,0.12322859,0.1387818,0.19161493,0.14752698,0.15365703,0.17628573,0.18395033,0.19476472,0.14807887,0.21161532,0.21910948,0.25276461,0.26896605,0.19029884,0.19949856,0.19667716,0.19112772,0.18351729,0.19612369,0.20429397,0.21574907,0.21471903,0.20358008,0.21689998,0.2102592,0.199077,0.2077105,0.20381571,0.24381234,0.24505253,0.24899659,0.22815681,0.240024,0.2038659,0.17458631,0.1753784,0.16104294,0.15419607,0.15056171,0.15572685,0.17174083,0.16864729,0.17633228,0.20580669,0.20547442,0.19844186,0.22003813,0.24145754,0.23388395,0.2625246,0.25502768,0.27114171,0.2804842,0.26215264,0.28590778,0.33682922,0.36123282,0.40064719,0.28745165,0.2803584,0.29021218,0.28806031,0.29853928,0.22498676,0.24094473,0.23043284,0.22961514,0.23914643,0.25061995,0.24306473,0.23906288,0.25595221,0.27881041,0.1827285,0.1840536,0.20749193,0.22045362,0.24076442,0.25266808,0.26878667,0.28600848,0.29657796,0.30487803,0.29464662,0.33055311,0.32108316,0.3359375,0.339371,0.33766037,0.32805014,0.30633456,0.2860764,0.27649108,0.19614837,0.15871896,0.15514262,0.1398357,0.12884803,0.16311516,0.12522174,0.13301131,0.16144316,0.16113213,0.15939321,0.15431248,0.15526229,0.16583748,0.1734848,0.17390329,0.17491396,0.17458887,0.17670865,0.18326557,0.17283097,0.20212519,0.18676315,0.19410622,0.21979327,0.30280805,0.29792622,0.2942397,0.29158264,0.29107019,0.30091026,0.29943952,0.29806989,0.29519385,0.29494768,0.283562,0.29171243,0.29415739,0.29750642,0.2895259,0.16052757,0.15858048,0.16260162,0.17344953,0.20739862,0.16325505,0.16679175,0.18643576,0.17435344,0.1779433,0.18201374,0.1922434,0.19776984,0.20588236,0.19849651,0.19319671,0.19430348,0.18587787,0.18900542,0.20925312,0.18858379,0.19172829,0.19734155,0.19393392,0.18630333,0.2027438,0.18932565,0.20058146,0.19795299,0.20884326,0.22513704,0.21988761,0.22524728,0.20945978,0.23780635,0.18663859,0.19068503,0.19494104,0.18590905,0.18102135,0.21522862,0.19482063,0.19652015,0.21126422,0.2064231,0.22104146,0.22397381,0.22259322,0.21426123,0.24024025,0.26502523,0.26110777,0.27085122,0.2609179,0.26560426,0.22676708,0.27577886,0.30612683,0.31913057,0.33424491,0.28495157,0.27714866,0.28660139,0.27227795,0.27878284,0.24170254,0.24380213,0.25291142,0.23197769,0.23103468,0.27220839,0.22898075,0.23123758,0.23304592,0.22379817,0.24820739,0.24344312,0.24320851,0.25228202,0.26135999,0.2305316,0.23676881,0.24120975,0.2412993,0.24670669,0.21426243,0.24485567,0.2451096,0.26447532,0.26186734,0.12049512,0.11621765,0.12357121,0.12343139,0.17236134,0.11805215,0.14776869,0.14604226,0.1540387,0.15178826,0.16957135,0.19876952,0.20198135,0.16155089,0.21925643,0.24437764,0.25613025,0.26452595,0.24798754,0.22909287,0.22098543,0.22882032,0.21958058,0.21829282,0.21403188,0.20119911,0.20734952,0.20568751,0.21236692,0.21124843,0.1869497,0.18173006,0.18149918,0.16352734,0.16959418,0.15233685,0.13475437,0.14147751,0.12393878,0.12464166,0.16986474,0.15141,0.14623602,0.1411342,0.16851383,0.25874984,0.27311212,0.2579419,0.27423558,0.2743108,0.18975332,0.21528524,0.24106067,0.25578892,0.25448701,0.2393617,0.26766595,0.23179711,0.23338825,0.22145328,0.16332272,0.16468638,0.16640954,0.17045553,0.16275205,0.16726498,0.18097296,0.19236286,0.18646134,0.18939076,0.18684001,0.19627738,0.19850266,0.18950975,0.19569257,0.23253042,0.2283791,0.23556414,0.21827441,0.23614895,0.19273625,0.18088634,0.18718676,0.15866235,0.17707761,0.19197424,0.18625443,0.19435737,0.20809686,0.20389958,0.26379985,0.26829222,0.27275923,0.28285053,0.28950334,0.27744785,0.29762745,0.29377368,0.2954044,0.29507861,0.31864244,0.31941506,0.31401366,0.31479633,0.32439625,0.62012404,0.6311239,0.6697982,0.70502549,0.68559372,0.68035263,0.68023169,0.64146757,0.60172093,0.62961614,0.56662399,0.63833052,0.66903037,0.67694968,0.67839664,0.14226438,0.14030164,0.13956733,0.15135638,0.17423627,0.08115001,0.12753624,0.12859482,0.15112765,0.15234971,0.1529232,0.15341043,0.15502027,0.2029366,0.22809124,0.14467648,0.13830997,0.15192153,0.14879039,0.16312918,0.16409232,0.16565044,0.16449077,0.1625738,0.16554894,0.19052394,0.14939992,0.18352871,0.18170211,0.19749619,0.12845451,0.12370834,0.14454001,0.13700606,0.15437639,0.13982002,0.14202528,0.13812155,0.14842038,0.15633883,0.19088018,0.17034566,0.17187053,0.15819372,0.16843463,0.18442132,0.18384433,0.19136721,0.18300468,0.20122735,0.20059319,0.20677178,0.20183089,0.20117813,0.20004639,0.2047841,0.19780667,0.20062384,0.20637098,0.21350098,0.15568992,0.15565048,0.17300415,0.17264323,0.18687558,0.21926673,0.22962111,0.22632562,0.25224316,0.24981897,0.25323784,0.27026051,0.25988087,0.2812534,0.2803033,0.23370038,0.22089858,0.22583202,0.21947327,0.26024985,0.2131853,0.21747886,0.22211452,0.20103736,0.21161437,0.29226708,0.2203542,0.24185283,0.26295245,0.27040315,0.33622772,0.32905349,0.31012213,0.30992061,0.29521686,0.25169349,0.24235357,0.23437738,0.22997549,0.22641508,0.24898756,0.25821948,0.2613633,0.26773357,0.2693643,0.072966076,0.073782586,0.074450925,0.062111799,0.074822299,0.050428644,0.037859667,0.05081946,0.051632889,0.052110471,0.091205209,0.039672047,0.080128208,0.10758472,0.13482541,0.44682753,0.45433891,0.48054919,0.48109964,0.5340144,0.33128256,0.33143941,0.40524435,0.40953988,0.46948358,0.24881813,0.47547546,0.48630661,0.46248716,0.4133299,0.14992504,0.15349194,0.14696619,0.16730569,0.19547613,0.21571219,0.18778691,0.20230205,0.21640489,0.20332329,0.25774992,0.21832523,0.21950011,0.22090785,0.25602731,0.14602804,0.1472971,0.1490313,0.13311641,0.18570793,0.21556529,0.210226,0.22892025,0.21621622,0.24813895,0.19414459,0.23333593,0.23627628,0.25330484,0.25340515,0.088183418,0.090036012,0.091296412,0.09260688,0.10886469,0.094876662,0.09577015,0.11250402,0.11290322,0.11408083,0.08187326,0.14955135,0.15303519,0.13605443,0.1380977,0.14214641,0.13708287,0.14324984,0.1387497,0.15278254,0.13706453,0.15303975,0.16496585,0.16093804,0.15315695,0.14190926,0.18752392,0.1663443,0.15553309,0.18706886,0.17887969,0.18080069,0.18364388,0.17629713,0.15708625,0.18500878,0.19374676,0.16124487,0.16563083,0.16003676,0.15089048,0.18865916,0.17459427,0.17104192,0.16526318,0.17142203,0.17524476,0.18784022,0.20966758,0.21993022,0.22641508,0.20399682,0.23726133,0.24948968,0.26934749,0.21688673,0.28853452,0.27821183,0.29966241,0.30280089,0.060054909,0.05955926,0.051312752,0.055204041,0.063216455,0.033566903,0.049887754,0.045385152,0.041387305,0.049621634,0.090575978,0.053359602,0.089946441,0.081456438,0.077242054,0.21363464,0.21477664,0.21638778,0.20651235,0.21042563,0.15841773,0.10497686,0.11391144,0.094544768,0.099923871,0.14807031,0.11486551,0.12883523,0.14293882,0.15175226,0.078581601,0.079047479,0.079078734,0.084404945,0.085000001,0.075112671,0.085388519,0.085867263,0.085620753,0.084983006,0.17706078,0.10371907,0.11683949,0.11665209,0.12088975,0.045754623,0.039827414,0.046898033,0.046857219,0.060060062,0.10023388,0.066974752,0.08689259,0.093601659,0.10204776,0.053651664,0.10031431,0.1067592,0.093308449,0.093507886,0.18939394,0.17402455,0.18721333,0.17162472,0.20227316,0.19554165,0.208065,0.21111894,0.18283392,0.19619991,0.12419789,0.33783785,0.34288019,0.34298396,0.37536776,0.088859789,0.080094233,0.089796305,0.090372905,0.11463507,0.076288559,0.086405531,0.086252332,0.086780444,0.081955358,0.11997312,0.10552065,0.13059251,0.13125274,0.14595699,0.12265758,0.11043622,0.11936526,0.13309982,0.18384953,0.10712755,0.14264318,0.15012869,0.1435235,0.15771739,0.17918578,0.14510629,0.15303892,0.16921718,0.17878427,0.15934943,0.15999117,0.15426998,0.15913081,0.16440158,0.14275518,0.098188952,0.11462256,0.1191766,0.13002492,0.14593807,0.14659573,0.15763441,0.14722723,0.1577802,0.13796374,0.13305995,0.13867489,0.1409319,0.14668949,0.13857535,0.15719387,0.166438,0.14903466,0.15371053,0.13830945,0.17738561,0.16928215,0.17015015,0.18282381,0.15362163,0.15497869,0.14189988,0.15899515,0.21582735,0.19386107,0.19647972,0.23041475,0.21641417,0.24261691,0.27283999,0.23288697,0.25085708,0.21019,0.20309724,0.022782503,0.022741055,0.023182133,0.023492562,0.039398,0.031844601,0.031738475,0.039872408,0.040093016,0.048134778,0.12886597,0.040257648,0.056993973,0.057273772,0.090186112,0.3154231,0.30411643,0.29306415,0.28011206,0.26861501,0.20697168,0.1739887,0.18581267,0.15189324,0.17338535,0.26881722,0.16106518,0.17115961,0.19446845,0.19516426,0.092165902,0.092721373,0.10534941,0.12363851,0.14740567,0.14838557,0.1665477,0.20926756,0.1976403,0.19751017,0.22222222,0.23481245,0.26552412,0.25488529,0.26634383,0.17194133,0.16730531,0.16876259,0.1634254,0.15796928,0.087580055,0.060201403,0.076674521,0.054917898,0.060489412,0.15480733,0.061141681,0.07252036,0.078802206,0.073438026,0.19553073,0.1884183,0.19533217,0.19562368,0.20202836,0.17180394,0.20005253,0.2026671,0.20282741,0.1994018,0.15888211,0.21380575,0.20936389,0.21946624,0.21698764,0.17705382,0.17099057,0.15900123,0.17106117,0.1947937,0.14775413,0.15413801,0.14765814,0.15401931,0.14754485,0.22180714,0.15654896,0.17896317,0.20700362,0.21505377,0.12546445,0.13656142,0.14012456,0.14431852,0.12701689,0.14705327,0.12999038,0.13690758,0.13356076,0.1457613,0.16062208,0.18910092,0.18281282,0.20052405,0.19350843,0.19897003,0.18630648,0.19799674,0.21092102,0.20901068,0.19806595,0.15082957,0.17289074,0.2074928,0.17239398,0.17113519,0.18281536,0.20715848,0.2057378,0.20566727,0.19664545,0.19610105,0.19760549,0.22157435,0.25641027,0.2900905,0.26819029,0.31508926,0.30743763,0.31742299,0.37946165,0.33890098,0.35117462,0.40019402,0.41177183,0.086880974,0.087460369,0.093043618,0.093457945,0.10516993,0.07797271,0.066826306,0.088982813,0.089686096,0.095747679,0.12393668,0.10764872,0.11381096,0.1143576,0.12055801,0.22956949,0.22477284,0.22120667,0.21195216,0.21695183,0.21075077,0.21894905,0.22633439,0.19883186,0.20802891,0.14633662,0.23443736,0.238456,0.25729838,0.28350452,0.20656136,0.19421011,0.18959086,0.18360977,0.20598571,0.13818793,0.095998086,0.078153178,0.07189934,0.07200288,0.11399773,0.088815205,0.088365242,0.1122003,0.16540644,0.13789083,0.14505464,0.15146075,0.15220192,0.15144481,0.1410173,0.14574064,0.15630087,0.14375426,0.14739424,0.15232211,0.17228258,0.16066872,0.16565779,0.15944175,0.19099592,0.19283746,0.22191401,0.2610966,0.27480337,0.25648332,0.28743893,0.28799078,0.31584993,0.33780521,0.3696498,0.36709991,0.39144835,0.44404078,0.506791,0.12714557,0.12390436,0.12013122,0.11109054,0.12141023,0.10267899,0.098753825,0.12378006,0.090865619,0.11461865,0.11996737,0.11442193,0.115307,0.12664393,0.13254787,0.088999644,0.090036012,0.095980808,0.084129557,0.096466899,0.078692496,0.066320993,0.072740495,0.07960321,0.073855244,0.16554262,0.062119517,0.068297528,0.13075966,0.15598677,0.037456691,0.037671879,0.046842795,0.056311592,0.083986565,0.10217351,0.093466677,0.083650902,0.10289991,0.10322823,0.224656,0.11229647,0.14254491,0.19963875,0.20147751,0.23764853,0.24130049,0.26968023,0.21955314,0.28739387,0.24947479,0.23615849,0.30096832,0.25370541,0.26834831,0.2825619,0.2712968,0.2939941,0.24052067,0.22730501,0.1063727,0.098522171,0.11875309,0.13005203,0.14095852,0.22448979,0.20809489,0.26183495,0.26553375,0.26798156,0.20353508,0.24683408,0.26169446,0.28437054,0.32594526,0.016170762,0.016235085,0.016165534,0.016196955,0.03230235,0.008060616,0.024123512,0.032475438,0.032365076,0.032136258,0.088374704,0.032079559,0.040222026,0.064929798,0.056556512,0.044115052,0.04454343,0.044535492,0.05289606,0.096584424,0.13334519,0.16143498,0.1709248,0.17213264,0.20111527,0.1916758,0.22089276,0.2412993,0.25290373,0.27080026,0.14004749,0.13550135,0.14078473,0.14664549,0.15965612,0.17834081,0.14866205,0.16263214,0.15759945,0.16519473,0.21744692,0.17467815,0.20225747,0.19565643,0.19764148,0.090841524,0.092019409,0.10130002,0.10079799,0.10981584,0.092952512,0.08525876,0.086355783,0.086767897,0.07914871,0.21199539,0.079808459,0.13433638,0.15377657,0.19113499,0.12761205,0.12855536,0.13531066,0.14186719,0.15965647,0.15578057,0.13971944,0.15740064,0.16958733,0.17678927,0.21690735,0.18970969,0.21281491,0.21783994,0.20724195,0.2103921,0.21164699,0.22047856,0.22015022,0.25953802,0.22132534,0.23458882,0.23061211,0.24755788,0.26048625,0.21444845,0.29061911,0.28233024,0.27051398,0.2789984,0.23106042,0.23030184,0.22403665,0.2274413,0.21260816,0.22108676,0.24107054,0.25541529,0.22652286,0.23265022,0.27337343,0.23174401,0.23924638,0.20848845,0.22542831,0.15099658,0.15139282,0.15212981,0.15293638,0.1633987,0.12295082,0.093129136,0.083021998,0.093506493,0.094063543,0.041845381,0.09431985,0.10438414,0.10531859,0.10592098,0.057820179,0.058055151,0.088443398,0.098483354,0.1284458,0.1196053,0.10958358,0.13085052,0.14125718,0.14223306,0.18374847,0.13278855,0.13368984,0.13436693,0.13507897,0.038441822,0.02596054,0.039287582,0.039624885,0.06705109,0.081422172,0.1103905,0.12451576,0.12474012,0.12693934,0.028256569,0.19776805,0.21153574,0.2664423,0.35587189,0.069934517,0.069321908,0.075419523,0.080936372,0.086913332,0.10431368,0.06100909,0.11037528,0.11630042,0.11581129,0.14092274,0.12841679,0.11096726,0.11618663,0.10982306,0.10839041,0.11348497,0.12411876,0.13897161,0.15387671,0.14907573,0.15926737,0.15488383,0.16567098,0.18648253,0.21164021,0.18761726,0.20312819,0.19445297,0.19013362,0.2040159,0.20333362,0.21037494,0.21218471,0.23376279,0.22410758,0.22795539,0.26098421,0.24256799,0.26031074,0.22273529,0.26748186,0.28726196,0.32655728,0.36619109,0.15442584,0.15425433,0.14878184,0.17907867,0.17180023,0.15936255,0.14023535,0.15662651,0.17462516,0.17876296,0.24959885,0.18189286,0.16911593,0.19010311,0.19444127,0.26198915,0.24835749,0.24184848,0.22798763,0.19597784,0.2078138,0.21762964,0.202343,0.17071424,0.16786793,0.18670222,0.17572327,0.18988775,0.17232627,0.18115306,0.29616469,0.28636318,0.29088399,0.28913066,0.28622714,0.24265954,0.2272947,0.23073596,0.2110514,0.19939695,0.19855683,0.1977047,0.19897118,0.2146865,0.21467602,0.087581009,0.079162635,0.088261254,0.071517967,0.090407737,0.11947431,0.1213479,0.12163174,0.12241055,0.12319939,0.076204993,0.15436566,0.17311022,0.1358432,0.12713936,0.12786236,0.13008514,0.1259748,0.10892587,0.11559287,0.085958131,0.056092244,0.069278248,0.051004142,0.051183619,0.12903227,0.058532778,0.065108404,0.078559734,0.085391492,0.25309116,0.25110191,0.25162339,0.24299014,0.23505618,0.18974811,0.17910777,0.17713812,0.15913342,0.17012493,0.21474189,0.17420624,0.2134292,0.21217006,0.21584776,0.20169988,0.20323217,0.21225898,0.21734715,0.21884486,0.23503581,0.24813895,0.24485037,0.23974146,0.2578288,0.23451427,0.22940925,0.21365437,0.21514131,0.21577547,0.19714145,0.19697964,0.21267894,0.22894521,0.21461,0.20232676,0.17641129,0.18499832,0.21132712,0.21023126,0.29890108,0.24628375,0.26478377,0.24796318,0.27730566,0.10673498,0.10654166,0.10683762,0.10656437,0.10517459,0.095117316,0.075018756,0.075431034,0.10944512,0.11175681,0.033764772,0.1131862,0.12567121,0.14921947,0.14989047,0.13619339,0.13693941,0.13710369,0.12818322,0.15395142,0.09420228,0.068941742,0.078016639,0.069294065,0.069222115,0.043185353,0.085360646,0.12744264,0.13693941,0.16246259,0.2420101,0.24745476,0.25153717,0.23479043,0.23756193,0.19439603,0.16380553,0.16863407,0.18044725,0.16763377,0.12712942,0.22239166,0.23651239,0.24558909,0.30106977,0.18834926,0.17851564,0.16522282,0.18505146,0.20233811,0.18704908,0.19284241,0.20993389,0.21794245,0.20121625,0.19663927,0.22660625,0.25880149,0.26791695,0.26855251,0.18066284,0.17800693,0.16885668,0.17513135,0.18701331,0.14035515,0.12276919,0.13221551,0.12531702,0.13146888,0.1354035,0.12608448,0.13208453,0.127011,0.15034428,0.32523632,0.33236921,0.34608239,0.32235956,0.27951953,0.28502244,0.27524558,0.2708464,0.2640034,0.25819266,0.29450744,0.31712732,0.31879684,0.33345506,0.35700315,0.24735469,0.24142927,0.26124018,0.29409754,0.29221883,0.25494799,0.21690549,0.2493602,0.27606153,0.2656748,0.24566762,0.27315122,0.27616867,0.28948432,0.33889115,0.036805302,0.037257824,0.036961745,0.036934439,0.064231969,0.055555556,0.073827982,0.083240844,0.073971339,0.092910901,0.009275578,0.093300991,0.10235415,0.1025641,0.1112347,0.74932563,0.81135899,0.77622306,0.85548425,0.97097409,0.86765623,0.88616943,0.93388522,0.90909088,0.9732886,0.57415229,1.1453269,1.1055167,1.0229897,1.0691614,0.324797,0.31304783,0.31697732,0.2891627,0.30116701,0.16341923,0.12640627,0.1142567,0.13917004,0.13881877,0.037622273,0.12437811,0.12408488,0.12540758,0.11299435,0.33918425,0.33017638,0.36241493,0.37463206,0.37530157,0.30319244,0.26836032,0.28230581,0.30490622,0.32398409,0.22392239,0.32839182,0.35974628,0.38336208,0.38321516,0.20100023,0.22030652,0.21553272,0.2088635,0.20115906,0.18141022,0.17558429,0.1795629,0.190521,0.17764065,0.19186673,0.18701638,0.19347319,0.21192855,0.23055963,0.15928851,0.16053513,0.16207455,0.1625796,0.17165613,0.15118197,0.10303613,0.11094931,0.11163829,0.1110186,0.19479616,0.12674271,0.12705584,0.12821425,0.14218684,0.25769508,0.22978601,0.28989708,0.30487803,0.30598864,0.20762272,0.20855057,0.24242425,0.2720266,0.27654016,0.29507688,0.28526151,0.30724451,0.30620468,0.27406093,0.47228289,0.47556773,0.47255546,0.48300317,0.49300548,0.42398918,0.42863265,0.4367618,0.42902446,0.42807677,0.42708203,0.45211929,0.46360981,0.48849466,0.52113491,0.16773558,0.1691374,0.18189168,0.17439476,0.21531835,0.20614307,0.20863761,0.22971702,0.22137886,0.23133543,0.18117872,0.23504275,0.2802026,0.29463115,0.30752334,0.15279453,0.14891133,0.14557807,0.16091399,0.1836914,0.18014412,0.18413258,0.18886121,0.18073741,0.21683264,0.20804161,0.22953327,0.22513469,0.24089614,0.26558289,0.17437805,0.17720023,0.16756433,0.17135863,0.1749344,0.11486918,0.064985707,0.10434329,0.10652463,0.12170385,0.15114042,0.15256588,0.12576859,0.23819532,0.22456141,0.23214519,0.25755838,0.25315139,0.24003482,0.24964046,0.2691527,0.26355329,0.24235879,0.25983623,0.23934965,0.20936474,0.20166263,0.20334679,0.20005931,0.19159709,0.32264659,0.35587189,0.36405984,0.37716305,0.32864687,0.35920975,0.36977118,0.37483972,0.36390972,0.37014991,0.37168351,0.3477312,0.35846153,0.38027319,0.37014386,0.17986563,0.17921147,0.19006388,0.20461699,0.21982624,0.17366593,0.17320107,0.19331244,0.19973719,0.21099271,0.27005559,0.20675395,0.21308333,0.23067433,0.23528154,0.21957913,0.22160664,0.24349128,0.24381097,0.31865042,0.24509805,0.19120459,0.2114978,0.23237799,0.23442078,0.097484894,0.2356175,0.23631351,0.21855752,0.27816412,0.087100424,0.087696224,0.098929763,0.091182642,0.10118664,0.074654728,0.046698421,0.037979491,0.057279237,0.048346546,0.067658998,0.10752688,0.098318748,0.10953994,0.12944339,0.26794609,0.2667459,0.25871995,0.26194575,0.24218279,0.28824988,0.30138412,0.25675142,0.26077715,0.24697094,0.235165,0.22267716,0.2244782,0.22578923,0.22748882,0.22254623,0.2078522,0.22534774,0.2262267,0.24313727,0.21519089,0.1923077,0.20006402,0.18641594,0.19728731,0.13157895,0.20774472,0.25658005,0.31783205,0.31767264,0.11705527,0.1157987,0.11814451,0.12377004,0.15055151,0.13444968,0.16930193,0.14479637,0.13487592,0.15184446,0.17208129,0.16452684,0.16888449,0.16507863,0.18156143,0.1522108,0.14951408,0.16242291,0.16327924,0.13896608,0.14719367,0.16403309,0.15715276,0.15028861,0.1500812,0.12056936,0.15392058,0.16545479,0.17729928,0.18752095,5.8283567,5.9181414,5.9832377,6.1397672,6.4842849,6.3856678,6.4190865,6.5489373,6.6996551,6.9870462,6.1646929,6.3829789,6.3533707,6.2799997,6.3103447,0.10034403,0.10153757,0.088066936,0.13339262,0.10464942,0.13774104,0.091505259,0.093052112,0.12602393,0.14162077,0.1586546,0.12742911,0.12832852,0.16134237,0.16260162,0.15471053,0.15522876,0.16443312,0.1916028,0.23169217,0.23058553,0.17177914,0.21105608,0.20888567,0.22351721,0.25542784,0.24661894,0.24595365,0.27760154,0.23760495,0.1796484,0.18144116,0.18130018,0.18248175,0.20874102,0.13092433,0.11749347,0.13003901,0.129887,0.13109596,0.06624271,0.14645188,0.14757177,0.1613337,0.16183412,0.23328798,0.24202299,0.23466308,0.24335665,0.23523481,0.21196485,0.24597496,0.24818094,0.23741557,0.25083849,0.2551378,0.27090329,0.27718067,0.27706313,0.29795685,0.16917154,0.1630964,0.17382067,0.18726148,0.19960548,0.19151342,0.20145774,0.19613087,0.18701869,0.20903192,0.22674268,0.23135257,0.19371182,0.20655932,0.19175056,0.17858867,0.17565514,0.18476407,0.18876828,0.21168502,0.18266979,0.1490313,0.17602372,0.17522827,0.17978978,0.16595215,0.1924046,0.21898809,0.19542789,0.20373976,0.089179553,0.090157777,0.090022504,0.075597219,0.12193263,0.16938712,0.1698055,0.20388958,0.17260316,0.20334741,0.093720712,0.21988377,0.25153279,0.24926001,0.25050884,0.24357508,0.24722189,0.2395723,0.24379712,0.23380095,0.23079714,0.24394041,0.2500456,0.22992711,0.24010858,0.23737308,0.24381842,0.25465757,0.25192967,0.26448599,0.22924095,0.23303987,0.24554941,0.23659307,0.25616112,0.18518518,0.14365236,0.17294738,0.16472957,0.18320051,0.2213818,0.13978194,0.15041836,0.15254076,0.17914388,0.061133318,0.061153445,0.066090733,0.066647626,0.066539928,0.056980055,0.033314295,0.033209983,0.047664445,0.05231867,0.11871409,0.071296163,0.076016724,0.086239941,0.11084337,1.4732238,1.4952147,1.5116981,1.5523477,1.551819,1.6154848,1.652548,1.7075986,1.7292638,1.7257165,1.7518334,1.6842002,1.6115327,1.6231322,1.5611889,0.08867494,0.089778125,0.076972418,0.077579521,0.1034795,0.11624903,0.091515228,0.10450686,0.13102725,0.13140604,0.11851461,0.15831135,0.14621826,0.17248242,0.15772872,0.15355623,0.16273969,0.14329727,0.15183285,0.1665701,0.14580448,0.13982926,0.15564778,0.13457943,0.15080681,0.18936525,0.17628573,0.23813182,0.22361015,0.24083282,0.72257346,0.71272314,0.69454288,0.70301288,0.71823603,0.73545474,0.74052352,0.73089701,0.7226941,0.70858502,0.68893212,0.77170902,0.72697294,0.75641811,0.77447337,0.64268941,0.63453329,0.60174382,0.61050063,0.62955189,0.49462101,0.52349496,0.49751243,0.45354253,0.45673373,0.50636035,0.57185477,0.63211125,0.68859982,0.72362578,0.5239343,0.52169788,0.5230934,0.52740741,0.5136683,0.49214348,0.52064842,0.49217269,0.51129609,0.49513704,0.52681428,0.54234463,0.5835765,0.61066872,0.60639137,0.56689346,0.58162075,0.56996852,0.51495343,0.57953638,0.46147671,0.53967619,0.50740814,0.4954583,0.5120852,0.72254336,0.54933876,0.53399056,0.65106815,0.7802875,0.46870005,0.47891685,0.4804219,0.46408758,0.47827676,0.39947703,0.41514933,0.40011638,0.3917405,0.38872337,0.37177405,0.40095359,0.41415387,0.47035658,0.45858094,0.76142132,0.7613222,0.77631581,0.76381117,0.78093976,0.77323025,0.64709806,0.67828166,0.65445888,0.67955399,0.61297131,0.65000337,0.61291844,0.63496351,0.73091501,8.3201046,7.977262,8.1268673,8.3244085,8.1049452,8.2680683,8.1198692,8.4097252,8.0796957,8.8347378,8.1197443,8.1949167,8.2464838,8.2687855,8.1497345,0.85621887,0.85484356,0.88469237,0.85495281,0.90543097,0.90651828,0.9076466,0.89389998,0.87464005,0.94030511,0.84947592,0.89873999,0.84346503,0.84259427,0.8446278,0.56310034,0.5731625,0.56515956,0.57783818,0.60080111,0.2363268,0.4069176,0.42253524,0.42704627,0.39582583,0.5368647,0.50107372,0.65359479,0.70344317,0.70816249,3.5451195,3.6084905,3.562037,3.7653875,3.6965451,3.8355477,3.779979,3.8062282,3.5876842,3.8471959,3.3606558,4.3718872,4.4026923,4.5685282,4.8647094,3.445065,3.7559316,3.5744872,3.5278707,3.5888627,3.7287354,3.6376114,3.6901717,3.8305707,3.846154,3.6904817,3.8650508,3.8953078,3.8654737,3.8606129,0.095026925,0.097307816,0.098911963,0.10145417,0.13689254,0.1388889,0.209351,0.21352313,0.21598272,0.21873862,0.33088237,0.25906736,0.18712574,0.2245509,0.26051357,0.83263946,0.83577102,0.84317029,0.80372256,0.84817642,0.3916449,0.35523981,0.5,0.49438202,0.49063334,1.2267151,0.56179774,0.64249659,0.95628417,0.94339621,0.38518184,0.38946161,0.39502731,0.40032965,0.44986388,0.34343913,0.34287065,0.3518236,0.34810862,0.3764706,0.31567872,0.48144668,0.36427733,0.42877561,0.4797889,0.22465326,0.22794846,0.23120224,0.21242161,0.26696786,0.19505185,0.26150629,0.2519685,0.25154597,0.25144055,0.38873714,0.3511759,0.40447047,0.40619987,0.38581073,0.4702194,0.47575897,0.48952642,0.50028425,0.58661145,0.52192068,0.55478501,0.62046361,0.61894196,0.66542143,0.68524969,0.68075114,0.70480442,0.73555583,0.73424917,0.25575447,0.25201613,0.25562373,0.26178011,0.31496063,0.15535991,0.10857764,0.10863661,0.10515247,0.10649627,0.36939314,0.053022273,0.05235602,0.20822489,0.35915855,1.813329,1.8114839,1.8102508,1.8016528,1.7099431,1.7145402,1.861011,1.8285936,1.7445706,1.7405719,1.639796,1.7357949,1.7648356,1.793561,1.7538975,0.91997284,1.0121247,0.97051913,1.0328493,0.91835678,0.91360837,0.87762195,0.88381886,0.82057595,0.7981317,0.811535,0.88010204,0.94706106,0.91757113,0.92954737,0.0867052,0.086956523,0.088731147,0.090854026,0.12349491,0.31969309,0.38622466,0.42721,0.43449196,0.40268457,0.40650403,0.41124058,0.41710114,0.37813681,0.34602076,0.43413094,0.45981818,0.44976729,0.43663582,0.43253949,0.42520097,0.42204949,0.40094581,0.39774445,0.40547392,0.40022293,0.4617883,0.49156234,0.50310588,0.52169424,1.1893203,1.216693,1.2215978,1.2156188,1.2354923,1.0167768,1.0206653,0.9514271,0.96213919,0.97382069,0.83018869,1.2205864,1.3346891,1.3522134,1.3000255,2.4020667,2.3432641,2.4299867,2.4302404,2.4259248,2.4119756,2.3734221,2.3708894,2.3731768,2.350076,2.3710971,2.3546679,2.307183,2.2991514,2.2762594,0.34944671,0.35545021,0.36264732,0.37232393,0.4333024,0.43832186,0.32488629,0.32594526,0.35971224,0.36569148,0.45916694,0.42975205,0.53709298,0.4726536,0.46326938,0.74603671,0.76263112,0.76238883,0.74505991,0.74845427,0.8549819,1.0770785,1.1568561,1.0832769,1.1324639,1.0793872,1.1453114,1.1219147,1.09558,1.2996658,0.18212281,0.18121852,0.18523899,0.19994912,0.22580764,0.20416349,0.21697465,0.20570192,0.21420923,0.22572568,0.25292444,0.23632446,0.23024054,0.23059714,0.23788181,0.38249692,0.38598117,0.35831127,0.310559,0.31070375,0.53091818,0.54137665,0.56896818,0.49451399,0.48196515,0.49147597,0.51004636,0.6024096,0.65758574,0.73725486,0.43941936,0.46564308,0.44936231,0.46948358,0.46180129,0.39451489,0.4523015,0.44584024,0.43427992,0.4214876,0.43768409,0.40386635,0.40376851,0.45269597,0.41726115,0.4547689,0.50027966,0.49404335,0.45841724,0.44320473,0.42962232,0.45895907,0.43210644,0.37282133,0.37698293,0.38423181,0.39503878,0.41107312,0.41483092,0.39294422,0.7841087,0.81999999,0.77722263,0.78618836,0.8070519,0.75214475,0.71161926,0.67226237,0.68082476,0.7267105,0.69137698,0.66818583,0.65703022,0.65171856,0.6519872,0.67875737,0.77279752,0.83095485,0.87897724,0.85822678,0.92623347,0.88422114,0.92304385,0.86867481,0.81491584,0.86050212,0.88382763,0.81952095,0.79057801,0.85507321,0.16196954,0.16425756,0.16567263,0.16966406,0.17265193,0.07042253,0.035410766,0.072542615,0.07558579,0.07437709,0.22296545,0.074460164,0.073610604,0.072516315,0.11086474,0.34188035,0.34530386,0.34650037,0.3166784,0.53840631,0.47067344,0.47255546,0.48023644,0.48707378,0.50154316,1.1175337,0.53070509,0.50212437,0.53970701,0.5479452,0.64720815,0.65476954,0.6454879,0.59202057,0.60865057,0.50735009,0.46710783,0.43837029,0.39093041,0.38804811,0.48395312,0.36783358,0.37032306,0.35714287,0.33367556,0.304414,0.3040027,0.31809813,0.33439222,0.35288188,0.32301939,0.32545394,0.34873584,0.36076275,0.35472974,0.34785488,0.31127128,0.30045068,0.33327779,0.26251027,0.19607845,0.19685039,0.21097046,0.21786492,0.14641288,0.15396458,0.2377179,0.31372547,0.32076985,0.33057851,0.23828435,0.31948882,0.31545743,0.310559,0.53639847,0.7715444,0.77093953,0.81934714,0.84078473,0.93054622,0.77540845,0.79205072,0.79057068,0.83614492,0.90719807,0.88363039,1.0602847,1.1808577,1.2080326,1.2993187,0.41493779,0.41121495,0.44843051,0.4454343,0.49205148,0.6177606,0.65814948,0.64565134,0.68233514,0.67440987,1.0764662,0.83618397,0.83459783,0.69310743,0.69417667,0.79864842,0.80795521,0.8403362,0.9036144,0.87845391,0.82711643,0.92577285,0.90030015,0.94012868,0.9626556,0.82946253,1.0607846,1.14237,1.1276269,1.0459534,0.45297015,0.4520494,0.49317378,0.47573456,0.47691438,0.5154025,0.49021062,0.51739943,0.5236218,0.51813471,0.45787016,0.49546304,0.49396896,0.52059364,0.52015978,0.58112508,0.58878946,0.59608966,0.54579973,0.56630486,0.49411768,0.43041608,0.40630972,0.38526365,0.38204393,0.327562,0.49798432,0.40505123,0.43891734,0.41738278,0.14478764,0.14164306,0.14025246,0.14137606,0.14360937,0.098135427,0.14800198,0.15313937,0.15392509,0.15552101,0.78451884,0.20130849,0.25445291,0.20449898,0.20898642,6.4796524,6.486742,6.4244499,6.5316186,6.6034122,6.6457114,7.0230613,6.9898114,7.1326032,7.0237117,7.0337982,7.1481705,7.2583652,7.1701794,7.0707068,0.9162938,0.92274678,0.91243798,0.89195651,0.88751185,0.91340888,0.88923967,0.8346895,0.8441695,0.82996273,0.70039725,0.91196626,0.99434072,0.95076215,0.97592026,0.34694421,0.36081043,0.40103123,0.38000584,0.5076142,0.397432,0.45955884,0.53125,0.51004148,0.55248618,0.58536583,0.61488676,0.69078946,0.62132114,0.62706268,0.29832423,0.30287734,0.31163266,0.32448748,0.34437096,0.34890106,0.34167746,0.33271042,0.31587353,0.31257182,0.30373198,0.29583552,0.3014501,0.30459681,0.30036727,0.71158546,0.71285361,0.70921981,0.82372326,0.82722765,0.94043881,0.78973353,0.86558044,0.86978769,0.91347378,0.85042518,1.0093364,1.0047727,1.0201479,1.0403451,0.5641911,0.55833429,0.54296505,0.55009365,0.52138877,0.49702996,0.50498831,0.48683062,0.49417132,0.48192772,0.51020408,0.58257347,0.52369398,0.57478601,0.63570321,0.55147058,0.56962025,0.60317463,0.59842521,0.73482424,0.38860103,0.52648902,0.74021852,0.78577334,0.84337348,0.7782101,0.93896717,0.9984026,0.94974273,0.94861656,1.8827256,1.8274202,1.913208,1.8280543,1.8575145,1.8527815,1.8286288,1.742065,1.7901404,1.8153409,1.6608676,1.7923825,1.7964072,1.825393,1.8250622,0.046620045,0.047528517,0.050479557,0.051124744,0.05219207,0.37878788,0.28089887,0.45377198,0.51252848,0.50590217,0.9770115,0.62393647,0.58788943,0.58241117,0.65204507,0.68158418,0.73956454,0.7430113,0.70342124,0.66831994,0.68395829,0.70111763,0.69791704,0.69340128,0.65464282,0.68231726,0.69125623,0.69338137,0.67907155,0.68668765,0.39149886,0.39325839,0.3700541,0.33936653,0.49794963,0.37757769,0.41666669,0.41604754,0.45004502,0.46168053,0.37094283,0.52959502,0.44233808,0.51004148,0.53916901,0.46972862,0.47257036,0.4833402,0.48081842,0.56968462,0.5283094,0.54928589,0.59849864,0.63713908,0.6308822,0.63278008,0.63508588,0.65380156,0.72486603,0.64237577,0.1634521,0.16711229,0.20107238,0.20512819,0.20654045,0.41652206,0.39173788,0.39313793,0.39582583,0.40307805,0.58013052,0.54229933,0.64354664,0.64608759,0.6802721,0.53382272,0.50486839,0.51638472,0.47117206,0.44957539,0.3923642,0.42699262,0.41368204,0.39335787,0.423365,0.4546265,0.60326892,0.60223007,0.62317371,0.62870377,0.3111051,0.31537184,0.3351917,0.31464824,0.32791364,0.28936169,0.33248785,0.30769232,0.30245745,0.31825337,0.29158521,0.33200985,0.35090113,0.35822913,0.3737869,0.53008807,0.53076178,0.54932654,0.53625375,0.57400888,0.4611128,0.50765389,0.50365937,0.48263311,0.49786627,0.52206933,0.51020408,0.55748564,0.63016617,0.63892531,0.34757155,0.35214531,0.3589986,0.37317005,0.37820014,0.26290166,0.24579686,0.27586207,0.25555336,0.25689161,0.31629929,0.26989204,0.31793344,0.35920975,0.41008201,0.3895261,0.3855215,0.38601759,0.36996737,0.45951861,0.52333188,0.70624584,0.69042319,0.68934846,0.66637051,0.54395127,0.70733863,0.70518649,0.76779896,0.77856654,0.47308663,0.49009383,0.51940012,0.48578322,0.54048675,0.51368749,0.49069914,0.47556475,0.50729823,0.52396363,0.53560561,0.54721653,0.54567748,0.55154335,0.60171044,0.37621182,0.38393384,0.38771251,0.40370813,0.41290718,0.29489368,0.32905045,0.34434184,0.3610675,0.35825545,0.4406673,0.41309184,0.36323437,0.37986705,0.36770582,3.0793002,3.0360372,3.0318401,3.1008193,3.0782361,3.0341954,3.0726891,3.0052953,2.9770949,3.026216,2.9980221,3.1116991,3.0694246,3.0096834,2.9431674,0.31045753,0.3134796,0.35111186,0.33772373,0.40650403,0.36993441,0.42165625,0.42151409,0.43340558,0.41960388,0.62573987,0.44376174,0.44429255,0.50743657,0.52835506,0.9477312,0.94311816,1.0333629,0.94034672,0.96211666,0.75757575,0.85235918,0.85995084,0.7747134,0.77495348,1.3630731,0.88300222,0.86069489,1.0187838,0.94308949,0.22442493,0.22870211,0.23807257,0.26692086,0.32701743,0.3665477,0.35766071,0.37772396,0.38015401,0.40334481,0.47183722,0.45414156,0.41534811,0.46291739,0.48157248,0.94484472,0.95356554,0.96297628,0.93289196,0.99015844,0.91013199,0.87383938,0.85655683,0.84403443,0.84500241,0.83131063,0.8745293,0.90516984,0.86311698,0.81147039,0.1450116,0.14744914,0.14916468,0.15271839,0.18639329,0.062952474,0.095693782,0.095238097,0.095938601,0.097244732,0.64432991,0.19193858,0.25940338,0.35621762,0.22705157,0.4360953,0.44345897,0.44482464,0.37593985,0.41457936,0.24284476,0.27835768,0.28080028,0.21045248,0.21276595,0.37010926,0.26473704,0.25026813,0.26718915,0.34389138,0.61470515,0.62436217,0.61717302,0.65781605,0.64121592,0.63429958,0.63728732,0.63152778,0.60222644,0.65656257,0.650666,0.73443907,0.72338319,0.70251787,0.73958009,0.22542831,0.23030862,0.2334812,0.21691975,0.29311186,0.22304833,0.32516259,0.30643514,0.31031808,0.30667007,0.57321519,0.33836544,0.36687633,0.39390758,0.39861813,0.3391473,0.32562682,0.35552683,0.32504469,0.34358639,0.26242414,0.32743943,0.32781512,0.32589212,0.3271181,0.44429818,0.361426,0.42883059,0.39590895,0.3799141,0.73356402,0.7498585,0.7432819,0.73233771,0.77419353,0.52654052,0.52257222,0.50505048,0.52485788,0.51970553,0.89054871,0.52721572,0.60878384,0.56374675,0.4938989,0.25020853,0.25410807,0.25715756,0.27835768,0.36528093,0.19496633,0.2512112,0.26843235,0.28643036,0.2846975,0.54984039,0.28906956,0.32661948,0.34240404,0.29181105,0.49721342,0.52139908,0.59203446,0.60766178,0.60438699,0.55544126,0.54259634,0.55405736,0.55544919,0.61303407,0.6727801,0.6039415,0.64481461,0.65859264,0.60834169,0.35236812,0.3549431,0.37232393,0.34464753,0.36873156,0.36390102,0.40381029,0.40214476,0.3717472,0.38266623,0.62234205,0.37282521,0.41930866,0.40807998,0.47082907,0.16733602,0.17140898,0.17223562,0.14104372,0.14409222,0.1112347,0.075103268,0.11299435,0.11574074,0.11727913,0.95846641,0.11811024,0.11829653,0.11596444,0.11741683,0.52988517,0.59147775,0.60315138,0.5938428,0.58483201,0.53466713,0.55780143,0.56058919,0.56585491,0.56701356,0.55884945,0.58532196,0.58382118,0.59080285,0.62087458,0.20675395,0.21108179,0.21877848,0.22242817,0.2270577,0.24818633,0.21321963,0.23419203,0.23682652,0.23785928,0.5452342,0.30618495,0.24767803,0.2296451,0.25141421,0.5499627,0.5467056,0.57951736,0.54467273,0.59058869,0.56752592,0.5477308,0.55429077,0.53071254,0.54742706,0.73347211,0.58462149,0.61987603,0.63056749,0.69944042,0.58193779,0.56383216,0.58602792,0.57690471,0.51543182,0.51582211,0.52444416,0.50498301,0.49392316,0.48574898,0.53440773,0.54128492,0.52034867,0.514884,0.52226317,0.40600178,0.41366908,0.38307187,0.34990793,0.3888889,0.22421525,0.16910936,0.17061612,0.17129806,0.17377873,0.46385774,0.17331022,0.15358034,0.17377873,0.19338618,0.28280544,0.28481916,0.31847134,0.34893864,0.40674028,0.44326243,0.42501515,0.39718911,0.45317221,0.49185365,0.39133051,0.53141606,0.62383032,0.62932658,0.69030434,0.51707715,0.52932167,0.55193889,0.5403868,0.62103033,0.59163058,0.59472007,0.6193288,0.56776822,0.61046511,0.64377683,0.53084648,0.63082439,0.69025022,0.94272244,0.45658696,0.48932385,0.48193213,0.47021365,0.44113845,0.42861611,0.44972283,0.44588199,0.43604389,0.41875136,0.4575386,0.45226943,0.44220853,0.46630079,0.47079962,0.29411766,0.29354209,0.34274194,0.39054468,0.44557607,0.35631943,0.48543689,0.48863393,0.52865303,0.53908354,0.46305621,0.57084608,0.57471263,0.54833472,0.54260451,0.99844617,0.98886591,0.95917749,0.96941888,0.964827,1.0267323,0.96595216,0.95448291,0.94779217,0.95594805,0.90069342,0.87417823,0.86697459,0.85753202,0.85058922,0.57923591,0.60770053,0.53775293,0.49896234,0.4969385,0.38506314,0.39557675,0.38377437,0.36408845,0.32997492,0.39937487,0.32331768,0.39753783,0.35571936,0.37774727,1.0398349,1.0092767,1.0091048,1.0330458,1.0106314,1.0436724,1.0162672,1.01285,1.027649,1.0210085,0.98485148,0.9577238,0.93625534,0.93385261,0.91353619,0,0,0,0,0,0.076394193,0.23210831,0.23273855,0.23032629,0.19417477,0.86444008,0.2359418,0.23696683,0.23724793,0.2361275,0.29647198,0.28761733,0.31269544,0.28603211,0.38797286,0.29244515,0.26760328,0.24983345,0.23267409,0.23317789,0.66600066,0.26516408,0.36012441,0.3618421,0.32986972,0.13277273,0.13586956,0.13917884,0.16486105,0.16706444,0.19379845,0.24679171,0.27445111,0.28140187,0.28578851,0.54531288,0.29000792,0.26624069,0.43161586,0.45466703,0.27356902,0.27524877,0.30133447,0.3728888,0.40286481,0.51419628,0.6081081,0.60538119,0.65849227,0.67842609,0.990991,0.77572435,0.82853854,0.82930195,0.79143393,1.1278195,1.120332,1.1152416,1.183432,1.1894647,0.88809943,0.90415913,0.91911769,0.96818817,0.96596134,0.66577893,0.99143755,0.92464173,0.96952903,1.0813352,0.89743596,0.90272659,0.86365306,0.84048969,0.79985785,0.76895565,0.71154898,0.7782101,0.66176474,0.66165954,0.6950478,0.72733724,0.78274488,0.77293026,0.82121474,0.99051875,1.0076252,1.0588235,1.0218631,1.0061243,0.98810244,1.0574449,1.0621655,1.0355641,1.0099337,0.95834714,1.0442879,1.0378433,1.0081328,1.0341306,0.34234014,0.35521802,0.35718685,0.3482587,0.39146358,0.2445932,0.29769608,0.28642103,0.27325958,0.30955759,0.34013605,0.32708517,0.3649635,0.38890982,0.44557607,0.36585367,0.37209302,0.38253108,0.32289311,0.28846154,0.29752067,0.26746908,0.26926962,0.20387359,0.20100503,0.46620047,0.23513603,0.20208824,0.30333671,0.30864197,0.46592894,0.48522273,0.48888889,0.45864773,0.52762717,0.4043321,0.4528853,0.47156331,0.45216897,0.45332199,0.66732925,0.54077131,0.57126534,0.52714062,0.58672011,0.75014424,0.76696163,0.77797723,0.80098581,0.76824588,0.32658392,0.45841518,0.4726536,0.48375949,0.47651464,1.0738256,0.45931759,0.52390307,0.51118207,0.52840161,0.24949321,0.25473651,0.24189647,0.24366471,0.23056653,0.08302889,0.13445379,0.15306123,0.13679892,0.13843225,0.37937576,0.15432099,0.15709548,0.15954617,0.15991472,0.71656054,0.71684587,0.77456176,0.74043602,0.76693648,0.29648453,0.21862702,0.26501766,0.22502251,0.22614202,1.0728655,0.22104332,0.22381379,0.27359784,0.22999081,0.81529653,0.82223964,0.82145685,0.82480377,0.84832376,0.82889891,0.84128451,0.87907594,0.82360303,0.85397995,0.82063305,0.91911769,0.98640949,1.1111112,1.2349799,0.74587107,0.748263,0.7773459,0.75587904,0.77474892,0.59608287,0.69767439,0.74338388,0.71706003,0.75551528,0.9385407,0.78502417,0.97979176,0.96663547,1.0452962,0.58397675,0.57396513,0.57397556,0.56182647,0.57143223,0.60703826,0.60056347,0.58275586,0.60028887,0.56452024,0.49162152,0.49610519,0.47782683,0.46332812,0.4539091,0.21353956,0.1933576,0.19141988,0.19526891,0.22785373,0.22616945,0.18543768,0.2000757,0.19416429,0.19755459,0.27935961,0.19763902,0.2140411,0.24392831,0.2425265,0.14590347,0.13929905,0.15917449,0.16816752,0.19252367,0.23268113,0.22312163,0.26100308,0.2621232,0.26752815,0.23023023,0.31237605,0.30138338,0.28581285,0.28870621,0.088768207,0.087710246,0.098369144,0.097415917,0.14710358,0.12007805,0.12671183,0.13333969,0.13751896,0.13128282,0.14442115,0.13455828,0.14313418,0.16105282,0.1781961,0.084296726,0.08510638,0.073493391,0.072692029,0.10919679,0.10884025,0.13408095,0.13431014,0.13309135,0.13408095,0.13312356,0.13277006,0.15658878,0.15719467,0.17046146,0.14162821,0.13240907,0.14210418,0.14554182,0.1565617,0.12152778,0.12972073,0.13997829,0.13876593,0.13990657,0.16127503,0.1628703,0.16653375,0.17449164,0.174123,0.1976995,0.17730495,0.18416207,0.18375918,0.1921901,0.17334028,0.13843225,0.14821273,0.16313213,0.15592515,0.11200137,0.14519987,0.14410444,0.14172572,0.14797764,0.21322672,0.21311864,0.2121855,0.21371871,0.21861656,0.20254034,0.16229282,0.17017435,0.1629907,0.17441657,0.19159757,0.17461759,0.18825033,0.20421325,0.20207122,0.20549205,0.19606324,0.19716468,0.19238727,0.15175261,0.17163557,0.18207604,0.16561599,0.14749007,0.16005313,0.16849694,0.14389671,0.13637912,0.12783097,0.11807591,0.12392853,0.12858097,0.11823977,0.13290395,0.13682663,0.13060077,0.13125347,0.14076719,0.12471316,0.134818,0.20036064,0.14010508,0.15510857,0.16032064,0.15984814,0.15112741,0.13912693,0.15531082,0.16481087,0.17560858,0.180151,0.18251136,0.18716685,0.19697832,0.20461082,0.18555869,0.21659918,0.21321529,0.22084083,0.22993697,0.15538612,0.15288293,0.16026224,0.14935704,0.16887036,0.15041903,0.13556419,0.16363119,0.16614819,0.16609535,0.20002106,0.1808444,0.19324338,0.1891253,0.18799517,0.254022,0.25197986,0.26165557,0.25038749,0.2793296,0.21094576,0.1768034,0.17713746,0.17707473,0.18883513,0.11766089,0.19992945,0.2242417,0.22511847,0.22651407,0.087505467,0.089376912,0.091228984,0.086104117,0.093489148,0.094645754,0.07560657,0.083757937,0.084216438,0.085659221,0.079279274,0.10122921,0.087995894,0.11054609,0.10422094,0.2087571,0.20173064,0.23121387,0.21344163,0.25354445,0.28602073,0.28586012,0.26742014,0.28973922,0.27528906,0.24925223,0.31081948,0.32866889,0.33932135,0.34675109,0.3149862,0.31791168,0.32771462,0.30887911,0.30476418,0.28125912,0.28554296,0.29897872,0.27908382,0.30240157,0.28735244,0.30014873,0.3095119,0.29931548,0.29215413,0.20783621,0.19976951,0.208462,0.1929459,0.22232445,0.21705428,0.16247582,0.1645897,0.15692428,0.16574585,0.14157622,0.18804356,0.17199594,0.15622559,0.18634987,0.13050821,0.13236783,0.14064698,0.13279176,0.17222482,0.14044943,0.09354537,0.10867878,0.10781671,0.10772546,0.23886578,0.12323809,0.16245069,0.20322026,0.21186441,0.17564403,0.17712477,0.18261398,0.18053645,0.18965663,0.16206549,0.17044674,0.18313517,0.18263097,0.18164073,0.2119042,0.19110309,0.22611348,0.23263109,0.22500719,0.15898611,0.16546042,0.16140684,0.15409192,0.12843537,0.12834054,0.12949248,0.1143802,0.12422641,0.10706638,0.1270269,0.12283395,0.12941718,0.13155876,0.13080873,0.37481257,0.37700284,0.37742969,0.34253091,0.39916363,0.46021092,0.44128931,0.45018595,0.45160022,0.43027577,0.2744022,0.47534165,0.49583498,0.58232933,0.58303177,0.21608879,0.21583441,0.22304112,0.2506749,0.26977551,0.2473599,0.20896657,0.19820671,0.22338049,0.2211574,0.28719661,0.23685889,0.25763708,0.30395138,0.26974237,0.24559054,0.23711608,0.25676766,0.24360092,0.26518452,0.24489503,0.22921816,0.23238353,0.22701067,0.22674105,0.18789521,0.24807557,0.26229507,0.25940812,0.2606461,0.22630286,0.23131788,0.22322851,0.21032505,0.22807907,0.18933418,0.16352202,0.15715364,0.15028177,0.16305029,0.13774104,0.1880524,0.2115217,0.22375537,0.2209038,0.47573215,0.4605093,0.43229637,0.44725844,0.43235704,0.49388134,0.4972235,0.4840827,0.46505815,0.43426767,0.45969883,0.4457491,0.43752974,0.47251087,0.45832488,0.17151111,0.17669961,0.16463615,0.17224994,0.17340191,0.15417285,0.13783993,0.12497514,0.12196506,0.12918809,0.14312175,0.13534471,0.13704377,0.14888059,0.1624195,0.19216616,0.1941908,0.18337153,0.16924053,0.15035656,0.1873965,0.17607184,0.16120365,0.14356858,0.15034167,0.19356622,0.14812072,0.15788251,0.16489212,0.17043033,0.23866349,0.23721121,0.24585125,0.24427481,0.26299819,0.20136932,0.16093342,0.17786561,0.15605189,0.15644862,0.27285129,0.20675395,0.20485806,0.20661156,0.20598331,0.12755102,0.12889366,0.15189324,0.1732727,0.20819637,0.2298096,0.28065628,0.32334557,0.34013605,0.3655521,0.2469666,0.35575679,0.31351352,0.30411643,0.40252393,0.12557556,0.12575102,0.12562814,0.12585652,0.12519127,0.14152279,0.070691362,0.086219281,0.086742811,0.087527357,0.13138686,0.08734896,0.087476306,0.10291091,0.088915236,0.1309229,0.13303238,0.1241546,0.12546372,0.11102847,0.11916264,0.12352516,0.12361722,0.11738689,0.1153115,0.095078647,0.12344664,0.11551829,0.112984,0.10067524,0.37803933,0.36664394,0.38255545,0.37259719,0.38122669,0.3170101,0.32616878,0.31522188,0.32159644,0.29698071,0.21362254,0.28531834,0.30490318,0.29793924,0.32416257,0.073887981,0.074693762,0.089552239,0.088469483,0.044457618,0.087374404,0.083904348,0.11213905,0.11911064,0.1164747,0.1139962,0.11370815,0.14195381,0.14345331,0.14384727,0.22865357,0.22232392,0.23036925,0.25975755,0.24810569,0.2097429,0.18260516,0.18270402,0.19658352,0.2181025,0.12944543,0.23233564,0.23474179,0.20761245,0.22168341,0.18323846,0.19470435,0.18997675,0.18858556,0.20192601,0.21993178,0.21037893,0.21003138,0.19535393,0.20443466,0.20386502,0.19715159,0.19278291,0.20399639,0.21740596,0.122859,0.12128995,0.1137333,0.11243851,0.13313712,0.070077084,0.077274323,0.076660395,0.07668177,0.077030815,0.11125791,0.06900835,0.096292727,0.11688669,0.11716058,0.10870592,0.10515247,0.10078952,0.10163339,0.10212021,0.10282273,0.089044988,0.089416564,0.097587824,0.098378025,0.096334234,0.095491782,0.10219985,0.10919585,0.1128757,0.12320414,0.12244474,0.12217092,0.13058077,0.11949893,0.12751953,0.15400727,0.15985245,0.16632523,0.16242665,0.15825354,0.17011969,0.17361112,0.17536435,0.19803168,0.11692868,0.1160841,0.13222265,0.14810826,0.16497113,0.2115656,0.23286276,0.23320214,0.23038156,0.23553658,0.4544788,0.29766333,0.32149419,0.3610675,0.41600001,0.16526824,0.1624188,0.16474465,0.16061279,0.14780146,0.15805471,0.13328487,0.095957778,0.10688835,0.11719208,0.2326393,0.12816031,0.17642908,0.17634611,0.18591681,0.11452439,0.11928429,0.10964204,0.1139962,0.13800891,0.14097457,0.12051823,0.13027774,0.13013132,0.13017751,0.16548464,0.1485884,0.15336518,0.17127334,0.1712531,0.22237048,0.21330316,0.23169005,0.24133113,0.25570089,0.21256199,0.17729767,0.20371577,0.18506598,0.19435559,0.2026671,0.21447071,0.22457229,0.22818027,0.21331401,0.19163811,0.18714909,0.19581181,0.18971218,0.21201989,0.18686022,0.19533899,0.19495288,0.18447182,0.18412217,0.19352238,0.18657711,0.18649758,0.21399529,0.20714931,0.16601643,0.16549441,0.16092429,0.1501136,0.17226183,0.15487868,0.15418676,0.1729288,0.15259409,0.15223077,0.19391118,0.16675717,0.18956245,0.1884253,0.19889842,0.10411245,0.095106348,0.11262237,0.11248595,0.17531557,0.24548483,0.26191723,0.26288119,0.28866342,0.29932213,0.3384999,0.29430127,0.3006455,0.3313334,0.32588035,0.18460202,0.18204543,0.19125684,0.19901311,0.20776947,0.21899807,0.20637032,0.2138661,0.21290357,0.22940111,0.18706791,0.25246355,0.25339219,0.25492722,0.25896031,0.26115859,0.26094174,0.26115859,0.24922858,0.25032783,0.1880583,0.14048232,0.17572634,0.17509046,0.16358963,0.12835473,0.18606815,0.17315018,0.17303035,0.17201835,0.38205317,0.40975296,0.43129092,0.41414261,0.41782874,0.43558335,0.42649606,0.45073336,0.47234952,0.45232782,0.45916602,0.41784155,0.41269842,0.39283469,0.38999474,0.45544255,0.4225702,0.40703863,0.37071362,0.34624681,0.28734681,0.25902435,0.20688044,0.16221148,0.11512155,0.15051998,0.15430512,0.17129871,0.19667757,0.2067294,0.26671112,0.24990281,0.25542784,0.2366408,0.24132067,0.23479305,0.21641508,0.2082777,0.20131382,0.19582936,0.21244954,0.2301804,0.24190947,0.24797845,0.26283324,0.21670945,0.21976751,0.21055026,0.20855644,0.2244543,0.20509976,0.16014136,0.15958618,0.16375546,0.17035775,0.17576623,0.18551864,0.17382802,0.17314143,0.17266499,0.15392509,0.1493369,0.15080614,0.17251295,0.17195009,0.14938161,0.15339775,0.16193978,0.16070886,0.16291244,0.15766057,0.155313,0.17659473,0.17261095,0.19813921,0.18626928,0.17203732,0.19196399,0.19660529,0.2087819,0.24076001,0.21324717,0.22631748,0.2256463,0.22537026,0.29241666,0.25390625,0.28718752,0.31811982,0.30822578,0.22900763,0.22927015,0.2105263,0.17354417,0.2552523,0.15807153,0.17992803,0.20181635,0.24208191,0.24266937,0.716479,0.24948025,0.29473683,0.23300147,0.21244954,0.1937025,0.19719166,0.17897961,0.18213765,0.1582583,0.13722126,0.14124596,0.13238245,0.1232705,0.11295582,0.11300881,0.12161297,0.13710663,0.14833286,0.16197304,0.14807138,0.14693998,0.13275315,0.15541741,0.16325319,0.1544572,0.11048096,0.10289578,0.11721612,0.12627201,0.074057616,0.13429828,0.13529766,0.14922032,0.16511558,0.20737357,0.22663409,0.21120019,0.20412803,0.21164979,0.22774071,0.23058131,0.22031976,0.22980194,0.22885688,0.19631568,0.18708773,0.17773671,0.17583787,0.17551447,0.19634843,0.20090912,0.19381747,0.19496931,0.20307924,0.17929798,0.22210376,0.22369908,0.22770879,0.23259194,0.25453648,0.24305058,0.25028259,0.24707101,0.25888443,0.11151619,0.10761946,0.10364484,0.10372547,0.12484394,0.094291106,0.11547344,0.11132997,0.11609907,0.12489234,0.10676916,0.14080301,0.14086311,0.12780097,0.12909333,0.14176634,0.13883954,0.14363179,0.14024419,0.13517219,0.14632338,0.14849861,0.1443653,0.14406855,0.14192502,0.11946759,0.13817398,0.13842969,0.13823137,0.14630133,0.11368158,0.11486991,0.10883886,0.10986469,0.087755218,0.099479198,0.077210903,0.060096156,0.066201247,0.066493385,0.14112161,0.073705547,0.074677952,0.074789658,0.075410046,0.23292415,0.22271006,0.22685155,0.24859765,0.25501257,0.21539435,0.23101997,0.22420108,0.22050022,0.22243108,0.18499358,0.20891798,0.21141648,0.22620881,0.22693604,0.18659502,0.18606728,0.16991726,0.18580453,0.19096585,0.21025157,0.20812401,0.25699601,0.24113476,0.254022,0.29608741,0.28885445,0.30559307,0.31283328,0.26813436,0.35714287,0.34139243,0.3544406,0.31785592,0.31535003,0.29221642,0.27952969,0.26925334,0.25282928,0.2409721,0.22054832,0.24430516,0.24009806,0.24953108,0.25651276,0.28290361,0.27624309,0.2816,0.27638513,0.26174667,0.20944402,0.13954078,0.12646222,0.094535828,0.088111274,0.088227876,0.1257071,0.11370815,0.11998738,0.12038269,0.27746248,0.27770767,0.26345503,0.24953212,0.26415095,0.28122205,0.25477707,0.24188414,0.25448531,0.26632848,0.15240031,0.28619748,0.31809145,0.27806234,0.30987161,0.088917635,0.090289749,0.090490296,0.091590345,0.093062609,0.067813851,0.094485484,0.10358222,0.095944174,0.096822463,0.017700681,0.10644904,0.098787606,0.10013655,0.10108435,0.091222785,0.08848846,0.08830376,0.088264793,0.10508446,0.12609315,0.12635526,0.13061757,0.13955589,0.13955015,0.081463076,0.13104551,0.1378907,0.13182513,0.13695699,0.21260011,0.20014296,0.18939394,0.19693655,0.22419903,0.24529256,0.21413276,0.20612694,0.19289848,0.20122169,0.093869589,0.20949216,0.23874983,0.23243989,0.23129743,0.13669372,0.13077961,0.13839379,0.14932184,0.17277552,0.14159149,0.14091313,0.15276381,0.15407071,0.15337422,0.17784245,0.15382124,0.16388741,0.17189866,0.1715406,0.41789827,0.40837163,0.4105933,0.4142502,0.39628738,0.36269432,0.23973316,0.24190156,0.22203426,0.24271844,0.11537655,0.29473683,0.28598666,0.39563727,0.32068411,0.19509268,0.19166447,0.19162126,0.18090679,0.21027336,0.18337637,0.14569634,0.17093381,0.17162898,0.16746056,0.16769145,0.17155218,0.17239441,0.17430648,0.17111821,0.28346068,0.28224322,0.2946955,0.28117359,0.30306703,0.25219166,0.13042447,0.15489098,0.13135897,0.14402305,0.22880539,0.2135738,0.17780939,0.21304297,0.21449,0.19870687,0.208253,0.21830681,0.20332143,0.18515638,0.18159243,0.19944957,0.18790913,0.18993062,0.18582265,0.15563253,0.22499239,0.22253045,0.23265424,0.23736599,0.43340755,0.48413441,0.49076211,0.52986234,0.56671816,0.56875777,0.5477308,0.58716005,0.60626101,0.66457957,0.57333183,0.67316115,0.69255912,0.69200289,0.68209773,0.15025544,0.15223789,0.16088487,0.16240358,0.23371607,0.20385282,0.1958359,0.20582485,0.21709915,0.2299812,0.12606366,0.30455786,0.22061141,0.22116904,0.21161781,0.26644602,0.29763955,0.278404,0.28400755,0.26215225,0.26037699,0.28157079,0.28763065,0.27722919,0.26245761,0.28019288,0.28612134,0.28496069,0.27127206,0.27339742,0.16515277,0.16672982,0.17312759,0.19567998,0.2256148,0.19545932,0.15839493,0.20276359,0.21159223,0.22497189,0.11255346,0.22713508,0.26875526,0.27108666,0.27035376,0.093186423,0.086937621,0.086299896,0.091025911,0.10489877,0.10908524,0.12891914,0.11820331,0.13233572,0.13151905,0.23196007,0.13978334,0.14503627,0.14505076,0.10938069,0.15607877,0.15259579,0.17516029,0.17052534,0.1956054,0.15873016,0.13780284,0.15901791,0.16232732,0.16873071,0.19076687,0.16628826,0.15667967,0.16661327,0.17392984,0.055617351,0.063547544,0.11014083,0.11738926,0.21312225,0.28812057,0.3215915,0.32516637,0.34194529,0.34509203,0.26368853,0.34164143,0.36036038,0.3548896,0.35132545,0.1369863,0.1368396,0.13670133,0.14944109,0.18450184,0.14181882,0.18088458,0.17382234,0.18906841,0.18896015,0.24575642,0.19390897,0.16621768,0.19095013,0.19275701,0.53566992,0.53322107,0.4944846,0.49051782,0.45270273,0.44396609,0.47964075,0.48096743,0.48339203,0.45769817,0.47795144,0.49193031,0.50844562,0.49113235,0.52289814,0.12185834,0.12064546,0.12028266,0.12156208,0.07579203,0.03039052,0.060910616,0.077089116,0.092922404,0.094981797,0.047566198,0.093632959,0.094996832,0.11056705,0.12690355,0.2115995,0.207179,0.21075825,0.19958182,0.20835307,0.1884215,0.13219395,0.14584804,0.14102383,0.14563562,0.20596357,0.14575203,0.13117212,0.15963191,0.17299421,0.24987505,0.25806454,0.25097883,0.23073836,0.21982414,0.16841689,0.098784946,0.1177972,0.11804052,0.10926791,0.01978435,0.11911852,0.11012113,0.11041959,0.11008807,0.11965812,0.11982198,0.1211387,0.10452051,0.11455764,0.12253829,0.1058481,0.09846925,0.10919017,0.10939921,0.045545638,0.11006145,0.11068069,0.11209715,0.11207621,0.15011038,0.14878999,0.14623028,0.14410444,0.1882924,0.17149158,0.14351206,0.16046967,0.15395866,0.15526186,0.16970886,0.17196262,0.17861795,0.17254038,0.15712929,0.14322543,0.1423893,0.14825274,0.14083515,0.1745932,0.17582108,0.19754481,0.21140158,0.19210245,0.21539344,0.10769672,0.23321915,0.23005565,0.23986208,0.24013208,0.12266079,0.11961722,0.13589963,0.13612765,0.13601139,0.11394208,0.12976737,0.13912164,0.14609668,0.14918268,0.19051853,0.16507412,0.16902128,0.18233581,0.19524373,0.11151824,0.10490978,0.11375093,0.11448342,0.12766916,0.11335075,0.10621862,0.10709187,0.11035972,0.11169545,0.12382765,0.12947777,0.11268875,0.11910113,0.140625,0.25040507,0.23262575,0.24233784,0.24028268,0.22412103,0.12615643,0.069959424,0.083998315,0.084092505,0.098245613,0.042069837,0.11272369,0.14228798,0.14224751,0.14108352,0.16570009,0.15625,0.1511161,0.15977199,0.18761726,0.17788319,0.1733029,0.16390687,0.15816857,0.1674481,0.19313125,0.1792264,0.18712574,0.18735169,0.17879418,0.19405054,0.20653829,0.20913705,0.21639115,0.1987507,0.19349132,0.22723642,0.22934593,0.22568421,0.23420379,0.25971878,0.25836393,0.23976184,0.25015438,0.24596415,0.26530224,0.26437542,0.26979253,0.27953783,0.2386854,0.19266054,0.14697777,0.12727273,0.13623978,0.1283344,0.10154159,0.14787431,0.16734846,0.17899199,0.18809366,0.061830174,0.06238303,0.06291946,0.063051701,0.10330578,0.16677089,0.21083702,0.25375342,0.25204787,0.25461489,0.062972292,0.24880779,0.27754056,0.28260869,0.31035247,0.1865285,0.17131501,0.17695501,0.19569471,0.1890742,0.16796559,0.14026183,0.15400067,0.16143136,0.15555255,0.12743124,0.17064846,0.18583523,0.1924531,0.18707129,0.047848526,0.048090134,0.058259081,0.061700888,0.082636088,0.097050361,0.10059315,0.11133533,0.12898278,0.12537874,0.16362053,0.12182387,0.13087153,0.13922107,0.14117137,0.090503022,0.090227343,0.088970609,0.089753181,0.089299232,0.08216802,0.082276933,0.093227983,0.087322868,0.088882081,0.096994705,0.085052423,0.088681452,0.091192104,0.089122303,0.1056524,0.10595626,0.10725504,0.1002313,0.099609219,0.10673172,0.10044039,0.10830884,0.10942629,0.11863334,0.031683169,0.11090866,0.10420006,0.12817432,0.12918854,0.21266039,0.20909843,0.21027021,0.21637587,0.21799746,0.19683069,0.20575453,0.20996095,0.20555644,0.20889477,0.17898154,0.21919104,0.22052801,0.22137094,0.23668453,0.044033468,0.044326238,0.043630019,0.043308794,0.043516099,0.13327409,0.086617589,0.089126557,0.08802817,0.087412588,0.043878894,0.08745081,0.090334237,0.090334237,0.091407679,0.19852011,0.19913106,0.21577559,0.2090176,0.21995005,0.20105256,0.22387181,0.23421946,0.232342,0.23427433,0.15265383,0.23372677,0.26352775,0.26875299,0.27324027,0.20383206,0.20158581,0.19705316,0.19688562,0.22988506,0.15651552,0.12771954,0.13092433,0.13854612,0.13710369,0.19298396,0.14039566,0.14942579,0.1486894,0.1520206,0.11659303,0.11608725,0.10945576,0.12067093,0.16022788,0.17628394,0.18570101,0.19078453,0.18825945,0.19283122,0.25662959,0.22080053,0.18808778,0.20899233,0.22511114,0.23038718,0.22577937,0.2275217,0.23424307,0.21550025,0.2144461,0.22660051,0.22073533,0.2214496,0.22234216,0.23818056,0.21232305,0.20589975,0.19580419,0.2006741,0.22934414,0.21734661,0.23882142,0.23245393,0.20718609,0.19841272,0.2163786,0.21817282,0.20465842,0.21406579,0.25085789,0.23756288,0.2496164,0.25515965,0.25150794,0.16447368,0.15663594,0.16236696,0.1737151,0.19619499,0.18237439,0.18697049,0.18036889,0.1978815,0.20316944,0.28230685,0.21934889,0.26737967,0.27046826,0.2798925,0.21828562,0.19109802,0.20425145,0.20875323,0.22287227,0.17415768,0.16626167,0.15906031,0.18403086,0.18266454,0.1578209,0.201764,0.19533494,0.22790723,0.27702397,0.11366618,0.11344794,0.09855172,0.11116812,0.14021075,0.11786992,0.12515122,0.12459507,0.13192612,0.13132516,0.19136028,0.13344117,0.12901665,0.14059612,0.15525478,0.1425457,0.13310041,0.13361169,0.14265336,0.1686625,0.12536564,0.13231888,0.14791684,0.13776337,0.14417301,0.28922632,0.20915453,0.23726669,0.24017294,0.23957834,0.18171762,0.17183474,0.19379845,0.21502073,0.26045543,0.23496586,0.25399131,0.2770083,0.27555996,0.27422303,0.3414396,0.26058173,0.27102154,0.27987686,0.2971558,0.34034279,0.33140019,0.33831078,0.33514386,0.36186814,0.23896222,0.18066847,0.17971469,0.20111732,0.22586109,0.30688792,0.23863637,0.2268088,0.23866349,0.24057738,0.14956431,0.15003262,0.15583403,0.16888601,0.18769011,0.18910988,0.17053653,0.17264275,0.18577494,0.17328712,0.2932356,0.18333006,0.19195129,0.19201483,0.18476969,0.21847457,0.220781,0.22809072,0.229224,0.21508187,0.25166225,0.251973,0.24497932,0.23678769,0.23759735,0.2487475,0.23113282,0.21122666,0.21204269,0.20149086,0.15567766,0.15458761,0.15256216,0.13366601,0.13321492,0.10582945,0.087290503,0.094501719,0.077915333,0.08658009,0.076465592,0.093378611,0.092662789,0.12623075,0.13383521,0.16534723,0.16040905,0.164359,0.16213825,0.18561032,0.17059855,0.1508736,0.14999758,0.15416487,0.15389794,0.24019985,0.15331545,0.16365036,0.17412335,0.17572977,0.11349933,0.10756544,0.11443284,0.14376079,0.13601546,0.14281633,0.14414415,0.15865003,0.16854756,0.16811636,0.31615323,0.19198111,0.19299288,0.25409162,0.2269289,0.21730047,0.22997423,0.21363372,0.23269343,0.25163841,0.25928888,0.24343689,0.25457966,0.25440368,0.26115462,0.2304277,0.26647219,0.28068599,0.27949357,0.27665997,0.070165589,0.071787506,0.09978617,0.11342691,0.14132278,0.15275657,0.22050717,0.2458009,0.28790787,0.3128826,0.16328752,0.28524858,0.29207233,0.33057851,0.3318584,0.10739755,0.10715357,0.11108263,0.11887073,0.14349018,0.12952827,0.12016243,0.11563558,0.1181696,0.12144765,0.14385615,0.12437312,0.13169447,0.13455755,0.14096089,0.18879157,0.21072666,0.21332431,0.23313174,0.22457491,0.22679928,0.22966854,0.24521905,0.25198397,0.26687932,0.27811915,0.28657934,0.29587713,0.2913481,0.28480911,1.7085942,1.787472,1.873462,1.9267974,2.0483069,2.0657203,2.0084074,2.058835,2.0731802,2.3160501,2.222913,2.3829887,2.3547819,2.3551929,2.2926319,0.25344282,0.27774271,0.28631467,0.29773599,0.25940338,0.27523652,0.25927961,0.29161507,0.26144171,0.29950938,0.28732702,0.27802512,0.30295739,0.29935154,0.31611055,0.28725776,0.30180219,0.31882808,0.37400052,0.38166302,0.44829521,0.46428418,0.46298262,0.50140226,0.54874939,0.56473005,0.55663431,0.55061781,0.54352516,0.52562988,0.98892879,1.0830063,1.0962093,1.0833373,1.1557752,1.1282777,1.0456274,1.1169844,1.0823026,1.1324166,1.0379308,1.1167439,1.1349974,1.1527936,1.1495929,0.63676888,0.65755582,0.73030305,0.78865772,0.80026186,0.80574274,0.80266583,0.83759356,0.83970994,0.91912812,0.9237811,0.93144459,0.92031306,0.9793914,0.95803422,0.24813895,0.24675325,0.26179725,0.26530477,0.27968302,0.2895233,0.31137887,0.31294647,0.33117151,0.3325251,0.41172364,0.33033454,0.32485875,0.30124801,0.32682112,0.44853398,0.4941279,0.51062828,0.49278283,0.52828759,0.4707984,0.49002767,0.46854919,0.48847342,0.4852978,0.45523393,0.46649176,0.45150024,0.46091875,0.45524126,0.36455634,0.37107462,0.36904079,0.36884025,0.38168705,0.3862288,0.39210254,0.39084843,0.40523434,0.39290017,0.38780168,0.37975913,0.38508469,0.38088074,0.37751979,0.29364657,0.30606234,0.31827867,0.32972211,0.3491511,0.36209145,0.37172917,0.36882421,0.40121105,0.41396272,0.44868806,0.45713222,0.45347279,0.46139759,0.45976663,0.44511789,0.43148911,0.42190048,0.39605877,0.40454632,0.27325073,0.24452271,0.23554815,0.19561815,0.1963672,0.37553117,0.19821607,0.24975026,0.26170105,0.312437,0.37234578,0.37468356,0.36607689,0.37559637,0.31468886,0.40625638,0.44047156,0.45230812,0.4439064,0.47619051,0.50007355,0.55306429,0.54306835,0.52324712,0.59656972,0.19297923,0.1950404,0.19746122,0.2181749,0.22013783,0.32170016,0.29741916,0.30531439,0.30282956,0.31515613,0.29862249,0.37787035,0.34113061,0.3886514,0.41116005,0.14276367,0.14277215,0.14945002,0.19019316,0.19578759,0.29571801,0.29808873,0.30322468,0.33781818,0.342426,0.31503412,0.40113261,0.47446769,0.41951337,0.46344286,0.16316439,0.16886859,0.17881979,0.18431802,0.17023835,0.27659041,0.28058085,0.28650466,0.28893241,0.28949147,0.31240988,0.30739674,0.32775658,0.34238201,0.33336601,0.43526,0.47153133,0.50003904,0.51801366,0.53162801,0.54554534,0.59598851,0.59061825,0.63933808,0.66255254,0.65833765,0.74339724,0.82669139,0.85134739,0.86631376,0.19687232,0.19967644,0.20509751,0.20991242,0.21102855,0.21724841,0.20647144,0.20976406,0.21995607,0.21411122,0.20389694,0.20413667,0.20129015,0.21139939,0.21656086,0.18115942,0.18607706,0.19077544,0.19428572,0.20959477,0.21495104,0.18319492,0.19748211,0.20153672,0.20351055,0.46565774,0.22190316,0.22463003,0.25323203,0.26788107,0.15494412,0.15730765,0.1693521,0.18534777,0.19244054,0.2339123,0.2334744,0.27407989,0.27920645,0.29286864,0.2872709,0.31271717,0.31569454,0.32553408,0.34312239,0.21460441,0.22187456,0.24072908,0.23469417,0.23547196,0.25773194,0.25833118,0.25521177,0.27683881,0.27877223,0.25595763,0.30435553,0.32031319,0.33144921,0.34375462,0.25868964,0.26103467,0.25789198,0.26263013,0.25843504,0.21297194,0.17403916,0.17357764,0.17342712,0.17410649,0.22625522,0.17331022,0.2136026,0.21927688,0.2298401,0.83804846,0.87849283,0.95123613,0.89083415,0.91055435,0.93201214,0.89357859,0.89806283,0.87731451,0.91077983,0.92207158,0.92985827,0.93833774,0.94018626,0.92485034,0.31570315,0.33564863,0.37330845,0.34634414,0.33613446,0.34002838,0.31896621,0.33477587,0.32915318,0.33391485,0.30995685,0.36169317,0.38690478,0.37799525,0.39028737,0.1740644,0.17703365,0.17447807,0.18763997,0.19256043,0.18350308,0.16110265,0.17260364,0.17515215,0.17668374,0.20980698,0.20097789,0.20115893,0.20404488,0.21766075,0.27894908,0.27711543,0.28442147,0.29534513,0.31309903,0.2424397,0.20689654,0.20097978,0.22353306,0.22335279,0.32521322,0.22632737,0.2524786,0.26676592,0.28785983,0.41588265,0.40935311,0.40028319,0.40591112,0.40889001,0.41397074,0.37815076,0.3968263,0.39628589,0.38432953,0.37599808,0.38362464,0.39478558,0.39543492,0.38779801,0.36183584,0.37461579,0.39533317,0.41169468,0.42476511,0.43586949,0.41919401,0.43659773,0.44131187,0.45670786,0.42398354,0.54153341,0.57593787,0.60410404,0.66796017,0.26664427,0.27122182,0.26880476,0.29027501,0.29898965,0.2974467,0.29987013,0.31535316,0.33420256,0.34264991,0.31794497,0.32008561,0.31920046,0.32315761,0.32705352,2.2344751,2.2495978,2.3375168,2.4189599,2.4875782,2.5351839,2.4707315,2.5193942,2.6076586,2.6488342,2.6908064,2.782017,2.7701344,2.7214246,2.6952746,0.63765675,0.66868442,0.70339161,0.74533296,0.75177503,0.83141196,0.85405338,0.90597111,0.90679759,0.95807564,0.92443728,1.0365813,1.0488806,1.1601242,1.1566135,0.17381093,0.18064515,0.18688096,0.1860401,0.19877122,0.21310005,0.22733858,0.22946407,0.23400253,0.23989627,0.2264909,0.26133513,0.27395514,0.28276008,0.29728648,0.36050427,0.38704142,0.39391154,0.38376442,0.36870098,0.36627352,0.34306353,0.36058494,0.37350157,0.35807654,0.37417638,0.37334356,0.36696136,0.38905576,0.38462389,0.13134851,0.13340251,0.13657056,0.13889961,0.14055911,0.19742557,0.17548057,0.17727639,0.18638574,0.19102989,0.38010246,0.19216309,0.18866377,0.21015468,0.22046979,0.12596492,0.12743016,0.13522874,0.12241927,0.14051053,0.12604326,0.13067849,0.12641338,0.12362686,0.12434717,0.20411818,0.14186978,0.16403601,0.16298711,0.16078372,1.0514467,1.0606529,1.059268,1.0507656,0.99614888,0.95123637,0.95936793,0.90249014,0.89695239,0.86493343,0.80040395,0.90545809,0.91447967,0.87981027,0.904643,0.18780503,0.18097393,0.18296096,0.19159384,0.20353812,0.20898494,0.26024017,0.2578595,0.24549267,0.23703261,0.24693985,0.2267316,0.22810131,0.22933541,0.22609013,0.21796553,0.2275375,0.22676811,0.22753435,0.23644778,0.23348229,0.22886172,0.22559327,0.23001839,0.23716499,0.22025861,0.24964914,0.248596,0.25696233,0.25297648,2.1189923,2.0163529,1.9554293,1.8282509,1.728479,1.6036268,1.8943975,1.7393984,1.6801164,1.7201936,1.5450532,1.5523221,1.5107131,1.4458343,1.4117647,0.16696692,0.16833526,0.16480336,0.15199608,0.14329214,0.12684031,0.092291467,0.087535016,0.074022464,0.070031077,0.18005358,0.078871265,0.079305634,0.084832788,0.11646137,0.71335363,0.73213631,0.74594367,0.74251366,0.7419647,0.73386443,0.71097517,0.69948864,0.72026604,0.71703726,0.72545701,0.74069023,0.75030851,0.73235738,0.75746131,0.28130862,0.28439015,0.295858,0.30629489,0.28622919,0.32275417,0.33401573,0.33531639,0.34839413,0.36196119,0.50666374,0.35363024,0.3768566,0.41727754,0.46184045,0.12419394,0.12452108,0.12990762,0.15066096,0.15619661,0.23942147,0.23232177,0.25157231,0.27500361,0.27584204,0.33275464,0.33025417,0.33478406,0.33053893,0.35776445,7.0883923,6.967792,7.031651,7.1959877,7.2942777,7.2688899,7.0760622,7.2893314,7.3743992,7.4176617,7.5942054,7.7656789,7.8220792,7.7584071,7.7666283,0.46672016,0.43511492,0.41905922,0.41079557,0.37988856,0.36886394,1.2799613,0.90204549,0.69600749,0.64784962,0.65556824,0.56199688,0.54927844,0.51371837,0.52629209,0.2473087,0.28063804,0.30132133,0.28173012,0.28034201,0.2901125,0.28025088,0.28427935,0.28753141,0.30349588,0.30509183,0.32624871,0.32392675,0.34563306,0.35016656,0.094804704,0.095020905,0.11329305,0.12323443,0.1232461,0.27563918,0.27053839,0.28003612,0.29713666,0.3048234,0.40160641,0.32697549,0.34426528,0.37805441,0.34810424,0.089618415,0.093936406,0.093611047,0.098712042,0.12718451,0.15421282,0.16845748,0.18498465,0.18556234,0.18892537,0.27694544,0.22459549,0.21229464,0.21728075,0.21327892,0.23122455,0.22946306,0.24613701,0.24821734,0.24987729,0.22297774,0.2220061,0.21314311,0.23712376,0.25034532,0.27939668,0.2552776,0.25705791,0.27053052,0.28099513,0.14756349,0.17473616,0.19250289,0.21756002,0.23553918,0.24656947,0.24551265,0.2526266,0.26887134,0.28511781,0.29597142,0.32366726,0.3342278,0.32089275,0.31621781,0.2799333,0.31651387,0.31079873,0.3294127,0.34168106,0.39085987,0.36635059,0.38708422,0.38717881,0.39596349,0.40793657,0.41816464,0.3908177,0.42127138,0.41275796,1.3638834,1.4195762,1.459263,1.4236078,1.501276,1.6070923,1.5881224,1.6264971,1.6172359,1.6424997,1.6673079,1.7497182,1.71119,1.663023,1.6853616,0.42158732,0.43604505,0.43896145,0.44334689,0.44038692,0.4471885,0.44502607,0.45029917,0.44972348,0.44718543,0.45573139,0.45050749,0.44580185,0.44335383,0.44461423,0.22141469,0.23707172,0.24290076,0.25437936,0.28860304,0.26264873,0.27957442,0.28683472,0.28409809,0.31247655,0.30883262,0.30250156,0.30888155,0.30539098,0.32848093,0.045906655,0.047363434,0.048780486,0.050496548,0.051858254,0.10526315,0.10491344,0.10883367,0.11160715,0.11297307,0.74555534,0.15729454,0.12094335,0.12300123,0.12494794,5.2808428,5.3498645,5.4106984,5.4217601,5.452179,5.5059319,5.2239213,5.326417,5.4130445,5.5180011,5.5703058,5.5315223,5.5487947,5.5340738,5.5054193,0.1713382,0.17118026,0.18122348,0.18895285,0.1896278,0.22842082,0.20943321,0.22837065,0.22028373,0.23441993,0.35158655,0.23280331,0.2397017,0.26771373,0.28468484,0.29208416,0.27482155,0.28917605,0.30865324,0.31571499,0.31167156,0.31566998,0.31142783,0.29780045,0.32418004,0.36335456,0.34168369,0.3496086,0.34244266,0.35619476,1.3783559,1.3614563,1.3513255,1.2907503,1.3229058,1.3028876,1.2622831,1.3213913,1.3852147,1.3319451,1.3587524,1.2788652,1.2942653,1.293348,1.3214087,0.23215586,0.24777232,0.25138146,0.25972852,0.25381282,0.27183601,0.25909603,0.25012937,0.25957447,0.26025137,0.26118532,0.29487887,0.30234152,0.29989859,0.30894202,0.31894484,0.33839312,0.33595166,0.34042552,0.34269047,0.31308398,0.32421187,0.32465172,0.32977691,0.33065087,0.33725587,0.37355971,0.39113107,0.40091494,0.4270533,0.2085554,0.20273696,0.20182562,0.1970669,0.18141413,0.13680515,0.12794495,0.12077294,0.11611904,0.11133949,0.19233182,0.1453609,0.16204761,0.15871724,0.15115353,0.28490028,0.28937578,0.3049283,0.32085562,0.30810225,0.31777892,0.34596235,0.36727026,0.36846617,0.36963809,0.52667928,0.39072675,0.38284174,0.42802235,0.4427852,0.20468801,0.20459345,0.18401682,0.18269607,0.19607845,0.12960923,0.15887137,0.15330565,0.15855902,0.14067397,0.30108905,0.15515904,0.14252397,0.15559156,0.14971034,0.48168415,0.48490727,0.49309066,0.5010826,0.54689467,0.59678751,0.55979645,0.61585832,0.61046892,0.62366009,0.67377508,0.70031714,0.6911217,0.71733099,0.72562051,0.27346608,0.32706693,0.3378925,0.33634821,0.3387388,0.34466055,0.3289108,0.3508479,0.35369954,0.35240656,0.39675534,0.36404943,0.35980588,0.36510968,0.37334278,1.3523391,1.3596119,1.3613555,1.4093003,1.4391645,1.4338442,1.4925783,1.5430952,1.6197513,1.6122782,1.5936977,1.6822037,1.7050998,1.7492961,1.7992821,0.28785196,0.27720752,0.2879501,0.29116505,0.28080896,0.32286671,0.30712709,0.30740976,0.30711022,0.30535272,0.30875054,0.30237871,0.29461145,0.29382753,0.28727746,0.37290663,0.37798253,0.37309703,0.35968828,0.36549708,0.34738305,0.34722224,0.34318212,0.36539215,0.3833783,0.39047247,0.37114209,0.37213555,0.36764705,0.38071907,0.35984373,0.3646203,0.37647867,0.35074487,0.34879601,0.34235743,0.36290249,0.36464089,0.35864705,0.36697921,0.33478037,0.38132951,0.41431397,0.42883214,0.43845227,0.38830146,0.42618454,0.42744774,0.44922954,0.45136032,0.4373455,0.44441515,0.44602886,0.48138717,0.44887125,0.4658474,0.46311122,0.47017434,0.45907164,0.4618842,0.22185247,0.22565441,0.24094591,0.24509197,0.27644765,0.28591853,0.29195637,0.30771521,0.32069609,0.32812342,0.34262106,0.35775471,0.37340733,0.38097641,0.371878,0.24928036,0.25612342,0.26311174,0.2696043,0.26990554,0.26675081,0.2664451,0.27794492,0.29337323,0.30323157,0.32849792,0.31798822,0.3215152,0.31313103,0.33968785,0.26283607,0.27013797,0.28293607,0.29534215,0.31534627,0.31099853,0.31100145,0.32777834,0.32680863,0.35391814,0.3151406,0.36694074,0.36868924,0.37853679,0.36648574,0.9900853,0.99582505,1.0095181,1.0157369,1.0153615,1.0472463,1.0710088,1.0799307,1.1168922,1.1497691,1.1660784,1.1357284,1.1477342,1.1522403,1.1645553,0.51609159,0.52316457,0.52116507,0.510526,0.5144915,0.51095718,0.50576806,0.52095127,0.49617887,0.510526,0.54134142,0.56454867,0.56170017,0.56451142,0.55751175,0.27859905,0.29159471,0.2954002,0.31140521,0.31301939,0.29318962,0.27859035,0.27584285,0.29280534,0.30927545,0.36052915,0.34470969,0.3531355,0.34824309,0.34794512,0.40295631,0.43050069,0.43318895,0.44023687,0.45004678,0.41085273,0.42532808,0.41556266,0.40905267,0.43182868,0.44035152,0.45058924,0.46861443,0.47557369,0.5013656,0.35944575,0.37258026,0.36983824,0.36625209,0.39519486,0.38791981,0.36632872,0.37934506,0.385212,0.40562186,0.43555579,0.43023494,0.42915145,0.43110085,0.43305573,4.4042978,4.4717751,4.5763984,4.5235457,4.5796738,4.6429968,4.7384691,4.7809958,4.7342968,4.9081244,4.6356406,4.8882637,4.9263506,5.0131841,5.0309138,0.23364238,0.23162067,0.22153528,0.25223255,0.23960529,0.24369447,0.2534976,0.25709283,0.26966861,0.26775932,0.28192437,0.27796414,0.27935207,0.28689656,0.29061654,0.1497246,0.14894331,0.14554472,0.14444624,0.14111386,0.12706308,0.13246824,0.12357453,0.11924221,0.11717553,0.11463457,0.12735951,0.13381633,0.15073943,0.15340786,0.27721846,0.26917577,0.26402104,0.26074848,0.26146644,0.26289737,0.26984844,0.26897058,0.27089077,0.26352614,0.25779027,0.25225469,0.25730887,0.25551397,0.26307994,0.24219227,0.2409149,0.24540769,0.2466069,0.24580206,0.25345007,0.25550154,0.25625789,0.25543073,0.26327997,0.26188114,0.26413843,0.26352021,0.26440004,0.26141772,0.28621635,0.30044809,0.31190351,0.30961245,0.31556141,0.28507197,0.29525635,0.30876553,0.32464573,0.31503558,0.31595755,0.32703161,0.31450397,0.31395784,0.30697203,0.2821348,0.2783927,0.28947896,0.28147811,0.2772975,0.29602748,0.30111134,0.28117359,0.25467664,0.27867809,0.27800441,0.27940598,0.27884173,0.27574375,0.28285933,0.20732367,0.22462136,0.20958653,0.21314959,0.20193392,0.20118538,0.18209045,0.19893663,0.17798163,0.17302488,0.18237156,0.1692017,0.17165379,0.17257853,0.18069917,0.30075884,0.29695788,0.3075693,0.27800614,0.27739984,0.25507042,0.2570304,0.25193721,0.25440976,0.24896842,0.25593138,0.25284326,0.25745085,0.26209617,0.26533511,0.71600026,0.69742274,0.69566441,0.67529672,0.67477381,0.61778289,0.64747387,0.63410431,0.61272889,0.62567329,0.60508817,0.60831404,0.60876948,0.60495472,0.61931515,0.2354403,0.23819622,0.25551987,0.25466892,0.28630251,0.27687609,0.28411782,0.27974635,0.29261383,0.29257774,0.29402757,0.31504253,0.32020691,0.32528308,0.33510622,0.19230476,0.21056275,0.20507281,0.20951517,0.22683859,0.22242214,0.20783994,0.21190259,0.20716485,0.21520555,0.22466919,0.22078218,0.21956095,0.22060135,0.21110997,0.077082917,0.077150136,0.080034681,0.082830831,0.09287823,0.086427547,0.10614654,0.11277697,0.11911852,0.12274008,0.11974853,0.13618547,0.14716211,0.14357261,0.13827062,0.20837408,0.21907674,0.22210591,0.21865857,0.21801242,0.22021627,0.21479249,0.21395995,0.20388915,0.21544206,0.2169861,0.21401647,0.22200593,0.22628792,0.22324555,0.21154694,0.20884681,0.21346116,0.21163739,0.20871018,0.19583753,0.19904855,0.19622378,0.18103123,0.18688551,0.18656199,0.18712512,0.18853192,0.19484992,0.18982524,0.12985663,0.12933263,0.12858097,0.12304537,0.13836929,0.096471183,0.12635197,0.11615575,0.11414392,0.11424598,0.20769459,0.11365321,0.13011059,0.12112647,0.14651644,0.21060356,0.20162286,0.19852957,0.19604656,0.18961935,0.1973889,0.19374156,0.19233783,0.18467289,0.17570148,0.16728078,0.16806503,0.17168882,0.17131688,0.17011556,0.29373273,0.28176078,0.27422115,0.27254885,0.26360896,0.27177766,0.26264614,0.26237887,0.26524201,0.26373544,0.25668257,0.25454798,0.24417561,0.23764166,0.23921882,0.22078845,0.23513441,0.24221617,0.23805164,0.24993809,0.24733171,0.26467755,0.24507169,0.25710219,0.25666919,0.26305351,0.27517432,0.26993054,0.27418724,0.2709026,0.300585,0.32473844,0.32175821,0.32382789,0.30874604,0.30556101,0.29944664,0.29423752,0.29630792,0.31373155,0.33085662,0.32473859,0.32104495,0.31321341,0.30267331,0.33994332,0.32992804,0.35370407,0.32888296,0.34874257,0.30240762,0.30605608,0.29773122,0.30218327,0.31031221,0.31343228,0.34939805,0.35996017,0.37609854,0.35892636,0.15931553,0.15775175,0.158831,0.14573927,0.14248596,0.13178486,0.13513514,0.13721849,0.12330125,0.12267975,0.15594439,0.13432364,0.14190735,0.14248021,0.14909478,0.16963144,0.18708722,0.17503393,0.16877082,0.16926906,0.17102559,0.17188084,0.17308258,0.17999099,0.16467851,0.18433429,0.17134909,0.18029128,0.1875155,0.19073369,0.18963709,0.19617689,0.20535539,0.19895323,0.20285998,0.18917282,0.18600522,0.18624492,0.18741441,0.18558362,0.19525915,0.19780812,0.21075653,0.22356981,0.23386528,0.19432819,0.20255174,0.21332458,0.22413374,0.22802737,0.22119926,0.21311021,0.20960253,0.22853348,0.23385887,0.24109972,0.25663459,0.24441816,0.24269488,0.24048251,0.31105277,0.3099575,0.30972302,0.30475348,0.3046993,0.30407363,0.30477744,0.30307624,0.30797312,0.31667548,0.30197412,0.30058378,0.29933918,0.29347819,0.29837537,0.55956346,0.57388425,0.56960088,0.58183008,0.57833624,0.57794094,0.59126419,0.59254509,0.59290725,0.62733221,0.59276551,0.61577326,0.61311138,0.61205953,0.62003589,0.13801394,0.13440058,0.1490313,0.14465272,0.15029006,0.13955629,0.13790283,0.13648461,0.13320951,0.14322281,0.15250412,0.15092431,0.15287583,0.1569446,0.16100805,0.22302391,0.22330302,0.22313491,0.22406052,0.23260584,0.22605728,0.22700267,0.23033701,0.23551758,0.23715387,0.23386292,0.23651466,0.2372012,0.24122393,0.24142396,1.7760105,1.8150842,1.6535331,1.5802943,1.6365258,1.4101505,1.376205,1.2689239,1.1777833,1.1176938,1.1458899,1.1390887,1.1377175,1.1891576,1.1893764,0.1401331,0.13434565,0.13315451,0.13300635,0.13456054,0.13609979,0.13585486,0.13234538,0.13140677,0.1259664,0.13093504,0.12587923,0.12548709,0.12327358,0.12316902,0.26164457,0.26692009,0.27312887,0.26587969,0.27269566,0.25598574,0.24543984,0.24449195,0.2291431,0.23812193,0.23959982,0.25975475,0.27689984,0.28277996,0.29325926,0.17720516,0.17610069,0.17611927,0.17582971,0.17750157,0.16957715,0.17208198,0.16622095,0.16859539,0.1620651,0.15075117,0.15734442,0.16096227,0.16041957,0.16398121,0.16342443,0.16719338,0.16616599,0.16944659,0.17159186,0.15896204,0.14151427,0.15238266,0.14719412,0.14438605,0.1461156,0.14987168,0.1514906,0.14858009,0.14586669,0.12233787,0.12070432,0.11910209,0.11727477,0.11793876,0.12076697,0.11753979,0.11598613,0.11583908,0.11259302,0.11361161,0.11536121,0.11754291,0.11608849,0.113957,0.021045985,0.021242699,0.020929258,0.020770589,0.041101519,0.02061218,0.071348488,0.070105158,0.068829887,0.06845966,0.32496309,0.098609611,0.10647565,0.1041568,0.10165419,0.11461671,0.11682082,0.11562108,0.12189295,0.11737125,0.1209446,0.12258559,0.12884909,0.13329242,0.12681955,0.13058169,0.1287472,0.12562281,0.12789877,0.12704132,0.21618497,0.22479101,0.23626196,0.23645055,0.23587143,0.23607215,0.24405327,0.24331747,0.23655559,0.24353713,0.25071603,0.24266681,0.23703228,0.23805928,0.23646583,0.26647612,0.25862855,0.25294688,0.24459173,0.23738846,0.24016896,0.23385021,0.22556566,0.22130415,0.21487992,0.20834398,0.20429161,0.20717441,0.20989949,0.20719424,0.20398346,0.20165236,0.19453734,0.19083871,0.18435313,0.17894056,0.17839293,0.17227381,0.1691857,0.16824877,0.16896941,0.16731353,0.16966116,0.1702556,0.16957638,0.61659676,0.60008574,0.59233445,0.55676383,0.57596648,0.59911436,0.6085369,0.58710128,0.56707424,0.5582568,0.65233374,0.65893269,0.63165838,0.66212642,0.65084225,3.1164072,3.3214469,3.5231464,3.393852,3.5743804,3.8202014,3.8711674,3.7529402,3.7939255,4.0389972,3.7597909,3.893657,3.79107,3.7380226,3.8510368,0.49573198,0.50294781,0.48982006,0.4771412,0.48809251,0.47084293,0.47770703,0.47744262,0.46599576,0.48987883,0.47711721,0.48865774,0.52101022,0.5409686,0.56706786,0.38376668,0.391289,0.40702933,0.41526085,0.42297053,0.4295927,0.44357643,0.46056992,0.4515422,0.48395228,0.4944292,0.48735604,0.47571784,0.48921657,0.52155292,1.0101444,1.0261869,1.0137552,0.96149862,0.99740344,0.96038908,0.94735974,0.93615967,0.93982619,0.90351319,0.88066363,0.97951156,0.99412948,1.0206718,1.0196619,0.92024541,0.96477968,0.94520152,0.97765362,0.99252689,1.023751,1.0372466,1.0469335,1.1059406,1.0958567,1.1218252,1.1459668,1.1099639,1.1544199,1.1222758,11.695775,11.945163,12.172348,11.923814,12.167942,12.495763,12.695749,12.463606,12.899569,12.981744,12.381276,13.015874,13.310385,13.094005,13.213004,0.42156294,0.40471059,0.41852534,0.41409633,0.42538768,0.39080191,0.42442545,0.43522486,0.42985216,0.41366088,0.4115575,0.41546547,0.44354153,0.41765299,0.40851468,0.47553363,0.48435852,0.47332537,0.47554284,0.48057157,0.45344207,0.45349598,0.43280438,0.44774744,0.46055621,0.44288459,0.43629125,0.44622436,0.45718881,0.45644483,1.54133,1.6009703,1.5780386,1.5198097,1.5154994,1.4013675,1.3600492,1.3547556,1.2744601,1.3265771,1.3260174,1.4567561,1.4318575,1.4599379,1.433876,0.40314886,0.41947713,0.43709996,0.45036617,0.42631245,0.44855213,0.45893979,0.48799706,0.48100138,0.48007438,0.49169353,0.51114947,0.51469409,0.50526828,0.50096905,0.43378747,0.44686437,0.44157681,0.41559553,0.44025561,0.39800569,0.38884735,0.36547834,0.35417342,0.35920489,0.37663117,0.34626514,0.34270048,0.35377085,0.33663094,0.57168114,0.5812186,0.56862462,0.55770642,0.56151974,0.5383386,0.52497995,0.50151914,0.53163213,0.50769991,0.52839673,0.52996874,0.54100186,0.53571963,0.55480969,0.76838851,0.78801441,0.85291153,0.80142134,0.84911072,0.83272851,0.83776444,0.87224215,0.81998336,0.86704099,0.88704115,0.89789534,0.93204707,0.92024541,1.0159343,1.4940201,1.5092484,1.5748626,1.5006002,1.5112214,1.4132811,1.3525802,1.452885,1.4840183,1.3733313,1.2818037,1.4531755,1.5035864,1.5049655,1.4519888,2.5103657,2.5110674,2.5462451,2.5594888,2.6920817,2.6032119,2.6349592,2.7018049,2.8311768,3.0003798,2.7680864,2.8681571,2.9054656,2.8495588,2.8304458,13.147461,13.18085,13.381335,13.715228,13.929336,14.295973,14.260839,14.496109,14.760365,15.086537,15.571732,15.312837,15.127042,15.229871,15.347077,0.68794191,0.6973412,0.66546822,0.64333016,0.62851578,0.61196804,0.61685431,0.59962368,0.57944888,0.60604095,0.62081677,0.64595312,0.64635569,0.66060567,0.66188455,0.40756693,0.41756177,0.40387005,0.41242781,0.43339705,0.41004181,0.39516473,0.38784918,0.3983742,0.40626502,0.40436983,0.41204104,0.39103878,0.37348756,0.37490463,0.59407324,0.59060591,0.59888482,0.56037724,0.55513668,0.49166894,0.49325204,0.51193357,0.49377564,0.50151873,0.60554248,0.54154193,0.57881951,0.60405582,0.61854172,2.2131701,2.1926165,2.2715404,2.2800536,2.3896334,2.2773945,2.3536863,2.2456365,2.3550482,2.3934805,2.2851746,2.3846903,2.355623,2.4051251,2.4212081,0.49526584,0.51960492,0.55146378,0.55301934,0.52880907,0.46551153,0.50461948,0.50221348,0.47329277,0.52358007,0.54000229,0.5830009,0.61796677,0.66057301,0.69372183,0.41249999,0.43110028,0.39888838,0.39873001,0.40359703,0.37289608,0.37189472,0.39314124,0.37400135,0.3844364,0.38483649,0.36984855,0.3702915,0.3601374,0.36428532,3.0332835,3.1314459,3.1196752,3.1263499,3.2202046,3.1288047,3.2375629,3.2658412,3.497504,3.5647795,3.4627266,3.4964609,3.4417756,3.5355673,3.4789157,0.50187087,0.48519784,0.47856891,0.47091958,0.47973716,0.48654491,0.47918689,0.46289852,0.46896431,0.47501218,0.46690485,0.4689604,0.4668628,0.46957502,0.46641836,0.5396716,0.54436165,0.51207298,0.50604653,0.51536834,0.46725479,0.45274264,0.41468516,0.45846817,0.43126893,0.51801366,0.46049067,0.48598862,0.47779432,0.50292718,2.1720192,2.2200773,2.2938945,2.3005867,2.2561264,2.1830945,2.1689222,2.1495609,2.1577065,2.2940819,2.195122,2.3447678,2.4321797,2.4974773,2.5641026,0.89610785,0.90095729,0.89738685,0.95396304,0.93635219,0.98806435,0.99757981,0.9908973,1.0138152,1.0522434,1.0879681,1.0767206,1.0821685,1.0835862,1.0925591,0.47325295,0.46330047,0.45017442,0.45597708,0.4109621,0.43315521,0.41204292,0.41798991,0.41380277,0.38311458,0.45688987,0.43889824,0.46865708,0.4924702,0.51401532,0.34048566,0.34448817,0.34430724,0.35051414,0.35238016,0.33701238,0.34316513,0.32744634,0.32374176,0.32737777,0.37304634,0.36034492,0.37378737,0.39671355,0.39418951,0.5199644,0.52379489,0.53474444,0.50846511,0.51446587,0.49766377,0.52844959,0.5385195,0.50975418,0.48655778,0.54789293,0.50955415,0.5077796,0.52578527,0.55904198,0.26077068,0.26006711,0.2703616,0.26619092,0.26846406,0.28537661,0.29101068,0.28500912,0.28653297,0.29156271,0.35412693,0.33286506,0.32644513,0.33781689,0.3709245,0.48871171,0.46779671,0.46874449,0.47345161,0.46864092,0.44775066,0.46401328,0.44656485,0.42585713,0.426503,0.446206,0.44639534,0.44301063,0.44006732,0.43903008,0.4683044,0.45587075,0.46313125,0.42018783,0.42594713,0.38458568,0.38522339,0.37889826,0.36368099,0.36487207,0.36941957,0.3883191,0.4099451,0.41080272,0.42457893,0.62193602,0.63961178,0.63682479,0.61007369,0.64408046,0.61114216,0.61409056,0.62432241,0.59528297,0.60747308,0.65562326,0.64200431,0.68584943,0.70205885,0.66165173,1.0071722,1.0404534,1.0115267,0.97884434,0.97913325,0.86311203,0.8654474,0.81260771,0.78635877,0.81946653,0.91424704,0.88518167,0.9677698,1.0166841,1.0742273,2.5518568,2.5346017,2.6021848,2.6061542,2.6898475,2.7822032,2.8195927,2.9574568,2.9915762,3.0017424,3.0739045,3.1235847,3.1629171,3.2108531,3.2406099,0.37308022,0.35175124,0.35924497,0.36084604,0.34723079,0.34345925,0.33784819,0.32758579,0.35006994,0.34038249,0.33395547,0.32376647,0.31285712,0.32028425,0.32513908,0.38283238,0.37362546,0.37406433,0.38304749,0.38597143,0.38518617,0.38332692,0.38462949,0.38969138,0.3834987,0.37449449,0.3640238,0.35651395,0.35114053,0.35302114,0.73918265,0.76453507,0.77108717,0.76318222,0.81034482,0.74794316,0.76826769,0.71835804,0.7352103,0.8070603,0.88800609,0.87478858,0.86625695,0.84485847,0.84014273,0.44743115,0.42513731,0.41217902,0.39827147,0.38724187,0.39259723,0.38155818,0.37118968,0.36046019,0.34849867,0.3484638,0.34335837,0.34128693,0.33519411,0.34257606,0.13192612,0.13250883,0.13519603,0.09199632,0.094117649,0.0483559,0.143747,0.14258556,0.14157622,0.14077897,1.7980638,0.13452914,0.13599275,0.18382353,0.22624436,1.0054684,1.0048934,1.0184371,0.93015248,0.91860163,0.72930801,0.7175194,0.72699285,0.66213775,0.66419393,0.93880391,0.68773395,0.6706149,0.74600667,0.77567214,0.33646384,0.34118202,0.353196,0.35993066,0.34348422,0.34663555,0.35008889,0.3730934,0.36701736,0.38637438,0.39564675,0.3928827,0.39442366,0.38276428,0.38209051,3.4294586,3.485342,3.4947486,3.5747063,3.3990576,3.2961993,3.2358601,3.3472419,3.2258062,3.1393847,3.0822392,3.1626575,3.0014336,2.9155726,2.8696764,0.33209178,0.38644528,0.36293659,0.38131556,0.36357889,0.37684849,0.34606498,0.35511574,0.35584021,0.37107232,0.37589088,0.38356221,0.38679835,0.39370078,0.39886618,0.40607536,0.41312689,0.40039802,0.41200534,0.39944077,0.38083202,0.36174428,0.37272611,0.38527137,0.38711742,0.358619,0.34323564,0.35013548,0.35884067,0.35002127,5.5666575,5.4591622,5.4369483,5.2760916,5.2219319,5.095448,5.2850356,4.7415695,5,4.9591775,4.618413,4.8888888,5.0477071,4.8443971,4.7804422,14.189981,14.267559,14.328358,15.013727,15.136946,15.246637,16.001394,16.186234,16.491821,16.668159,16.945021,16.963238,16.973507,17.00416,16.907776,0.29183939,0.28629565,0.28585318,0.29289863,0.2868531,0.29417264,0.28740183,0.28251663,0.28274515,0.281618,0.2835485,0.28540891,0.28669339,0.28141558,0.28318223,1.2271934,1.4438827,1.4360784,1.5281416,1.5290642,1.6641512,1.6904092,1.7426326,1.8349359,1.8897574,1.9232327,2.0463462,2.0993221,2.0166898,1.9986074,1.496765,1.5616794,1.5674028,1.59433,1.6397439,1.6751539,1.6908579,1.6603408,1.6817205,1.6595522,1.6951929,1.7123288,1.7386047,1.7607037,1.7746582,0.7477954,0.77260756,0.7790665,0.81781799,0.83558697,0.86614722,0.81467098,0.80529886,0.90344632,0.86194861,0.91222453,0.89700186,0.91711122,0.88628352,0.89626896,0.62227905,0.63653874,0.64843053,0.6134969,0.62040281,0.62459213,0.57607985,0.5487805,0.56462759,0.56779522,0.60003269,0.56857419,0.58595097,0.60318929,0.58786774,2.1874135,2.2765198,2.1700037,2.3042765,2.413255,2.4151464,2.5089898,2.6231396,2.7305999,2.68679,2.5006251,2.4704258,2.5391612,2.6015575,2.5793064,0.37871021,0.40083277,0.41116849,0.40113315,0.41043088,0.40986538,0.40146726,0.42224881,0.39471322,0.38618347,0.40554121,0.40472293,0.40282094,0.43068385,0.41447553,0.46780407,0.47292668,0.48510981,0.46570423,0.49580219,0.42386913,0.4453899,0.44639882,0.44583446,0.46986175,0.59339178,0.52208835,0.49896878,0.5106101,0.48705631,0.24527889,0.23982927,0.24434407,0.24775121,0.24351992,0.23888589,0.24827316,0.2607154,0.24868134,0.25082734,0.26854119,0.25670639,0.25384748,0.26688319,0.28076962,0.54811007,0.5927549,0.55957919,0.52415061,0.49777889,0.46997061,0.44509923,0.45783511,0.42115188,0.43152323,0.43464518,0.42705977,0.4611508,0.45982498,0.46422893,0.35700503,0.35614592,0.35587189,0.35638604,0.35831881,0.36196437,0.40493825,0.43017209,0.40314454,0.41862363,0.78885359,0.47941637,0.48451653,0.50192225,0.52733535,0.73475903,0.71789777,0.72334945,0.70645332,0.72234344,0.7084927,0.72477114,0.72292763,0.70004487,0.69809842,0.7223888,0.73535901,0.75001913,0.75487912,0.76784676,0.60868841,0.6630426,0.63453603,0.67451906,0.63321966,0.64506996,0.6350559,0.64263701,0.66933858,0.68860614,0.68398321,0.67743403,0.66733402,0.64868701,0.6390577,0.2476247,0.2434971,0.24597773,0.24455878,0.24231358,0.24259236,0.24454026,0.24519485,0.23875718,0.23540872,0.24172659,0.24388814,0.24316537,0.24515034,0.24485904,0.89956141,0.90591812,0.90172642,0.83564448,0.87095368,0.83506542,0.80774266,0.81097943,0.74852508,0.75058818,0.8071512,0.80629897,0.82282585,0.82442749,0.83670819,0.56195301,0.57832652,0.58931017,0.58663028,0.63029975,0.61619318,0.61355269,0.64719021,0.62599957,0.66343337,0.74920225,0.67796612,0.73749065,0.7592907,0.78058064,0.94568694,0.96674401,0.94780576,0.93445647,1.0004002,0.93559325,0.9667173,0.98135424,0.96792829,1.0105448,1.2729425,1.0734805,1.1704119,1.11023,1.1367327,0.47746044,0.47367075,0.47233468,0.47720706,0.47936639,0.44683871,0.45631513,0.4742519,0.46488041,0.51016074,0.54879606,0.52456498,0.49860305,0.46875674,0.53577602,0.64948893,0.64666599,0.63034189,0.61656213,0.61296916,0.5379886,0.55005497,0.5310322,0.524378,0.53917629,0.82471836,0.56660503,0.59350634,0.60888255,0.70658684,0.59719318,0.61689538,0.58993399,0.60132539,0.61417067,0.57759106,0.60874826,0.61086613,0.59069651,0.6035552,0.65473229,0.68791181,0.67781103,0.69228536,0.7495445,0.28844669,0.27413788,0.28300703,0.28619689,0.28334546,0.28284773,0.29960892,0.29457346,0.30239856,0.29671445,0.31054136,0.30814964,0.30524895,0.31199649,0.30585906,0.57727087,0.58151752,0.58315182,0.57799393,0.59309465,0.51773053,0.54976439,0.55946058,0.55470401,0.58496857,0.67521942,0.60675007,0.67835367,0.75095785,0.80067748,0.61975366,0.63535374,0.60740572,0.57059139,0.58592993,0.5997352,0.55164319,0.56086576,0.55922109,0.54696107,0.59765035,0.58383358,0.60480529,0.64672261,0.63715488,0.33825791,0.33657977,0.33345595,0.33867452,0.3112874,0.3120057,0.325524,0.33424565,0.3297585,0.33261135,0.33765024,0.34145483,0.34437728,0.34254232,0.35051399,0.45559192,0.4533256,0.42628515,0.4249503,0.42206618,0.40188101,0.40222919,0.40590715,0.39106044,0.38534001,0.39376122,0.38949054,0.39489502,0.38890588,0.39990753,0.33450705,0.34933659,0.36201569,0.34956625,0.35332853,0.34364814,0.35670671,0.34863359,0.34147835,0.34029666,0.40645096,0.37165591,0.37077749,0.34460124,0.35831153,0.34369665,0.36007425,0.36408311,0.36022732,0.36938962,0.34346634,0.33172294,0.33386365,0.31917059,0.34395993,0.40226009,0.36522838,0.37322247,0.37710631,0.40334198,5.9786873,6.2845535,6.6689348,6.5558949,6.6614599,7.1308255,7.2546391,7.5597868,7.8975329,8.6131725,8.307765,8.854044,8.9832535,9.015996,8.9707499,0.41414508,0.40963119,0.40741664,0.42783403,0.40939838,0.41370592,0.40225703,0.38936293,0.41245472,0.42002547,0.43763983,0.43319133,0.42298865,0.43287528,0.44709608,0.55278021,0.58914459,0.53649729,0.50702298,0.47913444,0.46322703,0.47675389,0.46353793,0.44238392,0.42038602,0.40782598,0.4404968,0.42950618,0.45369038,0.45191044,0.86435294,0.86482102,0.85181761,0.85040641,0.83763802,0.80510068,0.80369776,0.7894153,0.76861739,0.71558219,0.67466468,0.71923488,0.72683299,0.75267822,0.72096521,0.33171788,0.30783364,0.30682498,0.31027445,0.29402927,0.29921049,0.29271725,0.2927804,0.28776768,0.27625757,0.28439862,0.28162315,0.28729007,0.28366673,0.27560788,0.32883623,0.32102123,0.32205293,0.32131132,0.31907976,0.33087397,0.32667699,0.3238309,0.32267094,0.31825227,0.3122704,0.32377103,0.32618991,0.32876936,0.33227482,0.70733863,0.74936742,0.68354023,0.67938662,0.67971551,0.63240129,0.61304337,0.60030627,0.57073098,0.56035274,0.58661777,0.59338105,0.58594352,0.57471263,0.59838408,2.237927,2.2238164,2.2028689,2.0512822,2.1836786,2.208885,2.0786207,2.1418602,2.143466,2.3193963,2.1302872,2.3843527,2.3660097,2.4452207,2.5910366,0.66482085,0.64562058,0.63945162,0.64098656,0.6297313,0.63064754,0.61713898,0.62283778,0.62334508,0.6164394,0.60458434,0.59962088,0.62198496,0.61941969,0.62327719,7.4400425,7.3407478,7.3983817,7.3646145,7.2537551,7.1741252,7.1840787,7.1121893,7.1393123,7.4274077,7.210947,7.2701788,7.3472848,7.4004941,7.3783317,20.018095,19.823788,19.837267,19.887659,19.826603,19.737705,19.718571,19.953329,20.130093,19.802832,19.832428,20.060757,20.203852,20.489573,20.364729,0.45836958,0.45832625,0.4679237,0.41349292,0.40731552,0.37691465,0.37217215,0.37624648,0.37434554,0.40605968,0.41819265,0.40935069,0.36521694,0.3976447,0.42850986,0.48468062,0.4931314,0.5108332,0.44658807,0.44085228,0.45913681,0.44651163,0.42862469,0.41291291,0.41627246,0.55091184,0.38284838,0.48393342,0.58662498,0.60487807,0.25362578,0.26756796,0.26589274,0.25958946,0.2537384,0.23865952,0.24386254,0.23880982,0.22908048,0.22968616,0.24493743,0.23930508,0.23975286,0.26338893,0.25802708,0.09673699,0.09653943,0.10035309,0.10091949,0.10125253,0.083777614,0.072375439,0.072713353,0.080794089,0.073387407,0.18157935,0.10520983,0.11020152,0.11867088,0.13444048,5.17556,5.3067579,5.4245572,5.5124016,5.6377025,5.5256495,5.5330362,5.6162562,5.6736979,5.6508551,5.6272774,5.636343,5.5797758,5.6491742,5.6357484,0.1722118,0.19603811,0.18436725,0.19229536,0.19012588,0.20898892,0.22298235,0.19594364,0.18691167,0.19724739,0.23314105,0.22080287,0.20548747,0.19441627,0.18789272,11.336656,11.016058,11.083186,10.944865,10.614722,10.912387,10.749808,10.874795,10.928201,10.852087,10.693672,10.972946,11.133396,11.426668,11.488497,0.93704015,0.99882948,1.020328,0.9838146,0.95762509,0.95381922,0.97405195,0.95153618,0.91305757,0.92233008,0.93877876,0.94875127,0.98789829,0.96702206,1.0839884,0.43978757,0.46703169,0.50027549,0.55365366,0.54022098,0.54093826,0.55983204,0.54671967,0.5753414,0.60157681,0.58229023,0.59915894,0.59649581,0.60117632,0.62861592,1.3448195,1.3219963,1.301862,1.3720944,1.3164072,1.3100034,1.2710633,1.2615356,1.2443914,1.3024627,1.2474223,1.2890422,1.2886512,1.3068013,1.3152527,8.5588264,8.7547712,8.5653353,8.7725544,8.811717,8.7002716,8.4001894,8.5118837,8.4621649,8.9184504,8.1733532,8.5688028,8.6330109,8.8051033,9.2201004,7.4739285,7.8370514,7.7846632,8.1593189,8.2625484,8.1814651,8.4836855,8.0506039,7.9352999,8.4566593,7.559938,8.3973866,8.2866526,8.1849842,8.4625692,0.21369278,0.21416803,0.21480501,0.2232143,0.23866349,0.18383889,0.18661465,0.17875382,0.19656441,0.18913344,0.44486272,0.21292906,0.22325262,0.23201856,0.23297954,0.7538417,0.78252012,0.79280168,0.81002361,0.82633382,0.75327986,0.79137403,0.8343634,0.84274179,0.81371272,0.75768477,0.80910277,0.76844752,0.78002375,0.81461567,0.34120631,0.33745688,0.33781216,0.34330383,0.34124985,0.35277572,0.34901664,0.35008073,0.35288146,0.33584777,0.33851165,0.33633766,0.34574303,0.33463237,0.3379575,0.17360139,0.17110056,0.18349615,0.19146898,0.19830915,0.17018203,0.16325699,0.16315709,0.18112296,0.19075347,0.2284579,0.17834143,0.20254916,0.2067845,0.21133336,0.22200595,0.23493269,0.24106425,0.23443224,0.25177252,0.2335517,0.24808301,0.23674902,0.26033014,0.26610488,0.2806491,0.27311853,0.26622751,0.26268983,0.29077667,0.17964444,0.18205789,0.18355593,0.1983619,0.19930564,0.25565389,0.25082508,0.26024288,0.27721435,0.27301893,0.4271149,0.28915665,0.30883694,0.34580097,0.40265611,0.099328347,0.09913142,0.09890265,0.11765814,0.11799132,0.06623143,0.076034784,0.075858146,0.095278926,0.095597722,0.21588947,0.091039769,0.1053539,0.11529039,0.12973285,0.18737522,0.19092196,0.1996693,0.18107457,0.19093527,0.16401716,0.18657896,0.18088922,0.17268948,0.1756459,0.26586375,0.1994018,0.22872236,0.23589478,0.23709767,0.93989223,0.98263568,0.97936654,0.95049858,0.97729927,0.97928929,1.0373262,1.0029216,0.93643153,1.0144455,1.018819,1.0307719,1.0689194,1.097101,1.1018867,0.25538707,0.25555024,0.25416997,0.24053881,0.24295433,0.081102997,0.065284804,0.081459761,0.065434322,0.066423111,0.41597337,0.083291687,0.16820858,0.28404343,0.21779193,0.9296146,0.90361637,0.88718963,0.86541885,0.85648698,0.85844862,0.83670753,0.82408339,0.81177056,0.78406167,0.77349919,0.76395732,0.76134312,0.74951172,0.74144232,0.16218956,0.16110356,0.16680145,0.15724069,0.17362884,0.15327236,0.15892546,0.17017326,0.15658437,0.16272113,0.2681106,0.16916002,0.17009515,0.18071648,0.18673638,2.0814085,2.3417687,2.3007441,2.4095752,2.3800957,2.3559942,2.4465451,2.5393829,2.4181657,2.4375889,2.3692732,2.5906229,2.3625515,2.2861285,2.195667,0.53720719,0.54890835,0.52678835,0.4949213,0.52258939,0.50549453,0.47064516,0.44018984,0.44384563,0.44433865,0.43585071,0.48113382,0.48902953,0.48984936,0.50789189,3.3123136,3.3348548,3.3020372,3.3520312,3.3603945,3.4282107,3.4095261,3.4368093,3.3487916,3.3772688,3.3257108,3.5037563,3.5698495,3.5836854,3.629493,0.1162167,0.11869979,0.1187757,0.12043729,0.12157486,0.13213781,0.14173675,0.14254491,0.14473176,0.14597119,0.36027265,0.18649392,0.21386217,0.26331186,0.26349175,0.78452229,0.80571204,0.73791182,0.68652767,0.70273632,0.54123873,0.53789735,0.52743256,0.48986998,0.49711549,0.54290825,0.60986876,0.61292136,0.6243366,0.69013113,0.28195715,0.27863929,0.28488642,0.25867903,0.26534158,0.27719527,0.26963913,0.27138022,0.25334609,0.24727757,0.25313461,0.27683789,0.30632201,0.30814829,0.29671496,0.26615971,0.2698535,0.27586207,0.28146362,0.28583094,0.16508462,0.084281497,0.086206898,0.086692676,0.087700069,0.44043162,0.24245095,0.24406479,0.28946781,0.29266098,2.2256439,2.4072499,2.3498321,2.3272467,2.3062003,2.1659086,2.2765415,2.2759078,2.1590233,2.3576379,1.997897,2.3259327,2.3583834,2.4624534,2.3519368,0.18617351,0.18953753,0.19008999,0.19248043,0.22152723,0.1056245,0.10788941,0.13478906,0.13620266,0.13694878,0.40066317,0.1381979,0.14039029,0.12846132,0.1595359,0.6767121,0.6998654,0.64701653,0.60920984,0.63063067,0.50844377,0.5017333,0.49369171,0.46909493,0.44150111,0.54337817,0.46240637,0.50766104,0.55607045,0.55238277,1.1586453,1.1680144,1.1789181,0.9837566,0.97705072,0.80018288,0.83314049,0.83234245,0.65406978,0.66782093,0.84158415,0.72247136,0.78263068,0.84012216,0.86801124,0.25531247,0.26506588,0.28175536,0.27277893,0.26854649,0.22949365,0.23289666,0.24398996,0.23727351,0.25604039,0.29603958,0.29486859,0.32188067,0.33256218,0.32795155,0.28111821,0.28413576,0.27208707,0.24108005,0.24437928,0.13170892,0.18324171,0.15128593,0.13474819,0.13577732,0.39035982,0.13668205,0.1377885,0.15506548,0.17229497,0.30237579,0.3140457,0.32948273,0.33079591,0.32024339,0.30185083,0.29983824,0.31492344,0.30024174,0.31822413,0.35182679,0.32952124,0.36154416,0.39854646,0.35779566,0.16067022,0.15934442,0.16662902,0.16600546,0.17815885,0.19310345,0.20952952,0.20832768,0.22753745,0.21820959,0.24826759,0.24443835,0.24988893,0.26125625,0.29255244,28.759436,29.399347,30.114943,31.683928,32.6558,33.939049,34.792496,36.00523,37.114742,37.763672,38.793583,39.515835,39.239128,39.398361,39.782803,0.27670717,0.28146362,0.30244985,0.30114433,0.33205876,0.36404085,0.42848396,0.42482641,0.45021465,0.45368218,0.52022505,0.48523206,0.48548812,0.60298318,0.54059786,0.096392177,0.097674422,0.10308795,0.11787448,0.12780461,0.22788776,0.239223,0.23948655,0.25820023,0.25974026,0.29750481,0.30543974,0.29308322,0.28888997,0.31673759,0.15813054,0.1618406,0.16093254,0.15589815,0.1637931,0.14646965,0.14528672,0.14952791,0.13643728,0.14164306,0.21463832,0.14211275,0.16038144,0.1817867,0.17712113,4.5803232,4.8020992,4.9406276,4.8526864,5.0372229,5.1585741,5.3473458,5.5308719,5.3723588,5.6914306,5.7344375,5.7719054,5.6649961,5.7000232,5.6486001,0.32370597,0.32708243,0.3088994,0.28981933,0.27393886,0.22957544,0.24075824,0.22710755,0.19238284,0.19604295,0.22888808,0.23465703,0.25083864,0.24952832,0.25270978,0.13447465,0.13417624,0.13966842,0.1394088,0.13881749,0.15778992,0.15505078,0.15773685,0.17056468,0.15631807,0.21435134,0.18074435,0.16534391,0.17853498,0.19378856,0.22943297,0.23049062,0.23163469,0.22121447,0.22249416,0.13454422,0.13507429,0.13654985,0.12564249,0.1254133,0.39089447,0.16171885,0.174703,0.21074815,0.15390079,0.19395399,0.19143809,0.19630297,0.19167046,0.20299007,0.20517422,0.22971143,0.23132952,0.22937912,0.22737049,0.28981087,0.26998332,0.27620116,0.2552028,0.25859216,0.20682025,0.21106154,0.2516332,0.25160885,0.24237724,0.28490028,0.28629661,0.28470781,0.32187825,0.33305186,0.40699849,0.33361134,0.35966247,0.35871965,0.38331869,1.6283138,1.6784934,1.6001095,1.5998887,1.5589887,1.5183766,1.5247411,1.574344,1.4030986,1.3793104,1.4587892,1.7246419,1.7168674,1.9372278,1.9569471,0.23293044,0.24539006,0.2214788,0.22561665,0.22673523,0.2341556,0.21122707,0.22530118,0.22186579,0.20693836,0.21175151,0.21791567,0.22237636,0.21801838,0.22303744,0.47307834,0.48882192,0.48737881,0.50247765,0.48457691,0.45280391,0.44342825,0.44558489,0.46281052,0.4482584,0.43658972,0.47617388,0.51129919,0.52102327,0.53278261,0.79734224,0.94219697,1.0288821,1.1026169,1.1510264,1.129115,1.1947864,1.1271676,1.3003901,1.3407339,1.419762,1.4311143,1.5112814,1.5941617,1.5839193,2.6196115,2.7428572,2.6821587,2.7123737,2.6762702,2.7012861,2.8170478,2.7524819,2.934423,3.0517619,2.8795371,3.0791047,3.0941951,3.0986691,3.0437322,1.4100223,1.4511873,1.4392927,1.355827,1.3752866,1.004972,1.0846672,1.0504202,0.92409921,0.9871155,0.95009392,0.99727064,1.0124694,1.001292,1.0859047,1.2267398,1.289555,1.3243749,1.336346,1.2607338,1.1878773,1.2768688,1.2342916,1.2574178,1.2474939,1.2768648,1.3031071,1.3115691,1.3677428,1.392899,0.20479031,0.20622255,0.21417099,0.20589025,0.2235536,0.14360079,0.197522,0.18941103,0.1984843,0.19938374,0.39169249,0.21060342,0.22910556,0.25655121,0.27392256,0.72841728,0.71082383,0.70018274,0.701244,0.69147319,0.68634939,0.65793973,0.64030582,0.64188987,0.62713438,0.61474121,0.60607237,0.59103608,0.59292954,0.59272832,1.776116,1.6381932,1.4204546,1.5333805,1.4322611,1.2884753,1.3245033,1.1727339,1.2692214,1.2832929,1.2269938,1.5598342,1.791411,1.6539127,1.8910177,3.1072941,3.2461298,3.4330077,3.5670657,3.6825981,3.9254658,4.0076928,4.3169503,4.3966966,4.5156455,4.4090176,4.6682434,4.4305792,4.4580307,4.4361339,0.46715325,0.485782,0.50388288,0.45950943,0.46360409,0.46483549,0.47636497,0.49300548,0.4588021,0.46740779,0.51615369,0.5496282,0.65125364,0.74636722,0.82650137,0.32036048,0.32738045,0.32505304,0.34009597,0.33751205,0.36658338,0.34087789,0.34462309,0.3599689,0.38522369,0.39702308,0.39680079,0.39809778,0.40423992,0.42061311,0.44316193,0.44348183,0.45417011,0.39455923,0.41048312,0.33613446,0.35781941,0.35460991,0.32301763,0.32117695,0.5055716,0.33229491,0.36633873,0.39932746,0.39932746,1.3857379,1.4229151,1.3228992,1.3174171,1.263158,1.276832,1.3349136,1.2970737,1.2550988,1.1934831,1.0989012,1.2754445,1.3606758,1.4357456,1.5565438,1.9942579,1.9979434,2.0147717,2.0312281,2.0702043,2.0555022,2.0921874,2.0909688,2.1141956,2.1258955,2.1258526,2.1437163,2.1803248,2.1981144,2.2009163,0.73271745,0.73165947,0.75226802,0.76582962,0.73442566,0.72751492,0.72884732,0.74808544,0.73926055,0.74846339,0.75486445,0.76574641,0.75998962,0.78890157,0.79371911,0.40544057,0.42362943,0.45639864,0.42262375,0.4405117,0.41513202,0.44244105,0.4117811,0.43202472,0.43468368,0.43972895,0.46255854,0.45893583,0.44099233,0.45610034,0.21482976,0.2143553,0.22157054,0.21633668,0.22365479,0.16527833,0.17805329,0.17034659,0.17012367,0.17833553,0.36077401,0.20418917,0.21841286,0.25265956,0.24837215,0.25061905,0.28024045,0.27152094,0.27311942,0.26754799,0.24539357,0.2800577,0.2653642,0.26768798,0.26119602,0.26660478,0.28292468,0.27425617,0.26090097,0.27948284,0.088775784,0.087837443,0.093245529,0.10095474,0.10259333,0.14901035,0.16925637,0.16784987,0.17779967,0.17991495,0.23532631,0.21338296,0.22863755,0.21976815,0.22131146,0.77836543,0.81097317,0.79460871,0.81447971,0.79131585,0.78515345,0.84284097,0.80745339,0.91648644,0.81150484,1.0186234,0.94601542,0.96538979,0.94281614,1.0876194,0.48166299,0.32976827,0.28230581,0.29599482,0.27485546,0.24433149,0.28658959,0.26844302,0.30102348,0.30528137,0.53278685,0.3510946,0.35376132,0.37723988,0.35994071,0.2745114,0.27272356,0.27388301,0.27792537,0.28823122,0.27226919,0.27619821,0.27801281,0.28561082,0.27778897,0.36166367,0.32621831,0.35037684,0.36022761,0.41616875,2.6679602,2.8406234,2.9524052,2.987381,3.0483079,2.9963522,3.0830038,3.1275277,3.354413,3.5277777,3.3032186,3.8702335,3.9976656,4.2521996,4.5414333,0.21253002,0.20676346,0.20687753,0.18789239,0.19305907,0.14281765,0.15577751,0.13359131,0.13769679,0.13343149,0.25856498,0.14867817,0.14947683,0.15871534,0.18297832,0.53110218,0.53141147,0.5294075,0.52623886,0.5335477,0.44930792,0.47427946,0.48410404,0.46951747,0.4846293,0.54941082,0.52501094,0.56946778,0.58823532,0.56040758,0.57371169,0.59529918,0.63645232,0.60259581,0.62873477,0.62733305,0.66673559,0.71623641,0.71461862,0.47749341,0.78904742,0.68335944,0.71413678,0.70263755,0.73820192,0.36805701,0.38222831,0.37681806,0.38053566,0.38483447,0.3936865,0.42027444,0.42175177,0.40933368,0.42047825,0.41114703,0.39981952,0.39731628,0.405779,0.40470079,0.2113986,0.21086369,0.2117388,0.2143347,0.21731572,0.20216227,0.18546322,0.19588637,0.19784172,0.1969385,0.41016495,0.19692087,0.24269663,0.2624197,0.26438144,0.42158514,0.42924598,0.47264391,0.50258476,0.55393589,0.69107485,0.8048889,0.78927773,0.87586826,0.89897913,0.91310304,1.0479951,1.0885999,1.1009175,1.2165076,0.17970888,0.18972678,0.18808652,0.20318726,0.21489544,0.20490189,0.20823511,0.20656325,0.21960083,0.22558437,0.23532158,0.29199922,0.31151435,0.33696267,0.34437552,0.26215497,0.29599029,0.30172503,0.29944777,0.32804352,0.314437,0.31338981,0.3127239,0.31179813,0.33652288,0.32369444,0.30472603,0.31953648,0.32631889,0.32916492,2.0431836,2.2000718,2.3632066,2.4441595,2.3899953,2.4880741,2.5227423,2.666919,2.7212832,2.7498324,2.6282973,3.0164444,3.1502266,3.1043005,3.0200338,0.14308241,0.14435115,0.15416543,0.15829401,0.17996034,0.20199546,0.2167369,0.21587764,0.22679211,0.23216221,0.20154414,0.24989974,0.25802037,0.2459144,0.24737749,0.11271676,0.11512117,0.11160076,0.12840633,0.13823065,0.13730106,0.14924136,0.15570368,0.15492077,0.16274275,0.18604401,0.19301914,0.18531948,0.18486765,0.18743642,0.14764506,0.14104372,0.14924259,0.17144987,0.18744844,0.1492983,0.13984984,0.14179105,0.15761033,0.15944119,0.19069412,0.22768669,0.22366188,0.20195743,0.20615286,0.15800205,0.14799693,0.15346053,0.16950023,0.1758924,0.17129511,0.16468529,0.17938599,0.17327489,0.17847127,0.20458265,0.20191561,0.21986076,0.22797927,0.25638342,0.4356485,0.42468151,0.38730636,0.37160906,0.40510678,0.37317926,0.36560917,0.3603394,0.28509524,0.28772008,0.3440367,0.31016657,0.3121748,0.38809833,0.37295476,0.096580081,0.098179899,0.098358959,0.099929005,0.10749509,0.10742322,0.10802726,0.11788481,0.11132678,0.12191582,0.11729173,0.11535048,0.12340964,0.13523844,0.15073149,0.13294336,0.12674271,0.13417415,0.14106266,0.16154002,0.13510774,0.1137352,0.11358321,0.11400215,0.11378849,0.18051748,0.14755197,0.13474365,0.17648655,0.18989488,0.055741362,0.046733338,0.066243969,0.056791294,0.066388465,0.11458035,0.14239606,0.13170272,0.14026557,0.14145605,0.2173913,0.12433053,0.14425851,0.17408124,0.1657728,0.14453851,0.14014326,0.13701518,0.14884907,0.15556271,0.119767,0.12172181,0.12301499,0.11905436,0.12615402,0.21252155,0.14311066,0.14335684,0.17875677,0.17841727,0.30794498,0.30382398,0.29573298,0.26715109,0.28471309,0.17726567,0.14616595,0.12672812,0.10341261,0.11660448,0.140433,0.1309212,0.16750419,0.16666667,0.15643802,0.050881952,0.052087855,0.053205639,0.05510148,0.064983286,0.046965998,0.077234991,0.090343304,0.090543263,0.091631033,0.26153362,0.11247444,0.11734585,0.11995638,0.13076168,0.090145923,0.10822511,0.12642226,0.14505367,0.16926399,0.23070097,0.27686146,0.27881593,0.29811591,0.34191111,0.33406907,0.33611426,0.36967456,0.37864909,0.39338619,0.040938865,0.041263584,0.045777068,0.051200897,0.069666989,0.089432806,0.11353423,0.11419327,0.124533,0.12978274,0.17009282,0.14640574,0.14232431,0.16719119,0.15389962,0.085173294,0.086172611,0.08428292,0.082601964,0.091202468,0.086098656,0.072883643,0.07770583,0.075332411,0.076170169,0.13392515,0.088926695,0.10124217,0.12304029,0.11240917,0.066061676,0.065841913,0.083443433,0.08947622,0.10632095,0.12013455,0.1421801,0.16235414,0.17239049,0.17297517,0.18008834,0.17781425,0.18330854,0.17702188,0.18015522,0.12354576,0.12931927,0.12334258,0.11190234,0.12231793,0.11806981,0.11250319,0.11788826,0.10207206,0.10248001,0.14276974,0.10251679,0.11260685,0.15471894,0.17029621,0.25663668,0.26366609,0.25716045,0.24367294,0.22788623,0.23956469,0.23550475,0.23027712,0.22853266,0.21351734,0.20958789,0.20742205,0.21158043,0.21610326,0.22295564,0.19727154,0.21434736,0.22211668,0.21464312,0.19935316,0.19155227,0.19667025,0.19714543,0.20890613,0.19635868,0.22100036,0.24774657,0.2502346,0.23708414,0.23942958,0.21392918,0.21723388,0.22140223,0.22085889,0.23182039,0.18573551,0.16027617,0.17146356,0.17207474,0.17258383,0.19692308,0.18785222,0.19018638,0.22833946,0.24402775,0.23368126,0.23125546,0.23724195,0.23306555,0.27550921,0.27054447,0.27593303,0.27568462,0.28837922,0.29174149,0.25125629,0.33295363,0.34074527,0.37563145,0.40823343,0.22564875,0.22674024,0.2413637,0.2627036,0.3040669,0.21968032,0.2588504,0.26858306,0.25886798,0.27683577,0.25710511,0.3360168,0.31497166,0.31607783,0.37031859,0.14680482,0.15285178,0.14547698,0.14725569,0.1710017,0.15784964,0.14293373,0.14775017,0.13967739,0.14975494,0.17359525,0.15757519,0.16202204,0.17641596,0.16623569,0.57496482,0.5637055,0.55262107,0.56147861,0.50516945,0.44849628,0.56876296,0.52029634,0.47937518,0.45547608,0.44306096,0.49595636,0.49198052,0.5154413,0.51265341,0.44404459,0.44992194,0.42936322,0.46630773,0.44343296,0.47981638,0.47005141,0.4384152,0.45749307,0.42340344,0.38554731,0.39122236,0.41300979,0.40145931,0.41709012,0.11857519,0.13095473,0.12265137,0.12649071,0.13580661,0.15402029,0.15301882,0.15534626,0.14630458,0.14480068,0.12376389,0.1332936,0.1257147,0.12012868,0.10965361,0.12057132,0.11853398,0.11997889,0.11765283,0.10860444,0.1346499,0.10535822,0.1065449,0.096178181,0.092492677,0.17253098,0.098978952,0.11021886,0.10659845,0.11886752,0.081037275,0.082049415,0.085050084,0.086948119,0.11760094,0.090234607,0.10162601,0.10345541,0.10318853,0.10507513,0.33204797,0.085818492,0.06514658,0.078221031,0.091199271,0.088573955,0.092721373,0.099403575,0.10209291,0.055157196,0.058139533,0.12128562,0.19329897,0.19723865,0.20790021,1.6475644,0.21567219,0.35511366,0.35385704,0.36075035,0.12689799,0.12680922,0.13998862,0.13434453,0.14294997,0.16771308,0.18520911,0.18048215,0.17939518,0.18860646,0.23060171,0.19714567,0.19666524,0.20897305,0.22578172,0.32343829,0.33215851,0.36727306,0.34864491,0.33903268,0.36907327,0.36543924,0.37051195,0.38972065,0.36931655,0.37151569,0.3677941,0.3885853,0.37740418,0.37384102,0.06073992,0.060340099,0.066415764,0.067208067,0.067601822,0.045724738,0.074099407,0.07431969,0.079772078,0.080719553,0.19431196,0.12501489,0.14511156,0.13348705,0.13900641,0.08291015,0.074183978,0.0756675,0.11199462,0.10273972,0.11818934,0.1456134,0.12304663,0.15138134,0.16577403,0.28526971,0.18484288,0.20920502,0.15733579,0.17163981,0.08662384,0.088041082,0.10437635,0.12845701,0.1391896,0.16330974,0.22431931,0.21178131,0.22950301,0.23898669,0.29685494,0.26283365,0.28148025,0.28451884,0.26189068,0.37388641,0.39935243,0.40205806,0.39129293,0.38899779,0.37042099,0.39800996,0.38196525,0.37434265,0.42999274,0.42581403,0.43635938,0.4481284,0.47231507,0.47336411,2.0779469,2.29649,2.4635637,2.6263769,2.6953418,2.8528101,3.1330104,3.2328818,3.4738262,3.496105,3.0340855,3.6372502,3.534183,3.575604,3.4759619,0.13674244,0.13743256,0.14781781,0.15276061,0.16252391,0.17165969,0.18743931,0.18433385,0.18785086,0.18624765,0.20422773,0.20860441,0.22033866,0.22834584,0.23362698,0.14672601,0.14841849,0.16754372,0.17750524,0.179996,0.1777911,0.1924258,0.18853103,0.19138937,0.18820229,0.21051128,0.20476024,0.2108793,0.20551318,0.20522234,0.17136645,0.18128052,0.18594751,0.18057939,0.17551726,0.17673728,0.18446639,0.18656243,0.17071487,0.17190906,0.15206473,0.17738634,0.20303431,0.21536699,0.20903379,0.15891032,0.1586702,0.15224177,0.15163003,0.15970796,0.12980072,0.11491612,0.13800505,0.13805799,0.14554925,0.26370898,0.13418581,0.15073384,0.19990404,0.20756826,4.5315781,4.5726476,4.5604095,4.6627698,4.8047519,4.8493595,4.9958978,5.3397851,5.4862318,5.5737705,5.3129334,5.6567302,5.6914067,5.6602154,5.7177353,0.13047603,0.13718855,0.15367985,0.13939081,0.15140434,0.15790345,0.14682998,0.1377838,0.13742162,0.13707604,0.16135247,0.16157007,0.17513959,0.18503988,0.18652776,0.11121997,0.11148879,0.10846289,0.11588828,0.11760319,0.096553341,0.11812651,0.12224209,0.11701521,0.11997047,0.15166992,0.12516819,0.12359373,0.12681504,0.1046755,0.17489371,0.17174883,0.17703895,0.17960308,0.19110182,0.17778832,0.16935295,0.1715216,0.18431057,0.18350202,0.18644409,0.19229665,0.19808233,0.20154324,0.20134614,0.16089973,0.14928311,0.17518345,0.16689196,0.15913165,0.15868461,0.15320897,0.17016257,0.1673428,0.15922767,0.18383582,0.17627209,0.17107493,0.17545912,0.18075314,0.11053549,0.1149125,0.12677355,0.12625474,0.12517774,0.12139641,0.12749875,0.12971894,0.13438238,0.13287836,0.14547053,0.12767972,0.13707253,0.13666108,0.12882289,0.22642098,0.2284274,0.22870663,0.22355571,0.23421946,0.15560569,0.15975048,0.15031943,0.14911462,0.16308981,0.15877119,0.13848342,0.14035353,0.14167559,0.16675717,0.15426807,0.15690973,0.15843825,0.1677524,0.19596864,0.16642627,0.15670533,0.17050068,0.18205671,0.1826435,0.15631738,0.19859083,0.21605951,0.22467601,0.21828632,0.09478423,0.094724379,0.095516056,0.11687829,0.12474123,0.13346146,0.13349709,0.13920492,0.14685072,0.15030329,0.14096344,0.1806042,0.19785112,0.19664867,0.19996667,0.082542308,0.083042681,0.076084197,0.094444923,0.11297471,0.12201499,0.15716407,0.13277861,0.15360983,0.14614542,0.21969974,0.18594272,0.17045455,0.18052256,0.2130338,13.628917,13.734329,14.078625,14.416636,14.760287,14.929846,15.111807,15.282832,15.543604,15.558699,15.84195,15.958127,16.076,16.021593,16.033541,3.6345282,3.8544786,3.9408181,4.1794515,4.3789182,4.4421821,4.4741912,4.5253811,4.7869663,5.0068841,4.5584307,4.8489923,4.7043571,4.7904744,4.7808948,0.16751754,0.16084927,0.17868745,0.18934716,0.15759788,0.20880315,0.17684211,0.17676768,0.18607798,0.18031941,0.2432456,0.21195796,0.19695613,0.20797542,0.20681594,0.16001114,0.16208957,0.17194906,0.16439751,0.17057766,0.17278618,0.17757259,0.16727494,0.17645793,0.1814346,0.1719366,0.17549723,0.17565359,0.18264841,0.1763168,0.15998138,0.15697218,0.17329521,0.18753067,0.19019625,0.17587359,0.19017433,0.19532934,0.19185065,0.19558214,0.20461094,0.2058329,0.22365516,0.22966452,0.2268893,0.43602559,0.43803355,0.47725487,0.49031383,0.47803414,0.45695236,0.46960273,0.4674148,0.45633027,0.53133637,0.42303005,0.52100235,0.50101656,0.50243938,0.52623963,0.31278294,0.30437645,0.28613472,0.28583094,0.30246055,0.27299801,0.28103819,0.27606365,0.25938234,0.26216614,0.26105401,0.29414168,0.3144654,0.34662044,0.36009493,0.18976791,0.19102196,0.20137347,0.22769023,0.22222222,0.22876237,0.24850278,0.25908673,0.26061058,0.27273628,0.22515836,0.28214329,0.28192908,0.30770001,0.30780011,0.20395298,0.19799075,0.19324024,0.19292605,0.20512095,0.1715266,0.16839646,0.17085838,0.15606447,0.15787706,0.17328712,0.17116967,0.17133443,0.16615625,0.18806745,0.17145975,0.1768034,0.15709068,0.15618289,0.16426784,0.1171509,0.12567253,0.11036658,0.10596131,0.10957618,0.18261939,0.13831259,0.15404668,0.1495533,0.14560623,0.12928891,0.13062701,0.13227513,0.13625406,0.16852748,0.18402252,0.19982238,0.20635103,0.21173979,0.21593091,0.34196386,0.19942664,0.21797666,0.21741912,0.20844188,0.1608533,0.18354185,0.19845043,0.17528838,0.17134055,0.17797689,0.17818269,0.17850088,0.17896159,0.15643443,0.16476785,0.16592959,0.15938444,0.16792554,0.16544999,0.28175959,0.28600687,0.28624588,0.2808789,0.29896429,0.23469171,0.23784167,0.23779947,0.22777422,0.23842569,0.2962127,0.26849431,0.2867358,0.2764585,0.32005066,0.18404908,0.19038554,0.16165535,0.13218771,0.13686912,0.14017873,0.10889293,0.1336388,0.038528223,0.059101656,0.38990355,0.082034454,0.062669732,0.085689805,0.086430423,0.11577006,0.11689071,0.12342542,0.12057877,0.13887875,0.11942244,0.11931448,0.11631288,0.1228235,0.1272172,0.19628513,0.13519438,0.12786789,0.14905296,0.15253314,0.098875292,0.098881409,0.10574112,0.11200996,0.14882798,0.073475383,0.091313079,0.085044347,0.1162435,0.10290557,0.14580801,0.12104339,0.14081058,0.13577732,0.14844136,0.22687353,0.2264685,0.25418341,0.31165594,0.34027493,0.40160641,0.4258517,0.45499262,0.46242097,0.48828125,0.4080492,0.48549107,0.48756161,0.49551806,0.49742901,0.084674001,0.08225134,0.097992629,0.092667326,0.098921135,0.1260875,0.14619884,0.14620347,0.14372508,0.16230473,0.193838,0.16101368,0.18266124,0.17141022,0.17448835,0.087090507,0.086776584,0.10648918,0.10579212,0.13115615,0.17591868,0.1832101,0.19040115,0.21674877,0.20961615,0.29975238,0.2213974,0.23189557,0.23300713,0.24429967,0.18840523,0.17931625,0.18621974,0.18749522,0.2180533,0.20765352,0.22203617,0.21940079,0.21614344,0.21747518,0.21048272,0.20191471,0.23507947,0.25399512,0.24817413,0.20071685,0.19543353,0.19462642,0.21247461,0.21165514,0.16716196,0.15215787,0.17364284,0.16377036,0.16688468,0.28776979,0.17669445,0.16395682,0.17229652,0.19044165,0.20879006,0.21030493,0.19327204,0.20450971,0.19848524,0.19238769,0.17504118,0.15320975,0.15877894,0.16366613,0.23476574,0.18869849,0.22443253,0.19509189,0.20049351,0.097381525,0.095581993,0.10180189,0.098599881,0.12718911,0.086330935,0.12123473,0.11978255,0.12832265,0.12888971,0.40044701,0.15122873,0.16275731,0.18140157,0.18018019,0.12556899,0.12476119,0.12057097,0.13873367,0.15339775,0.11291355,0.093416035,0.097436666,0.10396941,0.10712966,0.16567263,0.11345752,0.13156451,0.12962696,0.12425447,0.11921319,0.12571126,0.14011209,0.17276895,0.21848518,0.21218753,0.2500962,0.29004189,0.30085778,0.31602708,0.36974573,0.33785978,0.38415685,0.40303624,0.38983732,0.22178313,0.21504503,0.22396417,0.22065131,0.22610608,0.21090999,0.22249192,0.23391575,0.21875066,0.21422099,0.23341523,0.2134538,0.21195686,0.21543689,0.22098988,0.0877795,0.084938176,0.090649657,0.10159802,0.10210907,0.093069874,0.10676484,0.10552301,0.10912015,0.11247939,0.10376287,0.11895557,0.11184788,0.11262847,0.13432381,0.070283949,0.061153445,0.075258702,0.085166782,0.10916512,0.15222873,0.16105348,0.16920474,0.17173114,0.18301786,0.19765703,0.21320929,0.23273855,0.24416447,0.25346071,0.12643455,0.12682927,0.12728874,0.14934289,0.12926319,0.1603367,0.13969268,0.12954658,0.14700118,0.14757968,0.1168338,0.20730503,0.22881019,0.19116612,0.2105263,0.097021446,0.097276263,0.097408921,0.10697268,0.11782033,0.088906452,0.097030856,0.098599881,0.12921181,0.12007204,0.12188929,0.14616831,0.1480072,0.16046213,0.1953125,0.63517272,0.70890117,0.70493454,0.78803796,0.8115648,0.89873868,0.96734565,0.99969393,1.0443594,1.1087399,0.87006354,1.1678064,1.1122825,1.0583142,1.1093074,0.20571429,0.19600452,0.19027323,0.21392009,0.24689452,0.19261885,0.22348952,0.22246088,0.24111378,0.23388167,0.23715414,0.23209283,0.25082937,0.23516056,0.27705345,0.19204098,0.19089468,0.18388318,0.19690679,0.19668849,0.22414345,0.20199206,0.2025069,0.20393093,0.20921244,0.24632299,0.21263023,0.21227665,0.21127264,0.22335099,0.22840199,0.23230663,0.23532228,0.24441062,0.252121,0.26560426,0.27592275,0.27618781,0.27953857,0.27759314,0.31241459,0.26956284,0.25738019,0.26117802,0.25851938,0.30867934,0.30759951,0.30301195,0.31310213,0.3437877,0.29071528,0.26095724,0.27325651,0.27180335,0.27001643,0.27622721,0.2780191,0.28750503,0.2936435,0.28287727,0.18782282,0.1891551,0.19389239,0.19376716,0.22753128,0.11564513,0.11848342,0.15231003,0.15522595,0.15568241,0.33580771,0.17914726,0.21747011,0.27670172,0.31651461,0.25520068,0.25597271,0.2635659,0.27596393,0.28174525,0.29154521,0.29378796,0.29230648,0.30651045,0.31606057,0.30992547,0.32416812,0.33169436,0.34302643,0.36630037,0.82128876,0.89461756,0.86775523,0.89422661,0.87520444,0.88249481,0.82223964,0.87322843,0.76527065,0.79124582,0.69405419,0.85827279,0.83524865,0.92120737,0.95642936,0.78137463,0.79627877,0.81377149,0.8279171,0.88864845,0.87854499,0.91736048,0.94760752,0.9691,1.0197526,0.87202257,1.1078764,1.1178615,1.1704043,1.1814626,0.53293413,0.5475865,0.54676938,0.56695306,0.62031835,0.52579308,0.50020355,0.50032002,0.50599045,0.52804506,0.52223921,0.58757859,0.61691421,0.61245531,0.59775388,0.51738167,0.5172711,0.56856948,0.55012226,0.5344677,0.50299656,0.50136012,0.50985545,0.50404286,0.53695512,0.5194124,0.59423643,0.60711646,0.59366053,0.56990677,0.69726902,0.66699207,0.63071072,0.66935486,0.65985352,0.6096583,0.60819459,0.59741914,0.57124466,0.58008379,0.51897502,0.64609915,0.63699406,0.66725624,0.63040489,0.39576283,0.36184424,0.38309819,0.37617379,0.37152213,0.35218367,0.36587602,0.35717496,0.36624941,0.34503162,0.31979024,0.34096384,0.35026374,0.33542535,0.34273693,0.37474477,0.3824425,0.38011321,0.37258258,0.37657341,0.36699161,0.37669137,0.36243448,0.37705085,0.36981836,0.33429056,0.37275952,0.39967936,0.3921656,0.40882435,0.52662522,0.54852217,0.51865202,0.53244513,0.51354998,0.47624716,0.48762015,0.48683178,0.47460511,0.4755992,0.44396675,0.53967291,0.56515568,0.55669427,0.57360041,0.32311979,0.32200754,0.32076097,0.31687063,0.40086675,0.29116789,0.31039283,0.35125065,0.34191689,0.35237586,0.37091988,0.42349872,0.4389334,0.43027359,0.51014751,0.50577855,0.4892745,0.50270414,0.50924492,0.53391433,0.4755992,0.46152416,0.44686043,0.41500399,0.4359574,0.47277069,0.45583788,0.45004502,0.45394278,0.44476232,0.45610341,0.48803905,0.50440377,0.473836,0.47761044,0.45028418,0.4494167,0.4398278,0.44406605,0.46158767,0.39331591,0.45175198,0.4511998,0.46291018,0.47215852,0.36048606,0.36054227,0.34559405,0.32770067,0.32620463,0.2785787,0.27967811,0.25846824,0.2319904,0.23756456,0.23848738,0.23348944,0.24895942,0.26171261,0.26757821,0.27271843,0.27624309,0.2773101,0.25999999,0.27212256,0.2623083,0.24633069,0.23903553,0.23277961,0.23620357,0.34423408,0.25923523,0.3076247,0.28552601,0.28821638,1.2554402,1.2341505,1.2281293,1.1845179,1.2203276,1.0985353,1.0945274,1.0135688,1.0290755,1.0589769,0.92078114,0.96549541,0.98994094,1.0137811,0.9417398,0.53516078,0.53370255,0.52743953,0.50215858,0.49912402,0.48313877,0.536542,0.54313594,0.52602065,0.52612942,0.50138885,0.51704139,0.51639217,0.51474816,0.53179902,0.64139944,0.64024168,0.6111151,0.60107338,0.60399348,0.55955791,0.54114836,0.56461287,0.4957507,0.51561159,0.47949618,0.52772355,0.60737526,0.67485106,0.68183446,0.15455949,0.15708072,0.15706174,0.15867203,0.14680696,0.17301038,0.22463496,0.2278481,0.22991441,0.2317497,0.31859308,0.20714656,0.22201906,0.27555439,0.3003003,0.51150429,0.55082363,0.55731672,0.57522416,0.56988174,0.52453649,0.53318727,0.563788,0.56890434,0.57791352,0.56408614,0.54267019,0.55044949,0.5522331,0.53633028,0.20305943,0.20180278,0.20363835,0.20601566,0.19339688,0.11074197,0.13877325,0.12479201,0.11160715,0.11250176,0.20984891,0.11379801,0.11466247,0.1448226,0.15986048,0.44070753,0.42547759,0.42941156,0.42546374,0.44225743,0.46596467,0.44628796,0.43280819,0.45830196,0.44749147,0.45438626,0.46084177,0.45848972,0.45754075,0.47021607,0.341279,0.35620257,0.41485274,0.43925327,0.48508012,0.49529231,0.56519389,0.59689999,0.65925604,0.68865877,0.61228424,0.71189886,0.64938235,0.63933629,0.6219458,0.31055465,0.3140265,0.3216058,0.31074688,0.32170326,0.28924713,0.28159815,0.29468617,0.29561263,0.27981117,0.28484419,0.27214089,0.2763046,0.28061292,0.28746521,0.3579098,0.35898051,0.36472735,0.35878131,0.37202814,0.31070194,0.29064795,0.28259763,0.29710889,0.28467321,0.35207269,0.35269356,0.38211474,0.39120084,0.39836103,0.41615558,0.41965377,0.43125534,0.38762957,0.38464755,0.43915981,0.44311327,0.44149217,0.38869545,0.419321,0.38965783,0.39076662,0.39954799,0.38720194,0.389642,0.70751739,0.70707071,0.72161031,0.75987846,0.8868618,0.83438689,0.81514919,0.82820934,0.84266132,0.86239696,0.91521543,0.97799516,0.99193227,0.95364237,0.94550234,0.74281001,0.76572585,0.77948201,0.8046909,0.81720424,0.82082695,0.80217135,0.81991386,0.77263343,0.81470031,0.72783679,0.8767221,0.88801479,0.84252638,0.86054319,0.35008752,0.33868539,0.33582091,0.3323077,0.3767623,0.25513303,0.22806385,0.28884342,0.27611044,0.27439752,0.31986731,0.26480499,0.30262679,0.30240718,0.2893658,0.68508792,0.66356498,0.66009104,0.60975605,0.60468036,0.52643985,0.51234281,0.46436033,0.41299775,0.39766082,0.3488372,0.38714671,0.41935235,0.48631266,0.45726901,0.7024821,0.70917284,0.756612,0.73754156,0.7785182,0.84551346,0.8171736,0.80161625,0.81316549,0.8363356,0.83540595,0.89876103,0.91537571,0.94321585,0.97573501,0.92387569,0.93343538,0.87415224,0.85353881,0.83757108,0.72732669,0.64097846,0.61597127,0.51449275,0.48575366,0.57176363,0.56538659,0.5740782,0.59448618,0.60543412,0.29564378,0.29388598,0.29509294,0.29642758,0.29302898,0.24861115,0.22539212,0.21392033,0.20212698,0.20327109,0.24436091,0.23734425,0.23225889,0.24940017,0.26151296,0.23072834,0.25718865,0.27252507,0.26430348,0.27804852,0.26214984,0.2566916,0.27427316,0.27286479,0.25536865,0.2620483,0.28241083,0.28908864,0.30764997,0.30392456,0.17562118,0.17538162,0.18173558,0.16817594,0.19399896,0.16756895,0.16150914,0.17475727,0.16983473,0.17100763,0.2561408,0.17203732,0.21347564,0.22824919,0.22169971,0.30554342,0.30545455,0.30973452,0.29739776,0.32491508,0.2359882,0.1918536,0.1923646,0.17631502,0.17804155,0.34231284,0.14647722,0.14692917,0.19165562,0.22007044,0.63357049,0.62020922,0.60328203,0.60967785,0.60206217,0.60206312,0.58202749,0.60057706,0.60058844,0.60800034,0.59401482,0.60091561,0.59207648,0.58805507,0.58421844,0.34243318,0.34525752,0.36087,0.35908386,0.41140169,0.35992217,0.33375871,0.37258554,0.37269518,0.36221245,0.41857296,0.33128715,0.35793751,0.40489733,0.47996864,0.22540291,0.22781637,0.23942539,0.25025594,0.31989032,0.25863037,0.25930101,0.29047033,0.30147386,0.30043396,0.43619281,0.32576948,0.34328872,0.37844038,0.39379197,0.68753392,0.69036621,0.67631543,0.63364571,0.61491847,0.56365752,0.52757579,0.49390405,0.46206987,0.44440454,0.46258873,0.48209056,0.53712481,0.59372735,0.5812633,0.63758391,0.63081014,0.6495688,0.62152433,0.66552168,0.66483748,0.71443582,0.68792993,0.69849873,0.69030434,0.72704607,0.72010022,0.77742279,0.83045727,0.83441699,0.46939543,0.4896422,0.54390055,0.56266975,0.6254887,0.75292253,0.82395494,0.86051637,0.93382055,0.9570353,0.87576377,0.95159292,0.944206,0.93927479,0.9070797,0.32410136,0.32496309,0.3375695,0.36793953,0.38953257,0.37657318,0.37664783,0.39686477,0.4241468,0.43256,0.63222361,0.49000391,0.45146728,0.48837662,0.52263087,0.88775653,0.86422068,0.88166928,0.85372645,0.85445362,0.74410915,0.78071004,0.71336091,0.6765222,0.61878401,0.6241982,0.6083594,0.60382009,0.63152665,0.66058433,0.33872789,0.32969102,0.35822022,0.38066235,0.40501082,0.42333022,0.4201681,0.4400337,0.44998592,0.47596827,0.55770862,0.50524312,0.58513188,0.62923527,0.703125,0.4268662,0.43408641,0.41547441,0.42342401,0.41530776,0.46553859,0.43313113,0.42443758,0.44377521,0.44009584,0.3961443,0.39237574,0.38535446,0.38498288,0.38716775,1.2785091,1.2667096,1.2851037,1.3241712,1.2810271,1.3382448,1.4058734,1.4012694,1.3678524,1.3748627,1.3772608,1.3966552,1.4277917,1.4251251,1.4638586,0.27345338,0.27954674,0.2894156,0.27963224,0.2843684,0.27790731,0.27404332,0.27262408,0.26154181,0.25715911,0.27934489,0.27354738,0.27344993,0.27569002,0.28610697,0.62842542,0.6159457,0.62254,0.57369018,0.56379533,0.50607681,0.53786409,0.52173913,0.49143365,0.47181523,0.47993931,0.47513047,0.49205911,0.51751667,0.51644921,0.022956841,0.023277467,0.023353573,0.047014575,0.047214352,0.095510982,0.14430015,0.16859345,0.17002672,0.17027487,0.33873698,0.21881838,0.22021043,0.24588148,0.27527526,0.45401555,0.46824166,0.51731479,0.52179158,0.56097633,0.54912961,0.57532132,0.59717542,0.60251141,0.63923067,0.67336291,0.66323805,0.67771727,0.70165592,0.7104395,0.24545453,0.23992468,0.27892312,0.29926544,0.30806401,0.3515625,0.34246576,0.36762491,0.37686187,0.38500872,0.38013709,0.37313432,0.38061866,0.37417865,0.39178479,0.72131699,0.80190665,0.8334713,0.76013279,0.83700204,0.77007407,0.71997672,0.72802234,0.72712165,0.74769735,0.70464492,0.77956498,0.75787169,0.81292289,0.82049125,0.16190477,0.16314779,0.1633359,0.17384586,0.19381723,0.21417446,0.19443905,0.23332685,0.24519418,0.24500196,0.49985299,0.26374915,0.25590551,0.30596131,0.28639147,0.35207674,0.35213003,0.34548485,0.33960533,0.34226024,0.31100222,0.30742919,0.29749003,0.27002528,0.31391767,0.31687602,0.28436375,0.28306308,0.28967208,0.28015336,0.34251568,0.33781302,0.34086698,0.34418258,0.35455644,0.25240937,0.20884901,0.20194174,0.20331562,0.2035225,0.38425344,0.24669743,0.27241406,0.27583969,0.27583969,0.29616365,0.28775007,0.28167078,0.29474261,0.30128732,0.26668489,0.29217911,0.3097226,0.28803003,0.29781601,0.36193734,0.32398835,0.3786872,0.42247856,0.4174397,2.7602124,2.881778,2.8417463,2.777652,2.6996877,2.6894975,2.6374199,2.6048009,2.6195352,2.5091004,2.4126132,2.513881,2.4872367,2.4301713,2.5008776,0.38769543,0.39070007,0.37562335,0.3532888,0.36136025,0.25008017,0.23133273,0.21888882,0.19339865,0.19343607,0.33373982,0.21328852,0.22513829,0.30363718,0.29736891,0.24466379,0.24462251,0.26942831,0.27038446,0.26807407,0.1998834,0.2473207,0.26807472,0.27428201,0.26800942,0.48376518,0.31640434,0.3125501,0.33037871,0.30682278,0.52702397,0.53275901,0.56663644,0.58757061,0.53982598,0.56706655,0.53059018,0.51718563,0.55489063,0.55908793,0.48992923,0.53231943,0.59694892,0.60679609,0.62180769,0.23333922,0.2311933,0.2387145,0.23689981,0.23410067,0.16955738,0.15807222,0.16217169,0.16112085,0.15320334,0.24658772,0.16324545,0.17705874,0.18370883,0.18008657,0.50707233,0.48000002,0.51365232,0.48426151,0.54039448,0.32573289,0.436205,0.48859933,0.45357522,0.45021185,0.52952075,0.44926006,0.5111649,0.48859933,0.51199138,0.4234238,0.43912843,0.43185782,0.42816758,0.46961778,0.45561796,0.49275011,0.49108401,0.47854584,0.46296296,0.48150843,0.49931547,0.53767788,0.52360207,0.52239102,0.25382605,0.25327772,0.25136775,0.24218406,0.23410636,0.23788926,0.22803392,0.23474179,0.2129623,0.2120741,0.29186934,0.2315952,0.24478948,0.27393413,0.28830603,0.39065132,0.3782506,0.35985607,0.37073818,0.37130356,0.33960295,0.35202086,0.3956928,0.35658714,0.3666774,0.41623977,0.36310357,0.34427798,0.35492459,0.35889685,0.407332,0.40899795,0.3996112,0.37739918,0.36740869,0.28233251,0.27117908,0.27126735,0.24025336,0.24406479,0.50102484,0.29929781,0.33379373,0.3773585,0.40253019,0.24709661,0.23927394,0.23998676,0.24803637,0.25335076,0.21164021,0.1797092,0.17074558,0.17925528,0.18063881,0.28592435,0.17998855,0.18305874,0.20105554,0.23696683,0.61686796,0.6344983,0.6075148,0.63032627,0.67144132,0.53766096,0.52503645,0.57926238,0.53024828,0.53972572,0.59341407,0.58350492,0.5712015,0.61334521,0.6184445,0.16787912,0.16804154,0.1802637,0.19582582,0.19755654,0.19028489,0.18596248,0.1970181,0.2127094,0.21697713,0.3538608,0.20753513,0.21641508,0.22375028,0.23564225,2.1935902,2.1515329,2.194428,2.226434,2.2141562,2.1737189,2.1986554,2.1559074,2.1996527,2.1433749,2.1319063,2.2287202,2.2159774,2.2286112,2.186156,0.22834179,0.22655188,0.21134044,0.21506341,0.21761337,0.18593943,0.17622697,0.18856342,0.17371666,0.17640479,0.22237426,0.20912467,0.21818182,0.21959096,0.22087483,2.9146898,2.7008512,2.5077457,2.2740357,2.1422451,1.8928945,1.6965039,1.4974263,1.2900814,1.1096606,0.96136236,1.1117136,1.1542306,1.3288432,1.3498623,0.23798557,0.22995554,0.23712996,0.24033044,0.23201856,0.2147035,0.21187989,0.21981242,0.2108631,0.21604493,0.20915975,0.22273315,0.19480519,0.23373018,0.24103424,0.61896771,0.62453693,0.65290648,0.66791904,0.6802721,0.55456734,0.54825693,0.54893839,0.58654046,0.59960717,0.56537825,0.61114568,0.59263879,0.65037239,0.68616068,0.22931206,0.23130688,0.2167448,0.21947734,0.21201779,0.22383009,0.2216008,0.2075793,0.19943942,0.20132768,0.31210646,0.23070586,0.25959679,0.30921459,0.35779193,0.23160912,0.23113753,0.23474179,0.24572709,0.2655251,0.23115794,0.20351328,0.23205528,0.23187184,0.23097111,0.35380471,0.28027499,0.28350922,0.29785234,0.29653522,0.33429569,0.35121408,0.34645829,0.33275354,0.30088007,0.33123222,0.34198892,0.33705959,0.31998077,0.31498316,0.37836686,0.32040632,0.33106321,0.33897501,0.33165139,0.59331584,0.63651508,0.57291287,0.57541245,0.54674304,0.51930666,0.52015901,0.47178328,0.47737557,0.47373149,0.51654488,0.60416943,0.63457668,0.62474984,0.61165482,0.22403148,0.2245591,0.21844792,0.21165745,0.19529131,0.21361816,0.20313251,0.22057241,0.20965487,0.20491803,0.33500838,0.20387359,0.21044679,0.22067925,0.22721125,0.4104096,0.39399549,0.41545919,0.4146927,0.39824429,0.38612843,0.41233179,0.44130006,0.42872083,0.38880512,0.41036165,0.41626287,0.42349872,0.42041591,0.41695255,0.66298753,0.72572112,0.70437717,0.66325635,0.67270827,0.65511125,0.63887131,0.66064888,0.5781098,0.56618953,0.57805324,0.64764351,0.66928375,0.70306706,0.69605571,0.90330577,0.88158315,0.87796116,0.85604507,0.78364712,0.78779894,0.76373649,0.75173682,0.69565219,0.67746395,0.71965611,0.70211005,0.73968649,0.72316933,0.739703,0.09558402,0.096098401,0.096525095,0.096880443,0.15591502,0.097030856,0.13547513,0.13869625,0.13922036,0.14033681,0.30168948,0.16129032,0.18229695,0.18450184,0.20661156,0.17581962,0.17518549,0.1742696,0.1742696,0.19403595,0.15003,0.14863257,0.13795823,0.13838094,0.13849045,0.26551282,0.1456452,0.16570815,0.1669777,0.24319065,0.4460665,0.43761903,0.43318087,0.41183525,0.41251835,0.33004597,0.31004709,0.32425675,0.25784272,0.26021132,0.34988403,0.26525199,0.28448376,0.29272595,0.3111909,0.34625742,0.3670978,0.38660887,0.39235538,0.40861028,0.4532938,0.43201074,0.42594466,0.45446894,0.47151777,0.47286358,0.51042295,0.52053958,0.53859186,0.5795207,1.2820513,1.2963246,1.2004802,1.1547691,1.0867947,0.89458776,0.74548978,0.69774348,0.56818181,0.55497223,0.65750152,0.6286484,0.61561561,0.71439427,0.76452601,1.2609406,1.2927191,1.2051734,1.119837,1.1413711,0.9770115,0.98939425,1.0029163,0.88325375,0.86225325,0.75161314,0.84907663,0.87669277,0.87055796,0.88052118,0.21347363,0.20345329,0.20051184,0.20552014,0.2001695,0.2049305,0.201212,0.20440365,0.20075233,0.19333038,0.19302991,0.18919222,0.18588367,0.17824692,0.17739083,0.75273252,0.75600666,0.77383411,0.77671909,0.75172484,0.65755677,0.59830821,0.61211997,0.56369781,0.60774618,0.63117176,0.63910937,0.78856063,0.67418098,0.7086947,0.25037557,0.24981958,0.24945951,0.28082153,0.29092106,0.2522898,0.25735092,0.28426173,0.27493677,0.29191452,0.34756702,0.29071361,0.28536257,0.27861363,0.28358543,0.34245962,0.35027206,0.34493074,0.3544513,0.35838172,0.35474655,0.33059427,0.33314478,0.32514,0.3376295,0.35573605,0.35387972,0.35540166,0.33846572,0.34269425,0.1595193,0.15773787,0.16118553,0.16566536,0.16798753,0.17468223,0.17733645,0.17770858,0.1778969,0.17153707,0.16328271,0.16936666,0.16986835,0.17217703,0.17491728,0.19791974,0.20086327,0.20905924,0.1921733,0.2038338,0.18218887,0.20427679,0.19974813,0.21334958,0.21101588,0.2990686,0.25289327,0.29822767,0.29248568,0.29109588,0.31115365,0.31070745,0.30624264,0.30487803,0.30141434,0.28037381,0.16404969,0.16230002,0.15970796,0.15858632,0.27094153,0.15948963,0.18206646,0.20613833,0.15941699,0.14067523,0.14124294,0.14353086,0.14347203,0.16535757,0.25036511,0.24880779,0.24844719,0.249066,0.24783148,0.24783148,0.24752475,0.26595744,0.28461069,0.32935363,0.27494985,0.27359101,0.26325685,0.25595987,0.26193833,0.23666255,0.22460002,0.20754766,0.19341868,0.19395177,0.21407819,0.2172191,0.24282393,0.25262836,0.26250774,1.7885007,1.7945322,1.7285144,1.6072081,1.5386479,1.2771084,1.1788765,1.142585,0.97387171,0.93535399,0.87708902,0.99726933,0.99687725,1.0395261,1.0352715,0.26509574,0.26521292,0.25282571,0.2549108,0.25521693,0.2244501,0.16837594,0.15384616,0.14016509,0.14130947,0.23547882,0.17622557,0.17639513,0.17854244,0.22842225,0.37639466,0.37283352,0.35361621,0.35776383,0.36588612,0.33068782,0.31668538,0.31401843,0.30270773,0.30515409,0.30003002,0.31159955,0.32514328,0.34255776,0.31469703,0.57692307,0.61370963,0.60653561,0.59912133,0.58935237,0.53571433,0.54523551,0.55058503,0.50748777,0.54013783,0.48178542,0.51463896,0.54067725,0.5871653,0.65592748,0.166044,0.16581456,0.16558576,0.17040613,0.25992781,0.39473683,0.4570249,0.47718459,0.47505939,0.47839737,0.53531599,0.47968823,0.41139722,0.41538462,0.43249923,0.77885121,0.83232784,0.78692782,0.77744007,0.76070166,0.75501287,0.79004329,0.77884215,0.78252304,0.77961963,0.74191123,0.76177812,0.7661534,0.74886733,0.74993533,0.9197796,0.91420531,0.86657947,0.81187469,0.8492654,0.76919997,0.77210951,0.75715965,0.68758059,0.62039548,0.66415846,0.67861962,0.66777962,0.71768469,0.77960551,0.78323865,0.79945397,0.82624424,0.8105073,0.77109605,0.71904254,0.68549359,0.72303092,0.70365232,0.65492857,0.57650506,0.68160152,0.69839132,0.70850688,0.72128016,0.42432818,0.41296309,0.41498515,0.40119255,0.41829035,0.39181989,0.3777962,0.3498973,0.35340109,0.35272276,0.32257074,0.33723712,0.35680524,0.34805244,0.3668842,0.63688821,0.62090671,0.58413178,0.57188177,0.55017787,0.49564248,0.43868557,0.44657224,0.39421815,0.37035564,0.37690935,0.41022781,0.43021029,0.42524439,0.4267028,0.57319558,0.56852186,0.5631476,0.51358396,0.55248618,0.47358292,0.46168739,0.43426174,0.39561099,0.40783036,0.42225352,0.45583621,0.44118747,0.46972862,0.4621692,0.61180687,0.59316444,0.63469458,0.65789473,0.60789359,0.63225996,0.63703448,0.63985115,0.59825253,0.59171599,0.5897429,0.61439276,0.60562682,0.60335129,0.5911063,0.33585221,0.34423408,0.34482759,0.34919247,0.44072279,0.1792918,0.18165305,0.22553,0.23084027,0.22737607,0.69605571,0.23518345,0.24026909,0.2401537,0.24248303,0.65826172,0.65690589,0.66677684,0.6202997,0.65840006,0.5624966,0.52818799,0.5183562,0.53427845,0.53668225,0.50389862,0.52052587,0.52657032,0.54810876,0.54635853,0.25608972,0.25113404,0.2470033,0.2409725,0.23656447,0.24465679,0.25145957,0.2371375,0.24060008,0.24118528,0.20616877,0.21121642,0.22094564,0.21404526,0.21877424,1.4450239,1.4462354,1.4082944,1.4231286,1.4144589,1.2578616,1.2871727,1.3181214,1.2764565,1.2282609,1.3401059,1.4228305,1.5078602,1.6042205,1.6541352,58.66288,59.047173,59.741997,59.571613,60.3409,60.669621,61.004784,61.287754,61.946835,62.093044,62.397396,62.278618,62.24411,62.022419,61.548866,45.177956,45.494961,45.250408,46.350201,46.583473,47.269421,47.246021,47.775032,47.664429,47.509697,47.518055,48.445599,48.1409,47.672649,47.716652,1.1649156,1.1716989,1.2282269,1.3152126,1.2311611,1.13089,1.1899959,1.1790136,1.2164987,1.2736535,1.1902647,1.3986014,1.4089407,1.3756614,1.4207067,0.6066311,0.64148992,0.61766523,0.69765055,0.67374438,0.68541479,0.64542156,0.69186807,0.74259907,0.72759891,0.76351017,0.79333597,0.86922163,0.96004653,0.960338,0.37453184,0.37397158,0.37907505,0.46511626,0.46728972,0.71542132,0.73349637,0.82236844,0.93856657,0.93220341,2.0797226,0.96237969,0.93537408,0.85836911,0.85034019,4.0252495,3.9372933,3.9650335,3.9292758,3.8105688,3.9379816,3.8382676,3.9276395,4.0221534,4.0592465,4.0125618,4.0820818,4.1385889,4.1776443,4.1498518,13.922797,14.90083,15.608329,16.502165,17.193228,18.132444,19.197758,19.526628,19.951508,20.783705,19.869034,20.963856,19.575472,19.154016,19.440678,1.2416509,1.3932427,1.424848,1.3376464,1.3553432,1.4444542,1.5357612,1.4895471,1.5458097,1.5885283,1.4611638,1.682815,1.6724385,1.6950575,1.7152801,1.0473815,1.0505253,1.1506276,1.3822434,1.4412417,1.7957352,1.7734554,1.8213866,2.1126759,2.078522,1.9908987,1.9740554,2.019069,2.1252797,1.8323153,1.1933702,1.2607386,1.318032,1.3731276,1.3920584,1.3863636,1.4232463,1.464669,1.5126051,1.5208703,1.3988361,1.6087873,1.697848,1.8406215,1.9071572,1.6792433,1.8703643,1.9376489,1.980629,2.1026525,2.1565669,2.3638344,2.4287565,2.3419955,2.5053997,2.6038303,2.6668108,2.7973545,2.8125,2.9283216,0.31960228,0.32834733,0.33027524,0.3611412,0.32455823,0.29498523,0.29390153,0.28901732,0.320627,0.31228316,0.79667473,0.40955633,0.49570388,0.65681446,0.67502409,1.167871,1.1843899,1.2086405,1.2105491,1.2298632,1.2320867,1.1825058,1.1777022,1.1355696,1.1580676,1.1310655,1.2774832,1.2838428,1.1975009,1.2507653,1.0953006,1.0778381,1.094312,1.0747963,1.0695779,1.1041766,1.11825,1.1048784,1.1045867,1.0559894,0.97578681,1.0703633,1.0838718,1.1368892,1.1791905,0.82340038,0.84997147,0.94258189,0.93417799,0.90114623,0.93761671,0.90493429,0.89471257,0.8770746,0.81177753,0.77070647,0.82318038,0.90280783,0.89807391,0.90669852,0.39432174,0.39401102,0.39745629,0.39872405,0.40453076,0.16638935,0.40551499,0.40518636,0.41493779,0.40322578,2.3489933,0.39123631,0.39525694,0.46765393,0.45871559,61.139343,61.505573,62.178455,62.674667,62.966835,62.997585,63.350945,64.048866,64.070488,64.231873,64.158798,63.193981,62.786442,61.951714,61.366623,0.58881253,0.60483867,0.59288538,0.61162084,0.69930071,0.69033533,0.92497432,0.93361002,1.011236,1.0033444,3.6199098,0.95238101,1.0688835,1.1655011,1.1737089,1.4391015,1.4113598,1.4045906,1.2623678,1.2232417,0.79760718,0.56422174,0.55939454,0.42890134,0.42525354,1.1031797,0.47694752,0.41827542,0.60683489,0.71539658,17.205662,17.987545,18.260115,18.714037,18.84367,19.306868,19.8736,20.678686,21.322927,21.156374,20.938583,21.353247,21.314268,21.933153,21.796494,1.1937922,1.2788738,1.2277772,1.2960436,1.2843688,1.3073115,1.3702435,1.3315217,1.4549675,1.3463569,1.3480393,1.4431908,1.5023721,1.4786466,1.6187674,0.34334764,0.35304502,0.35618877,0.40890506,0.45537338,0.55529845,0.74557316,0.72011524,0.82085955,0.81888252,1.9342359,0.78778929,0.79090458,1.0934393,1.0045203,23.10817,23.13316,22.697098,22.288601,22.070637,21.742853,21.341442,21.218346,20.904787,20.835077,20.854481,21.379597,21.826012,22.064791,22.373648,1.930716,1.8538269,1.8126566,1.8473122,1.8004514,1.8127766,1.8276807,1.9506644,1.8948289,1.9434826,1.9710783,1.9561765,1.9535284,1.969516,1.9498057,0.092250921,0.092464164,0.093283579,0.090415917,0.044189129,0.17652251,0.22563177,0.2236136,0.22471911,0.21901007,1.3225255,0.20981956,0.20859407,0.33698398,0.29623359,1.1744075,1.2549609,1.2159195,1.1346164,1.0478648,1.0010427,0.99334306,0.94135803,0.85973078,0.89535534,0.87951195,0.97419155,0.99599546,1.0508964,1.0449867,1.0204082,1.0672358,1.0393872,1.0016694,1.0106682,0.50618672,0.50991505,0.50933784,0.40697673,0.41055715,1.8380241,0.52600819,0.58892816,0.70298773,0.82159621,0.55312955,0.554259,0.53352559,0.55120397,0.58579797,0.48536956,0.50388122,0.48941797,0.45608547,0.46911651,0.89715254,0.46783626,0.51793343,0.51961553,0.53804761,0.93945724,0.94438612,0.94986808,0.88865656,0.87855297,0.31595576,0.26001042,0.2620545,0.2113048,0.21085925,1.9077901,0.15873016,0.47293746,0.46850598,0.48257375,1.8055197,1.8233916,1.850404,1.8038617,1.7314931,1.3307525,1.3773451,1.4196342,1.3885564,1.4047619,1.8724816,1.6216216,1.7270329,1.7322097,1.814326,2.168895,2.1614411,2.240118,2.2455389,2.2371054,2.3226261,2.3109646,2.363585,2.4269817,2.4154456,2.4056113,2.4074073,2.439749,2.4755888,2.521277,1.2748826,1.3507326,1.4013324,1.4446228,1.4187644,1.1334721,1.2278308,1.2061902,1.2208908,1.2952211,1.491228,1.1160244,1.1106365,1.4017683,1.3249348,0.89115214,0.92006904,0.89946419,0.82373387,0.82532728,0.84458375,0.79031235,0.8718726,0.73603421,0.76248574,0.83290619,0.88387096,0.92461801,0.97819835,1.0154526,0.20283975,0.20408162,0.19762847,0.19762847,0.19267823,0,0,0,0,0,6.666667,0,0,0.59288538,0.6134969,7.8371277,8.4926634,8.2819986,8.6865883,8.1722927,8.1598864,8.2573214,7.7033148,8.1779051,7.8736448,7.4135089,8.2420197,7.7184467,8.0711021,8.098423,14.505013,14.952829,14.590295,14.515093,14.592834,14.801561,14.938432,14.459394,14.304398,14.617777,13.603896,13.984211,13.97606,14.070754,14.13621,1.7866811,1.8191841,1.7993457,1.6330974,1.6769145,1.5526165,1.6722407,1.5332198,1.5375855,1.5535097,3.0442276,1.4840183,1.4789534,1.7704169,1.6310461,3.4013608,3.5120149,3.5499568,3.6848977,3.8853316,3.9159641,4.1461701,4.2855134,4.349062,4.3564076,4.6852751,4.4927945,4.5153098,4.4938984,4.5322905,0.42408821,0.41390726,0.42625746,0.4280822,0.43365136,0.091074683,0.18214937,0.18467221,0.17809439,0.17559263,2.6913373,0.34632036,0.34662044,0.42698547,0.43859649,0.87325412,0.95684648,0.91401309,0.87733084,0.85959882,0.88177991,0.86714697,0.80953455,0.80053705,0.75583142,0.80381066,0.80699062,0.83446157,0.8438198,0.88638198,1.4450567,1.4006791,1.4538014,1.6639478,1.5721196,1.6400565,1.5323189,1.5711842,1.5800636,1.6530633,1.8034635,1.5674289,1.5733457,1.5295171,1.6071892,55.295116,55.787079,56.19405,56.631863,57.0131,57.641083,57.715118,58.341534,58.840954,59.821945,59.456615,58.72187,58.002018,57.094048,56.446205,31.865093,32.428635,32.807743,32.920738,33.450089,33.534115,34.183506,34.239189,34.249588,33.81295,33.04517,32.88052,33.550316,33.88847,34.429565,4.6077571,4.7859659,4.8633671,4.8607163,4.4974761,4.2446828,4.2404723,4.2590637,4.1983733,3.9752419,3.9184678,4.1509104,3.9134641,3.8858962,4.0162416,1.0544385,1.1133603,1.1503268,1.271301,1.2761335,1.3434088,1.4542344,1.4701643,1.5657312,1.5648067,2.220906,1.5697675,1.3970382,1.5060241,1.6308779,1.7876254,1.723629,1.792722,1.777499,1.846421,1.7747052,1.7493496,1.7528143,1.6976221,1.6731358,1.7234329,1.7862339,1.7341375,1.7170489,1.7506478,0.63053232,0.59580553,0.59234685,0.60347885,0.58091289,0.63671738,0.62362862,0.6315552,0.60368919,0.59491026,0.89902419,0.55634344,0.56527883,0.77411032,0.80758047,0.55050921,0.55648303,0.49764997,0.52910054,0.51686615,0.38095239,0.43278331,0.4235045,0.4527297,0.40203699,1.3804528,0.44531029,0.50027794,0.57158411,0.57283139,1.4605346,1.4592813,1.4794781,1.3937283,1.4817201,1.4250615,1.391162,1.4162462,1.3999674,1.3884298,1.5951325,1.462613,1.5980231,1.4514266,1.4389679,3.1552937,3.3091049,3.5493829,3.4358768,3.7482738,3.7426901,4.1101274,4.0652046,4.430006,4.3851285,4.3844857,4.680851,4.951252,5.0711918,5.1801367,1.6393442,1.6746411,1.7654476,1.7857144,1.7521904,0.91383809,0.79051387,0.80213898,0.79575598,0.83333337,5.049088,1.5256588,2.0491803,2.1428573,2.1551723,9.3558083,9.0813236,8.8391905,8.9942102,9.5392075,9.0810375,9.5159512,9.8063278,9.7639923,10.05579,9.0637312,9.4836807,9.2436981,9.2696991,9.1028328,0.53499776,0.55197793,0.54719567,0.51618958,0.47326079,0.43144774,0.44226044,0.48076925,0.41841003,0.41705281,1.7082179,0.46728972,0.80952382,0.79774755,0.76335877,0.46641791,0.48449612,0.48638129,0.49019611,0.49067712,0.40201005,0.40650403,0.39447731,0.40567949,0.38834953,3.0753968,0.40444896,0.47348487,0.97517735,0.44444445,2.8911014,2.9648092,3.0893202,3.2157946,3.2575071,3.4194865,3.5262427,3.5408921,3.6359224,3.6240742,3.6339872,3.6566243,3.7092621,3.7379901,3.7824254,0.32098606,0.31913865,0.3418414,0.36816213,0.34808066,0.31948882,0.30410871,0.33341965,0.31450576,0.32608694,0.30266345,0.40341946,0.39505544,0.39579505,0.42012796,0.28244787,0.28997517,0.27666342,0.26491913,0.2690075,0.12868172,0.13165593,0.16255356,0.13424821,0.13355097,0.39015606,0.090470448,0.10721397,0.12401178,0.12494143,0.22471911,0.23640662,0.2375297,0.22779045,0.46189377,0.70093453,0.44444445,0.43763676,0.44150111,0.67873305,0.43196544,0.42643926,0.41493779,0.44247788,0.44052863,0,0,0,0,0,0.4103967,0.40927693,0.41958043,0.44313148,0.43731779,1.594203,0.40705562,0.3921569,0.390625,0.26737967,0.51457977,0.53191489,0.3629764,0.55045873,0.38834953,0,0,0,0,0,1.2552302,0,0.1953125,0.20790021,0.1996008,0.048278082,0.048812233,0.049562201,0.050951086,0.06881129,0.13922729,0.16005692,0.19706199,0.19826964,0.1994922,0.36363637,0.20381694,0.31388479,0.31557453,0.29900953,2.5582345,2.7701294,2.6692326,2.9524703,2.8018737,2.9154263,2.9193861,2.8048034,2.8043895,2.881819,2.4988923,2.9578462,2.8459971,2.8561323,2.646903,0.57589465,0.58577406,0.59523809,0.5642361,0.66785395,0.36052278,0.419972,0.42674252,0.47573739,0.48192772,0.37968674,0.52757794,0.67928189,0.89153039,0.78934383,0.19807583,0.1994302,0.20017159,0.2012651,0.20342924,0.18023431,0.27116603,0.27906975,0.25404888,0.28892455,0.3170577,0.29211295,0.36351621,0.47846889,0.47602859,0.2859844,0.29704371,0.29104286,0.27745023,0.28340915,0.24245995,0.23742861,0.23746115,0.22936286,0.22623451,0.21011589,0.22205615,0.24761306,0.2599293,0.2564739,1.0274853,1.0706359,1.2156024,1.2761335,1.3245033,1.2318339,1.333895,1.3287612,1.363571,1.4960058,1.4312838,1.7515454,1.6604338,1.5803069,1.6995447,0.12463178,0.12390178,0.11341727,0.11473153,0.12744758,0.14152612,0.1429252,0.11940298,0.1196888,0.11923214,0.33341271,0.13240249,0.18054888,0.18046197,0.25491625,0.27088037,0.26982829,0.26420617,0.25333762,0.27518544,0.26618993,0.26545167,0.28508076,0.27643946,0.28660139,0.32027203,0.29290691,0.28615716,0.3153455,0.33338565,0.19783424,0.20063359,0.20232138,0.17220967,0.22712524,0.22727272,0.2428256,0.23487306,0.21495645,0.23718095,0.33948171,0.30765724,0.33112583,0.3804912,0.37183362,0.074019246,0.074943788,0.074165635,0.073349632,0.074664012,0.07532011,0.025220681,0.051111683,0.051746443,0.051007397,0.47846889,0.050000001,0.049615484,0.20120724,0.17618927,3.1859558,3.5973597,3.8321772,3.9628584,4.1391821,4.3384666,4.4541926,4.6623244,4.9026427,5.2437091,4.3904142,5.2961674,5.1134381,4.7454104,4.7569447,0.57973963,0.58332497,0.60162437,0.61399096,0.61183548,0.47407407,0.49280903,0.49314526,0.45320195,0.5183413,0.55115747,0.60156405,0.64618748,0.69547939,0.60276675,0.2845355,0.28801844,0.30439192,0.2770083,0.32376748,0.29989505,0.28748676,0.31992689,0.29038668,0.32248157,0.5502063,0.37037036,0.35859057,0.3761166,0.37938666,0.18178339,0.18199234,0.19087613,0.21086936,0.24863729,0.25395587,0.30021015,0.30021015,0.31736585,0.31791908,0.48304605,0.3214826,0.39802882,0.40330324,0.38877299,0.2261776,0.22876468,0.24091548,0.23393002,0.24719334,0.21779715,0.22245762,0.22614689,0.2278893,0.24091108,0.37199125,0.25155857,0.21982855,0.24439013,0.31031808,0.39884588,0.40541705,0.41710114,0.40393397,0.43255651,0.29338551,0.2975654,0.28169012,0.27270249,0.28184381,0.37573314,0.34016731,0.33364227,0.33358043,0.37233546,1.7244776,1.7313461,1.7964072,1.7717689,1.8373346,1.7780199,2.0891845,2.1493874,2.1936865,2.1267443,1.9640479,2.1359317,2.1016688,2.324244,2.3410726,2.728076,3.1979918,3.1754632,3.1592522,3.5170372,3.5545285,3.4181416,3.5834875,3.7661486,3.6775873,3.2497272,3.4322217,3.4520309,3.4104614,3.3667068,0.46292502,0.45978898,0.42651868,0.40537748,0.4022893,0.31139714,0.34169033,0.34328729,0.31456953,0.29324302,0.26247793,0.33338821,0.32841405,0.34459853,0.36213785,0.3835091,0.38369304,0.39428291,0.39467192,0.34567901,0.25012508,0.3047232,0.25227043,0.25176233,0.30911899,1.0330578,0.35514966,0.35496956,0.62208402,0.82644624,0.28818443,0.29239768,0.31332454,0.31751335,0.30467165,0.4193927,0.36746284,0.36709493,0.36642238,0.38250455,0.53306681,0.53218025,0.5583756,0.58349061,0.51876187,0.25116614,0.27391195,0.28563505,0.30952907,0.2895194,0.27989683,0.31696588,0.32744837,0.32012695,0.32783303,0.26697904,0.3924647,0.43116388,0.45895371,0.47379169,0.52937263,0.5355407,0.52197021,0.52401817,0.52170306,0.5414719,0.53710628,0.53374183,0.52918756,0.51455164,0.49192622,0.50126076,0.51001406,0.50651121,0.51177877,0.79365087,0.82606703,0.83371931,0.78341013,0.88207984,0.38259205,0.43881032,0.39800996,0.40547392,0.40060091,0.84661359,0.40485832,0.40201005,0.45638946,0.47644255,0.40865749,0.41583246,0.42346296,0.42379531,0.44578886,0.40809667,0.37997687,0.3508772,0.38720539,0.3730078,0.40753949,0.42815548,0.43622404,0.44138417,0.4259851,0.25395033,0.25959042,0.25832376,0.26162791,0.32248607,0.26277372,0.20883055,0.2806361,0.31575623,0.3138732,0.37094283,0.24867889,0.28204325,0.2283105,0.32786885,0.19448946,0.19550341,0.19756339,0.20127474,0.20066889,0.23777173,0.17367141,0.17482518,0.17946877,0.18037517,0.61975944,0.18301611,0.18281536,0.29455081,0.4053058,0.39630118,0.40137613,0.39916363,0.38409835,0.43035993,0.27717283,0.29904306,0.32460946,0.28729734,0.28374544,0.40338844,0.34440842,0.34672651,0.37121055,0.40958425,0.5619691,0.57728201,0.56445658,0.5464955,0.55526632,0.4898102,0.45027322,0.44652629,0.43855762,0.45161867,0.34976012,0.48280573,0.59321254,0.54061484,0.57243097,0.2621232,0.26019081,0.26269701,0.26041669,0.311804,0.3315964,0.4245283,0.48875856,0.49900198,0.49751243,0.58111382,0.53763443,0.56008148,0.68241471,0.73221761,0.21063718,0.20909566,0.20565553,0.20661156,0.20460358,0,0,0,0,0,0.43966779,0,0,0.049554016,0,0.13979496,0.14312978,0.14285713,0.14044943,0.14204545,0.1421801,0.096385539,0.095192768,0.097608589,0.099009901,0.63507569,0.10261673,0.24582103,0.30534351,0.35696074,0.13586956,0.13458949,0.13774104,0.14347203,0.14705883,0.295858,0.14771049,0.15151514,0.15313937,0.16155089,2.9508195,0.15797788,0.16207455,0.31897926,0.32258064,0.073746309,0.074074075,0.11127597,0.11269721,0.11350738,0.11641444,0.15515904,0.15760441,0.19623235,0.19984013,0.43238991,0.1579155,0.16293278,0.20153163,0.16122532,0.25761166,0.28780743,0.31272104,0.28862163,0.2922096,0.3392317,0.33520564,0.34623802,0.35214368,0.37960488,0.401265,0.35578826,0.35635558,0.37302396,0.38043213,0.095979527,0.096701406,0.10726161,0.096266977,0.096576884,0.12946381,0.13049152,0.14124294,0.13104728,0.13168001,0.19710907,0.18736912,0.17736392,0.21961129,0.23054121,0.10626993,0.10718113,0.10878433,0.10761367,0.16515277,0.28105679,0.28392959,0.31330106,0.349345,0.32295948,0.40887851,0.34863451,0.35128805,0.40000001,0.40253019,0,0,0,0,0,0.095147476,0.10060362,0.10235415,0.10141987,0.10131713,2.1920669,0.20325202,0.21119325,0.20576131,0.21459228,0.22558814,0.22617124,0.19633506,0.26255333,0.26186579,0.40622884,0.37212449,0.40941659,0.3758114,0.37852719,0.61983472,0.45248872,0.48543689,0.52319497,0.51903117,0.28728127,0.29085141,0.29438001,0.26263356,0.31284505,0.25832641,0.26382738,0.26562944,0.25964034,0.26907554,0.35460991,0.29639545,0.28837836,0.27812409,0.2983638,0.38809833,0.40268457,0.4103967,0.40705562,0.26737967,0.67204303,0.53262317,0.54644805,0.54495913,0.54570258,1.3550135,1.2113055,1.5449438,1.7783858,2.0661156,0.24528591,0.24813895,0.26450908,0.29190353,0.2784223,0.20211443,0.20449898,0.25264487,0.23957834,0.25445291,0.46229875,0.30139595,0.25364617,0.23633212,0.23562677,0.31234983,0.31370655,0.33927056,0.34326345,0.3819145,0.22429907,0.27603513,0.2704443,0.29932329,0.31570637,0.43900493,0.35799524,0.34501061,0.34565276,0.39709708,0.28850421,0.42306837,0.75096411,0.80360639,1.0052122,0.93209052,1.0081795,1.0652721,1.1147416,1.0963646,1.2999426,1.1158137,1.1229428,1.1312659,1.1209896,0.13064305,0.13154049,0.16212232,0.17647059,0.17709564,0.17915796,0.15119444,0.1660628,0.19835216,0.21618283,0.41589648,0.28985509,0.18419033,0.23073372,0.28840315,0.57698834,0.58172697,0.52529407,0.51679587,0.54476547,0.35637921,0.36988425,0.33242315,0.28950542,0.30048078,0.45416519,0.35266936,0.36523008,0.35709888,0.43161917,0.20387359,0.20703934,0.20898642,0.2074689,0.10615712,0.11061947,0.11210763,0.11668611,0.11961722,0.12195122,0.72815537,0.12150669,0.12547052,0.12578616,0.37313432,0.61576355,0.61652285,0.64260995,0.63131315,0.68859982,0.58598727,0.69605571,0.76135468,0.74448282,0.76335877,0.81151837,0.76699287,0.82119209,1.0092744,1.1111112,6.9837189,7.2136865,7.6306543,7.6447873,7.6343493,7.6093063,7.5966539,7.515234,8.0156174,7.9195404,7.44277,8.3381853,8.6885633,8.6611414,8.9079781,0.55700672,0.54392648,0.54566985,0.53908557,0.55566663,0.56087005,0.58467931,0.56374359,0.59584057,0.57824701,0.59306425,0.58140135,0.58442086,0.58405048,0.59159285,0.40392381,0.42400992,0.43157133,0.4342075,0.42357221,0.39632347,0.40030023,0.44430867,0.43524975,0.41069457,0.38599393,0.49370387,0.51099753,0.50224763,0.47028527,1.0349288,1.0256411,1.0471205,1.0854816,1.2195121,0.80321282,0.92592591,0.93209052,0.95890409,0.94850945,0.25974026,0.91027308,1.164295,1.310616,1.4627659,0.28208745,0.27972028,0.27173913,0.13850415,0.14947683,0.15337422,0.15748031,0.15408321,0.15873016,0.15898252,0.15772872,0.16286644,0.16666667,0.17211704,0.17035775,0,0,0,0,0,0,0,0,0,0,1.4869888,0,0,0,0,1.0786262,1.0898571,1.1153867,1.0876234,1.0133811,1.0243889,0.99675286,1.0233833,0.92077273,0.94773036,0.90389019,0.93719643,0.95116049,0.95367849,1.0150985,0.06133464,0.062150404,0.074497148,0.087140545,0.13719133,0.26568827,0.31997952,0.38915554,0.38789761,0.39677462,0.48401478,0.37491921,0.41030902,0.4492363,0.50212437,0.66420662,0.67365265,0.72727275,0.73048824,0.79658049,0.6457926,0.58939099,0.66380322,0.6497342,0.69735008,0.75307173,0.77141696,0.73906791,0.7602219,0.82474232,0.29600397,0.29710323,0.30395138,0.31233734,0.34327963,0.18271992,0.21013923,0.23898035,0.24032043,0.24135157,0.45576409,0.34796575,0.29665589,0.33333334,0.33755276,0.2243336,0.2283105,0.23192361,0.23562023,0.25062656,0.2068395,0.24620435,0.22160664,0.21978024,0.25076625,0.44089282,0.26127613,0.26403558,0.25101101,0.25160751,0.05961844,0.060642812,0.10322049,0.10260619,0.16420361,0.10425354,0.10617965,0.12925462,0.1312623,0.17797552,0.46697798,0.17985612,0.2257846,0.29646522,0.29775536,0.21298568,0.21216409,0.23189899,0.23904897,0.26409018,0.26270264,0.2348759,0.25882205,0.2606816,0.28190672,0.31065744,0.29748717,0.32370675,0.33580434,0.3461732,0.19430052,0.19867551,0.19867551,0.17199862,0.17199862,0.17337032,0.14275518,0.1433178,0.14754702,0.14534883,0.10803025,0.17985612,0.18005042,0.14705883,0.1485884,0.25149322,0.25599998,0.25649247,0.2595717,0.25526482,0.12718602,0.098651767,0.099568531,0.1017294,0.10214505,0.13445379,0.1017639,0.10207554,0.13797861,0.13831259,0.27740678,0.27823579,0.27881041,0.25062656,0.24121657,0.23399277,0.24455078,0.26024723,0.21750952,0.21862702,0.30438092,0.25103688,0.26024723,0.28257799,0.27170959,0.2811861,0.28456861,0.28844893,0.23637559,0.28086129,0.26638252,0.24271844,0.23243095,0.20587428,0.20661156,0.28901732,0.2503477,0.20920502,0.27940765,0.29182878,0.23492062,0.24585715,0.24887682,0.25686044,0.2674669,0.268913,0.27331191,0.28336731,0.2822977,0.284224,0.33721074,0.36659375,0.35259849,0.35324836,0.39103073,0.12477718,0.12651365,0.12598993,0.14469163,0.18294914,0.16444363,0.16638935,0.1835873,0.18511662,0.18487705,0.46339202,0.22467703,0.22701477,0.22861497,0.22740194,0.31339777,0.31350693,0.33228403,0.37050104,0.37882125,0.30305731,0.33053422,0.37094,0.34439006,0.38119441,0.42553189,0.40868223,0.41761234,0.45388526,0.46961325,2.1352687,2.2570195,2.290411,2.4472008,2.3651311,2.5571086,2.7192779,2.6179245,2.7100916,3.0180125,2.3712575,2.9246075,2.9798529,2.9397295,2.9076188,0.34423408,0.3510825,0.35842294,0.375,0.50093925,0.64226079,0.57989687,0.58027077,0.57915056,0.58064514,0.92287409,0.62849164,0.87145966,0.71479625,0.70771408,0.28097984,0.27849185,0.29057407,0.26700395,0.30268902,0.26881722,0.30742833,0.31274435,0.29897493,0.29648453,0.40790489,0.29258099,0.26250345,0.34840778,0.39754501,0.37466851,0.345613,0.35445109,0.34086519,0.35279706,0.35724726,0.35330048,0.37580797,0.37574789,0.35607472,0.35189,0.35778615,0.36593819,0.35647467,0.36275837,0.27201289,0.26550448,0.28105393,0.26362914,0.25681549,0.21994135,0.20577139,0.19040179,0.2005282,0.20960274,0.22053888,0.27293622,0.23530543,0.28218865,0.29619721,1.5319356,1.589125,1.5558351,1.5657563,1.4388887,1.5188688,1.5321757,1.5328307,1.5382088,1.4641329,1.2974752,1.4161161,1.4087178,1.4029089,1.3877081,0.18160905,0.18064672,0.18703994,0.20572397,0.20382471,0.21083066,0.26420081,0.27895692,0.28223145,0.29632315,0.2974951,0.32259992,0.34163868,0.34573689,0.38601005,9.1321983,9.3411179,9.2076731,9.4488192,9.8957443,9.9196653,9.8955564,10.550787,10.181818,10.476537,9.1526051,9.8385,8.8191328,8.9244852,9.0356874,0.12128562,0.091213137,0.12391574,0.093109868,0.092165902,0.092621177,0.063532397,0.063593008,0.063552588,0.063918188,0.34898478,0.095510982,0.16005121,0.16087516,0.16276041,0.067980967,0.071123756,0.06930007,0.067159168,0.06954103,0.069589421,0.14194465,0.14245014,0.14705883,0.15105741,1.6871165,0.22607385,0.52950072,0.75528699,0.8403362,0.42082295,0.42359588,0.43390673,0.41945004,0.45129162,0.40777916,0.40861228,0.40012804,0.39056143,0.40604189,0.50620508,0.4362579,0.50803012,0.45946831,0.47689521,0.24875621,0.25492862,0.27957365,0.26666665,0.29117379,0.1650165,0.13177711,0.1695554,0.15229394,0.15355086,0.38248232,0.17394665,0.19394881,0.23134761,0.24866106,0.27285129,0.27894002,0.2894356,0.29027575,0.4518072,0.15128593,0.15174507,0.14992504,0.30257186,0.15267175,2.8081124,0.14534883,0.1447178,0.14326648,0.29112083,50.987537,51.249115,52.368008,52.840988,54.385712,55.072052,55.649918,56.086643,57.000439,57.267696,55.354839,55.116516,54.890911,53.847271,54.087055,0.32265002,0.32446465,0.30830213,0.30561012,0.33467203,0.13651878,0.1602931,0.1386642,0.11825922,0.11825922,0.25773194,0.1412762,0.11811954,0.1429252,0.14248398,0.19677712,0.19337305,0.19725913,0.19477192,0.19398643,0.16111979,0.18946949,0.19304064,0.18904531,0.19876763,0.20733574,0.22701477,0.21681285,0.21269229,0.21218851,0.34503755,0.3473641,0.33112583,0.33027142,0.35372451,0.23824321,0.29835391,0.28403112,0.28478009,0.28266332,0.37472677,0.44435039,0.47378397,0.50982475,0.45788521,0.27194068,0.2738362,0.27707809,0.27834007,0.3038744,0.23065095,0.18200728,0.20730759,0.21214531,0.21119325,0.65634024,0.26539278,0.23968042,0.19083969,0.19083969,0.2259887,0.23310024,0.23894861,0.24539877,0.24660912,0.24038462,0.12106538,0.11947431,0.12033695,0.12360939,0.61050063,0.12269939,0.12578616,0.13157895,0.13071896,0.26111454,0.27704668,0.28109628,0.27513227,0.30819955,0.29955065,0.3255485,0.32675096,0.34579641,0.34334138,0.42484617,0.3926416,0.43418482,0.52760911,0.51046085,4.4871798,4.5230465,4.7112398,4.5700493,4.544704,4.3020372,4.3353996,4.2065625,4.2317057,4.1369128,3.9137444,3.9713833,4.0632701,4.0996885,4.225235,0.57385385,0.56795615,0.55838555,0.54230428,0.53494972,0.5285275,0.52024257,0.50909698,0.49483645,0.47045308,0.45331734,0.45143318,0.45931247,0.45720291,0.45584026,1.483966,1.4482481,1.4711299,1.432935,1.4551177,1.4422973,1.4619571,1.4629183,1.5612439,1.658682,1.5674248,1.6588333,1.6621974,1.7213168,1.7382522,4.7730641,4.7134013,4.7359247,4.8108392,4.8437142,4.868186,4.7323675,4.7382073,4.7843976,4.7579727,4.6907573,4.6584415,4.5806756,4.5319519,4.5570917,4.7034764,4.7619047,4.6436286,4.7457628,4.6643915,4.5146728,4.3035107,4.2219543,4.0243902,4.0942931,6.8831167,4.7493401,4.8051949,4.191617,4.3636365,1.5931374,1.5843997,2.0257826,2.1262457,2.1768708,1.9768234,2.2165928,2.0202019,2.193476,2.1806853,3.6963038,2.5239778,2.4096384,2.0437956,2.0613375,3.7811949,3.944514,4.0741739,4.0533152,4.0973711,3.9146616,3.6640725,3.7744284,3.8977313,3.9656229,3.7938097,3.6634438,3.7799883,3.8104572,3.8309727,3.7881446,4.0733943,4.1312742,4.1658359,4.0110106,3.6740277,3.5801773,3.6771464,3.5863068,3.5689044,3.2419384,3.5757058,3.4738619,3.5955799,3.6579256,1.6032543,1.5975204,1.5836051,1.4429684,1.5451033,1.0407633,1.2264749,0.98785758,1.0771642,1.0484178,1.6225289,1.1210337,1.10549,1.131135,1.1523438,2.1029043,2.163168,2.1691108,2.1313627,1.9725395,1.9620143,1.8965621,1.9913001,1.9575888,2.0417221,2.082653,2.0869362,2.1128829,2.1555836,2.1075611,14.362873,14.921681,14.588634,14.673684,14.6157,14.467213,14.144736,14.65164,14.85045,14.34263,13.171141,13.702183,13.477609,13.924885,13.848202,1.8229325,1.8911057,1.8238317,1.7931035,1.6654598,1.6014191,1.4342817,1.4227964,1.3591182,1.4242002,1.3868263,1.3644234,1.3893098,1.3734637,1.3956354,3.0425661,3.0619979,2.9234478,2.883878,2.9083116,2.6291792,2.6905155,2.740134,2.6256566,2.6296241,2.6070211,2.9641888,2.8790786,2.9141774,2.9424944,1.2967875,1.271437,1.3505402,1.3192612,1.5293119,1.3315927,1.431127,1.375,1.390583,1.4268143,2.023988,1.517067,1.5840571,1.6739634,1.6888434,1.5498449,1.5277348,1.4995557,1.4947543,1.4718752,1.4654356,1.4448637,1.4410702,1.4298698,1.3932711,1.382157,1.3700693,1.3584266,1.3433275,1.3508909,3.1121941,3.3840172,3.6005981,3.7105539,3.6747818,3.6875408,3.6168647,3.3451068,3.5963829,3.7676766,3.5593557,3.8579483,3.8476956,3.8426898,3.9186211,2.1534014,2.0964243,1.9888812,1.9589384,1.8769532,1.8613126,1.9797871,2.007669,1.9009216,1.931373,1.9737079,1.9924757,1.9890839,1.9849417,2.0099118,0.29217502,0.27431986,0.25934583,0.26051733,0.25427952,0.25046858,0.25122702,0.21294649,0.21414699,0.21106513,0.17308813,0.22395116,0.21515343,0.2274954,0.22837096,0.28469265,0.28959274,0.28175887,0.28010592,0.27529252,0.27865902,0.27624893,0.25925696,0.26867723,0.25542784,0.22995235,0.2743628,0.29372272,0.30108431,0.27653465,0.28396413,0.29446566,0.27715963,0.26663163,0.25681472,0.25304627,0.24079941,0.25210625,0.22976042,0.22509119,0.19727705,0.22003204,0.25142321,0.25367436,0.27167851,0.26841184,0.26273668,0.25877115,0.27195027,0.29771653,0.3013739,0.28982079,0.31110191,0.34042045,0.31603661,0.27617604,0.31097972,0.32817629,0.34093398,0.34391367,0.29681927,0.31617478,0.32350394,0.33962309,0.33641222,0.3256574,0.35765049,0.35094115,0.36171052,0.34410635,0.29178077,0.33803892,0.34499365,0.35870731,0.35500976,0.22372711,0.21991977,0.21839273,0.22556525,0.2208261,0.21872896,0.21674214,0.21361791,0.21824224,0.21067205,0.19099529,0.18792407,0.18055788,0.18342075,0.1850303,0.21013941,0.23425809,0.21152754,0.2251873,0.23011519,0.2383002,0.23463771,0.23669605,0.23782021,0.24740498,0.24726775,0.24054188,0.23811629,0.23043041,0.23328201,0.1625993,0.1555144,0.16630679,0.16151834,0.16499309,0.16346715,0.15734729,0.15265255,0.15796825,0.15148281,0.15574214,0.13850322,0.13799495,0.13957785,0.13903765,0.18554194,0.19321221,0.2072342,0.18314706,0.17977375,0.19379681,0.1902578,0.19304226,0.19026621,0.18937854,0.21591258,0.1943517,0.20381308,0.20284788,0.21237648,0.31818071,0.30513853,0.31884828,0.28035164,0.33139822,0.29827791,0.27191445,0.30269676,0.24904609,0.27671057,0.28136152,0.26694894,0.28020287,0.27462935,0.28766963,0.17502779,0.1814364,0.18552589,0.18952847,0.17854275,0.17792937,0.18141074,0.17186737,0.16739067,0.17624585,0.17183319,0.18067601,0.18204038,0.17841567,0.17749611,0.098285094,0.10081211,0.10172381,0.10255387,0.10465895,0.10073522,0.10074139,0.10428629,0.10364917,0.10440744,0.10192589,0.097481668,0.098151542,0.10050914,0.10108958,0.18070316,0.17895083,0.17413419,0.16816068,0.16370021,0.16992924,0.15946545,0.16176602,0.15374941,0.15422751,0.15495971,0.15514405,0.16244595,0.16240726,0.16508497,0.17761745,0.17755359,0.17601925,0.17244668,0.1795596,0.16816998,0.17829481,0.17174703,0.17144981,0.17443174,0.1658856,0.17069869,0.166474,0.16799434,0.16772121,0.1583361,0.16760926,0.16225146,0.16124275,0.1602277,0.14808248,0.15603627,0.14741109,0.14249103,0.13883461,0.15526512,0.15942524,0.16174686,0.16789022,0.1814197,0.75412101,0.74427629,0.73186958,0.74981308,0.72812456,0.72226387,0.68070239,0.69519514,0.6921882,0.68804264,0.72924423,0.69556391,0.68874979,0.68035442,0.67791647,0.15714677,0.15321435,0.16917518,0.16700894,0.1727526,0.18261796,0.18206796,0.19486621,0.20085715,0.20282808,0.2112906,0.20558929,0.20591411,0.20039573,0.1978711,0.17035443,0.17389087,0.17116189,0.1641459,0.16083087,0.14684394,0.14463511,0.13657837,0.12759027,0.13223739,0.13964882,0.14163817,0.14531322,0.14521097,0.14438051,0.15848953,0.1613612,0.15871881,0.16362698,0.16384454,0.17505498,0.16411959,0.16361465,0.17206508,0.16752258,0.15850928,0.15747666,0.1530053,0.14859132,0.15280014,0.097896054,0.098795176,0.0953198,0.093748771,0.097191632,0.078081079,0.076243825,0.073890857,0.073180795,0.073229253,0.087245762,0.075469919,0.083007231,0.084751137,0.085048884,0.12519027,0.13114162,0.13513704,0.1346439,0.13702498,0.13480105,0.13807738,0.13853391,0.14528218,0.14751442,0.14367934,0.1573763,0.15114947,0.15014125,0.1517757,0.11595473,0.12221537,0.1297317,0.13067465,0.13267961,0.14149104,0.1436033,0.14568187,0.14877546,0.15176278,0.1510507,0.1488656,0.14818624,0.15100342,0.15561201,0.097916998,0.099264704,0.10167613,0.10025294,0.10292633,0.099229418,0.10272213,0.10213135,0.097553514,0.099575453,0.10174875,0.10225224,0.1055518,0.10630792,0.1046075,0.085079119,0.082573943,0.088426217,0.087733887,0.081818692,0.081364118,0.081643373,0.077812247,0.076366581,0.075797863,0.078953668,0.080887541,0.081223175,0.080148757,0.078920588,0.10241274,0.097065672,0.099614039,0.097964935,0.095417425,0.094961978,0.091750965,0.090385526,0.085691452,0.08270476,0.0815439,0.077384003,0.077507101,0.079404548,0.081410989,0.17035741,0.16928467,0.16559806,0.16184597,0.16134225,0.15903565,0.16337548,0.15865737,0.15316102,0.15522189,0.15283147,0.15509935,0.16027163,0.16395511,0.16277286,0.29605621,0.28406873,0.29177141,0.29994562,0.2930516,0.27986786,0.27038932,0.2824001,0.27889773,0.27650604,0.24372521,0.28017142,0.28177166,0.28588116,0.27369723,0.083009496,0.094473779,0.093036972,0.094185807,0.091165632,0.088606827,0.093652874,0.093337707,0.093772739,0.091117166,0.096547127,0.098220699,0.10679275,0.10596418,0.10281571,0.10088865,0.10068218,0.10154895,0.10116576,0.10206395,0.09854053,0.094347142,0.096281543,0.093243197,0.10301899,0.10788064,0.098584034,0.10336761,0.10217656,0.10758324,0.11125469,0.11326858,0.10859986,0.10860273,0.10931534,0.11194292,0.11120569,0.1064843,0.11013633,0.10949714,0.1112225,0.11022606,0.11122531,0.11304475,0.11373314,0.096208043,0.092204444,0.095528878,0.098924771,0.095860489,0.083597444,0.09444429,0.092508629,0.091521457,0.09384229,0.10762183,0.10171529,0.10135952,0.10588357,0.11043002,3.5841041,3.6705949,3.7094214,3.7756643,3.8074839,3.8615682,3.8976698,3.9750979,3.9924004,4.0036383,3.9863746,3.9921312,4.0013494,4.0279016,4.0836411,1.9343987,1.9782109,2.027992,2.1701388,2.1626298,2.3357663,2.2949903,2.2264981,2.3409529,2.3041475,2.0643432,2.2659833,2.4430416,2.6580863,2.5183928,0.70290458,0.77960873,0.78330702,0.76737201,0.81492567,0.78813612,0.78577602,0.7501533,0.76578951,0.77714634,0.70387203,0.72775996,0.73875904,0.7743715,0.82324529,39.343815,38.557083,38.297234,38.337048,38.528362,38.54213,38.898342,39.225182,39.454861,39.340149,39.119904,38.898983,38.417065,38.548687,38.527237,0.77453882,0.77793497,0.80196977,0.83049405,0.83729511,0.84812206,0.87970245,0.88279617,0.93722755,0.93948001,0.98353493,1.1017261,1.0736428,1.1037866,1.1510565,0.57344806,0.63828838,0.68021184,0.70948547,0.69468266,0.71943974,0.68484408,0.7018975,0.63719463,0.66373104,0.67621398,0.61584288,0.56790173,0.62412351,0.6502791,0.58611363,0.59797609,0.6024096,0.56285179,0.58195925,0.47664443,0.50150448,0.50125313,0.44999999,0.44955042,1.9287834,0.91416967,1.0319917,1.2175754,1.423098,0.7658568,0.76205695,0.75533444,0.77398449,0.77647221,0.785945,0.76767802,0.77582854,0.77817333,0.756082,0.73905897,0.78504288,0.78347975,0.78719556,0.78903484,0.76655185,0.81552249,0.82349712,0.85429895,0.84305841,0.83970672,0.87995946,0.83777905,0.87318802,0.81003404,0.79049915,0.8529613,0.85631859,0.95363194,0.99499851,0.77067548,0.79173726,0.79562402,0.78344923,0.78517807,0.7923227,0.75585532,0.76740056,0.7285853,0.69981587,0.71431005,0.77221388,0.75005966,0.78271872,0.81028891,0.78840822,0.8140263,0.83839864,0.82051277,0.76093853,1.0608954,1.0210593,1.0506409,1.0210593,0.99202067,1.6833581,0.98903459,1.1922827,1.1857708,1.2604096,0.49937576,0.51216388,0.40268457,0.39318478,0.38363174,0.39682543,0.40053403,0.40983605,0.28985509,0.28571427,5.0651231,0.28208745,0.14367816,0.14577261,0.14771049,0.22545961,0.23901454,0.24658574,0.23405501,0.23866349,0.34308779,0.36577931,0.33966035,0.31859815,0.31878859,1.0506798,0.28901732,0.31341413,0.36844388,0.39586541,0.66046613,0.75121439,0.78097266,0.7503134,0.74646342,0.71488571,0.77593595,0.75174427,0.77306855,0.78625369,0.72026956,0.75602746,0.77273685,0.78772438,0.76076078,1.673769,1.8052036,1.7773668,1.8665328,1.8624641,1.8872536,1.957451,1.9763234,2.087203,2.0466838,1.8926829,2.1919286,2.3663366,2.5975976,2.8022175,0.50922632,0.5394662,0.53156143,0.53237724,0.53757602,0.53783888,0.55203766,0.58530712,0.56906939,0.62563407,0.65442848,0.75365829,0.74856889,0.73397577,0.756293,0.63834912,0.63026065,0.62525374,0.62595916,0.57610184,0.6134969,0.6086235,0.58038533,0.55566502,0.56132811,0.63661325,0.63641065,0.65207827,0.65579081,0.70771986,73.319206,73.127022,73.05127,72.962471,72.918877,72.842667,72.801628,73.284355,73.05143,73.321808,73.281616,72.809776,72.425697,72.411575,72.492752,0.84680521,0.83236545,0.81537563,0.75801748,0.71132189,0.43982407,0.4607372,0.38275585,0.36667347,0.37044659,1.1249745,0.41806018,0.44890976,0.42844903,0.56743783,5.0763464,5.2874651,5.5119781,5.5824413,5.5695639,5.6770029,5.691318,5.763135,5.9201899,5.9220004,5.8412666,5.7532864,5.7407355,5.7522125,5.7645535,0.77906513,0.82729042,0.84042335,0.77560002,0.80593163,0.810426,0.83001328,0.80035573,0.82423705,0.78475338,1.0244547,0.87004405,0.88515663,0.89830703,0.95722049,12.178072,12.436996,12.365843,12.240202,12.651827,12.891189,12.797817,13.402702,13.282344,13.884516,14.110415,14.002281,13.897033,13.898119,13.788239,0.855223,0.93595254,1.0146561,0.92938787,0.97051334,0.96894151,0.95382053,0.93496561,0.89126557,0.92746979,0.99251866,0.91415715,0.94886923,1.0051508,1.0649139,15.802567,15.574699,15.344421,15.274283,14.763655,14.189844,13.663541,12.924311,12.626827,12.378183,12.143126,11.980032,11.975154,12.079574,12.155113,36.225914,36.793812,37.309723,37.751434,37.581894,37.357082,36.82935,36.353836,36.157757,35.975849,35.645626,35.72522,36.603588,36.751366,36.619083,1.0448556,1.0809722,1.0266941,1.0057569,0.97810274,0.94527531,0.87110382,0.87836218,0.82780325,0.76015818,0.85752207,0.87928569,0.83367789,0.91637635,0.97516161,2.5379107,2.5103581,2.5098274,2.4709163,2.4371109,2.3988082,2.3900104,2.3350687,2.3866651,2.3323207,2.293819,2.3295162,2.293509,2.3485601,2.3976698,1.2567189,1.3580247,1.3178661,1.2831614,1.3002746,1.179868,1.2336417,1.0921097,1.0911533,1.1557789,1.1225678,1.1143452,1.0776224,1.1681232,1.1736676,10.415509,10.722064,10.709662,10.568428,10.488185,10.530689,10.535922,10.680745,10.553267,10.704524,10.364146,10.377147,10.825154,10.950154,11.459054,5.9574471,6.0127001,5.8390608,5.7079887,5.629045,5.6169543,5.4958034,5.4363551,5.5410109,5.3793612,5.2674694,5.2725835,5.2756624,5.2982545,5.3418479,1.6021284,1.7587034,1.8825665,1.9195451,1.9553072,1.9159383,1.8352463,1.7694305,1.7407887,1.6083831,1.6244276,1.7856054,1.902985,1.9868815,2.0210445,0.28625956,0.31416145,0.48332527,0.56372553,0.60871679,0.92901385,1.0213777,0.97993463,1.0502284,1.105461,1.7617265,1.1732852,1.1748757,1.1904762,1.358632,2.6409643,2.7488866,2.7353401,2.9005084,2.845511,2.8733253,2.8662732,2.8709822,2.8779767,2.8309357,2.7384412,3.0334945,3.1651843,3.3539023,3.4905651,0.17315812,0.17655081,0.17198433,0.1663982,0.16282064,0.15687388,0.1592121,0.14644998,0.15111658,0.14077897,0.14679116,0.15474902,0.1595854,0.1566074,0.15968698,0.22079928,0.2216498,0.22993563,0.19934218,0.20472661,0.20294164,0.21272716,0.20986572,0.19114627,0.19195817,0.23496722,0.20890936,0.20514734,0.20822054,0.22603127,0.29797971,0.29074192,0.29107872,0.29573399,0.28992695,0.29561985,0.28690872,0.28787583,0.28339085,0.28068802,0.27757406,0.27217132,0.26560867,0.26673701,0.2701565,0.17918554,0.1782265,0.17722575,0.18504056,0.17763491,0.16710146,0.16873646,0.15930146,0.15619637,0.15975314,0.16128066,0.17253573,0.16802579,0.16900243,0.17213796,2.5438774,2.5796077,2.5942066,2.645947,2.7020178,2.7035923,2.7783926,2.8486478,2.9172497,2.95561,2.9253759,2.9555047,2.9804871,3.0803888,3.1002824,0.30047271,0.31975207,0.30835003,0.32925856,0.30633333,0.30208129,0.30040056,0.30510113,0.30317339,0.31681886,0.31508666,0.33320388,0.33394849,0.33688727,0.33994621,0.41764271,0.4187991,0.44742891,0.45135078,0.46437374,0.46276233,0.45414335,0.46353364,0.46439743,0.4467555,0.4066247,0.44017756,0.45718908,0.46243733,0.4743005,0.20638022,0.22031285,0.22954763,0.22184262,0.23168519,0.23295072,0.22652481,0.23354469,0.2180717,0.22510101,0.22966766,0.24158119,0.2509045,0.25304157,0.25266096,0.27277157,0.28370738,0.29098719,0.28019381,0.28461704,0.27563825,0.28409645,0.27786955,0.28055954,0.29423961,0.3035413,0.29869172,0.31079563,0.3233695,0.31621835,0.32294002,0.34736055,0.32958728,0.30591184,0.32028165,0.31860688,0.31860635,0.35248801,0.31431657,0.32207099,0.3093223,0.33719808,0.35791504,0.3644948,0.36596411,0.17923421,0.18267597,0.18043114,0.16902566,0.1681174,0.14752735,0.14347203,0.14031215,0.13280003,0.13487139,0.15537551,0.12931034,0.12949432,0.14286172,0.14682393,0.27519354,0.26992211,0.28635126,0.27286509,0.27000886,0.24325968,0.24874112,0.24584879,0.25839272,0.26338181,0.26778105,0.2564258,0.26023138,0.26080933,0.2656911,0.28831688,0.28050491,0.27902487,0.26288337,0.24646355,0.23358208,0.23616664,0.22910216,0.22124353,0.20339546,0.21742766,0.21402493,0.22611047,0.23466167,0.22962852,0.17549856,0.18088454,0.17657283,0.1698873,0.16970624,0.16748086,0.16796058,0.16355196,0.16809162,0.16538279,0.15659812,0.15589693,0.15507787,0.15490144,0.15723059,0.56812435,0.5763247,0.57537961,0.56962603,0.5681352,0.56893247,0.56992275,0.56807393,0.56693077,0.56432158,0.56822389,0.56374222,0.56484407,0.56314099,0.56272089,0.31353602,0.32139459,0.32402092,0.3076219,0.29520294,0.24668752,0.26082551,0.26160058,0.24597439,0.24317342,0.25443998,0.27103016,0.26329917,0.27282318,0.27438393,6.157433,6.2719688,6.3683138,6.4359336,6.5843701,6.7717581,6.7344837,6.8749757,7.052999,7.1577764,7.2335639,7.3043509,7.3531971,7.4811211,7.4980931,0.16916472,0.17302929,0.17094639,0.17247327,0.17018811,0.17721198,0.17531809,0.18382022,0.17630972,0.18359192,0.19630443,0.19358458,0.19983649,0.21266453,0.21412881,0.75158161,0.77916479,0.81938666,0.85247958,0.90329432,0.90397549,0.9462775,0.93609208,1.0234578,1.082894,1.0585533,1.1015933,1.0974693,1.0844125,1.0947732,0.25215685,0.25220945,0.25945991,0.25817913,0.25843504,0.23605062,0.23832126,0.24426186,0.24258597,0.24912907,0.25427693,0.26739061,0.28147599,0.28953737,0.30259398,0.26036826,0.26355422,0.24847095,0.25091681,0.25203568,0.19634792,0.24062562,0.24149728,0.22481096,0.22643064,0.68308836,0.24839577,0.25036511,0.23118958,0.25499362,0.18463638,0.18203317,0.20009068,0.20443197,0.20518559,0.18820383,0.19834763,0.1958255,0.2065089,0.20968919,0.20154414,0.2150937,0.22152683,0.22903974,0.23385389,0.45442349,0.43348712,0.46799624,0.48346427,0.47760272,0.48287892,0.44610643,0.45020381,0.44682831,0.47381827,0.43317148,0.4408828,0.47361973,0.47905901,0.49762955,0.2011345,0.19824386,0.19878584,0.19866566,0.20149697,0.20205992,0.20253418,0.19825308,0.19749135,0.19391008,0.19658419,0.19510804,0.1946777,0.1904159,0.18903202,0.28900662,0.28941414,0.29303479,0.2472651,0.24755259,0.1830202,0.19628902,0.16982943,0.15626164,0.16267978,0.23640662,0.19937235,0.20180523,0.22832733,0.2171353,0.25654897,0.26425761,0.26106453,0.25794566,0.25044286,0.24953307,0.24327922,0.25358999,0.23005316,0.24915929,0.24489921,0.2373247,0.24665093,0.24550676,0.24551055,0.47948164,0.53541774,0.55080342,0.55907619,0.56164825,0.5680626,0.56633633,0.5913986,0.57885736,0.64508194,0.62364686,0.62213939,0.6000331,0.61467218,0.60063386,0.22693472,0.22530346,0.22066629,0.22327961,0.22237964,0.22504896,0.22225864,0.21819443,0.21713373,0.21173388,0.21682212,0.21428142,0.21594867,0.21441497,0.21722847,0.18748111,0.18596378,0.19879104,0.19211712,0.20420542,0.17977983,0.18502131,0.19880317,0.19819422,0.20799583,0.23482586,0.22434101,0.23280549,0.23306745,0.24532969,0.11116821,0.11218426,0.11197606,0.11166171,0.11270857,0.11326125,0.11072492,0.11119112,0.11130992,0.1087766,0.10930144,0.10918375,0.11229351,0.11248545,0.11275707,0.16890104,0.16705994,0.16420403,0.16093163,0.15917735,0.1595096,0.15340543,0.14986701,0.15154169,0.1445595,0.14136276,0.14001836,0.13902523,0.14239521,0.14074819,0.91931522,0.93478894,0.95540667,0.95702338,0.94471771,0.96209717,0.976183,0.97548085,0.98103273,0.96739995,0.98454833,0.99411595,1.0192441,1.0172071,1.0274117,0.21093278,0.22924519,0.22770187,0.22327241,0.21691512,0.22323525,0.22072417,0.20427485,0.20513302,0.21396391,0.2099257,0.22282268,0.22265813,0.22073922,0.22291574,0.81958985,0.82036567,0.80742741,0.7948612,0.78259778,0.7780261,0.77387863,0.7585299,0.74265546,0.73792022,0.73864949,0.73959434,0.74614257,0.74418944,0.74190402,0.18580304,0.20333467,0.21029255,0.22606577,0.19925521,0.21101297,0.21692596,0.21479623,0.20507611,0.21452422,0.23123312,0.22802712,0.22703248,0.2370449,0.23908818,0.24293363,0.24965915,0.23797721,0.24363932,0.23172258,0.23318207,0.23466372,0.24208605,0.24419166,0.24860312,0.25230679,0.24472806,0.24303123,0.24589421,0.24734437,0.40291548,0.42370948,0.43747136,0.43814373,0.46014374,0.40943068,0.42837402,0.42914492,0.42308223,0.44909832,0.46436739,0.49645224,0.51096094,0.51981193,0.55311847,0.37966311,0.38439834,0.38776776,0.37199479,0.39078972,0.37997392,0.36860257,0.37721029,0.38572806,0.37769857,0.37342155,0.38190147,0.39236009,0.40382728,0.40964955,0.20853539,0.20993476,0.21419483,0.21097383,0.20497665,0.17441216,0.16975504,0.16848396,0.16623776,0.16538215,0.19121996,0.16616924,0.1633617,0.1623403,0.17063726,0.1093192,0.11745917,0.11499751,0.11216199,0.12064181,0.11046949,0.1167507,0.1206588,0.11653958,0.1234122,0.13237992,0.12811914,0.13046445,0.12952328,0.1329948,0.4050211,0.39873329,0.39559329,0.39826459,0.39049068,0.38888496,0.38328102,0.37315986,0.36441997,0.36064056,0.34877145,0.34478122,0.34134886,0.33709949,0.33667031,0.20237876,0.20628683,0.20778883,0.20298183,0.20254238,0.19217958,0.1945179,0.18768603,0.17860399,0.17844801,0.17750959,0.17592077,0.17915758,0.18837932,0.1924002,0.14149831,0.14210589,0.14376795,0.14519486,0.14818998,0.14397366,0.14992012,0.14902903,0.14448966,0.15354469,0.15489078,0.1545313,0.15078343,0.14727977,0.14599589,0.17934103,0.17170601,0.17907724,0.17317976,0.16937646,0.1680408,0.16867632,0.16176724,0.16076592,0.16102277,0.16208443,0.15230821,0.15356778,0.14477471,0.14103544,0.83851826,0.85383469,0.87607372,0.90272975,0.9303118,0.90048921,0.9268887,0.9257434,0.95000184,0.95480925,0.93749446,0.94063675,0.91922379,0.90267509,0.91541165,0.17170022,0.18188593,0.18697384,0.17525429,0.15840891,0.16199085,0.16400546,0.15616457,0.14129104,0.14726597,0.15184578,0.14559266,0.1586296,0.16233984,0.16021076,0.21830933,0.25216284,0.26494744,0.27452651,0.28542647,0.29693741,0.30572981,0.32638317,0.34494001,0.36027265,0.37962672,0.40799701,0.41579238,0.43121254,0.44410303,0.29510692,0.29250804,0.28629857,0.26223776,0.26307642,0.19671728,0.18982884,0.18240409,0.16418363,0.16170369,0.26893222,0.17759813,0.17773065,0.19152878,0.19269648,0.37437603,0.3702738,0.37019658,0.3237429,0.32573289,0.27542374,0.28796929,0.25658846,0.24136451,0.23915642,0.4200764,0.23788926,0.25301462,0.2595717,0.25681657,0.20993911,0.20998734,0.21971124,0.2215154,0.24354327,0.2643773,0.26971012,0.26783952,0.26576194,0.26639462,0.32387283,0.35634494,0.38721347,0.40558171,0.38119805,0.24300353,0.24794389,0.24401756,0.23187588,0.22125012,0.21746166,0.21325643,0.20803523,0.20561959,0.18898624,0.19609825,0.210503,0.21494743,0.21416955,0.21154119,0.22224858,0.21747148,0.21657874,0.2137541,0.2095771,0.20877223,0.20513327,0.20267682,0.20003811,0.1991654,0.19853669,0.19804765,0.19659987,0.19696623,0.19576102,0.23201229,0.24547158,0.27400205,0.26243588,0.25568739,0.28653297,0.29262862,0.27054405,0.28036782,0.30393961,0.2980645,0.31899995,0.31186652,0.30937618,0.31014913,0.18519233,0.18370979,0.18464379,0.17342712,0.17044024,0.162756,0.15911207,0.1609619,0.14369491,0.1444297,0.18805461,0.17639449,0.19849935,0.19318861,0.19226918,0.26498839,0.28012067,0.2830179,0.27663076,0.28332883,0.27153963,0.27495959,0.27724952,0.27395076,0.27291447,0.26569575,0.28691733,0.2899169,0.28074008,0.28550422,0.2041505,0.21183591,0.2065198,0.21277535,0.21336618,0.22089696,0.21657687,0.22262576,0.21400417,0.22503531,0.22967085,0.22936785,0.22657406,0.23142266,0.23065817,0.18649344,0.1955651,0.19130053,0.18811312,0.1920218,0.17943135,0.17847881,0.18101613,0.17312598,0.17505403,0.18417887,0.18419009,0.18648446,0.19955179,0.20014164,0.16563623,0.17009585,0.17333856,0.1590367,0.16699316,0.1712877,0.17842634,0.17603958,0.17232656,0.17439003,0.21015042,0.20132206,0.20780128,0.21037869,0.21633923,0.22603448,0.23349042,0.23043686,0.23510389,0.23439166,0.20805104,0.20941289,0.19777846,0.20695762,0.20076247,0.20799334,0.22944878,0.23759098,0.22935283,0.22956242,0.12695689,0.12698896,0.12788449,0.12759151,0.12571396,0.13081194,0.13108931,0.13091727,0.13270056,0.13037479,0.12876879,0.13434036,0.1348826,0.13542163,0.13511513,0.22581166,0.23455098,0.21856907,0.23047374,0.22402687,0.22907902,0.23902701,0.24461956,0.24833849,0.24623545,0.27534479,0.26491648,0.25636113,0.26811594,0.25498435,0.12943412,0.13346815,0.13771874,0.1526227,0.15195137,0.13132237,0.13586414,0.12681302,0.14200063,0.15017982,0.27626491,0.17331704,0.17423673,0.19494729,0.19114368,0.29751259,0.31347021,0.31351903,0.31836128,0.32844302,0.34168154,0.35769323,0.35035104,0.35002437,0.36344481,0.36956865,0.37137046,0.37575901,0.38092533,0.37670204,0.11547344,0.12285372,0.13558345,0.14572261,0.17825311,0.19560722,0.20693652,0.20759922,0.22258414,0.22670229,0.27122104,0.23438764,0.22717437,0.23779927,0.24622633,0.15928043,0.15828678,0.15828678,0.13919821,0.13901761,0.14831294,0.18281536,0.1717747,0.16171053,0.16179775,0.37624294,0.1632653,0.14642629,0.18367159,0.20224306,0.43800804,0.43830472,0.43929559,0.45438656,0.51163495,0.50404364,0.53761423,0.55130517,0.53657264,0.54983842,0.54630595,0.56567484,0.60028112,0.58170891,0.58188498,0.1633987,0.16565657,0.15981461,0.18585891,0.18299331,0.16642155,0.17984235,0.18486381,0.2010574,0.20262305,0.24916638,0.18401295,0.20260066,0.21009177,0.20663445,0.20787621,0.20332092,0.22387642,0.22910146,0.22814535,0.35107273,0.34798941,0.36213717,0.36063027,0.36820084,0.39425516,0.35470974,0.34054145,0.36201143,0.36105156,0.15572859,0.15970188,0.18356334,0.18054515,0.18194573,0.21494171,0.21878083,0.21626484,0.24103008,0.2611351,0.25930572,0.25161454,0.26522407,0.25295109,0.27150464,0.3390345,0.34797519,0.33264452,0.32668242,0.33969426,0.3141048,0.32604334,0.40139532,0.41664696,0.41478133,0.45647058,0.42439559,0.46141142,0.47486168,0.48025092,1.9150915,1.9502352,2.0132999,2.0767303,2.0603254,1.8978016,1.9727972,1.9833747,1.9212462,2.0859635,1.9529365,2.0713694,2.1712353,2.1734138,2.1944299,0.67962611,0.70126963,0.68969041,0.69864982,0.65764999,0.63064909,0.63978368,0.61611181,0.59656972,0.62489957,0.59634048,0.61740148,0.60487282,0.61269945,0.64077228,0.36398393,0.37732419,0.37386531,0.36328623,0.35573646,0.35643062,0.34212708,0.34840488,0.34135824,0.34355974,0.33621961,0.33396176,0.33245581,0.34367454,0.34279275,0.2450953,0.28595364,0.26294881,0.24694669,0.25616932,0.24908964,0.23914663,0.23517406,0.24011984,0.21935117,0.21923301,0.23480907,0.24445802,0.24836104,0.24660218,0.29645091,0.32536292,0.30988047,0.31045935,0.3298527,0.3209613,0.30620977,0.29990888,0.27048251,0.28353402,0.28501356,0.30998516,0.31018007,0.31630546,0.31782585,0.19428468,0.2105263,0.20527115,0.18896447,0.20007297,0.18449725,0.1866571,0.1863019,0.18297043,0.18478708,0.19759512,0.204228,0.20874278,0.21003786,0.22103789,0.4043321,0.3943662,0.40474907,0.40537119,0.38027331,0.2335669,0.2896685,0.29258099,0.31626198,0.32326499,0.50984704,0.32861981,0.40869218,0.41436464,0.42776591,0.43261623,0.46328819,0.46757641,0.43394962,0.45712814,0.43766811,0.43106139,0.44196829,0.41421944,0.42485154,0.4123866,0.44836393,0.44589466,0.44121727,0.42921579,0.16576698,0.16518424,0.17250811,0.20559728,0.2100752,0.25601208,0.24590506,0.25926235,0.29274005,0.29926237,0.31652248,0.30548602,0.31071982,0.31852618,0.30928734,0.21418689,0.22020502,0.24356179,0.23626213,0.2421505,0.24019538,0.23662505,0.2256507,0.23724717,0.22766963,0.21698438,0.22641313,0.23495299,0.22425582,0.23153837,0.32569361,0.33798221,0.32864809,0.30329999,0.28984991,0.29801035,0.28241378,0.27142239,0.2492595,0.25361684,0.26480311,0.2807653,0.27823389,0.2939941,0.2900494,1.6217103,1.5550773,1.5913841,1.5062032,1.4264556,1.3766921,1.3133907,1.250457,1.2851697,1.2345679,1.1335472,1.219692,1.249166,1.2962552,1.2810574,0.29009533,0.28985509,0.30221856,0.28219423,0.27448019,0.25982904,0.25615099,0.24744198,0.2562201,0.24807242,0.32522529,0.3173317,0.31914172,0.35292521,0.38998356,0.30598369,0.29716048,0.29116789,0.29695621,0.29218408,0.27458557,0.30671811,0.27037466,0.30499429,0.30360532,0.40589011,0.32826862,0.35623887,0.39514536,0.39555472,0.14321741,0.16105554,0.15659125,0.15322755,0.17501596,0.16624674,0.1989896,0.17636684,0.1894962,0.20669782,0.19377868,0.19270588,0.19499178,0.20204936,0.1948313,3.0679889,3.0398133,3.0104592,3.0276012,3.0454273,2.9933822,3.0096669,2.946537,2.9308178,2.9967506,3.0330722,3.1032157,3.121309,3.1328759,3.1560645,0.39693761,0.41682291,0.44152731,0.4348481,0.43079489,0.43703616,0.43641543,0.39458215,0.41338521,0.40618899,0.40035415,0.446015,0.44433051,0.43957517,0.4504073,1.4824448,1.4609814,1.4743357,1.4911743,1.4738532,1.486689,1.4634067,1.4836969,1.4807569,1.4821025,1.4718969,1.4413413,1.4142345,1.4315743,1.4321054,0.40450421,0.40076947,0.41392869,0.4138135,0.38660395,0.38808101,0.39698118,0.40058583,0.42347509,0.43711165,0.47371313,0.42259413,0.4244341,0.46014792,0.48942915,0.25871506,0.25952119,0.25706941,0.26913783,0.28316665,0.2698327,0.2659654,0.27727258,0.28313413,0.29989013,0.31162721,0.31292954,0.31047788,0.32079741,0.3277941,0.31953856,0.34611091,0.34237519,0.36188966,0.3567282,0.36609295,0.39374334,0.37077534,0.37518576,0.40392596,0.38789666,0.4028407,0.3993493,0.39685449,0.39983666,0.21685784,0.22281019,0.23322175,0.24142796,0.2370047,0.23600195,0.24026909,0.22851466,0.24786493,0.26562691,0.26862854,0.25880417,0.25166363,0.26994458,0.27830213,0.18076204,0.18333267,0.19561432,0.21202776,0.21049836,0.26382262,0.27968705,0.26973566,0.29924309,0.29076853,0.29968667,0.31989223,0.32217467,0.3395015,0.33714649,0.23966928,0.23976104,0.26294941,0.27762449,0.27519548,0.28455031,0.28510219,0.28085887,0.28647882,0.27585584,0.27863246,0.30301717,0.29687133,0.30764753,0.303058,0.16773984,0.17565241,0.19335781,0.18752009,0.18906963,0.21014763,0.21379322,0.20389548,0.2268699,0.22938636,0.21401156,0.26205078,0.28707275,0.32239473,0.36613357,0.2620818,0.26382932,0.25969481,0.26842755,0.26031494,0.27071509,0.26768237,0.27079064,0.27647898,0.2708503,0.26043519,0.26712927,0.26961407,0.26979983,0.27626351,0.38436496,0.39963931,0.41286397,0.41763699,0.39157364,0.39071137,0.39848542,0.39703363,0.36996183,0.39360231,0.40757298,0.42710567,0.41730264,0.42234069,0.4410477,0.26379412,0.28052911,0.28708383,0.3064554,0.31464264,0.30331686,0.31637833,0.328381,0.32427832,0.3453401,0.34042472,0.35903606,0.36558241,0.36619717,0.3743366,0.39029032,0.38877299,0.4238885,0.4537037,0.4598124,0.48698425,0.46122313,0.44012624,0.4794181,0.51079255,0.56524944,0.49710026,0.49534044,0.50613362,0.51082253,6.7675753,6.5185003,6.5455875,6.4217954,6.5139585,6.1891189,6.0974183,6.1982989,6.2342715,6.1492739,5.746479,6.1667995,6.2492824,6.2721758,6.5310369,0.4014419,0.41486329,0.41364449,0.41259745,0.42592314,0.41393331,0.39697644,0.39577377,0.41812325,0.41406471,0.41622961,0.3554523,0.34439793,0.34102064,0.35642681,0.21030493,0.20269217,0.22550225,0.2670294,0.26326248,0.31271717,0.40015429,0.4296912,0.46632123,0.46581659,0.51440328,0.49826992,0.519104,0.4953064,0.53654635,0.44326159,0.43069139,0.42423877,0.4329322,0.43372968,0.44088247,0.43658131,0.44016001,0.4388783,0.4302119,0.42762533,0.43019354,0.42891732,0.42634588,0.43005383,3.1654625,3.247165,3.249155,3.3764944,3.4375,3.4586468,3.5090241,3.4810126,3.5470054,3.6450856,3.5922437,3.6351569,3.6178536,3.6881638,3.7213075,0.83485609,0.83183068,0.86095202,0.84825438,0.83312196,0.85874832,0.86086422,0.89061165,0.87722522,0.86174536,0.87183434,0.88095379,0.85898703,0.87082964,0.86785161,0.46367282,0.48903325,0.4549804,0.47078124,0.46491152,0.4467023,0.42633578,0.45216322,0.43359235,0.44292668,0.41571224,0.46845987,0.46103331,0.48883626,0.47995961,0.21525283,0.24794295,0.25997841,0.26420221,0.26514399,0.27053615,0.26984888,0.29334116,0.27711457,0.29107955,0.29819214,0.30600667,0.31457889,0.33453986,0.338925,1.1815205,1.1616693,1.1636302,1.1389232,1.1083485,1.0211341,1.0133022,1.0973597,1.0623953,1.0781124,1.006371,1.0656106,1.0452962,1.0496535,1.0582445,11.496624,11.335752,10.901216,10.891659,10.768909,10.103523,9.842844,9.8244543,9.3573513,9.1794033,9.1560278,8.7827463,8.6738539,8.6630802,8.5237389,0.32573289,0.33129904,0.32500854,0.3304348,0.33263305,0.31397176,0.35580859,0.35467282,0.38167939,0.38101837,0.89547092,0.3773585,0.36630037,0.38495186,0.38862392,0.24279112,0.26978984,0.26313367,0.25845423,0.25784901,0.26545396,0.25263187,0.23824568,0.2496735,0.25380871,0.26412803,0.26379329,0.26847041,0.26038507,0.26435363,9.9780798,9.6620922,9.3069649,9.2464504,8.9180689,9.0438299,8.9328337,9.183939,9.0475454,9.0676432,9.0163116,9.0612869,9.0052996,8.822813,8.7638426,0.34555766,0.36552745,0.39968812,0.39372402,0.40198496,0.39122817,0.40074539,0.38665339,0.4000099,0.42948616,0.4094618,0.4033775,0.3969979,0.40785787,0.41059023,0.33045,0.33284387,0.32634494,0.38164106,0.37538278,0.49736398,0.49029416,0.488291,0.52135557,0.52252781,0.65990347,0.56502682,0.57409751,0.59792197,0.5757395,0.3779152,0.40519124,0.43396264,0.42129141,0.42816651,0.44265118,0.44261235,0.44357371,0.42635518,0.44108158,0.45210606,0.45600492,0.48176533,0.49393427,0.51184803,0.16790919,0.17670521,0.19901168,0.19613811,0.21324128,0.23143846,0.24323091,0.24884886,0.25590089,0.27431381,0.27927792,0.29112327,0.29420716,0.30591434,0.32021096,0.24005486,0.2509487,0.26656628,0.26392266,0.27831894,0.27037853,0.2895579,0.26301947,0.25084379,0.27329096,0.28808159,0.27756909,0.26721376,0.29317394,0.26664996,0.26736072,0.27339005,0.27498779,0.27307862,0.28347546,0.27717328,0.29793718,0.29090089,0.28815225,0.29421598,0.30877909,0.30473563,0.31354934,0.32268116,0.33589894,0.26703161,0.27617952,0.32717848,0.33602151,0.34104905,0.37436825,0.36962366,0.34374622,0.39573914,0.4583087,0.42724967,0.43429449,0.44331482,0.46423608,0.48098201,0.25930443,0.25695285,0.26143792,0.2465657,0.24509805,0.2288899,0.25166544,0.22526935,0.23803741,0.23671497,0.32247195,0.2352941,0.249066,0.26982248,0.30709627,0.28228652,0.2816231,0.27938536,0.26834348,0.26992184,0.27263477,0.28396413,0.27059162,0.27044746,0.26630613,0.33059874,0.3011924,0.30135611,0.30789995,0.2985329,0.3212184,0.32825539,0.32386321,0.32308078,0.32977596,0.32966027,0.33313009,0.33044258,0.33052137,0.31418371,0.3136144,0.32112733,0.31597599,0.31898248,0.31859976,0.15262321,0.15132409,0.15136226,0.1641725,0.16323456,0.19548494,0.21657431,0.21592785,0.21601017,0.22972371,0.33449119,0.26014569,0.26666665,0.28715003,0.28701892,0.28261194,0.28198278,0.31121486,0.30118269,0.29914689,0.3351379,0.3478452,0.35649326,0.36441046,0.36088055,0.41687629,0.38762471,0.37608939,0.40318188,0.40496168,0.65312529,0.70549047,0.72754478,0.72766268,0.73608053,0.7496196,0.74120575,0.78778231,0.77332157,0.82068688,0.77566642,0.77195024,0.77368373,0.78196675,0.783315,0.40024632,0.42496771,0.44122779,0.46260604,0.47860673,0.48527667,0.50148165,0.53236324,0.52893853,0.55920917,0.59309137,0.59449804,0.62043989,0.61286056,0.62706238,0.37417567,0.38020268,0.40678695,0.38446325,0.3907783,0.36782947,0.38052112,0.40290421,0.39704821,0.39864522,0.40178812,0.40054378,0.38858804,0.38017288,0.38091278,0.29490495,0.29461089,0.31259909,0.33935115,0.34575316,0.35166818,0.35274965,0.36334273,0.39085314,0.41625193,0.44010893,0.40072858,0.42716986,0.44237152,0.47162929,0.65769392,0.64606667,0.66820079,0.64592874,0.62076217,0.59794539,0.60613579,0.60089672,0.57672173,0.56279761,0.58393836,0.58473945,0.57844359,0.58741111,0.63044143,0.34096485,0.35472348,0.34759107,0.3379204,0.33858532,0.32091898,0.29367748,0.31133789,0.30131623,0.28858721,0.29955959,0.29979444,0.31090641,0.31230479,0.31107306,0.51111281,0.52926528,0.52635652,0.51885694,0.5370068,0.51518649,0.54636395,0.53792363,0.52695888,0.53288668,0.66290766,0.52667218,0.56011665,0.57391036,0.60422963,0.3526983,0.356455,0.34579518,0.33358562,0.33120742,0.33120477,0.32600883,0.31211764,0.30083346,0.29353002,0.34370166,0.30711314,0.32332107,0.34474948,0.3507621,0.44161895,0.48065367,0.49981141,0.46566859,0.46673915,0.46388921,0.4865104,0.44732723,0.43916047,0.43961579,0.47489175,0.48037228,0.45478171,0.44935232,0.45465893,0.17523876,0.17341542,0.19831005,0.19664843,0.21155961,0.25615603,0.2881383,0.27904814,0.27836293,0.29382956,0.44460911,0.30458361,0.33244681,0.3384842,0.34170258,0.60684025,0.62075651,0.63943839,0.62526953,0.63919127,0.59318233,0.60140151,0.57429636,0.61513227,0.60505909,0.59299052,0.6098178,0.62798357,0.6168434,0.64664537,0.25986984,0.28183448,0.28894255,0.27469811,0.26784602,0.28662398,0.26743564,0.27368727,0.26215798,0.27901751,0.28373921,0.29218537,0.29434896,0.29712227,0.29011497,0.1630169,0.16057378,0.17962806,0.18359211,0.18111254,0.1738508,0.18079549,0.17870438,0.19614573,0.19969803,0.31761542,0.21683422,0.26667985,0.28445315,0.2753602,0.4183366,0.42318991,0.43011075,0.43944073,0.43642196,0.44093588,0.46052873,0.49188003,0.45189849,0.47387993,0.4825303,0.45124447,0.45758709,0.46931207,0.46067438,1.6154984,1.710413,1.7445723,1.7454419,1.8993229,1.8916001,2.0037613,2.0435441,2.1251452,2.2089951,2.265372,2.3301721,2.377562,2.4427249,2.4091904,38.042225,37.829769,37.81963,37.87212,37.974262,37.902023,38.052197,37.986095,38.080524,37.933887,38.048531,37.948887,38.028397,38.124012,38.259655,0.25084156,0.28178781,0.28017846,0.28670281,0.28360501,0.28513721,0.30550775,0.30161864,0.30332586,0.32283238,0.33105159,0.32396829,0.31816909,0.32613659,0.32454449,0.29247376,0.29502776,0.30053103,0.29118448,0.30408013,0.27994296,0.28423288,0.27059707,0.28463343,0.26919359,0.27447525,0.27319831,0.29454225,0.29599074,0.30941665,0.16174045,0.16491024,0.18615857,0.18456766,0.18240277,0.19807757,0.21258825,0.20812911,0.21297194,0.22054145,0.23756123,0.24343902,0.258917,0.28731763,0.30058464,1.7263703,1.7414004,1.6959759,1.6894543,1.7107663,1.6785482,1.6549147,1.6277843,1.6773558,1.7456872,1.772112,1.7782247,1.7996589,1.7730331,1.7669114,8.8610058,9.020669,9.2327223,9.4210262,9.4550838,9.56462,9.752944,9.9700537,10.306338,10.560956,10.631579,10.771814,10.835938,10.77603,10.849783,0.23692614,0.24201521,0.25388062,0.25362566,0.25921756,0.26471636,0.28554532,0.26232687,0.27806285,0.30084634,0.2954039,0.30923915,0.30911133,0.31838202,0.34142077,0.2367181,0.25125629,0.27285433,0.26471949,0.26872322,0.26210332,0.26093465,0.26975933,0.26391909,0.28467801,0.29144052,0.29666045,0.30367187,0.32411778,0.32101691,0.22437875,0.25493857,0.24947333,0.2292691,0.22985642,0.23703866,0.24997596,0.22320512,0.22750804,0.22991632,0.25646594,0.25133136,0.25977913,0.24796899,0.24664293,28.717121,28.273216,28.109756,27.956665,27.620846,27.096485,26.524502,26.217525,25.540659,25.421661,25.48613,25.651833,25.674334,25.738758,25.766485,0.25496328,0.25321585,0.26658669,0.27599508,0.26958609,0.28146231,0.27964029,0.27135774,0.27963004,0.28917572,0.31727806,0.30184767,0.29559651,0.30462727,0.31523749,0.19389239,0.19203073,0.18890201,0.20718232,0.20983914,0.16355139,0.1613275,0.15901862,0.16080864,0.16062415,0.8603124,0.16136469,0.16920474,0.19516955,0.24283633,0.33765221,0.36685121,0.35278213,0.36050025,0.35390753,0.33574781,0.31415007,0.32416576,0.31960264,0.30574262,0.31502527,0.30625182,0.30621991,0.30711636,0.31098714,0.1853611,0.18892834,0.18158707,0.17942312,0.17921554,0.19032083,0.19069412,0.17011371,0.16675189,0.16142228,0.21573547,0.18345785,0.17090982,0.18793207,0.19512413,0.30208427,0.30434564,0.30544418,0.30743977,0.30823526,0.31526121,0.30827588,0.30732456,0.3028633,0.28643405,0.28567681,0.28633407,0.2900556,0.29218736,0.29351398,4.695425,4.6394577,4.6396108,4.7504063,4.7986708,4.7524462,4.7725835,4.8060222,4.7746496,4.7950759,4.6677175,4.9505424,4.9205809,5.0134506,5.0089002,0.051113546,0.051512256,0.066805221,0.066617325,0.067199282,0.14178047,0.14280346,0.14420158,0.15789475,0.15846664,0.33318189,0.16989729,0.15726981,0.14923029,0.15926103,0.23074234,0.22803457,0.24007179,0.23062424,0.23527861,0.2328088,0.22199883,0.21736902,0.21684638,0.22876978,0.23706432,0.24436125,0.24399616,0.25816077,0.26723677,0.3290863,0.32474941,0.31844628,0.32374886,0.31592321,0.32476133,0.31990743,0.30350927,0.30272704,0.28131366,0.29046351,0.28380689,0.28911948,0.30739102,0.31646079,0.12758395,0.13044651,0.14136484,0.14493397,0.14334692,0.13655587,0.14308867,0.13774903,0.14570741,0.15305091,0.17319265,0.1618614,0.17479235,0.17969191,0.18749455,0.19602278,0.20880483,0.21804741,0.22329393,0.21539269,0.2318463,0.22615956,0.22555241,0.23060533,0.21570961,0.24336584,0.24560972,0.25440624,0.23895009,0.2530899,0.15609597,0.15745038,0.15555853,0.16085359,0.16637596,0.15429224,0.1557509,0.1580403,0.15434924,0.16452092,0.21340275,0.193156,0.18103109,0.1866211,0.19313191,0.21386763,0.21361515,0.22021458,0.21512681,0.22593765,0.21963169,0.23576961,0.22222222,0.22202486,0.23423122,0.32595256,0.24891102,0.27249503,0.28481916,0.32980779,0.31031808,0.31471282,0.35870865,0.36452004,0.36945814,0.37422037,0.54945058,0.59271806,0.64020485,0.64516127,1.3640239,0.69444448,0.77686661,0.71820867,0.7206443,0.76975709,0.82124758,0.84212393,0.78578442,0.78557402,0.68928474,0.6482982,0.6783033,0.60759956,0.62568009,0.65991682,0.72920418,0.78075349,0.79842108,0.98039222,47.544289,47.955929,48.892521,49.288254,50.088394,50.526314,51.393654,52.371685,53.171246,53.578453,53.552731,54.062126,53.752953,53.376812,53.005547,0.11415525,0.11402509,0.11709601,0.12195122,0.12626262,0.38809833,0.40485832,0.39370078,0.390625,0.37688443,3.979461,0.47675803,0.436205,0.55928409,0.43956047,1.3612125,1.4010007,1.5654719,1.6055382,1.6890881,1.5939851,1.808152,1.8357188,1.8838305,1.9248827,2.035742,2.3066278,2.2485566,2.3359618,2.376297,0.15465513,0.1603592,0.16196954,0.29135641,0.28735632,0.26263952,0.29801324,0.29508197,0.31665611,0.41440865,1.1746032,0.44628623,0.71651089,0.87010562,0.95561033,0.2236136,0.2290426,0.23397286,0.23719165,0.24026909,0.39177275,0.60759497,0.62079668,0.63091487,0.61162084,1.6260161,0.68326008,0.64784825,0.91863519,0.89485461,3.1667962,3.2272787,3.3352089,3.3769987,3.5229347,3.6732774,3.8596261,3.9071674,4.0303516,3.9739397,3.995543,3.98382,4.0051274,3.9299681,3.9559882,1.0269929,1.0683556,1.0588503,1.1340796,1.12465,1.1421723,1.1688594,1.1640579,1.1615496,1.1171824,1.0929908,1.1226856,1.1193011,1.1141156,1.1531839,0.54042816,0.57495737,0.56277055,0.57230902,0.62836623,0.61587596,0.80913854,0.86291915,0.84830338,0.90566033,1.0774242,0.96129525,1.1161847,1.1889377,1.2700881,0.34716195,0.3519268,0.35644269,0.41742289,0.48552421,0.47307131,0.49824691,0.51736885,0.54665411,0.569368,1.0013225,0.569368,0.55248618,0.63073391,0.62463403,0.13256739,0.13786764,0.13686131,0.13692378,0.13774104,0.28355387,0.48007682,0.4899559,0.49455985,0.49504951,1.1996161,0.56048578,0.71652484,0.60475159,0.65870726,12.23301,12.50698,12.232244,12.365287,12.401975,12.390414,12.558275,12.306795,12.132565,12.354114,11.101695,11.620469,10.505152,9.7122307,9.1463413,2.2975929,2.3481178,2.2984176,2.4472892,2.461189,2.0306513,2.1352313,2.1574111,2.186235,2.4237359,2.3128679,2.8923862,3.2013481,3.0923526,4.0962839,0.092980012,0.095057033,0.12174336,0.1242236,0.12642226,0.26143792,0.34685165,0.35714287,0.39018953,0.39237669,0.93220341,0.48240638,0.48822513,0.57454759,0.73014021,0.42792192,0.43968126,0.47525862,0.45519206,0.45532155,0.42087543,0.56100982,0.57142854,0.5820722,0.60259116,0.98536879,0.68615746,0.76673549,0.94955492,1.0113028,0.62663186,0.64446831,0.60273975,0.55432373,0.68925905,0.76067877,0.65868264,0.65868264,0.66666669,0.60350031,1.8979834,0.62857145,0.61009431,0.60539353,0.98468268,2.2220201,2.2923117,2.2825603,2.2852943,2.3527308,2.3473263,2.292238,2.2914686,2.2983696,2.3286929,2.3406129,2.4937356,2.4620066,2.5114617,2.5789189,1.6931217,1.6528925,1.704335,1.6828722,1.6374714,1.3081955,1.3100437,1.2106538,1.1475409,1.208837,1.6345348,1.1464968,1.2409072,1.6863406,1.9508058,0.21961932,0.2268431,0.23094688,0.23273855,0.19755037,0.23818976,0.28490028,0.32921812,0.3325021,0.33057851,1.1988425,0.42158514,0.63694268,0.56743783,0.77854669,0.37078235,0.45146728,0.53010225,0.69471246,1.4165391,1.6621569,1.9014359,1.941363,1.9362648,2.0556228,2.7147489,2.6138613,2.7397261,2.7016885,2.5225904,0.11013216,0.11312218,0.15438055,0.15349194,0.15432099,0.040064104,0.079713032,0.081632651,0.082678787,0.12520868,1.2274959,0.12264922,0.20533882,0.20610057,0.24752475,0.17126954,0.17233951,0.1739887,0.1748634,0.17574693,0.24735776,0.36722514,0.37037036,0.3793267,0.38628682,0.84807372,0.38882136,0.39052966,0.38853812,0.41352469,0.13043478,0.13458949,0.13580805,0.13921115,0.18814676,0.28929606,0.39643213,0.39545229,0.40000001,0.40609139,1.304566,0.45685279,0.56818181,0.46511626,0.41025639,0.36894181,0.3758114,0.43267566,0.43485826,0.4586347,0.37715515,0.43580896,0.46554935,0.48552758,0.52112412,1.0007414,0.63822025,0.62294513,0.66168982,0.73887491,0.14779781,0.1492983,0.15188336,0.152207,0.1566416,0.28689831,0.38961038,0.4045853,0.41222951,0.42253524,1.3998564,0.54288816,0.54406965,0.61795712,0.6152733,20.831877,20.949177,21.661982,22.091574,21.849937,22.635902,22.577265,20.939436,20.870007,21.156033,20.71707,19.600855,16.752417,14.855972,12.805821,5.4171987,5.2478132,5.6721311,5.869422,6.012517,5.8082809,6.3191509,6.4918852,6.1127996,6.8284421,6.1992211,6.4860702,6.1886473,6.25,6.2689056,2.0006979,2.1657693,2.0618556,2.1997414,2.1334598,2.1993785,2.0700445,2.0835829,2.0735383,1.9308701,1.9235336,2.110255,1.9520226,1.8585202,1.8715051,2.2974894,2.3624866,2.3853939,2.5280786,2.6643543,2.7643104,2.952528,2.9988599,3.2439318,3.2466815,3.4239132,3.6357079,3.7586477,3.4877307,3.5128884,29.237736,29.705662,29.722389,30.040413,30.494265,30.599415,29.958981,30.339008,29.959457,29.157145,28.721064,28.019741,27.353849,26.301136,25.048723,0.35278153,0.36333147,0.40674028,0.41188583,0.44039929,0.59101653,0.82543564,0.83798885,0.88161212,0.89456868,1.3444302,1.3372473,1.2329656,1.4634147,1.5450361,1.2189176,1.2569131,1.2188928,1.2860082,1.2987013,1.3633981,1.3419217,1.3404826,1.3071896,1.4099783,1.6304348,1.9491067,2.2343326,2.6245313,2.8138528,1.3969733,1.504298,1.460387,1.5632633,1.6444114,1.5800784,1.682507,1.7007251,1.7444981,1.8226004,1.7385446,1.936882,1.9556535,1.8704634,1.8656192,0.68713766,0.88937098,1.2672056,1.5739303,1.8202248,2.5011368,2.7992718,3.0906594,3.4537966,3.7653036,3.6255162,4.2247086,4.0152535,4.2342343,4.240766,5.5078745,5.997293,6.573925,6.6551275,7.0474191,7.2284908,7.9040537,7.9593635,8.7545919,8.6069908,8.1910076,8.1848984,8.1321907,8.3109684,8.4261417,0.32252589,0.32450897,0.32634833,0.25680533,0.29350829,0.43327558,0.36713287,0.381547,0.3699137,0.38036588,0.66249537,0.46142489,0.51150894,0.60109293,0.60695237,0.61562139,0.62720501,0.58456743,0.59288538,0.55621773,0.31758636,0.36014405,0.3726708,0.37704232,0.37006581,0.96891403,0.44105855,0.43103448,0.458891,0.42668736,1.738549,1.8667725,1.8711973,2.0607436,2.1546044,1.9819716,2.0155315,1.8968725,1.8377002,1.90382,1.7868069,2.0164762,2.0349016,2.1163049,2.2261527,72.499634,72.299171,73.062866,73.32843,73.428116,74.054016,74.744949,75.378319,75.683937,76.337151,76.331779,76.176682,75.948486,75.494751,75.090302,0.45987582,0.46296296,0.47270149,0.46094128,0.46798027,0.43891734,0.51032805,0.5176239,0.50276524,0.51268905,0.84099871,0.68367076,0.89881867,1.0064516,1.0708822,0.41128084,0.42656916,0.43722674,0.76726347,0.7984032,0.67430884,0.62717772,0.64011377,1.0362694,1.0378058,2.6758411,0.91393757,0.78554589,1.1389521,1.5117158,83.694855,82.70565,82.892807,82.911858,82.928619,83.374146,83.678886,83.4636,83.447937,83.599419,81.509979,81.542435,80.482201,78.855217,78.481865,0.13157895,0.13351135,0.13386881,0.26881722,0.27322403,0.68306011,0.67204303,0.70323485,0.82191777,0.83565462,3.8567495,1.2430938,1.4435695,1.3157895,1.303781,0.95638698,1.0180492,1.0900644,0.96295309,1.0382004,0.98804635,1.0188845,0.99240595,0.9497326,0.94593453,1.0032482,0.98946953,1.0693996,1.0704602,1.124959,0.6255585,0.64043915,0.65481758,0.75721723,0.85388988,0.81848818,1.0365251,1.0579345,1.1734694,1.1917099,1.4098691,1.1318898,1.1027569,1.0714287,1.1264721,0.90007764,0.93703836,1.049942,1.0962754,1.2089728,1.18304,1.2929198,1.3795747,1.3549875,1.4089199,1.4542871,1.4714286,1.4682049,1.4959288,1.5018418,1.9944016,2.0547945,2.0295203,2.130898,2.1543283,1.8563358,2.0348837,2.1120689,2.1486125,2.1466906,2.0898175,2.5316455,2.7598104,3.1454782,3.4812882,0.84955746,0.8495872,0.84073979,0.79594797,0.81407875,0.72141397,0.82434237,0.76941574,0.90719628,0.75095409,0.96272528,0.85735589,0.91754496,0.97608584,1.0417958,0.9794398,1.0864197,1.1276613,1.1173184,1.1201367,1.1341181,1.2520651,1.2945839,1.2659348,1.3041537,1.3175707,1.287398,1.2399312,1.3613415,1.3778629,2.0020735,2.003571,2.0782459,2.1208889,2.1187172,2.1977262,2.1695676,2.3689041,2.4612238,2.4894958,2.4527724,2.4726856,2.2873623,2.1737852,2.1902325,0.2364998,0.24559969,0.25031289,0.25564551,0.23783784,0.24165201,0.29518619,0.30113506,0.3056666,0.30937648,0.68981922,0.5215742,0.68043172,0.64485312,0.64531553,4.415123,4.6353903,4.6327739,4.6891651,4.5832491,4.5076804,4.6068978,4.5116076,4.4820333,4.3904672,3.8222775,3.7129626,3.6989889,3.4910862,3.5917706,0.6589303,0.63222146,0.59316248,0.57984418,0.57540244,0.48033097,0.45780185,0.42399606,0.37649027,0.35438597,0.35376534,0.38581601,0.40205967,0.40167779,0.44446024,0.19246885,0.1925859,0.18706575,0.18246476,0.17973153,0.15814938,0.16398667,0.1733557,0.15172376,0.15302578,0.13464527,0.17742042,0.17848836,0.18818431,0.17706192,0.10285323,0.10273972,0.11027664,0.11538388,0.1267691,0.12818579,0.12962371,0.1382041,0.13832034,0.14069974,0.15811169,0.15013605,0.15590368,0.16000904,0.16388811,0.17428558,0.18350415,0.18425183,0.19090848,0.18996961,0.19485961,0.19444987,0.19088453,0.20034176,0.19688141,0.17647813,0.21365197,0.21941198,0.21253133,0.21283464,0.27116361,0.26985413,0.27128911,0.25851128,0.26253361,0.23878267,0.22728334,0.23712209,0.2153503,0.22284812,0.23004478,0.23037228,0.22122182,0.22321774,0.2240351,0.16888234,0.16689426,0.16542237,0.16131845,0.17199337,0.1689555,0.16509536,0.16530004,0.16245371,0.16088355,0.15455277,0.16805255,0.16784741,0.18733527,0.18304642,0.13110642,0.12446174,0.13230336,0.13244279,0.13951965,0.11822856,0.11210603,0.11500782,0.11086474,0.12209146,0.12656607,0.13558838,0.14216375,0.14382902,0.14550379,0.16210121,0.16106819,0.16140933,0.16440608,0.17047392,0.15851091,0.15563676,0.16408183,0.15895048,0.16316496,0.16942729,0.18130946,0.17793193,0.17629907,0.20872091,0.19797941,0.19870558,0.19792998,0.18832612,0.18433313,0.1839011,0.19064119,0.19158785,0.18617219,0.17756176,0.16059463,0.16558662,0.16450828,0.16532619,0.16258945,0.31887975,0.31076273,0.31194296,0.29326513,0.30037203,0.28504705,0.25717518,0.2615099,0.24483602,0.23515579,0.23263888,0.24918669,0.27988666,0.27555022,0.25878266,0.29018259,0.29707789,0.30804482,0.31729916,0.33110073,0.3258234,0.31735718,0.30901885,0.34026277,0.34272942,0.30480948,0.34359092,0.34867856,0.35994017,0.37105277,0.24895404,0.2510379,0.23947664,0.24407795,0.2440232,0.24121614,0.24383655,0.23099643,0.23528735,0.22842237,0.19537893,0.23882115,0.23179026,0.23402078,0.24472091,0.17812991,0.18237928,0.18007828,0.17728765,0.1911566,0.17468309,0.17585024,0.1692857,0.17203446,0.18268605,0.17307343,0.1772273,0.17466196,0.17081296,0.17032899,0.23172113,0.24033156,0.22416061,0.23515153,0.24544601,0.22501495,0.19294572,0.19259676,0.19223556,0.20038663,0.21941331,0.19324824,0.19357614,0.19808123,0.21251193,0.15886049,0.15713388,0.16112046,0.16306306,0.1527656,0.15393865,0.14953543,0.16032541,0.14658566,0.14451402,0.14656772,0.14823101,0.15877341,0.16252941,0.16288342,0.15248883,0.15956728,0.15881988,0.17700064,0.17369926,0.19270402,0.19014971,0.18556368,0.19754824,0.20879659,0.20881356,0.21669059,0.22813068,0.22588107,0.25158608,0.19433233,0.18911311,0.18586156,0.17418568,0.16821042,0.14054814,0.12915581,0.12994578,0.11288975,0.10701031,0.1258063,0.12471996,0.13776356,0.14501567,0.15551732,0.16142717,0.1634696,0.16376315,0.16515568,0.16514271,0.17172548,0.16994004,0.17056718,0.16918588,0.16792703,0.15889433,0.16443275,0.16305919,0.16387139,0.16269901,0.15199564,0.14874789,0.14902568,0.15228426,0.14463897,0.14473684,0.13956207,0.13019849,0.13041259,0.13628878,0.14159492,0.14239334,0.15810126,0.16054432,0.17427942,0.19259521,0.20275749,0.19591381,0.19383305,0.20963824,0.15877488,0.16345713,0.15847456,0.15541402,0.16129032,0.18714589,0.18188339,0.19571488,0.20480648,0.22308111,0.13600694,0.15592603,0.1553435,0.14419988,0.13229759,0.13006778,0.13447401,0.1279389,0.12361088,0.12596968,0.12667619,0.13050003,0.13636841,0.14575213,0.15113324,0.16695538,0.16770062,0.18663824,0.19193369,0.19721104,0.20622519,0.21444348,0.22531801,0.2307504,0.23480572,0.2153886,0.24647245,0.24455953,0.25345379,0.26759818,0.1781593,0.20674086,0.20486258,0.19507419,0.19842145,0.18451115,0.18509981,0.18542491,0.18746224,0.18907361,0.18448798,0.20565659,0.20069157,0.20080996,0.1974314,0.1438849,0.14482516,0.14804371,0.15465729,0.15103617,0.20909566,0.19103192,0.20409575,0.20071983,0.2039476,0.23757876,0.21800816,0.22193711,0.21570469,0.24050193,0.24122728,0.24387361,0.22880647,0.23163661,0.22635442,0.24233444,0.22967514,0.21620442,0.22879767,0.22009541,0.19813071,0.19558179,0.2008867,0.20679724,0.20403104,0.19475584,0.19682707,0.198699,0.19338711,0.21506886,0.19581789,0.19165595,0.19626167,0.19167835,0.19416568,0.19452061,0.19773546,0.19311838,0.1936017,0.19722477,0.42481977,0.43202117,0.41823503,0.40520984,0.42863131,0.38073114,0.34920943,0.35187396,0.31938574,0.34027934,0.34889355,0.35179448,0.35363203,0.35681549,0.36272505,0.069094859,0.067812182,0.069587909,0.06986092,0.07080178,0.065161198,0.06180799,0.061871942,0.064114206,0.06420821,0.08029291,0.066399641,0.070318244,0.076648742,0.074389741,0.2809954,0.2773267,0.27056098,0.26067528,0.25154078,0.23748104,0.24643649,0.23010908,0.23982762,0.22722334,0.22647814,0.23957951,0.2396754,0.2453239,0.23867363,0.29899761,0.29613313,0.27810982,0.27225438,0.26119858,0.27728701,0.24876848,0.24425748,0.21315092,0.20873713,0.22481452,0.2308252,0.24104856,0.25499898,0.2501137,0.16265382,0.15743722,0.15545598,0.15960947,0.15453209,0.1559816,0.16125967,0.16225688,0.16428286,0.15857403,0.15057613,0.14975482,0.14483072,0.1404084,0.13679229,0.16685128,0.17228922,0.16938183,0.1750595,0.1849535,0.16851261,0.16044872,0.16998608,0.15913133,0.16407876,0.16058452,0.17187166,0.18254693,0.18241179,0.18335703,0.2347271,0.23934746,0.2358194,0.22377007,0.21793954,0.16571303,0.15654843,0.1493838,0.13975155,0.14292371,0.19335724,0.15712894,0.16119856,0.16377953,0.16985939,0.075690672,0.075968601,0.069173686,0.068741411,0.088294655,0.094298109,0.081925884,0.094333686,0.088294655,0.088272385,0.22711501,0.12023033,0.08911521,0.083152108,0.096357681,0.15765843,0.16176218,0.16140664,0.16884325,0.20679671,0.21356481,0.23082753,0.25461268,0.25593379,0.25421932,0.27318528,0.26574069,0.25291204,0.27067453,0.27611431,0.23159999,0.22278726,0.22457415,0.22948261,0.22590712,0.21411781,0.22496672,0.2143916,0.21967962,0.22258937,0.22500804,0.2555837,0.26032588,0.26353508,0.27832541,0.27598897,0.28117532,0.29665306,0.28796446,0.2969408,0.28907701,0.27150565,0.2821402,0.28867379,0.29293549,0.31320214,0.29177269,0.28669921,0.30062571,0.30662021,0.051217701,0.047732696,0.046942558,0.048966799,0.04834421,0.052846503,0.052596349,0.050208006,0.05472412,0.054405674,0.08730121,0.060780324,0.064974241,0.066515282,0.070774645,0.16439919,0.16101979,0.18191832,0.17348659,0.18163337,0.18131612,0.1929699,0.19305661,0.18462767,0.19245574,0.19635487,0.19357662,0.19911578,0.20897044,0.19936951,0.28805196,0.28466481,0.29531753,0.30109489,0.29371688,0.3248902,0.31386751,0.3318851,0.32565433,0.33519551,0.33966574,0.34993514,0.34645191,0.35633793,0.35383114,0.18326704,0.18756075,0.16985197,0.17193089,0.16301167,0.1529803,0.1415308,0.1469036,0.12716284,0.12171896,0.15657771,0.13210998,0.14340484,0.14560322,0.15065801,0.18858942,0.18571943,0.1968888,0.18695834,0.18622296,0.17905562,0.1790722,0.19384055,0.19221847,0.19626275,0.20331869,0.19410507,0.19899678,0.19561429,0.20323537,0.10371438,0.102351,0.10845368,0.10517885,0.099636123,0.10015507,0.10955158,0.10439872,0.10178161,0.097845659,0.10430203,0.10619085,0.098544508,0.10322075,0.10426664,0.16870993,0.16622287,0.1697738,0.17203403,0.17532854,0.17606762,0.16083315,0.17211704,0.16443168,0.16914804,0.19878165,0.18916319,0.18996105,0.18569952,0.18993199,0.28646046,0.2907722,0.28588372,0.30082184,0.28081203,0.29123139,0.28952408,0.27036184,0.26110935,0.27044523,0.262146,0.26369131,0.26888934,0.26406205,0.26209071,0.18484691,0.18968713,0.19961379,0.19888882,0.22055486,0.21707983,0.21349832,0.2079993,0.20600672,0.219303,0.24451478,0.21045248,0.22443727,0.23316175,0.24171042,0.25114435,0.2421045,0.24592246,0.23363683,0.22969618,0.23739032,0.23514847,0.22068992,0.21213152,0.22200583,0.21098095,0.21098025,0.20884992,0.2070325,0.20875317,0.21081372,0.21237537,0.21266291,0.21111643,0.20852955,0.21592791,0.2115187,0.21010949,0.21626052,0.20289062,0.21451157,0.22246486,0.21503852,0.2207455,0.22019488,0.1989159,0.19127584,0.19734083,0.19569951,0.20427021,0.22038168,0.19347905,0.20286846,0.19692792,0.20067815,0.22326566,0.20901068,0.22119258,0.21740136,0.2458065,0.1493559,0.15395825,0.15257038,0.14978386,0.14490142,0.14977676,0.15683916,0.15485534,0.15730301,0.15830036,0.1560992,0.17149623,0.16366681,0.16639361,0.16245317,0.19505557,0.19348207,0.20094277,0.18381245,0.17781529,0.16699766,0.15675636,0.16243777,0.14512268,0.14436743,0.17749165,0.16380386,0.17211184,0.17903745,0.17967536,0.1383846,0.14316902,0.14476007,0.14408234,0.14044943,0.13822119,0.13030639,0.12975855,0.12387718,0.12056755,0.13094465,0.13029242,0.13646257,0.13740432,0.13468741,0.25186729,0.25087589,0.23170994,0.22183354,0.22547434,0.23740886,0.22470959,0.23293242,0.21245857,0.2019352,0.2232049,0.21515356,0.24147427,0.24707136,0.24436252,0.22975582,0.23028491,0.2277012,0.23016086,0.24456456,0.20748407,0.19725788,0.20216782,0.19745503,0.19581446,0.24514009,0.19603518,0.1983301,0.20111841,0.2125788,0.19895974,0.20543808,0.2098836,0.19476628,0.19350037,0.19101256,0.1695613,0.17918339,0.15522796,0.16386087,0.17274866,0.18474223,0.18424243,0.18564895,0.2000577,0.14500396,0.1390084,0.13994402,0.13290803,0.13233639,0.12045774,0.11472533,0.12183566,0.1078676,0.10853344,0.2193283,0.11549698,0.12350761,0.1371648,0.13837957,0.21556896,0.20934737,0.20879659,0.20879324,0.20010442,0.20530953,0.20234722,0.20696658,0.20607665,0.20792311,0.2018469,0.20451541,0.2030734,0.19968708,0.1977409,0.34127411,0.34131977,0.33518806,0.34668979,0.3569068,0.33517349,0.26334849,0.27677101,0.27145126,0.27864394,0.50582361,0.30487803,0.34093189,0.34789589,0.3718226,0.28604656,0.28053516,0.26096192,0.2296862,0.23806025,0.17799306,0.15913892,0.15742622,0.11755598,0.1145902,0.16382605,0.12319152,0.13154885,0.13154131,0.14259639,0.20299298,0.2028565,0.20528582,0.19785057,0.20096041,0.20421024,0.1964591,0.20712365,0.19563545,0.19118899,0.21708342,0.20411003,0.2131054,0.21692987,0.21059734,0.26226255,0.25979647,0.25841647,0.26721045,0.29264215,0.25334272,0.26683089,0.28739566,0.29345527,0.29353538,0.29377604,0.29251701,0.30182466,0.31591237,0.34082216,0.19764292,0.19748873,0.19254674,0.17905103,0.18525648,0.16334768,0.1512932,0.14871672,0.13957742,0.13012676,0.20299172,0.14970784,0.14997944,0.1605605,0.16556291,0.26665351,0.25764257,0.26036453,0.25142053,0.25753674,0.28773347,0.27850923,0.29896122,0.26944584,0.26450989,0.34216842,0.27835053,0.2852993,0.29203171,0.3105917,0.28153318,0.27345455,0.2772243,0.277587,0.29045761,0.24394396,0.24273214,0.24731606,0.22959888,0.23613735,0.232958,0.25667211,0.26937708,0.32233861,0.31467557,0.267005,0.28083447,0.26652247,0.2654714,0.25843257,0.21339275,0.18856065,0.1853063,0.16974863,0.16448855,0.17920183,0.18572423,0.18452476,0.1949145,0.20781234,0.70788789,0.68687743,0.67683101,0.64760423,0.61912972,0.56892473,0.52116126,0.52016062,0.48673642,0.4881621,0.45308796,0.49951094,0.51246053,0.52876484,0.51280236,0.17376593,0.17713638,0.1874996,0.16989793,0.18434179,0.1752726,0.17493486,0.16714002,0.17105329,0.17242876,0.17287745,0.173565,0.17772879,0.1807009,0.17875305,0.20056157,0.20977208,0.20193955,0.21106941,0.20885645,0.18081908,0.18991348,0.19971335,0.20380434,0.20742975,0.21334597,0.21663056,0.22935779,0.23023239,0.22879988,0.1410072,0.13814539,0.14432931,0.14385177,0.15282583,0.13219151,0.13800639,0.13812155,0.13273698,0.13301332,0.1624884,0.14247499,0.14917515,0.14373717,0.15202011,0.19324346,0.20204857,0.19553921,0.19561693,0.19516917,0.17772697,0.18068694,0.18740895,0.16649753,0.1755674,0.17152935,0.17956385,0.18597063,0.18975487,0.19357908,0.28568709,0.28033587,0.27432999,0.28130332,0.26710609,0.28181997,0.26618302,0.25187615,0.25490826,0.2568647,0.28812909,0.27188972,0.2724233,0.28192693,0.28010115,0.10192195,0.1003431,0.11466779,0.11491649,0.11626029,0.12769741,0.14576079,0.14942099,0.15200053,0.1523616,0.17246477,0.16170283,0.16358499,0.15467261,0.15998933,0.5924111,0.61433792,0.6217261,0.61192161,0.60163522,0.55565536,0.58248711,0.51793087,0.53327942,0.50983709,0.50059116,0.48212236,0.47961324,0.47122696,0.47849366,0.14337407,0.14218172,0.14460319,0.14826052,0.15037073,0.15781078,0.15677804,0.14662501,0.14860399,0.14939277,0.17648512,0.1523958,0.16239271,0.17737485,0.17936897,0.14474772,0.14179441,0.1438228,0.15379567,0.16601422,0.16311884,0.14664251,0.1521792,0.15570024,0.14937425,0.19240896,0.15636423,0.16488549,0.16489893,0.17571819,0.23304659,0.23058879,0.22740117,0.22722387,0.22380748,0.21646057,0.22329734,0.22686447,0.22511475,0.22141889,0.20675635,0.21293536,0.20890753,0.21200453,0.21909392,0.18456432,0.17390378,0.17986074,0.17205863,0.17540094,0.17283484,0.17680755,0.17399293,0.16865642,0.16213673,0.16249204,0.16682647,0.16685392,0.16765186,0.16771102,0.13649783,0.14286289,0.14877474,0.13943654,0.14211532,0.13674366,0.15079677,0.15632583,0.15033625,0.15713,0.14337704,0.16080248,0.17116764,0.17723285,0.18513557,0.16036378,0.16316429,0.16133428,0.15866977,0.16242906,0.15495308,0.14955945,0.14700955,0.14681435,0.13285233,0.15020208,0.14375581,0.14918758,0.15089785,0.16168323,0.16691664,0.16332626,0.1746444,0.17239448,0.18551257,0.19381496,0.20169173,0.2003767,0.20253265,0.21236341,0.20996374,0.21274193,0.21199273,0.20595393,0.1954834,0.10463429,0.10533469,0.10911446,0.10925976,0.12277471,0.12301804,0.11246677,0.12336372,0.12037833,0.12478769,0.19513555,0.14637206,0.14973187,0.15106271,0.14415301,0.43664718,0.41647387,0.38237992,0.39969838,0.40577096,0.33657441,0.347736,0.35382575,0.34939042,0.34139824,0.29071936,0.32833371,0.37023047,0.39885613,0.38645145,0.16695936,0.16204849,0.16186875,0.16595596,0.15298776,0.13555057,0.14853212,0.1471319,0.13276458,0.13302971,0.13696574,0.13947842,0.1386918,0.14334927,0.13705052,0.23583414,0.23390138,0.23308533,0.22944915,0.22725828,0.22702928,0.21639124,0.22810146,0.21115409,0.20494449,0.20102784,0.21929824,0.22273163,0.2263733,0.23376709,0.14865494,0.15156783,0.15352668,0.14858447,0.14924055,0.14260186,0.13565196,0.14357753,0.12477096,0.12828568,0.14060521,0.12645312,0.1286252,0.13354261,0.13564652,0.19643357,0.19956505,0.20021048,0.19611385,0.21953048,0.19197841,0.17121954,0.17128621,0.16972609,0.16600791,0.19714932,0.1755973,0.19708632,0.19491096,0.20686691,0.2013218,0.21145287,0.20784578,0.20516829,0.2037874,0.1820398,0.18955906,0.18837051,0.18040311,0.19061443,0.18884161,0.1830624,0.17412664,0.18034475,0.18290566,0.07862322,0.078992404,0.078902379,0.092040673,0.10910361,0.087642416,0.07039465,0.11005459,0.11041427,0.11923688,0.15489466,0.12357121,0.14160545,0.14217168,0.14332423,41.966621,42.296574,42.32523,42.210304,42.526287,42.235119,42.201214,42.537479,42.325249,41.962894,42.00827,41.90527,41.746788,41.550499,41.303661,2.5986843,2.6630709,2.5619273,2.5055776,2.47191,2.5762355,2.6777799,2.7233891,2.741189,2.6499553,2.975558,2.9427407,3.2052417,3.3997252,3.6768515,11.251809,11.255067,11.744724,12.016031,12.031895,12.263075,12.666809,12.863011,13.178621,13.069587,13.427263,13.228938,13.267496,13.409157,13.482091,1.1760637,1.2020506,1.26402,1.2123374,1.2192936,1.0594362,1.0155966,0.96930534,0.99619639,0.93491554,1.5395505,1.0479574,1.0569688,1.0853835,1.1854824,2.4321182,2.4627578,2.4128687,2.4513044,2.497309,2.4176283,2.5548902,2.5211623,2.6909761,2.5392284,2.5038626,2.4724536,2.6029055,2.6502442,2.7093077,8.5124168,8.4179602,8.8042164,8.8424435,7.9661155,8.1947165,7.9732552,7.8434639,7.8375907,8.036315,7.5451202,8.6382847,8.6651058,8.8256302,9.0440578,12.083379,12.070427,12.034159,12.130971,12.196795,12.412227,12.395884,12.48575,12.459894,12.570773,12.648564,12.822236,12.808177,12.919299,12.884265,23.061558,22.754995,22.612759,22.473774,22.650152,23.049791,22.903704,23.066734,22.941422,22.499067,22.406876,22.405756,22.28739,22.287788,22.119705,4.1663833,4.1620798,4.1647086,4.1348753,4.1456385,4.2096877,4.3605895,4.3959031,4.4339767,4.5164595,4.5519071,4.5614357,4.5209036,4.4715514,4.4918828,8.1651917,8.183918,8.2902575,8.2610025,8.3192701,8.3757496,8.3502045,8.3980942,8.4758053,8.4899101,8.5863676,8.6096439,8.6323757,8.6329308,8.6184263,32.008915,32.064739,32.217766,32.169926,32.236652,32.494144,32.561459,32.747112,32.561611,33.07666,33.161499,33.214645,33.248718,33.214405,33.302967,14.903752,15.100561,15.117267,15.46994,15.59639,15.291262,15.41533,15.963181,16.338011,16.23587,16.091955,16.129667,16.427063,16.389959,16.489468,0.99327135,1.0302427,1.0295126,1.0630759,1.1082379,0.68965518,0.777605,0.79051387,0.77582687,0.76152307,2.0234723,0.80612653,0.96073514,1.1177988,1.486014,4.2686491,4.2232471,4.2414894,4.3073511,4.2679653,4.2847881,4.2578301,4.3109412,4.3518782,4.4177394,4.4597988,4.4848475,4.5172048,4.5298915,4.5734653,17.190882,17.420965,17.114546,16.827003,17.006802,16.541878,16.716627,16.789087,16.657963,16.353573,15.73604,16.537424,16.508636,16.617773,16.513762,4.7861524,4.8630128,4.9114494,5.0315938,5.0465517,5.1083984,5.2214689,5.2713037,5.2897854,5.371315,5.3291111,5.1581635,5.2271166,5.2382092,5.2257938,6.9106302,7.2610869,7.2578101,7.2658939,7.6013246,7.3395929,7.3968706,7.436306,7.1532845,7.5740414,8.0470886,8.4822874,8.2343369,8.3061886,8.4380608,16.264738,16.806608,17.149267,17.467426,17.877739,17.79001,18.48666,18.840967,19.141516,19.34424,20.047764,19.891539,19.894043,19.687565,19.667969,8.9738836,9.1665688,9.1257267,9.2563219,9.3244696,9.4026432,9.4009523,9.5838461,9.6371536,9.7274752,9.7799892,9.7846079,9.865098,9.9704504,9.9551353,5.5359473,5.4503841,5.5627885,5.7407842,5.6806211,5.7659607,5.7824688,5.8278947,5.8733592,6.0255094,6.0144639,6.0771089,6.1069241,5.9202895,5.9620781,22.372536,22.358135,22.567816,22.524202,22.51141,22.494081,22.428352,21.942709,22.031792,22.208767,22.071041,22.294195,22.453665,22.757921,22.688671,4.539669,4.8869753,5.1510544,5.1945229,5.2934899,5.2483191,5.1071196,4.7424893,5.1298289,5.5345912,4.9896049,5.6932774,5.7262278,5.7202072,5.315279,1.1358025,1.172572,1.1994003,1.2817291,1.2756379,1.5566156,1.6162134,1.5821196,1.6324511,1.6719166,2.0221474,1.9549615,1.9405551,2.1786492,2.4703319,2.0512466,2.0723126,2.0681584,2.0531189,2.0240519,2.0084383,2.0581052,2.0755594,2.1429179,2.1353915,2.1429982,2.1810036,2.2233822,2.2529523,2.3961129,7.2639227,7.2390327,7.2887049,7.3333831,7.1672482,7.2686329,7.3690782,7.4017301,7.4466929,7.5846567,7.5599751,7.6240225,7.725306,7.8194714,8.0164175,4.7019811,4.7365665,4.7268209,4.8141804,4.8913155,5.03898,5.0097103,4.9812493,5.0076518,5.0946755,5.116137,5.229043,5.2657371,5.440352,5.466011,2.4185684,2.4767189,2.5105443,2.3284066,2.3178117,2.0750365,2.0236814,1.8562486,1.8268813,1.9402319,2.1835024,1.9137703,2.1960959,2.2596366,2.2909253,2.4156189,2.4092298,2.3953099,2.3897676,2.4374068,2.6142716,2.579365,2.5324676,2.467742,2.4071417,2.8309474,2.4711428,2.4426472,2.5341132,2.6020491,0.97799516,1.0149064,1.0488365,1.1729223,1.1920981,1.2190992,1.2006861,1.2371863,1.3441812,1.3981125,2.4813051,1.8752131,1.9587629,2.0818877,1.8117229,0.9047215,0.90011621,0.89362925,0.90855807,0.89466089,0.75187969,0.7371704,0.73821694,0.71330595,0.71154898,1.4646053,0.72815537,0.78505689,0.86094439,0.859375,14.562532,14.775233,14.933085,14.939177,15.104296,14.89117,14.948495,15.059222,15.198098,15.494832,15.531164,15.85903,16.033264,16.210575,15.805401,15.922302,16.091455,16.48867,16.528505,16.669106,17.072453,17.21933,17.315697,18.018959,17.716162,17.798059,17.994802,18.001886,18.060713,18.395134,1.591343,1.5052075,1.5301857,1.5711033,1.5574964,1.5561016,1.4624138,1.5872413,1.5362163,1.5196526,1.6757246,1.5261682,1.5888741,1.5817827,1.5107608,5.1232839,5.4179797,5.53263,5.5759802,5.4786091,5.2907605,5.5624804,5.7008615,6.0861425,5.7506518,5.6788206,5.9965825,5.9538851,6.0744715,6.1594782,14.932041,14.707282,15.064439,14.772943,14.972751,14.907487,14.968719,15.029223,15.020423,14.956634,14.939913,15.099792,14.807394,14.88626,14.994587,7.3341117,7.5718679,7.752799,7.8964591,7.9973564,8.2549658,8.5179577,8.6351986,8.7868996,9.0378952,9.1928539,9.3591757,9.4920225,9.4858627,9.4089212,3.007627,3.1272466,3.0559542,3.1870539,3.1006117,3.1202223,2.9867256,2.9513772,2.8003798,2.9192672,2.9673393,3.0834382,3.0268683,3.156244,3.2626216,5.9700031,6.3158946,6.2406392,6.1515307,6.0900354,5.9467602,6.0885611,6.2978096,6.1042233,6.3419795,6.0936837,6.3370547,6.2305965,6.2573538,5.9743342,19.285246,18.905706,18.845184,19.141174,19.102482,19.535013,19.693754,20.101149,20.04879,19.919317,19.707308,19.676113,19.654604,19.958847,20.052647,10.61658,10.777208,10.786201,10.909016,11.132591,11.217746,11.465383,11.639679,11.710373,11.876613,12.074426,12.239495,12.442451,12.58395,12.742421,6.493547,6.3291535,6.3467636,6.3571253,6.3634982,6.4221015,6.3754072,6.264122,6.3245325,6.5242305,6.3700767,6.4741702,6.5121441,6.6091619,6.6595426,2.8498249,2.9113886,2.9060805,2.9758923,2.9685843,3.0327938,3.0599027,3.017386,3.0827746,3.1885397,3.1971076,3.1925015,3.1986263,3.286628,3.2648287,6.378881,6.8007774,6.3377099,6.2584119,6.4352059,5.9613495,6.1040511,5.7501082,5.9197073,5.8672376,6.0050836,6.1454897,6.0298882,5.8654046,6.0919423,5.4696193,5.6008039,5.637403,5.6222668,5.734242,5.7417059,5.6494479,5.7899599,5.87187,6.0552301,6.1990495,6.1874146,6.4068341,6.3330688,6.2634177,13.232212,13.422108,13.614302,13.710037,13.944474,14.156762,14.130369,14.148153,14.447935,14.662747,14.729616,14.849907,14.786613,14.910904,14.89709,16.169205,16.369339,16.540508,17.429272,17.3598,17.586119,17.410036,17.717522,17.892942,18.348213,18.329386,18.420015,18.094543,18.156942,17.933296,0.86252654,0.8976897,1.0847996,1.0903217,1.091203,1.3823011,1.5035576,1.4199598,1.609442,1.7070266,1.7319478,2.0863404,2.1124005,2.1215672,2.1010571,8.686408,8.8019743,9.1295118,9.3055258,9.4352961,9.376277,9.1206293,9.2570829,9.2623692,9.3917713,9.5486879,9.5142212,9.6474142,9.7530403,9.743207,18.933695,19.271669,19.580383,19.789906,19.938471,20.3151,20.32563,20.730114,21.039919,21.049814,21.066784,20.966961,21.11203,21.154175,21.106352,11.460817,11.537552,11.788394,11.607775,11.631575,11.606654,11.380985,11.383618,11.792453,11.493307,11.684179,11.831275,11.6663,11.972551,12.128462,14.722406,15.054445,15.338795,15.555652,15.965917,16.230696,16.318363,16.645987,16.798002,16.951767,17.142456,17.368435,17.535727,17.672432,17.759214,7.4923143,7.7364893,7.9463816,8.1835632,7.9912858,8.2687111,8.2882566,8.2547989,8.2343769,8.2957697,8.1724529,8.3953609,8.3564978,8.1980162,8.2212,16.36587,16.558105,16.589338,16.876503,17.405212,17.597975,17.589912,17.834927,18.205414,18.452101,18.797565,18.521658,18.448895,18.461538,18.498762,17.971455,18.046888,18.253365,18.216925,18.465408,18.344992,18.402689,18.612804,18.720854,18.984621,19.487011,19.77879,19.62746,19.641548,19.583401,3.2228768,3.2367382,3.2432351,3.2346482,3.2389905,3.2240644,3.2243576,3.2040834,3.212903,3.1687968,3.1509559,3.1569333,3.1478636,3.127708,3.1154926,12.673818,12.683628,13.163611,13.626297,13.900985,14.008442,14.371226,14.815939,15.193377,15.616446,15.919394,15.988949,15.99061,16.217859,16.161179,14.248861,13.8634,13.660985,13.489492,13.702752,13.415344,13.74313,13.84974,13.919638,13.952999,14.15556,14.187582,14.144085,14.182962,14.204888,16.468958,16.658092,16.861605,17.076473,17.408545,17.68795,17.633678,17.733732,17.834034,18.119373,18.525965,18.607567,18.532543,18.690487,18.751364,12.035483,12.128256,11.924361,11.824669,11.748353,11.554482,11.446617,11.618807,11.637381,11.625098,11.582313,11.992136,12.203863,12.617588,12.977473,4.4945135,4.5243254,4.5355549,4.5618329,4.5194063,4.5206537,4.508831,4.4415078,4.4200001,4.4575133,4.5424027,4.6235733,4.7485003,4.8074384,4.8602204,12.352781,12.50259,12.480368,12.66853,12.64621,12.88841,12.863867,13.010962,13.148515,13.225968,13.45357,13.522398,13.689672,13.830784,13.935767,15.315239,15.763208,15.794899,16.015179,16.263498,16.290016,16.562983,16.627485,16.588984,16.669796,16.935528,17.283068,17.288885,17.524178,17.522398,11.008881,11.287789,11.439919,11.715599,11.809697,11.830995,11.886966,11.859152,12.140738,12.282253,12.337663,12.186186,12.210511,12.263422,12.287959,15.475167,15.654869,16.093843,16.442778,16.294682,16.794296,17.033981,16.663759,16.897242,17.23691,17.36651,17.317652,17.076429,17.241072,17.011143,5.3123178,5.8788242,6.0148058,5.6726599,6.045949,5.3471198,5.7277827,5.9045954,5.2010121,5.2282157,5.5601206,5.6271362,5.3160539,5.5525894,5.4290252,12.051889,12.027472,11.957231,11.950109,12.054029,12.242103,12.435246,12.427704,12.581099,12.662716,12.924771,12.910469,12.795748,12.794937,12.77737,17.113327,17.173025,17.612062,17.796127,17.886375,17.762682,17.798136,17.846584,17.731567,17.681295,17.694876,17.721371,17.943787,18.01586,18.097786,19.508196,19.461687,19.643669,19.807043,19.853014,19.978342,19.877329,20.048124,20.112373,20.178638,20.472755,20.34697,20.449341,20.615786,20.666973,4.8520269,4.9537339,4.9519534,4.9409008,4.9255705,4.8871136,4.7446761,4.8262286,4.7429676,4.770196,4.8761559,4.9438252,4.9772644,5.0668387,5.1661758,0.96225387,0.9877162,0.9425357,0.95022863,0.94957602,0.94291019,0.92453903,0.89313525,0.88029069,0.86446738,1.0219258,0.934403,0.91623646,0.87256861,0.81812751,2.4981074,2.7165055,2.6920033,2.7834582,2.7918782,2.9064271,2.9425781,2.8896143,3.0571992,2.9441118,3.1473353,3.0306826,2.9668636,3.0346444,3.0605543,5.083477,5.1250939,5.1629567,5.2400923,5.2815557,5.3791013,5.4577804,5.522819,5.6163869,5.6970496,5.758666,5.8108988,5.8751101,5.9314694,5.944057,9.3327093,9.3546419,9.3195286,9.4570503,9.3805733,9.3805037,9.3827715,9.5388565,9.5716667,9.6572084,9.7615509,9.801857,9.8549681,9.9484673,9.8754168,8.5614548,8.8062658,8.8391256,8.9523296,9.1454582,9.4487066,9.4664335,9.5087738,9.8299789,9.9558659,10.057792,10.048135,10.111947,10.05449,10.083323,2.8181264,2.9132195,3.210887,2.9186006,2.9726834,2.8500178,2.8716512,2.6741672,2.6649418,2.6234567,2.7541096,3.037343,2.9858429,2.7261884,2.6361279,1.5360813,1.6437739,1.7535971,1.7642342,1.7173814,1.8780966,2,1.9550797,2.0742998,2.204869,2.4505396,2.3502567,2.3550725,2.5,2.579879,2.0394881,2.096379,2.148036,2.2426589,2.2181146,2.4526722,2.3783672,2.4875872,2.6540756,2.5357893,2.5538306,2.6297441,2.6861908,2.6340632,2.5785432,0.99916232,1.0229871,1.044211,1.0237862,1.0447394,1.0070869,1.0065863,0.97899503,0.97560978,1.0169492,1.0063987,1.1146398,1.1509352,1.1286823,1.1503545,0.7323994,0.728746,0.70072192,0.66606903,0.64879161,0.64242738,0.58445281,0.60441005,0.58823532,0.59608853,0.58778852,0.59168845,0.59693891,0.57774574,0.58555329,0.62495762,0.63067049,0.61899811,0.62579542,0.6105274,0.62648201,0.63299847,0.6267584,0.63163054,0.63568443,0.63121694,0.62106568,0.62312686,0.61992574,0.62407482,0.98425198,1.0560702,1.0022805,1.0024711,0.93283582,0.93159145,0.8906374,0.85827589,0.91242361,0.83035809,0.83625579,0.88417095,0.91558909,0.95440942,0.92985976,1.2536095,1.2376685,1.1994501,1.2073802,1.2036717,1.2011501,1.1456085,1.1759173,1.1786462,1.2815322,1.1855785,1.2292924,1.2493651,1.2648206,1.2346427,2.2661262,2.2366939,2.222008,2.2530937,2.2512972,2.2210736,2.2852578,2.22012,2.2474933,2.3288257,2.316541,2.3975546,2.3805351,2.4393752,2.4336107,1.2200187,1.3245369,1.3094696,1.2193294,1.2982609,1.1989152,1.2411757,1.2283436,1.1187016,1.2143857,1.2174081,1.1896127,1.1379594,1.1740929,1.2595656,1.9353617,2.0941176,1.9673949,1.8813643,1.9534552,1.7846154,1.8076549,1.8755291,1.9323021,1.7904302,1.6474906,1.7458692,1.8302828,1.8648332,1.9851785,0.755795,0.77410686,0.80241442,0.77540398,0.79398304,0.76049143,0.75869566,0.7757169,0.77030987,0.77473068,0.77520365,0.74359214,0.75178206,0.75935638,0.73944533,1.4499676,1.5303992,1.5532508,1.5665137,1.5784158,1.5434297,1.5826287,1.5963459,1.6586529,1.6744584,1.6639106,1.6807584,1.6737144,1.6625034,1.692555,0.83857441,0.84166229,0.85242409,0.93252885,0.91397846,0.69779927,0.92693567,0.88105726,0.84835637,0.96982753,2.2447889,0.87224215,1.1322696,1.1334363,1.2993764,1.568429,1.693785,1.7343372,1.4989293,1.5509104,1.3668967,1.3427371,1.2522361,1.1775982,1.1711833,1.1531241,1.2277389,1.3107592,1.2515472,1.2100139,3.6287692,3.6577225,3.5728731,3.4239132,3.4600656,3.4114547,3.2939885,3.1663709,3.2135594,3.0678148,2.6760373,3.2135594,3.1754799,3.3765872,3.4078212,0.86506039,0.86777472,0.86344892,0.82440227,0.8447324,0.73256588,0.72169811,0.67681897,0.64847839,0.65864187,0.63248855,0.71775669,0.71621203,0.71799845,0.73510104,0.98803461,0.96880358,0.95284516,0.95397133,0.95532948,0.94401157,0.92655617,0.9234153,0.94003838,0.93573433,0.93776721,0.93670177,0.93633682,0.92933589,0.92647672,14.759588,15.030784,15.224913,15.550168,15.77757,15.517409,15.398095,15.141119,15.270734,15.402669,15.348408,15.626007,15.971361,15.941101,16.097473,1.1206181,1.1719772,1.1323863,1.1602076,1.1075017,1.1046368,1.137241,1.1633596,1.1870517,1.186904,1.1786443,1.1785917,1.1740407,1.1829984,1.2068512,3.8459733,3.7777326,3.7677317,3.7301414,3.689024,3.6748891,3.6353216,3.6200519,3.6594138,3.6021669,3.6189616,3.6219761,3.6072023,3.6410823,3.64011,2.2347872,2.2419739,2.2201543,2.0849829,2.0723338,2.0243452,1.9881991,1.9289341,1.8339405,1.8858373,1.9181911,1.8941786,1.8744383,1.9667944,2.0145352,1.0269188,1.0102968,0.99601221,0.98626244,0.97103155,0.98680586,0.97903663,0.97609359,0.96962452,0.96593982,0.97618353,0.99452257,1.0101238,1.0257276,1.0331765,2.9221292,2.9780636,2.9139371,3.0053353,2.9436014,3.0123272,3.0969272,3.1093061,3.1057389,3.1311836,3.0746515,3.1338594,3.2209852,3.1258776,3.1970854,1.1735586,1.1676196,1.1428735,1.1137832,1.1189244,1.1245515,1.105955,1.0909219,1.0977063,1.1077491,1.0931486,1.0970314,1.1000431,1.1092834,1.1084188,0.88776153,0.88798684,0.90923542,0.8712303,0.85760003,0.78022575,0.79225636,0.769867,0.74095368,0.7324484,0.76630801,0.74377215,0.77757448,0.82291085,0.84022534,1.180403,1.1664631,1.1540579,1.13539,1.131457,1.1296964,1.0986185,1.0796055,1.0680305,1.055238,1.0499974,1.0534892,1.04768,1.0453103,1.044384,1.255116,1.2677715,1.2109963,1.1222055,1.1796008,1.084035,1.0443631,1.0680666,0.98163968,0.96379036,1.1242973,1.0449228,0.99706221,1.0050699,1.0129079,0.88399678,0.86428046,0.85021424,0.84654701,0.82361132,0.82076043,0.80115014,0.79679108,0.79271913,0.77007532,0.75904387,0.75386453,0.75950271,0.76064223,0.75384378,1.7700812,1.8094413,1.7868558,1.8090993,1.7560726,1.7569439,1.7880523,1.8518773,1.7768273,1.7602156,1.8261157,1.8179185,1.7853866,1.7902312,1.8016748,1.4055179,1.4610389,1.5314804,1.4220705,1.4863259,1.3110846,1.3079667,1.2842965,1.2418687,1.2117715,3.1567082,1.3856814,1.443418,1.2273524,1.4688601,1.1338803,1.0755779,1.1067388,1.0624872,1.0573043,0.97301191,0.96581876,0.92698967,0.86676478,0.86977237,0.87076986,0.92829329,1.0379666,1.0370662,1.0954369,3.2250311,3.2087379,3.2376993,3.1873112,3.2029729,3.1735919,3.1263516,3.1614807,3.1172807,3.1316905,3.1611879,3.1385634,3.1828344,3.1270738,3.1442437,0.78249174,0.88695437,0.89898658,0.90218234,0.92195982,0.86322182,0.92106324,0.91833907,0.90684259,0.95387018,1.0272911,1.0700351,1.0960921,1.0493754,0.98100275,0.67867035,0.68897635,0.71002555,0.68493152,0.69575298,0.56710774,0.57059252,0.4938989,0.50724638,0.54692,1.0103885,0.6145491,0.64582413,0.64705878,0.67478365,3.5532997,3.4736223,3.6752603,3.5838392,3.6528533,3.7485898,3.609421,3.6971905,3.8347483,3.967015,4.0330877,3.7629724,3.5728309,3.514766,3.2892931,0.53238988,0.51256776,0.51691502,0.49226707,0.4874981,0.51306814,0.50515109,0.49445605,0.49145529,0.48427764,0.48820484,0.49957395,0.48801675,0.49112678,0.49656206,0.5174644,0.53226876,0.52151239,0.46174145,0.47522062,0.99009901,1.122807,1.1275545,1.1436741,1.1339475,3.3793104,1.2693936,1.1938202,1.438849,1.3848397,1.3239747,1.3127351,1.3265423,1.3281577,1.3303968,1.2713684,1.2639756,1.2453716,1.2405548,1.2630895,1.303941,1.2943393,1.2953882,1.2891124,1.2755328,0.18150607,0.1857632,0.1777844,0.1769578,0.17677288,0.16226193,0.14614761,0.15323079,0.1355684,0.13530597,0.15371729,0.15148981,0.1565392,0.16843142,0.17585742,0.11784463,0.11757161,0.11623158,0.11442921,0.11534784,0.12204534,0.12202035,0.12106518,0.12546363,0.12371427,0.11686987,0.11957543,0.12097027,0.12189844,0.12150254,0.087175511,0.084774025,0.085020982,0.085142024,0.081227943,0.075068697,0.059974298,0.064428374,0.058898736,0.060763892,0.087159894,0.066995822,0.068737566,0.071937166,0.08124917,0.087819099,0.089748092,0.089187056,0.089565858,0.090138607,0.09095069,0.089461446,0.088870302,0.092216462,0.086791299,0.099667579,0.10036684,0.10453924,0.10936544,0.11220163,0.09613844,0.094419226,0.098508306,0.098369874,0.11439122,0.11068403,0.10426901,0.11224919,0.11388157,0.11224919,0.13076103,0.1234418,0.13569346,0.12827039,0.14099184,0.10893188,0.10967265,0.11276086,0.11559016,0.11948378,0.12552629,0.12642036,0.12807763,0.13513613,0.13490964,0.13257253,0.13495995,0.13203841,0.13237834,0.12742543,0.079856724,0.082508892,0.086185962,0.089514971,0.090413071,0.089165941,0.08818759,0.093665384,0.093618229,0.096727766,0.097613968,0.10220768,0.10628665,0.10757281,0.1095099,0.29797947,0.29066053,0.28920668,0.28370839,0.27249706,0.2559959,0.22134896,0.20531574,0.19737475,0.19705854,0.20271026,0.21417013,0.23715164,0.218211,0.22051789,0.10966724,0.10963985,0.11529144,0.11799913,0.11730912,0.12299164,0.12670609,0.12698443,0.12449924,0.1237497,0.12070884,0.11749024,0.11785486,0.11160554,0.10947833,0.08197473,0.089397058,0.093143508,0.088620164,0.084957972,0.093024813,0.085631102,0.084759757,0.083208792,0.088361874,0.095078208,0.090387039,0.098320447,0.10087933,0.10408507,0.081521556,0.084823266,0.078087978,0.083313175,0.081143588,0.079605371,0.079401478,0.081220791,0.071899675,0.076290347,0.080140486,0.077147506,0.077010036,0.079230741,0.079980224,0.15177065,0.15319149,0.15584415,0.15783936,0.14453478,0.22095379,0.22467703,0.24649221,0.2506749,0.25460243,0.41338584,0.30042058,0.3031528,0.30687398,0.33437827,0.14284013,0.1399238,0.14543632,0.14557004,0.1566733,0.14913884,0.15371206,0.15387245,0.14935255,0.15029752,0.15639374,0.16428933,0.16012071,0.16843602,0.17852153,0.11841282,0.11698881,0.11859027,0.11544436,0.11786076,0.11199439,0.10286821,0.099666879,0.09627749,0.098659284,0.10445931,0.097434446,0.099461615,0.096705072,0.099055827,0.10865995,0.11337252,0.11253969,0.11535648,0.11600728,0.11455752,0.11416359,0.11169254,0.1104842,0.11303852,0.10684337,0.10700772,0.10978855,0.11400562,0.11494454,0.1054271,0.10590416,0.10431829,0.10897732,0.11849219,0.10875476,0.10587221,0.11386421,0.10903234,0.11201553,0.14532699,0.11536051,0.1369724,0.14086671,0.14203104,0.10663152,0.10965572,0.1073259,0.10191454,0.103608,0.079446569,0.069123589,0.064197294,0.059661515,0.063459523,0.080920033,0.074827343,0.079757541,0.087036476,0.096146733,0.11074197,0.10805113,0.10261268,0.10224681,0.096790224,0.075485446,0.082623288,0.082349002,0.077011935,0.074218147,0.11215906,0.080953225,0.10314985,0.10793443,0.11642327,0.13294545,0.1306417,0.12538505,0.11999816,0.12397263,0.10528725,0.097143374,0.095171914,0.088528767,0.08479619,0.11149432,0.086657703,0.088183418,0.095412731,0.095566608,0.19378558,0.19643749,0.1832702,0.19700375,0.19401887,0.19004606,0.16872263,0.1786831,0.16624917,0.16396388,0.16580755,0.17819646,0.1870694,0.19564994,0.19872037,0.11967874,0.1338993,0.14126763,0.13767888,0.12928015,0.12759613,0.12696452,0.12679368,0.12361848,0.12868197,0.12549765,0.13042818,0.13671312,0.1418128,0.14412832,0.14846514,0.15960397,0.15451819,0.15924251,0.157693,0.14436902,0.16057654,0.15735701,0.14808117,0.15163429,0.13981059,0.15717953,0.15704635,0.1595978,0.16061571,0.096820518,0.092022151,0.099288136,0.10523246,0.10625413,0.11735877,0.11971701,0.1256046,0.13015825,0.12148491,0.12015534,0.12341814,0.12124044,0.12196881,0.11794861,0.091342449,0.092012189,0.092988119,0.090791941,0.097532138,0.089860715,0.093922317,0.094417199,0.095372878,0.0993542,0.1255887,0.10375728,0.11065444,0.11137983,0.13496578,0.14173637,0.13753933,0.144804,0.15348756,0.15043332,0.14970545,0.15481934,0.15902475,0.1607544,0.16223672,0.1567588,0.1675465,0.16757034,0.16814403,0.16562939,0.10727731,0.1080571,0.10910322,0.11351291,0.11847185,0.11864061,0.11192577,0.10773479,0.11382219,0.1171335,0.1018718,0.12348492,0.12916082,0.13572145,0.14226657,0.39832705,0.37348273,0.33765772,0.30462006,0.34324944,0.18667433,0.17289533,0.17305644,0.14725569,0.14217398,0.27325958,0.15507883,0.16969064,0.18472093,0.1996008,0.14335813,0.14930631,0.15303262,0.15346265,0.1591254,0.14971891,0.15166304,0.15120132,0.14282605,0.15874939,0.15684023,0.16486026,0.16620718,0.16493517,0.17325811,0.16088416,0.16196042,0.16840923,0.15260822,0.16584894,0.17881705,0.16310996,0.18120804,0.17449665,0.17534395,0.20872611,0.16240358,0.16935375,0.17025334,0.18474171,0.13303441,0.13415816,0.12719473,0.12814714,0.13936752,0.14821886,0.15250878,0.15091059,0.14843629,0.15181926,0.17080747,0.15354986,0.16548464,0.1874637,0.1798704,0.096448921,0.094310656,0.096269555,0.093892612,0.10482638,0.083021998,0.078802206,0.078599192,0.078511767,0.078438208,0.10889924,0.084543683,0.080368385,0.084965467,0.089537248,0.07037691,0.073937155,0.077412404,0.086181812,0.089846246,0.095763855,0.10032012,0.10619069,0.10809959,0.11256698,0.11705516,0.12646079,0.1348763,0.13601278,0.13259113,0.13951866,0.13802472,0.14283517,0.15152514,0.15852746,0.14332017,0.14341503,0.14999448,0.15024304,0.15974087,0.16581547,0.16245326,0.17390917,0.16461273,0.16812751,0.14004377,0.13978682,0.14267802,0.14082102,0.15988556,0.10422746,0.074667111,0.099018075,0.094227538,0.097763658,0.13402648,0.10033713,0.10438414,0.10492332,0.092719503,0.076995671,0.081338271,0.087272383,0.089248188,0.090153448,0.091848984,0.094545968,0.0969496,0.099045061,0.10553942,0.09423092,0.10392345,0.10956886,0.11742195,0.11808375,0.10573042,0.11735435,0.1176794,0.11687854,0.12163837,0.12067383,0.12257397,0.123362,0.1296984,0.12311815,0.12611601,0.12602827,0.12336798,0.12258647,0.122366,0.085671678,0.08609236,0.086227089,0.085382514,0.086863272,0.069009393,0.060705923,0.061951809,0.056646112,0.057992585,0.078049421,0.068640262,0.074663453,0.086371288,0.094900243,0.096418388,0.10003803,0.10024816,0.095003009,0.10028562,0.099843889,0.10288226,0.099092036,0.097283654,0.097022392,0.11070552,0.10187162,0.1128918,0.11061376,0.11307234,0.10308354,0.11117359,0.11126802,0.11691979,0.114982,0.11257761,0.11876696,0.12468901,0.12763131,0.12729059,0.13053189,0.12639472,0.11847942,0.12309699,0.12252782,0.07840874,0.078947783,0.085837997,0.087441385,0.088448167,0.078750864,0.082061127,0.084843762,0.08395727,0.082052372,0.083230719,0.094658934,0.098291412,0.10217441,0.10302595,0.20108302,0.20179938,0.20955858,0.1905036,0.19845475,0.18463372,0.1701102,0.17249666,0.16702971,0.16454028,0.17047949,0.15681638,0.16963021,0.17392497,0.17939451,0.2885372,0.29383823,0.28622383,0.27790129,0.2758961,0.23083712,0.21214652,0.20433648,0.18241517,0.18306218,0.19835779,0.18750434,0.18961731,0.21467739,0.21775779,0.094001383,0.095110171,0.10127557,0.10298834,0.10662144,0.10624484,0.10666847,0.10866427,0.10666531,0.11128612,0.10724275,0.1204415,0.12865011,0.1291676,0.13309325,0.073151313,0.073063284,0.079470769,0.092632487,0.11012027,0.090562135,0.090449013,0.092371807,0.10300429,0.10929664,0.12643038,0.12822978,0.11956359,0.11987841,0.12678629,0.19468901,0.20657277,0.22038123,0.21165121,0.21304707,0.20549847,0.22399127,0.20734738,0.2230448,0.21075624,0.2048312,0.21957192,0.22244763,0.21756022,0.21944249,0.095829427,0.093232483,0.094379522,0.09836074,0.095042706,0.10033347,0.10274862,0.10316237,0.1033893,0.10433768,0.099868678,0.09918382,0.098431401,0.096595325,0.096006893,0.043775652,0.043730184,0.043866865,0.049344812,0.077033125,0.027498214,0.055205923,0.066272713,0.066334993,0.066061109,0.12577929,0.070775263,0.086537942,0.10261396,0.091353647,0.11391649,0.12548122,0.1275744,0.12611343,0.126522,0.11711162,0.11773724,0.11868545,0.11928321,0.11798615,0.1117071,0.11632936,0.11393631,0.110512,0.11027011,0.094913676,0.097689427,0.10210159,0.10542008,0.11313666,0.10797173,0.11125969,0.1130932,0.11152416,0.12028615,0.11868682,0.11645388,0.12907457,0.13718005,0.13970353,0.10542238,0.10501324,0.10934936,0.11534286,0.12144929,0.12292975,0.11302941,0.12100146,0.12513997,0.12643328,0.12610066,0.13518228,0.14865987,0.15141208,0.14498167,0.19827501,0.19934173,0.19953379,0.20685473,0.20972855,0.22658047,0.23322205,0.2328386,0.23544221,0.24315143,0.23542406,0.236114,0.2328155,0.2348579,0.23047435,0.20482966,0.21011052,0.20789596,0.20850955,0.21991472,0.2425926,0.21942051,0.22604059,0.21822338,0.22715056,0.21803972,0.28161177,0.25881648,0.25595313,0.24360754,0.20416047,0.20390169,0.20248455,0.20365478,0.21586318,0.20096013,0.1727597,0.19253638,0.17750803,0.1840985,0.18323408,0.21772762,0.22700188,0.26858678,0.31358886,0.064669251,0.071057484,0.078006797,0.083901696,0.092466056,0.08981058,0.087159216,0.096369624,0.096993864,0.10649914,0.10119545,0.10838933,0.11133967,0.11720454,0.12573345,0.039997865,0.039520483,0.041990343,0.054803099,0.064903036,0.08062838,0.084732704,0.10433898,0.10638028,0.10872313,0.12333559,0.1185103,0.12061817,0.11477332,0.12420817,0.079966016,0.079222359,0.084148653,0.090277605,0.093196645,0.091121942,0.088794172,0.09045738,0.090885818,0.097404674,0.1004818,0.098207712,0.10104543,0.1029222,0.10757485,0.72981602,0.72452831,0.72815537,0.63888043,0.65608788,0.47597113,0.50870973,0.45977011,0.40235221,0.40316331,0.34316018,0.49589336,0.38741672,0.37872809,0.37878788,0.13961193,0.1365252,0.13204433,0.13822186,0.1397624,0.13188644,0.11988196,0.12237359,0.12210575,0.11765791,0.14557385,0.14606664,0.14257999,0.13942716,0.14780556,0.22029097,0.21688838,0.2161487,0.21595164,0.21809989,0.21164529,0.19590296,0.20304078,0.18505611,0.1936965,0.19758141,0.19801047,0.18535464,0.1956486,0.20913543,0.1561674,0.16390327,0.17700368,0.18065788,0.21022476,0.2311742,0.25075001,0.26981226,0.27298754,0.28128141,0.31580821,0.29515544,0.30353382,0.28616142,0.27834684,0.17245884,0.1681526,0.17080772,0.16787417,0.17083067,0.16959441,0.15422966,0.15492703,0.14643405,0.14704014,0.1438325,0.1480155,0.16036867,0.16316541,0.16447675,0.18757434,0.18364631,0.18988515,0.19116001,0.20859212,0.17291203,0.16439532,0.17396279,0.1600841,0.17212115,0.16999066,0.19761416,0.20369561,0.21727455,0.2357564,0.084233135,0.091544896,0.090101622,0.096144885,0.097995982,0.097877383,0.097576603,0.096965462,0.097471528,0.095870808,0.10487071,0.10140672,0.10314917,0.10663643,0.1085625,0.14004138,0.14168437,0.14483757,0.13895133,0.14972785,0.14481542,0.15183257,0.16239659,0.14702468,0.15984169,0.17392948,0.16846298,0.1740846,0.17621998,0.18080722,0.083048388,0.089775369,0.091111831,0.086179711,0.090938546,0.08638873,0.083479062,0.083260991,0.081407867,0.085145064,0.07917548,0.089695692,0.091396607,0.089718878,0.090440325,0.16406305,0.16359046,0.1642212,0.16741468,0.18088314,0.16690341,0.1773427,0.17675965,0.17671591,0.17687845,0.18750443,0.18730563,0.20452783,0.23099613,0.22030345,0.15206026,0.15605031,0.15807356,0.15692508,0.15968989,0.15400939,0.15883534,0.1588538,0.16674468,0.15218626,0.14719051,0.14579928,0.15462518,0.15698908,0.15617314,0.16174527,0.16293038,0.16393442,0.17035116,0.16662517,0.14709583,0.15491411,0.14337903,0.13025974,0.14378431,0.2186428,0.16641974,0.17674664,0.19287772,0.19369176,0.20774135,0.21244274,0.22008757,0.2197596,0.22282293,0.21847305,0.22667663,0.21669702,0.24332064,0.22606526,0.20288615,0.23652819,0.23837397,0.25112826,0.26491752,0.37674668,0.38948619,0.37578678,0.35728464,0.35785708,0.34063026,0.33713144,0.3414534,0.32119265,0.32088399,0.31501955,0.33371484,0.35215515,0.35505253,0.37235591,0.42691097,0.42635998,0.43052453,0.43716174,0.43329918,0.45066607,0.44990349,0.44300678,0.44147933,0.44195792,0.42961711,0.42323476,0.42403117,0.42583868,0.42086941,0.89476609,0.88563544,0.88089705,0.89667422,0.90106279,0.89159578,0.88358039,0.87552702,0.85970062,0.84244347,0.78656459,0.81511003,0.7829712,0.77922899,0.78383291,0.10293949,0.09874668,0.11402075,0.12164526,0.14484468,0.17695712,0.19751365,0.21363372,0.21790731,0.22253455,0.26050919,0.24696277,0.25547883,0.26028109,0.25274813,0.37340096,0.38350177,0.37940863,0.3644588,0.38723731,0.37295541,0.36178455,0.40887776,0.38815519,0.38107497,0.37554884,0.37635338,0.35400614,0.36201411,0.36648294,0.089341551,0.090727635,0.089976601,0.10818609,0.099556521,0.13610381,0.15622129,0.15759709,0.17587706,0.17892456,0.4250797,0.19510292,0.22011006,0.2342636,0.26823479,0.20504618,0.22856329,0.22139095,0.21819833,0.22127591,0.21599503,0.21727078,0.21813014,0.22219813,0.22461188,0.20131469,0.22754879,0.22234899,0.21712452,0.2188388,0.16187049,0.1628468,0.15711868,0.17133766,0.2021811,0.18948655,0.21351878,0.23419203,0.23596622,0.24341531,0.31976926,0.29621226,0.29760018,0.29812056,0.2896452,0.33222592,0.3417927,0.37105751,0.34897247,0.36988688,0.32222947,0.33208075,0.35884643,0.36026537,0.36707798,0.34909412,0.39728597,0.40827313,0.42910701,0.46045133,0.23792782,0.24372761,0.24750561,0.25801921,0.24499197,0.24735332,0.2350336,0.23314026,0.21995026,0.21598001,0.21596548,0.21895985,0.22096939,0.21112221,0.2112861,0.49926782,0.49671727,0.5063619,0.48164287,0.48027197,0.49449795,0.49654859,0.49177444,0.49854177,0.52029788,0.51123428,0.51067072,0.51815659,0.50187755,0.51359928,0.19088994,0.18953009,0.20973977,0.20902736,0.22299469,0.20378649,0.2363911,0.24901703,0.27018121,0.26853549,0.40327913,0.31637225,0.35520408,0.37209302,0.34974441,0.24296136,0.23126188,0.23977642,0.24282271,0.2404718,0.25000829,0.244306,0.24944609,0.26234129,0.24135296,0.24126413,0.23188032,0.23526447,0.23798715,0.23216192,0.18044028,0.19049415,0.1891138,0.2002358,0.21252003,0.21386597,0.21784884,0.21113703,0.21825722,0.22484541,0.20939761,0.23559456,0.25138262,0.26529953,0.27837756,0.30738604,0.3199859,0.32567558,0.3360849,0.3419261,0.3415935,0.34916621,0.35491922,0.34076643,0.34628123,0.38675368,0.42012966,0.48071033,0.49604997,0.46678415,0.3332479,0.34841597,0.37185746,0.37862471,0.41941014,0.40879241,0.45673236,0.41786996,0.44258296,0.44598827,0.44787312,0.48075891,0.50980562,0.53962684,0.55737489,0.18753074,0.18244292,0.17525835,0.17715058,0.19035156,0.19499514,0.21118087,0.20437956,0.1921147,0.20891763,0.22035258,0.20494762,0.2043736,0.22243035,0.22613138,0.63178784,0.67033565,0.70977306,0.66938221,0.70593709,0.73331958,0.67861581,0.71456206,0.71256471,0.7616303,0.71696562,0.75875688,0.71938682,0.7089572,0.70944518,0.18660308,0.19450952,0.20367196,0.20326985,0.2244883,0.23318911,0.23675904,0.24529485,0.23846568,0.25762317,0.25066674,0.28136814,0.30082029,0.31659549,0.32758826,2.1629369,2.2293918,2.1935484,2.2448783,2.2150378,2.3432248,2.3140917,2.3192186,2.3523824,2.3949461,2.2073474,2.3865747,2.3639538,2.3929391,2.4361393,0.70692563,0.73062229,0.73911369,0.7241714,0.72668326,0.70031351,0.68006259,0.6269592,0.64015681,0.61769992,0.62847334,0.64058614,0.63833821,0.62240094,0.60772663,0.30911899,0.30376673,0.29645061,0.29522911,0.30597624,0.24812949,0.24488233,0.24534783,0.23530291,0.22195916,0.29666987,0.2393418,0.25814289,0.2397534,0.24190196,0.14906938,0.1439824,0.15069067,0.15896921,0.16067235,0.14503564,0.18199116,0.18396956,0.19477022,0.19930245,0.32231057,0.22473815,0.244919,0.2820079,0.27086064,0.20991199,0.24846295,0.27955994,0.27900615,0.27261177,0.28935272,0.28379714,0.26391143,0.29844776,0.29312372,0.29616013,0.31714624,0.30432796,0.30301717,0.3007454,0.13373752,0.1390845,0.14734434,0.15756932,0.17236719,0.16800793,0.18722522,0.18746786,0.2012504,0.19877751,0.21799181,0.20945889,0.22246572,0.22996491,0.22065967,0.17535156,0.17626627,0.1801654,0.18820927,0.20159322,0.21424626,0.21757057,0.21543565,0.23157117,0.21179658,0.20779094,0.21124017,0.21486257,0.21874407,0.21716741,0.14328161,0.14426546,0.14926264,0.1753656,0.17247789,0.15969245,0.18064062,0.18768878,0.1931399,0.20402884,0.21232946,0.19192208,0.18597731,0.18206841,0.19268377,0.17803597,0.17872261,0.18880393,0.19278695,0.19457099,0.19422996,0.19427596,0.18314157,0.20742975,0.2122141,0.40857047,0.25027674,0.25570512,0.26975331,0.2938008,0.37774152,0.39211413,0.39309469,0.38871175,0.37746355,0.38060191,0.38564125,0.38619366,0.38410032,0.39753047,0.40491068,0.38599804,0.3943198,0.40027675,0.39730701,0.32816949,0.32343987,0.32698324,0.28253907,0.27964205,0.26550698,0.25885922,0.22201906,0.19898391,0.18981597,0.28469464,0.20073999,0.20449108,0.20316027,0.21096265,0.27624831,0.27489996,0.2941505,0.28747207,0.28512135,0.28315577,0.30141234,0.27618727,0.26326683,0.3009339,0.32497454,0.31107959,0.31329328,0.32280231,0.28188196,0.2127625,0.23293172,0.25757718,0.25852671,0.25814778,0.25806454,0.28063053,0.27912062,0.26947877,0.28251585,0.31473944,0.29709464,0.29178086,0.27104312,0.28272378,0.19156536,0.20603108,0.20917769,0.20447509,0.21981588,0.1730027,0.19736451,0.1920443,0.20097362,0.20628728,0.22556391,0.21533225,0.21888444,0.24028289,0.23760113,0.14934289,0.15533397,0.14521782,0.17995502,0.19348118,0.1792918,0.19999,0.2319016,0.25384578,0.25837123,0.42207283,0.24836187,0.24625269,0.26052973,0.28837261,0.32276952,0.32985157,0.33129677,0.33893526,0.33790809,0.34910023,0.3565225,0.38018185,0.37824386,0.36102757,0.36787316,0.35580778,0.35919011,0.35843867,0.36938536,0.0703023,0.069341257,0.06923838,0.068850204,0.070126228,0.11941487,0.088530391,0.088565245,0.08802817,0.087933563,0.35197496,0.089543328,0.12067579,0.12105316,0.12169151,0.25942534,0.26766139,0.27597308,0.30268088,0.31523845,0.30873188,0.35300347,0.34572423,0.37955165,0.38765514,0.4060483,0.4608998,0.48479232,0.55939245,0.54788518,3.2986112,3.3035028,3.5350885,3.5843427,3.8058624,3.8219073,3.9590397,4.1237464,4.1438842,4.2378979,4.2461815,4.3540854,4.2871351,4.2968049,4.3099427,0.20579565,0.20802708,0.21520804,0.22635676,0.23408239,0.22802824,0.25308877,0.25093764,0.25812003,0.25659528,0.26613438,0.28519645,0.27408195,0.26108965,0.26714629,0.20019868,0.20693761,0.20969588,0.21044993,0.21259788,0.2040209,0.20702197,0.19611365,0.19291548,0.20181772,0.19768958,0.22765848,0.23052593,0.23348275,0.23527223,0.45561817,0.45555848,0.47231555,0.48263389,0.48096323,0.47832361,0.48059636,0.48150626,0.48123506,0.52396095,0.47971761,0.51896513,0.53391105,0.52858669,0.54601663,0.15666924,0.17204301,0.17172602,0.18189238,0.18141149,0.15654516,0.15661503,0.16864273,0.17746979,0.17619963,0.16440608,0.17835163,0.18634579,0.19126233,0.19399446,0.23883398,0.23545867,0.24872844,0.25931314,0.26377439,0.2902554,0.2691153,0.26194242,0.28170973,0.26903707,0.26260874,0.25511971,0.25686693,0.25449836,0.25598183,0.22927414,0.22927414,0.23983316,0.25136155,0.25391451,0.20908473,0.19678923,0.21115518,0.19996923,0.2083651,0.3061327,0.25171164,0.24039666,0.25882238,0.29460227,0.20161685,0.19573516,0.19886485,0.20405576,0.20356874,0.20757633,0.20900117,0.21151286,0.20273677,0.21246935,0.18790852,0.19746062,0.20140533,0.1984475,0.19759075,0.24808687,0.25518736,0.28373507,0.28160438,0.3119728,0.28657079,0.27936915,0.28298151,0.29681674,0.29625061,0.29562145,0.33161008,0.33402729,0.34525847,0.34926811,0.14347203,0.14087814,0.15488738,0.16938242,0.19126336,0.1778325,0.18462801,0.20302823,0.21253256,0.21649484,0.24595559,0.23384874,0.23385182,0.25332713,0.2504741,0.15883699,0.16598187,0.17064376,0.20229265,0.20528108,0.21595202,0.25382143,0.25956437,0.28213167,0.29172203,0.28523198,0.32520801,0.33016062,0.32890767,0.33576509,0.82296824,0.82494104,0.79816896,0.82252258,0.81665647,0.82927114,0.80195254,0.78796011,0.80887324,0.81657839,0.78556293,0.77066773,0.76057947,0.75257093,0.75145638,1.904762,1.8669381,1.8473337,1.74703,1.7482517,1.6134815,1.6216216,1.5300547,1.5272727,1.4380531,2.5433102,1.5843773,1.6387472,1.7705643,1.8228219,0.88667059,0.9438414,0.9363631,0.93916625,0.97128898,1.030422,0.97838873,0.97034389,0.92207015,0.93128181,1.0110295,0.91308755,0.90919173,0.89212859,0.91236883,51.735722,52.416145,52.998013,53.771706,54.788292,54.976036,56.057556,55.597229,57.946922,59.817486,59.377724,59.767445,58.849174,58.04398,56.934731,3.147867,3.4732878,3.9627697,4.3256998,4.6621041,4.7959914,5.8265963,6.0623226,6.548295,6.79529,7.1923127,6.9731035,7.0464554,7.2498932,7.2631278,0.89619642,0.94521272,0.86120433,0.87758386,0.85734695,0.91571987,0.79147846,0.86925495,0.85132158,0.92344546,0.84679562,0.97102487,1.1038743,1.1387664,1.1858418,2.6612539,2.6485002,2.691335,2.8276978,2.8361969,2.7679806,2.7614522,2.7860751,2.8858218,2.8882563,2.8940399,3.0146542,3.0468998,3.0118752,3.0956945,8.0802402,8.3220701,7.9928951,8.1455116,8.0318089,8.5628738,8.0745335,8.3874779,7.8834114,8.0246906,7.7156396,8.2065735,8.2441311,8.6996841,8.5194225,80.813667,80.039917,80.981285,81.344795,81.841171,81.36805,82.868729,81.724319,82.004089,82.346611,80.465111,80.263153,78.224205,77.277222,76.439545,1.5616409,1.5679826,1.5365908,1.6197413,1.6372254,1.4964975,1.6917096,1.6400123,1.6337577,1.671839,1.6867231,1.5420425,1.4743215,1.5408469,1.5814494,0.33688939,0.33975086,0.34522441,0.35481963,0.36429873,0.18856065,0.32615784,0.33921304,0.34340659,0.34387895,2.1145976,0.42462847,0.50541514,0.59835452,0.80000001,27.473232,27.327034,27.957226,28.044077,28.238541,28.78257,28.814489,29.245075,30.00333,31.170834,30.610237,30.846313,30.882994,30.992815,31.044548,0.58125454,0.57915056,0.59955031,0.50530571,0.5132153,0.13065064,0.134662,0.13473457,0.026925147,0.054229937,0.81389046,0.055632822,0.16731735,0.11034483,0.19115238,2.7091043,2.8986571,2.8359869,2.8368793,2.9370213,2.581934,2.7665663,2.7348566,2.8368793,2.9539216,2.7487195,2.8791335,2.920743,2.8859925,2.7803588,1.3680154,1.6210195,1.6590039,1.6002139,1.7140245,1.6499772,1.7829109,1.7680131,1.8563029,1.923573,1.8104367,1.8207692,1.9023118,2.1258259,2.0278969,59.012878,59.01009,60.099812,60.69405,61.043232,61.83242,61.6679,63.574554,63.120216,64.172729,64.064804,63.568954,62.2244,61.70414,61.12038,3.0633085,3.2301848,3.1737566,2.9915657,3.2456703,2.8937259,2.9904907,2.7528648,2.7295287,2.8165534,2.8848484,2.9143679,2.9570863,3.0515318,3.0550621,1.987955,2.1464915,2.1789842,2.2531338,2.2770102,2.3371327,2.1593485,2.4081442,2.4381406,2.5442536,2.3498695,2.4280758,2.6889057,2.5219409,2.6786163,7.3723102,7.9802952,8.1622515,7.8259401,7.9435282,8.1403275,8.527132,8.449235,8.6732883,9.2694149,8.9098539,9.0562115,8.4917393,8.6071434,8.3663187,0.28921023,0.29004908,0.29063269,0.2953203,0.29919448,0.1367054,0.27309969,0.27624309,0.27309969,0.27403519,0.75827205,0.36596522,0.34309241,0.34818941,0.37037036,73.638191,73.421364,73.25322,72.598045,73.121284,72.63102,72.31353,72.269531,72.411819,72.619957,73.200897,73.0755,71.683815,71.103958,70.354065,0.98865944,1.0236912,1.0743062,1.2443095,1.3109756,1.3571869,1.5330565,1.590909,1.7298735,1.7567121,2.0374081,1.8425461,1.9250253,1.9365609,1.899593,0.25269929,0.25587344,0.28368795,0.28598666,0.34054974,0.21802327,0.37101161,0.3974168,0.4197531,0.42100051,1.0786958,0.59142435,0.47193244,0.52109182,0.52777082,6.1152544,5.9681153,6.2724509,6.6694403,6.3945389,6.0715775,6.204277,6.1132288,6.6979518,6.5192742,6.4135022,6.5815887,6.4359269,6.4997807,6.3811193,0.15284677,0.15704751,0.15910898,0.16044925,0.16393442,0.041476563,0.12510426,0.12468828,0.1242236,0.12771392,1.3113368,0.12652889,0.12647554,0.12652889,0.17057569,0.43395022,0.44161579,0.45620435,0.44138646,0.44843051,0.36222163,0.48582995,0.47290906,0.48721075,0.48853302,0.70844686,0.55157197,0.63413286,0.61940813,0.80321282,5.6021819,6.066494,6.2417583,6.2972851,5.9354548,5.9387846,6.3326373,6.3510666,6.6995769,7.042254,6.7713218,7.2916665,7.0571632,7.1327353,7.3442311,2.4988642,2.575897,2.4835989,2.4621212,2.5480769,1.7733989,1.9657258,1.8395504,1.748072,1.843318,2.9625778,2.1454737,2.0408163,2.1208909,2.0573902,0.57699245,0.5764727,0.53898668,0.55775464,0.55765426,0.31999999,0.35746202,0.3511236,0.33026248,0.32517543,0.72635132,0.28518704,0.33590862,0.35294119,0.38346115,0.13455328,0.1369863,0.13931458,0.1409642,0.14641288,0.14723204,0.2359882,0.23605783,0.23557127,0.23536335,0.98894703,0.23235551,0.32467532,0.44104674,0.35778174,0.095177665,0.091939934,0.091268636,0.089955024,0.085640877,0.14240958,0.32220268,0.32191983,0.32362461,0.32884902,1.021021,0.38507107,0.44365573,0.32467532,0.32362461,0.66914499,0.67314881,0.68337131,0.6006006,0.70422536,1.1137629,1.4084507,1.4913658,1.4376997,1.4251782,3.1224978,1.3878181,1.6704632,1.8153118,1.8341309,8.4580431,8.6783686,8.8172827,8.8349285,9.1534424,9.4592972,9.2719984,9.8046217,9.8861599,9.9721346,10.06794,10.26561,9.8824205,9.791894,10.336607,0.55831265,0.56782335,0.58951688,0.57922512,0.61357701,0.38188043,0.50863338,0.55137169,0.54325682,0.54607511,0.88519681,0.66638899,0.80343539,0.94747108,1.0791367,7.8549848,8.0896082,8.5051546,8.0025206,7.5495048,7.3703938,7.5114303,7.4982958,7.5524478,7.6056337,6.9160199,7.6647563,7.9608941,8.8937092,8.5243549,47.925171,47.680958,47.600834,48.240517,48.485878,49.295773,50.302422,49.16888,49.457626,50.503014,49.917736,50.425465,49.370277,49.768162,49.725445,0.30987161,0.31460676,0.3186163,0.37122971,0.3805899,0.047505938,0.19426906,0.1994018,0.19772615,0.24764736,1.1031175,0.29041627,0.29455081,0.34113061,0.39900249,2.2842641,2.3767605,2.3360288,2.3277466,2.3408239,1.6456922,2.1032505,2.0710058,1.8442624,2.0202019,3.458498,2.7504911,2.7777779,3.8383837,3.5233161,0.39634672,0.40816325,0.41636494,0.44158232,0.47072116,0.37608123,0.43993881,0.44427276,0.46674445,0.46638167,0.85403723,0.5994972,0.5737235,0.5719921,0.59101653,0.66862798,0.66409403,0.70499909,0.69657284,0.70674706,0.6024096,0.6473403,0.60439563,0.6025722,0.6134969,0.76376551,0.75829381,0.69327021,0.76348549,0.681431,2.1182742,2.2725182,2.1826034,2.1549582,1.9770013,2.1495039,2.0110478,2.0260799,1.9654254,1.9763676,1.8765758,1.8902814,2.0371356,2.0079355,2.0107617,0.50901985,0.52427626,0.60644978,0.55181694,0.56271839,0.57806808,0.54493695,0.51197147,0.56503969,0.48021689,0.52002656,0.48740861,0.52549911,0.53515595,0.49886447,33.137154,34.570766,34.765728,35.284977,36.216358,36.261982,37.187,37.290836,37.830471,38.302444,37.002651,37.706203,37.797775,36.887161,36.926666,0.35958904,0.35872906,0.34650037,0.34626037,0.37898362,0.32798207,0.4050009,0.40357956,0.3929975,0.39341915,0.8173418,0.52073979,0.51748753,0.49566296,0.60251641,0.27691242,0.28308561,0.28880867,0.29325512,0.30041307,0.038066234,0.038895372,0.039714061,0.039729837,0.040502228,1.3854932,0.081900083,0.082440235,0.20517029,0.20610057,6.16155,7.0431895,6.7701302,7.375566,6.9572873,6.7243242,7.1707106,7.2315402,7.4274578,7.6388888,6.8040347,7.5541124,7.3343344,7.7003999,7.3222647,1.9750949,1.9121087,2.1220484,2.1446302,2.278168,2.2798836,2.244369,2.2124424,2.4146645,2.0779016,2.2079046,2.3179455,2.4784775,2.5896189,2.531316,51.967369,51.980675,52.056808,52.463768,51.588875,52.935375,53.201969,52.990196,53.350002,54.336105,51.487083,52.039848,50.765549,51.392891,50.832939,0.31746033,0.32502708,0.33198082,0.34722224,0.31360251,0.11961722,0.16168149,0.16528925,0.16863407,0.16618197,1.6372796,0.21385799,0.2157032,0.25784272,0.30316153,1.8099122,1.857735,1.9275032,1.969559,2.0417864,2.0661943,2.0973666,2.1775677,2.2522848,2.3070714,2.3284132,2.3779624,2.3980391,2.4153728,2.4057071,11.855121,11.745934,12.3868,12.453647,12.004912,12.595536,13.17118,13.287671,13.182588,13.862615,13.51185,13.286066,12.724736,12.624534,12.501953,7.7696009,7.62954,7.4958367,7.5562186,7.7787385,7.9463797,8.047122,8.3580999,8.706995,8.7986383,8.9582424,8.8298454,8.9279222,8.9356861,8.9880581,1.8601861,1.8966045,1.8501388,1.8465457,1.8713067,1.5080428,1.6123616,1.6199797,1.4986377,1.4271152,2.1702838,1.4271491,1.5511551,1.4802632,1.543514,0.82120198,0.84876537,0.90019572,0.90054816,0.91414946,0.65466452,0.78740156,0.76563162,0.83150983,0.78843629,2.0949123,1.0575297,1.1049724,1.3929929,1.5424165,29.818073,30.260403,30.086252,30.69297,31.506029,31.673208,32.204071,33.176445,34.070221,33.915909,33.866379,34.410168,35.082127,34.76992,35.373161,0.30097818,0.31335685,0.31520882,0.31164783,0.31483668,0.16280016,0.24896267,0.25052193,0.252738,0.25348541,1.7857144,0.38119441,0.5163511,0.34482759,0.3857694,93.246689,92.882088,93.078003,93.127068,93.252716,93.589355,93.860039,93.877861,94.202576,94.197395,93.755493,92.322624,91.115219,89.877258,89.040329,1.4838797,1.5269294,1.569792,1.5424535,1.5248331,1.2621074,1.2809056,1.2648582,1.236094,1.1965812,1.591512,1.2455789,1.24737,1.274852,1.4285715,4.8253512,5.2823315,5.4678898,5.6078148,5.6278577,5.2090716,5.9753952,5.7519054,6.5293298,6.4693732,6.8387532,6.7249498,7.6637411,8.3192425,7.6222601,0.77669907,0.78277886,0.80699396,0.76601672,0.78014189,0.92395175,1.1954993,1.1142061,1.1636363,1.1704463,2.7656476,1.7278618,1.8018018,1.8556701,1.9635344,84.423607,84.27433,84.392944,84.535637,84.532372,85.227753,85.43924,85.515526,85.594727,86.797607,85.899162,85.236595,84.421852,83.554665,83.272911,10.921609,11.351696,11.352735,11.917852,11.566979,11.862729,12.022133,12.74138,13.278082,13.946061,13.195183,13.187009,13.277403,13.404875,13.438807,0.27133974,0.2745367,0.30317163,0.31479537,0.31645569,0.42674252,0.56072533,0.55905795,0.62059915,0.61320186,0.849994,0.62119222,0.62447459,0.65860379,0.6300739,0.35020694,0.37369803,0.36975849,0.41203451,0.40762961,0.48021954,0.51538694,0.4754242,0.53526217,0.53089827,0.71719193,0.59544176,0.5586592,0.58736157,0.61917442,11.783547,12.061253,11.969111,12.538281,13.59276,13.364808,13.713659,14.407882,13.897169,14.690001,13.751375,14.395979,13.388279,13.562716,13.217139,1.6237972,1.8163238,1.7936597,1.9458662,2.0622799,2.0986695,2.1951997,2.2616026,2.3622401,2.467422,2.4042742,2.5015552,2.5757911,2.5529099,2.7362854,71.319077,70.723946,71.328125,70.932922,69.745346,70.672173,69.230774,70.478241,71.750366,71.903542,70.536026,70.084564,69.463791,68.562347,68.189873,0.31251314,0.33025005,0.32021254,0.33376157,0.30871528,0.28872848,0.2926816,0.30443057,0.27958119,0.28388265,0.25013307,0.30177343,0.3012448,0.32474849,0.34490991,0.21689679,0.21086062,0.23100616,0.2267174,0.23669806,0.21386005,0.20570359,0.20605339,0.20497805,0.20961088,0.27014458,0.24293822,0.24268097,0.26032552,0.28861895,0.31444639,0.30588377,0.32585084,0.33875749,0.36931646,0.39963672,0.39549741,0.40630683,0.40776581,0.41402826,0.38790229,0.40801415,0.47068894,0.48522818,0.53986967,0.36319613,0.36092395,0.39370078,0.37593985,0.37272006,0.38628301,0.37362808,0.38378876,0.40550879,0.3946147,0.40426025,0.38170913,0.41451588,0.39192918,0.38551563,0.26649591,0.26780087,0.27941376,0.28248587,0.25364336,0.26791289,0.28419665,0.28428513,0.2735877,0.28445905,0.26072335,0.28554559,0.28871432,0.29853612,0.28226191,0.25168356,0.25524545,0.27867264,0.26106483,0.25486308,0.25477296,0.26205119,0.26262248,0.25526157,0.24806832,0.23214032,0.26197642,0.2618008,0.25900382,0.27460265,0.31344032,0.31405458,0.30383688,0.30282554,0.30962819,0.28219917,0.2791847,0.2742095,0.26062158,0.2500613,0.23343816,0.24895242,0.23986746,0.26112258,0.26810324,0.30978933,0.30023095,0.30080989,0.29185867,0.32026842,0.27370182,0.20331326,0.22329734,0.18810591,0.18809231,0.2537151,0.18914594,0.23108029,0.21040411,0.23327015,0.2243143,0.22073555,0.2573252,0.26762736,0.28862011,0.33092973,0.33343753,0.34383357,0.35957411,0.38280535,0.35766885,0.38153243,0.39149886,0.39688116,0.41833586,0.18841676,0.19376431,0.20288627,0.19120459,0.20857957,0.20279756,0.18833043,0.18518198,0.18654461,0.18910806,0.18131734,0.19657987,0.20400335,0.21744847,0.22179638,0.35854247,0.36011767,0.34596419,0.3604629,0.34356883,0.32388234,0.3273451,0.30540672,0.26959714,0.27827418,0.27107894,0.28974357,0.29294139,0.30713779,0.3424485,0.23152614,0.22704338,0.25157231,0.28713629,0.30200309,0.32405993,0.33351526,0.35495126,0.36223277,0.36764705,0.44325209,0.34278411,0.34282392,0.34584126,0.39703092,0.23722018,0.22927397,0.24917771,0.24253549,0.26273111,0.26277,0.27635717,0.28050047,0.27807286,0.28387821,0.26990137,0.28674728,0.28370583,0.29115766,0.28459397,0.32630524,0.32824138,0.32811713,0.34138322,0.32716748,0.26401809,0.18804061,0.21516263,0.20351055,0.20434228,0.24139245,0.20462975,0.16675217,0.19292605,0.18087855,0.33933622,0.35100245,0.34492925,0.35052872,0.37216875,0.35792634,0.31999087,0.32036743,0.30561319,0.32113039,0.30884996,0.33064857,0.31582212,0.36251381,0.35992631,0.27164897,0.26340702,0.27101928,0.2741825,0.28356332,0.27147186,0.28075746,0.28449503,0.28211969,0.27266014,0.24630542,0.27042359,0.26729411,0.26818702,0.27592379,0.15125473,0.15124433,0.14495756,0.13922729,0.1524179,0.11082635,0.090090096,0.096611694,0.082525276,0.082344063,0.30851501,0.096180268,0.1163507,0.10961157,0.1366587,0.23816104,0.25078893,0.24530847,0.27012318,0.28665191,0.25503305,0.25485823,0.25855428,0.25732097,0.24788044,0.25476572,0.27736557,0.2874772,0.29054594,0.30389363,0.27136993,0.26353422,0.25617582,0.25362462,0.25025171,0.25076851,0.23627964,0.24263218,0.23765647,0.24347512,0.2292508,0.23230612,0.22377326,0.22701493,0.22956415,0.2224694,0.20528613,0.20584956,0.20689654,0.20592022,0.25006467,0.20748682,0.20476067,0.20392555,0.19526276,0.40027252,0.20542669,0.22302282,0.23074952,0.24722934,0.25798315,0.25717226,0.24889694,0.24045181,0.26591325,0.21487603,0.18590409,0.19007277,0.17653668,0.18162394,0.2563144,0.20218143,0.20102631,0.20944601,0.21341939,0.38051748,0.39329803,0.37904274,0.38239652,0.36739781,0.34296069,0.34089226,0.34791973,0.35152978,0.3199676,0.3398146,0.32643089,0.34494448,0.35063255,0.34788108,0.21433355,0.21530844,0.21255988,0.20625736,0.21055436,0.2111821,0.20503116,0.21272683,0.18873365,0.17775919,0.20078751,0.20449898,0.21706724,0.22553235,0.21126017,0.17192174,0.17585188,0.18425135,0.19418083,0.21814877,0.248293,0.26354894,0.26790789,0.2774035,0.27093211,0.24458784,0.29590407,0.29781172,0.30181864,0.29231519,0.15033072,0.14960206,0.16602431,0.16534783,0.21817324,0.22135493,0.22267899,0.23864992,0.229679,0.23922114,0.23960772,0.26635593,0.31251743,0.29549509,0.32471168,0.18830475,0.19708416,0.22813308,0.2419918,0.2675983,0.2862007,0.2886709,0.30618942,0.33339012,0.34272379,0.31699586,0.35011262,0.36310998,0.37326095,0.37701192,0.19324675,0.19385904,0.19625446,0.19698653,0.21532802,0.20657708,0.19750108,0.20217025,0.20118272,0.19364598,0.17901321,0.2025875,0.21142501,0.24069092,0.23635887,0.27834353,0.27690542,0.27816412,0.30354705,0.33013409,0.31235147,0.3015416,0.32209939,0.32317793,0.3165516,0.28931245,0.30349529,0.32496715,0.32014477,0.33667696,0.15494117,0.15447743,0.16243072,0.1506024,0.16742629,0.17831832,0.14881623,0.14792237,0.14745308,0.16434948,0.16288079,0.16723879,0.18115142,0.1853241,0.21038792,0.16328213,0.16660903,0.17793038,0.18881357,0.20653571,0.18683422,0.19805519,0.22110848,0.2078211,0.20801815,0.17733333,0.21455184,0.20686743,0.2138724,0.22656512,0.29358312,0.29669398,0.31082228,0.34756702,0.36759508,0.33948651,0.39792514,0.41287014,0.42254528,0.45002541,0.37258911,0.4769592,0.53566188,0.52678442,0.53555489,0.18547142,0.18225175,0.18014926,0.18424374,0.18438949,0.16021895,0.17318445,0.17534745,0.16424856,0.16204076,0.15007824,0.17508675,0.181766,0.17921147,0.17779471,0.26997507,0.27686989,0.2629132,0.25935945,0.24762522,0.24032639,0.26046365,0.2595571,0.25006768,0.23898347,0.24548317,0.23114061,0.23485041,0.23063524,0.22776511,0.23577954,0.23481068,0.22065313,0.25395876,0.26710194,0.27920645,0.25260028,0.29342723,0.2660754,0.28073287,0.2927829,0.29801816,0.29958057,0.36177269,0.36259255,0.23823069,0.23111112,0.22781475,0.21110633,0.23008341,0.25876939,0.25884384,0.24070413,0.23709452,0.21729684,0.22447929,0.22725579,0.22998907,0.23618147,0.2390039,0.19553399,0.19815829,0.20576131,0.21826401,0.26260093,0.24504083,0.23199163,0.25786093,0.25710887,0.26108658,0.24975985,0.25496408,0.30368263,0.32305208,0.3521263,0.1583782,0.15361267,0.15837355,0.16258974,0.18535681,0.16925044,0.17133678,0.18623625,0.18519171,0.18291825,0.15831691,0.18539117,0.20859481,0.20972858,0.22454825,0.090890728,0.090808198,0.092194222,0.092516452,0.10729066,0.11344885,0.11924512,0.12537874,0.13160665,0.13255568,0.23451658,0.15101667,0.16981648,0.18105009,0.19234997,0.12111741,0.12041641,0.12340918,0.13031313,0.14102222,0.14295927,0.13670288,0.13518451,0.14463931,0.14415453,0.19097723,0.15339611,0.17484389,0.19302259,0.19630939,0.18309724,0.19222143,0.20419234,0.22439493,0.24628179,0.25683305,0.25563341,0.2733013,0.27409208,0.2792083,0.26585057,0.28431037,0.29363585,0.29791459,0.30067265,0.44954824,0.46954536,0.46114725,0.49802506,0.51106608,0.44277361,0.42634216,0.45324624,0.47110426,0.48786438,0.40553147,0.46817249,0.48049042,0.48407117,0.47564375,0.18712574,0.18631226,0.19930245,0.19819149,0.23830429,0.26054591,0.22277227,0.24333861,0.24038462,0.25074625,0.29634899,0.25179857,0.24940619,0.24142927,0.27851778,0.24553572,0.24916944,0.25589675,0.27836546,0.29579192,0.31636789,0.31260282,0.32599837,0.34761828,0.3517887,0.35036653,0.35326087,0.38253456,0.43859649,0.44682258,0.33487195,0.32119915,0.33750775,0.36193502,0.4124254,0.41282392,0.42414069,0.45650074,0.43271309,0.45064563,0.36039129,0.46997386,0.4608295,0.47809458,0.4530406,0.26701972,0.28817806,0.29583207,0.28924647,0.30296609,0.28879356,0.3056297,0.30288538,0.28423569,0.28466699,0.25273636,0.28694129,0.2868672,0.2408625,0.24487472,0.34193879,0.32187024,0.32058492,0.31726596,0.36097074,0.24238418,0.2159588,0.20865363,0.18111965,0.1757952,0.21908204,0.19767186,0.20416047,0.21665464,0.23999554,0.25359961,0.25037387,0.24753301,0.24932595,0.24378181,0.253566,0.25255898,0.24958481,0.25019047,0.23912919,0.23897041,0.24076237,0.23600252,0.23707139,0.23940243,0.37769106,0.3745786,0.36236411,0.3356539,0.36778694,0.29310566,0.2676523,0.2676523,0.25601637,0.25627884,0.46000513,0.28303102,0.28541774,0.33704951,0.37839249,0.6160543,0.59943712,0.62370062,0.60862273,0.62596089,0.57295084,0.54813421,0.54145765,0.54238504,0.54917443,0.49688545,0.52023119,0.54593438,0.55947101,0.5670386,0.31296945,0.33505026,0.32573289,0.34034577,0.35471475,0.33828503,0.33845928,0.33356059,0.32952124,0.31335115,0.35007501,0.34939271,0.35109362,0.35699835,0.35677999,0.20166594,0.2002961,0.21663779,0.22415726,0.28374892,0.2660031,0.25387156,0.26753616,0.29200736,0.28978306,0.32038119,0.29661366,0.31079379,0.35137624,0.36219677,0.49074283,0.49817547,0.52631581,0.52427125,0.51792198,0.4747923,0.46425256,0.43914872,0.42759663,0.43454644,0.49044526,0.47584847,0.46952567,0.47962344,0.48527792,0.29315794,0.27935052,0.26589903,0.27742568,0.28585488,0.24133143,0.22562878,0.22681125,0.22601494,0.23153943,0.2668035,0.25260755,0.25716755,0.2696754,0.27995741,0.24619517,0.24944179,0.2623463,0.2686193,0.28548205,0.28235847,0.28870374,0.30243489,0.31175885,0.30574027,0.27950072,0.30558845,0.30697656,0.32442129,0.32837293,0.1904299,0.19128241,0.20342569,0.19791582,0.20088388,0.2188271,0.18471213,0.18401785,0.17852984,0.18504241,0.2527864,0.18817204,0.20255293,0.20695999,0.19121189,0.39077765,0.38886222,0.36571869,0.37768322,0.37828636,0.31993979,0.30617926,0.29502603,0.27705863,0.26684758,0.27361622,0.28487492,0.29321605,0.32239544,0.33026248,0.14774901,0.14841104,0.15400577,0.15876567,0.15207198,0.1446541,0.14894342,0.15563641,0.15556745,0.14734925,0.14634891,0.14590347,0.14720066,0.152978,0.15190287,0.25946882,0.25892761,0.28053516,0.29332855,0.32410243,0.36034739,0.36796227,0.38825959,0.39803824,0.39796749,0.39265627,0.40236431,0.4179506,0.40595877,0.40850824,0.23080073,0.23590121,0.25270098,0.26934558,0.31248879,0.28742769,0.29492384,0.29836577,0.3122094,0.33220407,0.36175203,0.31063941,0.30381384,0.31832796,0.30989426,0.26848143,0.29947412,0.29897696,0.31629696,0.30733347,0.2636489,0.26914704,0.26587203,0.27238721,0.28877732,0.30810565,0.28238878,0.29389527,0.29650885,0.29907241,0.18032639,0.17917936,0.23307933,0.26978418,0.36548403,0.32915223,0.40542921,0.48093739,0.48250905,0.48498255,0.42509776,0.47998628,0.47928792,0.54808599,0.53735924,0.35522616,0.37337127,0.41615483,0.4129779,0.43593034,0.41505587,0.38645092,0.43214816,0.42532122,0.44202885,0.49094334,0.46514735,0.51159394,0.43559977,0.4560878,0.47883955,0.4444412,0.44968069,0.43209255,0.42501098,0.45062926,0.46715537,0.46874416,0.497089,0.43880948,0.46045458,0.46015134,0.4608469,0.43491215,0.45048603,0.19203912,0.1903773,0.18556005,0.20338984,0.25008336,0.27923784,0.24497795,0.24154589,0.23813304,0.25260499,0.25145373,0.23371767,0.23603463,0.30039525,0.28409091,0.20200999,0.20336293,0.21619496,0.22293301,0.30348283,0.27195954,0.24106638,0.28702375,0.28066623,0.28398681,0.25002271,0.3036896,0.30073816,0.30862775,0.35850531,0.11997416,0.12048193,0.11435989,0.12981795,0.15767018,0.15848845,0.14379494,0.1438759,0.15013605,0.15098614,0.22013271,0.15464731,0.15626994,0.17373958,0.17484781,0.25257528,0.25124389,0.27904245,0.27469832,0.29339617,0.26688272,0.26671657,0.27210256,0.28497887,0.29106784,0.26260981,0.27956894,0.28818443,0.318124,0.35485193,0.34152108,0.34768653,0.39840639,0.43324143,0.50032914,0.44772187,0.44619423,0.48101926,0.5132153,0.56043816,0.49149337,0.5609383,0.59948981,0.67412871,0.6502614,0.16217312,0.160032,0.15695508,0.15901411,0.14044943,0.18010807,0.19908422,0.21769246,0.21475987,0.21564399,0.15807153,0.21421616,0.23654641,0.21799444,0.23603463,0.24175552,0.23837173,0.25202852,0.2873739,0.33773413,0.31734407,0.27813047,0.30122298,0.316248,0.33472803,0.30910063,0.34072569,0.38565832,0.40894878,0.42486984,0.18723895,0.2011722,0.20620811,0.22835983,0.24904709,0.23926663,0.25842056,0.25623307,0.26856643,0.27661744,0.30869302,0.30450585,0.29315916,0.30086192,0.30080438,0.37638947,0.37760919,0.39468217,0.40674028,0.40381417,0.38437113,0.39421815,0.39000294,0.39606491,0.37519312,0.43024936,0.37494141,0.38092288,0.40002459,0.41957614,0.20978886,0.22620098,0.23315814,0.23493749,0.26357904,0.27080396,0.29728174,0.29743761,0.2942583,0.29981422,0.31058773,0.33816424,0.32540396,0.33389297,0.36014861,0.24089789,0.25599253,0.25706488,0.26178011,0.29001331,0.27126589,0.29081574,0.30565542,0.27786353,0.28271344,0.31142336,0.28059542,0.27286357,0.27366701,0.26771399,0.26034859,0.28225231,0.28954089,0.28012168,0.26639712,0.25845164,0.27138612,0.26316544,0.2553798,0.26092526,0.25972548,0.25492668,0.24859753,0.25426498,0.25557935,0.24563061,0.22810856,0.23618764,0.24574581,0.24437475,0.23324949,0.23146045,0.25249109,0.23858827,0.24329804,0.20691827,0.23971054,0.25274181,0.2544992,0.26370829,0.34458387,0.33129904,0.36626917,0.36478198,0.41056192,0.3432405,0.28610149,0.30769232,0.30926353,0.32538727,0.39020932,0.33613446,0.33968803,0.32728761,0.34510759,0.30511591,0.34120414,0.327847,0.35371202,0.33965144,0.31867117,0.31391948,0.32103288,0.31937987,0.32212445,0.34972021,0.32865188,0.33861265,0.3282299,0.33196685,0.17969052,0.19725469,0.19077501,0.19454458,0.19502157,0.22284251,0.20704137,0.20735648,0.20636809,0.22026122,0.19482686,0.2011721,0.19921844,0.19306253,0.19245422,0.34300494,0.33403853,0.32037118,0.32901952,0.38247186,0.42654285,0.42721349,0.42316848,0.4171229,0.42145792,0.49616125,0.39674252,0.40259334,0.39865714,0.40441179,0.58662808,0.58176601,0.61601645,0.61523902,0.63271117,0.5995484,0.56738693,0.56936216,0.53034323,0.56590962,0.57677901,0.54384774,0.63001573,0.64520973,0.66324997,0.20981076,0.22001337,0.23374251,0.2368215,0.22315586,0.22871962,0.23536736,0.23364036,0.24931422,0.24830686,0.2270495,0.24912076,0.24706963,0.260573,0.25382167,0.261419,0.28276268,0.29023418,0.26492366,0.26363721,0.27753878,0.28803352,0.27852422,0.27500176,0.26445198,0.26852712,0.25740653,0.24671596,0.24241994,0.24816336,0.36450356,0.37763777,0.39151773,0.36271444,0.36826,0.35521758,0.37239411,0.34824857,0.32763436,0.35487792,0.33378056,0.33269188,0.33896106,0.3516334,0.37694946,0.22988506,0.21768709,0.23179711,0.24674435,0.28708136,0.29557973,0.26556897,0.29893425,0.29574385,0.29184112,0.58449811,0.30733767,0.30848327,0.33397561,0.37490627,0.18658827,0.18705362,0.19701661,0.19533429,0.22301516,0.20070246,0.20944716,0.21971986,0.21321963,0.22322644,0.26808184,0.22985989,0.23035155,0.26035896,0.29562697,0.22916549,0.2237747,0.23844361,0.2519837,0.26269233,0.22419129,0.21168502,0.20482117,0.22386506,0.23407021,0.3251521,0.23938385,0.27208036,0.26245341,0.26337966,0.18158707,0.18264841,0.19981836,0.20313942,0.25868443,0.2032145,0.20347762,0.20072994,0.19852011,0.23465703,0.3063063,0.23537932,0.24928774,0.25211599,0.24950989,0.19285399,0.19187886,0.20519482,0.21633871,0.23414986,0.23341113,0.23985711,0.24895212,0.24788789,0.2442771,0.28070879,0.24812652,0.24638593,0.26045579,0.274739,0.22332022,0.22546972,0.24377774,0.23690683,0.24229094,0.24129914,0.27863324,0.27241945,0.27070701,0.25474146,0.27647603,0.27577978,0.28018156,0.26217645,0.2582193,0.19026102,0.18155198,0.19323105,0.21131721,0.223398,0.24109139,0.27593496,0.2825025,0.29404846,0.29915532,0.2763893,0.27651939,0.28843889,0.34303287,0.31468949,0.14315572,0.14496535,0.15678076,0.1632653,0.17489143,0.2354172,0.23331097,0.24229333,0.25519082,0.25624785,0.25125629,0.24633363,0.24726854,0.26252079,0.2723918,0.22020726,0.22157831,0.22410147,0.2399596,0.26590219,0.25725836,0.27748734,0.25742573,0.24659464,0.26755595,0.26695552,0.25340757,0.27217665,0.28560549,0.29601517,0.1677931,0.1825919,0.18765561,0.18255378,0.17837885,0.18819071,0.20135638,0.19819033,0.18974575,0.20684071,0.19126797,0.17791137,0.18185587,0.18043011,0.16899297,0.31495181,0.33289388,0.34396398,0.32552359,0.30265906,0.30812326,0.34812963,0.34096125,0.31500623,0.32131732,0.31168967,0.32366616,0.32408106,0.31474894,0.32292014,0.24881044,0.26537418,0.27402264,0.27823359,0.27202418,0.31473634,0.30146724,0.29721791,0.32607007,0.33042288,0.29768014,0.32387969,0.33959663,0.35758087,0.35329571,0.49424666,0.49004355,0.51451391,0.5394575,0.53821313,0.64535958,0.65934068,0.62162364,0.63125044,0.64379156,0.57978833,0.67563176,0.62030888,0.625,0.64730483,0.22673476,0.26285303,0.26607925,0.26009077,0.27050081,0.27739754,0.28158933,0.26976502,0.26365039,0.30106127,0.28291148,0.28972229,0.302432,0.32055303,0.34253201,0.46766433,0.48010051,0.490803,0.48592564,0.48554215,0.51356053,0.50010687,0.50060421,0.47793329,0.50663346,0.52265561,0.54019296,0.57413036,0.57528347,0.6136446,0.5130493,0.53113347,0.54797584,0.51037389,0.53976649,0.43008384,0.52962595,0.52071792,0.49428824,0.50980824,0.49668875,0.61113626,0.67190522,0.69682431,0.66984564,0.32317635,0.32894737,0.34381139,0.34982508,0.34602076,0.54000986,0.65359479,0.67148757,0.67148757,0.6802721,0.47318614,0.7250129,0.71979433,1.073071,0.92402464,0.38654813,0.38917345,0.39002135,0.3510386,0.3585932,0.3529827,0.35300401,0.31872693,0.33221835,0.30925757,0.30220208,0.31667143,0.32291397,0.32287529,0.33464402,0.19718073,0.20130645,0.21355468,0.21663779,0.22713274,0.25065511,0.25346652,0.26589933,0.27206013,0.2902244,0.29884329,0.29372683,0.32212886,0.30299866,0.32420501,0.25773194,0.25617841,0.25613984,0.25033131,0.24478042,0.28473803,0.22853878,0.23098022,0.22925921,0.22695036,0.4038997,0.25027809,0.25224215,0.26647964,0.2729885,0.65896928,0.6786207,0.66480803,0.59336275,0.61375219,0.63825411,0.59165615,0.58753824,0.54393101,0.54996318,0.52136624,0.67133683,0.70333725,0.70316666,0.69803023,0.41384757,0.42876312,0.40309882,0.41321689,0.43949825,0.42501426,0.4331612,0.40786004,0.43514898,0.42942366,0.41127372,0.43913928,0.45936489,0.45901728,0.45682549,0.53204352,0.55979645,0.56453681,0.55823398,0.5562579,0.41269022,0.25839794,0.25608194,0.26688015,0.26838434,0.48322147,0.26946914,0.30420354,0.33268645,0.27886224,0.20186335,0.20192459,0.22009809,0.20846108,0.20709695,0.23052241,0.2095256,0.20666333,0.21059911,0.21968365,0.22266127,0.1949921,0.22811344,0.22894472,0.23396432,0.54900163,0.5247668,0.54111212,0.54918116,0.5140661,0.52289891,0.49749607,0.52440989,0.53781307,0.49559873,0.48594251,0.48557511,0.50449401,0.50573391,0.48209742,0.2554985,0.2529915,0.25180489,0.2524457,0.25037992,0.24776526,0.24511811,0.24058791,0.23708777,0.23047788,0.22560884,0.22791716,0.23119463,0.23440726,0.2350729,0.31783402,0.33044669,0.3463687,0.36279681,0.37485272,0.43960646,0.42329133,0.41687852,0.43733227,0.4459525,0.44647098,0.50198901,0.56486541,0.64880115,0.5371365,0.27972028,0.29542097,0.29197079,0.3003003,0.29806259,0.6269592,0.31545743,0.33500838,0.3267974,0.32362461,0.30911899,0.31847134,0.32626426,0.94043881,0.76452601,0.41816705,0.40373746,0.42348635,0.38533461,0.36931342,0.41689825,0.42114598,0.39829618,0.39578575,0.41101974,0.41600525,0.43840423,0.49133268,0.45886961,0.49622193,0.54623359,0.54754782,0.55059505,0.57970035,0.6108585,0.61408126,0.611736,0.59918636,0.59661299,0.61909771,0.60502791,0.64196622,0.64189404,0.64561027,0.64631611,0.34510276,0.34195265,0.34398186,0.3417933,0.34433746,0.32770032,0.3271791,0.33822486,0.3338466,0.33113867,0.32814616,0.31874755,0.32018194,0.32875219,0.32350019,0.27751479,0.30282962,0.30320722,0.29520026,0.29431236,0.27734596,0.28329903,0.27636623,0.26364413,0.24917205,0.2488592,0.2703729,0.27405193,0.28048912,0.28584948,0.70762664,0.71299231,0.69312465,0.65337765,0.65540993,0.49830127,0.47781569,0.47495192,0.405954,0.41970402,0.48387098,0.50245881,0.55153018,0.51718563,0.6012243,0.22271715,0.22675738,0.22909509,0.22688599,0.22624436,0.28968716,0.1173709,0.1214329,0.1211387,0.12239902,1.2262416,0.1214329,0.12787724,0.12944983,0.26058632,0.10070494,0.10431608,0.10432968,0.10489052,0.1053602,0.14546415,0.13351135,0.13489816,0.13614704,0.13704261,0.43049577,0.13860014,0.13919821,0.1381979,0.1380834,0.37411445,0.39628711,0.41042209,0.4089871,0.42171851,0.43749344,0.41567078,0.4290835,0.45102924,0.46051419,0.42993841,0.4708544,0.47801399,0.48988456,0.48106313,0.32622486,0.32432434,0.31201249,0.29619098,0.29474181,0.33785751,0.30000001,0.30031797,0.28193831,0.28109628,0.32541111,0.29575503,0.32898533,0.2970989,0.30689055,0.44921026,0.45885676,0.47218454,0.45266837,0.44141045,0.41961908,0.4062371,0.3688193,0.37902865,0.36844945,0.3640267,0.37603524,0.40607509,0.42842165,0.4657861,0.27796653,0.27337018,0.25637332,0.27738464,0.26519337,0.26382324,0.23814085,0.23573402,0.23094688,0.23526925,0.24645394,0.25738353,0.26090777,0.25991899,0.25378796,0.26600888,0.26972353,0.27737227,0.26245442,0.26097041,0.20275162,0.16795431,0.17234775,0.1609315,0.17299421,0.26685393,0.18267834,0.2040911,0.2300543,0.25239778,0.49670157,0.49594584,0.52347839,0.50336868,0.49407116,0.42918456,0.44330904,0.44716051,0.44530207,0.45025098,0.48005906,0.44329515,0.45861378,0.53222942,0.53254437,0.10323601,0.11449668,0.11422241,0.11269428,0.11520643,0.10068849,0.10574245,0.09862648,0.10585241,0.11041636,0.091899596,0.10045264,0.098082341,0.097830266,0.10156994,0.21611343,0.21931748,0.21646896,0.23312035,0.24754588,0.28356963,0.29830959,0.2938056,0.29194713,0.3073439,0.41854474,0.33846402,0.34507665,0.41085956,0.31703258,0.72396797,0.7361002,0.72218806,0.75105613,0.7679047,0.80632663,0.82644624,0.83320236,0.84664536,0.88424438,0.77858877,0.90894598,0.96563005,1.0198964,1.1320126,0.42746285,0.43804342,0.44156709,0.45235324,0.45253387,0.42209518,0.4286426,0.43080592,0.43022138,0.43568671,0.41985106,0.46558902,0.45719585,0.48075342,0.49547464,0.37671649,0.38013488,0.38352096,0.38571608,0.3900843,0.40465352,0.37275064,0.36189738,0.3738077,0.36914462,0.46855733,0.37239325,0.41493779,0.42357045,0.43561816,0.3207576,0.33941293,0.34921789,0.3497377,0.38610038,0.4083299,0.38692462,0.36791039,0.40165722,0.38270521,0.39930898,0.37906441,0.3763116,0.37325457,0.37501311,0.32058132,0.31484672,0.32034963,0.29269108,0.29597434,0.27076367,0.26443189,0.26374599,0.2481191,0.25967848,0.25725114,0.2744022,0.30458042,0.28232527,0.28990048,0.29963523,0.30540434,0.30963922,0.26986912,0.27151778,0.36086053,0.42971995,0.41969782,0.39309281,0.39829305,0.4532578,0.42796004,0.48002261,0.46821797,0.43878272,0.92190886,0.94331151,0.9918527,0.94055009,0.95761663,0.92780775,0.99489111,0.99538499,0.98681182,1.0524373,0.91349745,1.067116,1.1029761,1.119403,1.136692,0.56649584,0.57158411,0.56802046,0.6017192,0.65223837,0.38945478,0.33773413,0.37570444,0.38709676,0.38885289,0.66942942,0.48859933,0.52980131,0.56704468,0.54738283,0.70239335,0.70866144,0.66988212,0.65252852,0.67434675,0.64971751,0.65864831,0.5925926,0.56750298,0.57401812,0.72202164,0.60938454,0.65197146,0.62383032,0.80197406,0.43572983,0.4394156,0.44757748,0.44182622,0.46501076,0.44627529,0.46311983,0.46728972,0.4494887,0.45111087,0.56230319,0.45777065,0.49613476,0.56298381,0.52300012,0.3975012,0.41523114,0.41060036,0.41432387,0.415829,0.42337066,0.42255479,0.41857404,0.42373565,0.41943559,0.42008758,0.41524592,0.4176816,0.41899717,0.41351974,1.4406514,1.4906027,1.4548981,1.5532056,1.5521797,1.3422819,1.3211383,1.2781702,1.3589659,1.3149244,1.4369693,1.4202712,1.4535844,1.4202712,1.4550265,0.20663191,0.20869565,0.20169225,0.17554981,0.17603911,0.13663203,0.14557452,0.14044943,0.11528485,0.11547344,0.21054646,0.12495795,0.13048521,0.12536766,0.12575574,0.34485829,0.38447228,0.3973574,0.36304915,0.36201045,0.34828275,0.34087226,0.35362667,0.32148114,0.31875882,0.33095026,0.33910707,0.32976305,0.34040546,0.35240078,0.37862551,0.38657916,0.40494773,0.39923111,0.37373587,0.35646734,0.34747359,0.34119782,0.33974266,0.3450259,0.3790859,0.40342915,0.4298099,0.44938853,0.45178491,0.10093363,0.10201479,0.10103561,0.10022552,0.12444001,0.27234465,0.32853171,0.32354406,0.31645569,0.31894013,0.6377238,0.33816424,0.31980321,0.3172279,0.32138443,0.82342935,0.84952778,0.87456536,0.83515078,0.81184709,0.84419155,0.82895321,0.83394331,0.80579752,0.83565462,0.72557998,0.77598107,0.76050532,0.76258659,0.80096835,0.71144563,0.70326525,0.69597322,0.65719414,0.66858482,0.62663543,0.67435646,0.62871635,0.59824014,0.58120072,0.5763765,0.61741287,0.67135048,0.65386939,0.62245888,0,0,0,0,0,0.24198426,0.25364617,0.26437542,0.26195154,0.26507622,1.2624586,0.33134526,0.33670032,0.34506556,0.28030834,0.35434067,0.35961983,0.38550502,0.62386274,0.62095731,0.59895831,0.62256807,0.62877268,0.79384166,0.78467578,0.91261697,0.77892321,0.83260292,0.84281498,0.872742,0.42372882,0.44224766,0.44259307,0.41429311,0.41483018,0.36354193,0.24070607,0.23942539,0.21147236,0.21390375,0.72756672,0.29948273,0.29641607,0.31982943,0.47606453,0.21267545,0.21567219,0.2189142,0.23816612,0.24150942,0.2606962,0.18558614,0.19163206,0.20994833,0.21462771,0.62716621,0.21364009,0.26246721,0.30060118,0.28872281,0.37313432,0.38394415,0.38882998,0.50395972,0.51948053,0.33987916,0.38654813,0.39432174,0.48192772,0.54530203,1.1652101,0.75693864,0.78023404,0.87260038,1.0150044,0.57840616,0.57971019,0.60074687,0.58555627,0.57989687,0.59313881,0.5479452,0.48926765,0.49185365,0.51742506,0.56396556,0.57067603,0.55849922,0.65480429,0.66122681,0.36904821,0.35564756,0.34968266,0.34071809,0.33462268,0.33423224,0.32604769,0.3238374,0.31832078,0.3144421,0.31286925,0.30625227,0.30560434,0.29894024,0.29516298,0.15400067,0.14801857,0.15940121,0.16720079,0.17067273,0.19159807,0.19303639,0.19473495,0.21008405,0.20376974,0.32451144,0.24659124,0.2637749,0.27924529,0.2961866,0.32946259,0.33168396,0.33082053,0.32513276,0.32670987,0.34157014,0.28236547,0.28018609,0.27815682,0.27247956,0.29310432,0.28225392,0.28390026,0.29146934,0.28123534,0.54480553,0.54768652,0.55907565,0.6967985,0.73950821,0.88445616,0.95238101,1.0001924,1.0853008,1.1389961,1.0470208,1.1927664,1.2646282,1.3305053,1.4564967,0.49089432,0.48027983,0.47229692,0.47672111,0.48035997,0.48765597,0.47608376,0.47947377,0.48357093,0.48114365,0.47957209,0.46846229,0.46491599,0.45745453,0.45866942,0.3159003,0.31396392,0.30477142,0.28950784,0.29242665,0.25071281,0.24368411,0.2404689,0.23113254,0.22446129,0.2884711,0.24135552,0.23466146,0.26367188,0.26611188,0.11013216,0.11307953,0.11198208,0.18726592,0.26505113,0.62426847,0.729927,0.77204388,0.875,0.86669421,0.8560946,0.8757298,0.90751946,0.87642419,0.95238101,0.22637795,0.21934198,0.22903804,0.24813895,0.24086712,0.12959825,0.050140392,0.071102083,0.071188852,0.071080424,0.34860557,0.099049121,0.11460224,0.15642253,0.15461573,0.76055598,0.75737792,0.73202616,0.64135456,0.61302686,0.46960604,0.47631651,0.42038885,0.40672448,0.40871933,0.65199673,0.4613297,0.49220672,0.53131992,0.5394662,0.1691397,0.17147312,0.17313291,0.18297534,0.18342771,0.17704812,0.13823386,0.14053071,0.15069067,0.15104473,0.33222592,0.15263292,0.15541357,0.18095648,0.23439534,0.3388719,0.35435468,0.37804076,0.39818907,0.40125799,0.42626667,0.45295227,0.45610648,0.48596114,0.50819051,0.50532198,0.51668459,0.54318303,0.57534248,0.55403185,0.44326979,0.43211207,0.45335889,0.45380849,0.43974453,0.42272168,0.44714302,0.44228452,0.44940779,0.44329217,0.43020159,0.43654683,0.42960319,0.43095961,0.44365573,0.51329911,0.53140098,0.53501946,0.58765912,0.59200794,0.64644456,0.50125313,0.48496607,0.52783108,0.54671967,1.4550928,0.65956366,0.65922916,0.69296372,0.6918574,0.43532449,0.43110177,0.41351897,0.43304515,0.4223235,0.40167752,0.43023154,0.41717863,0.39544579,0.37654689,0.37085775,0.38384315,0.39927429,0.40420213,0.40724123,0.3078936,0.2897718,0.28659794,0.27807713,0.27798989,0.27468944,0.27967429,0.26880082,0.27028432,0.28191608,0.28221965,0.28218994,0.28081512,0.28253713,0.28759673,0.39628521,0.42669088,0.42238021,0.43362337,0.44429159,0.44430611,0.43460321,0.43077594,0.44699359,0.42825985,0.41635922,0.49247181,0.48644537,0.49251229,0.50717682,0.22675738,0.22975931,0.24875621,0.25434038,0.26569244,0.27237356,0.29534689,0.30487803,0.32772064,0.3321698,0.36355501,0.36935475,0.3976143,0.40556198,0.40172333,0.74998409,0.81528658,0.78282189,0.75972819,0.78000736,0.80069834,0.81395346,0.79063129,0.78240335,0.81500077,0.75800025,0.89314663,0.88448298,0.94196659,0.91485071,0.28357118,0.27235791,0.29115936,0.28371891,0.28130004,0.27418387,0.27929413,0.26780483,0.27929518,0.27380466,0.26904732,0.29498523,0.28311425,0.27022666,0.25733817,0.36866361,0.37585154,0.37718058,0.38177046,0.38853812,0.29020557,0.29282576,0.29411766,0.29520294,0.29895365,0.75872535,0.32869786,0.31274435,0.54659033,0.54858935,0.42668736,0.44283414,0.42529836,0.42096689,0.43478259,0.28640985,0.26258203,0.26934013,0.26041669,0.24585125,0.52934766,0.28195488,0.29850745,0.22342804,0.25117213,0.56461734,0.56039852,0.5859375,0.5948447,0.60321718,0.27797082,0.069832399,0.072306581,0.074962519,0.075700223,0,0.073855244,0.15290521,0.23584905,0.23659307,0.17784567,0.18658108,0.19952606,0.20704626,0.21036454,0.20563643,0.21001557,0.20578283,0.20830379,0.20364416,0.19954264,0.19440904,0.20006126,0.19950321,0.20723803,0.48630932,0.48314252,0.51384228,0.50015628,0.52409822,0.53047931,0.58577406,0.55560696,0.59411544,0.6131497,0.57471263,0.62648314,0.63993979,0.58540267,0.59473234,0.27371246,0.28686491,0.2989943,0.28674999,0.29972169,0.37679774,0.37650996,0.37574366,0.37539855,0.3697513,0.38323835,0.41328642,0.4424096,0.43464923,0.43263602,0.092575446,0.098069258,0.10323678,0.11531225,0.1209775,0.19256228,0.19736841,0.20267048,0.21843083,0.21028037,0.26706919,0.21754065,0.21305226,0.21466315,0.20455402,0.38001797,0.38059649,0.37362486,0.37973827,0.38055813,0.31309113,0.28649649,0.2656453,0.25839794,0.26219192,0.30123904,0.27745408,0.28290084,0.31836995,0.3527154,0.36501446,0.37442884,0.36678767,0.37396002,0.37663108,0.36971536,0.37215868,0.37072277,0.36827502,0.36078602,0.35781783,0.35925591,0.35435227,0.34493643,0.36050311,0.14274062,0.13270141,0.12999071,0.16271922,0.15517242,0.3134796,0.38358906,0.38022813,0.40597594,0.39258796,0.54271978,0.41052151,0.40272614,0.40555292,0.4034135,0.28226966,0.28430629,0.28723651,0.28470716,0.30284137,0.28873917,0.28526419,0.27325851,0.28092209,0.27633291,0.30924937,0.32761997,0.33387655,0.33557048,0.33713591,0.071073204,0.074019246,0.074682601,0.15015015,0.15503876,0.1571092,0.16638935,0.17182131,0.16420361,0.24509805,0.32573289,0.24330901,0.5564388,0.64360422,0.85205269,0.14271443,0.14245014,0.17018864,0.18220042,0.24041861,0.33946252,0.36511725,0.36404368,0.37688443,0.39122537,0.55378652,0.38845727,0.38157538,0.40192926,0.41294792,0.1716554,0.17099498,0.16947357,0.16683176,0.17036654,0.21876271,0.20883207,0.20500205,0.19961102,0.20888527,0.24161884,0.20745839,0.21569021,0.19827501,0.24494196,0.79723626,0.8208921,0.82041931,0.82253468,0.83986819,0.75771493,0.67420816,0.65068185,0.68944317,0.65583873,0.583363,0.71317828,0.79323339,0.75562352,0.73871642,1.1934487,1.2080477,1.2195444,1.2794855,1.2930659,1.3106704,1.3236725,1.2955185,1.2942424,1.3067486,1.3066986,1.3600112,1.3758111,1.4152989,1.4074008,0.39638668,0.42668906,0.42388284,0.41309604,0.42430222,0.39514047,0.41838145,0.39827499,0.39611602,0.39921477,0.3873488,0.41557127,0.40913603,0.41397113,0.4254663,0.21609254,0.21883646,0.23851876,0.24384393,0.24991076,0.28402367,0.28082219,0.27259466,0.28546417,0.30656272,0.33759704,0.32216978,0.34450477,0.36534446,0.36573201,0.33281019,0.34439573,0.32652292,0.33728358,0.31430119,0.32769808,0.32177907,0.32294527,0.32415438,0.32043037,0.32469741,0.35257661,0.33850271,0.33661804,0.33135965,0.38544598,0.40138251,0.37080735,0.37127668,0.36404756,0.33826873,0.32630938,0.31596452,0.31966799,0.29226744,0.26115403,0.32394445,0.33581987,0.3267974,0.3583608,0.24006401,0.24000001,0.242653,0.27034333,0.27285129,0.41516745,0.33500838,0.3488372,0.38257799,0.38887227,0.98360658,0.36253774,0.45759609,0.53358442,0.45088565,0.41267145,0.41620758,0.44615194,0.37689969,0.40337369,0.39937067,0.39337227,0.35494557,0.36483467,0.36355108,0.38818961,0.3446227,0.40993491,0.43530831,0.43956047,0.35533944,0.35855821,0.34338039,0.3642638,0.38395086,0.20920502,0.20782165,0.20503262,0.18142235,0.19798416,0.40888888,0.23293316,0.23537932,0.32455823,0.32508579,0.59347183,0.60750705,0.61579061,0.50727832,0.51408136,0.4301562,0.4536176,0.44227186,0.35825175,0.36710718,0.55394995,0.46094128,0.44389641,0.39890301,0.45754957,0.27822766,0.32808533,0.31399733,0.31735122,0.32457188,0.30894977,0.32057509,0.31651604,0.3101154,0.33746403,0.31599328,0.36345795,0.36840767,0.36863029,0.36010084,0.21234599,0.21113183,0.21084733,0.21301496,0.2103474,0.21160679,0.20846057,0.20865344,0.20768906,0.20379859,0.20210321,0.20218892,0.20344849,0.20471174,0.20411114,0.27240488,0.31322283,0.32064709,0.33054921,0.34514165,0.34707296,0.36892259,0.39741755,0.36813453,0.41573983,0.39686161,0.41897759,0.43740577,0.45609689,0.45282906,0.28771806,0.28566328,0.31692767,0.2936604,0.29310346,0.24162927,0.27068177,0.28113112,0.30927834,0.30150753,0.37916255,0.34533793,0.40630585,0.42897213,0.47393367,0.34642035,0.34802786,0.35502958,0.35696074,0.3930952,0.44037941,0.44696578,0.43088588,0.42815548,0.42647561,0.62818336,0.43492806,0.44112659,0.475382,0.45084101,0.38985765,0.39431351,0.40036985,0.39942941,0.396164,0.38147834,0.37165716,0.36588839,0.35009548,0.33915076,0.31835869,0.32579872,0.3256788,0.33671373,0.33550158,0.65967017,0.66125637,0.6255585,0.62462819,0.61583579,0.43103448,0.36900368,0.33917466,0.32608694,0.31562334,0.55306822,0.42961842,0.51609737,0.58238292,0.60052848,0.45819017,0.50161332,0.49791196,0.4688994,0.47810608,0.45255834,0.43237591,0.45281282,0.47543991,0.45122778,0.4145104,0.46258643,0.46863323,0.47561517,0.51098299,0.077457711,0.083888777,0.085173294,0.07937073,0.077243224,0.077335395,0.075069889,0.079271428,0.076965466,0.069705918,0.065890089,0.070667647,0.070068933,0.070314817,0.069026805,0.25815177,0.25941524,0.26871982,0.28143978,0.3082433,0.31576177,0.3189885,0.31746033,0.32002741,0.33995143,0.32445356,0.34119019,0.3363165,0.35371253,0.4059774,0.37935597,0.38390258,0.38689822,0.36593336,0.36214495,0.38538149,0.37534916,0.37208897,0.36152977,0.350862,0.31927922,0.35257247,0.37629759,0.39598057,0.4067969,0.73566777,0.72127283,0.69905871,0.67494601,0.68265402,0.62405854,0.59434438,0.58727235,0.54677522,0.56253809,0.51066154,0.55545843,0.60212088,0.59747773,0.61405462,0.5281415,0.5310064,0.54120922,0.51187736,0.53537399,0.49204919,0.45042372,0.46022543,0.42643306,0.44102064,0.43712741,0.47006854,0.47177806,0.4854506,0.47689435,0.22476767,0.22921893,0.22788838,0.24425781,0.25023326,0.28936169,0.29722729,0.28763589,0.30886397,0.32121724,0.35830209,0.30820599,0.34148872,0.32548931,0.36514014,0.36429873,0.39063674,0.40622479,0.4581387,0.49995509,0.534904,0.55808926,0.57367593,0.59023637,0.62783092,0.57423651,0.65983033,0.65309799,0.66228819,0.7140708,0.98302054,0.96916294,0.97115952,0.86696559,0.83707023,0.52693206,0.43365136,0.37550548,0.32602254,0.32135552,0.71694863,0.32248607,0.35960445,0.36231884,0.37371534,0.63172674,0.67447817,0.63439441,0.67442375,0.68825221,0.6447562,0.68401575,0.70657134,0.68090045,0.68730134,0.67050362,0.71915913,0.6932826,0.68294466,0.64060706,1.2238203,1.3076956,1.2848244,1.2734379,1.3479847,1.332793,1.2626263,1.2873793,1.2402179,1.2261089,1.1662599,1.3289037,1.3254988,1.3020356,1.3660326,0.34129691,0.35863718,0.35356513,0.29904306,0.30693677,0.49597025,0.4851425,0.49720323,0.44557607,0.44108382,0.37359899,0.43613705,0.44472682,0.4375,0.57397962,0.54844606,0.56257176,0.56078959,0.59118795,0.58706248,0.41794986,0.34869784,0.36391705,0.39867112,0.4085238,0.5427559,0.45328912,0.49961141,0.57168478,0.52927929,0.29172742,0.29604569,0.29635903,0.26297086,0.27779758,0.28496116,0.28665614,0.28144619,0.25077021,0.24842075,0.32677418,0.24249339,0.25959447,0.36958456,0.38020232,0.37409991,0.38351718,0.3950465,0.43844855,0.42825347,0.41340905,0.43028024,0.41632211,0.44071651,0.4641816,0.46077803,0.45534828,0.43519497,0.42334864,0.43560126,0.3134796,0.31333932,0.31803724,0.3131991,0.31222123,0.31124943,0.3533569,0.26350462,0.34542313,0.34393811,0.8098892,0.39147455,0.26075619,0.45024762,0.45766589,0.26582748,0.2726506,0.27983657,0.27539843,0.28168115,0.27785638,0.291915,0.29883415,0.28665358,0.29363552,0.29517812,0.30156389,0.2975409,0.29975402,0.29353625,0.3791469,0.38505968,0.38314176,0.38850039,0.38662285,0.38505968,0.27131784,0.27285129,0.26933438,0.26615971,0.52770448,0.30331755,0.304414,0.28730127,0.28598666,0.19562513,0.19898742,0.19587655,0.21995601,0.22079436,0.24969715,0.21290819,0.22875978,0.24905065,0.24610539,0.22972214,0.26210412,0.25204033,0.22791612,0.24409105,0.56100982,0.56194806,0.54872978,0.55774087,0.55462319,0.55227017,0.53473312,0.5030216,0.5463047,0.50603324,0.48210779,0.50014806,0.50588679,0.51131552,0.52412969,0.30355594,0.31043658,0.29566848,0.30459347,0.29559562,0.34598655,0.31617427,0.3034524,0.30798271,0.30856517,0.3165966,0.31126481,0.327324,0.34491378,0.37343562,0.24670519,0.24119948,0.23059691,0.23149681,0.2117943,0.30734283,0.26693359,0.2684564,0.25559965,0.24991557,0.29647598,0.26064292,0.282296,0.35316491,0.31634918,0.51612014,0.52377594,0.56633157,0.56319326,0.55318141,0.58703709,0.55145252,0.54862374,0.55093926,0.57320392,0.5292176,0.52615082,0.51745957,0.52262878,0.50406575,0.33361134,0.33970448,0.37237239,0.37849531,0.41275796,0.38421488,0.38786298,0.34619188,0.37475595,0.39197671,0.39762613,0.37958911,0.38620844,0.38483125,0.41536596,0.23809525,0.2375297,0.23310024,0.23364486,0.22727272,0.87527353,1.4084507,1.4457831,1.4634147,1.4888338,0.47732699,1.3636364,1.3605442,1.4084507,1.4563107,0.12004802,0.12376238,0.12269939,0.12578616,0.12642226,0.51020408,0.64935064,0.63451773,0.635324,0.63051701,0.49443758,0.73260075,0.83932859,1.0050251,1.0217113,0.35805508,0.38799033,0.40094441,0.38650116,0.42124459,0.39522314,0.39506689,0.40742886,0.3991648,0.41677627,0.39671353,0.42315674,0.42595086,0.45109162,0.45533735,0.22301516,0.22251892,0.24330901,0.28824833,0.28496271,0.34714687,0.28396681,0.30987161,0.3318584,0.34609559,0.52185261,0.43497175,0.52863431,0.53715312,0.49605411,1.1173199,1.2779599,1.2987,1.28617,1.26582,0.34602001,0.35088,0.35211,0.36765,0.35842001,0,0.3876,0.74074,0.73529005,0.76335996,0.17714791,0.1754899,0.20213689,0.23571008,0.23564066,0.5218904,0.48738533,0.5076142,0.51325917,0.5044843,1.0005559,0.52689964,0.52486187,0.5828476,0.65620542,0.31655586,0.32572252,0.31515613,0.28080028,0.27102864,0.23365982,0.20867445,0.2103921,0.15845349,0.1662693,0.20868373,0.14037496,0.1462853,0.15887354,0.16250508,0.23512815,0.24570024,0.24727993,0.24888003,0.2538071,0.34013605,0.36958817,0.37624294,0.38356164,0.38387716,0.58949625,0.37433156,0.45200744,0.47732699,0.62337661,0.99802452,1.0716789,1.1284971,1.1269554,1.131355,1.12881,1.1238003,1.1480755,1.1826066,1.1693548,1.1396011,1.2434922,1.2256379,1.2270687,1.2637241,0.29325512,0.29520804,0.29335517,0.286201,0.28798681,0.2880066,0.2859534,0.28030834,0.28498146,0.29004425,0.38502672,0.36897749,0.45271629,0.48798254,0.50055206,0.49162012,0.51034558,0.54274082,0.52209485,0.55939788,0.64000845,0.59572721,0.57785887,0.59559864,0.61571342,0.61862993,0.65182513,0.64621961,0.66815144,0.72621286,0.084774502,0.084260195,0.081994101,0.16210082,0.15817779,0.29043105,0.30539012,0.31460676,0.37577033,0.36922166,0.63777363,0.37169409,0.43459976,0.444684,0.44158971,0.15112036,0.15296972,0.1518245,0.1566416,0.18295871,0.13031015,0.15119128,0.15074332,0.15637217,0.1560387,0.23888659,0.16647591,0.17479821,0.20979379,0.20820639,0.299344,0.29985008,0.30376294,0.25871626,0.29593095,0.28169012,0.28749695,0.27403933,0.25377643,0.26562029,0.35520771,0.25898933,0.24776408,0.31340405,0.31780297,0.2858071,0.28475279,0.29265812,0.30389363,0.33465934,0.29806259,0.31223217,0.32336792,0.33864069,0.33803821,0.33373061,0.36244801,0.3644402,0.39634877,0.44071227,0.41373837,0.43666902,0.43122271,0.4217864,0.42269635,0.41451892,0.41740158,0.39991945,0.39244476,0.38245758,0.37433437,0.38646582,0.39622864,0.41411361,0.42327368,0.32195166,0.32041156,0.32909366,0.32128868,0.32691133,0.29233387,0.29013121,0.29883066,0.294819,0.29344496,0.32012975,0.2972399,0.30902088,0.31258029,0.33730412,1.2892562,1.3229308,1.2858555,1.130126,1.1889036,0.81779522,0.83467096,0.72372562,0.72258872,0.69152135,1.0346926,0.98536879,0.98808479,0.85910654,1.0939691,0.2615875,0.26509818,0.28439984,0.30591434,0.33364701,0.45567876,0.48447096,0.48577374,0.52269363,0.543383,0.60553634,0.57266814,0.59941769,0.6582278,0.69530666,0.33963811,0.32573289,0.3525067,0.35806754,0.40614706,0.36906376,0.39995676,0.39609191,0.44656932,0.44328552,0.41416442,0.50675672,0.52918369,0.53235477,0.5812757,0,0,0,0,0,4.2857099,5.3333302,5.0632901,1.63934,5.1948099,1.2048199,4.2105298,3.7037001,2.9126201,3.4482799,0.34963739,0.35885748,0.36245975,0.3658421,0.37548548,0.36620516,0.36292648,0.37856078,0.37435171,0.37374383,0.36540499,0.37329757,0.36875474,0.37288851,0.37554359,0.57019573,0.57417756,0.56066036,0.59370989,0.59948152,0.5988993,0.45219636,0.46752378,0.4888739,0.47241434,0.72856659,0.52730054,0.53698248,0.47426665,0.53884929,0.2324159,0.23649488,0.25230226,0.24897298,0.28172463,0.25871626,0.25662959,0.2590993,0.26819456,0.27495518,0.49721077,0.33824596,0.33812341,0.37498489,0.34146342,0.3252838,0.32450175,0.33106926,0.3227517,0.32888645,0.30611238,0.31944469,0.30563506,0.30999359,0.28617182,0.29530394,0.31745765,0.31660375,0.31052813,0.30853024,0.23724793,0.24420026,0.25157231,0.24968788,0.27210885,0.12674271,0,0,0,0,0,0,0,0.3916449,0.37313432,0.23135652,0.21929824,0.23442994,0.22326584,0.22820631,0.2359927,0.24879372,0.24713548,0.23988006,0.23733589,0.30601093,0.24752475,0.26227596,0.267883,0.25267109,0.73059362,0.71318948,0.73422772,0.74640286,0.73609596,0.66484517,0.62772924,0.639211,0.63267583,0.68422532,0.64798933,0.73797202,0.73729146,0.77261615,0.77120823,0.16949153,0.17032148,0.17189515,0.19767186,0.20463847,0.2923319,0.3151024,0.31152648,0.3290917,0.31847134,0.1865285,0.36697248,0.42058882,0.39855757,0.42201835,0.4284949,0.42746457,0.4295302,0.42530569,0.39359751,0.31471282,0.28482652,0.2822684,0.28379774,0.27624309,0.22376928,0.29761904,0.29644269,0.28950542,0.34372696,0.33005044,0.34123373,0.33720994,0.3289561,0.32630792,0.312399,0.32114962,0.29902336,0.2996622,0.28431612,0.26121739,0.30518541,0.30913168,0.32876712,0.33727273,0.9589591,0.95390177,0.97297972,0.92217493,0.94706511,0.9573195,0.94208157,0.961707,0.91780031,0.9020474,0.85838485,0.89435744,0.94175786,0.93037218,0.91103029,0.37736803,0.38199386,0.37094358,0.37305349,0.36116421,0.37229216,0.33685359,0.340983,0.32793424,0.3179476,0.30142036,0.36330804,0.35020286,0.38885015,0.38641492,0.55508113,0.56010342,0.55555558,0.56252706,0.57395142,0.45207956,0.27285129,0.27573529,0.27063599,0.26942074,0.49041462,0.31488979,0.35955057,0.37226617,0.32558137,0.36258221,0.39851955,0.39586467,0.36839986,0.3759959,0.37138006,0.40526366,0.38540876,0.41357866,0.38682306,0.39204234,0.40103039,0.38862658,0.40313831,0.39169177,0.34993824,0.34362856,0.34826466,0.32106593,0.32622531,0.35575807,0.35084921,0.31668404,0.30720127,0.31370655,0.36416605,0.33690533,0.3603529,0.38471085,0.39168796,0.25455257,0.26088703,0.24130303,0.26612076,0.24590164,0.30260238,0.3090235,0.30794498,0.3076292,0.30756614,0.18163471,0.28759244,0.2688728,0.2866503,0.24559969,0.29081845,0.29239768,0.30785561,0.38436902,0.38793102,0.46127439,0.38797286,0.39618802,0.46311253,0.46813494,0.56341022,0.47923321,0.49372116,0.54492879,0.57262415,0.65219659,0.65117735,0.67292643,0.66536003,0.67372972,0.65981281,0.70269454,0.72142065,0.65385771,0.68798053,0.58901191,0.70943546,0.74256158,0.80769628,0.84928972,0.38581079,0.38338414,0.38013145,0.38213873,0.37387413,0.37901869,0.38802844,0.39716494,0.39342231,0.384222,0.39737007,0.39386353,0.38824421,0.38392711,0.37606877,0.39262465,0.41418076,0.46142396,0.46481729,0.47574672,0.4578574,0.44751433,0.44457471,0.46851844,0.4913094,0.51841748,0.50646651,0.5256359,0.48894271,0.50688559,0.47593462,0.50079674,0.52391797,0.54037601,0.5776785,0.53796494,0.55437422,0.56599498,0.58050722,0.63300908,0.63477319,0.6557889,0.72213501,0.72981244,0.81159872,0.41811848,0.44776118,0.45766589,0.53070509,0.55118108,0.71599048,0.56634301,0.57003254,0.66833752,0.66666669,0.16460906,0.65789473,0.75,0.75313807,0.78057241,0.29548833,0.31910783,0.32984418,0.32934332,0.33097786,0.34952986,0.35141701,0.36451811,0.34309131,0.36399424,0.34152371,0.38688844,0.38413072,0.41258937,0.39527509,0.31635767,0.31375474,0.33088794,0.30383262,0.31797186,0.31160626,0.31053278,0.31519717,0.30796492,0.31313047,0.32418641,0.35977954,0.34936678,0.35372451,0.3580797,0.518686,0.5192039,0.50853127,0.52215827,0.52884614,0.5333333,0.52268451,0.52319497,0.52803445,0.53301954,0.49920267,0.64863372,0.64930528,0.72489268,0.74225932,0.16931085,0.17415984,0.17770173,0.19804595,0.19982681,0.28484231,0.2781547,0.27796611,0.29152587,0.29085141,0.36093974,0.30407193,0.34248877,0.30516121,0.35749751,0.30668882,0.29298306,0.30291915,0.292162,0.28116155,0.27771378,0.27680463,0.27775088,0.2638475,0.27053398,0.25728384,0.26164207,0.26068762,0.26491004,0.261996,0.71206051,0.70067877,0.72479683,0.76828861,0.80883157,0.69266838,0.63827562,0.64207089,0.622365,0.64547676,0.5876016,0.68998563,0.60314769,0.59818679,0.5876866,1.1893871,1.2195121,1.2083132,1.2065637,1.2260911,0.49751243,0.49751243,0.50200802,0.54890221,0.53921568,0.38948393,0.77108431,0.63507569,0.7651841,0.77220076,0.47333097,0.46606743,0.47844607,0.46676961,0.45465422,0.45269462,0.45662099,0.45954654,0.43940347,0.43757507,0.39668009,0.43964586,0.44479802,0.44813877,0.47534093,0.52448839,0.54556179,0.54524016,0.50926942,0.50593925,0.5488714,0.49176207,0.4949601,0.46926495,0.45242423,0.43397838,0.49138299,0.48526242,0.49583215,0.52187586,0.33386046,0.33372855,0.3441816,0.36054036,0.37567708,0.33275715,0.3197476,0.32546785,0.33564177,0.35053635,0.35678306,0.35781151,0.34146747,0.37742177,0.3775326,0.58883566,0.63713723,0.59516221,0.63066131,0.66049135,0.65167683,0.63100761,0.67179728,0.6314708,0.64506656,0.64288944,0.65639603,0.63861758,0.65823966,0.69106191,0.31027925,0.31497663,0.29904306,0.29542097,0.29504326,0.23764728,0.17937219,0.16873449,0.17010206,0.15869868,0.31049874,0.1846094,0.21668473,0.24130303,0.27325168,0.19799604,0.20879391,0.23004229,0.24189954,0.25073934,0.3639909,0.33759657,0.34593043,0.34751821,0.36797935,0.38622466,0.33262971,0.36571282,0.37565261,0.47149053,1.5744241,1.5368494,1.5115644,1.4850712,1.489573,1.5767945,1.6858995,1.537385,1.6901778,1.6623844,1.6433527,1.7028543,1.7051657,1.7250016,1.7470558,0.60740846,0.60013819,0.60471117,0.59794813,0.5761289,0.59021145,0.57856071,0.53539908,0.53365624,0.50283891,0.49404675,0.48929513,0.48090225,0.473984,0.52095258,0.17675051,0.17546228,0.21237057,0.21099828,0.25128952,0.18137065,0.2356638,0.2463693,0.26031497,0.27657053,0.393002,0.32249743,0.34373346,0.35684875,0.39772725,0.72857767,0.70364237,0.7411117,0.70942664,0.73712426,0.81216359,0.8125577,0.85501188,0.82562149,0.84884995,0.79757971,0.861678,0.90468794,0.74356186,0.8250975,0.51525205,0.54649472,0.535348,0.53713977,0.49981269,0.54449075,0.51394224,0.50356328,0.5295319,0.50468576,0.4760412,0.50903374,0.4995237,0.50763828,0.48957136,0.3343465,0.34055728,0.34493572,0.38338658,0.37962672,0.19090042,0.18987341,0.18404908,0.2096436,0.20728458,0.98448682,0.32496309,0.31736872,0.24993056,0.24025626,0.42386699,0.43046358,0.46357614,0.4803074,0.47801146,0.66582119,0.64338237,0.63482469,0.67880285,0.70250458,0.75528699,0.90537381,0.97981,0.87323093,0.95266449,0.55256349,0.60045213,0.62526953,0.66408819,0.69199055,0.60249925,0.61192113,0.64259487,0.65779293,0.67004287,0.64491063,0.82696706,0.86518794,0.98431504,0.97017318,0.25924513,0.2610966,0.26119688,0.27110767,0.26727459,0.23668639,0.15689966,0.153386,0.15895844,0.15498155,0.33338165,0.16698126,0.17971389,0.19873661,0.25015634,0.35773605,0.3605924,0.36529681,0.39666799,0.40629095,0.40784106,0.30471647,0.3237119,0.33647376,0.33738193,0.63780707,0.34204406,0.38695413,0.48295847,0.451931,0,0,0,0,0,0.11695907,0.3533569,0.33821872,0.3318584,0.32292789,0.21528524,0.42872453,0.31545743,0.32573289,0.32573289,0.2926161,0.29754525,0.31146827,0.31106135,0.32595327,0.2968078,0.27139497,0.27196905,0.26610222,0.28306431,0.38547251,0.28795967,0.303859,0.29827124,0.29790854,0.33367616,0.43257597,0.46727109,0.43260854,0.44974062,0.41591409,0.44315377,0.41777816,0.42202654,0.43702871,0.44808424,0.45129472,0.41481769,0.4239378,0.43932217,0.29673591,0.30498743,0.33630249,0.34211743,0.35270095,0.43349937,0.39671296,0.39977157,0.42129451,0.43302542,0.54131055,0.49242425,0.4798004,0.52498543,0.52854121,0.3076534,0.34074044,0.34615701,0.33580551,0.36004883,0.35410339,0.38282257,0.36662897,0.37168312,0.37500709,0.36521643,0.41160697,0.42908889,0.40621492,0.43927166,0.27916828,0.27791086,0.28634152,0.33390573,0.35244808,0.37338442,0.44410849,0.45536476,0.50165641,0.50368434,0.53441447,0.53375781,0.54472476,0.59914958,0.59967113,0.14510548,0.14672686,0.14468558,0.14390081,0.15410016,0.16556291,0.17528483,0.17683466,0.17701073,0.17901097,0.4531551,0.16941495,0.18099548,0.19486475,0.18639329,0.3592177,0.397432,0.41426435,0.40248963,0.42010018,0.41176942,0.43338239,0.42769936,0.42875353,0.44468296,0.48391366,0.44746068,0.45920825,0.47412828,0.50930029,0.34604132,0.37186983,0.36067045,0.34015653,0.32691446,0.29896477,0.2864731,0.29974669,0.26047549,0.27832276,0.26321495,0.28692847,0.3091332,0.31698114,0.33022532,0.41480535,0.4206439,0.44687191,0.45142952,0.44665012,0.43463725,0.45112783,0.41771093,0.45264041,0.46465316,0.40623984,0.51316011,0.55156279,0.61274511,0.56603777,0.034141347,0.033156499,0.032938078,0.033806626,0.033433635,0.032562684,0.032414913,0.031269543,0.030721966,0.030202355,0.028628686,0.090854026,0.030750306,0.062539086,0.063311175,0.31382683,0.32201034,0.3378801,0.32013056,0.32882494,0.31084859,0.2895515,0.27387255,0.27916011,0.27966204,0.38940349,0.29624364,0.36270037,0.34210831,0.33994007,0.39429787,0.38992202,0.3837072,0.35831591,0.3951368,0.18259282,0.27380592,0.26809654,0.24140012,0.23795359,0.32621589,0.20945543,0.29673591,0.32611918,0.2407463,0.30144376,0.30193475,0.29815146,0.28338647,0.28954467,0.26483262,0.26062232,0.25557348,0.24033727,0.24294671,0.2789236,0.26439598,0.27661455,0.29734322,0.28145891,0.50298643,0.51101881,0.50568902,0.51397365,0.52545154,0.26936024,0.37338763,0.37049511,0.36243823,0.36447978,0.72511536,0.4287599,0.45691904,0.51897502,0.58498538,0.32620203,0.34020108,0.35614306,0.35982937,0.34703684,0.34280577,0.35691705,0.3535831,0.34782523,0.34957099,0.34724861,0.33970457,0.3277728,0.33017606,0.33492386,0.57636887,0.57004422,0.60865957,0.56756759,0.66648895,0.52431512,0.5730294,0.52526265,0.52228838,0.52287585,0.56450665,0.62766463,0.62893081,0.72034395,0.64627814,0.061414775,0.060780194,0.055944558,0.049379237,0.048395183,0.048040628,0.037256561,0.036956776,0.028445695,0.028153153,0.068605036,0.030762754,0.030633798,0.033595163,0.025336901,0.1867995,0.20095187,0.19202049,0.25512916,0.25731745,0.39324051,0.39153439,0.38894144,0.44997907,0.44444445,0.51996672,0.50430763,0.51153564,0.52412021,0.56533337,0.22091311,0.22371365,0.22624436,0.23346303,0.23790643,0.33388981,0.80071175,1.1284722,1.1120615,1.1206897,2.3725836,0.85543197,0.58873004,0.56818181,0.66568047,0.36057693,0.38265306,0.33624747,0.3443526,0.35038543,0.28715003,0.3508772,0.34746352,0.27720028,0.27913466,0.26560426,0.27063599,0.27247956,0.27991602,0.42949176,0.29821074,0.29761904,0.2946955,0.29784065,0.29097962,0.14275518,0.046522446,0.046360686,0.046285581,0.046816479,0.7352941,0.07475704,0.12719411,0.099975012,0.15109545,0.43160293,0.43646944,0.44604141,0.45894319,0.47476265,0.44247788,0.45563853,0.44557607,0.46142015,0.48177084,0.48083007,0.48574716,0.5585174,0.58087003,0.58016878,0.41869175,0.41329911,0.41397437,0.40680295,0.40674555,0.40457854,0.40126234,0.39732727,0.39665401,0.39549842,0.392263,0.38928342,0.39004683,0.38585019,0.37937754,0.39558148,0.42010802,0.42884374,0.43013492,0.40962258,0.4094367,0.42788529,0.41555449,0.43908986,0.43455893,0.40486446,0.41019389,0.4053621,0.40965256,0.40431264,1.6997168,1.6715831,1.2884043,1.3065327,1.2779553,1.4861995,1.1943539,0.90293455,0.79185528,0.75268817,0.69790626,0.73761857,0.65645516,1.0192525,0.78387457,0.25974026,0.26457146,0.27072221,0.26328388,0.2633259,0.27381814,0.22493573,0.22537026,0.21784735,0.22310756,0.38655725,0.28465247,0.30163518,0.31548229,0.32098958,0.38230476,0.39084312,0.46003452,0.64629847,0.5447942,0.53097343,0.46783626,0.48396853,0.67278284,0.66505444,0.97739768,0.67073172,0.68535823,0.74719799,0.68153656,0.34472954,0.35231316,0.35227394,0.38000482,0.3767693,0.37843281,0.38928947,0.37048063,0.36172205,0.39371318,0.43090183,0.37306532,0.39532956,0.41116908,0.41862899,0.3737402,0.42146587,0.39890423,0.42461422,0.40097764,0.37533104,0.40706712,0.38057742,0.36882541,0.3490113,0.35869494,0.35945171,0.378878,0.35663646,0.35591757,0.28242314,0.28382832,0.27508873,0.2786358,0.27216071,0.27982667,0.27595496,0.27224228,0.27072528,0.26259238,0.26028174,0.25290927,0.25842077,0.25553316,0.25221634,0.36975279,0.36817789,0.36342904,0.36733541,0.39309281,0.36818337,0.36171398,0.3743501,0.36856747,0.39386401,0.46562585,0.42309266,0.42600739,0.43028662,0.51260448,0.41718614,0.43568766,0.44657862,0.45142391,0.47057703,0.46333888,0.45164973,0.44175008,0.44506258,0.47384644,0.47375926,0.52602434,0.55944055,0.55477858,0.57506192,0.53951752,0.57349074,0.57976538,0.57477438,0.54356515,0.54535395,0.50520998,0.53821033,0.52188289,0.56033158,0.50311267,0.56338024,0.59581923,0.60289389,0.62428778,0.82938391,0.8666048,0.85548425,0.93691444,0.94696975,0.96246397,0.81915569,0.80051237,0.83565462,0.84159905,1.1610599,0.882532,0.92052782,1.0401188,1.010101,0.22393821,0.22360152,0.22045688,0.22850178,0.22896393,0.24651091,0.23193033,0.23267347,0.23658705,0.23643367,0.24927296,0.26707792,0.23902895,0.23381829,0.23884766,0.2909818,0.28353712,0.27255741,0.26849124,0.26416138,0.22501487,0.20252736,0.19926168,0.1858736,0.17745496,0.1938024,0.20204082,0.22068289,0.22219503,0.21669802,0.48837018,0.54361153,0.58054572,0.59650445,0.60156524,0.63397896,0.63800436,0.63853037,0.64417762,0.77159607,0.69342858,0.70543045,0.71124029,0.70804226,0.66995972,0.23589121,0.24736363,0.25894788,0.23383801,0.2490616,0.2368181,0.2401571,0.22167228,0.22387537,0.23200785,0.22675477,0.24923401,0.25198507,0.24961725,0.25653112,0.28169927,0.29306257,0.29413655,0.29555565,0.30208671,0.2786406,0.26528031,0.24726407,0.24952073,0.27116916,0.29478624,0.29422098,0.2759245,0.28554535,0.31232989,0.25880703,0.25780067,0.27381632,0.28073654,0.29308003,0.33027226,0.31625718,0.31902334,0.33022821,0.32551619,0.3339321,0.33164483,0.33155152,0.33245265,0.36112654,0.44411546,0.4589349,0.47402537,0.50796133,0.54961234,0.48866299,0.43685079,0.42822385,0.44389874,0.437861,0.59294116,0.4585439,0.54302806,0.55169958,0.55971754,0.16763633,0.16758125,0.17566118,0.17744797,0.17874242,0.19867551,0.18944688,0.19732381,0.19166996,0.19426762,0.21609139,0.21494611,0.22432113,0.22248244,0.22084679,0.074521013,0.077365771,0.070388012,0.062799238,0.06104894,0.054089572,0.05320378,0.051578473,0.039952226,0.041478928,0.043714631,0.043029428,0.043459032,0.041688617,0.044566285,0.14556041,0.14881316,0.15642186,0.15356116,0.15856753,0.15126747,0.14608137,0.14934509,0.14916979,0.15854432,0.19338152,0.17940263,0.17739545,0.19156623,0.20389834,0.55206549,0.5609284,0.60855907,0.54811209,0.54722333,0.5257836,0.43521267,0.42818215,0.36545488,0.37209302,0.6842981,0.3667706,0.41152263,0.38495186,0.42268404,0.70704085,0.7340011,0.73875242,0.76067203,0.78905195,0.78001332,0.80912805,0.8271805,0.8661961,0.86622417,0.82241714,0.80086195,0.78459942,0.78426933,0.80478358,0.54061449,0.56647319,0.61061203,0.66319615,0.67728221,0.75921911,0.7300325,0.76385856,0.79964465,0.84714544,0.76160902,0.85654694,0.86011767,0.89822638,0.87299132,0.12452681,0.12490008,0.12377463,0.12733862,0.13001397,0.10834236,0.097842798,0.092695586,0.101089,0.10063123,0.18031827,0.113025,0.10849909,0.11843484,0.15969339,0.30660313,0.3127031,0.31470606,0.31397018,0.31086904,0.31670624,0.32076597,0.3312614,0.33760118,0.33300877,0.32111007,0.32138065,0.32378978,0.32478422,0.32997704,0.31478256,0.31728926,0.33280784,0.31022617,0.32678849,0.31825173,0.29994616,0.29984635,0.28086516,0.30108345,0.28059924,0.28600848,0.31946006,0.32798433,0.36821705,0.29648453,0.29761904,0.31609195,0.32650638,0.43058646,0.47126785,0.4968383,0.48708487,0.48405468,0.47699213,0.56369781,0.51827985,0.51799345,0.52624655,0.46165684,0.63394976,0.62245959,0.64909029,0.64629084,0.62021762,0.62575299,0.63285542,0.62011981,0.58094567,0.62738866,0.52417105,0.57529724,0.592421,0.61099464,0.59210843,0.45638531,0.48272902,0.49158981,0.48310423,0.469697,0.45594609,0.45499891,0.42980635,0.44341114,0.47766897,0.45931605,0.4554404,0.47046643,0.48880219,0.50017446,0.43992302,0.43841624,0.4575707,0.45611611,0.52974737,0.40518636,0.39168018,0.38218239,0.38634899,0.37936267,0.49586776,0.45078886,0.37322718,0.37952986,0.36031708,0.43707272,0.44170111,0.45287293,0.45271629,0.47430387,0.44379526,0.44439566,0.44113594,0.45293859,0.44947472,0.42566949,0.49030292,0.50822449,0.4733921,0.47982553,0.066181339,0.06522093,0.063928403,0.079465993,0.078573115,0.1610059,0.10712373,0.11951001,0.11730206,0.115307,0.19189766,0.10555947,0.1122807,0.13219231,0.11860741,0.14609832,0.14660227,0.14634986,0.13897334,0.13898541,0.10376135,0.085895896,0.085785359,0.076759063,0.077962577,0.27294439,0.10150566,0.13396969,0.12368074,0.13968776,0.88362789,0.88348055,0.95741171,0.86106974,0.80631888,0.79134369,0.78013057,0.78199816,0.7796663,0.74786323,0.91825986,0.78077155,0.86180365,0.77315599,0.85218465,0.77421761,0.77025968,0.74935287,0.74301881,0.70971209,0.68973166,0.70296854,0.68654251,0.63381296,0.68662399,0.67789853,0.67645538,0.70826042,0.69225931,0.72061223,0.51055396,0.54938549,0.53407055,0.52007705,0.52602828,0.52934796,0.48895651,0.49891919,0.510185,0.51953465,0.48140931,0.49182183,0.48547876,0.47494796,0.51292884,0.95163733,1.0332547,0.98936063,0.98282534,1.0036951,0.93608451,0.86189711,0.88547242,0.81083709,0.88918322,0.81539464,0.94684541,0.92226613,0.91642404,0.94083416,0.75593954,0.75349838,0.77177513,0.76586431,0.63025212,0.82730091,0.71138215,0.71868587,0.70493454,0.67502409,2.9162748,0.68610638,0.82191777,0.79016685,0.80357146,0.48706025,0.47284901,0.46179849,0.44134563,0.42831698,0.41492078,0.39275464,0.39724392,0.38268971,0.36726111,0.3631568,0.36107212,0.37133685,0.38345861,0.399158,5.1076198,5.1528802,5.010355,4.9926677,4.9798026,4.7631359,4.5756178,4.618341,4.6232486,4.1432886,3.9804471,3.8941641,3.7171018,3.5452869,3.4155223,0.58064514,0.60297722,0.57830864,0.60692269,0.57361376,0.6112119,0.61273336,0.61518073,0.62383616,0.6057269,0.61868799,0.65603644,0.60428494,0.61452514,0.5831452,1.5588793,1.551541,1.6129031,1.5200868,1.559754,1.4840682,1.5631692,1.4845361,1.4970059,1.4996054,1.3477089,1.5869943,1.6892556,1.8181818,1.7942584,3.776722,3.8880985,4.0556335,4.2075734,4.151032,4.3433061,4.2335267,4.3222451,4.0307317,4.2948861,3.6897588,3.783143,3.6100698,3.5569322,3.5234365,2.0704665,2.1310861,2.0348186,2.1960113,2.0014508,1.9618253,1.8976191,1.9108719,1.8968729,1.9631015,1.9175123,1.9417475,1.8788787,1.9344058,1.942487,0.96758586,0.9537434,0.99033248,0.92785901,0.8974213,0.77302265,0.74114442,0.77027166,0.74820429,0.67587423,0.79937607,0.75442499,0.71698481,0.65105432,0.68859982,1.4768624,1.5333333,1.5293537,1.4837763,1.467742,1.523002,1.4675053,1.4606078,1.4738071,1.4140837,1.3834544,1.4952236,1.7770374,1.7456359,1.6724256,1.1626968,1.171303,1.1126565,1.0848126,1.0318716,0.97193134,0.96266532,0.9118287,0.8397826,0.77776879,0.81248999,0.77802479,0.79048228,0.83399528,0.89207488,0.18143754,0.17718413,0.18696581,0.15847862,0.15533981,0.17550457,0.15583792,0.14821571,0.15340786,0.15024684,0.30497426,0.24847293,0.27508914,0.30320814,0.33907884,0.90529251,0.91937762,0.91743118,0.85166788,0.83916086,0.34965035,0.34989503,0.42283297,0.33090669,0.32722512,1.6655989,0.3282994,0.32722512,0.32894737,0.40376851,0.050890587,0.051759835,0.051361065,0.049043652,0.097513407,0.43795621,0.58968055,0.70621467,0.71845531,0.71016425,1.4128035,0.64850843,0.92429572,0.6170119,0.82860875,0.73783213,0.73807299,0.7249344,0.71107113,0.69882458,0.7032975,0.69952565,0.69349074,0.67590213,0.66562092,0.64821893,0.64394867,0.65198708,0.6538378,0.66200745,55.476486,53.182663,52.554531,50.843708,50.222252,49.300518,49.338402,48.66695,48.573009,48.539341,49.265301,47.931873,46.130135,45.355263,45.305531,0.8374989,0.84571129,0.87414068,0.82125199,0.86303008,0.82090461,0.85824913,0.83958834,0.81976336,0.85783869,0.83913076,0.85668397,0.88596743,0.92293489,0.91364467,1.8594056,1.8814229,1.7497904,1.7142558,1.52483,1.4267319,1.2396694,1.1761217,1.0728676,1.0292839,0.90306467,1.0232381,0.94444174,1.0356236,1.0265266,0.26031238,0.2564685,0.25684932,0.25345409,0.24946651,0.23727921,0.24531277,0.23667273,0.24127848,0.23996875,0.27929136,0.24302958,0.24523376,0.2547572,0.25296402,1.4595728,1.3523805,1.3178363,1.2196691,1.1045225,1.0414551,0.98867583,0.90113527,0.84780622,0.83015829,0.80605221,0.82332295,0.82687426,0.86255145,0.85354972,9.0739641,8.8885441,8.9297209,8.8023796,8.5204115,8.2860346,8.1676092,7.93115,7.4752493,7.2150865,7.1499043,7.168179,6.9943776,6.8904743,6.7986908,0.50886071,0.51520598,0.50832093,0.49955928,0.48195663,0.49083227,0.4845013,0.49236113,0.48029697,0.48217019,0.4645716,0.47593197,0.4758378,0.489133,0.48385313,0.38259515,0.3702561,0.36524302,0.33211371,0.32699329,0.23699123,0.24090582,0.23350301,0.22603978,0.22284365,0.28685933,0.24176364,0.24831501,0.29717124,0.35270831,1.3683311,1.3786609,1.3256241,1.2755787,1.216801,1.1840336,1.1964099,1.1914392,1.1279804,1.1007528,1.0545248,1.062845,1.0622627,1.0654511,1.0692934,0.3553099,0.35545021,0.35169989,0.35615355,0.31936127,0.27888444,0.308404,0.30211481,0.29293299,0.28694406,1.1921966,0.47204065,0.51376152,0.40381792,0.4054552,0.59310061,0.60577893,0.58213699,0.58396935,0.55439526,0.56768972,0.56664282,0.56028718,0.56823266,0.55146897,0.5567804,0.54262608,0.52024782,0.531012,0.51559252,0.26387423,0.2468451,0.24504405,0.23880105,0.23783487,0.2239764,0.2121987,0.20332919,0.20051484,0.19540261,0.18473241,0.21153691,0.22522523,0.21939328,0.19171055,0.19748411,0.20284525,0.19673899,0.17258582,0.19966543,0.19751082,0.20470276,0.1887963,0.18833405,0.20187882,0.18064655,0.20633671,0.21807873,0.22617036,0.22520047,0.55289596,0.53528142,0.53251678,0.49357358,0.50584167,0.4824973,0.43517217,0.4289647,0.42031637,0.41969693,0.37818089,0.42406911,0.42779025,0.42735046,0.44601014,0.27384973,0.29035106,0.29604581,0.26527491,0.24893525,0.26156163,0.28130129,0.28185517,0.27803102,0.28370979,0.234198,0.22821498,0.21102096,0.20946534,0.20716299,0.63615203,0.64945102,0.56896818,0.54012346,0.58660078,0.46511626,0.55196339,0.54508644,0.5153029,0.55283529,0.34931722,0.55309737,0.49815202,0.53294575,0.5384239,1.5023062,1.4880174,1.3713422,1.3629534,1.3569937,1.305306,1.2786969,1.1252766,1.1777843,1.1465771,0.95803875,0.98833108,0.97831947,0.92817044,0.92558312,0.86843252,0.85470092,0.88632524,0.84710455,0.92222989,0.82394946,0.87829363,0.81096196,0.77659136,0.92566216,0.67470574,1.0318142,1.0043042,1.1319673,1.1471179,0.4251664,0.40636495,0.40894571,0.41633034,0.40522096,0.37573117,0.34684035,0.35326773,0.30870634,0.36374158,0.34527582,0.37249979,0.388762,0.39827946,0.349998,0.25721434,0.24742123,0.28188619,0.28698871,0.32024795,0.28211656,0.24616227,0.25412959,0.25144669,0.24512343,0.32494467,0.28912675,0.29356912,0.29785612,0.30829987,0.64967138,0.65423745,0.625471,0.59833509,0.59488618,0.52894503,0.49972442,0.4646568,0.45839599,0.42593813,0.44067422,0.44877693,0.43065372,0.47813454,0.5021044,0.21302447,0.22334155,0.22069798,0.20122637,0.2301697,0.2206244,0.20033708,0.22038391,0.21004361,0.21147451,0.23714387,0.22198284,0.21341212,0.212924,0.2078138,0.27379805,0.26313093,0.24622595,0.2544184,0.22511469,0.23919415,0.2322685,0.22606495,0.22942746,0.20891953,0.22827601,0.20484921,0.22237946,0.20271982,0.2086868,0.21100876,0.20910041,0.21757853,0.21193606,0.21699329,0.19236428,0.21401215,0.24300243,0.22518973,0.22951779,0.30105594,0.25772613,0.25907913,0.24144687,0.26276106,0.21588495,0.22786967,0.21327138,0.24271002,0.23074655,0.2281872,0.23608002,0.23308389,0.24626209,0.2169006,0.24711406,0.25066638,0.23651594,0.22254665,0.21800508,0.27737799,0.24640983,0.25463706,0.27488977,0.29468468,0.25952283,0.26142305,0.27493995,0.27377099,0.29328147,0.26805615,0.31543848,0.29116887,0.29389486,0.30607915,0.13647465,0.13882026,0.13929193,0.14380278,0.13856141,0.13525896,0.15556408,0.14314434,0.14420947,0.14989141,0.13414019,0.15798417,0.16182499,0.16815218,0.16674492,0.18009643,0.16976935,0.17106117,0.1677953,0.16821869,0.16887817,0.15696691,0.16938898,0.15240186,0.15331779,0.228001,0.16523868,0.16632785,0.18524235,0.19516495,0.27957365,0.27001134,0.2946274,0.28586277,0.33299181,0.2763125,0.27755103,0.30529445,0.29451564,0.30967128,0.35352346,0.30571452,0.30612245,0.28350922,0.28157997,0.80366677,0.78552878,0.81195903,0.83621496,0.87153512,0.81364417,0.81635189,0.84774709,0.80898178,0.87835544,0.79519784,0.86864477,0.85364729,0.84787875,0.82028574,0.14607069,0.14483309,0.14563461,0.15256085,0.19402127,0.19311923,0.1899402,0.18717505,0.19601215,0.20928976,0.21306346,0.18662934,0.19158354,0.21022204,0.20961615,0.22886077,0.21535198,0.21984148,0.2209447,0.20542732,0.21570089,0.21894397,0.21964887,0.21140572,0.18703397,0.1895377,0.19257055,0.18986285,0.17017354,0.16635484,0.13877875,0.14669408,0.1543418,0.15962164,0.16110538,0.16440549,0.17108046,0.17661314,0.17265992,0.1760468,0.17103763,0.19094048,0.19644235,0.19559704,0.20901036,0.21912351,0.22013208,0.21947327,0.20104544,0.24321038,0.081782863,0.14513788,0.10341261,0.12557556,0.12650222,0.33941451,0.15021458,0.17245096,0.17402653,0.15387997,0.19182432,0.19349021,0.20785969,0.2290162,0.22182716,0.23293483,0.22452271,0.24632004,0.23966625,0.23392154,0.22550374,0.23826858,0.25605831,0.24938965,0.26331151,0.073174298,0.072716698,0.073142186,0.057861999,0.057861999,0.05819875,0,0.014430013,0.014448779,0.014560279,0.029377203,0.014781967,0.044789489,0.089793481,0.075688764,0.21208562,0.21790035,0.21184401,0.21936795,0.23332809,0.23268245,0.21236651,0.22643127,0.2215142,0.22698385,0.21408112,0.21472208,0.23195566,0.20875563,0.22648346,0.081579372,0.081828594,0.093222201,0.11066844,0.15015849,0.1279128,0.14435622,0.16832183,0.18548705,0.19992003,0.28729028,0.19240861,0.22293928,0.22981733,0.21445167,0.055890903,0.056601636,0.049431536,0.065533325,0.062385462,0.067153864,0.059978407,0.072963111,0.073858276,0.074275807,0.054139599,0.083580591,0.075307503,0.084577329,0.086292446,0.21747474,0.21441635,0.26401809,0.26156816,0.29688272,0.26217914,0.25986585,0.29276454,0.30917415,0.31490552,0.36214954,0.33176184,0.3108322,0.32071841,0.32492468,0.18793313,0.19474575,0.19928412,0.21586199,0.22459832,0.23865895,0.2337541,0.22689654,0.24708658,0.24599794,0.23306203,0.28039765,0.30425593,0.26878792,0.26496798,0.7724973,0.8210032,0.78879732,0.82991141,0.78595316,0.7183513,0.65489107,0.66685998,0.64974475,0.61210769,0.64266008,0.66887301,0.69703245,0.69328237,0.68467867,0.13668671,0.13243684,0.13938467,0.14590119,0.1718908,0.16520566,0.14718673,0.15033576,0.15299165,0.16332245,0.18316849,0.16281234,0.16033135,0.18072289,0.16531156,7.734488,7.8250861,7.5675673,7.5870819,7.5319147,7.1246462,6.7775292,6.5612755,6.4850664,6.818182,6.1202035,6.7880793,6.7243299,6.8635726,7.0187926,0.13626161,0.12819485,0.14297061,0.14440434,0.17566273,0.19000871,0.18066138,0.22082019,0.22917655,0.24626628,0.29439846,0.26412678,0.2661505,0.3012048,0.29542097,0.31297046,0.30239809,0.29511601,0.30112198,0.29784828,0.29069167,0.28777605,0.28854108,0.28627956,0.27403736,0.27435967,0.26548535,0.25701866,0.25613272,0.24925359,0.18150252,0.18659617,0.17760617,0.1525553,0.22366361,0.23340628,0.22957171,0.2577135,0.21998298,0.24973242,0.35582125,0.25344974,0.28017092,0.30101505,0.25060913,0.19712201,0.19778481,0.19743338,0.19619383,0.17502917,0.11675423,0.11632416,0.11511896,0.11612154,0.11718751,0.096006148,0.11481056,0.13466719,0.13500482,0.15267175,0.28743973,0.29179299,0.31137332,0.301671,0.3050164,0.24347161,0.26091298,0.26138335,0.24969602,0.26818928,0.27748132,0.29579547,0.28047556,0.28266656,0.28706965,0.14465338,0.14441235,0.15396458,0.16276041,0.21684918,0.27469626,0.33347228,0.34828928,0.3452127,0.3495456,0.44749403,0.34912717,0.36500049,0.35540211,0.36589083,0.1102806,0.11085792,0.11198208,0.11861656,0.11247891,0.14275961,0.13159543,0.14401102,0.14305261,0.144427,0.094357423,0.16494322,0.16592215,0.16171809,0.15680125,0.21885385,0.22703317,0.23564182,0.23608105,0.27163368,0.27152091,0.25949606,0.28067067,0.27081677,0.2904475,0.2786212,0.29455602,0.27235427,0.29806259,0.32064983,0.60096157,0.58034819,0.58566606,0.54896581,0.6348896,0.50741982,0.43494707,0.40972158,0.39377293,0.41426513,0.46565774,0.47338334,0.46590808,0.48283264,0.48718876,0.19426413,0.20371857,0.19497043,0.19400442,0.1887356,0.21844254,0.19882607,0.18292797,0.18435554,0.18729897,0.17658268,0.17858532,0.1766471,0.17744932,0.1742688,0.23796646,0.24614087,0.24947883,0.2539131,0.24462238,0.23290688,0.26975736,0.26044104,0.27417207,0.28502318,0.30130157,0.27962938,0.2774362,0.28079456,0.27053905,0.086275078,0.085190967,0.091730177,0.091157705,0.12525225,0.075404435,0.10161225,0.12817918,0.11919741,0.12541254,0.17628624,0.15568241,0.16189612,0.18033104,0.19896027,0.17334455,0.16645265,0.18247342,0.17079045,0.20041789,0.16859938,0.14611575,0.15118963,0.16495816,0.16421646,0.22150546,0.18477884,0.20448318,0.23181239,0.23027326,0.15353553,0.15294312,0.16271076,0.1779573,0.1705849,0.18277666,0.17157833,0.20386797,0.20259026,0.19378453,0.19042195,0.20741004,0.21475604,0.20772673,0.21695445,0.14084743,0.15808344,0.17058107,0.17742699,0.18534444,0.17448263,0.17941923,0.1968662,0.20773073,0.21941994,0.24073058,0.23390047,0.22065148,0.21403793,0.21463129,0.1194886,0.1190547,0.125,0.11295405,0.14893363,0.11200849,0.11071616,0.12253471,0.11067101,0.11005561,0.16766882,0.12267071,0.1236822,0.11804982,0.1310616,0.39950562,0.39596009,0.40452382,0.39205733,0.41160327,0.3887701,0.37272227,0.34826961,0.34936404,0.35619122,0.38700947,0.36848381,0.370942,0.40986943,0.40881094,0.18895778,0.18550724,0.1987507,0.20484996,0.22078621,0.22223371,0.20321174,0.21563084,0.22081278,0.22680986,0.26212922,0.23778442,0.23889826,0.2356638,0.20988274,0.11917531,0.12086052,0.13286628,0.13403192,0.13496105,0.16715162,0.17395626,0.17428109,0.16940644,0.1911315,0.27781367,0.22069323,0.22988506,0.2233756,0.21251328,0.18765369,0.18362565,0.19009075,0.19188103,0.23675644,0.22733895,0.19310501,0.19474739,0.19855496,0.20836759,0.30334216,0.20824434,0.22815304,0.24878255,0.21509889,0.069168247,0.077552781,0.077326231,0.084203437,0.096254811,0.13263699,0.18260293,0.21404462,0.19662462,0.22001304,0.3187837,0.22505626,0.23852116,0.24059117,0.25998786,0.1957157,0.19457881,0.20856468,0.22649749,0.25287232,0.2421574,0.23087706,0.24217074,0.24486202,0.26451382,0.25696287,0.26936963,0.27943888,0.28540748,0.31229594,0.32539207,0.35117337,0.33927986,0.34023067,0.32530561,0.29030284,0.29074216,0.29444501,0.29375076,0.30907866,0.29315242,0.34305489,0.34451172,0.35578397,0.36221927,0.3317132,0.3361696,0.3211287,0.31651217,0.29790574,0.29046121,0.29026282,0.287779,0.28980872,0.27988964,0.27160212,0.27987057,0.27603498,0.27379259,0.27755579,0.15543236,0.15855592,0.16670762,0.16281457,0.17442998,0.14195612,0.13522285,0.14108965,0.13255134,0.14705342,0.16087575,0.1631352,0.15876916,0.17100188,0.17640404,0.19770661,0.19762847,0.20408162,0.20080321,0.12285012,0.12180269,0.040338848,0.1650165,0.16645859,0.16927634,0.13009541,0.17536168,0.1776199,0.17993703,0.17769881,0.25126472,0.25565258,0.26232088,0.24660519,0.26960093,0.27329117,0.28769723,0.29206792,0.26319554,0.28352708,0.28054863,0.30303028,0.32750782,0.34220639,0.33607376,0.2492995,0.24705741,0.2590774,0.2437935,0.22961091,0.22591908,0.2568171,0.25870141,0.24830841,0.25560361,0.26919702,0.26539591,0.26986074,0.26778126,0.26752794,1.4048338,1.3924626,1.4728212,1.4028667,1.4690607,1.5606596,1.4895155,1.5256189,1.4314632,1.537792,1.3507688,1.4645244,1.4849385,1.604278,1.6336219,0.42563254,0.44351077,0.44025514,0.43653828,0.4653838,0.48349285,0.39964682,0.41436464,0.42616105,0.45425329,0.468849,0.40360779,0.41453302,0.42512232,0.43425053,1.4579241,1.521026,1.4570608,1.4484357,1.5241503,1.4567866,1.3916903,1.372908,1.2817227,1.3318113,1.3310004,1.3072305,1.3144717,1.2862736,1.2562659,0.13854013,0.1315674,0.14014189,0.12153833,0.15633142,0.11272002,0.12985888,0.13825284,0.13065064,0.14031395,0.31634447,0.13220519,0.14250089,0.16211835,0.17268017,0.2165789,0.21440822,0.27185106,0.31241238,0.33375716,0.35785288,0.36071032,0.38701525,0.36523584,0.37532252,0.37532252,0.37416691,0.36423454,0.36923811,0.37731305,0.17365603,0.17692591,0.18964051,0.18923065,0.16617778,0.16907994,0.17440511,0.17196752,0.16953208,0.1669625,0.17040369,0.17274272,0.17407237,0.17745192,0.17716935,0.41055036,0.41793314,0.3848004,0.40190908,0.39885244,0.3552874,0.32960641,0.31529829,0.2986913,0.31973204,0.36077207,0.31330189,0.33117524,0.34722224,0.37304732,0.15275337,0.14559387,0.17545198,0.18371096,0.208462,0.19953951,0.22188218,0.26105651,0.2628324,0.27935126,0.41015321,0.27917799,0.31698233,0.31966755,0.32900015,0.14359793,0.13446176,0.14020875,0.1399145,0.15501472,0.12208149,0.14295389,0.16382456,0.15751575,0.16469532,0.32333258,0.16707169,0.18220468,0.21308979,0.21339837,0.25158608,0.25150356,0.24128097,0.25299749,0.2660459,0.27895558,0.20028931,0.23266119,0.21015376,0.21118152,0.46817526,0.20118475,0.20220175,0.17989656,0.19331363,0.20071641,0.19737858,0.19675356,0.2027899,0.21814606,0.2088837,0.22363825,0.22545166,0.20959903,0.21331708,0.25404793,0.24257684,0.26470867,0.2621316,0.26034972,0.25171164,0.25981814,0.27919033,0.27349091,0.32695451,0.26600799,0.26090199,0.29731488,0.28687766,0.31264368,0.41905805,0.3326557,0.36087722,0.35424629,0.35778174,0.18735307,0.19592661,0.20409115,0.19144715,0.18902726,0.17249933,0.17210366,0.17149474,0.16392736,0.16849379,0.15338884,0.20033319,0.20796105,0.21594925,0.20951226,0.19375822,0.19315673,0.20528261,0.20383206,0.23130825,0.26975992,0.24984807,0.26012141,0.27242523,0.28495693,0.32660136,0.29235882,0.30358225,0.31106302,0.35033348,1.2779789,1.3476505,1.3035512,1.2665944,1.214337,1.1157776,1.0251799,1.0664194,0.95893496,0.97469127,0.94309115,0.92178172,0.9137904,0.95433557,0.96504825,0.1612284,0.1635132,0.16497761,0.16517225,0.20377773,0.16443504,0.18002506,0.18183257,0.20657873,0.20866774,0.29867613,0.20928922,0.22926389,0.21591099,0.2482416,0.13901381,0.12255903,0.12047225,0.1275612,0.14414991,0.15198784,0.14481094,0.16845821,0.15204865,0.15348575,0.34885606,0.16095284,0.18596378,0.17969452,0.17956252,0.13313891,0.13250047,0.14597614,0.17842349,0.2431533,0.22792022,0.23538393,0.24052155,0.25872403,0.27683404,0.36623099,0.2895267,0.29167458,0.30649385,0.35989717,0.15780763,0.15890431,0.17693897,0.18246217,0.22332333,0.21340446,0.21311787,0.213801,0.22069716,0.22202887,0.2415387,0.25696313,0.27507901,0.29491702,0.32306021,0.13823491,0.13378792,0.15044057,0.14449026,0.15726613,0.13919352,0.14556041,0.14862522,0.14871117,0.15368001,0.17896533,0.15417309,0.18418519,0.18099166,0.18452506,0.20084459,0.20214584,0.19925542,0.20022129,0.23359524,0.23933624,0.27176809,0.27202901,0.26770896,0.28014222,0.33037263,0.28862387,0.29357401,0.30614474,0.3072871,0.13261099,0.14507471,0.1468334,0.1642327,0.16859616,0.15528199,0.17256255,0.17355859,0.17960675,0.2003597,0.17168599,0.21116328,0.2093477,0.21205358,0.21104468,0.203675,0.19922045,0.23231696,0.22500804,0.23857947,0.20476264,0.21174839,0.22826914,0.24869347,0.26087266,0.27786684,0.26684695,0.28056964,0.30056578,0.31269762,0.16744469,0.17226529,0.18258981,0.18314111,0.22772419,0.17337519,0.23938864,0.25568566,0.26133543,0.25795355,0.32507804,0.25437614,0.2502481,0.26359722,0.24320334,0.3897281,0.37813374,0.40574464,0.43674478,0.44380817,0.43393299,0.47143888,0.48163408,0.5105679,0.49960926,0.48437673,0.59557801,0.6077556,0.60236144,0.6256156,0.32294908,0.30551159,0.28837302,0.27614826,0.25900978,0.28664166,0.27785978,0.27091214,0.28310242,0.246786,0.25116348,0.23963791,0.2442802,0.24067855,0.23100811,0.13089006,0.13382688,0.1378637,0.13222569,0.15217204,0.16691607,0.15476771,0.16258772,0.17117915,0.17148738,0.2038531,0.17845321,0.18996085,0.1883512,0.18652366,0.15759312,0.15369569,0.15284146,0.15277778,0.20578955,0.21668473,0.20413718,0.18911253,0.20215632,0.20455477,0.37960956,0.2,0.18789425,0.18749163,0.19021739,0.090878107,0.0896459,0.088859268,0.087883115,0.16300803,0.16281341,0.22512865,0.26522386,0.25569996,0.27024105,0.4865917,0.27203482,0.2763958,0.29112083,0.28181717,0.11196119,0.11170454,0.11782509,0.11907762,0.12474909,0.11989468,0.12156174,0.12181739,0.11886068,0.12253972,0.12555608,0.13660614,0.14293851,0.15891469,0.16705859,0.25437966,0.25352788,0.29062843,0.29260466,0.34061217,0.3864201,0.37389997,0.39139822,0.41586548,0.43558311,0.42612362,0.47029591,0.48975959,0.49458629,0.53509319,0.11474469,0.11358507,0.11685783,0.11289746,0.132789,0.099958353,0.10410959,0.1077093,0.099900097,0.10283455,0.11254629,0.11930079,0.10855659,0.12226827,0.12798035,0.082048476,0.082755767,0.086983755,0.090384483,0.10159041,0.10172582,0.11531204,0.13153794,0.13873956,0.14476769,0.14552006,0.15356694,0.15836707,0.17343292,0.17849493,0.12847416,0.12971851,0.13884069,0.14361563,0.18297464,0.19060822,0.19766244,0.18882498,0.20226364,0.20248148,0.19008943,0.20470384,0.19745503,0.20785423,0.22808586,0.1276958,0.12278499,0.14236824,0.14473718,0.14109533,0.14211033,0.13789707,0.15286067,0.15819751,0.1700884,0.16407867,0.18452802,0.18774936,0.19467573,0.20739636,0.14813024,0.14879596,0.15221164,0.14969602,0.178078,0.13530551,0.11338563,0.1201886,0.1142469,0.12700182,0.15545814,0.12489462,0.13491042,0.14813414,0.15520081,0.17149717,0.18869002,0.19593155,0.21253374,0.26233247,0.25266704,0.2052363,0.25308275,0.2672939,0.27946472,0.296464,0.27788168,0.31209642,0.29931971,0.32298681,0.28997558,0.30936611,0.30844188,0.28162402,0.27491409,0.2486589,0.24259698,0.26200214,0.25625026,0.26107502,0.26128787,0.26591271,0.2639108,0.26145223,0.28327733,0.4165554,0.44243288,0.4011814,0.40580401,0.37434754,0.3690131,0.3745037,0.36645281,0.35311246,0.34084889,0.34760493,0.36896741,0.36824876,0.37592888,0.38772699,0.23415776,0.23429492,0.24687771,0.26083177,0.30554342,0.20393299,0.20025748,0.25560921,0.26908371,0.29842263,0.32559457,0.27353874,0.29180041,0.30877811,0.30864197,0.12845215,0.12989122,0.13213313,0.13928717,0.17479607,0.13408196,0.13122284,0.17225823,0.15554646,0.16427106,0.29021561,0.18186328,0.20107238,0.2373485,0.24653575,0.1598451,0.15005115,0.14092509,0.14304528,0.14965308,0.14537194,0.13802466,0.12452172,0.11772546,0.11981628,0.12422912,0.12086756,0.1288223,0.14742237,0.15885441,0.24929,0.24827759,0.25127909,0.25741932,0.2787942,0.26267475,0.25116614,0.26348671,0.24960411,0.27121374,0.29461727,0.28408337,0.28952703,0.34681782,0.34590548,0.10735897,0.10497463,0.11225082,0.11944208,0.12800673,0.13222516,0.14815648,0.15678029,0.15970629,0.16446768,0.14578056,0.16440158,0.17073835,0.17170832,0.17928031,0.23431866,0.23610605,0.26621491,0.28711569,0.32416856,0.28047982,0.29689449,0.31529164,0.34094191,0.35534158,0.41230029,0.42550778,0.44540885,0.44996297,0.45813769,0.14021912,0.14111456,0.13439892,0.14409222,0.13945325,0.12504509,0.11316848,0.12276437,0.12292415,0.11820331,0.13506018,0.13759142,0.1345105,0.13771395,0.13516219,0.16653995,0.15950698,0.16600505,0.1687067,0.16817547,0.13757099,0.12575102,0.13528983,0.13391478,0.13348851,0.15737256,0.13705671,0.15701266,0.14339365,0.15141088,0.33263889,0.34441018,0.36257192,0.32827449,0.32135129,0.30756548,0.35986981,0.33070621,0.32181573,0.32670215,0.30855241,0.34150934,0.34147823,0.36748025,0.34826466,0.20893788,0.23447284,0.24576232,0.24030104,0.23375916,0.22156169,0.2381027,0.23921037,0.23241995,0.2305069,0.23135008,0.23170723,0.22006834,0.21025372,0.20272054,0.23714499,0.23658396,0.25750571,0.25765815,0.28512773,0.27439547,0.25446731,0.26795894,0.28926322,0.29144716,0.29738525,0.30872858,0.33123738,0.27976021,0.26529789,0.29775897,0.31138098,0.35870242,0.4729214,0.5919854,0.64817607,0.79353201,0.89150798,0.96038413,1.048375,0.92047685,0.95209759,0.94674557,1.0230179,1.0937263,0.10640613,0.10860121,0.11821757,0.12286522,0.13405824,0.11330886,0.13149564,0.13722375,0.13766912,0.14400521,0.1584495,0.16010614,0.16860373,0.16890766,0.17973784,0.36658943,0.36772519,0.34760013,0.33299661,0.33549288,0.33979771,0.32493982,0.31869397,0.3227165,0.32564858,0.32109639,0.32881892,0.32072768,0.3123441,0.31223366,0.17154688,0.17056817,0.21731469,0.21106941,0.24283072,0.2709246,0.29538742,0.31496963,0.33933398,0.35948643,0.39123181,0.43375167,0.47169811,0.41133454,0.44950214,0.3502627,0.31650579,0.31831929,0.33707866,0.3391473,0.2634612,0.30105367,0.29717681,0.30045068,0.30262274,0.25121421,0.2917954,0.31260854,0.36572623,0.36867979,0.15383336,0.14974163,0.1491615,0.15048909,0.15943043,0.15304086,0.15699995,0.16756487,0.15309037,0.15403716,0.16073425,0.15990217,0.19441126,0.18514612,0.21759698,0.088417329,0.088999644,0.087168761,0.087827161,0.14136773,0.070708856,0.12207882,0.13900955,0.13745704,0.13640238,0.38740104,0.12044046,0.15530629,0.14124294,0.14306152,0.26388887,0.26767585,0.28236818,0.26954177,0.30245745,0.26366252,0.26159668,0.27672723,0.27134588,0.28548488,0.34846279,0.28639409,0.28560302,0.26813075,0.26589009,0.20113017,0.19905213,0.17924529,0.18875048,0.20776276,0.19372694,0.19351272,0.20096831,0.18718246,0.19513023,0.18370606,0.18094563,0.19091256,0.18713976,0.20769972,0.10884025,0.11029413,0.12431625,0.12325897,0.18344136,0.2899251,0.25915891,0.26710021,0.31623331,0.31805867,0.37127277,0.36878422,0.35561877,0.37510258,0.36803991,0.30317044,0.294103,0.29266864,0.29043031,0.30138636,0.24930748,0.24912141,0.24019566,0.22769259,0.23554154,0.28226632,0.29250029,0.30630696,0.32355478,0.27910262,0.30342436,0.30996311,0.29682398,0.3113879,0.29455081,0.19058789,0.10175898,0.087209299,0.072590008,0.10048809,0.12735248,0.13229458,0.10236911,0.13017066,0.11574074,0.39848274,0.38903454,0.38210991,0.37389702,0.35877317,0.34886849,0.36495572,0.37797207,0.35766461,0.32865858,0.34211427,0.35724482,0.37109134,0.36687633,0.35990801,0.16074388,0.15607741,0.14940354,0.1412822,0.15770347,0.1435879,0.1417419,0.1525209,0.14592056,0.14494553,0.16516791,0.16480093,0.17025441,0.15793169,0.18370393,0.3366701,0.33413103,0.34543091,0.35834166,0.35457769,0.35696536,0.33191299,0.34147856,0.34549966,0.35626808,0.32222468,0.37381515,0.34566349,0.41570649,0.39752451,0.26373625,0.26246721,0.24846536,0.22222222,0.23494861,0.17383745,0.1576383,0.15813686,0.114893,0.11418784,0.25546408,0.14499058,0.15820509,0.21138668,0.26577142,0.25868666,0.26767993,0.27427486,0.27670836,0.27006462,0.2588225,0.25804088,0.27309281,0.26480046,0.26751134,0.24575219,0.30545512,0.32654852,0.33986661,0.3624709,0.2950106,0.29427576,0.30380735,0.28135601,0.27622798,0.24964337,0.27784795,0.28024822,0.27827185,0.26176584,0.2984215,0.28604263,0.27270925,0.26279289,0.2828615,0.37845707,0.37116081,0.37668163,0.3786211,0.36721748,0.27307042,0.22417933,0.22087243,0.21971124,0.22772351,0.25605536,0.21744859,0.27140549,0.24465215,0.25941157,0.078272782,0.079087853,0.080715679,0.081102997,0.08305648,0.13884069,0.10503466,0.12818687,0.12108262,0.12846132,0.24693152,0.13858497,0.2054292,0.20614003,0.2361275,0.38560554,0.38983247,0.38839513,0.36640424,0.38498089,0.4138284,0.39328691,0.38569427,0.3828184,0.38784531,0.36577538,0.37249634,0.37313017,0.37796977,0.38575554,0.42555729,0.4177784,0.40462714,0.40328312,0.40354994,0.40308782,0.40426281,0.39378563,0.39842287,0.40004137,0.37345508,0.38796607,0.41151595,0.41114497,0.42689043,0.076608784,0.077002056,0.076355308,0.076064907,0.10397712,0.10618529,0.078431368,0.12923236,0.1036001,0.12810659,0.15109545,0.1494396,0.14829461,0.17438965,0.22371365,0.18175858,0.18081547,0.19815262,0.19911164,0.21057846,0.23488882,0.2361642,0.25372857,0.25989294,0.26112908,0.26132137,0.27872601,0.29205793,0.31136158,0.31942937,0.25038853,0.25167057,0.26502523,0.2458252,0.27183148,0.28621939,0.26648903,0.28124741,0.28092209,0.28799474,0.32122558,0.28220451,0.28863597,0.33014196,0.34070134,0.45247516,0.43765,0.44355375,0.45686531,0.4331404,0.39054134,0.40821266,0.40886834,0.427966,0.41621235,0.35738173,0.40601614,0.40601566,0.41596469,0.41373557,0.22681451,0.24084482,0.231786,0.24217705,0.25408119,0.20006253,0.1670482,0.17134814,0.17787045,0.18336287,0.29227301,0.19677997,0.15018623,0.14641288,0.16101208,0.24087569,0.25104392,0.26175493,0.25037253,0.23466308,0.22738206,0.24821517,0.23975903,0.23979747,0.25628689,0.23533556,0.25215128,0.25222713,0.24867831,0.26232079,0.19380458,0.20014536,0.2203159,0.19953904,0.1901425,0.17033599,0.21008626,0.20333768,0.19308445,0.20201395,0.18666145,0.20542148,0.1947251,0.20091471,0.21348247,0.14547218,0.14701679,0.15476093,0.15532392,0.17015272,0.19333607,0.19177411,0.22057022,0.21075669,0.21876518,0.22928399,0.21733005,0.20792514,0.22233692,0.22879685,0.21760964,0.21909496,0.21949264,0.21073927,0.21701203,0.20760071,0.17344953,0.17558528,0.1670495,0.17252988,0.21880916,0.20382695,0.21787405,0.24366069,0.26609901,0.28964743,0.29346257,0.30747467,0.29702562,0.27599868,0.26937929,0.26030314,0.25961882,0.27965087,0.26539785,0.27795443,0.27478683,0.27100587,0.283263,0.28984174,0.35088706,0.33683789,0.32962716,0.32205746,0.32777593,0.33813989,0.34449753,0.33077851,0.34246337,0.33241072,0.31399998,0.31604421,0.31386852,0.31862307,0.32048509,0.25431058,0.25324148,0.23988006,0.24301939,0.25551569,0.24838066,0.23157082,0.24099869,0.2294455,0.23350012,0.26134473,0.25214082,0.25727764,0.28009877,0.29736617,0.26640025,0.26613438,0.2789754,0.25432348,0.27532122,0.26612905,0.24980484,0.27393091,0.255716,0.2484109,0.19054341,0.23743017,0.26512578,0.26260859,0.24263665,0.20254019,0.19815059,0.19917081,0.20690495,0.20655411,0.16037552,0.12812051,0.14396328,0.13459468,0.14595176,0.19795951,0.1310665,0.16243355,0.17896275,0.22276595,0.27949932,0.28907067,0.30404377,0.33108598,0.33005279,0.39602789,0.405954,0.40199849,0.40490386,0.41836458,0.57914031,0.46602762,0.47463346,0.43946844,0.39595705,1.2021805,1.2569081,1.2689116,1.2739786,1.193283,1.1383203,1.1214688,1.2223901,1.1452345,1.2327808,1.244928,1.3458029,1.3255326,1.4473089,1.4061655,0.68887943,0.68467331,0.71246582,0.70053905,0.72773284,0.74623084,0.75079596,0.7410202,0.74802041,0.75501686,0.74806607,0.74426848,0.74178773,0.73191607,0.72114742,0.83273315,0.83666295,0.86602139,0.80687177,0.84263867,0.80148947,0.78089046,0.77619845,0.70326072,0.70592505,0.70804977,0.70778841,0.71365577,0.72777843,0.73326361,4.8826027,4.7980113,4.7037716,4.725419,4.6624436,4.7366123,4.7069297,4.7174649,4.665885,4.6175275,4.6689506,4.6518431,4.6652465,4.6786299,4.6939507,0.7554549,0.75305629,0.75926912,0.74312079,0.737275,0.74135697,0.73089737,0.71865368,0.7098791,0.69604689,0.70695293,0.70978719,0.71358979,0.71018398,0.72417921,0.8601622,0.86762512,0.87609518,0.82438171,0.81946862,1.2581781,1.283697,1.1803952,1.1785806,1.2069399,1.7019206,1.2201196,1.2268403,1.2941762,1.2330146,1.3819581,1.377019,1.3199046,1.3436878,1.3198522,1.363222,1.2938424,1.3400302,1.3079222,1.3581262,1.3463283,1.3606838,1.3776512,1.3714241,1.3775021,0.85388988,0.83874708,0.86248636,0.83032167,0.83025295,0.79429263,0.81275666,0.77253926,0.74967754,0.83563989,0.77483219,0.81158376,0.77521348,0.76747715,0.78599769,17.811985,17.542896,17.17033,16.716055,16.648836,16.384256,16.463898,16.635263,16.171528,16.702042,15.556732,16.24577,15.993768,15.772252,15.867207,0.47614244,0.50880003,0.50988251,0.46711275,0.49170464,0.47588003,0.4629558,0.47199124,0.44083363,0.4766508,0.50364161,0.50854796,0.48699215,0.48744428,0.48507211,0.37767521,0.38910505,0.39249891,0.38860103,0.39647576,0.13192612,0.17817372,0.22696324,0.22281639,0.22351362,1.6747465,0.2670227,0.26990554,0.2670227,0.36166367,0.97706831,0.98364103,0.9396444,1.0005772,0.95765489,0.94931537,0.92674857,0.90507597,0.93237895,0.92855507,0.88585305,0.84402132,0.84398782,0.86501426,0.87895042,4.4800596,4.4008484,4.4166765,4.3191199,4.2995343,4.2670717,4.2438531,4.2003703,4.1942606,4.0873213,4.1601496,4.2380261,4.2722535,4.2702923,4.302897,0.90560055,0.90141308,0.83778727,0.83165932,0.80343002,0.80423772,0.78346145,0.77992022,0.7961722,0.75656891,0.74350864,0.71399635,0.72174835,0.75596559,0.7383101,2.2147346,2.1866269,2.2940333,2.2256055,2.1897027,2.1328843,2.1580765,2.1059089,2.178899,2.2211752,2.0852826,2.1225309,1.9683456,1.9767056,1.9168377,0.82449263,0.80845338,0.79911977,0.78562361,0.76528037,0.75219965,0.73396832,0.71818727,0.71103245,0.68922162,0.67467821,0.66518027,0.6561318,0.65422362,0.64875752,1.5198523,1.5056735,1.4710513,1.4931723,1.4630517,1.4253188,1.4151983,1.4436411,1.4215591,1.4176044,1.4086074,1.4187018,1.4181752,1.4238627,1.433651,0.9452247,1.0205883,0.95491326,0.9740805,0.98588878,0.88978875,0.85573941,0.88359976,0.87967014,0.8377403,0.85795063,0.90432435,0.90336835,0.89993316,0.97278541,3.4107475,3.3505559,3.1217208,2.9882548,2.9794092,2.7231703,2.7105224,2.6334305,2.5875342,2.3160088,2.115026,2.1937666,2.1847601,2.1289859,2.1931715,1.186658,1.2504715,1.2425848,1.2733423,1.2418863,1.2392451,1.2316211,1.2717402,1.229656,1.3011844,1.2611443,1.3170236,1.3427525,1.3461385,1.2961289,1.4887114,1.5015311,1.5358701,1.5089164,1.5610037,1.5265701,1.4974084,1.5129888,1.489442,1.447493,1.42032,1.5687393,1.6471941,1.5951756,1.7360773,3.509903,3.5011332,3.454066,3.4249585,3.4132929,3.2537413,3.2441273,3.1834216,3.1362381,3.1375864,3.0806701,3.0631845,3.106694,3.1263418,3.1749432,11.097913,11.107703,11.128264,11.071938,10.99184,10.740107,10.655613,10.573143,10.411333,10.663652,10.655162,10.397021,10.489459,10.452292,10.484437,2.2398396,2.394455,2.2911184,2.1450803,2.2478883,2.1057093,2.1054111,2.0779827,1.9525932,2.0355749,1.9055827,2.0620534,2.1120248,2.2032902,2.3356528,2.8015764,3.0913866,3.0501089,3.1756587,3.1852336,3.3584204,3.2489552,3.3910196,3.3654218,3.6494672,3.3813448,3.5711527,3.7042742,3.7235279,3.5700486,1.3021437,1.2757399,1.2705829,1.26068,1.2540922,1.2433369,1.2176975,1.2046851,1.1892029,1.1622345,1.1551881,1.150849,1.1598709,1.1553258,1.1473109,0.77903682,0.77438259,0.7383101,0.71008319,0.69006699,0.57361376,0.58284217,0.53246754,0.5131495,0.5091002,0.66527277,0.53736252,0.51879036,0.5227688,0.54910767,1.7578804,1.8147206,1.8273449,1.7975394,1.780244,1.7229385,1.7181519,1.7130432,1.7606728,1.7253362,1.7523184,1.7008016,1.691914,1.6893342,1.6821109,2.0818596,2.1865149,2.154562,2.0007963,1.8268856,1.7470639,1.5969006,1.4741331,1.3555597,1.268827,1.351108,1.3751572,1.4074405,1.4660151,1.4817427,1.275803,1.2673725,1.2518883,1.2399074,1.2523056,1.2488376,1.2203559,1.2134556,1.2066995,1.1958058,1.1915244,1.1741275,1.1616387,1.1487813,1.1457473,1.3221014,1.3262492,1.3582077,1.3700634,1.3678929,1.3586445,1.3760371,1.3940589,1.3862238,1.3681164,1.3836793,1.3922329,1.4060267,1.4099959,1.3992047,5.416563,5.4173717,5.4321418,5.4719257,5.5653067,5.4719791,5.4076381,5.1139135,5.2007003,5.2884173,5.2200708,5.210753,5.2080703,5.1983109,5.289742,1.4124742,1.3826317,1.3706989,1.3448808,1.3364128,1.3029517,1.2849824,1.2528809,1.2180148,1.1895045,1.2011679,1.2080505,1.2386125,1.2822367,1.3069069,1.5645372,1.5625,1.6627079,1.5565265,1.5017431,1.3859832,1.2703252,1.1823899,1.1157947,1.2015018,1.5865022,1.2195121,1.2274549,1.3063841,1.3034924,0.75029904,0.79169089,0.79941082,0.80737144,0.78373224,0.79195321,0.79181737,0.77586204,0.78338999,0.76932341,0.78863019,0.78303534,0.73189199,0.76710027,0.76123869,2.6631522,2.6184189,2.5694094,2.5999291,2.5985386,2.5882988,2.5623789,2.5410061,2.5423472,2.5046906,2.5318904,2.5243959,2.5258462,2.5553794,2.5684562,0.70177156,0.74974275,0.71593869,0.7045992,0.61909956,0.6653282,0.63044339,0.63603079,0.59586322,0.57264286,0.64075369,0.58558655,0.59177941,0.56564713,0.55605268,4.0666623,4.0470109,4.0411458,3.9953635,3.9673529,3.9523997,3.8787253,3.849046,3.8491619,3.7929251,3.7474692,3.7348878,3.7416344,3.7397611,3.7045109,0.71979433,0.71261984,0.68726313,0.69697553,0.66542965,0.62333035,0.5778169,0.54252928,0.54799581,0.58255965,0.49996987,0.50605458,0.52784532,0.52440262,0.51472348,0.23049621,0.25756109,0.23863989,0.23661919,0.22547531,0.28117335,0.24190702,0.24613647,0.24304087,0.2615968,0.2551581,0.21663859,0.21115574,0.2053615,0.20834465,0.11777176,0.10641652,0.1097824,0.086122528,0.11392654,0.1303781,0.13146888,0.11945052,0.14519641,0.14536057,0.07321538,0.12681012,0.13951007,0.14536695,0.13904104,0.34663224,0.3128826,0.29317516,0.28020775,0.31981492,0.25200924,0.27425438,0.23311621,0.25365049,0.24807057,0.14459823,0.29567489,0.28991511,0.2840122,0.29071778,0.098557115,0.095098466,0.083479092,0.083685338,0.092492059,0.085009918,0.069674991,0.07839901,0.082754053,0.082805447,0.19985843,0.096109651,0.10082339,0.1138664,0.13600238,0.17263658,0.18847294,0.18591826,0.19570085,0.18899821,0.21303299,0.22013208,0.22512335,0.22686931,0.21865889,0.22723028,0.19159469,0.18678665,0.17734335,0.1848658,0.25013164,0.24064171,0.26870885,0.22945066,0.28336257,0.15985081,0.25229055,0.22403796,0.24931112,0.29100528,0.13089006,0.3270539,0.26322716,0.30503979,0.30528271,0.70860028,0.61065692,0.6098761,0.51684725,0.44753855,0.41615915,0.37132543,0.27846536,0.18744142,0.18937401,0.053418808,0.20234291,0.21593608,0.24989136,0.24611254,0.29745808,0.28993148,0.27533764,0.27128279,0.2738297,0.21772541,0.25484198,0.28858218,0.28628328,0.28311178,0.13412999,0.28120795,0.29271862,0.27740923,0.30637255,0.26522407,0.25920495,0.26419517,0.2401496,0.25044417,0.22713016,0.23809525,0.20976149,0.19709343,0.19985227,0.22370878,0.20887728,0.21784595,0.23247653,0.2388799,0.22197559,0.21890819,0.28343907,0.2757715,0.27047911,0.25300443,0.29691947,0.25460717,0.32112274,0.34001642,0.31020221,0.31919745,0.35331661,0.39356408,0.38736939,0.24822694,0.21192051,0.2122016,0.18411362,0.18169233,0.18887363,0.16055433,0.13367866,0.13308933,0.12538661,0.15095605,0.13396969,0.14344782,0.15259409,0.14506358,0.32813543,0.30477187,0.30617255,0.30145559,0.28908354,0.25128499,0.25286967,0.2545681,0.25382859,0.23761703,0.31826502,0.25202319,0.27327737,0.2682988,0.2679075,0.22673503,0.24675827,0.22349025,0.22858742,0.22052743,0.2057153,0.19986096,0.19581135,0.19016227,0.18052056,0.29610476,0.18495943,0.20273696,0.20466465,0.22183354,0.10719098,0.1048703,0.096339114,0.097102582,0.11392405,0.092034273,0.10874432,0.080940202,0.097396269,0.1105763,0.16652519,0.11138047,0.10873505,0.13891186,0.12964994,0.15776603,0.16399844,0.15531568,0.14459665,0.15009381,0.17000517,0.14693998,0.15933947,0.18125136,0.16564639,0.21332574,0.17868629,0.20155485,0.1930088,0.21496131,0.1517805,0.1459811,0.16081914,0.15951084,0.16789396,0.17796996,0.1878458,0.19428909,0.19140574,0.1819611,0.2108821,0.20207269,0.20237648,0.19425358,0.18449648,0.2031289,0.18506655,0.19101521,0.17629223,0.1813363,0.14324646,0.15237041,0.1478222,0.13745232,0.12004802,0.14726028,0.17051461,0.16379458,0.18472275,0.20218636,0.26597622,0.25145334,0.24571671,0.2452523,0.22263215,0.2198841,0.21398717,0.22237827,0.21079257,0.2016813,0.23295254,0.24473274,0.24567772,0.28567269,0.26731253,0.20476311,0.22941111,0.22706215,0.23780362,0.23750538,0.26098889,0.23684402,0.25265914,0.25050151,0.23297954,0.16323273,0.17921613,0.17855097,0.17609589,0.17722757,0.20199621,0.17855017,0.20382471,0.19714439,0.2045482,0.15066594,0.20066889,0.19559902,0.19486055,0.19486055,0.19532442,0.18912818,0.19468273,0.20668693,0.20678748,0.16730726,0.15407622,0.14923349,0.1305248,0.12630819,0.10379062,0.10424221,0.091103718,0.082263149,0.082591534,0.087549537,0.10643713,0.10628957,0.12070567,0.12039267,0.1091093,0.10266662,0.097053349,0.092023708,0.098409049,0.084987387,0.10153677,0.071344294,0.084819965,0.079137675,0.14424516,0.085034013,0.088057235,0.094483808,0.093457945,0.16974796,0.16729403,0.15546055,0.1720757,0.15248929,0.14339337,0.15086858,0.15387321,0.15115142,0.15711977,0.24023208,0.15208074,0.15481329,0.15330076,0.15281475,0.19832134,0.20335354,0.20715396,0.18722919,0.18228282,0.18905614,0.1847772,0.19310834,0.17277926,0.18076773,0.20537516,0.20310844,0.19902426,0.21314448,0.22863576,0.11299754,0.090932339,0.11177988,0.10939659,0.12456185,0.11722642,0.10646478,0.12804097,0.11128489,0.13286628,0.14507647,0.13701132,0.18047781,0.16269147,0.17332096,0.1694067,0.14090943,0.151843,0.14710875,0.15459447,0.1479346,0.13509457,0.12341986,0.13654648,0.12816288,0.16123714,0.1463379,0.16151531,0.16561165,0.15867159,0.19392475,0.18267645,0.20317337,0.20836699,0.19126658,0.21858637,0.20881936,0.2109876,0.22474453,0.22998857,0.17661604,0.21302155,0.20687,0.1973184,0.22053935,0.11458565,0.11451369,0.095384844,0.094956361,0.12110092,0.10664509,0.12077294,0.11622839,0.12579069,0.12464387,0.16301651,0.12110418,0.11820331,0.12983267,0.12679781,0.22494376,0.21463129,0.19214734,0.19282544,0.18005438,0.13655151,0.096104093,0.092097998,0.070763499,0.066807702,0.15304789,0.063916981,0.076531589,0.080906153,0.089577816,0.18292236,0.18743242,0.172162,0.16049685,0.16188103,0.17416087,0.16061389,0.15314442,0.15292841,0.13168375,0.14360839,0.14286728,0.15019047,0.1530342,0.16029377,0.17449358,0.16610041,0.18857962,0.17978875,0.16473231,0.20195977,0.20923628,0.1932798,0.18372896,0.19936499,0.18528126,0.22141856,0.2147035,0.24426351,0.25086695,0.17309101,0.17026851,0.17463295,0.20923156,0.23577589,0.15793949,0.20542318,0.23549683,0.2283105,0.22753128,0.20577307,0.25779101,0.26934099,0.25792399,0.28574696,0.24111818,0.22920884,0.22935779,0.21486399,0.21848288,0.20996374,0.21369967,0.18752392,0.19894408,0.18664533,0.13729453,0.28677398,0.25920561,0.28147292,0.31865698,0.078153051,0.08148212,0.09079314,0.083130978,0.090260655,0.10418283,0.1179744,0.11405824,0.1214329,0.12399955,0.12148755,0.12672837,0.12939548,0.13502999,0.13430589,0.26940975,0.24654832,0.23661269,0.21057846,0.24888003,0.22667171,0.20196919,0.21817249,0.19327407,0.1947799,0.18212567,0.19833399,0.22621424,0.22923408,0.21953897,0.43994132,0.40607807,0.39313328,0.38420776,0.36217824,0.22135417,0.24771839,0.12990388,0.14282005,0.1173097,0.03958828,0.17096265,0.14477494,0.18438034,0.18151173,0.043960877,0.033500835,0.033318523,0.022138588,0.077007696,0.08905711,0.1566346,0.14687605,0.15896446,0.18294078,0.057477869,0.21519992,0.21821524,0.23070711,0.2537193,0.095445864,0.098191909,0.10956176,0.12794016,0.13565454,0.15231809,0.15509647,0.14965031,0.18447395,0.18600185,0.17912051,0.2052533,0.21242698,0.21960412,0.22124545,0.15478678,0.15150632,0.16368188,0.16545901,0.16942133,0.1790577,0.18078846,0.20121092,0.19799823,0.21204104,0.22483228,0.23176211,0.2475335,0.23489517,0.24092996,0.17844036,0.17379969,0.18161729,0.18989359,0.18233284,0.19912946,0.21489421,0.20938933,0.21179141,0.21832399,0.22432323,0.23750868,0.24538636,0.24050391,0.23159108,0.14154783,0.12688118,0.14041492,0.15832806,0.16755097,0.15968341,0.17556542,0.17174459,0.20864688,0.21102072,0.21097764,0.21745038,0.26173562,0.28759938,0.29016182,0.27063599,0.27097648,0.2506749,0.2012651,0.20163226,0.11422045,0.1038912,0.12312938,0.095093191,0.10498187,0.038343556,0.10621862,0.11679969,0.11908306,0.1198921,0.20697238,0.20093335,0.20244238,0.15583403,0.14996414,0.18175918,0.16189612,0.16431153,0.16613504,0.17372712,0.060370274,0.19573434,0.231324,0.20515625,0.23279698,0.29952633,0.28669325,0.29738724,0.26938891,0.28577551,0.28673834,0.28820521,0.29619998,0.2771295,0.25932863,0.21551724,0.28855866,0.31229573,0.30273941,0.3080622,0.19314642,0.19279806,0.19889365,0.19183168,0.21542439,0.18384606,0.18790156,0.16826923,0.18461172,0.19598526,0.16573931,0.24214506,0.23534951,0.25891492,0.29906762,0.19209659,0.17935982,0.17730495,0.17822868,0.15229128,0.1950404,0.16875264,0.15455949,0.1396648,0.18126047,0.042117085,0.17021276,0.21598272,0.2157032,0.20152584,0.052252062,0.031469632,0.042252034,0.052770447,0.073552594,0.094428703,0.13707297,0.12734798,0.16020507,0.16217969,0.02179124,0.18679266,0.17720677,0.21155772,0.19825971,0.17944117,0.17118891,0.18360376,0.18513843,0.22250208,0.18178743,0.20207122,0.21382752,0.1964144,0.19482674,0.22258863,0.25148419,0.2246365,0.21917364,0.2189337,0.22817762,0.21901722,0.21028037,0.23057038,0.23978584,0.22398506,0.23643982,0.22702274,0.24317814,0.25330111,0.20052844,0.26940683,0.2710157,0.28828135,0.28600514,0.072351426,0.062408984,0.0625,0.062545605,0.072825633,0.063404843,0.063890956,0.075593948,0.064794816,0.065452166,0.010921801,0.065502182,0.066489361,0.078935497,0.090600222,0.09618105,0.086495213,0.086875938,0.081461653,0.058197055,0.058476113,0.059112139,0.065616801,0.072093718,0.060284544,0.060350031,0.085334629,0.079239309,0.080341138,0.093902588,0.25536263,0.23898941,0.25790921,0.20782819,0.27524516,0.20562029,0.18994991,0.24112988,0.19147085,0.19288094,0.034971148,0.22421525,0.24071527,0.22131425,0.22271715,0.20606351,0.21442096,0.21002649,0.20756879,0.21520969,0.20156878,0.21374433,0.21043138,0.21893689,0.23376055,0.22646281,0.21651255,0.21482028,0.20812377,0.21286194,0.12116474,0.11936498,0.1367714,0.12108004,0.13070828,0.14302644,0.12351779,0.12874824,0.13357265,0.15063392,0.16845652,0.14067096,0.14634986,0.14816752,0.15084293,1.0575148,1.0326006,0.98163086,0.97364849,0.97236931,0.93347794,0.91574228,0.86500281,0.84356189,0.84567612,0.88758814,0.91370076,0.89172602,0.92741734,0.89630586,10.099269,10.123412,10.133159,10.404277,10.442981,10.458951,10.494881,10.654979,10.449056,10.484871,10.51233,10.496206,10.429371,10.300803,10.456581,0.79523742,0.78496408,0.77996266,0.76094824,0.82088906,0.79898703,0.75269753,0.78911799,0.82809889,0.82831979,0.78735006,0.80810285,0.7925418,0.7907303,0.80654025,9.3558693,9.3725119,9.1353779,9.1658421,9.1928253,8.988986,9.2341156,9.2822027,9.3931398,9.5253992,9.0575848,9.3936186,9.6594677,9.5698214,9.5763159,2.1556237,2.1436172,2.1641698,2.2195332,2.2264571,2.3190701,2.3348086,2.3989353,2.4219723,2.3977993,2.4035637,2.4229436,2.4016061,2.4262104,2.4517906,0.29712299,0.29592204,0.28308049,0.2824654,0.29017046,0.22907867,0.26603395,0.27367663,0.26940441,0.27169922,0.43462244,0.28189912,0.26978418,0.31399521,0.30291554,4.2899032,4.1336961,4.2499685,4.1586256,4.1965389,4.3734126,4.4033384,4.397119,4.2940879,4.5038118,4.3328791,4.6421661,4.5498924,4.5700855,4.4582243,0.31297374,0.32896304,0.33171317,0.32243618,0.34098908,0.32911119,0.35890535,0.33695006,0.3374016,0.36939967,0.37316477,0.35005835,0.37001288,0.37634084,0.38784745,0.30715862,0.32604799,0.34248397,0.36198938,0.39285043,0.41135749,0.41977069,0.42607585,0.4356024,0.430666,0.45109174,0.48160219,0.47280574,0.48446852,0.48258895,0.43991321,0.47685337,0.47856784,0.45499915,0.48781914,0.43397215,0.45640859,0.47045159,0.44452143,0.45968375,0.51595426,0.57001382,0.55421758,0.58752024,0.57569855,0.31322375,0.37429231,0.38139397,0.36183724,0.3524197,0.36636648,0.39054102,0.37012652,0.39210817,0.41261578,0.42352033,0.42863944,0.47661233,0.49653664,0.51970088,0.22624436,0.22914219,0.22962789,0.21905157,0.21167754,0.18348624,0.22414911,0.22453322,0.21418373,0.21567219,0.42092603,0.2158144,0.22973219,0.26190764,0.26241913,0.28325835,0.27533382,0.28712273,0.29093996,0.28787166,0.30214706,0.2967627,0.29641002,0.28234103,0.27444488,0.28039542,0.28016114,0.28058317,0.28041118,0.28108311,0.37687129,0.39358684,0.40042344,0.39581308,0.39286929,0.40037203,0.40335721,0.42131519,0.40789339,0.41273385,0.42479831,0.42152718,0.43134597,0.43677017,0.44371682,0.6210072,0.62147093,0.6017912,0.58277112,0.58129227,0.54714704,0.53253806,0.53296131,0.49602115,0.48712349,0.50126219,0.50588405,0.49478132,0.52470797,0.51961172,1.7825435,1.7666383,1.7732205,1.7994976,1.8502042,1.8690737,1.9080224,1.944635,1.8982433,1.8887222,1.8920876,1.901754,1.8736165,1.8434021,1.8498616,0.23778535,0.24631149,0.2759665,0.27412546,0.29023746,0.28103268,0.29186514,0.310559,0.3250196,0.3442736,0.38953939,0.33500457,0.34597352,0.34626353,0.36794582,0.51655769,0.50833911,0.50585759,0.48609349,0.46608466,0.48838505,0.45361641,0.46050996,0.45999014,0.44263998,0.43061623,0.42827839,0.44897273,0.4784407,0.46913266,0.43341213,0.41699764,0.43409631,0.38306451,0.40899795,0.60103631,0.66750103,0.66211021,0.67922872,0.66755676,1.137139,0.73447585,0.60456789,0.71095312,0.78457743,0.36348701,0.39547905,0.40164328,0.3879354,0.40534121,0.38772571,0.40132105,0.40986869,0.41435099,0.41037783,0.42590863,0.43867397,0.44180021,0.45157805,0.45485738,11.092286,11.093183,11.21571,11.512758,11.588069,11.91446,12.098182,12.490922,12.775467,12.984249,12.633393,13.30741,13.177957,13.333334,13.229658,0.11299664,0.11258771,0.11476433,0.11417125,0.11766348,0.1433007,0.16782881,0.17212726,0.17507967,0.17479771,0.22446468,0.19515242,0.2019489,0.20344287,0.21225686,0.19543974,0.19747119,0.19603828,0.17492202,0.16666187,0.16489452,0.16727535,0.15731081,0.13661949,0.13361692,0.20884755,0.14878134,0.14637716,0.15362225,0.17802714,0.18865947,0.18737313,0.20760886,0.20775984,0.20811656,0.18241517,0.21880698,0.21938989,0.23034239,0.24139377,0.39396966,0.27227983,0.28309307,0.31113219,0.33977491,0.10962027,0.10901797,0.10861537,0.1036538,0.12075732,0.12817773,0.14837424,0.13961753,0.14767309,0.14833651,0.27414593,0.15567149,0.16,0.17284264,0.16392754,0.55531198,0.56080282,0.55133367,0.560776,0.58389676,0.5459367,0.56125724,0.56726092,0.55728567,0.5698961,0.83050847,0.63322777,0.74049139,0.81591028,0.89572418,5.9687452,5.9626622,5.8480439,5.8601904,5.740335,5.838572,5.7254195,5.7991791,5.8433261,5.9542513,5.7589831,6.0583906,6.0761595,6.1153007,6.2139502,0.29584631,0.31406382,0.30371174,0.29303372,0.29342133,0.27241516,0.26568264,0.26374641,0.2393553,0.24317202,0.26047578,0.27540654,0.25837651,0.2637586,0.28089887,1.2771549,1.2710829,1.2654691,1.2983403,1.4187464,1.3426604,1.318599,1.3567557,1.3569431,1.3020053,1.2939279,1.2743628,1.2755771,1.3009541,1.3149394,0.33386645,0.32705545,0.31188071,0.32383004,0.30639115,0.31670082,0.32053065,0.33818763,0.32738888,0.30996603,0.32039165,0.3103506,0.30093506,0.29883507,0.30437237,0.26222047,0.26598364,0.28873447,0.29408881,0.32098043,0.27118644,0.31799567,0.32859766,0.33921304,0.36487472,0.42290491,0.43699926,0.41755679,0.46461582,0.44581619,0.38400239,0.39067939,0.38256958,0.39884472,0.38296318,0.37099004,0.38593289,0.40072271,0.39463997,0.38413975,0.37867576,0.38689753,0.38973832,0.37899157,0.36740997,0.11093991,0.11040913,0.1216841,0.12714943,0.16250376,0.14967372,0.1966041,0.19796041,0.20873092,0.20770282,0.36902565,0.22437412,0.2433379,0.2450248,0.23178414,0.54014951,0.55715656,0.60322362,0.60963809,0.65261531,0.70811158,0.73874754,0.75077283,0.80501783,0.86129642,0.8125596,0.93030268,0.99346143,0.98741424,0.98611182,0.40781936,0.3993502,0.38797611,0.37811011,0.37753657,0.34119317,0.33268833,0.33820716,0.30934212,0.30173761,0.33426183,0.31628889,0.36510444,0.34910783,0.37297526,0.41839489,0.44330096,0.47244287,0.46091941,0.46306476,0.44728512,0.44583422,0.44948211,0.44187132,0.45955884,0.48433295,0.48049673,0.49847242,0.48992857,0.5127182,0.3277908,0.36375427,0.38382724,0.36681825,0.35900041,0.37686691,0.40837905,0.394618,0.44048229,0.42378896,0.43026307,0.42602229,0.43303868,0.43617761,0.44315323,0.46985123,0.52135229,0.52177542,0.51227123,0.51077783,0.48774797,0.51664346,0.4906376,0.48549464,0.51684535,0.52034628,0.55996722,0.5644539,0.59367234,0.623393,0.34926721,0.35557985,0.35139883,0.34157124,0.36946625,0.46783626,0.49232367,0.50665802,0.51017118,0.5193119,0.60456347,0.54110438,0.58637506,0.58928692,0.59309614,85.060242,84.207031,83.454506,83.675751,83.363594,83.206978,82.745827,82.459816,82.653061,82.486275,82.619942,80.890411,79.666435,78.253929,77.140335,0.61951399,0.61109012,0.60530674,0.60456854,0.59824061,0.61177003,0.59585303,0.58371168,0.57608861,0.5610671,0.55377346,0.56614655,0.57043362,0.57339185,0.57520878,0.89303142,0.93951279,0.92763931,0.99012274,0.98747301,1.0046005,1.0206443,1.008484,1.0168264,1.0284222,1.0260192,1.0326641,1.0264482,1.0766952,1.0825469,0.76527762,0.84373009,0.86675084,0.92168397,0.93162709,0.97436309,0.96408522,0.97606134,1.0868416,1.1685035,1.1234463,1.2203227,1.2845165,1.216903,1.2240653,0.63373768,0.75585175,0.75932205,0.7871477,0.75064129,0.75888985,0.7946443,0.78789705,0.82465756,0.7684865,0.78231579,0.83186775,0.86457747,0.86410058,0.87625384,1.4432352,1.3980676,1.4243722,1.4331994,1.4399058,1.4510428,1.4601007,1.4788082,1.5150125,1.4934014,1.5397485,1.5367653,1.5717136,1.5723655,1.573808,0.17936133,0.19156396,0.18300341,0.20877074,0.19278468,0.17727582,0.19798037,0.19626854,0.18838525,0.2025252,0.2165229,0.20060644,0.20212924,0.19509284,0.20670122,0.1780578,0.17675051,0.17482518,0.17440301,0.18577494,0.13217025,0.22546418,0.22495699,0.22531478,0.22727272,0.6031363,0.24222851,0.25658339,0.27096599,0.28559771,0.28227121,0.30910656,0.30361947,0.31241795,0.33256853,0.29757363,0.30314416,0.31810728,0.33122331,0.34717947,0.36960486,0.37985542,0.36893108,0.3953734,0.40566957,1.0252328,1.1323794,1.0217024,1.0155233,1.0393723,0.93833774,0.93312597,0.90708065,0.91583765,0.96223187,0.93984956,0.93479204,0.97134197,0.95792943,0.96147209,0.33457249,0.33371896,0.32671043,0.33516419,0.33928809,0.32184583,0.321257,0.32979909,0.31877771,0.30339459,0.3340328,0.33488664,0.34468085,0.34572169,0.35035461,0.55042386,0.55248618,0.56453186,0.49475944,0.5003621,0.37219194,0.41661066,0.39145663,0.34001803,0.34272924,0.55984694,0.40656206,0.38195446,0.44273478,0.50442284,0.28956506,0.27241904,0.28393379,0.28557208,0.28987318,0.31875643,0.30941394,0.31379408,0.32301134,0.31978682,0.31558487,0.3139025,0.31596956,0.32288367,0.32976726,0.20579565,0.21039809,0.21695594,0.20435216,0.21285886,0.20815073,0.24045031,0.2387671,0.24169186,0.23189045,0.35036984,0.2947064,0.30904084,0.28127813,0.28285342,0.24792738,0.23567967,0.25581276,0.27030882,0.26977551,0.26919961,0.25041315,0.24701084,0.24214582,0.23128089,0.23017903,0.24625154,0.24643143,0.24590062,0.25423676,0.39072675,0.43948838,0.42603394,0.40872833,0.40819013,0.36445564,0.44831046,0.46339828,0.45014784,0.47166631,0.55045873,0.47221464,0.4470835,0.45897081,0.48763496,0.22156225,0.25414315,0.27538523,0.305307,0.28518137,0.29846486,0.32086635,0.31086308,0.33296469,0.3390637,0.33750975,0.35780281,0.36236134,0.35373107,0.35443038,0.83471853,0.88393819,0.89317423,0.8879782,0.90486038,0.93618321,0.92480695,1.0217093,1.0697197,1.0802118,1.1092302,1.1472152,1.1115198,1.156794,1.1300505,15.847129,15.680964,15.77695,15.529982,15.726196,15.49964,15.411453,15.449202,15.993995,16.13624,15.861903,15.952367,16.180292,16.21949,16.318832,6.0439696,6.0717254,6.2890472,6.3602948,6.4037027,6.3542247,6.5011168,6.6198096,6.70263,7.0400343,7.1333237,7.1525998,7.2401776,7.409636,7.2631879,0.31843463,0.34240818,0.33553788,0.33059162,0.32855436,0.3494854,0.3476367,0.33079234,0.30954933,0.35565323,0.3290841,0.3510384,0.37822798,0.38115129,0.38434178,0.1873228,0.18674608,0.19565544,0.18562183,0.19320321,0.18199705,0.19613612,0.19049481,0.19439179,0.19809633,0.30518818,0.19743812,0.21481228,0.21381019,0.2285881,0.14771049,0.15487868,0.15046424,0.14226827,0.16982223,0.1567789,0.16969524,0.16199465,0.16167581,0.16767387,0.22180635,0.17901404,0.19067076,0.22652736,0.23716754,0.11764705,0.11719999,0.12726244,0.13734813,0.15007679,0.12086052,0.15451704,0.16033842,0.1698889,0.17869787,0.24517213,0.1697906,0.18206495,0.18162006,0.22068511,8.8885736,8.9405518,9.0554075,9.0739641,9.4974852,9.5406036,9.5993471,9.8877115,10.304589,10.555658,10.450552,10.69774,10.625705,10.429361,10.585102,0.18737544,0.19152169,0.19293278,0.19364075,0.19362465,0.19629838,0.18510087,0.17742905,0.18544684,0.19103226,0.19274986,0.19261076,0.20183396,0.20768432,0.20966385,0.96669579,0.99564409,1.0077903,1.0038419,1.0914052,1.012611,1.0498198,1.0911585,0.96231961,1.1161973,1.0618246,1.1023822,1.2191271,1.1496456,1.1927541,0.23311605,0.25798455,0.25509149,0.26362544,0.26274219,0.25280631,0.27219316,0.24535035,0.28212085,0.25307989,0.26369429,0.26772547,0.27214679,0.29226109,0.26706475,0.19935444,0.20598309,0.21051152,0.208675,0.20731282,0.20956227,0.22032622,0.23032539,0.22938211,0.22213252,0.21925101,0.21545108,0.21313438,0.22663537,0.23499057,0.40595663,0.41465098,0.39709812,0.42031989,0.44102272,0.4227927,0.42178059,0.42333469,0.42781359,0.45045045,0.42582443,0.4757174,0.48428941,0.48646891,0.51835358,0.28170234,0.29130787,0.33392423,0.38015041,0.37906581,0.37860283,0.40907249,0.41318965,0.41599354,0.43170154,0.49863079,0.48411375,0.51870614,0.50139737,0.51296902,0.43347356,0.44258139,0.47318614,0.4841947,0.49647161,0.49488699,0.51804554,0.56206828,0.54393303,0.56240201,0.56686562,0.55658293,0.55714601,0.55343801,0.55647582,0.69416845,0.68589473,0.70988929,0.68104124,0.67585546,0.69217533,0.68227822,0.67279929,0.69780862,0.73699868,0.71530759,0.70464987,0.7246182,0.68246931,0.69703931,0.86967403,0.90996015,0.87834734,0.79763132,0.72364503,0.73146796,0.67746687,0.68226123,0.63793552,0.60711187,0.59004337,0.61775225,0.6391058,0.7171886,0.7199747,0.66678363,0.67802656,0.70807564,0.72247809,0.73902595,0.70579827,0.79308498,0.81938326,0.74437338,0.77982843,0.69171649,0.85142618,0.84005094,0.86652225,0.8977263,0.83286732,0.9279806,0.96427482,0.92658389,0.95645815,0.97392315,0.96716213,0.9147439,0.94291186,0.94633073,0.85617918,0.92918456,0.99204278,0.99748552,1.0260556,1.1680144,1.1960307,1.1405349,1.023622,0.99107379,0.92856669,0.99101478,0.92939204,0.72806233,0.78863364,0.78218633,0.85983437,0.9057278,1.0324951,1.002775,0.81105691,0.79193068,0.7789439,0.79300201,0.76923078,0.71456927,0.71869385,0.73445028,0.63028324,0.64311004,0.62215149,0.72115386,0.75579321,0.99002999,1.0090319,0.98271769,0.96919352,0.9281134,0.88613945,0.95836091,0.79339379,0.77951002,0.74051684,0.64487761,0.64608759,0.74521935,0.68733341,0.69949639,0.78212291,0.83975774,18.850445,19.116411,18.986534,19.070024,19.261744,19.34144,19.642857,19.80751,19.875601,20.022678,19.956264,19.71373,19.378054,19.305771,19.495543,0.75630921,0.72945893,0.77538162,0.75965732,0.76164514,0.72231138,0.78162384,0.72107768,0.68117756,0.69406956,0.84071457,0.66191071,0.69515586,0.69295985,0.70323485,1.546073,1.5746378,1.5391103,1.597582,1.5770144,1.4552563,1.3385147,1.3126749,1.2984248,1.2035692,1.5198834,1.3491075,1.4651258,1.3206769,1.3770081,0.61902082,0.59997213,0.66476732,0.66702241,0.72809106,0.74170458,0.84658796,0.81021357,0.80378252,0.84063047,0.94548845,0.91477537,0.95238101,1.0326024,0.97053319,0.67827684,0.73285365,0.72813785,0.75162935,0.75737178,0.74767882,0.68994111,0.68793207,0.7274605,0.6944598,0.67081314,0.66153693,0.66495252,0.65516734,0.72354853,0.47192398,0.48989588,0.54516083,0.51597536,0.59205872,0.62197649,0.69389492,0.67595369,0.65800667,0.68023449,0.68584073,0.71024305,0.66321129,0.67656046,0.72721398,0.87984025,0.9167189,0.97995681,0.91287398,0.91692621,0.90529442,0.88693053,0.89546049,0.91881323,0.85329217,0.77476257,0.78906047,0.85388637,0.93893242,0.9448182,0.45909849,0.42426816,0.47972089,0.57017541,0.56058645,0.73434126,0.73244292,0.74781889,0.72963113,0.80808085,2.1353748,0.92555332,1.010101,1.0204082,1.1462451,0.40664575,0.42419052,0.43476573,0.43866402,0.45248872,0.44744426,0.48154095,0.48145834,0.46749291,0.48557556,0.44214922,0.55842376,0.55434293,0.60197699,0.62487125,0.43483236,0.43354249,0.44490075,0.43733454,0.45819017,0.31102407,0.3337169,0.34554249,0.33634886,0.33689591,0.64568198,0.39075968,0.49244159,0.4353804,0.47857794,1.1623533,1.2808474,1.2444577,1.3475388,1.2731051,1.1819021,1.2362337,1.2210451,1.1733708,1.1958507,0.95705271,1.0794193,1.1657768,1.1780895,1.1292472,0.46956232,0.49784267,0.54781657,0.62808436,0.70701361,0.65202928,0.81689078,0.70454544,0.8127507,0.74995065,0.89782375,0.867679,0.71990782,0.72377551,0.75704753,0.79356629,0.77508873,0.81756973,0.80640858,0.79156363,0.79764575,0.81511486,0.79816741,0.76018697,0.7749303,0.64418519,0.74476057,0.79815537,0.7550596,0.79465777,0.46787444,0.45032972,0.46185696,0.42484003,0.44691017,0.4125917,0.42969918,0.41031653,0.36687633,0.36266014,0.38024598,0.41430032,0.39175922,0.40273863,0.41039073,0.82884169,0.86539948,0.83728999,0.81622171,0.82177705,0.7232995,0.65959716,0.6197015,0.5967108,0.55096418,0.53933859,0.60252488,0.61937207,0.60412902,0.60278428,0.44837618,0.45860186,0.50075114,0.48896688,0.56532663,0.53602594,0.60157913,0.57534581,0.60760725,0.60548496,0.73632538,0.66123509,0.66327137,0.65142721,0.67340064,1.2524521,1.279482,1.292186,1.2556733,1.2187781,1.1828935,1.2803335,1.2939001,1.1916444,1.1973575,1.0721247,1.2369975,1.358811,1.4106145,1.4196242 ),.Dim=c(3107,15)), rucc_urban=c( 0,0,1,0,0,1,1,0,1,1,0,0,0,0,0,1,0,0,0,1,0,1,1,1,1,0,1,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,1,1,0,0,0,0,1,1,0,0,0,0,1,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,0,0,1,1,1,1,0,1,0,0,0,1,1,1,1,0,0,1,0,0,0,1,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,1,0,0,0,1,0,1,0,0,1,0,0,0,0,0,1,0,1,0,0,1,0,1,1,0,0,0,0,1,1,0,0,0,0,1,0,0,0,0,0,1,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,1,0,0,0,0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,1,1,0,0,0,1,0,0,1,0,1,1,1,0,0,0,1,0,1,0,0,0,0,0,1,0,1,0,0,0,0,1,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,1,1,1,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,1,0,0,0,1,0,0,0,1,0,0,0,1,0,0,1,0,0,0,0,1,0,0,1,0,1,0,0,1,0,0,1,0,1,1,0,0,1,0,0,1,0,1,0,0,0,0,0,0,1,0,0,1,1,1,0,1,0,0,0,0,1,0,0,0,0,1,0,0,1,1,0,0,0,0,1,0,0,0,0,0,1,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,1,0,0,1,0,0,0,1,1,0,0,0,1,0,0,1,0,0,0,1,1,0,0,0,1,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0,0,0,0,1,1,0,0,1,0,0,0,0,0,1,0,0,1,0,1,0,1,0,0,1,0,0,0,1,0,0,0,1,0,0,0,0,1,1,1,0,1,0,1,1,0,0,0,0,0,0,0,1,0,1,1,0,0,1,0,0,0,0,0,1,0,1,0,0,1,0,1,1,0,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,1,0,1,1,1,1,0,0,0,0,0,1,0,1,0,0,0,0,1,1,1,1,0,1,0,0,0,0,0,1,0,0,0,1,0,0,0,1,0,1,0,1,0,0,1,1,0,1,1,0,0,0,0,1,0,0,0,1,0,0,0,1,0,0,1,0,0,0,1,1,0,1,0,1,0,1,1,0,1,1,1,0,0,0,0,1,0,1,1,0,1,1,1,0,1,1,1,0,0,1,0,0,1,0,1,0,1,0,0,1,0,1,0,1,1,0,0,0,1,0,1,1,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,1,0,1,0,0,0,1,0,0,0,0,1,0,1,0,0,0,0,1,1,1,1,1,1,0,0,1,0,0,0,0,1,1,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,1,1,1,0,0,0,0,0,1,0,0,1,0,0,0,1,1,0,0,1,0,1,1,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,1,0,0,0,1,0,0,0,0,0,0,1,1,0,0,1,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,0,0,1,0,1,1,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,1,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,0,1,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,1,0,1,0,0,1,0,0,0,0,1,0,0,1,0,0,1,0,1,1,0,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,1,0,1,0,0,1,1,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,1,0,1,0,0,0,0,0,0,1,1,0,0,0,0,1,0,0,0,1,1,1,0,0,1,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,1,0,1,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,1,0,0,0,0,1,0,1,1,1,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,1,1,0,1,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,1,1,0,0,1,0,0,0,0,0,1,0,1,1,0,1,0,1,0,0,0,0,1,0,0,0,1,0,1,1,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,1,0,0,0,1,0,1,1,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,1,0,0,0,0,0,0,1,0,1,0,1,0,1,1,1,1,1,0,1,0,0,0,0,0,0,1,1,1,0,1,0,0,1,0,1,0,0,0,1,0,0,0,1,0,0,1,0,1,1,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,0,0,0,0,0,1,1,0,0,0,0,0,1,0,0,1,0,0,0,0,1,0,0,1,0,0,0,0,0,1,0,1,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,1,0,0,0,1,0,0,0,0,1,1,1,1,0,0,1,0,0,1,0,0,0,0,0,1,1,0,1,0,0,1,0,0,1,1,0,1,0,0,0,1,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,1,0,1,1,0,0,0,0,0,1,0,1,0,0,0,0,0,1,1,1,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,1,0,0,1,0,0,0,0,1,0,1,1,1,0,1,0,1,0,0,0,1,0,1,1,0,0,0,0,0,0,0,0,1,1,1,0,1,1,1,1,1,0,0,1,0,1,1,1,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,1,1,0,1,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,0,0,0,1,0,0,1,0,0,0,0,0,0,0,1,0,0,1,1,0,0,1,0,0,0,1,0,0,1,1,0,1,0,0,1,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,1,1,0,0,1,1,1,1,0,1,0,1,0,0,1,0,0,0,1,0,1,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,1,0,0,1,0,1,1,1,1,0,0,0,0,1,0,0,1,1,1,1,0,1,1,0,1,0,1,0,0,1,0,0,1,0,1,1,1,1,1,0,0,1,0,0,1,0,0,0,1,0,0,0,0,1,0,1,0,0,0,0,1,0,1,0,1,1,0,0,0,0,1,1,0,1,1,1,1,1,0,0,0,1,0,1,0,0,1,1,1,0,0,1,0,0,0,0,1,1,1,0,1,1,0,0,0,0,0,0,1,0,0,1,0,0,1,1,0,0,0,0,0,1,0,0,0,0,1,1,1,0,0,0,0,0,0,0,1,0,1,1,0,1,1,1,1,0,0,0,1,0,1,1,0,1,0,0,0,0,0,1,0,1,0,0,1,0,0,0,0,0,0,1,0,1,1,0,0,1,0,0,0,1,0,1,0,1,0,0,1,0,1,0,1,0,0,0,1,1,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,1,1,1,0,1,0,0,0,0,0,0,0,0,0,1,1,1,0,1,0,0,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,1,0,1,1,1,1,1,0,1,0,0,0,0,0,0,0,0,1,0,1,0,0,1,0,0,0,0,1,0,1,1,1,0,1,0,0,0,0,1,0,1,1,0,0,0,0,0,1,0,0,1,1,1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,1,1,0,0,1,0,0,0,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,1,0,1,1,0,1,0,0,1,0,1,0,0,1,1,1,0,1,0,0,0,0,1,1,0,1,1,0,0,0,1,0,0,1,0,0,1,1,1,1,0,1,1,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,1,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,1,0,1,0,1,0,0,1,0,1,1,0,1,0,0,0,0,1,0,0,1,0,0,0,1,0,0,1,0,0,0,0,0,0,1,0,0,1,0,1,0,0,1,0,0,0,0,1,0,1,1,0,1,0,0,0,0,1,0,0,1,0,0,0,1,1,0,0,1,0,1,0,1,0,0,0,0,1,0,1,0,0,1,0,1,1,0,1,0,1,0,0,1,0,1,1,1,0,0,1,1,0,0,1,0,0,0,0,1,0,0,0,1,0,1,1,0,1,1,1,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,1,1,0,0,0,1,0,0,1,0,0,1,0,1,1,0,1,0,0,0,0,1,1,0,0,0,1,0,0,0,0,1,0,1,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,1,0,0,0,0,0,1,0,0,1,1,1,0,1,0,1,1,0,1,0,0,1,1,0,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,1,0,1,0,0,0,1,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,1,0,1,0,0,0,0,0,0,1,0,0,0,1,0,1,0,0,0,0,1,0,0,1,0,1,0,0,0,1,0,0,0,1,1,1,0,0,1,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,1,1,1,1,0,0,1,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,1,1,0,0,0,0,1,0,1,0,1,1,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,1,1,1,0,0,0,0,0,1,0,0,1,0,0,1,0,0,0,0,0,0,1,0,0,0,1,1,0,1,0,0,0,0,1,0,1,0,0,1,1,0,0,0,0,0,1,1,1,0,1,0,0,0,1,0,0,0,0,0,0,1,1,0,0,1,0,1,0,1,0,1,0,1,1,1,0,1,0,0,0,1,1,0,1,1,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0) rucc_rural=c( 0,0,0,0,0,0,0,0,0,0,0,1,0,1,1,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,1,0,1,0,0,0,1,0,0,0,1,0,0,0,0,0,1,0,0,0,1,0,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,1,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,0,1,0,0,0,0,0,1,0,0,1,0,0,0,0,0,1,0,1,0,0,0,1,0,0,1,1,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,1,1,0,1,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,1,1,0,0,1,0,1,0,0,1,0,1,0,0,0,0,0,0,0,0,1,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,1,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,1,0,0,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,0,0,0,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,1,0,0,0,0,0,1,0,1,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,1,0,1,1,0,0,0,1,0,0,1,0,0,0,1,1,0,0,0,0,0,0,1,1,0,1,1,0,1,1,0,1,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0,0,0,0,1,0,0,0,1,1,0,0,1,0,0,1,1,0,0,0,0,1,0,1,0,0,1,1,0,0,0,0,0,0,1,0,1,1,1,0,0,0,1,0,1,1,1,0,1,0,0,0,0,1,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,1,0,0,0,1,0,1,0,0,1,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,1,0,0,1,0,1,0,0,0,0,1,0,0,0,0,1,1,1,1,0,1,0,1,0,1,0,0,1,0,0,1,0,0,1,0,1,1,0,1,0,0,1,0,0,1,1,0,0,0,0,0,1,0,0,1,0,0,0,0,0,1,0,0,0,0,1,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,0,1,0,1,0,0,1,1,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,1,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,1,1,0,1,1,1,0,0,0,1,0,0,1,0,1,0,0,0,0,0,0,1,0,0,1,1,1,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,1,0,0,1,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,0,0,0,0,1,0,1,0,0,0,0,0,0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,1,0,1,0,0,0,1,0,1,0,0,0,1,0,1,0,0,0,0,0,0,0,0,1,1,0,0,1,1,0,1,0,0,0,0,1,1,0,1,1,0,0,1,0,1,0,0,0,1,0,1,0,0,0,0,1,1,0,1,0,1,0,1,0,0,1,0,0,0,1,0,0,1,0,1,1,0,0,1,0,1,1,1,1,0,1,0,1,1,0,1,0,1,0,0,0,1,1,1,0,1,1,1,0,1,0,1,1,0,0,1,1,1,1,1,0,1,1,0,1,0,0,1,1,0,0,1,0,0,0,0,0,0,1,0,0,0,1,1,1,1,1,0,1,1,1,1,1,0,0,1,1,1,0,1,0,0,1,0,0,1,1,1,0,0,1,1,1,0,0,1,1,0,1,0,1,1,0,1,0,1,0,0,1,0,0,0,0,0,1,1,1,1,1,1,1,1,0,0,1,1,0,0,0,0,0,1,1,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,1,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,1,0,0,0,0,0,0,1,1,0,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,0,0,1,1,0,1,0,0,1,1,0,1,1,1,0,1,0,1,0,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,1,1,0,0,0,1,0,1,1,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,1,0,0,1,1,0,1,1,1,0,0,1,0,0,1,1,1,1,1,0,1,0,1,1,1,1,1,1,0,1,1,1,1,1,1,0,0,0,1,0,1,1,0,1,1,0,1,0,1,1,1,1,0,1,1,1,1,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,1,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,1,0,0,0,1,0,0,1,0,0,0,1,0,0,0,0,1,0,0,1,0,1,0,0,0,1,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,1,0,0,1,0,0,1,0,0,0,0,0,0,1,0,0,1,1,0,1,0,0,0,0,1,0,1,0,1,0,0,0,1,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,1,0,0,0,0,1,1,1,0,0,1,0,1,0,1,0,0,0,0,1,1,0,0,0,0,1,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,1,0,0,1,0,0,0,0,0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,1,0,0,1,1,0,1,1,1,0,0,1,0,0,0,1,1,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,1,0,1,0,0,0,0,1,0,0,0,1,1,0,0,1,0,0,0,0,1,0,0,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0 ), area_sqkm10k=c( 0.15395844,0.15395844,0.15395844,0.15395844,0.15395844,0.15395844,0.15395844,0.15395844,0.15395844,0.15395844,0.15395844,0.15395844,0.15395844,0.15395844,0.15395844,0.41175836,0.41175836,0.41175836,0.41175836,0.41175836,0.41175836,0.41175836,0.41175836,0.41175836,0.41175836,0.41175836,0.41175836,0.41175836,0.41175836,0.41175836,0.22918211,0.22918211,0.22918211,0.22918211,0.22918211,0.22918211,0.22918211,0.22918211,0.22918211,0.22918211,0.22918211,0.22918211,0.22918211,0.22918211,0.22918211,0.16124818,0.16124818,0.16124818,0.16124818,0.16124818,0.16124818,0.16124818,0.16124818,0.16124818,0.16124818,0.16124818,0.16124818,0.16124818,0.16124818,0.16124818,0.16700418,0.16700418,0.16700418,0.16700418,0.16700418,0.16700418,0.16700418,0.16700418,0.16700418,0.16700418,0.16700418,0.16700418,0.16700418,0.16700418,0.16700418,0.16130584,0.16130584,0.16130584,0.16130584,0.16130584,0.16130584,0.16130584,0.16130584,0.16130584,0.16130584,0.16130584,0.16130584,0.16130584,0.16130584,0.16130584,0.20119762,0.20119762,0.20119762,0.20119762,0.20119762,0.20119762,0.20119762,0.20119762,0.20119762,0.20119762,0.20119762,0.20119762,0.20119762,0.20119762,0.20119762,0.15692458,0.15692458,0.15692458,0.15692458,0.15692458,0.15692458,0.15692458,0.15692458,0.15692458,0.15692458,0.15692458,0.15692458,0.15692458,0.15692458,0.15692458,0.15450093,0.15450093,0.15450093,0.15450093,0.15450093,0.15450093,0.15450093,0.15450093,0.15450093,0.15450093,0.15450093,0.15450093,0.15450093,0.15450093,0.15450093,0.1434128,0.1434128,0.1434128,0.1434128,0.1434128,0.1434128,0.1434128,0.1434128,0.1434128,0.1434128,0.1434128,0.1434128,0.1434128,0.1434128,0.1434128,0.17944837,0.17944837,0.17944837,0.17944837,0.17944837,0.17944837,0.17944837,0.17944837,0.17944837,0.17944837,0.17944837,0.17944837,0.17944837,0.17944837,0.17944837,0.23659548,0.23659548,0.23659548,0.23659548,0.23659548,0.23659548,0.23659548,0.23659548,0.23659548,0.23659548,0.23659548,0.23659548,0.23659548,0.23659548,0.23659548,0.32076123,0.32076123,0.32076123,0.32076123,0.32076123,0.32076123,0.32076123,0.32076123,0.32076123,0.32076123,0.32076123,0.32076123,0.32076123,0.32076123,0.32076123,0.15642522,0.15642522,0.15642522,0.15642522,0.15642522,0.15642522,0.15642522,0.15642522,0.15642522,0.15642522,0.15642522,0.15642522,0.15642522,0.15642522,0.15642522,0.14506635,0.14506635,0.14506635,0.14506635,0.14506635,0.14506635,0.14506635,0.14506635,0.14506635,0.14506635,0.14506635,0.14506635,0.14506635,0.14506635,0.14506635,0.17585656,0.17585656,0.17585656,0.17585656,0.17585656,0.17585656,0.17585656,0.17585656,0.17585656,0.17585656,0.17585656,0.17585656,0.17585656,0.17585656,0.17585656,0.15348783,0.15348783,0.15348783,0.15348783,0.15348783,0.15348783,0.15348783,0.15348783,0.15348783,0.15348783,0.15348783,0.15348783,0.15348783,0.15348783,0.15348783,0.22018963,0.22018963,0.22018963,0.22018963,0.22018963,0.22018963,0.22018963,0.22018963,0.22018963,0.22018963,0.22018963,0.22018963,0.22018963,0.22018963,0.22018963,0.16858912,0.16858912,0.16858912,0.16858912,0.16858912,0.16858912,0.16858912,0.16858912,0.16858912,0.16858912,0.16858912,0.16858912,0.16858912,0.16858912,0.16858912,0.26688695,0.26688695,0.26688695,0.26688695,0.26688695,0.26688695,0.26688695,0.26688695,0.26688695,0.26688695,0.26688695,0.26688695,0.26688695,0.26688695,0.26688695,0.1576888,0.1576888,0.1576888,0.1576888,0.1576888,0.1576888,0.1576888,0.1576888,0.1576888,0.1576888,0.1576888,0.1576888,0.1576888,0.1576888,0.1576888,0.19033763,0.19033763,0.19033763,0.19033763,0.19033763,0.19033763,0.19033763,0.19033763,0.19033763,0.19033763,0.19033763,0.19033763,0.19033763,0.19033763,0.19033763,0.14533712,0.14533712,0.14533712,0.14533712,0.14533712,0.14533712,0.14533712,0.14533712,0.14533712,0.14533712,0.14533712,0.14533712,0.14533712,0.14533712,0.14533712,0.25348073,0.25348073,0.25348073,0.25348073,0.25348073,0.25348073,0.25348073,0.25348073,0.25348073,0.25348073,0.25348073,0.25348073,0.25348073,0.25348073,0.25348073,0.20126644,0.20126644,0.20126644,0.20126644,0.20126644,0.20126644,0.20126644,0.20126644,0.20126644,0.20126644,0.20126644,0.20126644,0.20126644,0.20126644,0.20126644,0.16018774,0.16018774,0.16018774,0.16018774,0.16018774,0.16018774,0.16018774,0.16018774,0.16018774,0.16018774,0.16018774,0.16018774,0.16018774,0.16018774,0.16018774,0.24477471,0.24477471,0.24477471,0.24477471,0.24477471,0.24477471,0.24477471,0.24477471,0.24477471,0.24477471,0.24477471,0.24477471,0.24477471,0.24477471,0.24477471,0.13865058,0.13865058,0.13865058,0.13865058,0.13865058,0.13865058,0.13865058,0.13865058,0.13865058,0.13865058,0.13865058,0.13865058,0.13865058,0.13865058,0.13865058,0.16256934,0.16256934,0.16256934,0.16256934,0.16256934,0.16256934,0.16256934,0.16256934,0.16256934,0.16256934,0.16256934,0.16256934,0.16256934,0.16256934,0.16256934,0.16415808,0.16415808,0.16415808,0.16415808,0.16415808,0.16415808,0.16415808,0.16415808,0.16415808,0.16415808,0.16415808,0.16415808,0.16415808,0.16415808,0.16415808,0.14877106,0.14877106,0.14877106,0.14877106,0.14877106,0.14877106,0.14877106,0.14877106,0.14877106,0.14877106,0.14877106,0.14877106,0.14877106,0.14877106,0.14877106,0.16759934,0.16759934,0.16759934,0.16759934,0.16759934,0.16759934,0.16759934,0.16759934,0.16759934,0.16759934,0.16759934,0.16759934,0.16759934,0.16759934,0.16759934,0.1667804,0.1667804,0.1667804,0.1667804,0.1667804,0.1667804,0.1667804,0.1667804,0.1667804,0.1667804,0.1667804,0.1667804,0.1667804,0.1667804,0.1667804,0.14549263,0.14549263,0.14549263,0.14549263,0.14549263,0.14549263,0.14549263,0.14549263,0.14549263,0.14549263,0.14549263,0.14549263,0.14549263,0.14549263,0.14549263,0.15017416,0.15017416,0.15017416,0.15017416,0.15017416,0.15017416,0.15017416,0.15017416,0.15017416,0.15017416,0.15017416,0.15017416,0.15017416,0.15017416,0.15017416,0.27916649,0.27916649,0.27916649,0.27916649,0.27916649,0.27916649,0.27916649,0.27916649,0.27916649,0.27916649,0.27916649,0.27916649,0.27916649,0.27916649,0.27916649,0.28781983,0.28781983,0.28781983,0.28781983,0.28781983,0.28781983,0.28781983,0.28781983,0.28781983,0.28781983,0.28781983,0.28781983,0.28781983,0.28781983,0.28781983,0.15665446,0.15665446,0.15665446,0.15665446,0.15665446,0.15665446,0.15665446,0.15665446,0.15665446,0.15665446,0.15665446,0.15665446,0.15665446,0.15665446,0.15665446,0.17293347,0.17293347,0.17293347,0.17293347,0.17293347,0.17293347,0.17293347,0.17293347,0.17293347,0.17293347,0.17293347,0.17293347,0.17293347,0.17293347,0.17293347,0.17888476,0.17888476,0.17888476,0.17888476,0.17888476,0.17888476,0.17888476,0.17888476,0.17888476,0.17888476,0.17888476,0.17888476,0.17888476,0.17888476,0.17888476,0.15735522,0.15735522,0.15735522,0.15735522,0.15735522,0.15735522,0.15735522,0.15735522,0.15735522,0.15735522,0.15735522,0.15735522,0.15735522,0.15735522,0.15735522,0.14502335,0.14502335,0.14502335,0.14502335,0.14502335,0.14502335,0.14502335,0.14502335,0.14502335,0.14502335,0.14502335,0.14502335,0.14502335,0.14502335,0.14502335,0.1854202,0.1854202,0.1854202,0.1854202,0.1854202,0.1854202,0.1854202,0.1854202,0.1854202,0.1854202,0.1854202,0.1854202,0.1854202,0.1854202,0.1854202,0.15770051,0.15770051,0.15770051,0.15770051,0.15770051,0.15770051,0.15770051,0.15770051,0.15770051,0.15770051,0.15770051,0.15770051,0.15770051,0.15770051,0.15770051,0.20761155,0.20761155,0.20761155,0.20761155,0.20761155,0.20761155,0.20761155,0.20761155,0.20761155,0.20761155,0.20761155,0.20761155,0.20761155,0.20761155,0.20761155,0.25301123,0.25301123,0.25301123,0.25301123,0.25301123,0.25301123,0.25301123,0.25301123,0.25301123,0.25301123,0.25301123,0.25301123,0.25301123,0.25301123,0.25301123,0.19225268,0.19225268,0.19225268,0.19225268,0.19225268,0.19225268,0.19225268,0.19225268,0.19225268,0.19225268,0.19225268,0.19225268,0.19225268,0.19225268,0.19225268,0.14655228,0.14655228,0.14655228,0.14655228,0.14655228,0.14655228,0.14655228,0.14655228,0.14655228,0.14655228,0.14655228,0.14655228,0.14655228,0.14655228,0.14655228,0.31841123,0.31841123,0.31841123,0.31841123,0.31841123,0.31841123,0.31841123,0.31841123,0.31841123,0.31841123,0.31841123,0.31841123,0.31841123,0.31841123,0.31841123,0.26565212,0.26565212,0.26565212,0.26565212,0.26565212,0.26565212,0.26565212,0.26565212,0.26565212,0.26565212,0.26565212,0.26565212,0.26565212,0.26565212,0.26565212,0.20312932,0.20312932,0.20312932,0.20312932,0.20312932,0.20312932,0.20312932,0.20312932,0.20312932,0.20312932,0.20312932,0.20312932,0.20312932,0.20312932,0.20312932,0.15005352,0.15005352,0.15005352,0.15005352,0.15005352,0.15005352,0.15005352,0.15005352,0.15005352,0.15005352,0.15005352,0.15005352,0.15005352,0.15005352,0.15005352,0.18639204,0.18639204,0.18639204,0.18639204,0.18639204,0.18639204,0.18639204,0.18639204,0.18639204,0.18639204,0.18639204,0.18639204,0.18639204,0.18639204,0.18639204,0.22828941,0.22828941,0.22828941,0.22828941,0.22828941,0.22828941,0.22828941,0.22828941,0.22828941,0.22828941,0.22828941,0.22828941,0.22828941,0.22828941,0.22828941,0.17407414,0.17407414,0.17407414,0.17407414,0.17407414,0.17407414,0.17407414,0.17407414,0.17407414,0.17407414,0.17407414,0.17407414,0.17407414,0.17407414,0.17407414,0.15036166,0.15036166,0.15036166,0.15036166,0.15036166,0.15036166,0.15036166,0.15036166,0.15036166,0.15036166,0.15036166,0.15036166,0.15036166,0.15036166,0.15036166,0.16605844,0.16605844,0.16605844,0.16605844,0.16605844,0.16605844,0.16605844,0.16605844,0.16605844,0.16605844,0.16605844,0.16605844,0.16605844,0.16605844,0.16605844,0.16366251,0.16366251,0.16366251,0.16366251,0.16366251,0.16366251,0.16366251,0.16366251,0.16366251,0.16366251,0.16366251,0.16366251,0.16366251,0.16366251,0.16366251,0.20331059,0.20331059,0.20331059,0.20331059,0.20331059,0.20331059,0.20331059,0.20331059,0.20331059,0.20331059,0.20331059,0.20331059,0.20331059,0.20331059,0.20331059,0.23410605,0.23410605,0.23410605,0.23410605,0.23410605,0.23410605,0.23410605,0.23410605,0.23410605,0.23410605,0.23410605,0.23410605,0.23410605,0.23410605,0.23410605,0.19082443,0.19082443,0.19082443,0.19082443,0.19082443,0.19082443,0.19082443,0.19082443,0.19082443,0.19082443,0.19082443,0.19082443,0.19082443,0.19082443,0.19082443,0.18557797,0.18557797,0.18557797,0.18557797,0.18557797,0.18557797,0.18557797,0.18557797,0.18557797,0.18557797,0.18557797,0.18557797,0.18557797,0.18557797,0.18557797,0.3423104,0.3423104,0.3423104,0.3423104,0.3423104,0.3423104,0.3423104,0.3423104,0.3423104,0.3423104,0.3423104,0.3423104,0.3423104,0.3423104,0.3423104,0.20491824,0.20491824,0.20491824,0.20491824,0.20491824,0.20491824,0.20491824,0.20491824,0.20491824,0.20491824,0.20491824,0.20491824,0.20491824,0.20491824,0.20491824,0.27977222,0.27977222,0.27977222,0.27977222,0.27977222,0.27977222,0.27977222,0.27977222,0.27977222,0.27977222,0.27977222,0.27977222,0.27977222,0.27977222,0.27977222,0.23011999,0.23011999,0.23011999,0.23011999,0.23011999,0.23011999,0.23011999,0.23011999,0.23011999,0.23011999,0.23011999,0.23011999,0.23011999,0.23011999,0.23011999,0.15876152,0.15876152,0.15876152,0.15876152,0.15876152,0.15876152,0.15876152,0.15876152,0.15876152,0.15876152,0.15876152,0.15876152,0.15876152,0.15876152,0.15876152,2.9001448,2.9001448,2.9001448,2.9001448,2.9001448,2.9001448,2.9001448,2.9001448,2.9001448,2.9001448,2.9001448,2.9001448,2.9001448,2.9001448,2.9001448,1.5968982,1.5968982,1.5968982,1.5968982,1.5968982,1.5968982,1.5968982,1.5968982,1.5968982,1.5968982,1.5968982,1.5968982,1.5968982,1.5968982,1.5968982,4.8222222,4.8222222,4.8222222,4.8222222,4.8222222,4.8222222,4.8222222,4.8222222,4.8222222,4.8222222,4.8222222,4.8222222,4.8222222,4.8222222,4.8222222,1.232301,1.232301,1.232301,1.232301,1.232301,1.232301,1.232301,1.232301,1.232301,1.232301,1.232301,1.232301,1.232301,1.232301,1.232301,1.1972308,1.1972308,1.1972308,1.1972308,1.1972308,1.1972308,1.1972308,1.1972308,1.1972308,1.1972308,1.1972308,1.1972308,1.1972308,1.1972308,1.1972308,0.47736719,0.47736719,0.47736719,0.47736719,0.47736719,0.47736719,0.47736719,0.47736719,0.47736719,0.47736719,0.47736719,0.47736719,0.47736719,0.47736719,0.47736719,1.1654001,1.1654001,1.1654001,1.1654001,1.1654001,1.1654001,1.1654001,1.1654001,1.1654001,1.1654001,1.1654001,1.1654001,1.1654001,1.1654001,1.1654001,2.3826389,2.3826389,2.3826389,2.3826389,2.3826389,2.3826389,2.3826389,2.3826389,2.3826389,2.3826389,2.3826389,2.3826389,2.3826389,2.3826389,2.3826389,3.4475727,3.4475727,3.4475727,3.4475727,3.4475727,3.4475727,3.4475727,3.4475727,3.4475727,3.4475727,3.4475727,3.4475727,3.4475727,3.4475727,3.4475727,2.5771503,2.5771503,2.5771503,2.5771503,2.5771503,2.5771503,2.5771503,2.5771503,2.5771503,2.5771503,2.5771503,2.5771503,2.5771503,2.5771503,2.5771503,2.3794327,2.3794327,2.3794327,2.3794327,2.3794327,2.3794327,2.3794327,2.3794327,2.3794327,2.3794327,2.3794327,2.3794327,2.3794327,2.3794327,2.3794327,1.3897002,1.3897002,1.3897002,1.3897002,1.3897002,1.3897002,1.3897002,1.3897002,1.3897002,1.3897002,1.3897002,1.3897002,1.3897002,1.3897002,1.3897002,0.32035929,0.32035929,0.32035929,0.32035929,0.32035929,0.32035929,0.32035929,0.32035929,0.32035929,0.32035929,0.32035929,0.32035929,0.32035929,0.32035929,0.32035929,2.1039908,2.1039908,2.1039908,2.1039908,2.1039908,2.1039908,2.1039908,2.1039908,2.1039908,2.1039908,2.1039908,2.1039908,2.1039908,2.1039908,2.1039908,1.4281192,1.4281192,1.4281192,1.4281192,1.4281192,1.4281192,1.4281192,1.4281192,1.4281192,1.4281192,1.4281192,1.4281192,1.4281192,1.4281192,1.4281192,0.25609836,0.25609836,0.25609836,0.25609836,0.25609836,0.25609836,0.25609836,0.25609836,0.25609836,0.25609836,0.25609836,0.25609836,0.25609836,0.25609836,0.25609836,0.23966418,0.23966418,0.23966418,0.23966418,0.23966418,0.23966418,0.23966418,0.23966418,0.23966418,0.23966418,0.23966418,0.23966418,0.23966418,0.23966418,0.23966418,0.14355874,0.14355874,0.14355874,0.14355874,0.14355874,0.14355874,0.14355874,0.14355874,0.14355874,0.14355874,0.14355874,0.14355874,0.14355874,0.14355874,0.14355874,0.21947253,0.21947253,0.21947253,0.21947253,0.21947253,0.21947253,0.21947253,0.21947253,0.21947253,0.21947253,0.21947253,0.21947253,0.21947253,0.21947253,0.21947253,0.15289503,0.15289503,0.15289503,0.15289503,0.15289503,0.15289503,0.15289503,0.15289503,0.15289503,0.15289503,0.15289503,0.15289503,0.15289503,0.15289503,0.15289503,0.16815144,0.16815144,0.16815144,0.16815144,0.16815144,0.16815144,0.16815144,0.16815144,0.16815144,0.16815144,0.16815144,0.16815144,0.16815144,0.16815144,0.16815144,0.16279595,0.16279595,0.16279595,0.16279595,0.16279595,0.16279595,0.16279595,0.16279595,0.16279595,0.16279595,0.16279595,0.16279595,0.16279595,0.16279595,0.16279595,0.16316396,0.16316396,0.16316396,0.16316396,0.16316396,0.16316396,0.16316396,0.16316396,0.16316396,0.16316396,0.16316396,0.16316396,0.16316396,0.16316396,0.16316396,0.16687556,0.16687556,0.16687556,0.16687556,0.16687556,0.16687556,0.16687556,0.16687556,0.16687556,0.16687556,0.16687556,0.16687556,0.16687556,0.16687556,0.16687556,0.22431219,0.22431219,0.22431219,0.22431219,0.22431219,0.22431219,0.22431219,0.22431219,0.22431219,0.22431219,0.22431219,0.22431219,0.22431219,0.22431219,0.22431219,0.16561624,0.16561624,0.16561624,0.16561624,0.16561624,0.16561624,0.16561624,0.16561624,0.16561624,0.16561624,0.16561624,0.16561624,0.16561624,0.16561624,0.16561624,0.14340524,0.14340524,0.14340524,0.14340524,0.14340524,0.14340524,0.14340524,0.14340524,0.14340524,0.14340524,0.14340524,0.14340524,0.14340524,0.14340524,0.14340524,0.15482521,0.15482521,0.15482521,0.15482521,0.15482521,0.15482521,0.15482521,0.15482521,0.15482521,0.15482521,0.15482521,0.15482521,0.15482521,0.15482521,0.15482521,0.19840771,0.19840771,0.19840771,0.19840771,0.19840771,0.19840771,0.19840771,0.19840771,0.19840771,0.19840771,0.19840771,0.19840771,0.19840771,0.19840771,0.19840771,0.14303385,0.14303385,0.14303385,0.14303385,0.14303385,0.14303385,0.14303385,0.14303385,0.14303385,0.14303385,0.14303385,0.14303385,0.14303385,0.14303385,0.14303385,0.18316936,0.18316936,0.18316936,0.18316936,0.18316936,0.18316936,0.18316936,0.18316936,0.18316936,0.18316936,0.18316936,0.18316936,0.18316936,0.18316936,0.18316936,0.15311861,0.15311861,0.15311861,0.15311861,0.15311861,0.15311861,0.15311861,0.15311861,0.15311861,0.15311861,0.15311861,0.15311861,0.15311861,0.15311861,0.15311861,0.15795301,0.15795301,0.15795301,0.15795301,0.15795301,0.15795301,0.15795301,0.15795301,0.15795301,0.15795301,0.15795301,0.15795301,0.15795301,0.15795301,0.15795301,0.15964185,0.15964185,0.15964185,0.15964185,0.15964185,0.15964185,0.15964185,0.15964185,0.15964185,0.15964185,0.15964185,0.15964185,0.15964185,0.15964185,0.15964185,0.17285229,0.17285229,0.17285229,0.17285229,0.17285229,0.17285229,0.17285229,0.17285229,0.17285229,0.17285229,0.17285229,0.17285229,0.17285229,0.17285229,0.17285229,0.19894882,0.19894882,0.19894882,0.19894882,0.19894882,0.19894882,0.19894882,0.19894882,0.19894882,0.19894882,0.19894882,0.19894882,0.19894882,0.19894882,0.19894882,0.21455066,0.21455066,0.21455066,0.21455066,0.21455066,0.21455066,0.21455066,0.21455066,0.21455066,0.21455066,0.21455066,0.21455066,0.21455066,0.21455066,0.21455066,0.16780221,0.16780221,0.16780221,0.16780221,0.16780221,0.16780221,0.16780221,0.16780221,0.16780221,0.16780221,0.16780221,0.16780221,0.16780221,0.16780221,0.16780221,0.15769352,0.15769352,0.15769352,0.15769352,0.15769352,0.15769352,0.15769352,0.15769352,0.15769352,0.15769352,0.15769352,0.15769352,0.15769352,0.15769352,0.15769352,0.16011137,0.16011137,0.16011137,0.16011137,0.16011137,0.16011137,0.16011137,0.16011137,0.16011137,0.16011137,0.16011137,0.16011137,0.16011137,0.16011137,0.16011137,0.17554994,0.17554994,0.17554994,0.17554994,0.17554994,0.17554994,0.17554994,0.17554994,0.17554994,0.17554994,0.17554994,0.17554994,0.17554994,0.17554994,0.17554994,0.16363835,0.16363835,0.16363835,0.16363835,0.16363835,0.16363835,0.16363835,0.16363835,0.16363835,0.16363835,0.16363835,0.16363835,0.16363835,0.16363835,0.16363835,0.14962706,0.14962706,0.14962706,0.14962706,0.14962706,0.14962706,0.14962706,0.14962706,0.14962706,0.14962706,0.14962706,0.14962706,0.14962706,0.14962706,0.14962706,0.18842684,0.18842684,0.18842684,0.18842684,0.18842684,0.18842684,0.18842684,0.18842684,0.18842684,0.18842684,0.18842684,0.18842684,0.18842684,0.18842684,0.18842684,0.15933843,0.15933843,0.15933843,0.15933843,0.15933843,0.15933843,0.15933843,0.15933843,0.15933843,0.15933843,0.15933843,0.15933843,0.15933843,0.15933843,0.15933843,0.15243466,0.15243466,0.15243466,0.15243466,0.15243466,0.15243466,0.15243466,0.15243466,0.15243466,0.15243466,0.15243466,0.15243466,0.15243466,0.15243466,0.15243466,0.1978631,0.1978631,0.1978631,0.1978631,0.1978631,0.1978631,0.1978631,0.1978631,0.1978631,0.1978631,0.1978631,0.1978631,0.1978631,0.1978631,0.1978631,0.15036854,0.15036854,0.15036854,0.15036854,0.15036854,0.15036854,0.15036854,0.15036854,0.15036854,0.15036854,0.15036854,0.15036854,0.15036854,0.15036854,0.15036854,0.16418903,0.16418903,0.16418903,0.16418903,0.16418903,0.16418903,0.16418903,0.16418903,0.16418903,0.16418903,0.16418903,0.16418903,0.16418903,0.16418903,0.16418903,0.22552204,0.22552204,0.22552204,0.22552204,0.22552204,0.22552204,0.22552204,0.22552204,0.22552204,0.22552204,0.22552204,0.22552204,0.22552204,0.22552204,0.22552204,0.17088902,0.17088902,0.17088902,0.17088902,0.17088902,0.17088902,0.17088902,0.17088902,0.17088902,0.17088902,0.17088902,0.17088902,0.17088902,0.17088902,0.17088902,0.13682087,0.13682087,0.13682087,0.13682087,0.13682087,0.13682087,0.13682087,0.13682087,0.13682087,0.13682087,0.13682087,0.13682087,0.13682087,0.13682087,0.13682087,0.15219133,0.15219133,0.15219133,0.15219133,0.15219133,0.15219133,0.15219133,0.15219133,0.15219133,0.15219133,0.15219133,0.15219133,0.15219133,0.15219133,0.15219133,0.15607817,0.15607817,0.15607817,0.15607817,0.15607817,0.15607817,0.15607817,0.15607817,0.15607817,0.15607817,0.15607817,0.15607817,0.15607817,0.15607817,0.15607817,0.14544384,0.14544384,0.14544384,0.14544384,0.14544384,0.14544384,0.14544384,0.14544384,0.14544384,0.14544384,0.14544384,0.14544384,0.14544384,0.14544384,0.14544384,0.13785392,0.13785392,0.13785392,0.13785392,0.13785392,0.13785392,0.13785392,0.13785392,0.13785392,0.13785392,0.13785392,0.13785392,0.13785392,0.13785392,0.13785392,0.18340251,0.18340251,0.18340251,0.18340251,0.18340251,0.18340251,0.18340251,0.18340251,0.18340251,0.18340251,0.18340251,0.18340251,0.18340251,0.18340251,0.18340251,0.19967028,0.19967028,0.19967028,0.19967028,0.19967028,0.19967028,0.19967028,0.19967028,0.19967028,0.19967028,0.19967028,0.19967028,0.19967028,0.19967028,0.19967028,0.21607117,0.21607117,0.21607117,0.21607117,0.21607117,0.21607117,0.21607117,0.21607117,0.21607117,0.21607117,0.21607117,0.21607117,0.21607117,0.21607117,0.21607117,0.15462454,0.15462454,0.15462454,0.15462454,0.15462454,0.15462454,0.15462454,0.15462454,0.15462454,0.15462454,0.15462454,0.15462454,0.15462454,0.15462454,0.15462454,0.16202644,0.16202644,0.16202644,0.16202644,0.16202644,0.16202644,0.16202644,0.16202644,0.16202644,0.16202644,0.16202644,0.16202644,0.16202644,0.16202644,0.16202644,0.233248,0.233248,0.233248,0.233248,0.233248,0.233248,0.233248,0.233248,0.233248,0.233248,0.233248,0.233248,0.233248,0.233248,0.233248,0.15724647,0.15724647,0.15724647,0.15724647,0.15724647,0.15724647,0.15724647,0.15724647,0.15724647,0.15724647,0.15724647,0.15724647,0.15724647,0.15724647,0.15724647,0.20198832,0.20198832,0.20198832,0.20198832,0.20198832,0.20198832,0.20198832,0.20198832,0.20198832,0.20198832,0.20198832,0.20198832,0.20198832,0.20198832,0.20198832,0.16001898,0.16001898,0.16001898,0.16001898,0.16001898,0.16001898,0.16001898,0.16001898,0.16001898,0.16001898,0.16001898,0.16001898,0.16001898,0.16001898,0.16001898,0.21261351,0.21261351,0.21261351,0.21261351,0.21261351,0.21261351,0.21261351,0.21261351,0.21261351,0.21261351,0.21261351,0.21261351,0.21261351,0.21261351,0.21261351,0.18979,0.18979,0.18979,0.18979,0.18979,0.18979,0.18979,0.18979,0.18979,0.18979,0.18979,0.18979,0.18979,0.18979,0.18979,0.14285579,0.14285579,0.14285579,0.14285579,0.14285579,0.14285579,0.14285579,0.14285579,0.14285579,0.14285579,0.14285579,0.14285579,0.14285579,0.14285579,0.14285579,0.18016596,0.18016596,0.18016596,0.18016596,0.18016596,0.18016596,0.18016596,0.18016596,0.18016596,0.18016596,0.18016596,0.18016596,0.18016596,0.18016596,0.18016596,0.1555596,0.1555596,0.1555596,0.1555596,0.1555596,0.1555596,0.1555596,0.1555596,0.1555596,0.1555596,0.1555596,0.1555596,0.1555596,0.1555596,0.1555596,0.19641969,0.19641969,0.19641969,0.19641969,0.19641969,0.19641969,0.19641969,0.19641969,0.19641969,0.19641969,0.19641969,0.19641969,0.19641969,0.19641969,0.19641969,0.22213806,0.22213806,0.22213806,0.22213806,0.22213806,0.22213806,0.22213806,0.22213806,0.22213806,0.22213806,0.22213806,0.22213806,0.22213806,0.22213806,0.22213806,0.21044995,0.21044995,0.21044995,0.21044995,0.21044995,0.21044995,0.21044995,0.21044995,0.21044995,0.21044995,0.21044995,0.21044995,0.21044995,0.21044995,0.21044995,0.16780925,0.16780925,0.16780925,0.16780925,0.16780925,0.16780925,0.16780925,0.16780925,0.16780925,0.16780925,0.16780925,0.16780925,0.16780925,0.16780925,0.16780925,0.19672085,0.19672085,0.19672085,0.19672085,0.19672085,0.19672085,0.19672085,0.19672085,0.19672085,0.19672085,0.19672085,0.19672085,0.19672085,0.19672085,0.19672085,0.16892757,0.16892757,0.16892757,0.16892757,0.16892757,0.16892757,0.16892757,0.16892757,0.16892757,0.16892757,0.16892757,0.16892757,0.16892757,0.16892757,0.16892757,0.16441113,0.16441113,0.16441113,0.16441113,0.16441113,0.16441113,0.16441113,0.16441113,0.16441113,0.16441113,0.16441113,0.16441113,0.16441113,0.16441113,0.16441113,0.18741229,0.18741229,0.18741229,0.18741229,0.18741229,0.18741229,0.18741229,0.18741229,0.18741229,0.18741229,0.18741229,0.18741229,0.18741229,0.18741229,0.18741229,0.23110966,0.23110966,0.23110966,0.23110966,0.23110966,0.23110966,0.23110966,0.23110966,0.23110966,0.23110966,0.23110966,0.23110966,0.23110966,0.23110966,0.23110966,0.1725177,0.1725177,0.1725177,0.1725177,0.1725177,0.1725177,0.1725177,0.1725177,0.1725177,0.1725177,0.1725177,0.1725177,0.1725177,0.1725177,0.1725177,0.13775493,0.13775493,0.13775493,0.13775493,0.13775493,0.13775493,0.13775493,0.13775493,0.13775493,0.13775493,0.13775493,0.13775493,0.13775493,0.13775493,0.13775493,0.14636721,0.14636721,0.14636721,0.14636721,0.14636721,0.14636721,0.14636721,0.14636721,0.14636721,0.14636721,0.14636721,0.14636721,0.14636721,0.14636721,0.14636721,0.15654893,0.15654893,0.15654893,0.15654893,0.15654893,0.15654893,0.15654893,0.15654893,0.15654893,0.15654893,0.15654893,0.15654893,0.15654893,0.15654893,0.15654893,0.15705794,0.15705794,0.15705794,0.15705794,0.15705794,0.15705794,0.15705794,0.15705794,0.15705794,0.15705794,0.15705794,0.15705794,0.15705794,0.15705794,0.15705794,0.26915616,0.26915616,0.26915616,0.26915616,0.26915616,0.26915616,0.26915616,0.26915616,0.26915616,0.26915616,0.26915616,0.26915616,0.26915616,0.26915616,0.26915616,0.18382667,0.18382667,0.18382667,0.18382667,0.18382667,0.18382667,0.18382667,0.18382667,0.18382667,0.18382667,0.18382667,0.18382667,0.18382667,0.18382667,0.18382667,0.24397703,0.24397703,0.24397703,0.24397703,0.24397703,0.24397703,0.24397703,0.24397703,0.24397703,0.24397703,0.24397703,0.24397703,0.24397703,0.24397703,0.24397703,0.26808178,0.26808178,0.26808178,0.26808178,0.26808178,0.26808178,0.26808178,0.26808178,0.26808178,0.26808178,0.26808178,0.26808178,0.26808178,0.26808178,0.26808178,0.15197231,0.15197231,0.15197231,0.15197231,0.15197231,0.15197231,0.15197231,0.15197231,0.15197231,0.15197231,0.15197231,0.15197231,0.15197231,0.15197231,0.15197231,0.2408666,0.2408666,0.2408666,0.2408666,0.2408666,0.2408666,0.2408666,0.2408666,0.2408666,0.2408666,0.2408666,0.2408666,0.2408666,0.2408666,0.2408666,0.19142409,0.19142409,0.19142409,0.19142409,0.19142409,0.19142409,0.19142409,0.19142409,0.19142409,0.19142409,0.19142409,0.19142409,0.19142409,0.19142409,0.19142409,0.19122432,0.19122432,0.19122432,0.19122432,0.19122432,0.19122432,0.19122432,0.19122432,0.19122432,0.19122432,0.19122432,0.19122432,0.19122432,0.19122432,0.19122432,0.15399477,0.15399477,0.15399477,0.15399477,0.15399477,0.15399477,0.15399477,0.15399477,0.15399477,0.15399477,0.15399477,0.15399477,0.15399477,0.15399477,0.15399477,0.42384228,0.42384228,0.42384228,0.42384228,0.42384228,0.42384228,0.42384228,0.42384228,0.42384228,0.42384228,0.42384228,0.42384228,0.42384228,0.42384228,0.42384228,0.26418197,0.26418197,0.26418197,0.26418197,0.26418197,0.26418197,0.26418197,0.26418197,0.26418197,0.26418197,0.26418197,0.26418197,0.26418197,0.26418197,0.26418197,0.29803729,0.29803729,0.29803729,0.29803729,0.29803729,0.29803729,0.29803729,0.29803729,0.29803729,0.29803729,0.29803729,0.29803729,0.29803729,0.29803729,0.29803729,0.18718946,0.18718946,0.18718946,0.18718946,0.18718946,0.18718946,0.18718946,0.18718946,0.18718946,0.18718946,0.18718946,0.18718946,0.18718946,0.18718946,0.18718946,0.2606518,0.2606518,0.2606518,0.2606518,0.2606518,0.2606518,0.2606518,0.2606518,0.2606518,0.2606518,0.2606518,0.2606518,0.2606518,0.2606518,0.2606518,0.44234425,0.44234425,0.44234425,0.44234425,0.44234425,0.44234425,0.44234425,0.44234425,0.44234425,0.44234425,0.44234425,0.44234425,0.44234425,0.44234425,0.44234425,1.5433282,1.5433282,1.5433282,1.5433282,1.5433282,1.5433282,1.5433282,1.5433282,1.5433282,1.5433282,1.5433282,1.5433282,1.5433282,1.5433282,1.5433282,0.34031066,0.34031066,0.34031066,0.34031066,0.34031066,0.34031066,0.34031066,0.34031066,0.34031066,0.34031066,0.34031066,0.34031066,0.34031066,0.34031066,0.34031066,0.92410499,0.92410499,0.92410499,0.92410499,0.92410499,0.92410499,0.92410499,0.92410499,0.92410499,0.92410499,0.92410499,0.92410499,0.92410499,0.92410499,0.92410499,1.0817387,1.0817387,1.0817387,1.0817387,1.0817387,1.0817387,1.0817387,1.0817387,1.0817387,1.0817387,1.0817387,1.0817387,1.0817387,1.0817387,1.0817387,2.6368506,2.6368506,2.6368506,2.6368506,2.6368506,2.6368506,2.6368506,2.6368506,2.6368506,2.6368506,2.6368506,2.6368506,2.6368506,2.6368506,2.6368506,2.1061726,2.1061726,2.1061726,2.1061726,2.1061726,2.1061726,2.1061726,2.1061726,2.1061726,2.1061726,2.1061726,2.1061726,2.1061726,2.1061726,2.1061726,0.35985821,0.35985821,0.35985821,0.35985821,0.35985821,0.35985821,0.35985821,0.35985821,0.35985821,0.35985821,0.35985821,0.35985821,0.35985821,0.35985821,0.35985821,0.32542413,0.32542413,0.32542413,0.32542413,0.32542413,0.32542413,0.32542413,0.32542413,0.32542413,0.32542413,0.32542413,0.32542413,0.32542413,0.32542413,0.32542413,1.1761622,1.1761622,1.1761622,1.1761622,1.1761622,1.1761622,1.1761622,1.1761622,1.1761622,1.1761622,1.1761622,1.1761622,1.1761622,1.1761622,1.1761622,1.0510366,1.0510366,1.0510366,1.0510366,1.0510366,1.0510366,1.0510366,1.0510366,1.0510366,1.0510366,1.0510366,1.0510366,1.0510366,1.0510366,1.0510366,0.55350584,0.55350584,0.55350584,0.55350584,0.55350584,0.55350584,0.55350584,0.55350584,0.55350584,0.55350584,0.55350584,0.55350584,0.55350584,0.55350584,0.55350584,0.13480414,0.13480414,0.13480414,0.13480414,0.13480414,0.13480414,0.13480414,0.13480414,0.13480414,0.13480414,0.13480414,0.13480414,0.13480414,0.13480414,0.13480414,0.37524256,0.37524256,0.37524256,0.37524256,0.37524256,0.37524256,0.37524256,0.37524256,0.37524256,0.37524256,0.37524256,0.37524256,0.37524256,0.37524256,0.37524256,0.90814161,0.90814161,0.90814161,0.90814161,0.90814161,0.90814161,0.90814161,0.90814161,0.90814161,0.90814161,0.90814161,0.90814161,0.90814161,0.90814161,0.90814161,0.50115412,0.50115412,0.50115412,0.50115412,0.50115412,0.50115412,0.50115412,0.50115412,0.50115412,0.50115412,0.50115412,0.50115412,0.50115412,0.50115412,0.50115412,1.0140841,1.0140841,1.0140841,1.0140841,1.0140841,1.0140841,1.0140841,1.0140841,1.0140841,1.0140841,1.0140841,1.0140841,1.0140841,1.0140841,1.0140841,0.7896722,0.7896722,0.7896722,0.7896722,0.7896722,0.7896722,0.7896722,0.7896722,0.7896722,0.7896722,0.7896722,0.7896722,0.7896722,0.7896722,0.7896722,0.84967774,0.84967774,0.84967774,0.84967774,0.84967774,0.84967774,0.84967774,0.84967774,0.84967774,0.84967774,0.84967774,0.84967774,0.84967774,0.84967774,0.84967774,0.19382624,0.19382624,0.19382624,0.19382624,0.19382624,0.19382624,0.19382624,0.19382624,0.19382624,0.19382624,0.19382624,0.19382624,0.19382624,0.19382624,0.19382624,0.24806386,0.24806386,0.24806386,0.24806386,0.24806386,0.24806386,0.24806386,0.24806386,0.24806386,0.24806386,0.24806386,0.24806386,0.24806386,0.24806386,0.24806386,0.20477439,0.20477439,0.20477439,0.20477439,0.20477439,0.20477439,0.20477439,0.20477439,0.20477439,0.20477439,0.20477439,0.20477439,0.20477439,0.20477439,0.20477439,0.36443463,0.36443463,0.36443463,0.36443463,0.36443463,0.36443463,0.36443463,0.36443463,0.36443463,0.36443463,0.36443463,0.36443463,0.36443463,0.36443463,0.36443463,0.66123718,0.66123718,0.66123718,0.66123718,0.66123718,0.66123718,0.66123718,0.66123718,0.66123718,0.66123718,0.66123718,0.66123718,0.66123718,0.66123718,0.66123718,1.8664548,1.8664548,1.8664548,1.8664548,1.8664548,1.8664548,1.8664548,1.8664548,1.8664548,1.8664548,1.8664548,1.8664548,1.8664548,1.8664548,1.8664548,0.24991767,0.24991767,0.24991767,0.24991767,0.24991767,0.24991767,0.24991767,0.24991767,0.24991767,0.24991767,0.24991767,0.24991767,0.24991767,0.24991767,0.24991767,0.35967419,0.35967419,0.35967419,0.35967419,0.35967419,0.35967419,0.35967419,0.35967419,0.35967419,0.35967419,0.35967419,0.35967419,0.35967419,0.35967419,0.35967419,5.1947498,5.1947498,5.1947498,5.1947498,5.1947498,5.1947498,5.1947498,5.1947498,5.1947498,5.1947498,5.1947498,5.1947498,5.1947498,5.1947498,5.1947498,1.0895214,1.0895214,1.0895214,1.0895214,1.0895214,1.0895214,1.0895214,1.0895214,1.0895214,1.0895214,1.0895214,1.0895214,1.0895214,1.0895214,1.0895214,0.012145167,0.012145167,0.012145167,0.012145167,0.012145167,0.012145167,0.012145167,0.012145167,0.012145167,0.012145167,0.012145167,0.012145167,0.012145167,0.012145167,0.012145167,0.36036471,0.36036471,0.36036471,0.36036471,0.36036471,0.36036471,0.36036471,0.36036471,0.36036471,0.36036471,0.36036471,0.36036471,0.36036471,0.36036471,0.36036471,0.85437208,0.85437208,0.85437208,0.85437208,0.85437208,0.85437208,0.85437208,0.85437208,0.85437208,0.85437208,0.85437208,0.85437208,0.85437208,0.85437208,0.85437208,0.11615066,0.11615066,0.11615066,0.11615066,0.11615066,0.11615066,0.11615066,0.11615066,0.11615066,0.11615066,0.11615066,0.11615066,0.11615066,0.11615066,0.11615066,0.70839262,0.70839262,0.70839262,0.70839262,0.70839262,0.70839262,0.70839262,0.70839262,0.70839262,0.70839262,0.70839262,0.70839262,0.70839262,0.70839262,0.70839262,0.33416328,0.33416328,0.33416328,0.33416328,0.33416328,0.33416328,0.33416328,0.33416328,0.33416328,0.33416328,0.33416328,0.33416328,0.33416328,0.33416328,0.33416328,0.11529675,0.11529675,0.11529675,0.11529675,0.11529675,0.11529675,0.11529675,0.11529675,0.11529675,0.11529675,0.11529675,0.11529675,0.11529675,0.11529675,0.11529675,0.97781885,0.97781885,0.97781885,0.97781885,0.97781885,0.97781885,0.97781885,0.97781885,0.97781885,0.97781885,0.97781885,0.97781885,0.97781885,0.97781885,0.97781885,0.24686863,0.24686863,0.24686863,0.24686863,0.24686863,0.24686863,0.24686863,0.24686863,0.24686863,0.24686863,0.24686863,0.24686863,0.24686863,0.24686863,0.24686863,1.6259636,1.6259636,1.6259636,1.6259636,1.6259636,1.6259636,1.6259636,1.6259636,1.6259636,1.6259636,1.6259636,1.6259636,1.6259636,1.6259636,1.6259636,0.21283792,0.21283792,0.21283792,0.21283792,0.21283792,0.21283792,0.21283792,0.21283792,0.21283792,0.21283792,0.21283792,0.21283792,0.21283792,0.21283792,0.21283792,0.40814012,0.40814012,0.40814012,0.40814012,0.40814012,0.40814012,0.40814012,0.40814012,0.40814012,0.40814012,0.40814012,0.40814012,0.40814012,0.40814012,0.40814012,0.3870793,0.3870793,0.3870793,0.3870793,0.3870793,0.3870793,0.3870793,0.3870793,0.3870793,0.3870793,0.3870793,0.3870793,0.3870793,0.3870793,0.3870793,0.15602371,0.15602371,0.15602371,0.15602371,0.15602371,0.15602371,0.15602371,0.15602371,0.15602371,0.15602371,0.15602371,0.15602371,0.15602371,0.15602371,0.15602371,0.76397163,0.76397163,0.76397163,0.76397163,0.76397163,0.76397163,0.76397163,0.76397163,0.76397163,0.76397163,0.76397163,0.76397163,0.76397163,0.76397163,0.76397163,0.82343084,0.82343084,0.82343084,0.82343084,0.82343084,0.82343084,0.82343084,0.82343084,0.82343084,0.82343084,0.82343084,0.82343084,0.82343084,0.82343084,0.82343084,1.2494776,1.2494776,1.2494776,1.2494776,1.2494776,1.2494776,1.2494776,1.2494776,1.2494776,1.2494776,1.2494776,1.2494776,1.2494776,1.2494776,1.2494776,0.57521164,0.57521164,0.57521164,0.57521164,0.57521164,0.57521164,0.57521164,0.57521164,0.57521164,0.57521164,0.57521164,0.57521164,0.57521164,0.57521164,0.57521164,0.47733814,0.47733814,0.47733814,0.47733814,0.47733814,0.47733814,0.47733814,0.47733814,0.47733814,0.47733814,0.47733814,0.47733814,0.47733814,0.47733814,0.47733814,0.26282334,0.26282334,0.26282334,0.26282334,0.26282334,0.26282334,0.26282334,0.26282334,0.26282334,0.26282334,0.26282334,0.26282334,0.26282334,0.26282334,0.26282334,0.16369835,0.16369835,0.16369835,0.16369835,0.16369835,0.16369835,0.16369835,0.16369835,0.16369835,0.16369835,0.16369835,0.16369835,0.16369835,0.16369835,0.16369835,0.30240524,0.30240524,0.30240524,0.30240524,0.30240524,0.30240524,0.30240524,0.30240524,0.30240524,0.30240524,0.30240524,0.30240524,0.30240524,0.30240524,0.30240524,0.18716201,0.18716201,0.18716201,0.18716201,0.18716201,0.18716201,0.18716201,0.18716201,0.18716201,0.18716201,0.18716201,0.18716201,0.18716201,0.18716201,0.18716201,0.20665987,0.20665987,0.20665987,0.20665987,0.20665987,0.20665987,0.20665987,0.20665987,0.20665987,0.20665987,0.20665987,0.20665987,0.20665987,0.20665987,0.20665987,0.34969193,0.34969193,0.34969193,0.34969193,0.34969193,0.34969193,0.34969193,0.34969193,0.34969193,0.34969193,0.34969193,0.34969193,0.34969193,0.34969193,0.34969193,0.6617316,0.6617316,0.6617316,0.6617316,0.6617316,0.6617316,0.6617316,0.6617316,0.6617316,0.6617316,0.6617316,0.6617316,0.6617316,0.6617316,0.6617316,0.39183101,0.39183101,0.39183101,0.39183101,0.39183101,0.39183101,0.39183101,0.39183101,0.39183101,0.39183101,0.39183101,0.39183101,0.39183101,0.39183101,0.39183101,0.1881199,0.1881199,0.1881199,0.1881199,0.1881199,0.1881199,0.1881199,0.1881199,0.1881199,0.1881199,0.1881199,0.1881199,0.1881199,0.1881199,0.1881199,0.008689,0.008689,0.008689,0.008689,0.008689,0.008689,0.008689,0.008689,0.008689,0.008689,0.008689,0.008689,0.008689,0.008689,0.008689,0.26247022,0.26247022,0.26247022,0.26247022,0.26247022,0.26247022,0.26247022,0.26247022,0.26247022,0.26247022,0.26247022,0.26247022,0.26247022,0.26247022,0.26247022,0.46057138,0.46057138,0.46057138,0.46057138,0.46057138,0.46057138,0.46057138,0.46057138,0.46057138,0.46057138,0.46057138,0.46057138,0.46057138,0.46057138,0.46057138,0.10235549,0.10235549,0.10235549,0.10235549,0.10235549,0.10235549,0.10235549,0.10235549,0.10235549,0.10235549,0.10235549,0.10235549,0.10235549,0.10235549,0.10235549,0.33341172,0.33341172,0.33341172,0.33341172,0.33341172,0.33341172,0.33341172,0.33341172,0.33341172,0.33341172,0.33341172,0.33341172,0.33341172,0.33341172,0.33341172,0.31778044,0.31778044,0.31778044,0.31778044,0.31778044,0.31778044,0.31778044,0.31778044,0.31778044,0.31778044,0.31778044,0.31778044,0.31778044,0.31778044,0.31778044,0.20394097,0.20394097,0.20394097,0.20394097,0.20394097,0.20394097,0.20394097,0.20394097,0.20394097,0.20394097,0.20394097,0.20394097,0.20394097,0.20394097,0.20394097,0.19130334,0.19130334,0.19130334,0.19130334,0.19130334,0.19130334,0.19130334,0.19130334,0.19130334,0.19130334,0.19130334,0.19130334,0.19130334,0.19130334,0.19130334,0.29579967,0.29579967,0.29579967,0.29579967,0.29579967,0.29579967,0.29579967,0.29579967,0.29579967,0.29579967,0.29579967,0.29579967,0.29579967,0.29579967,0.29579967,0.039636496,0.039636496,0.039636496,0.039636496,0.039636496,0.039636496,0.039636496,0.039636496,0.039636496,0.039636496,0.039636496,0.039636496,0.039636496,0.039636496,0.039636496,0.27636403,0.27636403,0.27636403,0.27636403,0.27636403,0.27636403,0.27636403,0.27636403,0.27636403,0.27636403,0.27636403,0.27636403,0.27636403,0.27636403,0.27636403,0.21762165,0.21762165,0.21762165,0.21762165,0.21762165,0.21762165,0.21762165,0.21762165,0.21762165,0.21762165,0.21762165,0.21762165,0.21762165,0.21762165,0.21762165,0.4362874,0.4362874,0.4362874,0.4362874,0.4362874,0.4362874,0.4362874,0.4362874,0.4362874,0.4362874,0.4362874,0.4362874,0.4362874,0.4362874,0.4362874,0.47936973,0.47936973,0.47936973,0.47936973,0.47936973,0.47936973,0.47936973,0.47936973,0.47936973,0.47936973,0.47936973,0.47936973,0.47936973,0.47936973,0.47936973,0.5508554,0.5508554,0.5508554,0.5508554,0.5508554,0.5508554,0.5508554,0.5508554,0.5508554,0.5508554,0.5508554,0.5508554,0.5508554,0.5508554,0.5508554,0.397064,0.397064,0.397064,0.397064,0.397064,0.397064,0.397064,0.397064,0.397064,0.397064,0.397064,0.397064,0.397064,0.397064,0.397064,0.76344705,0.76344705,0.76344705,0.76344705,0.76344705,0.76344705,0.76344705,0.76344705,0.76344705,0.76344705,0.76344705,0.76344705,0.76344705,0.76344705,0.76344705,0.038822912,0.038822912,0.038822912,0.038822912,0.038822912,0.038822912,0.038822912,0.038822912,0.038822912,0.038822912,0.038822912,0.038822912,0.038822912,0.038822912,0.038822912,0.47818896,0.47818896,0.47818896,0.47818896,0.47818896,0.47818896,0.47818896,0.47818896,0.47818896,0.47818896,0.47818896,0.47818896,0.47818896,0.47818896,0.47818896,0.83896065,0.83896065,0.83896065,0.83896065,0.83896065,0.83896065,0.83896065,0.83896065,0.83896065,0.83896065,0.83896065,0.83896065,0.83896065,0.83896065,0.83896065,0.28935763,0.28935763,0.28935763,0.28935763,0.28935763,0.28935763,0.28935763,0.28935763,0.28935763,0.28935763,0.28935763,0.28935763,0.28935763,0.28935763,0.28935763,0.41208082,0.41208082,0.41208082,0.41208082,0.41208082,0.41208082,0.41208082,0.41208082,0.41208082,0.41208082,0.41208082,0.41208082,0.41208082,0.41208082,0.41208082,0.41795361,0.41795361,0.41795361,0.41795361,0.41795361,0.41795361,0.41795361,0.41795361,0.41795361,0.41795361,0.41795361,0.41795361,0.41795361,0.41795361,0.41795361,0.19792506,0.19792506,0.19792506,0.19792506,0.19792506,0.19792506,0.19792506,0.19792506,0.19792506,0.19792506,0.19792506,0.19792506,0.19792506,0.19792506,0.19792506,0.45785972,0.45785972,0.45785972,0.45785972,0.45785972,0.45785972,0.45785972,0.45785972,0.45785972,0.45785972,0.45785972,0.45785972,0.45785972,0.45785972,0.45785972,0.55965012,0.55965012,0.55965012,0.55965012,0.55965012,0.55965012,0.55965012,0.55965012,0.55965012,0.55965012,0.55965012,0.55965012,0.55965012,0.55965012,0.55965012,0.097620778,0.097620778,0.097620778,0.097620778,0.097620778,0.097620778,0.097620778,0.097620778,0.097620778,0.097620778,0.097620778,0.097620778,0.097620778,0.097620778,0.097620778,0.43768144,0.43768144,0.43768144,0.43768144,0.43768144,0.43768144,0.43768144,0.43768144,0.43768144,0.43768144,0.43768144,0.43768144,0.43768144,0.43768144,0.43768144,0.67239493,0.67239493,0.67239493,0.67239493,0.67239493,0.67239493,0.67239493,0.67239493,0.67239493,0.67239493,0.67239493,0.67239493,0.67239493,0.67239493,0.67239493,1.2361212,1.2361212,1.2361212,1.2361212,1.2361212,1.2361212,1.2361212,1.2361212,1.2361212,1.2361212,1.2361212,1.2361212,1.2361212,1.2361212,1.2361212,0.66762084,0.66762084,0.66762084,0.66762084,0.66762084,0.66762084,0.66762084,0.66762084,0.66762084,0.66762084,0.66762084,0.66762084,0.66762084,0.66762084,0.66762084,0.47619829,0.47619829,0.47619829,0.47619829,0.47619829,0.47619829,0.47619829,0.47619829,0.47619829,0.47619829,0.47619829,0.47619829,0.47619829,0.47619829,0.47619829,0.86219883,0.86219883,0.86219883,0.86219883,0.86219883,0.86219883,0.86219883,0.86219883,0.86219883,0.86219883,0.86219883,0.86219883,0.86219883,0.86219883,0.86219883,0.226823,0.226823,0.226823,0.226823,0.226823,0.226823,0.226823,0.226823,0.226823,0.226823,0.226823,0.226823,0.226823,0.226823,0.226823,1.22848,1.22848,1.22848,1.22848,1.22848,1.22848,1.22848,1.22848,1.22848,1.22848,1.22848,1.22848,1.22848,1.22848,1.22848,0.52563941,0.52563941,0.52563941,0.52563941,0.52563941,0.52563941,0.52563941,0.52563941,0.52563941,0.52563941,0.52563941,0.52563941,0.52563941,0.52563941,0.52563941,0.58032346,0.58032346,0.58032346,0.58032346,0.58032346,0.58032346,0.58032346,0.58032346,0.58032346,0.58032346,0.58032346,0.58032346,0.58032346,0.58032346,0.58032346,0.331644,0.331644,0.331644,0.331644,0.331644,0.331644,0.331644,0.331644,0.331644,0.331644,0.331644,0.331644,0.331644,0.331644,0.331644,0.32684851,0.32684851,0.32684851,0.32684851,0.32684851,0.32684851,0.32684851,0.32684851,0.32684851,0.32684851,0.32684851,0.32684851,0.32684851,0.32684851,0.32684851,0.1402666,0.1402666,0.1402666,0.1402666,0.1402666,0.1402666,0.1402666,0.1402666,0.1402666,0.1402666,0.1402666,0.1402666,0.1402666,0.1402666,0.1402666,0.56821263,0.56821263,0.56821263,0.56821263,0.56821263,0.56821263,0.56821263,0.56821263,0.56821263,0.56821263,0.56821263,0.56821263,0.56821263,0.56821263,0.56821263,0.1781725,0.1781725,0.1781725,0.1781725,0.1781725,0.1781725,0.1781725,0.1781725,0.1781725,0.1781725,0.1781725,0.1781725,0.1781725,0.1781725,0.1781725,0.25140467,0.25140467,0.25140467,0.25140467,0.25140467,0.25140467,0.25140467,0.25140467,0.25140467,0.25140467,0.25140467,0.25140467,0.25140467,0.25140467,0.25140467,0.42434201,0.42434201,0.42434201,0.42434201,0.42434201,0.42434201,0.42434201,0.42434201,0.42434201,0.42434201,0.42434201,0.42434201,0.42434201,0.42434201,0.42434201,0.61799109,0.61799109,0.61799109,0.61799109,0.61799109,0.61799109,0.61799109,0.61799109,0.61799109,0.61799109,0.61799109,0.61799109,0.61799109,0.61799109,0.61799109,0.83423114,0.83423114,0.83423114,0.83423114,0.83423114,0.83423114,0.83423114,0.83423114,0.83423114,0.83423114,0.83423114,0.83423114,0.83423114,0.83423114,0.83423114,0.23619394,0.23619394,0.23619394,0.23619394,0.23619394,0.23619394,0.23619394,0.23619394,0.23619394,0.23619394,0.23619394,0.23619394,0.23619394,0.23619394,0.23619394,0.61176175,0.61176175,0.61176175,0.61176175,0.61176175,0.61176175,0.61176175,0.61176175,0.61176175,0.61176175,0.61176175,0.61176175,0.61176175,0.61176175,0.61176175,0.8207137,0.8207137,0.8207137,0.8207137,0.8207137,0.8207137,0.8207137,0.8207137,0.8207137,0.8207137,0.8207137,0.8207137,0.8207137,0.8207137,0.8207137,0.10036387,0.10036387,0.10036387,0.10036387,0.10036387,0.10036387,0.10036387,0.10036387,0.10036387,0.10036387,0.10036387,0.10036387,0.10036387,0.10036387,0.10036387,0.33322108,0.33322108,0.33322108,0.33322108,0.33322108,0.33322108,0.33322108,0.33322108,0.33322108,0.33322108,0.33322108,0.33322108,0.33322108,0.33322108,0.33322108,0.14194193,0.14194193,0.14194193,0.14194193,0.14194193,0.14194193,0.14194193,0.14194193,0.14194193,0.14194193,0.14194193,0.14194193,0.14194193,0.14194193,0.14194193,0.15755607,0.15755607,0.15755607,0.15755607,0.15755607,0.15755607,0.15755607,0.15755607,0.15755607,0.15755607,0.15755607,0.15755607,0.15755607,0.15755607,0.15755607,0.14427486,0.14427486,0.14427486,0.14427486,0.14427486,0.14427486,0.14427486,0.14427486,0.14427486,0.14427486,0.14427486,0.14427486,0.14427486,0.14427486,0.14427486,0.65218174,0.65218174,0.65218174,0.65218174,0.65218174,0.65218174,0.65218174,0.65218174,0.65218174,0.65218174,0.65218174,0.65218174,0.65218174,0.65218174,0.65218174,1.0326656,1.0326656,1.0326656,1.0326656,1.0326656,1.0326656,1.0326656,1.0326656,1.0326656,1.0326656,1.0326656,1.0326656,1.0326656,1.0326656,1.0326656,0.61237514,0.61237514,0.61237514,0.61237514,0.61237514,0.61237514,0.61237514,0.61237514,0.61237514,0.61237514,0.61237514,0.61237514,0.61237514,0.61237514,0.61237514,0.16186532,0.16186532,0.16186532,0.16186532,0.16186532,0.16186532,0.16186532,0.16186532,0.16186532,0.16186532,0.16186532,0.16186532,0.16186532,0.16186532,0.16186532,0.19039069,0.19039069,0.19039069,0.19039069,0.19039069,0.19039069,0.19039069,0.19039069,0.19039069,0.19039069,0.19039069,0.19039069,0.19039069,0.19039069,0.19039069,0.23842624,0.23842624,0.23842624,0.23842624,0.23842624,0.23842624,0.23842624,0.23842624,0.23842624,0.23842624,0.23842624,0.23842624,0.23842624,0.23842624,0.23842624,0.095649146,0.095649146,0.095649146,0.095649146,0.095649146,0.095649146,0.095649146,0.095649146,0.095649146,0.095649146,0.095649146,0.095649146,0.095649146,0.095649146,0.095649146,0.15656458,0.15656458,0.15656458,0.15656458,0.15656458,0.15656458,0.15656458,0.15656458,0.15656458,0.15656458,0.15656458,0.15656458,0.15656458,0.15656458,0.15656458,0.17226419,0.17226419,0.17226419,0.17226419,0.17226419,0.17226419,0.17226419,0.17226419,0.17226419,0.17226419,0.17226419,0.17226419,0.17226419,0.17226419,0.17226419,0.1062609,0.1062609,0.1062609,0.1062609,0.1062609,0.1062609,0.1062609,0.1062609,0.1062609,0.1062609,0.1062609,0.1062609,0.1062609,0.1062609,0.1062609,0.13281859,0.13281859,0.13281859,0.13281859,0.13281859,0.13281859,0.13281859,0.13281859,0.13281859,0.13281859,0.13281859,0.13281859,0.13281859,0.13281859,0.13281859,0.15185519,0.15185519,0.15185519,0.15185519,0.15185519,0.15185519,0.15185519,0.15185519,0.15185519,0.15185519,0.15185519,0.15185519,0.15185519,0.15185519,0.15185519,0.11040749,0.11040749,0.11040749,0.11040749,0.11040749,0.11040749,0.11040749,0.11040749,0.11040749,0.11040749,0.11040749,0.11040749,0.11040749,0.11040749,0.11040749,0.24244671,0.24244671,0.24244671,0.24244671,0.24244671,0.24244671,0.24244671,0.24244671,0.24244671,0.24244671,0.24244671,0.24244671,0.24244671,0.24244671,0.24244671,0.22663787,0.22663787,0.22663787,0.22663787,0.22663787,0.22663787,0.22663787,0.22663787,0.22663787,0.22663787,0.22663787,0.22663787,0.22663787,0.22663787,0.22663787,0.15157412,0.15157412,0.15157412,0.15157412,0.15157412,0.15157412,0.15157412,0.15157412,0.15157412,0.15157412,0.15157412,0.15157412,0.15157412,0.15157412,0.15157412,0.1964402,0.1964402,0.1964402,0.1964402,0.1964402,0.1964402,0.1964402,0.1964402,0.1964402,0.1964402,0.1964402,0.1964402,0.1964402,0.1964402,0.1964402,0.076136544,0.076136544,0.076136544,0.076136544,0.076136544,0.076136544,0.076136544,0.076136544,0.076136544,0.076136544,0.076136544,0.076136544,0.076136544,0.076136544,0.076136544,0.2629962,0.2629962,0.2629962,0.2629962,0.2629962,0.2629962,0.2629962,0.2629962,0.2629962,0.2629962,0.2629962,0.2629962,0.2629962,0.2629962,0.2629962,0.31261653,0.31261653,0.31261653,0.31261653,0.31261653,0.31261653,0.31261653,0.31261653,0.31261653,0.31261653,0.31261653,0.31261653,0.31261653,0.31261653,0.31261653,0.14693893,0.14693893,0.14693893,0.14693893,0.14693893,0.14693893,0.14693893,0.14693893,0.14693893,0.14693893,0.14693893,0.14693893,0.14693893,0.14693893,0.14693893,0.17640345,0.17640345,0.17640345,0.17640345,0.17640345,0.17640345,0.17640345,0.17640345,0.17640345,0.17640345,0.17640345,0.17640345,0.17640345,0.17640345,0.17640345,0.15071012,0.15071012,0.15071012,0.15071012,0.15071012,0.15071012,0.15071012,0.15071012,0.15071012,0.15071012,0.15071012,0.15071012,0.15071012,0.15071012,0.15071012,0.15664454,0.15664454,0.15664454,0.15664454,0.15664454,0.15664454,0.15664454,0.15664454,0.15664454,0.15664454,0.15664454,0.15664454,0.15664454,0.15664454,0.15664454,0.5176627,0.5176627,0.5176627,0.5176627,0.5176627,0.5176627,0.5176627,0.5176627,0.5176627,0.5176627,0.5176627,0.5176627,0.5176627,0.5176627,0.5176627,0.20656267,0.20656267,0.20656267,0.20656267,0.20656267,0.20656267,0.20656267,0.20656267,0.20656267,0.20656267,0.20656267,0.20656267,0.20656267,0.20656267,0.20656267,0.16499698,0.16499698,0.16499698,0.16499698,0.16499698,0.16499698,0.16499698,0.16499698,0.16499698,0.16499698,0.16499698,0.16499698,0.16499698,0.16499698,0.16499698,0.18262123,0.18262123,0.18262123,0.18262123,0.18262123,0.18262123,0.18262123,0.18262123,0.18262123,0.18262123,0.18262123,0.18262123,0.18262123,0.18262123,0.18262123,0.19752121,0.19752121,0.19752121,0.19752121,0.19752121,0.19752121,0.19752121,0.19752121,0.19752121,0.19752121,0.19752121,0.19752121,0.19752121,0.19752121,0.19752121,0.17013331,0.17013331,0.17013331,0.17013331,0.17013331,0.17013331,0.17013331,0.17013331,0.17013331,0.17013331,0.17013331,0.17013331,0.17013331,0.17013331,0.17013331,0.12573813,0.12573813,0.12573813,0.12573813,0.12573813,0.12573813,0.12573813,0.12573813,0.12573813,0.12573813,0.12573813,0.12573813,0.12573813,0.12573813,0.12573813,0.14119188,0.14119188,0.14119188,0.14119188,0.14119188,0.14119188,0.14119188,0.14119188,0.14119188,0.14119188,0.14119188,0.14119188,0.14119188,0.14119188,0.14119188,0.13371933,0.13371933,0.13371933,0.13371933,0.13371933,0.13371933,0.13371933,0.13371933,0.13371933,0.13371933,0.13371933,0.13371933,0.13371933,0.13371933,0.13371933,0.090570554,0.090570554,0.090570554,0.090570554,0.090570554,0.090570554,0.090570554,0.090570554,0.090570554,0.090570554,0.090570554,0.090570554,0.090570554,0.090570554,0.090570554,0.20878585,0.20878585,0.20878585,0.20878585,0.20878585,0.20878585,0.20878585,0.20878585,0.20878585,0.20878585,0.20878585,0.20878585,0.20878585,0.20878585,0.20878585,0.14337805,0.14337805,0.14337805,0.14337805,0.14337805,0.14337805,0.14337805,0.14337805,0.14337805,0.14337805,0.14337805,0.14337805,0.14337805,0.14337805,0.14337805,0.13306896,0.13306896,0.13306896,0.13306896,0.13306896,0.13306896,0.13306896,0.13306896,0.13306896,0.13306896,0.13306896,0.13306896,0.13306896,0.13306896,0.13306896,0.16518785,0.16518785,0.16518785,0.16518785,0.16518785,0.16518785,0.16518785,0.16518785,0.16518785,0.16518785,0.16518785,0.16518785,0.16518785,0.16518785,0.16518785,0.29855612,0.29855612,0.29855612,0.29855612,0.29855612,0.29855612,0.29855612,0.29855612,0.29855612,0.29855612,0.29855612,0.29855612,0.29855612,0.29855612,0.29855612,0.12246107,0.12246107,0.12246107,0.12246107,0.12246107,0.12246107,0.12246107,0.12246107,0.12246107,0.12246107,0.12246107,0.12246107,0.12246107,0.12246107,0.12246107,0.26329237,0.26329237,0.26329237,0.26329237,0.26329237,0.26329237,0.26329237,0.26329237,0.26329237,0.26329237,0.26329237,0.26329237,0.26329237,0.26329237,0.26329237,0.26424253,0.26424253,0.26424253,0.26424253,0.26424253,0.26424253,0.26424253,0.26424253,0.26424253,0.26424253,0.26424253,0.26424253,0.26424253,0.26424253,0.26424253,0.12399703,0.12399703,0.12399703,0.12399703,0.12399703,0.12399703,0.12399703,0.12399703,0.12399703,0.12399703,0.12399703,0.12399703,0.12399703,0.12399703,0.12399703,0.13023373,0.13023373,0.13023373,0.13023373,0.13023373,0.13023373,0.13023373,0.13023373,0.13023373,0.13023373,0.13023373,0.13023373,0.13023373,0.13023373,0.13023373,0.23769882,0.23769882,0.23769882,0.23769882,0.23769882,0.23769882,0.23769882,0.23769882,0.23769882,0.23769882,0.23769882,0.23769882,0.23769882,0.23769882,0.23769882,0.15490641,0.15490641,0.15490641,0.15490641,0.15490641,0.15490641,0.15490641,0.15490641,0.15490641,0.15490641,0.15490641,0.15490641,0.15490641,0.15490641,0.15490641,0.14074284,0.14074284,0.14074284,0.14074284,0.14074284,0.14074284,0.14074284,0.14074284,0.14074284,0.14074284,0.14074284,0.14074284,0.14074284,0.14074284,0.14074284,0.24321285,0.24321285,0.24321285,0.24321285,0.24321285,0.24321285,0.24321285,0.24321285,0.24321285,0.24321285,0.24321285,0.24321285,0.24321285,0.24321285,0.24321285,0.20313148,0.20313148,0.20313148,0.20313148,0.20313148,0.20313148,0.20313148,0.20313148,0.20313148,0.20313148,0.20313148,0.20313148,0.20313148,0.20313148,0.20313148,0.17271715,0.17271715,0.17271715,0.17271715,0.17271715,0.17271715,0.17271715,0.17271715,0.17271715,0.17271715,0.17271715,0.17271715,0.17271715,0.17271715,0.17271715,0.28961855,0.28961855,0.28961855,0.28961855,0.28961855,0.28961855,0.28961855,0.28961855,0.28961855,0.28961855,0.28961855,0.28961855,0.28961855,0.28961855,0.28961855,0.21640956,0.21640956,0.21640956,0.21640956,0.21640956,0.21640956,0.21640956,0.21640956,0.21640956,0.21640956,0.21640956,0.21640956,0.21640956,0.21640956,0.21640956,0.18028739,0.18028739,0.18028739,0.18028739,0.18028739,0.18028739,0.18028739,0.18028739,0.18028739,0.18028739,0.18028739,0.18028739,0.18028739,0.18028739,0.18028739,0.19247796,0.19247796,0.19247796,0.19247796,0.19247796,0.19247796,0.19247796,0.19247796,0.19247796,0.19247796,0.19247796,0.19247796,0.19247796,0.19247796,0.19247796,0.41129857,0.41129857,0.41129857,0.41129857,0.41129857,0.41129857,0.41129857,0.41129857,0.41129857,0.41129857,0.41129857,0.41129857,0.41129857,0.41129857,0.41129857,0.14082451,0.14082451,0.14082451,0.14082451,0.14082451,0.14082451,0.14082451,0.14082451,0.14082451,0.14082451,0.14082451,0.14082451,0.14082451,0.14082451,0.14082451,0.62967199,0.62967199,0.62967199,0.62967199,0.62967199,0.62967199,0.62967199,0.62967199,0.62967199,0.62967199,0.62967199,0.62967199,0.62967199,0.62967199,0.62967199,0.25460789,0.25460789,0.25460789,0.25460789,0.25460789,0.25460789,0.25460789,0.25460789,0.25460789,0.25460789,0.25460789,0.25460789,0.25460789,0.25460789,0.25460789,0.16799633,0.16799633,0.16799633,0.16799633,0.16799633,0.16799633,0.16799633,0.16799633,0.16799633,0.16799633,0.16799633,0.16799633,0.16799633,0.16799633,0.16799633,0.24093334,0.24093334,0.24093334,0.24093334,0.24093334,0.24093334,0.24093334,0.24093334,0.24093334,0.24093334,0.24093334,0.24093334,0.24093334,0.24093334,0.24093334,0.199173,0.199173,0.199173,0.199173,0.199173,0.199173,0.199173,0.199173,0.199173,0.199173,0.199173,0.199173,0.199173,0.199173,0.199173,0.23394744,0.23394744,0.23394744,0.23394744,0.23394744,0.23394744,0.23394744,0.23394744,0.23394744,0.23394744,0.23394744,0.23394744,0.23394744,0.23394744,0.23394744,0.34386295,0.34386295,0.34386295,0.34386295,0.34386295,0.34386295,0.34386295,0.34386295,0.34386295,0.34386295,0.34386295,0.34386295,0.34386295,0.34386295,0.34386295,0.51018411,0.51018411,0.51018411,0.51018411,0.51018411,0.51018411,0.51018411,0.51018411,0.51018411,0.51018411,0.51018411,0.51018411,0.51018411,0.51018411,0.51018411,0.19365799,0.19365799,0.19365799,0.19365799,0.19365799,0.19365799,0.19365799,0.19365799,0.19365799,0.19365799,0.19365799,0.19365799,0.19365799,0.19365799,0.19365799,0.070911951,0.070911951,0.070911951,0.070911951,0.070911951,0.070911951,0.070911951,0.070911951,0.070911951,0.070911951,0.070911951,0.070911951,0.070911951,0.070911951,0.070911951,0.46561387,0.46561387,0.46561387,0.46561387,0.46561387,0.46561387,0.46561387,0.46561387,0.46561387,0.46561387,0.46561387,0.46561387,0.46561387,0.46561387,0.46561387,0.18852001,0.18852001,0.18852001,0.18852001,0.18852001,0.18852001,0.18852001,0.18852001,0.18852001,0.18852001,0.18852001,0.18852001,0.18852001,0.18852001,0.18852001,0.15557373,0.15557373,0.15557373,0.15557373,0.15557373,0.15557373,0.15557373,0.15557373,0.15557373,0.15557373,0.15557373,0.15557373,0.15557373,0.15557373,0.15557373,0.14806391,0.14806391,0.14806391,0.14806391,0.14806391,0.14806391,0.14806391,0.14806391,0.14806391,0.14806391,0.14806391,0.14806391,0.14806391,0.14806391,0.14806391,0.26204461,0.26204461,0.26204461,0.26204461,0.26204461,0.26204461,0.26204461,0.26204461,0.26204461,0.26204461,0.26204461,0.26204461,0.26204461,0.26204461,0.26204461,0.14394547,0.14394547,0.14394547,0.14394547,0.14394547,0.14394547,0.14394547,0.14394547,0.14394547,0.14394547,0.14394547,0.14394547,0.14394547,0.14394547,0.14394547,0.080115579,0.080115579,0.080115579,0.080115579,0.080115579,0.080115579,0.080115579,0.080115579,0.080115579,0.080115579,0.080115579,0.080115579,0.080115579,0.080115579,0.080115579,0.14175972,0.14175972,0.14175972,0.14175972,0.14175972,0.14175972,0.14175972,0.14175972,0.14175972,0.14175972,0.14175972,0.14175972,0.14175972,0.14175972,0.14175972,0.1783341,0.1783341,0.1783341,0.1783341,0.1783341,0.1783341,0.1783341,0.1783341,0.1783341,0.1783341,0.1783341,0.1783341,0.1783341,0.1783341,0.1783341,0.27021763,0.27021763,0.27021763,0.27021763,0.27021763,0.27021763,0.27021763,0.27021763,0.27021763,0.27021763,0.27021763,0.27021763,0.27021763,0.27021763,0.27021763,0.063080721,0.063080721,0.063080721,0.063080721,0.063080721,0.063080721,0.063080721,0.063080721,0.063080721,0.063080721,0.063080721,0.063080721,0.063080721,0.063080721,0.063080721,0.28512937,0.28512937,0.28512937,0.28512937,0.28512937,0.28512937,0.28512937,0.28512937,0.28512937,0.28512937,0.28512937,0.28512937,0.28512937,0.28512937,0.28512937,0.15706189,0.15706189,0.15706189,0.15706189,0.15706189,0.15706189,0.15706189,0.15706189,0.15706189,0.15706189,0.15706189,0.15706189,0.15706189,0.15706189,0.15706189,0.2687633,0.2687633,0.2687633,0.2687633,0.2687633,0.2687633,0.2687633,0.2687633,0.2687633,0.2687633,0.2687633,0.2687633,0.2687633,0.2687633,0.2687633,0.1509528,0.1509528,0.1509528,0.1509528,0.1509528,0.1509528,0.1509528,0.1509528,0.1509528,0.1509528,0.1509528,0.1509528,0.1509528,0.1509528,0.1509528,0.1313335,0.1313335,0.1313335,0.1313335,0.1313335,0.1313335,0.1313335,0.1313335,0.1313335,0.1313335,0.1313335,0.1313335,0.1313335,0.1313335,0.1313335,0.087904342,0.087904342,0.087904342,0.087904342,0.087904342,0.087904342,0.087904342,0.087904342,0.087904342,0.087904342,0.087904342,0.087904342,0.087904342,0.087904342,0.087904342,0.067055628,0.067055628,0.067055628,0.067055628,0.067055628,0.067055628,0.067055628,0.067055628,0.067055628,0.067055628,0.067055628,0.067055628,0.067055628,0.067055628,0.067055628,0.088563003,0.088563003,0.088563003,0.088563003,0.088563003,0.088563003,0.088563003,0.088563003,0.088563003,0.088563003,0.088563003,0.088563003,0.088563003,0.088563003,0.088563003,0.066982239,0.066982239,0.066982239,0.066982239,0.066982239,0.066982239,0.066982239,0.066982239,0.066982239,0.066982239,0.066982239,0.066982239,0.066982239,0.066982239,0.066982239,0.060111232,0.060111232,0.060111232,0.060111232,0.060111232,0.060111232,0.060111232,0.060111232,0.060111232,0.060111232,0.060111232,0.060111232,0.060111232,0.060111232,0.060111232,0.041534849,0.041534849,0.041534849,0.041534849,0.041534849,0.041534849,0.041534849,0.041534849,0.041534849,0.041534849,0.041534849,0.041534849,0.041534849,0.041534849,0.041534849,0.11902191,0.11902191,0.11902191,0.11902191,0.11902191,0.11902191,0.11902191,0.11902191,0.11902191,0.11902191,0.11902191,0.11902191,0.11902191,0.11902191,0.11902191,0.064780928,0.064780928,0.064780928,0.064780928,0.064780928,0.064780928,0.064780928,0.064780928,0.064780928,0.064780928,0.064780928,0.064780928,0.064780928,0.064780928,0.064780928,0.11704317,0.11704317,0.11704317,0.11704317,0.11704317,0.11704317,0.11704317,0.11704317,0.11704317,0.11704317,0.11704317,0.11704317,0.11704317,0.11704317,0.11704317,0.064571485,0.064571485,0.064571485,0.064571485,0.064571485,0.064571485,0.064571485,0.064571485,0.064571485,0.064571485,0.064571485,0.064571485,0.064571485,0.064571485,0.064571485,0.055910021,0.055910021,0.055910021,0.055910021,0.055910021,0.055910021,0.055910021,0.055910021,0.055910021,0.055910021,0.055910021,0.055910021,0.055910021,0.055910021,0.055910021,0.11457163,0.11457163,0.11457163,0.11457163,0.11457163,0.11457163,0.11457163,0.11457163,0.11457163,0.11457163,0.11457163,0.11457163,0.11457163,0.11457163,0.11457163,0.12771085,0.12771085,0.12771085,0.12771085,0.12771085,0.12771085,0.12771085,0.12771085,0.12771085,0.12771085,0.12771085,0.12771085,0.12771085,0.12771085,0.12771085,0.11299621,0.11299621,0.11299621,0.11299621,0.11299621,0.11299621,0.11299621,0.11299621,0.11299621,0.11299621,0.11299621,0.11299621,0.11299621,0.11299621,0.11299621,0.1742654,0.1742654,0.1742654,0.1742654,0.1742654,0.1742654,0.1742654,0.1742654,0.1742654,0.1742654,0.1742654,0.1742654,0.1742654,0.1742654,0.1742654,0.21418361,0.21418361,0.21418361,0.21418361,0.21418361,0.21418361,0.21418361,0.21418361,0.21418361,0.21418361,0.21418361,0.21418361,0.21418361,0.21418361,0.21418361,0.047593758,0.047593758,0.047593758,0.047593758,0.047593758,0.047593758,0.047593758,0.047593758,0.047593758,0.047593758,0.047593758,0.047593758,0.047593758,0.047593758,0.047593758,0.072614729,0.072614729,0.072614729,0.072614729,0.072614729,0.072614729,0.072614729,0.072614729,0.072614729,0.072614729,0.072614729,0.072614729,0.072614729,0.072614729,0.072614729,0.15881716,0.15881716,0.15881716,0.15881716,0.15881716,0.15881716,0.15881716,0.15881716,0.15881716,0.15881716,0.15881716,0.15881716,0.15881716,0.15881716,0.15881716,0.062949546,0.062949546,0.062949546,0.062949546,0.062949546,0.062949546,0.062949546,0.062949546,0.062949546,0.062949546,0.062949546,0.062949546,0.062949546,0.062949546,0.062949546,0.12924924,0.12924924,0.12924924,0.12924924,0.12924924,0.12924924,0.12924924,0.12924924,0.12924924,0.12924924,0.12924924,0.12924924,0.12924924,0.12924924,0.12924924,0.04199994,0.04199994,0.04199994,0.04199994,0.04199994,0.04199994,0.04199994,0.04199994,0.04199994,0.04199994,0.04199994,0.04199994,0.04199994,0.04199994,0.04199994,0.20036525,0.20036525,0.20036525,0.20036525,0.20036525,0.20036525,0.20036525,0.20036525,0.20036525,0.20036525,0.20036525,0.20036525,0.20036525,0.20036525,0.20036525,0.11102938,0.11102938,0.11102938,0.11102938,0.11102938,0.11102938,0.11102938,0.11102938,0.11102938,0.11102938,0.11102938,0.11102938,0.11102938,0.11102938,0.11102938,0.064422354,0.064422354,0.064422354,0.064422354,0.064422354,0.064422354,0.064422354,0.064422354,0.064422354,0.064422354,0.064422354,0.064422354,0.064422354,0.064422354,0.064422354,0.08115124,0.08115124,0.08115124,0.08115124,0.08115124,0.08115124,0.08115124,0.08115124,0.08115124,0.08115124,0.08115124,0.08115124,0.08115124,0.08115124,0.08115124,0.10921685,0.10921685,0.10921685,0.10921685,0.10921685,0.10921685,0.10921685,0.10921685,0.10921685,0.10921685,0.10921685,0.10921685,0.10921685,0.10921685,0.10921685,0.030873846,0.030873846,0.030873846,0.030873846,0.030873846,0.030873846,0.030873846,0.030873846,0.030873846,0.030873846,0.030873846,0.030873846,0.030873846,0.030873846,0.030873846,0.050603572,0.050603572,0.050603572,0.050603572,0.050603572,0.050603572,0.050603572,0.050603572,0.050603572,0.050603572,0.050603572,0.050603572,0.050603572,0.050603572,0.050603572,0.036685638,0.036685638,0.036685638,0.036685638,0.036685638,0.036685638,0.036685638,0.036685638,0.036685638,0.036685638,0.036685638,0.036685638,0.036685638,0.036685638,0.036685638,0.20725666,0.20725666,0.20725666,0.20725666,0.20725666,0.20725666,0.20725666,0.20725666,0.20725666,0.20725666,0.20725666,0.20725666,0.20725666,0.20725666,0.20725666,0.08797095,0.08797095,0.08797095,0.08797095,0.08797095,0.08797095,0.08797095,0.08797095,0.08797095,0.08797095,0.08797095,0.08797095,0.08797095,0.08797095,0.08797095,0.14900173,0.14900173,0.14900173,0.14900173,0.14900173,0.14900173,0.14900173,0.14900173,0.14900173,0.14900173,0.14900173,0.14900173,0.14900173,0.14900173,0.14900173,0.14093837,0.14093837,0.14093837,0.14093837,0.14093837,0.14093837,0.14093837,0.14093837,0.14093837,0.14093837,0.14093837,0.14093837,0.14093837,0.14093837,0.14093837,0.075132437,0.075132437,0.075132437,0.075132437,0.075132437,0.075132437,0.075132437,0.075132437,0.075132437,0.075132437,0.075132437,0.075132437,0.075132437,0.075132437,0.075132437,0.058843151,0.058843151,0.058843151,0.058843151,0.058843151,0.058843151,0.058843151,0.058843151,0.058843151,0.058843151,0.058843151,0.058843151,0.058843151,0.058843151,0.058843151,0.1141971,0.1141971,0.1141971,0.1141971,0.1141971,0.1141971,0.1141971,0.1141971,0.1141971,0.1141971,0.1141971,0.1141971,0.1141971,0.1141971,0.1141971,0.084152147,0.084152147,0.084152147,0.084152147,0.084152147,0.084152147,0.084152147,0.084152147,0.084152147,0.084152147,0.084152147,0.084152147,0.084152147,0.084152147,0.084152147,0.070600256,0.070600256,0.070600256,0.070600256,0.070600256,0.070600256,0.070600256,0.070600256,0.070600256,0.070600256,0.070600256,0.070600256,0.070600256,0.070600256,0.070600256,0.045060501,0.045060501,0.045060501,0.045060501,0.045060501,0.045060501,0.045060501,0.045060501,0.045060501,0.045060501,0.045060501,0.045060501,0.045060501,0.045060501,0.045060501,0.054604344,0.054604344,0.054604344,0.054604344,0.054604344,0.054604344,0.054604344,0.054604344,0.054604344,0.054604344,0.054604344,0.054604344,0.054604344,0.054604344,0.054604344,0.15465848,0.15465848,0.15465848,0.15465848,0.15465848,0.15465848,0.15465848,0.15465848,0.15465848,0.15465848,0.15465848,0.15465848,0.15465848,0.15465848,0.15465848,0.069305457,0.069305457,0.069305457,0.069305457,0.069305457,0.069305457,0.069305457,0.069305457,0.069305457,0.069305457,0.069305457,0.069305457,0.069305457,0.069305457,0.069305457,0.12843654,0.12843654,0.12843654,0.12843654,0.12843654,0.12843654,0.12843654,0.12843654,0.12843654,0.12843654,0.12843654,0.12843654,0.12843654,0.12843654,0.12843654,0.10151201,0.10151201,0.10151201,0.10151201,0.10151201,0.10151201,0.10151201,0.10151201,0.10151201,0.10151201,0.10151201,0.10151201,0.10151201,0.10151201,0.10151201,0.085114025,0.085114025,0.085114025,0.085114025,0.085114025,0.085114025,0.085114025,0.085114025,0.085114025,0.085114025,0.085114025,0.085114025,0.085114025,0.085114025,0.085114025,0.051829286,0.051829286,0.051829286,0.051829286,0.051829286,0.051829286,0.051829286,0.051829286,0.051829286,0.051829286,0.051829286,0.051829286,0.051829286,0.051829286,0.051829286,0.13276123,0.13276123,0.13276123,0.13276123,0.13276123,0.13276123,0.13276123,0.13276123,0.13276123,0.13276123,0.13276123,0.13276123,0.13276123,0.13276123,0.13276123,0.10745717,0.10745717,0.10745717,0.10745717,0.10745717,0.10745717,0.10745717,0.10745717,0.10745717,0.10745717,0.10745717,0.10745717,0.10745717,0.10745717,0.10745717,0.12372462,0.12372462,0.12372462,0.12372462,0.12372462,0.12372462,0.12372462,0.12372462,0.12372462,0.12372462,0.12372462,0.12372462,0.12372462,0.12372462,0.12372462,0.090923466,0.090923466,0.090923466,0.090923466,0.090923466,0.090923466,0.090923466,0.090923466,0.090923466,0.090923466,0.090923466,0.090923466,0.090923466,0.090923466,0.090923466,0.17627604,0.17627604,0.17627604,0.17627604,0.17627604,0.17627604,0.17627604,0.17627604,0.17627604,0.17627604,0.17627604,0.17627604,0.17627604,0.17627604,0.17627604,0.047360748,0.047360748,0.047360748,0.047360748,0.047360748,0.047360748,0.047360748,0.047360748,0.047360748,0.047360748,0.047360748,0.047360748,0.047360748,0.047360748,0.047360748,0.10023701,0.10023701,0.10023701,0.10023701,0.10023701,0.10023701,0.10023701,0.10023701,0.10023701,0.10023701,0.10023701,0.10023701,0.10023701,0.10023701,0.10023701,0.050339878,0.050339878,0.050339878,0.050339878,0.050339878,0.050339878,0.050339878,0.050339878,0.050339878,0.050339878,0.050339878,0.050339878,0.050339878,0.050339878,0.050339878,0.13206947,0.13206947,0.13206947,0.13206947,0.13206947,0.13206947,0.13206947,0.13206947,0.13206947,0.13206947,0.13206947,0.13206947,0.13206947,0.13206947,0.13206947,0.058042023,0.058042023,0.058042023,0.058042023,0.058042023,0.058042023,0.058042023,0.058042023,0.058042023,0.058042023,0.058042023,0.058042023,0.058042023,0.058042023,0.058042023,0.067730181,0.067730181,0.067730181,0.067730181,0.067730181,0.067730181,0.067730181,0.067730181,0.067730181,0.067730181,0.067730181,0.067730181,0.067730181,0.067730181,0.067730181,0.13640234,0.13640234,0.13640234,0.13640234,0.13640234,0.13640234,0.13640234,0.13640234,0.13640234,0.13640234,0.13640234,0.13640234,0.13640234,0.13640234,0.13640234,0.11039837,0.11039837,0.11039837,0.11039837,0.11039837,0.11039837,0.11039837,0.11039837,0.11039837,0.11039837,0.11039837,0.11039837,0.11039837,0.11039837,0.11039837,0.037228398,0.037228398,0.037228398,0.037228398,0.037228398,0.037228398,0.037228398,0.037228398,0.037228398,0.037228398,0.037228398,0.037228398,0.037228398,0.037228398,0.037228398,0.10872777,0.10872777,0.10872777,0.10872777,0.10872777,0.10872777,0.10872777,0.10872777,0.10872777,0.10872777,0.10872777,0.10872777,0.10872777,0.10872777,0.10872777,0.092153884,0.092153884,0.092153884,0.092153884,0.092153884,0.092153884,0.092153884,0.092153884,0.092153884,0.092153884,0.092153884,0.092153884,0.092153884,0.092153884,0.092153884,0.11772318,0.11772318,0.11772318,0.11772318,0.11772318,0.11772318,0.11772318,0.11772318,0.11772318,0.11772318,0.11772318,0.11772318,0.11772318,0.11772318,0.11772318,0.10034518,0.10034518,0.10034518,0.10034518,0.10034518,0.10034518,0.10034518,0.10034518,0.10034518,0.10034518,0.10034518,0.10034518,0.10034518,0.10034518,0.10034518,0.11149089,0.11149089,0.11149089,0.11149089,0.11149089,0.11149089,0.11149089,0.11149089,0.11149089,0.11149089,0.11149089,0.11149089,0.11149089,0.11149089,0.11149089,0.071675472,0.071675472,0.071675472,0.071675472,0.071675472,0.071675472,0.071675472,0.071675472,0.071675472,0.071675472,0.071675472,0.071675472,0.071675472,0.071675472,0.071675472,0.10173064,0.10173064,0.10173064,0.10173064,0.10173064,0.10173064,0.10173064,0.10173064,0.10173064,0.10173064,0.10173064,0.10173064,0.10173064,0.10173064,0.10173064,0.12200575,0.12200575,0.12200575,0.12200575,0.12200575,0.12200575,0.12200575,0.12200575,0.12200575,0.12200575,0.12200575,0.12200575,0.12200575,0.12200575,0.12200575,0.073080413,0.073080413,0.073080413,0.073080413,0.073080413,0.073080413,0.073080413,0.073080413,0.073080413,0.073080413,0.073080413,0.073080413,0.073080413,0.073080413,0.073080413,0.12014619,0.12014619,0.12014619,0.12014619,0.12014619,0.12014619,0.12014619,0.12014619,0.12014619,0.12014619,0.12014619,0.12014619,0.12014619,0.12014619,0.12014619,0.060190361,0.060190361,0.060190361,0.060190361,0.060190361,0.060190361,0.060190361,0.060190361,0.060190361,0.060190361,0.060190361,0.060190361,0.060190361,0.060190361,0.060190361,0.076671891,0.076671891,0.076671891,0.076671891,0.076671891,0.076671891,0.076671891,0.076671891,0.076671891,0.076671891,0.076671891,0.076671891,0.076671891,0.076671891,0.076671891,0.08252003,0.08252003,0.08252003,0.08252003,0.08252003,0.08252003,0.08252003,0.08252003,0.08252003,0.08252003,0.08252003,0.08252003,0.08252003,0.08252003,0.08252003,0.097267136,0.097267136,0.097267136,0.097267136,0.097267136,0.097267136,0.097267136,0.097267136,0.097267136,0.097267136,0.097267136,0.097267136,0.097267136,0.097267136,0.097267136,0.091774404,0.091774404,0.091774404,0.091774404,0.091774404,0.091774404,0.091774404,0.091774404,0.091774404,0.091774404,0.091774404,0.091774404,0.091774404,0.091774404,0.091774404,0.08797165,0.08797165,0.08797165,0.08797165,0.08797165,0.08797165,0.08797165,0.08797165,0.08797165,0.08797165,0.08797165,0.08797165,0.08797165,0.08797165,0.08797165,0.095354147,0.095354147,0.095354147,0.095354147,0.095354147,0.095354147,0.095354147,0.095354147,0.095354147,0.095354147,0.095354147,0.095354147,0.095354147,0.095354147,0.095354147,0.085662469,0.085662469,0.085662469,0.085662469,0.085662469,0.085662469,0.085662469,0.085662469,0.085662469,0.085662469,0.085662469,0.085662469,0.085662469,0.085662469,0.085662469,0.13635893,0.13635893,0.13635893,0.13635893,0.13635893,0.13635893,0.13635893,0.13635893,0.13635893,0.13635893,0.13635893,0.13635893,0.13635893,0.13635893,0.13635893,0.089944907,0.089944907,0.089944907,0.089944907,0.089944907,0.089944907,0.089944907,0.089944907,0.089944907,0.089944907,0.089944907,0.089944907,0.089944907,0.089944907,0.089944907,0.078479342,0.078479342,0.078479342,0.078479342,0.078479342,0.078479342,0.078479342,0.078479342,0.078479342,0.078479342,0.078479342,0.078479342,0.078479342,0.078479342,0.078479342,0.10202917,0.10202917,0.10202917,0.10202917,0.10202917,0.10202917,0.10202917,0.10202917,0.10202917,0.10202917,0.10202917,0.10202917,0.10202917,0.10202917,0.10202917,0.047526266,0.047526266,0.047526266,0.047526266,0.047526266,0.047526266,0.047526266,0.047526266,0.047526266,0.047526266,0.047526266,0.047526266,0.047526266,0.047526266,0.047526266,0.047990318,0.047990318,0.047990318,0.047990318,0.047990318,0.047990318,0.047990318,0.047990318,0.047990318,0.047990318,0.047990318,0.047990318,0.047990318,0.047990318,0.047990318,0.20909026,0.20909026,0.20909026,0.20909026,0.20909026,0.20909026,0.20909026,0.20909026,0.20909026,0.20909026,0.20909026,0.20909026,0.20909026,0.20909026,0.20909026,0.092172302,0.092172302,0.092172302,0.092172302,0.092172302,0.092172302,0.092172302,0.092172302,0.092172302,0.092172302,0.092172302,0.092172302,0.092172302,0.092172302,0.092172302,0.12701604,0.12701604,0.12701604,0.12701604,0.12701604,0.12701604,0.12701604,0.12701604,0.12701604,0.12701604,0.12701604,0.12701604,0.12701604,0.12701604,0.12701604,0.054488074,0.054488074,0.054488074,0.054488074,0.054488074,0.054488074,0.054488074,0.054488074,0.054488074,0.054488074,0.054488074,0.054488074,0.054488074,0.054488074,0.054488074,0.10369714,0.10369714,0.10369714,0.10369714,0.10369714,0.10369714,0.10369714,0.10369714,0.10369714,0.10369714,0.10369714,0.10369714,0.10369714,0.10369714,0.10369714,0.12848587,0.12848587,0.12848587,0.12848587,0.12848587,0.12848587,0.12848587,0.12848587,0.12848587,0.12848587,0.12848587,0.12848587,0.12848587,0.12848587,0.12848587,0.073279306,0.073279306,0.073279306,0.073279306,0.073279306,0.073279306,0.073279306,0.073279306,0.073279306,0.073279306,0.073279306,0.073279306,0.073279306,0.073279306,0.073279306,0.066681668,0.066681668,0.066681668,0.066681668,0.066681668,0.066681668,0.066681668,0.066681668,0.066681668,0.066681668,0.066681668,0.066681668,0.066681668,0.066681668,0.066681668,0.10989843,0.10989843,0.10989843,0.10989843,0.10989843,0.10989843,0.10989843,0.10989843,0.10989843,0.10989843,0.10989843,0.10989843,0.10989843,0.10989843,0.10989843,0.10376541,0.10376541,0.10376541,0.10376541,0.10376541,0.10376541,0.10376541,0.10376541,0.10376541,0.10376541,0.10376541,0.10376541,0.10376541,0.10376541,0.10376541,0.073118478,0.073118478,0.073118478,0.073118478,0.073118478,0.073118478,0.073118478,0.073118478,0.073118478,0.073118478,0.073118478,0.073118478,0.073118478,0.073118478,0.073118478,0.09479782,0.09479782,0.09479782,0.09479782,0.09479782,0.09479782,0.09479782,0.09479782,0.09479782,0.09479782,0.09479782,0.09479782,0.09479782,0.09479782,0.09479782,0.12981616,0.12981616,0.12981616,0.12981616,0.12981616,0.12981616,0.12981616,0.12981616,0.12981616,0.12981616,0.12981616,0.12981616,0.12981616,0.12981616,0.12981616,0.073146686,0.073146686,0.073146686,0.073146686,0.073146686,0.073146686,0.073146686,0.073146686,0.073146686,0.073146686,0.073146686,0.073146686,0.073146686,0.073146686,0.073146686,0.13262931,0.13262931,0.13262931,0.13262931,0.13262931,0.13262931,0.13262931,0.13262931,0.13262931,0.13262931,0.13262931,0.13262931,0.13262931,0.13262931,0.13262931,0.1025913,0.1025913,0.1025913,0.1025913,0.1025913,0.1025913,0.1025913,0.1025913,0.1025913,0.1025913,0.1025913,0.1025913,0.1025913,0.1025913,0.1025913,0.062037073,0.062037073,0.062037073,0.062037073,0.062037073,0.062037073,0.062037073,0.062037073,0.062037073,0.062037073,0.062037073,0.062037073,0.062037073,0.062037073,0.062037073,0.089964613,0.089964613,0.089964613,0.089964613,0.089964613,0.089964613,0.089964613,0.089964613,0.089964613,0.089964613,0.089964613,0.089964613,0.089964613,0.089964613,0.089964613,0.089227811,0.089227811,0.089227811,0.089227811,0.089227811,0.089227811,0.089227811,0.089227811,0.089227811,0.089227811,0.089227811,0.089227811,0.089227811,0.089227811,0.089227811,0.056053057,0.056053057,0.056053057,0.056053057,0.056053057,0.056053057,0.056053057,0.056053057,0.056053057,0.056053057,0.056053057,0.056053057,0.056053057,0.056053057,0.056053057,0.070498854,0.070498854,0.070498854,0.070498854,0.070498854,0.070498854,0.070498854,0.070498854,0.070498854,0.070498854,0.070498854,0.070498854,0.070498854,0.070498854,0.070498854,0.047739577,0.047739577,0.047739577,0.047739577,0.047739577,0.047739577,0.047739577,0.047739577,0.047739577,0.047739577,0.047739577,0.047739577,0.047739577,0.047739577,0.047739577,0.11370344,0.11370344,0.11370344,0.11370344,0.11370344,0.11370344,0.11370344,0.11370344,0.11370344,0.11370344,0.11370344,0.11370344,0.11370344,0.11370344,0.11370344,0.080883205,0.080883205,0.080883205,0.080883205,0.080883205,0.080883205,0.080883205,0.080883205,0.080883205,0.080883205,0.080883205,0.080883205,0.080883205,0.080883205,0.080883205,0.038919035,0.038919035,0.038919035,0.038919035,0.038919035,0.038919035,0.038919035,0.038919035,0.038919035,0.038919035,0.038919035,0.038919035,0.038919035,0.038919035,0.038919035,0.060102772,0.060102772,0.060102772,0.060102772,0.060102772,0.060102772,0.060102772,0.060102772,0.060102772,0.060102772,0.060102772,0.060102772,0.060102772,0.060102772,0.060102772,0.082219481,0.082219481,0.082219481,0.082219481,0.082219481,0.082219481,0.082219481,0.082219481,0.082219481,0.082219481,0.082219481,0.082219481,0.082219481,0.082219481,0.082219481,0.055965941,0.055965941,0.055965941,0.055965941,0.055965941,0.055965941,0.055965941,0.055965941,0.055965941,0.055965941,0.055965941,0.055965941,0.055965941,0.055965941,0.055965941,0.080377325,0.080377325,0.080377325,0.080377325,0.080377325,0.080377325,0.080377325,0.080377325,0.080377325,0.080377325,0.080377325,0.080377325,0.080377325,0.080377325,0.080377325,0.064506188,0.064506188,0.064506188,0.064506188,0.064506188,0.064506188,0.064506188,0.064506188,0.064506188,0.064506188,0.064506188,0.064506188,0.064506188,0.064506188,0.064506188,0.089263424,0.089263424,0.089263424,0.089263424,0.089263424,0.089263424,0.089263424,0.089263424,0.089263424,0.089263424,0.089263424,0.089263424,0.089263424,0.089263424,0.089263424,0.039170306,0.039170306,0.039170306,0.039170306,0.039170306,0.039170306,0.039170306,0.039170306,0.039170306,0.039170306,0.039170306,0.039170306,0.039170306,0.039170306,0.039170306,0.095828079,0.095828079,0.095828079,0.095828079,0.095828079,0.095828079,0.095828079,0.095828079,0.095828079,0.095828079,0.095828079,0.095828079,0.095828079,0.095828079,0.095828079,0.11091271,0.11091271,0.11091271,0.11091271,0.11091271,0.11091271,0.11091271,0.11091271,0.11091271,0.11091271,0.11091271,0.11091271,0.11091271,0.11091271,0.11091271,0.084000841,0.084000841,0.084000841,0.084000841,0.084000841,0.084000841,0.084000841,0.084000841,0.084000841,0.084000841,0.084000841,0.084000841,0.084000841,0.084000841,0.084000841,0.033620525,0.033620525,0.033620525,0.033620525,0.033620525,0.033620525,0.033620525,0.033620525,0.033620525,0.033620525,0.033620525,0.033620525,0.033620525,0.033620525,0.033620525,0.043228392,0.043228392,0.043228392,0.043228392,0.043228392,0.043228392,0.043228392,0.043228392,0.043228392,0.043228392,0.043228392,0.043228392,0.043228392,0.043228392,0.043228392,0.16708036,0.16708036,0.16708036,0.16708036,0.16708036,0.16708036,0.16708036,0.16708036,0.16708036,0.16708036,0.16708036,0.16708036,0.16708036,0.16708036,0.16708036,0.060924537,0.060924537,0.060924537,0.060924537,0.060924537,0.060924537,0.060924537,0.060924537,0.060924537,0.060924537,0.060924537,0.060924537,0.060924537,0.060924537,0.060924537,0.050733406,0.050733406,0.050733406,0.050733406,0.050733406,0.050733406,0.050733406,0.050733406,0.050733406,0.050733406,0.050733406,0.050733406,0.050733406,0.050733406,0.050733406,0.046394814,0.046394814,0.046394814,0.046394814,0.046394814,0.046394814,0.046394814,0.046394814,0.046394814,0.046394814,0.046394814,0.046394814,0.046394814,0.046394814,0.046394814,0.11881138,0.11881138,0.11881138,0.11881138,0.11881138,0.11881138,0.11881138,0.11881138,0.11881138,0.11881138,0.11881138,0.11881138,0.11881138,0.11881138,0.11881138,0.12501758,0.12501758,0.12501758,0.12501758,0.12501758,0.12501758,0.12501758,0.12501758,0.12501758,0.12501758,0.12501758,0.12501758,0.12501758,0.12501758,0.12501758,0.10136918,0.10136918,0.10136918,0.10136918,0.10136918,0.10136918,0.10136918,0.10136918,0.10136918,0.10136918,0.10136918,0.10136918,0.10136918,0.10136918,0.10136918,0.050403178,0.050403178,0.050403178,0.050403178,0.050403178,0.050403178,0.050403178,0.050403178,0.050403178,0.050403178,0.050403178,0.050403178,0.050403178,0.050403178,0.050403178,0.12415592,0.12415592,0.12415592,0.12415592,0.12415592,0.12415592,0.12415592,0.12415592,0.12415592,0.12415592,0.12415592,0.12415592,0.12415592,0.12415592,0.12415592,0.097561225,0.097561225,0.097561225,0.097561225,0.097561225,0.097561225,0.097561225,0.097561225,0.097561225,0.097561225,0.097561225,0.097561225,0.097561225,0.097561225,0.097561225,0.11326106,0.11326106,0.11326106,0.11326106,0.11326106,0.11326106,0.11326106,0.11326106,0.11326106,0.11326106,0.11326106,0.11326106,0.11326106,0.11326106,0.11326106,0.086878508,0.086878508,0.086878508,0.086878508,0.086878508,0.086878508,0.086878508,0.086878508,0.086878508,0.086878508,0.086878508,0.086878508,0.086878508,0.086878508,0.086878508,0.14105086,0.14105086,0.14105086,0.14105086,0.14105086,0.14105086,0.14105086,0.14105086,0.14105086,0.14105086,0.14105086,0.14105086,0.14105086,0.14105086,0.14105086,0.067082651,0.067082651,0.067082651,0.067082651,0.067082651,0.067082651,0.067082651,0.067082651,0.067082651,0.067082651,0.067082651,0.067082651,0.067082651,0.067082651,0.067082651,0.094277062,0.094277062,0.094277062,0.094277062,0.094277062,0.094277062,0.094277062,0.094277062,0.094277062,0.094277062,0.094277062,0.094277062,0.094277062,0.094277062,0.094277062,0.043139551,0.043139551,0.043139551,0.043139551,0.043139551,0.043139551,0.043139551,0.043139551,0.043139551,0.043139551,0.043139551,0.043139551,0.043139551,0.043139551,0.043139551,0.05165362,0.05165362,0.05165362,0.05165362,0.05165362,0.05165362,0.05165362,0.05165362,0.05165362,0.05165362,0.05165362,0.05165362,0.05165362,0.05165362,0.05165362,0.10722326,0.10722326,0.10722326,0.10722326,0.10722326,0.10722326,0.10722326,0.10722326,0.10722326,0.10722326,0.10722326,0.10722326,0.10722326,0.10722326,0.10722326,0.073916458,0.073916458,0.073916458,0.073916458,0.073916458,0.073916458,0.073916458,0.073916458,0.073916458,0.073916458,0.073916458,0.073916458,0.073916458,0.073916458,0.073916458,0.092828453,0.092828453,0.092828453,0.092828453,0.092828453,0.092828453,0.092828453,0.092828453,0.092828453,0.092828453,0.092828453,0.092828453,0.092828453,0.092828453,0.092828453,0.083382852,0.083382852,0.083382852,0.083382852,0.083382852,0.083382852,0.083382852,0.083382852,0.083382852,0.083382852,0.083382852,0.083382852,0.083382852,0.083382852,0.083382852,0.083769716,0.083769716,0.083769716,0.083769716,0.083769716,0.083769716,0.083769716,0.083769716,0.083769716,0.083769716,0.083769716,0.083769716,0.083769716,0.083769716,0.083769716,0.11561465,0.11561465,0.11561465,0.11561465,0.11561465,0.11561465,0.11561465,0.11561465,0.11561465,0.11561465,0.11561465,0.11561465,0.11561465,0.11561465,0.11561465,0.08435256,0.08435256,0.08435256,0.08435256,0.08435256,0.08435256,0.08435256,0.08435256,0.08435256,0.08435256,0.08435256,0.08435256,0.08435256,0.08435256,0.08435256,0.23114814,0.23114814,0.23114814,0.23114814,0.23114814,0.23114814,0.23114814,0.23114814,0.23114814,0.23114814,0.23114814,0.23114814,0.23114814,0.23114814,0.23114814,0.073633209,0.073633209,0.073633209,0.073633209,0.073633209,0.073633209,0.073633209,0.073633209,0.073633209,0.073633209,0.073633209,0.073633209,0.073633209,0.073633209,0.073633209,0.17571884,0.17571884,0.17571884,0.17571884,0.17571884,0.17571884,0.17571884,0.17571884,0.17571884,0.17571884,0.17571884,0.17571884,0.17571884,0.17571884,0.17571884,0.16622379,0.16622379,0.16622379,0.16622379,0.16622379,0.16622379,0.16622379,0.16622379,0.16622379,0.16622379,0.16622379,0.16622379,0.16622379,0.16622379,0.16622379,0.054161347,0.054161347,0.054161347,0.054161347,0.054161347,0.054161347,0.054161347,0.054161347,0.054161347,0.054161347,0.054161347,0.054161347,0.054161347,0.054161347,0.054161347,0.076530136,0.076530136,0.076530136,0.076530136,0.076530136,0.076530136,0.076530136,0.076530136,0.076530136,0.076530136,0.076530136,0.076530136,0.076530136,0.076530136,0.076530136,0.062340211,0.062340211,0.062340211,0.062340211,0.062340211,0.062340211,0.062340211,0.062340211,0.062340211,0.062340211,0.062340211,0.062340211,0.062340211,0.062340211,0.062340211,0.075229354,0.075229354,0.075229354,0.075229354,0.075229354,0.075229354,0.075229354,0.075229354,0.075229354,0.075229354,0.075229354,0.075229354,0.075229354,0.075229354,0.075229354,0.097825021,0.097825021,0.097825021,0.097825021,0.097825021,0.097825021,0.097825021,0.097825021,0.097825021,0.097825021,0.097825021,0.097825021,0.097825021,0.097825021,0.097825021,0.12159739,0.12159739,0.12159739,0.12159739,0.12159739,0.12159739,0.12159739,0.12159739,0.12159739,0.12159739,0.12159739,0.12159739,0.12159739,0.12159739,0.12159739,0.11585413,0.11585413,0.11585413,0.11585413,0.11585413,0.11585413,0.11585413,0.11585413,0.11585413,0.11585413,0.11585413,0.11585413,0.11585413,0.11585413,0.11585413,0.14781177,0.14781177,0.14781177,0.14781177,0.14781177,0.14781177,0.14781177,0.14781177,0.14781177,0.14781177,0.14781177,0.14781177,0.14781177,0.14781177,0.14781177,0.27261719,0.27261719,0.27261719,0.27261719,0.27261719,0.27261719,0.27261719,0.27261719,0.27261719,0.27261719,0.27261719,0.27261719,0.27261719,0.27261719,0.27261719,0.35303161,0.35303161,0.35303161,0.35303161,0.35303161,0.35303161,0.35303161,0.35303161,0.35303161,0.35303161,0.35303161,0.35303161,0.35303161,0.35303161,0.35303161,0.28800365,0.28800365,0.28800365,0.28800365,0.28800365,0.28800365,0.28800365,0.28800365,0.28800365,0.28800365,0.28800365,0.28800365,0.28800365,0.28800365,0.28800365,0.25249177,0.25249177,0.25249177,0.25249177,0.25249177,0.25249177,0.25249177,0.25249177,0.25249177,0.25249177,0.25249177,0.25249177,0.25249177,0.25249177,0.25249177,0.20114292,0.20114292,0.20114292,0.20114292,0.20114292,0.20114292,0.20114292,0.20114292,0.20114292,0.20114292,0.20114292,0.20114292,0.20114292,0.20114292,0.20114292,0.54231316,0.54231316,0.54231316,0.54231316,0.54231316,0.54231316,0.54231316,0.54231316,0.54231316,0.54231316,0.54231316,0.54231316,0.54231316,0.54231316,0.54231316,0.68373728,0.68373728,0.68373728,0.68373728,0.68373728,0.68373728,0.68373728,0.68373728,0.68373728,0.68373728,0.68373728,0.68373728,0.68373728,0.68373728,0.68373728,0.49190059,0.49190059,0.49190059,0.49190059,0.49190059,0.49190059,0.49190059,0.49190059,0.49190059,0.49190059,0.49190059,0.49190059,0.49190059,0.49190059,0.49190059,0.44925225,0.44925225,0.44925225,0.44925225,0.44925225,0.44925225,0.44925225,0.44925225,0.44925225,0.44925225,0.44925225,0.44925225,0.44925225,0.44925225,0.44925225,0.48331079,0.48331079,0.48331079,0.48331079,0.48331079,0.48331079,0.48331079,0.48331079,0.48331079,0.48331079,0.48331079,0.48331079,0.48331079,0.48331079,0.48331079,0.32855332,0.32855332,0.32855332,0.32855332,0.32855332,0.32855332,0.32855332,0.32855332,0.32855332,0.32855332,0.32855332,0.32855332,0.32855332,0.32855332,0.32855332,0.57917309,0.57917309,0.57917309,0.57917309,0.57917309,0.57917309,0.57917309,0.57917309,0.57917309,0.57917309,0.57917309,0.57917309,0.57917309,0.57917309,0.57917309,0.2782923,0.2782923,0.2782923,0.2782923,0.2782923,0.2782923,0.2782923,0.2782923,0.2782923,0.2782923,0.2782923,0.2782923,0.2782923,0.2782923,0.2782923,0.15212695,0.15212695,0.15212695,0.15212695,0.15212695,0.15212695,0.15212695,0.15212695,0.15212695,0.15212695,0.15212695,0.15212695,0.15212695,0.15212695,0.15212695,0.45687896,0.45687896,0.45687896,0.45687896,0.45687896,0.45687896,0.45687896,0.45687896,0.45687896,0.45687896,0.45687896,0.45687896,0.45687896,0.45687896,0.45687896,0.664352,0.664352,0.664352,0.664352,0.664352,0.664352,0.664352,0.664352,0.664352,0.664352,0.664352,0.664352,0.664352,0.664352,0.664352,0.45692509,0.45692509,0.45692509,0.45692509,0.45692509,0.45692509,0.45692509,0.45692509,0.45692509,0.45692509,0.45692509,0.45692509,0.45692509,0.45692509,0.45692509,0.63644421,0.63644421,0.63644421,0.63644421,0.63644421,0.63644421,0.63644421,0.63644421,0.63644421,0.63644421,0.63644421,0.63644421,0.63644421,0.63644421,0.63644421,1.2743077,1.2743077,1.2743077,1.2743077,1.2743077,1.2743077,1.2743077,1.2743077,1.2743077,1.2743077,1.2743077,1.2743077,1.2743077,1.2743077,1.2743077,0.79635322,0.79635322,0.79635322,0.79635322,0.79635322,0.79635322,0.79635322,0.79635322,0.79635322,0.79635322,0.79635322,0.79635322,0.79635322,0.79635322,0.79635322,0.17187057,0.17187057,0.17187057,0.17187057,0.17187057,0.17187057,0.17187057,0.17187057,0.17187057,0.17187057,0.17187057,0.17187057,0.17187057,0.17187057,0.17187057,0.48265126,0.48265126,0.48265126,0.48265126,0.48265126,0.48265126,0.48265126,0.48265126,0.48265126,0.48265126,0.48265126,0.48265126,0.48265126,0.48265126,0.48265126,0.14527126,0.14527126,0.14527126,0.14527126,0.14527126,0.14527126,0.14527126,0.14527126,0.14527126,0.14527126,0.14527126,0.14527126,0.14527126,0.14527126,0.14527126,0.1888032,0.1888032,0.1888032,0.1888032,0.1888032,0.1888032,0.1888032,0.1888032,0.1888032,0.1888032,0.1888032,0.1888032,0.1888032,0.1888032,0.1888032,2.1956217,2.1956217,2.1956217,2.1956217,2.1956217,2.1956217,2.1956217,2.1956217,2.1956217,2.1956217,2.1956217,2.1956217,2.1956217,2.1956217,2.1956217,0.28321716,0.28321716,0.28321716,0.28321716,0.28321716,0.28321716,0.28321716,0.28321716,0.28321716,0.28321716,0.28321716,0.28321716,0.28321716,0.28321716,0.28321716,0.15467168,0.15467168,0.15467168,0.15467168,0.15467168,0.15467168,0.15467168,0.15467168,0.15467168,0.15467168,0.15467168,0.15467168,0.15467168,0.15467168,0.15467168,0.32222816,0.32222816,0.32222816,0.32222816,0.32222816,0.32222816,0.32222816,0.32222816,0.32222816,0.32222816,0.32222816,0.32222816,0.32222816,0.32222816,0.32222816,0.27868551,0.27868551,0.27868551,0.27868551,0.27868551,0.27868551,0.27868551,0.27868551,0.27868551,0.27868551,0.27868551,0.27868551,0.27868551,0.27868551,0.27868551,1.1819015,1.1819015,1.1819015,1.1819015,1.1819015,1.1819015,1.1819015,1.1819015,1.1819015,1.1819015,1.1819015,1.1819015,1.1819015,1.1819015,1.1819015,0.12400736,0.12400736,0.12400736,0.12400736,0.12400736,0.12400736,0.12400736,0.12400736,0.12400736,0.12400736,0.12400736,0.12400736,0.12400736,0.12400736,0.12400736,0.31115949,0.31115949,0.31115949,0.31115949,0.31115949,0.31115949,0.31115949,0.31115949,0.31115949,0.31115949,0.31115949,0.31115949,0.31115949,0.31115949,0.31115949,0.12152864,0.12152864,0.12152864,0.12152864,0.12152864,0.12152864,0.12152864,0.12152864,0.12152864,0.12152864,0.12152864,0.12152864,0.12152864,0.12152864,0.12152864,0.19621524,0.19621524,0.19621524,0.19621524,0.19621524,0.19621524,0.19621524,0.19621524,0.19621524,0.19621524,0.19621524,0.19621524,0.19621524,0.19621524,0.19621524,0.21965481,0.21965481,0.21965481,0.21965481,0.21965481,0.21965481,0.21965481,0.21965481,0.21965481,0.21965481,0.21965481,0.21965481,0.21965481,0.21965481,0.21965481,0.31079456,0.31079456,0.31079456,0.31079456,0.31079456,0.31079456,0.31079456,0.31079456,0.31079456,0.31079456,0.31079456,0.31079456,0.31079456,0.31079456,0.31079456,1.985366,1.985366,1.985366,1.985366,1.985366,1.985366,1.985366,1.985366,1.985366,1.985366,1.985366,1.985366,1.985366,1.985366,1.985366,0.10537796,0.10537796,0.10537796,0.10537796,0.10537796,0.10537796,0.10537796,0.10537796,0.10537796,0.10537796,0.10537796,0.10537796,0.10537796,0.10537796,0.10537796,0.36370367,0.36370367,0.36370367,0.36370367,0.36370367,0.36370367,0.36370367,0.36370367,0.36370367,0.36370367,0.36370367,0.36370367,0.36370367,0.36370367,0.36370367,0.68118697,0.68118697,0.68118697,0.68118697,0.68118697,0.68118697,0.68118697,0.68118697,0.68118697,0.68118697,0.68118697,0.68118697,0.68118697,0.68118697,0.68118697,0.11640833,0.11640833,0.11640833,0.11640833,0.11640833,0.11640833,0.11640833,0.11640833,0.11640833,0.11640833,0.11640833,0.11640833,0.11640833,0.11640833,0.11640833,0.49759331,0.49759331,0.49759331,0.49759331,0.49759331,0.49759331,0.49759331,0.49759331,0.49759331,0.49759331,0.49759331,0.49759331,0.49759331,0.49759331,0.49759331,0.94910675,0.94910675,0.94910675,0.94910675,0.94910675,0.94910675,0.94910675,0.94910675,0.94910675,0.94910675,0.94910675,0.94910675,0.94910675,0.94910675,0.94910675,0.37630966,0.37630966,0.37630966,0.37630966,0.37630966,0.37630966,0.37630966,0.37630966,0.37630966,0.37630966,0.37630966,0.37630966,0.37630966,0.37630966,0.37630966,0.22149724,0.22149724,0.22149724,0.22149724,0.22149724,0.22149724,0.22149724,0.22149724,0.22149724,0.22149724,0.22149724,0.22149724,0.22149724,0.22149724,0.22149724,0.060999695,0.060999695,0.060999695,0.060999695,0.060999695,0.060999695,0.060999695,0.060999695,0.060999695,0.060999695,0.060999695,0.060999695,0.060999695,0.060999695,0.060999695,0.09849187,0.09849187,0.09849187,0.09849187,0.09849187,0.09849187,0.09849187,0.09849187,0.09849187,0.09849187,0.09849187,0.09849187,0.09849187,0.09849187,0.09849187,0.072710156,0.072710156,0.072710156,0.072710156,0.072710156,0.072710156,0.072710156,0.072710156,0.072710156,0.072710156,0.072710156,0.072710156,0.072710156,0.072710156,0.072710156,0.079151824,0.079151824,0.079151824,0.079151824,0.079151824,0.079151824,0.079151824,0.079151824,0.079151824,0.079151824,0.079151824,0.079151824,0.079151824,0.079151824,0.079151824,0.22507857,0.22507857,0.22507857,0.22507857,0.22507857,0.22507857,0.22507857,0.22507857,0.22507857,0.22507857,0.22507857,0.22507857,0.22507857,0.22507857,0.22507857,0.065740287,0.065740287,0.065740287,0.065740287,0.065740287,0.065740287,0.065740287,0.065740287,0.065740287,0.065740287,0.065740287,0.065740287,0.065740287,0.065740287,0.065740287,0.11527078,0.11527078,0.11527078,0.11527078,0.11527078,0.11527078,0.11527078,0.11527078,0.11527078,0.11527078,0.11527078,0.11527078,0.11527078,0.11527078,0.11527078,0.097334601,0.097334601,0.097334601,0.097334601,0.097334601,0.097334601,0.097334601,0.097334601,0.097334601,0.097334601,0.097334601,0.097334601,0.097334601,0.097334601,0.097334601,0.25802937,0.25802937,0.25802937,0.25802937,0.25802937,0.25802937,0.25802937,0.25802937,0.25802937,0.25802937,0.25802937,0.25802937,0.25802937,0.25802937,0.25802937,0.18372789,0.18372789,0.18372789,0.18372789,0.18372789,0.18372789,0.18372789,0.18372789,0.18372789,0.18372789,0.18372789,0.18372789,0.18372789,0.18372789,0.18372789,0.12986664,0.12986664,0.12986664,0.12986664,0.12986664,0.12986664,0.12986664,0.12986664,0.12986664,0.12986664,0.12986664,0.12986664,0.12986664,0.12986664,0.12986664,0.12129588,0.12129588,0.12129588,0.12129588,0.12129588,0.12129588,0.12129588,0.12129588,0.12129588,0.12129588,0.12129588,0.12129588,0.12129588,0.12129588,0.12129588,0.12278742,0.12278742,0.12278742,0.12278742,0.12278742,0.12278742,0.12278742,0.12278742,0.12278742,0.12278742,0.12278742,0.12278742,0.12278742,0.12278742,0.12278742,0.13164592,0.13164592,0.13164592,0.13164592,0.13164592,0.13164592,0.13164592,0.13164592,0.13164592,0.13164592,0.13164592,0.13164592,0.13164592,0.13164592,0.13164592,0.24484682,0.24484682,0.24484682,0.24484682,0.24484682,0.24484682,0.24484682,0.24484682,0.24484682,0.24484682,0.24484682,0.24484682,0.24484682,0.24484682,0.24484682,0.11489977,0.11489977,0.11489977,0.11489977,0.11489977,0.11489977,0.11489977,0.11489977,0.11489977,0.11489977,0.11489977,0.11489977,0.11489977,0.11489977,0.11489977,0.089620315,0.089620315,0.089620315,0.089620315,0.089620315,0.089620315,0.089620315,0.089620315,0.089620315,0.089620315,0.089620315,0.089620315,0.089620315,0.089620315,0.089620315,0.16351932,0.16351932,0.16351932,0.16351932,0.16351932,0.16351932,0.16351932,0.16351932,0.16351932,0.16351932,0.16351932,0.16351932,0.16351932,0.16351932,0.16351932,0.10296367,0.10296367,0.10296367,0.10296367,0.10296367,0.10296367,0.10296367,0.10296367,0.10296367,0.10296367,0.10296367,0.10296367,0.10296367,0.10296367,0.10296367,0.10791566,0.10791566,0.10791566,0.10791566,0.10791566,0.10791566,0.10791566,0.10791566,0.10791566,0.10791566,0.10791566,0.10791566,0.10791566,0.10791566,0.10791566,0.084824771,0.084824771,0.084824771,0.084824771,0.084824771,0.084824771,0.084824771,0.084824771,0.084824771,0.084824771,0.084824771,0.084824771,0.084824771,0.084824771,0.084824771,0.16145317,0.16145317,0.16145317,0.16145317,0.16145317,0.16145317,0.16145317,0.16145317,0.16145317,0.16145317,0.16145317,0.16145317,0.16145317,0.16145317,0.16145317,0.057606172,0.057606172,0.057606172,0.057606172,0.057606172,0.057606172,0.057606172,0.057606172,0.057606172,0.057606172,0.057606172,0.057606172,0.057606172,0.057606172,0.057606172,0.12400278,0.12400278,0.12400278,0.12400278,0.12400278,0.12400278,0.12400278,0.12400278,0.12400278,0.12400278,0.12400278,0.12400278,0.12400278,0.12400278,0.12400278,0.18556876,0.18556876,0.18556876,0.18556876,0.18556876,0.18556876,0.18556876,0.18556876,0.18556876,0.18556876,0.18556876,0.18556876,0.18556876,0.18556876,0.18556876,0.12577198,0.12577198,0.12577198,0.12577198,0.12577198,0.12577198,0.12577198,0.12577198,0.12577198,0.12577198,0.12577198,0.12577198,0.12577198,0.12577198,0.12577198,0.10590211,0.10590211,0.10590211,0.10590211,0.10590211,0.10590211,0.10590211,0.10590211,0.10590211,0.10590211,0.10590211,0.10590211,0.10590211,0.10590211,0.10590211,0.2241881,0.2241881,0.2241881,0.2241881,0.2241881,0.2241881,0.2241881,0.2241881,0.2241881,0.2241881,0.2241881,0.2241881,0.2241881,0.2241881,0.2241881,0.083675064,0.083675064,0.083675064,0.083675064,0.083675064,0.083675064,0.083675064,0.083675064,0.083675064,0.083675064,0.083675064,0.083675064,0.083675064,0.083675064,0.083675064,0.14064136,0.14064136,0.14064136,0.14064136,0.14064136,0.14064136,0.14064136,0.14064136,0.14064136,0.14064136,0.14064136,0.14064136,0.14064136,0.14064136,0.14064136,0.10827495,0.10827495,0.10827495,0.10827495,0.10827495,0.10827495,0.10827495,0.10827495,0.10827495,0.10827495,0.10827495,0.10827495,0.10827495,0.10827495,0.10827495,0.11257781,0.11257781,0.11257781,0.11257781,0.11257781,0.11257781,0.11257781,0.11257781,0.11257781,0.11257781,0.11257781,0.11257781,0.11257781,0.11257781,0.11257781,0.20557405,0.20557405,0.20557405,0.20557405,0.20557405,0.20557405,0.20557405,0.20557405,0.20557405,0.20557405,0.20557405,0.20557405,0.20557405,0.20557405,0.20557405,0.045979597,0.045979597,0.045979597,0.045979597,0.045979597,0.045979597,0.045979597,0.045979597,0.045979597,0.045979597,0.045979597,0.045979597,0.045979597,0.045979597,0.045979597,0.098127373,0.098127373,0.098127373,0.098127373,0.098127373,0.098127373,0.098127373,0.098127373,0.098127373,0.098127373,0.098127373,0.098127373,0.098127373,0.098127373,0.098127373,0.21315525,0.21315525,0.21315525,0.21315525,0.21315525,0.21315525,0.21315525,0.21315525,0.21315525,0.21315525,0.21315525,0.21315525,0.21315525,0.21315525,0.21315525,0.28937715,0.28937715,0.28937715,0.28937715,0.28937715,0.28937715,0.28937715,0.28937715,0.28937715,0.28937715,0.28937715,0.28937715,0.28937715,0.28937715,0.28937715,0.15127389,0.15127389,0.15127389,0.15127389,0.15127389,0.15127389,0.15127389,0.15127389,0.15127389,0.15127389,0.15127389,0.15127389,0.15127389,0.15127389,0.15127389,0.12807885,0.12807885,0.12807885,0.12807885,0.12807885,0.12807885,0.12807885,0.12807885,0.12807885,0.12807885,0.12807885,0.12807885,0.12807885,0.12807885,0.12807885,0.14792849,0.14792849,0.14792849,0.14792849,0.14792849,0.14792849,0.14792849,0.14792849,0.14792849,0.14792849,0.14792849,0.14792849,0.14792849,0.14792849,0.14792849,0.095643304,0.095643304,0.095643304,0.095643304,0.095643304,0.095643304,0.095643304,0.095643304,0.095643304,0.095643304,0.095643304,0.095643304,0.095643304,0.095643304,0.095643304,0.1556339,0.1556339,0.1556339,0.1556339,0.1556339,0.1556339,0.1556339,0.1556339,0.1556339,0.1556339,0.1556339,0.1556339,0.1556339,0.1556339,0.1556339,0.089074083,0.089074083,0.089074083,0.089074083,0.089074083,0.089074083,0.089074083,0.089074083,0.089074083,0.089074083,0.089074083,0.089074083,0.089074083,0.089074083,0.089074083,0.13471498,0.13471498,0.13471498,0.13471498,0.13471498,0.13471498,0.13471498,0.13471498,0.13471498,0.13471498,0.13471498,0.13471498,0.13471498,0.13471498,0.13471498,0.17523105,0.17523105,0.17523105,0.17523105,0.17523105,0.17523105,0.17523105,0.17523105,0.17523105,0.17523105,0.17523105,0.17523105,0.17523105,0.17523105,0.17523105,0.082959652,0.082959652,0.082959652,0.082959652,0.082959652,0.082959652,0.082959652,0.082959652,0.082959652,0.082959652,0.082959652,0.082959652,0.082959652,0.082959652,0.082959652,0.18555064,0.18555064,0.18555064,0.18555064,0.18555064,0.18555064,0.18555064,0.18555064,0.18555064,0.18555064,0.18555064,0.18555064,0.18555064,0.18555064,0.18555064,0.1148987,0.1148987,0.1148987,0.1148987,0.1148987,0.1148987,0.1148987,0.1148987,0.1148987,0.1148987,0.1148987,0.1148987,0.1148987,0.1148987,0.1148987,0.29399899,0.29399899,0.29399899,0.29399899,0.29399899,0.29399899,0.29399899,0.29399899,0.29399899,0.29399899,0.29399899,0.29399899,0.29399899,0.29399899,0.29399899,0.096393682,0.096393682,0.096393682,0.096393682,0.096393682,0.096393682,0.096393682,0.096393682,0.096393682,0.096393682,0.096393682,0.096393682,0.096393682,0.096393682,0.096393682,0.18773715,0.18773715,0.18773715,0.18773715,0.18773715,0.18773715,0.18773715,0.18773715,0.18773715,0.18773715,0.18773715,0.18773715,0.18773715,0.18773715,0.18773715,0.27046871,0.27046871,0.27046871,0.27046871,0.27046871,0.27046871,0.27046871,0.27046871,0.27046871,0.27046871,0.27046871,0.27046871,0.27046871,0.27046871,0.27046871,0.16007587,0.16007587,0.16007587,0.16007587,0.16007587,0.16007587,0.16007587,0.16007587,0.16007587,0.16007587,0.16007587,0.16007587,0.16007587,0.16007587,0.16007587,0.15265583,0.15265583,0.15265583,0.15265583,0.15265583,0.15265583,0.15265583,0.15265583,0.15265583,0.15265583,0.15265583,0.15265583,0.15265583,0.15265583,0.15265583,0.15623511,0.15623511,0.15623511,0.15623511,0.15623511,0.15623511,0.15623511,0.15623511,0.15623511,0.15623511,0.15623511,0.15623511,0.15623511,0.15623511,0.15623511,0.30648613,0.30648613,0.30648613,0.30648613,0.30648613,0.30648613,0.30648613,0.30648613,0.30648613,0.30648613,0.30648613,0.30648613,0.30648613,0.30648613,0.30648613,0.15039736,0.15039736,0.15039736,0.15039736,0.15039736,0.15039736,0.15039736,0.15039736,0.15039736,0.15039736,0.15039736,0.15039736,0.15039736,0.15039736,0.15039736,0.22349524,0.22349524,0.22349524,0.22349524,0.22349524,0.22349524,0.22349524,0.22349524,0.22349524,0.22349524,0.22349524,0.22349524,0.22349524,0.22349524,0.22349524,0.1853742,0.1853742,0.1853742,0.1853742,0.1853742,0.1853742,0.1853742,0.1853742,0.1853742,0.1853742,0.1853742,0.1853742,0.1853742,0.1853742,0.1853742,0.14824423,0.14824423,0.14824423,0.14824423,0.14824423,0.14824423,0.14824423,0.14824423,0.14824423,0.14824423,0.14824423,0.14824423,0.14824423,0.14824423,0.14824423,0.10017879,0.10017879,0.10017879,0.10017879,0.10017879,0.10017879,0.10017879,0.10017879,0.10017879,0.10017879,0.10017879,0.10017879,0.10017879,0.10017879,0.10017879,0.13966191,0.13966191,0.13966191,0.13966191,0.13966191,0.13966191,0.13966191,0.13966191,0.13966191,0.13966191,0.13966191,0.13966191,0.13966191,0.13966191,0.13966191,0.061439101,0.061439101,0.061439101,0.061439101,0.061439101,0.061439101,0.061439101,0.061439101,0.061439101,0.061439101,0.061439101,0.061439101,0.061439101,0.061439101,0.061439101,0.081438892,0.081438892,0.081438892,0.081438892,0.081438892,0.081438892,0.081438892,0.081438892,0.081438892,0.081438892,0.081438892,0.081438892,0.081438892,0.081438892,0.081438892,0.14535004,0.14535004,0.14535004,0.14535004,0.14535004,0.14535004,0.14535004,0.14535004,0.14535004,0.14535004,0.14535004,0.14535004,0.14535004,0.14535004,0.14535004,0.099718928,0.099718928,0.099718928,0.099718928,0.099718928,0.099718928,0.099718928,0.099718928,0.099718928,0.099718928,0.099718928,0.099718928,0.099718928,0.099718928,0.099718928,0.18225396,0.18225396,0.18225396,0.18225396,0.18225396,0.18225396,0.18225396,0.18225396,0.18225396,0.18225396,0.18225396,0.18225396,0.18225396,0.18225396,0.18225396,0.14731945,0.14731945,0.14731945,0.14731945,0.14731945,0.14731945,0.14731945,0.14731945,0.14731945,0.14731945,0.14731945,0.14731945,0.14731945,0.14731945,0.14731945,0.087008893,0.087008893,0.087008893,0.087008893,0.087008893,0.087008893,0.087008893,0.087008893,0.087008893,0.087008893,0.087008893,0.087008893,0.087008893,0.087008893,0.087008893,0.19647069,0.19647069,0.19647069,0.19647069,0.19647069,0.19647069,0.19647069,0.19647069,0.19647069,0.19647069,0.19647069,0.19647069,0.19647069,0.19647069,0.19647069,0.16036935,0.16036935,0.16036935,0.16036935,0.16036935,0.16036935,0.16036935,0.16036935,0.16036935,0.16036935,0.16036935,0.16036935,0.16036935,0.16036935,0.16036935,0.11441863,0.11441863,0.11441863,0.11441863,0.11441863,0.11441863,0.11441863,0.11441863,0.11441863,0.11441863,0.11441863,0.11441863,0.11441863,0.11441863,0.11441863,0.1137445,0.1137445,0.1137445,0.1137445,0.1137445,0.1137445,0.1137445,0.1137445,0.1137445,0.1137445,0.1137445,0.1137445,0.1137445,0.1137445,0.1137445,0.21533179,0.21533179,0.21533179,0.21533179,0.21533179,0.21533179,0.21533179,0.21533179,0.21533179,0.21533179,0.21533179,0.21533179,0.21533179,0.21533179,0.21533179,0.095511019,0.095511019,0.095511019,0.095511019,0.095511019,0.095511019,0.095511019,0.095511019,0.095511019,0.095511019,0.095511019,0.095511019,0.095511019,0.095511019,0.095511019,0.051588781,0.051588781,0.051588781,0.051588781,0.051588781,0.051588781,0.051588781,0.051588781,0.051588781,0.051588781,0.051588781,0.051588781,0.051588781,0.051588781,0.051588781,0.041481383,0.041481383,0.041481383,0.041481383,0.041481383,0.041481383,0.041481383,0.041481383,0.041481383,0.041481383,0.041481383,0.041481383,0.041481383,0.041481383,0.041481383,0.14905457,0.14905457,0.14905457,0.14905457,0.14905457,0.14905457,0.14905457,0.14905457,0.14905457,0.14905457,0.14905457,0.14905457,0.14905457,0.14905457,0.14905457,0.093242303,0.093242303,0.093242303,0.093242303,0.093242303,0.093242303,0.093242303,0.093242303,0.093242303,0.093242303,0.093242303,0.093242303,0.093242303,0.093242303,0.093242303,0.11071154,0.11071154,0.11071154,0.11071154,0.11071154,0.11071154,0.11071154,0.11071154,0.11071154,0.11071154,0.11071154,0.11071154,0.11071154,0.11071154,0.11071154,0.17036462,0.17036462,0.17036462,0.17036462,0.17036462,0.17036462,0.17036462,0.17036462,0.17036462,0.17036462,0.17036462,0.17036462,0.17036462,0.17036462,0.17036462,0.098374628,0.098374628,0.098374628,0.098374628,0.098374628,0.098374628,0.098374628,0.098374628,0.098374628,0.098374628,0.098374628,0.098374628,0.098374628,0.098374628,0.098374628,0.22488916,0.22488916,0.22488916,0.22488916,0.22488916,0.22488916,0.22488916,0.22488916,0.22488916,0.22488916,0.22488916,0.22488916,0.22488916,0.22488916,0.22488916,0.11325311,0.11325311,0.11325311,0.11325311,0.11325311,0.11325311,0.11325311,0.11325311,0.11325311,0.11325311,0.11325311,0.11325311,0.11325311,0.11325311,0.11325311,0.064986125,0.064986125,0.064986125,0.064986125,0.064986125,0.064986125,0.064986125,0.064986125,0.064986125,0.064986125,0.064986125,0.064986125,0.064986125,0.064986125,0.064986125,0.19645979,0.19645979,0.19645979,0.19645979,0.19645979,0.19645979,0.19645979,0.19645979,0.19645979,0.19645979,0.19645979,0.19645979,0.19645979,0.19645979,0.19645979,0.07461217,0.07461217,0.07461217,0.07461217,0.07461217,0.07461217,0.07461217,0.07461217,0.07461217,0.07461217,0.07461217,0.07461217,0.07461217,0.07461217,0.07461217,0.14621758,0.14621758,0.14621758,0.14621758,0.14621758,0.14621758,0.14621758,0.14621758,0.14621758,0.14621758,0.14621758,0.14621758,0.14621758,0.14621758,0.14621758,0.1681105,0.1681105,0.1681105,0.1681105,0.1681105,0.1681105,0.1681105,0.1681105,0.1681105,0.1681105,0.1681105,0.1681105,0.1681105,0.1681105,0.1681105,0.10708557,0.10708557,0.10708557,0.10708557,0.10708557,0.10708557,0.10708557,0.10708557,0.10708557,0.10708557,0.10708557,0.10708557,0.10708557,0.10708557,0.10708557,0.23267634,0.23267634,0.23267634,0.23267634,0.23267634,0.23267634,0.23267634,0.23267634,0.23267634,0.23267634,0.23267634,0.23267634,0.23267634,0.23267634,0.23267634,0.057822466,0.057822466,0.057822466,0.057822466,0.057822466,0.057822466,0.057822466,0.057822466,0.057822466,0.057822466,0.057822466,0.057822466,0.057822466,0.057822466,0.057822466,0.14048235,0.14048235,0.14048235,0.14048235,0.14048235,0.14048235,0.14048235,0.14048235,0.14048235,0.14048235,0.14048235,0.14048235,0.14048235,0.14048235,0.14048235,0.1457058,0.1457058,0.1457058,0.1457058,0.1457058,0.1457058,0.1457058,0.1457058,0.1457058,0.1457058,0.1457058,0.1457058,0.1457058,0.1457058,0.1457058,0.18487698,0.18487698,0.18487698,0.18487698,0.18487698,0.18487698,0.18487698,0.18487698,0.18487698,0.18487698,0.18487698,0.18487698,0.18487698,0.18487698,0.18487698,0.12814392,0.12814392,0.12814392,0.12814392,0.12814392,0.12814392,0.12814392,0.12814392,0.12814392,0.12814392,0.12814392,0.12814392,0.12814392,0.12814392,0.12814392,0.17721988,0.17721988,0.17721988,0.17721988,0.17721988,0.17721988,0.17721988,0.17721988,0.17721988,0.17721988,0.17721988,0.17721988,0.17721988,0.17721988,0.17721988,0.21676511,0.21676511,0.21676511,0.21676511,0.21676511,0.21676511,0.21676511,0.21676511,0.21676511,0.21676511,0.21676511,0.21676511,0.21676511,0.21676511,0.21676511,0.10882347,0.10882347,0.10882347,0.10882347,0.10882347,0.10882347,0.10882347,0.10882347,0.10882347,0.10882347,0.10882347,0.10882347,0.10882347,0.10882347,0.10882347,0.13296366,0.13296366,0.13296366,0.13296366,0.13296366,0.13296366,0.13296366,0.13296366,0.13296366,0.13296366,0.13296366,0.13296366,0.13296366,0.13296366,0.13296366,0.13670251,0.13670251,0.13670251,0.13670251,0.13670251,0.13670251,0.13670251,0.13670251,0.13670251,0.13670251,0.13670251,0.13670251,0.13670251,0.13670251,0.13670251,0.087807871,0.087807871,0.087807871,0.087807871,0.087807871,0.087807871,0.087807871,0.087807871,0.087807871,0.087807871,0.087807871,0.087807871,0.087807871,0.087807871,0.087807871,0.17024469,0.17024469,0.17024469,0.17024469,0.17024469,0.17024469,0.17024469,0.17024469,0.17024469,0.17024469,0.17024469,0.17024469,0.17024469,0.17024469,0.17024469,0.10538504,0.10538504,0.10538504,0.10538504,0.10538504,0.10538504,0.10538504,0.10538504,0.10538504,0.10538504,0.10538504,0.10538504,0.10538504,0.10538504,0.10538504,0.10526165,0.10526165,0.10526165,0.10526165,0.10526165,0.10526165,0.10526165,0.10526165,0.10526165,0.10526165,0.10526165,0.10526165,0.10526165,0.10526165,0.10526165,0.042755466,0.042755466,0.042755466,0.042755466,0.042755466,0.042755466,0.042755466,0.042755466,0.042755466,0.042755466,0.042755466,0.042755466,0.042755466,0.042755466,0.042755466,0.10953362,0.10953362,0.10953362,0.10953362,0.10953362,0.10953362,0.10953362,0.10953362,0.10953362,0.10953362,0.10953362,0.10953362,0.10953362,0.10953362,0.10953362,0.08080297,0.08080297,0.08080297,0.08080297,0.08080297,0.08080297,0.08080297,0.08080297,0.08080297,0.08080297,0.08080297,0.08080297,0.08080297,0.08080297,0.08080297,0.096406624,0.096406624,0.096406624,0.096406624,0.096406624,0.096406624,0.096406624,0.096406624,0.096406624,0.096406624,0.096406624,0.096406624,0.096406624,0.096406624,0.096406624,0.1067476,0.1067476,0.1067476,0.1067476,0.1067476,0.1067476,0.1067476,0.1067476,0.1067476,0.1067476,0.1067476,0.1067476,0.1067476,0.1067476,0.1067476,0.096597731,0.096597731,0.096597731,0.096597731,0.096597731,0.096597731,0.096597731,0.096597731,0.096597731,0.096597731,0.096597731,0.096597731,0.096597731,0.096597731,0.096597731,0.09260942,0.09260942,0.09260942,0.09260942,0.09260942,0.09260942,0.09260942,0.09260942,0.09260942,0.09260942,0.09260942,0.09260942,0.09260942,0.09260942,0.09260942,0.10491192,0.10491192,0.10491192,0.10491192,0.10491192,0.10491192,0.10491192,0.10491192,0.10491192,0.10491192,0.10491192,0.10491192,0.10491192,0.10491192,0.10491192,0.079160169,0.079160169,0.079160169,0.079160169,0.079160169,0.079160169,0.079160169,0.079160169,0.079160169,0.079160169,0.079160169,0.079160169,0.079160169,0.079160169,0.079160169,0.11123711,0.11123711,0.11123711,0.11123711,0.11123711,0.11123711,0.11123711,0.11123711,0.11123711,0.11123711,0.11123711,0.11123711,0.11123711,0.11123711,0.11123711,0.079003349,0.079003349,0.079003349,0.079003349,0.079003349,0.079003349,0.079003349,0.079003349,0.079003349,0.079003349,0.079003349,0.079003349,0.079003349,0.079003349,0.079003349,0.096494623,0.096494623,0.096494623,0.096494623,0.096494623,0.096494623,0.096494623,0.096494623,0.096494623,0.096494623,0.096494623,0.096494623,0.096494623,0.096494623,0.096494623,0.093973204,0.093973204,0.093973204,0.093973204,0.093973204,0.093973204,0.093973204,0.093973204,0.093973204,0.093973204,0.093973204,0.093973204,0.093973204,0.093973204,0.093973204,0.10156095,0.10156095,0.10156095,0.10156095,0.10156095,0.10156095,0.10156095,0.10156095,0.10156095,0.10156095,0.10156095,0.10156095,0.10156095,0.10156095,0.10156095,0.11066246,0.11066246,0.11066246,0.11066246,0.11066246,0.11066246,0.11066246,0.11066246,0.11066246,0.11066246,0.11066246,0.11066246,0.11066246,0.11066246,0.11066246,0.11996148,0.11996148,0.11996148,0.11996148,0.11996148,0.11996148,0.11996148,0.11996148,0.11996148,0.11996148,0.11996148,0.11996148,0.11996148,0.11996148,0.11996148,0.055690154,0.055690154,0.055690154,0.055690154,0.055690154,0.055690154,0.055690154,0.055690154,0.055690154,0.055690154,0.055690154,0.055690154,0.055690154,0.055690154,0.055690154,0.038315404,0.038315404,0.038315404,0.038315404,0.038315404,0.038315404,0.038315404,0.038315404,0.038315404,0.038315404,0.038315404,0.038315404,0.038315404,0.038315404,0.038315404,0.10247693,0.10247693,0.10247693,0.10247693,0.10247693,0.10247693,0.10247693,0.10247693,0.10247693,0.10247693,0.10247693,0.10247693,0.10247693,0.10247693,0.10247693,0.099567071,0.099567071,0.099567071,0.099567071,0.099567071,0.099567071,0.099567071,0.099567071,0.099567071,0.099567071,0.099567071,0.099567071,0.099567071,0.099567071,0.099567071,0.095411845,0.095411845,0.095411845,0.095411845,0.095411845,0.095411845,0.095411845,0.095411845,0.095411845,0.095411845,0.095411845,0.095411845,0.095411845,0.095411845,0.095411845,0.12626036,0.12626036,0.12626036,0.12626036,0.12626036,0.12626036,0.12626036,0.12626036,0.12626036,0.12626036,0.12626036,0.12626036,0.12626036,0.12626036,0.12626036,0.10724527,0.10724527,0.10724527,0.10724527,0.10724527,0.10724527,0.10724527,0.10724527,0.10724527,0.10724527,0.10724527,0.10724527,0.10724527,0.10724527,0.10724527,0.14050587,0.14050587,0.14050587,0.14050587,0.14050587,0.14050587,0.14050587,0.14050587,0.14050587,0.14050587,0.14050587,0.14050587,0.14050587,0.14050587,0.14050587,0.10212499,0.10212499,0.10212499,0.10212499,0.10212499,0.10212499,0.10212499,0.10212499,0.10212499,0.10212499,0.10212499,0.10212499,0.10212499,0.10212499,0.10212499,0.079258084,0.079258084,0.079258084,0.079258084,0.079258084,0.079258084,0.079258084,0.079258084,0.079258084,0.079258084,0.079258084,0.079258084,0.079258084,0.079258084,0.079258084,0.12548894,0.12548894,0.12548894,0.12548894,0.12548894,0.12548894,0.12548894,0.12548894,0.12548894,0.12548894,0.12548894,0.12548894,0.12548894,0.12548894,0.12548894,0.10539033,0.10539033,0.10539033,0.10539033,0.10539033,0.10539033,0.10539033,0.10539033,0.10539033,0.10539033,0.10539033,0.10539033,0.10539033,0.10539033,0.10539033,0.10149548,0.10149548,0.10149548,0.10149548,0.10149548,0.10149548,0.10149548,0.10149548,0.10149548,0.10149548,0.10149548,0.10149548,0.10149548,0.10149548,0.10149548,0.075885892,0.075885892,0.075885892,0.075885892,0.075885892,0.075885892,0.075885892,0.075885892,0.075885892,0.075885892,0.075885892,0.075885892,0.075885892,0.075885892,0.075885892,0.099105649,0.099105649,0.099105649,0.099105649,0.099105649,0.099105649,0.099105649,0.099105649,0.099105649,0.099105649,0.099105649,0.099105649,0.099105649,0.099105649,0.099105649,0.13191164,0.13191164,0.13191164,0.13191164,0.13191164,0.13191164,0.13191164,0.13191164,0.13191164,0.13191164,0.13191164,0.13191164,0.13191164,0.13191164,0.13191164,0.14494322,0.14494322,0.14494322,0.14494322,0.14494322,0.14494322,0.14494322,0.14494322,0.14494322,0.14494322,0.14494322,0.14494322,0.14494322,0.14494322,0.14494322,0.099431016,0.099431016,0.099431016,0.099431016,0.099431016,0.099431016,0.099431016,0.099431016,0.099431016,0.099431016,0.099431016,0.099431016,0.099431016,0.099431016,0.099431016,0.093403362,0.093403362,0.093403362,0.093403362,0.093403362,0.093403362,0.093403362,0.093403362,0.093403362,0.093403362,0.093403362,0.093403362,0.093403362,0.093403362,0.093403362,0.097536393,0.097536393,0.097536393,0.097536393,0.097536393,0.097536393,0.097536393,0.097536393,0.097536393,0.097536393,0.097536393,0.097536393,0.097536393,0.097536393,0.097536393,0.082990944,0.082990944,0.082990944,0.082990944,0.082990944,0.082990944,0.082990944,0.082990944,0.082990944,0.082990944,0.082990944,0.082990944,0.082990944,0.082990944,0.082990944,0.13365144,0.13365144,0.13365144,0.13365144,0.13365144,0.13365144,0.13365144,0.13365144,0.13365144,0.13365144,0.13365144,0.13365144,0.13365144,0.13365144,0.13365144,0.13763729,0.13763729,0.13763729,0.13763729,0.13763729,0.13763729,0.13763729,0.13763729,0.13763729,0.13763729,0.13763729,0.13763729,0.13763729,0.13763729,0.13763729,0.098323077,0.098323077,0.098323077,0.098323077,0.098323077,0.098323077,0.098323077,0.098323077,0.098323077,0.098323077,0.098323077,0.098323077,0.098323077,0.098323077,0.098323077,0.12923414,0.12923414,0.12923414,0.12923414,0.12923414,0.12923414,0.12923414,0.12923414,0.12923414,0.12923414,0.12923414,0.12923414,0.12923414,0.12923414,0.12923414,0.15496391,0.15496391,0.15496391,0.15496391,0.15496391,0.15496391,0.15496391,0.15496391,0.15496391,0.15496391,0.15496391,0.15496391,0.15496391,0.15496391,0.15496391,0.1163367,0.1163367,0.1163367,0.1163367,0.1163367,0.1163367,0.1163367,0.1163367,0.1163367,0.1163367,0.1163367,0.1163367,0.1163367,0.1163367,0.1163367,0.11704577,0.11704577,0.11704577,0.11704577,0.11704577,0.11704577,0.11704577,0.11704577,0.11704577,0.11704577,0.11704577,0.11704577,0.11704577,0.11704577,0.11704577,0.10265411,0.10265411,0.10265411,0.10265411,0.10265411,0.10265411,0.10265411,0.10265411,0.10265411,0.10265411,0.10265411,0.10265411,0.10265411,0.10265411,0.10265411,0.11489939,0.11489939,0.11489939,0.11489939,0.11489939,0.11489939,0.11489939,0.11489939,0.11489939,0.11489939,0.11489939,0.11489939,0.11489939,0.11489939,0.11489939,0.086960323,0.086960323,0.086960323,0.086960323,0.086960323,0.086960323,0.086960323,0.086960323,0.086960323,0.086960323,0.086960323,0.086960323,0.086960323,0.086960323,0.086960323,0.096824661,0.096824661,0.096824661,0.096824661,0.096824661,0.096824661,0.096824661,0.096824661,0.096824661,0.096824661,0.096824661,0.096824661,0.096824661,0.096824661,0.096824661,0.10218117,0.10218117,0.10218117,0.10218117,0.10218117,0.10218117,0.10218117,0.10218117,0.10218117,0.10218117,0.10218117,0.10218117,0.10218117,0.10218117,0.10218117,0.13069509,0.13069509,0.13069509,0.13069509,0.13069509,0.13069509,0.13069509,0.13069509,0.13069509,0.13069509,0.13069509,0.13069509,0.13069509,0.13069509,0.13069509,0.10463043,0.10463043,0.10463043,0.10463043,0.10463043,0.10463043,0.10463043,0.10463043,0.10463043,0.10463043,0.10463043,0.10463043,0.10463043,0.10463043,0.10463043,0.10405398,0.10405398,0.10405398,0.10405398,0.10405398,0.10405398,0.10405398,0.10405398,0.10405398,0.10405398,0.10405398,0.10405398,0.10405398,0.10405398,0.10405398,0.10640796,0.10640796,0.10640796,0.10640796,0.10640796,0.10640796,0.10640796,0.10640796,0.10640796,0.10640796,0.10640796,0.10640796,0.10640796,0.10640796,0.10640796,0.022310188,0.022310188,0.022310188,0.022310188,0.022310188,0.022310188,0.022310188,0.022310188,0.022310188,0.022310188,0.022310188,0.022310188,0.022310188,0.022310188,0.022310188,0.10318184,0.10318184,0.10318184,0.10318184,0.10318184,0.10318184,0.10318184,0.10318184,0.10318184,0.10318184,0.10318184,0.10318184,0.10318184,0.10318184,0.10318184,0.09979137,0.09979137,0.09979137,0.09979137,0.09979137,0.09979137,0.09979137,0.09979137,0.09979137,0.09979137,0.09979137,0.09979137,0.09979137,0.09979137,0.09979137,0.11517339,0.11517339,0.11517339,0.11517339,0.11517339,0.11517339,0.11517339,0.11517339,0.11517339,0.11517339,0.11517339,0.11517339,0.11517339,0.11517339,0.11517339,0.098866865,0.098866865,0.098866865,0.098866865,0.098866865,0.098866865,0.098866865,0.098866865,0.098866865,0.098866865,0.098866865,0.098866865,0.098866865,0.098866865,0.098866865,0.086567715,0.086567715,0.086567715,0.086567715,0.086567715,0.086567715,0.086567715,0.086567715,0.086567715,0.086567715,0.086567715,0.086567715,0.086567715,0.086567715,0.086567715,0.10827338,0.10827338,0.10827338,0.10827338,0.10827338,0.10827338,0.10827338,0.10827338,0.10827338,0.10827338,0.10827338,0.10827338,0.10827338,0.10827338,0.10827338,0.1060788,0.1060788,0.1060788,0.1060788,0.1060788,0.1060788,0.1060788,0.1060788,0.1060788,0.1060788,0.1060788,0.1060788,0.1060788,0.1060788,0.1060788,0.1123146,0.1123146,0.1123146,0.1123146,0.1123146,0.1123146,0.1123146,0.1123146,0.1123146,0.1123146,0.1123146,0.1123146,0.1123146,0.1123146,0.1123146,0.12445864,0.12445864,0.12445864,0.12445864,0.12445864,0.12445864,0.12445864,0.12445864,0.12445864,0.12445864,0.12445864,0.12445864,0.12445864,0.12445864,0.12445864,0.11716566,0.11716566,0.11716566,0.11716566,0.11716566,0.11716566,0.11716566,0.11716566,0.11716566,0.11716566,0.11716566,0.11716566,0.11716566,0.11716566,0.11716566,0.11562368,0.11562368,0.11562368,0.11562368,0.11562368,0.11562368,0.11562368,0.11562368,0.11562368,0.11562368,0.11562368,0.11562368,0.11562368,0.11562368,0.11562368,0.10570354,0.10570354,0.10570354,0.10570354,0.10570354,0.10570354,0.10570354,0.10570354,0.10570354,0.10570354,0.10570354,0.10570354,0.10570354,0.10570354,0.10570354,0.11858987,0.11858987,0.11858987,0.11858987,0.11858987,0.11858987,0.11858987,0.11858987,0.11858987,0.11858987,0.11858987,0.11858987,0.11858987,0.11858987,0.11858987,0.049312633,0.049312633,0.049312633,0.049312633,0.049312633,0.049312633,0.049312633,0.049312633,0.049312633,0.049312633,0.049312633,0.049312633,0.049312633,0.049312633,0.049312633,0.10648663,0.10648663,0.10648663,0.10648663,0.10648663,0.10648663,0.10648663,0.10648663,0.10648663,0.10648663,0.10648663,0.10648663,0.10648663,0.10648663,0.10648663,0.10276894,0.10276894,0.10276894,0.10276894,0.10276894,0.10276894,0.10276894,0.10276894,0.10276894,0.10276894,0.10276894,0.10276894,0.10276894,0.10276894,0.10276894,0.080065772,0.080065772,0.080065772,0.080065772,0.080065772,0.080065772,0.080065772,0.080065772,0.080065772,0.080065772,0.080065772,0.080065772,0.080065772,0.080065772,0.080065772,0.079971887,0.079971887,0.079971887,0.079971887,0.079971887,0.079971887,0.079971887,0.079971887,0.079971887,0.079971887,0.079971887,0.079971887,0.079971887,0.079971887,0.079971887,0.11580934,0.11580934,0.11580934,0.11580934,0.11580934,0.11580934,0.11580934,0.11580934,0.11580934,0.11580934,0.11580934,0.11580934,0.11580934,0.11580934,0.11580934,0.05714364,0.05714364,0.05714364,0.05714364,0.05714364,0.05714364,0.05714364,0.05714364,0.05714364,0.05714364,0.05714364,0.05714364,0.05714364,0.05714364,0.05714364,0.12944843,0.12944843,0.12944843,0.12944843,0.12944843,0.12944843,0.12944843,0.12944843,0.12944843,0.12944843,0.12944843,0.12944843,0.12944843,0.12944843,0.12944843,0.067479759,0.067479759,0.067479759,0.067479759,0.067479759,0.067479759,0.067479759,0.067479759,0.067479759,0.067479759,0.067479759,0.067479759,0.067479759,0.067479759,0.067479759,0.04175685,0.04175685,0.04175685,0.04175685,0.04175685,0.04175685,0.04175685,0.04175685,0.04175685,0.04175685,0.04175685,0.04175685,0.04175685,0.04175685,0.04175685,0.0604739,0.0604739,0.0604739,0.0604739,0.0604739,0.0604739,0.0604739,0.0604739,0.0604739,0.0604739,0.0604739,0.0604739,0.0604739,0.0604739,0.0604739,0.066531174,0.066531174,0.066531174,0.066531174,0.066531174,0.066531174,0.066531174,0.066531174,0.066531174,0.066531174,0.066531174,0.066531174,0.066531174,0.066531174,0.066531174,0.10449058,0.10449058,0.10449058,0.10449058,0.10449058,0.10449058,0.10449058,0.10449058,0.10449058,0.10449058,0.10449058,0.10449058,0.10449058,0.10449058,0.10449058,0.10682063,0.10682063,0.10682063,0.10682063,0.10682063,0.10682063,0.10682063,0.10682063,0.10682063,0.10682063,0.10682063,0.10682063,0.10682063,0.10682063,0.10682063,0.094452053,0.094452053,0.094452053,0.094452053,0.094452053,0.094452053,0.094452053,0.094452053,0.094452053,0.094452053,0.094452053,0.094452053,0.094452053,0.094452053,0.094452053,0.0996949,0.0996949,0.0996949,0.0996949,0.0996949,0.0996949,0.0996949,0.0996949,0.0996949,0.0996949,0.0996949,0.0996949,0.0996949,0.0996949,0.0996949,0.13305424,0.13305424,0.13305424,0.13305424,0.13305424,0.13305424,0.13305424,0.13305424,0.13305424,0.13305424,0.13305424,0.13305424,0.13305424,0.13305424,0.13305424,0.1040509,0.1040509,0.1040509,0.1040509,0.1040509,0.1040509,0.1040509,0.1040509,0.1040509,0.1040509,0.1040509,0.1040509,0.1040509,0.1040509,0.1040509,0.095334128,0.095334128,0.095334128,0.095334128,0.095334128,0.095334128,0.095334128,0.095334128,0.095334128,0.095334128,0.095334128,0.095334128,0.095334128,0.095334128,0.095334128,0.13082696,0.13082696,0.13082696,0.13082696,0.13082696,0.13082696,0.13082696,0.13082696,0.13082696,0.13082696,0.13082696,0.13082696,0.13082696,0.13082696,0.13082696,0.086912051,0.086912051,0.086912051,0.086912051,0.086912051,0.086912051,0.086912051,0.086912051,0.086912051,0.086912051,0.086912051,0.086912051,0.086912051,0.086912051,0.086912051,0.14744042,0.14744042,0.14744042,0.14744042,0.14744042,0.14744042,0.14744042,0.14744042,0.14744042,0.14744042,0.14744042,0.14744042,0.14744042,0.14744042,0.14744042,0.10967008,0.10967008,0.10967008,0.10967008,0.10967008,0.10967008,0.10967008,0.10967008,0.10967008,0.10967008,0.10967008,0.10967008,0.10967008,0.10967008,0.10967008,0.16552144,0.16552144,0.16552144,0.16552144,0.16552144,0.16552144,0.16552144,0.16552144,0.16552144,0.16552144,0.16552144,0.16552144,0.16552144,0.16552144,0.16552144,0.12879831,0.12879831,0.12879831,0.12879831,0.12879831,0.12879831,0.12879831,0.12879831,0.12879831,0.12879831,0.12879831,0.12879831,0.12879831,0.12879831,0.12879831,0.11472644,0.11472644,0.11472644,0.11472644,0.11472644,0.11472644,0.11472644,0.11472644,0.11472644,0.11472644,0.11472644,0.11472644,0.11472644,0.11472644,0.11472644,0.18551174,0.18551174,0.18551174,0.18551174,0.18551174,0.18551174,0.18551174,0.18551174,0.18551174,0.18551174,0.18551174,0.18551174,0.18551174,0.18551174,0.18551174,0.14653318,0.14653318,0.14653318,0.14653318,0.14653318,0.14653318,0.14653318,0.14653318,0.14653318,0.14653318,0.14653318,0.14653318,0.14653318,0.14653318,0.14653318,0.14803569,0.14803569,0.14803569,0.14803569,0.14803569,0.14803569,0.14803569,0.14803569,0.14803569,0.14803569,0.14803569,0.14803569,0.14803569,0.14803569,0.14803569,0.11278802,0.11278802,0.11278802,0.11278802,0.11278802,0.11278802,0.11278802,0.11278802,0.11278802,0.11278802,0.11278802,0.11278802,0.11278802,0.11278802,0.11278802,0.14789347,0.14789347,0.14789347,0.14789347,0.14789347,0.14789347,0.14789347,0.14789347,0.14789347,0.14789347,0.14789347,0.14789347,0.14789347,0.14789347,0.14789347,0.1488989,0.1488989,0.1488989,0.1488989,0.1488989,0.1488989,0.1488989,0.1488989,0.1488989,0.1488989,0.1488989,0.1488989,0.1488989,0.1488989,0.1488989,0.15025361,0.15025361,0.15025361,0.15025361,0.15025361,0.15025361,0.15025361,0.15025361,0.15025361,0.15025361,0.15025361,0.15025361,0.15025361,0.15025361,0.15025361,0.14758956,0.14758956,0.14758956,0.14758956,0.14758956,0.14758956,0.14758956,0.14758956,0.14758956,0.14758956,0.14758956,0.14758956,0.14758956,0.14758956,0.14758956,0.14748351,0.14748351,0.14748351,0.14748351,0.14748351,0.14748351,0.14748351,0.14748351,0.14748351,0.14748351,0.14748351,0.14748351,0.14748351,0.14748351,0.14748351,0.14614508,0.14614508,0.14614508,0.14614508,0.14614508,0.14614508,0.14614508,0.14614508,0.14614508,0.14614508,0.14614508,0.14614508,0.14614508,0.14614508,0.14614508,0.15007307,0.15007307,0.15007307,0.15007307,0.15007307,0.15007307,0.15007307,0.15007307,0.15007307,0.15007307,0.15007307,0.15007307,0.15007307,0.15007307,0.15007307,0.14718817,0.14718817,0.14718817,0.14718817,0.14718817,0.14718817,0.14718817,0.14718817,0.14718817,0.14718817,0.14718817,0.14718817,0.14718817,0.14718817,0.14718817,0.14941804,0.14941804,0.14941804,0.14941804,0.14941804,0.14941804,0.14941804,0.14941804,0.14941804,0.14941804,0.14941804,0.14941804,0.14941804,0.14941804,0.14941804,0.13063388,0.13063388,0.13063388,0.13063388,0.13063388,0.13063388,0.13063388,0.13063388,0.13063388,0.13063388,0.13063388,0.13063388,0.13063388,0.13063388,0.13063388,0.1116716,0.1116716,0.1116716,0.1116716,0.1116716,0.1116716,0.1116716,0.1116716,0.1116716,0.1116716,0.1116716,0.1116716,0.1116716,0.1116716,0.1116716,0.14691395,0.14691395,0.14691395,0.14691395,0.14691395,0.14691395,0.14691395,0.14691395,0.14691395,0.14691395,0.14691395,0.14691395,0.14691395,0.14691395,0.14691395,0.20163035,0.20163035,0.20163035,0.20163035,0.20163035,0.20163035,0.20163035,0.20163035,0.20163035,0.20163035,0.20163035,0.20163035,0.20163035,0.20163035,0.20163035,0.17998309,0.17998309,0.17998309,0.17998309,0.17998309,0.17998309,0.17998309,0.17998309,0.17998309,0.17998309,0.17998309,0.17998309,0.17998309,0.17998309,0.17998309,0.1849743,0.1849743,0.1849743,0.1849743,0.1849743,0.1849743,0.1849743,0.1849743,0.1849743,0.1849743,0.1849743,0.1849743,0.1849743,0.1849743,0.1849743,0.15240258,0.15240258,0.15240258,0.15240258,0.15240258,0.15240258,0.15240258,0.15240258,0.15240258,0.15240258,0.15240258,0.15240258,0.15240258,0.15240258,0.15240258,0.13006619,0.13006619,0.13006619,0.13006619,0.13006619,0.13006619,0.13006619,0.13006619,0.13006619,0.13006619,0.13006619,0.13006619,0.13006619,0.13006619,0.13006619,0.13775672,0.13775672,0.13775672,0.13775672,0.13775672,0.13775672,0.13775672,0.13775672,0.13775672,0.13775672,0.13775672,0.13775672,0.13775672,0.13775672,0.13775672,0.14963818,0.14963818,0.14963818,0.14963818,0.14963818,0.14963818,0.14963818,0.14963818,0.14963818,0.14963818,0.14963818,0.14963818,0.14963818,0.14963818,0.14963818,0.10777811,0.10777811,0.10777811,0.10777811,0.10777811,0.10777811,0.10777811,0.10777811,0.10777811,0.10777811,0.10777811,0.10777811,0.10777811,0.10777811,0.10777811,0.098576441,0.098576441,0.098576441,0.098576441,0.098576441,0.098576441,0.098576441,0.098576441,0.098576441,0.098576441,0.098576441,0.098576441,0.098576441,0.098576441,0.098576441,0.15754879,0.15754879,0.15754879,0.15754879,0.15754879,0.15754879,0.15754879,0.15754879,0.15754879,0.15754879,0.15754879,0.15754879,0.15754879,0.15754879,0.15754879,0.10253285,0.10253285,0.10253285,0.10253285,0.10253285,0.10253285,0.10253285,0.10253285,0.10253285,0.10253285,0.10253285,0.10253285,0.10253285,0.10253285,0.10253285,0.18928047,0.18928047,0.18928047,0.18928047,0.18928047,0.18928047,0.18928047,0.18928047,0.18928047,0.18928047,0.18928047,0.18928047,0.18928047,0.18928047,0.18928047,0.12966311,0.12966311,0.12966311,0.12966311,0.12966311,0.12966311,0.12966311,0.12966311,0.12966311,0.12966311,0.12966311,0.12966311,0.12966311,0.12966311,0.12966311,0.15073013,0.15073013,0.15073013,0.15073013,0.15073013,0.15073013,0.15073013,0.15073013,0.15073013,0.15073013,0.15073013,0.15073013,0.15073013,0.15073013,0.15073013,0.1323873,0.1323873,0.1323873,0.1323873,0.1323873,0.1323873,0.1323873,0.1323873,0.1323873,0.1323873,0.1323873,0.1323873,0.1323873,0.1323873,0.1323873,0.14751834,0.14751834,0.14751834,0.14751834,0.14751834,0.14751834,0.14751834,0.14751834,0.14751834,0.14751834,0.14751834,0.14751834,0.14751834,0.14751834,0.14751834,0.12997977,0.12997977,0.12997977,0.12997977,0.12997977,0.12997977,0.12997977,0.12997977,0.12997977,0.12997977,0.12997977,0.12997977,0.12997977,0.12997977,0.12997977,0.15296991,0.15296991,0.15296991,0.15296991,0.15296991,0.15296991,0.15296991,0.15296991,0.15296991,0.15296991,0.15296991,0.15296991,0.15296991,0.15296991,0.15296991,0.14937764,0.14937764,0.14937764,0.14937764,0.14937764,0.14937764,0.14937764,0.14937764,0.14937764,0.14937764,0.14937764,0.14937764,0.14937764,0.14937764,0.14937764,0.14788949,0.14788949,0.14788949,0.14788949,0.14788949,0.14788949,0.14788949,0.14788949,0.14788949,0.14788949,0.14788949,0.14788949,0.14788949,0.14788949,0.14788949,0.14745079,0.14745079,0.14745079,0.14745079,0.14745079,0.14745079,0.14745079,0.14745079,0.14745079,0.14745079,0.14745079,0.14745079,0.14745079,0.14745079,0.14745079,0.18048085,0.18048085,0.18048085,0.18048085,0.18048085,0.18048085,0.18048085,0.18048085,0.18048085,0.18048085,0.18048085,0.18048085,0.18048085,0.18048085,0.18048085,0.11248967,0.11248967,0.11248967,0.11248967,0.11248967,0.11248967,0.11248967,0.11248967,0.11248967,0.11248967,0.11248967,0.11248967,0.11248967,0.11248967,0.11248967,0.12257063,0.12257063,0.12257063,0.12257063,0.12257063,0.12257063,0.12257063,0.12257063,0.12257063,0.12257063,0.12257063,0.12257063,0.12257063,0.12257063,0.12257063,0.11249673,0.11249673,0.11249673,0.11249673,0.11249673,0.11249673,0.11249673,0.11249673,0.11249673,0.11249673,0.11249673,0.11249673,0.11249673,0.11249673,0.11249673,0.11175996,0.11175996,0.11175996,0.11175996,0.11175996,0.11175996,0.11175996,0.11175996,0.11175996,0.11175996,0.11175996,0.11175996,0.11175996,0.11175996,0.11175996,0.1518916,0.1518916,0.1518916,0.1518916,0.1518916,0.1518916,0.1518916,0.1518916,0.1518916,0.1518916,0.1518916,0.1518916,0.1518916,0.1518916,0.1518916,0.16473325,0.16473325,0.16473325,0.16473325,0.16473325,0.16473325,0.16473325,0.16473325,0.16473325,0.16473325,0.16473325,0.16473325,0.16473325,0.16473325,0.16473325,0.18917735,0.18917735,0.18917735,0.18917735,0.18917735,0.18917735,0.18917735,0.18917735,0.18917735,0.18917735,0.18917735,0.18917735,0.18917735,0.18917735,0.18917735,0.11279649,0.11279649,0.11279649,0.11279649,0.11279649,0.11279649,0.11279649,0.11279649,0.11279649,0.11279649,0.11279649,0.11279649,0.11279649,0.11279649,0.11279649,0.15903555,0.15903555,0.15903555,0.15903555,0.15903555,0.15903555,0.15903555,0.15903555,0.15903555,0.15903555,0.15903555,0.15903555,0.15903555,0.15903555,0.15903555,0.1490851,0.1490851,0.1490851,0.1490851,0.1490851,0.1490851,0.1490851,0.1490851,0.1490851,0.1490851,0.1490851,0.1490851,0.1490851,0.1490851,0.1490851,0.15000673,0.15000673,0.15000673,0.15000673,0.15000673,0.15000673,0.15000673,0.15000673,0.15000673,0.15000673,0.15000673,0.15000673,0.15000673,0.15000673,0.15000673,0.25193328,0.25193328,0.25193328,0.25193328,0.25193328,0.25193328,0.25193328,0.25193328,0.25193328,0.25193328,0.25193328,0.25193328,0.25193328,0.25193328,0.25193328,0.13403773,0.13403773,0.13403773,0.13403773,0.13403773,0.13403773,0.13403773,0.13403773,0.13403773,0.13403773,0.13403773,0.13403773,0.13403773,0.13403773,0.13403773,0.18567184,0.18567184,0.18567184,0.18567184,0.18567184,0.18567184,0.18567184,0.18567184,0.18567184,0.18567184,0.18567184,0.18567184,0.18567184,0.18567184,0.18567184,0.10405836,0.10405836,0.10405836,0.10405836,0.10405836,0.10405836,0.10405836,0.10405836,0.10405836,0.10405836,0.10405836,0.10405836,0.10405836,0.10405836,0.10405836,0.11152577,0.11152577,0.11152577,0.11152577,0.11152577,0.11152577,0.11152577,0.11152577,0.11152577,0.11152577,0.11152577,0.11152577,0.11152577,0.11152577,0.11152577,0.15220071,0.15220071,0.15220071,0.15220071,0.15220071,0.15220071,0.15220071,0.15220071,0.15220071,0.15220071,0.15220071,0.15220071,0.15220071,0.15220071,0.15220071,0.14529993,0.14529993,0.14529993,0.14529993,0.14529993,0.14529993,0.14529993,0.14529993,0.14529993,0.14529993,0.14529993,0.14529993,0.14529993,0.14529993,0.14529993,0.14785281,0.14785281,0.14785281,0.14785281,0.14785281,0.14785281,0.14785281,0.14785281,0.14785281,0.14785281,0.14785281,0.14785281,0.14785281,0.14785281,0.14785281,0.14362527,0.14362527,0.14362527,0.14362527,0.14362527,0.14362527,0.14362527,0.14362527,0.14362527,0.14362527,0.14362527,0.14362527,0.14362527,0.14362527,0.14362527,0.1482776,0.1482776,0.1482776,0.1482776,0.1482776,0.1482776,0.1482776,0.1482776,0.1482776,0.1482776,0.1482776,0.1482776,0.1482776,0.1482776,0.1482776,0.11329503,0.11329503,0.11329503,0.11329503,0.11329503,0.11329503,0.11329503,0.11329503,0.11329503,0.11329503,0.11329503,0.11329503,0.11329503,0.11329503,0.11329503,0.12150491,0.12150491,0.12150491,0.12150491,0.12150491,0.12150491,0.12150491,0.12150491,0.12150491,0.12150491,0.12150491,0.12150491,0.12150491,0.12150491,0.12150491,0.17976379,0.17976379,0.17976379,0.17976379,0.17976379,0.17976379,0.17976379,0.17976379,0.17976379,0.17976379,0.17976379,0.17976379,0.17976379,0.17976379,0.17976379,0.11233173,0.11233173,0.11233173,0.11233173,0.11233173,0.11233173,0.11233173,0.11233173,0.11233173,0.11233173,0.11233173,0.11233173,0.11233173,0.11233173,0.11233173,0.10984056,0.10984056,0.10984056,0.10984056,0.10984056,0.10984056,0.10984056,0.10984056,0.10984056,0.10984056,0.10984056,0.10984056,0.10984056,0.10984056,0.10984056,0.11329976,0.11329976,0.11329976,0.11329976,0.11329976,0.11329976,0.11329976,0.11329976,0.11329976,0.11329976,0.11329976,0.11329976,0.11329976,0.11329976,0.11329976,0.14841543,0.14841543,0.14841543,0.14841543,0.14841543,0.14841543,0.14841543,0.14841543,0.14841543,0.14841543,0.14841543,0.14841543,0.14841543,0.14841543,0.14841543,0.10325938,0.10325938,0.10325938,0.10325938,0.10325938,0.10325938,0.10325938,0.10325938,0.10325938,0.10325938,0.10325938,0.10325938,0.10325938,0.10325938,0.10325938,0.13854977,0.13854977,0.13854977,0.13854977,0.13854977,0.13854977,0.13854977,0.13854977,0.13854977,0.13854977,0.13854977,0.13854977,0.13854977,0.13854977,0.13854977,0.14603493,0.14603493,0.14603493,0.14603493,0.14603493,0.14603493,0.14603493,0.14603493,0.14603493,0.14603493,0.14603493,0.14603493,0.14603493,0.14603493,0.14603493,0.22347151,0.22347151,0.22347151,0.22347151,0.22347151,0.22347151,0.22347151,0.22347151,0.22347151,0.22347151,0.22347151,0.22347151,0.22347151,0.22347151,0.22347151,0.14950471,0.14950471,0.14950471,0.14950471,0.14950471,0.14950471,0.14950471,0.14950471,0.14950471,0.14950471,0.14950471,0.14950471,0.14950471,0.14950471,0.14950471,0.14861672,0.14861672,0.14861672,0.14861672,0.14861672,0.14861672,0.14861672,0.14861672,0.14861672,0.14861672,0.14861672,0.14861672,0.14861672,0.14861672,0.14861672,0.2461239,0.2461239,0.2461239,0.2461239,0.2461239,0.2461239,0.2461239,0.2461239,0.2461239,0.2461239,0.2461239,0.2461239,0.2461239,0.2461239,0.2461239,0.15149294,0.15149294,0.15149294,0.15149294,0.15149294,0.15149294,0.15149294,0.15149294,0.15149294,0.15149294,0.15149294,0.15149294,0.15149294,0.15149294,0.15149294,0.13869344,0.13869344,0.13869344,0.13869344,0.13869344,0.13869344,0.13869344,0.13869344,0.13869344,0.13869344,0.13869344,0.13869344,0.13869344,0.13869344,0.13869344,0.14892815,0.14892815,0.14892815,0.14892815,0.14892815,0.14892815,0.14892815,0.14892815,0.14892815,0.14892815,0.14892815,0.14892815,0.14892815,0.14892815,0.14892815,0.11864454,0.11864454,0.11864454,0.11864454,0.11864454,0.11864454,0.11864454,0.11864454,0.11864454,0.11864454,0.11864454,0.11864454,0.11864454,0.11864454,0.11864454,0.15301105,0.15301105,0.15301105,0.15301105,0.15301105,0.15301105,0.15301105,0.15301105,0.15301105,0.15301105,0.15301105,0.15301105,0.15301105,0.15301105,0.15301105,0.19899747,0.19899747,0.19899747,0.19899747,0.19899747,0.19899747,0.19899747,0.19899747,0.19899747,0.19899747,0.19899747,0.19899747,0.19899747,0.19899747,0.19899747,0.14832352,0.14832352,0.14832352,0.14832352,0.14832352,0.14832352,0.14832352,0.14832352,0.14832352,0.14832352,0.14832352,0.14832352,0.14832352,0.14832352,0.14832352,0.18674111,0.18674111,0.18674111,0.18674111,0.18674111,0.18674111,0.18674111,0.18674111,0.18674111,0.18674111,0.18674111,0.18674111,0.18674111,0.18674111,0.18674111,0.13776188,0.13776188,0.13776188,0.13776188,0.13776188,0.13776188,0.13776188,0.13776188,0.13776188,0.13776188,0.13776188,0.13776188,0.13776188,0.13776188,0.13776188,0.10972358,0.10972358,0.10972358,0.10972358,0.10972358,0.10972358,0.10972358,0.10972358,0.10972358,0.10972358,0.10972358,0.10972358,0.10972358,0.10972358,0.10972358,0.12555973,0.12555973,0.12555973,0.12555973,0.12555973,0.12555973,0.12555973,0.12555973,0.12555973,0.12555973,0.12555973,0.12555973,0.12555973,0.12555973,0.12555973,0.11184434,0.11184434,0.11184434,0.11184434,0.11184434,0.11184434,0.11184434,0.11184434,0.11184434,0.11184434,0.11184434,0.11184434,0.11184434,0.11184434,0.11184434,0.14758448,0.14758448,0.14758448,0.14758448,0.14758448,0.14758448,0.14758448,0.14758448,0.14758448,0.14758448,0.14758448,0.14758448,0.14758448,0.14758448,0.14758448,0.14733222,0.14733222,0.14733222,0.14733222,0.14733222,0.14733222,0.14733222,0.14733222,0.14733222,0.14733222,0.14733222,0.14733222,0.14733222,0.14733222,0.14733222,0.13609406,0.13609406,0.13609406,0.13609406,0.13609406,0.13609406,0.13609406,0.13609406,0.13609406,0.13609406,0.13609406,0.13609406,0.13609406,0.13609406,0.13609406,0.18534437,0.18534437,0.18534437,0.18534437,0.18534437,0.18534437,0.18534437,0.18534437,0.18534437,0.18534437,0.18534437,0.18534437,0.18534437,0.18534437,0.18534437,0.10372619,0.10372619,0.10372619,0.10372619,0.10372619,0.10372619,0.10372619,0.10372619,0.10372619,0.10372619,0.10372619,0.10372619,0.10372619,0.10372619,0.10372619,0.17867503,0.17867503,0.17867503,0.17867503,0.17867503,0.17867503,0.17867503,0.17867503,0.17867503,0.17867503,0.17867503,0.17867503,0.17867503,0.17867503,0.17867503,0.22607908,0.22607908,0.22607908,0.22607908,0.22607908,0.22607908,0.22607908,0.22607908,0.22607908,0.22607908,0.22607908,0.22607908,0.22607908,0.22607908,0.22607908,0.1036315,0.1036315,0.1036315,0.1036315,0.1036315,0.1036315,0.1036315,0.1036315,0.1036315,0.1036315,0.1036315,0.1036315,0.1036315,0.1036315,0.1036315,0.15032868,0.15032868,0.15032868,0.15032868,0.15032868,0.15032868,0.15032868,0.15032868,0.15032868,0.15032868,0.15032868,0.15032868,0.15032868,0.15032868,0.15032868,0.1295779,0.1295779,0.1295779,0.1295779,0.1295779,0.1295779,0.1295779,0.1295779,0.1295779,0.1295779,0.1295779,0.1295779,0.1295779,0.1295779,0.1295779,0.15012768,0.15012768,0.15012768,0.15012768,0.15012768,0.15012768,0.15012768,0.15012768,0.15012768,0.15012768,0.15012768,0.15012768,0.15012768,0.15012768,0.15012768,0.11167298,0.11167298,0.11167298,0.11167298,0.11167298,0.11167298,0.11167298,0.11167298,0.11167298,0.11167298,0.11167298,0.11167298,0.11167298,0.11167298,0.11167298,0.29372516,0.29372516,0.29372516,0.29372516,0.29372516,0.29372516,0.29372516,0.29372516,0.29372516,0.29372516,0.29372516,0.29372516,0.29372516,0.29372516,0.29372516,0.2319077,0.2319077,0.2319077,0.2319077,0.2319077,0.2319077,0.2319077,0.2319077,0.2319077,0.2319077,0.2319077,0.2319077,0.2319077,0.2319077,0.2319077,0.16458619,0.16458619,0.16458619,0.16458619,0.16458619,0.16458619,0.16458619,0.16458619,0.16458619,0.16458619,0.16458619,0.16458619,0.16458619,0.16458619,0.16458619,0.14785527,0.14785527,0.14785527,0.14785527,0.14785527,0.14785527,0.14785527,0.14785527,0.14785527,0.14785527,0.14785527,0.14785527,0.14785527,0.14785527,0.14785527,0.370334,0.370334,0.370334,0.370334,0.370334,0.370334,0.370334,0.370334,0.370334,0.370334,0.370334,0.370334,0.370334,0.370334,0.370334,0.20022167,0.20022167,0.20022167,0.20022167,0.20022167,0.20022167,0.20022167,0.20022167,0.20022167,0.20022167,0.20022167,0.20022167,0.20022167,0.20022167,0.20022167,0.16546936,0.16546936,0.16546936,0.16546936,0.16546936,0.16546936,0.16546936,0.16546936,0.16546936,0.16546936,0.16546936,0.16546936,0.16546936,0.16546936,0.16546936,0.15217936,0.15217936,0.15217936,0.15217936,0.15217936,0.15217936,0.15217936,0.15217936,0.15217936,0.15217936,0.15217936,0.15217936,0.15217936,0.15217936,0.15217936,0.26415023,0.26415023,0.26415023,0.26415023,0.26415023,0.26415023,0.26415023,0.26415023,0.26415023,0.26415023,0.26415023,0.26415023,0.26415023,0.26415023,0.26415023,0.25242862,0.25242862,0.25242862,0.25242862,0.25242862,0.25242862,0.25242862,0.25242862,0.25242862,0.25242862,0.25242862,0.25242862,0.25242862,0.25242862,0.25242862,0.16713279,0.16713279,0.16713279,0.16713279,0.16713279,0.16713279,0.16713279,0.16713279,0.16713279,0.16713279,0.16713279,0.16713279,0.16713279,0.16713279,0.16713279,0.18527266,0.18527266,0.18527266,0.18527266,0.18527266,0.18527266,0.18527266,0.18527266,0.18527266,0.18527266,0.18527266,0.18527266,0.18527266,0.18527266,0.18527266,0.16237846,0.16237846,0.16237846,0.16237846,0.16237846,0.16237846,0.16237846,0.16237846,0.16237846,0.16237846,0.16237846,0.16237846,0.16237846,0.16237846,0.16237846,0.20416814,0.20416814,0.20416814,0.20416814,0.20416814,0.20416814,0.20416814,0.20416814,0.20416814,0.20416814,0.20416814,0.20416814,0.20416814,0.20416814,0.20416814,0.29156569,0.29156569,0.29156569,0.29156569,0.29156569,0.29156569,0.29156569,0.29156569,0.29156569,0.29156569,0.29156569,0.29156569,0.29156569,0.29156569,0.29156569,0.15274636,0.15274636,0.15274636,0.15274636,0.15274636,0.15274636,0.15274636,0.15274636,0.15274636,0.15274636,0.15274636,0.15274636,0.15274636,0.15274636,0.15274636,0.23141992,0.23141992,0.23141992,0.23141992,0.23141992,0.23141992,0.23141992,0.23141992,0.23141992,0.23141992,0.23141992,0.23141992,0.23141992,0.23141992,0.23141992,0.21938923,0.21938923,0.21938923,0.21938923,0.21938923,0.21938923,0.21938923,0.21938923,0.21938923,0.21938923,0.21938923,0.21938923,0.21938923,0.21938923,0.21938923,0.10189149,0.10189149,0.10189149,0.10189149,0.10189149,0.10189149,0.10189149,0.10189149,0.10189149,0.10189149,0.10189149,0.10189149,0.10189149,0.10189149,0.10189149,0.11807211,0.11807211,0.11807211,0.11807211,0.11807211,0.11807211,0.11807211,0.11807211,0.11807211,0.11807211,0.11807211,0.11807211,0.11807211,0.11807211,0.11807211,0.16106991,0.16106991,0.16106991,0.16106991,0.16106991,0.16106991,0.16106991,0.16106991,0.16106991,0.16106991,0.16106991,0.16106991,0.16106991,0.16106991,0.16106991,0.16686383,0.16686383,0.16686383,0.16686383,0.16686383,0.16686383,0.16686383,0.16686383,0.16686383,0.16686383,0.16686383,0.16686383,0.16686383,0.16686383,0.16686383,0.23307621,0.23307621,0.23307621,0.23307621,0.23307621,0.23307621,0.23307621,0.23307621,0.23307621,0.23307621,0.23307621,0.23307621,0.23307621,0.23307621,0.23307621,0.18540308,0.18540308,0.18540308,0.18540308,0.18540308,0.18540308,0.18540308,0.18540308,0.18540308,0.18540308,0.18540308,0.18540308,0.18540308,0.18540308,0.18540308,0.33720872,0.33720872,0.33720872,0.33720872,0.33720872,0.33720872,0.33720872,0.33720872,0.33720872,0.33720872,0.33720872,0.33720872,0.33720872,0.33720872,0.33720872,0.28445083,0.28445083,0.28445083,0.28445083,0.28445083,0.28445083,0.28445083,0.28445083,0.28445083,0.28445083,0.28445083,0.28445083,0.28445083,0.28445083,0.28445083,0.1480858,0.1480858,0.1480858,0.1480858,0.1480858,0.1480858,0.1480858,0.1480858,0.1480858,0.1480858,0.1480858,0.1480858,0.1480858,0.1480858,0.1480858,0.099616215,0.099616215,0.099616215,0.099616215,0.099616215,0.099616215,0.099616215,0.099616215,0.099616215,0.099616215,0.099616215,0.099616215,0.099616215,0.099616215,0.099616215,0.27755991,0.27755991,0.27755991,0.27755991,0.27755991,0.27755991,0.27755991,0.27755991,0.27755991,0.27755991,0.27755991,0.27755991,0.27755991,0.27755991,0.27755991,0.23271737,0.23271737,0.23271737,0.23271737,0.23271737,0.23271737,0.23271737,0.23271737,0.23271737,0.23271737,0.23271737,0.23271737,0.23271737,0.23271737,0.23271737,0.14887248,0.14887248,0.14887248,0.14887248,0.14887248,0.14887248,0.14887248,0.14887248,0.14887248,0.14887248,0.14887248,0.14887248,0.14887248,0.14887248,0.14887248,0.22503562,0.22503562,0.22503562,0.22503562,0.22503562,0.22503562,0.22503562,0.22503562,0.22503562,0.22503562,0.22503562,0.22503562,0.22503562,0.22503562,0.22503562,0.20160586,0.20160586,0.20160586,0.20160586,0.20160586,0.20160586,0.20160586,0.20160586,0.20160586,0.20160586,0.20160586,0.20160586,0.20160586,0.20160586,0.20160586,0.29611331,0.29611331,0.29611331,0.29611331,0.29611331,0.29611331,0.29611331,0.29611331,0.29611331,0.29611331,0.29611331,0.29611331,0.29611331,0.29611331,0.29611331,0.25809476,0.25809476,0.25809476,0.25809476,0.25809476,0.25809476,0.25809476,0.25809476,0.25809476,0.25809476,0.25809476,0.25809476,0.25809476,0.25809476,0.25809476,0.20752761,0.20752761,0.20752761,0.20752761,0.20752761,0.20752761,0.20752761,0.20752761,0.20752761,0.20752761,0.20752761,0.20752761,0.20752761,0.20752761,0.20752761,0.13979612,0.13979612,0.13979612,0.13979612,0.13979612,0.13979612,0.13979612,0.13979612,0.13979612,0.13979612,0.13979612,0.13979612,0.13979612,0.13979612,0.13979612,0.1495773,0.1495773,0.1495773,0.1495773,0.1495773,0.1495773,0.1495773,0.1495773,0.1495773,0.1495773,0.1495773,0.1495773,0.1495773,0.1495773,0.1495773,0.22273691,0.22273691,0.22273691,0.22273691,0.22273691,0.22273691,0.22273691,0.22273691,0.22273691,0.22273691,0.22273691,0.22273691,0.22273691,0.22273691,0.22273691,0.16996004,0.16996004,0.16996004,0.16996004,0.16996004,0.16996004,0.16996004,0.16996004,0.16996004,0.16996004,0.16996004,0.16996004,0.16996004,0.16996004,0.16996004,0.1379361,0.1379361,0.1379361,0.1379361,0.1379361,0.1379361,0.1379361,0.1379361,0.1379361,0.1379361,0.1379361,0.1379361,0.1379361,0.1379361,0.1379361,0.23563212,0.23563212,0.23563212,0.23563212,0.23563212,0.23563212,0.23563212,0.23563212,0.23563212,0.23563212,0.23563212,0.23563212,0.23563212,0.23563212,0.23563212,0.12261267,0.12261267,0.12261267,0.12261267,0.12261267,0.12261267,0.12261267,0.12261267,0.12261267,0.12261267,0.12261267,0.12261267,0.12261267,0.12261267,0.12261267,0.22546965,0.22546965,0.22546965,0.22546965,0.22546965,0.22546965,0.22546965,0.22546965,0.22546965,0.22546965,0.22546965,0.22546965,0.22546965,0.22546965,0.22546965,0.22360991,0.22360991,0.22360991,0.22360991,0.22360991,0.22360991,0.22360991,0.22360991,0.22360991,0.22360991,0.22360991,0.22360991,0.22360991,0.22360991,0.22360991,0.18716267,0.18716267,0.18716267,0.18716267,0.18716267,0.18716267,0.18716267,0.18716267,0.18716267,0.18716267,0.18716267,0.18716267,0.18716267,0.18716267,0.18716267,0.16713057,0.16713057,0.16713057,0.16713057,0.16713057,0.16713057,0.16713057,0.16713057,0.16713057,0.16713057,0.16713057,0.16713057,0.16713057,0.16713057,0.16713057,0.18580936,0.18580936,0.18580936,0.18580936,0.18580936,0.18580936,0.18580936,0.18580936,0.18580936,0.18580936,0.18580936,0.18580936,0.18580936,0.18580936,0.18580936,0.1198763,0.1198763,0.1198763,0.1198763,0.1198763,0.1198763,0.1198763,0.1198763,0.1198763,0.1198763,0.1198763,0.1198763,0.1198763,0.1198763,0.1198763,0.18632266,0.18632266,0.18632266,0.18632266,0.18632266,0.18632266,0.18632266,0.18632266,0.18632266,0.18632266,0.18632266,0.18632266,0.18632266,0.18632266,0.18632266,0.15386188,0.15386188,0.15386188,0.15386188,0.15386188,0.15386188,0.15386188,0.15386188,0.15386188,0.15386188,0.15386188,0.15386188,0.15386188,0.15386188,0.15386188,0.27790424,0.27790424,0.27790424,0.27790424,0.27790424,0.27790424,0.27790424,0.27790424,0.27790424,0.27790424,0.27790424,0.27790424,0.27790424,0.27790424,0.27790424,0.21949582,0.21949582,0.21949582,0.21949582,0.21949582,0.21949582,0.21949582,0.21949582,0.21949582,0.21949582,0.21949582,0.21949582,0.21949582,0.21949582,0.21949582,0.23265202,0.23265202,0.23265202,0.23265202,0.23265202,0.23265202,0.23265202,0.23265202,0.23265202,0.23265202,0.23265202,0.23265202,0.23265202,0.23265202,0.23265202,0.24457012,0.24457012,0.24457012,0.24457012,0.24457012,0.24457012,0.24457012,0.24457012,0.24457012,0.24457012,0.24457012,0.24457012,0.24457012,0.24457012,0.24457012,0.233145,0.233145,0.233145,0.233145,0.233145,0.233145,0.233145,0.233145,0.233145,0.233145,0.233145,0.233145,0.233145,0.233145,0.233145,0.25332344,0.25332344,0.25332344,0.25332344,0.25332344,0.25332344,0.25332344,0.25332344,0.25332344,0.25332344,0.25332344,0.25332344,0.25332344,0.25332344,0.25332344,0.14909561,0.14909561,0.14909561,0.14909561,0.14909561,0.14909561,0.14909561,0.14909561,0.14909561,0.14909561,0.14909561,0.14909561,0.14909561,0.14909561,0.14909561,0.18176328,0.18176328,0.18176328,0.18176328,0.18176328,0.18176328,0.18176328,0.18176328,0.18176328,0.18176328,0.18176328,0.18176328,0.18176328,0.18176328,0.18176328,0.16667287,0.16667287,0.16667287,0.16667287,0.16667287,0.16667287,0.16667287,0.16667287,0.16667287,0.16667287,0.16667287,0.16667287,0.16667287,0.16667287,0.16667287,0.18007645,0.18007645,0.18007645,0.18007645,0.18007645,0.18007645,0.18007645,0.18007645,0.18007645,0.18007645,0.18007645,0.18007645,0.18007645,0.18007645,0.18007645,0.18899883,0.18899883,0.18899883,0.18899883,0.18899883,0.18899883,0.18899883,0.18899883,0.18899883,0.18899883,0.18899883,0.18899883,0.18899883,0.18899883,0.18899883,0.18581244,0.18581244,0.18581244,0.18581244,0.18581244,0.18581244,0.18581244,0.18581244,0.18581244,0.18581244,0.18581244,0.18581244,0.18581244,0.18581244,0.18581244,0.14801066,0.14801066,0.14801066,0.14801066,0.14801066,0.14801066,0.14801066,0.14801066,0.14801066,0.14801066,0.14801066,0.14801066,0.14801066,0.14801066,0.14801066,0.27835903,0.27835903,0.27835903,0.27835903,0.27835903,0.27835903,0.27835903,0.27835903,0.27835903,0.27835903,0.27835903,0.27835903,0.27835903,0.27835903,0.27835903,0.22743492,0.22743492,0.22743492,0.22743492,0.22743492,0.22743492,0.22743492,0.22743492,0.22743492,0.22743492,0.22743492,0.22743492,0.22743492,0.22743492,0.22743492,0.18272832,0.18272832,0.18272832,0.18272832,0.18272832,0.18272832,0.18272832,0.18272832,0.18272832,0.18272832,0.18272832,0.18272832,0.18272832,0.18272832,0.18272832,0.23115754,0.23115754,0.23115754,0.23115754,0.23115754,0.23115754,0.23115754,0.23115754,0.23115754,0.23115754,0.23115754,0.23115754,0.23115754,0.23115754,0.23115754,0.18666893,0.18666893,0.18666893,0.18666893,0.18666893,0.18666893,0.18666893,0.18666893,0.18666893,0.18666893,0.18666893,0.18666893,0.18666893,0.18666893,0.18666893,0.19535318,0.19535318,0.19535318,0.19535318,0.19535318,0.19535318,0.19535318,0.19535318,0.19535318,0.19535318,0.19535318,0.19535318,0.19535318,0.19535318,0.19535318,0.2294398,0.2294398,0.2294398,0.2294398,0.2294398,0.2294398,0.2294398,0.2294398,0.2294398,0.2294398,0.2294398,0.2294398,0.2294398,0.2294398,0.2294398,0.21782316,0.21782316,0.21782316,0.21782316,0.21782316,0.21782316,0.21782316,0.21782316,0.21782316,0.21782316,0.21782316,0.21782316,0.21782316,0.21782316,0.21782316,0.19037388,0.19037388,0.19037388,0.19037388,0.19037388,0.19037388,0.19037388,0.19037388,0.19037388,0.19037388,0.19037388,0.19037388,0.19037388,0.19037388,0.19037388,0.2769776,0.2769776,0.2769776,0.2769776,0.2769776,0.2769776,0.2769776,0.2769776,0.2769776,0.2769776,0.2769776,0.2769776,0.2769776,0.2769776,0.2769776,0.32513323,0.32513323,0.32513323,0.32513323,0.32513323,0.32513323,0.32513323,0.32513323,0.32513323,0.32513323,0.32513323,0.32513323,0.32513323,0.32513323,0.32513323,0.18579833,0.18579833,0.18579833,0.18579833,0.18579833,0.18579833,0.18579833,0.18579833,0.18579833,0.18579833,0.18579833,0.18579833,0.18579833,0.18579833,0.18579833,0.18809296,0.18809296,0.18809296,0.18809296,0.18809296,0.18809296,0.18809296,0.18809296,0.18809296,0.18809296,0.18809296,0.18809296,0.18809296,0.18809296,0.18809296,0.15792985,0.15792985,0.15792985,0.15792985,0.15792985,0.15792985,0.15792985,0.15792985,0.15792985,0.15792985,0.15792985,0.15792985,0.15792985,0.15792985,0.15792985,0.23064815,0.23064815,0.23064815,0.23064815,0.23064815,0.23064815,0.23064815,0.23064815,0.23064815,0.23064815,0.23064815,0.23064815,0.23064815,0.23064815,0.23064815,0.18589975,0.18589975,0.18589975,0.18589975,0.18589975,0.18589975,0.18589975,0.18589975,0.18589975,0.18589975,0.18589975,0.18589975,0.18589975,0.18589975,0.18589975,0.22954029,0.22954029,0.22954029,0.22954029,0.22954029,0.22954029,0.22954029,0.22954029,0.22954029,0.22954029,0.22954029,0.22954029,0.22954029,0.22954029,0.22954029,0.18653814,0.18653814,0.18653814,0.18653814,0.18653814,0.18653814,0.18653814,0.18653814,0.18653814,0.18653814,0.18653814,0.18653814,0.18653814,0.18653814,0.18653814,0.18585369,0.18585369,0.18585369,0.18585369,0.18585369,0.18585369,0.18585369,0.18585369,0.18585369,0.18585369,0.18585369,0.18585369,0.18585369,0.18585369,0.18585369,0.25835672,0.25835672,0.25835672,0.25835672,0.25835672,0.25835672,0.25835672,0.25835672,0.25835672,0.25835672,0.25835672,0.25835672,0.25835672,0.25835672,0.25835672,0.16558659,0.16558659,0.16558659,0.16558659,0.16558659,0.16558659,0.16558659,0.16558659,0.16558659,0.16558659,0.16558659,0.16558659,0.16558659,0.16558659,0.16558659,0.14089967,0.14089967,0.14089967,0.14089967,0.14089967,0.14089967,0.14089967,0.14089967,0.14089967,0.14089967,0.14089967,0.14089967,0.14089967,0.14089967,0.14089967,0.23205183,0.23205183,0.23205183,0.23205183,0.23205183,0.23205183,0.23205183,0.23205183,0.23205183,0.23205183,0.23205183,0.23205183,0.23205183,0.23205183,0.23205183,0.27351928,0.27351928,0.27351928,0.27351928,0.27351928,0.27351928,0.27351928,0.27351928,0.27351928,0.27351928,0.27351928,0.27351928,0.27351928,0.27351928,0.27351928,0.23192418,0.23192418,0.23192418,0.23192418,0.23192418,0.23192418,0.23192418,0.23192418,0.23192418,0.23192418,0.23192418,0.23192418,0.23192418,0.23192418,0.23192418,0.20513897,0.20513897,0.20513897,0.20513897,0.20513897,0.20513897,0.20513897,0.20513897,0.20513897,0.20513897,0.20513897,0.20513897,0.20513897,0.20513897,0.20513897,0.17621028,0.17621028,0.17621028,0.17621028,0.17621028,0.17621028,0.17621028,0.17621028,0.17621028,0.17621028,0.17621028,0.17621028,0.17621028,0.17621028,0.17621028,0.18836041,0.18836041,0.18836041,0.18836041,0.18836041,0.18836041,0.18836041,0.18836041,0.18836041,0.18836041,0.18836041,0.18836041,0.18836041,0.18836041,0.18836041,0.30603912,0.30603912,0.30603912,0.30603912,0.30603912,0.30603912,0.30603912,0.30603912,0.30603912,0.30603912,0.30603912,0.30603912,0.30603912,0.30603912,0.30603912,0.27834252,0.27834252,0.27834252,0.27834252,0.27834252,0.27834252,0.27834252,0.27834252,0.27834252,0.27834252,0.27834252,0.27834252,0.27834252,0.27834252,0.27834252,0.23037317,0.23037317,0.23037317,0.23037317,0.23037317,0.23037317,0.23037317,0.23037317,0.23037317,0.23037317,0.23037317,0.23037317,0.23037317,0.23037317,0.23037317,0.20572251,0.20572251,0.20572251,0.20572251,0.20572251,0.20572251,0.20572251,0.20572251,0.20572251,0.20572251,0.20572251,0.20572251,0.20572251,0.20572251,0.20572251,0.23663484,0.23663484,0.23663484,0.23663484,0.23663484,0.23663484,0.23663484,0.23663484,0.23663484,0.23663484,0.23663484,0.23663484,0.23663484,0.23663484,0.23663484,0.23174195,0.23174195,0.23174195,0.23174195,0.23174195,0.23174195,0.23174195,0.23174195,0.23174195,0.23174195,0.23174195,0.23174195,0.23174195,0.23174195,0.23174195,0.18610783,0.18610783,0.18610783,0.18610783,0.18610783,0.18610783,0.18610783,0.18610783,0.18610783,0.18610783,0.18610783,0.18610783,0.18610783,0.18610783,0.18610783,0.14773776,0.14773776,0.14773776,0.14773776,0.14773776,0.14773776,0.14773776,0.14773776,0.14773776,0.14773776,0.14773776,0.14773776,0.14773776,0.14773776,0.14773776,0.12893476,0.12893476,0.12893476,0.12893476,0.12893476,0.12893476,0.12893476,0.12893476,0.12893476,0.12893476,0.12893476,0.12893476,0.12893476,0.12893476,0.12893476,0.039264772,0.039264772,0.039264772,0.039264772,0.039264772,0.039264772,0.039264772,0.039264772,0.039264772,0.039264772,0.039264772,0.039264772,0.039264772,0.039264772,0.039264772,0.10496783,0.10496783,0.10496783,0.10496783,0.10496783,0.10496783,0.10496783,0.10496783,0.10496783,0.10496783,0.10496783,0.10496783,0.10496783,0.10496783,0.10496783,0.089183047,0.089183047,0.089183047,0.089183047,0.089183047,0.089183047,0.089183047,0.089183047,0.089183047,0.089183047,0.089183047,0.089183047,0.089183047,0.089183047,0.089183047,0.052274574,0.052274574,0.052274574,0.052274574,0.052274574,0.052274574,0.052274574,0.052274574,0.052274574,0.052274574,0.052274574,0.052274574,0.052274574,0.052274574,0.052274574,0.063884392,0.063884392,0.063884392,0.063884392,0.063884392,0.063884392,0.063884392,0.063884392,0.063884392,0.063884392,0.063884392,0.063884392,0.063884392,0.063884392,0.063884392,0.12627283,0.12627283,0.12627283,0.12627283,0.12627283,0.12627283,0.12627283,0.12627283,0.12627283,0.12627283,0.12627283,0.12627283,0.12627283,0.12627283,0.12627283,0.072208159,0.072208159,0.072208159,0.072208159,0.072208159,0.072208159,0.072208159,0.072208159,0.072208159,0.072208159,0.072208159,0.072208159,0.072208159,0.072208159,0.072208159,0.09298066,0.09298066,0.09298066,0.09298066,0.09298066,0.09298066,0.09298066,0.09298066,0.09298066,0.09298066,0.09298066,0.09298066,0.09298066,0.09298066,0.09298066,0.063746214,0.063746214,0.063746214,0.063746214,0.063746214,0.063746214,0.063746214,0.063746214,0.063746214,0.063746214,0.063746214,0.063746214,0.063746214,0.063746214,0.063746214,0.075036965,0.075036965,0.075036965,0.075036965,0.075036965,0.075036965,0.075036965,0.075036965,0.075036965,0.075036965,0.075036965,0.075036965,0.075036965,0.075036965,0.075036965,0.041405391,0.041405391,0.041405391,0.041405391,0.041405391,0.041405391,0.041405391,0.041405391,0.041405391,0.041405391,0.041405391,0.041405391,0.041405391,0.041405391,0.041405391,0.046727095,0.046727095,0.046727095,0.046727095,0.046727095,0.046727095,0.046727095,0.046727095,0.046727095,0.046727095,0.046727095,0.046727095,0.046727095,0.046727095,0.046727095,0.053253364,0.053253364,0.053253364,0.053253364,0.053253364,0.053253364,0.053253364,0.053253364,0.053253364,0.053253364,0.053253364,0.053253364,0.053253364,0.053253364,0.053253364,0.12753507,0.12753507,0.12753507,0.12753507,0.12753507,0.12753507,0.12753507,0.12753507,0.12753507,0.12753507,0.12753507,0.12753507,0.12753507,0.12753507,0.12753507,0.14690423,0.14690423,0.14690423,0.14690423,0.14690423,0.14690423,0.14690423,0.14690423,0.14690423,0.14690423,0.14690423,0.14690423,0.14690423,0.14690423,0.14690423,0.076929547,0.076929547,0.076929547,0.076929547,0.076929547,0.076929547,0.076929547,0.076929547,0.076929547,0.076929547,0.076929547,0.076929547,0.076929547,0.076929547,0.076929547,0.11035625,0.11035625,0.11035625,0.11035625,0.11035625,0.11035625,0.11035625,0.11035625,0.11035625,0.11035625,0.11035625,0.11035625,0.11035625,0.11035625,0.11035625,0.089300677,0.089300677,0.089300677,0.089300677,0.089300677,0.089300677,0.089300677,0.089300677,0.089300677,0.089300677,0.089300677,0.089300677,0.089300677,0.089300677,0.089300677,0.09972059,0.09972059,0.09972059,0.09972059,0.09972059,0.09972059,0.09972059,0.09972059,0.09972059,0.09972059,0.09972059,0.09972059,0.09972059,0.09972059,0.09972059,0.03919106,0.03919106,0.03919106,0.03919106,0.03919106,0.03919106,0.03919106,0.03919106,0.03919106,0.03919106,0.03919106,0.03919106,0.03919106,0.03919106,0.03919106,0.049063276,0.049063276,0.049063276,0.049063276,0.049063276,0.049063276,0.049063276,0.049063276,0.049063276,0.049063276,0.049063276,0.049063276,0.049063276,0.049063276,0.049063276,0.033299372,0.033299372,0.033299372,0.033299372,0.033299372,0.033299372,0.033299372,0.033299372,0.033299372,0.033299372,0.033299372,0.033299372,0.033299372,0.033299372,0.033299372,0.10605902,0.10605902,0.10605902,0.10605902,0.10605902,0.10605902,0.10605902,0.10605902,0.10605902,0.10605902,0.10605902,0.10605902,0.10605902,0.10605902,0.10605902,0.1150558,0.1150558,0.1150558,0.1150558,0.1150558,0.1150558,0.1150558,0.1150558,0.1150558,0.1150558,0.1150558,0.1150558,0.1150558,0.1150558,0.1150558,0.18583322,0.18583322,0.18583322,0.18583322,0.18583322,0.18583322,0.18583322,0.18583322,0.18583322,0.18583322,0.18583322,0.18583322,0.18583322,0.18583322,0.18583322,0.065387808,0.065387808,0.065387808,0.065387808,0.065387808,0.065387808,0.065387808,0.065387808,0.065387808,0.065387808,0.065387808,0.065387808,0.065387808,0.065387808,0.065387808,0.1215349,0.1215349,0.1215349,0.1215349,0.1215349,0.1215349,0.1215349,0.1215349,0.1215349,0.1215349,0.1215349,0.1215349,0.1215349,0.1215349,0.1215349,0.051086422,0.051086422,0.051086422,0.051086422,0.051086422,0.051086422,0.051086422,0.051086422,0.051086422,0.051086422,0.051086422,0.051086422,0.051086422,0.051086422,0.051086422,0.093227543,0.093227543,0.093227543,0.093227543,0.093227543,0.093227543,0.093227543,0.093227543,0.093227543,0.093227543,0.093227543,0.093227543,0.093227543,0.093227543,0.093227543,0.07904169,0.07904169,0.07904169,0.07904169,0.07904169,0.07904169,0.07904169,0.07904169,0.07904169,0.07904169,0.07904169,0.07904169,0.07904169,0.07904169,0.07904169,0.11871637,0.11871637,0.11871637,0.11871637,0.11871637,0.11871637,0.11871637,0.11871637,0.11871637,0.11871637,0.11871637,0.11871637,0.11871637,0.11871637,0.11871637,0.078446433,0.078446433,0.078446433,0.078446433,0.078446433,0.078446433,0.078446433,0.078446433,0.078446433,0.078446433,0.078446433,0.078446433,0.078446433,0.078446433,0.078446433,0.060687531,0.060687531,0.060687531,0.060687531,0.060687531,0.060687531,0.060687531,0.060687531,0.060687531,0.060687531,0.060687531,0.060687531,0.060687531,0.060687531,0.060687531,0.065546863,0.065546863,0.065546863,0.065546863,0.065546863,0.065546863,0.065546863,0.065546863,0.065546863,0.065546863,0.065546863,0.065546863,0.065546863,0.065546863,0.065546863,0.073464856,0.073464856,0.073464856,0.073464856,0.073464856,0.073464856,0.073464856,0.073464856,0.073464856,0.073464856,0.073464856,0.073464856,0.073464856,0.073464856,0.073464856,0.090272069,0.090272069,0.090272069,0.090272069,0.090272069,0.090272069,0.090272069,0.090272069,0.090272069,0.090272069,0.090272069,0.090272069,0.090272069,0.090272069,0.090272069,0.1018763,0.1018763,0.1018763,0.1018763,0.1018763,0.1018763,0.1018763,0.1018763,0.1018763,0.1018763,0.1018763,0.1018763,0.1018763,0.1018763,0.1018763,0.053807307,0.053807307,0.053807307,0.053807307,0.053807307,0.053807307,0.053807307,0.053807307,0.053807307,0.053807307,0.053807307,0.053807307,0.053807307,0.053807307,0.053807307,0.053321458,0.053321458,0.053321458,0.053321458,0.053321458,0.053321458,0.053321458,0.053321458,0.053321458,0.053321458,0.053321458,0.053321458,0.053321458,0.053321458,0.053321458,0.02546983,0.02546983,0.02546983,0.02546983,0.02546983,0.02546983,0.02546983,0.02546983,0.02546983,0.02546983,0.02546983,0.02546983,0.02546983,0.02546983,0.02546983,0.059589881,0.059589881,0.059589881,0.059589881,0.059589881,0.059589881,0.059589881,0.059589881,0.059589881,0.059589881,0.059589881,0.059589881,0.059589881,0.059589881,0.059589881,0.06681262,0.06681262,0.06681262,0.06681262,0.06681262,0.06681262,0.06681262,0.06681262,0.06681262,0.06681262,0.06681262,0.06681262,0.06681262,0.06681262,0.06681262,0.14290264,0.14290264,0.14290264,0.14290264,0.14290264,0.14290264,0.14290264,0.14290264,0.14290264,0.14290264,0.14290264,0.14290264,0.14290264,0.14290264,0.14290264,0.12887016,0.12887016,0.12887016,0.12887016,0.12887016,0.12887016,0.12887016,0.12887016,0.12887016,0.12887016,0.12887016,0.12887016,0.12887016,0.12887016,0.12887016,0.074083768,0.074083768,0.074083768,0.074083768,0.074083768,0.074083768,0.074083768,0.074083768,0.074083768,0.074083768,0.074083768,0.074083768,0.074083768,0.074083768,0.074083768,0.089211531,0.089211531,0.089211531,0.089211531,0.089211531,0.089211531,0.089211531,0.089211531,0.089211531,0.089211531,0.089211531,0.089211531,0.089211531,0.089211531,0.089211531,0.048602045,0.048602045,0.048602045,0.048602045,0.048602045,0.048602045,0.048602045,0.048602045,0.048602045,0.048602045,0.048602045,0.048602045,0.048602045,0.048602045,0.048602045,0.16143374,0.16143374,0.16143374,0.16143374,0.16143374,0.16143374,0.16143374,0.16143374,0.16143374,0.16143374,0.16143374,0.16143374,0.16143374,0.16143374,0.16143374,0.12064874,0.12064874,0.12064874,0.12064874,0.12064874,0.12064874,0.12064874,0.12064874,0.12064874,0.12064874,0.12064874,0.12064874,0.12064874,0.12064874,0.12064874,0.079347983,0.079347983,0.079347983,0.079347983,0.079347983,0.079347983,0.079347983,0.079347983,0.079347983,0.079347983,0.079347983,0.079347983,0.079347983,0.079347983,0.079347983,0.10673288,0.10673288,0.10673288,0.10673288,0.10673288,0.10673288,0.10673288,0.10673288,0.10673288,0.10673288,0.10673288,0.10673288,0.10673288,0.10673288,0.10673288,0.11309689,0.11309689,0.11309689,0.11309689,0.11309689,0.11309689,0.11309689,0.11309689,0.11309689,0.11309689,0.11309689,0.11309689,0.11309689,0.11309689,0.11309689,0.074145041,0.074145041,0.074145041,0.074145041,0.074145041,0.074145041,0.074145041,0.074145041,0.074145041,0.074145041,0.074145041,0.074145041,0.074145041,0.074145041,0.074145041,0.062748797,0.062748797,0.062748797,0.062748797,0.062748797,0.062748797,0.062748797,0.062748797,0.062748797,0.062748797,0.062748797,0.062748797,0.062748797,0.062748797,0.062748797,0.14037631,0.14037631,0.14037631,0.14037631,0.14037631,0.14037631,0.14037631,0.14037631,0.14037631,0.14037631,0.14037631,0.14037631,0.14037631,0.14037631,0.14037631,0.089405574,0.089405574,0.089405574,0.089405574,0.089405574,0.089405574,0.089405574,0.089405574,0.089405574,0.089405574,0.089405574,0.089405574,0.089405574,0.089405574,0.089405574,0.098531216,0.098531216,0.098531216,0.098531216,0.098531216,0.098531216,0.098531216,0.098531216,0.098531216,0.098531216,0.098531216,0.098531216,0.098531216,0.098531216,0.098531216,0.044577919,0.044577919,0.044577919,0.044577919,0.044577919,0.044577919,0.044577919,0.044577919,0.044577919,0.044577919,0.044577919,0.044577919,0.044577919,0.044577919,0.044577919,0.06784682,0.06784682,0.06784682,0.06784682,0.06784682,0.06784682,0.06784682,0.06784682,0.06784682,0.06784682,0.06784682,0.06784682,0.06784682,0.06784682,0.06784682,0.041504648,0.041504648,0.041504648,0.041504648,0.041504648,0.041504648,0.041504648,0.041504648,0.041504648,0.041504648,0.041504648,0.041504648,0.041504648,0.041504648,0.041504648,0.091043554,0.091043554,0.091043554,0.091043554,0.091043554,0.091043554,0.091043554,0.091043554,0.091043554,0.091043554,0.091043554,0.091043554,0.091043554,0.091043554,0.091043554,0.10005088,0.10005088,0.10005088,0.10005088,0.10005088,0.10005088,0.10005088,0.10005088,0.10005088,0.10005088,0.10005088,0.10005088,0.10005088,0.10005088,0.10005088,0.067735389,0.067735389,0.067735389,0.067735389,0.067735389,0.067735389,0.067735389,0.067735389,0.067735389,0.067735389,0.067735389,0.067735389,0.067735389,0.067735389,0.067735389,0.11239459,0.11239459,0.11239459,0.11239459,0.11239459,0.11239459,0.11239459,0.11239459,0.11239459,0.11239459,0.11239459,0.11239459,0.11239459,0.11239459,0.11239459,0.10763865,0.10763865,0.10763865,0.10763865,0.10763865,0.10763865,0.10763865,0.10763865,0.10763865,0.10763865,0.10763865,0.10763865,0.10763865,0.10763865,0.10763865,0.054093767,0.054093767,0.054093767,0.054093767,0.054093767,0.054093767,0.054093767,0.054093767,0.054093767,0.054093767,0.054093767,0.054093767,0.054093767,0.054093767,0.054093767,0.10382124,0.10382124,0.10382124,0.10382124,0.10382124,0.10382124,0.10382124,0.10382124,0.10382124,0.10382124,0.10382124,0.10382124,0.10382124,0.10382124,0.10382124,0.087519303,0.087519303,0.087519303,0.087519303,0.087519303,0.087519303,0.087519303,0.087519303,0.087519303,0.087519303,0.087519303,0.087519303,0.087519303,0.087519303,0.087519303,0.12505895,0.12505895,0.12505895,0.12505895,0.12505895,0.12505895,0.12505895,0.12505895,0.12505895,0.12505895,0.12505895,0.12505895,0.12505895,0.12505895,0.12505895,0.086177357,0.086177357,0.086177357,0.086177357,0.086177357,0.086177357,0.086177357,0.086177357,0.086177357,0.086177357,0.086177357,0.086177357,0.086177357,0.086177357,0.086177357,0.081098266,0.081098266,0.081098266,0.081098266,0.081098266,0.081098266,0.081098266,0.081098266,0.081098266,0.081098266,0.081098266,0.081098266,0.081098266,0.081098266,0.081098266,0.14300148,0.14300148,0.14300148,0.14300148,0.14300148,0.14300148,0.14300148,0.14300148,0.14300148,0.14300148,0.14300148,0.14300148,0.14300148,0.14300148,0.14300148,0.055384479,0.055384479,0.055384479,0.055384479,0.055384479,0.055384479,0.055384479,0.055384479,0.055384479,0.055384479,0.055384479,0.055384479,0.055384479,0.055384479,0.055384479,0.064425103,0.064425103,0.064425103,0.064425103,0.064425103,0.064425103,0.064425103,0.064425103,0.064425103,0.064425103,0.064425103,0.064425103,0.064425103,0.064425103,0.064425103,0.11054171,0.11054171,0.11054171,0.11054171,0.11054171,0.11054171,0.11054171,0.11054171,0.11054171,0.11054171,0.11054171,0.11054171,0.11054171,0.11054171,0.11054171,0.065390639,0.065390639,0.065390639,0.065390639,0.065390639,0.065390639,0.065390639,0.065390639,0.065390639,0.065390639,0.065390639,0.065390639,0.065390639,0.065390639,0.065390639,0.11326047,0.11326047,0.11326047,0.11326047,0.11326047,0.11326047,0.11326047,0.11326047,0.11326047,0.11326047,0.11326047,0.11326047,0.11326047,0.11326047,0.11326047,0.079886653,0.079886653,0.079886653,0.079886653,0.079886653,0.079886653,0.079886653,0.079886653,0.079886653,0.079886653,0.079886653,0.079886653,0.079886653,0.079886653,0.079886653,0.08883895,0.08883895,0.08883895,0.08883895,0.08883895,0.08883895,0.08883895,0.08883895,0.08883895,0.08883895,0.08883895,0.08883895,0.08883895,0.08883895,0.08883895,0.078027315,0.078027315,0.078027315,0.078027315,0.078027315,0.078027315,0.078027315,0.078027315,0.078027315,0.078027315,0.078027315,0.078027315,0.078027315,0.078027315,0.078027315,0.059468217,0.059468217,0.059468217,0.059468217,0.059468217,0.059468217,0.059468217,0.059468217,0.059468217,0.059468217,0.059468217,0.059468217,0.059468217,0.059468217,0.059468217,0.062192939,0.062192939,0.062192939,0.062192939,0.062192939,0.062192939,0.062192939,0.062192939,0.062192939,0.062192939,0.062192939,0.062192939,0.062192939,0.062192939,0.062192939,0.079104342,0.079104342,0.079104342,0.079104342,0.079104342,0.079104342,0.079104342,0.079104342,0.079104342,0.079104342,0.079104342,0.079104342,0.079104342,0.079104342,0.079104342,0.052728239,0.052728239,0.052728239,0.052728239,0.052728239,0.052728239,0.052728239,0.052728239,0.052728239,0.052728239,0.052728239,0.052728239,0.052728239,0.052728239,0.052728239,0.064447291,0.064447291,0.064447291,0.064447291,0.064447291,0.064447291,0.064447291,0.064447291,0.064447291,0.064447291,0.064447291,0.064447291,0.064447291,0.064447291,0.064447291,0.07501784,0.07501784,0.07501784,0.07501784,0.07501784,0.07501784,0.07501784,0.07501784,0.07501784,0.07501784,0.07501784,0.07501784,0.07501784,0.07501784,0.07501784,0.08530733,0.08530733,0.08530733,0.08530733,0.08530733,0.08530733,0.08530733,0.08530733,0.08530733,0.08530733,0.08530733,0.08530733,0.08530733,0.08530733,0.08530733,0.051117748,0.051117748,0.051117748,0.051117748,0.051117748,0.051117748,0.051117748,0.051117748,0.051117748,0.051117748,0.051117748,0.051117748,0.051117748,0.051117748,0.051117748,0.09871155,0.09871155,0.09871155,0.09871155,0.09871155,0.09871155,0.09871155,0.09871155,0.09871155,0.09871155,0.09871155,0.09871155,0.09871155,0.09871155,0.09871155,0.12097346,0.12097346,0.12097346,0.12097346,0.12097346,0.12097346,0.12097346,0.12097346,0.12097346,0.12097346,0.12097346,0.12097346,0.12097346,0.12097346,0.12097346,0.10813545,0.10813545,0.10813545,0.10813545,0.10813545,0.10813545,0.10813545,0.10813545,0.10813545,0.10813545,0.10813545,0.10813545,0.10813545,0.10813545,0.10813545,0.05054912,0.05054912,0.05054912,0.05054912,0.05054912,0.05054912,0.05054912,0.05054912,0.05054912,0.05054912,0.05054912,0.05054912,0.05054912,0.05054912,0.05054912,0.15210329,0.15210329,0.15210329,0.15210329,0.15210329,0.15210329,0.15210329,0.15210329,0.15210329,0.15210329,0.15210329,0.15210329,0.15210329,0.15210329,0.15210329,0.048491225,0.048491225,0.048491225,0.048491225,0.048491225,0.048491225,0.048491225,0.048491225,0.048491225,0.048491225,0.048491225,0.048491225,0.048491225,0.048491225,0.048491225,0.090936489,0.090936489,0.090936489,0.090936489,0.090936489,0.090936489,0.090936489,0.090936489,0.090936489,0.090936489,0.090936489,0.090936489,0.090936489,0.090936489,0.090936489,0.051128309,0.051128309,0.051128309,0.051128309,0.051128309,0.051128309,0.051128309,0.051128309,0.051128309,0.051128309,0.051128309,0.051128309,0.051128309,0.051128309,0.051128309,0.07178387,0.07178387,0.07178387,0.07178387,0.07178387,0.07178387,0.07178387,0.07178387,0.07178387,0.07178387,0.07178387,0.07178387,0.07178387,0.07178387,0.07178387,0.08797501,0.08797501,0.08797501,0.08797501,0.08797501,0.08797501,0.08797501,0.08797501,0.08797501,0.08797501,0.08797501,0.08797501,0.08797501,0.08797501,0.08797501,0.20378509,0.20378509,0.20378509,0.20378509,0.20378509,0.20378509,0.20378509,0.20378509,0.20378509,0.20378509,0.20378509,0.20378509,0.20378509,0.20378509,0.20378509,0.046355564,0.046355564,0.046355564,0.046355564,0.046355564,0.046355564,0.046355564,0.046355564,0.046355564,0.046355564,0.046355564,0.046355564,0.046355564,0.046355564,0.046355564,0.17052738,0.17052738,0.17052738,0.17052738,0.17052738,0.17052738,0.17052738,0.17052738,0.17052738,0.17052738,0.17052738,0.17052738,0.17052738,0.17052738,0.17052738,0.025876835,0.025876835,0.025876835,0.025876835,0.025876835,0.025876835,0.025876835,0.025876835,0.025876835,0.025876835,0.025876835,0.025876835,0.025876835,0.025876835,0.025876835,0.081984878,0.081984878,0.081984878,0.081984878,0.081984878,0.081984878,0.081984878,0.081984878,0.081984878,0.081984878,0.081984878,0.081984878,0.081984878,0.081984878,0.081984878,0.072467215,0.072467215,0.072467215,0.072467215,0.072467215,0.072467215,0.072467215,0.072467215,0.072467215,0.072467215,0.072467215,0.072467215,0.072467215,0.072467215,0.072467215,0.065696932,0.065696932,0.065696932,0.065696932,0.065696932,0.065696932,0.065696932,0.065696932,0.065696932,0.065696932,0.065696932,0.065696932,0.065696932,0.065696932,0.065696932,0.072977073,0.072977073,0.072977073,0.072977073,0.072977073,0.072977073,0.072977073,0.072977073,0.072977073,0.072977073,0.072977073,0.072977073,0.072977073,0.072977073,0.072977073,0.098325707,0.098325707,0.098325707,0.098325707,0.098325707,0.098325707,0.098325707,0.098325707,0.098325707,0.098325707,0.098325707,0.098325707,0.098325707,0.098325707,0.098325707,0.060658429,0.060658429,0.060658429,0.060658429,0.060658429,0.060658429,0.060658429,0.060658429,0.060658429,0.060658429,0.060658429,0.060658429,0.060658429,0.060658429,0.060658429,0.048349384,0.048349384,0.048349384,0.048349384,0.048349384,0.048349384,0.048349384,0.048349384,0.048349384,0.048349384,0.048349384,0.048349384,0.048349384,0.048349384,0.048349384,0.068979174,0.068979174,0.068979174,0.068979174,0.068979174,0.068979174,0.068979174,0.068979174,0.068979174,0.068979174,0.068979174,0.068979174,0.068979174,0.068979174,0.068979174,0.096994206,0.096994206,0.096994206,0.096994206,0.096994206,0.096994206,0.096994206,0.096994206,0.096994206,0.096994206,0.096994206,0.096994206,0.096994206,0.096994206,0.096994206,0.11433076,0.11433076,0.11433076,0.11433076,0.11433076,0.11433076,0.11433076,0.11433076,0.11433076,0.11433076,0.11433076,0.11433076,0.11433076,0.11433076,0.11433076,0.039276641,0.039276641,0.039276641,0.039276641,0.039276641,0.039276641,0.039276641,0.039276641,0.039276641,0.039276641,0.039276641,0.039276641,0.039276641,0.039276641,0.039276641,0.088797472,0.088797472,0.088797472,0.088797472,0.088797472,0.088797472,0.088797472,0.088797472,0.088797472,0.088797472,0.088797472,0.088797472,0.088797472,0.088797472,0.088797472,0.14027438,0.14027438,0.14027438,0.14027438,0.14027438,0.14027438,0.14027438,0.14027438,0.14027438,0.14027438,0.14027438,0.14027438,0.14027438,0.14027438,0.14027438,0.0769917,0.0769917,0.0769917,0.0769917,0.0769917,0.0769917,0.0769917,0.0769917,0.0769917,0.0769917,0.0769917,0.0769917,0.0769917,0.0769917,0.0769917,0.11866856,0.11866856,0.11866856,0.11866856,0.11866856,0.11866856,0.11866856,0.11866856,0.11866856,0.11866856,0.11866856,0.11866856,0.11866856,0.11866856,0.11866856,0.085973002,0.085973002,0.085973002,0.085973002,0.085973002,0.085973002,0.085973002,0.085973002,0.085973002,0.085973002,0.085973002,0.085973002,0.085973002,0.085973002,0.085973002,0.11339764,0.11339764,0.11339764,0.11339764,0.11339764,0.11339764,0.11339764,0.11339764,0.11339764,0.11339764,0.11339764,0.11339764,0.11339764,0.11339764,0.11339764,0.057541933,0.057541933,0.057541933,0.057541933,0.057541933,0.057541933,0.057541933,0.057541933,0.057541933,0.057541933,0.057541933,0.057541933,0.057541933,0.057541933,0.057541933,0.048906233,0.048906233,0.048906233,0.048906233,0.048906233,0.048906233,0.048906233,0.048906233,0.048906233,0.048906233,0.048906233,0.048906233,0.048906233,0.048906233,0.048906233,0.16967776,0.16967776,0.16967776,0.16967776,0.16967776,0.16967776,0.16967776,0.16967776,0.16967776,0.16967776,0.16967776,0.16967776,0.16967776,0.16967776,0.16967776,0.19730842,0.19730842,0.19730842,0.19730842,0.19730842,0.19730842,0.19730842,0.19730842,0.19730842,0.19730842,0.19730842,0.19730842,0.19730842,0.19730842,0.19730842,0.075103067,0.075103067,0.075103067,0.075103067,0.075103067,0.075103067,0.075103067,0.075103067,0.075103067,0.075103067,0.075103067,0.075103067,0.075103067,0.075103067,0.075103067,0.087712355,0.087712355,0.087712355,0.087712355,0.087712355,0.087712355,0.087712355,0.087712355,0.087712355,0.087712355,0.087712355,0.087712355,0.087712355,0.087712355,0.087712355,0.21562263,0.21562263,0.21562263,0.21562263,0.21562263,0.21562263,0.21562263,0.21562263,0.21562263,0.21562263,0.21562263,0.21562263,0.21562263,0.21562263,0.21562263,0.29975021,0.29975021,0.29975021,0.29975021,0.29975021,0.29975021,0.29975021,0.29975021,0.29975021,0.29975021,0.29975021,0.29975021,0.29975021,0.29975021,0.29975021,0.21012022,0.21012022,0.21012022,0.21012022,0.21012022,0.21012022,0.21012022,0.21012022,0.21012022,0.21012022,0.21012022,0.21012022,0.21012022,0.21012022,0.21012022,0.21761818,0.21761818,0.21761818,0.21761818,0.21761818,0.21761818,0.21761818,0.21761818,0.21761818,0.21761818,0.21761818,0.21761818,0.21761818,0.21761818,0.21761818,0.22753552,0.22753552,0.22753552,0.22753552,0.22753552,0.22753552,0.22753552,0.22753552,0.22753552,0.22753552,0.22753552,0.22753552,0.22753552,0.22753552,0.22753552,0.27549252,0.27549252,0.27549252,0.27549252,0.27549252,0.27549252,0.27549252,0.27549252,0.27549252,0.27549252,0.27549252,0.27549252,0.27549252,0.27549252,0.27549252,0.13712037,0.13712037,0.13712037,0.13712037,0.13712037,0.13712037,0.13712037,0.13712037,0.13712037,0.13712037,0.13712037,0.13712037,0.13712037,0.13712037,0.13712037,0.33278397,0.33278397,0.33278397,0.33278397,0.33278397,0.33278397,0.33278397,0.33278397,0.33278397,0.33278397,0.33278397,0.33278397,0.33278397,0.33278397,0.33278397,0.18337829,0.18337829,0.18337829,0.18337829,0.18337829,0.18337829,0.18337829,0.18337829,0.18337829,0.18337829,0.18337829,0.18337829,0.18337829,0.18337829,0.18337829,0.19551252,0.19551252,0.19551252,0.19551252,0.19551252,0.19551252,0.19551252,0.19551252,0.19551252,0.19551252,0.19551252,0.19551252,0.19551252,0.19551252,0.19551252,0.18051723,0.18051723,0.18051723,0.18051723,0.18051723,0.18051723,0.18051723,0.18051723,0.18051723,0.18051723,0.18051723,0.18051723,0.18051723,0.18051723,0.18051723,0.22677512,0.22677512,0.22677512,0.22677512,0.22677512,0.22677512,0.22677512,0.22677512,0.22677512,0.22677512,0.22677512,0.22677512,0.22677512,0.22677512,0.22677512,0.11793462,0.11793462,0.11793462,0.11793462,0.11793462,0.11793462,0.11793462,0.11793462,0.11793462,0.11793462,0.11793462,0.11793462,0.11793462,0.11793462,0.11793462,0.10896192,0.10896192,0.10896192,0.10896192,0.10896192,0.10896192,0.10896192,0.10896192,0.10896192,0.10896192,0.10896192,0.10896192,0.10896192,0.10896192,0.10896192,0.1174307,0.1174307,0.1174307,0.1174307,0.1174307,0.1174307,0.1174307,0.1174307,0.1174307,0.1174307,0.1174307,0.1174307,0.1174307,0.1174307,0.1174307,0.17155522,0.17155522,0.17155522,0.17155522,0.17155522,0.17155522,0.17155522,0.17155522,0.17155522,0.17155522,0.17155522,0.17155522,0.17155522,0.17155522,0.17155522,0.16176677,0.16176677,0.16176677,0.16176677,0.16176677,0.16176677,0.16176677,0.16176677,0.16176677,0.16176677,0.16176677,0.16176677,0.16176677,0.16176677,0.16176677,0.16654298,0.16654298,0.16654298,0.16654298,0.16654298,0.16654298,0.16654298,0.16654298,0.16654298,0.16654298,0.16654298,0.16654298,0.16654298,0.16654298,0.16654298,0.1486941,0.1486941,0.1486941,0.1486941,0.1486941,0.1486941,0.1486941,0.1486941,0.1486941,0.1486941,0.1486941,0.1486941,0.1486941,0.1486941,0.1486941,0.16022091,0.16022091,0.16022091,0.16022091,0.16022091,0.16022091,0.16022091,0.16022091,0.16022091,0.16022091,0.16022091,0.16022091,0.16022091,0.16022091,0.16022091,0.14741959,0.14741959,0.14741959,0.14741959,0.14741959,0.14741959,0.14741959,0.14741959,0.14741959,0.14741959,0.14741959,0.14741959,0.14741959,0.14741959,0.14741959,0.076568216,0.076568216,0.076568216,0.076568216,0.076568216,0.076568216,0.076568216,0.076568216,0.076568216,0.076568216,0.076568216,0.076568216,0.076568216,0.076568216,0.076568216,0.16870253,0.16870253,0.16870253,0.16870253,0.16870253,0.16870253,0.16870253,0.16870253,0.16870253,0.16870253,0.16870253,0.16870253,0.16870253,0.16870253,0.16870253,0.069604538,0.069604538,0.069604538,0.069604538,0.069604538,0.069604538,0.069604538,0.069604538,0.069604538,0.069604538,0.069604538,0.069604538,0.069604538,0.069604538,0.069604538,0.27668151,0.27668151,0.27668151,0.27668151,0.27668151,0.27668151,0.27668151,0.27668151,0.27668151,0.27668151,0.27668151,0.27668151,0.27668151,0.27668151,0.27668151,0.16179249,0.16179249,0.16179249,0.16179249,0.16179249,0.16179249,0.16179249,0.16179249,0.16179249,0.16179249,0.16179249,0.16179249,0.16179249,0.16179249,0.16179249,0.1221806,0.1221806,0.1221806,0.1221806,0.1221806,0.1221806,0.1221806,0.1221806,0.1221806,0.1221806,0.1221806,0.1221806,0.1221806,0.1221806,0.1221806,0.16787474,0.16787474,0.16787474,0.16787474,0.16787474,0.16787474,0.16787474,0.16787474,0.16787474,0.16787474,0.16787474,0.16787474,0.16787474,0.16787474,0.16787474,0.16172825,0.16172825,0.16172825,0.16172825,0.16172825,0.16172825,0.16172825,0.16172825,0.16172825,0.16172825,0.16172825,0.16172825,0.16172825,0.16172825,0.16172825,0.20588703,0.20588703,0.20588703,0.20588703,0.20588703,0.20588703,0.20588703,0.20588703,0.20588703,0.20588703,0.20588703,0.20588703,0.20588703,0.20588703,0.20588703,0.32433414,0.32433414,0.32433414,0.32433414,0.32433414,0.32433414,0.32433414,0.32433414,0.32433414,0.32433414,0.32433414,0.32433414,0.32433414,0.32433414,0.32433414,0.043878935,0.043878935,0.043878935,0.043878935,0.043878935,0.043878935,0.043878935,0.043878935,0.043878935,0.043878935,0.043878935,0.043878935,0.043878935,0.043878935,0.043878935,0.15809317,0.15809317,0.15809317,0.15809317,0.15809317,0.15809317,0.15809317,0.15809317,0.15809317,0.15809317,0.15809317,0.15809317,0.15809317,0.15809317,0.15809317,0.20207649,0.20207649,0.20207649,0.20207649,0.20207649,0.20207649,0.20207649,0.20207649,0.20207649,0.20207649,0.20207649,0.20207649,0.20207649,0.20207649,0.20207649,0.14435199,0.14435199,0.14435199,0.14435199,0.14435199,0.14435199,0.14435199,0.14435199,0.14435199,0.14435199,0.14435199,0.14435199,0.14435199,0.14435199,0.14435199,0.34136325,0.34136325,0.34136325,0.34136325,0.34136325,0.34136325,0.34136325,0.34136325,0.34136325,0.34136325,0.34136325,0.34136325,0.34136325,0.34136325,0.34136325,0.10077387,0.10077387,0.10077387,0.10077387,0.10077387,0.10077387,0.10077387,0.10077387,0.10077387,0.10077387,0.10077387,0.10077387,0.10077387,0.10077387,0.10077387,0.1448537,0.1448537,0.1448537,0.1448537,0.1448537,0.1448537,0.1448537,0.1448537,0.1448537,0.1448537,0.1448537,0.1448537,0.1448537,0.1448537,0.1448537,0.22446172,0.22446172,0.22446172,0.22446172,0.22446172,0.22446172,0.22446172,0.22446172,0.22446172,0.22446172,0.22446172,0.22446172,0.22446172,0.22446172,0.22446172,0.097774319,0.097774319,0.097774319,0.097774319,0.097774319,0.097774319,0.097774319,0.097774319,0.097774319,0.097774319,0.097774319,0.097774319,0.097774319,0.097774319,0.097774319,0.071965083,0.071965083,0.071965083,0.071965083,0.071965083,0.071965083,0.071965083,0.071965083,0.071965083,0.071965083,0.071965083,0.071965083,0.071965083,0.071965083,0.071965083,0.10577727,0.10577727,0.10577727,0.10577727,0.10577727,0.10577727,0.10577727,0.10577727,0.10577727,0.10577727,0.10577727,0.10577727,0.10577727,0.10577727,0.10577727,0.062558077,0.062558077,0.062558077,0.062558077,0.062558077,0.062558077,0.062558077,0.062558077,0.062558077,0.062558077,0.062558077,0.062558077,0.062558077,0.062558077,0.062558077,0.05550506,0.05550506,0.05550506,0.05550506,0.05550506,0.05550506,0.05550506,0.05550506,0.05550506,0.05550506,0.05550506,0.05550506,0.05550506,0.05550506,0.05550506,0.23929043,0.23929043,0.23929043,0.23929043,0.23929043,0.23929043,0.23929043,0.23929043,0.23929043,0.23929043,0.23929043,0.23929043,0.23929043,0.23929043,0.23929043,0.19105355,0.19105355,0.19105355,0.19105355,0.19105355,0.19105355,0.19105355,0.19105355,0.19105355,0.19105355,0.19105355,0.19105355,0.19105355,0.19105355,0.19105355,0.14388448,0.14388448,0.14388448,0.14388448,0.14388448,0.14388448,0.14388448,0.14388448,0.14388448,0.14388448,0.14388448,0.14388448,0.14388448,0.14388448,0.14388448,0.21902558,0.21902558,0.21902558,0.21902558,0.21902558,0.21902558,0.21902558,0.21902558,0.21902558,0.21902558,0.21902558,0.21902558,0.21902558,0.21902558,0.21902558,0.20495051,0.20495051,0.20495051,0.20495051,0.20495051,0.20495051,0.20495051,0.20495051,0.20495051,0.20495051,0.20495051,0.20495051,0.20495051,0.20495051,0.20495051,0.15612046,0.15612046,0.15612046,0.15612046,0.15612046,0.15612046,0.15612046,0.15612046,0.15612046,0.15612046,0.15612046,0.15612046,0.15612046,0.15612046,0.15612046,0.31902555,0.31902555,0.31902555,0.31902555,0.31902555,0.31902555,0.31902555,0.31902555,0.31902555,0.31902555,0.31902555,0.31902555,0.31902555,0.31902555,0.31902555,0.22713894,0.22713894,0.22713894,0.22713894,0.22713894,0.22713894,0.22713894,0.22713894,0.22713894,0.22713894,0.22713894,0.22713894,0.22713894,0.22713894,0.22713894,0.30386111,0.30386111,0.30386111,0.30386111,0.30386111,0.30386111,0.30386111,0.30386111,0.30386111,0.30386111,0.30386111,0.30386111,0.30386111,0.30386111,0.30386111,0.34392762,0.34392762,0.34392762,0.34392762,0.34392762,0.34392762,0.34392762,0.34392762,0.34392762,0.34392762,0.34392762,0.34392762,0.34392762,0.34392762,0.34392762,0.17340718,0.17340718,0.17340718,0.17340718,0.17340718,0.17340718,0.17340718,0.17340718,0.17340718,0.17340718,0.17340718,0.17340718,0.17340718,0.17340718,0.17340718,0.15359408,0.15359408,0.15359408,0.15359408,0.15359408,0.15359408,0.15359408,0.15359408,0.15359408,0.15359408,0.15359408,0.15359408,0.15359408,0.15359408,0.15359408,0.049829386,0.049829386,0.049829386,0.049829386,0.049829386,0.049829386,0.049829386,0.049829386,0.049829386,0.049829386,0.049829386,0.049829386,0.049829386,0.049829386,0.049829386,0.093147866,0.093147866,0.093147866,0.093147866,0.093147866,0.093147866,0.093147866,0.093147866,0.093147866,0.093147866,0.093147866,0.093147866,0.093147866,0.093147866,0.093147866,0.10443421,0.10443421,0.10443421,0.10443421,0.10443421,0.10443421,0.10443421,0.10443421,0.10443421,0.10443421,0.10443421,0.10443421,0.10443421,0.10443421,0.10443421,0.24607119,0.24607119,0.24607119,0.24607119,0.24607119,0.24607119,0.24607119,0.24607119,0.24607119,0.24607119,0.24607119,0.24607119,0.24607119,0.24607119,0.24607119,0.12119375,0.12119375,0.12119375,0.12119375,0.12119375,0.12119375,0.12119375,0.12119375,0.12119375,0.12119375,0.12119375,0.12119375,0.12119375,0.12119375,0.12119375,1.7278047,1.7278047,1.7278047,1.7278047,1.7278047,1.7278047,1.7278047,1.7278047,1.7278047,1.7278047,1.7278047,1.7278047,1.7278047,1.7278047,1.7278047,0.21643908,0.21643908,0.21643908,0.21643908,0.21643908,0.21643908,0.21643908,0.21643908,0.21643908,0.21643908,0.21643908,0.21643908,0.21643908,0.21643908,0.21643908,0.43949038,0.43949038,0.43949038,0.43949038,0.43949038,0.43949038,0.43949038,0.43949038,0.43949038,0.43949038,0.43949038,0.43949038,0.43949038,0.43949038,0.43949038,0.41102758,0.41102758,0.41102758,0.41102758,0.41102758,0.41102758,0.41102758,0.41102758,0.41102758,0.41102758,0.41102758,0.41102758,0.41102758,0.41102758,0.41102758,0.22468062,0.22468062,0.22468062,0.22468062,0.22468062,0.22468062,0.22468062,0.22468062,0.22468062,0.22468062,0.22468062,0.22468062,0.22468062,0.22468062,0.22468062,0.0945694,0.0945694,0.0945694,0.0945694,0.0945694,0.0945694,0.0945694,0.0945694,0.0945694,0.0945694,0.0945694,0.0945694,0.0945694,0.0945694,0.0945694,0.11806318,0.11806318,0.11806318,0.11806318,0.11806318,0.11806318,0.11806318,0.11806318,0.11806318,0.11806318,0.11806318,0.11806318,0.11806318,0.11806318,0.11806318,0.53790396,0.53790396,0.53790396,0.53790396,0.53790396,0.53790396,0.53790396,0.53790396,0.53790396,0.53790396,0.53790396,0.53790396,0.53790396,0.53790396,0.53790396,0.87990743,0.87990743,0.87990743,0.87990743,0.87990743,0.87990743,0.87990743,0.87990743,0.87990743,0.87990743,0.87990743,0.87990743,0.87990743,0.87990743,0.87990743,1.0258678,1.0258678,1.0258678,1.0258678,1.0258678,1.0258678,1.0258678,1.0258678,1.0258678,1.0258678,1.0258678,1.0258678,1.0258678,1.0258678,1.0258678,0.065732628,0.065732628,0.065732628,0.065732628,0.065732628,0.065732628,0.065732628,0.065732628,0.065732628,0.065732628,0.065732628,0.065732628,0.065732628,0.065732628,0.065732628,1.0164586,1.0164586,1.0164586,1.0164586,1.0164586,1.0164586,1.0164586,1.0164586,1.0164586,1.0164586,1.0164586,1.0164586,1.0164586,1.0164586,1.0164586,0.18905042,0.18905042,0.18905042,0.18905042,0.18905042,0.18905042,0.18905042,0.18905042,0.18905042,0.18905042,0.18905042,0.18905042,0.18905042,0.18905042,0.18905042,0.66373211,0.66373211,0.66373211,0.66373211,0.66373211,0.66373211,0.66373211,0.66373211,0.66373211,0.66373211,0.66373211,0.66373211,0.66373211,0.66373211,0.66373211,0.25660267,0.25660267,0.25660267,0.25660267,0.25660267,0.25660267,0.25660267,0.25660267,0.25660267,0.25660267,0.25660267,0.25660267,0.25660267,0.25660267,0.25660267,0.10985722,0.10985722,0.10985722,0.10985722,0.10985722,0.10985722,0.10985722,0.10985722,0.10985722,0.10985722,0.10985722,0.10985722,0.10985722,0.10985722,0.10985722,0.10745492,0.10745492,0.10745492,0.10745492,0.10745492,0.10745492,0.10745492,0.10745492,0.10745492,0.10745492,0.10745492,0.10745492,0.10745492,0.10745492,0.10745492,0.15497476,0.15497476,0.15497476,0.15497476,0.15497476,0.15497476,0.15497476,0.15497476,0.15497476,0.15497476,0.15497476,0.15497476,0.15497476,0.15497476,0.15497476,0.055213414,0.055213414,0.055213414,0.055213414,0.055213414,0.055213414,0.055213414,0.055213414,0.055213414,0.055213414,0.055213414,0.055213414,0.055213414,0.055213414,0.055213414,0.082734868,0.082734868,0.082734868,0.082734868,0.082734868,0.082734868,0.082734868,0.082734868,0.082734868,0.082734868,0.082734868,0.082734868,0.082734868,0.082734868,0.082734868,0.1159279,0.1159279,0.1159279,0.1159279,0.1159279,0.1159279,0.1159279,0.1159279,0.1159279,0.1159279,0.1159279,0.1159279,0.1159279,0.1159279,0.1159279,0.089686349,0.089686349,0.089686349,0.089686349,0.089686349,0.089686349,0.089686349,0.089686349,0.089686349,0.089686349,0.089686349,0.089686349,0.089686349,0.089686349,0.089686349,0.11856454,0.11856454,0.11856454,0.11856454,0.11856454,0.11856454,0.11856454,0.11856454,0.11856454,0.11856454,0.11856454,0.11856454,0.11856454,0.11856454,0.11856454,0.14005315,0.14005315,0.14005315,0.14005315,0.14005315,0.14005315,0.14005315,0.14005315,0.14005315,0.14005315,0.14005315,0.14005315,0.14005315,0.14005315,0.14005315,0.17105326,0.17105326,0.17105326,0.17105326,0.17105326,0.17105326,0.17105326,0.17105326,0.17105326,0.17105326,0.17105326,0.17105326,0.17105326,0.17105326,0.17105326,0.16759881,0.16759881,0.16759881,0.16759881,0.16759881,0.16759881,0.16759881,0.16759881,0.16759881,0.16759881,0.16759881,0.16759881,0.16759881,0.16759881,0.16759881,0.11320914,0.11320914,0.11320914,0.11320914,0.11320914,0.11320914,0.11320914,0.11320914,0.11320914,0.11320914,0.11320914,0.11320914,0.11320914,0.11320914,0.11320914,0.064994268,0.064994268,0.064994268,0.064994268,0.064994268,0.064994268,0.064994268,0.064994268,0.064994268,0.064994268,0.064994268,0.064994268,0.064994268,0.064994268,0.064994268,0.071751125,0.071751125,0.071751125,0.071751125,0.071751125,0.071751125,0.071751125,0.071751125,0.071751125,0.071751125,0.071751125,0.071751125,0.071751125,0.071751125,0.071751125,0.12766476,0.12766476,0.12766476,0.12766476,0.12766476,0.12766476,0.12766476,0.12766476,0.12766476,0.12766476,0.12766476,0.12766476,0.12766476,0.12766476,0.12766476,0.12502015,0.12502015,0.12502015,0.12502015,0.12502015,0.12502015,0.12502015,0.12502015,0.12502015,0.12502015,0.12502015,0.12502015,0.12502015,0.12502015,0.12502015,0.096329696,0.096329696,0.096329696,0.096329696,0.096329696,0.096329696,0.096329696,0.096329696,0.096329696,0.096329696,0.096329696,0.096329696,0.096329696,0.096329696,0.096329696,0.092519172,0.092519172,0.092519172,0.092519172,0.092519172,0.092519172,0.092519172,0.092519172,0.092519172,0.092519172,0.092519172,0.092519172,0.092519172,0.092519172,0.092519172,0.082809098,0.082809098,0.082809098,0.082809098,0.082809098,0.082809098,0.082809098,0.082809098,0.082809098,0.082809098,0.082809098,0.082809098,0.082809098,0.082809098,0.082809098,0.069551162,0.069551162,0.069551162,0.069551162,0.069551162,0.069551162,0.069551162,0.069551162,0.069551162,0.069551162,0.069551162,0.069551162,0.069551162,0.069551162,0.069551162,0.11856867,0.11856867,0.11856867,0.11856867,0.11856867,0.11856867,0.11856867,0.11856867,0.11856867,0.11856867,0.11856867,0.11856867,0.11856867,0.11856867,0.11856867,0.096973345,0.096973345,0.096973345,0.096973345,0.096973345,0.096973345,0.096973345,0.096973345,0.096973345,0.096973345,0.096973345,0.096973345,0.096973345,0.096973345,0.096973345,0.12128341,0.12128341,0.12128341,0.12128341,0.12128341,0.12128341,0.12128341,0.12128341,0.12128341,0.12128341,0.12128341,0.12128341,0.12128341,0.12128341,0.12128341,0.020964349,0.020964349,0.020964349,0.020964349,0.020964349,0.020964349,0.020964349,0.020964349,0.020964349,0.020964349,0.020964349,0.020964349,0.020964349,0.020964349,0.020964349,0.10197196,0.10197196,0.10197196,0.10197196,0.10197196,0.10197196,0.10197196,0.10197196,0.10197196,0.10197196,0.10197196,0.10197196,0.10197196,0.10197196,0.10197196,0.24004909,0.24004909,0.24004909,0.24004909,0.24004909,0.24004909,0.24004909,0.24004909,0.24004909,0.24004909,0.24004909,0.24004909,0.24004909,0.24004909,0.24004909,0.14326024,0.14326024,0.14326024,0.14326024,0.14326024,0.14326024,0.14326024,0.14326024,0.14326024,0.14326024,0.14326024,0.14326024,0.14326024,0.14326024,0.14326024,0.026742568,0.026742568,0.026742568,0.026742568,0.026742568,0.026742568,0.026742568,0.026742568,0.026742568,0.026742568,0.026742568,0.026742568,0.026742568,0.026742568,0.026742568,0.12756702,0.12756702,0.12756702,0.12756702,0.12756702,0.12756702,0.12756702,0.12756702,0.12756702,0.12756702,0.12756702,0.12756702,0.12756702,0.12756702,0.12756702,0.18112718,0.18112718,0.18112718,0.18112718,0.18112718,0.18112718,0.18112718,0.18112718,0.18112718,0.18112718,0.18112718,0.18112718,0.18112718,0.18112718,0.18112718,0.15984094,0.15984094,0.15984094,0.15984094,0.15984094,0.15984094,0.15984094,0.15984094,0.15984094,0.15984094,0.15984094,0.15984094,0.15984094,0.15984094,0.15984094,0.13655978,0.13655978,0.13655978,0.13655978,0.13655978,0.13655978,0.13655978,0.13655978,0.13655978,0.13655978,0.13655978,0.13655978,0.13655978,0.13655978,0.13655978,0.21181452,0.21181452,0.21181452,0.21181452,0.21181452,0.21181452,0.21181452,0.21181452,0.21181452,0.21181452,0.21181452,0.21181452,0.21181452,0.21181452,0.21181452,0.011797941,0.011797941,0.011797941,0.011797941,0.011797941,0.011797941,0.011797941,0.011797941,0.011797941,0.011797941,0.011797941,0.011797941,0.011797941,0.011797941,0.011797941,0.10259219,0.10259219,0.10259219,0.10259219,0.10259219,0.10259219,0.10259219,0.10259219,0.10259219,0.10259219,0.10259219,0.10259219,0.10259219,0.10259219,0.10259219,0.17071225,0.17071225,0.17071225,0.17071225,0.17071225,0.17071225,0.17071225,0.17071225,0.17071225,0.17071225,0.17071225,0.17071225,0.17071225,0.17071225,0.17071225,0.015088105,0.015088105,0.015088105,0.015088105,0.015088105,0.015088105,0.015088105,0.015088105,0.015088105,0.015088105,0.015088105,0.015088105,0.015088105,0.015088105,0.015088105,0.39126983,0.39126983,0.39126983,0.39126983,0.39126983,0.39126983,0.39126983,0.39126983,0.39126983,0.39126983,0.39126983,0.39126983,0.39126983,0.39126983,0.39126983,0.17471746,0.17471746,0.17471746,0.17471746,0.17471746,0.17471746,0.17471746,0.17471746,0.17471746,0.17471746,0.17471746,0.17471746,0.17471746,0.17471746,0.17471746,0.23700364,0.23700364,0.23700364,0.23700364,0.23700364,0.23700364,0.23700364,0.23700364,0.23700364,0.23700364,0.23700364,0.23700364,0.23700364,0.23700364,0.23700364,0.2137344,0.2137344,0.2137344,0.2137344,0.2137344,0.2137344,0.2137344,0.2137344,0.2137344,0.2137344,0.2137344,0.2137344,0.2137344,0.2137344,0.2137344,0.14811252,0.14811252,0.14811252,0.14811252,0.14811252,0.14811252,0.14811252,0.14811252,0.14811252,0.14811252,0.14811252,0.14811252,0.14811252,0.14811252,0.14811252,0.12320641,0.12320641,0.12320641,0.12320641,0.12320641,0.12320641,0.12320641,0.12320641,0.12320641,0.12320641,0.12320641,0.12320641,0.12320641,0.12320641,0.12320641,0.094066061,0.094066061,0.094066061,0.094066061,0.094066061,0.094066061,0.094066061,0.094066061,0.094066061,0.094066061,0.094066061,0.094066061,0.094066061,0.094066061,0.094066061,0.23264998,0.23264998,0.23264998,0.23264998,0.23264998,0.23264998,0.23264998,0.23264998,0.23264998,0.23264998,0.23264998,0.23264998,0.23264998,0.23264998,0.23264998,0.14325018,0.14325018,0.14325018,0.14325018,0.14325018,0.14325018,0.14325018,0.14325018,0.14325018,0.14325018,0.14325018,0.14325018,0.14325018,0.14325018,0.14325018,0.11455576,0.11455576,0.11455576,0.11455576,0.11455576,0.11455576,0.11455576,0.11455576,0.11455576,0.11455576,0.11455576,0.11455576,0.11455576,0.11455576,0.11455576,0.082802922,0.082802922,0.082802922,0.082802922,0.082802922,0.082802922,0.082802922,0.082802922,0.082802922,0.082802922,0.082802922,0.082802922,0.082802922,0.082802922,0.082802922,0.14704581,0.14704581,0.14704581,0.14704581,0.14704581,0.14704581,0.14704581,0.14704581,0.14704581,0.14704581,0.14704581,0.14704581,0.14704581,0.14704581,0.14704581,0.13115141,0.13115141,0.13115141,0.13115141,0.13115141,0.13115141,0.13115141,0.13115141,0.13115141,0.13115141,0.13115141,0.13115141,0.13115141,0.13115141,0.13115141,0.18291453,0.18291453,0.18291453,0.18291453,0.18291453,0.18291453,0.18291453,0.18291453,0.18291453,0.18291453,0.18291453,0.18291453,0.18291453,0.18291453,0.18291453,0.12693547,0.12693547,0.12693547,0.12693547,0.12693547,0.12693547,0.12693547,0.12693547,0.12693547,0.12693547,0.12693547,0.12693547,0.12693547,0.12693547,0.12693547,0.10783236,0.10783236,0.10783236,0.10783236,0.10783236,0.10783236,0.10783236,0.10783236,0.10783236,0.10783236,0.10783236,0.10783236,0.10783236,0.10783236,0.10783236,0.18525283,0.18525283,0.18525283,0.18525283,0.18525283,0.18525283,0.18525283,0.18525283,0.18525283,0.18525283,0.18525283,0.18525283,0.18525283,0.18525283,0.18525283,0.40363145,0.40363145,0.40363145,0.40363145,0.40363145,0.40363145,0.40363145,0.40363145,0.40363145,0.40363145,0.40363145,0.40363145,0.40363145,0.40363145,0.40363145,0.14616217,0.14616217,0.14616217,0.14616217,0.14616217,0.14616217,0.14616217,0.14616217,0.14616217,0.14616217,0.14616217,0.14616217,0.14616217,0.14616217,0.14616217,0.14669918,0.14669918,0.14669918,0.14669918,0.14669918,0.14669918,0.14669918,0.14669918,0.14669918,0.14669918,0.14669918,0.14669918,0.14669918,0.14669918,0.14669918,0.14407639,0.14407639,0.14407639,0.14407639,0.14407639,0.14407639,0.14407639,0.14407639,0.14407639,0.14407639,0.14407639,0.14407639,0.14407639,0.14407639,0.14407639,0.30331272,0.30331272,0.30331272,0.30331272,0.30331272,0.30331272,0.30331272,0.30331272,0.30331272,0.30331272,0.30331272,0.30331272,0.30331272,0.30331272,0.30331272,0.1972018,0.1972018,0.1972018,0.1972018,0.1972018,0.1972018,0.1972018,0.1972018,0.1972018,0.1972018,0.1972018,0.1972018,0.1972018,0.1972018,0.1972018,0.14897037,0.14897037,0.14897037,0.14897037,0.14897037,0.14897037,0.14897037,0.14897037,0.14897037,0.14897037,0.14897037,0.14897037,0.14897037,0.14897037,0.14897037,0.12108867,0.12108867,0.12108867,0.12108867,0.12108867,0.12108867,0.12108867,0.12108867,0.12108867,0.12108867,0.12108867,0.12108867,0.12108867,0.12108867,0.12108867,0.16497295,0.16497295,0.16497295,0.16497295,0.16497295,0.16497295,0.16497295,0.16497295,0.16497295,0.16497295,0.16497295,0.16497295,0.16497295,0.16497295,0.16497295,0.12996155,0.12996155,0.12996155,0.12996155,0.12996155,0.12996155,0.12996155,0.12996155,0.12996155,0.12996155,0.12996155,0.12996155,0.12996155,0.12996155,0.12996155,0.28538382,0.28538382,0.28538382,0.28538382,0.28538382,0.28538382,0.28538382,0.28538382,0.28538382,0.28538382,0.28538382,0.28538382,0.28538382,0.28538382,0.28538382,0.12026433,0.12026433,0.12026433,0.12026433,0.12026433,0.12026433,0.12026433,0.12026433,0.12026433,0.12026433,0.12026433,0.12026433,0.12026433,0.12026433,0.12026433,0.147231,0.147231,0.147231,0.147231,0.147231,0.147231,0.147231,0.147231,0.147231,0.147231,0.147231,0.147231,0.147231,0.147231,0.147231,0.15491995,0.15491995,0.15491995,0.15491995,0.15491995,0.15491995,0.15491995,0.15491995,0.15491995,0.15491995,0.15491995,0.15491995,0.15491995,0.15491995,0.15491995,0.26135832,0.26135832,0.26135832,0.26135832,0.26135832,0.26135832,0.26135832,0.26135832,0.26135832,0.26135832,0.26135832,0.26135832,0.26135832,0.26135832,0.26135832,0.21654363,0.21654363,0.21654363,0.21654363,0.21654363,0.21654363,0.21654363,0.21654363,0.21654363,0.21654363,0.21654363,0.21654363,0.21654363,0.21654363,0.21654363,0.14403462,0.14403462,0.14403462,0.14403462,0.14403462,0.14403462,0.14403462,0.14403462,0.14403462,0.14403462,0.14403462,0.14403462,0.14403462,0.14403462,0.14403462,0.14796719,0.14796719,0.14796719,0.14796719,0.14796719,0.14796719,0.14796719,0.14796719,0.14796719,0.14796719,0.14796719,0.14796719,0.14796719,0.14796719,0.14796719,0.1422205,0.1422205,0.1422205,0.1422205,0.1422205,0.1422205,0.1422205,0.1422205,0.1422205,0.1422205,0.1422205,0.1422205,0.1422205,0.1422205,0.1422205,0.30202785,0.30202785,0.30202785,0.30202785,0.30202785,0.30202785,0.30202785,0.30202785,0.30202785,0.30202785,0.30202785,0.30202785,0.30202785,0.30202785,0.30202785,0.14832266,0.14832266,0.14832266,0.14832266,0.14832266,0.14832266,0.14832266,0.14832266,0.14832266,0.14832266,0.14832266,0.14832266,0.14832266,0.14832266,0.14832266,0.18173082,0.18173082,0.18173082,0.18173082,0.18173082,0.18173082,0.18173082,0.18173082,0.18173082,0.18173082,0.18173082,0.18173082,0.18173082,0.18173082,0.18173082,0.14561036,0.14561036,0.14561036,0.14561036,0.14561036,0.14561036,0.14561036,0.14561036,0.14561036,0.14561036,0.14561036,0.14561036,0.14561036,0.14561036,0.14561036,0.14500603,0.14500603,0.14500603,0.14500603,0.14500603,0.14500603,0.14500603,0.14500603,0.14500603,0.14500603,0.14500603,0.14500603,0.14500603,0.14500603,0.14500603,0.21955389,0.21955389,0.21955389,0.21955389,0.21955389,0.21955389,0.21955389,0.21955389,0.21955389,0.21955389,0.21955389,0.21955389,0.21955389,0.21955389,0.21955389,0.13988832,0.13988832,0.13988832,0.13988832,0.13988832,0.13988832,0.13988832,0.13988832,0.13988832,0.13988832,0.13988832,0.13988832,0.13988832,0.13988832,0.13988832,0.14698561,0.14698561,0.14698561,0.14698561,0.14698561,0.14698561,0.14698561,0.14698561,0.14698561,0.14698561,0.14698561,0.14698561,0.14698561,0.14698561,0.14698561,0.16684496,0.16684496,0.16684496,0.16684496,0.16684496,0.16684496,0.16684496,0.16684496,0.16684496,0.16684496,0.16684496,0.16684496,0.16684496,0.16684496,0.16684496,0.089920737,0.089920737,0.089920737,0.089920737,0.089920737,0.089920737,0.089920737,0.089920737,0.089920737,0.089920737,0.089920737,0.089920737,0.089920737,0.089920737,0.089920737,0.19413397,0.19413397,0.19413397,0.19413397,0.19413397,0.19413397,0.19413397,0.19413397,0.19413397,0.19413397,0.19413397,0.19413397,0.19413397,0.19413397,0.19413397,0.14638717,0.14638717,0.14638717,0.14638717,0.14638717,0.14638717,0.14638717,0.14638717,0.14638717,0.14638717,0.14638717,0.14638717,0.14638717,0.14638717,0.14638717,0.23286064,0.23286064,0.23286064,0.23286064,0.23286064,0.23286064,0.23286064,0.23286064,0.23286064,0.23286064,0.23286064,0.23286064,0.23286064,0.23286064,0.23286064,0.26468691,0.26468691,0.26468691,0.26468691,0.26468691,0.26468691,0.26468691,0.26468691,0.26468691,0.26468691,0.26468691,0.26468691,0.26468691,0.26468691,0.26468691,0.12409015,0.12409015,0.12409015,0.12409015,0.12409015,0.12409015,0.12409015,0.12409015,0.12409015,0.12409015,0.12409015,0.12409015,0.12409015,0.12409015,0.12409015,0.14042035,0.14042035,0.14042035,0.14042035,0.14042035,0.14042035,0.14042035,0.14042035,0.14042035,0.14042035,0.14042035,0.14042035,0.14042035,0.14042035,0.14042035,0.46839589,0.46839589,0.46839589,0.46839589,0.46839589,0.46839589,0.46839589,0.46839589,0.46839589,0.46839589,0.46839589,0.46839589,0.46839589,0.46839589,0.46839589,0.12822387,0.12822387,0.12822387,0.12822387,0.12822387,0.12822387,0.12822387,0.12822387,0.12822387,0.12822387,0.12822387,0.12822387,0.12822387,0.12822387,0.12822387,0.14376268,0.14376268,0.14376268,0.14376268,0.14376268,0.14376268,0.14376268,0.14376268,0.14376268,0.14376268,0.14376268,0.14376268,0.14376268,0.14376268,0.14376268,0.2704052,0.2704052,0.2704052,0.2704052,0.2704052,0.2704052,0.2704052,0.2704052,0.2704052,0.2704052,0.2704052,0.2704052,0.2704052,0.2704052,0.2704052,0.13370998,0.13370998,0.13370998,0.13370998,0.13370998,0.13370998,0.13370998,0.13370998,0.13370998,0.13370998,0.13370998,0.13370998,0.13370998,0.13370998,0.13370998,0.14626382,0.14626382,0.14626382,0.14626382,0.14626382,0.14626382,0.14626382,0.14626382,0.14626382,0.14626382,0.14626382,0.14626382,0.14626382,0.14626382,0.14626382,0.14229964,0.14229964,0.14229964,0.14229964,0.14229964,0.14229964,0.14229964,0.14229964,0.14229964,0.14229964,0.14229964,0.14229964,0.14229964,0.14229964,0.14229964,0.18269673,0.18269673,0.18269673,0.18269673,0.18269673,0.18269673,0.18269673,0.18269673,0.18269673,0.18269673,0.18269673,0.18269673,0.18269673,0.18269673,0.18269673,0.14158516,0.14158516,0.14158516,0.14158516,0.14158516,0.14158516,0.14158516,0.14158516,0.14158516,0.14158516,0.14158516,0.14158516,0.14158516,0.14158516,0.14158516,0.12950514,0.12950514,0.12950514,0.12950514,0.12950514,0.12950514,0.12950514,0.12950514,0.12950514,0.12950514,0.12950514,0.12950514,0.12950514,0.12950514,0.12950514,0.21125595,0.21125595,0.21125595,0.21125595,0.21125595,0.21125595,0.21125595,0.21125595,0.21125595,0.21125595,0.21125595,0.21125595,0.21125595,0.21125595,0.21125595,0.22466969,0.22466969,0.22466969,0.22466969,0.22466969,0.22466969,0.22466969,0.22466969,0.22466969,0.22466969,0.22466969,0.22466969,0.22466969,0.22466969,0.22466969,0.13264316,0.13264316,0.13264316,0.13264316,0.13264316,0.13264316,0.13264316,0.13264316,0.13264316,0.13264316,0.13264316,0.13264316,0.13264316,0.13264316,0.13264316,0.14594387,0.14594387,0.14594387,0.14594387,0.14594387,0.14594387,0.14594387,0.14594387,0.14594387,0.14594387,0.14594387,0.14594387,0.14594387,0.14594387,0.14594387,0.33961236,0.33961236,0.33961236,0.33961236,0.33961236,0.33961236,0.33961236,0.33961236,0.33961236,0.33961236,0.33961236,0.33961236,0.33961236,0.33961236,0.33961236,0.14670445,0.14670445,0.14670445,0.14670445,0.14670445,0.14670445,0.14670445,0.14670445,0.14670445,0.14670445,0.14670445,0.14670445,0.14670445,0.14670445,0.14670445,0.14652562,0.14652562,0.14652562,0.14652562,0.14652562,0.14652562,0.14652562,0.14652562,0.14652562,0.14652562,0.14652562,0.14652562,0.14652562,0.14652562,0.14652562,0.13338265,0.13338265,0.13338265,0.13338265,0.13338265,0.13338265,0.13338265,0.13338265,0.13338265,0.13338265,0.13338265,0.13338265,0.13338265,0.13338265,0.13338265,0.14596057,0.14596057,0.14596057,0.14596057,0.14596057,0.14596057,0.14596057,0.14596057,0.14596057,0.14596057,0.14596057,0.14596057,0.14596057,0.14596057,0.14596057,0.17060678,0.17060678,0.17060678,0.17060678,0.17060678,0.17060678,0.17060678,0.17060678,0.17060678,0.17060678,0.17060678,0.17060678,0.17060678,0.17060678,0.17060678,0.13458529,0.13458529,0.13458529,0.13458529,0.13458529,0.13458529,0.13458529,0.13458529,0.13458529,0.13458529,0.13458529,0.13458529,0.13458529,0.13458529,0.13458529,0.20731816,0.20731816,0.20731816,0.20731816,0.20731816,0.20731816,0.20731816,0.20731816,0.20731816,0.20731816,0.20731816,0.20731816,0.20731816,0.20731816,0.20731816,0.18678612,0.18678612,0.18678612,0.18678612,0.18678612,0.18678612,0.18678612,0.18678612,0.18678612,0.18678612,0.18678612,0.18678612,0.18678612,0.18678612,0.18678612,0.12965317,0.12965317,0.12965317,0.12965317,0.12965317,0.12965317,0.12965317,0.12965317,0.12965317,0.12965317,0.12965317,0.12965317,0.12965317,0.12965317,0.12965317,0.24930459,0.24930459,0.24930459,0.24930459,0.24930459,0.24930459,0.24930459,0.24930459,0.24930459,0.24930459,0.24930459,0.24930459,0.24930459,0.24930459,0.24930459,0.30338126,0.30338126,0.30338126,0.30338126,0.30338126,0.30338126,0.30338126,0.30338126,0.30338126,0.30338126,0.30338126,0.30338126,0.30338126,0.30338126,0.30338126,0.13747109,0.13747109,0.13747109,0.13747109,0.13747109,0.13747109,0.13747109,0.13747109,0.13747109,0.13747109,0.13747109,0.13747109,0.13747109,0.13747109,0.13747109,0.20807178,0.20807178,0.20807178,0.20807178,0.20807178,0.20807178,0.20807178,0.20807178,0.20807178,0.20807178,0.20807178,0.20807178,0.20807178,0.20807178,0.20807178,0.15741502,0.15741502,0.15741502,0.15741502,0.15741502,0.15741502,0.15741502,0.15741502,0.15741502,0.15741502,0.15741502,0.15741502,0.15741502,0.15741502,0.15741502,0.18284339,0.18284339,0.18284339,0.18284339,0.18284339,0.18284339,0.18284339,0.18284339,0.18284339,0.18284339,0.18284339,0.18284339,0.18284339,0.18284339,0.18284339,0.15851097,0.15851097,0.15851097,0.15851097,0.15851097,0.15851097,0.15851097,0.15851097,0.15851097,0.15851097,0.15851097,0.15851097,0.15851097,0.15851097,0.15851097,0.14633489,0.14633489,0.14633489,0.14633489,0.14633489,0.14633489,0.14633489,0.14633489,0.14633489,0.14633489,0.14633489,0.14633489,0.14633489,0.14633489,0.14633489,0.47182852,0.47182852,0.47182852,0.47182852,0.47182852,0.47182852,0.47182852,0.47182852,0.47182852,0.47182852,0.47182852,0.47182852,0.47182852,0.47182852,0.47182852,0.10955009,0.10955009,0.10955009,0.10955009,0.10955009,0.10955009,0.10955009,0.10955009,0.10955009,0.10955009,0.10955009,0.10955009,0.10955009,0.10955009,0.10955009,0.34062648,0.34062648,0.34062648,0.34062648,0.34062648,0.34062648,0.34062648,0.34062648,0.34062648,0.34062648,0.34062648,0.34062648,0.34062648,0.34062648,0.34062648,0.6487146,0.6487146,0.6487146,0.6487146,0.6487146,0.6487146,0.6487146,0.6487146,0.6487146,0.6487146,0.6487146,0.6487146,0.6487146,0.6487146,0.6487146,0.10574966,0.10574966,0.10574966,0.10574966,0.10574966,0.10574966,0.10574966,0.10574966,0.10574966,0.10574966,0.10574966,0.10574966,0.10574966,0.10574966,0.10574966,0.1292447,0.1292447,0.1292447,0.1292447,0.1292447,0.1292447,0.1292447,0.1292447,0.1292447,0.1292447,0.1292447,0.1292447,0.1292447,0.1292447,0.1292447,0.19369018,0.19369018,0.19369018,0.19369018,0.19369018,0.19369018,0.19369018,0.19369018,0.19369018,0.19369018,0.19369018,0.19369018,0.19369018,0.19369018,0.19369018,0.15826817,0.15826817,0.15826817,0.15826817,0.15826817,0.15826817,0.15826817,0.15826817,0.15826817,0.15826817,0.15826817,0.15826817,0.15826817,0.15826817,0.15826817,0.22309665,0.22309665,0.22309665,0.22309665,0.22309665,0.22309665,0.22309665,0.22309665,0.22309665,0.22309665,0.22309665,0.22309665,0.22309665,0.22309665,0.22309665,0.091770001,0.091770001,0.091770001,0.091770001,0.091770001,0.091770001,0.091770001,0.091770001,0.091770001,0.091770001,0.091770001,0.091770001,0.091770001,0.091770001,0.091770001,0.52359009,0.52359009,0.52359009,0.52359009,0.52359009,0.52359009,0.52359009,0.52359009,0.52359009,0.52359009,0.52359009,0.52359009,0.52359009,0.52359009,0.52359009,0.1505098,0.1505098,0.1505098,0.1505098,0.1505098,0.1505098,0.1505098,0.1505098,0.1505098,0.1505098,0.1505098,0.1505098,0.1505098,0.1505098,0.1505098,0.10742626,0.10742626,0.10742626,0.10742626,0.10742626,0.10742626,0.10742626,0.10742626,0.10742626,0.10742626,0.10742626,0.10742626,0.10742626,0.10742626,0.10742626,0.27075025,0.27075025,0.27075025,0.27075025,0.27075025,0.27075025,0.27075025,0.27075025,0.27075025,0.27075025,0.27075025,0.27075025,0.27075025,0.27075025,0.27075025,0.25867826,0.25867826,0.25867826,0.25867826,0.25867826,0.25867826,0.25867826,0.25867826,0.25867826,0.25867826,0.25867826,0.25867826,0.25867826,0.25867826,0.25867826,0.37614158,0.37614158,0.37614158,0.37614158,0.37614158,0.37614158,0.37614158,0.37614158,0.37614158,0.37614158,0.37614158,0.37614158,0.37614158,0.37614158,0.37614158,0.1657425,0.1657425,0.1657425,0.1657425,0.1657425,0.1657425,0.1657425,0.1657425,0.1657425,0.1657425,0.1657425,0.1657425,0.1657425,0.1657425,0.1657425,0.2586236,0.2586236,0.2586236,0.2586236,0.2586236,0.2586236,0.2586236,0.2586236,0.2586236,0.2586236,0.2586236,0.2586236,0.2586236,0.2586236,0.2586236,0.14566638,0.14566638,0.14566638,0.14566638,0.14566638,0.14566638,0.14566638,0.14566638,0.14566638,0.14566638,0.14566638,0.14566638,0.14566638,0.14566638,0.14566638,0.11377207,0.11377207,0.11377207,0.11377207,0.11377207,0.11377207,0.11377207,0.11377207,0.11377207,0.11377207,0.11377207,0.11377207,0.11377207,0.11377207,0.11377207,0.16505373,0.16505373,0.16505373,0.16505373,0.16505373,0.16505373,0.16505373,0.16505373,0.16505373,0.16505373,0.16505373,0.16505373,0.16505373,0.16505373,0.16505373,0.18453044,0.18453044,0.18453044,0.18453044,0.18453044,0.18453044,0.18453044,0.18453044,0.18453044,0.18453044,0.18453044,0.18453044,0.18453044,0.18453044,0.18453044,0.22307569,0.22307569,0.22307569,0.22307569,0.22307569,0.22307569,0.22307569,0.22307569,0.22307569,0.22307569,0.22307569,0.22307569,0.22307569,0.22307569,0.22307569,0.18313472,0.18313472,0.18313472,0.18313472,0.18313472,0.18313472,0.18313472,0.18313472,0.18313472,0.18313472,0.18313472,0.18313472,0.18313472,0.18313472,0.18313472,0.19602005,0.19602005,0.19602005,0.19602005,0.19602005,0.19602005,0.19602005,0.19602005,0.19602005,0.19602005,0.19602005,0.19602005,0.19602005,0.19602005,0.19602005,0.14188042,0.14188042,0.14188042,0.14188042,0.14188042,0.14188042,0.14188042,0.14188042,0.14188042,0.14188042,0.14188042,0.14188042,0.14188042,0.14188042,0.14188042,0.14340924,0.14340924,0.14340924,0.14340924,0.14340924,0.14340924,0.14340924,0.14340924,0.14340924,0.14340924,0.14340924,0.14340924,0.14340924,0.14340924,0.14340924,0.1429818,0.1429818,0.1429818,0.1429818,0.1429818,0.1429818,0.1429818,0.1429818,0.1429818,0.1429818,0.1429818,0.1429818,0.1429818,0.1429818,0.1429818,0.23977016,0.23977016,0.23977016,0.23977016,0.23977016,0.23977016,0.23977016,0.23977016,0.23977016,0.23977016,0.23977016,0.23977016,0.23977016,0.23977016,0.23977016,0.11287016,0.11287016,0.11287016,0.11287016,0.11287016,0.11287016,0.11287016,0.11287016,0.11287016,0.11287016,0.11287016,0.11287016,0.11287016,0.11287016,0.11287016,0.69093025,0.69093025,0.69093025,0.69093025,0.69093025,0.69093025,0.69093025,0.69093025,0.69093025,0.69093025,0.69093025,0.69093025,0.69093025,0.69093025,0.69093025,0.18207139,0.18207139,0.18207139,0.18207139,0.18207139,0.18207139,0.18207139,0.18207139,0.18207139,0.18207139,0.18207139,0.18207139,0.18207139,0.18207139,0.18207139,0.13509053,0.13509053,0.13509053,0.13509053,0.13509053,0.13509053,0.13509053,0.13509053,0.13509053,0.13509053,0.13509053,0.13509053,0.13509053,0.13509053,0.13509053,0.20649941,0.20649941,0.20649941,0.20649941,0.20649941,0.20649941,0.20649941,0.20649941,0.20649941,0.20649941,0.20649941,0.20649941,0.20649941,0.20649941,0.20649941,0.28458914,0.28458914,0.28458914,0.28458914,0.28458914,0.28458914,0.28458914,0.28458914,0.28458914,0.28458914,0.28458914,0.28458914,0.28458914,0.28458914,0.28458914,0.80396622,0.80396622,0.80396622,0.80396622,0.80396622,0.80396622,0.80396622,0.80396622,0.80396622,0.80396622,0.80396622,0.80396622,0.80396622,0.80396622,0.80396622,0.19813946,0.19813946,0.19813946,0.19813946,0.19813946,0.19813946,0.19813946,0.19813946,0.19813946,0.19813946,0.19813946,0.19813946,0.19813946,0.19813946,0.19813946,0.54630613,0.54630613,0.54630613,0.54630613,0.54630613,0.54630613,0.54630613,0.54630613,0.54630613,0.54630613,0.54630613,0.54630613,0.54630613,0.54630613,0.54630613,0.33614564,0.33614564,0.33614564,0.33614564,0.33614564,0.33614564,0.33614564,0.33614564,0.33614564,0.33614564,0.33614564,0.33614564,0.33614564,0.33614564,0.33614564,0.11623739,0.11623739,0.11623739,0.11623739,0.11623739,0.11623739,0.11623739,0.11623739,0.11623739,0.11623739,0.11623739,0.11623739,0.11623739,0.11623739,0.11623739,0.13901937,0.13901937,0.13901937,0.13901937,0.13901937,0.13901937,0.13901937,0.13901937,0.13901937,0.13901937,0.13901937,0.13901937,0.13901937,0.13901937,0.13901937,0.1850699,0.1850699,0.1850699,0.1850699,0.1850699,0.1850699,0.1850699,0.1850699,0.1850699,0.1850699,0.1850699,0.1850699,0.1850699,0.1850699,0.1850699,0.1272904,0.1272904,0.1272904,0.1272904,0.1272904,0.1272904,0.1272904,0.1272904,0.1272904,0.1272904,0.1272904,0.1272904,0.1272904,0.1272904,0.1272904,0.14448963,0.14448963,0.14448963,0.14448963,0.14448963,0.14448963,0.14448963,0.14448963,0.14448963,0.14448963,0.14448963,0.14448963,0.14448963,0.14448963,0.14448963,0.45973751,0.45973751,0.45973751,0.45973751,0.45973751,0.45973751,0.45973751,0.45973751,0.45973751,0.45973751,0.45973751,0.45973751,0.45973751,0.45973751,0.45973751,0.18449768,0.18449768,0.18449768,0.18449768,0.18449768,0.18449768,0.18449768,0.18449768,0.18449768,0.18449768,0.18449768,0.18449768,0.18449768,0.18449768,0.18449768,0.15751766,0.15751766,0.15751766,0.15751766,0.15751766,0.15751766,0.15751766,0.15751766,0.15751766,0.15751766,0.15751766,0.15751766,0.15751766,0.15751766,0.15751766,0.14822784,0.14822784,0.14822784,0.14822784,0.14822784,0.14822784,0.14822784,0.14822784,0.14822784,0.14822784,0.14822784,0.14822784,0.14822784,0.14822784,0.14822784,0.29139134,0.29139134,0.29139134,0.29139134,0.29139134,0.29139134,0.29139134,0.29139134,0.29139134,0.29139134,0.29139134,0.29139134,0.29139134,0.29139134,0.29139134,0.18423323,0.18423323,0.18423323,0.18423323,0.18423323,0.18423323,0.18423323,0.18423323,0.18423323,0.18423323,0.18423323,0.18423323,0.18423323,0.18423323,0.18423323,0.18251695,0.18251695,0.18251695,0.18251695,0.18251695,0.18251695,0.18251695,0.18251695,0.18251695,0.18251695,0.18251695,0.18251695,0.18251695,0.18251695,0.18251695,0.11619673,0.11619673,0.11619673,0.11619673,0.11619673,0.11619673,0.11619673,0.11619673,0.11619673,0.11619673,0.11619673,0.11619673,0.11619673,0.11619673,0.11619673,0.18521018,0.18521018,0.18521018,0.18521018,0.18521018,0.18521018,0.18521018,0.18521018,0.18521018,0.18521018,0.18521018,0.18521018,0.18521018,0.18521018,0.18521018,0.22605124,0.22605124,0.22605124,0.22605124,0.22605124,0.22605124,0.22605124,0.22605124,0.22605124,0.22605124,0.22605124,0.22605124,0.22605124,0.22605124,0.22605124,0.16930653,0.16930653,0.16930653,0.16930653,0.16930653,0.16930653,0.16930653,0.16930653,0.16930653,0.16930653,0.16930653,0.16930653,0.16930653,0.16930653,0.16930653,0.510755,0.510755,0.510755,0.510755,0.510755,0.510755,0.510755,0.510755,0.510755,0.510755,0.510755,0.510755,0.510755,0.510755,0.510755,0.15969093,0.15969093,0.15969093,0.15969093,0.15969093,0.15969093,0.15969093,0.15969093,0.15969093,0.15969093,0.15969093,0.15969093,0.15969093,0.15969093,0.15969093,0.36552265,0.36552265,0.36552265,0.36552265,0.36552265,0.36552265,0.36552265,0.36552265,0.36552265,0.36552265,0.36552265,0.36552265,0.36552265,0.36552265,0.36552265,0.12044877,0.12044877,0.12044877,0.12044877,0.12044877,0.12044877,0.12044877,0.12044877,0.12044877,0.12044877,0.12044877,0.12044877,0.12044877,0.12044877,0.12044877,0.51051122,0.51051122,0.51051122,0.51051122,0.51051122,0.51051122,0.51051122,0.51051122,0.51051122,0.51051122,0.51051122,0.51051122,0.51051122,0.51051122,0.51051122,0.17345941,0.17345941,0.17345941,0.17345941,0.17345941,0.17345941,0.17345941,0.17345941,0.17345941,0.17345941,0.17345941,0.17345941,0.17345941,0.17345941,0.17345941,0.03942325,0.03942325,0.03942325,0.03942325,0.03942325,0.03942325,0.03942325,0.03942325,0.03942325,0.03942325,0.03942325,0.03942325,0.03942325,0.03942325,0.03942325,0.11199295,0.11199295,0.11199295,0.11199295,0.11199295,0.11199295,0.11199295,0.11199295,0.11199295,0.11199295,0.11199295,0.11199295,0.11199295,0.11199295,0.11199295,0.22754912,0.22754912,0.22754912,0.22754912,0.22754912,0.22754912,0.22754912,0.22754912,0.22754912,0.22754912,0.22754912,0.22754912,0.22754912,0.22754912,0.22754912,0.25457108,0.25457108,0.25457108,0.25457108,0.25457108,0.25457108,0.25457108,0.25457108,0.25457108,0.25457108,0.25457108,0.25457108,0.25457108,0.25457108,0.25457108,0.1284191,0.1284191,0.1284191,0.1284191,0.1284191,0.1284191,0.1284191,0.1284191,0.1284191,0.1284191,0.1284191,0.1284191,0.1284191,0.1284191,0.1284191,0.12495613,0.12495613,0.12495613,0.12495613,0.12495613,0.12495613,0.12495613,0.12495613,0.12495613,0.12495613,0.12495613,0.12495613,0.12495613,0.12495613,0.12495613,0.43294194,0.43294194,0.43294194,0.43294194,0.43294194,0.43294194,0.43294194,0.43294194,0.43294194,0.43294194,0.43294194,0.43294194,0.43294194,0.43294194,0.43294194,1.618111,1.618111,1.618111,1.618111,1.618111,1.618111,1.618111,1.618111,1.618111,1.618111,1.618111,1.618111,1.618111,1.618111,1.618111,0.092316233,0.092316233,0.092316233,0.092316233,0.092316233,0.092316233,0.092316233,0.092316233,0.092316233,0.092316233,0.092316233,0.092316233,0.092316233,0.092316233,0.092316233,0.11212684,0.11212684,0.11212684,0.11212684,0.11212684,0.11212684,0.11212684,0.11212684,0.11212684,0.11212684,0.11212684,0.11212684,0.11212684,0.11212684,0.11212684,0.15249313,0.15249313,0.15249313,0.15249313,0.15249313,0.15249313,0.15249313,0.15249313,0.15249313,0.15249313,0.15249313,0.15249313,0.15249313,0.15249313,0.15249313,0.34781647,0.34781647,0.34781647,0.34781647,0.34781647,0.34781647,0.34781647,0.34781647,0.34781647,0.34781647,0.34781647,0.34781647,0.34781647,0.34781647,0.34781647,0.11127757,0.11127757,0.11127757,0.11127757,0.11127757,0.11127757,0.11127757,0.11127757,0.11127757,0.11127757,0.11127757,0.11127757,0.11127757,0.11127757,0.11127757,0.14597265,0.14597265,0.14597265,0.14597265,0.14597265,0.14597265,0.14597265,0.14597265,0.14597265,0.14597265,0.14597265,0.14597265,0.14597265,0.14597265,0.14597265,0.19219841,0.19219841,0.19219841,0.19219841,0.19219841,0.19219841,0.19219841,0.19219841,0.19219841,0.19219841,0.19219841,0.19219841,0.19219841,0.19219841,0.19219841,0.2447582,0.2447582,0.2447582,0.2447582,0.2447582,0.2447582,0.2447582,0.2447582,0.2447582,0.2447582,0.2447582,0.2447582,0.2447582,0.2447582,0.2447582,0.14863995,0.14863995,0.14863995,0.14863995,0.14863995,0.14863995,0.14863995,0.14863995,0.14863995,0.14863995,0.14863995,0.14863995,0.14863995,0.14863995,0.14863995,0.1354408,0.1354408,0.1354408,0.1354408,0.1354408,0.1354408,0.1354408,0.1354408,0.1354408,0.1354408,0.1354408,0.1354408,0.1354408,0.1354408,0.1354408,0.13889289,0.13889289,0.13889289,0.13889289,0.13889289,0.13889289,0.13889289,0.13889289,0.13889289,0.13889289,0.13889289,0.13889289,0.13889289,0.13889289,0.13889289,0.10964878,0.10964878,0.10964878,0.10964878,0.10964878,0.10964878,0.10964878,0.10964878,0.10964878,0.10964878,0.10964878,0.10964878,0.10964878,0.10964878,0.10964878,0.09956041,0.09956041,0.09956041,0.09956041,0.09956041,0.09956041,0.09956041,0.09956041,0.09956041,0.09956041,0.09956041,0.09956041,0.09956041,0.09956041,0.09956041,0.11265356,0.11265356,0.11265356,0.11265356,0.11265356,0.11265356,0.11265356,0.11265356,0.11265356,0.11265356,0.11265356,0.11265356,0.11265356,0.11265356,0.11265356,0.19450386,0.19450386,0.19450386,0.19450386,0.19450386,0.19450386,0.19450386,0.19450386,0.19450386,0.19450386,0.19450386,0.19450386,0.19450386,0.19450386,0.19450386,0.16218773,0.16218773,0.16218773,0.16218773,0.16218773,0.16218773,0.16218773,0.16218773,0.16218773,0.16218773,0.16218773,0.16218773,0.16218773,0.16218773,0.16218773,0.17131652,0.17131652,0.17131652,0.17131652,0.17131652,0.17131652,0.17131652,0.17131652,0.17131652,0.17131652,0.17131652,0.17131652,0.17131652,0.17131652,0.17131652,0.19660594,0.19660594,0.19660594,0.19660594,0.19660594,0.19660594,0.19660594,0.19660594,0.19660594,0.19660594,0.19660594,0.19660594,0.19660594,0.19660594,0.19660594,0.11974681,0.11974681,0.11974681,0.11974681,0.11974681,0.11974681,0.11974681,0.11974681,0.11974681,0.11974681,0.11974681,0.11974681,0.11974681,0.11974681,0.11974681,0.10361006,0.10361006,0.10361006,0.10361006,0.10361006,0.10361006,0.10361006,0.10361006,0.10361006,0.10361006,0.10361006,0.10361006,0.10361006,0.10361006,0.10361006,0.18909509,0.18909509,0.18909509,0.18909509,0.18909509,0.18909509,0.18909509,0.18909509,0.18909509,0.18909509,0.18909509,0.18909509,0.18909509,0.18909509,0.18909509,0.19035944,0.19035944,0.19035944,0.19035944,0.19035944,0.19035944,0.19035944,0.19035944,0.19035944,0.19035944,0.19035944,0.19035944,0.19035944,0.19035944,0.19035944,0.10531314,0.10531314,0.10531314,0.10531314,0.10531314,0.10531314,0.10531314,0.10531314,0.10531314,0.10531314,0.10531314,0.10531314,0.10531314,0.10531314,0.10531314,0.22703144,0.22703144,0.22703144,0.22703144,0.22703144,0.22703144,0.22703144,0.22703144,0.22703144,0.22703144,0.22703144,0.22703144,0.22703144,0.22703144,0.22703144,0.15192182,0.15192182,0.15192182,0.15192182,0.15192182,0.15192182,0.15192182,0.15192182,0.15192182,0.15192182,0.15192182,0.15192182,0.15192182,0.15192182,0.15192182,0.16271408,0.16271408,0.16271408,0.16271408,0.16271408,0.16271408,0.16271408,0.16271408,0.16271408,0.16271408,0.16271408,0.16271408,0.16271408,0.16271408,0.16271408,0.12996092,0.12996092,0.12996092,0.12996092,0.12996092,0.12996092,0.12996092,0.12996092,0.12996092,0.12996092,0.12996092,0.12996092,0.12996092,0.12996092,0.12996092,0.10830883,0.10830883,0.10830883,0.10830883,0.10830883,0.10830883,0.10830883,0.10830883,0.10830883,0.10830883,0.10830883,0.10830883,0.10830883,0.10830883,0.10830883,0.12624,0.12624,0.12624,0.12624,0.12624,0.12624,0.12624,0.12624,0.12624,0.12624,0.12624,0.12624,0.12624,0.12624,0.12624,0.17911772,0.17911772,0.17911772,0.17911772,0.17911772,0.17911772,0.17911772,0.17911772,0.17911772,0.17911772,0.17911772,0.17911772,0.17911772,0.17911772,0.17911772,0.10620663,0.10620663,0.10620663,0.10620663,0.10620663,0.10620663,0.10620663,0.10620663,0.10620663,0.10620663,0.10620663,0.10620663,0.10620663,0.10620663,0.10620663,0.14308183,0.14308183,0.14308183,0.14308183,0.14308183,0.14308183,0.14308183,0.14308183,0.14308183,0.14308183,0.14308183,0.14308183,0.14308183,0.14308183,0.14308183,0.20130526,0.20130526,0.20130526,0.20130526,0.20130526,0.20130526,0.20130526,0.20130526,0.20130526,0.20130526,0.20130526,0.20130526,0.20130526,0.20130526,0.20130526,0.10717278,0.10717278,0.10717278,0.10717278,0.10717278,0.10717278,0.10717278,0.10717278,0.10717278,0.10717278,0.10717278,0.10717278,0.10717278,0.10717278,0.10717278,0.12335587,0.12335587,0.12335587,0.12335587,0.12335587,0.12335587,0.12335587,0.12335587,0.12335587,0.12335587,0.12335587,0.12335587,0.12335587,0.12335587,0.12335587,0.12070372,0.12070372,0.12070372,0.12070372,0.12070372,0.12070372,0.12070372,0.12070372,0.12070372,0.12070372,0.12070372,0.12070372,0.12070372,0.12070372,0.12070372,0.14601813,0.14601813,0.14601813,0.14601813,0.14601813,0.14601813,0.14601813,0.14601813,0.14601813,0.14601813,0.14601813,0.14601813,0.14601813,0.14601813,0.14601813,0.12398173,0.12398173,0.12398173,0.12398173,0.12398173,0.12398173,0.12398173,0.12398173,0.12398173,0.12398173,0.12398173,0.12398173,0.12398173,0.12398173,0.12398173,0.18460341,0.18460341,0.18460341,0.18460341,0.18460341,0.18460341,0.18460341,0.18460341,0.18460341,0.18460341,0.18460341,0.18460341,0.18460341,0.18460341,0.18460341,0.10932525,0.10932525,0.10932525,0.10932525,0.10932525,0.10932525,0.10932525,0.10932525,0.10932525,0.10932525,0.10932525,0.10932525,0.10932525,0.10932525,0.10932525,0.1227507,0.1227507,0.1227507,0.1227507,0.1227507,0.1227507,0.1227507,0.1227507,0.1227507,0.1227507,0.1227507,0.1227507,0.1227507,0.1227507,0.1227507,0.14866337,0.14866337,0.14866337,0.14866337,0.14866337,0.14866337,0.14866337,0.14866337,0.14866337,0.14866337,0.14866337,0.14866337,0.14866337,0.14866337,0.14866337,0.22526944,0.22526944,0.22526944,0.22526944,0.22526944,0.22526944,0.22526944,0.22526944,0.22526944,0.22526944,0.22526944,0.22526944,0.22526944,0.22526944,0.22526944,0.1959841,0.1959841,0.1959841,0.1959841,0.1959841,0.1959841,0.1959841,0.1959841,0.1959841,0.1959841,0.1959841,0.1959841,0.1959841,0.1959841,0.1959841,0.10839473,0.10839473,0.10839473,0.10839473,0.10839473,0.10839473,0.10839473,0.10839473,0.10839473,0.10839473,0.10839473,0.10839473,0.10839473,0.10839473,0.10839473,0.1069783,0.1069783,0.1069783,0.1069783,0.1069783,0.1069783,0.1069783,0.1069783,0.1069783,0.1069783,0.1069783,0.1069783,0.1069783,0.1069783,0.1069783,0.13799149,0.13799149,0.13799149,0.13799149,0.13799149,0.13799149,0.13799149,0.13799149,0.13799149,0.13799149,0.13799149,0.13799149,0.13799149,0.13799149,0.13799149,0.18719223,0.18719223,0.18719223,0.18719223,0.18719223,0.18719223,0.18719223,0.18719223,0.18719223,0.18719223,0.18719223,0.18719223,0.18719223,0.18719223,0.18719223,0.1751444,0.1751444,0.1751444,0.1751444,0.1751444,0.1751444,0.1751444,0.1751444,0.1751444,0.1751444,0.1751444,0.1751444,0.1751444,0.1751444,0.1751444,0.13466112,0.13466112,0.13466112,0.13466112,0.13466112,0.13466112,0.13466112,0.13466112,0.13466112,0.13466112,0.13466112,0.13466112,0.13466112,0.13466112,0.13466112,0.10578717,0.10578717,0.10578717,0.10578717,0.10578717,0.10578717,0.10578717,0.10578717,0.10578717,0.10578717,0.10578717,0.10578717,0.10578717,0.10578717,0.10578717,0.17995588,0.17995588,0.17995588,0.17995588,0.17995588,0.17995588,0.17995588,0.17995588,0.17995588,0.17995588,0.17995588,0.17995588,0.17995588,0.17995588,0.17995588,0.1984361,0.1984361,0.1984361,0.1984361,0.1984361,0.1984361,0.1984361,0.1984361,0.1984361,0.1984361,0.1984361,0.1984361,0.1984361,0.1984361,0.1984361,0.1636142,0.1636142,0.1636142,0.1636142,0.1636142,0.1636142,0.1636142,0.1636142,0.1636142,0.1636142,0.1636142,0.1636142,0.1636142,0.1636142,0.1636142,0.12875733,0.12875733,0.12875733,0.12875733,0.12875733,0.12875733,0.12875733,0.12875733,0.12875733,0.12875733,0.12875733,0.12875733,0.12875733,0.12875733,0.12875733,0.18224466,0.18224466,0.18224466,0.18224466,0.18224466,0.18224466,0.18224466,0.18224466,0.18224466,0.18224466,0.18224466,0.18224466,0.18224466,0.18224466,0.18224466,0.11154242,0.11154242,0.11154242,0.11154242,0.11154242,0.11154242,0.11154242,0.11154242,0.11154242,0.11154242,0.11154242,0.11154242,0.11154242,0.11154242,0.11154242,0.15099669,0.15099669,0.15099669,0.15099669,0.15099669,0.15099669,0.15099669,0.15099669,0.15099669,0.15099669,0.15099669,0.15099669,0.15099669,0.15099669,0.15099669,0.11653677,0.11653677,0.11653677,0.11653677,0.11653677,0.11653677,0.11653677,0.11653677,0.11653677,0.11653677,0.11653677,0.11653677,0.11653677,0.11653677,0.11653677,0.15367936,0.15367936,0.15367936,0.15367936,0.15367936,0.15367936,0.15367936,0.15367936,0.15367936,0.15367936,0.15367936,0.15367936,0.15367936,0.15367936,0.15367936,0.15180595,0.15180595,0.15180595,0.15180595,0.15180595,0.15180595,0.15180595,0.15180595,0.15180595,0.15180595,0.15180595,0.15180595,0.15180595,0.15180595,0.15180595,0.13090773,0.13090773,0.13090773,0.13090773,0.13090773,0.13090773,0.13090773,0.13090773,0.13090773,0.13090773,0.13090773,0.13090773,0.13090773,0.13090773,0.13090773,0.18500547,0.18500547,0.18500547,0.18500547,0.18500547,0.18500547,0.18500547,0.18500547,0.18500547,0.18500547,0.18500547,0.18500547,0.18500547,0.18500547,0.18500547,0.14047694,0.14047694,0.14047694,0.14047694,0.14047694,0.14047694,0.14047694,0.14047694,0.14047694,0.14047694,0.14047694,0.14047694,0.14047694,0.14047694,0.14047694,0.18289898,0.18289898,0.18289898,0.18289898,0.18289898,0.18289898,0.18289898,0.18289898,0.18289898,0.18289898,0.18289898,0.18289898,0.18289898,0.18289898,0.18289898,0.19815776,0.19815776,0.19815776,0.19815776,0.19815776,0.19815776,0.19815776,0.19815776,0.19815776,0.19815776,0.19815776,0.19815776,0.19815776,0.19815776,0.19815776,0.1054075,0.1054075,0.1054075,0.1054075,0.1054075,0.1054075,0.1054075,0.1054075,0.1054075,0.1054075,0.1054075,0.1054075,0.1054075,0.1054075,0.1054075,0.1476641,0.1476641,0.1476641,0.1476641,0.1476641,0.1476641,0.1476641,0.1476641,0.1476641,0.1476641,0.1476641,0.1476641,0.1476641,0.1476641,0.1476641,0.14966367,0.14966367,0.14966367,0.14966367,0.14966367,0.14966367,0.14966367,0.14966367,0.14966367,0.14966367,0.14966367,0.14966367,0.14966367,0.14966367,0.14966367,0.18004517,0.18004517,0.18004517,0.18004517,0.18004517,0.18004517,0.18004517,0.18004517,0.18004517,0.18004517,0.18004517,0.18004517,0.18004517,0.18004517,0.18004517,0.11867506,0.11867506,0.11867506,0.11867506,0.11867506,0.11867506,0.11867506,0.11867506,0.11867506,0.11867506,0.11867506,0.11867506,0.11867506,0.11867506,0.11867506,0.17745155,0.17745155,0.17745155,0.17745155,0.17745155,0.17745155,0.17745155,0.17745155,0.17745155,0.17745155,0.17745155,0.17745155,0.17745155,0.17745155,0.17745155,0.21001838,0.21001838,0.21001838,0.21001838,0.21001838,0.21001838,0.21001838,0.21001838,0.21001838,0.21001838,0.21001838,0.21001838,0.21001838,0.21001838,0.21001838,0.16762595,0.16762595,0.16762595,0.16762595,0.16762595,0.16762595,0.16762595,0.16762595,0.16762595,0.16762595,0.16762595,0.16762595,0.16762595,0.16762595,0.16762595,0.105935,0.105935,0.105935,0.105935,0.105935,0.105935,0.105935,0.105935,0.105935,0.105935,0.105935,0.105935,0.105935,0.105935,0.105935,0.12891428,0.12891428,0.12891428,0.12891428,0.12891428,0.12891428,0.12891428,0.12891428,0.12891428,0.12891428,0.12891428,0.12891428,0.12891428,0.12891428,0.12891428,0.10747782,0.10747782,0.10747782,0.10747782,0.10747782,0.10747782,0.10747782,0.10747782,0.10747782,0.10747782,0.10747782,0.10747782,0.10747782,0.10747782,0.10747782,0.10489754,0.10489754,0.10489754,0.10489754,0.10489754,0.10489754,0.10489754,0.10489754,0.10489754,0.10489754,0.10489754,0.10489754,0.10489754,0.10489754,0.10489754,0.20083073,0.20083073,0.20083073,0.20083073,0.20083073,0.20083073,0.20083073,0.20083073,0.20083073,0.20083073,0.20083073,0.20083073,0.20083073,0.20083073,0.20083073,0.15779021,0.15779021,0.15779021,0.15779021,0.15779021,0.15779021,0.15779021,0.15779021,0.15779021,0.15779021,0.15779021,0.15779021,0.15779021,0.15779021,0.15779021,0.11181497,0.11181497,0.11181497,0.11181497,0.11181497,0.11181497,0.11181497,0.11181497,0.11181497,0.11181497,0.11181497,0.11181497,0.11181497,0.11181497,0.11181497,0.15259308,0.15259308,0.15259308,0.15259308,0.15259308,0.15259308,0.15259308,0.15259308,0.15259308,0.15259308,0.15259308,0.15259308,0.15259308,0.15259308,0.15259308,0.1647926,0.1647926,0.1647926,0.1647926,0.1647926,0.1647926,0.1647926,0.1647926,0.1647926,0.1647926,0.1647926,0.1647926,0.1647926,0.1647926,0.1647926,0.11538002,0.11538002,0.11538002,0.11538002,0.11538002,0.11538002,0.11538002,0.11538002,0.11538002,0.11538002,0.11538002,0.11538002,0.11538002,0.11538002,0.11538002,0.18071754,0.18071754,0.18071754,0.18071754,0.18071754,0.18071754,0.18071754,0.18071754,0.18071754,0.18071754,0.18071754,0.18071754,0.18071754,0.18071754,0.18071754,0.16711095,0.16711095,0.16711095,0.16711095,0.16711095,0.16711095,0.16711095,0.16711095,0.16711095,0.16711095,0.16711095,0.16711095,0.16711095,0.16711095,0.16711095,0.10483301,0.10483301,0.10483301,0.10483301,0.10483301,0.10483301,0.10483301,0.10483301,0.10483301,0.10483301,0.10483301,0.10483301,0.10483301,0.10483301,0.10483301,0.11857259,0.11857259,0.11857259,0.11857259,0.11857259,0.11857259,0.11857259,0.11857259,0.11857259,0.11857259,0.11857259,0.11857259,0.11857259,0.11857259,0.11857259,0.10989391,0.10989391,0.10989391,0.10989391,0.10989391,0.10989391,0.10989391,0.10989391,0.10989391,0.10989391,0.10989391,0.10989391,0.10989391,0.10989391,0.10989391,0.11776023,0.11776023,0.11776023,0.11776023,0.11776023,0.11776023,0.11776023,0.11776023,0.11776023,0.11776023,0.11776023,0.11776023,0.11776023,0.11776023,0.11776023,0.1076399,0.1076399,0.1076399,0.1076399,0.1076399,0.1076399,0.1076399,0.1076399,0.1076399,0.1076399,0.1076399,0.1076399,0.1076399,0.1076399,0.1076399,0.10462103,0.10462103,0.10462103,0.10462103,0.10462103,0.10462103,0.10462103,0.10462103,0.10462103,0.10462103,0.10462103,0.10462103,0.10462103,0.10462103,0.10462103,0.15242486,0.15242486,0.15242486,0.15242486,0.15242486,0.15242486,0.15242486,0.15242486,0.15242486,0.15242486,0.15242486,0.15242486,0.15242486,0.15242486,0.15242486,0.18770699,0.18770699,0.18770699,0.18770699,0.18770699,0.18770699,0.18770699,0.18770699,0.18770699,0.18770699,0.18770699,0.18770699,0.18770699,0.18770699,0.18770699,0.20997454,0.20997454,0.20997454,0.20997454,0.20997454,0.20997454,0.20997454,0.20997454,0.20997454,0.20997454,0.20997454,0.20997454,0.20997454,0.20997454,0.20997454,0.10902233,0.10902233,0.10902233,0.10902233,0.10902233,0.10902233,0.10902233,0.10902233,0.10902233,0.10902233,0.10902233,0.10902233,0.10902233,0.10902233,0.10902233,0.17562604,0.17562604,0.17562604,0.17562604,0.17562604,0.17562604,0.17562604,0.17562604,0.17562604,0.17562604,0.17562604,0.17562604,0.17562604,0.17562604,0.17562604,0.15727317,0.15727317,0.15727317,0.15727317,0.15727317,0.15727317,0.15727317,0.15727317,0.15727317,0.15727317,0.15727317,0.15727317,0.15727317,0.15727317,0.15727317,0.12098583,0.12098583,0.12098583,0.12098583,0.12098583,0.12098583,0.12098583,0.12098583,0.12098583,0.12098583,0.12098583,0.12098583,0.12098583,0.12098583,0.12098583,0.23904216,0.23904216,0.23904216,0.23904216,0.23904216,0.23904216,0.23904216,0.23904216,0.23904216,0.23904216,0.23904216,0.23904216,0.23904216,0.23904216,0.23904216,0.14693621,0.14693621,0.14693621,0.14693621,0.14693621,0.14693621,0.14693621,0.14693621,0.14693621,0.14693621,0.14693621,0.14693621,0.14693621,0.14693621,0.14693621,0.11206963,0.11206963,0.11206963,0.11206963,0.11206963,0.11206963,0.11206963,0.11206963,0.11206963,0.11206963,0.11206963,0.11206963,0.11206963,0.11206963,0.11206963,0.14174627,0.14174627,0.14174627,0.14174627,0.14174627,0.14174627,0.14174627,0.14174627,0.14174627,0.14174627,0.14174627,0.14174627,0.14174627,0.14174627,0.14174627,0.17928803,0.17928803,0.17928803,0.17928803,0.17928803,0.17928803,0.17928803,0.17928803,0.17928803,0.17928803,0.17928803,0.17928803,0.17928803,0.17928803,0.17928803,0.20156594,0.20156594,0.20156594,0.20156594,0.20156594,0.20156594,0.20156594,0.20156594,0.20156594,0.20156594,0.20156594,0.20156594,0.20156594,0.20156594,0.20156594,0.1533068,0.1533068,0.1533068,0.1533068,0.1533068,0.1533068,0.1533068,0.1533068,0.1533068,0.1533068,0.1533068,0.1533068,0.1533068,0.1533068,0.1533068,0.21670149,0.21670149,0.21670149,0.21670149,0.21670149,0.21670149,0.21670149,0.21670149,0.21670149,0.21670149,0.21670149,0.21670149,0.21670149,0.21670149,0.21670149,0.18234636,0.18234636,0.18234636,0.18234636,0.18234636,0.18234636,0.18234636,0.18234636,0.18234636,0.18234636,0.18234636,0.18234636,0.18234636,0.18234636,0.18234636,0.1600367,0.1600367,0.1600367,0.1600367,0.1600367,0.1600367,0.1600367,0.1600367,0.1600367,0.1600367,0.1600367,0.1600367,0.1600367,0.1600367,0.1600367,0.1775514,0.1775514,0.1775514,0.1775514,0.1775514,0.1775514,0.1775514,0.1775514,0.1775514,0.1775514,0.1775514,0.1775514,0.1775514,0.1775514,0.1775514,0.10567822,0.10567822,0.10567822,0.10567822,0.10567822,0.10567822,0.10567822,0.10567822,0.10567822,0.10567822,0.10567822,0.10567822,0.10567822,0.10567822,0.10567822,0.17991851,0.17991851,0.17991851,0.17991851,0.17991851,0.17991851,0.17991851,0.17991851,0.17991851,0.17991851,0.17991851,0.17991851,0.17991851,0.17991851,0.17991851,0.11043505,0.11043505,0.11043505,0.11043505,0.11043505,0.11043505,0.11043505,0.11043505,0.11043505,0.11043505,0.11043505,0.11043505,0.11043505,0.11043505,0.11043505,0.21615471,0.21615471,0.21615471,0.21615471,0.21615471,0.21615471,0.21615471,0.21615471,0.21615471,0.21615471,0.21615471,0.21615471,0.21615471,0.21615471,0.21615471,0.16990335,0.16990335,0.16990335,0.16990335,0.16990335,0.16990335,0.16990335,0.16990335,0.16990335,0.16990335,0.16990335,0.16990335,0.16990335,0.16990335,0.16990335,0.14983982,0.14983982,0.14983982,0.14983982,0.14983982,0.14983982,0.14983982,0.14983982,0.14983982,0.14983982,0.14983982,0.14983982,0.14983982,0.14983982,0.14983982,0.17990616,0.17990616,0.17990616,0.17990616,0.17990616,0.17990616,0.17990616,0.17990616,0.17990616,0.17990616,0.17990616,0.17990616,0.17990616,0.17990616,0.17990616,0.13140394,0.13140394,0.13140394,0.13140394,0.13140394,0.13140394,0.13140394,0.13140394,0.13140394,0.13140394,0.13140394,0.13140394,0.13140394,0.13140394,0.13140394,0.18043841,0.18043841,0.18043841,0.18043841,0.18043841,0.18043841,0.18043841,0.18043841,0.18043841,0.18043841,0.18043841,0.18043841,0.18043841,0.18043841,0.18043841,0.12289066,0.12289066,0.12289066,0.12289066,0.12289066,0.12289066,0.12289066,0.12289066,0.12289066,0.12289066,0.12289066,0.12289066,0.12289066,0.12289066,0.12289066,0.194554,0.194554,0.194554,0.194554,0.194554,0.194554,0.194554,0.194554,0.194554,0.194554,0.194554,0.194554,0.194554,0.194554,0.194554,0.14572437,0.14572437,0.14572437,0.14572437,0.14572437,0.14572437,0.14572437,0.14572437,0.14572437,0.14572437,0.14572437,0.14572437,0.14572437,0.14572437,0.14572437,0.13071474,0.13071474,0.13071474,0.13071474,0.13071474,0.13071474,0.13071474,0.13071474,0.13071474,0.13071474,0.13071474,0.13071474,0.13071474,0.13071474,0.13071474,0.10296243,0.10296243,0.10296243,0.10296243,0.10296243,0.10296243,0.10296243,0.10296243,0.10296243,0.10296243,0.10296243,0.10296243,0.10296243,0.10296243,0.10296243,0.10850929,0.10850929,0.10850929,0.10850929,0.10850929,0.10850929,0.10850929,0.10850929,0.10850929,0.10850929,0.10850929,0.10850929,0.10850929,0.10850929,0.10850929,0.10139789,0.10139789,0.10139789,0.10139789,0.10139789,0.10139789,0.10139789,0.10139789,0.10139789,0.10139789,0.10139789,0.10139789,0.10139789,0.10139789,0.10139789,0.14627382,0.14627382,0.14627382,0.14627382,0.14627382,0.14627382,0.14627382,0.14627382,0.14627382,0.14627382,0.14627382,0.14627382,0.14627382,0.14627382,0.14627382,0.19231091,0.19231091,0.19231091,0.19231091,0.19231091,0.19231091,0.19231091,0.19231091,0.19231091,0.19231091,0.19231091,0.19231091,0.19231091,0.19231091,0.19231091,0.12691252,0.12691252,0.12691252,0.12691252,0.12691252,0.12691252,0.12691252,0.12691252,0.12691252,0.12691252,0.12691252,0.12691252,0.12691252,0.12691252,0.12691252,0.14005788,0.14005788,0.14005788,0.14005788,0.14005788,0.14005788,0.14005788,0.14005788,0.14005788,0.14005788,0.14005788,0.14005788,0.14005788,0.14005788,0.14005788,0.14587753,0.14587753,0.14587753,0.14587753,0.14587753,0.14587753,0.14587753,0.14587753,0.14587753,0.14587753,0.14587753,0.14587753,0.14587753,0.14587753,0.14587753,0.10913116,0.10913116,0.10913116,0.10913116,0.10913116,0.10913116,0.10913116,0.10913116,0.10913116,0.10913116,0.10913116,0.10913116,0.10913116,0.10913116,0.10913116,0.19496429,0.19496429,0.19496429,0.19496429,0.19496429,0.19496429,0.19496429,0.19496429,0.19496429,0.19496429,0.19496429,0.19496429,0.19496429,0.19496429,0.19496429,0.21072964,0.21072964,0.21072964,0.21072964,0.21072964,0.21072964,0.21072964,0.21072964,0.21072964,0.21072964,0.21072964,0.21072964,0.21072964,0.21072964,0.21072964,0.14013693,0.14013693,0.14013693,0.14013693,0.14013693,0.14013693,0.14013693,0.14013693,0.14013693,0.14013693,0.14013693,0.14013693,0.14013693,0.14013693,0.14013693,0.23897344,0.23897344,0.23897344,0.23897344,0.23897344,0.23897344,0.23897344,0.23897344,0.23897344,0.23897344,0.23897344,0.23897344,0.23897344,0.23897344,0.23897344,0.1344215,0.1344215,0.1344215,0.1344215,0.1344215,0.1344215,0.1344215,0.1344215,0.1344215,0.1344215,0.1344215,0.1344215,0.1344215,0.1344215,0.1344215,0.12727767,0.12727767,0.12727767,0.12727767,0.12727767,0.12727767,0.12727767,0.12727767,0.12727767,0.12727767,0.12727767,0.12727767,0.12727767,0.12727767,0.12727767,0.17490694,0.17490694,0.17490694,0.17490694,0.17490694,0.17490694,0.17490694,0.17490694,0.17490694,0.17490694,0.17490694,0.17490694,0.17490694,0.17490694,0.17490694,0.11273838,0.11273838,0.11273838,0.11273838,0.11273838,0.11273838,0.11273838,0.11273838,0.11273838,0.11273838,0.11273838,0.11273838,0.11273838,0.11273838,0.11273838,0.18712768,0.18712768,0.18712768,0.18712768,0.18712768,0.18712768,0.18712768,0.18712768,0.18712768,0.18712768,0.18712768,0.18712768,0.18712768,0.18712768,0.18712768,0.18050759,0.18050759,0.18050759,0.18050759,0.18050759,0.18050759,0.18050759,0.18050759,0.18050759,0.18050759,0.18050759,0.18050759,0.18050759,0.18050759,0.18050759,0.10336858,0.10336858,0.10336858,0.10336858,0.10336858,0.10336858,0.10336858,0.10336858,0.10336858,0.10336858,0.10336858,0.10336858,0.10336858,0.10336858,0.10336858,0.11983696,0.11983696,0.11983696,0.11983696,0.11983696,0.11983696,0.11983696,0.11983696,0.11983696,0.11983696,0.11983696,0.11983696,0.11983696,0.11983696,0.11983696,0.12011927,0.12011927,0.12011927,0.12011927,0.12011927,0.12011927,0.12011927,0.12011927,0.12011927,0.12011927,0.12011927,0.12011927,0.12011927,0.12011927,0.12011927,0.24015625,0.24015625,0.24015625,0.24015625,0.24015625,0.24015625,0.24015625,0.24015625,0.24015625,0.24015625,0.24015625,0.24015625,0.24015625,0.24015625,0.24015625,0.14251761,0.14251761,0.14251761,0.14251761,0.14251761,0.14251761,0.14251761,0.14251761,0.14251761,0.14251761,0.14251761,0.14251761,0.14251761,0.14251761,0.14251761,0.15655366,0.15655366,0.15655366,0.15655366,0.15655366,0.15655366,0.15655366,0.15655366,0.15655366,0.15655366,0.15655366,0.15655366,0.15655366,0.15655366,0.15655366,0.1653654,0.1653654,0.1653654,0.1653654,0.1653654,0.1653654,0.1653654,0.1653654,0.1653654,0.1653654,0.1653654,0.1653654,0.1653654,0.1653654,0.1653654,0.17007224,0.17007224,0.17007224,0.17007224,0.17007224,0.17007224,0.17007224,0.17007224,0.17007224,0.17007224,0.17007224,0.17007224,0.17007224,0.17007224,0.17007224,0.21478336,0.21478336,0.21478336,0.21478336,0.21478336,0.21478336,0.21478336,0.21478336,0.21478336,0.21478336,0.21478336,0.21478336,0.21478336,0.21478336,0.21478336,0.13053763,0.13053763,0.13053763,0.13053763,0.13053763,0.13053763,0.13053763,0.13053763,0.13053763,0.13053763,0.13053763,0.13053763,0.13053763,0.13053763,0.13053763,0.19806278,0.19806278,0.19806278,0.19806278,0.19806278,0.19806278,0.19806278,0.19806278,0.19806278,0.19806278,0.19806278,0.19806278,0.19806278,0.19806278,0.19806278,0.16276404,0.16276404,0.16276404,0.16276404,0.16276404,0.16276404,0.16276404,0.16276404,0.16276404,0.16276404,0.16276404,0.16276404,0.16276404,0.16276404,0.16276404,0.15843907,0.15843907,0.15843907,0.15843907,0.15843907,0.15843907,0.15843907,0.15843907,0.15843907,0.15843907,0.15843907,0.15843907,0.15843907,0.15843907,0.15843907,0.13080525,0.13080525,0.13080525,0.13080525,0.13080525,0.13080525,0.13080525,0.13080525,0.13080525,0.13080525,0.13080525,0.13080525,0.13080525,0.13080525,0.13080525,0.16227768,0.16227768,0.16227768,0.16227768,0.16227768,0.16227768,0.16227768,0.16227768,0.16227768,0.16227768,0.16227768,0.16227768,0.16227768,0.16227768,0.16227768,0.15943035,0.15943035,0.15943035,0.15943035,0.15943035,0.15943035,0.15943035,0.15943035,0.15943035,0.15943035,0.15943035,0.15943035,0.15943035,0.15943035,0.15943035,0.13787064,0.13787064,0.13787064,0.13787064,0.13787064,0.13787064,0.13787064,0.13787064,0.13787064,0.13787064,0.13787064,0.13787064,0.13787064,0.13787064,0.13787064,0.13972472,0.13972472,0.13972472,0.13972472,0.13972472,0.13972472,0.13972472,0.13972472,0.13972472,0.13972472,0.13972472,0.13972472,0.13972472,0.13972472,0.13972472,0.2075118,0.2075118,0.2075118,0.2075118,0.2075118,0.2075118,0.2075118,0.2075118,0.2075118,0.2075118,0.2075118,0.2075118,0.2075118,0.2075118,0.2075118,0.12804635,0.12804635,0.12804635,0.12804635,0.12804635,0.12804635,0.12804635,0.12804635,0.12804635,0.12804635,0.12804635,0.12804635,0.12804635,0.12804635,0.12804635,0.13648693,0.13648693,0.13648693,0.13648693,0.13648693,0.13648693,0.13648693,0.13648693,0.13648693,0.13648693,0.13648693,0.13648693,0.13648693,0.13648693,0.13648693,0.11316276,0.11316276,0.11316276,0.11316276,0.11316276,0.11316276,0.11316276,0.11316276,0.11316276,0.11316276,0.11316276,0.11316276,0.11316276,0.11316276,0.11316276,0.11754277,0.11754277,0.11754277,0.11754277,0.11754277,0.11754277,0.11754277,0.11754277,0.11754277,0.11754277,0.11754277,0.11754277,0.11754277,0.11754277,0.11754277,0.15348132,0.15348132,0.15348132,0.15348132,0.15348132,0.15348132,0.15348132,0.15348132,0.15348132,0.15348132,0.15348132,0.15348132,0.15348132,0.15348132,0.15348132,0.10659954,0.10659954,0.10659954,0.10659954,0.10659954,0.10659954,0.10659954,0.10659954,0.10659954,0.10659954,0.10659954,0.10659954,0.10659954,0.10659954,0.10659954,0.10749111,0.10749111,0.10749111,0.10749111,0.10749111,0.10749111,0.10749111,0.10749111,0.10749111,0.10749111,0.10749111,0.10749111,0.10749111,0.10749111,0.10749111,0.16774145,0.16774145,0.16774145,0.16774145,0.16774145,0.16774145,0.16774145,0.16774145,0.16774145,0.16774145,0.16774145,0.16774145,0.16774145,0.16774145,0.16774145,0.13857651,0.13857651,0.13857651,0.13857651,0.13857651,0.13857651,0.13857651,0.13857651,0.13857651,0.13857651,0.13857651,0.13857651,0.13857651,0.13857651,0.13857651,0.15478547,0.15478547,0.15478547,0.15478547,0.15478547,0.15478547,0.15478547,0.15478547,0.15478547,0.15478547,0.15478547,0.15478547,0.15478547,0.15478547,0.15478547,0.17478284,0.17478284,0.17478284,0.17478284,0.17478284,0.17478284,0.17478284,0.17478284,0.17478284,0.17478284,0.17478284,0.17478284,0.17478284,0.17478284,0.17478284,0.16181043,0.16181043,0.16181043,0.16181043,0.16181043,0.16181043,0.16181043,0.16181043,0.16181043,0.16181043,0.16181043,0.16181043,0.16181043,0.16181043,0.16181043,0.22713265,0.22713265,0.22713265,0.22713265,0.22713265,0.22713265,0.22713265,0.22713265,0.22713265,0.22713265,0.22713265,0.22713265,0.22713265,0.22713265,0.22713265,0.20455615,0.20455615,0.20455615,0.20455615,0.20455615,0.20455615,0.20455615,0.20455615,0.20455615,0.20455615,0.20455615,0.20455615,0.20455615,0.20455615,0.20455615,0.15710175,0.15710175,0.15710175,0.15710175,0.15710175,0.15710175,0.15710175,0.15710175,0.15710175,0.15710175,0.15710175,0.15710175,0.15710175,0.15710175,0.15710175,0.19294675,0.19294675,0.19294675,0.19294675,0.19294675,0.19294675,0.19294675,0.19294675,0.19294675,0.19294675,0.19294675,0.19294675,0.19294675,0.19294675,0.19294675,0.12756221,0.12756221,0.12756221,0.12756221,0.12756221,0.12756221,0.12756221,0.12756221,0.12756221,0.12756221,0.12756221,0.12756221,0.12756221,0.12756221,0.12756221,0.12285753,0.12285753,0.12285753,0.12285753,0.12285753,0.12285753,0.12285753,0.12285753,0.12285753,0.12285753,0.12285753,0.12285753,0.12285753,0.12285753,0.12285753,0.17669496,0.17669496,0.17669496,0.17669496,0.17669496,0.17669496,0.17669496,0.17669496,0.17669496,0.17669496,0.17669496,0.17669496,0.17669496,0.17669496,0.17669496,0.17398988,0.17398988,0.17398988,0.17398988,0.17398988,0.17398988,0.17398988,0.17398988,0.17398988,0.17398988,0.17398988,0.17398988,0.17398988,0.17398988,0.17398988,0.17364287,0.17364287,0.17364287,0.17364287,0.17364287,0.17364287,0.17364287,0.17364287,0.17364287,0.17364287,0.17364287,0.17364287,0.17364287,0.17364287,0.17364287,0.10882874,0.10882874,0.10882874,0.10882874,0.10882874,0.10882874,0.10882874,0.10882874,0.10882874,0.10882874,0.10882874,0.10882874,0.10882874,0.10882874,0.10882874,0.16460058,0.16460058,0.16460058,0.16460058,0.16460058,0.16460058,0.16460058,0.16460058,0.16460058,0.16460058,0.16460058,0.16460058,0.16460058,0.16460058,0.16460058,0.14169839,0.14169839,0.14169839,0.14169839,0.14169839,0.14169839,0.14169839,0.14169839,0.14169839,0.14169839,0.14169839,0.14169839,0.14169839,0.14169839,0.14169839,0.13398439,0.13398439,0.13398439,0.13398439,0.13398439,0.13398439,0.13398439,0.13398439,0.13398439,0.13398439,0.13398439,0.13398439,0.13398439,0.13398439,0.13398439,0.12167272,0.12167272,0.12167272,0.12167272,0.12167272,0.12167272,0.12167272,0.12167272,0.12167272,0.12167272,0.12167272,0.12167272,0.12167272,0.12167272,0.12167272,0.12502179,0.12502179,0.12502179,0.12502179,0.12502179,0.12502179,0.12502179,0.12502179,0.12502179,0.12502179,0.12502179,0.12502179,0.12502179,0.12502179,0.12502179,0.14732003,0.14732003,0.14732003,0.14732003,0.14732003,0.14732003,0.14732003,0.14732003,0.14732003,0.14732003,0.14732003,0.14732003,0.14732003,0.14732003,0.14732003,0.20939471,0.20939471,0.20939471,0.20939471,0.20939471,0.20939471,0.20939471,0.20939471,0.20939471,0.20939471,0.20939471,0.20939471,0.20939471,0.20939471,0.20939471,0.16304983,0.16304983,0.16304983,0.16304983,0.16304983,0.16304983,0.16304983,0.16304983,0.16304983,0.16304983,0.16304983,0.16304983,0.16304983,0.16304983,0.16304983,0.14515322,0.14515322,0.14515322,0.14515322,0.14515322,0.14515322,0.14515322,0.14515322,0.14515322,0.14515322,0.14515322,0.14515322,0.14515322,0.14515322,0.14515322,0.17352736,0.17352736,0.17352736,0.17352736,0.17352736,0.17352736,0.17352736,0.17352736,0.17352736,0.17352736,0.17352736,0.17352736,0.17352736,0.17352736,0.17352736,0.12928002,0.12928002,0.12928002,0.12928002,0.12928002,0.12928002,0.12928002,0.12928002,0.12928002,0.12928002,0.12928002,0.12928002,0.12928002,0.12928002,0.12928002,0.11702816,0.11702816,0.11702816,0.11702816,0.11702816,0.11702816,0.11702816,0.11702816,0.11702816,0.11702816,0.11702816,0.11702816,0.11702816,0.11702816,0.11702816,0.13151187,0.13151187,0.13151187,0.13151187,0.13151187,0.13151187,0.13151187,0.13151187,0.13151187,0.13151187,0.13151187,0.13151187,0.13151187,0.13151187,0.13151187,0.19567564,0.19567564,0.19567564,0.19567564,0.19567564,0.19567564,0.19567564,0.19567564,0.19567564,0.19567564,0.19567564,0.19567564,0.19567564,0.19567564,0.19567564,0.079591639,0.079591639,0.079591639,0.079591639,0.079591639,0.079591639,0.079591639,0.079591639,0.079591639,0.079591639,0.079591639,0.079591639,0.079591639,0.079591639,0.079591639,0.11309683,0.11309683,0.11309683,0.11309683,0.11309683,0.11309683,0.11309683,0.11309683,0.11309683,0.11309683,0.11309683,0.11309683,0.11309683,0.11309683,0.11309683,0.10877656,0.10877656,0.10877656,0.10877656,0.10877656,0.10877656,0.10877656,0.10877656,0.10877656,0.10877656,0.10877656,0.10877656,0.10877656,0.10877656,0.10877656,0.25998813,0.25998813,0.25998813,0.25998813,0.25998813,0.25998813,0.25998813,0.25998813,0.25998813,0.25998813,0.25998813,0.25998813,0.25998813,0.25998813,0.25998813,0.12972304,0.12972304,0.12972304,0.12972304,0.12972304,0.12972304,0.12972304,0.12972304,0.12972304,0.12972304,0.12972304,0.12972304,0.12972304,0.12972304,0.12972304,0.21321282,0.21321282,0.21321282,0.21321282,0.21321282,0.21321282,0.21321282,0.21321282,0.21321282,0.21321282,0.21321282,0.21321282,0.21321282,0.21321282,0.21321282,0.1201848,0.1201848,0.1201848,0.1201848,0.1201848,0.1201848,0.1201848,0.1201848,0.1201848,0.1201848,0.1201848,0.1201848,0.1201848,0.1201848,0.1201848,0.16782644,0.16782644,0.16782644,0.16782644,0.16782644,0.16782644,0.16782644,0.16782644,0.16782644,0.16782644,0.16782644,0.16782644,0.16782644,0.16782644,0.16782644,0.16380122,0.16380122,0.16380122,0.16380122,0.16380122,0.16380122,0.16380122,0.16380122,0.16380122,0.16380122,0.16380122,0.16380122,0.16380122,0.16380122,0.16380122,0.30491045,0.30491045,0.30491045,0.30491045,0.30491045,0.30491045,0.30491045,0.30491045,0.30491045,0.30491045,0.30491045,0.30491045,0.30491045,0.30491045,0.30491045,0.21403477,0.21403477,0.21403477,0.21403477,0.21403477,0.21403477,0.21403477,0.21403477,0.21403477,0.21403477,0.21403477,0.21403477,0.21403477,0.21403477,0.21403477,0.11100706,0.11100706,0.11100706,0.11100706,0.11100706,0.11100706,0.11100706,0.11100706,0.11100706,0.11100706,0.11100706,0.11100706,0.11100706,0.11100706,0.11100706,0.19680564,0.19680564,0.19680564,0.19680564,0.19680564,0.19680564,0.19680564,0.19680564,0.19680564,0.19680564,0.19680564,0.19680564,0.19680564,0.19680564,0.19680564,0.19662578,0.19662578,0.19662578,0.19662578,0.19662578,0.19662578,0.19662578,0.19662578,0.19662578,0.19662578,0.19662578,0.19662578,0.19662578,0.19662578,0.19662578,0.153473,0.153473,0.153473,0.153473,0.153473,0.153473,0.153473,0.153473,0.153473,0.153473,0.153473,0.153473,0.153473,0.153473,0.153473,0.069052361,0.069052361,0.069052361,0.069052361,0.069052361,0.069052361,0.069052361,0.069052361,0.069052361,0.069052361,0.069052361,0.069052361,0.069052361,0.069052361,0.069052361,0.17657799,0.17657799,0.17657799,0.17657799,0.17657799,0.17657799,0.17657799,0.17657799,0.17657799,0.17657799,0.17657799,0.17657799,0.17657799,0.17657799,0.17657799,0.016045801,0.016045801,0.016045801,0.016045801,0.016045801,0.016045801,0.016045801,0.016045801,0.016045801,0.016045801,0.016045801,0.016045801,0.016045801,0.016045801,0.016045801,1.4352734,1.4352734,1.4352734,1.4352734,1.4352734,1.4352734,1.4352734,1.4352734,1.4352734,1.4352734,1.4352734,1.4352734,1.4352734,1.4352734,1.4352734,1.2938513,1.2938513,1.2938513,1.2938513,1.2938513,1.2938513,1.2938513,1.2938513,1.2938513,1.2938513,1.2938513,1.2938513,1.2938513,1.2938513,1.2938513,1.0949321,1.0949321,1.0949321,1.0949321,1.0949321,1.0949321,1.0949321,1.0949321,1.0949321,1.0949321,1.0949321,1.0949321,1.0949321,1.0949321,1.0949321,0.30885956,0.30885956,0.30885956,0.30885956,0.30885956,0.30885956,0.30885956,0.30885956,0.30885956,0.30885956,0.30885956,0.30885956,0.30885956,0.30885956,0.30885956,0.53062928,0.53062928,0.53062928,0.53062928,0.53062928,0.53062928,0.53062928,0.53062928,0.53062928,0.53062928,0.53062928,0.53062928,0.53062928,0.53062928,0.53062928,0.86525255,0.86525255,0.86525255,0.86525255,0.86525255,0.86525255,0.86525255,0.86525255,0.86525255,0.86525255,0.86525255,0.86525255,0.86525255,0.86525255,0.86525255,0.69884467,0.69884467,0.69884467,0.69884467,0.69884467,0.69884467,0.69884467,0.69884467,0.69884467,0.69884467,0.69884467,0.69884467,0.69884467,0.69884467,0.69884467,1.0289099,1.0289099,1.0289099,1.0289099,1.0289099,1.0289099,1.0289099,1.0289099,1.0289099,1.0289099,1.0289099,1.0289099,1.0289099,1.0289099,1.0289099,0.97986585,0.97986585,0.97986585,0.97986585,0.97986585,0.97986585,0.97986585,0.97986585,0.97986585,0.97986585,0.97986585,0.97986585,0.97986585,0.97986585,0.97986585,0.36935967,0.36935967,0.36935967,0.36935967,0.36935967,0.36935967,0.36935967,0.36935967,0.36935967,0.36935967,0.36935967,0.36935967,0.36935967,0.36935967,0.36935967,0.61430788,0.61430788,0.61430788,0.61430788,0.61430788,0.61430788,0.61430788,0.61430788,0.61430788,0.61430788,0.61430788,0.61430788,0.61430788,0.61430788,0.61430788,0.19075568,0.19075568,0.19075568,0.19075568,0.19075568,0.19075568,0.19075568,0.19075568,0.19075568,0.19075568,0.19075568,0.19075568,0.19075568,0.19075568,0.19075568,0.41976607,0.41976607,0.41976607,0.41976607,0.41976607,0.41976607,0.41976607,0.41976607,0.41976607,0.41976607,0.41976607,0.41976607,0.41976607,0.41976607,0.41976607,1.1240494,1.1240494,1.1240494,1.1240494,1.1240494,1.1240494,1.1240494,1.1240494,1.1240494,1.1240494,1.1240494,1.1240494,1.1240494,1.1240494,1.1240494,1.3177029,1.3177029,1.3177029,1.3177029,1.3177029,1.3177029,1.3177029,1.3177029,1.3177029,1.3177029,1.3177029,1.3177029,1.3177029,1.3177029,1.3177029,0.67409867,0.67409867,0.67409867,0.67409867,0.67409867,0.67409867,0.67409867,0.67409867,0.67409867,0.67409867,0.67409867,0.67409867,0.67409867,0.67409867,0.67409867,1.2109051,1.2109051,1.2109051,1.2109051,1.2109051,1.2109051,1.2109051,1.2109051,1.2109051,1.2109051,1.2109051,1.2109051,1.2109051,1.2109051,1.2109051,0.77594346,0.77594346,0.77594346,0.77594346,0.77594346,0.77594346,0.77594346,0.77594346,0.77594346,0.77594346,0.77594346,0.77594346,0.77594346,0.77594346,0.77594346,0.30441207,0.30441207,0.30441207,0.30441207,0.30441207,0.30441207,0.30441207,0.30441207,0.30441207,0.30441207,0.30441207,0.30441207,0.30441207,0.30441207,0.30441207,0.44740352,0.44740352,0.44740352,0.44740352,0.44740352,0.44740352,0.44740352,0.44740352,0.44740352,0.44740352,0.44740352,0.44740352,0.44740352,0.44740352,0.44740352,0.75082457,0.75082457,0.75082457,0.75082457,0.75082457,0.75082457,0.75082457,0.75082457,0.75082457,0.75082457,0.75082457,0.75082457,0.75082457,0.75082457,0.75082457,0.42902589,0.42902589,0.42902589,0.42902589,0.42902589,0.42902589,0.42902589,0.42902589,0.42902589,0.42902589,0.42902589,0.42902589,0.42902589,0.42902589,0.42902589,0.48428336,0.48428336,0.48428336,0.48428336,0.48428336,0.48428336,0.48428336,0.48428336,0.48428336,0.48428336,0.48428336,0.48428336,0.48428336,0.48428336,0.48428336,0.38595337,0.38595337,0.38595337,0.38595337,0.38595337,0.38595337,0.38595337,0.38595337,0.38595337,0.38595337,0.38595337,0.38595337,0.38595337,0.38595337,0.38595337,0.89583212,0.89583212,0.89583212,0.89583212,0.89583212,0.89583212,0.89583212,0.89583212,0.89583212,0.89583212,0.89583212,0.89583212,0.89583212,0.89583212,0.89583212,0.37038589,0.37038589,0.37038589,0.37038589,0.37038589,0.37038589,0.37038589,0.37038589,0.37038589,0.37038589,0.37038589,0.37038589,0.37038589,0.37038589,0.37038589,0.93569893,0.93569893,0.93569893,0.93569893,0.93569893,0.93569893,0.93569893,0.93569893,0.93569893,0.93569893,0.93569893,0.93569893,0.93569893,0.93569893,0.93569893,0.68457252,0.68457252,0.68457252,0.68457252,0.68457252,0.68457252,0.68457252,0.68457252,0.68457252,0.68457252,0.68457252,0.68457252,0.68457252,0.68457252,0.68457252,0.92912042,0.92912042,0.92912042,0.92912042,0.92912042,0.92912042,0.92912042,0.92912042,0.92912042,0.92912042,0.92912042,0.92912042,0.92912042,0.92912042,0.92912042,0.61950129,0.61950129,0.61950129,0.61950129,0.61950129,0.61950129,0.61950129,0.61950129,0.61950129,0.61950129,0.61950129,0.61950129,0.61950129,0.61950129,0.61950129,0.31583682,0.31583682,0.31583682,0.31583682,0.31583682,0.31583682,0.31583682,0.31583682,0.31583682,0.31583682,0.31583682,0.31583682,0.31583682,0.31583682,0.31583682,0.67169249,0.67169249,0.67169249,0.67169249,0.67169249,0.67169249,0.67169249,0.67169249,0.67169249,0.67169249,0.67169249,0.67169249,0.67169249,0.67169249,0.67169249,0.48385337,0.48385337,0.48385337,0.48385337,0.48385337,0.48385337,0.48385337,0.48385337,0.48385337,0.48385337,0.48385337,0.48385337,0.48385337,0.48385337,0.48385337,0.72601104,0.72601104,0.72601104,0.72601104,0.72601104,0.72601104,0.72601104,0.72601104,0.72601104,0.72601104,0.72601104,0.72601104,0.72601104,0.72601104,0.72601104,0.42860898,0.42860898,0.42860898,0.42860898,0.42860898,0.42860898,0.42860898,0.42860898,0.42860898,0.42860898,0.42860898,0.42860898,0.42860898,0.42860898,0.42860898,1.3312743,1.3312743,1.3312743,1.3312743,1.3312743,1.3312743,1.3312743,1.3312743,1.3312743,1.3312743,1.3312743,1.3312743,1.3312743,1.3312743,1.3312743,0.42031831,0.42031831,0.42031831,0.42031831,0.42031831,0.42031831,0.42031831,0.42031831,0.42031831,0.42031831,0.42031831,0.42031831,0.42031831,0.42031831,0.42031831,0.85400099,0.85400099,0.85400099,0.85400099,0.85400099,0.85400099,0.85400099,0.85400099,0.85400099,0.85400099,0.85400099,0.85400099,0.85400099,0.85400099,0.85400099,0.6025511,0.6025511,0.6025511,0.6025511,0.6025511,0.6025511,0.6025511,0.6025511,0.6025511,0.6025511,0.6025511,0.6025511,0.6025511,0.6025511,0.6025511,0.44980577,0.44980577,0.44980577,0.44980577,0.44980577,0.44980577,0.44980577,0.44980577,0.44980577,0.44980577,0.44980577,0.44980577,0.44980577,0.44980577,0.44980577,0.61922395,0.61922395,0.61922395,0.61922395,0.61922395,0.61922395,0.61922395,0.61922395,0.61922395,0.61922395,0.61922395,0.61922395,0.61922395,0.61922395,0.61922395,0.53980875,0.53980875,0.53980875,0.53980875,0.53980875,0.53980875,0.53980875,0.53980875,0.53980875,0.53980875,0.53980875,0.53980875,0.53980875,0.53980875,0.53980875,0.60991067,0.60991067,0.60991067,0.60991067,0.60991067,0.60991067,0.60991067,0.60991067,0.60991067,0.60991067,0.60991067,0.60991067,0.60991067,0.60991067,0.60991067,1.2976675,1.2976675,1.2976675,1.2976675,1.2976675,1.2976675,1.2976675,1.2976675,1.2976675,1.2976675,1.2976675,1.2976675,1.2976675,1.2976675,1.2976675,0.7149772,0.7149772,0.7149772,0.7149772,0.7149772,0.7149772,0.7149772,0.7149772,0.7149772,0.7149772,0.7149772,0.7149772,0.7149772,0.7149772,0.7149772,0.43436113,0.43436113,0.43436113,0.43436113,0.43436113,0.43436113,0.43436113,0.43436113,0.43436113,0.43436113,0.43436113,0.43436113,0.43436113,0.43436113,0.43436113,0.18608345,0.18608345,0.18608345,0.18608345,0.18608345,0.18608345,0.18608345,0.18608345,0.18608345,0.18608345,0.18608345,0.18608345,0.18608345,0.18608345,0.18608345,0.4649913,0.4649913,0.4649913,0.4649913,0.4649913,0.4649913,0.4649913,0.4649913,0.4649913,0.4649913,0.4649913,0.4649913,0.4649913,0.4649913,0.4649913,0.48048115,0.48048115,0.48048115,0.48048115,0.48048115,0.48048115,0.48048115,0.48048115,0.48048115,0.48048115,0.48048115,0.48048115,0.48048115,0.48048115,0.48048115,0.58855045,0.58855045,0.58855045,0.58855045,0.58855045,0.58855045,0.58855045,0.58855045,0.58855045,0.58855045,0.58855045,0.58855045,0.58855045,0.58855045,0.58855045,0.49616578,0.49616578,0.49616578,0.49616578,0.49616578,0.49616578,0.49616578,0.49616578,0.49616578,0.49616578,0.49616578,0.49616578,0.49616578,0.49616578,0.49616578,0.2531428,0.2531428,0.2531428,0.2531428,0.2531428,0.2531428,0.2531428,0.2531428,0.2531428,0.2531428,0.2531428,0.2531428,0.2531428,0.2531428,0.2531428,1.2758105,1.2758105,1.2758105,1.2758105,1.2758105,1.2758105,1.2758105,1.2758105,1.2758105,1.2758105,1.2758105,1.2758105,1.2758105,1.2758105,1.2758105,0.36860445,0.36860445,0.36860445,0.36860445,0.36860445,0.36860445,0.36860445,0.36860445,0.36860445,0.36860445,0.36860445,0.36860445,0.36860445,0.36860445,0.36860445,0.23031451,0.23031451,0.23031451,0.23031451,0.23031451,0.23031451,0.23031451,0.23031451,0.23031451,0.23031451,0.23031451,0.23031451,0.23031451,0.23031451,0.23031451,0.68201721,0.68201721,0.68201721,0.68201721,0.68201721,0.68201721,0.68201721,0.68201721,0.68201721,0.68201721,0.68201721,0.68201721,0.68201721,0.68201721,0.68201721,0.14588688,0.14588688,0.14588688,0.14588688,0.14588688,0.14588688,0.14588688,0.14588688,0.14588688,0.14588688,0.14588688,0.14588688,0.14588688,0.14588688,0.14588688,0.22201839,0.22201839,0.22201839,0.22201839,0.22201839,0.22201839,0.22201839,0.22201839,0.22201839,0.22201839,0.22201839,0.22201839,0.22201839,0.22201839,0.22201839,0.18527603,0.18527603,0.18527603,0.18527603,0.18527603,0.18527603,0.18527603,0.18527603,0.18527603,0.18527603,0.18527603,0.18527603,0.18527603,0.18527603,0.18527603,0.19326769,0.19326769,0.19326769,0.19326769,0.19326769,0.19326769,0.19326769,0.19326769,0.19326769,0.19326769,0.19326769,0.19326769,0.19326769,0.19326769,0.19326769,0.18406551,0.18406551,0.18406551,0.18406551,0.18406551,0.18406551,0.18406551,0.18406551,0.18406551,0.18406551,0.18406551,0.18406551,0.18406551,0.18406551,0.18406551,0.17781639,0.17781639,0.17781639,0.17781639,0.17781639,0.17781639,0.17781639,0.17781639,0.17781639,0.17781639,0.17781639,0.17781639,0.17781639,0.17781639,0.17781639,0.27850059,0.27850059,0.27850059,0.27850059,0.27850059,0.27850059,0.27850059,0.27850059,0.27850059,0.27850059,0.27850059,0.27850059,0.27850059,0.27850059,0.27850059,0.13984263,0.13984263,0.13984263,0.13984263,0.13984263,0.13984263,0.13984263,0.13984263,0.13984263,0.13984263,0.13984263,0.13984263,0.13984263,0.13984263,0.13984263,0.31632939,0.31632939,0.31632939,0.31632939,0.31632939,0.31632939,0.31632939,0.31632939,0.31632939,0.31632939,0.31632939,0.31632939,0.31632939,0.31632939,0.31632939,0.25073618,0.25073618,0.25073618,0.25073618,0.25073618,0.25073618,0.25073618,0.25073618,0.25073618,0.25073618,0.25073618,0.25073618,0.25073618,0.25073618,0.25073618,0.12732016,0.12732016,0.12732016,0.12732016,0.12732016,0.12732016,0.12732016,0.12732016,0.12732016,0.12732016,0.12732016,0.12732016,0.12732016,0.12732016,0.12732016,0.15148848,0.15148848,0.15148848,0.15148848,0.15148848,0.15148848,0.15148848,0.15148848,0.15148848,0.15148848,0.15148848,0.15148848,0.15148848,0.15148848,0.15148848,0.14437796,0.14437796,0.14437796,0.14437796,0.14437796,0.14437796,0.14437796,0.14437796,0.14437796,0.14437796,0.14437796,0.14437796,0.14437796,0.14437796,0.14437796,0.19173986,0.19173986,0.19173986,0.19173986,0.19173986,0.19173986,0.19173986,0.19173986,0.19173986,0.19173986,0.19173986,0.19173986,0.19173986,0.19173986,0.19173986,0.23165336,0.23165336,0.23165336,0.23165336,0.23165336,0.23165336,0.23165336,0.23165336,0.23165336,0.23165336,0.23165336,0.23165336,0.23165336,0.23165336,0.23165336,1.5437762,1.5437762,1.5437762,1.5437762,1.5437762,1.5437762,1.5437762,1.5437762,1.5437762,1.5437762,1.5437762,1.5437762,1.5437762,1.5437762,1.5437762,0.3098368,0.3098368,0.3098368,0.3098368,0.3098368,0.3098368,0.3098368,0.3098368,0.3098368,0.3098368,0.3098368,0.3098368,0.3098368,0.3098368,0.3098368,0.1482223,0.1482223,0.1482223,0.1482223,0.1482223,0.1482223,0.1482223,0.1482223,0.1482223,0.1482223,0.1482223,0.1482223,0.1482223,0.1482223,0.1482223,0.1066165,0.1066165,0.1066165,0.1066165,0.1066165,0.1066165,0.1066165,0.1066165,0.1066165,0.1066165,0.1066165,0.1066165,0.1066165,0.1066165,0.1066165,0.14778958,0.14778958,0.14778958,0.14778958,0.14778958,0.14778958,0.14778958,0.14778958,0.14778958,0.14778958,0.14778958,0.14778958,0.14778958,0.14778958,0.14778958,0.66706991,0.66706991,0.66706991,0.66706991,0.66706991,0.66706991,0.66706991,0.66706991,0.66706991,0.66706991,0.66706991,0.66706991,0.66706991,0.66706991,0.66706991,0.068441622,0.068441622,0.068441622,0.068441622,0.068441622,0.068441622,0.068441622,0.068441622,0.068441622,0.068441622,0.068441622,0.068441622,0.068441622,0.068441622,0.068441622,0.36168239,0.36168239,0.36168239,0.36168239,0.36168239,0.36168239,0.36168239,0.36168239,0.36168239,0.36168239,0.36168239,0.36168239,0.36168239,0.36168239,0.36168239,0.26239473,0.26239473,0.26239473,0.26239473,0.26239473,0.26239473,0.26239473,0.26239473,0.26239473,0.26239473,0.26239473,0.26239473,0.26239473,0.26239473,0.26239473,0.1139209,0.1139209,0.1139209,0.1139209,0.1139209,0.1139209,0.1139209,0.1139209,0.1139209,0.1139209,0.1139209,0.1139209,0.1139209,0.1139209,0.1139209,0.12334342,0.12334342,0.12334342,0.12334342,0.12334342,0.12334342,0.12334342,0.12334342,0.12334342,0.12334342,0.12334342,0.12334342,0.12334342,0.12334342,0.12334342,0.13693783,0.13693783,0.13693783,0.13693783,0.13693783,0.13693783,0.13693783,0.13693783,0.13693783,0.13693783,0.13693783,0.13693783,0.13693783,0.13693783,0.13693783,0.08506944,0.08506944,0.08506944,0.08506944,0.08506944,0.08506944,0.08506944,0.08506944,0.08506944,0.08506944,0.08506944,0.08506944,0.08506944,0.08506944,0.08506944,0.23819548,0.23819548,0.23819548,0.23819548,0.23819548,0.23819548,0.23819548,0.23819548,0.23819548,0.23819548,0.23819548,0.23819548,0.23819548,0.23819548,0.23819548,0.14902027,0.14902027,0.14902027,0.14902027,0.14902027,0.14902027,0.14902027,0.14902027,0.14902027,0.14902027,0.14902027,0.14902027,0.14902027,0.14902027,0.14902027,0.14913559,0.14913559,0.14913559,0.14913559,0.14913559,0.14913559,0.14913559,0.14913559,0.14913559,0.14913559,0.14913559,0.14913559,0.14913559,0.14913559,0.14913559,0.25241807,0.25241807,0.25241807,0.25241807,0.25241807,0.25241807,0.25241807,0.25241807,0.25241807,0.25241807,0.25241807,0.25241807,0.25241807,0.25241807,0.25241807,0.18625425,0.18625425,0.18625425,0.18625425,0.18625425,0.18625425,0.18625425,0.18625425,0.18625425,0.18625425,0.18625425,0.18625425,0.18625425,0.18625425,0.18625425,0.22052741,0.22052741,0.22052741,0.22052741,0.22052741,0.22052741,0.22052741,0.22052741,0.22052741,0.22052741,0.22052741,0.22052741,0.22052741,0.22052741,0.22052741,0.44140482,0.44140482,0.44140482,0.44140482,0.44140482,0.44140482,0.44140482,0.44140482,0.44140482,0.44140482,0.44140482,0.44140482,0.44140482,0.44140482,0.44140482,0.14757578,0.14757578,0.14757578,0.14757578,0.14757578,0.14757578,0.14757578,0.14757578,0.14757578,0.14757578,0.14757578,0.14757578,0.14757578,0.14757578,0.14757578,0.11866162,0.11866162,0.11866162,0.11866162,0.11866162,0.11866162,0.11866162,0.11866162,0.11866162,0.11866162,0.11866162,0.11866162,0.11866162,0.11866162,0.11866162,0.20104079,0.20104079,0.20104079,0.20104079,0.20104079,0.20104079,0.20104079,0.20104079,0.20104079,0.20104079,0.20104079,0.20104079,0.20104079,0.20104079,0.20104079,0.1475804,0.1475804,0.1475804,0.1475804,0.1475804,0.1475804,0.1475804,0.1475804,0.1475804,0.1475804,0.1475804,0.1475804,0.1475804,0.1475804,0.1475804,0.1414818,0.1414818,0.1414818,0.1414818,0.1414818,0.1414818,0.1414818,0.1414818,0.1414818,0.1414818,0.1414818,0.1414818,0.1414818,0.1414818,0.1414818,0.14035283,0.14035283,0.14035283,0.14035283,0.14035283,0.14035283,0.14035283,0.14035283,0.14035283,0.14035283,0.14035283,0.14035283,0.14035283,0.14035283,0.14035283,0.14334711,0.14334711,0.14334711,0.14334711,0.14334711,0.14334711,0.14334711,0.14334711,0.14334711,0.14334711,0.14334711,0.14334711,0.14334711,0.14334711,0.14334711,0.18468215,0.18468215,0.18468215,0.18468215,0.18468215,0.18468215,0.18468215,0.18468215,0.18468215,0.18468215,0.18468215,0.18468215,0.18468215,0.18468215,0.18468215,0.18387426,0.18387426,0.18387426,0.18387426,0.18387426,0.18387426,0.18387426,0.18387426,0.18387426,0.18387426,0.18387426,0.18387426,0.18387426,0.18387426,0.18387426,0.62480831,0.62480831,0.62480831,0.62480831,0.62480831,0.62480831,0.62480831,0.62480831,0.62480831,0.62480831,0.62480831,0.62480831,0.62480831,0.62480831,0.62480831,0.18676834,0.18676834,0.18676834,0.18676834,0.18676834,0.18676834,0.18676834,0.18676834,0.18676834,0.18676834,0.18676834,0.18676834,0.18676834,0.18676834,0.18676834,0.14745785,0.14745785,0.14745785,0.14745785,0.14745785,0.14745785,0.14745785,0.14745785,0.14745785,0.14745785,0.14745785,0.14745785,0.14745785,0.14745785,0.14745785,0.14767286,0.14767286,0.14767286,0.14767286,0.14767286,0.14767286,0.14767286,0.14767286,0.14767286,0.14767286,0.14767286,0.14767286,0.14767286,0.14767286,0.14767286,0.097396828,0.097396828,0.097396828,0.097396828,0.097396828,0.097396828,0.097396828,0.097396828,0.097396828,0.097396828,0.097396828,0.097396828,0.097396828,0.097396828,0.097396828,0.13370636,0.13370636,0.13370636,0.13370636,0.13370636,0.13370636,0.13370636,0.13370636,0.13370636,0.13370636,0.13370636,0.13370636,0.13370636,0.13370636,0.13370636,0.27495652,0.27495652,0.27495652,0.27495652,0.27495652,0.27495652,0.27495652,0.27495652,0.27495652,0.27495652,0.27495652,0.27495652,0.27495652,0.27495652,0.27495652,0.20022583,0.20022583,0.20022583,0.20022583,0.20022583,0.20022583,0.20022583,0.20022583,0.20022583,0.20022583,0.20022583,0.20022583,0.20022583,0.20022583,0.20022583,0.24652693,0.24652693,0.24652693,0.24652693,0.24652693,0.24652693,0.24652693,0.24652693,0.24652693,0.24652693,0.24652693,0.24652693,0.24652693,0.24652693,0.24652693,0.28706142,0.28706142,0.28706142,0.28706142,0.28706142,0.28706142,0.28706142,0.28706142,0.28706142,0.28706142,0.28706142,0.28706142,0.28706142,0.28706142,0.28706142,0.21692403,0.21692403,0.21692403,0.21692403,0.21692403,0.21692403,0.21692403,0.21692403,0.21692403,0.21692403,0.21692403,0.21692403,0.21692403,0.21692403,0.21692403,0.66409069,0.66409069,0.66409069,0.66409069,0.66409069,0.66409069,0.66409069,0.66409069,0.66409069,0.66409069,0.66409069,0.66409069,0.66409069,0.66409069,0.66409069,0.14779843,0.14779843,0.14779843,0.14779843,0.14779843,0.14779843,0.14779843,0.14779843,0.14779843,0.14779843,0.14779843,0.14779843,0.14779843,0.14779843,0.14779843,0.14717083,0.14717083,0.14717083,0.14717083,0.14717083,0.14717083,0.14717083,0.14717083,0.14717083,0.14717083,0.14717083,0.14717083,0.14717083,0.14717083,0.14717083,0.22247426,0.22247426,0.22247426,0.22247426,0.22247426,0.22247426,0.22247426,0.22247426,0.22247426,0.22247426,0.22247426,0.22247426,0.22247426,0.22247426,0.22247426,0.14833964,0.14833964,0.14833964,0.14833964,0.14833964,0.14833964,0.14833964,0.14833964,0.14833964,0.14833964,0.14833964,0.14833964,0.14833964,0.14833964,0.14833964,0.12583503,0.12583503,0.12583503,0.12583503,0.12583503,0.12583503,0.12583503,0.12583503,0.12583503,0.12583503,0.12583503,0.12583503,0.12583503,0.12583503,0.12583503,0.36877277,0.36877277,0.36877277,0.36877277,0.36877277,0.36877277,0.36877277,0.36877277,0.36877277,0.36877277,0.36877277,0.36877277,0.36877277,0.36877277,0.36877277,0.11438264,0.11438264,0.11438264,0.11438264,0.11438264,0.11438264,0.11438264,0.11438264,0.11438264,0.11438264,0.11438264,0.11438264,0.11438264,0.11438264,0.11438264,0.10551005,0.10551005,0.10551005,0.10551005,0.10551005,0.10551005,0.10551005,0.10551005,0.10551005,0.10551005,0.10551005,0.10551005,0.10551005,0.10551005,0.10551005,0.14896452,0.14896452,0.14896452,0.14896452,0.14896452,0.14896452,0.14896452,0.14896452,0.14896452,0.14896452,0.14896452,0.14896452,0.14896452,0.14896452,0.14896452,0.15944758,0.15944758,0.15944758,0.15944758,0.15944758,0.15944758,0.15944758,0.15944758,0.15944758,0.15944758,0.15944758,0.15944758,0.15944758,0.15944758,0.15944758,0.11164781,0.11164781,0.11164781,0.11164781,0.11164781,0.11164781,0.11164781,0.11164781,0.11164781,0.11164781,0.11164781,0.11164781,0.11164781,0.11164781,0.11164781,0.22878282,0.22878282,0.22878282,0.22878282,0.22878282,0.22878282,0.22878282,0.22878282,0.22878282,0.22878282,0.22878282,0.22878282,0.22878282,0.22878282,0.22878282,0.13980485,0.13980485,0.13980485,0.13980485,0.13980485,0.13980485,0.13980485,0.13980485,0.13980485,0.13980485,0.13980485,0.13980485,0.13980485,0.13980485,0.13980485,0.14847073,0.14847073,0.14847073,0.14847073,0.14847073,0.14847073,0.14847073,0.14847073,0.14847073,0.14847073,0.14847073,0.14847073,0.14847073,0.14847073,0.14847073,0.17457584,0.17457584,0.17457584,0.17457584,0.17457584,0.17457584,0.17457584,0.17457584,0.17457584,0.17457584,0.17457584,0.17457584,0.17457584,0.17457584,0.17457584,0.11353025,0.11353025,0.11353025,0.11353025,0.11353025,0.11353025,0.11353025,0.11353025,0.11353025,0.11353025,0.11353025,0.11353025,0.11353025,0.11353025,0.11353025,0.18569838,0.18569838,0.18569838,0.18569838,0.18569838,0.18569838,0.18569838,0.18569838,0.18569838,0.18569838,0.18569838,0.18569838,0.18569838,0.18569838,0.18569838,0.14292587,0.14292587,0.14292587,0.14292587,0.14292587,0.14292587,0.14292587,0.14292587,0.14292587,0.14292587,0.14292587,0.14292587,0.14292587,0.14292587,0.14292587,0.26114997,0.26114997,0.26114997,0.26114997,0.26114997,0.26114997,0.26114997,0.26114997,0.26114997,0.26114997,0.26114997,0.26114997,0.26114997,0.26114997,0.26114997,0.14866987,0.14866987,0.14866987,0.14866987,0.14866987,0.14866987,0.14866987,0.14866987,0.14866987,0.14866987,0.14866987,0.14866987,0.14866987,0.14866987,0.14866987,0.061899211,0.061899211,0.061899211,0.061899211,0.061899211,0.061899211,0.061899211,0.061899211,0.061899211,0.061899211,0.061899211,0.061899211,0.061899211,0.061899211,0.061899211,0.19430967,0.19430967,0.19430967,0.19430967,0.19430967,0.19430967,0.19430967,0.19430967,0.19430967,0.19430967,0.19430967,0.19430967,0.19430967,0.19430967,0.19430967,0.19150393,0.19150393,0.19150393,0.19150393,0.19150393,0.19150393,0.19150393,0.19150393,0.19150393,0.19150393,0.19150393,0.19150393,0.19150393,0.19150393,0.19150393,0.14799908,0.14799908,0.14799908,0.14799908,0.14799908,0.14799908,0.14799908,0.14799908,0.14799908,0.14799908,0.14799908,0.14799908,0.14799908,0.14799908,0.14799908,0.63218313,0.63218313,0.63218313,0.63218313,0.63218313,0.63218313,0.63218313,0.63218313,0.63218313,0.63218313,0.63218313,0.63218313,0.63218313,0.63218313,0.63218313,0.14654887,0.14654887,0.14654887,0.14654887,0.14654887,0.14654887,0.14654887,0.14654887,0.14654887,0.14654887,0.14654887,0.14654887,0.14654887,0.14654887,0.14654887,0.53525251,0.53525251,0.53525251,0.53525251,0.53525251,0.53525251,0.53525251,0.53525251,0.53525251,0.53525251,0.53525251,0.53525251,0.53525251,0.53525251,0.53525251,0.11083816,0.11083816,0.11083816,0.11083816,0.11083816,0.11083816,0.11083816,0.11083816,0.11083816,0.11083816,0.11083816,0.11083816,0.11083816,0.11083816,0.11083816,0.14861533,0.14861533,0.14861533,0.14861533,0.14861533,0.14861533,0.14861533,0.14861533,0.14861533,0.14861533,0.14861533,0.14861533,0.14861533,0.14861533,0.14861533,0.18462686,0.18462686,0.18462686,0.18462686,0.18462686,0.18462686,0.18462686,0.18462686,0.18462686,0.18462686,0.18462686,0.18462686,0.18462686,0.18462686,0.18462686,0.10193773,0.10193773,0.10193773,0.10193773,0.10193773,0.10193773,0.10193773,0.10193773,0.10193773,0.10193773,0.10193773,0.10193773,0.10193773,0.10193773,0.10193773,0.14712372,0.14712372,0.14712372,0.14712372,0.14712372,0.14712372,0.14712372,0.14712372,0.14712372,0.14712372,0.14712372,0.14712372,0.14712372,0.14712372,0.14712372,0.1009986,0.1009986,0.1009986,0.1009986,0.1009986,0.1009986,0.1009986,0.1009986,0.1009986,0.1009986,0.1009986,0.1009986,0.1009986,0.1009986,0.1009986,0.11471439,0.11471439,0.11471439,0.11471439,0.11471439,0.11471439,0.11471439,0.11471439,0.11471439,0.11471439,0.11471439,0.11471439,0.11471439,0.11471439,0.11471439,0.14890181,0.14890181,0.14890181,0.14890181,0.14890181,0.14890181,0.14890181,0.14890181,0.14890181,0.14890181,0.14890181,0.14890181,0.14890181,0.14890181,0.14890181,0.14897399,0.14897399,0.14897399,0.14897399,0.14897399,0.14897399,0.14897399,0.14897399,0.14897399,0.14897399,0.14897399,0.14897399,0.14897399,0.14897399,0.14897399,0.14827934,0.14827934,0.14827934,0.14827934,0.14827934,0.14827934,0.14827934,0.14827934,0.14827934,0.14827934,0.14827934,0.14827934,0.14827934,0.14827934,0.14827934,1.2770262,1.2770262,1.2770262,1.2770262,1.2770262,1.2770262,1.2770262,1.2770262,1.2770262,1.2770262,1.2770262,1.2770262,1.2770262,1.2770262,1.2770262,2.0437567,2.0437567,2.0437567,2.0437567,2.0437567,2.0437567,2.0437567,2.0437567,2.0437567,2.0437567,2.0437567,2.0437567,2.0437567,2.0437567,2.0437567,0.18381624,0.18381624,0.18381624,0.18381624,0.18381624,0.18381624,0.18381624,0.18381624,0.18381624,0.18381624,0.18381624,0.18381624,0.18381624,0.18381624,0.18381624,4.4469614,4.4469614,4.4469614,4.4469614,4.4469614,4.4469614,4.4469614,4.4469614,4.4469614,4.4469614,4.4469614,4.4469614,4.4469614,4.4469614,4.4469614,0.92770529,0.92770529,0.92770529,0.92770529,0.92770529,0.92770529,0.92770529,0.92770529,0.92770529,0.92770529,0.92770529,0.92770529,0.92770529,0.92770529,0.92770529,1.0814964,1.0814964,1.0814964,1.0814964,1.0814964,1.0814964,1.0814964,1.0814964,1.0814964,1.0814964,1.0814964,1.0814964,1.0814964,1.0814964,1.0814964,2.4969525,2.4969525,2.4969525,2.4969525,2.4969525,2.4969525,2.4969525,2.4969525,2.4969525,2.4969525,2.4969525,2.4969525,2.4969525,2.4969525,2.4969525,1.4219263,1.4219263,1.4219263,1.4219263,1.4219263,1.4219263,1.4219263,1.4219263,1.4219263,1.4219263,1.4219263,1.4219263,1.4219263,1.4219263,1.4219263,2.7540224,2.7540224,2.7540224,2.7540224,2.7540224,2.7540224,2.7540224,2.7540224,2.7540224,2.7540224,2.7540224,2.7540224,2.7540224,2.7540224,2.7540224,0.51829177,0.51829177,0.51829177,0.51829177,0.51829177,0.51829177,0.51829177,0.51829177,0.51829177,0.51829177,0.51829177,0.51829177,0.51829177,0.51829177,0.51829177,0.97198015,0.97198015,0.97198015,0.97198015,0.97198015,0.97198015,0.97198015,0.97198015,0.97198015,0.97198015,0.97198015,0.97198015,0.97198015,0.97198015,0.97198015,4.7091007,4.7091007,4.7091007,4.7091007,4.7091007,4.7091007,4.7091007,4.7091007,4.7091007,4.7091007,4.7091007,4.7091007,4.7091007,4.7091007,4.7091007,1.5634726,1.5634726,1.5634726,1.5634726,1.5634726,1.5634726,1.5634726,1.5634726,1.5634726,1.5634726,1.5634726,1.5634726,1.5634726,1.5634726,1.5634726,0.068096191,0.068096191,0.068096191,0.068096191,0.068096191,0.068096191,0.068096191,0.068096191,0.068096191,0.068096191,0.068096191,0.068096191,0.068096191,0.068096191,0.068096191,1.6323059,1.6323059,1.6323059,1.6323059,1.6323059,1.6323059,1.6323059,1.6323059,1.6323059,1.6323059,1.6323059,1.6323059,1.6323059,1.6323059,1.6323059,2.2987795,2.2987795,2.2987795,2.2987795,2.2987795,2.2987795,2.2987795,2.2987795,2.2987795,2.2987795,2.2987795,2.2987795,2.2987795,2.2987795,2.2987795,0.037466958,0.037466958,0.037466958,0.037466958,0.037466958,0.037466958,0.037466958,0.037466958,0.037466958,0.037466958,0.037466958,0.037466958,0.037466958,0.037466958,0.037466958,0.10365823,0.10365823,0.10365823,0.10365823,0.10365823,0.10365823,0.10365823,0.10365823,0.10365823,0.10365823,0.10365823,0.10365823,0.10365823,0.10365823,0.10365823,0.24114589,0.24114589,0.24114589,0.24114589,0.24114589,0.24114589,0.24114589,0.24114589,0.24114589,0.24114589,0.24114589,0.24114589,0.24114589,0.24114589,0.24114589,0.18303663,0.18303663,0.18303663,0.18303663,0.18303663,0.18303663,0.18303663,0.18303663,0.18303663,0.18303663,0.18303663,0.18303663,0.18303663,0.18303663,0.18303663,0.46482167,0.46482167,0.46482167,0.46482167,0.46482167,0.46482167,0.46482167,0.46482167,0.46482167,0.46482167,0.46482167,0.46482167,0.46482167,0.46482167,0.46482167,0.44259271,0.44259271,0.44259271,0.44259271,0.44259271,0.44259271,0.44259271,0.44259271,0.44259271,0.44259271,0.44259271,0.44259271,0.44259271,0.44259271,0.44259271,0.22692202,0.22692202,0.22692202,0.22692202,0.22692202,0.22692202,0.22692202,0.22692202,0.22692202,0.22692202,0.22692202,0.22692202,0.22692202,0.22692202,0.22692202,0.24193969,0.24193969,0.24193969,0.24193969,0.24193969,0.24193969,0.24193969,0.24193969,0.24193969,0.24193969,0.24193969,0.24193969,0.24193969,0.24193969,0.24193969,0.17998059,0.17998059,0.17998059,0.17998059,0.17998059,0.17998059,0.17998059,0.17998059,0.17998059,0.17998059,0.17998059,0.17998059,0.17998059,0.17998059,0.17998059,0.095540196,0.095540196,0.095540196,0.095540196,0.095540196,0.095540196,0.095540196,0.095540196,0.095540196,0.095540196,0.095540196,0.095540196,0.095540196,0.095540196,0.095540196,0.13915876,0.13915876,0.13915876,0.13915876,0.13915876,0.13915876,0.13915876,0.13915876,0.13915876,0.13915876,0.13915876,0.13915876,0.13915876,0.13915876,0.13915876,0.1439268,0.1439268,0.1439268,0.1439268,0.1439268,0.1439268,0.1439268,0.1439268,0.1439268,0.1439268,0.1439268,0.1439268,0.1439268,0.1439268,0.1439268,0.060358636,0.060358636,0.060358636,0.060358636,0.060358636,0.060358636,0.060358636,0.060358636,0.060358636,0.060358636,0.060358636,0.060358636,0.060358636,0.060358636,0.060358636,0.20683001,0.20683001,0.20683001,0.20683001,0.20683001,0.20683001,0.20683001,0.20683001,0.20683001,0.20683001,0.20683001,0.20683001,0.20683001,0.20683001,0.20683001,0.057307411,0.057307411,0.057307411,0.057307411,0.057307411,0.057307411,0.057307411,0.057307411,0.057307411,0.057307411,0.057307411,0.057307411,0.057307411,0.057307411,0.057307411,0.065120988,0.065120988,0.065120988,0.065120988,0.065120988,0.065120988,0.065120988,0.065120988,0.065120988,0.065120988,0.065120988,0.065120988,0.065120988,0.065120988,0.065120988,0.12529375,0.12529375,0.12529375,0.12529375,0.12529375,0.12529375,0.12529375,0.12529375,0.12529375,0.12529375,0.12529375,0.12529375,0.12529375,0.12529375,0.12529375,0.032691758,0.032691758,0.032691758,0.032691758,0.032691758,0.032691758,0.032691758,0.032691758,0.032691758,0.032691758,0.032691758,0.032691758,0.032691758,0.032691758,0.032691758,0.083402939,0.083402939,0.083402939,0.083402939,0.083402939,0.083402939,0.083402939,0.083402939,0.083402939,0.083402939,0.083402939,0.083402939,0.083402939,0.083402939,0.083402939,0.011957322,0.011957322,0.011957322,0.011957322,0.011957322,0.011957322,0.011957322,0.011957322,0.011957322,0.011957322,0.011957322,0.011957322,0.011957322,0.011957322,0.011957322,0.11080708,0.11080708,0.11080708,0.11080708,0.11080708,0.11080708,0.11080708,0.11080708,0.11080708,0.11080708,0.11080708,0.11080708,0.11080708,0.11080708,0.11080708,0.058162767,0.058162767,0.058162767,0.058162767,0.058162767,0.058162767,0.058162767,0.058162767,0.058162767,0.058162767,0.058162767,0.058162767,0.058162767,0.058162767,0.058162767,0.080027439,0.080027439,0.080027439,0.080027439,0.080027439,0.080027439,0.080027439,0.080027439,0.080027439,0.080027439,0.080027439,0.080027439,0.080027439,0.080027439,0.080027439,0.1214199,0.1214199,0.1214199,0.1214199,0.1214199,0.1214199,0.1214199,0.1214199,0.1214199,0.1214199,0.1214199,0.1214199,0.1214199,0.1214199,0.1214199,0.11921319,0.11921319,0.11921319,0.11921319,0.11921319,0.11921319,0.11921319,0.11921319,0.11921319,0.11921319,0.11921319,0.11921319,0.11921319,0.11921319,0.11921319,0.1628651,0.1628651,0.1628651,0.1628651,0.1628651,0.1628651,0.1628651,0.1628651,0.1628651,0.1628651,0.1628651,0.1628651,0.1628651,0.1628651,0.1628651,0.048088916,0.048088916,0.048088916,0.048088916,0.048088916,0.048088916,0.048088916,0.048088916,0.048088916,0.048088916,0.048088916,0.048088916,0.048088916,0.048088916,0.048088916,0.085983984,0.085983984,0.085983984,0.085983984,0.085983984,0.085983984,0.085983984,0.085983984,0.085983984,0.085983984,0.085983984,0.085983984,0.085983984,0.085983984,0.085983984,0.078158505,0.078158505,0.078158505,0.078158505,0.078158505,0.078158505,0.078158505,0.078158505,0.078158505,0.078158505,0.078158505,0.078158505,0.078158505,0.078158505,0.078158505,0.13417226,0.13417226,0.13417226,0.13417226,0.13417226,0.13417226,0.13417226,0.13417226,0.13417226,0.13417226,0.13417226,0.13417226,0.13417226,0.13417226,0.13417226,0.026640713,0.026640713,0.026640713,0.026640713,0.026640713,0.026640713,0.026640713,0.026640713,0.026640713,0.026640713,0.026640713,0.026640713,0.026640713,0.026640713,0.026640713,0.092447475,0.092447475,0.092447475,0.092447475,0.092447475,0.092447475,0.092447475,0.092447475,0.092447475,0.092447475,0.092447475,0.092447475,0.092447475,0.092447475,0.092447475,0.30065155,0.30065155,0.30065155,0.30065155,0.30065155,0.30065155,0.30065155,0.30065155,0.30065155,0.30065155,0.30065155,0.30065155,0.30065155,0.30065155,0.30065155,1.7932273,1.7932273,1.7932273,1.7932273,1.7932273,1.7932273,1.7932273,1.7932273,1.7932273,1.7932273,1.7932273,1.7932273,1.7932273,1.7932273,1.7932273,1.5709,1.5709,1.5709,1.5709,1.5709,1.5709,1.5709,1.5709,1.5709,1.5709,1.5709,1.5709,1.5709,1.5709,1.5709,1.1757112,1.1757112,1.1757112,1.1757112,1.1757112,1.1757112,1.1757112,1.1757112,1.1757112,1.1757112,1.1757112,1.1757112,1.1757112,1.1757112,1.1757112,0.9733541,0.9733541,0.9733541,0.9733541,0.9733541,0.9733541,0.9733541,0.9733541,0.9733541,0.9733541,0.9733541,0.9733541,0.9733541,0.9733541,0.9733541,0.36382401,0.36382401,0.36382401,0.36382401,0.36382401,0.36382401,0.36382401,0.36382401,0.36382401,0.36382401,0.36382401,0.36382401,0.36382401,0.36382401,0.36382401,0.60155404,0.60155404,0.60155404,0.60155404,0.60155404,0.60155404,0.60155404,0.60155404,0.60155404,0.60155404,0.60155404,0.60155404,0.60155404,0.60155404,0.60155404,0.98623788,0.98623788,0.98623788,0.98623788,0.98623788,0.98623788,0.98623788,0.98623788,0.98623788,0.98623788,0.98623788,0.98623788,0.98623788,0.98623788,0.98623788,1.0815082,1.0815082,1.0815082,1.0815082,1.0815082,1.0815082,1.0815082,1.0815082,1.0815082,1.0815082,1.0815082,1.0815082,1.0815082,1.0815082,1.0815082,1.0260555,1.0260555,1.0260555,1.0260555,1.0260555,1.0260555,1.0260555,1.0260555,1.0260555,1.0260555,1.0260555,1.0260555,1.0260555,1.0260555,1.0260555,0.78489852,0.78489852,0.78489852,0.78489852,0.78489852,0.78489852,0.78489852,0.78489852,0.78489852,0.78489852,0.78489852,0.78489852,0.78489852,0.78489852,0.78489852,0.55049455,0.55049455,0.55049455,0.55049455,0.55049455,0.55049455,0.55049455,0.55049455,0.55049455,0.55049455,0.55049455,0.55049455,0.55049455,0.55049455,0.55049455,0.89014471,0.89014471,0.89014471,0.89014471,0.89014471,0.89014471,0.89014471,0.89014471,0.89014471,0.89014471,0.89014471,0.89014471,0.89014471,0.89014471,0.89014471,1.1372051,1.1372051,1.1372051,1.1372051,1.1372051,1.1372051,1.1372051,1.1372051,1.1372051,1.1372051,1.1372051,1.1372051,1.1372051,1.1372051,1.1372051,1.2512499,1.2512499,1.2512499,1.2512499,1.2512499,1.2512499,1.2512499,1.2512499,1.2512499,1.2512499,1.2512499,1.2512499,1.2512499,1.2512499,1.2512499,0.02827413,0.02827413,0.02827413,0.02827413,0.02827413,0.02827413,0.02827413,0.02827413,0.02827413,0.02827413,0.02827413,0.02827413,0.02827413,0.02827413,0.02827413,0.76797956,0.76797956,0.76797956,0.76797956,0.76797956,0.76797956,0.76797956,0.76797956,0.76797956,0.76797956,0.76797956,0.76797956,0.76797956,0.76797956,0.76797956,1.411497,1.411497,1.411497,1.411497,1.411497,1.411497,1.411497,1.411497,1.411497,1.411497,1.411497,1.411497,1.411497,1.411497,1.411497,0.50019199,0.50019199,0.50019199,0.50019199,0.50019199,0.50019199,0.50019199,0.50019199,0.50019199,0.50019199,0.50019199,0.50019199,0.50019199,0.50019199,0.50019199,1.7128142,1.7128142,1.7128142,1.7128142,1.7128142,1.7128142,1.7128142,1.7128142,1.7128142,1.7128142,1.7128142,1.7128142,1.7128142,1.7128142,1.7128142,0.74443549,0.74443549,0.74443549,0.74443549,0.74443549,0.74443549,0.74443549,0.74443549,0.74443549,0.74443549,0.74443549,0.74443549,0.74443549,0.74443549,0.74443549,1.5179491,1.5179491,1.5179491,1.5179491,1.5179491,1.5179491,1.5179491,1.5179491,1.5179491,1.5179491,1.5179491,1.5179491,1.5179491,1.5179491,1.5179491,0.63392115,0.63392115,0.63392115,0.63392115,0.63392115,0.63392115,0.63392115,0.63392115,0.63392115,0.63392115,0.63392115,0.63392115,0.63392115,0.63392115,0.63392115,0.96104461,0.96104461,0.96104461,0.96104461,0.96104461,0.96104461,0.96104461,0.96104461,0.96104461,0.96104461,0.96104461,0.96104461,0.96104461,0.96104461,0.96104461,1.4279079,1.4279079,1.4279079,1.4279079,1.4279079,1.4279079,1.4279079,1.4279079,1.4279079,1.4279079,1.4279079,1.4279079,1.4279079,1.4279079,1.4279079,1.2213736,1.2213736,1.2213736,1.2213736,1.2213736,1.2213736,1.2213736,1.2213736,1.2213736,1.2213736,1.2213736,1.2213736,1.2213736,1.2213736,1.2213736,0.49454141,0.49454141,0.49454141,0.49454141,0.49454141,0.49454141,0.49454141,0.49454141,0.49454141,0.49454141,0.49454141,0.49454141,0.49454141,0.49454141,0.49454141,1.0823675,1.0823675,1.0823675,1.0823675,1.0823675,1.0823675,1.0823675,1.0823675,1.0823675,1.0823675,1.0823675,1.0823675,1.0823675,1.0823675,1.0823675,1.7214578,1.7214578,1.7214578,1.7214578,1.7214578,1.7214578,1.7214578,1.7214578,1.7214578,1.7214578,1.7214578,1.7214578,1.7214578,1.7214578,1.7214578,0.57059723,0.57059723,0.57059723,0.57059723,0.57059723,0.57059723,0.57059723,0.57059723,0.57059723,0.57059723,0.57059723,0.57059723,0.57059723,0.57059723,0.57059723,0.86628944,0.86628944,0.86628944,0.86628944,0.86628944,0.86628944,0.86628944,0.86628944,0.86628944,0.86628944,0.86628944,0.86628944,0.86628944,0.86628944,0.86628944,0.99034482,0.99034482,0.99034482,0.99034482,0.99034482,0.99034482,0.99034482,0.99034482,0.99034482,0.99034482,0.99034482,0.99034482,0.99034482,0.99034482,0.99034482,0.27613747,0.27613747,0.27613747,0.27613747,0.27613747,0.27613747,0.27613747,0.27613747,0.27613747,0.27613747,0.27613747,0.27613747,0.27613747,0.27613747,0.27613747,0.13540751,0.13540751,0.13540751,0.13540751,0.13540751,0.13540751,0.13540751,0.13540751,0.13540751,0.13540751,0.13540751,0.13540751,0.13540751,0.13540751,0.13540751,0.26658946,0.26658946,0.26658946,0.26658946,0.26658946,0.26658946,0.26658946,0.26658946,0.26658946,0.26658946,0.26658946,0.26658946,0.26658946,0.26658946,0.26658946,0.010900291,0.010900291,0.010900291,0.010900291,0.010900291,0.010900291,0.010900291,0.010900291,0.010900291,0.010900291,0.010900291,0.010900291,0.010900291,0.010900291,0.010900291,0.18279256,0.18279256,0.18279256,0.18279256,0.18279256,0.18279256,0.18279256,0.18279256,0.18279256,0.18279256,0.18279256,0.18279256,0.18279256,0.18279256,0.18279256,0.33886176,0.33886176,0.33886176,0.33886176,0.33886176,0.33886176,0.33886176,0.33886176,0.33886176,0.33886176,0.33886176,0.33886176,0.33886176,0.33886176,0.33886176,0.17911901,0.17911901,0.17911901,0.17911901,0.17911901,0.17911901,0.17911901,0.17911901,0.17911901,0.17911901,0.17911901,0.17911901,0.17911901,0.17911901,0.17911901,0.27459738,0.27459738,0.27459738,0.27459738,0.27459738,0.27459738,0.27459738,0.27459738,0.27459738,0.27459738,0.27459738,0.27459738,0.27459738,0.27459738,0.27459738,0.10550386,0.10550386,0.10550386,0.10550386,0.10550386,0.10550386,0.10550386,0.10550386,0.10550386,0.10550386,0.10550386,0.10550386,0.10550386,0.10550386,0.10550386,0.23143025,0.23143025,0.23143025,0.23143025,0.23143025,0.23143025,0.23143025,0.23143025,0.23143025,0.23143025,0.23143025,0.23143025,0.23143025,0.23143025,0.23143025,0.26880255,0.26880255,0.26880255,0.26880255,0.26880255,0.26880255,0.26880255,0.26880255,0.26880255,0.26880255,0.26880255,0.26880255,0.26880255,0.26880255,0.26880255,0.16439354,0.16439354,0.16439354,0.16439354,0.16439354,0.16439354,0.16439354,0.16439354,0.16439354,0.16439354,0.16439354,0.16439354,0.16439354,0.16439354,0.16439354,0.12918141,0.12918141,0.12918141,0.12918141,0.12918141,0.12918141,0.12918141,0.12918141,0.12918141,0.12918141,0.12918141,0.12918141,0.12918141,0.12918141,0.12918141,0.37359506,0.37359506,0.37359506,0.37359506,0.37359506,0.37359506,0.37359506,0.37359506,0.37359506,0.37359506,0.37359506,0.37359506,0.37359506,0.37359506,0.37359506,0.20606804,0.20606804,0.20606804,0.20606804,0.20606804,0.20606804,0.20606804,0.20606804,0.20606804,0.20606804,0.20606804,0.20606804,0.20606804,0.20606804,0.20606804,0.27005741,0.27005741,0.27005741,0.27005741,0.27005741,0.27005741,0.27005741,0.27005741,0.27005741,0.27005741,0.27005741,0.27005741,0.27005741,0.27005741,0.27005741,0.46471217,0.46471217,0.46471217,0.46471217,0.46471217,0.46471217,0.46471217,0.46471217,0.46471217,0.46471217,0.46471217,0.46471217,0.46471217,0.46471217,0.46471217,0.4219273,0.4219273,0.4219273,0.4219273,0.4219273,0.4219273,0.4219273,0.4219273,0.4219273,0.4219273,0.4219273,0.4219273,0.4219273,0.4219273,0.4219273,0.12832357,0.12832357,0.12832357,0.12832357,0.12832357,0.12832357,0.12832357,0.12832357,0.12832357,0.12832357,0.12832357,0.12832357,0.12832357,0.12832357,0.12832357,0.12766977,0.12766977,0.12766977,0.12766977,0.12766977,0.12766977,0.12766977,0.12766977,0.12766977,0.12766977,0.12766977,0.12766977,0.12766977,0.12766977,0.12766977,0.16761398,0.16761398,0.16761398,0.16761398,0.16761398,0.16761398,0.16761398,0.16761398,0.16761398,0.16761398,0.16761398,0.16761398,0.16761398,0.16761398,0.16761398,0.4447985,0.4447985,0.4447985,0.4447985,0.4447985,0.4447985,0.4447985,0.4447985,0.4447985,0.4447985,0.4447985,0.4447985,0.4447985,0.4447985,0.4447985,0.36558464,0.36558464,0.36558464,0.36558464,0.36558464,0.36558464,0.36558464,0.36558464,0.36558464,0.36558464,0.36558464,0.36558464,0.36558464,0.36558464,0.36558464,0.32858577,0.32858577,0.32858577,0.32858577,0.32858577,0.32858577,0.32858577,0.32858577,0.32858577,0.32858577,0.32858577,0.32858577,0.32858577,0.32858577,0.32858577,0.018081678,0.018081678,0.018081678,0.018081678,0.018081678,0.018081678,0.018081678,0.018081678,0.018081678,0.018081678,0.018081678,0.018081678,0.018081678,0.018081678,0.018081678,0.33013111,0.33013111,0.33013111,0.33013111,0.33013111,0.33013111,0.33013111,0.33013111,0.33013111,0.33013111,0.33013111,0.33013111,0.33013111,0.33013111,0.33013111,0.16362573,0.16362573,0.16362573,0.16362573,0.16362573,0.16362573,0.16362573,0.16362573,0.16362573,0.16362573,0.16362573,0.16362573,0.16362573,0.16362573,0.16362573,0.16960917,0.16960917,0.16960917,0.16960917,0.16960917,0.16960917,0.16960917,0.16960917,0.16960917,0.16960917,0.16960917,0.16960917,0.16960917,0.16960917,0.16960917,0.17021656,0.17021656,0.17021656,0.17021656,0.17021656,0.17021656,0.17021656,0.17021656,0.17021656,0.17021656,0.17021656,0.17021656,0.17021656,0.17021656,0.17021656,0.10440676,0.10440676,0.10440676,0.10440676,0.10440676,0.10440676,0.10440676,0.10440676,0.10440676,0.10440676,0.10440676,0.10440676,0.10440676,0.10440676,0.10440676,0.073765457,0.073765457,0.073765457,0.073765457,0.073765457,0.073765457,0.073765457,0.073765457,0.073765457,0.073765457,0.073765457,0.073765457,0.073765457,0.073765457,0.073765457,0.005867831,0.005867831,0.005867831,0.005867831,0.005867831,0.005867831,0.005867831,0.005867831,0.005867831,0.005867831,0.005867831,0.005867831,0.005867831,0.005867831,0.005867831,0.1352904,0.1352904,0.1352904,0.1352904,0.1352904,0.1352904,0.1352904,0.1352904,0.1352904,0.1352904,0.1352904,0.1352904,0.1352904,0.1352904,0.1352904,0.3140111,0.3140111,0.3140111,0.3140111,0.3140111,0.3140111,0.3140111,0.3140111,0.3140111,0.3140111,0.3140111,0.3140111,0.3140111,0.3140111,0.3140111,0.20160718,0.20160718,0.20160718,0.20160718,0.20160718,0.20160718,0.20160718,0.20160718,0.20160718,0.20160718,0.20160718,0.20160718,0.20160718,0.20160718,0.20160718,0.16681181,0.16681181,0.16681181,0.16681181,0.16681181,0.16681181,0.16681181,0.16681181,0.16681181,0.16681181,0.16681181,0.16681181,0.16681181,0.16681181,0.16681181,0.21022901,0.21022901,0.21022901,0.21022901,0.21022901,0.21022901,0.21022901,0.21022901,0.21022901,0.21022901,0.21022901,0.21022901,0.21022901,0.21022901,0.21022901,0.1013367,0.1013367,0.1013367,0.1013367,0.1013367,0.1013367,0.1013367,0.1013367,0.1013367,0.1013367,0.1013367,0.1013367,0.1013367,0.1013367,0.1013367,0.24647419,0.24647419,0.24647419,0.24647419,0.24647419,0.24647419,0.24647419,0.24647419,0.24647419,0.24647419,0.24647419,0.24647419,0.24647419,0.24647419,0.24647419,0.25944155,0.25944155,0.25944155,0.25944155,0.25944155,0.25944155,0.25944155,0.25944155,0.25944155,0.25944155,0.25944155,0.25944155,0.25944155,0.25944155,0.25944155,0.059650414,0.059650414,0.059650414,0.059650414,0.059650414,0.059650414,0.059650414,0.059650414,0.059650414,0.059650414,0.059650414,0.059650414,0.059650414,0.059650414,0.059650414,0.028170133,0.028170133,0.028170133,0.028170133,0.028170133,0.028170133,0.028170133,0.028170133,0.028170133,0.028170133,0.028170133,0.028170133,0.028170133,0.028170133,0.028170133,0.16897915,0.16897915,0.16897915,0.16897915,0.16897915,0.16897915,0.16897915,0.16897915,0.16897915,0.16897915,0.16897915,0.16897915,0.16897915,0.16897915,0.16897915,0.015066499,0.015066499,0.015066499,0.015066499,0.015066499,0.015066499,0.015066499,0.015066499,0.015066499,0.015066499,0.015066499,0.015066499,0.015066499,0.015066499,0.015066499,0.044948753,0.044948753,0.044948753,0.044948753,0.044948753,0.044948753,0.044948753,0.044948753,0.044948753,0.044948753,0.044948753,0.044948753,0.044948753,0.044948753,0.044948753,0.69421494,0.69421494,0.69421494,0.69421494,0.69421494,0.69421494,0.69421494,0.69421494,0.69421494,0.69421494,0.69421494,0.69421494,0.69421494,0.69421494,0.69421494,0.20978801,0.20978801,0.20978801,0.20978801,0.20978801,0.20978801,0.20978801,0.20978801,0.20978801,0.20978801,0.20978801,0.20978801,0.20978801,0.20978801,0.20978801,0.052985631,0.052985631,0.052985631,0.052985631,0.052985631,0.052985631,0.052985631,0.052985631,0.052985631,0.052985631,0.052985631,0.052985631,0.052985631,0.052985631,0.052985631,0.16105036,0.16105036,0.16105036,0.16105036,0.16105036,0.16105036,0.16105036,0.16105036,0.16105036,0.16105036,0.16105036,0.16105036,0.16105036,0.16105036,0.16105036,0.085037932,0.085037932,0.085037932,0.085037932,0.085037932,0.085037932,0.085037932,0.085037932,0.085037932,0.085037932,0.085037932,0.085037932,0.085037932,0.085037932,0.085037932,0.083840348,0.083840348,0.083840348,0.083840348,0.083840348,0.083840348,0.083840348,0.083840348,0.083840348,0.083840348,0.083840348,0.083840348,0.083840348,0.083840348,0.083840348,0.36015651,0.36015651,0.36015651,0.36015651,0.36015651,0.36015651,0.36015651,0.36015651,0.36015651,0.36015651,0.36015651,0.36015651,0.36015651,0.36015651,0.36015651,0.23616616,0.23616616,0.23616616,0.23616616,0.23616616,0.23616616,0.23616616,0.23616616,0.23616616,0.23616616,0.23616616,0.23616616,0.23616616,0.23616616,0.23616616,0.25074577,0.25074577,0.25074577,0.25074577,0.25074577,0.25074577,0.25074577,0.25074577,0.25074577,0.25074577,0.25074577,0.25074577,0.25074577,0.25074577,0.25074577,0.13431937,0.13431937,0.13431937,0.13431937,0.13431937,0.13431937,0.13431937,0.13431937,0.13431937,0.13431937,0.13431937,0.13431937,0.13431937,0.13431937,0.13431937,0.12293378,0.12293378,0.12293378,0.12293378,0.12293378,0.12293378,0.12293378,0.12293378,0.12293378,0.12293378,0.12293378,0.12293378,0.12293378,0.12293378,0.12293378,0.29117554,0.29117554,0.29117554,0.29117554,0.29117554,0.29117554,0.29117554,0.29117554,0.29117554,0.29117554,0.29117554,0.29117554,0.29117554,0.29117554,0.29117554,0.22454122,0.22454122,0.22454122,0.22454122,0.22454122,0.22454122,0.22454122,0.22454122,0.22454122,0.22454122,0.22454122,0.22454122,0.22454122,0.22454122,0.22454122,0.21527122,0.21527122,0.21527122,0.21527122,0.21527122,0.21527122,0.21527122,0.21527122,0.21527122,0.21527122,0.21527122,0.21527122,0.21527122,0.21527122,0.21527122,0.15639032,0.15639032,0.15639032,0.15639032,0.15639032,0.15639032,0.15639032,0.15639032,0.15639032,0.15639032,0.15639032,0.15639032,0.15639032,0.15639032,0.15639032,0.11150324,0.11150324,0.11150324,0.11150324,0.11150324,0.11150324,0.11150324,0.11150324,0.11150324,0.11150324,0.11150324,0.11150324,0.11150324,0.11150324,0.11150324,0.15352188,0.15352188,0.15352188,0.15352188,0.15352188,0.15352188,0.15352188,0.15352188,0.15352188,0.15352188,0.15352188,0.15352188,0.15352188,0.15352188,0.15352188,0.087578572,0.087578572,0.087578572,0.087578572,0.087578572,0.087578572,0.087578572,0.087578572,0.087578572,0.087578572,0.087578572,0.087578572,0.087578572,0.087578572,0.087578572,0.10980389,0.10980389,0.10980389,0.10980389,0.10980389,0.10980389,0.10980389,0.10980389,0.10980389,0.10980389,0.10980389,0.10980389,0.10980389,0.10980389,0.10980389,0.067331888,0.067331888,0.067331888,0.067331888,0.067331888,0.067331888,0.067331888,0.067331888,0.067331888,0.067331888,0.067331888,0.067331888,0.067331888,0.067331888,0.067331888,0.060880303,0.060880303,0.060880303,0.060880303,0.060880303,0.060880303,0.060880303,0.060880303,0.060880303,0.060880303,0.060880303,0.060880303,0.060880303,0.060880303,0.060880303,0.1376453,0.1376453,0.1376453,0.1376453,0.1376453,0.1376453,0.1376453,0.1376453,0.1376453,0.1376453,0.1376453,0.1376453,0.1376453,0.1376453,0.1376453,0.11037266,0.11037266,0.11037266,0.11037266,0.11037266,0.11037266,0.11037266,0.11037266,0.11037266,0.11037266,0.11037266,0.11037266,0.11037266,0.11037266,0.11037266,0.063994132,0.063994132,0.063994132,0.063994132,0.063994132,0.063994132,0.063994132,0.063994132,0.063994132,0.063994132,0.063994132,0.063994132,0.063994132,0.063994132,0.063994132,0.21430542,0.21430542,0.21430542,0.21430542,0.21430542,0.21430542,0.21430542,0.21430542,0.21430542,0.21430542,0.21430542,0.21430542,0.21430542,0.21430542,0.21430542,0.18110977,0.18110977,0.18110977,0.18110977,0.18110977,0.18110977,0.18110977,0.18110977,0.18110977,0.18110977,0.18110977,0.18110977,0.18110977,0.18110977,0.18110977,0.22646138,0.22646138,0.22646138,0.22646138,0.22646138,0.22646138,0.22646138,0.22646138,0.22646138,0.22646138,0.22646138,0.22646138,0.22646138,0.22646138,0.22646138,0.21993181,0.21993181,0.21993181,0.21993181,0.21993181,0.21993181,0.21993181,0.21993181,0.21993181,0.21993181,0.21993181,0.21993181,0.21993181,0.21993181,0.21993181,0.17007841,0.17007841,0.17007841,0.17007841,0.17007841,0.17007841,0.17007841,0.17007841,0.17007841,0.17007841,0.17007841,0.17007841,0.17007841,0.17007841,0.17007841,0.13134317,0.13134317,0.13134317,0.13134317,0.13134317,0.13134317,0.13134317,0.13134317,0.13134317,0.13134317,0.13134317,0.13134317,0.13134317,0.13134317,0.13134317,0.093689479,0.093689479,0.093689479,0.093689479,0.093689479,0.093689479,0.093689479,0.093689479,0.093689479,0.093689479,0.093689479,0.093689479,0.093689479,0.093689479,0.093689479,0.12213498,0.12213498,0.12213498,0.12213498,0.12213498,0.12213498,0.12213498,0.12213498,0.12213498,0.12213498,0.12213498,0.12213498,0.12213498,0.12213498,0.12213498,0.062303789,0.062303789,0.062303789,0.062303789,0.062303789,0.062303789,0.062303789,0.062303789,0.062303789,0.062303789,0.062303789,0.062303789,0.062303789,0.062303789,0.062303789,0.13111576,0.13111576,0.13111576,0.13111576,0.13111576,0.13111576,0.13111576,0.13111576,0.13111576,0.13111576,0.13111576,0.13111576,0.13111576,0.13111576,0.13111576,0.11004819,0.11004819,0.11004819,0.11004819,0.11004819,0.11004819,0.11004819,0.11004819,0.11004819,0.11004819,0.11004819,0.11004819,0.11004819,0.11004819,0.11004819,0.10326882,0.10326882,0.10326882,0.10326882,0.10326882,0.10326882,0.10326882,0.10326882,0.10326882,0.10326882,0.10326882,0.10326882,0.10326882,0.10326882,0.10326882,0.17670369,0.17670369,0.17670369,0.17670369,0.17670369,0.17670369,0.17670369,0.17670369,0.17670369,0.17670369,0.17670369,0.17670369,0.17670369,0.17670369,0.17670369,0.11795531,0.11795531,0.11795531,0.11795531,0.11795531,0.11795531,0.11795531,0.11795531,0.11795531,0.11795531,0.11795531,0.11795531,0.11795531,0.11795531,0.11795531,0.044670127,0.044670127,0.044670127,0.044670127,0.044670127,0.044670127,0.044670127,0.044670127,0.044670127,0.044670127,0.044670127,0.044670127,0.044670127,0.044670127,0.044670127,0.055621594,0.055621594,0.055621594,0.055621594,0.055621594,0.055621594,0.055621594,0.055621594,0.055621594,0.055621594,0.055621594,0.055621594,0.055621594,0.055621594,0.055621594,0.12025626,0.12025626,0.12025626,0.12025626,0.12025626,0.12025626,0.12025626,0.12025626,0.12025626,0.12025626,0.12025626,0.12025626,0.12025626,0.12025626,0.12025626,0.24258798,0.24258798,0.24258798,0.24258798,0.24258798,0.24258798,0.24258798,0.24258798,0.24258798,0.24258798,0.24258798,0.24258798,0.24258798,0.24258798,0.24258798,0.18361938,0.18361938,0.18361938,0.18361938,0.18361938,0.18361938,0.18361938,0.18361938,0.18361938,0.18361938,0.18361938,0.18361938,0.18361938,0.18361938,0.18361938,0.16898936,0.16898936,0.16898936,0.16898936,0.16898936,0.16898936,0.16898936,0.16898936,0.16898936,0.16898936,0.16898936,0.16898936,0.16898936,0.16898936,0.16898936,0.067820631,0.067820631,0.067820631,0.067820631,0.067820631,0.067820631,0.067820631,0.067820631,0.067820631,0.067820631,0.067820631,0.067820631,0.067820631,0.067820631,0.067820631,0.099262699,0.099262699,0.099262699,0.099262699,0.099262699,0.099262699,0.099262699,0.099262699,0.099262699,0.099262699,0.099262699,0.099262699,0.099262699,0.099262699,0.099262699,0.14314362,0.14314362,0.14314362,0.14314362,0.14314362,0.14314362,0.14314362,0.14314362,0.14314362,0.14314362,0.14314362,0.14314362,0.14314362,0.14314362,0.14314362,0.068350106,0.068350106,0.068350106,0.068350106,0.068350106,0.068350106,0.068350106,0.068350106,0.068350106,0.068350106,0.068350106,0.068350106,0.068350106,0.068350106,0.068350106,0.21138965,0.21138965,0.21138965,0.21138965,0.21138965,0.21138965,0.21138965,0.21138965,0.21138965,0.21138965,0.21138965,0.21138965,0.21138965,0.21138965,0.21138965,0.074075274,0.074075274,0.074075274,0.074075274,0.074075274,0.074075274,0.074075274,0.074075274,0.074075274,0.074075274,0.074075274,0.074075274,0.074075274,0.074075274,0.074075274,0.13086009,0.13086009,0.13086009,0.13086009,0.13086009,0.13086009,0.13086009,0.13086009,0.13086009,0.13086009,0.13086009,0.13086009,0.13086009,0.13086009,0.13086009,0.10571666,0.10571666,0.10571666,0.10571666,0.10571666,0.10571666,0.10571666,0.10571666,0.10571666,0.10571666,0.10571666,0.10571666,0.10571666,0.10571666,0.10571666,0.12734233,0.12734233,0.12734233,0.12734233,0.12734233,0.12734233,0.12734233,0.12734233,0.12734233,0.12734233,0.12734233,0.12734233,0.12734233,0.12734233,0.12734233,0.092206232,0.092206232,0.092206232,0.092206232,0.092206232,0.092206232,0.092206232,0.092206232,0.092206232,0.092206232,0.092206232,0.092206232,0.092206232,0.092206232,0.092206232,0.088174783,0.088174783,0.088174783,0.088174783,0.088174783,0.088174783,0.088174783,0.088174783,0.088174783,0.088174783,0.088174783,0.088174783,0.088174783,0.088174783,0.088174783,0.075647965,0.075647965,0.075647965,0.075647965,0.075647965,0.075647965,0.075647965,0.075647965,0.075647965,0.075647965,0.075647965,0.075647965,0.075647965,0.075647965,0.075647965,0.13749982,0.13749982,0.13749982,0.13749982,0.13749982,0.13749982,0.13749982,0.13749982,0.13749982,0.13749982,0.13749982,0.13749982,0.13749982,0.13749982,0.13749982,0.068875082,0.068875082,0.068875082,0.068875082,0.068875082,0.068875082,0.068875082,0.068875082,0.068875082,0.068875082,0.068875082,0.068875082,0.068875082,0.068875082,0.068875082,0.16724594,0.16724594,0.16724594,0.16724594,0.16724594,0.16724594,0.16724594,0.16724594,0.16724594,0.16724594,0.16724594,0.16724594,0.16724594,0.16724594,0.16724594,0.18753751,0.18753751,0.18753751,0.18753751,0.18753751,0.18753751,0.18753751,0.18753751,0.18753751,0.18753751,0.18753751,0.18753751,0.18753751,0.18753751,0.18753751,0.15409821,0.15409821,0.15409821,0.15409821,0.15409821,0.15409821,0.15409821,0.15409821,0.15409821,0.15409821,0.15409821,0.15409821,0.15409821,0.15409821,0.15409821,0.14340706,0.14340706,0.14340706,0.14340706,0.14340706,0.14340706,0.14340706,0.14340706,0.14340706,0.14340706,0.14340706,0.14340706,0.14340706,0.14340706,0.14340706,0.096623696,0.096623696,0.096623696,0.096623696,0.096623696,0.096623696,0.096623696,0.096623696,0.096623696,0.096623696,0.096623696,0.096623696,0.096623696,0.096623696,0.096623696,0.091442101,0.091442101,0.091442101,0.091442101,0.091442101,0.091442101,0.091442101,0.091442101,0.091442101,0.091442101,0.091442101,0.091442101,0.091442101,0.091442101,0.091442101,0.10120297,0.10120297,0.10120297,0.10120297,0.10120297,0.10120297,0.10120297,0.10120297,0.10120297,0.10120297,0.10120297,0.10120297,0.10120297,0.10120297,0.10120297,0.15866975,0.15866975,0.15866975,0.15866975,0.15866975,0.15866975,0.15866975,0.15866975,0.15866975,0.15866975,0.15866975,0.15866975,0.15866975,0.15866975,0.15866975,0.14872061,0.14872061,0.14872061,0.14872061,0.14872061,0.14872061,0.14872061,0.14872061,0.14872061,0.14872061,0.14872061,0.14872061,0.14872061,0.14872061,0.14872061,0.12710851,0.12710851,0.12710851,0.12710851,0.12710851,0.12710851,0.12710851,0.12710851,0.12710851,0.12710851,0.12710851,0.12710851,0.12710851,0.12710851,0.12710851,0.20489505,0.20489505,0.20489505,0.20489505,0.20489505,0.20489505,0.20489505,0.20489505,0.20489505,0.20489505,0.20489505,0.20489505,0.20489505,0.20489505,0.20489505,0.12191289,0.12191289,0.12191289,0.12191289,0.12191289,0.12191289,0.12191289,0.12191289,0.12191289,0.12191289,0.12191289,0.12191289,0.12191289,0.12191289,0.12191289,0.066033535,0.066033535,0.066033535,0.066033535,0.066033535,0.066033535,0.066033535,0.066033535,0.066033535,0.066033535,0.066033535,0.066033535,0.066033535,0.066033535,0.066033535,0.10374919,0.10374919,0.10374919,0.10374919,0.10374919,0.10374919,0.10374919,0.10374919,0.10374919,0.10374919,0.10374919,0.10374919,0.10374919,0.10374919,0.10374919,0.077171005,0.077171005,0.077171005,0.077171005,0.077171005,0.077171005,0.077171005,0.077171005,0.077171005,0.077171005,0.077171005,0.077171005,0.077171005,0.077171005,0.077171005,0.11411696,0.11411696,0.11411696,0.11411696,0.11411696,0.11411696,0.11411696,0.11411696,0.11411696,0.11411696,0.11411696,0.11411696,0.11411696,0.11411696,0.11411696,0.13353021,0.13353021,0.13353021,0.13353021,0.13353021,0.13353021,0.13353021,0.13353021,0.13353021,0.13353021,0.13353021,0.13353021,0.13353021,0.13353021,0.13353021,0.11642174,0.11642174,0.11642174,0.11642174,0.11642174,0.11642174,0.11642174,0.11642174,0.11642174,0.11642174,0.11642174,0.11642174,0.11642174,0.11642174,0.11642174,0.11945504,0.11945504,0.11945504,0.11945504,0.11945504,0.11945504,0.11945504,0.11945504,0.11945504,0.11945504,0.11945504,0.11945504,0.11945504,0.11945504,0.11945504,0.13556062,0.13556062,0.13556062,0.13556062,0.13556062,0.13556062,0.13556062,0.13556062,0.13556062,0.13556062,0.13556062,0.13556062,0.13556062,0.13556062,0.13556062,0.057352204,0.057352204,0.057352204,0.057352204,0.057352204,0.057352204,0.057352204,0.057352204,0.057352204,0.057352204,0.057352204,0.057352204,0.057352204,0.057352204,0.057352204,0.12737316,0.12737316,0.12737316,0.12737316,0.12737316,0.12737316,0.12737316,0.12737316,0.12737316,0.12737316,0.12737316,0.12737316,0.12737316,0.12737316,0.12737316,0.18074606,0.18074606,0.18074606,0.18074606,0.18074606,0.18074606,0.18074606,0.18074606,0.18074606,0.18074606,0.18074606,0.18074606,0.18074606,0.18074606,0.18074606,0.13996343,0.13996343,0.13996343,0.13996343,0.13996343,0.13996343,0.13996343,0.13996343,0.13996343,0.13996343,0.13996343,0.13996343,0.13996343,0.13996343,0.13996343,0.049667004,0.049667004,0.049667004,0.049667004,0.049667004,0.049667004,0.049667004,0.049667004,0.049667004,0.049667004,0.049667004,0.049667004,0.049667004,0.049667004,0.049667004,0.1389758,0.1389758,0.1389758,0.1389758,0.1389758,0.1389758,0.1389758,0.1389758,0.1389758,0.1389758,0.1389758,0.1389758,0.1389758,0.1389758,0.1389758,0.19755809,0.19755809,0.19755809,0.19755809,0.19755809,0.19755809,0.19755809,0.19755809,0.19755809,0.19755809,0.19755809,0.19755809,0.19755809,0.19755809,0.19755809,0.10307775,0.10307775,0.10307775,0.10307775,0.10307775,0.10307775,0.10307775,0.10307775,0.10307775,0.10307775,0.10307775,0.10307775,0.10307775,0.10307775,0.10307775,0.087173216,0.087173216,0.087173216,0.087173216,0.087173216,0.087173216,0.087173216,0.087173216,0.087173216,0.087173216,0.087173216,0.087173216,0.087173216,0.087173216,0.087173216,0.058763336,0.058763336,0.058763336,0.058763336,0.058763336,0.058763336,0.058763336,0.058763336,0.058763336,0.058763336,0.058763336,0.058763336,0.058763336,0.058763336,0.058763336,0.22523613,0.22523613,0.22523613,0.22523613,0.22523613,0.22523613,0.22523613,0.22523613,0.22523613,0.22523613,0.22523613,0.22523613,0.22523613,0.22523613,0.22523613,0.064035892,0.064035892,0.064035892,0.064035892,0.064035892,0.064035892,0.064035892,0.064035892,0.064035892,0.064035892,0.064035892,0.064035892,0.064035892,0.064035892,0.064035892,0.10153429,0.10153429,0.10153429,0.10153429,0.10153429,0.10153429,0.10153429,0.10153429,0.10153429,0.10153429,0.10153429,0.10153429,0.10153429,0.10153429,0.10153429,0.16878803,0.16878803,0.16878803,0.16878803,0.16878803,0.16878803,0.16878803,0.16878803,0.16878803,0.16878803,0.16878803,0.16878803,0.16878803,0.16878803,0.16878803,0.061583929,0.061583929,0.061583929,0.061583929,0.061583929,0.061583929,0.061583929,0.061583929,0.061583929,0.061583929,0.061583929,0.061583929,0.061583929,0.061583929,0.061583929,0.20245837,0.20245837,0.20245837,0.20245837,0.20245837,0.20245837,0.20245837,0.20245837,0.20245837,0.20245837,0.20245837,0.20245837,0.20245837,0.20245837,0.20245837,0.1227298,0.1227298,0.1227298,0.1227298,0.1227298,0.1227298,0.1227298,0.1227298,0.1227298,0.1227298,0.1227298,0.1227298,0.1227298,0.1227298,0.1227298,0.24579246,0.24579246,0.24579246,0.24579246,0.24579246,0.24579246,0.24579246,0.24579246,0.24579246,0.24579246,0.24579246,0.24579246,0.24579246,0.24579246,0.24579246,0.14647737,0.14647737,0.14647737,0.14647737,0.14647737,0.14647737,0.14647737,0.14647737,0.14647737,0.14647737,0.14647737,0.14647737,0.14647737,0.14647737,0.14647737,0.13241524,0.13241524,0.13241524,0.13241524,0.13241524,0.13241524,0.13241524,0.13241524,0.13241524,0.13241524,0.13241524,0.13241524,0.13241524,0.13241524,0.13241524,0.14608669,0.14608669,0.14608669,0.14608669,0.14608669,0.14608669,0.14608669,0.14608669,0.14608669,0.14608669,0.14608669,0.14608669,0.14608669,0.14608669,0.14608669,0.24468157,0.24468157,0.24468157,0.24468157,0.24468157,0.24468157,0.24468157,0.24468157,0.24468157,0.24468157,0.24468157,0.24468157,0.24468157,0.24468157,0.24468157,0.082581349,0.082581349,0.082581349,0.082581349,0.082581349,0.082581349,0.082581349,0.082581349,0.082581349,0.082581349,0.082581349,0.082581349,0.082581349,0.082581349,0.082581349,0.1023265,0.1023265,0.1023265,0.1023265,0.1023265,0.1023265,0.1023265,0.1023265,0.1023265,0.1023265,0.1023265,0.1023265,0.1023265,0.1023265,0.1023265,0.1162543,0.1162543,0.1162543,0.1162543,0.1162543,0.1162543,0.1162543,0.1162543,0.1162543,0.1162543,0.1162543,0.1162543,0.1162543,0.1162543,0.1162543,0.1378305,0.1378305,0.1378305,0.1378305,0.1378305,0.1378305,0.1378305,0.1378305,0.1378305,0.1378305,0.1378305,0.1378305,0.1378305,0.1378305,0.1378305,0.13675605,0.13675605,0.13675605,0.13675605,0.13675605,0.13675605,0.13675605,0.13675605,0.13675605,0.13675605,0.13675605,0.13675605,0.13675605,0.13675605,0.13675605,0.098038897,0.098038897,0.098038897,0.098038897,0.098038897,0.098038897,0.098038897,0.098038897,0.098038897,0.098038897,0.098038897,0.098038897,0.098038897,0.098038897,0.098038897,0.10075951,0.10075951,0.10075951,0.10075951,0.10075951,0.10075951,0.10075951,0.10075951,0.10075951,0.10075951,0.10075951,0.10075951,0.10075951,0.10075951,0.10075951,0.16358531,0.16358531,0.16358531,0.16358531,0.16358531,0.16358531,0.16358531,0.16358531,0.16358531,0.16358531,0.16358531,0.16358531,0.16358531,0.16358531,0.16358531,0.065663345,0.065663345,0.065663345,0.065663345,0.065663345,0.065663345,0.065663345,0.065663345,0.065663345,0.065663345,0.065663345,0.065663345,0.065663345,0.065663345,0.065663345,0.21634565,0.21634565,0.21634565,0.21634565,0.21634565,0.21634565,0.21634565,0.21634565,0.21634565,0.21634565,0.21634565,0.21634565,0.21634565,0.21634565,0.21634565,0.11096963,0.11096963,0.11096963,0.11096963,0.11096963,0.11096963,0.11096963,0.11096963,0.11096963,0.11096963,0.11096963,0.11096963,0.11096963,0.11096963,0.11096963,0.090166435,0.090166435,0.090166435,0.090166435,0.090166435,0.090166435,0.090166435,0.090166435,0.090166435,0.090166435,0.090166435,0.090166435,0.090166435,0.090166435,0.090166435,0.080949619,0.080949619,0.080949619,0.080949619,0.080949619,0.080949619,0.080949619,0.080949619,0.080949619,0.080949619,0.080949619,0.080949619,0.080949619,0.080949619,0.080949619,0.14322555,0.14322555,0.14322555,0.14322555,0.14322555,0.14322555,0.14322555,0.14322555,0.14322555,0.14322555,0.14322555,0.14322555,0.14322555,0.14322555,0.14322555,0.19535615,0.19535615,0.19535615,0.19535615,0.19535615,0.19535615,0.19535615,0.19535615,0.19535615,0.19535615,0.19535615,0.19535615,0.19535615,0.19535615,0.19535615,0.095348313,0.095348313,0.095348313,0.095348313,0.095348313,0.095348313,0.095348313,0.095348313,0.095348313,0.095348313,0.095348313,0.095348313,0.095348313,0.095348313,0.095348313,0.0867204,0.0867204,0.0867204,0.0867204,0.0867204,0.0867204,0.0867204,0.0867204,0.0867204,0.0867204,0.0867204,0.0867204,0.0867204,0.0867204,0.0867204,0.080961905,0.080961905,0.080961905,0.080961905,0.080961905,0.080961905,0.080961905,0.080961905,0.080961905,0.080961905,0.080961905,0.080961905,0.080961905,0.080961905,0.080961905,0.25579613,0.25579613,0.25579613,0.25579613,0.25579613,0.25579613,0.25579613,0.25579613,0.25579613,0.25579613,0.25579613,0.25579613,0.25579613,0.25579613,0.25579613,0.38631052,0.38631052,0.38631052,0.38631052,0.38631052,0.38631052,0.38631052,0.38631052,0.38631052,0.38631052,0.38631052,0.38631052,0.38631052,0.38631052,0.38631052,0.35967368,0.35967368,0.35967368,0.35967368,0.35967368,0.35967368,0.35967368,0.35967368,0.35967368,0.35967368,0.35967368,0.35967368,0.35967368,0.35967368,0.35967368,0.29755056,0.29755056,0.29755056,0.29755056,0.29755056,0.29755056,0.29755056,0.29755056,0.29755056,0.29755056,0.29755056,0.29755056,0.29755056,0.29755056,0.29755056,0.43211791,0.43211791,0.43211791,0.43211791,0.43211791,0.43211791,0.43211791,0.43211791,0.43211791,0.43211791,0.43211791,0.43211791,0.43211791,0.43211791,0.43211791,0.30090636,0.30090636,0.30090636,0.30090636,0.30090636,0.30090636,0.30090636,0.30090636,0.30090636,0.30090636,0.30090636,0.30090636,0.30090636,0.30090636,0.30090636,0.28582662,0.28582662,0.28582662,0.28582662,0.28582662,0.28582662,0.28582662,0.28582662,0.28582662,0.28582662,0.28582662,0.28582662,0.28582662,0.28582662,0.28582662,0.42285243,0.42285243,0.42285243,0.42285243,0.42285243,0.42285243,0.42285243,0.42285243,0.42285243,0.42285243,0.42285243,0.42285243,0.42285243,0.42285243,0.42285243,0.4571166,0.4571166,0.4571166,0.4571166,0.4571166,0.4571166,0.4571166,0.4571166,0.4571166,0.4571166,0.4571166,0.4571166,0.4571166,0.4571166,0.4571166,0.38558462,0.38558462,0.38558462,0.38558462,0.38558462,0.38558462,0.38558462,0.38558462,0.38558462,0.38558462,0.38558462,0.38558462,0.38558462,0.38558462,0.38558462,0.29304948,0.29304948,0.29304948,0.29304948,0.29304948,0.29304948,0.29304948,0.29304948,0.29304948,0.29304948,0.29304948,0.29304948,0.29304948,0.29304948,0.29304948,0.32653561,0.32653561,0.32653561,0.32653561,0.32653561,0.32653561,0.32653561,0.32653561,0.32653561,0.32653561,0.32653561,0.32653561,0.32653561,0.32653561,0.32653561,0.52018887,0.52018887,0.52018887,0.52018887,0.52018887,0.52018887,0.52018887,0.52018887,0.52018887,0.52018887,0.52018887,0.52018887,0.52018887,0.52018887,0.52018887,0.16321342,0.16321342,0.16321342,0.16321342,0.16321342,0.16321342,0.16321342,0.16321342,0.16321342,0.16321342,0.16321342,0.16321342,0.16321342,0.16321342,0.16321342,0.39120081,0.39120081,0.39120081,0.39120081,0.39120081,0.39120081,0.39120081,0.39120081,0.39120081,0.39120081,0.39120081,0.39120081,0.39120081,0.39120081,0.39120081,0.16458105,0.16458105,0.16458105,0.16458105,0.16458105,0.16458105,0.16458105,0.16458105,0.16458105,0.16458105,0.16458105,0.16458105,0.16458105,0.16458105,0.16458105,0.25920129,0.25920129,0.25920129,0.25920129,0.25920129,0.25920129,0.25920129,0.25920129,0.25920129,0.25920129,0.25920129,0.25920129,0.25920129,0.25920129,0.25920129,0.37201965,0.37201965,0.37201965,0.37201965,0.37201965,0.37201965,0.37201965,0.37201965,0.37201965,0.37201965,0.37201965,0.37201965,0.37201965,0.37201965,0.37201965,0.42971802,0.42971802,0.42971802,0.42971802,0.42971802,0.42971802,0.42971802,0.42971802,0.42971802,0.42971802,0.42971802,0.42971802,0.42971802,0.42971802,0.42971802,0.18358269,0.18358269,0.18358269,0.18358269,0.18358269,0.18358269,0.18358269,0.18358269,0.18358269,0.18358269,0.18358269,0.18358269,0.18358269,0.18358269,0.18358269,0.29324114,0.29324114,0.29324114,0.29324114,0.29324114,0.29324114,0.29324114,0.29324114,0.29324114,0.29324114,0.29324114,0.29324114,0.29324114,0.29324114,0.29324114,0.34995076,0.34995076,0.34995076,0.34995076,0.34995076,0.34995076,0.34995076,0.34995076,0.34995076,0.34995076,0.34995076,0.34995076,0.34995076,0.34995076,0.34995076,0.29679784,0.29679784,0.29679784,0.29679784,0.29679784,0.29679784,0.29679784,0.29679784,0.29679784,0.29679784,0.29679784,0.29679784,0.29679784,0.29679784,0.29679784,0.25713706,0.25713706,0.25713706,0.25713706,0.25713706,0.25713706,0.25713706,0.25713706,0.25713706,0.25713706,0.25713706,0.25713706,0.25713706,0.25713706,0.25713706,0.48535645,0.48535645,0.48535645,0.48535645,0.48535645,0.48535645,0.48535645,0.48535645,0.48535645,0.48535645,0.48535645,0.48535645,0.48535645,0.48535645,0.48535645,0.25245464,0.25245464,0.25245464,0.25245464,0.25245464,0.25245464,0.25245464,0.25245464,0.25245464,0.25245464,0.25245464,0.25245464,0.25245464,0.25245464,0.25245464,0.71492016,0.71492016,0.71492016,0.71492016,0.71492016,0.71492016,0.71492016,0.71492016,0.71492016,0.71492016,0.71492016,0.71492016,0.71492016,0.71492016,0.71492016,0.54664284,0.54664284,0.54664284,0.54664284,0.54664284,0.54664284,0.54664284,0.54664284,0.54664284,0.54664284,0.54664284,0.54664284,0.54664284,0.54664284,0.54664284,0.2701239,0.2701239,0.2701239,0.2701239,0.2701239,0.2701239,0.2701239,0.2701239,0.2701239,0.2701239,0.2701239,0.2701239,0.2701239,0.2701239,0.2701239,0.4988994,0.4988994,0.4988994,0.4988994,0.4988994,0.4988994,0.4988994,0.4988994,0.4988994,0.4988994,0.4988994,0.4988994,0.4988994,0.4988994,0.4988994,0.47274703,0.47274703,0.47274703,0.47274703,0.47274703,0.47274703,0.47274703,0.47274703,0.47274703,0.47274703,0.47274703,0.47274703,0.47274703,0.47274703,0.47274703,0.25427845,0.25427845,0.25427845,0.25427845,0.25427845,0.25427845,0.25427845,0.25427845,0.25427845,0.25427845,0.25427845,0.25427845,0.25427845,0.25427845,0.25427845,0.18712962,0.18712962,0.18712962,0.18712962,0.18712962,0.18712962,0.18712962,0.18712962,0.18712962,0.18712962,0.18712962,0.18712962,0.18712962,0.18712962,0.18712962,0.28974044,0.28974044,0.28974044,0.28974044,0.28974044,0.28974044,0.28974044,0.28974044,0.28974044,0.28974044,0.28974044,0.28974044,0.28974044,0.28974044,0.28974044,0.26381627,0.26381627,0.26381627,0.26381627,0.26381627,0.26381627,0.26381627,0.26381627,0.26381627,0.26381627,0.26381627,0.26381627,0.26381627,0.26381627,0.26381627,0.30741686,0.30741686,0.30741686,0.30741686,0.30741686,0.30741686,0.30741686,0.30741686,0.30741686,0.30741686,0.30741686,0.30741686,0.30741686,0.30741686,0.30741686,0.22334941,0.22334941,0.22334941,0.22334941,0.22334941,0.22334941,0.22334941,0.22334941,0.22334941,0.22334941,0.22334941,0.22334941,0.22334941,0.22334941,0.22334941,0.22715567,0.22715567,0.22715567,0.22715567,0.22715567,0.22715567,0.22715567,0.22715567,0.22715567,0.22715567,0.22715567,0.22715567,0.22715567,0.22715567,0.22715567,0.371865,0.371865,0.371865,0.371865,0.371865,0.371865,0.371865,0.371865,0.371865,0.371865,0.371865,0.371865,0.371865,0.371865,0.371865,0.23389539,0.23389539,0.23389539,0.23389539,0.23389539,0.23389539,0.23389539,0.23389539,0.23389539,0.23389539,0.23389539,0.23389539,0.23389539,0.23389539,0.23389539,0.22235321,0.22235321,0.22235321,0.22235321,0.22235321,0.22235321,0.22235321,0.22235321,0.22235321,0.22235321,0.22235321,0.22235321,0.22235321,0.22235321,0.22235321,0.25184581,0.25184581,0.25184581,0.25184581,0.25184581,0.25184581,0.25184581,0.25184581,0.25184581,0.25184581,0.25184581,0.25184581,0.25184581,0.25184581,0.25184581,0.2833685,0.2833685,0.2833685,0.2833685,0.2833685,0.2833685,0.2833685,0.2833685,0.2833685,0.2833685,0.2833685,0.2833685,0.2833685,0.2833685,0.2833685,0.31466183,0.31466183,0.31466183,0.31466183,0.31466183,0.31466183,0.31466183,0.31466183,0.31466183,0.31466183,0.31466183,0.31466183,0.31466183,0.31466183,0.31466183,0.34569901,0.34569901,0.34569901,0.34569901,0.34569901,0.34569901,0.34569901,0.34569901,0.34569901,0.34569901,0.34569901,0.34569901,0.34569901,0.34569901,0.34569901,0.18446136,0.18446136,0.18446136,0.18446136,0.18446136,0.18446136,0.18446136,0.18446136,0.18446136,0.18446136,0.18446136,0.18446136,0.18446136,0.18446136,0.18446136,0.57542557,0.57542557,0.57542557,0.57542557,0.57542557,0.57542557,0.57542557,0.57542557,0.57542557,0.57542557,0.57542557,0.57542557,0.57542557,0.57542557,0.57542557,0.2653617,0.2653617,0.2653617,0.2653617,0.2653617,0.2653617,0.2653617,0.2653617,0.2653617,0.2653617,0.2653617,0.2653617,0.2653617,0.2653617,0.2653617,0.22324382,0.22324382,0.22324382,0.22324382,0.22324382,0.22324382,0.22324382,0.22324382,0.22324382,0.22324382,0.22324382,0.22324382,0.22324382,0.22324382,0.22324382,0.33195058,0.33195058,0.33195058,0.33195058,0.33195058,0.33195058,0.33195058,0.33195058,0.33195058,0.33195058,0.33195058,0.33195058,0.33195058,0.33195058,0.33195058,0.52141064,0.52141064,0.52141064,0.52141064,0.52141064,0.52141064,0.52141064,0.52141064,0.52141064,0.52141064,0.52141064,0.52141064,0.52141064,0.52141064,0.52141064,0.32910815,0.32910815,0.32910815,0.32910815,0.32910815,0.32910815,0.32910815,0.32910815,0.32910815,0.32910815,0.32910815,0.32910815,0.32910815,0.32910815,0.32910815,0.53804404,0.53804404,0.53804404,0.53804404,0.53804404,0.53804404,0.53804404,0.53804404,0.53804404,0.53804404,0.53804404,0.53804404,0.53804404,0.53804404,0.53804404,0.1512209,0.1512209,0.1512209,0.1512209,0.1512209,0.1512209,0.1512209,0.1512209,0.1512209,0.1512209,0.1512209,0.1512209,0.1512209,0.1512209,0.1512209,0.10424701,0.10424701,0.10424701,0.10424701,0.10424701,0.10424701,0.10424701,0.10424701,0.10424701,0.10424701,0.10424701,0.10424701,0.10424701,0.10424701,0.10424701,0.1095438,0.1095438,0.1095438,0.1095438,0.1095438,0.1095438,0.1095438,0.1095438,0.1095438,0.1095438,0.1095438,0.1095438,0.1095438,0.1095438,0.1095438,0.18180026,0.18180026,0.18180026,0.18180026,0.18180026,0.18180026,0.18180026,0.18180026,0.18180026,0.18180026,0.18180026,0.18180026,0.18180026,0.18180026,0.18180026,0.13043833,0.13043833,0.13043833,0.13043833,0.13043833,0.13043833,0.13043833,0.13043833,0.13043833,0.13043833,0.13043833,0.13043833,0.13043833,0.13043833,0.13043833,0.10395993,0.10395993,0.10395993,0.10395993,0.10395993,0.10395993,0.10395993,0.10395993,0.10395993,0.10395993,0.10395993,0.10395993,0.10395993,0.10395993,0.10395993,0.13782068,0.13782068,0.13782068,0.13782068,0.13782068,0.13782068,0.13782068,0.13782068,0.13782068,0.13782068,0.13782068,0.13782068,0.13782068,0.13782068,0.13782068,0.12691356,0.12691356,0.12691356,0.12691356,0.12691356,0.12691356,0.12691356,0.12691356,0.12691356,0.12691356,0.12691356,0.12691356,0.12691356,0.12691356,0.12691356,0.12094709,0.12094709,0.12094709,0.12094709,0.12094709,0.12094709,0.12094709,0.12094709,0.12094709,0.12094709,0.12094709,0.12094709,0.12094709,0.12094709,0.12094709,0.10220312,0.10220312,0.10220312,0.10220312,0.10220312,0.10220312,0.10220312,0.10220312,0.10220312,0.10220312,0.10220312,0.10220312,0.10220312,0.10220312,0.10220312,0.11102477,0.11102477,0.11102477,0.11102477,0.11102477,0.11102477,0.11102477,0.11102477,0.11102477,0.11102477,0.11102477,0.11102477,0.11102477,0.11102477,0.11102477,0.10294694,0.10294694,0.10294694,0.10294694,0.10294694,0.10294694,0.10294694,0.10294694,0.10294694,0.10294694,0.10294694,0.10294694,0.10294694,0.10294694,0.10294694,0.11709585,0.11709585,0.11709585,0.11709585,0.11709585,0.11709585,0.11709585,0.11709585,0.11709585,0.11709585,0.11709585,0.11709585,0.11709585,0.11709585,0.11709585,0.1058488,0.1058488,0.1058488,0.1058488,0.1058488,0.1058488,0.1058488,0.1058488,0.1058488,0.1058488,0.1058488,0.1058488,0.1058488,0.1058488,0.1058488,0.13776958,0.13776958,0.13776958,0.13776958,0.13776958,0.13776958,0.13776958,0.13776958,0.13776958,0.13776958,0.13776958,0.13776958,0.13776958,0.13776958,0.13776958,0.14605291,0.14605291,0.14605291,0.14605291,0.14605291,0.14605291,0.14605291,0.14605291,0.14605291,0.14605291,0.14605291,0.14605291,0.14605291,0.14605291,0.14605291,0.10406196,0.10406196,0.10406196,0.10406196,0.10406196,0.10406196,0.10406196,0.10406196,0.10406196,0.10406196,0.10406196,0.10406196,0.10406196,0.10406196,0.10406196,0.11840005,0.11840005,0.11840005,0.11840005,0.11840005,0.11840005,0.11840005,0.11840005,0.11840005,0.11840005,0.11840005,0.11840005,0.11840005,0.11840005,0.11840005,0.1549121,0.1549121,0.1549121,0.1549121,0.1549121,0.1549121,0.1549121,0.1549121,0.1549121,0.1549121,0.1549121,0.1549121,0.1549121,0.1549121,0.1549121,0.10656499,0.10656499,0.10656499,0.10656499,0.10656499,0.10656499,0.10656499,0.10656499,0.10656499,0.10656499,0.10656499,0.10656499,0.10656499,0.10656499,0.10656499,0.11478668,0.11478668,0.11478668,0.11478668,0.11478668,0.11478668,0.11478668,0.11478668,0.11478668,0.11478668,0.11478668,0.11478668,0.11478668,0.11478668,0.11478668,0.06516289,0.06516289,0.06516289,0.06516289,0.06516289,0.06516289,0.06516289,0.06516289,0.06516289,0.06516289,0.06516289,0.06516289,0.06516289,0.06516289,0.06516289,0.13064168,0.13064168,0.13064168,0.13064168,0.13064168,0.13064168,0.13064168,0.13064168,0.13064168,0.13064168,0.13064168,0.13064168,0.13064168,0.13064168,0.13064168,0.10524586,0.10524586,0.10524586,0.10524586,0.10524586,0.10524586,0.10524586,0.10524586,0.10524586,0.10524586,0.10524586,0.10524586,0.10524586,0.10524586,0.10524586,0.13784979,0.13784979,0.13784979,0.13784979,0.13784979,0.13784979,0.13784979,0.13784979,0.13784979,0.13784979,0.13784979,0.13784979,0.13784979,0.13784979,0.13784979,0.10500907,0.10500907,0.10500907,0.10500907,0.10500907,0.10500907,0.10500907,0.10500907,0.10500907,0.10500907,0.10500907,0.10500907,0.10500907,0.10500907,0.10500907,0.12083076,0.12083076,0.12083076,0.12083076,0.12083076,0.12083076,0.12083076,0.12083076,0.12083076,0.12083076,0.12083076,0.12083076,0.12083076,0.12083076,0.12083076,0.10364293,0.10364293,0.10364293,0.10364293,0.10364293,0.10364293,0.10364293,0.10364293,0.10364293,0.10364293,0.10364293,0.10364293,0.10364293,0.10364293,0.10364293,0.10715622,0.10715622,0.10715622,0.10715622,0.10715622,0.10715622,0.10715622,0.10715622,0.10715622,0.10715622,0.10715622,0.10715622,0.10715622,0.10715622,0.10715622,0.13526312,0.13526312,0.13526312,0.13526312,0.13526312,0.13526312,0.13526312,0.13526312,0.13526312,0.13526312,0.13526312,0.13526312,0.13526312,0.13526312,0.13526312,0.10512921,0.10512921,0.10512921,0.10512921,0.10512921,0.10512921,0.10512921,0.10512921,0.10512921,0.10512921,0.10512921,0.10512921,0.10512921,0.10512921,0.10512921,0.13762103,0.13762103,0.13762103,0.13762103,0.13762103,0.13762103,0.13762103,0.13762103,0.13762103,0.13762103,0.13762103,0.13762103,0.13762103,0.13762103,0.13762103,0.12183426,0.12183426,0.12183426,0.12183426,0.12183426,0.12183426,0.12183426,0.12183426,0.12183426,0.12183426,0.12183426,0.12183426,0.12183426,0.12183426,0.12183426,0.10420349,0.10420349,0.10420349,0.10420349,0.10420349,0.10420349,0.10420349,0.10420349,0.10420349,0.10420349,0.10420349,0.10420349,0.10420349,0.10420349,0.10420349,0.10774614,0.10774614,0.10774614,0.10774614,0.10774614,0.10774614,0.10774614,0.10774614,0.10774614,0.10774614,0.10774614,0.10774614,0.10774614,0.10774614,0.10774614,0.14324799,0.14324799,0.14324799,0.14324799,0.14324799,0.14324799,0.14324799,0.14324799,0.14324799,0.14324799,0.14324799,0.14324799,0.14324799,0.14324799,0.14324799,0.10912287,0.10912287,0.10912287,0.10912287,0.10912287,0.10912287,0.10912287,0.10912287,0.10912287,0.10912287,0.10912287,0.10912287,0.10912287,0.10912287,0.10912287,0.10943557,0.10943557,0.10943557,0.10943557,0.10943557,0.10943557,0.10943557,0.10943557,0.10943557,0.10943557,0.10943557,0.10943557,0.10943557,0.10943557,0.10943557,0.12729654,0.12729654,0.12729654,0.12729654,0.12729654,0.12729654,0.12729654,0.12729654,0.12729654,0.12729654,0.12729654,0.12729654,0.12729654,0.12729654,0.12729654,0.10885821,0.10885821,0.10885821,0.10885821,0.10885821,0.10885821,0.10885821,0.10885821,0.10885821,0.10885821,0.10885821,0.10885821,0.10885821,0.10885821,0.10885821,0.10573306,0.10573306,0.10573306,0.10573306,0.10573306,0.10573306,0.10573306,0.10573306,0.10573306,0.10573306,0.10573306,0.10573306,0.10573306,0.10573306,0.10573306,0.13610542,0.13610542,0.13610542,0.13610542,0.13610542,0.13610542,0.13610542,0.13610542,0.13610542,0.13610542,0.13610542,0.13610542,0.13610542,0.13610542,0.13610542,0.059061669,0.059061669,0.059061669,0.059061669,0.059061669,0.059061669,0.059061669,0.059061669,0.059061669,0.059061669,0.059061669,0.059061669,0.059061669,0.059061669,0.059061669,0.11742246,0.11742246,0.11742246,0.11742246,0.11742246,0.11742246,0.11742246,0.11742246,0.11742246,0.11742246,0.11742246,0.11742246,0.11742246,0.11742246,0.11742246,0.17676367,0.17676367,0.17676367,0.17676367,0.17676367,0.17676367,0.17676367,0.17676367,0.17676367,0.17676367,0.17676367,0.17676367,0.17676367,0.17676367,0.17676367,0.11873368,0.11873368,0.11873368,0.11873368,0.11873368,0.11873368,0.11873368,0.11873368,0.11873368,0.11873368,0.11873368,0.11873368,0.11873368,0.11873368,0.11873368,0.12720011,0.12720011,0.12720011,0.12720011,0.12720011,0.12720011,0.12720011,0.12720011,0.12720011,0.12720011,0.12720011,0.12720011,0.12720011,0.12720011,0.12720011,0.088281251,0.088281251,0.088281251,0.088281251,0.088281251,0.088281251,0.088281251,0.088281251,0.088281251,0.088281251,0.088281251,0.088281251,0.088281251,0.088281251,0.088281251,0.12066044,0.12066044,0.12066044,0.12066044,0.12066044,0.12066044,0.12066044,0.12066044,0.12066044,0.12066044,0.12066044,0.12066044,0.12066044,0.12066044,0.12066044,0.10657943,0.10657943,0.10657943,0.10657943,0.10657943,0.10657943,0.10657943,0.10657943,0.10657943,0.10657943,0.10657943,0.10657943,0.10657943,0.10657943,0.10657943,0.10457269,0.10457269,0.10457269,0.10457269,0.10457269,0.10457269,0.10457269,0.10457269,0.10457269,0.10457269,0.10457269,0.10457269,0.10457269,0.10457269,0.10457269,0.1091406,0.1091406,0.1091406,0.1091406,0.1091406,0.1091406,0.1091406,0.1091406,0.1091406,0.1091406,0.1091406,0.1091406,0.1091406,0.1091406,0.1091406,0.11139587,0.11139587,0.11139587,0.11139587,0.11139587,0.11139587,0.11139587,0.11139587,0.11139587,0.11139587,0.11139587,0.11139587,0.11139587,0.11139587,0.11139587,0.11977384,0.11977384,0.11977384,0.11977384,0.11977384,0.11977384,0.11977384,0.11977384,0.11977384,0.11977384,0.11977384,0.11977384,0.11977384,0.11977384,0.11977384,0.10530285,0.10530285,0.10530285,0.10530285,0.10530285,0.10530285,0.10530285,0.10530285,0.10530285,0.10530285,0.10530285,0.10530285,0.10530285,0.10530285,0.10530285,0.11803124,0.11803124,0.11803124,0.11803124,0.11803124,0.11803124,0.11803124,0.11803124,0.11803124,0.11803124,0.11803124,0.11803124,0.11803124,0.11803124,0.11803124,0.11954265,0.11954265,0.11954265,0.11954265,0.11954265,0.11954265,0.11954265,0.11954265,0.11954265,0.11954265,0.11954265,0.11954265,0.11954265,0.11954265,0.11954265,0.10785316,0.10785316,0.10785316,0.10785316,0.10785316,0.10785316,0.10785316,0.10785316,0.10785316,0.10785316,0.10785316,0.10785316,0.10785316,0.10785316,0.10785316,0.1051881,0.1051881,0.1051881,0.1051881,0.1051881,0.1051881,0.1051881,0.1051881,0.1051881,0.1051881,0.1051881,0.1051881,0.1051881,0.1051881,0.1051881,0.17213221,0.17213221,0.17213221,0.17213221,0.17213221,0.17213221,0.17213221,0.17213221,0.17213221,0.17213221,0.17213221,0.17213221,0.17213221,0.17213221,0.17213221,0.10308479,0.10308479,0.10308479,0.10308479,0.10308479,0.10308479,0.10308479,0.10308479,0.10308479,0.10308479,0.10308479,0.10308479,0.10308479,0.10308479,0.10308479,0.066027559,0.066027559,0.066027559,0.066027559,0.066027559,0.066027559,0.066027559,0.066027559,0.066027559,0.066027559,0.066027559,0.066027559,0.066027559,0.066027559,0.066027559,0.10785612,0.10785612,0.10785612,0.10785612,0.10785612,0.10785612,0.10785612,0.10785612,0.10785612,0.10785612,0.10785612,0.10785612,0.10785612,0.10785612,0.10785612,0.10566826,0.10566826,0.10566826,0.10566826,0.10566826,0.10566826,0.10566826,0.10566826,0.10566826,0.10566826,0.10566826,0.10566826,0.10566826,0.10566826,0.10566826,0.12984145,0.12984145,0.12984145,0.12984145,0.12984145,0.12984145,0.12984145,0.12984145,0.12984145,0.12984145,0.12984145,0.12984145,0.12984145,0.12984145,0.12984145,0.11403245,0.11403245,0.11403245,0.11403245,0.11403245,0.11403245,0.11403245,0.11403245,0.11403245,0.11403245,0.11403245,0.11403245,0.11403245,0.11403245,0.11403245,0.1262375,0.1262375,0.1262375,0.1262375,0.1262375,0.1262375,0.1262375,0.1262375,0.1262375,0.1262375,0.1262375,0.1262375,0.1262375,0.1262375,0.1262375,0.10987384,0.10987384,0.10987384,0.10987384,0.10987384,0.10987384,0.10987384,0.10987384,0.10987384,0.10987384,0.10987384,0.10987384,0.10987384,0.10987384,0.10987384,0.12497246,0.12497246,0.12497246,0.12497246,0.12497246,0.12497246,0.12497246,0.12497246,0.12497246,0.12497246,0.12497246,0.12497246,0.12497246,0.12497246,0.12497246,0.12827209,0.12827209,0.12827209,0.12827209,0.12827209,0.12827209,0.12827209,0.12827209,0.12827209,0.12827209,0.12827209,0.12827209,0.12827209,0.12827209,0.12827209,0.17849872,0.17849872,0.17849872,0.17849872,0.17849872,0.17849872,0.17849872,0.17849872,0.17849872,0.17849872,0.17849872,0.17849872,0.17849872,0.17849872,0.17849872,0.10579015,0.10579015,0.10579015,0.10579015,0.10579015,0.10579015,0.10579015,0.10579015,0.10579015,0.10579015,0.10579015,0.10579015,0.10579015,0.10579015,0.10579015,0.15804502,0.15804502,0.15804502,0.15804502,0.15804502,0.15804502,0.15804502,0.15804502,0.15804502,0.15804502,0.15804502,0.15804502,0.15804502,0.15804502,0.15804502,0.14271355,0.14271355,0.14271355,0.14271355,0.14271355,0.14271355,0.14271355,0.14271355,0.14271355,0.14271355,0.14271355,0.14271355,0.14271355,0.14271355,0.14271355,0.10558753,0.10558753,0.10558753,0.10558753,0.10558753,0.10558753,0.10558753,0.10558753,0.10558753,0.10558753,0.10558753,0.10558753,0.10558753,0.10558753,0.10558753,0.14900897,0.14900897,0.14900897,0.14900897,0.14900897,0.14900897,0.14900897,0.14900897,0.14900897,0.14900897,0.14900897,0.14900897,0.14900897,0.14900897,0.14900897,0.10692528,0.10692528,0.10692528,0.10692528,0.10692528,0.10692528,0.10692528,0.10692528,0.10692528,0.10692528,0.10692528,0.10692528,0.10692528,0.10692528,0.10692528,0.16013792,0.16013792,0.16013792,0.16013792,0.16013792,0.16013792,0.16013792,0.16013792,0.16013792,0.16013792,0.16013792,0.16013792,0.16013792,0.16013792,0.16013792,0.14701699,0.14701699,0.14701699,0.14701699,0.14701699,0.14701699,0.14701699,0.14701699,0.14701699,0.14701699,0.14701699,0.14701699,0.14701699,0.14701699,0.14701699,0.11182075,0.11182075,0.11182075,0.11182075,0.11182075,0.11182075,0.11182075,0.11182075,0.11182075,0.11182075,0.11182075,0.11182075,0.11182075,0.11182075,0.11182075,0.1059699,0.1059699,0.1059699,0.1059699,0.1059699,0.1059699,0.1059699,0.1059699,0.1059699,0.1059699,0.1059699,0.1059699,0.1059699,0.1059699,0.1059699,0.10680087,0.10680087,0.10680087,0.10680087,0.10680087,0.10680087,0.10680087,0.10680087,0.10680087,0.10680087,0.10680087,0.10680087,0.10680087,0.10680087,0.10680087,0.10394375,0.10394375,0.10394375,0.10394375,0.10394375,0.10394375,0.10394375,0.10394375,0.10394375,0.10394375,0.10394375,0.10394375,0.10394375,0.10394375,0.10394375,0.16367991,0.16367991,0.16367991,0.16367991,0.16367991,0.16367991,0.16367991,0.16367991,0.16367991,0.16367991,0.16367991,0.16367991,0.16367991,0.16367991,0.16367991,0.14372572,0.14372572,0.14372572,0.14372572,0.14372572,0.14372572,0.14372572,0.14372572,0.14372572,0.14372572,0.14372572,0.14372572,0.14372572,0.14372572,0.14372572,0.10902955,0.10902955,0.10902955,0.10902955,0.10902955,0.10902955,0.10902955,0.10902955,0.10902955,0.10902955,0.10902955,0.10902955,0.10902955,0.10902955,0.10902955,0.15985654,0.15985654,0.15985654,0.15985654,0.15985654,0.15985654,0.15985654,0.15985654,0.15985654,0.15985654,0.15985654,0.15985654,0.15985654,0.15985654,0.15985654,0.10537738,0.10537738,0.10537738,0.10537738,0.10537738,0.10537738,0.10537738,0.10537738,0.10537738,0.10537738,0.10537738,0.10537738,0.10537738,0.10537738,0.10537738,0.1485305,0.1485305,0.1485305,0.1485305,0.1485305,0.1485305,0.1485305,0.1485305,0.1485305,0.1485305,0.1485305,0.1485305,0.1485305,0.1485305,0.1485305,0.2244107,0.2244107,0.2244107,0.2244107,0.2244107,0.2244107,0.2244107,0.2244107,0.2244107,0.2244107,0.2244107,0.2244107,0.2244107,0.2244107,0.2244107,0.25265783,0.25265783,0.25265783,0.25265783,0.25265783,0.25265783,0.25265783,0.25265783,0.25265783,0.25265783,0.25265783,0.25265783,0.25265783,0.25265783,0.25265783,0.47000426,0.47000426,0.47000426,0.47000426,0.47000426,0.47000426,0.47000426,0.47000426,0.47000426,0.47000426,0.47000426,0.47000426,0.47000426,0.47000426,0.47000426,0.23356651,0.23356651,0.23356651,0.23356651,0.23356651,0.23356651,0.23356651,0.23356651,0.23356651,0.23356651,0.23356651,0.23356651,0.23356651,0.23356651,0.23356651,0.24046052,0.24046052,0.24046052,0.24046052,0.24046052,0.24046052,0.24046052,0.24046052,0.24046052,0.24046052,0.24046052,0.24046052,0.24046052,0.24046052,0.24046052,0.23425408,0.23425408,0.23425408,0.23425408,0.23425408,0.23425408,0.23425408,0.23425408,0.23425408,0.23425408,0.23425408,0.23425408,0.23425408,0.23425408,0.23425408,0.33107451,0.33107451,0.33107451,0.33107451,0.33107451,0.33107451,0.33107451,0.33107451,0.33107451,0.33107451,0.33107451,0.33107451,0.33107451,0.33107451,0.33107451,0.23222554,0.23222554,0.23222554,0.23222554,0.23222554,0.23222554,0.23222554,0.23222554,0.23222554,0.23222554,0.23222554,0.23222554,0.23222554,0.23222554,0.23222554,0.21294253,0.21294253,0.21294253,0.21294253,0.21294253,0.21294253,0.21294253,0.21294253,0.21294253,0.21294253,0.21294253,0.21294253,0.21294253,0.21294253,0.21294253,0.19409584,0.19409584,0.19409584,0.19409584,0.19409584,0.19409584,0.19409584,0.19409584,0.19409584,0.19409584,0.19409584,0.19409584,0.19409584,0.19409584,0.19409584,0.19952151,0.19952151,0.19952151,0.19952151,0.19952151,0.19952151,0.19952151,0.19952151,0.19952151,0.19952151,0.19952151,0.19952151,0.19952151,0.19952151,0.19952151,0.47519481,0.47519481,0.47519481,0.47519481,0.47519481,0.47519481,0.47519481,0.47519481,0.47519481,0.47519481,0.47519481,0.47519481,0.47519481,0.47519481,0.47519481,0.13954957,0.13954957,0.13954957,0.13954957,0.13954957,0.13954957,0.13954957,0.13954957,0.13954957,0.13954957,0.13954957,0.13954957,0.13954957,0.13954957,0.13954957,0.13382006,0.13382006,0.13382006,0.13382006,0.13382006,0.13382006,0.13382006,0.13382006,0.13382006,0.13382006,0.13382006,0.13382006,0.13382006,0.13382006,0.13382006,0.27694476,0.27694476,0.27694476,0.27694476,0.27694476,0.27694476,0.27694476,0.27694476,0.27694476,0.27694476,0.27694476,0.27694476,0.27694476,0.27694476,0.27694476,0.16385669,0.16385669,0.16385669,0.16385669,0.16385669,0.16385669,0.16385669,0.16385669,0.16385669,0.16385669,0.16385669,0.16385669,0.16385669,0.16385669,0.16385669,0.19718972,0.19718972,0.19718972,0.19718972,0.19718972,0.19718972,0.19718972,0.19718972,0.19718972,0.19718972,0.19718972,0.19718972,0.19718972,0.19718972,0.19718972,0.24608772,0.24608772,0.24608772,0.24608772,0.24608772,0.24608772,0.24608772,0.24608772,0.24608772,0.24608772,0.24608772,0.24608772,0.24608772,0.24608772,0.24608772,0.25610331,0.25610331,0.25610331,0.25610331,0.25610331,0.25610331,0.25610331,0.25610331,0.25610331,0.25610331,0.25610331,0.25610331,0.25610331,0.25610331,0.25610331,0.191182,0.191182,0.191182,0.191182,0.191182,0.191182,0.191182,0.191182,0.191182,0.191182,0.191182,0.191182,0.191182,0.191182,0.191182,0.25886419,0.25886419,0.25886419,0.25886419,0.25886419,0.25886419,0.25886419,0.25886419,0.25886419,0.25886419,0.25886419,0.25886419,0.25886419,0.25886419,0.25886419,0.31896168,0.31896168,0.31896168,0.31896168,0.31896168,0.31896168,0.31896168,0.31896168,0.31896168,0.31896168,0.31896168,0.31896168,0.31896168,0.31896168,0.31896168,0.2741479,0.2741479,0.2741479,0.2741479,0.2741479,0.2741479,0.2741479,0.2741479,0.2741479,0.2741479,0.2741479,0.2741479,0.2741479,0.2741479,0.2741479,0.20775029,0.20775029,0.20775029,0.20775029,0.20775029,0.20775029,0.20775029,0.20775029,0.20775029,0.20775029,0.20775029,0.20775029,0.20775029,0.20775029,0.20775029,0.28502727,0.28502727,0.28502727,0.28502727,0.28502727,0.28502727,0.28502727,0.28502727,0.28502727,0.28502727,0.28502727,0.28502727,0.28502727,0.28502727,0.28502727,0.2592245,0.2592245,0.2592245,0.2592245,0.2592245,0.2592245,0.2592245,0.2592245,0.2592245,0.2592245,0.2592245,0.2592245,0.2592245,0.2592245,0.2592245,0.16558427,0.16558427,0.16558427,0.16558427,0.16558427,0.16558427,0.16558427,0.16558427,0.16558427,0.16558427,0.16558427,0.16558427,0.16558427,0.16558427,0.16558427,0.13913269,0.13913269,0.13913269,0.13913269,0.13913269,0.13913269,0.13913269,0.13913269,0.13913269,0.13913269,0.13913269,0.13913269,0.13913269,0.13913269,0.13913269,0.26910412,0.26910412,0.26910412,0.26910412,0.26910412,0.26910412,0.26910412,0.26910412,0.26910412,0.26910412,0.26910412,0.26910412,0.26910412,0.26910412,0.26910412,0.14932284,0.14932284,0.14932284,0.14932284,0.14932284,0.14932284,0.14932284,0.14932284,0.14932284,0.14932284,0.14932284,0.14932284,0.14932284,0.14932284,0.14932284,0.20840256,0.20840256,0.20840256,0.20840256,0.20840256,0.20840256,0.20840256,0.20840256,0.20840256,0.20840256,0.20840256,0.20840256,0.20840256,0.20840256,0.20840256,0.20788559,0.20788559,0.20788559,0.20788559,0.20788559,0.20788559,0.20788559,0.20788559,0.20788559,0.20788559,0.20788559,0.20788559,0.20788559,0.20788559,0.20788559,0.19653653,0.19653653,0.19653653,0.19653653,0.19653653,0.19653653,0.19653653,0.19653653,0.19653653,0.19653653,0.19653653,0.19653653,0.19653653,0.19653653,0.19653653,0.1665207,0.1665207,0.1665207,0.1665207,0.1665207,0.1665207,0.1665207,0.1665207,0.1665207,0.1665207,0.1665207,0.1665207,0.1665207,0.1665207,0.1665207,0.23820847,0.23820847,0.23820847,0.23820847,0.23820847,0.23820847,0.23820847,0.23820847,0.23820847,0.23820847,0.23820847,0.23820847,0.23820847,0.23820847,0.23820847,0.23262241,0.23262241,0.23262241,0.23262241,0.23262241,0.23262241,0.23262241,0.23262241,0.23262241,0.23262241,0.23262241,0.23262241,0.23262241,0.23262241,0.23262241,0.26292098,0.26292098,0.26292098,0.26292098,0.26292098,0.26292098,0.26292098,0.26292098,0.26292098,0.26292098,0.26292098,0.26292098,0.26292098,0.26292098,0.26292098,0.18701811,0.18701811,0.18701811,0.18701811,0.18701811,0.18701811,0.18701811,0.18701811,0.18701811,0.18701811,0.18701811,0.18701811,0.18701811,0.18701811,0.18701811,0.41161782,0.41161782,0.41161782,0.41161782,0.41161782,0.41161782,0.41161782,0.41161782,0.41161782,0.41161782,0.41161782,0.41161782,0.41161782,0.41161782,0.41161782,0.24664854,0.24664854,0.24664854,0.24664854,0.24664854,0.24664854,0.24664854,0.24664854,0.24664854,0.24664854,0.24664854,0.24664854,0.24664854,0.24664854,0.24664854,0.19265212,0.19265212,0.19265212,0.19265212,0.19265212,0.19265212,0.19265212,0.19265212,0.19265212,0.19265212,0.19265212,0.19265212,0.19265212,0.19265212,0.19265212,0.13312411,0.13312411,0.13312411,0.13312411,0.13312411,0.13312411,0.13312411,0.13312411,0.13312411,0.13312411,0.13312411,0.13312411,0.13312411,0.13312411,0.13312411,0.14781146,0.14781146,0.14781146,0.14781146,0.14781146,0.14781146,0.14781146,0.14781146,0.14781146,0.14781146,0.14781146,0.14781146,0.14781146,0.14781146,0.14781146,0.47931352,0.47931352,0.47931352,0.47931352,0.47931352,0.47931352,0.47931352,0.47931352,0.47931352,0.47931352,0.47931352,0.47931352,0.47931352,0.47931352,0.47931352,0.16018981,0.16018981,0.16018981,0.16018981,0.16018981,0.16018981,0.16018981,0.16018981,0.16018981,0.16018981,0.16018981,0.16018981,0.16018981,0.16018981,0.16018981,0.2473408,0.2473408,0.2473408,0.2473408,0.2473408,0.2473408,0.2473408,0.2473408,0.2473408,0.2473408,0.2473408,0.2473408,0.2473408,0.2473408,0.2473408,0.096130453,0.096130453,0.096130453,0.096130453,0.096130453,0.096130453,0.096130453,0.096130453,0.096130453,0.096130453,0.096130453,0.096130453,0.096130453,0.096130453,0.096130453,0.16974321,0.16974321,0.16974321,0.16974321,0.16974321,0.16974321,0.16974321,0.16974321,0.16974321,0.16974321,0.16974321,0.16974321,0.16974321,0.16974321,0.16974321,0.10786392,0.10786392,0.10786392,0.10786392,0.10786392,0.10786392,0.10786392,0.10786392,0.10786392,0.10786392,0.10786392,0.10786392,0.10786392,0.10786392,0.10786392,0.2099053,0.2099053,0.2099053,0.2099053,0.2099053,0.2099053,0.2099053,0.2099053,0.2099053,0.2099053,0.2099053,0.2099053,0.2099053,0.2099053,0.2099053,0.18955936,0.18955936,0.18955936,0.18955936,0.18955936,0.18955936,0.18955936,0.18955936,0.18955936,0.18955936,0.18955936,0.18955936,0.18955936,0.18955936,0.18955936,0.14653583,0.14653583,0.14653583,0.14653583,0.14653583,0.14653583,0.14653583,0.14653583,0.14653583,0.14653583,0.14653583,0.14653583,0.14653583,0.14653583,0.14653583,0.16020866,0.16020866,0.16020866,0.16020866,0.16020866,0.16020866,0.16020866,0.16020866,0.16020866,0.16020866,0.16020866,0.16020866,0.16020866,0.16020866,0.16020866,0.18358546,0.18358546,0.18358546,0.18358546,0.18358546,0.18358546,0.18358546,0.18358546,0.18358546,0.18358546,0.18358546,0.18358546,0.18358546,0.18358546,0.18358546,0.18061233,0.18061233,0.18061233,0.18061233,0.18061233,0.18061233,0.18061233,0.18061233,0.18061233,0.18061233,0.18061233,0.18061233,0.18061233,0.18061233,0.18061233,0.5818041,0.5818041,0.5818041,0.5818041,0.5818041,0.5818041,0.5818041,0.5818041,0.5818041,0.5818041,0.5818041,0.5818041,0.5818041,0.5818041,0.5818041,0.12194674,0.12194674,0.12194674,0.12194674,0.12194674,0.12194674,0.12194674,0.12194674,0.12194674,0.12194674,0.12194674,0.12194674,0.12194674,0.12194674,0.12194674,0.14715631,0.14715631,0.14715631,0.14715631,0.14715631,0.14715631,0.14715631,0.14715631,0.14715631,0.14715631,0.14715631,0.14715631,0.14715631,0.14715631,0.14715631,0.17733938,0.17733938,0.17733938,0.17733938,0.17733938,0.17733938,0.17733938,0.17733938,0.17733938,0.17733938,0.17733938,0.17733938,0.17733938,0.17733938,0.17733938,0.33811525,0.33811525,0.33811525,0.33811525,0.33811525,0.33811525,0.33811525,0.33811525,0.33811525,0.33811525,0.33811525,0.33811525,0.33811525,0.33811525,0.33811525,0.18658884,0.18658884,0.18658884,0.18658884,0.18658884,0.18658884,0.18658884,0.18658884,0.18658884,0.18658884,0.18658884,0.18658884,0.18658884,0.18658884,0.18658884,0.20400603,0.20400603,0.20400603,0.20400603,0.20400603,0.20400603,0.20400603,0.20400603,0.20400603,0.20400603,0.20400603,0.20400603,0.20400603,0.20400603,0.20400603,0.36152005,0.36152005,0.36152005,0.36152005,0.36152005,0.36152005,0.36152005,0.36152005,0.36152005,0.36152005,0.36152005,0.36152005,0.36152005,0.36152005,0.36152005,0.29555282,0.29555282,0.29555282,0.29555282,0.29555282,0.29555282,0.29555282,0.29555282,0.29555282,0.29555282,0.29555282,0.29555282,0.29555282,0.29555282,0.29555282,0.17499162,0.17499162,0.17499162,0.17499162,0.17499162,0.17499162,0.17499162,0.17499162,0.17499162,0.17499162,0.17499162,0.17499162,0.17499162,0.17499162,0.17499162,0.1639041,0.1639041,0.1639041,0.1639041,0.1639041,0.1639041,0.1639041,0.1639041,0.1639041,0.1639041,0.1639041,0.1639041,0.1639041,0.1639041,0.1639041,0.17437719,0.17437719,0.17437719,0.17437719,0.17437719,0.17437719,0.17437719,0.17437719,0.17437719,0.17437719,0.17437719,0.17437719,0.17437719,0.17437719,0.17437719,0.22539267,0.22539267,0.22539267,0.22539267,0.22539267,0.22539267,0.22539267,0.22539267,0.22539267,0.22539267,0.22539267,0.22539267,0.22539267,0.22539267,0.22539267,0.52869177,0.52869177,0.52869177,0.52869177,0.52869177,0.52869177,0.52869177,0.52869177,0.52869177,0.52869177,0.52869177,0.52869177,0.52869177,0.52869177,0.52869177,0.22562268,0.22562268,0.22562268,0.22562268,0.22562268,0.22562268,0.22562268,0.22562268,0.22562268,0.22562268,0.22562268,0.22562268,0.22562268,0.22562268,0.22562268,0.14769942,0.14769942,0.14769942,0.14769942,0.14769942,0.14769942,0.14769942,0.14769942,0.14769942,0.14769942,0.14769942,0.14769942,0.14769942,0.14769942,0.14769942,0.14544253,0.14544253,0.14544253,0.14544253,0.14544253,0.14544253,0.14544253,0.14544253,0.14544253,0.14544253,0.14544253,0.14544253,0.14544253,0.14544253,0.14544253,0.10760198,0.10760198,0.10760198,0.10760198,0.10760198,0.10760198,0.10760198,0.10760198,0.10760198,0.10760198,0.10760198,0.10760198,0.10760198,0.10760198,0.10760198,0.25981897,0.25981897,0.25981897,0.25981897,0.25981897,0.25981897,0.25981897,0.25981897,0.25981897,0.25981897,0.25981897,0.25981897,0.25981897,0.25981897,0.25981897,0.33319005,0.33319005,0.33319005,0.33319005,0.33319005,0.33319005,0.33319005,0.33319005,0.33319005,0.33319005,0.33319005,0.33319005,0.33319005,0.33319005,0.33319005,0.32178175,0.32178175,0.32178175,0.32178175,0.32178175,0.32178175,0.32178175,0.32178175,0.32178175,0.32178175,0.32178175,0.32178175,0.32178175,0.32178175,0.32178175,0.79469681,0.79469681,0.79469681,0.79469681,0.79469681,0.79469681,0.79469681,0.79469681,0.79469681,0.79469681,0.79469681,0.79469681,0.79469681,0.79469681,0.79469681,0.17508438,0.17508438,0.17508438,0.17508438,0.17508438,0.17508438,0.17508438,0.17508438,0.17508438,0.17508438,0.17508438,0.17508438,0.17508438,0.17508438,0.17508438,0.48443604,0.48443604,0.48443604,0.48443604,0.48443604,0.48443604,0.48443604,0.48443604,0.48443604,0.48443604,0.48443604,0.48443604,0.48443604,0.48443604,0.48443604,0.21472989,0.21472989,0.21472989,0.21472989,0.21472989,0.21472989,0.21472989,0.21472989,0.21472989,0.21472989,0.21472989,0.21472989,0.21472989,0.21472989,0.21472989,0.17025961,0.17025961,0.17025961,0.17025961,0.17025961,0.17025961,0.17025961,0.17025961,0.17025961,0.17025961,0.17025961,0.17025961,0.17025961,0.17025961,0.17025961,0.41340739,0.41340739,0.41340739,0.41340739,0.41340739,0.41340739,0.41340739,0.41340739,0.41340739,0.41340739,0.41340739,0.41340739,0.41340739,0.41340739,0.41340739,0.77158999,0.77158999,0.77158999,0.77158999,0.77158999,0.77158999,0.77158999,0.77158999,0.77158999,0.77158999,0.77158999,0.77158999,0.77158999,0.77158999,0.77158999,0.42151347,0.42151347,0.42151347,0.42151347,0.42151347,0.42151347,0.42151347,0.42151347,0.42151347,0.42151347,0.42151347,0.42151347,0.42151347,0.42151347,0.42151347,0.78170455,0.78170455,0.78170455,0.78170455,0.78170455,0.78170455,0.78170455,0.78170455,0.78170455,0.78170455,0.78170455,0.78170455,0.78170455,0.78170455,0.78170455,1.3044369,1.3044369,1.3044369,1.3044369,1.3044369,1.3044369,1.3044369,1.3044369,1.3044369,1.3044369,1.3044369,1.3044369,1.3044369,1.3044369,1.3044369,0.31204122,0.31204122,0.31204122,0.31204122,0.31204122,0.31204122,0.31204122,0.31204122,0.31204122,0.31204122,0.31204122,0.31204122,0.31204122,0.31204122,0.31204122,1.1728848,1.1728848,1.1728848,1.1728848,1.1728848,1.1728848,1.1728848,1.1728848,1.1728848,1.1728848,1.1728848,1.1728848,1.1728848,1.1728848,1.1728848,2.6244972,2.6244972,2.6244972,2.6244972,2.6244972,2.6244972,2.6244972,2.6244972,2.6244972,2.6244972,2.6244972,2.6244972,2.6244972,2.6244972,2.6244972,0.13517177,0.13517177,0.13517177,0.13517177,0.13517177,0.13517177,0.13517177,0.13517177,0.13517177,0.13517177,0.13517177,0.13517177,0.13517177,0.13517177,0.13517177,0.72093731,0.72093731,0.72093731,0.72093731,0.72093731,0.72093731,0.72093731,0.72093731,0.72093731,0.72093731,0.72093731,0.72093731,0.72093731,0.72093731,0.72093731,0.46130797,0.46130797,0.46130797,0.46130797,0.46130797,0.46130797,0.46130797,0.46130797,0.46130797,0.46130797,0.46130797,0.46130797,0.46130797,0.46130797,0.46130797,0.42466971,0.42466971,0.42466971,0.42466971,0.42466971,0.42466971,0.42466971,0.42466971,0.42466971,0.42466971,0.42466971,0.42466971,0.42466971,0.42466971,0.42466971,1.5387233,1.5387233,1.5387233,1.5387233,1.5387233,1.5387233,1.5387233,1.5387233,1.5387233,1.5387233,1.5387233,1.5387233,1.5387233,1.5387233,1.5387233,2.1079922,2.1079922,2.1079922,2.1079922,2.1079922,2.1079922,2.1079922,2.1079922,2.1079922,2.1079922,2.1079922,2.1079922,2.1079922,2.1079922,2.1079922,1.1792479,1.1792479,1.1792479,1.1792479,1.1792479,1.1792479,1.1792479,1.1792479,1.1792479,1.1792479,1.1792479,1.1792479,1.1792479,1.1792479,1.1792479,0.25375772,0.25375772,0.25375772,0.25375772,0.25375772,0.25375772,0.25375772,0.25375772,0.25375772,0.25375772,0.25375772,0.25375772,0.25375772,0.25375772,0.25375772,0.59328151,0.59328151,0.59328151,0.59328151,0.59328151,0.59328151,0.59328151,0.59328151,0.59328151,0.59328151,0.59328151,0.59328151,0.59328151,0.59328151,0.59328151,2.5608454,2.5608454,2.5608454,2.5608454,2.5608454,2.5608454,2.5608454,2.5608454,2.5608454,2.5608454,2.5608454,2.5608454,2.5608454,2.5608454,2.5608454,0.30588412,0.30588412,0.30588412,0.30588412,0.30588412,0.30588412,0.30588412,0.30588412,0.30588412,0.30588412,0.30588412,0.30588412,0.30588412,0.30588412,0.30588412,0.52618957,0.52618957,0.52618957,0.52618957,0.52618957,0.52618957,0.52618957,0.52618957,0.52618957,0.52618957,0.52618957,0.52618957,0.52618957,0.52618957,0.52618957,0.11171482,0.11171482,0.11171482,0.11171482,0.11171482,0.11171482,0.11171482,0.11171482,0.11171482,0.11171482,0.11171482,0.11171482,0.11171482,0.11171482,0.11171482,0.1918945,0.1918945,0.1918945,0.1918945,0.1918945,0.1918945,0.1918945,0.1918945,0.1918945,0.1918945,0.1918945,0.1918945,0.1918945,0.1918945,0.1918945,0.21333444,0.21333444,0.21333444,0.21333444,0.21333444,0.21333444,0.21333444,0.21333444,0.21333444,0.21333444,0.21333444,0.21333444,0.21333444,0.21333444,0.21333444,0.28556737,0.28556737,0.28556737,0.28556737,0.28556737,0.28556737,0.28556737,0.28556737,0.28556737,0.28556737,0.28556737,0.28556737,0.28556737,0.28556737,0.28556737,0.83280802,0.83280802,0.83280802,0.83280802,0.83280802,0.83280802,0.83280802,0.83280802,0.83280802,0.83280802,0.83280802,0.83280802,0.83280802,0.83280802,0.83280802,0.52747905,0.52747905,0.52747905,0.52747905,0.52747905,0.52747905,0.52747905,0.52747905,0.52747905,0.52747905,0.52747905,0.52747905,0.52747905,0.52747905,0.52747905,0.81486052,0.81486052,0.81486052,0.81486052,0.81486052,0.81486052,0.81486052,0.81486052,0.81486052,0.81486052,0.81486052,0.81486052,0.81486052,0.81486052,0.81486052,0.61681747,0.61681747,0.61681747,0.61681747,0.61681747,0.61681747,0.61681747,0.61681747,0.61681747,0.61681747,0.61681747,0.61681747,0.61681747,0.61681747,0.61681747,0.18757394,0.18757394,0.18757394,0.18757394,0.18757394,0.18757394,0.18757394,0.18757394,0.18757394,0.18757394,0.18757394,0.18757394,0.18757394,0.18757394,0.18757394,0.44412115,0.44412115,0.44412115,0.44412115,0.44412115,0.44412115,0.44412115,0.44412115,0.44412115,0.44412115,0.44412115,0.44412115,0.44412115,0.44412115,0.44412115,0.18540494,0.18540494,0.18540494,0.18540494,0.18540494,0.18540494,0.18540494,0.18540494,0.18540494,0.18540494,0.18540494,0.18540494,0.18540494,0.18540494,0.18540494,0.13433999,0.13433999,0.13433999,0.13433999,0.13433999,0.13433999,0.13433999,0.13433999,0.13433999,0.13433999,0.13433999,0.13433999,0.13433999,0.13433999,0.13433999,0.18908876,0.18908876,0.18908876,0.18908876,0.18908876,0.18908876,0.18908876,0.18908876,0.18908876,0.18908876,0.18908876,0.18908876,0.18908876,0.18908876,0.18908876,0.16917869,0.16917869,0.16917869,0.16917869,0.16917869,0.16917869,0.16917869,0.16917869,0.16917869,0.16917869,0.16917869,0.16917869,0.16917869,0.16917869,0.16917869,0.11259011,0.11259011,0.11259011,0.11259011,0.11259011,0.11259011,0.11259011,0.11259011,0.11259011,0.11259011,0.11259011,0.11259011,0.11259011,0.11259011,0.11259011,0.26218364,0.26218364,0.26218364,0.26218364,0.26218364,0.26218364,0.26218364,0.26218364,0.26218364,0.26218364,0.26218364,0.26218364,0.26218364,0.26218364,0.26218364,0.22182722,0.22182722,0.22182722,0.22182722,0.22182722,0.22182722,0.22182722,0.22182722,0.22182722,0.22182722,0.22182722,0.22182722,0.22182722,0.22182722,0.22182722,0.13618153,0.13618153,0.13618153,0.13618153,0.13618153,0.13618153,0.13618153,0.13618153,0.13618153,0.13618153,0.13618153,0.13618153,0.13618153,0.13618153,0.13618153,0.29717508,0.29717508,0.29717508,0.29717508,0.29717508,0.29717508,0.29717508,0.29717508,0.29717508,0.29717508,0.29717508,0.29717508,0.29717508,0.29717508,0.29717508,0.15651815,0.15651815,0.15651815,0.15651815,0.15651815,0.15651815,0.15651815,0.15651815,0.15651815,0.15651815,0.15651815,0.15651815,0.15651815,0.15651815,0.15651815,0.20424512,0.20424512,0.20424512,0.20424512,0.20424512,0.20424512,0.20424512,0.20424512,0.20424512,0.20424512,0.20424512,0.20424512,0.20424512,0.20424512,0.20424512,0.17828231,0.17828231,0.17828231,0.17828231,0.17828231,0.17828231,0.17828231,0.17828231,0.17828231,0.17828231,0.17828231,0.17828231,0.17828231,0.17828231,0.17828231,0.10262317,0.10262317,0.10262317,0.10262317,0.10262317,0.10262317,0.10262317,0.10262317,0.10262317,0.10262317,0.10262317,0.10262317,0.10262317,0.10262317,0.10262317,0.098797746,0.098797746,0.098797746,0.098797746,0.098797746,0.098797746,0.098797746,0.098797746,0.098797746,0.098797746,0.098797746,0.098797746,0.098797746,0.098797746,0.098797746,0.28746873,0.28746873,0.28746873,0.28746873,0.28746873,0.28746873,0.28746873,0.28746873,0.28746873,0.28746873,0.28746873,0.28746873,0.28746873,0.28746873,0.28746873,0.19438207,0.19438207,0.19438207,0.19438207,0.19438207,0.19438207,0.19438207,0.19438207,0.19438207,0.19438207,0.19438207,0.19438207,0.19438207,0.19438207,0.19438207,0.15561537,0.15561537,0.15561537,0.15561537,0.15561537,0.15561537,0.15561537,0.15561537,0.15561537,0.15561537,0.15561537,0.15561537,0.15561537,0.15561537,0.15561537,0.29648179,0.29648179,0.29648179,0.29648179,0.29648179,0.29648179,0.29648179,0.29648179,0.29648179,0.29648179,0.29648179,0.29648179,0.29648179,0.29648179,0.29648179,0.22998685,0.22998685,0.22998685,0.22998685,0.22998685,0.22998685,0.22998685,0.22998685,0.22998685,0.22998685,0.22998685,0.22998685,0.22998685,0.22998685,0.22998685,0.12512481,0.12512481,0.12512481,0.12512481,0.12512481,0.12512481,0.12512481,0.12512481,0.12512481,0.12512481,0.12512481,0.12512481,0.12512481,0.12512481,0.12512481,0.26218468,0.26218468,0.26218468,0.26218468,0.26218468,0.26218468,0.26218468,0.26218468,0.26218468,0.26218468,0.26218468,0.26218468,0.26218468,0.26218468,0.26218468,0.14128342,0.14128342,0.14128342,0.14128342,0.14128342,0.14128342,0.14128342,0.14128342,0.14128342,0.14128342,0.14128342,0.14128342,0.14128342,0.14128342,0.14128342,0.13598932,0.13598932,0.13598932,0.13598932,0.13598932,0.13598932,0.13598932,0.13598932,0.13598932,0.13598932,0.13598932,0.13598932,0.13598932,0.13598932,0.13598932,0.04761523,0.04761523,0.04761523,0.04761523,0.04761523,0.04761523,0.04761523,0.04761523,0.04761523,0.04761523,0.04761523,0.04761523,0.04761523,0.04761523,0.04761523,0.21428616,0.21428616,0.21428616,0.21428616,0.21428616,0.21428616,0.21428616,0.21428616,0.21428616,0.21428616,0.21428616,0.21428616,0.21428616,0.21428616,0.21428616,0.20699495,0.20699495,0.20699495,0.20699495,0.20699495,0.20699495,0.20699495,0.20699495,0.20699495,0.20699495,0.20699495,0.20699495,0.20699495,0.20699495,0.20699495,0.20469682,0.20469682,0.20469682,0.20469682,0.20469682,0.20469682,0.20469682,0.20469682,0.20469682,0.20469682,0.20469682,0.20469682,0.20469682,0.20469682,0.20469682,0.11066253,0.11066253,0.11066253,0.11066253,0.11066253,0.11066253,0.11066253,0.11066253,0.11066253,0.11066253,0.11066253,0.11066253,0.11066253,0.11066253,0.11066253,0.20000522,0.20000522,0.20000522,0.20000522,0.20000522,0.20000522,0.20000522,0.20000522,0.20000522,0.20000522,0.20000522,0.20000522,0.20000522,0.20000522,0.20000522,0.11332528,0.11332528,0.11332528,0.11332528,0.11332528,0.11332528,0.11332528,0.11332528,0.11332528,0.11332528,0.11332528,0.11332528,0.11332528,0.11332528,0.11332528,0.14917009,0.14917009,0.14917009,0.14917009,0.14917009,0.14917009,0.14917009,0.14917009,0.14917009,0.14917009,0.14917009,0.14917009,0.14917009,0.14917009,0.14917009,0.2265337,0.2265337,0.2265337,0.2265337,0.2265337,0.2265337,0.2265337,0.2265337,0.2265337,0.2265337,0.2265337,0.2265337,0.2265337,0.2265337,0.2265337,0.21419995,0.21419995,0.21419995,0.21419995,0.21419995,0.21419995,0.21419995,0.21419995,0.21419995,0.21419995,0.21419995,0.21419995,0.21419995,0.21419995,0.21419995,0.16897841,0.16897841,0.16897841,0.16897841,0.16897841,0.16897841,0.16897841,0.16897841,0.16897841,0.16897841,0.16897841,0.16897841,0.16897841,0.16897841,0.16897841,0.10135929,0.10135929,0.10135929,0.10135929,0.10135929,0.10135929,0.10135929,0.10135929,0.10135929,0.10135929,0.10135929,0.10135929,0.10135929,0.10135929,0.10135929,0.11891375,0.11891375,0.11891375,0.11891375,0.11891375,0.11891375,0.11891375,0.11891375,0.11891375,0.11891375,0.11891375,0.11891375,0.11891375,0.11891375,0.11891375,0.24444668,0.24444668,0.24444668,0.24444668,0.24444668,0.24444668,0.24444668,0.24444668,0.24444668,0.24444668,0.24444668,0.24444668,0.24444668,0.24444668,0.24444668,0.092764445,0.092764445,0.092764445,0.092764445,0.092764445,0.092764445,0.092764445,0.092764445,0.092764445,0.092764445,0.092764445,0.092764445,0.092764445,0.092764445,0.092764445,0.09371423,0.09371423,0.09371423,0.09371423,0.09371423,0.09371423,0.09371423,0.09371423,0.09371423,0.09371423,0.09371423,0.09371423,0.09371423,0.09371423,0.09371423,0.08939825,0.08939825,0.08939825,0.08939825,0.08939825,0.08939825,0.08939825,0.08939825,0.08939825,0.08939825,0.08939825,0.08939825,0.08939825,0.08939825,0.08939825,0.23059741,0.23059741,0.23059741,0.23059741,0.23059741,0.23059741,0.23059741,0.23059741,0.23059741,0.23059741,0.23059741,0.23059741,0.23059741,0.23059741,0.23059741,0.3182061,0.3182061,0.3182061,0.3182061,0.3182061,0.3182061,0.3182061,0.3182061,0.3182061,0.3182061,0.3182061,0.3182061,0.3182061,0.3182061,0.3182061,0.25361058,0.25361058,0.25361058,0.25361058,0.25361058,0.25361058,0.25361058,0.25361058,0.25361058,0.25361058,0.25361058,0.25361058,0.25361058,0.25361058,0.25361058,0.17419787,0.17419787,0.17419787,0.17419787,0.17419787,0.17419787,0.17419787,0.17419787,0.17419787,0.17419787,0.17419787,0.17419787,0.17419787,0.17419787,0.17419787,0.10645656,0.10645656,0.10645656,0.10645656,0.10645656,0.10645656,0.10645656,0.10645656,0.10645656,0.10645656,0.10645656,0.10645656,0.10645656,0.10645656,0.10645656,0.15755601,0.15755601,0.15755601,0.15755601,0.15755601,0.15755601,0.15755601,0.15755601,0.15755601,0.15755601,0.15755601,0.15755601,0.15755601,0.15755601,0.15755601,0.12510639,0.12510639,0.12510639,0.12510639,0.12510639,0.12510639,0.12510639,0.12510639,0.12510639,0.12510639,0.12510639,0.12510639,0.12510639,0.12510639,0.12510639,0.033732627,0.033732627,0.033732627,0.033732627,0.033732627,0.033732627,0.033732627,0.033732627,0.033732627,0.033732627,0.033732627,0.033732627,0.033732627,0.033732627,0.033732627,0.095744461,0.095744461,0.095744461,0.095744461,0.095744461,0.095744461,0.095744461,0.095744461,0.095744461,0.095744461,0.095744461,0.095744461,0.095744461,0.095744461,0.095744461,0.11871665,0.11871665,0.11871665,0.11871665,0.11871665,0.11871665,0.11871665,0.11871665,0.11871665,0.11871665,0.11871665,0.11871665,0.11871665,0.11871665,0.11871665,0.14281231,0.14281231,0.14281231,0.14281231,0.14281231,0.14281231,0.14281231,0.14281231,0.14281231,0.14281231,0.14281231,0.14281231,0.14281231,0.14281231,0.14281231,0.03473404,0.03473404,0.03473404,0.03473404,0.03473404,0.03473404,0.03473404,0.03473404,0.03473404,0.03473404,0.03473404,0.03473404,0.03473404,0.03473404,0.03473404,0.14114414,0.14114414,0.14114414,0.14114414,0.14114414,0.14114414,0.14114414,0.14114414,0.14114414,0.14114414,0.14114414,0.14114414,0.14114414,0.14114414,0.14114414,0.28006059,0.28006059,0.28006059,0.28006059,0.28006059,0.28006059,0.28006059,0.28006059,0.28006059,0.28006059,0.28006059,0.28006059,0.28006059,0.28006059,0.28006059,0.20166458,0.20166458,0.20166458,0.20166458,0.20166458,0.20166458,0.20166458,0.20166458,0.20166458,0.20166458,0.20166458,0.20166458,0.20166458,0.20166458,0.20166458,0.085134387,0.085134387,0.085134387,0.085134387,0.085134387,0.085134387,0.085134387,0.085134387,0.085134387,0.085134387,0.085134387,0.085134387,0.085134387,0.085134387,0.085134387,0.27825975,0.27825975,0.27825975,0.27825975,0.27825975,0.27825975,0.27825975,0.27825975,0.27825975,0.27825975,0.27825975,0.27825975,0.27825975,0.27825975,0.27825975,0.11653384,0.11653384,0.11653384,0.11653384,0.11653384,0.11653384,0.11653384,0.11653384,0.11653384,0.11653384,0.11653384,0.11653384,0.11653384,0.11653384,0.11653384,0.21328816,0.21328816,0.21328816,0.21328816,0.21328816,0.21328816,0.21328816,0.21328816,0.21328816,0.21328816,0.21328816,0.21328816,0.21328816,0.21328816,0.21328816,0.29364708,0.29364708,0.29364708,0.29364708,0.29364708,0.29364708,0.29364708,0.29364708,0.29364708,0.29364708,0.29364708,0.29364708,0.29364708,0.29364708,0.29364708,0.081839979,0.081839979,0.081839979,0.081839979,0.081839979,0.081839979,0.081839979,0.081839979,0.081839979,0.081839979,0.081839979,0.081839979,0.081839979,0.081839979,0.081839979,0.17463875,0.17463875,0.17463875,0.17463875,0.17463875,0.17463875,0.17463875,0.17463875,0.17463875,0.17463875,0.17463875,0.17463875,0.17463875,0.17463875,0.17463875,0.22899143,0.22899143,0.22899143,0.22899143,0.22899143,0.22899143,0.22899143,0.22899143,0.22899143,0.22899143,0.22899143,0.22899143,0.22899143,0.22899143,0.22899143,0.22195856,0.22195856,0.22195856,0.22195856,0.22195856,0.22195856,0.22195856,0.22195856,0.22195856,0.22195856,0.22195856,0.22195856,0.22195856,0.22195856,0.22195856,0.18793072,0.18793072,0.18793072,0.18793072,0.18793072,0.18793072,0.18793072,0.18793072,0.18793072,0.18793072,0.18793072,0.18793072,0.18793072,0.18793072,0.18793072,0.26613706,0.26613706,0.26613706,0.26613706,0.26613706,0.26613706,0.26613706,0.26613706,0.26613706,0.26613706,0.26613706,0.26613706,0.26613706,0.26613706,0.26613706,0.10290083,0.10290083,0.10290083,0.10290083,0.10290083,0.10290083,0.10290083,0.10290083,0.10290083,0.10290083,0.10290083,0.10290083,0.10290083,0.10290083,0.10290083,0.23418789,0.23418789,0.23418789,0.23418789,0.23418789,0.23418789,0.23418789,0.23418789,0.23418789,0.23418789,0.23418789,0.23418789,0.23418789,0.23418789,0.23418789,0.006255072,0.006255072,0.006255072,0.006255072,0.006255072,0.006255072,0.006255072,0.006255072,0.006255072,0.006255072,0.006255072,0.006255072,0.006255072,0.006255072,0.006255072,0.043651201,0.043651201,0.043651201,0.043651201,0.043651201,0.043651201,0.043651201,0.043651201,0.043651201,0.043651201,0.043651201,0.043651201,0.043651201,0.043651201,0.043651201,0.026521564,0.026521564,0.026521564,0.026521564,0.026521564,0.026521564,0.026521564,0.026521564,0.026521564,0.026521564,0.026521564,0.026521564,0.026521564,0.026521564,0.026521564,0.10606381,0.10606381,0.10606381,0.10606381,0.10606381,0.10606381,0.10606381,0.10606381,0.10606381,0.10606381,0.10606381,0.10606381,0.10606381,0.10606381,0.10606381,0.085283488,0.085283488,0.085283488,0.085283488,0.085283488,0.085283488,0.085283488,0.085283488,0.085283488,0.085283488,0.085283488,0.085283488,0.085283488,0.085283488,0.085283488,0.12703438,0.12703438,0.12703438,0.12703438,0.12703438,0.12703438,0.12703438,0.12703438,0.12703438,0.12703438,0.12703438,0.12703438,0.12703438,0.12703438,0.12703438,0.27740633,0.27740633,0.27740633,0.27740633,0.27740633,0.27740633,0.27740633,0.27740633,0.27740633,0.27740633,0.27740633,0.27740633,0.27740633,0.27740633,0.27740633,0.10569486,0.10569486,0.10569486,0.10569486,0.10569486,0.10569486,0.10569486,0.10569486,0.10569486,0.10569486,0.10569486,0.10569486,0.10569486,0.10569486,0.10569486,0.18530068,0.18530068,0.18530068,0.18530068,0.18530068,0.18530068,0.18530068,0.18530068,0.18530068,0.18530068,0.18530068,0.18530068,0.18530068,0.18530068,0.18530068,0.10188156,0.10188156,0.10188156,0.10188156,0.10188156,0.10188156,0.10188156,0.10188156,0.10188156,0.10188156,0.10188156,0.10188156,0.10188156,0.10188156,0.10188156,0.14202949,0.14202949,0.14202949,0.14202949,0.14202949,0.14202949,0.14202949,0.14202949,0.14202949,0.14202949,0.14202949,0.14202949,0.14202949,0.14202949,0.14202949,0.14925212,0.14925212,0.14925212,0.14925212,0.14925212,0.14925212,0.14925212,0.14925212,0.14925212,0.14925212,0.14925212,0.14925212,0.14925212,0.14925212,0.14925212,0.28461963,0.28461963,0.28461963,0.28461963,0.28461963,0.28461963,0.28461963,0.28461963,0.28461963,0.28461963,0.28461963,0.28461963,0.28461963,0.28461963,0.28461963,0.098717906,0.098717906,0.098717906,0.098717906,0.098717906,0.098717906,0.098717906,0.098717906,0.098717906,0.098717906,0.098717906,0.098717906,0.098717906,0.098717906,0.098717906,0.23728423,0.23728423,0.23728423,0.23728423,0.23728423,0.23728423,0.23728423,0.23728423,0.23728423,0.23728423,0.23728423,0.23728423,0.23728423,0.23728423,0.23728423,0.10169853,0.10169853,0.10169853,0.10169853,0.10169853,0.10169853,0.10169853,0.10169853,0.10169853,0.10169853,0.10169853,0.10169853,0.10169853,0.10169853,0.10169853,0.15038931,0.15038931,0.15038931,0.15038931,0.15038931,0.15038931,0.15038931,0.15038931,0.15038931,0.15038931,0.15038931,0.15038931,0.15038931,0.15038931,0.15038931,0.20696162,0.20696162,0.20696162,0.20696162,0.20696162,0.20696162,0.20696162,0.20696162,0.20696162,0.20696162,0.20696162,0.20696162,0.20696162,0.20696162,0.20696162,0.15719642,0.15719642,0.15719642,0.15719642,0.15719642,0.15719642,0.15719642,0.15719642,0.15719642,0.15719642,0.15719642,0.15719642,0.15719642,0.15719642,0.15719642,0.27363029,0.27363029,0.27363029,0.27363029,0.27363029,0.27363029,0.27363029,0.27363029,0.27363029,0.27363029,0.27363029,0.27363029,0.27363029,0.27363029,0.27363029,0.14533629,0.14533629,0.14533629,0.14533629,0.14533629,0.14533629,0.14533629,0.14533629,0.14533629,0.14533629,0.14533629,0.14533629,0.14533629,0.14533629,0.14533629,0.10485236,0.10485236,0.10485236,0.10485236,0.10485236,0.10485236,0.10485236,0.10485236,0.10485236,0.10485236,0.10485236,0.10485236,0.10485236,0.10485236,0.10485236,0.14846811,0.14846811,0.14846811,0.14846811,0.14846811,0.14846811,0.14846811,0.14846811,0.14846811,0.14846811,0.14846811,0.14846811,0.14846811,0.14846811,0.14846811,0.12960254,0.12960254,0.12960254,0.12960254,0.12960254,0.12960254,0.12960254,0.12960254,0.12960254,0.12960254,0.12960254,0.12960254,0.12960254,0.12960254,0.12960254,0.17774494,0.17774494,0.17774494,0.17774494,0.17774494,0.17774494,0.17774494,0.17774494,0.17774494,0.17774494,0.17774494,0.17774494,0.17774494,0.17774494,0.17774494,0.2071892,0.2071892,0.2071892,0.2071892,0.2071892,0.2071892,0.2071892,0.2071892,0.2071892,0.2071892,0.2071892,0.2071892,0.2071892,0.2071892,0.2071892,0.21070939,0.21070939,0.21070939,0.21070939,0.21070939,0.21070939,0.21070939,0.21070939,0.21070939,0.21070939,0.21070939,0.21070939,0.21070939,0.21070939,0.21070939,0.20334427,0.20334427,0.20334427,0.20334427,0.20334427,0.20334427,0.20334427,0.20334427,0.20334427,0.20334427,0.20334427,0.20334427,0.20334427,0.20334427,0.20334427,0.11777467,0.11777467,0.11777467,0.11777467,0.11777467,0.11777467,0.11777467,0.11777467,0.11777467,0.11777467,0.11777467,0.11777467,0.11777467,0.11777467,0.11777467,0.14501226,0.14501226,0.14501226,0.14501226,0.14501226,0.14501226,0.14501226,0.14501226,0.14501226,0.14501226,0.14501226,0.14501226,0.14501226,0.14501226,0.14501226,0.29368475,0.29368475,0.29368475,0.29368475,0.29368475,0.29368475,0.29368475,0.29368475,0.29368475,0.29368475,0.29368475,0.29368475,0.29368475,0.29368475,0.29368475,0.16972658,0.16972658,0.16972658,0.16972658,0.16972658,0.16972658,0.16972658,0.16972658,0.16972658,0.16972658,0.16972658,0.16972658,0.16972658,0.16972658,0.16972658,0.18817775,0.18817775,0.18817775,0.18817775,0.18817775,0.18817775,0.18817775,0.18817775,0.18817775,0.18817775,0.18817775,0.18817775,0.18817775,0.18817775,0.18817775,0.14223146,0.14223146,0.14223146,0.14223146,0.14223146,0.14223146,0.14223146,0.14223146,0.14223146,0.14223146,0.14223146,0.14223146,0.14223146,0.14223146,0.14223146,0.18487898,0.18487898,0.18487898,0.18487898,0.18487898,0.18487898,0.18487898,0.18487898,0.18487898,0.18487898,0.18487898,0.18487898,0.18487898,0.18487898,0.18487898,0.10623726,0.10623726,0.10623726,0.10623726,0.10623726,0.10623726,0.10623726,0.10623726,0.10623726,0.10623726,0.10623726,0.10623726,0.10623726,0.10623726,0.10623726,0.18104523,0.18104523,0.18104523,0.18104523,0.18104523,0.18104523,0.18104523,0.18104523,0.18104523,0.18104523,0.18104523,0.18104523,0.18104523,0.18104523,0.18104523,0.093014181,0.093014181,0.093014181,0.093014181,0.093014181,0.093014181,0.093014181,0.093014181,0.093014181,0.093014181,0.093014181,0.093014181,0.093014181,0.093014181,0.093014181,0.12671627,0.12671627,0.12671627,0.12671627,0.12671627,0.12671627,0.12671627,0.12671627,0.12671627,0.12671627,0.12671627,0.12671627,0.12671627,0.12671627,0.12671627,0.12423788,0.12423788,0.12423788,0.12423788,0.12423788,0.12423788,0.12423788,0.12423788,0.12423788,0.12423788,0.12423788,0.12423788,0.12423788,0.12423788,0.12423788,0.16318056,0.16318056,0.16318056,0.16318056,0.16318056,0.16318056,0.16318056,0.16318056,0.16318056,0.16318056,0.16318056,0.16318056,0.16318056,0.16318056,0.16318056,0.16221139,0.16221139,0.16221139,0.16221139,0.16221139,0.16221139,0.16221139,0.16221139,0.16221139,0.16221139,0.16221139,0.16221139,0.16221139,0.16221139,0.16221139,0.28646764,0.28646764,0.28646764,0.28646764,0.28646764,0.28646764,0.28646764,0.28646764,0.28646764,0.28646764,0.28646764,0.28646764,0.28646764,0.28646764,0.28646764,0.12855361,0.12855361,0.12855361,0.12855361,0.12855361,0.12855361,0.12855361,0.12855361,0.12855361,0.12855361,0.12855361,0.12855361,0.12855361,0.12855361,0.12855361,0.19609867,0.19609867,0.19609867,0.19609867,0.19609867,0.19609867,0.19609867,0.19609867,0.19609867,0.19609867,0.19609867,0.19609867,0.19609867,0.19609867,0.19609867,0.11726907,0.11726907,0.11726907,0.11726907,0.11726907,0.11726907,0.11726907,0.11726907,0.11726907,0.11726907,0.11726907,0.11726907,0.11726907,0.11726907,0.11726907,0.20926121,0.20926121,0.20926121,0.20926121,0.20926121,0.20926121,0.20926121,0.20926121,0.20926121,0.20926121,0.20926121,0.20926121,0.20926121,0.20926121,0.20926121,0.1722538,0.1722538,0.1722538,0.1722538,0.1722538,0.1722538,0.1722538,0.1722538,0.1722538,0.1722538,0.1722538,0.1722538,0.1722538,0.1722538,0.1722538,0.13316965,0.13316965,0.13316965,0.13316965,0.13316965,0.13316965,0.13316965,0.13316965,0.13316965,0.13316965,0.13316965,0.13316965,0.13316965,0.13316965,0.13316965,0.24194646,0.24194646,0.24194646,0.24194646,0.24194646,0.24194646,0.24194646,0.24194646,0.24194646,0.24194646,0.24194646,0.24194646,0.24194646,0.24194646,0.24194646,0.17629758,0.17629758,0.17629758,0.17629758,0.17629758,0.17629758,0.17629758,0.17629758,0.17629758,0.17629758,0.17629758,0.17629758,0.17629758,0.17629758,0.17629758,0.1834811,0.1834811,0.1834811,0.1834811,0.1834811,0.1834811,0.1834811,0.1834811,0.1834811,0.1834811,0.1834811,0.1834811,0.1834811,0.1834811,0.1834811,0.32600331,0.32600331,0.32600331,0.32600331,0.32600331,0.32600331,0.32600331,0.32600331,0.32600331,0.32600331,0.32600331,0.32600331,0.32600331,0.32600331,0.32600331,0.3068383,0.3068383,0.3068383,0.3068383,0.3068383,0.3068383,0.3068383,0.3068383,0.3068383,0.3068383,0.3068383,0.3068383,0.3068383,0.3068383,0.3068383,0.1459979,0.1459979,0.1459979,0.1459979,0.1459979,0.1459979,0.1459979,0.1459979,0.1459979,0.1459979,0.1459979,0.1459979,0.1459979,0.1459979,0.1459979,0.20518072,0.20518072,0.20518072,0.20518072,0.20518072,0.20518072,0.20518072,0.20518072,0.20518072,0.20518072,0.20518072,0.20518072,0.20518072,0.20518072,0.20518072,0.44367281,0.44367281,0.44367281,0.44367281,0.44367281,0.44367281,0.44367281,0.44367281,0.44367281,0.44367281,0.44367281,0.44367281,0.44367281,0.44367281,0.44367281,0.21166411,0.21166411,0.21166411,0.21166411,0.21166411,0.21166411,0.21166411,0.21166411,0.21166411,0.21166411,0.21166411,0.21166411,0.21166411,0.21166411,0.21166411,0.12208932,0.12208932,0.12208932,0.12208932,0.12208932,0.12208932,0.12208932,0.12208932,0.12208932,0.12208932,0.12208932,0.12208932,0.12208932,0.12208932,0.12208932,0.58272457,0.58272457,0.58272457,0.58272457,0.58272457,0.58272457,0.58272457,0.58272457,0.58272457,0.58272457,0.58272457,0.58272457,0.58272457,0.58272457,0.58272457,0.19002143,0.19002143,0.19002143,0.19002143,0.19002143,0.19002143,0.19002143,0.19002143,0.19002143,0.19002143,0.19002143,0.19002143,0.19002143,0.19002143,0.19002143,0.28424776,0.28424776,0.28424776,0.28424776,0.28424776,0.28424776,0.28424776,0.28424776,0.28424776,0.28424776,0.28424776,0.28424776,0.28424776,0.28424776,0.28424776,0.24801822,0.24801822,0.24801822,0.24801822,0.24801822,0.24801822,0.24801822,0.24801822,0.24801822,0.24801822,0.24801822,0.24801822,0.24801822,0.24801822,0.24801822,0.10675626,0.10675626,0.10675626,0.10675626,0.10675626,0.10675626,0.10675626,0.10675626,0.10675626,0.10675626,0.10675626,0.10675626,0.10675626,0.10675626,0.10675626,0.17821181,0.17821181,0.17821181,0.17821181,0.17821181,0.17821181,0.17821181,0.17821181,0.17821181,0.17821181,0.17821181,0.17821181,0.17821181,0.17821181,0.17821181,0.63964707,0.63964707,0.63964707,0.63964707,0.63964707,0.63964707,0.63964707,0.63964707,0.63964707,0.63964707,0.63964707,0.63964707,0.63964707,0.63964707,0.63964707,0.40326869,0.40326869,0.40326869,0.40326869,0.40326869,0.40326869,0.40326869,0.40326869,0.40326869,0.40326869,0.40326869,0.40326869,0.40326869,0.40326869,0.40326869,0.11279415,0.11279415,0.11279415,0.11279415,0.11279415,0.11279415,0.11279415,0.11279415,0.11279415,0.11279415,0.11279415,0.11279415,0.11279415,0.11279415,0.11279415,0.26621667,0.26621667,0.26621667,0.26621667,0.26621667,0.26621667,0.26621667,0.26621667,0.26621667,0.26621667,0.26621667,0.26621667,0.26621667,0.26621667,0.26621667,0.16127498,0.16127498,0.16127498,0.16127498,0.16127498,0.16127498,0.16127498,0.16127498,0.16127498,0.16127498,0.16127498,0.16127498,0.16127498,0.16127498,0.16127498,0.59633768,0.59633768,0.59633768,0.59633768,0.59633768,0.59633768,0.59633768,0.59633768,0.59633768,0.59633768,0.59633768,0.59633768,0.59633768,0.59633768,0.59633768,0.11183618,0.11183618,0.11183618,0.11183618,0.11183618,0.11183618,0.11183618,0.11183618,0.11183618,0.11183618,0.11183618,0.11183618,0.11183618,0.11183618,0.11183618,0.29162124,0.29162124,0.29162124,0.29162124,0.29162124,0.29162124,0.29162124,0.29162124,0.29162124,0.29162124,0.29162124,0.29162124,0.29162124,0.29162124,0.29162124,0.45060751,0.45060751,0.45060751,0.45060751,0.45060751,0.45060751,0.45060751,0.45060751,0.45060751,0.45060751,0.45060751,0.45060751,0.45060751,0.45060751,0.45060751,0.25427395,0.25427395,0.25427395,0.25427395,0.25427395,0.25427395,0.25427395,0.25427395,0.25427395,0.25427395,0.25427395,0.25427395,0.25427395,0.25427395,0.25427395,0.17649677,0.17649677,0.17649677,0.17649677,0.17649677,0.17649677,0.17649677,0.17649677,0.17649677,0.17649677,0.17649677,0.17649677,0.17649677,0.17649677,0.17649677,0.2628727,0.2628727,0.2628727,0.2628727,0.2628727,0.2628727,0.2628727,0.2628727,0.2628727,0.2628727,0.2628727,0.2628727,0.2628727,0.2628727,0.2628727,0.46892753,0.46892753,0.46892753,0.46892753,0.46892753,0.46892753,0.46892753,0.46892753,0.46892753,0.46892753,0.46892753,0.46892753,0.46892753,0.46892753,0.46892753,0.13137312,0.13137312,0.13137312,0.13137312,0.13137312,0.13137312,0.13137312,0.13137312,0.13137312,0.13137312,0.13137312,0.13137312,0.13137312,0.13137312,0.13137312,0.37207684,0.37207684,0.37207684,0.37207684,0.37207684,0.37207684,0.37207684,0.37207684,0.37207684,0.37207684,0.37207684,0.37207684,0.37207684,0.37207684,0.37207684,0.11253875,0.11253875,0.11253875,0.11253875,0.11253875,0.11253875,0.11253875,0.11253875,0.11253875,0.11253875,0.11253875,0.11253875,0.11253875,0.11253875,0.11253875,0.69188994,0.69188994,0.69188994,0.69188994,0.69188994,0.69188994,0.69188994,0.69188994,0.69188994,0.69188994,0.69188994,0.69188994,0.69188994,0.69188994,0.69188994,0.19206023,0.19206023,0.19206023,0.19206023,0.19206023,0.19206023,0.19206023,0.19206023,0.19206023,0.19206023,0.19206023,0.19206023,0.19206023,0.19206023,0.19206023,0.21054088,0.21054088,0.21054088,0.21054088,0.21054088,0.21054088,0.21054088,0.21054088,0.21054088,0.21054088,0.21054088,0.21054088,0.21054088,0.21054088,0.21054088,0.22287737,0.22287737,0.22287737,0.22287737,0.22287737,0.22287737,0.22287737,0.22287737,0.22287737,0.22287737,0.22287737,0.22287737,0.22287737,0.22287737,0.22287737,0.48275137,0.48275137,0.48275137,0.48275137,0.48275137,0.48275137,0.48275137,0.48275137,0.48275137,0.48275137,0.48275137,0.48275137,0.48275137,0.48275137,0.48275137,0.13629371,0.13629371,0.13629371,0.13629371,0.13629371,0.13629371,0.13629371,0.13629371,0.13629371,0.13629371,0.13629371,0.13629371,0.13629371,0.13629371,0.13629371,0.25114533,0.25114533,0.25114533,0.25114533,0.25114533,0.25114533,0.25114533,0.25114533,0.25114533,0.25114533,0.25114533,0.25114533,0.25114533,0.25114533,0.25114533,0.21554811,0.21554811,0.21554811,0.21554811,0.21554811,0.21554811,0.21554811,0.21554811,0.21554811,0.21554811,0.21554811,0.21554811,0.21554811,0.21554811,0.21554811,0.14588812,0.14588812,0.14588812,0.14588812,0.14588812,0.14588812,0.14588812,0.14588812,0.14588812,0.14588812,0.14588812,0.14588812,0.14588812,0.14588812,0.14588812,0.20720892,0.20720892,0.20720892,0.20720892,0.20720892,0.20720892,0.20720892,0.20720892,0.20720892,0.20720892,0.20720892,0.20720892,0.20720892,0.20720892,0.20720892,0.14951822,0.14951822,0.14951822,0.14951822,0.14951822,0.14951822,0.14951822,0.14951822,0.14951822,0.14951822,0.14951822,0.14951822,0.14951822,0.14951822,0.14951822,0.42529213,0.42529213,0.42529213,0.42529213,0.42529213,0.42529213,0.42529213,0.42529213,0.42529213,0.42529213,0.42529213,0.42529213,0.42529213,0.42529213,0.42529213,0.14871821,0.14871821,0.14871821,0.14871821,0.14871821,0.14871821,0.14871821,0.14871821,0.14871821,0.14871821,0.14871821,0.14871821,0.14871821,0.14871821,0.14871821,0.29438925,0.29438925,0.29438925,0.29438925,0.29438925,0.29438925,0.29438925,0.29438925,0.29438925,0.29438925,0.29438925,0.29438925,0.29438925,0.29438925,0.29438925,0.21706301,0.21706301,0.21706301,0.21706301,0.21706301,0.21706301,0.21706301,0.21706301,0.21706301,0.21706301,0.21706301,0.21706301,0.21706301,0.21706301,0.21706301,0.89897937,0.89897937,0.89897937,0.89897937,0.89897937,0.89897937,0.89897937,0.89897937,0.89897937,0.89897937,0.89897937,0.89897937,0.89897937,0.89897937,0.89897937,0.33859068,0.33859068,0.33859068,0.33859068,0.33859068,0.33859068,0.33859068,0.33859068,0.33859068,0.33859068,0.33859068,0.33859068,0.33859068,0.33859068,0.33859068,0.14768916,0.14768916,0.14768916,0.14768916,0.14768916,0.14768916,0.14768916,0.14768916,0.14768916,0.14768916,0.14768916,0.14768916,0.14768916,0.14768916,0.14768916,0.20905098,0.20905098,0.20905098,0.20905098,0.20905098,0.20905098,0.20905098,0.20905098,0.20905098,0.20905098,0.20905098,0.20905098,0.20905098,0.20905098,0.20905098,0.13452004,0.13452004,0.13452004,0.13452004,0.13452004,0.13452004,0.13452004,0.13452004,0.13452004,0.13452004,0.13452004,0.13452004,0.13452004,0.13452004,0.13452004,0.71913499,0.71913499,0.71913499,0.71913499,0.71913499,0.71913499,0.71913499,0.71913499,0.71913499,0.71913499,0.71913499,0.71913499,0.71913499,0.71913499,0.71913499,0.74342805,0.74342805,0.74342805,0.74342805,0.74342805,0.74342805,0.74342805,0.74342805,0.74342805,0.74342805,0.74342805,0.74342805,0.74342805,0.74342805,0.74342805,0.22304323,0.22304323,0.22304323,0.22304323,0.22304323,0.22304323,0.22304323,0.22304323,0.22304323,0.22304323,0.22304323,0.22304323,0.22304323,0.22304323,0.22304323,0.28516838,0.28516838,0.28516838,0.28516838,0.28516838,0.28516838,0.28516838,0.28516838,0.28516838,0.28516838,0.28516838,0.28516838,0.28516838,0.28516838,0.28516838,0.14745334,0.14745334,0.14745334,0.14745334,0.14745334,0.14745334,0.14745334,0.14745334,0.14745334,0.14745334,0.14745334,0.14745334,0.14745334,0.14745334,0.14745334,0.54229993,0.54229993,0.54229993,0.54229993,0.54229993,0.54229993,0.54229993,0.54229993,0.54229993,0.54229993,0.54229993,0.54229993,0.54229993,0.54229993,0.54229993,0.38951483,0.38951483,0.38951483,0.38951483,0.38951483,0.38951483,0.38951483,0.38951483,0.38951483,0.38951483,0.38951483,0.38951483,0.38951483,0.38951483,0.38951483,0.3741062,0.3741062,0.3741062,0.3741062,0.3741062,0.3741062,0.3741062,0.3741062,0.3741062,0.3741062,0.3741062,0.3741062,0.3741062,0.3741062,0.3741062,0.26076573,0.26076573,0.26076573,0.26076573,0.26076573,0.26076573,0.26076573,0.26076573,0.26076573,0.26076573,0.26076573,0.26076573,0.26076573,0.26076573,0.26076573,0.35960639,0.35960639,0.35960639,0.35960639,0.35960639,0.35960639,0.35960639,0.35960639,0.35960639,0.35960639,0.35960639,0.35960639,0.35960639,0.35960639,0.35960639,0.41762152,0.41762152,0.41762152,0.41762152,0.41762152,0.41762152,0.41762152,0.41762152,0.41762152,0.41762152,0.41762152,0.41762152,0.41762152,0.41762152,0.41762152,0.15981704,0.15981704,0.15981704,0.15981704,0.15981704,0.15981704,0.15981704,0.15981704,0.15981704,0.15981704,0.15981704,0.15981704,0.15981704,0.15981704,0.15981704,0.11932956,0.11932956,0.11932956,0.11932956,0.11932956,0.11932956,0.11932956,0.11932956,0.11932956,0.11932956,0.11932956,0.11932956,0.11932956,0.11932956,0.11932956,0.18353434,0.18353434,0.18353434,0.18353434,0.18353434,0.18353434,0.18353434,0.18353434,0.18353434,0.18353434,0.18353434,0.18353434,0.18353434,0.18353434,0.18353434,0.13498116,0.13498116,0.13498116,0.13498116,0.13498116,0.13498116,0.13498116,0.13498116,0.13498116,0.13498116,0.13498116,0.13498116,0.13498116,0.13498116,0.13498116,0.50799644,0.50799644,0.50799644,0.50799644,0.50799644,0.50799644,0.50799644,0.50799644,0.50799644,0.50799644,0.50799644,0.50799644,0.50799644,0.50799644,0.50799644,0.087324679,0.087324679,0.087324679,0.087324679,0.087324679,0.087324679,0.087324679,0.087324679,0.087324679,0.087324679,0.087324679,0.087324679,0.087324679,0.087324679,0.087324679,0.12267174,0.12267174,0.12267174,0.12267174,0.12267174,0.12267174,0.12267174,0.12267174,0.12267174,0.12267174,0.12267174,0.12267174,0.12267174,0.12267174,0.12267174,0.10212404,0.10212404,0.10212404,0.10212404,0.10212404,0.10212404,0.10212404,0.10212404,0.10212404,0.10212404,0.10212404,0.10212404,0.10212404,0.10212404,0.10212404,0.10526358,0.10526358,0.10526358,0.10526358,0.10526358,0.10526358,0.10526358,0.10526358,0.10526358,0.10526358,0.10526358,0.10526358,0.10526358,0.10526358,0.10526358,0.14470321,0.14470321,0.14470321,0.14470321,0.14470321,0.14470321,0.14470321,0.14470321,0.14470321,0.14470321,0.14470321,0.14470321,0.14470321,0.14470321,0.14470321,0.085148923,0.085148923,0.085148923,0.085148923,0.085148923,0.085148923,0.085148923,0.085148923,0.085148923,0.085148923,0.085148923,0.085148923,0.085148923,0.085148923,0.085148923,0.12435804,0.12435804,0.12435804,0.12435804,0.12435804,0.12435804,0.12435804,0.12435804,0.12435804,0.12435804,0.12435804,0.12435804,0.12435804,0.12435804,0.12435804,0.068799168,0.068799168,0.068799168,0.068799168,0.068799168,0.068799168,0.068799168,0.068799168,0.068799168,0.068799168,0.068799168,0.068799168,0.068799168,0.068799168,0.068799168,0.15520871,0.15520871,0.15520871,0.15520871,0.15520871,0.15520871,0.15520871,0.15520871,0.15520871,0.15520871,0.15520871,0.15520871,0.15520871,0.15520871,0.15520871,0.088371143,0.088371143,0.088371143,0.088371143,0.088371143,0.088371143,0.088371143,0.088371143,0.088371143,0.088371143,0.088371143,0.088371143,0.088371143,0.088371143,0.088371143,0.078330837,0.078330837,0.078330837,0.078330837,0.078330837,0.078330837,0.078330837,0.078330837,0.078330837,0.078330837,0.078330837,0.078330837,0.078330837,0.078330837,0.078330837,0.074005209,0.074005209,0.074005209,0.074005209,0.074005209,0.074005209,0.074005209,0.074005209,0.074005209,0.074005209,0.074005209,0.074005209,0.074005209,0.074005209,0.074005209,0.11255725,0.11255725,0.11255725,0.11255725,0.11255725,0.11255725,0.11255725,0.11255725,0.11255725,0.11255725,0.11255725,0.11255725,0.11255725,0.11255725,0.11255725,0.06126266,0.06126266,0.06126266,0.06126266,0.06126266,0.06126266,0.06126266,0.06126266,0.06126266,0.06126266,0.06126266,0.06126266,0.06126266,0.06126266,0.06126266,0.1125578,0.1125578,0.1125578,0.1125578,0.1125578,0.1125578,0.1125578,0.1125578,0.1125578,0.1125578,0.1125578,0.1125578,0.1125578,0.1125578,0.1125578,0.11110072,0.11110072,0.11110072,0.11110072,0.11110072,0.11110072,0.11110072,0.11110072,0.11110072,0.11110072,0.11110072,0.11110072,0.11110072,0.11110072,0.11110072,0.068773136,0.068773136,0.068773136,0.068773136,0.068773136,0.068773136,0.068773136,0.068773136,0.068773136,0.068773136,0.068773136,0.068773136,0.068773136,0.068773136,0.068773136,0.17638496,0.17638496,0.17638496,0.17638496,0.17638496,0.17638496,0.17638496,0.17638496,0.17638496,0.17638496,0.17638496,0.17638496,0.17638496,0.17638496,0.17638496,0.13049468,0.13049468,0.13049468,0.13049468,0.13049468,0.13049468,0.13049468,0.13049468,0.13049468,0.13049468,0.13049468,0.13049468,0.13049468,0.13049468,0.13049468,0.086465426,0.086465426,0.086465426,0.086465426,0.086465426,0.086465426,0.086465426,0.086465426,0.086465426,0.086465426,0.086465426,0.086465426,0.086465426,0.086465426,0.086465426,0.078826137,0.078826137,0.078826137,0.078826137,0.078826137,0.078826137,0.078826137,0.078826137,0.078826137,0.078826137,0.078826137,0.078826137,0.078826137,0.078826137,0.078826137,0.12688242,0.12688242,0.12688242,0.12688242,0.12688242,0.12688242,0.12688242,0.12688242,0.12688242,0.12688242,0.12688242,0.12688242,0.12688242,0.12688242,0.12688242,0.13269229,0.13269229,0.13269229,0.13269229,0.13269229,0.13269229,0.13269229,0.13269229,0.13269229,0.13269229,0.13269229,0.13269229,0.13269229,0.13269229,0.13269229,0.18253742,0.18253742,0.18253742,0.18253742,0.18253742,0.18253742,0.18253742,0.18253742,0.18253742,0.18253742,0.18253742,0.18253742,0.18253742,0.18253742,0.18253742,0.12914209,0.12914209,0.12914209,0.12914209,0.12914209,0.12914209,0.12914209,0.12914209,0.12914209,0.12914209,0.12914209,0.12914209,0.12914209,0.12914209,0.12914209,0.14361082,0.14361082,0.14361082,0.14361082,0.14361082,0.14361082,0.14361082,0.14361082,0.14361082,0.14361082,0.14361082,0.14361082,0.14361082,0.14361082,0.14361082,0.15611064,0.15611064,0.15611064,0.15611064,0.15611064,0.15611064,0.15611064,0.15611064,0.15611064,0.15611064,0.15611064,0.15611064,0.15611064,0.15611064,0.15611064,0.1582295,0.1582295,0.1582295,0.1582295,0.1582295,0.1582295,0.1582295,0.1582295,0.1582295,0.1582295,0.1582295,0.1582295,0.1582295,0.1582295,0.1582295,0.072672933,0.072672933,0.072672933,0.072672933,0.072672933,0.072672933,0.072672933,0.072672933,0.072672933,0.072672933,0.072672933,0.072672933,0.072672933,0.072672933,0.072672933,0.16113462,0.16113462,0.16113462,0.16113462,0.16113462,0.16113462,0.16113462,0.16113462,0.16113462,0.16113462,0.16113462,0.16113462,0.16113462,0.16113462,0.16113462,0.093354911,0.093354911,0.093354911,0.093354911,0.093354911,0.093354911,0.093354911,0.093354911,0.093354911,0.093354911,0.093354911,0.093354911,0.093354911,0.093354911,0.093354911,0.041743785,0.041743785,0.041743785,0.041743785,0.041743785,0.041743785,0.041743785,0.041743785,0.041743785,0.041743785,0.041743785,0.041743785,0.041743785,0.041743785,0.041743785,0.14049378,0.14049378,0.14049378,0.14049378,0.14049378,0.14049378,0.14049378,0.14049378,0.14049378,0.14049378,0.14049378,0.14049378,0.14049378,0.14049378,0.14049378,0.057582062,0.057582062,0.057582062,0.057582062,0.057582062,0.057582062,0.057582062,0.057582062,0.057582062,0.057582062,0.057582062,0.057582062,0.057582062,0.057582062,0.057582062,0.17294548,0.17294548,0.17294548,0.17294548,0.17294548,0.17294548,0.17294548,0.17294548,0.17294548,0.17294548,0.17294548,0.17294548,0.17294548,0.17294548,0.17294548,0.14952898,0.14952898,0.14952898,0.14952898,0.14952898,0.14952898,0.14952898,0.14952898,0.14952898,0.14952898,0.14952898,0.14952898,0.14952898,0.14952898,0.14952898,0.12614432,0.12614432,0.12614432,0.12614432,0.12614432,0.12614432,0.12614432,0.12614432,0.12614432,0.12614432,0.12614432,0.12614432,0.12614432,0.12614432,0.12614432,0.13807377,0.13807377,0.13807377,0.13807377,0.13807377,0.13807377,0.13807377,0.13807377,0.13807377,0.13807377,0.13807377,0.13807377,0.13807377,0.13807377,0.13807377,0.13468169,0.13468169,0.13468169,0.13468169,0.13468169,0.13468169,0.13468169,0.13468169,0.13468169,0.13468169,0.13468169,0.13468169,0.13468169,0.13468169,0.13468169,0.14551595,0.14551595,0.14551595,0.14551595,0.14551595,0.14551595,0.14551595,0.14551595,0.14551595,0.14551595,0.14551595,0.14551595,0.14551595,0.14551595,0.14551595,0.15863155,0.15863155,0.15863155,0.15863155,0.15863155,0.15863155,0.15863155,0.15863155,0.15863155,0.15863155,0.15863155,0.15863155,0.15863155,0.15863155,0.15863155,0.05187491,0.05187491,0.05187491,0.05187491,0.05187491,0.05187491,0.05187491,0.05187491,0.05187491,0.05187491,0.05187491,0.05187491,0.05187491,0.05187491,0.05187491,0.13746659,0.13746659,0.13746659,0.13746659,0.13746659,0.13746659,0.13746659,0.13746659,0.13746659,0.13746659,0.13746659,0.13746659,0.13746659,0.13746659,0.13746659,0.079933785,0.079933785,0.079933785,0.079933785,0.079933785,0.079933785,0.079933785,0.079933785,0.079933785,0.079933785,0.079933785,0.079933785,0.079933785,0.079933785,0.079933785,0.071185492,0.071185492,0.071185492,0.071185492,0.071185492,0.071185492,0.071185492,0.071185492,0.071185492,0.071185492,0.071185492,0.071185492,0.071185492,0.071185492,0.071185492,0.077304609,0.077304609,0.077304609,0.077304609,0.077304609,0.077304609,0.077304609,0.077304609,0.077304609,0.077304609,0.077304609,0.077304609,0.077304609,0.077304609,0.077304609,0.13162741,0.13162741,0.13162741,0.13162741,0.13162741,0.13162741,0.13162741,0.13162741,0.13162741,0.13162741,0.13162741,0.13162741,0.13162741,0.13162741,0.13162741,0.042938154,0.042938154,0.042938154,0.042938154,0.042938154,0.042938154,0.042938154,0.042938154,0.042938154,0.042938154,0.042938154,0.042938154,0.042938154,0.042938154,0.042938154,0.12223892,0.12223892,0.12223892,0.12223892,0.12223892,0.12223892,0.12223892,0.12223892,0.12223892,0.12223892,0.12223892,0.12223892,0.12223892,0.12223892,0.12223892,0.15983568,0.15983568,0.15983568,0.15983568,0.15983568,0.15983568,0.15983568,0.15983568,0.15983568,0.15983568,0.15983568,0.15983568,0.15983568,0.15983568,0.15983568,0.073060811,0.073060811,0.073060811,0.073060811,0.073060811,0.073060811,0.073060811,0.073060811,0.073060811,0.073060811,0.073060811,0.073060811,0.073060811,0.073060811,0.073060811,0.14771695,0.14771695,0.14771695,0.14771695,0.14771695,0.14771695,0.14771695,0.14771695,0.14771695,0.14771695,0.14771695,0.14771695,0.14771695,0.14771695,0.14771695,0.059375878,0.059375878,0.059375878,0.059375878,0.059375878,0.059375878,0.059375878,0.059375878,0.059375878,0.059375878,0.059375878,0.059375878,0.059375878,0.059375878,0.059375878,0.1114009,0.1114009,0.1114009,0.1114009,0.1114009,0.1114009,0.1114009,0.1114009,0.1114009,0.1114009,0.1114009,0.1114009,0.1114009,0.1114009,0.1114009,0.14577548,0.14577548,0.14577548,0.14577548,0.14577548,0.14577548,0.14577548,0.14577548,0.14577548,0.14577548,0.14577548,0.14577548,0.14577548,0.14577548,0.14577548,0.079549842,0.079549842,0.079549842,0.079549842,0.079549842,0.079549842,0.079549842,0.079549842,0.079549842,0.079549842,0.079549842,0.079549842,0.079549842,0.079549842,0.079549842,0.14429051,0.14429051,0.14429051,0.14429051,0.14429051,0.14429051,0.14429051,0.14429051,0.14429051,0.14429051,0.14429051,0.14429051,0.14429051,0.14429051,0.14429051,0.12902273,0.12902273,0.12902273,0.12902273,0.12902273,0.12902273,0.12902273,0.12902273,0.12902273,0.12902273,0.12902273,0.12902273,0.12902273,0.12902273,0.12902273,0.097244248,0.097244248,0.097244248,0.097244248,0.097244248,0.097244248,0.097244248,0.097244248,0.097244248,0.097244248,0.097244248,0.097244248,0.097244248,0.097244248,0.097244248,0.15880211,0.15880211,0.15880211,0.15880211,0.15880211,0.15880211,0.15880211,0.15880211,0.15880211,0.15880211,0.15880211,0.15880211,0.15880211,0.15880211,0.15880211,0.050537933,0.050537933,0.050537933,0.050537933,0.050537933,0.050537933,0.050537933,0.050537933,0.050537933,0.050537933,0.050537933,0.050537933,0.050537933,0.050537933,0.050537933,0.16461192,0.16461192,0.16461192,0.16461192,0.16461192,0.16461192,0.16461192,0.16461192,0.16461192,0.16461192,0.16461192,0.16461192,0.16461192,0.16461192,0.16461192,0.13964354,0.13964354,0.13964354,0.13964354,0.13964354,0.13964354,0.13964354,0.13964354,0.13964354,0.13964354,0.13964354,0.13964354,0.13964354,0.13964354,0.13964354,0.033468489,0.033468489,0.033468489,0.033468489,0.033468489,0.033468489,0.033468489,0.033468489,0.033468489,0.033468489,0.033468489,0.033468489,0.033468489,0.033468489,0.033468489,0.13524279,0.13524279,0.13524279,0.13524279,0.13524279,0.13524279,0.13524279,0.13524279,0.13524279,0.13524279,0.13524279,0.13524279,0.13524279,0.13524279,0.13524279,0.14113215,0.14113215,0.14113215,0.14113215,0.14113215,0.14113215,0.14113215,0.14113215,0.14113215,0.14113215,0.14113215,0.14113215,0.14113215,0.14113215,0.14113215,0.11227213,0.11227213,0.11227213,0.11227213,0.11227213,0.11227213,0.11227213,0.11227213,0.11227213,0.11227213,0.11227213,0.11227213,0.11227213,0.11227213,0.11227213,0.10741953,0.10741953,0.10741953,0.10741953,0.10741953,0.10741953,0.10741953,0.10741953,0.10741953,0.10741953,0.10741953,0.10741953,0.10741953,0.10741953,0.10741953,0.042211335,0.042211335,0.042211335,0.042211335,0.042211335,0.042211335,0.042211335,0.042211335,0.042211335,0.042211335,0.042211335,0.042211335,0.042211335,0.042211335,0.042211335,0.11257944,0.11257944,0.11257944,0.11257944,0.11257944,0.11257944,0.11257944,0.11257944,0.11257944,0.11257944,0.11257944,0.11257944,0.11257944,0.11257944,0.11257944,0.10388606,0.10388606,0.10388606,0.10388606,0.10388606,0.10388606,0.10388606,0.10388606,0.10388606,0.10388606,0.10388606,0.10388606,0.10388606,0.10388606,0.10388606,0.081682295,0.081682295,0.081682295,0.081682295,0.081682295,0.081682295,0.081682295,0.081682295,0.081682295,0.081682295,0.081682295,0.081682295,0.081682295,0.081682295,0.081682295,0.093427882,0.093427882,0.093427882,0.093427882,0.093427882,0.093427882,0.093427882,0.093427882,0.093427882,0.093427882,0.093427882,0.093427882,0.093427882,0.093427882,0.093427882,0.12335826,0.12335826,0.12335826,0.12335826,0.12335826,0.12335826,0.12335826,0.12335826,0.12335826,0.12335826,0.12335826,0.12335826,0.12335826,0.12335826,0.12335826,0.16041388,0.16041388,0.16041388,0.16041388,0.16041388,0.16041388,0.16041388,0.16041388,0.16041388,0.16041388,0.16041388,0.16041388,0.16041388,0.16041388,0.16041388,0.13786273,0.13786273,0.13786273,0.13786273,0.13786273,0.13786273,0.13786273,0.13786273,0.13786273,0.13786273,0.13786273,0.13786273,0.13786273,0.13786273,0.13786273,0.068855084,0.068855084,0.068855084,0.068855084,0.068855084,0.068855084,0.068855084,0.068855084,0.068855084,0.068855084,0.068855084,0.068855084,0.068855084,0.068855084,0.068855084,0.15345977,0.15345977,0.15345977,0.15345977,0.15345977,0.15345977,0.15345977,0.15345977,0.15345977,0.15345977,0.15345977,0.15345977,0.15345977,0.15345977,0.15345977,0.19766913,0.19766913,0.19766913,0.19766913,0.19766913,0.19766913,0.19766913,0.19766913,0.19766913,0.19766913,0.19766913,0.19766913,0.19766913,0.19766913,0.19766913,0.081400447,0.081400447,0.081400447,0.081400447,0.081400447,0.081400447,0.081400447,0.081400447,0.081400447,0.081400447,0.081400447,0.081400447,0.081400447,0.081400447,0.081400447,0.1189665,0.1189665,0.1189665,0.1189665,0.1189665,0.1189665,0.1189665,0.1189665,0.1189665,0.1189665,0.1189665,0.1189665,0.1189665,0.1189665,0.1189665,0.10707251,0.10707251,0.10707251,0.10707251,0.10707251,0.10707251,0.10707251,0.10707251,0.10707251,0.10707251,0.10707251,0.10707251,0.10707251,0.10707251,0.10707251,0.13710298,0.13710298,0.13710298,0.13710298,0.13710298,0.13710298,0.13710298,0.13710298,0.13710298,0.13710298,0.13710298,0.13710298,0.13710298,0.13710298,0.13710298,0.11872673,0.11872673,0.11872673,0.11872673,0.11872673,0.11872673,0.11872673,0.11872673,0.11872673,0.11872673,0.11872673,0.11872673,0.11872673,0.11872673,0.11872673,0.029575894,0.029575894,0.029575894,0.029575894,0.029575894,0.029575894,0.029575894,0.029575894,0.029575894,0.029575894,0.029575894,0.029575894,0.029575894,0.029575894,0.029575894,0.048216518,0.048216518,0.048216518,0.048216518,0.048216518,0.048216518,0.048216518,0.048216518,0.048216518,0.048216518,0.048216518,0.048216518,0.048216518,0.048216518,0.048216518,0.057899017,0.057899017,0.057899017,0.057899017,0.057899017,0.057899017,0.057899017,0.057899017,0.057899017,0.057899017,0.057899017,0.057899017,0.057899017,0.057899017,0.057899017,0.070814237,0.070814237,0.070814237,0.070814237,0.070814237,0.070814237,0.070814237,0.070814237,0.070814237,0.070814237,0.070814237,0.070814237,0.070814237,0.070814237,0.070814237,0.11206357,0.11206357,0.11206357,0.11206357,0.11206357,0.11206357,0.11206357,0.11206357,0.11206357,0.11206357,0.11206357,0.11206357,0.11206357,0.11206357,0.11206357,0.084553733,0.084553733,0.084553733,0.084553733,0.084553733,0.084553733,0.084553733,0.084553733,0.084553733,0.084553733,0.084553733,0.084553733,0.084553733,0.084553733,0.084553733,0.19013216,0.19013216,0.19013216,0.19013216,0.19013216,0.19013216,0.19013216,0.19013216,0.19013216,0.19013216,0.19013216,0.19013216,0.19013216,0.19013216,0.19013216,0.15031056,0.15031056,0.15031056,0.15031056,0.15031056,0.15031056,0.15031056,0.15031056,0.15031056,0.15031056,0.15031056,0.15031056,0.15031056,0.15031056,0.15031056,0.097559229,0.097559229,0.097559229,0.097559229,0.097559229,0.097559229,0.097559229,0.097559229,0.097559229,0.097559229,0.097559229,0.097559229,0.097559229,0.097559229,0.097559229,0.15089361,0.15089361,0.15089361,0.15089361,0.15089361,0.15089361,0.15089361,0.15089361,0.15089361,0.15089361,0.15089361,0.15089361,0.15089361,0.15089361,0.15089361,0.14790498,0.14790498,0.14790498,0.14790498,0.14790498,0.14790498,0.14790498,0.14790498,0.14790498,0.14790498,0.14790498,0.14790498,0.14790498,0.14790498,0.14790498,0.275213,0.275213,0.275213,0.275213,0.275213,0.275213,0.275213,0.275213,0.275213,0.275213,0.275213,0.275213,0.275213,0.275213,0.275213,0.388677,0.388677,0.388677,0.388677,0.388677,0.388677,0.388677,0.388677,0.388677,0.388677,0.388677,0.388677,0.388677,0.388677,0.388677,0.20662402,0.20662402,0.20662402,0.20662402,0.20662402,0.20662402,0.20662402,0.20662402,0.20662402,0.20662402,0.20662402,0.20662402,0.20662402,0.20662402,0.20662402,0.065289542,0.065289542,0.065289542,0.065289542,0.065289542,0.065289542,0.065289542,0.065289542,0.065289542,0.065289542,0.065289542,0.065289542,0.065289542,0.065289542,0.065289542,0.23390554,0.23390554,0.23390554,0.23390554,0.23390554,0.23390554,0.23390554,0.23390554,0.23390554,0.23390554,0.23390554,0.23390554,0.23390554,0.23390554,0.23390554,0.23545818,0.23545818,0.23545818,0.23545818,0.23545818,0.23545818,0.23545818,0.23545818,0.23545818,0.23545818,0.23545818,0.23545818,0.23545818,0.23545818,0.23545818,0.31585929,0.31585929,0.31585929,0.31585929,0.31585929,0.31585929,0.31585929,0.31585929,0.31585929,0.31585929,0.31585929,0.31585929,0.31585929,0.31585929,0.31585929,0.16744006,0.16744006,0.16744006,0.16744006,0.16744006,0.16744006,0.16744006,0.16744006,0.16744006,0.16744006,0.16744006,0.16744006,0.16744006,0.16744006,0.16744006,0.21415664,0.21415664,0.21415664,0.21415664,0.21415664,0.21415664,0.21415664,0.21415664,0.21415664,0.21415664,0.21415664,0.21415664,0.21415664,0.21415664,0.21415664,0.20486493,0.20486493,0.20486493,0.20486493,0.20486493,0.20486493,0.20486493,0.20486493,0.20486493,0.20486493,0.20486493,0.20486493,0.20486493,0.20486493,0.20486493,0.23003438,0.23003438,0.23003438,0.23003438,0.23003438,0.23003438,0.23003438,0.23003438,0.23003438,0.23003438,0.23003438,0.23003438,0.23003438,0.23003438,0.23003438,0.22467653,0.22467653,0.22467653,0.22467653,0.22467653,0.22467653,0.22467653,0.22467653,0.22467653,0.22467653,0.22467653,0.22467653,0.22467653,0.22467653,0.22467653,0.22798093,0.22798093,0.22798093,0.22798093,0.22798093,0.22798093,0.22798093,0.22798093,0.22798093,0.22798093,0.22798093,0.22798093,0.22798093,0.22798093,0.22798093,0.27221498,0.27221498,0.27221498,0.27221498,0.27221498,0.27221498,0.27221498,0.27221498,0.27221498,0.27221498,0.27221498,0.27221498,0.27221498,0.27221498,0.27221498,0.32112759,0.32112759,0.32112759,0.32112759,0.32112759,0.32112759,0.32112759,0.32112759,0.32112759,0.32112759,0.32112759,0.32112759,0.32112759,0.32112759,0.32112759,0.18369479,0.18369479,0.18369479,0.18369479,0.18369479,0.18369479,0.18369479,0.18369479,0.18369479,0.18369479,0.18369479,0.18369479,0.18369479,0.18369479,0.18369479,0.23243655,0.23243655,0.23243655,0.23243655,0.23243655,0.23243655,0.23243655,0.23243655,0.23243655,0.23243655,0.23243655,0.23243655,0.23243655,0.23243655,0.23243655,0.25459042,0.25459042,0.25459042,0.25459042,0.25459042,0.25459042,0.25459042,0.25459042,0.25459042,0.25459042,0.25459042,0.25459042,0.25459042,0.25459042,0.25459042,0.22921538,0.22921538,0.22921538,0.22921538,0.22921538,0.22921538,0.22921538,0.22921538,0.22921538,0.22921538,0.22921538,0.22921538,0.22921538,0.22921538,0.22921538,0.35165083,0.35165083,0.35165083,0.35165083,0.35165083,0.35165083,0.35165083,0.35165083,0.35165083,0.35165083,0.35165083,0.35165083,0.35165083,0.35165083,0.35165083,0.15165228,0.15165228,0.15165228,0.15165228,0.15165228,0.15165228,0.15165228,0.15165228,0.15165228,0.15165228,0.15165228,0.15165228,0.15165228,0.15165228,0.15165228,1.6015916,1.6015916,1.6015916,1.6015916,1.6015916,1.6015916,1.6015916,1.6015916,1.6015916,1.6015916,1.6015916,1.6015916,1.6015916,1.6015916,1.6015916,0.23309912,0.23309912,0.23309912,0.23309912,0.23309912,0.23309912,0.23309912,0.23309912,0.23309912,0.23309912,0.23309912,0.23309912,0.23309912,0.23309912,0.23309912,0.24432737,0.24432737,0.24432737,0.24432737,0.24432737,0.24432737,0.24432737,0.24432737,0.24432737,0.24432737,0.24432737,0.24432737,0.24432737,0.24432737,0.24432737,0.24460821,0.24460821,0.24460821,0.24460821,0.24460821,0.24460821,0.24460821,0.24460821,0.24460821,0.24460821,0.24460821,0.24460821,0.24460821,0.24460821,0.24460821,0.1706885,0.1706885,0.1706885,0.1706885,0.1706885,0.1706885,0.1706885,0.1706885,0.1706885,0.1706885,0.1706885,0.1706885,0.1706885,0.1706885,0.1706885,0.25751162,0.25751162,0.25751162,0.25751162,0.25751162,0.25751162,0.25751162,0.25751162,0.25751162,0.25751162,0.25751162,0.25751162,0.25751162,0.25751162,0.25751162,0.14121483,0.14121483,0.14121483,0.14121483,0.14121483,0.14121483,0.14121483,0.14121483,0.14121483,0.14121483,0.14121483,0.14121483,0.14121483,0.14121483,0.14121483,0.13127072,0.13127072,0.13127072,0.13127072,0.13127072,0.13127072,0.13127072,0.13127072,0.13127072,0.13127072,0.13127072,0.13127072,0.13127072,0.13127072,0.13127072,0.23293632,0.23293632,0.23293632,0.23293632,0.23293632,0.23293632,0.23293632,0.23293632,0.23293632,0.23293632,0.23293632,0.23293632,0.23293632,0.23293632,0.23293632,0.23078355,0.23078355,0.23078355,0.23078355,0.23078355,0.23078355,0.23078355,0.23078355,0.23078355,0.23078355,0.23078355,0.23078355,0.23078355,0.23078355,0.23078355,0.05071884,0.05071884,0.05071884,0.05071884,0.05071884,0.05071884,0.05071884,0.05071884,0.05071884,0.05071884,0.05071884,0.05071884,0.05071884,0.05071884,0.05071884,0.23833597,0.23833597,0.23833597,0.23833597,0.23833597,0.23833597,0.23833597,0.23833597,0.23833597,0.23833597,0.23833597,0.23833597,0.23833597,0.23833597,0.23833597,0.24267237,0.24267237,0.24267237,0.24267237,0.24267237,0.24267237,0.24267237,0.24267237,0.24267237,0.24267237,0.24267237,0.24267237,0.24267237,0.24267237,0.24267237,0.23165736,0.23165736,0.23165736,0.23165736,0.23165736,0.23165736,0.23165736,0.23165736,0.23165736,0.23165736,0.23165736,0.23165736,0.23165736,0.23165736,0.23165736,0.15466049,0.15466049,0.15466049,0.15466049,0.15466049,0.15466049,0.15466049,0.15466049,0.15466049,0.15466049,0.15466049,0.15466049,0.15466049,0.15466049,0.15466049,0.27271903,0.27271903,0.27271903,0.27271903,0.27271903,0.27271903,0.27271903,0.27271903,0.27271903,0.27271903,0.27271903,0.27271903,0.27271903,0.27271903,0.27271903,0.18036804,0.18036804,0.18036804,0.18036804,0.18036804,0.18036804,0.18036804,0.18036804,0.18036804,0.18036804,0.18036804,0.18036804,0.18036804,0.18036804,0.18036804,0.28197807,0.28197807,0.28197807,0.28197807,0.28197807,0.28197807,0.28197807,0.28197807,0.28197807,0.28197807,0.28197807,0.28197807,0.28197807,0.28197807,0.28197807,0.20076147,0.20076147,0.20076147,0.20076147,0.20076147,0.20076147,0.20076147,0.20076147,0.20076147,0.20076147,0.20076147,0.20076147,0.20076147,0.20076147,0.20076147,0.23607053,0.23607053,0.23607053,0.23607053,0.23607053,0.23607053,0.23607053,0.23607053,0.23607053,0.23607053,0.23607053,0.23607053,0.23607053,0.23607053,0.23607053,0.32684243,0.32684243,0.32684243,0.32684243,0.32684243,0.32684243,0.32684243,0.32684243,0.32684243,0.32684243,0.32684243,0.32684243,0.32684243,0.32684243,0.32684243,0.21788737,0.21788737,0.21788737,0.21788737,0.21788737,0.21788737,0.21788737,0.21788737,0.21788737,0.21788737,0.21788737,0.21788737,0.21788737,0.21788737,0.21788737,0.23787507,0.23787507,0.23787507,0.23787507,0.23787507,0.23787507,0.23787507,0.23787507,0.23787507,0.23787507,0.23787507,0.23787507,0.23787507,0.23787507,0.23787507,0.24871521,0.24871521,0.24871521,0.24871521,0.24871521,0.24871521,0.24871521,0.24871521,0.24871521,0.24871521,0.24871521,0.24871521,0.24871521,0.24871521,0.24871521,0.14490446,0.14490446,0.14490446,0.14490446,0.14490446,0.14490446,0.14490446,0.14490446,0.14490446,0.14490446,0.14490446,0.14490446,0.14490446,0.14490446,0.14490446,0.24287708,0.24287708,0.24287708,0.24287708,0.24287708,0.24287708,0.24287708,0.24287708,0.24287708,0.24287708,0.24287708,0.24287708,0.24287708,0.24287708,0.24287708,0.254814,0.254814,0.254814,0.254814,0.254814,0.254814,0.254814,0.254814,0.254814,0.254814,0.254814,0.254814,0.254814,0.254814,0.254814,0.22656162,0.22656162,0.22656162,0.22656162,0.22656162,0.22656162,0.22656162,0.22656162,0.22656162,0.22656162,0.22656162,0.22656162,0.22656162,0.22656162,0.22656162,0.27251366,0.27251366,0.27251366,0.27251366,0.27251366,0.27251366,0.27251366,0.27251366,0.27251366,0.27251366,0.27251366,0.27251366,0.27251366,0.27251366,0.27251366,0.23324485,0.23324485,0.23324485,0.23324485,0.23324485,0.23324485,0.23324485,0.23324485,0.23324485,0.23324485,0.23324485,0.23324485,0.23324485,0.23324485,0.23324485,0.2033319,0.2033319,0.2033319,0.2033319,0.2033319,0.2033319,0.2033319,0.2033319,0.2033319,0.2033319,0.2033319,0.2033319,0.2033319,0.2033319,0.2033319,0.72708338,0.72708338,0.72708338,0.72708338,0.72708338,0.72708338,0.72708338,0.72708338,0.72708338,0.72708338,0.72708338,0.72708338,0.72708338,0.72708338,0.72708338,0.23315048,0.23315048,0.23315048,0.23315048,0.23315048,0.23315048,0.23315048,0.23315048,0.23315048,0.23315048,0.23315048,0.23315048,0.23315048,0.23315048,0.23315048,0.98750681,0.98750681,0.98750681,0.98750681,0.98750681,0.98750681,0.98750681,0.98750681,0.98750681,0.98750681,0.98750681,0.98750681,0.98750681,0.98750681,0.98750681,0.38934186,0.38934186,0.38934186,0.38934186,0.38934186,0.38934186,0.38934186,0.38934186,0.38934186,0.38934186,0.38934186,0.38934186,0.38934186,0.38934186,0.38934186,0.22603165,0.22603165,0.22603165,0.22603165,0.22603165,0.22603165,0.22603165,0.22603165,0.22603165,0.22603165,0.22603165,0.22603165,0.22603165,0.22603165,0.22603165,0.23317815,0.23317815,0.23317815,0.23317815,0.23317815,0.23317815,0.23317815,0.23317815,0.23317815,0.23317815,0.23317815,0.23317815,0.23317815,0.23317815,0.23317815,0.38768673,0.38768673,0.38768673,0.38768673,0.38768673,0.38768673,0.38768673,0.38768673,0.38768673,0.38768673,0.38768673,0.38768673,0.38768673,0.38768673,0.38768673,0.066517435,0.066517435,0.066517435,0.066517435,0.066517435,0.066517435,0.066517435,0.066517435,0.066517435,0.066517435,0.066517435,0.066517435,0.066517435,0.066517435,0.066517435,0.22752637,0.22752637,0.22752637,0.22752637,0.22752637,0.22752637,0.22752637,0.22752637,0.22752637,0.22752637,0.22752637,0.22752637,0.22752637,0.22752637,0.22752637,0.23542376,0.23542376,0.23542376,0.23542376,0.23542376,0.23542376,0.23542376,0.23542376,0.23542376,0.23542376,0.23542376,0.23542376,0.23542376,0.23542376,0.23542376,0.23354548,0.23354548,0.23354548,0.23354548,0.23354548,0.23354548,0.23354548,0.23354548,0.23354548,0.23354548,0.23354548,0.23354548,0.23354548,0.23354548,0.23354548,0.34417948,0.34417948,0.34417948,0.34417948,0.34417948,0.34417948,0.34417948,0.34417948,0.34417948,0.34417948,0.34417948,0.34417948,0.34417948,0.34417948,0.34417948,0.24006233,0.24006233,0.24006233,0.24006233,0.24006233,0.24006233,0.24006233,0.24006233,0.24006233,0.24006233,0.24006233,0.24006233,0.24006233,0.24006233,0.24006233,0.4645083,0.4645083,0.4645083,0.4645083,0.4645083,0.4645083,0.4645083,0.4645083,0.4645083,0.4645083,0.4645083,0.4645083,0.4645083,0.4645083,0.4645083,0.23995876,0.23995876,0.23995876,0.23995876,0.23995876,0.23995876,0.23995876,0.23995876,0.23995876,0.23995876,0.23995876,0.23995876,0.23995876,0.23995876,0.23995876,0.23250948,0.23250948,0.23250948,0.23250948,0.23250948,0.23250948,0.23250948,0.23250948,0.23250948,0.23250948,0.23250948,0.23250948,0.23250948,0.23250948,0.23250948,0.54852277,0.54852277,0.54852277,0.54852277,0.54852277,0.54852277,0.54852277,0.54852277,0.54852277,0.54852277,0.54852277,0.54852277,0.54852277,0.54852277,0.54852277,0.24233359,0.24233359,0.24233359,0.24233359,0.24233359,0.24233359,0.24233359,0.24233359,0.24233359,0.24233359,0.24233359,0.24233359,0.24233359,0.24233359,0.24233359,0.26231942,0.26231942,0.26231942,0.26231942,0.26231942,0.26231942,0.26231942,0.26231942,0.26231942,0.26231942,0.26231942,0.26231942,0.26231942,0.26231942,0.26231942,0.28051415,0.28051415,0.28051415,0.28051415,0.28051415,0.28051415,0.28051415,0.28051415,0.28051415,0.28051415,0.28051415,0.28051415,0.28051415,0.28051415,0.28051415,0.19825928,0.19825928,0.19825928,0.19825928,0.19825928,0.19825928,0.19825928,0.19825928,0.19825928,0.19825928,0.19825928,0.19825928,0.19825928,0.19825928,0.19825928,0.23072448,0.23072448,0.23072448,0.23072448,0.23072448,0.23072448,0.23072448,0.23072448,0.23072448,0.23072448,0.23072448,0.23072448,0.23072448,0.23072448,0.23072448,0.24605095,0.24605095,0.24605095,0.24605095,0.24605095,0.24605095,0.24605095,0.24605095,0.24605095,0.24605095,0.24605095,0.24605095,0.24605095,0.24605095,0.24605095,0.23282461,0.23282461,0.23282461,0.23282461,0.23282461,0.23282461,0.23282461,0.23282461,0.23282461,0.23282461,0.23282461,0.23282461,0.23282461,0.23282461,0.23282461,0.25696373,0.25696373,0.25696373,0.25696373,0.25696373,0.25696373,0.25696373,0.25696373,0.25696373,0.25696373,0.25696373,0.25696373,0.25696373,0.25696373,0.25696373,0.18243782,0.18243782,0.18243782,0.18243782,0.18243782,0.18243782,0.18243782,0.18243782,0.18243782,0.18243782,0.18243782,0.18243782,0.18243782,0.18243782,0.18243782,0.22320186,0.22320186,0.22320186,0.22320186,0.22320186,0.22320186,0.22320186,0.22320186,0.22320186,0.22320186,0.22320186,0.22320186,0.22320186,0.22320186,0.22320186,0.073657028,0.073657028,0.073657028,0.073657028,0.073657028,0.073657028,0.073657028,0.073657028,0.073657028,0.073657028,0.073657028,0.073657028,0.073657028,0.073657028,0.073657028,0.22733331,0.22733331,0.22733331,0.22733331,0.22733331,0.22733331,0.22733331,0.22733331,0.22733331,0.22733331,0.22733331,0.22733331,0.22733331,0.22733331,0.22733331,0.29357529,0.29357529,0.29357529,0.29357529,0.29357529,0.29357529,0.29357529,0.29357529,0.29357529,0.29357529,0.29357529,0.29357529,0.29357529,0.29357529,0.29357529,0.38911295,0.38911295,0.38911295,0.38911295,0.38911295,0.38911295,0.38911295,0.38911295,0.38911295,0.38911295,0.38911295,0.38911295,0.38911295,0.38911295,0.38911295,0.098139517,0.098139517,0.098139517,0.098139517,0.098139517,0.098139517,0.098139517,0.098139517,0.098139517,0.098139517,0.098139517,0.098139517,0.098139517,0.098139517,0.098139517,0.23139307,0.23139307,0.23139307,0.23139307,0.23139307,0.23139307,0.23139307,0.23139307,0.23139307,0.23139307,0.23139307,0.23139307,0.23139307,0.23139307,0.23139307,0.2740756,0.2740756,0.2740756,0.2740756,0.2740756,0.2740756,0.2740756,0.2740756,0.2740756,0.2740756,0.2740756,0.2740756,0.2740756,0.2740756,0.2740756,0.23315528,0.23315528,0.23315528,0.23315528,0.23315528,0.23315528,0.23315528,0.23315528,0.23315528,0.23315528,0.23315528,0.23315528,0.23315528,0.23315528,0.23315528,0.22066954,0.22066954,0.22066954,0.22066954,0.22066954,0.22066954,0.22066954,0.22066954,0.22066954,0.22066954,0.22066954,0.22066954,0.22066954,0.22066954,0.22066954,0.27627051,0.27627051,0.27627051,0.27627051,0.27627051,0.27627051,0.27627051,0.27627051,0.27627051,0.27627051,0.27627051,0.27627051,0.27627051,0.27627051,0.27627051,0.23982614,0.23982614,0.23982614,0.23982614,0.23982614,0.23982614,0.23982614,0.23982614,0.23982614,0.23982614,0.23982614,0.23982614,0.23982614,0.23982614,0.23982614,0.24159892,0.24159892,0.24159892,0.24159892,0.24159892,0.24159892,0.24159892,0.24159892,0.24159892,0.24159892,0.24159892,0.24159892,0.24159892,0.24159892,0.24159892,0.070803151,0.070803151,0.070803151,0.070803151,0.070803151,0.070803151,0.070803151,0.070803151,0.070803151,0.070803151,0.070803151,0.070803151,0.070803151,0.070803151,0.070803151,0.20395394,0.20395394,0.20395394,0.20395394,0.20395394,0.20395394,0.20395394,0.20395394,0.20395394,0.20395394,0.20395394,0.20395394,0.20395394,0.20395394,0.20395394,0.18421939,0.18421939,0.18421939,0.18421939,0.18421939,0.18421939,0.18421939,0.18421939,0.18421939,0.18421939,0.18421939,0.18421939,0.18421939,0.18421939,0.18421939,0.26021159,0.26021159,0.26021159,0.26021159,0.26021159,0.26021159,0.26021159,0.26021159,0.26021159,0.26021159,0.26021159,0.26021159,0.26021159,0.26021159,0.26021159,0.22882336,0.22882336,0.22882336,0.22882336,0.22882336,0.22882336,0.22882336,0.22882336,0.22882336,0.22882336,0.22882336,0.22882336,0.22882336,0.22882336,0.22882336,0.21650085,0.21650085,0.21650085,0.21650085,0.21650085,0.21650085,0.21650085,0.21650085,0.21650085,0.21650085,0.21650085,0.21650085,0.21650085,0.21650085,0.21650085,0.23822966,0.23822966,0.23822966,0.23822966,0.23822966,0.23822966,0.23822966,0.23822966,0.23822966,0.23822966,0.23822966,0.23822966,0.23822966,0.23822966,0.23822966,0.18003374,0.18003374,0.18003374,0.18003374,0.18003374,0.18003374,0.18003374,0.18003374,0.18003374,0.18003374,0.18003374,0.18003374,0.18003374,0.18003374,0.18003374,0.23066039,0.23066039,0.23066039,0.23066039,0.23066039,0.23066039,0.23066039,0.23066039,0.23066039,0.23066039,0.23066039,0.23066039,0.23066039,0.23066039,0.23066039,0.44137681,0.44137681,0.44137681,0.44137681,0.44137681,0.44137681,0.44137681,0.44137681,0.44137681,0.44137681,0.44137681,0.44137681,0.44137681,0.44137681,0.44137681,0.2330821,0.2330821,0.2330821,0.2330821,0.2330821,0.2330821,0.2330821,0.2330821,0.2330821,0.2330821,0.2330821,0.2330821,0.2330821,0.2330821,0.2330821,0.37866476,0.37866476,0.37866476,0.37866476,0.37866476,0.37866476,0.37866476,0.37866476,0.37866476,0.37866476,0.37866476,0.37866476,0.37866476,0.37866476,0.37866476,0.23391038,0.23391038,0.23391038,0.23391038,0.23391038,0.23391038,0.23391038,0.23391038,0.23391038,0.23391038,0.23391038,0.23391038,0.23391038,0.23391038,0.23391038,0.17559789,0.17559789,0.17559789,0.17559789,0.17559789,0.17559789,0.17559789,0.17559789,0.17559789,0.17559789,0.17559789,0.17559789,0.17559789,0.17559789,0.17559789,0.23472722,0.23472722,0.23472722,0.23472722,0.23472722,0.23472722,0.23472722,0.23472722,0.23472722,0.23472722,0.23472722,0.23472722,0.23472722,0.23472722,0.23472722,0.22629419,0.22629419,0.22629419,0.22629419,0.22629419,0.22629419,0.22629419,0.22629419,0.22629419,0.22629419,0.22629419,0.22629419,0.22629419,0.22629419,0.22629419,0.40686056,0.40686056,0.40686056,0.40686056,0.40686056,0.40686056,0.40686056,0.40686056,0.40686056,0.40686056,0.40686056,0.40686056,0.40686056,0.40686056,0.40686056,0.24834551,0.24834551,0.24834551,0.24834551,0.24834551,0.24834551,0.24834551,0.24834551,0.24834551,0.24834551,0.24834551,0.24834551,0.24834551,0.24834551,0.24834551,0.23527239,0.23527239,0.23527239,0.23527239,0.23527239,0.23527239,0.23527239,0.23527239,0.23527239,0.23527239,0.23527239,0.23527239,0.23527239,0.23527239,0.23527239,0.10894852,0.10894852,0.10894852,0.10894852,0.10894852,0.10894852,0.10894852,0.10894852,0.10894852,0.10894852,0.10894852,0.10894852,0.10894852,0.10894852,0.10894852,0.19870184,0.19870184,0.19870184,0.19870184,0.19870184,0.19870184,0.19870184,0.19870184,0.19870184,0.19870184,0.19870184,0.19870184,0.19870184,0.19870184,0.19870184,0.31882879,0.31882879,0.31882879,0.31882879,0.31882879,0.31882879,0.31882879,0.31882879,0.31882879,0.31882879,0.31882879,0.31882879,0.31882879,0.31882879,0.31882879,0.23330386,0.23330386,0.23330386,0.23330386,0.23330386,0.23330386,0.23330386,0.23330386,0.23330386,0.23330386,0.23330386,0.23330386,0.23330386,0.23330386,0.23330386,1.1838353,1.1838353,1.1838353,1.1838353,1.1838353,1.1838353,1.1838353,1.1838353,1.1838353,1.1838353,1.1838353,1.1838353,1.1838353,1.1838353,1.1838353,0.21764153,0.21764153,0.21764153,0.21764153,0.21764153,0.21764153,0.21764153,0.21764153,0.21764153,0.21764153,0.21764153,0.21764153,0.21764153,0.21764153,0.21764153,0.2298404,0.2298404,0.2298404,0.2298404,0.2298404,0.2298404,0.2298404,0.2298404,0.2298404,0.2298404,0.2298404,0.2298404,0.2298404,0.2298404,0.2298404,0.27234861,0.27234861,0.27234861,0.27234861,0.27234861,0.27234861,0.27234861,0.27234861,0.27234861,0.27234861,0.27234861,0.27234861,0.27234861,0.27234861,0.27234861,0.23586038,0.23586038,0.23586038,0.23586038,0.23586038,0.23586038,0.23586038,0.23586038,0.23586038,0.23586038,0.23586038,0.23586038,0.23586038,0.23586038,0.23586038,0.21482468,0.21482468,0.21482468,0.21482468,0.21482468,0.21482468,0.21482468,0.21482468,0.21482468,0.21482468,0.21482468,0.21482468,0.21482468,0.21482468,0.21482468,0.24316216,0.24316216,0.24316216,0.24316216,0.24316216,0.24316216,0.24316216,0.24316216,0.24316216,0.24316216,0.24316216,0.24316216,0.24316216,0.24316216,0.24316216,0.58650893,0.58650893,0.58650893,0.58650893,0.58650893,0.58650893,0.58650893,0.58650893,0.58650893,0.58650893,0.58650893,0.58650893,0.58650893,0.58650893,0.58650893,0.22695966,0.22695966,0.22695966,0.22695966,0.22695966,0.22695966,0.22695966,0.22695966,0.22695966,0.22695966,0.22695966,0.22695966,0.22695966,0.22695966,0.22695966,0.29425973,0.29425973,0.29425973,0.29425973,0.29425973,0.29425973,0.29425973,0.29425973,0.29425973,0.29425973,0.29425973,0.29425973,0.29425973,0.29425973,0.29425973,0.22407778,0.22407778,0.22407778,0.22407778,0.22407778,0.22407778,0.22407778,0.22407778,0.22407778,0.22407778,0.22407778,0.22407778,0.22407778,0.22407778,0.22407778,0.18771845,0.18771845,0.18771845,0.18771845,0.18771845,0.18771845,0.18771845,0.18771845,0.18771845,0.18771845,0.18771845,0.18771845,0.18771845,0.18771845,0.18771845,0.24049465,0.24049465,0.24049465,0.24049465,0.24049465,0.24049465,0.24049465,0.24049465,0.24049465,0.24049465,0.24049465,0.24049465,0.24049465,0.24049465,0.24049465,0.19361895,0.19361895,0.19361895,0.19361895,0.19361895,0.19361895,0.19361895,0.19361895,0.19361895,0.19361895,0.19361895,0.19361895,0.19361895,0.19361895,0.19361895,0.20220052,0.20220052,0.20220052,0.20220052,0.20220052,0.20220052,0.20220052,0.20220052,0.20220052,0.20220052,0.20220052,0.20220052,0.20220052,0.20220052,0.20220052,0.1715733,0.1715733,0.1715733,0.1715733,0.1715733,0.1715733,0.1715733,0.1715733,0.1715733,0.1715733,0.1715733,0.1715733,0.1715733,0.1715733,0.1715733,0.37774202,0.37774202,0.37774202,0.37774202,0.37774202,0.37774202,0.37774202,0.37774202,0.37774202,0.37774202,0.37774202,0.37774202,0.37774202,0.37774202,0.37774202,0.23375225,0.23375225,0.23375225,0.23375225,0.23375225,0.23375225,0.23375225,0.23375225,0.23375225,0.23375225,0.23375225,0.23375225,0.23375225,0.23375225,0.23375225,0.28575835,0.28575835,0.28575835,0.28575835,0.28575835,0.28575835,0.28575835,0.28575835,0.28575835,0.28575835,0.28575835,0.28575835,0.28575835,0.28575835,0.28575835,0.32401177,0.32401177,0.32401177,0.32401177,0.32401177,0.32401177,0.32401177,0.32401177,0.32401177,0.32401177,0.32401177,0.32401177,0.32401177,0.32401177,0.32401177,0.236555,0.236555,0.236555,0.236555,0.236555,0.236555,0.236555,0.236555,0.236555,0.236555,0.236555,0.236555,0.236555,0.236555,0.236555,0.35225347,0.35225347,0.35225347,0.35225347,0.35225347,0.35225347,0.35225347,0.35225347,0.35225347,0.35225347,0.35225347,0.35225347,0.35225347,0.35225347,0.35225347,0.22825857,0.22825857,0.22825857,0.22825857,0.22825857,0.22825857,0.22825857,0.22825857,0.22825857,0.22825857,0.22825857,0.22825857,0.22825857,0.22825857,0.22825857,0.22030984,0.22030984,0.22030984,0.22030984,0.22030984,0.22030984,0.22030984,0.22030984,0.22030984,0.22030984,0.22030984,0.22030984,0.22030984,0.22030984,0.22030984,0.23496222,0.23496222,0.23496222,0.23496222,0.23496222,0.23496222,0.23496222,0.23496222,0.23496222,0.23496222,0.23496222,0.23496222,0.23496222,0.23496222,0.23496222,0.26318973,0.26318973,0.26318973,0.26318973,0.26318973,0.26318973,0.26318973,0.26318973,0.26318973,0.26318973,0.26318973,0.26318973,0.26318973,0.26318973,0.26318973,0.18462493,0.18462493,0.18462493,0.18462493,0.18462493,0.18462493,0.18462493,0.18462493,0.18462493,0.18462493,0.18462493,0.18462493,0.18462493,0.18462493,0.18462493,0.38505125,0.38505125,0.38505125,0.38505125,0.38505125,0.38505125,0.38505125,0.38505125,0.38505125,0.38505125,0.38505125,0.38505125,0.38505125,0.38505125,0.38505125,0.25115353,0.25115353,0.25115353,0.25115353,0.25115353,0.25115353,0.25115353,0.25115353,0.25115353,0.25115353,0.25115353,0.25115353,0.25115353,0.25115353,0.25115353,0.16291565,0.16291565,0.16291565,0.16291565,0.16291565,0.16291565,0.16291565,0.16291565,0.16291565,0.16291565,0.16291565,0.16291565,0.16291565,0.16291565,0.16291565,0.27794632,0.27794632,0.27794632,0.27794632,0.27794632,0.27794632,0.27794632,0.27794632,0.27794632,0.27794632,0.27794632,0.27794632,0.27794632,0.27794632,0.27794632,0.3000361,0.3000361,0.3000361,0.3000361,0.3000361,0.3000361,0.3000361,0.3000361,0.3000361,0.3000361,0.3000361,0.3000361,0.3000361,0.3000361,0.3000361,0.23446855,0.23446855,0.23446855,0.23446855,0.23446855,0.23446855,0.23446855,0.23446855,0.23446855,0.23446855,0.23446855,0.23446855,0.23446855,0.23446855,0.23446855,0.24143271,0.24143271,0.24143271,0.24143271,0.24143271,0.24143271,0.24143271,0.24143271,0.24143271,0.24143271,0.24143271,0.24143271,0.24143271,0.24143271,0.24143271,0.26927969,0.26927969,0.26927969,0.26927969,0.26927969,0.26927969,0.26927969,0.26927969,0.26927969,0.26927969,0.26927969,0.26927969,0.26927969,0.26927969,0.26927969,0.24191839,0.24191839,0.24191839,0.24191839,0.24191839,0.24191839,0.24191839,0.24191839,0.24191839,0.24191839,0.24191839,0.24191839,0.24191839,0.24191839,0.24191839,0.175266,0.175266,0.175266,0.175266,0.175266,0.175266,0.175266,0.175266,0.175266,0.175266,0.175266,0.175266,0.175266,0.175266,0.175266,0.23195918,0.23195918,0.23195918,0.23195918,0.23195918,0.23195918,0.23195918,0.23195918,0.23195918,0.23195918,0.23195918,0.23195918,0.23195918,0.23195918,0.23195918,0.23099248,0.23099248,0.23099248,0.23099248,0.23099248,0.23099248,0.23099248,0.23099248,0.23099248,0.23099248,0.23099248,0.23099248,0.23099248,0.23099248,0.23099248,0.27598873,0.27598873,0.27598873,0.27598873,0.27598873,0.27598873,0.27598873,0.27598873,0.27598873,0.27598873,0.27598873,0.27598873,0.27598873,0.27598873,0.27598873,0.26861018,0.26861018,0.26861018,0.26861018,0.26861018,0.26861018,0.26861018,0.26861018,0.26861018,0.26861018,0.26861018,0.26861018,0.26861018,0.26861018,0.26861018,0.29520848,0.29520848,0.29520848,0.29520848,0.29520848,0.29520848,0.29520848,0.29520848,0.29520848,0.29520848,0.29520848,0.29520848,0.29520848,0.29520848,0.29520848,0.12071034,0.12071034,0.12071034,0.12071034,0.12071034,0.12071034,0.12071034,0.12071034,0.12071034,0.12071034,0.12071034,0.12071034,0.12071034,0.12071034,0.12071034,0.098650366,0.098650366,0.098650366,0.098650366,0.098650366,0.098650366,0.098650366,0.098650366,0.098650366,0.098650366,0.098650366,0.098650366,0.098650366,0.098650366,0.098650366,0.23698948,0.23698948,0.23698948,0.23698948,0.23698948,0.23698948,0.23698948,0.23698948,0.23698948,0.23698948,0.23698948,0.23698948,0.23698948,0.23698948,0.23698948,0.24055898,0.24055898,0.24055898,0.24055898,0.24055898,0.24055898,0.24055898,0.24055898,0.24055898,0.24055898,0.24055898,0.24055898,0.24055898,0.24055898,0.24055898,0.28497043,0.28497043,0.28497043,0.28497043,0.28497043,0.28497043,0.28497043,0.28497043,0.28497043,0.28497043,0.28497043,0.28497043,0.28497043,0.28497043,0.28497043,0.3313823,0.3313823,0.3313823,0.3313823,0.3313823,0.3313823,0.3313823,0.3313823,0.3313823,0.3313823,0.3313823,0.3313823,0.3313823,0.3313823,0.3313823,0.34326634,0.34326634,0.34326634,0.34326634,0.34326634,0.34326634,0.34326634,0.34326634,0.34326634,0.34326634,0.34326634,0.34326634,0.34326634,0.34326634,0.34326634,0.23362458,0.23362458,0.23362458,0.23362458,0.23362458,0.23362458,0.23362458,0.23362458,0.23362458,0.23362458,0.23362458,0.23362458,0.23362458,0.23362458,0.23362458,0.23316489,0.23316489,0.23316489,0.23316489,0.23316489,0.23316489,0.23316489,0.23316489,0.23316489,0.23316489,0.23316489,0.23316489,0.23316489,0.23316489,0.23316489,0.26336557,0.26336557,0.26336557,0.26336557,0.26336557,0.26336557,0.26336557,0.26336557,0.26336557,0.26336557,0.26336557,0.26336557,0.26336557,0.26336557,0.26336557,0.19379874,0.19379874,0.19379874,0.19379874,0.19379874,0.19379874,0.19379874,0.19379874,0.19379874,0.19379874,0.19379874,0.19379874,0.19379874,0.19379874,0.19379874,0.23597117,0.23597117,0.23597117,0.23597117,0.23597117,0.23597117,0.23597117,0.23597117,0.23597117,0.23597117,0.23597117,0.23597117,0.23597117,0.23597117,0.23597117,0.24110347,0.24110347,0.24110347,0.24110347,0.24110347,0.24110347,0.24110347,0.24110347,0.24110347,0.24110347,0.24110347,0.24110347,0.24110347,0.24110347,0.24110347,0.26984987,0.26984987,0.26984987,0.26984987,0.26984987,0.26984987,0.26984987,0.26984987,0.26984987,0.26984987,0.26984987,0.26984987,0.26984987,0.26984987,0.26984987,0.23301888,0.23301888,0.23301888,0.23301888,0.23301888,0.23301888,0.23301888,0.23301888,0.23301888,0.23301888,0.23301888,0.23301888,0.23301888,0.23301888,0.23301888,0.065263741,0.065263741,0.065263741,0.065263741,0.065263741,0.065263741,0.065263741,0.065263741,0.065263741,0.065263741,0.065263741,0.065263741,0.065263741,0.065263741,0.065263741,0.25629494,0.25629494,0.25629494,0.25629494,0.25629494,0.25629494,0.25629494,0.25629494,0.25629494,0.25629494,0.25629494,0.25629494,0.25629494,0.25629494,0.25629494,0.2451524,0.2451524,0.2451524,0.2451524,0.2451524,0.2451524,0.2451524,0.2451524,0.2451524,0.2451524,0.2451524,0.2451524,0.2451524,0.2451524,0.2451524,0.26149359,0.26149359,0.26149359,0.26149359,0.26149359,0.26149359,0.26149359,0.26149359,0.26149359,0.26149359,0.26149359,0.26149359,0.26149359,0.26149359,0.26149359,0.24182124,0.24182124,0.24182124,0.24182124,0.24182124,0.24182124,0.24182124,0.24182124,0.24182124,0.24182124,0.24182124,0.24182124,0.24182124,0.24182124,0.24182124,0.23620613,0.23620613,0.23620613,0.23620613,0.23620613,0.23620613,0.23620613,0.23620613,0.23620613,0.23620613,0.23620613,0.23620613,0.23620613,0.23620613,0.23620613,0.21712235,0.21712235,0.21712235,0.21712235,0.21712235,0.21712235,0.21712235,0.21712235,0.21712235,0.21712235,0.21712235,0.21712235,0.21712235,0.21712235,0.21712235,0.2376792,0.2376792,0.2376792,0.2376792,0.2376792,0.2376792,0.2376792,0.2376792,0.2376792,0.2376792,0.2376792,0.2376792,0.2376792,0.2376792,0.2376792,0.38863632,0.38863632,0.38863632,0.38863632,0.38863632,0.38863632,0.38863632,0.38863632,0.38863632,0.38863632,0.38863632,0.38863632,0.38863632,0.38863632,0.38863632,0.086448766,0.086448766,0.086448766,0.086448766,0.086448766,0.086448766,0.086448766,0.086448766,0.086448766,0.086448766,0.086448766,0.086448766,0.086448766,0.086448766,0.086448766,0.2465127,0.2465127,0.2465127,0.2465127,0.2465127,0.2465127,0.2465127,0.2465127,0.2465127,0.2465127,0.2465127,0.2465127,0.2465127,0.2465127,0.2465127,0.20765215,0.20765215,0.20765215,0.20765215,0.20765215,0.20765215,0.20765215,0.20765215,0.20765215,0.20765215,0.20765215,0.20765215,0.20765215,0.20765215,0.20765215,0.23399949,0.23399949,0.23399949,0.23399949,0.23399949,0.23399949,0.23399949,0.23399949,0.23399949,0.23399949,0.23399949,0.23399949,0.23399949,0.23399949,0.23399949,0.22812124,0.22812124,0.22812124,0.22812124,0.22812124,0.22812124,0.22812124,0.22812124,0.22812124,0.22812124,0.22812124,0.22812124,0.22812124,0.22812124,0.22812124,1.2338324,1.2338324,1.2338324,1.2338324,1.2338324,1.2338324,1.2338324,1.2338324,1.2338324,1.2338324,1.2338324,1.2338324,1.2338324,1.2338324,1.2338324,0.27378559,0.27378559,0.27378559,0.27378559,0.27378559,0.27378559,0.27378559,0.27378559,0.27378559,0.27378559,0.27378559,0.27378559,0.27378559,0.27378559,0.27378559,0.23526797,0.23526797,0.23526797,0.23526797,0.23526797,0.23526797,0.23526797,0.23526797,0.23526797,0.23526797,0.23526797,0.23526797,0.23526797,0.23526797,0.23526797,0.99850285,0.99850285,0.99850285,0.99850285,0.99850285,0.99850285,0.99850285,0.99850285,0.99850285,0.99850285,0.99850285,0.99850285,0.99850285,0.99850285,0.99850285,0.059428059,0.059428059,0.059428059,0.059428059,0.059428059,0.059428059,0.059428059,0.059428059,0.059428059,0.059428059,0.059428059,0.059428059,0.059428059,0.059428059,0.059428059,0.2360924,0.2360924,0.2360924,0.2360924,0.2360924,0.2360924,0.2360924,0.2360924,0.2360924,0.2360924,0.2360924,0.2360924,0.2360924,0.2360924,0.2360924,0.30440119,0.30440119,0.30440119,0.30440119,0.30440119,0.30440119,0.30440119,0.30440119,0.30440119,0.30440119,0.30440119,0.30440119,0.30440119,0.30440119,0.30440119,0.18107721,0.18107721,0.18107721,0.18107721,0.18107721,0.18107721,0.18107721,0.18107721,0.18107721,0.18107721,0.18107721,0.18107721,0.18107721,0.18107721,0.18107721,0.26847243,0.26847243,0.26847243,0.26847243,0.26847243,0.26847243,0.26847243,0.26847243,0.26847243,0.26847243,0.26847243,0.26847243,0.26847243,0.26847243,0.26847243,0.68255866,0.68255866,0.68255866,0.68255866,0.68255866,0.68255866,0.68255866,0.68255866,0.68255866,0.68255866,0.68255866,0.68255866,0.68255866,0.68255866,0.68255866,0.19955243,0.19955243,0.19955243,0.19955243,0.19955243,0.19955243,0.19955243,0.19955243,0.19955243,0.19955243,0.19955243,0.19955243,0.19955243,0.19955243,0.19955243,0.23932986,0.23932986,0.23932986,0.23932986,0.23932986,0.23932986,0.23932986,0.23932986,0.23932986,0.23932986,0.23932986,0.23932986,0.23932986,0.23932986,0.23932986,0.22162324,0.22162324,0.22162324,0.22162324,0.22162324,0.22162324,0.22162324,0.22162324,0.22162324,0.22162324,0.22162324,0.22162324,0.22162324,0.22162324,0.22162324,0.032920137,0.032920137,0.032920137,0.032920137,0.032920137,0.032920137,0.032920137,0.032920137,0.032920137,0.032920137,0.032920137,0.032920137,0.032920137,0.032920137,0.032920137,0.27219337,0.27219337,0.27219337,0.27219337,0.27219337,0.27219337,0.27219337,0.27219337,0.27219337,0.27219337,0.27219337,0.27219337,0.27219337,0.27219337,0.27219337,0.23932447,0.23932447,0.23932447,0.23932447,0.23932447,0.23932447,0.23932447,0.23932447,0.23932447,0.23932447,0.23932447,0.23932447,0.23932447,0.23932447,0.23932447,0.12726946,0.12726946,0.12726946,0.12726946,0.12726946,0.12726946,0.12726946,0.12726946,0.12726946,0.12726946,0.12726946,0.12726946,0.12726946,0.12726946,0.12726946,0.13743955,0.13743955,0.13743955,0.13743955,0.13743955,0.13743955,0.13743955,0.13743955,0.13743955,0.13743955,0.13743955,0.13743955,0.13743955,0.13743955,0.13743955,0.14743322,0.14743322,0.14743322,0.14743322,0.14743322,0.14743322,0.14743322,0.14743322,0.14743322,0.14743322,0.14743322,0.14743322,0.14743322,0.14743322,0.14743322,0.17959909,0.17959909,0.17959909,0.17959909,0.17959909,0.17959909,0.17959909,0.17959909,0.17959909,0.17959909,0.17959909,0.17959909,0.17959909,0.17959909,0.17959909,0.29404864,0.29404864,0.29404864,0.29404864,0.29404864,0.29404864,0.29404864,0.29404864,0.29404864,0.29404864,0.29404864,0.29404864,0.29404864,0.29404864,0.29404864,0.33945641,0.33945641,0.33945641,0.33945641,0.33945641,0.33945641,0.33945641,0.33945641,0.33945641,0.33945641,0.33945641,0.33945641,0.33945641,0.33945641,0.33945641,0.23450884,0.23450884,0.23450884,0.23450884,0.23450884,0.23450884,0.23450884,0.23450884,0.23450884,0.23450884,0.23450884,0.23450884,0.23450884,0.23450884,0.23450884,0.236799,0.236799,0.236799,0.236799,0.236799,0.236799,0.236799,0.236799,0.236799,0.236799,0.236799,0.236799,0.236799,0.236799,0.236799,0.20605533,0.20605533,0.20605533,0.20605533,0.20605533,0.20605533,0.20605533,0.20605533,0.20605533,0.20605533,0.20605533,0.20605533,0.20605533,0.20605533,0.20605533,0.23906481,0.23906481,0.23906481,0.23906481,0.23906481,0.23906481,0.23906481,0.23906481,0.23906481,0.23906481,0.23906481,0.23906481,0.23906481,0.23906481,0.23906481,0.23866363,0.23866363,0.23866363,0.23866363,0.23866363,0.23866363,0.23866363,0.23866363,0.23866363,0.23866363,0.23866363,0.23866363,0.23866363,0.23866363,0.23866363,0.04829371,0.04829371,0.04829371,0.04829371,0.04829371,0.04829371,0.04829371,0.04829371,0.04829371,0.04829371,0.04829371,0.04829371,0.04829371,0.04829371,0.04829371,0.31680605,0.31680605,0.31680605,0.31680605,0.31680605,0.31680605,0.31680605,0.31680605,0.31680605,0.31680605,0.31680605,0.31680605,0.31680605,0.31680605,0.31680605,0.23224927,0.23224927,0.23224927,0.23224927,0.23224927,0.23224927,0.23224927,0.23224927,0.23224927,0.23224927,0.23224927,0.23224927,0.23224927,0.23224927,0.23224927,0.2391739,0.2391739,0.2391739,0.2391739,0.2391739,0.2391739,0.2391739,0.2391739,0.2391739,0.2391739,0.2391739,0.2391739,0.2391739,0.2391739,0.2391739,0.23732407,0.23732407,0.23732407,0.23732407,0.23732407,0.23732407,0.23732407,0.23732407,0.23732407,0.23732407,0.23732407,0.23732407,0.23732407,0.23732407,0.23732407,0.37655249,0.37655249,0.37655249,0.37655249,0.37655249,0.37655249,0.37655249,0.37655249,0.37655249,0.37655249,0.37655249,0.37655249,0.37655249,0.37655249,0.37655249,0.23055027,0.23055027,0.23055027,0.23055027,0.23055027,0.23055027,0.23055027,0.23055027,0.23055027,0.23055027,0.23055027,0.23055027,0.23055027,0.23055027,0.23055027,0.22367458,0.22367458,0.22367458,0.22367458,0.22367458,0.22367458,0.22367458,0.22367458,0.22367458,0.22367458,0.22367458,0.22367458,0.22367458,0.22367458,0.22367458,0.23712675,0.23712675,0.23712675,0.23712675,0.23712675,0.23712675,0.23712675,0.23712675,0.23712675,0.23712675,0.23712675,0.23712675,0.23712675,0.23712675,0.23712675,0.61072087,0.61072087,0.61072087,0.61072087,0.61072087,0.61072087,0.61072087,0.61072087,0.61072087,0.61072087,0.61072087,0.61072087,0.61072087,0.61072087,0.61072087,0.23020832,0.23020832,0.23020832,0.23020832,0.23020832,0.23020832,0.23020832,0.23020832,0.23020832,0.23020832,0.23020832,0.23020832,0.23020832,0.23020832,0.23020832,0.23634996,0.23634996,0.23634996,0.23634996,0.23634996,0.23634996,0.23634996,0.23634996,0.23634996,0.23634996,0.23634996,0.23634996,0.23634996,0.23634996,0.23634996,0.1051676,0.1051676,0.1051676,0.1051676,0.1051676,0.1051676,0.1051676,0.1051676,0.1051676,0.1051676,0.1051676,0.1051676,0.1051676,0.1051676,0.1051676,0.39419204,0.39419204,0.39419204,0.39419204,0.39419204,0.39419204,0.39419204,0.39419204,0.39419204,0.39419204,0.39419204,0.39419204,0.39419204,0.39419204,0.39419204,0.25654319,0.25654319,0.25654319,0.25654319,0.25654319,0.25654319,0.25654319,0.25654319,0.25654319,0.25654319,0.25654319,0.25654319,0.25654319,0.25654319,0.25654319,0.17964906,0.17964906,0.17964906,0.17964906,0.17964906,0.17964906,0.17964906,0.17964906,0.17964906,0.17964906,0.17964906,0.17964906,0.17964906,0.17964906,0.17964906,0.2394446,0.2394446,0.2394446,0.2394446,0.2394446,0.2394446,0.2394446,0.2394446,0.2394446,0.2394446,0.2394446,0.2394446,0.2394446,0.2394446,0.2394446,0.15097915,0.15097915,0.15097915,0.15097915,0.15097915,0.15097915,0.15097915,0.15097915,0.15097915,0.15097915,0.15097915,0.15097915,0.15097915,0.15097915,0.15097915,0.32150108,0.32150108,0.32150108,0.32150108,0.32150108,0.32150108,0.32150108,0.32150108,0.32150108,0.32150108,0.32150108,0.32150108,0.32150108,0.32150108,0.32150108,0.40195209,0.40195209,0.40195209,0.40195209,0.40195209,0.40195209,0.40195209,0.40195209,0.40195209,0.40195209,0.40195209,0.40195209,0.40195209,0.40195209,0.40195209,0.81448638,0.81448638,0.81448638,0.81448638,0.81448638,0.81448638,0.81448638,0.81448638,0.81448638,0.81448638,0.81448638,0.81448638,0.81448638,0.81448638,0.81448638,0.21822126,0.21822126,0.21822126,0.21822126,0.21822126,0.21822126,0.21822126,0.21822126,0.21822126,0.21822126,0.21822126,0.21822126,0.21822126,0.21822126,0.21822126,0.22847371,0.22847371,0.22847371,0.22847371,0.22847371,0.22847371,0.22847371,0.22847371,0.22847371,0.22847371,0.22847371,0.22847371,0.22847371,0.22847371,0.22847371,0.20310201,0.20310201,0.20310201,0.20310201,0.20310201,0.20310201,0.20310201,0.20310201,0.20310201,0.20310201,0.20310201,0.20310201,0.20310201,0.20310201,0.20310201,0.13295352,0.13295352,0.13295352,0.13295352,0.13295352,0.13295352,0.13295352,0.13295352,0.13295352,0.13295352,0.13295352,0.13295352,0.13295352,0.13295352,0.13295352,0.21642004,0.21642004,0.21642004,0.21642004,0.21642004,0.21642004,0.21642004,0.21642004,0.21642004,0.21642004,0.21642004,0.21642004,0.21642004,0.21642004,0.21642004,0.15642373,0.15642373,0.15642373,0.15642373,0.15642373,0.15642373,0.15642373,0.15642373,0.15642373,0.15642373,0.15642373,0.15642373,0.15642373,0.15642373,0.15642373,0.87062001,0.87062001,0.87062001,0.87062001,0.87062001,0.87062001,0.87062001,0.87062001,0.87062001,0.87062001,0.87062001,0.87062001,0.87062001,0.87062001,0.87062001,0.2813116,0.2813116,0.2813116,0.2813116,0.2813116,0.2813116,0.2813116,0.2813116,0.2813116,0.2813116,0.2813116,0.2813116,0.2813116,0.2813116,0.2813116,0.23686035,0.23686035,0.23686035,0.23686035,0.23686035,0.23686035,0.23686035,0.23686035,0.23686035,0.23686035,0.23686035,0.23686035,0.23686035,0.23686035,0.23686035,0.16259433,0.16259433,0.16259433,0.16259433,0.16259433,0.16259433,0.16259433,0.16259433,0.16259433,0.16259433,0.16259433,0.16259433,0.16259433,0.16259433,0.16259433,0.25144744,0.25144744,0.25144744,0.25144744,0.25144744,0.25144744,0.25144744,0.25144744,0.25144744,0.25144744,0.25144744,0.25144744,0.25144744,0.25144744,0.25144744,0.15295298,0.15295298,0.15295298,0.15295298,0.15295298,0.15295298,0.15295298,0.15295298,0.15295298,0.15295298,0.15295298,0.15295298,0.15295298,0.15295298,0.15295298,0.2896387,0.2896387,0.2896387,0.2896387,0.2896387,0.2896387,0.2896387,0.2896387,0.2896387,0.2896387,0.2896387,0.2896387,0.2896387,0.2896387,0.2896387,0.20816629,0.20816629,0.20816629,0.20816629,0.20816629,0.20816629,0.20816629,0.20816629,0.20816629,0.20816629,0.20816629,0.20816629,0.20816629,0.20816629,0.20816629,0.21784934,0.21784934,0.21784934,0.21784934,0.21784934,0.21784934,0.21784934,0.21784934,0.21784934,0.21784934,0.21784934,0.21784934,0.21784934,0.21784934,0.21784934,0.23423767,0.23423767,0.23423767,0.23423767,0.23423767,0.23423767,0.23423767,0.23423767,0.23423767,0.23423767,0.23423767,0.23423767,0.23423767,0.23423767,0.23423767,0.16711545,0.16711545,0.16711545,0.16711545,0.16711545,0.16711545,0.16711545,0.16711545,0.16711545,0.16711545,0.16711545,0.16711545,0.16711545,0.16711545,0.16711545,0.20712358,0.20712358,0.20712358,0.20712358,0.20712358,0.20712358,0.20712358,0.20712358,0.20712358,0.20712358,0.20712358,0.20712358,0.20712358,0.20712358,0.20712358,0.23684639,0.23684639,0.23684639,0.23684639,0.23684639,0.23684639,0.23684639,0.23684639,0.23684639,0.23684639,0.23684639,0.23684639,0.23684639,0.23684639,0.23684639,0.2585876,0.2585876,0.2585876,0.2585876,0.2585876,0.2585876,0.2585876,0.2585876,0.2585876,0.2585876,0.2585876,0.2585876,0.2585876,0.2585876,0.2585876,0.33602676,0.33602676,0.33602676,0.33602676,0.33602676,0.33602676,0.33602676,0.33602676,0.33602676,0.33602676,0.33602676,0.33602676,0.33602676,0.33602676,0.33602676,0.67083329,0.67083329,0.67083329,0.67083329,0.67083329,0.67083329,0.67083329,0.67083329,0.67083329,0.67083329,0.67083329,0.67083329,0.67083329,0.67083329,0.67083329,1.4880929,1.4880929,1.4880929,1.4880929,1.4880929,1.4880929,1.4880929,1.4880929,1.4880929,1.4880929,1.4880929,1.4880929,1.4880929,1.4880929,1.4880929,0.30167168,0.30167168,0.30167168,0.30167168,0.30167168,0.30167168,0.30167168,0.30167168,0.30167168,0.30167168,0.30167168,0.30167168,0.30167168,0.30167168,0.30167168,0.38294065,0.38294065,0.38294065,0.38294065,0.38294065,0.38294065,0.38294065,0.38294065,0.38294065,0.38294065,0.38294065,0.38294065,0.38294065,0.38294065,0.38294065,0.18049435,0.18049435,0.18049435,0.18049435,0.18049435,0.18049435,0.18049435,0.18049435,0.18049435,0.18049435,0.18049435,0.18049435,0.18049435,0.18049435,0.18049435,0.077407539,0.077407539,0.077407539,0.077407539,0.077407539,0.077407539,0.077407539,0.077407539,0.077407539,0.077407539,0.077407539,0.077407539,0.077407539,0.077407539,0.077407539,0.83938915,0.83938915,0.83938915,0.83938915,0.83938915,0.83938915,0.83938915,0.83938915,0.83938915,0.83938915,0.83938915,0.83938915,0.83938915,0.83938915,0.83938915,1.1558807,1.1558807,1.1558807,1.1558807,1.1558807,1.1558807,1.1558807,1.1558807,1.1558807,1.1558807,1.1558807,1.1558807,1.1558807,1.1558807,1.1558807,1.3403469,1.3403469,1.3403469,1.3403469,1.3403469,1.3403469,1.3403469,1.3403469,1.3403469,1.3403469,1.3403469,1.3403469,1.3403469,1.3403469,1.3403469,0.95125312,0.95125312,0.95125312,0.95125312,0.95125312,0.95125312,0.95125312,0.95125312,0.95125312,0.95125312,0.95125312,0.95125312,0.95125312,0.95125312,0.95125312,0.85389054,0.85389054,0.85389054,0.85389054,0.85389054,0.85389054,0.85389054,0.85389054,0.85389054,0.85389054,0.85389054,0.85389054,0.85389054,0.85389054,0.85389054,0.87844706,0.87844706,0.87844706,0.87844706,0.87844706,0.87844706,0.87844706,0.87844706,0.87844706,0.87844706,0.87844706,0.87844706,0.87844706,0.87844706,0.87844706,1.0333974,1.0333974,1.0333974,1.0333974,1.0333974,1.0333974,1.0333974,1.0333974,1.0333974,1.0333974,1.0333974,1.0333974,1.0333974,1.0333974,1.0333974,1.7085034,1.7085034,1.7085034,1.7085034,1.7085034,1.7085034,1.7085034,1.7085034,1.7085034,1.7085034,1.7085034,1.7085034,1.7085034,1.7085034,1.7085034,0.15777145,0.15777145,0.15777145,0.15777145,0.15777145,0.15777145,0.15777145,0.15777145,0.15777145,0.15777145,0.15777145,0.15777145,0.15777145,0.15777145,0.15777145,0.19641218,0.19641218,0.19641218,0.19641218,0.19641218,0.19641218,0.19641218,0.19641218,0.19641218,0.19641218,0.19641218,0.19641218,0.19641218,0.19641218,0.19641218,0.2664701,0.2664701,0.2664701,0.2664701,0.2664701,0.2664701,0.2664701,0.2664701,0.2664701,0.2664701,0.2664701,0.2664701,0.2664701,0.2664701,0.2664701,0.19224571,0.19224571,0.19224571,0.19224571,0.19224571,0.19224571,0.19224571,0.19224571,0.19224571,0.19224571,0.19224571,0.19224571,0.19224571,0.19224571,0.19224571,2.0253911,2.0253911,2.0253911,2.0253911,2.0253911,2.0253911,2.0253911,2.0253911,2.0253911,2.0253911,2.0253911,2.0253911,2.0253911,2.0253911,2.0253911,0.41181439,0.41181439,0.41181439,0.41181439,0.41181439,0.41181439,0.41181439,0.41181439,0.41181439,0.41181439,0.41181439,0.41181439,0.41181439,0.41181439,0.41181439,0.49469069,0.49469069,0.49469069,0.49469069,0.49469069,0.49469069,0.49469069,0.49469069,0.49469069,0.49469069,0.49469069,0.49469069,0.49469069,0.49469069,0.49469069,0.48473531,0.48473531,0.48473531,0.48473531,0.48473531,0.48473531,0.48473531,0.48473531,0.48473531,0.48473531,0.48473531,0.48473531,0.48473531,0.48473531,0.48473531,1.7979764,1.7979764,1.7979764,1.7979764,1.7979764,1.7979764,1.7979764,1.7979764,1.7979764,1.7979764,1.7979764,1.7979764,1.7979764,1.7979764,1.7979764,1.1598077,1.1598077,1.1598077,1.1598077,1.1598077,1.1598077,1.1598077,1.1598077,1.1598077,1.1598077,1.1598077,1.1598077,1.1598077,1.1598077,1.1598077,0.51888239,0.51888239,0.51888239,0.51888239,0.51888239,0.51888239,0.51888239,0.51888239,0.51888239,0.51888239,0.51888239,0.51888239,0.51888239,0.51888239,0.51888239,0.3044484,0.3044484,0.3044484,0.3044484,0.3044484,0.3044484,0.3044484,0.3044484,0.3044484,0.3044484,0.3044484,0.3044484,0.3044484,0.3044484,0.3044484,0.6285556,0.6285556,0.6285556,0.6285556,0.6285556,0.6285556,0.6285556,0.6285556,0.6285556,0.6285556,0.6285556,0.6285556,0.6285556,0.6285556,0.6285556,0.63738161,0.63738161,0.63738161,0.63738161,0.63738161,0.63738161,0.63738161,0.63738161,0.63738161,0.63738161,0.63738161,0.63738161,0.63738161,0.63738161,0.63738161,0.14921096,0.14921096,0.14921096,0.14921096,0.14921096,0.14921096,0.14921096,0.14921096,0.14921096,0.14921096,0.14921096,0.14921096,0.14921096,0.14921096,0.14921096,0.19847766,0.19847766,0.19847766,0.19847766,0.19847766,0.19847766,0.19847766,0.19847766,0.19847766,0.19847766,0.19847766,0.19847766,0.19847766,0.19847766,0.19847766,0.17481951,0.17481951,0.17481951,0.17481951,0.17481951,0.17481951,0.17481951,0.17481951,0.17481951,0.17481951,0.17481951,0.17481951,0.17481951,0.17481951,0.17481951,0.16805542,0.16805542,0.16805542,0.16805542,0.16805542,0.16805542,0.16805542,0.16805542,0.16805542,0.16805542,0.16805542,0.16805542,0.16805542,0.16805542,0.16805542,0.13897379,0.13897379,0.13897379,0.13897379,0.13897379,0.13897379,0.13897379,0.13897379,0.13897379,0.13897379,0.13897379,0.13897379,0.13897379,0.13897379,0.13897379,0.17187177,0.17187177,0.17187177,0.17187177,0.17187177,0.17187177,0.17187177,0.17187177,0.17187177,0.17187177,0.17187177,0.17187177,0.17187177,0.17187177,0.17187177,0.16412927,0.16412927,0.16412927,0.16412927,0.16412927,0.16412927,0.16412927,0.16412927,0.16412927,0.16412927,0.16412927,0.16412927,0.16412927,0.16412927,0.16412927,0.021189421,0.021189421,0.021189421,0.021189421,0.021189421,0.021189421,0.021189421,0.021189421,0.021189421,0.021189421,0.021189421,0.021189421,0.021189421,0.021189421,0.021189421,0.11882801,0.11882801,0.11882801,0.11882801,0.11882801,0.11882801,0.11882801,0.11882801,0.11882801,0.11882801,0.11882801,0.11882801,0.11882801,0.11882801,0.11882801,0.17794099,0.17794099,0.17794099,0.17794099,0.17794099,0.17794099,0.17794099,0.17794099,0.17794099,0.17794099,0.17794099,0.17794099,0.17794099,0.17794099,0.17794099,0.17963649,0.17963649,0.17963649,0.17963649,0.17963649,0.17963649,0.17963649,0.17963649,0.17963649,0.17963649,0.17963649,0.17963649,0.17963649,0.17963649,0.17963649,0.24082349,0.24082349,0.24082349,0.24082349,0.24082349,0.24082349,0.24082349,0.24082349,0.24082349,0.24082349,0.24082349,0.24082349,0.24082349,0.24082349,0.24082349,0.17799369,0.17799369,0.17799369,0.17799369,0.17799369,0.17799369,0.17799369,0.17799369,0.17799369,0.17799369,0.17799369,0.17799369,0.17799369,0.17799369,0.17799369,0.20339219,0.20339219,0.20339219,0.20339219,0.20339219,0.20339219,0.20339219,0.20339219,0.20339219,0.20339219,0.20339219,0.20339219,0.20339219,0.20339219,0.20339219,0.25105795,0.25105795,0.25105795,0.25105795,0.25105795,0.25105795,0.25105795,0.25105795,0.25105795,0.25105795,0.25105795,0.25105795,0.25105795,0.25105795,0.25105795,0.11642335,0.11642335,0.11642335,0.11642335,0.11642335,0.11642335,0.11642335,0.11642335,0.11642335,0.11642335,0.11642335,0.11642335,0.11642335,0.11642335,0.11642335,0.18668634,0.18668634,0.18668634,0.18668634,0.18668634,0.18668634,0.18668634,0.18668634,0.18668634,0.18668634,0.18668634,0.18668634,0.18668634,0.18668634,0.18668634,0.11537226,0.11537226,0.11537226,0.11537226,0.11537226,0.11537226,0.11537226,0.11537226,0.11537226,0.11537226,0.11537226,0.11537226,0.11537226,0.11537226,0.11537226,0.092014261,0.092014261,0.092014261,0.092014261,0.092014261,0.092014261,0.092014261,0.092014261,0.092014261,0.092014261,0.092014261,0.092014261,0.092014261,0.092014261,0.092014261,0.12274849,0.12274849,0.12274849,0.12274849,0.12274849,0.12274849,0.12274849,0.12274849,0.12274849,0.12274849,0.12274849,0.12274849,0.12274849,0.12274849,0.12274849,0.086374454,0.086374454,0.086374454,0.086374454,0.086374454,0.086374454,0.086374454,0.086374454,0.086374454,0.086374454,0.086374454,0.086374454,0.086374454,0.086374454,0.086374454,0.006731808,0.006731808,0.006731808,0.006731808,0.006731808,0.006731808,0.006731808,0.006731808,0.006731808,0.006731808,0.006731808,0.006731808,0.006731808,0.006731808,0.006731808,0.25045621,0.25045621,0.25045621,0.25045621,0.25045621,0.25045621,0.25045621,0.25045621,0.25045621,0.25045621,0.25045621,0.25045621,0.25045621,0.25045621,0.25045621,0.13705148,0.13705148,0.13705148,0.13705148,0.13705148,0.13705148,0.13705148,0.13705148,0.13705148,0.13705148,0.13705148,0.13705148,0.13705148,0.13705148,0.13705148,0.19681343,0.19681343,0.19681343,0.19681343,0.19681343,0.19681343,0.19681343,0.19681343,0.19681343,0.19681343,0.19681343,0.19681343,0.19681343,0.19681343,0.19681343,0.092651859,0.092651859,0.092651859,0.092651859,0.092651859,0.092651859,0.092651859,0.092651859,0.092651859,0.092651859,0.092651859,0.092651859,0.092651859,0.092651859,0.092651859,0.14017069,0.14017069,0.14017069,0.14017069,0.14017069,0.14017069,0.14017069,0.14017069,0.14017069,0.14017069,0.14017069,0.14017069,0.14017069,0.14017069,0.14017069,0.14663835,0.14663835,0.14663835,0.14663835,0.14663835,0.14663835,0.14663835,0.14663835,0.14663835,0.14663835,0.14663835,0.14663835,0.14663835,0.14663835,0.14663835,0.13021488,0.13021488,0.13021488,0.13021488,0.13021488,0.13021488,0.13021488,0.13021488,0.13021488,0.13021488,0.13021488,0.13021488,0.13021488,0.13021488,0.13021488,0.15013035,0.15013035,0.15013035,0.15013035,0.15013035,0.15013035,0.15013035,0.15013035,0.15013035,0.15013035,0.15013035,0.15013035,0.15013035,0.15013035,0.15013035,0.13050088,0.13050088,0.13050088,0.13050088,0.13050088,0.13050088,0.13050088,0.13050088,0.13050088,0.13050088,0.13050088,0.13050088,0.13050088,0.13050088,0.13050088,0.13662657,0.13662657,0.13662657,0.13662657,0.13662657,0.13662657,0.13662657,0.13662657,0.13662657,0.13662657,0.13662657,0.13662657,0.13662657,0.13662657,0.13662657,0.12294418,0.12294418,0.12294418,0.12294418,0.12294418,0.12294418,0.12294418,0.12294418,0.12294418,0.12294418,0.12294418,0.12294418,0.12294418,0.12294418,0.12294418,0.047349408,0.047349408,0.047349408,0.047349408,0.047349408,0.047349408,0.047349408,0.047349408,0.047349408,0.047349408,0.047349408,0.047349408,0.047349408,0.047349408,0.047349408,0.12309483,0.12309483,0.12309483,0.12309483,0.12309483,0.12309483,0.12309483,0.12309483,0.12309483,0.12309483,0.12309483,0.12309483,0.12309483,0.12309483,0.12309483,0.10965316,0.10965316,0.10965316,0.10965316,0.10965316,0.10965316,0.10965316,0.10965316,0.10965316,0.10965316,0.10965316,0.10965316,0.10965316,0.10965316,0.10965316,0.045555618,0.045555618,0.045555618,0.045555618,0.045555618,0.045555618,0.045555618,0.045555618,0.045555618,0.045555618,0.045555618,0.045555618,0.045555618,0.045555618,0.045555618,0.085349061,0.085349061,0.085349061,0.085349061,0.085349061,0.085349061,0.085349061,0.085349061,0.085349061,0.085349061,0.085349061,0.085349061,0.085349061,0.085349061,0.085349061,0.098221786,0.098221786,0.098221786,0.098221786,0.098221786,0.098221786,0.098221786,0.098221786,0.098221786,0.098221786,0.098221786,0.098221786,0.098221786,0.098221786,0.098221786,0.077041969,0.077041969,0.077041969,0.077041969,0.077041969,0.077041969,0.077041969,0.077041969,0.077041969,0.077041969,0.077041969,0.077041969,0.077041969,0.077041969,0.077041969,0.085610807,0.085610807,0.085610807,0.085610807,0.085610807,0.085610807,0.085610807,0.085610807,0.085610807,0.085610807,0.085610807,0.085610807,0.085610807,0.085610807,0.085610807,0.13046207,0.13046207,0.13046207,0.13046207,0.13046207,0.13046207,0.13046207,0.13046207,0.13046207,0.13046207,0.13046207,0.13046207,0.13046207,0.13046207,0.13046207,0.066585898,0.066585898,0.066585898,0.066585898,0.066585898,0.066585898,0.066585898,0.066585898,0.066585898,0.066585898,0.066585898,0.066585898,0.066585898,0.066585898,0.066585898,0.10124144,0.10124144,0.10124144,0.10124144,0.10124144,0.10124144,0.10124144,0.10124144,0.10124144,0.10124144,0.10124144,0.10124144,0.10124144,0.10124144,0.10124144,0.16773951,0.16773951,0.16773951,0.16773951,0.16773951,0.16773951,0.16773951,0.16773951,0.16773951,0.16773951,0.16773951,0.16773951,0.16773951,0.16773951,0.16773951,0.098659053,0.098659053,0.098659053,0.098659053,0.098659053,0.098659053,0.098659053,0.098659053,0.098659053,0.098659053,0.098659053,0.098659053,0.098659053,0.098659053,0.098659053,0.074076287,0.074076287,0.074076287,0.074076287,0.074076287,0.074076287,0.074076287,0.074076287,0.074076287,0.074076287,0.074076287,0.074076287,0.074076287,0.074076287,0.074076287,0.17881978,0.17881978,0.17881978,0.17881978,0.17881978,0.17881978,0.17881978,0.17881978,0.17881978,0.17881978,0.17881978,0.17881978,0.17881978,0.17881978,0.17881978,0.10709362,0.10709362,0.10709362,0.10709362,0.10709362,0.10709362,0.10709362,0.10709362,0.10709362,0.10709362,0.10709362,0.10709362,0.10709362,0.10709362,0.10709362,0.092155956,0.092155956,0.092155956,0.092155956,0.092155956,0.092155956,0.092155956,0.092155956,0.092155956,0.092155956,0.092155956,0.092155956,0.092155956,0.092155956,0.092155956,0.056411687,0.056411687,0.056411687,0.056411687,0.056411687,0.056411687,0.056411687,0.056411687,0.056411687,0.056411687,0.056411687,0.056411687,0.056411687,0.056411687,0.056411687,0.072888307,0.072888307,0.072888307,0.072888307,0.072888307,0.072888307,0.072888307,0.072888307,0.072888307,0.072888307,0.072888307,0.072888307,0.072888307,0.072888307,0.072888307,0.11452276,0.11452276,0.11452276,0.11452276,0.11452276,0.11452276,0.11452276,0.11452276,0.11452276,0.11452276,0.11452276,0.11452276,0.11452276,0.11452276,0.11452276,0.040441152,0.040441152,0.040441152,0.040441152,0.040441152,0.040441152,0.040441152,0.040441152,0.040441152,0.040441152,0.040441152,0.040441152,0.040441152,0.040441152,0.040441152,0.076463282,0.076463282,0.076463282,0.076463282,0.076463282,0.076463282,0.076463282,0.076463282,0.076463282,0.076463282,0.076463282,0.076463282,0.076463282,0.076463282,0.076463282,0.21182068,0.21182068,0.21182068,0.21182068,0.21182068,0.21182068,0.21182068,0.21182068,0.21182068,0.21182068,0.21182068,0.21182068,0.21182068,0.21182068,0.21182068,0.12135722,0.12135722,0.12135722,0.12135722,0.12135722,0.12135722,0.12135722,0.12135722,0.12135722,0.12135722,0.12135722,0.12135722,0.12135722,0.12135722,0.12135722,0.060527314,0.060527314,0.060527314,0.060527314,0.060527314,0.060527314,0.060527314,0.060527314,0.060527314,0.060527314,0.060527314,0.060527314,0.060527314,0.060527314,0.060527314,0.099024057,0.099024057,0.099024057,0.099024057,0.099024057,0.099024057,0.099024057,0.099024057,0.099024057,0.099024057,0.099024057,0.099024057,0.099024057,0.099024057,0.099024057,0.1075249,0.1075249,0.1075249,0.1075249,0.1075249,0.1075249,0.1075249,0.1075249,0.1075249,0.1075249,0.1075249,0.1075249,0.1075249,0.1075249,0.1075249,0.081746452,0.081746452,0.081746452,0.081746452,0.081746452,0.081746452,0.081746452,0.081746452,0.081746452,0.081746452,0.081746452,0.081746452,0.081746452,0.081746452,0.081746452,0.036895085,0.036895085,0.036895085,0.036895085,0.036895085,0.036895085,0.036895085,0.036895085,0.036895085,0.036895085,0.036895085,0.036895085,0.036895085,0.036895085,0.036895085,0.081628785,0.081628785,0.081628785,0.081628785,0.081628785,0.081628785,0.081628785,0.081628785,0.081628785,0.081628785,0.081628785,0.081628785,0.081628785,0.081628785,0.081628785,0.046526063,0.046526063,0.046526063,0.046526063,0.046526063,0.046526063,0.046526063,0.046526063,0.046526063,0.046526063,0.046526063,0.046526063,0.046526063,0.046526063,0.046526063,0.070950456,0.070950456,0.070950456,0.070950456,0.070950456,0.070950456,0.070950456,0.070950456,0.070950456,0.070950456,0.070950456,0.070950456,0.070950456,0.070950456,0.070950456,0.034521382,0.034521382,0.034521382,0.034521382,0.034521382,0.034521382,0.034521382,0.034521382,0.034521382,0.034521382,0.034521382,0.034521382,0.034521382,0.034521382,0.034521382,0.1127988,0.1127988,0.1127988,0.1127988,0.1127988,0.1127988,0.1127988,0.1127988,0.1127988,0.1127988,0.1127988,0.1127988,0.1127988,0.1127988,0.1127988,0.13358013,0.13358013,0.13358013,0.13358013,0.13358013,0.13358013,0.13358013,0.13358013,0.13358013,0.13358013,0.13358013,0.13358013,0.13358013,0.13358013,0.13358013,0.12854116,0.12854116,0.12854116,0.12854116,0.12854116,0.12854116,0.12854116,0.12854116,0.12854116,0.12854116,0.12854116,0.12854116,0.12854116,0.12854116,0.12854116,0.11180633,0.11180633,0.11180633,0.11180633,0.11180633,0.11180633,0.11180633,0.11180633,0.11180633,0.11180633,0.11180633,0.11180633,0.11180633,0.11180633,0.11180633,0.083056539,0.083056539,0.083056539,0.083056539,0.083056539,0.083056539,0.083056539,0.083056539,0.083056539,0.083056539,0.083056539,0.083056539,0.083056539,0.083056539,0.083056539,0.02225554,0.02225554,0.02225554,0.02225554,0.02225554,0.02225554,0.02225554,0.02225554,0.02225554,0.02225554,0.02225554,0.02225554,0.02225554,0.02225554,0.02225554,0.16200024,0.16200024,0.16200024,0.16200024,0.16200024,0.16200024,0.16200024,0.16200024,0.16200024,0.16200024,0.16200024,0.16200024,0.16200024,0.16200024,0.16200024,0.03375078,0.03375078,0.03375078,0.03375078,0.03375078,0.03375078,0.03375078,0.03375078,0.03375078,0.03375078,0.03375078,0.03375078,0.03375078,0.03375078,0.03375078,0.10010644,0.10010644,0.10010644,0.10010644,0.10010644,0.10010644,0.10010644,0.10010644,0.10010644,0.10010644,0.10010644,0.10010644,0.10010644,0.10010644,0.10010644,0.12195096,0.12195096,0.12195096,0.12195096,0.12195096,0.12195096,0.12195096,0.12195096,0.12195096,0.12195096,0.12195096,0.12195096,0.12195096,0.12195096,0.12195096,0.054321174,0.054321174,0.054321174,0.054321174,0.054321174,0.054321174,0.054321174,0.054321174,0.054321174,0.054321174,0.054321174,0.054321174,0.054321174,0.054321174,0.054321174,0.054827925,0.054827925,0.054827925,0.054827925,0.054827925,0.054827925,0.054827925,0.054827925,0.054827925,0.054827925,0.054827925,0.054827925,0.054827925,0.054827925,0.054827925,0.049542569,0.049542569,0.049542569,0.049542569,0.049542569,0.049542569,0.049542569,0.049542569,0.049542569,0.049542569,0.049542569,0.049542569,0.049542569,0.049542569,0.049542569,0.081426561,0.081426561,0.081426561,0.081426561,0.081426561,0.081426561,0.081426561,0.081426561,0.081426561,0.081426561,0.081426561,0.081426561,0.081426561,0.081426561,0.081426561,0.088261686,0.088261686,0.088261686,0.088261686,0.088261686,0.088261686,0.088261686,0.088261686,0.088261686,0.088261686,0.088261686,0.088261686,0.088261686,0.088261686,0.088261686,0.080501929,0.080501929,0.080501929,0.080501929,0.080501929,0.080501929,0.080501929,0.080501929,0.080501929,0.080501929,0.080501929,0.080501929,0.080501929,0.080501929,0.080501929,0.12512122,0.12512122,0.12512122,0.12512122,0.12512122,0.12512122,0.12512122,0.12512122,0.12512122,0.12512122,0.12512122,0.12512122,0.12512122,0.12512122,0.12512122,0.25095752,0.25095752,0.25095752,0.25095752,0.25095752,0.25095752,0.25095752,0.25095752,0.25095752,0.25095752,0.25095752,0.25095752,0.25095752,0.25095752,0.25095752,0.06740284,0.06740284,0.06740284,0.06740284,0.06740284,0.06740284,0.06740284,0.06740284,0.06740284,0.06740284,0.06740284,0.06740284,0.06740284,0.06740284,0.06740284,0.090638377,0.090638377,0.090638377,0.090638377,0.090638377,0.090638377,0.090638377,0.090638377,0.090638377,0.090638377,0.090638377,0.090638377,0.090638377,0.090638377,0.090638377,0.068677679,0.068677679,0.068677679,0.068677679,0.068677679,0.068677679,0.068677679,0.068677679,0.068677679,0.068677679,0.068677679,0.068677679,0.068677679,0.068677679,0.068677679,0.087128729,0.087128729,0.087128729,0.087128729,0.087128729,0.087128729,0.087128729,0.087128729,0.087128729,0.087128729,0.087128729,0.087128729,0.087128729,0.087128729,0.087128729,0.082843721,0.082843721,0.082843721,0.082843721,0.082843721,0.082843721,0.082843721,0.082843721,0.082843721,0.082843721,0.082843721,0.082843721,0.082843721,0.082843721,0.082843721,0.068988241,0.068988241,0.068988241,0.068988241,0.068988241,0.068988241,0.068988241,0.068988241,0.068988241,0.068988241,0.068988241,0.068988241,0.068988241,0.068988241,0.068988241,0.04959628,0.04959628,0.04959628,0.04959628,0.04959628,0.04959628,0.04959628,0.04959628,0.04959628,0.04959628,0.04959628,0.04959628,0.04959628,0.04959628,0.04959628,0.064901002,0.064901002,0.064901002,0.064901002,0.064901002,0.064901002,0.064901002,0.064901002,0.064901002,0.064901002,0.064901002,0.064901002,0.064901002,0.064901002,0.064901002,0.15476589,0.15476589,0.15476589,0.15476589,0.15476589,0.15476589,0.15476589,0.15476589,0.15476589,0.15476589,0.15476589,0.15476589,0.15476589,0.15476589,0.15476589,0.21992829,0.21992829,0.21992829,0.21992829,0.21992829,0.21992829,0.21992829,0.21992829,0.21992829,0.21992829,0.21992829,0.21992829,0.21992829,0.21992829,0.21992829,0.12271917,0.12271917,0.12271917,0.12271917,0.12271917,0.12271917,0.12271917,0.12271917,0.12271917,0.12271917,0.12271917,0.12271917,0.12271917,0.12271917,0.12271917,0.1387009,0.1387009,0.1387009,0.1387009,0.1387009,0.1387009,0.1387009,0.1387009,0.1387009,0.1387009,0.1387009,0.1387009,0.1387009,0.1387009,0.1387009,0.1316396,0.1316396,0.1316396,0.1316396,0.1316396,0.1316396,0.1316396,0.1316396,0.1316396,0.1316396,0.1316396,0.1316396,0.1316396,0.1316396,0.1316396,0.1167898,0.1167898,0.1167898,0.1167898,0.1167898,0.1167898,0.1167898,0.1167898,0.1167898,0.1167898,0.1167898,0.1167898,0.1167898,0.1167898,0.1167898,0.15518117,0.15518117,0.15518117,0.15518117,0.15518117,0.15518117,0.15518117,0.15518117,0.15518117,0.15518117,0.15518117,0.15518117,0.15518117,0.15518117,0.15518117,0.10398655,0.10398655,0.10398655,0.10398655,0.10398655,0.10398655,0.10398655,0.10398655,0.10398655,0.10398655,0.10398655,0.10398655,0.10398655,0.10398655,0.10398655,0.069645882,0.069645882,0.069645882,0.069645882,0.069645882,0.069645882,0.069645882,0.069645882,0.069645882,0.069645882,0.069645882,0.069645882,0.069645882,0.069645882,0.069645882,0.07224758,0.07224758,0.07224758,0.07224758,0.07224758,0.07224758,0.07224758,0.07224758,0.07224758,0.07224758,0.07224758,0.07224758,0.07224758,0.07224758,0.07224758,0.12696642,0.12696642,0.12696642,0.12696642,0.12696642,0.12696642,0.12696642,0.12696642,0.12696642,0.12696642,0.12696642,0.12696642,0.12696642,0.12696642,0.12696642,0.13438064,0.13438064,0.13438064,0.13438064,0.13438064,0.13438064,0.13438064,0.13438064,0.13438064,0.13438064,0.13438064,0.13438064,0.13438064,0.13438064,0.13438064,0.05536399,0.05536399,0.05536399,0.05536399,0.05536399,0.05536399,0.05536399,0.05536399,0.05536399,0.05536399,0.05536399,0.05536399,0.05536399,0.05536399,0.05536399,0.14529178,0.14529178,0.14529178,0.14529178,0.14529178,0.14529178,0.14529178,0.14529178,0.14529178,0.14529178,0.14529178,0.14529178,0.14529178,0.14529178,0.14529178,0.059407521,0.059407521,0.059407521,0.059407521,0.059407521,0.059407521,0.059407521,0.059407521,0.059407521,0.059407521,0.059407521,0.059407521,0.059407521,0.059407521,0.059407521,0.10456663,0.10456663,0.10456663,0.10456663,0.10456663,0.10456663,0.10456663,0.10456663,0.10456663,0.10456663,0.10456663,0.10456663,0.10456663,0.10456663,0.10456663,0.11961228,0.11961228,0.11961228,0.11961228,0.11961228,0.11961228,0.11961228,0.11961228,0.11961228,0.11961228,0.11961228,0.11961228,0.11961228,0.11961228,0.11961228,0.027105995,0.027105995,0.027105995,0.027105995,0.027105995,0.027105995,0.027105995,0.027105995,0.027105995,0.027105995,0.027105995,0.027105995,0.027105995,0.027105995,0.027105995,0.003897777,0.003897777,0.003897777,0.003897777,0.003897777,0.003897777,0.003897777,0.003897777,0.003897777,0.003897777,0.003897777,0.003897777,0.003897777,0.003897777,0.003897777,0.003370478,0.003370478,0.003370478,0.003370478,0.003370478,0.003370478,0.003370478,0.003370478,0.003370478,0.003370478,0.003370478,0.003370478,0.003370478,0.003370478,0.003370478,0.001735051,0.001735051,0.001735051,0.001735051,0.001735051,0.001735051,0.001735051,0.001735051,0.001735051,0.001735051,0.001735051,0.001735051,0.001735051,0.001735051,0.001735051,0.002651623,0.002651623,0.002651623,0.002651623,0.002651623,0.002651623,0.002651623,0.002651623,0.002651623,0.002651623,0.002651623,0.002651623,0.002651623,0.002651623,0.002651623,0.088262931,0.088262931,0.088262931,0.088262931,0.088262931,0.088262931,0.088262931,0.088262931,0.088262931,0.088262931,0.088262931,0.088262931,0.088262931,0.088262931,0.088262931,0.001948106,0.001948106,0.001948106,0.001948106,0.001948106,0.001948106,0.001948106,0.001948106,0.001948106,0.001948106,0.001948106,0.001948106,0.001948106,0.001948106,0.001948106,0.001416334,0.001416334,0.001416334,0.001416334,0.001416334,0.001416334,0.001416334,0.001416334,0.001416334,0.001416334,0.001416334,0.001416334,0.001416334,0.001416334,0.001416334,0.011128588,0.011128588,0.011128588,0.011128588,0.011128588,0.011128588,0.011128588,0.011128588,0.011128588,0.011128588,0.011128588,0.011128588,0.011128588,0.011128588,0.011128588,0.00178549,0.00178549,0.00178549,0.00178549,0.00178549,0.00178549,0.00178549,0.00178549,0.00178549,0.00178549,0.00178549,0.00178549,0.00178549,0.00178549,0.00178549,0.001616101,0.001616101,0.001616101,0.001616101,0.001616101,0.001616101,0.001616101,0.001616101,0.001616101,0.001616101,0.001616101,0.001616101,0.001616101,0.001616101,0.001616101,0.000514698,0.000514698,0.000514698,0.000514698,0.000514698,0.000514698,0.000514698,0.000514698,0.000514698,0.000514698,0.000514698,0.000514698,0.000514698,0.000514698,0.000514698,0.002121911,0.002121911,0.002121911,0.002121911,0.002121911,0.002121911,0.002121911,0.002121911,0.002121911,0.002121911,0.002121911,0.002121911,0.002121911,0.002121911,0.002121911,0.002703796,0.002703796,0.002703796,0.002703796,0.002703796,0.002703796,0.002703796,0.002703796,0.002703796,0.002703796,0.002703796,0.002703796,0.002703796,0.002703796,0.002703796,0.002134044,0.002134044,0.002134044,0.002134044,0.002134044,0.002134044,0.002134044,0.002134044,0.002134044,0.002134044,0.002134044,0.002134044,0.002134044,0.002134044,0.002134044,0.013323247,0.013323247,0.013323247,0.013323247,0.013323247,0.013323247,0.013323247,0.013323247,0.013323247,0.013323247,0.013323247,0.013323247,0.013323247,0.013323247,0.013323247,0.004488979,0.004488979,0.004488979,0.004488979,0.004488979,0.004488979,0.004488979,0.004488979,0.004488979,0.004488979,0.004488979,0.004488979,0.004488979,0.004488979,0.004488979,0.002662051,0.002662051,0.002662051,0.002662051,0.002662051,0.002662051,0.002662051,0.002662051,0.002662051,0.002662051,0.002662051,0.002662051,0.002662051,0.002662051,0.002662051,0.000646787,0.000646787,0.000646787,0.000646787,0.000646787,0.000646787,0.000646787,0.000646787,0.000646787,0.000646787,0.000646787,0.000646787,0.000646787,0.000646787,0.000646787,0.01272415,0.01272415,0.01272415,0.01272415,0.01272415,0.01272415,0.01272415,0.01272415,0.01272415,0.01272415,0.01272415,0.01272415,0.01272415,0.01272415,0.01272415,0.002559078,0.002559078,0.002559078,0.002559078,0.002559078,0.002559078,0.002559078,0.002559078,0.002559078,0.002559078,0.002559078,0.002559078,0.002559078,0.002559078,0.002559078,0.000657587,0.000657587,0.000657587,0.000657587,0.000657587,0.000657587,0.000657587,0.000657587,0.000657587,0.000657587,0.000657587,0.000657587,0.000657587,0.000657587,0.000657587,0.002837664,0.002837664,0.002837664,0.002837664,0.002837664,0.002837664,0.002837664,0.002837664,0.002837664,0.002837664,0.002837664,0.002837664,0.002837664,0.002837664,0.002837664,0.017833276,0.017833276,0.017833276,0.017833276,0.017833276,0.017833276,0.017833276,0.017833276,0.017833276,0.017833276,0.017833276,0.017833276,0.017833276,0.017833276,0.017833276,0.01400803,0.01400803,0.01400803,0.01400803,0.01400803,0.01400803,0.01400803,0.01400803,0.01400803,0.01400803,0.01400803,0.01400803,0.01400803,0.01400803,0.01400803,0.001937532,0.001937532,0.001937532,0.001937532,0.001937532,0.001937532,0.001937532,0.001937532,0.001937532,0.001937532,0.001937532,0.001937532,0.001937532,0.001937532,0.001937532,0.005939808,0.005939808,0.005939808,0.005939808,0.005939808,0.005939808,0.005939808,0.005939808,0.005939808,0.005939808,0.005939808,0.005939808,0.005939808,0.005939808,0.005939808,0.003984697,0.003984697,0.003984697,0.003984697,0.003984697,0.003984697,0.003984697,0.003984697,0.003984697,0.003984697,0.003984697,0.003984697,0.003984697,0.003984697,0.003984697,0.008754804,0.008754804,0.008754804,0.008754804,0.008754804,0.008754804,0.008754804,0.008754804,0.008754804,0.008754804,0.008754804,0.008754804,0.008754804,0.008754804,0.008754804,0.002556715,0.002556715,0.002556715,0.002556715,0.002556715,0.002556715,0.002556715,0.002556715,0.002556715,0.002556715,0.002556715,0.002556715,0.002556715,0.002556715,0.002556715,0.01549422,0.01549422,0.01549422,0.01549422,0.01549422,0.01549422,0.01549422,0.01549422,0.01549422,0.01549422,0.01549422,0.01549422,0.01549422,0.01549422,0.01549422,0.011014096,0.011014096,0.011014096,0.011014096,0.011014096,0.011014096,0.011014096,0.011014096,0.011014096,0.011014096,0.011014096,0.011014096,0.011014096,0.011014096,0.011014096,0.00373999,0.00373999,0.00373999,0.00373999,0.00373999,0.00373999,0.00373999,0.00373999,0.00373999,0.00373999,0.00373999,0.00373999,0.00373999,0.00373999,0.00373999,0.005173023,0.005173023,0.005173023,0.005173023,0.005173023,0.005173023,0.005173023,0.005173023,0.005173023,0.005173023,0.005173023,0.005173023,0.005173023,0.005173023,0.005173023,0.10364743,0.10364743,0.10364743,0.10364743,0.10364743,0.10364743,0.10364743,0.10364743,0.10364743,0.10364743,0.10364743,0.10364743,0.10364743,0.10364743,0.10364743,0.064675592,0.064675592,0.064675592,0.064675592,0.064675592,0.064675592,0.064675592,0.064675592,0.064675592,0.064675592,0.064675592,0.064675592,0.064675592,0.064675592,0.064675592,0.003892794,0.003892794,0.003892794,0.003892794,0.003892794,0.003892794,0.003892794,0.003892794,0.003892794,0.003892794,0.003892794,0.003892794,0.003892794,0.003892794,0.003892794,0.00230986,0.00230986,0.00230986,0.00230986,0.00230986,0.00230986,0.00230986,0.00230986,0.00230986,0.00230986,0.00230986,0.00230986,0.00230986,0.00230986,0.00230986,0.002391849,0.002391849,0.002391849,0.002391849,0.002391849,0.002391849,0.002391849,0.002391849,0.002391849,0.002391849,0.002391849,0.002391849,0.002391849,0.002391849,0.002391849,0.4985669,0.4985669,0.4985669,0.4985669,0.4985669,0.4985669,0.4985669,0.4985669,0.4985669,0.4985669,0.4985669,0.4985669,0.4985669,0.4985669,0.4985669,0.16477801,0.16477801,0.16477801,0.16477801,0.16477801,0.16477801,0.16477801,0.16477801,0.16477801,0.16477801,0.16477801,0.16477801,0.16477801,0.16477801,0.16477801,0.44040626,0.44040626,0.44040626,0.44040626,0.44040626,0.44040626,0.44040626,0.44040626,0.44040626,0.44040626,0.44040626,0.44040626,0.44040626,0.44040626,0.44040626,0.75642002,0.75642002,0.75642002,0.75642002,0.75642002,0.75642002,0.75642002,0.75642002,0.75642002,0.75642002,0.75642002,0.75642002,0.75642002,0.75642002,0.75642002,0.45031583,0.45031583,0.45031583,0.45031583,0.45031583,0.45031583,0.45031583,0.45031583,0.45031583,0.45031583,0.45031583,0.45031583,0.45031583,0.45031583,0.45031583,0.16291766,0.16291766,0.16291766,0.16291766,0.16291766,0.16291766,0.16291766,0.16291766,0.16291766,0.16291766,0.16291766,0.16291766,0.16291766,0.16291766,0.16291766,0.2249794,0.2249794,0.2249794,0.2249794,0.2249794,0.2249794,0.2249794,0.2249794,0.2249794,0.2249794,0.2249794,0.2249794,0.2249794,0.2249794,0.2249794,0.29531449,0.29531449,0.29531449,0.29531449,0.29531449,0.29531449,0.29531449,0.29531449,0.29531449,0.29531449,0.29531449,0.29531449,0.29531449,0.29531449,0.29531449,0.47118932,0.47118932,0.47118932,0.47118932,0.47118932,0.47118932,0.47118932,0.47118932,0.47118932,0.47118932,0.47118932,0.47118932,0.47118932,0.47118932,0.47118932,0.5706169,0.5706169,0.5706169,0.5706169,0.5706169,0.5706169,0.5706169,0.5706169,0.5706169,0.5706169,0.5706169,0.5706169,0.5706169,0.5706169,0.5706169,0.32169273,0.32169273,0.32169273,0.32169273,0.32169273,0.32169273,0.32169273,0.32169273,0.32169273,0.32169273,0.32169273,0.32169273,0.32169273,0.32169273,0.32169273,0.18406723,0.18406723,0.18406723,0.18406723,0.18406723,0.18406723,0.18406723,0.18406723,0.18406723,0.18406723,0.18406723,0.18406723,0.18406723,0.18406723,0.18406723,0.69398648,0.69398648,0.69398648,0.69398648,0.69398648,0.69398648,0.69398648,0.69398648,0.69398648,0.69398648,0.69398648,0.69398648,0.69398648,0.69398648,0.69398648,0.49262187,0.49262187,0.49262187,0.49262187,0.49262187,0.49262187,0.49262187,0.49262187,0.49262187,0.49262187,0.49262187,0.49262187,0.49262187,0.49262187,0.49262187,0.053989857,0.053989857,0.053989857,0.053989857,0.053989857,0.053989857,0.053989857,0.053989857,0.053989857,0.053989857,0.053989857,0.053989857,0.053989857,0.053989857,0.053989857,0.46713868,0.46713868,0.46713868,0.46713868,0.46713868,0.46713868,0.46713868,0.46713868,0.46713868,0.46713868,0.46713868,0.46713868,0.46713868,0.46713868,0.46713868,0.54790556,0.54790556,0.54790556,0.54790556,0.54790556,0.54790556,0.54790556,0.54790556,0.54790556,0.54790556,0.54790556,0.54790556,0.54790556,0.54790556,0.54790556,0.10228955,0.10228955,0.10228955,0.10228955,0.10228955,0.10228955,0.10228955,0.10228955,0.10228955,0.10228955,0.10228955,0.10228955,0.10228955,0.10228955,0.10228955,0.59507078,0.59507078,0.59507078,0.59507078,0.59507078,0.59507078,0.59507078,0.59507078,0.59507078,0.59507078,0.59507078,0.59507078,0.59507078,0.59507078,0.59507078,0.48466578,0.48466578,0.48466578,0.48466578,0.48466578,0.48466578,0.48466578,0.48466578,0.48466578,0.48466578,0.48466578,0.48466578,0.48466578,0.48466578,0.48466578,0.62232244,0.62232244,0.62232244,0.62232244,0.62232244,0.62232244,0.62232244,0.62232244,0.62232244,0.62232244,0.62232244,0.62232244,0.62232244,0.62232244,0.62232244,0.5984152,0.5984152,0.5984152,0.5984152,0.5984152,0.5984152,0.5984152,0.5984152,0.5984152,0.5984152,0.5984152,0.5984152,0.5984152,0.5984152,0.5984152,0.24849975,0.24849975,0.24849975,0.24849975,0.24849975,0.24849975,0.24849975,0.24849975,0.24849975,0.24849975,0.24849975,0.24849975,0.24849975,0.24849975,0.24849975,1.3644016,1.3644016,1.3644016,1.3644016,1.3644016,1.3644016,1.3644016,1.3644016,1.3644016,1.3644016,1.3644016,1.3644016,1.3644016,1.3644016,1.3644016,0.24155772,0.24155772,0.24155772,0.24155772,0.24155772,0.24155772,0.24155772,0.24155772,0.24155772,0.24155772,0.24155772,0.24155772,0.24155772,0.24155772,0.24155772,0.36260095,0.36260095,0.36260095,0.36260095,0.36260095,0.36260095,0.36260095,0.36260095,0.36260095,0.36260095,0.36260095,0.36260095,0.36260095,0.36260095,0.36260095,0.43239078,0.43239078,0.43239078,0.43239078,0.43239078,0.43239078,0.43239078,0.43239078,0.43239078,0.43239078,0.43239078,0.43239078,0.43239078,0.43239078,0.43239078,0.045044631,0.045044631,0.045044631,0.045044631,0.045044631,0.045044631,0.045044631,0.045044631,0.045044631,0.045044631,0.045044631,0.045044631,0.045044631,0.045044631,0.045044631,0.44838223,0.44838223,0.44838223,0.44838223,0.44838223,0.44838223,0.44838223,0.44838223,0.44838223,0.44838223,0.44838223,0.44838223,0.44838223,0.44838223,0.44838223,0.42882052,0.42882052,0.42882052,0.42882052,0.42882052,0.42882052,0.42882052,0.42882052,0.42882052,0.42882052,0.42882052,0.42882052,0.42882052,0.42882052,0.42882052,0.54059559,0.54059559,0.54059559,0.54059559,0.54059559,0.54059559,0.54059559,0.54059559,0.54059559,0.54059559,0.54059559,0.54059559,0.54059559,0.54059559,0.54059559,0.45681831,0.45681831,0.45681831,0.45681831,0.45681831,0.45681831,0.45681831,0.45681831,0.45681831,0.45681831,0.45681831,0.45681831,0.45681831,0.45681831,0.45681831,0.64173001,0.64173001,0.64173001,0.64173001,0.64173001,0.64173001,0.64173001,0.64173001,0.64173001,0.64173001,0.64173001,0.64173001,0.64173001,0.64173001,0.64173001,0.18699698,0.18699698,0.18699698,0.18699698,0.18699698,0.18699698,0.18699698,0.18699698,0.18699698,0.18699698,0.18699698,0.18699698,0.18699698,0.18699698,0.18699698,0.068213888,0.068213888,0.068213888,0.068213888,0.068213888,0.068213888,0.068213888,0.068213888,0.068213888,0.068213888,0.068213888,0.068213888,0.068213888,0.068213888,0.068213888,0.32896146,0.32896146,0.32896146,0.32896146,0.32896146,0.32896146,0.32896146,0.32896146,0.32896146,0.32896146,0.32896146,0.32896146,0.32896146,0.32896146,0.32896146,0.54564947,0.54564947,0.54564947,0.54564947,0.54564947,0.54564947,0.54564947,0.54564947,0.54564947,0.54564947,0.54564947,0.54564947,0.54564947,0.54564947,0.54564947,0.55919993,0.55919993,0.55919993,0.55919993,0.55919993,0.55919993,0.55919993,0.55919993,0.55919993,0.55919993,0.55919993,0.55919993,0.55919993,0.55919993,0.55919993,1.112545,1.112545,1.112545,1.112545,1.112545,1.112545,1.112545,1.112545,1.112545,1.112545,1.112545,1.112545,1.112545,1.112545,1.112545,0.088333882,0.088333882,0.088333882,0.088333882,0.088333882,0.088333882,0.088333882,0.088333882,0.088333882,0.088333882,0.088333882,0.088333882,0.088333882,0.088333882,0.088333882,0.083175443,0.083175443,0.083175443,0.083175443,0.083175443,0.083175443,0.083175443,0.083175443,0.083175443,0.083175443,0.083175443,0.083175443,0.083175443,0.083175443,0.083175443,0.12989934,0.12989934,0.12989934,0.12989934,0.12989934,0.12989934,0.12989934,0.12989934,0.12989934,0.12989934,0.12989934,0.12989934,0.12989934,0.12989934,0.12989934,0.13229965,0.13229965,0.13229965,0.13229965,0.13229965,0.13229965,0.13229965,0.13229965,0.13229965,0.13229965,0.13229965,0.13229965,0.13229965,0.13229965,0.13229965,0.02310388,0.02310388,0.02310388,0.02310388,0.02310388,0.02310388,0.02310388,0.02310388,0.02310388,0.02310388,0.02310388,0.02310388,0.02310388,0.02310388,0.02310388,0.072783425,0.072783425,0.072783425,0.072783425,0.072783425,0.072783425,0.072783425,0.072783425,0.072783425,0.072783425,0.072783425,0.072783425,0.072783425,0.072783425,0.072783425,0.07232523,0.07232523,0.07232523,0.07232523,0.07232523,0.07232523,0.07232523,0.07232523,0.07232523,0.07232523,0.07232523,0.07232523,0.07232523,0.07232523,0.07232523,0.088561721,0.088561721,0.088561721,0.088561721,0.088561721,0.088561721,0.088561721,0.088561721,0.088561721,0.088561721,0.088561721,0.088561721,0.088561721,0.088561721,0.088561721,0.082807086,0.082807086,0.082807086,0.082807086,0.082807086,0.082807086,0.082807086,0.082807086,0.082807086,0.082807086,0.082807086,0.082807086,0.082807086,0.082807086,0.082807086,0.171349,0.171349,0.171349,0.171349,0.171349,0.171349,0.171349,0.171349,0.171349,0.171349,0.171349,0.171349,0.171349,0.171349,0.171349,0.087671787,0.087671787,0.087671787,0.087671787,0.087671787,0.087671787,0.087671787,0.087671787,0.087671787,0.087671787,0.087671787,0.087671787,0.087671787,0.087671787,0.087671787,0.12363911,0.12363911,0.12363911,0.12363911,0.12363911,0.12363911,0.12363911,0.12363911,0.12363911,0.12363911,0.12363911,0.12363911,0.12363911,0.12363911,0.12363911,0.26408893,0.26408893,0.26408893,0.26408893,0.26408893,0.26408893,0.26408893,0.26408893,0.26408893,0.26408893,0.26408893,0.26408893,0.26408893,0.26408893,0.26408893,0.16585596,0.16585596,0.16585596,0.16585596,0.16585596,0.16585596,0.16585596,0.16585596,0.16585596,0.16585596,0.16585596,0.16585596,0.16585596,0.16585596,0.16585596,0.021395722,0.021395722,0.021395722,0.021395722,0.021395722,0.021395722,0.021395722,0.021395722,0.021395722,0.021395722,0.021395722,0.021395722,0.021395722,0.021395722,0.021395722,0.15081948,0.15081948,0.15081948,0.15081948,0.15081948,0.15081948,0.15081948,0.15081948,0.15081948,0.15081948,0.15081948,0.15081948,0.15081948,0.15081948,0.15081948,0.10774548,0.10774548,0.10774548,0.10774548,0.10774548,0.10774548,0.10774548,0.10774548,0.10774548,0.10774548,0.10774548,0.10774548,0.10774548,0.10774548,0.10774548,0.12026779,0.12026779,0.12026779,0.12026779,0.12026779,0.12026779,0.12026779,0.12026779,0.12026779,0.12026779,0.12026779,0.12026779,0.12026779,0.12026779,0.12026779,0.054292962,0.054292962,0.054292962,0.054292962,0.054292962,0.054292962,0.054292962,0.054292962,0.054292962,0.054292962,0.054292962,0.054292962,0.054292962,0.054292962,0.054292962,0.2335939,0.2335939,0.2335939,0.2335939,0.2335939,0.2335939,0.2335939,0.2335939,0.2335939,0.2335939,0.2335939,0.2335939,0.2335939,0.2335939,0.2335939,0.10020992,0.10020992,0.10020992,0.10020992,0.10020992,0.10020992,0.10020992,0.10020992,0.10020992,0.10020992,0.10020992,0.10020992,0.10020992,0.10020992,0.10020992,0.11319251,0.11319251,0.11319251,0.11319251,0.11319251,0.11319251,0.11319251,0.11319251,0.11319251,0.11319251,0.11319251,0.11319251,0.11319251,0.11319251,0.11319251,0.11753117,0.11753117,0.11753117,0.11753117,0.11753117,0.11753117,0.11753117,0.11753117,0.11753117,0.11753117,0.11753117,0.11753117,0.11753117,0.11753117,0.11753117,0.13816467,0.13816467,0.13816467,0.13816467,0.13816467,0.13816467,0.13816467,0.13816467,0.13816467,0.13816467,0.13816467,0.13816467,0.13816467,0.13816467,0.13816467,0.079964265,0.079964265,0.079964265,0.079964265,0.079964265,0.079964265,0.079964265,0.079964265,0.079964265,0.079964265,0.079964265,0.079964265,0.079964265,0.079964265,0.079964265,0.079106361,0.079106361,0.079106361,0.079106361,0.079106361,0.079106361,0.079106361,0.079106361,0.079106361,0.079106361,0.079106361,0.079106361,0.079106361,0.079106361,0.079106361,0.11156355,0.11156355,0.11156355,0.11156355,0.11156355,0.11156355,0.11156355,0.11156355,0.11156355,0.11156355,0.11156355,0.11156355,0.11156355,0.11156355,0.11156355,0.10851242,0.10851242,0.10851242,0.10851242,0.10851242,0.10851242,0.10851242,0.10851242,0.10851242,0.10851242,0.10851242,0.10851242,0.10851242,0.10851242,0.10851242,0.084908091,0.084908091,0.084908091,0.084908091,0.084908091,0.084908091,0.084908091,0.084908091,0.084908091,0.084908091,0.084908091,0.084908091,0.084908091,0.084908091,0.084908091,0.10959053,0.10959053,0.10959053,0.10959053,0.10959053,0.10959053,0.10959053,0.10959053,0.10959053,0.10959053,0.10959053,0.10959053,0.10959053,0.10959053,0.10959053,0.093256295,0.093256295,0.093256295,0.093256295,0.093256295,0.093256295,0.093256295,0.093256295,0.093256295,0.093256295,0.093256295,0.093256295,0.093256295,0.093256295,0.093256295,0.12244222,0.12244222,0.12244222,0.12244222,0.12244222,0.12244222,0.12244222,0.12244222,0.12244222,0.12244222,0.12244222,0.12244222,0.12244222,0.12244222,0.12244222,0.059329547,0.059329547,0.059329547,0.059329547,0.059329547,0.059329547,0.059329547,0.059329547,0.059329547,0.059329547,0.059329547,0.059329547,0.059329547,0.059329547,0.059329547,0.1675286,0.1675286,0.1675286,0.1675286,0.1675286,0.1675286,0.1675286,0.1675286,0.1675286,0.1675286,0.1675286,0.1675286,0.1675286,0.1675286,0.1675286,0.027407346,0.027407346,0.027407346,0.027407346,0.027407346,0.027407346,0.027407346,0.027407346,0.027407346,0.027407346,0.027407346,0.027407346,0.027407346,0.027407346,0.027407346,0.18027912,0.18027912,0.18027912,0.18027912,0.18027912,0.18027912,0.18027912,0.18027912,0.18027912,0.18027912,0.18027912,0.18027912,0.18027912,0.18027912,0.18027912,0.033696558,0.033696558,0.033696558,0.033696558,0.033696558,0.033696558,0.033696558,0.033696558,0.033696558,0.033696558,0.033696558,0.033696558,0.033696558,0.033696558,0.033696558,0.24353215,0.24353215,0.24353215,0.24353215,0.24353215,0.24353215,0.24353215,0.24353215,0.24353215,0.24353215,0.24353215,0.24353215,0.24353215,0.24353215,0.24353215,0.16803962,0.16803962,0.16803962,0.16803962,0.16803962,0.16803962,0.16803962,0.16803962,0.16803962,0.16803962,0.16803962,0.16803962,0.16803962,0.16803962,0.16803962,0.089544065,0.089544065,0.089544065,0.089544065,0.089544065,0.089544065,0.089544065,0.089544065,0.089544065,0.089544065,0.089544065,0.089544065,0.089544065,0.089544065,0.089544065,0.15678635,0.15678635,0.15678635,0.15678635,0.15678635,0.15678635,0.15678635,0.15678635,0.15678635,0.15678635,0.15678635,0.15678635,0.15678635,0.15678635,0.15678635,0.26927963,0.26927963,0.26927963,0.26927963,0.26927963,0.26927963,0.26927963,0.26927963,0.26927963,0.26927963,0.26927963,0.26927963,0.26927963,0.26927963,0.26927963,0.11706482,0.11706482,0.11706482,0.11706482,0.11706482,0.11706482,0.11706482,0.11706482,0.11706482,0.11706482,0.11706482,0.11706482,0.11706482,0.11706482,0.11706482,0.12524217,0.12524217,0.12524217,0.12524217,0.12524217,0.12524217,0.12524217,0.12524217,0.12524217,0.12524217,0.12524217,0.12524217,0.12524217,0.12524217,0.12524217,0.09336403,0.09336403,0.09336403,0.09336403,0.09336403,0.09336403,0.09336403,0.09336403,0.09336403,0.09336403,0.09336403,0.09336403,0.09336403,0.09336403,0.09336403,0.044747487,0.044747487,0.044747487,0.044747487,0.044747487,0.044747487,0.044747487,0.044747487,0.044747487,0.044747487,0.044747487,0.044747487,0.044747487,0.044747487,0.044747487,0.10855898,0.10855898,0.10855898,0.10855898,0.10855898,0.10855898,0.10855898,0.10855898,0.10855898,0.10855898,0.10855898,0.10855898,0.10855898,0.10855898,0.10855898,0.066379726,0.066379726,0.066379726,0.066379726,0.066379726,0.066379726,0.066379726,0.066379726,0.066379726,0.066379726,0.066379726,0.066379726,0.066379726,0.066379726,0.066379726,0.091850691,0.091850691,0.091850691,0.091850691,0.091850691,0.091850691,0.091850691,0.091850691,0.091850691,0.091850691,0.091850691,0.091850691,0.091850691,0.091850691,0.091850691,0.13105041,0.13105041,0.13105041,0.13105041,0.13105041,0.13105041,0.13105041,0.13105041,0.13105041,0.13105041,0.13105041,0.13105041,0.13105041,0.13105041,0.13105041,0.14334744,0.14334744,0.14334744,0.14334744,0.14334744,0.14334744,0.14334744,0.14334744,0.14334744,0.14334744,0.14334744,0.14334744,0.14334744,0.14334744,0.14334744,0.092738077,0.092738077,0.092738077,0.092738077,0.092738077,0.092738077,0.092738077,0.092738077,0.092738077,0.092738077,0.092738077,0.092738077,0.092738077,0.092738077,0.092738077,0.060220111,0.060220111,0.060220111,0.060220111,0.060220111,0.060220111,0.060220111,0.060220111,0.060220111,0.060220111,0.060220111,0.060220111,0.060220111,0.060220111,0.060220111,0.094860926,0.094860926,0.094860926,0.094860926,0.094860926,0.094860926,0.094860926,0.094860926,0.094860926,0.094860926,0.094860926,0.094860926,0.094860926,0.094860926,0.094860926,0.12935844,0.12935844,0.12935844,0.12935844,0.12935844,0.12935844,0.12935844,0.12935844,0.12935844,0.12935844,0.12935844,0.12935844,0.12935844,0.12935844,0.12935844,0.16720754,0.16720754,0.16720754,0.16720754,0.16720754,0.16720754,0.16720754,0.16720754,0.16720754,0.16720754,0.16720754,0.16720754,0.16720754,0.16720754,0.16720754,0.27066338,0.27066338,0.27066338,0.27066338,0.27066338,0.27066338,0.27066338,0.27066338,0.27066338,0.27066338,0.27066338,0.27066338,0.27066338,0.27066338,0.27066338,0.22345044,0.22345044,0.22345044,0.22345044,0.22345044,0.22345044,0.22345044,0.22345044,0.22345044,0.22345044,0.22345044,0.22345044,0.22345044,0.22345044,0.22345044,0.3827658,0.3827658,0.3827658,0.3827658,0.3827658,0.3827658,0.3827658,0.3827658,0.3827658,0.3827658,0.3827658,0.3827658,0.3827658,0.3827658,0.3827658,0.13720399,0.13720399,0.13720399,0.13720399,0.13720399,0.13720399,0.13720399,0.13720399,0.13720399,0.13720399,0.13720399,0.13720399,0.13720399,0.13720399,0.13720399,0.173953,0.173953,0.173953,0.173953,0.173953,0.173953,0.173953,0.173953,0.173953,0.173953,0.173953,0.173953,0.173953,0.173953,0.173953,0.21278562,0.21278562,0.21278562,0.21278562,0.21278562,0.21278562,0.21278562,0.21278562,0.21278562,0.21278562,0.21278562,0.21278562,0.21278562,0.21278562,0.21278562,0.082422763,0.082422763,0.082422763,0.082422763,0.082422763,0.082422763,0.082422763,0.082422763,0.082422763,0.082422763,0.082422763,0.082422763,0.082422763,0.082422763,0.082422763,0.26116213,0.26116213,0.26116213,0.26116213,0.26116213,0.26116213,0.26116213,0.26116213,0.26116213,0.26116213,0.26116213,0.26116213,0.26116213,0.26116213,0.26116213,0.31331298,0.31331298,0.31331298,0.31331298,0.31331298,0.31331298,0.31331298,0.31331298,0.31331298,0.31331298,0.31331298,0.31331298,0.31331298,0.31331298,0.31331298,0.19827203,0.19827203,0.19827203,0.19827203,0.19827203,0.19827203,0.19827203,0.19827203,0.19827203,0.19827203,0.19827203,0.19827203,0.19827203,0.19827203,0.19827203,0.14780019,0.14780019,0.14780019,0.14780019,0.14780019,0.14780019,0.14780019,0.14780019,0.14780019,0.14780019,0.14780019,0.14780019,0.14780019,0.14780019,0.14780019,0.31003669,0.31003669,0.31003669,0.31003669,0.31003669,0.31003669,0.31003669,0.31003669,0.31003669,0.31003669,0.31003669,0.31003669,0.31003669,0.31003669,0.31003669,0.22679853,0.22679853,0.22679853,0.22679853,0.22679853,0.22679853,0.22679853,0.22679853,0.22679853,0.22679853,0.22679853,0.22679853,0.22679853,0.22679853,0.22679853,0.12482821,0.12482821,0.12482821,0.12482821,0.12482821,0.12482821,0.12482821,0.12482821,0.12482821,0.12482821,0.12482821,0.12482821,0.12482821,0.12482821,0.12482821,0.33777037,0.33777037,0.33777037,0.33777037,0.33777037,0.33777037,0.33777037,0.33777037,0.33777037,0.33777037,0.33777037,0.33777037,0.33777037,0.33777037,0.33777037,0.22018421,0.22018421,0.22018421,0.22018421,0.22018421,0.22018421,0.22018421,0.22018421,0.22018421,0.22018421,0.22018421,0.22018421,0.22018421,0.22018421,0.22018421,0.16522112,0.16522112,0.16522112,0.16522112,0.16522112,0.16522112,0.16522112,0.16522112,0.16522112,0.16522112,0.16522112,0.16522112,0.16522112,0.16522112,0.16522112,0.12642305,0.12642305,0.12642305,0.12642305,0.12642305,0.12642305,0.12642305,0.12642305,0.12642305,0.12642305,0.12642305,0.12642305,0.12642305,0.12642305,0.12642305,0.18636355,0.18636355,0.18636355,0.18636355,0.18636355,0.18636355,0.18636355,0.18636355,0.18636355,0.18636355,0.18636355,0.18636355,0.18636355,0.18636355,0.18636355,0.26268566,0.26268566,0.26268566,0.26268566,0.26268566,0.26268566,0.26268566,0.26268566,0.26268566,0.26268566,0.26268566,0.26268566,0.26268566,0.26268566,0.26268566,0.29703698,0.29703698,0.29703698,0.29703698,0.29703698,0.29703698,0.29703698,0.29703698,0.29703698,0.29703698,0.29703698,0.29703698,0.29703698,0.29703698,0.29703698,0.15126647,0.15126647,0.15126647,0.15126647,0.15126647,0.15126647,0.15126647,0.15126647,0.15126647,0.15126647,0.15126647,0.15126647,0.15126647,0.15126647,0.15126647,0.090477519,0.090477519,0.090477519,0.090477519,0.090477519,0.090477519,0.090477519,0.090477519,0.090477519,0.090477519,0.090477519,0.090477519,0.090477519,0.090477519,0.090477519,0.19753806,0.19753806,0.19753806,0.19753806,0.19753806,0.19753806,0.19753806,0.19753806,0.19753806,0.19753806,0.19753806,0.19753806,0.19753806,0.19753806,0.19753806,0.1963699,0.1963699,0.1963699,0.1963699,0.1963699,0.1963699,0.1963699,0.1963699,0.1963699,0.1963699,0.1963699,0.1963699,0.1963699,0.1963699,0.1963699,0.25582281,0.25582281,0.25582281,0.25582281,0.25582281,0.25582281,0.25582281,0.25582281,0.25582281,0.25582281,0.25582281,0.25582281,0.25582281,0.25582281,0.25582281,0.14412318,0.14412318,0.14412318,0.14412318,0.14412318,0.14412318,0.14412318,0.14412318,0.14412318,0.14412318,0.14412318,0.14412318,0.14412318,0.14412318,0.14412318,0.19866365,0.19866365,0.19866365,0.19866365,0.19866365,0.19866365,0.19866365,0.19866365,0.19866365,0.19866365,0.19866365,0.19866365,0.19866365,0.19866365,0.19866365,0.070449576,0.070449576,0.070449576,0.070449576,0.070449576,0.070449576,0.070449576,0.070449576,0.070449576,0.070449576,0.070449576,0.070449576,0.070449576,0.070449576,0.070449576,0.08868701,0.08868701,0.08868701,0.08868701,0.08868701,0.08868701,0.08868701,0.08868701,0.08868701,0.08868701,0.08868701,0.08868701,0.08868701,0.08868701,0.08868701,0.11700305,0.11700305,0.11700305,0.11700305,0.11700305,0.11700305,0.11700305,0.11700305,0.11700305,0.11700305,0.11700305,0.11700305,0.11700305,0.11700305,0.11700305,0.16409853,0.16409853,0.16409853,0.16409853,0.16409853,0.16409853,0.16409853,0.16409853,0.16409853,0.16409853,0.16409853,0.16409853,0.16409853,0.16409853,0.16409853,0.22549275,0.22549275,0.22549275,0.22549275,0.22549275,0.22549275,0.22549275,0.22549275,0.22549275,0.22549275,0.22549275,0.22549275,0.22549275,0.22549275,0.22549275,0.22762373,0.22762373,0.22762373,0.22762373,0.22762373,0.22762373,0.22762373,0.22762373,0.22762373,0.22762373,0.22762373,0.22762373,0.22762373,0.22762373,0.22762373,0.1526311,0.1526311,0.1526311,0.1526311,0.1526311,0.1526311,0.1526311,0.1526311,0.1526311,0.1526311,0.1526311,0.1526311,0.1526311,0.1526311,0.1526311,0.40015465,0.40015465,0.40015465,0.40015465,0.40015465,0.40015465,0.40015465,0.40015465,0.40015465,0.40015465,0.40015465,0.40015465,0.40015465,0.40015465,0.40015465,0.36243156,0.36243156,0.36243156,0.36243156,0.36243156,0.36243156,0.36243156,0.36243156,0.36243156,0.36243156,0.36243156,0.36243156,0.36243156,0.36243156,0.36243156,0.11802781,0.11802781,0.11802781,0.11802781,0.11802781,0.11802781,0.11802781,0.11802781,0.11802781,0.11802781,0.11802781,0.11802781,0.11802781,0.11802781,0.11802781,0.092620105,0.092620105,0.092620105,0.092620105,0.092620105,0.092620105,0.092620105,0.092620105,0.092620105,0.092620105,0.092620105,0.092620105,0.092620105,0.092620105,0.092620105,0.062544927,0.062544927,0.062544927,0.062544927,0.062544927,0.062544927,0.062544927,0.062544927,0.062544927,0.062544927,0.062544927,0.062544927,0.062544927,0.062544927,0.062544927,0.23333521,0.23333521,0.23333521,0.23333521,0.23333521,0.23333521,0.23333521,0.23333521,0.23333521,0.23333521,0.23333521,0.23333521,0.23333521,0.23333521,0.23333521,0.25847757,0.25847757,0.25847757,0.25847757,0.25847757,0.25847757,0.25847757,0.25847757,0.25847757,0.25847757,0.25847757,0.25847757,0.25847757,0.25847757,0.25847757,0.2883898,0.2883898,0.2883898,0.2883898,0.2883898,0.2883898,0.2883898,0.2883898,0.2883898,0.2883898,0.2883898,0.2883898,0.2883898,0.2883898,0.2883898,0.16512646,0.16512646,0.16512646,0.16512646,0.16512646,0.16512646,0.16512646,0.16512646,0.16512646,0.16512646,0.16512646,0.16512646,0.16512646,0.16512646,0.16512646,0.060361322,0.060361322,0.060361322,0.060361322,0.060361322,0.060361322,0.060361322,0.060361322,0.060361322,0.060361322,0.060361322,0.060361322,0.060361322,0.060361322,0.060361322,0.060085323,0.060085323,0.060085323,0.060085323,0.060085323,0.060085323,0.060085323,0.060085323,0.060085323,0.060085323,0.060085323,0.060085323,0.060085323,0.060085323,0.060085323,0.14860027,0.14860027,0.14860027,0.14860027,0.14860027,0.14860027,0.14860027,0.14860027,0.14860027,0.14860027,0.14860027,0.14860027,0.14860027,0.14860027,0.14860027,0.23671541,0.23671541,0.23671541,0.23671541,0.23671541,0.23671541,0.23671541,0.23671541,0.23671541,0.23671541,0.23671541,0.23671541,0.23671541,0.23671541,0.23671541,0.20741187,0.20741187,0.20741187,0.20741187,0.20741187,0.20741187,0.20741187,0.20741187,0.20741187,0.20741187,0.20741187,0.20741187,0.20741187,0.20741187,0.20741187,0.3247965,0.3247965,0.3247965,0.3247965,0.3247965,0.3247965,0.3247965,0.3247965,0.3247965,0.3247965,0.3247965,0.3247965,0.3247965,0.3247965,0.3247965,0.086126328,0.086126328,0.086126328,0.086126328,0.086126328,0.086126328,0.086126328,0.086126328,0.086126328,0.086126328,0.086126328,0.086126328,0.086126328,0.086126328,0.086126328,0.15181236,0.15181236,0.15181236,0.15181236,0.15181236,0.15181236,0.15181236,0.15181236,0.15181236,0.15181236,0.15181236,0.15181236,0.15181236,0.15181236,0.15181236,0.18598874,0.18598874,0.18598874,0.18598874,0.18598874,0.18598874,0.18598874,0.18598874,0.18598874,0.18598874,0.18598874,0.18598874,0.18598874,0.18598874,0.18598874,0.23662136,0.23662136,0.23662136,0.23662136,0.23662136,0.23662136,0.23662136,0.23662136,0.23662136,0.23662136,0.23662136,0.23662136,0.23662136,0.23662136,0.23662136,0.1871195,0.1871195,0.1871195,0.1871195,0.1871195,0.1871195,0.1871195,0.1871195,0.1871195,0.1871195,0.1871195,0.1871195,0.1871195,0.1871195,0.1871195,0.21520044,0.21520044,0.21520044,0.21520044,0.21520044,0.21520044,0.21520044,0.21520044,0.21520044,0.21520044,0.21520044,0.21520044,0.21520044,0.21520044,0.21520044,0.32564166,0.32564166,0.32564166,0.32564166,0.32564166,0.32564166,0.32564166,0.32564166,0.32564166,0.32564166,0.32564166,0.32564166,0.32564166,0.32564166,0.32564166,0.23129097,0.23129097,0.23129097,0.23129097,0.23129097,0.23129097,0.23129097,0.23129097,0.23129097,0.23129097,0.23129097,0.23129097,0.23129097,0.23129097,0.23129097,0.13241997,0.13241997,0.13241997,0.13241997,0.13241997,0.13241997,0.13241997,0.13241997,0.13241997,0.13241997,0.13241997,0.13241997,0.13241997,0.13241997,0.13241997,0.25249535,0.25249535,0.25249535,0.25249535,0.25249535,0.25249535,0.25249535,0.25249535,0.25249535,0.25249535,0.25249535,0.25249535,0.25249535,0.25249535,0.25249535,0.18984729,0.18984729,0.18984729,0.18984729,0.18984729,0.18984729,0.18984729,0.18984729,0.18984729,0.18984729,0.18984729,0.18984729,0.18984729,0.18984729,0.18984729,0.20501287,0.20501287,0.20501287,0.20501287,0.20501287,0.20501287,0.20501287,0.20501287,0.20501287,0.20501287,0.20501287,0.20501287,0.20501287,0.20501287,0.20501287,0.22183838,0.22183838,0.22183838,0.22183838,0.22183838,0.22183838,0.22183838,0.22183838,0.22183838,0.22183838,0.22183838,0.22183838,0.22183838,0.22183838,0.22183838,0.1438081,0.1438081,0.1438081,0.1438081,0.1438081,0.1438081,0.1438081,0.1438081,0.1438081,0.1438081,0.1438081,0.1438081,0.1438081,0.1438081,0.1438081,0.20645131,0.20645131,0.20645131,0.20645131,0.20645131,0.20645131,0.20645131,0.20645131,0.20645131,0.20645131,0.20645131,0.20645131,0.20645131,0.20645131,0.20645131,0.11153325,0.11153325,0.11153325,0.11153325,0.11153325,0.11153325,0.11153325,0.11153325,0.11153325,0.11153325,0.11153325,0.11153325,0.11153325,0.11153325,0.11153325,0.14234678,0.14234678,0.14234678,0.14234678,0.14234678,0.14234678,0.14234678,0.14234678,0.14234678,0.14234678,0.14234678,0.14234678,0.14234678,0.14234678,0.14234678,0.19363263,0.19363263,0.19363263,0.19363263,0.19363263,0.19363263,0.19363263,0.19363263,0.19363263,0.19363263,0.19363263,0.19363263,0.19363263,0.19363263,0.19363263,0.16218223,0.16218223,0.16218223,0.16218223,0.16218223,0.16218223,0.16218223,0.16218223,0.16218223,0.16218223,0.16218223,0.16218223,0.16218223,0.16218223,0.16218223,0.11253149,0.11253149,0.11253149,0.11253149,0.11253149,0.11253149,0.11253149,0.11253149,0.11253149,0.11253149,0.11253149,0.11253149,0.11253149,0.11253149,0.11253149,0.20537429,0.20537429,0.20537429,0.20537429,0.20537429,0.20537429,0.20537429,0.20537429,0.20537429,0.20537429,0.20537429,0.20537429,0.20537429,0.20537429,0.20537429,1.1070467,1.1070467,1.1070467,1.1070467,1.1070467,1.1070467,1.1070467,1.1070467,1.1070467,1.1070467,1.1070467,1.1070467,1.1070467,1.1070467,1.1070467,0.81252086,0.81252086,0.81252086,0.81252086,0.81252086,0.81252086,0.81252086,0.81252086,0.81252086,0.81252086,0.81252086,0.81252086,0.81252086,0.81252086,0.81252086,1.2438694,1.2438694,1.2438694,1.2438694,1.2438694,1.2438694,1.2438694,1.2438694,1.2438694,1.2438694,1.2438694,1.2438694,1.2438694,1.2438694,1.2438694,2.0454562,2.0454562,2.0454562,2.0454562,2.0454562,2.0454562,2.0454562,2.0454562,2.0454562,2.0454562,2.0454562,2.0454562,2.0454562,2.0454562,2.0454562,1.1020068,1.1020068,1.1020068,1.1020068,1.1020068,1.1020068,1.1020068,1.1020068,1.1020068,1.1020068,1.1020068,1.1020068,1.1020068,1.1020068,1.1020068,0.73930186,0.73930186,0.73930186,0.73930186,0.73930186,0.73930186,0.73930186,0.73930186,0.73930186,0.73930186,0.73930186,0.73930186,0.73930186,0.73930186,0.73930186,2.3786066,2.3786066,2.3786066,2.3786066,2.3786066,2.3786066,2.3786066,2.3786066,2.3786066,2.3786066,2.3786066,2.3786066,2.3786066,2.3786066,2.3786066,0.57637215,0.57637215,0.57637215,0.57637215,0.57637215,0.57637215,0.57637215,0.57637215,0.57637215,0.57637215,0.57637215,0.57637215,0.57637215,0.57637215,0.57637215,0.51905984,0.51905984,0.51905984,0.51905984,0.51905984,0.51905984,0.51905984,0.51905984,0.51905984,0.51905984,0.51905984,0.51905984,0.51905984,0.51905984,0.51905984,1.0759203,1.0759203,1.0759203,1.0759203,1.0759203,1.0759203,1.0759203,1.0759203,1.0759203,1.0759203,1.0759203,1.0759203,1.0759203,1.0759203,1.0759203,0.69564992,0.69564992,0.69564992,0.69564992,0.69564992,0.69564992,0.69564992,0.69564992,0.69564992,0.69564992,0.69564992,0.69564992,0.69564992,0.69564992,0.69564992,1.0557377,1.0557377,1.0557377,1.0557377,1.0557377,1.0557377,1.0557377,1.0557377,1.0557377,1.0557377,1.0557377,1.0557377,1.0557377,1.0557377,1.0557377,1.3831871,1.3831871,1.3831871,1.3831871,1.3831871,1.3831871,1.3831871,1.3831871,1.3831871,1.3831871,1.3831871,1.3831871,1.3831871,1.3831871,1.3831871,0.68013507,0.68013507,0.68013507,0.68013507,0.68013507,0.68013507,0.68013507,0.68013507,0.68013507,0.68013507,0.68013507,0.68013507,0.68013507,0.68013507,0.68013507,1.7979773,1.7979773,1.7979773,1.7979773,1.7979773,1.7979773,1.7979773,1.7979773,1.7979773,1.7979773,1.7979773,1.7979773,1.7979773,1.7979773,1.7979773,0.53980285,0.53980285,0.53980285,0.53980285,0.53980285,0.53980285,0.53980285,0.53980285,0.53980285,0.53980285,0.53980285,0.53980285,0.53980285,0.53980285,0.53980285,0.65371162,0.65371162,0.65371162,0.65371162,0.65371162,0.65371162,0.65371162,0.65371162,0.65371162,0.65371162,0.65371162,0.65371162,0.65371162,0.65371162,0.65371162,1.2656,1.2656,1.2656,1.2656,1.2656,1.2656,1.2656,1.2656,1.2656,1.2656,1.2656,1.2656,1.2656,1.2656,1.2656,2.7004898,2.7004898,2.7004898,2.7004898,2.7004898,2.7004898,2.7004898,2.7004898,2.7004898,2.7004898,2.7004898,2.7004898,2.7004898,2.7004898,2.7004898,1.0347992,1.0347992,1.0347992,1.0347992,1.0347992,1.0347992,1.0347992,1.0347992,1.0347992,1.0347992,1.0347992,1.0347992,1.0347992,1.0347992,1.0347992,0.53905571,0.53905571,0.53905571,0.53905571,0.53905571,0.53905571,0.53905571,0.53905571,0.53905571,0.53905571,0.53905571,0.53905571,0.53905571,0.53905571,0.53905571,0.57978219,0.57978219,0.57978219,0.57978219,0.57978219,0.57978219,0.57978219,0.57978219,0.57978219,0.57978219,0.57978219,0.57978219,0.57978219,0.57978219,0.57978219,0.62110698,0.62110698,0.62110698,0.62110698,0.62110698,0.62110698,0.62110698,0.62110698,0.62110698,0.62110698,0.62110698,0.62110698,0.62110698,0.62110698,0.62110698 ), medhhinc10k=structure(.Data=c( 5.8174314,5.6525216,5.6550121,5.7070889,5.6723747,5.447299,5.4394469,5.7427497,5.6784201,5.8389101,5.782341,5.1306152,5.2984233,5.2905359,5.4366002,5.6557713,5.4144039,5.3879762,5.4129691,5.2783751,5.1792836,5.3226814,5.6045818,5.71527,5.35007,5.190362,5.26512,5.0333014,4.848978,4.9626002,3.645844,3.4143202,3.336828,3.3619981,3.3118749,3.5736139,3.3569639,3.4621799,3.39856,3.1682198,3.6050661,3.1622849,3.1195612,3.1600618,3.4971001,4.353312,4.1639161,4.143084,4.2471957,4.256875,4.1396523,4.3048978,4.4353981,4.5183601,4.2123399,3.8664479,3.9214349,3.8513761,4.057662,3.9546001,5.050231,4.8474503,4.8029523,4.8707819,4.8303752,4.9111481,4.8547983,4.9323239,5.0694599,4.5671997,4.676754,4.4036999,4.5551753,4.5279841,4.5567002,2.9318001,2.729178,2.6580839,2.6964872,2.5606251,2.6290882,2.7021151,2.8464661,2.9677999,2.6626599,2.830621,2.73399,2.6629622,2.6455739,2.658,3.5295308,3.388056,3.4090321,3.4766791,3.4054999,3.3950179,3.4114861,3.47244,3.4593902,3.0573401,3.2155001,3.201345,3.1523149,3.166182,3.2512,4.4667482,4.267766,4.2257156,4.274673,4.351625,4.3483768,4.292028,4.2724919,4.3996701,4.1073999,4.132844,4.1012998,4.038836,3.8655958,4.1122999,4.1791849,3.9964159,3.9590759,3.9788759,3.8216252,3.816098,3.7456381,3.865056,3.9175398,3.36831,3.276649,3.5174999,3.3289602,3.4560659,3.4116001,4.3067322,4.1188922,4.093452,4.1483822,4.1954999,4.096818,4.3403492,4.2608643,4.1830797,4.1826401,3.75069,3.64749,3.900404,3.8227561,3.8013,4.6100502,4.406322,4.3730283,4.4119291,4.438375,4.3678579,4.2958889,4.5215821,4.4321203,4.2807598,4.2022772,4.0774651,4.0809631,4.2174959,4.145,3.6151559,3.4676521,3.4224958,3.4609408,3.4612501,3.3289518,3.3614099,3.591912,3.38008,3.4173698,3.488327,3.4586999,3.4391699,3.425262,3.5049,3.936558,3.7533402,3.6942842,3.695076,3.5969999,3.573251,3.470103,3.7194781,3.7511101,3.6001902,3.677551,3.4274099,3.5644178,3.528486,3.6619999,3.9647801,3.7907262,3.7969799,3.799824,3.89925,4.0549521,3.8039041,4.1050258,3.6335201,3.8314099,3.6008148,3.40767,3.5616372,3.401088,3.5940001,4.3224874,4.1707501,4.1393881,4.2355862,4.2660003,4.1487269,4.108923,4.4366517,4.1516199,4.1657,4.0946937,4.1110649,3.938205,4.1215138,4.0418,4.7348571,4.544744,4.569972,4.6103311,4.6332498,4.4800253,4.845789,4.1973662,4.7459497,4.7625599,4.444911,4.428165,4.6999927,4.555932,4.6931,4.5520992,4.3213658,4.2511921,4.32795,4.3218751,4.3063898,4.2927299,4.27842,4.3941698,4.0822101,4.0825949,3.9132452,4.0964127,4.0832639,4.3056998,3.244571,3.1057179,3.0843122,3.0606542,3.04175,2.9750268,3.041064,3.1412702,2.9774799,2.95702,3.036195,2.8259702,2.79233,2.7739921,2.9101,4.0998621,3.9012761,3.8252282,3.8443289,3.7716248,3.768182,3.793608,3.952038,3.9655001,3.82745,3.6755891,3.6110551,3.3948801,3.5878499,3.4679,3.7717469,3.6324718,3.6503279,3.6984301,3.6546252,3.7324872,3.544281,3.70386,3.71503,3.53969,3.6497562,3.37449,3.503751,3.5890739,3.6149001,3.7462649,3.6133101,3.6201,3.6581819,3.6136248,3.55861,3.5773921,3.779784,3.7842202,3.5033901,3.877893,3.6260698,3.465744,3.4787099,3.4445,4.5814171,4.4055181,4.3323717,4.3932242,4.3937502,4.4398532,4.1855578,4.4681158,4.3203597,4.1167502,4.136332,4.1364751,3.9076142,4.0944843,3.9921999,4.4968877,4.2834439,4.237596,4.2278461,4.2581253,4.4070621,4.3253727,4.6983957,4.7153697,4.5406899,4.5002828,4.3646398,4.132875,4.2641101,4.1939998,3.4173281,3.2415941,3.1326239,3.154824,3.1186249,3.0172558,3.057795,3.151758,3.0791202,2.9796801,2.8552549,2.7151952,2.8222001,2.8074479,2.6602001,4.2589192,4.0597982,4.0036917,4.03899,4.0357499,3.811621,3.6987209,4.0536118,3.89147,3.7310901,3.7955978,3.726135,3.877332,3.7447259,3.6241,5.648921,5.4196301,5.4180717,5.5066233,5.4556251,5.5023541,5.8507018,5.6080022,5.8625598,5.5213404,5.5604167,5.7609301,5.3893719,5.2683001,5.4298,3.965054,3.7558861,3.6578522,3.6904321,3.6662502,3.7026,3.8427479,3.94611,3.5209901,3.45873,3.4187849,3.4479899,3.459564,3.41241,3.7077,4.3141298,4.0891438,4.025208,4.0650482,4.0908751,3.9897332,3.796416,4.0378799,4.09904,4.2432499,3.9335918,3.667335,3.6809111,3.935874,3.9904001,4.1595941,3.9776559,3.8687882,3.8978641,3.8243749,3.83812,4.0324049,4.0990982,3.7501199,3.7688198,3.5580871,3.42804,3.6791601,3.6374218,3.5664001,3.8827169,3.7008121,3.6128399,3.647733,3.6542499,3.5934579,3.6165869,3.50721,3.87728,3.5846801,3.6677411,3.5390251,3.4168191,3.399864,3.3880999,3.751334,3.6169279,3.58776,3.6171598,3.5983751,3.568532,3.5369101,3.8456759,3.52297,3.4481702,3.7515621,3.552675,3.434741,3.608556,3.4425001,2.8993311,2.783314,2.740716,2.8332272,2.8048751,2.7147558,2.7382679,2.865618,2.86011,2.8744102,2.9557528,2.5974898,2.5329759,2.638128,2.6503999,3.6168001,3.3584421,3.3159721,3.3718021,3.355125,3.3317349,3.424356,3.5888338,3.4200101,3.3136399,3.4651098,3.25962,3.195575,3.4268939,3.3315001,4.2537127,4.0406361,4.030488,4.0640159,4.0551252,4.0161109,4.1415658,3.9986641,4.00983,3.8736501,4.1257591,4.1777401,3.822124,4.2421799,3.993,4.8343191,4.6230001,4.5678601,4.6267142,4.5770001,4.5915871,4.3775549,4.6125541,4.6775298,4.26261,4.2826099,4.2449398,4.1827273,4.042872,4.0124002,4.5605931,4.3284678,4.2606959,4.2735119,4.2166252,3.8971679,4.392765,4.1242919,4.0256701,3.85165,3.941222,3.8583298,4.0806541,3.7948081,3.6923001,5.0818777,4.9657722,4.9334998,4.9413447,4.8150001,5.0603409,4.8825269,5.1195121,5.0895901,4.7643204,4.5496597,4.415565,4.5286007,4.5924478,4.4851999,4.0272522,3.833472,3.728076,3.7297769,3.6671252,3.6751332,3.7312469,3.7498019,3.5666399,3.43486,3.5962369,3.646755,3.49582,3.7204499,3.4553001,4.662384,4.479084,4.3864923,4.4404378,4.39575,4.0472078,4.4227171,4.329834,4.24512,4.30056,4.2742171,4.2204747,4.2782083,4.4457722,4.1324,4.6297779,4.443306,4.2906599,4.4111552,4.3747501,4.5823913,4.3876171,4.4742718,4.4720497,3.99421,4.0727849,4.00386,3.967972,4.1527262,4.1574001,4.4768863,4.3148003,4.2847199,4.32795,4.3325,4.2737203,4.3954558,4.527966,4.5946999,4.1619601,4.3711181,4.4665952,4.4477463,4.5539942,4.1255999,5.3408079,5.1553822,5.1293879,5.2762289,5.2287502,4.9301453,5.1776013,5.3298421,5.0766101,5.1271,5.413703,4.9098001,5.1104479,5.1150961,5.1174998,3.3001931,3.155164,3.0755999,3.10761,3.1208751,3.09639,3.08763,3.2524199,3.3247499,3.0909998,3.134186,2.944515,2.940032,3.0328681,3.0675001,3.051538,2.91048,2.8539722,2.9146259,2.92225,2.8434999,2.8626392,3.0792542,3.00454,2.89608,2.947469,2.8970549,2.854027,2.981256,2.8518,6.2658319,6.1688242,6.195684,6.2847509,6.1801248,6.113162,6.0177784,6.0271802,6.08564,6.3059697,5.9549971,5.8062901,5.8784161,5.9423161,5.8832998,3.8442199,3.709656,3.7065601,3.717135,3.6422501,3.585835,3.570255,3.7331579,3.5619102,3.5053701,3.6062651,3.3594751,3.2844641,3.4423981,3.2976999,3.8698392,3.6533759,3.5341682,3.5122831,3.5976248,3.6057999,3.8366642,3.7337279,3.4762201,3.5548699,3.4967198,3.2472301,3.320411,3.484524,3.7707,4.44839,4.3604941,4.3521719,4.3545241,4.3568749,4.194828,4.345614,4.210134,4.0679102,4.1256599,4.235631,4.0819798,3.80688,3.916698,3.6536,4.7518449,4.4336581,4.275876,4.2376499,4.1488748,4.3733029,4.4679961,4.2835498,4.5046101,4.3810802,4.333077,4.3960347,4.0732379,4.312356,4.2943001,4.0828743,3.8794341,3.7571158,3.744483,3.7785001,3.746644,3.7630711,3.6898382,3.74792,3.4012001,3.4600961,3.2625599,3.7307632,3.3349919,3.4733,5.057766,4.8136821,4.6735921,4.5913682,4.46,4.809629,4.7878737,4.6966863,4.76267,4.5192399,4.529604,4.5110097,4.2672901,4.489326,4.3053999,5.4135551,5.216888,5.1452279,5.1554852,5.1222496,5.0020194,4.7596769,4.9725657,5.0912399,4.4348702,4.8896308,4.5795746,4.610898,4.496058,4.5082002,2.8727529,2.6897819,2.623632,2.6612699,2.7049999,2.675189,2.6485291,2.7510478,2.91643,2.6786101,2.696878,2.3283749,2.5971451,2.5970218,2.7402999,3.7079051,3.5538142,3.4583998,3.469455,3.4671249,3.457938,3.479229,3.5906579,3.4158299,3.2644701,3.382488,3.2632949,3.2375991,3.2960279,3.1933,3.6054292,3.4332139,3.3831599,3.4333351,3.509625,3.337301,3.4244728,2.9431381,3.55124,3.43519,3.5720391,3.396225,3.3383331,3.6662879,3.1844001,3.9795759,3.7889841,3.7680719,3.7971151,3.8716249,3.9898541,3.859128,3.9161279,3.76035,3.72559,3.551656,3.624285,3.6074719,3.5823419,3.6939001,3.9238169,3.757628,3.6934919,3.6825631,3.71,3.6487551,3.583359,3.824244,3.1740499,3.68907,3.5678968,3.4263601,3.5339301,3.6477239,3.5585001,5.1392813,4.9338799,4.9342918,4.9939771,5.1357503,5.4953361,5.3292332,5.7052441,5.3684402,5.0161099,5.2642636,5.0441999,5.2518668,5.3485742,5.0570998,8.1447868,8.0185604,8.1038761,7.8553257,7.7465,7.4491229,7.7776923,7.6415343,7.8963504,7.19488,7.3177152,6.9680099,6.9261322,7.0092359,6.9432001,2.8197339,2.6490459,2.61624,2.6608829,2.6486251,2.571492,2.7062099,2.6720459,2.66431,2.5142701,2.7888739,2.4707551,2.4780769,2.499408,2.5413001,4.3096089,4.1016059,4.1404438,4.2816391,4.3022499,4.1123061,4.1563082,4.405416,3.9035702,4.0985999,3.8854139,3.5548801,3.582855,3.92751,3.9999001,4.2389169,4.026968,3.9592078,3.9507539,3.9330001,3.9533119,3.853863,4.0813141,3.88223,3.9272199,3.7539599,3.9570301,3.7556891,3.850194,3.6779001,4.698278,4.5042758,4.434936,4.549572,4.5747499,4.169539,4.4403839,4.7359023,4.8118401,4.6026196,4.6976824,4.4190302,4.2739849,4.6878181,4.6891999,4.1528811,3.9512579,3.95274,4.0374422,4.0792503,4.073586,4.1093912,4.046658,3.9843102,4.0240202,3.9287958,3.7194149,3.7698002,3.7936859,3.7244999,4.3561888,4.1250558,4.0314121,4.0245423,4.0183749,3.9931211,3.965832,4.0823402,4.0783601,4.0640602,4.1026511,4.1163149,4.0348191,4.1937299,4.1321001,2.5773809,2.447376,2.43606,2.5326569,2.4602499,2.3482471,2.334033,2.4310498,2.5399001,2.48721,2.3555989,2.2039499,2.2789781,2.3647678,2.4035001,3.886142,3.692102,3.5531762,3.53847,3.5955,3.54772,3.728673,3.7604039,3.52198,3.41682,3.550566,3.2568901,3.364289,3.4249561,3.5527999,3.3214281,3.1502059,3.1986239,3.296982,3.3239999,3.1832681,3.2291999,3.417264,3.4900801,3.1851602,3.3409588,3.237885,3.3872581,3.0857038,3.2365999,4.5077109,4.3160062,4.3955998,4.4893289,4.5731249,4.3918161,4.5425248,4.9014301,4.8400002,4.8164601,4.7607932,4.329885,4.4307513,4.619988,4.5025001,5.2401128,5.0393381,5.005836,5.0353861,5.0050001,5.014966,5.1109109,5.534586,5.2726302,5.4754701,4.6925588,4.7303548,4.687427,4.970664,4.8653002,4.287415,4.0465322,4.0339198,4.0996199,4.1765003,4.097302,4.178772,3.962754,4.2245502,4.0440397,4.0798702,3.76929,3.9415009,4.0665359,3.7677,4.0908203,3.8290501,3.7861559,3.87516,3.9233751,4.0605178,4.0503063,4.4229722,4.4992199,4.4669905,4.2835908,4.2575402,4.2312398,4.4366941,4.6046,5.6417971,5.3928299,5.3421721,5.293128,5.3868752,5.2438979,5.467176,5.72223,5.9019399,6.2540503,5.4055281,5.370225,5.4911361,5.5766459,5.9415998,3.560082,3.330034,3.3246839,3.329103,3.34025,3.5108149,3.455478,3.4099679,3.6270301,3.40329,3.686162,3.2212949,3.6293082,3.4673879,3.2533,6.4422884,6.1534142,6.0770159,5.9825039,6.0380001,5.8989916,6.1450744,6.239562,6.2162104,5.8612404,5.4962158,5.3324246,5.2985258,5.3107324,5.3929,4.317555,4.0769501,4.0959597,4.1931448,4.2657499,4.2737203,4.2494402,4.5222659,4.2505102,4.3849301,3.9726138,3.7797902,3.6014979,3.93312,3.7704,3.954916,3.720108,3.7371838,3.8800621,3.9442501,3.815372,4.1914082,4.431294,4.3357601,3.8340502,4.1118069,3.4046252,3.5701861,3.7925639,3.5457001,5.1321568,4.9496918,4.8755517,4.84266,4.835875,5.0195637,5.0312338,4.9841938,5.1318297,4.7567296,4.8279366,4.6307101,4.6087351,4.4804521,4.5871,4.8133583,4.6145582,4.637424,4.8851008,5.0318747,4.9824171,5.1043591,5.6892843,5.5228801,5.3996801,5.431797,4.7428503,5.1872859,5.0884738,4.9875998,4.2638507,4.070786,4.06494,4.1370301,4.1126251,4.0524111,4.05054,4.0653539,4.2339001,3.90995,3.700768,3.7275,3.77598,3.646806,3.7465,4.6910167,4.4753318,4.5030479,4.5540867,4.6636252,4.8862219,4.787991,5.0465517,4.6542101,4.4920702,4.421258,4.3508849,4.4698911,4.1295724,4.4145002,4.2876887,4.1191597,4.2572641,4.211205,4.2787499,4.324419,4.3470178,4.5350342,4.2969303,4.2076101,4.4263811,3.9788702,4.024416,4.130796,3.97,4.321528,4.1233139,4.0204558,4.185792,4.2205,4.2133412,3.969342,4.257216,4.1024499,4.1462297,4.1560612,3.9818101,3.9044209,3.9266939,3.6408999,4.5123692,4.2859898,4.1778002,4.1905651,4.1298752,3.9688001,3.9306149,4.0199819,3.9686899,3.93503,4.0375781,3.9028499,4.0454278,3.7208581,3.6176,4.1394553,3.9235198,3.8718238,3.9372089,3.9125001,3.7846379,3.9164579,4.0863299,3.8132598,3.7265799,3.751889,3.4977598,3.6374452,3.6803641,3.7873001,5.7168732,5.5348697,5.6278205,5.8505368,5.928875,5.8276019,5.434299,5.5932961,5.6536698,5.4148598,5.7134533,5.5276198,5.4298511,5.7648363,5.7407999,4.280839,4.0748062,4.0615082,4.0797539,4.0901251,4.0611234,4.2082562,4.1842561,3.9301901,4.0707703,3.872988,4.033155,3.692344,3.91782,3.9779,3.528435,3.3620601,3.3735242,3.4304972,3.4576249,3.3327031,3.3319261,3.4371002,3.36831,3.2143102,3.3841231,3.26739,3.28982,3.2367661,3.2734001,4.0468431,3.895782,3.9197402,3.8622599,3.82725,3.8457429,3.906045,3.972558,3.83988,3.7898302,4.0280948,3.7237201,3.730248,3.8246942,3.9493001,3.914227,3.7691519,3.615612,3.5856838,3.679625,3.7254691,3.5992708,3.65484,3.6953402,3.8506601,3.683001,3.525795,3.511888,3.4791181,3.6963999,3.09483,2.8863602,2.727648,2.8493521,2.789875,2.849066,2.7610829,2.8409939,2.7289901,2.7704599,2.977989,2.9364302,2.7718329,2.856612,2.9540999,4.0261559,3.8685801,3.8598118,3.8661299,3.835125,3.8038769,3.8014469,3.8631179,3.77597,3.7242701,3.6441972,3.6201899,3.551646,3.7247341,3.8504,3.674614,3.4747541,3.353328,3.510993,3.548625,3.392719,3.259737,3.3209341,3.5100999,3.3624799,3.485384,3.4192202,3.3621259,3.415776,3.3826001,4.3744102,4.1935301,4.149816,4.171989,4.1316252,4.1430402,4.2611399,4.249578,4.0377703,4.13413,3.8664479,4.4378252,4.2577109,4.2444239,4.0555,4.62923,4.4904737,4.420548,4.4793959,4.5418749,4.4207349,4.6957951,4.291872,4.3523703,4.2323599,4.4038181,4.39572,4.2578139,4.3262277,4.3200998,3.9783428,3.8035901,3.75474,3.776475,3.7741251,3.6707771,3.596931,4.2158341,3.86782,3.5882001,3.764642,3.5209651,3.6074719,3.7665539,3.7495,4.364409,4.1762443,4.0938478,4.0994911,4.1081247,4.1006899,4.176549,4.193604,3.9628601,3.9991601,4.084775,3.9721501,3.690696,3.89079,4.2347999,4.729651,4.4686322,4.3901882,4.491909,4.4272499,4.1271892,4.4739628,4.5381117,4.3987899,4.3478599,4.1180201,4.1380501,4.3710113,4.2440162,4.2851,4.682797,4.4709101,4.4412718,4.5328021,4.5658751,4.258111,4.4610929,4.2582421,4.6323204,4.3579803,4.3242478,3.9429598,4.054801,4.017168,4.3466001,4.1345229,3.9220459,3.853344,3.940434,3.9226248,3.8010941,3.8997271,4.0919161,3.8623199,3.75089,3.6992421,3.665025,3.768564,3.848052,3.5455,4.0627351,3.867106,3.7323,3.9159238,3.846375,3.8401771,3.8008621,3.782064,3.7937901,3.92942,3.82372,3.70314,3.691417,3.614676,3.8597,3.7231121,3.4968641,3.4601159,3.435657,3.4844999,3.4643512,3.5366759,3.6088979,3.4768801,3.3499398,3.41715,3.22644,3.1913521,3.3242819,3.4017999,3.4885681,3.264642,3.1565158,3.331038,3.1837499,3.1074009,3.1450772,3.2055659,3.0310502,3.1607399,3.224874,3.1695299,3.1206939,3.0845821,3.3027999,4.0391707,3.8476763,3.7778399,3.8463929,3.7852499,3.7709649,3.840642,3.8543401,3.84109,3.48436,3.809768,3.740835,3.4692461,3.5953979,3.6801,5.3916349,5.1382303,5.1238441,5.2109551,5.1621251,5.171298,5.0025692,5.1721802,4.7908301,5.3229003,5.0356913,5.1779699,5.1338291,5.093472,5.1436,4.25385,4.0878038,3.9593401,4.0386033,4.1749997,3.9903381,4.076046,4.1458378,4.2011199,3.4832599,4.1980257,4.0157251,4.0955892,3.965148,4.0404,3.5829608,3.3939519,3.3353758,3.4426229,3.404875,3.4423289,3.3951058,3.449754,3.3400402,3.3914101,3.2908189,3.53808,3.294764,3.410778,3.3347001,4.4240041,4.2175159,4.1368799,4.1362557,4.085875,3.959362,4.0287781,4.1380858,4.1822,4.1169701,3.9992099,3.743355,4.0805511,3.983814,4.0620999,5.2820349,5.1232219,5.152884,5.208375,5.0971251,4.9870152,5.455359,5.3553782,4.9681501,5.3471003,4.9428229,4.8864899,4.8843627,4.8030782,4.6066999,4.359066,4.1633801,4.1389923,4.2571292,4.2513747,4.180429,4.1126671,4.3005357,4.0718699,4.1796699,3.966619,3.978765,3.993413,4.1656799,4.2571998,3.9158709,3.730962,3.5534399,3.562206,3.565125,3.6773109,3.5441642,3.8402038,3.7643101,3.3808498,3.464674,3.24681,3.3260758,3.43893,3.3136001,4.3934526,4.2042499,4.1774039,4.1922421,4.2137499,4.13941,4.1227288,4.2982559,4.1380901,4.0025702,4.0594869,3.9986098,4.3006616,4.0725541,3.7830999,4.0310879,3.852098,3.5831399,3.556401,3.6943748,3.664001,3.7789829,3.7596059,3.6540899,3.43156,3.5471871,3.473295,3.404047,3.3394799,3.7335999,4.5018201,4.2952361,4.2199078,4.2453899,4.2278748,3.953191,4.05054,4.216176,3.96209,3.79357,3.911792,3.6424501,3.8952541,3.8516219,4.1085,3.5920031,3.3824279,3.3385441,3.3917971,3.413625,3.3080192,3.573297,3.560334,3.4035101,3.3157301,3.2572472,3.280725,3.055289,3.3974161,3.2744,3.585016,3.4021258,3.2960401,3.3857338,3.3223751,3.321934,3.190707,3.346014,3.3539,3.18857,3.3141448,3.43875,3.1522119,3.358146,3.2427001,4.2960458,4.0674357,3.9908881,4.0262189,4.0235,3.8847051,3.9767129,4.1374021,4.1819801,3.7827899,3.8250282,3.95892,3.743638,3.6892381,3.5927,3.936558,3.7471762,3.698772,3.7140391,3.7740002,3.695945,3.5000548,3.6008041,3.7737701,3.54266,3.5235341,3.5891099,3.535166,3.4306679,3.4923,3.4803481,3.2835362,3.1363199,3.147471,3.24575,3.1848412,3.210129,3.274878,3.1091499,3.07461,3.170156,3.1559851,2.972271,3.125484,3.2225001,3.843261,3.6169279,3.5055239,3.5989711,3.6127498,3.5736139,3.3271289,3.5666039,3.4275999,3.4149501,3.582721,3.43119,3.010587,3.5434799,3.4916,2.966598,2.7985899,2.669436,2.8239391,2.6975,2.716934,2.6588252,2.7582302,2.7695801,2.6087599,2.8278959,2.9288702,2.6827381,2.760936,2.8006001,3.9906731,3.7221179,3.5486879,3.6642451,3.7608747,3.894506,3.980808,3.5255642,3.8302002,3.7339501,3.8226299,3.7646701,3.730866,3.678324,3.7644,4.143291,3.9538038,3.8330159,3.8718059,3.8817501,4.0332932,3.824496,3.800988,3.84956,3.8253601,4.0613399,4.0883851,3.6468182,3.70362,3.7691,3.983686,3.80493,3.7601519,3.8200769,3.85975,3.8221478,3.7740688,3.9057541,4.07374,3.61097,3.9256351,3.5700002,3.4865501,3.47718,3.6391001,5.5797362,5.3968501,5.4072475,5.5409369,5.5688753,5.4464521,5.7093658,5.4503403,5.4165101,5.6001,5.4522891,5.2057953,5.2748361,5.676096,5.4459,3.9888921,3.8081462,3.770844,3.6784351,3.901875,4.0728598,3.853044,3.9759779,3.65431,3.6428702,3.7656231,3.6006598,3.443084,3.7085159,3.9158001,3.729414,3.5170982,3.452064,3.507123,3.5411251,3.452251,3.7085488,3.541296,3.59128,3.69787,3.4267421,3.4319251,3.2461479,3.490134,3.3181,4.302074,4.1282721,4.046988,4.1549611,4.1389999,3.9213679,4.5466199,4.2300839,4.2011199,4.2740498,4.1208539,3.9614401,3.937175,4.0805101,4.0876999,3.8866899,3.673074,3.5381279,3.591876,3.5797501,3.6084619,3.5081279,3.6038818,3.7632098,3.7026,3.5064211,3.5097301,3.5079741,3.4970698,3.3577001,3.2486811,3.0726199,2.95086,3.1049008,3.0855,3.3074141,2.9942641,3.0940738,2.9748402,2.8659401,3.121433,2.9145899,2.9902959,3.0467401,3.0682001,3.8973761,3.7213142,3.5694118,3.497061,3.6057498,3.850462,3.6350729,3.9814501,3.77773,3.54618,3.4914882,3.318315,3.3762369,3.239826,3.4597001,3.8195601,3.592942,3.5201759,3.4867408,3.666625,3.4598742,3.585582,3.6828842,3.45752,3.4496,3.5856638,3.3169498,3.3070211,3.4007821,3.0934999,3.497062,3.3298998,3.3043559,3.339294,3.3656251,3.3020902,3.317652,3.2853661,3.2200301,3.2343299,3.375185,3.2785201,3.0195482,3.246048,3.5895,4.0201283,3.8602719,3.8175721,3.8150461,3.8413751,3.799521,3.7170901,3.8096519,3.7807,3.56323,3.9208391,3.6849751,3.373147,3.5706122,3.4971001,4.3271451,4.1984878,4.1228881,4.153542,4.1367502,4.6710839,4.1453099,4.2739739,4.1354499,4.1196098,4.256886,4.08009,4.132257,4.3174562,4.0556002,3.1193531,2.954834,2.8312681,2.92314,2.8915,2.9210608,2.8199341,2.9937541,2.9079599,2.68697,2.9356971,2.8236599,2.6793389,2.6411881,2.8171,3.9194329,3.7792022,3.696924,3.7631881,3.8216252,3.8358209,3.5607781,3.863688,4.12995,3.66608,3.441021,3.1556699,3.4138319,3.630384,3.6893001,3.7731171,3.5720379,3.4366198,3.5756221,3.57725,3.5236411,3.5033309,3.4862339,3.4662099,3.46258,3.5021701,3.2299051,3.3215442,3.479526,3.5850999,3.6041961,3.43911,3.3153119,3.315171,3.392875,3.4282932,3.5326979,3.5265899,3.4093401,3.2862499,3.263242,3.2581499,3.2701471,3.245436,3.3127,4.5868969,4.3654523,4.2847199,4.2557101,4.2636251,4.0037689,4.4043479,4.4197803,4.4800801,4.2046399,4.2553601,3.999975,4.1412177,4.049808,3.9909,4.1908302,3.9827478,3.8175721,3.984165,3.9115,3.9581518,3.7126439,3.98715,3.8173299,3.8429599,4.0218821,3.7892399,3.7276731,3.9699421,3.9895999,5.250936,5.091732,5.0249758,5.0729246,5.0623751,4.9161091,5.0705457,5.119626,4.97365,4.6317701,4.8758969,4.6092901,4.6163573,4.7456517,4.5697999,3.8790178,3.643996,3.6228721,3.6891422,3.697125,3.6831191,3.3341489,3.7163999,3.35588,3.50317,3.6407092,3.4870501,3.48861,3.3810961,3.7760999,3.6006341,3.3832321,3.273864,3.2986591,3.3035002,3.355572,3.5246251,3.2282519,3.1286199,3.1768,3.2509251,2.9890349,3.3919959,2.9591219,3.0488999,5.963336,5.690846,5.6762638,5.7201176,5.8135004,5.8669271,5.649579,5.7967858,5.5146298,5.7893,5.8238697,5.7090602,5.9520607,5.6019416,5.5914998,3.726948,3.5522058,3.3827641,3.3160741,3.4229999,3.3445611,3.5735312,3.862776,3.6803799,3.29142,3.2299969,3.2721152,3.1548901,3.305208,3.3202,3.036742,2.8543341,2.7911401,2.816844,2.86375,2.871814,2.824614,2.7947099,2.8101699,2.7936699,3.040664,2.8339498,2.7119899,2.784498,3.1765001,4.7954111,4.6204543,4.5670681,4.6033649,4.6078749,4.3275647,4.4298539,4.6221299,4.3530297,4.2996798,4.2209163,4.0324202,3.9891899,4.2518702,3.9907,4.1201382,3.9008739,3.6503279,3.6919799,3.7345002,4.0172,3.669471,3.794034,3.5268199,3.9872799,3.8454111,3.244395,3.364186,3.437196,3.7014,3.4462352,3.247088,3.18186,3.1794629,3.32725,3.1308751,3.4440119,3.0980642,3.4981101,3.1845,3.153697,3.0197999,3.0978281,3.1848481,3.2100999,3.2479961,3.063642,2.9861042,3.050334,3.0913749,3.0377049,3.0053792,3.110718,3.1596401,3.0755999,3.1808381,3.06411,2.9295259,2.8072438,3.0009999,4.3075542,4.129612,4.1774039,4.1224527,4.0901251,4.0106659,3.995784,4.2316799,4.2477598,3.8505499,4.025806,3.9052651,4.1226783,3.8894639,4.0840998,3.7129741,3.5528762,3.5184598,3.5093162,3.5311248,3.388484,3.4826219,3.6393359,3.8670502,3.77157,3.5034781,3.6238649,3.6952281,3.581322,3.2974999,4.8788438,4.7875519,4.702764,4.7637119,4.7981253,4.8143482,4.8560848,4.8916264,4.6960101,4.5207796,4.3264279,4.1191502,4.3111677,4.4168043,4.5588999,4.5025048,4.3074298,4.2695398,4.3884511,4.3814998,4.4052472,4.3130879,4.310226,4.3211298,4.26756,4.3571658,4.5105901,4.2178497,4.4230261,4.2044001,3.1853869,2.9856541,2.880372,3.058074,3.0439999,3.2414689,2.8251991,3.0267,2.8803501,2.94294,2.943327,2.8724849,3.0059521,2.9742179,2.9969001,3.9838231,3.8285141,3.7209482,3.685401,3.7595,3.8211801,3.7793341,3.8952658,4.0104899,3.7068901,3.653898,3.5434351,3.947166,3.5372581,3.7079999,7.610487,7.3599496,7.3385401,7.2530251,7.207375,7.3733768,7.5213451,7.7819819,7.7238698,7.5083799,7.296133,7.0659747,7.2315269,7.3570561,7.6996002,5.4306798,5.1457338,4.9752121,5.0084248,5.353375,5.4792428,5.5592551,5.2595038,5.4252,4.99301,4.822269,4.90413,4.7726083,5.0379839,5.3003001,5.8500371,5.6018701,5.7588964,5.7397261,5.932375,6.3014379,5.9117761,6.2589421,5.9346104,5.9907103,5.397244,5.413065,5.292964,5.340414,5.461,4.378931,4.1998281,4.2403679,4.3251119,4.3613749,4.392663,4.6826906,4.4991241,4.4338799,4.5315599,4.4873118,4.1168399,4.1970439,4.3242903,4.2301998,5.6800199,5.4792604,5.6183162,5.6065979,5.7564998,5.7643189,6.171165,5.8649583,5.8134999,5.6720405,5.5312052,5.3128948,5.2490859,5.364996,5.3320999,4.8803511,4.6527481,4.5613918,4.7186913,4.7937498,4.7415061,4.7080803,5.0025477,4.9084201,5.22192,4.9029288,4.9842453,5.136713,4.987494,4.8006001,8.7734795,8.6340218,8.6045523,8.3030853,8.182375,8.4050226,8.6647854,8.7001381,8.6315899,8.2592402,8.0309019,7.7953048,7.643424,8.0487185,8.0338001,4.1327419,3.8646939,3.831696,3.86871,3.9377499,3.9596038,3.9505048,4.09374,4.0401897,4.2077203,3.8627422,3.7377899,3.8424151,3.9436262,4.1419001,7.1452351,6.9493742,7.0200243,6.9828987,7.0786247,7.5260792,7.9097848,7.3251839,7.3720899,7.5655799,7.1069093,6.5068502,7.0499382,6.4262042,7.0235,4.7854099,4.5586801,4.5644279,4.6443872,4.61625,5.0081902,4.9646611,5.3063579,4.7887402,4.9740901,4.8907208,4.4700599,4.2809892,4.4615822,4.3337998,4.4279771,4.2393579,4.1911321,4.2215252,4.3603749,4.3205471,4.456881,4.3913937,4.3605099,4.6094403,4.4536309,4.2232051,4.2437029,4.2971582,4.3755002,4.3974261,4.187634,4.164072,4.1552191,4.1601248,4.1046829,4.5391321,4.2500339,4.3589697,3.9583499,4.1696863,4.1502299,4.1032109,4.1699643,4.0581002,4.3361874,4.12184,4.1463842,4.2101731,4.20925,4.245285,4.244175,3.8276639,4.0583401,4.1630602,4.279449,3.87429,3.9330549,4.0908122,3.8736999,4.9836493,4.8036318,4.8583918,4.844337,4.8566251,4.8292313,4.8398218,5.3426099,5.1916699,4.8498998,4.8512626,4.7174401,4.7120442,4.6699681,4.9267001,4.9931021,4.7670498,4.8102121,4.8522058,4.8361249,4.8576655,4.9969525,5.3168459,4.9187603,5.1631799,4.909905,4.7148151,4.6966968,4.762176,4.7451,4.7571878,4.5397863,4.5815883,4.6616731,4.7797499,4.8923931,4.9221897,5.1399179,5.3475399,4.8512201,4.7981801,5.0734949,4.6827922,4.6709881,4.4489999,4.1010952,3.9239218,3.944952,4.0219622,4.094625,4.2197542,4.232358,4.344882,4.2818599,4.0584502,3.9146259,3.7676101,3.6500111,3.771246,3.6333001,5.1180458,4.8411517,4.861692,4.8616228,4.8928747,5.0121832,5.3431563,5.4350638,5.2066302,5.10147,5.4601374,5.0334897,4.89044,5.1496739,4.9994998,5.7601652,5.5707822,5.4787917,5.3591757,5.4397497,5.8280859,5.9996433,6.0983162,6.09972,5.9812498,5.7328548,5.485095,5.4516869,5.5531864,5.5686002,4.8289762,4.5573401,4.5450239,4.6504502,4.7351251,5.403255,4.6705232,5.045526,5.0672598,4.7045898,4.7519641,4.703475,4.331562,4.2047462,4.3171,9.9052372,9.818984,9.3527279,8.6125565,8.4663754,9.4390888,9.5126848,9.5657396,9.8899899,9.5323801,8.9797478,8.2393503,9.131362,9.623394,9.4548998,4.8156872,4.581728,4.663692,4.571373,4.6693749,4.8268108,4.7888098,4.8742981,4.8860898,4.7052503,4.6021981,4.4283752,4.4460979,4.615602,4.7781,4.96488,4.7166662,4.705008,4.6271009,4.5780001,4.8580294,4.6620989,4.8255062,4.7447395,4.5636797,4.3969507,4.3297801,4.2320638,4.284102,4.2839999,4.7229381,4.5659161,4.578948,4.739202,4.849,4.8447189,4.7322993,4.9919462,4.6891899,4.3914199,4.5485697,4.2016797,4.3828559,4.1823058,4.3818002,3.9536831,3.7376618,3.7055039,3.680757,3.6907501,3.570226,3.69837,3.843282,3.8850899,3.7718999,3.7691112,3.63867,3.782572,3.7796099,3.9172001,6.0803342,5.9489298,5.8839002,5.8893661,6.010375,6.0140634,5.9827952,6.1758361,6.1377802,5.9370298,5.7517123,5.1195903,5.4659014,5.6209145,5.9180999,6.4490013,6.2001796,6.0558958,5.8818836,5.8713751,6.7424831,6.3499408,6.4601521,6.4704199,6.3411698,5.8571148,5.5383301,5.771914,5.6519222,5.7428002,7.159894,6.9168119,6.8789158,6.7068391,6.6479998,7.6031556,7.4395623,7.0666323,7.1311903,7.3667002,6.8553371,6.4237947,6.7668939,6.9991379,7.1062999,6.4084492,6.1869135,6.267096,6.1507201,6.2263751,6.2414217,6.1004968,6.6870117,6.1633,6.2975001,5.9027863,5.6524649,5.58569,5.6350923,5.7118001,7.624598,7.5031962,7.3909435,7.2122607,7.3256249,7.9645834,8.2027531,8.334198,8.2348194,7.8908501,7.7092428,7.5648298,7.4021983,7.530354,7.6061001,8.103961,7.849318,7.9916759,7.9363384,8.0802498,7.5960169,8.1878939,7.9420381,8.25319,7.7826099,7.4479704,7.306005,7.1606627,7.5115857,7.5689001,5.236825,5.0157537,5.0896559,5.0973063,5.1636248,4.9588218,5.4436588,5.1888242,5.3646998,4.69524,4.5148888,4.7169151,4.7843499,4.8597903,4.7964001,5.9674463,5.7137599,5.6666279,5.7531419,5.8606248,6.2955089,6.2324729,6.5819039,6.3348999,6.0666099,5.8839288,5.5115552,5.3988481,5.4987183,5.6876998,6.1370521,5.9664841,5.9704919,5.979279,5.901875,6.2572727,6.2816129,6.4778223,6.25702,5.7752199,5.7393951,5.4847798,5.4195514,5.4039598,5.5802999,7.6981673,7.5249043,7.4288282,7.2718592,7.1993752,7.5280151,7.8320971,7.5551219,7.1110601,6.7409101,6.3431458,6.5748897,6.2394314,6.8115602,6.8165998,5.6101499,5.4500484,5.488956,5.5849261,5.3973751,5.9000812,6.1642618,6.38343,6.0244799,5.7350698,5.6974301,5.3567848,5.2121091,5.3154244,5.1950998,6.625731,6.4244962,6.3184438,6.2908139,6.4923754,6.8031039,6.9356427,7.0365362,6.9102001,6.61133,6.513731,6.22545,6.204205,6.2592297,6.6034002,7.639257,7.3403859,7.007484,6.6308579,6.4768748,6.954596,7.5638161,7.6759624,8.0439701,7.72717,7.7262473,7.2821698,7.4255791,7.8471656,8.3788004,5.566721,5.362412,5.4175439,5.5197811,5.6017499,5.9081883,6.0478468,5.9136357,5.9784999,5.7421098,5.4218779,5.2894802,5.1943927,5.2243381,5.1526999,5.822226,5.631484,5.7361922,5.7159901,5.7781248,5.9668732,5.8736339,6.377388,6.6096802,6.1201797,5.8445802,5.6570849,6.0179811,5.8897862,6.1774998,9.6574039,9.3778563,8.9020796,8.3991899,8.1781254,8.9886055,9.0928888,9.4520817,9.3366899,9.31458,8.983017,8.5446901,8.4015045,9.2882223,10.0806,6.4263964,6.201386,6.129024,5.910522,5.8382502,6.6212406,6.2456942,6.5824738,6.6709499,6.4410501,6.130487,6.24687,6.2503486,6.2019057,6.2115998,10.234585,9.7644463,9.2685118,8.8007669,8.6052504,9.279006,9.450675,9.6062107,9.7377501,9.3488998,9.2243433,8.8978052,9.3930855,9.3679867,9.7219,7.3688188,7.0998559,6.834168,6.5760331,6.5038753,6.9582257,7.1209707,7.1647863,7.3144498,6.6897602,6.5669231,6.4289398,6.777297,6.6587644,6.4257002,4.793767,4.5874901,4.6693678,4.7056618,4.7119999,4.991734,5.0091209,4.7857199,4.6598196,4.6807199,4.4753222,4.3885798,4.581131,4.2060719,4.3660998,5.17449,4.9149861,4.8296161,4.7143049,4.6998749,4.7649798,5.0783849,5.1243,4.8710198,4.5966802,4.6652002,4.7312999,4.6511707,4.7377977,4.7293,4.1906934,3.9824798,3.9976201,4.0202847,4.0663748,4.2397189,4.0164928,4.0688882,4.05053,4.3139801,3.924109,3.6933749,3.769491,3.7850158,3.8641,7.3916979,7.2134881,7.3060684,7.300755,7.2160001,7.4758639,7.1988931,7.5895495,7.7190304,7.1586905,6.8613319,6.6244502,6.3835278,6.4665956,6.7105999,7.2874413,7.0849819,7.02636,6.7193518,6.7056251,7.0313101,7.0967517,7.0998058,6.8545399,6.8183503,6.3986268,6.3831596,6.1650648,6.22404,6.6949,5.4873981,5.2662001,5.2800002,5.3688512,5.3839998,5.659049,5.645484,5.7418375,5.5103397,5.3404999,5.1711783,4.650135,4.7713718,4.8764157,5.0917001,5.3016262,5.0937419,5.0932202,5.1236219,5.1611252,5.4345937,5.5193582,5.597856,5.4060597,5.2880301,5.034492,5.1186447,4.7919722,4.886106,5.1827002,4.3257751,4.1016059,4.132524,4.2447448,4.3150001,4.102263,4.1697631,4.2047758,4.1975999,4.1996899,4.1624918,3.9161851,3.9734311,4.4328179,4.0781999,3.939024,3.6801763,3.7184398,3.7491271,3.7883749,3.803514,3.86919,4.0400462,3.81986,3.6900599,3.837563,3.4821148,3.621686,3.642216,3.4960999,4.4186611,4.2326579,4.2283559,4.2815099,4.3511252,4.6196589,4.810689,4.6106162,4.8821301,4.3863602,4.6190929,4.2628946,4.1402912,4.0450139,4.2360001,5.3114901,5.0578299,5.11764,5.11098,5.1333752,5.1281009,5.263947,5.1844921,5.40661,5.28297,4.8778591,4.5706501,4.8022718,5.1789484,4.9475999,7.8314681,7.5743504,7.5308642,7.467165,7.4223752,8.050251,8.4014187,8.2948675,8.3809004,7.83706,7.7845621,7.7719946,7.3174291,7.8043261,7.4966998,5.8457904,5.6080341,5.5983839,5.625948,5.6012497,5.9747381,5.853159,6.3826323,6.3664703,6.1732001,5.9331965,5.2682695,5.2571201,5.6111221,5.4509001,4.2406983,4.0102181,4.0735202,4.2314582,4.311625,4.3301058,4.3942862,4.6286283,5.1386504,4.5041699,4.4739046,4.5463948,4.2846971,4.2660484,4.1402998,6.6180587,6.2974644,6.1876321,6.2736568,6.278625,6.1465583,5.9588099,5.9900155,6.22611,5.9156899,5.7535653,5.5050449,5.7365851,5.597352,5.9316001,4.1837063,4.0182581,4.0163641,3.9982262,3.948375,3.949682,3.9459422,4.102632,3.8149102,3.9556,3.9609509,3.87135,3.8862929,3.8233681,3.8139999,7.5841832,7.4876518,7.2848158,7.2120032,6.9518752,6.6742392,6.529068,6.7600861,6.5252004,6.1708899,6.3385677,5.9894099,6.2340746,6.2313838,6.5359001,5.239017,5.0018182,4.9295397,4.9893332,5.0739999,5.0650597,5.4877682,6.0648003,5.6163802,5.06143,5.0319848,5.0445147,4.751081,4.5305338,4.4507999,4.0105381,3.763658,3.3480482,3.409986,3.3225,3.4852839,3.4448309,3.4652581,3.5159299,3.5926001,3.606374,3.58764,3.8908248,3.650274,3.6294,3.8705242,3.68098,3.4960198,3.530601,3.446125,3.6500859,3.5655749,3.6529019,3.6505702,3.3979001,3.6735179,3.72981,3.4546201,3.5128801,3.5423999,8.0283365,7.6485863,7.36692,7.3674483,7.2385001,7.0584135,7.2916741,7.3300862,7.3436003,7.0132699,6.781435,7.1506052,6.8900824,7.2833099,7.1546001,8.3620434,8.7504683,8.6004601,8.2566452,8.171875,8.1151066,8.3905382,7.9991517,8.5640497,8.5366602,8.2846537,8.300355,8.3471203,8.0699339,8.5885,4.8917222,4.6806202,4.6683121,4.6077509,4.6532497,4.8545203,4.593771,4.8408957,5.0507598,4.6862202,4.6237803,4.6363797,4.5990529,4.8972239,4.8839998,5.1539402,4.960278,4.321548,4.6276169,4.570375,4.7494922,4.4218984,5.0220423,5.0618696,4.62286,4.8465762,4.931325,5.262579,5.138658,5.2273002,7.5128059,7.3855438,7.2704282,7.380219,7.3346252,7.4943767,7.2240477,7.4256182,6.29497,7.0665097,7.065598,6.8690996,6.731977,6.4758778,6.9115,3.4655519,3.31918,3.2945879,3.4506211,3.384625,3.3892102,3.3451471,3.471642,3.3821702,3.2553399,3.515686,3.4217401,3.2929101,3.5621459,3.3998001,2.8954952,2.7340019,2.7364922,2.803299,2.7706251,2.6523199,2.691,2.8686962,2.7728801,2.7233801,2.9762449,2.743125,2.685725,2.879766,2.7881999,3.6925611,3.4165981,3.1631162,3.0275009,3.0543752,3.279947,3.319875,3.5221441,3.47633,3.2014399,3.7680209,3.1792951,3.1373801,3.210654,3.257,4.9600849,4.8177018,4.7438159,4.8800702,5.0414996,4.9544663,4.8918867,5.038002,5.5725999,5.04878,4.6816592,4.8080549,4.8146319,4.8213358,4.8368001,4.5697718,4.3225722,4.3420081,4.337625,4.4100003,4.2783179,4.3691311,4.455348,4.7983103,4.5680799,4.3913922,4.3514099,4.2444239,4.2564597,4.5282998,5.7070088,5.4550061,5.2908244,5.293644,5.2208753,5.1516957,4.8387694,5.1164341,5.0935497,5.13623,4.9502349,4.9963198,5.1968646,5.2179122,5.4871998,4.4012618,4.24579,3.9742558,4.1180673,4.0446248,4.2814641,4.1976089,4.1948581,4.8136001,4.7572799,4.4156985,4.16325,4.0431619,4.3264322,4.4235001,12.49577,12.504344,12.398364,11.998677,11.832251,10.907304,10.912941,10.720788,11.054231,11.04917,10.660853,10.077165,10.137877,10.729585,10.725,8.4611206,8.3575802,7.8780241,7.526763,7.3796248,7.7256079,7.7129908,8.37216,8.0830202,8.1641998,7.5408382,7.0549498,7.19661,8.0087337,7.6661,9.0532341,8.8748198,8.7975359,8.5974627,8.7038746,8.357954,8.818758,8.782218,8.3589001,8.48353,8.5619497,8.1930447,8.3973837,8.2591448,8.3603001,6.7117667,6.5101223,6.418632,6.3586683,6.289,6.1562381,6.2283778,6.298842,6.4967098,6.11831,5.619277,5.759985,5.6971359,5.8213439,5.9285998,4.7270479,4.4912782,4.4283361,4.3649731,4.3911252,4.4047632,4.4262271,3.9478199,4.3070498,4.3685398,4.4191866,4.3567653,4.2033272,4.2240243,4.1385002,6.6736813,6.4897542,6.3699236,6.2117372,6.2648749,6.3148694,6.9618511,7.3157225,7.3769298,6.8987598,6.589704,6.0497851,5.571064,5.8511281,6.2529001,7.3856697,7.2787461,7.0971117,6.8426762,6.77425,6.8862309,7.0474949,7.1530442,6.8565202,6.5595202,6.869616,6.3563848,6.329041,6.6261239,6.4752002,6.5702462,6.4261041,6.3189716,6.2368917,6.2383747,6.1762033,6.3904233,6.7394519,6.4784503,6.4029899,6.0841618,5.9829001,5.787673,5.8458242,5.9379001,5.1920261,5.0664058,4.8825479,4.873878,4.872375,4.892756,4.8477783,5.6239619,5.1669197,5.0282102,5.1990824,4.5222449,5.1356831,4.9358821,4.8940001,5.180655,4.9697919,4.845192,4.6385818,4.8613749,5.0834522,4.9615021,5.3591404,5.5761199,5.32092,5.2532549,5.1475201,5.168231,5.3231759,5.1241002,3.586112,3.36742,3.3328679,3.3218789,3.331125,3.4284141,3.3670261,3.395262,3.4551001,3.31936,3.454864,3.218775,3.2521219,3.3066361,3.2750001,4.5453858,4.2979159,4.140708,4.1371589,4.1844997,4.1480012,4.220541,4.4467983,4.4454298,4.54707,4.7623191,4.5366302,4.4485698,4.441998,4.5072999,8.2689085,8.0797977,7.907196,7.5917788,7.3825002,7.3805156,7.1117282,7.3584723,7.3289704,7.26649,6.995729,6.7632599,6.9423027,6.9524221,7.0686998,4.4951072,4.3343639,3.788136,3.97965,3.6063747,3.785969,3.8647439,3.885576,4.2439098,4.0624099,4.0984001,4.3498354,4.1422477,4.322556,4.2309999,4.8040419,4.5904379,4.188096,4.242939,4.2012501,4.2539973,4.5338669,4.2508321,4.3996701,4.4744701,4.3052821,4.52319,4.5380769,4.0425658,4.6394,5.2727189,4.9963241,4.7450042,4.5201597,4.5041251,4.71416,4.7318311,4.7300878,5.3108001,4.83285,4.7485852,4.4906402,4.6869116,4.8497944,4.6764998,5.6841302,5.5199962,5.4900122,5.5271339,5.5097504,5.6726007,5.915637,6.1240802,6.2069702,6.2270999,5.7801609,5.4889803,5.756464,5.9848499,6.0658002,6.8168459,6.5885119,6.5522161,6.4854751,6.3638754,5.9517479,6.3461971,6.038352,6.2371101,6.1909099,5.9665508,5.8276048,5.7815962,6.0523739,5.7659001,3.9360099,3.74664,3.8338082,3.8818681,3.97475,3.9017661,4.0959358,4.1731982,4.27636,4.0232501,4.1093001,4.2200551,3.9874389,3.9317942,3.9625001,4.5490847,4.267632,3.9811201,4.025445,3.9467499,4.2301602,4.1563082,4.1327281,4.4422402,4.1182899,4.2760701,4.4870696,3.924094,4.2340202,4.1248002,4.7571878,4.595798,4.5199442,4.428441,4.3363752,4.3722138,4.4325452,4.659636,4.6379299,4.3948302,4.4294333,4.6014147,4.4022202,4.443222,4.5439,5.0879059,4.86621,4.890996,4.9186411,5.0056248,4.8097501,5.006547,5.6915641,5.9770703,5.7519002,5.1583161,5.0166903,4.8348198,4.9070163,5.0106001,4.948988,4.7310042,4.579608,4.775322,4.9656253,4.856214,4.9406757,5.0195341,5.1033401,4.7489204,4.9753046,4.9303799,4.858407,5.1291723,5.1257,5.9164824,5.748734,5.7707758,5.8141589,5.7627497,5.6849427,5.8833451,6.192822,6.2069702,6.0076504,6.0945172,5.4869847,5.8733692,6.0067801,5.6192999,4.5627847,4.384078,4.2824759,4.284348,4.302,4.2748089,4.3745131,4.7224498,4.9345999,4.4944897,4.477066,4.3907852,4.1561532,4.4528098,4.4162998,4.9735112,4.8100643,4.849812,4.960566,5.0292497,4.708231,4.9158721,5.1589561,5.0398698,5.2918801,4.7962179,4.5186753,4.658278,4.482492,4.6336002,4.8837762,4.691206,4.5595441,4.5010681,4.563375,4.3324051,4.711122,4.9635601,4.7570601,4.5585103,4.7097812,4.3308301,4.5914307,4.7258644,4.7631001,4.1016431,3.8684459,3.7656958,3.781893,3.78725,3.9767861,3.8972702,3.6475439,3.65574,3.3410301,3.7452402,3.1941001,3.6076779,3.7547219,3.3043001,5.9878588,5.806488,5.7746043,5.8722091,5.9280005,5.9114552,6.0543985,6.2784362,6.5697498,6.5791001,5.98628,6.08181,6.3506708,5.9299741,5.7241998,7.4522519,7.2259498,7.0019403,6.7421851,6.5855002,6.7262688,7.0443363,7.0665178,7.0918102,6.7239699,7.2375998,6.1493254,6.2552929,5.8660197,5.8487,4.6926608,4.5647101,4.3857002,4.3469129,4.2895002,4.194344,4.2564602,4.4950199,4.62957,4.41958,4.8029761,4.6017299,4.7602482,4.7741098,4.7006001,8.52003,8.3890696,8.0283718,7.6914959,7.5827498,6.971415,7.95015,8.2908773,7.9296799,7.6287203,7.1469121,7.2690454,6.9068708,7.2432241,7.3274002,4.2339849,4.0179901,3.8356562,3.7940187,3.7058749,3.7560818,3.7443509,3.942234,3.9303,3.7010601,3.759192,3.8391151,3.76774,3.96066,3.9184,4.6132011,4.376842,4.3915081,4.5317702,4.4616251,4.492609,4.3288827,4.62498,4.6205502,4.29176,4.2626629,4.28022,4.2445273,4.2179041,4.1381998,5.5360332,5.3311896,5.4295559,5.3831697,5.4376249,5.4097891,5.5165501,6.7078738,6.3641601,6.4918699,6.464572,6.30231,5.9659662,6.0551281,6.3183999,4.4725022,4.334096,4.337256,4.377615,4.335,4.1400151,4.1935139,4.2578998,4.10883,4.1792297,4.0657001,3.9345601,3.8972111,4.0630679,4.0592999,7.3933415,7.2721801,7.0354676,6.8695083,6.8173747,7.0763216,7.1519761,7.2728581,6.9393497,7.1381202,6.5951543,6.82479,6.4139128,6.5038257,6.6845999,3.4129441,3.1904058,3.0489359,3.065556,2.9547501,3.1558008,3.300921,3.4420021,3.6517799,3.1752601,3.3773651,3.2283299,3.110291,3.60162,3.1227,4.1872683,4.1231799,4.056756,4.2105598,4.0071249,4.048902,4.0934787,4.3612981,4.4277201,4.20783,4.0331087,3.837435,3.6806021,4.2516661,4.0005999,6.74999,6.6366181,6.2401676,5.8722091,5.8613749,6.0892043,6.41745,6.8369222,6.7181401,6.6126499,6.7981124,6.0456901,5.508131,5.4747481,5.9603,4.0775309,3.8683121,3.6806879,3.5827169,3.4779999,3.6143909,3.5992708,3.657804,3.8885002,3.88696,4.005641,3.9386551,3.876199,4.07796,4.4562001,7.8363996,7.5987382,7.0437841,6.6576896,6.5275002,6.8092752,7.0588436,7.83009,7.1294298,7.2547202,6.5494828,6.3416848,6.312458,6.4500718,6.8351998,7.165648,7.0363398,6.914556,6.6476283,6.7233748,6.8433971,6.7492619,6.7345495,6.4302697,5.9320798,6.536294,6.3328652,6.1344743,6.3979502,6.2379999,4.547441,4.4116821,3.970428,4.003644,4.0430002,4.8132591,3.9914551,4.3489857,4.2880201,4.48558,4.4596262,4.5604649,4.4749384,4.648344,4.5784001,5.8300347,5.7417665,5.738832,5.7735238,5.7801251,5.8488979,6.0883293,5.9539919,6.1429501,6.0035801,5.7044058,5.4361649,5.6991959,5.9572082,6.1501002,4.741981,4.6286283,4.451304,4.4497261,4.460875,4.4877691,4.4538388,4.7389803,4.7915998,4.7094302,4.7263489,4.8558297,4.641077,4.6396737,4.6838002,8.7353945,8.5600538,8.2837915,7.8735147,7.5987501,8.6506529,8.9362259,9.1222801,9.2674999,8.6781206,8.1351061,8.0918255,8.1922083,8.345232,8.5335999,6.7761574,6.5938721,6.636168,6.6602702,6.7616248,6.9843621,6.8571358,6.9603839,7.04495,6.8158197,6.5430522,6.399435,6.5275221,6.4760823,6.5809002,7.7014551,7.6121378,7.6214161,7.4857407,7.4432497,7.7281489,7.7352209,7.768188,7.4271998,7.4456797,7.2022843,7.2090898,6.977838,7.1929379,7.3413,8.3167219,8.1284399,8.144268,7.981101,7.9936247,8.4525757,8.0453882,8.2256699,8.2109499,8.1976404,7.7177453,7.9499702,7.6825638,7.6841702,7.6364999,6.771636,6.5369225,6.4809361,6.545073,6.573875,6.4828167,6.6403351,6.7989602,6.7604899,6.6426797,6.2206297,6.1934252,6.0993509,5.9845438,6.0387001,6.7630053,6.638226,6.7917957,6.6451769,6.7772503,7.0995541,6.9495659,6.943398,7.4232402,6.9794998,6.7353282,6.6739049,6.7540193,6.3890762,6.5812998,8.2460299,8.0622444,8.0769482,7.9229221,7.8388748,8.7322073,8.126586,8.5157995,8.2776098,8.6318102,8.1606121,8.0980196,7.7299438,7.51332,7.8653002,6.2019901,5.9931498,5.9971561,5.9334836,5.91325,5.8842297,6.2948337,6.5366459,5.9429698,6.1976199,6.1654763,5.765655,5.5847631,5.706696,5.7547002,5.6248088,5.463448,5.5198445,5.6045341,5.611125,5.7275348,5.5732951,5.404398,6.0696902,5.59724,5.6124101,5.359725,5.324585,5.4887223,5.4271002,7.5630851,7.2351961,7.045764,6.9094982,6.7880001,7.1455336,6.807528,6.825294,6.96311,6.8256102,6.5265932,6.624135,6.3948579,6.4293661,6.4632001,5.3339581,5.0402761,5.0022717,5.081955,5.2076249,5.4004722,5.358366,5.7150478,5.24997,5.5026398,5.2954383,5.3613,5.014452,5.1211138,5.3316002,4.4831877,4.296174,4.2441959,4.2797041,4.3369999,4.2923541,4.3343821,4.3405499,4.7277999,4.2456698,4.4315038,4.1816249,4.2535911,4.040628,4.4324999,5.3525901,5.0985661,5.0738163,5.0672493,5.1986246,5.2043309,5.24862,5.2192621,5.3287296,5.1164298,4.9924183,4.4692202,4.7092633,4.7435098,4.7121,4.8699389,4.704874,4.714776,4.7834492,4.8715,4.9053397,5.1547856,5.4144297,5.0220499,4.8323002,4.8356757,4.6414204,4.6616769,4.6153979,4.48,4.5057931,4.2768779,4.1746321,4.205142,4.263,4.4405789,4.4530201,4.621788,4.5269399,4.2195997,4.3004861,4.123455,3.98404,4.1481361,3.9979999,5.5722008,5.3415079,5.3251443,5.4427681,5.5310001,5.2517629,5.4305549,5.729754,5.44203,5.0251298,5.0500789,4.8818703,4.7721963,4.761054,4.7972999,5.8485303,5.6696739,5.6096039,5.504817,5.3920002,5.6407781,5.8966827,5.985456,5.6753402,5.3649201,5.2229528,5.0901899,5.105092,5.1349859,5.1485,3.7026989,3.516026,3.4547038,3.4333351,3.440125,3.44245,3.673449,3.2132039,3.6974299,3.6212001,3.7118859,3.401475,3.442054,3.4656541,3.5256,4.9439192,4.6795478,4.6738563,4.7103062,4.7275,4.7382388,5.1182818,5.2813921,5.1015801,4.49614,4.5770192,4.3413301,4.5787621,4.4483223,4.3242002,4.2960458,4.0539021,4.0467238,4.1192284,4.197,4.1346908,4.160871,4.2156062,4.2323599,4.16471,3.942966,3.6793051,4.0105109,4.0070701,3.6382999,6.7113557,6.5753803,6.6228361,6.6275039,6.6501245,6.5675173,7.0192981,6.6913438,6.71627,6.3643799,6.3125167,5.761035,5.8049769,5.915082,5.8539,6.5475039,6.325336,6.282012,6.223218,6.1014996,6.3284211,6.5677953,6.6711659,6.7516899,5.9327402,5.8141689,5.3590951,5.6109252,5.6695681,5.8403001,4.2871413,4.0402341,3.9218521,3.9751351,4.0568752,4.0393429,4.4137077,4.608108,4.2697601,4.0615301,3.8008299,3.8274601,3.8203731,4.2556443,3.8484001,4.1031499,3.8285141,3.6762002,3.584136,3.5797501,4.2203588,3.8322179,4.102632,4.1225801,3.71701,3.7022941,3.439065,3.4610059,3.3861959,3.6945,3.6129642,3.3950241,3.480444,3.3377459,3.3748748,3.418371,3.3750992,3.536052,3.45873,3.3294799,3.3754029,3.2341051,3.2870388,3.2281981,3.2121,5.6616616,5.442812,5.2753801,5.2189531,5.217,5.4079738,5.3550901,5.6059499,5.5725999,5.1702199,5.0262079,4.8294754,4.5150051,4.8833523,4.6012998,4.706635,4.5774398,4.5576959,4.559763,4.592875,4.8194299,4.9049907,4.7620077,4.5859003,4.48734,4.5156517,4.3125601,4.5875168,4.359684,4.6139002,5.5395951,5.2436876,5.32092,5.5058489,5.6717496,5.4879551,5.4621449,5.2028461,5.3915401,5.52739,4.9796653,4.9449749,4.57938,4.8829441,5.1556001,3.8012021,3.632338,3.677784,3.7275841,3.8347502,3.74616,3.8610001,4.0107479,3.82657,3.7351601,3.762898,3.70524,3.900404,3.414042,3.6788001,4.1990499,3.9704201,3.9069359,3.8460059,3.8837502,4.0227661,4.1109123,4.0267081,3.77476,3.8027,3.891736,3.58617,3.6929622,3.5034959,3.5848999,4.206996,4.005126,3.9795361,3.9871321,4.0805001,4.2696061,4.2685108,4.4896617,4.0832,4.08529,4.1983533,3.9948299,3.915648,4.0651078,4.0788002,4.1619229,4.0841861,4.085928,4.0761418,3.9966249,4.1642151,4.21668,4.2430797,4.3176103,3.8412001,4.2607012,4.0766249,3.8114121,3.9783061,3.8783,4.111918,3.9189639,3.9095762,4.069047,4.1116247,4.213583,4.2445259,4.3502398,4.2495198,3.9221599,4.2949271,3.924165,3.59882,3.96576,3.8419001,3.5663838,3.308594,3.172092,3.2509291,3.3013749,3.4244211,3.5566831,3.530694,3.56884,3.41418,3.46838,3.0956099,3.319896,3.451272,3.1733999,4.0679412,3.82235,3.696528,3.5927789,3.5836248,3.8706689,3.8649781,4.1712599,3.7823498,3.7100801,3.6767879,3.4710898,3.5032361,3.5581679,3.5371001,4.522644,4.3063579,4.17978,4.0366678,4.0246253,4.3815308,4.1224952,4.3627801,4.2648101,3.94438,4.0569797,3.7009349,3.761045,3.78267,3.8494,4.5159311,4.2721882,4.2566042,4.3697457,4.447125,4.5583119,4.6612802,4.9257116,4.3507199,4.4387202,4.1275029,4.243155,3.8205791,4.0065598,4.0093999,4.0913677,3.8508921,3.790776,3.7953091,3.7928751,3.7635839,3.8893139,3.887172,3.70733,3.6741102,3.7571208,3.5376599,3.5763659,3.4735081,3.5787001,5.6152191,5.4835477,5.5977235,5.586216,5.6062503,5.455164,5.4698668,5.75529,5.4738202,5.1841903,5.0186872,4.8921604,4.7930021,5.0500202,5.0757999,3.8128469,3.6113,3.5745599,3.5827169,3.58675,3.724138,3.6028981,3.798594,3.6576099,3.50471,3.672864,3.487155,3.7360158,3.3884401,3.5651,5.4886308,5.274106,5.2291799,5.205924,5.1902504,5.3784504,5.2689776,5.4221821,5.30937,4.8053503,5.1802249,4.415565,4.3917141,4.5212522,4.7547998,4.0689001,3.844996,3.8210042,3.8636789,3.8777499,3.9594829,3.846843,4.092258,4.1477699,3.95648,4.071259,3.6952651,3.6027341,3.705864,3.6875999,4.5105877,4.3214998,4.2445922,4.2237182,4.2452497,4.2772288,4.5651059,4.5847378,4.01302,4.20123,4.2633171,4.22646,3.939132,4.028388,4.0205002,4.1110959,3.848882,3.634356,3.5058329,3.487,3.7555981,3.8883779,4.2014699,4.3222299,3.9257901,3.924109,4.2427349,3.5075619,3.7862399,3.8071001,5.1174979,4.90239,4.9365358,5.03616,5.0931253,4.8471389,4.936698,5.3074985,5.0068703,4.6726899,4.615387,4.7213249,4.2826366,4.512888,4.6894999,5.3788939,5.2549443,5.2848835,5.3238297,5.4344997,5.566,5.6948581,5.7854996,5.5949297,5.01864,4.8370929,4.7790747,4.7787876,4.7537103,4.9147,5.3143673,5.1125021,4.9843202,4.9128361,4.94525,5.1627069,4.9090858,5.5562458,5.2049799,4.4797502,4.6208367,4.7099853,4.7394419,4.79145,4.5462999,3.798188,3.6166599,3.5979238,3.5996161,3.6642501,3.619957,3.7400219,3.9328859,3.87937,3.5780799,3.5094731,3.52212,3.379945,3.3856859,3.7433,4.0105381,3.86657,3.8454239,3.847296,3.806375,3.859416,3.9764791,4.190412,4.2468801,4.0489902,4.1218352,3.9318302,3.885778,3.7292221,3.8473001,3.6972189,3.4853401,3.3966241,3.4303679,3.5287499,3.6335089,3.757221,4.4909158,3.5752201,3.4291399,3.481678,3.31569,3.241307,3.0998819,3.3017001,5.306284,5.0509958,5.1014042,5.1285238,5.1773748,5.3439651,5.3119173,5.5791602,5.1230302,5.0121498,4.9039102,4.5668702,4.8408971,4.9027319,5.1673002,4.4568839,4.2196598,4.2043319,4.2888632,4.3685002,4.3528538,4.6273499,4.4863558,4.4292598,4.2886801,4.0506582,3.824625,3.8405609,3.9558659,3.9860001,5.9766254,5.806488,5.7673445,5.5645442,5.667625,5.5820928,5.9802208,6.2961063,5.8017302,5.53861,5.3997507,5.2937851,4.8533597,5.2182178,5.5472002,4.5522361,4.3139958,4.1620922,4.2639661,4.3352499,4.4941821,4.8178263,4.9584303,4.8313098,4.5503702,4.3758054,4.24998,4.255033,4.2676802,4.2754002,5.815239,5.6525216,5.5011001,5.328474,5.274375,5.7194281,5.9199662,6.2761564,5.81988,5.4713998,5.4922919,5.3709602,5.3716559,5.1387601,5.7410998,6.413518,6.245338,6.240828,6.2666912,6.2876248,6.1718469,6.493032,6.441,6.5465398,6.0698004,6.278945,5.7441301,5.7028008,5.812674,5.6728001,5.7137218,5.5198617,5.542284,5.5693169,5.678,5.9754639,6.1559548,6.2281623,5.9861999,5.41365,5.577857,5.2125154,5.3952432,5.5350299,5.5952001,4.0957518,3.8673742,3.810312,3.8427808,3.9164999,3.9965091,4.3133221,4.2167459,3.9296401,3.8883901,3.8604529,3.5496299,3.5784261,3.6673081,3.7065001,5.8438721,5.5210681,5.3720036,5.2465591,5.2156253,5.3461432,5.7067924,5.8126321,5.5741401,5.1508598,4.9164448,4.6866751,4.6931949,4.76085,4.7069001,5.248333,5.003828,4.9459081,5.0266142,4.9712501,4.9583378,5.180409,5.3122864,5.0342603,4.6888599,4.5959849,4.297965,4.4025292,4.242384,4.2944999,5.755096,5.6135278,5.5131121,5.5488062,5.5232501,5.8184061,6.0439863,6.099,5.8087702,5.4626002,5.4381189,5.1421647,5.2753506,5.2803359,5.2224998,4.6899209,4.4107442,4.413156,4.5647941,4.7581248,4.7585669,4.8789001,5.0425615,4.6647696,4.4317904,4.5980558,4.290195,4.3975849,4.6363082,4.5219002,5.093523,4.8822899,4.7110801,4.6783142,4.8183751,4.9209485,4.9093199,5.05305,5.0488901,4.7520003,4.6464524,4.4899054,4.6163573,4.4648457,4.5162001,4.8550062,4.6152282,4.56984,4.5311251,4.5423751,4.7327943,4.8175921,5.0406237,4.8785,4.6104298,4.4890561,4.2270904,4.2577109,4.3295941,4.2768002,3.8139431,3.6307302,3.5892119,3.6976559,3.7622499,3.7459178,3.7153349,3.7941482,3.86848,3.4641199,3.6296999,3.27075,3.460079,3.3509042,3.2054,7.1574283,6.798758,6.809484,6.8057823,6.9639997,6.9305172,6.8218017,7.2649918,7.3961802,6.8397999,6.6316686,6.6463947,6.3975363,6.763824,6.6560001,4.955564,4.712512,4.75068,4.8255029,4.9221249,5.0878081,5.2025218,5.2584782,4.9266796,4.89995,4.292202,4.3453202,4.3192019,4.3681498,4.2722001,5.8397617,5.6348343,5.6911802,5.7580442,5.7872496,5.6876049,6.1370006,5.8065901,5.9591398,5.87609,5.5816722,5.581275,6.1649623,5.597352,5.8586998,5.7903051,5.5358076,5.4595203,5.4637947,5.5028749,5.4194689,5.6892419,5.7035341,5.39011,5.0548301,5.0191231,4.982985,4.9686174,4.9691339,5.2108998,6.866714,6.6044579,6.4623241,6.355443,6.3552499,6.33919,6.6286354,6.41991,6.39925,6.1821098,6.254529,5.717145,5.6548028,5.62989,5.6443,4.3470101,4.0949063,4.1808362,4.3916759,4.6903749,4.3794742,4.9677033,4.8823924,5.2916598,5.1244597,4.9229851,4.6824746,4.842751,5.3723402,5.1907001,4.1160278,3.8735383,3.7957921,3.8084671,3.9680002,4.006794,3.8430989,4.1101561,3.7869699,3.78092,4.2792311,3.669435,3.5467019,3.6379321,3.8176999,4.2061739,3.993736,3.9845519,3.9823589,3.973,3.9542799,4.0833001,4.3383842,3.9983902,3.7664001,3.8523872,3.5556152,3.7344711,3.9137399,3.6373999,4.6277227,4.3966742,4.2806277,4.2372627,4.2276249,4.306632,4.4155798,4.6881361,4.7007399,4.1884699,4.417007,4.2780147,4.0670581,4.165782,4.0207,4.833086,4.65516,4.6213198,4.6568999,4.6558752,4.6532969,4.7802691,4.818552,5.04141,4.5528998,4.5091119,4.0400853,4.131742,4.172616,4.0881,5.1732569,4.931468,4.8486238,4.9118042,4.9811249,5.0654225,5.5776238,5.3576579,5.2813201,5.2824197,5.1846938,5.3251801,4.8176188,4.8378601,5.1641998,4.4344158,4.2503462,4.3160043,4.5000358,4.6687498,4.6946788,4.9274554,5.1628318,4.81569,4.7139397,4.8637981,4.7001147,4.1446171,4.6264138,4.6866999,3.904911,3.6758881,3.6525722,3.6877232,3.7672498,3.7635839,3.8588939,3.93699,3.80952,4.0170898,3.8562021,3.67542,3.7656798,3.638442,3.6482,4.1626081,4.0100842,3.8994119,3.9366932,3.8807499,3.8903918,4.0567408,3.7933502,3.81194,3.6027198,3.9895089,3.6922202,3.682971,3.7653298,3.6642001,3.7224269,3.51683,3.3414481,3.394119,3.3399999,3.3464971,3.3758008,3.4691341,3.45279,3.1808701,3.1151109,3.0127649,2.9553788,3.1500659,3.174,3.8435349,3.6804438,3.570864,3.5993581,3.5337498,3.5503821,3.6120238,3.5823359,3.68291,3.3162801,3.454428,3.2866051,3.34338,3.445662,3.4201,3.9891658,3.7446301,3.528492,3.4344959,3.243875,3.5828099,3.4970129,4.7646303,3.50174,3.5020702,3.7005501,3.501435,3.094326,3.78777,4.3115001,4.646492,4.376708,4.3112521,4.2486148,4.1913753,4.4060941,4.2688622,4.4665198,4.2590899,4.0731897,3.9339192,3.6019199,3.6474359,3.6531301,3.7007999,5.3201213,5.1894178,5.0991597,5.1690302,5.0942497,5.0557427,4.861701,4.9946818,4.8695898,4.7328601,4.5993643,4.4806652,4.4395061,4.3344898,4.6018,6.159657,5.9655461,5.9126759,5.9401922,5.8723745,6.0293093,5.774652,5.846262,5.6449804,5.2650399,5.710619,5.3545799,5.1096244,5.5761361,4.9698,6.0711551,5.9273558,5.8963079,5.9465132,5.7773752,5.7243886,5.4662399,5.5137239,5.69382,5.1679101,4.7769251,4.7325597,4.8093791,4.7256598,5.1440001,3.837781,3.614918,3.577332,3.5485318,3.5016251,3.3890889,3.315897,3.6230342,3.4200101,3.15821,3.26019,3.0896251,3.002965,3.06918,3.1080999,4.1619229,3.9418781,3.9037681,4.0126739,3.944875,4.0881057,3.8510551,3.9284401,3.8189802,3.6456199,3.5816312,3.508785,3.3943651,3.8661058,3.5078001,4.8144541,4.5830684,4.54146,4.5475078,4.4425001,4.219512,4.2997499,4.2127562,4.4942698,4.1103702,3.9479799,3.6881251,3.728394,3.7552321,3.6013999,4.7254038,4.4747963,4.5050278,4.5511203,4.4836249,4.4338031,4.3183532,4.413054,4.3958201,4.2470999,4.197917,4.143405,4.2149658,4.1176381,4.0454001,4.2961831,4.078424,4.1021643,4.2164941,4.210875,4.136869,4.2190199,4.3680239,4.1595402,3.8094099,3.894788,3.8115001,3.7392089,3.749316,3.6865001,3.6755729,3.4267821,3.3075242,3.3969572,3.2579999,3.4175239,3.4437778,3.6824281,3.85077,3.4945898,3.4953032,3.07461,3.3141282,3.505434,3.2902999,6.7021766,6.4885478,6.5375643,6.6589804,6.7956252,6.9887185,7.0925398,6.9402061,6.8241801,6.39012,7.1371021,6.62466,6.3407826,6.7387319,6.6556001,4.1801438,3.9712238,3.8561158,3.8580029,3.7556248,3.8137991,3.9959009,3.974154,4.2494102,3.7243798,3.481787,3.4851601,3.613034,3.7213681,3.6315,3.8634,3.640244,3.6049199,3.7295189,3.644875,3.5615139,3.600558,3.778188,3.5542102,3.4134102,3.3449919,3.27474,3.3293719,3.33285,3.5055001,5.3224502,5.0613141,5.022336,5.0408039,5.0683746,5.1823087,5.360589,5.3135395,4.9937801,4.7224097,4.7716928,4.2346501,4.409945,4.4196601,4.1504998,3.3965039,3.2307401,3.229116,3.1856551,3.09325,3.1486621,3.0890338,3.231672,3.23785,3.17922,3.1193619,2.9253001,2.9682539,3.1341541,3.076,5.7978396,5.6405964,5.6437922,5.5681562,5.5809999,5.5644269,5.4702177,5.310462,5.7183504,5.4539099,5.3374028,5.2717352,5.3187137,5.0079961,5.1792998,3.6028261,3.3948898,3.3546479,3.392442,3.4301252,3.4160719,3.4194419,3.5612459,3.4816101,3.4122,3.3240638,2.9676149,3.265409,3.205554,3.1829,5.3914981,5.1713281,5.1494517,5.2981591,5.1837497,5.225143,5.1509252,4.9243441,5.2037702,4.96738,4.9313779,4.539885,4.4945078,4.640286,4.3442001,5.5738449,5.3803682,5.3557682,5.4210963,5.3539996,5.5466399,5.2759976,5.360508,5.2788997,4.81954,5.1597328,4.9466553,4.7997999,5.1863942,5.0728002,3.9057329,3.6599422,3.4867799,3.6401219,3.638375,3.4400299,3.801096,4.4767799,3.8852,3.8306398,3.522444,3.3161101,3.3604779,3.5868299,3.4312,5.1606531,4.923696,4.7861881,4.7439752,4.7810001,5.0930109,4.7352242,5.144136,4.96452,4.6674104,4.657352,4.4502149,4.3974819,4.6159081,5.0153999,5.3710852,4.9718018,4.670424,4.605042,4.434,4.6990352,4.552002,5.165112,4.6217599,4.4797502,5.0458279,4.35498,4.4310598,4.7830858,4.5932999,4.2415199,4.0213399,3.9658079,3.9652021,3.9105,4.000865,3.9708629,3.8025839,3.76739,3.6676199,3.70491,3.50175,3.6025281,3.5128801,3.483,8.5103035,8.3731241,8.3342161,8.2182026,8.0080004,7.7713456,7.6699352,7.2410522,7.5489702,7.36692,6.9236803,6.905745,7.0864,6.9039721,7.1167998,4.1094518,3.910522,3.8171759,3.8227859,3.7188749,3.7058671,3.646539,4.1220117,3.9879401,3.5999701,3.7060001,3.2424002,3.3701601,3.352128,3.1487,3.054415,2.9189219,2.9812202,3.0160201,2.8283751,2.8381758,2.892942,2.9698138,2.9366698,2.8506501,2.95172,2.7741001,2.776571,2.7644041,2.7512,5.7687964,5.4456258,5.2265401,5.1000152,4.9388752,5.0671167,4.923243,4.9788361,5.0922303,4.7272501,3.9888549,3.95913,3.8721819,4.1418118,4.2985001,3.734483,3.4679201,3.4160278,3.4250791,3.3756251,3.377352,3.526731,3.4335659,3.4535601,3.2756901,3.3166521,3.174885,3.2287412,3.0695879,3.1577001,7.8303719,7.6046338,7.1920204,6.8370004,6.6170001,7.4742913,7.2041583,7.37181,7.6700797,6.9182301,6.4823394,6.0894752,6.4473882,6.4123321,6.697,4.17028,3.9481759,3.7988279,3.8026619,3.8387501,3.785969,3.943485,3.837924,3.7896101,3.49371,3.654443,3.3968551,3.3625381,3.42873,3.3125,3.9202549,3.6854019,3.57654,3.5725257,3.497875,3.540339,3.4161661,3.7647362,3.74418,3.3872299,3.48909,3.2202451,3.3672762,3.37569,3.3508999,7.8180423,7.6441636,7.6372561,7.63551,7.6832495,7.8061938,7.4244685,7.7775359,7.2799101,7.58846,7.0234151,6.5852847,7.1669459,7.3981619,6.8067002,3.8614819,3.6275139,3.5744281,3.5691719,3.525125,3.6574671,3.5011079,3.489198,3.8141401,3.4342,3.514596,3.44526,3.3070211,3.2973542,3.2407999,7.4134812,7.0824361,7.0414081,6.9730949,6.9823747,6.7682557,7.2468634,6.6834779,6.7318902,6.5832801,6.1483626,5.9721899,6.298759,6.2698383,6.0809002,5.0936599,4.8936801,4.9089479,4.9461179,4.8418751,4.8097501,4.862052,4.859364,4.5571899,4.5716,4.533637,4.3947754,4.3681269,4.4259839,4.3111,3.689136,3.4892259,3.4075801,3.394119,3.3591249,3.396349,3.3103981,3.4638901,3.39691,3.13203,3.8402879,3.0590699,3.0050249,3.109062,3.1176,4.8966537,4.6224642,4.5645599,4.569438,4.5485001,4.6497879,4.6836271,4.6345563,4.56533,4.2676702,4.3775487,4.3294649,4.2213521,4.4314923,4.2953,6.6383352,6.3901916,6.290328,6.4463882,6.3357501,5.7989249,6.400485,6.493896,6.3545899,5.8536496,5.5728431,5.600595,5.6138091,5.3860078,5.7491002,3.9456003,3.713408,3.6165359,3.6007771,3.5185001,3.606405,3.6082802,3.7221,3.58006,3.31584,3.628392,3.2606702,3.1240928,3.478404,3.3968,6.5409284,6.302824,6.010488,5.8208671,5.620625,5.7785969,5.8999586,5.8998423,6.01788,5.5101199,5.1304121,5.070765,5.0532827,5.0891881,5.0597,3.8590162,3.6368937,3.6079559,3.5935531,3.5387502,3.5986612,3.575871,3.692802,3.6995199,3.6017301,3.6766791,3.3280799,3.3913779,3.4570861,3.2293,3.9202549,3.7010801,3.5872321,3.627867,3.5067499,3.5770018,3.4843771,3.4503238,3.58688,3.43519,3.511544,3.1468499,3.1282132,3.22524,3.1103001,4.22645,3.9932001,3.8904359,3.8939941,3.8157499,4.2801332,3.7215359,3.7703221,3.9301901,3.62483,3.4008,3.1695299,3.1996949,3.22065,3.2149999,6.9016495,6.6472039,6.480804,6.3479609,6.2454996,6.4171143,6.4738436,6.3451257,6.37186,5.58778,5.7646832,5.3026047,5.30862,5.2979817,5.4580998,3.5754261,3.4314721,3.342108,3.384186,3.2947497,3.522794,3.3187048,3.2721422,3.49371,2.9783602,3.3323479,3.291225,3.188159,3.3004138,3.4906001,3.6762578,3.541888,3.4516683,3.423789,3.3423748,3.7332129,3.5559809,3.6970201,3.95175,3.1340101,3.561466,3.4170151,3.364392,3.550518,3.4444001,6.5070891,6.2474823,6.2747521,6.3879509,6.3981252,6.3549199,6.275178,6.1710477,6.5951605,6.0145802,6.541853,6.2477102,6.4445043,6.2283244,6.1195002,4.08671,3.8831861,3.8569081,3.8520689,3.7902501,3.9067268,3.2912099,3.8012159,3.84846,3.61515,3.5847919,3.4721398,3.4073429,3.517674,3.5351,3.4544551,3.2914419,3.2049599,3.2889838,3.2550001,3.2233188,3.1998329,2.9894218,3.3259602,2.97418,3.3773651,3.1981952,2.9101622,3.0954959,3.0118999,3.5974832,3.4251738,3.4279079,3.5293109,3.429625,3.4123211,3.4975979,3.9359641,3.65959,3.3564301,3.534543,3.2400899,3.2633488,3.3494759,3.3292999,4.2515211,4.0583239,4.0991282,4.1015553,4.0362501,4.2418971,4.1267071,4.07094,3.97474,3.7067802,3.624577,3.6513751,3.6538219,3.6386461,3.7813001,10.054156,9.8456497,9.8730717,9.5999222,9.4598751,9.3805246,9.4228296,9.0249243,9.0945807,8.5240107,8.6410837,7.8199797,8.107851,8.2995358,7.9068999,4.9324112,4.6633339,4.606668,4.4912639,4.72225,4.6107049,4.5741148,4.8660898,4.6051502,4.3650198,4.173501,4.2166953,3.967869,4.0168619,4.1813998,10.002096,9.8083973,9.8017921,9.4331245,9.2973747,9.8739634,9.7684469,9.7262526,9.7488604,9.3023701,8.8975611,8.9393845,9.0001402,8.9316301,8.6413002,4.508122,4.3101101,4.215024,4.292604,4.1993752,4.1511469,4.1502237,4.1742239,4.0820999,3.8523099,3.9358809,3.2594099,3.62045,4.0916281,3.8055,6.3769388,6.2694578,6.080976,5.9205842,5.727375,6.2777219,6.3708839,6.617928,6.89502,6.1944299,5.84022,5.7637649,5.7490482,5.6583481,5.5516,4.769381,4.5476918,4.5108361,4.56144,4.57125,4.5135422,4.4876518,4.5488281,4.4731503,4.2102499,4.3283901,3.8176951,4.0826111,4.0109463,4.0009999,4.21138,4.0368838,4.0208521,3.9921632,4.1261249,3.999655,3.998709,4.2173162,4.0293002,3.75419,3.9711971,3.7009349,3.6706109,3.8714101,3.9642999,5.318614,5.1024523,5.011116,4.9977183,5.0291252,4.9741888,5.5634665,5.2736397,5.52596,5.1024599,4.6862373,4.64499,4.5095463,4.4403663,4.6736999,5.3697152,5.0811458,5.0144162,5.0951133,5.0430002,4.6848779,4.8351417,4.8756657,4.8167901,4.4717197,4.4315038,4.4365649,4.2375231,4.3136821,4.388,3.9739592,3.8081462,3.74418,3.7853761,3.71225,3.703568,3.7688041,3.7688401,3.9256799,3.5245099,3.4113729,3.5036402,3.3845799,3.591624,3.5237,4.5327821,4.3141303,4.173708,4.3236933,4.244875,4.3685842,4.4331303,4.4271903,4.31321,4.2474298,3.924109,4.1169453,4.470818,4.369884,4.2823,8.4934521,8.1233482,7.6781759,7.316493,7.0493751,7.4349661,7.4003668,7.2965698,7.29597,6.4605198,6.3054318,5.9791198,5.8364949,6.0262623,5.9857998,5.055985,4.8319058,4.7661238,4.763454,4.8008747,4.514873,4.8440342,4.7533441,4.9914703,4.08848,4.394444,4.187295,4.2583294,4.1340599,4.0994,6.1774669,5.8887639,5.7728882,5.7268262,5.7436252,5.851439,5.4771214,5.9010963,5.8391299,5.4267402,5.148942,5.1790204,5.1125083,4.792572,5.2238002,3.1407251,2.9687703,2.9655118,3.0393691,3.0371249,3.1220419,2.9859569,3.126564,3.08429,2.76122,2.603683,2.7412348,2.6178479,2.6806619,2.6308999,4.5173011,4.32619,4.3210201,4.2864118,4.3259997,4.386734,4.30794,4.4143081,4.3677702,4.0871601,4.2560139,3.936975,4.0589209,4.033896,4.0387001,6.8108177,6.5696177,6.5398083,6.5738401,6.5218754,6.4713216,6.6051183,7.043262,6.8226404,6.9686103,6.7867761,6.72504,6.5720181,6.2196541,6.6248999,4.6353951,4.347764,4.2486839,4.2268138,4.2251248,4.290297,4.3095779,4.180038,4.3552299,3.8877301,3.6790769,3.8143349,3.7577488,4.1029501,3.8564,4.6259422,4.3970761,4.3121758,4.2382951,4.2655001,4.3854032,4.2468662,4.7966642,4.3850398,4.0530601,4.3179259,3.7553248,4.0948682,4.092546,4.1348,8.0003891,7.8032217,7.8920159,7.8816419,7.804625,7.3013821,7.1683559,7.2270298,6.95189,7.02812,6.4714389,6.1036501,5.958344,6.1288738,6.0387998,6.1367784,5.9487963,5.9747157,5.9748931,5.8917499,5.9195619,5.751018,6.0318542,6.3530498,5.5806298,5.9924932,5.444355,5.5936208,5.3342943,5.3027,4.1783628,3.9413419,3.8244359,3.8541329,3.7442498,3.6925571,3.694392,3.8648279,3.7618899,3.9213898,3.5816312,3.5282099,3.395395,3.6571081,3.5955,5.5193191,5.3332,5.28198,5.3614979,5.4869995,5.3450537,4.8309302,5.6794801,5.6461902,5.5650101,5.4945812,5.1870003,5.1915088,5.3432703,5.1931,5.4650669,5.25213,5.2034397,5.1149793,5.0362496,5.1008759,4.9526095,5.0952301,4.7133904,4.9453802,4.7352867,4.5798903,4.3097258,4.3189859,4.1817999,3.9175148,3.734714,3.6430681,3.7113302,3.6998749,3.5502608,3.4328969,3.70842,3.6025002,3.4600499,3.5294199,3.3860402,3.3853011,3.5170622,3.5235,3.6740658,3.5082538,3.4585321,3.4980929,3.521625,3.4125631,3.3569639,3.5302379,3.43101,3.2818501,3.2354472,2.9088149,3.0195482,2.9735041,3.0834999,3.3655419,3.202466,3.1151998,3.1295402,3.0753751,3.1400709,3.17538,3.2093282,3.1245501,2.8974001,3.0173378,2.7097349,3.041075,2.9013901,3.0678,3.3965039,3.1567719,3.1111081,3.1370218,3.1607499,3.227191,3.102138,3.22734,3.1574399,3.00069,3.0881879,3.001425,2.986485,3.01563,2.9818001,5.9892287,5.7641439,5.6509204,5.6388483,5.6412501,5.5329671,5.3349662,5.7743278,5.68788,5.4579802,5.6914349,5.1231599,5.3499231,5.2683001,5.1749001,4.9169302,4.7533822,4.6593361,4.6833453,4.650125,4.6554751,4.5428762,4.6652222,4.5834799,4.4332199,4.3601093,4.280745,4.0058761,4.1733298,4.0338998,4.0046468,3.7704921,3.7271521,3.7460308,3.7345002,3.7620111,3.7665811,3.8806739,3.71052,4.0882597,3.6438699,3.5625451,3.4485428,3.580302,3.7112999,4.4287992,4.2191243,4.1718602,4.1641197,4.1485,4.3589039,4.2372718,4.1144881,4.2543602,4.0123601,3.9859121,3.660825,3.5957298,3.465348,3.5806999,6.7319055,6.4795699,6.3860283,6.290556,6.3096247,6.9760127,6.800859,6.3208442,6.5658998,6.2748399,6.702301,6.3684597,6.5238137,6.4537439,6.4533,4.625668,4.4324522,4.4073482,4.3884511,4.631,4.6432538,4.421196,4.673202,4.3996701,4.5402498,4.326973,4.2691946,4.317966,4.0978498,4.1682,4.3868771,4.1352401,4.0663919,4.0366678,3.9849999,3.7266791,4.0311179,4.1336398,3.9993799,3.9796898,3.8369091,3.6942151,3.7487881,3.6396661,3.9484,4.1646633,3.9374561,3.849648,3.77841,3.9881251,4.0445461,4.002336,4.2560763,4.1984801,4.1093802,4.1684871,3.7006199,4.0351281,4.1969938,4.3193002,4.4627748,4.2653542,4.2213597,4.2238469,4.1607499,4.540525,4.2383251,4.4079242,4.53299,4.1957302,3.976974,3.5964599,3.8027599,3.7880759,3.8887,5.4365711,5.180306,5.106288,5.0992408,5.115375,4.9856839,5.1671882,5.3103476,5.0022502,4.9732099,4.8296809,4.66431,4.5617666,4.377738,4.4653001,4.4500341,4.2439141,4.1896801,4.2234597,4.1481252,4.1124272,4.1065831,4.1775298,4.3643603,3.71228,3.984931,3.8752351,3.7420931,3.807456,3.7413001,4.0706806,3.8713942,3.848592,3.8586481,3.881875,4.038012,3.9799891,4.1069641,4.0036697,3.81249,3.8892291,3.6526349,3.81512,3.7072918,3.7602999,3.4170539,3.1780782,3.02478,3.032145,2.9554999,3.04194,3.0390751,3.1625879,3.2311401,3.06141,2.9783158,2.9330699,2.9513621,2.9420879,2.9430001,5.0640678,4.8741159,4.7917318,4.8155699,4.7096248,4.6280079,4.743999,4.859478,4.5527897,4.49581,4.4981031,4.2129149,4.1415267,4.4483223,4.5556998,3.9979341,3.7660699,3.673296,3.7718308,3.7573748,3.8169451,3.8944619,3.9276421,3.8480198,3.6382499,3.655206,3.5898449,3.4641991,3.53736,3.6055,4.3689299,4.1103158,4.0067277,3.9897118,3.8742499,3.8453801,4.4368739,4.0006018,3.9122601,3.8347099,3.8462832,3.631845,3.637136,3.5661242,3.7242999,3.8564129,3.6067441,3.5220239,3.4961581,3.4467502,3.5202532,3.8993759,3.6360302,3.55949,3.5336399,3.489635,3.4716148,3.3229861,3.3185699,3.5276,3.6936569,3.4640338,3.331548,3.275955,3.2264998,3.3007591,3.3810661,3.503448,3.50823,3.8206301,3.389246,3.26424,3.0920601,3.2925599,3.2711,5.854558,5.6881661,5.5593119,5.5575781,5.5633745,5.9413424,5.4258747,5.7482224,5.7325401,5.91855,5.4324512,5.433435,5.2111821,5.5888863,5.3541999,4.077805,3.8683121,3.7511759,3.8897371,3.8163753,3.7955282,3.8970361,3.985554,3.94768,3.7183301,3.8294969,3.6097951,3.5002489,3.787056,3.6436,5.5160308,5.2786622,5.2448883,5.2648768,5.2340002,5.1974339,5.2689776,5.3859301,5.1538301,4.8725595,4.9926362,4.8484797,4.7838349,4.9303741,5.0295,5.067904,4.8320398,4.7549043,4.7702909,4.7718754,4.5728321,4.830111,4.083138,4.68468,4.2430301,4.3502989,3.8041499,3.699554,4.1149859,4.0976,4.730473,4.5329523,4.4524922,4.436697,4.3912501,4.229434,4.7275019,4.6848297,4.4303598,4.2965999,3.963131,3.9442201,4.456192,4.1222281,4.1782999,6.1896601,5.9178419,5.9246879,5.9385147,5.885375,5.9712286,5.8358426,5.69943,5.9714599,5.51507,5.3398008,4.6293449,5.0243397,5.1879244,4.8058,7.762146,7.6349182,7.5622802,7.4725828,7.74575,7.618886,7.7905617,8.0794086,8.4758301,8.2093,8.3164816,7.5292349,7.7797956,7.392756,8.0630999,4.9615917,4.7984061,4.7017078,4.7482319,4.6903749,4.886343,4.7374468,4.9605961,4.8215203,4.6019602,4.4620237,4.6269302,4.4281759,4.4906516,4.684,7.3786831,7.3004541,7.3355041,7.3604822,7.3501248,6.8956695,7.1361809,6.8203921,7.1057796,7.0029302,6.703064,6.2144251,6.1409631,6.1208162,6.3964,4.7071829,4.4617982,4.3693323,4.3319488,4.2536249,4.4521952,4.4046988,4.503684,4.8631001,4.31145,4.1446161,4.1829901,4.0917778,4.3454041,4.0549998,5.8679838,5.6791883,5.6963282,5.8006144,5.8130002,5.771337,5.6144791,5.7703381,5.7444201,5.5869002,5.289988,5.2796102,5.1634932,5.4398642,5.1047001,4.2368622,4.0173197,3.99894,4.1141973,4.0666251,3.8983781,4.0393081,4.2377219,4.03931,3.9022498,4.0615582,4.0204501,3.9940312,3.6938281,4.0525999,6.045125,5.8772402,5.9235001,5.9751506,5.9268751,5.7833161,5.9384522,5.818902,6.2857304,6.1241398,5.7127986,5.7179852,5.3334432,5.3440857,5.0395002,4.521822,4.260932,4.2770638,4.3033109,4.31425,4.4311409,4.3342648,4.3107958,4.29737,4.1787901,3.9750121,3.81423,3.8949451,3.95046,3.8847001,4.3613949,4.1665959,4.0856643,4.048665,3.976625,4.0332932,4.0113449,4.4546638,3.8529701,3.8697999,3.996485,3.6561,3.6922412,3.775224,3.6127999,5.073658,4.8041682,4.7023683,4.6256819,4.6529999,4.704843,4.781322,5.030592,4.6921601,4.5764399,4.3640327,4.2176399,4.1863322,4.3792677,4.2125001,3.502131,3.2962658,3.2848201,3.3376172,3.3023751,3.343472,3.197844,3.2919781,3.4768801,3.1649199,3.063118,3.0052049,2.9535251,2.969322,2.9477,4.7311578,4.515398,4.4840403,4.3943853,4.4301252,4.3866129,4.5469713,4.467432,4.0830898,4.05757,4.1409101,3.6113698,3.8814518,3.8876278,3.8448999,3.1508632,2.9814999,2.9636638,2.9666131,2.937875,2.9023061,2.7919712,3.0195179,3.0944102,2.9007001,2.928067,2.9347501,2.9351909,2.8667099,2.5806999,4.4571581,4.2226081,4.1368799,4.14993,4.0968747,4.391211,4.1109123,4.211616,4.1495299,3.80072,4.1273942,3.9219599,3.7584698,3.679038,3.6012001,7.211132,6.9658561,6.7356958,6.5301089,6.3522501,6.3833547,6.4801621,6.3431878,6.3917699,5.6391501,5.8749914,5.3661299,5.2219973,5.1658921,4.8287001,4.3694777,4.1340337,4.0137239,4.1267099,4.1313748,4.184906,4.1557231,4.2878823,4.1894598,4.2069502,4.1159487,3.955245,4.0278149,3.9722879,3.9600999,4.038486,3.756958,3.689136,3.7056541,3.6286249,3.664001,3.8132641,3.720732,3.7068901,3.70821,3.3708251,3.4639499,3.451324,3.5788739,3.4012001,3.7929821,3.5792739,3.4878359,3.5342131,3.4380002,3.7380528,3.512574,3.5447161,3.1543601,3.19275,3.3358359,3.201345,3.273855,3.551028,3.7672,4.9363837,4.713048,4.581192,4.5530548,4.5089998,4.5505676,4.7365108,4.4813399,4.5594997,4.4254098,4.1911588,4.0859699,3.6833832,3.984936,3.5555,4.2191892,4.0455937,4.036428,4.0071273,3.9547501,4.1434031,3.8673179,3.8720102,3.83691,3.56686,3.7545049,3.9412799,3.5415521,3.7044358,3.687,3.4678812,3.2303381,3.1291919,3.077424,2.9484999,3.0467799,3.0926611,3.1563179,3.1870301,3.1544702,2.9058311,2.73105,2.7819271,2.887008,2.7635,4.2341218,3.9793983,3.8448961,3.83775,3.7016249,3.7505162,3.7349911,3.976548,3.6797202,3.6247201,3.4739389,3.353385,3.35677,3.3123481,3.4017,3.7806518,3.6608801,3.6998281,3.6706951,3.6037498,3.555222,3.5348039,3.59271,3.54266,3.3115499,3.262697,3.28545,3.1836269,3.383136,3.3369999,3.3408821,3.1098721,2.9776561,3.004668,2.9714999,3.012053,3.0382562,3.080394,2.97363,2.7822299,2.928067,2.7097349,2.793772,2.9495339,2.8715999,3.8979242,3.6974621,3.5273039,3.5477581,3.5131249,3.6833611,3.7895129,3.762342,3.92117,3.5083399,3.8192511,3.310755,3.8952541,3.6702659,3.401,3.576659,3.4132481,3.3971522,3.4129529,3.3529999,3.2812781,3.2157452,3.380898,3.3552201,3.2046301,3.351532,3.1823401,3.1173978,3.114876,3.2815001,3.51405,3.3112741,3.2279279,3.2097778,3.176125,3.334034,3.1795921,3.3002999,3.2434602,3.0597601,3.097126,2.9222548,2.848465,2.8900681,2.9244001,3.735579,3.5690901,3.480444,3.465327,3.3968749,3.4063921,3.331341,3.4649162,3.42661,3.31793,3.394587,3.2079601,3.202785,3.2462521,3.4604001,4.288785,4.099864,4.0355039,3.989841,3.9627502,4.0611234,4.0517101,4.5218101,4.1339102,3.67257,3.8737509,3.634155,3.698627,3.969228,3.6973,4.478941,4.2409663,4.1416321,4.0827212,4.0167499,4.1155729,4.2398462,4.2561898,4.1181798,3.85253,3.7825181,3.5352449,3.4727478,3.458004,3.6303,3.7248929,3.5428259,3.45312,3.513315,3.465625,3.0557339,3.531996,3.7027199,3.6452899,3.3364098,3.4882181,3.4560752,3.2774599,3.295722,3.4008,4.4946961,4.268302,4.3272238,4.2895079,4.3458753,4.3391809,4.389606,4.603662,4.5239701,3.9370098,4.1645627,3.87009,3.8960779,4.0651078,3.9453001,3.425411,3.2379758,3.1995478,3.2136478,3.1878748,3.1935532,3.2304871,3.3563881,3.3230999,3.1902199,3.358181,3.1637549,3.302489,3.2555339,3.2535999,4.9880328,4.7240357,4.6403279,4.6396141,4.55475,4.495029,4.5479069,4.6588378,4.1449099,4.4361897,4.296998,4.1338501,3.975594,4.2884879,4.1141,3.5736451,3.3979719,3.3557041,3.3915391,3.2601249,3.283577,3.3072391,3.4863479,3.27195,3.1975899,2.926105,2.6754,2.7200241,3.2453339,3.2170999,4.2223401,4.049346,4.0213799,4.0831079,3.9727499,4.0829029,4.0242152,4.114944,3.8305302,3.74,3.8402879,3.6254401,3.7645471,3.6829138,3.6886001,4.479763,4.2519541,4.2604322,4.288734,4.362875,4.156229,4.4395652,4.8224277,4.4925098,4.13941,4.0918598,4.1166301,3.9484019,4.0470538,4.0667,4.2670021,4.0405021,3.9328079,3.8701289,3.8682499,3.8860362,3.8734021,3.995244,3.73472,3.6915998,3.647249,3.5157149,3.542685,3.540318,3.4867001,4.5848422,4.3440123,4.2814198,4.2902818,4.2792501,4.3270812,4.2510781,4.282752,4.3296003,4.2346702,4.017086,3.970365,3.7726841,4.1322241,3.9078,6.318851,6.1150899,6.1310039,6.0797696,6.2194996,6.2492871,6.2943659,6.044508,5.9926896,5.5353103,5.6585169,5.538435,5.4319115,5.5379882,5.2082,3.9036782,3.7009459,3.680028,3.6838529,3.6766248,3.6356869,3.737448,3.9086041,3.84813,3.41044,3.616184,3.310545,3.4007511,3.285522,3.4288001,3.780926,3.5648019,3.547632,3.5895538,3.5669999,3.5703471,3.5374949,3.6438959,3.56829,3.30616,3.2442758,3.24933,3.096489,3.1586339,3.1623001,4.1769929,3.9776559,3.9335999,3.8840611,3.885375,3.859174,3.648411,3.96264,3.8933401,3.5967801,3.618691,3.5822849,3.406004,3.7543139,3.6136999,4.5716901,4.311048,4.2221522,4.2259107,4.1957502,4.2865458,4.2745953,4.4201221,4.1189499,3.98629,3.9852579,3.89361,3.9095712,3.8842621,4.1093001,3.882169,3.7723682,3.7494602,3.8091121,3.6413751,3.6287901,3.623724,3.794718,3.7132699,3.5124099,3.402544,3.44841,3.3772669,3.5061481,3.3893001,3.343622,3.125818,3.0630598,3.1220582,3.0613751,3.139466,3.274128,3.614598,3.4900801,3.1000202,3.2519062,3.1269,2.8339419,3.1394579,3.0264001,5.0359831,4.8486562,4.8111358,4.7502961,4.7975001,4.5886831,4.891068,4.71105,4.6762099,4.4909697,4.3730803,4.1740651,4.2521491,4.2163739,4.2126002,5.4030061,5.202148,5.1369119,5.2012801,5.1900001,4.9855628,4.9097881,4.9485116,4.8466001,4.4054999,4.3727531,4.0374599,4.1055799,4.074492,4.3730998,3.7505121,3.5405481,3.385272,3.461715,3.3991251,2.885608,3.5255609,3.6134579,3.4240799,3.38712,3.4271781,3.2024999,3.217823,3.3974161,3.2722001,3.948066,3.6930401,3.55674,3.5340838,3.54825,3.619715,3.5966971,3.7005539,3.52231,3.25457,3.319159,3.2256,3.2915709,3.4335239,3.2042,4.569087,4.289474,4.172256,4.1022,4.0701251,3.8908761,4.1023707,4.0318379,4.4102302,3.8126001,3.8727701,4.04985,3.730557,3.6459901,3.4512,4.4556508,4.2510161,4.1539078,4.1428351,4.0517502,4.130456,4.1829839,4.2913022,4.10883,3.9605501,4.080524,3.70734,3.6889451,3.734832,4.0381999,6.6150446,6.4226203,6.3290043,6.3870482,6.3442497,6.2125034,6.307353,6.2837944,6.2874899,5.9210801,5.5490808,5.3236046,5.5967112,5.4488401,5.7908001,4.1795959,3.9300859,3.9800639,3.959913,4.023375,4.601388,3.8682539,4.308744,4.1226902,3.9525199,3.7855701,3.4389598,3.5233212,3.8382599,4.0777001,5.1065383,4.9617519,4.9393082,4.9615979,4.8678751,4.5545611,4.7875228,5.0331001,5.2600899,4.8896098,4.4631143,4.3836451,4.4282794,4.35183,4.4324002,4.6197772,4.4998541,4.4773083,4.5097108,4.5365,4.6315169,4.4144101,4.8290401,4.4647899,4.64189,4.3021207,4.444335,4.3398018,4.6500778,4.5503998,4.5610042,4.3272619,4.2844563,4.2914429,4.3404999,4.2681541,4.415112,4.3778281,4.3090301,4.02985,4.0227537,4.1293349,4.1271067,4.0320601,4.6276999,5.1176353,4.9070797,4.9785118,4.9009681,4.87075,4.933291,4.7505507,4.8693962,5.0479002,4.7588201,4.749239,4.7621698,4.8220482,4.8675418,4.7291999,7.2356548,7.1399221,6.9825363,6.7812724,6.7663746,6.7071509,7.0232759,7.5076981,7.17629,6.89887,6.4518189,6.3470397,6.1707301,6.929472,6.349,5.5480886,5.3437862,5.2922764,5.163096,5.1957502,5.1375394,5.2717857,5.5849738,5.5917397,5.3961601,5.1089387,5.1089849,5.045558,4.995348,5.0874,4.6214213,4.4226699,4.4044437,4.4326978,4.4815001,4.4444509,4.7333517,4.8358803,4.5792999,4.5397,4.3729711,4.3317752,4.0911598,4.2632937,4.5193,5.9353876,5.76401,5.7599516,5.8389268,5.838625,5.526433,5.483439,5.8436399,5.7479401,5.4390602,5.447711,5.2235403,5.1857409,5.1570182,5.1440001,4.4089341,4.1280041,4.1387281,4.212882,4.2523751,4.1481218,4.1192188,4.2924418,4.4898701,4.2479801,4.0370331,3.5337749,3.9404709,4.047462,4.2719998,4.4200311,4.1915202,4.2892079,4.1507039,4.2582502,3.8511882,4.2978778,4.3415761,4.3804197,4.4714999,4.5091119,4.3077302,4.4919333,4.2573781,4.2907,4.9176149,4.8052402,4.77774,4.5794997,4.7067499,4.7471929,4.942431,5.5878239,5.4210196,5.2533803,5.0666471,4.7710948,5.0079632,4.8869219,4.9569001,5.0731101,4.881218,4.852716,4.8634291,4.9291248,4.9349847,4.8828778,4.917048,4.8373604,4.34027,4.6236711,4.10886,4.2951002,4.3081741,4.3488998,5.5537062,5.4261956,5.351016,5.3356981,5.2762504,5.1169691,5.056623,5.4795241,5.5044003,5.6166,5.3636723,5.2148247,5.6660299,5.5670581,5.5770001,4.7054024,4.5493002,4.5063477,4.4230227,4.3778749,4.415895,4.3546228,4.3134179,4.5913997,4.44279,4.4405513,4.3462648,4.3419647,4.5043197,4.5078001,4.669508,4.5625663,4.264524,4.1561222,3.8716249,3.9551268,4.0480828,4.3143301,4.4668798,4.5738001,4.5111828,4.2610054,4.6346912,4.37988,4.5978999,4.611968,4.392386,4.3288083,4.304214,4.3486252,4.3351879,4.367259,4.4214902,4.3354301,4.3780003,4.1555161,3.9990299,4.0149398,4.086936,4.1304002,4.6348472,4.4583139,4.363524,4.2381659,4.3623753,4.2550859,4.3731089,4.6787877,4.5594997,4.5950298,4.6406751,4.6445699,4.563827,4.2352443,4.2704,5.0026917,4.7758942,4.7241483,4.7404919,4.6434999,4.8574238,4.6858501,5.8048801,4.9947701,4.6114202,4.4117751,4.5275998,4.3662729,4.3533602,4.5049,5.1391439,5.0400081,5.0182443,5.0209379,5.11375,4.6507559,4.950387,5.1721802,5.3146501,4.9944401,4.7890239,4.86654,4.8005209,4.5685802,5.0545001,4.6984153,4.51647,4.6202641,4.6664457,4.5126252,4.4128699,4.96314,4.6250939,4.54245,4.5447598,4.1863627,4.348155,4.287787,4.5012603,4.5577998,4.8670621,4.6644063,4.5833039,4.6029782,4.6240001,4.4420309,4.6459532,4.718688,4.7910504,4.6635604,4.3719902,4.2568049,4.161097,4.5056462,4.1687999,4.5864859,4.442502,4.3624678,4.302279,4.352375,4.321878,4.2261567,4.4504461,4.6192298,3.9927802,4.1148591,4.16535,4.100327,4.2136202,4.4668999,4.2213812,3.968544,3.9357121,3.9098611,3.938875,3.91798,4.009707,4.2125278,4.0040002,3.8255799,3.892935,4.1143203,3.745595,4.0222678,3.9551001,5.3998551,5.2352457,5.2957077,5.3563385,5.3618755,5.1510911,5.072886,5.4407644,5.8017302,5.5713902,5.463407,5.0218349,5.1582398,5.4008999,5.2428002,4.9393983,4.7395802,4.594656,4.4948759,4.5206251,4.5137839,4.4630818,4.76406,4.8034797,4.3599601,4.3849611,4.1426702,4.4685521,4.2426901,4.6513,5.3317661,5.0853,5.1622558,5.174964,5.204875,4.7160959,4.8024993,5.3265362,5.4693098,5.1915603,4.7770338,4.9377298,4.829258,5.271462,4.9060998,4.7789712,4.5471559,4.556376,4.5974312,4.5432501,4.450501,4.3244371,4.7915344,4.5374999,4.2698698,4.462678,4.4467502,4.209919,4.4572983,4.3481998,4.2148051,4.0008378,3.918288,3.8894789,3.894125,3.9433901,3.8831131,4.2776222,4.0065298,3.8379002,3.7885129,3.8134952,3.7900908,3.913434,3.7869,4.5723753,4.4177117,4.4552641,4.3473001,4.4983749,4.201241,4.329936,4.1141462,4.3814101,4.2610698,4.1138778,4.2156453,4.1236048,4.2013798,3.9918001,4.7543111,4.5913758,4.5591483,4.6013012,4.5822501,4.575736,4.355442,4.5908942,4.6812701,5.0710001,4.307353,4.2483001,4.349072,4.3477497,4.4046001,4.6408749,4.3343639,4.2419519,4.185792,4.071125,4.2019672,4.0073671,4.5079021,4.6375999,3.8940001,3.946018,3.5010149,3.869195,3.7884841,3.6064999,4.5356588,4.3515162,4.313364,4.1630878,4.2173748,4.3013082,4.1306849,4.5018597,4.7276902,4.6256099,4.338418,4.281795,4.426734,4.2807364,4.6332002,5.1498299,4.8838983,4.8499441,4.792479,4.8157501,4.6887498,4.9052253,4.6427641,5.1348004,4.7287903,4.7502198,4.5845098,4.6509652,4.768806,4.6213999,4.8926811,4.7868819,4.7414398,4.6983089,4.60425,4.5590382,4.7310119,4.7240458,4.9330602,4.73627,4.8423252,4.5694952,4.596684,4.59408,4.6503,4.073832,3.9544742,3.8198161,3.8151751,3.9143751,3.719903,3.8321011,4.067862,3.97947,3.7128298,3.99703,3.5193899,3.9342909,3.571734,3.8478,4.7432141,4.5116458,4.5008039,4.5860791,4.5777502,4.5295143,4.6921678,4.8739562,4.4777703,5.0571404,4.329916,4.0982552,4.255342,4.4514842,4.5532999,4.7595172,4.4711781,4.4667478,4.2677069,4.2810001,4.2104373,4.017312,4.361526,4.60922,4.23599,4.3114948,4.1252403,4.193439,4.5339003,4.8048,4.090683,3.8255658,3.7204201,3.795567,3.7850001,3.73648,3.767868,4.0008302,4.2122297,3.86848,3.938061,3.865155,3.8412819,3.8179619,3.6577001,5.7001586,5.6777143,5.6139598,5.7196021,5.749125,5.6482801,5.9361119,5.9166002,6.1850801,6.37989,5.697648,5.4139047,5.585793,5.3702998,5.7644,4.8573351,4.654892,4.6408558,4.697535,4.6113749,4.6471262,4.6177559,4.5573778,4.6431003,4.5313401,4.578763,4.4039102,4.2743969,4.5494037,4.4236002,5.2287421,5.070292,5.1010079,5.0915008,5.3565001,5.2599907,4.9820943,5.7989521,5.58778,5.2202697,4.9320316,4.8520498,4.7703419,4.9856577,4.9380002,4.2860451,4.0958443,4.028904,3.9889381,4.024375,3.9581518,3.845439,4.2190261,4.09442,3.9767201,3.8993659,3.6993601,3.7870011,3.8289781,3.5955,5.0579028,4.8335142,4.8034801,4.7981553,4.9130001,4.8333449,4.6635027,4.9706278,4.9010501,4.5740199,4.549006,4.5457649,4.7419138,4.447608,4.6061001,3.602963,3.3809538,3.307656,3.265764,3.2342501,3.3158841,3.3685472,3.242502,3.15975,3.1206999,3.1913018,2.9923949,2.980099,3.0743821,3.0699,5.2366881,5.0585003,4.9872241,4.9623723,4.9755001,4.9549499,4.9499192,5.3550363,5.0523,5.0072002,5.0536761,4.7192249,4.8038168,4.9433279,4.9885998,7.359777,7.0721178,6.9593043,6.8607359,6.8657498,6.7180414,6.6391649,6.7721696,6.8784099,6.64675,6.2482066,6.05934,6.2245994,6.0727739,5.8792,4.8502107,4.6554279,4.540668,4.5820799,4.7179999,4.7855501,4.5909629,4.8113699,4.6925998,4.6347399,4.7567596,4.8468003,4.7875428,4.745244,5.0225,5.6339879,5.4769816,5.4494877,5.4128399,5.4423752,5.2837071,4.9476957,5.2205162,5.1580095,5.1716499,4.9682202,5.0897703,4.9445148,5.004324,5.2138,4.976388,4.83673,4.9356122,4.8825212,5.0040002,4.8392739,4.9180946,5.003346,4.85606,4.9422998,4.9891481,4.95789,4.8544931,4.9474082,4.9689002,5.2398391,5.033174,4.9371958,4.831953,4.8857503,4.9233689,4.7748871,4.7327104,4.98311,4.5735803,5.1264877,4.5145802,4.8797278,4.4515858,5.0749998,4.9621401,4.7769661,4.6792679,4.663866,4.727375,4.7358189,4.6197448,4.596252,4.46171,4.6010799,4.7069468,4.2068248,4.5990529,4.6162143,4.6289001,5.425611,5.2620459,5.1924839,5.0801492,4.9892502,4.8672252,5.0627069,5.0430179,5.0424004,4.6311102,4.992527,4.4989347,4.8109241,4.7855339,4.7965999,5.1614747,4.9952517,4.9835281,4.9408293,4.9798751,4.74683,4.5107012,4.7492399,4.91821,4.75002,4.8235769,4.8721051,4.4694791,5.0378819,4.6869998,5.0491347,4.872776,4.840836,4.8289862,4.8821249,4.6690269,4.739202,5.1101642,5.3192701,4.73033,4.830008,5.1387,4.8826118,4.7212739,5.0644999,4.4182501,4.2212677,4.2189837,4.2376499,4.2941251,4.1411042,4.0032721,4.149714,4.3438997,4.0760498,4.1519189,4.036725,4.179019,4.3216376,4.5709,6.2332258,6.0495639,6.0557637,6.0610652,6.1157503,6.1227212,5.8378325,6.041544,6.1251297,5.9260302,5.7388496,6.2696548,6.2312937,6.3079858,6.0556002,4.6481361,4.5001221,4.4466839,4.3592973,4.2967501,4.359993,4.0414143,4.1047978,4.2214699,4.1568999,4.1683779,4.2654152,3.7175789,4.0140061,4.1318998,6.1977429,5.8382463,5.6579161,5.5112667,5.448,5.919199,5.9297943,5.9911561,6.0014901,5.7767596,5.6088128,5.33463,5.3724799,5.4870901,5.5057998,4.737597,4.5903039,4.6073279,4.5885301,4.7002501,4.367979,4.548492,4.756536,4.6820402,4.4629202,4.535708,4.8622351,4.5693889,4.846734,4.5889001,5.122293,5.0011477,4.9218841,4.8492389,4.9386253,4.8718228,4.9582262,4.65975,4.98311,4.6158199,4.7358322,4.9502249,4.5715518,4.8329644,4.9566998,6.4840732,6.201118,6.068964,5.9409661,6.0184999,5.877696,6.0051417,6.26373,6.0792599,5.6195698,5.679554,5.4695549,5.2017059,5.5288081,5.6536002,5.7601652,5.5873981,5.4968758,5.4247084,5.4578753,5.582335,5.2149239,5.4053097,5.2409501,5.2602,5.3041577,5.8954349,5.3347821,5.4369059,5.5193,5.6249461,5.4948039,5.4967437,5.5082998,5.5257502,5.1921101,5.2468648,5.2629242,4.98949,5.4907598,5.2831211,5.1104546,5.4340744,5.0162582,5.2526002,9.4101191,9.0293217,8.4941998,8.3046331,8.3371248,8.5438099,8.6213789,8.4152517,8.4743996,8.0909405,7.89923,7.7828102,8.047493,7.779438,8.0037003,4.9495358,4.7025957,4.4584317,4.5130653,4.6417499,4.5085812,4.203342,4.622016,4.6774201,4.4616003,4.2930741,4.57758,4.3924351,4.5321655,4.5485001,4.574019,4.4821658,4.543704,4.6890211,4.7163749,4.697825,4.4679961,4.6705799,4.5402498,4.4032998,4.6917958,4.3300948,4.441772,4.6588502,4.6894002,5.6650867,5.4831457,5.4413042,5.3918128,5.3998752,5.1353612,5.173038,5.472342,4.9711199,5.22335,5.3411093,5.1063604,5.2858567,5.1918001,5.2578001,4.5020943,4.2938962,4.258584,4.2091413,4.3024998,3.8422341,4.105413,4.3920779,4.3487401,4.3572102,4.2472939,4.225935,4.3256907,4.3874283,4.1268001,5.474246,5.3432498,5.356956,5.2861619,5.3286247,5.0167809,5.1509252,5.2882323,5.6444302,5.0403099,5.2997975,5.1666298,5.0111561,5.3422503,5.0876999,4.0435548,3.9090481,3.957624,4.021317,4.0497499,3.8966842,3.776643,3.8717821,3.7901599,3.56587,3.580977,3.8440499,4.0161757,3.639462,3.7758,4.7728057,4.6029,4.560204,4.5740819,4.6155,4.4756689,4.5931859,4.6361523,4.4148502,4.4763398,4.4416413,4.8865952,4.3155971,4.7268839,4.4435,3.867373,3.7485161,3.6776519,3.665277,3.7496252,3.60338,3.609216,3.853086,3.8037999,3.77509,4.0642829,3.8558099,3.9269779,4.1155982,4.1044998,4.4985323,4.3497739,4.310328,4.345623,4.4277501,4.3628969,4.268043,4.2960901,4.25458,4.3148599,4.403491,4.4660697,4.2823281,4.2419763,3.9737999,7.4196463,7.2105398,7.3634882,7.2803731,7.402,7.1617479,7.4186192,7.1631904,6.68118,6.96839,6.5541701,6.6869254,6.5062008,6.9843483,7.0092001,4.3389268,4.2076001,4.1766119,4.133934,4.3201251,4.0929461,4.1501069,4.2750001,4.1926498,4.3270702,4.4330301,4.35183,4.395319,4.3176599,4.9790001,5.2365508,5.0526042,4.9769282,4.90974,5.0037498,4.6601939,4.7566347,5.1542816,4.5902996,4.8151398,4.5256801,4.6042504,4.6538491,4.8924303,4.8766999,3.9871111,3.7578959,3.728472,3.840975,3.8034999,3.9450841,3.7077298,3.81387,3.47017,3.6703699,3.7308521,3.7375801,3.767328,3.7298338,3.7330999,5.1192789,4.9638963,4.820508,4.7760959,4.800375,4.4958758,4.511169,4.6670461,4.75772,4.7345099,4.7101078,4.7477851,4.8458409,4.5922441,5.0998998,5.739615,5.5453219,5.5181279,5.4825001,5.5355,5.223207,5.2847729,5.2678261,5.3854899,5.5212302,5.3695579,5.2967248,5.5617938,5.3159342,5.1025,5.312449,5.1478782,5.049264,5.0222278,5.1213746,4.9945168,5.0972219,5.0163422,5.1181903,5.1060901,4.7821569,5.100585,4.8617029,4.7916541,4.6894999,3.701329,3.5776658,3.525984,3.494997,3.463125,3.2893848,3.4509151,3.5506439,3.82393,3.39889,3.5685511,3.4511399,3.2857001,3.4927859,3.4395001,4.9381652,4.9132438,4.9098721,4.867557,5.0337501,4.9449072,4.6650238,4.8704219,4.8889499,5.1795702,5.0139999,4.8569851,5.0187778,5.3230739,5.2919002,4.671289,4.4769402,4.4894519,4.4734621,4.4772501,4.705811,4.491981,4.7543697,4.2762499,4.2158604,4.4174433,4.473105,4.1813879,4.1476259,4.3073001,5.8296237,5.6948657,5.6703243,5.6487813,5.6818748,5.7034564,5.6766062,6.159534,5.6381598,5.34303,5.9163022,5.8186803,5.3610468,5.5417624,5.2493,5.7231746,5.5305815,5.4308758,5.384202,5.433125,5.3301706,5.5374932,5.4720001,5.6360703,5.1813297,5.0109477,5.3857651,5.1161132,5.0564461,5.1282001,4.6514239,4.4875259,4.5030479,4.4978433,4.5196252,4.6005411,4.474431,4.8195782,4.6620202,4.45467,4.5499873,4.447485,4.4534111,4.0764298,4.5773001,8.1731453,7.907474,7.8831716,7.7123942,7.6557498,7.6749086,7.5007529,7.8104815,7.3517404,7.3264399,7.1318703,6.943965,6.6816101,7.2872882,7.2131,5.7048173,5.500566,5.4600482,5.4182582,5.4563751,5.554626,5.8198137,5.359026,5.49857,5.4312501,4.9820633,4.8348298,5.2514548,5.0575676,5.6325998,9.2844896,9.0999403,9.2083197,9.2958689,9.5710001,8.8075895,8.7214136,8.8849316,9.4193001,9.1118498,8.6700773,8.7080698,8.7360477,8.1240959,9.0640001,4.919807,4.698308,4.5950522,4.5269971,4.5447497,4.3310742,4.4020081,4.3183203,4.2895598,4.4061599,4.2955809,4.1793151,4.2202191,4.028388,3.8992,9.1368036,9.0454016,8.9877481,8.5716629,8.3798752,8.3699331,8.7938366,8.8810558,8.6478701,8.3969603,8.1307459,7.8021302,7.6692772,7.6608119,7.8000998,5.8252397,5.5505481,5.5108681,5.4080667,5.4809999,5.0828466,5.4451799,5.4968524,5.45787,5.7428799,5.386126,5.139225,5.091393,5.0476742,5.1205001,4.3879728,4.1860261,4.1813641,4.1068439,4.2261248,4.251214,4.209075,4.3229938,4.2898898,4.02457,4.0796518,4.0880699,4.0658221,4.04634,4.1759,5.7274222,5.5124922,5.4773397,5.4041972,5.5256248,5.6364217,5.2605543,5.4266281,5.5430102,5.1591101,5.3136411,5.08074,5.1813116,5.4188523,5.4471998,5.8634629,5.726892,5.6910481,5.6517477,5.6988754,6.094286,5.4699841,5.4083881,5.6069198,5.5190301,5.6055431,5.591145,5.68045,5.387538,5.3917999,5.4460239,5.2135382,5.1823201,5.0335798,5.0593753,5.3148036,5.3327432,5.0946598,5.77775,5.0294199,5.2658992,4.9206147,4.8524332,5.2010822,5.4352999,4.5559349,4.3391881,4.1907358,4.0998778,4.1040001,4.0962129,4.1008501,3.9546602,4.3861399,4.0019097,4.1300101,4.0861797,4.1701608,4.2494221,4.2684002,9.2146196,9.017396,9.0360603,8.8010254,8.8047495,8.612175,8.4740763,8.44911,8.7621603,8.2135897,7.5526099,7.4216099,7.8709507,7.7227259,7.6855998,6.7635531,6.5964179,6.592608,6.4908934,6.3969998,6.258604,6.0272551,6.2720523,6.4321404,6.2118101,6.5093708,6.1730547,6.3992872,6.3506222,6.046,5.5315123,5.2406063,5.0038562,4.8258901,4.8808751,4.8199143,4.8833461,5.1017284,5.0230398,4.8847699,4.6004543,4.696125,4.6235671,4.710258,4.7575002,5.1620231,4.9629579,4.9397039,4.9805608,5.024375,4.9504728,5.049603,5.0188503,4.9509897,4.9140301,5.0134554,4.8851252,4.9799471,5.1090784,4.8544002,5.7433143,5.566092,5.610528,5.6547151,5.66575,5.7154346,5.5073071,5.9363222,5.6327701,5.5690799,5.6359539,5.2985096,5.3288083,5.4941282,5.4375,4.795959,4.5616283,4.4741397,4.478364,4.5179996,4.0738282,4.317183,4.3618679,4.5934901,4.1004701,4.1618381,4.2058802,4.2116704,4.1788378,4.4288998,5.8623672,5.6779819,5.5855803,5.5094609,5.5818748,5.6401734,5.170815,5.5105319,5.5771098,5.1178598,5.3025227,5.3099546,5.4692998,5.1916981,5.3731999,5.095304,4.8893919,4.833972,4.6992121,4.7824998,4.655838,4.6266479,4.895844,4.6224198,4.8341699,4.6356611,4.5690751,4.6673422,4.6474261,4.6877999,4.5104508,4.3499079,4.3810802,4.4160571,4.4202499,4.137958,4.4187388,4.3845539,4.26085,4.2132201,4.3203239,4.1273398,4.2062111,4.220046,4.059,6.5853157,6.4092202,6.447804,6.3323522,6.4389997,6.4293351,6.0855212,6.3005524,6.3672404,6.0785999,6.3301749,6.1844997,6.3861032,6.1354022,6.1388001,5.8407211,5.6850839,5.6749439,5.7074757,5.7978749,5.619966,5.4584007,5.5606918,5.6580701,5.99863,5.1089387,5.4968548,5.4078088,5.469852,5.4916,7.8761301,7.7322021,7.8376322,7.8573899,7.9621248,7.5409622,7.2762299,7.609272,7.7994404,7.84762,7.6006794,7.53543,7.443295,7.3036079,7.3684001,4.7460909,4.5681939,4.5195479,4.470108,4.49225,4.2928381,4.5359731,4.5064201,4.5493798,4.1203799,4.6290121,5.1901498,4.672595,4.3466282,4.5288,5.1773667,4.9766259,4.9080238,4.851819,4.9168749,4.8341918,4.897737,4.7689619,5.0538397,4.6939201,4.7690768,4.5370502,4.8939419,4.918746,4.6406002,5.6097388,5.383584,5.2866001,5.2509451,5.4463749,5.0121832,5.1446071,5.3429518,5.3291698,5.03338,5.1730313,5.2493701,5.2384768,4.8597903,5.2789998,6.4147511,6.2029939,6.0870481,6.040554,6.0634999,6.2544904,5.808816,6.2044501,6.2097197,5.7416697,5.8208179,5.7759447,5.4565277,5.2360678,5.7126002,5.6963229,5.5265622,5.4361558,5.3249912,5.3381252,5.3408189,5.3497081,5.3751001,5.4597397,5.2062998,5.4680943,5.1473103,4.87293,5.0823541,5.2448001,4.611557,4.4382138,4.392168,4.3946428,4.405375,4.333252,4.6107359,4.4440618,4.5346398,4.4303598,4.2418437,4.217535,4.210331,4.2769618,4.2031999,6.540791,6.3553524,6.3216124,6.1882591,6.224,6.0162406,6.173388,6.2710257,6.5466499,6.4370899,5.92415,6.4405951,6.5565681,6.760458,6.5970998,4.4167433,4.29671,4.2606959,4.2816391,4.400125,4.459939,3.853044,4.4709659,4.4225502,4.2010098,4.0517483,4.0680151,4.1289611,4.0218601,3.9005001,4.2933059,4.0643539,3.9811201,3.9615901,4.078125,3.9874339,4.093245,4.1519942,4.1878099,4.0894699,4.133934,3.9644852,3.9745638,3.944952,4.0721998,3.5676169,3.3924778,3.3844798,3.440172,3.476625,3.2741389,3.4449482,3.5439181,3.43871,3.5938101,3.6255579,3.3329101,3.3485298,3.5524559,3.3943,6.3996811,6.1298299,6.0395279,6.0445528,6.228375,6.0481849,6.285708,6.2852759,6.3564601,6.2009201,5.729476,5.40939,6.0539284,5.9606762,6.2024002,5.1074972,4.924232,4.8816242,4.8146672,4.868,4.8604488,4.8791337,4.8997197,4.98036,4.7476001,5.0586896,4.6943398,4.8221512,4.5890822,4.7862,4.526206,4.3483,4.2704639,4.2953129,4.3422499,4.1564713,4.2245188,4.3852382,4.3193703,4.4040699,4.4573374,4.4487448,4.2917008,4.2824702,4.3396001,5.4286251,5.2469039,5.1144719,4.996686,5.0192499,5.0225887,5.0926595,5.1538258,5.0166597,5.3534799,4.9174261,4.6711349,5.137125,4.9123201,4.8024001,5.3108048,5.1564541,5.2760401,5.261394,5.2737498,5.1779532,5.403996,5.2927918,5.2663603,5.1004796,5.1259432,5.2115698,4.8328629,4.9309859,5.0155001,4.0508161,3.8910921,3.9060121,3.9052169,3.92975,3.819365,3.832335,3.8445361,3.7193201,3.9295299,4.0515299,3.7798951,3.9197679,4.0066619,3.8329,6.086225,5.924542,5.9221797,5.7892623,5.7527499,5.5989122,5.6734471,5.5096202,5.8748798,5.7839103,5.5652132,5.4113851,5.7047582,5.6360097,5.5370998,4.9794021,4.8386059,4.8513956,4.8328562,4.9268751,4.9169559,4.6281691,4.6766224,4.7358303,4.9295402,4.9574289,4.5931201,4.919898,5.0804162,4.7091999,5.0907831,4.9523721,4.885716,4.8790383,5.0636249,5.1477032,4.9141169,5.0449557,5.0001597,5.4395003,5.32901,5.0779052,4.8967228,4.6924081,5.1584001,5.2494292,5.0576959,4.9249201,4.8489809,5.0313754,5.415597,4.9085011,4.7124181,5.1015801,4.9451604,4.956666,4.8262196,4.8850842,5.1580381,4.8994002,5.2081919,5.076992,4.8941641,4.838274,5.0620003,5.3638091,4.8181772,4.9069018,4.9892697,5.08321,5.37152,4.9258647,4.967175,5.3476563,5.0219002,5.6987891,5.4697461,5.2980838,5.2349491,5.2307501,5.3322277,4.8446188,4.9532995,4.7571697,4.8737698,4.6727209,4.4794049,4.7284212,4.375494,4.8569002,6.3552928,6.1836977,6.1568761,6.0787382,6.1317496,5.9748592,5.8938751,6.0129299,6.1560397,5.92944,5.530333,5.2611303,6.221509,5.8694878,6.0489998,4.4349642,4.2624063,4.2666359,4.270545,4.323,4.1942229,4.294836,4.3232222,4.2999001,4.1887999,4.3342757,4.1053948,4.2285619,4.3654981,4.0956998,4.7691073,4.5621638,4.5041041,4.5013261,4.5291252,4.3425689,4.5415893,4.3361039,4.54212,4.0883703,4.2002058,4.2779102,4.193027,4.4966702,4.2035999,4.86761,4.7539177,4.7892241,4.7626801,4.867125,4.6322432,4.5890913,5.2361341,4.8006201,4.6820402,4.592061,5.05617,4.7712688,4.8298016,4.9384999,4.995842,4.8347201,4.7137203,4.7117248,4.8302503,4.598968,4.7001238,4.7283778,4.7913799,4.7625599,4.7830291,4.7058902,4.4336352,4.66854,4.4180002,5.7622199,5.6308136,5.5462441,5.5470004,5.6405001,5.8253031,5.4930329,5.5548782,5.7313299,5.5328903,5.5817814,5.2988253,5.6200919,5.5046339,5.4682999,4.4137287,4.252758,4.2276959,4.2524848,4.3959999,4.1795821,4.1421509,4.3072619,4.1925402,4.45467,4.4286704,4.2186899,4.4971862,4.375392,4.6838999,4.3355017,4.1986222,4.1524563,4.171473,4.2135,4.2589579,4.0441051,4.5368581,4.4129796,4.2795501,4.3560762,4.3791299,4.4198332,4.347342,4.6926999,5.638783,5.3632159,5.2260122,5.0707321,5.1647501,4.8931189,5.043519,5.0068803,5.1749501,4.98949,4.9710536,4.82265,4.719254,5.149878,4.9895,8.6230536,8.4095726,8.3248444,8.187501,8.302125,8.2996321,8.524971,8.1620579,8.42171,7.97258,7.7764959,7.5655646,7.4566851,7.6162376,7.5176001,4.58813,4.4167738,4.4480038,4.4840403,4.5326252,4.346683,4.3958073,4.4361963,4.2593102,4.3324599,4.6874356,4.3132954,4.2263989,4.4921818,4.6321998,6.1138988,5.8354325,5.6591039,5.509203,5.4927497,5.3006473,5.3023229,5.5169158,5.2410598,4.8829002,4.832624,4.6570649,5.0531802,4.8158278,4.7708001,7.251821,7.0525541,6.9668283,6.9111753,7.1951251,7.0586562,7.0409431,7.1077862,7.1438398,7.1222801,7.1864791,6.92979,7.1900177,6.8376718,7.0127001,5.7800298,5.5536299,5.4765482,5.4254823,5.4726248,5.4911008,4.9111919,5.3125138,4.7634401,4.7293396,4.7001891,4.9628248,4.4232321,4.896102,5.0172,6.0780053,5.8315463,5.6861644,5.5546112,5.3583746,5.5062261,5.3637481,5.4659581,5.4020996,5.2012401,5.124526,4.9781547,5.0258851,4.6498742,4.8650999,6.3432369,6.0744877,5.9796004,5.8915591,5.8863745,5.586812,5.8126769,6.0870299,5.7034998,5.48768,5.3459048,5.5302448,5.507925,5.5427823,5.4101,5.6286449,5.442812,5.297688,5.1135602,5.1767497,5.1385069,5.1064649,5.0886178,5.10851,4.7293396,5.1796799,4.7926202,5.0152764,5.030436,4.6195998,4.9757032,4.7624941,4.7397237,4.6925039,4.5688753,4.5581913,4.4676452,4.6735439,4.2645898,4.2208099,4.2114329,4.02633,4.009481,4.016046,3.9563,7.4822555,7.4089937,7.4904723,7.419435,7.4007502,7.3252187,7.4434228,7.4220843,7.98633,7.2782602,7.196507,6.6902847,7.2016568,6.940794,6.8351998,6.3230977,6.1126781,6.0896878,5.8951712,5.7678747,5.7853732,5.7506671,5.932332,5.5090203,5.32268,5.09793,5.6044803,5.1332107,5.209548,5.2582002,6.1221189,5.9785438,5.8882561,5.7674613,5.6538749,5.529942,5.275764,5.4734821,5.5997701,5.2859397,5.4462943,5.1676798,5.2569137,5.363874,5.5317998,5.4131441,5.1662359,5.074872,5.0130692,4.9491253,4.9608788,4.8790174,4.9925156,4.7055802,4.7386899,4.235631,4.3334551,4.2033272,4.2443218,4.4429998,5.6223431,5.3975201,5.3197317,5.3635621,5.3629999,5.2221184,4.9914541,5.1813002,5.3429203,5.3112402,4.880475,5.2266898,5.0638919,5.1301923,5.2049999,5.2329888,4.9980659,4.9717798,4.9910097,5.0150003,4.8637161,4.7806201,4.8740697,5.0344801,4.6933699,4.6033969,4.6802697,4.5556898,4.79706,4.4384999,5.6972818,5.4748383,5.3836198,5.309382,5.3688755,5.4424591,5.2047453,5.2734122,5.1004796,5.0946498,5.1479611,4.7997599,4.9180436,4.8224583,4.9945002,4.6264901,4.4025702,4.3963919,4.5036478,4.4476252,4.2034192,4.35708,4.325388,4.2518301,4.0492101,4.2900219,3.95577,4.0720019,3.8774281,4.0657001,4.8248663,4.6531501,4.5868678,4.6518693,4.6820002,4.4859543,4.5952921,4.6938362,4.7469401,4.58425,4.6126623,4.599,4.6029673,4.6489558,4.7670002,6.9249387,6.6924958,6.7576079,6.8066854,6.7626247,6.5906281,6.4450622,6.45924,6.2077403,6.06848,6.084053,5.9161201,5.9188952,5.6178541,5.928,5.8218145,5.6020041,5.6301956,5.5546112,5.5162501,5.3753037,5.2605543,5.2110543,5.45292,4.9546199,5.4010592,4.6802697,4.8808608,4.8619323,5.0258002,6.3509092,6.0868158,6.0499563,5.9079423,5.86625,5.458189,5.4476366,5.591814,5.3567801,4.9172201,5.0991292,4.8575101,4.9559484,5.128458,5.1911001,4.903367,4.6815581,4.5949202,4.5557642,4.4803753,4.2547231,4.1766658,4.3891139,4.3108997,3.9528499,3.9634581,3.9068398,3.845917,3.7858322,3.9449,6.3683076,6.1964278,6.2882161,6.3642149,6.276875,6.1941113,5.7796831,6.2020559,5.9156899,6.0155702,5.6554651,5.45328,5.5428419,5.6718116,5.3211002,6.1630821,5.8692002,5.805624,5.8479571,5.8621254,5.5431309,5.5351529,5.6310296,5.4987898,4.7884097,4.596312,4.6571698,4.7180176,4.704546,5.0191998,5.3612208,5.1005759,5.0339522,5.071506,4.9241252,4.926394,4.7919688,4.5540719,4.13028,3.8877301,4.0040059,3.9156599,4.1197939,4.101624,4.0121999,6.1360931,5.9568362,5.8676639,5.8289938,5.905375,5.8127189,5.935761,6.0116758,5.5844798,5.6993198,5.3537526,5.3770499,5.4968009,5.6960883,5.3186002,5.4095821,5.2061682,5.1185641,5.061831,5.1098752,5.0616717,4.8868556,4.8845577,4.8814697,4.8045802,4.7902231,4.6733398,4.9342151,4.358664,4.5167999,6.2177448,6.1361279,6.1274405,6.0627422,5.9393749,5.7730312,5.7833099,5.8756738,5.6915097,5.4028697,5.3342419,5.3661299,4.7371759,5.460876,5.4085999,5.3813601,5.18647,5.1348,5.0927911,5.1018753,4.9959693,4.5578523,5.2376161,5.0560398,4.3488503,4.4533038,4.4537849,4.5628996,4.5223742,4.4762001,5.4030061,5.2183619,5.2831678,5.5654469,5.5940003,5.2478909,5.1491699,5.3804579,5.2574501,5.2190599,4.9467468,4.8898501,5.0799603,4.9550581,4.6465998,5.0335169,4.8088579,4.7459283,4.7346869,4.649375,4.4446931,4.5558629,4.232934,4.2544699,4.2491899,3.9213841,4.0682249,4.0325532,4.0111499,4.0233998,4.8162351,4.6530161,4.6716118,4.7037272,4.7311249,4.5303612,4.2681599,4.721766,4.5515804,4.55334,4.5239363,4.5020852,4.3964524,4.4661722,4.1076999,10.477486,10.445166,10.667976,10.433003,10.2745,9.6711674,8.9962463,9.4687252,9.4411898,8.4565802,8.9438868,8.9185953,9.1081877,8.5702438,8.9861002,7.861608,7.6725721,7.7189641,7.603518,7.8321247,7.3015027,7.3057141,7.457994,7.1261301,6.5617199,6.7792549,6.4617,6.8114929,6.909276,6.8333998,6.111022,5.9052458,5.8879919,5.8938813,5.8616252,5.6168203,5.7559319,5.7476521,5.7160401,5.2830801,5.3164749,5.2028551,5.2225122,5.1327424,5.6787,7.9724412,7.7610121,7.9090443,7.945755,7.8822498,7.22612,7.2905045,7.5732479,7.4171901,7.3712101,7.2027197,6.7450953,7.3012581,6.9946499,7.0358,5.442462,5.2292161,5.2058158,5.2563629,5.1446247,5.1664581,4.8507028,4.8228841,4.66576,4.3987899,4.4397883,3.84006,4.2811947,4.2975664,4.1954999,6.2746,5.9549599,5.866344,5.9278083,5.6985002,5.5327253,5.260788,5.1948662,5.4054003,5.18188,4.5546737,4.3046851,4.3412437,4.6115222,4.7433,5.9034672,5.6862903,5.5805645,5.4632788,5.3956251,5.3173447,5.2988133,5.330184,5.0917902,4.9301996,5.0717697,4.9692302,4.4858556,4.5724559,4.9832001,5.5759001,5.3645558,5.3273883,5.3644652,5.3917499,4.9536195,5.03685,5.1225901,5.2170801,4.6047101,5.0752578,4.7167048,4.797019,5.0606279,4.8368001,6.1811657,6.0322781,6.0050764,5.9374833,5.9446249,5.809936,5.9289751,5.6937304,6.1276603,5.8657498,6.0241032,5.5186949,5.571476,5.4832139,5.5190001,4.9884443,4.741992,4.6458721,4.6291652,4.770875,4.091373,4.2692132,4.6310225,4.5979996,4.2298298,4.1547532,4.0500598,4.3682303,4.268394,3.8663001,5.2835422,5.0585003,5.0588999,5.1358771,5.1132498,4.7827668,4.8693061,5.1420841,4.6910596,4.6424398,4.5402861,4.24053,4.439712,4.5460382,4.5963998,5.4134183,5.1387658,5.069592,5.1020789,5.1662498,5.1709352,5.0101738,4.8602762,4.8205299,4.5746803,4.5637212,4.4705849,4.7403693,4.544508,4.3783002,7.3884101,7.1452823,7.0983,6.9800611,6.9492502,6.879334,7.114068,6.8834338,6.8309999,6.3397403,6.3977551,6.4550848,6.3521128,6.0114717,5.8832998,4.446198,4.2948341,4.2868323,4.3075681,4.3334999,4.619175,4.1794739,4.5647879,4.3459902,4.1585498,4.2644072,4.0585651,4.2596679,4.497282,4.4077001,6.2388425,6.0282583,5.9964957,6.080286,6.1247497,5.7556071,5.66397,5.7929101,5.5753503,5.1867199,5.2113986,5.3364153,5.1657586,5.2635059,5.4067998,6.0411515,5.727562,5.7273483,5.7350817,5.8551254,5.9116974,5.6970811,5.755518,5.6276002,5.0135798,4.812459,4.4224954,4.9306102,5.2846203,5.2003002,5.6894732,5.4310198,5.3023081,5.1372957,5.1117496,5.1929569,5.4275126,5.4717717,5.5046201,5.17594,4.9324679,5.0550151,4.9455447,4.9307818,5.0774002,5.6068616,5.347672,5.2393436,5.1848969,5.2382498,5.5099769,5.4517317,5.0866799,5.1026802,5.0624199,4.800251,4.9561048,4.751081,4.75422,4.6243,5.1707911,4.982522,4.9872241,4.9801741,4.9121246,4.8410888,4.4578171,4.7900519,4.7481503,4.3337798,4.5022449,4.5644546,4.0630412,4.5323701,4.5232,5.43753,5.1990662,5.1444359,5.1005311,5.0599999,4.930387,4.8368969,4.9127159,4.8898301,4.59514,4.2999411,4.3854299,4.3988209,4.193934,4.473,5.658648,5.391222,5.3404565,5.3506618,5.3377495,5.097609,4.9224238,5.1482396,4.8205299,4.5321102,4.2938371,4.1954851,4.2833576,4.2307558,4.27,5.883739,5.625186,5.5245957,5.5535789,5.6300001,5.6857901,5.92488,5.7737579,5.53124,5.1443701,4.7178469,4.8616047,4.751287,4.6772099,5.2508001,5.1588721,4.9652362,4.9088159,4.9121909,4.9276252,4.8766632,4.8890791,4.9674358,4.9389997,4.7107496,4.7800856,4.695075,4.5934911,4.7775779,4.8381,5.4787669,5.2285461,5.1601439,5.1023369,5.1599998,4.9570074,5.046093,5.0885043,4.82933,4.3331199,4.4107938,4.545135,4.4916239,4.4567881,4.1065001,4.8570609,4.6562324,4.5912237,4.6081381,4.5279999,4.3230877,4.5054359,4.5101819,4.4980097,3.9667101,4.1799321,4.22751,4.0488272,4.3252077,4.3841,5.757699,5.5323243,5.4417,5.3462763,5.43575,5.3454165,5.3181181,5.5236421,5.2753801,5.1847401,4.5619769,4.5334797,4.6766119,5.1906781,4.6945,6.7660193,6.5412097,6.4713001,6.4073009,6.4222503,6.2108092,6.2612553,6.1123381,6.1939898,6.0952101,5.8574419,5.6374497,5.447258,5.7620816,5.4849,5.700707,5.5031123,5.4030242,5.2781639,5.4657502,5.6554193,5.7111211,5.1421981,5.41959,5.2540402,5.2366867,4.6638899,5.1632867,5.47893,5.1285,5.9996409,5.7213979,5.6672878,5.5749931,5.5318747,5.861845,5.2879319,5.3493361,5.2416101,4.7684999,4.9343209,4.9024501,4.5517759,4.9764781,5.0997,5.7503009,5.617414,5.5961399,5.3647232,5.4309998,5.3202491,5.4306722,5.4832859,5.5268402,5.4495101,5.2251334,5.1227398,5.0780029,5.1528358,5.1402998,4.4918194,4.2993898,4.2431397,4.229136,4.2105002,4.076611,4.035213,4.3361039,4.2285099,4.0282001,3.9238911,3.9805498,3.9810529,4.0199218,3.9572001,5.0532451,4.894752,4.8690839,4.8204718,4.8236251,4.7139182,4.845438,4.8211741,4.7027197,4.5564198,4.6497221,4.3054199,4.2339182,4.3853879,4.6001,4.9813199,4.7511039,4.6540561,4.69173,4.6833749,4.6270399,4.6701722,4.3242478,4.6097698,4.51121,4.6596408,4.2829499,4.255033,4.2803283,4.2055998,5.1442132,4.9294581,4.9214878,4.9849472,4.934,4.7761121,4.8468423,4.8690538,5.2842898,4.9117198,4.5176139,4.7495699,4.4230261,4.6636438,4.4622998,5.0115967,4.7829962,4.7613721,4.8839402,4.9965,4.6580162,4.7965317,4.36905,5.04075,4.4497199,4.3255558,4.4606099,4.6326313,4.6592584,4.7217002,7.4867759,7.2578416,7.0918322,7.0695868,7.1168752,6.8360162,6.8065915,6.839088,6.8943601,6.6789804,6.1746321,6.5286903,6.5795369,6.5820599,6.303,6.4187241,6.2989378,6.3424683,6.3184195,6.3456249,6.3815403,6.6711059,6.3340678,5.9752002,6.1068702,6.1213312,5.8262401,6.343461,5.964654,5.9974999,5.0550261,4.9399099,4.878324,4.7815142,4.8832502,4.9738259,4.829175,4.8622141,4.6979899,4.8931298,4.5555458,4.6169548,4.3072538,4.5717421,4.3769999,5.5249362,5.412796,5.4031558,5.3293772,5.2841253,5.29496,5.1876631,5.5050602,5.55093,5.2133398,4.8436327,4.9309053,4.857583,5.207304,4.9467001,4.9672089,4.8168983,4.7787962,4.7633252,4.7346249,4.695405,4.4627309,4.5680943,4.6506901,4.07231,4.4478536,4.1591549,4.1875677,4.1878142,4.1577001,5.9148378,5.5914178,5.6268964,5.6317525,5.694375,5.5444622,5.414175,5.6602139,5.6763296,4.8596902,5.0086589,5.0295,4.967381,4.8444896,5.2491002,5.4208159,5.2716937,5.2096443,5.1839938,5.3278751,5.2943554,5.186142,5.1580439,5.04702,4.8087602,4.9555759,4.6636801,4.6328368,4.7848201,4.7417998,5.610424,5.3137703,5.2720799,5.2051497,5.1706247,5.0293651,5.154201,5.0964842,4.8324099,4.7898402,4.6124439,4.6003652,4.6605439,4.1797557,4.6388001,4.8907633,4.6488619,4.5966358,4.6312289,4.6491251,4.374876,4.4953742,4.4974141,4.5434403,4.26932,4.2656059,4.0767303,4.1507969,4.4522996,4.1648998,6.0928011,5.894392,5.7908401,5.7088947,5.73875,5.7064815,5.9256992,5.552712,5.7969999,5.5672102,5.081471,5.1908846,5.1463952,5.0650144,5.4830999,6.0012846,5.7883978,5.7611399,5.7469497,5.8538752,5.4701681,5.6778932,5.9586663,5.9159098,5.3906598,5.2021341,5.6137199,5.7498717,5.154366,5.4468002,5.0868101,4.8380699,4.7541118,4.7563591,4.8641248,4.809145,4.7397866,4.6555319,4.5044999,4.4405899,4.1765532,4.41924,4.2951002,4.0343041,4.3740001,6.1062269,5.8083639,5.6111879,5.421741,5.3789997,5.3492889,5.5400667,5.3155918,5.3243303,5.04669,4.9519787,4.8254848,4.780436,4.7200499,5.0078001,4.631011,4.4241438,4.3880758,4.4342461,4.48525,4.5077338,4.6386991,4.6690979,4.59624,4.3000102,4.6304288,4.4738398,4.2459693,4.2817564,4.3933001,4.9981709,4.8395438,4.6660681,4.7199812,4.8127499,4.8097501,4.9509716,4.9005179,4.6429901,4.6020699,4.6072121,4.4399247,4.3771911,4.4107857,4.7606001,5.493289,5.281342,5.1177721,5.109303,5.0045004,4.9272413,4.752306,4.8250499,4.9863,4.6108699,4.547698,4.5505948,4.4834871,4.8764157,4.6276002,6.7868428,6.5193682,6.4442401,6.4181366,6.4389997,6.2687678,6.0470276,6.217104,5.94979,5.76653,5.9046388,5.5964999,5.5534506,5.42487,5.5008001,5.1648998,5.0057039,4.9798317,5.0355153,5.196125,5.4821472,5.030766,4.6857419,4.64992,4.7992997,4.8327332,4.5717001,4.6139879,4.6319222,4.7410002,5.3006673,5.05515,4.9732323,4.9484401,4.8896251,5.0171442,4.6756711,4.8463683,4.5904102,4.6644397,4.4716158,4.5748501,4.3037519,4.2854276,4.2621999,5.0283108,4.8548198,4.8603721,4.9383783,4.9431248,4.854157,4.6812873,4.974618,4.6977701,4.4180398,4.6448169,4.734345,4.3990269,4.1629257,4.4387999,4.677865,4.4662199,4.4477401,4.4672699,4.467,4.327323,4.175262,4.2614341,4.3175001,4.1663599,4.2607012,4.1131649,4.1293731,3.9794281,4.1259999,5.6500173,5.4164138,5.3166962,5.243463,5.2511253,5.167305,5.1086879,5.189508,5.0811205,4.6283603,4.6859097,4.4133596,4.7224469,4.6749663,4.5151,5.852366,5.7181821,5.5751519,5.5991163,5.8096247,5.7685537,5.1984272,5.653944,5.8176799,5.5925097,5.4880414,5.1549749,5.539443,5.4695458,5.5925002,7.0213871,6.8428435,6.9668283,6.953229,6.9596248,6.5914755,7.1990099,6.925272,6.1556001,6.4279599,6.4522548,6.6720152,6.236753,6.3056402,6.5792999,5.1728458,4.9177999,4.8417602,4.828083,4.8483748,4.5986047,4.6239572,4.2508321,4.62187,4.4460902,4.3540049,4.1039248,4.2845941,4.486062,4.3572998,4.9535089,4.7398481,4.6595998,4.6325188,4.5181251,4.3023973,4.575285,4.4732461,4.4861298,4.2799897,3.970216,3.838695,3.62766,3.7355461,4.0928998,6.1303391,5.8548617,5.765892,5.7252779,5.7056246,5.5444622,5.711823,5.2054677,5.6903,5.2800002,4.9586282,5.16957,5.074192,5.0441041,5.1181998,5.68961,5.4003339,5.2314243,5.1040139,5.2362499,5.188117,4.7019958,5.1164341,4.9625401,5.11445,4.7400832,4.8035402,4.9722223,4.9552617,5.0731001,6.5091443,6.2579341,6.2043962,6.1273708,5.9976249,5.7727885,5.9936757,6.6009417,5.4995599,5.3296099,5.448801,5.0601602,5.3643427,5.3726463,5.9266,5.127636,4.952774,4.979568,4.9702411,5.1757503,4.7877278,4.5603089,5.1844921,4.9306397,5.2308302,4.96386,4.6936049,4.8324509,4.8863101,4.8216,4.435101,4.2377501,4.1161561,4.1468339,4.3936248,4.2708158,4.0753441,4.2529979,4.4432302,4.2010098,4.3361292,4.4165101,4.3608141,4.4884081,5.1929002,4.8245921,4.6712399,4.6421757,4.5423479,4.651875,4.455462,4.7120581,4.5910082,4.2953901,4.8530903,5.001029,4.16535,4.7300692,4.5566459,4.5229001,4.1002727,3.8940399,3.8951881,3.9052169,4.0204997,3.8434439,3.8833468,3.915786,3.72262,3.7029302,3.853368,3.8527651,3.984555,3.8436661,4.0422001,4.6564932,4.5856142,4.6151161,4.5988503,4.8668752,4.7118611,4.5569158,4.4941077,4.6426601,4.9807997,4.9663672,4.7575502,4.9257689,4.8171539,5.0014,6.1296535,5.9903359,6.040452,6.0573239,6.0663748,5.8942733,5.8214517,6.2035379,6.27319,6.2251201,5.9168468,5.6933103,6.111299,6.0362582,6.1931,5.1884642,5.0031581,5.0427961,5.0902109,5.140625,4.9007421,4.9412608,4.7840099,5.0211701,4.7028298,4.8010139,4.5188851,5.0083752,4.7206621,5.1331,5.7503009,5.5260258,5.5837321,5.637816,5.7667499,5.4460888,5.6667781,5.6695619,5.2828598,5.6845798,5.6378069,5.3295898,5.2940974,5.362956,5.4186001,5.857161,5.7149663,5.8226519,5.7830696,5.9460001,5.6464653,5.7099509,5.9095321,6.2101598,5.9930201,6.0610538,6.0528297,6.1835017,6.2898302,6.2438002,5.4321871,5.2737041,5.2437,5.1767702,5.3101249,5.2788668,5.1451921,5.3955064,5.5242,5.6157198,5.4528341,5.5576501,5.601346,5.5470662,5.5781002,4.986937,4.82199,4.7904119,4.7123699,4.8334999,4.5209231,4.5563312,4.5438118,4.8567204,4.8250403,4.8826547,4.8673801,4.6949458,4.8464279,5.0718999,5.1895599,5.0283499,5.0747399,4.9968152,5.2620001,4.9292979,4.9531951,5.1898499,5.2577801,5.5440001,5.4176273,5.4138002,5.3153152,5.4998403,5.2273002,4.7507491,4.6083941,4.6184158,4.5626011,4.788125,4.5465751,4.3915949,4.8053279,4.8178902,4.9316301,4.8896308,4.8479548,4.8455319,4.8298016,4.9456,5.3449183,5.2250624,5.2104359,5.2366261,5.4066253,5.1583509,5.2564592,5.3904901,5.3671198,5.0694599,5.3994241,5.1713548,5.1883159,5.235456,5.2367001,4.7426662,4.5200877,4.4860201,4.4890709,4.6595001,4.5858998,4.5033298,4.47051,4.4787598,4.4393802,4.4545031,4.3395452,4.6253181,4.6094823,4.6159,6.0870471,5.9439721,5.9320798,5.8987832,5.9708748,5.678772,5.7418919,5.955018,6.1122603,5.7860003,6.0400167,6.0784502,5.8796515,5.9700603,6.1423001,5.1379108,4.9435277,4.923996,4.889358,5.0056248,4.769094,4.7677498,5.1344461,4.9525299,4.89434,4.7940378,4.5275998,4.5136657,4.6984258,4.9569001,5.0763979,4.945538,4.930068,4.8830371,5.0626249,5.0136347,4.8578401,4.8920817,4.98839,4.8921399,5.047245,4.9948502,5.0257816,5.2688103,5.2894001,5.344233,5.0911961,5.0055718,4.8454981,5.0467496,5.3267827,4.8423963,4.8598199,4.7095404,4.8389001,4.9140468,4.9676552,5.043189,5.1348844,5.0788002,4.97721,4.7773681,4.8277678,4.8375001,4.8491249,4.8087821,4.7017622,4.888206,4.7911596,4.66224,4.6887441,4.48035,4.5364294,4.363152,4.5412998,5.2413459,5.0448322,4.9936919,5.046093,5.1673751,4.9715266,4.7409573,4.951932,4.92206,4.8723402,4.8390551,5.280345,4.9635696,5.2426982,5.1514001,4.8819947,4.7362299,4.6796641,4.689537,4.818625,4.8668623,4.6822233,4.7203979,5.1108203,4.7725697,4.5714598,4.6588497,4.5563083,4.9598517,4.9018002,5.3028588,5.062922,5.0219402,4.9904938,5.0626249,4.9904032,4.9115429,4.8893461,5.1536102,5.1722002,5.0768929,4.7880001,4.7603507,5.0696039,4.8527999,4.8506222,4.7180061,4.7300882,4.7136602,4.9347501,4.7883329,4.5755191,4.7552819,4.8888397,4.7207603,4.9744334,4.6406851,5.0238252,4.95261,5.0370002,7.0383749,6.951786,7.165884,7.2350941,7.4453745,7.4756217,7.0751071,7.5145383,7.5957198,7.9039402,7.4739122,7.5753303,7.5243559,8.0895185,7.9173002,4.6510129,4.4636741,4.3999562,4.391418,4.5327501,4.4555831,4.5979829,4.6502876,4.7676201,4.70151,4.3758054,4.2706647,4.3732772,4.536654,4.6750002,3.9010751,3.7140779,3.6368639,3.6388321,3.6516249,3.6256442,4.1129012,3.6438959,3.73329,3.5466201,3.7332499,3.549315,3.868783,3.8284681,3.6742001,5.3830037,5.3073382,5.2314243,5.1752219,5.4095001,5.282618,5.1876631,4.962306,5.45996,5.3431401,5.00419,5.2742548,5.6359539,5.567874,5.5957999,5.2784729,5.0523362,4.978776,4.8853593,4.8531251,4.8807769,4.727385,4.737042,4.7837896,4.5400295,4.5988188,4.5907049,4.334446,4.3739638,4.5292001,5.6287823,5.3837185,5.3680439,5.3722053,5.4936247,5.4341102,5.3163629,5.4415622,5.52035,5.5075898,5.3731551,5.546205,5.3441548,5.97822,5.6550999,5.6524825,5.449512,5.443944,5.3847179,5.4353752,5.3538866,5.3259573,5.3374801,5.4075999,5.1583405,5.3947368,5.4688196,5.1641111,5.2945142,5.5320001,4.7551332,4.5387139,4.482192,4.620522,4.6906252,4.626677,4.62852,4.5277381,4.6824803,4.7276902,4.5255709,4.67838,4.5381804,4.7829838,4.7342,4.640738,4.4628696,4.420548,4.3186622,4.4577498,4.2533917,4.2430048,4.5106382,4.4776602,4.59899,4.4867673,4.3624349,4.4330168,4.5633779,4.5521998,4.9798131,4.77844,4.7320681,4.7950587,5.0062504,4.8207612,4.6246591,4.9636741,4.7732301,4.7616801,4.6033969,4.6701903,4.4782338,4.994328,4.8291998,5.171339,4.9814501,4.9073639,4.8524642,5.1305003,5.049088,4.9246469,5.0372043,5.1997004,5.0690203,4.9467468,4.9765801,5.2673173,4.8836579,5.1044998,5.3197098,5.1616802,5.0513763,5.1096902,5.2546253,4.938252,5.0175447,5.328474,5.0576897,5.0486703,5.1789169,5.3980498,5.2350783,5.1952682,5.4154,4.8243179,4.6455121,4.6234322,4.6681232,4.9232502,4.7642541,4.4117188,4.7678223,5.05021,4.8923597,5.1172228,4.6484551,4.7683849,4.889472,4.9124999,5.7931819,5.6870942,5.7161279,5.7456598,5.9672499,5.5512381,5.8150167,5.8989301,6.4401703,6.1491098,6.0279179,5.7377248,5.8721328,6.2608624,6.1215,5.227509,5.0350499,5.0705161,5.054091,5.3096251,5.1363292,5.1653161,5.43609,5.3273001,5.3488598,5.238976,5.0150099,5.0882001,5.4782162,4.9506998,5.5243883,5.3234181,5.2348561,5.2275963,5.4483747,5.3208537,5.240664,5.4267421,5.4573202,5.1693401,5.0765662,4.7597551,5.3326192,5.1884341,5.3691001,5.3975263,5.2059002,5.2153201,5.2233391,5.4750004,5.2388158,5.0938292,5.3081822,5.2346802,5.2844,5.2532549,5.348175,5.0476179,5.5931702,5.7681999,5.011734,4.909224,4.8659163,4.7691302,4.930625,4.5929179,4.5743489,5.0700359,5.0864,4.9175501,5.0587988,4.9043403,4.9898353,5.2945142,5.3277001,5.3834152,5.201076,5.2363081,5.1846395,5.3283749,5.0106096,5.0627069,5.3800015,5.5398202,5.5404801,5.5421047,5.2417049,5.2491889,5.4839282,5.2824001,5.5464449,5.3535681,5.2757759,5.160903,5.2288752,5.072804,5.119803,5.0008383,5.2088299,4.82757,4.7118521,4.7596502,4.7016411,5.1085682,5.0346999,4.9840598,4.7906342,4.7576761,4.7915759,4.8926249,4.5422192,5.0047917,4.9485116,4.6549802,4.6663098,4.4601707,4.7722502,4.9614067,4.6894498,4.9836998,5.415062,5.231092,5.1726842,5.1182041,5.3396249,5.1917467,4.8663807,5.1058316,5.3929701,5.1080704,5.0467,5.1401701,5.3186111,5.3331718,4.9696002,5.0103641,4.8473158,4.8301439,4.8347912,5.0526247,4.6765289,4.9838486,5.057724,4.9378996,4.9381199,5.1268148,5.0904002,5.2544417,5.298696,5.3905001,5.9799132,5.7973757,5.7874079,5.7290192,5.8743753,5.8030391,5.825664,5.9786162,5.9541898,5.7286901,5.7325282,5.6683197,5.7394691,5.9188561,5.8234,4.9410419,4.733952,4.7423639,4.7305589,4.8253751,4.743926,4.5032129,4.7820721,4.6138396,4.90237,4.6078658,4.7082005,4.7261548,4.7103601,5.0299001,6.0343022,5.8513784,5.8086596,5.7834573,5.7846251,5.602663,5.255991,5.4530759,5.3607402,5.32829,5.0755849,5.2992449,5.3274689,5.6601839,5.2750001,4.9056959,4.7300663,4.5359159,4.3678112,4.4143753,4.3972611,4.4197922,4.5486002,4.7582698,4.5675297,4.3772221,4.1730151,4.2148633,4.2780838,4.1093998,5.8672991,5.711616,5.6470919,5.6745811,5.5532498,5.3803859,5.4305549,5.880918,6.03581,5.3850503,5.5605259,5.6248498,5.4522018,5.4268084,5.9945998,5.289844,5.135282,5.0542798,4.9546323,5.0583749,5.117332,5.0141521,5.090898,5.0613203,5.30794,5.0794001,5.3475447,5.4015265,5.5843978,5.1557999,4.840621,4.6997819,4.674252,4.6815391,4.8208752,4.7277122,4.7367449,4.8451142,4.6951299,4.7265897,4.6868911,4.4904299,4.5987439,4.857852,4.8316002,4.9884443,4.8607159,4.9159441,4.8942599,5.0492501,4.8252378,4.8235593,5.2386422,5.1027899,5.2593198,5.22437,4.8608699,5.2671108,5.7091441,5.2967,5.095304,4.8501301,4.7216396,4.7272048,4.77,4.8317719,4.6386991,4.5654716,4.80898,4.5013103,4.3995671,4.5265498,4.2529726,4.621314,4.4719,6.6577892,6.3769264,6.1698117,6.068676,6.1108751,5.9903469,5.4911609,6.0506639,6.0690303,5.9070001,5.9738541,5.85606,5.9392891,5.7633061,6.27,5.6416602,5.4074359,5.412528,5.3220239,5.3883748,5.527885,5.2263899,5.396646,4.8871903,4.9903698,5.4828091,5.0790601,4.9636731,5.2414742,5.0924001,4.5137391,4.3206959,4.2770638,4.2166228,4.2852502,4.4701028,4.1916423,4.4456577,4.5107698,4.1934199,4.2735629,4.0343099,4.6512742,4.1831222,4.2582002,5.2798429,5.1819139,5.0468879,5.0905976,5.524375,5.4154758,5.3137889,5.5720921,5.5317903,5.3313704,5.6125188,5.6067901,5.633585,6.1758962,6.1750002,6.0055323,5.8906398,5.9575558,5.9995322,6.1189995,6.3168049,5.8663797,6.3151441,5.71703,6.1167698,5.7062588,5.9070902,6.1199508,6.025548,6.223,5.4668479,5.1691837,5.0183759,4.9974599,5.2258749,5.0899863,4.94208,5.042676,5.15592,4.9523101,4.927999,4.9977899,5.0166149,4.9957561,4.8583999,6.165411,5.8709421,5.8165798,5.7526264,5.8828745,5.7200332,5.8957472,6.1841578,5.6377196,5.7443099,5.7601051,5.4595804,5.7170148,5.8020663,5.7045999,5.3598514,5.1671743,5.1267481,5.155098,5.1679997,5.2155838,5.0315847,5.1944098,4.90765,4.9709001,5.0042992,4.9911752,5.2888441,5.2409639,5.0244002,5.8396249,5.580564,5.6782441,5.7737823,6.0353751,5.9415841,6.5214634,5.8558383,6.0603399,6.0110602,6.252131,6.0197549,5.8677044,5.7634082,5.9398999,5.023242,4.8487902,4.835556,4.7760959,5.131125,5.0061331,4.858191,4.9596839,5.12919,5.1352396,5.167254,4.7701502,5.2373438,5.4109983,5.2616,4.6825233,4.4997201,4.4326921,4.3380117,4.5201249,4.0456347,4.3398809,4.3732681,4.5109901,4.51792,4.692668,4.3530903,4.5581617,4.229022,4.3178,4.9362469,4.7225623,4.6489081,4.5764041,4.644125,4.5066447,4.639986,4.7259836,5.2390804,4.5213299,4.6467791,4.5109053,4.6622953,4.9992237,4.4705,4.75527,4.5255818,4.473084,4.430634,4.6342502,4.5263677,4.4056349,4.6996498,4.04987,4.3373003,4.4764123,4.3508849,4.7526259,4.5562377,4.2045999,6.0208764,5.821898,5.7722282,5.7353401,5.6946249,5.3144407,5.7084303,5.908164,5.8557401,5.3538098,5.1865468,5.0364299,5.4815569,5.51055,5.4440999,5.171339,5.0062399,4.9686122,4.9775939,5.173625,4.9075179,4.8043709,5.0569263,5.1242399,4.7621198,4.8187809,4.854465,5.1356831,5.8432741,5.5967999,5.0457101,4.8470478,4.682436,4.6189742,4.9673753,4.6690269,4.705389,4.5314999,4.8049102,4.6715899,5.5635777,5.02845,4.76581,5.2037339,5.1423001,5.0481758,4.7379718,4.632936,4.6479993,4.75775,4.6828208,4.7542949,4.791306,4.65487,4.47612,4.4646401,4.4571452,4.6561151,4.838676,4.6926999,4.6338882,4.4451823,4.3406878,4.350009,4.6453753,4.4046421,4.5214648,4.8719039,4.6268201,4.8127198,4.7262402,4.5734849,4.906817,5.0526719,5.0599999,6.0142999,5.8891659,5.9205961,5.8678226,6.0707498,5.802434,6.0016322,5.7284999,5.9414301,6.4284,6.6808281,5.7799354,6.065155,5.927526,6.2744999,4.7569137,4.6050439,4.5013318,4.4342461,4.7087498,4.5258842,4.579731,4.670352,4.5753398,5.0152302,4.8205252,4.5954299,4.7153401,5.140902,4.9625001,6.6325812,6.4470081,6.453084,6.3651175,6.4130001,6.2870388,6.1563058,6.1989779,6.2677999,6.0442801,5.921752,5.889555,5.9680262,6.0575757,6.1027999,5.5789137,5.325294,5.2712879,5.2604909,5.3294997,5.4435477,5.4350009,5.525238,5.4798698,5.0345898,5.2178302,5.1018453,5.1408329,5.1581402,5.1946998,5.4534221,5.2611079,5.2149239,5.1611609,5.2628751,5.286006,4.7187271,5.5488362,5.4842701,5.2070699,5.333261,5.2345653,5.2409492,5.1814976,5.2790999,4.1813769,3.9878402,3.9248881,3.844974,4.0952501,4.0334139,4.2858272,4.0692301,4.0323801,3.8538499,4.01229,4.0474353,4.1250472,4.8265381,4.2853999,4.6821117,4.5968699,4.5978241,4.5111299,4.8715,4.5601268,4.448925,4.416018,4.5549903,4.8548498,4.6747918,5.1953998,4.8406911,5.2426982,4.9513001,6.2104836,5.9983759,5.9686437,5.9018788,5.8683748,5.9149642,5.4568801,5.5145216,5.7439799,5.5777702,5.2102003,5.2507348,5.4914451,5.553288,5.4959002,5.2617588,5.1403742,5.119884,5.1176882,5.3294997,5.1671839,4.833621,5.1947517,5.1813297,4.96947,5.3471041,5.10006,5.4729052,5.5834799,5.5637002,5.7248192,5.5843158,5.5990443,5.7552061,5.9455004,5.256361,5.4044642,6.0426841,5.7764297,5.6075797,5.8538451,5.9878349,6.3011279,6.3053341,6.0205002,5.8788071,5.631886,5.5005717,5.4564424,5.4159999,5.1320939,5.2296658,5.597856,5.5291505,5.2981501,5.361928,5.0527048,5.2829728,5.485764,5.2128,5.289433,5.1265721,5.1052318,5.0377078,5.3224998,5.5319986,5.107635,5.0996761,5.2027802,5.0120397,5.3227968,5.2535696,4.9232969,5.4920878,5.4956999,4.4353747,4.2542319,4.1886239,4.1801162,4.4334998,4.3360348,4.238091,4.4368801,4.37712,4.3699703,4.6617122,4.5312748,4.6287169,4.5909176,4.6501002,4.5858011,4.3418679,4.3274879,4.2361016,4.4295001,4.466836,4.210362,4.6402564,4.4717197,4.5283704,4.3574929,4.1918097,4.3702898,4.4224138,4.4905,4.4172907,4.2109499,4.1725202,4.150188,4.295125,4.6938319,4.1502237,4.4294701,4.2027698,4.1298399,4.1237969,4.170495,4.3448486,4.387938,4.2554998,4.545249,4.3240461,4.3255081,4.452435,4.5091252,4.1258578,4.4200263,4.3747501,4.4222198,4.3935099,4.204021,4.1998949,4.2793407,4.1441579,4.2413998,7.045362,6.8305163,6.941484,6.9076924,7.0742502,6.4528089,6.7976999,7.0324321,6.8548698,6.62783,6.7619238,6.5822396,6.5209298,6.7654562,6.7342,5.5435681,5.413332,5.389956,5.3876848,5.5006247,5.1734757,5.4130054,5.7302103,5.5142999,5.4735999,5.1358619,5.3086953,5.5504642,5.5569601,5.6243,4.1258922,3.93558,3.9233038,3.9079261,4.0796251,4.0883479,3.9791701,3.901422,3.9119298,3.8601201,3.909503,3.95451,4.02318,3.9760618,4.2006001,4.9318628,4.7541862,4.727448,4.79106,4.8155003,4.7435632,4.5713072,4.8864956,4.5724797,4.4551096,4.3125849,4.42869,4.3717322,4.6106038,4.349,5.4402699,5.1912942,5.2315559,5.2066979,5.3465004,4.8375797,4.832685,5.2827597,4.7505698,4.9068804,5.3336968,5.0076599,5.0689387,5.1390662,5.0703001,5.522881,5.2841558,5.2050242,5.2043762,5.2772498,5.5305471,5.1764312,5.3518443,5.3708596,5.3418202,5.5860324,5.1605401,5.138567,5.4257879,5.5984001,5.429584,5.1541762,5.036592,4.919157,4.8487501,4.9648719,4.8777304,5.0723162,4.79776,4.8202,4.651248,4.5530105,4.4457889,4.6591558,4.5640998,5.1309237,4.9860063,4.900104,4.7884798,5.0313754,4.9418817,4.9404421,5.0605736,5.3437996,5.43081,5.0558562,5.1153898,4.983346,5.0597095,5.0286002,5.1544881,4.9722037,4.9266362,4.9943638,5.2216249,4.9793921,4.8737516,4.9658399,5.0674801,5.1842999,4.8457041,4.5829349,4.9107313,5.0356383,5.0107999,4.4409919,4.2344003,4.132524,4.181664,4.182375,4.1268258,4.5314097,4.1840281,4.1710901,4.1985898,4.3231583,3.922065,3.9090562,4.0874457,3.9196,4.6627951,4.5421977,4.5209999,4.5152578,4.589375,4.5234642,4.5004048,4.59762,4.60075,4.5144,4.4748859,4.4294252,4.3696723,4.3233719,4.5367999,4.9024076,4.7438679,4.6879802,4.6468382,4.6326251,4.6674538,4.56885,4.5307021,4.7066798,4.8053503,4.5408311,4.4237552,4.4550591,4.5063601,4.4198999,4.6344361,4.4698381,4.446816,4.5576987,4.5093751,4.3989549,4.4987669,4.6043458,4.67874,4.6550903,4.6395845,4.63239,4.9245329,5.1098938,5.1676002,4.6475883,4.4947619,4.4293923,4.440567,4.428875,4.3958092,4.4063368,4.6117563,4.7177896,4.6813798,4.7605748,4.429215,4.4672132,4.3313279,4.6942,4.3735881,4.1857576,4.1491561,4.1796002,4.073,4.0783052,3.957408,4.2946081,4.1332498,3.97243,4.0539279,3.7595248,3.8168709,3.67098,3.8429999,4.5408649,4.3906441,4.3322401,4.329885,4.3832498,4.1551399,4.3798952,4.3773718,4.1978202,4.2458901,4.4105759,4.2445197,4.3523679,4.2254519,4.5781002,6.6220322,6.3943462,6.3197641,6.218832,6.1998749,5.940011,5.9967179,6.4264078,6.3445797,5.9581499,6.0148377,5.5877852,5.9771929,5.758512,6.0123,4.6204619,4.4376783,4.3038597,4.2203641,4.3039999,4.1907139,4.4098468,4.5483718,4.3766799,4.2051902,4.3254471,4.327785,4.4228201,4.5186,4.7024999,4.0364308,3.881176,3.914592,3.9354029,3.83425,3.951618,3.790683,3.7779598,3.9006,3.8361402,3.790148,3.77496,3.6785419,3.975246,3.9119999,4.305088,4.1393938,4.0955639,4.151865,4.1438751,3.9196739,4.0472641,4.3577638,4.13831,3.8721101,3.9462359,4.1680799,4.1136141,4.1116199,4.0686002,4.3408451,4.1124601,3.7324319,3.6345751,3.2246251,3.440877,3.3697171,3.702378,4.1154299,3.90258,3.8945699,3.8676751,4.2034297,4.010334,4.1796999,4.9010382,4.6657457,4.4968438,4.462368,4.24125,4.0660839,4.4341831,4.484304,4.5630202,4.4278302,4.5469351,4.4279552,4.4609299,4.3723321,4.7649999,4.8443198,4.6749921,4.5550561,4.5293193,4.66325,4.5655723,4.5298891,4.7919898,4.7349501,4.8899403,5.0598888,5.0076599,4.9168081,4.914156,5.3130999,4.413455,4.202106,4.0766878,4.175859,4.0882502,4.0987539,4.036149,4.0858741,4.3038602,3.9819999,4.0917511,4.1751151,4.1389523,4.1476259,4.2697001,5.201479,5.1386318,5.1972361,5.3515649,5.381875,5.2407522,5.2958879,5.3090944,5.3937397,5.2093797,5.4202433,5.7376199,5.2350783,5.4556742,5.5704999,4.230834,4.1012039,3.8115001,4.0948467,3.971875,3.8676438,4.0107598,4.0220342,4.20123,4.0448098,4.1645627,4.1973748,4.4136529,4.4957519,4.5352998,4.906929,4.7161303,4.6841521,4.6472249,4.6237497,4.5404038,4.6174049,4.3485303,4.9679303,4.191,4.2678947,4.2260399,3.8559079,4.3187819,4.5180001,4.1889119,3.99856,3.9421799,3.9806819,3.9576249,3.9385502,3.7024651,4.002768,4.10179,3.8228302,3.8593628,3.5783999,3.6425951,3.769716,3.8491001,4.2824831,4.1552057,3.94086,3.7924709,3.6221251,3.6690829,3.779685,3.9755218,4.06043,4.06604,4.0418291,3.9885299,4.1373038,3.8544779,4.1434002,5.0946188,4.8975663,4.778532,4.7977676,4.7888751,4.9683809,4.7704411,5.1449342,5.0917902,4.8737698,4.9090328,4.9238701,4.9400859,5.0013657,4.7493,4.6840301,4.479486,4.3916397,4.365489,4.4341249,4.2527871,4.4488082,4.7215376,4.7339597,4.55444,4.9270177,4.5246596,4.5859723,4.7264762,4.7599001,5.3680711,5.2147441,5.1395521,5.0310001,4.9744997,4.8564558,5.3582492,5.0821204,5.2375402,4.8739901,5.1595149,5.03265,5.027739,5.2245417,4.9246001,4.4185238,4.2658901,4.000524,4.0209303,4.0029998,4.0092139,4.0235128,4.2038641,4.35743,4.4678698,4.5562,4.60677,4.534884,4.6600738,4.9256001,3.8055861,3.6039302,3.4990561,3.5738161,3.5422502,3.5471148,3.570255,3.587352,3.5708201,3.4356301,3.5554709,3.5882699,3.590271,3.828774,3.6471,4.7422547,4.5775743,4.5027843,4.5717597,4.5349998,4.770062,4.5661588,4.9423561,4.9330602,4.5794096,4.622581,4.38627,4.734807,4.8403082,4.9507999,4.998034,4.7618241,4.6722717,4.6463218,4.7021251,4.7185159,4.7060909,4.7623496,4.7185597,4.6877599,4.536798,4.9273348,5.0340223,4.8990598,4.6961002,5.4231448,5.1241598,4.9036679,4.806798,4.6737499,4.8802929,4.9866571,5.8890123,5.4959302,4.8800402,5.089973,4.7132401,4.7890882,4.7923679,4.8608999,5.2513471,5.0011477,4.8133802,4.703856,4.5752501,4.4701028,4.7463393,5.1385503,4.9534101,5.1209397,4.7824841,4.99191,4.8068042,4.737288,5.1143999,5.4665742,5.2955461,5.2848835,5.3140259,5.2795,5.117816,5.3460813,5.4302759,5.3450098,5.1242399,5.119185,4.8880653,5.0361853,4.9262938,5.0745001,4.4645562,4.3097081,4.2221522,4.2453899,3.95175,4.568718,4.1993642,4.6290836,4.7880797,4.8436298,4.7623191,4.2235198,4.7388239,4.1868963,4.1192999,4.889667,4.7213559,4.349268,4.1765041,3.95825,3.9893699,4.3278298,4.2997379,4.64255,4.40275,4.4976668,4.6568551,4.8527422,4.9002843,5.0886002,4.5223703,4.3489699,4.114572,4.270287,3.9435,3.9965091,4.2132869,4.214808,4.3003402,4.6180201,4.3653412,4.2948151,4.7019501,4.531044,4.5341001,5.7390666,5.7504759,5.5781884,5.5015922,5.510375,5.3569117,5.6701713,5.7576842,6.3350101,5.8259301,5.6091399,5.69415,5.4970074,5.605104,6.0279002,5.8309937,5.5945001,5.251092,5.1265893,5.1754999,5.1536322,5.2675743,5.7421803,5.4850402,5.2480998,5.6492519,6.2241902,5.7453399,5.7747302,5.8543,5.1084561,4.9127078,4.3925638,4.4908772,4.2205,4.4271479,4.3208103,4.5561237,4.93152,5.24227,5.1911249,5.1036301,5.213757,5.1649742,5.2795,4.236999,4.0431819,3.9791398,3.9138598,3.9056251,3.9639599,3.9063959,3.8433962,4.0374398,3.9667101,3.830914,3.7553248,4.2623458,3.651906,3.9732001,4.7345829,4.5346937,4.2827401,4.3896122,4.25525,4.153204,4.287816,4.2751141,4.6629,4.6847901,4.6418743,4.5862951,4.4681396,4.3108258,4.7708998,4.292347,4.122108,4.0493641,4.108005,4.0513749,3.9233038,3.9301472,4.4878383,4.1332498,4.1824203,4.084012,4.1059198,4.2640972,4.3927321,5.0524998,5.820034,5.6215677,5.573832,5.521071,5.5180001,5.3278723,5.4314914,5.249814,5.5704002,5.3143201,5.116569,5.3505898,5.1112719,5.52177,5.5074,5.6942682,5.580832,4.982604,4.9449573,5.0516248,5.3027039,4.9662991,5.287662,5.3691001,5.6259499,5.5870128,5.7056999,5.5032897,5.4137521,5.9596,5.2355919,4.8349881,4.5002761,4.4321823,4.366375,4.9286928,4.5648718,4.726212,4.93119,4.7097602,4.7238417,4.8291597,5.2814283,5.010138,5.2393999,5.7175579,5.559392,5.5071721,5.4450903,5.421875,5.2839489,5.394753,5.4604859,5.4645801,5.3789997,5.5272808,5.2859101,5.247129,5.1674223,5.3796,6.336113,6.098608,6.097476,6.0155277,6.0890002,6.1209059,6.1552529,5.97189,6.2447,5.9178901,5.7325282,5.98983,5.6708713,5.5987797,5.6926999,4.3030329,4.1905818,3.864696,4.0079012,3.9237499,3.9324999,3.8373659,4.0401597,4.17307,4.1069598,4.1027598,4.0808249,3.5220852,4.276248,4.4101,9.1510515,8.9331102,8.8405685,8.6150064,8.5016251,8.0980453,8.1889477,8.2035542,8.3874998,7.92066,7.7814007,7.4198251,7.5923362,7.56177,7.6104002,5.6708407,5.3960457,5.1263518,4.96134,4.7975001,4.7415061,4.9173927,5.2677121,5.2394104,5.33775,5.3874335,5.398365,5.214478,5.5486979,5.3484001,5.2887478,5.1102242,4.9823399,5.0707321,5.0217495,5.022831,4.9959002,5.1139259,5.3327999,4.9837704,5.0765662,5.0068202,5.091393,5.2306619,5.3378,4.5582638,4.2843819,4.1630158,4.4915223,4.4786253,4.2556911,4.2796259,4.1836858,4.3014398,4.45819,4.4870939,4.1785798,4.3819289,4.632534,4.6318002,4.3657789,4.136178,4.1290917,4.0829792,4.0727501,4.0464821,4.0649309,4.1688662,4.1251097,4.14183,4.3254471,3.9772949,3.7816451,3.931284,4.0822001,5.1595569,4.9416518,4.7345762,4.6360021,4.238625,4.338697,4.7642403,5.0015221,5.19486,4.6895199,4.8273921,5.0295,5.2906981,5.3973303,5.3738999,6.6479249,6.5323658,6.6109557,6.5473952,6.432375,6.5728407,6.4514971,6.7089005,6.62398,6.3460102,6.632432,6.4645352,6.1451859,6.6732478,6.5549002,4.397563,4.238554,4.0811758,4.0129318,3.8887501,3.9109619,3.9283919,4.1598601,4.4872298,4.0550399,4.2991781,4.1282849,4.4132409,4.337142,4.4896002,4.9410419,4.7681222,4.68468,4.6296811,4.7111249,4.6967359,4.8274198,4.7026143,4.8038096,4.5756698,4.7424812,4.6845751,4.503778,4.491672,4.4520001,4.7034841,4.5555978,4.2835321,4.3305302,4.125875,3.999655,4.285944,4.4127121,4.6869898,4.5232,4.610373,4.5480752,4.7310987,4.7302499,4.9851999,4.6866331,4.486588,4.4047079,4.379034,4.2971249,4.4110551,4.270968,4.3783979,4.39362,4.10531,4.2791219,4.13133,4.0370851,4.027266,4.3038001,5.863874,5.6423383,5.6845798,5.6280122,5.6739998,5.5945559,5.5048499,5.8668962,5.6487203,5.4825096,5.982029,5.0536504,5.5588074,5.3788676,5.7877998,4.8381553,4.6305041,4.515192,4.5388651,4.6578751,4.6165128,4.605237,4.7045522,4.83813,4.62429,5.0029912,4.5936451,4.6600289,4.6225381,4.7722998,4.6775908,4.5842738,4.4007478,4.4826212,4.6123748,4.6114311,4.552587,4.6698956,4.7273598,4.7357202,4.7506557,4.4749951,4.6033788,5.1088738,4.7901001,5.3728657,5.0154858,4.642704,4.6278753,4.737875,4.7510653,4.7530079,5.0321879,5.3137698,5.2466702,5.301106,5.1598053,5.2388887,5.5020838,5.3902998,6.2010307,6.099144,6.2215562,6.3189359,6.4591255,6.5002408,6.5727091,6.7434421,6.7354097,6.3475504,6.3705049,6.0458999,6.6567874,6.0900121,6.3923998,4.7762308,4.5797181,4.4238477,4.4853301,4.5733747,4.4452982,4.3577819,4.5863338,4.8753099,4.59481,4.6811142,4.568655,4.7590117,4.7104621,4.8645,4.4145513,4.1937981,4.1569438,4.1784391,4.211,3.9611771,3.975426,4.2522001,4.6104298,3.95626,4.0869551,3.8503501,4.0739589,3.98259,4.2220998,4.646081,4.5750279,4.5596757,4.6126533,4.5213752,4.430778,4.3397641,4.2438784,4.60537,4.5676398,4.8414531,4.6438351,4.4047952,4.7332077,4.4773998,5.4254742,5.1785641,4.9799643,5.0130692,4.8711247,4.7880907,4.3368392,5.2862945,5.3499599,5.4657903,5.398334,4.9356303,5.4538503,5.2180138,5.5377998,4.9444671,4.7599483,4.5937319,4.6174259,4.8613749,4.6519661,4.7864699,4.9481697,5.1631799,4.8708,4.802104,5.0369549,5.1579309,5.1006117,5.4148998,4.5637441,4.355134,4.272048,4.3399472,4.3013749,4.168571,4.3380089,4.2006717,4.4398203,4.1761498,4.1815667,4.2683554,4.1757231,4.2714539,4.1526999,4.7839031,4.5775743,4.4575081,4.6775398,4.4616251,4.4624801,4.460742,5.2481041,4.8827901,5.0216103,5.6371531,4.7012696,5.1027231,5.0420642,5.1922998,4.4782562,4.2563758,4.1203799,4.0277667,4.0152497,4.0694718,4.0772161,4.1700063,4.2077203,4.2448997,4.4020739,4.3465796,4.346806,4.323678,4.4846001,5.3468361,5.17307,5.1380997,5.0787301,5.1494999,4.997179,4.7860022,5.1105061,5.37328,5.35216,4.9290891,4.96839,4.8107181,4.9970818,5.2749,4.1178093,3.9453619,3.7651682,3.8280749,3.7532499,3.723896,3.7483292,3.7663321,4.1324801,3.8061099,3.980571,3.9846449,4.0652041,3.926286,3.8848,5.4112258,5.2494502,5.267724,5.2350779,5.1366253,5.0300913,4.8772621,4.9012022,5.0517502,5.1417303,5.7863741,5.1447897,4.9713979,5.3081822,5.2744002,4.9329591,4.6925459,4.392168,4.333755,4.4231253,4.4350128,4.4746652,4.6148338,4.7307701,4.5116501,4.6497221,4.3704152,4.5218029,4.6237621,4.7350998,4.9019971,4.7109041,4.5450239,4.5459599,4.5313749,4.4773631,5.2309532,4.7577901,4.6015201,4.4271703,4.5857391,4.2783303,4.4824572,4.49616,4.5855999,5.8153763,5.690846,5.765892,5.7728791,5.8270001,5.5987911,5.5248566,5.7321482,5.97751,6.0443902,5.7618489,5.600595,5.8597727,6.1053119,6.5373001,5.052834,4.8261437,4.7241483,4.7526178,4.73525,4.76861,4.8564363,4.8916264,4.8947802,4.8926897,4.7945833,4.72122,4.8636603,5.1989403,5.4700999,4.5568938,4.2595921,3.9652798,4.0317659,3.7316251,3.802788,4.0085368,4.1054821,4.2877998,4.1231298,4.3829989,4.2953396,4.5899887,4.6819019,4.4931998,5.0606432,4.8213201,4.710156,4.6411619,4.6339998,4.81459,4.5997381,4.6076522,4.6856699,4.5689602,4.547153,4.3986597,4.4386821,4.4980984,4.6532998,4.2934427,4.128674,3.934788,3.9039268,3.9419999,3.7950439,3.839823,4.1297641,4.20189,3.9991601,4.1780791,4.00386,4.0257549,4.0615377,4.2381001,4.9629622,4.6882577,4.507668,4.411026,4.5197496,4.4982963,4.7166209,4.997076,4.7473803,4.7978702,4.5438833,4.7690997,4.6177993,4.6296778,4.9152002,4.6322441,4.50106,4.4156642,4.3084712,4.2721252,4.2435913,4.3418698,4.4304962,4.8181095,4.46732,4.962007,4.7835898,4.488122,4.719234,4.6468,4.3279672,4.1785221,4.0864558,4.1059408,4.0365,4.1135159,4.0187159,4.1788979,4.3711801,4.5868897,4.1950831,4.12923,4.2603893,4.1687398,4.8383002,4.3955078,4.1830783,4.054512,4.1608953,3.9969997,4.005342,4.2005339,4.1332979,4.3116698,4.37393,4.2068548,3.9577651,4.162745,4.3724337,4.3083,4.1178093,3.898864,3.762264,3.77583,3.8234999,3.7842751,3.815136,4.0525861,4.2498503,4.0402999,3.986675,3.8996999,3.7712421,4.0310397,4.5443001,5.393827,5.150424,5.0632558,4.9439249,4.902,4.8724284,4.95612,4.8514981,4.9876204,4.8209701,4.788043,4.7626953,4.658175,4.9475102,4.8460002,5.812088,5.6225061,5.2704959,5.1374249,5.0938749,5.0564685,5.425056,5.4578638,5.6823802,5.04702,5.1148252,5.1519299,5.278235,5.2033257,5.6032,6.0478654,5.85111,5.7635159,5.6682601,5.5999999,5.2441401,5.2692122,5.395164,5.44698,5.2878098,5.0135636,5.2002301,4.9078474,4.9644418,5.1174998,5.1283212,4.9408479,4.789752,4.7286239,4.6976252,4.8929977,4.8240266,4.485672,4.9074297,4.9354801,4.7359409,5.024775,4.9235029,4.625598,4.7381001,5.7366014,5.5317879,5.4943676,5.4880471,5.4631252,5.3584852,5.1664863,5.3233442,5.3165197,5.0813398,4.9441309,4.7056799,4.9565659,5.1042838,5.2795,4.8911738,4.7446723,4.2514558,4.448307,4.4205003,4.3914533,4.4410858,4.4638982,4.76267,4.8755302,5.0901909,5.0922899,5.2119031,5.1980219,5.23,4.6506019,4.3422699,4.0521359,3.9317911,3.8002501,3.913866,3.9007802,4.0919161,4.3228898,4.2389603,4.1340432,4.1643,4.0334797,3.8785501,4.3099999,4.1519222,3.9994979,3.7831199,3.8182709,3.7606251,3.7555981,3.7498498,3.996156,3.8001699,4.1645999,4.1550798,3.99945,4.1277251,4.0489922,4.1303,4.4177022,4.1904478,3.9811201,4.0401511,4.1473751,4.1233172,4.0216408,4.1659021,4.3043003,4.2814198,4.35782,4.633965,4.4537201,4.3278599,4.5945001,5.5704198,5.406096,4.8905997,4.7700329,4.9511251,5.0721989,5.0828309,5.3171878,5.4916401,5.3999,5.4042201,5.1570749,5.4679613,5.0976543,5.6591001,5.9410052,5.7117496,5.1621242,5.203989,5.47575,5.4347148,5.3635139,5.6835842,5.9934597,5.7104301,5.4576302,6.1846051,5.463635,5.863266,5.9773002,5.5994644,5.3488779,5.2282557,5.1044006,5.1096249,5.1526642,5.5890899,5.3245983,5.0869498,5.1800098,5.1353168,4.9832997,5.1021047,5.1860881,5.2476001,5.252306,5.0093222,4.7300882,4.7143049,4.584125,4.5389519,4.8958654,4.9445219,5.0308504,4.9319601,4.9918728,5.0286598,5.045146,4.8607078,5.0639,4.2838531,4.0506864,3.92502,3.9035401,3.872875,3.782218,4.0880971,4.0707121,4.2975898,4.4502702,4.3794017,4.7967148,4.8093791,4.4541359,4.6859002,5.7974291,5.6450176,5.531064,5.4363179,5.6246252,5.714951,5.6645546,5.5219321,5.9525399,6.0875101,5.5306597,5.4249301,5.600625,5.5502281,5.9159999,4.7697921,4.5707402,4.0968838,4.159605,4.1231251,4.0382538,4.1105609,4.319232,4.4631405,4.5915098,4.7472768,4.9951649,5.0563731,4.7003641,4.9109001,4.2186408,4.056046,3.906276,3.9555268,4.1861253,3.8441701,4.0916071,4.184598,4.4489498,4.10322,4.4642043,4.1960101,4.5205669,4.4774938,4.3263998,4.9172039,4.7306018,4.3490038,4.308084,4.2940001,4.2896919,4.2667561,4.7797918,4.7273598,4.6578398,5.0050621,4.9275451,5.0196023,5.2311721,5.3446999,4.2435751,4.004858,3.9995999,4.0449243,4.1053753,3.9446001,4.0184822,4.1979361,4.28725,4.0060902,4.041502,3.88521,3.798537,4.189446,3.9763999,3.607758,3.4882879,3.381048,3.4155331,3.5056252,3.4385779,3.388437,3.4454219,3.62362,2.7769499,3.6116061,3.488205,3.366143,4.1790419,3.5502,4.5307269,4.355268,4.2853799,4.2563548,4.1582499,4.1857529,4.3144917,4.2751141,4.31288,4.1075101,4.1207447,3.9916799,3.89134,3.9502561,3.7086999,3.3666382,3.2437382,3.2118239,3.2593138,3.2120001,3.2552631,3.2208929,3.721302,3.3185902,3.2120001,3.2892931,3.1654348,3.196296,3.2344201,3.1558001,4.4274287,4.31145,4.3173242,4.365231,4.192625,4.1286411,4.0740571,4.1362619,3.97067,4.0219302,3.8822532,3.73947,3.89031,4.0593958,3.9800999,6.3865285,6.1615877,6.1344357,6.1191154,6.0349998,5.737215,6.0905519,6.2493663,5.4576502,5.6634603,5.7399397,5.4407854,5.6345119,5.3909039,5.4331002,4.6511497,4.5023999,4.4951282,4.521708,4.4668751,4.4255753,4.4683471,4.4594517,4.0453601,4.3994498,4.5535841,4.2829499,4.3205409,4.3566241,4.4731998,4.4467459,4.2494082,4.2012959,4.2482281,4.1913753,4.1684499,4.1826329,4.425138,3.9770501,3.9592299,4.1419997,3.81129,3.8327332,3.9137399,3.7665999,3.7728431,3.614918,3.6131041,3.6744361,3.6117501,3.426357,3.58371,3.61836,3.4056001,3.3631401,3.4979191,3.134985,3.2922919,3.442704,3.4126,2.8061709,2.6656621,2.6715481,2.7421529,2.7537501,2.5773001,2.710773,2.6821918,2.73438,2.6951098,2.9332988,2.6187,2.654413,2.6276221,2.4868,7.5922661,7.310638,7.341444,7.4438162,7.3436251,6.8077021,6.7817879,7.6026602,7.2795801,7.4793401,6.9765449,6.7257748,6.8067551,6.657948,6.6939001,5.037353,4.822392,4.72824,4.743072,4.5887499,4.3683419,4.581018,4.7673659,4.5342002,4.17626,4.2748709,4.2367496,4.0172057,4.08459,4.2811999,4.5986791,4.4236078,4.4165883,4.476171,4.380125,4.3730612,4.512105,4.51896,4.2080498,4.1245599,4.1451612,4.0722151,4.1359649,4.2271862,4.0223999,5.0105009,4.7938499,4.7896199,4.7407498,4.5597501,4.3238139,4.6085129,4.7582459,4.41397,4.3655701,4.2772689,4.1646152,4.331974,4.4456701,4.1538,4.8935027,4.7945199,4.7456641,4.8218908,4.7870002,4.727107,4.7086649,4.7402344,4.3302598,4.30551,4.5841036,4.40727,4.2453508,4.4086437,4.191,2.8564501,2.7368159,2.770416,2.8292282,2.8213751,2.7279449,2.699424,2.9157779,2.65782,2.6249301,3.056905,2.817045,2.660593,2.7406378,2.8647001,4.3324881,4.2105479,4.2197762,4.2892499,4.1982498,3.9317739,4.1801758,4.1747942,4.30408,4.0781403,3.8616519,3.9929399,4.1745901,4.0909142,4.1546998,6.4207788,6.2098279,6.1937041,6.2167683,6.131875,5.9851441,6.082128,5.684154,5.8612404,5.3178401,5.603581,5.4634652,5.8068309,5.861124,5.4924002,4.1690474,3.9891801,3.9878521,3.959784,3.9241252,3.9128978,3.8957491,4.0670638,3.95087,3.68489,3.8326581,3.4107151,3.8731089,3.74034,3.5218999,4.1580868,4.0061979,3.96858,4.0496969,4.0183749,3.9493191,4.0408292,4.3330259,3.9266701,3.8777199,3.9517949,3.8482499,3.7711389,3.806334,4.2639999,4.3233089,4.1590919,4.0854001,4.0095782,3.944875,3.7098601,4.3311062,4.1338677,3.99124,3.8441699,4.2551422,4.1578951,3.860234,3.8736539,3.7704999,5.8967543,5.7086682,5.6874843,5.647491,5.579875,5.6353331,5.5073071,5.8576617,5.5622602,5.5036302,5.1601686,5.6176052,5.6265807,5.4387417,5.2349,4.3966041,4.1844182,4.1067843,4.179213,4.0723748,4.0073991,4.0745249,4.1212139,4.0199499,3.94383,4.1618381,3.997875,4.3249698,3.904866,4.0700998,5.0442028,4.8637981,4.831068,5.006103,5.0656247,5.1045055,4.8267179,4.7946119,4.8092003,4.82482,4.598928,4.271925,4.1687188,4.262784,4.3614998,3.8438091,3.6277819,3.6434641,3.7539001,3.6785002,3.662307,3.541122,3.6800342,3.67785,3.72768,3.739027,3.7244551,3.6792629,3.5462341,3.4991,3.1978538,3.06793,3.0800879,3.1219289,3.0305002,2.9146478,3.0127501,3.1197238,2.9581199,2.99717,2.900708,2.9435701,2.9596019,2.9889059,2.9344001,4.355093,4.2339978,4.2358804,4.0129318,4.1793747,4.100811,4.2387929,4.2900481,4.1552501,3.9363501,3.983078,3.7567949,3.8665171,4.2159657,3.6736,5.5808315,5.3582578,5.3313479,5.3698831,5.271625,5.031301,5.3863292,5.2656598,4.9397697,4.9398799,4.906744,4.6718698,4.6469479,4.642632,4.9011998,2.5010719,2.3661721,2.3496001,2.4297149,2.4363751,2.3870881,2.363868,2.3938861,2.46015,2.44805,2.6248288,2.3403449,2.351902,2.465646,2.5215001,2.9171412,2.7800982,2.8238761,2.9662261,2.9816248,2.8171222,2.595645,2.9271779,2.7531898,2.8353601,2.9574969,2.844975,2.770597,2.799186,2.8341,4.0969849,3.847542,3.8244359,3.8755472,3.8468752,3.9081788,3.8965681,3.8536558,3.7409899,3.8863001,3.7022941,3.5248501,3.6307502,3.811944,3.8338001,3.070992,2.9319201,2.925252,2.9507461,2.9651251,2.910655,2.909322,3.030576,3.1707499,2.9604299,2.984638,2.89485,2.786047,3.0643861,2.9066999,5.215179,5.0166917,4.9632001,5.0464797,5.0024996,4.7002449,4.8296432,4.854804,4.7382498,4.7334099,4.564702,4.6597953,4.5837059,4.784616,4.3390002,3.7444842,3.608084,3.6463678,3.759963,3.7571251,3.623466,3.7328851,3.927186,3.7163501,3.6905,3.7985411,3.8137052,3.7120171,3.7050481,3.8543999,3.0756497,2.9228079,2.9762039,3.1165111,3.0551248,2.967041,2.9753101,3.10251,2.9110401,3.0234599,3.197515,3.080595,2.9759791,3.0134881,3.0555999,3.4469202,3.2495,3.2639642,3.3101399,3.2728748,3.028146,3.187665,3.2828579,3.18032,3.0541501,3.213974,3.040905,3.079185,3.099576,3.0332999,5.5753522,5.413198,5.270628,5.2755842,5.2002501,5.1761379,5.1926942,5.3267636,5.5293698,5.1024599,4.99438,4.9571548,4.7845559,4.891818,4.8551998,4.0051951,3.8474081,3.8018639,3.851553,3.790375,3.686991,3.7913849,3.8549099,3.6942401,3.5483801,3.6123691,3.64728,3.5257931,3.616308,3.5878,3.1453831,2.9857879,3.052896,3.1359899,3.1675,3.1161129,3.1268249,2.9974022,3.0208201,3.2697501,3.1162012,2.9881949,3.1992831,3.185358,3.0127001,5.6912541,5.4556761,5.457408,5.4521852,5.28825,5.3779659,5.2146897,5.4748497,5.3120103,5.0180902,5.0492067,4.6453047,4.8354383,4.7235179,4.9400001,3.533504,3.3868499,3.3733919,3.4450738,3.332375,3.1347468,3.2489731,3.2773862,3.0596502,3.0276399,3.3421581,2.9757001,2.9616621,2.9121001,3.0671,4.9182997,4.683836,4.5311637,4.5148711,4.3881249,4.6001782,4.535388,4.8043022,4.6809402,4.4663301,4.6609492,4.3138199,4.4773068,4.5024838,4.5482998,4.8552799,4.7378383,4.7055359,4.8891001,4.6020002,4.6943159,4.5069571,4.6344419,4.4091296,4.4231,4.4509058,4.23066,4.3898602,4.371006,4.3646998,5.3762908,5.2036219,5.2169037,5.3164773,5.2356248,5.3235159,5.0910206,4.8023643,5.0266695,4.7095404,4.6532102,4.63659,4.7486091,4.4738216,4.6226001,4.4160581,4.2449861,4.1941681,4.2100439,4.1211252,4.0929461,4.1450758,4.1433301,4.0448098,3.8004999,3.794399,3.7474501,4.0458398,4.0759201,3.9247,3.9694378,3.7702241,3.7538161,3.781635,3.790375,3.7185719,3.8339732,3.7511699,3.71701,3.51296,3.59373,3.443265,3.6179779,3.346926,3.5725999,3.5991271,3.4722083,3.4607759,3.5317619,3.4781251,3.3913879,3.636945,3.5962439,3.6859899,3.4307902,3.4251068,3.2748451,3.3213382,3.2955182,3.3640001,4.5523729,4.3876958,4.407084,4.4544988,4.4267502,4.2786808,4.4573488,4.6331878,4.34269,4.3320198,4.441968,4.3759804,4.518507,4.5472617,4.2452002,5.4806852,5.289784,5.3227682,5.3715601,5.3899999,5.1364498,5.233995,5.4216118,5.1169801,5.3310399,5.093461,5.4651446,5.1597848,5.182518,5.0358,5.4308167,5.2656641,5.291616,5.4417362,5.3852501,5.1908998,4.96314,5.4672122,5.4485197,4.9893799,4.8181272,4.9794149,5.0317559,4.9293537,5.0407,2.83042,2.699028,2.764344,2.812458,2.8613749,2.786751,2.8314002,2.957046,2.60128,2.8991601,3.106827,3.0157051,2.7951109,2.59692,2.6350999,5.0951672,4.8820219,4.8161521,4.8731041,4.7674999,4.7540898,4.863924,4.7222223,4.6689501,4.6656499,4.591516,4.1117997,3.939647,4.3072557,4.1406002,3.6424191,3.4669821,3.4172158,3.4361732,3.4328749,3.339721,3.3905432,3.4888561,3.4282601,3.29879,3.4588971,3.3260851,3.232861,3.425976,3.8038001,5.0555739,4.887516,4.8809638,4.9338632,4.90275,4.8153157,4.678596,4.7528877,4.6227498,4.66818,4.5026808,4.3306203,4.2997351,4.3341837,4.3039999,5.17312,4.9945817,4.9177918,4.9483109,4.9698749,4.809629,4.8198152,5.0398259,4.7876396,4.7006302,4.4478536,4.4744701,4.6472569,4.92099,4.3799,4.5494962,4.34026,4.166316,4.2081089,4.40625,4.338697,4.1651998,4.2181139,4.1196098,4.0749497,4.2604828,4.0368299,4.055728,3.9507661,4.1588001,4.3885212,4.2499442,4.253304,4.3009892,4.2868752,4.298162,4.5511827,4.1736541,4.4029698,4.0169797,4.3314419,4.1719651,4.1278276,4.1597638,4.2477002,2.994272,2.8216381,2.8081679,2.8729589,2.8924999,2.91852,2.9231279,2.9244421,2.7592399,2.8197401,2.8843579,2.76612,2.8279679,2.933418,2.9089999,5.8079777,5.7168422,5.6132998,5.57409,5.2798748,4.9577332,5.0921912,4.979178,5.1419501,4.89676,4.6363149,4.767735,4.7290392,4.8444896,4.8263998,5.5798726,5.3862638,5.3027039,5.3221531,5.1499996,5.0795798,5.1771331,5.3949361,5.6736898,5.1633997,4.741827,4.9644003,4.9308162,5.3051219,5.1227002,3.5798099,3.450768,3.5197802,3.5911019,3.5488749,3.4628992,3.513042,3.7284842,3.42276,3.5269301,3.7343402,3.6821399,3.6250851,3.528486,3.4270999,6.1180091,5.9443741,5.959404,6.0281696,5.966125,5.8894329,6.1605177,5.7836761,5.7896299,5.6052699,5.5643411,5.2657499,5.5105,5.5027981,5.4727998,3.04825,2.9301782,2.9842558,3.052398,3.066375,2.9906361,2.9528458,3.1918859,2.9642799,3.23125,3.3455369,3.1280551,3.0073941,3.293988,2.7709,2.7895942,2.684958,2.74032,2.8688312,2.8128748,2.643487,2.6863201,2.8364341,2.7599001,2.4742301,2.8301849,2.6812801,2.8371348,2.6744399,2.6048,4.5596342,4.3878298,4.3670878,4.417089,4.3887501,4.2487941,4.7117071,4.4955902,4.24017,4.4746904,4.1270671,4.1132698,4.1438961,4.236774,4.0311999,3.9749181,3.8073421,3.7942078,3.8159492,3.7818751,3.830497,3.813966,3.7898159,3.7734399,4.03304,3.783608,3.6904349,3.6112828,3.607944,3.4677999,3.225528,3.09004,3.162456,3.2469299,3.2920001,3.139708,2.9416139,3.351486,3.1916499,3.3940501,3.6311171,3.388875,3.3077421,3.4138379,3.2835,2.7365749,2.611526,2.634984,2.705646,2.6972499,2.5439041,2.488941,2.8063381,2.6164598,2.6170101,2.7149718,2.6008501,2.57706,2.6282339,2.5473001,2.8113768,2.6872358,2.686332,2.7300272,2.7701249,2.681844,2.7768779,2.9769959,2.5989699,2.94437,3.335073,3.112725,2.8342509,2.9588161,2.7776999,3.1514108,3.081866,3.16998,3.2135191,3.3027501,3.091429,3.376971,3.3533099,3.0111401,3.2818501,3.64169,3.27033,3.350281,3.2434978,2.8573999,3.2245688,3.0809281,3.0785041,3.1232188,3.1159999,2.9260221,3.0758131,3.0248759,3.1312602,3.1183898,3.2103772,3.0177002,2.962177,3.105186,3.0216999,3.8966911,3.7081819,3.687156,3.7439668,3.6675,3.6771901,3.6753209,3.7125239,3.7841101,3.44366,3.582176,3.7306499,3.46492,3.5793841,3.5367999,4.5638809,4.3594217,4.3462319,4.3350453,4.3108749,5.0290017,4.2990479,4.4154477,4.2583199,4.5013103,4.208272,4.06602,4.0915718,4.2000542,4.2891998,4.589911,4.392118,4.3199639,4.34343,4.3703752,4.4849858,4.3670249,4.3688221,4.30936,4.1061897,4.0674438,4.1269197,4.0130858,4.0303259,4.1149998,4.417017,4.2467279,4.3041239,4.3827748,4.4003749,4.258111,4.4650707,4.5693483,4.5025201,4.3358698,4.3150921,4.2006297,4.13133,4.4177217,4.3067002,4.9318628,4.727386,4.6322761,4.6046548,4.5648751,4.568718,4.4090281,4.6624861,4.57446,4.50736,4.5327654,4.6320748,4.4138589,4.291038,4.1216002,2.7513711,2.581778,2.571228,2.6887472,2.7277498,2.703624,2.6383502,2.769402,2.4478302,2.54793,2.691319,2.5871999,2.45243,2.4894118,2.4265001,4.4314022,4.3210979,4.2061801,4.1054249,3.9851251,3.9533119,4.02948,4.3167243,4.10883,4.1542597,4.2052202,4.0933199,4.0982671,3.889056,4.2287998,4.7064981,4.4910102,4.478364,4.5905938,4.5887499,4.4979329,4.5371428,4.5419879,4.7693801,4.4265099,4.5720048,4.2035699,4.2021942,4.5741901,4.4358001,2.8943989,2.8223081,2.8442039,2.9320412,2.93975,2.6200128,2.835027,2.9811001,2.8478999,2.94965,3.1547871,2.9404199,2.8911071,3.0413339,2.9421,4.2831678,4.1080379,4.153512,4.28409,4.2357502,4.2213268,4.1977262,4.337472,4.1542597,3.91699,4.0129442,3.7976401,4.0198841,4.0458302,3.9089,5.0244751,4.8103318,4.7644081,4.7931242,4.7934999,4.6507559,4.7668142,4.7306581,4.8153601,4.6080098,4.7769251,4.742115,4.4890494,4.504014,4.5595999,2.7876761,2.681608,2.7539158,2.8768289,2.846,2.7065279,2.879838,2.945874,2.5125101,2.84075,3.223675,3.0324001,2.970108,2.7469621,2.7484,4.3605728,4.2121558,4.2201719,4.2754469,4.2547503,3.9718251,4.3976789,4.33599,4.2029901,4.1785703,4.0106549,4.1828852,3.783087,4.3175583,4.026,5.4553404,5.2771878,5.2043638,5.1947007,5.2093749,5.0069799,4.9087348,5.1858597,4.8534198,4.7214203,5.0871391,5.0909247,4.9905562,4.6903682,5.2377,3.2530651,3.078382,3.1171801,3.177012,3.184,3.0154409,3.8364301,3.2977922,2.9854,2.99651,3.0586488,3.0211651,2.931277,3.0647941,3.0827999,5.120923,4.8999777,4.8743639,4.8524642,4.7813749,4.533628,4.819581,5.646306,4.7203202,4.8681602,4.576365,4.2527099,4.2362866,4.478106,4.3944998,3.3658159,3.2088981,3.2041681,3.285759,3.317625,3.267,3.256695,3.5142779,3.5136201,3.2588601,3.110642,3.13446,3.0383968,3.1516981,3.046,3.2541609,3.1150982,3.0534239,3.081939,3.1751251,3.076304,3.0719521,3.2223241,3.0151,2.9315,3.060066,2.8853998,2.9371479,3.0497999,3.0172,4.4629121,4.3173461,4.3758001,4.4409542,4.4182501,4.1223488,4.4217811,4.43118,4.2090402,3.62604,4.1069021,4.228035,4.0067,4.2152519,4.1139002,3.1826472,3.0490358,3.0804839,3.1519859,3.148875,3.1603992,3.269448,3.2505958,3.23664,3.2420299,3.324718,3.05319,3.1598341,3.2210581,3.0871999,4.0808191,3.918294,3.902976,3.9290819,3.8926249,3.7532992,4.0573258,3.9421198,3.83284,3.8679299,4.099926,3.70818,3.953964,3.7788959,3.8915999,5.5656252,5.354372,5.3882399,5.5137181,5.3803749,5.5286107,5.2778702,5.3129702,5.2937498,4.78478,4.72297,4.4384551,4.7622046,5.0432878,5.454,4.205215,4.0186601,4.0040879,4.029057,4.1427498,3.982594,4.1778359,4.1131201,3.9045599,4.0601001,3.9573541,3.6630299,3.760942,3.7746119,3.7061,4.1894603,4.0671682,4.0871158,4.1530261,4.1178751,4.0596709,3.9330719,4.41294,3.9548299,4.1761498,3.9212751,3.942225,3.9421191,4.1434441,3.8261001,8.8906155,8.6790457,8.5962362,8.5364466,8.5162506,8.229331,8.4566431,8.3940487,9.3372402,8.7288303,8.2539158,8.49156,8.0186529,8.8311596,9.2096996,4.6269011,4.3815317,4.3173242,4.358007,4.3988748,4.4938192,4.840641,4.702044,4.5866699,4.2465501,4.4050169,4.295445,4.1563587,4.297668,4.3625998,2.3374939,2.2022901,2.1925199,2.248986,2.2971251,2.120404,2.2824359,2.4155462,2.18119,2.3294702,2.434515,2.295825,2.2812438,2.3169301,2.3046999,5.3790312,5.1035237,5.0454359,5.0406752,4.9118752,4.9490209,4.9329538,4.9957075,4.9681501,4.8614497,4.7433529,4.7095652,4.8062887,4.64814,4.7023001,3.2699161,3.114696,3.1685278,3.2449951,3.3613751,3.316005,3.1045952,3.430146,3.0936401,3.2626002,3.4448359,3.320415,3.3292689,3.2946,3.1264999,3.5326819,3.399714,3.4059961,3.4223702,3.453125,3.3785622,3.5888579,3.6915479,3.4113202,3.5483801,3.302918,3.5575049,3.474808,3.5772421,3.2665999,3.7076311,3.5516701,3.548424,3.5704622,3.4936249,3.507911,3.5853479,3.5599921,3.3810699,3.4049401,3.4924688,3.2685449,3.2780781,3.2561462,3.2783,3.872442,3.6703939,3.6767278,3.817239,3.8905001,3.8152511,3.8329201,3.6899519,3.6191101,3.5241799,3.599834,3.6429751,3.3309171,3.50421,3.2767,4.186583,3.9946742,3.841332,3.8718059,3.8916252,3.6315732,3.984669,3.9579661,3.9183099,3.8555002,3.5799959,3.7279201,3.7873101,3.886302,3.7281001,3.4323978,3.2773721,3.2702999,3.3518069,3.4375,3.311044,3.251313,3.3327901,2.7114999,3.26194,3.3680999,3.1839149,3.1219299,3.3793621,3.3789001,3.97574,3.7703578,3.839088,3.9307592,3.8683751,3.86958,3.927573,3.907692,3.7766299,3.6389101,3.8308048,3.6666002,3.6547489,3.8443801,3.7286999,3.204978,3.092452,3.0843122,3.1779151,3.1887503,3.073158,3.193398,3.2309878,3.0652602,3.23631,3.2131019,3.2225549,2.901922,3.16047,3.3622999,6.6962862,6.4530382,6.468924,6.4466457,6.3467503,6.0679083,6.5328121,6.6000304,6.44556,6.4454498,6.1902189,6.1072202,6.4954891,6.3144121,6.1989002,6.4124222,6.1907997,6.1443357,6.0715141,5.9609995,6.2546105,6.0173101,6.0272937,6.3846202,5.6582899,5.6511054,5.3572049,5.7701631,5.794416,5.7447,5.1494188,4.9801102,4.9406281,4.960566,4.9672499,4.8869476,4.8150177,4.9512482,4.9454904,4.43927,4.4586449,4.2612152,4.3219833,3.989934,4.5268998,6.4666739,6.3962221,6.5556483,6.7068391,6.72575,6.5688481,6.6715741,6.833046,7.0714598,6.9539804,6.8211112,6.5464354,6.6989141,6.804522,6.7437,3.9335442,3.790592,3.8283961,3.922503,3.9498749,3.9181011,3.8883779,3.9913681,3.91765,3.69611,3.919858,3.5015399,3.604176,3.733098,3.4633,4.2337112,4.0104856,3.929244,4.0099649,4.021625,4.132997,4.0135679,4.48875,3.96913,4.25458,3.942857,3.9191251,3.875993,3.930366,4.0001998,4.6881399,4.5857477,4.687716,4.8276958,4.9250002,4.831893,4.814784,4.706604,4.76476,4.7263699,4.620183,4.3783951,4.3691568,4.428432,4.4675999,5.0017328,4.836864,4.9338961,5.0117788,5.0223751,5.0240412,5.063292,5.0153165,4.9854198,5.0343704,4.8540969,4.5860853,4.5220089,4.630188,4.6708002,4.801713,4.6070542,4.5613918,4.6170387,4.6114998,4.4300523,4.7907987,4.6410542,4.6487098,4.6477203,4.4917812,4.4161954,4.3055029,4.5486898,4.4119,5.1217451,4.8633962,4.808496,4.844595,4.8288751,4.9139309,5.0104079,4.8225417,4.7704802,4.76476,4.4691091,4.2027302,4.378942,4.9099741,4.8924999,4.6719742,4.4439759,4.3851719,4.4870071,4.4151249,4.3979869,4.4518499,4.6299958,4.4412498,4.3716202,4.209362,4.097415,4.0614963,4.335,3.9983001,3.0644159,2.9372799,2.9578559,3.069684,3.135375,2.9088399,2.9245319,3.2095559,3.00773,2.9930999,2.9084468,2.901885,2.903055,3.0475559,3.0618999,4.5684018,4.4299059,4.3829279,4.4130902,4.5266252,4.4310198,3.919383,4.5512218,4.3729401,4.4883299,4.5252438,4.2476702,4.2670836,4.1698618,4.3024001,3.207581,3.0517161,3.0444481,3.0921302,3.1278751,3.1190169,3.175848,3.1263359,3.01334,2.8759501,3.2496171,3.1363499,2.9961669,3.1495559,3.1085999,2.7368491,2.556988,2.5491841,2.6220539,2.7937498,2.6848691,2.709486,2.8213861,2.5641,2.7723298,2.830512,2.72475,2.608063,2.6170142,2.5768001,7.0498829,6.7686081,6.5109,6.2584352,6.3522501,7.1843748,7.1756101,6.4797602,6.38836,5.7338605,6.0998578,5.7676501,5.9951148,6.0417657,5.7066998,3.8390141,3.743156,3.7258317,3.827559,3.7549999,3.466408,3.5847631,3.7731719,4.1648202,3.91413,4.0127258,3.6708,3.8030691,3.9563758,4.0268998,3.8887451,3.691298,3.6713161,3.683208,3.6333749,3.777257,3.549897,3.9852121,4.4144101,3.79566,3.892499,3.63153,3.7164462,3.8884442,3.6852,6.2195263,6.0210218,6.1002479,6.1867108,6.0986252,5.8612399,6.322329,6.4660797,6.7479501,6.7094502,6.765521,6.6470251,6.7229133,7.1709061,6.7298999,4.3734512,4.31145,4.4077439,4.553184,4.3476253,4.257143,4.2021718,4.5193019,4.5450897,4.6743402,4.741827,4.7008505,4.271616,4.5643978,4.6317,3.4147251,3.2638378,3.2237039,3.2882099,3.2393751,3.2325149,3.1711681,3.3332458,3.60184,3.3870099,3.4360068,3.331965,3.3559458,3.3904798,3.4022,4.6347098,4.4679623,4.42662,4.4436631,4.4215002,4.275414,5.1600509,4.6274877,4.7737799,4.63837,4.7602477,4.5856652,4.5632091,4.7149501,4.3917999,3.405957,3.2811241,3.263304,3.3146551,3.29,3.2055321,3.329469,3.3889921,3.4584,3.28317,3.4248891,3.22875,3.2683959,3.4465799,3.3134,5.4210901,5.1402397,5.1039119,5.2413988,5.2676249,5.3373098,5.418972,5.419446,5.4264102,5.3958302,5.3363128,5.310585,5.430675,5.2936978,5.1138,4.4203053,4.2260919,4.1230202,4.2121077,4.1487498,4.0659633,3.8597128,4.0523577,4.0179701,4.1904502,4.1135511,4.19454,4.1668649,4.0571523,3.9812,4.9740591,4.74896,4.6570921,4.727334,4.5964999,4.3620501,4.6013761,4.7900519,4.93086,4.7887402,4.4611521,4.3118253,4.563621,4.4654579,4.5978999,3.7553072,3.578202,3.577728,3.6034861,3.6533749,3.866797,3.658473,3.7905002,3.7727799,3.8879499,3.7991951,3.823575,3.589035,3.6706741,3.635,4.9344659,4.8139501,4.6768923,4.6610279,4.5157499,4.6361151,4.5502472,4.6124401,5.4982405,6.06287,5.1339002,5.7033901,5.1516476,5.2743177,5.9299998,3.252106,3.093256,3.0222719,3.154824,3.025125,3.0185869,3.091608,3.420342,3.4359601,3.28812,3.4144249,3.32619,3.233067,3.4228141,3.4116001,3.5756998,3.457602,3.4293602,3.4685521,3.4823751,3.50295,3.5089469,3.5788021,3.4524601,3.5531099,3.7358661,3.57882,3.365834,3.5077798,3.5385001,3.2695048,3.1150982,3.0597601,3.1579199,3.1291249,2.9951131,3.1702321,3.25983,3.27877,3.1372001,3.2581189,3.0841649,3.0671339,3.104064,3.1835001,3.9735479,3.833874,3.7691281,3.8538749,3.8603749,3.843565,4.0787368,3.9966121,4.1238999,3.8453801,4.0743113,4.2532353,3.922755,4.0191059,4.0641999,5.1981912,4.98279,4.867764,4.8113132,4.6577501,4.7989812,5.0944138,4.8077221,5.1219301,4.9191999,4.895299,4.8220201,4.8810673,4.87254,4.6831002,2.8175421,2.64784,2.5090561,2.633148,2.5777502,2.69346,2.618577,2.7232318,2.7609999,2.5504599,2.7731779,2.6421149,2.5428641,2.731662,2.5402,4.2890592,4.0675702,4.0553041,4.0435052,3.9993751,4.3276863,4.0487852,4.0994401,4.3168402,4.2741599,4.6158233,4.0401902,4.3848133,4.2409563,4.1651001,3.0694849,2.9705119,2.9952118,3.0557518,3.0274999,2.969703,2.9618552,3.263706,3.2706299,3.39867,3.459224,3.3703949,3.2061839,3.2772601,3.2614999,3.2466261,3.0771761,2.996136,3.131475,3.1307502,3.0596061,3.0298321,3.224148,3.2894402,3.3034098,3.281445,3.0476248,2.9061451,3.1867859,3.2318001,4.2137089,4.0465322,4.0480442,4.0463428,4.0101252,4.105288,4.0621228,4.2719221,4.2785602,4.2168498,4.1665249,4.1515951,3.9029789,4.2032161,4.0668001,4.3866029,4.2447181,4.1698799,4.26474,4.1697497,4.2070489,4.3396468,4.476552,4.4670997,4.5399203,4.4596262,4.2657299,4.3831649,4.20087,4.5226002,4.0920529,3.8858659,3.8592842,3.90096,3.8422501,3.9151969,3.773952,4.2730622,4.2539201,4.2573299,4.3752599,3.9723601,4.0587149,4.1257977,4.7377,4.096437,3.943754,3.947196,3.969846,3.9642501,3.8491309,4.0834169,4.0056181,3.96803,3.8894901,3.9580081,3.78336,3.798846,3.64446,3.7130001,5.1642151,4.9715338,4.9258437,4.9119329,4.7792501,5.0247669,5.1688261,5.399724,5.1771502,5.10708,5.0685,4.5885,4.688045,4.7477937,4.7024002,3.9843709,3.8976579,3.8360519,3.9423687,3.9317501,3.9024918,3.811743,4.1250901,4.2434702,4.3294902,4.2778139,4.0659151,3.8948419,4.1575203,3.7967999,5.161201,5.0102601,5.0249758,5.0432549,4.9208751,4.9428501,4.9289761,5.0807519,5.2930903,5.2691102,5.2641554,4.9494901,4.983346,5.6077557,5.1339998,4.9399457,4.8231959,4.8719883,4.9484401,4.804625,4.8095083,4.7775779,4.7544837,5.4100199,5.2699904,5.2795238,5.0588999,5.0947924,5.3157301,4.7382002,4.0221829,3.9087801,3.907464,3.9417238,4.0402498,3.6999381,3.8725832,4.138998,4.2818599,4.5988798,4.5303669,4.47048,4.3391838,4.2946081,4.4138999,3.9035408,3.7079141,3.6546838,3.6704369,3.625875,3.645972,3.6379981,3.621438,4.0391998,3.86221,3.981988,3.6221852,3.7231412,3.5360341,3.2888999,5.5179491,5.2724981,5.3077197,5.4187741,5.3092499,5.442822,5.1526799,6.0715261,5.85607,5.7140603,5.7906251,5.6384997,5.4450951,5.418036,5.8818002,2.9149492,2.772058,2.7548399,2.910111,2.8185,2.777071,2.7417779,2.9474699,2.8366799,2.6933498,2.7865849,2.4401999,2.4552109,2.7279899,2.6731999,3.533915,3.3541539,3.2943239,3.3929579,3.29425,3.2941039,3.341754,3.288558,3.53848,3.1799898,3.218334,2.8116899,2.9668119,2.9530022,3.0636001,3.6728332,3.5026259,3.4503479,3.5299559,3.538625,3.437731,3.3195238,3.445878,3.4099998,3.4709401,3.493995,3.381315,3.472645,3.5868299,3.4521999,3.8069561,3.5970962,3.525852,3.5446622,3.4193752,3.656136,3.9046412,4.2576723,4.07517,3.8767302,3.981225,3.6593549,3.496644,3.69648,3.5467999,4.3576961,4.20224,4.1919241,4.2322321,4.1211252,4.1887779,4.1417999,4.2347579,4.2961602,4.17208,4.1123519,3.7558498,3.8001852,4.0775518,4.0876999,5.110785,4.8914022,4.8741002,4.9462471,4.9503751,4.9885879,5.0855222,5.118144,5.60428,5.5499401,5.4261289,5.487195,5.1462917,5.233212,5.1304002,4.3394752,4.1539998,4.0666561,4.1132941,4.0320001,4.006794,4.0223432,4.3469343,4.3316898,4.2838397,4.4991927,4.2054601,4.2627578,4.2971582,4.4468999,4.1971321,3.9854281,4.0217757,4.0912352,4.071125,4.0815721,4.0859909,4.2109318,4.5320001,4.2759199,4.3265371,3.84552,4.2267079,4.0199218,4.0405998,3.322113,3.14364,3.104244,3.1339259,3.1707501,3.1153872,3.1212091,3.380214,3.4644499,3.3313501,3.5654991,3.4282501,3.4001331,3.6477239,3.3322001,3.320606,3.162802,3.1220641,3.220098,3.2060001,3.47754,3.2638319,3.3509159,3.3554401,3.4712701,3.558414,3.3755398,3.4399939,3.312654,3.6666,3.85655,3.7526698,3.7309799,3.821367,3.8226249,3.8382411,3.5962288,4.004364,3.8264601,3.8151302,3.989836,3.9768748,3.8563199,3.862128,3.9561,4.8924069,4.7106361,4.6398001,4.6708322,4.5707502,4.5629101,4.3728747,3.7726018,4.3016601,4.0325999,4.2182999,3.9971399,4.2127004,4.1519098,4.5615001,6.2726817,5.996098,5.9153156,5.8684683,5.7511253,5.9020166,6.034626,6.2697721,6.2574601,6.25559,5.9462767,5.7603002,5.7354517,5.7286263,6.0750999,3.650913,3.5731101,3.6057122,3.744354,3.693125,3.5031919,3.4383962,3.660882,3.6382499,3.5215402,3.590024,3.5407052,3.489537,3.491358,3.5004001,4.858705,4.6216598,4.5889802,4.689537,4.618125,4.7824039,4.6955609,5.0382299,4.9833302,5.1451402,4.9953609,4.5886049,4.8024778,4.9325161,4.7477002,5.2983379,5.0649319,5.0008202,5.0353861,4.9295001,5.0593734,5.2364516,4.9877276,5.4477501,5.1018,5.0125833,5.300715,4.873136,4.8336782,4.7224998,3.281424,3.1650801,3.2214601,3.3100111,3.2862499,3.0535562,3.0292468,3.2458079,3.5610299,3.6164699,3.647794,3.54375,3.5327969,3.445662,3.2683001,4.2380948,4.0544381,3.9379559,4.0015798,3.9971251,4.1351752,4.1299829,4.3628941,4.1556902,4.3690901,4.299396,4.0767303,4.3131251,4.2952199,4.6712999,4.0821891,3.9824798,3.9857399,4.0653062,3.9535,3.9233038,4.1241331,4.116426,4.38416,4.2280698,4.3810368,4.0753651,3.88516,4.0400157,4.2075,6.9015121,6.6214762,6.6547799,6.6113791,6.3858747,6.4921336,6.60465,6.7135739,6.2841902,6.4754796,6.4734011,6.0578699,6.0134492,6.2888103,6.3441,4.0184836,3.8019822,3.786288,3.8764501,3.848125,4.0084877,3.8529272,3.891048,4.3564401,4.09618,4.0824862,4.0341001,3.767019,4.1032557,3.9927001,2.8269949,2.695812,2.4988921,2.7590518,2.6300001,2.8363609,2.6832781,2.538096,2.87485,2.69016,2.9403839,2.824815,2.7716272,2.8581419,2.7521999,4.9388499,4.7476201,4.7666521,4.828599,4.7157497,4.5872312,5.0037389,5.0427899,5.47646,5.2321496,5.215323,4.73067,4.9926157,5.275032,4.9043999,4.080956,3.9150779,3.8520241,3.83517,3.8371251,3.886883,3.9439528,3.8956082,3.9186401,3.87959,4.0180669,3.6705899,3.6117978,3.65415,3.8998001,4.1668553,4.0439858,3.980196,4.0873652,4.0705004,3.9921529,3.9523768,4.281384,4.5555401,4.2759199,4.741282,4.1045551,4.6781573,4.4302678,4.5331001,4.4892159,4.4116821,4.453548,4.3483319,4.43575,4.4363441,4.2204237,4.74297,4.5412397,4.6554203,4.7689676,4.80123,4.5117092,4.3627443,4.6682,3.4321239,3.2588799,3.1930799,3.2449951,3.2078748,3.3013639,3.1330259,3.4382401,3.37975,3.2920799,3.3735499,3.0915148,3.1915579,3.2262602,2.9749,4.0193062,3.82704,3.7819319,3.8101439,3.79075,3.7062299,3.8796031,3.8995981,3.9579101,3.7776201,3.908849,3.77034,3.7079999,3.6477239,3.6003001,5.1476378,4.9291897,4.812192,4.7340422,4.6399999,4.7544532,4.740489,4.9042802,4.96947,4.96837,5.0993471,4.8462749,4.8720031,4.9824958,5.1550002,3.4754159,3.378006,3.3374879,3.423789,3.3326249,3.4002211,3.447171,3.281034,3.4014201,4.1841803,3.503587,2.9170051,3.3645978,3.5303221,3.3959,5.3127227,5.0207119,4.8888841,4.7883511,4.658875,4.9740677,5.185791,5.4393959,5.5104499,5.49296,5.3319526,5.1952949,5.2326064,5.3678517,5.3678999,3.5756998,3.395828,3.3638878,3.4347541,3.4672499,3.508395,3.64572,3.6902938,3.42188,3.5755501,3.6457231,3.556875,3.6776149,3.6387479,3.6644001,5.0491347,4.7963963,4.763484,4.915545,4.8980002,5.0735297,4.6258292,5.1589561,4.89324,4.4718299,4.5595794,4.609395,4.5002761,4.4978938,4.6701002,4.1228781,3.9192319,3.9355798,4.070724,4.0786252,3.9246349,3.86568,4.0399323,3.9717698,3.83548,3.9614959,3.73506,3.9135878,3.7833838,3.6066,5.8772998,5.791882,5.9561038,6.1570411,6.2337499,6.04637,6.0224581,6.2690878,5.9458303,5.7704902,6.2592163,5.823195,5.7119679,5.61204,6.1436,4.4690771,4.2522221,4.293828,4.38729,4.3557501,4.2500038,4.3001008,4.5519061,4.00455,4.38097,4.2547059,4.1375251,3.783087,4.1977077,4.1034999,4.9676199,4.7594118,4.8108721,4.9008389,4.8225002,5.224175,4.8647428,5.088048,5.2633901,5.2819796,4.4805541,4.6828947,4.6930919,4.5352259,4.5806999,5.0863991,4.9003801,4.8750243,4.9674029,4.8998747,5.1439524,5.0568571,5.0060821,5.0062099,4.9134803,4.8750248,4.6663051,4.7152371,4.605402,4.5556002,5.2051783,5.0298238,5.0839801,5.1538081,5.1125002,4.8971124,4.9661818,5.0865664,4.85848,4.8837795,4.6426373,4.8684301,4.8255501,4.9319038,5.0001998,5.4051981,5.2255979,5.2737961,5.2673278,5.2058749,5.2475281,5.1372361,5.2230244,5.4848199,5.01193,4.9616799,4.7957702,5.1890368,4.988616,4.7905002,4.6718369,4.4711781,4.451436,4.5463471,4.497375,4.625104,4.1890678,4.3729262,4.5678596,4.3380699,4.2280011,3.981075,4.2518396,3.9710639,4.0120001,4.952002,4.6664157,4.6662002,4.7164979,4.7062502,4.8900938,4.6195107,4.7136722,4.6974401,4.4331098,4.6436181,4.3258953,4.3074603,4.44873,4.2728,4.0857511,3.8979261,3.9209282,3.9792631,3.973,3.8784132,3.8092861,3.7607458,3.86584,3.8414199,3.7517798,3.781785,3.6890481,3.728406,3.6993999,5.8616824,5.6995559,5.7136197,5.7833281,5.7746248,5.8399439,5.6962619,5.9707503,5.8456202,6.0229402,5.6757388,5.4796348,5.2703037,5.332458,5.5630002,4.3853698,4.1373839,4.0786681,4.1478658,4.1367502,4.1320291,4.1323228,4.067862,3.88047,3.8866298,3.9511411,3.9205952,3.9867179,3.904458,3.9001,4.8047271,4.5929837,4.6671243,4.735332,4.7519999,4.5769458,4.8797193,4.6102738,4.79567,4.4465303,4.1404738,4.3982401,4.1114511,4.4067063,4.6598001,3.7259891,3.5540819,3.564924,3.66102,3.635875,3.596241,3.6928711,3.719136,3.5041602,3.50471,3.580323,3.5318849,3.775671,3.646908,3.8057001,6.313097,6.0882897,6.1191244,6.0720296,6.0453749,5.972681,5.9544811,5.9696097,6.0088601,5.95474,5.8942838,5.8511252,5.4242892,5.626626,5.5482001,4.3112531,4.0837841,4.1391239,4.2002401,4.1942501,4.0708032,4.0345111,4.237494,4.2960501,4.0866098,4.042047,4.0429201,3.9830101,4.0793877,3.9807999,8.3889208,8.2801285,8.3371201,8.3026981,8.2608747,8.6646891,9.1715136,9.1380129,9.087759,8.7827301,8.8189726,8.7129002,8.9695482,8.7398691,8.6653996,6.6764212,6.5166883,6.4761839,6.4830241,6.5385003,6.8069758,7.0040879,6.934392,6.93858,7.10919,6.7907,6.5424447,6.4285393,6.5916481,6.7765999,9.1087189,8.9400778,9.1477318,9.2325296,9.3248749,9.913167,9.7366238,10.164126,9.0236301,9.4909105,9.4324236,9.28263,8.9831457,9.3832855,9.2446003,5.2886109,5.0820837,5.0347438,5.068152,5.1789999,5.47646,5.3519306,5.5161176,6.0427403,5.3955002,6.0473199,5.3349452,5.0235162,4.6935301,4.9573002,8.4560509,8.2550697,8.5129442,8.6009455,8.6018744,8.9789257,8.6300373,9.0975418,8.6182795,8.6259804,8.7517195,8.6680641,8.1683121,8.3714466,8.4499998,6.9360361,6.7237182,6.7706761,6.8186822,6.8860002,7.0542998,6.6670108,7.1237459,7.2744102,6.65973,6.704154,6.425055,6.4316287,6.6177597,6.2198,8.3757687,8.266326,8.4436436,8.5179987,8.6172495,8.4482203,9.1665993,9.2961302,9.36903,9.4488897,9.0555019,9.300375,9.1879082,8.9328537,8.6702995,4.6503277,4.4391518,4.4151359,4.4748812,4.5447497,4.639987,4.5754018,4.7967777,4.7616801,4.8126101,4.3196702,4.4032803,4.318893,4.3392839,4.2279,8.4785194,8.3487358,8.6075878,8.5803061,8.6256247,8.736805,8.6305056,8.7554283,8.6280699,9.0857801,8.7435436,8.1765604,8.2839804,8.5158777,8.3697996,4.548811,4.3949318,4.4218678,4.4695916,4.5124998,4.7263808,4.6350722,4.7926741,4.7845597,4.6552,4.756433,4.392045,4.2760453,4.5292082,4.7441001,8.0943708,7.9486117,8.0591278,7.9979997,8.0031252,7.9111009,8.1026011,8.2184877,8.4281998,8.29004,7.8314323,8.0949745,7.8506603,7.9002056,7.9403,10.616815,10.477326,10.5237,10.269303,10.113,10.927631,10.921833,11.484816,11.20537,11.155869,11.008128,10.3992,11.148102,11.067306,10.6871,5.5363069,5.3195319,5.3343844,5.3802032,5.3603749,5.2906036,5.4434252,5.3230019,5.8227396,5.5643497,5.3428531,5.2284746,5.1468072,5.6808901,5.3288002,10.227324,10.123163,10.009956,9.8903008,9.6196251,9.9067535,10.181223,10.42416,10.328449,10.315141,9.6529312,9.6902399,9.719595,9.9830465,9.7278996,7.422112,7.1604238,6.9322438,6.9293642,6.8911247,7.6236048,7.676487,7.7184839,7.88656,7.64995,7.5781164,7.3619704,7.133574,7.311564,7.1904001,7.9309301,7.7939763,7.9007282,7.882803,7.9922495,7.9835801,8.1864901,8.6528282,8.5454597,8.2660599,8.5568266,7.8915901,8.138236,8.1745863,8.0649996,7.6192551,7.3772364,7.5276957,7.5777178,7.6586251,7.5914192,8.2090712,8.2688761,8.5473299,7.8447599,8.8899307,8.4990149,8.8042345,7.9839482,8.4686003,4.0576663,3.8242259,3.736788,3.811434,3.7876251,3.9631131,4.0741739,4.0530419,4.3368602,3.9183099,4.1566062,3.7197299,3.5487621,3.682812,3.8376,6.1871939,6.0630984,6.1560841,6.2055454,6.2003751,6.2480769,6.373107,6.4423676,6.84266,6.5596304,6.191854,5.790225,6.3374872,5.8675499,5.4836001,5.6853628,5.5279021,5.6006279,5.6670985,5.6680002,5.6879678,5.979753,5.7292981,5.6745701,5.37713,5.6254897,5.4629397,5.4182119,5.6755862,5.4605999,5.2971048,5.0749822,5.0504522,5.1731582,5.1481252,5.299437,5.3939338,5.6978335,5.3475399,5.1044397,5.1995177,4.8077402,5.1710119,4.8486719,5.1926999,5.524251,5.325428,5.3545799,5.4392848,5.4500003,5.6589279,5.5991521,5.5936379,5.5381699,5.2611899,6.0486279,5.08956,5.755125,5.3321519,5.5690999,4.0360203,3.8203402,3.717648,3.7618978,3.724,3.9268131,4.1925778,4.2059159,4.4095697,4.2303801,4.1622739,4.0401902,4.024931,4.2827759,4.1894999,6.4535217,6.1881199,6.2327757,6.181035,6.29175,6.5376301,6.5659227,6.7676101,6.3116899,6.2690101,5.9809389,5.8975353,6.0374479,6.1898699,6.415,5.4143772,5.2203722,5.2452841,5.202054,5.1986246,5.458189,5.4323101,5.3735042,5.0355797,4.8467097,4.882328,4.6003652,4.8059797,5.2459617,4.9889998,6.0593734,5.8031378,5.821332,5.789907,5.87325,6.1667647,6.0504208,6.2283902,6.1628599,5.9452801,5.5983486,5.5972347,5.5280099,5.469852,5.7732,6.4407811,6.3226562,6.4270802,6.3586683,6.4362502,6.2900639,5.8276529,6.5610418,6.2166505,6.2783604,6.1388798,6.1039653,5.848752,5.9441519,6.1258998,6.705328,6.6740036,6.5664716,6.5442991,6.5062499,6.8995409,6.9552989,6.9990301,7.1701303,6.9033804,6.7148361,6.7518153,6.9430237,6.8579698,7.0074,5.6864591,5.4582219,5.4853921,5.4573455,5.5491252,5.6561451,5.8680182,5.8427277,5.7224197,5.3892303,5.3803492,5.2437,5.5783772,5.2864556,5.3952999,5.322587,5.121882,5.1688561,5.1520019,5.0743752,5.081758,5.241951,5.2278123,5.3330197,5.1310596,5.052804,4.967865,4.983758,4.9531198,4.9071999,6.4757161,6.1832957,6.1277041,6.0348778,6.0448747,5.9571929,6.1276407,6.3087597,6.8654304,6.18893,6.2738218,5.72754,5.9952178,6.3149223,5.7737002,8.5360594,8.3955021,8.2993679,8.0049658,7.85675,8.3223801,8.2910881,8.4996119,8.5844002,8.5439196,8.2146759,8.0643148,8.4381723,8.3760357,8.4026003,7.5891151,7.4022937,7.256568,7.16079,7.3156252,7.5205131,7.3113303,7.6131477,7.6992302,7.5620599,7.4086208,7.1852551,7.2394581,7.2684178,8.2595997,8.8401995,8.6593485,8.6063995,8.333271,8.3832502,8.6414566,8.5694304,9.0032644,8.9038401,8.7502804,8.7089911,8.5669508,8.2597761,8.5506601,9.0038996,7.5226703,7.164712,7.1796117,7.4021492,7.5448751,7.9989471,7.7851796,8.0490837,8.0224094,7.7491703,7.7994947,7.138845,7.4978852,7.676928,7.4576001,5.5678167,5.3092141,5.2790761,5.1714811,5.1896248,5.2217546,5.5355043,5.6832418,5.6259499,5.9126101,5.4046559,5.1484647,5.2410517,5.5247278,5.428,6.299808,6.397562,6.4599481,6.4412279,6.4192495,6.6853714,6.8597097,7.0441742,7.3027897,6.9173498,6.6576114,6.3415799,6.4187541,6.351336,6.5216999,4.3956447,4.1246538,4.03128,4.0139637,4.0443749,4.1108537,3.9330719,3.8897941,3.8001699,3.5908401,3.6899769,3.7177351,3.8566289,3.706068,3.6377001,4.96351,4.6456461,4.5974278,4.595367,4.619875,4.5768251,4.8497672,4.4546638,4.52672,4.3179402,4.005641,4.1460299,4.008348,3.9597421,4.5307999,6.5203776,6.2391739,6.1350961,6.0288153,6.0056252,5.7671022,5.9260502,5.8405619,5.4762402,5.5535698,5.0008111,5.3086953,5.230958,5.637948,5.4232001,4.8354149,4.5639062,4.4733481,4.4641738,4.4932499,4.3109879,4.1813459,4.2759118,4.1300602,3.9281001,3.9555011,3.9133501,3.84499,3.9559681,3.8120999,5.4102669,5.1888819,5.0649719,5.0813098,5.1248746,5.4730721,4.9856038,4.9132857,4.70052,4.4217801,4.5870471,4.3762951,4.3691568,4.7827802,4.5742998,4.572238,4.3145318,4.2309961,4.2234597,4.24125,4.1356592,4.2414842,4.1917801,4.00598,3.8680401,3.7186441,3.9908402,3.9061718,3.896502,3.6459999,4.7096491,4.3763061,4.193244,4.1490269,4.228375,4.5112433,4.3271279,4.440186,3.89257,4.1487598,4.2312713,4.0024948,3.9738429,4.1210041,4.1623998,6.59655,6.4112301,6.3601556,6.2386985,6.1812501,5.900928,5.8978534,5.9064541,5.9594698,5.8922596,5.456758,5.2553549,5.7187657,5.20608,5.7234998,5.512743,5.2487803,5.1647639,5.0605412,4.9942498,5.0081902,4.915638,4.8664317,5.0274401,4.8065596,4.7791052,4.52214,4.5569263,4.3151102,4.6061001,5.2547717,5.0688181,5.0934839,5.1038852,5.1296253,5.0671167,4.8290577,4.6965723,4.9839902,5.0145702,4.7018242,4.8297901,4.395525,4.4007897,4.8846002,5.2370992,4.9774299,4.9213562,4.9680481,4.9197502,4.8324981,4.9000769,4.8265319,4.7195501,4.38416,4.41886,4.2993302,4.4623718,4.5176821,4.4145002,5.3435478,5.0212479,4.9437962,4.9446993,4.8997502,5.1087408,4.6984859,4.8485341,4.9626498,4.4877801,4.1015611,4.2485099,4.473187,4.482594,4.6371002,5.4787669,5.186336,5.1421919,5.058219,5.0220003,4.909091,5.0535812,4.7401199,4.57336,4.3043003,4.650485,4.16787,4.2072411,4.5229859,4.5915999,5.7357788,5.448842,5.3716078,5.3482108,5.3676248,5.2297411,5.2063832,4.8023643,5.1522899,5.03789,4.6237803,4.6857305,4.5559988,4.37325,4.803,5.6090541,5.3948402,5.4308758,5.4049711,5.3938751,5.4005933,5.4877682,5.5665064,5.3250999,4.7704802,4.7447701,4.6264048,4.5877233,4.6541581,4.7990999,4.7032104,4.4904737,4.4315038,4.4390187,4.457375,4.4261799,4.2549391,4.3701897,4.16361,4.0546002,3.979372,3.8989649,3.8738298,3.8707979,4.1929998,4.7315693,4.4522839,4.354548,4.333497,4.2972498,4.2748089,4.5066061,4.4654942,4.5290298,4.2066197,3.9515769,4.1496,4.148119,4.6324325,3.8989,4.081367,3.880908,3.8478,3.8821259,3.9096251,4.1041989,3.7373309,3.834846,3.8397701,3.58248,3.4751379,3.3015151,3.3242221,3.4277101,3.4655001,7.5497956,7.3884921,7.4120641,7.1493092,7.0891247,7.1750579,6.6890073,6.7969084,5.8717999,6.46316,6.4081101,6.1200299,6.0778241,6.2967658,6.0650001,4.6640282,4.4299059,4.3047838,4.2358441,4.2687502,4.1415882,4.2944851,4.1016059,4.1135597,3.94526,4.2140489,3.9767699,3.828407,3.837954,4.1100998,5.040915,4.800684,4.7873759,4.8111839,4.8421249,4.5327811,4.5772738,4.709568,4.78335,4.5078001,4.2602649,4.3031096,4.3379478,4.2112737,4.3337998,5.0565333,4.8597779,4.9114561,4.8772321,4.8789997,4.6282501,4.7224712,4.7159519,4.6059198,4.5745702,4.5406132,4.6475101,4.3285747,4.4155798,4.5173998,6.9696007,6.6726642,6.6704879,6.589191,6.4367504,6.0368109,6.3451443,5.9135222,6.3263202,5.75773,5.7006998,5.39994,5.6885872,5.4839282,5.7087998,5.6883769,5.4686742,5.5117922,5.5298429,5.569375,5.2394209,5.4182701,5.3945942,5.5611601,5.3800998,5.0003753,5.0699248,5.1136413,4.936698,5.0191002,5.755507,5.4220419,5.2567677,5.1993451,5.0968747,5.1696038,4.920435,4.9610519,4.9309697,4.57446,4.280539,4.28967,4.1697488,4.222086,4.1787,4.5415502,4.2886701,4.2709918,4.3167267,4.2835002,4.2766242,4.256577,4.007328,4.1716399,4.06142,3.9309759,3.6484349,3.8565259,3.5749979,3.9721,3.9094319,3.6848662,3.6734281,3.6486359,3.701,3.3680348,3.697551,3.8465881,3.68313,3.53881,3.487782,3.50511,3.5477321,3.4352579,3.3599999,6.0985551,5.8109102,5.7302523,5.6628423,5.69275,5.724268,5.729373,5.4431581,5.5227699,5.3983598,5.1711783,4.9125299,5.2560902,5.1770101,5.5591998,5.1601052,4.9045339,4.8216963,4.8086042,4.73875,4.9831429,4.7709093,4.7306581,4.69557,4.0447001,4.3847427,4.2376952,4.393671,4.2866521,4.3509002,5.6017933,5.2917938,5.2417197,5.1774154,5.0825,4.86904,4.8971519,4.9132857,4.86024,4.19034,4.5082402,4.3081503,4.1384368,4.1170263,4.4780002,4.1323309,3.9125321,3.8693159,3.8818681,3.9333749,3.719419,3.777813,3.969708,3.76156,3.6947901,3.796252,3.719625,3.683074,3.768594,3.9126,5.0385861,4.741456,4.6903558,4.6281328,4.6729999,4.3858871,4.5578523,4.4103179,4.5019698,4.2358799,4.1718659,4.1712298,4.1672769,4.1864882,4.1677999,5.8294868,5.5580521,5.3677802,5.3009973,5.1924996,5.1748071,5.1061139,5.17731,5.0585699,4.7289,4.7321262,4.4489551,4.517992,4.5878582,4.5840001,5.7867427,5.5642161,5.5439997,5.6592302,5.5958748,5.4094262,5.3564939,5.5626297,5.1737404,5.1618595,4.6563711,4.8375602,5.2215848,5.0027938,4.8681002,4.355504,4.0611382,4.028244,4.037055,4.0297499,3.948472,4.0809598,4.072536,3.8421898,3.73736,3.704365,3.516135,3.537329,3.6825061,3.7121999,4.0487609,3.8234222,3.8295841,3.882513,3.938375,3.7707231,3.9054601,3.816834,3.99575,3.7014999,3.805299,3.6103201,3.5192008,3.539196,3.5961001,4.8630891,4.5730181,4.535388,4.5302219,4.5116248,4.41892,4.68468,4.4757538,4.2906599,3.96418,3.885196,4.0061698,3.9182231,4.079082,4.2431002,5.9938874,5.7150998,5.5643282,5.4982376,5.4448748,5.6675186,5.1779523,5.0657043,5.21664,5.1178598,4.7376847,4.4497948,4.5141811,4.5902038,4.6669998,5.9684052,5.6301441,5.4093599,5.4523144,5.4312496,5.3882513,5.2520132,5.0529361,5.1664801,4.65696,4.7913132,4.8087902,4.6445794,4.7373896,4.6283002,4.8762407,4.6219277,4.5483241,4.583499,4.6103749,4.655838,4.476069,4.5302463,4.4679799,4.4057198,4.2302899,3.9955649,4.1339054,4.0054379,4.0709,6.499691,6.2387719,6.1469755,6.0610652,5.9776254,5.6430769,5.5004039,5.666142,5.5820603,5.2452402,5.2207732,5.3183551,5.2194219,5.3036938,5.3341999,4.0864358,3.8646939,3.841728,3.8580029,3.9238751,3.8488891,3.9362309,4.0929422,4.1398501,3.9254599,4.2257123,4.011735,4.055934,3.7973578,4.0411,3.7087269,3.5145521,3.4548361,3.5476289,3.4835,3.286118,3.4676459,3.5562298,3.4823802,3.23103,3.109334,3.041955,3.1823909,3.1269119,3.099,7.1897602,6.9058242,6.8185916,6.6945839,6.5450001,6.4463959,6.5295362,6.5695925,5.9667301,5.6419001,5.4237313,5.2743602,5.3175812,5.4576116,5.151,6.5954537,6.3264079,6.3469563,6.4772191,6.5176249,6.5799804,6.3397622,6.303288,6.1661601,6.0338302,6.0112414,5.3830347,5.6128821,5.74617,6.0622001,6.3248792,6.0413899,5.9941196,6.0872521,5.993,5.8828988,5.5914297,5.8136578,5.5918498,5.1352396,5.0016828,4.77876,4.9879808,4.7626863,4.8193998,9.5420504,9.3686094,9.3324003,9.2246609,8.9603748,8.6945753,8.3481836,8.2877998,7.9299002,7.53654,7.1644607,7.2339749,7.8016319,7.24965,7.4341002,4.3768759,4.1711516,4.1417642,4.1178093,4.1098747,4.1699018,4.1304507,4.2998519,4.0536098,4.0741801,3.9036169,3.834075,3.9535518,3.9049678,3.7590001,4.6534791,4.456706,4.3991642,4.3700037,4.3150001,4.2769871,4.2251043,4.3896842,4.17208,4.0559201,4.0408483,3.8212652,3.7658858,3.9615779,3.9359,7.2078438,6.8382878,6.7603798,6.6798778,6.598,6.4794288,6.2859421,6.3002105,6.1201797,5.5779901,5.378932,5.3505898,5.384325,5.4013081,5.4864998,4.7948632,4.5243759,4.4920921,4.553184,4.5254998,4.2651291,4.4784088,4.440186,4.1883602,4.5173697,4.0852108,4.1314349,4.0498571,4.2083163,3.7477,5.0733843,4.8044362,4.7703481,4.7835779,4.8023753,4.7392068,4.7895117,5.1911039,4.7958899,4.57336,4.822051,4.3746147,4.596787,4.6073403,4.4734998,4.905148,4.6129503,4.598352,4.5997529,4.592,4.6443429,4.3233838,4.3708739,4.49438,4.1880302,4.226584,4.1056051,4.1974559,4.1246758,4.2895999,4.715951,4.4828362,4.444572,4.4926829,4.4758749,4.373908,4.224051,4.2523141,4.1676798,4.1623998,3.9450369,4.0565701,4.0430589,4.0559278,4.1571999,4.7681479,4.5112438,4.4659562,4.460433,4.4822497,4.417347,4.6264138,4.7442241,4.2979202,4.3528099,4.3875771,4.1256599,3.930171,4.1683316,4.2191,6.7125893,6.4550481,6.353292,6.2833319,6.1312504,5.783679,5.851521,5.8576617,5.7148299,5.6131902,5.49687,5.6452198,5.4804239,5.406714,5.1629,4.9444671,4.654624,4.5410643,4.4443078,4.525125,4.2267723,4.535037,4.5074463,4.4040699,4.2522702,4.0254788,3.9496801,4.2144513,4.1030521,4.0454998,7.2557936,6.9220381,6.8597765,6.7903023,6.7297502,6.7545834,6.4492741,6.248682,6.3292899,5.85464,5.5346932,5.6882701,5.3454938,5.6859899,5.7719002,5.223536,4.938972,4.9028759,4.9898491,4.9986248,4.6962519,4.7143979,4.57653,4.7327499,4.1957302,4.0004091,4.307415,4.2441149,4.1605802,4.1553998,4.2202849,3.9659982,3.903636,3.9283082,4.006875,3.934557,3.974607,3.83268,3.6767499,3.60899,3.629046,3.3853052,3.536608,3.441684,3.7960999,5.3138189,4.9913659,4.8975959,4.8666539,4.8282499,5.0534444,4.8189964,4.5725403,4.5401402,4.2807598,4.2591748,4.0406103,4.17974,4.2387123,4.2588,5.2653213,5.0221858,4.9588442,4.964952,4.9156246,4.817615,4.8970351,4.9656124,4.8572698,4.2964902,4.2342138,4.3757701,4.4351802,4.4102759,4.1588001,8.8296499,8.5185137,8.4873362,8.2118816,8.0366249,7.781631,7.7921996,7.597074,7.4435902,6.8888597,6.5827279,6.5059052,6.5416331,6.8626618,6.9377999,4.9078879,4.6126823,4.5852842,4.743072,4.7263751,4.5358062,4.5208802,4.3947001,4.4959202,4.1420503,4.1015611,4.16535,3.9379988,4.3996677,4.1166,4.2396021,3.99454,3.9710879,4.0166731,4.02425,3.8976519,4.0394249,3.9587641,3.9092901,3.5843501,3.7708552,3.4883101,3.4782069,3.5473559,3.5968001,4.203434,3.9929321,3.9811201,4.036797,4.0578752,4.2224159,4.0236297,3.9010799,3.7319701,3.5489299,3.9856939,3.6069601,3.5536029,3.3778319,3.5387001,4.7670517,4.5049462,4.5096478,4.515645,4.5123749,4.2896919,4.4158139,4.3315439,4.37327,3.8305302,4.1245599,4.0324202,3.7103689,3.9175138,4.0235,3.927927,3.60058,3.6385801,3.6495388,3.773,3.7301879,3.7826099,3.5778899,3.7662899,3.6220798,3.4120271,3.3157952,3.403738,3.1715879,3.3975,5.7287922,5.4996281,5.4885602,5.4643111,5.4248753,5.1359658,5.4521999,5.0833735,5.2407298,4.71141,4.7525086,4.6335449,4.968926,4.7956319,4.4692998,7.4496489,7.1499724,7.0579081,6.9798026,6.8763752,6.8954268,6.670989,6.2800322,6.1828799,5.73177,5.8264856,5.7184052,5.6812739,5.9153876,6.0577002,4.4809961,4.2873302,4.2526441,4.2634501,4.2648749,4.3274441,4.154202,4.5564661,4.1504097,4.0172,3.9649839,4.1457148,3.915957,3.942096,3.9419999,4.1458941,3.8931019,3.8776319,3.8779981,3.9341249,3.8419919,3.8254318,3.611064,3.8509901,3.6600301,3.531709,3.4379101,3.5572078,3.2323799,3.5002,5.427392,5.1155839,4.9386482,4.8960657,4.776125,4.8402419,4.6128421,4.8879781,4.59866,4.33004,4.5468259,4.243155,4.163363,4.2340202,4.4548001,6.4770861,6.2430601,6.2025485,6.1304669,6.0118752,6.0185399,5.775588,5.4749637,5.6599402,5.0413003,4.8729544,4.8150902,4.6343822,5.0947981,5.0303001,5.5261688,5.2399359,5.1547322,5.122848,5.119875,4.8961439,5.0341592,4.888206,4.84374,4.77422,4.5273151,4.2835798,4.1913791,4.476882,4.3687,5.185039,4.8860421,4.819056,4.7859001,4.7963753,4.5967898,4.7177911,4.6216741,4.2373099,4.2009001,4.321414,3.933825,4.0494452,4.2332039,4.2080998,4.4516778,4.18817,4.1710677,4.1770201,4.1966252,4.166635,4.130919,4.1999879,4.3422499,4.0249,4.0526199,4.02843,3.892885,3.9284279,3.9539001,5.9062071,5.6416678,5.5810919,5.5929236,5.517375,5.269187,5.0540485,5.11689,5.1681299,4.7157001,4.9533963,4.9151549,4.4179788,4.4715781,4.7881999,5.6069989,5.2829499,5.1787562,5.1421981,5.1160002,5.1612549,4.806828,4.8998342,4.7135,4.2817497,4.448072,4.4948397,4.3429947,4.2269821,4.3186002,5.4265699,5.1706581,5.1505079,5.2261772,5.1700001,4.9747944,5.0001121,5.1108479,4.80722,4.5904102,4.758831,4.368,4.5442572,4.5677638,4.6715002,7.5808954,7.2244759,7.045104,7.0359178,6.928875,6.6338253,6.6887727,6.9713283,6.50386,6.0432897,6.1232929,5.9628448,5.8316541,6.1164298,6.2860999,5.5468559,5.0982981,4.9785118,4.8894868,4.842875,4.9538612,4.8958654,4.8483062,4.6709304,4.2081599,4.2968888,4.0402951,4.0644832,4.1294699,4.1434002,4.9557009,4.66856,4.6646156,4.6892791,4.6992497,4.4788151,4.5728283,4.5711718,4.5390401,4.2445703,3.9584439,4.6066651,3.760942,4.0357318,3.9807,4.3956447,4.1673999,4.2229438,4.2566133,4.204,4.509428,4.2303691,4.4015403,4.3648,4.2816401,4.2124138,4.19559,4.0037131,4.2619681,4.0675998,8.1312246,7.9321299,7.9654078,7.9011207,7.7632499,7.474896,7.7537069,7.504848,7.6979098,7.40839,7.1647882,6.698895,6.9845328,7.2031384,7.0868001,5.0225573,4.7986741,4.9055161,5.008296,5.0227499,5.0326324,4.8641582,4.9497657,4.83989,4.90556,4.7927299,5.0209951,4.8776679,5.0166659,5.1115999,4.6512871,4.4047141,4.4750638,4.5346079,4.4433746,4.671205,4.7304268,4.6784458,4.9216199,4.3561101,4.3935719,4.2689853,4.393465,4.3211279,4.3706002,5.9515543,5.7285004,5.778564,5.8604703,5.754375,5.5161481,5.5780921,5.5790458,5.56457,5.46381,5.4212241,5.19561,5.3877239,5.2595282,5.2530999,4.4766121,4.2155061,4.2807598,4.268868,4.2961249,4.2046289,4.177485,4.5312719,4.3744798,4.3024302,4.4503613,4.5349498,4.5536299,4.5529737,4.6494999,5.508359,5.2369881,5.1407399,5.1202679,5.1113749,5.3920021,5.0569739,5.675262,5.4007802,4.7276902,5.1050148,4.8593998,5.0251641,5.2308664,4.9513001,5.7115302,5.5165119,5.4989882,5.5573201,5.5528746,5.5206251,5.5131569,5.3006582,5.3517199,4.9447203,4.7877159,5.2855949,4.9798436,5.3102221,5.2272,5.6468658,5.3928299,5.5116601,5.5019789,5.4796247,5.5191727,5.4815669,5.6562238,5.4205804,5.6729198,5.3365307,5.1824851,5.1550469,5.3723402,5.3291001,9.6201401,9.5185566,9.6287403,9.5772181,9.4645004,9.0136528,9.1086845,9.1243324,9.2493496,8.4209394,8.9309149,8.9579697,8.7615919,8.8494186,8.8500004,4.8354149,4.6357303,4.7609763,4.8804569,4.8632498,4.8787203,4.7084312,4.4125977,4.5913997,4.5416799,4.4232202,4.441185,4.4795732,4.933434,4.5179,5.1898336,4.9730082,4.9925041,4.9545031,4.91225,4.7376342,4.816071,4.8736143,4.8920298,4.99224,4.8741531,4.8872252,5.1031351,5.6336641,5.1273999,7.6447372,7.43432,7.598052,7.5600448,7.6719999,7.3058591,6.8526897,7.5342603,7.3373299,6.8048201,6.8928328,6.5914798,6.7585506,7.2824941,7.5121999,5.5672693,5.2775898,5.263236,5.3393097,5.4186249,5.3359795,5.2729564,5.7576842,5.38868,5.1687903,5.2750549,5.5367551,5.3512621,5.361834,5.5560002,4.2771401,4.0898137,4.1162882,4.2016592,4.2642503,4.3290167,4.147182,3.933342,4.1908898,4.1792297,4.5685167,3.8531849,4.192512,4.500546,4.3674002,5.2420311,5.0220523,4.973496,4.9959121,4.9338751,4.8320141,5.0038562,5.0341263,5.10466,4.9419699,4.7626462,4.6491899,4.8019629,4.908648,4.8593001,4.643889,4.4697037,4.4893198,4.652514,4.787375,4.8617802,4.2866459,4.6142635,4.4402599,4.47788,4.8198709,4.6729198,4.5782471,4.6362062,4.8175998,5.3060098,5.063592,5.1223922,5.1094317,5.2478747,5.0880499,5.0769811,4.78971,5.0849705,4.5840302,4.9124122,4.7789702,4.8472829,4.9634218,5.0162001,8.8930807,8.725276,8.5785475,8.4510479,8.3968754,8.063077,8.2531796,8.4863882,7.9186802,7.6787701,7.5959921,7.35672,7.3721223,7.5309658,7.6269002,6.8617826,6.7314901,6.907692,7.0565581,6.9493752,6.6921473,6.8447342,6.9802203,6.6415796,7.2003803,6.5833821,6.8694153,6.7514439,7.5274978,6.8776999,5.3799901,5.26017,5.332932,5.4147754,5.4627504,5.15944,5.1323218,5.0496302,5.3033199,4.82163,5.2793059,5.1619048,5.4688878,5.3164444,5.2298002,4.9539199,4.6942883,4.8091559,4.8427892,4.881875,4.5982418,4.7657609,4.718574,4.7438602,4.8094201,4.8663049,4.5745349,4.411799,4.8134818,4.8162999,5.2320299,5.0505939,5.101932,5.1179461,5.1873751,5.0469098,4.8653278,4.9904642,4.98278,5.20927,4.9568839,4.9603052,5.0851097,5.2349458,5.2444,5.2095618,5.0011477,4.9909201,4.9501171,4.9831252,4.760745,4.9414949,4.7816157,5.1254501,4.8644204,4.6052499,4.65696,4.6337638,4.8651962,4.7203002,6.6144972,6.4467397,6.4881959,6.5071473,6.5176249,6.2007661,6.3789568,6.3568678,6.0166698,6.2641697,6.0698829,5.7460203,5.8581252,6.265656,6.0869002,4.9235063,4.77844,4.8787203,4.8107972,4.7579999,4.6303072,4.4729099,4.4784899,4.2385201,4.8334002,4.800251,4.590075,4.904448,5.0610361,4.8179002,7.4688292,7.2432356,7.029264,6.9421349,6.8088751,6.776484,6.8181748,6.9475017,6.8502498,6.78161,6.458468,6.3851552,6.4375,6.5617623,6.4489999,5.84305,5.6527901,5.6448483,5.6389771,5.6531248,6.088357,5.5538731,5.4674401,5.5447698,5.41959,5.529788,5.4941249,5.2038689,5.2183204,5.9899998,4.8050008,4.6587782,4.7089682,4.7073393,4.90975,5.0832105,4.707027,4.8143344,4.6543202,4.80931,4.5802889,4.3255796,4.5464201,4.7460599,4.7944002,6.9954944,6.8089418,6.9698639,6.9541321,6.9181252,6.7837439,6.516315,6.4330201,6.75455,6.0756302,6.0419788,6.0752997,6.0067539,5.9604716,6.5342002,5.14572,4.9283862,4.9896002,4.9698544,4.9778752,4.8386688,4.7954788,4.9729075,4.8742099,4.7185597,4.9936166,4.7204847,4.4809122,4.7770681,4.8525,5.1422949,5.0165582,4.9700637,5.0544782,5.2246246,4.8672252,4.955184,4.9267383,5.3407197,5.4567699,5.4773593,4.9703846,5.447876,5.7524939,5.3699999,5.403554,5.1640921,5.2048922,5.2924833,5.3232503,5.0394082,5.1777177,5.16078,4.9900398,5.0559301,4.6583333,4.692555,4.5555873,4.7878799,4.8908,5.6178217,5.4161463,5.4175439,5.3949089,5.4041247,5.4881968,5.5234532,5.2595038,5.56952,5.1170897,4.896934,5.2020149,5.046279,5.4355798,5.7405,4.8252769,4.4918137,4.4705763,4.7054038,4.5044999,4.6087689,4.8804207,4.5133739,4.7725697,4.9944401,4.7938199,4.8027,4.5627971,4.9427161,5.0372,5.1513367,4.924232,4.9460402,4.988688,4.9507499,4.6768923,4.6756711,4.783896,4.3043003,4.4474096,4.544755,4.4909549,4.5074863,4.5713339,4.4113002,4.7658191,4.5699358,4.5903001,4.4373422,4.6887498,4.6029611,4.601727,4.5934024,4.76685,4.9260201,4.8888679,5.2153502,5.2491889,4.7741098,4.8245001,5.6239872,5.3762145,5.5304041,5.6443954,5.6750002,5.2332497,5.2662868,5.3016839,5.4667802,5.3567801,5.1773911,5.1117148,5.0850072,5.18925,5.2381001,4.7349939,4.4324522,4.4188318,4.5792418,4.6654997,4.525763,4.6619821,4.609704,4.4478498,4.4129796,4.2936192,4.1765852,4.2316518,4.3496881,4.4727001,6.516953,6.2610159,6.311976,6.2228312,6.0818748,6.2877645,6.1653147,6.3821759,6.2430501,5.8534303,6.098114,5.7191401,6.0075779,6.13938,6.1665001,4.5525098,4.3689361,4.275744,4.3235641,4.4442501,4.2450433,4.5101161,4.344768,4.73,4.5389299,4.7260222,4.6195803,4.5277767,4.9169097,4.8449001,5.6015186,5.4237838,5.3853364,5.3252487,5.3537502,5.0970039,5.2675743,5.3858161,5.0582399,5.1461301,5.3647623,5.2532549,5.0215588,5.2031221,5.3551998,6.5392842,6.3004117,6.2417521,6.1596208,6.1561251,6.0313659,6.0861058,6.5384698,6.1579103,5.8646502,5.8234339,5.4726,5.585793,5.6070418,6.0114002,4.1716499,3.8173919,3.7575121,3.9040561,3.7056251,3.8602629,4.0277252,4.0018559,3.79423,3.72174,3.921602,3.9472649,3.8886619,4.0500121,3.9926,5.0787268,4.9081521,5.0288038,5.4151621,5.0067501,4.8028531,5.0491347,5.1465302,5.0358,5.0866199,5.1779361,5.0148001,5.4374728,5.4765844,5.4432998,5.0763979,4.8577681,4.9311237,4.9941063,5.0741248,4.874001,4.9066286,4.9016576,4.85111,4.44279,5.2221899,4.6826849,4.8628359,5.214036,5.2041998,5.7915378,5.5907483,5.6407561,5.5989871,5.6898746,5.845994,5.5550432,5.6212263,5.6768799,5.6992097,5.4264565,5.386395,5.167922,5.6433539,5.4354,5.2017531,4.953846,5.0521679,5.107368,5.1908751,5.2074771,5.0121627,4.9722238,5.0836501,4.7440801,4.5718956,4.5312748,4.6454029,4.9957561,4.8434,5.1714759,4.9956541,5.0092678,5.0250659,5.1270003,5.2891521,5.5158477,5.210484,5.0226002,4.9398799,4.6758823,4.7174401,4.983861,4.9690323,5.0685,5.2325783,4.9981999,4.9973884,5.0282912,5.0889997,5.1675467,4.8671999,5.0981936,5.1978297,4.8657398,4.7002983,4.9203,4.7704449,5.1488581,4.7536998,5.0463953,4.8609838,4.8112683,4.8805861,5.0290003,4.9152622,5.25213,5.0569263,5.0161099,4.9210701,5.4785576,5.4895048,5.1863589,5.4365997,5.2219,6.5347629,6.2473478,6.1314001,5.9863744,6.1991253,6.2109299,6.0272551,6.7213259,6.10885,6.2834201,6.3290849,5.8127999,6.064846,5.9792399,6.1279001,5.0579028,4.8844342,4.8619561,4.9426351,4.987,4.7618341,4.7287889,4.7962079,5.00489,4.8656297,4.8806934,4.7192249,4.9144387,5.1954718,5.0683999,4.76897,4.5400538,4.3872838,4.6456771,4.4943752,4.254118,4.4543071,4.3461361,4.5645599,4.8373604,4.5098748,4.68048,4.6394291,4.6181517,5.1596999,7.3636127,7.1673923,7.2632999,7.3282318,7.2554998,7.0221143,7.1449561,6.9178619,7.3692298,7.0455003,6.688458,7.0346847,6.6316547,6.7145581,6.9429998,5.0292702,4.8013539,4.7733841,4.8364682,4.8892503,4.8939662,4.7237577,4.6421943,4.7160301,4.6212101,4.8064637,5.0272951,5.216435,4.912014,5.151,4.9456997,4.7216244,4.6881118,4.8027987,4.8276248,4.9192548,4.6672468,4.7634902,5.2375402,4.5129704,4.7149043,4.4085298,4.7877493,4.8246002,5.0904999,5.0910568,4.8789401,4.9288797,4.8783927,4.9578753,4.9890718,4.8505859,4.994226,4.9439502,4.3239899,4.5818148,4.4569349,4.7321286,4.3886518,4.2157001,4.7023878,4.6235361,4.7035561,4.7591972,4.822,4.5302401,4.5154982,4.1508541,4.5563097,4.5436602,4.8919201,4.5912299,4.8557291,4.8565259,4.7164001,5.002007,4.7574019,4.7434196,4.8295021,4.83775,4.7942619,4.8882599,4.9234319,4.8755302,4.8104095,5.0685,5.2476897,4.9109368,5.3760118,5.0174999,5.0418739,4.902122,4.8886199,4.982883,5.0591249,4.9178033,4.8946948,4.9122601,5.1760502,5.3728399,4.9212413,4.9523249,5.2212758,5.6512079,5.1343002,6.4394112,6.2099624,6.1151638,6.0222359,5.9508753,6.0346327,5.9451208,5.9055424,5.8038197,5.28088,5.4744158,5.4304948,5.5318208,5.7418861,5.507,4.6751246,4.4687657,4.4419317,4.6283908,4.5453749,4.338697,4.6646733,4.5609121,4.7049203,4.5661001,4.9010758,4.6890898,4.658484,4.591938,4.8188,5.3679342,5.1245623,5.0511122,4.9519229,5.1149998,5.2370014,4.8182936,5.2641783,4.9702401,5.1205001,5.1127539,5.0250902,5.0238252,5.1462059,4.9934001,5.4225969,5.1925001,5.2056842,5.0841479,5.2038746,5.3308973,4.8741031,5.1431098,5.1069703,5.1599898,5.4386644,5.1610651,5.2017059,5.4899459,5.4386001,6.6535416,6.3889861,6.386292,6.373116,6.388875,6.3521371,6.4713869,6.3191338,6.4485297,6.1249099,6.0936451,5.9620051,6.111196,5.981688,6.0317001,5.4456129,5.2505217,5.1803398,5.1756091,5.2543745,5.1475821,5.196321,5.1735477,5.29144,5.29496,4.8778591,5.2416,5.3318982,5.5125899,5.5352001,5.7534523,5.5823064,5.5306678,5.7185702,5.6467495,5.5223188,5.7906809,5.5148644,5.4689798,5.15306,5.1461082,5.0761204,5.4858828,5.2607517,5.3838,5.3024478,5.0574279,5.100348,5.0944681,5.1541252,4.8465343,5.0161409,4.8675723,4.83494,4.77774,4.5874834,4.6698751,4.7999029,4.6942439,4.9713998,9.6104136,9.432394,9.5838604,9.555933,9.5089998,9.4510679,9.3188162,9.030282,8.8918495,9.2540798,8.5354633,8.5665302,8.8913717,8.7190628,9.1688004,8.1358824,7.9604039,8.151,8.0430212,8.0812502,7.6449008,7.9647751,7.7102761,7.72332,7.89008,7.5971913,7.2078304,7.196095,7.6413298,7.6511998,5.7609873,5.5037818,5.4828839,5.4092283,5.65975,5.6557822,5.9499183,5.6906519,5.7607002,5.4000101,5.128232,5.5699348,5.5343962,5.7127137,5.9892998,6.132668,5.9043078,5.9430356,5.9026527,5.8789997,5.6899042,5.7121739,5.8697462,5.7244,5.3221302,5.4712548,5.4655647,5.5605583,5.7839098,5.5832,6.569972,6.3515997,6.3341522,6.2848802,6.3832498,6.2068162,6.1413302,6.0799623,6.20785,6.3778,5.5665212,5.771955,5.8648195,5.5010638,5.7849998,5.374373,5.0978961,5.0629921,5.105175,5.2348752,5.1928363,5.0671535,5.1172318,5.48317,5.9277897,5.3284655,4.9236598,5.2356958,5.7262797,5.5292001,4.94981,4.733952,4.6527362,4.5996237,4.709125,4.6315169,4.6520371,4.6168861,4.7990799,4.8896098,4.725913,4.8519449,5.0119801,5.3124661,5.1032,4.566484,4.340796,4.341876,4.3529758,4.4211249,4.4884949,4.6404543,4.5206699,4.6557503,4.58073,4.3799472,4.3354502,4.8167949,4.4853477,4.3287001,4.4852428,4.2933598,4.3413477,4.2937651,4.3132501,3.978843,4.066803,4.8269882,4.1416101,4.3327899,4.541594,4.810575,4.7284212,5.1460023,4.9535999,5.9967642,5.8311443,5.8485236,5.8212538,5.8963752,6.3089404,5.9939103,5.6870036,5.7056999,5.4468703,5.6355181,5.6593952,5.7356582,5.3669343,5.8751998,4.4292102,4.1533298,4.1285639,4.1616688,4.3268747,4.0860491,4.0414143,4.0729918,3.91259,3.95472,3.9689081,3.790185,3.8704309,4.0601101,4.1908998,5.9579926,5.7342625,5.6796961,5.6308498,5.7103748,5.5762849,5.526144,5.5983119,5.5647898,5.6210003,5.4662414,5.5292997,5.4514809,5.4516959,5.4183002,9.5386248,9.3639202,9.3915358,9.3150902,9.3344994,8.9510965,8.9578714,8.9048815,8.7637005,8.2963104,8.4574194,8.0922451,8.3066416,8.2673035,8.4112997,4.9736481,4.785006,4.7116079,4.7853842,4.8977499,4.7416267,4.7269173,4.959228,4.8101902,4.8085399,4.7631912,4.8893247,4.8528452,4.9025278,4.8657999,5.5039749,5.2314939,5.2427759,5.3933611,5.4676251,5.3796601,5.0374351,5.13342,5.69173,5.4721699,5.2985992,5.2504201,5.3498197,5.3905983,5.4535999,5.446435,5.2071061,5.1102481,5.1144629,5.1786251,4.9230061,4.8891959,5.07129,4.9670501,4.70261,4.5903168,4.8329401,5.1245589,5.0628719,4.9365001,7.680768,7.5076184,7.6590362,7.7820539,7.9309998,7.2621779,7.2903872,7.6825738,7.35075,7.3888102,7.2718263,7.180635,7.4382482,7.3438983,7.6489,4.9968009,4.7166662,4.6729321,4.6825709,4.9098749,4.672173,4.8305788,5.0846276,5.1019101,5.0848598,5.078855,4.89153,5.4863982,5.131722,5.1027999,3.5555608,3.370636,3.3117478,3.2741489,3.1428752,3.2950721,3.1492889,3.2887862,3.2813001,3.1954999,3.115983,2.80581,3.0838199,3.2012699,3.2327001,4.1360302,3.9061,3.8682601,3.8903821,3.8525,3.763705,3.8260171,3.967998,3.5330901,3.68346,3.629591,3.30708,3.6650491,3.4136341,3.5179999,3.6968081,3.5578341,3.5426159,3.5615611,3.4711251,3.4544289,3.361059,3.5974979,3.4943702,3.4120901,3.4660909,3.4465199,3.3705719,3.424242,3.0668001,3.5045969,3.3112741,3.4323962,3.4241762,3.3280001,3.4795971,3.3141422,3.3389461,3.2764599,3.2773399,3.1955531,3.1613398,3.4689369,3.2276881,3.2521,3.3933532,3.2147942,3.2428441,3.2986591,3.2596252,3.1597939,3.2502601,3.4063199,3.1595299,3.31639,3.0068741,2.92257,2.9908111,3.0801959,3.0664999,3.3025219,3.122334,3.007488,3.0734248,3.0322502,3.010601,2.9484,2.9899921,3.1656899,2.9701099,3.159256,3.02421,2.969696,3.0214438,2.9296999,3.872853,3.63676,3.5645282,3.603615,3.6256251,3.1578581,3.5472059,3.28947,3.4299099,3.26634,3.3006289,3.4075651,3.2293589,3.3309119,3.3141,4.0713663,3.9347758,3.891624,3.963912,3.8008749,3.7971008,3.795948,3.5229421,3.86166,3.79445,3.7535238,3.6619802,3.8013179,3.802866,3.8218999,3.7714729,3.5440319,3.5365438,3.61587,3.523375,3.4927859,3.473964,3.5167859,3.32057,3.29901,3.455518,3.2050202,3.2549031,3.3175499,3.1616001,3.6896842,3.4421921,3.4312081,3.4452031,3.5018752,3.581358,3.5277839,3.6393359,3.4948099,3.4020798,3.4478879,3.2735851,3.379842,3.3580441,3.4547999,3.1940179,2.9563079,2.9360759,2.953068,2.8538749,2.8622549,2.9440711,3.0347941,3.06636,2.6315298,2.4797502,2.3942101,2.693656,2.594676,2.6083,3.8029828,3.6395741,3.59832,3.52686,3.5123751,3.7732642,3.104244,3.5149622,3.65904,3.53023,3.487891,3.451875,3.4761472,3.4823818,3.4909999,3.8812099,3.669858,3.604656,3.6006479,3.5393751,3.4111109,3.5510669,3.6458342,3.65255,3.3134201,3.3546929,3.1755152,3.0958712,3.15537,3.3938999,3.1756601,3.0412638,2.975148,3.020664,2.9449999,2.871088,2.946528,3.015528,3.1152,2.72965,2.803371,2.871645,2.6431861,2.8050001,2.8647001,3.7180431,3.52688,3.4776719,3.4926751,3.5393751,3.5096052,3.566277,3.6734221,3.7068901,3.4795198,3.4089751,3.3569548,3.2081411,3.2701201,3.5314,3.6863959,3.5258081,3.4801798,3.564528,3.5291247,3.4923019,3.5294218,3.7374902,3.4802899,3.42958,3.5860999,3.3237748,3.3919959,3.3658981,3.1835001,6.7786226,6.5722976,6.5957761,6.701808,6.631875,6.2913952,6.2799749,6.6782341,6.6128702,6.0675998,6.4287109,5.7219753,5.6661329,6.0223861,5.8478999,4.0909572,3.8318641,3.7647719,3.7940187,3.5811253,3.5772438,3.6182249,3.7151458,3.7062299,3.72999,3.5484951,3.486315,3.3176301,3.5078821,3.6808,3.5295308,3.358978,3.3279839,3.394248,3.4853749,3.571799,3.470922,3.5668318,3.5646601,3.5248401,3.5288749,3.567795,3.2225611,3.6682258,3.6544001,4.8962431,4.6129503,4.6085162,4.7045012,4.542625,4.810113,4.7195463,4.8542342,4.8032598,4.7347298,4.7400832,4.47258,4.7579823,4.4468942,4.4811001,3.9240911,3.7296219,3.6570599,3.7131362,3.705375,3.736722,3.7986391,4.0123439,4.0201702,3.92623,4.0709319,3.9230101,3.8351021,3.8955841,3.9614999,3.9280639,3.712604,3.704052,3.7537708,3.7522502,3.6391962,3.6907649,3.6088979,3.61185,3.5643299,3.5659351,3.4170151,3.365731,3.233706,3.365,4.9102168,4.6640043,4.632936,4.6514821,4.535625,4.5452442,4.7268,4.353888,4.7840099,4.7014003,4.6057949,4.1995797,4.2547235,4.47474,4.6287999,4.8722682,4.581058,4.4589601,4.5229983,4.447,4.6520872,4.906395,4.6515417,4.8909302,4.6570697,4.5258985,4.0998297,4.2005458,4.2490139,4.1009998,4.7126627,4.4920821,4.3967881,4.400835,4.3006248,4.2873931,4.2032251,4.3504682,4.2708602,4.0426102,4.0618849,3.67647,3.582958,3.5522521,3.8454001,2.4729869,2.327044,2.3117161,2.4675119,2.536875,2.5308359,2.3395321,2.5878,2.57059,2.3778701,2.4564238,2.3754151,2.321105,2.312748,2.2639999,2.9004271,2.7297142,2.5421879,2.604897,2.5852501,2.5783889,2.5077779,2.5573618,2.6500101,2.41186,2.638345,2.432745,2.3633351,2.3050981,2.5562,2.7665777,2.6253281,2.357784,2.5661969,2.62975,2.7381091,2.4264629,2.818536,2.9174199,2.7335,2.956516,2.9067152,2.9752581,3.1879082,3.7096,4.4586649,4.283042,4.3544159,4.4379869,4.4007502,4.2383881,4.3008032,4.3195739,4.1869297,3.9387698,4.047606,3.97404,3.7397239,4.0725541,3.8366001,5.2892962,5.0531397,4.9283519,5.089695,5.0522499,5.034205,4.9879436,4.9488544,5.6137404,5.3016696,4.9884939,5.0055599,4.7372789,4.8769259,4.8017998,3.4792519,3.3286941,3.3039601,3.337359,3.31675,3.4459589,3.2569289,3.4600139,3.4045,3.2804198,3.542609,3.2102699,3.281683,3.4278121,3.5019,2.6277969,2.502852,2.4684,2.5588441,2.6222501,2.565563,2.6013782,2.7087541,2.67872,2.5668499,2.6891389,2.4591,2.5170112,2.6929021,2.6408,3.0901721,2.9158401,2.8085642,2.8414829,2.8032498,2.8776221,2.8712969,2.979162,2.9248998,2.8550501,3.0506921,2.9198401,2.7910941,2.8309078,2.8271,4.0160179,3.8177941,3.7613399,3.7773781,3.7639999,3.7284939,3.798171,3.9078062,3.9688001,3.7425299,3.8908641,3.88815,3.6381662,3.6928079,3.7367001,3.369652,3.202466,3.1930799,3.194427,3.0991249,3.17504,3.0671551,3.1679459,3.1403899,2.9775898,3.020499,2.8981049,3.003686,3.1465979,3.3015001,4.0767088,3.9114599,3.941124,4.0426021,4.0392499,3.927418,4.091373,4.43574,4.1505198,4.57094,4.221025,4.1845651,4.1916881,4.1563983,4.0797,5.1661329,4.9992719,5.0091362,5.0980797,5.132,5.1705723,5.2786894,5.3732758,5.3708596,5.4347701,5.4218779,5.1712503,4.9498706,5.2363739,5.1388998,4.2735782,4.0654259,4.0430279,4.0760131,4.015625,3.9073319,3.837132,3.7366922,4.0504198,3.68874,3.7276909,3.8241,3.6950219,3.5738759,3.8868999,4.0153332,3.8918962,3.779952,3.9012179,3.8687501,3.8676438,3.7790999,3.8975461,3.6435299,3.8299801,4.015996,3.7165799,3.6402259,3.704334,3.8471,3.7273591,3.560782,3.4820282,3.566334,3.5917499,3.4630201,3.618927,3.6894958,3.4677498,3.3559899,3.4522481,3.465735,3.0963862,3.4780979,3.2239001,5.056807,4.822392,4.7926559,4.7803531,4.6543751,4.4858332,4.2453451,4.8419223,4.3966999,4.2228999,4.4718342,4.303215,4.2612133,4.4085422,4.3374,3.0530448,2.86023,2.783484,2.830647,2.838625,2.73944,2.7633059,2.8007519,2.5975399,2.73031,2.838033,2.6080952,2.582725,2.5198081,2.6438999,3.9561491,3.7916641,3.8101799,3.9155371,3.833375,3.8043609,4.0455089,4.1867642,3.7455001,4.2013402,3.8720069,3.7917602,3.6722591,3.430464,3.6118,4.452774,4.2335958,4.1387281,4.1149707,4.0788751,4.1838169,4.5142112,3.9918239,3.9675901,3.9757299,3.8993659,4.053525,3.7724781,3.9615779,3.9937,6.3567996,6.150064,6.0986643,6.404592,6.2901254,6.270946,6.5933013,6.7576923,6.8341904,6.1039,6.2227011,5.8476601,6.219861,6.5950141,6.6671,3.524188,3.393014,3.3522718,3.428304,3.4615002,3.377594,3.3274801,3.5280719,3.5163701,3.4084599,3.381834,3.2936401,3.227402,3.3280559,3.3427999,4.0134153,3.8043938,3.7779717,3.827817,3.8828752,3.7384162,3.9936779,3.7232401,3.81425,3.7188799,3.863287,3.4590151,3.442569,3.7462561,3.7553999,4.2970047,4.0727963,3.9863999,3.993582,4.02175,3.8147669,4.0181308,3.9994621,3.7676101,3.6956699,3.7570119,3.6471751,3.7171671,3.6989279,3.681,3.5548761,3.373316,3.3129358,3.348711,3.4527502,3.4302289,3.4061041,3.5055001,3.46016,3.1675601,3.2914732,3.2811451,3.0758891,3.073056,3.1963,3.9247761,3.7938077,3.772296,3.9387569,3.8566251,3.802788,3.7089,3.5381041,3.8950999,3.9458101,3.7820821,3.6390901,3.5927432,3.541338,3.7686,4.110137,3.8310599,3.7781041,3.8779981,3.8716249,3.856149,3.737916,3.9986641,3.8244801,3.81865,3.7194071,3.5982449,3.4332991,3.7642078,3.5185001,3.1301761,2.9415679,2.8696799,2.8590269,2.864625,2.900491,2.8782001,2.7844501,2.8234801,2.64715,2.6921909,2.3025448,2.6801629,2.698818,2.8729999,3.7250302,3.542558,3.4869118,3.572139,3.5328748,3.4327698,3.608397,3.6124322,3.5234101,3.2862499,3.597872,3.353385,3.3095961,3.4265881,3.4428999,3.7376339,3.5775321,3.52176,3.605937,3.567625,3.619957,3.7169728,3.7065959,3.8352599,3.3536799,3.529093,3.4402201,3.449367,3.379158,3.4526,4.2739887,4.0592618,4.0637517,4.1486402,4.0685,4.1701441,4.011579,4.2613201,4.3243198,4.2199297,4.2972159,4.01898,3.7081029,4.2540121,3.8464999,3.8553171,3.690896,3.7122359,3.740226,3.72875,3.6238289,3.6969662,4.0082402,3.96297,3.6589298,3.75723,3.65043,3.467701,3.5466418,3.2458999,3.4914451,3.3024299,3.237432,3.291822,3.271625,3.224287,3.1418011,3.1059299,3.3766701,3.4064801,3.2265089,3.2699101,3.3161879,3.14517,3.0078001,4.5489478,4.3316841,4.3249798,4.371552,4.4308748,4.170507,4.4130058,4.3505821,4.23698,4.10113,4.0867372,4.0265398,4.0901299,4.10499,4.0198002,3.979439,3.774646,3.8037119,3.8505211,3.842875,3.843081,3.5818379,3.7370341,3.7522099,3.5150499,3.69946,3.457335,3.4716151,3.4903381,3.4793999,2.8887818,2.7539682,2.6201999,2.7369931,2.7728751,2.736294,2.8143179,2.81352,2.79477,2.48875,2.7802629,2.60253,2.484051,2.6622,2.6204,6.1678772,5.9299021,5.9352479,6.0141087,5.9474998,5.9467869,5.8641572,6.1059542,6.1083002,5.7912803,5.559763,6.2884498,5.7784028,5.6954761,5.8368001,3.7061238,3.5661418,3.4680359,3.5431139,3.5225,3.5204949,3.4777079,3.6818581,3.4795198,3.2521501,3.5654991,3.3604202,3.397867,3.2486999,3.2049,2.9900248,2.8346362,2.6865959,2.887794,2.954,2.9399369,2.8718822,2.90358,2.8838701,2.85461,2.723583,2.7760949,2.692317,2.7927599,2.7876999,3.862715,3.6557879,3.5863082,3.6349621,3.74125,3.6906211,3.8522251,3.7263179,3.7958798,3.8783801,3.7978868,3.3965402,3.5574141,3.5739779,3.4338,4.1827474,3.97645,3.727284,3.7804739,3.9664998,4.0878639,4.2273269,3.9942181,3.88498,3.8167801,4.0234079,3.812655,3.5718338,3.731262,3.8975,4.14151,3.9408062,3.9540601,4.144125,4.1567502,4.1505423,4.134078,4.5419879,4.3708501,4.18506,4.1392751,4.1068649,4.2329912,4.1099877,4.1135998,3.369926,3.1208601,2.899116,2.9059832,2.8773749,3.0522251,2.780622,3.0284102,3.1092601,2.7368,2.9343891,2.8127401,2.6030159,2.9133239,2.9226999,3.0941451,2.9497418,2.8558202,2.981319,3.029125,2.8485818,2.9375191,2.9870279,3.02423,2.95207,2.9813678,2.917845,2.793463,3.03756,2.8455999,4.8796659,4.6648078,4.6244879,4.6710901,4.6339998,4.5966687,4.6191602,4.6144919,4.5893102,4.2539201,4.5196853,4.4311051,4.2035332,4.1436477,4.0974998,4.1502781,3.9275401,3.9027119,3.9388862,3.9684999,3.7823391,3.3746309,3.6156242,4.0412898,3.6152601,3.6213069,3.538605,3.5166261,3.662616,3.7026,4.0220461,3.818598,3.8045039,3.823947,3.8095,3.8090799,3.5001721,3.776022,3.7041399,3.34059,3.6814752,3.51687,3.5249691,3.660882,3.5550001,3.400203,3.2925138,3.250104,3.3836699,3.301625,3.1907701,3.1752632,3.4079158,3.3704,3.2173901,3.2490718,3.1112549,3.1106,3.0633659,3.0689001,4.600049,4.3611641,4.3409519,4.3777442,4.3537502,4.301671,4.1561909,4.3094282,4.1248903,4.2117901,4.0769267,3.877125,4.1547108,4.0950961,3.7667,3.2203219,3.078918,2.9879522,3.0469799,3.0903749,3.4269621,3.09231,3.3049741,3.38272,3.05547,3.300302,3.0142348,2.97876,3.089478,3.1607001,4.8474712,4.6583757,4.5802679,4.5884008,4.4914999,4.1915607,4.6112041,4.589982,4.3807502,4.3984599,4.0960021,4.0817699,4.007833,4.2720661,4.0397,3.5577531,3.2992141,3.188724,3.2008772,3.181875,3.0437551,3.1963229,3.2692919,3.0197198,2.9983799,2.7859311,3.075135,2.9297318,2.9526958,3.0292001,3.6380348,3.4589419,3.3765602,3.4432678,3.5105,3.353636,3.4622638,3.6568918,3.6459501,3.52022,3.526695,3.4457848,3.41342,3.2321761,3.5425,4.0012221,3.7802739,3.6368639,3.645411,3.722625,3.7115541,3.5708401,3.8306279,3.6315401,3.53496,3.5749819,3.4581749,3.6336341,3.56286,3.4073,2.7461648,2.659498,2.697156,2.7504091,2.721375,2.6503839,2.6738009,2.7940261,2.94349,2.8798001,3.0107982,2.8074899,2.770082,2.6900461,2.7595999,3.951628,3.6720018,3.545388,3.5970359,3.6533749,3.4828641,3.623841,3.834162,3.6302199,3.5159299,3.381289,3.3417301,3.3091841,3.1580222,3.4403,3.724345,3.541888,3.574692,3.665406,3.6226249,3.535862,3.5739989,3.5892899,3.4203401,3.3924,3.4491961,3.3623099,3.312892,3.33132,3.4493999,3.411711,3.2265861,3.143976,3.2221622,3.2358751,3.2179949,3.2358692,3.3585539,3.3095698,2.9878201,3.1036658,2.9871449,2.9353969,2.9332139,3.0313001,3.9295709,3.7469079,3.709332,3.6959789,3.5787499,3.6326618,3.5032139,3.611064,3.6818101,3.46841,3.489635,3.532095,3.3856099,3.5987639,3.5425,5.7826333,5.6483679,5.6266317,5.5904732,5.578125,5.6084709,5.5571489,5.5123563,5.99401,5.7986503,5.7933502,5.7743702,5.7307138,5.5268698,5.6308999,4.4593501,4.2803621,4.0985999,4.2687387,4.3525,4.3781428,4.2038097,4.344996,4.4984498,4.5138497,4.7509828,4.54881,4.6542611,4.4079299,4.5997,4.6034737,4.377914,4.2823439,4.2158489,4.2140002,4.297194,4.094883,4.3257303,4.2838397,4.2216897,4.4579911,4.1531701,3.9727101,4.1987276,4.1301999,4.127399,3.9421461,3.88938,3.9689429,3.8847499,3.9299591,3.906162,3.961386,4.2561202,3.9625299,3.7973418,3.8373299,3.575336,3.7304461,3.8139,4.2209702,4.0863299,4.0571523,4.1663132,4.0733747,4.817131,4.1192188,4.0863299,3.9773798,3.92799,4.0167589,3.7879801,3.8583801,3.8477459,3.7581,4.3853698,4.3032761,4.3483438,4.4070272,4.3783751,4.3756018,4.5571499,4.329834,4.0594397,4.2818599,4.2798853,4.23948,4.0563459,3.9357719,4.1462002,3.7462649,3.541352,3.5816879,3.621546,3.632,3.563329,3.6350729,3.5499601,3.5480502,3.4016402,3.37028,3.8067749,3.3381271,3.3214259,3.3236001,4.2452192,4.0606017,4.0749722,4.1779227,4.1966252,4.1792192,4.0166101,4.0324078,3.9540601,3.9116001,4.0299482,4.049325,3.8793921,3.837954,3.9033,5.4854803,5.2434201,5.1815281,5.170836,5.177125,4.8996534,4.9613848,5.122704,5.2177401,5.1082897,4.600018,4.9107447,4.7261548,5.010036,5.0304999,4.8277431,4.6500683,4.5994081,4.6132979,4.5935001,4.3838301,4.721652,4.5187321,4.64959,4.5306802,4.49189,4.4132552,4.302722,4.433022,4.5430999,3.850385,3.6481502,3.6354122,3.742548,3.6993752,4.01478,3.6239579,3.6894958,3.5599301,3.5112,3.588171,3.5153999,3.544642,3.6088619,3.5774,4.5305901,4.4163718,4.455924,4.4908772,4.402,4.220964,4.4318428,4.3289223,4.3358698,4.3268499,4.2745442,4.6416302,4.2038417,4.2376924,4.3111,5.4090338,5.1745439,5.101932,5.0787301,5.0302501,5.441854,5.1017847,5.15907,5.4837198,5.1935396,5.1336818,4.8266397,4.5722728,4.6484461,4.9383998,4.932548,4.726716,4.6652761,4.7514572,4.7276249,4.604413,4.5968132,4.8097739,4.8092003,4.5932703,4.6820946,4.2388501,4.3113742,4.2140279,4.441,5.2446342,5.0296898,4.9994998,5.029839,5.0029998,4.8293519,4.7805028,5.1598678,5.0087399,4.8857598,4.8580213,4.384275,4.735837,4.5132961,4.7705002,4.355093,4.1982198,4.133976,4.1845021,4.1424999,4.0020747,3.9749579,4.1278257,4.46105,4.50032,4.258739,4.2036748,4.2373171,4.2104583,3.9017,3.2760808,3.1507421,3.1592879,3.265506,3.3891249,3.1377718,3.177603,3.0719581,2.9651601,3.0673501,3.1091161,2.9271901,3.003068,3.061734,3.217,6.9509687,6.7151423,6.7053361,6.6707191,6.6289997,6.7086029,6.4972439,6.9568501,6.8114204,6.5148597,6.2531123,5.7717452,5.8094063,6.429162,6.0970001,3.7248929,3.5366621,3.501168,3.5754929,3.5248752,3.540581,3.543345,3.6741059,3.5215402,3.3768899,3.4380782,3.20628,3.303931,3.1432319,3.3631001,4.5389471,4.3560719,4.3346157,4.351686,4.2893748,4.2281027,4.276701,4.303956,4.2300501,4.3800898,4.3382001,4.3479452,4.2297978,4.1159043,4.3049002,5.5147982,5.3350759,5.3952355,5.500947,5.4038754,5.4846883,5.1689429,5.4071341,5.8594799,5.6623602,5.2364693,5.2947302,5.3985391,5.242188,5.1831002,4.2579598,4.0839181,4.0549078,4.1870818,4.1626253,4.235847,3.878433,4.051332,4.1657,3.9284301,4.0121813,4.0526848,3.9809501,4.0506239,4.3298001,6.9298711,6.7576203,6.8863077,6.9217529,6.752625,6.5337577,6.3122673,6.6447182,6.4683299,6.37813,6.0860147,6.1990952,5.989553,6.1853819,6.1598001,5.9653912,5.7369423,5.7390957,5.7455306,5.8068752,5.4857769,5.8069439,5.6304603,5.6690698,5.61902,5.6512136,5.1662097,5.7053757,5.3510218,5.1220999,6.1173239,5.952414,5.9410563,6.049068,5.964375,5.744596,5.7168541,5.5897617,6.1252398,5.7714801,5.7590151,5.7115798,5.3101649,5.3063459,5.1884999,4.9077511,4.6574378,4.6357079,4.6469669,4.665875,4.7853079,4.1185169,4.7963223,4.7221899,4.57127,4.5698252,4.4606099,4.4142709,4.5284944,4.2165999,4.306458,4.1274681,4.1461201,4.1763749,4.1247501,4.0343819,4.1914082,3.8936698,3.8315201,3.81392,3.766495,4.0125751,3.5885201,3.804498,3.7379,4.1589093,3.9819441,3.953928,4.037055,4.010375,3.9631131,3.7408409,3.836442,3.6141601,3.65376,3.6462681,3.5441701,3.5448482,3.74544,3.7172999,3.9014859,3.7060382,3.7088041,3.7715731,3.7262499,3.6013229,3.8496509,3.7292821,3.806,3.6372602,4.0972009,3.5211749,3.5016909,3.8290799,3.4986999,4.4024949,4.2543659,4.1648641,4.1948223,4.2950001,4.10674,4.1574779,4.0671778,4.27526,4.1327,4.172411,4.0760999,4.0735469,3.9098639,4.1609998,4.4057827,4.1262617,4.0471201,4.1086497,4.2541251,4.4299307,4.3559098,5.1098218,4.57512,4.2845001,4.5566359,4.3327198,4.3264117,4.5171719,4.2174001,3.7879128,3.6098261,3.5816879,3.5876191,3.5923748,3.55498,3.7118249,3.7218721,3.79302,3.4364002,3.741643,3.6002402,3.441539,3.5456219,3.4410999,3.6069362,3.4245038,3.3419759,3.4577157,3.4315,3.4717319,3.3392971,3.4397218,3.19561,3.6229601,3.2514701,3.1574552,3.1466501,3.191478,3.1805,3.5509031,3.3763981,3.3385441,3.5085421,3.4672499,3.3357279,3.3432751,3.4901102,3.1515,3.1721799,3.2015481,3.3618901,3.087528,3.2691,3.1486001,6.1466417,5.9123478,5.8635721,5.8696289,5.7980003,5.655056,5.3571963,5.7817383,5.3970404,5.3937397,5.1807699,5.0046153,4.641283,5.2160759,5.1978002,4.918026,4.7264481,4.674252,4.6514821,4.6456251,4.5973949,4.71978,4.5789242,4.2314801,4.3748097,4.3259921,4.1738548,4.194469,4.2095399,4.4064999,4.102602,3.9441559,3.8859482,3.9631381,4.0056248,3.9360089,3.8234429,4.064784,3.84483,3.9477901,3.897295,3.9179699,3.9820831,4.0050302,3.9444001,4.8700762,4.6874542,4.6425719,4.6499338,4.6108751,4.4484439,4.6178727,4.6891618,4.79985,4.1784601,4.1484313,4.2444153,4.17871,3.9295499,4.0386,4.0023179,3.7771919,3.7913041,3.7219081,3.7235,3.8429601,3.6556652,3.7159438,3.8919101,3.9097302,3.8168528,3.67521,3.6313679,3.791544,3.7911,4.0295811,3.8029201,3.7452362,3.7493851,3.8297501,3.7098601,3.7943101,3.8245859,3.7723401,3.6376998,3.7413161,3.7407298,3.8164592,3.695358,3.7486,4.3650937,4.195004,4.2122517,4.2382951,4.2416248,4.185874,4.0889163,3.979512,3.95329,3.99652,4.0347443,4.0330501,4.2424669,4.0459318,3.9231999,3.4996653,3.2993479,3.272016,3.334779,3.2858751,3.4146199,3.260673,3.28776,3.1886799,3.0136702,3.047313,3.1551449,3.1067889,3.06408,3.3706999,4.2068591,4.0502839,3.9809878,4.0831079,4.0959997,3.8896661,4.2180839,4.0851898,4.0075197,4.2382998,4.2663689,4.3106699,4.1237082,4.2037263,4.1652002,4.395782,4.2364101,4.1531162,4.1200018,4.1897497,4.1138787,4.2830191,4.6150618,4.4579701,4.2999001,4.292747,4.4869652,3.8874259,4.2183123,4.4187999,3.6824231,3.5173662,3.5306041,3.5881352,3.608,3.3460131,3.5688508,3.6204121,3.6573899,3.4248502,3.6199989,3.3227251,3.3466761,3.22983,3.2662001,3.6925611,3.5247359,3.496944,3.5610449,3.5727501,3.4729419,3.5617139,3.4758601,3.2140901,3.4768801,3.6034312,3.378165,3.5960391,3.3653882,3.3090999,5.7708507,5.5111523,5.521956,5.4395432,5.2938747,5.2373643,5.1698794,5.0565839,5.2012401,5.0377803,4.8635798,4.6733398,4.597302,4.7738042,4.6185002,4.4401698,4.2183199,4.160244,4.1908231,4.115375,4.0209513,4.0140362,4.2242699,4.1893501,4.2002401,4.0945849,4.1326952,3.8875291,4.1340599,4.0047002,6.5432572,6.3853683,6.4115043,6.4374871,6.3918753,6.1803169,6.2500229,6.4700699,6.36867,5.93329,5.7596688,5.3558402,5.4603391,5.6411099,5.8976002,5.021872,4.829762,4.8623519,4.8750391,4.8556252,4.952167,4.8330359,5.0377736,5.1802301,4.40308,4.7226429,5.0907149,4.6084256,4.5911222,4.9949002,3.8413429,3.7328382,3.60162,3.7772491,3.722625,3.6863861,3.542877,4.0091519,3.4312298,3.4059298,3.605284,3.5050049,3.4158921,3.5591879,3.7581,4.2217917,4.0086098,4.0084438,4.0700793,4.0819998,3.8583269,3.982095,4.2501478,3.8857501,3.9387698,3.889992,3.9314101,3.77701,3.7364638,3.6895001,5.2961459,5.1462703,5.113812,5.016294,5.0480003,5.1840029,5.1161757,4.9862461,5.1033401,5.0513101,4.9726892,4.9984198,4.8167949,4.7815561,4.8127999,4.3405709,4.1553402,4.1013722,4.120389,4.1960001,4.3501921,4.0890331,4.2069421,4.0662599,4.08639,4.2292004,4.31844,3.644655,3.9498479,3.9907999,4.3405709,4.1765122,4.1578679,4.2253952,4.2360001,4.3247819,4.2896881,4.2145801,4.3224502,4.1493101,3.9786091,4.2834754,4.2440119,4.2010741,4.1890998,6.007998,5.799788,5.8767719,6.0588722,6.0227499,5.9625173,5.899725,6.2629323,6.0214,5.58745,5.4834633,5.304915,5.5148258,5.5226879,5.3804002,4.0502677,3.8855979,3.8401439,3.8601959,3.872,3.843565,3.9252329,3.8172901,3.9162199,3.7686002,3.8502071,3.7481849,3.7700062,3.8528459,3.7597001,4.6041589,4.4000239,4.3623362,4.2433262,4.25,4.1132741,4.3363709,4.2483239,4.33884,4.1908898,4.3404889,3.9853799,4.0580969,3.9615779,4.7937002,3.8085999,3.6954522,3.624192,3.6739202,3.6148751,3.690984,3.7341721,3.8127301,3.8827798,3.6152601,3.6353681,3.6221852,3.3596539,3.6633301,3.4863,4.2930322,4.1182218,4.1516638,4.1945639,4.2024999,3.9777541,3.8963339,4.0447202,4.0233598,3.9969599,4.0471702,3.8817449,3.790503,3.8872201,3.5344999,3.6842039,3.5154901,3.5663762,3.6323819,3.6413751,3.639559,3.506958,3.5695682,3.4749,3.5007498,3.688669,3.4370701,3.42784,3.430362,3.5362999,4.3496132,4.1936641,4.154964,4.234941,4.1574998,4.2434702,3.968523,4.183002,4.23665,4.1635003,4.2375932,4.0496402,4.2495742,4.1212082,4.0165,4.539906,4.3228402,4.3124399,4.3502669,4.3068748,4.2060809,4.017312,4.2854881,4.4201303,4.2655802,4.357275,3.7925999,4.194778,4.1800623,4.2087998,4.172883,4.0145059,3.7913041,3.6984301,4.0397501,3.8465898,3.9311998,3.8911622,4.0409598,3.80567,3.8350561,3.7257149,3.914721,3.950052,3.8023,4.2689199,4.0611382,4.016232,4.0432472,4.0882502,4.2178183,4.1979599,4.1611142,3.9675901,3.7407701,3.7349939,3.7351651,3.7152102,3.7283039,3.7360001,3.3630757,3.1534221,3.1178401,3.2613778,3.2518749,3.272203,3.144258,3.1543798,3.0476601,3.19099,3.2974679,3.100965,2.9264362,3.204942,3.0660999,5.0624242,4.8869801,4.7541118,4.7509408,4.8548751,4.9883461,4.7283206,4.9847641,5.7136202,4.9063301,4.8477755,4.6127548,4.3964524,4.704546,4.7157998,4.4675698,4.2999258,4.2695398,4.2300391,4.3491249,4.181397,4.3392959,4.1580358,4.3566599,4.1644902,4.0275497,4.2184801,4.0464582,3.97188,4.1375999,4.6175852,4.442636,4.4140801,4.4828792,4.4763751,4.246253,4.311801,4.5939717,4.3301501,4.4965801,4.157805,4.0658102,4.0677791,4.0545001,4.2104998,4.1841168,3.9507217,3.9057479,4.013061,4.0845003,3.9913061,4.001049,4.1458378,3.9086299,3.87167,3.7467661,3.6629252,3.4626539,3.3416219,3.6867001,3.8314791,3.6328743,3.591588,3.7389362,3.7095001,3.5036762,3.6199801,3.652446,3.5415599,3.7765198,3.5883889,3.72981,3.558032,3.5625541,3.4631,4.8518553,4.6744561,4.5740638,4.5427351,4.5472498,4.5943699,4.5473218,4.6738858,4.60042,4.36128,4.4640951,4.3808103,4.287169,4.2268801,4.5447998,4.593473,4.4013638,4.3497958,4.3956752,4.4295001,4.3097782,4.2892199,4.3844399,4.5248499,4.0344701,4.3407068,4.0401902,4.1504884,4.2791038,4.2955999,3.1933329,3.0333581,3.0220082,3.133023,3.1938748,3.0925179,2.985255,3.131922,2.9242401,2.7397699,3.0134141,2.8996801,2.8990381,3.0053279,2.9414999,5.5068517,5.3297162,5.2769642,5.2559757,5.3156252,5.2377272,5.233644,5.305788,5.2161999,4.9057798,5.347322,5.2475853,5.1488671,4.9969802,5.1957998,3.552958,3.3463819,3.2893081,3.3261359,3.369,3.3629529,3.4488091,3.381582,3.3469701,3.10464,3.1292808,3.1798201,3.2372899,3.1414981,3.1025,3.1960731,3.03778,2.9993041,3.113415,3.117125,2.9758739,3.065634,2.999568,2.99068,2.9839699,3.068568,2.797935,3.1203849,2.923728,3.2119999,5.192574,4.9594741,4.918848,4.9289608,4.9004998,4.9296608,4.9813919,5.0220423,4.63375,4.4015398,4.7088003,4.609395,4.8643813,5.4873958,5.0548,4.5403171,4.3314161,4.2889442,4.3433008,4.3217502,3.997719,4.155489,4.2064857,4.3765697,4.0250101,4.0201378,3.9927299,3.837265,4.031754,4.0037999,4.2195997,4.0316577,4.0983362,4.1842437,4.2141252,4.0328093,4.4752502,4.1402521,4.0787997,4.1938601,4.3343849,4.1873999,4.0168967,3.97086,4.0710001,4.5242882,4.260798,4.189548,4.2812519,4.296875,4.370399,4.387032,4.5690064,4.34764,4.2868099,4.0514212,4.052475,4.008657,4.0288978,4.4408002,8.1150579,7.8316302,7.806612,7.7550931,7.6287503,7.4277058,7.3894863,7.3401184,7.3847399,7.24647,7.3892188,6.6859798,6.931797,6.9779224,7.0874,4.1553469,3.957958,3.9698999,4.050858,4.0921249,4.0296631,3.9453571,4.0082402,4.21454,3.92172,3.7972331,4.00176,3.8807309,3.878346,3.8343999,4.9078879,4.7107701,4.8083639,4.8715563,4.8867502,4.8765421,4.785768,4.7892537,4.8993998,4.9580297,5.2727661,5.2080002,4.797637,5.0488982,4.7227001,3.760102,3.5838299,3.575484,3.6144509,3.7727499,3.6292739,3.6630361,3.5101738,3.6175702,3.5050399,3.5580871,3.58533,3.6273508,3.478812,3.4684,5.2010679,5.0176301,4.9463038,4.9818511,5.1948748,5.1343927,5.0274901,4.7972336,5.2651501,5.2679,4.7701669,4.8972001,4.8851867,5.0380859,5.1738,4.3729029,4.1028118,4.0806479,4.1544452,4.2316251,3.9992921,4.061655,4.1673841,4.1452398,3.7378001,4.0915332,3.8419499,4.0048461,3.9767759,4.1346002,5.868669,5.7224703,5.7043796,5.6887712,5.770875,5.626863,5.7028136,5.7867537,5.7161498,5.6458597,5.4803019,5.4833097,5.01404,5.3478599,5.1985998,3.5337782,3.3030999,3.2619839,3.3258781,3.4430001,3.558368,3.466125,3.3994801,3.35302,3.2470901,3.2502711,3.0948751,3.0995791,3.273078,3.1819999,3.2418311,3.093792,3.129456,3.2630551,3.24125,3.1779439,3.120975,3.1875539,3.05107,3.09551,3.184217,2.91837,3.0840261,3.1459861,3.0019,8.2054777,8.0123959,8.0831518,8.159379,8.0726252,7.6790233,7.6119027,7.707654,7.9670801,7.5535898,7.1156292,7.0427699,7.256968,7.187736,7.4219999,3.5884409,3.388592,3.3617759,3.4210799,3.4237502,3.64573,3.4123051,3.4522622,3.4443202,3.35027,3.378782,3.16029,3.2448089,3.1224239,3.3986001,5.5697346,5.3490119,5.3783402,5.4666328,5.3688755,6.126472,5.4110165,5.4028015,5.5596204,5.3859301,5.2353792,5.0627851,5.044631,4.9231319,4.6873999,4.4046869,4.1761098,4.1396523,4.1964989,4.2171249,4.1033521,4.2743611,4.2007861,4.15833,4.2014499,3.8836699,3.7014599,3.6959491,3.8449919,4.0376,7.0293326,6.8759418,6.6660004,6.6374369,6.512125,6.5753818,6.2418327,6.4824958,6.35602,6.2632899,6.0266099,5.7887549,5.8101273,6.046968,6.0093002,4.4500341,4.2325239,4.1226239,4.1985631,4.2539997,4.6725359,4.253418,4.24821,4.2518301,4.2353301,4.0915332,4.0297947,3.9951639,3.8994598,4.1111999,3.8697019,3.7107282,3.6957359,3.7293901,3.655875,3.668478,3.5287201,3.5625,3.29164,3.4042799,3.4856019,3.4988101,3.2787991,3.674958,3.4644001,3.882169,3.7274778,3.651516,3.7580278,3.793375,3.7044151,3.713697,3.725178,3.9579101,3.65816,3.9536479,3.8644199,3.6425951,3.7241218,3.8281,4.4171538,4.2000957,4.1804399,4.2635789,4.2133751,4.0605178,4.155489,4.2145801,3.9634101,4.1808801,4.0828128,3.9682651,3.9248149,4.1249819,4.0531998,2.996053,2.844552,2.8133159,2.8412251,2.8657498,2.8078048,2.8207531,2.886708,3.14149,2.7147999,2.8994,2.6968198,2.8582501,2.706876,2.7381999,4.2217917,4.0840521,3.892812,4.0115128,4.0836248,3.9050329,3.914001,3.8828399,4.0043302,3.87871,4.1233611,3.7087049,3.945003,4.1228399,4.2498002,3.8979242,3.7190359,3.710124,3.8960581,3.9138749,3.7557189,3.9572909,3.6864181,3.88289,3.6471598,3.923346,3.7711799,3.9339821,3.8442779,3.8329,4.538125,4.3180161,4.2963362,4.3612318,4.2573748,4.419888,4.393116,4.5178199,4.5775399,4.1735101,4.1188922,3.9167101,4.0917778,3.979836,4.0641999,3.7662671,3.6016519,3.509088,3.456039,3.6782501,3.5553429,3.4071572,3.754704,3.8090801,3.61889,3.6985879,3.784095,3.8167679,3.7779782,3.6642001,4.2835789,4.0521598,3.9844201,4.0073848,3.9898751,4.06318,3.792906,4.2713518,4.3976898,4.1050901,3.736629,3.79848,3.668139,3.5557201,3.5731001,3.475553,3.3207879,3.2943239,3.3718021,3.3991251,3.3750529,3.326544,3.3729179,3.26458,3.49173,3.4962842,3.380265,3.3079481,3.495132,3.3755,4.1360302,3.961844,3.8858159,3.9314041,3.947875,3.8192439,3.94875,3.9124799,3.6210899,3.7168999,3.8133652,3.9209099,3.938926,3.57918,4.0267,5.823596,5.6416678,5.7264242,5.7464337,5.8603754,5.536839,5.8165379,5.8124037,5.0356898,5.4121103,5.3581128,5.3311653,5.0540037,5.3567338,5.2958999,3.7872281,3.5952201,3.5550241,3.631737,3.63675,3.724138,3.7788661,3.7844579,3.58006,3.5882001,3.5777071,3.2440801,3.4398911,3.4160821,3.4581001,3.270875,3.082938,3.0642478,3.0988381,3.1789999,3.1524129,3.4696352,3.1841342,2.99739,3.0379801,3.120234,2.9469302,3.165087,3.1832161,3.0720999,4.4844208,4.311718,4.3302598,4.4252157,4.4868751,4.4486861,4.433013,4.3683658,4.4128704,4.3129902,4.6832938,4.1224051,4.3553548,4.495038,4.1560998,3.8470969,3.6815162,3.6453121,3.588393,3.6759999,3.6384699,3.650166,3.877938,4.8485804,3.47787,3.7328138,4.0010247,3.6180811,3.8588641,3.8801999,3.5440531,3.31918,3.2639642,3.3038189,3.3192501,3.241348,3.2969429,3.2298479,3.14171,3.0373199,3.227272,2.8357351,3.125947,3.0197101,3.1600001,3.936147,3.7416821,3.669204,3.6389608,3.508625,3.706109,3.6012602,3.841572,3.7392302,3.7471502,3.5716031,3.42048,3.304652,3.5032921,3.5681,4.1783628,4.0147738,4.0230961,4.077045,4.144125,4.0418839,3.988179,4.3806782,4.3212399,4.1034403,3.9187682,4.0563598,3.953243,4.0855083,4.1602001,3.7677741,3.5858402,3.4866481,3.5757508,3.6991251,3.71228,3.7094851,3.7624559,4.1577797,3.5445302,3.7612631,3.65169,3.7411661,3.8786519,3.8871,3.583509,3.4049399,3.2984161,3.2731171,3.4827499,3.446806,3.5735312,3.685734,3.58655,3.4695098,3.457916,3.83901,3.7337501,3.5919302,3.5739999,4.5993638,4.36237,4.3265638,4.3034401,4.4873753,4.3128033,4.4584022,4.6877942,4.4114399,4.7105298,4.43957,4.639215,4.720799,4.717092,4.9758,4.5971723,4.5022659,4.4410081,4.4503708,4.5425,4.400044,4.7833114,4.839756,5.2582202,4.6147199,4.6059036,4.538415,4.4950228,4.7341261,4.7519999,3.8154502,3.7921999,3.430284,3.3928289,3.5513749,3.569016,3.8113921,3.358896,3.7477,3.4980001,3.7321601,3.7316999,3.6778209,3.9797339,4.1465998,4.633203,4.4690337,4.4161921,4.4564342,4.43325,4.583117,4.5800819,4.7878861,4.6780801,4.4477396,4.5591431,4.4651251,4.3457761,4.4547482,4.2902999,4.1173978,3.9519279,3.7125001,3.7118459,3.9023752,3.9199159,4.04001,4.2441058,4.4646802,4.1739502,4.1893058,4.0011301,4.1027989,4.2000542,4.1004,4.2964573,4.1537323,4.0674477,4.1254201,4.254375,4.0941558,4.0580282,4.1377439,4.38449,4.27284,4.3021207,4.4423404,4.2290769,4.483716,4.7493,4.07164,3.877424,3.7283401,3.6224489,3.6315,3.6999381,3.5394838,3.7776179,3.7662899,3.8505499,4.3003769,4.5764251,4.8843627,5.2427998,4.7375998,4.5483999,4.3856859,4.351644,4.3731003,4.4674997,4.3656802,4.4710379,4.9792924,4.77389,4.9331703,4.855732,4.7171249,4.8533597,5.1662998,5.0539999,3.807915,3.659272,3.6711838,3.683337,3.7693751,3.7000589,3.860415,3.6596282,3.75386,3.5390298,3.9387152,3.609375,3.720875,3.829284,3.8178,4.4304433,4.4182482,4.3622041,4.5606661,4.7277503,4.4905519,4.768218,4.8345118,5.1808901,5.1629601,5.2698231,5.3364153,5.1611238,6.0264659,5.9102001,4.3324881,4.1830783,4.104804,4.0779481,4.1767497,4.144371,4.2028742,4.2475257,4.3517098,4.1142201,4.1059213,4.0857601,4.131742,4.1933222,4.2915001,4.976799,4.8118057,4.7729878,4.8364682,4.9856253,4.829957,5.196321,5.143908,4.8414297,5.0153399,4.6083021,4.6206298,4.7114263,4.78227,4.7350998,5.4241037,5.2829499,5.2538643,5.253396,5.3122501,5.4827518,5.4905763,5.7582536,5.83462,5.1771502,5.3795862,5.2544098,5.293582,5.7813601,5.1568999,3.9212141,3.8093519,3.415632,3.6857879,3.6573749,3.4274461,3.7939591,3.7271159,3.91435,3.55949,3.993542,3.6337349,3.544642,3.9436262,4.2757001,3.705713,3.516964,3.4675078,3.4996409,3.5914998,3.664485,3.5046179,4.1101561,3.9763901,3.2935102,3.5381401,3.5454299,3.5543239,3.432096,3.3427999,3.683382,3.4056101,3.2073359,3.1913311,3.1956248,3.3220551,3.6105032,3.6567781,3.7128298,3.3466399,3.625885,3.3847799,3.4556501,3.748194,3.7316,4.022594,3.91816,3.9306958,3.997452,3.9853749,3.8796229,3.9440701,4.0397043,4.2155299,3.9386601,3.972832,4.0046997,4.0904388,4.2218819,4.7902002,4.3898907,4.1858921,4.1098204,4.1750851,4.3071251,4.3400283,4.369833,4.4636698,4.43751,4.48558,4.3249021,4.4114699,4.2429819,4.4108877,4.3509002,5.9297709,5.6809301,5.7579722,5.8575029,5.9391251,5.9473925,5.813262,6.2379661,6.2315001,5.96662,6.348269,5.9094,6.0878153,6.0181022,6.1574998,4.069448,3.8464701,3.6008279,3.4848061,3.7241249,3.7614059,3.9598651,4.0734482,4.0736299,3.8962002,3.883779,3.9539852,4.0044341,4.2565622,4.3271999,4.0451989,3.8474081,3.8676002,3.916698,3.9312501,4.325871,4.0561562,3.9594481,4.2355499,3.94768,3.8758221,3.8991749,3.4011629,4.0003381,3.8220999,5.4653411,5.216888,5.1915603,5.2345619,5.2319999,5.4811792,5.1926942,5.3177581,5.4954901,5.7548699,5.5469012,5.5135498,5.571888,5.5061641,5.3572001,4.0421848,3.804528,3.6738241,3.645282,3.7223749,3.8464689,3.8858039,4.1485739,3.92293,3.9716599,3.4717591,3.7557449,3.6476419,3.985446,3.7911,3.8892932,3.6811142,3.6991682,3.783699,3.7576249,3.6792469,3.8558519,3.83952,3.6721301,3.5943601,3.695972,3.5338802,3.5806918,3.5624521,3.6733999,4.2300119,4.0072699,3.678576,3.601809,3.71825,3.7532992,3.7888112,4.3929901,4.1333599,4.18539,4.2577581,4.199265,3.9495351,4.2756362,4.3132,4.3096089,4.1542678,4.1201158,4.1094241,4.2721252,4.1703858,4.3897228,4.6681862,5.0347004,4.5479498,4.5969663,4.4938951,4.2608013,4.492692,4.1539001,3.8595638,3.625772,3.3644159,3.3552902,3.4264998,3.5209789,3.532464,3.7967699,3.3156199,3.57599,3.1638341,3.7370548,3.3622291,3.6407881,3.6903,3.8646328,3.720108,3.8412001,3.8576162,3.9571249,3.81634,3.869658,3.9117961,3.84835,3.75683,3.6332972,3.5086799,3.4953051,3.6892381,3.6449001,4.8433609,4.6824961,4.7164922,4.7459097,4.6465001,4.9952431,4.5489602,4.8561721,4.7586002,4.4143,4.8051562,4.4186101,4.56496,4.6812901,4.4716001,3.600086,3.4671159,3.4293602,3.5473711,3.79375,3.6767061,3.675087,3.7527659,3.7749798,3.6720202,3.9444919,3.936975,4.0658221,4.0191059,3.9827001,4.465241,4.3217678,4.2701998,4.2359729,4.3321247,4.3270812,4.2857103,4.5797219,4.3831701,4.3477502,4.1240149,4.44486,4.161097,4.3287778,4.2941999,3.3726661,3.3096659,2.9326439,3.0472381,2.993875,3.0948169,3.005964,3.2209561,3.4367299,3.4518001,3.2325041,3.3485551,3.4621389,3.8021522,3.5092001,4.0297179,3.9093158,3.8124239,3.801888,3.9677501,3.909389,3.7583911,3.852972,3.87519,3.8700199,3.9396958,3.9077849,4.008039,4.1006036,4.1595001,4.187953,3.9396,3.849648,3.7951798,3.7650001,3.775563,3.7886939,4.0242,3.9289801,3.8294301,3.824919,3.9078901,3.8564231,4.1507878,3.9291999,4.08671,4.0300498,3.6389759,3.7217789,3.8415,4.0620909,3.942549,3.5865541,4.0626302,3.86518,3.9839499,4.0693803,4.1607881,4.396914,4.4643998,4.3196101,4.027236,3.908124,3.8282042,3.9067502,4.477726,3.9088528,4.2210779,4.2719598,3.94328,4.0190482,3.9742501,3.844269,4.0616403,4.0071998,3.7768159,3.7703578,3.5249279,3.6427021,3.9026251,3.7056251,3.7118249,3.745698,3.6949,3.6550798,3.592967,3.69012,3.7070732,4.2679858,4.0139999,4.5375767,4.3780479,4.4420643,4.5030031,4.5908747,4.4665942,4.6650238,4.8392997,4.79743,4.4488401,4.2955809,4.139205,3.9598351,4.0276737,4.2902002,4.6038852,4.5127182,4.4505119,4.433085,4.7426252,4.4151692,4.8013291,5.6051521,5.4821801,5.5015402,5.3893957,5.837265,5.818676,6.5454421,6.5738001,3.489938,3.3470521,3.3182158,3.3123329,3.3833752,3.317699,3.4027109,3.390816,3.5938101,3.35005,3.830369,3.4809601,3.5306339,3.4976821,3.7511001,5.0662599,4.9437962,4.9263721,4.9917841,5.088625,4.9833851,5.1004977,5.1240721,5.0367899,4.9660597,4.8704467,4.8129897,5.0688357,5.1608939,5.0750999,3.808326,3.55703,3.6026759,3.6708238,3.7067499,3.584625,3.6432629,3.6402481,3.3275001,3.7272401,3.3473902,3.2238152,3.4605942,3.554394,3.2815001,4.300704,4.1087079,3.8855519,3.8249791,3.973875,3.9181011,3.923595,4.0350299,4.41397,4.6523399,4.466166,4.7241597,4.9277263,5.1297841,5.2711,4.2859082,4.1446199,4.1247358,4.1619272,4.1877499,4.0430937,4.0644631,4.5660419,4.2282901,4.4060497,4.1257591,4.1565299,4.1030049,4.1504817,3.9881999,5.765234,5.6199598,5.736588,5.7908096,5.9263749,5.600122,5.7307768,5.8963084,5.9942298,5.9000697,5.6494703,5.1644249,5.664382,5.9271183,6.0812001,4.6840301,4.6128159,4.5419879,4.4186368,4.6399999,4.4747009,4.5839429,4.814106,4.8866401,4.6192298,4.4919991,4.290195,4.4488792,4.4008918,4.5,4.2950869,4.1129961,3.9827039,3.9897118,4.0671248,4.113153,4.1483521,4.3650599,4.41221,4.0517397,4.259284,4.1452951,4.2473078,4.4704561,4.6208,4.217545,3.9970858,3.8726161,3.863034,3.9818749,4.1045618,3.9775321,4.3273263,4.0892501,4.09618,4.8150749,4.093215,4.331871,4.5137038,4.5207,4.308239,4.1028118,4.0711441,3.9939692,4.4387503,4.476274,4.1189847,4.1260018,4.2125602,4.2937398,4.352479,4.4978848,4.4374456,4.9247637,4.7089,4.4105778,4.2365441,4.1216998,4.1784391,4.31425,4.138442,4.1515112,4.2201662,4.3278399,4.2101398,4.4168978,4.88943,4.2944822,4.666194,4.6328001,3.2870412,3.2127838,3.0099959,3.0469799,3.1598749,3.1007459,3.176199,3.266556,3.3534601,3.1603,3.1813829,2.9490299,3.1296551,3.3169379,3.5875001,3.9839599,3.7950139,3.615876,3.825237,3.79375,3.710223,3.8443859,3.9951298,4.0938702,4.0264397,4.0883718,4.0658102,4.0058761,4.4596438,4.3859,5.2481961,5.1754818,5.2419839,5.3114462,5.1568751,4.9816909,5.078619,5.4659581,5.4270701,5.1852903,5.238431,4.9713302,5.0887146,5.312058,5.1652999,5.2705269,5.0547481,4.9691401,4.9459891,4.8414998,4.7479191,4.7372131,4.7313418,5.1816597,4.97684,4.9212413,4.8637052,4.8309059,5.331234,4.8657999,4.3722181,4.20224,4.0946398,4.2905397,4.3666248,4.0898004,3.965364,4.1907539,4.1037703,4.09343,4.4310679,4.6613703,4.6489053,4.9790282,5.0918999,3.7421548,3.516562,3.4003201,3.9793921,4.2269998,4.076611,3.8593619,3.9034739,3.8728802,4.4506001,3.7936361,3.9456902,3.8982408,4.0671482,4.3407998,4.3868771,4.3292718,4.1768761,4.3476872,4.4338751,4.3619289,4.2752972,4.3030438,4.4156203,4.2740498,4.049459,3.0852149,4.7904267,4.7704377,4.8990002,3.723249,3.3932819,3.081408,3.5874898,4.0323749,3.8154931,3.4534891,3.493758,3.4198999,3.9681399,3.3919711,3.6889648,3.805335,3.908946,3.8227999,4.5604558,4.434864,4.290132,4.393095,4.4568748,4.3671322,4.369833,4.2711239,5.1440401,4.6614699,4.606885,4.8671699,5.2243657,5.1159124,5.2914,5.7085161,5.4893098,5.3684397,5.3043509,5.2474999,4.7649798,5.0517087,5.4218402,5.3681097,5.4250898,5.19276,5.2951503,5.524405,5.5202403,5.5465002,3.644063,3.5433619,3.340524,3.5905862,3.3748748,3.249939,3.3287668,3.346812,3.5136201,3.5867701,3.7674758,3.799005,3.8970048,4.0634761,3.9964001,4.074791,3.9751101,3.9021838,4.03125,4.0780001,3.9072111,3.815136,3.914418,3.76387,3.0049801,3.7778308,3.9911549,4.007421,4.0658221,4.2347999,5.2909398,5.0874443,5.0528278,5.1558719,5.1294999,5.0665121,4.9527268,5.3336039,5.0947599,4.9509897,4.9384632,5.2863297,5.3517771,5.3379664,5.1550002,4.8119879,4.6200519,4.4907722,4.5561509,4.6184998,4.4174681,4.491045,4.5605702,5.0035696,4.6466198,4.8352399,4.8755703,4.7949591,4.870398,4.9345002,5.1994243,5.034514,4.8484921,4.9289608,5.0037498,5.0640922,4.7910333,4.865406,4.9338303,5.3021097,5.1764102,5.6624398,5.13764,4.713522,5.4239998,6.7103968,6.4839921,6.5217242,6.5814509,6.6506248,6.8208914,6.4677601,6.5082603,6.9391298,6.3955097,6.4737277,6.3095551,6.1760859,6.501276,6.6522002,4.863637,4.8101978,4.7651997,5.0280333,4.9485002,5.1481872,4.6718102,4.833828,4.7518902,4.5998702,4.7876072,5.0489249,5.3665056,5.7426,5.4421,4.7652712,4.5774398,4.4930162,4.473978,4.6312499,4.448565,4.2294331,4.5423298,4.71031,4.8092003,4.7165389,4.817925,4.922061,5.3982477,5.2749,4.2763181,4.128406,4.1124601,4.1606369,4.1908751,4.0492649,4.0090051,4.0927138,4.1192799,3.9486699,4.2484932,4.1619902,4.3304291,4.409358,4.3564,4.9695377,4.8164959,4.8653879,5.0820842,5.0377502,5.0039549,4.9681711,5.1307979,5.0138001,5.1873798,5.3864532,5.151825,5.197998,5.4498601,5.5963998,5.009542,4.8116722,4.70646,4.6748309,4.631,4.5479059,4.5314097,4.7573338,4.6233001,4.8830099,5.0356913,4.9705949,4.98211,5.159874,5.5757999,5.0487242,4.9073482,4.7900157,4.8066688,4.7025003,4.8043051,5.0780339,4.794498,5.0278797,4.7091002,4.9092512,4.8232799,4.9188681,5.2125063,5.0757999,4.9367948,4.7594118,4.6128721,4.7537789,4.824625,4.6695113,4.40973,4.7638321,4.9139199,4.6631203,4.9305058,4.963665,4.9565659,5.1257038,5.6047001,4.4229078,4.282774,4.1651282,4.3207259,4.2523751,4.1267052,4.2046289,4.4124842,4.34269,4.26052,4.3383088,4.2974401,4.472775,4.5500164,4.5644002,5.4002662,5.1993341,5.0888638,5.0134559,4.9242501,5.1014814,4.9488664,5.0162277,4.8194299,4.64112,4.7252593,4.9420347,4.797946,4.6543617,5.0289001,4.1501408,3.8941741,3.85638,3.870903,3.92225,3.9604509,3.9622049,3.9625258,3.96561,3.86815,3.9602971,4.07652,3.9341881,4.0297141,4.0667,5.0924268,4.800282,4.6751761,4.7244959,4.56775,4.645432,4.3569632,4.7249579,4.68226,4.4052796,4.7849913,4.5385199,4.8222537,4.5875521,4.7365999,4.6737552,4.4906082,4.306632,4.5547323,4.48,4.6168761,4.3576651,4.3682518,4.5046101,4.2453399,4.3954248,4.2437849,4.3416557,4.9493461,4.4109001,4.8506222,4.7264481,4.6407242,4.8097649,4.7342501,4.8563352,4.6244249,4.5368581,4.80865,4.6735702,4.7420449,4.8850203,4.750772,4.858974,5.2600999,5.3234091,5.0977621,5.0662918,5.0473828,5.0301247,4.9466009,4.7996912,4.8244801,5.14855,5.20575,4.5164146,4.8558297,4.8788009,4.9644418,5.0043001,6.5105143,6.2851362,6.2173324,6.0257192,5.8991246,5.5715661,5.7307768,5.8072739,5.7444201,5.4938402,5.4794297,5.4328051,5.2724667,5.299818,5.2842002,4.08671,3.9304879,3.7015438,3.7211339,3.6637499,3.6191099,3.5022781,3.7043159,3.77894,4.1633902,4.0407391,4.2583799,4.1502819,4.8039956,4.5623999,5.1242108,5.0028901,4.8075724,4.8309212,4.8638749,4.7654638,4.8579569,4.6924682,4.92734,4.8810301,5.1830587,5.0601602,4.9891143,5.3658123,5.4555998,4.26618,4.1054921,3.988512,4.1369009,4.1360002,3.814888,3.8868568,3.945996,4.13941,4.2361002,4.3072443,4.362855,4.470818,4.5768423,4.4794002,4.6977301,4.544342,4.1750278,4.4400511,4.3496251,4.3954463,4.3029089,4.3996019,4.6795096,4.6389198,4.3991313,5.335155,4.9232969,4.9223161,4.8543,4.3894801,4.2002301,3.9464042,4.0753679,4.026,3.9943311,3.9230099,4.069344,4.2347803,4.4077001,4.2765059,4.1861401,4.379251,4.2274919,4.4461002,4.9524131,4.7157283,4.6609197,4.7505541,4.8652501,4.8103552,4.7984042,4.8876357,4.69909,4.6345201,4.9234209,4.7482052,4.6955643,4.6116242,5.0861001,3.8181899,3.6867421,3.5441999,3.6957211,3.704375,3.5300539,3.596931,3.6521039,3.7788301,3.69292,3.5617929,3.8310301,3.9286258,3.9613738,3.8645,4.0134153,3.8716621,3.7249079,3.821496,3.8209999,3.672713,3.6067591,3.7582381,3.6049199,4.5532298,3.8147819,3.81339,3.8410759,4.1573157,4.0436001,5.2873778,5.0322361,4.7948999,4.9403129,5.0819998,5.0442476,4.5369091,5.00916,4.94065,5.42696,5.3721738,5.0829449,5.245893,5.952414,5.5318999,4.7337613,4.3236437,4.0459318,4.7514572,4.6391249,4.5170507,4.3300533,4.1985059,4.1728501,4.5679698,4.3764591,4.2506104,4.5626941,4.5673561,4.7536998,4.1200008,4.0032501,3.8656199,4.1603789,4.0301251,3.867281,3.718143,3.9685681,3.9133601,4.0091701,3.811512,3.910305,4.1966319,4.359786,4.3857999,5.1362672,5.004498,4.990128,5.0404172,5.0022502,5.2970166,4.788342,4.9802041,5.0988302,4.8935699,5.101963,4.7295151,4.8040233,5.0745001,4.8498998,5.7964702,5.6633759,5.6396999,5.6780639,5.7417498,5.5958872,5.7492628,5.6606698,6.0194201,5.5935001,6.0533152,6.1520548,6.018599,5.5756259,6.2191,4.388247,4.2345338,4.0135922,4.1725049,4.158,4.0383749,4.2211261,4.1598601,4.2962699,4.5223198,4.9847884,4.669035,4.519846,4.6722116,4.6743999,3.944504,3.7770581,3.2497079,3.4019883,3.5124998,3.3386321,3.4503298,3.831198,4.0927701,4.3393898,4.3736248,4.5487051,4.4293089,5.2123017,4.8856001,4.0652008,3.8876081,3.6185162,3.8389108,3.9024999,4.1655459,3.7849498,3.824472,4.1119099,4.0503101,3.959861,4.138155,4.332077,4.1021338,4.0496001,4.384685,4.2184539,4.1457243,4.266933,4.392375,4.0946403,4.1421509,4.2583561,4.4861298,4.28967,4.8870149,4.49862,4.517683,4.5408359,4.6666999,4.0558848,3.9704201,4.0869842,4.181922,4.7918749,4.2984042,4.0362659,4.1427603,3.9184201,3.9201801,3.7808828,4.0316849,4.0314202,4.0164542,4.0732002,4.7744498,4.6161661,4.5149279,4.6228442,4.6152501,4.5309663,4.5310588,4.762692,4.8262496,4.7275801,4.9149189,4.7602797,5.2033539,5.0485921,5.1040001,4.6396422,4.4922161,4.354548,4.4808149,4.6948748,4.3054218,4.4172177,4.5501962,4.4240904,4.4497199,4.4832792,4.4538898,4.3451576,4.7177038,4.4947,4.6462183,4.5415277,4.471632,4.7997031,4.7595,4.6005411,4.4689322,4.8187804,4.6594901,4.5201201,4.5821424,4.57023,4.42591,4.738512,4.8511,5.4887681,5.2617784,5.1485281,5.211987,5.346375,5.1370549,5.7200127,5.3174162,5.4209099,5.62815,5.8089371,5.5785451,5.7084661,5.8979459,5.6791,4.634984,4.4394197,4.403388,4.359684,4.4064999,4.7677631,4.2176161,4.2143521,4.5186901,4.3545699,4.522737,4.2161698,4.254209,4.3708019,4.5191998,3.583509,3.59656,3.6222122,4.0325398,4.0348749,3.7609222,2.977416,3.5345702,3.42342,3.5843501,3.462276,3.7207801,4.0354371,4.2320819,4.1138,4.4056458,4.1684718,4.0137239,4.0579529,4.1063747,4.0583401,4.0803747,4.2927837,4.3675499,4.33356,4.409595,4.2252002,4.3821349,4.5923457,4.5770998,3.9288859,3.7695541,3.6431999,3.9633961,3.963125,3.952949,3.776526,3.93186,3.7725601,3.8821201,4.0118537,4.1136899,4.6535401,4.1887317,4.2744999,5.8868899,5.7046475,5.6532965,5.7792001,5.8200002,5.6879678,5.6720428,5.617578,5.74508,5.2706499,5.4714732,5.1498303,5.199234,5.3320498,5.2010999,5.2803912,5.054882,5.0377798,5.0868568,5.1378751,4.9965739,4.88241,5.118144,5.2888002,4.97013,5.0811443,5.159595,4.9585228,5.3442903,4.9770002,4.736227,4.6163001,4.5122881,4.5956249,4.6357498,4.4536471,4.454658,4.6428781,4.4095697,4.2691002,4.6060128,4.9161,5.0703812,4.966176,5.0760999,3.6384461,3.582624,3.5085599,4.0187368,4.0941248,3.7949231,3.503448,3.365622,3.4031801,3.6287899,3.793745,3.9779251,4.0317287,4.2015843,4.9131999,3.7922971,3.6437278,3.612576,4.0466008,4.4836249,4.0749173,4.2930813,4.2991681,4.0947499,4.2011199,3.7005501,4.000185,4.2481322,4.1650677,6.2280002,5.3223133,5.0815482,5.039628,5.0101023,4.962625,4.9352269,4.8017974,4.5650158,4.7581601,4.7212,4.740519,4.8681149,4.719666,4.6652761,5.1835999,4.9420009,4.7741518,4.6939201,4.7699037,4.77775,4.6530552,4.6522708,4.755054,4.93262,5.00808,4.7135959,5.3249702,4.8653078,5.1323342,5.0893002,4.29632,4.157752,4.1012402,4.1509619,4.2093749,4.1259789,3.9696929,4.1712599,4.3260798,4.2333498,4.4106851,4.4496903,4.4818387,4.824192,4.6961002,4.347147,4.2766099,4.0842118,4.230813,4.3763752,4.2639189,4.2070861,4.3744078,4.3397198,4.4708405,4.5725503,4.4760447,4.5836029,4.5992818,4.8534999,4.8478818,4.7067499,4.599936,4.7084999,4.9318748,4.7946253,4.7876401,4.6767359,4.9068804,4.5276003,4.9368281,4.694025,4.6383991,4.9869843,4.9162002,4.1790481,4.085526,3.8418601,4.003386,4.03475,3.9512551,3.835377,3.736578,3.6224101,3.8383398,4.0313649,3.870405,4.3148761,4.5021777,4.3249002,5.3612208,5.1966538,5.1728163,5.2394643,5.3206248,5.0962782,4.8982053,5.1320519,5.3819704,5.1613102,5.3388195,5.0934453,5.2434211,5.36163,5.1526999,4.1413732,3.9966841,3.7597561,4.0480199,4.04425,3.957063,3.8172419,4.6166577,4.0873799,4.0272098,3.7380459,3.8856299,4.0874519,3.9509702,4.2976999,4.8854198,4.6803522,4.3608842,4.5304799,4.6178751,4.5832381,4.3383598,4.5605702,4.9067702,5.3520498,4.99438,5.2807651,5.3909173,5.497086,5.6079998,5.4193087,5.1954479,5.1039119,5.1191072,5.1782503,5.0695372,5.1399269,4.9863601,4.8896098,5.1223702,5.3989878,5.3939552,5.2405372,5.4679141,5.4137001,4.7510228,4.684238,4.5648241,4.7388153,4.9029999,4.8442349,4.61097,4.7530022,4.8752003,5.0586801,4.9617891,5.3569951,5.169982,5.1823139,5.3488998,5.7207093,5.5139661,5.4225597,5.3603373,5.4064999,5.4048281,5.289804,5.5215902,5.3043103,5.1040001,5.6713791,5.376945,5.7275209,5.341536,6.1767998,5.3469729,5.1746778,4.9115882,5.0515108,5.175375,4.859602,4.9853702,5.1638579,5.2365499,5.3787799,5.3044848,5.458005,5.64955,5.7750359,5.8161998,4.650054,4.457912,4.3863602,4.4747519,4.45575,4.3246613,4.4004869,4.4414401,4.7386899,4.4629202,4.45047,4.6462502,4.5928726,4.5722523,4.3842001,4.247685,4.136848,3.950496,4.0481491,4.160625,3.951134,3.9410281,4.1144881,4.17307,3.9058802,4.1398201,3.9056852,4.0952802,4.2512579,4.4281998,3.7522929,3.5957558,3.443352,3.6178052,3.4389999,3.4241791,3.3631651,3.6772978,3.67939,3.4400301,3.7800109,3.9086251,4.1986918,4.1687398,4.6051002,5.1132512,4.9996743,5.0269561,5.1264601,5.2344999,5.1124921,4.9901671,5.2035298,5.1377702,5.0293102,4.7403007,5.0016751,5.0224862,5.0027938,5.1805,7.7684484,7.5519719,7.5811558,7.5728159,7.5977497,7.2862568,7.2713161,7.2704644,7.1324,7.4295096,7.5756087,6.9091053,7.0161538,6.9094801,7.4008002,5.901823,5.763742,5.6844478,5.7238588,5.9809999,5.9000812,6.1346607,6.4025822,5.9676099,6.0356998,6.0026298,5.9289298,6.1625929,6.239748,6.1961002,4.557579,4.3300762,4.237596,4.2064319,4.2493749,4.1281571,4.2414842,4.1807218,4.59514,4.14821,4.3695922,4.4000249,4.486062,4.427412,4.7193999,6.070744,5.85781,5.7706437,5.8398299,5.9136248,5.7973523,5.7394347,5.9757662,6.2242403,6.1814504,6.0502634,6.1842899,6.2461257,6.023406,6.1802001,4.1809659,3.9909222,3.884232,3.9387569,3.8473749,3.7059879,3.8211029,3.71982,3.8491201,3.2617199,3.9488521,3.9579749,4.595139,3.917922,4.0351,4.0621872,3.9893138,3.8301117,4.1116171,4.1708751,4.0715289,3.899493,4.1083322,4.1760402,3.89521,4.1258683,4.27707,4.3304291,4.2048478,4.3882999,4.02917,3.8727341,3.7782359,4.0405378,4.2455001,4.250246,3.9411449,4.0661521,4.2748199,4.0864997,4.3994579,4.0578299,4.6451969,4.9279256,4.7312999,5.1949029,5.0744462,4.8465123,5.0744729,5.1373749,4.849196,4.986774,5.1749163,5.4530301,5.1537204,5.488368,5.0870399,5.5776563,5.5348263,5.5955,4.4899011,4.326592,4.2760077,4.3905153,4.478375,4.3259921,3.9927421,4.2654243,4.3290501,4.7184501,4.522192,4.7058902,4.6373687,4.4816756,4.9517002,3.982316,3.7361879,3.9091799,4.2161069,4.2058749,3.8446541,3.7627201,3.8842082,3.83163,3.90258,3.913209,4.3872147,4.0800362,4.4111938,3.9537001,3.8858681,3.709254,3.6907201,3.8225281,3.86325,3.8521559,3.9006629,3.8005321,3.9201801,3.9663799,3.9613869,4.0725298,4.147398,3.9329159,4.1343999,4.0754762,3.9785941,3.8598118,3.9933238,4.1322498,3.3688819,3.8150189,3.9479339,4.4527998,4.11026,4.1459241,4.2842102,4.2989106,4.4987102,4.4726,6.9439821,6.6833839,6.6063356,6.6580772,6.7154999,6.8268204,6.4609742,6.8008981,6.8696098,6.5099101,7.1453857,7.1826301,6.5731511,6.7483201,6.9190998,4.5929251,4.4973078,4.3672199,4.5455732,4.6139998,4.5245528,4.6123738,4.7392077,4.85287,4.75453,4.6936488,4.9329,4.8657198,5.0980616,5.329,4.306458,4.1842842,4.021512,4.1873403,4.20575,4.3027601,4.0555711,4.1523361,4.0619698,4.0907898,4.1035228,4.09689,4.14575,4.3151102,4.0978999,3.967931,3.9184282,3.817044,4.4141221,4.22925,4.1960378,3.6684182,3.8957219,3.6906099,3.47732,3.7449129,4.0257001,4.1179399,3.8244901,4.54,5.3738251,5.135148,5.005044,5.1547108,5.1372499,5.0200477,5.0321703,5.5140662,5.2091599,5.3909898,5.0409231,5.0332799,5.1613302,5.7820745,5.1335001,5.7175579,5.501102,5.516808,5.5559011,5.7150002,5.8908854,5.6592898,5.5643401,5.8979802,5.7260504,5.2576151,5.3150997,5.0946889,5.116116,4.684,5.953198,5.7365403,5.576076,5.6445236,5.7241249,5.997365,6.2562237,6.3794403,6.2360096,5.8863201,5.6055431,5.076015,5.107049,5.2092419,5.1241002,7.2733302,7.1371078,6.9590397,6.8758292,6.8150001,7.3805156,7.4070358,6.9520621,6.7248502,6.6635799,6.2321839,5.7372003,6.2695074,5.7745261,6.0321999,6.9854927,6.7714219,6.5763721,6.4192982,6.52525,6.5377512,6.7948918,7.1593137,7.7137499,6.8300099,7.2168899,6.6083851,7.0821767,7.2781076,7.2648001,4.7391038,4.4986477,4.4778357,4.5952382,4.6603751,4.661767,4.9135323,4.7683916,4.4328899,4.6778603,4.4612608,4.2562799,4.1732512,4.1896501,4.7179999,6.0034771,5.9794817,5.4108124,5.2977719,5.3487496,5.47404,5.5527034,6.1681976,6.0598998,6.24965,6.3646188,6.1934252,6.4749918,6.7923841,7.0535002,6.7217684,6.4447303,6.1696796,5.8195772,5.9415002,6.0452809,6.3167129,6.4837499,6.3805499,6.3039899,6.5356398,6.4764004,6.5685163,6.76158,6.7423,6.6010709,6.5863681,6.2837276,5.9645734,6.1571255,6.0196285,6.384573,7.0071239,6.81318,6.8561902,7.6491842,6.7611599,6.9446721,7.1051159,7.4347,4.7204719,4.4738579,4.5880561,4.6646399,4.7782497,4.5122108,4.916574,5.0673003,4.89885,4.8825703,4.6474328,4.4860201,4.4925508,4.5253325,4.5629001,5.7019401,5.4600978,5.516016,5.5951166,5.7597499,5.2084451,5.6722775,5.6978335,5.2716398,5.6266098,5.1347723,4.7120848,4.9476051,4.7456517,4.8576002,4.5338783,4.30475,4.0835519,4.061049,4.1627498,4.2473421,4.1233139,4.2624602,4.1392999,3.9618702,4.3534598,4.1690249,4.1517239,4.1305923,4.0714002,5.1127028,4.807652,4.8622203,4.9421191,5.1281252,4.8490753,5.172102,4.827672,4.78093,4.7536497,4.4748859,4.3207498,4.2668781,4.3857961,4.2880998,5.5046601,5.1635561,4.9016876,4.802412,4.8526249,5.2891521,4.9238276,6.52422,5.9016099,5.0208402,4.8705559,4.9017153,4.6547756,5.2578959,5.2000999,6.4254375,6.398232,6.3832564,6.4599328,6.1303754,6.1995559,6.3353162,6.6533818,7.0363698,5.9670601,6.2961669,5.7311101,5.5075126,6.0980697,5.5290999,6.772047,6.6305885,6.5943236,6.469995,6.270875,5.9531999,6.1315022,6.2157364,6.3090501,5.8339601,5.541451,5.3455501,5.0932469,5.4636302,5.2862,5.0742059,4.9112339,4.8566761,4.7426853,4.9274998,4.8460503,5.2404299,5.8064761,5.4129896,5.2869301,5.3819842,5.4614697,5.1929507,5.363976,5.7242999,5.8512697,5.6186199,5.6024756,5.5653181,5.6416249,5.694139,5.4156957,5.800776,5.6635704,5.7802796,5.3830743,5.3223453,4.967381,4.8425522,4.5639,6.1896601,6.0121779,6.0412445,6.047133,6.0213752,6.0312448,5.9430151,6.209466,5.7617998,5.8285699,5.8697591,5.8193102,5.6683993,5.8719363,5.9830999,5.5885038,5.4307523,5.5088878,5.57409,5.5565,6.0057139,5.3866801,5.5986538,5.6170402,5.3972602,5.2577238,4.7861099,5.200985,5.160996,5.7556,5.966898,5.7634735,5.7984958,5.8280911,5.8034997,6.149704,5.7117062,6.14118,5.8531003,5.6381598,5.3547339,5.5766549,5.6463571,5.329092,5.6008,4.7506123,4.53054,4.4645042,4.5485401,4.5733747,4.7865181,4.58289,4.6576982,4.7066798,4.4918499,4.1101723,3.956085,4.1366858,4.1735339,4.2491002,5.95539,5.7762036,5.8435078,5.9401922,5.869,5.6712699,6.083415,5.9116979,5.8159199,5.72891,5.540906,5.385345,5.4107962,5.6233621,5.6353002,7.5996642,7.4709024,7.3596601,7.2500582,7.1534996,7.3529277,7.6860814,7.6784697,7.54743,7.0900497,7.3738499,6.9588752,7.0194502,6.8505239,7.1233001,6.6958747,6.5747099,6.6064682,6.6445322,6.4961247,6.4921336,6.4739609,6.7758179,7.1373501,6.7582898,6.6415882,6.7706103,6.096158,6.534936,6.2428999,8.5778437,8.4306097,8.3501883,8.4119606,8.2403746,8.0018511,8.2339916,8.5561562,8.2967501,7.72156,8.0008183,7.9049249,7.8573551,7.6280699,7.9653001,6.0551257,5.9032359,5.8936682,5.9796658,6.0411253,6.2607822,6.1183982,6.7695479,6.6252999,6.0956502,5.7254429,5.7522149,5.5182252,6.0475798,5.8576999,5.720572,5.5576501,5.6411519,5.6705823,5.6131248,5.6079869,5.4029427,5.681304,5.6568599,5.2846203,5.509841,5.0261397,5.9167318,5.3156281,5.7142,5.8703132,5.6158056,5.5763402,5.5728002,5.5977497,6.0091019,6.0318179,6.1947598,5.7649899,5.6743503,5.6088128,5.2482152,5.2407432,5.2701359,5.4208002,8.7973185,8.6066866,8.6016474,8.2619343,8.2046251,8.6216125,8.8288202,9.127182,9.0349598,8.8664398,8.3994312,8.2988853,8.4461031,8.3247299,8.4308996,8.0546408,7.9155145,7.9438915,7.9307909,7.91925,8.2905569,7.9554148,8.3314619,8.4555902,8.1929102,8.0428915,7.6223698,7.6513553,7.8405361,8.0479002,6.44174,6.2389059,6.2303996,6.1374331,6.0935001,6.4419193,6.6310921,6.6736741,6.6820602,6.6489501,6.2063513,6.0124049,6.0329161,5.8793821,6.1684999,5.5926142,5.4073019,5.4774718,5.4272881,5.566,6.1144929,5.7640047,5.8545842,5.9865298,5.4776702,5.6227651,5.4927602,5.6830249,5.7650399,5.5409002,5.2534018,4.9009156,4.8636723,4.8930993,4.9168749,5.3721576,5.343039,5.2989478,5.4692001,5.2713099,5.4460759,5.1938248,4.7885728,4.6767001,4.5437999,5.7523561,5.5840483,5.5396442,5.5279083,5.56075,5.9287577,6.053463,6.0783663,6.0163398,5.90832,5.6993918,5.3572049,5.2549572,5.4425163,5.4603,7.457047,7.1866884,7.3149123,7.368093,7.4394999,7.697536,7.7298388,7.993566,7.7300301,7.6920805,7.6313081,7.4148898,7.4415441,7.2559738,7.8983002,5.3302593,5.150022,5.0760598,5.008812,5.0388746,5.3388829,5.6571836,5.8421578,6.0279999,6.1343703,5.8366232,5.7889647,5.7769608,5.6812983,5.7719998,11.018773,10.944852,11.107141,10.852253,10.962625,11.223234,10.946053,11.410146,11.247391,11.05335,10.630987,10.417681,10.640003,10.934706,10.3876,7.5999379,7.2967019,7.232676,7.170723,7.2131252,7.742548,7.5968099,7.881846,8.0171299,7.7627001,7.6548519,7.5522299,6.9691858,7.1986499,7.375,8.0508051,7.9648261,7.895844,7.6573114,7.6233749,8.2161427,8.4444752,8.5578661,8.4716501,8.2454901,8.2720098,7.7609696,7.9355321,7.8045301,7.7329998,9.0807714,8.8439999,9.0619316,8.8895187,8.9329996,8.9826765,8.9944925,8.9117222,9.0753307,8.8254099,8.7703581,8.3015099,8.3625708,8.5092478,8.7220001,10.620788,10.59538,10.578876,10.329933,10.271626,10.176221,10.467288,10.779384,10.919479,10.593,9.9629269,9.5991001,9.8093081,10.1949,10.0511,6.4307795,6.1660099,6.1583281,6.2267008,6.3761253,6.3028903,6.4082069,6.4117022,6.5118899,6.5401602,6.2047162,5.9693551,6.0792661,6.1085758,6.2937002,6.2722712,6.0161977,5.8994756,5.9586391,5.982625,6.1641026,5.872581,6.1795979,6.2207198,5.7126298,5.8165669,5.4855151,5.9815192,5.8574519,5.803,6.305562,6.0362983,6.0510116,6.056808,6.1538749,6.2974453,6.4055161,6.223032,6.3728499,5.8253803,6.0248661,5.6584501,5.9677172,5.9652658,5.6645002,10.637502,10.451598,10.281084,10.078771,9.9458752,10.579635,10.667708,11.034288,10.97987,9.9137497,10.221693,10.071075,9.8441219,9.8885946,10.0194,8.9730883,8.8904982,9.0104523,8.9486008,8.8766251,8.9705772,9.1318502,8.9732819,8.7332296,8.81705,8.8649702,8.7136354,8.758708,8.7461948,8.2047997,7.4169059,7.0935583,6.9973202,6.9589047,6.9058752,7.4556565,7.254117,7.0209179,7.3839698,7.1046801,7.1871328,6.8436899,6.6638942,6.5557437,6.8172002,7.8425651,7.5297284,7.6112518,7.6107416,7.6601248,7.3858399,7.375329,7.5510182,8.2193098,7.7101202,7.5927219,7.0199847,7.2676802,6.9371219,7.1293998,5.3528643,5.2560158,5.2093801,5.3038349,5.3808746,5.1526642,5.132205,5.1467581,5.1686802,5.0105,5.1671448,4.6435199,4.7585998,4.9014063,4.7192001,3.258956,3.0715482,2.9958718,3.1304431,3.1141253,3.135957,3.215277,3.3697259,3.20397,3.2838302,3.0985429,3.9140849,3.1164711,3.3296881,3.3255999,3.9351881,3.8353481,3.7778399,3.7033319,3.7223749,3.8870039,4.1224952,4.0151939,3.8097398,3.82833,3.7802291,3.7688701,3.914824,4.2215762,3.8403001,3.753252,3.588788,3.578784,3.6883681,3.7360001,3.8320701,3.9911041,3.723696,3.81689,3.6249399,3.6822381,3.501225,3.582649,3.7033141,3.5081,4.260426,4.0975862,4.0749722,4.0820761,4.0419998,4.0887113,4.0285439,4.0871282,4.0430498,4.2741599,3.9750121,3.5687399,3.7718599,3.7895041,3.7156,4.0693111,3.9492481,3.920136,3.976167,3.9779999,4.0593081,3.87972,4.0177021,4.3341098,4.0915599,3.933265,4.0344148,4.0656161,3.9969721,4.2620001,3.5337782,3.3826959,3.309504,3.3799291,3.4221249,3.3495219,3.2915609,3.3425941,3.2274001,3.14204,3.4271781,3.1517849,3.1821849,3.3705902,3.3789001,4.0616388,3.9110579,3.824964,3.8943808,3.8424997,3.6883218,3.963726,4.0204382,3.9997101,3.9095101,3.8786559,3.7942801,3.8346901,3.756762,3.8973999,4.3720808,4.3233757,4.3482122,4.4778481,4.5411248,4.4771209,4.6512179,4.8072658,4.8162398,5.1828699,4.71316,4.8522601,4.9441028,5.0862298,5.7006998,4.1531553,3.854912,3.710784,3.6508291,3.7407498,3.7559609,3.8625212,3.8578739,3.98629,3.8379002,4.0064039,3.64203,3.691726,4.0004401,3.8220999,3.3649938,3.1389499,3.0833881,3.1220582,3.1560001,3.1708052,3.6160021,3.069906,3.07043,3.06988,3.095818,3.064635,3.054877,3.052248,2.9147,3.5917292,3.4326782,3.1606078,3.1739161,3.2087498,3.2691782,3.2564609,3.4326541,3.1566699,3.4366202,3.3725691,3.4632151,3.6306469,3.8270402,4.0380001,3.3823929,3.209166,2.9965322,2.90766,2.96275,3.0297191,3.2156279,3.2721422,3.76596,3.3168302,3.3005202,3.2526901,3.4226899,3.3652859,3.4303999,4.340982,4.2618699,4.259376,4.335948,4.3457499,4.3241768,4.5351539,4.6696682,5.0394297,4.8438501,4.7056389,4.8484797,4.9468842,5.4627118,5.8994002,4.4103041,4.2646842,4.2131763,4.258677,4.2052503,4.3101411,4.4765372,4.6362658,4.6312199,4.1684499,4.2099071,4.2100801,4.0062881,4.1571121,3.9995,11.01247,11.542492,12.150865,12.046407,11.83,11.18512,11.790324,11.525172,11.28622,11.676281,11.552583,11.57142,11.547845,11.31486,10.8477,2.9518018,2.8073001,2.8357558,2.9022419,2.8610001,2.7987299,2.7702091,2.95032,3.0752702,2.8416302,2.9710128,2.8944299,2.8687561,2.86008,2.7268,3.527065,3.3313739,3.326004,3.4259822,3.4126248,3.3677928,3.227211,3.8161502,3.34026,3.3873401,3.2125568,3.0785999,3.071563,2.8345799,2.9497001,3.262929,3.1054502,3.0935521,3.2050049,3.217875,3.2199309,3.0935969,3.222894,3.1858199,3.6120701,3.1959891,3.035655,2.724865,2.9848261,2.7627001,4.2164488,4.0878038,4.0422359,4.0540829,4.0500002,4.165062,4.5410042,4.1438999,4.2829599,3.9112701,3.9924521,3.7688701,3.992692,4.2799201,4.1736002,3.4178762,3.2284622,3.049464,3.0490441,3.0973749,3.103529,3.1227298,2.985888,3.322,3.02687,3.036304,3.1389751,3.1473711,3.1105919,2.9068999,4.0112233,3.9274061,4.033524,4.195467,4.1168747,4.1580439,4.3157787,4.2476401,4.2435799,4.3695302,3.98613,3.8956048,3.8006999,3.7450321,3.4902,3.6959858,3.5727079,3.5348282,3.5236349,3.6147499,3.590554,3.5735312,3.403698,3.7887299,3.64837,3.6044118,3.5757749,3.582443,3.602844,3.6108,5.9742956,5.9644737,5.9681158,6.0036597,5.9681249,5.8185272,6.2816129,6.2363701,6.2126904,6.3115802,5.7528019,5.6645403,5.9097281,5.73138,5.6142001,4.6293674,4.61027,4.5314279,4.6409039,4.6026249,4.4523158,4.671576,4.9299302,5.0568099,5.06077,4.8128953,4.8688502,4.7278028,4.5305338,4.7519999,3.5467932,3.4183402,3.44982,3.4998989,3.4965,3.4147408,3.951441,3.5536079,3.5813801,3.4102199,3.4620578,3.3582149,3.2223549,3.184644,3.2964001,5.5878191,5.5896759,5.5766039,5.5528049,5.4658751,5.5401058,5.8673162,5.882514,6.0500002,5.7442002,5.2872629,5.27457,5.2237477,5.2730942,5.2628002,3.271971,3.0837421,3.0122402,2.9880269,2.9776251,2.8921418,2.9265211,2.6661181,3.0337999,2.95504,2.8601601,2.9971199,2.886987,3.02736,2.9036,3.3019741,3.2036719,3.2596078,3.322911,3.32775,3.266274,3.4065721,3.4456501,3.5625699,3.3801901,3.4066861,3.2939551,3.3793271,3.27318,3.2284999,3.6957119,3.6155879,3.6141598,3.7198441,3.6884999,3.7630999,3.774771,3.8086259,4.0055399,3.4826,3.5904598,3.414705,3.0526111,3.3681419,3.6125,4.099999,3.9121301,3.8085959,3.8389108,3.793375,3.832433,4.1597009,3.9508979,4.0060902,3.6352801,3.9880919,3.485265,3.3940561,3.574692,3.7311001,4.0027289,3.8183298,3.6036,3.6762421,3.7272501,3.6141491,3.6441991,4.1782141,3.7639799,3.6786199,3.6182549,3.48663,3.45771,3.866004,3.6684,4.7841768,4.595396,4.576704,4.642065,4.6193748,4.7151279,4.7736001,4.4302678,4.7266998,4.5643401,4.4201679,4.408215,4.1363773,4.2240243,4.0591002,5.7924967,5.6273303,5.7082081,5.7214084,5.7337499,6.0089812,5.943717,6.0227342,6.5169501,5.9834499,5.8623471,5.9432101,5.9689531,5.6893559,6.0370998,4.5040121,4.3004622,4.2936959,4.2443581,4.223875,4.4774842,4.454658,4.326756,4.4903097,4.27108,4.5108562,4.1894999,4.287169,4.2685976,4.2655001,3.7943518,3.5272818,3.4796522,3.5932951,3.521625,3.549051,3.685266,3.879534,3.8618798,3.6176801,3.561466,3.3743851,3.3485298,3.374058,3.3687,4.978991,4.7820582,4.7391963,4.6726379,4.6361251,4.472765,4.8353763,4.9474859,4.6880898,4.7371502,4.7872801,4.5943799,4.6050272,4.6044841,4.6283002,4.7502007,4.4836397,4.439424,4.504035,4.5209999,4.5264893,4.5365577,4.6546202,4.6803899,4.2692099,4.4979939,4.1336398,4.410666,4.1754718,4.3892002,5.1803813,4.9709983,4.9301996,4.9208341,4.9317498,5.0538073,5.1075177,5.1419702,5.2038803,5.2718601,5.2813773,5.026875,5.0894356,4.9955521,5.2792001,4.7158141,4.4829698,4.424376,4.3805823,4.3417501,4.3053012,4.4121871,4.4375639,4.38064,4.2023301,4.3579292,4.2821097,4.2429819,4.1277361,4.1757002,5.0976329,4.8323078,4.7333879,4.6725092,4.650125,4.598968,4.671576,4.6615739,4.6099896,4.75453,5.0281701,5.0393701,4.6548791,4.6243739,4.888,4.7323909,4.5460839,4.5266762,4.5263519,4.5638747,4.6610408,4.5908461,4.9114618,4.6482697,4.5666504,4.5145621,4.2727652,4.4029412,4.5214558,4.6387,5.1559949,4.9585361,4.9847159,5.0120368,4.9918752,5.2333708,4.9767122,5.1826677,5.4986796,5.0313997,4.8170371,5.147625,5.0673938,4.6818004,5.1575999,5.7724953,5.5007,5.4393239,5.3451147,5.3889999,5.7028508,5.9315486,6.0663962,5.6666503,5.4774499,5.5175796,5.6174998,5.447773,5.8235884,5.5047002,4.8414431,4.6384101,4.6024442,4.5855627,4.5732503,4.7597771,5.414175,4.6477799,4.9691396,4.6235199,4.5674272,4.661685,4.7154431,4.7086263,4.8357,4.5136018,4.3028741,4.2589803,4.2350702,4.2677503,4.3656802,4.3054829,4.7722683,4.3803101,4.7674003,4.3874679,4.0118399,4.2430854,4.4247599,4.586,7.381423,7.0934243,7.0609436,7.0328217,7.1213751,7.4307308,7.6584692,7.5065579,7.5627198,7.5780101,7.5025792,7.051065,6.8677306,7.0685997,7.0925002,5.3950601,5.2135382,5.2142639,5.2668118,5.2652502,5.082726,4.9825621,5.1447058,5.3269701,5.1412902,5.0982571,4.9880252,5.1881104,5.2145457,5.0134001,4.8647327,4.6457801,4.6260719,4.6223278,4.6598749,4.738481,4.7499661,4.917048,4.8811398,4.7216396,4.583777,4.7951403,4.704628,4.7263737,5.0181999,4.4007139,4.194468,4.2002401,4.2068191,4.2445002,4.36689,4.2853589,4.4686861,4.4707298,4.4238701,4.4757581,4.2096601,4.6037908,4.3525438,4.5704002,4.7010179,4.5048118,4.5117598,4.5058408,4.5488749,4.310504,4.4683471,4.5895257,4.9895997,4.3413701,4.3533511,4.9324799,4.5235538,4.3109279,4.5409002,5.6076841,5.3876038,5.3564281,5.3007388,5.3140001,5.2141318,5.1793556,5.5288858,5.4046302,5.4765701,5.1651831,4.8252749,5.199028,4.3493819,5.2410002,5.0944819,4.8824239,4.845324,4.9069023,4.8996248,5.21631,4.9184461,5.1261244,5.0190802,5.0041199,4.9126301,4.7383351,4.7146192,5.11938,5.2596998,4.622654,4.4903402,4.5291839,4.5208049,4.5628748,4.4047632,4.6280522,4.809432,4.6070199,4.7664099,4.956666,4.5259199,4.6305709,4.665174,4.9137001,4.6458068,4.4229379,4.3986359,4.3924499,4.4048748,4.5423398,4.5163169,4.4154477,4.4116602,4.45753,4.6734838,4.2529197,4.6491108,4.3309197,4.4148002,4.7180061,4.4965043,4.4375758,4.4455976,4.4432502,4.7197261,4.5312929,4.8240237,4.8689299,4.7218599,4.7358322,4.7556601,4.7388239,4.74402,4.9780998,4.1513739,3.9885101,3.9548519,3.9566879,4.0423751,4.4888582,4.711122,4.7086563,4.7489204,4.7225199,4.5831232,4.4558849,4.6195502,4.8008337,4.7547002,4.8085632,4.6024981,4.4955239,4.4310212,4.4996252,4.4933352,4.6340189,4.7409182,4.6020699,4.8115101,4.4791369,4.6301851,4.8360558,4.6844521,4.7542,5.82935,5.5627418,5.4857879,5.4100018,5.434875,5.582819,5.3638649,5.691678,5.86586,5.5134201,5.4602461,5.2695298,5.4125471,5.2939024,4.9920001,5.625905,5.3601341,5.2823763,5.1855421,5.1697497,5.3851051,5.4382768,5.805336,5.48383,5.6527896,5.4794297,5.1792302,4.96666,5.2078142,5.1599998,5.9959416,5.7985821,5.7334204,5.7279868,5.8015003,5.5644269,5.5598397,5.7056999,5.6978903,5.5311298,5.4024758,5.2759352,5.2335329,5.2756443,5.1371002,4.5410018,4.3564739,4.4330883,4.478364,4.47575,4.6188121,4.581954,4.773066,4.5878801,4.3495097,4.3638148,4.2167997,4.2265024,4.47576,4.0922999,9.3734026,9.4594622,9.4464483,9.1907339,8.8433752,9.6755228,10.00783,10.18704,10.43416,10.14431,9.8420458,9.57201,9.531929,9.7302904,9.8311996,6.0396452,5.726088,5.7075481,5.6669703,5.6612496,6.7228808,6.966414,7.2622561,7.52422,7.5124502,6.8874922,6.9124651,6.8741169,7.2871861,7.5458999,5.239428,5.0075798,4.9628038,5.0335798,5.0147495,5.2538199,5.127759,5.0232964,5.0099502,4.6837997,4.7966537,4.7555552,4.8974438,4.7687039,4.9274001,5.0442028,4.7697301,4.7130599,4.6745729,4.665875,4.61131,4.729023,5.0253477,4.97651,5.0229301,5.0585814,4.8254848,4.735219,4.4911618,4.835,5.6439891,5.4512539,5.4381361,5.407938,5.4342504,5.464602,5.396976,5.5639982,5.5644598,5.4874597,5.482482,5.60637,5.3932858,5.3096104,5.2891998,6.1840429,5.959784,5.8784881,5.8304129,5.8754997,5.7729101,5.967936,6.1681976,6.0872898,5.80404,5.7919331,5.4985352,5.4357219,5.9002919,5.8473001,7.3178549,6.9729581,6.9746161,6.8590589,6.846375,7.4745331,7.4354672,7.3870859,7.7379503,7.48627,7.1408081,6.8930397,6.7733827,6.9613981,6.9228001,5.250114,4.97475,4.8359518,4.7740321,4.8102503,4.9774556,5.415462,4.9053059,5.0842004,4.7695999,4.8813472,4.6063499,4.6688867,4.4753518,4.6577001,5.1527071,4.9231601,4.9332361,4.9316697,4.8981247,5.0103679,4.6558981,5.1133561,4.6742301,5.0520802,4.8364391,4.5871348,4.7881613,4.7206621,4.6925998,4.6970448,4.4982462,4.479156,4.4296021,4.5548749,4.7012129,4.8858027,4.8532076,4.5171499,4.5272698,4.6692328,4.5741148,4.873754,4.8642778,4.3104,9.8272839,9.5850201,9.6081486,9.3761072,9.43925,9.7092829,9.6007862,9.6469078,9.7821903,9.2144794,9.0017653,9.1610403,9.5738497,9.3854275,9.4334002,5.4084859,5.0934739,4.9996319,4.907289,4.9561253,5.7458062,5.9698076,6.0356164,6.11589,6.0138102,5.720974,5.5780201,5.600419,5.7433143,5.6866002,6.0295072,5.799118,5.7887278,5.7033477,5.6708746,5.7422967,6.0983906,5.7957602,5.98807,5.9688201,5.6374798,5.9911952,6.1014109,5.777586,5.9924998,7.4058094,6.9635782,6.9942837,6.998508,7.0648746,7.535759,7.87293,7.5677762,7.9812703,7.1926799,7.5387669,7.2907801,7.2403851,6.999342,7.0299001,8.9837751,8.6424646,8.5541277,8.3883543,8.4815006,9.2511759,8.9115391,9.1906805,9.2483606,8.6039801,8.6979818,8.4803247,8.3962507,8.1734638,8.3162003,4.5652509,4.3273959,4.2737641,4.2593222,4.2808752,4.4229131,4.4488082,4.4499903,4.5067,4.57897,4.3608723,4.4739451,4.2889199,4.4427118,4.3518,7.0054951,6.8644185,6.9298677,6.9345236,6.96275,7.0666418,6.7465711,7.1371984,7.0271301,7.32974,7.1403718,6.7512898,6.8677306,7.1315341,7.1884999,5.8833284,5.6720862,5.7166562,5.603889,5.602375,5.5007811,5.9687552,6.062748,5.8744402,5.79425,5.674758,5.4897151,5.6293621,5.5057559,5.6508002,5.0813303,4.7630301,4.6626358,4.6256819,4.6777496,4.9359531,5.3718209,5.075736,5.10884,5.3504,5.16115,5.2090502,4.9008431,5.029314,4.8717999,5.009542,4.7891598,4.7104201,4.7127571,4.7490001,4.7634072,4.812561,5.074254,4.97156,4.6686201,5.10883,4.8285298,4.8392487,4.49616,4.8134999,5.1384592,4.9081521,4.8509998,4.8767161,4.8271251,5.0544119,4.9207859,4.9521599,5.1000404,4.8753099,5.0097489,4.8248549,4.8715911,4.6170301,4.9808998,5.0890021,4.8250723,4.719264,4.679862,4.744875,4.6986718,4.8517561,4.7331657,4.79248,4.7040401,4.9301791,4.6025701,4.74933,4.7470798,4.6848998,8.3569994,8.2211676,8.3315763,8.1742134,8.1517496,9.2803373,8.9646568,9.4575539,9.3600101,9.1282396,8.8546152,8.7528,8.8288507,8.6638803,8.5886002,5.0052953,4.7959938,4.819056,4.840467,4.8787503,5.4060383,5.173974,5.1932702,5.0523,4.7722397,4.7831378,4.8469048,4.7485061,4.7866559,4.8908,5.677691,5.4769816,5.3617082,5.3009973,5.2932501,5.4779124,5.4445949,5.6127901,5.5542302,5.3666801,5.4546871,5.4258752,5.8597727,5.2046523,5.2195001,5.2476478,5.018434,4.928616,4.93296,4.8612499,5.0811529,5.2149239,5.059206,5.3390703,5.0088501,5.4670043,5.2120953,5.0633774,5.0446143,5.1880002,5.7687964,5.4229798,5.378736,5.4270296,5.4858751,6.0323343,6.0552177,6.3371458,5.9826798,6.0813503,5.5801458,5.6763,5.8536959,5.8071656,5.6718001,5.4776711,5.2408738,5.2326117,5.2429471,5.267375,5.6159735,5.3670244,5.3629017,5.3213601,5.5018702,5.479321,5.3347349,5.4272757,5.3603039,5.4584999,5.1044831,4.895422,4.8495479,4.8483357,4.9092503,5.0582838,5.0983925,5.0209022,5.1372199,5.0753999,5.082561,5.0982752,5.1462917,4.949244,4.7547002,6.0186839,5.8415956,5.7487321,5.6841269,5.677125,5.8570046,5.64291,5.911242,6.0035801,5.4833899,5.473217,5.449605,5.046073,5.1615057,4.9190998,8.79951,8.4131899,8.2918444,7.9952908,7.9904995,8.6481123,8.7789774,8.7890577,8.7114496,8.4762697,8.3922367,8.0564404,7.9480977,8.4755878,8.3151999,5.4389,5.1879439,5.1472082,5.174964,5.2183747,5.2152209,5.5966954,5.5917001,5.3319197,5.21136,5.106214,5.2701597,4.9924102,5.2709522,5.3783002,4.850759,4.6164341,4.5364442,4.5147419,4.6408749,4.7883329,4.8267179,4.6653361,4.5734701,4.7454,4.7763801,4.7014799,4.5102673,4.6419182,4.8368001,5.3653312,5.113306,5.0093999,4.9343791,4.9021249,4.9216752,4.8953972,4.779108,4.8145905,4.7413297,4.5255709,4.343955,4.2635822,4.3861017,4.1296,5.4365711,5.12818,4.954092,4.895937,4.8712502,4.8802929,4.9123616,4.8104577,4.8906002,4.48943,4.4080687,4.1802602,4.084465,4.6985278,4.3042998,4.2222028,3.960906,3.7612081,3.651474,3.6430001,3.794802,3.7132292,3.756186,3.7206399,3.6851101,3.51089,3.4306648,3.5067379,3.7827721,3.5265999,4.14151,3.9165521,3.80952,3.726681,3.665,3.632057,3.911778,3.8505781,3.7413201,3.575,3.5172119,3.3958051,3.3309171,3.411186,3.2507999,4.112329,3.9235198,3.9077282,3.912957,3.9121249,3.8542132,3.7030499,4.0228319,3.9257901,3.74616,3.484185,3.604965,3.5102401,3.5858102,3.6487999,4.328104,4.0587258,3.921324,3.9766829,3.883625,4.015748,3.8925898,4.111752,4.0528402,3.7310901,3.8769119,3.7874551,3.5768812,3.5631659,3.7131,4.3600249,4.1325603,4.0654678,4.1486402,4.12325,4.2065649,4.1868448,4.257102,4.2505102,4.2711902,4.163146,4.0160398,3.9403679,3.9823859,4.0356998,3.545012,3.3576381,3.3609841,3.350646,3.3800001,3.1918592,3.284307,3.2525342,3.4512501,3.2662301,3.333874,3.109575,3.132642,3.22422,3.1217,3.8372331,3.65485,3.6235321,3.647862,3.6003752,3.568048,3.5904961,3.6908641,3.19473,3.4372799,3.4484332,3.47949,3.374898,3.4650419,3.3520999,4.9233689,4.691474,4.723752,4.850142,4.9223752,4.5884409,5.3690133,4.7755737,5.1354599,4.9380102,4.8162742,4.481925,5.0082722,4.8754983,4.7386999,5.149693,4.8859081,4.8011041,4.804605,4.7172499,4.8698874,4.8705931,4.9481697,4.8185496,4.50769,4.6702137,4.362855,4.4440379,4.6652761,4.7296,4.8900781,4.7072864,4.5727439,4.456305,4.4342499,4.1660299,4.4613271,4.2544804,4.0947499,3.97947,4.2009692,3.960495,3.9738429,3.6873,3.9275,6.3588548,6.0827961,6.1378679,6.0988617,6.0557504,6.068634,5.8833451,5.9196777,6.2421699,5.82868,5.3796949,5.2812901,5.7196932,5.6146922,5.5250001,5.0381751,4.7576699,4.692996,4.6510949,4.5935001,4.5794868,4.1999488,4.4662919,4.5062599,3.90379,4.0177402,3.6619802,3.6180811,3.5507221,3.8652999,5.6190553,5.4980202,5.7099237,5.9867611,6.0456252,5.7026091,5.8192291,6.2801461,6.2066398,6.15835,6.4878979,5.9968648,5.5169888,6.1747742,6.1729999,5.3057361,5.0744462,5.0364599,5.045835,5.0528755,5.156415,5.168592,5.3652959,5.4387302,4.8439603,4.7258039,4.7782354,5.0397902,4.7151542,4.8824,4.8400731,4.5994158,4.4922237,4.3934822,4.2641249,4.430778,4.4087939,4.3049822,4.36623,3.7430801,4.0455351,4.041975,4.0803452,3.7864439,4.2729998,5.821404,5.5193257,5.3541842,5.186574,5.1538749,4.8420568,4.9984741,4.9724522,4.81107,4.631,4.5542378,4.6555948,4.33424,4.4652538,4.5079999,6.0648527,5.9152961,5.909904,5.7041221,5.7012501,5.9224658,5.8010941,6.0606961,6.34447,6.2891402,5.881422,5.6242199,5.7032127,5.8120623,5.6796999,3.950943,3.698668,3.6923039,3.6792088,3.772125,3.7427719,3.8901329,4.0151939,3.7009501,3.67488,3.592967,3.4558651,3.2311101,3.516552,3.4619999,4.3209801,4.1564121,4.1690879,4.1883721,4.1556253,4.2392349,4.2839551,4.1695499,4.2163,3.95384,3.9431839,3.804255,3.8581741,3.9925859,3.8887,4.3693409,4.1199641,4.09266,4.0676279,4.0976248,4.1305771,4.2234659,4.2657661,4.18539,4.3227801,3.849226,3.6900151,3.797713,3.781956,3.7072001,4.999404,4.683032,4.5611281,4.5380912,4.4850001,4.3446259,4.3929992,4.264854,4.2953901,4.2134399,4.1847281,3.9259501,3.9412949,4.1338563,3.9444001,3.7620201,3.5732441,3.5234761,3.576267,3.5815001,3.3343971,3.5989199,3.7309921,3.6661901,3.6326401,3.544462,3.28461,3.4777949,3.5726519,3.4321001,5.0418739,4.8477182,4.8358202,4.8781352,4.8926249,4.8956599,4.8937593,5.0418777,5.0321698,4.51231,4.5552192,4.9655552,4.8499613,4.5922441,4.3972001,5.1076341,4.8908658,4.8385921,4.8171182,4.879375,4.7660689,4.8200488,4.8658619,4.9123797,4.5279303,4.7258039,4.6056151,4.6463304,4.4918761,4.2582002,5.7057762,5.5099459,5.5612922,5.6827078,5.8892498,5.8871336,5.8674331,6.0298018,6.1319499,5.7196698,5.8793511,5.8448253,5.646666,5.8728538,5.8024001,5.8061972,5.6014681,5.6531639,5.7250204,5.765625,5.812356,5.8785481,5.899272,6.0634198,5.4521499,5.472127,5.291265,5.3457003,5.3124661,5.4642,5.4921932,5.2190318,5.0854321,5.0442872,4.9707499,4.8664994,5.0664506,4.977582,4.85496,4.7761998,4.427362,4.3712549,4.5138721,4.1232481,4.3346,5.879355,5.6112499,5.5541639,5.5495801,5.5726247,5.5460348,5.6219668,5.6705875,5.7648797,5.3962703,5.1183133,5.2615499,5.1483521,5.0702157,4.7592001,3.994509,3.9341059,3.9136679,3.9609449,3.9866252,3.781008,3.9194999,3.99456,4.0350199,3.4128602,3.779248,3.7366352,3.7157252,3.886812,3.4109001,5.961966,5.7518158,5.6447158,5.5709944,5.506,5.504169,5.4848433,5.45889,5.6421199,5.3646998,5.2345071,4.9357347,5.2415671,5.3377619,5.0745001,4.1708279,4.0387597,4.03194,4.057179,4.0241251,3.5273919,3.543462,3.9254758,3.6680601,3.5389202,3.6129141,3.4546051,3.296206,3.3741601,3.1615,5.8612709,5.6123223,5.409492,5.3322153,5.3113751,5.4598832,5.3707681,5.3079538,5.2049799,5.0345898,4.8442874,4.5994201,4.4340472,4.7086263,4.5943999,5.3502607,5.1407762,5.0128322,5.1082706,5.012125,4.7029071,4.8416939,5.0938621,5.0807896,4.7694898,4.9695277,4.4382453,4.3616381,4.0098238,4.8165998,5.4445171,5.1520319,5.1057601,5.0680227,5.0445004,4.4984169,5.024097,4.8212881,5.08915,4.5033998,4.3961878,4.3017449,4.286242,4.3310218,4.2055998,4.8224001,4.6290298,4.5517559,4.5520229,4.7417502,4.7454991,4.7073779,5.0074501,4.9210701,4.7016201,4.6880903,4.3508849,4.5601192,4.9157877,4.8413,3.8362739,3.5831599,3.603204,3.67908,3.7011251,3.472095,3.4398,3.6991861,3.61185,3.3799701,3.473067,3.469305,3.3869491,3.422406,3.3824,5.4142399,5.1553822,5.0167923,4.9752722,4.9152498,5.2274418,5.1450748,5.121222,5.33148,5.0935497,4.9952521,5.1025801,4.7692089,4.9653602,4.9341998,4.3748212,4.2794237,4.1726518,4.2333927,4.0253749,4.09585,4.1932802,4.101378,4.2382998,4.2606301,4.188652,3.6763651,3.6101501,4.0270619,3.7263,5.8708606,5.5912838,5.4306121,5.3790417,5.3181248,5.1472192,5.2050962,5.3021402,5.26196,4.8824601,4.6232347,4.6440454,4.4597969,4.7014861,4.4828,3.7025621,3.475692,3.4069202,3.4448159,3.443625,3.485889,3.3670261,3.3329039,3.4644499,3.2962599,3.3638492,3.2638202,3.219059,3.324894,3.1673999,4.870213,4.7222939,4.581192,4.6096859,4.5481248,4.6309118,4.7473922,4.5199862,4.7988596,4.7071199,4.4642043,4.2647848,4.6347942,4.6162143,4.5380001,4.7399259,4.5057497,4.463448,4.4830079,4.5266252,4.4131122,4.3460822,4.5454082,4.29462,4.4418001,4.358583,4.2119703,4.1222663,4.0106401,4.2811999,5.3939643,5.076858,4.9721761,4.9003229,5.012125,4.6684222,4.9747233,5.3434081,5.0651703,4.8848801,4.7512012,4.8473248,4.6523037,4.5452218,4.7286,3.683382,3.4663122,3.4716001,3.4762919,3.5282497,3.5537701,3.384342,3.4825859,3.75441,3.50669,3.53269,3.316005,3.281683,3.4288318,3.0056,4.464282,4.3129239,4.24512,4.2341671,4.3055,4.7490077,4.4091449,4.7255278,4.4386101,4.4921799,4.7610111,4.5053401,4.6058512,4.4866743,4.4175,3.806134,3.5889218,3.5155561,3.538599,3.5190001,3.8387249,3.679065,3.6991861,3.83548,3.6406701,3.8374541,3.7600501,3.636003,3.7414622,3.6891,5.9937501,5.6888361,5.6151481,5.4957871,5.513875,5.429028,5.312736,5.7570004,5.6068096,5.2776904,5.0767841,5.2397099,5.1155977,5.0982661,5.4025998,4.5166159,4.2731261,4.2263761,4.247067,4.238625,4.5724688,4.3479543,4.4408698,4.56566,4.1605301,4.0047688,3.92574,3.816047,4.1321216,3.813,5.8905888,5.5827084,5.5627441,5.5668659,5.5123754,5.486382,5.4952564,5.4461217,5.7687297,5.4451098,5.1144981,5.0798998,5.0236187,5.1922083,5.0054998,4.2104206,4.0664978,4.0488362,4.1010389,4.16575,4.0803618,4.1584139,4.3171802,4.2539201,3.85869,4.2050018,4.0141501,3.621377,4.0394039,3.8928001,5.4552031,5.1395702,5.053884,5.0880179,4.9233751,4.8597231,4.8638072,5.0203319,4.9826698,4.7797203,4.5778913,4.35813,4.472672,4.9022217,4.6072998,4.2868671,4.0793619,4.0038242,4.0010638,4.0153751,3.8106532,3.9454739,3.731334,3.5702698,3.7634299,3.9735949,3.4232101,3.6703019,3.4809539,3.5991001,5.6516609,5.4851561,5.4292922,5.4510236,5.4446249,5.453228,5.129982,5.6145,5.4717298,5.2977099,4.9411879,5.32833,4.9232969,5.1547742,4.9675999,4.5082588,4.2448521,4.1397839,4.114068,4.1512499,4.3618078,4.1828671,4.1477761,4.1133399,3.9154501,3.7477469,3.740835,3.768152,3.7576799,3.7881,4.5442901,4.2861242,4.283268,4.3053751,4.3126249,4.4082718,4.3167152,4.4770079,4.2887902,3.9580202,3.948961,3.8800652,3.753114,3.7963381,3.7883999,4.3538599,4.1237159,4.034184,4.0714979,4.067625,3.9928792,4.1524467,4.2967739,4.1884699,3.9748502,3.941222,3.85602,3.877332,3.8228581,3.8445001,3.961081,3.7653999,3.7246442,3.7648649,3.7632501,3.68203,3.7196639,3.7528801,3.8579199,3.4665401,3.7947261,3.4970248,3.4153771,3.5456219,3.5929999,6.965765,6.7809362,6.6059399,6.3319654,6.2103748,6.1085639,6.1093893,6.396996,6.3022299,5.8473802,5.7075672,5.4716549,5.7053757,5.5750141,5.9049001,4.3455029,4.1033483,4.0186081,4.0342169,4.04175,3.934799,3.7961822,4.1312461,3.8714499,3.89378,3.8184881,3.7088101,3.72963,3.9069061,3.6795001,4.524425,4.24646,4.1438761,4.0645318,4.0467501,4.0891948,3.811275,4.1156278,4.0897999,3.7165701,3.7722719,3.2218199,3.6330159,3.6325259,3.8529999,5.7274222,5.4580884,5.3780756,5.3191862,5.3653755,4.9393411,5.3735762,5.7389884,5.3074999,5.0585699,5.1998453,4.9666052,5.1160102,5.117238,5.165,5.1780519,4.9419198,4.8375359,4.8337593,4.7992501,4.7507019,4.7973509,5.1628318,4.9190898,4.3747001,4.6123352,4.5308552,4.2165108,4.2406497,4.3347998,5.5813799,5.34057,5.2401361,5.212245,5.1973748,5.3777237,5.1496382,5.4840837,5.62078,4.9190898,5.0280609,4.8184505,5.2416701,4.9624019,4.9905,3.7590058,3.5426919,3.459192,3.5099611,3.5809999,3.5771229,3.163095,3.8769119,3.41594,3.4490499,3.5063119,3.32514,3.2153511,3.2366638,3.2063,4.6251197,4.4820318,4.4225278,4.2709322,4.3743749,4.8329821,4.5019259,4.7650862,5.0804601,4.52771,4.5746207,4.7705698,4.5590892,4.6117258,4.7200999,5.9452519,5.9131517,5.8992119,5.8706608,5.8276248,5.5087671,5.5807829,6.2731919,6.10742,5.71384,5.6063061,5.96316,5.461678,6.066144,6.0303998,4.6612883,4.4269581,4.3474197,4.3576202,4.4000001,4.3368821,4.1991301,4.6614604,4.6726899,4.3909802,4.5171781,4.3391252,4.223412,4.4387341,4.3097,4.3465991,4.1112537,4.076952,4.1677318,4.191875,4.3795948,4.5021601,4.4767799,4.7448502,4.3306999,4.2925291,4.2274051,4.5253048,4.0895877,4.4596,4.8692541,4.6483259,4.5788159,4.5963993,4.6742496,4.7225089,4.8312812,5.15622,4.71592,4.7587099,4.7494569,4.6379547,4.4617538,4.5847983,4.5453,4.1554842,3.9417441,3.913404,4.024929,4.1851249,4.0544682,4.3904252,4.458312,4.3424702,4.1012402,4.4441481,4.10676,4.3768821,4.3354082,4.1328001,5.1620231,4.9153881,4.863276,4.8187952,4.7665,4.7035122,5.0477309,4.8039603,4.9092999,4.6814899,4.645689,4.4418149,4.3822379,4.2932816,4.5840998,4.5812802,4.3528562,4.2687483,4.3623929,4.4305,4.1961589,4.3342648,4.404048,4.4816203,3.9972899,4.3075709,4.1698647,4.0523291,4.17588,4.1764998,5.1706538,4.9559898,4.8969359,4.8611069,4.7729998,4.5815439,4.8170066,4.9152241,4.8798203,4.6279202,4.8784037,4.3943553,4.2970567,4.4538298,4.5464001,5.4069791,5.1147799,4.937592,4.8595591,4.8471251,4.4557042,4.6120229,4.3861499,4.6728001,4.2381902,4.3216319,4.278645,4.3069448,4.171392,4.177,4.0232792,3.7690179,3.6915121,3.6567631,3.638875,3.6638801,3.5255609,3.6416161,3.3817301,3.34939,3.440912,3.45786,3.164778,3.34815,3.4665,3.8168199,3.5844998,3.4495561,3.4662302,3.4051251,3.2862389,3.2866468,3.5346839,3.46489,3.01631,3.3383431,3.2477551,3.086395,3.0852962,3.0414,4.7500639,4.523438,4.455924,4.450758,4.4423752,4.31002,4.3736939,4.493082,4.2093701,3.9714401,4.1488671,3.8583298,3.8704309,4.1254921,3.9605999,5.1887379,4.975822,4.9213562,4.8728461,4.8247499,4.8310461,4.9624376,5.2520938,4.7405601,4.7065697,4.2137218,4.228035,4.1612,4.2304502,4.4973001,4.4163318,4.1964779,4.1401796,4.16541,4.0967503,4.1210179,3.8707111,4.0766401,4.0552602,3.7417598,3.821213,3.69684,3.5218792,3.625488,3.5629001,4.3389268,4.1428781,4.2189837,4.1446409,4.2280002,4.1707487,4.0236297,3.934824,4.18715,3.7330699,4.0381231,3.8294549,3.8542602,3.66078,3.3875999,4.2659059,4.0155783,3.893868,3.8418779,3.7625,3.826262,3.776175,3.7648499,3.6700401,3.5171402,3.4667451,3.464895,3.265512,3.2960279,3.2781999,5.1839428,4.9070797,4.807704,4.731462,4.7357502,4.5546818,5.0884471,4.5879297,5.0240297,4.6525598,4.6710858,4.021605,4.410048,4.3657017,4.1921,5.5653515,5.413734,5.3853364,5.3647232,5.1182504,4.3368821,4.8745708,5.1896219,4.7253804,5.0869498,4.7064018,4.4254351,4.3540158,4.5443044,4.5064998,4.6214213,4.36304,4.2115917,4.096911,4.1693749,4.2104373,4.1988959,4.178328,4.1010199,3.7836699,3.9917979,3.7032452,3.8042018,3.6945422,3.7915001,4.0895872,3.921242,4.0521359,4.1705699,4.2653751,4.0516849,4.0123978,4.0971603,4.0020199,3.927,3.9358809,3.7975349,3.73684,3.5243039,3.4788001,5.3704,5.03438,4.8796439,4.6735411,4.6167498,4.7770801,4.7367449,4.8235683,4.6868801,4.04877,4.4310679,4.3656902,4.1861258,4.1389556,4.4489999,3.5433681,3.363668,3.2499721,3.3337471,3.2719998,3.315521,3.469167,3.452718,3.49052,3.30638,3.4587879,3.51015,3.164984,3.329484,3.2772999,7.030292,6.7868319,6.821496,6.9516807,7.0272498,6.4065871,6.9417272,6.9097681,6.8725801,6.9508996,7.0289736,6.4590755,6.3097801,6.5190239,6.4380999,4.2633033,4.0352759,3.9548519,3.906249,3.8122499,3.888093,4.1332593,3.8218501,3.7502301,3.66751,3.7060001,3.5045848,3.5402129,3.62763,3.3608999,7.9595628,7.6394739,7.4282999,7.35816,7.2307496,6.986661,7.142148,7.0344839,7.2035699,7.0146999,6.7137461,6.5557799,6.6030207,6.6741662,6.6950002,3.8081892,3.5729759,3.440448,3.400311,3.4765,3.47754,3.556215,3.450438,3.6995199,3.50174,3.550566,3.48789,3.406004,3.4442339,3.3868999,3.9886181,3.8022501,3.6817441,3.6467011,3.697,3.736238,3.6386998,3.742734,3.74297,3.6509001,3.628937,3.49419,3.3521349,3.2227919,3.2867,4.637176,4.4253502,4.31706,4.2852507,4.2706251,3.9552481,4.2497907,4.3261857,4.3438997,4.1834102,4.2426071,4.1126399,3.9719892,3.9147601,4.1942,4.6440263,4.4367399,4.3666921,4.3554273,4.3772502,4.3676162,4.450563,4.5548701,4.3927402,4.4320097,4.3898659,4.1043448,3.993928,4.235652,3.6889999,4.7823958,4.5578761,4.412364,4.4067688,4.4241247,4.3211517,4.2923789,4.3473897,3.8161199,4.0167599,3.8025739,3.6701698,3.6422861,3.6612899,3.3397999,4.6181331,4.4025702,4.330524,4.3502669,4.3311253,4.2915068,4.3481879,4.3889999,4.3213501,4.34621,3.9943049,3.9024301,3.8563199,4.1587439,3.9268,5.1575022,4.9259739,4.8300118,4.8488522,4.8091249,4.5867472,4.6716928,4.6890483,4.7051401,4.5032902,4.4793549,4.303215,4.1212363,4.1817961,4.0801001,4.2548089,4.0070019,3.9020519,3.9035401,3.8791251,3.9490771,3.8035531,4.0940819,3.9277699,3.7562799,4.025806,3.8262,3.7099571,3.6583321,3.5974,4.1606898,3.9886439,3.7684679,3.999387,3.9190001,3.8237209,4.0419989,4.1153998,4.0541601,4.3778896,4.368938,4.6027803,4.720387,4.5729661,4.5710001,4.5562091,4.4092698,4.4829841,4.7052751,4.599875,4.794867,4.604301,4.490118,4.7838998,4.8569403,5.0013556,5.0230947,5.2344599,5.30757,5.2375998,3.649132,3.4746199,3.5860441,3.7906649,3.5072498,3.596241,3.4558291,3.42342,3.65134,3.6096501,3.5843558,4.0213952,3.752805,4.3172522,3.9342,4.8302093,4.7549901,4.3730283,4.7059202,4.8131251,4.7872438,4.9316669,5.1093664,4.9186497,5.04284,5.5503893,6.3531299,6.7306376,7.6128721,7.5096002,4.4064679,4.318686,4.6305599,4.9381199,4.6731253,4.3558788,4.3914781,4.417614,4.9798102,5.4260798,5.2869358,5.4977999,5.2278681,6.2504582,5.6964998,4.691565,4.654892,4.598352,4.96908,4.9127502,4.619175,4.9827962,5.0741401,5.34831,5.1971698,5.4125042,5.9557052,5.7925138,6.1637583,6.0946002,3.9954679,3.811764,3.83988,4.1357403,4.0630002,3.7633419,4.4357038,4.3504682,4.8062301,5.2407298,5.4036751,5.1955051,5.494741,6.1624322,6.2874999,5.8893561,5.7026381,5.7728882,5.8958163,5.9084997,5.6966801,5.7747688,5.9419084,5.9443998,5.9682703,6.0565848,6.039495,6.3967123,6.4773059,6.6733999,5.5572677,5.4938655,5.5082283,5.6068559,5.5663753,5.316256,5.427279,5.1011581,5.16362,5.1683502,5.5515881,5.5066199,5.355485,5.4138541,5.3755002,4.9000788,4.5799861,4.3615441,4.7763538,4.34025,4.289813,4.23423,4.4612761,4.9700198,5.33885,5.1727042,5.31006,5.8385549,5.4648538,5.4057002,4.4119482,4.2365441,4.2501359,4.3861289,4.4421248,4.2605309,4.2832532,4.5384541,4.57127,4.5746803,4.6343527,4.9876051,5.2507339,5.3462276,5.1817002,4.3141298,4.0900822,3.8456879,3.9942269,3.9045,3.9634759,4.1875467,4.1782141,4.8082099,5.3781204,5.3401279,5.377995,5.5501552,6.488832,6.7343998,4.3726292,4.092494,3.854532,4.2290072,4.287375,4.2479472,4.3972111,4.2900481,4.4881101,4.9149103,5.415338,5.8120646,6.4296722,7.131228,7.2017999,4.1197271,3.9781921,4.027452,4.2659011,4.0333753,3.9416962,4.209075,4.0295577,4.19309,4.1222501,4.3117127,4.5411453,4.4195242,4.78125,4.7596002,3.8529882,3.6611478,3.4160278,3.7184248,3.6898751,3.516623,3.7367461,3.628962,3.79478,4.0910101,4.0137072,4.278645,4.3278537,4.430676,4.4281998,4.7475982,4.5471559,4.56984,4.8930993,4.5041251,4.4183149,4.530591,4.7827563,4.8498998,4.9687004,5.0792913,5.179965,5.0983973,5.6275439,5.4593,4.2915249,4.0656939,3.8520241,4.1178093,3.8694999,3.466408,4.0754609,4.1612277,4.30199,3.8589101,4.1883249,4.6941299,4.5920491,4.9065061,5.342,5.2070961,5.0463057,4.9785118,5.004684,4.8963747,5.022347,4.7044525,4.9636741,5.2399597,4.6946898,4.9331222,4.781805,4.5707283,5.0690937,5.0434999,3.5084329,3.4006522,3.1726201,3.4173391,3.3568749,3.349159,3.4241219,3.5203202,3.8568201,3.38778,3.6887782,3.7531199,3.967972,4.6826158,3.9679,4.3982482,4.245656,4.2474957,4.4857168,4.2852502,4.2750506,4.151979,4.1507401,4.4568701,4.4756799,4.5917344,4.754715,4.704937,5.1581402,5.1192002,4.4229078,4.1538658,3.783252,4.1661839,3.9942501,4.0042529,3.930264,4.0381079,4.5314503,4.0835299,4.6807871,4.9132648,4.9624372,6.1374416,5.0037999,3.8192861,3.668786,3.6034679,3.697011,3.7785001,3.6775529,3.738384,3.6458342,3.4715998,4.1307201,3.812602,4.1849847,4.1971474,4.8337798,4.6922998,4.3682451,4.2795582,4.4060278,4.7407498,4.8587503,4.5337491,4.4280987,5.036634,5.15273,5.0343704,5.4520712,5.4854097,5.7019773,5.6495757,5.3720999,4.0745173,3.8144441,3.615216,3.9885511,3.9223752,3.8597789,4.0053778,3.8527441,3.9289801,3.9007099,4.1834202,4.2798004,4.6694021,4.9490404,4.4696002,3.963958,3.8675079,3.8562481,4.0917511,4.03825,3.865587,3.8413441,4.1100421,4.1480999,4.2281799,4.3771129,4.7230048,4.5593982,5.0059562,4.8887,3.846823,3.6724041,3.5105398,3.760221,3.785125,3.7200239,3.64572,3.67593,4.01753,3.57412,3.7370648,3.84741,4.1270041,4.1350799,4.0258002,4.2976899,4.1029458,3.9122159,4.0324111,4.2138748,4.2771082,4.3213949,4.7119617,4.9174399,5.4411497,5.6288691,6.1950002,7.0034852,7.7212982,8.1209002,4.6574521,4.508832,4.4507761,4.7501669,4.9022498,4.555892,4.797585,5.0639939,5.07441,5.4133196,5.717813,5.3447099,5.416152,5.467608,5.6616001,6.3985848,6.3069777,6.4743361,6.641952,6.7137499,6.2579989,6.4491572,6.593874,6.9927001,6.6694098,6.9673886,7.0821452,6.6411309,7.1552997,7.4046998,5.2572379,5.1378279,5.1214681,5.28513,5.3812499,4.7984967,5.1254191,5.27421,5.5893202,5.8359399,5.4279823,6.12465,5.6556273,6.0843,5.4636998,4.0512271,3.9346421,3.9450839,4.1583152,4.3128748,4.179461,3.9073322,4.1018338,4.57061,5.4872398,5.416646,5.5576501,6.1370492,6.6856918,6.6806998,4.125618,3.971626,4.001976,4.183341,3.9179997,3.8375149,3.9533131,4.0006018,4.0102701,4.3596301,4.5007191,4.5597301,4.7680759,5.70333,4.5040002,5.4562993,5.4093118,5.195652,5.4908848,5.7994995,5.4904962,6.0800219,5.5938659,5.5388298,5.61099,6.0758781,6.2225099,6.1919479,6.7403641,6.2010002,5.3647828,5.2195683,5.0984998,5.0547361,4.6921248,4.5412507,4.7933731,4.8616438,5.19068,5.1431599,5.2732019,5.7313199,5.0108471,5.5062661,5.6297998,3.9362838,3.731096,3.7270198,3.9294689,3.7645001,3.6264911,3.7162712,3.584388,3.96715,4.0658197,4.1452699,4.3489952,4.4803967,4.5476699,3.9572001,4.831305,4.6306381,4.634388,4.7221742,4.555625,4.646884,4.4894071,4.7784238,4.8194299,5.2603102,4.8826547,4.8955197,5.1970711,5.0284982,5.1097002,5.363276,5.2194343,5.3244839,5.4421229,5.4101253,5.1683941,5.3257227,5.4620819,5.4002299,5.3579903,5.2649183,5.4402599,5.3176837,5.974956,5.6269999,4.6032,4.456974,4.4984283,5.2060528,4.7288747,4.4465079,4.7262154,4.9012022,5.1990399,5.7739,6.1174068,5.5631104,5.6888962,6.2763658,6.0956998,5.2069588,5.0828881,5.1362519,5.0297098,4.9412498,4.9895558,4.8703594,5.016798,5.2385302,5.0857401,5.3214893,5.4453001,5.7082596,5.539824,5.7177,3.521174,3.3769341,3.3666599,3.5877478,3.5106251,3.599508,3.532464,3.4819021,3.56323,3.4751201,3.458025,3.4675202,3.7242739,3.553272,3.563,5.6639915,5.55229,5.5601044,5.5177169,5.6566248,5.4904962,5.517837,5.7110577,5.6673102,5.53619,5.4314699,6.1044898,5.7802567,5.9845438,5.8467002,3.6025522,3.4131141,3.2153881,3.6159992,3.694,3.5367091,3.362463,3.2573221,3.58039,3.6001902,3.899039,4.2622647,4.069015,4.4212918,4.4990001,3.149219,2.9993222,2.9863679,3.1768827,3.1775,3.1121202,3.149055,3.253104,3.20507,3.0220299,3.0888422,3.1784551,3.227711,3.5180819,3.395,3.825999,3.483598,3.029928,3.5516281,3.9653752,3.718209,3.6645572,3.4962661,4.1844001,3.54915,5.1458902,5.511765,5.4224353,6.1049037,5.5664001,4.8292503,4.6741881,4.68402,4.778676,4.7931252,4.7284379,4.8415771,4.9027982,5.1907902,5.6523504,5.4212241,5.8266602,6.5802579,7.0957322,7.6672001,5.2305231,5.209518,5.3603883,5.7137966,4.9621253,4.8528261,4.9409099,5.16363,5.8566203,5.7623501,5.7288218,5.7429752,5.897471,6.7044601,5.9408002,4.838429,4.6652098,4.685472,4.792737,4.7601252,4.702302,4.6946249,4.7496958,4.9837704,4.9832201,5.0647936,5.1994948,4.7879548,5.195982,5.3333001,4.6649871,4.3824701,4.4788918,4.8469167,4.3257499,4.3103828,4.301271,4.3111377,5.2825298,5.0906901,5.1777177,5.4994798,5.3593988,5.6302977,5.1961002,5.3951969,5.2289481,5.2767,5.291451,5.1243753,5.1518168,4.691349,5.4863644,5.3510604,5.0189695,5.4566493,5.6057401,5.275454,5.8146124,5.8994999,4.7544479,4.6264839,4.7010479,4.6349697,4.5495,4.4621172,4.6080451,4.8151321,5.1859498,4.6043801,5.1162419,4.9142103,4.8847747,4.926702,5.1753998,4.9251499,4.770802,4.812192,4.9520521,4.9784999,4.9490209,5.0104079,5.1604381,5.00984,5.5299201,5.1177678,5.5814853,5.834641,5.7315841,6.2526002,4.5405912,4.3579478,4.374084,4.611105,4.5114999,4.3305898,4.4367571,4.3840981,4.4694099,4.9447203,4.6368604,4.96944,4.9874659,5.5336018,5.1469998,4.5895,4.4983802,4.5071402,4.7023082,4.7643752,4.830441,4.7248111,5.576766,5.53333,5.93538,6.179101,7.0866599,8.1642952,8.5921745,8.6353998,4.131783,3.936518,3.905616,3.9328232,3.9205,3.9057591,3.7610822,4.1110678,3.8020399,3.7448401,3.6568408,3.65169,3.6003652,3.8004179,3.4116001,5.2532649,5.025804,4.9659719,5.0399008,4.8917499,4.99367,5.049252,4.9977598,4.8796,4.3249798,4.4903636,4.3525648,4.3438191,4.4139481,4.3601999,5.4780822,5.2624483,5.1883917,5.1539369,5.1342497,5.0166597,5.3266592,5.3357701,4.7466102,4.8173399,4.549006,4.7197499,4.6090441,4.9159923,4.7368999,4.9193959,4.6713738,4.6271281,4.648386,4.716125,4.5393147,4.5435781,4.5721984,4.6088901,4.3451099,4.2250581,4.0617151,3.8945329,4.1716981,3.9756999,3.9366951,3.745434,3.7414079,3.7706702,3.723125,3.5832942,3.561012,3.8253841,3.88311,3.3905299,3.8757131,3.5640149,3.49685,3.6498661,3.4216001,6.113214,5.8603563,5.7742081,5.7744265,5.75875,5.8767281,5.740839,5.8491116,5.7367201,5.3676701,5.4612269,5.36865,5.3322067,5.5090199,5.2649999,4.195899,3.9960141,4.0224361,4.0711112,4.11375,4.1193242,4.1606369,4.0789199,4.1735101,4.1220298,4.1325169,4.2315001,4.3441277,4.0049281,4.1982999,5.3188882,5.1041937,5.0970478,5.1723843,5.1456251,4.837338,5.0393066,4.9751883,4.94032,4.9275599,4.5662279,4.5340052,4.5535269,4.3910999,4.6483998,6.6058664,6.3148842,6.2808242,6.1860662,6.2319999,6.1244149,6.2372699,6.0801897,5.8141603,5.88973,5.9251313,5.5938749,5.726697,5.7111835,5.8558002,5.091742,4.836998,4.7651997,4.6788301,4.6314998,4.5917082,4.566978,4.944294,4.8277898,4.43047,4.2961259,4.2940803,4.3816204,4.5514441,4.6177001,6.0581398,5.82967,5.7182398,5.7212791,5.5802498,5.7600837,5.1323218,5.4017758,5.1947498,5.4449997,5.0768929,5.0466151,5.029078,4.9486322,5.0302,5.5665841,5.2911239,5.1906362,5.1634827,5.0970001,4.914052,5.0083022,4.9483981,5.0028,4.6703801,4.4171162,4.3789201,4.2006488,4.4909582,4.2028999,6.9609699,6.6986599,6.7004519,6.7002597,6.6188755,6.2261758,6.190938,6.1602178,6.68085,6.3664703,6.172452,5.8761153,5.5804372,6.2625961,6.2157998,5.7304358,5.4704156,5.3626323,5.3728499,5.22825,5.3261781,5.2557569,5.4237781,5.4383998,5.4398303,4.8313165,4.7150249,4.3919201,4.7471819,4.9453001,4.7789712,4.5711417,4.5232444,4.4804282,4.4555001,4.470829,4.4197922,4.5121198,4.4770002,4.1804399,4.0313649,4.4195547,4.4065461,4.2835922,4.2645001,4.89364,4.6574378,4.6114202,4.549572,4.5333748,4.4825659,4.412889,4.3446541,4.5596104,4.2775698,4.0577431,4.22961,4.3296046,4.0285921,4.1546998,5.08955,4.8613858,4.7797203,4.812603,4.7528749,4.8243909,4.6640878,4.5625081,4.6360602,4.1921,4.3019032,4.1662951,4.1707792,3.918942,3.9881001,5.4590387,5.2203722,5.1532803,5.1020789,5.0683746,4.8288679,4.8649774,5.0616002,4.8756404,4.4279404,4.5133629,4.3689451,4.3212624,4.4526062,4.4137998,5.5660357,5.3798323,5.2855439,5.2804861,5.1835003,5.1674256,4.9849019,5.307384,4.9128199,4.4966903,4.5805073,4.4168253,4.5890622,4.4334297,4.6609998,6.2506251,6.0104361,5.886672,5.8609858,5.7688751,5.6689711,5.528718,5.421042,5.45754,4.9751902,4.9913278,5.1827998,4.7773457,4.9950418,5.3025999,9.4865646,9.4709864,9.7178402,9.4653749,9.3872499,9.2218943,9.3190498,9.2692261,9.7509499,9.3238201,9.3334522,9.1329002,9.0094099,9.0796318,9.7802,5.8477082,5.6578822,5.5888801,5.6393642,5.5643749,5.2854013,5.421195,5.5505457,5.1802301,4.8948903,4.7889147,4.8943653,4.7696209,4.7424898,4.9233999,6.8027349,6.5856981,6.6126723,6.6177001,6.5109997,6.2473507,6.4388614,6.6447182,6.3820901,5.7519002,6.0827451,6.1770453,6.065052,5.7830939,5.9920998,5.134212,4.9651022,4.9643879,5.0472541,4.9612503,4.9522882,4.5957599,4.7870884,4.9173303,4.1375399,4.3872499,3.85182,4.3362999,4.0831618,4.4947,6.1754117,6.0002518,5.8342681,5.8007426,5.682375,5.5010228,5.3686624,5.4806643,5.6370602,5.2205997,5.1906891,4.95327,5.1554589,5.2485118,5.3164001,6.2155533,6.0034676,5.922708,5.985858,5.99475,5.9093981,5.5081258,5.7405844,5.6949201,5.76686,5.4400811,5.1489902,5.2177744,5.2483082,5.4665999,4.2700162,4.0681062,4.1154962,4.1580572,4.1444998,4.0019541,4.030416,4.1097002,4.28967,4.0232501,4.1336069,3.8263049,3.954891,4.0235939,3.6675,8.2598667,8.0161486,7.8441,7.641315,7.6567502,8.2148113,7.5078897,7.7730899,6.8445301,6.8647699,6.8857484,6.93924,7.1290421,7.0459561,7.2263999,6.8773999,6.6553783,6.579144,6.4613519,6.396625,6.7095714,6.5117521,6.3112679,6.3968301,6.11765,5.6741037,5.951715,5.5659142,6.1294861,5.9382,4.2637138,4.0868659,4.1139121,4.1492848,4.113625,4.0088511,4.0260868,4.0582862,4.1057501,3.8308599,3.8862858,3.81654,3.9503589,4.0555201,4.1939998,5.7492046,5.6042819,5.6043239,5.6879969,5.4763751,5.3279929,5.243238,5.5215902,5.5313501,5.1159897,5.0531311,4.8431253,4.8360558,4.8065457,4.8972998,6.1903448,5.9580421,5.8833718,5.7994528,5.7592497,5.6129479,5.4771214,5.66751,5.7005301,5.3543601,5.441062,5.06709,5.136198,4.9703579,5.1497998,4.9106278,4.6774039,4.6057444,4.630713,4.5297499,4.4661098,4.5908461,4.7362442,4.6937003,4.3555598,4.4373903,3.9809699,4.3283691,4.3323479,4.5194998,4.2690573,4.1083059,4.0659962,4.0622101,4.0837498,4.0334139,3.9018328,4.1353502,3.92205,3.8408699,3.932066,3.890985,4.099503,4.1149859,4.2582002,5.9627876,5.7467241,5.6708522,5.7141838,5.6966252,5.9599762,5.419908,5.638896,5.5504899,5.02249,5.0288239,5.1301951,5.2567081,5.2127099,5.3645,4.8807616,4.661994,4.6387439,4.7126279,4.699625,4.6415601,4.5744662,4.623384,4.8284502,4.39571,4.2120872,3.8708251,4.0012412,4.1227384,4.1610999,4.7876019,4.5479603,4.5434399,4.5729208,4.5550003,4.6277661,4.5718918,4.4709659,4.4620399,4.1625099,4.3618531,4.461555,4.009481,4.3223519,4.2374001,5.1498299,5.004498,4.9822078,4.9939771,4.9674997,5.168757,4.9887629,4.9700584,4.8351598,4.70327,4.3509531,4.8187652,4.4932718,5.010036,5.0068998,5.6894732,5.435308,5.3694959,5.3191862,5.2787499,5.1861811,5.2831349,5.3404441,5.1244597,5.1196203,4.8648882,5.0605803,4.7692089,4.5721502,4.7824001,4.349339,4.1372499,4.1364837,4.1310959,4.164,4.1613111,3.957525,4.1989622,4.0576801,3.7737701,4.0102191,4.1101203,3.8130598,3.8579459,4.1160998,4.3716698,4.1617718,4.1620922,4.191597,4.2113752,4.1608272,3.89961,4.3240199,4.0411801,4.0762701,4.0112,4.315815,4.131742,3.883548,4.0148001,5.3794417,5.1849961,5.191164,5.2669411,5.2696252,5.288547,5.0019836,5.0594339,5.03195,4.9911399,5.1161327,5.3475447,4.5456991,4.7994061,4.6908002,6.711904,6.4692516,6.3312483,6.250308,6.2783747,5.9564667,6.0373168,6.3373742,6.4050803,5.9268003,5.761086,5.56668,5.6803474,5.6586537,5.8697,3.972178,3.80024,3.802392,3.8903821,3.8913751,3.7743528,3.8518741,3.741936,3.9917901,4.0371099,3.9840591,3.9549298,3.9953699,4.1959739,4.1608,6.2263756,6.0287943,6.0057359,5.9977264,5.9937501,5.993372,5.8998423,6.0826979,5.73628,5.6166,5.5859232,5.7012901,5.4258337,5.600718,5.7308002,5.8348298,5.5915523,5.5210319,5.6098232,5.4524999,5.482389,5.2592669,5.526948,5.4584203,5.0331602,4.843524,5.0411549,4.6758909,5.1078539,5.0753002,6.1767821,5.9136877,5.7839761,5.8115788,5.7857504,5.8088474,5.7331171,5.794848,5.8165798,5.32829,5.4600282,5.1169653,5.1250739,5.3817239,5.2330999,5.4938369,5.2663341,5.2138677,5.182188,5.0346251,4.9020729,4.9464092,5.086452,4.5420098,4.4177098,4.2728,4.0737901,4.1981769,4.1566019,4.2343998,6.0247121,5.8700042,5.8342681,5.7567544,5.7814999,6.0417719,5.674149,5.9677858,5.7238498,5.5511503,5.2641554,5.6812348,5.5048351,5.5119781,5.2996001,4.9103537,4.7301998,4.6881118,4.6972771,4.598,4.4344077,4.5172529,4.4620738,4.4558797,4.3272901,4.1643448,4.1419349,4.1181459,4.1897521,4.1315999,5.3405342,5.0956182,5.0239201,5.079762,5.0041251,4.7707882,4.7600279,4.8389578,4.1914401,4.5099998,4.5032263,4.4248047,4.4614449,4.3719239,4.224,7.868732,7.5475502,7.4891524,7.4225311,7.4321251,7.490747,7.529418,7.0465679,7.2183099,7.2519698,6.930438,6.3553352,6.76401,6.8054399,6.8404999,3.8986089,3.7545459,3.6979802,3.592521,3.6073751,3.6433098,3.624543,3.8025839,3.7051299,3.77949,3.6181462,3.5195999,3.6027341,4.082346,3.8081,5.9563494,5.770844,5.6725678,5.7830696,5.7762499,5.5856018,5.8194628,5.561832,5.64223,5.50319,5.2887888,5.0393701,5.3621798,5.6212201,5.2606001,6.1818509,5.9402199,5.8363805,5.7806191,5.7336254,5.6375113,5.7300749,5.744688,5.8008499,5.4465399,5.3622551,5.0508146,5.4200659,5.292984,5.1868,4.3609838,4.1790581,4.2020879,4.3132439,4.2711248,3.658798,3.7966499,4.0768681,4.40979,4.0401897,4.1436353,4.0957351,4.4189062,4.1819997,4.0646,5.6254945,5.4168158,5.3539205,5.3255072,5.2307501,4.9911289,4.8496499,5.0309339,4.9760704,4.5772099,4.4564652,4.3051052,4.4144773,4.3965058,4.2993999,4.1443868,3.9842219,4.0370879,4.0855589,4.0015001,3.9127769,3.7060919,3.7719181,3.70645,3.6391301,3.8841059,3.6931648,3.682044,3.677814,3.7923,5.6494694,5.4322257,5.4451323,5.5266185,5.5506248,5.2772942,5.4338312,5.5745997,5.3143201,5.2409501,5.1317201,4.9802551,5.2431121,5.09796,4.9846001,4.9214511,4.6995139,4.70646,4.6594801,4.6489997,4.5215278,4.3499432,4.6109581,4.5303502,4.1522799,4.4128652,4.0584602,4.100842,4.120698,4.1813998,4.5104508,4.289742,4.249476,4.2358441,4.2325001,4.1724429,4.462965,4.2229018,4.4542303,4.6759896,4.1434169,4.3208551,4.161715,4.3273497,4.3952999,6.165411,5.8934541,5.8433757,5.8873019,5.8561249,6.062705,6.2135191,5.8216381,5.7509098,5.5114398,5.5270634,5.4223051,5.2752481,5.2822738,5.0345001,5.611794,5.4110537,5.2975559,5.2092781,5.2363749,5.1318521,5.1852059,5.1916742,5.16714,5.1021299,4.7732186,4.4043303,4.5786591,4.7859421,4.7357998,4.7321167,4.5095019,4.5328798,4.5358982,4.5942502,4.5297561,4.5458007,4.7267818,4.4925098,4.6887498,4.2931828,4.1352148,4.1807699,4.2417717,4.3340998,5.8512697,5.6711483,5.581356,5.506494,5.5743747,5.7546387,5.7016439,5.6325121,5.6087899,5.1831999,5.4419341,5.4769053,5.61762,5.371932,5.4868002,4.4238667,4.2226081,4.2069721,4.250679,4.1627498,4.0625749,3.9533131,4.0394759,4.0866098,4.2880201,3.820559,3.9692099,3.792357,4.1913838,4.0511999,6.0938973,5.8390503,5.7769804,5.7553353,5.7243752,5.6970429,5.25915,5.7717061,5.7997499,5.3997898,5.372283,5.2197599,5.3816466,5.362752,5.2047,5.852366,5.6020041,5.4959521,5.4044547,5.4101253,5.3570328,5.5627651,5.5088224,5.41607,5.1719799,5.1900349,4.8216,4.7686939,4.819602,4.9516001,6.4796891,6.2657061,6.200964,6.2144461,6.1157503,6.0817018,5.9761262,6.3955135,6.2378802,6.0237098,5.8772802,5.9890947,5.879137,6.1773238,5.6518998,5.2129869,4.9913659,4.9628038,4.978755,4.9159999,4.8207612,4.63554,4.9384799,4.7180099,4.37778,4.5193582,4.2445197,4.302516,4.1014199,4.1947999,5.1953139,4.9570622,4.9057798,4.9106431,4.8673749,4.6324849,4.535388,4.8632398,4.84308,4.58392,4.5036621,4.52739,4.4583549,4.3584599,4.2466002,5.6559076,5.4251242,5.3643479,5.3688512,5.3491254,5.4021659,5.2924948,5.2312322,5.1722002,4.9942203,4.833714,4.6216798,4.766222,4.7735996,4.6447001,3.952724,3.74999,3.7388999,3.7688642,3.8196251,3.6214089,3.65976,3.7670159,3.9621999,3.5699399,3.90874,3.3586349,3.7470372,3.741564,3.7625,5.2587452,5.027144,4.9558082,4.996944,4.9524999,5.0046806,4.8915358,4.9831681,4.89819,4.3429103,4.6479783,4.0266447,4.5215974,4.8063421,4.5002999,6.1851387,5.9331179,5.8481278,5.8798203,5.8357501,5.7591162,5.5260272,5.909874,5.7367201,5.1791301,5.0207582,5.5679402,5.4991703,5.2559581,5.0774002,5.7368751,5.4458938,5.3305559,5.2047629,5.1475,5.1235032,4.978116,5.1243,4.91502,4.8799295,4.6657448,4.4299498,4.6994781,4.6102977,4.7744999,5.8616824,5.6117859,5.5249915,5.5267467,5.5037498,5.3540077,5.2675743,5.4235501,5.4480796,5.1746197,4.9887118,4.8924751,5.0301085,5.0340056,5.0453,5.347384,5.1011119,4.9931641,4.9285741,4.8969998,4.9508357,4.94208,4.7685061,4.5560899,4.5078001,4.402401,4.2958651,4.2490587,4.2790017,4.316,5.0102267,4.8034983,4.771668,4.7475872,4.7252502,4.7504601,4.4894071,4.6897321,4.7254896,4.5026298,4.31422,4.3949847,4.4852381,4.5003419,4.6128001,7.1922264,7.011148,7.0280757,7.0266299,7.065125,7.7554951,7.3914752,7.306716,7.05969,6.9434199,6.8923969,6.7623148,6.5279341,7.0022998,6.9899998,5.5705571,5.3349423,5.1965761,5.1908312,5.2938747,5.3566699,4.9184461,4.8117118,5.1407399,4.6854501,4.8328424,4.9052849,4.6374722,4.8112378,4.9565001,4.1474009,3.982614,4.0044842,4.0046759,4.0107498,3.990217,4.0441051,4.2894783,3.7736599,3.7702501,3.8124931,3.70629,3.752496,3.859884,3.7632999,8.1183462,7.8662019,7.9309559,7.989099,7.9873753,7.7282701,7.8585391,8.1142921,7.8252902,7.56778,7.3217478,7.3757248,7.5805941,7.654182,7.2972999,4.8537731,4.6708379,4.6452122,4.547379,4.5371251,4.4688931,4.4468188,4.5032282,4.5979996,4.5479498,4.4941788,4.4321547,4.2999406,4.2060719,4.5047998,5.7900305,5.537818,5.47932,5.4281912,5.3899999,5.36272,5.3390613,5.349792,5.3298302,5.1919999,5.0311127,4.9184098,4.9294772,5.0571604,5.0106001,5.6691971,5.3936343,5.3086438,5.2403674,5.2423754,5.2258692,5.0107589,5.1729784,5.15944,4.5186901,4.5552192,4.2898798,4.3690538,4.6420202,4.2213998,6.276792,6.0513062,5.963232,5.900589,5.7738752,5.737699,5.9719138,5.797698,6.0314097,5.5799699,5.3784962,5.3155198,5.2050018,5.362956,5.4995999,5.4147878,5.2005401,5.1765122,5.2656512,5.3035002,5.2166729,5.2043943,5.3495636,5.1884804,4.37712,4.7690768,4.7832751,4.7716808,4.7499356,4.7905002,3.5917292,3.4521079,3.4419,3.5312462,3.477875,3.4598742,3.382236,3.4961522,3.27899,3.0915499,3.29071,3.3264,3.249032,3.263694,3.1386001,4.1971321,3.986634,3.812556,4.0802703,3.857125,3.9742448,3.9204361,4.3855801,4.2807598,4.1715298,3.882035,4.0794601,4.5208764,5.11938,5.1884999,3.4971991,3.333518,3.3187439,3.4446869,3.4013751,3.5603039,3.3445618,3.39834,3.6008499,3.62043,3.630136,3.6406651,3.7712421,3.567246,3.5910001,5.231071,4.9886861,4.6621079,4.9227691,4.7538753,4.8386688,5.0946484,5.0763059,5.2856102,5.0352497,5.2492223,5.2167149,5.369802,5.6384583,5.6664,3.9662871,3.8730021,3.8491199,4.0840111,4.204,3.9022498,4.1284618,4.6679578,5.03899,4.90974,4.4991927,4.5743251,5.185226,5.0569558,4.6624999,3.9936872,3.78952,3.628284,3.803823,3.517375,3.684813,3.83058,4.0033379,4.06813,4.14854,4.856822,3.9776099,4.2020912,4.2101521,4.4309001,3.8942249,3.676692,3.6404281,3.700623,3.631875,3.527997,4.0346279,3.8285761,3.8576999,3.90522,4.0248251,3.5989799,3.8271708,3.7333019,3.8187001,3.8628521,3.7260041,3.6787081,3.748353,3.6074998,4.1108537,3.6700561,3.9190919,3.64221,3.8977401,3.9323931,4.0512152,3.5273378,3.8043959,3.9933,6.5769591,6.4027882,6.397644,6.4733486,6.3676252,6.1315541,6.0848188,6.6170158,6.7314501,7.09412,6.214962,6.3236251,6.4873519,6.5166779,6.8421001,4.2124763,4.012228,3.9495721,3.9822299,4.0057502,4.0871382,4.0331068,4.1472063,4.3296003,4.1087198,4.0674438,4.21281,4.7160611,4.38906,4.4401999,3.7299619,3.5645339,3.5816879,3.6228359,3.6416249,3.6010809,3.5384312,3.4809899,3.5525599,3.6886301,3.639837,3.6716399,3.6546459,3.737586,3.8027,3.235255,3.0730219,3.0716398,3.155082,3.1496251,3.1213162,3.1311538,3.2366881,3.05514,2.9483299,3.2128839,3.0027902,3.1018448,3.1591439,2.9651999,4.3575592,4.0715899,3.6731641,3.5396311,3.4448748,3.6035011,3.678129,3.7885618,3.90643,3.5404601,3.9439471,4.0500598,4.055728,4.0409341,4.1799998,6.0626612,5.8556662,5.8802042,5.9196811,5.835125,5.5230446,5.60079,5.8199277,5.9345002,5.7153797,5.6100121,5.4495001,5.5657082,5.5962296,5.8204999,3.339649,3.1928179,3.163908,3.165144,3.190625,3.059001,3.158766,3.447474,3.54849,3.4832599,3.648448,3.724875,3.4180551,3.624876,3.6566,4.6927981,4.529736,4.5165119,4.4768162,4.4871249,4.6851201,4.5766892,4.898808,4.4647899,5.0239201,4.7299457,4.6500297,4.6067781,4.3587661,4.6071,3.9443672,3.7968898,3.653496,3.7747979,3.802875,3.7323661,4.0657501,4.1858521,4.9415302,4.7949004,4.353569,4.0035453,3.9185319,4.1420159,4.1469002,4.302485,4.0769501,4.0435557,4.1988211,3.9568748,4.3841929,3.999294,4.1336398,4.2849402,3.9047799,3.968363,3.8845799,3.8713579,3.7670641,3.6953001,4.8045897,4.6083941,4.5588841,4.5638909,4.5167499,4.4241233,4.4544239,4.7589302,4.7610197,4.4944897,4.5050793,4.3049998,4.5453901,4.5500164,4.6613998,4.1320567,3.979264,3.909312,3.9387569,3.9633751,3.9142289,3.9411449,4.5927176,4.4014297,4.3833899,4.4407692,4.3761902,4.6187258,4.8346982,4.5574002,3.9366951,3.7963541,3.764112,3.8380079,3.798125,3.847316,3.746223,3.7778461,4.0169797,3.7801502,3.5837021,3.7732801,3.7867951,3.6949499,3.6424,4.068078,4.0253601,3.8896441,4.0783348,4.0602498,4.1434031,4.106349,4.1877899,4.4066,4.3568797,4.3306789,4.3180199,4.7135892,5.0294161,5.0348001,4.0505419,3.896184,3.7151401,4.0148668,3.9853749,3.942059,3.9300299,4.2093358,4.5324402,4.40803,4.4527593,4.4864402,5.1031351,5.080008,5.2031999,4.6904693,4.5109758,4.402596,4.4417281,4.449625,4.388186,4.480515,4.5490561,4.7182298,4.3935099,4.2321429,4.4940004,4.67311,4.8920221,4.9136,3.9869742,3.8582621,3.8741999,3.9609449,3.9907501,3.9219732,3.7399051,4.3730402,4.2274103,4.0079598,4.1081009,3.97719,3.9119401,3.9182279,4.0774002,4.688962,4.6125479,4.64046,4.753263,4.6858749,4.6570477,4.5013409,4.9408736,4.73627,4.8557301,4.7999244,4.7972398,4.904757,4.9644418,5.1199002,4.1426058,4.0032501,3.8291879,4.0531797,4.039875,4.0215559,3.9464099,4.180038,4.3542399,4.58007,4.135242,4.2725549,4.6492143,5.214138,4.9773998,3.613786,3.4271841,3.2807279,3.268086,3.1873751,3.4489839,3.3685472,3.523854,3.5926001,3.5410099,3.618691,3.60675,3.4773831,3.5502121,3.4872,3.2088141,3.096338,2.9334362,3.042078,3.043375,2.9813192,2.9464111,3.1503899,3.24016,2.97297,3.1516261,3.184545,2.9427102,3.2341142,3.375,4.9187112,4.8104658,4.767972,5.0951133,4.7614999,4.5596433,4.619628,4.9249139,4.9579196,4.6775298,4.516633,4.53579,4.8796253,4.63029,4.9204001,3.5108991,3.396632,3.451272,3.566076,3.5458751,3.3066881,3.502629,3.6014879,3.77597,3.8653998,3.548059,3.4974449,3.372838,3.57459,3.5313001,3.2419679,3.0992861,3.0683401,3.175077,3.1654999,3.0217328,3.1774859,3.270546,3.4025199,3.3481801,3.3461909,3.2432399,3.187747,3.5349121,3.4837,4.4751048,4.312254,4.3255081,4.4439211,4.3601251,4.355516,4.263597,4.367682,4.31739,4.2247701,4.3125849,4.2135448,4.1224718,4.1969938,4.1370001,3.3892431,3.2236381,3.0860279,3.135087,3.15925,3.158463,3.185442,3.2881019,3.2555599,3.5293498,3.2691281,3.229275,3.2634521,3.2554321,3.2644999,3.5232291,3.3584421,3.3780119,3.529053,3.53825,3.437005,3.420846,3.7113841,3.56323,3.4016402,3.5149229,3.7498651,3.7219052,3.5874422,3.5977001,4.4326353,4.3252521,4.2725759,4.2735119,4.2535,3.9910638,4.3529849,4.3411202,4.44906,4.0509701,4.2264752,4.11096,4.0778732,4.1919956,4.1514001,5.2061372,5.1277781,5.0555997,5.289,5.3531246,5.1697249,5.1849723,5.6135879,5.7512403,5.4440098,5.2597952,5.57025,5.493196,5.6081638,5.9524999,3.6998219,3.516696,3.4676402,3.5500801,3.5063748,3.3013639,3.565809,3.6173339,3.52825,3.73296,3.4716499,3.777585,3.7418871,3.5303221,3.6698999,3.5372028,3.4927099,3.4758239,3.6761129,3.697875,3.5211,3.738852,3.8828399,3.8057799,3.80919,3.8483541,3.7442999,3.6718469,3.6900542,3.5522001,3.8506589,3.6902261,3.6014879,3.6875939,3.6587501,3.6934042,3.9510901,3.86745,3.78334,3.8587999,3.6650162,3.583755,3.3761342,3.5824442,3.6626999,4.4515409,4.3082342,4.2641282,4.26087,4.2275,4.2000313,4.4855461,4.3552561,4.51583,4.4179301,4.3682837,3.9960899,4.5473466,4.322556,4.6083002,5.1188679,4.9939117,5.0101919,5.2886128,5.2420001,4.9720106,5.1750269,5.472342,5.2804399,5.2813201,5.3416538,5.0763302,5.3191257,5.8639803,5.5602002,4.5072999,4.3363738,4.3149481,4.4258614,4.303875,4.2909021,4.4305558,4.4369941,4.5538902,4.5342002,4.5544562,4.2895651,4.4375491,4.7077079,5.2662001,5.2161379,5.0597057,5.0648398,5.1578069,5.3311253,5.2455916,5.4381599,5.546556,5.81042,5.6029596,5.6426029,5.7364655,5.6129851,5.8939681,5.8392,3.4410288,3.2993479,3.235188,3.2489939,3.2641249,3.3819501,3.2481542,3.3343861,3.3516998,3.21277,3.347172,3.1094701,3.1633358,3.1945381,3.4964001,3.595154,3.4381719,3.4181399,3.4566841,3.41275,3.377836,3.358953,3.562614,3.3083601,3.3030801,3.6810391,3.411135,3.4021931,3.8855882,3.345,4.5033269,4.449604,4.2807598,4.5291901,4.3982501,4.1147261,4.4841423,4.674798,4.8284502,5.12468,4.876224,4.7642698,5.120954,5.3270521,5.4106998,3.727633,3.5752542,3.5923798,3.6665668,3.6680002,3.6364131,3.978936,3.9693661,3.8600099,3.85638,3.806716,3.7390501,3.7178881,3.8816099,3.8517001,4.4446907,4.2870622,4.1911321,4.1536708,4.1589999,4.0957289,4.2485042,4.3365598,4.0748401,4.3432398,4.3875771,4.2240453,3.9885721,4.1964841,4.1806002,4.1741157,4.0253601,4.0233603,4.0204139,4.0883751,4.054347,4.3298192,4.3244762,4.4294801,4.2911,4.319561,4.1909699,4.37853,5.0812316,4.3783002,4.0735583,3.884526,3.9116879,3.9572041,3.9208748,3.8145249,3.856554,4.1598601,3.8199701,3.7016098,4.1995521,3.7215152,3.821609,3.9345479,4.1015,4.9061069,4.6291642,4.4398203,4.5008101,4.5559998,4.5793662,4.2817321,4.493196,4.6753302,4.5808401,4.5322199,4.5586801,4.5239658,4.7968559,4.6873999,4.1756229,4.0233502,3.9931319,4.0285411,4.006,4.0352287,4.0710149,4.055892,4.01511,4.0638399,4.1463599,4.0375648,3.9651909,4.1374264,3.9705999,3.427192,3.246954,3.2409961,3.2514448,3.2925,3.2803099,3.393585,3.3648241,3.35797,3.5404601,3.4251068,3.27075,3.250268,3.5681639,3.4172001,5.0122819,4.8329778,4.8132482,4.8273091,4.7458749,4.5355639,4.588038,4.7421722,4.8558402,4.5406899,4.6606221,4.5256052,4.4931688,4.6907763,4.8225999,3.8812099,3.7399399,3.7106521,3.754416,3.7776251,3.6273382,3.7637732,3.9920521,4.1206002,3.9333799,3.9369712,3.69873,3.9362481,3.7319758,3.8183,4.8536358,4.7756262,4.7291641,4.7201099,4.5696249,4.594491,4.419558,4.8159304,4.6562996,4.7684999,4.5332007,4.5328498,4.5863838,5.0998979,4.8014002,3.8544948,3.6650341,3.602016,3.673017,3.7435002,3.5771229,3.6639719,3.8578739,3.83603,3.6767499,3.8147819,3.6152549,3.5618432,3.6639419,3.5580001,4.5340152,4.3671942,4.335012,4.2600961,4.2392502,4.0946403,4.296123,4.5890698,4.3437901,4.4317904,4.2019501,4.4034901,4.5523939,4.3826342,4.3476,4.205626,4.0304523,3.970824,4.0029993,3.9411249,3.7578969,4.1485858,3.85776,4.33004,3.97804,4.0192661,3.892875,3.901022,4.0401182,4.1037002,4.0538301,3.9061,3.9091799,4.0318952,4.0514998,3.9730349,4.0236297,4.2308817,4.3694201,4.1278601,4.1587858,4.3797598,4.1282401,4.1927099,3.99,3.815587,3.629524,3.6098039,3.675597,3.6537502,3.7408359,3.6113222,4.09203,3.7911501,3.98156,4.1980257,4.2396898,3.8616762,4.1288581,4.1423001,4.4801741,4.318954,4.27878,4.3520727,4.2979999,4.183938,4.299984,4.4019957,4.6214304,4.2639303,4.1702309,4.3596001,4.3522649,4.5293097,4.5710001,3.1146951,2.9963739,3.0291359,3.105159,3.1235001,3.0905819,3.0473819,3.231672,3.05481,3.0723,3.2776299,3.16995,3.1522119,3.2999039,3.2214999,4.3107052,4.2412343,4.0450077,4.3132439,4.4448752,4.6772552,4.4750161,4.7045522,4.9674902,5.0520802,4.8608546,5.329905,5.092629,5.5041242,5.6139002,6.3265228,6.2289901,6.2536316,6.1762619,6.069375,6.0410461,6.1454248,6.0267243,6.1445999,6.2681298,6.1156631,5.7722697,5.8243408,5.6982303,5.6465001,3.5796731,3.4015901,3.3554401,3.4267559,3.3905001,3.3127379,3.5109358,3.7855978,3.47017,3.48172,3.60572,3.4624801,3.49582,3.542562,3.5964,3.9197071,3.7218499,3.7065601,3.780087,3.7362502,3.6940091,3.7737179,4.1461802,3.75562,3.47193,3.8422501,3.7883999,3.5220852,3.459024,3.5592,4.403317,4.2709818,4.247364,4.351686,4.3878751,4.3435369,4.3814163,4.6587238,4.79391,4.5966802,4.468564,4.595325,4.470715,4.6519141,4.2967,5.2983379,4.9693899,4.491168,4.3662629,4.3125,4.509912,4.4946718,4.795866,4.9252501,4.6918297,4.8301172,4.6777501,4.6554971,4.7852283,4.9780002,3.5252841,3.3284261,3.2911561,3.3382621,3.3171251,3.2945881,3.4234202,2.97768,3.4609301,3.3492801,3.3096762,3.3728099,3.335346,3.5755079,3.5274,5.2683349,5.1808419,5.1255598,5.0869861,5.0255003,4.9556761,4.884984,5.1656818,5.1542702,5.0757298,4.8211789,4.882185,4.8792133,4.9043641,5.0507002,5.8652439,5.698216,5.6140919,5.5832491,5.5923748,5.5009017,5.6422081,6.0938702,6.0801401,6.1542802,6.1275444,5.535285,5.648417,5.4159961,5.8920999,5.1333899,4.9566598,4.9464359,4.8745232,4.7837501,4.8366122,4.8101039,5.2779717,4.9525299,5.03404,5.0093126,5.0027251,5.0316529,4.7772717,4.9056001,4.110137,4.0039201,3.9413879,4.061307,4.1052499,4.155261,4.254354,4.4632139,4.6168103,4.7200999,4.417007,4.7642698,4.4897704,4.767684,4.7391,4.1009583,3.9421461,3.7651682,4.0306048,3.899375,3.866555,3.906045,4.3528619,4.2543602,4.4007702,4.1399288,4.0622401,5.089848,4.9554663,4.8831,4.7470498,4.6802182,4.565484,4.6478701,4.7432499,4.8576655,4.9512062,5.2098002,5.39957,5.40694,5.2956557,5.0840998,5.0542102,5.524116,5.6066999,4.2902918,4.042244,3.9902282,3.940434,3.9671252,3.9324999,4.0216408,4.2113881,4.1010199,4.0832,4.1276121,3.8720851,3.813575,4.3044,3.8966,6.0434813,5.87322,5.756916,5.6339464,5.6558752,5.4941258,5.651217,5.5929537,5.90271,5.2724099,5.3580036,4.8585601,5.3446703,5.1728282,5.4088998,7.2157903,7.0537601,6.9366002,6.755343,6.6437502,6.6239028,6.5855789,6.9910502,7.2448201,6.6056099,6.3176398,6.1420798,6.6157932,6.7844281,6.5555,5.0614648,4.7820582,4.676496,4.6552229,4.7128749,4.688992,4.5417061,4.7983737,4.8737698,4.3312502,4.821506,4.5721202,4.4498057,4.3908958,4.5131998,6.4572215,6.179544,6.1893482,6.0831242,6.1533747,6.109169,6.4300861,6.1168976,6.3324804,6.1511998,5.5270634,5.8428302,5.4847498,5.6326442,5.7516999,4.3926311,4.1494441,4.10256,4.1299348,4.1472502,4.0111499,4.2158613,4.2776222,4.0840802,3.9118199,3.9475439,3.839535,3.713871,3.8334661,3.9956,4.9177523,4.66119,4.6487761,4.6398721,4.7476249,4.7895432,4.8640409,5.1578164,4.84759,4.65762,4.3455029,3.934665,4.2468958,4.4209862,3.8155,4.2649469,4.0399661,4.0336561,4.0504708,4.0958748,4.1764359,4.0184822,4.157238,4.05515,3.89697,4.0323458,4.19559,3.589962,3.7918501,4.0524001,5.8515444,5.6199598,5.6575198,5.6958661,5.7367496,5.8837457,5.9100208,6.2419558,5.7086701,5.7154899,5.0827789,5.0320201,5.0048728,5.041554,5.2386999,4.6848521,4.43607,4.4526238,4.4505,4.505125,4.4380379,4.4756012,4.4715362,4.3379598,4.2775698,4.0320191,4.0105801,4.0580969,4.1047859,4.1504002,4.8067818,4.6439042,4.7036881,4.9101267,5.2491245,4.966929,5.0439868,4.8192358,5.0722103,5.0619798,4.9951429,5.18469,5.122705,5.1027536,5.1978002,4.5715532,4.4090018,4.4012761,4.248486,4.3093748,4.1673608,4.285593,4.1052542,3.83306,3.98772,4.0103278,3.905055,3.829231,4.1380382,4.1304002,4.3649569,4.1093779,4.0250759,3.9946141,4.0541248,4.0891948,3.9546001,4.2672482,4.3457699,3.7472601,3.972069,3.689805,3.692344,3.7781818,3.6340001,5.3314919,5.1192021,5.0571837,4.9814639,5.0028749,5.198523,5.1653161,5.3761258,5.3784504,5.27637,5.3944097,5.0941801,5.461369,5.1908817,5.4063001,5.0800972,4.7821918,4.7240162,4.7390733,4.8101249,4.9606371,4.788342,5.0552163,4.6229701,4.97332,4.4257269,4.201365,4.5723758,4.4260859,4.4835,4.9358358,4.618042,4.5649562,4.610589,4.732625,4.7338829,4.601727,4.4965019,4.8164601,4.19452,4.4567919,4.2955499,4.2668781,4.192914,4.2753,4.312623,4.0517578,4.0310163,4.0735621,4.0982499,4.1540508,4.4293861,4.2418261,3.84373,3.9059899,3.935118,3.8082449,3.6162269,3.8371379,3.723,4.5270281,4.22435,4.1822882,4.181406,4.2206249,4.3153439,4.3342648,4.756536,4.5202303,4.2962699,4.0733299,3.8603251,3.9338789,3.829284,3.9233999,4.1779518,3.9949422,3.917232,3.9446909,3.954875,3.5058539,4.239378,4.2327061,3.98365,3.8833299,3.942203,3.7292852,3.9828041,3.8613119,4.0328002,5.1913409,4.9279838,4.8125882,4.7323651,4.7381248,4.548995,4.9220734,4.9304996,4.7975402,4.43993,4.419405,4.2723451,4.2356691,4.4653559,4.4976001,4.5800471,4.3233757,4.26228,4.300086,4.2718749,4.038012,4.374279,4.4854441,4.3487401,4.1897902,4.1749182,4.2532353,4.0930138,4.0597019,4.0226002,5.1772299,4.967648,4.974288,4.9599209,4.98875,4.840847,4.8104548,5.0821204,5.0421801,5.1388702,4.6890707,4.4977798,4.5152111,4.583982,4.4358001,4.2105579,3.9504542,3.813612,3.80937,3.78775,3.8763559,4.037787,4.1153998,4.0043302,3.9366801,3.532908,3.784095,3.5013821,3.52563,3.5093999,5.6119313,5.3011742,5.2272,5.09163,5.08775,5.2218757,5.2866449,5.001636,5.22159,4.7726798,4.8750248,4.6488748,4.6999927,4.785738,4.8554001,5.2513471,4.9856038,5.0655003,5.2205009,5.4836249,5.2968965,4.9533124,5.2673702,5.5190301,5.0906901,4.976068,4.9247098,5.1753378,5.2314782,5.1838999,5.9119611,5.6845479,5.4849963,5.3897491,5.29175,5.2096548,5.328414,5.5718641,5.6509199,5.5664401,5.2339616,4.933845,5.3127398,5.4696479,5.3519001,5.9400463,5.6793218,5.6489401,5.607501,5.6503749,5.5080414,5.518188,5.4195604,5.8856597,5.9261403,5.395936,5.4890852,5.1125083,5.2248478,5.2625999,4.7980137,4.5566702,4.5492477,4.6854091,4.8052497,4.6955261,4.472559,4.5547562,4.8079901,5.2220302,5.3731551,5.4876146,5.3818531,5.3732581,5.3277001,4.7488308,4.5612259,4.499352,4.488555,4.556375,4.589046,4.368546,4.7755737,4.0099401,4.5048304,4.4468732,4.3308301,4.486474,4.2415681,4.1662002,4.9204917,4.7236338,4.7254682,4.7602291,4.7985001,4.7193632,5.0587292,4.6481223,4.93999,5.2462301,4.7623191,4.5392551,4.812675,4.7994061,4.4780002,4.8126731,4.5868201,4.5941281,4.604526,4.633625,4.516325,4.912128,4.5455217,4.6085601,4.4175997,4.4899282,4.3585501,4.2749124,4.2157621,4.4840999,4.5562091,4.3491039,4.3517756,4.2675776,4.3461251,4.363018,4.4816847,4.4091783,4.6814899,4.2029901,4.1988978,4.0410299,4.177062,4.3606024,3.9742999,5.0176249,4.7174697,4.561656,4.4096069,4.4343748,4.6091323,4.5695519,4.5654716,4.4972401,4.6216497,4.5464993,4.3201199,4.256372,4.3310218,4.401,7.5540428,7.295496,7.1136122,6.9897356,6.9916248,6.5140352,6.9563522,7.0361938,7.2133598,6.71242,6.6004949,6.5586152,6.547298,6.4904642,6.6314998,3.942997,3.69438,3.540108,3.7873111,3.6737499,3.8145249,3.83058,3.7075078,3.5454099,3.4727001,3.4861469,3.4115551,3.4992189,3.3726299,3.3387001,6.1796594,5.8332877,5.7352681,5.6325274,5.6836247,5.6843381,5.7186089,5.8969922,6.03548,5.68436,5.4813919,5.4708152,5.1145682,5.857554,5.2902999,6.0986919,5.9073901,6.0155039,6.0858331,6.0548754,5.6889362,6.1916399,6.046104,6.0636401,6.1476798,5.9312353,5.7182999,5.9656572,5.8879499,6.0179,5.6538534,5.4670658,5.4203157,5.3493719,5.2727504,5.0338421,5.1139531,5.2898283,5.3655801,5.0833201,5.1764102,5.2166104,5.2355928,5.2427998,5.2385001,4.543468,4.354866,4.3758001,4.4595299,4.38625,4.2956209,4.3050151,4.5847378,4.5160503,4.6560802,4.655499,4.40307,4.3049879,4.3785539,4.4326,5.1110592,4.90172,4.900764,4.8938727,4.961,4.9881039,4.9190311,5.109138,4.9932299,4.9012699,4.7981801,5.0546999,4.8340988,5.0199304,5.1041002,4.6919761,4.4990501,4.510704,4.49823,4.5073752,4.4642949,4.3539209,4.3612981,4.3729401,4.5593901,4.2017322,4.2252002,4.331665,4.896306,4.6890001,6.126092,5.9416943,5.8906322,5.8326058,5.7509999,6.1189704,5.8529253,5.9986801,5.9941201,5.8562903,5.6277785,5.4776402,5.3619742,5.6746678,5.5935998,4.7222528,4.5001221,4.4241118,4.4247003,4.3981252,4.179945,4.6466551,4.7476439,4.4148502,4.2189403,4.4793549,4.4612398,4.238862,4.2591119,4.3343,4.9376168,4.7406521,4.7286358,4.749393,4.6724997,4.4828076,4.4279819,4.3126202,4.4036303,4.41892,4.6935401,4.6478248,4.889925,5.0099339,4.7241998,8.2062998,8.0476379,8.0823603,8.0686922,8.0869999,7.813333,8.2222919,8.0584316,8.3271103,8.3484497,7.7346401,7.427175,7.7639337,7.5135241,7.7823,6.116365,5.9008241,5.9438281,5.9901147,5.9716249,5.8508339,6.1406283,6.1586218,6.3137798,6.0283298,5.9255667,5.7632399,5.9066381,5.9598598,6.0851002,4.3105679,4.0835161,4.045404,4.0384741,4.0908751,4.1452179,4.0368509,4.2476401,4.1719699,4.2025499,4.413846,4.1886601,4.0915718,4.17486,4.2702999,4.6680012,4.354598,4.3062358,4.3576202,4.3443751,4.062212,4.335669,4.307034,4.12918,4.01896,3.9543021,4.0373549,4.0526381,3.864882,4.0257001,5.0339279,4.8203821,4.8825479,5.0072637,4.9597497,5.3560648,4.8726993,4.9855623,5.2167497,4.9439502,4.981082,4.6265101,4.9762387,4.5224762,4.9252,5.2216177,4.9705958,4.8924479,4.86588,4.828125,4.7233558,4.8640409,5.1263518,5.2627296,5.2762599,4.9217858,4.9583101,5.1590638,5.3610177,5.1573,9.0672083,8.8807163,8.9482794,8.7776756,8.7379999,8.803113,9.0600119,9.4596062,9.4101696,8.9517994,9.1373615,8.34834,8.4929676,8.5450497,8.5613003,4.4216747,4.2071981,4.2109318,4.228878,4.2637501,4.2074122,4.4421391,4.1066217,4.6301198,4.1969399,4.1136599,4.3494153,4.2784138,4.0843863,4.3202,4.4697618,4.2251539,4.2403679,4.2621598,4.2736249,3.987071,4.0104089,4.179924,4.1056399,4.1062999,4.0357251,4.3478398,4.2764568,4.0710239,4.0229998,4.4305801,4.2189898,4.273632,4.2617731,4.2702498,4.410934,4.2350488,4.2160621,4.1243401,3.9932199,4.188107,4.2295051,4.3207469,4.578474,4.4224,4.9107652,4.6928139,4.7130599,4.7238512,4.7338753,4.3840718,4.5907292,4.8015661,4.77389,4.65729,4.5668817,4.2739201,4.6389141,4.6475277,4.6938,4.7651339,4.493958,4.4184361,4.3845811,4.4232502,4.3424478,4.2156272,4.1806083,4.4369597,4.2146502,4.1749182,4.2813749,4.300868,4.466886,4.3969002,6.515172,6.3453021,6.3486719,6.3309331,6.3416247,6.6490712,6.5496602,6.6503038,6.65874,6.3927603,6.1353917,6.1658101,5.972146,6.1336679,6.2691998,6.0223827,5.7892022,5.8737359,5.876853,5.8451247,5.8545852,5.71311,5.6997724,5.7363901,5.3671198,5.63203,5.4251399,5.3658881,5.4549599,5.2967,7.0911202,6.7655263,6.5974917,6.432198,6.4108748,6.7000122,6.4463487,6.8478656,7.1156802,6.8032804,6.435142,6.2976899,6.2727003,6.5469723,6.2866998,5.3865657,5.1244278,5.119884,5.0912433,5.0602503,4.9469638,4.9182119,4.810914,4.8243799,4.6098804,4.65975,4.5340052,5.0164089,4.731576,4.6964998,5.182025,4.9324059,4.84374,4.7896409,4.7344999,4.8483486,4.659174,4.8296099,4.8406601,4.6898503,4.615169,4.4048548,4.7313051,4.510746,4.5475998,4.0058799,3.8105578,3.8153279,3.8062739,3.7858751,3.7695129,3.7079639,3.632838,3.7455001,3.8786001,3.863178,3.8115001,3.9902201,3.8687582,3.6902001,3.916419,3.6539121,3.7039199,3.7985342,3.6521249,3.6970339,3.945591,3.4771142,3.8531899,3.6644301,3.7862239,3.44946,3.573379,3.8848741,3.7794001,5.6934457,5.5193257,5.5096798,5.5422268,5.6817503,5.4840832,5.8287063,5.4409919,5.9054599,5.2372098,5.3999691,5.2022252,5.3446703,5.4991264,5.0433998,5.0600948,4.8423581,4.8502083,4.8949051,5.0247502,4.944181,4.924881,5.0706058,4.7645397,5.09971,4.7902231,4.650135,4.8253441,4.6952639,4.8084002,4.2787838,4.05551,4.0700879,4.0904613,4.0688748,3.9374611,4.0960531,4.287426,4.4647899,4.2056298,4.5700431,4.4151449,4.410357,4.6059122,4.9896998,4.7085528,4.4658179,4.3937521,4.4204431,4.4784999,4.4586077,4.4082088,4.5470042,4.5724797,4.43542,4.463223,4.4019146,4.4759684,4.3328581,4.4531002,4.4000292,4.1865621,4.1747637,4.2006269,4.2382498,3.9806578,4.4841423,3.928782,4.5493798,4.3221197,4.418642,4.3792353,4.3892422,4.5394077,4.2610998,4.5499072,4.296576,4.2643924,4.2519689,4.3053751,4.1481218,4.115592,4.134552,4.13061,4.2200398,4.1322989,4.1003551,4.2102284,4.246974,4.381,5.0000887,4.8595099,4.9168682,4.9479237,5.0202503,4.9035249,4.778748,4.8180957,4.6975503,4.7964401,4.9932899,4.710825,4.3528829,4.7106662,4.8944001,4.8202081,4.6952262,4.7046123,4.737525,4.6931248,4.515357,4.570488,4.7351041,4.6068001,4.80865,4.5868287,4.6080298,4.4292059,4.5824518,4.5098,6.5085964,6.258604,6.2109957,6.1273708,6.1199999,5.9788518,6.0906687,6.0253558,6.1406398,6.1054397,5.6444559,5.6078396,5.6390443,5.790132,5.7368999,4.6811528,4.4465222,4.4295239,4.4579821,4.5098748,4.7325521,4.5683818,4.6283998,4.5753398,4.6795096,4.2561231,4.3519349,4.4646378,4.4062982,4.4903002,5.8071561,5.5159755,5.4951601,5.504817,5.5795002,5.6850638,5.6904116,5.3849039,5.75003,5.5367403,5.5744781,5.6306252,5.3034701,5.605104,5.3860998,6.0523858,5.8284636,5.7706437,5.7256651,5.7518749,5.8957248,5.6850305,5.8966503,5.92834,5.7948003,5.6054339,5.3273849,5.5060706,5.4796438,5.8283,4.7859583,4.58816,4.532352,4.5818219,4.6209998,4.5126948,4.6289878,4.7514062,4.5970101,4.3982401,4.5502048,4.4713202,4.3511319,4.5628681,4.4222002,4.8119879,4.6059818,4.5846243,4.6400008,4.6113749,4.6274033,4.5458007,4.7306581,4.6205502,4.4007702,4.4499249,4.427115,4.6665182,4.7596259,4.5211,4.6999221,4.464076,4.425828,4.4505,4.3930001,4.4135962,4.447053,4.3261857,4.2623901,4.3006697,4.3250113,4.2354903,4.1839628,4.2486057,4.4723001,4.8650069,4.6081262,4.5769682,4.6043968,4.5669999,4.663703,4.484376,4.6677299,4.4630299,4.7251601,4.3865962,4.3611751,4.3145671,4.481472,4.3558998,4.598268,4.3828721,4.3487401,4.3992872,4.4240003,3.9326208,4.1380558,4.234302,4.2428102,4.2140999,4.0507669,4.0471201,3.9366601,4.3418341,4.0956998,6.3998179,6.1398797,6.2298722,6.2303128,6.2397499,6.284256,6.01263,6.375792,6.2539401,6.0173302,5.8980989,5.5130253,5.7156758,5.637846,5.9492002,8.8537626,8.5891323,8.554656,8.4257641,8.236125,8.2482071,8.3236141,8.4342899,8.5792303,8.2300901,8.2152214,7.9980597,7.923172,7.8561416,7.9576001,5.3551931,5.2054982,5.2394762,5.3371172,5.3603749,5.6139159,5.2261562,5.3243699,5.1680202,5.0911303,5.179462,5.1240001,5.4203749,5.439558,5.4547,6.536407,6.26651,6.3275523,6.2962317,6.208375,6.4307871,6.2370362,6.6091499,6.57481,6.37989,6.1442208,6.0148201,5.7147489,6.0797095,6.151,4.4911337,4.2873302,4.304388,4.3604579,4.3626251,4.3409958,4.2291989,4.2175441,4.4291501,4.1640501,3.978827,4.18257,4.2038417,4.1899562,4.0429001,5.9467592,5.7606597,5.7757916,5.7264385,5.7364998,5.6556611,5.5812507,5.6703601,5.9485803,5.6875496,5.60151,5.5427399,5.694561,5.767488,5.4920001,4.2086401,4.012764,3.8992801,3.9366932,3.8615,3.953191,3.9040561,4.039134,4.0799003,4.0654898,3.778703,3.6154649,3.658354,3.7656362,3.9037001,6.2108951,6.062964,6.2269683,6.3240962,6.296,6.0460067,6.278337,6.225996,6.3313799,6.5305901,5.959466,5.8873501,5.6813769,6.137136,5.8375001,4.7266369,4.5294681,4.5738001,4.5267391,4.5109997,4.1125479,4.5415893,4.2772803,3.9792502,3.9983902,4.411448,4.2628946,4.3359909,4.057662,4.0323,4.6662197,4.4335241,4.4340119,4.4862328,4.5143752,4.3290167,4.4922152,4.6346698,4.6975503,4.5330997,4.4018564,4.7826452,4.5762897,4.2344279,4.3168998,4.9654279,4.8174338,4.8312001,4.8618808,4.9081249,5.0712314,4.8752732,4.7143559,5.1016898,4.5246296,4.5797439,4.7733002,4.7118382,4.6469159,4.9116998,4.3830409,4.1742339,4.1440082,4.1157451,4.1781249,4.0734649,4.0138021,4.26759,4.1682301,4.2583199,4.3100781,4.0994101,4.550952,4.3566241,4.5706,4.2683721,4.0463982,4.0355039,4.0633712,4.0936251,4.093914,3.946059,4.131474,4.0824299,4.14678,3.7088342,4.0538402,4.0577879,4.2501359,4.4190998,4.841032,4.6270199,4.5573001,4.5077763,4.513,4.3238139,4.5048509,4.804986,4.7813702,4.4731503,4.7505474,4.9154696,4.597096,5.0228877,4.9552002,4.5918293,4.3324881,4.268352,4.274157,4.2546253,4.321394,4.114305,4.3836417,4.2568898,4.2849402,4.4309592,4.3060498,4.503057,4.595304,4.7360001,5.4058828,5.2683439,5.1505079,5.09937,5.073,5.1532693,5.110209,4.9737058,5.0099502,5.0890398,4.9046731,4.9341602,5.0806813,5.0477762,4.7996001,4.4596238,4.2507482,4.2143641,4.2517114,4.300375,4.2887239,4.1708159,4.1621399,4.4832697,4.04987,4.289259,4.1588397,3.9501529,4.257072,4.381,5.013104,4.8096619,4.6986723,4.6926332,4.6748753,4.5943699,4.6807017,4.552134,4.53123,4.4152899,4.469872,4.2986999,4.579998,4.2883859,4.4650998,5.2965569,5.1273761,5.2172999,5.2179208,5.2288752,5.3623571,5.3174157,5.3719082,5.5870104,5.2800002,5.212707,5.50032,5.5151348,5.601738,5.5795999,4.8102069,4.5947261,4.6317477,4.7210131,4.7956247,4.6502719,4.7340536,4.7601843,5.0309596,5.0639601,4.755343,5.0215201,4.5592947,4.6723137,4.8663001,5.0990028,5.0300918,5.113812,5.1498089,5.1539998,5.2097764,5.1054115,5.2410364,5.1693401,5.2043204,5.065012,4.8961501,5.1131258,5.2440243,5.3536,5.194355,4.9886861,4.987752,4.9975891,4.9853749,4.8168893,5.3811808,5.2320299,5.0016999,4.83846,5.1119909,5.1461554,4.8921909,4.7952242,5.5882001,6.5607929,6.3122039,6.2591758,6.1952248,6.1615,5.931541,6.1327891,6.2753582,6.2532802,6.2516298,6.0996404,5.8297052,5.7315378,5.810226,5.8470998,7.241683,7.0126224,6.9426723,6.7872062,6.8596249,7.299809,7.2699122,7.1335502,7.4474401,7.2822204,6.608779,7.1907148,6.6509161,6.9783297,6.8246002,6.7593064,6.4596043,6.5152559,6.5962858,6.6533751,6.8043141,6.8165369,6.610404,6.9639902,6.4200401,5.9584846,6.2873998,6.1472464,6.4496641,6.1922998,7.0233054,6.7459617,6.7005839,6.6396298,6.7668748,6.8893766,6.8735161,7.0732436,7.2371197,6.9540901,7.3499794,6.9042749,6.5337019,6.8636823,6.9203,4.9995413,4.9085541,4.8908639,4.9959121,5.0355,5.35183,5.3488894,5.3964176,5.1696701,5.2175198,4.9673481,4.8704252,4.9029031,4.8594842,4.7277999,7.5104771,7.1968722,7.3637519,7.3886042,7.4367499,7.468483,7.589088,7.5904617,7.8161597,7.3375497,7.324255,7.1965952,7.1224499,7.0652342,7.0704999,4.563333,4.1978178,4.124208,3.944562,3.9202499,3.9308059,4.0493698,4.1032019,3.96451,3.73945,3.7777221,3.8626349,3.651968,3.6910741,3.5525,5.3310809,5.1035237,5.0864878,5.0774403,5.0064998,5.066875,5.100966,5.1419702,4.8284502,4.8229499,4.708364,4.4967299,4.7069969,4.4753518,4.8537002,3.0344131,2.827266,2.7359641,2.709774,2.6908751,2.721411,2.4373441,2.8975379,2.78619,2.63362,2.6830349,2.6061001,2.6401989,2.626806,2.553,5.2020273,4.9956541,4.9110599,4.9477949,4.833375,4.6857247,4.8047218,4.7527738,4.9221702,4.5538902,4.2347589,4.3049998,4.1102152,4.2422819,4.3123999,3.435823,3.2220299,3.2076001,3.2069402,3.2060001,3.182179,3.2888701,3.125994,3.33355,3.1092601,3.172009,2.9890349,3.1075099,3.1377239,3.0349,4.030129,3.8181961,3.644124,3.4310129,3.39925,3.6487551,3.689595,3.4885142,3.9006,3.3603899,3.3678818,3.48369,3.3003261,3.2536979,3.2205,6.3685822,6.0928459,6.0485039,6.0203013,6.072125,6.0061979,5.9914532,6.1798258,6.1486702,5.9493504,6.023994,5.7768903,5.5763168,5.7481079,5.5426998,5.5223331,5.28965,5.3012519,5.4254823,5.4431248,5.412693,5.634954,5.557044,5.4355402,5.4569898,5.3719559,5.1991801,5.1368155,5.1809878,5.2435999,4.5130539,4.311316,4.2566042,4.3578782,4.3496251,4.319458,4.4497442,4.4620738,4.2683301,4.3490701,4.088263,4.0337849,4.3266182,4.1404858,4.1209002,5.4546547,5.1737399,5.0764561,5.0721512,4.9952502,5.1382651,5.1125488,5.3918581,5.5234299,5.0759501,5.0343828,5.1903601,4.9646001,5.2230124,5.2751999,4.7378712,4.4621997,4.3866239,4.4303761,4.4217501,4.302155,4.1709328,4.3109102,4.11796,3.9387698,3.8393071,3.822,3.8249049,3.848052,3.8947001,4.4575691,4.245656,4.1863799,4.2657719,4.2657499,4.0312362,4.0338092,4.1635079,3.9474599,3.7004001,3.8049719,3.449985,3.472954,3.7253458,3.7537,4.137948,3.9391978,3.89466,3.936564,3.85975,3.8147669,3.7389688,3.8142118,3.7941198,3.5493701,3.540647,3.1896901,3.289408,3.4262822,3.4949,3.7425661,3.519912,3.418272,3.4526851,3.4363749,3.3812239,3.5408881,3.626796,3.59975,3.2823999,3.3695171,3.2319,3.1434569,3.069792,3.2268,4.0782161,3.8673742,3.8173082,3.83904,3.8416247,3.7581391,3.9606841,3.9561419,3.7549601,3.9528499,3.5366142,3.4611149,3.420424,3.4493341,3.5558,4.2975531,4.1135321,4.0624318,4.0522771,3.99775,4.0824189,4.1894188,4.4954758,4.1415,3.8034701,3.6811478,3.80604,3.512609,3.4893181,3.5639999,3.640501,3.461488,3.3728642,3.457974,3.413625,3.4357948,3.347604,3.303606,3.4028499,3.15183,3.1244848,2.7623401,3.0081151,3.4369922,3.0516,5.8575721,5.638988,5.6609521,5.7487559,5.8905001,6.0059562,5.906745,6.1118822,6.6279402,5.7687297,5.5733881,5.3898602,5.5541716,5.6296859,5.6388001,4.7195129,4.5610919,4.527204,4.4561763,4.5011249,4.7609868,4.6542597,4.7150402,4.66642,4.2773499,4.5236092,4.4403448,4.332695,4.5759239,4.4129,4.1682248,3.9558141,3.95472,3.989325,3.928875,3.962508,3.8677859,3.8958359,3.9468,3.5963399,3.516449,3.6435001,3.5027211,3.6241622,3.549,4.7647228,4.559752,4.4891877,4.5082922,4.4793749,4.5073709,4.4947891,4.602294,4.5096698,4.3910899,4.2416263,4.1646152,4.179431,4.1848559,4.2231998,4.9862518,4.6516762,4.6210561,4.7050171,4.7098751,4.2410502,4.9276891,4.7219939,5.2945199,4.4630299,4.17906,4.29072,4.2190862,4.2037263,4.4282999,5.8285279,5.6274643,5.4988561,5.4284487,5.3048749,5.1683941,4.9462919,5.4568377,5.2961702,5.0508699,4.9775939,5.0904002,4.8455319,5.0465517,4.9658999,4.8592529,4.603436,4.502388,4.4713984,4.4897499,4.4321089,4.4963098,4.6087918,4.3590798,4.3544602,3.8824708,3.8889899,3.830261,3.796134,3.8878,3.9860148,3.742218,3.6498001,3.6486359,3.6399999,3.788389,3.7417772,3.7961998,3.96033,3.5478301,3.6370029,3.3510749,3.3922021,3.359982,3.3643999,4.9754291,4.6796823,4.5743279,4.5962701,4.6071248,4.685967,4.7645907,4.89744,4.67665,4.5279303,4.4359727,4.0747352,4.145647,4.2644157,4.283,4.0042362,3.7399399,3.5794439,3.6930118,3.7146249,3.9799321,4.0503063,4.1635079,4.2655802,3.8679299,3.8730969,3.667335,3.676276,3.554904,3.7715001,5.353138,5.1567221,5.1532803,5.2023125,5.1552496,4.9507146,5.098743,5.2963257,4.88906,4.9794803,4.5969663,4.3107753,4.7399573,4.568274,4.5411,4.7922597,4.5338902,4.4481363,4.428441,4.4831247,4.3637438,4.3665571,4.2372661,4.3887801,4.4314604,4.1760077,4.2390599,4.4783368,4.1653743,4.4854002,4.557579,4.370142,4.2662401,4.1981759,4.1444998,4.2446799,4.224051,4.0848479,4.4475203,4.0601001,3.9616051,3.7630949,3.7577488,3.7506418,3.8268001,3.637213,3.4187422,3.3190081,3.3623848,3.3347499,3.2944672,3.200418,3.471072,3.3963599,3.0845101,3.2434039,3.0169652,3.095459,3.1591439,3.151,6.2774768,6.0496979,5.9584799,5.908587,5.8146248,5.6269841,5.8615832,5.8185601,5.77665,5.72682,5.6160069,5.3274899,5.3816466,5.49576,5.4098001,4.3137188,3.9814079,3.9342599,3.9271472,3.9347501,3.9119301,3.9918058,4.169322,4.1443601,3.9112701,3.810967,3.696945,4.0595388,3.8949718,3.8694,3.6172111,3.3914061,3.3010559,3.3902488,3.3241251,3.3012431,3.249558,3.4614961,3.39152,3.1280699,3.0429528,2.9112298,3.00142,2.90904,3.2283001,3.684752,3.4815881,3.4310758,3.4788721,3.41575,3.1830261,3.2990489,3.3321059,3.38239,2.94789,3.1206698,3.00951,2.979481,3.1808701,3.1170001,4.5685391,4.3281999,4.2544918,4.28409,4.2399998,4.2646451,4.4811001,4.5333238,4.7926998,4.0989299,4.256886,3.9925201,3.9972241,3.8647799,4.1999998,5.1707911,4.91713,4.8723841,4.9337339,4.9268751,4.8066039,4.7690368,4.8198061,4.69348,4.3824,4.6511388,4.4249101,4.332386,4.2918539,3.9547999,4.1017799,3.8629522,3.778368,3.7973731,3.7423751,3.7692709,3.6846812,3.7838881,3.5963399,3.6923699,3.5641911,3.3185251,3.480988,3.2823598,3.1382,5.153255,4.939374,4.8911281,4.8871651,4.7748752,4.9300241,4.7700901,4.8396416,4.5734701,4.43927,4.3719902,4.2232051,4.101769,4.3247995,4.1374998,5.6168628,5.3645558,5.2254839,5.1356192,5.0031252,5.2332497,5.2926121,5.4477177,5.4618301,5.02073,5.0078959,4.7441101,4.9034181,4.8441839,4.9782,4.669919,4.3361058,4.134768,4.0797539,4.346375,4.5066447,4.532814,4.4423518,4.4324498,4.4900904,4.3131299,4.167345,4.2798562,4.117332,4.2286,5.2903919,4.9886861,4.8961439,4.9241881,4.9376249,4.6218371,4.7077293,4.6922402,4.9499998,4.4305801,4.5657921,4.2721348,4.256681,4.3490763,4.4050002,4.5601821,4.3131919,4.2171359,4.239327,4.2322497,4.1437659,4.196322,4.4022241,4.19837,4.0824299,3.984386,4.2900901,4.0184422,3.9965639,3.7906001,4.3634501,4.1324258,4.065732,4.0705948,4.0159998,4.0224032,3.8379509,4.0911179,3.8406498,3.55971,3.719625,3.5680048,3.3698509,3.4722841,3.7500999,3.3947229,3.216804,3.1347361,3.1954589,3.1595001,3.10849,3.1206241,3.0489299,3.17922,2.93029,3.0610471,2.9137502,2.8964629,2.9978821,2.9609001,6.1307497,5.8985457,5.8897085,5.8950419,5.9188747,5.7166452,5.4476366,6.1664882,5.6799598,5.5708404,5.6029267,5.3567848,5.2969813,5.6025543,5.4196,4.3348169,4.290144,3.97452,4.339818,4.3207498,4.3503132,4.261374,4.2955198,4.49614,4.4990001,4.7888064,4.7895751,4.797843,4.7422862,5.0896001,4.547441,4.3867579,4.2749519,4.3560719,4.303875,4.2696061,4.4180369,4.2900481,4.5090103,4.6582799,4.3059363,4.5993152,4.7454162,4.455564,4.9583001,3.5941951,3.3863142,3.1089959,3.3422608,3.2193751,3.729583,3.578445,3.4923899,3.3615999,3.5350702,3.398947,3.3297601,3.4797521,3.5784662,3.4326,4.4109893,4.23105,4.0095,4.2052712,4.18325,4.1210179,4.1134858,4.3294921,4.4011002,4.3433499,4.5322199,4.3796554,4.2453508,4.671906,4.7986999,5.2683349,5.0224543,4.8833399,4.9003229,4.90975,4.5654507,4.8263674,5.1436801,5.3097,5.1406298,5.2636099,5.064465,5.1040621,5.2930861,5.2930002,5.1580501,5.0217843,5.0211482,5.1574197,5.1217504,4.7655849,5.0946484,4.9905777,4.7454,5.2115803,5.2105269,5.2620749,5.3806167,5.104794,5.3150001,4.593884,4.4336581,4.11906,4.248744,4.1255002,4.284852,4.3697162,4.3976641,4.7989702,4.4124303,4.643836,4.7528253,4.8839512,4.6795559,4.7224002,2.086647,2.05422,1.9833001,2.2105441,2.2233751,2.041028,1.987362,1.9936321,2.1100199,2.0746,2.242893,2.2332449,2.593437,2.2003441,2.1658001,4.2057629,4.1170163,4.0790639,4.2020459,4.1607499,4.1337233,3.9994109,4.3904819,4.32828,4.1816502,4.2256031,4.159575,4.256784,4.2241263,4.1445999,4.340982,4.187098,3.9098399,3.9120538,3.86025,3.8298919,3.837249,3.9437158,4.0331502,4.29528,4.2256031,4.2897749,4.7434587,4.8530583,4.9895,3.8283279,3.702822,3.525588,3.6501842,3.6352501,3.603138,3.6692371,3.7107,3.4702799,3.64485,3.8282981,3.9320402,3.854466,3.875592,4.1395001,4.384274,4.2006321,4.014648,4.013319,4.0274997,4.158165,4.285008,4.1834579,4.4589596,4.4886599,4.6230173,4.56708,4.9338031,4.6503839,4.8024001,4.1446609,4.0013738,3.8475358,3.912312,3.90275,3.5300539,3.8829961,4.1653318,4.3762398,4.2263098,4.4136281,4.1863499,3.9638522,4.2809401,4.3453002,5.3745103,5.1389003,5.0464921,5.1178169,5.0669999,4.7625604,4.9111919,4.9115763,4.9521999,4.90028,4.904891,4.9646101,4.8821998,5.0002441,5.2891998,3.010849,2.8647861,2.7627599,2.9350078,2.8920002,2.8357561,2.921139,2.873256,3.0350099,2.9068601,2.9683969,3.0208502,3.225136,3.2046359,3.142,5.1198268,4.8986378,4.9769282,5.1334257,5.1765003,4.8854961,5.0228105,5.5334458,4.72472,5.10851,5.0755849,5.2131453,5.1399059,5.2352519,5.1244001,4.9600849,4.8012199,4.7322001,4.850142,4.7307501,4.7920842,4.737915,4.8305221,4.8060102,4.5585103,4.4659481,4.9454999,5.0409231,4.845612,4.8674998,4.3009782,4.16606,4.098732,4.1390939,4.129375,3.9822311,3.8741038,4.0866718,4.2007899,4.03722,4.0532742,4.1184149,4.2883019,4.5071759,4.3305001,4.7130742,4.610538,4.54146,4.7591972,4.7183747,4.8606906,4.738266,4.6850581,4.9105101,4.8045802,4.9891481,4.7985001,5.0414381,5.3577538,5.1245999,3.396915,3.2118459,3.1953242,3.40044,3.5263751,3.5956361,3.2993999,3.3509159,3.4887602,3.27844,3.4197659,3.5597098,3.4995279,3.507678,3.4935999,4.271112,4.1257262,3.895716,4.1374168,4.1526251,3.8736939,3.988647,4.095222,4.4059401,4.5153899,4.6294479,4.8535199,5.0960279,4.931088,4.9250998,4.7418442,4.6433678,4.4212079,4.7313333,4.680625,4.5981212,4.6344872,4.6396861,5.8709202,5.1139002,5.296092,5.1940351,5.6750941,5.2379041,5.7147999,4.2013788,3.9563501,3.8433123,3.91257,3.9723752,3.9609349,4.034862,4.4581981,3.9405301,3.7910399,4.0322371,4.1416202,3.954891,4.0343041,4.2006998,4.4586649,4.1832118,3.961848,4.0139637,4.180625,4.1559868,4.1826329,4.0137119,4.50736,4.796,4.646997,4.5181499,4.7762132,5.1093841,4.6633,4.9330959,4.7604837,4.7752318,4.7444911,4.81775,4.6472468,4.5255599,4.7572198,4.7532101,4.6814899,4.9525242,4.9487548,4.9172201,5.2086301,5.2816,3.4414401,3.3904681,3.2176318,3.4924169,3.480125,3.2904739,3.2258072,3.2851381,3.4133,3.4737999,3.4838579,3.5690551,3.6547489,3.6300781,3.6835999,4.6311479,4.4784141,3.805032,4.274673,4.1837497,4.257143,4.1710501,4.6125541,4.3759103,4.4491701,4.2400999,4.6885653,4.6170783,4.6365118,4.3699002,4.9636469,4.742394,4.636764,4.7688718,4.8431249,4.677618,4.757103,4.6265759,5.1861701,5.10884,5.3509192,5.3407202,5.3976116,5.7997198,5.3944001,4.7232118,4.5211601,4.0391998,4.2972479,4.5491252,4.492125,4.4358211,4.5452938,4.7465,4.7070098,4.761447,4.4073753,5.1936717,5.1751738,5.1201,5.0317359,4.8853722,4.7646723,5.09937,5.5861254,5.1241078,5.2682762,5.3174162,5.6152802,5.87147,5.8845835,6.039495,6.1853561,5.8956003,6.1945,3.998208,3.98985,3.7191002,4.0103521,4.1118751,3.7905669,3.677778,3.959106,4.02039,4.3445601,4.077363,4.4703751,4.9792261,4.4737201,4.9219999,6.1274619,5.9613919,5.9627042,6.0163016,5.9263749,5.722816,5.9560022,5.8590302,5.9116197,6.1862898,5.9938011,6.3710847,5.693119,5.868876,5.8340001,4.4234562,4.2855878,4.0613761,4.3133731,4.3150001,4.4640532,4.109508,4.3508101,4.6173601,4.3867998,4.5335283,4.8624449,4.7164731,4.5857162,4.8878999,4.55936,4.2910819,3.744972,4.2933784,4.3752499,4.2608938,4.31496,4.2775078,4.3012199,4.4741402,4.2429342,4.7246852,5.1983066,4.8013439,4.9183998,3.4291101,3.2328842,2.9892721,3.0193741,3.059,3.078845,3.0944159,3.1225741,3.0930898,3.3412499,3.3243911,3.3446701,3.9739461,3.6094742,3.1921999,4.4155102,4.2297101,3.9817801,4.1992078,4.223875,4.0113921,4.0868101,4.0960197,4.31178,4.3764601,4.1337161,4.9804649,4.6858816,4.9088521,4.8772998,4.4911337,4.2786202,3.8027878,4.0874939,3.9101248,3.8746619,3.739671,4.1160841,4.0506401,4.2727299,4.1440711,4.2179546,4.5825729,4.59969,4.4875998,4.6136122,4.4375439,4.2913198,4.441083,4.4407501,4.308084,4.3483052,4.618824,4.6104298,4.5791898,5.2074752,4.8556204,5.0086842,5.1045899,5.1837001,4.982142,4.8285561,4.8259201,4.9641781,4.882,4.7677631,4.8627539,4.7893682,5.1947498,4.9854198,5.0562921,5.2387648,5.1591673,5.4178324,5.3175001,4.5512767,4.4583139,4.5110998,4.5838861,4.5717497,4.575736,4.2015872,4.7145839,4.70327,4.5349703,4.9512157,4.4619746,4.4214807,4.3724337,4.5945001,7.0974221,7.1194201,7.38276,7.7016873,7.4518752,7.2095432,7.509294,7.3018141,7.8333201,8.0183401,8.0768995,8.0752354,8.0710802,8.013834,7.9857001,4.1053419,3.9584939,3.584856,3.8245919,3.754375,3.7207501,3.64221,3.6856201,4.01126,3.7749798,4.3353662,3.9809699,4.210022,4.085814,4.0639,5.1733942,5.0468421,4.9070997,4.9079342,4.9552498,4.9106641,4.6079278,4.7756877,5.0208402,5.0303001,4.8957348,5.3933249,5.1127138,5.4547558,5.7740998,3.4744568,3.3130159,3.1216681,3.3156872,3.4233749,3.265306,3.2564609,3.40575,3.4879901,3.5139499,3.8885751,3.7246652,3.9357331,3.898644,3.8469,4.5086699,4.2853198,4.1547003,4.1962409,4.19875,4.211647,4.2141061,4.3761182,4.2906599,4.3233299,4.4076333,4.7091451,4.919795,5.0239077,5.0155001,5.4434209,5.2266703,5.2835636,5.3906522,5.5644999,5.2046943,5.3514633,5.2511821,5.0491099,4.9024801,5.24508,5.3534245,5.2969813,5.1725221,5.4770999,3.2616961,3.1226022,2.98386,3.0784559,3.1791248,3.441119,3.041064,3.0658021,3.1752601,3.02005,3.2703269,3.16785,3.312892,3.41292,3.4237001,4.3256378,3.9962821,3.8134799,3.9672661,4.035625,4.0689878,4.1477671,4.136034,4.29737,4.2206998,5.0082231,4.6531801,4.7700334,4.6702743,4.9159002,6.149519,5.9347258,5.9409242,5.93013,5.8397503,5.5297003,5.815836,5.6392379,6.0651803,5.3287296,5.4449859,5.4002547,5.0399961,5.3429642,5.5107002,5.1803813,4.967916,4.906836,4.9285741,4.9190001,4.852221,5.370183,5.2156138,5.2104802,5.1749501,5.1406579,5.2822351,5.3503351,5.4786239,5.3653998,5.2712121,5.0598402,4.9800959,5.0586061,5.0780001,5.0713515,5.0827141,5.0497437,5.1575704,5.1669197,5.0138907,5.0487151,5.0503988,4.986372,4.8379002,4.0980811,3.9789958,3.6754079,3.7474499,3.8412499,3.967469,3.7674,3.88569,3.8140299,3.7130499,3.3825972,3.9814949,3.985585,4.0842838,3.9935999,4.6286817,4.3706779,4.0059361,4.3101482,4.5951252,4.2564168,4.1724539,4.3138742,4.54355,4.7682796,4.850718,4.8143554,4.9239149,5.190474,5.2758002,3.9868369,3.834276,3.8166482,3.855552,3.960875,3.872968,3.7948949,4.0041361,4.0096102,4.03898,4.2572131,4.3477349,4.1981769,4.5518522,4.5911002,4.7348571,4.6157641,4.3644481,4.5756297,4.445375,4.267549,4.4405012,4.693038,4.7286801,4.5500402,4.7263489,4.9498048,4.6143999,4.7874722,4.6280999,3.0531821,2.84817,2.903868,2.9433928,2.92925,3.0839272,2.966886,2.9598961,2.8453701,2.75528,2.9764631,2.8559999,2.925818,2.9082241,2.7244,4.4685287,4.2156401,3.9548519,4.108263,4.1933751,4.47821,4.2384419,4.5618238,4.61098,4.8295503,4.8256478,4.6677747,5.028769,5.1279478,4.8125,5.8405838,5.778616,5.4900122,5.6790962,5.7377501,5.5843921,5.4882364,5.5796161,5.7455196,5.6303501,5.552896,5.66853,5.6147361,5.8331761,6.7171998,5.009953,4.8056417,4.5237718,4.5753717,5.1463747,4.8079352,4.7629528,4.7465038,5.1010299,5.36976,5.2348337,5.7953701,5.7907629,5.8772402,5.9878998,2.8223372,2.6276059,2.596308,2.6890051,2.7672501,2.7032611,2.754648,2.7802322,2.99596,2.7216201,2.876837,2.7970948,2.9811289,3.115998,2.7481,4.113699,4.0221438,3.8198161,4.0057082,4.0757504,3.9124141,3.9502711,4.061934,3.9462502,4.2775698,3.9665098,4.0278001,4.3162146,4.17945,4.0545001,5.1942182,5.0531397,4.8851881,4.987011,5.0161247,4.7625604,4.9103727,5.259048,5.2972698,5.2523899,5.2224083,5.2992449,5.402041,5.4177299,5.5707998,6.4279027,6.3771939,6.3099961,6.3680849,6.553875,6.2223039,6.404346,6.492414,6.7402501,6.4663501,7.1004782,6.95541,6.6715159,6.8167624,7.2041001,4.1315093,3.913202,3.736788,3.815304,3.8487501,3.8607471,3.780153,3.9474778,4.1150999,4.0374398,4.0881543,4.1916003,4.1840663,4.18506,4.1831002,4.9832377,4.8311019,4.7373481,4.788867,4.7799997,4.884891,4.6864347,5.0342398,5.0206199,5.0630798,4.9373727,5.0554352,4.9732523,4.753098,4.7363,2.678761,2.425802,2.2078321,2.306391,2.4846249,2.5667729,2.6347229,2.576628,2.81512,2.7592399,2.7979209,2.9767501,3.1781678,3.10743,3.2025001,5.0828371,4.8897939,4.91436,4.9391518,4.8692503,4.5788817,4.848948,4.7947264,4.8612299,4.8009501,5.0049529,4.3778701,4.2269139,4.3212299,4.6689,5.0359831,4.8328443,4.776948,4.8301468,4.83675,4.637567,4.6777768,4.5362878,4.3104601,4.29462,4.2572131,4.1529598,4.2977777,4.3133759,4.2252002,4.0317731,3.7924678,3.7625279,3.7491271,3.6872501,3.7110698,3.734055,3.884778,3.7054598,3.51087,3.5257142,3.4153352,3.4566801,3.6270182,3.4382,4.0116339,3.80024,3.7724278,3.8520689,3.8055,3.8478,3.7684531,3.9506702,3.7004001,3.5702698,3.636894,3.5174999,3.356873,3.64293,3.4948001,5.3291631,5.1192021,5.1808681,5.2474623,5.204875,5.1506071,5.0844688,5.4111242,5.1947498,4.9991703,4.5492244,4.7815948,4.7483001,4.6254959,4.7175002,4.945837,4.7669158,4.7591281,4.7779021,4.7503748,4.7949882,4.485312,4.487268,4.4585199,4.3525901,4.2028217,4.0600348,4.101563,4.35183,4.3065,3.560493,3.3899319,3.4444079,3.5495641,3.56675,3.3559349,3.3915958,3.59499,3.33674,3.4240799,3.4551909,3.0496202,3.388185,3.2971501,3.3333001,4.6563559,4.4335241,4.5125523,4.5942059,4.649375,4.38867,4.5324631,4.460022,4.4579701,4.1901202,3.950814,3.8806949,4.0439858,4.162518,4.1068001,4.2964573,4.0757442,4.061904,4.098588,4.0308752,3.8815591,4.0744081,4.2050042,3.97001,3.82217,3.767694,3.6727951,3.6658728,3.664758,3.6626999,3.91135,3.7434242,3.7242479,3.7241008,3.7292502,3.9575469,3.6467729,3.6807179,3.72614,3.2839401,3.394805,3.5460598,3.4086821,3.3428459,3.4354,6.4131069,6.1732464,6.1680961,6.2003851,6.1592503,5.963727,5.9423127,5.9382601,6.2262201,5.6586199,5.5705538,5.2736249,5.3103714,5.3594875,5.1475,4.7637639,4.55198,4.5282602,4.5188699,4.4927497,4.4328351,4.5897927,4.2182279,4.3171701,4.3754702,4.3046279,4.068645,4.1265922,4.1594582,4.098,3.6774909,3.498606,3.5292842,3.6001322,3.5776248,3.582931,3.494205,3.3997078,3.50526,3.4179199,3.1857429,3.6176701,3.4012661,3.34305,3.3640001,3.3556778,3.2181439,3.2683201,3.2585399,3.2466249,3.1296649,3.2400811,3.126792,3.1714101,3.0302801,3.0535259,2.93769,2.9923561,3.119874,3.0743999,3.6406379,3.4167318,3.3760321,3.3952799,3.375375,3.460479,3.3987331,3.378618,3.36237,3.1796601,3.142688,3.1596601,3.1045232,3.1568999,3.086,4.916245,4.6826301,4.7028961,4.8727169,4.9630003,4.4379172,4.4584022,4.6441321,4.51792,4.3870201,4.2859893,3.7349551,4.256784,4.4242501,4.5235,4.2411089,4.041038,3.980592,4.0415697,4.005125,4.0781841,3.9941461,3.9119101,4.5233102,3.61273,4.1360049,3.6197701,3.691314,3.78267,3.7853,4.284812,4.0185261,4.0456681,4.1984339,4.2576251,4.1956749,4.1957369,4.1523361,4.2195997,3.9981701,3.9473262,3.766665,4.070766,3.6886261,4.0839,5.5379515,5.3073382,5.2305002,5.2835817,5.2476254,4.937284,4.937634,5.2930202,5.1054301,5.0873899,4.7769251,4.6087646,4.6209922,4.818378,4.8195,4.0141001,3.8235559,3.832356,3.896703,3.9261248,3.8214221,3.7377989,3.6513059,3.67015,3.60536,3.8296061,3.612,3.8282011,3.6937261,3.7416999,4.2749481,4.0734663,4.0753679,4.2816391,4.2366252,4.044909,4.1093912,4.20717,4.0717602,3.8208501,3.8941338,3.8992798,3.675864,3.8139842,3.8594999,5.383141,5.1592679,5.0946722,5.0703449,5.0618749,5.0845408,5.1329074,5.2403517,4.9029202,4.7587099,4.7254767,4.516995,4.4806032,4.5890822,4.5914001,4.619503,4.4077959,4.396656,4.4303761,4.4308748,4.3754811,4.3061852,4.3234501,4.3432398,3.9991601,4.0041151,3.9654298,3.9264629,4.0961161,4.3425002,5.4836988,5.3372202,5.4189959,5.7597208,5.5751252,5.543252,5.5267291,6.1868944,5.6840301,5.8986402,5.8789148,5.2247996,5.3727889,5.717916,5.6573,3.301563,3.133992,3.1322279,3.184494,3.2407501,3.1051021,3.1861441,3.4103098,3.1401701,3.0841801,3.1705918,3.0099301,2.923964,3.1686299,3.0299001,4.9691272,4.7245722,4.6795321,4.7181749,4.8008747,4.8189459,4.7561674,4.7341919,4.4979,4.4475203,4.3869233,4.1931748,4.332798,4.2306538,4.3850999,4.3950973,4.16539,4.1191921,4.177278,4.1307502,4.15272,3.943017,3.944514,4.04602,3.68291,3.892499,3.8183248,3.6881208,4.0884657,3.7498,4.8982983,4.6594481,4.564692,4.5218372,4.4197502,4.4384012,4.4048162,4.305438,4.3280602,4.18506,3.8657942,4.1911802,3.939853,4.06776,4.1325998,3.9777951,3.774646,3.8134799,3.8343959,3.8470001,3.934799,3.8083501,3.8928719,3.84373,3.2034199,3.6287189,3.5780849,3.6336341,3.600702,3.5704,4.2606997,4.0450578,4.0564923,4.1767616,4.239625,4.0387383,4.07511,4.018044,3.9444902,3.76475,3.776741,3.4524002,3.6012921,3.66996,3.674,3.3567741,3.188396,3.2263441,3.368448,3.3792498,3.104497,3.173157,3.0602162,2.81809,3.01103,2.996846,2.87994,2.8752451,2.662302,2.8085999,4.5825129,4.3508463,4.3404241,4.3675528,4.3347497,4.4573979,4.3612919,4.2347579,4.54564,4.1384201,4.2194991,3.7411499,3.7890611,3.9583142,3.7409999,5.349576,5.1898198,5.1373081,5.1147208,5.0414996,4.9781823,4.9177437,5.1882539,5.23314,4.75354,4.8103881,4.4739451,4.8790069,4.832046,4.8379998,2.8563128,2.6820099,2.5750558,2.4918931,2.5150001,2.5441461,2.67345,2.7787499,2.5878601,2.6291101,2.713119,2.6561852,2.606003,2.652,2.7323,3.936832,3.7652662,3.7342801,3.825753,3.84325,3.701632,3.8466089,3.85092,4.0179701,3.7107401,3.460423,3.300885,3.3532679,3.5461318,3.5321,3.9245019,3.72788,3.6660359,3.6944308,3.715625,3.682272,3.491046,3.7095599,3.7230599,3.54442,3.4752469,3.2845049,3.620862,3.6877081,3.6285,4.4689403,4.2813001,4.2993722,4.3095031,4.2940001,3.927176,4.0981593,4.2633719,3.8468101,4.0159898,4.0508757,3.8949752,3.7407539,3.682404,3.9505999,3.9265571,3.7182322,3.632772,3.723069,3.725625,3.749548,3.5349212,3.7627978,3.6145999,3.53265,3.73979,3.40431,3.359242,3.5248139,3.5469999,4.5442901,4.3154702,4.3079519,4.4089618,4.431375,4.3728189,4.31847,4.346364,4.2704201,4.15206,3.961823,3.8211601,3.8092489,4.1779203,3.9303,4.250699,4.0248237,3.966336,3.918246,3.9023752,3.9972348,4.007484,3.9827039,4.0118098,3.6036,3.950923,3.7033501,3.696876,3.8073542,3.7151,4.388247,4.1569481,4.1128559,4.1091661,4.1028748,3.8677652,4.0560389,4.5514503,4.39043,4.2367601,3.9183321,3.6848698,3.744668,3.4492319,3.7442999,4.1930223,4.0029817,3.9994681,4.0970402,4.0669999,3.9433901,4.094532,4.1220117,3.75441,3.6110799,3.895551,3.87009,3.8430331,3.849786,3.9753001,4.9189854,4.6921439,4.6506243,4.6567712,4.6409998,4.5302401,4.6605783,4.7494683,4.5202303,4.6540999,4.1746998,4.6186352,4.3317676,4.2793083,4.2837,3.7259891,3.5333121,3.5130482,3.6482489,3.6585,3.625886,3.5453341,3.4591022,3.4403601,3.4989901,3.3891368,3.3498149,3.297339,3.3821158,3.5379,4.5862122,4.3614321,4.335012,4.4596591,4.4153748,4.403069,4.4194407,4.5121198,4.0496502,4.1152101,4.0634112,4.0082698,4.11691,4.1299796,4.1234999,3.2833421,3.12622,3.0954001,3.1250248,3.2034998,3.1207108,3.219372,3.470958,3.18098,3.0043199,3.184871,3.244185,3.0920601,3.1265042,3.1329999,5.360673,5.1855321,5.2371001,5.255847,5.20225,5.0927691,5.1620402,5.1478977,5.0514197,4.9918003,4.8040662,4.7406454,4.7714753,5.0087099,4.7199001,3.093323,2.9049861,2.822952,2.925462,2.934,2.9370329,3.025152,3.0233941,2.9412899,2.8570302,2.958478,2.791635,2.723835,2.8958819,2.8524001,4.0630088,3.84513,3.7175159,3.7710571,3.7075,3.555948,3.6828091,3.85776,3.5946901,3.7356,3.568769,3.33585,3.2622161,3.2812381,3.3594999,4.275907,4.0809703,4.04844,4.0970402,4.1021247,4.3285332,3.828006,4.0768681,3.91974,3.76794,3.7754331,3.5661151,3.7632079,4.0322642,3.4614,4.1930223,3.9882419,3.9870598,4.005837,3.9942501,3.8931749,3.9540148,3.8944678,3.76387,3.65695,3.650955,3.347085,3.6113861,3.5798941,3.6255,4.7402,4.5507741,4.5809283,4.6074929,4.6201248,4.6664863,4.6468887,4.7351041,4.4520297,4.41188,4.4713979,4.1208301,4.3443341,4.2282057,4.1802001,5.667964,5.3884082,5.421504,5.5720258,5.6993752,5.5281267,5.4912777,5.5124698,5.4640298,5.6238599,5.1454539,5.2893748,5.1104479,5.42946,5.3944998,4.5277128,4.3146658,4.3108559,4.37181,4.4076247,4.1555028,4.2419519,4.2104759,4.45819,4.0665898,4.1619468,3.9184949,3.8627059,4.135386,3.9528,4.2545352,4.0405021,3.9372959,4.0384741,4.0912499,3.932379,3.916692,4.0682039,3.74704,3.86254,3.6121509,3.54249,3.4103301,3.5287919,3.4881999,4.2633033,4.04211,4.0226998,4.0349908,3.9943748,3.853245,3.8841658,4.0367398,3.79214,3.8181,3.600924,3.5975099,3.6401231,3.614064,3.6886001,5.1422949,4.8867121,4.8071761,4.8529801,4.7938747,4.8133798,4.5355048,4.6773062,4.7484803,4.31145,4.4330301,4.14855,4.3762636,4.1564999,4.3112998,4.4615417,4.2587881,4.2354841,4.282413,4.2861252,4.2176967,4.2394953,4.4527259,4.28615,4.0773702,4.1062479,4.2142797,4.0345101,4.2970562,4.0766001,5.3983479,5.1596704,5.215188,4.9815931,4.8337502,4.3890328,4.5487261,4.9180737,4.5272698,4.5849099,4.3656678,4.2224698,4.269865,4.3210258,4.2838998,5.6942682,5.4689417,5.4556918,5.6391058,5.3895001,5.1931992,5.3486547,5.29245,5.16362,4.7920399,4.953505,4.4697447,4.4646378,4.7426944,5.1303,4.1239738,3.940136,3.909708,3.971781,4.0848751,4.0179262,4.0491357,4.2038641,3.8764,3.9389899,3.9876561,3.898545,3.745183,3.863148,3.4800999,4.2683721,4.0501499,4.069428,4.2011433,4.280375,4.142314,4.3392959,4.3118219,4.0384297,3.9945402,3.9057972,3.4356,3.89855,3.8822219,3.7392001,5.4752049,5.2648597,5.2145281,5.1660633,5.369875,5.485414,5.5250912,5.5331039,5.2487597,5.1175299,5.1511221,5.0068202,4.9715014,5.2080178,5.0935001,5.100647,5.019372,5.0814719,5.2162442,5.34025,5.2130432,5.2307186,5.3700838,5.06495,5.1143403,4.9121938,5.064045,4.8503728,5.1818042,5.0358,3.9258721,3.7837579,3.8448961,3.8227859,3.7983751,3.624918,3.790683,3.992964,3.77828,3.77828,3.8500981,3.70293,3.7255101,3.8787541,3.6389999,4.7056761,4.5207577,4.4637117,4.3978682,4.3433752,3.7470069,4.3996682,4.319346,4.12533,4.1972699,4.19977,4.0350451,3.9879539,3.5158379,4.0682998,3.8773739,3.6356881,3.684912,3.7807319,3.7601252,3.6814251,3.690531,3.664644,3.5898499,3.5831401,3.6220698,3.3923399,3.4216599,3.6166141,3.5883999,3.9864261,3.7808101,3.7487998,3.732744,3.7189999,3.7269211,3.665493,3.7635958,3.6496899,3.5259399,3.4319742,3.3080251,3.2437792,3.3677342,3.3776,3.5081589,3.2700019,3.2270041,3.2581532,3.387625,3.2898691,3.350529,3.1869838,3.2364199,3.2939498,3.271744,3.3093898,3.2983692,3.3045959,3.1996,4.213572,3.9919939,3.994056,3.945852,4.05475,3.8400559,3.9151709,3.9512401,3.7325199,3.7885098,3.8240471,3.7409399,3.769285,3.8122499,3.6643,4.43332,4.1994257,4.1351638,4.1940479,4.1693749,3.9962671,4.1343122,4.1189342,4.0037799,3.64012,3.839525,3.6805651,3.5081799,3.626508,3.7693,4.3244052,4.0884738,4.1412358,4.1999822,4.2272501,4.0172,4.0297141,4.2957478,4.1180701,3.7340598,3.957572,3.6666002,4.1902461,3.9637198,3.7952001,4.7095118,4.5137901,4.589376,4.762938,4.7715001,4.6311541,4.7769933,4.776258,4.5167103,4.2907701,4.6455803,4.4669099,4.2743969,4.2877741,4.3269,6.0785532,5.7822342,5.7577076,5.7988081,5.7973747,5.9599762,5.4408512,5.7601924,5.2860498,5.5592899,5.5670657,5.058795,5.5686951,5.2114863,5.2639999,6.548737,6.3001442,6.2635322,6.2722378,6.2393751,5.8564,5.7241077,5.8489981,5.97685,5.9381304,5.6478348,5.5215302,5.5172977,5.8197117,5.3799,3.4458239,3.242264,3.2108998,3.2719562,3.3585,3.266032,3.2095442,3.45876,3.12642,3.1805401,3.2473278,3.13761,3.0442681,2.8303978,3.1396999,4.325501,4.1125937,4.1193237,4.226943,4.3122501,4.2527871,4.3191719,4.409862,4.3309202,4.1591001,4.150938,3.9908402,3.985585,4.7389197,4.4110999,4.7908897,4.5974059,4.5620518,4.632648,4.6381249,4.5869889,4.609098,4.5955677,4.4415798,4.5612597,4.289041,4.2370648,4.3764701,4.125288,3.9905,5.6235762,5.3904176,5.2221837,5.0451899,4.8910003,4.9509573,4.8290577,5.0585222,5.0294199,4.6068001,4.7806311,4.6253548,4.5713458,4.5968342,4.4015002,4.9884443,4.7821918,4.814436,4.7969942,4.7340002,4.7268653,4.9377513,4.981914,4.8989601,4.4179301,4.2869701,4.4291101,4.4214807,4.4562778,4.3659,4.5441532,4.3646479,4.3987679,4.4925542,4.490375,4.3020339,4.4544239,5.0718598,4.5394802,4.2251,4.3958607,4.2533398,4.2935548,4.4383259,4.1589999,4.7630792,4.5795841,4.5702362,4.5958829,4.57025,4.280375,4.305717,4.526484,4.5226498,4.1439199,3.9607329,4.1542201,3.9806411,4.1192698,3.8840001,6.3972149,6.1094618,6.0624962,6.0996361,6.0658751,6.2300477,6.210711,5.8421578,6.08355,5.9413199,5.2867184,5.5339203,5.6753001,5.7198539,5.8291001,5.6204247,5.4453583,5.4279723,5.417613,5.5171251,5.9521108,5.3918281,5.6878018,5.2634997,5.5612698,5.2128162,5.2921052,5.278338,5.4246659,5.2339001,4.5174379,4.2842479,4.2053881,4.2486148,4.2466249,4.1928921,4.3454967,4.4701681,4.2908802,4.2883501,3.9048162,4.0468049,4.3077693,4.2111721,4.0251002,4.261385,4.041574,4.0629601,4.1367722,4.2129998,4.2103157,4.114656,3.9947879,3.9947598,3.9136899,3.9213841,3.51981,3.7889581,3.7299361,3.7632,3.8994308,3.72721,3.734148,3.6763711,3.6608748,3.6456091,3.7121761,3.6228061,3.7174499,3.6090999,3.546097,3.7526999,3.488198,3.59601,3.7453001,4.0161548,3.7844279,3.7583039,3.8676779,3.933625,3.8683701,3.552705,3.8752022,3.6532099,3.5069101,3.4285948,3.4540799,3.6257031,3.814086,3.4884,4.3972893,4.1356421,4.082232,4.1519942,4.1290002,3.984288,3.8948131,4.3559403,3.8617699,3.7219601,3.625885,3.4464149,3.458328,3.705354,3.6942,4.6708779,4.4367399,4.406292,4.4679151,4.5466251,4.6477308,4.3776722,4.5904379,4.6828103,4.3863602,4.5455179,4.3425899,4.364213,4.2372842,4.3211999,3.6728332,3.4606841,3.4694881,3.5251832,3.5953751,3.5468729,3.3841081,3.5660338,3.5718102,3.58182,3.5244062,3.1377151,3.2976482,3.3984361,3.3573,4.2735782,4.0807018,4.0241518,4.0200272,3.9724998,3.9287491,3.982095,3.9586501,3.78862,3.8243701,3.7912381,3.617985,3.8722851,3.550518,3.6205001,4.1109591,3.8561182,3.8318279,3.890769,3.9438751,3.8692169,3.846843,3.8365562,3.5968902,3.6465001,3.6243589,3.4748702,3.5570018,3.5006399,3.54,9.868247,9.7683325,9.9277201,9.8223181,9.9615002,9.5654135,9.5820665,9.5673361,10.24826,9.6221399,8.9677563,9.471735,9.5793085,9.510582,9.7936001,6.9158969,6.711658,6.7400522,6.80088,6.8365002,6.7853169,6.9995251,6.8575559,6.5775599,6.6677604,6.13343,6.2757449,5.9406281,6.0848098,6.0955,4.3744102,4.1691418,4.0869842,4.0615649,3.9855001,4.2247148,4.1802931,4.3289223,5.0106101,4.0690098,4.4125381,4.0485897,4.2775898,4.2104583,4.2470999,4.879529,4.8051062,4.8088923,4.9265099,5.0616255,4.8669829,4.9440689,5.4742799,5.3947301,5.9035902,5.5959511,5.5508251,5.94207,6.4036622,6.6877999,4.6610141,4.4776101,4.4262238,4.4672699,4.4686251,4.4946661,4.603014,4.326642,4.1560197,4.2627201,4.245986,4.1127448,4.0939407,4.264008,4.2128,4.311801,4.0903502,3.999336,4.0306048,3.9836249,3.988523,4.1895361,4.3640342,4.4867897,4.4111099,4.1982441,4.0831351,4.2109494,4.2499323,4.4551001,5.5580902,5.4311543,5.3669877,5.3638201,5.4162502,5.4626656,4.908267,5.6382117,5.6777601,5.665,5.6565547,5.4933901,5.7122769,5.7941098,5.8867002,5.1118813,4.9709983,4.840044,4.9919128,5.1071253,5.1631908,5.1553712,5.2769461,5.1806703,5.2980399,5.3124418,5.1976051,5.15412,5.3164444,5.5177002,4.5599079,4.3950663,4.343328,4.3710361,4.3373747,4.3480139,4.6506329,4.5812039,4.6071301,4.3108997,4.6258507,4.3297801,4.6172838,4.756362,5.2785001,5.4952068,5.3881397,5.428896,5.4189029,5.3622503,5.2857642,5.4525509,5.7315779,5.4693098,5.5613799,5.4667859,5.061945,5.2991443,5.3082838,5.8792,4.0505419,3.8829181,3.722928,3.6771452,3.605125,3.595031,3.6863191,3.5263622,3.6664102,3.8823402,3.866884,3.76068,3.9659119,3.837852,3.6821001,5.394238,5.1896858,5.116188,5.0820842,5.0652499,5.0018978,5.2247519,4.9316401,5.35568,5.0211701,5.0879021,4.8984604,4.9946756,5.134068,5.0107002,5.9323745,5.7318501,5.6539559,5.6363969,5.5278749,5.6266212,5.8855677,5.8781819,5.73419,5.3666801,5.4295082,5.4544349,5.152472,5.1154022,5.2886,3.5655622,3.399446,3.3230999,3.368448,3.3591249,3.2367499,3.310164,3.481446,3.5459599,3.50438,3.5000992,3.38184,3.4158921,3.5254259,3.6027,3.9147751,3.712738,3.5864401,3.5788472,3.549,3.6162059,3.7456381,3.957396,3.92645,4.08815,3.9743578,3.7850399,4.02421,4.264008,4.0679998,5.1538029,4.9815841,4.9659719,4.9281874,4.7816248,5.0077057,5.0133333,5.4074759,5.43928,5.03756,5.3778424,4.8086848,4.984273,5.122746,5.1048002,5.4169798,5.2217121,5.0711761,4.9892039,4.8540001,5.0896225,5.0114608,5.0829182,5.0373402,4.9846497,5.2019157,4.8918447,5.1140528,5.0648098,5.0699,5.4086232,5.274106,5.324616,5.3675613,5.408,5.3858309,5.7414236,5.6224804,5.4390602,5.3752599,5.1209292,5.6700001,5.4248037,5.6012278,5.7177,4.255631,4.4043117,4.7586002,5.2589431,4.7173748,4.4548569,4.4844933,4.7632618,4.9304199,5.1401901,5.2252417,5.3997302,6.0243669,6.1651859,6.1750002,4.7345829,4.5423322,4.5187559,4.5111299,4.4667501,4.4809928,4.8308129,4.6896181,4.6058102,4.7154799,4.4397883,4.342905,4.1985893,4.372128,4.4397001,4.6993742,4.5509081,4.4810042,4.4653349,4.3946252,4.0762477,4.5229859,4.7677078,4.3484101,4.4697399,4.6076479,4.5532198,4.1791224,4.2490139,4.1883001,6.6617618,6.580338,6.6740518,6.665946,6.5603752,6.1461954,6.6461849,6.9293761,7.0354896,7.3167601,7.002378,6.5289001,6.6829491,6.7663741,7.3787999,4.2730298,4.1316223,4.0471201,4.072401,4.0285001,3.835942,4.160871,4.3364458,4.24512,3.8896,4.084012,3.9504151,4.1265922,4.0526643,4.1641002,3.9565601,3.786304,3.7683361,3.7790551,3.8083749,3.8073859,3.596931,3.7800119,3.7607901,3.82338,4.0548,4.6090798,4.0412049,3.988812,4.0179,4.055748,3.990654,3.8525522,3.774024,3.704375,3.7074399,3.8821769,3.9798541,3.78862,3.8614402,3.9164791,4.0290599,3.706249,4.1039701,4.2139001,2.732054,2.6029501,2.6340599,2.6967452,2.7146249,2.5891581,2.6198642,2.759712,2.7875102,2.7557199,2.8369429,2.579535,2.7662709,2.8196881,2.7874999,4.3190622,4.1092443,4.0700879,4.1067152,4.0910001,4.1127901,4.1948009,4.2936959,4.4306903,3.9463601,4.0888081,4.0389299,4.4602089,3.940872,4.1315999,4.5584011,4.4079299,4.3629961,4.3832912,4.3926249,4.3701572,4.4392138,4.7200561,4.7111897,4.27878,4.4987569,4.4126248,4.486783,4.6646643,4.8140001,5.378757,5.180306,5.2365718,5.2830658,5.2871251,5.2975011,5.3801279,5.5301399,5.31531,5.0959702,5.3622551,4.68678,5.1175551,5.0271716,5.3203001,4.9802241,4.7725439,4.7337842,4.7536497,4.65625,4.7185159,4.5943561,4.9984441,4.96661,4.4239802,4.5506411,4.2757053,4.425189,4.6941419,4.7227001,4.9737849,4.697638,4.5231118,4.5422192,4.4712501,4.7020597,4.5711899,4.7677078,4.7435303,4.6709304,4.659205,4.5505948,4.6078081,5.2024078,4.6704998,4.5259323,4.3212323,4.2936959,4.276608,4.2793751,4.2974358,4.3340311,4.415904,4.56423,4.6145,4.4269261,4.5227704,4.3130217,4.2980762,4.0795999,3.6362541,3.4041359,3.3774841,3.3994081,3.339875,3.1358359,3.2616088,3.3731461,3.4045,3.3836,3.447016,3.34971,3.2012401,3.4583101,3.2214999,4.440855,4.230916,4.0823641,4.0893002,4.0450001,4.031599,4.06809,4.1522217,4.22785,3.9521902,4.109736,3.8212652,3.8348961,3.869982,3.7801001,5.7761936,5.6286702,5.1487918,4.9459891,4.8404999,4.9906449,5.2324739,5.4342661,5.5542302,6.1240296,5.5928993,5.80125,5.4901061,6.043704,5.8425002,4.0765719,3.90677,3.8930762,3.906765,3.8730001,3.8908761,4.0560389,3.8966341,4.0015798,4.0771499,3.7666039,3.7864051,3.7257159,3.8296921,3.9256001,4.3123493,4.1923237,3.834996,4.484169,4.1919999,4.1345701,3.9564719,3.9707339,4.0422797,3.8176599,3.921057,4.0083752,4.19313,4.1502781,4.2965999,6.9469957,6.8913517,7.1372399,7.2856622,6.8092499,6.5292811,6.8118572,7.0866961,7.2636299,7.5325799,7.5745192,7.2846899,7.522193,7.6413298,7.7280998,4.075613,3.9040902,3.842916,3.87516,3.7778749,4.0138121,4.0012827,4.0370822,3.9496601,3.94031,3.8051898,3.687495,3.6258061,3.8489699,3.8464999,3.854358,3.611166,3.541296,3.536664,3.5183749,3.61306,3.618108,3.672852,3.6997399,3.61746,3.8336391,3.5469,3.5772929,3.459738,3.9024999,4.9658389,4.9034619,4.883604,4.8964529,4.8754997,5.02876,5.0864582,5.3049903,5.3289499,5.4737101,5.1703062,5.07759,5.3518801,5.1342716,5.0992999,3.8212042,3.7522681,3.5389199,3.4624889,3.7072501,3.653353,3.573297,3.7428479,3.78268,3.6677301,3.8690639,4.01898,3.6721561,3.7986841,3.987,4.0850663,3.935178,3.8454239,3.8614862,3.7615001,3.709497,3.724227,3.854568,3.94328,4.72296,3.897186,3.9313052,3.9027729,3.9643321,4.1592999,3.617485,3.4466138,3.3559678,3.2867908,3.3790002,3.2896268,3.2972941,3.4720981,3.3854699,3.3536799,3.339433,3.3458252,3.319793,3.3674278,3.7497001,10.590511,10.351366,10.014312,9.5889568,9.463625,8.6416988,8.7376766,9.1267262,9.0062504,8.5695505,8.4869585,8.6903248,8.4451761,8.2941303,8.6633997,3.6877661,3.5787382,3.4173481,3.6246419,3.5440001,3.5146871,3.570255,3.6535859,3.4634602,3.4597201,3.5914409,3.63657,3.6548519,3.6096778,3.8655,4.480722,4.3019361,4.2032762,4.1961122,4.2331247,4.2484312,4.2379742,4.4821382,4.33851,4.5180297,4.5120549,4.457355,4.192306,4.3286762,4.6483998,6.503664,6.259542,6.2853122,6.3065524,6.2807503,6.4908028,6.868134,6.6791463,6.7532301,6.8906202,6.7114568,6.2741699,6.0853434,7.1728439,6.4533,3.9842341,3.8389661,3.8452921,3.8346541,3.8118749,3.6999381,3.7310131,3.9372182,3.7967601,3.9286501,3.8017018,3.70608,3.761766,3.6142681,3.8280001,4.0239639,3.8794341,3.550272,3.631479,3.6880002,3.8867619,3.9354119,4.0561199,4.1255498,4.0441499,3.674499,3.7289701,3.8261409,3.98157,4.0837002,5.3024478,5.1092863,5.0661602,5.126976,5.1499996,5.1856966,5.1534986,5.435976,5.4675498,5.4769001,4.9516521,5.1583352,5.3017187,5.4636302,5.7378001,4.9699492,4.8501301,4.7310119,4.5321569,4.3887501,4.7346091,4.874805,5.095458,5.31388,4.71383,4.9519787,5.0257196,4.751596,5.1164217,4.7017999,3.586797,3.4517062,3.3422401,3.4343672,3.407125,3.3893311,3.243006,3.4836121,3.2408199,3.17922,3.476228,3.42888,3.15798,3.2937839,3.2722001,4.7718468,4.6562324,4.5694442,4.7322359,4.8722501,4.778532,4.920084,5.2868638,5.5125403,5.6633501,5.4888043,5.232255,5.726697,6.0079021,6.1097999,4.271934,4.2333279,4.2595081,4.28022,4.2938752,4.102263,4.2745953,4.532526,4.6445303,4.79391,4.6138611,4.6547551,4.811439,5.1247859,4.9614,3.5999491,3.5247359,3.480576,3.6279962,3.6815,3.5767601,3.5897942,3.7358942,3.6623402,3.4983301,3.633188,3.429405,3.7586761,3.615186,3.6626999,3.4954178,3.3091302,3.2275321,3.086067,3.0840001,3.173588,3.061656,3.2435281,3.3092399,3.30935,3.3425941,3.2745299,3.2372899,3.3603902,3.3636999,4.2301488,4.0761461,3.8244359,3.847425,3.8273749,3.530417,3.7305448,4.1155138,4.0911198,3.8524199,4.0824862,4.5626698,4.1521358,4.322556,4.3523002,5.9663501,5.6844139,5.447772,5.3220239,5.2433748,5.177711,5.2525978,5.2973518,5.1870499,5.0648403,5.113081,4.9701748,4.8763289,4.8860044,5.0117998,3.9083359,3.6560559,3.4607759,3.4944811,3.4953749,3.5463891,3.477123,3.580512,4.4649,3.8391099,3.6992421,3.9366601,3.7401361,3.9099662,4.1876001,4.2037077,4.026432,3.7909081,3.7671871,3.630625,3.7169988,3.906045,3.8981159,3.9281001,3.7048001,3.993542,3.7876651,4.0665431,3.875082,4.1499,4.0667081,3.8143098,3.7505159,3.8106599,3.89025,3.998203,3.9125969,3.98715,3.90434,3.87376,3.9450369,3.6716399,3.8640449,3.87447,3.8304,8.4091969,8.2326918,8.1738358,7.92834,7.7792501,7.4808249,7.8481259,8.1277437,8.1045799,7.7796402,7.4851389,7.375515,7.3478141,7.6600981,7.4569001,4.075202,3.9074399,3.82074,3.7953091,3.7737501,3.8370309,3.8504698,3.9678841,4.4247499,3.9900301,3.9905989,4.0551,4.1730447,4.6855741,4.5717001,3.51405,3.3053782,3.226608,3.1815269,3.1615,3.224045,3.3459661,3.3720059,3.3377302,3.36501,3.560921,3.4571249,3.381387,3.6200819,3.5924001,3.0416741,2.91383,2.9135041,3.0530429,3.008625,2.9354601,3.0017519,2.9415421,3.06845,3.0297301,3.2356648,3.2028148,3.4342258,3.6517022,3.6856,3.8984718,3.8096199,3.675936,3.7473211,3.6361251,3.697881,3.8853362,3.8866022,3.9462502,3.7567201,3.811403,3.6336298,3.613343,3.5558219,3.7263,3.2256651,3.1548958,3.141732,3.246285,3.247875,3.111515,3.09114,3.416352,3.64397,3.3218901,3.3097849,3.2858701,3.4219689,3.582036,3.5069001,3.7725689,3.6084859,3.588552,3.6344459,3.67875,3.688201,3.676842,3.8571901,3.8783801,3.6128399,3.587517,3.859905,3.9053481,4.0758181,3.6591001,4.4194827,4.3098421,4.24578,4.2729959,4.2672501,4.3072371,4.5853472,5.0281978,5.1554799,4.83285,4.6149511,5.03265,5.1277523,5.4827037,5.5555,3.429795,3.2986779,3.2819159,3.3528392,3.440125,3.3809819,3.2726071,3.4336801,3.4577401,3.3568702,3.5580871,3.4757099,3.5419641,3.604578,3.5553999,6.8927441,6.5816779,6.5169721,6.4292312,6.3048749,6.2504969,6.4319577,6.3403378,6.9850001,6.3737302,6.314261,6.3977551,5.9756479,6.0442142,6.1156998,4.0880799,3.9483101,3.9376919,4.0197692,4.0057502,3.79214,3.785418,4.0032239,4.0170898,3.96858,3.9309759,4.1071801,4.1294761,4.054296,4.0081,4.3655052,4.1866961,4.0690322,3.9650729,4.0337501,4.2485518,4.1313872,4.2659941,4.4438896,4.02424,4.1494117,4.0802999,3.9795079,4.1152916,4.1914001,3.6943419,3.5003481,3.4586639,3.4757762,3.4772501,3.4281719,3.493737,3.4502101,3.6128399,3.47435,3.3327839,3.4781251,3.5419641,3.5063519,3.5490999,4.714581,4.5125837,4.4052362,4.3878059,4.4292502,4.5434289,4.6257119,4.6557603,4.5451999,4.5673103,4.457119,4.1984253,4.4478488,4.3239841,4.3211002,4.9391241,4.800282,4.8443999,4.915803,4.947875,4.8064833,4.6801171,5.1305704,4.9655099,5.0639601,4.918407,4.7105098,4.8314209,5.1956758,4.9829998,3.840384,3.7333739,3.641088,3.7829249,3.7858751,3.7432561,3.7890451,3.8594699,3.83218,3.95362,3.901546,4.0652852,4.0131893,4.1504817,4.4519,3.9276531,3.7084498,3.4717319,3.475518,3.5574999,3.414983,3.5448658,3.564096,3.6073401,3.4541099,3.6346052,3.7168951,3.5538089,3.7264678,3.6898,3.698452,3.4660442,3.2208002,3.267441,3.1487501,3.089735,3.2178509,3.3096478,3.31936,3.13907,3.4312112,3.2012401,3.3002229,3.4153681,3.3441999,9.2827091,9.0226221,8.7753601,8.3828068,8.1859999,8.494442,8.753355,8.7798243,9.2364798,8.86028,8.366622,8.6254349,8.8618107,8.9659023,8.8515997,4.576211,4.4488001,4.4878678,4.772613,4.4787498,4.4514689,4.4392138,4.5773282,4.3813,4.4156203,4.423111,4.2982798,4.2118759,4.2326941,4.2098999,4.4385262,4.3071618,4.2911882,4.4007063,4.3727498,4.4390063,4.4701018,4.6356959,4.5268302,4.7383599,4.6069942,4.6792197,4.6764064,4.5296164,4.6525998,3.390202,3.1940241,3.125232,3.1398599,3.1352499,3.2294898,3.268512,3.372462,3.4179199,3.2957098,3.35938,3.35958,3.3244281,3.61131,3.4205999,4.23878,4.106698,3.9889078,4.0703368,4.05375,4.2778339,4.270968,4.3924198,4.4537902,4.7266998,4.2630987,4.5888147,4.8058772,5.0654221,5.0709,6.0164924,5.857944,5.8406038,5.7884879,5.7168751,5.567452,6.1045918,5.9726882,6.3745003,6.1471305,6.2265158,6.10113,6.1375637,6.1414199,5.8333001,3.8433979,3.6679819,3.6198361,3.7161031,3.8347502,3.73648,3.7675169,4.0550942,4.1596503,4.9031401,4.1855998,4.0954199,4.1187639,4.8076677,4.9947,5.281487,5.0950818,5.0959921,5.1735449,5.21275,5.0801854,5.3101621,5.6792521,6.2968402,5.4713998,5.146544,5.458005,5.2665963,5.1451859,5.2814002,5.1379108,5.1011119,4.6090441,5.004168,5.1375003,5.150486,5.351697,5.4244618,5.7600403,5.7622399,5.9245858,6.2274451,5.7055821,6.7104778,7.3334999,4.7719841,4.6727138,4.6346521,4.6654139,4.7547503,4.6243782,4.6851478,5.0810938,4.9800301,4.92063,4.6484137,4.5923853,4.7792001,4.9427161,4.9369001,3.950943,3.8021159,3.6863642,3.72681,3.684,3.7594702,3.8201671,3.8476138,3.8074298,3.6435299,3.7240939,3.82284,3.7086179,3.779202,4.2291002,4.5440164,4.427762,4.3241878,4.3532338,4.3424997,4.051322,4.3920631,4.6614604,4.9376802,4.22224,4.6544089,4.3562398,4.442493,4.9595461,4.9011998,5.1855869,4.9513001,4.8701401,4.8725882,4.8439999,4.798255,5.0121627,5.060688,5.0235896,4.7551899,4.8348036,4.6283998,4.751081,4.5487919,4.9260998,4.9373431,4.7970662,4.7325959,4.782804,4.791625,4.5297561,4.6709909,4.6626,5.0371199,4.7353902,4.5369072,4.5523801,4.4620628,4.7431021,5.0019999,4.424552,4.2790222,4.13622,4.1984339,4.2199998,4.3701572,4.4144101,4.4230862,4.6656499,4.3443398,4.3555307,4.4080052,4.395422,4.5375719,4.4794998,5.9093575,5.7389522,5.7533522,5.8835611,5.9577503,5.9443674,6.1582952,6.026268,6.8176899,6.35987,6.409091,6.0454798,6.4005227,6.0473762,6.1824999,4.3045402,4.0903502,3.958812,4.0020962,3.9035001,3.795891,3.875391,4.0533838,3.93822,3.86584,3.8847599,3.7949102,4.132154,3.9993181,4.0212998,3.231693,3.1030381,3.0587039,3.129669,3.0506251,3.258893,3.006315,3.1564319,3.19979,2.94206,3.1939182,3.1894801,2.9515681,3.0987601,3.3324001,4.2763181,4.0384917,3.909708,3.9159238,4.0871248,4.0146589,4.1139541,4.2401161,4.1672401,4.2065101,4.1615109,3.9832802,3.8507581,4.0236959,4.1206999,5.2827201,5.0909281,4.5034442,4.5262227,4.4967499,4.3821359,4.6054711,5.1101642,4.9820099,4.9158998,4.7238417,5.3030248,5.2569137,5.3251138,5.0697999,3.9723148,3.8600039,3.6938879,3.7308092,3.635375,3.6913469,3.77793,3.8306279,3.7407701,3.70227,3.6667602,3.6008699,3.5639029,3.746052,3.6991999,5.3291631,5.1441259,5.1454921,5.2199855,5.2096248,5.2648311,5.3968592,6.0189719,5.5524697,5.90447,5.4016037,5.5139699,5.3887539,5.3077741,5.3871999,5.6471405,5.799386,5.6369281,5.451798,5.2402501,5.3342853,5.5176029,5.6973782,5.76301,5.5634704,5.4976335,5.3470201,5.2836938,5.358366,5.4229999,4.6458068,4.4636741,4.3847761,4.4532089,4.4524999,4.4536471,4.678947,4.6595216,4.9517598,4.7853298,4.8511543,4.664835,4.6306739,4.4652538,4.8460999,6.5858641,6.3991699,5.5694757,5.3307962,5.194375,5.7017622,5.479578,5.865984,5.9747601,6.0406499,6.2772012,6.3575401,6.3342938,6.5849161,6.4182,3.382941,3.2745581,3.1715639,3.3140099,3.3065,3.2229559,3.2221799,3.3330181,3.60987,3.4107699,3.3621051,3.4117651,3.2450151,3.5162458,3.5606999,6.2884369,6.0704679,5.9819756,5.920197,5.9108753,5.45226,6.1662507,6.285048,6.3151002,5.8424296,6.2185593,5.9384851,5.7493572,6.0445199,5.9569001,5.4091706,5.3124299,5.2138677,5.4706321,5.5295,5.3223062,5.36445,5.9498882,6.2137899,6.6397099,6.0376191,6.1427102,6.2313972,7.0506477,6.6504998,4.494422,4.3208299,4.2192478,4.1928868,4.1297503,4.113153,4.110795,4.44486,4.4159503,4.2907701,4.0479331,4.0100551,3.9157512,3.985038,4.0921001,3.4051352,3.23141,3.227268,3.3458729,3.296875,3.0017679,3.3389461,3.4374421,3.3564301,3.3396001,3.60463,3.257205,3.4394789,3.5299141,3.4368,4.3927679,4.1901803,4.1469116,4.1810193,4.1599998,4.1337233,4.3636317,4.4287863,4.1822,4.2930803,4.2055469,4.1143203,3.8738298,4.1058059,4.1521001,4.391809,4.2617359,4.162488,4.2154622,4.230125,4.4754272,4.2984629,4.8008819,4.66081,4.5194602,4.3964062,4.48455,4.7390299,5.104794,5.0124002,6.1337643,5.8777761,5.9240279,5.9276791,5.9227505,5.7396355,6.0862231,6.0112195,6.4025497,6.0685902,5.7369971,5.10531,5.8288732,6.023406,5.5472002,4.5011349,4.3284678,4.1923203,4.1648941,4.1583748,4.2562962,4.2818489,4.4579701,4.3903198,4.0866098,4.4086142,4.246305,4.1434841,4.2700257,4.4075999,3.9450521,3.7343118,3.6296041,3.6166441,3.5787499,3.647666,3.4374599,3.8186579,3.65992,3.5898499,3.618582,3.34866,3.46595,3.5472541,3.3698001,4.2148051,4.0465322,3.9721441,3.9632668,3.9908748,4.0678992,4.1900039,4.2504897,4.2527099,4.0621901,4.2533979,4.3181252,4.3523679,4.7568722,4.7298999,3.1342862,2.9236119,2.885124,2.8300021,2.772125,2.8345461,2.7022321,2.8608301,2.9287498,2.9758301,2.9422371,3.0055201,3.094429,3.198108,3.2086,5.0274887,4.8533459,4.769556,4.8177629,4.7835002,4.936316,4.456296,4.93962,4.9935598,4.6375999,4.5606689,4.9763699,4.410563,4.5248222,4.3385,5.2665539,5.0978961,5.004384,5.1139469,5.0536251,4.7332778,4.8016801,5.0338979,5.4502802,4.8365903,5.0178151,5.1489902,5.2274561,5.1061201,5.1508002,5.322998,5.1204081,4.9919763,4.7657762,4.852375,4.9257889,4.902885,5.3347435,5.4265199,5.5226598,5.7614126,5.73594,5.927753,6.0002518,6.3053999,4.4742827,4.297246,4.3181162,4.399416,4.3842502,4.3752389,4.5951748,5.0348101,4.7490296,5.1834202,4.52459,4.732245,4.5385923,5.117136,5.2030001,4.9714561,4.7218919,4.4682002,4.436439,4.4349999,4.6121573,4.5652232,5.5286579,4.8705802,4.82867,4.588573,4.5927,4.672389,4.9304757,5.2185001,4.3270082,4.1123261,4.0579438,4.0344748,3.95925,3.9727929,3.9432511,4.1733122,4.2090402,4.2993498,4.0869551,4.0173001,4.039557,4.0202279,4.1016998,4.4356489,4.3520522,4.3278842,4.1665707,4.2193751,4.5274568,4.2624269,4.4288998,4.62605,4.19276,5.027298,5.0569053,4.4356952,4.511868,4.6364002,4.8515811,4.62501,4.5206041,4.5165482,4.3887501,4.3833461,4.5026283,4.5028858,4.8570499,4.5195699,4.3334041,4.3431149,4.2443209,4.2940979,4.1146998,3.5966609,3.5142841,3.4803121,3.6152251,3.7042499,3.3888469,3.7216532,3.6878998,3.6414399,3.6282399,3.7143931,3.3787951,3.558238,3.6571081,3.6928999,3.9793019,3.841646,3.843708,3.9962909,4.01475,3.7173622,4.086225,4.0501919,4.11554,3.9386601,3.9680359,4.1075997,4.5006876,4.2073979,4.6199999,6.0789642,5.886888,5.8365116,5.8416357,5.7912498,5.494247,5.9278054,6.0496383,5.9200897,6.1696801,5.7072401,5.7132597,5.8358774,5.7079201,5.5925999,3.9684789,3.7956841,3.646632,3.6785638,3.70875,4.0579767,4.1311531,4.0565758,4.15767,3.92117,3.8360369,3.749445,3.9207981,4.143342,4.1079001,3.6711888,3.486948,3.3957,3.4075351,3.3916249,3.4695539,3.6231389,3.6272519,3.6733401,3.7923598,3.8117299,3.7699199,3.8410759,4.4281259,4.3986001,6.0404673,5.8279276,5.8770361,5.9479318,5.9468751,6.0495157,6.071949,6.1485896,6.43467,6.0874,6.2019911,6.2985301,5.6695318,6.2224078,5.7585001,6.9676828,6.851018,7.0642438,7.1255732,7.2362499,7.1200032,7.0405922,7.6916938,7.8388205,7.9303403,7.444809,7.4957399,7.104425,7.73772,7.7764001,3.531038,3.4456758,3.099756,3.1279919,3.289875,3.3064461,3.1825168,3.4862339,3.25457,3.5569599,3.6517179,3.6593549,3.7323079,3.8849759,3.8450999,4.360436,4.2076001,4.1222281,4.3515573,4.0825,3.7915351,4.1847391,4.1834579,3.9384401,4.1352301,4.0676622,4.497045,3.978581,4.1858759,4.3025999,4.7144442,4.6097341,4.6361041,4.6361308,4.6521249,4.6313958,4.7200141,4.8611884,4.66466,4.80128,4.5849757,4.790205,4.2146568,4.330512,4.4113002,4.0069761,3.8352139,3.7239838,3.6608908,3.76775,3.773385,3.954483,4.0098362,4.0750599,4.0026798,3.9377341,3.7660351,3.952934,3.8779378,3.875,5.076261,4.9495583,4.6893001,4.634325,4.7156248,5.0502982,4.509882,4.8013382,4.9432898,5.5015402,5.232327,5.3798852,5.4860892,5.7813601,6.4203,3.9197071,3.7296219,3.7619998,3.8605831,3.9168751,3.828198,3.7544129,3.3071401,3.9133601,3.82547,3.8940251,3.9812849,4.0036101,4.2096419,3.9335001,4.0484872,3.9020798,3.84252,3.9209549,3.9373751,3.9542799,3.7711442,4.2189121,4.0324898,4.1194997,4.0785623,3.8007901,4.0414109,4.004622,4.0883999,3.594058,3.461488,3.3568921,3.4388821,3.4212499,3.371665,3.5950589,3.4681082,3.4615901,3.4520202,3.384886,3.506475,3.4177461,3.5107379,3.6928999,4.450171,4.2210002,4.1191921,4.0934277,4.0726252,4.1231961,4.0239811,4.3445401,4.08144,3.9630799,4.234868,4.0619249,3.908129,3.834486,4.1009002,3.974781,3.738198,3.631716,3.6384449,3.684,3.9341941,3.754998,3.8174038,3.8650701,3.5522301,3.7333591,3.62502,3.5540149,3.7451341,3.7111001,4.9646063,4.7805839,4.718472,4.4779768,4.880125,4.6989141,4.9990587,5.1421981,5.1596599,5.0033503,5.2071481,4.9491749,4.9895263,4.9720922,5.0699,3.1172979,3.0160718,3.0028679,3.0369179,3.0226252,3.0272989,3.0460949,3.1874399,3.2755799,3.0913301,3.142906,3.1434898,3.296103,3.6200819,3.8011999,4.2472739,4.099194,4.0653358,4.137804,4.22575,4.1968851,4.1776018,4.3348498,4.81954,4.2674499,4.302012,4.6395302,4.285418,4.4703541,4.7041001,5.0796857,4.9255719,4.828032,4.828083,4.8994999,4.785429,4.9055762,5.1157503,5.42696,5.14327,4.9770494,4.6631551,5.1403179,5.3129759,5.2895002,4.4035907,4.282372,4.2226796,4.2261691,4.27525,4.2434702,4.3004522,4.4165883,4.53332,4.2652502,4.452323,4.5722246,4.3467031,4.4489341,4.5159001,5.1144843,4.9699259,4.9377241,4.9284449,4.8899999,4.5287881,4.8647428,5.262126,5.3211398,4.98388,5.09793,4.7997599,4.9894228,4.7099519,4.7122998,4.0157442,3.8203402,3.776916,3.898896,3.849,3.9067268,4.2028742,4.0025401,4.3245401,3.80567,4.0807419,3.8731349,3.759088,3.7267742,3.7256,4.5981312,4.5499701,4.2646561,4.3964491,4.52775,4.415411,4.4042311,5.1504059,5.1139002,5.8682799,5.0518227,5.4868798,5.2533088,5.7613678,6.0809999,4.411674,4.209208,3.985476,4.0455689,4.0458751,4.147759,4.2478018,4.5387959,4.7713604,4.4699602,4.2609191,4.3681049,4.5910192,5.072052,5.1480999,4.7011547,4.4335241,4.3330321,4.3620062,4.3738751,4.6455531,4.653441,4.7333941,4.8806996,4.5574098,4.3711181,4.43961,4.564548,4.6582379,4.5096002,5.4956183,5.486228,4.5777597,5.0059738,4.7081251,4.9349847,4.5188909,5.2087741,5.5243101,5.4893303,5.4704919,4.8514199,4.2489557,4.5295138,5.5819001,4.552784,4.3344979,4.2774601,4.2773819,4.2052503,4.25315,4.3761511,4.6994224,4.8827901,4.3074899,4.5515132,4.5126901,4.2801647,4.714746,4.5718999,3.7920229,3.622824,3.471468,3.793632,3.8190002,3.7760468,3.6121411,3.7437599,3.87816,3.6406701,3.939805,3.8356502,3.589756,3.8431561,4.1588998,3.713659,3.5802119,3.5684879,3.6586981,3.6750002,3.502224,3.5620651,3.611634,3.6017301,3.8536301,3.5391212,3.7563751,3.7577488,3.9176161,3.9649,4.7349939,4.4758677,4.4150043,4.4120584,4.4031248,4.3766909,4.3024411,4.6123257,4.4245296,4.2859302,4.3185797,4.2591152,4.2080646,4.1887317,4.3488002,4.7815742,4.690536,4.501596,4.4699793,4.380125,4.3615661,4.3106308,4.293354,4.4036303,4.4889903,4.854969,4.8854399,5.136198,5.7819719,6.1571002,4.0717769,3.9042239,3.8452921,3.7927289,3.7016249,3.8007309,4.0820131,3.9084899,4.0314999,3.6160302,3.8356009,3.69789,3.767637,3.82092,3.9030001,3.4829509,3.2884939,3.1636438,3.1562431,3.246875,3.349643,3.322917,3.538902,3.4661,3.4331,3.5068569,3.35181,3.4329898,3.68118,3.4452,4.3826299,4.2799602,4.061244,4.338141,4.4612498,4.4780893,3.958344,4.665678,4.7841196,4.5026298,4.8900671,4.9014001,4.8778739,5.1004081,6.1896,4.1672659,3.9925301,4.0723319,4.1627011,4.2411251,4.2052341,4.2717867,4.3144441,4.31387,4.0661502,4.2294178,4.1034002,4.3391838,4.2928743,4.2820001,4.6085429,4.3516498,4.1896801,4.1243882,4.0716248,4.1109753,4.2265081,4.4095201,4.4635797,4.2831802,4.3462663,4.2816896,4.20858,4.287672,4.1587,3.073184,2.9146342,2.945184,3.0827129,3.0982499,2.9930558,2.9884138,3.1523278,3.2765698,3.0190601,3.0203898,2.9927099,3.225239,3.271446,3.2248001,4.8940511,4.6853099,4.6338601,4.658319,4.7071252,4.7361822,5.1275253,5.085084,4.9095201,4.9805803,5.133791,4.9550552,5.2885351,5.478828,5.3439999,3.438426,3.2768359,3.283632,3.3258781,3.3261251,3.2685728,3.1972592,3.733386,3.4332099,3.2681,3.3001928,3.186645,3.2556241,3.2017798,3.2579999,5.3710852,5.3451262,5.220336,5.208117,5.3321247,5.0979719,5.3447943,5.8459196,6.1952,6.0443902,5.8295379,5.77458,6.3106041,7.2574019,7.4811001,4.6393681,4.4027038,4.2741599,4.1771493,4.1826253,4.1590123,4.0138021,4.494678,4.5419002,4.0969501,4.0110908,4.0156198,3.9876449,4.0922399,4.1848998,4.1616488,3.9458981,3.8203442,3.7864079,3.8594999,3.9910638,3.9882958,4.07265,3.8888299,3.80127,3.9357719,4.1144247,4.0577879,4.1124358,3.8564,3.572686,3.4057441,3.262116,3.3153,3.3261251,3.416677,3.5408881,3.7111559,3.94207,3.79071,3.8015931,3.85602,3.851685,4.8630543,4.1363001,4.3461881,4.1921902,4.1547003,4.1870818,4.2476249,4.281343,4.4174519,4.5682077,4.5817204,4.6470599,4.6232347,4.7006397,4.7375879,4.234632,4.8996,6.952476,6.8763437,6.8910599,6.887568,6.9315,7.1644101,7.0660982,7.2447,7.2381101,7.1643,7.1376467,6.5095801,6.7850218,7.0703344,7.0928998,4.9777579,4.793314,4.5501719,4.4859748,4.3553748,4.5268521,4.5754018,4.9203544,4.7714701,4.6002002,4.87012,4.808475,4.8868351,4.7930822,4.2838998,4.0989032,3.964524,3.943368,3.9604292,4.0336251,3.8664341,4.097106,4.0228319,4.0621901,3.8782701,3.7551591,3.77706,3.635282,3.709332,3.7953999,3.8080518,3.76071,3.5155561,3.5378251,3.501375,3.599992,3.748914,3.7407959,3.8006101,3.66927,3.888248,3.6594598,3.7875161,3.7902179,3.7936001,4.0432811,3.8506241,3.8033159,3.769767,3.744,3.7578969,3.7052729,3.7362361,4.0081801,3.59128,3.9080861,3.9948299,3.6238492,3.75105,3.8894999,4.344955,4.1552057,4.0576797,4.0518899,4.0327501,4.175468,4.2510781,4.2928982,4.4802999,4.2758098,4.1271763,3.995985,4.1842718,3.9191458,4.3091002,3.9146378,3.720108,3.6765959,3.649281,3.5302498,3.910599,3.57669,3.8944678,3.9076402,4.1050901,3.9707611,3.83166,3.69049,3.931488,3.9135001,3.7642121,3.621484,3.5741639,3.585942,3.5986252,3.735512,3.5429938,3.672852,3.9628601,3.7563901,3.7039289,3.6666002,3.5989232,3.656292,3.8742001,4.7678742,4.6192479,4.5322199,4.5459599,4.5327501,4.6875401,4.384809,4.68996,4.9908099,4.5109901,4.5669909,4.5643501,4.950798,4.9290481,5.1222,5.5290461,5.4306183,4.9831319,5.1197519,5.1726251,5.0620346,5.2084894,5.7955317,5.6848001,6.0535202,5.5567107,5.55093,5.7371001,6.1863003,6.1773,5.0492721,4.799612,4.4320321,4.312212,4.2565002,4.4190412,4.3397641,5.8255138,4.92415,4.4804101,4.7675509,4.8926849,5.0519438,5.3479624,5.4457998,5.2092881,5.01964,4.9802279,4.9997821,4.8486252,4.7015762,4.9092031,5.3081822,5.3424802,5.0085196,4.9337759,4.6995902,5.0715141,5.23668,4.8834,4.3718066,4.230648,4.1494203,4.1593471,4.1335001,4.1841798,4.1391091,4.2218757,4.5278201,4.4155102,4.315855,3.63027,4.2041507,4.04532,4.0862002,4.5742931,4.4516139,4.3835878,4.4312792,4.5871248,4.4334402,4.5400681,4.8249359,4.72087,5.1101599,5.2996893,4.7472601,5.244348,5.078784,4.8821998,6.3894057,6.172174,6.1547642,6.1153741,6.1739998,6.4335699,6.3045454,6.8230138,6.7266097,6.8253899,6.2230277,6.6763201,6.5631604,6.2422981,6.7655001,4.5345631,4.4308443,4.0831561,4.0384741,3.9571249,3.9223361,3.7587421,4.0310402,4.4380598,4.0331502,4.2094712,4.1154752,4.5583682,4.2619681,4.1813002,3.887238,3.7427542,3.6292078,3.6580532,3.658,3.7275259,3.8057759,3.9668581,4.10113,4.12885,4.2638621,4.51332,4.364934,4.4641318,4.4816999,4.532371,4.340796,4.45368,4.511775,4.546,3.989491,3.974607,4.2353277,4.0623002,4.0113697,4.223423,3.9548249,4.146162,4.0629659,4.1401,4.1215081,3.9259319,3.8544002,3.8456192,3.7867501,3.668236,3.8255491,3.7387438,4.0686803,3.9119298,3.8502071,3.7474501,3.682662,3.811332,3.8224001,2.8801508,2.7228801,2.6922719,3.137409,3.1143749,2.837692,2.86884,3.1066141,3.0239,3.14996,3.308913,3.286185,3.3846829,3.3421319,3.4258001,4.651835,4.4678278,4.3022761,4.3065357,4.3451252,4.4041581,4.5311761,4.5715137,4.5356302,4.6199999,4.4652939,4.262475,4.2589469,4.3026657,4.7834001,6.2619958,6.0368338,5.9823723,5.9186487,5.9221249,5.7300758,6.0226922,6.0662818,6.2943096,5.9755301,6.3069582,6.0272102,5.8417478,6.1647782,6.4636002,4.8011651,4.764102,4.7744403,5.021841,5.1446247,4.8683138,5.2516618,5.6639762,5.9067802,5.97399,5.3047032,4.9867649,5.8380404,6.2958479,6.2375998,3.6076212,3.432142,3.4461238,3.4790008,3.4345002,3.371423,3.5137441,3.3095341,3.4844701,3.1705298,3.43241,3.202395,3.4605942,3.5247121,3.7293999,3.72366,3.5212519,3.3588719,3.4146302,3.467875,3.871274,3.4800479,3.6803761,3.61922,3.6510098,3.5019519,3.4245749,3.4147589,3.2037179,3.434,3.3145781,3.1855819,3.1161239,3.050334,3.0526252,3.0302031,3.184623,3.323328,3.41627,3.4724801,3.555907,3.4480951,3.5463929,3.7794061,3.9006,4.3494759,4.158556,3.9874561,3.978231,3.9882498,3.9585152,4.3003349,4.2519722,4.0932102,4.0612001,4.3144379,4.03935,4.2199101,4.6118279,4.3653998,6.0930753,5.9596505,5.8209362,5.7183118,6.1360002,6.545011,6.1003804,6.6910019,6.9591498,6.9390197,6.3625484,6.2683949,6.268271,7.1529541,6.9424,4.034924,3.9383941,3.9337318,3.9566879,3.9950001,3.9910638,4.002336,4.0519023,4.09409,4.0987101,4.0259151,3.9976652,4.0964127,4.144362,4.3193998,8.7847137,8.9954195,9.0053034,8.9226723,8.8763752,8.9524269,8.8308086,9.062088,8.7673302,8.57164,8.8413172,8.900115,8.7718925,9.4315319,8.4692001,3.7120152,3.775986,3.6604919,3.603615,3.6759999,3.6384699,3.5995049,3.8616359,3.8845401,3.8288798,3.556452,3.6240749,3.666079,3.750438,3.8606999,4.327693,4.4017658,4.343328,4.3529758,4.4178753,4.5391941,4.7268,4.7772837,4.6829195,4.7446303,4.721662,4.3931999,4.581234,4.5235977,4.6427002,3.7429769,3.6860719,3.6743522,3.6797249,3.7214999,3.2844241,3.6960299,3.9392698,3.67873,3.82569,3.7097058,3.6335249,3.6879148,3.832752,3.5701001,3.4847322,3.5027602,3.417084,3.4506211,3.4630001,3.5246089,3.4097309,3.4722121,3.3336601,3.2438998,3.458461,3.4170151,3.266542,3.27828,3.2825999,4.2168603,4.2155061,4.1405759,4.1050382,4.0915003,4.0629382,4.747509,4.4987822,4.4666595,4.4335499,4.6619301,4.37325,4.3424802,4.3166399,4.3087001,4.4671588,4.5778422,4.589376,4.7357187,4.6386251,4.588078,4.6314449,4.6176839,4.93999,4.9667201,4.829463,4.8263249,4.9735613,4.7716622,5.1957998,3.8121619,3.9089139,3.7712402,3.8313,3.8198752,3.843081,3.8354938,3.979512,3.9312899,3.74209,3.734776,3.7776899,3.822021,3.67506,3.8,3.9357362,4.3176141,4.2501359,4.3941269,4.5431252,4.39714,4.71627,4.7509499,4.8477001,4.8292203,3.5785789,4.3609648,4.874166,5.1410041,5.0360999,4.2378211,4.310914,4.3033319,4.3273048,4.51475,4.4570351,4.5973978,5.047008,4.6821499,4.98212,4.8028669,4.8202353,5.0820198,5.4283381,5.6444001,4.1597309,4.3355703,4.3375201,4.4143801,4.5009999,4.3820152,4.5986853,4.5935159,4.7623401,4.6075702,4.6526647,4.5124798,5.0242372,5.2138319,5.513,3.7987359,3.822484,3.6878161,3.696753,3.72525,3.7839119,3.7850671,3.80988,3.86694,3.9456999,3.7594099,3.8510849,3.823566,3.72963,3.5771999,4.6686859,4.7255101,4.1863799,4.3626509,4.3918748,4.4031901,4.3164811,4.3973222,4.69524,4.7224097,4.5254622,4.6933951,4.7581878,4.9015079,4.9309001,4.9517279,5.025804,4.9884119,4.984818,4.9581251,4.751307,4.8876748,5.095686,5.1729703,5.0739698,4.8231411,4.6474047,4.7694149,4.8665218,4.5363002,5.364646,5.4247217,5.542284,5.45154,5.4419999,5.3644142,5.4529023,5.6365023,5.6947002,5.9010601,5.404438,5.4740701,5.4577641,5.7407641,5.1732998,2.3370829,2.3214159,2.353296,2.474865,2.471875,2.159003,2.3514659,2.6299798,2.63219,2.4659801,2.6701732,2.576385,2.405874,2.5916162,2.6698999,3.9216249,3.9694822,3.8227198,3.7924709,3.7952499,3.8438072,3.6718109,4.0888381,4.1984801,4.0891399,4.1422181,3.902535,4.2029152,4.4654579,4.4109998,4.6410117,4.7297978,4.8278999,4.8928413,4.7398748,4.730495,4.8592443,5.0869083,5.3281803,5.3982496,5.3479762,5.3490148,5.2590766,5.8411322,5.9854002,3.692698,3.89538,3.8422561,3.796083,3.935375,3.947988,4.05054,4.0516739,4.1057501,3.9844201,3.998883,3.9388652,4.022562,4.3001156,4.2779999,4.6026521,5.0255361,5.1717601,5.3394389,5.5901246,5.1802521,5.4406171,5.5766521,6.2112598,6.7006497,5.6010737,5.6176052,6.251585,6.0279961,6.0434999,4.0686259,4.0107541,3.635808,3.7607369,3.7193751,3.8648608,3.755934,3.6915479,3.7381299,3.5121899,3.6826739,3.75228,3.8188281,3.6313021,3.7527001,6.24857,6.4240937,6.307488,6.1668448,6.100625,5.9492068,6.063642,6.1010518,6.1891503,5.91327,5.7205381,5.5526099,5.77109,5.8044119,5.8126998,4.4764748,4.5207577,4.3693323,4.3374963,4.3474998,4.292233,4.5502472,4.54461,4.5355201,4.6742301,4.5298219,4.2753901,4.4476428,4.4962621,4.5559001,3.316359,3.504636,3.5682242,3.4633918,3.4837499,3.3791671,3.034863,3.6205261,3.3394902,3.4018602,3.889447,4.1223001,3.851685,3.7446241,3.9503,3.7991469,3.7387342,3.5646601,3.6178052,3.6923752,3.6606131,3.8865061,3.8306279,3.6066799,3.5118601,3.7599552,3.35832,3.597584,3.823878,3.8752,3.956012,3.929014,3.779952,3.6096778,3.7098751,3.71228,3.6362429,3.882498,3.83515,4.01753,4.062757,4.1852999,4.2383471,4.241364,4.3618002,4.2483702,4.2763419,4.1577363,4.1194859,4.2762499,4.3979869,4.4112511,4.322082,4.4324498,4.1308298,4.1221619,4.0132051,4.0491362,4.1311016,4.0679998,4.4126329,4.5158,4.3926959,4.3939981,4.3908749,4.5015631,4.2174993,4.571856,4.6755505,4.4438896,4.2514358,4.3707299,4.4694791,4.63131,4.5261002,6.2248693,6.412972,6.1436763,5.8455062,5.6610003,5.8320789,5.9465251,6.0658259,6.1215,5.8777399,5.6576447,5.5968146,5.9011788,6.1579442,6.1778998,3.6236501,3.6390378,3.62868,3.6166441,3.594625,3.6269748,3.6911159,3.7692962,3.6217501,3.6389101,3.7109051,3.4382248,3.4784131,3.4115942,3.6645,3.929297,3.9185619,3.8712962,3.8991539,3.8666251,3.8756301,3.8649781,4.1353502,4.0402999,3.6786199,4.1326261,3.8203201,4.0432649,4.180572,4.0441999,4.3038549,4.3831401,4.302804,4.321887,4.3362503,4.3326468,4.3693647,4.6302242,4.7241702,4.8053503,4.6333723,4.6655698,4.4656677,4.741878,4.6346002,4.0860252,4.1970143,4.1583962,4.2163653,4.348875,4.1446128,4.2116489,4.6199641,4.7450705,4.93185,5.1673627,5.0246701,5.1341381,5.5639977,5.5918002,3.5544651,3.6193399,3.53562,3.568785,3.571625,3.4919391,3.5724781,3.7484341,3.6433098,3.35115,3.4815688,3.4386449,3.3907599,3.652926,3.7932999,3.722975,3.8277099,3.8265481,3.9308879,3.90025,3.796375,3.8650949,3.9367621,4.0230298,3.70755,3.994523,4.0502701,4.1059918,3.9417901,4.1437001,4.5408649,4.6362658,4.5903001,4.5686641,4.6191254,4.5531092,4.8679023,4.8817077,4.70822,4.6082301,4.520884,4.3524599,4.3839889,4.4084401,4.3376999,5.0553002,4.9768939,4.8476996,4.7953167,4.7985001,4.504951,5.2093081,5.1797042,5.0714402,5.2079501,5.0756941,4.7971349,5.0482359,5.2574878,5.1002998,4.2301488,4.1664619,4.0659962,3.9533341,3.8508749,4.242744,3.718611,3.981678,4.20684,4.09233,4.0504403,4.0044899,3.9164722,4.0893841,3.9984,4.7754087,4.880146,4.8231478,4.915029,5.0599999,4.9514413,5.0308828,5.3568597,5.5718298,5.1820998,5.0481172,4.9538999,4.842545,5.0312519,5.0588999,4.0060167,4.1241179,4.0541162,4.0699501,4.1828747,4.052774,4.1593499,4.5691199,4.6854501,4.7325301,4.5371251,4.6064553,4.7428412,5.2046523,5.3243999,4.875556,4.9470119,4.8733082,4.7746768,4.7608752,4.8208818,4.8077641,5.1266937,5.0830998,4.6467299,4.8227048,4.7141848,4.7026711,5.046144,5.5138998,3.5820019,3.6811142,3.6457078,3.722553,3.6791251,3.7920189,3.8094029,3.8413441,4.0190701,4.0854001,3.8017018,3.7059751,3.705322,3.9425039,3.7934999,4.3196101,4.4154339,4.3413477,4.2733831,4.2712502,4.3067532,4.2348151,4.58109,4.5845799,4.0678,3.9345729,4.4006553,4.193748,4.3719239,4.4109998,4.1601419,4.3533921,4.071804,4.4288278,4.4718752,4.5015631,4.393116,4.5147419,4.7436399,4.79215,4.4938517,4.8140397,4.842236,5.2960443,5.2547998,4.5760741,4.6075897,4.5491161,4.566987,4.556375,4.6623721,4.3311062,4.5530462,4.8831201,4.6048203,4.2835908,4.4874897,4.5104728,4.4342461,4.3379002,3.9479291,3.994808,3.912348,3.8723221,3.78725,3.8123472,3.812211,4.0884962,4.2389603,3.9082999,4.2415171,3.7574251,3.8423121,3.8596799,3.9377,2.9011118,2.9132938,2.8834081,3.0351119,3.056375,2.926506,2.9512079,2.8455539,3.1986902,2.87045,3.0854628,2.9911351,3.010175,2.95239,2.9782,8.1109486,8.25105,7.9755721,7.9386597,7.9685001,7.6710372,7.4099612,7.7884798,7.6719503,7.6848197,7.210568,7.3789797,7.3410163,7.267704,7.3098001,5.2550459,5.3902841,5.4739084,5.4827576,5.5536251,5.520504,5.858541,6.3376021,5.9626598,6.1411901,6.103128,5.9716654,6.2936091,6.2060881,6.2751999,4.1554842,4.2959061,4.1920562,4.3447199,4.4198751,4.157197,4.5695519,4.850472,5.0508699,5.0715499,4.9308333,5.0057697,5.0188813,5.5379882,5.5493002,5.5868602,5.7377458,5.7331557,5.7846179,5.7778749,5.9888949,5.9571719,6.1679702,6.1919003,5.9418702,5.6807528,5.7873898,5.554481,5.9559841,5.9903998,4.240972,4.1942,4.1630158,4.1774073,4.3553748,4.2550859,4.4586363,4.6274877,4.5681901,4.2834001,4.3762412,4.1489701,4.6829977,4.6678262,4.2753,4.5208631,4.6287618,4.555716,4.6610279,4.7740002,4.5829959,4.8152523,5.2102561,5.5348701,5.50495,5.3358769,5.0947051,5.6714888,5.9154902,6.0738001,4.0621872,4.1044202,3.9816482,4.0183501,4.1010003,4.1783719,4.1034241,4.4467983,4.3887801,4.48492,4.4134097,4.2139649,4.4545441,4.5259442,4.1872001,3.1212711,3.2004561,3.2120879,3.2804699,3.2696249,2.8415642,3.168009,3.4219379,3.54739,3.3837101,3.2607348,3.1609201,3.4465859,3.5196118,3.3290999,2.358592,2.3100259,2.2705321,2.4022381,2.377125,2.3332431,2.1901228,2.433444,2.53913,2.4025099,2.501332,2.4131098,2.591171,2.5796819,2.6336,4.6737552,4.8694258,4.9415517,4.9070311,5.1506252,4.6974621,4.9803391,4.4990101,5.05934,4.5937099,4.8043933,4.6332302,4.7698269,4.7060761,5.0818,6.1137624,6.1698961,6.1535759,6.1054411,6.0278749,6.077951,5.8839297,5.9981098,5.9045801,5.8153696,6.053206,5.41359,5.5444899,6.1579442,5.6313,5.4241037,5.428206,5.3931241,5.392458,5.3765001,5.067359,5.1351299,5.3446622,5.5025296,5.1770401,5.163003,4.9968452,4.9037271,5.0547118,5.1735001,4.7134852,4.7311378,4.769424,4.6815391,4.7836251,4.6225634,4.6714592,4.7858343,5.0183101,4.9152398,4.9315963,4.9964252,4.8630419,4.5485883,4.7340002,4.4766121,4.421196,4.316268,4.4922957,4.583375,4.358541,4.3837562,4.7457061,4.9459305,4.8334002,4.4960322,5.118855,5.2438331,5.4141603,5.3006001,7.2030492,7.3663821,7.342236,7.3381648,7.3509998,6.956532,7.1747909,7.4974384,7.37044,7.2842002,7.0675602,7.24227,7.1089568,7.186512,7.0797,4.3016629,4.52317,4.614984,4.7086291,4.9182501,5.0994239,4.8898978,5.6286359,5.6777601,5.8388,5.7983642,5.7721653,5.9683347,6.2613721,6.1975999,5.4069791,5.4235158,5.380188,5.326797,5.3917499,5.1084991,5.4118352,5.4937739,5.3425903,5.6115398,5.5813451,5.1182246,5.337357,5.3111396,4.9709001,4.4583912,4.5939217,4.4832478,4.5033898,4.6817498,4.6888709,4.711473,4.737042,4.7643204,4.5455298,4.6508121,4.2800102,4.3039579,4.4673958,4.5665998,4.2553573,4.2369461,4.121172,4.0891709,4.1665001,4.223021,4.303143,4.4709659,4.2393999,4.2976999,4.3301339,4.3480496,4.3983059,4.3215361,4.3344002,4.5207257,4.4755998,4.5006719,4.6261978,4.6868749,4.5525041,4.7830768,4.5885,4.9726601,4.4159503,4.35782,4.3148699,4.3058119,4.430778,4.3614998,5.13202,5.2063017,5.2707601,5.186316,5.2327499,5.1167274,5.5996199,5.705472,5.4421401,5.5647898,5.6589532,5.43501,5.337769,5.2980843,5.5204,4.5029159,4.588026,4.5480599,4.6590929,4.7016249,4.5247951,4.8065939,4.818552,4.9870701,4.76157,4.789351,4.4640751,4.442184,4.7277002,4.8456001,4.8855567,4.9921703,4.9964643,5.0084248,5.0586247,4.907155,5.0029202,5.1240721,5.1505299,4.9337201,4.9932899,4.9681797,4.9926157,5.2452478,5.2623,7.0826259,7.2867861,7.389492,7.3122358,7.3581247,7.0725708,7.3728719,7.7718358,7.4544802,8.2680397,7.7917557,7.8234453,7.7608442,8.516592,8.2596998,3.882854,3.954072,3.748668,3.7661552,4.0281253,3.9763021,4.0907884,3.94554,3.9752901,3.9558201,3.8403969,3.578295,3.7495091,3.865494,3.773,5.3061471,5.522408,5.4410405,5.5728002,5.6295004,5.4855351,5.450211,5.687346,5.8474898,5.9161301,5.6573176,5.3529,5.525229,5.5732803,5.6771998,6.3270707,6.4786315,6.321744,6.3308039,6.3024998,5.8561578,6.1952672,6.4270921,6.5084801,6.2649403,6.1763759,5.8974299,6.050529,6.295032,6.2536001,3.887238,3.7033579,3.5786521,3.5833621,3.5938749,3.612092,3.8888462,3.939954,4.2709699,3.96418,4.0612311,3.9316201,3.9478869,4.1133542,4.059,4.397974,4.4158359,4.480608,4.4497261,4.4040003,4.3900008,4.3527508,4.6404839,4.6480503,4.71174,4.3598909,4.7492547,4.5238628,4.624476,4.4643998,4.7788339,4.8503981,4.8471723,4.8522058,4.895,4.6520872,4.6866693,5.17731,5.0739698,5.0762801,4.8864698,4.5349498,4.6600289,5.0874538,4.8621998,8.6916904,9.0504942,8.7168846,8.4636898,8.3527498,8.9022121,9.2055597,9.1691341,8.7667799,8.1145906,8.1243143,8.9482059,8.7212162,8.3545132,9.2559996,6.2740517,6.463892,6.5439,6.6133137,6.5897503,6.4053774,6.3370709,7.2540483,6.8053699,6.1658301,6.598969,6.480495,6.3784809,6.0588002,6.4193001,4.6056662,4.865942,4.8784561,5.0490599,5.3468752,5.183156,5.6322632,6.4142103,6.3545899,6.41432,5.8958101,6.1882801,6.2231569,6.3268557,6.5489001,6.0523858,6.1905322,6.0420361,5.989212,5.9429998,5.7738781,5.9273372,6.5131621,6.5671101,6.3218098,5.9279647,6.0980854,5.9912009,6.127038,6.0956998,6.5373659,6.6502862,6.68118,6.6022201,6.7076249,6.57514,6.8280029,6.9412317,7.0661802,6.7769899,6.7136369,5.919795,6.3874416,6.571146,6.5207,4.9951572,4.9547839,4.9962001,5.1312332,5.3407502,5.2714858,5.3948703,5.3690581,5.5427899,5.1255598,5.2589231,4.8301048,4.6664147,5.138556,5.0169001,4.28262,4.3733578,4.16394,4.1879849,4.2661247,4.202693,4.297761,5.6791377,4.4576402,4.5963502,4.6277041,4.1572652,4.1390548,3.9723899,4.2365999,5.9360733,6.0955262,6.0931201,6.0266223,5.9351249,5.9287577,5.794425,5.9593501,5.6554303,5.8403401,5.843708,5.4792147,5.5794072,5.5136099,5.9292998,5.633029,5.7601242,5.7907081,5.8526011,5.8346248,6.0593171,5.8736339,6.1793699,6.2242403,5.7348499,5.664403,5.7269096,5.6773601,5.5776658,5.9088998,5.1718869,5.326232,5.2815843,5.265522,5.1763749,5.20542,5.2740088,5.3206081,4.9531903,4.9154596,5.1405492,4.6936049,4.9755177,4.92558,4.4674001,4.5901852,4.6361322,4.6159081,4.6589637,4.62325,4.4140801,4.6280522,4.6778765,4.6306701,4.7512302,4.3838711,4.4574604,4.3834739,4.3871217,4.5029001,6.4120111,6.645864,6.6892319,6.6979384,6.6053748,6.5047183,6.3956881,6.5751781,6.7353001,6.6200199,6.1057444,6.3908253,6.4245219,6.3870358,6.1908002,4.1464419,4.1116557,4.050024,4.0358939,4.0533752,4.0911307,3.99087,4.1024041,4.26789,3.78477,3.8092229,3.6261749,3.6263211,3.68628,3.5569999,5.3846478,5.5150375,5.5619521,5.633688,5.6431251,5.4791222,5.8459048,5.87043,5.8335199,5.7145004,5.5912642,5.6082597,5.5039077,5.7030239,5.9183998,5.8353777,6.048358,6.0911403,6.0753841,6.1133747,6.0677867,6.1675382,6.0646858,6.3178501,5.7192297,5.9848628,5.9053054,5.6562448,5.8710179,6.0081,5.1198268,5.2615099,5.2565041,5.3630462,5.37325,5.4039812,5.2241669,5.4771299,5.5412498,5.6050501,5.2313457,4.8876452,5.0733681,4.767684,4.9141998,5.198328,5.4300818,5.4725876,5.4543781,5.416625,5.3573961,5.6551948,5.4078178,5.4403796,5.32653,5.232872,5.2701597,5.1239409,5.2374959,5.3024998,4.1961732,4.2357402,4.2551517,4.3565879,4.3702502,4.433198,4.4004869,4.2825241,4.3102403,4.3905401,3.980135,4.1577902,4.1986918,4.133244,4.2089,4.786643,4.932004,4.9715161,5.0055871,4.9508753,4.8080559,5.0809588,4.7911916,5.1861701,5.2242298,4.7523999,4.88691,4.6523037,4.6672139,4.4888,5.4175282,5.3711219,5.434968,5.685288,5.7172499,5.5015068,5.7450509,5.985456,5.8115196,5.7108698,5.5954061,5.7582002,5.8411298,5.3671379,5.8673,5.06352,5.1836562,5.1553922,5.1970229,5.158875,5.1268911,4.9817433,4.9885259,5.12006,5.1603198,4.691905,4.88943,5.0570941,4.757484,4.9615998,5.4146509,5.5175838,5.5088878,5.5480318,5.5549998,5.615005,5.24862,5.7694263,5.78721,5.3158603,5.3196363,5.1759753,5.1596818,5.224236,5.1513,3.8240812,3.874342,3.8148,3.8781269,3.9070001,3.9732771,4.3564949,4.1742239,4.13204,4.0163202,4.067008,3.95997,3.806571,3.8825281,3.839,6.8995938,6.9389219,6.9121799,6.8504162,6.8897495,7.09302,6.8360763,7.2525659,7.3266602,7.0035901,6.7411051,6.7170601,7.2937388,7.1432638,6.7083001,5.2032599,4.7879543,4.8213,4.8180208,4.8111253,4.7436838,4.7597942,4.7344198,4.6575098,4.7553,4.6989899,4.73634,4.5865903,4.5882659,4.5454001,5.2438121,5.500968,5.4770761,5.4942389,5.6260004,5.6047201,5.5153804,5.9759936,5.4098001,5.2768102,5.3472133,5.1868949,5.1205416,5.3096104,5.1738,4.933918,4.975822,4.8907323,4.843821,4.8613749,4.921433,5.0287771,5.0034599,4.94626,4.6328697,4.5848665,4.6718698,4.5104728,4.8213358,4.3997998,4.786232,4.9013181,4.823544,4.765131,4.7600002,4.7430787,4.810338,4.6841459,4.7881899,4.6589403,4.8482108,4.6301851,4.5128422,4.4943237,4.4397001,8.4857798,8.9463758,8.8579922,8.6637697,8.3282499,9.2197161,9.8649712,10.527329,10.76581,10.19733,10.162179,10.2963,10.223265,10.356366,10.7143,5.6779647,5.6774459,5.7409439,5.8609858,5.8798747,5.5904422,5.6124897,5.8011179,5.7575097,5.5441103,5.5082059,5.3587799,5.1266193,5.5930676,5.7807999,4.739789,4.7614217,4.7270522,4.7114668,4.7681251,4.7751441,4.6933384,4.8240237,4.6690598,4.6880898,4.4979939,4.4544148,4.5859723,4.3810024,4.3852,6.0170403,6.0140543,6.0355682,6.0969267,6.0647497,6.0272522,5.9403238,6.1358218,6.0186501,5.8303304,5.6305037,6.1177197,5.8617301,5.8025761,5.5507002,4.2646732,4.1971478,4.232976,4.2237182,4.2501249,4.2418971,4.2384419,4.3519502,4.3825102,4.3463202,4.357275,4.3736701,4.4128289,4.2777781,4.2624002,6.569972,6.7778544,6.9057117,6.7201262,6.6513753,6.413363,6.8422771,6.696816,6.7955804,6.5385098,6.924552,6.5314198,6.2771287,6.2225103,6.3646002,3.9798501,3.9783258,3.934788,3.9348869,3.9030001,4.0061889,4.412889,4.0082402,3.9463601,3.93327,4.0118537,3.6967349,3.565963,3.8555999,3.7344,3.1581242,3.1204581,3.126024,3.151083,3.193625,3.048353,3.073005,3.2971079,2.9228101,3.30055,3.2386079,3.4358101,3.3833442,3.225342,3.2083001,3.9583411,3.95702,3.9379559,3.9486902,3.9507499,4.0031638,4.1698799,4.1399102,4.24336,4.0055399,4.0949121,3.9312,3.544745,4.032876,3.8731,4.9946089,4.9845319,4.9332361,4.9801741,5.0072498,4.8678298,4.8233252,4.9750738,4.7360501,4.9481301,4.595222,4.9822497,4.2428789,4.8941641,4.6662998,5.2194257,5.3640199,5.4329882,5.3715601,5.5264997,5.5281267,5.696496,5.8707719,5.9175601,6.3087201,5.7529111,5.5120797,5.5966082,5.68752,5.6099,4.12781,4.0750742,4.0780082,4.1086497,4.1015,3.9240301,4.191174,4.0838218,3.9216099,3.7664001,3.7927639,3.6635549,3.3760309,3.694236,3.8474,5.4082117,5.6271958,5.636004,5.5824747,5.6108751,5.5862074,5.6189246,5.4848819,5.6053801,5.2905598,5.0048437,4.8258004,4.9262843,4.9361877,4.9768,3.8597012,3.8948441,3.90852,3.9056041,3.8372498,3.8617148,3.7904491,3.906894,3.75595,3.6667399,3.6949909,3.7460849,3.3859191,3.64293,3.6338999,8.0144997,8.1770821,8.1429482,7.9860029,7.991375,8.0616245,7.9159861,7.9324622,7.8459702,7.7060499,7.5417104,7.46277,7.2482128,6.8803082,7.2972002,6.7525926,6.9747,7.0618677,6.937233,7.1048746,7.17167,7.3096919,7.3129859,7.2925601,7.2199602,7.4078579,7.8195601,6.995966,7.5871677,7.0281,5.1216078,5.076858,5.0134921,5.014101,4.97825,4.9438181,5.1128998,5.5083661,5.0273299,4.9637499,4.892138,4.8078446,3.9416041,4.643754,4.6550999,6.0225201,6.1689582,6.3101277,6.4708982,6.5883751,6.399569,6.6113191,6.8788738,6.9572802,6.73387,6.2017732,6.1525803,6.1397266,6.5153518,6.2393999,4.2360401,4.3458881,4.3113842,4.3473001,4.3115001,4.168087,4.29039,4.4406419,4.4172697,4.30551,4.2939458,4.2083998,3.8097641,4.2634983,4.1409001,3.2836161,3.2344921,3.2897038,3.2867908,3.31125,3.173104,3.3350852,3.3424799,3.0447998,3.50647,3.5920951,3.51687,3.620141,3.4053719,3.2103,5.4390368,5.326098,5.3416438,5.433867,5.5336246,5.8273602,5.7289052,5.4030299,5.5204601,5.4554501,5.5083151,5.2659602,5.2664928,5.2901278,5.2287998,4.7071829,4.8494601,4.8014998,4.8038311,4.8462501,4.669148,5.0031538,4.974618,4.7862101,5.3125601,4.7006249,4.4677501,4.3272362,4.5315537,4.8277001,10.645859,11.120124,10.934088,10.661592,10.48625,11.394934,11.692278,11.968176,11.778251,11.25575,11.197134,11.067945,10.98907,11.287116,11.0507,8.2912397,8.6562662,8.7802439,8.79006,8.8315001,8.8678484,8.8366594,9.280056,8.9494896,9.1662998,9.066184,8.9350796,8.5445709,8.4359102,8.9105997,4.4103041,4.4403582,4.5059519,4.5244169,4.5500002,4.5567389,4.7509017,4.5004921,4.5665402,4.03304,4.8164921,4.1996851,4.347733,4.2485042,4.3354998,6.0590987,6.1664119,6.2087517,6.3563461,6.63275,6.3806934,6.6564813,6.5023322,7.0717897,7.5373101,6.9617209,6.5190301,6.5206208,6.4379339,6.4257998,5.0359831,5.091732,5.0289359,5.0373211,5.0945001,4.9261518,5.0182471,5.1571317,5.03338,4.9615498,4.4614792,5.1453152,4.472981,4.9031401,4.7419,6.4206424,6.5304899,6.695436,6.8011379,6.8855,6.9980354,6.5500112,7.3178878,6.7424498,6.6886597,6.7768569,6.7726049,6.5947809,6.9529319,6.5485001,4.7003331,4.6555619,4.5852842,4.6202641,4.6551251,4.5474219,4.573998,4.6952038,4.76542,4.3363099,4.4442573,4.5295949,4.5695949,4.437408,4.5978999,5.9626513,6.1157603,6.1046042,6.090219,6.0949998,5.8420014,6.2070842,6.3980217,6.2614202,6.0868502,6.4193368,6.1196098,5.8888187,6.0000482,5.8899999,7.4951329,7.9937696,7.9531322,7.8873181,8.0461254,8.4669752,8.2327051,8.5211582,8.4356794,8.4449196,8.931242,8.0644197,8.4158211,7.837986,8.6610003,3.8944991,3.848078,3.8287919,3.7907941,3.7825,3.6721082,3.8014469,3.5516701,3.5638902,3.6094301,3.48037,3.2850299,3.358933,3.3968039,3.1893001,6.0325208,6.2829919,6.3301921,6.4466457,6.4026251,6.150188,6.1860242,6.6662641,6.52531,6.3935304,6.2775283,6.3745499,6.1509538,6.0924602,6.1761999,4.0665712,3.9819441,3.8996758,3.8763211,3.8345001,4.6025982,4.1029558,4.2760262,4.0618601,3.94526,4.2185178,3.975405,3.8105879,3.8796721,3.6459,4.0536928,3.9855618,3.9167039,3.8853509,3.8787498,3.9124141,3.898206,3.70386,3.8037999,3.9003799,3.9108109,3.6928499,3.728909,3.626406,3.9079001,7.9572339,8.1650219,8.3922958,8.4395676,8.4973755,8.6460552,8.1186304,8.5552444,8.5728502,8.2109499,7.882771,7.5299702,7.68998,7.8862319,8.1940002,6.5627108,6.6687779,6.6964922,6.604929,6.6261249,6.689364,6.6857314,6.6341157,6.743,6.3049803,6.444952,6.1015501,6.0484691,6.1251001,6.2445998,4.280839,4.2144341,4.1277719,4.0454397,4.0054998,3.9010401,3.9659488,4.0297861,3.6826899,3.94086,3.560921,3.42258,3.5258958,3.6787322,3.4842,3.9906731,4.0677037,4.0494962,4.0272512,4.1065001,4.1767988,4.0389571,4.163394,4.1896801,3.9481201,3.9014368,3.91503,3.8626029,3.9080279,3.8636,6.0014219,6.1839662,6.2953439,6.3773727,6.4279995,6.5042343,6.395103,6.7077599,6.60462,6.5409303,6.7824163,6.3968096,6.654418,6.3744898,6.4349999,7.7133737,7.6851678,7.8517556,8.0400543,8.2725,7.947401,7.8453178,8.0355177,8.4375496,8.0192204,8.0922689,7.7253752,8.0747881,7.7322116,7.5925999,4.7047167,4.7013903,4.6437597,4.6913428,4.7172499,4.7930522,4.6816378,4.9237738,5.1386504,4.6224198,4.8261929,4.7341347,4.6442699,4.559094,4.6331,6.7506747,7.0526876,7.2514205,7.3945384,7.6332498,7.9459486,7.3904219,7.8459358,8.6499596,7.57306,8.4147997,7.973175,7.813683,7.97436,7.6206002,6.4765377,6.7325621,6.809484,6.8239708,6.8755002,7.0776529,6.736392,7.0739284,6.9965501,6.5982404,6.9983449,6.0667953,6.3865151,6.2406659,6.4305,4.5267539,4.596736,4.6454759,4.653933,4.8080001,4.616755,4.7833114,4.8326883,5.0286498,4.77774,4.8282638,4.5643501,4.920207,4.7509561,4.5826998,3.1566172,3.1177781,3.1719601,3.2336431,3.2632499,3.1007459,3.1928129,3.34761,3.15502,3.23136,3.391644,3.1858051,3.1524181,3.2733839,3.1429,11.032611,11.57023,11.496936,11.625738,11.778125,11.887645,11.655423,12.2208,12.27402,12.562,12.979176,12.550125,12.250202,12.00336,12.2641,5.2302489,5.3947058,5.46876,5.5633826,5.5907497,5.4193478,5.6260619,5.9865961,6.0254703,5.7635603,5.461009,5.5930352,5.648108,5.4233398,6.0121002,3.721879,3.716356,3.7139521,3.7039769,3.7154999,3.727042,3.7816739,3.8505781,3.7816901,3.6222999,3.8433399,3.6212401,3.4626539,3.8466239,3.7548001,5.2662802,5.413198,5.3671198,5.2896452,5.3684998,5.2760844,5.4702177,5.7153902,5.7719202,5.56215,5.3834009,5.4721799,5.262682,5.2841101,5.2512999,5.6180959,5.7574439,5.8697762,5.770041,6.0110002,6.11655,5.738616,6.2051339,5.8457303,5.8494701,5.8225622,5.6818652,5.8762531,5.6230564,5.8267999,4.0695848,4.0829797,4.0013161,3.983649,3.9736249,3.8459849,4.0442219,4.1343241,4.0635099,3.8373501,3.8363638,3.8190601,3.8558049,3.920778,3.8499999,4.8591161,4.9133778,4.9230719,4.9840441,5.0758748,5.0839362,5.0876284,5.1964622,6.2258902,5.0264502,4.979774,4.8479548,4.950798,4.8346982,4.8920999,4.6205988,4.4747963,4.43784,4.4637871,4.414875,4.4592133,4.5390148,4.791306,4.7493596,4.7063503,4.6681433,4.6269302,4.3576212,4.694448,4.3484001,4.8624039,4.9663076,4.9517159,4.994751,5,4.8609333,5.003037,5.2441139,5.0106101,4.90765,5.1631122,4.8357754,4.8651023,4.69098,4.8076,7.243464,7.3839359,7.4859838,7.5083165,7.6251249,7.3939471,7.7597909,7.8018179,7.8703899,7.5426998,7.4097114,7.337925,7.0927858,7.3593001,7.2406001,3.615293,3.724932,3.7118402,3.8088541,3.980875,3.883616,3.838068,3.8703001,3.7866399,3.79511,3.848572,3.73737,3.310214,3.693522,3.6822,4.8887076,4.9234281,4.8589201,4.9066439,5.017375,5.0702629,5.1694112,5.1396899,5.1867199,5.92416,5.0488801,4.8203397,4.8557291,5.0035076,5.1422,4.0431442,4.0727963,4.0481763,4.001709,4.0223751,4.2963471,4.0969887,4.249464,4.1690001,4.0019097,4.0302749,3.8547599,3.792254,3.5501099,3.7995999,5.656045,5.7618661,5.906076,5.955801,6.1352496,5.943399,6.1168766,6.0691323,5.73738,5.9654102,5.8682327,5.981535,6.0433192,6.2045579,5.9281998,4.458117,4.5329523,4.45962,4.4516611,4.4650002,4.6644287,4.467411,4.5936298,4.5232,4.3228898,4.13873,4.2123899,4.2539001,4.1891398,4.4850998,3.991221,3.9090481,3.8866081,3.8645821,3.8256249,3.8379991,3.8869741,3.8284619,3.80512,3.6364901,3.670902,3.6210301,3.483254,3.534708,3.4885001,4.681427,4.6658802,4.6049519,4.6477408,4.6659999,4.5827541,4.5332818,4.3911662,4.2448997,4.3484101,4.4723787,4.2697201,4.3503079,4.1420159,4.4207001,7.2782621,7.4238682,7.5517201,7.4120822,7.6079998,7.723793,8.0136805,8.1239815,8.2307501,8.1334,7.6327252,7.508235,7.5848174,7.63164,7.5538998,4.0228677,3.9421461,3.8475358,3.8149168,3.8398747,3.9483509,4.0704303,4.158834,4.1798902,3.9586799,3.9348998,3.8328149,3.876508,3.9858541,3.7543001,6.4943476,6.4366903,6.4018679,6.3858871,6.3311248,6.7125959,6.7723112,6.8149199,6.8827,6.5283899,6.4687138,5.91927,6.4349251,6.6937499,6.1792002,8.6455221,9.1353159,9.3132601,9.4140329,9.4127502,9.8036613,9.427392,9.8375158,9.6770306,9.7705307,9.9506092,9.7756042,9.5801325,9.5544415,9.1885996,4.6532049,4.559886,4.5491161,4.604526,4.551125,4.2366939,4.5986853,4.6086779,4.4468603,4.42629,4.4890561,4.1006699,4.3777056,4.4426103,4.6185999,6.1196527,6.2823224,6.422328,6.4670277,6.63275,6.3155951,6.5026259,6.9015598,6.6675401,6.1875,6.2673907,6.2240849,6.0024281,6.2163901,6.2800002,4.3333101,4.2760739,4.2170038,4.2572579,4.293375,4.334825,4.3863301,4.5823441,5.7645502,4.4681997,4.424964,4.1605201,4.2425699,4.3592758,4.2203999,6.7051911,6.6493483,6.5743918,6.4952788,6.572125,6.4407086,6.2996311,6.7328401,6.6035199,6.2158804,6.2914796,6.3401098,6.0306501,5.8816261,6.1935,4.822948,4.8853722,4.8800402,4.8861327,5.0101252,4.8805351,4.9059272,4.9765558,4.9759603,4.83076,4.850718,4.4695349,4.8316269,4.7819638,4.8497,5.5354853,5.6412659,5.623332,5.6407833,5.6547499,5.7661338,5.585463,5.6254439,5.8339601,5.2761502,5.358222,5.44173,5.2671108,5.6748719,5.5798001,3.6824231,3.650696,3.6904559,3.7336469,3.7056251,3.6136651,3.6113222,3.8397481,3.5310001,3.65431,3.75614,3.2090101,3.6989362,3.6829138,3.7377999,3.7933929,3.768482,3.8377678,3.8956711,3.9312501,3.687959,3.799809,3.539016,3.70348,3.7282302,3.6838729,3.7109098,3.7662981,3.9102721,3.6289999,5.2027121,5.3281083,5.351676,5.4014883,5.4866247,5.2684612,5.5221658,5.4796381,5.3538098,5.2522798,5.0157442,5.0052452,5.013731,4.8831477,4.5430002,4.0969849,4.06422,4.0316763,4.0822048,4.082375,4.1486063,4.0244489,4.1005797,3.67961,3.9175398,3.862633,3.6661801,3.7322052,3.8224499,3.7830999,4.5644293,4.5396519,4.4982958,4.5600209,4.5608749,4.9014678,4.5434608,4.9691463,4.7463899,4.70261,4.7122884,4.5542698,4.5161381,4.7477937,4.6521001,7.6081581,7.842752,8.0839434,8.4380188,8.46525,8.3024149,8.4468155,8.4786358,8.52071,8.3169899,7.8984671,7.940835,7.9616942,7.4574242,7.5714002,8.9469223,9.3682079,9.614748,9.7467241,9.8122501,9.5423021,9.8215647,9.9026098,9.5859509,9.6996899,10.157165,9.5285397,9.8804808,9.4874287,9.2646999,4.7384191,4.9510317,4.9635959,4.9561801,4.9361248,4.8384271,5.0582609,5.2051258,5.7204399,5.1316099,5.0262079,4.8810301,5.1937752,5.156508,4.8706999,4.0356088,4.0319257,3.9916799,3.908958,3.8401248,4.0977859,4.0114622,4.0851898,4.1912198,4.1452398,4.0350709,3.9195449,3.8008029,3.9726958,3.7748001,3.7995582,3.7404759,3.7713721,3.796083,3.822,3.83691,3.688776,3.956028,3.8280001,3.9757299,3.8678651,3.8347051,3.5802801,3.9102721,3.8292,5.7238598,5.9092665,5.9954395,6.0326848,6.1491251,5.873703,6.3218608,6.2998676,5.8844504,6.26406,6.0776219,5.9272499,6.0390964,5.7416821,6.0714002,4.5233293,4.538178,4.543704,4.622457,4.5906248,4.739449,4.3432741,4.462872,4.5753398,4.47018,4.32621,4.2538652,4.4449649,4.3086839,4.3353,4.6042962,4.6854439,4.6713481,4.6710901,4.7332501,4.5734372,4.8948121,5.4518218,4.8821301,5.3375301,4.9367189,4.5333753,4.6402526,4.6845541,4.8232002,3.6518722,3.5873139,3.6259081,3.707073,3.7753749,3.612334,3.6314461,3.6679499,3.60338,3.85583,4.0100012,3.81003,3.6873999,3.8239801,3.8527999,4.3571477,4.2575822,4.1906042,4.2907982,4.3901248,4.1984582,4.310514,4.3356481,4.26723,4.5019698,4.101016,4.187295,3.968899,4.1991358,4.1132002,7.810781,8.1376858,8.3113804,8.4362135,8.5387497,8.5599031,8.3388243,8.9186764,8.6812,8.54282,8.40063,8.4186907,7.7575479,7.9893537,8.1169004,7.4658151,7.8174262,7.8108363,7.655376,7.5893745,7.8346286,9.1646099,8.9794378,9.0735703,8.39223,8.5045071,8.6173496,8.3370266,8.7273245,8.6419001,3.893266,3.8874738,3.824964,3.7554481,3.727,3.6589191,3.639168,3.8109059,3.71701,3.3729298,3.613241,3.1092601,3.2932189,3.587034,3.4099,4.3755059,4.4173098,4.4293923,4.3625221,4.3727498,4.7211781,4.4392138,4.379652,4.3329,4.4882202,4.1015611,3.449775,3.737767,3.7653298,3.8331001,4.3522162,4.4518819,4.32762,4.0458269,3.9057498,3.997961,4.1121988,4.2402301,4.7242799,4.2933002,4.6527739,4.3917298,4.226193,4.6226401,4.5890002,6.6295667,6.7927279,6.9083524,6.9746432,7.0217505,7.2964211,7.205328,7.1838241,7.3790202,6.9885201,7.3764658,6.8983951,6.6898499,6.7846317,6.6624999,5.8731904,5.7109461,5.679564,5.6456852,5.7704997,5.6561451,5.6962619,5.4560399,5.6732497,5.2375402,5.3282471,5.0713949,5.3213921,5.07093,5.2354999,4.1063008,4.1749043,4.1667118,4.0877523,4.0777502,4.278923,4.0659838,3.979398,3.93382,3.66311,3.701858,3.7717049,3.7662981,3.4582078,3.6503,3.7177691,3.684732,3.582216,3.493578,3.4879999,3.5748241,3.3780241,3.3690422,3.3765602,3.2412601,3.3956769,3.3122251,3.150564,3.1558802,3.3645999,3.899842,3.921644,3.8336759,3.7910521,3.8022499,3.8669181,3.8522251,3.930948,3.7088702,3.5395799,3.624795,3.4441051,3.319175,3.332952,3.316,8.9247284,9.7172775,9.3688316,8.6644135,8.7129993,9.5898552,9.3478327,10.142352,10.32251,9.0576191,9.0920172,9.1672344,8.9571886,9.129714,9.4067001,9.9989452,10.764488,10.72896,10.245309,10.36325,10.331101,10.601838,12.021984,10.87042,11.66462,11.458515,12.335505,12.48875,11.980104,12.5635,4.2332997,4.2783523,4.1785922,4.1163898,4.161375,4.0871382,4.0959358,4.1938319,4.1622901,3.9440501,3.9734859,3.226125,3.7160339,3.7052522,3.8583,4.8637738,5.0511298,5.0887318,4.7260442,4.6757503,4.635994,4.893291,4.8967562,5.0181999,4.8632102,4.7371402,5.30481,4.8715911,4.9115038,5.1195002,3.7721581,3.7442279,3.703788,3.661149,3.7670002,3.7101021,3.625596,3.725064,3.4107699,3.5544302,3.4946489,3.3327,3.4186728,3.4411738,3.3182001,5.0818777,5.2266703,5.1582961,5.1447778,5.1169996,5.3573961,5.4138241,5.2966681,5.2031102,5.0792499,5.5506067,5.10888,4.8622179,4.6198864,4.7614999,4.2043934,4.0518918,3.93294,4.0063529,3.9456251,3.9876759,3.8913031,4.231452,4.2953901,3.84637,4.0525112,3.81885,3.6553669,3.833976,3.8541,4.4957919,4.6607881,4.4824562,4.2370048,4.3027501,4.3566051,4.3644509,4.5452938,4.4616003,3.9396501,4.0576339,3.8631599,4.0494452,4.0228801,4.0121999,4.191926,4.0466661,3.9912839,4.0169311,4.1487498,4.1511469,4.2365699,4.3567381,4.3540201,4.4907498,4.501482,4.2110248,4.14575,4.2351422,4.0829,4.32235,4.2863922,4.1263199,4.124517,4.1246252,4.2607732,4.2487383,4.146636,4.3383999,4.1805501,3.967273,3.848985,3.852406,4.0716362,4.0064998,7.9255872,8.3703098,8.2800961,7.9189229,7.8441248,7.8118811,8.08002,8.4192419,7.5398402,7.35636,7.0058661,6.88695,6.7266212,7.1535659,7.2509999,7.5495219,8.4428043,8.4388914,8.0801725,8.0941248,7.7604561,8.0209351,7.259634,7.7056098,7.7937198,7.406332,7.5574799,7.10391,7.3176842,7.3065,3.7606499,3.7359202,3.655344,3.577944,3.5337498,3.5198898,3.5743501,3.6278222,3.3882201,3.1127799,3.2576828,3.173835,3.0436499,3.166692,2.9971001,4.7969179,4.9379001,4.9266362,4.9543738,4.9467502,5.3164978,5.0818954,5.1171179,5.3733902,5.3113499,5.3658519,5.0367446,4.8197818,4.8369417,4.8439999,3.9947829,4.0764141,4.045536,4.1313539,4.2221251,4.3965349,4.6072259,4.5936298,4.4418001,4.52771,4.4706349,4.4311051,4.3136401,4.3807979,4.2567,3.392257,3.30176,3.4840081,3.5004151,3.5179999,3.3085029,3.356379,3.494556,3.1237798,3.43717,3.669158,3.4255199,3.4231019,3.2949059,3.1619999,3.8636739,3.8537061,3.7695241,3.6839819,3.6773751,3.7439818,3.780972,3.9478199,3.8894901,3.5118601,3.5354149,3.4245749,3.42784,3.3275461,3.2749,8.2978163,8.5774746,8.84202,8.7416849,8.8094997,8.6436348,8.9786968,8.9137735,8.7035303,9.2781696,8.6359615,8.5092001,8.6702309,8.4471302,8.4212999,4.3098831,4.4029717,4.4027281,4.4534669,4.4727502,4.7390862,4.645134,4.8951602,4.98212,4.6644397,4.6586604,4.4005499,4.2949967,4.390182,4.3045001,3.7353051,3.6658378,3.6255119,3.4881599,3.4481251,3.4123211,3.521817,3.7633679,3.90676,3.5198898,3.7069809,3.55404,3.8563199,3.5327699,3.4267001,4.133153,4.208806,4.1178722,4.0931702,4.0683751,4.1565919,4.1840372,4.3663139,4.0664802,4.0826497,4.2743258,4.0286403,3.907099,4.0033979,4.2073998,4.082737,4.0260301,3.9746521,4.0664668,4.1008749,4.0536208,4.1337271,4.2297421,4.0731897,3.8596799,4.0859742,4.0406103,3.8934,3.796746,4.0735002,5.3508091,5.4571505,5.399724,5.2166309,5.1896248,5.1039009,5.221827,5.3455739,5.0258999,5.3994598,5.083324,4.6723952,4.9192801,4.879374,5.4194999,4.463871,4.6334519,4.5558481,4.3758092,4.427125,4.5220122,4.4222488,4.4649239,4.7073398,4.4788699,4.4531946,4.3056297,4.1590371,4.0506239,4.2551999,5.3627281,5.5774822,5.7914996,5.9876642,6.1297503,6.4793081,6.5353861,6.5602441,6.3330297,6.1930003,6.8036709,6.4401751,6.3631344,6.0657363,6.0735002,6.3809118,6.6654277,6.6418443,6.4965687,6.4553747,7.0467982,7.1352448,6.9806762,7.1476898,6.50914,6.9055862,6.731235,6.3368688,6.3759179,6.7676001,4.520452,4.5903039,4.5355201,4.4355359,4.4318752,4.5201969,4.5046172,4.8758941,4.5127501,4.38306,4.3879042,4.2359104,4.519949,4.3282681,4.4843001,4.8299351,4.8860421,4.7682357,4.4663672,4.4448752,4.6529341,4.8922377,4.9905777,5.5229897,4.8818002,5.0450649,4.86759,4.5583682,4.88376,4.6954002,4.7485571,4.9727402,4.9872241,4.8086042,4.8927503,4.8321352,4.62501,5.1081123,5.12468,4.6638899,4.469872,4.4665952,4.3574152,4.4821858,4.4537001,4.535111,4.4967718,4.5670681,4.5460892,4.5275002,4.4079089,4.3772039,4.3847818,4.5063701,4.7396803,4.4797912,4.270875,4.5257168,4.6074419,4.7423,4.5294938,4.42133,4.4359918,4.4760418,4.4590001,4.3676162,4.426929,4.8638101,4.5402498,4.5309,4.2880602,4.39572,4.363492,4.369884,4.4054999,6.4014616,6.4365559,6.6380162,6.676137,6.6152501,6.3746428,6.0243301,6.056706,6.2103801,6.3363304,6.4755807,6.4615951,6.0111833,6.0449281,5.875,4.9681678,4.9936438,5.0033278,4.9684348,4.9927502,4.8559718,5.4059849,5.1608939,4.9601202,5.2894602,4.9661489,5.0880899,4.7101898,5.1033664,4.9173999,4.9262457,4.8687558,4.9102678,4.9859791,5.0488753,5.11588,4.8248458,4.8330302,5.2290697,4.78863,4.5900993,5.0298147,4.4786458,4.7461619,4.7185001,6.5453119,6.4720659,6.47328,6.4902477,6.5149999,6.1860042,6.4887028,6.6310382,6.5113401,6.1986098,6.0106959,5.9587502,5.7769608,5.9043717,6.1746998,4.609365,4.603302,4.6017842,4.5347371,4.4871249,4.4284787,4.3169489,4.5256858,4.5313401,4.5199003,4.4955959,4.4586153,4.3089023,4.3178639,4.5465002,5.2949133,5.2341743,5.2021198,5.2198563,5.2366252,5.1536322,5.187429,5.1087961,5.2615199,5.0422897,4.6903791,4.579155,4.9145422,4.9415936,4.4235001,5.0818777,5.0495219,5.1208081,5.0980797,5.1700001,5.2480121,5.2015858,4.9075861,5.5407004,5.2172999,5.2443166,5.0355902,4.9757242,5.0278859,5.1150999,4.036294,3.9453619,3.9177599,3.948174,3.8388751,4.0080042,3.8395889,4.0037942,3.84428,3.8282201,3.893589,3.6270149,3.7410631,3.9068038,3.9992001,4.8774738,4.9644318,5.071044,5.2121162,5.2536249,5.013514,5.1499891,5.3626742,5.1349096,5.2490902,5.4361567,5.1349201,5.4413867,5.37744,5.5005999,4.4859281,4.4309778,4.369596,4.37568,4.5524998,4.4760318,4.262661,4.5199862,4.4386101,4.54355,4.5215383,4.8617101,4.8334808,4.7080135,4.6403999,4.6808786,4.6302361,4.6611838,4.6805067,4.6974998,4.6738667,4.5088291,4.7754602,4.8189898,4.97013,4.6340261,4.5306449,4.6401501,4.6986303,5.0387998,4.5508661,4.4879279,4.5079322,4.5767908,4.598125,4.542098,4.6783619,4.7486701,4.59657,4.14007,4.3906288,4.2930303,4.3077693,4.262682,4.3204999,6.1478753,6.1397462,6.129024,5.8760791,5.9181252,5.7726684,5.8838134,6.5101981,6.2007003,6.0933399,5.9638257,6.1087952,5.8152766,5.437212,5.9358001,5.2128501,5.164628,5.2213922,5.21031,5.3706255,5.1313677,5.30829,5.1649981,5.55093,5.2993598,4.9703999,4.9397254,4.8819938,4.8663177,5.0963998,7.2463408,7.2335882,7.081008,6.9067893,6.9961252,7.0604711,7.4050469,7.6344657,7.7100101,7.44766,7.2100229,7.20258,7.1012321,7.3214579,7.5738001,6.3050141,6.4309282,6.58284,6.5953832,6.5628748,6.4283667,6.4782901,6.5977497,6.55721,6.6740298,6.2246633,6.3308697,6.113462,6.3766317,6.1897998,4.5915551,4.4974422,4.5096478,4.5140972,4.4863749,4.432714,4.27284,4.7841239,4.9801402,4.5719299,4.4009838,4.3914151,4.4958472,4.8232741,4.8126998,4.718143,4.6637363,4.7047439,4.6545782,4.677,4.672657,4.6239572,4.8300657,4.5048304,4.5310102,4.6335897,4.5507002,4.7381029,4.8919201,4.9348001,4.6790981,4.669498,4.723752,4.7482319,4.7937498,4.9126,4.8758578,4.927422,4.7241702,4.6601496,4.371881,4.4175601,4.4282794,4.2151504,4.4243002,4.7789712,4.8093939,4.8240719,4.8073139,4.836875,4.6808848,4.816071,4.7827563,5.0511999,4.93889,5.313314,4.99821,4.8001089,4.8852901,4.9955001,5.2466888,5.1959839,5.2859397,5.329248,5.421,5.1665788,5.4255238,5.3807998,5.5391603,5.4383998,5.0207582,4.6547551,4.999517,4.782372,5.2312999,3.9882069,3.8948441,3.8910959,3.9210839,3.9673748,3.8782918,4.1921101,4.0869002,4.1690001,4.2199297,3.889338,4.0613999,3.969311,3.9794281,3.7781999,4.1595941,4.107368,4.0906801,4.1410289,4.1356249,4.2821898,4.151979,4.2751141,4.1866002,4.19947,4.1236882,3.95136,3.890722,3.641706,4.0188999,4.2922096,4.2980499,4.3571877,4.4216037,4.3773751,3.9680741,4.1681252,4.4861279,4.2832899,4.3216801,4.2548151,3.9329848,4.1513119,4.5779643,4.2579002,6.0443029,6.0751581,6.1764121,6.2184448,6.2237501,6.0059562,6.293313,6.3475199,6.39463,6.1535101,6.1526141,5.797575,5.926826,5.8771381,6.0397,5.9171667,5.8997521,5.7962518,5.6836109,5.6826253,5.7894869,5.8983207,5.941452,6.1487799,5.73738,5.5411239,5.4989552,5.276072,5.7800341,5.4720998,5.6230283,5.6527901,5.6950083,5.7580442,5.6489997,5.822278,5.668416,5.8694043,5.8860998,5.97685,5.9513998,5.4613652,5.447258,5.3575501,5.1395001,5.4006772,5.275178,5.1796799,5.2036023,5.346375,5.2279263,5.0376687,5.578248,5.64641,5.6547699,5.2106357,5.41254,5.5279069,5.4026341,5.2673001,7.0753655,6.9466944,6.8749561,6.8250031,6.823,6.6425366,7.0237441,7.454916,7.3376598,7.11447,6.9096189,6.6954298,6.9080038,6.8791857,7.1890001,5.0463953,5.004632,5.0888638,5.1437459,5.0657501,5.0316639,4.9650121,5.2791119,5.3095899,4.9278898,5.1100287,5.1127648,4.8956928,4.8528538,5.0082998,4.6503277,4.5869541,4.5925441,4.6584482,4.66925,4.403553,4.6542597,4.7721539,4.89643,4.4847002,4.485023,4.3224301,4.1146441,4.4548497,4.3822999,6.2992601,6.4068079,6.5353203,6.5542321,6.5097499,6.0104327,6.2310686,6.575748,6.83606,6.4386301,6.6132483,6.2678699,6.0312676,6.1074538,6.1652999,5.2190151,5.1915622,5.1990838,5.2136641,5.1679997,5.2042103,5.0638771,4.7289481,5.2203798,4.8953304,4.8766599,4.3350301,5.0826378,4.7592182,5.1022,4.8434978,4.8010859,4.8210359,4.8318238,4.8023753,4.564846,4.9440689,5.035038,4.92767,4.7458401,4.6999712,4.9948502,4.658175,4.7219877,4.9819002,5.4067049,5.3847899,5.3503561,5.4142594,5.50425,5.3807487,5.1967888,5.404284,5.4074903,5.2238998,5.4498911,5.3880749,5.3054271,5.214138,5.3733001,4.1791849,4.0512218,4.0356359,4.011384,4.0001249,3.8323121,4.0267892,4.1653318,4.3660102,4.0443702,4.2783589,3.7653,3.3244281,4.3556037,4.1837001,4.4990797,4.5068221,4.4909039,4.4866199,4.4733753,4.2752929,4.5392489,4.782186,4.9011598,4.5160503,4.4148273,4.3749304,4.473084,4.2756362,4.4341998,3.4092453,3.3875201,3.441108,3.5613029,3.5413752,3.3468599,3.5571508,3.286164,3.3975701,3.8001699,3.4481058,3.46542,3.3928199,3.6269159,3.5615001,5.2316189,5.2487803,5.4060602,5.58957,5.6737499,5.672359,5.8684859,5.9925237,5.7719202,5.6367302,5.5506067,5.3580451,5.4252162,5.5090199,5.6736999,3.686944,3.5883861,3.5857801,3.699075,3.7221251,3.679852,3.806361,4.0645556,3.6073401,4.2272997,4.1557341,4.0274849,4.0369821,3.8859959,3.7625,3.390202,3.3392801,3.3993959,3.45591,3.5213752,3.2625229,3.446352,3.6042242,3.39273,3.4618099,3.554054,3.3987451,3.42784,3.6001918,3.3817,4.4407182,4.4194541,4.4415359,4.5019712,4.4604998,4.483171,4.2588,4.514514,4.7293396,4.2486401,4.1634731,4.3085704,4.1245317,4.4593382,4.3572001,3.9850559,3.8834538,3.9073319,3.9654598,3.941875,3.9337099,3.974256,3.7922099,3.6696,3.8327298,3.953866,3.8707199,3.712944,3.8380561,3.4886999,3.1122289,3.013124,3.031116,3.0647819,3.0774999,3.1130879,3.054285,3.168174,2.86253,3.18736,3.170156,3.0010049,3.3909662,3.258492,3.2162001,3.1544249,3.0874941,3.105432,3.17856,3.2151248,3.1393452,3.1722209,3.2638199,3.11762,3.3124301,3.4042881,3.12921,3.3871551,3.3292799,3.2960999,3.7537999,3.8290501,3.636996,3.605679,3.6930001,3.7277682,3.553524,3.89253,3.5448599,3.60833,3.754396,3.702405,3.5795591,4.0186977,4.1838002,3.3826671,3.351876,3.3686399,3.4030199,3.4361248,3.4078441,3.361644,3.4555678,3.62274,3.5112,3.3633039,3.3931801,3.4448352,3.43944,3.6738999,3.1937439,3.162534,3.1317,3.2195821,3.3196249,3.227433,3.33567,3.9164698,3.26458,3.4772098,3.4398222,3.4855802,3.389936,3.605088,3.2704999,3.9647801,4.0606017,4.0398598,4.1256781,4.0432501,3.9184639,3.8294101,4.145154,3.9396501,3.98827,3.977083,3.985065,3.9169872,3.903336,4.1039,3.7599649,3.7261379,3.7758601,3.8318162,3.83675,3.7207501,3.7424788,3.780582,3.84285,3.57412,3.8647039,3.7720201,3.7335439,3.796236,3.6996,4.2960458,4.3575459,4.4592242,4.499649,4.5009999,4.162642,4.592484,4.1287379,4.1704302,3.9095101,3.705019,3.8417399,3.5942879,3.819288,3.598,4.561552,4.5472903,4.5891118,4.665801,4.6587501,4.6289759,4.4442449,4.4890919,4.3281698,4.37569,4.196609,4.1065502,3.813575,4.1053982,4.8178,4.335639,4.3369102,4.3054438,4.3665209,4.420125,4.2841263,4.480866,4.2563038,3.9082999,4.0132399,4.0332179,3.991365,3.931613,3.6774058,4.1009998,4.2134352,4.2051883,4.1147037,4.1887593,4.2072496,4.31849,4.2968249,4.3391819,4.1967201,4.4110003,4.4080687,4.189395,4.2457628,4.3040938,4.2121,4.4131808,4.3956017,4.4263563,4.4303761,4.4302502,4.3658009,4.5865169,4.6714916,4.4553299,4.3090301,4.2073998,4.3119297,4.053256,3.9412801,4.1121001,5.8942881,6.0188785,6.1840677,6.2736568,6.49125,6.3454823,6.9135299,6.9789662,6.9082198,6.4744902,6.8840041,6.2244,6.4811721,6.6214318,6.6950002,4.6067619,4.6200519,4.6668601,4.6928911,4.7515001,4.6624932,4.3155451,4.6661339,4.5636797,4.5921698,4.6989899,4.2429452,4.7187386,4.677516,4.3936,3.6868069,3.6816499,3.7890601,3.8404589,3.8677499,3.6653321,3.7079639,3.901422,3.75595,3.8553901,3.7860062,3.9133501,3.846535,3.9231241,4.0567999,3.2267609,3.174058,3.2778242,3.3723183,3.3842502,3.2968869,3.247803,3.4991162,3.27987,3.43332,3.718971,3.4142849,3.5043688,3.6234481,3.4295001,3.342252,3.3183758,3.3723361,3.44172,3.526,3.366946,3.541707,3.676614,3.72526,3.8055599,3.6190181,3.5701051,3.4548259,3.6488461,3.6436999,2.463397,2.32423,2.3069639,2.377599,2.38625,2.2370479,2.3694839,2.496942,2.2534599,2.4444199,2.630497,2.493855,2.600338,2.57091,2.4707,3.959985,3.9587619,3.9935279,4.068531,4.1020002,3.8375149,3.9661829,4.3319998,3.9193001,4.02424,4.2353039,4.17627,4.1857138,4.2539096,4.3729,4.2200112,4.253294,4.2526441,4.230813,4.283,4.111701,3.8597128,3.8536558,4.1457901,4.2288399,4.0554538,4.40727,4.3666849,4.241466,4.3355999,3.8528509,3.7834899,3.7861559,3.8064032,3.8183749,3.8192439,3.7613158,3.94839,3.75826,3.87552,3.9544108,3.6888599,3.78319,3.718308,3.5799,3.6605031,3.5978999,3.60162,3.635994,3.620625,3.5461471,3.52053,3.6363721,3.4411299,3.5307801,3.527894,3.5174999,3.5728641,3.5006399,3.5046,4.2611113,4.2376161,4.2587161,4.3777442,4.4421248,4.2535129,4.3969769,4.0959063,4.6538801,4.1900101,4.2105608,3.9976652,3.983319,3.9086399,4.0012002,3.1440129,3.0459538,3.0245161,3.0250499,3.0693748,3.0559759,3.256695,3.4358461,3.0181799,3.20122,3.478735,3.3265052,3.3718081,3.3079619,2.9839001,4.1612382,4.0899482,4.1136479,4.2682233,4.2927499,3.9309268,4.1733899,4.661346,4.6091104,3.88641,4.6049228,4.5619349,4.2748089,4.8226619,4.3835001,3.7875021,3.801044,3.785892,3.827817,3.883625,3.803514,4.1461291,3.993876,3.7592499,4.1262102,3.7754331,3.8919299,3.790194,3.752274,3.6350999,4.615119,4.6921439,4.7578077,4.7519732,4.9755001,4.8606906,4.9365807,5.0344682,4.78896,4.2684398,4.4293242,4.2800102,4.2319608,4.357338,4.4446001,3.642967,3.6318018,3.60954,3.5994868,3.6653752,3.698849,3.6749701,4.4246821,3.6408901,4.0032301,3.918005,3.7883999,3.984143,3.9220018,3.6375,4.3235831,4.2719197,4.227828,4.2441001,4.2445002,4.1380787,3.8172419,4.4182978,4.2178397,4.2021103,4.2506728,3.86778,3.9112191,4.1829181,4.0194998,4.0595841,4.128808,4.04316,4.0326691,4.0973749,4.1300931,4.0837679,4.1061659,4.0201702,3.8944399,4.0038972,3.88941,3.792872,3.760536,3.8204,4.3760543,4.4171762,4.4975042,4.6430969,4.7323751,4.5388312,4.5124559,4.6214457,4.6721396,4.4459801,4.405344,4.3675799,4.4223051,4.4035444,4.4801002,3.5866601,3.5140162,3.534564,3.556143,3.5916252,3.647182,3.5303581,3.6288478,3.3157301,3.38327,3.410501,3.6674399,3.1750782,3.2842979,3.4340999,3.8075042,3.8600039,3.9512882,4.0231233,4.0428748,3.8441701,3.9976561,4.0546379,4.4282703,4.1808801,4.6356611,4.2393751,4.1643929,4.3030739,4.1420002,5.7786598,5.7749982,5.7959881,5.8033233,5.9026246,5.7448378,5.6308589,5.6672821,6.2980499,5.6744599,5.770678,5.6662202,5.6827159,5.722404,5.9471998,3.8387401,3.8527679,3.8988841,3.970233,3.9741251,3.8377571,4.3094611,4.2477541,3.80479,3.9587901,4.1327353,4.0063801,4.1404967,4.0797958,4.027,3.7137959,3.717696,3.7680719,3.837105,3.8626251,3.79335,3.961503,3.8158078,3.8359201,3.52297,3.8341842,3.520545,3.805953,3.6167159,3.7467999,3.768733,3.7804079,3.7576439,3.8497469,3.93875,3.937582,3.8764441,3.913506,3.9960802,3.7629902,3.8335299,3.7192049,3.7650621,3.8909938,4.6382999,3.4063678,3.387922,3.3723361,3.437463,3.467875,3.226223,3.356379,3.43995,3.4385998,3.37953,3.418458,2.9537551,3.1743569,3.6701641,3.3041,2.9690642,2.859024,2.8625522,2.9691932,3.01425,2.879921,3.0284278,3.080394,3.0959501,3.0329201,3.1894491,3.2288549,3.0232561,3.167202,3.2456,3.676532,3.6829901,3.7297919,3.833106,3.9077499,3.815856,4.242888,3.9676561,3.89169,3.9460301,4.0162139,4.1007748,4.085495,3.94944,4.0304999,3.635432,3.692102,3.7399561,3.807693,3.901125,3.5302958,3.6046529,3.7340701,3.7572699,3.6992998,3.6967349,3.676995,3.6485689,3.8342819,3.6466,4.0776677,4.0677037,4.0813084,4.0909767,4.0922499,4.0912523,3.7156861,4.0208941,3.927,4.02039,3.9372981,3.8799601,3.8960779,4.0189018,4.1019001,3.7562661,3.7231901,3.721344,3.7293901,3.8139999,3.60217,3.662802,3.9543178,3.8779399,3.8780501,3.9123368,3.855495,4.5930791,3.842952,3.8387001,3.8988831,3.7926021,3.7902482,3.9137311,3.8765001,3.7263162,3.7046878,4.1379719,3.8027,3.9688001,3.9632399,3.71889,3.883615,3.944952,3.7242,2.9176888,2.8724239,2.9238,2.9780939,3.08025,3.0487158,3.1122,3.137394,2.8640699,2.90202,3.1700468,3.013185,2.8203459,3.2441101,2.9331,4.2431641,4.2121558,4.183476,4.1841149,4.1863751,4.1092811,4.0834169,4.1492581,4.0928798,4.15657,3.9665098,4.0379848,3.8891768,4.0232882,4.0012999,4.0298548,4.1317558,4.175292,4.1367722,4.006125,4.0024381,3.9555361,4.2009001,4.01192,3.41715,3.9280329,3.78882,3.8108969,3.7874641,3.8599999,4.5500441,4.544744,4.512156,4.5227399,4.5577497,4.1677241,4.3026752,4.5497398,4.48943,4.3151898,4.300704,3.990525,4.332695,4.2029099,4.1932001,3.282383,3.261292,3.2941921,3.2986591,3.3243749,3.2357821,3.4176869,3.5068681,3.4824901,3.4844701,3.910048,3.4493549,3.3866401,3.5215502,3.4419,4.4553771,4.427628,4.4717641,4.5268683,4.460125,4.5295143,4.3529849,4.3908238,4.1982603,4.3027601,4.6158233,4.2355947,4.3508229,4.469028,4.2062998,4.3207059,4.2882681,4.3197002,4.3234348,4.3093748,3.9225781,4.2917938,4.0823402,4.3290501,4.1310501,3.9949591,3.8517148,4.0308018,3.8667181,4.1293998,4.94981,5.0347819,4.9587121,4.9759169,4.9736252,4.9006209,4.5579691,4.9415579,4.8974199,4.56742,4.6657448,4.68993,4.395628,4.4967718,4.6374998,4.512095,4.5962,4.6347837,4.6433549,4.7373753,4.959064,4.7275019,4.8313198,4.6545401,4.5822701,4.376895,4.4685898,4.5821609,4.6375318,4.4394999,6.30337,6.4917641,6.4526882,6.436326,6.3105001,5.9410996,5.8986721,5.979528,5.8913803,5.60186,5.5949697,5.5381203,5.2632999,5.2995119,5.4141002,5.0858512,5.2624483,5.2491121,5.2354646,5.2657504,5.1175742,5.2927294,4.9530721,5.1917801,4.7934699,4.8055921,4.6646252,4.9449272,4.9386363,5.0998001,4.545249,4.6413579,4.7075157,4.7447491,4.7641249,4.706295,4.6548448,4.6116419,4.5403605,4.2438002,4.226366,4.2309752,3.845608,4.2215762,4.1810002,7.21031,7.4447718,7.5731039,7.7945671,7.5504999,7.2160769,6.8572531,6.9213963,6.95013,7.2246904,6.7768569,6.9870152,7.1747737,6.7990141,6.8429999,5.4113626,5.4909182,5.4580679,5.4577322,5.448875,5.4525018,5.3507609,5.4610562,5.53652,5.0644002,5.0662112,5.2625999,5.136301,5.0480819,5.2484999,4.7193761,4.734622,4.6708202,4.7210131,4.8226252,4.7907529,4.7767587,4.72929,4.7870903,4.67698,4.374824,4.2058802,4.442699,4.332654,4.5316,6.0555372,6.2356901,6.254292,6.2616601,6.3148746,6.2498922,6.0562711,6.3145742,6.30443,5.8263702,5.919136,6.0329847,5.7665577,5.8765259,5.902,4.5330558,4.6004877,4.5612597,4.5049376,4.5244999,4.8611751,4.5871019,4.6822081,4.5810599,3.9665999,4.1037412,4.3240051,4.3227043,4.2429962,4.3562002,6.7421808,6.8039842,6.7623601,6.7495384,6.743125,6.5021772,6.7479749,6.9305162,6.7718201,6.3802199,6.4264221,6.3513451,6.1922569,6.1532521,6.1936998,6.114584,6.1449723,6.0850682,6.0698366,6.0697503,6.058228,5.8283553,5.8845658,5.8242798,5.5531297,5.5585637,5.47365,5.3150063,5.2655463,5.4359002,5.3586183,5.4150739,5.4174123,5.3510489,5.4321246,5.2901201,5.331924,5.4887581,5.4173899,5.4025397,5.0129099,4.8763051,4.9496651,5.2796216,4.9717002,4.736227,4.770668,4.7638798,4.804605,4.83675,4.7698197,4.919148,4.4217181,5.0366802,4.6921601,4.46137,4.823175,4.488019,4.428534,4.6475,5.283679,5.2909899,5.2502999,5.232111,5.2018747,5.3436022,5.5700192,5.2840137,5.2958403,5.2588797,5.1711783,4.8171902,4.8630419,5.1433501,5.2224002,5.3843741,5.4039521,5.3465276,5.2701659,5.1886249,5.1022072,5.39604,5.0806379,5.3331299,4.8794904,4.7852092,5.0042996,4.9331851,5.0331903,4.8102002,4.6959491,4.7186761,4.767972,4.7719679,4.7894998,4.6868138,4.678947,4.6199641,4.4208999,4.4898701,4.5701523,4.8343053,4.6005979,4.5021777,4.4562001,6.1778779,6.223228,6.2007003,6.1623302,6.1813745,5.9158111,5.7479758,5.7812819,5.8848896,5.5745802,5.4856429,5.5970249,5.5154443,5.5741982,5.2149,4.3275557,4.2802281,4.3348799,4.3540082,4.3296251,4.2449217,4.2558751,3.981678,4.2484202,4.0809999,4.222115,4.1246099,4.0342007,4.0956059,4.1417999,4.885694,4.9565258,4.9018202,4.878006,4.9688749,4.8274159,4.8072958,4.8826199,4.9925699,4.7236199,4.6059036,4.8035402,4.7898092,4.6771083,4.6971998,5.8397617,5.9351282,5.8972321,5.9072971,5.9544997,5.7576637,5.8752718,5.7918839,6.1087399,5.6133003,5.5610709,5.5703549,5.6808619,5.6846642,5.3327999,5.3749208,5.4040856,5.3429637,5.2722297,5.3138752,5.154479,5.3742781,5.4461217,5.47261,5.0861797,4.749239,4.94487,4.8153529,4.5067677,5.1174998,5.7213941,5.9465179,6.087708,5.8631792,5.9701252,6.090898,5.8160701,5.8406763,6.1669297,5.92735,5.639442,5.4326997,5.4336619,5.4249721,5.8418999,4.0410891,4.0742698,4.1301479,4.1352239,4.1545,4.2115259,3.9493349,4.1258879,3.8511,3.76211,3.872988,4.0272751,4.0303903,3.8160241,3.9408,4.8637738,4.9364262,4.9319158,4.9693379,4.9562497,5.0260983,4.7862358,5.0417638,4.96562,4.8870802,4.2305079,4.340385,4.5089283,4.7370839,4.7985001,6.2341847,6.346642,6.3592315,6.3231931,6.2647495,6.0225334,5.979753,6.2388783,6.13415,5.8587098,5.5549669,5.6395497,5.5765233,5.344698,5.6364999,4.7033472,4.749094,4.7422323,4.7373958,4.6608748,4.8521004,4.7305441,5.07129,4.8588099,4.5869999,4.3848519,4.3287301,4.6010098,4.6070337,4.5158,6.2535019,6.324532,6.3436561,6.3123569,6.2641249,6.3835969,6.1058788,6.0991139,6.1298599,5.82054,5.671052,5.45643,5.5821881,5.2967582,5.3944998,5.9349771,6.0675197,5.9801278,5.9169722,5.9635,5.952353,6.0678539,6.0825839,6.0366898,5.8579397,5.4607911,5.746335,5.7021828,5.4013081,5.6160002,5.4091706,5.4180222,5.3972158,5.3200893,5.27525,5.2766891,5.2536511,5.4878459,5.3629398,5.44555,5.1525388,5.2182899,4.9572868,5.2350478,4.9790001,4.9921427,5.1384983,5.0780396,5.0156488,5.1452498,5.2529731,5.0130987,5.33178,5.2575603,5.0188603,5.078855,5.0642552,4.7738438,4.735044,5.2259998,4.5311379,4.5655141,4.5950522,4.5938191,4.5887499,4.392179,4.3571973,4.5504241,4.5978904,4.3843799,4.1160579,4.4093699,4.5426087,4.28655,4.0967999,5.2868299,5.3361478,5.38692,5.400456,5.4042501,5.3778448,5.5927167,5.3004298,5.2426,5.2597599,4.9150281,4.8223352,5.0228977,4.8675418,4.8881001,5.9452519,5.8745599,5.810112,5.833251,5.8851247,5.5372019,5.5917811,5.49195,5.5165,5.3678899,5.238431,5.1244202,5.0634799,4.8791704,4.8429999,6.0749907,6.1224599,6.2441282,6.2875891,6.2669997,6.0490317,5.9264011,6.0955801,6.02844,5.55445,5.4709277,5.4503403,5.430675,5.2866602,5.4400001,4.8363738,4.8108678,4.8447962,4.9159322,4.946125,4.8144689,4.3646851,5.077446,4.7062397,4.2453399,4.152791,4.1690249,4.4355917,4.2274919,4.3701,4.6984153,4.8045702,4.890204,4.9619851,4.9827499,4.7880907,4.9274554,4.8530941,4.8519902,4.5400295,4.7933841,4.39047,4.472569,4.87152,4.3660998,3.80586,3.7556181,3.696924,3.693141,3.6619999,3.731519,3.5647559,3.585072,3.7446201,3.37128,3.4344809,3.1663799,3.4942749,3.342438,3.6774001,5.1092777,5.1849961,5.0735521,5.0498338,4.9351254,4.609858,4.840641,4.88661,5.0492201,4.6213198,4.4234381,4.2818999,4.3707023,4.289916,4.2946,5.03475,5.0819502,5.1020641,5.1601291,5.2086253,5.1299162,4.9813919,5.1264663,5.1666999,5.44203,4.8985691,4.8133049,4.7163701,5.2439218,5.2978001,5.4412289,5.6275978,5.6267643,5.6219487,5.6989999,5.4050698,5.267808,5.4590039,5.5669904,5.3940697,4.8418889,5.5943999,5.3720679,5.3856001,5.2775998,5.1385961,5.1900878,5.3017802,5.326539,5.354125,5.015934,5.58675,5.0894156,4.75739,5.0738597,4.8001418,4.1388903,4.595963,4.7708459,4.9039998,6.7738276,6.8629441,6.8344316,6.8052664,6.842875,6.5574741,6.0677371,6.548502,6.0256901,6.0616603,6.055604,5.9746051,5.9799738,5.8266478,5.9376998,8.8281431,8.7779379,8.7584639,8.6261015,8.6467495,8.8870869,8.2674541,8.6569319,7.7624798,8.1212997,8.0083389,7.8362551,7.8577671,7.5879841,7.7364001,5.0070758,5.1020498,5.1264839,5.1196227,5.3202496,5.009037,5.1289287,5.163744,5.4937301,4.9061103,4.7864079,4.745265,4.9551239,5.1742563,5.3828001,6.6179218,6.7950058,6.7991877,6.7366381,6.7388749,6.6303158,6.4300861,6.7721696,7.21556,6.1606598,6.2250991,6.0759301,6.2130632,6.2040477,6.8470998,5.6057663,5.6629739,5.729064,5.7315989,5.816875,5.8106618,5.7779279,5.517828,5.5572,5.2560201,5.1089387,4.9215603,5.152678,5.0120759,5.2410998,5.8862052,5.9036384,5.8479962,5.9114251,5.8503752,5.7039404,5.9722648,5.7563157,5.6155,5.5543399,5.4120679,5.32476,4.812675,5.2618742,5.2075,4.864048,4.815558,4.8564119,4.8555598,4.9184999,4.8633528,4.7524233,4.5994439,4.3610601,4.3568797,4.4816437,4.3654799,4.2584319,4.3864079,4.2659001,6.3102198,6.4386997,6.3944759,6.3388019,6.3216252,6.1505508,6.0168419,5.9590082,6.05088,5.7269297,5.6366076,5.5545001,5.3728924,5.5491061,5.4782,4.6901951,4.7110381,4.6887717,4.8471751,4.8528748,4.6751981,4.8481293,4.8823924,4.8294401,4.6370497,4.4346652,4.5383101,4.4940963,4.4507699,4.4025998,6.0227942,6.0202179,5.9320798,5.9158106,5.7115002,5.6853056,5.5105829,5.6174641,5.6733599,5.4281702,5.1369519,5.0249848,4.8333778,5.0140138,5.1237001,4.2770033,4.2732596,4.26756,4.2815099,4.3084998,4.2961049,4.1687098,4.2128696,4.1505198,3.9635201,3.8975132,3.8650501,3.853642,3.8097,3.9999001,7.5804839,7.76932,7.8421202,7.8652587,8.0105,7.9477639,7.8537421,7.6073341,7.6650205,7.3753896,7.08391,6.77145,7.1519084,7.1033821,7.592,5.6791983,5.7700405,5.7149401,5.7488852,5.8195,5.6265001,5.3438578,5.5018678,5.6989903,5.5622602,5.1808791,5.1317701,5.416873,5.1941462,5.0243001,4.3382421,4.4257517,4.4478722,4.4693341,4.565125,4.2623458,4.2972932,4.5096121,4.3375201,4.1108098,4.1265221,4.2002096,4.1434841,4.1420159,4.0700998,5.1065383,5.1737399,5.1282001,5.1007891,5.1900001,5.0044389,5.1001468,5.1268082,4.99752,5.0046697,4.9201508,4.493475,4.5539389,4.6872063,4.7841001,6.3309069,6.3935418,6.3822002,6.3638277,6.3986249,6.2103252,5.5935359,6.0108776,5.7845697,5.8227396,5.4932733,5.4118052,5.416667,5.3148117,5.5335002,5.1912041,5.1840582,5.1691198,5.1421981,5.1781249,5.0061331,4.9729681,5.0269437,4.9721103,4.6814899,4.7896776,4.4582996,4.441772,4.6904697,4.8683,5.0580397,5.1772242,5.1757202,5.1400051,5.2753754,4.9582171,5.1121979,5.305902,5.3514996,4.9496698,4.733325,4.851315,5.0022979,5.197206,5.0265999,4.4931889,4.530942,4.5190201,4.5331893,4.6983747,4.463932,4.557384,4.9324384,4.77422,4.4708405,4.9114308,4.48035,4.5137687,4.800426,4.6943002,4.5878558,4.5712762,4.5777597,4.5958829,4.6440001,4.5557709,4.673214,4.6949763,4.5124202,4.4847002,4.0497861,4.2946048,4.0195751,4.126308,4.1210999,6.1393809,6.2598104,6.16572,6.0506163,6.0427499,5.9326301,6.075459,6.165576,6.02492,5.5106697,5.7577071,5.4914999,5.2836938,5.36622,5.2852001,4.4857912,4.5417962,4.5373683,4.575501,4.6431251,4.7174268,4.4201431,4.596024,4.3884501,4.4193602,4.193666,4.1765852,4.2915983,4.4459758,4.2079,7.8490038,7.9776897,7.967916,7.8429422,7.783875,7.415122,6.9572883,7.5312958,7.1206298,6.79316,6.7530947,7.1148,6.8614483,6.8621521,6.9345999,8.7697811,8.8953218,8.8751516,8.697567,8.6442499,8.1743975,8.1530275,8.2572479,8.3329401,8.0280199,7.758184,7.667625,7.4835682,7.7165036,7.6584001,5.5290461,5.5173163,5.538456,5.568543,5.6307502,5.4779124,5.2040429,5.4167104,5.0329399,5.3262,5.136189,4.998105,5.3048091,4.9017119,5.2849998,4.8598013,4.9177999,4.9065719,4.883811,4.8930001,4.9587011,4.679883,4.7078581,4.9277802,4.8228397,4.6423097,4.1827798,4.4074731,4.4038501,4.6834998,6.1896601,6.134654,6.0767522,6.070353,6.0162501,5.6994629,5.784831,5.7874384,5.90271,5.2234602,5.3590941,5.1742949,5.3292198,5.1478376,5.2711,5.796607,5.7621336,5.7674761,5.758173,5.7333751,5.402771,5.4303212,5.7087779,5.1104898,4.9839902,4.9296341,4.8885899,4.7407813,4.9697461,5.1002998,4.271523,4.238152,4.251852,4.3707781,4.3283749,4.223021,4.1162939,4.8014522,4.7530999,4.48492,4.4068704,4.793355,4.0425439,4.329186,4.2838001,4.5237403,4.573956,4.5678601,4.6000113,4.61625,4.428237,4.55832,5.439168,4.8734398,4.9576998,4.8109331,5.2425451,4.750154,5.003304,5.0437002,6.9311037,7.2485962,7.4826841,7.4651012,7.5999999,7.378459,7.2327061,8.8726196,8.2768402,8.6676702,8.3320694,7.3959899,8.2736807,8.3285046,7.9358001,4.9718671,5.0662723,5.0315762,5.128911,5.09375,4.8537941,5.295186,5.5128121,5.9682703,5.5388298,5.7699151,5.5497751,5.5393395,5.5294199,5.8225002,5.5230184,5.6113844,5.6679482,5.7882299,5.8603754,5.7543969,6.0983906,6.127614,6.3369899,6.4523797,6.387291,6.2482347,6.5722237,6.3686762,6.3165998,5.03338,5.2037559,5.3878436,5.3622718,5.4850001,5.2628951,5.4743128,5.6874599,5.98774,5.5639105,5.8817492,5.8058701,5.539443,6.0679798,5.9700999,4.369204,4.4836397,4.4672761,4.533576,4.552,4.5244322,4.4647198,5.1814141,5.0278797,4.70118,5.013782,4.801755,4.9343176,5.2958398,4.8624001,4.3335838,4.3507118,4.2892079,4.300344,4.2956252,4.1928921,4.6175218,4.4322062,4.4818401,4.5598297,4.4936342,4.3064699,4.3306351,4.4177217,4.5721002,4.0284848,4.0808358,4.0460639,4.165668,4.3096251,4.223505,4.2219448,4.6408257,4.4341002,4.4403696,4.373734,4.3937254,4.3873882,4.3547883,4.4426999,4.6940312,4.8274841,4.9489441,5.0965319,5.2815003,5.0738926,4.643847,5.387526,5.62782,5.4402704,6.1557751,5.6255851,5.3460088,5.2551422,5.1434002,5.434927,5.5040503,5.6080198,5.7125068,5.7104998,5.4765811,5.8381829,5.8890123,6.1812301,5.5485096,5.4803019,5.6530952,5.5618968,6.0906239,5.7192001,5.7160506,5.8710761,5.882844,6.0743518,6.0587502,5.8793902,5.9409094,6.2393341,6.6269498,6.5075998,6.3410749,6.30651,6.2641506,6.8601117,6.3575001,4.9111762,5.2176919,5.2130761,5.2821627,5.3657503,5.6525154,5.2852411,5.3216338,5.6634603,6.0696902,5.679009,5.5549202,5.603406,5.8855023,5.7427001,4.1347971,4.2649522,4.0720677,4.2047548,4.2816248,4.1588907,4.3045468,4.9572897,4.51231,4.4017596,4.4344468,4.3797598,4.502336,4.4873881,4.5251002,4.9507689,5.0237942,5.0053077,5.0075221,4.9836249,4.9703169,5.0292449,4.9977598,5.2583303,5.1990399,5.4563217,5.2648048,5.2533088,5.1986341,5.5353999,4.6047068,4.7819238,4.7962203,4.7895122,4.7925,4.6541438,4.4474039,4.8757801,4.9053402,5.0120397,4.8273921,5.0311804,4.6798048,4.959342,4.9713001,4.798562,4.7953238,4.8506041,4.9516649,5.024375,4.932323,4.9939113,5.1998816,5.4264102,5.3859301,5.6599336,5.5877852,5.1819301,5.2660561,5.4716001,5.4571209,5.7960358,6.0409799,6.3798242,6.6812496,6.3301153,6.7305422,7.1863322,7.92869,8.0913801,8.0501947,7.9004102,7.056427,7.6450019,7.7221999,6.635458,6.747838,6.7057319,6.7777886,6.8374996,6.9225307,6.9228897,7.5507898,7.8060398,7.6226697,7.3583722,7.3243799,6.668941,7.435698,7.2603998,7.2326412,7.7729383,7.5800996,7.415565,7.4460001,7.2979941,7.670403,8.287344,8.1564999,7.5654697,7.4510221,7.2549753,6.8589764,7.160502,7.5348001,5.9971752,6.1899962,6.3123722,6.2768817,6.2730002,5.8753972,6.3460798,6.5958118,6.8478298,7.0712399,6.5979877,6.43293,6.2888708,6.217206,5.6799998,5.0220089,4.9980659,5.1052318,5.2060528,5.2375002,5.0316639,5.2632446,5.8010044,5.22225,5.1807799,5.2135792,5.2234349,5.1018991,5.1754799,5.0802002,4.6064882,4.7772341,4.9769282,5.0804067,5.0952501,4.9290557,5.2495561,5.4552417,5.54532,5.5706201,5.3031774,5.5978646,5.5274949,6.0500278,5.552 ),.Dim=c(3107,15)), unemployment_rate=structure(.Data=c( 4,4.0999999,4.8000002,5.0999999,4.8000002,3.8,3.3,3.3,5.0999999,9.6999998,8.8999996,8.3999996,6.9000001,6.1999998,5.9000001,3.7,4.3000002,5,5,5.1999998,4,3.2,3.0999999,4.5999999,9.8000002,10,9,7.5,6.5999999,6.0999999,5.5,7.4000001,7.6999998,7.0999999,7.1999998,5.8000002,5.6999998,6.3000002,8.8000002,14.3,12.3,11.5,11.5,10.2,10.6,5.3000002,6.8000002,7,6,5.5,4.5,4.1999998,4.0999999,5.8000002,13.3,11.4,10.5,8.5,7.9000001,7.1999998,3.5,3.5999999,5.4000001,4.5999999,4.1999998,3.5999999,3.2,3.2,4.6999998,10,9.8000002,8.6999998,6.9000001,6.3000002,6.0999999,8.5,9.8999996,10.2,11,11.6,9.5,8.8999996,9.3999996,10.5,15.6,11.8,11.6,10.4,9.3999996,8.8000002,7.8000002,7.5,7.9000001,8.6999998,9.5,6.5,5.6999998,6.1999998,8.5,16.4,13.6,12.5,11.5,10.3,8.6000004,5.0999999,5.5,6,6,5.5,4.5,4.0999999,3.9000001,5.6999998,11.1,11.4,10.3,8.8999996,8.8000002,8,4.4000001,5.4000001,6.6999998,6.4000001,7,5.6999998,5.8000002,6.5,14.4,19.6,14.9,12,9.8999996,8,6.6999998,4.5,4.5,4.6999998,4.9000001,4.8000002,4.4000001,4.1999998,4.1999998,5.6999998,11.7,10.6,9.6999998,8,6.5999999,5.8000002,4.3000002,4.8000002,5.0999999,5,4.6999998,3.9000001,3.5999999,3.4000001,5.0999999,10.6,10.3,9.1000004,7.1999998,6.5999999,6.3000002,6.5,7.0999999,8.8000002,10,8.6000004,6.5999999,5.5999999,5.9000001,8.3000002,13.5,13.3,13.1,10.3,9.1999998,9,7.3000002,9.6999998,9.1000004,8.6000004,8.8999996,6.4000001,6.1999998,6.0999999,9,16.5,19.9,18.799999,15,13.8,12.2,6.0999999,6,6.1999998,7.3000002,6.4000001,5,4.5,5.5,7.9000001,16.700001,14.5,11.8,9.3999996,8.3999996,7.1999998,4.0999999,5.1999998,5,6.0999999,5.3000002,3.9000001,3.5,3.7,5.0999999,10.2,10,9.6999998,8.1999998,7.6999998,6.5999999,5.8000002,6.1999998,5.1999998,5.5,5.4000001,3.9000001,3.7,3.8,4.8000002,8.5,8.6000004,8.1000004,7,6.9000001,6.6999998,5.5,6.8000002,8.3000002,7.5,7.0999999,5.4000001,4.6999998,4.5999999,6.5,11.6,11.5,10.2,8.8000002,8.1999998,8.3000002,6.5,7.3000002,8.1999998,8.6000004,8.5,6.1999998,5.6999998,6.4000001,9.3999996,19.9,17.200001,15.2,11.9,10.7,10.4,5.4000001,6.8000002,9.3000002,8.1999998,7.0999999,5,5.5999999,5.8000002,8.3000002,16,15.4,12.5,9.3999996,9.1999998,8.8000002,6.9000001,6.3000002,5.9000001,7,6.6999998,4.5,3.9000001,3.9000001,5.9000001,10.8,10.3,9.8000002,8.3999996,8.1000004,7.8000002,5.6999998,6,6.0999999,6.8000002,6.9000001,4.9000001,4,4.3000002,5.5999999,10.4,10.2,9.8999996,8.3000002,7.6999998,6.9000001,4.0999999,4.5999999,6,5.8000002,5.1999998,4,3.4000001,3.4000001,4.9000001,10.3,10.4,9.5,7.6999998,6.6999998,6.0999999,5.1999998,5.5,5.6999998,5.3000002,5.4000001,4.5,4.6999998,4,5.4000001,9.6000004,8.8000002,8.3000002,7.4000001,7.4000001,7.0999999,8,9.1999998,11.4,11.4,10.1,8.6000004,8.1999998,8.3000002,11.1,21.1,16.9,15.1,12.9,12.2,11.3,4,4.8000002,5.0999999,5.8000002,5.8000002,5.0999999,4.1999998,4.3000002,5.8000002,14.3,12.7,11.8,9,7.5999999,6.9000001,4,4.1999998,4.8000002,5.0999999,4.9000001,3.7,3.4000001,3.3,5.0999999,9.5,9.1000004,8.3999996,6.9000001,6.1999998,5.6999998,5.1999998,6.0999999,8.6999998,8.6000004,7.5999999,5.5999999,5,5.3000002,7.5999999,13.5,11.8,10.8,9.1999998,8.6000004,8,5.8000002,6.5999999,6.4000001,6.5,6.4000001,4.6999998,4.1999998,4.5,6,11.5,10.9,10,8.1999998,7.5999999,7.0999999,5.8000002,6.3000002,8.5,6.9000001,6.9000001,4.5,4.1999998,4.6999998,7.1999998,14,13,11.1,8.6000004,8.3000002,7.9000001,6.5,7.5999999,11.2,9.6000004,7,5.3000002,4.5999999,4.5999999,7.4000001,13.4,10.7,9.6000004,8.3999996,8.1000004,7.6999998,5.0999999,6.4000001,4.9000001,5.5999999,4.9000001,3.9000001,3.8,3.5,5.5,10.8,10.4,9.1999998,7.5999999,7,6.6999998,6.8000002,7.0999999,8.5,8.5,8.8000002,6.6999998,5.5999999,6.4000001,8.5,15.3,17.299999,17.299999,13.6,12.8,12.5,6,7.1999998,8.3999996,8.5,7.5999999,5.4000001,5.3000002,5.4000001,7.4000001,14.3,15.1,13.8,11.5,11.6,9.8999996,4.9000001,5.4000001,6,5.8000002,5.5999999,4.3000002,4,5.4000001,7.6999998,11.2,10.9,9.6999998,8.3000002,7.6999998,7.5,4.4000001,4.3000002,4.6999998,4.9000001,4.6999998,3.8,3.4000001,3.3,4.9000001,9.3000002,9.1000004,8.6000004,7.5,6.9000001,6.8000002,5.1999998,6.5,7,7,6.9000001,5,4.5,4.5,6.1999998,12.8,11.8,10.3,8.6000004,7.9000001,7.3000002,4,4.3000002,5.1999998,5.5,5.3000002,4.4000001,4,3.9000001,5.4000001,10.8,10.3,9.3000002,7.4000001,6.6999998,6.3000002,6.9000001,8,8.3999996,8.8000002,8.1999998,5.5999999,5.1999998,6.3000002,8,16,13.2,9.6999998,7.5,7,7,5,6.5,8.6000004,7.3000002,6.4000001,5.0999999,4.1999998,4.3000002,5.6999998,10.7,10.1,9.1000004,7.6999998,7.0999999,7.1999998,5,5.9000001,6.8000002,6.6999998,6.4000001,5.5999999,4.8000002,4.0999999,6.5,13.6,12.6,10.9,9,8.3000002,8.1999998,4,4.0999999,4.5999999,4.6999998,4.5,3.7,3.4000001,3.5999999,5.1999998,9.3999996,9,8.1000004,6.8000002,5.9000001,5.5999999,3.8,4.4000001,5.3000002,5.5,5.1999998,4.4000001,3.7,3.3,4.6999998,9.8000002,9.6000004,8.6000004,6.9000001,6.3000002,6.0999999,6.9000001,7.1999998,8.8999996,9.1999998,9.3000002,8,7.5999999,7.5,10.9,19.299999,18.5,17.700001,15.4,14.1,12.8,5.8000002,5.8000002,6.4000001,7,7,5.9000001,5.3000002,5.4000001,7.4000001,12.2,14.8,14,10.7,9.6999998,9.1000004,3.5,3.8,4.5999999,4.8000002,4.6999998,3.5999999,3.3,3.0999999,4.1999998,8,8.3000002,8.3000002,6.9000001,6.3000002,6.1999998,5.1999998,5.9000001,6.4000001,6.3000002,6.1999998,5.6999998,4.5999999,5.3000002,7.4000001,14.2,13.7,12.6,10.2,8.8999996,8,6.6999998,8.6999998,8.6999998,7.1999998,6.4000001,4.5,4.4000001,5.1999998,8,16.6,13.6,11.2,8.8999996,7.9000001,7.9000001,4.8000002,5.5,5.9000001,5.5999999,4.9000001,3.9000001,3.5,3.4000001,4.6999998,10.2,9.6000004,9.3999996,7.8000002,6.8000002,6.6999998,4.9000001,5.5999999,6.5,7,6.5999999,5,4.1999998,4,5.6999998,11.3,11.3,10.8,9.1999998,8.5,7.8000002,6.4000001,7.1999998,8.3999996,8.3999996,7.5,6.1999998,6,6.4000001,10.2,19.5,18.1,15.7,12.5,11.9,11.1,4.1999998,4.5,5.3000002,5.8000002,5.8000002,4.5999999,4.1999998,4.0999999,5.9000001,10.5,10,9.6999998,8.1000004,7.3000002,6.9000001,4.1999998,5.0999999,6.4000001,6.5999999,6.0999999,4.5,4,3.5,5.1999998,10.8,10.8,9.3999996,7.8000002,6.9000001,6.5999999,9.1999998,11,11.8,10.7,10.2,9.1000004,8.3999996,8.3999996,11.3,19.9,16.799999,16.5,13.3,13.6,12.1,7.5,8.3999996,8.1999998,8.1000004,7.5999999,5.4000001,5.0999999,5,7.0999999,13.7,13.1,12,10.2,9.3999996,8.1999998,5.5,5.3000002,6,5.8000002,5.4000001,4.0999999,4,4,4.9000001,9.5,9.3999996,8.8999996,8,7.5999999,7.4000001,4.8000002,6.3000002,6.8000002,7.5,6.8000002,6.1999998,5.3000002,5.0999999,7.3000002,14.9,13.4,11.4,9.1999998,7.8000002,6.6999998,4.5999999,5.5,7,7.5,6.5999999,6,5.9000001,6.0999999,8,12.3,10.9,10.3,8.8000002,7.1999998,6.5,3.7,4.1999998,5.0999999,5.1999998,5,4,3.5,3.4000001,5,10.9,10.1,8.8000002,6.9000001,6.0999999,5.8000002,2.7,2.9000001,3.5,3.5,3.4000001,3.0999999,2.7,2.5999999,3.7,7.8000002,7.0999999,6.1999998,5,4.5999999,4.5,9.1000004,8.3999996,9,10.1,9.6000004,7.3000002,6.8000002,6.5,8.6999998,14.9,13.3,13.1,10.5,9,8.5,5.1999998,6.5,7.4000001,7.6999998,6.8000002,4.8000002,5.1999998,5.1999998,7.1999998,14.4,13.5,11.6,9.3999996,8.6000004,7.8000002,4.9000001,5.9000001,7.9000001,6.9000001,6.1999998,4.5,5.0999999,5.3000002,7.1999998,13.6,13.1,11.4,8.6000004,8.1000004,7.5,3.9000001,4.1999998,4.5999999,4.9000001,4.8000002,3.7,3.3,3.3,4.6999998,10.2,9.1999998,8.3000002,7,6.4000001,5.9000001,5.8000002,6,6.3000002,6.5,6.0999999,4.4000001,4.5999999,4.3000002,5.6999998,11.6,12.7,11.3,9.1999998,8.5,7.9000001,6.8000002,8.8999996,10.4,10.4,9.6000004,6.1999998,5.8000002,5.9000001,8.3999996,15.1,14.2,14.6,11.9,10.9,9.6000004,8.6999998,10.1,11.4,12.4,12.1,9.3000002,8.6999998,9.6999998,14,26,26.299999,23.200001,19.9,19.299999,17,7.8000002,9.3999996,8.8000002,9.5,7.3000002,5.0999999,4.9000001,5.5999999,8.6999998,17.700001,16,13.5,10,9.3999996,8.6000004,9,9.5,11,11.8,11.5,10.5,10,8.8000002,11.6,15.8,16.4,18.5,19,18.4,15.6,4.5,4.9000001,5.9000001,5.6999998,5,4.8000002,4.5,4.0999999,5.9000001,8,9.3000002,9.5,9,9.1999998,8.3999996,4.4000001,4.6999998,5.5,5.6999998,5.4000001,4.9000001,4.4000001,3.7,5.5999999,8.5,9.8999996,9.5,8.6000004,8.1000004,7.0999999,5.1999998,5.8000002,7.5,7.3000002,6.4000001,5.9000001,5.1999998,4.3000002,6.5,11.4,12.5,11.6,10.2,9.6000004,8.3000002,5.4000001,6.3000002,7.6999998,7,6.6999998,6,5.0999999,4.3000002,7.0999999,15,12.9,10,8.5,7.6999998,7.4000001,4.1999998,7.1999998,7.5,7,5.1999998,4.8000002,3.8,3.3,5.3000002,18.9,16.4,11,8.1999998,5.9000001,6.5,6.3000002,6.6999998,6.9000001,7.0999999,6.6999998,6.8000002,5.8000002,5.0999999,7.6999998,9.8999996,10.2,9.8000002,8.6000004,8.1999998,7.5999999,3.2,4.1999998,5.5999999,5.1999998,4.4000001,4,3.5999999,3.3,5.4000001,9.1000004,9.5,8.6000004,7.3000002,6.5999999,5.8000002,4.4000001,4.8000002,5.5999999,4.9000001,4.4000001,4.3000002,4.3000002,4.6999998,7.6999998,11.4,13,12.3,11,10.3,8.6999998,7.1999998,7.6999998,8.5,8.6000004,8.6000004,8.1000004,7.4000001,6.4000001,10.1,15.3,14.7,14.8,14.1,13.5,11.1,3.7,4.4000001,5.6999998,5.3000002,4.6999998,4.5,4.0999999,3.7,5.8000002,9.1000004,9.3000002,8.5,7.4000001,6.8000002,6,4.5999999,5.4000001,7.3000002,7,6,5.5999999,5,4.5999999,7.4000001,12.3,10.7,9.8000002,8.5,8.1000004,7,8.1999998,8.8000002,10.1,9.5,9.6000004,8.6000004,7.5999999,7.4000001,11,15.8,15.2,15.5,15.4,15.4,12.9,4,4.5,5.4000001,5.0999999,4.5999999,4.4000001,4,3.7,6.1999998,10.5,10.7,9.8999996,8.6000004,7.6999998,6.3000002,16.4,16.9,17,16.9,15.8,15.9,15,14.1,18.4,23,25.1,24.200001,23.9,25.5,22.9,4.5999999,4.6999998,6.1999998,5.5999999,6,7,7.5999999,8.6999998,9.8000002,15.7,18.6,12.2,8.8000002,7.5,5.4000001,5.9000001,7.5999999,7.8000002,9.5,9.5,8.3000002,7.5,8.1000004,7.5999999,10.5,10.1,11.2,12.3,11,9.3000002,4.1999998,5.5,6.4000001,6.6999998,6.1999998,5.5999999,5.3000002,5.4000001,6,9.3000002,9.3999996,9.3000002,8.3999996,8.1999998,6.6999998,2.8,3,3.2,3.5999999,3.5999999,3.2,3.3,3.7,4.0999999,6.4000001,6.5999999,6.5,6,5.6999998,4.5999999,4.1999998,5.3000002,5.6999998,5.8000002,5.9000001,5.0999999,4.9000001,5.0999999,5.5,7.5,7.8000002,8,7.5999999,7.0999999,6,6.5,7.3000002,7.5,7.3000002,7.6999998,7.9000001,7,6.0999999,7.1999998,9.8000002,10.8,12.5,11.1,9.8999996,8.3999996,5.5,5.6999998,6.4000001,7.9000001,6.8000002,6.9000001,6.9000001,6.6999998,6.1999998,8.3999996,8.8000002,9.6000004,9.1000004,8.3000002,6.6999998,3.9000001,4.0999999,4.4000001,4.9000001,4.9000001,4.5,4.3000002,4.3000002,4.5,6.0999999,7.3000002,7.1999998,6.3000002,6.0999999,5.1999998,7.4000001,8.8999996,9.8999996,10.6,11,10,8.3000002,8.1999998,8.3000002,11.1,12.3,13.2,11.4,11.8,10.6,4.3000002,4.6999998,6.0999999,6.4000001,6.1999998,6.0999999,5.5,5.5999999,5.9000001,8.1000004,8.6000004,10.4,10.1,9.1000004,7,5.4000001,7.0999999,7.5,8.1000004,8.1000004,8.3999996,8.1000004,9.3000002,8.1000004,11.3,11,12.1,11,9.8999996,7.9000001,4.5,4.8000002,4.9000001,5.6999998,5.4000001,4.9000001,5,6.0999999,5.5999999,7.5,8.6000004,9.1999998,8.5,8.6000004,8.3000002,5,5.8000002,6,6.1999998,6.6999998,5.9000001,6.0999999,5.6999998,5.9000001,8.1000004,8.3999996,8.5,7.4000001,7.6999998,6.9000001,5.1999998,5.3000002,6,6.8000002,6.5,6.3000002,6,6.5,7,9.6999998,10,10,9,8.8999996,7.1999998,6.0999999,5,5.8000002,6.3000002,5.8000002,5.0999999,4.9000001,4.9000001,5.5,7.5,9.6999998,9.8999996,9.1999998,9.3999996,7.1999998,4,4.6999998,5.3000002,5.5999999,5.5,4.8000002,4.8000002,5,4.9000001,7,7.4000001,7.4000001,6.9000001,6.5999999,5.5,3.5999999,4.1999998,4.8000002,5.4000001,5.1999998,4.4000001,4.5,4.9000001,4.9000001,7.8000002,8.1999998,8.8999996,8,7.6999998,6,4.1999998,5.3000002,6,6.8000002,6.9000001,6.5,6.8000002,6.5,7.9000001,10.9,10.5,10.9,9.6000004,8.5,7.5,4.6999998,5.9000001,6.1999998,7.5,8.1000004,7.5999999,7.1999998,7.4000001,6.8000002,8.3999996,8.3000002,8.3999996,7.9000001,7.6999998,6.4000001,5.5999999,7,8.1999998,8,7.5,7,6.5,7,7.1999998,10.2,12.3,12.5,11.5,11,9.3999996,8.1999998,8.8000002,8.8999996,9,9.1000004,8.6999998,9.1000004,9.8999996,8.8000002,11.3,11.1,11.2,9.8999996,9.8000002,8.1000004,6,8.6999998,8,8,7.9000001,8.5,8,7.4000001,7.9000001,11,10.9,11.6,10.7,9.8999996,8.5,3.5999999,4.5999999,5.0999999,5.5,5,4.4000001,4.4000001,4.4000001,4.8000002,6.9000001,7.1999998,7.1999998,6.5999999,6.5999999,5.5999999,3.4000001,3.8,4.9000001,4.9000001,4.8000002,4.3000002,4.3000002,4.5,4.5,7.3000002,7.6999998,7.6999998,7.0999999,7,5.6999998,3.9000001,5.0999999,7,6.3000002,6.0999999,5.3000002,5.0999999,5,5.1999998,7.5,7.8000002,7.8000002,7.1999998,7,5.8000002,4.3000002,4.9000001,5.9000001,6.4000001,6.1999998,5.6999998,5.1999998,5.5,5.5999999,7.5999999,8.5,8.8000002,7.9000001,7.6999998,6.4000001,4,5.1999998,5.3000002,5.5999999,5.5,4.9000001,4.9000001,4.9000001,5.1999998,7.0999999,7.0999999,7.4000001,6.8000002,6.5999999,5.5,4.8000002,7.0999999,6.8000002,6.8000002,6.1999998,5.8000002,5.6999998,6.5,6.5999999,10.1,9.6999998,9.6999998,8.6999998,8,6.4000001,4.5999999,4.6999998,4.6999998,5.4000001,5.9000001,5.8000002,5.4000001,5.9000001,5.8000002,8.3000002,9.3000002,8.8000002,7.3000002,7.3000002,6,4.3000002,5.3000002,6.5,6.6999998,6.0999999,5.3000002,5.1999998,5.3000002,6.5999999,8.6000004,8.6000004,8.3000002,7.1999998,7.4000001,5.8000002,4.3000002,5.4000001,5.5,6.0999999,6,5.5999999,5.4000001,5.4000001,5.5,8,7.8000002,7.5,6.6999998,6.5,5.9000001,4.9000001,5.5999999,5.6999998,6.5,6.3000002,6.0999999,5.5,6.1999998,7,8.8000002,8.8000002,9.3000002,9.1999998,9.1000004,7.9000001,4.6999998,5.9000001,7.3000002,7.9000001,7,6.4000001,6.1999998,5.9000001,6.6999998,9.1999998,10.1,9.8999996,8.8000002,8.6999998,7.5999999,7.5999999,7.5999999,7.8000002,9,8.6999998,8.3000002,7.6999998,7.5,7.8000002,10.9,11.9,11.6,10.8,11,9.3000002,5.8000002,6.9000001,7.8000002,8,7.9000001,7.5999999,7.8000002,7.5,7.6999998,9.8000002,10.4,11.1,10,10.4,8.8000002,4.1999998,4.8000002,5,5.5,5.4000001,4.9000001,5.0999999,4.8000002,4.6999998,7.1999998,8.1999998,7.9000001,7.4000001,7.8000002,6.5999999,6,5.1999998,5.0999999,6,7.1999998,7.4000001,7,7.5,7.0999999,9.5,9.8999996,9.6999998,9.5,9.6999998,7.9000001,5.3000002,6.6999998,7,8.5,8.1000004,7.5,6.8000002,6.8000002,7.0999999,9.1999998,9.5,9.8999996,9.1000004,9,7.3000002,7.5,9.3000002,9.1999998,11.7,11.3,10.5,9.1000004,9.3999996,8.5,9.1999998,8.6000004,9.6000004,9.5,9.5,7.6999998,6.1999998,7.3000002,7.5999999,8.1999998,7.6999998,7.5999999,8,7.8000002,8.1000004,9.8999996,9.3999996,9.3000002,8.6999998,8.3999996,7.0999999,4.5999999,4.1999998,4.4000001,4.9000001,4.9000001,4.6999998,4.5,4.1999998,3.9000001,6,7.6999998,7.8000002,7.3000002,7.6999998,6.5999999,4.0999999,5.0999999,5.5999999,5.6999998,5.4000001,4.9000001,4.8000002,5,6.5,9.1999998,8.6000004,8.8000002,8,7.9000001,6,3.3,3.9000001,4.4000001,4.9000001,4.6999998,4.5,4.1999998,4.4000001,4.5,6.3000002,6.8000002,7,6.4000001,6.1999998,5.1999998,3.0999999,3.5,3.5999999,4,4.0999999,3.7,3.5999999,4.0999999,4.4000001,6.8000002,7.0999999,6.8000002,5.9000001,5.9000001,4.9000001,3.9000001,5.5999999,6.4000001,6.5,6,5.1999998,5.1999998,5.4000001,6.3000002,11.8,10.1,9.3999996,8.1999998,7.8000002,6.3000002,4.5,4.5999999,4.8000002,5.0999999,4.9000001,4.8000002,4.5999999,4.5,4,5.5999999,5.8000002,6.4000001,5.9000001,6.5,5.9000001,7.8000002,11.2,11.9,12,10,8.6000004,7.8000002,7.3000002,7.6999998,13.9,12.5,12.1,11,11.4,9.3000002,5.0999999,6.4000001,7.3000002,7.5999999,7.0999999,6.6999998,7.1999998,6.6999998,6.4000001,8.1000004,9.1999998,9.5,9.1000004,8.8999996,6.8000002,4.0999999,4.6999998,5.5999999,5.5999999,5.4000001,4.9000001,4.6999998,5.3000002,5.6999998,7.0999999,8.8000002,9.3000002,8.5,8.5,8.1000004,4.8000002,4.9000001,5,5.0999999,6,5.8000002,5.5,5.6999998,6.8000002,9.3000002,10,9.5,7.8000002,7.8000002,6.0999999,4.3000002,5.5,5.5999999,5.8000002,6.1999998,5.0999999,5.1999998,5.0999999,5.6999998,8,6.9000001,7.5,7.3000002,7,5.9000001,5.9000001,7.4000001,6.9000001,8,6.9000001,7,8,7.3000002,6.4000001,8,9.6000004,10.5,10.5,9.8000002,8.1000004,5,5.4000001,6,6.9000001,5.6999998,5.0999999,5,4.8000002,5.5999999,7.9000001,8.8999996,9.3000002,9.1000004,9.5,7.8000002,6.1999998,7.8000002,8.3999996,8.8000002,9.1000004,9.1000004,8.1000004,7.3000002,7.1999998,9.5,10.5,12.1,11.6,11.5,9.6999998,4.1999998,4.6999998,5.5999999,5.5,5.5,4.8000002,5,5.5999999,6.0999999,7.6999998,9.1000004,10.1,9.1000004,8.8999996,7.4000001,4.8000002,7.3000002,7.5,7.4000001,6.4000001,6.5999999,6.6999998,7.1999998,6.4000001,8.8999996,9.3000002,9.6000004,8.6999998,8.6000004,7,4.0999999,4.8000002,8.8000002,7.6999998,6,5,4.6999998,4.9000001,5.1999998,7.5999999,7.5,8.1000004,7.4000001,7.3000002,6.3000002,4.3000002,4.5,5.1999998,5.8000002,5.4000001,4.5,4.6999998,4.8000002,4.9000001,7.5,7.8000002,7.8000002,7.3000002,7.4000001,6.3000002,4.4000001,4.5999999,5.1999998,5.3000002,5.3000002,6,5.5999999,5.6999998,5.6999998,7.9000001,9.1999998,8.6999998,7.5999999,7.0999999,5.8000002,3.8,4.3000002,5,5.3000002,5.1999998,4.8000002,4.8000002,4.6999998,4.8000002,6.6999998,7.3000002,7.5,6.9000001,6.5999999,5.5999999,5.3000002,7.1999998,7.5,9.6000004,8.3000002,7.8000002,7.1999998,9.3000002,8.1999998,9.1999998,10.2,11.3,10.8,9.6000004,8,7,7.9000001,8.1000004,9.3999996,9.3000002,8.5,8.8999996,9.6000004,9.3999996,10.4,10.6,11.1,10.8,10.5,8.8000002,3.3,3.7,4.4000001,4.9000001,4.5999999,4.3000002,4.4000001,4.1999998,4.5,6.5999999,6.6999998,6.6999998,6.0999999,5.9000001,4.9000001,3.5,4.1999998,4.5,4.9000001,5.1999998,4.5,4.4000001,4.5999999,4.8000002,6.8000002,7.0999999,7.0999999,6.6999998,6.4000001,5.0999999,5,5.0999999,4.9000001,5.5999999,5.6999998,5,4.6999998,4.9000001,5.4000001,7.6999998,9.1999998,9.1999998,8.1999998,8.1000004,6.4000001,3.4000001,4,4.5,5,4.8000002,4.3000002,4.5999999,5.0999999,5,7.5999999,8,8.6999998,7.8000002,7.5,5.6999998,3.8,4.3000002,4.4000001,4.6999998,4.5999999,4.1999998,4,4.0999999,4.0999999,5.9000001,7,9.1999998,8.8000002,8.5,7.0999999,5.3000002,6.3000002,7.5999999,8.6999998,7.9000001,7.1999998,6.6999998,6.6999998,7.5,9.1999998,9.8000002,10.7,10.1,9.8999996,8.5,4.4000001,5.6999998,6.5999999,7.5999999,7.5,6.5,5.5,5.6999998,6.5999999,8.8000002,7.5999999,8.8999996,8.1999998,8.5,7.6999998,4.8000002,5.1999998,5.6999998,8,7.4000001,6.9000001,6.5999999,6.8000002,6.4000001,10.3,11.3,10.5,9.1999998,8.6999998,7.5,5.4000001,6.3000002,6.5999999,7.1999998,7,6.1999998,6,5.9000001,6.5999999,10.5,11.2,11,10.1,9.8000002,8.1999998,3,3.0999999,3.4000001,3.9000001,3.8,3.4000001,3.5999999,3.9000001,4.1999998,6.3000002,6.5,6.3000002,5.5999999,5.4000001,4.4000001,4.8000002,5.4000001,6,6.4000001,6.4000001,6.3000002,5.6999998,6.5999999,6,8.1999998,8.1999998,8.6999998,7.9000001,7.9000001,7.0999999,6.3000002,6.5999999,7.0999999,9.6999998,10,9.1999998,8.3000002,8.6999998,8,11,10.4,11,10.2,9.6000004,7.6999998,4,3.8,4.5999999,5.3000002,5.0999999,4.1999998,4.5,4.3000002,4.5,8.1999998,8.1000004,7.5,6.6999998,6.5999999,5.6999998,3.5999999,4.8000002,6.6999998,6.8000002,5.9000001,5.0999999,4.4000001,4.6999998,6.1999998,10.3,10.9,10.1,8.6999998,7.1999998,5.8000002,6.3000002,7.3000002,7.5,8.3000002,8.1000004,8,6.4000001,7.9000001,10.5,14.1,12.9,12.8,11.2,9.6999998,8.1999998,5.1999998,5.0999999,5.6999998,6.0999999,5.8000002,5.5999999,5.3000002,5.8000002,7.6999998,11.4,14.1,13.6,12.3,10.3,8.3000002,6.1999998,6.5999999,7.3000002,7.5,7.4000001,6.6999998,6.1999998,6.6999998,8.5,12.3,13.9,13.7,12.2,10.3,8.6000004,5.5999999,5.5,6.5,7.3000002,6.8000002,6.1999998,5.9000001,6.4000001,8.6999998,13.6,14.4,14,12.4,9.8999996,8,11.6,12.8,13.8,14.3,13.6,12.7,12.2,11.8,13.8,17.6,20.799999,21.200001,20.700001,18.9,17.4,3.5999999,4,5.6999998,6.0999999,5.4000001,4.8000002,4.3000002,4.6999998,6.1999998,10,11,10.3,8.8999996,7.5,6.1999998,7.4000001,8,8.6999998,8.5,8,7.4000001,6.9000001,7.5,8.8000002,11.8,13.2,13.3,13.5,11.8,10.1,4.0999999,4.3000002,5.1999998,5.5,5.3000002,4.8000002,4.5999999,5.1999998,7,10.9,12.2,11.7,10.2,8.5,7,10.4,10.7,11.4,11.7,10.4,9,8,8.6000004,10.6,14.7,16.700001,16.5,15.1,13.2,11.6,8.5,8.8000002,9.5,10.2,9.3000002,8.3999996,8,8.8000002,10.5,14.1,15.4,15.5,14.2,12.1,10.6,5.8000002,6,6.6999998,6.8000002,6.5,6.0999999,5.5,5.9000001,7.3000002,10.7,10.6,10.6,9.6000004,8.1000004,6.6999998,17.5,15.9,14.9,15.5,17,16,15.4,18.1,22.6,27.4,28.799999,28.9,27.4,25,24,4.6999998,4.5,5.4000001,5.6999998,5.3000002,4.9000001,4.5999999,4.9000001,6.5999999,9,9.6999998,9.6999998,9.1000004,7.8000002,6.8000002,8.3000002,8.6000004,9.6999998,10.3,9.8999996,8.3999996,7.5,8.1999998,9.8000002,14.1,15.7,14.8,13.1,11.7,10.4,10,10.7,11.6,11.9,11,9.3999996,8.3999996,8.6999998,10.6,14.2,16.1,15.9,14.9,13.4,11.9,7.3000002,7,8.3000002,9.1000004,9,7.9000001,7.6999998,8.3999996,10.7,15,15.1,14.5,12.8,10.9,8.8999996,7.1999998,7.3000002,7.6999998,7.5999999,7.5999999,8,7.9000001,8.1999998,9.6000004,12.3,14,13.5,12.5,10.6,9.1000004,5.4000001,5.6999998,6.6999998,7,6.5,5.4000001,4.8000002,5.0999999,7.5999999,11.6,12.5,12.2,10.9,9.8000002,8.3000002,8.6999998,9.6000004,10.5,10.3,9.1000004,7.9000001,7,7.5,9.5,13.4,16.6,16.200001,14.4,12.6,11.2,2.9000001,3.5,4.8000002,4.9000001,4.4000001,3.9000001,3.5,3.7,4.6999998,7.5,7.9000001,7.3000002,6.3000002,5.1999998,4.3000002,6.1999998,5.6999998,6.4000001,6.9000001,6.6999998,6.4000001,5.6999998,6,7.5,10.3,12.9,13.2,12.2,10.5,8.8000002,5.5999999,5.9000001,6.5999999,6.8000002,6.4000001,5.6999998,5.1999998,5.5,6.9000001,10,11.6,11.4,10,8.3000002,7,9.6000004,10.2,10.9,11.4,10.9,10,9.3999996,10.1,12.6,16.6,18,17.6,16.299999,14.5,12.8,7.5,6.9000001,7.8000002,8.6999998,8.6999998,7.9000001,7.8000002,8.1000004,9.6999998,12.1,15.2,16,14.4,12.3,10.3,4.6999998,4.6999998,5.0999999,5,5,4.8000002,4.4000001,4.8000002,5.9000001,8.8000002,10.2,10.1,10.3,8.5,7,7.4000001,7.8000002,8.8999996,8.8999996,8.3000002,7.3000002,6.9000001,7.0999999,8.5,11.5,12.7,12.7,11.6,10.3,9,3.5999999,3.5999999,4.5,4.8000002,4.6999998,4.4000001,3.9000001,4,5.0999999,8.3999996,10.3,9.8000002,8.3999996,6.9000001,5.6999998,4.1999998,4.4000001,5.3000002,5.5,5.3000002,4.8000002,4.4000001,4.8000002,6.5999999,10.3,11.7,11.1,9.6999998,8.1000004,6.5,3.5,4,4.9000001,4.6999998,4.1999998,3.7,3.4000001,3.9000001,5.3000002,8.6999998,9.6999998,9.1000004,7.9000001,6.5999999,5.5,3.5999999,4,4.9000001,5.0999999,4.8000002,4.3000002,4.1999998,4.8000002,6.5,10.2,11.6,10.8,9.3999996,7.6999998,6.3000002,7.0999999,7.5999999,8.3000002,9.8000002,9.8000002,8.3999996,7.6999998,8.5,10.6,15.4,18.200001,17.6,16.1,13.8,11.5,5.4000001,5.5,6.4000001,6.5,6,5.4000001,5,6,8.6000004,13.1,13.8,13.2,11.6,9.8999996,8.1999998,4.3000002,4.5,5.5999999,5.8000002,5.5999999,4.9000001,4.8000002,5.4000001,7.1999998,11,12.6,12.1,10.5,8.8999996,7.3000002,6,6.3000002,8.8000002,9.8999996,9.5,8.1000004,7.1999998,7.1999998,9.6999998,14,15.1,14.5,13,11.1,9.3000002,4.8000002,5.0999999,6,6.1999998,5.6999998,5.1999998,4.8000002,5.5999999,8,12.7,13.5,12.9,11.4,9.8000002,8,3.9000001,4.1999998,5.0999999,5.1999998,4.6999998,4.3000002,4,4.5999999,6,9.3999996,10.8,10.3,9.1000004,7.8000002,6.4000001,3.4000001,5.0999999,6.9000001,6.6999998,5.8000002,5,4.1999998,4.1999998,5.3000002,8.6999998,8.8999996,8.1000004,6.8000002,5.5,4.4000001,7,7.5,8.8000002,9.1000004,8.6999998,7.9000001,7.4000001,8.1000004,10.4,14.9,16.5,16.200001,14.4,12.3,10.5,4,4,4.5999999,4.6999998,4.5999999,4.3000002,3.9000001,4.3000002,5.8000002,8.8000002,10.1,9.6000004,8.1999998,6.8000002,5.5999999,2.9000001,3.8,5.5999999,5.8000002,4.8000002,4.1999998,3.7,3.8,4.9000001,8.1999998,8.3999996,7.5,6.4000001,5.3000002,4.1999998,4.4000001,4.4000001,5.0999999,5,4.6999998,4.3000002,4,4.4000001,5.5,8.1999998,9.6999998,9.3999996,8.3999996,7.1999998,6.0999999,3.0999999,5.0999999,8.3000002,8.3000002,6.4000001,5.3000002,4.5,4.6999998,6,10.6,10.4,9.3000002,7.9000001,6.5,5.1999998,5.0999999,5.6999998,7.3000002,7.6999998,7,6.3000002,5.5999999,5.9000001,7.4000001,11.1,13.3,13.1,11.8,10.3,8.8000002,6.0999999,6.3000002,7.0999999,7.5,7.5999999,7.1999998,6.5999999,7.5,10.1,14.3,16.799999,15.9,14.2,11.8,9.6000004,5.9000001,7.5999999,8.6000004,9.3000002,9.6999998,8.3000002,7.4000001,8,10.6,14.9,15.3,14.9,14.4,12.7,10.1,7.5,8.1000004,8.8999996,9.5,9.3999996,9,8,8.5,10.2,14.2,16.799999,17,15.6,13.1,11.1,4.5999999,4.5999999,5.8000002,6.3000002,5.8000002,5.3000002,4.9000001,5.3000002,6.9000001,10.4,12.6,12.2,10.7,9.1000004,7.5,3.4000001,3.7,5,5.4000001,4.9000001,4.4000001,4,4.3000002,5.8000002,9.3999996,10.8,10.2,8.8999996,7.0999999,5.5999999,7.8000002,8.3999996,9.6000004,9.8000002,9.1999998,8.3999996,8,8.6999998,11.1,15.5,16.9,16.5,14.9,12.9,11.2,9.3999996,9.8000002,10.9,11.1,10.6,9.6000004,8.8999996,9.6999998,12.4,16.5,18.4,18.200001,16.799999,14.6,12.6,6.5,6.5,7.0999999,7.5999999,7.4000001,6.9000001,6.5,7.1999998,9.1999998,13.6,15.4,15,13.7,11.6,9.6000004,9.8000002,9.3000002,10,10.4,10.9,10.2,9.8999996,10.4,12.8,16.799999,17,16.700001,14.6,11.9,9.3999996,10.4,11.4,11.9,12.2,11.6,9.3999996,8.5,9.1999998,10.8,14.9,17.200001,17.1,16.200001,14.3,13.1,5.9000001,5.9000001,6.5999999,7,6.9000001,6.4000001,5.8000002,6.1999998,8,12.2,15.2,14.5,13,10.8,8.6999998,4.5,4.8000002,5.6999998,5.6999998,5.3000002,4.6999998,4.3000002,4.9000001,6.3000002,9.6000004,10.8,10.2,9.1000004,7.9000001,6.5999999,5,5.0999999,6,6.3000002,6.0999999,5.5,5.1999998,5.6999998,7.4000001,11,12.1,11.8,10.6,9,7.5,8,8.5,9.8000002,10.7,9.6999998,9,8.8000002,9.3000002,11.9,16.799999,17.799999,17,15.4,13.1,11.2,2.8,4,6.0999999,7,6.4000001,5.6999998,4.8000002,4.1999998,5.4000001,8.5,10,9.8999996,9.3999996,8.1000004,5.6999998,3.5999999,4.1999998,4.9000001,5.6999998,5.8000002,5.5,4.5999999,4,5.1999998,6.3000002,9,9.6999998,10.4,9.6999998,7.1999998,2.4000001,3.7,5.5999999,6.0999999,5.5,5.0999999,4.3000002,3.7,4.9000001,7.3000002,8.6000004,8.3000002,7.6999998,6.5999999,4.9000001,3.2,4,5.3000002,5.6999998,5.4000001,5.0999999,4.0999999,3.8,5.0999999,7.5,10.6,10.1,10,8.6999998,6,2.9000001,3,3.3,3.7,3.5999999,3.8,3.0999999,2.5,3.4000001,3.7,4.9000001,4.8000002,4.5,4.0999999,2.7,3.9000001,4.3000002,6.5,7.5999999,6.3000002,6.3000002,5.5999999,4.8000002,6.1999998,6.5,8.1000004,8.1999998,8.3999996,7.5999999,5.3000002,2.4000001,3.7,5.5999999,5.5999999,4.8000002,4.4000001,3.7,3.3,4.0999999,6.0999999,7,6.5,6.1999998,5.5,4.0999999,2.4000001,3.5999999,5.5999999,6.1999998,5.6999998,4.8000002,4.3000002,3.5,4.5,6.9000001,7.4000001,7,6.5999999,5.8000002,4.1999998,3.3,4,5,5.5999999,5.8000002,5.3000002,4.3000002,3.5999999,4.5,6.3000002,7.6999998,7.1999998,6.8000002,6.0999999,4.4000001,2.5999999,2.3,3.0999999,3.4000001,3,3,2.7,2.5,2.7,2.5999999,4.0999999,4.1999998,4.5999999,4.1999998,2.9000001,2.7,3.4000001,5,5.5,5.5999999,4.6999998,4,3.7,4.5999999,7.1999998,8.1000004,7.4000001,7,6.1999998,4.5999999,5.0999999,6.3000002,6.9000001,6.9000001,7.8000002,7.8000002,6.5999999,5.5,7.3000002,7.4000001,9.6000004,10.5,10.6,10.6,7.8000002,7.5,8.3000002,9.3000002,10.1,10.6,10.1,8.3999996,7.0999999,7.6999998,9.1000004,10.6,11.7,11.4,11.2,9,5.4000001,5.8000002,7.0999999,8.5,8,7.9000001,6.8000002,6.3000002,7.4000001,8.6000004,9.1000004,8.8999996,8.1000004,7.1999998,5.8000002,3.4000001,4.0999999,4.1999998,5,5.0999999,4.6999998,4.3000002,4,5.0999999,6.1999998,6.5999999,6.3000002,6.3000002,6.4000001,4.5999999,3.7,4.0999999,5,5.8000002,5.4000001,5,4,3.3,4.4000001,7.0999999,10.7,10.4,9.6999998,8.8999996,7,3,4.4000001,6.5999999,7,6.5,5.6999998,4.8000002,4.0999999,5.4000001,8.1000004,9.1000004,8.6000004,7.9000001,6.5999999,4.8000002,5.5999999,5.0999999,7.9000001,8.1000004,6.5999999,7,6.5,5,7.1999998,13.1,17.700001,12.8,10.2,8.3000002,3.9000001,2.0999999,3.2,5.1999998,5.0999999,4.5999999,4.0999999,3.5999999,3.0999999,4.1999998,6.1999998,7,6.4000001,6,5.3000002,4,2.4000001,3.0999999,4.1999998,4.6999998,4.3000002,3.8,3.4000001,2.8,3.5999999,7,8.5,7.8000002,7.1999998,6,4.1999998,2.3,3.2,5,5.4000001,4.8000002,4.5,4,3.7,4.8000002,7,8.1000004,7.5,7.0999999,5.9000001,4.3000002,2.9000001,4.1999998,6,6.0999999,5.5999999,5.3000002,4.5999999,4.1999998,5.6999998,7.9000001,9.3000002,9.1000004,8.8999996,7.9000001,6,3.9000001,5,6.5999999,7.4000001,6.6999998,6.0999999,5.5,4.6999998,6.3000002,8.5,11.7,12,11.7,10.7,8.1999998,2.7,3.2,4.4000001,4.9000001,4.1999998,3.7,3,2.5,3.0999999,7,10.3,9.5,8.5,7.4000001,5.3000002,2.5,3.5,5,5.8000002,5.4000001,4.8000002,4,3.5,4.1999998,6,8,7.1999998,6.6999998,6,4.4000001,2.5,3,3.5999999,4.0999999,4.0999999,4.0999999,3.2,2.5999999,3.7,6.6999998,8.8000002,8.1000004,7.1999998,5.8000002,4,2.8,3.3,4.0999999,4.6999998,4.0999999,3.9000001,3.0999999,2.8,3.5999999,5.4000001,6.4000001,6,6,5.5,4,2,3.4000001,3.7,4.0999999,3.3,2.8,3.0999999,2.8,3.3,3.2,5.6999998,5.0999999,4.8000002,4.5999999,3.7,5.5999999,6.3000002,7.0999999,8.3999996,8.1000004,7.6999998,6,4.6999998,6.4000001,8.6999998,14,13.6,14.2,13.7,10,2.8,3.5,4.5999999,5,3.5,4,2.9000001,2.5,3.2,4.0999999,8.8000002,6,5.1999998,4.8000002,3.5999999,2.4000001,3.4000001,5.3000002,5.6999998,5.3000002,4.9000001,4.1999998,3.5999999,4.6999998,7.0999999,8.3999996,8,7.4000001,6.1999998,4.5,3.0999999,2.8,4,5.0999999,5.0999999,4.0999999,3.4000001,2.5999999,3.7,4.1999998,6.4000001,5,4.5,4.4000001,3.3,2.5999999,2.5,3.2,4.3000002,3.5,3.4000001,3,2.7,3.4000001,3.9000001,4.5,4.6999998,4.4000001,3.9000001,3.0999999,3.4000001,4,5.8000002,6,5.5999999,4.9000001,4.1999998,3.5999999,4.5999999,8.6000004,11,10.1,8.6000004,7.1999998,4.5999999,2.9000001,3.2,3.9000001,4.4000001,4.0999999,3.8,3.4000001,2.8,3.5999999,5.4000001,7.0999999,7,6.5999999,5.6999998,4.1999998,2.5,3.2,4.5999999,5,4.5999999,4.4000001,3.9000001,3.4000001,4.1999998,6.3000002,7.5999999,7.1999998,6.6999998,5.8000002,4.3000002,4.1999998,4.5999999,5,5.9000001,5.4000001,5,4,3.5999999,4.5,8.1000004,10.6,11,12,11.1,7.5,2.8,3,3.8,4.4000001,4.0999999,4.0999999,3.5999999,3.0999999,3.7,4.0999999,6,6.3000002,6.5,5.8000002,4.0999999,2.9000001,3.2,3.7,4.1999998,4.3000002,4,3.5,3.0999999,3.9000001,5,6.3000002,6.3000002,6,5.0999999,3.8,3.3,3.8,4.8000002,5.4000001,5.4000001,4.9000001,4,3.2,3.9000001,8.3999996,11,10.3,9.6999998,8.6999998,6.1999998,3.5999999,3.7,4.4000001,4.9000001,4.6999998,5,4.9000001,4.1999998,5.5,6.6999998,7,5.4000001,5.4000001,5.9000001,4.9000001,3.5999999,3.9000001,4.8000002,5.6999998,4.9000001,4.4000001,3.8,3.0999999,3.8,6.1999998,9.8999996,9.3000002,8.3000002,6.9000001,5.8000002,4.1999998,4.4000001,5.4000001,5.6999998,5.5,5.1999998,4.4000001,3.9000001,5.1999998,7.3000002,9.1000004,8.6999998,8.5,7.6999998,6.0999999,3.7,4.4000001,5.3000002,5.8000002,5.3000002,4.6999998,4,3.5999999,5,8.1000004,11,11.1,10.3,9.3999996,6.8000002,3,3.2,4.0999999,4.6999998,4.5,4.3000002,3.9000001,3.3,4.1999998,5.4000001,7,6.6999998,6.8000002,6.5,4.5999999,4.4000001,4.5999999,5.8000002,6.4000001,6,6.4000001,6.0999999,5,5.9000001,6.8000002,9.1999998,10,10.3,9.8000002,7.5999999,2.5999999,3,4,4.4000001,4,3.4000001,3.0999999,2.9000001,3.7,5.5999999,9.8000002,10.2,9.3999996,7.5999999,5.8000002,2.5999999,3.5,5.0999999,5.4000001,5.3000002,4.6999998,3.9000001,3.5999999,4.8000002,7,8.1000004,7.6999998,6.9000001,6,4.5999999,2.5999999,2.8,3.0999999,3.8,3.5999999,3.5,3.4000001,2.7,3.4000001,3.5999999,5.3000002,5.3000002,5.0999999,4.5999999,3.3,2.8,3.5999999,4.5,5.0999999,4.9000001,4,3.0999999,2.7,3.3,6,8.1000004,7.8000002,7.1999998,6.5,4.9000001,2.9000001,3.2,3.9000001,4.9000001,4.4000001,4.6999998,5.8000002,3.4000001,4.5,5.8000002,7,6.5999999,7,6.3000002,4.6999998,4,5.1999998,6.9000001,7.3000002,7.3000002,6.8000002,5.5999999,4.6999998,6.0999999,8.1999998,10.4,10.5,10.7,9.8000002,7.3000002,2.9000001,2.7,3,3.9000001,3.8,3.5,2.7,2.0999999,2.5999999,4.9000001,8.8999996,7.9000001,8.3000002,7.8000002,5.9000001,4.5,5.4000001,5.8000002,5.9000001,6,5.8000002,4.5999999,4,5.6999998,6.0999999,10.6,12.3,12.2,11.6,9.1999998,2.5,2.9000001,3.7,4.4000001,3.9000001,3.7,3.2,2.5999999,3.4000001,6.5,9.3000002,8.1999998,7.1999998,5.9000001,4.1999998,5.5999999,6,6.6999998,6.6999998,6.9000001,7.5,6.1999998,5.1999998,7.1999998,8,10.1,11.1,11.1,11.2,8.6999998,4.6999998,6.8000002,7.1999998,6.4000001,6.0999999,7.3000002,4.9000001,4.0999999,5.5999999,7.4000001,12.5,11.7,9.8999996,8.8000002,5.1999998,3,3.8,4.9000001,5.5,4.6999998,4.1999998,3.4000001,3.0999999,3.9000001,5.9000001,7.8000002,8,7.8000002,6.5999999,4.6999998,2.7,2.8,3.4000001,4.3000002,3.2,3.0999999,3.0999999,2.2,3.2,3.7,7.4000001,7.9000001,7,6.1999998,4.5999999,2.3,3,4,4.6999998,4.1999998,3.8,3.0999999,2.7,3.7,6.0999999,6.6999998,6.5,6,5,3.4000001,3,3.9000001,5.8000002,6.0999999,5.5,4.9000001,4.3000002,3.9000001,5.5,7.5,9.3999996,9.3000002,8.3999996,7.8000002,5.9000001,2.5999999,2.7,3.3,3.5,3.9000001,3.8,3.5,2.7,3.2,4,5.9000001,5.4000001,4.9000001,4.5999999,3.2,2.7,3.5,5.0999999,5.6999998,5.5999999,5.5,4.6999998,4.0999999,5.1999998,8.1999998,9.1999998,8.6000004,7.8000002,6.5999999,4.5,2.5999999,2.3,2.5,3,3.2,3.0999999,2.5999999,2.0999999,2.7,3.3,5.5999999,5.3000002,5.0999999,4.8000002,3.3,2.0999999,3,4.0999999,4.9000001,4.5,4.4000001,3.8,3.9000001,5.1999998,7.5,8.3999996,8.1999998,7.8000002,7.1999998,6.1999998,2.5999999,3.4000001,4.6999998,6,5.5,5.3000002,4.6999998,4.9000001,6,8.3000002,9.5,9.1999998,8.6999998,8,6.9000001,2.0999999,2.9000001,4.0999999,5,4.8000002,4.5999999,4,4.1999998,5.3000002,7.9000001,8.6000004,8,7.5,6.9000001,5.9000001,2.0999999,2.7,3.7,4.8000002,4.1999998,4.3000002,3.7,3.9000001,4.8000002,6.6999998,7.8000002,7.5,7,6.5,5.5999999,2.5999999,3.4000001,4.6999998,5.8000002,5.3000002,5.3000002,4.8000002,4.9000001,6.1999998,8.6000004,10,9.6999998,9.1000004,8.3999996,7.1999998,2.4000001,2.8,3.9000001,4.8000002,4.5,4.5,4.0999999,4.1999998,5.4000001,7.5,8.8999996,8.8000002,8.6000004,8,6.8000002,1.9,2.4000001,3.4000001,4.4000001,4.0999999,4.1999998,3.8,3.8,4.8000002,6.5999999,7.6999998,7.4000001,7.0999999,6.5999999,5.5999999,2.7,3.3,4.5999999,6,5.5999999,5.5,5.1999998,5.1999998,6.5999999,8.8000002,10.2,9.6999998,9.3999996,8.6999998,7.3000002,4,3.7,4,4.3000002,3.5,3.5999999,3.2,3.4000001,4.9000001,8.1000004,8.8999996,8.1999998,7.9000001,7.4000001,6.4000001,3.5999999,3.4000001,4.0999999,4.4000001,4.1999998,4.4000001,3.8,3.5,4.9000001,8.3000002,8.3000002,7.3000002,7,6.5,5.5,3.9000001,3.5999999,3.7,3.7,3.5999999,3.7,3.3,3.4000001,5.0999999,8.1999998,8.5,7.6999998,7.1999998,6.9000001,5.8000002,3,3.5999999,4,3.7,3.5999999,2.9000001,2.7,3,4.4000001,7.0999999,8,7.5999999,6.5999999,5.6999998,5.1999998,3,4.1999998,4.8000002,4.8000002,4.0999999,3.2,2.8,3.7,5.8000002,10.1,11.3,10.2,8.6000004,7.4000001,6.4000001,4.5999999,5.3000002,5.8000002,5.3000002,4.5,3.5999999,3.0999999,3.7,5.6999998,9.1000004,10.5,10.2,8.6000004,7.3000002,6.3000002,3.8,4.5999999,4.5,4.0999999,4,3.2,2.9000001,3.4000001,5,8.1000004,9.8999996,9.1000004,7.5999999,6.3000002,5.5999999,3.5999999,4.5,5.9000001,5.3000002,4.5999999,3.5999999,3.3,4.4000001,6.6999998,10.4,11.3,10.9,9.3999996,8.3000002,7,3.5999999,4.6999998,6,5.5,4.6999998,3.7,3.0999999,3.5999999,5.5999999,9.1000004,10.2,9.3999996,8,6.8000002,5.9000001,4.6999998,5.1999998,5.3000002,4.9000001,4.9000001,3.8,3.2,3.7,5.5,8.5,10.1,10.4,9.1000004,7.9000001,6.9000001,3.7,4.5,5.8000002,5.5,5.5,4,3.4000001,5.1999998,8.3000002,11.9,12.7,11.3,9.5,8,6.9000001,4.6999998,5.9000001,6.8000002,6.3000002,5.5999999,4.3000002,3.8,5.0999999,8.3000002,12.1,13.7,12.5,10.8,9.6999998,8.5,3,4,5.0999999,4.5999999,4.3000002,3.4000001,3,3.5,5.5,9.3000002,9.8999996,9.1000004,7.5999999,6.3000002,5.6999998,3.7,4.1999998,5.1999998,5,4.3000002,3.5,3.0999999,4.4000001,7.0999999,11.1,11.6,10.1,8.3999996,7.0999999,6,3.9000001,5.5999999,5.5,4.8000002,4.4000001,3.4000001,3.2,3.7,5.6999998,9.3000002,10.8,10.3,8.8000002,7.5999999,6.5999999,4.5,5.0999999,6.3000002,5.8000002,5.9000001,4.5999999,3.5999999,4.9000001,6.9000001,10.1,12.2,10.4,9.8999996,8.1999998,7.0999999,4.5,5.6999998,5.3000002,5.1999998,5.3000002,3.8,3.5,4.4000001,7.5999999,11.4,12.9,12.3,10.2,8.5,7.4000001,3.3,4.4000001,5.6999998,5.5,5.0999999,4,3.5,4.1999998,6.4000001,10.5,11.4,10.3,8.6999998,7.5,6.6999998,4,5.0999999,5.5,5,4.9000001,3.9000001,3.2,4,6.1999998,9.8999996,10.1,9.6999998,8.3999996,7.3000002,6.4000001,3.5999999,4.8000002,6.0999999,5.8000002,5.3000002,4.4000001,4.5,6.5999999,9.8999996,14.7,12.4,11.4,9.8999996,8.3999996,7.3000002,3.9000001,4.3000002,5,4.5,3.7,3.5999999,3,3.2,4.9000001,7.4000001,8,7.5999999,6.5,5.5,5.5999999,4,5,5.6999998,5.3000002,4.8000002,3.9000001,3.5,4.4000001,6.3000002,10,11.8,11.6,10.3,9.1999998,8.1999998,3.5999999,4.5,5,4.5,4,3.2,2.9000001,3.9000001,5.8000002,9.3000002,10.8,10.3,9.1000004,7.8000002,6.6999998,4.6999998,5.9000001,6,5.5999999,5.5999999,4.9000001,3.9000001,4.8000002,7.0999999,9.3000002,9.5,9.5,7.6999998,7.4000001,7.6999998,6,5.9000001,5.5999999,4.8000002,4,3.3,3.0999999,3.9000001,6.5,9.6000004,10.3,9.6999998,8.1000004,6.6999998,6,5.3000002,7.8000002,6.3000002,5.5999999,4.9000001,4.0999999,3.8,4.6999998,7.3000002,11.2,11.4,10.4,8.8999996,8.6000004,7.5999999,5.9000001,7.0999999,7.4000001,6.8000002,6.3000002,4.8000002,4,4.5999999,6.9000001,10.5,11.5,10.1,8.8999996,8.1999998,7.6999998,7.1999998,7.8000002,8.6000004,8.6000004,8.6000004,7.4000001,6.3000002,7.5,11.1,14.2,14,13.9,12.8,11.9,11.3,4.4000001,5.4000001,7,6.5,5.8000002,4.9000001,4.5,5.9000001,8.8000002,13.3,13.5,12.5,10.6,9,7.9000001,4.8000002,5.3000002,6.3000002,5.6999998,5.4000001,4.1999998,3.7,4.9000001,7.4000001,10.8,12.5,11.5,10.3,9.5,8.3999996,3.3,4.3000002,5.5,5.1999998,4.5,3.8,3.3,4.1999998,6.5,10.6,10.7,9.6000004,7.9000001,6.5999999,5.8000002,4.8000002,6.1999998,5.9000001,4.9000001,4.5999999,3.5999999,3,3.5999999,5.1999998,8,10.4,9.8000002,8.8000002,7.9000001,7,5.0999999,6,7.4000001,7,7,4.8000002,4.0999999,5.6999998,8.1999998,12.9,13.9,12.7,11,9.6000004,7.9000001,4.5999999,5.0999999,4.8000002,4.3000002,4.0999999,3.5,3.5999999,4,5.3000002,7.4000001,9.1000004,9.5,8.6999998,7.5,6.6999998,3.7,4.5999999,4.6999998,4.4000001,3.8,3.2,2.9000001,3.4000001,5.1999998,8.1000004,9.8999996,10.1,9.1999998,7.8000002,6.5999999,4.0999999,5.4000001,5,4.1999998,3.4000001,3,2.8,3,4.6999998,7.5,7.3000002,6.1999998,5.6999998,5.1999998,5.0999999,3.5999999,4.5999999,5.9000001,5.3000002,4.5999999,3.8,3.4000001,4.1999998,6.5999999,11.1,11.8,10.6,8.8000002,7.4000001,6.4000001,3.2,3.9000001,5,4.6999998,4.1999998,3.2,2.9000001,4.6999998,8.3000002,12.3,12.5,10.9,8.8000002,7.3000002,6,3.0999999,3.7,4.5,4.1999998,3.8,3.2,2.7,3.0999999,4.6999998,7.0999999,7.9000001,7.8000002,7,6.0999999,5.5,3.9000001,5.3000002,5.9000001,5.5,4.8000002,3.8,3.5,4.3000002,7.3000002,11.5,11.9,10.9,9.3000002,8.1999998,6.8000002,4.1999998,4.9000001,4.5999999,3.8,3.5999999,2.8,2.5999999,2.8,4.4000001,5.8000002,8.8000002,9.1999998,7.9000001,6.6999998,6.5999999,4.0999999,5.0999999,5.3000002,5.0999999,5.4000001,4.6999998,5.1999998,6.1999998,7.1999998,10.7,10,9.6000004,8.6000004,7.8000002,7.0999999,3.2,4.1999998,5.1999998,4.8000002,4.3000002,3.5,3.0999999,4.1999998,7.1999998,11.6,11.4,10,8.1000004,6.6999998,5.6999998,4.0999999,5.0999999,6,5.5,4.8000002,3.8,3.4000001,4.6999998,8.1000004,12.8,13.6,12.3,10.2,8.5,7.3000002,4.1999998,5.1999998,5.9000001,5.5,5.1999998,4,3.5,4.4000001,7.0999999,11,10.8,9.8999996,8.3000002,7.1999998,6.0999999,4.3000002,4.9000001,5.0999999,4.5999999,3.9000001,3.2,2.8,3.0999999,4.8000002,10.4,11.1,9.3999996,8.3000002,7.4000001,6.6999998,2.9000001,3.5,4,3.4000001,3.2,2.7,2.5,2.7,4.1999998,6.8000002,7.8000002,7,5.6999998,4.8000002,4.0999999,3.3,4.1999998,5,4.9000001,4.1999998,3.3,2.9000001,3.4000001,5.5999999,9.6000004,10.6,9.6000004,8,6.6999998,6,3.7,4.0999999,4.4000001,3.8,3.4000001,2.8,2.4000001,3.0999999,4.6999998,7.1999998,8.3999996,7.8000002,6.6999998,5.6999998,5.0999999,5.4000001,6.4000001,7,6.8000002,6.4000001,4.8000002,4.0999999,5.3000002,8.3999996,11.9,12.6,11.9,10,8.6999998,7.4000001,3.0999999,4.4000001,5.8000002,5.3000002,4.5999999,3.5999999,3.0999999,3.8,6,10.4,10.8,9.8000002,8.1999998,6.8000002,5.8000002,3.3,4.5999999,6,5.5,4.9000001,3.8,3.4000001,4.3000002,6.5,11.2,12.5,11.3,9.5,7.9000001,6.6999998,4.1999998,5.1999998,6.3000002,5.9000001,5.3000002,4.3000002,3.7,4.4000001,6.8000002,10.7,11,10,8.5,7.0999999,5.9000001,3.7,4.8000002,6.0999999,5.8000002,5.1999998,4.4000001,3.9000001,5,7.6999998,11.9,11.9,10.8,9,7.6999998,6.6999998,3.3,4.5,5.8000002,5.4000001,4.5999999,3.9000001,3.4000001,4.1999998,6.5999999,10.8,10.8,9.6999998,8,6.5999999,5.8000002,4.0999999,5.1999998,5.9000001,5.6999998,5.0999999,4.0999999,3.7,4.5999999,6.9000001,11.3,12.1,11.3,9.6000004,8.1999998,7.1999998,4.3000002,5.5999999,6.6999998,5.6999998,5.5,4.3000002,3.7,4.8000002,7.5999999,11.8,13.4,12.8,11.8,10.4,8.6999998,3,3.8,4.5,4.3000002,3.8,3.0999999,2.7,3.3,5.1999998,8.3999996,8.6999998,7.6999998,6.5,5.4000001,4.6999998,5.8000002,6.5,7.4000001,6.8000002,6.5,4.8000002,4.1999998,5.8000002,8.8999996,13.4,13.8,12.6,10.9,10,8,3.8,4.6999998,5.3000002,4.6999998,4.5,3.5999999,3,3.7,5.8000002,9.1000004,9.3000002,8.6000004,7.5,6.4000001,5.5,3.2,4,5,4.6999998,4.1999998,3.4000001,3.0999999,4.5999999,7.4000001,11.3,11.6,10.2,8.3999996,7,5.8000002,3,4.0999999,5.6999998,5.1999998,4.4000001,3.4000001,2.9000001,3.7,5.8000002,9.8000002,10.6,9.6000004,8.1000004,6.6999998,5.6999998,4.3000002,5.5999999,6,5.3000002,4.6999998,3.4000001,2.8,3.5999999,5.8000002,9.1000004,13.3,12.2,10.5,9.3000002,8.3000002,3.5999999,5.0999999,5.1999998,4.6999998,4.4000001,3.5999999,3.2,3.7,6.0999999,9.6999998,9.8000002,9.1999998,8,6.9000001,6.3000002,4.9000001,6.8000002,6.8000002,6.8000002,5.5,4.0999999,4,4.3000002,6.6999998,10.8,10.6,10.1,9,7.8000002,6.9000001,4.4000001,5.1999998,3.9000001,3.8,3.7,3,2.5999999,3.2,5,7.5,8.5,8.1999998,7.1999998,6.3000002,6,3.4000001,4.4000001,5.6999998,5.3000002,4.6999998,3.7,3.3,4.1999998,6.8000002,10.8,12.3,11.2,9.5,8.1999998,6.8000002,3.2,3.7,4.4000001,4.1999998,3.5999999,2.8,2.5,3,4.5999999,7,8.3999996,8.3000002,7.3000002,6,5.1999998,3.5,4,4.5999999,3.8,3.5999999,2.8,2.2,2.8,4.5999999,7.5999999,9.3999996,8.5,7.3000002,6.0999999,5.3000002,4.5,5.8000002,6.3000002,5.4000001,4.6999998,3.7,3.3,4.0999999,6.5,10.1,10.6,10,8.8000002,7.6999998,6.6999998,5.5,6.8000002,7.6999998,6.6999998,6.3000002,6,5.5,5.3000002,7,10.1,11.8,12.4,11.2,10.8,8.8000002,5.4000001,6.0999999,5.9000001,6,7.8000002,5.4000001,5.4000001,5.6999998,8.3000002,15,15.2,12.8,11.5,9.3999996,7.5999999,4.5999999,5.5,6.3000002,5.4000001,5.3000002,5.3000002,4.5999999,4.8000002,6.1999998,9.3999996,10.6,10.5,9.6999998,8.5,7,4.3000002,4.9000001,5,4.9000001,4.4000001,5.1999998,5.0999999,5,6.4000001,9.3000002,12.1,11.6,11,10.6,9.1000004,4.9000001,4.5,4.9000001,4.6999998,4.8000002,5.5,5.4000001,5.5999999,7.8000002,12.4,15.4,13.8,11.6,10.2,8.6999998,3.0999999,3.5999999,4.1999998,3.9000001,3.5999999,3.9000001,3.2,3,4.5,7.5999999,9.6999998,9.1999998,8.1999998,7.9000001,6.5999999,3,3.9000001,4.9000001,4.6999998,4.5,4.8000002,4.1999998,4.1999998,6.3000002,10.6,10.8,9.8999996,8.6000004,7.4000001,6.3000002,3.7,4.4000001,5.5999999,5.3000002,5.3000002,5.8000002,4.9000001,4.9000001,7.0999999,12.1,12.2,11.5,9.8999996,8.6999998,7.1999998,4.9000001,5.1999998,5.6999998,6.6999998,4.8000002,5.5999999,5.6999998,6.9000001,10.8,15.6,15.9,15.6,13.9,12.5,10,4,4.0999999,4.0999999,3.4000001,3.7,4.1999998,4.0999999,4.3000002,7,13,13,12.5,10.2,9.6000004,8.5,4.4000001,4.4000001,5.0999999,4.8000002,5.0999999,5.8000002,5.6999998,5.1999998,6.5,9.6999998,11.6,11.5,10.5,9.3000002,8,4.3000002,5.1999998,5.6999998,5,5.9000001,7.5,5.9000001,5.1999998,7.3000002,10,12.5,13.3,12.6,14,11.2,4.1999998,4.8000002,5.4000001,5.4000001,5,5.4000001,4.6999998,4.5,6.4000001,10.9,12.7,13.2,12,10.7,9.3000002,4.6999998,4.6999998,4.5999999,3.4000001,3.5,4.3000002,4.0999999,4.3000002,5.6999998,8.6000004,9.6000004,10,9.1999998,8.3000002,7.1999998,3.2,3.0999999,3.5999999,3.5999999,3.5999999,4,3.5,3.4000001,4.9000001,7.8000002,9.6000004,9.3999996,8.3000002,7.5,6.4000001,3.9000001,4.4000001,4.3000002,4.1999998,4.5,4.6999998,4.3000002,4.3000002,6.0999999,9.3999996,10.1,10.5,9.8000002,8.6999998,7.3000002,5.0999999,6.0999999,6.8000002,8.3000002,6.8000002,7.5999999,6.6999998,7.6999998,8.6999998,11.9,12.2,12.7,12.4,12,10,4.5999999,4.5,5.5999999,5.1999998,5.5999999,6.0999999,5.4000001,5.1999998,7.5,12,11.5,11.4,10.3,9.3000002,7.5,6.5999999,6.5999999,7,6.5,5.9000001,7.1999998,6,6.5999999,8,11.2,8.8000002,8.3999996,7.8000002,8.1999998,7,3.7,3.8,4.5,5.4000001,4.5,4.6999998,4.0999999,4,5.5999999,8.8999996,9.8999996,9.6000004,8.6000004,7.8000002,6.5999999,4.6999998,4.6999998,4.5999999,4.4000001,4.5999999,4.8000002,4.1999998,4.4000001,6.3000002,9.3000002,8.8000002,9.6000004,8.6999998,8.1999998,6.9000001,3.8,4.6999998,5.3000002,5.1999998,5,5.5,4.9000001,4.8000002,6.6999998,11,11.7,11.4,10.3,9.6999998,8.1999998,2.7,3,3.4000001,3.3,3.5,4.4000001,3.9000001,3.5999999,5.0999999,8.3999996,8.6000004,8.1999998,7.5,6.8000002,6.0999999,4.1999998,4.3000002,4.9000001,5.4000001,5,5.3000002,4.5999999,4.6999998,6.6999998,10.9,10.6,10.6,9.3000002,8.5,7.4000001,3.5999999,3.5999999,4.3000002,4.3000002,4.3000002,4.5999999,4.0999999,4,5.5999999,8.6000004,9.8999996,10,9.1999998,8.3000002,7.3000002,8.3000002,7.5,8.6999998,8.1999998,9,10.6,9.6999998,9.3999996,12.2,14.8,10.9,11.6,11.7,11,9.6999998,3.8,4.8000002,4.1999998,4.4000001,5,5.5,5,5.9000001,9.8000002,13.3,11.7,11,10.2,9,7.5999999,2.5999999,2.9000001,4.0999999,4.0999999,3.9000001,4.1999998,3.7,3.5999999,5.3000002,8.8999996,8.8000002,8.1999998,7.0999999,6.1999998,5.5,3.5,3.8,4,3.8,4.0999999,4.5,4.3000002,3.9000001,5.0999999,7.5999999,9.3000002,9.3000002,8.6999998,7.8000002,6.9000001,5.5999999,5.9000001,4.6999998,4.4000001,5.3000002,5.4000001,4.3000002,5.5999999,7.1999998,8.6000004,11.6,12.3,12.5,11.4,11.4,3.4000001,4,5.9000001,5.9000001,5.9000001,6.9000001,5.9000001,5.6999998,7.5999999,11.8,13.5,13.4,12,10.8,9.3000002,5.4000001,7.3000002,5.6999998,5.9000001,5.9000001,6.1999998,5,5.3000002,7.1999998,11,11.1,11,9.6999998,9.1999998,8.3999996,2.8,3.3,4.5999999,4.4000001,4.4000001,4.8000002,4.3000002,4,5.5999999,9.1000004,9.3000002,8.8000002,7.6999998,6.6999998,5.9000001,4.6999998,5.4000001,5.4000001,7,6.0999999,5.8000002,5.3000002,5.9000001,8.3000002,15.4,15.8,12.9,11.4,10,8.1000004,4.6999998,5.6999998,5.1999998,5.3000002,4.8000002,5.1999998,4.1999998,4.5,6,9.1000004,9.6999998,9.5,8.8000002,8.8000002,8.1000004,2.9000001,3,3.5999999,3.5,3.8,4.5999999,4.0999999,3.8,4.8000002,6.9000001,7.3000002,7.3000002,7,6.5,5.8000002,4.5999999,4.9000001,4.6999998,5.3000002,5.3000002,6,5.3000002,5.5999999,7.6999998,12.8,11.7,11.3,9.5,8.6000004,8.1000004,3.3,3.5,4.5,4.5,4.0999999,4.9000001,4.1999998,4,5.6999998,9.8000002,9.6999998,9.1000004,8,7,6.1999998,4,4.1999998,4.8000002,4.6999998,4.8000002,5.9000001,5.0999999,4.6999998,6,10,11.4,10.8,9.8000002,8.8999996,7.5,4.6999998,5.3000002,6,5.6999998,5.4000001,6.5999999,5.8000002,5.8000002,7.6999998,12.2,14.2,13.9,12.5,11.2,8.8000002,3,3.5,4.5999999,4.3000002,4.0999999,4.8000002,4.1999998,4.1999998,5.6999998,10.5,8.6999998,8,7.5999999,7.0999999,6.3000002,2.7,3.0999999,4.5,3.9000001,4,4.3000002,3.8,3.7,5.9000001,10,10.9,10.1,8.6000004,7.4000001,6.0999999,4.5999999,5.4000001,6,5.6999998,6.6999998,6.1999998,5.6999998,6,7.5999999,12.7,12.4,12,10.1,9.5,8.1999998,3.3,4.0999999,5.6999998,5.5,5.5,6.0999999,5.0999999,4.8000002,6.4000001,10,10.8,10.5,9.3999996,8.5,7.1999998,4.8000002,5.4000001,5.6999998,5.3000002,5,5.8000002,4.9000001,5,6.6999998,10.7,13,12.3,11.5,11.4,9.8000002,4.8000002,5.4000001,5.6999998,6,6,6.3000002,5.5999999,5.3000002,6.6999998,9.8999996,11.6,13.1,11.5,11.5,9.6000004,5.3000002,5.5,6.0999999,5.6999998,6,6.3000002,6,5.5999999,7,10.5,12.6,12.2,11.3,10.4,9.1999998,3,3.3,4.6999998,4.6999998,4.8000002,5.6999998,5,4.5999999,6.4000001,10.8,11.2,10.9,9.6000004,8.6000004,7.4000001,5.0999999,4.8000002,5.4000001,5.6999998,5,5.5999999,5,5.5999999,6.5999999,10.5,11.7,11.5,10.2,9.1999998,9,3.5,3.7,3.4000001,3.0999999,3.0999999,3.4000001,3.0999999,3.0999999,4.3000002,7.1999998,8.1999998,8.1000004,7.4000001,6.3000002,5.8000002,3.2,3.2,3.8,3.9000001,3.8,4,3.4000001,3.3,4.8000002,8.1999998,9.6000004,9.3000002,8.3999996,7.1999998,6.1999998,5.3000002,5.5999999,5.9000001,5.6999998,5.5999999,6.8000002,6.4000001,5.6999998,8.3000002,12.2,14.9,16.1,12.6,10.9,8.6000004,5.6999998,6,5.5,5,5.1999998,5.5999999,5.0999999,5.1999998,7.4000001,10.7,12.9,13.3,12.4,12.6,10.5,4.4000001,4.0999999,4.5999999,4.1999998,4.0999999,5.0999999,4.5,4.3000002,6.3000002,8.8000002,9.1000004,9.1000004,8.6000004,7.5999999,6.5,3.9000001,4.4000001,5.4000001,6.3000002,5,5.0999999,4,3.7,6.1999998,10.5,11.7,11.3,10.2,9,7.5999999,2.7,2.8,3.5999999,3.7,3.7,4.5999999,4,3.8,5.1999998,8.3999996,8.1999998,8,7.5999999,6.6999998,6.0999999,3.9000001,4.5,5,4.6999998,4.6999998,5.1999998,4.5,4.6999998,6.5,10.5,11.8,12.1,10.9,9.5,7.9000001,2.4000001,2.9000001,4.0999999,3.8,3.5,3.8,3.3,3.3,4.8000002,8.1999998,8,7.4000001,6.5999999,5.9000001,5.3000002,4,5.4000001,5.4000001,5.3000002,5.0999999,5.6999998,5,4.9000001,7,11.9,12.7,12.2,11.3,9.8000002,8.1000004,3.5,4.0999999,5.5999999,5.4000001,5.1999998,5.8000002,5,4.8000002,6.4000001,10.1,10.5,10.2,9.1000004,8.1000004,7.0999999,3.4000001,3.5999999,4.3000002,4.3000002,4.1999998,4.6999998,3.5999999,3.5999999,5.9000001,10.4,11.3,11.8,10.6,9,7.3000002,4.0999999,4.4000001,5.4000001,5,4.9000001,6.5999999,5.0999999,5.0999999,6.8000002,11.4,11,10.6,9.6999998,9.5,8.1000004,3.5999999,3.7,4,4,4.0999999,4.5,3.9000001,3.5999999,5,8.5,10,10.4,9.5,8.5,7.5,3.4000001,5.1999998,5.0999999,4.6999998,4.5,4.9000001,4.4000001,4.6999998,7.4000001,13,12.7,11.7,9.8000002,8.8999996,7.3000002,4.5,4.3000002,4.3000002,4.5,4.5,4.5999999,4,4,6,9.6999998,10.5,9.5,8.6000004,7.8000002,7.3000002,4.5,6.8000002,9.1999998,6.4000001,6.0999999,7.3000002,5.8000002,5.3000002,6.8000002,11.3,13.2,12.3,11.1,9.8999996,8.1999998,2.8,3.3,4.6999998,4.4000001,4.1999998,4.6999998,4.1999998,4,5.5999999,9,9.1999998,8.6999998,7.8000002,6.9000001,6.0999999,3.5,4.4000001,4.3000002,4,3.8,4.4000001,4,4,5.6999998,10,10.7,10.5,9.5,8,7,3,3.5,4.3000002,4,4,4.5,3.8,3.5999999,5.4000001,9.3999996,9.6000004,8.8999996,7.8000002,6.9000001,5.9000001,7.9000001,9.3999996,8.5,7.4000001,6.6999998,8.1999998,8.5,8.3999996,13,19.6,22.9,19.799999,17,14.7,11.7,3.5999999,4.5,4.8000002,4.9000001,5.0999999,5.4000001,4.8000002,4.6999998,6.5999999,12,12.3,11.6,10.2,9.3000002,7.9000001,3.2,3.5,3.7,3.7,4.0999999,4.1999998,3.8,3.5999999,4.6999998,7.3000002,7.6999998,7.4000001,7.1999998,6.5999999,6,4,5.8000002,5.9000001,5.0999999,5.0999999,7,6.4000001,6.5,8.8000002,13.5,11.5,11.2,10.3,9.1999998,7.5,4,5,5.5,6.1999998,5.4000001,5.8000002,4.9000001,5,7.5999999,13,12.1,11.3,10.3,9.3999996,7.9000001,2.7,3,4.1999998,4.3000002,4.4000001,5.3000002,4.5999999,4.3000002,6.0999999,9.6999998,10.3,10.3,9.3999996,8.5,7.3000002,3.4000001,3.4000001,3.8,3.7,4,4.8000002,4.1999998,3.9000001,5.1999998,7.1999998,8.5,8.5,8,7.5,6.8000002,4.6999998,5.5,5.6999998,6,4.8000002,5.8000002,5,6,9.8999996,15.1,14.7,13.8,11.7,10.6,9.5,3.2,4.3000002,5.1999998,4.5,4.3000002,4.6999998,4.0999999,4.0999999,6.1999998,11.1,10.5,9.6000004,8.1999998,6.9000001,5.9000001,3.3,3.5,4.8000002,5.0999999,5,5.0999999,4.8000002,4.8000002,8.3000002,12.5,11.7,11,9.8000002,8.3000002,6.6999998,4.6999998,7.5,8.3000002,7.5999999,7.0999999,7.0999999,7.0999999,6.8000002,9.8000002,13.8,12.8,12.6,11.5,10,8.1999998,6.8000002,8.1000004,9,8.1999998,7.9000001,8.5,6.4000001,7.0999999,9.8000002,14.5,14.1,13.3,13.2,14,11.3,5.4000001,6.1999998,6.8000002,6.1999998,6.1999998,6,5.5,8.8999996,15.7,19.5,15.2,14.3,13.7,12.4,10,6.0999999,6.0999999,6.5,7,5.5,6.0999999,5.4000001,5.8000002,8,12.5,10.8,11.1,10,9.8000002,8.6000004,3.9000001,3.5999999,4.1999998,4,4.3000002,4.9000001,5,4.1999998,5.8000002,8.6000004,9.6999998,9.1999998,8.5,7.3000002,6.3000002,4.5,4.9000001,6.3000002,5.3000002,5.5999999,6.0999999,5.5999999,5,7.4000001,13.6,14.2,13.7,12.1,11.3,9.6000004,5,4.1999998,4.3000002,3.5,3.5999999,4,3.9000001,3.7,5.8000002,9.1000004,10.5,10.5,9.3999996,8.6000004,8.1000004,4.5999999,4.5,5.3000002,6,5.5,5.5,5.1999998,5,7.0999999,11.2,13.2,13.8,12.3,10.8,9.1999998,3.5,3.4000001,3.7,3.4000001,3.5,4,3.7,3.5999999,4.5,7.1999998,9,8.5,7.6999998,6.9000001,6.1999998,5.3000002,4.9000001,5.8000002,5.1999998,5.5,5.9000001,5.8000002,5.1999998,6,8.5,9,9.3000002,8.8999996,8.5,7.5999999,5.8000002,8.3000002,7.4000001,7.4000001,6.3000002,7.0999999,6.0999999,5.8000002,7.0999999,10.9,11.5,11.6,10.8,10.1,8.3000002,3.7,3.2,4.1999998,3.7,4,4,4,3.7,4.4000001,6.5,8.3999996,8.8999996,8.5,8.1999998,7.4000001,4.5,3.8,3.8,3.5,3.5,4,3.9000001,3.8,5.4000001,8.5,9.6000004,9.8999996,9.1000004,8.1000004,7.3000002,3,3.3,4.1999998,4.0999999,4.1999998,4.8000002,4.0999999,4.0999999,7,11.7,10.4,9.8000002,8.3999996,7.4000001,6.4000001,4.5,5.9000001,7,6.3000002,5.8000002,7,6.1999998,6.3000002,7.8000002,11.4,13.2,13.3,12.6,11.3,10,4.3000002,4.1999998,5,4.4000001,4.5999999,5.4000001,4.3000002,4.0999999,5.9000001,10.1,10.6,10.6,9.8000002,9,7.9000001,6.6999998,6.6999998,7.6999998,7.8000002,8,8.8000002,7.6999998,7.3000002,8.3999996,12.4,13.2,13.8,13.3,12.8,11.8,3.3,4,4.1999998,4,4.0999999,4.4000001,3.7,3.7,5.1999998,8.6999998,10.4,10.1,8.8999996,7.5999999,6.6999998,4,5.4000001,4.8000002,5.5999999,5.5,5.3000002,4.5,4.6999998,6.1999998,9.8999996,10.7,10.4,10,8.8999996,7.6999998,4.5999999,5.3000002,6.0999999,6.4000001,6.5999999,7.1999998,6.4000001,5.9000001,8.5,13.8,13.7,13.4,12,10.8,9.8000002,4.1999998,4.0999999,4.5,4.9000001,4.1999998,3.8,3.5999999,4.4000001,4.9000001,8.6999998,10.4,9.1999998,8.1999998,7.3000002,6.4000001,5.1999998,5.3000002,5.8000002,5.5999999,5.8000002,5.5999999,4.9000001,5.0999999,6.8000002,10,10.8,10,8.8999996,8.6000004,7.9000001,3.7,3.8,4.5999999,4.0999999,4.3000002,5.0999999,4.5,4.0999999,5.5999999,9.1000004,10.2,9.6999998,8.6000004,8.1000004,6.6999998,5.8000002,6.5999999,6.9000001,5.8000002,5.5,5.8000002,5.1999998,4.5999999,7.3000002,9,12,13.2,11.6,11.5,10.3,3.5,3.3,4.1999998,4.1999998,4.1999998,4.5999999,4.3000002,4.3000002,6,10,10.4,10,9,8.1000004,6.5999999,3.4000001,4.1999998,4.4000001,4.0999999,4,4.5999999,4.3000002,4.5,7.4000001,13,13.8,13.9,12.8,11.3,9.3999996,4.8000002,5,5.5,5.3000002,5.5999999,6.1999998,5.5,5.1999998,6.1999998,9.1000004,10.1,10,9.8000002,9.3999996,8.3999996,3.3,3.5999999,5,5.3000002,5.1999998,6,5.3000002,5.1999998,7.5,12.2,12.7,12.3,11,9.6999998,8.1999998,2.5999999,2.7,3.0999999,2.9000001,3.0999999,3.5,3.2,3,4,6.1999998,7.0999999,7,6.3000002,5.5999999,5.0999999,3.0999999,3.9000001,4.1999998,4.0999999,4.0999999,4.5999999,3.7,3.8,5.1999998,8.5,9.6000004,9.6999998,8.5,7.5999999,6.5999999,2.7,2.9000001,4.0999999,4.0999999,4.3000002,4.6999998,4.1999998,4.0999999,5.9000001,10.1,10,9.5,8.3000002,7.1999998,6.1999998,4.5999999,4.5999999,5.1999998,5.8000002,6.5,6.6999998,5.8000002,5.4000001,7.0999999,10.3,12.1,11.8,11.1,10.7,9.5,3,3.3,4.1999998,4.4000001,4,4.1999998,3.7,3.7,5.9000001,10.6,11,10.5,9.1000004,8,6.6999998,4.0999999,4.4000001,4.8000002,4.3000002,4.3000002,4.8000002,4.1999998,3.9000001,5.4000001,9.3999996,10.4,10.7,9.5,8.6000004,7.5,3.7,3.9000001,5.1999998,5.1999998,4.9000001,5.6999998,4.5,4.1999998,6.5999999,11,10.7,10.2,9.1999998,8.5,7,4.0999999,4.8000002,5.4000001,4.6999998,4.9000001,5.0999999,4.4000001,4.4000001,6.3000002,10.8,12,11.5,10,8.8999996,7.8000002,4.0999999,6.3000002,5.6999998,4.4000001,4.5,5.6999998,4.5,4,5.3000002,7.8000002,9.1999998,9.6000004,9,8.8999996,7.8000002,3.5999999,3.9000001,4.5999999,4.5,4.4000001,5.4000001,4.5,4.4000001,7.0999999,11,12.9,13,11.5,10.3,9.1000004,6.4000001,7.5,6.3000002,5.0999999,6.3000002,6.1999998,5.0999999,5.4000001,8.6000004,11.9,10,10.2,9.5,8.1999998,8.3000002,3.2,3.9000001,4.1999998,3.7,3.7,4.6999998,5.5,5.8000002,6.4000001,10.4,11.8,12.4,11.5,9.8999996,8.1999998,6,8.1000004,8.8999996,7.5,7.1999998,7.5999999,6.4000001,6.4000001,8.3999996,12.2,12.2,12.8,12.5,10.4,9.6999998,4.5,4.9000001,5.5999999,5.5,5.9000001,6.8000002,6.3000002,6.0999999,7.1999998,10.1,11,11.2,10.6,9.8999996,8.6999998,3.0999999,3.4000001,4.9000001,4.9000001,5,5.8000002,5.0999999,5,6.9000001,11.1,11.3,11.2,10.2,9.1999998,7.9000001,4.0999999,4.8000002,4.8000002,5.5999999,5.9000001,6.8000002,5.5999999,5.9000001,6.5999999,12.7,12.1,11.5,10.4,9.3000002,7.5999999,5,6.9000001,5.5999999,5.5,5.1999998,5.5,4.8000002,4.8000002,7.8000002,14.2,17,15.8,13.8,12.6,10,5,5.1999998,5.8000002,5.4000001,5.5999999,5.6999998,5.0999999,5.4000001,7.3000002,10.8,12.5,12.6,10.9,10.3,9.3999996,4.3000002,4.8000002,6.1999998,6.3000002,6.0999999,7.3000002,6.3000002,5.5999999,8.5,14.2,14.9,14,12.5,11.5,9.5,3.5999999,5.0999999,5.0999999,5.9000001,6.1999998,5.9000001,5,4.8000002,6.1999998,10.6,12.3,11.9,10.5,9.1999998,7.5999999,5.5,7.3000002,6.1999998,7.3000002,10.6,9.3000002,6.5999999,6.3000002,7.8000002,10.6,10.3,9.8000002,9.3000002,8.8000002,7.5,4.1999998,5.6999998,6.1999998,5.5999999,5.8000002,6.9000001,6.1999998,7.0999999,7.6999998,13,13.3,12.6,11.9,11.3,9.5,5.5,6.3000002,5.6999998,5.9000001,6.1999998,7.0999999,6.3000002,6.4000001,6.5999999,9.3999996,10.1,10.5,10.1,9.3000002,7.9000001,5.1999998,9,11.5,7.5999999,6.4000001,7.4000001,7,7.9000001,8.1000004,14.5,18,15.7,14.2,12,11,5.8000002,5.0999999,5.4000001,5,5.4000001,6.4000001,5.3000002,4.8000002,6.5999999,9,9.1000004,8.8000002,8.3000002,8,7,5.3000002,6.0999999,6,6,6.6999998,7.8000002,6.3000002,5.9000001,7.5,11.9,14.5,14.4,13.4,11.7,10.2,7.8000002,11.6,10.3,8.5,7.5,7.5999999,7.5999999,7.6999998,10.7,13.9,14.7,13.2,11.8,11.5,9.8000002,5.3000002,6.3000002,7.4000001,5.3000002,5.8000002,6.9000001,5.8000002,6,6.5999999,10.4,12.2,12,10.9,9.8000002,8,4.3000002,4.1999998,4.5,4.3000002,4.5,4.5,4.0999999,4.0999999,5.8000002,9.1999998,11.2,10.4,9.6999998,9,8.8000002,4.1999998,4.5999999,4.5,4.4000001,4.5,5.1999998,5.0999999,5.3000002,7.0999999,11,12,12.1,10.1,8.5,7.3000002,6.5999999,6.4000001,7.3000002,6.0999999,5.9000001,6.3000002,5.1999998,4.6999998,7.1999998,9.8999996,12.3,13.4,11.8,11,9.8999996,4.4000001,3.8,3.9000001,3.7,3.5999999,3.9000001,3.4000001,3.7,5.9000001,8.6999998,12.9,12.5,11.3,10.6,9.1999998,7.9000001,6.6999998,7.5999999,6.9000001,6.1999998,7.5,6.0999999,5.8000002,8.5,11.4,12.1,13.3,13.5,12.3,10.6,3.5999999,4.4000001,5.5,5.4000001,5.6999998,6.8000002,5.9000001,5.6999998,8.1000004,12.9,11.5,11,9.8000002,8.6000004,7.3000002,5.5999999,6.3000002,6.6999998,6.4000001,5.4000001,6.5999999,5.6999998,6.5999999,8.1000004,14.1,16.6,14.3,11.7,10,7.9000001,4.5,5.4000001,6.3000002,5.3000002,5.4000001,6.9000001,5.8000002,5.5999999,6.9000001,11.1,15.5,15.5,14.9,13.8,11.1,4,3.7,4.5,4.1999998,4.0999999,4.3000002,3.7,3.5999999,5.8000002,9.5,11,10.2,8.8000002,7.9000001,6.5999999,5.0999999,8.5,9.1000004,6.3000002,6,6.8000002,6.3000002,6.4000001,8.3000002,12.9,12.2,11.6,10.7,9.8000002,8.8999996,3.5999999,4.3000002,4.4000001,4.3000002,4.3000002,5,4.5,4.4000001,6.5999999,10.9,10.3,9.8000002,9,8.1000004,7.1999998,3.2,3.5999999,4.4000001,4.3000002,4.5,4.8000002,4.5999999,4.5999999,6.4000001,10.4,10.6,10.4,9.1000004,7.8000002,6.4000001,5.0999999,5.4000001,5.4000001,5.1999998,5.3000002,5.5999999,5,4.9000001,6.5999999,10.9,11,11.3,10.1,9.3999996,7.9000001,5.5999999,8.3000002,10.7,9.8999996,7,10.2,8.3000002,7.5,10.2,18.1,17.200001,16.6,15,12.1,9.6999998,4.8000002,5.1999998,5.9000001,6,5.5,6.5999999,5.9000001,5.5999999,7.9000001,13.7,14.5,12.7,10.3,9.6999998,8.1000004,5,5.1999998,5.5,5.1999998,5.6999998,6.1999998,5.6999998,5.4000001,7.6999998,11.8,12,12.1,10.7,9.8000002,8.6999998,3.8,5,5,5.1999998,7.1999998,6.4000001,4.5,4.5,5.1999998,10,12.8,11.4,9.8999996,9.3000002,8.6000004,6.3000002,7.4000001,6.5999999,6.1999998,6,6.4000001,5.5999999,5.0999999,7.0999999,9.6000004,15.1,14.7,13.3,12.6,12.4,3.5999999,3.5999999,4.0999999,3.8,4.0999999,4.5,3.8,3.5999999,5.5,9.8000002,10.2,9.8999996,8.6999998,7.4000001,6.1999998,3.5999999,4.5,4.4000001,4.1999998,4.1999998,4.8000002,4.4000001,4.5999999,7.5999999,12.8,11.9,11.8,10.6,9.6000004,7.8000002,4.8000002,5.4000001,6.0999999,6.5,5.5999999,6.8000002,6,5.8000002,8.1999998,12,12.4,12.8,11.6,11.1,9.1000004,4.6999998,8.3000002,8,7.5999999,7.4000001,6.9000001,6.0999999,6.5999999,8.3000002,11.9,13.2,13.9,12.2,11.2,9.3000002,4.3000002,4.6999998,5.5999999,5.5,5.0999999,5.9000001,5.6999998,5.4000001,6.9000001,11.1,14,12.9,11.5,10.4,8.6999998,4.4000001,5.0999999,5.0999999,4.9000001,5.0999999,5.5,5.0999999,5.3000002,6.6999998,10.1,12.1,11.5,10.2,9.3000002,7.9000001,3.4000001,3.9000001,4.6999998,4.9000001,4.0999999,3.3,2.7,2.7,4.9000001,8.8999996,8.3000002,7.3000002,6.1999998,5.1999998,4.1999998,10,11.3,12,12.4,11.9,8,6.8000002,5.8000002,10.6,16.299999,18.5,17.9,14.9,13.7,10,4.6999998,5,5.9000001,5.3000002,4.6999998,3.9000001,3.4000001,3,4.6999998,7.8000002,8,7.5,6.9000001,5.9000001,4.5999999,4.9000001,4.6999998,5.0999999,5.6999998,4.8000002,4.0999999,2.9000001,2.3,3.3,5.9000001,7.4000001,6.0999999,5.5999999,5.1999998,4.5,11.1,10.5,11.2,11.1,9,7.6999998,7.8000002,6.1999998,10.1,15,13.6,13.3,12.2,10.1,8.1000004,4.4000001,4.6999998,4.5999999,4.6999998,4.5,3.7,3.7,2.7,4,6.5999999,7.1999998,7.0999999,6.4000001,5.9000001,4.5,3.5999999,3.4000001,4,4.4000001,3.5999999,2.8,2.7,2.3,3.9000001,8.3999996,9.6000004,8.6999998,7,5.6999998,4.5,4.9000001,4.0999999,4.9000001,5.5999999,5.0999999,4.5,3.7,3.4000001,6,9,10.6,10.2,9.5,8.1999998,6.5,7.6999998,8,8.1000004,7.8000002,6.0999999,5.0999999,4.6999998,3.9000001,6.5999999,11.1,12.9,12.4,10.5,8.8000002,7.0999999,3.4000001,3.5999999,3.8,3.7,3.5,3,2.7,2.2,3.5999999,6.4000001,7,6.9000001,6.3000002,5.5,4.1999998,7.6999998,9.3999996,8.8999996,9.1000004,7.1999998,8,7.5999999,6.1999998,8.8000002,13.6,13.4,11.6,9.3999996,8,6,4.4000001,4.4000001,4.8000002,6.5,6.5999999,4.3000002,3.3,2.5,4.3000002,5.6999998,7.1999998,8.1999998,8.1999998,6.9000001,5.4000001,3.7,3.7,3.3,5.3000002,4.5,3.9000001,3.5,2.5999999,4.4000001,10.5,12.8,12.4,9.1000004,6.5,5.4000001,4.5,5.1999998,6.1999998,6.4000001,5.6999998,4.4000001,3.9000001,3.7,6.5,11.3,11.3,10.6,9.1000004,7.5999999,5.9000001,5.0999999,5.4000001,6.6999998,6.8000002,6.9000001,5.3000002,4,2.9000001,3.7,6.6999998,7.8000002,7.5,6.0999999,5.3000002,4.1999998,5,4.8000002,5.3000002,6.1999998,6,4.5999999,4.0999999,3.2,3.9000001,6,7.0999999,6.5999999,5.8000002,5.1999998,4.3000002,5.3000002,5.4000001,6,5.8000002,7.4000001,4.9000001,4,2.3,3.5,6,9.3000002,8.8999996,7.5,6.4000001,4.6999998,13.2,14.8,13.5,12,10.3,9.3000002,8.3999996,7.5,11,14.8,14.6,13.7,12.6,11.3,9.3000002,5.5999999,6.1999998,6.5999999,6.4000001,5.9000001,5,4.1999998,3.4000001,4.5999999,6.0999999,8.1999998,8,8.1000004,8.3999996,6.9000001,5.6999998,5.6999998,6.5999999,6.4000001,5.4000001,4.5999999,4.1999998,3.9000001,5.6999998,8.5,8.6000004,8.3000002,7.5,6.6999998,5.3000002,3.2,3.9000001,4.5,4.4000001,4,3.2,2.5,2.2,3.4000001,5.5,5.3000002,5.4000001,4.5999999,4.1999998,3.4000001,4.8000002,4.5999999,4.5999999,5.1999998,4.5999999,3.9000001,3.8,3.3,5,8.8999996,8.6999998,7.6999998,6.1999998,5.3000002,4.0999999,5.0999999,6.9000001,7.4000001,6.4000001,5.5999999,4.8000002,4.3000002,3.8,7.0999999,11.7,11.4,10.8,9.3999996,7.9000001,5.9000001,3.8,3.9000001,3.9000001,4.1999998,4,3,2.9000001,2.2,3.5,6.1999998,7.5,6.8000002,5.6999998,4.9000001,4,8.3999996,8.6999998,8.6000004,9.1000004,7.9000001,6.6999998,6.1999998,5.0999999,7.5999999,11.1,12.5,12.3,11,10,7.5,3.8,4,4,3.9000001,3.9000001,3.3,3,2.5,3.8,7,7.0999999,6.9000001,6.1999998,5.0999999,4,4.4000001,4.1999998,4.4000001,4.6999998,4.5,3.7,3.3,2.9000001,4.3000002,7.0999999,8,7.5,6.4000001,5.3000002,4,6.3000002,7.0999999,7.1999998,6.8000002,5.8000002,4.5,3.8,3.4000001,5.8000002,10.1,10.9,10.1,8.8000002,7.3000002,5.8000002,4.3000002,4.4000001,4.5999999,4.6999998,3.9000001,3.5,3,2.8,4.1999998,6.8000002,6.5999999,6.3000002,5.8000002,4.9000001,4,8,7.5,7.5999999,7.6999998,7.0999999,6,5.3000002,4.5999999,6.9000001,9,10.2,10.3,9.8000002,9.3999996,7.8000002,6.5,7.1999998,6.1999998,4.5,3.9000001,3.5,2.8,2.5999999,3.9000001,6.0999999,6.6999998,6.1999998,5.4000001,5,4.5999999,4.4000001,4.0999999,5.1999998,5.8000002,5.5999999,4.5,4.5,3.5,5.5999999,12,13.1,11.9,9.1999998,7.5999999,5.6999998,3.5,3.2,3.0999999,3.0999999,3.0999999,2.7,2.5999999,2.2,3.5999999,6.0999999,5.4000001,5.3000002,4.5999999,4.0999999,3.2,5.6999998,5.6999998,6.4000001,7.5999999,7.9000001,5.6999998,5,3.9000001,4.5999999,6.6999998,7.4000001,7,6.0999999,5.5999999,4.5999999,5.1999998,5.4000001,5.3000002,5.5,4.9000001,4.4000001,3.5999999,3,4.5999999,6.8000002,6.6999998,6.4000001,5.8000002,5,4.0999999,3.4000001,3.5999999,4.0999999,4,3.2,2.5999999,1.9,1.8,3.5,6.3000002,6,5.8000002,4.9000001,4.3000002,3.8,3.9000001,4.1999998,4.5,2.9000001,2.8,2.5,2.0999999,1.9,3.0999999,4.5,4.1999998,4.3000002,4.0999999,3.9000001,3.7,6.8000002,8,8.3999996,8.8999996,8.3000002,7,5,4.1999998,6,9.8999996,9.6999998,9,7.9000001,6.5,5.6999998,5.8000002,5.8000002,6.4000001,7.0999999,6.3000002,4.6999998,4.9000001,4,5.3000002,8.1000004,9.1999998,8.8000002,7.8000002,6.5999999,4.9000001,9.8999996,12.4,12.3,12.6,9.8000002,7.8000002,7.1999998,5.3000002,8.3999996,14.1,15.9,14.5,13.1,12.2,9.8999996,3,2.5999999,3.4000001,3.7,3.0999999,3,2,1.7,2.9000001,6.9000001,7.9000001,6.6999998,5.9000001,5,4,4.1999998,4.3000002,4.3000002,4.5,4.4000001,3.7,3.4000001,2.8,4.0999999,7,8.5,7.9000001,6.8000002,5.6999998,4.3000002,6.6999998,7.6999998,8.3999996,8.3000002,6.9000001,4.8000002,4.4000001,4.1999998,9,14.4,15.7,14.1,11.2,10.3,7.5,6.8000002,6.5999999,7,8,6.8000002,5.3000002,4.5,4.1999998,5.8000002,9.8999996,10.3,9.8000002,8.3999996,7.4000001,6.5999999,3.5,4.1999998,4.5,5.3000002,4.5,3.7,3.4000001,3.9000001,4.8000002,7.3000002,7.6999998,6.9000001,6.5,6.8000002,5.3000002,7.1999998,7.8000002,9.1000004,10.6,9.1000004,8.6000004,8,8.1999998,9.5,12.3,11.8,12.9,11.9,12.7,10.5,4.0999999,4.8000002,5.5,6.1999998,6,5.4000001,4.8000002,5.0999999,6.5999999,9.8999996,9.8999996,9.1999998,8.8999996,8.6000004,6.5,4.5,6.0999999,7.4000001,8,7.3000002,6.5999999,5.5,6.5,9.3000002,15.4,13.8,11.8,10.4,10.2,7.6999998,3.2,3.2,3.5,4.3000002,4,3.8,3,2.7,3.8,4.5,7,6.1999998,6,6.1999998,4.0999999,4.5999999,4.9000001,5.8000002,7.1999998,6,4.9000001,4.3000002,4.8000002,6.0999999,10.5,10.7,9.8000002,9.1000004,9.1000004,7.1999998,5.0999999,5.9000001,6.1999998,7.1999998,6.6999998,6.0999999,6,6.5999999,7.1999998,10,10.2,9.8999996,10,9.8000002,8.3000002,5.4000001,6.6999998,6.9000001,8,7.0999999,5.5999999,4.8000002,5,6.5,10.9,10.4,9,8.1999998,8,6.3000002,4.3000002,4.4000001,4.8000002,5.6999998,5,4.6999998,4.0999999,4.3000002,5.3000002,6.9000001,8.1999998,8.1000004,8.3999996,9.1000004,6.9000001,3.2,3.5,4.0999999,4.5,4.4000001,4.0999999,3.5999999,4.1999998,5.5,8.3000002,8.1999998,7.8000002,7.3000002,7.5,6,5,5.1999998,5.9000001,6.6999998,6.0999999,5.8000002,4.6999998,5,6.5,10,10,9.5,9.3000002,9.6999998,7.5,4.5999999,5.5999999,6.5999999,7.0999999,6.4000001,5.5,4.8000002,5.5,7.9000001,13.1,11.7,10.4,9.6000004,9.3999996,7.0999999,5.5999999,6.4000001,6.4000001,7.0999999,6.5999999,6.0999999,5,5.5,7.1999998,12.6,11.2,10.6,9.6000004,9.8999996,7.9000001,3.5,4.1999998,4.6999998,5.6999998,5.0999999,4.6999998,4.4000001,4.6999998,6.0999999,8.5,7.3000002,6.6999998,6.5999999,6.8000002,5.4000001,3.9000001,4.8000002,5.5999999,5.8000002,5.3000002,4.6999998,4.0999999,4.3000002,6.0999999,9.1000004,9.8000002,9.3999996,8.8000002,8.8000002,6.6999998,4.8000002,6.0999999,7.5999999,7.5,6.8000002,6.4000001,4.9000001,5.3000002,6.4000001,10.5,10.9,10.5,9.6000004,9.6999998,7.5,5.3000002,5.9000001,6.3000002,7.3000002,6,5.8000002,5.0999999,5.4000001,6.5,9.8999996,8.5,7.3000002,7.6999998,8.3999996,6.4000001,4.5,5.8000002,6.3000002,6.8000002,6.5,5.1999998,4.4000001,5,7.0999999,9.8000002,9.1000004,8.6000004,7.8000002,7.9000001,5.9000001,3.3,4.3000002,5.1999998,5.6999998,5.1999998,5.0999999,3.5999999,4.3000002,5.8000002,10,10.5,9.3000002,8.3999996,8.1999998,6.5,5.0999999,4.9000001,6.4000001,6.5,5.9000001,5.4000001,4.3000002,4.8000002,5.9000001,8.5,8.6000004,8.3999996,8,8.1999998,6.5,3.7,4.1999998,4.8000002,5.3000002,4.9000001,4.5999999,4,4.1999998,5.8000002,8.6999998,8.8000002,8.1999998,7.3000002,7,5.8000002,3.3,4.4000001,5.6999998,5.5999999,5.0999999,4.6999998,3.5,3.9000001,5,8.6000004,8.8999996,8.1999998,7.5,7.4000001,5.8000002,4.1999998,4.9000001,5.8000002,6,5.5999999,5.3000002,4.6999998,5.0999999,6.9000001,10.3,11.2,10.5,9.6999998,9.5,7.0999999,4.9000001,4.8000002,4.9000001,5,4.4000001,4.6999998,4.1999998,4.9000001,6.3000002,9.1000004,8.6999998,8.1000004,7.8000002,8.6000004,6.5999999,4.0999999,4.6999998,5.3000002,5.9000001,6.0999999,5.4000001,4,4,5.5,8,7.8000002,6.8000002,6.5,6.9000001,5.5,5.8000002,6.4000001,6.8000002,7.8000002,7.5999999,6.5,5.5999999,6.1999998,7.8000002,11,10.4,9.3999996,9.1000004,9.1999998,7.4000001,3.5,4.3000002,4.5999999,5.1999998,5.0999999,4.8000002,4.3000002,4.9000001,6.0999999,10,9.3999996,8.6999998,7.6999998,7.5999999,6,6.4000001,7.5,7.8000002,8.8000002,7.8000002,7.0999999,6.5999999,7.8000002,9.1999998,13,12.3,11.2,10.6,11.9,9.1999998,5.1999998,5.9000001,6.6999998,7.8000002,6.5999999,6,5.0999999,5.3000002,6.5,11.4,11.7,10.5,9.8999996,10.9,8.5,5.6999998,5.9000001,7.0999999,8.6999998,7.0999999,6.3000002,5.5,6.1999998,8,10,9.6000004,8.8999996,8.3999996,9.3999996,7,5,5.4000001,5.8000002,6,5.9000001,5.4000001,4.5,5,6,8.3999996,9.3000002,8.8000002,8.3999996,8.6999998,6.6999998,5.1999998,6,7.5,8,7.8000002,7.0999999,5.1999998,5.6999998,7.1999998,12.2,13.2,12.7,11.4,11.6,8.6999998,4.6999998,5.5999999,6.0999999,7,6,5.5,5.3000002,5.5999999,6.8000002,9.3999996,9.3999996,8.6000004,7.9000001,7.6999998,5.8000002,4.1999998,5.8000002,5.6999998,7,6.0999999,5,4.5999999,5.4000001,6.8000002,11.1,10.6,9.1999998,8.3000002,8.5,6.5,6.1999998,6.6999998,7.6999998,8.8000002,8.3999996,7.9000001,7.3000002,8.1000004,9.1999998,11,11,10.8,10.3,11.2,8.6000004,3.8,4.5999999,6.3000002,7.3000002,6.5999999,5.8000002,5.1999998,5.3000002,7.1999998,9.6000004,9.3000002,8,7.9000001,7.9000001,6.1999998,4.5,5,5.4000001,6,5.1999998,4.5,4.0999999,4.8000002,6,9.1999998,9.1000004,7.9000001,7.4000001,7.8000002,6.5999999,4,5.3000002,5.8000002,6,5.4000001,4.6999998,4.4000001,5,6.5999999,9.6000004,10,9.1999998,8.5,8.5,6.3000002,4.0999999,4.1999998,4.8000002,5.4000001,5.0999999,4.5999999,4,4.5999999,5.5999999,7.3000002,8.1999998,8,7.8000002,8,6.3000002,4.6999998,5.1999998,5.5,6.8000002,6.0999999,6,4.9000001,5.0999999,6.5,9.1999998,9,7.9000001,7.8000002,8,6.4000001,5,5.5999999,5.6999998,6.1999998,5.8000002,5.0999999,4.5999999,4.9000001,6.1999998,9.6000004,10.2,9.3000002,9.1999998,9.6000004,7.4000001,4.1999998,4.9000001,5.4000001,5.8000002,5.5999999,5.3000002,4.6999998,5.4000001,6.3000002,9.3999996,9.1000004,8.8999996,9,9,7.0999999,4,4.9000001,4.8000002,5.5999999,5.0999999,4.1999998,3.8,4,5.5,9,8.8999996,7.9000001,7.5999999,7.5999999,6.0999999,5.8000002,5.5999999,5.6999998,6.8000002,6.8000002,6.0999999,5.1999998,6.3000002,8,10.5,12.3,11.7,11.7,12.4,9.5,4,5.0999999,6.1999998,6.6999998,5.9000001,5.5,4,4.5,6,10.5,11,9.8000002,8.8999996,8.6999998,6.8000002,4.3000002,5,6.4000001,7.3000002,7.3000002,6.4000001,5.5,6.3000002,8.3000002,12.2,12.3,11.4,10.4,10.4,7.9000001,3.3,4.3000002,5.5999999,5.8000002,5.4000001,5,3.9000001,4.3000002,5.8000002,10.1,10.2,9.3000002,8.3999996,8.3999996,6.5,4.5,5.5,6.9000001,7.6999998,7.6999998,7.3000002,5.1999998,5,6.4000001,9.6000004,9.6000004,8.8000002,8.3000002,8.8999996,6.9000001,3.4000001,4.1999998,5.3000002,5.8000002,5.1999998,4.5999999,4.1999998,4.8000002,6.4000001,9.8000002,9.8000002,8.8000002,8.1000004,7.9000001,6.4000001,5,5.6999998,7,7.8000002,7.0999999,6.0999999,5.3000002,5.9000001,7.6999998,12.2,12,10.7,10,10.4,8.1000004,5.1999998,5.4000001,5.3000002,6.0999999,5.8000002,5.0999999,4.8000002,4.8000002,7.3000002,10,10.7,10.6,10.1,10.2,7.6999998,4,4.8000002,5.4000001,6.1999998,5.5999999,5,4.4000001,5,6.8000002,10.5,10.1,9.1000004,8.3000002,8.1000004,6.1999998,3.5999999,4.3000002,5.0999999,5.8000002,5.3000002,4.9000001,4.0999999,4.4000001,5.8000002,10.3,9.8999996,8.3999996,7.6999998,8.1000004,6.3000002,3.7,4.1999998,5.5,6.6999998,5.8000002,5.5,4.5999999,4.8000002,6.5999999,9.3000002,8.6999998,7.8000002,7.5,8.1000004,6.3000002,4,4.4000001,4.8000002,5.8000002,5,4.5999999,4,4.1999998,5.4000001,8.6000004,8.6000004,7.9000001,7.6999998,8.3999996,6.8000002,3.5999999,4.6999998,5.8000002,6,5.3000002,5.0999999,3.8,4.3000002,5.8000002,9.8000002,10.5,9.8999996,9,8.6999998,6.5999999,3.0999999,3.2,3.5999999,4.0999999,4.4000001,4.0999999,3.4000001,3.7,4.9000001,7.1999998,7.0999999,6.5999999,6.4000001,6.5999999,5.4000001,4.9000001,6,7.5999999,7.6999998,6.8000002,6.0999999,5.1999998,5.5999999,6.8000002,11.5,11.2,10,9.8999996,11.4,8.5,4.1999998,5.0999999,5.6999998,6.5999999,6.1999998,5.6999998,5.0999999,5.9000001,7.4000001,10.6,10.3,9.6999998,9.5,9.5,7.4000001,4.0999999,4.8000002,5.4000001,6.1999998,6,5.5,4.9000001,5.3000002,6.4000001,10.2,9.8000002,8.8999996,8.8000002,8.8999996,7,5.3000002,8.1000004,8.3999996,9.1999998,7.9000001,6.3000002,5.6999998,6.3000002,8.1999998,11.9,10.8,10,9.8000002,10.1,7.5999999,3.8,4.6999998,6,5.6999998,4.9000001,4.4000001,3.8,4.3000002,5.4000001,10.5,10.2,8.8000002,8.1999998,8.8999996,6.8000002,5.4000001,6.0999999,7,8.1000004,7.6999998,6.5999999,5.6999998,6.5,7.8000002,12.3,12.3,10.6,10,11,8.5,4.9000001,5.1999998,6,6.3000002,6,5.4000001,5.3000002,5.5999999,7,9,9.5,8.8999996,9.6999998,9.8999996,8,3.3,3.9000001,4.3000002,4.8000002,5,4.4000001,3.9000001,4.4000001,5.5,7.4000001,7.5,7.1999998,7,7.0999999,5.5999999,5.1999998,5.4000001,6.5999999,7.0999999,6.5,5.5,5.3000002,5.4000001,6.6999998,10.3,10,8.3000002,7.8000002,7.9000001,6.9000001,3.0999999,3.7,4.0999999,4.5999999,4.4000001,4.1999998,3.8,4.1999998,5.1999998,7.8000002,7.3000002,6.6999998,6.6999998,6.6999998,5.3000002,5.3000002,6.0999999,6.9000001,8.6999998,7.9000001,6.9000001,6,6.5,8.5,11.9,12.3,11.9,11.2,11,8.6999998,3.9000001,4.4000001,5.0999999,5.8000002,6.0999999,5.5,4.6999998,4.9000001,6,8.1000004,8.5,8.1000004,7.6999998,7.9000001,5.9000001,3.9000001,4.5,5.1999998,5.5,4.9000001,4.0999999,3.4000001,3.5999999,5.0999999,8.6999998,8.6000004,7.6999998,7.1999998,7.3000002,5.4000001,4,5,6,6.9000001,6.0999999,5.3000002,4.9000001,5.5,7.6999998,12.5,12.4,11.4,10.1,9.8999996,7.4000001,4.1999998,4.9000001,5.6999998,6.5,5.6999998,4.9000001,4.1999998,4.5999999,5.6999998,11,10.5,9.1999998,8.3999996,9.6000004,7.5999999,6.5999999,6.3000002,7.0999999,7.9000001,7.1999998,6.6999998,6.6999998,8.1999998,9.5,12,11.1,10.2,10.6,11.1,8.3999996,3.4000001,3.7,4.6999998,5,4.5,4,3.5999999,3.8,4.9000001,8,7.8000002,7,6.9000001,7.1999998,5.5999999,5,5.4000001,5.5999999,6,5.4000001,4.8000002,4.1999998,4.5,5.8000002,8.1000004,8.8999996,8,7.5,7.5,5.6999998,6.1999998,6.5999999,7.0999999,8.1999998,7.5999999,6.1999998,6.1999998,6.9000001,8.3000002,10.4,9.8000002,9.1999998,8.6000004,9.1000004,8,6.5999999,7.5,7.5999999,9.5,8.6999998,7.9000001,6.6999998,7.0999999,9.1999998,11.1,12.3,11.9,11.3,12.5,10.3,4.6999998,5.5999999,7.8000002,7.3000002,6.4000001,5.5,5,5.6999998,7,13.6,12,10.3,9.3000002,10.1,7.6999998,4.6999998,4.9000001,5.4000001,6.0999999,5.5999999,5.4000001,4.5999999,5.1999998,6.5,9.1999998,8.8000002,8.3000002,8.3999996,8.3999996,6.5999999,5.6999998,6,5.6999998,7,6.1999998,5.5999999,4.5,4.6999998,6.4000001,10.1,8.8999996,8.1999998,8,8.3999996,6.4000001,4.1999998,4.5,5.3000002,6,5.1999998,4.5999999,4.3000002,4.5,5.5,9.1999998,9.5,8.5,8,8.3000002,7,4.6999998,5.1999998,6.1999998,7.0999999,6.8000002,6.3000002,5.6999998,6.0999999,7.5,10.9,10.3,9.8000002,9.6000004,9.8000002,7.8000002,6.5,6.1999998,6.6999998,7.5999999,6.9000001,5.9000001,5.3000002,6.4000001,8,9.8999996,10.2,9.5,9.1000004,10.6,8.1000004,3.4000001,3.8,4.5,5.4000001,5.0999999,4.5,4.0999999,4.4000001,5.5999999,7.5,7.6999998,7.4000001,7.3000002,7.4000001,5.9000001,4.8000002,4.3000002,4.4000001,5.5999999,5.1999998,4.6999998,4,4,5.0999999,6.6999998,8.1999998,8,7.8000002,8.1999998,6.5999999,4.5,5,5.5999999,6.1999998,6.5999999,6.1999998,5.1999998,5.0999999,5.9000001,7.8000002,8.6000004,8.1000004,8.5,8.8000002,6.6999998,4.5999999,5.4000001,5.9000001,6.4000001,5.9000001,5.1999998,4.5999999,4.8000002,6.5,9.8000002,9.8000002,9.1000004,8.5,8.8000002,6.6999998,5.5999999,6.6999998,7.3000002,7.5999999,6.4000001,5.5,4.5999999,5.0999999,6.3000002,10.4,9.5,8.6000004,7.9000001,9.3999996,7.4000001,4.9000001,5.5999999,6.1999998,7.0999999,6.5999999,5.1999998,4.6999998,5.0999999,6.6999998,11.4,11.1,9.8000002,9,9.3999996,7.3000002,3.8,4.5,5.1999998,5.8000002,5.3000002,4.5999999,3.7,4.1999998,5.1999998,10.5,9.8999996,8.3000002,7.5,8.6999998,6.6999998,6.0999999,5.6999998,6.9000001,7.9000001,7.5999999,6.8000002,5.8000002,6.8000002,8.5,11.2,11.9,11.6,10.9,11.2,8.6999998,5.5,6.4000001,7.3000002,8,7.9000001,6.3000002,5.5999999,6.0999999,7.6999998,11.5,11.4,9.8999996,9.1999998,10.6,8.3999996,4.9000001,5.0999999,5.3000002,6.0999999,6.5999999,5.6999998,4.5999999,5.4000001,7.1999998,10.4,9.8000002,9,8,7.5999999,5.9000001,4.1999998,4.5,5.5,6.3000002,5.8000002,5.5,4.5,4.4000001,5.5999999,7.5,7.8000002,7.3000002,7.0999999,7.4000001,5.8000002,3.7,4,4.5999999,5.3000002,4.8000002,4.4000001,3.8,4.5,5.9000001,8.1000004,7.1999998,6.5999999,6.3000002,6.1999998,4.6999998,5.5,5.5999999,5.5,6.3000002,5.4000001,5,4.1999998,4.6999998,6.3000002,10,9,8.1000004,7.6999998,7.8000002,6.5,4.6999998,4.9000001,5,5.5999999,5,4.9000001,4.5999999,5.0999999,6.3000002,8.6000004,8.5,7.9000001,7.5999999,7.6999998,5.8000002,3.9000001,6,6.5,7.0999999,6.1999998,5.6999998,5.0999999,5.3000002,6.6999998,10.4,10.3,9.5,8.8000002,8.8000002,6.9000001,4.0999999,5,6.5,6.6999998,6.3000002,5.8000002,4.3000002,4.8000002,6.0999999,10.3,11.1,10.6,9.8000002,9.8999996,7.5999999,5.6999998,5.5,5.5999999,6.8000002,6.5,5.3000002,4.5999999,6.4000001,6.9000001,9.1999998,9.6999998,9.1000004,8.6000004,9,7.0999999,4.1999998,5.6999998,7,8.1000004,7.1999998,6.3000002,5.1999998,5.9000001,8.3999996,15,14,11.9,10.5,10.5,8.1999998,3.2,3.5,4,4.6999998,4.1999998,3.7,3.0999999,3.4000001,4.1999998,8.1999998,7.6999998,6.5,6,7.1999998,5.5,2.8,5,4.5999999,4.3000002,4.0999999,4.8000002,4.4000001,4.3000002,7.5999999,14.6,10.1,7.8000002,7,6.0999999,4.5999999,2.8,4.1999998,5,5.3000002,5.3000002,5.3000002,5,4.8000002,6,10.5,10.7,9.3000002,8.3999996,7.5,5.6999998,2.7,4.0999999,4.8000002,4.8000002,4.5,4.8000002,4.1999998,3.5999999,4.5999999,9.6000004,9.5,7.5999999,6.4000001,6,4.4000001,3,3.5,5,5.4000001,5.4000001,5.3000002,5,4.4000001,5.1999998,10,9.1999998,7.9000001,7.5,7.0999999,5.4000001,4.4000001,5.5999999,6.3000002,7.4000001,7.0999999,7.0999999,6.5999999,5.8000002,7.5999999,14,14.4,12.3,11.4,9.8999996,7.4000001,2.2,2.8,3.8,4,3.9000001,4.0999999,3.7,3.5,4.3000002,7.6999998,7.5999999,6.6999998,6.0999999,5.6999998,4.4000001,3,4,5,5,5.4000001,5.6999998,4.9000001,4.4000001,5.6999998,9.8999996,10.4,9.1999998,8,7.4000001,6,2.9000001,4.3000002,4.8000002,6.0999999,5.8000002,5.1999998,4.6999998,4.0999999,5.9000001,10.6,9.8999996,8.3000002,7.4000001,7,5.1999998,3.0999999,5,5.8000002,6.1999998,6.6999998,5.8000002,5.4000001,4.9000001,6.3000002,12,10.8,9.3999996,8.6000004,7.6999998,5.6999998,3.5999999,4.4000001,5.3000002,4.9000001,5.0999999,5.1999998,5,4.3000002,5.3000002,8.6999998,9.5,8.8999996,7.8000002,6.9000001,5.4000001,4.1999998,5.5,6.0999999,5.8000002,6.5999999,7,5.6999998,5.8000002,7.0999999,11.2,11.1,10.4,9.8999996,8.8999996,6.6999998,3,4.0999999,4.6999998,5.3000002,5.6999998,5.6999998,5.0999999,4.5,5.5,10.8,10.1,8.6000004,8,7.0999999,5.0999999,4.9000001,5.5999999,7.0999999,6.8000002,7,7.6999998,7.0999999,6.0999999,7.5,12.3,12.9,11.9,10.6,10,7.5999999,3.0999999,3.8,4.3000002,4.0999999,4,4.0999999,3.5999999,3.0999999,3.8,5.9000001,6.5,6.0999999,6,5.6999998,4.5,3.4000001,3.9000001,5.1999998,5.1999998,5.4000001,5.6999998,5.4000001,5,5.9000001,9.8000002,10.9,9.6000004,8.8999996,8.5,6.5999999,2.3,3.2,3.8,4.5999999,5.4000001,5.0999999,4.4000001,4.5,6.3000002,12.4,11.6,9.8000002,8.1000004,6.6999998,4.9000001,3.0999999,5,5.4000001,5.6999998,5.5999999,6.3000002,6.0999999,5.5,7.3000002,13.7,11.9,9.6999998,8.3000002,7.1999998,5.1999998,3.5,4.8000002,5.9000001,6.3000002,6.1999998,6.9000001,6,5.3000002,6.6999998,10.7,11.6,10.2,9.3999996,8.6000004,7,2.3,2.9000001,3.8,3.5999999,3.8,3.9000001,3.5999999,3.0999999,3.8,7.5,7.5,6.0999999,5.6999998,5.3000002,4.0999999,2.7,4.6999998,4.8000002,4.6999998,4.3000002,4.5999999,4.6999998,4.5999999,8.6000004,17.9,13.3,10.8,8.8999996,7.1999998,5.0999999,4.5,6.8000002,7.5999999,8,8,8.1000004,8,7.1999998,11.4,15.2,14.6,12.6,11.1,10.3,7.8000002,3.5,4.0999999,4.9000001,4.5999999,5,5.1999998,4.9000001,4.0999999,5.0999999,8.5,8.8999996,8,7.0999999,6.3000002,5.0999999,3.2,4.5999999,6,5.6999998,5.6999998,5.4000001,4.8000002,4.1999998,5.3000002,12.7,11.8,9.6000004,8.3999996,9.8000002,7,3.5999999,4.5,5.6999998,5.8000002,5.6999998,6.4000001,5.8000002,5.5,6.5999999,10.5,11.5,10,9.5,8.6999998,6.5,4.0999999,5.8000002,6.0999999,6.0999999,5.6999998,5.4000001,5.4000001,4.8000002,6.5999999,12.7,11.4,9.1999998,8.3999996,8.3000002,6.1999998,3.4000001,4,4.4000001,4.5999999,4.8000002,5,4.5,4.5999999,5.1999998,8.6999998,8,7.3000002,6.8000002,5.9000001,4.5,4,6,6.5,7.5,8.6000004,8.5,7.0999999,6.1999998,7.5999999,11.7,11.6,10.4,9.6999998,9,6.8000002,4.9000001,5.8000002,6,6.3000002,6,6.6999998,5.6999998,5.0999999,6.1999998,8.5,10.7,10.4,10.5,10.2,7.9000001,1.9,2.5,3.3,3.3,3.4000001,3.5,3.3,2.9000001,3.8,6.5999999,6.6999998,5.8000002,5.3000002,5,4.0999999,2.3,3,4,4.0999999,4,4.3000002,4.0999999,3.8,4.8000002,8.5,9.3000002,8.1999998,7.3000002,6.5999999,5.1999998,3.4000001,4.1999998,4.6999998,4.9000001,5.5,6.3000002,5.4000001,4.5,5.9000001,9.1999998,9.8999996,8.8999996,7.6999998,7,5.5999999,2,2.7,3.8,4.0999999,3.9000001,4.0999999,3.7,3.3,4.3000002,7.5999999,7.9000001,7,6.3000002,5.8000002,4.5999999,4,5.1999998,6.1999998,6,7.0999999,6.8000002,5.8000002,5.8000002,7,12.7,13.9,11.5,10.1,8.8000002,6.8000002,3.3,5.6999998,5.8000002,6.8000002,6.8000002,6.5999999,6.5999999,5.5,7.8000002,14.8,12.6,10.4,9.1000004,8.1000004,6.3000002,3.0999999,4.5,5.1999998,5.4000001,5.5,5.5999999,5.3000002,4.6999998,6.6999998,12.8,11.9,9.8000002,8.8000002,7.6999998,5.8000002,2.7,4.0999999,4.9000001,4.6999998,4.6999998,4.9000001,4.4000001,3.9000001,5.3000002,11.1,10.5,8.6999998,7.5,6.5,5,3.5,4.8000002,5.6999998,5.6999998,5.8000002,5.6999998,5.0999999,4.6999998,5.8000002,10.2,10.4,9.1000004,8.1000004,7.6999998,6.6999998,3.4000001,5.6999998,6.0999999,7.4000001,5.6999998,5.4000001,4.5,4.3000002,5.8000002,11.3,10.7,9,7.9000001,7.6999998,5.8000002,3.4000001,4.3000002,5,4.8000002,4.8000002,5.4000001,4.9000001,4.9000001,6.0999999,10.9,11.3,9.8000002,8.5,7.9000001,6,2.9000001,4.8000002,6.4000001,6.4000001,6,6.6999998,5.8000002,5.0999999,7.1999998,13.6,12.9,11.5,10.3,9.1999998,6.6999998,2.2,2.8,3.9000001,4,4.3000002,4.4000001,3.9000001,3.5,4.6999998,8.3000002,8.8000002,7.6999998,7,6.1999998,5,3.8,3.8,4.4000001,4.4000001,4.6999998,5.1999998,4.8000002,4,5,7.4000001,8.1999998,7.4000001,7.0999999,6.6999998,5.1999998,2.5,4.1999998,4.6999998,4.4000001,4.1999998,4.3000002,4.9000001,4.4000001,6.5,12.4,11,8.8999996,7.6999998,6.5999999,4.9000001,2.4000001,4.8000002,4.6999998,4.5,4.3000002,4.9000001,5.1999998,4.9000001,8.6000004,17.4,12,9,7.0999999,5.9000001,4.5,3.9000001,4.9000001,6.5,6.0999999,6.4000001,6.1999998,5.8000002,5.1999998,6.1999998,10.6,10.8,9.6000004,9.1000004,9.1000004,7.9000001,3.5999999,4.9000001,6.9000001,6.8000002,6.1999998,6.0999999,5.6999998,5.0999999,6.1999998,11.9,12,10.4,9.8000002,9.3000002,7.5999999,4.0999999,6.9000001,7.5999999,7.0999999,7.0999999,7.8000002,7,6.5,8.3000002,13.2,12.7,11.6,11,10.1,8.1000004,3.2,4.5999999,5.8000002,6,6.0999999,6.5999999,6.0999999,6.3000002,6.9000001,10.9,12.1,10.9,10,9.3000002,7.0999999,2.8,3.8,5.1999998,5.4000001,5.5,5.5999999,5,4.5,5.5999999,9.3000002,10.5,9.8999996,9.1999998,8.5,6.5,3.2,4.3000002,5.0999999,5.4000001,5.1999998,5.3000002,5.4000001,4.8000002,7.3000002,13.5,11.3,9.5,8.1999998,7.4000001,5.5,3.5,4.6999998,5.3000002,5,5.4000001,5.5,4.9000001,3.9000001,4.9000001,7.3000002,7.5,7.5,7.0999999,6.3000002,5.3000002,3.5,5.3000002,6.1999998,7.3000002,6.6999998,6.1999998,6.1999998,5.6999998,7.9000001,14.5,12.5,10.4,9.6999998,8.6999998,6.5999999,2.8,3.8,4.4000001,4.1999998,4.4000001,4.8000002,4.3000002,3.7,4.5,6.5,7.9000001,7.5,7.3000002,6.8000002,5.6999998,2.7,3.7,4.1999998,4.3000002,4.4000001,4.6999998,4.1999998,3.9000001,4.9000001,10.1,10.2,8.8999996,8.1999998,7.1999998,5.4000001,2.5,3.3,4.6999998,4.8000002,4.6999998,5,4.5,4.1999998,5.8000002,9.1999998,10.4,9.3999996,8.3999996,7.5999999,5.8000002,3,4.3000002,5.5,5.3000002,5.0999999,5.4000001,5,5.3000002,6.3000002,11.2,11.3,9.8999996,9.6000004,9,7,2.9000001,5.5999999,5.6999998,6.1999998,5.9000001,6.1999998,6.0999999,5.4000001,8.5,17.200001,13.2,10.1,8.6000004,7.3000002,5.1999998,3.5,3.7,4.3000002,4.9000001,5.5,5.3000002,5.3000002,4.9000001,6.1999998,10.8,11.1,9.5,8.8999996,8.3000002,6.9000001,4.5,6.9000001,7.8000002,7.9000001,7.5,7.4000001,7.1999998,5.0999999,6.4000001,10.7,12.8,11.8,10.8,9.8999996,7.6999998,3.0999999,4.5999999,5.8000002,5.5999999,5.4000001,6.3000002,5.3000002,4.9000001,6.4000001,9.3999996,11.5,11.2,10.8,10.1,8.1000004,3.5999999,4.5999999,5.5,5.8000002,6.3000002,6.5,5.5,5,6,10,10.9,10.5,10.2,9.1999998,7,4.8000002,5.3000002,5.1999998,5.4000001,5.5,5.9000001,5.0999999,4.4000001,5.1999998,10.2,10.6,9.1000004,8.3999996,7.8000002,5.8000002,3.5999999,3.9000001,5,5.3000002,5.5,5.5999999,4.5999999,4.3000002,5.5999999,9.6000004,9.5,7.8000002,7.4000001,6.8000002,5.0999999,2.9000001,3.8,5,5.0999999,4.9000001,4.8000002,4.4000001,3.8,4.8000002,9.3000002,9.5,8.1999998,7.5999999,7.1999998,6.1999998,3.0999999,3.5,4.4000001,4.3000002,4.5,4.9000001,4.4000001,4.3000002,4.9000001,8.1999998,7.8000002,6.9000001,6.8000002,6.3000002,4.8000002,4.5,4.6999998,5.8000002,5.5999999,5.3000002,5,4.5999999,4.0999999,5.5999999,10.4,10,8.1000004,7.4000001,7,5.4000001,3,3.8,5.0999999,5.5,5.5999999,6.6999998,5.4000001,5.3000002,6.6999998,10.9,11.6,10.8,9.8999996,8.6999998,6.5999999,3.9000001,5.3000002,5.9000001,6.9000001,7,7.4000001,6.9000001,5.5999999,6.9000001,12,11.8,10.4,9.6000004,8.6999998,6.5,2.5999999,3.5,4.3000002,4.5999999,5.0999999,5.3000002,4.8000002,4.5,6,10.8,11.2,9.5,9,8.6000004,6.5999999,2.7,3.7,4.5,4.9000001,4.9000001,4.6999998,4.5,4.5,6.1999998,10.5,11.1,9.5,8.5,7.4000001,5.5999999,3.3,4.5999999,5.4000001,5.3000002,5.1999998,5.3000002,5.1999998,4.9000001,6.5999999,11.5,11.6,10.1,9.5,8.6999998,6.5,3.4000001,5,6.0999999,6.5,5.8000002,6.1999998,6.5,5.1999998,6.5,12.9,13.2,11.9,10.3,8.8999996,6.8000002,2.7,3.7,4.8000002,4.8000002,4.9000001,5,4.5,4.3000002,5.9000001,10.4,11,9.5,8.3999996,7.3000002,5.6999998,3.5999999,4.5,4.6999998,5.1999998,5.3000002,5.6999998,5,4.1999998,5.0999999,9.1999998,8.8000002,7.6999998,7.1999998,6.6999998,5.0999999,4.9000001,5.9000001,7.4000001,7.3000002,7,7,6.5999999,5.9000001,7.8000002,14.2,13.3,11.4,10.6,9.5,7.1999998,3.0999999,5.3000002,6.5,6.5,5.9000001,6.3000002,6.4000001,6,7.5,14.5,11.1,9,7.3000002,6.3000002,4.8000002,5.4000001,5.5,6,6.8000002,7.5,7.5,6.0999999,5.5,6.6999998,9.8999996,10.1,9.3000002,9.3000002,9,7.0999999,5,3.3,4.8000002,4.4000001,4.5999999,4.8000002,4.0999999,3.9000001,5,7.9000001,9.3000002,8.1999998,7.6999998,7.4000001,5.9000001,2.7,3.5,4.3000002,4.6999998,4.8000002,4.9000001,4.3000002,3.9000001,4.6999998,9.1000004,8.8999996,7.5,7,6.5999999,5,2.7,4.9000001,5.0999999,5.4000001,5.1999998,5.6999998,5.5,4.6999998,7.1999998,13,10.3,9,7.8000002,6.6999998,5.1999998,3.2,4.5,5.1999998,5.0999999,5.5,5.5999999,5.5,4.6999998,6.1999998,10.2,10.3,8.8000002,8.1000004,7.1999998,5.5999999,3.3,3.9000001,4.5999999,4.6999998,5,5.1999998,4.8000002,4.6999998,5.1999998,8.1999998,8.8999996,8,7.6999998,7.0999999,5.4000001,4.8000002,5.3000002,6.3000002,6.5,8.1999998,7.4000001,6.5,5.5999999,7.1999998,12.1,12.9,11.7,11.4,10.7,8.6000004,4.1999998,5.0999999,5.9000001,6,7.3000002,6.8000002,6.4000001,5.3000002,6.4000001,10.1,11.2,10.3,9.8999996,9.3999996,7.5999999,3.0999999,5.1999998,5.3000002,5.6999998,6.3000002,6.5999999,5.5999999,4.8000002,7.5,13.1,11.4,9.6000004,8.5,7.5999999,5.5999999,2.8,3.3,5.0999999,4.9000001,4.5999999,4.5,4,3.2,4.0999999,10.5,10.5,8.1000004,7.4000001,8.8000002,6.0999999,3.4000001,3.5,4,4.1999998,4.4000001,4.6999998,4.1999998,3.9000001,4.5999999,7.6999998,8,7.0999999,6.8000002,6.3000002,4.9000001,3.9000001,5.5,5.5999999,5.6999998,6.5,6.1999998,6.1999998,5.1999998,6.5999999,11.9,12.2,10.6,9.3999996,8.6999998,6.5999999,3.7,5.1999998,6,6.5999999,7.0999999,7.0999999,5.9000001,5.4000001,7.0999999,12.3,12.8,11.1,9.8999996,8.6999998,6.5,2.5,3.9000001,4.1999998,4.6999998,5,4.8000002,4.4000001,4.1999998,5.5999999,10.7,9.8000002,8.1999998,7.1999998,6.3000002,4.8000002,3.0999999,4.8000002,7,7.4000001,6.5999999,5.8000002,5,4.4000001,5.8000002,11.1,10.5,8.6999998,7.8000002,6.9000001,5.0999999,2.5999999,4.5,5,5.5999999,5.6999998,5.0999999,4.8000002,4.5,6.4000001,12.6,11.5,9.3000002,8,7,5.0999999,2.5999999,2.7,3.7,4.0999999,4.0999999,4,3.2,3.5,4.0999999,5.8000002,5.5,4.9000001,4.4000001,4.1999998,4,3.8,4.1999998,4.6999998,5.0999999,5,5.1999998,4.5999999,4.0999999,4.3000002,6.0999999,4.8000002,4.4000001,4,3.7,3.4000001,3.4000001,4,4.5999999,5.5999999,5.9000001,5.1999998,4.5999999,4.8000002,6.5,10.2,7.8000002,7.1999998,6.4000001,6.4000001,5.6999998,4.3000002,5.1999998,5.1999998,5.4000001,5.5,5.1999998,5.4000001,6.8000002,5.5,8.6999998,7.3000002,6.9000001,6.5,6.4000001,5.8000002,2.9000001,3.2,3.9000001,4,4.0999999,4.5999999,4,3.9000001,4.5,5.8000002,5.5999999,5.6999998,4.8000002,4.9000001,4.3000002,2.3,3.0999999,4.3000002,4.8000002,4.5999999,4.6999998,4,3.9000001,4.1999998,6.3000002,6.1999998,5.8000002,5.3000002,5.0999999,4.5999999,2.8,3.4000001,4,4.5999999,4.5,4.3000002,3.8,3.7,4.0999999,6.0999999,6.1999998,5.8000002,5.4000001,5.0999999,4.9000001,2.0999999,2.8,3.2,3.5,3.5,3.5,2.9000001,3.3,3.5999999,5.9000001,5.6999998,5,4.3000002,4.0999999,3.4000001,2.4000001,3.0999999,3.4000001,3.9000001,3.8,3.7,3.2,3.0999999,3.5999999,5.4000001,4.9000001,4.4000001,3.8,3.8,3.7,2.8,3.9000001,4.5,4.5999999,4.5,4.5999999,4.3000002,4.1999998,4.0999999,6.5999999,6,5.6999998,4.8000002,4.6999998,4.6999998,2.3,2.7,3.2,3.5999999,3.9000001,3.8,3.3,3.2,3.5999999,5.1999998,4.6999998,4.5,4.1999998,4,4,3.2,4.4000001,4.5,5.0999999,4.5999999,4.8000002,4.0999999,4,4.6999998,6.5999999,6,5,4.5,4.5,4.3000002,2.8,3.3,3.5999999,4.1999998,4.1999998,4,3.4000001,3.3,3.5,5.1999998,6,5.6999998,5.5,5.1999998,4.9000001,2.2,2.5,2.9000001,2.9000001,2.9000001,3,2.5999999,2.5999999,2.9000001,4.1999998,4.3000002,4,3.7,3.4000001,3.2,3.5999999,4,4.5,5.0999999,4.8000002,4.5999999,4.1999998,4.0999999,4.5999999,6.8000002,6.3000002,6,5.1999998,5.0999999,4.4000001,2.2,2.8,3.5999999,3.8,4,3.8,3.2,3.2,3.7,5.5999999,5.4000001,5.1999998,4.5,4.3000002,3.9000001,2.9000001,3.4000001,4.0999999,4.3000002,4.4000001,4.4000001,3.9000001,3.9000001,4.8000002,6.9000001,6.8000002,6.0999999,5.5999999,5.4000001,4.6999998,2.3,2.9000001,4.0999999,4.1999998,4.4000001,4.6999998,4.1999998,3.5999999,3.5,4.5999999,4.5,4.6999998,4.3000002,4.3000002,5.0999999,6.3000002,6.1999998,5.4000001,6.0999999,5.9000001,5.3000002,4.5,4.1999998,4.9000001,8.8999996,7.4000001,6.3000002,5.1999998,5,4.8000002,3.0999999,4.0999999,5.3000002,8.1000004,6.4000001,5.1999998,4.0999999,4.0999999,4.6999998,7.5999999,7.6999998,7,6,5.5,4.5,2.4000001,3.0999999,3.8,4.1999998,4,4,3.3,3.0999999,3.5,6.8000002,5.9000001,5.4000001,5,4.5,4.1999998,3.4000001,4.5999999,5.6999998,6.1999998,6.8000002,6.5,5,4.8000002,5.5,8.6000004,7.0999999,6.1999998,5.6999998,5.6999998,5,3.4000001,4.4000001,5.3000002,5.5,5.1999998,4.6999998,3.9000001,3.7,4.3000002,7.3000002,7,6.5999999,6.0999999,5.8000002,5.3000002,2.5,3.0999999,3.8,3.9000001,3.7,3.8,3.0999999,3.3,3.3,4.5999999,4.6999998,4.6999998,4.5,4.4000001,4.0999999,1.9,2.3,2.9000001,3.3,3.4000001,3.4000001,2.8,2.9000001,3.3,4.9000001,4.5999999,4.3000002,3.9000001,3.5999999,3.3,3.2,4.0999999,4.8000002,4.9000001,4.9000001,5.3000002,4.6999998,4.5,5,9.1000004,7.0999999,6.0999999,5.8000002,5.5,5.1999998,3.3,3.4000001,4.3000002,5.8000002,5.1999998,4.9000001,4,4.0999999,3.8,6.6999998,6.0999999,5,4.4000001,4.5,3.8,2.8,3.5999999,5,5,4.6999998,4.4000001,3.7,3.5,4,6.6999998,6.0999999,5.5,4.5,4.3000002,3.8,3.5,5,6,6.6999998,5.9000001,5.4000001,4.6999998,4.4000001,5.9000001,8,7.4000001,6.6999998,6.0999999,6.0999999,5,2.7,3.3,3.7,4.6999998,4,4.3000002,4.0999999,3.9000001,4.4000001,7.0999999,6.8000002,6.3000002,5.5999999,5.3000002,4.6999998,3.2,4.0999999,4,4.3000002,4.4000001,4.3000002,3.7,4,4.4000001,6.5999999,5.8000002,5.0999999,4.5,4.5999999,4.1999998,2.8,3.8,4.5,5.4000001,4.5,4.4000001,4.0999999,3.7,4,8.3000002,7,5.5999999,4.5,4.0999999,4,3.7,4.6999998,4.8000002,5.0999999,5.1999998,5,4.5,4.4000001,5.4000001,8.6000004,7.0999999,6.1999998,5.4000001,5.3000002,5,3.7,4.3000002,4.8000002,5,4.9000001,5,4.6999998,4.5,5.9000001,8.8000002,7.1999998,6.5,6.1999998,5.5,4.5999999,2.7,3.4000001,4.1999998,4.5999999,4.6999998,4.6999998,3.9000001,3.5,4.5,7.4000001,6.1999998,5.0999999,4.5,4.5,4,2.3,2.7,2.7,3.4000001,4,4,3.8,4,4.5,6.9000001,5.9000001,5.8000002,5.0999999,4.1999998,3.9000001,3.3,3.8,3.8,3.9000001,4.1999998,4.5999999,3.9000001,3.5,3.9000001,5.9000001,5.9000001,5.5999999,5,4.6999998,4.0999999,2.3,2.7,3.2,3.8,3.5999999,3.8,3.0999999,3.2,3.5999999,5.8000002,5.6999998,5,4.5999999,4.4000001,4.1999998,2.5999999,3,3.5,4.0999999,4.1999998,4.1999998,3.7,3.8,4.4000001,6.3000002,6.5,6.0999999,5.5999999,5.1999998,4.4000001,2.5,3.0999999,3.3,4.4000001,4.1999998,3.9000001,3.5999999,3.2,3.9000001,7.5999999,7.3000002,8.8000002,6.9000001,5.4000001,4.5999999,2.2,2.5999999,2.9000001,3.7,3.5,4.5,3.5999999,3.8,6.4000001,10,6.5999999,5.5999999,4.5999999,4,3.3,3,3.5,4.1999998,5.1999998,5.3000002,4.6999998,3.7,3.8,4.3000002,6.5999999,6.5,5.9000001,5.3000002,5.0999999,4.3000002,2.7,3.5999999,3.7,4.6999998,5,4.6999998,4.3000002,4.1999998,4.1999998,5,5.5999999,5.5,5,4.5,4,2.9000001,4,5.0999999,6.6999998,6,4.9000001,5.3000002,4.6999998,5.4000001,9.3000002,8.3000002,6.8000002,5.9000001,5.3000002,4.4000001,3.0999999,3.3,4.0999999,4.4000001,4.5,4.4000001,3.5999999,3.5999999,4.6999998,8.8000002,6.3000002,5.3000002,4.5999999,4.5999999,4.0999999,2.5,3.3,3.5999999,4.1999998,4.0999999,3.7,3.3,3.0999999,3.7,5.9000001,5.1999998,5,4.1999998,4.0999999,3.8,2.2,2.7,3.3,3.9000001,4.1999998,4,3.4000001,3.3,3.9000001,5.4000001,5.0999999,4.9000001,4,4,3.5999999,2.0999999,2.4000001,3.4000001,3.8,4.1999998,4.4000001,3.7,3.7,4.1999998,7.0999999,5.5,5,4.5,4.1999998,4.1999998,3.5999999,4.6999998,5.1999998,6.0999999,5.5999999,5.3000002,4.8000002,4.6999998,5.1999998,8.3999996,7.0999999,6.5,5.5,5.4000001,5.0999999,2.5,3.0999999,4.0999999,5.0999999,5.6999998,5.9000001,5.0999999,6.3000002,7.6999998,8.6000004,7.3000002,6.6999998,5.9000001,5.0999999,4.5,2.8,5,5.6999998,5.5,5.0999999,4.5999999,4.1999998,4.0999999,4.5,8.6000004,7.0999999,6,5.3000002,5,4.4000001,1.8,2.2,2.7,3.0999999,3.3,3.0999999,2.5999999,2.7,3,4.5,4.1999998,4,3.7,3.4000001,3.0999999,2.5999999,3.7,4.5999999,5.1999998,5,4.8000002,3.9000001,4.0999999,4.5,7.1999998,6.4000001,5.8000002,5.3000002,5.3000002,5,3.2,4,4.5,4.5999999,4.8000002,4.6999998,4,4.1999998,4.5999999,8,6.5,6.0999999,5.5,5.0999999,4.5,2.5,2.9000001,3.5999999,4.5,4.3000002,4,3.3,3.5999999,4,5.9000001,5.0999999,4.4000001,3.9000001,3.5999999,3.2,4.4000001,6.5,7.5,7.6999998,7,6.5999999,6.1999998,5.6999998,6.5999999,10.2,8.8999996,8.1000004,7.1999998,7.0999999,5.9000001,2.3,3.0999999,4.5,4.9000001,4.6999998,4.3000002,3.5999999,3.7,4.0999999,6.0999999,6,5.6999998,5.1999998,5,4.4000001,2.9000001,3.5,4.5999999,4.6999998,4.5999999,4.4000001,3.8,3.7,4.8000002,8.3000002,7.3000002,6.0999999,5.5,5.0999999,4.5,2.7,3.4000001,4.5,5.3000002,5.4000001,5.1999998,4.0999999,3.9000001,4.0999999,6.4000001,6.0999999,5.3000002,4.8000002,4.6999998,3.9000001,2,2.4000001,3.3,3.5999999,3.2,2.9000001,2.3,2.4000001,2.7,4.3000002,3.9000001,3.0999999,3,2.9000001,2.5999999,3.0999999,3.4000001,4.0999999,4.5,4.6999998,4.5,4,4.0999999,4.8000002,6.6999998,6.4000001,6,5.5999999,5.0999999,4.5999999,2.3,3.5,4.5,4.9000001,4.4000001,4.3000002,3.7,3.5999999,4.5999999,8.3000002,6.6999998,5.8000002,5.1999998,4.8000002,4.4000001,2.2,3.3,4.3000002,4.5999999,4.3000002,3.9000001,3.5,3.5999999,4,6.6999998,5.9000001,5.4000001,4.8000002,4.5,3.8,2.7,3.2,4.0999999,5.3000002,5.0999999,4.8000002,3.7,4,5.1999998,7.3000002,6.8000002,6.5999999,6.4000001,6,5.4000001,2,2.9000001,2.7,3.8,4.1999998,4.0999999,3.8,3.7,3.7,4.5999999,5.1999998,4.9000001,4.5999999,4.4000001,4.4000001,2.7,2.9000001,3.5999999,3.7,3.8,4.1999998,3.4000001,3.3,4.0999999,5.9000001,5.1999998,4.6999998,4.5999999,4.3000002,3.5999999,3.0999999,3.5999999,4.3000002,5.1999998,5.6999998,5.6999998,5.4000001,5.5,5.4000001,7.5,7.1999998,6.9000001,6.4000001,5.6999998,5,3.0999999,4.4000001,4.9000001,5.6999998,5.3000002,5,4,4.0999999,4.5,7.5999999,7.1999998,6.6999998,5.8000002,5.6999998,5.0999999,3.2,4.6999998,5.4000001,5,4.1999998,4.3000002,5.5,6.1999998,5.8000002,8.8999996,8.1000004,5.9000001,5.0999999,4.9000001,4.1999998,2.7,3.5999999,4.0999999,4.3000002,4.0999999,3.9000001,3.2,3.4000001,4.4000001,8.6999998,8,6.5999999,5.6999998,5.1999998,4.5999999,2.3,2.5999999,3.2,3.9000001,3.7,3.8,3,3,3.3,5.3000002,4.6999998,4.1999998,3.8,3.5999999,3.3,2.4000001,3.0999999,3.0999999,3.8,3.8,4,3.5,3.3,3.9000001,6.1999998,4.9000001,4.5,4.0999999,3.8,3.3,3.2,5,4.8000002,4.8000002,4.1999998,3.8,3.9000001,4.5999999,4.8000002,8.6000004,6.8000002,5.6999998,5.4000001,5.3000002,4.5,2.3,3.7,3.5999999,3.9000001,3.8,4,3.2,3.4000001,4.3000002,7.0999999,6,4.6999998,4.3000002,3.8,3.5999999,2.5,2.9000001,3.4000001,3.8,3.9000001,3.5,3.0999999,3,3.4000001,4.6999998,4.5,4.5,4.0999999,4,3.5,2.7,3.5,4.5,5.6999998,5.1999998,4.0999999,3,3.2,3.2,5.6999998,5.0999999,4.4000001,4,3.8,3.5,2.3,2.9000001,3.7,4.1999998,4.5,4,3.4000001,3.5,4.0999999,6.0999999,6,5.6999998,5.1999998,4.8000002,4.3000002,2.3,3.0999999,3.3,4.6999998,5,4.9000001,4.4000001,4.1999998,4.3000002,5.0999999,5.8000002,5.5999999,5.0999999,4.5999999,4.3000002,2.7,3.2,4,4.6999998,4.6999998,4.5999999,3.8,3.9000001,4.5999999,6.8000002,5.8000002,5.5999999,4.9000001,4.5999999,4.3000002,2.9000001,3.0999999,3.7,4.6999998,5.0999999,4.5999999,4,4.1999998,4.5999999,5.5,4.6999998,4.5999999,4.4000001,4.3000002,3.9000001,2.5999999,2.9000001,3.5,4.0999999,4,3.9000001,3.3,3.4000001,3.7,5.0999999,4.6999998,4.4000001,4.1999998,4.1999998,3.9000001,3.2,4,4.5999999,4.8000002,4.8000002,4.4000001,3.8,3.7,4.3000002,7.0999999,6.6999998,6.1999998,5.8000002,5.5999999,5.1999998,2.3,2.7,3.4000001,3.7,3.8,3.7,3.2,3.2,3.0999999,4,4.5,4.3000002,3.8,3.8,3.2,1.9,2.4000001,2.8,3,3,2.9000001,2.4000001,2.5,2.8,4.4000001,3.9000001,3.7,3.5,3.5,3,1.7,2.0999999,2.5999999,2.9000001,3,3,2.5999999,2.8,3.2,4.6999998,4.1999998,3.9000001,3.5999999,3.3,2.9000001,3.3,3.5,4.3000002,8.1000004,6.4000001,5.5,4.1999998,4.3000002,5.4000001,7.1999998,6.4000001,6.0999999,6,5.5999999,5.3000002,3.2,4.0999999,3.9000001,4.5,4.3000002,3.8,3.9000001,4.0999999,4,6.9000001,5.5999999,4.6999998,4.0999999,3.8,3.7,3.3,3.7,5,5.6999998,5.5,4.9000001,4.0999999,4.0999999,4.5999999,6.5999999,5.5999999,5.3000002,5.0999999,4.9000001,4.6999998,3.2,4.3000002,5.5,5.6999998,5.5,5.0999999,4.3000002,4.3000002,4.9000001,8.8000002,7.3000002,6.3000002,5.8000002,5.5,4.5999999,3.5,4.5999999,5.5,5.5999999,5.5,5.5,4.5,4.3000002,5,8.6999998,7.9000001,7.1999998,6.9000001,6.3000002,5.5,2.0999999,2.5999999,3.2,3.7,3.9000001,3.7,3.2,3.3,3.8,5.9000001,5.5999999,5.1999998,4.8000002,4.5,4,2.2,2.8,3.3,3.8,4.4000001,3.7,3,3.4000001,4.0999999,5.5999999,5.0999999,4.6999998,4.1999998,3.8,3.5999999,3,3.5,4.1999998,4.5999999,4.5,4.5999999,4,4.5,4.1999998,6.3000002,6.1999998,5.5,5.4000001,5.1999998,5.0999999,3,3.5999999,4.1999998,4.6999998,4.8000002,4.3000002,3.9000001,4,4.4000001,7.4000001,6.9000001,7,6.3000002,5.3000002,4.9000001,2,2.7,3.0999999,3.8,3.5,4.5999999,3.5,3.5,6.5,9.3999996,6.6999998,6,5.3000002,4.8000002,4.1999998,2.5,2.9000001,3.7,4.3000002,4.1999998,4.1999998,3.5999999,3.5999999,4.4000001,6.3000002,5.5,5,4.5999999,4.5999999,4.3000002,2.5999999,3.2,3.8,4.6999998,5,4.8000002,4.1999998,3.9000001,3.9000001,5.6999998,6.5999999,5.6999998,5.1999998,4.8000002,4.4000001,2.9000001,3.3,4.0999999,4.0999999,4.0999999,4.5999999,3.8,3.7,5.1999998,7.1999998,7.3000002,6.4000001,5.4000001,5.1999998,4.5999999,2.5999999,3.3,4,4.5999999,4.5999999,4.1999998,3.5999999,3.9000001,4.5,7.4000001,7.1999998,6.9000001,5.4000001,4.5,4.0999999,4.5,6,5.3000002,4.8000002,5.6999998,5.4000001,4.1999998,4,4.5999999,7.8000002,8.3000002,8,7.1999998,6.0999999,5.0999999,4.0999999,5.1999998,5.3000002,5.5,6.3000002,5.9000001,4.8000002,4.6999998,4.8000002,7.5999999,7.6999998,7.5999999,6.5,5.8000002,5.1999998,4.3000002,5.0999999,5.4000001,5.5,5.8000002,5.5,4.6999998,4.5999999,4.5999999,9.1999998,9.8999996,9,7.6999998,8.6000004,6.5,2.7,3.3,3.5,3.5999999,3.9000001,3.7,3.2,3.2,3.3,4.5,4.5,4,3.9000001,4,3.0999999,3.3,3.2,4,4.4000001,4.4000001,4,3.5,3.5,3.3,5.5999999,6,5.1999998,4.5,4.0999999,3.5999999,3.7,3.8,4.8000002,4.6999998,5.6999998,5,3.9000001,4.4000001,4.9000001,7,9,9,7.6999998,6.5,5.3000002,4.8000002,5.4000001,5.4000001,4.5,5,4.8000002,3.9000001,4.0999999,4.4000001,5.5999999,6.5999999,6,5.4000001,5,4.0999999,3.9000001,3.9000001,5.5999999,6.1999998,6.0999999,5.5,4.5999999,4.0999999,4.4000001,7.3000002,7.8000002,7,6.1999998,5.5,4.9000001,2.9000001,3.7,4.4000001,4.1999998,4.4000001,4.0999999,4,4,4.1999998,5.3000002,5.5999999,5.5,5.3000002,5.5999999,4.0999999,4.3000002,4.9000001,5.4000001,5.1999998,5.4000001,5.3000002,5.0999999,4.6999998,4.5999999,8.8000002,9,8.1999998,6.5,6.1999998,5.4000001,4.6999998,5.6999998,6.9000001,7,7,6.4000001,5.0999999,4.9000001,5.1999998,8.3999996,9.1000004,8.1000004,7.8000002,6.4000001,5,2.5,3,3.2,3,3.8,4.5,3.5,3.5,3.2,3.5,4.0999999,4.3000002,3.5999999,3.4000001,3.0999999,2.8,2.5999999,3.2,3.3,3.7,3.5,3.2,3.0999999,3.2,3.7,4.4000001,3.8,3.5,3.0999999,2.5999999,3.2,4.0999999,4.1999998,4.4000001,4.4000001,4.0999999,3.4000001,3.4000001,3.4000001,4.5,5.5,5.6999998,5.1999998,5.0999999,4.4000001,3.5999999,3.5999999,3.8,3.5999999,3.7,3.8,3.4000001,3.5999999,3.7,4.4000001,5.5999999,5.5,5,4.4000001,4.1999998,3.7,5.0999999,6,5.9000001,5.5,5.5999999,4.9000001,4.5,4.6999998,5.8000002,7.5999999,7.8000002,7,5.9000001,5.6999998,2.2,2.5999999,2.7,2.9000001,3.0999999,2.9000001,2.8,3.0999999,3.2,3.5,4.5,4.4000001,3.9000001,3.5,3.0999999,4.4000001,4.1999998,6.5999999,6.6999998,6,5.5,4.3000002,4,4.5,6.9000001,7.8000002,7,6.1999998,5.8000002,4.5999999,4.3000002,5,5.0999999,5.5999999,6.0999999,5.6999998,5.0999999,4.9000001,5.3000002,8.5,8.6999998,7.9000001,6.5999999,5.9000001,5.3000002,2.5,2.8,2.9000001,3.2,3.5999999,3.4000001,3.3,3.0999999,3.0999999,3.7,5,4.8000002,4.4000001,4,3.5,3.0999999,3.9000001,4.1999998,4.5999999,4.6999998,4.5,4,3.9000001,4,5.1999998,6.5999999,6.5999999,6,5.9000001,5.0999999,4.8000002,7.5999999,9.5,7.1999998,7.5999999,6.3000002,5,4.8000002,5.5999999,10.4,8.8000002,7.8000002,6.3000002,5.4000001,4.5,2.7,3.2,3.8,3.9000001,4.1999998,4,3.8,3.9000001,4.1999998,5.6999998,5.9000001,5.6999998,5.0999999,4.8000002,4.0999999,2.5999999,2.8,3.4000001,3.7,3.7,3.4000001,3,3.4000001,2.8,4.1999998,5.3000002,4.5,4,3.7,3.3,4.8000002,5.3000002,5.8000002,6,5.8000002,5.5,4.8000002,5.8000002,5.6999998,8.1999998,8.3000002,7.5999999,6.8000002,5.6999998,5.0999999,2.5999999,2.9000001,3,3.0999999,3.7,3.4000001,2.8,2.8,3,3.9000001,3.9000001,3.5,3.4000001,3.2,2.7,3.3,3.4000001,4,4.1999998,4.4000001,3.9000001,3.3,3.4000001,3.3,4.1999998,4.6999998,4.0999999,3.5,3.3,3,2.5,7,3.8,3.7,4.1999998,4.0999999,3.5,3.4000001,3.5,4.4000001,4.5999999,4.3000002,4.5,4.3000002,3.4000001,2.5999999,3.0999999,3.0999999,3.4000001,3.9000001,3.5999999,3.2,3.2,3,3.5,4.1999998,4.3000002,3.9000001,4,3.8,3.5999999,4.8000002,5.4000001,5.5999999,6.0999999,5.6999998,5.1999998,5.0999999,5.5999999,9.1999998,9,8.3999996,7.3000002,6.1999998,5.0999999,4.6999998,5.5,6,6.0999999,6.4000001,5.9000001,5.3000002,4.4000001,4.6999998,7.4000001,9.1999998,9.1999998,8.6999998,8.6999998,7.3000002,2.2,2.5999999,3,2.9000001,3.2,3,2.8,3,2.8,3,3.4000001,3.3,3,3.3,2.5999999,2.8,3.2,3.3,3.3,3.9000001,3.5,3.2,3.0999999,3.4000001,4.4000001,4.8000002,4.1999998,3.4000001,4.1999998,3.3,2.8,2.8,3.3,3.5999999,3.7,3.5999999,2.9000001,2.8,2.9000001,3.9000001,4.3000002,4.1999998,3.9000001,3.5999999,3.4000001,2.5999999,2.5999999,3.0999999,3,3,3,2.9000001,2.7,2.5999999,3,3.2,3.3,3.0999999,3,2.7,3.3,3.4000001,3.0999999,3.7,4.0999999,4,3.0999999,3.3,3.8,3.8,3.4000001,3.0999999,3.0999999,2.4000001,2.0999999,4.6999998,5.0999999,5.9000001,5.8000002,6.5,5.3000002,4.5999999,4.5999999,5.3000002,6.5999999,7.5999999,6.5999999,5.5999999,5.3000002,4.5,2.7,2.9000001,3.3,3,3.5,3.3,3.3,3.4000001,3.4000001,3.9000001,3.0999999,2.8,2.7,2.9000001,2.3,3.5999999,3.5999999,3.8,4.3000002,4.3000002,3.7,3.2,3,3.2,5.0999999,6.3000002,5.6999998,4.3000002,4,3.7,3.5,3.4000001,4.1999998,5.0999999,4.9000001,4.5,4.4000001,3.7,3.9000001,7,7.1999998,6.0999999,5.4000001,4.9000001,4.3000002,2.3,2.8,2.9000001,2.9000001,3.5,3.0999999,2.9000001,2.9000001,2.7,3.3,3.5999999,3.5,3.4000001,2.9000001,2.5999999,3.3,3.2,3.5999999,4,4.5999999,3.9000001,3.5,4,3.4000001,4,3.7,3.8,3.4000001,3.9000001,3.4000001,4.0999999,4.4000001,5,6.0999999,6.0999999,5.8000002,5.3000002,5.5,5.8000002,7,6.1999998,6,5.5999999,5.0999999,4.0999999,3.8,4.0999999,4.6999998,5.0999999,5.6999998,5.1999998,4.8000002,5,5.3000002,7.5999999,7.5,7.0999999,6.0999999,5.6999998,4.8000002,2.5999999,2.9000001,2.9000001,2.9000001,3.4000001,3.2,3.0999999,2.9000001,3.2,4.1999998,5.5,4.6999998,4.3000002,3.7,3.9000001,2.8,3.8,4.6999998,5.0999999,5,4.5999999,4.0999999,4.0999999,4.5999999,6.5,6.0999999,5.4000001,4.5999999,4.3000002,3.8,2.7,3.2,3.3,3.9000001,4.5,4.1999998,3.8,3.2,3.4000001,4.4000001,4.5,4.4000001,4,3.5999999,3.0999999,3.5,3.5999999,4.8000002,5.3000002,4.6999998,4.1999998,3.7,3.4000001,3.3,5.5999999,6.9000001,6.4000001,6.0999999,5.5,4,2.7,3.2,3.8,3.2,3.5,3.5,2.9000001,4.6999998,3.4000001,3.5,5.1999998,4.1999998,3.8,3.4000001,3.3,4.8000002,5.4000001,6,6.5999999,6.8000002,6.5,5.3000002,4.9000001,5.3000002,8.6000004,9.5,9.1000004,8,7.1999998,5.9000001,2.8,3.5,4,3.9000001,4.3000002,3.5999999,3.5,3.5999999,3.7,3.3,4.1999998,4.5999999,4.5999999,3.5,3.2,3.9000001,5.0999999,5.8000002,6.0999999,6.4000001,6.0999999,5.5999999,5.4000001,5.8000002,8,7.5999999,7.3000002,6.4000001,6,5,2.7,3.5999999,4.3000002,5.0999999,4.9000001,4.3000002,3.5,3.9000001,3.7,5.5,6,5.1999998,4.9000001,4.5999999,4.0999999,4.6999998,6,6.1999998,6.6999998,7.5999999,7.1999998,6.1999998,6.4000001,6.6999998,11.2,11.2,11.2,9.8999996,8.6999998,7.4000001,3.4000001,3.0999999,3.5999999,3.2,3.5999999,3.5,3.0999999,2.8,2.8,3.3,3.5,3.3,3,2.8,2.2,3.0999999,4.0999999,4.3000002,4.4000001,4.5999999,4.5999999,4.1999998,4.0999999,5.9000001,6.0999999,6.6999998,6.4000001,5.8000002,7.1999998,5.0999999,2.9000001,3.5999999,3.4000001,3.7,3.9000001,3.8,3.4000001,3.5,3.5999999,4.9000001,5.1999998,4.5999999,4.0999999,3.9000001,3.2,3,3.5,3.9000001,4.5999999,4.5,4.1999998,3.9000001,3.7,3.7,5.5,5.9000001,5.6999998,5.0999999,4.6999998,4.0999999,3.5,3.8,3.9000001,3.7,3.8,3.7,3.5,3.2,3.7,5.5999999,5.0999999,4.6999998,4.1999998,3.9000001,3.2,2.5999999,2.9000001,3.0999999,3.0999999,3.7,3.5999999,3.0999999,2.9000001,3,3.8,4.1999998,3.7,3.4000001,3.0999999,2.5999999,3.2,4.1999998,4.5999999,5.0999999,5.3000002,5.0999999,4.5999999,4.6999998,5.0999999,8.1999998,7.5999999,7.1999998,6.3000002,5.5999999,4.6999998,2.7,3.5999999,3.5999999,3.9000001,3.9000001,3.8,3.5,3.5,3.3,4.5999999,4.8000002,3.5999999,3,2.9000001,3.3,5.0999999,6.4000001,6.5999999,6.6999998,6.8000002,5.8000002,4.5999999,4.9000001,5.5999999,9.8000002,10.6,9.8999996,7.6999998,6.8000002,5.8000002,3.5,4.0999999,3.9000001,4.1999998,5.0999999,5,4.3000002,4.9000001,4.8000002,7,6.8000002,6.6999998,6.0999999,5.4000001,4.4000001,2.7,2.8,3.0999999,3,3.2,3.5,2.8,2.7,2.8,4.1999998,4.3000002,3.7,3.7,3.9000001,4,2.8,3.5999999,3.5,3.3,3.8,3.7,3.3,3.0999999,3.0999999,4.0999999,4.3000002,3.9000001,3.5999999,3.4000001,2.9000001,4.3000002,5.3000002,4.9000001,4.8000002,4.9000001,5,3.9000001,4.0999999,4.9000001,8.3999996,10.2,9.3000002,8.8000002,8.5,7.5,2.4000001,2.8,3,3,3.3,3.2,2.8,2.9000001,3.0999999,3.9000001,4,3.4000001,3.3,3.0999999,2.7,3,3.5999999,3.5999999,4,4.0999999,3.5999999,3.3,3.2,3.2,4.4000001,3.8,3.5,3.0999999,2.8,2.4000001,4.4000001,4.6999998,5.0999999,5.8000002,6.5999999,6.1999998,5.5,5.5,6,7.8000002,8.3000002,8.3000002,7.3000002,6.6999998,5.4000001,2.5999999,3.5,3.2,3.9000001,4.3000002,3.8,3.5,3.8,3.4000001,4.4000001,4.9000001,4.5,4.3000002,4.1999998,3.7,3,3.7,4,4.4000001,4.9000001,4.5,3.5,3.8,3.7,5.5999999,6,5.6999998,5.4000001,4.5,4.0999999,2.8,3,3.3,3.8,3.7,3.8,3.3,3.0999999,3.2,3.8,4.6999998,4.5999999,4.0999999,4.4000001,3.8,2.7,3,3,3.4000001,3.9000001,3.7,3.0999999,3,4.3000002,6.1999998,5.0999999,5.0999999,4.5,4.1999998,3.5,3.2,3.9000001,4.1999998,4.0999999,4.5,4.0999999,3.3,3.3,3.5999999,5.6999998,5.1999998,5,4.6999998,4.5999999,3.9000001,2.5999999,2.8,3.0999999,3.3,3.5,3.5,3,3.0999999,3.5,5,5.5999999,5.0999999,4.5,4,3.2,2.8,3.3,3.5999999,3.5999999,4.5999999,4,3.3,3.5999999,3.5,3.9000001,3.5,3.5,2.7,2.8,2.4000001,3.7,4.5,4.5999999,5.1999998,5.1999998,5,4.5,4.1999998,4.0999999,5.8000002,6.4000001,6,5.5,5.3000002,4.4000001,2.9000001,3.4000001,3.8,4.6999998,4.8000002,4.0999999,3.5999999,3.2,3.0999999,4.1999998,4.3000002,3.8,3.8,3.4000001,3.0999999,3.5999999,3.7,4,4.1999998,4.6999998,4.5999999,4.0999999,3.9000001,3.8,5,5.4000001,5.1999998,4.5,4.3000002,3.5,2.8,3.2,3.5,3.5,4,3.7,3.3,3.0999999,3.5,4.4000001,5,4.8000002,4.4000001,4.1999998,3.7,3.2,3.4000001,3.5999999,5.5,5.5999999,4.1999998,3.7,3.7,4.5999999,6.6999998,6.3000002,5.3000002,4.5999999,4.1999998,3.5999999,3.4000001,3.5,3.7,4.3000002,4.5999999,4,3.5999999,3.7,3.9000001,5.6999998,5.4000001,4.4000001,4.6999998,4.3000002,3.5,4,5,4.5,4.1999998,4.9000001,4.5999999,3.8,3.5999999,3.7,4.9000001,5.0999999,4.6999998,4.0999999,4,3.5,2.9000001,3.7,4,4.5999999,4.8000002,4.4000001,3.8,3.5999999,3.8,5.5,6.1999998,6.0999999,5.8000002,5,4.1999998,2.0999999,2.4000001,2.5999999,2.9000001,3.2,3.4000001,2.8,2.8,2.7,3,3.8,3.7,3.0999999,2.9000001,2.7,4,4.0999999,5.9000001,6.8000002,6.0999999,5.5,4.5999999,4.1999998,4.5,8.3999996,8.8000002,8,6.9000001,6.1999998,5.4000001,2.9000001,3.7,4,3.8,4.0999999,3.9000001,3.3,3.4000001,3.0999999,4.9000001,4.9000001,4.5999999,4.0999999,4.0999999,3.5,3.8,4.0999999,4.5999999,5.1999998,6,5.5,4.8000002,4.5999999,5,6.5,7,6.8000002,6.1999998,5.8000002,4.8000002,2.0999999,2.5,3,2.7,3.2,2.8,2.9000001,2.8,2.5999999,2.8,3.4000001,3.2,2.8,2.7,2.5999999,2.7,3.0999999,3,3.0999999,3.5,3.4000001,2.9000001,2.9000001,3.0999999,4,4.8000002,4,3.8,4,3.2,2.7,3.3,3,3.5,4,3.5999999,3.3,3.2,4,4.6999998,4.3000002,4,3.9000001,3.5999999,3.0999999,3.0999999,3.3,4.3000002,4,4.4000001,3.9000001,3.5,3.7,3.7,5.1999998,5.0999999,5.0999999,4.5999999,4.4000001,3.7,2.4000001,2.5,2.9000001,2.9000001,3.3,3,2.7,2.9000001,3.3,3.3,4.0999999,4,3.5,3.5999999,3.3,2.8,3.5,3.5,3.4000001,4.1999998,4,3.4000001,3.3,3.4000001,4.8000002,4.1999998,4.0999999,3.5,3,3,4.5,4.0999999,7.0999999,7.6999998,6.1999998,5.9000001,4.6999998,4.4000001,4.5999999,8.6999998,8.8999996,7.6999998,6.4000001,5.5999999,4.8000002,2.4000001,2.8,3.2,3,3.4000001,3.0999999,2.9000001,3,3.0999999,3.7,4,3.7,3.5,3.5,2.9000001,2.5,3,3.3,3.4000001,3.4000001,3.3,3,3.3,3,3.7,4.6999998,4.6999998,4.3000002,3.7,3.0999999,3.2,3.5,3.8,4.1999998,4.9000001,4.5,3.7,4,4.5,7.1999998,6.5,6.3000002,5.4000001,5,4.0999999,2.0999999,2.9000001,2.7,2.7,3.0999999,3,3.0999999,2.9000001,4.8000002,6,5.9000001,5.4000001,4.1999998,3.2,2.5999999,3.4000001,3.5999999,3.5999999,3.8,4.1999998,3.8,3.5,3.4000001,3.5999999,4.8000002,4.8000002,4.5999999,4.1999998,3.7,3.2,2.8,3.2,3.2,3.5,3.5999999,3.5,3,3,3.2,3.4000001,3.4000001,3.8,5.3000002,3.5,2.8,3.8,5.8000002,4.6999998,5.3000002,5.3000002,4.4000001,3.7,3.7,5.5999999,10.8,12,11.4,9.8999996,8.8999996,6.9000001,4.8000002,6.1999998,6.1999998,6.4000001,7.5999999,6.4000001,5,5.1999998,5.6999998,8.5,7.9000001,6.8000002,6.1999998,6.3000002,5.3000002,6,7.4000001,9.3999996,10.8,9.1999998,8.6999998,7.5999999,7.5999999,8.1000004,10.7,10.1,9.5,8.3999996,8,6.9000001,5,4.8000002,5.4000001,5.9000001,5.3000002,5.5999999,5.6999998,5.8000002,6.8000002,10.8,12.4,11.8,9.5,10.2,8.6000004,4.4000001,6,6.3000002,6.8000002,6.5,6.5,6.5,5.8000002,7,14.4,11.7,9.8000002,8,7.5,5.9000001,3.4000001,5,4.9000001,4.5999999,4.3000002,4.8000002,5.1999998,5,6.4000001,10.4,9.6000004,8.3000002,6.9000001,6.5,5.1999998,5.9000001,6.5999999,7.0999999,7.8000002,6.9000001,6.8000002,6.0999999,5.5,6.1999998,10,10.3,10,9.1000004,9.1999998,8,4.5999999,5,4.6999998,5.1999998,4.5,5.4000001,5.5999999,5.1999998,6.0999999,12.3,11.2,9.8000002,7.9000001,7.6999998,6.3000002,6.0999999,7.4000001,7.4000001,7.8000002,6.8000002,8.1999998,7.6999998,7.5,8.8999996,15.4,14.6,12.6,10.4,10.4,8.8999996,6.5,8.3000002,8.6000004,8.6000004,7,7.4000001,7.8000002,8,8.8999996,12,12.1,11.9,11.9,13.4,10.1,2.9000001,3.9000001,4.0999999,4.8000002,4.4000001,4.8000002,4.6999998,4.4000001,5.4000001,9,8.8999996,7.9000001,6.8000002,6.6999998,5.1999998,3.3,4.5999999,5.4000001,5.6999998,4.8000002,5.4000001,5,4.9000001,5.8000002,9.6000004,9.1000004,8.3999996,7.3000002,7,5.5999999,5.8000002,6.4000001,6.3000002,6.9000001,6.0999999,5.9000001,5.5,5.1999998,5.9000001,8.3999996,10.2,10.3,9.3000002,9.5,7.5,4,5.4000001,6.3000002,8.5,6.5,6.5999999,6.6999998,6,6.6999998,11.3,11.2,10.7,9,8.8999996,6.9000001,3.5,4.6999998,5.0999999,6.0999999,5.8000002,6.3000002,5.6999998,6,7.1999998,11.2,11.4,10.8,9.3999996,9.8999996,7.9000001,6.6999998,7.5999999,7.9000001,8.6000004,7.3000002,7.4000001,7.3000002,7,7.3000002,10.2,13.5,12.8,14.5,15,11.4,4.8000002,6.3000002,6.6999998,6.9000001,6.4000001,7,6.5999999,6,7.5,11.8,12.9,11.6,9.6999998,9.1999998,7.1999998,3.2,4.1999998,5.1999998,5.5999999,5,5.6999998,5.9000001,5.5999999,7,10.8,10.6,9.8999996,8.1000004,7.4000001,5.8000002,4.0999999,5.5,8.1000004,9.6000004,7.0999999,7.0999999,7.9000001,6.3000002,7.9000001,14.3,12,10.7,9,9.1999998,7.5,4.4000001,5.0999999,5.0999999,5.9000001,5.0999999,5.9000001,5.1999998,5.3000002,6.5,10,10.5,9.6000004,8.3000002,8.1999998,6.5,3.9000001,5.1999998,7.0999999,7.5999999,5.3000002,5.5999999,5.6999998,5.4000001,5.8000002,8.3000002,8.1000004,7.5,7.0999999,7.3000002,5.8000002,3.3,4.4000001,4.3000002,5,4.6999998,5.4000001,5.0999999,5,6,10,9.1000004,8.3000002,6.9000001,6.5999999,5.1999998,6.0999999,6.4000001,6.6999998,7.9000001,7.4000001,7.3000002,6,6.0999999,6.5,8.8000002,9.1000004,8.8999996,8,7.1999998,6,4.3000002,5.6999998,7.1999998,6.8000002,5.3000002,5.5999999,5.5,5.4000001,7.5,13,14.5,12.2,10.2,9.1999998,7.0999999,7.1999998,10.2,9.1999998,8.8999996,8.3999996,8.3000002,7.5999999,7.0999999,8.1999998,12.5,14.1,13.8,12.5,12.7,10.7,4.5999999,6.6999998,6.5999999,6.6999998,6.1999998,6.0999999,6.8000002,5.5,6.3000002,10.6,11,10,8.3999996,8.6999998,6.8000002,4.8000002,6.6999998,5.9000001,6.5999999,5.9000001,7,6.5999999,6.3000002,8.3000002,12.3,11.7,10.8,9.3000002,9.5,7.5999999,3.7,5.3000002,5.5999999,5.6999998,5.0999999,5.5,5.4000001,4.9000001,6.3000002,11,10.8,9.8999996,8.1000004,7.5999999,6.0999999,6.5999999,7.4000001,10.5,10,7.5999999,8.5,10,10.6,10.4,13.7,14.5,15,14,14.4,11.2,5,6.0999999,8.6000004,9.1999998,6.8000002,6.4000001,5.9000001,5.1999998,6.5,9.3999996,11,11.4,10.9,10.5,9,6.4000001,7.5,5.6999998,6.9000001,5.9000001,6,6.0999999,6.0999999,6.5,10.6,9.8999996,8.5,7.6999998,7.5,6.1999998,5.6999998,5.6999998,5.5999999,7.3000002,7,7.9000001,7.3000002,6.9000001,7.8000002,12.8,11.8,11,10.8,10.7,7.5999999,4.1999998,5,5.5,6,5.3000002,5.8000002,5.3000002,4.8000002,5.6999998,9.3000002,9.3000002,8.3999996,7,6.9000001,5.6999998,4.9000001,6,7.0999999,7,5.9000001,7.0999999,6.8000002,6.3000002,7.5,13.6,13.3,11.7,10,10.1,8.3000002,8.8999996,8.6999998,8.5,8.1999998,10.2,9.6000004,8.3999996,7.5,8.3000002,13.4,15.8,15.8,14.4,14.6,11.3,4.8000002,6.1999998,6.4000001,7.4000001,7.4000001,7.0999999,6.5,6.4000001,7.8000002,12.5,13.5,12.4,10,9.8000002,7.5,2.9000001,3.7,4.1999998,4.5999999,4.0999999,4.5,4.3000002,4,4.8000002,7.8000002,7.4000001,6.9000001,5.8000002,5.8000002,4.8000002,4.6999998,5,5.5,5.9000001,6,6,6.5,6.4000001,7.1999998,12.3,11.5,10.6,9,9.5,7.6999998,6.9000001,6.5999999,7.0999999,8.1000004,7,7,6.4000001,6.5,6.6999998,10.9,13.5,11.2,11.6,13.3,10.3,3.4000001,3.7,4.3000002,4.5999999,4.0999999,4.5999999,4.5999999,4.5,5.8000002,8.8999996,8.6999998,7.9000001,6.6999998,6.5999999,5.3000002,5.3000002,6.4000001,6.9000001,11.1,9,7.4000001,7.5999999,7.5,7.5999999,12.7,11.5,12.5,11.3,10.8,8.3000002,3.9000001,4.5999999,5.6999998,5.6999998,5.6999998,5.9000001,4.8000002,5.4000001,7.0999999,12.1,12.3,10.7,9.3000002,9.3999996,7,3.5,4.6999998,5.5,5.6999998,5.5999999,6.1999998,5.9000001,5.5999999,6.5,11.8,11.1,10,8.3999996,8.1999998,6.5,3.8,5,5.4000001,5.9000001,5.3000002,5.5,5.4000001,5.5,7,11.5,11.8,10.7,9,8.3999996,6.5,5,6.5,7,7.4000001,7.3000002,10,7.0999999,6.3000002,6.9000001,9.8999996,9.5,9.1000004,8.1999998,8.5,7.5,5.0999999,7.5,8.1000004,9.1999998,7.0999999,8.6000004,8.3000002,8.1000004,9.8999996,14.7,14.2,12.3,10.3,10.4,8.3999996,4.5999999,5.4000001,5.3000002,6.3000002,5.4000001,6.1999998,5.5999999,6.0999999,7.6999998,11.8,11.8,9.6999998,8.3000002,8.3000002,6.5,5.8000002,6.1999998,6.0999999,6.9000001,6.1999998,6.4000001,5.8000002,5.4000001,6.1999998,9.3000002,11.5,11.2,9.8999996,10.3,8.5,4.9000001,5.9000001,6.0999999,7,5.8000002,6.1999998,5.9000001,5.0999999,5.8000002,11.7,10.3,8.3999996,7.1999998,7.3000002,6,4.3000002,5.0999999,5.8000002,5.5,5.4000001,5.8000002,5.4000001,5.0999999,6.1999998,10.3,9.6999998,9.1999998,8.1999998,7.6999998,6.1999998,8.1999998,7.6999998,8.8000002,9.6999998,7.5,7.8000002,8,9,8.8999996,10.9,11.9,11.2,14.1,18.200001,13.9,3.5,5.0999999,5.5,5.6999998,5.6999998,5.9000001,5.4000001,4.9000001,6.3000002,11.4,11.1,10.1,7.9000001,7.5999999,6,4.6999998,5.4000001,5.3000002,6.1999998,5.3000002,6.5,6.3000002,5.3000002,6.5999999,10.3,10.4,9.8999996,8.3000002,8,6.3000002,3.5,4.6999998,5.3000002,5.5,4.5999999,5.4000001,5.0999999,5,6.0999999,10.6,10.3,9,7.5,7.5,6.0999999,3.2,4.3000002,4.4000001,5.3000002,4.8000002,5.6999998,5.6999998,5.3000002,6.1999998,10.5,9.8999996,8.8000002,7.3000002,7.3000002,5.8000002,4.6999998,5.8000002,6.6999998,8.8000002,9,7.8000002,6.5999999,6.8000002,7,8.8000002,8.1999998,8.8999996,8.1000004,7.1999998,6.1999998,5.4000001,5.6999998,5.5999999,6.5999999,5.4000001,5.9000001,5.8000002,5.9000001,7.3000002,9.1999998,9.6999998,8.5,7.6999998,8,6.4000001,5.5999999,8.1000004,7.6999998,7.5999999,6.4000001,7.5,9.8999996,13.6,11.3,16.4,14.1,13.6,11.8,11.7,11.5,3.7,4.6999998,5.5999999,6.0999999,5.3000002,5.9000001,5.6999998,5.3000002,6.3000002,10.1,10,9.5,7.9000001,7.5,6,2.9000001,3.8,4.1999998,4.5999999,4.3000002,4.6999998,4.6999998,4.4000001,5.5,9.1000004,8.5,7.8000002,6.6999998,6.5,5.1999998,5.6999998,6.0999999,6.1999998,6.8000002,6.5,6.6999998,6.5,6.0999999,6.9000001,10.3,12.6,10.9,10.2,11.1,9.1999998,3.2,4.1999998,4.3000002,4.8000002,4.5999999,5,5,4.8000002,5.9000001,9.8999996,9.8000002,8.8000002,7.4000001,7.0999999,5.5,7.3000002,6.8000002,6.8000002,6.5,6.1999998,6.9000001,7,6.9000001,6.8000002,10.6,13.5,11.8,13.8,15.5,11.1,5.6999998,6.4000001,7,7.5999999,6.5,6.4000001,6.8000002,6.6999998,7.5999999,11.6,13.5,13.3,12.8,13,9.8999996,4.4000001,4.9000001,5.4000001,5.0999999,5,6.3000002,5.5,5.0999999,6.5,11.8,11.3,10,8.6000004,8.1999998,6.5999999,4.1999998,5,5.9000001,6.5999999,5.6999998,5.5999999,5.8000002,5.3000002,6.5999999,10.2,11.4,11.5,10.2,9.8000002,7.5999999,6.9000001,8.1999998,7.9000001,8.8000002,7.9000001,8,8.3000002,7.8000002,8.6000004,11.8,13.6,11.7,10.6,11.3,9.6000004,5.9000001,7.0999999,7.5,8.8999996,7.5999999,7.5999999,7.3000002,6.5999999,7.4000001,11.7,12.6,12.6,12.6,12.5,9.6999998,5.8000002,6.0999999,8.5,9.6000004,8.1999998,8.1000004,8.6999998,8.6999998,8.3000002,12.4,12.9,12.6,14.3,17.700001,12.8,7.8000002,6.1999998,8.3000002,10.1,7.0999999,7.1999998,7.5,7.4000001,6.9000001,10.7,11.4,10.2,13.5,16.799999,12.3,8.6000004,7.9000001,7.6999998,7.8000002,8.1999998,9.3999996,8.1000004,7.5999999,9.5,15.2,13.8,13,11.6,12.2,9.6000004,4.0999999,6,6.9000001,7.8000002,7.1999998,6.9000001,7.0999999,6.5,7.5,12.6,12.8,12.3,10.3,10.7,8.8000002,5.5999999,6.4000001,6.5,6.9000001,6.1999998,5.8000002,6.0999999,5.4000001,6.0999999,9.8999996,12,11,9.6999998,9.8999996,8.1999998,3.5999999,6.5999999,6.5999999,6.1999998,5.6999998,6.4000001,5.8000002,5.3000002,6.3000002,10.9,9.8999996,8.8999996,7.5999999,7.1999998,5.5999999,5.5999999,6.0999999,6.6999998,8.3999996,6.9000001,7.3000002,6.6999998,6.4000001,7.5999999,12.3,11.6,10.4,9.1999998,8.3000002,7,4.5999999,5.1999998,6,6.3000002,5.4000001,5.8000002,5.3000002,4.9000001,5.8000002,8.8000002,9.1000004,8.6000004,8,8,7,6.5999999,9.5,9.5,9.6000004,7.8000002,8.6999998,10.1,9,9.6000004,14,14.5,14.6,13.2,13.2,10.5,5,5.8000002,6.4000001,7.5,6.5,7.1999998,7.5,5.8000002,7.0999999,10.5,10.2,8.8999996,7.5999999,7.6999998,6.4000001,3.5,4.6999998,5.1999998,5.1999998,5,4.9000001,4.8000002,4.6999998,5.5,9.1000004,8.5,7.9000001,6.6999998,6.5999999,5.4000001,10.5,9.8999996,11.3,11.8,12.6,11.7,10.2,10.4,10.7,18.4,20.5,17.1,17.200001,17.700001,14,5,5.6999998,5.0999999,5.5999999,5,5.6999998,5.1999998,5.0999999,6.4000001,13.2,12.6,10.8,8.8999996,8.1999998,6.4000001,5.0999999,6.4000001,7.5,7.5,6.5999999,6.5,6.0999999,5.8000002,6.3000002,10.6,10.5,9.3000002,8.1000004,8.1999998,6.6999998,7.1999998,6.5999999,7.0999999,8.1999998,7.4000001,7.6999998,7.4000001,7.8000002,7.5999999,11.3,10.3,9,9.1000004,9.8000002,9.1000004,3.7,4.5999999,5.1999998,5.8000002,5.6999998,6.3000002,5.1999998,4.5999999,6,10.8,11.3,10.3,9.3999996,10.1,7.9000001,4,5.0999999,5.8000002,6.3000002,5.9000001,7,6.4000001,6,7.6999998,12.9,11.8,11.3,9.8000002,9,7,6.1999998,7.6999998,8.1000004,9.1000004,7,8.1000004,8.5,8.5,9.8999996,16.4,15.5,14.1,11.6,12.1,9.8000002,3.8,5.0999999,5.5,6.1999998,5.1999998,5.8000002,5.8000002,5.1999998,6.3000002,11.3,11.2,10.4,8.1999998,7.9000001,6.1999998,4.5,5.1999998,5.0999999,5.4000001,4.5,5.5999999,5.5,5.5999999,7,15.6,13.3,11.2,8,7.9000001,6.0999999,8.1000004,8.8000002,6.5999999,7.0999999,5.3000002,6.4000001,6.1999998,6.8000002,8.3000002,13.9,10.7,9,7.1999998,7.1999998,5.5,4.3000002,6.1999998,6.5,6.5,6.5,6.9000001,6,5.8000002,7.4000001,12.4,12.2,11.2,8.8000002,8.5,7.5,6.4000001,8.1999998,9,9.5,8.6999998,9.6000004,8.6999998,8.6999998,9.6999998,13.6,13,11,10.6,10.7,9.3999996,5.8000002,8.1999998,8,8,7.5,8.6000004,9.1000004,7.9000001,8.5,10.8,10.9,10.3,9.8000002,9.3999996,7.5999999,4.1999998,5.0999999,5.9000001,6.0999999,5.0999999,6.3000002,5.8000002,5.8000002,7.3000002,12.4,11.2,10.6,8.3000002,7.5999999,6.0999999,7,6.0999999,6.9000001,6.5999999,6.5,9.5,6.6999998,6.3000002,7.3000002,12.2,10.1,9.1000004,8.1999998,8.6999998,7.6999998,5.0999999,6,7,7.5,6.1999998,6.5,6,5.1999998,6.4000001,9.6999998,11.2,9.8999996,8.6999998,9.3000002,7.6999998,3,3.5,4,4.4000001,4,4.8000002,4.9000001,4.8000002,5.5999999,8.3000002,7.5,7,5.9000001,5.6999998,4.6999998,3.5999999,4.3000002,4.6999998,4.9000001,5.0999999,5.8000002,5.5,5,6.5,9.8000002,8.3999996,7.5999999,6.5999999,6.4000001,5,5.6999998,6.8000002,6.6999998,8.5,7.4000001,7.6999998,8.1999998,9.1999998,8,10.5,13.3,13.2,12.8,12.7,10.4,3.5,4.5,4.9000001,6.1999998,4.9000001,5.6999998,5.5999999,5.8000002,7.6999998,12.3,12.3,10.8,8.8000002,8.3999996,6.6999998,6.6999998,6.5999999,7.9000001,8.8999996,7.6999998,7.0999999,6.9000001,7,6.8000002,10.7,11.7,10.4,12.5,14,10.3,6.0999999,5.5999999,6.8000002,7.8000002,6.5,6.1999998,5.9000001,5.9000001,5.8000002,9.6000004,10.4,9.1999998,9.6999998,12,10.5,4.9000001,7,7,9,8.1999998,7.6999998,7.1999998,6.5999999,8.6000004,15.5,15.5,12.9,10.9,10.8,8.5,4.3000002,6.5999999,7.0999999,6.8000002,5.4000001,6,6.5,5.9000001,6.6999998,10.3,10.6,10.7,9.3999996,9.1999998,7.3000002,4.4000001,4.6999998,5.0999999,5.9000001,5.8000002,7,5.3000002,4.8000002,6.0999999,9.8999996,11.6,11.2,10.2,11.1,7.8000002,4.6999998,6.4000001,5.6999998,5.5999999,5.5999999,7.0999999,6.8000002,6.5999999,7.3000002,13.2,11.2,11.5,10.2,9.3000002,7.5,4.3000002,5.9000001,5.6999998,5.3000002,5,5.8000002,5.6999998,5.3000002,6,9.1000004,10.1,9.5,8.3000002,8.3999996,7,5.6999998,6.1999998,7.6999998,7.4000001,6,6.5999999,6.5,6.0999999,7.3000002,12,12.8,11.7,10.3,11.6,10.2,3.0999999,3.9000001,4.8000002,5.4000001,4.5,4.9000001,4.6999998,4.4000001,5.4000001,9.6000004,8.6999998,8,6.5,6.0999999,4.9000001,3,4.3000002,4.6999998,5.0999999,4.4000001,5.1999998,5.1999998,4.6999998,5.6999998,9.3999996,8.8999996,7.9000001,6.1999998,6.0999999,4.9000001,3.4000001,5.4000001,5.8000002,5.5999999,4.8000002,5.5999999,5.6999998,5.0999999,6.4000001,12.9,13,11,8.5,7.5999999,5.9000001,3,4.0999999,4.1999998,4.5,4.5999999,5.3000002,6,6,7.3000002,10.3,9.8999996,9.1000004,7,6.5,5.3000002,5.1999998,5.0999999,5.3000002,5.6999998,5.0999999,5.3000002,4.6999998,5.3000002,6.0999999,10.4,12.3,10.8,9.6000004,9.5,7.6999998,4.0999999,6.5,5,4.4000001,4.5,6.5,9.5,6.5,7.0999999,11.9,10,8.6999998,7.5999999,7.5,5.4000001,4.5,5.6999998,6.5,5.9000001,5,6.5999999,5.6999998,5.8000002,7.6999998,15.4,14.1,11.4,9.3999996,9.1000004,7.0999999,3.8,5.3000002,4.9000001,5.5999999,5.4000001,6.4000001,6.6999998,6.1999998,7.3000002,11.7,12.9,11.4,9,8.3999996,7.1999998,4.6999998,5.5,5.1999998,6.1999998,5.4000001,6,5.9000001,5.5,6.5,11.4,9.6999998,9,7.8000002,7.8000002,6.4000001,3.7,4.6999998,5.0999999,5.4000001,4.5,4.9000001,4.8000002,4.3000002,5.4000001,9.8999996,9.1999998,8.3000002,6.9000001,6.9000001,5.5999999,4.0999999,5.9000001,5.8000002,5.6999998,5.5,6,5.8000002,5.5999999,7.1999998,13,10.1,9.3000002,7.5,6.9000001,5.4000001,5.5,7.3000002,6.5,6.5999999,5.5,6.0999999,6.6999998,6.5,8.3000002,13.8,14.1,14.3,13,12,9.6999998,4.5999999,4.5999999,5.0999999,6.5999999,4.3000002,5,5.0999999,5.8000002,6.3000002,9.6000004,9.5,8,7.0999999,7.1999998,5.4000001,4.9000001,6,7,7.3000002,5.6999998,6,6.0999999,6.4000001,7.3000002,11.3,12.6,12,10.7,10.7,8.6999998,8.3999996,8.6999998,8.1999998,9.6000004,9.6000004,10,9.3999996,9.6999998,9.8000002,13.4,16.4,14.9,14.2,14.3,11.3,2.7,3.9000001,4,4,3.7,4.1999998,4.1999998,3.9000001,4.8000002,8.1999998,7.3000002,6.5,5.4000001,5.3000002,4.5,5.8000002,6,6.3000002,6.8000002,5.6999998,6.0999999,3.5999999,3.8,4.1999998,6.5,7.3000002,6.6999998,6,5.9000001,5.6999998,6.6999998,7.5,8.1000004,8.6999998,8.3999996,9.6999998,5.1999998,5.6999998,6.1999998,9.3999996,9.8000002,9.1000004,8,7.5,7.1999998,5.3000002,5.5999999,6.5,6.8000002,6.5,6.5,4.0999999,4,4.4000001,5.9000001,7.5,7,6.0999999,5.5,5.3000002,6.4000001,6.0999999,6.4000001,6.8000002,8.3999996,9.8999996,5.5,4.6999998,5.8000002,8,11.6,12.1,9.6999998,8.1999998,7.6999998,6.4000001,7.3000002,7.3000002,8.6000004,8.1000004,8.3000002,5.0999999,5.1999998,6,7.5,8.3999996,8.3999996,7.5999999,7.4000001,7.1999998,5.3000002,6.3000002,6.5999999,7.3000002,6.5999999,7.5,4.5,4.9000001,5.5,7.9000001,7.9000001,8.1999998,7.5,7.3000002,6.6999998,6.6999998,8.3000002,8.6999998,8.8000002,8.3999996,7.4000001,5,5.5,6.5,9.6000004,10,10.1,9,8.6000004,7.9000001,4.8000002,5.3000002,6.0999999,6.4000001,5.5,5.4000001,3.8,4.0999999,4.5,6,6.0999999,5.9000001,5.8000002,6,5.6999998,5.1999998,6,6.9000001,7.1999998,6.1999998,6.0999999,4.5999999,5.1999998,5.6999998,7.6999998,8.1000004,7.9000001,7.6999998,7.8000002,7.4000001,5.0999999,5.6999998,5.8000002,6.4000001,5.5999999,7.5,3.9000001,4.0999999,4.5,6.3000002,8,7.6999998,6.9000001,6.4000001,5.9000001,6.8000002,7.8000002,8.1000004,9.8999996,8.6000004,7.3000002,4.3000002,4.8000002,5.1999998,9.5,10.8,10,8.6999998,8.1000004,7.8000002,5,5.1999998,5.4000001,5.5,5.1999998,5.8000002,3.7,3.7,4.4000001,5.9000001,6.3000002,5.8000002,5.1999998,5.3000002,4.9000001,9.3999996,9.3999996,9.6999998,9.8000002,7.9000001,8.3999996,5.6999998,5.8000002,6.8000002,10.2,10.3,10.3,8.8999996,8.3999996,8.1000004,6.4000001,6.9000001,7.0999999,7.5999999,6.6999998,6.4000001,4.8000002,5.5,6.3000002,9.3999996,8.6999998,8.3000002,7.4000001,7.4000001,7.4000001,8.5,9.6999998,10.1,11.5,10.1,10.7,6.5,6.0999999,7.4000001,11.1,9.8999996,9.6000004,8.8000002,8.3999996,8.6000004,6.1999998,6.9000001,8.6000004,8.6000004,7.5,6.9000001,5,5.8000002,7.1999998,8.5,8.8000002,8.5,9,8.8000002,8.1000004,4.5999999,5.3000002,5.5,5.9000001,5.6999998,6.9000001,4.4000001,4.0999999,4.6999998,6.1999998,7.5999999,7.5999999,6.6999998,6.1999998,5.6999998,9.6999998,12,12,13.3,13.7,13.3,8.5,9.6999998,10.5,13,17.700001,18.1,20,16.799999,14.6,5.6999998,6.4000001,6.8000002,7.5,7.0999999,6.8000002,4.9000001,4.8000002,5.4000001,7.1999998,8.3000002,8.5,7.5,6.8000002,6.4000001,6,6.8000002,7.3000002,8.1000004,6.8000002,7.1999998,4.6999998,5.0999999,5.4000001,7.9000001,8.6000004,8.3999996,7.4000001,6.6999998,6.6999998,7.3000002,8.6999998,10.3,9.8999996,9.1999998,9.1000004,6.5,6.6999998,7.5999999,10.8,11.1,11.7,10.4,10,9.3999996,6.3000002,6.8000002,6.9000001,7.9000001,6.8000002,6.3000002,4.1999998,4.6999998,5.3000002,7.8000002,8.5,8.3999996,7.9000001,7.3000002,7.0999999,5.8000002,5.6999998,6.8000002,6.5,6.1999998,6.6999998,3.8,3.7,4.3000002,6.9000001,8.6000004,7.9000001,6.8000002,6.4000001,6.3000002,7.0999999,7.5,8.1999998,9.1999998,9,9,6.3000002,5.9000001,6.9000001,9.5,10,10.4,9.3999996,8.3000002,7.8000002,5.6999998,6.6999998,6.5,8.6999998,6.6999998,6,4.3000002,4.4000001,4.9000001,7.6999998,7.3000002,7.4000001,6.8000002,6.5999999,5.9000001,4.5999999,4.8000002,5.1999998,5.1999998,4.9000001,5.4421525,4.9465408,3.5999999,4.5,6.3000002,7.4000001,7.1999998,6.6999998,6.1999998,6,5.9000001,6,5.8000002,5.9000001,5.0999999,6.1999998,3.4000001,3.5,4,5.8000002,7.5,7.1999998,6.5,6.1999998,5.9000001,4.0999999,4.1999998,4.5999999,4.9000001,4.5,5.1999998,3.2,3,3.4000001,5.0999999,6.1999998,5.9000001,5,4.9000001,4.9000001,4.5,4.5,4.6999998,4.9000001,4.9000001,6,3.2,2.9000001,3.5,4.5999999,6.0999999,6.0999999,5.3000002,4.9000001,4.8000002,5.8000002,6.5,7.8000002,8.8999996,6.3000002,5.4000001,3.5999999,3.8,4,6.8000002,6.5,5.6999998,5.0999999,4.9000001,5.1999998,5.4000001,6.1999998,6.5999999,6.9000001,6.5,6.9000001,4.8000002,4.9000001,5.5,7.4000001,8.6999998,9.1999998,8.6000004,8.1999998,7.9000001,5.5999999,5.5999999,6.3000002,6.9000001,6.5,5.9000001,4.0999999,3.9000001,4.4000001,6.0999999,7.5,7.3000002,6.4000001,5.8000002,5.5,8.1000004,9.6000004,10.4,11,9.8000002,9.1999998,6.3000002,6.6999998,7.9000001,9.3999996,12,12.7,12.1,10.9,11,7.6999998,8.5,8.6999998,10.1,10.2,9.1999998,6.6999998,8.1000004,9,14.5,15.4,14.4,13,12.3,11.2,5.9000001,6.6999998,7.0999999,7.5999999,6.5,6.9000001,4.5999999,5.0999999,6.0999999,8.1000004,9,9.1999998,8.8999996,8.6000004,8.1000004,5.5,5.8000002,6.3000002,6.3000002,5.9000001,5.4421525,4.9465408,5.0999999,6,7.9000001,8.6999998,8.6000004,7.9000001,7.3000002,6.9000001,4.6999998,5.4000001,5.3000002,6,5.5999999,6.0999999,4.1999998,5,5.1999998,7,8.3000002,8.3000002,7.6999998,7.1999998,7,5.8000002,5.5999999,6.3000002,6,5.5,5.4421525,4.9465408,3.9000001,4.6999998,6.5,6.0999999,6.3000002,5.9000001,5.5999999,5.6999998,6.3000002,6.9000001,7,7.5999999,7.5,8.8999996,5,4.6999998,5.3000002,6.9000001,8.6999998,9.1000004,8.1999998,7.5999999,7,5.4000001,6,6.0999999,6.5,5.5999999,6.1999998,4.0999999,4.1999998,4.5999999,6.4000001,7.5999999,7.6999998,7,6.8000002,6.6999998,6.9000001,8,8.3000002,9.6000004,10,8.8999996,6.3000002,6.5999999,7.8000002,9.5,8.5,7.6999998,7.3000002,7.5,7.1999998,6.9000001,7.5999999,8.3000002,8.8000002,8.3000002,7.8000002,5.3000002,6.3000002,6.5999999,9.6999998,11,10.9,9.6999998,9.6000004,8.6999998,5.1999998,6.4000001,7.8000002,7.4000001,6.1999998,6.0999999,3.9000001,4.5,5,8.1000004,7.3000002,7.0999999,7,6.6999998,6.5,5.5,5.6999998,6.0999999,6.1999998,5.4000001,5.4421525,4.9465408,4.3000002,4.5,6.1999998,8.3000002,8.5,8,7.3000002,6.9000001,5.5999999,5.4000001,5.6999998,5.5999999,5.1999998,5.4421525,4.9465408,3.8,4.6999998,6.5,7.4000001,7.1999998,6.5999999,6.1999998,6.0999999,5.8000002,6.4000001,6.5999999,7,6.6999998,14.1,7.9000001,7.5,8.8999996,10.8,13.1,13.7,12.1,11.3,10,8.6000004,9.1999998,9.1999998,10,9.8000002,10.6,6.6999998,6.9000001,7.5,9.3000002,11.7,12.1,10.1,9.1999998,8.6000004,6.8000002,6.9000001,7.1999998,7,6.9000001,5.4421525,4.9465408,5,6.0999999,8.6000004,10.6,10.6,9.3000002,8.6000004,8,6.5,6.9000001,7.1999998,7.5999999,6.5999999,7.1999998,4.5,4.5999999,5.3000002,7.4000001,9.6000004,9.3999996,8.3000002,7.8000002,7.5999999,5.5999999,6.4000001,6.8000002,6.0999999,5.5999999,6,3.8,3.7,4.1999998,6.5999999,8,7.4000001,6.1999998,5.8000002,5.6999998,7.4000001,7.0999999,7.5999999,7.5,8.6999998,8.8000002,4.6999998,4.3000002,4.9000001,7.5999999,9.3999996,8.8999996,7.5,6.5,6.3000002,4.3000002,4.6999998,5,4.8000002,4.3000002,5.4421525,4.9465408,3.2,4,5.4000001,6.3000002,6.3000002,5.9000001,5.6999998,5.6999998,6.5,6.9000001,7,7.1999998,6.9000001,9.5,5.0999999,4.5999999,5.6999998,7.5999999,9.6999998,9.6000004,8.5,8,7.5999999,7.5999999,8.6999998,8.6999998,9.1999998,8.5,13.7,7.9000001,7.5,8.5,12,13.8,12.9,10.8,9.3000002,9.5,4.5999999,4.6999998,4.9000001,5,5.0999999,6.5,3.4000001,3,3.8,4.8000002,6.5,6.1999998,5.3000002,5,4.8000002,5.6999998,6,6.3000002,7.4000001,6.5,6.1999998,4.4000001,5.0999999,5.5,10.6,10.4,9.3999996,8.3000002,7.8000002,7.5,5.3000002,5.5999999,6.8000002,6.6999998,5.9000001,6,3.9000001,3.9000001,4.4000001,6.5999999,7.3000002,6.5999999,5.6999998,5.5999999,5.5999999,6.0999999,6.5999999,6.6999998,6.5999999,5.3000002,5.9000001,4,4.5999999,4.9000001,6.6999998,8.6000004,9,8.3000002,8.8000002,8.5,6.1999998,7.1999998,7.4000001,7.9000001,7.5999999,10.1,5.9000001,5.8000002,6.5,8.8000002,9.6000004,9.5,8.8000002,8.3000002,7.8000002,6.0999999,7.1999998,8.1000004,8.3999996,6.9000001,6.4000001,4.4000001,5.1999998,6.3000002,8.6999998,10.4,10.1,9.6000004,9.5,8.6999998,5.3000002,5.6999998,6,7.0999999,6.8000002,7,4.4000001,4.0999999,4.9000001,6.6999998,7.9000001,7.8000002,6.9000001,6.0999999,5.8000002,9.6000004,11,11.2,13.5,13,11,6.8000002,9.5,10.4,16.299999,16.299999,15.9,13.6,12.6,13,6.6999998,7.5,7.5,7.8000002,7,8.1000004,5.3000002,5.5999999,5.8000002,7.5,6.6999998,6.5999999,6.0999999,5.9000001,5.6999998,6.5999999,7.5,7.5999999,8.6000004,6.8000002,6.4000001,4.5,5,5.6999998,8.3999996,9.3000002,9.3999996,8.5,8.1000004,7.5,3.4000001,4,4.4000001,5,4.5,4.9000001,4.5999999,4.5999999,5.5,8.3999996,8.6000004,8.1000004,7.6999998,6.5999999,5.4000001,4.1999998,4.5,5.1999998,6.0999999,6.1999998,6.5999999,6.5,6.3000002,7,9.6999998,9.6999998,9.8999996,9.3999996,8.6000004,7.5999999,2.5,2.8,3.2,3.5,3.4000001,3.5999999,3.4000001,3.4000001,4.1999998,6.5,6.5,6.3000002,5.9000001,5.1999998,4.3000002,5.0999999,5.3000002,5.0999999,5.9000001,5.5999999,5.8000002,5.6999998,6.0999999,7.0999999,10.4,9.1000004,8.8999996,8.5,7.5999999,6.4000001,4,4.0999999,4.3000002,5,5.0999999,5.5,5.3000002,5.5,6.0999999,8.6999998,9,9.1000004,8.8000002,8,7,3.5,3.8,4.3000002,5.0999999,4.8000002,5,4.4000001,4.5999999,5.3000002,7.5999999,7.5,7.4000001,7.0999999,6.1999998,5.3000002,2.8,3.0999999,3.3,4.1999998,3.5999999,4.1999998,4.1999998,4.3000002,5.3000002,7.9000001,7.5,7.5,7,6,5.1999998,3,3.3,3.5999999,4.1999998,3.9000001,4.5,4.1999998,4.1999998,5.1999998,7.5999999,7.5999999,7.9000001,7.4000001,6.8000002,6,4.0999999,4.6999998,5.5,5.8000002,5.6999998,5.8000002,5.6999998,5.9000001,6.9000001,10.7,10.8,10.6,9.6999998,8.3000002,7,3.7,4.0999999,4.5999999,5.9000001,5.5,5.0999999,5,5.0999999,5.8000002,8.1999998,8.5,8.3000002,7.6999998,6.8000002,6.0999999,5.3000002,5.6999998,6.9000001,7.9000001,6.8000002,7.4000001,6.6999998,7.5,8.3999996,12.2,10.1,9.8000002,9.3999996,8.8999996,7.5,2.7,3.0999999,3.5,3.9000001,3.7,4.4000001,4,3.9000001,4.8000002,7.0999999,6.5,6.6999998,6.5,5.5999999,4.5999999,4.8000002,6,7,7.6999998,7.4000001,7.5999999,6.8000002,6.9000001,7.9000001,10.9,11.1,10.9,10.1,9.1999998,7.9000001,3.9000001,4.3000002,4.8000002,5.5999999,5.0999999,5.4000001,5.1999998,5.4000001,6.1999998,8.8999996,8.3999996,8.1999998,8.1000004,7,6,6,6.6999998,7.8000002,8.6999998,7.5999999,8.5,7.5,7.6999998,8.5,11,11.2,11,10.9,9.8000002,8.6999998,2.7,3.4000001,4.1999998,4.5999999,4,4.1999998,3.9000001,4,4.9000001,7.6999998,7.9000001,7.3000002,6.9000001,6.3000002,5.1999998,5.9000001,6.3000002,6.1999998,6,6.0999999,6.0999999,5.5999999,5.0999999,5.6999998,8.5,9.3000002,9.1000004,8.8999996,8.5,7.5999999,3,3.4000001,3.9000001,3.8,3.7,3.5,3.3,3,3.7,6.4000001,6.9000001,6.3000002,6,5.6999998,5.0999999,3.7,4.0999999,4.5999999,4.6999998,4.4000001,4.3000002,3.9000001,3.5,4.4000001,7.4000001,8.3000002,7.6999998,7.4000001,6.9000001,6.0999999,3,3.2,3.5,3.5,3.4000001,3.4000001,3.0999999,2.8,3.4000001,5.9000001,6.9000001,6.5,6.3000002,6,5.3000002,3.5999999,4.5999999,4.5999999,5.0999999,4.6999998,4.4000001,4.4000001,4.0999999,5.3000002,9,9.1999998,8.6000004,7.6999998,7,6.3000002,3,3.2,3.5999999,3.5999999,3.5,3.3,3.2,2.9000001,3.7,6.4000001,6.8000002,6.0999999,5.9000001,5.5,4.8000002,3.5,3.9000001,4.5,5.0999999,4.4000001,4.5999999,4.4000001,3.8,5.0999999,9.1000004,9.5,8.8999996,8.3000002,7.6999998,6.5999999,3,3.2,3.5,3.4000001,3.4000001,3.4000001,3.2,2.9000001,3.5999999,5.9000001,6.9000001,6.6999998,6.6999998,6.5,5.6999998,5.0999999,6.3000002,6.5,6.8000002,5.8000002,5.4000001,5.6999998,5.8000002,6.6999998,10.7,11.4,11.1,10.8,9.8000002,8.3999996,2.7,3.0999999,3.4000001,3.5,3.3,3.0999999,3.0999999,2.9000001,3.5999999,6.3000002,6.9000001,6.4000001,6.0999999,5.8000002,5.0999999,5.1999998,5.3000002,5.4000001,5.1999998,4.9000001,4.8000002,4.8000002,4.4000001,4.8000002,7.8000002,8.8999996,8.3999996,8.3000002,8.1000004,7.0999999,3.3,3.7,4.1999998,4.3000002,4,3.9000001,3.5999999,3.3,4.0999999,7.0999999,7.8000002,7.1999998,6.9000001,6.5,5.6999998,2.5,3,3.4000001,3.3,3.2,3.0999999,2.9000001,2.5,3.0999999,5.1999998,5.5999999,5.1999998,5,4.8000002,4.3000002,3.9000001,4.0999999,4.4000001,4.9000001,4.3000002,4.1999998,3.9000001,3.5,4.8000002,7.5999999,8.8000002,8.1000004,7.5999999,7.1999998,6.4000001,2.5999999,3.0999999,3.5,3.3,3.2,3.0999999,2.9000001,2.5999999,3.2,5.3000002,5.5999999,5.3000002,5.1999998,5,4.4000001,3.7,4.1999998,4.8000002,4.6999998,4.5,4.5,4.1999998,3.5999999,4.3000002,6.9000001,7.5,7.5,7.3000002,6.9000001,6.0999999,3.0999999,3.4000001,3.5999999,3.8,3.5999999,3.5,3.4000001,3.0999999,4,6.6999998,7.3000002,6.8000002,6.3000002,5.9000001,5.0999999,3.3,3.3,3.5999999,3.5,3.4000001,3.5,3.4000001,2.9000001,3.5999999,5.5999999,6.5,6.3000002,6.1999998,6,5.4000001,6.3000002,6.6999998,6.6999998,6.5,6.5,6,5.5,5.3000002,6.4000001,9.5,11.9,11.7,11.3,10.7,9.3999996,3.4000001,3.5,3.8,4.3000002,4.0999999,3.9000001,3.5999999,3.4000001,4.1999998,7.1999998,8,7.4000001,7.1999998,6.4000001,5.5,3.7,4.4000001,4.9000001,4.9000001,4.5,4.4000001,4.5,4.3000002,5.5,9.6999998,9.6000004,8.8000002,7.8000002,7.4000001,6.5,4.1999998,4.6999998,4.8000002,4.8000002,4.4000001,4.1999998,4.0999999,3.9000001,5.1999998,8.3000002,9.6999998,9.8000002,9.3999996,8.6999998,7.6999998,6.1999998,6.5,6.3000002,6.5,6.8000002,6.5999999,6,5.8000002,7.1999998,10.9,13.3,13.7,12.9,12.6,11.5,5.9000001,6.5999999,7.0999999,7.3000002,7.1999998,6.9000001,6.4000001,5.5,6.5,10.2,11.2,10.6,10.2,9.6999998,8.5,3.4000001,3.9000001,4.6999998,5.1999998,5,4.9000001,5.0999999,4.9000001,6,8.3999996,9.8999996,9,8.1999998,8.1999998,7.0999999,2.9000001,3.5,4.5,5,4.6999998,4.4000001,4.4000001,4.5,5.3000002,7.6999998,8.6999998,7.8000002,7.3000002,7.4000001,6.5,3.7,4.8000002,6.0999999,6.5,6.0999999,6,6.0999999,5.9000001,7.3000002,10.7,10.5,9.3000002,8.6000004,8.6000004,7.3000002,2.7,3,3.8,4.1999998,4,3.9000001,4,3.5999999,4.3000002,6.4000001,9.6999998,9.3000002,8.8999996,9.1000004,8,2.7,4.0999999,5.9000001,6.3000002,5.6999998,5.3000002,5.3000002,4.9000001,5.9000001,8.6999998,8.6999998,7.5999999,7,7,6,2.5,3.0999999,4,4.5,4.1999998,4.3000002,4.4000001,4.3000002,5.1999998,7.5999999,7.5,6.4000001,6,6.0999999,5.3000002,3.3,4.1999998,5.6999998,6.5,6.0999999,5.8000002,6,5.6999998,6.6999998,9.3000002,10.4,9.5,8.8999996,9.1000004,7.8000002,2.2,2.7,3.5999999,4.1999998,4.0999999,4,4.0999999,3.9000001,4.5,6.4000001,6.8000002,5.9000001,5.5,5.8000002,5,2.2,3.3,5,5.1999998,4.4000001,4.0999999,4.0999999,3.8,4.5,6.9000001,6.9000001,5.9000001,5.4000001,5.5,4.6999998,1.5,1.7,1.9,2.5,2.5,2.4000001,2.4000001,2.4000001,3.4000001,6.6999998,9.6000004,8.6000004,7.8000002,7.1999998,6.1999998,2.3,3.2,4.5999999,5,4.5,4.1999998,4.3000002,4,4.9000001,7.3000002,7.4000001,6.3000002,5.8000002,5.8000002,5,2.7,3.5,4.9000001,5.5,5.1999998,4.9000001,5,4.9000001,5.9000001,8.5,9,7.8000002,7.0999999,7.0999999,6.0999999,3,4.1999998,5.9000001,6.5,5.6999998,5.3000002,5.0999999,4.5999999,5.4000001,7.6999998,7.6999998,6.6999998,6.1999998,6.1999998,5.3000002,2.7,3.9000001,5.5999999,6.0999999,5.5,5.1999998,5.3000002,5.0999999,6,8.8999996,8.8999996,7.8000002,7.1999998,7.1999998,6.0999999,7,10.4,10.8,12,10.9,10.4,10.8,10.3,11.4,18.799999,17.799999,14.3,12.7,13.4,10.7,5.5,6.4000001,7.1999998,7.9000001,7.9000001,7.5999999,8.1000004,8.3999996,9.3000002,13.7,14.1,12.7,11.9,11.8,10.5,2.9000001,4.4000001,5.6999998,6.5999999,6.5,6.3000002,6.3000002,6.4000001,7.3000002,12.9,11.3,8.6999998,7.4000001,6.6999998,5.5,5.6999998,8,8.6000004,9.1999998,8.3999996,7.5999999,7.9000001,8.3999996,8.8000002,13.8,13.1,10.8,9.6999998,9.6999998,8.1000004,4.6999998,6.5999999,7.1999998,8.6000004,8,7.8000002,8,8.1000004,9.3000002,15.2,16,13.3,11.5,11.5,9.6000004,5.9000001,8,9.1000004,9.8000002,9.8000002,9.3999996,10.2,9.8999996,10.3,16.6,16.5,14.1,12.8,13.1,11.1,6.6999998,9.1999998,9.8000002,10,11.4,11.3,11.5,12.8,13.4,24.200001,19.4,16.4,14.1,14.6,11.3,3.4000001,4.5999999,5.5,6,5.6999998,5.1999998,5.4000001,5.5,6.4000001,10.4,10.4,8.1999998,6.8000002,6.4000001,5.5,4.1999998,5.5,6.6999998,7.5999999,7.4000001,7.0999999,7.1999998,6.9000001,7.5,11.9,11.6,9.8999996,8.6999998,8.8000002,7.3000002,4.5999999,6.0999999,7,8,7.5,7.8000002,7.9000001,8,8.8999996,13.8,13.5,12,10.5,10.4,8.6999998,3.9000001,5.5999999,6.3000002,7.4000001,7.5999999,6.9000001,7.3000002,6.9000001,7.8000002,12.7,12,10.2,9,8.6999998,6.8000002,3.9000001,5.5,6.0999999,6.9000001,7,7.0999999,7.5999999,7.4000001,8.3000002,14.1,12.6,10.5,8.8999996,8.5,6.6999998,4.1999998,5.4000001,6.0999999,7.1999998,6.9000001,6.6999998,7.1999998,7,7.4000001,11.8,11.7,9.8000002,8.3999996,8,6.4000001,3.2,4.8000002,4.9000001,5.0999999,4.5999999,5.0999999,5.5,5.6999998,6.6999998,11.4,11.4,9.6999998,8.3999996,8.3000002,6.8000002,4.5999999,6.0999999,7.3000002,8.1999998,7.6999998,7.4000001,8,8.8000002,9.6000004,14.8,14,12.2,10.8,10.8,8.1999998,8.3000002,9.8000002,10.5,10.2,9.3999996,9.1000004,10.1,10.4,11.1,13.8,14,12.3,11.8,11.6,10.8,6.5,7.6999998,8.1000004,8.8999996,8.8000002,8.6000004,8.8000002,8.8999996,9.5,12.7,11.9,10.9,10,10.5,9.6000004,5.5,7.4000001,8.1999998,9.3000002,9.6999998,9.6999998,10.7,10.7,11.4,16.6,15.5,13.2,11.8,11.8,9.8999996,2.7,3.4000001,4,4.6999998,5.3000002,5.4000001,5.4000001,5.5,5.8000002,9.3999996,8.3999996,7,6.0999999,6.0999999,5.0999999,4.6999998,5.6999998,7,7.6999998,7.4000001,7.1999998,7.9000001,8,9.1999998,13.5,14.2,12.8,11.8,11.5,9.6000004,5.4000001,6.5999999,7.5,8.3999996,7.9000001,7.3000002,7.4000001,7.6999998,8.3000002,12.3,12.5,10.8,9.8999996,10.3,8.5,4.1999998,5.0999999,6.0999999,6.8000002,6.4000001,5.8000002,5.9000001,6.0999999,6.6999998,11.6,11.5,9.6000004,8.3999996,8.3999996,6.9000001,2.9000001,3.7,4.1999998,4.9000001,5.3000002,5.5,5.4000001,5.3000002,6.0999999,10.4,9.6000004,8,6.9000001,6.6999998,5.8000002,5.5999999,6.4000001,7.1999998,7.6999998,8,8,8.8000002,9.1000004,9.6999998,14.3,14.4,13.1,11.9,11.9,9.6000004,4.5,6.1999998,7.5,8.3000002,8.1000004,7.9000001,8.5,8.3999996,10.1,14.9,14,11.4,10,9.8000002,7.9000001,5.4000001,7.0999999,8.3000002,9.5,10.4,10.3,10.1,10.1,10.6,16.5,14.8,13,11.8,11.8,9.3000002,6.4000001,7.3000002,7.9000001,8.5,7.9000001,7.9000001,7.6999998,7.8000002,8.3999996,12.9,13.1,11.9,11.1,10.9,8.8999996,3.5,4.9000001,5.6999998,6.3000002,6.5,6,6.1999998,6.5999999,7.3000002,11.8,11.6,9.8000002,8.3000002,7.6999998,6.0999999,4.6999998,5.6999998,6.1999998,7.1999998,7.8000002,8.3000002,8.8999996,8.6999998,9.1999998,14,11.8,10,9,9,7.0999999,3.8,6.0999999,6.3000002,7.6999998,8.3000002,7.5999999,8,8.8000002,10.2,17.4,13.5,10.6,9.1999998,9,7,5,6.1999998,6.9000001,7.0999999,6.4000001,6.5,7.0999999,7.1999998,7.6999998,10.8,10.8,9.6000004,9,8.8999996,7.6999998,4.6999998,7.5,8.8000002,9.5,8.6999998,7.6999998,8.3999996,8,8.8000002,14.6,12.5,9.6999998,8.1000004,8.3999996,6.9000001,3,4,4.6999998,5.6999998,6.1999998,6.4000001,6.5,6.1999998,6.9000001,11.4,10.3,8.8000002,7.8000002,7.6999998,6.1999998,3.7,5.1999998,6.4000001,7.0999999,7.8000002,7.3000002,8.5,7.5999999,8.3000002,14.1,11.9,9.8000002,8.5,8,6.1999998,6.5999999,9.5,10.2,10.3,9.6000004,9.1999998,9.3999996,10,10.7,17.700001,15.8,12.8,11.2,11.5,9.8000002,6,6.6999998,7.1999998,7.4000001,7.5,7.4000001,7.5,7.4000001,8.1999998,12.1,12,10.4,9.5,10.2,8.8000002,3.4000001,4,4.4000001,5.1999998,4.9000001,5,5.3000002,5.3000002,5.9000001,8.8999996,9.8000002,8.3999996,7.4000001,7.3000002,6,3.5,5.4000001,6.6999998,8,7.5,6.8000002,7.4000001,7.6999998,8.1999998,13.6,12.2,9.8999996,8.5,8.3000002,6.6999998,3,4.3000002,4.8000002,5.5,5.6999998,5.1999998,5.4000001,5.4000001,6.0999999,10.2,10,8.3999996,7.1999998,6.9000001,5.6999998,4.8000002,7.5,7.8000002,8.1999998,7.6999998,7.5999999,8,8.1000004,8.6000004,14.4,15.6,13,11.3,11.3,9.5,3.2,4.8000002,6.1999998,7.3000002,6.5999999,5.8000002,5.8000002,5.9000001,6.5999999,11,10.1,8.1999998,6.8000002,6.3000002,5,6.4000001,8.1999998,9.1000004,10.4,11.4,10.6,10.3,11,10.7,14.2,15.1,13.8,12.7,13.6,11.2,5.8000002,7.8000002,8.6000004,10,10.6,10.4,10.8,10.5,11.1,16.700001,16.200001,13.7,13.1,13.3,11.3,3.9000001,6.0999999,7.5,8.1999998,7.8000002,7.5,7.6999998,8,9.3999996,17.4,16.299999,13.2,11.6,11.4,9.6000004,3.0999999,3.8,4.9000001,5.6999998,5.4000001,5.1999998,5.1999998,5.5,6,9.3000002,10.4,9.1999998,8,7.6999998,6.6999998,3.8,5.5,6.3000002,7.3000002,7.3000002,7.0999999,7.5999999,8,9.6999998,15.5,13,10.4,8.3999996,7.9000001,6.5,2.4000001,3.5,4.5,5.0999999,5,5.1999998,5.1999998,5.3000002,6.3000002,11.9,11.2,9,7.9000001,7.4000001,6.4000001,6.1999998,6.8000002,7.5,7.8000002,7.5,7.6999998,7.8000002,9.1000004,9.1000004,13.3,13.4,12.2,10.9,10.4,8.5,7.6999998,9,9.5,9.5,9.8000002,10.1,9.8999996,10.1,11.5,14,14.6,13.1,12.1,12.3,11.2,3.3,5,6.0999999,6.8000002,6.8000002,6.5999999,7,7,8.1000004,15.8,13.9,11.1,9.8000002,9.5,7.9000001,5.5,6.5999999,7.6999998,8.8000002,8.6999998,8,8.6999998,8.5,8.6999998,13,13.1,12,10.8,10.7,8.6000004,4.5,5.6999998,7,6.5999999,6.0999999,5.8000002,6.3000002,6.3000002,6.8000002,10.4,9.8000002,8.8999996,8.1000004,8.1999998,7.0999999,5,9.5,11.3,11.2,9.3000002,7.8000002,8.1999998,7.8000002,8.3000002,13.3,12.6,11,9.6999998,9.1999998,7.5999999,4.4000001,5.5999999,6.1999998,6.8000002,7.0999999,7.3000002,7.6999998,7.5999999,8.3999996,12.9,12.6,11.3,10.1,10.1,8,4.3000002,5.6999998,6.3000002,6.1999998,5.8000002,5.3000002,6.5999999,5.8000002,6.1999998,11.9,11.6,9.1000004,8,7.8000002,6.9000001,3.3,4.4000001,5.5,6.4000001,6.3000002,5.9000001,5.8000002,5.5999999,6.0999999,9.6999998,9.8000002,8.3999996,7.8000002,7.8000002,6.0999999,4.5999999,7.0999999,7.4000001,8,7.9000001,7.5,8,8.6000004,10.2,15.6,12.7,10.9,9.6999998,9.3000002,7.8000002,3.2,4.5999999,5.3000002,6.0999999,6.0999999,6.1999998,6.6999998,6.8000002,8.5,14.6,11.7,9.5,7.6999998,7.4000001,6.0999999,4.1999998,6.3000002,7.5999999,8,7.9000001,8.6999998,13.3,11.7,11.3,16.6,14.1,11.6,10.2,9.6999998,7.5999999,8.3000002,10.5,10.8,11.9,12.1,12.1,12.3,13.2,13.7,20.700001,20.200001,18.1,16.200001,16.200001,13,4.1999998,6.1999998,8,9,7.5999999,7,7.0999999,7.3000002,8.3999996,14.9,14.5,11.4,10,10,7.6999998,4.6999998,6.4000001,8.1000004,8.8000002,7.8000002,7.5,7.4000001,8,8.8000002,13.9,12.7,10.6,9.1999998,8.8999996,7.1999998,2.5999999,4.0999999,5.1999998,5.5999999,5.6999998,5.5,5.6999998,5.8000002,6.5999999,13,11.8,9.5,8.1999998,7.8000002,6.5,6,7.4000001,8.6999998,9.5,8.3999996,8.1000004,8.6999998,8.3999996,10.2,16.1,16.200001,14,12.6,12.5,10.1,5.5,7.5999999,8.3999996,9.3000002,8.6000004,7.6999998,8.3999996,8.5,9.1000004,13.5,14.5,12.8,11.4,11.9,9.8999996,6.5,7.6999998,7.5999999,7.9000001,7.5999999,7.4000001,8.1999998,8.3999996,9.1000004,15.8,16.700001,16.200001,13.4,13.9,11.5,4.5999999,6.9000001,7,8.1000004,8.6000004,7.5999999,7.5999999,8.1000004,9.3000002,15.3,13.6,11.4,10,10,8.6000004,6.3000002,9,11,11.5,11,10.6,10.8,10.6,12.6,21.299999,19.6,17.799999,15.6,15.7,11.9,4.1999998,6.0999999,7.5,8.3000002,7.5999999,7.0999999,8.5,9.3000002,9.8999996,14.7,14.2,12.2,10.7,10.5,8.1999998,2.7,4.3000002,5.5,6,5.5,5.1999998,5.5,5.6999998,6.8000002,12.5,10.3,8,6.5999999,6.0999999,4.8000002,8.5,9.6999998,10.5,11.3,11.4,11.3,12.4,12.7,13.4,18.700001,17.4,16.1,14.5,14.8,12.9,5.5999999,6.8000002,7.9000001,8.6999998,8.5,8.5,9.5,9.8000002,10.9,15.1,16.6,14.8,13.4,14,11.5,4.1999998,5.9000001,7.1999998,9,8.6000004,8,7.6999998,7.1999998,8.3000002,12.5,12.2,10.2,9.1999998,9.1000004,7.5,3.8,6,7.3000002,8.5,7.8000002,7.6999998,7.9000001,8.3999996,9.6999998,17.700001,16.4,13.1,11.8,11.5,9.6000004,3.4000001,6.3000002,6.5,7.3000002,6.5999999,6.5,6.6999998,6.4000001,8.5,14.7,12.5,10.9,8.8999996,7.8000002,5.9000001,4.6999998,6.9000001,8.1999998,9.6999998,9.1000004,8.1999998,8.8000002,9.1000004,10.9,17.5,15.4,12.2,10.5,10.6,8.6000004,8.3000002,9.3000002,10.1,11,10.9,10.7,10.9,10.9,11.1,14.6,13.6,13.3,12.6,12.9,11,4,5.6999998,6.5999999,7.5,7.8000002,8,8.3999996,8.3000002,9.6000004,14.9,12.9,10.7,9.6000004,9.3999996,7.5999999,4.6999998,6.8000002,8.1000004,9,8.8000002,8.1999998,8.8000002,8.5,10,15.9,14.7,12,10.6,10.6,8.6000004,4.0999999,5.5,6.3000002,7.0999999,7.0999999,7,6.9000001,7,8,12.8,13.5,11.5,10.5,10.2,8.1000004,2.4000001,3,3.7,4.0999999,4.3000002,4.5,4.8000002,4.9000001,5.5999999,8.6000004,8.1000004,6.8000002,6,5.9000001,4.9000001,3.9000001,5.6999998,7.1999998,8.6999998,8.6999998,8.3000002,8.1999998,8.3000002,9.3000002,16.200001,15.5,12.9,11.7,11.5,9.6000004,5.5,8.6000004,7.9000001,9.1000004,8.3000002,7.6999998,8.3999996,8.6999998,10.8,17.6,14.4,12.2,11,11.2,8.6000004,6.1999998,6.4000001,6.5,7,6.9000001,6,5.9000001,6.8000002,8.1000004,10.3,10.4,9.6000004,8.1000004,7.4000001,6.6999998,2.7,3.5,4.4000001,4.8000002,4.5,3.9000001,3.9000001,4.5,5.5,8.3999996,8,6.8000002,5.9000001,5,4.1999998,5,5.3000002,5.4000001,6,5.8000002,5.4000001,5.0999999,5.6999998,6.8000002,8.6000004,7.9000001,7.0999999,5.8000002,5.5,4.8000002,4.6999998,4.5999999,4.8000002,5.5,5.8000002,5.3000002,5.1999998,6,6.9000001,8.6000004,8.1999998,8.1999998,7,6.1999998,5.3000002,3.5,4.3000002,5,5.4000001,5.3000002,4.6999998,4.4000001,5,6.0999999,8.5,8.6999998,7.5999999,6.4000001,5.9000001,5.0999999,4.3000002,4.3000002,4.1999998,4.6999998,4.9000001,4.5999999,4.3000002,4.6999998,5.5,5.6999998,6.5,6.4000001,5.1999998,5.4000001,4.5,2.8,3,3.5999999,3.9000001,3.9000001,3.3,3.3,3.7,4.4000001,6.4000001,6.4000001,5.4000001,4.8000002,4.0999999,3.4000001,3.8,4.0999999,4.5999999,5.4000001,4.9000001,4.3000002,4.4000001,4.8000002,6,7.3000002,6.9000001,5.9000001,5.5999999,5.1999998,4.5999999,4.9000001,5.6999998,6.1999998,6.4000001,6.4000001,5.8000002,5.1999998,5.6999998,6.6999998,8.5,8.3999996,7.5999999,6.9000001,6,5.3000002,2.4000001,3.2,4.0999999,4.3000002,4,3.4000001,3.3,3.9000001,4.9000001,7.1999998,6.6999998,5.5,4.8000002,4.3000002,3.5999999,5.5,5.6999998,6,7,7.1999998,6.1999998,6.3000002,7.0999999,8.6000004,10.6,10.6,10,8.8999996,8.1999998,7.0999999,5,4.9000001,4.6999998,5.1999998,5,4.0999999,3.8,4.3000002,5.1999998,7.6999998,7.3000002,6.3000002,5.3000002,5.0999999,4.5,3.7,4.5,5.3000002,5.8000002,5.4000001,4.8000002,4.8000002,5.8000002,6.8000002,9.8999996,8.8999996,7.5999999,6.5999999,5.5999999,4.6999998,3.2,3.3,3.5,3.5999999,3.7,3.4000001,3.2,3.4000001,3.7,4.8000002,5.5,5.5,4.8000002,4.3000002,3.4000001,9.5,9.8000002,10.4,11.2,11,10.1,9.8000002,10.3,11.4,14.7,13.1,11.9,10.5,10.6,10.5,4.0999999,4.6999998,4.8000002,4.9000001,4.8000002,4.4000001,4.4000001,4.8000002,5.5999999,7,7.1999998,6.9000001,6.1999998,5.8000002,5.6999998,4.8000002,3.8,4.1999998,4.5999999,4.6999998,4.3000002,4.4000001,4,5.3000002,6.3000002,6.5,6.0999999,6.5,5.8000002,5.1999998,4.0999999,4.4000001,5.1999998,5.8000002,5.4000001,4.9000001,4.9000001,5.5999999,6.9000001,9.6000004,9.5,8.6999998,7.6999998,6.9000001,5.9000001,2.4000001,3.0999999,3.9000001,4.3000002,4.0999999,3.5999999,3.5,4.0999999,4.9000001,7.1999998,7,6.0999999,5.1999998,4.5,3.8,3,3.4000001,3.9000001,4.4000001,4.3000002,3.9000001,3.7,4.3000002,5.1999998,7.4000001,6.9000001,6,5,4.6999998,4.1999998,3.4000001,3.5999999,3.7,3.9000001,3.9000001,3.8,3.8,4.4000001,5,6.5999999,6.8000002,6,5,4.4000001,3.7,3.8,4.3000002,4.3000002,5.1999998,5.6999998,4.8000002,4.5,5.1999998,6.1999998,9.1999998,8,7.0999999,5.8000002,5.4000001,5.1999998,3.2,3.5999999,4.1999998,5,5,4.1999998,4.0999999,5.0999999,6.0999999,8.1000004,7.5,6.5999999,5.5,5,4.4000001,3.5,4.5999999,4.9000001,5.4000001,5.3000002,4.6999998,4.4000001,4.9000001,5.6999998,8.3999996,7.6999998,6.5999999,5.8000002,5,4.3000002,3.0999999,3.4000001,4.5,4.8000002,4.9000001,4.4000001,4.3000002,4.9000001,5.6999998,7.5999999,7,6,5.1999998,4.6999998,3.9000001,5,5.5,6.1999998,6.1999998,5.9000001,5.5999999,5.1999998,5.9000001,7,8.3000002,7.9000001,6.9000001,6.0999999,5.6999998,5,2.7,3.5,4.4000001,4.6999998,4.4000001,3.7,3.5999999,4.0999999,4.9000001,7.3000002,7,6.0999999,5.1999998,4.5999999,3.8,4.0999999,4.4000001,4.8000002,5.3000002,5.1999998,4.5,4.3000002,5.0999999,5.8000002,7.9000001,7.6999998,6.9000001,5.8000002,5,4.4000001,5,5.0999999,5.1999998,6,5.9000001,5.4000001,5.5,6.4000001,7.5999999,9.8999996,9.8999996,9.1999998,8,7.1999998,6.4000001,3.4000001,4.1999998,5.1999998,5.6999998,5.3000002,4.8000002,4.9000001,6,6.9000001,10,9.6000004,8.3000002,7,6,5.0999999,5.8000002,6.1999998,6.1999998,7.5,7.4000001,5.9000001,6,7.1999998,7.9000001,10.8,10.2,9.1000004,7.8000002,7.5999999,6.5999999,3.0999999,3.3,3.5999999,4.1999998,3.7,3.4000001,3.9000001,3.9000001,4.1999998,5.4000001,5.8000002,5.4000001,4.5,4.0999999,4.1999998,4.8000002,6.4000001,7.4000001,8.1000004,7.5999999,6.6999998,7,8.3000002,10.3,13,11.2,10,9,8.1000004,7.5,3.3,3.5,4.0999999,4.4000001,4.5,4.0999999,3.9000001,4.3000002,5,6.6999998,6.6999998,6,5.1999998,4.6999998,4.1999998,5.5999999,5.1999998,5.9000001,7.5,6.6999998,5.1999998,5.4000001,5.6999998,5.6999998,7.1999998,7.5,6.8000002,5.8000002,6,4.9000001,5.3000002,5.5999999,6,6.5,6.3000002,6.0999999,6.5999999,7,7.6999998,9.3999996,8.6999998,8.3999996,8,8.3000002,8.5,3.5,4,3.7,4.4000001,4.4000001,3.9000001,3.7,4.0999999,4.8000002,6.0999999,6.6999998,6.0999999,5,5.5999999,4.8000002,4.1999998,5.1999998,4.8000002,4.6999998,4.8000002,4.3000002,4.0999999,4.5,5.3000002,9.1000004,8.3000002,6.9000001,6,6.1999998,4.5999999,4.0999999,4.5,4.5999999,4.5999999,4.8000002,4.5,4.5999999,5,6,7.5999999,6.5,6.1999998,6.0999999,5.6999998,4.8000002,3.9000001,5,5.9000001,6.3000002,5.6999998,5.4000001,5.4000001,6.0999999,7.4000001,10.6,8.8999996,7.5999999,6.5,6.0999999,5.4000001,3.7,3.5,3.7,4,4.0999999,3.5999999,3.5999999,4.5,5.0999999,5.8000002,5.5,5.1999998,4.6999998,4.5999999,4.3000002,2.9000001,3.7,3.9000001,4.3000002,3.8,3.3,3.3,3.8,4.4000001,5.8000002,5.5999999,5.3000002,4.4000001,4.0999999,3.5999999,3.3,3.5999999,4.3000002,4.5999999,4.5999999,4.0999999,4,5,6,9.5,9,7.5999999,6.8000002,5.5999999,4.5999999,5.8000002,5.5999999,5.9000001,5.3000002,5.8000002,5.5,5.5,6.6999998,7.1999998,7.8000002,8.3000002,7.5999999,6.9000001,5.8000002,5.6999998,8,7,7.6999998,8.3000002,7.6999998,7.0999999,6.8000002,8,7.9000001,9.8000002,9.3000002,8.3000002,7.6999998,7.5999999,6.8000002,3.5,3.9000001,4,4.6999998,4.9000001,4.0999999,4.1999998,4.4000001,4.9000001,7.5,7.3000002,6.5999999,5.5999999,5.3000002,4.6999998,4.3000002,4.8000002,5.0999999,5.6999998,5.5999999,5.0999999,5.0999999,5.9000001,6.5999999,9.5,8.8000002,7.6999998,6.5999999,5.5,4.5999999,4.5,5.4000001,6.4000001,7.4000001,7.1999998,6.6999998,6.6999998,7.5999999,9,12.5,11.1,9.6000004,8.3000002,7.5,6.6999998,4.6999998,5.4000001,5.6999998,6.1999998,5.8000002,5.4000001,5.5,6.1999998,7.5999999,11,9.5,8.1999998,7.0999999,6.6999998,6.3000002,2.9000001,3.4000001,4,4.5,4.5,3.8,3.8,4,4.5999999,6.1999998,6.0999999,5.6999998,5,4.5,3.8,3.8,3.7,3.8,4.4000001,4.4000001,4.0999999,3.9000001,4.3000002,5.0999999,5.6999998,6.8000002,6.1999998,5.1999998,5.3000002,4.9000001,2.7,3,3.5999999,3.8,3.7,3.2,3.0999999,3.5999999,4.3000002,6.3000002,6.0999999,5.0999999,4.5999999,3.7,3.0999999,3.0999999,3.4000001,3.3,3.8,3.9000001,3.3,3.0999999,3.5,4.1999998,5.1999998,5.5999999,5.3000002,4.3000002,4,3.4000001,4.5,4.3000002,4.8000002,5.4000001,5,4.5999999,5,5.0999999,5.5999999,6.4000001,6.9000001,6.6999998,5.9000001,5.6999998,5,2.7,2.8,3.8,4.3000002,4,3.5,3.4000001,3.8,4.4000001,6.0999999,5.9000001,5.3000002,4.4000001,4,3.5,4.1999998,4.4000001,5,5.5,5.1999998,4.8000002,4.9000001,5.3000002,6.0999999,8,7.1999998,6.4000001,5.5999999,5.1999998,4.5,6,5.0999999,5.8000002,6.0999999,6.5,5.5,5.5,6.9000001,7.0999999,8.8000002,9,7.6999998,6.5999999,6.3000002,5.1999998,5.3000002,6.1999998,6.4000001,6.9000001,6.8000002,6.5999999,6.5,7.5999999,8.6000004,11.2,9.8000002,8.8000002,7.5,6.9000001,6.1999998,3.4000001,3.4000001,3.2,3.9000001,4.3000002,3.5999999,3.3,3.7,4.4000001,6.3000002,6.5999999,6.5,5,4.5999999,3.8,4.8000002,4.9000001,5.5999999,5.0999999,5.3000002,4.5,4.5999999,4.5999999,5,5.9000001,6.5999999,7,6.1999998,5.4000001,4.5999999,3,3.5999999,3.9000001,4.0999999,4.0999999,3.9000001,3.9000001,4.4000001,5.3000002,7.0999999,7.0999999,5.9000001,4.6999998,4.3000002,3.5999999,2.9000001,3.5,4.4000001,4.8000002,4.6999998,3.9000001,3.9000001,4.4000001,5.3000002,7.5999999,7.5,6.5999999,5.6999998,4.9000001,4,7.5,7.0999999,8.3999996,7.9000001,7.8000002,6.8000002,6.6999998,8.1000004,7.9000001,10.1,9.6000004,8.1000004,7.1999998,6.6999998,5.8000002,3.2,4,4,4.5,4.5,3.9000001,4.0999999,4.6999998,5.4000001,6.6999998,6.6999998,6,5.5,5.5,4.4000001,4,5,4.9000001,5.4000001,5.6999998,4.9000001,4.9000001,5.1999998,5.8000002,7.8000002,8.1000004,7.3000002,6.8000002,6.5,5.5,3.0999999,3.5999999,4.5,4.8000002,4.8000002,4.5,4.3000002,5,5.9000001,8.5,7.8000002,6.5999999,5.8000002,4.9000001,4.0999999,2.7,2.5999999,3,3.5,3.4000001,3,2.8,3.2,3.9000001,5.3000002,5.0999999,4.1999998,3.5999999,3.2,2.5,3.7,3.5,5.3000002,7.3000002,4.5,5,6.3000002,6.3000002,4.9000001,7.5999999,6.4000001,5.3000002,4.6999998,4.4000001,3.7,4.4000001,5.6999998,5.5999999,6.1999998,5.8000002,5,5,5.5999999,6.3000002,9.1000004,8.1000004,7.3000002,6.5,6,5.0999999,2.5999999,3.3,4.0999999,4.3000002,4,3.5,3.5,4,5,7.3000002,6.9000001,5.8000002,5,4.4000001,3.5999999,3,3.8,4.6999998,5.0999999,5,4.3000002,4.3000002,5,6.1999998,9.1000004,8.3999996,7.0999999,6.1999998,5.3000002,4.5,3.3,3.9000001,4.4000001,4.9000001,5,4.1999998,4.1999998,5,6.3000002,7.9000001,7.9000001,6.9000001,6,5.5,4.5999999,3.0999999,3.8,4.4000001,4.8000002,4.5999999,4.3000002,4,4.5999999,5.5999999,7.8000002,7.1999998,6.3000002,5.4000001,4.9000001,4.0999999,2.9000001,3.8,4.5,4.9000001,4.5999999,4.0999999,4,4.3000002,5.0999999,8.6000004,7.8000002,6.5,5.4000001,4.5999999,3.8,3.5,3.4000001,3.7,3.9000001,3.9000001,3.5999999,3.4000001,3.7,4.6999998,5.3000002,5.5999999,4.9000001,4.1999998,3.7,3.2,3.9000001,4.5,4.9000001,5,5.0999999,4.5,4.3000002,5.1999998,6.0999999,7.1999998,8.1000004,7.0999999,6.1999998,5.8000002,4.8000002,3.9000001,4.5,4.9000001,5,5.1999998,5.0999999,5.1999998,5.4000001,6.5,8.8999996,7.8000002,6.8000002,5.8000002,5.3000002,4.6999998,4.8000002,4.5999999,4.4000001,4.5999999,4.4000001,3.8,4.3000002,5.1999998,5.5,6.5999999,6.1999998,6,5,5.0999999,4.5999999,2.9000001,3.3,3.8,4.4000001,4.4000001,4.0999999,4,4.4000001,5,7.5999999,7.0999999,6.1999998,5.1999998,4.5999999,4,5.1999998,5.9000001,6.0999999,6.5999999,6.5,6.6999998,6.8000002,7.4000001,8.1999998,10.9,10.2,9,7.8000002,7,6.1999998,3,3.7,4.5999999,4.6999998,4.5999999,4.4000001,4.0999999,4.6999998,5.4000001,8.1999998,7.5,6.3000002,5.8000002,5.5,4.8000002,2.5,3,3.8,4.1999998,4.0999999,3.5,3.5,4,5,7.1999998,6.6999998,5.9000001,5.0999999,4.4000001,3.5999999,3.4000001,3.5,4,4.9000001,4.5999999,4.0999999,4.4000001,5,6.5,8.8000002,7.3000002,6.3000002,5.5999999,5.3000002,4.9000001,3.0999999,3.9000001,3.9000001,3.9000001,3.8,3.7,3.7,3.8,4.4000001,5.4000001,5.5,5.5999999,4.6999998,4.0999999,3.4000001,3.0999999,3.7,4.0999999,4.6999998,4.4000001,3.5999999,3.5999999,4.1999998,4.8000002,7.6999998,6.9000001,5.8000002,4.9000001,4.4000001,3.7,3.2,3.8,4.9000001,5.0999999,4.9000001,4.3000002,4.3000002,5.0999999,6.0999999,8.8999996,8,6.8000002,5.9000001,5,4.1999998,4.3000002,5.3000002,4.6999998,5.5999999,5.0999999,4.1999998,4.0999999,4.3000002,5.0999999,6.4000001,6.3000002,5.6999998,5,4.9000001,4.1999998,6.3000002,6.5999999,7.3000002,8.5,7.5,9.1000004,6.8000002,6.4000001,6.5,9.1000004,11.5,10.8,9.8999996,9.3999996,8.3999996,4.9000001,5.5999999,7.9000001,7.4000001,6.5999999,7,7.1999998,6.9000001,7.5999999,11.9,11.5,10.9,8.6999998,7.8000002,6.6999998,5.3000002,5.1999998,6.8000002,8.6000004,6.5999999,8.3000002,6.0999999,6.3000002,7,10.6,11.9,11.5,10,9.1999998,8,7.0999999,7.0999999,7.3000002,7.8000002,7.9000001,8.1999998,7.6999998,7.5,8.8999996,13.3,12.5,11.2,9.8000002,9.3999996,8.6999998,6.5,6.9000001,11.1,10.7,9.1999998,9.8999996,8.8999996,9.3000002,11,14.2,12.5,12.4,10.6,10.5,9.3999996,7.1999998,7,9.8999996,8,8.1999998,9.1000004,8.1999998,8,8.3999996,10.6,11.4,11.1,10.6,10.8,9.6000004,5.6999998,8.1999998,7.6999998,7.4000001,6.8000002,7.0999999,7.5999999,8.1000004,8.8000002,11.1,9.1999998,8.6999998,8.3000002,8.5,7.5,5.6999998,5.8000002,7,6,5.9000001,6.9000001,5.8000002,6.3000002,7,10.7,13.1,12.2,11,10.6,9.5,5.3000002,10.1,9.6999998,8.6999998,8.1000004,9.1000004,8.6999998,10,10.7,13.3,12,11.4,10.2,10.7,9.6999998,7.5,9.1000004,12,10.9,8.1000004,7.5999999,7.4000001,7.5,7.9000001,12.2,11.8,10.2,9.1000004,8.6000004,8.1000004,9.1000004,7.9000001,9.6999998,10.6,10.4,11.7,10.7,10.9,10.7,15.6,16.700001,15.9,15.4,17.1,14.6,8.1999998,9.3000002,13.7,9.3000002,7.5999999,7.5999999,6.0999999,7.3000002,7.5999999,11.1,12.6,11.8,10.8,10,9,6.0999999,8.1000004,9.3000002,9.6999998,9.1999998,10.5,10.7,14.8,12.8,17.700001,16.4,14.9,14.1,15.5,13.3,7.5999999,7.3000002,8.8000002,8.3000002,9,10.3,9.3000002,8.8999996,9,12.1,13.7,13.8,12.6,13,11.8,6.1999998,5.6999998,7.0999999,6.3000002,6.8000002,8,6.8000002,7.4000001,7.0999999,10.2,11.4,11.5,11,10.6,8.8999996,5.5,5.0999999,5.9000001,5.5,5.5,6.6999998,5.5999999,5.3000002,5.9000001,8.1999998,10.1,9.3000002,8.5,7.9000001,6.5999999,2.4000001,2.8,3.7,3.7,3.5999999,4.0999999,4,3.9000001,4.5999999,7.0999999,7.5,7.1999998,6.5,5.9000001,5.4000001,4.8000002,4.3000002,5.5999999,5.3000002,5.5,6.1999998,5.0999999,5,5.5999999,7.8000002,9.8000002,10.1,9,8.5,7.4000001,6.5,7.0999999,8.3999996,8.6000004,7.9000001,8.6999998,6.5999999,6.9000001,7.5,11.1,11.4,10.8,9.8000002,9.3000002,8.3999996,7.5,8.1999998,9.1999998,10.1,8.8999996,8.8000002,9,7.0999999,7.4000001,10,11.5,12.1,10.2,9.5,8.1999998,8.5,7.5,9,9.3000002,9.1999998,9.1999998,7.4000001,7.5,9,11.6,11.9,12.1,11.2,10.2,8.8999996,5.5,6.3000002,6.6999998,6.0999999,6.3000002,7.3000002,6.3000002,7.1999998,7.3000002,12.3,11.6,10.2,9.1999998,8.8999996,7.1999998,4.5999999,4.0999999,5.4000001,5.0999999,5,10.8,9.6000004,5.1999998,5.5,8,9,9.5,8.5,7.9000001,7.1999998,4.5999999,4.3000002,5.4000001,4.9000001,5,10.8,10,5.3000002,5.4000001,7.6999998,8.8000002,8.8999996,8.1999998,7.5999999,6.6999998,5,4.8000002,5.6999998,5.5,5.5,6.5,5.5999999,5.5,5.9000001,8.1999998,9.8000002,9.5,8.8000002,8.5,7.3000002,13.1,12.5,11.8,11.3,11,11.7,10.2,10.7,12.9,19.200001,19.6,17.9,16.5,16.799999,15,9.3000002,10.8,10,8.5,8.8000002,9.8999996,8.8999996,8.8000002,9.6000004,12.6,17.200001,18.5,19,17.299999,15.9,10.1,11.6,11.6,10.8,10.2,11.6,9.6000004,7.5999999,8.6000004,11.5,16.200001,20.200001,17.6,20.4,17.6,5.1999998,5.3000002,6.0999999,6.3000002,5.8000002,6.4000001,6.3000002,7.0999999,8,11.5,11.3,10,8.3999996,8.1000004,7.1999998,5.6999998,5.6999998,6.8000002,6.1999998,5.8000002,9.8999996,7.8000002,5.4000001,5.6999998,8.3000002,9.5,10.4,9.5,8.8999996,8,5.8000002,5.9000001,8,7.4000001,7.9000001,7.6999998,5.8000002,6,7,10.6,12.2,11.5,10.2,10,8.5,11.9,11.8,12,13,13.2,14.7,12.3,13.1,13.1,16.700001,18.799999,18.6,17.4,19.299999,16.1,9.8000002,7.8000002,7.6999998,7.6999998,7.6999998,8.8999996,7.4000001,7,6.8000002,10.4,14.1,13.9,12.9,12.7,10.3,4.4000001,4.5,5.5,5.4000001,5.1999998,5.6999998,4.5999999,4.5999999,5.1999998,7.4000001,9.1000004,8.6000004,7.5999999,7.0999999,6.1999998,8.1999998,7.8000002,9.5,9,8.5,9.1999998,8.1999998,7.8000002,8.1000004,12.6,14.7,14.2,13.1,12.9,12.8,4.3000002,3.8,4.9000001,5.5999999,5.1999998,5.0999999,4.5,4.6999998,5.1999998,8,9.3000002,8.6000004,7.6999998,7.1999998,6.4000001,4,3.5,4.4000001,4.1999998,4.1999998,5.3000002,4.0999999,4.1999998,4.5999999,6.6999998,7.1999998,7.0999999,6.5,5.9000001,5.0999999,5.5999999,5.5,6.5,6.9000001,6.5999999,7,6.1999998,6.3000002,6.6999998,9.5,10.7,10.2,9,8.3999996,7.5,7.5999999,7.5,7.0999999,6.6999998,6.8000002,8.1000004,7.4000001,7.5,7.6999998,11.1,11.9,11.6,10.3,9.3000002,8.3999996,6.3000002,5.8000002,6.1999998,5.8000002,6.5999999,7.3000002,6.6999998,6.3000002,6.6999998,9.1999998,9.6999998,9.6999998,9.1999998,8.6000004,7.0999999,4.4000001,4.9000001,6,6,5.5999999,6.1999998,5.9000001,6.0999999,6.9000001,10.5,10.4,9.6000004,8.3000002,8,7.1999998,8.8000002,9,9.6999998,10.3,9.1999998,9.6000004,8.3999996,7.9000001,8.8000002,12.5,15.3,14.9,14,14.3,12.6,5.4000001,5.4000001,7.0999999,6.1999998,6.1999998,7.3000002,5.9000001,6.4000001,7.1999998,10.3,10.5,9.8000002,8.6000004,7.8000002,6.5999999,5.5,6.4000001,8.1999998,7.3000002,6.6999998,7.5,6.5999999,7.4000001,7.5999999,10.6,11.8,10.5,9.1000004,9.3999996,8.6999998,4.0999999,3.8,4.8000002,4.5,4.8000002,5.0999999,4.5,4.6999998,5.0999999,6.9000001,7.4000001,6.9000001,6.1999998,5.9000001,5.3000002,5.9000001,5.5999999,5.9000001,6,6.6999998,8.1999998,6.3000002,6.3000002,6.9000001,10.2,12.2,10.7,10.2,9.5,8.3000002,4.1999998,6.3000002,8,8,7.6999998,8.5,7.5999999,7.4000001,8,11.8,12.1,11.7,10.9,10.2,8.6999998,7,7.9000001,8.1999998,8,7.5,8,8.6000004,9.1999998,9.6000004,13.8,13.1,12,11.1,11.8,10.1,6.3000002,8.6999998,11.2,9.1000004,7.6999998,7.9000001,8.8999996,9.1000004,8.6000004,13.9,13.8,12.4,11.7,11.4,9.1999998,5.3000002,5.5,6.5,5.3000002,5.6999998,5.9000001,4.9000001,5,5.3000002,9.3000002,10.4,9.3000002,8.3999996,7.8000002,6.8000002,5.5,5.5,6.6999998,5.5999999,5.5999999,6.1999998,5.5999999,5.5999999,6.5,9.1999998,10.1,9.1999998,8,7.5,6.6999998,8.8000002,10,9.5,9.5,12,12.2,11.3,12.4,13.5,18.6,15.8,14.5,13.1,13.5,12.5,5.0999999,4.8000002,5.6999998,5.6999998,5.5999999,6,5.5999999,6.5,6.1999998,8.8000002,10.2,9.6000004,8.3999996,8,7.1999998,6.9000001,7.6999998,8.3000002,8.8999996,9.1000004,8.6000004,7.5999999,7.9000001,8.3000002,12.2,13.5,13.2,12.1,12,10.6,5,4.4000001,5.4000001,5.3000002,5.5,9.1999998,6.5999999,5.9000001,6.5999999,9,9.5,9.3000002,8.1999998,7.5,6.6999998,6.0999999,5.6999998,7.1999998,7.3000002,7.3000002,8.1999998,6.5999999,6.6999998,8.1000004,10.7,13.6,13.2,11.5,10.5,9.1999998,6.3000002,6.3000002,7.5,6.5,7.0999999,8.6999998,6.5,6.5999999,6.9000001,10.1,11.6,11.6,10.5,9.8999996,8.3000002,4.5,5.3000002,5.6999998,5.6999998,5.1999998,5.9000001,5.8000002,6.4000001,7.6999998,10.2,10.2,9.3000002,7.8000002,7.5,6.8000002,5.0999999,5.0999999,6.1999998,6.3000002,7.1999998,7.5999999,7,7.5,8,12.9,11.8,10.4,8.6000004,8.5,7.5,7.1999998,8.3000002,8.3999996,8.3999996,9.8999996,9.1999998,8.1999998,8.1999998,8.8000002,12.4,14.9,14.9,13.9,14.9,13.1,3.5,3.4000001,4.1999998,4.0999999,4,4.5,4,3.9000001,4.0999999,6,6.9000001,6.4000001,5.6999998,5.3000002,4.5999999,4.6999998,4.9000001,6.1999998,5.4000001,5.0999999,5.5,5.1999998,4.9000001,5,7,8,8.3999996,7.5999999,6.5999999,5.5,9.8000002,9.6000004,10.1,9.1000004,10.6,11,9.1999998,8.1999998,8.5,10.8,14.5,14.6,13.6,13.1,11,4.8000002,4.9000001,5.5999999,5.5,5.1999998,6,5.5,5.5,5.8000002,8.6000004,9.3999996,9.1000004,8.1999998,7.5,6.4000001,4.6999998,5,5.3000002,4.8000002,5.3000002,6,5.4000001,5.4000001,6.4000001,9.1000004,9.1000004,8.1999998,7.3000002,6.8000002,5.8000002,5.5,4.6999998,5.5999999,5.5999999,5.5,7.6999998,7.4000001,5.5999999,5.8000002,7.9000001,10.6,10.8,10.3,9.6000004,8.6000004,8.8000002,10.5,10.5,9.3000002,9,10.1,9.1000004,9.5,10.2,12.7,15.4,15.1,14.4,14,12.5,8.1000004,9,9.3999996,8.8999996,9.3999996,9,7.4000001,7.6999998,8.3000002,11.2,12.2,12.1,11.3,11.2,9.3000002,3.5999999,4.4000001,5.5,6.0999999,5.9000001,6.5,6.5,6,6.6999998,10.7,10.8,10.4,9.1999998,9,8.5,5.5999999,6.0999999,7.5,8,6.9000001,6.8000002,6.6999998,7,9.8999996,14.7,13.5,11.8,10.1,9.8999996,8.3000002,7,7.4000001,9.8000002,9.3000002,7.9000001,8.5,7.0999999,7.9000001,8.8000002,12.5,12.7,12.1,10.3,9.3000002,7.6999998,5,6,7.0999999,10.9,8.8000002,10.2,8.1000004,7.9000001,10.5,14.5,13.7,14.5,12.3,12.5,11.8,4.4000001,4.9000001,6.5,6.5999999,6.1999998,6.4000001,5.9000001,6.0999999,6.9000001,10.4,10.9,9.8999996,8,7.0999999,6.1999998,6.6999998,6.0999999,7.5,7,6.9000001,9,6.4000001,6.3000002,7.0999999,11.3,13,12,11.2,10.7,9.5,5,4.6999998,6.1999998,6.0999999,6,6.8000002,5.8000002,6.0999999,6.3000002,9.8000002,10.5,10.2,9,9,7.5999999,7.5999999,9.1000004,10.4,9,9.5,11,9.3999996,8.3999996,9.3999996,13.6,15.8,15.5,14.5,14.6,12.5,6.4000001,6.6999998,8.8999996,8.1000004,6.9000001,7.5,6,6.4000001,7.4000001,10.8,12.1,11.4,11.1,10.8,8.8999996,4.9000001,9,16.1,11.4,8.3000002,7.9000001,8,8.1000004,9.1999998,13.7,11.5,10.4,9.1000004,9.6000004,8.6000004,8.3999996,7.5999999,8.8999996,9.3999996,8.6000004,12.2,7.9000001,8.3999996,7.9000001,10.8,13.8,13,12.3,12.5,11.4,6.6999998,9.8000002,9.8000002,8,7.5999999,7.4000001,6.6999998,6.5999999,7.4000001,16.799999,17,13.3,11.5,11.1,10,5.8000002,6.4000001,7,8.3999996,8.8000002,8.6999998,7.5,7.6999998,8.5,14.1,13.6,11.8,10.1,10.1,9.1999998,7.0999999,6.8000002,7.3000002,7.8000002,8.6000004,9.6000004,8.3000002,7.5999999,8.6999998,11.7,12.2,12,11.2,11.1,10,3.0999999,4.3000002,4.4000001,4.9000001,5,4.1999998,4.3000002,4.8000002,5.3000002,6.5999999,8.6999998,8.6000004,7,6.8000002,6.4000001,3.2,4.4000001,4.9000001,5,5.1999998,5.1999998,4.0999999,3.9000001,4.8000002,7.6999998,8.3000002,6.9000001,5.3000002,5.3000002,5.0999999,2.7,3.4000001,3.9000001,4,4.5999999,4.6999998,3.9000001,4.4000001,4.8000002,7.3000002,8.6000004,8.1999998,6.4000001,5.8000002,5.4000001,3.2,4.3000002,5.5,6.0999999,5.8000002,5.1999998,4.4000001,4.9000001,6.1999998,9.3000002,9.6000004,8.1999998,6.5,6.3000002,5.5999999,3.5,4.4000001,4.8000002,5,5.1999998,5,4.0999999,4.9000001,5.5,8.1999998,9.6999998,9,7.0999999,6.8000002,6.0999999,2.8,3.8,4.4000001,4.9000001,5.0999999,5,5.1999998,8.6999998,9.3000002,10.7,10.3,8.8000002,7.4000001,7.0999999,6.1999998,3.8,4.8000002,5.9000001,6.1999998,7.1999998,6.4000001,5.6999998,6.0999999,7.1999998,10.7,11,10.1,8.1999998,7.5999999,7,5.5,6.4000001,6.5999999,6.5999999,6.4000001,6.0999999,5.5,5.9000001,6.9000001,9.8999996,12.1,10.9,9.1000004,8.3999996,7.6999998,4.4000001,5.9000001,6.4000001,5.9000001,6,6.1999998,5.5,5.4000001,6.6999998,10.3,10.1,9,7,7.0999999,6.6999998,2.3,3,3.5,3.5,3.9000001,3.5999999,3.3,3.7,4.4000001,6.3000002,6.5,5.6999998,4.5,4.5,4.0999999,3.7,5.0999999,5.8000002,5.8000002,6.1999998,5.8000002,4.5999999,4.5,5.1999998,8.5,9.1999998,8.1000004,6.3000002,6.1999998,5.6999998,4.9000001,5.5999999,5.5,5.6999998,5.5,5.1999998,5.3000002,6.5999999,6.1999998,8.1000004,9.6000004,9,8.1999998,7.8000002,7,3.5,4.5,5.4000001,5.8000002,6,6,5.3000002,5.5,6.6999998,9.6999998,9.6000004,8.6999998,7,6.5999999,5.5,3,3.9000001,4.5,4.5999999,4.8000002,4.6999998,4.4000001,4.4000001,5.4000001,8.1000004,8.3000002,7.5999999,6.1999998,6,5.5999999,4.3000002,5.1999998,5.8000002,5.6999998,5.6999998,5.0999999,4.6999998,4.9000001,6.3000002,9.6999998,12,11.1,9.6000004,9.1999998,8.1000004,3.0999999,3.9000001,4.1999998,4.1999998,4.5999999,4.5,4.0999999,4.3000002,5.1999998,7.3000002,7.3000002,6.6999998,5.5,5.6999998,5.4000001,3.4000001,4.5,5.4000001,5.5,5.5999999,5.4000001,4.5999999,5.0999999,7.0999999,10.4,11.5,10.5,8.3000002,7.3000002,7.0999999,5.8000002,6.5,6.6999998,6.5999999,6.6999998,6.1999998,5.9000001,6.3000002,7.1999998,9.8000002,11.5,11.3,9.5,9.5,8.8999996,2.9000001,3.8,4.5999999,5.1999998,5.6999998,5.0999999,4.5999999,5,6,9.6000004,9.6000004,8.5,6.6999998,6.3000002,5.6999998,3.8,5,6,6.5999999,6.3000002,5.9000001,5.0999999,5.6999998,6.5,9.1000004,9.5,8.6999998,7.4000001,7,6.3000002,3.8,5.5,6.3000002,5.8000002,5.8000002,5.5,5,5.5999999,6.1999998,9.8000002,9.5,9,6.5,6.1999998,5.8000002,3,4.0999999,4.8000002,4.9000001,4.6999998,4.3000002,3.8,3.9000001,5,8.1999998,8.3999996,7.4000001,5.8000002,5.4000001,4.9000001,3.8,6.0999999,6.4000001,7.1999998,6.8000002,5.9000001,5,5.5,6.0999999,12,12.4,10,8.1000004,7.9000001,6.9000001,2.5999999,3.4000001,4.3000002,4.6999998,5,4.5999999,4.3000002,4.3000002,5.1999998,8.3999996,8.3999996,7.4000001,6.0999999,6,5.4000001,3.0999999,3.9000001,5.1999998,5.4000001,5.9000001,5.4000001,4.9000001,5.1999998,5.9000001,9.8000002,9.6999998,8.8999996,7,6.5999999,5.8000002,2.7,3.5,3.9000001,3.9000001,4,4.0999999,3.8,3.9000001,4.5,6.8000002,6.9000001,6.3000002,5.1999998,5.1999998,5,3.4000001,4.8000002,4.6999998,4.6999998,5.0999999,4.6999998,4.3000002,4.5,5.6999998,8.8999996,9.8000002,9,7.1999998,6.9000001,5.9000001,4.5999999,5.3000002,5.9000001,6.5,6.5,6,5.8000002,7,8.1000004,11,12.7,10.9,8.8000002,8.5,8,3.5999999,4.1999998,4.9000001,4.8000002,5.3000002,5.5,4.6999998,5.3000002,6.3000002,8.8999996,9.6999998,9.3000002,7.5,6.8000002,6,4.6999998,5.3000002,5.9000001,6,6,5.4000001,5.0999999,5.3000002,7.5999999,11.6,12.6,11,9.1000004,8.6000004,7.5999999,3.3,4.3000002,4.9000001,5.5,5.1999998,4.9000001,4.4000001,4.5,5.4000001,8.8999996,9.8000002,8.8999996,6.9000001,6.1999998,5.8000002,4.0999999,4.9000001,6.0999999,6.1999998,6.1999998,5.9000001,5.4000001,5.1999998,6.3000002,9.5,8.8000002,8,5.9000001,6,5.4000001,5,6.8000002,6.3000002,6.4000001,6.6999998,6.3000002,5.9000001,6.6999998,7.6999998,9.5,10.4,9.6999998,8.1999998,7.5,6.6999998,4.6999998,7.1999998,8.6000004,7.3000002,6,6.0999999,5.3000002,5.9000001,6.8000002,8.8999996,12.1,10.2,9.8000002,9.3000002,7.5999999,4.6999998,6.3000002,7,7.5,7.4000001,7.1999998,7,8,7.9000001,10.7,13.5,12.1,10.4,9.8999996,9,3.8,4.9000001,5.5,5.6999998,6,5.8000002,5.3000002,5.5999999,7.5,12,11.3,9.3999996,7.9000001,7.0999999,6.4000001,3.5999999,4.9000001,5.6999998,6.1999998,6.1999998,5.5999999,5.4000001,5.5,7.5999999,11.6,10.4,8.8000002,7.0999999,6.3000002,5.3000002,3.3,4.0999999,5,4.5,4.5999999,4.4000001,4,4.0999999,4.5,6.3000002,7.9000001,6.9000001,5.3000002,5.1999998,5.5999999,3,3.8,4.5,4.5,4.6999998,4.1999998,3.8,4,5.0999999,8.3999996,8.3000002,7.3000002,5.9000001,5.5,4.8000002,3.3,4.3000002,5.1999998,6.0999999,5.6999998,5.1999998,4.5999999,4.8000002,5.5999999,7.6999998,8,7.0999999,6.4000001,5.8000002,5.3000002,3.2,3.5999999,5,5.1999998,5.1999998,5.3000002,4.5999999,4.5999999,4.9000001,7.6999998,9.5,8.5,7.3000002,7.3000002,6.5,3.7,5.3000002,5.8000002,7.3000002,6.9000001,6.0999999,5.0999999,5.5999999,6.6999998,9.5,10.8,9.6999998,7.8000002,7.0999999,6.5,6.3000002,6.9000001,7,8.1999998,8.6000004,7.8000002,6.9000001,7.5,9.6999998,13.4,12.6,11.7,12,9.8999996,8.3000002,3.2,4.1999998,4.5999999,5.4000001,5,4.5,4,5,5,7.0999999,7.9000001,7.1999998,5.1999998,5.3000002,4.9000001,3.2,4.1999998,4.5,4.1999998,4.8000002,4.5,4.4000001,4.5,6,8.3999996,8.6999998,8.1999998,6.8000002,6.4000001,5.4000001,3.9000001,4.5,5,5.4000001,5.3000002,4.6999998,4.1999998,4.6999998,5.6999998,9.6999998,10.8,9.6000004,8.1000004,7.8000002,7.0999999,5.8000002,6.6999998,8.1000004,7.5,8.3999996,7,5.4000001,5.3000002,5.6999998,8.8000002,16.700001,14.1,11.4,10.6,9.8000002,3.7,4.9000001,6.0999999,6.5,7,6.4000001,5.6999998,5.9000001,6.9000001,10.2,10.7,9.5,7.8000002,7.5999999,7.0999999,3.5,4.4000001,5.3000002,5.3000002,5.3000002,4.8000002,4.3000002,4.5,5.1999998,8.1999998,8.5,7.5999999,5.9000001,5.8000002,5.3000002,3.4000001,4.5,5.1999998,5.3000002,5.8000002,5.4000001,4.9000001,5.1999998,6.9000001,10.6,10.4,8.8000002,7.1999998,6.8000002,6.1999998,3.3,4.0999999,4.5999999,4.6999998,5,4.5999999,4,4.5999999,5.3000002,8.5,9.8999996,9.1000004,7.6999998,7.1999998,6.4000001,3.7,4.4000001,4.5,4.5,4.1999998,3.9000001,3.9000001,3.8,4.6999998,6,7.8000002,7.1999998,5.5999999,5.4000001,4.5,3.8,5.6999998,5.8000002,8.3000002,7.4000001,5.5,4.6999998,5.5999999,7.5999999,12.5,12.4,11.3,9.1999998,9.5,8,3.4000001,4.1999998,5.0999999,5.3000002,5.8000002,5.5,4.8000002,5.1999998,6.0999999,9.6999998,9.8000002,9.1000004,7.0999999,6.4000001,5.9000001,3.3,4.4000001,4.9000001,4.9000001,4.9000001,4.5999999,3.9000001,4,4.8000002,8.3000002,9.3000002,8.3000002,6.5,6.5999999,5.9000001,3.5,4.6999998,5,5.5999999,5,4.5,3.7,4,4.8000002,8.3000002,8.5,7,5.5,5.5,5.1999998,3.5,4.5999999,5.4000001,5.6999998,5.9000001,5.5,5.3000002,5.6999998,7.8000002,11.8,11.8,10.1,8.3000002,7.5,6.5,5.3000002,6.5999999,7.0999999,7.4000001,7.4000001,8,6.5,6.4000001,7,9.5,12.6,11.9,9.1999998,8.6999998,8.1000004,2.9000001,3.9000001,4.4000001,5.1999998,5.1999998,4.8000002,4.3000002,4.4000001,5.1999998,7.6999998,8.1999998,7.5999999,6.1999998,5.5999999,5,3.7,4.3000002,5.0999999,4.9000001,5.0999999,4.3000002,3.9000001,4.0999999,4.9000001,7.8000002,9.1999998,8.3999996,6.6999998,6.4000001,5.8000002,4.4000001,7.1999998,5.5999999,5.1999998,5.4000001,4.9000001,4.8000002,5,6,8.3999996,9.3000002,8.3000002,6.6999998,6.5,6.0999999,5.0999999,6.1999998,7.0999999,6.4000001,6.4000001,6.3000002,5.3000002,5.6999998,6.0999999,10.3,12.2,10.4,8.3000002,7.5999999,6.9000001,3.8,5,5.4000001,5,5.0999999,4.6999998,4.5,5.1999998,6.3000002,8.1000004,9.5,8.3999996,7.1999998,6.5999999,6.1999998,4,5,5.4000001,5.6999998,5.5999999,5.1999998,4.9000001,5.3000002,5.5999999,9.3999996,9.1000004,7.5,6.0999999,6,5.5,3,3.5,4.9000001,5.8000002,5.1999998,4.3000002,4.3000002,4.0999999,4.8000002,7.3000002,8.3999996,6.6999998,5.1999998,5.4000001,5.0999999,4.5,5.5999999,6.5,6,6.4000001,5.6999998,5.1999998,5.3000002,6.6999998,11.7,12.9,11.5,9,8.6999998,7.6999998,5.4000001,7.8000002,7.6999998,7.3000002,7.5,7.1999998,6.4000001,6.5999999,7.3000002,8.6999998,9.6999998,9.6000004,7.9000001,7.8000002,7.1999998,3.2,4.4000001,5.0999999,4.5,4.8000002,5.0999999,4.5999999,4.5999999,5.5,8.1999998,8.3999996,7.6999998,6.5999999,6.3000002,6,3.9000001,5.3000002,5.5999999,5.9000001,6,5.5,5.4000001,5.6999998,7,12.9,12.3,9.8999996,7.6999998,7.3000002,6.4000001,3.5999999,4.9000001,5.3000002,6.0999999,6.3000002,5.6999998,5.4000001,5.5,7.1999998,11.8,11.1,9.8999996,7.9000001,7.1999998,5.9000001,4.3000002,6,6.6999998,6.1999998,6.5,6.4000001,6.5999999,6.1999998,7.5,12.6,14.5,12.6,9.8999996,9.3999996,8.6000004,5,6.5,8,9.6999998,8.3000002,6.8000002,6.4000001,6.9000001,7.0999999,9.3000002,10,9.6999998,8.1000004,7.8000002,7.4000001,4,5.0999999,5.9000001,6,5.5,5,4.5,4.6999998,5.5,8.1000004,9,8,6.1999998,6,5.4000001,2.4000001,3,3.5,3.5,3.8,3.7,3.4000001,3.7,4.1999998,6.4000001,7.1999998,6.9000001,5.5999999,6.5,6.8000002,4.0999999,4.8000002,5.5,5.5,5.5999999,5.3000002,4.9000001,5.1999998,5.9000001,9.1999998,11.1,9.8000002,7.9000001,7.9000001,7.5,4,4.9000001,5.3000002,5,4.5999999,4.6999998,4.5999999,4.6999998,6.1999998,6.8000002,6.9000001,6.1999998,5,4.9000001,4.5999999,4.4000001,5.5,6.1999998,5.9000001,6.0999999,5.4000001,4.6999998,5.1999998,6.0999999,8.1000004,11.7,11.8,10.2,10.3,8.8999996,5.8000002,7.4000001,8.5,9.8000002,8.8000002,7.5999999,6.5999999,6.5999999,7.4000001,11.8,12.5,11.7,9.6000004,10.3,9.3000002,2.7,3.8,4.0999999,4,4.0999999,4,3.5,3.9000001,4.5999999,7.0999999,7.1999998,6.6999998,5.0999999,5.4000001,5.4000001,3.5,5.5999999,6,5.8000002,5.9000001,5.5,5.0999999,5.1999998,6.1999998,8.6999998,9.3000002,8.3000002,7.0999999,6.5,6.0999999,3.5999999,4.1999998,4.3000002,4.4000001,4.5999999,4.5,4.3000002,4.9000001,5.9000001,7.3000002,9,8.3999996,7.0999999,7,6.4000001,3.7,4.9000001,5.1999998,5.3000002,5.5,5.3000002,5.0999999,5,5.6999998,9.1000004,9.8000002,8.3000002,6.8000002,6.5,5.6999998,2.4000001,3.2,4.3000002,4.4000001,4.6999998,4.5,4,3.9000001,4.8000002,7.6999998,7.6999998,6.9000001,5.5,5.5999999,5.0999999,3.2,4.5,5.0999999,5.3000002,5.4000001,4.9000001,4.4000001,4.8000002,6.0999999,10,10.3,9.3000002,7.6999998,7.0999999,6.3000002,5.0999999,5.6999998,5.4000001,5.4000001,5.8000002,5.3000002,4.8000002,5.1999998,5.6999998,7.0999999,8.8000002,8.6999998,8.1000004,7.9000001,7.1999998,3.5,4,4.6999998,5.9000001,4.9000001,4.6999998,4.9000001,5.5,5.4000001,7.3000002,8,6.8000002,5.9000001,5.9000001,5,3.7,4.6999998,5.3000002,5.9000001,6,5.5,4.9000001,4.9000001,5.3000002,8.8000002,8.8000002,7.5,6.4000001,5.8000002,5.3000002,4,5.1999998,5.3000002,5.4000001,5.5,5.0999999,4.9000001,5.4000001,6.0999999,10.6,11.5,10.5,8.6999998,8.1000004,7,3.8,4.1999998,4.9000001,5.5999999,6.4000001,5.4000001,5.1999998,5.3000002,6.4000001,10,10.3,9.3000002,8.1999998,7.6999998,6.8000002,7.4000001,7.8000002,8.1999998,8.6000004,8.1999998,7.8000002,6.8000002,6.9000001,7.3000002,13.1,15.1,13.2,10.9,9.3999996,8.3000002,5.1999998,6.1999998,6.4000001,6.5999999,6.3000002,6,5.6999998,6.6999998,6.6999998,9.3999996,12.9,12,10.5,9.1999998,8.1999998,2.5999999,3.5,4.1999998,4.4000001,4.5999999,4.1999998,3.9000001,4.0999999,5.5,8.5,8.1999998,6.9000001,5.5999999,5.3000002,4.8000002,4.0999999,5.3000002,6,7,6.5999999,5.9000001,5.5999999,6.5,7.0999999,9.8000002,11.2,10.1,7.9000001,7.6999998,7.5999999,3.4000001,4.5999999,5.1999998,5.1999998,5.6999998,5.3000002,4.5999999,4.6999998,5.9000001,9.3999996,10.3,9.3000002,7.3000002,7.1999998,6.5999999,5.8000002,6.3000002,6.9000001,6.6999998,7.0999999,6.5999999,5.9000001,5.8000002,7.0999999,11,12.3,10.8,8.8999996,8.5,7.5999999,3.0999999,4.0999999,4.9000001,5.3000002,5.5999999,5.1999998,4.6999998,5,6,9,8.8999996,7.8000002,6.5,6.1999998,5.8000002,3,4.9000001,5.8000002,5.3000002,5.1999998,4.9000001,4.5,5.0999999,5.6999998,7.8000002,8.8999996,8,6.5999999,5.9000001,5.5999999,4.5,5.5999999,5.6999998,6.3000002,6.1999998,5.9000001,5.1999998,5.6999998,6.4000001,8,10.4,9.1000004,7.4000001,7.8000002,7.3000002,3,3.8,4.5,4.4000001,4.0999999,3.9000001,4.3000002,4.8000002,6.5999999,7.9000001,8.1000004,6.5999999,5,5.3000002,4.8000002,4.5,5.5,5.5999999,5.6999998,6.0999999,5.6999998,5.3000002,5.8000002,6.5999999,8.8999996,9.6999998,8.8000002,7,7.0999999,6.5,5.5999999,6.5,6.8000002,7.6999998,8.5,7.3000002,6.5,6.9000001,7.9000001,12.2,14.8,13.1,11,9.5,9.3000002,4.8000002,5.5,5.5,5.5999999,5.8000002,5.1999998,5.1999998,5,5.3000002,8.8000002,8.6000004,7.1999998,6,5.5,6,4.4000001,5.8000002,6.0999999,6.0999999,6,5.8000002,5.5999999,6.4000001,7.5,9.5,10.4,10,8.6999998,8.8000002,7.8000002,6.4000001,7.8000002,8.6000004,8.3000002,8.5,8,6.6999998,6.4000001,7.8000002,12.1,13.8,12.6,11.1,10.4,9.6000004,3.2,4.1999998,5.0999999,10.2,6.5999999,5.5999999,5.5,6.1999998,5.8000002,6.8000002,8.8000002,8.3999996,6.8000002,6.4000001,6.5,6.9000001,8.3999996,9.1000004,8.8000002,9.1000004,8.6999998,6.9000001,6.8000002,7.6999998,12,13.9,13.2,11.3,10.6,9.6999998,5.1999998,5.9000001,6.5,7.1999998,7,6.4000001,5.4000001,5.6999998,6.9000001,9.1999998,11,9.6999998,8.1999998,8.1000004,7.9000001,3,3.8,5.0999999,4.9000001,5.4000001,4.8000002,4.4000001,4.9000001,5.5999999,7.8000002,8.3000002,7.1999998,5.9000001,5.9000001,5.5999999,3.5,4.8000002,5.3000002,5.6999998,5.5999999,5.4000001,5.3000002,5.4000001,7.5,11.3,11,9.1000004,7.5,6.8000002,6.0999999,6.1999998,7.1999998,8.5,8.3000002,8.8000002,8.6999998,8,8.3000002,10.2,14.2,14.3,12.2,10.6,9.6999998,8.5,5.5999999,7.3000002,7.8000002,7.5999999,7.3000002,6.6999998,6.3000002,6.9000001,6.8000002,9.1000004,10.8,10.1,9,8.1999998,7.4000001,3.5999999,4.6999998,5.5999999,4.9000001,5.0999999,4.6999998,4.1999998,4.8000002,5.6999998,9.6999998,10.5,8.8999996,7.0999999,6.6999998,6,3.8,3.5999999,4.4000001,3.9000001,4.4000001,4,3.9000001,4.5999999,5.5,7.5,6.8000002,5.6999998,4.1999998,4,4,4.6999998,6.4000001,6.8000002,6.3000002,6.6999998,6.3000002,5.0999999,6,7.1999998,10.2,11.9,9.8000002,8.3999996,8.3000002,7.1999998,5.6999998,6.9000001,8.1000004,8.6000004,9,8.1000004,6.9000001,7.0999999,7.8000002,11.7,11.5,10.3,8.5,8.3000002,7.5,4.3000002,3.4000001,3.7,3.8,3.9000001,3.5999999,3,2.8,4.0999999,5,5.9000001,6.0999999,5.4000001,4.6999998,3.7,9.8000002,11.8,10.5,11.6,9.6000004,9.1000004,6.9000001,6.6999998,8.3000002,9.5,11,12,12.1,14,10,5.6999998,4.5999999,4.8000002,4.6999998,4.6999998,4.5,3.4000001,3.8,4.5,5.0999999,6.6999998,7.0999999,6.4000001,6.0999999,5.8000002,4.6999998,4.4000001,4,4.6999998,4.5,4.0999999,3.3,3.2,5.5999999,7.6999998,7.4000001,7.4000001,7.5,6.4000001,5.3000002,4.5999999,4.0999999,3.7,3.9000001,4.3000002,3.8,3,2.9000001,4.3000002,5.6999998,6.4000001,5.6999998,4.6999998,4.5,3.9000001,3.8,3.2,3.2,3.0999999,3.4000001,4,3.5999999,3.0999999,3.3,3.8,3.9000001,3.9000001,3.2,3.0999999,3.3,5.0999999,4.5,4.1999998,4.5,4.5,4.3000002,3.4000001,3.5,4.6999998,5.4000001,6.4000001,6.4000001,5.5999999,5.0999999,4.3000002,3.9000001,3.5,3.4000001,3.4000001,3.5,3.7,2.8,3.0999999,3.5999999,4,4.4000001,4.5999999,3.9000001,3.7,3.2,4.6999998,4,3.7,3.9000001,4.3000002,4,3.2,3.4000001,4.1999998,4.9000001,4.5,4.0999999,3.5999999,3.4000001,3.2,4.8000002,4.3000002,4.3000002,4.5,4.3000002,3.8,3.2,2.7,3.7,4.0999999,3.5,3.5,3.2,3.2,3,4.1999998,3.5999999,3.4000001,3.4000001,4.1999998,3.7,2.9000001,2.8,3.7,4.6999998,4.1999998,3.7,3.3,3.2,2.5999999,7.4000001,6.5999999,5.9000001,6.5,6.8000002,6.1999998,4.9000001,4.8000002,6.6999998,7.5999999,6.0999999,6.1999998,5.5999999,4.9000001,4.4000001,3.8,2.9000001,3.2,3.0999999,3.0999999,2.8,2,2,2.5999999,3.2,3.0999999,2.5999999,2.0999999,2,1.9,5.4000001,5.1999998,4.5999999,5,5.4000001,5.1999998,4.1999998,4,4.8000002,5.5,6.4000001,6.0999999,5.4000001,4.9000001,4.3000002,5.5,5.3000002,5.0999999,5.9000001,5.9000001,4.9000001,3.9000001,4,6.6999998,11.8,12,10.9,9,7.6999998,6.5,3.7,3.4000001,3.4000001,3.5999999,3.5999999,3.2,2.4000001,2.5999999,4.1999998,7,6.8000002,6,5.0999999,4.0999999,3.5,4.4000001,3.2,3.5,3.5,3.9000001,4.1999998,3.5999999,3,3.5,3.7,3.5,3.9000001,3.0999999,3.0999999,2.7,8.3999996,7.4000001,6.6999998,7.9000001,8.5,7.8000002,6.8000002,8,9.1999998,9.3000002,9.8000002,11.4,9.8999996,10.1,10.6,5.5,4.6999998,4.8000002,6.3000002,6.3000002,4.8000002,3.8,3.9000001,5,5.1999998,6.6999998,5.0999999,4.5999999,5,4.5999999,6.4000001,6.1999998,5.6999998,5.6999998,5.8000002,6,4.5,4.8000002,6.6999998,10.4,9.3000002,9.1000004,8.1000004,7.5999999,6.8000002,5.0999999,4.3000002,4.0999999,4.3000002,4.6999998,4.5,3.9000001,4.0999999,5.0999999,5.5,5.8000002,6.3000002,5.8000002,6.5999999,5.8000002,4.9000001,4.3000002,4.1999998,4.3000002,4.5999999,4.1999998,3.5999999,3.0999999,4.5999999,6.4000001,6.3000002,6.3000002,5.5,4.9000001,4.5999999,4.6999998,4.0999999,4.8000002,4.3000002,4.4000001,4.8000002,3.5,3.7,4.4000001,5.3000002,6.4000001,6.1999998,5.1999998,4.9000001,4.1999998,5.6999998,7.1999998,6.5999999,6.1999998,6.3000002,5.8000002,4.9000001,5.5,7.5,9.1999998,9,9.1000004,7.6999998,6.5,5.5999999,4.1999998,4,3.9000001,3.9000001,4.0999999,4,3.2,3,4.1999998,5,5.5,5.3000002,4.9000001,4.4000001,3.7,4.4000001,3.9000001,4,4.0999999,4.3000002,4.6999998,3.2,2.9000001,4.1999998,4.3000002,4.4000001,4,4.1999998,3.5,3.2,8.6999998,8.6000004,8.8999996,12.2,10.4,8.8000002,6.9000001,7.5,10.8,14.8,15,14.8,12.5,13,11.2,3.8,2.9000001,2.5999999,3.4000001,3,3.5999999,2.5999999,2.2,2.8,3.2,2.9000001,3,2.9000001,2.4000001,2.4000001,5.1999998,4.4000001,4.4000001,4.8000002,4.4000001,3.7,3.0999999,2.9000001,4.1999998,6.3000002,7.5999999,7.3000002,6.1999998,5.5,4.5999999,6.0999999,5.6999998,5.5,5.6999998,6.0999999,4.8000002,4.4000001,5.6999998,7,8.5,8,7.4000001,5.5,5.1999998,4.3000002,6.6999998,6.4000001,6.6999998,7,6.5,6.0999999,5,4.6999998,7.1999998,10.5,12.5,12.1,10.9,10.4,9.1000004,4.1999998,3.9000001,3.8,4.0999999,4.1999998,3.9000001,3.2,3.4000001,5,6.3000002,7.3000002,6.6999998,5.9000001,5.1999998,4.4000001,6.3000002,5.5999999,6.0999999,6.0999999,6.3000002,5.5999999,4,5.4000001,5.9000001,6.5999999,6.9000001,6.5999999,5.4000001,5,4.0999999,5.3000002,4.6999998,4.5,4.9000001,4.6999998,4.1999998,3.3,3.5,5.3000002,8,8.8000002,8.3000002,7,6.3000002,5.5999999,6.8000002,4.5,5.5999999,6.4000001,5.9000001,5.3000002,4.4000001,5.0999999,5.5999999,5.5,5.4000001,5.6999998,4.3000002,4.6999998,4.1999998,4.6999998,4.1999998,4.4000001,4.5,4.6999998,4.4000001,3.8,4.1999998,5.0999999,5.5999999,6.8000002,6.9000001,6,5.9000001,5.4000001,4.9000001,4.3000002,4.4000001,5,5.6999998,5.0999999,4,4,5.5,6.3000002,5.9000001,6,4.9000001,4.9000001,4.9000001,4,3.0999999,3.5999999,4.1999998,4.3000002,3.9000001,3.2,3.2,3.5999999,4,3.7,4.6999998,3.7,3.3,3.0999999,6,5.5999999,6.0999999,6.0999999,6.5,6.4000001,5.0999999,5.3000002,7.6999998,9.1000004,7.5999999,7.6999998,6.5,5.5,5,5.4000001,5.1999998,5,4.8000002,5.5,5.0999999,4,3.5,4.1999998,4.0999999,5.0999999,5.5,4.3000002,4.5999999,4.3000002,5.5,5,5.0999999,5.8000002,5.8000002,5.1999998,4.1999998,4.5,6.5999999,9.1999998,9.3999996,9,7.5999999,6.8000002,6.0999999,5.5,4.6999998,4.9000001,4.5,3.7,3.5,2.7,2.4000001,3.2,4.6999998,3.8,3.0999999,2.8,2.5999999,2.4000001,7.3000002,5.8000002,5.6999998,6,6.8000002,6.8000002,6.0999999,6.3000002,7.4000001,7.8000002,6.9000001,7.0999999,6.5999999,5.5,5.1999998,6.0999999,5.9000001,5.6999998,5.5,5.5,6,5.5999999,5.1999998,6.3000002,6.6999998,7,7.3000002,6.8000002,6.4000001,5.6999998,7.1999998,7.1999998,7.0999999,7.3000002,7.3000002,6.9000001,5.3000002,6.5999999,10.4,15.6,13.1,13.4,11.5,10.5,9.3000002,4.8000002,4,4,4.1999998,4.0999999,3.7,3,2.7,3.2,4.3000002,3.7,3.5999999,3,2.8,2.5999999,6,5.1999998,5,5.1999998,5.0999999,4.5,3.8,3.5999999,4.9000001,6.3000002,6.5,6.5999999,6.0999999,5.5,4.9000001,4.6999998,3.7,4,3.9000001,3.9000001,3.5,2.8,3.0999999,4.4000001,6.1999998,5.8000002,5.1999998,4.5,4,3.8,3.3,3,3,2.5999999,2.3,2.2,1.7,1.8,2.7,4.5999999,5.5,4.6999998,3.9000001,3.7,3.5,4.5,3.9000001,3.8,4,4.1999998,3.7,3.0999999,3.0999999,4.1999998,5,6,5.6999998,4.9000001,4.3000002,3.7,4.1999998,3.5,3.5,3.5999999,3.5999999,3.4000001,2.8,2.5,3.3,4.3000002,4.5999999,4.6999998,4.1999998,3.8,3,4.8000002,3.4000001,4,3.7,4.8000002,4.1999998,3.3,3.2,4.1999998,5.1999998,5.3000002,5.5999999,5,4.5,4,4.5999999,4.1999998,4,4.0999999,4.5,4.1999998,3.3,3.5,4.3000002,5.1999998,4.9000001,4.6999998,4.1999998,3.8,3,5,4.0999999,5.0999999,4.6999998,4.6999998,4.3000002,3,3.4000001,4.0999999,5.6999998,7.9000001,8,6.3000002,6.1999998,5,4.5999999,3.5,3.8,4.1999998,3.9000001,3.7,2.8,2.7,3.5999999,4.6999998,4.1999998,4.1999998,3.2,3.4000001,3.0999999,4.1999998,3.5999999,3.5,3.7,3.8,3.5,2.9000001,2.7,3.8,4.9000001,5.9000001,5.5,4.5999999,4.3000002,3.7,2.5999999,3.0999999,3.5999999,4.0999999,3.8,3.4000001,2.9000001,2.7,3.0999999,5.0999999,4.6999998,4.3000002,3.8,3.7,3.4000001,2.8,3.0999999,3.0999999,3.3,3.3,3.4000001,2.8,2.8,3,3.7,3.5999999,3.5999999,3.3,3.2,2.7,2.2,3.3,4.5,5.1999998,4.1999998,3.9000001,3.5,3.8,3.7,5.8000002,8,6.0999999,6.5,7.6999998,5.4000001,3,2.0999999,2.8,2.5,3.4000001,2.8,2.4000001,2,2.5,3.4000001,4.4000001,4.5999999,4.5999999,4.5999999,3.7,3.4000001,2.5,3.5,3.4000001,3.5,3.9000001,3,3.8,4.9000001,5.4000001,5,5.4000001,5.3000002,5.5,4.4000001,2.5,3.0999999,3,3.2,3.2,3.4000001,2.5999999,2.4000001,2.5999999,3.4000001,3.5,3.7,3.0999999,3.3,2.5999999,3.9000001,4.4000001,4.6999998,4.6999998,4,4,3.0999999,3.2,3.7,6.5999999,5,4.1999998,4,3.9000001,3.0999999,2.9000001,3.5,3.5,3,3.2,3.5999999,3.2,3,3.2,3.9000001,3.9000001,3.8,3.9000001,3.5,3.3,3.3,3.4000001,3.5,3.9000001,3.3,3.2,2.9000001,2.5999999,2.7,3.0999999,4.6999998,4.5999999,4.0999999,4,3.5,2.3,2.4000001,2.5,2.8,2.9000001,2.8,2.3,2.2,2.5,3.5999999,3.5999999,3.5,3.3,3.3,2.8,3.7,3.8,4.8000002,5.0999999,5.1999998,4.9000001,4.0999999,4,4.1999998,5.5999999,5.9000001,5.6999998,4.6999998,4.5999999,3.9000001,2.8,3.3,4,4.3000002,4.0999999,3.5999999,2.7,2.5,2.9000001,4.1999998,3.9000001,3.8,3.3,3.4000001,3,2.8,3.2,3.5999999,4,4.0999999,4.0999999,3.4000001,3.3,3.7,5.1999998,5.5999999,5.1999998,4.5999999,4.4000001,3.7,2.5,2.5,2.5999999,3.0999999,2.9000001,2.7,2.3,2.4000001,2.5,3.5999999,3.5999999,3.3,2.9000001,3,2.3,2.4000001,2.5,2.5,2.7,2.9000001,2.8,2.4000001,2.5,2.7,2.9000001,2.8,2.4000001,2.4000001,2.4000001,2,2.5999999,2.2,2.8,2.7,2.4000001,2.4000001,2.2,2.2,2.4000001,2.5999999,3,3,2.9000001,2.8,2.5,2.3,2.5,3.2,3.3,3.0999999,2.9000001,2.4000001,2.4000001,2.8,4.4000001,3.5999999,3,2.8,2.9000001,2.2,2.9000001,3.2,3.7,3.8,3.5,3.7,3,2.8,3.2,4.4000001,4.3000002,4.0999999,3.7,3.5,3.3,2.0999999,2.5,2.9000001,3.0999999,3.0999999,2.8,2.3,2.2,2.5999999,3.7,3.9000001,3.9000001,3.5,3.5,3,2.3,2.3,2.5999999,2.7,2.9000001,3,3.0999999,2.7,2.9000001,3.8,3.7,3.4000001,3.0999999,3.0999999,2.5999999,2.5999999,2.4000001,2.5999999,2.9000001,3.0999999,2.9000001,2.4000001,2.0999999,2.4000001,3.3,3.7,3.4000001,2.9000001,2.8,2.4000001,3.2,3.0999999,4.3000002,4.6999998,4.4000001,4.6999998,4.0999999,4,4.1999998,6,7.3000002,5.9000001,5.8000002,4.6999998,3.7,3,2.9000001,2.9000001,3.3,3.2,3.2,2.9000001,2.7,2.9000001,4.4000001,4,3.9000001,3.5999999,3.5999999,3,3.0999999,3.5999999,3.9000001,4.0999999,4.1999998,4.4000001,3.2,3,4,4.5999999,4.9000001,5,4.4000001,3.8,3.5,3,2.7,2.5999999,3,3,3.0999999,2.7,2.9000001,2.9000001,3.9000001,3.9000001,3.5,3.3,3.4000001,2.8,2.5999999,2.5,3,3.5999999,3.5,3.9000001,3.0999999,3.0999999,3.2,4.6999998,4.8000002,4.5999999,4.0999999,3.8,3.0999999,3.0999999,3.8,4.4000001,4.6999998,4.5999999,4.4000001,3.5,3.2,3.5,5,5.3000002,4.9000001,4.5,4.1999998,3.7,3,3.5,4.3000002,4.5999999,4.5,4.5,3.5,3.4000001,3.7,5.1999998,5.0999999,4.9000001,4.5,4.1999998,3.5999999,2.2,2.4000001,3.7,3.2,3.7,4.0999999,3.2,2.5999999,2.9000001,3.9000001,3.0999999,2.9000001,3,2.8,2.3,2.5999999,3,3.5,3.7,3.5999999,3.2,2.7,2.5,3,4.0999999,3.7,3.5,3.3,3,2.4000001,2.7,3,3.5,3.2,3.3,3.4000001,3.0999999,2.8,3,3.9000001,4.3000002,4.1999998,3.5999999,3.5,3.2,2.5,2.3,2.4000001,2.8,2.9000001,2.5,2.2,2.3,2.8,3.0999999,3.8,3.5999999,3.2,3.4000001,2.8,2.8,2.7,3.2,3.4000001,3.4000001,3.7,3,3,2.9000001,3.7,3.4000001,3.7,3.5,3.5,2.9000001,3,3.0999999,3.7,4.1999998,4.4000001,4.4000001,3.8,3.5999999,4.6999998,6.1999998,5.8000002,5.8000002,5,4.5999999,4.1999998,2.5999999,3.3,3.4000001,3.8,3.7,2.9000001,3,2.7,3,4.3000002,4.0999999,3.5999999,3.2,2.8,2.9000001,2.5999999,2.7,2.9000001,3.5,3.3,3,2.5999999,2.5,2.5999999,2.9000001,3.0999999,3.4000001,3,3.0999999,2.5999999,2.5999999,3,3,3.3,3.8,3.5,2.9000001,3.2,3.2,3.9000001,3.5999999,3.5,3,3.5,3,2.3,2.5999999,2.7,2.8,2.5999999,2.5999999,2.2,2.5999999,2.9000001,3.5,3.8,3.3,3.4000001,3.3,2.3,2.9000001,3,3.5,3.5,3.8,3.5999999,3,2.7,2.9000001,3.5,3.5999999,3.9000001,3.5999999,3.5,3.2,3,3.3,3.9000001,4.4000001,4.8000002,3.8,3.0999999,2.8,3.0999999,4.1999998,4.5999999,4.5,4,3.7,3.9000001,2.4000001,2.5,3,3.7,3.0999999,2.7,2.3,2.2,2.4000001,3.3,3.8,3.8,3.3,3.2,3,2.5999999,2.7,3,3.2,3.2,3.2,2.5999999,2.5999999,3.0999999,3.7,3.2,3.3,3.2,3.0999999,2.5999999,3.4000001,2.8,3.0999999,3.7,3.8,3.5,3.2,3.5,3.8,4.0999999,3.4000001,3.0999999,3,3.4000001,2.9000001,2.7,3.5999999,3.2,3.9000001,3.9000001,3.7,3.5,2.7,3.4000001,5.5,5.0999999,4.9000001,4.0999999,4.0999999,3.4000001,2.5999999,3.0999999,2.9000001,3.0999999,3,3.0999999,2.7,2.5999999,2.7,3.0999999,3.5999999,3.4000001,3.2,3.2,2.7,3.3,3.4000001,3.4000001,3.3,3.3,3.3,2.8,2.8,4.3000002,5.0999999,5.0999999,4.6999998,4.5999999,4.8000002,4.3000002,2.5999999,3,3.5999999,4.1999998,4.0999999,3.5999999,2.9000001,2.8,3.0999999,3.7,4.4000001,4.0999999,3.5999999,3.7,3.7,3.2,4.5,4.5,4.3000002,4.1999998,3.8,3.2,2.7,3.9000001,4.8000002,4.6999998,4.3000002,3.8,3.7,3.0999999,6.1999998,3,2.9000001,3,3.5,3.5999999,3.0999999,2.9000001,3.2,4.1999998,4.6999998,4.8000002,4.3000002,4.4000001,3.8,2.0999999,2.4000001,2.7,2.7,2.9000001,2.8,2.3,2.2,2.7,3.9000001,3.5,3.2,2.9000001,2.8,2.5,2.7,2.9000001,3.2,3.4000001,3.3,3.2,2.5999999,2.5,2.9000001,4.5,4.3000002,4.0999999,3.7,3.5999999,2.9000001,2.4000001,2.5,3.8,3.3,3.2,3.4000001,3,3.7,4.8000002,4.8000002,3.5,3,3.0999999,3.3,2.7,2.5,2.5,2.5999999,2.8,2.9000001,2.9000001,2.7,2.8,3.4000001,4.8000002,4.6999998,3.5999999,3.3,3.3,2.5,3.8,3.7,3.4000001,3.5,3.5,3.4000001,3,2.9000001,3.2,3.5999999,4.0999999,3.9000001,3.4000001,3.5999999,3.0999999,2.4000001,2.7,3.2,3.5999999,3.5,3.5,2.8,2.8,3.0999999,4.3000002,4.1999998,4,3.5999999,3.5,3,3.2,3.2,3.3,3.5,3.5,3.5,2.8,2.5999999,3,4,4.5,4.4000001,3.9000001,3.8,3.3,2.4000001,2.5,2.5,2.8,3,2.5,2.2,2.8,2.2,3.0999999,4.5,3.5,3.2,3.4000001,3.2,2.4000001,2.9000001,3.5999999,3.9000001,4,4.4000001,3.7,4.1999998,3.8,5.0999999,5.6999998,4.8000002,3.8,4.5,3.9000001,1.8,1.7,1.6,2.9000001,1.7,2.0999999,2.0999999,2,2.3,3.8,2.8,2.5,3.5999999,3.8,2.3,3.3,3.5999999,3.9000001,4,3.9000001,4,3.7,3.2,3.3,4.3000002,4.1999998,4.0999999,3.7,3.5,3,2.7,2.9000001,3.7,4.0999999,4.0999999,3.7,3.5999999,2.9000001,3.0999999,4.1999998,4.5,4.3000002,3.7,3.7,3.8,3.5,3.2,4.0999999,3.9000001,3.3,3.0999999,2.5999999,2.5999999,3.0999999,4.1999998,4.0999999,3.4000001,3.2,3.2,3,3,3.5,4.4000001,5.1999998,4.5,3.8,2.9000001,2.5,3,3.3,3.9000001,3.7,3.3,3.2,2.7,4,3.5,4.3000002,4.3000002,4.5,4.5,4.0999999,3.8,4.5999999,5.1999998,5.3000002,5,4.8000002,5,3.9000001,2.5999999,2.9000001,3,3.0999999,3.2,3.3,2.7,2.5999999,2.9000001,4.5,4.0999999,3.5999999,3.5,3.3,2.8,3.0999999,3.4000001,3.8,4,4.0999999,4,3.3,3,3.5,5,5,5.0999999,4.5,4.3000002,3.7,3.5,3.4000001,3.7,4.0999999,3.7,3.5999999,3.0999999,3,3.4000001,3.7,4,3.8,3.3,3.0999999,2.8,2.2,2.2,2.5,2.5999999,2.5,2.5,2.2,2.4000001,2.4000001,3,3.3,2.9000001,2.7,2.5999999,2.0999999,2.2,2.5999999,2.9000001,3,3.3,2.8,2.3,2.3,2.4000001,3.5,3.5999999,3.7,3,3,2.5999999,2.5999999,3,3.5999999,3.5,3.3,3.5,2.9000001,3,3,4,3.7,3.5,3.3,3.4000001,2.9000001,2.8,3.5,4.3000002,4.6999998,4.3000002,3.7,2.8,2.4000001,3,4.0999999,4.1999998,4.1999998,3.7,3.5,3,2.3,2.7,3.2,3.5999999,3.5,3.2,2.8,2.8,2.8,3.7,4,3.4000001,3.0999999,3.4000001,3.2,2.5999999,2.5999999,3,3.4000001,3.5,3.5,2.7,2.5,2.9000001,4.5,3.7,3.5,3.3,3,2.5999999,5,4.6999998,5.8000002,5.6999998,4.9000001,4.5,4.0999999,4.0999999,4.4000001,6,6.1999998,6,5.0999999,4.5,3.5999999,2.8,3.0999999,2.7,3.8,3.3,3,2.3,2.5999999,2.8,3,2.8,2.7,2.5,3.2,2.5999999,2.5999999,2.9000001,3,3.3,3.3,3.3,2.7,2.7,3.4000001,4.5999999,4.6999998,4.6999998,4.3000002,4.3000002,3.5,2.3,2.5999999,3.0999999,3.2,3.3,3.4000001,2.9000001,2.9000001,3.2,4.5999999,4.4000001,4.1999998,3.9000001,3.5999999,3.0999999,2.8,3.2,3.5999999,3.8,3.5999999,3.9000001,3.0999999,3.0999999,3.5999999,5,4.8000002,4.5999999,4.1999998,4.0999999,3.5,4,4.0999999,4.4000001,5,4.3000002,4.1999998,3.3,3,3.7,5.0999999,5.5,5,4.6999998,4.1999998,3.5999999,2.4000001,2.8,3,3.2,3,3.2,2.7,2.7,3.2,4.0999999,4,3.8,3.5,3.7,3.0999999,2.9000001,2.7,2.7,2.5999999,2.9000001,2.7,2.7,2.7,2.7,3.9000001,3.5,3.5999999,3.5999999,3.3,2.5999999,2.8,2.7,2.9000001,3.2,3.5,3.8,2.8,2.7,2.7,3.2,4,4.3000002,3.8,3.3,3.4000001,1.9,2,2.5,3,2.5999999,2.8,2.8,2.8,3.4000001,3.4000001,3.7,3.4000001,3.5999999,3.4000001,2.5,2.5999999,2.7,3.0999999,3.2,3.0999999,3.0999999,3.0999999,3,2.8,4.0999999,4.0999999,3.7,3.5,3.4000001,2.8,2.5999999,3.3,3.4000001,3.0999999,3.2,3,2.5999999,2.7,3.2,4.3000002,3.8,3.3,3.0999999,2.8,2.5999999,5,5.4000001,4.0999999,4.3000002,3.0999999,3.5999999,3.3,3.7,4,4.5,4.8000002,5.1999998,4,4,3.5,7,6.0999999,7,7.5,7.8000002,7.8000002,6.9000001,6.5,6.6999998,10.5,9.6000004,10.2,8.6999998,7.6999998,6.0999999,2.7,3.0999999,2.8,3.4000001,3.3,3.5,2.5,2.4000001,2.8,3.3,4.4000001,4,3.5,3.3,3,2.4000001,2.8,2.9000001,3.0999999,3.2,3.3,2.9000001,2.8,3.0999999,4.5999999,4.5999999,4.4000001,3.8,3.7,3.2,2.5999999,2.7,2.8,2.9000001,3,3,2.5,2.5,2.9000001,3.9000001,3.8,3.5,3.2,3.2,2.8,2.8,2.8,3.5,3.5999999,4.0999999,3.5999999,2.5999999,3.3,3.4000001,3.9000001,4.8000002,4.5999999,3.7,3.9000001,3.4000001,2.4000001,2.3,2.2,2.8,2.7,2.8,2.4000001,2.9000001,2.3,3.7,3.9000001,3.2,3.4000001,3.4000001,2.9000001,2.5,2.7,3,3.3,3.2,2.8,2.5,2.7,3.7,4.9000001,4.5999999,4.3000002,3.7,3.5999999,3.2,5.8000002,6.1999998,5.0999999,4.5999999,4.0999999,3.9000001,4.1999998,4.3000002,6,8.6000004,12.4,12.4,11,9.1999998,7.5999999,4.3000002,5.4000001,5.9000001,5.1999998,4.3000002,4.0999999,4,4.5,6.5999999,11.5,13.8,13.2,11.3,9.6000004,8,3.8,4.5999999,5,4.9000001,4.1999998,4.5,4.5999999,4.8000002,7.4000001,11.5,13.8,13.2,11.5,9.6000004,8,3.7,4.8000002,4.5999999,4.5,3.7,3.5,3.4000001,3.3,4.3000002,6.3000002,7.6999998,7.1999998,6.3000002,6.1999998,5.5999999,8,7.4000001,7,4.3000002,5.0999999,4.5999999,4.0999999,3.2,4.9000001,7,9.1999998,7.9000001,6.9000001,4.8000002,4.5,3,4,4.6999998,5.4000001,4,3.3,3.7,4.1999998,5.1999998,6.5999999,7.8000002,6.9000001,6.0999999,6,5.9000001,4.5999999,5.5,5.5,4.8000002,3.8,3.5999999,3.5999999,3.5999999,4.9000001,7.3000002,8.6999998,7.8000002,6.5999999,6.1999998,6.1999998,5.4000001,6.8000002,6.0999999,5.0999999,4.0999999,3.5999999,3.9000001,3.2,4.4000001,5.8000002,9.5,8.8000002,7.4000001,7.3000002,6.5999999,4.5999999,5.4000001,4.8000002,5.1999998,5.0999999,5,4.5,4.1999998,5.5999999,8.8999996,10.6,11.2,10.5,9.5,7.5,5.4000001,5.6999998,5.6999998,5.5,5.4000001,5.5999999,5.9000001,6.4000001,9.8000002,15.4,17.5,16.700001,14.8,12.5,10.2,7.6999998,7.4000001,5.9000001,5.6999998,5.1999998,5.6999998,6.6999998,6.1999998,7.5,8.6000004,14.4,14,13.6,12.7,11.2,6.4000001,7.6999998,7.3000002,7.3000002,5.8000002,5.5,5.5,6.5,9.6999998,13.9,17.299999,16.799999,14.5,12,9.6000004,4.0999999,4.8000002,4.8000002,4.9000001,4.1999998,4.8000002,4.9000001,5,7,9.6999998,10.6,10.8,9.6999998,8.6999998,7.1999998,3,3.7,3.9000001,3.4000001,3.2,4.3000002,4.1999998,4.9000001,6.9000001,11.8,16.700001,15.7,13.3,11.6,9.1000004,3.5,4.3000002,4.9000001,4.5,4,3.9000001,3.8,4.3000002,6.8000002,11.1,12.9,12.6,11,9.3999996,7.5999999,3.9000001,4.5,4.0999999,4,3.5999999,3.9000001,3.7,3.5999999,4.6999998,6.9000001,9.1999998,8.6999998,7.6999998,7.1999998,6,3.5,5,5.6999998,5.5999999,4.8000002,4.5,4.5999999,4.8000002,7.0999999,11.1,13.5,13.2,11.7,10.4,8.6999998,2.4000001,3,3.9000001,3.9000001,3.5,3.3,3.3,3.5999999,4.0999999,6.6999998,6.4000001,5.5,5.4000001,5,4.0999999,2.7,3.0999999,3.5999999,3.5,3.2,3.4000001,3.2,3.4000001,3.5999999,5.5999999,5.6999998,5.5,5.3000002,5,4.1999998,2.5999999,3,3.5,3.5,3.3,3.2,3.2,3.5,3.7,5.6999998,5.5999999,5.0999999,5.0999999,4.6999998,4,3.5999999,5.3000002,6.5999999,5.1999998,4.5,4.0999999,4.0999999,4.5999999,5.1999998,7.9000001,7.1999998,7.1999998,7.5,6.1999998,5.9000001,2.4000001,2.7,2.9000001,3,2.8,2.8,2.9000001,3,3.0999999,5.0999999,4.9000001,4.5,4.5,4.3000002,3.5,2.5,3.5,4.8000002,4.5999999,3.9000001,3.5999999,3.5999999,3.5,3.9000001,6.5,6.1999998,5.5999999,5.8000002,5.3000002,4.5,2.4000001,2.8,3.4000001,3.5,3.2,3.0999999,3.0999999,3.3,3.5999999,5.5999999,5.3000002,4.9000001,4.9000001,4.5999999,3.8,3,4,5.5,5.1999998,4.5999999,4.0999999,3.8,3.8,4.1999998,6.5999999,6,5.5999999,5.8000002,5.4000001,4.5999999,2.7,3.3,4.3000002,4,3.4000001,3.4000001,3.2,3.3,3.5999999,6.1999998,5.6999998,5.3000002,5.4000001,4.9000001,4,2.5,2.7,3.2,3.5,3.2,2.9000001,2.9000001,3,3.4000001,5.8000002,5,4.5,4.5,4.1999998,3.5999999,4.6999998,4.6999998,6,6.1999998,5.5,5.4000001,5.8000002,5.9000001,6.8000002,11.9,12.3,12.5,12.7,11.6,10.5,3.2,3.7,5,5.0999999,4.0999999,3.7,3.9000001,3.4000001,4.4000001,7.8000002,8,7.6999998,7.6999998,6.6999998,5.4000001,3.0999999,3.5,4.8000002,4.8000002,4.0999999,3.9000001,4.1999998,3.8,4.9000001,8.3999996,9,8.6999998,8.6999998,7.5999999,6.4000001,3.9000001,4.3000002,5.8000002,6,5.1999998,4.8000002,5.3000002,4.8000002,5.9000001,9.8999996,10.9,10.9,10.7,9.3000002,7.6999998,6.4000001,6.5999999,7.9000001,8,6.8000002,6.5999999,7,6.5999999,7.9000001,11.2,14,14.9,15.5,14.3,12.2,5.8000002,6.5,7.5,7.9000001,6.5,6.4000001,7,6.5,7.9000001,12.5,13,13,13.2,11.8,9.8999996,4.5,5.3000002,7.1999998,7.1999998,6.0999999,5.5999999,5.9000001,5.3000002,6.4000001,10.3,10.8,10.8,10.7,9.6999998,8,3.5999999,3.9000001,5.1999998,5.4000001,4.5999999,4.4000001,4.8000002,4.3000002,5.3000002,9.1999998,10.3,10.2,10.1,8.8999996,7.3000002,4.8000002,5.5,7.5999999,7.4000001,6,5.5,5.5999999,5,6.1999998,10.5,9.6000004,9.1999998,8.8999996,7.9000001,6.4000001,2.3,2.8,4.0999999,4.3000002,3.4000001,3.0999999,3.4000001,2.8,3.7,6.6999998,7.4000001,6.9000001,6.8000002,5.8000002,4.9000001,3.3,3.7,5.3000002,5.1999998,4.1999998,3.9000001,4.3000002,3.8,4.6999998,7.5999999,8.3999996,8.3000002,8.3000002,7.1999998,5.9000001,3.4000001,4,5.5999999,5.5,4.5,4.1999998,4.4000001,3.9000001,4.9000001,8.5,8.8999996,8.6999998,8.6000004,7.5,6.0999999,3.2,3.8,5.3000002,5.4000001,4.4000001,4.0999999,4.1999998,3.7,4.8000002,8.3000002,8.6999998,8.6000004,8.6999998,7.5,6,2.7,3.2,4.5999999,4.5999999,3.5999999,3.3,3.4000001,3,3.9000001,7.0999999,7.4000001,7.0999999,7.0999999,6.1999998,5,3.7,4.0999999,5.4000001,5.8000002,5,4.6999998,5,4.5999999,5.8000002,9.5,10.3,10.4,10.6,9.3000002,7.4000001,4.5999999,5.4000001,7,7.3000002,6.0999999,5.5,5.6999998,5.3000002,6.5999999,11,11.4,11,11.1,10,8.1999998,3.9000001,4.4000001,5.8000002,6,5.1999998,4.9000001,5.0999999,5,6.0999999,10.6,11.7,11.7,11.8,10.4,8.5,2.5999999,3.2,4.6999998,4.5999999,3.7,3.4000001,3.5,3.0999999,4,7.3000002,7.5999999,7.4000001,7.4000001,6.3000002,5.1999998,3,3.5999999,4.9000001,5.1999998,4.3000002,3.9000001,4.1999998,3.9000001,4.9000001,8.6000004,9.3999996,9.1999998,9,7.9000001,6.4000001,3.9000001,4.5999999,6.3000002,6.3000002,5.1999998,4.8000002,4.9000001,4.5,5.5999999,9.3000002,9.5,9.5,9.3999996,8.3999996,6.9000001,2.9000001,3.5,4.9000001,5,4.3000002,4,4.1999998,3.8,4.9000001,8.6999998,9.8999996,9.1000004,8.8000002,7.5999999,6.3000002,4,4.1999998,4.9000001,5.1999998,5,4.6999998,3.8,3.5999999,4.4000001,7.5,7.6999998,7.1999998,6.8000002,6.5,6.3000002,6.5999999,6.0999999,6.1999998,7.5,7.3000002,6.6999998,5.4000001,4.9000001,5.3000002,9.1999998,12.1,11.3,9.3999996,8.8999996,8.3000002,5.5999999,5.5999999,6.5,7.3000002,6.5999999,5.8000002,4.4000001,3.9000001,4.3000002,7,7.5,6.8000002,6.5,6.3000002,6.1999998,6.8000002,6.0999999,6.4000001,6.1999998,5.6999998,5.5999999,4.5999999,4.1999998,4.5999999,6.8000002,9.3000002,9.1000004,8.3000002,8.3999996,8.6000004,5,5.1999998,5.4000001,6.1999998,5.6999998,5.3000002,4.4000001,3.5,4.4000001,7.5999999,8.3999996,8.1000004,7.8000002,7.0999999,6.3000002,4.5999999,4.3000002,4.8000002,4.4000001,4.1999998,4.0999999,3.4000001,2.8,3.2,4.5,5.4000001,5.0999999,5,5.0999999,5.0999999,4.6999998,5,5.0999999,8,6.9000001,5.6999998,4.1999998,3.9000001,4.0999999,5.1999998,5.8000002,4.9000001,4.3000002,4.5999999,4.8000002,6.0999999,6.0999999,6.1999998,6.5,6.0999999,5.5999999,4.6999998,4.1999998,4.6999998,7.3000002,7.6999998,7.5,7.3000002,7.5,7.3000002,5.5999999,5,5.9000001,5.9000001,5.5,4.5999999,3.5,3,3,5.9000001,6.4000001,5.0999999,4.6999998,4.5999999,4.5,5.8000002,6.3000002,9.8999996,10.2,8.3999996,6,4.3000002,3.8,5,12.8,9.6999998,7.3000002,6.6999998,6.8000002,6.6999998,7.1999998,7.9000001,7.6999998,7.8000002,6.9000001,7.4000001,5.3000002,5.9000001,6.0999999,7.9000001,10.2,10.7,10,8.6999998,7.8000002,4.0999999,4.3000002,4,5.5,5.1999998,4.1999998,4.0999999,2.8,3,4.9000001,6.0999999,6.4000001,6.1999998,5.3000002,4.6999998,6.8000002,6,4.5,5.0999999,5.8000002,5,3.5999999,3,4.3000002,8.1999998,8.3999996,7.5,7.3000002,7.5999999,7.1999998,5.1999998,4.3000002,5.4000001,5.1999998,4.6999998,4.0999999,3.0999999,2.5,2.9000001,7.9000001,7.9000001,5.5999999,4.6999998,4.5,4.4000001,4.1999998,4.1999998,4.0999999,4.3000002,4.1999998,4.4000001,3.9000001,3.0999999,3.5,5.8000002,7.5,6.8000002,6.5,6.5,6.0999999,3,2.5999999,2.4000001,2.7,2.7,2.7,2.4000001,2.2,3,3.3,3.7,3.5,3.9000001,4.1999998,4.1999998,15.5,16.6,15,15.9,15.5,12.9,10.8,10.1,12.1,17.5,20.1,20.299999,20,19.1,18.200001,6.5,6.1999998,6.1999998,6.9000001,6.9000001,6.5999999,5.5999999,4.5999999,5.5,8.3000002,9.8999996,9.8999996,9.6000004,10.2,10.2,10.5,9.8000002,10.3,10.7,10.8,11.2,8.6999998,7.9000001,8.6000004,12.8,12.4,12.4,11.1,11.7,11.1,5.3000002,5.4000001,5.6999998,6.0999999,5.0999999,4.9000001,4.1999998,3.8,4.4000001,6.6999998,7.1999998,6.8000002,6.5,6.4000001,6.3000002,4.9000001,5.4000001,5.5,6.5999999,6.0999999,5.3000002,4.5999999,4.5,4.9000001,6.8000002,9.3999996,9.6000004,8,7.1999998,6.5999999,6.0999999,6,6.5,6.6999998,6.5,6,5,4.8000002,5.5,7.5999999,9.1999998,9.3000002,9.1999998,9.5,8.8000002,4.4000001,3.9000001,4.1999998,4,3.7,3.8,3.0999999,2.8,3.0999999,4.8000002,6.3000002,5.6999998,5.5999999,5.5999999,5.5999999,4.1999998,4.5999999,6,6,5.5,5.1999998,4.3000002,4.3000002,5.1999998,8.5,8.3999996,8,7.8000002,7.5,7.1999998,5.6999998,5.4000001,6.1999998,6.6999998,5.9000001,5.3000002,4.3000002,3.4000001,3.9000001,7.9000001,9.3999996,7.9000001,7.0999999,6.8000002,6.4000001,5.8000002,6,6.1999998,6.3000002,6.5,6.1999998,4.8000002,4.1999998,4.9000001,7.3000002,9.6000004,9.5,8.8999996,8.3999996,8.1999998,3.5999999,3.5999999,3.9000001,4.3000002,4.1999998,4.0999999,3.4000001,3,3.8,6.5999999,6.8000002,6.1999998,5.8000002,5.5999999,5.5,4.4000001,4.6999998,5.4000001,5.5,5.5999999,5.4000001,4.4000001,3.5,4.0999999,5.8000002,9.1999998,9.8999996,9.8999996,9.8000002,9.3000002,5,5.1999998,5.0999999,5,4.8000002,4.4000001,3.7,3.2,3.5999999,5.3000002,7.8000002,7.6999998,7,7.4000001,7.4000001,6.6999998,6.5999999,6.5999999,7.3000002,7.1999998,6.6999998,5.5,4.9000001,5.5,8.8999996,10.7,10.5,10.4,10.4,10,5,4.5,5,5.5999999,5.5999999,5.5,4.3000002,4.5999999,5.5999999,9.3999996,11.5,11.4,10.5,10.2,9.8000002,3.7,3.5,3.5999999,3.8,3.5999999,3.5999999,3,2.7,2.9000001,5.5999999,6.3000002,4.6999998,4.4000001,4.5999999,4.5999999,4.5999999,4.8000002,5.5999999,6,5.5999999,5.3000002,4.3000002,3.9000001,5.0999999,8.5,9.6000004,9.1000004,8.8000002,8.3999996,7.9000001,3.4000001,3.3,3.9000001,4.1999998,4.1999998,3.9000001,3.8,3.9000001,4.9000001,6.8000002,7,6.9000001,7.0999999,6,4.9000001,4.9000001,4.6999998,5.4000001,6.5,6.4000001,5.8000002,5.1999998,5.5,6.4000001,8.6999998,9.1999998,8.8999996,8.3999996,7.5,6.1999998,7.0999999,7.3000002,9.6999998,10.6,9.1999998,7.5999999,6.6999998,6.8000002,7.5999999,12,12,11.9,12.4,11.8,9.8000002,3.7,4.1999998,5.8000002,5.8000002,5.4000001,4.9000001,4.5999999,4.4000001,5.5999999,8.1999998,8.6999998,8.6000004,8.6999998,7.8000002,6.5999999,4.5999999,5,5.5999999,5.8000002,6,5.4000001,5.0999999,5.0999999,6.0999999,8.6000004,9.5,9.3000002,9.3000002,8.5,7,3.9000001,4.3000002,4.8000002,5.1999998,5.0999999,4.9000001,4.6999998,4.4000001,5.5,8.3000002,8.5,8.1000004,8.3000002,7.4000001,6,4.0999999,4.5999999,5.5,5.6999998,5.5,4.8000002,4.5,4.5,5.5,8.3000002,8.8999996,8.1999998,8.5,8,6.8000002,4.3000002,4.9000001,6.4000001,6.4000001,6,5.3000002,4.8000002,4.5999999,5.5999999,8.8999996,8.3999996,7.8000002,8.3999996,7.9000001,6.1999998,4,4.5,5.5,5.8000002,5.5,4.9000001,4.8000002,4.9000001,6.4000001,8.8999996,9.1999998,8.6999998,8.6000004,7.3000002,6.1999998,4.6999998,4.5,5.3000002,6,6,5.3000002,5.3000002,5.5999999,6.5,9.3000002,9.8000002,9.6000004,9.3999996,8.3000002,6.5999999,3.5,3.5,4.1999998,4.3000002,4.4000001,3.9000001,3.7,3.9000001,4.8000002,7.4000001,7.3000002,7.0999999,7,6,4.6999998,4.4000001,4.6999998,5.9000001,5.8000002,6.1999998,5.4000001,5.3000002,5.1999998,6.4000001,9.1000004,8.8999996,8.5,8.6000004,7.6999998,6.5,4.1999998,4.0999999,4.6999998,4.8000002,4.5,4.4000001,4.3000002,4.3000002,6,8.5,8.8000002,8.6999998,8.6999998,7.9000001,6.5,3.2,3.4000001,4.1999998,4.0999999,4.1999998,3.9000001,3.8,3.9000001,5.0999999,7.6999998,7.6999998,7.5,7.8000002,6.6999998,5.3000002,4.1999998,4.6999998,5.4000001,5.6999998,5.6999998,5.1999998,4.9000001,4.6999998,5.6999998,8.1000004,8.3000002,8,8.3000002,7.4000001,6.0999999,4.8000002,4.5,5.0999999,5.1999998,5.5,5.3000002,5.5,5.6999998,6.6999998,9.1000004,9.1999998,9.1000004,9.6000004,8.3000002,6.8000002,5.8000002,6,6,6.5999999,6.5,5.9000001,5.4000001,5.5,6.9000001,8.5,9,9.1000004,9.6000004,8.8000002,7.1999998,4.6999998,4.5,4.9000001,5.6999998,5.5999999,5.5999999,5.1999998,5.4000001,6.6999998,9.6000004,10.6,10.6,11,9.3999996,7.5999999,4,4.3000002,5.3000002,5.5,5.5,4.8000002,4.5,4.5,5.5999999,7.5999999,8,7.8000002,7.9000001,6.8000002,5.5,4.5999999,4.5,4.9000001,5.0999999,5.3000002,4.8000002,4.6999998,4.8000002,5.9000001,8.3000002,9.1000004,9.3999996,9.8999996,8.6999998,6.6999998,5.5,4.8000002,5,5.4000001,5.5,5.4000001,5,4.6999998,6.1999998,7.5,9.8000002,9.8999996,10.7,9.5,7.4000001,4.3000002,4.5,5.3000002,5.6999998,5.5999999,5.3000002,4.9000001,4.9000001,6.0999999,8,8.6000004,8.6999998,8.8000002,7.8000002,6.6999998,5.9000001,6.3000002,6.6999998,6.8000002,6.9000001,6.0999999,5.4000001,5.5,6.8000002,8.8000002,9.3000002,9.8000002,9.8999996,9.1999998,7.5999999,6.3000002,6.4000001,8.6000004,9.1000004,7.5999999,6.1999998,5.4000001,5.4000001,6,9.8999996,9.8999996,9.6000004,9.8000002,9.3999996,7.5999999,5.1999998,6.0999999,6.1999998,6.4000001,6.5,6,5.4000001,5.4000001,6.6999998,8.8000002,9.1000004,9.6999998,10,9.3999996,7.8000002,4.0999999,4.4000001,5.6999998,6,5.8000002,5,4.8000002,4.9000001,5.9000001,8.3999996,8.1000004,7.5999999,7.8000002,7,5.8000002,3.9000001,4.5,5.1999998,5.5,5.5999999,5.0999999,4.5999999,4.6999998,5.6999998,8.1000004,8.3000002,8.1999998,8.5,7.5999999,6.4000001,3.5999999,4.0999999,5.3000002,5.5,5.1999998,4.5,4.3000002,4.4000001,5.5,7.8000002,8,7.6999998,7.9000001,7,5.8000002,4.8000002,5,5.6999998,6.4000001,5.9000001,5.3000002,5.6999998,5.8000002,7.0999999,9.5,10.1,10.2,10.4,9.1999998,7.4000001,3.3,3.7,4.5999999,4.5999999,4.5,4,3.7,3.7,4.6999998,6.9000001,7.0999999,6.8000002,7,5.9000001,4.8000002,5,5.5999999,7.5999999,7.5,6.1999998,5.0999999,4.3000002,4.3000002,4.9000001,8.3999996,8.6000004,7.8000002,8,7.5,6.0999999,4.6999998,5.5,6.3000002,6.5999999,6.1999998,5.5,5.3000002,5.3000002,6.6999998,9.3000002,9.6000004,9.1000004,9.3000002,8.3999996,7,3.9000001,4.5999999,5.3000002,5.4000001,5.1999998,4.8000002,4.3000002,4.3000002,5.4000001,7.4000001,7.5999999,8,8.1999998,7.4000001,6.0999999,3.5,4,4.9000001,5.0999999,5.0999999,4.5,4.3000002,4.0999999,5.1999998,7.5999999,8,7.6999998,7.9000001,6.8000002,5.5,3.5999999,4,5.0999999,5.1999998,5,4.5,4.3000002,4.1999998,5.1999998,7.3000002,7.4000001,7.0999999,7.3000002,6.3000002,5.1999998,3.4000001,3.7,4.3000002,4.6999998,4.6999998,4.1999998,4.1999998,4.3000002,5.4000001,7.8000002,8,7.6999998,7.9000001,6.8000002,5.5,4.6999998,5.0999999,6.3000002,6.9000001,6.4000001,5.5999999,5.5999999,5.8000002,6.9000001,9.3000002,9.6000004,9.1999998,9.6999998,9.1000004,7.5999999,4.8000002,5.3000002,6.4000001,7.3000002,6.9000001,6.1999998,5.8000002,5.5999999,7,9.8000002,10.6,10.8,11,9.8000002,8,4.3000002,4.1999998,4.6999998,4.8000002,4.9000001,4.5,4.4000001,4.5,5.6999998,7.5,7.5999999,7.6999998,7.9000001,6.8000002,5.6999998,2.9000001,3.2,3.9000001,4,4,3.7,3.5,3.4000001,4.4000001,6.6999998,7.1999998,7,7.1999998,6.0999999,4.9000001,5.3000002,5.3000002,7.0999999,7.4000001,6.3000002,5.1999998,4.5,4.5,5,8.3999996,8.6000004,8.1000004,8.3000002,7.6999998,6.4000001,3.5999999,3.8,4.5,4.5999999,4.5999999,4.1999998,4.0999999,4.3000002,5.1999998,7.4000001,7.8000002,7.5999999,7.6999998,6.5999999,5.3000002,5.0999999,5.0999999,6.9000001,7.5,6.4000001,5.3000002,4.5,4.5999999,5.0999999,8.1999998,9.3999996,9.1999998,9.5,9,7.5,3.3,3.5,4.3000002,4.5999999,4.4000001,4,3.7,3.9000001,4.8000002,6.9000001,7.5,7.0999999,7.3000002,6.3000002,5.0999999,5.6999998,6.0999999,6.5999999,7,7,6.0999999,5.6999998,5.8000002,7.0999999,9.8000002,10.3,10.4,10.2,9.1000004,7.6999998,3.3,3.3,3.8,3.9000001,3.9000001,3.5999999,3.5,3.7,4.5999999,6.3000002,6.9000001,6.6999998,6.8000002,5.8000002,4.5999999,3.5,3.4000001,4.0999999,4.5,4.5,4.1999998,4,4.0999999,5.0999999,7.3000002,7.5999999,7.5,7.6999998,6.6999998,5.3000002,4.3000002,4.1999998,5.5999999,5.3000002,5.5,5,5.0999999,5.8000002,6.9000001,8.8999996,8.8999996,9,9.1999998,8.1000004,6.6999998,4.5,5.4000001,6.9000001,6.4000001,5.9000001,5.5,5,5,5.8000002,8.3000002,9.1000004,8.8000002,9.3999996,8.8000002,7,4.1999998,4.3000002,5.4000001,5.4000001,5.1999998,4.5999999,4.5,4.4000001,5.5,7.5999999,8.1999998,7.9000001,8,6.9000001,5.5999999,4.0999999,4.9000001,7.0999999,7.3000002,6.4000001,5.6999998,5.1999998,5.1999998,6.0999999,9.6000004,9.6000004,9.1000004,9.3000002,8.3999996,6.9000001,3.5,3.8,4.5999999,4.8000002,4.6999998,4.1999998,3.9000001,3.9000001,5,7.3000002,7.6999998,7.5999999,7.8000002,6.5999999,5.4000001,4.4000001,4.5,5,5.1999998,5.3000002,4.8000002,5,5.1999998,6.5,8.6999998,8.8999996,8.8999996,9.1000004,8.1000004,6.5,3.5,4.0999999,5.5,5.5999999,5.1999998,4.6999998,4.3000002,4.6999998,5.3000002,8.1000004,8,7.6999998,7.9000001,7.0999999,6.0999999,3.3,3.4000001,4,3.9000001,4,3.5999999,3.4000001,3.4000001,4.0999999,5.9000001,6.1999998,6.0999999,6.0999999,5.1999998,4.4000001,3.5999999,3.8,4.4000001,4.5,4.9000001,4.3000002,4.0999999,4.3000002,5.5,7.6999998,7.8000002,7.8000002,8.3000002,7.0999999,5.6999998,4.1999998,4.4000001,4.9000001,5.0999999,4.9000001,4.5999999,4.5,4.5,5.5999999,7.9000001,9,8.8999996,9.1999998,8.1000004,6.5,3.7,4,4.5999999,4.5,4.6999998,4.5,4.0999999,4.0999999,5.3000002,7.4000001,8.1999998,8.1000004,8.3000002,7.5,6.0999999,3.8,4.5999999,6.1999998,5.9000001,5.5,4.9000001,4.5999999,4.6999998,5.9000001,8.3000002,8.8999996,8.3999996,8.6000004,7.5999999,6.0999999,3.4000001,3.8,4.5,4.5,4.4000001,4,3.8,3.7,4.8000002,7.0999999,7.4000001,7.0999999,7.3000002,6.1999998,5.0999999,4.8000002,4.9000001,5.6999998,6,6.1999998,5.1999998,4.8000002,4.9000001,6.1999998,9,9.5,8.6999998,8.8999996,7.9000001,6.5,3.7,3.8,4.8000002,4.8000002,4.5,4.3000002,4.1999998,4.1999998,4.9000001,6.6999998,7.4000001,7.5,7.8000002,6.8000002,5.5999999,3.0999999,5.5,7.1999998,7.0999999,6.1999998,6,5.5,5.0999999,6.4000001,11.7,10.9,9.6999998,8.5,7.3000002,5.6999998,2.7,5.8000002,7,7.0999999,6,5.4000001,4.8000002,5.1999998,7,13.9,13.1,11.3,9.6000004,7.8000002,5.5999999,5.9000001,8.5,9.1000004,9.1999998,6.1999998,5.5,5,5.1999998,7.4000001,11.8,12,12.2,10.4,8.8000002,6.8000002,5.1999998,8.3999996,9.1999998,9.5,8.5,7.4000001,7.5,7.3000002,8.8000002,14.8,14.1,12.3,10.9,9.5,7.0999999,5,7.9000001,8.3999996,6.6999998,5.4000001,5.6999998,5.5999999,5,6.6999998,12,11.8,10.9,10.4,9.1999998,6.9000001,4,5.4000001,6.5999999,5.8000002,5,5.4000001,4.9000001,4.6999998,5.6999998,9.1999998,10.8,11.1,10.6,8.8999996,6.5,6,8.5,9.1000004,8.5,6.9000001,6.4000001,5.6999998,5.5999999,7.0999999,11.4,11.7,11.1,10.6,9.5,7.3000002,7,7.8000002,8.1000004,7.3000002,7.6999998,7.0999999,6.5,5.5999999,7.5999999,10.9,11.8,12.1,11.4,10.1,7.9000001,6,8.6000004,9.6999998,8.3000002,7.0999999,7.4000001,6.4000001,6.1999998,7.6999998,12.2,13.3,13.4,12.7,11.5,9.3999996,4.5,5.5,6.9000001,6.4000001,5.4000001,5,4.5,4.5,6.3000002,10.7,12.5,12.2,11.2,9.8000002,7.9000001,3.0999999,4.1999998,5.0999999,4.6999998,4.3000002,4.4000001,3.7,3.5,4.6999998,8.3000002,8.6000004,7.9000001,7.1999998,6,4.6999998,3.5,6.5,7.8000002,7.6999998,6.5999999,6.3000002,5.6999998,6,8.1000004,14.1,12.9,11.4,9.8000002,8.3000002,6.1999998,3,4.8000002,5.5,7.3000002,6.0999999,4.5999999,4.0999999,4.4000001,5.6999998,11,11.5,10.4,9,7.5999999,5.8000002,2.9000001,6.4000001,8,8.3999996,7.4000001,8.1000004,7.5,7.0999999,7.6999998,15,14.8,13.2,11.6,9.6000004,7.3000002,2.9000001,3.9000001,4.5,4.0999999,3.8,4.0999999,4.1999998,4,5.4000001,8.3999996,8.3999996,8.6000004,7.9000001,7.0999999,6.0999999,4.0999999,5.3000002,5.9000001,5.3000002,4.5999999,4.5999999,4.0999999,4,5.3000002,8.6999998,9.6000004,9.6999998,8.8999996,7.8000002,6.1999998,3.7,6.5999999,8.1000004,8.6999998,7.9000001,7.8000002,7.0999999,6.6999998,8,12.5,13.2,11.8,10.6,9,7.1999998,2.7,6.3000002,8.3999996,7.9000001,6.5,6.1999998,5.3000002,5.5,7.0999999,14,13.1,11.7,10.1,8.5,6.4000001,2.7,4,5.3000002,5.0999999,3.9000001,4,3.8,3.8,4.9000001,7.9000001,8.6000004,8.1000004,7.8000002,6.3000002,4.9000001,6.3000002,8.6999998,10.3,8.1000004,5.9000001,6,5.4000001,6.1999998,9.1000004,15.3,12.9,11.8,11,9.1999998,7.0999999,3.9000001,5.4000001,6,5.1999998,4.5999999,4.9000001,5,6.0999999,8.6000004,11.8,12,12.2,10.9,9.8000002,7.9000001,4,4.9000001,5.8000002,4.8000002,4.0999999,4.1999998,3.9000001,4,6.4000001,11.7,12.5,11.5,10.4,8.8000002,6.5999999,4.9000001,9.1000004,10.1,8.6000004,7.4000001,7,6.3000002,6,8.1999998,15.1,14.8,12.4,11,9.5,7.3000002,7.5999999,8.1999998,8.8999996,7.8000002,6.3000002,6.4000001,5.5999999,5.4000001,7.6999998,12.9,13.4,13.4,12.3,10.3,8.5,4.0999999,5.5999999,6.0999999,5.6999998,4.6999998,4.6999998,4.4000001,4.3000002,5.9000001,10.4,10.7,10.6,9.5,8.6999998,6.9000001,4.4000001,6,6.8000002,6.1999998,5.3000002,5.4000001,5.4000001,5.3000002,6.0999999,8.8999996,10.1,10.5,10.5,9.6999998,8.1000004,2.7,3,3,3.2,2.9000001,3,3.3,3.2,4.3000002,6.9000001,8.8999996,9.1000004,8.5,7.9000001,6.3000002,4.3000002,5.5999999,5.5,5,4.6999998,4.6999998,4.5,4.9000001,6.3000002,10.1,12.1,13,12.4,11,8.3999996,3.2,6.0999999,6.5999999,7.0999999,6.5,6,5.8000002,5.5999999,7.0999999,12.8,12.3,11,9.6999998,8.1999998,6.3000002,4.0999999,5.1999998,5.8000002,6.0999999,4.9000001,4.1999998,4.1999998,4.9000001,6,11.3,11.7,10.6,9.1000004,7.5,5.9000001,4.3000002,6.0999999,7.4000001,6.6999998,5.6999998,6,5.1999998,4.4000001,5.8000002,9.3999996,9.3000002,9.5,9.1000004,8,6.4000001,2.9000001,4.3000002,5.9000001,5.5,4.5,4.3000002,3.9000001,3.8,4.6999998,7.8000002,8.1999998,8.1000004,7.4000001,6.3000002,5.0999999,5.8000002,8.1999998,10.9,9.8000002,8.5,8.3999996,8,7.5,10.1,15.8,15.7,15.5,14.3,13,10.3,3.2,4.5999999,5.6999998,5.5,5,4.6999998,4.3000002,4.4000001,5.5999999,9.5,10.1,9.8000002,8.8999996,7.5,6,3.2,4.9000001,6.5,6.1999998,5.1999998,4.8000002,4.1999998,4.4000001,6.1999998,10.3,10.9,10.7,9.6999998,8.3000002,6.5,5.4000001,7.5,7.6999998,7.1999998,6.3000002,6.0999999,5.5,5.6999998,7.5,13.8,13.5,11.9,10.5,9,6.8000002,3.4000001,4.3000002,4.4000001,4.0999999,4,4.0999999,4,4.3000002,5.3000002,7.4000001,8,8.1999998,7.6999998,7,5.9000001,6.5,8.8999996,9.8000002,8.3000002,7.8000002,6.9000001,6.4000001,7.0999999,10.6,17.1,17.6,18.1,17.700001,15.3,13.3,4.3000002,6.3000002,7.3000002,7.6999998,6.8000002,6,5.1999998,5.0999999,6.6999998,10.5,9.6999998,8.8999996,8,6.8000002,5.4000001,4.5999999,6.6999998,7.3000002,6.5999999,6.1999998,6.1999998,5.4000001,5.4000001,6.5,10.4,10.1,9.6000004,8.6000004,7.9000001,6.1999998,3.2,5,6.3000002,6.0999999,5.3000002,5.0999999,4.5999999,4.6999998,6,10.6,11.1,10.5,9.5,8.1999998,6.5,6,9.6000004,10.3,8.5,7.6999998,7.1999998,6.5,6.4000001,8.8999996,13.6,14.7,14.6,13.5,11.8,9.6999998,3.7,6.0999999,7.4000001,6.5,5.3000002,5.3000002,4.9000001,4.8000002,6.5999999,11.4,11.3,11.4,10.6,9.1999998,7.4000001,3.8,5.5999999,6.4000001,5.3000002,4.5,4.5,4,4,5.5999999,9.6000004,10.3,10.1,9.1000004,7.8000002,5.8000002,3,4.3000002,5.1999998,4.9000001,4.1999998,4.1999998,3.5999999,3.5,4.6999998,8.8000002,9.1000004,8.5,7.5,6.1999998,5,5.0999999,7.0999999,7.1999998,6.0999999,5.8000002,5.9000001,5.5,5.1999998,6.5999999,9.6000004,10.6,11.3,10.8,9.3999996,7.4000001,5.5999999,6.5999999,7.6999998,7.4000001,5.8000002,5.8000002,5.3000002,5.0999999,5.6999998,8,10.1,10.9,10.7,9.8999996,8.3000002,5.5999999,7.1999998,7.4000001,7.4000001,6.4000001,5.9000001,5.3000002,5.6999998,6.9000001,8.6999998,11.1,13.4,13.4,11.6,9.1999998,3.4000001,5.6999998,6.5999999,6.4000001,5.3000002,5,4.4000001,4.5999999,6.4000001,12.7,12.9,11.4,9.8999996,8.3999996,6.3000002,3.9000001,4.3000002,4.9000001,4.8000002,4.1999998,4.0999999,3.5999999,3.7,5,8.8999996,10.9,11.1,10.6,8.8000002,6.6999998,2.9000001,4.1999998,5.5999999,5.3000002,4.5,4.5,4,4.0999999,5.6999998,9.8999996,9.8999996,9.5,8.3999996,7.0999999,5.6999998,4.5,5.5999999,6.8000002,5.5999999,4.6999998,4.9000001,4.5999999,4.4000001,6.4000001,10.8,11.2,10.6,9.8999996,8.3999996,6.5999999,3.9000001,6,7.5999999,7.1999998,5.8000002,5.5999999,5.4000001,5.5999999,7.5,14.2,12.8,12.3,11.4,10.1,8.1999998,5.1999998,7.9000001,8.5,7.4000001,5.9000001,5.8000002,5.5999999,5.3000002,7.1999998,11.8,11.9,10.9,9.8000002,8.6999998,7.0999999,3.7,6.5999999,7.0999999,6.9000001,6,5.5999999,5,4.9000001,7.1999998,13.9,12.7,11.2,9.6000004,8.3000002,6.1999998,4.1999998,7.1999998,8.1999998,7.1999998,6.5,7.0999999,6.0999999,5.5999999,8.1000004,15.2,13.3,12.4,10.8,9,6.4000001,3.8,4.5999999,5.4000001,4.9000001,4.5999999,4.6999998,4.4000001,4.0999999,5.9000001,11,11.5,11.3,10.6,9.1000004,6.5999999,3.7,5.5,6,5.1999998,5.1999998,5.0999999,4.0999999,3.9000001,5.5999999,9.3999996,10.4,10.3,9.8000002,8.1999998,6.1999998,6.8000002,6.9000001,6.5,7.0999999,6.5999999,5.8000002,5.5,5.3000002,6.4000001,10.7,12.7,12.4,12,10.5,7.8000002,2.9000001,4.3000002,5.8000002,5.6999998,5.0999999,5,4.5,4.5,5.9000001,10.6,10.7,9.8999996,8.6999998,7.5,6,4.4000001,9,10,7.8000002,6.8000002,7.3000002,6.1999998,7.0999999,8,12.4,12.4,11.9,12.2,11,7.6999998,3.9000001,6.6999998,8.1000004,8.8000002,7.0999999,6.8000002,6.6999998,6.3000002,8.1000004,13.5,12.3,11.8,10.6,8.3000002,6.4000001,3.5999999,4.8000002,6.4000001,6.4000001,5.5,5.0999999,4.8000002,4.5999999,6.0999999,10.1,10.1,9.5,8.8000002,7.8000002,6.0999999,4.5,6.3000002,7.9000001,7.0999999,6.3000002,6,5.5,5.3000002,7.4000001,12,12.6,12.5,11.5,10.3,8,3.5999999,4.9000001,6.3000002,5.5999999,4.4000001,4.0999999,3.7,3.8,5.0999999,9.3000002,9.6999998,9.6000004,8.6000004,7.5999999,5.9000001,5.4000001,8.3999996,9.3000002,7.9000001,7,6.6999998,5.6999998,6,7.6999998,11.3,11.6,12.2,11.5,10,8,4.3000002,5.4000001,6.5,6.4000001,5.4000001,5.3000002,4.4000001,4.5,5.5999999,8.5,8.3000002,8.3000002,8,7,6.0999999,2.5,3.4000001,4.3000002,4.1999998,3.8,3.7,3.3,3.2,4,6.5,6.5999999,6.5,6.0999999,5.3000002,4.5999999,4,5.5,5.6999998,5.5,4.5999999,4.5,4.5999999,4.3000002,5.9000001,10,10.2,9.6999998,9,8.3999996,6.5999999,3.7,5,5.5,5.0999999,4.5999999,4.8000002,5,5,6.8000002,9.8999996,10,10.3,10,9.6000004,8.1000004,4.0999999,5.5999999,7.6999998,6.5999999,4.9000001,4.8000002,4.1999998,4.1999998,6,10.9,11.4,11.3,10.4,9,7.0999999,3.9000001,5.4000001,5.5999999,5,4.6999998,4.8000002,5.1999998,5.1999998,6.6999998,10.6,10.6,11,10.4,9.6000004,7.8000002,4.3000002,6.8000002,7.5999999,7.5999999,6.5999999,6.4000001,6.1999998,6.6999998,7.1999998,11.3,12.4,11.9,11,10.1,7.8000002,4.0999999,5.8000002,6.5999999,6.4000001,5.6999998,5.8000002,5.1999998,5.0999999,6.4000001,10.1,10.2,10.1,9.1000004,8.1000004,6.4000001,3.5999999,4.1999998,5.1999998,4.6999998,4.4000001,4.1999998,3.5,3.4000001,4.8000002,9.1000004,10.2,9.3000002,8.5,6.5999999,5.4000001,3.4000001,5.5,6.4000001,6.1999998,5,4.8000002,4.5999999,4.6999998,6.3000002,11.2,12,10.9,9.8999996,8.6000004,6.5,5.3000002,8.1999998,10.6,9.6999998,8,7.6999998,7.5,7.4000001,9.1999998,14,14.9,14.6,13.4,11.8,8.8999996,6.5999999,9.6999998,9.6999998,8.5,7.0999999,6.8000002,6.1999998,6.1999998,7.9000001,11.9,13.7,14.2,13.2,11.9,9.5,4.6999998,6.8000002,8,8.8000002,7.3000002,6.5999999,5.9000001,6.1999998,7.4000001,12.6,13.2,12.3,11.3,9.6999998,7.5,4.4000001,6.5,6.3000002,7.5,7.1999998,5.4000001,5,6,6.8000002,12.7,14.1,12.5,10.9,9.3000002,7.0999999,5.8000002,7.4000001,9.3000002,8.5,9,8.6000004,7.6999998,6.4000001,8,16.299999,16.700001,14.6,13.2,11.2,8.6000004,3.5,6.0999999,6.8000002,5.6999998,4.8000002,4.9000001,4.5999999,4,5.3000002,8.8000002,9.6999998,9.8000002,9.3000002,8.1000004,6.5,6.3000002,9.1999998,9.8000002,11.3,10.7,9.6999998,8.8999996,10,10.9,16.799999,17.6,18,17.200001,15.1,11.9,3.8,7.0999999,7.1999998,7.1999998,6.1999998,5.4000001,5.0999999,4.9000001,6.5,12.1,13.2,11.8,9.8999996,8.1999998,6,3.4000001,5.1999998,6,6,5.1999998,5,4.3000002,4.4000001,5.8000002,10.6,11.4,10.4,9.3000002,7.9000001,6.0999999,4,6.1999998,7.8000002,7.5999999,6,5.9000001,5.0999999,5.3000002,7.6999998,12.4,12,10.8,9.6000004,8.3000002,6.1999998,8.8000002,7.9000001,8.5,7.9000001,7.1999998,6.9000001,5.5999999,6.3000002,7.8000002,11.9,14.7,15.6,14.7,12.4,9,3.2,5,7.3000002,8.6999998,6.9000001,5.3000002,4.1999998,3.7,5.0999999,9.3000002,9.8000002,9.3999996,8.6999998,7.4000001,5.8000002,7.3000002,8,8.3999996,8.8000002,6.8000002,7.3000002,5.8000002,5.5999999,7,10.8,14.8,14.9,13.6,12.9,9.8999996,2.7,4,5.3000002,5.1999998,4.8000002,4.5,3.9000001,3.9000001,5.5,10,10,9.1000004,7.9000001,6.5999999,5.1999998,6.6999998,9,10,10.7,9.6000004,8.6000004,7.5,6.5999999,8.8000002,13.7,14.1,14.9,13.5,11.5,9.3000002,2.4000001,3.9000001,5.6999998,5.3000002,4.3000002,4.0999999,3.5999999,3.5,4.5999999,8.3000002,8.3000002,7.9000001,7.0999999,6,4.9000001,6,8.5,9,8.1999998,7.3000002,7.0999999,6.3000002,6.1999998,8.3999996,13.2,13.7,14,12.4,11,8.8999996,5.3000002,7,8,8,6.9000001,6.5999999,6.6999998,6.4000001,7.5999999,11.8,14.3,16.9,15.3,12.4,9.6000004,2.9000001,3.5999999,4.5,4.4000001,4.0999999,4,3.7,3.4000001,4.6999998,7.9000001,7.8000002,7.9000001,7.4000001,6.4000001,5.1999998,3.9000001,5.5999999,6.4000001,6.0999999,5.3000002,5.1999998,4.6999998,4.5,5.6999998,8.8000002,9.1999998,9,8.5,7.8000002,6.4000001,3.5,6,8.3999996,7.3000002,6,5.6999998,5.4000001,5.4000001,7.5,12.7,13.4,11.8,10.4,8.8999996,6.5999999,5.5,7.3000002,7.5999999,8.1000004,8.1000004,8,7.0999999,6.3000002,7.6999998,12.6,13.9,13.9,13,11.8,9.5,3.5,5.0999999,5.9000001,6.0999999,5.1999998,4.5999999,4.3000002,4.3000002,5.5999999,10.4,11,10.3,9.1999998,7.6999998,5.6999998,3.5999999,9.6999998,9.3000002,7,6.5,7.1999998,5.5999999,5.8000002,7.5999999,11.9,11.9,11.3,10.7,9.5,6.8000002,2.7,2.7,3.5,3,2.5999999,3.3,3,2.5,2.4000001,3.2,2.9000001,2.8,2.9000001,2.5,2.7,3.2,2.9000001,3.4000001,3.5,3.3,3.4000001,3.5999999,3.0999999,2.9000001,4.3000002,4.5,3.9000001,3.4000001,3.2,3.0999999,6,5.9000001,5.9000001,5.5,4.9000001,5.5999999,6,6.5999999,6.4000001,6,5.4000001,6,7,7.5999999,6.5,2.5,2.2,2.8,3,2.4000001,2.8,2.5,2.5999999,2.0999999,2.5,3.3,3.9000001,3.4000001,2.9000001,2.8,3.8,3.3,4.5,4.8000002,4,4,3.7,3.5999999,3.2,3.8,4,3.8,3.4000001,3.9000001,3.4000001,2.0999999,2.2,2.5,2.3,2.4000001,2.4000001,2.2,2,2.0999999,3,2.5999999,2.2,1.8,2,1.8,2.9000001,3.0999999,3.7,3.3,3.4000001,2.5999999,2.5999999,2.5999999,2.4000001,3.2,2.7,2.3,2,2.2,2.5999999,2.3,2.4000001,3.0999999,3.0999999,2.8,2.8,2.7,2.7,2.8,3.5,3.5999999,3.3,2.8,2.5,2.5,2.0999999,2.0999999,2.8,2.9000001,2.7,2.7,2.5999999,2.5999999,2.7,4.0999999,3.5,3.3,2.9000001,2.8,2.4000001,3.4000001,3.2,3.9000001,3.8,3.5999999,3.7,3.4000001,3,3.0999999,3.4000001,3.0999999,3,3.2,3.3,2.9000001,2.0999999,2.5,3,3.2,2.8,2.7,2.7,2.7,3,5.1999998,3.2,2.9000001,2.7,2.3,2,2.9000001,2.8,3.5999999,3.4000001,3.4000001,3.3,3.8,3.3,3.2,3.5999999,2.0999999,1.8,1.5,1.4,1.5,3.2,3.3,4.0999999,3.8,3.5999999,3.4000001,3.3,3.8,3.2,4.1999998,3.2,2.0999999,1.6,1.4,1.3,4.1999998,4.1999998,5.3000002,5.1999998,4.9000001,5.5999999,5.0999999,5.5,5.5999999,5.3000002,4.8000002,4.9000001,5.0999999,6,5.5999999,4.1999998,4.5,5.6999998,5.8000002,5.5,5.1999998,4.9000001,5.1999998,4.9000001,6.6999998,6.9000001,6,5.4000001,5.3000002,5.5999999,2.9000001,2.9000001,3.5,3.5999999,3.2,3,3.4000001,3.4000001,3,3.5999999,3.4000001,3.2,3.0999999,3.4000001,3.0999999,3.0999999,2.5,2.8,2.4000001,3.0999999,3.2,3.2,2.7,2.8,3.5,2.5999999,2.4000001,2.4000001,2.3,2,2.8,2.8,3.5999999,3.4000001,3.0999999,3.2,3,2.9000001,3,4,3.5,3.7,3.4000001,3,2.8,3.0999999,3.0999999,3.8,4.0999999,3.7,4,3.5999999,3.5999999,4.0999999,4.1999998,3.7,3.5,3.2,2.9000001,2.8,2.5,2.4000001,3.4000001,3,2.5,2.9000001,3.0999999,2.7,2.4000001,3.3,3,3,2.7,2.3,2.4000001,3,2.8,3.9000001,4,3.5,3.7,3.5,4,3.5,3.7,3,2.9000001,2.7,2.5999999,2.0999999,4.5999999,5.1999998,5.8000002,6,6,4.9000001,4.6999998,4.8000002,4.0999999,4.6999998,5.3000002,5.1999998,5.0999999,4.6999998,4,2.8,3.0999999,3.5,3.5999999,3.4000001,3.3,3.2,3.2,3.3,4.1999998,3.5,3,2.5,2.3,2.4000001,2.8,2.9000001,3.5999999,3.5999999,4.1999998,3.5999999,3.2,3.5999999,3.5999999,3.5999999,3.5999999,3.0999999,3.0999999,3,3,4.9000001,4.9000001,6.3000002,6.6999998,5.8000002,5.5999999,5,5,5.0999999,5.1999998,4.8000002,4.5999999,4.3000002,4.1999998,4.1999998,2.9000001,2.9000001,3.2,3.2,2.9000001,2.9000001,2.8,2.8,2.9000001,3.9000001,4.4000001,3.7,3.2,3,3,3.0999999,2.8,3.9000001,3.9000001,3.4000001,3.7,3.2,3.0999999,2.4000001,3.3,2.2,1.8,1.5,1.5,1.5,4.6999998,4.9000001,5.5999999,5.9000001,5.5999999,4.9000001,4.5,4.5999999,4.5,4.6999998,5,4.6999998,4.4000001,4.1999998,4,4.4000001,4.0999999,4.6999998,4.8000002,4.5,4.5,3.8,4.0999999,4.5999999,4.3000002,5.1999998,5.4000001,5.3000002,4.5999999,3.9000001,3,3.2,3.9000001,3.9000001,3.5999999,3.5999999,3.3,3.4000001,3.5,4.3000002,4.5999999,4,3.5999999,3.3,3.3,4.6999998,4.1999998,5.5,5.4000001,5.3000002,5.9000001,6,5.8000002,4.1999998,3.9000001,2.5999999,2.2,1.6,1.5,1.3,3.8,3.7,4.4000001,4.1999998,3.8,4.1999998,4.1999998,4.0999999,3.3,4.0999999,4,4.3000002,4.0999999,4.4000001,3.8,4.1999998,3.8,4.5999999,4,3.8,4.6999998,4,4.1999998,4.5,4,5.6999998,6.1999998,6.6999998,6,6.3000002,5.1999998,4.3000002,6.1999998,6.9000001,8.1000004,6.5,6.0999999,5.5999999,5.1999998,5.9000001,6.4000001,6.9000001,6.4000001,6.0999999,5.5999999,3.4000001,4.3000002,4.9000001,5.4000001,4.6999998,4.5999999,4.4000001,4.5,4.3000002,5.3000002,5.3000002,4.8000002,4.3000002,4.1999998,4.3000002,3.4000001,3.2,3.9000001,4.1999998,4,3.8,4,4,3.8,4.1999998,3.8,3.8,4.0999999,3.8,3.5999999,2.4000001,2.4000001,2.9000001,3.0999999,2.9000001,3.0999999,3.9000001,3.0999999,3.5999999,7.9000001,4.5999999,3.5,3,2.9000001,2.8,2.5,2.4000001,3.0999999,3.0999999,2.7,3.0999999,3.0999999,3,2.5999999,3.9000001,2.8,2.8,2.3,2.4000001,2.5999999,2.8,3,3.5999999,3.7,3.3,3.4000001,3.5,3.3,3.9000001,5.0999999,3.8,3.8,3.5999999,3.4000001,3,9.5,8.3999996,12.1,10.9,9.3999996,9.3000002,9.1000004,9.1000004,9.5,11.5,10.9,10.9,10.5,12.3,11.4,2.4000001,3.2,3.5,2.9000001,2.9000001,2.7,3.9000001,3.5999999,4.5999999,10.6,4.3000002,3.0999999,2.7,2.5,2.3,5.1999998,5.4000001,6.3000002,5.4000001,6.1999998,5.8000002,5.4000001,5,4.1999998,5.1999998,3.9000001,4,3.7,4,5,5.5999999,5,5.4000001,5.3000002,6.6999998,6.8000002,7,6.3000002,5.3000002,5,5.0999999,5.4000001,5.1999998,4.5999999,4.6999998,2.5999999,2.3,2.2,2.9000001,3.0999999,2.3,2.3,1.6,1.3,2.0999999,2.3,2,2.0999999,2.0999999,2.0999999,2.8,2.7,3.5,3.4000001,3.2,2.9000001,2.5999999,2.5,2.4000001,3.2,2.8,2.2,1.8,1.7,1.6,2,2,2.3,2.4000001,2.3,2.7,2.5,2.3,2.0999999,2.9000001,2.7,2.5999999,2.7,2.4000001,2.2,2.5,2.5999999,3.4000001,3.7,3.2,3.2,3,2.9000001,2.9000001,3.5,4.0999999,3.8,3.4000001,3.0999999,2.8,2.8,2.9000001,3.8,4,4.3000002,5,5.1999998,3.9000001,3.2,3.0999999,2.7,3,3.3,3.9000001,3.5,2.9000001,3,4,3.7,3.8,3.8,3.5999999,3.3,3.3,4,3.7,3.5999999,3.2,2.9000001,2.5999999,3.5999999,3.3,4.4000001,4.3000002,4.6999998,4.8000002,4.5999999,4.1999998,4.3000002,4.9000001,5.0999999,5,4.9000001,4.9000001,4.5999999,3.2,3.2,3.9000001,4,3.5,3.5,3.0999999,3,3,3.7,3.5,3.2,2.7,2.7,2.5999999,4,3.9000001,4.6999998,4.9000001,4.6999998,4.8000002,4.5999999,4.5999999,4.4000001,5.1999998,4,4.4000001,4,4.3000002,4.4000001,2.9000001,2.4000001,3.2,3.2,2.7,2.3,2.0999999,1.9,1.7,2.5,2.2,1.4,1.1,1.2,1.2,7.4000001,7.4000001,9.8000002,10,9.8000002,8.5,7.5999999,7.6999998,9.3000002,14.7,15.9,14.3,12.6,12.7,9.1999998,4.5999999,5,6.5,6.9000001,6.8000002,6.1999998,6.0999999,6.3000002,7.4000001,11.3,10.7,9.5,7.6999998,7.8000002,5.8000002,4.1999998,4.5,6.3000002,7.0999999,7.3000002,6.5,5.5,6,7.5,12.5,11.9,9.8999996,8,8.1000004,6,5.0999999,6,7.5,8,7.5999999,7.4000001,6.6999998,7,8,13.6,12.9,10.9,9.3999996,9.5,7.1999998,5.5,4.9000001,6.1999998,6.6999998,6.9000001,6.5999999,5.9000001,6.0999999,6.6999998,8.8000002,10.6,9.8999996,8.5,9,6.9000001,3.5,4.3000002,5.9000001,5.3000002,5.3000002,4.5999999,4.1999998,4.4000001,5.4000001,10.7,10,8.1000004,6.1999998,5.9000001,4.3000002,6.4000001,5.5999999,7,7,7.0999999,6.5999999,5.8000002,5.5999999,6.0999999,9.1999998,11.3,9.5,8.1999998,8.3000002,6.6999998,5.4000001,5.9000001,7,7.4000001,7.1999998,7,6.9000001,6.5,7.5999999,12.8,13.3,11.9,10,10.2,7.5,3.8,4,5.4000001,5.5,5.5999999,5.4000001,5.6999998,5.0999999,5.9000001,9.6000004,10,9.1000004,7.6999998,7.5,5.5,4.5999999,4.8000002,6.8000002,8,7.6999998,6.9000001,6.0999999,6.1999998,7.5999999,13.7,13,10.2,7.9000001,7.9000001,6.0999999,3.8,4.5,6.3000002,6.8000002,6.3000002,5.8000002,5.0999999,5.9000001,7,11.9,11.5,9.3999996,7.4000001,6.9000001,5.0999999,4.5,5.0999999,7.0999999,7.5,7,6.5,5.5999999,6.1999998,6.6999998,10.6,11,9.5,7.8000002,7.5,5.8000002,3.8,4,5.5,5.6999998,5.6999998,5.5,5.0999999,5.0999999,5.9000001,9.8000002,10.4,9.1000004,7.4000001,7.4000001,5.5,3.7,3.7,5.0999999,5.8000002,6.3000002,5.5999999,4.8000002,4.8000002,6,14.8,17,13.5,10.7,10.5,7.6999998,5.0999999,5.4000001,7,7.6999998,7.5999999,7.3000002,6.5,6.1999998,7.1999998,13.4,12.6,10.2,8.1999998,8.3000002,6.5,4.5,5.4000001,6.5999999,7.5,9.3000002,8.3999996,7,6.8000002,8.6000004,13.5,12.7,11.5,10.1,9.8000002,7.5,4.5,5.6999998,7.3000002,7.9000001,7.9000001,6.8000002,6.5,7,8.6999998,14.8,12.9,11.5,9.1000004,9.1999998,6.6999998,2.8,3.5999999,5.1999998,5.6999998,5.5999999,5.4000001,5.0999999,5.6999998,6.1999998,8.6999998,8.5,7.5999999,6.8000002,7,6.3000002,4.1999998,4.3000002,6.3000002,6.6999998,6.3000002,6,5.6999998,5.5999999,6.4000001,11.4,11.2,9.3000002,7.1999998,7,5.3000002,3.9000001,4.8000002,5.9000001,6.4000001,6.3000002,6.1999998,5.5999999,5.5999999,7.5,14.1,12.2,9.6000004,7.6999998,7.5,5.5,2.8,2.8,4.1999998,4.4000001,4.5,4.4000001,3.9000001,4,4.5999999,7.0999999,7.1999998,6.1999998,5.1999998,5.3000002,4.0999999,4.5,4.6999998,5.8000002,6.3000002,6.6999998,6.5,5.9000001,6,7.3000002,11.8,11.3,9.5,8,8.1000004,6.4000001,3.4000001,3.5,5.1999998,5.5999999,5.8000002,5.5,4.8000002,5,5.6999998,8.6999998,9.1999998,8,6.5999999,6.6999998,5.1999998,4.0999999,4.0999999,5.6999998,5.8000002,5.9000001,5.9000001,4.9000001,4.8000002,5.6999998,11.2,13.1,10.5,8.3000002,7.6999998,6,3.3,3.4000001,5.0999999,5.5,5.5999999,5.4000001,4.6999998,4.6999998,5.5,8.5,8.8999996,7.8000002,6.4000001,6.4000001,4.9000001,4.1999998,4.5,6,6.8000002,6.5999999,6.3000002,5.9000001,6.3000002,8.1999998,13.9,11.8,9.6000004,7.6999998,7.9000001,5.9000001,7.3000002,6.3000002,7.3000002,8.6000004,8.3999996,7.4000001,6.0999999,6.1999998,6.5999999,9.5,11.8,11.2,9.6999998,9.6999998,7.6999998,2.2,2.8,3.8,4.5,4.3000002,4.3000002,4,4.5,5,6.9000001,6.9000001,6,5.3000002,5.6999998,5,3.9000001,3.9000001,5.1999998,5.6999998,5.9000001,5.6999998,5.0999999,5.1999998,6.1999998,9.8000002,9.5,8.3000002,6.9000001,7,5.1999998,6.6999998,5.5999999,6.6999998,7.8000002,8.1999998,7.4000001,6.5,6.4000001,8.6000004,12.2,12.7,10.8,9,8.6999998,6.6999998,3.9000001,4,5.5,5.5999999,5.8000002,5.5999999,5.0999999,5.0999999,5.6999998,9.1000004,9.8999996,8.8999996,7.4000001,7.3000002,5.5,3.5,3.7,4.5999999,5.4000001,5.4000001,5.0999999,4.4000001,4.5,5.9000001,10.4,9.1000004,7.8000002,6.4000001,6.1999998,4.4000001,4.3000002,4.8000002,6,6.4000001,6.6999998,6,5.5999999,6,7.1999998,12.3,11.2,9.5,7.5,7.6999998,5.6999998,5.4000001,4.9000001,6.9000001,7.8000002,7.4000001,6.6999998,6,6.1999998,7.1999998,11.7,12.5,10.7,8.5,7.9000001,6,4.5,4.8000002,6.0999999,6.8000002,6.5999999,6.3000002,6.0999999,6.3000002,8,13.6,13.1,10.7,8.6999998,8.8000002,6.5,4.5999999,5,6.0999999,6.5999999,6.5999999,6.0999999,5.5999999,5.9000001,7.4000001,15.5,17.299999,13.5,10.4,10.5,7.8000002,6.5,5.5999999,6.3000002,7.4000001,8.1000004,7.6999998,6.1999998,6.4000001,7.5999999,11.3,11.7,9.8999996,8.3000002,8.1000004,6.5,3,2.9000001,3.9000001,4.1999998,4.3000002,4.0999999,3.8,4,4.9000001,7.9000001,7.5999999,6.3000002,5.0999999,5.1999998,4,5.6999998,6,7.3000002,8,8.1000004,7.9000001,7.4000001,8.1000004,9.8000002,15.8,13.2,11.4,9.8999996,10.2,8,6.0999999,6.5999999,7.9000001,8.6000004,8.8000002,7.5,7.5,7.9000001,8.5,11.3,12.5,11.8,10.3,10.5,8.8000002,6,5.9000001,6.9000001,7.5,8.3999996,7.6999998,6.9000001,6.4000001,7,12.3,14.5,12,10.9,10.9,8.1000004,4.3000002,4.1999998,5.5,6.5,6.0999999,5.8000002,5.0999999,5.4000001,6.4000001,9.8000002,9.6999998,8.6999998,7,6.9000001,5.3000002,2.4000001,3.3,4.5999999,5.1999998,4.9000001,4.5999999,4.3000002,4.8000002,5.3000002,8,7.9000001,6.8000002,5.9000001,6.3000002,5.5,7.8000002,6.3000002,6.6999998,6.8000002,6.5999999,6.1999998,5.3000002,5.1999998,5.5,8.3000002,10.3,9.5,8.5,8.8000002,6.6999998,3.8,3.9000001,5.1999998,6.1999998,6.1999998,5.9000001,5.0999999,5.3000002,6.1999998,9.6000004,9.6000004,8.3999996,6.8000002,6.9000001,5.1999998,3.8,3.8,5.5,5.5,5.6999998,5.3000002,4.6999998,5,6,12,11.8,9.8000002,7.0999999,6.8000002,5,2.9000001,4,5.1999998,5.6999998,5.3000002,5.1999998,5.1999998,5.6999998,6.4000001,9.6000004,9.1000004,7.8000002,7.0999999,7.4000001,6.4000001,4.8000002,5,7,7.6999998,7.6999998,7,6.3000002,6.8000002,8.1999998,12.4,11.5,9.8999996,8.3000002,8.6999998,6.4000001,3.5999999,3.7,5.1999998,5.8000002,6.0999999,6,5.3000002,5.1999998,6.1999998,9.5,9,7.9000001,6.4000001,6.3000002,4.6999998,5.4000001,5.8000002,7.1999998,7.6999998,7.8000002,7.0999999,6.4000001,6.1999998,7.0999999,12.6,11.7,9.8000002,8.3000002,8.5,6.6999998,4.4000001,4.5999999,5.8000002,6.4000001,6.8000002,6.3000002,5.4000001,5.5,7,11.5,11,9.8999996,7.9000001,7.9000001,6,2.3,3,4.1999998,4.6999998,4.5,4.4000001,4.3000002,4.8000002,5.3000002,7.6999998,7.4000001,6.4000001,5.5,5.8000002,5.0999999,7.5999999,6.9000001,9.1000004,11.5,11.2,10.1,8.3999996,8.8999996,10,14.9,14.6,13.1,11.6,11.9,9,4.1999998,4.5,5.1999998,4.6999998,4.6999998,4.0999999,3.8,3.8,4.9000001,9,8.5,6.6999998,5.0999999,5.0999999,3.8,3.7,4.3000002,5.6999998,6.0999999,6,5.8000002,5.4000001,5.4000001,6.4000001,11.8,11.1,9.1000004,7.3000002,7.1999998,5.4000001,7.5,6.3000002,7.9000001,8.5,11.3,13.5,11.2,8.1999998,8.5,12.7,12.2,9.8999996,8.3999996,10,11,4.1999998,4.5999999,6.0999999,6.6999998,6.8000002,6.5,6,6.1999998,7.5,11.6,11.4,9.6999998,8.1999998,8.3000002,6.0999999,7,8.3000002,9,10.3,10.9,10.2,9.1000004,9.3000002,10.2,14.6,13.3,11.4,9.8999996,10.1,7.8000002,4,5,5.5,6.4000001,6.4000001,6.4000001,5.6999998,5.8000002,7.0999999,11.2,11.4,10.1,8.1000004,8,6,5.5,5.6999998,6.8000002,7.6999998,8.6000004,8.5,7.1999998,7.8000002,8.6999998,12.7,12.6,10.9,9.1999998,9.1000004,7.0999999,6.6999998,5.6999998,7.4000001,8.8999996,8.8999996,8.3999996,7.1999998,7.4000001,8.6000004,14.5,16,13.3,11,9.6999998,7.5999999,5.3000002,5.5999999,7.4000001,8.3999996,8.3999996,7.9000001,7,7.1999998,8.8000002,14.3,12.3,11.1,9.5,9.6999998,7.5999999,4,4.5999999,5.5999999,6.5,6,5.5,4.9000001,5,7.0999999,13.9,12.6,9.8000002,7.6999998,7.5999999,5.5,5.5999999,5.6999998,7,8.1999998,9.1999998,8.3999996,7.4000001,7.3000002,8.5,13.5,13.4,11.6,9.8000002,9.6000004,7.4000001,4.1999998,4.4000001,6.1999998,6.8000002,7.5999999,7.1999998,5.8000002,6.0999999,7.0999999,11.1,10.6,9.1999998,7.4000001,7.3000002,5.6999998,7.1999998,7.5,9.5,10.5,10.7,10.3,8.8999996,9.5,10.2,15.3,14.8,15.2,13,12.2,9.1000004,4.0999999,4.3000002,5.5,6,6,5.8000002,5.1999998,5.3000002,6.3000002,10.2,10.3,8.8999996,7.3000002,7.6999998,5.9000001,4,4.4000001,6.1999998,6.3000002,6.4000001,6,6,5.8000002,6.9000001,12.3,11,9.6000004,7.6999998,7.5,5.6999998,3.5,4,4.6999998,6.5999999,6.9000001,5.4000001,4.6999998,4.8000002,5.8000002,10.7,9.3000002,7.4000001,5.8000002,6,4.5,5.3000002,5.1999998,6.8000002,7.4000001,7.5,6.6999998,6.0999999,6.5,7.4000001,12.9,12.1,10.6,8.6999998,8.6000004,6.5,5.3000002,5.4000001,6.8000002,7.9000001,8.1000004,7.5,6.1999998,6.9000001,7.9000001,12.2,11.9,10,8.3999996,8.6999998,6.4000001,4.4000001,4.5999999,6,6.6999998,6.6999998,6.4000001,5.8000002,6.0999999,7.1999998,12.2,10.8,9.1999998,7.5,7.5999999,5.6999998,7.5999999,6.8000002,8.1999998,9,9.3000002,8.8000002,7.5999999,7.4000001,8.3000002,12.5,13.3,12.5,11.3,11.9,8.8000002,4.5,5,6.9000001,6.6999998,7,6.1999998,5.3000002,5.6999998,7.0999999,12.7,11.9,9.6000004,8,7.8000002,5.6999998,4.0999999,4.0999999,5.4000001,5.6999998,5.1999998,4.8000002,4.3000002,4.8000002,6.1999998,13.8,12.4,9.6999998,7.3000002,6.6999998,5.0999999,4.4000001,4.3000002,6,7,6.9000001,6.5999999,5.8000002,5.8000002,6.8000002,11.4,11.3,9.3000002,7.5,7.5999999,5.8000002,4.4000001,4.5999999,6.0999999,6.4000001,6.3000002,5.9000001,5.3000002,5.4000001,6.0999999,10,10.6,9.1000004,7.5,7.5999999,5.9000001,5.3000002,6.1999998,7,7.8000002,7.9000001,7,6.3000002,6.1999998,7.5,13.9,13.2,10.7,9,9.3999996,7.3000002,4.4000001,4.5,5.8000002,6.4000001,6.3000002,5.8000002,5.0999999,5.4000001,6.3000002,11.3,11.2,9.3000002,7.4000001,7.3000002,5.5,3.2,3.0999999,4.3000002,4.9000001,5.1999998,5.0999999,4.5999999,4.3000002,5.1999998,8.6000004,8.3999996,7.1999998,5.6999998,5.8000002,4.5,4.4000001,5.4000001,5.9000001,6.3000002,5.6999998,5.3000002,4.9000001,5.5,8.5,14.9,12.1,9.3000002,7.5,7,4.9000001,7.1999998,7.5,8.6999998,9.5,9,8.3999996,7.9000001,7.9000001,9.1999998,13.2,13.5,11.9,10.8,10.7,8,3.5,3.7,4.6999998,5.0999999,5.0999999,4.9000001,4.9000001,4.5999999,5.5,8.8999996,9,7.9000001,6.5,6.5,5,5.6999998,4.8000002,5.9000001,6.4000001,6.5,6.0999999,5.3000002,5.1999998,5.5,9.6000004,11.4,10,8.6999998,8.6000004,6.4000001,3.5,3.9000001,5,5.3000002,5.5,5.0999999,4.6999998,4.8000002,5.6999998,10.1,9.3000002,7.6999998,6.0999999,6.1999998,4.5999999,3.7,5.0999999,6.4000001,7,6.5,6.3000002,6,6,7.6999998,15.9,13.2,10.8,7.9000001,7.5,5.4000001,3.7,3.9000001,5.4000001,5.9000001,6,5.8000002,5.1999998,5.3000002,6.8000002,11.5,9.8999996,8.3000002,6.9000001,7,5.1999998,4.1999998,4.1999998,5.5999999,5.5999999,5.8000002,6,5.9000001,6.5,7.9000001,14.1,11.1,9.1999998,6.8000002,6.3000002,4.4000001,3.5,4.0999999,4.8000002,7.8000002,6.1999998,4.8000002,4.4000001,4.6999998,4.9000001,8,10.5,9.1999998,9.1000004,9.8000002,8,2.9000001,3,3.4000001,3.9000001,3.8,4.3000002,4.1999998,4.4000001,3.0999999,4.8000002,4.9000001,4.0999999,2.8,3.3,2.5,3.5999999,4.4000001,4.9000001,7.0999999,6.1999998,5.3000002,4.8000002,5.4000001,4.5999999,8.1999998,10,8.5,6.8000002,6.9000001,6.1999998,2.4000001,2.5999999,3.4000001,3.8,3.4000001,3.3,2.7,2.7,2.0999999,3.5,4,3.5999999,3,3.4000001,2.8,3.0999999,3.2,4.0999999,3.7,3.2,3.0999999,2.7,2.4000001,2.3,5.9000001,5.8000002,3.7,3,3.3,2.8,2.8,4.3000002,4.5999999,4.8000002,4.5999999,4.9000001,4.0999999,4.1999998,3.5999999,5.5999999,6.4000001,5.3000002,3.9000001,4,3.4000001,2.9000001,3.3,3.7,4.5999999,4,3.8,3.5,3.5,3.5,5.1999998,6.1999998,5.9000001,5.4000001,5.5,4.8000002,3.7,4.5,4.6999998,5.3000002,5.5999999,5.5999999,5.5,5,4.0999999,6.1999998,6.9000001,7.0999999,6,6.3000002,5.4000001,2.3,3.0999999,4.1999998,4.6999998,4,3.7,3.4000001,3.8,3.4000001,5.5,5.1999998,4.4000001,3.9000001,4.0999999,3.5999999,3.7,3.8,4.6999998,4.8000002,4.6999998,4.4000001,3.8,3.4000001,3.2,5.5,7.0999999,6.4000001,5.5,5.3000002,4.5,3.0999999,3.4000001,3.9000001,5.3000002,4.5999999,4.4000001,4.1999998,4.0999999,3.8,5.4000001,7.6999998,7.3000002,7,7,6,4.6999998,5.1999998,6.1999998,7.6999998,7,5.5999999,4.9000001,5.3000002,5.0999999,7,9.1000004,9,8.5,8.5,8.3000002,2.2,2.8,3.7,3.5999999,3,3.5,3.3,3.8,3,3.7,3.5,3.4000001,3.3,3.3,2.8,2.3,3.0999999,3.5999999,4.0999999,3.8,3.8,3.5,3.7,3.4000001,5.3000002,5.3000002,4.5,4.0999999,4.3000002,3.7,4.1999998,5.3000002,6.4000001,12.1,10.4,7,5.8000002,6.1999998,4.9000001,8.5,9.1000004,8.3999996,7.0999999,7.5999999,6.8000002,3.5999999,3.9000001,4,4.3000002,4.3000002,4.5,4.0999999,4.3000002,3.8,5.1999998,5.8000002,5.6999998,5.9000001,5.8000002,4.6999998,3.2,3.5,4.1999998,4.5,4,3.7,3.2,2.7,2.8,4.4000001,6.6999998,6.0999999,5.5999999,5.5999999,4.5999999,3.5,3.9000001,5.0999999,5.5999999,4.8000002,4.5,4.1999998,4.5999999,3.8,5.5999999,6.6999998,6.3000002,5.5999999,6.5,5.5,3.2,3.5999999,5.3000002,6.5999999,5.6999998,5.6999998,4.1999998,4.4000001,4.3000002,8,8.6000004,7,6,6,5,2.5,3.0999999,3.4000001,3.5999999,3.2,3.2,3,3,2.7,4.5999999,5.1999998,4,3.5999999,3.7,3.0999999,3.5999999,4,4.8000002,5.6999998,5.0999999,4.6999998,4.5,4.5999999,4.1999998,6.5,8,7.0999999,6.5999999,6.9000001,5.8000002,2.7,2.8,3.7,3.5999999,3.0999999,3.3,3,3.0999999,2.4000001,4.3000002,5.1999998,3.9000001,3.2,3.5,3.0999999,2.5999999,2.7,3.4000001,2.9000001,2.8,3,2.7,2.5,2.2,4.5999999,5.3000002,3.8,2.8,3.0999999,3,2.8,3,3.5,4.0999999,3.7,3.5999999,3,2.9000001,2.5999999,4.4000001,5.5,4.4000001,4.0999999,4.0999999,3.5999999,3.4000001,3.7,4.6999998,4.9000001,4.1999998,4.0999999,3.5999999,3.3,3,5.6999998,7.5,5.8000002,5,5,4.0999999,2.9000001,3.3,4,4.8000002,4.5,4.5,4.9000001,4.4000001,4,7.0999999,6.5,5.3000002,4.8000002,4.8000002,4,2.5,2.8,3.4000001,3.7,3.5,3.7,3.7,3.2,2.5,3.8,4.5,3.7,3.4000001,3.3,2.5999999,3.9000001,4.3000002,5.0999999,6.6999998,6.3000002,5.6999998,4.8000002,4.9000001,4.4000001,7.6999998,7.6999998,6.3000002,5.3000002,5.4000001,4.5999999,2.7,3.4000001,4.1999998,4,3.5,3.8,3.5,3.4000001,3.4000001,5.4000001,5.9000001,5.4000001,4.6999998,4.4000001,4,2.0999999,2.9000001,3.2,3.5,3,3,3.0999999,2.8,2.3,3.9000001,4.5,3.7,3.2,3.3,2.7,4.4000001,4.1999998,5.4000001,6.5,5.5,4.5,4.1999998,4.0999999,3.7,7.6999998,9.8000002,8.8999996,8.8999996,9.1999998,7.4000001,5.0999999,5.5,7.0999999,9.3000002,8.5,7.1999998,6.0999999,6.0999999,5.4000001,10.2,10.9,9.3999996,8,8,7,3,3.2,3.5999999,3.7,3.8,3.9000001,3.3,3.4000001,3.2,5,5.9000001,5.5,5.0999999,5.4000001,4.3000002,3.5,4.1999998,5.9000001,6.3000002,5.9000001,5.1999998,4.3000002,4.9000001,4.3000002,8.3000002,7.5,6.0999999,4.9000001,5.3000002,4.5999999,3.5999999,4.8000002,4.5999999,5.1999998,5.8000002,4.6999998,4.3000002,4.3000002,4.3000002,7.4000001,10.4,8.5,7.8000002,8.1999998,7,4.1999998,4.0999999,5.5999999,6.6999998,6.0999999,5.5999999,4.8000002,4.1999998,3.5,7.4000001,9.1999998,7.8000002,7.0999999,6.9000001,5.6999998,2.2,2.4000001,3.2,3.3,3.2,3.2,2.7,2.5999999,2.3,4.4000001,5.0999999,3.9000001,3.3,3.5,3.0999999,2.8,3.3,3.7,4.8000002,4.5999999,4.5999999,4.6999998,4.4000001,3.8,6.1999998,6,5.1999998,4.6999998,4.9000001,4.0999999,4.6999998,4.9000001,7,6.5999999,5.8000002,5.5999999,5,5,4.3000002,10.7,10,9.8999996,8.5,8.8999996,7.4000001,4.1999998,5.1999998,6,6.5,5.5,5.0999999,5.0999999,5.5,5.1999998,9.8000002,9.3999996,8.8999996,8.6000004,8.8999996,6.9000001,2.9000001,3.8,4.8000002,5.3000002,4.9000001,4.8000002,4.0999999,4.1999998,4,7.0999999,6.5,5.5,5,5.1999998,4.5,2.5,2.9000001,3.4000001,4.3000002,3.9000001,3.9000001,3.7,3.9000001,3.5999999,5.5999999,5.6999998,4.9000001,4.4000001,4.5999999,4,3.5,3.9000001,4.3000002,4.9000001,6,4.3000002,3.5,3.0999999,2.9000001,5.1999998,5.6999998,5,4.1999998,4.4000001,3.5999999,2.5,3.5999999,4.3000002,4.6999998,4.4000001,4.1999998,3.7,3.8,3.5999999,5.6999998,5.5999999,4.6999998,4.1999998,4.4000001,3.7,4.6999998,5.3000002,6.5999999,8.8999996,7.5999999,6.5999999,6.0999999,6.4000001,6.5999999,10.4,11.4,10.2,9.5,9.3999996,8.1000004,4.5,5,6.1999998,7.5,6.6999998,5.8000002,5.0999999,5.4000001,4.8000002,7.9000001,11,10.6,10.2,9.8000002,9.1999998,2.3,2.8,3.2,3.5,3.2,3.3,2.8,2.8,2.4000001,4.5,5,4,3.5,3.4000001,2.5999999,3.7,4.0999999,4.6999998,4.9000001,4.9000001,4.9000001,4.0999999,4.3000002,4,8.1000004,7.1999998,6,5.8000002,5.8000002,4.8000002,3.3,4.1999998,6.8000002,7.4000001,6,4.9000001,4.1999998,4.3000002,4.1999998,8.5,8.8000002,7.5999999,6.0999999,5.8000002,4.9000001,3.5,4,4.9000001,5.0999999,4.5,3.8,3,2.9000001,2.7,4.1999998,6.1999998,4.9000001,4.5999999,5,4.1999998,3.8,4.3000002,5.1999998,7.0999999,6.9000001,6,5.0999999,5.5,4.6999998,7.5,8.1999998,7.4000001,6.6999998,6.5,5.6999998,2.3,3.9000001,4.5,4.3000002,3.9000001,3.9000001,3.5,3.4000001,3.3,7.6999998,6.8000002,5.0999999,4.4000001,4.4000001,3.7,3.4000001,4.3000002,5.5999999,6.0999999,5.6999998,5.1999998,4.5999999,5,4.3000002,8.6999998,9.3000002,8,6.8000002,6.8000002,6.0999999,3.8,4.1999998,5.5999999,8.1999998,8.6000004,7.0999999,5.5,5,4.1999998,8.1000004,9.8000002,8.6000004,7.5999999,7.0999999,6.0999999,2.8,3.9000001,4.6999998,5.4000001,4.8000002,4.5999999,4.1999998,4.4000001,3.9000001,6.0999999,6.0999999,5.3000002,4.8000002,4.8000002,4.1999998,4.4000001,4.6999998,5.8000002,7.6999998,7.0999999,6.3000002,5.5,5.5,5.3000002,9.1000004,9.8000002,9,7.9000001,7.5999999,6.8000002,3.0999999,3.4000001,5,6.0999999,5.3000002,4.8000002,4.0999999,4.1999998,4.1999998,7.5,7.8000002,6.8000002,5.8000002,5.8000002,5.0999999,4.5,5.5999999,6.9000001,7.3000002,5.8000002,5,4.5999999,4.9000001,4.1999998,6.1999998,8.1000004,7.5,7.9000001,8.1000004,6.8000002,3.7,3.9000001,5.5,6.6999998,5.8000002,5,4.0999999,4.5,4.5,8.5,9.1000004,7.8000002,6.5999999,6.0999999,5.3000002,2.4000001,2.8,3.4000001,4.0999999,3.9000001,4,3.5999999,3.7,3.9000001,6.0999999,5.6999998,5,4.6999998,4.4000001,3.8,4.4000001,4.4000001,6,6.3000002,5.5,4.9000001,4.0999999,3.9000001,3.2,6.1999998,8.1999998,7.3000002,7,7.3000002,6.1999998,3.3,3.9000001,4.6999998,5,5.8000002,4.3000002,3.5999999,3.5999999,3.2,5.4000001,6.1999998,5.4000001,5.0999999,5.5,4.3000002,3.2,4.4000001,4.9000001,5.6999998,5.5,5.3000002,4.4000001,4.1999998,3.9000001,6.3000002,6.9000001,6,5.3000002,5.5,4.6999998,4.3000002,6,6.9000001,7.3000002,6.4000001,5,4.3000002,4.9000001,4.8000002,8.3000002,9.8000002,8.6999998,7.1999998,8.8999996,7.5,2.4000001,2.4000001,3.2,2.7,2.7,2.8,2.5999999,2.7,2.3,4.5,4.5999999,3.2,2.8,3.2,2.8,2.5999999,3,4.4000001,5.5999999,4.5,4,3.7,3.8,3.5,6.9000001,6.9000001,5.6999998,5,5.0999999,4.1999998,4.1999998,4.6999998,6.8000002,8.8000002,9.8000002,7,5.6999998,5.5,4.5,8.6000004,9.6000004,8.3000002,7.8000002,8.1999998,6.9000001,4.3000002,4.9000001,6,6.5999999,6.0999999,5.5,5.4000001,5.8000002,5.9000001,9.5,9.6000004,9.1999998,8.3000002,8.3999996,6.9000001,3.3,3.5999999,4.8000002,5,4.5999999,4,3.5,3.5999999,3.5,7.4000001,7.8000002,5.8000002,4.9000001,5.4000001,4.5,2.5999999,2.7,3.2,3.4000001,3.4000001,3.5999999,3.3,3.0999999,2.7,5.1999998,4.9000001,4.4000001,4.1999998,4.4000001,3.7,3.2,4.0999999,4.0999999,4.5,4.5999999,4.8000002,4.3000002,4.6999998,4.0999999,7,6.1999998,5.8000002,4.8000002,5.4000001,4.6999998,2.8,3.3,4.8000002,5.8000002,4.8000002,4.0999999,3.8,3.9000001,3.5999999,6.5,7,6.0999999,5.1999998,5.0999999,4.3000002,2.5,3,4.1999998,5.4000001,4.6999998,4.0999999,3.5999999,3.8,3.5999999,6.5,6.8000002,5.9000001,5.1999998,5.0999999,4.3000002,3,3.0999999,4.3000002,5.1999998,5,4.0999999,3.4000001,3.5,3,5.5,6.6999998,5.6999998,4.8000002,4.8000002,4.3000002,2.5999999,2.9000001,3.5,3.7,3.3,3.4000001,3.2,3,2.7,5.5999999,6.0999999,4.5,4,4.1999998,3.4000001,2.5,2.7,8,9.3999996,7,6.9000001,5.5,5.9000001,2.8,4.1999998,4.1999998,3.4000001,2.8,3.2,2.7,2.9000001,2.9000001,4.0999999,4.4000001,3.7,3.4000001,2.7,2.5999999,2.2,6.1999998,6.9000001,4.6999998,3.5,3.5999999,3.0999999,7.0999999,8.5,9,9.5,8.8999996,7.4000001,6.3000002,5.8000002,7.0999999,10.4,10.3,10.9,10.6,9.6999998,8.3999996,3.8,4.5,5.3000002,5.8000002,5.4000001,4.9000001,4.6999998,4.0999999,4.6999998,8,7.0999999,6.4000001,6,5.6999998,5.0999999,4,5.1999998,6.9000001,7.5,6.6999998,5.5,4.8000002,4.5999999,5.6999998,10.4,10.1,8.8999996,8,7.0999999,6.1999998,5,5.8000002,6.9000001,7.5,6.8000002,5.8000002,5,4.6999998,5.3000002,9.1000004,10,9.3999996,8.6999998,7.8000002,6.5999999,5.5,7.6999998,9.3999996,10.4,9.1000004,7.3000002,5.6999998,5.6999998,7.0999999,13.3,12.9,11.3,10.7,9.6999998,8.3999996,7.3000002,8.3999996,8.8000002,9.1999998,9,7.5999999,6.6999998,6.5999999,8.3000002,13,12.7,11.6,11.1,10.3,9,7.1999998,8.5,9.1999998,9.6000004,8.3000002,7,5.9000001,6.1999998,9.8999996,18.200001,15.9,14.3,13.6,12.1,9.8000002,7,7.1999998,8,8.3999996,7.5,6.9000001,6.8000002,6.5,8.1000004,13.2,12.6,12,11.8,10.6,10.1,5.3000002,6.5,7.6999998,7.8000002,6.8000002,5.6999998,4.5999999,5,8.1999998,14.9,13.8,12.3,11.3,9.5,7.8000002,7.3000002,8.3999996,8.8000002,9.8000002,9.3000002,8.1999998,7.4000001,7.6999998,9.8999996,15.7,14,12.7,11.9,10.6,9.1999998,4.8000002,6,6.5,6.8000002,6.0999999,5.8000002,4.8000002,4.5,4.3000002,6.9000001,9,9.6999998,10.1,9.6000004,8.1000004,9.6000004,9.3000002,9.3999996,10.4,9.8000002,9.6999998,8.3000002,8,10.6,13.7,13.7,13.8,14,12.4,10.5,8.3999996,12.4,9.6000004,10.9,9.5,8.8000002,8,7.3000002,9.5,16.299999,14.2,13.3,11.8,11.6,9.6000004,6.5999999,7.5999999,8.1999998,8.5,7.4000001,6.3000002,5.4000001,4.5,5.4000001,8.1999998,8.3000002,7.9000001,7.3000002,6.3000002,5.5,5.5999999,6.5999999,7.4000001,7.6999998,7.0999999,6.1999998,5.6999998,5.5999999,7.9000001,12.8,12.5,11.7,11.1,9.8000002,8.3999996,5.3000002,6.8000002,6.8000002,7,6.3000002,6,5.5999999,6.6999998,10.1,15,13.7,12.7,11.8,10.5,8.8999996,7,8.3999996,8.6999998,9,8.3000002,7.3000002,6.5999999,7,9.1999998,14.5,14,12.6,12.2,11.1,9.3999996,7.3000002,8.6000004,8.8999996,9.8000002,9.3999996,7.6999998,6.5999999,6.9000001,9.1999998,14.1,12.9,12,11.7,10.8,9.3999996,8.3000002,9.3000002,8.8000002,9.6000004,9.8000002,8.5,7.5,7.3000002,8.6000004,12.6,13.5,13.1,13,11.4,9.6000004,5.4000001,6.8000002,7.0999999,8,7.3000002,6.0999999,5.4000001,5.1999998,6.6999998,12.3,11,9.6999998,8.8999996,8,6.9000001,6.4000001,7.1999998,8.1000004,9,8.1000004,6.9000001,6,5.5,6.5999999,10.6,11,10.4,9.8999996,8.8000002,7.8000002,6.5999999,7.6999998,9,10.1,9.1000004,7.5,6.5,6.3000002,7.8000002,14,12.8,11.4,10.7,9.6999998,8.1000004,7.5999999,8.3000002,8.8999996,9.8000002,9.8000002,8.6999998,6.3000002,5.5999999,7.5,10.9,9.6999998,9.3999996,9.3999996,8.5,7.9000001,5.5,6.4000001,7.1999998,8,7.5999999,6.5,5.5999999,5.4000001,6.5999999,11.1,11.2,10.5,10,8.8999996,7.4000001,7.6999998,7.6999998,7.5,8.1000004,8.1000004,7.5999999,6.5,5.4000001,6.4000001,9.3999996,9.3000002,8.1999998,8.1000004,7.6999998,6.9000001,4.5999999,6.3000002,8,8.3999996,7.4000001,6.0999999,5.0999999,4.9000001,5.9000001,10.6,9.6000004,8.3000002,7.5999999,6.8000002,5.9000001,4.8000002,5.6999998,6.3000002,6.8000002,6.5999999,5.5999999,4.9000001,4.9000001,5.5999999,9.5,9.6999998,9.3000002,8.8999996,8.1000004,6.8000002,6.1999998,10.1,10,10.8,9.1000004,6.8000002,5.9000001,4.8000002,5.9000001,9.1000004,11.7,11.1,10.7,9.3000002,7.5,5.1999998,6.1999998,6.6999998,7.4000001,7.0999999,6.1999998,5.5,4.9000001,5.5,9.6000004,10.5,9.8999996,9.6999998,8.3999996,6.9000001,6.0999999,7,7.6999998,8.1999998,8,7.9000001,6.6999998,5.8000002,6.5999999,9.8000002,10.3,9.5,9.1000004,8.8000002,7.8000002,5.5,6.3000002,6.5,7.3000002,7.3000002,6.8000002,5.9000001,5.5,8.1000004,11.6,10.3,10,9.3999996,8.5,7.3000002,7.5,9.1999998,8.5,9.8000002,9,7.5,6.5,6.0999999,7.5999999,12,12.9,12.2,11.5,11.2,10,6.0999999,8.6999998,9,9.6999998,8.6000004,7.0999999,5.4000001,4.9000001,6.0999999,9.1000004,9.6000004,8.8000002,8.3999996,7.5999999,6.5999999,3.9000001,5.5,6.9000001,7.4000001,6.1999998,5.1999998,4.4000001,4.3000002,5.3000002,9.5,9,7.6999998,7.0999999,6.3000002,5.5999999,7.1999998,8.1999998,7.6999998,7.8000002,7.8000002,6.3000002,6.5,5.5999999,6,9.1000004,9.5,8.5,6.9000001,6.3000002,6.3000002,4.9000001,6.0999999,7.3000002,8.1000004,7.1999998,6.0999999,5.0999999,5,6.5,11.6,10.4,9.1999998,8.5,7.5999999,6.5,3.0999999,3.9000001,4.1999998,4.1999998,4,3.5999999,3.4000001,3.3,4.3000002,7.4000001,7.6999998,6.6999998,6.4000001,5.8000002,4.5999999,4,4.4000001,5.4000001,5.5,5.3000002,5,4.5,4.0999999,4.8000002,6.8000002,7.5999999,7.0999999,7,6.5,5.3000002,5.6999998,6.5,6.6999998,6.8000002,7,6.0999999,5.3000002,5,5.9000001,9.1000004,9.1000004,8.1999998,8,7.6999998,6.4000001,4.3000002,5,6.0999999,6.1999998,5.8000002,5.5999999,4.8000002,4.5,5.5,8.1000004,8.6000004,7.8000002,7.5,7.1999998,6.5,5.5,7.0999999,7.5999999,8.3000002,7.6999998,7.0999999,5.6999998,5.5999999,6.8000002,10.9,10.1,9.1000004,8.6000004,8.3999996,6.5999999,3.9000001,4.8000002,6,5.9000001,5.1999998,4.9000001,4.4000001,4.1999998,5.3000002,8.6999998,8.6999998,7.9000001,7.6999998,7.0999999,5.5,4.5999999,5.5999999,6,5.4000001,5.4000001,5.1999998,4.5,4.1999998,5.1999998,7.0999999,8,7.3000002,7.4000001,7,5.6999998,3.5999999,5,5.3000002,5.3000002,5.1999998,5,4.6999998,4.6999998,5.3000002,8.3999996,7.1999998,6.5,6.9000001,7.3000002,5.4000001,3.4000001,4,4.8000002,4.6999998,4.5999999,4.0999999,3.9000001,3.8,4.6999998,7.3000002,7.5999999,7.3000002,7.1999998,6.5999999,5.1999998,4.0999999,4.5999999,5.4000001,5.5999999,5.5,4.8000002,4.3000002,4,4.5999999,7,7.4000001,6.6999998,6.4000001,6.0999999,5,6.0999999,6.5999999,7.0999999,7,6.9000001,6.0999999,5.3000002,5.3000002,6.0999999,8.5,9.3999996,8.6999998,8.8000002,8.6999998,7,6.5999999,8.6000004,8,7.4000001,7.0999999,7,6.0999999,6,9,17.1,12.6,10.7,10.3,9.6999998,7,5.0999999,5.6999998,6.9000001,7.3000002,6.4000001,6,5.8000002,5.4000001,6.6999998,10.1,10.6,10,10,9.3000002,7.0999999,3.4000001,3.8,4.3000002,4.3000002,4.5,4,3.7,3.5,4.3000002,5.8000002,5.9000001,5.4000001,5.5,5.3000002,4.3000002,3,3.4000001,4.0999999,4.0999999,3.7,3.5999999,3.3,3.0999999,3.9000001,6.1999998,6.1999998,5.8000002,5.5999999,5.3000002,4.0999999,5,5,5.1999998,5.6999998,5.6999998,4.9000001,4.9000001,4.8000002,6.1999998,9.5,10.2,9.8999996,9,8.1000004,6.1999998,5.5999999,6.9000001,7.3000002,7.1999998,6.9000001,5.8000002,5.4000001,5.5,6.6999998,10,10.4,9.3999996,9.3999996,9,7.1999998,5.0999999,6.4000001,7.6999998,7.1999998,6.5999999,6.0999999,5.5,5.1999998,6.1999998,8.8000002,9.3999996,8.3999996,8.8000002,9,7.3000002,5.1999998,5.8000002,6.3000002,6.6999998,6.5999999,5.8000002,5.5,5,5.9000001,8.6000004,9.3000002,8.6000004,8.3000002,7.6999998,6.1999998,4.9000001,6.3000002,7,6.8000002,6.5,5.6999998,5.1999998,4.9000001,5.5999999,9.8999996,9.5,8,7.5999999,7.1999998,5.8000002,3.0999999,3.8,4.1999998,4.0999999,3.9000001,3.7,3.4000001,3.3,4.1999998,6.5999999,6.8000002,6.4000001,6.1999998,5.6999998,4.5,3.5,4.3000002,4.9000001,4.9000001,4.8000002,4.3000002,4,3.9000001,4.6999998,7.5,8,7.5999999,7.4000001,6.8000002,5.3000002,3.7,4.1999998,5.0999999,5.0999999,5,4.5999999,4.3000002,4.0999999,5,7.5999999,8,7.8000002,7.6999998,7,5.5,4.8000002,7.1999998,6.6999998,6.5,5.5,5,4.6999998,4.6999998,6,12.6,9.6999998,7.4000001,7,6.8000002,5.0999999,4.5,5.5,6.6999998,6.5999999,6.0999999,5.4000001,5.0999999,4.8000002,5.5999999,8.8999996,9.3000002,8.1000004,7.8000002,7.4000001,6.1999998,5.5999999,6.1999998,7.0999999,7.6999998,7.5999999,7,6.3000002,5.6999998,6.5,9.1999998,10.7,10.1,9.8999996,9.6000004,7.8000002,7,12.7,13.8,14.3,10.1,9,7.0999999,6.5999999,7.6999998,10.9,11.3,9.3999996,9.8000002,9.8999996,8.1000004,3.7,4.5999999,4.6999998,4.3000002,3.7,3.4000001,3.3,3.4000001,4.3000002,8.1000004,8.5,7.3000002,7,6.5999999,5.4000001,3.8,6,6.5999999,6,4.9000001,4.3000002,4.4000001,5.5999999,7.1999998,13.4,12.3,10.1,9.1999998,9.1999998,7,5.8000002,5.6999998,6.3000002,6.6999998,6.5,6.3000002,5.6999998,5,5.8000002,7.4000001,8.3999996,7.5999999,7.3000002,7.1999998,5.5,6,7.6999998,8.3999996,7.6999998,6.9000001,6,5.1999998,5.1999998,6.5999999,10.5,10.7,10.1,9.8999996,9.8000002,7.9000001,5.6999998,5.3000002,6.0999999,6.0999999,6.1999998,5.4000001,5.0999999,4.6999998,5.3000002,7.5,8.6999998,7.8000002,8.1000004,7.6999998,6.0999999,5.1999998,6.5,6.1999998,6.1999998,6.0999999,5.4000001,4.9000001,4.5999999,5.5,9.3999996,10.1,8.6999998,8.3000002,8.1999998,6.4000001,4.0999999,4.6999998,5.0999999,5,4.5999999,4.1999998,4.1999998,4.1999998,5.3000002,7.9000001,8,7.4000001,7.3000002,7.0999999,5.5999999,4.5,5.5,6.0999999,5.9000001,5.9000001,5.3000002,4.9000001,4.8000002,5.8000002,8.1999998,9,8.8000002,8.8000002,8.3000002,6.5999999,2.8,3.4000001,3.9000001,4.0999999,3.9000001,3.7,3.5,3.4000001,4.3000002,7.1999998,7.5,6.9000001,6.5,6,4.5999999,4.9000001,5.5999999,6.3000002,6.1999998,6.1999998,5.9000001,5.4000001,5.1999998,6.1999998,9.3000002,9.1999998,8.3999996,7.9000001,7.5,6.1999998,3.0999999,3.5999999,4.1999998,4.3000002,4,3.5999999,3.4000001,3.5,4.1999998,6.6999998,7.5,6.9000001,6.6999998,6.1999998,4.9000001,3.5999999,4.4000001,5.6999998,5.6999998,5.3000002,4.9000001,4.5999999,4.4000001,5.5999999,8.6999998,9.1999998,8.6000004,8.5,7.8000002,6.0999999,5.0999999,5.5999999,6.5,6.5,6.5999999,5.8000002,5.4000001,5,6.1999998,9,10,9.6000004,9.8000002,9.3999996,7.3000002,4.3000002,5.4000001,6.1999998,6,6,5.4000001,5.1999998,4.9000001,5.9000001,8.8000002,8.8999996,7.6999998,7.9000001,7.8000002,6.0999999,4.6999998,5.5999999,6,6.0999999,5.9000001,5.5,5.3000002,5,6.0999999,10.3,10.1,8.6999998,8.3999996,8.1000004,6.4000001,4.9000001,5.3000002,5.6999998,6.1999998,6.4000001,6.3000002,5.5,5.5,6.6999998,11.2,9.5,7.9000001,7.5999999,7.1999998,5.8000002,4.1999998,6.3000002,7.5,6.6999998,6.5999999,5.8000002,5,5.1999998,6.5999999,9.8999996,10.2,8.8999996,8.6999998,8.1000004,6.4000001,4.0999999,4.8000002,5.8000002,5.9000001,5.8000002,5.5,5.1999998,4.9000001,6,9.1000004,9.6999998,9.6999998,9.8000002,9.3000002,7.5,3.0999999,3.7,4.5999999,4.5,4.1999998,3.9000001,3.5999999,3.5,4.3000002,6.8000002,6.9000001,6.5,6.4000001,5.8000002,4.5999999,3.5,4.1999998,5,4.6999998,5.1999998,4.4000001,4,3.9000001,4.8000002,6.5999999,6.6999998,6.1999998,5.8000002,5.5,4.5999999,3.7,4.4000001,5.3000002,5.5,5.4000001,5,4.5,4.4000001,5.5,8.3999996,8.8000002,8.1999998,8.1000004,7.4000001,5.9000001,4.5,5.4000001,6.5999999,6.8000002,6.4000001,5.5,5.1999998,5.0999999,6.5,9.6999998,9.8999996,9.1999998,9.1000004,8.6999998,6.6999998,3.7,4.4000001,5,5.0999999,4.9000001,4.1999998,3.8,4.0999999,5.1999998,7.9000001,8.1000004,7.4000001,7.3000002,6.5,5.0999999,5.5,6.0999999,7.4000001,7.5,7.3000002,6.6999998,6.1999998,6.0999999,7.0999999,9.6999998,10.6,10.7,10.9,10.3,8.1000004,3.8,4.8000002,5.5999999,5.8000002,5.9000001,5.9000001,5.6999998,5.4000001,6,9.1000004,9.6999998,9.8999996,10.1,9.6000004,7.5,4.5,4.9000001,5.6999998,7.4000001,6.5999999,6.4000001,5.9000001,7.1999998,7.0999999,11.1,10.4,9.1999998,9.1000004,9.3000002,7.4000001,5.8000002,6.5,7,7.0999999,6.8000002,5.9000001,5.4000001,5,6.1999998,9.8999996,10.6,9.8000002,9.6999998,9.1999998,7.0999999,3.5999999,4.1999998,4.8000002,4.9000001,4.5999999,4.4000001,4.0999999,4.5999999,6.0999999,9,8.3999996,7.6999998,7.5999999,6.9000001,5.0999999,5.1999998,5.9000001,6.8000002,6.6999998,6.4000001,6,5.5,5.5,6.3000002,8.5,9.6000004,8.8999996,8.8999996,9.1999998,7.3000002,4.8000002,5.4000001,5.9000001,6.0999999,6,5.9000001,5.3000002,4.5999999,5.6999998,8.3999996,8,7.3000002,7.8000002,8.3000002,6.0999999,3.9000001,5.6999998,6.3000002,6,5.5999999,5,4.8000002,4.3000002,5.6999998,8.5,8.6999998,7.9000001,7.5999999,7.0999999,5.9000001,4.4000001,6.3000002,6.5,6.1999998,5.8000002,5.8000002,5.4000001,5.5,6.0999999,9.6999998,8.3000002,7,7.5999999,8.5,6.9000001,3.8,4.5999999,5.5999999,5.5,5.4000001,5.3000002,5.0999999,5.3000002,6.3000002,9,7.6999998,6.8000002,6.4000001,6.3000002,5,5,5.3000002,5.8000002,6.0999999,6.0999999,5.4000001,5.1999998,4.9000001,5.6999998,8.6999998,8.5,7.4000001,7.6999998,7.6999998,5.9000001,3.7,4.6999998,5.8000002,6.1999998,5.5999999,5,5,4.5999999,5.1999998,7.8000002,8.3000002,7.5,6.8000002,6.4000001,5.3000002,4.5999999,5.0999999,6,6.0999999,5.6999998,5.5,4.9000001,4.5999999,5.1999998,7.5999999,8.1000004,7.4000001,7.1999998,6.9000001,5.6999998,4.5,4.9000001,5.0999999,5.0999999,5.1999998,4.8000002,4.1999998,4.1999998,5.1999998,7.4000001,8.1000004,8.1000004,8,7.8000002,6.4000001,4.5999999,5.0999999,5.9000001,6,5.9000001,5.3000002,5,4.5999999,5.3000002,7.8000002,8.1999998,7.5,7.4000001,7,5.6999998,4.8000002,5.1999998,6,6,6.0999999,5.1999998,5.0999999,5.3000002,6,8.5,8.8000002,8.8000002,8.8999996,8.6000004,6.5999999,3.3,4.3000002,4.9000001,4.9000001,4.5,4.1999998,4,3.8,4.6999998,8.1000004,8.3999996,7.5,7.4000001,6.6999998,5.4000001,3.5999999,3.7,4.3000002,4.5999999,4.4000001,4.3000002,4.3000002,4.5,6.8000002,10.1,9.6000004,9.3000002,8.6999998,7.6999998,6.5,3.9000001,4.1999998,4.6999998,5,4.9000001,4.8000002,4.6999998,5,7.4000001,10.4,11.1,10.7,10,8.8000002,7.1999998,3.7,3.9000001,4.4000001,4.6999998,4.5999999,4.5999999,4.5,4.5,6.8000002,9.8000002,9.6999998,9.6999998,9,8,6.6999998,4.4000001,5.0999999,5.5,5.9000001,5.5999999,5.4000001,5.3000002,5.5999999,8.3999996,11.9,11.9,11.7,11,9.8000002,8.1999998,3.3,3.5999999,4,4.0999999,4.1999998,4.0999999,4.0999999,4.3000002,6.5999999,8.8999996,9.8999996,9.8999996,9.5,8.3999996,7.0999999,3.8,6.5999999,7.6999998,9.1000004,8.1999998,7.6999998,8.8000002,8.1000004,8.1000004,14.2,13.6,12.5,10.6,9.5,7.6999998,3.9000001,5,4.9000001,5.4000001,5.6999998,5.9000001,6.4000001,5.4000001,5.9000001,9.1999998,9.3000002,9.3000002,8.6000004,7.5999999,6.5,5.3000002,6.0999999,7,8.8000002,9.6999998,10.6,10.1,10.3,16.5,20.6,19.1,18.4,16.9,14,12.2,3.2,5.4000001,6.1999998,7.4000001,7.1999998,7.4000001,6.8000002,5.8000002,6.8000002,12,11.6,10.3,8.8999996,7.0999999,5.9000001,5.1999998,6.5999999,6.6999998,7.9000001,7.3000002,8.6000004,9.8999996,9.1000004,11.3,15.6,16.1,16.200001,15.9,13.5,11.5,5.0999999,7,7.8000002,9.6999998,9.5,9,10,9.3000002,10.9,17.1,16.6,15.2,13.9,12.1,9.6999998,3.2,3.9000001,4.0999999,4.9000001,5,4.9000001,4.8000002,4.4000001,5.3000002,8.6999998,8.6999998,8.6999998,7.5999999,6.4000001,5.6999998,3.3,4.4000001,4.4000001,5.5999999,5.5,5.3000002,5.5999999,4.8000002,6.0999999,10.3,10,9.6000004,8.3999996,7,6,3.9000001,5.9000001,6.1999998,7,6.5999999,7.3000002,7.0999999,6.3000002,7.5999999,12.2,12.3,12.4,11.2,9.6000004,8,3.4000001,4.1999998,4.5,5.4000001,5.4000001,5.4000001,5,4.4000001,5.3000002,8.8000002,8.8000002,8.3000002,7.1999998,5.9000001,5.0999999,4.3000002,7,8.1000004,8.8999996,8.8999996,7.9000001,7.6999998,6.8000002,9.1000004,15.8,15.7,14.7,12.8,10.5,8.3000002,5.3000002,7.6999998,9.8000002,11.2,9.8999996,9.1999998,10.2,10.9,11.8,19.799999,19.299999,17.299999,14.8,12.2,9.6000004,4.8000002,7.5,7.6999998,10.2,10,9.3999996,9.5,7.6999998,9,16.5,14.4,12.9,11.4,9.1999998,6.8000002,5.5999999,7.5999999,7.5999999,8.8999996,8.8999996,9.6999998,9.1999998,8.3999996,9.8000002,15,14,14.5,12.8,10.3,8.3000002,3.9000001,5.0999999,5.9000001,7.4000001,7.3000002,7.0999999,6.5,6.0999999,8.1999998,13.1,13.8,14.1,12.1,9.8999996,7.5999999,5,6.3000002,6.8000002,8.3999996,8.3000002,8.6999998,7.6999998,6.5,8.5,13,13.2,12.9,11.1,9.3000002,8,7,9.1999998,7.9000001,9.6000004,9.6999998,9.3999996,9.3000002,9.1000004,10.3,15.3,15.9,15.8,14.1,11.8,9.6000004,3.0999999,4.0999999,4.1999998,5.1999998,5.0999999,5.3000002,5.0999999,4.4000001,5.6999998,9.6999998,9.5,9,7.8000002,6.5999999,5.8000002,3.7,4.8000002,4.9000001,5.0999999,5.8000002,7.1999998,7.6999998,6.3000002,6.6999998,10.2,9.8999996,9.8999996,9.3999996,8.1000004,6.6999998,5.0999999,8.3999996,8.3000002,10.8,8,7.8000002,9,8.5,10.6,13.2,14.6,14.5,13,10.7,8.6000004,4.1999998,5.5,6.4000001,8,8.3999996,8.8999996,7.3000002,6.0999999,7,11.1,11.3,11.2,9.6999998,8.3000002,7.1999998,5.5999999,7.4000001,8.1000004,10.1,9.5,8.6000004,7.0999999,6.1999998,7.4000001,11.9,14.5,13.6,12,10.1,8.5,2.7,3.8,4.6999998,5.6999998,5.9000001,5.5,5.4000001,4.6999998,5.5,9.8000002,9.6000004,8.6000004,7.4000001,6.0999999,5.3000002,4.4000001,6.9000001,8.8000002,9.6000004,8.6999998,9.1000004,8,6.9000001,7.5999999,12.5,11.9,11.3,10.1,8.6000004,6.9000001,4.4000001,6.1999998,7.1999998,9.6000004,9.3999996,8.3000002,7.1999998,6.6999998,9,14.8,12.8,12.9,11.2,9.3000002,7.6999998,3.7,4.9000001,5.0999999,5.9000001,5.9000001,5.6999998,5.5,5,7.0999999,11.7,12.3,11.9,10.4,8.6000004,7.4000001,3.7,4.4000001,5,6.0999999,5.5,5.1999998,4.9000001,4.5999999,6,10.3,9.8000002,9.8999996,8.5,6.9000001,5.6999998,3.9000001,5.1999998,5.9000001,6.5,6.1999998,6.5,6.3000002,5.4000001,6.5999999,10.6,11.5,11,9.5,7.8000002,6.4000001,3.8,5.5,6.4000001,9.1999998,8.8999996,8.3999996,9,9.6000004,11.5,17.4,14.7,13.3,11.3,9.3000002,7.1999998,3.4000001,6.5,7.5,7.6999998,7.0999999,6.6999998,6.9000001,7.1999998,7.4000001,11.7,12.3,11.6,10.3,8.6000004,7.0999999,5.8000002,7.0999999,7.3000002,8.6000004,8.6999998,9.5,9.6000004,8.1000004,9.3000002,14.3,16.200001,16.200001,14.1,11,9,2.8,3.5999999,3.9000001,4.6999998,4.9000001,4.9000001,4.6999998,4.0999999,4.9000001,8,8.1999998,8,7,5.8000002,5.0999999,6.5,9.6999998,10.7,12.9,11.1,11.1,11,10,10.8,16.1,14,13.6,11.8,9.8000002,7.9000001,9.6000004,12.3,10.8,13.2,13.5,13.6,12,11.5,13.7,20.4,18.299999,17.700001,15.9,13.1,10.5,7,9.6000004,9.8000002,13.3,13,11.4,11.2,11.9,12.5,19.1,21.200001,19.700001,17.6,13.8,10.6,4.3000002,6.3000002,7.1999998,7.5999999,7.4000001,7,6.4000001,5.5999999,7,11.4,10.8,10.4,8.8000002,7.3000002,5.6999998,3.5999999,5.4000001,6.5999999,7.6999998,7.4000001,8.6000004,8.8999996,6.9000001,7.3000002,13.3,11.4,10,8.8000002,7.6999998,6.3000002,6,8.6000004,8.6000004,10.2,9.3999996,9.6000004,9.1999998,8.1000004,10.1,15.3,15.9,15.8,14.3,12.4,11.3,3.0999999,5,5.8000002,7,6.8000002,6.5,6.1999998,5.0999999,6,10.5,10.9,9.8999996,9,7.4000001,6.3000002,3.4000001,4.1999998,4.5999999,5.8000002,6,5.9000001,5.8000002,5.1999998,6.0999999,9.1999998,9.3999996,9.1999998,8.1999998,6.9000001,6,3.8,5.1999998,5.6999998,6.5,7.4000001,6.5999999,6.1999998,5.3000002,6,9.5,10,9.8000002,8.5,6.9000001,5.6999998,3.7,5.4000001,6.5999999,7.4000001,7.5999999,7.5,6.6999998,5.5999999,6.8000002,11.9,11.8,10.9,9.3999996,7.6999998,6.3000002,4.4000001,6.5999999,7.0999999,7.6999998,7.8000002,8.5,7.8000002,7,8.3000002,12.3,12.5,12.1,10.7,8.6999998,7.3000002,5.3000002,8.8999996,10.3,11.5,12.1,10.8,10.9,9,10.8,19.200001,17.700001,16,13.6,11.3,8.6000004,7.8000002,10.2,10.6,13.1,12,11.1,9.8999996,9,10.4,14.5,17.200001,16.700001,15.8,12.5,10,3.3,4.8000002,6.3000002,7.5999999,7.3000002,6.5999999,6.4000001,5.4000001,7,13.5,12.1,10.9,9.3000002,7.6999998,6.3000002,2.2,2.7,3.5999999,3.7,3.8,4.0999999,3.4000001,2.9000001,3.0999999,4.4000001,3.5,3.2,3,2.7,2.5999999,2.4000001,3.3,3.8,4.1999998,3.9000001,4.4000001,3,2.4000001,2.5,3.7,4.1999998,3.8,3.5,3.5,3.0999999,3.5,4,4.0999999,3.8,4.0999999,6.0999999,4.6999998,4,4,5.4000001,7.1999998,7.3000002,6.8000002,6.3000002,5.5,2.5999999,3.5,3.3,3.5,3.5999999,3.9000001,4.0999999,3.8,3.4000001,5.4000001,4.1999998,5,3.9000001,3.2,2.8,2,2.7,2.8,3,3,3.0999999,2.4000001,2.2,2.4000001,3.8,4.6999998,4.4000001,3.9000001,3.4000001,3.2,2.3,3,3.0999999,3.2,3.2,3.3,2.5999999,2.3,2.5,3.5999999,3.8,3.9000001,3.5999999,3.2,2.9000001,2.4000001,2.5999999,2.5,2.7,2.8,3.3,3,2.5999999,2.7,3.5,3.7,4.0999999,3.5999999,3.4000001,3.3,9.1999998,8.6000004,7.9000001,7.8000002,11.1,15.4,14.2,11,10.2,15.1,11.3,10.3,9.6999998,8.8000002,7.6999998,2.7,3.2,3.0999999,3.4000001,3.5999999,3.5999999,2.7,2.7,2.8,5.0999999,5.0999999,4.9000001,4.6999998,3.9000001,3.4000001,5.3000002,4.8000002,3.4000001,4.8000002,3.9000001,3.8,2.9000001,3.0999999,2.9000001,4.1999998,4.3000002,3.9000001,3.5999999,3.5999999,3.3,2.7,3.2,3,3.5,4.0999999,4.4000001,3.5999999,3.3,3.5,4.9000001,4.9000001,5,5,4.3000002,3.8,3.5999999,5,5.3000002,5.3000002,4.4000001,4.9000001,3.8,3.5999999,3.9000001,5.6999998,5.1999998,4.8000002,4.3000002,3.9000001,3.9000001,2.0999999,2.8,3.0999999,3.0999999,3.3,3.4000001,2.9000001,2.5,2.8,4,4.1999998,4,3.8,3.7,3.4000001,2.4000001,3.5,3.7,4,3.5999999,3.7,2.9000001,2.5999999,3,6.1999998,5.1999998,4.5999999,3.9000001,3.5999999,3.3,5.5,6.0999999,5.5,6.1999998,6.4000001,7.3000002,6,5.5999999,5.0999999,6.5999999,6.9000001,7.5,8,6.9000001,5.8000002,2.9000001,3.3,3.3,3.8,4,3.9000001,3,2.8,2.8,4.1999998,5.8000002,5.5999999,5.4000001,5.0999999,4.5999999,2.2,2.5,2.7,3,3.0999999,3.3,3,2.4000001,2.5999999,4.8000002,4.4000001,3.9000001,3.3,3.0999999,2.8,4,5.1999998,5.1999998,6,6.4000001,6,5,4.8000002,4.4000001,7,6.6999998,6.5,5.8000002,5.1999998,5.3000002,3.0999999,4,3.9000001,4.0999999,4.5,4.3000002,3.5,3.5,3.8,6,6.6999998,6.0999999,5.9000001,5.5999999,5.4000001,9,9.3000002,7.9000001,8.3999996,8.6999998,9.8999996,9.3000002,9.6000004,9.1999998,11,14.9,16.200001,16,15.4,14.5,2.0999999,2.5999999,2.7,2.7,3.0999999,3.3,2.7,2.5,2.7,4.1999998,4.4000001,4.0999999,3.4000001,3.2,2.9000001,2.3,2.9000001,3.3,3.3,3.5999999,3.3,2.8,2.5,2.8,3.5,3.0999999,3.3,3,2.8,2.5,3.7,3.9000001,3.8,4.6999998,4.3000002,4.0999999,3.5,3.2,3.4000001,6,6.1999998,6,5.6999998,5,4.6999998,2.4000001,2.8,2.8,3.2,3.3,3.7,3.0999999,3.0999999,3,3.5,3.9000001,4.1999998,4,3.3,3.0999999,3,3.7,3.5999999,4.0999999,4.5,4.5,3.5,3.4000001,3.5999999,4.6999998,4.6999998,4.8000002,4.4000001,4.1999998,3.5999999,3,3.5,3.4000001,3.2,3.5,3.8,3.5,3.2,3.4000001,4.0999999,4.4000001,4.5999999,4.4000001,3.9000001,3.4000001,1.7,2.2,2.2,2.4000001,2.7,3.3,2.7,2.5,2.5999999,3.7,3.4000001,3.7,3.2,3,2.7,2.5,3.5,3.4000001,3.9000001,3.9000001,4,3.2,2.8,3.3,5.4000001,5,4.5,3.9000001,3.4000001,3.4000001,2,2.5999999,2.9000001,3.0999999,3.0999999,3.2,2.8,2.7,2.5999999,3.0999999,3.3,3.3,3.0999999,2.8,2.5999999,2.0999999,2.5999999,2.5999999,3.2,3.2,3.4000001,3,3,3.0999999,4.5,5.3000002,4.8000002,4.5999999,4.0999999,3.5,2.5999999,2.5999999,2.5,2.9000001,3.2,3.5,2.9000001,2.5,2.7,3.0999999,3.5,4,3.7,2.8,2.3,1.9,2.3,2.3,2.7,2.9000001,3.0999999,2.5,2.3,2.4000001,3.2,3.5,3.5999999,3.3,2.9000001,2.5999999,2.5,3.2,3.5,3.7,3.7,4,3.5,3,3.0999999,4.1999998,4,3.8,3.5,3.2,2.9000001,2.5,2.7,2.9000001,3.2,3.5999999,4.3000002,3.5,3.3,2.8,3.9000001,3.8,3.7,3.5,3.3,2.8,4.1999998,4.5999999,4.8000002,5.5,6,6.3000002,5.5999999,5.3000002,5.8000002,6.9000001,6.8000002,7.5,7,6.1999998,5.4000001,2.3,3,3.0999999,3,3.2,3.5,2.8,2.4000001,2.4000001,3.0999999,3.7,3.5999999,3.0999999,3.0999999,2.5,2.0999999,2.0999999,1.8,1.8,2.5,2.9000001,2.4000001,2.0999999,2.5,3.2,3,3.3,3.8,3.5,3.8,2.5,3.0999999,3.2,3.7,4,3.9000001,3.3,2.8,3.3,5.3000002,5.4000001,4.4000001,3.5999999,3.2,3,2.4000001,2.9000001,3.2,3.7,3.7,3.8,3.0999999,2.9000001,3.2,6.4000001,5.6999998,5,4.1999998,3.9000001,3.5999999,2.8,3.2,2.8,3.3,3.5,3.5999999,2.9000001,2.5,2.9000001,4.4000001,4.6999998,4.8000002,4.5,3.9000001,3.5,1.7,2.2,2.2,2.5,2.8,3,2.4000001,2.3,2.5,4.3000002,3.9000001,3.5999999,3.2,2.7,2.4000001,4,4.4000001,4.3000002,4.1999998,4.9000001,5.3000002,4.4000001,4.3000002,4.5,6,6.5,6.4000001,6,4.6999998,4.3000002,2.0999999,3,3.2,3.3,3.4000001,3.4000001,3.0999999,2.7,3.5,5.4000001,4.9000001,4.4000001,3.8,3.2,2.7,2.8,3.4000001,3.2,4.9000001,4.5999999,4.3000002,4.1999998,4.1999998,4.1999998,5.3000002,4.9000001,4.5,4.5999999,3.8,3.9000001,3.5999999,5.4000001,5.9000001,5.0999999,5.0999999,4.8000002,4.1999998,4.1999998,4.4000001,6.5999999,5.4000001,5.5999999,4.8000002,4.4000001,4.0999999,2.3,2.9000001,2.9000001,3.4000001,3.5999999,3.8,3.2,2.8,3.0999999,5,5.3000002,4.9000001,4.4000001,3.8,3.4000001,3.7,4.0999999,4.5,5.0999999,6.0999999,5.8000002,4.5,4.4000001,4.4000001,7.0999999,6.3000002,6.4000001,7.8000002,7.5,6,2.5999999,4.6999998,5,4.8000002,4.5999999,4.9000001,3.8,3.5,3.4000001,5.3000002,5,4.5,3.5999999,3.5999999,3.2,1.9,2.5,2.7,3.0999999,3.5,3.5,2.8,2.5,2.8,5,5,4.5,4,3.3,3,3.7,4.4000001,4.5,5.0999999,5.1999998,4.9000001,4,3.7,4.3000002,6.6999998,7,6.4000001,5.5,4.5999999,4.0999999,2.3,2.9000001,3,3.3,3.5,3.5999999,3,2.7,2.9000001,4.9000001,5.1999998,4.8000002,4.4000001,3.9000001,3.4000001,2.5,2.9000001,3,3.2,3.8,4,3,2.9000001,3.0999999,4.1999998,4.1999998,4.3000002,4,3.7,3.3,2.7,3.4000001,3.2,3.2,3.7,3.7,3.0999999,2.9000001,3.0999999,3.7,4.9000001,5.3000002,4,3.8,3.3,3.8,4.6999998,4.9000001,5.4000001,5.3000002,5.0999999,4.3000002,4,4.1999998,6,5.8000002,6.6999998,5.6999998,5.1999998,4.8000002,2.4000001,3,2.7,2.9000001,3.4000001,3.5,2.9000001,2.4000001,2.7,4,4.1999998,4.1999998,3.5,3,2.5,4.3692875,5.0355067,5.7533717,6.0189519,5.6812401,5.4421525,4.9465408,4.8704696,5.8166509,9.053627,9.3655157,8.7209654,7.8477149,7.3736978,6.2381592,3,3.5999999,3.5,3.4000001,3.7,3.9000001,3.0999999,3.2,3.3,4.1999998,3.8,4.1999998,4.0999999,3.5999999,3.5,1.8,2.4000001,2.3,2.8,2.8,2.7,2.3,2.3,2.5,3.2,3.8,4,3,2.7,2.5999999,2.2,2.4000001,2,2.2,2.4000001,2.9000001,2.4000001,2.2,2.2,3,3.5999999,3.8,3.0999999,2.9000001,2.8,4.4000001,5.0999999,5.5,5.5999999,6,6,5.5,5.6999998,6.4000001,7.1999998,7.5999999,8.5,9.6999998,9.8000002,8.6999998,2.5999999,3,3.9000001,3.4000001,3.5,3.5999999,3.3,2.9000001,3,3.5,3.5999999,3.8,3.7,3.4000001,3.2,2.2,2.8,2.8,3.3,3.8,3.7,3.0999999,3,3.3,5.1999998,4.5999999,4.0999999,3.5,3,2.9000001,2.4000001,3.0999999,3.8,4.3000002,4.6999998,4,3.3,3,3.4000001,6,5.8000002,5.1999998,4.8000002,4.0999999,3.7,3.3,3.5999999,3.8,5,5.4000001,5.0999999,4.0999999,3.9000001,4.3000002,5.0999999,6.9000001,7,6.0999999,5.4000001,5.4000001,2.2,3.2,3.0999999,3.4000001,3.5,3.5,3,2.5999999,2.8,5.5999999,4.9000001,4.5,3.7,3.3,3,7.5999999,8,6.3000002,6.5,7.0999999,8,5.8000002,5.9000001,5.9000001,7.0999999,5.8000002,6.4000001,6.9000001,6.1999998,5.9000001,4.0999999,4.5999999,4.6999998,5.1999998,4.8000002,5.0999999,4.6999998,4.1999998,5.8000002,9.8999996,9.3000002,8.8000002,7.9000001,7.9000001,6.8000002,4.5,5.0999999,5.4000001,6.8000002,5.3000002,5.4000001,5.1999998,4.8000002,6.8000002,12.2,12.6,11.3,9.8000002,9.1999998,7.4000001,7.3000002,7.0999999,7.3000002,9.6000004,8.3000002,8.3000002,7.0999999,6.0999999,8.6999998,13.9,12.3,11.4,9.8000002,9.8000002,8.6999998,4,4.8000002,5.6999998,7.5,7.4000001,7.9000001,6.5,5.8000002,8.3999996,14,13.2,11.3,10.4,10.5,8.8999996,3.5,4.1999998,4.1999998,4.5,4.1999998,4.6999998,4.3000002,3.9000001,6.1999998,9.8999996,9.1000004,8.1999998,7.0999999,7,5.9000001,3.5,4.0999999,4.8000002,5.1999998,5,5.3000002,5,4.5,6.4000001,9.5,9.3999996,8.8999996,7.4000001,7.0999999,6,5.9000001,6.0999999,6.5,7,5.9000001,6,6.0999999,5.3000002,7.8000002,13.2,12.5,11.7,11.1,11.1,9.3000002,3.5,4,4.5999999,5,4.5999999,5.3000002,5.0999999,4.8000002,7.4000001,12,11.1,10.3,8.5,7.9000001,6.3000002,7.6999998,7.3000002,9,9.3000002,8.1000004,7.5999999,6.3000002,6.3000002,9.1000004,16,14.6,12.1,10.9,11.9,10,4.6999998,4.9000001,6.4000001,6.3000002,5.9000001,5.8000002,5,4.9000001,6.5999999,10.3,10.9,10,8.8999996,9.1999998,7.5999999,2.7,3.3,3.9000001,4.1999998,4.5,4.4000001,4.0999999,3.8,5.5,9.3999996,9,8.5,7.1999998,6.5999999,5.4000001,4,4.5,6.1999998,6,5.5999999,6,5.4000001,5.3000002,7,11.3,10,9.1000004,7.8000002,8.1000004,6.6999998,4.9000001,5.3000002,5.5,5.8000002,5.5,5.5999999,5.4000001,5.4000001,7.5,12.1,10.8,11,9.8999996,10.8,8.6000004,6.4000001,6.8000002,7.0999999,8.8000002,9,11.5,10.9,7.9000001,10.6,14.7,12.1,10.6,10,10.8,9,6.3000002,7.4000001,7.5,8.5,7.9000001,7.6999998,7.3000002,6.3000002,8.8000002,14,13.6,13.2,11.5,10.9,9,3.9000001,4.4000001,4.9000001,5,4.6999998,5.5,5.5,4.5,6.3000002,10.8,10.8,9.8999996,8.1999998,7.8000002,6.3000002,4.5999999,5.5999999,7.0999999,9,7.6999998,7.8000002,6.9000001,6.0999999,8.8999996,13.1,11.6,10.5,9.1999998,9.1000004,7.5999999,4.9000001,6.4000001,6.0999999,6.5999999,6.3000002,6.6999998,6.1999998,5.5,7.8000002,11.4,10.7,10.2,9,9.3000002,7.9000001,3.0999999,3.5,4.3000002,4.5999999,4.5,4.5,4.1999998,3.8,5.4000001,8.8999996,8.1999998,7.5,6.1999998,5.9000001,5,5.3000002,6.9000001,8,8.1999998,7.1999998,7.8000002,6.5,5.5999999,8.5,13.4,13.1,11.6,10.3,10.6,9.5,4.5999999,5.1999998,5,5,5,5.8000002,5.4000001,4.4000001,6.6999998,10.9,11.7,11.1,9.6000004,10.1,8.1000004,3.5,4.3000002,4.8000002,5,5.0999999,5,4.5999999,4.1999998,6.9000001,11.1,10.2,9.5,8.3000002,7.6999998,6.1999998,5.0999999,6.5,6.9000001,6.9000001,5.9000001,6.0999999,5.8000002,5,7.5,13.9,12.1,12.4,11,10.5,8.1999998,4.4000001,5.3000002,6,6.0999999,6.1999998,6.8000002,6.1999998,6.0999999,7.4000001,11.1,9.8999996,9.5,8.5,8.6000004,7.1999998,7.3000002,8.6000004,7.5,7.9000001,6.5,7.0999999,6.5999999,6.3000002,9.3999996,13.4,12.4,11.4,9.6999998,9.8000002,8.3999996,3.8,4.0999999,4.8000002,5.0999999,5.1999998,5.5,5.6999998,4.9000001,6.6999998,10.9,10.1,9.3999996,7.8000002,7.3000002,6.0999999,5.1999998,7.5999999,7.6999998,8.6000004,8,8.5,7.6999998,6.9000001,9.5,14.7,12,11.4,10.3,11,8.8999996,4.3000002,6.0999999,7.5,9.1000004,7.1999998,7.3000002,7.0999999,6.1999998,8,14.9,12.1,10,8.3999996,8.1999998,6.0999999,4.5,5.8000002,7.4000001,7.1999998,6,6,5.9000001,5.3000002,8,14,12.7,11.7,10.3,10,8.1000004,5.6999998,7.4000001,6.5999999,7.5,7.5999999,8.6000004,7.9000001,6.9000001,9.3000002,15.8,12.8,11.4,10.2,9.6999998,8,4.9000001,5.5999999,6.5,6.1999998,6.0999999,7.5,8,5.9000001,8.3999996,14.1,12.6,12.4,10.1,10.1,9.3000002,3.9000001,5.8000002,5.8000002,6.0999999,5.4000001,5.8000002,5.8000002,4.6999998,7.0999999,12.7,11.6,10.8,9.3999996,9.1000004,7.3000002,3.2,3.5999999,4.3000002,4.5,4.5,4.6999998,4.4000001,3.9000001,5.6999998,9,8.3000002,7.8000002,6.9000001,7.1999998,6.0999999,5,7,7.6999998,6.9000001,9.6999998,9,7,5.5999999,8.3000002,14.8,15.8,13.9,11.8,11.9,9.8000002,5,6.9000001,7.4000001,8,8.1000004,8.6000004,7.1999998,6.5,8.6000004,12.7,13.2,12.1,10.9,11.1,9.1999998,5.3000002,6.1999998,7.4000001,9.1999998,7.5,7.3000002,6.1999998,5.4000001,7.5999999,12.5,12,11.3,10.1,10.4,8.8999996,4.0999999,5.1999998,5.5999999,6.5999999,6,6.1999998,5.8000002,4.5999999,6.6999998,11.3,10.9,9.8999996,8.8000002,8.8000002,7.3000002,5.5,7.1999998,8,9.3000002,8.3999996,8.3000002,7.5999999,7,10.5,15.9,15.6,13.8,11.5,11.8,9.8000002,4.9000001,6.6999998,8,8,6.8000002,7.4000001,6.6999998,6.5,10.2,18.1,14.3,11.2,9.6999998,10.5,8.6000004,4.8000002,6,6.5,8.3999996,7.9000001,7.5,7.0999999,6.1999998,8.6999998,13.4,11.4,10.8,9.3999996,9.5,8,4,5,5.9000001,6,6.0999999,6.1999998,5.4000001,5.4000001,8.3999996,13,11.1,10.3,8.8999996,8.3000002,6.5,5.8000002,7,7.3000002,7.5999999,7.6999998,8.5,7.4000001,5.4000001,8.1000004,12.1,12,11.2,11.2,11,9.8000002,4.9000001,6.3000002,6.5,6.6999998,7.0999999,7.6999998,6.3000002,5.5,8.5,12.8,11.2,10.5,9.5,8.8000002,7.6999998,6.1999998,5.6999998,6.8000002,8,6.6999998,8.6000004,6.8000002,6.8000002,8.6000004,13.7,12.6,11.7,10.5,10.3,8.6999998,4.1999998,5.1999998,6.3000002,6.1999998,6.0999999,5.9000001,5.6999998,5.0999999,7.0999999,12.6,11.5,10.5,9.3999996,9.1000004,7.4000001,6.5999999,7.6999998,8.3999996,8.6999998,7.6999998,8.1999998,6.5999999,5.5999999,8.6999998,12.8,12.8,11.5,9.5,9,6.8000002,3,3.2,3.5999999,3.9000001,3.9000001,4.1999998,3.9000001,3.4000001,5,8.1000004,7.4000001,6.9000001,6.0999999,6.3000002,5.4000001,6.0999999,6.5,6.6999998,7.0999999,6.6999998,8.1999998,6.9000001,5.8000002,7.6999998,11,11.1,12.1,10.4,10.1,9.1999998,5.0999999,7.8000002,8.1999998,10.7,9.8000002,8.6999998,8,6.5999999,12.4,18.799999,14.2,12.4,10.9,11.7,9.6999998,9.1000004,9.1000004,8.6000004,9.3000002,8.6000004,10,11.3,8.1000004,9.8000002,15.4,12.3,10.4,9.5,9.8999996,8.1000004,5.4000001,6.5999999,7,8.1000004,6.9000001,9.5,7.1999998,7.3000002,10,15.7,15,12.9,10.8,10.6,8.8999996,3.5,4.3000002,4.5,5.3000002,5.1999998,4.8000002,4.1999998,3.5999999,4.9000001,7.1999998,7.1999998,6.6999998,6.0999999,6.3000002,5.3000002,3.5,4.0999999,4.8000002,4.8000002,4.5,4.6999998,4.4000001,3.9000001,5.6999998,9.6999998,9.3000002,8.6000004,7.5999999,7.8000002,6.5999999,4.4000001,6.6999998,7.5,7.4000001,6.5,6.0999999,5.6999998,5.5,8.6999998,14,12.5,11.2,9.1000004,9.1000004,7.5,4.3000002,5.8000002,6.4000001,6.9000001,6,6,6.0999999,6,9.1000004,14,12.8,11.3,10.3,11.7,10.5,3.7,5.5999999,5.5,7,5.4000001,5.6999998,6.8000002,6,8.3000002,12.3,11.2,10.3,8.3000002,8.1999998,6.5,3.5999999,5,5.8000002,6,5.5,5.5999999,5.4000001,4.9000001,6.6999998,10.6,10,9.3000002,8.1000004,8.1000004,6.6999998,4.4000001,5.0999999,6.1999998,5.8000002,6.1999998,6.1999998,5.6999998,5.9000001,7.6999998,12.3,11.1,10.5,9.1000004,9.1000004,7.8000002,3.5,5.1999998,5.1999998,9.8999996,7,6.5,6.3000002,7.5,9.1999998,17.4,14,11.4,9.3999996,8.1999998,6.1999998,3.5,4.0999999,4.6999998,6.0999999,5.4000001,6,5.5,7.8000002,8.1000004,13.8,12.3,10.2,7.8000002,7.0999999,5.9000001,5.0999999,6.5999999,7.9000001,7.9000001,7.1999998,7.3000002,6.8000002,6.1999998,8.8999996,14.6,13.1,12,10.3,10.3,8.6000004,5.3000002,7.0999999,7.9000001,7.8000002,6.4000001,6.0999999,5.8000002,5.9000001,9.8999996,17.5,12.7,11.5,9.8999996,9.8000002,7.5,3.7,4.4000001,5.0999999,5,4.6999998,4.9000001,4.6999998,4.6999998,6.3000002,8.8999996,8.5,8.5,7.5999999,7.5999999,6.5999999,3.0999999,3.5999999,3.5,3.8,4.3000002,4.5999999,4.6999998,4.0999999,5.5999999,9.5,7.9000001,6.9000001,5.8000002,6,5,5,6.0999999,9.3000002,8.1000004,7.5999999,7.5,6.6999998,5.8000002,7.5999999,11.3,11.4,10.8,10.2,10.2,8.6999998,4.1999998,4.5,4.9000001,7.0999999,6.3000002,6,5.5999999,5.5,7,10.3,9.6000004,12.1,13.4,11.6,9.5,5.3000002,6.0999999,6.3000002,6.3000002,5.5,5.8000002,6.6999998,7.1999998,9,13.4,10.7,10.2,8.8999996,9,7.8000002,5.0999999,7,7.1999998,6.9000001,6.5999999,7.1999998,6.6999998,7.5999999,16,23.1,13.5,11.7,9.8000002,9.3999996,8,5,8.8000002,9.5,8.8000002,8.6000004,8.5,8.3999996,8.1000004,10.7,15,11.1,11.3,9.3999996,9.6000004,8.8000002,4.4000001,4.8000002,5.8000002,6.0999999,5.5999999,5.9000001,5.5999999,5,8.1000004,12.6,11.2,11.1,9.8000002,9.1999998,7.8000002,4.3000002,4.5999999,5.4000001,5,4.5,5,5.6999998,4.5,6.4000001,9.6999998,9.3999996,8.8999996,8,8,6.8000002,4.5999999,5.5,5.6999998,6,6.3000002,6.8000002,6.3000002,5.8000002,8,13.5,12.3,11.3,10.2,10.7,8.3999996,4.1999998,4.5999999,5.4000001,5.4000001,5.6999998,5.8000002,5.4000001,4.4000001,5.9000001,9.1000004,9.1999998,9.1000004,8.6000004,9.1000004,7.5999999,3.5,4.1999998,4.9000001,5.1999998,4.8000002,4.9000001,4.4000001,4.4000001,6.1999998,10.2,9.1999998,8.3999996,7,6.8000002,5.5999999,3,3.5999999,4.0999999,4.4000001,4.0999999,4.1999998,4,3.7,5.8000002,9.6999998,8.8999996,7.9000001,6.5,6.1999998,5.1999998,5.0999999,6.6999998,10.6,9.6999998,7.1999998,6.9000001,6.6999998,7,11.5,18.299999,17,17.6,15.5,14.5,11.6,3.8,4.6999998,4.9000001,5.1999998,5.3000002,5.6999998,4.5,4.8000002,7.5999999,12.3,12.1,10.2,8.3999996,8.6000004,7.4000001,4.9000001,5.4000001,5.9000001,5.9000001,6.0999999,6.0999999,5.4000001,5,7.0999999,10.9,10.4,10,8.6999998,8.5,7.0999999,3.8,4.3000002,5.1999998,6,6,6.1999998,5.6999998,5.0999999,6.9000001,10.1,9.8000002,9.5,8.6000004,8.8000002,7.5,4.1999998,4.8000002,5,8.1999998,6.5999999,6,5.8000002,5.3000002,8.1999998,13.6,12.3,10.2,8.1999998,7.8000002,6.3000002,4.8000002,5.3000002,6.4000001,6.8000002,6.5999999,7.4000001,7.5999999,6.0999999,8.5,11.9,12.4,12.4,11,11,9.1999998,3.5999999,4.1999998,5.0999999,5.6999998,5.5,5.1999998,4.5,4,5.3000002,8.8000002,9,8.3000002,7.5,7.5999999,6.5999999,3.2,4.4000001,4.5,4.6999998,4.4000001,4.5999999,4.1999998,4.0999999,6,9.8000002,8.8999996,7.9000001,6.5,6.1999998,5.1999998,3.5999999,4.5999999,5.5,6.4000001,6.1999998,6.4000001,5.5999999,5.0999999,7.9000001,12.4,11.3,10.3,8.8999996,9.5,8.1999998,3.4000001,5.5,5.0999999,5.8000002,5.6999998,6.5999999,6.0999999,5.6999998,8.3999996,12.1,10.8,10.4,8.6000004,8.5,7,6.6999998,6,6.8000002,6.6999998,6.1999998,6.1999998,6.1999998,5.1999998,7.4000001,11.6,11.9,11,10.3,10.6,9.1000004,3.8,4.1999998,4.5999999,5,5,5.5999999,4.9000001,4.4000001,6.3000002,10.8,10.8,10.2,9.3999996,9.6999998,7.8000002,4.5999999,6.1999998,6.9000001,7.5,6.3000002,8.6000004,7.9000001,5.9000001,8.3000002,14.9,13.2,11.7,11.5,11.5,9.5,4,6.5,6.5,5.8000002,5.1999998,7.9000001,9,6.4000001,8.5,14.4,10.9,10.2,8.8000002,8.6000004,6.6999998,3.9000001,4.6999998,5.3000002,5.1999998,5,4.9000001,4.5,4,5.5999999,8.6999998,8.6999998,8,7.0999999,7.1999998,6.3000002,8.1000004,9.1000004,8.8000002,9.8999996,8.5,12.2,10.4,7.4000001,10.1,13.4,11.4,10.7,9.5,9.6999998,8.6000004,4.9000001,5.8000002,6.1999998,8.1999998,7.3000002,7,6.8000002,6.5,8.1999998,12.5,11,11.4,10.9,10.4,8.5,4.5,5.8000002,6.5999999,7.8000002,5.9000001,9.6999998,9.1000004,6,8.3999996,14.2,10.5,9.8999996,9.8000002,9.5,7.3000002,2.5,2.8,3.4000001,3.5999999,3.5999999,3.8,3.5,3.7,4.5999999,7.5,6.5999999,5.9000001,5,5.1999998,4.5,3.0999999,3.7,4.1999998,4.5999999,4.5,4.5999999,4.5,4,5.6999998,9,8.3999996,7.5999999,6.4000001,6.3000002,5.1999998,6,5.9000001,7.5,7.9000001,6.9000001,6.3000002,5.8000002,5,5.5999999,8.6999998,8.1000004,7.3000002,6.3000002,5.8000002,4.6999998,4.9000001,4.1999998,5.5,5.5,4.6999998,4,3.5,3.2,3.3,7,6.1999998,5,4,3.8,3,4.8000002,5.4000001,6.5999999,6.5999999,6.4000001,5.5,4.5999999,4.3000002,4.6999998,8.1999998,8.5,7.9000001,6.9000001,6.4000001,5.1999998,5.9000001,6.4000001,7,7.4000001,8.1999998,5.5,4.6999998,4,4.4000001,6.8000002,9.1999998,8.8000002,7,6.5,5.5,3.2,3.2,4,4.1999998,3.7,3.5,3.4000001,3.2,3.5999999,5.9000001,6.6999998,6.0999999,5.5,5.1999998,4.5,3.0999999,3.3,4.5,4.6999998,3.9000001,3.9000001,3.5,3.4000001,3.5,4.5,4.9000001,4.8000002,4.5,4,3.2,4.0999999,4.5999999,6,6.6999998,5.6999998,5.1999998,4.5999999,4.0999999,4.6999998,7.4000001,8.1999998,8,6.6999998,6.1999998,4.9000001,3.9000001,3.9000001,5.3000002,6.1999998,5.3000002,4.5,4.3000002,3.7,4.1999998,7.3000002,8,7.9000001,6.4000001,5.8000002,4.8000002,4.5,4.6999998,5.4000001,5.6999998,5.5,5.4000001,4.9000001,4.3000002,4.0999999,5.5999999,7.9000001,7.5,6.9000001,7.0999999,5,3.5999999,4,5.0999999,5.4000001,5,4.5,4.1999998,3.8,4.4000001,6.5,7.8000002,7.5,6.5999999,6,4.8000002,3.4000001,4.5999999,6.3000002,6.6999998,5.8000002,5.0999999,4.5999999,4.0999999,4.9000001,7.9000001,8.1999998,7.9000001,6.6999998,6.0999999,4.9000001,4.5999999,4.9000001,6.0999999,6,5.4000001,4.8000002,4.0999999,3.8,3.7,5.5999999,7,6,5.0999999,5.3000002,4.1999998,5.8000002,6,7.1999998,8.1000004,7.5999999,7.0999999,6.3000002,5.9000001,6.0999999,9,8.8999996,8.6000004,7,6.5,5.8000002,4.0999999,4.8000002,5.8000002,6.1999998,5.1999998,5,5,4.4000001,4.8000002,6.6999998,7.6999998,8,7.4000001,6.9000001,5.8000002,4,4.5999999,5.8000002,6.1999998,5.6999998,5.0999999,4.6999998,4.0999999,4.5999999,6.6999998,7.3000002,7.1999998,6.3000002,5.8000002,4.6999998,3.0999999,3.7,4.8000002,4.9000001,4.4000001,4.0999999,3.8,3.3,3.5999999,5.1999998,6,5.6999998,5.1999998,4.6999998,3.7,6.4000001,3.2,3.9000001,4.4000001,3.9000001,3.7,4.4000001,4,3.3,5.4000001,6.4000001,5.4000001,4.3000002,3.8,3.0999999,4.0999999,5,6.3000002,6.6999998,5.5999999,5.0999999,4.9000001,4.1999998,4.5,7.8000002,8.8000002,8.3000002,7.1999998,6.4000001,5.1999998,4.9000001,5.0999999,6.0999999,6.5,6,5.4000001,5.3000002,4.6999998,4.9000001,6.5999999,8.3999996,8.3000002,7.4000001,7.5999999,6.3000002,4.9000001,5,6.4000001,7.3000002,6.8000002,5.6999998,5,4.4000001,5.0999999,8.1000004,8.5,8,6.6999998,6.0999999,5.0999999,3.7,3.8,4.3000002,4.8000002,4.3000002,4.1999998,4,3.5999999,3.9000001,5.5,6.3000002,6,5.3000002,4.9000001,4,3.9000001,4,4.8000002,4.8000002,4.3000002,3.8,3.4000001,3.3,3.7,5.0999999,5.5,5.5999999,5.0999999,5.5,4.5999999,3.5999999,4,5,6.1999998,6,5.4000001,4.5999999,4.1999998,4.3000002,5,6.0999999,6.0999999,5.4000001,5.5999999,4.1999998,6.6999998,5.9000001,7.5999999,8.1999998,7.4000001,6.8000002,6.1999998,5.3000002,5.3000002,9.3000002,12,10.6,8.6999998,8.8999996,7.6999998,4.4000001,4.6999998,5.9000001,5.8000002,5.5,4.6999998,4.4000001,4.0999999,4.4000001,6.8000002,8.1999998,8,6.8000002,6.4000001,5.1999998,4,3.9000001,5.1999998,6,5.1999998,4.0999999,4,3.8,4.4000001,6.9000001,7.9000001,7.3000002,6.3000002,6.0999999,4.6999998,3.5,4.1999998,5.3000002,5.5999999,4.9000001,4.4000001,4.0999999,3.4000001,3.9000001,6.0999999,6.8000002,6.6999998,6,5.4000001,4.3000002,4,5,6.6999998,7.3000002,6.4000001,5.3000002,4.9000001,4.4000001,5.1999998,8.3000002,8.6000004,8.3999996,7.1999998,6.5,5.1999998,4.5999999,6.9000001,7.6999998,7.5,7.0999999,5.8000002,4.8000002,4.4000001,4.6999998,8.5,8.8000002,8.5,7.3000002,6.1999998,4.8000002,3.8,4.3000002,5,5.3000002,4.5999999,4.0999999,3.9000001,3.4000001,3.5999999,5.8000002,7.3000002,7.1999998,6.0999999,5.6999998,4.4000001,6.9000001,7.8000002,9,9.5,8.6000004,7.5999999,6.5999999,5.9000001,6.5999999,9.6999998,11.2,11.5,10.3,9.8999996,8.3000002,5.0999999,5.4000001,6.5999999,6.8000002,5.9000001,5.8000002,5,4.5,4.8000002,8.8999996,9.1000004,8.8999996,8,7.3000002,6.0999999,3.2,3.5,4.5999999,4.6999998,4.0999999,3.9000001,3.5,3.0999999,3.3,5.8000002,5.4000001,5,4.5999999,4.4000001,3.3,5.8000002,6.4000001,8.1000004,8,7,6.1999998,5.8000002,5.3000002,6.0999999,11.3,11.2,10.7,9.1999998,9.1999998,7.5999999,3.5999999,4,4.8000002,5.0999999,4.9000001,5.5,4.5999999,3.7,3.5999999,4.8000002,5.4000001,5,4.4000001,4.6999998,4,4.1999998,4.5,5.1999998,6.0999999,5.8000002,6.1999998,5.1999998,4.5999999,5.6999998,9.1000004,9.6999998,9.3000002,8,7.3000002,5.8000002,4.5999999,5,5.8000002,5.9000001,5.5,5.5999999,5.3000002,4.8000002,5.8000002,8.8000002,8.8000002,8.1000004,7.1999998,6.9000001,5.8000002,4.6999998,4.9000001,5.9000001,5.9000001,5.6999998,5.5999999,5.5,4.8000002,5,6.0999999,5.5999999,5.1999998,4.4000001,4.3000002,3.5999999,3.5,3.4000001,4.6999998,4.6999998,3.9000001,3.8,3.8,3.5,3.9000001,6.9000001,7.5,6.5,5.5999999,5.5,4.5999999,5.8000002,5.5,6.9000001,8.1000004,6.6999998,5.6999998,6,4.9000001,4.6999998,6.4000001,8.1000004,8.5,7.5,6.5999999,5.0999999,4.1999998,4.5,5.5,5.8000002,5.9000001,5.5,5.5,5.5,7.6999998,8.1000004,6.0999999,5.6999998,5.0999999,5,4.3000002,4.6999998,4.9000001,6.5999999,6.4000001,5.5,4.5999999,4.3000002,3.5,4.0999999,6.9000001,9.1000004,8.8000002,7.5,7.5,6.0999999,2.8,4.0999999,6.0999999,6,5,4.6999998,4.1999998,3.8,4.5,7.3000002,7.1999998,6.6999998,5.9000001,5.5,4.5999999,3.7,3.7,4.3000002,4.9000001,5,4.4000001,4.3000002,3.3,3.9000001,5.4000001,5.5999999,5.8000002,5,5.0999999,4.0999999,3.7,4.1999998,5,5.5,5.0999999,4.5,4.3000002,3.5999999,3.9000001,6.4000001,8.1000004,7.6999998,6.4000001,5.6999998,4.4000001,3.5,4.3000002,5.6999998,5.8000002,5.1999998,4.5,4.0999999,3.5999999,4,6.0999999,7,6.9000001,6,5.9000001,4.5,3.9000001,4,4.5999999,5.1999998,4.9000001,4.6999998,4.5,3.8,3.8,6,7.5999999,7.4000001,6.4000001,5.8000002,4.8000002,5.5999999,5.0999999,6,6.4000001,6.0999999,5.9000001,5.4000001,4.9000001,5.0999999,7.0999999,5.6999998,4.5999999,4.1999998,3.9000001,3,3.5999999,4.8000002,5.8000002,5.6999998,4.9000001,4.1999998,3.8,3.5,3.5,6.5,7.3000002,6,5,5,3.9000001,5.3000002,6,6.9000001,7.3000002,6.4000001,6.1999998,6.4000001,5.9000001,6.1999998,8.1999998,7.5,7.6999998,7.4000001,7.0999999,6,4.3000002,4.8000002,5.1999998,6.1999998,5.5,5.5999999,4.9000001,4,4,5.5,7,7.5,7.5,6.6999998,6.0999999,5.3000002,4.9000001,7.4000001,7.3000002,6,5.0999999,4.4000001,4,4.0999999,8.6999998,7.5999999,6.5999999,4.9000001,4.4000001,4,3.7,3.5,4.5,4,3.8,3.7,3.4000001,2.9000001,2.9000001,8.5,8.5,6.5999999,5,5.0999999,3.8,4.5,4.9000001,5.5,6.5,5.9000001,5.4000001,5.4000001,4.6999998,4.9000001,6.9000001,8,8.3999996,7.1999998,5.9000001,4.6999998,5.5999999,4.6999998,6,5.5,5.1999998,3.9000001,3.0999999,2.7,2.9000001,4,7.0999999,6.9000001,6.0999999,5,4.1999998,3.3,3.0999999,3.7,4.0999999,3.8,3.3,3.3,2.8,3,4.1999998,5.3000002,4.4000001,3.7,3.5,2.9000001,3.8,5.3000002,7.4000001,7.4000001,6.5,5.6999998,5.0999999,4.5999999,5.3000002,8.1999998,8.6000004,8.1000004,7.0999999,6.5999999,5.4000001,5.1999998,5.3000002,7.0999999,7.5,7,6.8000002,6.5,5.1999998,5.3000002,8,7.6999998,7.5,6.4000001,6.4000001,4.9000001,4.8000002,4.5,5.9000001,5.8000002,5.1999998,4.5999999,4.1999998,3.5,3.8,5.1999998,5.8000002,5.4000001,4.6999998,4.4000001,3.5999999,5,5.3000002,6.3000002,6.5999999,7,5.5,5.1999998,4.6999998,5.3000002,8.6999998,7.9000001,8.1000004,6.6999998,6.3000002,6,2.8,3.5,5,5.1999998,4.5,4.5999999,4.1999998,3.8,4.4000001,7.0999999,7.0999999,6.5999999,5.6999998,5.3000002,4.4000001,4.3000002,4.5,5.6999998,5.6999998,5.5,4.5999999,4.4000001,3.9000001,4.0999999,7.5,7.8000002,6.4000001,4.8000002,4.6999998,3.8,5.0999999,4.9000001,5.4000001,6.0999999,6,5.1999998,4.3000002,3.8,5,7.1999998,11.3,15.3,10.7,9.1999998,6.3000002,8.6000004,7.6999998,9.1999998,9.3999996,8.8999996,8.1999998,7.5999999,6.1999998,6.5,10,10.5,7.6999998,5.8000002,5,3.8,4.0999999,4.3000002,4.9000001,5.5,5.5,4.9000001,4.6999998,4.3000002,4.3000002,5.8000002,6.9000001,6.4000001,5.9000001,5.0999999,4.8000002,7,6.4000001,9.1999998,8.3000002,6.8000002,6.1999998,5.4000001,4.9000001,5.3000002,10.9,11.6,9.3999996,7,6.4000001,5.5999999,4.6999998,4.9000001,5.9000001,6.4000001,5.5999999,5.1999998,4.8000002,4.3000002,4.4000001,7.5,8.6000004,7.6999998,6.6999998,6,4.8000002,5.3000002,4.9000001,6.5999999,6.5999999,5.6999998,4.5,3.8,3.3,3.4000001,8.1000004,8.3000002,6.0999999,4.5999999,4.3000002,3.4000001,4.3000002,4.5,5.0999999,4.3000002,4.0999999,4,4.3000002,3.9000001,3.7,7.0999999,7.0999999,6.5999999,6.4000001,5.9000001,4.3000002,3.5,4.3000002,5.8000002,6.3000002,5.5999999,5.3000002,5,4.3000002,5,8,8,7.8000002,6.8000002,6.0999999,4.9000001,6.6999998,7.1999998,8.1999998,8.8000002,7.5,7,6.6999998,5.8000002,6.0999999,8.8000002,9.1999998,9.5,8.5,7.9000001,6.4000001,3.5999999,3.8,4.5999999,4.8000002,4.4000001,4.0999999,3.9000001,3.5999999,3.7,6.3000002,6.4000001,6,5.5999999,5.4000001,4.3000002,5.4000001,5.5,6.0999999,7,6.1999998,6.1999998,6.1999998,5.1999998,5.8000002,8.6999998,8.5,8.3000002,7.3000002,7,5.5,4.8000002,6.5,7.8000002,7.4000001,6.9000001,6.4000001,6,5.0999999,5.8000002,8.6000004,8.1000004,8.3000002,7.0999999,6.9000001,5.3000002,3.4000001,3.5999999,4.5,4.6999998,4.0999999,3.9000001,3.7,3.2,3.4000001,5.5,6.0999999,5.8000002,4.8000002,4.4000001,3.4000001,3.8,3.9000001,5.5999999,5.5999999,5,4.1999998,4,3.9000001,3.8,6,7,6.5999999,5.4000001,5.4000001,4.5,4.8000002,5.5,6.5999999,7.0999999,6.5,5.6999998,5.9000001,5.0999999,4.6999998,6.5,7.9000001,7.6999998,6.4000001,8.8000002,7.0999999,3.8,3.8,5.5999999,7.4000001,6.0999999,4.8000002,4.4000001,3.5999999,4.0999999,5.6999998,6.5999999,7.3000002,5.8000002,5.1999998,4.1999998,3.5,3.9000001,5.1999998,6.0999999,5.5,5.1999998,4.6999998,4,4.4000001,7.0999999,7.5999999,7.0999999,6,5.5,4.5,4.1999998,4.1999998,4.8000002,5.0999999,4.5,4.8000002,4.0999999,3.8,4.1999998,6.8000002,8.6000004,8.1999998,7.4000001,6.5,5.0999999,5,4.4000001,5.6999998,6,4.6999998,4.1999998,3.9000001,3.5999999,4,6.3000002,8.1999998,7.8000002,6.6999998,6.9000001,5.5999999,6,6.5,7.6999998,7.8000002,7,6,5.4000001,4.8000002,5.3000002,7.5,7.3000002,6.5,5,4.5999999,3.5999999,4.3000002,4.5,4.9000001,4.9000001,5,4.8000002,4.5999999,3.7,3.8,6.3000002,5.9000001,5.0999999,4.1999998,4.0999999,3.3,4.8000002,5.1999998,6.5,7.0999999,6.8000002,5.6999998,5.0999999,4.5999999,5.5999999,8.1999998,9.1000004,8.8000002,7.5999999,6.8000002,5.5999999,4.3000002,3.7,5.4000001,5.9000001,5.3000002,4.5,3.8,3.4000001,3.8,5.1999998,5.9000001,6,5,4.5,3.7,3.8,3.4000001,4.0999999,4.3000002,3.7,3.4000001,3.3,2.8,3,4.4000001,5.5,5.3000002,4.6999998,4.4000001,3.5,3,3,3.8,4.1999998,3.8,3.8,4.5,3.5,3.8,4.5999999,4.8000002,4.3000002,4.0999999,3.5999999,2.7,3.8,4.1999998,5.1999998,5.5999999,5.5999999,4.8000002,4,3.8,3.7,6.9000001,7.4000001,6.5,5.5,5.1999998,4.0999999,3.4000001,3.5999999,5,5,4.5999999,4.0999999,4,3.8,3.9000001,5.5,6.8000002,6.1999998,5.0999999,5.0999999,3.9000001,5,4.4000001,6.0999999,6,5.0999999,4.1999998,3.9000001,3.4000001,3.4000001,8.1000004,8.6000004,6.8000002,5.5999999,5.0999999,4,4,5.3000002,6.5999999,7.0999999,6.0999999,5.4000001,4.8000002,4.5999999,5.0999999,8,8.1999998,7.9000001,6.8000002,6.1999998,4.8000002,5.4000001,5.4000001,7,7,5.8000002,4.9000001,4.5,3.8,3.9000001,7.0999999,7.9000001,7.0999999,6.1999998,5.9000001,4.8000002,5.3000002,5.5,7.6999998,8.1000004,6.9000001,6.0999999,5.3000002,4.5999999,5.0999999,8.6000004,8.8999996,7.8000002,6.4000001,6,4.8000002,3.4000001,3.8,5.3000002,5.3000002,4.8000002,4.5999999,4.3000002,3.7,4.1999998,6.4000001,6.6999998,6.5,5.6999998,5.5,4.3000002,4.5,4.5999999,5.5999999,6.0999999,5.9000001,5.3000002,5.1999998,4.5999999,4.4000001,6,7.4000001,7.5,6.9000001,13.2,9.3999996,5.1999998,5.3000002,6.1999998,6.5999999,6.5,5.8000002,6.0999999,5.3000002,5.5,8.1999998,9.1000004,8.6999998,7.6999998,7,6.3000002,3.7,3.8,4.4000001,4.9000001,4.5,4.5999999,4.1999998,3.5,3.5,5.5999999,6.8000002,6.3000002,5.8000002,5.9000001,4.5999999,2.9000001,2.9000001,3.5999999,4.0999999,3.7,3.5999999,3.5999999,3,3.2,5.1999998,4.3000002,4.0999999,3.4000001,3.3,2.5,3.5999999,3.8,5.5,6.4000001,5.0999999,4.5,4,3.5999999,3.5,7.3000002,8.3000002,6.9000001,5.9000001,5.8000002,4.9000001,5.5,6.1999998,7.3000002,7.6999998,7.3000002,6.5999999,5.1999998,4.5999999,5.1999998,8.5,9.8999996,9.5,8.3999996,8,6.3000002,4.3000002,4.6999998,6.0999999,6.8000002,6.1999998,5.6999998,5,4.1999998,4.6999998,7.5999999,8.3000002,7.8000002,6.5999999,6,5,4.9000001,5.4000001,6.5999999,6.5999999,5.6999998,5.5999999,5.0999999,4.4000001,4.5999999,8.1999998,9.3999996,8.5,7.4000001,6.8000002,5.5,3.0999999,3.2,3.7,4.0999999,3.8,3.9000001,4,3.2,3.3,4.0999999,4.1999998,3.9000001,3.3,3.0999999,2.5,4.1999998,3.9000001,5.1999998,5.5,4.3000002,3.8,3.9000001,3.5,3.2,5.0999999,5.4000001,5.4000001,5.3000002,4.9000001,3.9000001,3.2,3.9000001,5.5,5.8000002,5.0999999,4.5,4.1999998,3.7,4.3000002,6.5999999,7,6.6999998,5.8000002,5.3000002,4.3000002,2.9000001,2.7,3.2,2.9000001,3.2,2.9000001,2.7,2,1.9,3.4000001,3.9000001,3.5,2.9000001,3,2.4000001,4.1999998,4.5999999,5.8000002,6.1999998,6.0999999,5.8000002,5.0999999,4.4000001,5.1999998,8.1000004,8.8000002,8.5,7.5999999,7.0999999,5.5999999,9.1000004,9.5,10.5,10.3,9,7.9000001,7.3000002,6.5,7.0999999,10.5,11.8,11.6,10.6,10.3,8.8000002,4.5,5.5999999,6.6999998,7.5999999,6.5,6.3000002,5.5,4.5999999,4.9000001,7.8000002,8.3999996,8.1999998,6.9000001,6.4000001,5.3000002,4,3.9000001,5.0999999,5.3000002,4.8000002,4.5,4.0999999,3.5999999,3.7,6.6999998,7.0999999,6.3000002,5.3000002,5,3.9000001,3.9000001,4.5999999,5.8000002,6.3000002,5.9000001,5.1999998,4.9000001,4.0999999,4.1999998,7.1999998,8.5,7.9000001,6.5,6,4.9000001,4,4.5,5.4000001,6,5.1999998,4.5999999,4.1999998,3.8,4.0999999,6.0999999,7.4000001,7.3000002,6.5,5.6999998,4.6999998,5.0999999,5.1999998,6.5999999,7.0999999,6.8000002,6.5,6.0999999,5.8000002,6.4000001,9.1000004,7.6999998,7.8000002,7.0999999,6.1999998,5,5,5,6.3000002,6.4000001,5.6999998,5.3000002,4.8000002,4,4.5,7.3000002,7.1999998,6.5,5.5999999,5.4000001,4.4000001,4.5,5.3000002,7.6999998,7.8000002,6.5,6.9000001,6.9000001,5,3.9000001,5.4000001,7.9000001,8,7.5,6.9000001,6.3000002,4.1999998,4.9000001,6.3000002,6.8000002,5.9000001,5.5,5.1999998,4.5999999,5.3000002,8.1999998,8.8999996,8.8000002,8.3000002,7.4000001,5.9000001,4.6999998,4.1999998,6.5999999,6.5999999,6.1999998,5.0999999,4.4000001,3.9000001,4.0999999,6.8000002,8.3999996,7.9000001,6.5,6.0999999,4.4000001,3.2,3.2,3.5,4.3000002,4.4000001,3.5999999,3.5,2.9000001,3.5,5.1999998,5.3000002,5.4000001,4.5999999,4.1999998,3.7,4.1999998,4.3000002,4.8000002,5.0999999,4.9000001,4.5999999,4.0999999,3,3.0999999,6.1999998,7.8000002,6.9000001,5.8000002,5.3000002,3.7,3.7,4.4000001,5.9000001,5.8000002,5.8000002,4.9000001,4.5999999,3.7,4,7.4000001,7,6.1999998,5.0999999,5,3.9000001,7.0999999,8.5,9.3000002,9.6000004,8.8000002,8,6.1999998,5.5999999,6.3000002,10.1,12.4,12.3,10.6,10.4,8.1999998,3.8,3.7,4.5,4.0999999,3.7,3.9000001,4,3.3,3.5999999,4.8000002,4.9000001,5,4.9000001,4.0999999,3.5999999,6.4000001,7.0999999,7.8000002,8.6000004,8.1000004,7.8000002,6,5.4000001,6.5999999,9.5,11.3,11.4,11.1,10.8,8.3000002,5.9000001,4.8000002,6.1999998,6.0999999,4.9000001,4.8000002,4.3000002,3.7,3.8,7.6999998,10.3,8.6000004,6.5999999,7,6.0999999,5.9000001,5.5,7.0999999,7,6.4000001,5.5,4.5999999,3.9000001,4.1999998,9,10,7.9000001,6.1999998,6.0999999,5.1999998,3.7,4.4000001,6,6.5,5.8000002,4.9000001,4.5999999,4.0999999,4.5999999,8.1999998,8.6999998,7.8000002,6.5999999,6.0999999,5,5.0999999,5.0999999,6.1999998,6.5,5.8000002,5.4000001,5.1999998,4.6999998,4.9000001,7.6999998,8.8000002,8.3000002,7.1999998,6.6999998,5.5,5.3000002,5.5,6.9000001,7.3000002,6.8000002,6.3000002,6.0999999,5.5,5.8000002,9,9.1000004,7.8000002,6.0999999,5.3000002,3.7,4,5.0999999,7.4000001,7.6999998,6.5999999,5.5,5,4.5999999,5.1999998,8.1999998,8.5,8,7,6.3000002,5.0999999,3.3,3.8,4.9000001,5.1999998,4.5999999,4.1999998,3.9000001,3.4000001,3.8,5.6999998,6.1999998,6.0999999,5.4000001,5,4,3.4000001,3.4000001,4.6999998,3.9000001,4.1999998,2.8,2.9000001,3,3.4000001,6,6.8000002,6.3000002,5.0999999,4,3,3.8,3.2,4.0999999,4.9000001,4.5,4.0999999,4,3.3,4.0999999,5.1999998,4.8000002,4.6999998,4,3.8,3.3,3.8,4.3000002,5.0999999,5.1999998,4.6999998,4.0999999,4,3.4000001,3.9000001,5.8000002,6.6999998,6.6999998,5.8000002,5.5,4.4000001,3.5,3.2,4.0999999,4.5999999,4.3000002,4.0999999,3.8,3.3,3.7,5.1999998,6,6.1999998,4.9000001,4.8000002,3.9000001,3.3,2.9000001,2.8,3.8,3.3,4.1999998,4.4000001,4.5999999,4.5,5.0999999,4.3000002,3.8,4.5,4.5999999,4,7.4000001,6.8000002,8,7.6999998,6.4000001,6,5.8000002,4.6999998,5.1999998,7.6999998,11.2,10.1,8.8000002,9.5,7.3000002,5,5,6.3000002,6.0999999,5.5,5.0999999,4.5,4.0999999,4.1999998,6.6999998,8.3999996,8,6.9000001,6.4000001,5.5,4.5999999,4.3000002,5.0999999,5.5,5.1999998,4.8000002,4.1999998,3.7,3.8,5.8000002,5.9000001,5.8000002,5.1999998,5.3000002,4.3000002,4.9000001,6.1999998,6.9000001,7.1999998,6.4000001,6.1999998,5.4000001,4.5999999,5.3000002,7.6999998,9.3000002,9.8000002,9.1999998,8.1000004,6.0999999,4.9000001,5.3000002,5.5,5.8000002,5.5999999,4.9000001,4.5999999,4,4.4000001,7.0999999,7.5999999,7.5999999,8,6.8000002,5.8000002,3.8,4.3000002,5.1999998,5.5,4.5,4.3000002,4,3.7,4,5.8000002,7.0999999,7.5999999,7.0999999,7.0999999,5.5999999,7,6.8000002,8.3999996,7.6999998,6.5999999,5.5999999,5,4.8000002,5.3000002,9.1999998,8.8999996,6.6999998,4.4000001,3.7,3.0999999,3.0999999,3.3,4.1999998,4.1999998,3.5999999,3.5999999,3.5999999,3.0999999,3.4000001,5.6999998,6.9000001,5.9000001,4.8000002,4.6999998,3.9000001,3.5,4.0999999,5,5.4000001,4.5999999,4.4000001,3.9000001,3.4000001,3.9000001,6.6999998,7.1999998,6.5,5.4000001,5.0999999,4,5.0999999,5.0999999,6.8000002,7.5,6.1999998,5.5,5,4.0999999,4.3000002,7,8.8999996,8.6999998,7.4000001,6.9000001,5.3000002,5.8000002,6.0999999,8.1999998,9.1999998,8.6999998,6.8000002,5.6999998,5.1999998,5.9000001,10.1,11.7,11.1,9.6000004,8.8999996,7.1999998,4.6999998,4.6999998,5.6999998,6,5.3000002,5.0999999,4.6999998,4.1999998,4.3000002,6.3000002,7.9000001,8.3000002,6.9000001,6.6999998,5.8000002,3.4000001,3.3,4.3000002,4.5999999,3.5,3.5,3.3,2.5999999,2.8,6.8000002,5.9000001,4.5999999,3.9000001,3.9000001,3.4000001,4.5,4.5,5.4000001,5.5999999,5.0999999,5,4.5,3.8,4.1999998,7,7.3000002,5.9000001,4.5999999,4.3000002,3.5999999,4.1999998,4.6999998,5.6999998,6.1999998,5.6999998,5.0999999,4.5999999,4,4.1999998,6.9000001,8.1000004,7.6999998,6.8000002,6.4000001,5.1999998,8.1999998,6.3000002,6.3000002,10,6.9000001,10.3,10.5,7.3000002,7,9.3000002,5.5999999,6.0999999,6,5.3000002,5.0999999,3.5,3.5999999,4.4000001,4.8000002,4.5,4.0999999,3.9000001,3.5999999,3.7,5.4000001,6.3000002,6,5.3000002,4.9000001,3.9000001,4,4.8000002,4.9000001,5.5,5.6999998,5.8000002,5.5,4.9000001,4.5999999,6,6.5999999,6.5999999,6,5.1999998,4.4000001,5.1999998,5.8000002,5.5999999,5.1999998,6.1999998,5,4.5,3.8,3.9000001,7.9000001,7,5.9000001,5.4000001,5.1999998,4.1999998,4.0999999,4.6999998,5.6999998,6,5.3000002,5,4.8000002,4.1999998,4.5,6.6999998,7.4000001,7.4000001,6.5999999,6.0999999,5,4,3.9000001,4.4000001,5,4.8000002,5.1999998,5.9000001,5.0999999,5.4000001,6.9000001,4.3000002,3,2.4000001,2.5999999,2,4.8000002,5.1999998,6,6.5,6.0999999,5.8000002,5.1999998,4.5999999,5.1999998,7.4000001,8.3999996,8.3000002,7.0999999,6.4000001,4.9000001,6.3000002,6.5,7.4000001,7.5,6.1999998,5.6999998,5.3000002,4.5,5,10.3,11.8,10.4,9.1000004,8,6.5,3.9000001,4,4.6999998,4.5,4.9000001,4.4000001,4.0999999,3.5999999,3.5,4.8000002,6,5.5999999,4.5,4.1999998,3.4000001,2.9000001,2.9000001,3.5,3.7,3.5,3,3,2.7,3,5,6.3000002,6,5.1999998,5.5,4.5999999,6.5999999,7.5999999,9.1999998,10.1,9.3000002,8.1000004,7,5.9000001,6.6999998,10,11.5,11.6,10.1,9.6999998,7.9000001,14.8,17.5,19.6,17.5,14.7,13.3,12.8,11.3,10.6,14.3,15.2,14,12.5,12.4,11,3.9000001,4.5,5.3000002,5.9000001,5.5,4.9000001,4.5999999,4.0999999,5,6.6999998,7.5,7.5,6.5999999,6,4.9000001,3.5,4.5,5,5.5,5.5999999,4.5999999,4.0999999,3.5,4.3000002,6.5999999,7.4000001,7.1999998,6.3000002,5.9000001,4.5999999,4.0999999,3.7,4.8000002,4.9000001,4.3000002,3.7,3.3,2.8,2.8,5.5999999,5.9000001,4.8000002,3.9000001,3.5999999,2.9000001,3.7,4.5,6.0999999,6.5,5.8000002,5.0999999,4.5,4.0999999,5.4000001,10.9,11.2,10.2,8.6000004,7.8000002,6.1999998,3.5,3.5999999,4.4000001,4.3000002,4.0999999,3.9000001,4,3.5999999,3.9000001,5.3000002,6.3000002,6.3000002,5.4000001,5.3000002,4.3000002,5.5,5.6999998,7.3000002,7.4000001,7,6.3000002,5.9000001,5.0999999,5.4000001,8.3000002,8.1999998,7.5,6,5.5,4.1999998,4.6999998,4.5999999,6,6.0999999,5.1999998,4.4000001,4,3.5,3.5,7.0999999,8,6.5,5.4000001,4.9000001,4,3.5999999,3.9000001,5.0999999,5.5999999,5.1999998,4.6999998,4.4000001,3.8,4.1999998,6.9000001,7.5,7.0999999,5.9000001,5.4000001,4.4000001,3.2,3.3,4.0999999,4.6999998,4.1999998,3.8,3.4000001,2.9000001,3.0999999,4.5999999,5.4000001,4.8000002,4.3000002,4.1999998,3.5,6.3000002,6.9000001,9.5,8.8000002,7.4000001,6.0999999,5.4000001,5.1999998,6,14.9,13.8,12,9.6999998,9.5,7.8000002,3.4000001,3.5,4.0999999,4,4.5999999,4,4,4,4.3000002,5.4000001,6.3000002,6.9000001,5.9000001,6,4.1999998,4.3000002,4.6999998,5.5,5.9000001,5.3000002,5.1999998,4.6999998,4.0999999,4.3000002,6.5,7.0999999,7,6.5999999,6.5,5.3000002,4.9000001,5.4000001,6.8000002,7.6999998,6.5,5.6999998,5.5,4.9000001,5.4000001,7.8000002,8.3000002,8.1000004,7.3000002,6.5,5.1999998,7.9000001,9.8999996,11.7,12.4,10.6,9.1999998,7.0999999,6.4000001,7.3000002,11.5,12.7,12.7,11.1,10.7,8.3000002,4.8000002,5.0999999,5.5,5.9000001,5.3000002,4.6999998,4.3000002,3.5999999,3.8,6.3000002,7.5,7,5.9000001,5.6999998,4.3000002,5.1999998,5.3000002,6.0999999,6.5,6,5.4000001,4.8000002,4.1999998,4.5,6.6999998,8.1000004,7.9000001,6.5999999,6.0999999,5.0999999,3.0999999,3.0999999,4,3.8,3.4000001,3.2,3,2.5999999,2.7,5.9000001,5.9000001,4.8000002,3.9000001,3.7,3,3.2,3.0999999,4,4.6999998,3.9000001,3.8,4,3.9000001,4.4000001,5.5999999,4.5999999,4.3000002,4.3000002,4.4000001,3.5999999,6.8000002,7.9000001,8.6000004,9.3000002,8.6999998,8,5.8000002,5.1999998,6.4000001,9.8000002,11.7,11.5,10.5,10.3,8,4.0999999,4.6999998,6.0999999,6,5.3000002,4.5,4.3000002,3.5999999,4.0999999,7.8000002,8.6000004,7.9000001,6.6999998,6.5,5.1999998,5.5999999,5.5,6.8000002,6.9000001,5.5999999,4.9000001,4.3000002,3.8,3.8,7.3000002,9,8.1999998,6.9000001,6.1999998,4.9000001,3.5,3.9000001,5.3000002,5.5999999,5.0999999,4.8000002,4.5999999,4,4.4000001,7.5999999,7.5999999,6.9000001,5.9000001,5.5,4.5999999,3.4000001,3.5999999,4.0999999,4.0999999,4.5,3.9000001,3.8,3.0999999,3.3,4.4000001,4.4000001,4.4000001,4.0999999,3.8,3,5,5.0999999,6.4000001,6.0999999,5.9000001,5.0999999,4.5999999,4.1999998,4.4000001,8.6000004,7.3000002,6,5.0999999,5.4000001,4.1999998,5.8000002,6.1999998,7.8000002,8.1000004,7.0999999,6.8000002,6,5.8000002,6.0999999,9.1000004,9.6999998,9.3000002,8,7.6999998,6.4000001,5.3000002,5.4000001,6.4000001,6.5999999,5.5,4.5999999,4.1999998,3.8,4,6,6.3000002,5.9000001,5.3000002,5,4,16.4,15.3,15.7,15.6,14.1,11,10.5,8.8999996,10.3,16.200001,18.5,15.2,13.3,12.8,11.7,3.9000001,5,6.6999998,7.4000001,6.1999998,5.4000001,4.8000002,4.1999998,5,8,8.8000002,8.1999998,7,6.0999999,4.9000001,2.5,2.5999999,3,3.2,3.2,3.5,3.3,2.9000001,3.0999999,4.5999999,5.1999998,5,4.4000001,4.3000002,3.5,3.4000001,3.3,4.1999998,3.9000001,3.2,2.5,2.4000001,2,2,6,5.5,4.4000001,3.4000001,4,3.2,4.4000001,5.5999999,6.6999998,6.3000002,5.1999998,5,4.8000002,3.9000001,3.7,5.5,9.1000004,9.8999996,9.3999996,8,6.1999998,4.8000002,8.1999998,8,7.4000001,6.5999999,6.1999998,5.5,4.9000001,6.4000001,9.1999998,11.5,12.1,10.7,10,7.8000002,8.6999998,7.3000002,14.1,11.3,8.5,7.4000001,6.0999999,5.1999998,5.6999998,11.4,8.8999996,8,6.8000002,5.6999998,4,4.1999998,4.5,5.0999999,4.8000002,5.3000002,5,4.5,3.7,3.8,6.4000001,8.6999998,7.5999999,6,5.4000001,4.3000002,2.5,2.5,3.3,3.7,3.9000001,3.3,3.0999999,2.3,2.5,4.8000002,5.4000001,5,5.0999999,4.4000001,3.5999999,4.5999999,4.9000001,5.5999999,6.1999998,5.3000002,5,4.8000002,5,4.9000001,7.8000002,9.1999998,9.1999998,8,7,5.4000001,3,4,5.5999999,5.8000002,5.1999998,4.6999998,4.4000001,3.9000001,4.5,7.1999998,7.4000001,7.0999999,6.1999998,5.6999998,4.5,4.6999998,4.5,4.9000001,5.5999999,5,5.1999998,5.3000002,4.3000002,4.6999998,7.5,8.3000002,7.3000002,5.5,5.1999998,4.1999998,4.9000001,5.0999999,6.5999999,6.6999998,5.5999999,5.1999998,4.5999999,4.0999999,4.3000002,7.8000002,7.8000002,7,6.3000002,6.1999998,4.9000001,8.3999996,10.3,12.8,13,11.2,9.8999996,8.6999998,8,8.8999996,15,16.299999,15.7,14.6,12.9,10.6,5.1999998,5.5999999,7.0999999,7,7,7,6.1999998,5.4000001,6.0999999,10.1,13,14.1,12.1,11.6,9.5,4.5999999,5,6.3000002,6.8000002,6.4000001,6.1999998,5.8000002,5.0999999,5.6999998,9.3000002,10,9.6999998,8.1999998,7.5,5.8000002,5.8000002,5.9000001,6.8000002,7.1999998,7.5999999,6.9000001,5.4000001,4.8000002,5.3000002,8.6000004,10.5,9.6999998,7.5999999,7.0999999,6.1999998,4.1999998,4.4000001,4.9000001,5.3000002,5.1999998,5,4.9000001,4.5999999,5.4000001,7.0999999,6.1999998,6.0999999,6.1999998,5.6999998,4.1999998,3.7,3.2,4.8000002,4.0999999,3.8,4,3.8,3.5,3.3,9.3000002,7.5999999,5.6999998,4,3.5,3,4.8000002,5.1999998,6.1999998,6,5.4000001,5,4.6999998,3.8,4,6.6999998,6.8000002,5.6999998,4.5,4.0999999,3.3,3.4000001,3.2,4.0999999,3.9000001,3.0999999,3,3,2.5999999,2.5999999,4,5.5999999,4.6999998,3.5,3.3,2.7,5.1999998,5.4000001,6.8000002,7,6.0999999,5.9000001,4.9000001,4.1999998,4.6999998,7.3000002,8.5,8.6000004,7.3000002,7.4000001,5.8000002,2.7,2.8,3.4000001,3.5999999,3.5,4.3000002,4,3.4000001,3.7,4.4000001,4.5999999,4.5999999,4.1999998,4,3.0999999,4.4000001,4.9000001,5.5999999,5.9000001,5.3000002,5,4.5999999,4.0999999,4.8000002,7.5999999,7.9000001,7.8000002,7,6.5,5.1999998,4.0999999,4.4000001,5.6999998,6.3000002,5.5,5.4000001,4.8000002,4.4000001,4.5,7.0999999,8,7.8000002,6.5999999,6,5.0999999,16.6,15.7,16.6,15.9,14.3,13,11.6,10.5,11.3,16.4,17.299999,16.200001,14.5,14.9,13.6,4.1999998,4.0999999,6.5,7.1999998,5,4.5999999,4.0999999,3.5,3.5999999,6.8000002,7.5,7.8000002,5.9000001,5.1999998,4.4000001,3.3,3.5999999,3.8,3.4000001,3.3,2.8,3.0999999,2.8,2.8,4.1999998,4.6999998,4.8000002,3.5,3.9000001,3,4.3000002,4.3000002,4.1999998,4.4000001,4.3000002,3.5,3.3,3.2,3.3,4.1999998,5.8000002,5.5,4.4000001,4.6999998,3.9000001,3.8,3.3,3.8,3.4000001,2.9000001,2.8,2.5999999,2.0999999,2,7.0999999,9.6000004,6.8000002,4.6999998,4.5,3.5999999,4,4.1999998,4.8000002,5.1999998,5.4000001,4.6999998,4.4000001,4.1999998,4.4000001,5.6999998,6.5999999,6.6999998,5.9000001,8.3999996,6.0999999,3.5,4.4000001,6,6.3000002,5.5,5.0999999,4.6999998,4.1999998,4.8000002,7.6999998,8.1000004,7.5999999,6.5,6,5,4,4.4000001,4.9000001,5.1999998,4.5,4.0999999,3.8,3.4000001,3.7,5.5999999,6.8000002,6.5999999,5.6999998,5.1999998,4.1999998,3.9000001,5.0999999,5.9000001,7.1999998,6,7,5.4000001,5,6.6999998,9.1999998,6.8000002,6.1999998,4.6999998,5,4.4000001,4.9000001,5.3000002,5.8000002,6.5999999,6.1999998,5.5999999,5.0999999,4.5999999,4.0999999,6.9000001,7.4000001,7.0999999,6.5,5.9000001,4.3000002,3.4000001,3.0999999,4.1999998,4.5999999,3.9000001,3.4000001,3.5,3.7,3.4000001,4.8000002,6,7,5.3000002,5,4,4.4000001,4.5,5.5,5.6999998,5,4.6999998,4.3000002,3.7,4.3000002,7.1999998,8.5,8.1999998,7.5,7.4000001,6.3000002,3.9000001,3.9000001,4.8000002,5.0999999,4.6999998,4.3000002,4.0999999,3.7,4.0999999,6.3000002,6.5999999,6.3000002,5.3000002,5.0999999,4,3,4.4000001,6,6,5.0999999,4.5,4,3.5999999,4.1999998,6.6999998,6.8000002,6.4000001,5.5,5,4.0999999,5.3000002,5.8000002,7,7.1999998,6.9000001,6.3000002,5.8000002,4.6999998,5.4000001,8.5,9.5,9.5,8.1999998,7.4000001,6,6.6999998,7.1999998,9.1000004,9.3000002,8,7.3000002,6.1999998,5.4000001,5.9000001,9.6999998,11.8,12,10.7,10.2,8,4.8000002,5.1999998,6.3000002,6.5,5.6999998,5,4.5999999,4,4.1999998,7.5999999,8.8000002,8,6.6999998,6.4000001,5.0999999,4.8000002,4.0999999,5.5,5.4000001,4.6999998,3.9000001,3.7,3,3.0999999,5.4000001,6.0999999,5.3000002,4,4.0999999,3.2,5.6999998,6.4000001,7.4000001,7.5999999,7,6.0999999,5.9000001,5.1999998,5.6999998,7.9000001,8.8999996,8.8999996,7.9000001,6.9000001,5.6999998,6.1999998,6.1999998,7.0999999,7.8000002,7.0999999,6.5,5.9000001,5.4000001,5.8000002,9.1999998,9.3000002,9,7.5999999,7.4000001,5.6999998,3.9000001,4.5,5.8000002,6.0999999,5.4000001,5,4.5,3.9000001,4.3000002,6.9000001,8.3999996,8,6.9000001,6.5,5.3000002,3.7,4.1999998,5.5999999,5.8000002,5.1999998,4.5,4,3.4000001,3.8,6.9000001,7.6999998,6.6999998,5.5999999,5.3000002,4.1999998,4.5999999,5.3000002,5.8000002,6.5999999,5.9000001,5.5999999,5.3000002,4.6999998,5.1999998,7,7.6999998,7.9000001,6.9000001,6.5999999,5.4000001,4.4000001,4.5,5.9000001,6.5999999,6.1999998,5.5,5.3000002,4.5,5,8.1999998,8.6000004,8.1999998,7,6.4000001,5.0999999,6.1999998,5.5999999,7.5999999,7.4000001,6.4000001,5.5,4.5999999,3.7,3.9000001,8.8000002,8.5,6.5,4.8000002,4.6999998,3.5999999,3.7,3.5999999,4.5999999,5.1999998,5,4.5999999,4.1999998,3.5999999,3.9000001,6,7.1999998,6.5999999,5.5999999,5.4000001,4.5999999,6,6.5,7.3000002,7.3000002,6.5999999,6,5.4000001,4.6999998,5.3000002,8.5,8.1999998,7.4000001,6.5,6.0999999,5.0999999,4.3000002,4.5999999,5.8000002,6.1999998,5.5999999,5.0999999,4.6999998,4.0999999,4.3000002,7,8.6999998,8.3000002,6.8000002,5.9000001,4.6999998,3.9000001,3.8,4.5999999,4.1999998,3.8,3.9000001,3.3,2.5,2.4000001,5.6999998,6.0999999,4.9000001,4.4000001,4.3000002,3.5999999,4.5999999,4.5,5.9000001,6,5.0999999,4.6999998,4.3000002,4.1999998,4.8000002,7.5,7.8000002,6.9000001,6.0999999,5.8000002,4.9000001,3.7,3.7,4.6999998,4.9000001,4.3000002,3.9000001,3.5999999,3.4000001,3.5,4.6999998,7.9000001,7.3000002,6,5.8000002,4.9000001,9.8000002,10.9,12.6,11.8,11.2,9.5,9,8.1000004,8.8000002,11.9,14.5,16.5,15.8,15.7,12.4,2.7,4.0999999,5.5999999,5.6999998,4.5999999,4.5999999,4.1999998,3.7,4.5,7.3000002,7.1999998,6.8000002,5.8000002,5.1999998,4.4000001,3.5999999,4.1999998,5.1999998,5.6999998,5,4.8000002,4.4000001,4,4.5999999,6.5,6.8000002,6.5,5.5,5.1999998,4.1999998,5.6999998,5.5,8.6999998,7.4000001,6.0999999,4.6999998,3.9000001,3.0999999,3.7,9.3000002,9.1999998,7.0999999,5.5999999,5.1999998,4.4000001,3.4000001,4.0999999,5.4000001,5.8000002,5.0999999,4.6999998,4.4000001,4.0999999,4.3000002,8.6999998,8.6999998,7.5999999,6.5,6,4.9000001,5,5.5,6.4000001,6.6999998,6.0999999,5.5,5.0999999,4.5,5,8,9.1000004,8.6000004,7.9000001,7.1999998,6,5.1999998,4.3000002,5.4000001,5.4000001,5,4.6999998,3.9000001,3.2,3,7.5999999,7,5.1999998,4,3.8,3,4.9000001,4.9000001,5.9000001,6,5.0999999,4.1999998,3.8,3.2,3.4000001,6.4000001,7.6999998,7.1999998,5.6999998,5.0999999,4.0999999,8,7.1999998,8.6999998,8.8000002,7.1999998,6.6999998,6.0999999,5.3000002,5.5,10.9,10.4,8.1000004,6.3000002,6.1999998,5.1999998,12.3,13.2,14.4,13.8,12.4,11.6,11.7,10.5,10.6,14.5,13.9,14.1,13.5,14.4,12.2,3.4000001,3.9000001,4.6999998,5.1999998,4.5,4.0999999,3,2.5,3.5,6.0999999,9.8999996,8,6.0999999,4.6999998,4,3.7,4.5999999,5.5999999,5.5,5,4.3000002,3.2,2.7,4,8.1000004,8.5,7.5,5.8000002,4.6999998,3.9000001,2.8,3.4000001,4.1999998,3.9000001,3.5999999,3.2,2.3,2,2.8,5.5,6.0999999,5.3000002,4.5,4,3.2,5.5999999,6.4000001,7,7.6999998,6.5999999,4.9000001,3.5,3.7,4.3000002,7.9000001,8.6000004,7.5999999,7,6.3000002,5.0999999,3.9000001,4.9000001,4.9000001,5.4000001,5.4000001,5.1999998,4.6999998,3.5,4,5.8000002,7.3000002,6.1999998,5,4.9000001,4.1999998,3.0999999,4.0999999,5,5.0999999,4.6999998,3.9000001,2.9000001,2.5,3.4000001,6.5999999,7,6,4.9000001,4.3000002,3.5999999,4.9000001,5.3000002,6.6999998,6.6999998,5.5999999,4.3000002,2.8,2.2,2.7,8.5,9.6000004,6.6999998,4.6999998,4.3000002,3.5999999,4.8000002,6.6999998,7.0999999,8,6.8000002,5.0999999,3.5,3.4000001,3.8,7.0999999,7.3000002,7.3000002,7.1999998,6.0999999,5.3000002,6.8000002,8,9.3999996,9,7.8000002,7.1999998,5,4.5999999,6.0999999,10.4,10.2,10.7,9.5,9.1999998,8.8000002,6.5,6.9000001,7.5,7.5,7.3000002,6.3000002,4.9000001,4.5999999,5.9000001,9.8000002,10.5,9.8000002,8.3999996,7.8000002,6.4000001,3.2,4.5,5.3000002,5.1999998,4.5999999,3.9000001,2.9000001,2.9000001,4.4000001,8.8000002,9.6000004,8.3000002,6.8000002,5.5999999,4.5,3.5,4.9000001,7.5,7.0999999,6.4000001,4.8000002,3.7,3.0999999,5.5,10,9.1000004,8.1999998,6.0999999,5,4.0999999,3.8,4.3000002,5.3000002,5.6999998,5.5999999,4.9000001,3.5999999,3.2,4.1999998,7.5999999,7.9000001,7.4000001,6.5999999,5.4000001,4.8000002,3.4000001,4.0999999,4.5999999,5,4.8000002,4,2.9000001,2.5,3.3,5.5999999,6.1999998,5.3000002,4.6999998,4.0999999,3.5,3.4000001,3.9000001,5.4000001,5.1999998,4.8000002,4.1999998,3,2.5999999,3.3,6.3000002,6.9000001,5.6999998,4.9000001,4.0999999,3.4000001,4.5,5.8000002,6.3000002,5.5,4.4000001,4,3,2.3,2.9000001,6.5999999,10.1,10,8.3000002,7.5999999,7.1999998,3,3.2,4.0999999,4,3.4000001,3.0999999,2.3,2,2.7,5.0999999,7.1999998,7.1999998,5.3000002,4.6999998,3.9000001,3.2,4.4000001,5.9000001,5.6999998,5,4,2.9000001,2.5,3.4000001,7.0999999,7.6999998,6.5999999,5.3000002,4.4000001,3.7,8,8.3999996,8.6000004,9.1000004,9.1999998,7.9000001,6.0999999,5.1999998,6.4000001,11.8,10.9,10,8.8000002,8,7.6999998,4.4000001,5.4000001,6.5999999,6.8000002,6.1999998,5.3000002,3.8,3.0999999,4.1999998,8.3999996,9,7.9000001,6.4000001,5.5999999,4.5999999,3.9000001,4.5999999,5.6999998,5.8000002,5.1999998,4.4000001,3.2,2.7,4,7.9000001,8.3000002,7.4000001,6.0999999,5.4000001,4.5,3.5,4.6999998,6.5,6.1999998,5.1999998,4,2.9000001,2.5,3.3,7,7.4000001,6.0999999,4.9000001,4.1999998,3.4000001,3.7,4.8000002,6.3000002,6.3000002,5.5,4.4000001,3.3,2.8,3.8,7.9000001,8.3000002,7.0999999,6,5.4000001,4.8000002,4.1999998,4.5,6,5.6999998,5.0999999,3.7,2.4000001,2.0999999,2.3,8.3000002,8.5,6,4.4000001,4.4000001,3.5999999,2.9000001,4.0999999,5.8000002,5.3000002,4.8000002,3.9000001,2.9000001,2.4000001,3.5,7,7.4000001,6.3000002,5,4.1999998,3.5,3.5,4.5,6.3000002,6.0999999,5.4000001,4.0999999,3.2,2.5,3.7,8.3999996,8.3999996,7,5.8000002,4.6999998,3.8,3.5,4.0999999,5.3000002,5.3000002,4.8000002,4,3,2.7,4.6999998,9.8000002,10.5,8.8999996,6.9000001,5.5,4.4000001,4.5999999,5.0999999,6.4000001,6.9000001,6.5999999,5.4000001,4.3000002,4.0999999,5.5,8.1000004,8.6000004,10.1,10.8,10.9,9.3999996,4.1999998,5.1999998,6.1999998,6.4000001,5.5,4.5999999,3.4000001,3.0999999,4.1999998,8.3999996,8.8000002,7.8000002,6.3000002,5.4000001,4.4000001,2.5999999,3.0999999,3.5999999,3.9000001,3.5,3.3,3.3,3.9000001,4.4000001,6.0999999,5.8000002,5,4.5,4.0999999,3.8,3,3.8,4.6999998,4.8000002,4,3.5999999,3.5999999,4,4.8000002,7.5999999,6.9000001,6.4000001,5.9000001,5.1999998,4.5999999,3.4000001,4,4.9000001,5,4.1999998,3.9000001,4.0999999,4.5,5.1999998,7.8000002,6.9000001,6.3000002,6.1999998,5.4000001,4.9000001,2.3,2.8,3.5,3.8,3.2,3.0999999,3.2,3.4000001,4,5.5999999,4.8000002,4.0999999,3.7,3.4000001,3,4,4.3000002,5.5,4.9000001,4,3.8,3.9000001,5.3000002,6.1999998,8.8999996,9.6000004,8.5,8.3000002,7.1999998,6.5999999,3,3.5999999,4.1999998,4.6999998,4,3.8,4.1999998,4.3000002,4.9000001,6.5,5.6999998,5.3000002,4.5999999,4.0999999,3.9000001,3.9000001,4.0999999,4.9000001,5.5,4.6999998,5,5.1999998,5.5,6.0999999,7.8000002,6.9000001,6.5,5.8000002,4.9000001,4.5,3.2,3.5999999,4.1999998,4.8000002,4.0999999,3.9000001,4.0999999,4.6999998,5.4000001,7.5999999,7.6999998,7.0999999,6.5,5.6999998,5.0999999,2.4000001,2.8,3.7,3.8,3.4000001,3.2,3.3,3.7,4.4000001,6.1999998,5.9000001,5.3000002,4.6999998,4.0999999,3.8,4.4000001,5.1999998,6.0999999,6.1999998,5.0999999,5.0999999,5.4000001,6.0999999,6.9000001,9.1999998,8.8999996,8.5,7.8000002,6.9000001,6.3000002,3.2,3.5,4.0999999,4.6999998,4,3.7,3.9000001,4.4000001,5.5,7.9000001,7.4000001,6.8000002,6.3000002,5.4000001,4.6999998,2.7,3.3,4.1999998,4.4000001,3.8,3.5999999,3.8,4.0999999,4.6999998,6.3000002,5.9000001,5.3000002,4.6999998,4.1999998,3.9000001,2.8,3.2,3.4000001,3.9000001,3.5,3.4000001,3.8,4.0999999,4.5999999,6.3000002,6.0999999,5.5999999,5.1999998,4.6999998,4.0999999,2.5,2.9000001,3.5,3.7,3.2,3,3,3.4000001,3.8,5.8000002,6.0999999,5.4000001,4.5999999,4.0999999,3.5999999,3,3.4000001,4.1999998,4.4000001,4.6999998,4.6999998,4.3000002,4.0999999,5,6.5,7.9000001,8.3999996,7.9000001,7.1999998,6.6999998,1.7,2.2,3.0999999,3.4000001,3.0999999,2.9000001,2.5,2.2,3,5.0999999,6,5.5999999,5.1999998,4.8000002,4.5,3.0999999,4.1999998,5.3000002,4.5999999,4.8000002,4.6999998,4.9000001,4.4000001,5.4000001,9.1000004,8.6000004,7.9000001,7.0999999,6.5999999,5.9000001,2,2.5999999,3.9000001,3.9000001,3.5999999,3.5,3,2.8,4.5,7.6999998,8.5,7.5,6.5,5.9000001,5.3000002,2.0999999,3.7,5.5,5,4.5999999,4.0999999,3.3,3.5,4.0999999,7.6999998,8.1000004,7.3000002,6.6999998,6.0999999,5.4000001,2.5,4.3000002,5.6999998,5.5999999,4.5999999,4.6999998,3.7,3.9000001,4.5,7.9000001,8.6000004,8,7.4000001,6.4000001,5.6999998,1.6,2.4000001,3,2.7,2.5,2.3,2,1.9,2.5,4.3000002,4.0999999,3.8,3.5,3.5,3.3,2,2.8,3.5,3.4000001,3.2,3.0999999,2.7,2.5999999,3.5999999,6.4000001,7.0999999,6.3000002,5.8000002,5.1999998,4.6999998,2.7,3.8,4.4000001,4.5999999,3.7,3.5999999,3.3,3.2,4.0999999,6.1999998,7.5,6.3000002,5.8000002,5.3000002,4.5,2,3.3,4.6999998,4.1999998,3.9000001,3.5,3,3,3.7,6.8000002,7,6.5,6,5.6999998,5.0999999,5.3000002,5.6999998,5.3000002,5,4.5999999,4,3.8,3.8,4.6999998,7.4000001,8.6000004,7.4000001,7,6.8000002,6.0999999,1.8,2.7,3.7,3.5999999,3.4000001,3,2.5999999,2.5999999,3.3,6.3000002,6.4000001,5.9000001,5.5,5.1999998,4.9000001,3.5,5.4000001,6.4000001,7,6.5999999,5.1999998,4.9000001,4.8000002,6.5999999,11.2,11.3,10.6,10.1,9.3999996,8.1000004,5.9000001,6,7.0999999,7,5.8000002,5.4000001,5,4.9000001,5,8.5,10,8.6000004,9.1000004,11,10.5,3.2,3.4000001,3.9000001,4.4000001,4.3000002,4.4000001,3.5999999,3.5,4.9000001,8.1000004,10.7,9.6000004,8.5,7.9000001,6.8000002,2.3,4.3000002,5.6999998,5,4.4000001,4,3.3,3.4000001,4,7.1999998,7.6999998,7.1999998,6.5,6,5.4000001,2.2,3,4.3000002,4.3000002,4.0999999,3.8,3.4000001,3.7,4.8000002,8.3999996,9.6000004,9,7.8000002,7.0999999,6.1999998,4.0999999,6.9000001,6.5999999,5.5999999,5.0999999,5.6999998,5.3000002,5.5999999,6.5999999,10.8,11.5,9.8999996,8.5,8.3000002,6.6999998,2.5,4.9000001,5.1999998,5.0999999,5.0999999,4.4000001,4,3.9000001,5,9,9.6000004,9,7.8000002,6.8000002,6,3.2,4.3000002,7.5,6.5,6.0999999,8.3000002,6.6999998,5.3000002,5.9000001,9.1999998,10,9.8000002,8.6999998,7.8000002,6.8000002,1.8,2.5999999,3.4000001,3.5,3.4000001,3.2,2.8,2.5999999,3.7,6.5999999,7.3000002,6.8000002,6.0999999,5.6999998,5.0999999,1.6,2.2,3,3.0999999,2.9000001,2.5999999,2.5,2.7,3.4000001,6.3000002,6.6999998,5.6999998,5.1999998,4.6999998,4.4000001,2.4000001,2.9000001,4.0999999,4.0999999,4,3.9000001,3.5,3.7,4,7.4000001,7.9000001,7.5,7,7,6.3000002,1.9,2.5999999,3.8,4,3.5999999,3.3,3.3,3.5999999,4.8000002,7.9000001,7.1999998,6.4000001,5.6999998,5.4000001,5,2.2,2.8,3.7,4,4,3.9000001,3.5,3.2,4.8000002,7.3000002,8.3999996,7.6999998,7.0999999,6.6999998,6.0999999,5.8000002,7,7.9000001,8.5,6.3000002,6.5,5.0999999,5.1999998,5.6999998,8.6999998,10.5,9.8999996,10.7,11.2,10.2,2.0999999,3,4,4.0999999,3.9000001,4.0999999,3.2,3.4000001,4.5,8,8.8000002,8,7.5999999,7.4000001,6.5,2.7,3.3,4.4000001,5.4000001,4.3000002,4.6999998,4,3.7,5.1999998,8.1000004,9.1000004,8.3000002,7.3000002,6.6999998,6.4000001,1.6,2.5,3.4000001,3.0999999,2.8,2.5999999,2.2,2.2,2.8,4.8000002,5.0999999,4.8000002,4.5,4.4000001,4.1999998,1.6,2.2,3.0999999,3.0999999,2.8,2.7,2.5,2.5,3.3,5.5,6.1999998,5.5,5.0999999,4.9000001,4.5999999,3.7,4.3000002,4.4000001,4,4.0999999,3.7,3.3,3.5,4.4000001,7.5999999,7,6.3000002,5.6999998,5.4000001,4.6999998,2,2.5,3.2,3.4000001,3.0999999,3.0999999,2.4000001,2.4000001,3.3,5.6999998,6.3000002,5.8000002,5.3000002,4.8000002,4.4000001,3,4,5.1999998,4.5,4,3.7,3.2,3.3,4.8000002,8.1999998,8.6999998,7.5,6.5999999,5.9000001,5.4000001,2.0999999,2.8,3.5,3.5999999,3.0999999,2.8,2.7,3,4.1999998,7.5,7.5,6.5,5.8000002,5.3000002,4.6999998,4.3000002,5.6999998,6.0999999,5.4000001,5.1999998,5.1999998,3.8,4.5,5.4000001,9.1000004,9.6000004,8,7.3000002,7,6.1999998,1.9,2.5,3.2,3.2,3.0999999,3.0999999,2.7,2.5,3.5,6,6.8000002,6.3000002,5.5999999,5.1999998,4.8000002,1.8,2.5,3.4000001,3.4000001,3.4000001,3,2.5,2.4000001,3.3,6.5,7.1999998,6.3000002,5.5999999,5.0999999,4.8000002,5.0999999,7.5999999,8,6.3000002,4.9000001,4.6999998,5.5,5.0999999,6.5,10.7,12.5,10.9,9.6000004,9.6000004,7.8000002,1.8,2.3,3.5,4.0999999,3.2,2.9000001,2.3,2.0999999,3.3,5.8000002,6.6999998,6,5.5999999,4.8000002,4.4000001,3.4000001,4.5999999,4.5999999,5.3000002,6.5,5.4000001,4.3000002,4.5,5.5,9,9.6000004,8.8000002,8.6000004,7.6999998,6.5,5,7.3000002,10.3,10.2,7.8000002,6.1999998,5.9000001,6.4000001,6.8000002,11.3,12.2,11,9.5,9.1000004,7.8000002,1.7,2.5,3.3,3.3,3.0999999,3,2.5,2.5,3.4000001,6.5,6.5999999,6,5.5,5.0999999,4.5999999,1.8,2.9000001,3.7,3.7,3.5999999,3.4000001,2.9000001,2.8,3.5999999,6.9000001,7.3000002,6.6999998,6,5.5999999,5.0999999,4.9000001,5.9000001,10.1,10,9.5,6.6999998,4.8000002,5.5,8,13.7,14.7,12.6,10.6,9.1000004,7.6999998,2.9000001,3.2,3.9000001,4.1999998,3.5,3.5,3.2,3.4000001,5.0999999,7.5,6.1999998,5.5999999,4.9000001,4.3000002,3.9000001,2.2,2.7,3.5,3.5999999,3.5,3.7,3.0999999,2.9000001,3.7,6.1999998,7.0999999,6.9000001,6.3000002,5.6999998,5.3000002,2,2.5,3.3,3.3,3.4000001,3.2,2.7,2.5,3.2,5.4000001,6.3000002,6.0999999,5.6999998,5.3000002,4.9000001,2.5999999,3.3,4.4000001,4.5,3.9000001,4,3.4000001,3.5,4.5999999,8,8.1000004,7.4000001,6.5999999,6.0999999,5.8000002,2,2.5,3.0999999,3.2,3.2,3.4000001,3.4000001,3.5,5.0999999,7.5999999,7.4000001,7,6.5,5.8000002,5.4000001,1.9,2.9000001,3.5999999,3.5999999,3.5,3.5,2.8,2.7,3.7,7,7.5,6.9000001,6.3000002,5.5999999,5.1999998,5.9000001,6.1999998,6.4000001,5.5,5.6999998,5.6999998,4.4000001,4.4000001,5.6999998,9.3000002,9.8000002,9.3000002,8,7.5,7.6999998,4.1999998,5,5.6999998,6,5.6999998,5.0999999,4.4000001,4.1999998,5.3000002,7.1999998,7.9000001,7.5999999,8.3000002,8.8000002,8.1999998,1.4,2.5,3.7,3.2,2.7,2.4000001,2.2,2.0999999,2.8,4.6999998,5.0999999,4.6999998,4.4000001,4.4000001,4.3000002,2.4000001,3.0999999,4.4000001,4.1999998,3.9000001,3.7,3.0999999,2.9000001,4.1999998,7.8000002,7.5,6.8000002,6.1999998,5.6999998,5.0999999,3.5,4.5,5.5999999,5.5999999,5,5.3000002,4.5,4.5,5.9000001,9.3000002,9.5,8.6000004,7.5999999,7,5.9000001,1.8,2.2,4.3000002,3.9000001,3.0999999,3.0999999,2.7,2.7,3.7,6.0999999,6.3000002,5.1999998,4.8000002,4.5,4.0999999,2.2,3,4,3.2,3.0999999,3,2.5999999,2.5999999,3.5999999,5.5,6.3000002,6.5,5.6999998,5.0999999,4.6999998,3.4000001,5.9000001,10.2,9.3999996,6.9000001,6.1999998,5.3000002,5.0999999,6.5,10.9,11.3,10.4,9.3999996,9.3000002,7.6999998,2.0999999,2.7,3.3,3.5,3.5,3.5999999,3.2,3,3.8,6.6999998,7.1999998,6.5,6.0999999,5.5,5.0999999,2.5,3.3,4,3.8,3.7,3.5999999,3.0999999,3.2,4.0999999,7,7.0999999,6.3000002,5.9000001,5.6999998,5.0999999,2.3,3.3,3.5999999,3.7,3.7,3.3,2.8,2.7,3.5999999,6.4000001,7.0999999,6.3000002,5.8000002,5.5,4.9000001,1.8,3,3.5999999,3.7,3.5,3.3,2.8,2.7,3.5999999,7,7.1999998,6.4000001,5.5999999,5,4.5,2.7,3.7,5.0999999,4.9000001,4.8000002,5.1999998,4.5,4.0999999,5.4000001,7.6999998,8.5,8.8999996,9.3000002,9.1000004,7.5999999,4.5999999,5.0999999,6,5.5999999,5.0999999,4.9000001,4.1999998,4.3000002,5.6999998,8.6999998,8.6999998,9,8.1999998,7.4000001,7.0999999,2.9000001,4,4.4000001,4.4000001,4.5,4.5999999,4.1999998,3.9000001,5.5,8,7.5999999,7.1999998,6.4000001,6,5.4000001,2.0999999,2.7,4.5,4,3.4000001,3.2,3.0999999,3.2,4.5999999,7.6999998,8.3000002,7.5,6.6999998,5.9000001,5.3000002,2.5999999,3.4000001,6.1999998,7,5.5999999,5.1999998,4.6999998,5.0999999,6.9000001,11.8,11.6,11.1,10.2,9.1999998,8.1000004,3.3,5.3000002,8.3999996,7.6999998,7.8000002,6.6999998,4.6999998,4.0999999,6.5,11.1,12.7,10.8,9.1000004,8.3000002,6.6999998,3.3,5.9000001,7,6.5,6.4000001,6.4000001,5.5,5.6999998,6.5999999,10.6,10.9,9.1000004,7.8000002,7,6.4000001,1.8,2.5,3.2,3.2,3,2.9000001,2.5999999,2.4000001,3.4000001,6.3000002,7.0999999,6.1999998,5.5999999,5.0999999,4.5999999,3.4000001,4.1999998,5.9000001,5.6999998,5.6999998,5.8000002,4.8000002,4.5999999,5.5,8.8999996,9.6999998,9,8.5,8.3999996,7.6999998,2.5999999,3.5,3.9000001,4.1999998,3.7,3.9000001,3.4000001,3.2,4.3000002,6.9000001,8.1000004,7.8000002,7.4000001,7,6.3000002,1.8,2.5,3.4000001,3.4000001,3,2.7,2.4000001,2.5,3.3,5.4000001,6.0999999,5.6999998,5.3000002,5.1999998,4.9000001,4.5999999,7.0999999,6.3000002,6.0999999,6,4.5,3.9000001,5.5,6.4000001,10.9,11.1,8.6999998,7.4000001,7.5999999,6.0999999,1.9,2.4000001,3.4000001,3,2.7,2.5999999,2.4000001,2.5,3.5,5.8000002,6.3000002,5.5999999,5.4000001,5.0999999,4.8000002,4.4000001,4.1999998,5.6999998,6.3000002,5.3000002,4.6999998,4.9000001,4.3000002,5,7.6999998,7.0999999,6.6999998,6.4000001,6.1999998,5.5,1.7,2.5,3.3,3.4000001,3.3,3,2.5999999,2.5,3.2,5.9000001,6.3000002,5.6999998,5.1999998,5,4.5999999,2.2,3,3.5,3.7,3.3,3.0999999,2.8,2.9000001,4.0999999,6.5,7.5,6.8000002,6.0999999,5.8000002,5.3000002,1.7,2.4000001,3.5,3.2,3.0999999,3,2.4000001,2.5,3.3,5.9000001,6.6999998,6,5.6999998,5.0999999,4.6999998,5.1999998,6.4000001,6.4000001,6.1999998,5.9000001,5.8000002,6,5.1999998,5.8000002,10.5,10.2,9.5,8.6999998,8.5,7.9000001,3.9000001,4.5999999,5.3000002,5.5,5.6999998,5.3000002,4.9000001,4.5999999,5.4000001,9.6000004,8.5,7.3000002,7.5,7,5.9000001,1.8,2.4000001,3.0999999,3.9000001,3.4000001,3.0999999,3,3.2,4.6999998,8.1999998,8.1999998,7.0999999,6.4000001,5.5999999,5,4.4000001,6.4000001,8.1000004,7.5999999,5.3000002,4.6999998,4.6999998,5.4000001,6.0999999,11.1,12.1,10.9,9.6000004,9.1000004,7.9000001,2.8,3.2,4.1999998,4.4000001,4.3000002,4.1999998,3.7,3.5999999,4.8000002,8,8.6000004,7.6999998,6.3000002,5.5999999,4.9000001,1.7,2.0999999,2.9000001,3.0999999,2.9000001,2.7,2.5,2.5,3.4000001,5.5999999,7,6.6999998,6.0999999,5.8000002,5.4000001,1.7,2.2,3,3.0999999,2.9000001,2.7,2.5,2.5999999,3.4000001,5.5,6.5,6.1999998,5.8000002,5.6999998,5.3000002,2.9000001,3.3,4.5,4.5999999,4.1999998,4.8000002,3.4000001,3.4000001,4.5,7.5,9,8.5,7.8000002,7.3000002,6.1999998,3.7,4.6999998,5.8000002,6.9000001,6.0999999,5.9000001,4.5,4.5,5.8000002,10.1,11.4,10.5,9.6999998,9.1999998,7.8000002,5.0999999,4.9000001,5.8000002,5.4000001,4.8000002,4.5999999,4,4.5,4.4000001,7.5,8.8000002,7.9000001,8.3000002,8.6000004,8.1999998,2,2.8,4,4,3.4000001,3.0999999,2.8,3,4.4000001,7.5,8.1000004,7.4000001,6.6999998,6.0999999,5.6999998,3.5999999,5.0999999,6.0999999,5.4000001,4.9000001,4.5,4.1999998,4.5,4.9000001,8.5,7.9000001,7.0999999,6.6999998,6.4000001,5.8000002,3.5999999,4.0999999,4.8000002,4.8000002,4.6999998,4.5999999,3.9000001,4.1999998,5,7.5999999,8.1000004,7.5,7.3000002,6.9000001,6.5,4.1999998,4.6999998,5.9000001,5.8000002,5.3000002,4.8000002,4.5,3.9000001,4.5999999,6.5999999,8.3000002,7.6999998,8.8999996,10.3,9.5,4.3000002,6.8000002,6.3000002,5.3000002,4.9000001,4.4000001,4.0999999,4.5,5.3000002,10.5,11.1,9.1999998,7.6999998,7.8000002,6.4000001,2,2.5,3.0999999,3.2,3.0999999,3.0999999,2.7,2.5,3.3,5.3000002,6.0999999,6.0999999,5.8000002,5.4000001,5,1.8,2.7,3.4000001,3,2.8,2.5999999,2.2,2.2,2.8,4.8000002,4.9000001,4.5,4.0999999,4,3.9000001,3.2,4.1999998,5,6.1999998,6.3000002,5.5,4.9000001,5.0999999,5.8000002,10,8.8000002,8.3000002,7.3000002,7,6.4000001,2.3,3.4000001,4.5999999,4.5,4.0999999,3.8,3.4000001,3.5999999,5.0999999,8.5,9.8999996,9.1000004,7.9000001,6.8000002,5.8000002,3,3.5999999,3.9000001,4.1999998,4.1999998,3.8,3.2,3.0999999,3.9000001,6.5,6.0999999,5.5999999,5.0999999,4.6999998,4.3000002,2.3,2.9000001,3.7,3.9000001,3.8,3.5999999,3.3,3,3.9000001,6.4000001,7.1999998,6.9000001,6.4000001,5.9000001,5.3000002,2.3,3.2,4.3000002,4.5,4.0999999,4.0999999,3.2,3.2,4.4000001,7.9000001,8.3000002,7.5,7,6.5,5.8000002,4,4.8000002,6.3000002,5.5,5.6999998,5.6999998,7.1999998,5.9000001,6.8000002,10.1,10.6,9.3999996,9,8.3999996,8,4.4000001,7,8.6000004,9.5,9.5,10.2,8.8000002,7.4000001,9.1999998,13.5,13.5,11.6,10.3,9.8000002,8.6999998,3.0999999,4.1999998,5.0999999,7,7.3000002,5.8000002,5.5999999,6.0999999,7.4000001,12.1,12.4,10.8,10.6,9.8000002,8.1999998,1.4,1.6,2.2,2.7,2.7,2.7,2.5,2.5,3.2,5.5,5.4000001,4.9000001,4.3000002,4.1999998,4.0999999,1.6,2.7,3.4000001,3.3,3.3,3.4000001,2.9000001,3.0999999,4,6.9000001,4.9000001,4.1999998,4,3.9000001,3.5999999,3.2,4.4000001,4.8000002,4.9000001,5.0999999,5.1999998,4.8000002,4.5999999,6.3000002,10.1,12.6,11.4,10,9.3000002,7.9000001,2.3,3.5999999,5.5,5.1999998,4.9000001,4.5,4,4.5,6,9.3999996,9,8,7.0999999,6.5,6.0999999,3.5,6,8,6.4000001,5.6999998,5.0999999,6.0999999,5.5999999,6.0999999,9.6999998,10.9,10.3,8.8999996,8.6000004,7.4000001,2.7,3.5,4.9000001,4.9000001,4.8000002,4.5,3.7,3.5999999,4.6999998,7.8000002,9,8.8999996,8.1999998,7.5,6.8000002,2.3,2.8,3.7,3.9000001,4,3.9000001,3,2.9000001,4.1999998,6.6999998,8.3000002,7.8000002,7.4000001,6.8000002,6.0999999,2.9000001,4.6999998,6.1999998,6.3000002,5.6999998,5.8000002,4.6999998,4.6999998,6,10.4,11.6,11.3,10.1,9.8000002,9,3.5999999,4,5.5999999,5.5,5.5999999,5.1999998,4.6999998,4.5999999,6.4000001,9.6999998,9.3000002,9.1999998,8.8000002,8.5,7.8000002,2.4000001,4.1999998,5.9000001,5.5999999,5.1999998,4.5999999,3.7,3.7,4.8000002,8,8.5,8.1000004,7.5,7.0999999,6.4000001,1.7,3.2,4.3000002,3.4000001,3.0999999,2.9000001,2.5999999,2.9000001,4.1999998,7.3000002,7,6.0999999,5.5999999,5.4000001,5,1.4,1.8,2.8,2.7,2.8,2.5,2.3,2.5,3.7,6,6.1999998,5.5999999,5.3000002,5.0999999,4.8000002,8,7.8000002,12.6,10.6,12.4,10.1,7.3000002,8.1999998,11.9,19.299999,17.4,15.2,12.8,11.2,10,2.5999999,3.5999999,4.5999999,4.8000002,4.5999999,4.5,3.5999999,3.5999999,4.5999999,7.4000001,8.3000002,8.1999998,7.5,6.8000002,6.3000002,3.3,4.3000002,5.1999998,5.3000002,5.1999998,5.0999999,4.3000002,4.0999999,5.3000002,8.5,8.8000002,8.3000002,7.5999999,7,6.4000001,4.0999999,4.5999999,4.9000001,5.4000001,5.5,5.5999999,5.1999998,4.0999999,5.1999998,6.4000001,7.3000002,7,7.6999998,8.3000002,7.6999998,3.4000001,5.5,7.5,8.6000004,7.9000001,7.4000001,6.3000002,6.3000002,7.3000002,13.3,14,12.9,12,11.7,10.8,1.9,2.4000001,2.8,3.2,3.0999999,2.9000001,2.4000001,2.3,3,5.1999998,6.0999999,5.6999998,5.4000001,5,4.5999999,3.4000001,4.4000001,5.3000002,5.4000001,5.5,5.4000001,4.4000001,4.1999998,5.1999998,8.5,9.6000004,9.3999996,8.8000002,8.1000004,7.3000002,3.3,4.1999998,5.1999998,5.1999998,5.3000002,4.5999999,3.8,4,5.3000002,8.8999996,9.3000002,8.3999996,7.9000001,7.5,6.8000002,2.7,4.1999998,5.6999998,5.8000002,5.8000002,5.4000001,4.6999998,4.4000001,5.8000002,9.6000004,9.5,8.5,7.5,6.8000002,6.1999998,2.5,3.5,5,5.1999998,4.5999999,4.1999998,3.8,3.8,4.5,8.6000004,8.6999998,8.1000004,7.1999998,6.6999998,5.9000001,1.9,2.9000001,3.9000001,3.9000001,3.5,3.2,3,3,3.5999999,6.4000001,6.9000001,6.4000001,5.9000001,5.8000002,5.1999998,2.2,2.9000001,3.9000001,3.8,3.5,3.3,3.0999999,3.0999999,4.3000002,7.1999998,7.8000002,7.0999999,6.4000001,5.8000002,5.1999998,2.5,3.0999999,4.3000002,4.3000002,4.1999998,4,3.5,3.3,4.0999999,6.6999998,7.5999999,7.5,7,6.3000002,5.8000002,2.2,2.9000001,3.5999999,3.7,3.5,3.4000001,2.9000001,2.7,3.5999999,6,6.5,6.0999999,5.6999998,5.4000001,4.9000001,2.5999999,3.7,4.8000002,4.5,3.9000001,3.8,3.2,3.4000001,4.9000001,8.5,9,8.1000004,7,6.0999999,5.4000001,4.4000001,5.6999998,7.3000002,8,7.8000002,7.3000002,5.9000001,5.5999999,8.6000004,14.8,10.1,9,8.3000002,7.6999998,7.4000001,2.2,3.2,4,3.7,3.3,3.0999999,2.9000001,3.2,4.5,8.1000004,8.3000002,7.4000001,6.6999998,5.8000002,5.0999999,8.3999996,9.1000004,9.1999998,8.8000002,8,7.0999999,6.8000002,6.5999999,6.5999999,9,10.5,10.1,9.1000004,8.3999996,7.0999999,5.5999999,5.8000002,7,7.5,6.5999999,6.3000002,4.5999999,5.1999998,6.6999998,9.6000004,9.3999996,8.8999996,7.8000002,6.6999998,5.4000001,5.5,6.0999999,6.3000002,6.9000001,6.0999999,6,6.1999998,5.5,5.4000001,7.1999998,7.9000001,8.1999998,9.3000002,9,7.5,7.1999998,8.6000004,8.8000002,8.5,7.0999999,6.1999998,5.5999999,5.5,5.9000001,8.1000004,8.8999996,8.3999996,8,7.3000002,6.1999998,7.5999999,8.3000002,8.8000002,8.6999998,7.3000002,6.8000002,6.3000002,6.5999999,7.5999999,10.1,11,10.9,10.5,9.6999998,8.3999996,5.3000002,7.1999998,9.3000002,9.6000004,7.5999999,6.6999998,6.3000002,6.3000002,7.5,13.3,12.9,11.7,9.3999996,8.5,7,8.8000002,9.6999998,10.3,9.6000004,8.3000002,8.1000004,9.3000002,7.4000001,7.5,11,9.3999996,9.3999996,8.3000002,8,7.0999999,7,9.8999996,10.8,10,8.6999998,7.5999999,7.0999999,7,8.6999998,13.5,12.9,11.9,10.7,9.8999996,8.1000004,6.8000002,7.6999998,7.5999999,7.6999998,6.5,5.6999998,5.4000001,5.3000002,5.6999998,8,9.6999998,9.3999996,9.1000004,8.3000002,7.0999999,10.5,11.9,10.7,13.6,10.9,9.6000004,10,8.8999996,9.3999996,13.3,17.5,17.4,15.7,13.5,11.4,8,8.3999996,8.6999998,8.8999996,7.6999998,7.4000001,7.5999999,6.9000001,6.5999999,8.3999996,8.8000002,9,9.6999998,9.5,8.3000002,5.1999998,5.4000001,6.4000001,6.9000001,5.6999998,5.6999998,5.8000002,5.4000001,4.9000001,7.3000002,8.3000002,7.5999999,7.5999999,7.4000001,6.5999999,8.6000004,9.3999996,9.6000004,9.3999996,8.3999996,7.5999999,7.0999999,6.5,6.8000002,9.8999996,10.9,10.1,9.5,8.6999998,7.4000001,8.1000004,9.6999998,9.6000004,9.5,8.5,7.9000001,7.5999999,7.9000001,8.1999998,13.2,13.9,13.6,13,11.9,10.1,5.5999999,6.4000001,7.4000001,7.5999999,7,6.1999998,5.5999999,5.5,5.8000002,9,9.3000002,9.1000004,8.1000004,7.5,6.5999999,6,6.6999998,7.9000001,7.5,6.4000001,5.9000001,5.5,5.3000002,5.9000001,8.8999996,10.3,10.5,10,9.3999996,8,3.7,4.8000002,6.0999999,6.0999999,5,4.4000001,3.7,3.2,3.9000001,8,9,7.9000001,6.3000002,5,4.6999998,5.5999999,6.3000002,6.8000002,6.8000002,5.9000001,5.3000002,5.0999999,4.9000001,5.3000002,7.8000002,8.6000004,8.3999996,7.9000001,7.3000002,6.0999999,6.0999999,7,7.3000002,7.6999998,7,6.1999998,5.6999998,5.4000001,6.3000002,9.1000004,9.8000002,9.3000002,8.8000002,7.8000002,6.9000001,8.3000002,11.8,11.5,11.9,9.3999996,8.1999998,7.6999998,7.5,8,10.4,12.2,11.8,10.2,9.5,7.6999998,8.1000004,9.1000004,9.3999996,9.5,8.5,8,7.5,7.8000002,8.6999998,13.3,13.1,12.8,12,10.6,9.1000004,5.3000002,6.0999999,7,7.0999999,6.8000002,6.3000002,6.0999999,5.8000002,5.8000002,8.5,8.3999996,8.1000004,7.3000002,6.9000001,5.8000002,7.0999999,8.1000004,8.5,8.6999998,7.5999999,6.8000002,6.3000002,6.5,7.5,10.8,11.9,11.7,10.9,10,8.3000002,9.1000004,10.5,10.2,9.5,8.1000004,7.4000001,7.1999998,7,6.9000001,9.6000004,10.7,10.3,9.5,8.6000004,7.1999998,7.8000002,8.8999996,9.3000002,9.3000002,7.6999998,7.4000001,7.0999999,7.5999999,8.1000004,12.8,14,13.5,12,11.3,9.8999996,8.3999996,9.5,9.8000002,10.5,9.1000004,8.3999996,8,7.9000001,9.1000004,14.6,15.3,14,12.8,12,10,5.5999999,6.9000001,8.1000004,8.1999998,7.0999999,6.0999999,5.5999999,5.3000002,6.0999999,9.6999998,10.4,10.1,9.3000002,8.3999996,7,4.4000001,5.0999999,5.9000001,5.8000002,4.9000001,4.5999999,4.0999999,3.8,4,6.6999998,7.3000002,7.1999998,6.4000001,6,5,6.4000001,7.5,8.3999996,8.1999998,7.0999999,6.1999998,5.5999999,5.3000002,6.0999999,10.2,10.9,10.5,9.6999998,8.6000004,7.1999998,6.8000002,11.6,10.1,10.2,8.6999998,7.9000001,7.6999998,7.5,9.1000004,13.1,12.8,12.2,10.6,10,8.1999998,4.0999999,5,7.0999999,7.0999999,5.5999999,4.8000002,4.0999999,3.5,4.5999999,9.3999996,10.7,9.5,7.5,5.6999998,5.1999998,5.8000002,7,7.8000002,7.5999999,6.6999998,5.9000001,5.4000001,5.3000002,6,9.3000002,10.1,9.6999998,9.1000004,8.1999998,7,8,9.6999998,10.1,9.6999998,8.3999996,8,7.6999998,8,8.5,13,13.1,12.4,11.8,10.9,9.3000002,5.0999999,6.0999999,6.5,6.5,5.9000001,5.3000002,5,4.9000001,5.4000001,7.9000001,9,9,8.3999996,7.5999999,6.5,7.4000001,8.6999998,10.2,9.8999996,8,7.6999998,7.1999998,7.4000001,7.6999998,14.5,15.3,14.3,12.7,12,9.6999998,6.3000002,6.9000001,7,7.0999999,6.3000002,6.0999999,5.9000001,5.4000001,5.1999998,6.8000002,8,8,7.5,7.0999999,6.1999998,5.6999998,6.9000001,7,6.8000002,6,5.3000002,4.9000001,4.6999998,5.3000002,8.5,9.5,9,8.1000004,7.5,6.5999999,4.0999999,4.5999999,4.9000001,4.9000001,4.5,4.5,4.3000002,4.3000002,4.3000002,5.6999998,6.6999998,6.5,6.5999999,6,5.1999998,8.5,10,9.8000002,9.6999998,8.6999998,7.8000002,7.4000001,7,7.3000002,9,10.6,10.7,10.6,10,8.6999998,7.9000001,6.5,7.3000002,7.1999998,6.4000001,6.1999998,5.6999998,5.5,4.9000001,8.6999998,10,9.3999996,8.3000002,7.0999999,6.8000002,3.5999999,3.8,4.6999998,4.5999999,4.3000002,4,4.1999998,4.0999999,4.6999998,8.5,8.6000004,7.6999998,6.6999998,5.5999999,5.5,6.8000002,5.0999999,7.5999999,6.3000002,5,4.5999999,4.6999998,4.6999998,3.9000001,7.8000002,8.8000002,8.1000004,10.4,9.5,9.3000002,7.3000002,6.4000001,7.5999999,7.4000001,5.9000001,6,5.5,5.5,5.1999998,8.1999998,11.1,11.1,10.8,10.2,9.5,4.5999999,4.9000001,5.9000001,6.3000002,7.4000001,7.3000002,7.4000001,5.9000001,5.6999998,11,11.4,9.8000002,8.6999998,7.6999998,7.3000002,4.8000002,4.6999998,5.3000002,5,4.8000002,4.5,4.5999999,4.0999999,3.9000001,6.6999998,7.1999998,7.0999999,6.5,5.6999998,5.5,10.3,10.1,10.9,11.5,9.3000002,8.6000004,7.1999998,7,6.8000002,12.8,14,12.7,11.1,10.1,9.6999998,8.5,7.1999998,10.2,9.1999998,7.5,7.8000002,6.9000001,7,6.3000002,11.2,14.1,12.3,12,12,10.9,5.8000002,5.4000001,6.5999999,5.9000001,5,4.8000002,5.1999998,4.9000001,4.9000001,7.8000002,7.0999999,7.0999999,6.3000002,5.3000002,5,7.0999999,6.0999999,7.3000002,7.4000001,6.0999999,5.8000002,5.5999999,5.4000001,4.5999999,8.3999996,10,9,8.6999998,8.6000004,8.3999996,7.3000002,5.4000001,6.8000002,6.4000001,4.6999998,4.6999998,4.6999998,4.0999999,3.8,6.5999999,8.8999996,8.1000004,7.8000002,6.5999999,6.5,5.3000002,4.4000001,6.4000001,7.5999999,6.6999998,6.3000002,6,5.1999998,5.3000002,9.8999996,9.8000002,9,8.8000002,8.1999998,7.6999998,6.5999999,5.8000002,6.6999998,6.3000002,5.8000002,6.0999999,6.1999998,6.0999999,5.5,9.3000002,8.6999998,8.3000002,8,7.4000001,6.9000001,3.3,3.7,4.6999998,5.0999999,4.5999999,4.0999999,4,3.5999999,4.3000002,8.1999998,9.1000004,8.8000002,7.9000001,7,6.4000001,4.5999999,4.3000002,5.3000002,5.9000001,7.5999999,7.4000001,7.5999999,5.8000002,5.8000002,11.2,12.1,10.6,9.3000002,8.1000004,8,3.8,3.5999999,4.0999999,4.5,4,3.8,3.9000001,4.1999998,4.5999999,8.8999996,11.6,10.5,10.6,9.5,8.5,5.8000002,5.1999998,5.9000001,5.9000001,5.3000002,4.6999998,4.6999998,4.3000002,3.9000001,6.5,7.5999999,7.0999999,6.5,5.5,5.4000001,5.9000001,5.4000001,6.4000001,8.1999998,6.1999998,5.9000001,5.1999998,4.9000001,5.0999999,11.4,11.4,10.3,8.5,6.9000001,6.6999998,3.4000001,3.2,3.9000001,3.8,3.4000001,3.3,3.4000001,3.2,3.8,6.5999999,6.6999998,6.1999998,5.4000001,4.8000002,4.6999998,4.9000001,4.5999999,5.3000002,5.4000001,4.8000002,4.9000001,4.4000001,4,3.5,6.1999998,7.4000001,7.0999999,6.5999999,5.9000001,5.9000001,5.8000002,5.4000001,6.5999999,7.0999999,5.3000002,5,5.0999999,5.0999999,4.1999998,7.3000002,8.8000002,7.5,7,6.4000001,6.4000001,7.3000002,6.5999999,8.3000002,7.5,6.3000002,6.4000001,6.0999999,5.4000001,4.6999998,9.6000004,11.7,10.7,10.3,9.6000004,9.6000004,7.5,5.5999999,7.5,7.5,5.5999999,4.9000001,4.9000001,5.1999998,4.1999998,8.1000004,10.1,8.8999996,9.6999998,9.8000002,10.6,10.3,7.8000002,9.6999998,11.8,9.8000002,8.3000002,7.6999998,7.4000001,5.9000001,11.5,13.2,11.9,12.1,12.7,13.1,5.8000002,5,6,5.6999998,5,4.5999999,4.5,4.1999998,3.5999999,5.9000001,7.3000002,6.9000001,6.4000001,5.9000001,6,5.6999998,5.8000002,6.6999998,6.5,6.0999999,5.8000002,5.6999998,5.3000002,5.0999999,8.8000002,9.6999998,8.8999996,8.1000004,7.3000002,7.6999998,8.1000004,7.1999998,8.3999996,9.6000004,8,7.8000002,7,6.9000001,7,11.7,11.5,10.9,9.8999996,9.3999996,9.3999996,5.0999999,4.9000001,5.5999999,6.3000002,5.5999999,5.0999999,4.9000001,4.1999998,4,6.5,8.5,8.6000004,8.3999996,7.5999999,7.6999998,5.4000001,5.3000002,6.5999999,6.4000001,5.8000002,5.3000002,5.0999999,4.6999998,4.5999999,7.3000002,9.3000002,8.8000002,8.5,7.8000002,8,7.8000002,6.3000002,8.6000004,9.1999998,6.6999998,5.8000002,5.5,5.6999998,4.1999998,8.8999996,9.8000002,8.6000004,9.6999998,11.1,12,4.3000002,3.8,4.4000001,4.3000002,3.8,3.7,3.5,3.0999999,2.8,4.4000001,5.5999999,5.5999999,5.1999998,4.5,4.4000001,4.9000001,4.4000001,5,4.9000001,4.3000002,4.6999998,5.5,4.6999998,4.5,7.1999998,8,7.9000001,7.1999998,6.3000002,5.9000001,3.9000001,4,4.4000001,4.5999999,4.1999998,4.5999999,4.6999998,4.6999998,5.3000002,8.8000002,9.1000004,8.3000002,7.3000002,6.1999998,6,6.8000002,5.5999999,7.1999998,7.3000002,5.4000001,5.5,5.4000001,5,4.5999999,8.6000004,10,9.1000004,9.3000002,9.6000004,9.1000004,4.5,4.3000002,5.1999998,5.4000001,5.0999999,4.9000001,4.8000002,4.1999998,4.1999998,7.5999999,7.9000001,7.3000002,6.4000001,5.6999998,5.5999999,7.9000001,4.6999998,4.5999999,4.5999999,3.8,3.8,4.1999998,3.7,4.3000002,7.5999999,8.6000004,7.1999998,6.8000002,5.4000001,4.9000001,5.8000002,5.6999998,7,7.5999999,6.0999999,6.3000002,5.5999999,5.6999998,5.9000001,10.2,10.6,9.8000002,8.6999998,7.3000002,7.1999998,6.6999998,6.5999999,6.9000001,6.6999998,6.1999998,6.4000001,7.8000002,7.3000002,7.0999999,11.9,11.5,11.1,10.2,8.5,8.6999998,5.5999999,5,6.1999998,6.3000002,5.3000002,4.8000002,4.5,4.3000002,3.9000001,7,8.3999996,7.5999999,7.0999999,6.5,6,4.8000002,4.1999998,5,5.0999999,4.6999998,4.5999999,4.0999999,3.7,3.3,6.0999999,7.5999999,7.3000002,6.4000001,5.6999998,5.5999999,6.0999999,4.9000001,5.8000002,6.5,5.3000002,4.6999998,4.5,4.4000001,4,7.1999998,8.1000004,7.1999998,7.3000002,7.3000002,7.1999998,6,5.6999998,6.6999998,6.4000001,5.5,5.1999998,5.0999999,5.0999999,5.4000001,8.8999996,10.5,9.6999998,8.6999998,7.1999998,7.3000002,6.3000002,6.5,7.0999999,7.9000001,6.5999999,5.8000002,5,5.0999999,5.5,9.3000002,9.6999998,9.1000004,7.4000001,6.0999999,6.1999998,9,9.6999998,9,8.8000002,7.8000002,7.4000001,6.3000002,6.4000001,6.4000001,12,13.6,12.9,11.4,10.3,10.1,7.4000001,6.5,7.3000002,7.0999999,6.3000002,6.3000002,6.3000002,6,5,7.9000001,9.5,9.3000002,8.8999996,7.5999999,7.1999998,5.5,5.3000002,5.8000002,5.8000002,4.9000001,5.1999998,5.3000002,4.9000001,4.4000001,7.0999999,7.6999998,7.4000001,6.8000002,5.5999999,5.3000002,6.3000002,5.6999998,7.8000002,7.4000001,6.5,6.3000002,6.1999998,6.0999999,6.4000001,11.3,11,9.3999996,8.1000004,6.8000002,6.4000001,5.9000001,5.8000002,6.8000002,7.4000001,7.3000002,7.3000002,7.1999998,6.1999998,6.3000002,10.5,11.4,10.5,9.1999998,8.6999998,9.1000004,6,5.1999998,6.4000001,6.4000001,5.4000001,4.9000001,4.6999998,4.4000001,4.1999998,8.3999996,9.3000002,8.6999998,7.8000002,7.0999999,6.8000002,5.1999998,5.4000001,6.3000002,5.8000002,5.3000002,5.1999998,5.4000001,4.6999998,4.6999998,7.9000001,8.5,8.1999998,7.5999999,6.9000001,6.9000001,7.3000002,6.6999998,6.6999998,6.5999999,5.5999999,5.8000002,5.8000002,5.6999998,5.5,10.4,10.1,9.3999996,10.7,10.3,8.6000004,8,8,8.1000004,8.1999998,8.6999998,9.3999996,8.1999998,6.9000001,7.1999998,11.7,11.7,10.6,9.3999996,9.1000004,10.3,7,6.4000001,8,9.3999996,7,7.4000001,6.0999999,5.9000001,6,12.1,12.5,11.5,11,10.1,9.6999998,4.5999999,4.6999998,5.5999999,6,5.4000001,5.5,4.9000001,4.6999998,4.6999998,8.5,8.8999996,8.3000002,7.3000002,6.1999998,6,7.6999998,6,6.6999998,7.8000002,6.1999998,5.3000002,5.5999999,6.0999999,4.6999998,10,10.4,8.8000002,9.1999998,9.1999998,9.5,4.5999999,5.1999998,5.8000002,5.9000001,6.9000001,6.9000001,6.6999998,6.5999999,7,10.5,12.4,11.8,10.9,10.9,8.8999996,5.5,6,7.4000001,7.1999998,6,5.9000001,6.0999999,6,6,10,11.1,10.2,9.3000002,9.1999998,7.5,4.0999999,4.9000001,5.4000001,6.0999999,5.5999999,5.1999998,5.5,5.9000001,5.6999998,9,9.3000002,8.5,7.9000001,7.5,5.8000002,5.5,5.8000002,6.4000001,6.5999999,6.4000001,6.0999999,6.4000001,6.5999999,6.6999998,9.1000004,11.1,10.8,10.8,11,9.6000004,2.9000001,4,5.0999999,5.3000002,4.6999998,4.5,4.5,4.5999999,4.5999999,7.6999998,7.9000001,7.1999998,6.5999999,6.1999998,4.8000002,3.8,4.5999999,5,5.1999998,4.4000001,4,4,4.4000001,4.3000002,6.9000001,7.8000002,6.9000001,6.3000002,6.5999999,5.5999999,4,5.3000002,5.9000001,5.5,5.5999999,5.5999999,5.8000002,6.9000001,7.1999998,10.8,11.1,10.3,9,8.5,8.1000004,2.8,4.0999999,5.0999999,5,4.0999999,4.0999999,4.0999999,4.8000002,4.3000002,7.5999999,6.9000001,5.9000001,5.3000002,5.3000002,4.1999998,4.3000002,5.5999999,6.5,6.4000001,5.6999998,5.4000001,5.1999998,5.4000001,5.3000002,8.3999996,8.3999996,7.8000002,6.8000002,6.6999998,5.4000001,4.4000001,5.9000001,6,6.1999998,5.5999999,5.5,5.4000001,5.6999998,5.5999999,9.3999996,10.3,8.3999996,7.4000001,7,5.5,3.7,4.4000001,5.1999998,5.5999999,4.6999998,4.4000001,4.6999998,5,5.0999999,8.3000002,8.5,7.9000001,7.1999998,6.5,5.3000002,3.8,5.1999998,5.5999999,6.3000002,5.4000001,4.9000001,4.9000001,5.4000001,6,9.8000002,10.5,9.1999998,8.5,8.1999998,7.0999999,2.4000001,2.8,3.4000001,3.7,3.2,3.0999999,3.3,3.5,3.4000001,5.8000002,5.9000001,5.3000002,4.9000001,4.6999998,3.7,3.3,5.0999999,5.5999999,6,5.3000002,4.9000001,5,5.0999999,5.0999999,9.6000004,9,7.8000002,7.1999998,6.9000001,5.4000001,4.0999999,4.8000002,5.1999998,7.5,6.0999999,5.5,5.4000001,5.4000001,5.4000001,8.8000002,11.3,12,10.3,9.8999996,8.1999998,4.5,5.0999999,6,6.3000002,5.8000002,5.3000002,5,5,5.3000002,8.1999998,8.3000002,7.5,6.9000001,6.5999999,5.6999998,3.5,4.1999998,4.8000002,5.0999999,4.5999999,4.4000001,4.5999999,4.5,4.4000001,7.1999998,7.9000001,7.3000002,6.5999999,6.4000001,5.1999998,3.3,4,4.5999999,4.8000002,4.4000001,4.0999999,4,4.1999998,4.0999999,6.8000002,7,6.4000001,5.8000002,5.6999998,4.5,4.3000002,4.8000002,6.3000002,6.5,6.4000001,6.8000002,6.6999998,6,5.9000001,10.4,10.4,10,8.3000002,8.3000002,7.4000001,3.0999999,4.1999998,5,5.4000001,4.6999998,4.5999999,4.6999998,4.6999998,4.8000002,9,8.5,7.3000002,6.5,6.1999998,4.9000001,5.9000001,6.3000002,7.0999999,7.1999998,6.3000002,6.9000001,6.5999999,7.0999999,7,10.2,11.7,11.6,11,11,8.6999998,3.4000001,4.5999999,4.9000001,5.1999998,4.5999999,4.3000002,4.5,4.8000002,4.8000002,7.5,7.5999999,6.8000002,6,5.9000001,4.8000002,3.3,4.1999998,5,5.4000001,4.5,4.4000001,4.4000001,4.6999998,4.6999998,8.8999996,8,6.9000001,6.1999998,5.6999998,4.5,4.0999999,5.4000001,6.5,7,5.8000002,5.8000002,5.5,5.4000001,5.5999999,9.6000004,9.3000002,8.1999998,7.5,7.9000001,6.4000001,2.9000001,3.5999999,4.1999998,4.4000001,4,4.1999998,4.3000002,4.5,4.6999998,7.6999998,8.1999998,7.4000001,6.6999998,6.5,5.0999999,7.0999999,7.9000001,9.1000004,9.5,9,8.3000002,8.1999998,8,7.9000001,12.1,11.4,10.7,10.5,10.7,9.5,4.6999998,5.9000001,6.0999999,5.9000001,5.5999999,5.6999998,5.5,5.5999999,5.6999998,8.8999996,8.6999998,8,7.3000002,7.0999999,5.9000001,3,4,4.8000002,5.1999998,5,4.5,4.5999999,4.9000001,4.9000001,9.1999998,8.6999998,7.5999999,6.6999998,6.3000002,5,5.0999999,6.5,7.4000001,7.4000001,6.4000001,6,5.8000002,6,6,10,10,9.1999998,8.3999996,8.1000004,6.5,4.1999998,5.1999998,6.0999999,6.3000002,5.8000002,5.5999999,5.4000001,5.0999999,5.5,10.4,10.3,9,8.1000004,7.5999999,6.0999999,2.8,3.9000001,5.0999999,5.9000001,4.5,4.5,4.5,4.5999999,4.5,7.8000002,8.1999998,7.4000001,6.5,6.4000001,5.0999999,3.3,3.8,4.4000001,4.5999999,4.0999999,4,3.8,3.9000001,3.9000001,6.6999998,6.5999999,6,5.4000001,5.3000002,4.4000001,3.0999999,4,5.1999998,5.0999999,4.4000001,4.0999999,4.0999999,4.0999999,4.1999998,7.1999998,7.1999998,6.4000001,5.5999999,5.4000001,4.1999998,4.8000002,6.1999998,6.6999998,7.5,6.5999999,5.9000001,6,6.1999998,6.0999999,10.1,11,10.1,9.3000002,9.1000004,7.5999999,4.3000002,5.0999999,6.0999999,6.5,5.6999998,5.4000001,5.5,5.6999998,5.6999998,11.2,11.3,9.8000002,9.1000004,8.3000002,6.1999998,3.4000001,5.1999998,6.0999999,7,6,4.9000001,4.9000001,5.5,5,9.8999996,9.8999996,8.3999996,7.8000002,7.4000001,6.0999999,3.4000001,4.1999998,4.8000002,4.9000001,4.4000001,4.0999999,4.3000002,4.4000001,4.5999999,8.8000002,9.3000002,7.9000001,7.3000002,6.6999998,5,4.5,6.0999999,6.8000002,7.3000002,6.5,6,6.5,6.1999998,6.0999999,11.6,11.1,9.6999998,8.3000002,7.9000001,6.8000002,5.4000001,6.5999999,7.4000001,8.1000004,6.5999999,6.0999999,6,6.0999999,6.4000001,10.3,10.9,10,8.8000002,8.3999996,7.1999998,9.1000004,11,12.5,11.1,11.1,10,11.1,10.4,10.7,13.9,17.5,17.200001,16.299999,15.8,12.4,4.4000001,5.5,6.6999998,7.0999999,6.3000002,5.6999998,5.6999998,5.8000002,5.6999998,9.3999996,10,9.3000002,8.6000004,8.3999996,6.9000001,3.8,4.6999998,4.9000001,5.0999999,4.1999998,4.0999999,4.3000002,4.5999999,4.6999998,7.5999999,8,7.4000001,7.3000002,6.9000001,5.4000001,3.7,5.4000001,6.3000002,7.0999999,6.4000001,5.6999998,6.0999999,6.1999998,6.3000002,11.3,10.7,9.6000004,8.3999996,7.6999998,6.1999998,5.0999999,5.5999999,6.5999999,7,6.0999999,5.8000002,5.8000002,6.1999998,6.0999999,9.6999998,10.2,9.3999996,8.6999998,8.6000004,6.8000002,3,4.0999999,5.4000001,5.6999998,4.8000002,4.5,4.5999999,4.5999999,4.6999998,8.3000002,8.1000004,7.0999999,6.4000001,6.0999999,4.8000002,2.5999999,3.5,4.4000001,4.6999998,3.7,3.7,3.5999999,3.8,3.9000001,7.5,7.0999999,6.0999999,5.5,5.1999998,4.1999998,3.5999999,4.4000001,5.0999999,4.9000001,5.0999999,5.1999998,4.6999998,5.0999999,4.8000002,7.4000001,7.4000001,6.4000001,5.6999998,5.6999998,4.8000002,2.5999999,3.4000001,4.3000002,4.5,4.1999998,4.0999999,4.1999998,4.4000001,4.4000001,7.5999999,7,6,5.5,5.3000002,4.4000001,3.5,5.3000002,6.1999998,6.9000001,5.5,5.1999998,5.8000002,6.1999998,5.9000001,10.3,10,8.6000004,8,7.0999999,5.6999998,3.5999999,4.3000002,5,5.0999999,4.9000001,4.5999999,4.5,4.5,4.5,7.0999999,8,7.5,7.3000002,6.9000001,5.5999999,5.1999998,5.5999999,5.3000002,5.5999999,4.6999998,4.9000001,5.5,5.0999999,5.0999999,10.9,10.9,9,7.5,6.9000001,5.4000001,4.0999999,5.6999998,6.5,7.0999999,6,5.9000001,5.6999998,5.9000001,5.8000002,10.2,10.2,9,8.3999996,8.3000002,6.5999999,3.5999999,4.3000002,4.5999999,4.6999998,4.6999998,4.3000002,4.6999998,5.1999998,4.6999998,8.8000002,9,7.5,6.3000002,6.0999999,5.0999999,4.3000002,5.5999999,6.1999998,6.1999998,5.5999999,5.8000002,5.0999999,5.5999999,6.3000002,12.6,11.3,9.5,8.3000002,7.6999998,6.0999999,5.4000001,6.0999999,6.6999998,6.5999999,6.4000001,6.1999998,6.6999998,7.3000002,7,12.9,12.3,11,9,8.5,6.5999999,2.5,3.9000001,5.5999999,5.9000001,4.9000001,4.5999999,4.9000001,4.9000001,4.5,8,7.5999999,6.4000001,5.6999998,5.4000001,4.5,3.0999999,3.7,4.5,4.8000002,4.5,4.4000001,4.5,4.6999998,4.9000001,8.3000002,8.3999996,7.5999999,6.9000001,6.3000002,5,5.5,5.9000001,6.3000002,7,6.0999999,5.9000001,6.4000001,6.8000002,7,10,11.3,11.1,10.8,10.9,9,3.7,4.9000001,5.4000001,5.5999999,5.0999999,4.9000001,5.0999999,5.3000002,5.1999998,9.3000002,10.2,9.1000004,8,7.5,5.9000001,2.5999999,3.9000001,4.9000001,5.0999999,4.5,4,4,4.1999998,4.5,9.1999998,9.3000002,8.1999998,6.9000001,6.0999999,4.5999999,3.9000001,5,5.3000002,5.6999998,5.3000002,5.5,5,5.6999998,6.5999999,11.5,10.3,8.5,7.1999998,6.4000001,5.3000002,4.0999999,5.0999999,5.5,5.8000002,4.8000002,4.4000001,4.3000002,4.5,4.5999999,7.5999999,7.5999999,6.5999999,5.6999998,5.5999999,4.5999999,3.8,4.6999998,5.4000001,5.3000002,4.6999998,4.5,4.8000002,5.1999998,4.9000001,7.8000002,7.9000001,7,6.4000001,6,4.8000002,5.0999999,5.5,6,7,6.4000001,6,6.0999999,6.4000001,6.4000001,9.8999996,11.3,11,10,10.1,8.5,3,4,4.9000001,4.9000001,4.4000001,4.1999998,4.3000002,4.5999999,4.8000002,9.1000004,9,8,7.1999998,6.8000002,5.5999999,5.3000002,6.0999999,6.9000001,7.4000001,6.3000002,6.0999999,6.5999999,6.8000002,6.6999998,9.8000002,9.6999998,8.8999996,7.9000001,7.4000001,6.1999998,2.9000001,3.9000001,4.9000001,5.3000002,4.5,4.1999998,4.0999999,4.3000002,4.4000001,8.6999998,8.1000004,6.9000001,6.0999999,5.6999998,4.5999999,2.8,3.7,4.6999998,4.9000001,4.1999998,3.8,3.8,4,4,7.5,7.3000002,6.5,5.8000002,5.5,4.4000001,3.5,4.6999998,5.4000001,5.8000002,5.3000002,5.3000002,5,5.3000002,5.4000001,9.6000004,9.3999996,8.3000002,7.5999999,7.3000002,5.6999998,4.3000002,5.4000001,6.3000002,6.5999999,6,5.5,5.5999999,5.8000002,5.9000001,9.8999996,10.8,9.8000002,8.8000002,8.6000004,7.1999998,2.8,3.8,4.9000001,5.3000002,4.5999999,4.4000001,4.5,4.5999999,4.4000001,7.6999998,7.8000002,7,6.6999998,6.4000001,5.1999998,4,4.9000001,5.8000002,5.9000001,5.8000002,5.5999999,5.3000002,5.3000002,5.4000001,8.8000002,9.3000002,8.3000002,7.5,7.3000002,6.6999998,3.4000001,3.4000001,3.3,3.3,2.9000001,2.8,2.5999999,2.4000001,2.5,4.1999998,4.5,4.1999998,4.3000002,3.7,3.5,5.0999999,4.6999998,5.3000002,4.9000001,4.5999999,4.5,4.1999998,4,4,8.6999998,6.6999998,6.0999999,5.5999999,5.1999998,4.5,3.0999999,2.7,3,3.5,3,2.5999999,2.0999999,2,2,5.3000002,6,4.9000001,4.5999999,4.1999998,3.4000001,4.3000002,4.4000001,4.5,5.3000002,4.4000001,3.9000001,3.3,2.9000001,3.2,7.1999998,6.6999998,6,5.1999998,4.3000002,4,4,3.8,4.1999998,4.4000001,3.9000001,3.7,3.4000001,2.8,2.8,5.6999998,5.5,4.8000002,4.3000002,3.7,3,3.7,3.5,3.5999999,4.1999998,3.8,3.4000001,2.8,2.7,2.9000001,5.6999998,5,4.9000001,4.9000001,4.4000001,3.9000001,5.3000002,5.0999999,5.1999998,5.5,5,4.6999998,4.3000002,3.8,4.0999999,7.6999998,6.9000001,6.4000001,6,5.6999998,5,3.7,4,4.1999998,4.4000001,4.3000002,4.4000001,3.9000001,3.2,3.5,5.4000001,4.9000001,4.8000002,4.6999998,4.1999998,3.5999999,3.7,4.0999999,4.5999999,4.0999999,3.9000001,4,3.5999999,3.3,3.3,5.9000001,5.1999998,5.0999999,4.6999998,4.6999998,4.0999999,3.8,3.9000001,3.9000001,4.4000001,3.5999999,3.8,3.0999999,3.3,3.3,7.5,6.8000002,6.3000002,5.3000002,5.0999999,4.5,3.8,4.0999999,4.1999998,4.4000001,4.4000001,4.0999999,3.9000001,3.5,3.9000001,6.5,6.6999998,6.1999998,5.8000002,4.8000002,4.3000002,3.9000001,3.9000001,4.5999999,4.4000001,3.9000001,4,3.5,2.5,3.5,7.8000002,8.3999996,7.8000002,7.0999999,5.6999998,5.0999999,4,3.7,4,4.3000002,3.5999999,3.4000001,3,2.5999999,2.8,6.5999999,7,6.0999999,5.0999999,4.5,4,3.7,4,4.5,4.5999999,3.8,3.9000001,3.3,3,3.4000001,5,4.5999999,4.1999998,3.8,3.5999999,3.3,4.0999999,4.1999998,4.4000001,4.4000001,4,4,3.5999999,3.0999999,3.5,6.1999998,6.0999999,5.8000002,5.5,5.0999999,4.5,4.0999999,4.1999998,4.6999998,5.0999999,5,4.8000002,4.4000001,4,4.0999999,6,5.5,5,4.9000001,4.4000001,3.8,4.0999999,3.9000001,4,4.4000001,3.8,3.8,3.2,2.8,3.0999999,6.8000002,7.3000002,6.9000001,6.1999998,5.5,4.5999999,3,2.5999999,2.9000001,3,2.4000001,2.0999999,1.8,1.5,1.6,4.4000001,5.9000001,4.5999999,4.9000001,4.6999998,4.3000002,4,3.9000001,4.0999999,3.9000001,3.2,2.9000001,2.5,2.2,2.4000001,6.4000001,6.5999999,5.3000002,4.8000002,4.4000001,4,2.5,2.5999999,3,3.5,3.0999999,3,2.5,2.2,2.9000001,7,7.6999998,7.5,6.6999998,5.5999999,4.5999999,4.0999999,3.7,4.1999998,4.4000001,3.8,3.4000001,3,2.7,2.9000001,6.8000002,7,6.1999998,5.5999999,5.1999998,4.8000002,4.6999998,4.3000002,5,4.4000001,4,4.0999999,3.5999999,3.5,3.5,6.0999999,5.9000001,5.5999999,5.1999998,4.9000001,4.3000002,4.3000002,4.1999998,4,4.5,4,4,3.5,3.2,3.2,6.1999998,4.8000002,4.5999999,4.0999999,3.5999999,3.3 ),.Dim=c(3107,15)), z_inflow=structure(.Data=c( -0.166987389,-0.161263231,-0.155891596,-0.150914073,-0.14483561,-0.138613991,-0.133166897,-0.126145088,-0.120338596,-0.115656583,-0.114633822,-0.11073652,-0.106247656,-0.102402721,-0.098319589,-0.015608615,-0.008790835,-0.003130021,0.002147017,0.008354939,0.013835461,0.011179536,0.017462917,0.023245772,0.027561366,0.028070892,0.033120512,0.040617925,0.047001787,0.052938381,-0.095727008,-0.088992649,-0.082491492,-0.077208619,-0.06973519,-0.062423954,-0.055472066,-0.048233472,-0.041771677,-0.036274293,-0.034857025,-0.030306942,-0.024915677,-0.020861423,-0.016588504,-0.161556366,-0.156222561,-0.151270851,-0.146562777,-0.14094177,-0.135094977,-0.129787281,-0.122911051,-0.117290439,-0.112740752,-0.111353252,-0.107687473,-0.103491991,-0.099822404,-0.095937119,-0.037711291,-0.029725368,-0.022586909,-0.015762205,-0.007888285,0.000610527,0.009986669,0.019550471,0.027409903,0.033652192,0.033776013,0.03859782,0.044143565,0.049090429,0.054558292,-0.112984092,-0.106189404,-0.099709857,-0.094265335,-0.086816432,-0.079477801,-0.072534023,-0.06512646,-0.058629902,-0.053108733,-0.052242529,-0.047609866,-0.042158124,-0.037829277,-0.03347719,-0.194638036,-0.189599295,-0.184490138,-0.179818113,-0.174073087,-0.168466469,-0.164908242,-0.158677128,-0.153526236,-0.149478756,-0.147497123,-0.143762312,-0.139190719,-0.135358591,-0.131343007,0.15537223,0.169487648,0.181788917,0.193385533,0.206531002,0.220773851,0.237320101,0.25288033,0.265526509,0.275157463,0.268910625,0.276073562,0.284521886,0.291880247,0.300425591,0.175835907,0.189655618,0.20157677,0.211973052,0.226153744,0.240613824,0.256377389,0.270360579,0.282603251,0.292860828,0.289300079,0.297428465,0.306902665,0.314549316,0.32217866,0.314401858,0.331703595,0.347026072,0.361264322,0.376942636,0.394109079,0.414808482,0.433786552,0.449241157,0.46078956,0.453272862,0.461463654,0.471232473,0.47984576,0.489971406,-0.151166265,-0.145177206,-0.139644812,-0.134464399,-0.128224483,-0.121753837,-0.115713697,-0.108367995,-0.102311833,-0.097430637,-0.096646667,-0.092669999,-0.088113439,-0.084175984,-0.079962157,-0.154581831,-0.151001747,-0.147272029,-0.143684132,-0.139295007,-0.134971897,-0.134350517,-0.127463556,-0.122284775,-0.118400379,-0.115933005,-0.112706681,-0.109233902,-0.106048424,-0.103003877,-0.196049963,-0.191988836,-0.187854721,-0.183973491,-0.17922027,-0.174596162,-0.174257236,-0.167671224,-0.162595149,-0.158766434,-0.156348014,-0.152924932,-0.148980505,-0.145494523,-0.141989453,0.044168933,0.055600042,0.06559801,0.074906851,0.085965557,0.09770162,0.110721339,0.123258631,0.133613178,0.141738053,0.137604581,0.143903292,0.15124489,0.157467597,0.164471604,0.382460789,0.403802934,0.422161601,0.439658663,0.459083755,0.480201696,0.505041592,0.527902821,0.545992187,0.559345591,0.545218503,0.554627331,0.566160602,0.576275172,0.588447329,-0.166302466,-0.160810423,-0.155132104,-0.149879098,-0.143378585,-0.137038435,-0.132332884,-0.126014196,-0.120526306,-0.116336066,-0.113783738,-0.109895584,-0.104817086,-0.100718229,-0.09628361,0.00296392,0.008501012,0.0136568,0.018655586,0.024590844,0.031227838,0.038538926,0.046315331,0.052630806,0.057878421,0.062316056,0.066307113,0.07097266,0.075019447,0.079353832,-0.178638746,-0.173528056,-0.167991706,-0.163039748,-0.156982202,-0.15137242,-0.149068574,-0.142888641,-0.137800054,-0.133912939,-0.131624423,-0.127607948,-0.122406074,-0.118099875,-0.113709316,-0.093502034,-0.085863098,-0.078956209,-0.072584709,-0.064828478,-0.056754239,-0.04852097,-0.03974272,-0.032428369,-0.026535687,-0.027128288,-0.02238649,-0.016928221,-0.012288388,-0.007274866,-0.151371678,-0.14574528,-0.139287392,-0.133528273,-0.126454888,-0.120066526,-0.116547166,-0.110448428,-0.105270685,-0.101341538,-0.098429069,-0.094059131,-0.087767541,-0.082825473,-0.077755875,-0.183163856,-0.177811507,-0.172435027,-0.167542804,-0.161457468,-0.155480722,-0.151090212,-0.144716882,-0.139357215,-0.135116883,-0.133204528,-0.129358258,-0.12463446,-0.120731323,-0.116596566,-0.057518924,-0.050540581,-0.044256013,-0.038191148,-0.031165086,-0.02355849,-0.015267118,-0.006600871,0.00053299,0.006268918,0.007574579,0.012004648,0.017093333,0.021675854,0.02667464,-0.14587558,-0.140200227,-0.134506579,-0.129238986,-0.122594525,-0.115959955,-0.110398385,-0.103827604,-0.097971762,-0.093530517,-0.091176184,-0.087329766,-0.08248363,-0.078655607,-0.074355194,-0.19530402,-0.190498284,-0.18586755,-0.181524116,-0.17625677,-0.170924349,-0.167133364,-0.16075054,-0.155564439,-0.151425825,-0.149695889,-0.146186468,-0.142143933,-0.138635452,-0.134963788,0.248934964,0.262705621,0.274879756,0.286423807,0.299006295,0.312963178,0.329761719,0.345523009,0.358126661,0.367703123,0.366708004,0.373702418,0.381916648,0.389279657,0.397706718,-0.115569947,-0.108494091,-0.101981165,-0.096107422,-0.088719045,-0.081167387,-0.073796515,-0.065720841,-0.058908451,-0.053332887,-0.053296888,-0.048717729,-0.04342739,-0.03899915,-0.034338845,-0.089795014,-0.083241589,-0.075650025,-0.069201384,-0.06136099,-0.054638153,-0.052678425,-0.046053843,-0.040350947,-0.036148494,-0.034098966,-0.028896894,-0.021701716,-0.015833214,-0.010057826,0.095029328,0.106635092,0.116870565,0.126549881,0.137488969,0.149390539,0.163188739,0.176385586,0.187162629,0.195478131,0.192720341,0.198969108,0.206247855,0.212692442,0.220040913,-0.109079423,-0.104281253,-0.099896974,-0.095565062,-0.090418521,-0.085001443,-0.079497976,-0.072879922,-0.067478173,-0.062970369,-0.060373783,-0.05695258,-0.052896101,-0.049347714,-0.045732719,-0.032599464,-0.027356101,-0.022533849,-0.017693994,-0.012076547,-0.005878169,0.00083112,0.008120203,0.014120635,0.019061417,0.022930631,0.026750001,0.031207366,0.035076729,0.039087121,-0.118046915,-0.112251154,-0.106261452,-0.100138138,-0.09308577,-0.086054664,-0.080735595,-0.074246603,-0.068214523,-0.064129215,-0.059765111,-0.055972642,-0.050518724,-0.046137264,-0.041202663,-0.159150556,-0.155090319,-0.151217742,-0.14743007,-0.142857389,-0.138185858,-0.134715898,-0.128491905,-0.123573524,-0.119539544,-0.116982073,-0.113873933,-0.110248455,-0.107061147,-0.103890009,-0.179103273,-0.17468527,-0.170475943,-0.166428167,-0.161565712,-0.156580624,-0.152823115,-0.146523366,-0.141468158,-0.137375433,-0.135274676,-0.131982585,-0.128214198,-0.124897036,-0.121497838,-0.097663841,-0.091606097,-0.085767314,-0.080476282,-0.073648612,-0.066725751,-0.060248083,-0.053332047,-0.047142075,-0.042363091,-0.040446681,-0.036574401,-0.031890607,-0.028402598,-0.024106092,-0.098453695,-0.092998887,-0.087354391,-0.081792575,-0.074738476,-0.067452953,-0.061295173,-0.054587121,-0.047741006,-0.043381501,-0.041081265,-0.037644535,-0.032958714,-0.029385701,-0.025138001,0.225973155,0.237752387,0.24821419,0.258251025,0.269477117,0.281948245,0.296825974,0.310826175,0.322116057,0.330946228,0.332764284,0.339294665,0.34693103,0.354289292,0.362166476,-0.111160202,-0.10476012,-0.098956991,-0.093412679,-0.08690638,-0.079999294,-0.072883334,-0.064982315,-0.058488873,-0.053258565,-0.052417283,-0.048297509,-0.043574403,-0.039415415,-0.034914633,-0.054491041,-0.050163826,-0.046347127,-0.04241615,-0.037630343,-0.032735054,-0.027437099,-0.021075637,-0.015870944,-0.011459963,-0.008184635,-0.005070018,-0.001094042,0.002294228,0.005582758,0.045122415,0.051308728,0.057028337,0.06241263,0.068852766,0.07615881,0.084190473,0.092741454,0.099712281,0.105528069,0.110362535,0.114647519,0.119682255,0.124124983,0.129146912,-0.033687449,-0.02746489,-0.021802939,-0.016276033,-0.009815771,-0.002703371,0.005060722,0.013282073,0.020061184,0.025602281,0.028588528,0.032807349,0.037675688,0.042096115,0.046904076,0.108744552,0.119580983,0.129426498,0.136497954,0.148870975,0.160491574,0.173070996,0.18272351,0.192335575,0.201809973,0.20062848,0.208450874,0.217642026,0.224759865,0.229815073,0.055669518,0.063216578,0.070001228,0.076607266,0.084375167,0.093124786,0.102886188,0.112884205,0.121236251,0.127906821,0.131197774,0.136144292,0.141772866,0.147215163,0.153308362,-0.187180924,-0.181909128,-0.17681085,-0.172116573,-0.166341037,-0.160538204,-0.156078367,-0.149529244,-0.144116072,-0.139783765,-0.13827373,-0.134530611,-0.130145541,-0.126418889,-0.122486726,-0.067896613,-0.06005617,-0.052759324,-0.046735453,-0.038265767,-0.029916639,-0.021536703,-0.013286919,-0.005965051,0.000403878,0.00034533,0.005610252,0.011759725,0.016667821,0.021353642,0.091539983,0.100351809,0.108236954,0.115926972,0.12477638,0.134720942,0.146051125,0.157249229,0.166546796,0.173903228,0.176237238,0.181688931,0.187963906,0.19410428,0.200761845,-0.191205657,-0.187156249,-0.183146351,-0.179306955,-0.174673253,-0.170017992,-0.167783029,-0.161477148,-0.156515202,-0.152617208,-0.150311731,-0.147060238,-0.143397969,-0.140141481,-0.136870654,-0.061984596,-0.057006035,-0.052519693,-0.047921694,-0.042611426,-0.036867784,-0.030775178,-0.023901569,-0.018197932,-0.013524523,-0.010150049,-0.006553795,-0.002294524,0.001389305,0.005130148,0.042788406,0.05220653,0.060586515,0.06860547,0.077732585,0.087707213,0.099118839,0.11030463,0.119471453,0.126675235,0.126702432,0.132169652,0.138482851,0.144223378,0.150608131,-0.106051886,-0.101588142,-0.097314926,-0.093233376,-0.087619737,-0.08285178,-0.094322201,-0.084052954,-0.077123023,-0.072406345,-0.06680037,-0.062341621,-0.057578906,-0.053048504,-0.048486554,-0.197123163,-0.192580695,-0.187899671,-0.18359906,-0.178349022,-0.17333011,-0.171951412,-0.165686031,-0.160675574,-0.15684587,-0.154607891,-0.15096916,-0.146548931,-0.142751715,-0.138887545,-0.15670489,-0.150655651,-0.144901279,-0.139728431,-0.133184451,-0.126602247,-0.120796151,-0.113725981,-0.107759224,-0.102895236,-0.101865355,-0.097739004,-0.092912499,-0.08889647,-0.084679082,-0.014741471,-0.007414165,-0.000819104,0.005579742,0.012986217,0.021115939,0.030144699,0.039394894,0.047028985,0.053162683,0.05508918,0.059762837,0.065134422,0.070092313,0.075519034,-0.185591919,-0.180820353,-0.176287182,-0.171985335,-0.166808333,-0.161504247,-0.157394956,-0.150956452,-0.145738259,-0.141540058,-0.139787375,-0.1363322,-0.13238268,-0.128927109,-0.125320421,-0.092003422,-0.088195228,-0.084564409,-0.081073581,-0.076632485,-0.072141198,-0.067765375,-0.061598941,-0.056835286,-0.052475089,-0.049464711,-0.046527123,-0.042744197,-0.039385202,-0.036266876,-0.160756622,-0.154950476,-0.149250894,-0.144157017,-0.137643745,-0.131188824,-0.125757257,-0.119059984,-0.113317826,-0.108692234,-0.107022033,-0.102991119,-0.098130296,-0.094186611,-0.089988163,0.272271896,0.290264737,0.305610158,0.319957889,0.336918524,0.355063471,0.375861179,0.394835293,0.410373369,0.422187315,0.412018054,0.42079848,0.431306963,0.440129124,0.450495489,0.105805332,0.115327102,0.12498293,0.12921624,0.140883667,0.150597647,0.160592698,0.167524558,0.175667038,0.185146924,0.184822141,0.192804108,0.202632761,0.209410982,0.212732298,-0.019511208,-0.010455003,-0.002420719,0.005190279,0.013994094,0.023445993,0.033906164,0.044394076,0.053005236,0.059779551,0.058387799,0.063627354,0.069676246,0.074978849,0.080913811,-0.115477774,-0.108761463,-0.102669945,-0.096915573,-0.090099572,-0.082919328,-0.075640432,-0.067538353,-0.060865013,-0.055510044,-0.055215721,-0.050951703,-0.046065117,-0.041810594,-0.037189749,-0.136868577,-0.133171446,-0.129497606,-0.125829997,-0.121503821,-0.117114646,-0.114550945,-0.108045437,-0.103011541,-0.09897415,-0.095892664,-0.09284149,-0.08939665,-0.086310911,-0.083449969,-0.02850031,-0.019245368,-0.011045231,-0.003352493,0.005701981,0.01532354,0.025787074,0.0363051,0.044974759,0.051817759,0.049798989,0.055149954,0.06133503,0.066659836,0.072600731,-0.01343764,-0.003798675,0.00479142,0.012474515,0.022250851,0.032324575,0.043039658,0.053451665,0.062308342,0.069569238,0.067547105,0.073355377,0.080086078,0.085655757,0.091507693,-0.149557183,-0.144695866,-0.140185244,-0.135827569,-0.130629799,-0.125205896,-0.120166512,-0.11357971,-0.108232454,-0.103829928,-0.101833608,-0.098390548,-0.094399095,-0.090889823,-0.087252328,-0.112605261,-0.106976539,-0.1018478,-0.096869585,-0.091031841,-0.084811409,-0.078407074,-0.071128722,-0.065153608,-0.060275775,-0.058423006,-0.054622378,-0.050239237,-0.04636033,-0.042242286,-0.164766124,-0.160910756,-0.15689255,-0.153105521,-0.14842326,-0.143879853,-0.1464979,-0.138599552,-0.132832817,-0.128796019,-0.12592578,-0.122369432,-0.118359534,-0.114755962,-0.111168312,-0.204994512,-0.200520235,-0.196077803,-0.191925491,-0.186874437,-0.18186502,-0.179293356,-0.173076633,-0.168087044,-0.16417471,-0.162123056,-0.158677721,-0.154660307,-0.151171853,-0.147567984,-0.081633645,-0.075848614,-0.070592048,-0.065446101,-0.059445817,-0.052959742,-0.04605325,-0.038504607,-0.032288378,-0.027207457,-0.024834876,-0.020908251,-0.016374586,-0.012332645,-0.008023925,-0.448649347,-0.446369101,-0.444184453,-0.442190272,-0.439960699,-0.437862748,-0.435466581,-0.433090972,-0.430848246,-0.428659333,-0.425872392,-0.424062273,-0.422387819,-0.420724528,-0.419078186,-0.489558269,-0.487936948,-0.486358079,-0.484820303,-0.4832277,-0.481707565,-0.480004059,-0.478285422,-0.476612711,-0.474937169,-0.472827771,-0.471348778,-0.469925279,-0.468660179,-0.467353616,-0.433387433,-0.430224158,-0.427214336,-0.424311955,-0.421172403,-0.418302585,-0.415247567,-0.412308569,-0.409660927,-0.407206458,-0.404403768,-0.402325584,-0.400105926,-0.397913169,-0.395587392,-0.465233437,-0.462976631,-0.46081824,-0.458733715,-0.456575832,-0.45460525,-0.452488014,-0.450379271,-0.44836442,-0.446387175,-0.444014805,-0.442290605,-0.440567529,-0.43891754,-0.437219956,-0.477809027,-0.475957618,-0.474170445,-0.472445775,-0.470648315,-0.46893576,-0.467033678,-0.465129903,-0.46330223,-0.461486338,-0.459222843,-0.457637596,-0.456104394,-0.454697522,-0.453261822,-0.470129319,-0.46830355,-0.466530605,-0.464830499,-0.463021036,-0.461223367,-0.459179019,-0.457146984,-0.455230364,-0.453327009,-0.450873641,-0.449226854,-0.447679855,-0.446289327,-0.444887475,-0.293893231,-0.287827946,-0.281819824,-0.275565989,-0.269439263,-0.264273907,-0.259240457,-0.254469138,-0.250182991,-0.245820643,-0.239954614,-0.235861765,-0.231801379,-0.227925736,-0.223751691,-0.431514044,-0.428454934,-0.425522439,-0.422609624,-0.419710322,-0.41719806,-0.414657451,-0.412134458,-0.409705357,-0.407297371,-0.404382307,-0.40219934,-0.399988558,-0.397857612,-0.39562621,-0.288060976,-0.280109792,-0.272596407,-0.265146762,-0.256682293,-0.249389897,-0.241858513,-0.235023128,-0.229530862,-0.225051715,-0.218614892,-0.214876372,-0.210145602,-0.20552362,-0.200153271,-0.454952224,-0.452559159,-0.450261458,-0.44810983,-0.445786143,-0.443617801,-0.441213746,-0.438834329,-0.436616204,-0.434471981,-0.431961178,-0.430186972,-0.428407339,-0.426666116,-0.424897139,-0.474162928,-0.472017803,-0.469973245,-0.467976022,-0.465996293,-0.46424382,-0.462422785,-0.460566073,-0.458719115,-0.456874753,-0.454690117,-0.453030646,-0.451368851,-0.4497828,-0.448148771,-0.468319819,-0.466081271,-0.463943464,-0.461858754,-0.459753633,-0.457867746,-0.455884134,-0.45388863,-0.451943675,-0.450016065,-0.447714049,-0.445999022,-0.444281015,-0.442641386,-0.440949019,-0.493552145,-0.49182499,-0.490174037,-0.488572792,-0.486958753,-0.4854851,-0.483899037,-0.482281116,-0.48067458,-0.479068515,-0.477133945,-0.475702695,-0.474284833,-0.47295896,-0.471598571,-0.409984054,-0.406292832,-0.40277362,-0.399285166,-0.395663915,-0.39250561,-0.389293701,-0.386201064,-0.38336403,-0.380663675,-0.377362683,-0.374958431,-0.372429541,-0.369968274,-0.367337518,-0.35654888,-0.352086496,-0.347714579,-0.343248437,-0.339010256,-0.335438826,-0.331932669,-0.328416943,-0.325019352,-0.321533864,-0.317051849,-0.313828319,-0.31063169,-0.307589541,-0.304365394,-0.163333922,-0.160173762,-0.157177527,-0.15413293,-0.150642102,-0.146992097,-0.142676354,-0.137938018,-0.133935043,-0.130362822,-0.127154795,-0.124368966,-0.121159208,-0.118526821,-0.115888204,-0.132459178,-0.130004759,-0.127365004,-0.124568939,-0.121405614,-0.118263948,-0.114661266,-0.110299635,-0.106228123,-0.102447028,-0.098754644,-0.095904284,-0.092651901,-0.090061546,-0.087390687,-0.148978675,-0.145341823,-0.14160716,-0.137979012,-0.133933164,-0.129505123,-0.124181108,-0.118909312,-0.114318186,-0.110455747,-0.104619684,-0.10177511,-0.098803648,-0.096052484,-0.093212904,-0.072075826,-0.06782956,-0.063453094,-0.058716637,-0.053968707,-0.048765794,-0.041727321,-0.035382919,-0.030376666,-0.025411901,-0.018948326,-0.015916982,-0.012651593,-0.009563876,-0.006000012,-0.121969189,-0.11775645,-0.113225998,-0.108768831,-0.103884817,-0.098493947,-0.091683089,-0.084918269,-0.079189066,-0.074493108,-0.066709037,-0.063302372,-0.059930124,-0.056596842,-0.053050383,-0.182380678,-0.179367728,-0.176308692,-0.173227503,-0.169734993,-0.166129146,-0.161982867,-0.157248338,-0.152999897,-0.148999642,-0.144808363,-0.141655918,-0.138273186,-0.13539286,-0.132425799,-0.194102895,-0.190859808,-0.187591206,-0.184364635,-0.18072447,-0.176924633,-0.172445115,-0.16755754,-0.163165152,-0.158973725,-0.154489806,-0.151149551,-0.147619955,-0.14460483,-0.141473746,-0.109466957,-0.105218862,-0.100691427,-0.096048825,-0.091130245,-0.085811275,-0.078897562,-0.072364115,-0.066994261,-0.06244042,-0.055841008,-0.052691579,-0.049458135,-0.046219004,-0.042844629,-0.078516852,-0.076913703,-0.07552749,-0.073894474,-0.071522784,-0.068863299,-0.066418077,-0.062597422,-0.059095666,-0.055843777,-0.056091716,-0.053841919,-0.051026569,-0.04885772,-0.046894977,-0.213897423,-0.210243141,-0.206653043,-0.203233027,-0.199426168,-0.195391595,-0.190416198,-0.185309316,-0.180708745,-0.176265721,-0.172097288,-0.168597411,-0.164917489,-0.161695072,-0.158311994,0.012702279,0.016178668,0.019658765,0.022986707,0.026941469,0.031641432,0.036705739,0.041442295,0.045585113,0.049260881,0.056843446,0.059885274,0.062870729,0.065288555,0.067607483,-0.194988632,-0.19157895,-0.188237707,-0.184980675,-0.181347186,-0.177446225,-0.172845358,-0.168138026,-0.16406518,-0.160409092,-0.156175238,-0.153370915,-0.150369142,-0.147674696,-0.144941679,-0.207095961,-0.203922598,-0.200799673,-0.197721253,-0.194230474,-0.190577304,-0.186381081,-0.181658865,-0.177500867,-0.173630713,-0.169882451,-0.166829695,-0.163533549,-0.160682893,-0.157752969,-0.120660165,-0.116955469,-0.113077453,-0.109330081,-0.104958264,-0.100301024,-0.094177265,-0.088548099,-0.083322192,-0.078074428,-0.07104179,-0.066568898,-0.062010656,-0.058617293,-0.055034786,-0.219712297,-0.21629683,-0.212949603,-0.209728991,-0.206167351,-0.202352976,-0.197774361,-0.193048585,-0.188920503,-0.185116216,-0.181124219,-0.178233014,-0.175154247,-0.172328217,-0.169438001,-0.030676378,-0.026776951,-0.022938494,-0.019060428,-0.014790228,-0.009941126,-0.004198226,0.001080246,0.005495629,0.009388875,0.015464075,0.018729266,0.022314146,0.024920869,0.027524971,-0.149185769,-0.14515169,-0.141037158,-0.13718263,-0.133087086,-0.12865405,-0.12260664,-0.116892273,-0.111943579,-0.107003637,-0.101373136,-0.098264551,-0.095028338,-0.091699358,-0.088226282,0.567463296,0.574285428,0.582204941,0.590821887,0.599446745,0.609103512,0.62268369,0.631189573,0.637746954,0.643937717,0.656416657,0.663465564,0.671937426,0.675140953,0.678558893,-0.013843669,-0.009586129,-0.005240272,-0.000757688,0.004086718,0.009388628,0.015980772,0.021706612,0.026480156,0.030681967,0.03666796,0.040285526,0.044425229,0.047231331,0.050099097,-0.215861033,-0.212485743,-0.20915748,-0.205934297,-0.202315543,-0.198505173,-0.193992623,-0.189135855,-0.184809136,-0.180707905,-0.176686782,-0.173441964,-0.169996432,-0.166992631,-0.163869953,-0.114090522,-0.111646685,-0.109733094,-0.107398144,-0.104670073,-0.101882168,-0.098110171,-0.093686777,-0.090161038,-0.086925319,-0.086478495,-0.084078371,-0.080829598,-0.07836974,-0.076119003,-0.173068177,-0.170254657,-0.167504185,-0.164688884,-0.161410886,-0.158015792,-0.154229406,-0.149638923,-0.145626206,-0.141940301,-0.138838689,-0.135975076,-0.132769324,-0.130082444,-0.127379394,-0.215167851,-0.211802452,-0.208515973,-0.205328888,-0.201783122,-0.197995845,-0.193520827,-0.188855626,-0.184794647,-0.181082286,-0.177167232,-0.174307922,-0.171239935,-0.168480364,-0.165663482,-0.190139331,-0.186349038,-0.182545542,-0.178962985,-0.175120473,-0.170953673,-0.165529029,-0.160218366,-0.15558323,-0.151108261,-0.146378826,-0.143267917,-0.139994716,-0.13680182,-0.13351324,-0.122475155,-0.118965833,-0.115358551,-0.111840032,-0.107831024,-0.103408471,-0.09830327,-0.093283814,-0.088857355,-0.085194542,-0.078965802,-0.076165238,-0.073315818,-0.07079578,-0.068205424,-0.226255757,-0.222697035,-0.219213847,-0.215906477,-0.212256372,-0.208362705,-0.203599248,-0.198682845,-0.194310533,-0.190146205,-0.186233277,-0.183022135,-0.179620316,-0.176546445,-0.173350038,-0.220909614,-0.217596606,-0.214357525,-0.211212669,-0.207685199,-0.203959685,-0.199601664,-0.194876728,-0.190717889,-0.186840466,-0.183081326,-0.180038459,-0.17677317,-0.173897443,-0.170931519,-0.030526745,-0.026880151,-0.023309215,-0.019775317,-0.015793853,-0.011163711,-0.005920052,-0.000938821,0.003277331,0.006975005,0.013407823,0.016478825,0.019679633,0.022178309,0.02461364,-0.169405957,-0.165255722,-0.16117254,-0.157303326,-0.152964936,-0.148375393,-0.142331643,-0.136561299,-0.131214735,-0.125882809,-0.121116039,-0.11690597,-0.112559767,-0.10888296,-0.104987538,-0.224438765,-0.220939234,-0.217512246,-0.214235632,-0.210593415,-0.206728552,-0.20206172,-0.197172068,-0.192817261,-0.188676421,-0.18475484,-0.181518479,-0.178087781,-0.1750373,-0.171861316,-0.176660821,-0.172352249,-0.168128384,-0.164191424,-0.159874792,-0.155235947,-0.149101062,-0.143212534,-0.137803763,-0.132441079,-0.128138095,-0.124006997,-0.119703073,-0.115917329,-0.111884882,-0.161550976,-0.158070632,-0.154657143,-0.151297306,-0.147533715,-0.143471352,-0.138708686,-0.133937219,-0.129838213,-0.126200966,-0.121625269,-0.118792068,-0.115747471,-0.113109496,-0.110450357,-0.161257643,-0.157765974,-0.154290525,-0.150905519,-0.147095248,-0.142967413,-0.138114898,-0.133257538,-0.129045689,-0.125382282,-0.120346014,-0.117565921,-0.114646629,-0.112005786,-0.109332158,-0.13072306,-0.127112664,-0.123562892,-0.120022219,-0.116081105,-0.111802549,-0.106751347,-0.101822433,-0.097625913,-0.093906876,-0.089120129,-0.086150003,-0.082900389,-0.080248815,-0.077573506,-0.205182864,-0.201976321,-0.19886378,-0.195788376,-0.192306054,-0.188641115,-0.184420859,-0.17974656,-0.175692701,-0.171987857,-0.168431706,-0.165524628,-0.162337913,-0.15958487,-0.156776987,-0.20499644,-0.201363692,-0.197747461,-0.194298665,-0.190558612,-0.186516375,-0.181426651,-0.176348944,-0.171925996,-0.167776749,-0.163327741,-0.160323099,-0.157156214,-0.154125265,-0.151018412,-0.088923617,-0.084678687,-0.08035073,-0.076201138,-0.071272323,-0.066131617,-0.058975455,-0.052825042,-0.046965442,-0.040966147,-0.033752821,-0.028581704,-0.023393279,-0.019671968,-0.015665729,-0.111156938,-0.107595695,-0.104082268,-0.100613544,-0.096697996,-0.092420231,-0.087438257,-0.082583913,-0.078437238,-0.074781052,-0.069477559,-0.066581458,-0.063516389,-0.060924353,-0.058347448,-0.036547402,-0.032235269,-0.027778201,-0.023214866,-0.018270029,-0.013004859,-0.006375827,-0.000465145,0.004519152,0.008706029,0.014169095,0.017526905,0.021488639,0.024400316,0.02739487,-0.188313611,-0.185283503,-0.182371134,-0.179432952,-0.176057292,-0.172533382,-0.168507858,-0.163859371,-0.159854666,-0.156203375,-0.153007908,-0.150153641,-0.146958372,-0.144252701,-0.141523542,-0.060003754,-0.055088834,-0.050303719,-0.045728169,-0.040519916,-0.035043795,-0.026942606,-0.019913775,-0.012925889,-0.005699805,-0.001602728,0.003477947,0.008682343,0.01322308,0.017760751,-0.208250529,-0.204533248,-0.200836859,-0.19737041,-0.193616659,-0.189563246,-0.184386591,-0.179232336,-0.174691105,-0.170323292,-0.165998056,-0.162837649,-0.159501004,-0.156330707,-0.153057308,-0.20291388,-0.19959301,-0.196360802,-0.193182494,-0.189617542,-0.185833034,-0.181427096,-0.17674266,-0.172691422,-0.169018769,-0.165237723,-0.162363627,-0.159225423,-0.156500318,-0.1537225,-0.164948592,-0.161092284,-0.157165956,-0.15332196,-0.149226565,-0.144769002,-0.139014432,-0.133447571,-0.128717839,-0.124349285,-0.119109186,-0.116076556,-0.112908979,-0.109783384,-0.106565813,-0.146909071,-0.143070515,-0.139069667,-0.135177359,-0.130866562,-0.12613866,-0.120323316,-0.114541648,-0.109562246,-0.10539322,-0.099028989,-0.095985035,-0.092857759,-0.089870028,-0.086755016,-0.064032047,-0.059442207,-0.054846532,-0.05043466,-0.045275164,-0.039896557,-0.032153431,-0.025542398,-0.019169019,-0.012536129,-0.005987204,-0.000615916,0.004667896,0.008777236,0.013078193,0.196945343,0.201880834,0.206544947,0.211336837,0.216332903,0.222802758,0.230654723,0.237240883,0.24257093,0.2471177,0.256659843,0.260717163,0.265389831,0.267889595,0.270371656,-0.139545122,-0.13602413,-0.132575779,-0.129098995,-0.125194523,-0.121061744,-0.116125907,-0.111117181,-0.106869926,-0.103142483,-0.099075719,-0.09612735,-0.092767909,-0.090070892,-0.087335798,-0.213635737,-0.209801409,-0.206031069,-0.202506022,-0.198650703,-0.194511396,-0.189261061,-0.184004347,-0.179290439,-0.174716423,-0.170633735,-0.167152748,-0.16348593,-0.160152104,-0.156654452,-0.185629006,-0.181816757,-0.17803042,-0.174411765,-0.170335309,-0.16603366,-0.160572967,-0.155169636,-0.150223464,-0.14535562,-0.140514923,-0.136601896,-0.132542401,-0.129137615,-0.125536317,-0.187429111,-0.183741376,-0.180024119,-0.176420052,-0.172491845,-0.168237222,-0.162928982,-0.157649224,-0.153107944,-0.149011015,-0.144074486,-0.14110792,-0.138005764,-0.135015462,-0.131951629,-0.193101991,-0.189625899,-0.186135812,-0.182745911,-0.178923525,-0.174904874,-0.170007855,-0.164914176,-0.160302578,-0.155834037,-0.151067218,-0.147473634,-0.143715632,-0.140542269,-0.137218085,-0.226729383,-0.223274035,-0.219892045,-0.216660925,-0.213095058,-0.209283576,-0.204672349,-0.199897173,-0.195693038,-0.191752666,-0.187860458,-0.184850525,-0.18164947,-0.17872365,-0.175710108,-0.064560216,-0.061171105,-0.057974797,-0.054797182,-0.051059404,-0.047232765,-0.042218946,-0.037235687,-0.033128819,-0.029597196,-0.026191668,-0.023490546,-0.020162703,-0.017824144,-0.015398109,-0.202173426,-0.198201159,-0.194309841,-0.190655286,-0.186628526,-0.182327668,-0.17682257,-0.171374784,-0.166427079,-0.161580547,-0.157371714,-0.15360847,-0.149668197,-0.146185182,-0.142502144,-0.009173919,-0.005039458,-0.00088591,0.003371334,0.007987135,0.013144554,0.01945805,0.025012845,0.029625432,0.033714844,0.03985774,0.043381897,0.047360988,0.050065076,0.052804571,-0.176942138,-0.172687367,-0.168418948,-0.164524416,-0.160312221,-0.155719958,-0.149646044,-0.143754548,-0.138444923,-0.133215308,-0.128855754,-0.124959243,-0.120882688,-0.117156382,-0.113190197,-0.215484945,-0.211983906,-0.208529523,-0.205220297,-0.201588193,-0.197682188,-0.192900287,-0.188039069,-0.183795523,-0.179867661,-0.175679795,-0.172751998,-0.16965271,-0.16674939,-0.163778522,-0.178334187,-0.174932022,-0.171612289,-0.168311643,-0.164611397,-0.160676959,-0.156070405,-0.151277971,-0.147169125,-0.14349662,-0.139551205,-0.136658269,-0.133454593,-0.130755895,-0.128014027,-0.219669919,-0.216336018,-0.213086083,-0.209931263,-0.206410148,-0.202667227,-0.198272218,-0.19360672,-0.189533132,-0.185783288,-0.182009165,-0.179094174,-0.175956168,-0.173164059,-0.170302721,-0.081904726,-0.078434667,-0.074876786,-0.071409248,-0.067440838,-0.063132909,-0.058136744,-0.053360134,-0.0492637,-0.045667545,-0.039403597,-0.0365161,-0.033644131,-0.031078155,-0.028601582,-2.27218E-05,0.004514158,0.009225248,0.014109707,0.019370673,0.025033713,0.032189183,0.038299541,0.043430407,0.047830608,0.053943093,0.057657827,0.061984646,0.064938948,0.067984732,-0.226715958,-0.223322248,-0.220008103,-0.216821191,-0.21327849,-0.209511537,-0.205028434,-0.20029618,-0.19612839,-0.192232473,-0.18843224,-0.185409995,-0.182182781,-0.179286681,-0.176299494,-0.191069276,-0.187105168,-0.18310155,-0.179432457,-0.175457026,-0.171149987,-0.165522502,-0.159980564,-0.155059957,-0.15024448,-0.14580457,-0.142343461,-0.138700774,-0.135261572,-0.131665318,-0.189977286,-0.186409515,-0.182841249,-0.179384541,-0.175561908,-0.171429672,-0.166411898,-0.1613558,-0.156985021,-0.153103889,-0.148299093,-0.145424948,-0.142405866,-0.139560501,-0.136654412,-0.161367321,-0.15734427,-0.153194777,-0.149400231,-0.145313093,-0.140902309,-0.134950486,-0.129198042,-0.1241549,-0.119141477,-0.114030836,-0.110748239,-0.107299987,-0.103867955,-0.10029247,-0.140970203,-0.136334425,-0.131772524,-0.12753862,-0.122919111,-0.117907913,-0.111073072,-0.10469188,-0.098753754,-0.092819188,-0.088493408,-0.083956528,-0.0792534,-0.075154988,-0.070761165,-0.133829123,-0.130345415,-0.126866505,-0.123465576,-0.119609169,-0.115436533,-0.11056587,-0.105760431,-0.101613064,-0.097997278,-0.092678258,-0.089866814,-0.086951626,-0.084365178,-0.0817858,-0.184820608,-0.181360587,-0.177943389,-0.174619997,-0.170907042,-0.166904512,-0.162162813,-0.157359946,-0.153202293,-0.14951708,-0.144942965,-0.142151845,-0.13919329,-0.136495185,-0.133759152,-0.140924858,-0.137817757,-0.13454693,-0.131129781,-0.127363075,-0.123408857,-0.118559656,-0.113565765,-0.108970041,-0.104455265,-0.098215992,-0.09461059,-0.090905646,-0.087790683,-0.084556744,-0.206912108,-0.203476664,-0.200095514,-0.196825676,-0.193200345,-0.189305813,-0.184643629,-0.179875128,-0.175733151,-0.17198217,-0.167746289,-0.164913137,-0.161903451,-0.159128848,-0.156303608,-0.127297703,-0.123224757,-0.119033875,-0.114987385,-0.110803623,-0.106159438,-0.09985954,-0.093985847,-0.089051345,-0.084217621,-0.07814069,-0.075056336,-0.071849348,-0.068553845,-0.065131603,-0.186873498,-0.183459316,-0.180123364,-0.176839432,-0.173173257,-0.169247571,-0.164644479,-0.159921274,-0.155853125,-0.152201982,-0.148089427,-0.145237485,-0.142136763,-0.139452108,-0.136727003,-0.135357454,-0.131716448,-0.128120788,-0.124509748,-0.120504845,-0.116196669,-0.11107144,-0.106055347,-0.101788065,-0.098013596,-0.093451596,-0.090422229,-0.087048646,-0.084344409,-0.081599426,-0.221635036,-0.218024541,-0.214470195,-0.211116243,-0.207450587,-0.203512762,-0.198605852,-0.193631445,-0.189231985,-0.185038729,-0.180992733,-0.177851413,-0.174526933,-0.171440798,-0.168248892,-0.564186849,-0.56327174,-0.562360363,-0.561510588,-0.560498261,-0.559429926,-0.558240509,-0.557161202,-0.556273716,-0.555566566,-0.555137246,-0.554607149,-0.553986071,-0.553349677,-0.552618314,-0.489454685,-0.487056762,-0.484421432,-0.481873332,-0.478268956,-0.475820508,-0.473577275,-0.471545685,-0.47014816,-0.4694721,-0.467697165,-0.467273199,-0.466562611,-0.465704937,-0.464115202,-0.543892265,-0.542571101,-0.54122729,-0.539958377,-0.53838682,-0.53688199,-0.535301335,-0.53386778,-0.532733257,-0.531911087,-0.531242674,-0.530662868,-0.529927222,-0.529158711,-0.528168834,-0.543930884,-0.542674055,-0.541407583,-0.540234743,-0.538877809,-0.537460022,-0.535931919,-0.534518057,-0.533353481,-0.532475737,-0.53177211,-0.531100179,-0.53031158,-0.529480979,-0.528486595,-0.547127952,-0.545857957,-0.544573269,-0.543356623,-0.541851632,-0.540380853,-0.538814805,-0.537404571,-0.536291379,-0.535468566,-0.53484506,-0.534259993,-0.533524774,-0.532758525,-0.531800654,-0.555713498,-0.554696282,-0.553672525,-0.552727047,-0.551628616,-0.55046218,-0.549169735,-0.547984681,-0.546997455,-0.546223437,-0.545672726,-0.545082269,-0.544403466,-0.543696161,-0.542869058,-0.562830627,-0.561898241,-0.560967962,-0.560101387,-0.559071004,-0.557985968,-0.556780065,-0.555684076,-0.554781983,-0.554065938,-0.553616765,-0.553079739,-0.552451435,-0.55180567,-0.551059683,-0.51265123,-0.511451391,-0.509990286,-0.508705962,-0.507355537,-0.505840669,-0.504162939,-0.502759801,-0.50145639,-0.500480841,-0.499219523,-0.498429014,-0.49757281,-0.496594838,-0.49544765,-0.532090112,-0.53054681,-0.528954362,-0.527457758,-0.525580642,-0.523899531,-0.522211268,-0.520653681,-0.519422071,-0.518589226,-0.517779672,-0.517222551,-0.516470797,-0.51568726,-0.514566379,-0.553207337,-0.551950254,-0.550709693,-0.549533256,-0.548091875,-0.546593553,-0.544940399,-0.543473602,-0.542316857,-0.541418394,-0.540919963,-0.540269271,-0.539451038,-0.538624264,-0.537668828,-0.553132421,-0.552094071,-0.55104415,-0.550078744,-0.548972444,-0.54778354,-0.54646067,-0.545246151,-0.544227049,-0.543427533,-0.542841237,-0.542224307,-0.541523535,-0.540789985,-0.539934183,-0.550210638,-0.54927241,-0.548280468,-0.547388699,-0.546413885,-0.545312728,-0.544047097,-0.542905039,-0.541904617,-0.5410996,-0.54047087,-0.539835075,-0.539148792,-0.538423864,-0.537580944,-0.491069367,-0.488072958,-0.485064014,-0.482196706,-0.478679806,-0.47454307,-0.470365119,-0.466935039,-0.46410415,-0.461931246,-0.463732254,-0.462058715,-0.460163531,-0.458308834,-0.45614849,-0.516898213,-0.514338912,-0.511852586,-0.509464726,-0.506467068,-0.503491268,-0.50021887,-0.497377794,-0.495279436,-0.493759016,-0.49260341,-0.491555232,-0.490029348,-0.488519585,-0.486708613,-0.549338067,-0.5478685,-0.546423447,-0.545053515,-0.54337215,-0.541616636,-0.53969012,-0.538001672,-0.536677016,-0.535658755,-0.535233336,-0.534494142,-0.533537755,-0.532588556,-0.531494501,-0.557600232,-0.556422787,-0.555262069,-0.554165591,-0.552829346,-0.551426375,-0.549874994,-0.548497965,-0.547401605,-0.546542002,-0.546123185,-0.545493589,-0.54470965,-0.543923109,-0.543023736,-0.560170245,-0.559247353,-0.558318373,-0.557463696,-0.556475995,-0.555413359,-0.55422095,-0.553129207,-0.552211612,-0.551479644,-0.550978487,-0.55041694,-0.54978057,-0.549119674,-0.548356342,-0.480117904,-0.47718259,-0.474268317,-0.471565799,-0.468570194,-0.465545327,-0.462653257,-0.459801908,-0.457560084,-0.45612719,-0.454244603,-0.45301261,-0.451467725,-0.449778028,-0.447701774,-0.549780781,-0.548316974,-0.546870723,-0.545502317,-0.543829761,-0.542042104,-0.540102614,-0.538416379,-0.537075856,-0.53603915,-0.535835895,-0.535076161,-0.534110248,-0.533158033,-0.532067304,-0.551342317,-0.550076061,-0.548821525,-0.547628627,-0.546161941,-0.544650558,-0.542991124,-0.541517558,-0.540359998,-0.539467344,-0.538931857,-0.538290246,-0.537482806,-0.53666029,-0.535698852,-0.566814718,-0.565977454,-0.565141747,-0.564368489,-0.563460506,-0.562488876,-0.561396948,-0.560400753,-0.559569114,-0.558898352,-0.558481686,-0.55797185,-0.557388187,-0.55678862,-0.55610429,-0.549504334,-0.548228868,-0.546956981,-0.545744817,-0.544247509,-0.542727065,-0.541072316,-0.539601655,-0.538450771,-0.537574343,-0.537005953,-0.536380963,-0.535592771,-0.534782216,-0.533817205,-0.561908192,-0.561048577,-0.560177854,-0.559382968,-0.558477581,-0.557485905,-0.556358138,-0.555326575,-0.554447125,-0.553735808,-0.553248621,-0.552697335,-0.55208517,-0.551448973,-0.550718841,-0.558983609,-0.557918185,-0.556860315,-0.555863731,-0.554655171,-0.553396344,-0.552006403,-0.550759235,-0.54975681,-0.548970466,-0.548510742,-0.547933155,-0.547231944,-0.546516721,-0.545688957,-0.504279998,-0.502388832,-0.500476353,-0.498712816,-0.4967958,-0.494687032,-0.492394288,-0.490259967,-0.488495763,-0.487217831,-0.48600176,-0.48494452,-0.483757154,-0.482456945,-0.480930493,-0.536243766,-0.534682594,-0.533126416,-0.531598394,-0.529660171,-0.527714907,-0.525618261,-0.523792733,-0.522433098,-0.521417321,-0.520693377,-0.520019481,-0.519099618,-0.51815393,-0.517004207,-0.567195052,-0.566287971,-0.565390669,-0.564550086,-0.563540355,-0.562466859,-0.56127053,-0.560194197,-0.55931563,-0.55861052,-0.55825394,-0.557727224,-0.557100509,-0.556467792,-0.555752501,-0.561532841,-0.560602667,-0.559671184,-0.558808255,-0.557794475,-0.55671957,-0.555521993,-0.554428451,-0.553520011,-0.552798656,-0.552322527,-0.551776309,-0.551146059,-0.550494737,-0.549740615,-0.532449813,-0.530914849,-0.529354215,-0.52789617,-0.526139686,-0.524455008,-0.522744066,-0.521148954,-0.519863505,-0.518968342,-0.518167701,-0.517536332,-0.516723422,-0.515874759,-0.514737115,-0.546866427,-0.545329454,-0.543805926,-0.542364823,-0.540605718,-0.538695162,-0.536641332,-0.534868499,-0.533449766,-0.532351526,-0.532308246,-0.531500546,-0.530483756,-0.529484601,-0.528341616,-0.533696592,-0.532190581,-0.530650747,-0.529210398,-0.527448066,-0.525800142,-0.524130503,-0.522580037,-0.521335427,-0.520474291,-0.519696305,-0.519103685,-0.518327552,-0.517520941,-0.516410864,-0.521486798,-0.519663025,-0.517836922,-0.516136853,-0.514183332,-0.512201846,-0.510196193,-0.508293345,-0.506766732,-0.505706859,-0.504648371,-0.503820131,-0.502798656,-0.501705664,-0.500353138,-0.509219098,-0.506596589,-0.503987653,-0.501504875,-0.498454406,-0.495065221,-0.491531644,-0.488576452,-0.486224789,-0.484452882,-0.4850967,-0.483791769,-0.482127192,-0.480497688,-0.478606002,-0.553673205,-0.55256426,-0.55144982,-0.550407106,-0.549154109,-0.547877166,-0.546490865,-0.545228893,-0.544204037,-0.543419937,-0.542865177,-0.542287874,-0.541594205,-0.540874766,-0.540009297,-0.564356553,-0.563393941,-0.562440984,-0.561546742,-0.560469494,-0.559331127,-0.558065242,-0.556927467,-0.556003519,-0.555267199,-0.55487561,-0.554328453,-0.553673032,-0.553009212,-0.552253656,-0.489747919,-0.486179295,-0.482690111,-0.479346902,-0.475169977,-0.470966905,-0.466445256,-0.462602039,-0.459734929,-0.457700359,-0.456864814,-0.455431128,-0.453321013,-0.451257566,-0.44877548,-0.536156073,-0.534353082,-0.532554386,-0.530852438,-0.528777382,-0.526446846,-0.523992471,-0.521908539,-0.520218836,-0.518911191,-0.519296488,-0.518326749,-0.517137634,-0.515974202,-0.514642123,-0.56987839,-0.569093604,-0.568311785,-0.567588842,-0.566740136,-0.565827907,-0.56479889,-0.563860008,-0.563073998,-0.562434902,-0.562051459,-0.561564562,-0.561009357,-0.560441079,-0.559797298,-0.55773471,-0.556686921,-0.555639336,-0.554657037,-0.553473374,-0.552252204,-0.550912169,-0.549699375,-0.548716124,-0.547951383,-0.547453107,-0.546888976,-0.546212861,-0.545516188,-0.544695613,-0.564916481,-0.563917116,-0.562930496,-0.562002906,-0.560881574,-0.559688262,-0.558366073,-0.557187033,-0.556233007,-0.555472723,-0.555146932,-0.554582258,-0.553896766,-0.553210996,-0.55243618,-0.567974986,-0.567135453,-0.566300581,-0.565524424,-0.564604499,-0.563624122,-0.562525401,-0.561526752,-0.560699415,-0.560032238,-0.559641199,-0.559137372,-0.558553647,-0.557957386,-0.55727951,-0.565073229,-0.564056581,-0.563052147,-0.562107448,-0.560964927,-0.559740301,-0.558390674,-0.557193011,-0.556222573,-0.555449432,-0.555186251,-0.55461126,-0.553911588,-0.553216046,-0.552432076,-0.565118179,-0.564204021,-0.563295927,-0.562447277,-0.561432088,-0.560359395,-0.559164507,-0.558083661,-0.557198258,-0.556491163,-0.556083008,-0.555554327,-0.554931011,-0.554295235,-0.553568521,-0.567853754,-0.566994621,-0.566141991,-0.565346808,-0.564398944,-0.5633909,-0.562263671,-0.561242554,-0.560401507,-0.559724441,-0.559344348,-0.558835397,-0.558240045,-0.557634179,-0.556946623,-0.533508895,-0.532201806,-0.530854379,-0.529619493,-0.528261205,-0.526767346,-0.525112678,-0.523590497,-0.522304128,-0.521323565,-0.520498398,-0.519714965,-0.51883905,-0.517904161,-0.516805458,-0.520928576,-0.519122445,-0.517292621,-0.515580239,-0.513538648,-0.511579267,-0.509647713,-0.507823576,-0.506361222,-0.50538278,-0.504437259,-0.503745289,-0.502832331,-0.501873198,-0.500564558,-0.503255543,-0.501773397,-0.500111503,-0.498572911,-0.49701967,-0.495235896,-0.493248068,-0.491458434,-0.489895105,-0.488744345,-0.487592867,-0.486622695,-0.485564541,-0.484415313,-0.483047074,-0.560454474,-0.559486929,-0.558519094,-0.55761846,-0.556550138,-0.555429344,-0.554188319,-0.553058018,-0.55212714,-0.551393442,-0.55091254,-0.550362144,-0.549718314,-0.549053881,-0.548279937,-0.565210222,-0.564362073,-0.563512515,-0.562729422,-0.561817533,-0.560836927,-0.55973242,-0.558722763,-0.557875066,-0.55719175,-0.556750531,-0.556228291,-0.555635535,-0.555024057,-0.554324089,-0.558524292,-0.557471849,-0.556423146,-0.555437027,-0.554243888,-0.553007852,-0.551647228,-0.550421521,-0.549432688,-0.548660172,-0.548182194,-0.547613953,-0.54692848,-0.546225477,-0.545404698,-0.551978285,-0.550865186,-0.549745412,-0.548705084,-0.547479611,-0.546208608,-0.544824249,-0.543554408,-0.542510118,-0.541708742,-0.541120226,-0.540518465,-0.53980959,-0.539070433,-0.538187954,-0.545558788,-0.544408139,-0.543237172,-0.542162693,-0.540950362,-0.539637852,-0.53818346,-0.536845014,-0.535719442,-0.534847835,-0.534165978,-0.533484331,-0.532713749,-0.531900338,-0.530947406,-0.544775393,-0.543724118,-0.542622288,-0.541622731,-0.540528107,-0.539302592,-0.53790964,-0.536645097,-0.535551913,-0.534688528,-0.534004105,-0.533320282,-0.532572274,-0.53177991,-0.530856104,-0.546217886,-0.54469442,-0.543198997,-0.541777062,-0.540024181,-0.538213439,-0.536218478,-0.534465115,-0.53310349,-0.532062019,-0.531505157,-0.530757056,-0.529779727,-0.528803417,-0.527671114,-0.542725216,-0.541337964,-0.539932824,-0.538585724,-0.536892096,-0.535250433,-0.533508394,-0.531963021,-0.530774123,-0.529907152,-0.529238498,-0.528635698,-0.52785603,-0.527038539,-0.526010963,-0.558417995,-0.557210237,-0.556017173,-0.55489152,-0.553522422,-0.552058047,-0.550455925,-0.549048077,-0.547918678,-0.547031705,-0.546785849,-0.546131381,-0.545317172,-0.54451121,-0.543595785,-0.557046999,-0.556026506,-0.555002633,-0.554051301,-0.552927806,-0.551753186,-0.550459671,-0.549277763,-0.548303419,-0.547542962,-0.54701755,-0.546446138,-0.545777694,-0.545084396,-0.544268735,-0.544933402,-0.543672932,-0.542402108,-0.541219131,-0.539822218,-0.53839972,-0.536882144,-0.535482381,-0.53433978,-0.533487866,-0.532813414,-0.532178695,-0.531415833,-0.530616657,-0.529637467,-0.468517171,-0.46707885,-0.465621182,-0.464221642,-0.462659141,-0.461111092,-0.459268337,-0.457404207,-0.455672194,-0.45398471,-0.452213891,-0.450916674,-0.44946646,-0.448094228,-0.446815542,-0.457316113,-0.455579922,-0.453653375,-0.451867746,-0.449879931,-0.447843817,-0.445492994,-0.443209658,-0.441209036,-0.439248851,-0.437192166,-0.435698832,-0.43417756,-0.432728014,-0.431329821,-0.468731584,-0.46727959,-0.465807297,-0.464397199,-0.462821817,-0.461249871,-0.459386187,-0.457505801,-0.455768348,-0.454074312,-0.45233482,-0.451027119,-0.449588501,-0.448217988,-0.446929832,-0.443571355,-0.441589017,-0.439288213,-0.437209522,-0.43487707,-0.432457019,-0.429726524,-0.42711341,-0.424867086,-0.42264948,-0.420401797,-0.418848568,-0.4172135,-0.415759924,-0.41436183,-0.426676364,-0.425104468,-0.42344517,-0.421871246,-0.420070251,-0.418282076,-0.416038571,-0.413767053,-0.411669164,-0.409431902,-0.406924127,-0.405235506,-0.403485147,-0.401830893,-0.400298334,-0.446010766,-0.444452048,-0.442849753,-0.441323808,-0.439603835,-0.437865938,-0.435767851,-0.433652309,-0.431715538,-0.429739566,-0.427633308,-0.426114483,-0.42452031,-0.423005405,-0.421564475,-0.474156327,-0.472675838,-0.471173084,-0.469726789,-0.468108732,-0.466521964,-0.464628004,-0.462725304,-0.460954238,-0.459239668,-0.457526211,-0.456225804,-0.454754253,-0.453360461,-0.4520694,-0.472763561,-0.471294964,-0.469804314,-0.468371432,-0.466770892,-0.465193557,-0.463315878,-0.461427432,-0.459673067,-0.45797222,-0.456250962,-0.454953386,-0.453493913,-0.452111778,-0.450826182,-0.473133578,-0.471476097,-0.469760106,-0.468135756,-0.466313708,-0.464465575,-0.462330365,-0.460227147,-0.458341507,-0.456529127,-0.454930602,-0.45354717,-0.452071341,-0.450649697,-0.449273274,-0.444616307,-0.443154102,-0.441702479,-0.440303037,-0.438718494,-0.437113467,-0.435174088,-0.433182305,-0.431341268,-0.429471662,-0.427470904,-0.426021543,-0.424477611,-0.422996825,-0.421615457,-0.47583868,-0.47431721,-0.472770669,-0.471292245,-0.469633664,-0.467980015,-0.466032131,-0.464084902,-0.462301696,-0.460580945,-0.458972135,-0.457656473,-0.456212947,-0.454825028,-0.453513322,-0.44514157,-0.443300509,-0.441147966,-0.439186916,-0.43700029,-0.434752211,-0.432150742,-0.429658976,-0.427526349,-0.425419683,-0.423114638,-0.421539849,-0.419969486,-0.418489529,-0.417075574,-0.449247832,-0.447509292,-0.445510944,-0.44368253,-0.441651682,-0.439583499,-0.437175118,-0.43483583,-0.432816911,-0.430813409,-0.428460485,-0.426924056,-0.425404724,-0.423929527,-0.422529393,-0.458304989,-0.456767843,-0.45518539,-0.453680386,-0.451996178,-0.450287134,-0.448260564,-0.446231001,-0.444380891,-0.44253952,-0.440628513,-0.439199624,-0.4376953,-0.436258401,-0.434882819,-0.465682227,-0.464048359,-0.462316531,-0.460687348,-0.458870195,-0.457017006,-0.454867752,-0.452754768,-0.45086521,-0.449021849,-0.447189021,-0.445768922,-0.444288618,-0.442873093,-0.441503902,-0.470175888,-0.468292758,-0.46636448,-0.464539057,-0.462458129,-0.460350449,-0.457917281,-0.455528235,-0.453419467,-0.451418177,-0.449982069,-0.448488253,-0.446872322,-0.445292922,-0.443757693,-0.472189738,-0.470719943,-0.469227759,-0.467797201,-0.46619885,-0.464611834,-0.462730855,-0.460839874,-0.459091926,-0.457395615,-0.455693086,-0.454391419,-0.452947683,-0.451573646,-0.450285416,-0.454668755,-0.452552286,-0.450212701,-0.448061542,-0.445632355,-0.443158589,-0.440423941,-0.437759869,-0.435429988,-0.433222359,-0.431519496,-0.429984242,-0.428251054,-0.426657623,-0.425069891,-0.471981779,-0.470480991,-0.468951275,-0.467491443,-0.465859652,-0.464221283,-0.46229444,-0.46036657,-0.458601883,-0.456888228,-0.455215739,-0.453893155,-0.452459741,-0.451085432,-0.449778832,-0.477203371,-0.475578503,-0.473929231,-0.472357817,-0.470578567,-0.468794966,-0.466704061,-0.464622355,-0.462745109,-0.460945028,-0.45944811,-0.458083135,-0.456599666,-0.45515305,-0.453775205,-0.46654078,-0.465073481,-0.463583795,-0.46216016,-0.460568855,-0.458969057,-0.457076234,-0.455169467,-0.453415931,-0.451699087,-0.449949123,-0.448617922,-0.447177598,-0.445799197,-0.444493425,-0.467592753,-0.466072618,-0.464513232,-0.46302948,-0.46137232,-0.459696,-0.457726234,-0.455759163,-0.453966612,-0.452212964,-0.450467427,-0.449107545,-0.447658604,-0.446269646,-0.444939681,-0.469330552,-0.467727342,-0.466054334,-0.464472684,-0.462706625,-0.460911242,-0.458826371,-0.456768363,-0.454916769,-0.45311811,-0.451387704,-0.450001243,-0.448538964,-0.447137284,-0.445782866,-0.472022686,-0.470171883,-0.468311054,-0.466544253,-0.464503515,-0.462449018,-0.46002422,-0.457611647,-0.455483162,-0.453441768,-0.452050226,-0.450534035,-0.448884256,-0.447248385,-0.445688455,-0.475325606,-0.473825053,-0.472301382,-0.470841316,-0.469204864,-0.467582665,-0.465662386,-0.463738138,-0.461965107,-0.460251823,-0.458607458,-0.457300462,-0.455851003,-0.454464208,-0.453163233,-0.4770807,-0.475556881,-0.474010426,-0.472528627,-0.470857943,-0.46920882,-0.467249043,-0.465283431,-0.463474722,-0.461730099,-0.460120522,-0.458801312,-0.457334261,-0.455921555,-0.454602518,-0.472039214,-0.470278582,-0.468454791,-0.466731469,-0.464788974,-0.462816711,-0.460550732,-0.458327686,-0.456350157,-0.454461427,-0.452918347,-0.451493612,-0.449965788,-0.448490985,-0.447056336,-0.46085372,-0.458938547,-0.456855418,-0.454926016,-0.452765091,-0.450547831,-0.448057092,-0.445640205,-0.44351884,-0.441475494,-0.439673979,-0.438194652,-0.43659818,-0.4351169,-0.433665709,-0.45890926,-0.457265539,-0.455488144,-0.453828326,-0.451975991,-0.450085369,-0.44788167,-0.445717148,-0.443793185,-0.441894058,-0.439850501,-0.438382473,-0.436881401,-0.435444131,-0.434062281,-0.476132941,-0.47463402,-0.473102227,-0.471630552,-0.469960981,-0.468345409,-0.466388636,-0.464412937,-0.462566325,-0.460774033,-0.459055309,-0.457725022,-0.456220723,-0.45477501,-0.4534535,-0.474045919,-0.472545366,-0.471019161,-0.469560046,-0.467927216,-0.466296945,-0.464375738,-0.462452653,-0.46068783,-0.458979651,-0.457332135,-0.456020429,-0.454583455,-0.45320655,-0.451904685,-0.444438079,-0.442920231,-0.441396746,-0.439935641,-0.438282413,-0.436615697,-0.434595543,-0.432536336,-0.43064198,-0.428707571,-0.426681235,-0.425197581,-0.423624214,-0.422121547,-0.420702251,-0.44694008,-0.44553557,-0.444136401,-0.442784678,-0.441257051,-0.439707222,-0.437847666,-0.435924667,-0.434139076,-0.432348885,-0.430362826,-0.428962729,-0.427455896,-0.426013607,-0.424674568,-0.475780689,-0.474160654,-0.472504026,-0.470929076,-0.469156972,-0.46737054,-0.465291825,-0.463232037,-0.461375522,-0.459593367,-0.458051017,-0.456690727,-0.455225197,-0.453805493,-0.45244168,-0.443370059,-0.441223735,-0.438713759,-0.436490047,-0.434030497,-0.431492546,-0.428763399,-0.426087818,-0.423781599,-0.421471238,-0.419132172,-0.417694544,-0.415993906,-0.414582325,-0.413229662,-0.468968409,-0.46748865,-0.465982682,-0.464505951,-0.462864962,-0.461331463,-0.459437058,-0.45753688,-0.455692011,-0.453893068,-0.451861639,-0.450539277,-0.448927425,-0.447461388,-0.446163787,-0.449323824,-0.447709043,-0.445965903,-0.444337239,-0.442504114,-0.440635337,-0.438425853,-0.436236544,-0.434278337,-0.432297965,-0.429972226,-0.428438752,-0.426882457,-0.425400534,-0.423989162,-0.459373182,-0.457898614,-0.456405046,-0.454977084,-0.453377299,-0.451761009,-0.449838431,-0.4478947,-0.446107168,-0.444336559,-0.442499874,-0.441124119,-0.439652395,-0.43824247,-0.43690573,-0.452167706,-0.450838865,-0.449510137,-0.448260996,-0.446824839,-0.445377419,-0.443733042,-0.441912737,-0.440257123,-0.438660206,-0.436535144,-0.435272368,-0.433798877,-0.432452235,-0.431197445,-0.465556774,-0.463529289,-0.461473803,-0.459528861,-0.457281684,-0.45500443,-0.452347021,-0.44973366,-0.447448024,-0.445284009,-0.44393639,-0.442340746,-0.440603417,-0.438883433,-0.437217916,-0.458444226,-0.456573718,-0.454512335,-0.45260736,-0.450476983,-0.448284386,-0.445803598,-0.443404884,-0.441304856,-0.439268878,-0.437356832,-0.435866503,-0.434291553,-0.432831004,-0.431406949,-0.469229514,-0.467401186,-0.46553854,-0.463785746,-0.461706796,-0.459626264,-0.457098437,-0.454518405,-0.452258631,-0.450046427,-0.448562724,-0.446964385,-0.445199166,-0.443446768,-0.441833013,-0.442476126,-0.440224821,-0.437594856,-0.435257633,-0.432657796,-0.429998397,-0.427164503,-0.424377229,-0.421965559,-0.419596922,-0.417463219,-0.416002708,-0.414218081,-0.412720804,-0.411250476,-0.464806652,-0.462810023,-0.460725424,-0.458764794,-0.456532947,-0.454265916,-0.45168377,-0.449164943,-0.446952158,-0.444866372,-0.443394215,-0.441859109,-0.440186584,-0.43857074,-0.43698119,-0.462971302,-0.461577399,-0.46016536,-0.458808025,-0.457290264,-0.455798302,-0.454013502,-0.452182726,-0.450467365,-0.44879118,-0.446884957,-0.445600287,-0.444123606,-0.442748679,-0.441485334,-0.453820686,-0.452250336,-0.450613661,-0.449061631,-0.447322794,-0.445555498,-0.443454815,-0.441357001,-0.439452384,-0.437539634,-0.435491145,-0.434008801,-0.432464065,-0.43099443,-0.429586261,-0.464842219,-0.462913657,-0.46086701,-0.458953419,-0.456796499,-0.454596213,-0.452111037,-0.449691541,-0.447561263,-0.4455329,-0.443918762,-0.442432289,-0.440818781,-0.439289387,-0.437785966,-0.47438681,-0.472818524,-0.47121142,-0.469682928,-0.467970595,-0.466243873,-0.464230209,-0.462230687,-0.460418739,-0.458670321,-0.457063291,-0.455719962,-0.454275806,-0.452884202,-0.45154944,-0.443449487,-0.4421877,-0.440890162,-0.439654088,-0.43824655,-0.436846193,-0.435181691,-0.433410674,-0.431784582,-0.430154088,-0.427901225,-0.426610448,-0.425167293,-0.423831048,-0.422582823,-0.475518422,-0.473829256,-0.472105983,-0.470468715,-0.468616676,-0.466748467,-0.464577047,-0.462429239,-0.460506363,-0.458667428,-0.457178051,-0.455784073,-0.454280541,-0.452815888,-0.451406149,-0.431734724,-0.430176328,-0.428610155,-0.427117922,-0.425413366,-0.423723731,-0.421618115,-0.41945143,-0.41745642,-0.415353154,-0.413140456,-0.411581812,-0.409918237,-0.408339071,-0.406856357,-0.462651872,-0.461078876,-0.459435055,-0.457880293,-0.456144497,-0.454378512,-0.452306757,-0.450250801,-0.448393446,-0.446562065,-0.444678329,-0.443257525,-0.441772215,-0.44035235,-0.438985793,-0.469060632,-0.467146448,-0.465232152,-0.463423208,-0.461300878,-0.459165878,-0.456604933,-0.454031007,-0.451775585,-0.449582209,-0.448183719,-0.446581523,-0.444823401,-0.443069778,-0.441418058,-0.454664379,-0.452835396,-0.450784039,-0.448893602,-0.446781608,-0.444606392,-0.442117903,-0.439720029,-0.437632067,-0.435593443,-0.433550962,-0.432034845,-0.430474322,-0.429016716,-0.427605073,-0.47755194,-0.475971588,-0.47435881,-0.472821886,-0.471060438,-0.469320538,-0.467236544,-0.465128407,-0.463217387,-0.461373767,-0.45983625,-0.458464179,-0.456948037,-0.455460613,-0.454080815,-0.465951764,-0.464227143,-0.462382237,-0.460654081,-0.458723504,-0.456749003,-0.454483728,-0.452273836,-0.450314109,-0.448418208,-0.446633297,-0.445195124,-0.443687895,-0.44225442,-0.440860022,-0.459326044,-0.457356204,-0.455205578,-0.453220235,-0.450995842,-0.448714917,-0.446169313,-0.443697018,-0.441530741,-0.439445647,-0.437642884,-0.43615745,-0.434531716,-0.433034661,-0.431565175,-0.459568371,-0.457505764,-0.455286427,-0.453221743,-0.450881553,-0.448500789,-0.445832711,-0.443236138,-0.440959848,-0.438813919,-0.437231911,-0.435690957,-0.433986772,-0.432378765,-0.430782305,-0.440291664,-0.439065592,-0.437877769,-0.436718527,-0.435351895,-0.434011707,-0.432449502,-0.430679413,-0.429102362,-0.427558776,-0.425125064,-0.423833805,-0.422403198,-0.42112822,-0.41987981,-0.476908394,-0.475343408,-0.473752251,-0.472234181,-0.470525162,-0.468815302,-0.466808671,-0.464808111,-0.462989525,-0.461240328,-0.459686159,-0.458352263,-0.456898452,-0.455491308,-0.454154457,-0.471329616,-0.469778971,-0.468183413,-0.466667444,-0.464973457,-0.463260173,-0.461259291,-0.459270982,-0.457467292,-0.455716117,-0.454036323,-0.452683796,-0.451240493,-0.449854378,-0.448523103,-0.458296496,-0.456910097,-0.455511879,-0.454171468,-0.452666081,-0.451161671,-0.449367166,-0.44752409,-0.445812079,-0.444127957,-0.442246706,-0.44093704,-0.439490918,-0.438116003,-0.436836724,-0.4605053,-0.459064877,-0.457592004,-0.456143323,-0.454550287,-0.453064359,-0.451228403,-0.449360837,-0.447549717,-0.445782866,-0.443604919,-0.442301125,-0.440641852,-0.439178274,-0.437899168,-0.445654137,-0.444333419,-0.4429892,-0.441696124,-0.440234055,-0.43877384,-0.437006978,-0.435179416,-0.433471547,-0.431764654,-0.429707499,-0.428372082,-0.426906365,-0.425509063,-0.424226804,4.450405453,4.489181661,4.517872574,4.540172256,4.560992413,4.573547012,4.580153842,4.599949804,4.617923656,4.644953071,4.61551844,4.653918833,4.682939672,4.715347594,4.737373524,1.669614706,1.685299251,1.699551743,1.71130902,1.719911032,1.725427602,1.730720266,1.738841037,1.747377381,1.758532958,1.749651854,1.762675034,1.772147751,1.782916436,1.790633701,1.80297626,1.820044398,1.834456908,1.846608593,1.856601517,1.862947452,1.867883883,1.87669556,1.885355132,1.897068893,1.893782687,1.908082848,1.91815766,1.929588967,1.937502248,1.702374905,1.723013485,1.739590887,1.753733601,1.764543033,1.770246917,1.775209259,1.78386626,1.791910088,1.803247638,1.790092725,1.803988588,1.813794395,1.825213241,1.833153027,2.356455797,2.383074189,2.403880698,2.421915274,2.436613404,2.444706879,2.450830885,2.462452275,2.472423244,2.487123351,2.467876079,2.487239854,2.500557554,2.515893383,2.526297132,1.463798568,1.481054812,1.495486112,1.506966077,1.51448772,1.51744677,1.520643176,1.52694164,1.534194871,1.543919187,1.535459588,1.546110189,1.554682531,1.564750816,1.572254262,1.711627473,1.728634294,1.743668283,1.75549202,1.763271591,1.767818756,1.773008961,1.78088565,1.789937256,1.801519087,1.792495172,1.805162515,1.814976037,1.82632684,1.834753406,2.090529021,2.111893913,2.129971806,2.143282782,2.150100069,2.151205163,2.153660224,2.160155496,2.169342,2.181595551,2.173189556,2.185926524,2.19726447,2.210158291,2.220593688,1.567275107,1.583422102,1.600860517,1.617414975,1.633200001,1.647706663,1.661250446,1.674298154,1.68695264,1.701088431,1.714211697,1.728566845,1.741060127,1.751909711,1.760637325,3.038443138,3.063694353,3.091607922,3.118396815,3.146232451,3.1711035,3.196478933,3.219172232,3.239784702,3.262226403,3.276707944,3.297881763,3.316210859,3.331354626,3.344367719,0.930860987,0.943253688,0.956102312,0.968447839,0.979982891,0.99053746,1.000487363,1.010074506,1.019148859,1.029467753,1.043068601,1.054171762,1.063788475,1.072643272,1.079613456,-0.386793912,-0.384529626,-0.382290683,-0.380240117,-0.377787948,-0.375261803,-0.372586419,-0.369212737,-0.36628395,-0.363835416,-0.36149394,-0.359588211,-0.357669996,-0.356166241,-0.354421569,-0.315746757,-0.312799328,-0.309828237,-0.307184551,-0.303972444,-0.300612929,-0.29683705,-0.292392592,-0.288445618,-0.285272947,-0.280981732,-0.278365243,-0.275927043,-0.274274149,-0.272109207,-0.3049867,-0.302327635,-0.299815534,-0.297318118,-0.294322229,-0.291174382,-0.289050952,-0.284383897,-0.280561116,-0.277497926,-0.275146114,-0.272866153,-0.270484771,-0.268566803,-0.266521652,-0.366234526,-0.36375422,-0.361281332,-0.359062243,-0.356366462,-0.353587284,-0.350564445,-0.346855397,-0.343638716,-0.340955149,-0.338075836,-0.335973176,-0.333872567,-0.332280372,-0.330373951,-0.471200664,-0.469761861,-0.468370035,-0.467071334,-0.465578668,-0.464057915,-0.462472841,-0.46044224,-0.458683746,-0.457161411,-0.455837491,-0.454642263,-0.45341629,-0.452318143,-0.451163933,-0.517467671,-0.516491813,-0.515557158,-0.514678048,-0.513692559,-0.512690901,-0.511705536,-0.510357398,-0.509184978,-0.50815998,-0.507302491,-0.506487578,-0.505654702,-0.50488014,-0.504094748,-0.280654006,-0.277792323,-0.275056487,-0.272346168,-0.269093785,-0.265710361,-0.262746985,-0.257879239,-0.253799074,-0.250531312,-0.248340607,-0.245954304,-0.243440151,-0.24153682,-0.239471197,-0.498945673,-0.497790771,-0.496683414,-0.495640057,-0.494457006,-0.493248328,-0.492126631,-0.490470968,-0.489046826,-0.487818072,-0.486806103,-0.485838416,-0.484847587,-0.483939623,-0.483006266,-0.434851752,-0.433066556,-0.43133573,-0.429718142,-0.427828732,-0.425885793,-0.423977122,-0.421342089,-0.419077704,-0.417164607,-0.415551025,-0.414066617,-0.41255228,-0.411262938,-0.409862235,-0.368384337,-0.365898542,-0.363416926,-0.361238138,-0.35854792,-0.355785283,-0.352759304,-0.34904897,-0.345870094,-0.343186279,-0.340184852,-0.33809574,-0.335974535,-0.334344289,-0.332401449,-0.514917049,-0.513916293,-0.512958014,-0.512055291,-0.511040479,-0.51000648,-0.509032563,-0.507624183,-0.506406308,-0.505346806,-0.504469883,-0.503630332,-0.50277152,-0.501974372,-0.501163637,-0.322777293,-0.319970622,-0.317091878,-0.314461691,-0.311284867,-0.307994235,-0.304357531,-0.300046338,-0.296155638,-0.293026953,-0.289577069,-0.28706744,-0.284668701,-0.283085456,-0.28099988,-0.492675692,-0.491458434,-0.490290057,-0.489190477,-0.487939902,-0.486661933,-0.485453218,-0.483709732,-0.48220913,-0.48091577,-0.479845747,-0.478828698,-0.477787171,-0.476838509,-0.475858559,-0.383254129,-0.381008535,-0.378794811,-0.376727853,-0.374274472,-0.371735792,-0.369191029,-0.365779419,-0.362802493,-0.360352228,-0.358320502,-0.356429806,-0.354522075,-0.353044281,-0.351342827,-0.33077318,-0.327852503,-0.324870855,-0.322546043,-0.319380815,-0.316148533,-0.312589786,-0.308120973,-0.304417736,-0.30128685,-0.296942748,-0.294550388,-0.291995587,-0.290172513,-0.287867407,-0.105605605,-0.100671499,-0.096452282,-0.091879255,-0.0856878,-0.078589493,-0.076437704,-0.067020618,-0.059769166,-0.053686351,-0.047839954,-0.043069525,-0.037982027,-0.032450572,-0.027039477,-0.416728316,-0.414727904,-0.412760091,-0.410970593,-0.408835518,-0.406656483,-0.404299627,-0.401387456,-0.398887148,-0.396734964,-0.394667758,-0.392997952,-0.391282406,-0.38984108,-0.388235163,-0.353254836,-0.350854441,-0.348554724,-0.346338725,-0.343708192,-0.340965879,-0.338730002,-0.33482469,-0.331544046,-0.328884314,-0.327059608,-0.325063609,-0.323011906,-0.321343138,-0.319538731,-0.214824821,-0.21182463,-0.208669538,-0.205669495,-0.201994914,-0.19828191,-0.193931058,-0.18852026,-0.183808577,-0.180146506,-0.179225611,-0.176757346,-0.17420304,-0.172421775,-0.170431883,-0.376218203,-0.373885429,-0.371567441,-0.369424578,-0.366867206,-0.364225967,-0.361468325,-0.357949138,-0.354862929,-0.352316683,-0.350013134,-0.348033503,-0.346050262,-0.344546928,-0.342775528,-0.500815761,-0.499676794,-0.498583877,-0.497556146,-0.496392813,-0.495206671,-0.494054118,-0.492448435,-0.491059996,-0.489856275,-0.488852008,-0.487901728,-0.486928947,-0.486036572,-0.485120214,-0.342801118,-0.340359012,-0.338038873,-0.335779037,-0.333085655,-0.330275003,-0.328274306,-0.324159774,-0.320758696,-0.318012749,-0.316060092,-0.314002208,-0.311874724,-0.310120112,-0.308251841,-0.243563799,-0.240344843,-0.236586717,-0.233161162,-0.228867845,-0.224547776,-0.219673454,-0.21429821,-0.208852427,-0.204704095,-0.200183485,-0.196680987,-0.193484926,-0.192301455,-0.189875173,-0.485437209,-0.4841482,-0.482909555,-0.481744986,-0.480415713,-0.479056498,-0.477757686,-0.475906735,-0.474314181,-0.472944286,-0.471807334,-0.470732231,-0.469631117,-0.468635133,-0.467600455,-0.508833616,-0.507773446,-0.506757336,-0.505801072,-0.504723113,-0.503624818,-0.502567492,-0.501078745,-0.499790268,-0.498670388,-0.497738849,-0.49685258,-0.495945766,-0.495108329,-0.494253312,-0.447251883,-0.445588852,-0.443981587,-0.442475879,-0.440726546,-0.43892947,-0.437190991,-0.43474556,-0.432647312,-0.4308681,-0.429383061,-0.428000173,-0.426586873,-0.425362421,-0.42404912,-0.49173226,-0.490503518,-0.48932289,-0.488213666,-0.486951991,-0.48566428,-0.484406696,-0.48266373,-0.481158813,-0.479858209,-0.478770459,-0.477746672,-0.476698197,-0.475744133,-0.474757557,-0.470989293,-0.469561356,-0.468187777,-0.466895999,-0.465411282,-0.463889194,-0.462461096,-0.460377004,-0.458590843,-0.457066048,-0.455810158,-0.454619306,-0.453400021,-0.452312728,-0.451171499,-0.150449101,-0.147585835,-0.144614571,-0.141289003,-0.137412965,-0.133068839,-0.129249964,-0.123149397,-0.117756598,-0.113752782,-0.108460366,-0.105517388,-0.102098706,-0.100353292,-0.097995943,-0.488055367,-0.486787868,-0.485566927,-0.484423126,-0.483121001,-0.481795214,-0.480439152,-0.478664971,-0.477126008,-0.475790307,-0.474649609,-0.473596399,-0.472517353,-0.47153645,-0.470520328,-0.168701551,-0.165248849,-0.161934753,-0.158349526,-0.154067756,-0.149701822,-0.145041369,-0.138689797,-0.133305602,-0.129042623,-0.126008905,-0.123050201,-0.11972038,-0.117629563,-0.115277553,-0.248617152,-0.245551144,-0.242344724,-0.239269988,-0.235613331,-0.231573788,-0.22721772,-0.222058471,-0.217293927,-0.213641004,-0.211629404,-0.209015585,-0.20639106,-0.20472882,-0.202593449,-0.34162766,-0.339043363,-0.3364043,-0.333969018,-0.3310273,-0.327983371,-0.324764391,-0.320761144,-0.317148077,-0.314237241,-0.311690698,-0.309426016,-0.307171595,-0.30565439,-0.303731107,-0.445822389,-0.444131159,-0.44248949,-0.440963334,-0.43918432,-0.437362766,-0.435497783,-0.43304868,-0.430939801,-0.429136074,-0.427560679,-0.426155959,-0.424718182,-0.423473158,-0.422130262,-0.505378886,-0.504286574,-0.503239905,-0.502253365,-0.501138356,-0.500000007,-0.498948899,-0.497388723,-0.496045468,-0.49488368,-0.493927082,-0.493010254,-0.492071705,-0.491206811,-0.490321655,-0.246123817,-0.24307514,-0.240004063,-0.237005454,-0.233468391,-0.229628698,-0.225477771,-0.220318769,-0.215792669,-0.212253232,-0.210781051,-0.208290929,-0.205752125,-0.203992915,-0.201906795,-0.408762061,-0.406730484,-0.404745661,-0.402896007,-0.400715093,-0.39846626,-0.396215276,-0.393181632,-0.390560025,-0.388369097,-0.386498848,-0.38480271,-0.383082441,-0.381679711,-0.380111029,-0.298926014,-0.296159594,-0.293487005,-0.290891705,-0.28778181,-0.284547154,-0.281571218,-0.276987979,-0.273105216,-0.269991934,-0.268109323,-0.26583218,-0.263469564,-0.261659495,-0.259679691,-0.232761958,-0.229626596,-0.225890821,-0.22264771,-0.218403719,-0.214039961,-0.209085012,-0.203684895,-0.198122683,-0.193944855,-0.190275762,-0.18700889,-0.183710964,-0.182582332,-0.1802593,-0.482718483,-0.481406975,-0.480147772,-0.478961494,-0.477605531,-0.476216758,-0.47494089,-0.47303123,-0.471395161,-0.469994286,-0.468846455,-0.46774926,-0.46662556,-0.465610711,-0.46455587,-0.421718287,-0.419788044,-0.417902614,-0.416161008,-0.414106622,-0.411997953,-0.409813132,-0.406981983,-0.404543091,-0.402473759,-0.400611942,-0.399005283,-0.397367396,-0.39599802,-0.394481383,-0.502482662,-0.501359617,-0.500280966,-0.499268268,-0.498124517,-0.496961233,-0.495787676,-0.494228822,-0.492874182,-0.491694184,-0.490696445,-0.489762,-0.488805785,-0.487926193,-0.487025374,-0.525776128,-0.524880495,-0.524023686,-0.523217352,-0.522317226,-0.521402901,-0.52051361,-0.519280905,-0.518207885,-0.517267092,-0.516482727,-0.515732889,-0.514967042,-0.514250533,-0.513527695,-0.523416849,-0.522497876,-0.52161863,-0.520790328,-0.519863487,-0.518920314,-0.518030492,-0.516747961,-0.515636154,-0.514664894,-0.513860205,-0.513088078,-0.51229878,-0.511561428,-0.510815583,-0.260225537,-0.25643742,-0.2524317,-0.250217012,-0.246220144,-0.24214705,-0.237889263,-0.231854166,-0.227152101,-0.223368261,-0.21568482,-0.212868283,-0.209466439,-0.207509555,-0.204661025,-0.23238236,-0.229511033,-0.226861561,-0.22414872,-0.220736714,-0.217003436,-0.215599792,-0.209795747,-0.205259461,-0.20165851,-0.198048014,-0.195325827,-0.192588014,-0.190176962,-0.187678336,-0.493365486,-0.492151813,-0.490984957,-0.489889814,-0.488645928,-0.487378294,-0.486111698,-0.484406276,-0.482929397,-0.48164893,-0.480568549,-0.479558731,-0.478524596,-0.477581474,-0.476607853,-0.458855645,-0.457293577,-0.455780538,-0.454370959,-0.452738833,-0.451071216,-0.449356942,-0.44711931,-0.445189029,-0.443528755,-0.442086329,-0.440789013,-0.439459295,-0.438287654,-0.437040245,-0.474733327,-0.473332377,-0.471980456,-0.470715826,-0.469264599,-0.46778338,-0.466280775,-0.46429071,-0.462571307,-0.461087603,-0.459819648,-0.458655783,-0.457462953,-0.456394006,-0.455272816,-0.510195933,-0.509149041,-0.508145108,-0.507201527,-0.506139924,-0.505060457,-0.503986305,-0.502536215,-0.501275801,-0.500176084,-0.499252111,-0.498379577,-0.497487275,-0.49666183,-0.495820906,-0.457368863,-0.455806696,-0.454300518,-0.452886539,-0.451251298,-0.449572641,-0.44797534,-0.445683004,-0.443718195,-0.442048018,-0.440665995,-0.439365638,-0.438035364,-0.436867642,-0.435627576,-0.468735527,-0.467290766,-0.465902277,-0.46459381,-0.463088757,-0.461543959,-0.460142762,-0.458010568,-0.456189323,-0.454640557,-0.453380674,-0.452172861,-0.450936343,-0.449834425,-0.448678534,-0.4738714,-0.472465443,-0.471110852,-0.469840832,-0.468382694,-0.466891264,-0.465426154,-0.46340658,-0.46166757,-0.46017394,-0.458918544,-0.457749178,-0.456551391,-0.45548064,-0.454356965,-0.401439353,-0.399291372,-0.397172566,-0.395254252,-0.392949516,-0.390588359,-0.388049975,-0.384888826,-0.382173018,-0.379859876,-0.377585749,-0.37579148,-0.373959579,-0.372467148,-0.370769996,-0.387091399,-0.384779494,-0.382476588,-0.380447903,-0.377951279,-0.375405305,-0.372604147,-0.369182647,-0.366270278,-0.363763121,-0.361100001,-0.35916579,-0.3571667,-0.355557742,-0.353696196,-0.496099442,-0.494912732,-0.493771478,-0.492700973,-0.491487807,-0.490253452,-0.48899865,-0.487346226,-0.485911156,-0.484663017,-0.483602699,-0.482616086,-0.48160591,-0.480681305,-0.479729813,-0.18989248,-0.186593713,-0.183693558,-0.180711267,-0.176771637,-0.172430132,-0.171506517,-0.164738037,-0.159539525,-0.15540635,-0.151122255,-0.147998984,-0.144818105,-0.141721784,-0.13861587,-0.48999864,-0.488758697,-0.48756928,-0.486447879,-0.485170491,-0.4838631,-0.482675536,-0.480873861,-0.479330077,-0.478005341,-0.476921448,-0.4758818,-0.474817032,-0.473848331,-0.472847044,-0.454333748,-0.452723467,-0.4511602,-0.449707897,-0.448021402,-0.44629986,-0.444501287,-0.442198357,-0.440210629,-0.438497876,-0.436987124,-0.435649111,-0.434276718,-0.433071266,-0.431782443,-0.444527125,-0.442828923,-0.441182976,-0.439648142,-0.437860239,-0.436026261,-0.43418897,-0.431712002,-0.429581675,-0.427768119,-0.426213036,-0.424802295,-0.42336013,-0.422115353,-0.420772717,-0.31596688,-0.313179198,-0.310242549,-0.307561207,-0.304284964,-0.300909724,-0.297218923,-0.292844583,-0.288787758,-0.285561905,-0.282431216,-0.279870259,-0.277368913,-0.275882415,-0.273808682,-0.332651959,-0.330034703,-0.32738402,-0.324910736,-0.321932871,-0.318825325,-0.315619795,-0.311508254,-0.307820371,-0.30486906,-0.302605887,-0.300354779,-0.298092965,-0.296537635,-0.294619296,-0.350884605,-0.348279291,-0.345664706,-0.343303499,-0.340443867,-0.337486252,-0.334252783,-0.33032732,-0.32688206,-0.324045941,-0.320948606,-0.318706647,-0.316504642,-0.314902681,-0.312930665,-0.439234647,-0.437467945,-0.435744054,-0.434153799,-0.432288644,-0.430385029,-0.428361672,-0.425819147,-0.423627984,-0.421740502,-0.420024548,-0.418554171,-0.417045088,-0.415740911,-0.414324669,-0.313977607,-0.3112752,-0.308628991,-0.30608952,-0.303066705,-0.299887458,-0.296790469,-0.292431459,-0.28866725,-0.285652125,-0.283822202,-0.28159933,-0.27933047,-0.277622835,-0.275688252,-0.244034952,-0.241203927,-0.238525033,-0.235771767,-0.232415837,-0.22878032,-0.226659882,-0.221190091,-0.216784796,-0.21329199,-0.209895784,-0.207279814,-0.204566428,-0.202425667,-0.200117865,-0.242998568,-0.240031607,-0.23720434,-0.234277753,-0.230787915,-0.227084059,-0.224107924,-0.218712629,-0.214235805,-0.210686281,-0.207574507,-0.204975671,-0.202177283,-0.200167018,-0.197929583,-0.214893482,-0.210393615,-0.205686308,-0.201063634,-0.195430808,-0.189483039,-0.183429894,-0.177693966,-0.173050672,-0.169426083,-0.163064473,-0.159594809,-0.15563985,-0.151819689,-0.147423048,-0.209989094,-0.205333289,-0.200443836,-0.195531042,-0.189535604,-0.183192537,-0.176957121,-0.171158789,-0.166655683,-0.163208173,-0.156680215,-0.153211985,-0.14923863,-0.145596586,-0.141188127,-0.211362155,-0.206707833,-0.201819962,-0.197015512,-0.191143598,-0.184950956,-0.178717321,-0.172913252,-0.168299182,-0.164720779,-0.158270407,-0.154750503,-0.150739814,-0.146893247,-0.142385246,-0.185903549,-0.182135359,-0.178162153,-0.173701326,-0.168511122,-0.162925372,-0.157860274,-0.152163411,-0.147537869,-0.144120919,-0.137194646,-0.133996855,-0.130002731,-0.126997051,-0.123284097,-0.169375052,-0.165274464,-0.161225995,-0.157154434,-0.152408186,-0.147228019,-0.14150124,-0.13549255,-0.130307488,-0.126176736,-0.119993044,-0.116656004,-0.112921687,-0.109263374,-0.105390896,0.036833467,0.042711166,0.048223731,0.053711571,0.059911531,0.06695129,0.075791302,0.084776646,0.092750998,0.098877031,0.107652413,0.111893784,0.116787045,0.121754777,0.127120675,-0.067688629,-0.062873102,-0.058291966,-0.053675967,-0.048414061,-0.042506247,-0.035463126,-0.028200054,-0.021794779,-0.016764,-0.00968661,-0.005976375,-0.001806311,0.002377451,0.006772906,-0.011143388,-0.006386755,-0.001883254,0.00281938,0.008194921,0.014323822,0.021513808,0.028732673,0.035126326,0.040298729,0.047873926,0.051665999,0.055861728,0.06003822,0.064173225,-0.228652073,-0.224621283,-0.220444914,-0.216227279,-0.211147124,-0.20573551,-0.200406798,-0.195076306,-0.190773865,-0.187408787,-0.181478474,-0.178282908,-0.174645562,-0.171272819,-0.167406324,-0.215867337,-0.211473836,-0.206872252,-0.202149937,-0.196437449,-0.190377677,-0.184519807,-0.178887328,-0.174505472,-0.17115508,-0.164682406,-0.161340273,-0.157473283,-0.154067706,-0.149918262,-0.191891371,-0.188102562,-0.184328982,-0.180505756,-0.176002106,-0.17107517,-0.165885509,-0.160356527,-0.155653201,-0.151875567,-0.14598872,-0.142800126,-0.139224789,-0.135789444,-0.132196997,-0.213372963,-0.209554707,-0.20569328,-0.201800034,-0.197180376,-0.192195979,-0.187053147,-0.181668755,-0.177146661,-0.173543682,-0.167751728,-0.164599084,-0.161051736,-0.157666581,-0.154014746,-0.15051472,-0.14451775,-0.138114058,-0.131985057,-0.124428157,-0.116536781,-0.108494783,-0.101573455,-0.09631412,-0.092314607,-0.08451402,-0.080289661,-0.075437887,-0.070699848,-0.064906707,-0.170023481,-0.165275304,-0.16024309,-0.154691955,-0.148111927,-0.141232829,-0.134583275,-0.128251631,-0.123528426,-0.120058762,-0.111829301,-0.108319485,-0.10398332,-0.100866132,-0.096536445,-0.181660102,-0.176774901,-0.171575746,-0.166609843,-0.160456563,-0.153922968,-0.146968756,-0.140371273,-0.13469241,-0.130247456,-0.122361817,-0.118451015,-0.11370363,-0.109003419,-0.103782951,-0.164822348,-0.160180982,-0.155314918,-0.15055784,-0.144812221,-0.138665369,-0.131948069,-0.125283384,-0.119548395,-0.115054537,-0.107341624,-0.103542529,-0.09904689,-0.094649062,-0.08980431,-0.06898257,-0.063944719,-0.058773899,-0.053538102,-0.047449947,-0.040980586,-0.033304513,-0.025319727,-0.018421542,-0.01298592,-0.003894409,0.000310616,0.005140384,0.009802915,0.014779844,-0.154686862,-0.150739814,-0.146878264,-0.142952628,-0.138378266,-0.133302042,-0.127748533,-0.121850164,-0.116755298,-0.112659853,-0.106505633,-0.103222146,-0.099559778,-0.095979546,-0.092302146,-0.178703178,-0.17509837,-0.171314109,-0.167109331,-0.162170775,-0.156847551,-0.151968235,-0.146353112,-0.14176881,-0.138298998,-0.131519195,-0.128278432,-0.124333363,-0.121203911,-0.117644002,0.012205412,0.021189915,0.030863891,0.039777632,0.050676567,0.061960465,0.073865546,0.083508517,0.090513909,0.09572063,0.107036126,0.11290982,0.119688387,0.126517294,0.135129493,-0.184422639,-0.180019372,-0.175464146,-0.170972068,-0.16558639,-0.159848188,-0.153631019,-0.14741746,-0.14212539,-0.137959974,-0.131050316,-0.127474732,-0.123357875,-0.119340758,-0.114922705,-0.035320613,-0.031322632,-0.02739487,-0.023290177,-0.018469458,-0.012886527,-0.006670446,-0.000103028,0.005650158,0.010272783,0.018363934,0.021668536,0.02530781,0.029032583,0.032579091,0.5002005,0.510320113,0.519322171,0.527983028,0.53836769,0.550720436,0.566021254,0.57859405,0.59039959,0.600591498,0.609762672,0.618547351,0.629600765,0.638905354,0.647010994,0.015973206,0.024885463,0.034623822,0.043705642,0.054961156,0.066686242,0.078996807,0.088841136,0.095878126,0.100994206,0.112188255,0.117848426,0.124420394,0.130855585,0.13923468,-0.160191119,-0.154808754,-0.14893427,-0.143499043,-0.136591809,-0.129237453,-0.121385291,-0.114089236,-0.107601975,-0.102546075,-0.093274963,-0.08901223,-0.083489083,-0.077969101,-0.071873182,-0.109450886,-0.105938647,-0.102333343,-0.098690657,-0.093751902,-0.088100384,-0.082403027,-0.076134629,-0.071189693,-0.066716059,-0.057977567,-0.053147601,-0.047008562,-0.041985941,-0.038074794,0.130515027,0.136271328,0.141384639,0.146992888,0.153361817,0.160621625,0.169447742,0.178061919,0.185810139,0.192200826,0.201803149,0.206352836,0.211073173,0.2159111,0.220577834,-0.036881037,-0.032120695,-0.02760226,-0.022957433,-0.017652852,-0.011630958,-0.004548772,0.002596858,0.008903481,0.013928821,0.021111934,0.024840168,0.029008452,0.033158143,0.03735135,-0.045676,-0.040518482,-0.035659588,-0.030793623,-0.025264146,-0.01905662,-0.011490176,-0.003663678,0.003275155,0.008687931,0.016139702,0.020053618,0.024470979,0.028929828,0.033700603,-0.108688723,-0.105177423,-0.101423475,-0.097094085,-0.092075964,-0.086731329,-0.081571783,-0.075431113,-0.07056495,-0.066852935,-0.059007794,-0.055456737,-0.051360946,-0.048160682,-0.04471871,-0.119763105,-0.115764283,-0.111880234,-0.107886655,-0.103244052,-0.09802131,-0.092250471,-0.086146986,-0.08084196,-0.076560141,-0.070044594,-0.06671423,-0.063013341,-0.05936561,-0.055702451,-0.152938678,-0.147092874,-0.140903249,-0.134709371,-0.127064055,-0.118992881,-0.110866621,-0.103968881,-0.098828225,-0.095013355,-0.087337628,-0.083354828,-0.078728594,-0.074602045,-0.069266805,-0.073585416,-0.069261119,-0.065108559,-0.060815168,-0.055883683,-0.050302285,-0.043916246,-0.037319356,-0.031527204,-0.026866108,-0.01993217,-0.016447919,-0.012586122,-0.008741484,-0.004884484,-0.221493018,-0.217133315,-0.2125794,-0.208024496,-0.202490693,-0.196626592,-0.190826974,-0.185270547,-0.180857538,-0.177435099,-0.171240677,-0.167896021,-0.164086492,-0.160526188,-0.156349745,-0.2069128,-0.202775274,-0.198402962,-0.193699685,-0.188161703,-0.18226195,-0.176712891,-0.17103927,-0.166638722,-0.163317011,-0.1564301,-0.153153882,-0.14918028,-0.146077481,-0.142120198,0.038302508,0.044191333,0.050027297,0.056026196,0.062713925,0.070022342,0.078948594,0.088467348,0.096887239,0.103592374,0.114218546,0.118726993,0.12384693,0.129098797,0.134773952,-0.2093712,-0.204979875,-0.20036798,-0.195537025,-0.189736467,-0.183585363,-0.177695845,-0.171975544,-0.167565353,-0.164223467,-0.157459586,-0.154112013,-0.150171591,-0.146875841,-0.142746424,-0.103429487,-0.099593602,-0.095846676,-0.091956297,-0.08733565,-0.082059453,-0.076400864,-0.070336889,-0.065089423,-0.06081858,-0.053836578,-0.050468929,-0.046713497,-0.043019482,-0.0394527,-0.191715925,-0.188038475,-0.184363597,-0.180617165,-0.17617236,-0.171280879,-0.166243325,-0.160808742,-0.156220039,-0.152506738,-0.146557783,-0.143354008,-0.139740942,-0.136320233,-0.132806559,-0.22480207,-0.22109584,-0.217285594,-0.213368414,-0.208689565,-0.203653841,-0.198775365,-0.193591688,-0.189357932,-0.186015255,-0.180181417,-0.177076937,-0.173515595,-0.170293326,-0.166723775,0.32731536,0.335046075,0.341908162,0.349130241,0.357181486,0.366774167,0.378804404,0.389443038,0.399329943,0.407588183,0.417072273,0.423386363,0.430764207,0.437803224,0.444110588,-0.004314728,0.000902426,0.005829016,0.010844269,0.016542566,0.023020481,0.030847474,0.038632533,0.045506835,0.05085948,0.058513697,0.062427218,0.066857485,0.071303377,0.075874476,-0.085691756,-0.0811662,-0.076614733,-0.070700688,-0.064102858,-0.056889582,-0.05042304,-0.043026603,-0.036976672,-0.033168231,-0.023585786,-0.020289887,-0.015526777,-0.013181888,-0.008760374,-0.105881632,-0.101645651,-0.097562717,-0.093389438,-0.0885839,-0.083188481,-0.077059035,-0.070661129,-0.06506633,-0.060587306,-0.054022607,-0.050603629,-0.046800281,-0.043027147,-0.039180976,-0.223266272,-0.219383211,-0.215413738,-0.211420703,-0.206650323,-0.201539139,-0.196355412,-0.191027887,-0.186611268,-0.183114308,-0.177314294,-0.1741572,-0.170592396,-0.167212285,-0.16348232,-0.218915445,-0.21526183,-0.21153681,-0.207724462,-0.203174627,-0.198250163,-0.193398983,-0.1881979,-0.183902185,-0.18047663,-0.174678792,-0.171562839,-0.168010793,-0.164743476,-0.161226341,-0.209346055,-0.205650507,-0.201792765,-0.197651925,-0.192760048,-0.187496609,-0.182622584,-0.177257378,-0.172931697,-0.169609293,-0.16326677,-0.16011739,-0.156348261,-0.15324744,-0.149645203,-0.080369966,-0.076301174,-0.072354225,-0.06824444,-0.063478461,-0.058059603,-0.05200359,-0.045646331,-0.040089904,-0.035593919,-0.028502436,-0.025137853,-0.02141847,-0.017711153,-0.014055213,-0.110827902,-0.107045867,-0.10301075,-0.098053007,-0.092376715,-0.086311356,-0.080649058,-0.074064135,-0.068508401,-0.064528617,-0.056416302,-0.052966468,-0.048583969,-0.045448385,-0.04164657,-0.109258034,-0.102576684,-0.095883021,-0.088876294,-0.080344352,-0.071398468,-0.061882731,-0.054274452,-0.04863055,-0.044492578,-0.036108737,-0.03200177,-0.027039873,-0.023299227,-0.017976547,-0.111012398,-0.105642396,-0.099957153,-0.094530086,-0.087782376,-0.080377038,-0.072166417,-0.064162643,-0.05700287,-0.051392148,-0.040657484,-0.036097413,-0.030263674,-0.024417722,-0.01816129,0.133566151,0.14067059,0.14690205,0.153097263,0.16000791,0.167864473,0.1783151,0.189163102,0.199020535,0.206514585,0.216085162,0.221022779,0.226670489,0.232552589,0.239187902,-0.178068891,-0.173733122,-0.169301125,-0.164897017,-0.159668884,-0.154083926,-0.147956359,-0.14173113,-0.13641028,-0.132208173,-0.125426243,-0.121894767,-0.117873348,-0.113951223,-0.10968043,-0.19508308,-0.190581458,-0.18587645,-0.18128221,-0.17570447,-0.169784196,-0.163490232,-0.157356731,-0.152170483,-0.148097834,-0.141162314,-0.137551176,-0.133351145,-0.129240371,-0.124665761,0.137922986,0.144415093,0.150301643,0.15640854,0.163343912,0.171412959,0.18153272,0.190978784,0.199284941,0.205382492,0.215165503,0.219598737,0.22476748,0.230077451,0.235494529,-0.125326207,-0.121435235,-0.117639452,-0.113727563,-0.109144498,-0.103975655,-0.098361324,-0.092375726,-0.087196203,-0.082997062,-0.07645333,-0.073135575,-0.069441906,-0.065820482,-0.062222003,0.056457741,0.061413012,0.0660434,0.071038576,0.076734895,0.083217854,0.090976409,0.098672262,0.105528959,0.111169153,0.120216061,0.124184718,0.128400276,0.132693964,0.136840342,-0.045131909,-0.040282361,-0.035673632,-0.030985734,-0.025646538,-0.019609958,-0.012434016,-0.005156356,0.001260835,0.006312334,0.013501727,0.017229417,0.021417135,0.0256096,0.029927221,0.12663523,0.13353129,0.139854774,0.146078223,0.153096867,0.161120718,0.171541478,0.182213984,0.191733628,0.198984833,0.209339676,0.214134385,0.219743426,0.225494979,0.231927549,-0.095485992,-0.091298818,-0.087260042,-0.083099966,-0.078302934,-0.072891839,-0.06677619,-0.060394008,-0.054811077,-0.050319246,-0.04360605,-0.040198841,-0.036418685,-0.032666418,-0.028889279,0.073166975,0.079010554,0.084407704,0.089945489,0.096271545,0.10356666,0.112480401,0.121032272,0.128606974,0.13447152,0.142865202,0.147208537,0.152204109,0.157154434,0.162164989,-0.112744461,-0.108032629,-0.10338073,-0.098705195,-0.093310171,-0.087453092,-0.08061212,-0.073489434,-0.067268705,-0.062341275,-0.054955667,-0.051184461,-0.04692791,-0.042713143,-0.038211521,-0.153442765,-0.147390708,-0.140930891,-0.134795808,-0.127220711,-0.119353169,-0.111313693,-0.104432024,-0.099140893,-0.095076502,-0.08728091,-0.08296497,-0.077980623,-0.073055368,-0.067103544,0.053499186,0.058942027,0.064005444,0.069247471,0.075260463,0.082170121,0.090436669,0.09845864,0.105614111,0.111403444,0.119315687,0.123633012,0.128510845,0.133269851,0.137945485,-0.094237594,-0.089572986,-0.084472137,-0.07802221,-0.071207742,-0.063852002,-0.056820204,-0.049200256,-0.043663313,-0.039819911,-0.028987683,-0.025136221,-0.019416068,-0.017093332,-0.012458098,-0.099874029,-0.095163483,-0.090641043,-0.086103817,-0.080912871,-0.075158251,-0.068365096,-0.061281575,-0.055044626,-0.05012941,-0.043208576,-0.039525143,-0.035387518,-0.031250288,-0.026851767,-0.083819455,-0.079283267,-0.074942998,-0.070535181,-0.065492732,-0.05982717,-0.05321683,-0.046392373,-0.040395402,-0.035642231,-0.02884784,-0.025284717,-0.021302017,-0.017327524,-0.013223178,0.122597493,0.129246354,0.135546598,0.141764855,0.148750022,0.156731098,0.166945061,0.177102899,0.18609027,0.192861815,0.203503416,0.207987039,0.213345371,0.218797855,0.224714075,-0.014573888,-0.009311685,-0.004332382,0.000684008,0.006370635,0.012805777,0.020655467,0.028594511,0.035612809,0.041058271,0.048824046,0.052743204,0.057193102,0.061680928,0.066397161,-0.13547366,-0.131029102,-0.126680724,-0.122316027,-0.117274566,-0.111756364,-0.105419725,-0.098804143,-0.093033353,-0.088459683,-0.08177502,-0.07822426,-0.074239383,-0.070293275,-0.06609814,0.023496975,0.027689539,0.031896542,0.036338825,0.041366737,0.047256007,0.054122347,0.061255219,0.067450086,0.072492783,0.081821355,0.085158346,0.088784121,0.092568579,0.096165525,-0.061197313,-0.057265891,-0.053285564,-0.049177757,-0.043859528,-0.037278115,-0.030865077,-0.023966397,-0.018266617,-0.013105489,-0.003716737,0.001380799,0.007405313,0.012862001,0.017343596,0.26537104,0.274045743,0.281421807,0.28872518,0.296960674,0.306399864,0.319315146,0.332634924,0.34470838,0.353781249,0.365640689,0.371509536,0.378115674,0.38513056,0.393360317,-0.02443137,-0.020589946,-0.016905079,-0.013104352,-0.008250749,-0.002598984,0.003352246,0.009726812,0.015433417,0.019922479,0.028236201,0.031644498,0.035432022,0.039355236,0.042861442,-0.137625894,-0.133632463,-0.12974515,-0.125776592,-0.121164104,-0.116012321,-0.110328266,-0.104307016,-0.099085757,-0.094884243,-0.088581477,-0.085268172,-0.081578954,-0.077955354,-0.074266927,-0.210679234,-0.206970458,-0.203228675,-0.199430519,-0.194921232,-0.190024856,-0.185036009,-0.179721588,-0.175265904,-0.171697144,-0.165918096,-0.16278365,-0.159247774,-0.15590836,-0.152361604,-0.227852106,-0.223801586,-0.219591072,-0.215305469,-0.210145033,-0.204648811,-0.199305066,-0.193960382,-0.189687166,-0.186363032,-0.180346034,-0.177146611,-0.173482018,-0.170150417,-0.166274478,-0.028369121,-0.023127835,-0.018185026,-0.013229805,-0.007605929,-0.001265236,0.006488176,0.014441858,0.021486166,0.026965748,0.034625009,0.038561722,0.043022252,0.047525703,0.052321302,-0.152955293,-0.14888121,-0.144902614,-0.140879612,-0.136210406,-0.131051948,-0.125318542,-0.119267177,-0.114022281,-0.109830558,-0.103642565,-0.100314573,-0.096600581,-0.092951663,-0.089153013,-0.222512787,-0.218260365,-0.213841694,-0.209455561,-0.204143686,-0.198511157,-0.192824135,-0.187295696,-0.182806239,-0.179291725,-0.173195163,-0.169871523,-0.166100119,-0.162498921,-0.158383201,-0.125146261,-0.12050435,-0.115851759,-0.111179537,-0.105741245,-0.099895095,-0.093141054,-0.086138778,-0.080063924,-0.075251216,-0.067778973,-0.064006432,-0.059733909,-0.055538675,-0.051046497,-0.126830209,-0.122152844,-0.117319317,-0.112497609,-0.106814642,-0.100737267,-0.09382034,-0.086727126,-0.080607768,-0.075812071,-0.067826346,-0.063956291,-0.059492794,-0.055156926,-0.050450385,-0.184447166,-0.180260784,-0.176033407,-0.171811669,-0.166829794,-0.161480956,-0.155637872,-0.149629082,-0.14449253,-0.14041909,-0.134023063,-0.130619118,-0.126780315,-0.123036949,-0.118991447,-0.177463137,-0.173528847,-0.169641287,-0.165714761,-0.161122547,-0.156091026,-0.150638393,-0.144868741,-0.139913372,-0.135946989,-0.129939189,-0.126688092,-0.123053168,-0.119516451,-0.115809579,-0.165208152,-0.1614321,-0.157708069,-0.153904177,-0.149423769,-0.144438087,-0.13914933,-0.133467351,-0.128606479,-0.124665811,-0.118522321,-0.115260444,-0.111606878,-0.108085095,-0.104522813,-0.192953049,-0.188004949,-0.182826909,-0.17751402,-0.171031852,-0.164181484,-0.157457806,-0.151353085,-0.146713944,-0.143221929,-0.136195621,-0.132623696,-0.128482263,-0.124886404,-0.120337261,-0.211601366,-0.207625564,-0.203584265,-0.199540692,-0.194731149,-0.18957457,-0.184178706,-0.178641911,-0.173985957,-0.170292584,-0.164343926,-0.1611133,-0.157474668,-0.153969401,-0.150142317,-0.213899401,-0.210291156,-0.206566704,-0.202663419,-0.198006675,-0.192972334,-0.188207295,-0.18297318,-0.178714997,-0.175360698,-0.16930246,-0.166154563,-0.162475679,-0.159274674,-0.155765105,-0.19732012,-0.192468742,-0.187314438,-0.182374249,-0.176263446,-0.169829096,-0.163109175,-0.15685215,-0.15160409,-0.147500139,-0.140252891,-0.136455823,-0.131954745,-0.127510929,-0.122484253,0.101347274,0.108007806,0.113980942,0.120018808,0.125945016,0.133499098,0.143088565,0.152866532,0.161946374,0.168921057,0.178796094,0.182806783,0.187685457,0.192995971,0.198600957,-0.203947619,-0.19919069,-0.194171135,-0.189315258,-0.183350478,-0.177075207,-0.170588786,-0.164548448,-0.159587689,-0.155712985,-0.148881458,-0.145203909,-0.140939149,-0.136755684,-0.131970321,-0.17246079,-0.167317217,-0.162019361,-0.1563762,-0.149507388,-0.142310874,-0.135205991,-0.12882015,-0.124044727,-0.120511125,-0.112767702,-0.109149344,-0.104890815,-0.101487364,-0.096958,0.030144353,0.035760712,0.0410557,0.04641967,0.052490369,0.0594025,0.067922574,0.076312894,0.083716897,0.089374299,0.097676005,0.101731644,0.106366384,0.111060513,0.115940225,-0.039548681,-0.03421893,-0.029025611,-0.023774336,-0.017845061,-0.011322345,-0.003419398,0.004853232,0.012172133,0.017956174,0.026537072,0.030663621,0.035351024,0.040071905,0.045129932,-0.195007868,-0.189826811,-0.184313455,-0.179038544,-0.172506432,-0.165688998,-0.158703682,-0.152454915,-0.147418053,-0.143499439,-0.136398363,-0.132498144,-0.12795894,-0.123475317,-0.118251685,-0.204079748,-0.200484038,-0.19684595,-0.193116133,-0.188654169,-0.183769364,-0.178910618,-0.173622504,-0.16922705,-0.165674806,-0.159724812,-0.156527614,-0.152877411,-0.149515398,-0.146038367,0.028939767,0.034893865,0.040377403,0.045838837,0.052010711,0.058994938,0.06784395,0.07696884,0.085121951,0.091401228,0.099887035,0.10424293,0.109200772,0.114263248,0.119809142,-0.166366849,-0.162835275,-0.159248911,-0.15555183,-0.150969012,-0.145830482,-0.14076039,-0.135139728,-0.13054702,-0.126686212,-0.119794307,-0.116090155,-0.111695343,-0.107839529,-0.104258456,-0.127138724,-0.123422456,-0.119750693,-0.115951993,-0.111362697,-0.10609278,-0.10065073,-0.094741631,-0.089723016,-0.085556067,-0.078615404,-0.075066226,-0.071046191,-0.067213322,-0.063589475,-0.14198619,-0.138127904,-0.134023953,-0.129101665,-0.123420478,-0.117287966,-0.111819906,-0.105554672,-0.100194164,-0.096498023,-0.088891871,-0.085643345,-0.081363256,-0.078373003,-0.074498646,-0.193593468,-0.189660464,-0.185498558,-0.180863522,-0.175499404,-0.169743103,-0.164452912,-0.158708182,-0.154171253,-0.150801774,-0.14372206,-0.140484907,-0.136423038,-0.133460972,-0.129622219,-0.175294239,-0.171487775,-0.167726657,-0.16390259,-0.159410462,-0.154450098,-0.149167621,-0.143517686,-0.138683912,-0.134786017,-0.128772926,-0.125543586,-0.121928986,-0.118439197,-0.114850608,-0.214057886,-0.209902904,-0.205625584,-0.201382829,-0.196287765,-0.190865001,-0.185216252,-0.179583921,-0.174886578,-0.171181387,-0.165035772,-0.161709808,-0.157939987,-0.154295816,-0.150245073,-0.116448564,-0.111990704,-0.107696472,-0.103373659,-0.098407757,-0.092894994,-0.086507373,-0.079832452,-0.073982741,-0.069351512,-0.062757589,-0.059227201,-0.055277038,-0.051345913,-0.04721081,0.177895671,0.184643926,0.190759872,0.196965618,0.204224585,0.212684728,0.223081059,0.232755035,0.241374157,0.248248804,0.257331563,0.262604348,0.268864538,0.274734671,0.280559212,-0.069791315,-0.066035339,-0.062181405,-0.058290433,-0.052969781,-0.0465741,-0.040213083,-0.033354506,-0.027871265,-0.02276463,-0.012895477,-0.007393544,-0.000518501,0.005270288,0.009670885,-0.131577743,-0.127393388,-0.123339628,-0.119231128,-0.11448666,-0.109208238,-0.103248305,-0.096984851,-0.091526879,-0.087170242,-0.080820302,-0.0774349,-0.073660331,-0.069929377,-0.066067481,-0.075745166,-0.070897151,-0.066288668,-0.061662137,-0.056385149,-0.050485395,-0.043433076,-0.036114324,-0.029652579,-0.024580608,-0.017519141,-0.01377617,-0.009569217,-0.005345352,-0.000864548,-0.028492547,-0.023081798,-0.018022189,-0.012964805,-0.007244998,-0.000822565,0.007114897,0.015352221,0.022695253,0.028408532,0.036137467,0.040203144,0.044804654,0.049470596,0.054511266,-0.04811509,-0.043829512,-0.039697425,-0.035366403,-0.030392391,-0.024726088,-0.018241645,-0.011549614,-0.005667218,-0.000898223,0.006570361,0.01004586,0.013869185,0.017700422,0.021477315,-0.20253678,-0.198856907,-0.195160765,-0.191399647,-0.186935804,-0.182058367,-0.177071251,-0.171714995,-0.167210258,-0.163583543,-0.157738134,-0.154576738,-0.151009461,-0.147641119,-0.144122699,0.005759886,0.010936047,0.015801073,0.020793628,0.026491776,0.03299768,0.040778932,0.04846262,0.055263391,0.060641008,0.068209677,0.072192724,0.076692814,0.081156508,0.085661493,-0.188822248,-0.183619087,-0.178105385,-0.172743888,-0.166150607,-0.159229032,-0.152246387,-0.146006175,-0.141160435,-0.137440755,-0.130469484,-0.126672466,-0.122329328,-0.118140869,-0.11311365,-0.151645677,-0.147902113,-0.144211658,-0.140420277,-0.135924786,-0.130869381,-0.125550163,-0.119808598,-0.114904211,-0.110897972,-0.104513912,-0.10118236,-0.097441665,-0.093846894,-0.090293216,0.023597159,0.028020553,0.032316812,0.036931129,0.042192195,0.048214929,0.055310961,0.062499612,0.068840799,0.074046581,0.083157526,0.08671333,0.090536755,0.094451017,0.098206548,-0.220842091,-0.217087204,-0.213266771,-0.209395603,-0.204784006,-0.199813603,-0.194810812,-0.189552812,-0.185183418,-0.181707474,-0.175962299,-0.172844765,-0.169320311,-0.166008193,-0.162408774,-0.145648211,-0.141399374,-0.137255568,-0.133085157,-0.128260383,-0.122950412,-0.11694276,-0.110639649,-0.105155517,-0.100795419,-0.094440237,-0.091020319,-0.087196252,-0.083420299,-0.07944284,-0.109447721,-0.105968069,-0.102382546,-0.098424866,-0.093662102,-0.088433624,-0.083324714,-0.077282151,-0.072551677,-0.068759702,-0.061898554,-0.058051938,-0.053287641,-0.049578247,-0.046130638,0.273575381,0.281705844,0.289520623,0.297150659,0.305651399,0.315291749,0.328107934,0.340426659,0.351404713,0.35937229,0.373954115,0.378780768,0.384951949,0.39125506,0.398230881,-0.164257241,-0.160760677,-0.157123034,-0.153159124,-0.148424941,-0.143277016,-0.138436567,-0.132810713,-0.128276603,-0.124708189,-0.117918396,-0.114486957,-0.11035215,-0.106986429,-0.103517211,0.024742357,0.030463153,0.036331556,0.04235063,0.049266271,0.056519553,0.065509644,0.07500481,0.0832182,0.089802283,0.100935806,0.105716471,0.111177707,0.116464833,0.12203555,-0.120653638,-0.116450591,-0.112389118,-0.108258464,-0.103494859,-0.098172229,-0.092145836,-0.08582784,-0.080313792,-0.075907261,-0.069475136,-0.066077767,-0.062293408,-0.05854658,-0.054694772,-0.192051538,-0.188515118,-0.184920199,-0.181206354,-0.176708391,-0.171749165,-0.166893337,-0.161523087,-0.15710632,-0.153496269,-0.147211998,-0.143855178,-0.139949717,-0.13645973,-0.132976764,-0.088848158,-0.084037032,-0.078843217,-0.073712896,-0.067675179,-0.061099304,-0.053672703,-0.046004542,-0.039370218,-0.034294786,-0.025134886,-0.021098879,-0.016297643,-0.011688864,-0.006534362,-0.085130753,-0.081152403,-0.076821283,-0.071245324,-0.064657878,-0.057397278,-0.05131209,-0.044441349,-0.037600673,-0.033676867,-0.02583855,-0.022805376,-0.018333473,-0.01539361,-0.011284862,-0.147250964,-0.143410232,-0.139646493,-0.135790037,-0.131265075,-0.126198889,-0.120748185,-0.114914842,-0.109893062,-0.10582338,-0.099526103,-0.096235793,-0.092562299,-0.088989484,-0.085400697,0.204226464,0.211716212,0.218814569,0.225632646,0.233296011,0.242143589,0.253601104,0.265245043,0.275495598,0.283287136,0.296056839,0.300906832,0.306957356,0.313107669,0.31997846,-0.127308186,-0.123892522,-0.120369799,-0.116709656,-0.111934628,-0.106632817,-0.101366707,-0.095390753,-0.090714277,-0.086673128,-0.078803955,-0.074491822,-0.069005218,-0.064630038,-0.061000752,-0.207072942,-0.203515827,-0.199873388,-0.196089473,-0.191548638,-0.186602515,-0.181841482,-0.176588773,-0.172286827,-0.168839317,-0.162770892,-0.159561134,-0.155832504,-0.152525381,-0.149054481,-0.153406766,-0.149777381,-0.146141765,-0.142398597,-0.137827054,-0.132622855,-0.127380926,-0.121643812,-0.116855878,-0.112840195,-0.1059922,-0.102351788,-0.098152895,-0.09429273,-0.090666311,-0.076801404,-0.071816464,-0.067035997,-0.06224109,-0.05679009,-0.050745104,-0.043494987,-0.03594135,-0.029258764,-0.024003534,-0.016602053,-0.012748168,-0.008396624,-0.004025647,0.000649295,-0.206530854,-0.202108598,-0.197498434,-0.192982274,-0.187502543,-0.181698375,-0.175619467,-0.16972362,-0.164803706,-0.16093998,-0.154365639,-0.150856663,-0.146822535,-0.142888492,-0.13847578,-0.185634594,-0.182041949,-0.178429773,-0.174722802,-0.170264794,-0.165317336,-0.160345945,-0.154908593,-0.150370823,-0.146652775,-0.140437485,-0.137107665,-0.133297344,-0.129781495,-0.126281618,-0.226401361,-0.222353486,-0.2181741,-0.213989622,-0.208952488,-0.203588172,-0.198199181,-0.1928183,-0.188421263,-0.184965198,-0.179050461,-0.175832099,-0.172186791,-0.168736512,-0.164837727,-0.197117575,-0.193571067,-0.189897969,-0.185983904,-0.181311236,-0.176241935,-0.171494649,-0.166135476,-0.161783092,-0.158358427,-0.152015756,-0.148774894,-0.144926745,-0.141678763,-0.138192732,-0.142872718,-0.138284856,-0.133222379,-0.127308582,-0.120742251,-0.113776123,-0.107093141,-0.100282629,-0.095293288,-0.091675474,-0.082255025,-0.078596564,-0.073602476,-0.070857542,-0.066445423,-0.224290096,-0.220265784,-0.216065654,-0.211714828,-0.206503854,-0.200948664,-0.195642056,-0.190263944,-0.186003239,-0.182715648,-0.176523055,-0.173328923,-0.16961498,-0.166377085,-0.162529134,-0.210985573,-0.206725486,-0.202318609,-0.197968302,-0.192724494,-0.187155656,-0.181334923,-0.175595484,-0.170808044,-0.167038767,-0.160728782,-0.157331413,-0.153462446,-0.149708251,-0.145519149,0.193862077,0.201609852,0.20877447,0.215871936,0.223792042,0.232993974,0.244847282,0.255966662,0.265653989,0.272399079,0.284409043,0.28905659,0.294335803,0.299738739,0.305470711,-0.202861711,-0.198722256,-0.194494781,-0.190289855,-0.185278311,-0.179925121,-0.174228902,-0.168457271,-0.163581763,-0.159724515,-0.153486973,-0.150138411,-0.146350096,-0.142673486,-0.138645045,-0.046586314,-0.042862431,-0.039203871,-0.035377529,-0.030516558,-0.024658738,-0.018765363,-0.0123097,-0.006864683,-0.002232762,0.006036704,0.010062376,0.014709082,0.019195128,0.02307804,-0.227598233,-0.223778023,-0.219823855,-0.21575175,-0.210882026,-0.205666627,-0.200650979,-0.195423292,-0.191202146,-0.187901303,-0.181978358,-0.17885573,-0.17525814,-0.172040817,-0.168369004,-0.201353358,-0.197519549,-0.193677037,-0.189800158,-0.185225104,-0.180259992,-0.175041256,-0.16953769,-0.164871155,-0.161141338,-0.155290688,-0.152110253,-0.148541642,-0.145110845,-0.141461977,0.122019034,0.12856064,0.134680542,0.140909134,0.147954876,0.156025802,0.166301725,0.175975255,0.184384465,0.190437313,0.20049739,0.204734903,0.209669306,0.214840621,0.220178679,-0.168313077,-0.164635677,-0.160982803,-0.157237707,-0.152773617,-0.147780418,-0.142618301,-0.13701826,-0.132275622,-0.128393501,-0.122120998,-0.118794441,-0.115036241,-0.111475788,-0.107944313,0.231432265,0.23845981,0.244767669,0.251308632,0.258808814,0.26758291,0.278340815,0.288115569,0.297077276,0.304556095,0.313517209,0.319284587,0.325923262,0.332181078,0.337959136,-0.100445713,-0.095937267,-0.091614305,-0.08724941,-0.082247756,-0.076660622,-0.07015002,-0.063376546,-0.057430063,-0.052724413,-0.046036635,-0.042486072,-0.038514448,-0.034553258,-0.030415286,-0.152493239,-0.146590321,-0.140279594,-0.134125621,-0.126517392,-0.11852331,-0.110462571,-0.103562951,-0.09839218,-0.09451268,-0.086822316,-0.082729739,-0.078016721,-0.07357241,-0.067996995,-0.085094012,-0.080159361,-0.07536129,-0.070537604,-0.065032457,-0.058984949,-0.051787545,-0.044282072,-0.037670891,-0.032450918,-0.024865041,-0.02099815,-0.016628953,-0.012260498,-0.007591886,-0.161723208,-0.157429817,-0.153154624,-0.148870381,-0.143867787,-0.138456643,-0.132391036,-0.126090694,-0.120649287,-0.116329638,-0.109764642,-0.106287413,-0.102377749,-0.098540232,-0.094434995,-0.199548308,-0.194586262,-0.189342653,-0.184264945,-0.178025623,-0.171478677,-0.164802766,-0.158723363,-0.153871738,-0.15010706,-0.143291999,-0.139565446,-0.135286544,-0.131109062,-0.126220696,-0.178758562,-0.175270997,-0.171691309,-0.167941218,-0.163351971,-0.15830067,-0.153439897,-0.147955123,-0.143515609,-0.139881378,-0.13323306,-0.129714194,-0.125506153,-0.121918701,-0.118424708,-0.220104875,-0.216033042,-0.211845621,-0.207674518,-0.202667375,-0.197332284,-0.191849191,-0.186355862,-0.181802664,-0.178210712,-0.172223038,-0.168964671,-0.165280051,-0.161743285,-0.157801133,0.07550949,0.081662227,0.087470499,0.093290985,0.099844657,0.107313933,0.116731068,0.125991993,0.134175318,0.140332702,0.149715125,0.153974198,0.158920469,0.163960792,0.169307553,0.24860751,0.256033518,0.26277218,0.269500655,0.277453595,0.286745821,0.298151514,0.308429167,0.317720701,0.325407109,0.334307895,0.34041222,0.347776317,0.354413608,0.36070594,-0.227705662,-0.223895663,-0.21998192,-0.216004881,-0.211246666,-0.206144901,-0.20111427,-0.195893258,-0.19161762,-0.188243294,-0.182458857,-0.17934063,-0.175794814,-0.172512663,-0.168854449,6.3864E-05,0.005778528,0.011107883,0.016443172,0.022370568,0.029087719,0.037477149,0.046193933,0.054029036,0.06012362,0.068390662,0.072579715,0.077372198,0.082267487,0.087561486,-0.189440068,-0.185450593,-0.18146715,-0.177464521,-0.172762431,-0.167665983,-0.162165385,-0.15641121,-0.151491988,-0.147571791,-0.141539761,-0.13827368,-0.134612697,-0.131054668,-0.127258885,-0.222032263,-0.218218778,-0.21424708,-0.210079587,-0.205123574,-0.199813455,-0.194805422,-0.189510088,-0.185269558,-0.181988346,-0.175844264,-0.17270779,-0.169026186,-0.165878487,-0.162200939,-0.479068737,-0.477177794,-0.475438029,-0.473832248,-0.472140202,-0.470394306,-0.468340427,-0.466305994,-0.464356404,-0.462554271,-0.461220758,-0.459810339,-0.458329949,-0.456765235,-0.455159318,-0.47901778,-0.477336724,-0.475685857,-0.474194452,-0.472630147,-0.470987575,-0.468990402,-0.467001215,-0.46504082,-0.463215459,-0.461736762,-0.460287723,-0.458874052,-0.457392859,-0.455816796,-0.44817242,-0.445624455,-0.443142765,-0.440789174,-0.438239565,-0.435661733,-0.432469814,-0.429249202,-0.426199165,-0.423401111,-0.422257211,-0.420242953,-0.418146671,-0.415851084,-0.413703288,-0.405664801,-0.402442977,-0.399067168,-0.395880775,-0.392462836,-0.389003458,-0.38474928,-0.380336271,-0.376033188,-0.372080701,-0.370759414,-0.36817252,-0.365519513,-0.36247907,-0.359756685,-0.397836324,-0.395576489,-0.393169591,-0.391089578,-0.388694498,-0.386043988,-0.3827269,-0.379168302,-0.375844019,-0.372684255,-0.370035525,-0.368227459,-0.366122498,-0.363985297,-0.361485261,-0.472512581,-0.470445165,-0.468482223,-0.466627662,-0.464591943,-0.462531945,-0.460000385,-0.45746409,-0.455076354,-0.452893635,-0.451726865,-0.450083217,-0.448357076,-0.44649809,-0.444717727,-0.482666302,-0.480766074,-0.478999483,-0.477336069,-0.4755327,-0.47370028,-0.471490203,-0.469299077,-0.467228286,-0.465329073,-0.464160473,-0.462680676,-0.461131094,-0.459485741,-0.457857757,-0.486012305,-0.484254009,-0.482609521,-0.481093552,-0.479487141,-0.477829734,-0.475856643,-0.473905606,-0.472020349,-0.47028056,-0.469006819,-0.467627664,-0.466208294,-0.464719312,-0.463181796,-0.44774383,-0.445962096,-0.444191673,-0.442568695,-0.44071788,-0.438709334,-0.436070234,-0.433371164,-0.430935635,-0.428686147,-0.426702152,-0.425302092,-0.42377229,-0.422178475,-0.420271745,-0.474804175,-0.472838613,-0.4709629,-0.469198534,-0.467232601,-0.465248161,-0.462798106,-0.460322251,-0.457991468,-0.455873342,-0.454622718,-0.453030078,-0.451339367,-0.449514599,-0.447780237,-0.483003645,-0.481558982,-0.48015326,-0.478854968,-0.477380351,-0.47580372,-0.473753265,-0.471732134,-0.469835603,-0.468108225,-0.466496189,-0.465290144,-0.464018566,-0.4627212,-0.461225283,-0.485128397,-0.483309848,-0.481600989,-0.479992154,-0.478232375,-0.476443693,-0.474272483,-0.472114798,-0.47007249,-0.468212947,-0.467054336,-0.465605569,-0.464086892,-0.462473026,-0.460883909,-0.48453142,-0.482674399,-0.480957604,-0.479350821,-0.477625162,-0.475864518,-0.473765182,-0.471687728,-0.46971214,-0.467893652,-0.466689387,-0.465257668,-0.463761244,-0.462182548,-0.460594383,-0.475286133,-0.473403695,-0.471664104,-0.470073355,-0.468407468,-0.466671721,-0.464620723,-0.46258561,-0.460633918,-0.458827434,-0.457414245,-0.456023161,-0.454557667,-0.452996873,-0.451389991,-0.451677403,-0.449260714,-0.446889555,-0.44465374,-0.442194055,-0.439708409,-0.43662717,-0.433489707,-0.430521163,-0.427795712,-0.42652814,-0.424591975,-0.422554056,-0.420329366,-0.418261048,-0.447956611,-0.445340381,-0.442900179,-0.440556144,-0.438022766,-0.435465579,-0.432273327,-0.429099308,-0.426156998,-0.423475248,-0.422259572,-0.420274996,-0.418196652,-0.415898827,-0.413714439,-0.489020519,-0.487377651,-0.485806484,-0.484321421,-0.482666339,-0.480971511,-0.478908546,-0.476864507,-0.47492137,-0.473209458,-0.47200476,-0.470633456,-0.4691893,-0.467651276,-0.466121412,-0.475087916,-0.473493236,-0.471881693,-0.470404233,-0.468789576,-0.46707796,-0.464971294,-0.462906264,-0.460854697,-0.458991482,-0.457307311,-0.455905892,-0.454486151,-0.453005106,-0.451421589,-0.491657864,-0.4900045,-0.488444199,-0.486988336,-0.485414215,-0.483803142,-0.481863603,-0.479946253,-0.478105402,-0.476431022,-0.475236412,-0.473904753,-0.472520752,-0.471070885,-0.469597998,-0.482756868,-0.48087935,-0.479151095,-0.477541086,-0.475826157,-0.474070421,-0.471994376,-0.469940571,-0.467980461,-0.466171479,-0.464920534,-0.463493191,-0.462000179,-0.460427578,-0.45883003,-0.369944563,-0.365898369,-0.361412175,-0.357240256,-0.353047643,-0.348750321,-0.343649991,-0.338323059,-0.332926848,-0.327890653,-0.327243633,-0.324014071,-0.320810371,-0.317200864,-0.313976445,-0.484471809,-0.482771072,-0.481153955,-0.479613508,-0.477868898,-0.476106745,-0.473935251,-0.471759801,-0.469697874,-0.467917413,-0.466630926,-0.46519933,-0.463684684,-0.461997348,-0.460367386,-0.481090004,-0.479305006,-0.477625854,-0.476091132,-0.474480764,-0.472806087,-0.470806677,-0.468828443,-0.466905975,-0.465126441,-0.463767425,-0.462362482,-0.460929143,-0.459420109,-0.457845778,-0.47800612,-0.475998031,-0.474159281,-0.472425377,-0.470558033,-0.468658448,-0.466394273,-0.464154465,-0.462045907,-0.460101225,-0.458878565,-0.457357478,-0.455753724,-0.454053877,-0.452365404,-0.484374975,-0.482808209,-0.481242828,-0.479802417,-0.478266483,-0.476675549,-0.474720087,-0.472797149,-0.470902485,-0.46919056,-0.467751807,-0.466397129,-0.465032488,-0.463623342,-0.462130527,-0.48446025,-0.482667006,-0.480968977,-0.479368289,-0.47759705,-0.475798008,-0.47360059,-0.471406584,-0.469332888,-0.46746186,-0.4662796,-0.464823972,-0.463291153,-0.461649941,-0.460051343,-0.470346736,-0.468174512,-0.466179799,-0.464282798,-0.462226422,-0.460142033,-0.457619769,-0.45512317,-0.452794662,-0.450652355,-0.449443454,-0.447794108,-0.446053256,-0.444187531,-0.44236939,-0.333108822,-0.330206688,-0.327198634,-0.324506117,-0.321493983,-0.318053965,-0.313547373,-0.308468207,-0.304240707,-0.300152185,-0.297138419,-0.295202106,-0.292878333,-0.290201837,-0.286895875,-0.427089847,-0.425181152,-0.423033863,-0.421271648,-0.419146105,-0.416873165,-0.414177582,-0.411440782,-0.408499831,-0.405758334,-0.403131757,-0.401314296,-0.399224343,-0.397337306,-0.395247725,-0.491989174,-0.490480648,-0.489010642,-0.487631895,-0.486124654,-0.484583861,-0.482701559,-0.480852128,-0.47905907,-0.477476987,-0.476205063,-0.474928528,-0.473587709,-0.472204499,-0.470779554,-0.462128982,-0.460469425,-0.458699434,-0.457150445,-0.455400321,-0.453580511,-0.451350852,-0.449157884,-0.446871914,-0.44476196,-0.44285523,-0.441238285,-0.4396688,-0.438057047,-0.436340685,-0.476096781,-0.474046945,-0.472154506,-0.470363499,-0.468423663,-0.466456159,-0.464080625,-0.461727206,-0.45951813,-0.457487332,-0.456300732,-0.454729541,-0.453078167,-0.451315718,-0.449585572,-0.481806526,-0.480000474,-0.478286794,-0.476670555,-0.47485878,-0.473031873,-0.470780456,-0.468514044,-0.466373023,-0.464459357,-0.46320542,-0.461722224,-0.46014903,-0.458434991,-0.456791196,-0.469768895,-0.467594175,-0.465570336,-0.463647263,-0.461558757,-0.459445588,-0.456863355,-0.45429922,-0.451899418,-0.449698872,-0.448526787,-0.446851158,-0.445093542,-0.443199756,-0.441365667,-0.440824147,-0.439126909,-0.437185824,-0.435543845,-0.433546635,-0.431531747,-0.429067574,-0.426689283,-0.424064412,-0.421680446,-0.419358317,-0.417509665,-0.415770247,-0.413956691,-0.412080088,-0.403579595,-0.40014823,-0.396711673,-0.393427247,-0.389963888,-0.386457656,-0.382065367,-0.377607878,-0.37334339,-0.369457684,-0.368354321,-0.365674759,-0.362929825,-0.359831601,-0.356977581,-0.471305398,-0.469196284,-0.467298826,-0.465515806,-0.46362391,-0.461693086,-0.459456331,-0.457241296,-0.455151641,-0.453217318,-0.451860464,-0.450338277,-0.448705546,-0.446983682,-0.445248801,-0.477081689,-0.475261755,-0.473550498,-0.471991261,-0.470363178,-0.468663542,-0.466631173,-0.464619437,-0.462664729,-0.460854301,-0.459442794,-0.458023041,-0.456572654,-0.455037153,-0.45343351,-0.455153371,-0.452709584,-0.45038183,-0.448164644,-0.445760429,-0.443331798,-0.440321457,-0.437309793,-0.434481513,-0.431893791,-0.430740854,-0.428835212,-0.426847756,-0.424675099,-0.422615805,-0.460274965,-0.458560988,-0.456863491,-0.455287354,-0.45351075,-0.451618212,-0.449257067,-0.446873398,-0.444603598,-0.442512991,-0.440598077,-0.439175555,-0.437687623,-0.436103921,-0.434350385,-0.477540319,-0.475702373,-0.473964204,-0.47232335,-0.470448218,-0.468594696,-0.466273085,-0.463909097,-0.461667224,-0.459698398,-0.458305125,-0.456782085,-0.455150924,-0.453311,-0.451577886,-0.465304138,-0.463035685,-0.46098355,-0.459020694,-0.456885644,-0.454713556,-0.452100108,-0.449518926,-0.447136679,-0.444934538,-0.443663999,-0.441963064,-0.440142475,-0.438196334,-0.436314205,-0.488125152,-0.486487995,-0.484915246,-0.483474959,-0.481946813,-0.480360861,-0.478447913,-0.476556697,-0.474708243,-0.47300632,-0.471688705,-0.470333261,-0.468965677,-0.467540485,-0.466048462,-0.475253002,-0.473496623,-0.471809831,-0.470275591,-0.468677017,-0.467006518,-0.464971294,-0.462948803,-0.460964079,-0.459118913,-0.457648401,-0.456189558,-0.454748109,-0.453219333,-0.451608953,-0.079360062,-0.075972385,-0.072884323,-0.069787507,-0.066363139,-0.062390328,-0.057855476,-0.053616084,-0.049760221,-0.046379912,-0.042600399,-0.039893689,-0.037146876,-0.034175415,-0.031360807,0.141531553,0.145580516,0.148994202,0.153227809,0.158285588,0.163906991,0.170190225,0.176210338,0.181060726,0.185793771,0.190676005,0.194146806,0.197842997,0.20103436,0.203945345,0.081315982,0.086138432,0.089990191,0.09314145,0.097643221,0.102270642,0.107584717,0.112790993,0.117197771,0.121100265,0.120075773,0.123110876,0.126412115,0.129667119,0.132804384,0.214165241,0.219850335,0.225575878,0.230829873,0.236560658,0.242106106,0.248238519,0.254023303,0.25888724,0.263014284,0.267507846,0.271036552,0.274716969,0.278478284,0.282207063,-0.090822225,-0.087152292,-0.083890513,-0.080748452,-0.077151258,-0.073163217,-0.068626238,-0.06429037,-0.060440639,-0.057058204,-0.054062859,-0.05135071,-0.048561815,-0.045588475,-0.042770406,-0.076827019,-0.07340898,-0.070285808,-0.067224102,-0.063797904,-0.060356526,-0.056328628,-0.052351664,-0.048741861,-0.04548839,-0.042421145,-0.039705782,-0.036975287,-0.034068604,-0.031392554,0.436337248,0.447290479,0.456756075,0.465274122,0.475081216,0.486382471,0.49875203,0.509497869,0.518301338,0.525697677,0.527061984,0.532253574,0.537767869,0.544278372,0.550583165,0.00039107,0.004066641,0.00751514,0.010890306,0.014775641,0.018538787,0.023036255,0.027446446,0.031562264,0.035252027,0.03919675,0.042442903,0.04552879,0.048815738,0.05183927,-0.095070469,-0.091370075,-0.088117296,-0.085026019,-0.081436688,-0.077581319,-0.073163711,-0.068881545,-0.065124383,-0.061792288,-0.059184131,-0.056509118,-0.053737136,-0.050814728,-0.048039482,0.019541323,0.023699618,0.027350811,0.031114599,0.035138788,0.039439448,0.044494903,0.049430592,0.053633144,0.0573819,0.061734828,0.064875752,0.068001347,0.071410831,0.074548343,-0.054201218,-0.050248187,-0.046824165,-0.043584985,-0.039762599,-0.035737619,-0.031101247,-0.026549385,-0.022652182,-0.019169909,-0.016747137,-0.013940441,-0.011024314,-0.008000733,-0.005111258,0.186220717,0.190651528,0.194483556,0.1989698,0.203172006,0.20837126,0.214923102,0.220946627,0.225866245,0.230384235,0.237899449,0.241872013,0.245665372,0.249473962,0.252921966,0.007771189,0.011929781,0.015640857,0.019386151,0.023696602,0.028207521,0.033433477,0.038671845,0.043045888,0.046987991,0.051281629,0.054483525,0.057755094,0.061095992,0.064344073,0.108006273,0.112942852,0.116854246,0.120005703,0.124697953,0.129466058,0.134934761,0.140312379,0.144831407,0.148831613,0.147325682,0.150412361,0.153788565,0.157064931,0.160238789,0.026944584,0.031141351,0.034830817,0.038697609,0.042810015,0.047285478,0.052591098,0.057760633,0.062099319,0.066014868,0.070778225,0.074070316,0.077339364,0.080794094,0.084002368,0.394876039,0.399839271,0.404524795,0.40936836,0.414742318,0.420051597,0.425778426,0.431647471,0.43676815,0.440895292,0.443359749,0.44592894,0.448347904,0.451146243,0.454088776,0.165736618,0.170175489,0.174199925,0.178613082,0.183298161,0.188213823,0.194144729,0.200108619,0.205115613,0.209522441,0.216962789,0.220713127,0.224291184,0.228173354,0.231698995,0.026359895,0.030554239,0.034259183,0.038127606,0.042306225,0.046808787,0.052127856,0.057353219,0.061735866,0.065681975,0.0704931,0.073791323,0.077077084,0.080522765,0.083755467,0.039878311,0.04408744,0.048074641,0.051887087,0.056021202,0.060058841,0.064590232,0.069054569,0.072935305,0.076386227,0.079592425,0.082423351,0.085280881,0.088328445,0.091232952,-0.071081844,-0.067391785,-0.06412605,-0.060875596,-0.057278105,-0.053506207,-0.049135477,-0.044823741,-0.041112715,-0.037793526,-0.034535851,-0.03179878,-0.029022792,-0.026063347,-0.023277766,0.020812913,0.024995043,0.028668685,0.032492505,0.036560605,0.040962142,0.046162335,0.051229361,0.055498819,0.05934682,0.063921577,0.06715695,0.070369427,0.073812191,0.076987482,0.185495938,0.190033609,0.194305638,0.198546909,0.203132744,0.207645789,0.212588202,0.217534819,0.221831969,0.225514264,0.228351669,0.231026088,0.233678551,0.236593986,0.23947273,0.189802384,0.194412696,0.198416462,0.202992258,0.207384745,0.212681761,0.219203933,0.225251095,0.230143219,0.234698494,0.241736917,0.245719371,0.249470105,0.253459679,0.256965045,0.121585709,0.125907039,0.129941068,0.13428648,0.139210647,0.144144358,0.149968899,0.155844966,0.160656487,0.165094765,0.172250285,0.175866961,0.179488879,0.183247822,0.18700444,-0.010939459,-0.00683536,-0.003218238,0.000392158,0.004520191,0.008872822,0.013926052,0.018947387,0.023171104,0.026965254,0.030734531,0.033831446,0.036994029,0.040254324,0.043381748,-0.011293022,-0.007096205,-0.003492929,-0.00011089,0.004016153,0.008334912,0.013309715,0.018230965,0.022388765,0.026109434,0.02840695,0.031382911,0.034498913,0.037657342,0.040708368,0.02226173,0.026263172,0.02979529,0.03343412,0.037347295,0.041471025,0.046261629,0.050978109,0.055033204,0.058579613,0.062529825,0.065436063,0.06833518,0.071531141,0.074522877,0.008471491,0.012656984,0.016410981,0.020122304,0.024665562,0.029451667,0.034885162,0.040370579,0.044876157,0.048989849,0.05296988,0.056170242,0.059586896,0.062791116,0.066068817,-0.12311948,-0.119829218,-0.116926393,-0.114059715,-0.11080026,-0.107372233,-0.103366934,-0.099412716,-0.095888609,-0.092729982,-0.089828788,-0.087250152,-0.084590568,-0.081783575,-0.079173589,0.128510894,0.132728034,0.136889939,0.141178781,0.146257428,0.151380134,0.157285821,0.163354939,0.168369301,0.172990097,0.179963396,0.183568155,0.187356272,0.190830634,0.194684716,0.132881228,0.138875776,0.143890139,0.148185508,0.153578207,0.159506246,0.166151745,0.172277185,0.177516444,0.182104256,0.182762872,0.186208355,0.189918342,0.193899362,0.19774039,0.043399748,0.047255908,0.050764043,0.054322419,0.058221698,0.062186053,0.066674769,0.071160864,0.075052826,0.078402723,0.08165115,0.084245164,0.086810449,0.089636727,0.092359804,0.031597126,0.035773322,0.039615933,0.043529009,0.048132694,0.052955836,0.058469489,0.064095095,0.06868805,0.072900443,0.07790907,0.081222919,0.084736444,0.088077786,0.091512835,-0.084424418,-0.081640518,-0.079346661,-0.076829046,-0.073786328,-0.070549423,-0.066579332,-0.062656663,-0.059233432,-0.056029954,-0.052385339,-0.049948573,-0.047248243,-0.044480117,-0.041911371,0.132375213,0.136480004,0.140476402,0.144834819,0.149768035,0.155315759,0.161624854,0.168088231,0.173443646,0.178174565,0.184901112,0.188528024,0.192547169,0.195781454,0.199624015,-0.018302765,-0.015914806,-0.01447039,-0.012063789,-0.009616886,-0.006731664,-0.002909625,0.001368239,0.005250558,0.008897596,0.01112074,0.013615362,0.016724342,0.020014702,0.02235514,-0.047974703,-0.044764599,-0.041826714,-0.038897433,-0.035464362,-0.031949699,-0.027602409,-0.023423147,-0.019221039,-0.015368539,-0.012363007,-0.009238895,-0.006012325,-0.002640324,0.000247816,0.137077303,0.141346612,0.145107829,0.149157435,0.153432183,0.15804655,0.16338263,0.168672673,0.173218454,0.177016313,0.181866207,0.184899183,0.187912429,0.191323396,0.194570488,0.045541251,0.049905058,0.053786388,0.05749954,0.062454118,0.067524062,0.073292676,0.079040372,0.083658448,0.087994909,0.092161215,0.095451823,0.098968562,0.102273411,0.105601254,0.045783949,0.050026802,0.053821793,0.057798165,0.062160439,0.066778366,0.072218784,0.077630967,0.082164088,0.086233671,0.091523615,0.094913913,0.098269991,0.10179845,0.105137765,0.00709042,0.011325065,0.015052459,0.018649306,0.023082787,0.027710851,0.032997482,0.038302508,0.042699743,0.046677647,0.049915888,0.053042026,0.056356765,0.05957394,0.062787407,0.609902515,0.619891087,0.62756454,0.633203151,0.641345284,0.650066964,0.659917375,0.66877425,0.676263849,0.683063334,0.678447434,0.683193484,0.688759702,0.694644373,0.700414025,0.052780934,0.056566084,0.06018642,0.063850815,0.068021077,0.071931829,0.076585261,0.08124611,0.085532084,0.089321092,0.095010883,0.098683239,0.101906151,0.10538966,0.108790391,0.048946581,0.05289353,0.056581166,0.06050161,0.06517141,0.07040958,0.07625761,0.082231092,0.087135776,0.09169921,0.096810938,0.100263146,0.103910234,0.106940343,0.110310217,0.104515297,0.109002381,0.11327886,0.117387756,0.121771144,0.126051332,0.130768801,0.135423123,0.139456658,0.143028681,0.146075059,0.148896639,0.151750806,0.154804007,0.157749805,0.243058105,0.247166754,0.250917883,0.25504008,0.259640947,0.264506566,0.269937787,0.275491642,0.280288625,0.284067743,0.288401188,0.29092805,0.293333168,0.296113705,0.298952,0.061610067,0.065617591,0.069322782,0.073008737,0.077029761,0.081042132,0.085542518,0.090032569,0.093934469,0.097319575,0.100394138,0.103015992,0.1056196,0.108466498,0.111214646,-0.107028857,-0.103851735,-0.101041677,-0.098217426,-0.095001932,-0.091678342,-0.087696086,-0.083753687,-0.080107687,-0.076815744,-0.07382569,-0.07111814,-0.068327515,-0.065383597,-0.0627386,0.64291362,0.651599301,0.660008659,0.668150298,0.676402308,0.684126297,0.691526888,0.698840151,0.705245623,0.710966914,0.711055923,0.714433907,0.718414778,0.722488515,0.726801686,-0.03710618,-0.033459339,-0.030131249,-0.026844498,-0.023241074,-0.019616189,-0.015469119,-0.011350432,-0.00774325,-0.004541206,-0.001476582,0.0011383,0.003758324,0.006588212,0.009260456,0.199085017,0.203255576,0.207347213,0.211595952,0.21662683,0.221460109,0.227298101,0.233297,0.238504017,0.243033875,0.251419992,0.255371885,0.258637521,0.262651325,0.266368038,-0.035710422,-0.031979864,-0.028507085,-0.025158127,-0.021436074,-0.017775437,-0.013549544,-0.009375623,-0.005658613,-0.002324837,0.000902426,0.003709271,0.006513198,0.009506565,0.012299217,-0.018533644,-0.014802888,-0.011461545,-0.008080544,-0.004397259,-0.000596878,0.003770588,0.008104527,0.011854618,0.015147253,0.018496063,0.021161432,0.023827494,0.026738825,0.029493946,-0.096481309,-0.092895489,-0.089725537,-0.08663164,-0.083134828,-0.079468059,-0.075233216,-0.071059987,-0.067441877,-0.064205219,-0.061311937,-0.058662836,-0.055950341,-0.053087025,-0.050378041,-0.115778179,-0.112628799,-0.109910518,-0.107133788,-0.103959782,-0.100576803,-0.096570812,-0.092599188,-0.089044521,-0.085842576,-0.0827826,-0.080211976,-0.077512881,-0.074668653,-0.072064205,0.260719141,0.266706766,0.272949649,0.278645324,0.284324187,0.289986732,0.295859041,0.301361271,0.306098718,0.310311111,0.314618941,0.318166932,0.321780493,0.325378528,0.328991891,-0.066645,-0.063008396,-0.059774754,-0.056540321,-0.052988275,-0.049291144,-0.045012687,-0.040784124,-0.037128234,-0.033869076,-0.030606309,-0.027919478,-0.025206488,-0.022290114,-0.019548542,-0.06690639,-0.063125096,-0.059796314,-0.056514953,-0.052828257,-0.048944702,-0.044447036,-0.040015137,-0.036218415,-0.032817981,-0.029660936,-0.026870311,-0.024022671,-0.021019067,-0.018178498,0.103973628,0.109199684,0.113393335,0.116796589,0.121484585,0.126418395,0.132057006,0.1374368,0.142044392,0.146128316,0.14527744,0.148402096,0.151823843,0.15530933,0.158661107,0.604353704,0.612372313,0.617278084,0.618992691,0.625301144,0.631345141,0.638243227,0.645008295,0.650686664,0.655427472,0.634877902,0.638394938,0.642697131,0.646447172,0.649892111,0.001521532,0.005759688,0.009434715,0.012926928,0.017216363,0.021690194,0.026828774,0.031951084,0.036239382,0.040091833,0.04279073,0.045851991,0.049070452,0.052276353,0.055416535,-0.091377789,-0.087969442,-0.084895275,-0.081860518,-0.078493017,-0.075059748,-0.071076058,-0.067128516,-0.06362854,-0.060490237,-0.057483716,-0.054884905,-0.052259836,-0.049454871,-0.046838159,-0.114639311,-0.111177509,-0.108116594,-0.105145924,-0.101756566,-0.098185828,-0.09405745,-0.089999883,-0.086434633,-0.08324871,-0.080466046,-0.077870351,-0.075198701,-0.072383005,-0.069727624,0.273828858,0.276203218,0.279307253,0.282977385,0.28734228,0.293448088,0.300278429,0.307512376,0.313824883,0.320021778,0.324853079,0.329120459,0.33259843,0.334745719,0.33808098,-0.100106441,-0.096483484,-0.093296523,-0.090242382,-0.086721736,-0.083001068,-0.078717517,-0.074521937,-0.07086486,-0.067602389,-0.064961942,-0.062319022,-0.059589467,-0.056721899,-0.054000206,-0.007364567,-0.004235214,-0.001570586,0.001255099,0.004624727,0.008091522,0.012689323,0.017194555,0.021781428,0.025899917,0.028981205,0.032337135,0.035927554,0.03965114,0.042649304,0.865034299,0.874263626,0.880675131,0.884813943,0.893786628,0.901638691,0.911127924,0.919559336,0.92662466,0.932766172,0.919057722,0.923142437,0.927885026,0.932837478,0.937630999,0.011720512,0.016155179,0.019843014,0.023079573,0.027257302,0.031625263,0.03664185,0.041536397,0.045712049,0.049427575,0.050254121,0.053180386,0.056301629,0.059469454,0.06251504,-0.051544156,-0.047407569,-0.043821204,-0.040519965,-0.036585923,-0.032337234,-0.027503856,-0.02287149,-0.018841812,-0.015283041,-0.013138274,-0.010323963,-0.007381033,-0.004281103,-0.001317207,-0.033763749,-0.02980424,-0.026321423,-0.022820062,-0.018942293,-0.014824596,-0.010024744,-0.005299957,-0.00128996,0.002310398,0.005981666,0.00895649,0.011968698,0.015145077,0.018136417,0.015013987,0.01917253,0.023118341,0.026846674,0.031048139,0.035095074,0.039768434,0.044356296,0.04838899,0.051969767,0.055566218,0.058631386,0.0616879,0.064948196,0.06800738,-0.114917018,-0.111619537,-0.108673938,-0.105764634,-0.102495488,-0.099121756,-0.095177032,-0.091272264,-0.087780744,-0.08464249,-0.081695802,-0.079103024,-0.076459412,-0.07365682,-0.071058158,0.048466774,0.052960534,0.056820699,0.060362509,0.065129823,0.069997519,0.075534512,0.081033528,0.085551072,0.089656853,0.091928408,0.095071805,0.098445042,0.101698167,0.10492627,-0.039053149,-0.035170831,-0.031747303,-0.028290843,-0.024510785,-0.020513102,-0.015854873,-0.011273291,-0.007361897,-0.003859151,-0.000190949,0.002714201,0.005642493,0.008776,0.011707457,-0.011743555,-0.007188824,-0.003080868,0.000789385,0.00513806,0.010314024,0.015905411,0.021014914,0.025560151,0.029393316,0.032429804,0.035550503,0.038617698,0.042038407,0.045259687,0.095201708,0.099194101,0.10299646,0.107091311,0.111851406,0.117456095,0.123588804,0.129969947,0.135143339,0.140012468,0.145591889,0.149179489,0.153058445,0.156049043,0.159639561,0.103732118,0.107369118,0.110759762,0.114875877,0.119580983,0.124989704,0.130897864,0.136839501,0.141917159,0.146545371,0.152200697,0.155728167,0.159373672,0.162242971,0.165377961,-0.080890915,-0.077446421,-0.074321914,-0.071244928,-0.067834851,-0.064383385,-0.060382981,-0.056418972,-0.052896052,-0.049737029,-0.046714833,-0.044095846,-0.041457822,-0.038635549,-0.0360043,0.189593114,0.19486674,0.199231189,0.202995769,0.208790887,0.214305776,0.220544901,0.226640029,0.231524537,0.235953321,0.23661436,0.239922522,0.243353812,0.246958868,0.25037928,0.070196454,0.074463142,0.07836074,0.082458609,0.087064025,0.091806911,0.09737565,0.102985185,0.107668781,0.111884982,0.11784892,0.121342715,0.124768913,0.128392957,0.131887692,0.364393774,0.36731811,0.370513923,0.373742768,0.37848061,0.383780592,0.391611491,0.398055435,0.407443692,0.416647305,0.41802269,0.424431524,0.43195386,0.439474513,0.44443013,0.751696174,0.760321032,0.765309582,0.766531871,0.773566537,0.77994768,0.787256097,0.794451176,0.800413977,0.805260905,0.778662985,0.782200592,0.786575278,0.790253222,0.793575428,0.044406586,0.048565821,0.052453727,0.056479301,0.061209181,0.066290301,0.072023607,0.077925784,0.082719306,0.087139139,0.092522245,0.095937613,0.099621096,0.102890341,0.10641519,-0.072850598,-0.068988752,-0.065631684,-0.062477161,-0.058760152,-0.054828879,-0.050314004,-0.045906039,-0.042095719,-0.038699735,-0.036364538,-0.03363701,-0.030799112,-0.027837738,-0.025011163,-0.110905043,-0.107470736,-0.104441913,-0.101481677,-0.098087226,-0.094415067,-0.090172708,-0.08604789,-0.082385077,-0.079129727,-0.076170677,-0.073551048,-0.070837861,-0.067968315,-0.065269665,-0.020945239,-0.016444952,-0.01252525,-0.008935771,-0.004687329,1.78267E-05,0.005301936,0.010272733,0.014602123,0.018378719,0.020585545,0.023550133,0.026631866,0.02993093,0.033084464,-0.036314891,-0.032321361,-0.028825687,-0.025387127,-0.021459562,-0.017310118,-0.012498597,-0.007748244,-0.003720248,-0.000107775,0.003149949,0.006100147,0.009122442,0.012263812,0.015255251,-0.100716053,-0.097436967,-0.094482516,-0.091561642,-0.08826777,-0.084905808,-0.080936211,-0.077017053,-0.073433458,-0.070199222,-0.067204372,-0.064523227,-0.061798172,-0.058910577,-0.056272503,0.084805821,0.089527048,0.094104625,0.098299414,0.103331677,0.10803797,0.113643945,0.119049303,0.123830067,0.127986286,0.132761808,0.136528168,0.140051533,0.143958923,0.147562644,-0.110141199,-0.106727067,-0.103686822,-0.10069657,-0.097345634,-0.09386257,-0.089825623,-0.085834714,-0.082331721,-0.079193269,-0.076256917,-0.073672941,-0.071038279,-0.068243599,-0.065619223,0.059810308,0.064036349,0.067808841,0.071729829,0.076752103,0.082037992,0.08812862,0.094039055,0.098909718,0.10351998,0.109080115,0.112654859,0.11633844,0.119604224,0.123000258,0.153139097,0.15799809,0.162227889,0.166625766,0.171240529,0.176319769,0.182428693,0.188242998,0.193228235,0.197588086,0.203606122,0.207364669,0.211032822,0.215145031,0.21878035,0.212692046,0.217169092,0.221343508,0.226096877,0.231467077,0.236570646,0.242756266,0.248817373,0.253879108,0.258553556,0.267796036,0.271696107,0.275421127,0.27947014,0.283585019,-0.092605072,-0.089586684,-0.087060365,-0.084342233,-0.081270884,-0.078033286,-0.074054097,-0.070030996,-0.066314877,-0.062953853,-0.059977842,-0.057275583,-0.054400103,-0.051365792,-0.048749723,0.089417716,0.094206194,0.09811655,0.10143925,0.106204586,0.111036431,0.116563534,0.122010875,0.126550771,0.130604827,0.130548059,0.133660303,0.137037595,0.140313813,0.14351828,0.028579924,0.03276868,0.036573314,0.040457561,0.044959381,0.049637784,0.055040621,0.06050616,0.065014705,0.069116974,0.074025367,0.077319238,0.080723233,0.084125299,0.087509267,0.143166744,0.14735189,0.151435369,0.155653053,0.160589483,0.16552087,0.171320192,0.177303317,0.182063708,0.186538874,0.193588276,0.197075791,0.200807091,0.20442357,0.208235274,-0.025886417,-0.022481285,-0.019318949,-0.01619909,-0.012594578,-0.009006285,-0.004659885,-0.000452041,0.003635245,0.007343353,0.010699185,0.01381939,0.016897315,0.020141391,0.023027206,0.263084007,0.267232512,0.271056727,0.275159342,0.279867614,0.284703959,0.290053489,0.295518236,0.300303253,0.30408059,0.307745282,0.310128247,0.312333688,0.314860649,0.31748107,0.016376713,0.020503558,0.024257753,0.028067629,0.032697077,0.037660656,0.043263317,0.048938422,0.053578601,0.057853647,0.062445069,0.065739435,0.069264828,0.072430279,0.075759803,0.190494526,0.195987064,0.201292288,0.206182236,0.212025469,0.217465393,0.223872645,0.22998686,0.235074803,0.239290855,0.243669992,0.247258136,0.251040418,0.255054519,0.258930756,-0.091234584,-0.087780546,-0.084685016,-0.081618859,-0.078225249,-0.074733778,-0.07069332,-0.066690494,-0.063180677,-0.060041187,-0.057006233,-0.054414592,-0.051792787,-0.048988118,-0.046357314,0.505498405,0.510583382,0.514790929,0.518609902,0.522848306,0.526438923,0.530585053,0.534782018,0.537633664,0.540636426,0.540899003,0.543603487,0.546481934,0.549364337,0.552191554,0.465597027,0.470964062,0.475236585,0.479016198,0.482981739,0.486136905,0.489739983,0.493427521,0.495848264,0.498637999,0.497438951,0.499895694,0.502577926,0.505428484,0.507926962,0.258543666,0.264452765,0.269493336,0.274699661,0.280285658,0.285882732,0.292447926,0.299685729,0.305060083,0.310091555,0.311899918,0.315673003,0.319574854,0.323757775,0.327602265,0.451037158,0.458078944,0.463853739,0.469095964,0.475040469,0.479956131,0.48598915,0.492565519,0.498350501,0.504111746,0.502595926,0.5059928,0.509284149,0.51267321,0.514780544,0.358988465,0.364288051,0.36869478,0.372842197,0.377271969,0.381182028,0.385686865,0.390571868,0.394151903,0.397889087,0.398032194,0.40091519,0.403978973,0.407218796,0.410138583,0.191666674,0.19676426,0.201076046,0.205142267,0.209584055,0.213623375,0.21841571,0.223641222,0.227875372,0.232082722,0.232701333,0.235658602,0.238684804,0.241838387,0.244439424,0.18196649,0.187270923,0.19190947,0.196609879,0.201689119,0.206745316,0.212653278,0.219109485,0.224106145,0.22874578,0.231348992,0.234854655,0.238442305,0.242228147,0.245626208,0.302416718,0.308202689,0.312903641,0.317136506,0.321760813,0.325622214,0.330267684,0.335528503,0.340124721,0.344805301,0.343374533,0.346451371,0.349605449,0.352869898,0.355306169,0.333667624,0.33950878,0.344194799,0.348359127,0.352854865,0.356516194,0.36090799,0.365990197,0.370475056,0.375098966,0.373026939,0.376098536,0.379284558,0.382587577,0.38507122,1.038657125,1.048771694,1.058423615,1.07083481,1.082208163,1.093705929,1.109375442,1.127748252,1.142358361,1.153233659,1.180084067,1.189884336,1.200284525,1.21298312,1.22243487,0.127948259,0.132409976,0.136439752,0.140321576,0.144664219,0.148849415,0.153778873,0.159084443,0.163321264,0.167373886,0.170195911,0.173101308,0.176018524,0.178986425,0.181481738,0.229992299,0.235311171,0.239737581,0.243827933,0.248292023,0.252210786,0.256882168,0.262035087,0.266326995,0.270647979,0.270485587,0.273450966,0.276489234,0.279651322,0.28216147,0.291460026,0.297502738,0.303188623,0.309153204,0.31569219,0.32247051,0.329907495,0.338398444,0.345296828,0.351017426,0.361015196,0.366405769,0.371088426,0.376358639,0.3808074,0.110876413,0.115385353,0.119748616,0.124032167,0.12872946,0.133575646,0.138950939,0.144878928,0.149649209,0.153963566,0.158409508,0.16171233,0.165029245,0.168345912,0.17130333,1.348601345,1.364551532,1.374945392,1.386643329,1.399820199,1.414419231,1.430478602,1.450920373,1.460965911,1.472507391,1.444732083,1.45168308,1.45987763,1.468797503,1.478653155,0.421371994,0.428444834,0.434134378,0.440107564,0.446532123,0.453046384,0.46067009,0.469293168,0.475049766,0.480730903,0.479418122,0.483471486,0.487788118,0.492461775,0.497013984,0.572040131,0.577812453,0.582441111,0.58632882,0.590249165,0.593073217,0.596303447,0.599429141,0.600942687,0.602978418,0.60050061,0.602652942,0.60520176,0.607960935,0.610358141,0.348963794,0.354388586,0.358915873,0.363292339,0.367963424,0.372212311,0.377136181,0.38252804,0.386422474,0.390440036,0.390807741,0.393823262,0.39703213,0.400433553,0.403539764,0.151637468,0.156624387,0.161336762,0.166160497,0.171468441,0.177036488,0.183207817,0.190012939,0.19554558,0.200397502,0.206359957,0.210321048,0.214195109,0.218106157,0.221633479,0.618190029,0.624712894,0.629825859,0.634168897,0.63836517,0.641161531,0.644425782,0.648867323,0.652607771,0.656454536,0.653160121,0.656268804,0.65944731,0.662931709,0.665768421,0.619572535,0.627091606,0.633010694,0.639184249,0.645795529,0.652353206,0.660163435,0.669040386,0.674375279,0.680006572,0.677542016,0.681391649,0.685655469,0.690236655,0.694995958,1.300253324,1.309800017,1.31872345,1.33000186,1.340599648,1.351646041,1.366603087,1.386525838,1.402532199,1.414932318,1.45133377,1.463167397,1.475011309,1.489443005,1.499016203,0.270637693,0.275841744,0.280209408,0.284282353,0.288935637,0.29299177,0.298134206,0.303471374,0.307844082,0.312327754,0.314341827,0.317267152,0.320027909,0.323032156,0.325048305,0.941412095,0.951945698,0.959415617,0.967504543,0.976292188,0.985505296,0.996521129,1.009786711,1.016603799,1.024279328,1.013241836,1.017937646,1.023435327,1.029435215,1.036168437,0.430602013,0.436801281,0.441643066,0.44581402,0.450247946,0.453617425,0.457700261,0.462713931,0.467343083,0.472202274,0.468603844,0.471780669,0.475109896,0.478561956,0.481080906,0.137381169,0.141307003,0.145425789,0.149466889,0.153984137,0.158790466,0.163835784,0.169503274,0.17413747,0.178223569,0.183357204,0.186411938,0.189580257,0.192457171,0.195124272,0.295423788,0.300709034,0.305079665,0.309132436,0.313454408,0.31722512,0.321615234,0.326433579,0.330168687,0.334038989,0.333680778,0.336555862,0.33958513,0.342778075,0.34552469,0.110883286,0.115389408,0.119568373,0.12365116,0.12815921,0.132667162,0.137820774,0.143435551,0.147934503,0.152107979,0.155580016,0.15868687,0.16181563,0.164986669,0.167761569,0.222376604,0.227584709,0.231965131,0.236153195,0.240674449,0.2448367,0.249722989,0.255073508,0.259229628,0.263385549,0.263792122,0.266799533,0.269926117,0.273205104,0.276057343,0.264968028,0.270466203,0.275073894,0.279613642,0.28449726,0.289142434,0.294581666,0.30056306,0.304953075,0.309330233,0.309755003,0.312952003,0.316308427,0.319854836,0.3231,0.727818266,0.736086693,0.744034391,0.7527625,0.762177954,0.771667681,0.782166571,0.795306848,0.80598336,0.814203227,0.837011744,0.846174808,0.853344372,0.862450966,0.869156101,0.162616759,0.16757104,0.171829619,0.175923482,0.180401912,0.184607679,0.189573829,0.194958567,0.199247903,0.203435324,0.20476388,0.207765506,0.210832256,0.214023717,0.216737201,0.384908532,0.390751864,0.395594044,0.400423565,0.405582319,0.410456147,0.416154691,0.422459781,0.426803808,0.431256722,0.431390434,0.434649146,0.43814126,0.441854115,0.44537125,0.260076299,0.265432159,0.269845416,0.273895516,0.278256554,0.282027463,0.286480476,0.29143728,0.295515863,0.299681971,0.299032404,0.301965147,0.305014985,0.308201898,0.310797099,0.34694715,0.352294208,0.356660883,0.360602294,0.364758018,0.368226198,0.372237925,0.376613798,0.37996508,0.383539972,0.382575215,0.385329939,0.38826644,0.391373047,0.394018884,0.259227551,0.265175814,0.270420709,0.275962697,0.281849148,0.287818378,0.2948659,0.302646757,0.308661282,0.314010219,0.318329719,0.322527871,0.32679901,0.331438447,0.335550854,0.744458865,0.753709851,0.760755395,0.766861698,0.773749994,0.778812817,0.785134522,0.792750613,0.800324474,0.80801741,0.800523458,0.804780059,0.809049813,0.813280997,0.815711631,0.495534854,0.500840276,0.505306937,0.5095759,0.514200404,0.518314591,0.522975885,0.527989753,0.531454868,0.535068923,0.536109437,0.539017059,0.542151654,0.545428761,0.548586004,0.563570049,0.572604348,0.580266229,0.58883788,0.597837861,0.606626297,0.617434246,0.629248785,0.638092506,0.64540656,0.649396431,0.655238972,0.661149455,0.667940435,0.673969399,0.386446308,0.393535961,0.399504697,0.405933014,0.412750103,0.419684979,0.427888925,0.436996903,0.443617183,0.449639422,0.451607408,0.456170298,0.460879756,0.466077575,0.470878614,0.200140068,0.205465517,0.210022374,0.214563309,0.21947452,0.224262108,0.229867984,0.235999902,0.240655954,0.245129341,0.246525593,0.249824953,0.253236761,0.256829652,0.26007442,0.128383908,0.132354988,0.137227975,0.141532937,0.145969385,0.150780214,0.15547548,0.161078636,0.165426916,0.169364124,0.174408848,0.177315877,0.180206736,0.183107138,0.185546821,0.437669117,0.443619853,0.448333465,0.452389004,0.456538695,0.459662115,0.463347773,0.467770919,0.471564575,0.475628323,0.472586594,0.475505095,0.478639295,0.481960808,0.484551064,0.639235676,0.645578149,0.650787145,0.655349343,0.659279973,0.662150409,0.665376782,0.66906066,0.671315452,0.673558178,0.670644325,0.672760165,0.675756895,0.679084638,0.682048732,2.723360931,2.742353044,2.752975953,2.760707064,2.769556521,2.772794465,2.778642148,2.791828907,2.810192816,2.830463492,2.792344367,2.802555066,2.813067999,2.822816643,2.826174057,1.327921624,1.33619015,1.341847157,1.345972024,1.350217746,1.351226908,1.353698387,1.360607254,1.369451964,1.378843386,1.360057377,1.364780977,1.369563521,1.374064402,1.376787281,0.166198079,0.171390113,0.176090077,0.180906148,0.186118604,0.191416559,0.197540219,0.204262315,0.209608582,0.214395181,0.218847205,0.222605752,0.226380914,0.230354664,0.233869426,0.271320886,0.276634021,0.281074574,0.285326229,0.28988546,0.29404959,0.298913034,0.304245059,0.308270533,0.312358314,0.312564023,0.315568269,0.318724127,0.322050981,0.3250038,0.196825725,0.202000502,0.206399665,0.210678765,0.215314543,0.219702679,0.224853423,0.230476705,0.234814799,0.239071103,0.239998871,0.243094006,0.24629684,0.249653858,0.252616369,0.573848791,0.580510114,0.585576497,0.589784143,0.594173762,0.597165152,0.600893337,0.605990675,0.610999203,0.61630947,0.610713188,0.614091568,0.617629669,0.621298119,0.623900441,0.130685776,0.135532703,0.140040753,0.144584902,0.149557233,0.154657885,0.160435399,0.166772829,0.171871997,0.176440376,0.181084808,0.184663854,0.188239932,0.191903981,0.195168084,0.315726903,0.32130034,0.325807946,0.329839552,0.334138283,0.337683407,0.341878394,0.346659454,0.350707675,0.354917695,0.353302085,0.356241157,0.359322544,0.362544566,0.365091702,0.142751073,0.147717321,0.152132753,0.156547097,0.161355948,0.166133993,0.171690271,0.177735999,0.182510977,0.186938771,0.189876854,0.193213994,0.196607456,0.200139079,0.203269768,0.198863781,0.203941982,0.208256439,0.212299913,0.216788629,0.220823597,0.225707117,0.23095943,0.235277941,0.239589925,0.240702041,0.243635377,0.246567526,0.249635661,0.252006857,0.152383313,0.157351292,0.161675292,0.165922053,0.170554073,0.17503819,0.180292877,0.185997552,0.19047979,0.194760176,0.196676042,0.199819043,0.203034537,0.206383,0.209321776,0.838851457,0.849895081,0.858681342,0.866595613,0.875752249,0.882820343,0.891462904,0.900868765,0.909647608,0.91814637,0.910881172,0.915345064,0.919610071,0.923750268,0.925955017,0.485796001,0.491671079,0.496429888,0.50052291,0.504512781,0.507505258,0.510916275,0.51467947,0.517332527,0.520312048,0.517787659,0.520279906,0.523188418,0.526336463,0.528971026,1.235368844,1.254119052,1.268230514,1.284601613,1.30310042,1.323482852,1.344431776,1.367272829,1.382578592,1.397346148,1.384293892,1.39484322,1.404791639,1.415521556,1.427331448,0.209907751,0.215397223,0.220459254,0.225745786,0.231459956,0.237362232,0.244099805,0.251606614,0.257642897,0.262868902,0.269496798,0.273846561,0.27806825,0.282593856,0.286527453,0.122382784,0.127039133,0.131204945,0.135271314,0.139756865,0.144134864,0.149244762,0.154770332,0.159182699,0.163352417,0.166036874,0.169093537,0.172188028,0.175363666,0.178109885,0.181210409,0.185910769,0.189994791,0.193881412,0.198271081,0.202304764,0.207256869,0.212484952,0.216662137,0.220828344,0.223273417,0.226125162,0.228912622,0.231841409,0.234098475,0.268139413,0.274010931,0.279604543,0.285407524,0.291861456,0.298792674,0.305991709,0.314145611,0.320859944,0.326377405,0.336310693,0.341706409,0.346173664,0.351033843,0.355286883,0.120117261,0.124578731,0.1289863,0.133367167,0.138200792,0.143284582,0.148830179,0.154962344,0.159942241,0.16438304,0.169512373,0.172950784,0.176434294,0.179779543,0.182840062,1.860047346,1.871981652,1.878459122,1.882701284,1.887393434,1.888312599,1.89098504,1.899721159,1.912138882,1.925989844,1.899890869,1.906967666,1.914354213,1.921334286,1.924265051,0.176447002,0.180301975,0.184107499,0.187993823,0.192792586,0.197599756,0.202733885,0.208340602,0.213255373,0.217398636,0.222867636,0.226038527,0.229332052,0.232053349,0.234655473,0.560432092,0.567661193,0.573143841,0.577806618,0.582897825,0.586614043,0.591253283,0.597171679,0.603030933,0.609130512,0.603545998,0.607190811,0.61095005,0.61476309,0.617248909,0.146077729,0.150834609,0.154984992,0.15896616,0.163372394,0.167520998,0.172454263,0.177759042,0.18202039,0.186166372,0.18811621,0.191057853,0.194024271,0.197096065,0.199643943,0.564630738,0.570226131,0.574928567,0.57974266,0.584818438,0.589399031,0.594592994,0.600393305,0.604207927,0.60824072,0.610034743,0.613052043,0.616415688,0.620011843,0.623438485,0.649615393,0.65906744,0.666287936,0.674190833,0.682756253,0.691749015,0.702069392,0.7139945,0.721499627,0.728964799,0.723640685,0.728820011,0.734334702,0.740422907,0.746552649,0.400399038,0.406821421,0.412044263,0.417379947,0.423107567,0.428736684,0.435351525,0.44276606,0.447715743,0.45273515,0.451936938,0.455518852,0.459361957,0.463471594,0.467471454,0.805031064,0.812153848,0.817528202,0.821801319,0.82616562,0.828493696,0.831614544,0.836925702,0.842482722,0.848298164,0.840235248,0.843901621,0.847535457,0.851336135,0.854108958,0.497963213,0.505630138,0.512525357,0.520428353,0.528409282,0.536461417,0.546482725,0.557671038,0.566385201,0.573503931,0.582934616,0.588844803,0.594923909,0.601925938,0.607786577,0.272042747,0.277824762,0.282667238,0.287557285,0.29282206,0.297987045,0.304036877,0.310721639,0.31555294,0.320273673,0.320833637,0.324285697,0.327903214,0.331747605,0.335328332,0.254334537,0.259447501,0.264382844,0.26979745,0.275597266,0.281987013,0.289065787,0.296846644,0.303320356,0.309014351,0.316771669,0.321459073,0.32610484,0.33044946,0.334354773,0.752081879,0.759813385,0.765406898,0.7699418,0.774821957,0.777913828,0.781992905,0.788062022,0.794596953,0.80152372,0.792796007,0.796781131,0.800918559,0.805074085,0.807665528,0.710970079,0.717356166,0.722968372,0.72728451,0.731321951,0.733946327,0.736911014,0.739589883,0.739997939,0.740796942,0.737885759,0.739085005,0.741587341,0.744343648,0.746865862,0.13868055,0.14269475,0.146632155,0.150342143,0.154539997,0.158756247,0.163440733,0.168648245,0.172777217,0.176693408,0.180716559,0.183529584,0.186269326,0.188989337,0.191295458,0.93494946,0.948461793,0.958550056,0.970860869,0.983708108,0.997821845,1.013074895,1.030028113,1.041904761,1.052960846,1.049186475,1.057088087,1.064143917,1.072700238,1.081512113,0.27829997,0.283986349,0.288689082,0.292986231,0.297755127,0.301834798,0.30679625,0.312242701,0.31691438,0.321629079,0.321278187,0.324337223,0.327403182,0.330594347,0.332908972,0.239357217,0.244603892,0.248971754,0.25305004,0.257446088,0.261353576,0.265951674,0.271018157,0.275075773,0.279187092,0.279058622,0.281997793,0.285053467,0.288252444,0.290938237,1.086162529,1.095987325,1.103501452,1.111541521,1.120116831,1.128751282,1.139505726,1.151582249,1.157991479,1.164963245,1.160939056,1.165330357,1.170363906,1.175769512,1.182160149,0.206885258,0.211119161,0.215537065,0.219913432,0.224991387,0.23027871,0.236013847,0.242309838,0.247829276,0.252470197,0.258968931,0.262606425,0.266384752,0.269475732,0.272634557,0.257415034,0.26208513,0.266057595,0.269858075,0.274296451,0.278259817,0.283422627,0.288667423,0.292697942,0.296909346,0.300548225,0.303329257,0.305856119,0.308660095,0.310587434,0.158432502,0.162635352,0.166510253,0.170197889,0.174440446,0.178482832,0.183320463,0.188512596,0.192572289,0.196483041,0.199677272,0.202423096,0.205169563,0.207903173,0.210146591,0.327793337,0.33327381,0.337718219,0.341694145,0.345891703,0.349348213,0.353396731,0.357951116,0.361672279,0.365591437,0.364122594,0.366971866,0.369988177,0.373163321,0.37574705,0.38096366,0.386818266,0.391637106,0.396071527,0.401220688,0.405541375,0.411123219,0.41685974,0.421652372,0.426600571,0.42821895,0.431276403,0.434061193,0.43714713,0.438935614,0.177275971,0.181902008,0.186456591,0.191188746,0.196429092,0.202004111,0.208168122,0.214946541,0.220569724,0.22553889,0.231805706,0.235710821,0.23971523,0.243336011,0.246735061,0.360131536,0.366546799,0.372393691,0.378812613,0.385495298,0.392362034,0.400571814,0.409910622,0.417326937,0.423564875,0.432604119,0.437872156,0.443097668,0.448969383,0.453842222,0.705857411,0.712580842,0.718108885,0.7238549,0.729911556,0.735635814,0.742430353,0.750028939,0.754650872,0.759525787,0.759964601,0.763451275,0.767381708,0.771570563,0.775805703,0.391338828,0.396594899,0.400918157,0.404868073,0.409087982,0.412678302,0.416801983,0.421188141,0.424367339,0.427758279,0.427434386,0.430175957,0.433097821,0.436172384,0.438928988,0.42040249,0.427112471,0.43244687,0.437168591,0.442398157,0.446569804,0.451669219,0.457567341,0.462990947,0.468509989,0.465532841,0.468910826,0.472334897,0.475834725,0.478202162,0.399135112,0.404717351,0.409219023,0.413166664,0.417215676,0.420407138,0.424089632,0.428164061,0.431284414,0.434705024,0.432774323,0.435449533,0.438368925,0.441481663,0.444056689,-0.228175629,-0.225110016,-0.222238665,-0.219456075,-0.216421912,-0.213304179,-0.209714947,-0.20599952,-0.202441293,-0.199154147,-0.196191982,-0.193666257,-0.191052908,-0.188387192,-0.18593668,-0.202039814,-0.198787529,-0.195689923,-0.192660259,-0.189369009,-0.185946817,-0.182046845,-0.177985718,-0.174057807,-0.170449636,-0.167025416,-0.164264362,-0.161407722,-0.158511671,-0.155827757,-0.00610969,-0.001929885,0.001753153,0.005039508,0.008864218,0.012355639,0.016469529,0.021007694,0.024717682,0.028366451,0.031595791,0.034503462,0.037118048,0.040039219,0.042501204,-0.148625013,-0.145513956,-0.142616323,-0.139964156,-0.13698147,-0.133905225,-0.130207946,-0.126505772,-0.122891864,-0.119741545,-0.116754062,-0.11458012,-0.112316476,-0.110032064,-0.108004987,-0.234073552,-0.230978146,-0.228085903,-0.225237298,-0.22212189,-0.218930033,-0.21529914,-0.211560991,-0.207950075,-0.204525484,-0.201208273,-0.198491229,-0.195664852,-0.192786405,-0.190130776,-0.145854761,-0.142453931,-0.139458091,-0.136715234,-0.13363899,-0.130716137,-0.127216062,-0.123485949,-0.120200336,-0.11712597,-0.115035894,-0.112820266,-0.110655769,-0.108321265,-0.106370191,-0.164586475,-0.161180007,-0.158207656,-0.155477161,-0.152436916,-0.149567024,-0.146119513,-0.142470546,-0.139239525,-0.136206104,-0.134001701,-0.131713284,-0.129484898,-0.127068505,-0.125018533,-0.248453574,-0.245542169,-0.242925284,-0.24045116,-0.237727588,-0.235032227,-0.231831494,-0.228524889,-0.225454925,-0.222595021,-0.220225655,-0.218002758,-0.215742651,-0.213385622,-0.211270031,-0.154297794,-0.150744116,-0.147677217,-0.144862115,-0.141732613,-0.138809612,-0.135273044,-0.131537145,-0.128242038,-0.125127717,-0.122732044,-0.120316097,-0.117982779,-0.115429313,-0.113267536,-0.121664333,-0.118043701,-0.114885469,-0.111992435,-0.108759732,-0.105740701,-0.102133815,-0.09825476,-0.094867381,-0.091690704,-0.089484521,-0.087148929,-0.084912978,-0.082456383,-0.080394098,-0.273889186,-0.271086718,-0.268611827,-0.266223621,-0.263582456,-0.260991557,-0.257843858,-0.254635807,-0.251620657,-0.248766415,-0.246282277,-0.243974822,-0.241589978,-0.239096346,-0.236831145,-0.185242559,-0.18185874,-0.178945826,-0.176253358,-0.173264985,-0.170460317,-0.167036245,-0.163464914,-0.160276172,-0.157268711,-0.154886538,-0.152519546,-0.150210112,-0.147703524,-0.145550895,-0.26530453,-0.262458769,-0.259915391,-0.257480505,-0.254800176,-0.252152237,-0.248989728,-0.245746147,-0.242706668,-0.239840608,-0.237326924,-0.235036603,-0.232691369,-0.230246716,-0.228028294,-0.256764404,-0.253854729,-0.251193365,-0.248602268,-0.245761402,-0.242895961,-0.23956295,-0.2361392,-0.232878979,-0.229782659,-0.226927477,-0.224468732,-0.221924983,-0.219310916,-0.216912054,-0.207638692,-0.204324522,-0.201170889,-0.198043564,-0.194632102,-0.191098797,-0.187135233,-0.183038255,-0.179036863,-0.175277426,-0.171508445,-0.168530407,-0.165423751,-0.162274866,-0.159360518,0.018542298,0.022357464,0.025694603,0.028585907,0.032102399,0.035342667,0.039362653,0.04392307,0.047613575,0.051175511,0.053325075,0.055501539,0.057584049,0.059896103,0.061536932,-0.17652167,-0.17297086,-0.170025014,-0.167249619,-0.16416665,-0.161354118,-0.15777176,-0.154110925,-0.150839652,-0.14772548,-0.144959431,-0.142392268,-0.139914558,-0.137201816,-0.134840807,-0.278611303,-0.275816771,-0.27333649,-0.270885162,-0.268174373,-0.265493278,-0.26224856,-0.258946653,-0.25582813,-0.2528314,-0.25030612,-0.247922438,-0.245409669,-0.242813578,-0.240428833,-0.129264205,-0.125461253,-0.122217029,-0.119242996,-0.115941164,-0.112896666,-0.109170953,-0.105241658,-0.101801664,-0.098513232,-0.095795941,-0.093180515,-0.090677289,-0.087912279,-0.085595527,-0.207146028,-0.204086869,-0.201237003,-0.198516942,-0.19555191,-0.192483775,-0.188903097,-0.18519133,-0.181666332,-0.178492326,-0.17585534,-0.173541407,-0.171169865,-0.16872499,-0.166503428,-0.264370827,-0.261528528,-0.259057815,-0.25669965,-0.254065878,-0.251525145,-0.248349359,-0.245126275,-0.242101408,-0.239274685,-0.236825854,-0.234501537,-0.232097902,-0.229559395,-0.227281733,-0.034266748,-0.03019494,-0.026678052,-0.023408658,-0.019721467,-0.016394761,-0.012512146,-0.008103044,-0.004376392,-0.000918497,0.002097024,0.004728719,0.007062283,0.009779575,0.012208379,0.197797059,0.202442529,0.206385176,0.209837631,0.214087507,0.217841702,0.222697827,0.228245353,0.232624192,0.236819772,0.238579972,0.240759897,0.242721256,0.245049332,0.24650344,-0.241824195,-0.238797944,-0.236002547,-0.233201661,-0.230132735,-0.227000044,-0.223428614,-0.219771834,-0.216235068,-0.212782934,-0.209346624,-0.206586484,-0.203704773,-0.200771091,-0.198041784,-0.243069824,-0.240139678,-0.237461056,-0.234911224,-0.232113405,-0.229298277,-0.225994764,-0.222579222,-0.219374508,-0.216407423,-0.213915843,-0.211640975,-0.209309537,-0.206902614,-0.204724221,-0.121795671,-0.118616522,-0.115689961,-0.113017916,-0.109972824,-0.106933271,-0.103203553,-0.099345267,-0.095742634,-0.092527486,-0.089501384,-0.087364528,-0.085106918,-0.082820874,-0.080869504,-0.177719037,-0.174590376,-0.171652343,-0.168800054,-0.165738793,-0.162470537,-0.158696463,-0.154749316,-0.150953781,-0.147593252,-0.144641966,-0.142274183,-0.139893097,-0.13738196,-0.135093889,-0.055597025,-0.051632324,-0.04819322,-0.045021835,-0.041474783,-0.038220026,-0.034355658,-0.03009342,-0.026431843,-0.023026909,-0.0206659,-0.018231953,-0.015983293,-0.013440063,-0.011286445,0.044460189,0.047783335,0.05068255,0.053066454,0.05616238,0.059131962,0.06277633,0.067029371,0.070437371,0.073701375,0.07674884,0.078729286,0.080431976,0.082408566,0.083977792,-0.235658157,-0.232872699,-0.230389674,-0.228126451,-0.225527517,-0.223069636,-0.219833522,-0.216574859,-0.213528457,-0.210693896,-0.208334296,-0.205985625,-0.203458021,-0.2008422,-0.198529206,0.051882489,0.056448593,0.060338279,0.064026361,0.068089614,0.071736999,0.076051356,0.080949266,0.085101924,0.088869075,0.091765175,0.094383915,0.096622487,0.099315351,0.101712161,-0.20537097,-0.202456869,-0.199925359,-0.197600102,-0.194933545,-0.192467803,-0.189214183,-0.185877242,-0.182784135,-0.179972889,-0.176778461,-0.174425364,-0.172038394,-0.169429495,-0.167142166,-0.108290854,-0.104504121,-0.101225628,-0.098229541,-0.094885875,-0.091785697,-0.088086143,-0.084096915,-0.080640009,-0.077371159,-0.074862692,-0.072357291,-0.069985947,-0.06735534,-0.065137883,-0.155810697,-0.152132357,-0.149040042,-0.146166045,-0.142970628,-0.140054352,-0.136400539,-0.132618405,-0.129260793,-0.126049898,-0.123297497,-0.120702445,-0.118206142,-0.115462445,-0.113122254,-0.210256146,-0.207013999,-0.204228195,-0.201633439,-0.198758107,-0.196045464,-0.192708918,-0.189263336,-0.186154801,-0.183231207,-0.180822726,-0.178482239,-0.176181261,-0.17370009,-0.171533021,-0.081179996,-0.076810305,-0.072432899,-0.067914365,-0.063024566,-0.057915606,-0.052441662,-0.046691097,-0.04091022,-0.035670516,-0.029211689,-0.024796207,-0.020244641,-0.015554567,-0.011121037,-0.256720369,-0.253837645,-0.251226892,-0.2487296,-0.245986916,-0.243249276,-0.240022186,-0.236698126,-0.233576314,-0.230650248,-0.228109836,-0.22581007,-0.223452622,-0.221010516,-0.218794096,-0.198405088,-0.195186083,-0.192369695,-0.189765939,-0.186875624,-0.184117586,-0.180794194,-0.177316816,-0.174196067,-0.171273215,-0.169058032,-0.166816196,-0.16460487,-0.162232784,-0.160187361,-0.245145882,-0.242182209,-0.239445508,-0.236801673,-0.233908391,-0.230971693,-0.227567377,-0.224054816,-0.220714116,-0.217592922,-0.214796858,-0.212363653,-0.209851032,-0.207274918,-0.204917568,-0.240882531,-0.237894133,-0.23526187,-0.232793704,-0.230067734,-0.227424641,-0.224234836,-0.220941633,-0.21792223,-0.215099735,-0.212784318,-0.210558207,-0.208324481,-0.205961395,-0.203863407,-0.202545631,-0.199204882,-0.196408817,-0.193777914,-0.190854319,-0.188159033,-0.184706578,-0.181200717,-0.178037837,-0.1750642,-0.172335387,-0.169840963,-0.167424719,-0.164791146,-0.162449669,-0.22185788,-0.218764155,-0.21605072,-0.213525267,-0.210729524,-0.208040567,-0.204794637,-0.201424416,-0.198366864,-0.195507801,-0.193251031,-0.191024475,-0.188809094,-0.186449667,-0.18438397,-0.052574878,-0.047977621,-0.043590622,-0.038832308,-0.033594138,-0.028017833,-0.022207484,-0.016341653,-0.010424394,-0.004239961,0.003443381,0.008577807,0.014006308,0.019380514,0.024459309,-0.046172521,-0.04279696,-0.039796867,-0.03712141,-0.033967332,-0.030845396,-0.02705629,-0.022957878,-0.019464132,-0.016179063,-0.013493172,-0.011352707,-0.009291163,-0.007094376,-0.005356577,-0.065768708,-0.061422209,-0.057755341,-0.054400944,-0.05069872,-0.04738319,-0.043217725,-0.038809908,-0.035024362,-0.031305177,-0.027852029,-0.024803971,-0.021934523,-0.018731144,-0.016119576,-0.246760947,-0.243767951,-0.241172057,-0.238728962,-0.236024379,-0.233434766,-0.23023695,-0.226967482,-0.223960442,-0.221144375,-0.218676531,-0.216377432,-0.214076974,-0.211625522,-0.209430366,-0.267798459,-0.264978041,-0.262427468,-0.259896773,-0.257121552,-0.254334635,-0.251050432,-0.247691831,-0.244495103,-0.24138234,-0.238522115,-0.236058697,-0.233479394,-0.230831479,-0.228380052,-0.140256896,-0.136935927,-0.133981575,-0.131283915,-0.128233681,-0.125290653,-0.121764172,-0.11801146,-0.114703001,-0.111616719,-0.109486292,-0.10732219,-0.105186918,-0.102910467,-0.101024221,0.146973009,0.151957604,0.15617687,0.160160362,0.164526246,0.168434179,0.173359632,0.178677317,0.18315189,0.187260439,0.189318917,0.191769875,0.193834385,0.196336671,0.198283838,-0.211277052,-0.208238884,-0.205503543,-0.202954726,-0.200129189,-0.197337625,-0.194022342,-0.190569244,-0.187411853,-0.184498544,-0.182272631,-0.180114117,-0.177935873,-0.175657147,-0.173659294,-0.105918768,-0.102631226,-0.099681622,-0.096991033,-0.093910486,-0.090838197,-0.087137061,-0.08323615,-0.079783744,-0.076596337,-0.07404841,-0.071894693,-0.069742805,-0.067494985,-0.065637272,-0.078344669,-0.074822638,-0.071706884,-0.068914627,-0.065679551,-0.062608993,-0.058888176,-0.054836346,-0.051372913,-0.048104409,-0.045970817,-0.043794255,-0.041679009,-0.039387872,-0.037592366,-0.007293261,-0.003211464,0.000336923,0.003562258,0.007234268,0.010599544,0.01468416,0.019184398,0.022991108,0.02656056,0.028613302,0.030953345,0.033132479,0.035585711,0.037519527,-0.141165479,-0.137917942,-0.135001814,-0.132332142,-0.129309402,-0.126336062,-0.122776895,-0.119020969,-0.11567656,-0.112582563,-0.110300772,-0.108150863,-0.106005898,-0.103749524,-0.101862635,-0.20903942,-0.205839749,-0.203135611,-0.200609738,-0.197780345,-0.195178913,-0.191780902,-0.188344814,-0.18521373,-0.18230952,-0.179391464,-0.176910639,-0.17450567,-0.171875162,-0.169506488,-0.001294015,0.002025471,0.004821832,0.00737243,0.010426471,0.013591774,0.017455895,0.021583433,0.025024614,0.028270915,0.031735188,0.033830803,0.035813376,0.037822058,0.039571626,-0.091269742,-0.087618649,-0.084415468,-0.081502357,-0.078204233,-0.075115824,-0.07140282,-0.067381351,-0.06390605,-0.060644618,-0.058584162,-0.056327491,-0.054159235,-0.051785469,-0.04985813,0.012866995,0.016318659,0.019394805,0.021997819,0.025232549,0.028319919,0.032158722,0.036504084,0.040059444,0.043442472,0.046084799,0.048179325,0.050137272,0.052324714,0.053854381,-0.195820073,-0.192756636,-0.189928281,-0.187263901,-0.184331801,-0.181323253,-0.177780453,-0.174126591,-0.170676015,-0.167580139,-0.165045414,-0.162819699,-0.160539836,-0.158190794,-0.156082916,-0.228801855,-0.224596806,-0.221029381,-0.217298006,-0.212946042,-0.208625034,-0.203474933,-0.198411714,-0.193552276,-0.189238809,-0.18793834,-0.184427288,-0.180480537,-0.176197184,-0.17241955,-0.22875834,-0.225763242,-0.222988836,-0.220338969,-0.217441533,-0.214483645,-0.211032946,-0.207459982,-0.204081726,-0.200989855,-0.198391588,-0.196066727,-0.193676345,-0.191221036,-0.188987606,-0.177671022,-0.174543301,-0.171712918,-0.169093635,-0.166165343,-0.163253221,-0.159787711,-0.156172568,-0.152881367,-0.1498655,-0.147566945,-0.145415354,-0.143241709,-0.140976384,-0.139019822,-0.202440254,-0.19939457,-0.196618829,-0.194025012,-0.191151856,-0.188265843,-0.184850426,-0.181307577,-0.178030914,-0.175043283,-0.172704576,-0.170531623,-0.168320445,-0.166028368,-0.164003912,-0.211946646,-0.208866124,-0.206129177,-0.203587529,-0.200768619,-0.198028284,-0.194753896,-0.191336006,-0.188237558,-0.185355452,-0.183173301,-0.180999508,-0.178826554,-0.176528544,-0.174527427,0.013525116,0.019338482,0.025229829,0.031362934,0.038154407,0.045262357,0.052555,0.060171981,0.068067807,0.075438184,0.085169126,0.091491374,0.098177323,0.105070465,0.111347813,-0.082622187,-0.078389371,-0.074997294,-0.071756679,-0.068100295,-0.065053077,-0.060936962,-0.056744497,-0.053044795,-0.049320616,-0.045534476,-0.042492649,-0.039638976,-0.036484156,-0.033815968,-0.205193842,-0.202085752,-0.199238854,-0.196227437,-0.192899298,-0.189513055,-0.185701845,-0.181799153,-0.177987597,-0.174043615,-0.169874193,-0.166793696,-0.163570587,-0.160312122,-0.157171197,-0.17581944,-0.172713773,-0.169864353,-0.167218021,-0.164268565,-0.161277818,-0.157722014,-0.15405663,-0.150634833,-0.147557055,-0.145040924,-0.142865696,-0.14063731,-0.1383438,-0.136326414,-0.163363098,-0.159657264,-0.156057004,-0.152437114,-0.148497483,-0.144384731,-0.13985784,-0.135144921,-0.130476703,-0.126128621,-0.121447498,-0.117964631,-0.114328175,-0.110651319,-0.107231253,0.061866314,0.065419992,0.068552609,0.071087778,0.074447714,0.07754898,0.08149494,0.086159102,0.089752092,0.093289551,0.095845291,0.097890814,0.099847821,0.102042038,0.103410301,-0.27355434,-0.270669266,-0.268173434,-0.265711375,-0.262951952,-0.260252314,-0.256930875,-0.253566786,-0.250364989,-0.247377482,-0.245029453,-0.242596569,-0.240028887,-0.237337952,-0.234918592,-0.247134933,-0.244195144,-0.24181705,-0.239400435,-0.236680374,-0.233984098,-0.230658654,-0.227211193,-0.223750504,-0.220665334,-0.218058191,-0.215484451,-0.212788546,-0.209948323,-0.207536431,-0.150829466,-0.147206163,-0.143718796,-0.140211156,-0.136409143,-0.132450623,-0.12803346,-0.123347046,-0.118779755,-0.114573345,-0.110131408,-0.106867899,-0.103512463,-0.100162566,-0.097003296,-0.246920594,-0.243973388,-0.241427933,-0.239034979,-0.23636506,-0.233828358,-0.230623594,-0.227365673,-0.224349386,-0.221539525,-0.218935077,-0.216602155,-0.214247203,-0.211729118,-0.209470717,-0.264747459,-0.261844386,-0.259206831,-0.256485979,-0.253504109,-0.250560784,-0.24688593,-0.243116628,-0.239654654,-0.236124736,-0.23340742,-0.230810612,-0.227941758,-0.225156696,-0.222444918,-0.263679872,-0.260812452,-0.258296023,-0.255903688,-0.253257752,-0.250688166,-0.247546252,-0.244337706,-0.241351064,-0.238544293,-0.236078155,-0.233797254,-0.231476324,-0.229028778,-0.226820098,-0.231824398,-0.228864977,-0.226181089,-0.223654449,-0.220870599,-0.21809283,-0.214810011,-0.21140708,-0.208252309,-0.205342635,-0.203015944,-0.200819898,-0.198585331,-0.196263684,-0.19419047,-0.029020567,-0.023916948,-0.018848834,-0.01351127,-0.007587831,-0.001337679,0.005136874,0.011779257,0.018620972,0.02537877,0.033748618,0.039424761,0.045465495,0.051533821,0.05711161,-0.179974521,-0.176809268,-0.173977946,-0.171365734,-0.168445502,-0.165593214,-0.162192137,-0.158618778,-0.155406399,-0.152429795,-0.150265298,-0.148113114,-0.145963748,-0.143696198,-0.141757239,-0.17868869,-0.175522447,-0.172477702,-0.169538927,-0.166367542,-0.163002562,-0.159118562,-0.155017381,-0.151118942,-0.14759256,-0.144356495,-0.141830375,-0.139283041,-0.136607385,-0.134165922,-0.269387786,-0.266565143,-0.264023891,-0.261550755,-0.258832079,-0.256120647,-0.252909629,-0.24962357,-0.246512637,-0.24354214,-0.240860823,-0.238486932,-0.236028755,-0.233486663,-0.231157029,0.511127522,0.514169548,0.516647653,0.517296528,0.520693006,0.523407084,0.527685838,0.53461755,0.537853516,0.542243333,0.546300949,0.547559139,0.549056169,0.550713612,0.550368456,-0.196442394,-0.192998048,-0.189730978,-0.186414361,-0.182778646,-0.17900655,-0.174847612,-0.170583841,-0.166377926,-0.162278426,-0.157883021,-0.154561013,-0.151076663,-0.147557451,-0.144288354,-0.264243842,-0.260764881,-0.257701741,-0.254561707,-0.250892515,-0.2473399,-0.243066684,-0.238797252,-0.234762827,-0.231019486,-0.228424408,-0.225386017,-0.222069746,-0.21868778,-0.215522304,-0.233559576,-0.230580944,-0.227920841,-0.22542978,-0.222678591,-0.219979398,-0.216760516,-0.213421374,-0.210356775,-0.207508245,-0.20525061,-0.203065937,-0.200863018,-0.198550024,-0.19650198,-0.184744159,-0.181529901,-0.178687503,-0.176067033,-0.173146752,-0.170337732,-0.166977351,-0.163440041,-0.160275183,-0.157323155,-0.155191987,-0.153005732,-0.150842273,-0.14853457,-0.146561887,-0.170857247,-0.16751269,-0.164302141,-0.161187326,-0.157791886,-0.154239345,-0.15016996,-0.145869398,-0.141744234,-0.137968973,-0.134132742,-0.131329952,-0.128484191,-0.125605695,-0.122933451,-0.210777416,-0.207674049,-0.204750726,-0.201932904,-0.198871742,-0.195693335,-0.192015341,-0.188190235,-0.184535483,-0.181215651,-0.178322468,-0.175854154,-0.173315424,-0.170714041,-0.168326478,-0.083444727,-0.080158966,-0.077251492,-0.07457821,-0.071504982,-0.068384332,-0.06457421,-0.060597146,-0.057074028,-0.053838309,-0.050951653,-0.048807233,-0.046624439,-0.044375828,-0.042518659,-0.147349962,-0.144165374,-0.141271844,-0.138608255,-0.135604206,-0.132593581,-0.128985855,-0.125232797,-0.121810654,-0.118698114,-0.116186878,-0.114031528,-0.111838054,-0.109569268,-0.107629617,-0.219883639,-0.216886044,-0.214133841,-0.211534214,-0.208676758,-0.205781152,-0.202376168,-0.198850132,-0.195550475,-0.192542372,-0.190118612,-0.187893144,-0.185616693,-0.183266513,-0.181155471,-0.089035521,-0.085649872,-0.082629357,-0.079913845,-0.076769163,-0.073715566,-0.070025804,-0.06605146,-0.062616262,-0.059396021,-0.057084313,-0.054932376,-0.052824795,-0.050573218,-0.048782656,-0.168428838,-0.165318721,-0.162435526,-0.159703351,-0.156713593,-0.153563174,-0.14985655,-0.146078322,-0.142395433,-0.139177367,-0.136280921,-0.13402242,-0.13172258,-0.12934906,-0.127192129,-0.255192211,-0.252283328,-0.249710206,-0.247277544,-0.244594645,-0.241975634,-0.238818292,-0.235572709,-0.232567547,-0.229751555,-0.22735608,-0.22511051,-0.222838263,-0.220447831,-0.21830168,-0.140685326,-0.137018656,-0.134098473,-0.131287574,-0.128125535,-0.12540943,-0.121610434,-0.11784175,-0.114517418,-0.111367197,-0.108013097,-0.105202098,-0.102650709,-0.099763559,-0.097138688,-0.060553878,-0.056370512,-0.052800219,-0.049573104,-0.046006817,-0.042655386,-0.03866868,-0.034337955,-0.03070224,-0.027159095,-0.024058274,-0.021225222,-0.018539083,-0.015555358,-0.013126851,-0.251859621,-0.249075177,-0.246558328,-0.243941716,-0.2411525,-0.238348202,-0.234950537,-0.231418888,-0.228141434,-0.224691353,-0.221564942,-0.219075117,-0.216364007,-0.213596969,-0.2110101,-0.100897482,-0.096859596,-0.093822169,-0.090737172,-0.087303607,-0.084405677,-0.080399735,-0.076391172,-0.072905734,-0.069420494,-0.065887832,-0.062977391,-0.060220639,-0.057163037,-0.054523084,-0.230949787,-0.227844516,-0.225164954,-0.222655622,-0.219878125,-0.217236442,-0.213980498,-0.210637573,-0.207592136,-0.204736683,-0.202309708,-0.199998594,-0.197707704,-0.195253582,-0.193078947,-0.190174144,-0.186443486,-0.182737405,-0.17915386,-0.17521329,-0.170972167,-0.165716343,-0.160622614,-0.15584996,-0.151715549,-0.149085337,-0.146229686,-0.143415968,-0.140273066,-0.137231041,-0.182065141,-0.178285628,-0.174513136,-0.170892603,-0.166840129,-0.162592726,-0.157424724,-0.15234766,-0.147302589,-0.143193793,-0.141741267,-0.13898852,-0.136166149,-0.13309386,-0.130104696,-0.078540686,-0.073908666,-0.069374012,-0.065019748,-0.060106955,-0.054988501,-0.049036628,-0.042539774,-0.036244524,-0.031094028,-0.031769061,-0.028344149,-0.024859651,-0.021277292,-0.017721389,-0.329832678,-0.327263982,-0.324643017,-0.322343622,-0.319708985,-0.31692291,-0.313236584,-0.309531887,-0.306174795,-0.302733664,-0.299222611,-0.296588023,-0.293654836,-0.290568331,-0.287689166,-0.371179931,-0.368809107,-0.366562622,-0.364499496,-0.362219362,-0.359826211,-0.356798797,-0.353807927,-0.351001627,-0.348262182,-0.345811274,-0.343650139,-0.341389834,-0.339076518,-0.336851891,-0.132840778,-0.128712795,-0.124629366,-0.120601617,-0.116102319,-0.111293419,-0.105461806,-0.099865029,-0.094624831,-0.090212119,-0.087089491,-0.084206989,-0.081544042,-0.078216002,-0.075029436,-0.155314918,-0.152038354,-0.148830821,-0.145647766,-0.14198614,-0.138206924,-0.133738482,-0.129058249,-0.124505545,-0.120572937,-0.118424758,-0.115559711,-0.112785009,-0.109860871,-0.106897025,-0.283718383,-0.280708796,-0.277753233,-0.275037548,-0.272130866,-0.268957503,-0.264802471,-0.260733036,-0.256994986,-0.25339223,-0.250331388,-0.247647055,-0.244862487,-0.241944135,-0.239145499,-0.290472448,-0.287559436,-0.284723787,-0.282056316,-0.27914454,-0.276036722,-0.272128715,-0.268276981,-0.264648955,-0.261308206,-0.258845554,-0.256361565,-0.253796082,-0.251113925,-0.248527204,-0.172934367,-0.169068317,-0.165236635,-0.161831255,-0.158399915,-0.154373204,-0.148692759,-0.143043714,-0.138105899,-0.133304663,-0.128590359,-0.124914689,-0.121410263,-0.117645436,-0.113961904,-0.035498235,-0.030652742,-0.025648368,-0.020366929,-0.014609689,-0.008077874,0.000170427,0.007493729,0.013450646,0.019259907,0.02441876,0.028260926,0.031027717,0.035240505,0.03930989,-0.385296116,-0.382409683,-0.379951283,-0.37790806,-0.375676658,-0.373310951,-0.370216262,-0.36717488,-0.364136019,-0.361081804,-0.358500992,-0.356014308,-0.353485072,-0.350843463,-0.348261292,-0.370319216,-0.367964981,-0.365611217,-0.363541415,-0.361119064,-0.358608001,-0.355320187,-0.352058903,-0.349030377,-0.345977597,-0.342860433,-0.340442953,-0.337849952,-0.335188167,-0.332721707,-0.311734485,-0.309173627,-0.306708354,-0.304343586,-0.301754591,-0.299072829,-0.295794955,-0.292513446,-0.289369752,-0.286444551,-0.283939199,-0.281655331,-0.279307303,-0.276844749,-0.274487672,-0.327301415,-0.324895209,-0.322602416,-0.320385749,-0.317970198,-0.315481486,-0.31243501,-0.309372734,-0.306439003,-0.303658441,-0.301075132,-0.298869345,-0.296589532,-0.294209806,-0.291941218,-0.230297921,-0.226909503,-0.223565391,-0.220373534,-0.216850786,-0.213111376,-0.208495279,-0.20395469,-0.199557456,-0.195777201,-0.193809314,-0.191151906,-0.188423142,-0.185514086,-0.182693148,-0.350812384,-0.348378165,-0.345894991,-0.343729431,-0.341180663,-0.338527111,-0.335043503,-0.331537197,-0.328347837,-0.325097284,-0.32175206,-0.319231329,-0.316435759,-0.313528063,-0.310823381,-0.223860307,-0.220521758,-0.217120607,-0.214189743,-0.211191109,-0.207767755,-0.202920309,-0.198121496,-0.193846846,-0.189485759,-0.185298585,-0.182185798,-0.178927777,-0.175433933,-0.172102975,-0.108675471,-0.104284071,-0.099842678,-0.095370083,-0.090492546,-0.08511216,-0.078451826,-0.072222492,-0.06679325,-0.061904488,-0.057825164,-0.054601115,-0.052052149,-0.04839883,-0.044884811,-0.38833332,-0.386091163,-0.384110543,-0.382372299,-0.380417022,-0.378406263,-0.375850052,-0.3733582,-0.370854653,-0.368332118,-0.365742208,-0.363741042,-0.361635117,-0.35946706,-0.357449625,-0.320181894,-0.317570523,-0.315057902,-0.312679883,-0.310069995,-0.307332528,-0.303943244,-0.300574482,-0.297376543,-0.294399098,-0.292016257,-0.289732167,-0.287371899,-0.284916195,-0.282552689,-0.018260733,-0.013838081,-0.009682456,-0.005522677,-0.000776973,0.004238329,0.010237723,0.017172996,0.023245822,0.028584968,0.028827863,0.032365173,0.035740092,0.039108829,0.042312455,-0.106947957,-0.102493411,-0.097977251,-0.093648899,-0.088769236,-0.083767137,-0.077864911,-0.071893753,-0.065202563,-0.060324384,-0.062310121,-0.059307804,-0.056018383,-0.052533192,-0.04906882,-0.375289791,-0.372889618,-0.370590718,-0.368515551,-0.366192222,-0.36375061,-0.36061609,-0.357523082,-0.354642434,-0.351781418,-0.349131378,-0.346870207,-0.34447891,-0.342042095,-0.339710756,-0.226854045,-0.223378077,-0.219937959,-0.216781458,-0.213480021,-0.209764347,-0.204787121,-0.199917497,-0.195545531,-0.191357269,-0.187692676,-0.184588591,-0.181480106,-0.178171054,-0.174974153,-0.384466924,-0.382186172,-0.380063657,-0.37812319,-0.375973379,-0.373733274,-0.370916737,-0.368132145,-0.365489151,-0.362904928,-0.360577791,-0.358515803,-0.356370591,-0.354176349,-0.352062661,-0.357485871,-0.355077737,-0.352787515,-0.350656272,-0.348312373,-0.345854839,-0.342769866,-0.339714638,-0.336840196,-0.33406893,-0.331633401,-0.329461091,-0.327198239,-0.324870732,-0.322633247,-0.398707202,-0.396295136,-0.394079929,-0.39213338,-0.389939682,-0.387638161,-0.384702328,-0.38182576,-0.379074966,-0.376343779,-0.373905704,-0.371706913,-0.369441514,-0.367143182,-0.364924835,-0.383802523,-0.381429992,-0.379161874,-0.377134425,-0.374839011,-0.372436069,-0.369345237,-0.366296115,-0.363446447,-0.360599327,-0.357919542,-0.355653451,-0.353265097,-0.350844625,-0.348534821,-0.148249248,-0.144194895,-0.140097076,-0.136179352,-0.131740481,-0.127185898,-0.121739645,-0.116311342,-0.110495949,-0.106099555,-0.106429382,-0.103633763,-0.100638318,-0.097439242,-0.094301185,-0.299935028,-0.297206338,-0.294567028,-0.292052355,-0.289284551,-0.286390626,-0.282841275,-0.279301814,-0.275906621,-0.272814973,-0.270544481,-0.268202139,-0.265789431,-0.263264992,-0.260831045,-0.399472876,-0.397094436,-0.394950757,-0.393062335,-0.390954012,-0.388744986,-0.385946128,-0.383194197,-0.380546381,-0.377939906,-0.375647681,-0.373543858,-0.371373649,-0.369149442,-0.36699251,-0.391292394,-0.389048457,-0.386999349,-0.385150463,-0.383098586,-0.380970039,-0.378285656,-0.375640189,-0.373090729,-0.370578726,-0.368258661,-0.366240361,-0.364144203,-0.361994515,-0.359929016,-0.396520675,-0.394091005,-0.39184865,-0.389899802,-0.38764899,-0.38532047,-0.382318819,-0.379394557,-0.376552579,-0.373691044,-0.371118243,-0.368820159,-0.366482168,-0.364122519,-0.361897891,-0.393296305,-0.390923552,-0.38869655,-0.386721543,-0.384482773,-0.382141865,-0.379140882,-0.376190561,-0.373401468,-0.370614428,-0.368039155,-0.365805503,-0.363483089,-0.361138498,-0.358893373,-0.392812913,-0.389995585,-0.387545147,-0.385522619,-0.383243349,-0.380803889,-0.377684698,-0.374677435,-0.371650442,-0.368661228,-0.366211754,-0.363778722,-0.361352465,-0.358830844,-0.356371357,-0.259285011,-0.256086132,-0.252944045,-0.2500003,-0.246827877,-0.243374334,-0.238945451,-0.23461213,-0.23060515,-0.226888833,-0.224032489,-0.221304764,-0.218519875,-0.215577564,-0.212738825,-0.393250169,-0.390633951,-0.388285354,-0.386328445,-0.384118133,-0.381748396,-0.378760468,-0.375896213,-0.372966388,-0.370050112,-0.367657406,-0.365320232,-0.36299678,-0.360610749,-0.358326659,-0.29574061,-0.29295263,-0.290109169,-0.287578227,-0.284837026,-0.281859928,-0.277805031,-0.273789892,-0.270103145,-0.266342274,-0.262508787,-0.259658106,-0.256524401,-0.253175073,-0.25010491,-0.321468937,-0.318755725,-0.316119679,-0.313686276,-0.311043307,-0.308211639,-0.304567444,-0.300985184,-0.297661223,-0.294449091,-0.291687592,-0.289242371,-0.286683095,-0.284029296,-0.281486412,-0.394807354,-0.392421793,-0.390191404,-0.38822913,-0.385978443,-0.383640502,-0.380630668,-0.377679827,-0.374862252,-0.372027345,-0.369410312,-0.367135295,-0.364791668,-0.362432661,-0.360195523,-0.38982585,-0.387469934,-0.385259152,-0.383277197,-0.381055858,-0.378726966,-0.375757384,-0.372832479,-0.37007956,-0.367353194,-0.364870713,-0.362693358,-0.36041807,-0.358108093,-0.3558848,-0.20470731,-0.201313551,-0.197979824,-0.194762104,-0.191160658,-0.187429556,-0.182985542,-0.178437635,-0.173900459,-0.170084155,-0.168796593,-0.166088054,-0.16331261,-0.160386691,-0.157516107,-0.108605698,-0.104049681,-0.099521999,-0.095187367,-0.090337572,-0.085322814,-0.079455845,-0.073352954,-0.066941697,-0.061985882,-0.063291592,-0.060092614,-0.056692526,-0.053134496,-0.049572264,-0.335665378,-0.333457959,-0.331395797,-0.329324858,-0.327075654,-0.324830505,-0.322081343,-0.319280111,-0.316571918,-0.313940718,-0.311266843,-0.309168583,-0.30695471,-0.304683526,-0.302519696,0.253438416,0.26061688,0.268525711,0.276137451,0.284864669,0.293506933,0.303416189,0.313431563,0.327845457,0.336066907,0.321023523,0.324817475,0.329715038,0.335000581,0.340406484,-0.399320473,-0.396812426,-0.39454317,-0.392589006,-0.390379312,-0.388051434,-0.385081901,-0.38219391,-0.37937547,-0.376572952,-0.374134951,-0.37187467,-0.369579008,-0.367241315,-0.364986078,-0.32747879,-0.324802714,-0.322161179,-0.319773517,-0.317162071,-0.314362817,-0.310664846,-0.307027549,-0.303677652,-0.300321153,-0.297158125,-0.294586808,-0.29182474,-0.288951164,-0.286240646,-0.366947412,-0.364514183,-0.362139427,-0.360012882,-0.357603462,-0.355074622,-0.351796055,-0.348549853,-0.345549241,-0.34253963,-0.339656807,-0.337290531,-0.334753804,-0.332159468,-0.329699437,-0.123260163,-0.119015529,-0.114698056,-0.110405358,-0.105957091,-0.100820935,-0.094141464,-0.087836226,-0.082482789,-0.07741962,-0.072925761,-0.069336381,-0.065993703,-0.062183185,-0.058492631,-0.398967083,-0.396582487,-0.394407135,-0.392485681,-0.39033545,-0.388078829,-0.385214129,-0.382399916,-0.379710341,-0.377057161,-0.374714126,-0.372577024,-0.370370272,-0.368120104,-0.365939536,0.102508394,0.109978907,0.117522604,0.124641086,0.132530781,0.140631377,0.149822677,0.159525284,0.170387132,0.178110231,0.1708525,0.175403176,0.180505855,0.185801584,0.19137512,-0.356950903,-0.354596916,-0.352368679,-0.350274993,-0.347973966,-0.34558032,-0.34260206,-0.339640538,-0.336833644,-0.334136083,-0.331734327,-0.329607535,-0.327398088,-0.325121811,-0.322935853,-0.104425051,-0.099989741,-0.095486734,-0.091200463,-0.086281934,-0.081269055,-0.075271738,-0.069379451,-0.063372936,-0.05883398,-0.058009016,-0.055166272,-0.052300731,-0.049043502,-0.045829244,-0.399739383,-0.397159857,-0.394891417,-0.392955351,-0.390785538,-0.388494624,-0.385572414,-0.382712881,-0.379919339,-0.377165504,-0.374834264,-0.372597249,-0.370315235,-0.367959938,-0.365660122,-0.265007661,-0.261918881,-0.258897946,-0.256027658,-0.252868165,-0.249522644,-0.245386082,-0.241295186,-0.237353207,-0.233873777,-0.231805879,-0.229285421,-0.226682901,-0.223945805,-0.221296358,-0.336994503,-0.33442274,-0.331948097,-0.329646155,-0.327127353,-0.324459511,-0.321083331,-0.317750519,-0.314633231,-0.3116456,-0.309097252,-0.306794643,-0.304393901,-0.301913694,-0.299530952,-0.315427215,-0.312704484,-0.310069352,-0.307604697,-0.304914504,-0.302052598,-0.298439432,-0.294874826,-0.291533978,-0.288386427,-0.285850738,-0.283463299,-0.280985416,-0.278411305,-0.275934609,-0.244858927,-0.242020633,-0.239164191,-0.236437874,-0.233418151,-0.230377534,-0.226711087,-0.223008937,-0.219453182,-0.216187225,-0.21320847,-0.210648947,-0.208058245,-0.205248483,-0.202561752,-0.382085715,-0.379761496,-0.37749632,-0.375487119,-0.37316107,-0.37074134,-0.367603828,-0.364487505,-0.361584506,-0.358622885,-0.355653822,-0.353294371,-0.35082173,-0.348338185,-0.346008156,0.018534584,0.024197821,0.030195682,0.035765954,0.042461694,0.048893621,0.056399638,0.063997383,0.072830918,0.078588702,0.07410053,0.077208719,0.08081961,0.084654704,0.088444206,-0.351289422,-0.348985947,-0.346812895,-0.344737209,-0.342462983,-0.340123238,-0.337234208,-0.334343745,-0.331580688,-0.328922464,-0.326470369,-0.324361626,-0.322169412,-0.319907772,-0.317742904,-0.150346642,-0.146316124,-0.142244365,-0.138405562,-0.134571555,-0.13008907,-0.123961602,-0.11793511,-0.112712813,-0.107827909,-0.103367132,-0.099715346,-0.096224963,-0.092468543,-0.088765725,-0.295721918,-0.292903873,-0.290171598,-0.28758154,-0.28473474,-0.281733931,-0.278022262,-0.274339051,-0.270821249,-0.267625337,-0.265376083,-0.262986888,-0.260519415,-0.257941546,-0.255453106,-0.390821884,-0.388412934,-0.386194561,-0.384293975,-0.381972427,-0.379673304,-0.376632341,-0.373689214,-0.370744109,-0.367721963,-0.365049398,-0.362632808,-0.360227418,-0.357796933,-0.355627045,-0.20930521,-0.206337803,-0.203321887,-0.200441858,-0.197139333,-0.193773167,-0.189787944,-0.185721229,-0.181739072,-0.178206212,-0.175471267,-0.17276525,-0.17008826,-0.167244823,-0.164409495,-0.176854366,-0.172988514,-0.169125233,-0.16536367,-0.161312729,-0.156833557,-0.151162655,-0.145731089,-0.140870513,-0.136462894,-0.132985566,-0.129891322,-0.12694419,-0.123585293,-0.120335234,-0.393076107,-0.390743333,-0.388582001,-0.386642276,-0.384478644,-0.382212306,-0.379340287,-0.376510671,-0.373830244,-0.371191082,-0.368827452,-0.366713838,-0.364516235,-0.362277613,-0.360115168,-0.382341764,-0.380215318,-0.378258088,-0.37650135,-0.374568869,-0.372575788,-0.370029171,-0.367546244,-0.365101171,-0.362640645,-0.360049821,-0.358075604,-0.356012726,-0.353893994,-0.351878685,-0.219580094,-0.216140075,-0.212738578,-0.209483722,-0.205856958,-0.202069434,-0.197480237,-0.192908792,-0.188284436,-0.184477182,-0.18336383,-0.180743904,-0.178004311,-0.175107221,-0.172284157,-0.36867003,-0.366425994,-0.364325064,-0.362352776,-0.360181381,-0.35794486,-0.355162493,-0.352395283,-0.349747467,-0.347170834,-0.344796993,-0.342744919,-0.340609028,-0.338418323,-0.336317813,-0.337143246,-0.334696517,-0.332362408,-0.330145791,-0.327716147,-0.325188642,-0.322067126,-0.31895424,-0.315995116,-0.313194156,-0.310753756,-0.308560306,-0.306291149,-0.303936346,-0.301677178,-0.378541828,-0.376170484,-0.373922145,-0.371881593,-0.369610854,-0.367225837,-0.364186902,-0.361189158,-0.358383352,-0.355617452,-0.353104807,-0.3509142,-0.34861394,-0.34626873,-0.344015322,-0.370826987,-0.368722719,-0.366759826,-0.364915538,-0.362917092,-0.360879779,-0.358301934,-0.355765454,-0.353289352,-0.350812804,-0.348282184,-0.346275034,-0.344192178,-0.342043183,-0.340015661,-0.262265818,-0.25935822,-0.2565133,-0.25377875,-0.25074659,-0.247609152,-0.243824966,-0.240013632,-0.23629729,-0.233001738,-0.230821441,-0.228347688,-0.225820825,-0.223149423,-0.220561738,-0.353426574,-0.350912173,-0.348455331,-0.346237972,-0.343764664,-0.34114857,-0.33774596,-0.334385555,-0.331284091,-0.328182553,-0.325258143,-0.322842121,-0.32025231,-0.317587633,-0.315058718,-0.393467227,-0.39099513,-0.388858077,-0.38701955,-0.384956325,-0.382845381,-0.380092684,-0.377397323,-0.374723497,-0.372063863,-0.369586525,-0.367437777,-0.365199032,-0.362890241,-0.360664624,-0.341578236,-0.338993172,-0.336486485,-0.334191416,-0.331678969,-0.329002893,-0.325544924,-0.322143278,-0.318989769,-0.315890358,-0.313102526,-0.310709746,-0.308181821,-0.305574183,-0.303084235,-0.305707647,-0.303413963,-0.301241974,-0.299043135,-0.29668984,-0.294278541,-0.29136894,-0.28836012,-0.285463599,-0.282702471,-0.279702749,-0.277456438,-0.275117508,-0.272641035,-0.270317385,-0.354290306,-0.351818456,-0.349451513,-0.347266247,-0.344864615,-0.342329174,-0.339109921,-0.335932602,-0.332964009,-0.330080568,-0.32753489,-0.325286947,-0.322933108,-0.320513551,-0.318190791,-0.290950401,-0.288226706,-0.28558391,-0.283050471,-0.28026128,-0.2773678,-0.273847574,-0.27032092,-0.266921326,-0.263829827,-0.261468991,-0.259103704,-0.256678609,-0.254125835,-0.25166887,-0.381703571,-0.379483789,-0.377426424,-0.37553056,-0.373436503,-0.371273069,-0.368561242,-0.365878441,-0.363304849,-0.360781003,-0.358446203,-0.356425306,-0.354323906,-0.352170412,-0.350104566,-0.383364179,-0.381037166,-0.378854719,-0.376868783,-0.374664059,-0.372355268,-0.369434987,-0.366551966,-0.363835713,-0.361172123,-0.358778082,-0.356659597,-0.354448271,-0.352191526,-0.350017213,-0.372525226,-0.370217029,-0.368046968,-0.366037,-0.3638189,-0.36150781,-0.358612352,-0.355743152,-0.353027962,-0.350390655,-0.348025418,-0.345934699,-0.343758112,-0.34152666,-0.339380459,-0.339720992,-0.337223354,-0.334833788,-0.332588961,-0.330126333,-0.327542307,-0.324318729,-0.32112074,-0.318103587,-0.315238739,-0.312804124,-0.310579917,-0.308272239,-0.305885121,-0.303590127,-0.400801357,-0.398331263,-0.396110047,-0.394179742,-0.392014899,-0.389735259,-0.386835351,-0.383996661,-0.381255609,-0.378549493,-0.376203047,-0.374014764,-0.371772384,-0.369478725,-0.367249721,-0.305808919,-0.302975842,-0.300184698,-0.297649306,-0.294926451,-0.291971555,-0.288064141,-0.284232656,-0.280709983,-0.277228971,-0.274098134,-0.271481324,-0.268711467,-0.265821523,-0.263071471,-0.386503471,-0.384180761,-0.381956603,-0.379996035,-0.377677082,-0.375311252,-0.372225068,-0.369176194,-0.366274234,-0.363292363,-0.360408922,-0.358028281,-0.355577423,-0.35312377,-0.350873553,-0.209166554,-0.205677951,-0.202237809,-0.198934592,-0.195248241,-0.191419575,-0.186833642,-0.182201226,-0.177472532,-0.173604208,-0.172798183,-0.17013311,-0.167346589,-0.164410188,-0.1615354,-0.397216131,-0.394882863,-0.392793899,-0.390951243,-0.388895361,-0.386753487,-0.384038544,-0.381369219,-0.378778765,-0.376221145,-0.373905308,-0.371843369,-0.369708541,-0.367513904,-0.365398362,-0.38899201,-0.386043543,-0.383527807,-0.38148226,-0.379186178,-0.376743157,-0.373582132,-0.37049172,-0.367393124,-0.364323061,-0.361861472,-0.359362079,-0.356842585,-0.354200679,-0.351591928,-0.35478381,-0.352644408,-0.350632883,-0.348693182,-0.346562508,-0.344422241,-0.341786961,-0.339155637,-0.336577348,-0.334019802,-0.331479886,-0.329441731,-0.327301489,-0.325137857,-0.323061924,-0.363545272,-0.36109607,-0.358744382,-0.356600357,-0.354226269,-0.351720521,-0.348507722,-0.345339997,-0.342392543,-0.339486009,-0.336839899,-0.334561644,-0.332156106,-0.329692588,-0.327334225,-0.395173007,-0.392664243,-0.390382625,-0.388446609,-0.386208531,-0.383868562,-0.380870992,-0.377982407,-0.375095208,-0.372190948,-0.369661193,-0.367333711,-0.365012607,-0.362659436,-0.360429913,-0.388500657,-0.38614437,-0.383936209,-0.382018934,-0.379662771,-0.377354228,-0.374291409,-0.371302368,-0.368341415,-0.365297263,-0.362599009,-0.360171367,-0.357712522,-0.355218223,-0.353039805,-0.263122478,-0.260145924,-0.257067133,-0.254396892,-0.251617171,-0.248521987,-0.244182114,-0.239876113,-0.235967537,-0.231935016,-0.227985199,-0.225111623,-0.221938458,-0.21855538,-0.215391338,-0.398230535,-0.395685624,-0.393462603,-0.391561893,-0.389435818,-0.387203476,-0.384349012,-0.381548176,-0.378802896,-0.376090277,-0.373748801,-0.371547068,-0.369287974,-0.366950676,-0.364675783,-0.393381679,-0.391086537,-0.388978659,-0.387081213,-0.384971085,-0.382768883,-0.379990768,-0.377250804,-0.374636961,-0.372070687,-0.369770452,-0.367711232,-0.365574575,-0.363389778,-0.361280121,-0.262620122,-0.259589989,-0.256632794,-0.253803599,-0.250669375,-0.247394566,-0.243414585,-0.239433096,-0.235526053,-0.232128956,-0.230323338,-0.227852032,-0.225298517,-0.222614925,-0.220012009,-0.390784772,-0.387851832,-0.385338247,-0.383293095,-0.380980596,-0.3785152,-0.375336323,-0.372248903,-0.369151296,-0.366096414,-0.363636308,-0.361142602,-0.35864175,-0.356027486,-0.353452881,-0.279075039,-0.276482014,-0.273958019,-0.271505554,-0.268851434,-0.266155653,-0.262871226,-0.259582127,-0.256397415,-0.253407559,-0.250359377,-0.247939548,-0.245466882,-0.242814789,-0.240362695,-0.399354964,-0.396748266,-0.39444123,-0.392478536,-0.390272773,-0.38793644,-0.384956819,-0.382056095,-0.379211694,-0.37640255,-0.37402683,-0.371747758,-0.369436866,-0.367059292,-0.36474249,-0.208701656,-0.205081444,-0.201484052,-0.198073481,-0.194452403,-0.190422577,-0.185197807,-0.18012732,-0.175562847,-0.171339823,-0.167923416,-0.164864578,-0.161840057,-0.158566015,-0.155394086,-0.228980046,-0.225546777,-0.222156084,-0.218929069,-0.215423579,-0.211622506,-0.206826017,-0.202149196,-0.197796218,-0.193891647,-0.191178114,-0.188383385,-0.185566007,-0.182537877,-0.179608052,0.520501538,0.531652467,0.543473929,0.554778053,0.567388331,0.58032725,0.595163145,0.61019298,0.630802879,0.643290029,0.61960082,0.625558083,0.633003771,0.641049676,0.649590569,0.094180035,0.100670955,0.106468052,0.11222994,0.118785936,0.125932951,0.134546831,0.142959403,0.150086984,0.15603589,0.160881284,0.165343396,0.170222465,0.175040366,0.180156545,0.2937434,0.304112831,0.312842028,0.321830833,0.33295951,0.34531097,0.360181579,0.374406972,0.386580118,0.396965274,0.404507093,0.41275485,0.422000198,0.431214987,0.441909894,0.170728332,0.176659931,0.181768099,0.186894712,0.192519527,0.198479856,0.205648974,0.212957688,0.218851359,0.224162121,0.227549699,0.231337816,0.235347665,0.239662319,0.243905272,0.130692352,0.134179818,0.137415388,0.141248554,0.145796214,0.150279441,0.155462426,0.160814972,0.164977026,0.168953298,0.175636626,0.178191922,0.181148054,0.183609148,0.186023216,0.138303795,0.145765159,0.152247921,0.158857421,0.166665178,0.17527891,0.185445945,0.195383485,0.203841303,0.211019669,0.216667676,0.222171785,0.228366207,0.234406248,0.241093383,0.216023647,0.221668885,0.226835848,0.231913209,0.237237916,0.242790288,0.249602629,0.2566458,0.262153469,0.267148547,0.27107354,0.274663168,0.278403121,0.282339488,0.28617122,0.302562792,0.310516622,0.317931652,0.326115422,0.334373069,0.343694965,0.355172952,0.366226367,0.375731523,0.382825824,0.390255887,0.394945565,0.399593112,0.4044346,0.409851876,1.662829859,1.678289112,1.685856051,1.693555711,1.702211525,1.711904192,1.723430837,1.743226206,1.748584143,1.757798734,1.706372391,1.709168258,1.715445755,1.723236205,1.731076697,0.232533996,0.238574038,0.243862152,0.249079257,0.25465576,0.260436192,0.267446232,0.274804098,0.280363788,0.285498016,0.287946155,0.291589584,0.295466413,0.299619269,0.303696369,0.468134669,0.471910819,0.476171376,0.480946602,0.485174324,0.489861134,0.496226552,0.502724989,0.507975719,0.513140606,0.522067995,0.525214161,0.528375359,0.531637533,0.534121573,0.101670623,0.107481121,0.112636414,0.117776477,0.123434275,0.129492414,0.136786986,0.144104057,0.150149735,0.155397004,0.159329415,0.163179789,0.167305201,0.171525802,0.175791007,0.623136053,0.631710176,0.639139151,0.646359845,0.654098768,0.661572742,0.67067716,0.680772246,0.687042524,0.693279571,0.691479318,0.695513297,0.699853171,0.704965443,0.71019768,0.148981692,0.15442305,0.159697021,0.16490666,0.170321958,0.176256128,0.183643664,0.191085248,0.197318834,0.202613871,0.2079636,0.211706718,0.215610646,0.219515266,0.223317131,0.154582474,0.160161301,0.165062623,0.170221378,0.176188778,0.182496538,0.189546879,0.196922745,0.202902161,0.208356524,0.215029122,0.219111957,0.223298735,0.227739387,0.232143149,0.217257507,0.223432842,0.228692671,0.234063168,0.240279051,0.2468842,0.254691462,0.262491802,0.26926043,0.275282768,0.28113866,0.285270253,0.289469492,0.294315529,0.299001152,0.11392541,0.120409754,0.126100238,0.132073918,0.139057404,0.146945071,0.155606966,0.164645765,0.171934204,0.178659218,0.184737385,0.189785175,0.195762169,0.201063189,0.207039886,0.078842031,0.083853328,0.08836123,0.093326094,0.098971084,0.105547948,0.112242748,0.119798263,0.125522373,0.131200247,0.137956859,0.142060315,0.147190883,0.15100066,0.15556978,0.114570378,0.119597351,0.124173889,0.128825441,0.134437845,0.141531553,0.148528241,0.156541361,0.162846402,0.168839416,0.177000439,0.181033084,0.186353143,0.189828196,0.194446371,1.779456168,1.796718148,1.807932075,1.819115542,1.831978902,1.844540621,1.859706146,1.881544169,1.888907969,1.898981594,1.855495434,1.860226353,1.867566022,1.876673407,1.886562092,0.095678647,0.099419887,0.102878968,0.107041467,0.111717249,0.11670041,0.122290857,0.127900788,0.132479353,0.136708213,0.144338496,0.147239146,0.150553637,0.153215397,0.156042862,0.557058459,0.565693504,0.572129239,0.577985328,0.584872338,0.592615217,0.601231175,0.610438645,0.61747064,0.624113469,0.625789209,0.629542316,0.633742545,0.639330124,0.644138382,0.310303891,0.315166543,0.320000712,0.324816189,0.329578558,0.334693896,0.341208157,0.347927336,0.353298129,0.358232087,0.36500744,0.368415985,0.371820968,0.375391113,0.378625892,0.08743984,0.093509106,0.098945321,0.104353202,0.110360606,0.116860279,0.124721046,0.132484694,0.138996086,0.144492086,0.14884808,0.152920679,0.157324738,0.161724692,0.166280313,0.167095634,0.17368303,0.179684007,0.18645219,0.194411262,0.205047027,0.213842139,0.225632251,0.233244188,0.242260685,0.253447316,0.259799581,0.269506984,0.27440613,0.282452826,0.163953869,0.169670314,0.174787729,0.179843184,0.185246417,0.190932005,0.197844778,0.204947931,0.210578185,0.215617569,0.219028586,0.222670333,0.226527185,0.230550978,0.234516026,0.142191405,0.148378756,0.154267185,0.160170994,0.166367196,0.173201245,0.18168448,0.190044982,0.197115944,0.202879217,0.208119266,0.212211497,0.21652358,0.220794521,0.225173163,0.171225496,0.178842527,0.185806876,0.192215661,0.199799758,0.208219846,0.218769273,0.228682089,0.237287365,0.243984391,0.250736107,0.255986937,0.26140263,0.266774512,0.272763719,0.099459397,0.103815638,0.107695088,0.112389365,0.117243116,0.122636409,0.128465252,0.134866571,0.139802506,0.144539854,0.150608032,0.15409703,0.158012133,0.161235391,0.164733092,0.154893709,0.162391171,0.169129239,0.175690625,0.183458575,0.191946458,0.202349367,0.212200223,0.220708183,0.227598357,0.23357362,0.238788054,0.244478588,0.25007665,0.256248524,0.194202931,0.199294435,0.203921807,0.209274008,0.215125943,0.221476527,0.228366108,0.235740095,0.241375937,0.246912584,0.255402445,0.259688913,0.263883406,0.268285387,0.272522999,0.103933871,0.110438044,0.11613906,0.122002122,0.12882737,0.136365578,0.14500631,0.153720968,0.160961985,0.167366122,0.172792002,0.177632946,0.183123012,0.188362814,0.194052704,0.241824641,0.246763445,0.251611262,0.256423475,0.26127871,0.266453882,0.272974175,0.279696519,0.285151475,0.290090378,0.296106684,0.29954915,0.303095065,0.306737109,0.31009561,0.125362997,0.130984895,0.136142018,0.141243362,0.146678934,0.15249586,0.159613551,0.166800867,0.172696021,0.17780231,0.181968666,0.185678901,0.189603399,0.193595891,0.197564153,0.178344869,0.184220688,0.189358971,0.194452354,0.199949491,0.205720775,0.212695903,0.219909279,0.22555422,0.230668074,0.233552851,0.237218927,0.241126515,0.245261766,0.249333427,0.299169379,0.30514385,0.310613147,0.315958524,0.321525928,0.327226648,0.334236885,0.34154827,0.347060884,0.352146849,0.355961175,0.359574736,0.363291152,0.367307923,0.37124073,0.215713006,0.220467166,0.225511495,0.230424091,0.235384356,0.240994386,0.248139323,0.255497388,0.261669953,0.267019088,0.273758838,0.277298917,0.280933643,0.28452149,0.287773676,0.245759227,0.252039691,0.257310696,0.262580909,0.268333848,0.274390998,0.281679834,0.289277233,0.295134213,0.300562565,0.302850884,0.306612991,0.310630949,0.315071798,0.319385463,0.167157842,0.170435691,0.173579929,0.17725817,0.181421064,0.185915417,0.191133511,0.196662889,0.201404241,0.205435353,0.215064824,0.217742309,0.22034206,0.222405977,0.224835622,0.731284567,0.741287875,0.748315717,0.754433196,0.761748338,0.769888395,0.778508604,0.789322388,0.795675147,0.802562354,0.797483707,0.800981261,0.80510148,0.810960339,0.816010997,0.106475024,0.112247495,0.11741609,0.122551109,0.128139381,0.134117709,0.141360705,0.148639848,0.154626484,0.159807986,0.163676112,0.167469224,0.171523478,0.175657741,0.179821674,0.580654407,0.589072468,0.595384381,0.601582463,0.608400639,0.615468337,0.623861376,0.633862311,0.63976152,0.645986502,0.640017273,0.643765633,0.648212317,0.653428927,0.658515684,0.079947719,0.084129898,0.088014738,0.092147666,0.09700567,0.102648089,0.108701234,0.115187358,0.120506082,0.125386931,0.13268531,0.136057113,0.139965986,0.142931019,0.146421797,0.100002054,0.105908087,0.11110388,0.116483624,0.122676809,0.129432284,0.137104352,0.144957849,0.151424045,0.157236817,0.162765502,0.167124908,0.171946221,0.176639212,0.181579944,0.087742619,0.093978331,0.099496731,0.105046679,0.111374615,0.11825579,0.126413697,0.134492288,0.141294938,0.147118588,0.151863501,0.156225429,0.161012572,0.165761639,0.170761414,0.50143713,0.505693631,0.510275906,0.514736831,0.518865358,0.523953895,0.530735182,0.537737606,0.543135498,0.548060456,0.558683464,0.561880167,0.564548751,0.567601952,0.570094793,0.211429802,0.21664928,0.221227302,0.226449846,0.232366165,0.238763231,0.245541155,0.252876473,0.258440515,0.263803693,0.272510934,0.2768425,0.28074534,0.285152563,0.289308881,0.12660655,0.132423871,0.137516314,0.142720068,0.148685095,0.155053183,0.16242984,0.16990149,0.176169641,0.18174738,0.187168958,0.191225882,0.195533169,0.200040131,0.204593626,0.323068254,0.329239138,0.338182647,0.346701783,0.354223821,0.362198123,0.372507622,0.382821571,0.391624249,0.398547555,0.406410893,0.411083165,0.415294074,0.419058555,0.423062964,0.366022141,0.372913008,0.378687902,0.384380809,0.390504518,0.396750565,0.404295153,0.412546174,0.418219103,0.42371708,0.423703432,0.427429639,0.431494376,0.436016223,0.440472698,0.091758253,0.097976658,0.103449614,0.109011628,0.115403748,0.122374525,0.130512159,0.138646974,0.145464557,0.151399815,0.156389502,0.160844889,0.165774397,0.17062795,0.175763859,0.415138902,0.419752923,0.424344592,0.43013531,0.436198098,0.442088604,0.449198334,0.456781294,0.46198129,0.467883169,0.481147168,0.485523337,0.490059821,0.494934045,0.499315554,0.371796343,0.378840997,0.38450285,0.390212767,0.396500352,0.403253749,0.411403102,0.41977201,0.426325435,0.432443309,0.434720947,0.438699642,0.442934584,0.447937276,0.452695491,0.101735501,0.10545162,0.108950014,0.112935385,0.117481709,0.122563867,0.12823378,0.13406015,0.138956032,0.143339421,0.151468352,0.154470323,0.157786694,0.160379719,0.163312116,0.094505263,0.099694677,0.104359581,0.109450837,0.115261928,0.121863466,0.128772234,0.136392874,0.142240211,0.147976634,0.154691807,0.158906722,0.164000599,0.168102028,0.172792546,0.110958004,0.116828731,0.12224927,0.12763836,0.133401337,0.139652428,0.14733216,0.154967487,0.161347493,0.166704589,0.171215359,0.175103265,0.179238468,0.183374511,0.187570141,0.411526132,0.418775804,0.424591542,0.430746108,0.437997461,0.445931215,0.455785582,0.465226948,0.47403912,0.481818394,0.489302752,0.494321466,0.498990375,0.505244335,0.511013294,0.139344754,0.145120389,0.150212437,0.155272095,0.160765276,0.166582696,0.173608115,0.18077298,0.186533583,0.191652927,0.195032543,0.198742135,0.202695413,0.206819539,0.210912265,0.227668872,0.232295354,0.237089667,0.241832849,0.246577416,0.251750709,0.258346759,0.265188869,0.270852897,0.275913742,0.282577142,0.285952159,0.289493228,0.293032516,0.296200934,1.652377253,1.667953405,1.676099297,1.684377317,1.693678346,1.703741092,1.715758868,1.735935789,1.741320428,1.750424846,1.699020063,1.702327632,1.709030195,1.71714622,1.725645575,0.198489152,0.203786711,0.209211701,0.214572704,0.220037451,0.226222676,0.234029741,0.241936198,0.248628081,0.254221594,0.260560705,0.264323801,0.268154742,0.271970156,0.275539707,0.192316735,0.19939813,0.206029883,0.212866108,0.22002588,0.227980502,0.237893219,0.247485504,0.255677285,0.262096602,0.267810575,0.272289104,0.277013199,0.281667768,0.286642077,0.09905584,0.104951489,0.110131755,0.11537759,0.121330798,0.127742006,0.135274824,0.142835582,0.149168561,0.154720092,0.159481027,0.163579884,0.16800481,0.172512663,0.177133162,0.125049934,0.131451351,0.137357582,0.143280082,0.149636797,0.156600453,0.165215273,0.17363546,0.180758838,0.186544363,0.191424866,0.195597354,0.200069356,0.204471338,0.209063254,0.320964876,0.325161544,0.329571932,0.334182491,0.338600692,0.343280876,0.349399146,0.355919736,0.361263827,0.366135281,0.374283645,0.377239233,0.380526824,0.383869997,0.386566668,0.128031928,0.133610161,0.138824645,0.143982461,0.149431186,0.155311605,0.162552475,0.169838837,0.175876554,0.181049897,0.185653879,0.189388789,0.193322288,0.197290945,0.201223158,0.183792754,0.189959435,0.196195889,0.202424035,0.208772393,0.215848893,0.224713284,0.233485501,0.240928223,0.24694255,0.252915241,0.257074229,0.26135239,0.265575365,0.269852042,0.29543526,0.300732473,0.306576398,0.312470069,0.318285512,0.325115754,0.333886883,0.342784602,0.350301498,0.356444394,0.363600804,0.36738635,0.370849684,0.374536529,0.377575093,0.39589341,0.401593833,0.407098041,0.412395946,0.417737565,0.423323661,0.430350711,0.437582086,0.443113393,0.448096404,0.454656752,0.458169832,0.461533971,0.465236837,0.468837937,0.093784094,0.099683551,0.104982791,0.110251867,0.116026019,0.122244325,0.129785797,0.137289985,0.143534351,0.148850849,0.152976804,0.156888446,0.161090653,0.165322974,0.169644205,0.094680808,0.098852307,0.102706983,0.107476621,0.112198095,0.117471424,0.12325062,0.129584885,0.134412972,0.139058244,0.145640745,0.148972198,0.152569935,0.155618785,0.158897623,0.253129753,0.262177897,0.269995445,0.278389968,0.288484362,0.300646629,0.313183723,0.326874964,0.337470972,0.347778889,0.356094886,0.363578848,0.373457841,0.381036252,0.390758292,0.072623082,0.077494486,0.081890683,0.086726138,0.092224708,0.098681954,0.105240768,0.112653276,0.118297278,0.123853309,0.130663474,0.134625159,0.139596402,0.143212683,0.1475935,0.12158838,0.12536003,0.129184246,0.133376414,0.138573344,0.143609959,0.148974917,0.155008283,0.159521971,0.163849976,0.171156762,0.174052615,0.177094344,0.179547576,0.182379738,0.201586017,0.209354511,0.216337057,0.223222485,0.230901277,0.239313404,0.249975774,0.260070563,0.268670598,0.275258241,0.281212438,0.285941478,0.291198242,0.296093135,0.30151674,0.129587505,0.13473998,0.139400829,0.144536442,0.150306094,0.156613162,0.163495078,0.170867038,0.176605141,0.182152667,0.189221354,0.193373765,0.197987488,0.202238056,0.206679845,0.12093545,0.126634687,0.131770892,0.136860319,0.142341385,0.148183826,0.155287375,0.162470735,0.168329099,0.173435734,0.177250604,0.180972904,0.184932017,0.188985332,0.193031723,0.177425556,0.182498714,0.187530482,0.19248333,0.197564845,0.203120431,0.210090219,0.217198564,0.223123685,0.228276901,0.234073652,0.237660115,0.241389684,0.245122319,0.248640048,0.095412164,0.101284078,0.10646736,0.111665723,0.11747627,0.12372118,0.131172209,0.13862126,0.144835561,0.150231376,0.154506767,0.15848393,0.162761794,0.167128221,0.171577675,0.070062396,0.074695505,0.0789077,0.083466782,0.088733089,0.0948746,0.101232552,0.108289568,0.113799611,0.119077391,0.1259285,0.129635323,0.134183428,0.13753738,0.141551926,0.300307901,0.303983373,0.308634777,0.313067121,0.317260822,0.322061069,0.328431036,0.335268399,0.340743531,0.345914648,0.354085066,0.357137575,0.360267621,0.36342605,0.365976252,0.465433448,0.472534574,0.479028758,0.485309914,0.491848108,0.498278206,0.506169829,0.514519847,0.520354575,0.525862244,0.528567915,0.532317462,0.536141875,0.540504199,0.544913499,0.252170237,0.258252014,0.26369797,0.269284363,0.276068024,0.282947418,0.29052939,0.298307773,0.30498403,0.311007753,0.319799157,0.323760149,0.327724405,0.332400435,0.337102772,0.17224618,0.177665434,0.18271723,0.187692033,0.192898902,0.198418094,0.20521654,0.212169169,0.217784934,0.222770616,0.227258146,0.230850839,0.234600683,0.238461194,0.242207082,0.127363817,0.133158837,0.138242429,0.143318949,0.148887639,0.154811128,0.161935198,0.169149711,0.175033097,0.180236158,0.183873307,0.187652029,0.191678739,0.195883764,0.200073955,0.115303712,0.122293478,0.128463175,0.134658339,0.141871023,0.149774711,0.159212368,0.168394718,0.176224035,0.182780328,0.188065524,0.193034641,0.198550914,0.203967844,0.209853257,0.210681732,0.21917634,0.226500482,0.233892469,0.242843792,0.252587293,0.264446733,0.2756032,0.285430567,0.293363036,0.299853956,0.305949677,0.312691701,0.319423243,0.327051498,0.182826414,0.188484113,0.193611567,0.198663214,0.204011409,0.209620549,0.216472054,0.223528873,0.229099837,0.234108068,0.237773156,0.241386124,0.24518512,0.249154618,0.25304292,0.186253453,0.191400537,0.196360357,0.201250849,0.206287959,0.211680708,0.218399887,0.225275622,0.230907211,0.235900805,0.241227193,0.244769152,0.248448876,0.252194764,0.255749382,0.10751356,0.113497772,0.118808584,0.124512221,0.131133045,0.138798141,0.146764383,0.155513507,0.162261811,0.168832592,0.175623819,0.180478608,0.186499265,0.191303221,0.196989452,0.137189454,0.143055582,0.148150399,0.153308115,0.159099822,0.165283118,0.172632924,0.180019125,0.18620336,0.191683042,0.196218586,0.200167117,0.204327539,0.208766657,0.213183474,0.291063047,0.297312951,0.302828533,0.30824571,0.313987374,0.319858694,0.327007785,0.334570471,0.340128579,0.34532808,0.347654969,0.351313331,0.355178293,0.359374862,0.36350329,0.108493151,0.114088593,0.119053606,0.124348297,0.130402876,0.137076314,0.144415439,0.152144621,0.158319016,0.164084861,0.170363545,0.174706138,0.179554697,0.184079263,0.188887818,0.510260675,0.517925919,0.524426334,0.531948075,0.539833666,0.54860608,0.560267722,0.57078837,0.58025901,0.588910867,0.596213746,0.601746239,0.606619275,0.613183579,0.62004349,0.398723199,0.405964662,0.411693864,0.41733119,0.423541238,0.43008774,0.437858706,0.446375765,0.452364873,0.458198809,0.457916552,0.461678066,0.46583923,0.470674487,0.475280299,0.125831975,0.131576903,0.136994277,0.142371895,0.148043984,0.154227922,0.16186854,0.16949373,0.175878483,0.181241216,0.186103868,0.189954539,0.194012996,0.19807086,0.202135202,0.670588645,0.679616812,0.686702213,0.693681397,0.701304213,0.708884206,0.718025909,0.728843153,0.73495272,0.741406554,0.734510544,0.738490228,0.74313649,0.748567216,0.754066479,0.176913953,0.182647902,0.188415032,0.194138894,0.200000819,0.206557705,0.214786226,0.223008369,0.229969058,0.235701426,0.24165315,0.245601286,0.24965821,0.253689816,0.257635281,0.293913308,0.297795973,0.302624307,0.30711233,0.311539235,0.316883425,0.323881893,0.331294945,0.337447039,0.342911984,0.35114461,0.354443772,0.357742242,0.360901858,0.363517037,0.14275038,0.148291428,0.153394206,0.15843097,0.163763835,0.169442946,0.176403141,0.183476031,0.18923065,0.194273397,0.198466406,0.20212012,0.20596639,0.209903399,0.213778449,0.105639132,0.112064384,0.117891397,0.123679791,0.130046297,0.136986019,0.145519347,0.153835542,0.160862394,0.16660663,0.171316829,0.175540991,0.180113277,0.184607284,0.189328214,0.413060941,0.420103914,0.426234448,0.432232358,0.438604403,0.444974271,0.452726546,0.461114838,0.466858183,0.472391665,0.473212821,0.476981357,0.480993776,0.485496931,0.489984461,0.100995343,0.106969122,0.112413546,0.117828349,0.123690719,0.13003878,0.137807077,0.145501298,0.151934956,0.157328991,0.161691413,0.165634604,0.169858765,0.174076746,0.178395505,0.240238701,0.245623637,0.250700602,0.255686581,0.260821501,0.266210888,0.272899309,0.279795121,0.285251759,0.290199859,0.295171695,0.298708115,0.302332951,0.30613531,0.309772014,0.107498725,0.1142182,0.120267933,0.126215257,0.13295832,0.140331961,0.149349644,0.15806455,0.165476662,0.171525407,0.176605636,0.181144197,0.18607054,0.190913115,0.19609071,0.270673989,0.277052066,0.282419398,0.287740347,0.293502285,0.299497822,0.306716142,0.314400078,0.320070139,0.32540612,0.326822449,0.330514733,0.334502725,0.338875532,0.343143506,0.27345601,0.279888481,0.285268472,0.290803735,0.296879676,0.303377421,0.311308999,0.319256697,0.325777683,0.331735836,0.335528997,0.339593635,0.343763403,0.34858343,0.353270536,0.401527077,0.413700322,0.424125927,0.43486257,0.448269675,0.463597492,0.481433381,0.49900976,0.513495257,0.526669554,0.535309148,0.545405125,0.557395011,0.568633861,0.581961353,0.195063053,0.201120798,0.206293645,0.211566084,0.217425141,0.223671584,0.231198567,0.238752253,0.245043003,0.250695361,0.254967983,0.258942228,0.263053843,0.267631964,0.272111482,0.085876301,0.091927122,0.097296136,0.102672171,0.108726898,0.115277405,0.123096832,0.1308542,0.137365543,0.142940464,0.14742018,0.151567547,0.156073323,0.160589286,0.165274958,0.244597068,0.252700928,0.259940116,0.268092535,0.277814081,0.290697023,0.301670923,0.315905119,0.325326012,0.336223761,0.348233724,0.355946736,0.367656838,0.37395184,0.384049102,0.126139896,0.131961965,0.137256409,0.143051972,0.149779409,0.158641426,0.166387618,0.176283869,0.183140368,0.190607469,0.200019264,0.205150277,0.21276177,0.216967833,0.223256506,0.583713146,0.592070088,0.598384474,0.604852054,0.612109044,0.620459953,0.630796055,0.640078788,0.648800962,0.656215596,0.659464024,0.663670483,0.668624418,0.674520661,0.680010429,0.176886755,0.181026952,0.184810224,0.189306456,0.194290951,0.199419888,0.205223907,0.211385693,0.216137183,0.220675546,0.227414702,0.230812368,0.234477356,0.237906867,0.241197623,0.164839952,0.172661852,0.179448677,0.186483837,0.194890475,0.204377038,0.215149778,0.22599867,0.234957806,0.242978096,0.249245506,0.255361798,0.262560141,0.269199508,0.276760908,0.120021379,0.125837612,0.130926742,0.136037581,0.141707246,0.147760886,0.155003091,0.162293508,0.168323511,0.17363818,0.177666671,0.18153361,0.185648242,0.189951572,0.194258018,0.149866242,0.157164967,0.163779511,0.17017267,0.17740904,0.185380276,0.195363804,0.204841664,0.212950567,0.219300953,0.225099285,0.229874511,0.235006069,0.239984037,0.24540784,0.130423744,0.135134982,0.139429213,0.144240932,0.149622358,0.155421679,0.161793229,0.168646218,0.173940513,0.179103323,0.186055161,0.189873986,0.194171086,0.19800984,0.202002183,0.222547798,0.230228272,0.237259179,0.244479972,0.25225984,0.260779074,0.271525507,0.281761227,0.290570729,0.29736339,0.303009418,0.307720459,0.3128355,0.317708537,0.323035221,0.148855992,0.154240285,0.159335547,0.164360838,0.16961681,0.175270948,0.182261703,0.189350812,0.195196023,0.200277192,0.205122487,0.208768932,0.212583554,0.216448219,0.220208744,0.17820824,0.18414241,0.189266501,0.194374224,0.199935991,0.20579935,0.212861064,0.220133977,0.225879992,0.231088097,0.2340334,0.237749519,0.241708731,0.245940311,0.250099694,-0.306540077,-0.302885795,-0.299162728,-0.295761403,-0.292005873,-0.28804938,-0.282931125,-0.278493589,-0.274175152,-0.269991143,-0.265800829,-0.262256595,-0.258605477,-0.254869628,-0.250920652,-0.268495918,-0.264366575,-0.26014496,-0.256308431,-0.25214126,-0.24771349,-0.241861183,-0.236831318,-0.23189919,-0.227053548,-0.222127799,-0.21803176,-0.21386899,-0.209605565,-0.205064433,-0.324478598,-0.32153918,-0.318624709,-0.315879701,-0.312596363,-0.30920651,-0.305714471,-0.301939927,-0.298454489,-0.295321798,-0.292021622,-0.289341937,-0.286596311,-0.283893162,-0.281047475,-0.345916205,-0.343022355,-0.340149841,-0.337460983,-0.334295829,-0.331021811,-0.327544112,-0.323925458,-0.320562753,-0.317490316,-0.314305506,-0.31166533,-0.30892947,-0.306226049,-0.303374874,-0.283711955,-0.280390985,-0.277078249,-0.273971841,-0.270518693,-0.266800571,-0.261757108,-0.257659017,-0.253726804,-0.249973919,-0.246228575,-0.243106096,-0.239918961,-0.236771806,-0.233477589,-0.193298898,-0.188351885,-0.18319679,-0.178590632,-0.173771297,-0.168470277,-0.16168711,-0.155516721,-0.149387028,-0.14331524,-0.1363142,-0.131060255,-0.125959159,-0.120568387,-0.114766445,-0.219286216,-0.215211441,-0.211196252,-0.207432711,-0.203298745,-0.198858044,-0.192539405,-0.187500516,-0.182624117,-0.17781042,-0.173608114,-0.169662006,-0.165751699,-0.162161231,-0.15826116,-0.15286851,-0.148193815,-0.143624002,-0.139302672,-0.13456933,-0.12948109,-0.122010331,-0.11619479,-0.110522256,-0.104775153,-0.099704171,-0.094976713,-0.090562221,-0.086656661,-0.082273074,-0.108060568,-0.102717021,-0.097660082,-0.092838028,-0.08751881,-0.081840739,-0.073319675,-0.066839336,-0.060431936,-0.05363794,-0.047593399,-0.041824192,-0.036792918,-0.032535328,-0.027538767,-0.173891855,-0.168999236,-0.16358646,-0.158838086,-0.153633986,-0.148176458,-0.141582337,-0.135036429,-0.128542146,-0.122358059,-0.115032927,-0.109497863,-0.10397259,-0.097986448,-0.091663013,-0.244568165,-0.241231569,-0.237947019,-0.234815441,-0.231234863,-0.227428647,-0.222074048,-0.21786922,-0.21385413,-0.209996734,-0.206604484,-0.203404616,-0.200214885,-0.197226759,-0.194093747,-0.236828475,-0.232294958,-0.22737136,-0.223027876,-0.218278859,-0.213323292,-0.207063028,-0.201299013,-0.195542959,-0.1899311,-0.183670267,-0.178806775,-0.173873608,-0.168474777,-0.162851346,-0.247429725,-0.244327198,-0.241244921,-0.238324788,-0.235047457,-0.231425341,-0.226170779,-0.222242621,-0.21848887,-0.214913237,-0.211179538,-0.208158949,-0.205172678,-0.202281225,-0.199313621,-0.178737743,-0.175140945,-0.171406382,-0.168033738,-0.164179556,-0.160069721,-0.153914809,-0.14925035,-0.144593852,-0.14015325,-0.136150276,-0.132513028,-0.129093358,-0.125888199,-0.122539637,-0.206488525,-0.204028469,-0.201482618,-0.199141587,-0.19692769,-0.193736772,-0.188147066,-0.184898837,-0.181748468,-0.178829818,-0.173254898,-0.170623153,-0.168122203,-0.165470481,-0.163009634,-0.155511974,-0.150284336,-0.145143185,-0.140247105,-0.135179387,-0.129591164,-0.121546743,-0.115185825,-0.108956541,-0.102498356,-0.097017389,-0.091662765,-0.086431617,-0.082064843,-0.077055524,-0.302988748,-0.300005716,-0.297037246,-0.294217248,-0.29089618,-0.287416997,-0.283358565,-0.279530369,-0.275944919,-0.272709028,-0.26935463,-0.266623444,-0.263862043,-0.261126653,-0.258268455,-0.130923973,-0.128579529,-0.126362566,-0.123851973,-0.120677522,-0.117366838,-0.112082927,-0.108680267,-0.105308662,-0.102036895,-0.100586743,-0.097783211,-0.095068244,-0.092820869,-0.090670218,-0.266776217,-0.263863378,-0.260944902,-0.258114816,-0.254814294,-0.251274511,-0.246697479,-0.242907556,-0.239295676,-0.236101223,-0.232703756,-0.230039573,-0.2274396,-0.22481285,-0.222139395,-0.292850418,-0.289173216,-0.285465726,-0.282050778,-0.278284616,-0.274291976,-0.269028289,-0.264553642,-0.260216834,-0.256010252,-0.25186333,-0.248326712,-0.244703384,-0.24105815,-0.237193411,-0.220006644,-0.216967141,-0.213972191,-0.211063654,-0.207567757,-0.20392423,-0.198625286,-0.194708551,-0.190986003,-0.187392617,-0.184417447,-0.181393075,-0.178475563,-0.175786804,-0.173021744,-0.262823112,-0.25906548,-0.255346295,-0.251867014,-0.248028903,-0.243928982,-0.238282607,-0.233684089,-0.229254614,-0.224927226,-0.220910529,-0.217322311,-0.213686794,-0.210190576,-0.206455196,-0.355382271,-0.352288472,-0.349166685,-0.346292342,-0.343054521,-0.339672334,-0.335543065,-0.33181666,-0.328244538,-0.324849295,-0.321443817,-0.318539038,-0.315509523,-0.312438125,-0.309197313,-0.326293044,-0.323260611,-0.320240492,-0.317407217,-0.314129713,-0.310702848,-0.306674481,-0.302892619,-0.299332166,-0.296039902,-0.292706966,-0.289914437,-0.287041108,-0.284189141,-0.281190334,-0.236577866,-0.232971178,-0.229405335,-0.226046933,-0.222283293,-0.218259623,-0.212583232,-0.208066034,-0.203715059,-0.199507809,-0.195849792,-0.192393134,-0.188944289,-0.185728201,-0.18231313,-0.349347249,-0.346573634,-0.343851917,-0.341310566,-0.33810647,-0.334891075,-0.332854701,-0.329238989,-0.326019267,-0.323211656,-0.319937392,-0.317441683,-0.314830435,-0.312300829,-0.309628561,-0.276115248,-0.272014066,-0.267754202,-0.263916017,-0.259726074,-0.255309307,-0.249568088,-0.244539509,-0.239586488,-0.234744209,-0.229727819,-0.225599812,-0.221379704,-0.216970528,-0.212309283,-0.32376989,-0.320407482,-0.31701313,-0.313885236,-0.31038788,-0.306711691,-0.302059125,-0.297971913,-0.294034755,-0.290266492,-0.286518033,-0.283325088,-0.280023849,-0.276682333,-0.273155679,-0.35955644,-0.35681969,-0.354123414,-0.351600038,-0.34852048,-0.345386256,-0.34276282,-0.339292315,-0.336147534,-0.333348206,-0.330262665,-0.327803153,-0.325232973,-0.322724902,-0.320073971,-0.261558395,-0.258153263,-0.254788531,-0.251611014,-0.248046161,-0.244219572,-0.238892788,-0.234661283,-0.23061185,-0.226712966,-0.22303789,-0.219789215,-0.21652133,-0.213386735,-0.210090317,-0.213598304,-0.210069623,-0.20650247,-0.203195,-0.199471859,-0.195482483,-0.189717726,-0.185214225,-0.180801463,-0.17658546,-0.173009728,-0.16956375,-0.166195507,-0.163054632,-0.159751069,-0.298653696,-0.295683347,-0.29273174,-0.289931967,-0.286508167,-0.282983788,-0.279457208,-0.2755044,-0.271875336,-0.268693295,-0.265240419,-0.262527405,-0.259802993,-0.257117744,-0.25429295,-0.129001481,-0.126422202,-0.123821216,-0.121133692,-0.117376184,-0.113899251,-0.107989213,-0.104488346,-0.101345988,-0.097827914,-0.095387143,-0.092486295,-0.089811579,-0.08747752,-0.085303084,-0.179582882,-0.176799081,-0.173966325,-0.171248292,-0.168020782,-0.164587661,-0.159486416,-0.155650432,-0.151894308,-0.148439875,-0.145759868,-0.14291386,-0.140104147,-0.137620899,-0.135130877,-0.236107355,-0.231813346,-0.227563816,-0.223600772,-0.219321622,-0.214736579,-0.208325124,-0.203116178,-0.198061514,-0.19301407,-0.188390159,-0.184235572,-0.180046322,-0.1760969,-0.171791345,-0.277645359,-0.274441906,-0.271275169,-0.268405005,-0.264424332,-0.260592649,-0.261255493,-0.25646296,-0.252393624,-0.249048573,-0.244349846,-0.241334375,-0.238271036,-0.23534314,-0.232252604,-0.225055424,-0.221792557,-0.218553723,-0.215469591,-0.211922639,-0.208149677,-0.202771318,-0.198578853,-0.194545467,-0.190709037,-0.1874795,-0.184321614,-0.181193646,-0.178303034,-0.175295129,-0.334262376,-0.331402448,-0.328627202,-0.326032223,-0.322606718,-0.3192384,-0.317909226,-0.314104222,-0.310787703,-0.307970672,-0.304417192,-0.301855245,-0.299136297,-0.296525767,-0.293768817,-0.301152743,-0.29802339,-0.294899006,-0.291954891,-0.28862188,-0.285076485,-0.280512087,-0.276622549,-0.272916839,-0.2694517,-0.265985596,-0.263107495,-0.260150918,-0.257213725,-0.254147816,-0.274439335,-0.270659376,-0.266885401,-0.263384362,-0.259538438,-0.255437232,-0.249883798,-0.24528073,-0.240828483,-0.236481736,-0.232300447,-0.228675314,-0.224985403,-0.221351988,-0.217479139,-0.208053053,-0.203514838,-0.199058413,-0.194871239,-0.190373227,-0.185520811,-0.178618917,-0.173090577,-0.167724185,-0.162315018,-0.157567534,-0.153120158,-0.148699929,-0.144712333,-0.140291808,-0.213231514,-0.210181354,-0.207180915,-0.204250843,-0.200755317,-0.19710101,-0.191811362,-0.187838106,-0.184057406,-0.180434104,-0.177513674,-0.174499488,-0.171546224,-0.168862756,-0.166109268,-0.18367635,-0.178627372,-0.173558319,-0.168855388,-0.163931815,-0.158657299,-0.151068899,-0.144993502,-0.139009586,-0.132811307,-0.126712866,-0.121741573,-0.116788033,-0.11215359,-0.106986479,-0.221362051,-0.217915876,-0.214522686,-0.211613679,-0.206739975,-0.202496033,-0.20818041,-0.202284538,-0.197482462,-0.1936983,-0.187156051,-0.183510744,-0.179799767,-0.176218843,-0.172529772,-0.327408201,-0.324503892,-0.321640477,-0.318966899,-0.31560595,-0.312222254,-0.309948844,-0.306076341,-0.302612884,-0.299596201,-0.296127625,-0.293490219,-0.2907686,-0.28812217,-0.285329122,-0.245465349,-0.242577754,-0.239649586,-0.236803899,-0.233300412,-0.229595592,-0.224996208,-0.221013656,-0.217233277,-0.214046983,-0.210376901,-0.207640695,-0.205130398,-0.202550428,-0.199872399,-0.333846655,-0.330947662,-0.328078116,-0.325383596,-0.322138407,-0.318805892,-0.315597518,-0.311876504,-0.308462001,-0.305402149,-0.302137379,-0.299502791,-0.296787527,-0.294121069,-0.291309774,-0.316912624,-0.313965813,-0.311052999,-0.308321565,-0.304916878,-0.301467686,-0.298789262,-0.294851387,-0.291304211,-0.288209052,-0.284729969,-0.282051791,-0.27931064,-0.276635232,-0.273811971,-0.309066495,-0.305718106,-0.302360346,-0.29924024,-0.295746247,-0.292051168,-0.287290407,-0.283191105,-0.279256568,-0.275504128,-0.271796638,-0.268641521,-0.265395839,-0.262148301,-0.258725565,-0.335390316,-0.332291102,-0.329190702,-0.326305554,-0.323014452,-0.319570478,-0.315421108,-0.311617315,-0.308006449,-0.304617116,-0.301220538,-0.298339742,-0.295358836,-0.292377979,-0.289236412,-0.359912228,-0.356978125,-0.354043083,-0.351319462,-0.348199406,-0.344951695,-0.341179872,-0.337613708,-0.33424183,-0.331085749,-0.327892607,-0.325182955,-0.32235821,-0.319530102,-0.316544746,-0.219819206,-0.216256232,-0.21268856,-0.209498829,-0.204927804,-0.200583035,-0.2017626,-0.19604848,-0.191307572,-0.187592838,-0.182286922,-0.17900655,-0.175781611,-0.172689345,-0.169355025,-0.255440916,-0.252381163,-0.249310556,-0.246388544,-0.242632939,-0.238825734,-0.235343461,-0.230955968,-0.22698605,-0.223680311,-0.219831346,-0.217027815,-0.214322416,-0.211627846,-0.208757138,-0.178849054,-0.176115691,-0.173384405,-0.17077432,-0.167288981,-0.163790538,-0.158392349,-0.154810683,-0.151311894,-0.147870861,-0.145763923,-0.142760221,-0.140158294,-0.137765489,-0.13532729,-0.374209471,-0.37150291,-0.368820183,-0.366314535,-0.363364164,-0.360321569,-0.357189447,-0.353871989,-0.350801752,-0.347995303,-0.345058382,-0.34261284,-0.340053564,-0.337527839,-0.334857227,-0.185131249,-0.182071471,-0.17879283,-0.175846983,-0.172474982,-0.168862212,-0.163417986,-0.159328178,-0.155151686,-0.151325443,-0.148386321,-0.145266265,-0.142316462,-0.139529546,-0.136708707,-0.332538473,-0.329093435,-0.325572641,-0.322363723,-0.318805644,-0.315077089,-0.310337936,-0.306185921,-0.302146057,-0.298247667,-0.29432668,-0.291005537,-0.287555035,-0.284000244,-0.280253219,-0.230180528,-0.225596152,-0.220963193,-0.21673327,-0.212233255,-0.207388553,-0.200793838,-0.195250318,-0.189800059,-0.184335262,-0.178735568,-0.174179749,-0.169632485,-0.165077803,-0.160139346,-0.157219312,-0.153805081,-0.150299171,-0.146915153,-0.142250546,-0.137707287,-0.132688969,-0.127035325,-0.122063489,-0.118338073,-0.113634203,-0.110647412,-0.108051964,-0.105303816,-0.102200968,-0.175981881,-0.171802867,-0.167641703,-0.163760374,-0.159440181,-0.154811177,-0.148028654,-0.142756809,-0.137611999,-0.132531918,-0.127939704,-0.123777799,-0.119817697,-0.116224311,-0.112311136,-0.314299547,-0.311269686,-0.308253374,-0.305408231,-0.30210944,-0.298647985,-0.294516466,-0.290704959,-0.28711637,-0.283817653,-0.280467137,-0.277684449,-0.274837847,-0.272016217,-0.269059344,-0.159124694,-0.156542053,-0.154043971,-0.151459549,-0.148255379,-0.144857912,-0.139738469,-0.136089552,-0.132559362,-0.129225684,-0.127139366,-0.124367235,-0.121640944,-0.119295907,-0.116990578,-0.27782983,-0.274826499,-0.271812165,-0.268931492,-0.265721141,-0.262239783,-0.257498282,-0.253745743,-0.250142665,-0.246810026,-0.243472763,-0.240844158,-0.23810009,-0.235361634,-0.232558498,-0.250530744,-0.24675667,-0.243037682,-0.239542849,-0.235674747,-0.231540336,-0.225781488,-0.221135079,-0.216665598,-0.212297613,-0.208381051,-0.204777182,-0.201144978,-0.197718335,-0.194048253,-0.141861676,-0.138203462,-0.135142992,-0.132844438,-0.130873732,-0.129367357,-0.127370839,-0.125081729,-0.122614701,-0.119994775,-0.119413151,-0.116754902,-0.114394833,-0.111892745,-0.10996328,-0.454142861,-0.452946768,-0.451883879,-0.450974357,-0.450124087,-0.449402164,-0.44858175,-0.447653857,-0.446741096,-0.445767686,-0.445156195,-0.444193366,-0.44333003,-0.442438186,-0.441722048,-0.003564235,0.001449534,0.005501958,0.008386636,0.010826665,0.012673648,0.015307865,0.018314386,0.021621707,0.025098788,0.025132364,0.028670367,0.031857229,0.035173699,0.037822256,-0.267133341,-0.264673556,-0.262515661,-0.260775117,-0.259244981,-0.258029986,-0.256589773,-0.254946645,-0.253262672,-0.251445136,-0.250353517,-0.24852577,-0.246934687,-0.245188606,-0.243903664,-0.364123731,-0.362214268,-0.360589214,-0.359281699,-0.358130839,-0.357188656,-0.356059999,-0.354726375,-0.353337639,-0.351833958,-0.351266873,-0.349755231,-0.348413447,-0.347001124,-0.34589687,-0.243989681,-0.241179128,-0.238816957,-0.236987628,-0.235411306,-0.234168174,-0.232601915,-0.230768778,-0.228816715,-0.226710988,-0.226058751,-0.223931464,-0.222050658,-0.220051074,-0.218516562,-0.270060718,-0.267393024,-0.265194233,-0.263508381,-0.262078083,-0.260933009,-0.259485701,-0.25773418,-0.255844176,-0.253789481,-0.253324731,-0.251250405,-0.249408738,-0.247452249,-0.24593853,-0.206961236,-0.203777415,-0.201182164,-0.199237123,-0.19760114,-0.196307743,-0.194621718,-0.192590486,-0.190373276,-0.187971323,-0.187559954,-0.185131249,-0.182970757,-0.180674823,-0.178899443,-0.143354404,-0.140050099,-0.137108307,-0.134802879,-0.13279845,-0.131261613,-0.129385307,-0.127315406,-0.125182507,-0.122945764,-0.121428361,-0.11917352,-0.117217106,-0.114956874,-0.113365545,-0.397942542,-0.396321938,-0.394913472,-0.393749088,-0.392698413,-0.391829291,-0.390813255,-0.389638734,-0.388445249,-0.387158675,-0.386518257,-0.385230966,-0.384087796,-0.382892209,-0.381952968,-0.410469547,-0.408964235,-0.407641464,-0.406532587,-0.40551979,-0.40467794,-0.403704925,-0.402591597,-0.401475154,-0.400273312,-0.399591702,-0.398393124,-0.397328356,-0.396218762,-0.395345511,-0.141314173,-0.137566307,-0.13453788,-0.132315923,-0.13045549,-0.12900158,-0.127046698,-0.124713776,-0.122146119,-0.119381652,-0.119067006,-0.116267282,-0.113768013,-0.111119505,-0.109061126,-0.353018938,-0.351130862,-0.349476485,-0.348110965,-0.346885363,-0.345889379,-0.344722745,-0.343385313,-0.342028546,-0.340559208,-0.339730882,-0.338258132,-0.336962534,-0.335594764,-0.334545004,-0.309014078,-0.306693618,-0.304737525,-0.303195026,-0.301855765,-0.300778362,-0.299455097,-0.297890371,-0.296238787,-0.294448696,-0.293848035,-0.292043875,-0.290446487,-0.28875658,-0.287448867,-0.418224876,-0.416724792,-0.415424929,-0.414349764,-0.413378777,-0.412567881,-0.411623868,-0.410525747,-0.409408513,-0.408207042,-0.407648857,-0.406446842,-0.4053752,-0.404256211,-0.40336862,0.442343367,0.452429058,0.46011873,0.465114302,0.469394045,0.472777766,0.478219568,0.483953617,0.490063679,0.496306858,0.494201502,0.500565337,0.50649303,0.512180497,0.517512621,0.676374418,0.684587165,0.693356613,0.702380923,0.711331455,0.720453081,0.730334546,0.739876096,0.748498778,0.756675724,0.773541911,0.780816802,0.787471498,0.793522616,0.79864913,1.040551233,1.058825935,1.074702541,1.089289508,1.105161565,1.120939273,1.133482004,1.149677064,1.168625464,1.19032226,1.209315362,1.229687311,1.247212559,1.263062264,1.273263271,1.205965267,1.22178115,1.237244755,1.252534496,1.269059285,1.285403484,1.301117699,1.317766111,1.33417677,1.351422332,1.371633669,1.387316236,1.401088476,1.414009395,1.423733908,0.74210646,0.757517154,0.771720691,0.784863341,0.798813994,0.812736065,0.824118615,0.837813713,0.852898635,0.870102265,0.887294619,0.90370251,0.918077932,0.931214451,0.940260716,0.931713197,0.94500825,0.959071252,0.973107155,0.988233318,1.003458577,1.018235529,1.033250431,1.047819497,1.061725645,1.076575683,1.089660774,1.102040717,1.113181856,1.123346468,1.206335544,1.223519987,1.240448678,1.257657845,1.276371065,1.295019208,1.312951523,1.331062647,1.348775012,1.366912245,1.390520159,1.40675557,1.420916283,1.434572614,1.445033922,2.57418745,2.596330674,2.619471391,2.642598658,2.667442213,2.691266122,2.715308202,2.739300635,2.761453947,2.78415318,2.805480885,2.826232209,2.845716839,2.862946577,2.878866501,1.329642857,1.359836833,1.386777436,1.411103157,1.436992072,1.463580596,1.481346563,1.50530359,1.532650667,1.567036959,1.608348139,1.642030272,1.670650176,1.696591902,1.712880718,0.53803272,0.548768967,0.559638826,0.570053058,0.580865556,0.591418543,0.601394753,0.611944477,0.622530298,0.633534462,0.644183381,0.654658535,0.664317181,0.673211044,0.680509571,1.085391514,1.107459378,1.128082331,1.149393818,1.172277596,1.195005312,1.214456711,1.23500371,1.256280582,1.278286535,1.307720375,1.328478622,1.34683719,1.36485436,1.378832309,0.648839038,0.653717118,0.659554714,0.665279169,0.670936077,0.676449186,0.682874141,0.689655527,0.695847872,0.701904924,0.716513154,0.722081547,0.727213302,0.731439937,0.734899711,1.533621457,1.549647598,1.566206803,1.582701724,1.600439406,1.617652332,1.635354411,1.653324307,1.670012477,1.687023253,1.706541113,1.721874369,1.73559894,1.748321072,1.758818182,1.239187521,1.261419755,1.280467647,1.298461082,1.318105333,1.337778068,1.352969306,1.37256668,1.39557329,1.42178679,1.448865851,1.473514576,1.494690769,1.514192211,1.526555341,1.220860007,1.235501962,1.250293847,1.264747894,1.280322859,1.295458517,1.310023528,1.325377949,1.340345083,1.355790491,1.37117557,1.385617354,1.398732115,1.410520446,1.420249508,1.994853811,2.036654539,2.069406629,2.100151273,2.134110124,2.168502548,2.18959982,2.222704384,2.266056636,2.317380322,2.374819509,2.424024388,2.466190844,2.50506872,2.52733359,2.081817627,2.122974129,2.151668404,2.17472209,2.201657551,2.229015902,2.244865806,2.276068746,2.323236906,2.38122142,2.399724776,2.452547173,2.495268056,2.532808821,2.550994712,0.995968384,1.009660813,1.023408723,1.036782104,1.051195108,1.065347119,1.07868005,1.092896542,1.107032136,1.121568862,1.136079677,1.149782292,1.162264101,1.173490687,1.182692422,0.599190597,0.611890676,0.624819309,0.637194505,0.649773235,0.662475786,0.673860611,0.686231159,0.698534653,0.711737434,0.725806567,0.738602281,0.749909272,0.760540686,0.768551284,0.397202434,0.405879114,0.415184099,0.423998842,0.433077547,0.441613099,0.450069533,0.458442694,0.466555751,0.474941472,0.47909413,0.487201451,0.494829805,0.501651146,0.50769366,0.740547124,0.753422154,0.765912271,0.777818984,0.79045102,0.802873292,0.814112735,0.826604929,0.839576385,0.853407173,0.867002087,0.880100133,0.891903102,0.902666249,0.910974928,1.041178646,1.060835359,1.081137881,1.103661865,1.127518807,1.15214696,1.176140382,1.197616238,1.217837465,1.236162803,1.263313665,1.280033086,1.295124832,1.3104751,1.324039256,0.512716231,0.522755934,0.533408018,0.543914227,0.554545542,0.564993993,0.575508608,0.586118759,0.596557419,0.606549156,0.615966292,0.625329923,0.634348893,0.642805326,0.650690125,0.38611569,0.394554618,0.403549852,0.412339673,0.421180031,0.4296243,0.438271806,0.446924158,0.45535379,0.463509769,0.470251299,0.477989233,0.485443328,0.49240026,0.498865466,1.10824048,1.124660634,1.139982616,1.154738107,1.170676228,1.186403893,1.200460367,1.216451102,1.233303443,1.251664188,1.271207563,1.288257701,1.303155606,1.316905296,1.326688357,-0.014148277,-0.009606353,-0.00533828,-0.001645452,0.001193881,0.002764145,0.004658797,0.006432496,0.008603422,0.01110373,0.012425659,0.015097754,0.017365947,0.019599278,0.021444975,1.136059897,1.145706676,1.155466594,1.164767425,1.171903165,1.176221479,1.180814533,1.185997221,1.19140975,1.198069985,1.209536302,1.216559693,1.221345995,1.226699976,1.229743485,0.959742181,0.970498207,0.980692192,0.988254977,0.992045666,0.989743501,0.989474893,0.988085563,0.990107152,0.992613641,0.997025809,0.99888016,1.00209783,1.005357433,1.007860361,0.21476882,0.220737654,0.226443022,0.231299048,0.234641034,0.23574682,0.237863154,0.239224593,0.241718621,0.24481425,0.247060635,0.2503596,0.253126983,0.255900796,0.258104556,0.304377781,0.313414255,0.321272055,0.327297954,0.332313207,0.336098753,0.34035654,0.343493212,0.347012127,0.350500482,0.348902279,0.352404283,0.356017547,0.358960773,0.362364867,0.71719872,0.72589884,0.73436902,0.742253522,0.748147589,0.751847291,0.756158187,0.760177827,0.764472009,0.76957538,0.775447393,0.780458788,0.78408669,0.787902499,0.790476338,1.646123888,1.660050211,1.674558851,1.688004131,1.695705176,1.701230054,1.707323006,1.713747268,1.721645122,1.730966919,1.748437575,1.75669364,1.76122597,1.767080378,1.769502804,1.013036127,1.023439184,1.033779143,1.043305958,1.049824767,1.054019655,1.058673829,1.063481098,1.069026546,1.075640299,1.08480821,1.091238011,1.095435272,1.100222168,1.102949201,0.530128932,0.540138471,0.54892226,0.556131481,0.561846937,0.565155396,0.568963491,0.572013033,0.575734394,0.579950742,0.579816933,0.583857538,0.587507692,0.590836722,0.594218563,-0.050776306,-0.046567375,-0.042623986,-0.039154125,-0.036413246,-0.034813114,-0.032925236,-0.031085819,-0.02892508,-0.02639624,-0.025095524,-0.022349848,-0.02007498,-0.017799914,-0.015997831,0.596392159,0.605755692,0.614744596,0.622134011,0.626715494,0.627775194,0.629454692,0.631006907,0.633942419,0.637665362,0.639143008,0.64296218,0.646445788,0.649727445,0.652841963,0.25058677,0.257133173,0.263346287,0.26854915,0.272115042,0.27343712,0.275338349,0.276946937,0.279470239,0.282485067,0.28408594,0.287211239,0.289989205,0.292689931,0.295026512,0.34106327,0.348916323,0.356152643,0.362117224,0.366483207,0.368689934,0.371358419,0.373625079,0.376625072,0.380051715,0.38079573,0.384286162,0.387436581,0.390355379,0.393141257,0.831783265,0.84265619,0.853214122,0.862419021,0.86877178,0.87182152,0.875509255,0.878731573,0.883252036,0.888500689,0.892559591,0.897562284,0.901283645,0.905159189,0.908206852,-0.26545681,-0.263448745,-0.261648443,-0.26000843,-0.258346536,-0.256874725,-0.255105279,-0.253069152,-0.251174401,-0.249262936,-0.24771846,-0.246203381,-0.244788041,-0.24326955,-0.242054876,-0.394964627,-0.39339194,-0.391977738,-0.390705257,-0.3893364,-0.388060854,-0.386568398,-0.384937039,-0.383420205,-0.381954971,-0.380799785,-0.379633324,-0.378527537,-0.377335709,-0.376336238,0.828003752,0.837347703,0.844453279,0.849727646,0.855754632,0.860610362,0.866181524,0.873306385,0.881507957,0.890111156,0.88146009,0.88521745,0.889563752,0.894273902,0.897100328,-0.281672886,-0.279662077,-0.277867288,-0.276235558,-0.27455606,-0.273047879,-0.271251384,-0.269207519,-0.267303669,-0.26540155,-0.263996372,-0.262509727,-0.261112214,-0.25961736,-0.25841087,-0.263949667,-0.261669656,-0.259656153,-0.257861289,-0.25594619,-0.254208292,-0.252160842,-0.249869581,-0.247717495,-0.245589022,-0.244379837,-0.242799287,-0.241301565,-0.239697354,-0.238403709,-0.197432024,-0.195014791,-0.192903946,-0.1909773,-0.18899987,-0.187233588,-0.185116364,-0.1826795,-0.18042273,-0.178166851,-0.17682346,-0.175131748,-0.173530232,-0.171780565,-0.170389901,-0.353897554,-0.352035415,-0.350363062,-0.348883612,-0.347277051,-0.34578959,-0.344040517,-0.342146137,-0.340398695,-0.338736505,-0.337366337,-0.336027595,-0.334783572,-0.333374686,-0.332216656,0.151761982,0.156299356,0.159818716,0.163123714,0.166618992,0.1698287,0.173642136,0.178044315,0.182315553,0.186435674,0.186025145,0.188693432,0.191271178,0.194207481,0.196428944,-0.15261884,-0.14995891,-0.147668317,-0.145571367,-0.143416117,-0.141488779,-0.139178999,-0.136512146,-0.134049321,-0.131593171,-0.130380821,-0.12858126,-0.126871054,-0.124982484,-0.123491042,-0.136804589,-0.133708466,-0.130971098,-0.128673928,-0.126085155,-0.123799903,-0.12111861,-0.118184681,-0.115383375,-0.112545031,-0.111172466,-0.109151767,-0.107298158,-0.105314744,-0.103757831,1.851538496,1.862025518,1.867258645,1.871116486,1.876776459,1.882206197,1.88859268,1.900621137,1.914523527,1.9276462,1.913035893,1.918978519,1.925018461,1.932000117,1.936044086,0.395671976,0.401345696,0.405167736,0.409624409,0.413938766,0.418427977,0.423641719,0.429172432,0.434274815,0.438853034,0.439401922,0.44276339,0.44584369,0.449785001,0.452873015,0.212410778,0.217126862,0.220675051,0.224253701,0.227941338,0.231460352,0.235620131,0.240293491,0.244627035,0.24869909,0.248711947,0.251533527,0.254170761,0.257321871,0.259775252,0.837781571,0.845433365,0.84989162,0.85579528,0.862101853,0.868872162,0.876654997,0.884807119,0.893504865,0.900207627,0.89510297,0.899557467,0.90367017,0.909022271,0.91341021,-0.302673954,-0.300596067,-0.2987454,-0.297097105,-0.2953329,-0.293719763,-0.291827583,-0.289726505,-0.287757159,-0.285820104,-0.284584736,-0.283115571,-0.281728887,-0.280240906,-0.279030658,-0.315565376,-0.313622882,-0.311889583,-0.310326538,-0.30867985,-0.307178419,-0.305409591,-0.303430282,-0.301581148,-0.29975523,-0.298500922,-0.297090923,-0.29575809,-0.294337979,-0.293177847,-0.368177836,-0.366518711,-0.365025093,-0.363674137,-0.362249649,-0.360939736,-0.359403888,-0.357698701,-0.356108138,-0.354545637,-0.353352548,-0.352112506,-0.350940927,-0.349698859,-0.3486691,-0.162818166,-0.160027096,-0.157626725,-0.155469596,-0.153193046,-0.151148661,-0.148718819,-0.145950199,-0.143339915,-0.140745357,-0.139744848,-0.137905382,-0.136143847,-0.134237525,-0.13273377,-0.010615565,-0.007125529,-0.004257169,-0.001589376,0.001171876,0.003672678,0.006654573,0.010100699,0.013280936,0.016410437,0.0170065,0.019175299,0.021244606,0.023592264,0.025415363,-0.247477691,-0.24516445,-0.243131117,-0.24130159,-0.239373436,-0.23762995,-0.235565563,-0.233234916,-0.231051504,-0.228886339,-0.227666473,-0.226056996,-0.224528541,-0.222888577,-0.221570307,-0.290762222,-0.28857337,-0.286594877,-0.284878391,-0.283013779,-0.281284238,-0.279299292,-0.277119638,-0.275071743,-0.27307923,-0.271719744,-0.270191363,-0.268771301,-0.267197402,-0.265941611,-0.287001969,-0.284841601,-0.282827429,-0.281148673,-0.279289995,-0.277556573,-0.275590145,-0.273437244,-0.27145472,-0.269544541,-0.268139684,-0.266600079,-0.265192305,-0.263580182,-0.262319816,0.088481194,0.09253619,0.095752821,0.098815516,0.101993824,0.104920979,0.10839984,0.112395398,0.116097177,0.1196827,0.119897212,0.122344757,0.124669322,0.127356449,0.129433718,-0.317188255,-0.315221258,-0.313466721,-0.311892402,-0.310220198,-0.308690902,-0.306893987,-0.304892573,-0.303020964,-0.301178481,-0.29994561,-0.2985321,-0.297195435,-0.295767955,-0.294601099,-0.045785333,-0.042775895,-0.040243939,-0.037882633,-0.035522959,-0.033437779,-0.030924614,-0.027948653,-0.025306327,-0.022653913,-0.021673579,-0.019753609,-0.017936048,-0.015822879,-0.014181606,-0.179133042,-0.176507083,-0.174237407,-0.172179374,-0.170031937,-0.168101879,-0.16580194,-0.163173163,-0.16071731,-0.158275896,-0.157131539,-0.155358285,-0.153668057,-0.151829134,-0.15037107,-0.304214054,-0.302023447,-0.300096628,-0.298415721,-0.296639624,-0.29503205,-0.293136063,-0.291069747,-0.289192996,-0.287476683,-0.28585645,-0.284315509,-0.283025153,-0.281361553,-0.280002239,-0.219546196,-0.216980047,-0.214728642,-0.21274372,-0.21060558,-0.208678958,-0.206408714,-0.203866522,-0.20146452,-0.199077797,-0.197927407,-0.196205284,-0.19457207,-0.192822305,-0.191426745,-0.071939246,-0.068740961,-0.066062784,-0.063609255,-0.061054553,-0.058755009,-0.056011163,-0.052848086,-0.049897195,-0.046976519,-0.04618973,-0.044153653,-0.04220332,-0.040034521,-0.038343749,0.376385935,0.381428484,0.38508833,0.3889615,0.392901823,0.396670655,0.401188843,0.406190151,0.410333908,0.414191255,0.414577158,0.417597623,0.420257306,0.423597017,0.426191427,-0.373985762,-0.372229741,-0.370664842,-0.369266167,-0.367749951,-0.366342424,-0.364675561,-0.362876272,-0.361211806,-0.359634594,-0.358292662,-0.357015262,-0.355824843,-0.354477867,-0.353357888,-0.184960104,-0.182677769,-0.180662906,-0.178820373,-0.176982242,-0.175382308,-0.173429553,-0.171132136,-0.16901689,-0.166865694,-0.165250431,-0.163589229,-0.162030536,-0.160311034,-0.158961017,0.057940875,0.061677269,0.064698031,0.067576528,0.070501408,0.073164997,0.076330993,0.080006662,0.083262062,0.086455155,0.086817174,0.089064795,0.091176382,0.093666454,0.095600369,0.029323939,0.033168181,0.036284332,0.039142504,0.042151893,0.044871608,0.04811059,0.051852671,0.055420689,0.0589265,0.059128402,0.061456725,0.063705533,0.066219588,0.068142327,-0.232384511,-0.230256186,-0.228359555,-0.226629224,-0.224886158,-0.223352734,-0.221497592,-0.219344913,-0.217348692,-0.215328512,-0.213741633,-0.212157795,-0.210676119,-0.209070029,-0.2077952,-0.291193173,-0.289043906,-0.287036114,-0.285362228,-0.283521402,-0.281862746,-0.279902599,-0.27780827,-0.275899945,-0.274092571,-0.272672213,-0.271124077,-0.269769486,-0.268139932,-0.266873633,-0.114526368,-0.111482711,-0.108901059,-0.106571005,-0.104118811,-0.101919057,-0.099299576,-0.096297852,-0.093463909,-0.090649251,-0.089808415,-0.087850171,-0.085968721,-0.08391509,-0.082310062,0.169640447,0.173907234,0.177253917,0.180540321,0.183855653,0.18691197,0.190515592,0.194677151,0.198212434,0.201641994,0.201509618,0.203964037,0.206216554,0.208980278,0.21113004,0.319949581,0.32539178,0.329312718,0.333277172,0.337468994,0.341479832,0.346206992,0.351548512,0.356842066,0.36171619,0.36050923,0.363676758,0.36669752,0.370271324,0.372997171,-0.233748645,-0.231307825,-0.229167682,-0.227258961,-0.2252259,-0.223389227,-0.221219563,-0.218778619,-0.216481671,-0.214203663,-0.213040837,-0.211377014,-0.209794833,-0.208099091,-0.206740865,0.077263805,0.081515065,0.084949224,0.087998222,0.091257034,0.094145668,0.097586304,0.101592642,0.105547849,0.109482682,0.109073044,0.11154299,0.113973376,0.116635285,0.118615484,-0.416435736,-0.414957769,-0.41363846,-0.412444678,-0.411153061,-0.409944469,-0.408515408,-0.406970956,-0.405535317,-0.404167425,-0.403002793,-0.401894312,-0.400844675,-0.399692307,-0.398715707,-0.094040093,-0.090715563,-0.087867379,-0.085389719,-0.082709267,-0.08034539,-0.077542996,-0.074361325,-0.071293537,-0.068202606,-0.067532814,-0.065468749,-0.063477967,-0.06135926,-0.059721546,-0.055503813,-0.052735836,-0.050380662,-0.048197967,-0.046057601,-0.044216997,-0.041963392,-0.039232205,-0.036811165,-0.034340971,-0.03309643,-0.031284358,-0.029564707,-0.027550091,-0.026000052,-0.246145055,-0.24370243,-0.241534298,-0.239641723,-0.2375918,-0.235731911,-0.233551961,-0.231148252,-0.228869131,-0.226617801,-0.225349721,-0.223680583,-0.222129827,-0.220441527,-0.219099298,0.422283543,0.42764415,0.431730942,0.435772833,0.439753803,0.443197951,0.44697697,0.451656165,0.454716882,0.457802127,0.45352812,0.455748099,0.457619065,0.46036212,0.462452047,0.055839772,0.059377973,0.062268436,0.06501782,0.067733332,0.070156993,0.073042066,0.076472467,0.079378606,0.082280789,0.082502124,0.084570146,0.086500154,0.08884979,0.090655829,-0.39377809,-0.392225751,-0.390827546,-0.389565153,-0.388218622,-0.386968369,-0.385506523,-0.383899616,-0.38240318,-0.380947638,-0.379812479,-0.378652694,-0.377553335,-0.37638099,-0.375399025,-0.352775944,-0.350994852,-0.349397242,-0.347962172,-0.346432926,-0.345023892,-0.343373964,-0.341548467,-0.339844863,-0.338177381,-0.336974377,-0.335673216,-0.334442644,-0.333128453,-0.332043064,0.069854412,0.072742354,0.075134565,0.077355682,0.079419105,0.081064087,0.083135768,0.085876202,0.088182916,0.090623835,0.091502995,0.093215673,0.094872474,0.096993654,0.098552594,-0.056612023,-0.053098497,-0.050034862,-0.047501621,-0.044572835,-0.042028913,-0.039034111,-0.035722636,-0.032571673,-0.029318202,-0.027971499,-0.025764524,-0.023715739,-0.021582642,-0.019918819,-0.35979486,-0.35798887,-0.356362456,-0.354922021,-0.35335643,-0.351901259,-0.350201462,-0.348348767,-0.346632356,-0.344984283,-0.343692715,-0.342386485,-0.341159696,-0.339804339,-0.338685819,0.076699341,0.080894377,0.084453495,0.087400528,0.090777326,0.093662251,0.09709725,0.10097675,0.104737324,0.108670378,0.109590235,0.112066362,0.11437713,0.116795352,0.118588337,-0.076814063,-0.073462435,-0.070635761,-0.068126948,-0.065454062,-0.063077081,-0.060250012,-0.057010733,-0.053897451,-0.050788372,-0.05024433,-0.048162314,-0.046145275,-0.043966141,-0.042286692,-0.212379649,-0.209895388,-0.207546988,-0.205621777,-0.20353086,-0.201448993,-0.199344181,-0.196925415,-0.194650102,-0.192450841,-0.190946641,-0.18929167,-0.187695593,-0.185885104,-0.184538895,-0.135418326,-0.132584285,-0.130163887,-0.12795716,-0.125664045,-0.123605171,-0.121146797,-0.118321112,-0.11569006,-0.113075969,-0.112027643,-0.110155342,-0.108367797,-0.106401295,-0.104853085,-0.193742558,-0.191080649,-0.188769633,-0.186708733,-0.184516,-0.182544404,-0.180209208,-0.177566931,-0.175071815,-0.172591287,-0.171527928,-0.16975596,-0.16806321,-0.166244957,-0.164802123,0.962520246,0.971947568,0.978507618,0.985008132,0.989153966,0.993116343,0.996848088,1.002920272,1.003397656,1.004419082,0.974127394,0.973915553,0.972730351,0.974605965,0.974614569,-0.036052463,-0.032522422,-0.029592449,-0.026956748,-0.02416731,-0.021672343,-0.018700832,-0.015277156,-0.011997428,-0.008742078,-0.008330906,-0.006159239,-0.004055169,-0.001749246,2.0398E-05,-0.285843791,-0.28377881,-0.28194456,-0.280285263,-0.278551271,-0.276980785,-0.275121291,-0.273023624,-0.271065207,-0.269122243,-0.267825013,-0.266334733,-0.264926193,-0.263420831,-0.262200866,0.451913895,0.458679061,0.464460087,0.469108425,0.473970088,0.477702625,0.482315459,0.487523762,0.493172856,0.499528483,0.495703971,0.499153064,0.502679297,0.506163104,0.508503443,-0.007349979,-0.003511621,-0.000291232,0.00250508,0.005510612,0.008135779,0.011261275,0.014852535,0.018380104,0.02194832,0.022012703,0.024288511,0.026517243,0.0288964,0.030688791,0.050971977,0.054183219,0.056836226,0.059337573,0.06173468,0.063789795,0.066277394,0.069355617,0.071923225,0.074553585,0.074999025,0.076873947,0.078640723,0.080846016,0.082511569,0.230454948,0.235766105,0.24033938,0.244102674,0.248200641,0.251512066,0.2555053,0.260025663,0.264648387,0.269609641,0.268827056,0.27174526,0.274590972,0.277468034,0.279584269,-0.223338196,-0.220969596,-0.218895715,-0.217014562,-0.215058024,-0.213297825,-0.211201543,-0.208812867,-0.206585742,-0.204369719,-0.203098376,-0.201444839,-0.199876058,-0.198180192,-0.196824241,-0.379995713,-0.378255961,-0.376723526,-0.375345669,-0.373852644,-0.372473848,-0.37080419,-0.369020453,-0.367357076,-0.36580627,-0.364437388,-0.363155982,-0.36198109,-0.360618167,-0.359474922,-0.136382144,-0.133366672,-0.130781608,-0.128490619,-0.126043618,-0.12385944,-0.121267997,-0.118321112,-0.115511696,-0.112707769,-0.111871581,-0.109939644,-0.108081337,-0.106084819,-0.104523554,-0.257161828,-0.254956164,-0.253009269,-0.251246572,-0.249408317,-0.247749143,-0.245779006,-0.243546071,-0.241462028,-0.239391015,-0.238095961,-0.236528021,-0.23504365,-0.233449675,-0.232166241,-0.278992928,-0.276849373,-0.274951383,-0.273242908,-0.271441739,-0.269807067,-0.267875996,-0.265705218,-0.263674185,-0.261663772,-0.26041431,-0.258894039,-0.257453851,-0.255913652,-0.254666564,0.616498367,0.62442589,0.630929074,0.636027204,0.641478303,0.645784551,0.650911263,0.65692737,0.663596902,0.670932615,0.664721974,0.668318623,0.672205639,0.676205697,0.678728801,-0.324895061,-0.323082865,-0.321452248,-0.319971215,-0.318440683,-0.317057239,-0.315419427,-0.31357096,-0.311846265,-0.310128518,-0.308780801,-0.307413724,-0.306130513,-0.304769889,-0.303660271,-0.212619454,-0.210124734,-0.207950817,-0.205992647,-0.203932537,-0.202075961,-0.199872102,-0.197371399,-0.195026263,-0.192697396,-0.19153227,-0.189830421,-0.188209471,-0.186462376,-0.185068646,-0.097064465,-0.094143442,-0.091666919,-0.089381914,-0.087044393,-0.08495318,-0.0824459,-0.079533827,-0.076869644,-0.074217131,-0.073160695,-0.071248933,-0.06943073,-0.067387136,-0.06578473,0.000867911,0.003478293,0.00568947,0.007713185,0.00961476,0.011127861,0.013064595,0.015590567,0.017811585,0.020160726,0.021598614,0.023296211,0.024933083,0.026934002,0.028416543,0.546610206,0.553469524,0.557710795,0.563205805,0.568836109,0.574749461,0.581522243,0.588380869,0.595103707,0.600520884,0.598775915,0.602899299,0.606549354,0.611395886,0.615354307,-0.115084305,-0.112675924,-0.110572694,-0.108648818,-0.106776615,-0.105198489,-0.103230651,-0.100834484,-0.098656091,-0.096405354,-0.094725362,-0.09301481,-0.091402266,-0.089564481,-0.08815379,-0.329568989,-0.327617149,-0.325866221,-0.324314006,-0.322640467,-0.321096089,-0.31929591,-0.31731351,-0.315460296,-0.313652502,-0.312398392,-0.311005602,-0.309694625,-0.308275503,-0.307115223,-0.027424045,-0.024166173,-0.021458969,-0.0189282,-0.016355746,-0.014044532,-0.011280264,-0.008055869,-0.005156999,-0.002282112,-0.001505016,0.000539517,0.002477092,0.004709236,0.006448221,-0.128161237,-0.125550707,-0.123298635,-0.121225075,-0.119140933,-0.117307252,-0.11508569,-0.112473033,-0.110095656,-0.107699687,-0.106346159,-0.104564647,-0.102878078,-0.100979865,-0.099492873,0.693030247,0.700596592,0.70584307,0.710224679,0.71521402,0.719541037,0.724698605,0.731433904,0.73900193,0.746375917,0.740353381,0.744142982,0.748113766,0.752580328,0.755495071,0.201963711,0.206217296,0.209574759,0.212832482,0.215905364,0.218641793,0.221812189,0.225699403,0.228573696,0.23148389,0.229508586,0.231551438,0.233369888,0.235861147,0.237696312,0.227088336,0.23094598,0.234001653,0.236945077,0.239556596,0.241733159,0.244302251,0.247712279,0.250109979,0.252656028,0.250662329,0.252371298,0.25392381,0.256230524,0.257852957,-0.16838735,-0.165524034,-0.16304049,-0.160856806,-0.15850366,-0.15640048,-0.153914265,-0.151109695,-0.148442941,-0.14577945,-0.144789474,-0.1429282,-0.141149309,-0.139247635,-0.137748677,-0.413041013,-0.411580773,-0.410234539,-0.408962999,-0.407508693,-0.406188346,-0.40467747,-0.403162589,-0.401764952,-0.400423243,-0.39917655,-0.398118136,-0.39706311,-0.395851823,-0.394817985,-0.322681337,-0.320276268,-0.318007383,-0.315778503,-0.313211216,-0.310818411,-0.308225831,-0.305878173,-0.303779592,-0.301912087,-0.299918091,-0.298557814,-0.297307338,-0.295711731,-0.294277403,-0.446518352,-0.445345957,-0.444251012,-0.443121106,-0.441690982,-0.440534052,-0.439087782,-0.437638829,-0.436246076,-0.434881793,-0.433111172,-0.431948803,-0.430590627,-0.428940613,-0.427662347,-0.469893186,-0.468843834,-0.46786313,-0.4669116,-0.465765649,-0.464777786,-0.46358754,-0.462398271,-0.461256732,-0.460162937,-0.458980653,-0.458060746,-0.457044797,-0.455890501,-0.454936252,-0.389543692,-0.387895891,-0.386370329,-0.384901708,-0.383207276,-0.381637828,-0.379836486,-0.37805495,-0.376420302,-0.374882625,-0.373354145,-0.372142389,-0.370924377,-0.369530795,-0.368323193,-0.404127123,-0.402904439,-0.401794671,-0.40051596,-0.399124035,-0.397887381,-0.396216759,-0.394509223,-0.392929836,-0.391425215,-0.389199772,-0.387858483,-0.386338681,-0.384669741,-0.383288991,-0.30698621,-0.30519058,-0.30351845,-0.301837369,-0.2998702,-0.297963531,-0.295745184,-0.29346411,-0.291334524,-0.289366711,-0.287050479,-0.28551117,-0.283940955,-0.282185923,-0.280618576,-0.342263233,-0.340519426,-0.338921322,-0.337320226,-0.335444859,-0.333636199,-0.331483743,-0.329311111,-0.327263512,-0.325356596,-0.323379042,-0.3218607,-0.320270013,-0.318529025,-0.31698712,-0.386452168,-0.384852407,-0.383385294,-0.382006571,-0.380464271,-0.379085647,-0.377541196,-0.376007277,-0.374566026,-0.373143615,-0.371965805,-0.37093177,-0.369950348,-0.368760894,-0.367765775,-0.341641877,-0.339703363,-0.337888547,-0.336118705,-0.334069796,-0.332130713,-0.329921019,-0.327750984,-0.325766853,-0.323950924,-0.322013375,-0.320613513,-0.319215184,-0.317611344,-0.316201617,-0.441469931,-0.440210901,-0.439045416,-0.437926761,-0.436622929,-0.4354503,-0.434073234,-0.432680592,-0.431380086,-0.430132318,-0.428867861,-0.4278451,-0.426767166,-0.425547955,-0.424520014,-0.394253348,-0.392736241,-0.391339421,-0.389943614,-0.388329512,-0.386796558,-0.384918199,-0.383033907,-0.381270938,-0.379607338,-0.37788074,-0.376511165,-0.375021034,-0.373400801,-0.372004475,-0.287996915,-0.285034626,-0.282428793,-0.279844792,-0.276838717,-0.274145902,-0.271313789,-0.268995579,-0.266923725,-0.265031496,-0.263207012,-0.261967144,-0.261039647,-0.259540911,-0.258129948,-0.417015505,-0.415645609,-0.414384873,-0.412895681,-0.410696248,-0.409274801,-0.407283105,-0.405305576,-0.403369757,-0.401328735,-0.397771768,-0.396000047,-0.393658719,-0.390417437,-0.388211304,-0.463395751,-0.462322984,-0.461316022,-0.460319012,-0.459080961,-0.458051598,-0.456785868,-0.455532042,-0.454315872,-0.453146568,-0.451783323,-0.450795894,-0.449670797,-0.448358634,-0.447305116,-0.407767857,-0.406409211,-0.405179109,-0.404100569,-0.402875016,-0.40180382,-0.400598071,-0.399309965,-0.398148746,-0.397035863,-0.395936727,-0.3950052,-0.394132592,-0.393120141,-0.392298343,-0.332077432,-0.33028781,-0.328684513,-0.327028677,-0.325059084,-0.323158746,-0.320855642,-0.318570809,-0.316367371,-0.31432489,-0.312346817,-0.310698299,-0.30893177,-0.307024632,-0.305329607,-0.422614075,-0.421218503,-0.419928814,-0.418695423,-0.417270404,-0.415972581,-0.414465797,-0.412949383,-0.411545269,-0.410203436,-0.408881902,-0.407800766,-0.406688699,-0.405427468,-0.404352687,-0.274802911,-0.272163725,-0.269612904,-0.267057213,-0.264086296,-0.261286992,-0.258233717,-0.255443043,-0.252924463,-0.250832582,-0.248116453,-0.246623156,-0.245171224,-0.243336035,-0.2416756,-0.241604294,-0.239391138,-0.237290332,-0.235249433,-0.232833437,-0.230539852,-0.227914066,-0.225233243,-0.222813291,-0.220614896,-0.217860146,-0.216196274,-0.214546347,-0.212663266,-0.211034627,-0.423581452,-0.42225082,-0.421021076,-0.419780453,-0.418329622,-0.417017619,-0.415437242,-0.413832128,-0.412330673,-0.410893922,-0.409266074,-0.408061191,-0.406749868,-0.40526347,-0.404019571,-0.259048,-0.25750246,-0.256035545,-0.254405472,-0.252515962,-0.250618961,-0.24852169,-0.246260569,-0.244101214,-0.242118518,-0.239171534,-0.23764256,-0.236075435,-0.234302626,-0.232616329,-0.134456981,-0.131981794,-0.129681953,-0.127525516,-0.124823208,-0.122273698,-0.119350845,-0.116151175,-0.113374347,-0.110737954,-0.107152134,-0.105163083,-0.103150544,-0.101096664,-0.099355108,-0.227143744,-0.225458337,-0.223751939,-0.222000912,-0.219926314,-0.217898198,-0.215618508,-0.213129425,-0.210837151,-0.208767052,-0.205703665,-0.204083012,-0.202502017,-0.200641237,-0.19890784,-0.233404626,-0.230697027,-0.228117723,-0.225536813,-0.222482227,-0.219622497,-0.216465353,-0.213522004,-0.210843406,-0.20865636,-0.205501071,-0.203962058,-0.202424876,-0.200489873,-0.198778084,-0.424346335,-0.423098036,-0.421949574,-0.420712821,-0.41927408,-0.418009944,-0.416458458,-0.414865904,-0.413367997,-0.411933397,-0.410088095,-0.408835617,-0.407435854,-0.405820813,-0.404495348,-0.329902352,-0.327730339,-0.325674259,-0.323660805,-0.321336339,-0.319148254,-0.316719994,-0.314423566,-0.312349141,-0.310492392,-0.30846608,-0.307072375,-0.305721369,-0.304102125,-0.302666437,-0.022209264,-0.01919404,-0.016153992,-0.013386856,-0.010102776,-0.006875562,-0.003250578,0.000971903,0.00450412,0.008080643,0.012388523,0.014882452,0.01771773,0.020193115,0.02237403,-0.450378183,-0.449193067,-0.448091459,-0.447015404,-0.44573092,-0.444606689,-0.443260418,-0.441903676,-0.440621343,-0.439386642,-0.438040494,-0.437012071,-0.435889002,-0.434600747,-0.433538081,-0.346912808,-0.344802457,-0.342856032,-0.340972036,-0.338796833,-0.336804444,-0.334609486,-0.332572593,-0.330737008,-0.329042527,-0.327366144,-0.326104914,-0.324942458,-0.323489191,-0.322200417,-0.449726193,-0.448520346,-0.447407402,-0.446358123,-0.445154254,-0.444063413,-0.442797522,-0.44150928,-0.440311035,-0.439160188,-0.438062697,-0.437121453,-0.436149959,-0.435064384,-0.434140151,-0.285056779,-0.28329972,-0.281866084,-0.280249535,-0.278145342,-0.276134236,-0.273764722,-0.271453681,-0.269082807,-0.26696818,-0.264519596,-0.262681365,-0.260796109,-0.258811038,-0.25701484,-0.373219297,-0.371406904,-0.369739595,-0.368149477,-0.366321779,-0.364669256,-0.362818762,-0.361036558,-0.359422704,-0.357890318,-0.356470182,-0.355294301,-0.354188712,-0.352854494,-0.351690827,-0.392313177,-0.390756462,-0.389319711,-0.387905558,-0.386269081,-0.384723739,-0.382882171,-0.381029279,-0.37930545,-0.37767958,-0.3760231,-0.374706363,-0.373314932,-0.371782002,-0.37045357,-0.487034732,-0.486315244,-0.485603754,-0.484833036,-0.483809521,-0.483077869,-0.482092096,-0.481210871,-0.480227608,-0.479314117,-0.478094498,-0.477280871,-0.476295098,-0.475146674,-0.47423704,-0.471859416,-0.470796206,-0.469813054,-0.468886496,-0.467822828,-0.466859938,-0.465737574,-0.464592734,-0.463522527,-0.462494957,-0.461510395,-0.46065434,-0.459759517,-0.458773534,-0.457928568,-0.390878132,-0.389455252,-0.388130578,-0.386784418,-0.385253688,-0.383778169,-0.381857877,-0.379950616,-0.378157335,-0.376477886,-0.374418642,-0.372993487,-0.3713691,-0.369634985,-0.368166339,-0.421113089,-0.4197763,-0.418558016,-0.417453429,-0.416214302,-0.41510137,-0.413836381,-0.412525503,-0.411326332,-0.410172851,-0.409126997,-0.408186223,-0.407278481,-0.406239254,-0.405379453,-0.488825565,-0.487886114,-0.487009352,-0.486170666,-0.485184114,-0.484311741,-0.483274764,-0.482231333,-0.481233432,-0.480278392,-0.479302806,-0.478493233,-0.477616879,-0.476647981,-0.475824229,-0.316059796,-0.314114705,-0.31229398,-0.310506163,-0.308425235,-0.306437396,-0.30415108,-0.301855567,-0.299746181,-0.297812958,-0.295645148,-0.294150961,-0.292650322,-0.290949313,-0.289450454,-0.346796824,-0.344900219,-0.343157698,-0.341407339,-0.339369531,-0.337399073,-0.334603156,-0.332015941,-0.329552152,-0.327327747,-0.325271049,-0.323449335,-0.32116245,-0.318817685,-0.31684567,-0.36220784,-0.360422718,-0.358801719,-0.357151594,-0.355228928,-0.353367803,-0.351007363,-0.34871452,-0.346537611,-0.344517728,-0.342878803,-0.341233277,-0.339358182,-0.33736567,-0.335641939,-0.360601873,-0.358841056,-0.357207101,-0.355611197,-0.353763052,-0.352007921,-0.349965811,-0.347924245,-0.346038914,-0.34428492,-0.342476557,-0.341095214,-0.339682669,-0.338103973,-0.336720331,-0.455357783,-0.454259265,-0.453223462,-0.452160869,-0.450775397,-0.449693655,-0.44831905,-0.446967784,-0.445642776,-0.444352099,-0.442660659,-0.441561573,-0.440249459,-0.438650711,-0.437427186,-0.478099542,-0.477266061,-0.476445535,-0.475593078,-0.474403153,-0.473572033,-0.472450262,-0.471461028,-0.470355488,-0.469351716,-0.468022455,-0.467152864,-0.466041193,-0.464724171,-0.463711151,-0.279504012,-0.277927122,-0.276489085,-0.274979396,-0.273153726,-0.271306075,-0.269162495,-0.266896132,-0.264690221,-0.262725499,-0.260055555,-0.258553284,-0.256916732,-0.255068365,-0.25339171,-0.381086121,-0.37943837,-0.377913104,-0.376425247,-0.37470478,-0.373080789,-0.371178918,-0.369274104,-0.367512075,-0.365859724,-0.364183985,-0.362867297,-0.3615065,-0.359991322,-0.358671593,-0.387159417,-0.385475741,-0.383921176,-0.382435223,-0.380724498,-0.379157942,-0.377379224,-0.375635492,-0.374042802,-0.372537316,-0.371088203,-0.369914003,-0.368763045,-0.367420346,-0.366256704,-0.409353945,-0.407864357,-0.406486896,-0.405159774,-0.403625559,-0.402214224,-0.400574929,-0.398932666,-0.397416054,-0.395976064,-0.394535234,-0.393379849,-0.392192842,-0.390848191,-0.389694686,-0.189959237,-0.187968455,-0.185944493,-0.184012061,-0.181630086,-0.179467418,-0.176847987,-0.174083422,-0.171586674,-0.169297416,-0.166078164,-0.164359156,-0.162599056,-0.160640465,-0.158904842,-0.332315827,-0.330290381,-0.328489065,-0.32659021,-0.324357818,-0.322201579,-0.31951282,-0.316937695,-0.314447228,-0.31214578,-0.310750567,-0.308891444,-0.306780228,-0.304521481,-0.302547363,-0.335818869,-0.334019877,-0.332352642,-0.330704989,-0.328785835,-0.326943303,-0.324787855,-0.322607039,-0.320579393,-0.318697894,-0.316672152,-0.315192627,-0.313676386,-0.311991721,-0.310503419,-0.290885153,-0.288730347,-0.286882722,-0.28482323,-0.282354273,-0.280044271,-0.277109551,-0.274400641,-0.271624331,-0.269098013,-0.267285793,-0.265235103,-0.262923593,-0.260418835,-0.258195691,-0.438870205,-0.437756877,-0.436682392,-0.43548421,-0.433668132,-0.432510424,-0.430884257,-0.429326021,-0.427756932,-0.426166282,-0.423523139,-0.422156334,-0.42032227,-0.417865391,-0.416192148,-0.201696635,-0.199238903,-0.196928481,-0.194718243,-0.192082394,-0.189563048,-0.18672426,-0.183797451,-0.181206404,-0.178826653,-0.17578354,-0.173997577,-0.172219972,-0.170229438,-0.168572587,-0.435371218,-0.434138717,-0.432993606,-0.431805128,-0.430373458,-0.429148486,-0.427652519,-0.426129949,-0.424688488,-0.423292656,-0.421547675,-0.420354227,-0.41900484,-0.417408998,-0.416128866,-0.472893984,-0.471969738,-0.471075644,-0.470165022,-0.468934054,-0.468025187,-0.466836697,-0.465738019,-0.464579692,-0.46350114,-0.462117077,-0.46119256,-0.460048549,-0.458689322,-0.457638362,-0.349768063,-0.347800967,-0.345991319,-0.344273868,-0.342329989,-0.340660802,-0.338832708,-0.337092165,-0.335568408,-0.334047618,-0.332917131,-0.331754898,-0.330788114,-0.329519861,-0.328399042,-0.302149049,-0.299423202,-0.297062441,-0.294481654,-0.291471078,-0.288514971,-0.284745595,-0.281281272,-0.278002482,-0.275039279,-0.275528234,-0.273154616,-0.270198484,-0.267013747,-0.264342567,-0.458233325,-0.45732269,-0.456407716,-0.455427444,-0.453933468,-0.453000717,-0.451671111,-0.450519126,-0.449219461,-0.448025395,-0.446220209,-0.445194456,-0.443783172,-0.44200522,-0.44073515,-0.413338698,-0.411939899,-0.410649543,-0.409355948,-0.407855209,-0.406468724,-0.404794937,-0.403100036,-0.401519337,-0.400014544,-0.398364988,-0.397113746,-0.395762962,-0.394258688,-0.392980793,-0.287791428,-0.28492564,-0.282117658,-0.27930263,-0.276079199,-0.273023896,-0.269786744,-0.266940958,-0.264429524,-0.262321819,-0.259813921,-0.258320204,-0.256948924,-0.255139053,-0.253475502,-0.466861558,-0.465909929,-0.4649865,-0.464035477,-0.462721818,-0.461777731,-0.460526798,-0.459372786,-0.458155528,-0.457015535,-0.455489281,-0.454513027,-0.453282826,-0.451793201,-0.450665855,-0.360924975,-0.359207278,-0.357640277,-0.356063658,-0.354223401,-0.352451556,-0.350299619,-0.34815594,-0.346129159,-0.344234259,-0.342458681,-0.34093124,-0.339284997,-0.337505339,-0.335942418,-0.373148807,-0.371493119,-0.369969164,-0.368461824,-0.366712726,-0.365041436,-0.363044325,-0.361038709,-0.359164232,-0.357406011,-0.355657333,-0.354244787,-0.352752406,-0.351120701,-0.349692974,-0.290098957,-0.287949394,-0.285920116,-0.283929754,-0.281605635,-0.279397177,-0.276892888,-0.274416094,-0.272160684,-0.270136326,-0.267743496,-0.266211456,-0.264691704,-0.262928958,-0.26138065,-0.230875094,-0.22695062,-0.223509933,-0.219607415,-0.215135858,-0.21076048,-0.205387585,-0.20064905,-0.195970993,-0.191759737,-0.194447755,-0.191073677,-0.18682568,-0.182270603,-0.178392488,-0.490544116,-0.489665178,-0.488832439,-0.48801446,-0.487005903,-0.486165944,-0.485132193,-0.484124452,-0.483119369,-0.482167086,-0.481097484,-0.480279245,-0.479350067,-0.478302322,-0.47743608,-0.438568057,-0.437305194,-0.436146559,-0.435073965,-0.433864273,-0.43276557,-0.431509149,-0.430220548,-0.429031538,-0.427886266,-0.426853306,-0.425926749,-0.425002812,-0.423965736,-0.42308639,-0.318927512,-0.316837461,-0.314867102,-0.31293739,-0.310698373,-0.308576674,-0.30618068,-0.30384714,-0.301722202,-0.299808808,-0.297666217,-0.296212826,-0.294773158,-0.293097393,-0.291619945,-0.369111638,-0.367286487,-0.36559025,-0.363951869,-0.362061346,-0.36030221,-0.358309005,-0.356371036,-0.354603542,-0.352962392,-0.351306185,-0.350036697,-0.348785034,-0.34732833,-0.346055158,-0.347288623,-0.345492993,-0.343826995,-0.3421921,-0.340294036,-0.338481643,-0.336368622,-0.334245514,-0.332280001,-0.330455369,-0.328537229,-0.327103123,-0.325636628,-0.324002055,-0.322564043,-0.399766358,-0.398229224,-0.396807283,-0.39542327,-0.39382252,-0.392330213,-0.390580843,-0.38882497,-0.387200287,-0.385665329,-0.384101914,-0.382866743,-0.381583458,-0.38014688,-0.378907432,-0.264326595,-0.26228624,-0.260347331,-0.258440638,-0.25619895,-0.254056582,-0.251594745,-0.249068402,-0.246763988,-0.244662489,-0.242062566,-0.240452099,-0.23885308,-0.237027706,-0.235421492,-0.415560186,-0.414247281,-0.413045364,-0.411777458,-0.410318653,-0.408995536,-0.407349639,-0.405674122,-0.404109569,-0.40261652,-0.400780935,-0.3994954,-0.398075981,-0.396490956,-0.395162845,-0.404501109,-0.403067819,-0.401747076,-0.400414243,-0.398876244,-0.397434375,-0.395662407,-0.393874961,-0.392206243,-0.390623691,-0.388882529,-0.38756322,-0.386123181,-0.384544016,-0.383196447,-0.421783486,-0.420404702,-0.419129094,-0.417878347,-0.416420605,-0.415090516,-0.413515727,-0.411924372,-0.410442746,-0.409028568,-0.407532404,-0.406371481,-0.405138289,-0.403745646,-0.402566675,-0.414427153,-0.413250901,-0.412242801,-0.410958033,-0.409528872,-0.40833692,-0.406784186,-0.405180395,-0.403676467,-0.402251336,-0.400059938,-0.398708834,-0.397213584,-0.395520141,-0.39410589,-0.182576695,-0.179739291,-0.177106904,-0.174546465,-0.171497467,-0.168525957,-0.165352841,-0.162241784,-0.15953636,-0.157175549,-0.153715429,-0.151983465,-0.150278105,-0.148197622,-0.146573211,-0.437504475,-0.436234628,-0.43505714,-0.433899185,-0.432529734,-0.431312612,-0.429860495,-0.42839217,-0.427014499,-0.42569006,-0.424242689,-0.423143529,-0.421953135,-0.420589791,-0.41945792,-0.284678789,-0.282776694,-0.280981262,-0.279190998,-0.277098029,-0.275080025,-0.272756474,-0.270362359,-0.268154618,-0.26612853,-0.263656705,-0.262087553,-0.260516893,-0.258736617,-0.257151864,-0.236010261,-0.232008597,-0.227901358,-0.223679619,-0.218922764,-0.214335446,-0.209694203,-0.205887567,-0.202635035,-0.200093487,-0.196870032,-0.19516838,-0.1937163,-0.191562434,-0.18947404,-0.318801293,-0.317064557,-0.315478617,-0.313864986,-0.311954288,-0.310095511,-0.30789499,-0.305650805,-0.303516966,-0.301545396,-0.299324106,-0.297762347,-0.296128367,-0.29433066,-0.29272415,-0.416884007,-0.415857599,-0.41485824,-0.413492436,-0.411959382,-0.410790276,-0.409397856,-0.407860673,-0.406352394,-0.404929563,-0.402349518,-0.400972378,-0.39928613,-0.397063975,-0.395387395,-0.10802086,-0.105138556,-0.102389172,-0.099843964,-0.096844366,-0.093817422,-0.090554605,-0.086983472,-0.083966517,-0.081003907,-0.077090386,-0.07490779,-0.072552814,-0.070223106,-0.068418403,-0.365146467,-0.363336991,-0.361652128,-0.360017753,-0.3581299,-0.356356399,-0.354327986,-0.35233352,-0.350507331,-0.348815273,-0.347079328,-0.345761602,-0.344440537,-0.342930057,-0.341608919,-0.380311893,-0.378703008,-0.37722645,-0.375744132,-0.374025272,-0.372366345,-0.370269247,-0.368203945,-0.366254701,-0.36443447,-0.362637233,-0.36113605,-0.359449283,-0.357651403,-0.356100572,-0.107151689,-0.104826728,-0.101906398,-0.099061181,-0.095782095,-0.092561161,-0.090090029,-0.08345081,-0.077704399,-0.072905437,-0.064674097,-0.061157358,-0.057931084,-0.0542837,-0.050598783,0.077792419,0.082630692,0.086925221,0.09138397,0.096772516,0.103145846,0.11054169,0.11776634,0.124071825,0.129300798,0.135592635,0.139180285,0.1435254,0.146952982,0.150726908,-0.081320185,-0.078326818,-0.074771211,-0.071054301,-0.06668634,-0.062564885,-0.063464418,-0.05358226,-0.046108682,-0.040454989,-0.033733981,-0.029625085,-0.025205994,-0.020971349,-0.016658821,-0.201296936,-0.197968549,-0.19477328,-0.191576923,-0.187870199,-0.183828901,-0.180858676,-0.175488624,-0.170983194,-0.167252735,-0.163366163,-0.160426745,-0.157250267,-0.154382204,-0.151353629,0.091733825,0.096517259,0.100944311,0.105534794,0.110810002,0.116807418,0.124224525,0.130888815,0.136363452,0.141108909,0.147177384,0.151011637,0.155392801,0.158270655,0.161343487,-0.139046475,-0.136367507,-0.133819975,-0.131051206,-0.127736121,-0.124141499,-0.120458659,-0.116079573,-0.112150475,-0.108594077,-0.104269929,-0.101529544,-0.098689025,-0.096243952,-0.093851196,-0.130230248,-0.126523672,-0.123045998,-0.119515166,-0.115426149,-0.110839671,-0.106252106,-0.10074597,-0.09604299,-0.09204847,-0.087624187,-0.084493153,-0.081070614,-0.07816853,-0.075073001,-0.189978077,-0.186706359,-0.183558413,-0.180398747,-0.176748742,-0.172745124,-0.169304735,-0.164181435,-0.159821683,-0.156111053,-0.152084243,-0.149139781,-0.14599678,-0.143229544,-0.140325483,-0.109381311,-0.105479954,-0.101865355,-0.098172576,-0.093867465,-0.088982116,-0.0840354,-0.078190783,-0.073162871,-0.068981829,-0.064378143,-0.061196769,-0.05766381,-0.054578962,-0.051238064,-0.174014143,-0.170460959,-0.167114227,-0.163745539,-0.159822771,-0.155482848,-0.151794717,-0.146290905,-0.141622391,-0.137764995,-0.133693879,-0.130699819,-0.127416481,-0.124467964,-0.121311117,-0.189062423,-0.186440272,-0.183570924,-0.180779606,-0.177499284,-0.174075163,-0.173016997,-0.167002372,-0.162050019,-0.158064005,-0.153161003,-0.150032787,-0.146679527,-0.143606596,-0.140411673,-0.177080893,-0.17371265,-0.170561539,-0.167310739,-0.163482419,-0.159440132,-0.158604487,-0.152336237,-0.147300463,-0.143495087,-0.139743513,-0.136833913,-0.133476005,-0.130409452,-0.127138427,-0.113917202,-0.110020988,-0.106427256,-0.102767855,-0.098466206,-0.093567901,-0.088797571,-0.082861621,-0.077740596,-0.073563064,-0.068925259,-0.065803224,-0.062278573,-0.059104418,-0.05560731,-0.080950007,-0.078323356,-0.076098234,-0.07362542,-0.070402855,-0.066595848,-0.062919881,-0.058643402,-0.054841884,-0.051547518,-0.045879386,-0.043038174,-0.04042522,-0.038268684,-0.036171142,-0.208210104,-0.205304608,-0.202217782,-0.199164333,-0.195610111,-0.191946854,-0.192432248,-0.185643099,-0.180342326,-0.176220821,-0.171783878,-0.168531347,-0.165106237,-0.161876996,-0.15855662,-0.207082511,-0.203944257,-0.200727922,-0.197522219,-0.193739591,-0.189813806,-0.193296673,-0.18538344,-0.179535411,-0.175312584,-0.171413255,-0.168050699,-0.164508938,-0.161127591,-0.157675877,0.653598934,0.658539222,0.664291962,0.670573118,0.676869802,0.684470564,0.695312434,0.701646106,0.706034044,0.711238094,0.722533316,0.729322021,0.737236391,0.739231573,0.741413872,-0.172561766,-0.169340486,-0.166006166,-0.162655131,-0.158633168,-0.154480757,-0.163917573,-0.153503835,-0.146268455,-0.141458071,-0.137612691,-0.133796832,-0.12981695,-0.12596356,-0.122116301,-0.152452937,-0.149615187,-0.146382485,-0.143124415,-0.139334023,-0.135595108,-0.135723429,-0.12793471,-0.121845664,-0.117080428,-0.111447503,-0.107839381,-0.104051165,-0.100382517,-0.096633267,-0.008533649,-0.004840523,-0.001861546,0.001513769,0.005896762,0.010869389,0.003627284,0.015005927,0.0235621,0.029413195,0.033575248,0.037489462,0.042232348,0.046722695,0.051167649,-0.120623276,-0.117086361,-0.113807127,-0.110377617,-0.106179712,-0.10165836,-0.105422445,-0.09672633,-0.090098089,-0.085389917,-0.081406375,-0.077925734,-0.073889183,-0.07008361,-0.066156391,-0.161560619,-0.158146091,-0.154896131,-0.151614375,-0.147820274,-0.143611837,-0.139607824,-0.134441949,-0.130028742,-0.126236025,-0.12199515,-0.11897503,-0.115738322,-0.112979246,-0.110076322,0.075163048,0.07802399,0.082141144,0.086213199,0.091180832,0.095824374,0.00680396,0.046610693,0.069683515,0.081064087,0.083395526,0.092517894,0.100677433,0.108908526,0.116032794,-0.095833127,-0.092978217,-0.089815684,-0.086649787,-0.082666839,-0.078745901,-0.120329448,-0.098372203,-0.086123251,-0.079112617,-0.076858666,-0.071204726,-0.065726182,-0.060402167,-0.055582091,-0.217421283,-0.214560218,-0.211591699,-0.208666695,-0.205278895,-0.201707415,-0.200646875,-0.194840778,-0.190119601,-0.186307748,-0.182080619,-0.179039681,-0.175797089,-0.172835468,-0.169752498,-0.207693457,-0.20456361,-0.20150136,-0.198442867,-0.194917771,-0.191091726,-0.188211795,-0.183072276,-0.178730524,-0.175064002,-0.171125608,-0.16821047,-0.165109847,-0.162333216,-0.159428561,-0.202123581,-0.199197514,-0.196275799,-0.193339496,-0.189980253,-0.186331038,-0.183438053,-0.178496876,-0.174270291,-0.170641153,-0.166567317,-0.163672651,-0.160629685,-0.157921344,-0.155105154,-0.166447254,-0.164338634,-0.161965609,-0.159514405,-0.156732384,-0.153758598,-0.151564333,-0.146826985,-0.14278,-0.13926336,-0.135136663,-0.132353999,-0.129371807,-0.126782688,-0.124029744,0.008468623,0.012756575,0.016617877,0.020765788,0.025672351,0.031503123,0.037977725,0.044792637,0.050867837,0.055714764,0.061817606,0.065309374,0.069202126,0.07266101,0.076569981,-0.018715964,-0.015153978,-0.012209763,-0.008911194,-0.004583683,0.000231942,-0.014311015,-0.000574329,0.008756715,0.014908215,0.018510897,0.02282476,0.027852277,0.032627799,0.037223869,-0.207690861,-0.204406213,-0.20120941,-0.198000394,-0.1942237,-0.190226214,-0.190305184,-0.183804572,-0.178712376,-0.174842123,-0.171141877,-0.168081407,-0.164731015,-0.161610167,-0.158352592,-0.171408953,-0.168753918,-0.165759661,-0.162824792,-0.159393303,-0.155910338,-0.154921301,-0.148401651,-0.143075609,-0.138765998,-0.133420226,-0.130115872,-0.12666668,-0.123346848,-0.119941023,-0.199299429,-0.196211218,-0.19295834,-0.189718913,-0.185899098,-0.18197366,-0.186204003,-0.177767893,-0.171602201,-0.167197104,-0.162994749,-0.159498482,-0.155876267,-0.152380741,-0.148830327,-0.20104059,-0.197800026,-0.194575433,-0.191341198,-0.187505757,-0.183490667,-0.186380389,-0.178742194,-0.17303104,-0.168890942,-0.165170274,-0.161886688,-0.158342949,-0.154992014,-0.15154836,-0.14956465,-0.14590876,-0.142619587,-0.139197394,-0.135127959,-0.130653386,-0.127486649,-0.121558067,-0.116595577,-0.112767059,-0.108217619,-0.105327848,-0.10195293,-0.098846125,-0.095508442,-0.059023272,-0.055135564,-0.051457026,-0.047686463,-0.043365726,-0.038471031,-0.033083771,-0.027476461,-0.022747767,-0.018602675,-0.013553203,-0.010158456,-0.006425029,-0.003624613,-0.00064969,-0.165304034,-0.162112919,-0.15867876,-0.155246035,-0.15113803,-0.146938444,-0.157600418,-0.146426248,-0.138746812,-0.133732944,-0.12950982,-0.125520048,-0.121487601,-0.117519439,-0.113565369,-0.169303004,-0.165811286,-0.162609539,-0.159285058,-0.155351708,-0.151120871,-0.148984609,-0.142989468,-0.138079196,-0.134322479,-0.130181441,-0.127305961,-0.123984151,-0.120935648,-0.117703391,-0.19118479,-0.188139599,-0.184866546,-0.181602988,-0.177762503,-0.173851158,-0.177621573,-0.169106443,-0.162847291,-0.158330142,-0.153793955,-0.150234639,-0.146561887,-0.143003165,-0.13939173,-0.211606904,-0.208327126,-0.20515631,-0.201991056,-0.198311035,-0.194337334,-0.192079477,-0.186512814,-0.181921244,-0.178194691,-0.17438976,-0.171446188,-0.168259672,-0.165344682,-0.162275953,-0.045757542,-0.041531699,-0.037674946,-0.033667718,-0.028972007,-0.023548303,-0.017655374,-0.011308598,-0.005797171,-0.001238286,0.003975506,0.007364765,0.011158371,0.01441837,0.017987674,-0.184154377,-0.181024479,-0.177992739,-0.174932022,-0.171397184,-0.167515855,-0.164010637,-0.159088299,-0.154853555,-0.151184463,-0.147035958,-0.144108803,-0.141030334,-0.138350426,-0.135565191,-0.179163305,-0.176184179,-0.172912659,-0.169638122,-0.165800308,-0.161940934,-0.164345458,-0.15606546,-0.149854324,-0.145237337,-0.140287308,-0.136699015,-0.132965391,-0.129356428,-0.125690006,-0.064172879,-0.06012352,-0.056474504,-0.052847641,-0.048406099,-0.043220741,-0.038079541,-0.031804763,-0.026292792,-0.021961275,-0.016424282,-0.013412075,-0.009699219,-0.00623811,-0.001955203,-0.221815329,-0.218748578,-0.215697924,-0.212671104,-0.20917182,-0.205429666,-0.203583375,-0.198088266,-0.193567803,-0.189864096,-0.185987266,-0.183037761,-0.179889864,-0.177014186,-0.174011374,-0.147167741,-0.143985576,-0.140441985,-0.136905614,-0.132664986,-0.128357848,-0.138370206,-0.126771611,-0.118784057,-0.113573331,-0.108593632,-0.10447455,-0.100445911,-0.09639853,-0.09233765,0.173303606,0.17799002,0.182593953,0.187444984,0.19278151,0.198899038,0.206721234,0.213128387,0.218220682,0.222934986,0.22991229,0.234309031,0.239309053,0.241977439,0.244833337,-0.048262103,-0.044260958,-0.040582816,-0.036756424,-0.032221621,-0.026868926,-0.021315813,-0.014917264,-0.009359552,-0.004908813,0.000492343,0.003695227,0.007398539,0.010752936,0.014473852,-0.180119507,-0.176709479,-0.173461695,-0.170196554,-0.166416744,-0.162249547,-0.158585498,-0.153325422,-0.148854063,-0.145077764,-0.141023411,-0.138046312,-0.134836109,-0.13200993,-0.129022991,-0.194393558,-0.190943131,-0.187676555,-0.184389854,-0.180542596,-0.176358685,-0.173792709,-0.168074484,-0.163340944,-0.159556239,-0.155651025,-0.152697712,-0.149437862,-0.14644761,-0.143269648,-0.204354637,-0.200996976,-0.197781779,-0.194549126,-0.190758932,-0.18669281,-0.185160523,-0.17919965,-0.174377546,-0.170599813,-0.166814811,-0.163844042,-0.160574055,-0.157554825,-0.154374935,-0.119254271,-0.115355832,-0.111830142,-0.108284524,-0.104020457,-0.099198699,-0.095010833,-0.088965501,-0.08377045,-0.079695329,-0.07484044,-0.071856518,-0.068325883,-0.065059061,-0.061279152,-0.140553592,-0.136768936,-0.133265548,-0.129723886,-0.125559459,-0.120877199,-0.116620005,-0.110823699,-0.105855967,-0.101815015,-0.097409028,-0.094357212,-0.090923498,-0.087809474,-0.084383078,-0.050189342,-0.046577858,-0.043115414,-0.03954972,-0.035465697,-0.030815677,-0.025675021,-0.020438037,-0.016016029,-0.012035405,-0.006751691,-0.003356251,0.00030127,0.002884455,0.005593242,-0.043461955,-0.039873366,-0.03544928,-0.031044084,-0.02574336,-0.020449163,-0.05270765,-0.032099828,-0.018965436,-0.011582201,-0.006644584,-0.000710909,0.00486416,0.010615022,0.016104444,-0.162188725,-0.158870129,-0.155592082,-0.152256376,-0.148218243,-0.143983153,-0.151533328,-0.14180832,-0.134887191,-0.130174766,-0.126453702,-0.122777884,-0.118794787,-0.114987632,-0.111160449,-0.093674613,-0.090422872,-0.086638068,-0.082770485,-0.078136586,-0.073610931,-0.079693746,-0.067812401,-0.059369418,-0.053575783,-0.046994271,-0.042592833,-0.038146594,-0.033675284,-0.029218315,-0.07986049,-0.075846932,-0.072127896,-0.068315696,-0.063888743,-0.058855688,-0.05348351,-0.047583806,-0.042531664,-0.038257954,-0.033426702,-0.030129172,-0.026471996,-0.023434174,-0.020162951,0.019287994,0.023874125,0.027973427,0.032267412,0.03737825,0.043350793,0.050099691,0.057010189,0.063043851,0.068029434,0.073867079,0.07744657,0.081543647,0.084990663,0.088798263,-0.089107124,-0.08586913,-0.082835165,-0.079689889,-0.07597644,-0.071736949,-0.067284727,-0.062425536,-0.05822872,-0.054495936,-0.049353549,-0.046221724,-0.042988725,-0.040523674,-0.037986675,-0.224700773,-0.221645198,-0.218567989,-0.21551909,-0.211977181,-0.20823609,-0.207588922,-0.201565644,-0.196760847,-0.192951566,-0.189071126,-0.18603637,-0.182803222,-0.179802536,-0.176686584,-0.218930181,-0.215717333,-0.212572551,-0.209439564,-0.205788668,-0.201890229,-0.200595546,-0.194730951,-0.190000626,-0.186243315,-0.182485016,-0.179503961,-0.176286094,-0.173312753,-0.170201993,-0.191704453,-0.189101587,-0.186370944,-0.183613598,-0.180491119,-0.177112195,-0.174563179,-0.169692022,-0.165508211,-0.161910572,-0.157691256,-0.154821117,-0.151789129,-0.149110705,-0.146308113,-0.218504892,-0.215456413,-0.21232434,-0.209217042,-0.205586618,-0.201806561,-0.202983555,-0.19607815,-0.19077975,-0.186753781,-0.182764256,-0.179561669,-0.176180618,-0.172986734,-0.169701961,-0.218780671,-0.215610893,-0.212455159,-0.209312133,-0.205629787,-0.201751178,-0.202230194,-0.19565872,-0.19055436,-0.186656761,-0.182900242,-0.179798333,-0.176469946,-0.173351818,-0.170120797,-0.128183391,-0.124971507,-0.121620966,-0.118217466,-0.114051358,-0.109775175,-0.129296199,-0.115008252,-0.105775662,-0.100085475,-0.096583174,-0.092099749,-0.087490031,-0.083003046,-0.078681419,-0.17478763,-0.171809691,-0.168915914,-0.165954046,-0.16252414,-0.158755555,-0.155218294,-0.150471452,-0.146334816,-0.142700585,-0.138451649,-0.135558416,-0.132553774,-0.129945815,-0.127267786,-0.143688039,-0.140410189,-0.137290083,-0.134113061,-0.130418947,-0.126295909,-0.122191117,-0.117237825,-0.112969752,-0.109228661,-0.104718434,-0.10168887,-0.098504183,-0.095878224,-0.093149065,0.133154238,0.137188366,0.14125696,0.145534478,0.150237508,0.155710216,0.162461438,0.168072852,0.17258565,0.176937144,0.183776485,0.187995405,0.192693045,0.19512625,0.197705281,0.033770969,0.038371985,0.042541455,0.046823275,0.051872945,0.057683442,0.064480602,0.071086839,0.076681292,0.081420073,0.087103931,0.090656818,0.094745538,0.097835035,0.101155806,0.10501612,0.109863838,0.114064512,0.118591551,0.124178834,0.130816718,0.138440721,0.146190523,0.153070709,0.158653047,0.165537337,0.16931863,0.173761457,0.177584634,0.181921491,0.060485935,0.06381536,0.066975916,0.07028932,0.074181726,0.078840251,0.084226324,0.089127942,0.093304386,0.097189275,0.103790171,0.107330745,0.11106521,0.113166462,0.115359195,-0.033158736,-0.028919641,-0.025013042,-0.020994194,-0.016321032,-0.010980848,-0.005008206,0.001141514,0.006377706,0.010838978,0.016047034,0.019491775,0.023354116,0.026409987,0.029700891,-0.096668821,-0.093420393,-0.089641671,-0.08585029,-0.081249225,-0.076620815,-0.086516966,-0.073516335,-0.064611148,-0.058866468,-0.052499023,-0.048030433,-0.043843654,-0.039495869,-0.035107288,-0.192468149,-0.189985296,-0.187331943,-0.184749005,-0.181710787,-0.178403812,-0.176723473,-0.171373448,-0.166848338,-0.163244518,-0.158343394,-0.155398883,-0.152079694,-0.149328084,-0.14636231,-0.169647616,-0.167135935,-0.164610507,-0.161906468,-0.158899947,-0.155486112,-0.152459119,-0.147924019,-0.143991312,-0.140529511,-0.136279042,-0.13349168,-0.130660803,-0.128133645,-0.125555602,-0.171631327,-0.168254035,-0.165018464,-0.161708571,-0.15777082,-0.153618558,-0.154698235,-0.147652245,-0.142152191,-0.138104514,-0.134318523,-0.131209197,-0.127676139,-0.12438746,-0.120913198,-0.157988744,-0.154373798,-0.15097722,-0.147546622,-0.143560657,-0.13912144,-0.135018676,-0.129533309,-0.124854608,-0.120942422,-0.116747188,-0.113707289,-0.110380682,-0.107447594,-0.10431023,-0.037608931,-0.035024114,-0.031736375,-0.028212663,-0.024254737,-0.020525167,-0.016734824,-0.008675618,-0.001941357,0.003549846,0.011023325,0.014870436,0.019035654,0.023147961,0.027422759,-0.174723395,-0.171133322,-0.167772497,-0.164386749,-0.160419526,-0.156041329,-0.15263679,-0.146967075,-0.142186905,-0.138319223,-0.134232432,-0.131252069,-0.127940199,-0.124920228,-0.121664185,-0.1271094,-0.12354598,-0.120169479,-0.116739969,-0.112782586,-0.108351577,-0.103844664,-0.098571533,-0.0940754,-0.090176169,-0.08565813,-0.082522892,-0.079139815,-0.076381628,-0.07347183,-0.215705935,-0.212772228,-0.20981167,-0.206871411,-0.20349135,-0.199865723,-0.19763892,-0.192403865,-0.188018597,-0.184350048,-0.18032576,-0.177397913,-0.174287202,-0.171483869,-0.168556813,-0.157762364,-0.154896725,-0.152384796,-0.149889829,-0.14703576,-0.144146138,-0.140649277,-0.137003129,-0.133720235,-0.130560817,-0.12684356,-0.124368768,-0.121967953,-0.119398465,-0.117120828,-0.169679907,-0.166452594,-0.163365273,-0.160434707,-0.157301496,-0.154020334,-0.149942888,-0.145763626,-0.141861577,-0.138218396,-0.133224901,-0.130164925,-0.12706267,-0.123900236,-0.120885852,-0.136458741,-0.133735762,-0.13102935,-0.128230714,-0.124963545,-0.121431724,-0.117223138,-0.113222389,-0.10941637,-0.105865264,-0.099225896,-0.095884504,-0.092849649,-0.08955647,-0.086269275,-0.16623294,-0.163354444,-0.160706085,-0.158125125,-0.155218096,-0.152268442,-0.148712638,-0.144988606,-0.141720004,-0.138606128,-0.135115894,-0.132803444,-0.130545438,-0.128307063,-0.126328842,-0.117043439,-0.111197536,-0.105228356,-0.098865064,-0.091921781,-0.084090388,-0.075060391,-0.06654714,-0.059253904,-0.052776582,-0.048775486,-0.043856165,-0.038652016,-0.033637999,-0.028782369,-0.17459458,-0.171010787,-0.167647736,-0.164123579,-0.160431591,-0.156501406,-0.151359019,-0.146367205,-0.142038754,-0.13793248,-0.133421808,-0.130395804,-0.127075428,-0.12396808,-0.120976246,-0.140497566,-0.136045295,-0.131575122,-0.127372668,-0.122908084,-0.11823413,-0.112846722,-0.107369068,-0.102491928,-0.097904857,-0.093022029,-0.08950262,-0.085797379,-0.081974647,-0.078435952,-0.227237228,-0.224036989,-0.220951547,-0.217988196,-0.214764345,-0.211377212,-0.207332329,-0.203211714,-0.199538418,-0.196074738,-0.192537576,-0.189863552,-0.187092163,-0.184379421,-0.181818883,-0.065719259,-0.06247281,-0.059573248,-0.056338864,-0.052650437,-0.04877875,-0.044216552,-0.039691244,-0.035727185,-0.03207174,-0.026965748,-0.024358036,-0.021777522,-0.019552251,-0.017343694,-0.204141461,-0.201240267,-0.198537612,-0.195913434,-0.192996911,-0.190007648,-0.186424893,-0.182710258,-0.179417771,-0.176297665,-0.172945691,-0.170577413,-0.168207602,-0.1658639,-0.163726798,-0.089741262,-0.085490744,-0.081438023,-0.077839791,-0.074156358,-0.070195118,-0.065320895,-0.060108142,-0.0552401,-0.050633793,-0.044815433,-0.041135313,-0.037193853,-0.033257684,-0.029533554,-0.081838464,-0.078608333,-0.075689931,-0.072555929,-0.068823245,-0.064770029,-0.059852538,-0.055123102,-0.051023256,-0.047272028,-0.041901185,-0.039089099,-0.03624403,-0.033994035,-0.031552819,-0.185799853,-0.182357041,-0.17907662,-0.176031479,-0.172756646,-0.169319075,-0.165248503,-0.16099299,-0.157072645,-0.153337982,-0.149249608,-0.146281954,-0.143186721,-0.140045995,-0.137107121,-0.188064585,-0.185155133,-0.182443083,-0.17978602,-0.176825487,-0.173805664,-0.170177862,-0.166424507,-0.163118224,-0.159991541,-0.156529839,-0.154197412,-0.151890995,-0.14963022,-0.147580989,-0.231056078,-0.22801524,-0.225119114,-0.222286655,-0.219162222,-0.215873568,-0.211932949,-0.207939221,-0.204411998,-0.201098693,-0.197651727,-0.195112503,-0.192503851,-0.189991379,-0.187609997,0.00571286,0.008841817,0.011572955,0.014868161,0.01863635,0.022585178,0.027168639,0.03163985,0.035626259,0.039308358,0.045143184,0.047679343,0.050112795,0.052195355,0.054211108,-0.205379969,-0.202150432,-0.199080319,-0.196191883,-0.193055805,-0.189796499,-0.185931043,-0.181912936,-0.178256354,-0.174782586,-0.171114383,-0.168380032,-0.165562209,-0.16271452,-0.160068336,-0.143226182,-0.140027649,-0.137080665,-0.13401614,-0.130429331,-0.126668955,-0.122098796,-0.117631392,-0.113718959,-0.110156578,-0.105638588,-0.1029299,-0.100214735,-0.09786683,-0.09549692,0.024761939,0.032049538,0.039983391,0.047044264,0.054336363,0.061705208,0.070045188,0.078523231,0.086171316,0.093271502,0.09952195,0.105213274,0.111183641,0.117427463,0.123198797,-0.216606581,-0.213188839,-0.209883668,-0.206633164,-0.203125771,-0.199372268,-0.194784208,-0.190214148,-0.186187882,-0.182388787,-0.178505727,-0.175617143,-0.172565376,-0.169615969,-0.166800817,-0.208681728,-0.205730961,-0.202990428,-0.200359376,-0.197447551,-0.194454579,-0.190876176,-0.187156348,-0.183807588,-0.180620725,-0.177199621,-0.174715533,-0.172208302,-0.169665665,-0.167337936,-0.199004118,-0.195317173,-0.191726804,-0.188096974,-0.184033819,-0.179530565,-0.174140733,-0.16893698,-0.164472247,-0.160368741,-0.156442512,-0.153310192,-0.150032738,-0.146948581,-0.144007976,-0.016226337,-0.013805247,-0.011959104,-0.009927576,-0.007217059,-0.004615974,-0.00113197,0.00263711,0.005731997,0.008991154,0.013351648,0.015614105,0.017904302,0.020157017,0.022089152,0.038650236,0.044732804,0.050377992,0.055044923,0.059768029,0.065127845,0.071346201,0.078422651,0.085079128,0.091586614,0.098335759,0.103258393,0.108948333,0.114710122,0.120057428,-0.13017887,-0.126095935,-0.122198683,-0.118713146,-0.11505785,-0.111129692,-0.106490106,-0.101530681,-0.096912754,-0.092489757,-0.087593133,-0.084109376,-0.080361955,-0.07658714,-0.073040681,-0.214210883,-0.211275519,-0.208515454,-0.205816162,-0.202825317,-0.199734435,-0.196034684,-0.192237517,-0.188881438,-0.185719103,-0.182327569,-0.179930808,-0.17751407,-0.175164434,-0.17298164,-0.221214445,-0.21821994,-0.215390547,-0.212668805,-0.209676846,-0.206579858,-0.202884062,-0.199070775,-0.195666583,-0.192446193,-0.189080373,-0.186599548,-0.184072983,-0.181575148,-0.179257951,-0.169219583,-0.166172761,-0.16330895,-0.160414235,-0.157180247,-0.15385547,-0.149858577,-0.145833103,-0.142304693,-0.139006915,-0.135103383,-0.132695743,-0.13032074,-0.12809458,-0.125994713,-0.210391118,-0.20684733,-0.203410451,-0.19996749,-0.196235992,-0.192194743,-0.187216132,-0.182341613,-0.178097078,-0.174096921,-0.170143445,-0.167113287,-0.163904617,-0.160836087,-0.157888905,-0.231112846,-0.227948582,-0.224912935,-0.221924266,-0.218627897,-0.215110688,-0.210877007,-0.206641225,-0.202919765,-0.19943225,-0.195865962,-0.193192285,-0.190422725,-0.187773179,-0.185241768,-0.198642247,-0.195526443,-0.192605025,-0.189818949,-0.186762484,-0.183582742,-0.17978696,-0.175863302,-0.172251372,-0.168805642,-0.16477725,-0.162002795,-0.159165094,-0.156245308,-0.153508978,-0.180010768,-0.176657359,-0.17346842,-0.17048064,-0.16726302,-0.163880733,-0.159827073,-0.155615521,-0.15170462,-0.147985534,-0.143523867,-0.140512352,-0.137393729,-0.134223481,-0.131230361,-0.188662823,-0.185615308,-0.18275674,-0.179863705,-0.176604696,-0.173203619,-0.16912909,-0.16503676,-0.161457616,-0.158135509,-0.154309563,-0.151821024,-0.149319876,-0.147004113,-0.144780474,-0.198202988,-0.194889189,-0.191698469,-0.188462652,-0.184740351,-0.180707212,-0.175835165,-0.171111911,-0.167066162,-0.163381147,-0.159407495,-0.156592244,-0.153702622,-0.15103468,-0.14846366,0.069539717,0.073068027,0.076071087,0.079249246,0.083419014,0.088440596,0.094798844,0.10064539,0.105845583,0.110431319,0.117671545,0.121107386,0.124695382,0.126918773,0.129552841,-0.118862236,-0.115747866,-0.112772548,-0.109773098,-0.106455936,-0.103130813,-0.09907107,-0.095004108,-0.09143248,-0.08807022,-0.083779697,-0.081457902,-0.079268779,-0.077190422,-0.07529849,-0.169377623,-0.166391277,-0.163582257,-0.160785401,-0.157675877,-0.154510229,-0.150694469,-0.146804288,-0.143388574,-0.140176788,-0.136434263,-0.134095803,-0.13180788,-0.129611142,-0.127596081,-0.191811708,-0.188814731,-0.186011645,-0.183277046,-0.180237048,-0.177086432,-0.173270079,-0.169391667,-0.165800555,-0.162367286,-0.157883169,-0.155043985,-0.152182202,-0.149213362,-0.146391237,-0.216666785,-0.21318105,-0.209798962,-0.206413758,-0.202676721,-0.198601946,-0.19368213,-0.188869126,-0.184689864,-0.18079632,-0.177005532,-0.174031846,-0.17092336,-0.167967476,-0.165131852,-0.196601967,-0.193642027,-0.190927257,-0.188287997,-0.185344721,-0.182306602,-0.17867341,-0.174933703,-0.171509335,-0.168231387,-0.164352777,-0.161723159,-0.1590748,-0.156297328,-0.153720621,-0.185768107,-0.182832496,-0.180163368,-0.177516938,-0.174511851,-0.171413552,-0.167698125,-0.163903727,-0.160428179,-0.15707037,-0.152674668,-0.149952531,-0.1471894,-0.144269811,-0.141503168,-0.198922081,-0.195241219,-0.191601598,-0.188175796,-0.184510214,-0.180668741,-0.176129191,-0.171498357,-0.167341298,-0.16342481,-0.159496553,-0.156455616,-0.153272412,-0.150105478,-0.147126055,-0.230658258,-0.227453742,-0.224366841,-0.221363263,-0.218084127,-0.214604079,-0.210417474,-0.206199098,-0.202466858,-0.198953481,-0.195371864,-0.192673265,-0.189866222,-0.187149227,-0.184565103,-0.160508633,-0.15764156,-0.154811919,-0.152049975,-0.149008295,-0.1458603,-0.141875522,-0.137904689,-0.134101391,-0.130613876,-0.125050527,-0.121963107,-0.118944619,-0.115857446,-0.112890386,-0.212930144,-0.209992012,-0.207245694,-0.204601092,-0.201677053,-0.198669049,-0.195072498,-0.191342038,-0.188010437,-0.184849486,-0.181503891,-0.179070735,-0.176613448,-0.174162194,-0.171913584,-0.168940688,-0.165729991,-0.162653203,-0.159462334,-0.15568381,-0.151737949,-0.146922076,-0.142223942,-0.13823778,-0.134665064,-0.130123388,-0.127347548,-0.124598757,-0.122104235,-0.119685667,-0.125039302,-0.121858768,-0.118922119,-0.11583549,-0.112353415,-0.108771205,-0.104469358,-0.100203757,-0.096467067,-0.092989442,-0.088520358,-0.086030088,-0.083596586,-0.081388623,-0.079258493,0.139216235,0.147628757,0.156332586,0.16373204,0.171156416,0.178985287,0.187955302,0.197468864,0.206348831,0.214732327,0.221951142,0.228610487,0.235947189,0.243483172,0.250483619,-0.15838958,-0.154535992,-0.150806917,-0.146877671,-0.142657415,-0.138121673,-0.132149575,-0.126547903,-0.121832857,-0.117270906,-0.112632804,-0.10926105,-0.10558543,-0.102177677,-0.098866943,0.015123171,0.018892993,0.022808492,0.026778533,0.031084385,0.035224483,0.040416172,0.045231847,0.049505013,0.053590568,0.059585067,0.062015206,0.063985515,0.065854355,0.067553039,-0.174438369,-0.170442614,-0.166453138,-0.162776777,-0.15887903,-0.154815924,-0.150059539,-0.145163113,-0.140721077,-0.136535437,-0.132447013,-0.129161499,-0.125715324,-0.122253078,-0.11901009,-0.127395366,-0.12457517,-0.122138503,-0.119731111,-0.116913536,-0.1140745,-0.110577491,-0.106881349,-0.103622735,-0.100452043,-0.096773455,-0.094375063,-0.092046047,-0.089615562,-0.087514953,-0.227206743,-0.224128644,-0.221196272,-0.218293842,-0.215064453,-0.211637934,-0.207525305,-0.203400165,-0.199782599,-0.196404466,-0.192860183,-0.190275515,-0.187620826,-0.185100442,-0.182691516,-0.169519097,-0.165580159,-0.161701105,-0.158153014,-0.154393924,-0.150459782,-0.145850558,-0.141055701,-0.136673153,-0.132525588,-0.128412341,-0.125149821,-0.121714673,-0.118255146,-0.115021158,-0.190693461,-0.186697063,-0.182763762,-0.178741897,-0.174354899,-0.169522905,-0.163645701,-0.158003084,-0.153145278,-0.148621502,-0.144575012,-0.141144463,-0.137515127,-0.134053919,-0.130716681,-0.068855832,-0.066140419,-0.063867628,-0.061672423,-0.05900191,-0.056194225,-0.052650783,-0.048912906,-0.045668979,-0.042436128,-0.038566122,-0.036232113,-0.033973859,-0.031748638,-0.029845629,-0.051383495,-0.048389583,-0.045543971,-0.042561977,-0.039318939,-0.036150225,-0.032284818,-0.028283821,-0.024842937,-0.021571565,-0.016981132,-0.014772723,-0.012849935,-0.010871614,-0.009361282,-0.200396513,-0.197470248,-0.194787324,-0.192192023,-0.189302055,-0.186335637,-0.182783443,-0.179097636,-0.175757678,-0.172570222,-0.169014763,-0.166499918,-0.163980324,-0.161373849,-0.158991181,-0.205226033,-0.202155723,-0.199284743,-0.196548512,-0.19354387,-0.190432121,-0.186724457,-0.182879177,-0.17936847,-0.176024012,-0.172313728,-0.169656369,-0.166948077,-0.16417199,-0.16159731,0.022906896,0.032488747,0.042669628,0.05403853,0.066359233,0.079926554,0.095487921,0.110141002,0.122649266,0.133155376,0.136908977,0.145065204,0.153677848,0.161858502,0.170126484,-0.182483928,-0.179621008,-0.177037229,-0.17452357,-0.171685919,-0.168797236,-0.165312292,-0.16167005,-0.158412327,-0.155292369,-0.15183937,-0.149428219,-0.147043969,-0.144588067,-0.142392169,-0.095456916,-0.092224906,-0.08930952,-0.086136404,-0.082535057,-0.078805339,-0.074357468,-0.069967256,-0.066117623,-0.062544907,-0.057724435,-0.055177942,-0.05268426,-0.05047244,-0.048309377,-0.20501528,-0.202051731,-0.199263628,-0.196500793,-0.193426181,-0.190242038,-0.186427514,-0.182544207,-0.179129481,-0.175927932,-0.172399275,-0.169996432,-0.167583056,-0.165276392,-0.163112834,-0.079969674,-0.077221229,-0.074844594,-0.072629955,-0.069966415,-0.067100281,-0.063541163,-0.059804621,-0.056539728,-0.053319091,-0.049549913,-0.047232765,-0.045006407,-0.042852541,-0.041011789,-0.168913343,-0.165981441,-0.163364383,-0.16075677,-0.157779869,-0.154705405,-0.151034631,-0.147305408,-0.143883166,-0.140540488,-0.136195917,-0.133543355,-0.130850194,-0.127923287,-0.125201644,-0.223569446,-0.220597144,-0.217786788,-0.215032805,-0.211984376,-0.208805054,-0.205000396,-0.201121737,-0.197696874,-0.194478216,-0.191066012,-0.188613571,-0.186118456,-0.183711904,-0.181448013,0.06012357,0.063436084,0.066402155,0.069717537,0.073535076,0.077792419,0.082685532,0.088026458,0.092756141,0.096838581,0.10264354,0.105440692,0.10826064,0.110296668,0.112747082,-0.221331986,-0.218373381,-0.215582707,-0.212876344,-0.209890492,-0.20679788,-0.203101293,-0.199299825,-0.195924065,-0.192737203,-0.189380333,-0.18694248,-0.18446744,-0.182042741,-0.179788196,-0.16354606,-0.160695354,-0.158107373,-0.155599153,-0.152752601,-0.14985378,-0.146347524,-0.142663003,-0.139418581,-0.136309107,-0.132862042,-0.130533521,-0.128253015,-0.12596979,-0.123960317,-0.144451339,-0.141506185,-0.138757938,-0.136041883,-0.13300495,-0.129950711,-0.126258822,-0.122426744,-0.119076945,-0.115905906,-0.112150079,-0.109858299,-0.107661907,-0.105506756,-0.103613835,-0.228608607,-0.225572021,-0.222681014,-0.219885295,-0.216816963,-0.213613188,-0.20978566,-0.205870457,-0.202389519,-0.199107368,-0.195703027,-0.193179132,-0.190590557,-0.18806315,-0.185689779,0.003249837,0.006753324,0.009804497,0.013134417,0.016918826,0.021258996,0.026392878,0.031710365,0.036302034,0.040320487,0.046532859,0.049408735,0.052394586,0.054669059,0.057134159,-0.115564755,-0.110595589,-0.105644769,-0.100321249,-0.094522175,-0.088106269,-0.080088896,-0.07279205,-0.066694153,-0.060900271,-0.056232153,-0.051869038,-0.047130603,-0.042710819,-0.038432263,-0.175460784,-0.172611017,-0.169978927,-0.16730342,-0.164264905,-0.161092878,-0.157170159,-0.153340998,-0.149808237,-0.146397468,-0.141169781,-0.138204748,-0.135337823,-0.132328879,-0.129412751,-0.141598507,-0.138348448,-0.135330751,-0.132186563,-0.128399089,-0.124526116,-0.119690216,-0.115068432,-0.111031337,-0.107434589,-0.10262104,-0.099802179,-0.097070992,-0.094662907,-0.092270053,-0.195006137,-0.192064049,-0.189303785,-0.186579324,-0.183550649,-0.180441768,-0.176711259,-0.172889417,-0.169525625,-0.166360421,-0.162841407,-0.160482821,-0.158135954,-0.155869097,-0.153775807,-0.156441918,-0.153008748,-0.149635363,-0.146132963,-0.141893621,-0.137263282,-0.131592528,-0.126294128,-0.121926366,-0.118069909,-0.11383027,-0.110967745,-0.108038167,-0.105379276,-0.102814436,0.073228194,0.076844079,0.079964432,0.083326,0.087362452,0.092320146,0.098337836,0.104114361,0.109147861,0.113543068,0.121010465,0.124110445,0.127544505,0.129816555,0.132226766,0.054249431,0.05750493,0.059737123,0.063202732,0.067170647,0.071222132,0.075949441,0.080030892,0.083971166,0.087728328,0.095066662,0.097497394,0.099593256,0.101470057,0.103217548,-0.218903948,-0.215672532,-0.212559793,-0.209605887,-0.206401445,-0.203060992,-0.19909456,-0.195014444,-0.191349209,-0.187885924,-0.184350048,-0.181659558,-0.178879663,-0.176124988,-0.1735465,-0.20231045,-0.199311495,-0.196489321,-0.193668581,-0.190514701,-0.187230423,-0.183297073,-0.179319861,-0.175832346,-0.172577491,-0.168945881,-0.166501253,-0.164039812,-0.161719549,-0.159517273,-0.069173742,-0.066337129,-0.063733867,-0.061175654,-0.058171408,-0.05520148,-0.051659867,-0.047729682,-0.044453068,-0.041287766,-0.037114982,-0.034859151,-0.032826882,-0.030819139,-0.029202738,0.203215126,0.210606569,0.217097786,0.222022349,0.226805585,0.232700937,0.239671912,0.248190355,0.256210052,0.264307483,0.273533942,0.279383109,0.286482157,0.293570921,0.300184179,-0.227521142,-0.224227468,-0.221048344,-0.217914912,-0.214484362,-0.210801325,-0.206343094,-0.201909267,-0.198017504,-0.194362257,-0.190685895,-0.187889287,-0.18496861,-0.182166216,-0.179485368,-0.219173126,-0.216167347,-0.213324701,-0.210505099,-0.207361133,-0.204060759,-0.200107877,-0.196115039,-0.192609673,-0.189334988,-0.185807716,-0.183318336,-0.180785243,-0.178382796,-0.176097098,-0.135966522,-0.133129909,-0.13069255,-0.128073069,-0.125195512,-0.122212628,-0.118693515,-0.115170594,-0.111854867,-0.108632153,-0.104291192,-0.10164392,-0.099186584,-0.096365844,-0.09379245,-0.101221524,-0.098412009,-0.095899982,-0.093498326,-0.090677091,-0.087772337,-0.084241406,-0.080457096,-0.077197098,-0.074029619,-0.070266671,-0.067970392,-0.06579012,-0.063657122,-0.061849501,-0.196927343,-0.194046572,-0.191396779,-0.188834709,-0.185971294,-0.183045129,-0.17953012,-0.175864142,-0.172598012,-0.169485472,-0.166129542,-0.163744303,-0.161365047,-0.158967742,-0.156804135,-0.146907093,-0.142785835,-0.138772674,-0.135154909,-0.131345281,-0.127314862,-0.122596948,-0.117621305,-0.113033393,-0.108666768,-0.104236798,-0.100803924,-0.097143337,-0.093445909,-0.08999024,-0.156381788,-0.153250259,-0.1503459,-0.14734116,-0.143922478,-0.140350801,-0.136072146,-0.131807534,-0.128082613,-0.124645437,-0.120446742,-0.117892337,-0.11533442,-0.113036311,-0.110789282,-0.10074503,-0.097454917,-0.09449567,-0.091397519,-0.087523508,-0.083583186,-0.078575696,-0.073914946,-0.069756552,-0.066045526,-0.060862393,-0.057965748,-0.055149657,-0.052877755,-0.050417996,0.013076314,0.016406778,0.019731555,0.023115473,0.026779621,0.030285284,0.034736913,0.039088011,0.042948078,0.046526431,0.052079,0.054212542,0.05600879,0.057726809,0.059142989,-0.216085829,-0.212652239,-0.209309561,-0.206088776,-0.20261847,-0.198942504,-0.194524253,-0.190064069,-0.18609744,-0.182357041,-0.178533715,-0.175663081,-0.17264939,-0.169698005,-0.166900457,0.014803382,0.018356764,0.02129638,0.024834135,0.028958656,0.032856749,0.037768406,0.042264341,0.046315282,0.050191172,0.05661227,0.058995185,0.060988983,0.062912514,0.064726316,-0.074487026,-0.071171545,-0.068130064,-0.064848604,-0.061151919,-0.057447568,-0.052936452,-0.04856953,-0.044715447,-0.041091303,-0.036015623,-0.03356343,-0.031283666,-0.029188596,-0.027193017,0.136260498,0.139972563,0.143950961,0.1480066,0.15225964,0.156255198,0.161579311,0.166476232,0.170846269,0.175029635,0.182477796,0.184506605,0.185985487,0.18722088,0.18829403,-0.21515319,-0.212025295,-0.209051732,-0.2062303,-0.203153364,-0.199963781,-0.196172944,-0.192246813,-0.188706388,-0.185350408,-0.181861014,-0.179244698,-0.176560686,-0.173874547,-0.17138141,-0.110311651,-0.107427122,-0.105032833,-0.102575398,-0.099656056,-0.096763318,-0.093234316,-0.08956458,-0.086245539,-0.083029155,-0.078738039,-0.076191644,-0.073832465,-0.071100486,-0.068735571,-0.082282717,-0.079486108,-0.077180285,-0.074844396,-0.071962438,-0.069152132,-0.065604438,-0.061815826,-0.058505389,-0.055253797,-0.051121413,-0.048657797,-0.046313007,-0.043709053,-0.041508359,0.003826169,0.006906765,0.009822447,0.012732592,0.016423492,0.020160775,0.024673919,0.029375712,0.03351942,0.0371448,0.042855261,0.04534919,0.047815279,0.049908816,0.052064462,-0.177920444,-0.174799349,-0.171879661,-0.168890003,-0.165457426,-0.161854051,-0.157510568,-0.153208227,-0.149455416,-0.14601379,-0.141910483,-0.139295007,-0.136662225,-0.134287815,-0.131962113,-0.150531335,-0.147700014,-0.145178096,-0.142730205,-0.139920492,-0.137056781,-0.133568475,-0.129896119,-0.126655653,-0.123528278,-0.120033296,-0.117681781,-0.115382732,-0.113050552,-0.111012843,-0.060309796,-0.056968305,-0.053942153,-0.050687891,-0.04691619,-0.04281313,-0.037959923,-0.033074376,-0.02885145,-0.025035146,-0.019802564,-0.01701184,-0.014141008,-0.011821141,-0.009387243,-0.160081984,-0.155609933,-0.151174128,-0.146603276,-0.141554892,-0.135786526,-0.129039408,-0.122642887,-0.117200491,-0.112219012,-0.108173758,-0.104450468,-0.10048463,-0.096715204,-0.093172257,-0.179263489,-0.176366795,-0.173772978,-0.17120359,-0.168316885,-0.165355758,-0.161807816,-0.158158108,-0.154821117,-0.151620655,-0.147799802,-0.145240996,-0.142724221,-0.14002938,-0.137573774,-0.153089944,-0.149088601,-0.145200892,-0.141263438,-0.136655549,-0.131368622,-0.12511308,-0.119154235,-0.11424243,-0.10992466,-0.105694614,-0.102348277,-0.098791385,-0.095579006,-0.092640973,-0.205420716,-0.20233196,-0.199408811,-0.196461085,-0.193118803,-0.189584114,-0.185336562,-0.181109829,-0.177427879,-0.174028434,-0.170228399,-0.167636659,-0.165003382,-0.162565875,-0.160211393,-0.180534733,-0.176897733,-0.173458184,-0.170008745,-0.166375503,-0.16251786,-0.157725426,-0.152923349,-0.148661655,-0.144656999,-0.140198447,-0.137245035,-0.134034634,-0.130895045,-0.127925908,-0.112697682,-0.109654865,-0.106769396,-0.103880218,-0.100679312,-0.097491658,-0.093602812,-0.089634106,-0.086159942,-0.082886741,-0.078734775,-0.076459214,-0.07433042,-0.072261656,-0.070452997,-0.125832568,-0.122665238,-0.119679931,-0.116606703,-0.113176153,-0.109693732,-0.105476889,-0.101295748,-0.097626061,-0.094187304,-0.089797239,-0.087382627,-0.08506726,-0.082918487,-0.080890421,-0.116532084,-0.113306551,-0.110359024,-0.107234022,-0.103640686,-0.099839217,-0.095303573,-0.090800369,-0.086878639,-0.083282978,-0.078633799,-0.075972484,-0.073287582,-0.070980473,-0.068657243,-0.220437224,-0.217160735,-0.214009599,-0.210862988,-0.207345804,-0.203545299,-0.198971184,-0.194464815,-0.190547981,-0.186913997,-0.183197185,-0.180413829,-0.177533207,-0.174816805,-0.172209489,-0.173714035,-0.170920492,-0.168379883,-0.165776078,-0.162761398,-0.159716059,-0.155922304,-0.152161928,-0.148696517,-0.145335691,-0.140389173,-0.137560225,-0.13476332,-0.131800067,-0.128936504,-0.216175629,-0.213004368,-0.209973889,-0.206936561,-0.20351019,-0.199840158,-0.19542522,-0.191060672,-0.187267906,-0.183761353,-0.180024564,-0.177340799,-0.17458642,-0.172011345,-0.169532696,0.401140383,0.405368006,0.410451697,0.415654461,0.420825479,0.4255293,0.432365674,0.438168358,0.443406825,0.44867605,0.460241562,0.461848469,0.46246619,0.462508716,0.462609197,-0.492752326,-0.491125949,-0.489553608,-0.488086804,-0.48640827,-0.484676331,-0.482595552,-0.480561885,-0.478615868,-0.476912275,-0.475520981,-0.474247276,-0.472988518,-0.471604802,-0.470154415,-0.499069766,-0.497762745,-0.496484813,-0.49536727,-0.49409589,-0.492790439,-0.49116159,-0.489445153,-0.487824463,-0.486263013,-0.485025184,-0.483876575,-0.482600682,-0.48128413,-0.480082894,-0.533851393,-0.532896019,-0.5320076,-0.531196229,-0.530296436,-0.529375936,-0.528280855,-0.527176156,-0.526128763,-0.525138917,-0.524304706,-0.52349153,-0.522642899,-0.52175265,-0.520871907,-0.514763026,-0.513472262,-0.512254671,-0.511130514,-0.509871187,-0.508570298,-0.507014362,-0.505468562,-0.503999916,-0.502657008,-0.501592413,-0.500548599,-0.499475572,-0.498340079,-0.497185684,-0.49966908,-0.498303177,-0.496977848,-0.495763557,-0.494379717,-0.492967678,-0.491231128,-0.489447589,-0.487765989,-0.486194958,-0.484943865,-0.483768305,-0.482500683,-0.481165303,-0.479954845,-0.488144141,-0.486901577,-0.485689981,-0.484616943,-0.483390871,-0.482164576,-0.48062361,-0.47896048,-0.477434807,-0.475919864,-0.474325963,-0.473096812,-0.471725569,-0.470299289,-0.46900651,-0.524333437,-0.523191354,-0.52212072,-0.521136536,-0.520042407,-0.518904898,-0.517551303,-0.516206194,-0.514927161,-0.513744382,-0.512803348,-0.511865603,-0.510901304,-0.50988706,-0.508851109,-0.530097964,-0.529054478,-0.52808087,-0.527189094,-0.526199964,-0.525177908,-0.523962239,-0.522746817,-0.521592094,-0.520513826,-0.519641317,-0.518774556,-0.517877706,-0.516937129,-0.515988518,-0.505440883,-0.50429524,-0.503204437,-0.502233276,-0.501133251,-0.500021641,-0.498654923,-0.497219692,-0.495878848,-0.494563063,-0.493307519,-0.492223552,-0.491026927,-0.489780544,-0.488613069,-0.52829166,-0.527422958,-0.526602754,-0.52585801,-0.525018477,-0.524180144,-0.52317278,-0.522128718,-0.521142494,-0.520168391,-0.519148226,-0.518247531,-0.517274003,-0.516221424,-0.515225254,-0.51137305,-0.51038635,-0.509444884,-0.50859726,-0.507629858,-0.506657399,-0.505474373,-0.504221722,-0.503045062,-0.501868006,-0.500561641,-0.499454803,-0.498216765,-0.496889556,-0.495622392,-0.505661044,-0.504234838,-0.502878269,-0.501620821,-0.500212108,-0.498726872,-0.49695478,-0.495222705,-0.493576004,-0.492093797,-0.490896084,-0.489743568,-0.488585983,-0.487349156,-0.4860464,-0.497900066,-0.496818213,-0.495775326,-0.494832636,-0.493750412,-0.49268348,-0.491351302,-0.489927767,-0.488585019,-0.48726728,-0.485795482,-0.48462211,-0.483285729,-0.481905165,-0.480602829,-0.524756426,-0.523668201,-0.522651052,-0.521722881,-0.520688116,-0.519628318,-0.51835975,-0.51707869,-0.515866118,-0.51472615,-0.513789332,-0.512875458,-0.511917191,-0.510913023,-0.509923974,-0.518076109,-0.516880485,-0.515732555,-0.514659714,-0.513454992,-0.512154598,-0.510629542,-0.509139868,-0.507723033,-0.506433505,-0.505451836,-0.50444773,-0.503441744,-0.502367593,-0.501190192,-0.504788164,-0.503355381,-0.501987216,-0.500712659,-0.499263781,-0.497797385,-0.4960269,-0.494259951,-0.492578141,-0.491061776,-0.489849946,-0.488705193,-0.487525826,-0.486264682,-0.485003402,-0.521329691,-0.520289715,-0.519315137,-0.51843304,-0.517444096,-0.516441869,-0.51523392,-0.513992939,-0.512823684,-0.511698662,-0.510688338,-0.509752941,-0.508750763,-0.507697146,-0.506686859,-0.530341614,-0.529285382,-0.528290139,-0.527372854,-0.526354395,-0.525274705,-0.523997552,-0.522741711,-0.52154304,-0.520436592,-0.519572496,-0.518693663,-0.517802839,-0.516863697,-0.515867181,-0.516727402,-0.515531123,-0.514405087,-0.513378519,-0.512226509,-0.511049194,-0.509629454,-0.508189847,-0.506829285,-0.505553764,-0.504521854,-0.503521852,-0.502465898,-0.50135937,-0.500284391,-0.50658775,-0.505192919,-0.503863758,-0.502630268,-0.501250668,-0.499785471,-0.498041343,-0.49634115,-0.494722611,-0.493260975,-0.49207686,-0.490933777,-0.489788208,-0.488569047,-0.487274759,-0.535657309,-0.534698448,-0.533806586,-0.532990604,-0.532087918,-0.531157207,-0.530052545,-0.528946443,-0.527894971,-0.526908228,-0.526098834,-0.525295771,-0.524464947,-0.523594317,-0.522718241,-0.51094273,-0.509587199,-0.508304285,-0.507116697,-0.505784049,-0.504402743,-0.502751295,-0.501118737,-0.499566707,-0.498158513,-0.497039623,-0.495950599,-0.494839176,-0.493657695,-0.492443453,-0.523171457,-0.522030073,-0.520961194,-0.51998146,-0.518889458,-0.517764936,-0.516421274,-0.515074829,-0.513797738,-0.512609655,-0.511655456,-0.510713767,-0.509735127,-0.508707471,-0.507679653,-0.510060776,-0.508772286,-0.507531948,-0.506364239,-0.505048366,-0.503622667,-0.501953294,-0.500330366,-0.498781007,-0.497380749,-0.496297709,-0.495206671,-0.494117265,-0.49295539,-0.49168851,-0.519490101,-0.518273115,-0.517125692,-0.516066363,-0.514887107,-0.513648104,-0.512176405,-0.510725894,-0.509344527,-0.508078277,-0.507076655,-0.5060792,-0.505063733,-0.503991683,-0.502875302,-0.534560275,-0.533570403,-0.532647567,-0.531801866,-0.530866451,-0.529894715,-0.528742193,-0.527594925,-0.526502421,-0.525482998,-0.524662034,-0.523839326,-0.522993359,-0.522106404,-0.521200851,-0.495787849,-0.49439517,-0.492970658,-0.491596621,-0.490028272,-0.488293985,-0.486309162,-0.484364751,-0.482578603,-0.481004333,-0.479905136,-0.478746723,-0.477606347,-0.476312974,-0.474764665,-0.519669664,-0.518691673,-0.517769263,-0.516935312,-0.515993277,-0.515045778,-0.513901174,-0.512711397,-0.511591271,-0.510491294,-0.509383431,-0.508404099,-0.507336821,-0.506197038,-0.505111946,-0.499498232,-0.497968578,-0.496497596,-0.495120889,-0.493546013,-0.491954622,-0.490037186,-0.488137737,-0.486324516,-0.484713406,-0.48341274,-0.482211528,-0.480992354,-0.479676198,-0.478330891,-0.518386966,-0.51716116,-0.516008582,-0.514948017,-0.513762345,-0.512539944,-0.511077714,-0.509618402,-0.508233165,-0.506956234,-0.505941273,-0.504941568,-0.503907508,-0.502817669,-0.501720177,-0.481408013,-0.479961409,-0.478530345,-0.477094212,-0.47543097,-0.473557038,-0.471393282,-0.469354732,-0.467375188,-0.465660198,-0.464236501,-0.462893828,-0.461572467,-0.460154741,-0.458608497,-0.507222519,-0.505881749,-0.504594805,-0.503389452,-0.50203742,-0.500582397,-0.49886397,-0.497196216,-0.495601672,-0.494160236,-0.49300662,-0.491877283,-0.490749652,-0.489552038,-0.488262275,-0.517227261,-0.51606619,-0.51497399,-0.513983853,-0.512872874,-0.511739124,-0.510369538,-0.508972544,-0.507654508,-0.506407247,-0.505378676,-0.50439252,-0.503343835,-0.502247518,-0.501190871,-0.503497684,-0.502076373,-0.500715094,-0.499447262,-0.498004985,-0.496548356,-0.494779515,-0.493001576,-0.491311347,-0.489779072,-0.488554138,-0.487400756,-0.486197938,-0.484914282,-0.483664536,-0.522928586,-0.521851493,-0.520843752,-0.51992829,-0.518905232,-0.517862215,-0.516609082,-0.515333548,-0.514129061,-0.512985915,-0.512020615,-0.511096456,-0.510117791,-0.509092755,-0.508097624,-0.531224711,-0.5302693,-0.529379669,-0.528568861,-0.527666614,-0.526749409,-0.525654878,-0.524542675,-0.523490541,-0.522487943,-0.52161235,-0.520777484,-0.519898169,-0.518973231,-0.518071312,-0.529422777,-0.528352099,-0.527347233,-0.526422592,-0.525397321,-0.524319547,-0.523042691,-0.52178164,-0.520579093,-0.519466816,-0.518588342,-0.517701814,-0.516797966,-0.515847241,-0.514855744,-0.493008103,-0.491705582,-0.490418638,-0.489323829,-0.488083627,-0.486801937,-0.48519121,-0.483460409,-0.481877102,-0.480278503,-0.478820131,-0.477628747,-0.476273464,-0.474902567,-0.473653711,-0.514182058,-0.512892073,-0.511669796,-0.510537814,-0.509275174,-0.507940486,-0.506355338,-0.50480107,-0.503320272,-0.501971652,-0.500899899,-0.499841844,-0.498771846,-0.497638689,-0.496446564,-0.510677521,-0.509619935,-0.508618153,-0.507716839,-0.506695092,-0.505667213,-0.5044134,-0.503099233,-0.501866238,-0.500654012,-0.499432625,-0.498377005,-0.497213128,-0.495985869,-0.494823982,-0.496650493,-0.495144365,-0.493694769,-0.492349574,-0.490836559,-0.489216227,-0.487277392,-0.485405017,-0.483626039,-0.482032052,-0.480671057,-0.479419247,-0.478188242,-0.476873705,-0.475450651,-0.512587366,-0.511682158,-0.510796582,-0.510012192,-0.509101211,-0.508181651,-0.507064664,-0.505865529,-0.504737033,-0.503563847,-0.502084582,-0.500847421,-0.499432329,-0.497855549,-0.496339976,-0.52057565,-0.519689561,-0.518836491,-0.518070929,-0.517195787,-0.51632036,-0.515258225,-0.514139099,-0.51308406,-0.512011096,-0.510757394,-0.509686593,-0.508496099,-0.50718427,-0.505946033,-0.509014019,-0.507833206,-0.506710359,-0.505712051,-0.504586868,-0.503439729,-0.502034292,-0.500571444,-0.499199657,-0.497870063,-0.496714234,-0.495663212,-0.494515134,-0.493323973,-0.492204242,-0.483157482,-0.481658907,-0.480170011,-0.478686209,-0.476944702,-0.474982984,-0.472781301,-0.470662025,-0.468653244,-0.466910092,-0.465661075,-0.464338095,-0.463043511,-0.46161524,-0.459989296,-0.520684043,-0.519862102,-0.519047887,-0.518323621,-0.517488959,-0.516662178,-0.515646958,-0.514566787,-0.513545559,-0.512477218,-0.511089125,-0.509928635,-0.508624309,-0.507162178,-0.505800949,-0.505874566,-0.504440226,-0.503077043,-0.501812784,-0.500391584,-0.49890976,-0.497138299,-0.495398028,-0.493743267,-0.492255373,-0.491062629,-0.489915874,-0.488757239,-0.487517382,-0.486226841,-0.507758834,-0.506445657,-0.505193995,-0.504046807,-0.502749367,-0.501426634,-0.499817898,-0.498182237,-0.496636301,-0.495198487,-0.494051756,-0.492953832,-0.491787841,-0.490561176,-0.48939584,-0.510011771,-0.508700004,-0.507454918,-0.506308707,-0.505015,-0.503696236,-0.502100282,-0.500489074,-0.49896303,-0.497554279,-0.496432891,-0.495352472,-0.494216769,-0.493018586,-0.491856625,-0.525809593,-0.524687315,-0.523632065,-0.522659718,-0.521580016,-0.520444479,-0.519098499,-0.517770203,-0.516504077,-0.515336552,-0.514415101,-0.513488445,-0.512544147,-0.511549745,-0.510512669,-0.534049747,-0.533045523,-0.532107117,-0.531245987,-0.530293302,-0.52929725,-0.528116832,-0.526947014,-0.52583153,-0.524794329,-0.523968012,-0.523134753,-0.522282222,-0.52138751,-0.520462726,-0.511406997,-0.510225529,-0.50910555,-0.508104089,-0.50697636,-0.505826217,-0.504422696,-0.502970727,-0.501605888,-0.500293996,-0.499182572,-0.498149897,-0.497031018,-0.495867661,-0.494768006,-0.529171599,-0.528245344,-0.527379721,-0.526592203,-0.525711355,-0.524823022,-0.523759682,-0.52266915,-0.521639225,-0.520643847,-0.519709829,-0.518850238,-0.517934016,-0.516961594,-0.516027385,-0.518184588,-0.516984267,-0.515855969,-0.514822625,-0.513665214,-0.512479393,-0.51105477,-0.509619774,-0.508260943,-0.506996214,-0.505981575,-0.504989843,-0.503951604,-0.502861135,-0.501786662,-0.501595009,-0.500645408,-0.499724871,-0.498885814,-0.497944002,-0.496977613,-0.495790223,-0.494480112,-0.493255572,-0.492020488,-0.490479078,-0.48920834,-0.487761811,-0.486268514,-0.48483028,-0.510375212,-0.509137977,-0.507962887,-0.506903978,-0.505708083,-0.50448808,-0.503001324,-0.501473363,-0.500034016,-0.498668608,-0.497558149,-0.496502763,-0.49536889,-0.494185715,-0.493066268,-0.368000882,-0.365989405,-0.364143041,-0.362405588,-0.360484159,-0.358464004,-0.355912739,-0.353305892,-0.350804299,-0.348482305,-0.346152499,-0.344320573,-0.342367917,-0.340476133,-0.338675138,-0.371255688,-0.369321278,-0.367593246,-0.365924726,-0.364009428,-0.362133493,-0.359704244,-0.357287283,-0.354977009,-0.352819805,-0.350806524,-0.34904677,-0.347224264,-0.345342345,-0.343587734,-0.4239768,-0.421667837,-0.419688898,-0.418017918,-0.416141302,-0.414182082,-0.411676952,-0.409154046,-0.406724748,-0.404356618,-0.40246701,-0.400538633,-0.398512124,-0.396423359,-0.394395465,-0.377478568,-0.373614818,-0.370447463,-0.367922307,-0.365132671,-0.362245866,-0.358396209,-0.354568606,-0.350773368,-0.347047186,-0.344320821,-0.341329332,-0.337935623,-0.334539466,-0.331212834,-0.419396034,-0.417503842,-0.415818917,-0.414298634,-0.412577969,-0.410827264,-0.40862432,-0.406390866,-0.404276584,-0.402249556,-0.400483571,-0.398825608,-0.39709896,-0.395321479,-0.393644577,-0.372694714,-0.370728261,-0.368952831,-0.367265075,-0.365350272,-0.363437596,-0.360996949,-0.358541244,-0.356203798,-0.354025776,-0.351977015,-0.350223566,-0.348412804,-0.346559269,-0.344819221,-0.430079766,-0.427656574,-0.425592088,-0.423867987,-0.421912512,-0.419902198,-0.417295104,-0.414668478,-0.412122541,-0.409625842,-0.407676994,-0.405666779,-0.40348265,-0.401259184,-0.399115505,-0.384721935,-0.38310855,-0.381626182,-0.380214279,-0.378510551,-0.376787365,-0.374642276,-0.372535536,-0.370492561,-0.368477029,-0.366466295,-0.36478425,-0.363014755,-0.361184115,-0.359477691,-0.420961255,-0.419153003,-0.417533586,-0.416061664,-0.414382351,-0.41269148,-0.410568224,-0.408412157,-0.406383349,-0.404428814,-0.402714652,-0.401095359,-0.399416998,-0.397675095,-0.39605098,-0.390530652,-0.388539969,-0.386738479,-0.385082841,-0.383232495,-0.38131428,-0.378892152,-0.376427917,-0.374075834,-0.371858747,-0.369757348,-0.367990003,-0.36613219,-0.364275293,-0.362513437,-0.249034455,-0.24714821,-0.245404477,-0.243585705,-0.241426746,-0.239599815,-0.236749628,-0.234006499,-0.231321251,-0.228727038,-0.225616402,-0.223589275,-0.221893409,-0.219831742,-0.217967575,-0.328787195,-0.326677315,-0.324732719,-0.322846992,-0.320712906,-0.318571477,-0.315827384,-0.3130757,-0.31044989,-0.308049173,-0.305623361,-0.30372814,-0.301811755,-0.299852151,-0.297998616,-0.242206686,-0.239963218,-0.237782699,-0.235579483,-0.233003592,-0.230421223,-0.227035895,-0.223793427,-0.2207807,-0.218096539,-0.21476212,-0.212673255,-0.210810028,-0.208687315,-0.206637219,-0.303311727,-0.301114445,-0.299238262,-0.297236107,-0.294880488,-0.292718685,-0.289706923,-0.286744313,-0.283834688,-0.281238523,-0.27855137,-0.276331984,-0.274062209,-0.271847743,-0.269707625,-0.398094574,-0.395371793,-0.393081002,-0.3912268,-0.389141421,-0.386914247,-0.384025094,-0.381127609,-0.378287411,-0.375473866,-0.373198652,-0.370921756,-0.368566261,-0.366114933,-0.363703362,-0.434792178,-0.432936875,-0.431278257,-0.429817622,-0.42813491,-0.426449936,-0.424338386,-0.422173036,-0.420157023,-0.418187739,-0.416560707,-0.414900741,-0.413186147,-0.411408813,-0.409757279,-0.38043245,-0.376669379,-0.373709587,-0.371373723,-0.368842683,-0.366142031,-0.36251947,-0.358923958,-0.355446456,-0.35195595,-0.349096071,-0.346280894,-0.343274423,-0.340182107,-0.33701898,-0.353036814,-0.350982836,-0.349087195,-0.347270005,-0.345278383,-0.343170183,-0.340520687,-0.337817093,-0.335209529,-0.332825526,-0.33042026,-0.328543039,-0.326533714,-0.324625685,-0.322803872,-0.32781062,-0.325747419,-0.323863374,-0.322030113,-0.319923422,-0.317870829,-0.315178559,-0.312493681,-0.309928026,-0.307556781,-0.305145358,-0.303262698,-0.301391485,-0.299427381,-0.297583439,-0.300260726,-0.298239854,-0.296408448,-0.29459514,-0.292449533,-0.290501154,-0.287742028,-0.285027184,-0.282386217,-0.279906035,-0.277305049,-0.275341242,-0.273472822,-0.27143855,-0.269548249,-0.410289453,-0.408329157,-0.406580405,-0.405000127,-0.403222794,-0.401396752,-0.399094588,-0.396761172,-0.394541934,-0.392425947,-0.390542544,-0.388831893,-0.38704645,-0.385225972,-0.383498335,-0.221699222,-0.219792207,-0.218092286,-0.216364452,-0.214052571,-0.212502136,-0.209433877,-0.206547469,-0.203448725,-0.200387661,-0.197397013,-0.195118338,-0.193081568,-0.190862577,-0.188761375,-0.43904821,-0.43693655,-0.435078947,-0.43349663,-0.431685028,-0.42984252,-0.427473364,-0.425090449,-0.422787914,-0.420509263,-0.418703966,-0.416901265,-0.414907145,-0.412900181,-0.410984983,-0.404128285,-0.402101332,-0.400293463,-0.39867281,-0.396855768,-0.394968608,-0.392575902,-0.390147617,-0.387826736,-0.385609798,-0.383577948,-0.381796461,-0.379934915,-0.378046345,-0.376251581,-0.397129767,-0.394232282,-0.39174357,-0.389839745,-0.387775408,-0.385497202,-0.382516271,-0.379572996,-0.376592905,-0.373676234,-0.371262141,-0.368886767,-0.366380327,-0.363824389,-0.361238855,-0.2732436,-0.271059422,-0.269157649,-0.267165458,-0.264750697,-0.262684184,-0.259568875,-0.256528061,-0.253522578,-0.25068552,-0.247834715,-0.245567858,-0.243304388,-0.241073109,-0.238875802,-0.295462902,-0.293392556,-0.291481858,-0.289586959,-0.287372072,-0.285276631,-0.282441403,-0.279653201,-0.276985977,-0.27450446,-0.271768352,-0.269821061,-0.267984562,-0.265962701,-0.264066541,-0.23355384,-0.231478673,-0.229401355,-0.227307842,-0.224715533,-0.222328143,-0.219069282,-0.216016056,-0.213108731,-0.210450976,-0.206619368,-0.204584626,-0.202922237,-0.200841705,-0.198801919,-0.389198906,-0.386441338,-0.384142166,-0.382274463,-0.380184585,-0.377930387,-0.374961645,-0.371993596,-0.369060952,-0.366139558,-0.363711694,-0.361317257,-0.358894313,-0.356332391,-0.353835594,-0.334577542,-0.332452357,-0.330479822,-0.32855597,-0.326463446,-0.32423825,-0.321454572,-0.318620679,-0.315871468,-0.313401547,-0.31089795,-0.308954195,-0.306868792,-0.304927608,-0.303067125,-0.3687154,-0.366787765,-0.365019703,-0.363379246,-0.361531051,-0.359598719,-0.357109512,-0.354530011,-0.352064269,-0.349741509,-0.347169895,-0.345349417,-0.343385387,-0.341456442,-0.339626989,-0.404390639,-0.402244759,-0.400361011,-0.398717809,-0.396872952,-0.394939754,-0.392455097,-0.389941215,-0.387521658,-0.385183594,-0.383040731,-0.381149317,-0.379188255,-0.377172452,-0.375259058,-0.388757472,-0.386755787,-0.384950415,-0.383347218,-0.381552701,-0.379669446,-0.377210701,-0.374711802,-0.372287251,-0.369978238,-0.367475309,-0.365598879,-0.363665286,-0.361652474,-0.359812711,-0.265905488,-0.263494115,-0.261205574,-0.258859227,-0.256390542,-0.253684302,-0.250341971,-0.246940794,-0.243568398,-0.240714354,-0.237801589,-0.235553695,-0.233062362,-0.23094185,-0.228890963,-0.421042933,-0.418499455,-0.416354713,-0.414579555,-0.412591864,-0.410508563,-0.407819532,-0.405119498,-0.402506792,-0.39994754,-0.397964571,-0.395884187,-0.39367751,-0.39140504,-0.38918061,-0.398920625,-0.397034355,-0.395341184,-0.393764491,-0.391977021,-0.390176767,-0.38790138,-0.385604606,-0.383425991,-0.38136729,-0.379497931,-0.377824268,-0.376082687,-0.374295241,-0.372618265,-0.397185373,-0.395144821,-0.393319422,-0.391688756,-0.389860069,-0.387951225,-0.385509094,-0.383025846,-0.380641992,-0.37836297,-0.376158592,-0.374329855,-0.372420566,-0.370479827,-0.368650349,-0.430435826,-0.428254417,-0.426368999,-0.424760486,-0.422945855,-0.421069611,-0.418679229,-0.416265593,-0.413953502,-0.411701331,-0.409900237,-0.40806124,-0.406122529,-0.404124453,-0.402200873,-0.386502952,-0.384558727,-0.382803596,-0.381158935,-0.379303645,-0.377426251,-0.375051816,-0.372652558,-0.370372077,-0.36823542,-0.366255987,-0.364536163,-0.362747654,-0.360928486,-0.35921514,-0.37621437,-0.374207369,-0.372376037,-0.370661183,-0.36875271,-0.366773524,-0.364280658,-0.36174539,-0.359322396,-0.357067109,-0.354897173,-0.353107502,-0.351221726,-0.349359562,-0.347591549,-0.36136144,-0.359315547,-0.357438153,-0.355654193,-0.353674661,-0.35162234,-0.349039797,-0.346417597,-0.343906114,-0.341595123,-0.339347254,-0.337518839,-0.335594122,-0.333708618,-0.331917142,-0.37863996,-0.376707826,-0.374943299,-0.373349077,-0.371531566,-0.369655853,-0.367211497,-0.364680604,-0.362248314,-0.359935345,-0.357335768,-0.355515042,-0.353576479,-0.351607999,-0.349794939,-0.406189508,-0.403836064,-0.401813685,-0.400103355,-0.398182247,-0.396152821,-0.393532747,-0.390892201,-0.388336435,-0.38583771,-0.38369408,-0.381662552,-0.379564292,-0.377390968,-0.375300052,-0.39739808,-0.395049606,-0.393029155,-0.391351486,-0.38945404,-0.387445135,-0.38479015,-0.382107448,-0.379512791,-0.376953811,-0.374613571,-0.372501985,-0.370351086,-0.368081954,-0.365949846,-0.394931175,-0.393123257,-0.391503469,-0.389967992,-0.388200796,-0.386445838,-0.384212804,-0.381981476,-0.379857774,-0.377838559,-0.375981118,-0.374316776,-0.37257915,-0.370778625,-0.369107435,-0.42956836,-0.427537994,-0.425760129,-0.42421124,-0.422460262,-0.420661629,-0.418386192,-0.416081691,-0.413888674,-0.411762772,-0.410008803,-0.40826779,-0.406445581,-0.404566778,-0.402773694,-0.382369282,-0.38039027,-0.378594566,-0.376915117,-0.375033198,-0.373106355,-0.37067671,-0.368214132,-0.365868724,-0.363678093,-0.361620555,-0.359870319,-0.35804141,-0.356204812,-0.354467285,-0.290279522,-0.288059715,-0.285960442,-0.283794411,-0.281547655,-0.279034194,-0.275928552,-0.272765326,-0.269584273,-0.266885772,-0.263957678,-0.261781313,-0.259365094,-0.257383856,-0.255439285,-0.243496152,-0.240967708,-0.238577672,-0.236143923,-0.233509755,-0.230711664,-0.227215693,-0.223667256,-0.22026608,-0.21731739,-0.21440643,-0.212142268,-0.20978472,-0.20756259,-0.205424622,-0.379844003,-0.37785065,-0.376033386,-0.374354209,-0.372481414,-0.37052406,-0.368040317,-0.36549998,-0.363068209,-0.360782561,-0.358495776,-0.356687759,-0.354769272,-0.352877092,-0.351082229,-0.415798198,-0.413354349,-0.411269613,-0.409535622,-0.407594018,-0.405545455,-0.402915441,-0.400273609,-0.397711415,-0.3952073,-0.393198642,-0.39116432,-0.389034932,-0.386839381,-0.384691845,-0.415861975,-0.414223199,-0.412719716,-0.411339386,-0.409745411,-0.408141101,-0.406143273,-0.404117085,-0.402215609,-0.400343802,-0.398585408,-0.397000556,-0.39537926,-0.393652513,-0.392079801,-0.338579478,-0.333465154,-0.329290046,-0.326087779,-0.322612998,-0.31890442,-0.314015609,-0.309193505,-0.304460831,-0.299796471,-0.296796205,-0.293024307,-0.288806895,-0.284487098,-0.280156398,-0.349859173,-0.34793369,-0.346241854,-0.344507245,-0.342500219,-0.340581386,-0.337942224,-0.335484196,-0.333051337,-0.330805693,-0.328655511,-0.326801086,-0.324829713,-0.32281705,-0.320939236,-0.293685668,-0.291416387,-0.289287741,-0.28718461,-0.284840241,-0.282424195,-0.279366395,-0.276301425,-0.273369918,-0.270756075,-0.268053593,-0.266014376,-0.263942695,-0.261885898,-0.259918432,-0.415552632,-0.413389285,-0.411503731,-0.409867823,-0.408031051,-0.40611432,-0.403674538,-0.401209908,-0.398845067,-0.396556501,-0.394608617,-0.392753598,-0.390821364,-0.388837407,-0.386930788,-0.42063725,-0.418629136,-0.416858985,-0.415292862,-0.413528806,-0.411711542,-0.409415905,-0.407091563,-0.40487816,-0.402747832,-0.400926069,-0.399193437,-0.397385445,-0.395529685,-0.393760041,-0.41142753,-0.409548652,-0.407867992,-0.406330142,-0.404589524,-0.402824528,-0.400602151,-0.398352032,-0.396220789,-0.394190226,-0.392384384,-0.390728647,-0.389004298,-0.387232478,-0.385565244,-0.424964675,-0.422854955,-0.42101754,-0.419425147,-0.417631928,-0.415775513,-0.413420586,-0.411040539,-0.408765424,-0.406561169,-0.404740444,-0.402944097,-0.401065343,-0.39913123,-0.397273912,-0.353756697,-0.351757361,-0.349959234,-0.348219828,-0.346222717,-0.344275995,-0.341738155,-0.33920301,-0.336779497,-0.334527697,-0.332362705,-0.330546751,-0.328695442,-0.326777524,-0.324983377,-0.366763461,-0.364744172,-0.362901367,-0.361155063,-0.359200355,-0.357202403,-0.354678977,-0.352124844,-0.349688054,-0.347433707,-0.345276232,-0.343483099,-0.341614581,-0.339746631,-0.337979163,-0.413755927,-0.410890238,-0.40850982,-0.406568389,-0.404397265,-0.40212571,-0.399160677,-0.396190056,-0.393299989,-0.390461052,-0.388325062,-0.386026433,-0.383546696,-0.381006928,-0.3785129,-0.368097975,-0.366097675,-0.364279694,-0.362554381,-0.3606107,-0.358646052,-0.356153112,-0.353636659,-0.351239577,-0.349015839,-0.34690094,-0.3451242,-0.343284486,-0.341421951,-0.339665732,-0.197057099,-0.194377289,-0.1919472,-0.189343098,-0.186509106,-0.183553122,-0.179818805,-0.175948256,-0.172421775,-0.169275807,-0.166365267,-0.164036944,-0.161770729,-0.159487949,-0.157263668,-0.337460513,-0.33548066,-0.333647449,-0.331836564,-0.329886454,-0.327752269,-0.325050159,-0.322273083,-0.319569785,-0.317114649,-0.314434445,-0.312501544,-0.31039552,-0.308465809,-0.306617243,-0.240925824,-0.238517294,-0.236246431,-0.233927207,-0.231330547,-0.228636126,-0.225194895,-0.221769662,-0.218590489,-0.215767771,-0.212729998,-0.210560704,-0.208484351,-0.206316491,-0.20421969,-0.214305282,-0.211677197,-0.209126722,-0.206482888,-0.203726234,-0.200693753,-0.196953947,-0.19310832,-0.189336719,-0.186180465,-0.183074749,-0.180643571,-0.177943933,-0.175608489,-0.173371796,-0.407441739,-0.404870965,-0.402686095,-0.400897709,-0.398891648,-0.396759614,-0.394011417,-0.391254541,-0.388563532,-0.385920414,-0.383787737,-0.381646704,-0.379414016,-0.377107154,-0.374840445,-0.390149817,-0.388146401,-0.386335937,-0.384692982,-0.382851735,-0.380933075,-0.378488027,-0.375992244,-0.373601714,-0.37133268,-0.369092847,-0.367286709,-0.365385381,-0.363477353,-0.36167616,-0.348697756,-0.346693549,-0.344914213,-0.343157178,-0.341119247,-0.339171956,-0.336586768,-0.334031893,-0.331571342,-0.329290985,-0.327110664,-0.325246819,-0.323332486,-0.321355327,-0.319508888,-0.35001667,-0.347987787,-0.34614434,-0.344370764,-0.342351871,-0.340351471,-0.337773379,-0.33518656,-0.332719086,-0.330436282,-0.32821158,-0.326388333,-0.324531954,-0.322621083,-0.320825651,-0.349415736,-0.347350509,-0.345457241,-0.343641683,-0.341603628,-0.339534197,-0.336907892,-0.33425842,-0.331728641,-0.329405806,-0.327137564,-0.325296243,-0.323396127,-0.321487258,-0.31968164,-0.395360989,-0.393213057,-0.391345355,-0.389738992,-0.387925486,-0.386026087,-0.383505579,-0.380965786,-0.378503406,-0.376116683,-0.373728972,-0.371774733,-0.369773913,-0.367665467,-0.365712563,-0.146540723,-0.143524164,-0.140741451,-0.137772956,-0.134587824,-0.131293508,-0.127065934,-0.122667859,-0.118526327,-0.114956182,-0.111948919,-0.109332109,-0.106719155,-0.104120048,-0.101712556,-0.412493609,-0.410709327,-0.409106871,-0.407626778,-0.405934225,-0.404236654,-0.402099922,-0.399938639,-0.397897592,-0.395939348,-0.394175539,-0.392556765,-0.390874251,-0.389127304,-0.387503659,-0.311192941,-0.308963294,-0.306876852,-0.304813009,-0.302577503,-0.300199557,-0.297231533,-0.294221748,-0.291291255,-0.28870456,-0.286083175,-0.2840491,-0.281873007,-0.279870654,-0.277947346,-0.230270303,-0.228138715,-0.225985764,-0.223824802,-0.221179533,-0.21865413,-0.215257503,-0.212096008,-0.209116808,-0.206458163,-0.202655804,-0.200590057,-0.198878417,-0.196770391,-0.194711913,-0.29614916,-0.293996729,-0.291982928,-0.28999991,-0.287714015,-0.285462635,-0.282529349,-0.279630677,-0.276873257,-0.274359227,-0.27159434,-0.269626454,-0.267727005,-0.265699037,-0.263771674,-0.402560172,-0.399441871,-0.396864422,-0.394760723,-0.392384063,-0.389959734,-0.386727724,-0.383489731,-0.380286204,-0.37713356,-0.374590305,-0.372055531,-0.369233209,-0.366426142,-0.363698441,-0.323357235,-0.321187076,-0.319171743,-0.31720937,-0.315028604,-0.312780661,-0.30994291,-0.307081449,-0.304336021,-0.301860363,-0.299375978,-0.297430838,-0.295417335,-0.29343988,-0.291556625,-0.43842249,-0.436344937,-0.434515274,-0.432956989,-0.431185416,-0.429375533,-0.427064641,-0.424736701,-0.422504334,-0.420316497,-0.418567312,-0.416779978,-0.414866325,-0.412905225,-0.411040935,-0.393924534,-0.391961543,-0.390189773,-0.388554383,-0.386720406,-0.384837522,-0.38246472,-0.380057723,-0.377766833,-0.375609407,-0.373613755,-0.371884263,-0.370075381,-0.368251244,-0.366523829,-0.432173476,-0.429835424,-0.427834851,-0.426150075,-0.424201795,-0.422236331,-0.419657869,-0.417037708,-0.414489582,-0.411973352,-0.409845521,-0.40785694,-0.40565679,-0.403454093,-0.401361297,-0.330198653,-0.328165122,-0.326332282,-0.324539619,-0.322457183,-0.320477923,-0.317824099,-0.315187138,-0.312651746,-0.310293333,-0.307939667,-0.306050999,-0.304171132,-0.302192366,-0.300343356,-0.315219256,-0.313166588,-0.311277153,-0.30933943,-0.307297518,-0.305007667,-0.302162326,-0.299228421,-0.296329057,-0.293766715,-0.290920558,-0.288901541,-0.28666596,-0.2847384,-0.282853341,-0.424670154,-0.422716596,-0.420990467,-0.419459082,-0.417728169,-0.415956646,-0.413723241,-0.411459301,-0.409311171,-0.407240999,-0.405480973,-0.403787777,-0.402021768,-0.400203366,-0.398477312,-0.246437276,-0.24456772,-0.242865104,-0.241170203,-0.239011219,-0.237402186,-0.234522355,-0.231766591,-0.228901595,-0.226117769,-0.22327087,-0.221136859,-0.219286835,-0.217172232,-0.215226647,-0.397977181,-0.396051153,-0.394318547,-0.392715374,-0.390908643,-0.389070981,-0.386753734,-0.384408253,-0.382180856,-0.380079258,-0.378162997,-0.37646671,-0.374698599,-0.372898371,-0.371200033,-0.242840009,-0.240824947,-0.238918155,-0.236920846,-0.234512292,-0.232338325,-0.229279759,-0.226400669,-0.223667578,-0.221034499,-0.217685763,-0.215715825,-0.214098163,-0.212052641,-0.210114671,-0.319076281,-0.317020275,-0.315194506,-0.313374572,-0.311228198,-0.309255094,-0.306519828,-0.303821896,-0.301199868,-0.298756897,-0.296333285,-0.294361442,-0.29239541,-0.290343361,-0.288418545,-0.355054768,-0.353111284,-0.351312886,-0.349594768,-0.347702909,-0.345682112,-0.343096257,-0.340435189,-0.337877025,-0.335506522,-0.332926947,-0.331059393,-0.329041785,-0.327118576,-0.325281285,-0.388141531,-0.386234937,-0.384522406,-0.38290744,-0.381071855,-0.37923669,-0.376903868,-0.37455705,-0.372327008,-0.370231938,-0.368304921,-0.366603863,-0.364837507,-0.363023062,-0.361324007,-0.34492346,-0.342824409,-0.340887947,-0.339025091,-0.336960531,-0.334822712,-0.332131628,-0.329405782,-0.326790059,-0.324408356,-0.322063467,-0.320184466,-0.318214922,-0.316292949,-0.31446498,-0.374616291,-0.370709421,-0.367418863,-0.364333173,-0.36147458,-0.358733553,-0.356014135,-0.35316689,-0.350074748,-0.34708996,-0.344574867,-0.342005206,-0.339490632,-0.336802293,-0.333890023,-0.274063816,-0.268053643,-0.262180641,-0.256228645,-0.250157747,-0.244398628,-0.239249812,-0.234802337,-0.230632742,-0.226570849,-0.223755004,-0.219687498,-0.215815317,-0.21207603,-0.208031543,-0.16510683,-0.156541509,-0.149332386,-0.142761259,-0.136976228,-0.131735289,-0.126998633,-0.122085049,-0.11651359,-0.111047903,-0.10576236,-0.101161987,-0.096816921,-0.091851415,-0.086278077,-0.44345484,-0.440806061,-0.438416655,-0.43612359,-0.433729635,-0.43123175,-0.428273282,-0.425363546,-0.422616547,-0.420120195,-0.418550697,-0.416580264,-0.414600213,-0.412402918,-0.410199653,-0.298053307,-0.293189147,-0.288883022,-0.284688926,-0.280811849,-0.277272017,-0.274006505,-0.270606045,-0.266747537,-0.262900105,-0.25927386,-0.255851049,-0.252540959,-0.24912025,-0.245470591,-0.432838038,-0.429994849,-0.427486666,-0.425102057,-0.42270856,-0.420314197,-0.417713656,-0.415113571,-0.412514872,-0.410065373,-0.408424174,-0.406374473,-0.404332857,-0.402162525,-0.399920368,-0.44216954,-0.439518511,-0.437214554,-0.435077835,-0.432993458,-0.430808414,-0.428398636,-0.425979709,-0.423577459,-0.421368804,-0.419628842,-0.417782823,-0.415941774,-0.413953675,-0.41181452,-0.422405028,-0.419389433,-0.416771089,-0.414295889,-0.411882291,-0.409494653,-0.406982527,-0.404430965,-0.401802756,-0.399303586,-0.397457765,-0.395336437,-0.393232194,-0.391000025,-0.388652417,-0.381774876,-0.377903758,-0.374181631,-0.370567476,-0.366812564,-0.362964737,-0.359204756,-0.355763624,-0.352496382,-0.34941989,-0.347560199,-0.344781689,-0.342033194,-0.339263635,-0.336316849,-0.261225824,-0.254947239,-0.249732606,-0.244908821,-0.240624133,-0.23665832,-0.232968433,-0.229066558,-0.22465565,-0.220355584,-0.216325238,-0.212628998,-0.209094926,-0.205194238,-0.20085021,-0.299450869,-0.294336025,-0.290047456,-0.285989913,-0.282317409,-0.278894648,-0.275652179,-0.272248085,-0.268359685,-0.264546299,-0.260816062,-0.257455434,-0.254233042,-0.250823904,-0.247058335,-0.363015818,-0.359077152,-0.355513139,-0.352055368,-0.34871175,-0.345556535,-0.342537578,-0.339529944,-0.336328098,-0.333181018,-0.330762005,-0.327957657,-0.325202759,-0.322378608,-0.319424132,-0.412141183,-0.408929497,-0.40620056,-0.403653077,-0.401253102,-0.398877703,-0.39640568,-0.393847443,-0.391172307,-0.388636494,-0.386596387,-0.384451743,-0.382335879,-0.380072558,-0.377615023,-0.265737731,-0.259323334,-0.2539337,-0.248952641,-0.244535281,-0.240452544,-0.23662284,-0.232636406,-0.228164651,-0.223864609,-0.220046401,-0.216411775,-0.21296869,-0.209116486,-0.204824356,-0.383301131,-0.37971405,-0.376679664,-0.373795036,-0.371168113,-0.368651338,-0.366049239,-0.363224519,-0.36040504,-0.357708097,-0.355411916,-0.353222397,-0.351085295,-0.348884032,-0.346266727,-0.426837829,-0.423838156,-0.421130038,-0.418520125,-0.415771841,-0.413006646,-0.409901053,-0.406875914,-0.403985921,-0.401282623,-0.399870449,-0.397652274,-0.395447154,-0.393101079,-0.390745484,-0.171502511,-0.162737712,-0.15526626,-0.148409909,-0.142364527,-0.136884796,-0.131928734,-0.126873626,-0.121117127,-0.115570887,-0.110543173,-0.105911845,-0.101621817,-0.09666353,-0.091127575,0.327278174,0.334433793,0.339866398,0.343749458,0.346601499,0.348639406,0.351211169,0.355194611,0.360114624,0.365421826,0.365739192,0.371537426,0.376495119,0.381979251,0.386083647,0.148554598,0.154307684,0.159059669,0.162740432,0.165549897,0.167540332,0.169720555,0.172865089,0.176617059,0.180366803,0.181481985,0.185729092,0.189384388,0.193369364,0.196534716,0.94451613,0.954632381,0.962619837,0.968719415,0.972615233,0.975295883,0.979614493,0.985627337,0.993009335,1.00169462,1.004207834,1.013063917,1.020150307,1.028320725,1.033729496,-0.096319609,-0.092992508,-0.089861177,-0.087429258,-0.085333594,-0.083796164,-0.082081161,-0.079927889,-0.077739557,-0.075648097,-0.073130778,-0.070685804,-0.068788531,-0.066655187,-0.065105494,0.129410427,0.134363621,0.138469896,0.141699235,0.144256806,0.146040395,0.148308735,0.151120228,0.154377062,0.157986321,0.160038667,0.16395199,0.16706458,0.170584979,0.173049634,1.244693806,1.258239172,1.266156805,1.271019655,1.273957738,1.276078522,1.281085566,1.28960391,1.300885287,1.314373094,1.314124858,1.327805517,1.339867798,1.353543512,1.362933945,0.506047986,0.514104868,0.519882037,0.523913247,0.526711586,0.528700439,0.531773124,0.536566942,0.542570391,0.549388963,0.550090748,0.557252202,0.563356033,0.570232955,0.575083343,1.240153168,1.254879187,1.263040111,1.266642596,1.268524638,1.270152709,1.274564778,1.283308809,1.295492735,1.309307897,1.307233002,1.321901659,1.335062705,1.350181747,1.360880016,0.636625343,0.648093638,0.656480744,0.661790319,0.665762092,0.668644692,0.67150603,0.676847253,0.683858479,0.690968011,0.687315187,0.695706842,0.703025446,0.71090619,0.71738277,0.462280063,0.468965517,0.474438967,0.47866214,0.481640574,0.48358967,0.486445073,0.490433856,0.495144105,0.500577799,0.502846535,0.508558035,0.512976928,0.518193836,0.521628588,1.212000858,1.223363134,1.233953999,1.244508272,1.255973007,1.266462798,1.276840438,1.289114757,1.300166887,1.311621336,1.31015981,1.323925127,1.336179865,1.346971297,1.355694559,12.6764999,12.77655375,12.83647846,12.90043824,12.97241435,13.04308975,13.09297109,13.18348478,13.23835695,13.29651731,13.10964146,13.24752526,13.36083629,13.46090913,13.53382359,2.469804999,2.484660971,2.497696612,2.511009566,2.527230142,2.541309363,2.555157953,2.574503332,2.591982098,2.609332493,2.594178638,2.616576824,2.636501157,2.652807774,2.665456327,4.008484457,4.023787253,4.036986276,4.051667988,4.07301033,4.091355251,4.109848915,4.138806063,4.166555065,4.191389719,4.17182241,4.202803817,4.232663317,4.253945529,4.27094701,0.841682334,0.852761661,0.863813295,0.874904391,0.886460013,0.89767404,0.908795793,0.920367438,0.930996577,0.941637386,0.948517572,0.960336166,0.971154993,0.981040217,0.989683668,1.449725281,1.464193965,1.47869944,1.493461458,1.509401161,1.52496149,1.540330548,1.556298536,1.570976095,1.58557038,1.595066239,1.611065282,1.62599879,1.639046893,1.650555143,11.11022434,11.19756298,11.24980524,11.30965637,11.37825173,11.44590715,11.49573707,11.57624774,11.62926616,11.68390414,11.45159897,11.57852241,11.67888087,11.76631762,11.82829784,3.735947291,3.753269203,3.768869486,3.785514536,3.806672135,3.82612037,3.84632696,3.873444196,3.899135313,3.923365103,3.917164944,3.944653644,3.971920416,3.992174872,4.009098816,36.91838516,37.2218887,37.35698276,37.54742213,37.78034205,38.03036117,38.19068152,38.46175894,38.62578207,38.76036977,37.87488606,38.33923847,38.70218251,38.98650761,39.18566905,3.487646639,3.513387205,3.537618973,3.561091198,3.587031936,3.60922995,3.631668486,3.657231826,3.678284593,3.700611967,3.683384206,3.71035982,3.731621461,3.750697836,3.765537786,3.528093049,3.55131961,3.571665844,3.591383875,3.614248862,3.633724788,3.652831228,3.677879108,3.699415292,3.722095537,3.693407393,3.723318716,3.747912057,3.769574041,3.785865033,5.032163297,5.070831903,5.101852079,5.132568437,5.165919457,5.195656719,5.222306758,5.259230395,5.288352902,5.321955916,5.222263638,5.273597213,5.313726752,5.352828534,5.380520966,4.829073599,4.863137086,4.890466361,4.917407162,4.947902383,4.974931006,4.999098292,5.033839828,5.060693994,5.093618563,4.993785057,5.046003579,5.087355505,5.127846221,5.156732558,4.086923402,4.11957501,4.144671152,4.170431103,4.19809426,4.223031373,4.244242379,4.274345169,4.296605688,4.321499285,4.263372555,4.305381169,4.33830099,4.369073523,4.391230396,1.751530336,1.765739312,1.777964775,1.7899962,1.803266034,1.814897116,1.825954388,1.840716208,1.853124436,1.866969663,1.848521097,1.867730787,1.88377928,1.898523298,1.909615184,5.67011816,5.715436716,5.748477195,5.781401764,5.816953874,5.848681373,5.873302405,5.911898618,5.940283736,5.972231185,5.905779952,5.964347771,6.009911596,6.054015676,6.085951257,3.094905601,3.117643207,3.139831727,3.162757636,3.187553917,3.211647226,3.235667351,3.260853688,3.284371803,3.308469464,3.32280503,3.347786846,3.372288409,3.392770728,3.411458629,3.864938115,3.894373538,3.918540823,3.942674088,3.969122769,3.992588269,4.014003006,4.042593833,4.065005073,4.090045436,4.036299919,4.073995757,4.103819258,4.131719377,4.152023283,2.658132086,2.682223219,2.703618769,2.725476968,2.746699445,2.764807009,2.781403795,2.801967607,2.818339301,2.836345196,2.812685855,2.836926721,2.854490341,2.872261254,2.884815852,9.574594721,9.651055295,9.706656944,9.764028484,9.826338631,9.88420862,9.93234302,10.00216077,10.05423371,10.1125792,9.886600387,9.988511161,10.06716887,10.14259457,10.19498794,2.761086835,2.78490481,2.80947402,2.834878331,2.861485645,2.884879147,2.908068127,2.932526966,2.950827975,2.96988101,2.960629629,2.982023794,2.998521683,3.012960499,3.024664173,-0.457764149,-0.455487402,-0.453321458,-0.451323877,-0.449112527,-0.446774054,-0.444015027,-0.441419999,-0.438991183,-0.436739692,-0.435200914,-0.43338166,-0.431437015,-0.429593889,-0.427646412,-0.446162885,-0.443468488,-0.440804342,-0.438257676,-0.435397995,-0.432250543,-0.428689658,-0.42545515,-0.422513445,-0.419983369,-0.418955613,-0.416988864,-0.414823514,-0.412821235,-0.410571265,-0.444938074,-0.442907819,-0.440921401,-0.439031991,-0.436942286,-0.434781831,-0.432060818,-0.429467904,-0.426973481,-0.424490394,-0.421492872,-0.419362656,-0.417133726,-0.415133265,-0.413064996,-0.450558327,-0.448058118,-0.445580495,-0.443238611,-0.440656551,-0.43787558,-0.434699065,-0.43178724,-0.429120275,-0.426722723,-0.425640771,-0.423771635,-0.421718238,-0.41980116,-0.417693765,-0.421412505,-0.418742314,-0.416365852,-0.414334855,-0.412139897,-0.409797803,-0.406805919,-0.403929944,-0.40113964,-0.398477905,-0.396379398,-0.394228351,-0.391986095,-0.389808592,-0.387574174,-0.408497804,-0.406450279,-0.40434208,-0.402303728,-0.400117868,-0.39792657,-0.395149321,-0.392376398,-0.389785351,-0.387064252,-0.383141187,-0.38084377,-0.37856408,-0.376459219,-0.374312894,-0.443763417,-0.441680585,-0.439680494,-0.437796832,-0.435733496,-0.433593031,-0.430936253,-0.428375135,-0.425944959,-0.423539037,-0.420975076,-0.418963043,-0.416863263,-0.41490644,-0.412897511,-0.384650431,-0.382108066,-0.379590946,-0.376928889,-0.373811873,-0.370753703,-0.366578743,-0.363237104,-0.359590659,-0.355821455,-0.347332509,-0.343504214,-0.34019128,-0.33851873,-0.336462428,-0.440284815,-0.43830778,-0.43631528,-0.43443304,-0.432312404,-0.430127682,-0.427292404,-0.424601556,-0.421966511,-0.419319412,-0.415650777,-0.413322404,-0.410853967,-0.408710312,-0.406491174,-0.445906589,-0.443272978,-0.440668146,-0.438150173,-0.435284471,-0.432118971,-0.428520998,-0.425265129,-0.422271996,-0.419692483,-0.418132887,-0.416073396,-0.413929791,-0.412060185,-0.409931415,-0.448001016,-0.445865187,-0.443848803,-0.441979321,-0.439926418,-0.437783877,-0.435149388,-0.432615924,-0.430214453,-0.42787739,-0.425672851,-0.423739715,-0.42171511,-0.419807267,-0.417840914,-0.425932386,-0.423635501,-0.421534088,-0.419590469,-0.417487042,-0.415287299,-0.412505427,-0.409800819,-0.407223988,-0.404655317,-0.40218139,-0.400086196,-0.397913045,-0.395851378,-0.39375297,-0.442722446,-0.440041314,-0.437313712,-0.434671584,-0.431649548,-0.428293877,-0.424645331,-0.421368557,-0.418394499,-0.415797234,-0.414281673,-0.412213082,-0.41023088,-0.408590917,-0.406713918,-0.415094422,-0.413072117,-0.410978851,-0.408986586,-0.406754788,-0.404451882,-0.401390769,-0.39833512,-0.395368554,-0.39231654,-0.388136067,-0.385494704,-0.38254505,-0.379735412,-0.37694182,-0.454731741,-0.452658367,-0.450657819,-0.44876219,-0.446658046,-0.444469492,-0.441787025,-0.439275974,-0.436866022,-0.434532124,-0.43199955,-0.430006556,-0.427948684,-0.426136921,-0.42422532,-0.450111478,-0.447721862,-0.445506296,-0.443528816,-0.441335033,-0.43902419,-0.436237286,-0.433582573,-0.431080917,-0.428752903,-0.42716773,-0.425291745,-0.423294968,-0.421349148,-0.419328832,-0.445239554,-0.442868915,-0.440523161,-0.438214234,-0.435589524,-0.432816874,-0.429512248,-0.426616333,-0.423803245,-0.421177027,-0.418005123,-0.415687456,-0.413442022,-0.4117692,-0.40986273,-0.444348093,-0.441809091,-0.439257233,-0.436844462,-0.434203323,-0.43136943,-0.428113412,-0.425130676,-0.422408019,-0.419932473,-0.41892027,-0.417023763,-0.414929026,-0.41297349,-0.410813295,-0.439492636,-0.437118536,-0.434959675,-0.433040731,-0.430934176,-0.428716261,-0.425958199,-0.42330084,-0.420761442,-0.418328905,-0.416342141,-0.414358022,-0.4122811,-0.410268387,-0.40820363,-0.408493996,-0.406199793,-0.40393887,-0.401617816,-0.398933655,-0.39628003,-0.392692924,-0.389691892,-0.386503719,-0.383215855,-0.376476501,-0.373241722,-0.370320897,-0.368577486,-0.366562993,-0.419720756,-0.417569066,-0.415496878,-0.413513699,-0.411365768,-0.409160672,-0.406382558,-0.403658591,-0.401091106,-0.398470834,-0.395414864,-0.393235161,-0.391017209,-0.388954058,-0.386849468,-0.438858819,-0.43621339,-0.433772619,-0.431682592,-0.429337827,-0.426875843,-0.423863475,-0.420991233,-0.418300298,-0.415838895,-0.414321924,-0.412360095,-0.410254937,-0.408155317,-0.40600024,-0.416454218,-0.414369878,-0.412314725,-0.410289305,-0.408119121,-0.405908487,-0.403113214,-0.400370456,-0.397763609,-0.395050842,-0.391293903,-0.388999081,-0.386651473,-0.384423656,-0.382218808,-0.453139089,-0.450747582,-0.448491579,-0.446449592,-0.44418428,-0.441790276,-0.438952118,-0.43627195,-0.433768824,-0.431460243,-0.430039304,-0.428198885,-0.426219934,-0.42430209,-0.422290107,-0.437461862,-0.434742494,-0.432067197,-0.429683701,-0.427012743,-0.424194575,-0.4208618,-0.417755317,-0.414913252,-0.412326692,-0.411243133,-0.409316735,-0.407178767,-0.405018028,-0.402769293,-0.444367416,-0.44213296,-0.440063381,-0.438179125,-0.436111017,-0.43394385,-0.431268219,-0.428689324,-0.426238812,-0.42386905,-0.421798086,-0.419855703,-0.417820578,-0.415873225,-0.413872652,-0.452884054,-0.450596156,-0.448465556,-0.446537736,-0.444406097,-0.442162457,-0.439456204,-0.436876654,-0.434441681,-0.432153659,-0.430460142,-0.428601836,-0.42663181,-0.424735267,-0.422763832,-0.451105546,-0.448813358,-0.446570644,-0.444397493,-0.44194996,-0.439370175,-0.436289974,-0.433531615,-0.430876716,-0.42839672,-0.425719037,-0.423574962,-0.421419576,-0.419680739,-0.417751002,-0.459011076,-0.456763381,-0.454585767,-0.452525843,-0.45023337,-0.447802057,-0.44494915,-0.442317814,-0.439842293,-0.437555532,-0.435733422,-0.4338439,-0.431855628,-0.430073201,-0.428148706,-0.43095764,-0.42831137,-0.425937727,-0.4239218,-0.421680063,-0.41932767,-0.416380674,-0.413549773,-0.410824075,-0.408296149,-0.406389456,-0.404299924,-0.402133721,-0.399989918,-0.397785392,-0.457599248,-0.455444035,-0.453396732,-0.451495664,-0.449394314,-0.447187809,-0.444537386,-0.442029537,-0.439659244,-0.437412673,-0.435512556,-0.433658428,-0.431704437,-0.429884626,-0.427976474,-0.412013554,-0.409553201,-0.40735095,-0.405373,-0.403233648,-0.400979425,-0.398071778,-0.395237612,-0.392494508,-0.389754223,-0.387249959,-0.38505683,-0.382784435,-0.380617959,-0.37842268,-0.458996736,-0.456733192,-0.454562625,-0.452541877,-0.450303354,-0.447931441,-0.445148283,-0.442546443,-0.440113127,-0.437864331,-0.436300866,-0.434477074,-0.432529858,-0.430709404,-0.428771397,0.282967891,0.288255411,0.293316454,0.297529243,0.300517566,0.30277938,0.305609169,0.308827926,0.31277082,0.31730681,0.325039799,0.329018396,0.332248725,0.335645698,0.337973674,0.070335406,0.073536115,0.07685115,0.079637968,0.082171209,0.084364387,0.087299008,0.089952807,0.09255597,0.095409346,0.101667805,0.10444137,0.107024011,0.109206409,0.110857127,5.654092613,5.683411335,5.691644059,5.692536521,5.689937463,5.67660829,5.660230663,5.661370767,5.68535331,5.725644646,5.866986338,5.920674099,5.963248809,6.00694859,6.041292554,0.281052025,0.285752582,0.290209947,0.294469317,0.298299862,0.301722548,0.30549049,0.309207796,0.312978903,0.317155396,0.328903871,0.332684472,0.335709092,0.338316358,0.340230543,0.100800908,0.103630005,0.106560967,0.108926575,0.11096552,0.11268972,0.115342975,0.117665908,0.119864624,0.122356229,0.127680442,0.130023797,0.132237249,0.134123149,0.135536412,-0.087809968,-0.084653962,-0.081617672,-0.078916304,-0.076465396,-0.074312321,-0.071836046,-0.069342562,-0.066828359,-0.064119523,-0.059300139,-0.056804479,-0.054582027,-0.052473556,-0.050788718,0.19040349,0.193303893,0.195832584,0.19803224,0.19931016,0.20048567,0.202804993,0.204803538,0.206518937,0.208810272,0.213068356,0.215005584,0.216744025,0.218302471,0.219296304,0.181947699,0.185891384,0.189886794,0.1934379,0.196811533,0.199804406,0.203173094,0.206619319,0.210040868,0.213780723,0.22309362,0.226856122,0.229904477,0.232308507,0.234122508,0.111452448,0.115732142,0.119842076,0.12353886,0.126769832,0.129572621,0.132728331,0.13595683,0.139333677,0.143080307,0.150892712,0.154283355,0.157132776,0.159829397,0.161890793,-0.201131281,-0.198113188,-0.195325382,-0.193125627,-0.19110839,-0.189507912,-0.187752955,-0.1858675,-0.183710717,-0.181664156,-0.179057532,-0.177009093,-0.175215762,-0.173297226,-0.171746,0.712432395,0.719097575,0.725881433,0.731544473,0.734900502,0.737101295,0.740092091,0.743901274,0.748857385,0.75491414,0.767151373,0.772117077,0.775861086,0.779877956,0.782091309,0.0417292,0.045550449,0.0492502,0.052575571,0.05556073,0.058178183,0.061137677,0.064145286,0.067223509,0.070587895,0.077452603,0.080549319,0.083200497,0.085651801,0.087563315,0.320486503,0.326084961,0.331429942,0.336179256,0.340089909,0.343375028,0.347075323,0.350927329,0.355150403,0.360042428,0.370298324,0.374622275,0.378108949,0.381604722,0.384161056,1.143396204,1.153361436,1.162636949,1.170171251,1.174734438,1.177303431,1.180462453,1.185087551,1.192459065,1.201608581,1.222507857,1.230818712,1.236696461,1.243337114,1.247054519,-0.032571624,-0.029766115,-0.02712542,-0.02479502,-0.022764679,-0.021002551,-0.018703552,-0.016541379,-0.014543031,-0.012296003,-0.008589081,-0.00652729,-0.004586848,-0.002729036,-0.001286598,-0.113580056,-0.110226895,-0.107085674,-0.104626805,-0.102494697,-0.100806446,-0.09874243,-0.096615267,-0.094221918,-0.091723292,-0.08826777,-0.085954876,-0.083946193,-0.081759197,-0.080074407,-0.244303858,-0.241721093,-0.23933306,-0.237370292,-0.235628784,-0.234172426,-0.232467116,-0.230702392,-0.228792781,-0.226825439,-0.224232018,-0.222410822,-0.220777312,-0.219069233,-0.217696296,0.004213852,0.008170097,0.011878255,0.014992477,0.017481955,0.019511456,0.02195188,0.024552175,0.027521361,0.030782695,0.035788058,0.038716696,0.041214136,0.043795194,0.045730741,-0.099211803,-0.096434085,-0.09379161,-0.091441677,-0.089305416,-0.087432719,-0.085153351,-0.08295325,-0.080863125,-0.078588306,-0.074859528,-0.072758177,-0.070797065,-0.068917198,-0.06741552,0.397514459,0.403524435,0.409229605,0.414020951,0.41746322,0.420041213,0.423113402,0.426694228,0.431185911,0.436455531,0.446367754,0.451059707,0.454782452,0.458695676,0.461378007,-0.121858867,-0.118597188,-0.115561887,-0.113024987,-0.110903906,-0.10914158,-0.107035285,-0.104836519,-0.102399309,-0.099793377,-0.096125867,-0.093764808,-0.091700001,-0.089560723,-0.08790229,-0.111411059,-0.108127077,-0.105052316,-0.102436198,-0.100223537,-0.098361818,-0.096173635,-0.093887245,-0.091390052,-0.08869709,-0.084636506,-0.082196675,-0.080061699,-0.077889883,-0.076197232,-0.2281647,-0.225642659,-0.223280414,-0.221218252,-0.219360267,-0.217739441,-0.215867684,-0.213960298,-0.212013551,-0.209954158,-0.206954066,-0.205079861,-0.203373562,-0.20166741,-0.200280208,6.873493592,6.913515924,6.914330058,6.906619123,6.896702351,6.879392702,6.854117355,6.847813947,6.875613189,6.928776391,7.159456457,7.236797625,7.297445482,7.354881899,7.398360148,-0.187782031,-0.184978549,-0.182352541,-0.18008865,-0.178099154,-0.176388157,-0.174401183,-0.172353683,-0.170199125,-0.167904972,-0.164508196,-0.162421977,-0.160555412,-0.158676732,-0.157173769,-0.05169735,-0.048667439,-0.04571106,-0.043093508,-0.040698329,-0.038591688,-0.036038568,-0.033571688,-0.03117646,-0.028583336,-0.023834318,-0.02140591,-0.019179947,-0.017122656,-0.015491321,-0.030424879,-0.026821356,-0.023381906,-0.020350463,-0.01769879,-0.015412202,-0.012801573,-0.010111182,-0.007280849,-0.004189671,0.001375953,0.004189424,0.006628068,0.008993676,0.010843577,-0.173616471,-0.171016177,-0.168563983,-0.166377036,-0.164364496,-0.162592825,-0.160515952,-0.158466573,-0.156487708,-0.154368062,-0.151109695,-0.149164951,-0.147356884,-0.145591196,-0.14415489,0.065876014,0.070158526,0.074189588,0.077589528,0.080270425,0.082438977,0.085032151,0.08782777,0.091052561,0.0946412,0.100450708,0.10366724,0.10637751,0.10917036,0.111238827,2.374767883,2.391594906,2.402073225,2.408972597,2.41282668,2.41252583,2.410619063,2.414723162,2.427103501,2.445640087,2.498926121,2.52021941,2.537354997,2.554936617,2.567932897,11.7131837,11.77112015,11.74751104,11.71286801,11.67917124,11.63341674,11.57685063,11.55453829,11.59983153,11.69144418,12.1496443,12.300055,12.41399977,12.51922167,12.60008126,-0.154358716,-0.151841249,-0.149533843,-0.147466365,-0.145582295,-0.143950219,-0.141984805,-0.140092032,-0.13835364,-0.136445538,-0.133838073,-0.132089692,-0.130412815,-0.128735641,-0.127380729,-0.095783727,-0.092478433,-0.089353876,-0.086639551,-0.084287245,-0.082273964,-0.079950092,-0.077542155,-0.074979937,-0.072203998,-0.067659553,-0.065137685,-0.062927052,-0.060733033,-0.059008338,-0.075535599,-0.072253052,-0.069105798,-0.066314431,-0.063811651,-0.061625248,-0.059122962,-0.056579584,-0.053974888,-0.0511585,-0.046140775,-0.043558628,-0.041281634,-0.039102994,-0.037372514,-0.073533098,-0.070463777,-0.067484898,-0.064831841,-0.062397103,-0.06025016,-0.057725078,-0.055237034,-0.052788351,-0.050150524,-0.045374508,-0.042917221,-0.040693285,-0.038621357,-0.036965595,1.867157373,1.880957501,1.89229881,1.900739816,1.906060764,1.908367082,1.910457604,1.91605171,1.925948505,1.939835269,1.972989679,1.986352082,1.996441729,2.00759513,2.015960577,-0.173210047,-0.170686894,-0.168335972,-0.16623388,-0.164300806,-0.162607709,-0.160600659,-0.15864192,-0.156794097,-0.154799903,-0.151897176,-0.150069132,-0.148342905,-0.146638484,-0.145252617,-0.159276059,-0.15640671,-0.153688281,-0.151296218,-0.14914799,-0.147273068,-0.145114504,-0.142919349,-0.140676721,-0.1382764,-0.134428844,-0.132237546,-0.130268719,-0.128338217,-0.126785507,0.097838991,0.102232764,0.106406784,0.110045812,0.113073794,0.115608914,0.11850986,0.121574336,0.124953557,0.128737471,0.135742516,0.139149923,0.142011755,0.144858159,0.147007179,1.974873106,1.988503327,1.99969965,2.008254389,2.012736281,2.013929593,2.014750848,2.019935514,2.031472049,2.046698891,2.085088405,2.101250037,2.113303417,2.126230468,2.134369832,4.46815619,4.495885411,4.503723728,4.505420039,4.504196464,4.496781829,4.484862556,4.485092397,4.504400986,4.538340256,4.66529258,4.710399098,4.746253442,4.781445561,4.808162851,0.40871998,0.414189969,0.419592015,0.423986183,0.426793028,0.428777925,0.431612362,0.434882053,0.438927307,0.443615798,0.451262152,0.455189321,0.458388596,0.461801986,0.463946407,8.352950324,8.405566022,8.427635468,8.434560752,8.434657277,8.425021378,8.40208637,8.404038235,8.437196205,8.498073507,8.700514429,8.769559182,8.830848694,8.893420724,8.940335109,4.62960399,4.653308825,4.66719104,4.674299089,4.676793314,4.669603378,4.661372631,4.667064054,4.687699865,4.719201874,4.803679574,4.838811167,4.866821657,4.898178087,4.923284515,-0.263166563,-0.26076414,-0.258536199,-0.256642585,-0.25495703,-0.253508386,-0.251820358,-0.250083796,-0.248261562,-0.24636058,-0.243812974,-0.242078662,-0.240505109,-0.238893431,-0.237585124,0.094713099,0.099141932,0.103295777,0.106687211,0.109222529,0.111204608,0.113764255,0.116481893,0.119721716,0.123278509,0.128327289,0.131455208,0.13408982,0.136912241,0.13892211,0.160391488,0.165136154,0.169625216,0.173350929,0.176110302,0.17826125,0.18094546,0.183894768,0.187423375,0.191391933,0.197687628,0.20119606,0.204106896,0.20716608,0.20933849,0.17951395,0.184402316,0.18902504,0.192947412,0.195982119,0.198400292,0.201253075,0.204391526,0.20807852,0.212269254,0.219636615,0.223387547,0.226481395,0.229665241,0.231977197,0.050785751,0.054382252,0.057956551,0.061147122,0.064103254,0.066710126,0.069731729,0.07274181,0.075740666,0.078989291,0.085908344,0.0890195,0.091722006,0.094070356,0.09591007,-0.045917313,-0.042634914,-0.039442167,-0.036591807,-0.033984095,-0.031685294,-0.029028973,-0.026375669,-0.023724689,-0.020863697,-0.01546902,-0.012805381,-0.010441751,-0.008256139,-0.006517104,0.080316561,0.083868311,0.087462587,0.09061256,0.093535314,0.096077061,0.099155876,0.10214603,0.105129112,0.108360825,0.11555991,0.118736734,0.12155238,0.123902016,0.125715275,1.192531855,1.203254453,1.213387022,1.22214569,1.226711053,1.229208443,1.232879761,1.237448289,1.245343769,1.254826771,1.277834766,1.286291199,1.292583135,1.298982871,1.302790867,0.825537515,0.834393202,0.842852801,0.850385718,0.8563592,0.861263093,0.866587701,0.872171028,0.878478887,0.886072924,0.90221537,0.908768398,0.913578041,0.918753213,0.922408311,0.217288661,0.221504021,0.225670623,0.229477037,0.233036699,0.236224501,0.239734614,0.243322363,0.246889738,0.250807017,0.26099586,0.264791889,0.267812553,0.270273251,0.27211168,0.067561693,0.071343975,0.075061133,0.078408113,0.081480945,0.084198286,0.087277943,0.090387319,0.093511133,0.096911617,0.104243968,0.107447446,0.110176309,0.112590327,0.114472469,0.631425842,0.638839191,0.645716509,0.651474985,0.655634072,0.658625362,0.662000479,0.666186763,0.671698685,0.678380776,0.692171807,0.698265055,0.702990535,0.707987195,0.71145043,-0.025741926,-0.021937737,-0.018401218,-0.015518271,-0.013239002,-0.011411403,-0.009121255,-0.006756142,-0.004016648,-0.001103091,0.002577523,0.005184098,0.007406302,0.009801234,0.01157335,0.142229085,0.146787723,0.151066675,0.154499993,0.15697968,0.158877794,0.161513791,0.16412714,0.167331706,0.170733722,0.174749653,0.17762988,0.180034108,0.182772119,0.184584834,-0.171485402,-0.168790412,-0.166234869,-0.163963957,-0.16188471,-0.160054045,-0.157931135,-0.1558104,-0.153715726,-0.151478587,-0.147931288,-0.145880574,-0.14400229,-0.14217479,-0.14069121,3.155061733,3.17355421,3.186266256,3.194763238,3.198561739,3.196471021,3.193077212,3.19842249,3.214994354,3.238276694,3.300781078,3.32759964,3.348323668,3.370460761,3.385873532,-0.042151745,-0.039230029,-0.036396482,-0.033902702,-0.03165152,-0.029681705,-0.027209533,-0.024859749,-0.022618952,-0.020166511,-0.015790193,-0.013504397,-0.011380003,-0.009399012,-0.007840566,-0.019833667,-0.016516506,-0.013259227,-0.010355709,-0.007683911,-0.005327748,-0.002571787,0.000153367,0.00285622,0.005774424,0.011467726,0.014214787,0.016659662,0.018873955,0.020628912,-0.023298386,-0.019159524,-0.014898671,-0.010692212,-0.006210666,-0.001511395,0.003971105,0.009254027,0.013956562,0.018063282,0.023828137,0.02720449,0.030795502,0.034263831,0.037626239,0.052212118,0.057497859,0.062828203,0.06821304,0.073988972,0.08029782,0.088227272,0.096167454,0.103110885,0.108757557,0.113722718,0.117694094,0.121975716,0.126151369,0.130593948,0.183563902,0.18713553,0.191540825,0.195807069,0.200440869,0.205559224,0.212229695,0.218808635,0.224355468,0.228740538,0.234757833,0.237640632,0.240714502,0.244182782,0.247036405,0.018300589,0.0239482,0.029674832,0.03519333,0.041504008,0.047855382,0.056475592,0.064855033,0.072270508,0.07817575,0.086909941,0.090985854,0.095428186,0.100144072,0.105586815,0.198686604,0.203010801,0.207817823,0.213006643,0.218002512,0.223871062,0.23104478,0.238377921,0.244576893,0.249568509,0.255697163,0.258974568,0.262309531,0.265495059,0.268535502,0.251234161,0.256904618,0.263011119,0.270643528,0.277038616,0.284671915,0.294220092,0.303452781,0.311704099,0.318045682,0.322535585,0.326906513,0.331148971,0.335182357,0.339275182,-0.166365761,-0.162613594,-0.158473298,-0.154407967,-0.150196514,-0.146412402,-0.142336044,-0.138821777,-0.135663002,-0.132420706,-0.128593227,-0.125402804,-0.122105026,-0.119016222,-0.116062661,0.000347703,0.005390697,0.011366899,0.017419402,0.023459245,0.028627049,0.03425404,0.038564639,0.042453881,0.046694806,0.051798672,0.055938918,0.060429958,0.064551167,0.068464243,-0.167023932,-0.162899263,-0.158613734,-0.15435471,-0.149318986,-0.144065041,-0.137872448,-0.132160059,-0.127277973,-0.123245625,-0.118056706,-0.114521868,-0.110615962,-0.106731073,-0.102412413,-0.203073058,-0.198957586,-0.194623844,-0.190295888,-0.184992444,-0.179245193,-0.172641973,-0.166580767,-0.161473638,-0.157391198,-0.152346374,-0.148590349,-0.144364407,-0.140110378,-0.13529139,0.251614822,0.260121002,0.268378253,0.27670236,0.285639738,0.295781703,0.308868178,0.321747857,0.332983344,0.341667937,0.346075952,0.351938865,0.358380732,0.364420378,0.371578073,0.126098458,0.132510556,0.13892216,0.145430486,0.152323183,0.160027294,0.169946241,0.179913798,0.188683542,0.195613029,0.200192485,0.204888047,0.210008528,0.214943574,0.220456782,0.00843119,0.014279269,0.020133479,0.025917768,0.032414573,0.039265287,0.048173984,0.057133516,0.065053572,0.071419583,0.076954945,0.081336998,0.08627783,0.091179596,0.096723314,0.101792516,0.10733035,0.112974845,0.118847154,0.1248913,0.131653005,0.140151322,0.148646574,0.156074411,0.162040476,0.166871233,0.170999414,0.175377462,0.179598805,0.184124262,0.361770189,0.36887349,0.378688001,0.389606122,0.400291436,0.406597416,0.413994446,0.416900091,0.420162858,0.425912533,0.432946704,0.439678739,0.447463552,0.454140995,0.460423041,-0.259845915,-0.256773725,-0.253517831,-0.250360143,-0.246993507,-0.243867987,-0.240535372,-0.237487338,-0.234776871,-0.232108682,-0.229086362,-0.22646567,-0.223796319,-0.221267899,-0.218802256,0.161436551,0.164554827,0.168124181,0.171766917,0.175083189,0.178924118,0.183825193,0.188749903,0.193178588,0.197019962,0.202292055,0.205121251,0.209010344,0.212433129,0.215134152,0.065442739,0.071545877,0.077632005,0.083679315,0.090325804,0.09759298,0.10701061,0.116548106,0.124934222,0.131613446,0.136463735,0.140994187,0.146036983,0.150982017,0.156493,-0.083891898,-0.079703587,-0.075405399,-0.071193797,-0.066604996,-0.061916109,-0.056436329,-0.051200829,-0.046577759,-0.042519598,-0.037219567,-0.033831149,-0.030272822,-0.026822741,-0.023326968,0.492387304,0.509934408,0.525780356,0.541391716,0.558197179,0.576765017,0.600016402,0.62075744,0.637809161,0.650148061,0.650146578,0.658989606,0.669011705,0.678889808,0.690564801,0.067119616,0.072640439,0.079502872,0.086629959,0.093687816,0.099112806,0.105140337,0.109143064,0.112868134,0.117383157,0.12256357,0.127131356,0.132254013,0.136841232,0.14121211,0.480258563,0.49844485,0.514518562,0.53082963,0.547855835,0.566458881,0.590669583,0.612109835,0.629536382,0.642031048,0.640220806,0.648855653,0.658953113,0.669472771,0.682394581,0.25146232,0.260300898,0.269000722,0.277181228,0.286539618,0.297050672,0.311649309,0.326806032,0.340423099,0.35069284,0.355833793,0.362174981,0.369651922,0.377061216,0.385865971,-0.108713398,-0.103517161,-0.097998613,-0.092362276,-0.085201218,-0.076980559,-0.067296545,-0.058581788,-0.051354517,-0.045889226,-0.038682427,-0.033764985,-0.028009624,-0.022014137,-0.01498496,-0.215205804,-0.211776145,-0.208114049,-0.204547242,-0.200747356,-0.197181661,-0.193329754,-0.189836998,-0.186734644,-0.183715415,-0.180166039,-0.177257526,-0.174266533,-0.171431551,-0.168650767,-0.143983697,-0.139916833,-0.135727434,-0.131613594,-0.12695225,-0.122262819,-0.116659465,-0.111436278,-0.106895838,-0.102983454,-0.097947334,-0.094633831,-0.091074417,-0.087593578,-0.083868508,0.325350836,0.331745231,0.340810287,0.350776212,0.360221435,0.365279412,0.371625446,0.373920489,0.376604007,0.381822991,0.388982862,0.395603241,0.402821858,0.409169969,0.414770505,-0.180012548,-0.176480331,-0.172505839,-0.168598993,-0.164642748,-0.16135847,-0.157832978,-0.15492857,-0.152260382,-0.149287091,-0.145949111,-0.142841763,-0.13967824,-0.136743322,-0.1340377,-0.028838939,-0.02420865,-0.01956847,-0.014955834,-0.009891627,-0.004584672,0.001917622,0.008321066,0.013947266,0.018669036,0.024005661,0.027584756,0.031446899,0.035231753,0.039158229,0.001691786,0.006428491,0.011164552,0.015906251,0.021084192,0.026592653,0.033387489,0.040121799,0.046022937,0.050935731,0.05625668,0.059885669,0.06380374,0.067652037,0.071614315,-0.203386468,-0.19977167,-0.195994976,-0.192306894,-0.188215454,-0.184173563,-0.179653298,-0.175446345,-0.171767313,-0.168444662,-0.164402671,-0.161357135,-0.15816241,-0.155084385,-0.151910676,-0.043996354,-0.039768533,-0.035319327,-0.03100764,-0.026424228,-0.021691183,-0.016369591,-0.011359927,-0.006874029,-0.002826748,0.003103763,0.006623816,0.010213147,0.013674058,0.017064108,-0.072751007,-0.068315746,-0.063396029,-0.058579266,-0.053638336,-0.048904796,-0.043829116,-0.039407948,-0.035440824,-0.031523199,-0.026380663,-0.022681357,-0.018859466,-0.015256882,-0.011790977,0.022941461,0.027281483,0.031593219,0.035956186,0.040685522,0.045739345,0.051896483,0.05795126,0.063258214,0.067704008,0.073425002,0.076762883,0.080394444,0.083984616,0.087475839,-0.039455172,-0.034979017,-0.030130705,-0.025471834,-0.020602753,-0.015656087,-0.010299188,-0.005423333,-0.001035346,0.003073302,0.009132134,0.012871149,0.016586328,0.020164682,0.02367341,0.211749838,0.221121085,0.230616647,0.239907687,0.250521695,0.26262215,0.279651817,0.297478211,0.313169283,0.325129402,0.330512656,0.337571849,0.346073677,0.354765193,0.36506401,0.407519251,0.416863597,0.429288935,0.443101228,0.456287592,0.465928832,0.47678168,0.482625209,0.488137329,0.495148655,0.50205673,0.508009048,0.515829167,0.522735067,0.529826698,0.467700404,0.482739536,0.496525325,0.510358783,0.525416211,0.542296441,0.563294122,0.582023165,0.597819268,0.609233267,0.611053894,0.619245279,0.6283494,0.637238515,0.647774888,0.021584076,0.026056226,0.030914527,0.035515987,0.040357376,0.045458968,0.051079777,0.056274234,0.060981368,0.065254633,0.072452877,0.07623516,0.079855891,0.083396712,0.086904007,-0.154643148,-0.150774082,-0.146626567,-0.142583736,-0.138298603,-0.134183279,-0.12969842,-0.125635067,-0.122021655,-0.118558469,-0.114238078,-0.110989058,-0.1076401,-0.104456452,-0.101330016,-0.000879333,0.003303489,0.007527256,0.011754137,0.016288594,0.021090571,0.026827735,0.032421199,0.037370338,0.041585006,0.047297148,0.050605953,0.054191328,0.057696793,0.061086794,0.030110827,0.035227253,0.041090908,0.046841473,0.052510693,0.05829335,0.064314502,0.069438741,0.074064778,0.078591768,0.085050151,0.089226445,0.093566418,0.097638572,0.101564208,-0.12913712,-0.125074707,-0.120883182,-0.116785116,-0.112253972,-0.107699588,-0.102383633,-0.097377924,-0.092985486,-0.089114739,-0.084157342,-0.080846065,-0.077357956,-0.073974434,-0.070469315,0.306267834,0.316312581,0.325801122,0.33545957,0.345837507,0.357647695,0.372556676,0.386758235,0.39894137,0.408178213,0.412366672,0.418703509,0.425745789,0.432273896,0.44018698,0.379507475,0.390421839,0.400537397,0.410504805,0.421684118,0.434309825,0.451502278,0.469092404,0.484649369,0.496514149,0.500602919,0.508515014,0.517672343,0.526281278,0.536737938,0.182188963,0.188786397,0.197019616,0.205741692,0.214204801,0.221316607,0.229172132,0.234743295,0.239575189,0.24492739,0.251064846,0.255998508,0.26175471,0.266993968,0.272002199,-0.106030474,-0.101707611,-0.097277097,-0.092930598,-0.087956239,-0.082995134,-0.076614733,-0.070771253,-0.065713671,-0.061431505,-0.05568816,-0.052308445,-0.048607803,-0.044938562,-0.040907005,-0.19932539,-0.195877237,-0.192065532,-0.188331215,-0.184492017,-0.181163432,-0.177601793,-0.17456135,-0.171803856,-0.168869135,-0.165541391,-0.162558507,-0.159510696,-0.156665924,-0.153992049,0.020261207,0.025511492,0.030766624,0.036014239,0.041757881,0.04793188,0.055711995,0.063502197,0.070331698,0.075908448,0.080971914,0.084936318,0.089261802,0.093502678,0.098045837,0.342235715,0.354217788,0.365122361,0.376029702,0.387948085,0.401266182,0.418271222,0.434468656,0.448258598,0.458591932,0.461805645,0.468969769,0.477102804,0.484669347,0.494018935,-0.135814168,-0.13183488,-0.127659129,-0.123595281,-0.119202201,-0.114836861,-0.1099525,-0.105407066,-0.101386635,-0.097704785,-0.092951663,-0.089646765,-0.086230556,-0.08294697,-0.07964944,-0.216758192,-0.213310212,-0.209662061,-0.206110237,-0.202275687,-0.198607682,-0.194612273,-0.190943032,-0.187701725,-0.184627261,-0.180978145,-0.178061771,-0.175049761,-0.172180314,-0.169321201,-0.107132849,-0.102957889,-0.098676563,-0.094484395,-0.089856578,-0.08517496,-0.079633418,-0.074372897,-0.06975136,-0.065717776,-0.060559317,-0.057197157,-0.053643825,-0.050189589,-0.046610247,-0.186566516,-0.182902912,-0.179016836,-0.17523035,-0.17115869,-0.167235081,-0.162937091,-0.158998054,-0.155513605,-0.152221811,-0.148210133,-0.145126323,-0.141937927,-0.138897533,-0.135872123,0.104402404,0.111448987,0.118472526,0.125371701,0.133095393,0.141624023,0.153034462,0.164734378,0.175056981,0.183121083,0.188090348,0.193306612,0.199291666,0.205231572,0.212049501,0.185218824,0.1924232,0.199584604,0.206841495,0.214511585,0.223181936,0.234437203,0.245692371,0.25560766,0.26336033,0.267841035,0.27304736,0.278742146,0.284168422,0.290368382,0.389751602,0.404177166,0.417077218,0.429916546,0.44371529,0.459079107,0.478550681,0.496636982,0.511659993,0.522713408,0.524073958,0.531804475,0.540675887,0.549055081,0.559365964,0.338534826,0.346553138,0.354886739,0.363500916,0.37241169,0.38290969,0.39601466,0.408494491,0.419306395,0.427669468,0.434084435,0.439484403,0.445036874,0.450087334,0.456298767,-0.083109906,-0.078723105,-0.073745631,-0.068809943,-0.063786729,-0.059278727,-0.054412762,-0.050373788,-0.046738815,-0.042961725,-0.038328073,-0.034654876,-0.030796095,-0.027203451,-0.023782347,0.111820697,0.119668508,0.127596477,0.1354252,0.144319903,0.154089168,0.167498597,0.181346543,0.193591441,0.203098821,0.208789008,0.214663889,0.22162982,0.228689902,0.237015394,0.324166326,0.330227235,0.337232527,0.34554625,0.352599311,0.361126754,0.372167806,0.382553951,0.391958824,0.399159936,0.404900215,0.409724099,0.414386184,0.418644961,0.423203103,-0.060725319,-0.055960676,-0.051150588,-0.046423378,-0.041118649,-0.035718482,-0.028897388,-0.022294119,-0.016494253,-0.011661815,-0.005927321,-0.002275536,0.001700094,0.005629587,0.009910319,-0.093793934,-0.089413364,-0.084951795,-0.080576615,-0.075673217,-0.070726995,-0.064596907,-0.058786014,-0.053703856,-0.049375851,-0.043904131,-0.040467104,-0.036767501,-0.033134358,-0.029247984,-0.066335497,-0.061922389,-0.057113142,-0.052452145,-0.047612586,-0.042812388,-0.037643842,-0.033007866,-0.028844972,-0.024864744,-0.019361624,-0.01567913,-0.011939374,-0.008376894,-0.004912274,-0.244875072,-0.241374676,-0.237728972,-0.234146391,-0.229957783,-0.225672329,-0.220852006,-0.216355452,-0.212497067,-0.209207028,-0.205272911,-0.202226337,-0.198936965,-0.195720779,-0.192230643,0.141582337,0.147465228,0.154561013,0.161749911,0.168408564,0.175514783,0.182733845,0.188656593,0.193866231,0.19902993,0.206324452,0.210917704,0.215901705,0.220535505,0.224976552,-0.234965001,-0.231600392,-0.228078386,-0.224648035,-0.220862835,-0.217173814,-0.21311956,-0.209349368,-0.206046151,-0.203008131,-0.199415981,-0.196564484,-0.193595495,-0.190748992,-0.187844139,-0.029793411,-0.025627302,-0.021279319,-0.01703251,-0.012522036,-0.007817869,-0.00243857,0.002683889,0.00726552,0.011335944,0.017267197,0.020719355,0.02431279,0.027772366,0.03113339,-0.222889468,-0.21955218,-0.215958497,-0.212457161,-0.20877128,-0.205398315,-0.201784061,-0.198552694,-0.195664605,-0.192769444,-0.189433887,-0.186586741,-0.183673284,-0.180925779,-0.17827287,0.232395736,0.238842251,0.247421418,0.256719578,0.265875226,0.271831994,0.278656698,0.282024792,0.28547705,0.290684166,0.296767327,0.302526892,0.309162204,0.314909505,0.320369407,-0.229721119,-0.226198693,-0.222532146,-0.218938612,-0.214831077,-0.210694638,-0.206044074,-0.201704794,-0.197952132,-0.19467359,-0.190730548,-0.187715027,-0.184499879,-0.181375372,-0.178054106,0.124126961,0.129961145,0.137432893,0.145324566,0.153120999,0.158684843,0.164948197,0.168652646,0.172224818,0.176957765,0.182380431,0.187361366,0.193016987,0.198000642,0.202744171,0.069148572,0.073290005,0.077809973,0.082117111,0.08660647,0.091502847,0.097084492,0.102321624,0.107129091,0.111352313,0.118942048,0.122532318,0.126181038,0.129640268,0.132967023,-0.140517445,-0.136553634,-0.132222909,-0.127983813,-0.123564277,-0.119429371,-0.114960731,-0.111021249,-0.107499219,-0.104011259,-0.099705852,-0.096369949,-0.092922587,-0.089671044,-0.086527351,0.457272128,0.46878384,0.479571316,0.489895254,0.501571434,0.514988034,0.533880359,0.553853844,0.571797631,0.585480862,0.589228629,0.597825498,0.608111261,0.617985903,0.629716872,-0.057448211,-0.053030059,-0.048566662,-0.044157608,-0.039316368,-0.034313527,-0.028272546,-0.022398556,-0.017229219,-0.012821303,-0.007460696,-0.003987769,-0.00027254,0.003355213,0.007098085,-0.042529192,-0.037726571,-0.032801267,-0.028029799,-0.02256164,-0.017172105,-0.009583755,-0.002696795,0.003269023,0.008211783,0.015285365,0.018828807,0.022747125,0.026764391,0.031298254,-0.077838505,-0.073207425,-0.068525213,-0.063831728,-0.058193413,-0.052497094,-0.044962397,-0.038260871,-0.032537455,-0.027872056,-0.020809452,-0.017279855,-0.013220755,-0.009085009,-0.004271312,0.139517728,0.143146964,0.146769476,0.1505705,0.154491784,0.158885904,0.164440154,0.169905742,0.174820959,0.178669355,0.184503143,0.187178798,0.190499175,0.193828699,0.196665559,-0.011103581,-0.005928063,-0.000753188,0.004380447,0.010068656,0.016073192,0.0236429,0.031192136,0.037830168,0.043274987,0.048512564,0.052441316,0.056755278,0.060995956,0.065587625,0.270322899,0.279220618,0.287784555,0.296035477,0.305235332,0.315637696,0.32982353,0.344526209,0.357675881,0.367761374,0.371942614,0.378346009,0.3858094,0.393029007,0.401495726,-0.17676684,-0.172933032,-0.168952507,-0.165052683,-0.160671915,-0.156282296,-0.151243456,-0.146541613,-0.142445772,-0.138842249,-0.134339786,-0.131140709,-0.127746061,-0.124450953,-0.120988262,-0.042329169,-0.037810783,-0.033099793,-0.028551688,-0.023240827,-0.018189427,-0.010102726,-0.003481853,0.002105084,0.006866612,0.014047895,0.017264032,0.020961756,0.024806888,0.029252287,-0.023896031,-0.018541753,-0.013168735,-0.007875428,-0.001918709,0.004221566,0.012118975,0.019929896,0.026833175,0.032456753,0.038334551,0.042359976,0.046829308,0.051267882,0.056241746,0.139874505,0.143765675,0.147463349,0.151402386,0.155690189,0.16043268,0.166453139,0.172393391,0.177517383,0.1815705,0.187830145,0.190573299,0.193910636,0.19728417,0.200250934,0.115500916,0.119729875,0.123874572,0.128226461,0.133018846,0.138181408,0.144680735,0.150970298,0.156462638,0.161004611,0.167996552,0.171183316,0.174682451,0.178283799,0.18144297,0.507148629,0.521493393,0.534575221,0.548106147,0.562854418,0.580179792,0.601364886,0.6201863,0.635970535,0.647451291,0.65563516,0.664420926,0.673967223,0.683054532,0.694017652,0.440812415,0.453150129,0.464257938,0.475445262,0.487947048,0.501870108,0.520539812,0.539121001,0.555424751,0.567586722,0.571867256,0.580034707,0.589485172,0.59806869,0.60928153,-0.0768152,-0.072529326,-0.067439009,-0.06231022,-0.057181333,-0.053165996,-0.048749525,-0.045498972,-0.04247277,-0.038897977,-0.034747099,-0.030979107,-0.027001648,-0.023378148,-0.020020042,0.101819268,0.109522044,0.117261215,0.12487157,0.133491384,0.142364033,0.154335969,0.166396717,0.177470456,0.186154307,0.193404918,0.19885394,0.205355294,0.211934878,0.220151086,0.050477434,0.05522482,0.060488259,0.065408717,0.070544775,0.075960419,0.081823481,0.087167869,0.091999615,0.09642375,0.104174393,0.108144434,0.111664536,0.115232357,0.11888167,-0.092990629,-0.088844103,-0.084492312,-0.080267853,-0.075739331,-0.071164573,-0.066039839,-0.061244142,-0.056978739,-0.053091476,-0.047796092,-0.044360104,-0.040840348,-0.037449655,-0.034081659,0.069026729,0.074116304,0.079854902,0.08526031,0.09077248,0.096646964,0.102822596,0.108272113,0.113251811,0.117855992,0.125594173,0.129774375,0.13369195,0.137512556,0.141391858,-0.07528593,-0.070892947,-0.065751006,-0.06058696,-0.055384492,-0.051088233,-0.046399791,-0.042796515,-0.039498094,-0.035803782,-0.03147637,-0.02772979,-0.023747881,-0.020098073,-0.016663024,0.218143739,0.223279549,0.228717099,0.235236404,0.24092041,0.247716531,0.255912367,0.264226683,0.271383488,0.277020023,0.28239052,0.286191296,0.289943019,0.293445913,0.296981146,-0.162703987,-0.158875816,-0.154835605,-0.150900425,-0.146653022,-0.142493936,-0.137890695,-0.133641363,-0.129885536,-0.126396291,-0.122023979,-0.118821539,-0.115507147,-0.112333635,-0.109155772,0.081934495,0.086591536,0.091424816,0.096374251,0.101580082,0.10731957,0.114436371,0.121518458,0.127667585,0.132723435,0.138144173,0.141702845,0.145461936,0.149166286,0.15284695,-0.117352152,-0.113249734,-0.108838209,-0.104547142,-0.100028262,-0.095620247,-0.090822621,-0.086475281,-0.08259677,-0.078898255,-0.074077536,-0.070646096,-0.067127132,-0.063775949,-0.060496863,0.038969184,0.043493207,0.048018862,0.052611372,0.057587164,0.062941689,0.06953136,0.076036472,0.081718846,0.086459853,0.092142128,0.095609517,0.099338592,0.103033003,0.106660163,0.276945058,0.283656127,0.291029026,0.298821453,0.306369502,0.315228454,0.326720187,0.337708329,0.347458655,0.355052691,0.361110435,0.366151995,0.371295025,0.375977385,0.381353914,-0.486876074,-0.485683541,-0.484570806,-0.483567714,-0.482436869,-0.481316445,-0.479930788,-0.478476668,-0.477138753,-0.47582544,-0.474516627,-0.473426059,-0.472276905,-0.471081529,-0.469993272,-0.443490802,-0.442162741,-0.44094976,-0.439809125,-0.438514441,-0.43728471,-0.435774045,-0.434233116,-0.432782148,-0.431403451,-0.429757195,-0.42855654,-0.427414235,-0.426130728,-0.424990574,-0.490248421,-0.48916035,-0.488170448,-0.487252247,-0.486236248,-0.485246223,-0.484061392,-0.482841464,-0.481704524,-0.480620421,-0.479549793,-0.47863205,-0.477721081,-0.47674149,-0.475844417,-0.502925889,-0.501877068,-0.500902124,-0.499997176,-0.498979632,-0.497962311,-0.4967217,-0.495419056,-0.494217721,-0.493030924,-0.491871522,-0.490894897,-0.48982595,-0.48874479,-0.487746753,-0.511674679,-0.510708884,-0.509830404,-0.509017679,-0.508120766,-0.50723566,-0.506184799,-0.50510239,-0.504093215,-0.503130757,-0.502244823,-0.501438254,-0.500620263,-0.499761105,-0.498958344,-0.491728366,-0.490564365,-0.48946816,-0.488459244,-0.487337721,-0.486226012,-0.484827004,-0.483353722,-0.482001195,-0.480662898,-0.479305229,-0.478208133,-0.477033216,-0.47584909,-0.474751474,-0.519223284,-0.518300448,-0.517459994,-0.516680376,-0.515810698,-0.514945828,-0.513918802,-0.51285914,-0.511868681,-0.510916064,-0.510047437,-0.509250758,-0.508420615,-0.507566513,-0.506760859,-0.48406913,-0.482911039,-0.481855864,-0.480880228,-0.479792676,-0.47872253,-0.477430925,-0.4760917,-0.474847431,-0.473649891,-0.472473034,-0.471464675,-0.470439688,-0.469350195,-0.468354322,-0.406326408,-0.404878185,-0.403516127,-0.402217439,-0.40060806,-0.399147004,-0.397345564,-0.395563855,-0.393764541,-0.392071419,-0.389562705,-0.388071065,-0.386825115,-0.385324203,-0.383963332,-0.492799229,-0.491763265,-0.490818461,-0.489940401,-0.488973641,-0.488037639,-0.486928985,-0.48578621,-0.48471845,-0.483701994,-0.482683448,-0.481816972,-0.480969533,-0.480049071,-0.479210459,-0.423616636,-0.422326626,-0.421157396,-0.420013014,-0.418694867,-0.417415068,-0.415824863,-0.414157728,-0.412643119,-0.41115363,-0.409054529,-0.407697886,-0.406290854,-0.404734683,-0.403458741,-0.521662386,-0.520784005,-0.51998881,-0.519245629,-0.518391849,-0.517550153,-0.516547172,-0.515505904,-0.514531529,-0.51357482,-0.512679057,-0.511868348,-0.510994652,-0.510118038,-0.509292123,-0.504440399,-0.50339185,-0.502428824,-0.501538587,-0.50054243,-0.499547904,-0.498349932,-0.497105106,-0.495947855,-0.494824143,-0.493765803,-0.492833065,-0.491846229,-0.490832937,-0.489888739,-0.478326107,-0.477173801,-0.476123954,-0.475147811,-0.47406283,-0.4730126,-0.471748502,-0.47044849,-0.469235634,-0.46807858,-0.46688177,-0.465896516,-0.464929237,-0.463875756,-0.462920345,-0.468333603,-0.467119708,-0.466013872,-0.464993917,-0.463843367,-0.462713795,-0.461345321,-0.459908953,-0.4585723,-0.457269977,-0.455891007,-0.454784034,-0.453659444,-0.452447824,-0.451350988,-0.472750061,-0.471562436,-0.470481251,-0.469474696,-0.468352913,-0.46726792,-0.465956498,-0.464608447,-0.463350455,-0.462150221,-0.460887853,-0.459863175,-0.45885766,-0.457760131,-0.456768029,-0.50194673,-0.500960314,-0.500015534,-0.499131874,-0.498127793,-0.49713778,-0.495904043,-0.494572137,-0.493379703,-0.492147239,-0.490840874,-0.489853259,-0.488685364,-0.487520288,-0.486494782,-0.45338165,-0.452224053,-0.451121197,-0.450084973,-0.4489117,-0.447815111,-0.446500241,-0.445143795,-0.443877459,-0.442634018,-0.441085314,-0.44002413,-0.439046232,-0.437898513,-0.43690123,-0.484957884,-0.48377372,-0.482677403,-0.481675374,-0.480552688,-0.479448471,-0.478115564,-0.476702585,-0.475407606,-0.474141393,-0.472917361,-0.471862383,-0.470761443,-0.469596602,-0.468547311,-0.461057625,-0.459828029,-0.458700955,-0.457648697,-0.456466326,-0.455337422,-0.453969059,-0.4525667,-0.451251829,-0.449996731,-0.448585162,-0.447506844,-0.446475207,-0.445322753,-0.44429135,-0.492005146,-0.490847933,-0.489775599,-0.488796909,-0.487698651,-0.486609715,-0.485279527,-0.483887169,-0.482601201,-0.481345336,-0.480133703,-0.479096664,-0.478004377,-0.476869934,-0.475828457,-0.474940013,-0.473745959,-0.472661374,-0.471653806,-0.470529649,-0.469428956,-0.468095653,-0.466717512,-0.465434919,-0.464204409,-0.462945255,-0.461899154,-0.460848034,-0.459718932,-0.458695169,-0.441018545,-0.439699087,-0.438504465,-0.437370344,-0.4360879,-0.434849589,-0.43332153,-0.431746333,-0.430283979,-0.428881744,-0.427188474,-0.425954094,-0.42472686,-0.42337332,-0.422195844,-0.461365954,-0.460126938,-0.459003807,-0.457954579,-0.45677688,-0.455620742,-0.454212362,-0.452751097,-0.451387531,-0.450075392,-0.448640532,-0.447509378,-0.446371895,-0.445139333,-0.444038429,-0.503579572,-0.502554808,-0.501622404,-0.500759846,-0.499805659,-0.498865441,-0.497743522,-0.496587075,-0.49550961,-0.494480384,-0.493515095,-0.492651956,-0.491777284,-0.490855016,-0.489998356,-0.449570539,-0.448350735,-0.447247569,-0.446208885,-0.44503921,-0.443871463,-0.442450524,-0.440964608,-0.439552136,-0.438199536,-0.436574457,-0.435379896,-0.434178524,-0.432856273,-0.431697353,-0.510343515,-0.50938055,-0.508497484,-0.507668688,-0.506730535,-0.505777151,-0.504637949,-0.503448445,-0.502340198,-0.501245402,-0.500180263,-0.499248451,-0.498219175,-0.497200926,-0.496247679,-0.501601672,-0.500544568,-0.499579849,-0.498688821,-0.497698226,-0.49671704,-0.495540516,-0.494324173,-0.493191869,-0.492103971,-0.491084795,-0.49017709,-0.489243338,-0.488266862,-0.487359305,-0.49976987,-0.498689822,-0.497701082,-0.496789384,-0.495772878,-0.494763963,-0.493549907,-0.49229105,-0.491120757,-0.489991383,-0.488930076,-0.487990909,-0.487016127,-0.486000771,-0.485058513,-0.487716268,-0.486559672,-0.485498588,-0.484522804,-0.483432594,-0.482356847,-0.481058802,-0.479701949,-0.478447122,-0.477230766,-0.476059731,-0.475043918,-0.473995283,-0.47288873,-0.471878145,-0.512759512,-0.511784308,-0.510894418,-0.51006964,-0.509149226,-0.50823246,-0.507138986,-0.506008722,-0.504953918,-0.503936992,-0.502998122,-0.502148817,-0.501260842,-0.500346882,-0.499488886,-0.471331977,-0.470174393,-0.469109995,-0.468117979,-0.467011711,-0.465953037,-0.464681818,-0.463375044,-0.46215299,-0.460983414,-0.45970626,-0.458705751,-0.457745086,-0.456675954,-0.455717106,-0.494006449,-0.49289249,-0.491873809,-0.490934852,-0.48988838,-0.488853294,-0.487606453,-0.486312487,-0.485110806,-0.483951935,-0.482850451,-0.481883716,-0.480887991,-0.479842558,-0.478878271,-0.479957973,-0.478927732,-0.477982743,-0.477096858,-0.476114818,-0.475171547,-0.474069889,-0.472931479,-0.471847722,-0.470817135,-0.469660725,-0.46875883,-0.467901589,-0.466945992,-0.466095983,-0.498532845,-0.497486336,-0.496534782,-0.495653582,-0.494679726,-0.493725057,-0.492585398,-0.491411297,-0.490317489,-0.489274207,-0.48827669,-0.487397962,-0.486516478,-0.485578807,-0.484713048,-0.48653093,-0.48544161,-0.484447653,-0.483524211,-0.48250281,-0.481514181,-0.480333911,-0.479118891,-0.477985079,-0.47690403,-0.475806242,-0.474886632,-0.473985665,-0.473005554,-0.472114068,-0.413984655,-0.412535789,-0.411215268,-0.409949217,-0.408497952,-0.407137798,-0.405429174,-0.40369726,-0.40206694,-0.400531265,-0.398469573,-0.397089936,-0.395783385,-0.394299533,-0.393009177,-0.515035035,-0.514083209,-0.513216436,-0.512414281,-0.511525651,-0.510644649,-0.509598004,-0.50851934,-0.507512737,-0.506549785,-0.505670464,-0.504865713,-0.504039736,-0.503179984,-0.502372674,-0.368378477,-0.366811699,-0.365311356,-0.363860141,-0.362259613,-0.360791017,-0.35886358,-0.356906127,-0.35509183,-0.353432631,-0.350732202,-0.349126334,-0.347677616,-0.346018615,-0.344569205,-0.504960952,-0.503964968,-0.503059699,-0.502221446,-0.501298164,-0.500393266,-0.499318694,-0.498211881,-0.497180492,-0.496198452,-0.495272921,-0.494445534,-0.493617319,-0.492737442,-0.491922331,-0.398034987,-0.396613392,-0.395336214,-0.39406502,-0.392560251,-0.391163331,-0.389406618,-0.38762298,-0.385957056,-0.384399574,-0.381967803,-0.380516638,-0.379081444,-0.377444695,-0.376106966,-0.492287181,-0.491185771,-0.490183618,-0.489256207,-0.488226882,-0.487214963,-0.48599951,-0.484745041,-0.483577394,-0.482459579,-0.481381335,-0.480441365,-0.479490837,-0.478482231,-0.477553584,-0.473824027,-0.472611294,-0.471471054,-0.470428031,-0.469260939,-0.468135274,-0.466813332,-0.465332138,-0.464014981,-0.462709394,-0.461419334,-0.460318431,-0.459164505,-0.457899616,-0.456820927,-0.496490636,-0.495373328,-0.494322813,-0.493353668,-0.492268773,-0.491195883,-0.48986279,-0.488458008,-0.487165105,-0.485886938,-0.484624879,-0.483584181,-0.482456908,-0.48131469,-0.480257673,-0.498290667,-0.497184138,-0.496162008,-0.495222421,-0.494169854,-0.493122479,-0.491849604,-0.490521728,-0.489291477,-0.488092627,-0.486950779,-0.485962175,-0.484915728,-0.483836793,-0.482837965,-0.447713765,-0.446451978,-0.445278656,-0.444180596,-0.44292525,-0.44174613,-0.440314299,-0.438851451,-0.437467796,-0.436140526,-0.434507696,-0.43336366,-0.432309042,-0.431089435,-0.430010116,-0.463660021,-0.462419052,-0.461292583,-0.460240165,-0.459062862,-0.457921398,-0.456531624,-0.455101474,-0.453768208,-0.452494294,-0.451118971,-0.450024608,-0.448942977,-0.447763462,-0.446705097,-0.498969285,-0.497946079,-0.497015467,-0.496152711,-0.495202394,-0.49427575,-0.493174797,-0.492040738,-0.490983547,-0.489977179,-0.489005091,-0.488153561,-0.487308929,-0.486403474,-0.485570549,-0.423763451,-0.422503345,-0.421279981,-0.420137082,-0.418761092,-0.41750875,-0.415988022,-0.414437314,-0.41293848,-0.411472677,-0.409302691,-0.40804198,-0.406982923,-0.405634785,-0.40447186,-0.47341225,-0.472320346,-0.471305794,-0.470356922,-0.469303379,-0.468299013,-0.467108347,-0.465881249,-0.46472825,-0.46362129,-0.462378862,-0.461423303,-0.460515771,-0.45949683,-0.458590942,-0.508985796,-0.507986425,-0.507075605,-0.506233222,-0.505298506,-0.504372035,-0.503266793,-0.502126379,-0.501063181,-0.500044166,-0.499102551,-0.49825154,-0.49737688,-0.496464935,-0.495612391,-0.485478412,-0.484348099,-0.483320603,-0.482367553,-0.481309597,-0.480275759,-0.479031873,-0.477750059,-0.476556277,-0.475415691,-0.474283276,-0.473318259,-0.472353737,-0.471319603,-0.470373958,-0.51665261,-0.515743966,-0.514919237,-0.514144551,-0.513255031,-0.51236702,-0.511310856,-0.510210818,-0.509180763,-0.508161846,-0.507188918,-0.506320488,-0.505366907,-0.504422164,-0.503534029,0.191466898,0.196631834,0.201197741,0.206136248,0.211462142,0.217179872,0.224224922,0.230856279,0.236840145,0.242058437,0.24735565,0.251343741,0.254920314,0.258717233,0.262156337,0.252242038,0.257492669,0.261758072,0.265948411,0.270018488,0.273867626,0.278320442,0.2823474,0.28555874,0.28903058,0.289743639,0.292942716,0.296046059,0.299517305,0.302366082,0.116976584,0.120766976,0.124004871,0.12704388,0.129982606,0.13254522,0.135522961,0.138183436,0.140343334,0.142874746,0.143640667,0.146234483,0.148836212,0.151332267,0.153326461,0.253339715,0.256443453,0.259126278,0.261501232,0.26286643,0.263954217,0.26617479,0.268087293,0.26961607,0.271946914,0.274527083,0.276841709,0.278927384,0.280750285,0.281800985,0.147631279,0.151283263,0.154946768,0.158419398,0.162069107,0.165741167,0.17021129,0.174763845,0.17912068,0.183218795,0.188990475,0.19228395,0.195403562,0.198332991,0.200750175,0.24307294,0.248317143,0.252609545,0.256881377,0.261060935,0.265120925,0.269911678,0.274398317,0.278223027,0.282103417,0.284081787,0.287473518,0.290687034,0.294347671,0.297313545,0.453051922,0.454662092,0.456688428,0.458576108,0.460218024,0.461635243,0.463717951,0.466583739,0.469585414,0.473065956,0.481013457,0.484281268,0.487467785,0.490057942,0.491543698,0.276106199,0.282250875,0.287469266,0.293044977,0.299223279,0.305802714,0.313842289,0.321522566,0.32849087,0.334794773,0.341480128,0.346151708,0.350259071,0.354984155,0.359134241,0.368389678,0.375452035,0.381429374,0.387897152,0.394822733,0.402201566,0.410855401,0.419099103,0.42661234,0.433409846,0.441095068,0.446116155,0.450559774,0.455912765,0.460321176,0.364659811,0.366760519,0.3689355,0.37091832,0.37230033,0.37333402,0.375149108,0.377577764,0.380201052,0.383180178,0.388328647,0.391487571,0.394387776,0.397010372,0.39852827,0.12376519,0.128459961,0.132464321,0.136443412,0.140497666,0.144505338,0.149227307,0.15371355,0.157671328,0.161510577,0.16437409,0.167615446,0.170721212,0.174076054,0.176865937,0.120451292,0.125218259,0.129325523,0.133450984,0.137699673,0.141976004,0.147038085,0.151887287,0.156224539,0.160337094,0.163861102,0.167244774,0.170460861,0.173948128,0.176866531,0.513642517,0.520961714,0.526331024,0.532466008,0.539321568,0.547174818,0.556829014,0.566423574,0.574828481,0.583747959,0.59486902,0.601058497,0.606093035,0.612532627,0.618195073,0.152568501,0.157782144,0.162307156,0.167012263,0.171985928,0.1771881,0.183392758,0.189370394,0.19476616,0.199737007,0.204712502,0.208591903,0.212197157,0.216172391,0.219575693,0.647951916,0.648483003,0.649499879,0.65032153,0.649943934,0.648854169,0.648942684,0.650305112,0.652318789,0.654755654,0.660683049,0.663734074,0.666427581,0.668845852,0.669586703,0.109953094,0.113433093,0.116658427,0.119720776,0.122703759,0.125482368,0.128825491,0.132181915,0.135235759,0.138408331,0.141750317,0.144728899,0.147592758,0.150321868,0.152462185,0.138895407,0.143163332,0.146672704,0.149987591,0.153258567,0.156135778,0.159371744,0.162082805,0.164111563,0.166584229,0.166131174,0.168674997,0.171284687,0.173853235,0.175984601,0.198246356,0.202138169,0.205192359,0.207979621,0.210495506,0.212300308,0.214389939,0.215766115,0.216531393,0.218102004,0.216258136,0.218364283,0.220664469,0.222783869,0.224389984,0.357449205,0.363014236,0.367447074,0.371954679,0.376365167,0.380956441,0.386674863,0.392102326,0.39735365,0.402216499,0.407940955,0.411820949,0.415176682,0.419248045,0.422384321,0.541732422,0.548496105,0.55388114,0.559213462,0.564007676,0.568509842,0.573515996,0.577789904,0.580368095,0.583734904,0.582449023,0.586066145,0.589526709,0.593684411,0.597169305,0.077662664,0.081793861,0.085397038,0.088888459,0.092418006,0.095791392,0.09972494,0.103434828,0.106641767,0.109893162,0.112044901,0.114957517,0.117807383,0.120699725,0.123108057,0.336344516,0.341133587,0.344521066,0.347565564,0.350430462,0.352374217,0.354245183,0.35463435,0.353919905,0.354575109,0.347006786,0.348689449,0.350867495,0.352644112,0.354170317,0.066120096,0.070072138,0.073722638,0.07729036,0.080946892,0.084577316,0.08889103,0.093122016,0.096949743,0.100629517,0.104374712,0.107503373,0.110512515,0.113494756,0.115995014,0.095299816,0.09992605,0.104035242,0.108197296,0.112540383,0.116994683,0.122293082,0.127410943,0.132020612,0.136303519,0.14039402,0.143846772,0.147119676,0.150582219,0.153540873,0.066774459,0.070918414,0.074613963,0.078235881,0.081940528,0.085585044,0.08987715,0.094011956,0.097682384,0.101252925,0.10428867,0.1073573,0.110324212,0.113344529,0.115880391,0.683537355,0.690966528,0.696745476,0.701853595,0.706699335,0.710305281,0.713921513,0.715465816,0.714337283,0.715045101,0.707595556,0.709905533,0.712512009,0.715353072,0.717886857,0.261988803,0.265499509,0.269244804,0.273247729,0.277088065,0.280984773,0.286445565,0.291825062,0.297134637,0.301935576,0.311167672,0.314656621,0.317998409,0.320885262,0.323172493,0.201357413,0.204493936,0.207242282,0.209746743,0.211790584,0.213313723,0.215490187,0.217535907,0.219243789,0.221487999,0.223325339,0.225772588,0.228112433,0.230294138,0.231780784,0.140861563,0.1458962,0.150243343,0.154687604,0.15932086,0.164080855,0.169737664,0.175176401,0.180084893,0.184650601,0.188989189,0.192634892,0.196057233,0.199823889,0.202996461,0.183361852,0.186506238,0.189605427,0.19254257,0.195365931,0.198023488,0.201293722,0.204799978,0.208156057,0.21162038,0.216623962,0.21985795,0.222926283,0.22574816,0.227866373,0.643894102,0.654480418,0.663005587,0.673077531,0.684321128,0.696646281,0.710747655,0.723984062,0.735728482,0.746650065,0.757802576,0.765785779,0.772634911,0.780923909,0.78798142,0.240957299,0.245985705,0.249978048,0.253771012,0.257483867,0.260745448,0.264345559,0.267204523,0.269095862,0.271605813,0.26992315,0.27257413,0.275308086,0.278143512,0.280526675,0.162668878,0.167381897,0.171269209,0.175035124,0.178778737,0.182266697,0.186266359,0.189842586,0.192718956,0.195834167,0.196489766,0.199389279,0.202262435,0.205306438,0.207834191,0.37181543,0.373896655,0.376153029,0.378231484,0.379853028,0.381258279,0.38335958,0.386121129,0.389071377,0.392385176,0.398503941,0.401803103,0.404880139,0.407569293,0.409180057,0.4383352,0.444454855,0.449199521,0.453644919,0.457865125,0.4614146,0.465175026,0.467754106,0.468737654,0.470834702,0.4668477,0.46953102,0.472356952,0.475404911,0.478008914,0.146277653,0.151381469,0.155887987,0.160590967,0.165586737,0.170856851,0.177192748,0.183284513,0.188795545,0.193800265,0.198875599,0.202748126,0.206331425,0.21021226,0.213590937,0.081820118,0.085730524,0.089447781,0.093095561,0.096855937,0.100642769,0.105195819,0.109700853,0.113836352,0.117744285,0.122227611,0.125456605,0.128547932,0.131562463,0.134099067,0.116933464,0.120409408,0.123552805,0.126516601,0.129353709,0.131909153,0.134990985,0.138017533,0.140707529,0.143618464,0.146182215,0.149020905,0.151771674,0.154393331,0.156425551,0.183133841,0.187387425,0.190759031,0.193884675,0.196907069,0.199372268,0.202073439,0.204033464,0.205234687,0.207146647,0.20496059,0.207238425,0.209684536,0.211972954,0.213860436,0.136045344,0.14004555,0.14396901,0.148000567,0.152103232,0.156373777,0.16173567,0.166967313,0.171817356,0.176276105,0.181735413,0.185116513,0.188341847,0.191413444,0.194036831,0.817950005,0.817362745,0.817340591,0.817140322,0.815546272,0.81406467,0.813194955,0.813886653,0.816036711,0.818963816,0.828954663,0.832239683,0.835049296,0.837432261,0.83786247,0.081846871,0.085640329,0.089010945,0.092227873,0.095421411,0.098396038,0.10188736,0.10521723,0.108115803,0.111149373,0.113387154,0.116222531,0.118996244,0.121709827,0.123916455,0.174061911,0.177670379,0.180595309,0.183259838,0.185552063,0.187207578,0.189304429,0.190871874,0.19194364,0.193727772,0.193406253,0.195581975,0.197835926,0.199942963,0.201467042,0.355408331,0.358556969,0.362218101,0.366417439,0.37019537,0.374218966,0.380161196,0.385957749,0.391501615,0.396955582,0.404961829,0.408260398,0.411621273,0.414383019,0.416598548,0.069718278,0.073548082,0.077029119,0.0803849,0.083769511,0.087028669,0.090875631,0.09462409,0.097970823,0.101314094,0.104378816,0.107361206,0.110249098,0.113090062,0.115429957,0.140751094,0.145451997,0.149400281,0.153282055,0.157186527,0.160956497,0.165360061,0.169468808,0.172989849,0.176536308,0.178509288,0.181613372,0.184621129,0.187860903,0.190543234,0.210068362,0.214203911,0.217408625,0.220341763,0.223095696,0.225170493,0.22743913,0.228878106,0.229582661,0.231137448,0.228223001,0.230333797,0.232678982,0.23480214,0.236502802,0.99811686,1.006781574,1.012412966,1.017462833,1.022612292,1.025905619,1.028240617,1.025910168,1.020072671,1.01809262,0.995758917,0.996069657,0.997044106,0.997098401,0.997794846,0.083931013,0.088365384,0.092260609,0.096131257,0.100116628,0.104095175,0.108789699,0.113299085,0.117312543,0.121149764,0.124402098,0.127615119,0.130699819,0.133935934,0.136663956,0.512720088,0.514219492,0.516008372,0.517523104,0.518033323,0.517811098,0.518742921,0.520537438,0.522501171,0.524855554,0.529927773,0.532570841,0.534894169,0.537021085,0.537888031,0.112164865,0.11646869,0.120093179,0.123573821,0.127053918,0.130271143,0.133961301,0.137281133,0.139992046,0.142927211,0.143807113,0.146572766,0.149330606,0.152137204,0.154471362,0.146002417,0.149617165,0.152684262,0.155527748,0.158177542,0.160359346,0.16295702,0.165235003,0.167047273,0.169341674,0.169858568,0.17235492,0.174866156,0.177230132,0.179046555,0.204574093,0.208143892,0.211871385,0.215483265,0.219274843,0.223009457,0.227840659,0.23272764,0.23746202,0.241799916,0.24939059,0.252783706,0.255972003,0.258846494,0.2611898,0.401713105,0.407521822,0.412190534,0.416995528,0.421504518,0.425992641,0.431476377,0.436809688,0.44156276,0.446225636,0.449611038,0.453619502,0.457172043,0.461573629,0.464948251,0.201549128,0.206732756,0.211069118,0.215453595,0.219896817,0.224393149,0.229783623,0.23492873,0.239607134,0.244028994,0.248044579,0.251640437,0.254977774,0.258769946,0.26185885,0.317517266,0.320232135,0.323167845,0.326020083,0.328905552,0.331568994,0.334764708,0.33840873,0.342015566,0.345719521,0.353775909,0.357254375,0.360601898,0.363492807,0.365675798,0.220019749,0.225507342,0.230154988,0.234950092,0.239910357,0.245054277,0.251217249,0.25711369,0.262517515,0.26751012,0.272727126,0.276638274,0.280222858,0.284346835,0.287738072,0.135397014,0.138959444,0.142464514,0.145764072,0.149178599,0.15255421,0.156586607,0.160734716,0.164683396,0.168504793,0.173706123,0.176957517,0.180042514,0.182948554,0.18530892,0.090317842,0.094356767,0.097833848,0.101158872,0.104476232,0.107542537,0.111087957,0.114346274,0.117076521,0.119999176,0.121378418,0.124135664,0.126869967,0.129592352,0.131838737,0.105967476,0.109513984,0.11288465,0.11610232,0.119319841,0.122418239,0.126125507,0.129885289,0.133363706,0.136839452,0.140994434,0.144115924,0.147102072,0.149943086,0.152218696,0.196389236,0.199643795,0.202920012,0.206006246,0.209137626,0.212143653,0.215754643,0.219616637,0.223351251,0.227081216,0.233046193,0.236403606,0.239582607,0.242486174,0.244749076,0.509881102,0.515576085,0.519359851,0.522707375,0.525894782,0.527931898,0.529616934,0.529021168,0.526737597,0.52650202,0.513717482,0.514974089,0.51689757,0.518206099,0.519515815,0.572389046,0.579441513,0.585175957,0.590991696,0.59613522,0.601349754,0.60748365,0.613227786,0.617264041,0.621975576,0.622657482,0.62725558,0.631385294,0.636474523,0.640687707,0.084245164,0.087991942,0.09154206,0.094966824,0.098463388,0.1019107,0.106022563,0.110128442,0.113903851,0.117564834,0.121772875,0.124923343,0.127942523,0.130859491,0.133267082,0.069760211,0.074000444,0.077844192,0.08166554,0.085616296,0.089604387,0.094343366,0.098945717,0.103089177,0.106998198,0.110759663,0.113993997,0.117092296,0.12025661,0.122945418,0.116840945,0.121272893,0.125387079,0.129653125,0.134074441,0.13873534,0.144443625,0.149934482,0.154940389,0.159482461,0.164201166,0.167691005,0.170972365,0.174283494,0.177178259,0.231975713,0.234868797,0.237523733,0.239949026,0.241908704,0.243370823,0.245531859,0.247795255,0.249842854,0.252317695,0.255054223,0.257709258,0.260204769,0.262529087,0.264067753,0.37730065,0.383108872,0.388025028,0.393113961,0.398258968,0.40380867,0.410627143,0.41705279,0.423111227,0.42868585,0.43659755,0.440775427,0.444289002,0.448717983,0.45219091,0.320740376,0.326315791,0.330768705,0.335093546,0.339224644,0.343018399,0.347303285,0.350962735,0.353540926,0.356657521,0.355872957,0.358980849,0.362053039,0.365480572,0.368326382,0.11166874,0.115624095,0.118974635,0.122136328,0.125237841,0.127986187,0.131141699,0.133930099,0.136166248,0.138752647,0.139310634,0.14191439,0.144538024,0.147088375,0.14916599,0.087045828,0.091395591,0.095399357,0.09945188,0.1036664,0.108021108,0.113260119,0.11834554,0.122960945,0.127214777,0.13159238,0.13498426,0.138204452,0.141483933,0.144310063,0.362248265,0.367501369,0.371309464,0.374774677,0.378130509,0.380635613,0.383086917,0.383999059,0.383574092,0.384546563,0.377190872,0.379054915,0.381305949,0.383259989,0.385003969,0.1963565,0.200824843,0.204904811,0.209489904,0.21403964,0.219009202,0.225495672,0.231489725,0.237035174,0.242014823,0.24634985,0.249806459,0.252980317,0.256035001,0.258779144,0.231133195,0.235858773,0.239528509,0.24294368,0.246283291,0.249039203,0.251987769,0.25401005,0.255070739,0.256958419,0.253742035,0.256029463,0.25851192,0.260885983,0.262900946,0.211434549,0.216570359,0.220814004,0.225054682,0.229277657,0.233449502,0.238413921,0.243118829,0.247280091,0.251348191,0.254229012,0.257668215,0.260897752,0.264555719,0.267520999,0.21767753,0.220575955,0.223291219,0.225800675,0.227935997,0.229676318,0.232071348,0.234656758,0.237089568,0.239855468,0.243135741,0.246009243,0.248719364,0.251239996,0.252961427,0.170946602,0.174217529,0.177101316,0.179762186,0.182122849,0.184023781,0.186463761,0.188798661,0.190801854,0.193236543,0.194965539,0.197571273,0.200103773,0.202478529,0.204197388,0.379223142,0.381537767,0.383794834,0.385841147,0.387068678,0.387665729,0.389288954,0.391259412,0.393065302,0.395329786,0.399407974,0.401852651,0.404004489,0.405992749,0.407045724,0.196957656,0.199949639,0.202817405,0.205505522,0.207933831,0.210093186,0.212876789,0.215889343,0.21876512,0.221871133,0.225922518,0.228983928,0.231878595,0.234559541,0.236473429,0.096285391,0.100657258,0.104408585,0.108071052,0.111780446,0.115350442,0.119510963,0.123412319,0.126770623,0.130151376,0.132218162,0.13520248,0.138115047,0.14114832,0.143678743,0.483619636,0.490020658,0.495239444,0.50064238,0.505508889,0.510405661,0.516277277,0.521901153,0.526433879,0.531249554,0.533154739,0.537451492,0.541382617,0.546305202,0.550230887,0.103747843,0.107674764,0.111485876,0.115277306,0.119186179,0.123172638,0.128051411,0.132872031,0.137330138,0.14147884,0.146575387,0.149887208,0.153051275,0.156097702,0.158674557,0.236857749,0.24281343,0.247847078,0.253209267,0.258919877,0.264966248,0.27215925,0.279069699,0.285313669,0.291086387,0.297151153,0.301550168,0.305556654,0.310166125,0.314065108,0.298748961,0.302042189,0.305433228,0.308155119,0.311413732,0.314669181,0.318429508,0.322636165,0.327113705,0.331336582,0.338439784,0.341715903,0.344707193,0.347482885,0.349721062,0.130424881,0.133913978,0.136991113,0.139868324,0.142574885,0.144915125,0.147742788,0.150426651,0.152732772,0.155372477,0.15712877,0.159821584,0.162460548,0.164964664,0.166884337,0.685376377,0.692658685,0.69849183,0.70422034,0.709078047,0.713475381,0.718067347,0.721499133,0.722786497,0.725129012,0.723269617,0.72633439,0.729462754,0.733391703,0.736644284,0.42465197,0.430495895,0.434831021,0.438800519,0.442655393,0.445651233,0.448635007,0.450034325,0.44982555,0.45107553,0.444202564,0.446318898,0.448738949,0.451043289,0.453092174,0.164198693,0.168754166,0.172460791,0.175985986,0.179474786,0.182583569,0.186069204,0.188984689,0.191137615,0.19373519,0.193115936,0.195739719,0.198422247,0.201139737,0.203411045,-0.035282141,-0.026737638,-0.018587,-0.009620545,0.000627241,0.012458444,0.025274432,0.036187955,0.044936931,0.052920282,0.059539672,0.066507284,0.073520192,0.080791127,0.08780809,-0.318297379,-0.315586565,-0.312964118,-0.310607114,-0.308030753,-0.305235529,-0.301713326,-0.298046112,-0.294517752,-0.291064135,-0.28753083,-0.285070279,-0.282423403,-0.279928189,-0.277412898,-0.143839898,-0.135740489,-0.128646187,-0.12210918,-0.115235126,-0.107646232,-0.097632638,-0.088705941,-0.08056267,-0.072531007,-0.069533337,-0.062943469,-0.056037025,-0.049992385,-0.042999356,-0.372017851,-0.369719074,-0.367504484,-0.365567281,-0.363363026,-0.361019967,-0.358108859,-0.35507566,-0.352208809,-0.349127076,-0.346154205,-0.343799773,-0.341381971,-0.339215644,-0.337007483,-0.354883327,-0.352005399,-0.349216851,-0.346646918,-0.343817426,-0.340811301,-0.336863066,-0.333102319,-0.329576802,-0.326016943,-0.322738179,-0.319866358,-0.316797358,-0.313996373,-0.311123662,-0.340498336,-0.337302943,-0.334300032,-0.331533785,-0.328547069,-0.325337707,-0.321256008,-0.31728384,-0.313573828,-0.309945358,-0.307047032,-0.304214796,-0.301182338,-0.298393963,-0.295458056,0.050402568,0.064767112,0.076984219,0.088146175,0.099606855,0.112345256,0.129452608,0.144179714,0.157574309,0.170982255,0.173734408,0.184813042,0.196332765,0.206472553,0.218613508,-0.316166483,-0.312195502,-0.308498643,-0.305072668,-0.301443035,-0.297556712,-0.29245831,-0.287698463,-0.283276232,-0.278914601,-0.275907758,-0.272425708,-0.268635365,-0.26519814,-0.261498957,-0.320567649,-0.316823689,-0.313350589,-0.310140634,-0.306703433,-0.302999108,-0.298237876,-0.293701046,-0.289493722,-0.285392466,-0.282498665,-0.279254046,-0.275767767,-0.272586566,-0.26917869,-0.111729265,-0.101657173,-0.092892126,-0.084944477,-0.076800514,-0.067747869,-0.055525768,-0.044796642,-0.034996373,-0.025228543,-0.022351826,-0.014332624,-0.005607582,0.002052816,0.010875125,-0.164670242,-0.159079448,-0.153698517,-0.148061884,-0.141748981,-0.134666646,-0.126541721,-0.119150971,-0.112893699,-0.107231599,-0.102774827,-0.098192899,-0.093562907,-0.089055795,-0.084467093,-0.066859067,-0.058298147,-0.050577767,-0.043444549,-0.035997822,-0.027813656,-0.016984544,-0.007426873,0.001346135,0.010047442,0.013855586,0.021016447,0.028359775,0.034427508,0.041981738,-0.395655311,-0.39327111,-0.391090171,-0.389140853,-0.386957985,-0.384666007,-0.38179928,-0.378938041,-0.376160001,-0.373340225,-0.370202466,-0.367975539,-0.365715184,-0.363640437,-0.361518466,-0.283422898,-0.278710696,-0.274429939,-0.270469887,-0.266261969,-0.261685406,-0.255752522,-0.250224998,-0.24514106,-0.240189523,-0.237307318,-0.233332232,-0.22907217,-0.225225455,-0.221015955,-0.184083961,-0.176866629,-0.170521189,-0.16466772,-0.158499654,-0.151697796,-0.142759528,-0.134716244,-0.12738236,-0.120176056,-0.117265961,-0.111373082,-0.105152649,-0.099656007,-0.093399229,-0.272216067,-0.26756219,-0.263128907,-0.25899002,-0.254694132,-0.25020774,-0.244053026,-0.238531165,-0.233370012,-0.2281894,-0.22458746,-0.220504995,-0.215847904,-0.211666417,-0.207162891,-0.179273033,-0.173757995,-0.168179168,-0.162883488,-0.157533513,-0.152313886,-0.14461383,-0.138091262,-0.131884774,-0.125492208,-0.120399617,-0.115609309,-0.10956457,-0.104199711,-0.098519315,-0.156055768,-0.151936933,-0.147827148,-0.143444352,-0.1385458,-0.133282658,-0.126913482,-0.120743537,-0.115543987,-0.110916021,-0.106748726,-0.103483981,-0.100313931,-0.097045081,-0.093563154,-0.278298783,-0.274414388,-0.27076683,-0.267317119,-0.263540054,-0.259442927,-0.254355627,-0.249445108,-0.244987792,-0.240788429,-0.237617884,-0.234361842,-0.230936732,-0.227758573,-0.224392258,-0.351737482,-0.348645785,-0.345723822,-0.343022973,-0.340109441,-0.336991635,-0.332991775,-0.329140165,-0.325538669,-0.321974804,-0.319051952,-0.316224512,-0.313197815,-0.310426624,-0.307514996,-0.088316577,-0.08140326,-0.074307426,-0.066401561,-0.057658173,-0.048051498,-0.037376569,-0.027404908,-0.018950502,-0.011794092,-0.007725745,-0.002109584,0.003496094,0.008998423,0.014820393,-0.356613931,-0.353726039,-0.350991341,-0.348473825,-0.34574197,-0.342810439,-0.339096892,-0.335460089,-0.332048133,-0.328671953,-0.325783344,-0.323136938,-0.320319265,-0.317726931,-0.31502717,-0.369907995,-0.36739891,-0.364956433,-0.362735934,-0.360316204,-0.357682136,-0.35437113,-0.35108396,-0.347986922,-0.344817935,-0.341792129,-0.339296593,-0.336672118,-0.334287051,-0.33183602,-0.314519572,-0.311444514,-0.308492585,-0.305834287,-0.30291853,-0.299779856,-0.295818344,-0.291805158,-0.28802562,-0.284382364,-0.281088271,-0.278412937,-0.275527048,-0.272846472,-0.270065539,-0.228862505,-0.222432827,-0.216716136,-0.21147035,-0.205990174,-0.199980396,-0.192007528,-0.184799443,-0.178184207,-0.17166426,-0.168773648,-0.163466397,-0.157737541,-0.152636147,-0.146919406,-0.288200695,-0.283486317,-0.2791751,-0.275192622,-0.270995706,-0.266460829,-0.260491797,-0.254981408,-0.249888075,-0.244879893,-0.241907418,-0.237883428,-0.233512994,-0.229574897,-0.225271245,-0.279007565,-0.276165192,-0.273335032,-0.270913027,-0.268206614,-0.26530322,-0.261567148,-0.257532229,-0.2536014,-0.24981395,-0.245628211,-0.243136878,-0.240366107,-0.237764576,-0.235123412,-0.341424349,-0.338274524,-0.335208046,-0.332336744,-0.329260574,-0.326031555,-0.321712475,-0.317683861,-0.313909614,-0.310100802,-0.306787571,-0.303720747,-0.300402473,-0.297377334,-0.294217891,-0.337529545,-0.334578011,-0.33162947,-0.328819832,-0.325805399,-0.32272641,-0.318470155,-0.314541874,-0.310838463,-0.307083996,-0.303748884,-0.30070666,-0.297418995,-0.29443485,-0.291340309,-0.365048656,-0.362658447,-0.360389834,-0.358313678,-0.356024099,-0.353568518,-0.350570478,-0.347480041,-0.344527123,-0.341460274,-0.338547039,-0.336251378,-0.333820695,-0.331569265,-0.329317119,-0.194573554,-0.18958896,-0.184952984,-0.180416945,-0.175436405,-0.169811788,-0.162857231,-0.156492999,-0.15095299,-0.145689452,-0.141535212,-0.137325637,-0.133094009,-0.129284282,-0.125245258,-0.242906666,-0.237598006,-0.232809058,-0.228328724,-0.223533471,-0.218272183,-0.211527291,-0.205293829,-0.199626092,-0.194146509,-0.191122978,-0.186699931,-0.182045609,-0.177866446,-0.173251288,-0.314149345,-0.310739391,-0.307339723,-0.30412193,-0.300758434,-0.297251634,-0.292415363,-0.288070347,-0.283999033,-0.279831392,-0.276126225,-0.272801918,-0.269107606,-0.265748215,-0.262218445,-0.114778362,-0.105541074,-0.097259048,-0.089699923,-0.082055744,-0.073674276,-0.062170229,-0.052140812,-0.042919545,-0.03369358,-0.030101381,-0.022603128,-0.014312202,-0.006969615,0.001365025,-0.109330724,-0.099390118,-0.090832461,-0.083029649,-0.074946212,-0.065981489,-0.05397024,-0.04339055,-0.033758705,-0.024171909,-0.021469155,-0.013592911,-0.005195718,0.002201362,0.010768018,-0.246417422,-0.24347385,-0.240314407,-0.237842434,-0.234925936,-0.231891253,-0.227905388,-0.223501824,-0.219334207,-0.215402588,-0.210509598,-0.207941372,-0.2050539,-0.202355943,-0.199641718,-0.326452073,-0.323112659,-0.31997663,-0.317094499,-0.313974887,-0.310614902,-0.306354148,-0.302190141,-0.298310666,-0.294550932,-0.291588545,-0.288683593,-0.285571671,-0.282706921,-0.279683118,-0.321529612,-0.317851964,-0.314332208,-0.311045804,-0.307577698,-0.303923341,-0.299032478,-0.294521584,-0.290307263,-0.286085771,-0.282797982,-0.279437107,-0.275723436,-0.272355242,-0.268773205,-0.200951483,-0.195708071,-0.190894225,-0.186297166,-0.181313462,-0.175752733,-0.168711491,-0.162259981,-0.156491071,-0.150941221,-0.147229058,-0.142772484,-0.138219978,-0.134176801,-0.129759787,-0.139787078,-0.134645977,-0.129851317,-0.125221621,-0.120187726,-0.114243122,-0.106642904,-0.099858996,-0.094037472,-0.088369982,-0.083369268,-0.078853206,-0.074533706,-0.070815806,-0.066904016,-0.292335651,-0.288356312,-0.284666525,-0.281226778,-0.277502599,-0.273464441,-0.268365396,-0.263479206,-0.259000652,-0.254716508,-0.251717429,-0.248355516,-0.244788066,-0.24151704,-0.238012169,-0.311838601,-0.308288508,-0.304961975,-0.301897079,-0.298572921,-0.294985889,-0.290447575,-0.286026902,-0.281932668,-0.277995807,-0.274988322,-0.271946098,-0.268694234,-0.265701757,-0.262528493,0.067253376,0.082935597,0.096476908,0.108565397,0.120770092,0.134526408,0.153098994,0.169066735,0.18355421,0.198150869,0.200933978,0.21289647,0.226138315,0.237489119,0.251006496,-0.272100405,-0.266974509,-0.262343181,-0.258070089,-0.253560506,-0.248650531,-0.242220161,-0.236293927,-0.230840652,-0.225500171,-0.222605134,-0.218295746,-0.213654825,-0.209483969,-0.204888146,-0.121143928,-0.115552789,-0.110227686,-0.10518217,-0.09968622,-0.093577741,-0.085641911,-0.078523824,-0.071857309,-0.065322873,-0.061099156,-0.056048102,-0.050895578,-0.046495525,-0.041559391,-0.239400336,-0.234718594,-0.230387498,-0.226217953,-0.221671604,-0.216657983,-0.210434559,-0.204624977,-0.19943497,-0.194518418,-0.191113385,-0.187189726,-0.183133346,-0.179431518,-0.175456185,-0.342833038,-0.339959214,-0.337229758,-0.334735829,-0.332021183,-0.329097119,-0.325420609,-0.321744964,-0.318280715,-0.314883618,-0.311878506,-0.309300217,-0.306546555,-0.303991383,-0.301349873,0.057941172,0.073247281,0.08616281,0.097877957,0.109781703,0.123069338,0.141153265,0.156736686,0.170790095,0.185004856,0.187587448,0.199189009,0.211639863,0.222622664,0.235626856,-0.192867156,-0.188164077,-0.183553765,-0.17875515,-0.17341452,-0.167561249,-0.160737584,-0.154280586,-0.148707989,-0.143743966,-0.139881823,-0.136056767,-0.132193486,-0.128412391,-0.124488584,-0.173369422,-0.165252162,-0.158154893,-0.151676731,-0.14495414,-0.13752472,-0.127599097,-0.118757948,-0.110674511,-0.10266678,-0.099854694,-0.093295484,-0.086230655,-0.079985794,-0.072870625,-0.223001495,-0.218343044,-0.21396235,-0.209626754,-0.204843147,-0.199536489,-0.193121177,-0.187148486,-0.181913134,-0.17703535,-0.173292875,-0.169415699,-0.165451739,-0.161763658,-0.157887323,-0.295868535,-0.292642509,-0.289513329,-0.286709624,-0.283603512,-0.280272307,-0.276073438,-0.271813129,-0.267840071,-0.26406031,-0.260605234,-0.257844378,-0.254866933,-0.252095692,-0.249218061,-0.192816272,-0.189345224,-0.185971294,-0.182545789,-0.178575302,-0.174336849,-0.169047202,-0.163765516,-0.159237983,-0.155131362,-0.150986813,-0.148278522,-0.145421437,-0.142481524,-0.139503684,-0.26840362,-0.26395303,-0.259860552,-0.256000065,-0.251823325,-0.247263624,-0.241522554,-0.236107034,-0.231190952,-0.226498702,-0.223431655,-0.219701047,-0.215779614,-0.2122022,-0.208336027,-0.303812327,-0.299803146,-0.296105843,-0.292681895,-0.289006349,-0.285026838,-0.279938449,-0.275096121,-0.270630572,-0.266311072,-0.263402065,-0.25998598,-0.256334318,-0.253004448,-0.249418529,-0.259228267,-0.254934011,-0.250933162,-0.24709337,-0.242897765,-0.23830795,-0.232633167,-0.227257156,-0.222427437,-0.217878072,-0.214624749,-0.211034602,-0.207296033,-0.203846297,-0.200168007,-0.256630371,-0.253352942,-0.250086762,-0.247127293,-0.243754105,-0.2401916,-0.235730131,-0.231153667,-0.22698652,-0.223134637,-0.219285326,-0.216549392,-0.213613584,-0.210802932,-0.207944067,-0.059893037,-0.054879218,-0.049620477,-0.043623358,-0.0370639,-0.030136589,-0.021827614,-0.013922343,-0.007582638,-0.001974241,0.003304676,0.007314673,0.010669169,0.014364717,0.018525089,-0.282923608,-0.279496076,-0.276189397,-0.273152316,-0.269780983,-0.26616349,-0.261650099,-0.257140491,-0.253002618,-0.249116566,-0.245710099,-0.242821267,-0.23974166,-0.236857477,-0.233856371,-0.297004857,-0.293464555,-0.290112803,-0.287019795,-0.283632069,-0.279979394,-0.275398158,-0.27089342,-0.266744125,-0.262801898,-0.25963709,-0.256634377,-0.25343525,-0.250471083,-0.247348455,-0.221214395,-0.215791284,-0.21087629,-0.206238608,-0.201249316,-0.195746245,-0.188728887,-0.182273076,-0.176438793,-0.170810171,-0.167539541,-0.162995491,-0.158269418,-0.154049361,-0.149387226,-0.212076896,-0.205392974,-0.199492628,-0.194059577,-0.188344221,-0.182053768,-0.173782868,-0.166298263,-0.159460356,-0.152746914,-0.149900559,-0.14442429,-0.138593173,-0.133410929,-0.127567894,-0.272998257,-0.268146311,-0.263750535,-0.259671507,-0.255323227,-0.250580687,-0.244465903,-0.238769708,-0.233550205,-0.228486937,-0.225591751,-0.221524121,-0.21719122,-0.213280172,-0.208991132,-0.1597573,-0.153240468,-0.147362522,-0.141865336,-0.135994263,-0.129514122,-0.12107826,-0.113470031,-0.106531248,-0.099737648,-0.096214628,-0.090710569,-0.085018354,-0.080093693,-0.074444104,-0.364368109,-0.361704371,-0.359127763,-0.356779092,-0.354165916,-0.35134839,-0.347734829,-0.344233295,-0.340920979,-0.337583148,-0.334348566,-0.331646233,-0.328790706,-0.326207175,-0.323564923,-0.227860241,-0.223868565,-0.2200016,-0.216129617,-0.211808856,-0.207120982,-0.201495524,-0.196051694,-0.191268062,-0.18693081,-0.18328392,-0.180032328,-0.176690837,-0.173445278,-0.170082128,-0.259613552,-0.254558493,-0.249989619,-0.245732994,-0.241185211,-0.236211248,-0.22982113,-0.223886268,-0.218469288,-0.21322731,-0.210287966,-0.206068107,-0.201599269,-0.197572361,-0.193142935,-0.118794886,-0.11292861,-0.107442253,-0.101838553,-0.095550227,-0.088290171,-0.0795901,-0.071887671,-0.065562406,-0.059586055,-0.053807997,-0.049048793,-0.044348532,-0.040077245,-0.035689505,-0.215671493,-0.209063922,-0.203084926,-0.197593673,-0.191928211,-0.185788035,-0.177468032,-0.170047464,-0.163197294,-0.156382431,-0.153111998,-0.147605813,-0.1415183,-0.136102161,-0.130066175,-0.382528806,-0.380316195,-0.378183271,-0.376304245,-0.374153717,-0.371932328,-0.369120761,-0.366269017,-0.363471197,-0.360529158,-0.357299249,-0.355084017,-0.352770603,-0.350666657,-0.348562216,-0.22889576,-0.225016903,-0.22077128,-0.216677046,-0.212527528,-0.208577464,-0.202614316,-0.197637387,-0.192865276,-0.187789696,-0.182636182,-0.178947557,-0.174163332,-0.169877853,-0.165504403,-0.257539943,-0.2536463,-0.249937005,-0.246341765,-0.242364083,-0.238044806,-0.232780377,-0.227689368,-0.223134984,-0.218920959,-0.215531131,-0.212305129,-0.208947419,-0.205773388,-0.202454397,-0.231687819,-0.227318745,-0.22315281,-0.218997383,-0.214395453,-0.209339454,-0.203290882,-0.197570531,-0.192543658,-0.187928994,-0.184320526,-0.180712009,-0.177010082,-0.173497546,-0.169832557,-0.225900241,-0.222497482,-0.219174461,-0.215952267,-0.212244776,-0.208311031,-0.203418165,-0.198487965,-0.194135185,-0.190163116,-0.186243068,-0.183516134,-0.180609599,-0.177715131,-0.174797223,-0.341361252,-0.33800683,-0.334831934,-0.331884554,-0.328733196,-0.325376945,-0.320997141,-0.316857884,-0.312994331,-0.309157407,-0.306127769,-0.303063862,-0.299750557,-0.29673071,-0.293533512,-0.342611109,-0.34006731,-0.337626243,-0.335407302,-0.332974369,-0.330325144,-0.327046405,-0.323682661,-0.320472681,-0.317252267,-0.314058828,-0.311662957,-0.309133672,-0.30674554,-0.3043581,-0.362191472,-0.35958831,-0.357109883,-0.354840998,-0.352360544,-0.349689092,-0.34635984,-0.343020599,-0.339865038,-0.336699241,-0.333795327,-0.331359921,-0.328783956,-0.326399483,-0.323959726,-0.464296051,-0.461942632,-0.459778691,-0.457738769,-0.455521052,-0.453035356,-0.45015016,-0.44742325,-0.444919617,-0.442769608,-0.44079193,-0.438994038,-0.43723217,-0.435281653,-0.433154687,-0.483833962,-0.481763418,-0.479959938,-0.478344749,-0.476518547,-0.474696363,-0.472580302,-0.47060726,-0.468569205,-0.46667616,-0.465511269,-0.463935157,-0.462447436,-0.460835115,-0.45903407,-0.383098512,-0.378772312,-0.374857258,-0.37146068,-0.367221634,-0.363164116,-0.35873019,-0.354663351,-0.350565038,-0.346779838,-0.345880255,-0.342786358,-0.340043377,-0.336967256,-0.333334607,-0.372829859,-0.369198051,-0.365894215,-0.363061484,-0.359572857,-0.355963499,-0.351374771,-0.347497274,-0.343524538,-0.339988661,-0.338433158,-0.33552687,-0.333072452,-0.330197713,-0.326782765,-0.195959323,-0.188167538,-0.180993574,-0.175131402,-0.167190577,-0.159582546,-0.150616932,-0.142908222,-0.135438848,-0.128892742,-0.128358936,-0.123226636,-0.119034419,-0.113944992,-0.107513263,-0.503121436,-0.501445548,-0.500035994,-0.498734635,-0.49738468,-0.496045901,-0.494579159,-0.493104925,-0.491552895,-0.490096513,-0.488936394,-0.48772753,-0.486540399,-0.485271479,-0.483895946,-0.476331653,-0.474219325,-0.472341943,-0.47060789,-0.468734365,-0.46681641,-0.464595343,-0.462478342,-0.460329087,-0.458347553,-0.456776114,-0.455121613,-0.453533497,-0.451833589,-0.44999076,-0.49163775,-0.48987472,-0.488387951,-0.486997064,-0.485590798,-0.484205747,-0.482790494,-0.481283846,-0.479685803,-0.478165891,-0.476931746,-0.475711682,-0.474528149,-0.473267561,-0.471920041,-0.480117051,-0.47804202,-0.476225844,-0.47455474,-0.472754054,-0.470937866,-0.468862822,-0.46687057,-0.464834233,-0.462951436,-0.461513029,-0.459943271,-0.458424558,-0.456797315,-0.455021243,-0.493535975,-0.491695519,-0.490129953,-0.48868503,-0.487178667,-0.485684394,-0.484039102,-0.482402514,-0.480692778,-0.479099705,-0.477846399,-0.476524976,-0.475229291,-0.473841619,-0.472327244,-0.422953545,-0.420334422,-0.417814199,-0.41547873,-0.412964614,-0.410391838,-0.407170088,-0.404218629,-0.400939717,-0.397793279,-0.39517182,-0.392540199,-0.390341805,-0.387995482,-0.385481279,-0.472181715,-0.470012854,-0.468031319,-0.466185597,-0.46419468,-0.462085331,-0.459624446,-0.457287569,-0.454975873,-0.452882471,-0.45108767,-0.449335877,-0.447661398,-0.445862072,-0.443927749,-0.470064133,-0.467654169,-0.465550618,-0.463575153,-0.461495177,-0.459314782,-0.45689923,-0.45454533,-0.452332335,-0.450388988,-0.448700836,-0.447064767,-0.44537957,-0.443546457,-0.441584431,-0.340486567,-0.335739676,-0.331403091,-0.327592795,-0.322885389,-0.318334516,-0.313087395,-0.308371706,-0.303547254,-0.299054557,-0.297597977,-0.293918895,-0.29072956,-0.287151182,-0.282989969,-0.469120775,-0.466990596,-0.465157854,-0.463432356,-0.461736651,-0.460078787,-0.458381079,-0.456604203,-0.454708797,-0.452965485,-0.451481917,-0.45008255,-0.448714892,-0.447237456,-0.44559235,-0.461136929,-0.458785859,-0.456683631,-0.454774614,-0.452635286,-0.450474436,-0.447921675,-0.445549045,-0.44309046,-0.440794403,-0.439229899,-0.437318867,-0.435549841,-0.433643692,-0.431543936,-0.479334478,-0.477409266,-0.475763072,-0.474216173,-0.472669446,-0.471150276,-0.469622266,-0.467986963,-0.466250747,-0.464611649,-0.463277654,-0.461977655,-0.460723767,-0.459383356,-0.457936653,-0.471652941,-0.469436361,-0.467533067,-0.465750789,-0.463953688,-0.462194478,-0.460326108,-0.458427623,-0.456472074,-0.454684109,-0.453161724,-0.451692225,-0.4502206,-0.448644352,-0.446901868,-0.469803658,-0.467477536,-0.465466171,-0.463576896,-0.461634328,-0.459706322,-0.457630562,-0.455553998,-0.453492367,-0.451632342,-0.450015361,-0.448472318,-0.446899359,-0.445217425,-0.443374609,-0.489764942,-0.487832264,-0.486164386,-0.484645277,-0.482994744,-0.481346894,-0.479469611,-0.477668715,-0.475803448,-0.474068146,-0.472831813,-0.471385865,-0.46999211,-0.468494178,-0.466846327,-0.489241644,-0.487274129,-0.485565196,-0.484036469,-0.482308659,-0.48057803,-0.478546008,-0.476662544,-0.474712929,-0.472902217,-0.471770902,-0.470260917,-0.468835353,-0.467290778,-0.465565984,-0.469788341,-0.467462528,-0.465416301,-0.463584932,-0.461494213,-0.459415214,-0.457017723,-0.454783898,-0.452485591,-0.450351208,-0.449099892,-0.447327442,-0.445668156,-0.443866172,-0.441846463,-0.437513104,-0.433905724,-0.430761005,-0.427834864,-0.424718652,-0.420979637,-0.416725435,-0.412759028,-0.409517944,-0.406988041,-0.404536465,-0.402271042,-0.39986894,-0.397025998,-0.394061756,-0.43574728,-0.43264688,-0.429878062,-0.427449653,-0.424527604,-0.421675514,-0.418456187,-0.415499573,-0.412489999,-0.409706742,-0.408596208,-0.406303612,-0.404219841,-0.401917034,-0.399259081,-0.429110571,-0.426560789,-0.423968517,-0.421599572,-0.419121627,-0.416580017,-0.413491521,-0.410592479,-0.407272028,-0.40408571,-0.401117734,-0.398444725,-0.396247442,-0.393971734,-0.39152535,0.150207888,0.170474756,0.18915613,0.204906096,0.226389914,0.245612461,0.263123962,0.279890558,0.295947259,0.310624323,0.304667258,0.316354514,0.326227969,0.337891687,0.3528877,-0.461665975,-0.459135874,-0.456902667,-0.454935547,-0.452619228,-0.450326756,-0.447668259,-0.445237749,-0.442746392,-0.440444413,-0.4393152,-0.43740957,-0.435653611,-0.433725024,-0.431522859,-0.409541235,-0.406727047,-0.404110261,-0.401653765,-0.398950814,-0.396197301,-0.392674974,-0.389516569,-0.386082336,-0.38280325,-0.38042575,-0.377676736,-0.375387948,-0.372871421,-0.370179373,-0.436694767,-0.433755596,-0.431141876,-0.428869616,-0.426131803,-0.423403657,-0.420149111,-0.417259241,-0.414304221,-0.41160085,-0.410419233,-0.408191811,-0.406188469,-0.40395363,-0.401353682,-0.43187411,-0.429475025,-0.426880207,-0.424462924,-0.421929461,-0.419364869,-0.416304819,-0.413386664,-0.41005667,-0.406845899,-0.403929153,-0.40126361,-0.399103316,-0.396925195,-0.394571431,-0.459960727,-0.457853554,-0.455770067,-0.453798904,-0.451648092,-0.44938498,-0.446712836,-0.444182586,-0.441594518,-0.439219935,-0.43710736,-0.435153863,-0.433378755,-0.431504451,-0.429486262,-0.456338153,-0.454428036,-0.45246481,-0.450556856,-0.448414512,-0.446167558,-0.443502534,-0.441020238,-0.438506727,-0.436249624,-0.434150993,-0.432312305,-0.430619283,-0.428779816,-0.426834095,-0.424573901,-0.421693019,-0.419075689,-0.416705594,-0.413982776,-0.41124746,-0.407929161,-0.404920884,-0.401759785,-0.39878145,-0.396959711,-0.394486155,-0.392301112,-0.389917232,-0.387275895,-0.305083942,-0.298749158,-0.292981558,-0.28809747,-0.281723917,-0.275724252,-0.269342614,-0.263546309,-0.257828035,-0.25263694,-0.252487578,-0.248305547,-0.244696956,-0.240525581,-0.235396001,-0.46427098,-0.462059877,-0.460032132,-0.458162315,-0.456127573,-0.45403029,-0.4515317,-0.449187566,-0.446747277,-0.444469108,-0.442631274,-0.440730156,-0.43898248,-0.437121614,-0.435108296,-0.420699618,-0.41726091,-0.414183664,-0.41152089,-0.408244722,-0.40505378,-0.401429315,-0.398153048,-0.39483643,-0.391794998,-0.390809101,-0.388315222,-0.386079789,-0.383577108,-0.380636404,1.14131676,1.162925536,1.184608683,1.203846857,1.221284283,1.236909093,1.250172993,1.262886423,1.275592732,1.291108951,1.309769161,1.327614445,1.343202662,1.358226564,1.370140101,0.328716161,0.332769822,0.33661352,0.340246268,0.343575594,0.346270189,0.349288874,0.352411206,0.355355717,0.358878094,0.36619017,0.369462036,0.372390625,0.375784433,0.378524719,0.203686379,0.208220637,0.21239624,0.216254576,0.219892862,0.222851219,0.225965935,0.22931425,0.232423131,0.236105822,0.241485912,0.245084144,0.248290045,0.251844564,0.254662584,0.633449804,0.635627653,0.637547376,0.639504087,0.640784331,0.641056006,0.642166539,0.642915697,0.64390686,0.645722443,0.653570451,0.655110997,0.656110368,0.658170033,0.659911936,0.387076985,0.3967295,0.406051,0.414952478,0.423886494,0.432110416,0.439838164,0.447678458,0.454933372,0.462902828,0.475658388,0.483775402,0.490857242,0.498093067,0.503925916,1.010841465,1.024129596,1.036609624,1.047718423,1.057876507,1.0661031,1.073186028,1.081231637,1.089281596,1.099423066,1.104657577,1.116276396,1.126205432,1.136037546,1.143462664,0.242428417,0.249719132,0.256635218,0.263004493,0.269148773,0.274633004,0.279759122,0.28515197,0.290335647,0.296305866,0.304038361,0.310261958,0.315744507,0.321321504,0.325742574,0.471231385,0.477016169,0.482423555,0.486627245,0.49030242,0.492308976,0.494858387,0.498534551,0.502254824,0.507368481,0.514158966,0.519480013,0.523741163,0.528131673,0.530750907,2.811501444,2.838822016,2.863602869,2.884971716,2.904222945,2.917763366,2.9285366,2.942717094,2.957112395,2.976322481,2.975576785,2.99641514,3.014170624,3.033046828,3.045955484,0.322189341,0.325899823,0.329164865,0.332222516,0.334960527,0.336851767,0.339107449,0.341491601,0.343656988,0.346509721,0.351418559,0.354133527,0.356463185,0.3593714,0.361665257,0.206532684,0.212946809,0.21901652,0.224635549,0.230076166,0.234910434,0.239569156,0.244474632,0.249132069,0.254439468,0.261752732,0.267157052,0.271949189,0.276895905,0.280836524,0.168481106,0.173142054,0.177436434,0.181238694,0.184755483,0.187288131,0.18988625,0.193099914,0.196307051,0.20020638,0.205260945,0.209318116,0.212763649,0.216469384,0.219177428,1.07626435,1.089066788,1.100277156,1.109987427,1.118478871,1.124815311,1.13014437,1.137452194,1.144819357,1.154375148,1.157117214,1.168446457,1.177682411,1.18723484,1.194203243,0.221919296,0.228375701,0.234415149,0.239856358,0.244986136,0.249297131,0.253358604,0.257866803,0.262296872,0.267565306,0.273603171,0.279202124,0.284074963,0.289060447,0.292884267,1.536293304,1.554322738,1.572727987,1.589726895,1.605870133,1.619636438,1.631896912,1.643616805,1.654963455,1.668736485,1.67757803,1.692576614,1.705800559,1.718130262,1.728205074,0.190072872,0.194110362,0.197751714,0.201056266,0.204131274,0.206395066,0.208844688,0.211638973,0.214228635,0.217439382,0.221773421,0.224916422,0.227681828,0.23085618,0.233282462,0.163685854,0.169046807,0.174037236,0.17855938,0.182844068,0.186376285,0.189845998,0.193716795,0.197456155,0.201864912,0.207365262,0.211908373,0.215890826,0.220071769,0.223297944,0.213221055,0.21893305,0.224215527,0.228887897,0.233230441,0.236619997,0.239911148,0.243802417,0.247677467,0.25237743,0.25773062,0.262743993,0.267028187,0.271472497,0.274759693,0.524170779,0.532670036,0.540407377,0.54719173,0.553333142,0.558106884,0.562420055,0.567741597,0.573081732,0.57981268,0.584540236,0.592171854,0.598572382,0.605118685,0.609905284,0.347975499,0.351085666,0.353586419,0.355725203,0.357579158,0.358301415,0.359270623,0.360715731,0.361863252,0.363917379,0.3662054,0.368040961,0.369533046,0.371835803,0.373329273,0.642892159,0.656090094,0.668898368,0.680474759,0.691248686,0.700913167,0.709285042,0.717717542,0.726168042,0.73638329,0.748259938,0.759698168,0.769726893,0.779501745,0.78715789,0.593763431,0.604704992,0.615138806,0.624541503,0.633212052,0.640670499,0.647221451,0.654100845,0.661062425,0.669617757,0.677842273,0.687492414,0.695922244,0.704193242,0.710526221,2.25388794,2.275861652,2.300613034,2.323150468,2.345351648,2.363560483,2.380955976,2.397141542,2.411039383,2.427355693,2.431486099,2.447881528,2.461943145,2.474617213,2.485428425,0.156046423,0.160300551,0.164222083,0.167718746,0.170953574,0.173249063,0.175668076,0.17864651,0.181559819,0.18512576,0.18988803,0.193515486,0.196633219,0.20006446,0.202596169,0.282543121,0.285315054,0.287634327,0.289504898,0.291182517,0.291602441,0.292334687,0.293708291,0.294835934,0.296810249,0.299057624,0.300804966,0.3022567,0.304487064,0.30579945,0.305890832,0.311758295,0.317635352,0.323387004,0.328793401,0.333902904,0.339196854,0.344566856,0.349587746,0.355170282,0.367848207,0.373384953,0.378492478,0.383586454,0.387731596,0.178325089,0.181995171,0.185324349,0.188276129,0.190993371,0.192745016,0.194723831,0.197221914,0.199581686,0.202602152,0.206740173,0.209704613,0.212264606,0.215263314,0.217438591,0.76283751,0.779368727,0.795875219,0.811199575,0.826181939,0.840309917,0.852488403,0.86447295,0.875521815,0.888236531,0.905633705,0.919803616,0.931896357,0.943650074,0.953340665,0.578763661,0.592321884,0.605719693,0.618635865,0.631577454,0.643880355,0.654960572,0.665730642,0.675511131,0.686262312,0.702255816,0.713698496,0.723579467,0.733431065,0.741611373,0.500193083,0.505056031,0.510137447,0.515826893,0.520657699,0.525292785,0.530174821,0.535242589,0.540124626,0.546221929,0.564754856,0.57086294,0.576746721,0.582425089,0.586935959,0.313737654,0.322288833,0.330444416,0.337928577,0.345112579,0.351573533,0.357447128,0.363576079,0.369523947,0.376445868,0.385068847,0.392437988,0.398901415,0.40538561,0.410518354,0.182128783,0.187470846,0.192476704,0.197103037,0.201540771,0.205363107,0.209193603,0.213273966,0.217113115,0.221529536,0.227746211,0.232154522,0.236085845,0.240250074,0.243563379,0.156574393,0.161097229,0.165258887,0.169032714,0.172586343,0.175370836,0.178244338,0.181500331,0.184589136,0.188285525,0.193125677,0.196830967,0.20009319,0.203655275,0.206393681,0.384101716,0.393138389,0.401717753,0.409475467,0.416760742,0.423136643,0.428844286,0.434904404,0.440927237,0.448147832,0.456075948,0.463974791,0.470874658,0.477740305,0.483064221,0.914150368,0.924437317,0.933415639,0.9411512,0.947802238,0.952325766,0.95635401,0.962346678,0.968340039,0.976317803,0.980063691,0.989443838,0.996854715,1.004779271,1.010204162,1.121536028,1.137361602,1.153105882,1.167580302,1.180821456,1.192283817,1.202297905,1.211644031,1.221224943,1.233119096,1.244387616,1.25814502,1.270392242,1.28189614,1.290805134,0.698870216,0.700730897,0.701779817,0.703073412,0.703689155,0.702912306,0.703100115,0.702880856,0.702685828,0.703702507,0.708859679,0.709978026,0.710355423,0.711828717,0.712955174,0.733364605,0.745213858,0.756528958,0.766727394,0.776088553,0.784026559,0.790963612,0.798264908,0.805665499,0.814844685,0.822630486,0.833092091,0.842211245,0.851117371,0.857911317,1.360805842,1.376358061,1.390206452,1.402222053,1.412878192,1.420983337,1.42769401,1.436472062,1.44529541,1.456713465,1.459072199,1.472445481,1.483495434,1.494824678,1.503145224,0.726825224,0.736466068,0.745023379,0.752441475,0.75900202,0.763842222,0.76813225,0.773911199,0.779719916,0.787224153,0.791065082,0.799785872,0.80691459,0.814327345,0.819633855,0.298490044,0.304711663,0.31042702,0.315389955,0.31993,0.323338939,0.326650167,0.33073508,0.334836607,0.33994611,0.345187742,0.350745454,0.355421188,0.360238347,0.363691098,0.224574034,0.227914339,0.231083251,0.233844998,0.236188699,0.237118743,0.238376932,0.240607494,0.242950998,0.246051275,0.251300918,0.254419886,0.256915497,0.259891557,0.261868146,0.549068729,0.551736522,0.553502853,0.555086221,0.556304356,0.556271225,0.556663655,0.557215214,0.557491042,0.559035642,0.562047207,0.563487172,0.564338987,0.566245359,0.567442429,0.315043513,0.323172592,0.330863945,0.337831755,0.344413662,0.350161458,0.355382123,0.360969307,0.366481031,0.37303317,0.380450079,0.387526678,0.393709825,0.399911962,0.404730801,1.680459346,1.697896969,1.712534375,1.725053963,1.735295123,1.742506817,1.748292787,1.757281296,1.766396593,1.778393798,1.779183999,1.793819624,1.80526715,1.817302135,1.826140911,1.873359707,1.892877764,1.911881745,1.928612243,1.944101166,1.955996308,1.966158942,1.977751652,1.988949558,2.003242004,2.00575146,2.021540838,2.035032205,2.048361576,2.058300897,0.432242149,0.440145838,0.447408663,0.45380652,0.459649555,0.464275443,0.468503462,0.473559955,0.47862802,0.484943,0.490088008,0.497151552,0.503132748,0.509223722,0.513712537,2.057269581,2.079267029,2.097699178,2.113336647,2.126130383,2.135470377,2.142830024,2.153558161,2.164459371,2.178551844,2.177747402,2.194500844,2.20774002,2.221667135,2.232078993,0.455742462,0.464244092,0.472126122,0.479125085,0.485551721,0.490791375,0.495511415,0.50095668,0.506417372,0.513174726,0.518790294,0.526357232,0.532826889,0.539350545,0.544231395,0.474390507,0.484727994,0.494609558,0.503544958,0.511897844,0.519263623,0.525764038,0.532541764,0.539318898,0.5474908,0.556465265,0.565504212,0.573414526,0.581215163,0.5872735,2.990825385,3.016228904,3.045228381,3.070485135,3.095006873,3.113678159,3.130687156,3.147183462,3.161140048,3.178582617,3.176908855,3.194436476,3.209531585,3.222915746,3.233198443,2.006273448,2.024684828,2.040420405,2.054172469,2.065231917,2.072331855,2.078107738,2.087927589,2.09761729,2.110949232,2.1111227,2.127348221,2.139485269,2.152646117,2.16174737,0.218381887,0.222747375,0.226694225,0.230064792,0.233127488,0.234874632,0.236812454,0.239624836,0.242624336,0.2463184,0.251883134,0.255787062,0.258891987,0.26233574,0.264639288,0.705010343,0.715543353,0.725241855,0.733827253,0.741633328,0.747904892,0.753386155,0.759862142,0.766370468,0.774556414,0.779578194,0.788960715,0.796917117,0.804918913,0.810891604,0.383317845,0.391596063,0.399354272,0.406299632,0.412746345,0.418168071,0.423069096,0.428504371,0.433938361,0.440557652,0.446971728,0.454278662,0.460599279,0.466939577,0.47175634,0.295660354,0.302898949,0.309928966,0.31660542,0.32322936,0.329258423,0.33524585,0.341452635,0.347194694,0.353434313,0.364664064,0.370807454,0.37621217,0.381822299,0.386279565,0.429536874,0.436431301,0.442700194,0.448051702,0.45284918,0.456271372,0.459613654,0.463974989,0.468362828,0.473992637,0.479082954,0.485307046,0.490441274,0.495777156,0.499479133,0.749694662,0.756920301,0.763466407,0.768442001,0.772804324,0.775085225,0.777921641,0.782056497,0.786343855,0.792336821,0.801098159,0.807272603,0.81212586,0.817645793,0.820838936,0.293024901,0.298016517,0.30256655,0.306227088,0.309552854,0.311532114,0.313759115,0.316964522,0.320306705,0.324614931,0.330773354,0.335353452,0.339032286,0.342835634,0.345246389,0.341830428,0.349255743,0.356151654,0.362278034,0.367941567,0.372561126,0.376814266,0.381701939,0.386584272,0.392563194,0.398247101,0.404823568,0.410463861,0.416182679,0.420464104,0.251866223,0.255387709,0.25843013,0.261155581,0.263626763,0.265152869,0.266938585,0.26909161,0.271013607,0.273658357,0.277193491,0.279716892,0.281890785,0.284634631,0.286645143,0.236128075,0.238972303,0.241638019,0.24383446,0.245832115,0.246500473,0.247602996,0.249528257,0.251369257,0.254016973,0.258396208,0.260888654,0.262903913,0.265555684,0.26718682,0.460385954,0.463549428,0.466965389,0.470151708,0.47304232,0.475346857,0.478016332,0.480937602,0.483782918,0.487415468,0.498079024,0.50117218,0.504040342,0.507312109,0.509789522,1.089744047,1.100504227,1.109969625,1.118364939,1.125443714,1.129909584,1.133910828,1.140278521,1.146359605,1.154716151,1.159230482,1.169031542,1.176519955,1.184817359,1.190016663,0.228040929,0.233423491,0.238568994,0.243412262,0.248063073,0.252201094,0.256442958,0.260847709,0.264951808,0.269578686,0.277391289,0.281906608,0.285982422,0.29028333,0.293760905,0.622845291,0.630807132,0.637925169,0.643938508,0.649215051,0.65279014,0.65624042,0.661057579,0.665909747,0.672297319,0.677319099,0.684519321,0.690310137,0.696479241,0.700641789,1.257874038,1.277040213,1.296144874,1.313608606,1.329183769,1.342735663,1.354558608,1.365110112,1.376133956,1.389980963,1.406535421,1.423217657,1.438137912,1.452252539,1.462928062,3.249671013,3.273436374,3.300457481,3.318780248,3.322677649,3.323714898,3.326683838,3.339162086,3.35631508,3.375627229,3.37993684,3.393468953,3.410191935,3.428422924,3.444496338,1.773532531,1.790885101,1.806422287,1.818183916,1.825214428,1.829367778,1.836786764,1.845310251,1.857954452,1.871718779,1.87523087,1.887638505,1.89823036,1.910331409,1.918725338,1.518120863,1.533007889,1.547323874,1.557676196,1.562506409,1.565237398,1.569712565,1.577426269,1.587839117,1.599589471,1.601015788,1.611167741,1.620840233,1.631799596,1.640237436,2.172201558,2.193049011,2.209833705,2.221494853,2.228621099,2.233517574,2.242410744,2.25450942,2.270931354,2.288670618,2.290186538,2.306612032,2.320754746,2.337294567,2.348567636,1.346381069,1.360947663,1.374145103,1.384970754,1.39207544,1.395640343,1.402407389,1.407968662,1.417496366,1.428198196,1.432296954,1.442404601,1.450512119,1.45936751,1.465384508,0.193591787,0.20548055,0.216348332,0.226525603,0.238488095,0.250920751,0.266621318,0.281220746,0.293349388,0.30233216,0.306244791,0.313127449,0.320815835,0.328116242,0.336090148,0.076291037,0.084373337,0.092004461,0.09902261,0.107559004,0.116158939,0.127188322,0.137800994,0.147174516,0.154475169,0.162322683,0.16835417,0.175361391,0.180893291,0.187113476,-0.039518171,-0.032799586,-0.025843149,-0.019545575,-0.011845173,-0.003880909,0.005197449,0.014246236,0.021729556,0.028230762,0.033429175,0.038779497,0.044186092,0.048489422,0.053727296,0.243267474,0.255930268,0.267460572,0.278267334,0.290887403,0.304317453,0.321230814,0.336785604,0.349771994,0.359200602,0.363349403,0.370439057,0.378369448,0.386011747,0.394375216,-0.092842874,-0.086441062,-0.080158224,-0.074333387,-0.067383032,-0.060106114,-0.051591479,-0.043231026,-0.036249964,-0.030344969,-0.025193978,-0.020258091,-0.015185774,-0.010845604,-0.005874658,-0.012914763,-0.005796923,0.001083065,0.007427665,0.015097309,0.022956691,0.032465704,0.041747299,0.049717348,0.056199516,0.062139472,0.067491079,0.073285357,0.077917921,0.083299643,-0.105823479,-0.0998677,-0.093389043,-0.087758986,-0.080407202,-0.073219836,-0.06489835,-0.056341436,-0.049976809,-0.042961824,-0.035858424,-0.029661183,-0.023950672,-0.019696149,-0.013670992,-0.178893806,-0.173609301,-0.168417316,-0.163588735,-0.157910119,-0.151916511,-0.144952904,-0.138131365,-0.132347373,-0.127456089,-0.122457748,-0.11827275,-0.114078209,-0.110175023,-0.105996255,-0.081840195,-0.075074632,-0.06863326,-0.062627042,-0.055627337,-0.048044427,-0.038913059,-0.029947594,-0.02233086,-0.016183662,-0.010787155,-0.005713057,-0.000460299,0.004413479,0.009586525,-0.208862589,-0.20396008,-0.199062072,-0.19452811,-0.189103169,-0.183463272,-0.177097953,-0.170871785,-0.165707937,-0.161180057,-0.156454083,-0.15247697,-0.148518499,-0.144945536,-0.140940682,0.515280972,0.529896026,0.542257475,0.553629641,0.566342774,0.582324608,0.603649347,0.62527365,0.644303345,0.657667528,0.666905756,0.676213015,0.686876374,0.697387824,0.708076104,0.285735077,0.299641423,0.31204164,0.323650174,0.336897063,0.353276174,0.374240525,0.395174911,0.412994679,0.426090254,0.435003698,0.445456007,0.456737086,0.468140998,0.479409913,0.231795124,0.244247659,0.255992772,0.266624581,0.279308935,0.294097062,0.312931828,0.332094937,0.348379204,0.360363256,0.372110544,0.381383386,0.390819609,0.400584572,0.41037772,-0.113613286,-0.107375348,-0.101372839,-0.09578526,-0.089297553,-0.082282173,-0.073851948,-0.065545098,-0.058426616,-0.052622992,-0.047018105,-0.042194123,-0.037317724,-0.032673292,-0.027858012,-0.14775604,-0.142059177,-0.136286014,-0.130984993,-0.124555143,-0.117898666,-0.110339541,-0.102851672,-0.096796004,-0.091276863,-0.086161524,-0.081433226,-0.076778459,-0.072825478,-0.068092581,0.048412578,0.056961086,0.065108263,0.072621598,0.081347234,0.091054539,0.103308139,0.115622216,0.126330177,0.134711794,0.143306686,0.150071753,0.156709143,0.163386042,0.169901292,0.146991256,0.155185064,0.163370713,0.171085505,0.179791015,0.18923515,0.201172027,0.213456138,0.224418862,0.233485699,0.246697084,0.254134761,0.260662274,0.267016022,0.272872606,-0.161853804,-0.156315377,-0.150843163,-0.14577045,-0.139738964,-0.133407023,-0.126111463,-0.11894096,-0.112974647,-0.107827019,-0.102903049,-0.098501612,-0.094088256,-0.090138786,-0.085716184,0.175338892,0.185426214,0.195210363,0.204217811,0.21524749,0.226180743,0.240284985,0.253747276,0.264963478,0.274052765,0.286852533,0.294988337,0.30425129,0.312129363,0.320345572,0.100550892,0.110714466,0.11998988,0.128659193,0.138590206,0.150225788,0.164860869,0.17934968,0.191675327,0.200977642,0.207992181,0.215405332,0.223302988,0.231108273,0.239011071,-0.05074179,-0.043890928,-0.037248,-0.031076869,-0.023968178,-0.016278555,-0.006727807,0.002762958,0.011086373,0.01782454,0.025290948,0.030821612,0.036212234,0.041541589,0.046775656,-0.176616811,-0.171413206,-0.166269632,-0.161474775,-0.155876267,-0.149968602,-0.142959897,-0.136143303,-0.13020132,-0.125248126,-0.119549533,-0.115352815,-0.111182306,-0.107129684,-0.103002344,0.269710913,0.281145484,0.291528069,0.301371062,0.31243318,0.324864848,0.340841342,0.3558512,0.368581541,0.377971381,0.387023085,0.393702804,0.401286654,0.409104103,0.417226259,0.117080774,0.127275946,0.136665143,0.145485375,0.155761644,0.16666587,0.180322793,0.19328525,0.204120593,0.212424228,0.218071741,0.224679955,0.231976702,0.238764912,0.246012309,-0.073419117,-0.066793645,-0.059794929,-0.053414874,-0.045626057,-0.037508994,-0.028471629,-0.019417798,-0.012238691,-0.005462646,-0.000227689,0.005326611,0.010684795,0.015001724,0.020505635,-0.06125779,-0.054922289,-0.048550986,-0.042634222,-0.03569712,-0.028334457,-0.019025071,-0.010072661,-0.002002921,0.004543333,0.013982177,0.019329334,0.024469693,0.029699408,0.034819444,-0.012788469,-0.005088363,0.003562258,0.011111246,0.020754069,0.030561261,0.041670998,0.053085443,0.061336217,0.070759682,0.077771601,0.085273662,0.092250669,0.097594711,0.105159325,0.071838568,0.081656738,0.090795424,0.099270253,0.109039616,0.120434034,0.134743639,0.149042465,0.161192667,0.170392324,0.178125907,0.185461719,0.193093189,0.200754526,0.208499136,0.367432536,0.385135406,0.401602635,0.416836894,0.434508314,0.456576475,0.484703863,0.513173737,0.53665605,0.553398218,0.565714965,0.578759804,0.592705017,0.607365862,0.622437235,0.130056928,0.140204233,0.149406511,0.158080324,0.167992843,0.179013226,0.192865079,0.206140006,0.217376779,0.225853586,0.231568152,0.238084983,0.245234075,0.252140963,0.259375701,-0.006853409,0.00115442,0.008728776,0.015747865,0.023849252,0.032949467,0.044272925,0.055559345,0.065272682,0.072869043,0.080003695,0.086147283,0.092366282,0.098529996,0.104711017,-0.012075113,-0.004237736,0.003093873,0.009945181,0.017922648,0.02660012,0.03726516,0.047665398,0.056510108,0.063467731,0.069224477,0.074892659,0.080946645,0.086521071,0.092422704,0.230562451,0.242226763,0.253179103,0.263356968,0.275355656,0.28762869,0.303124042,0.317842841,0.329865167,0.339201007,0.349474705,0.35739491,0.366204016,0.374349116,0.382797341,-0.024489967,-0.017669862,-0.010928431,-0.004651132,0.002551463,0.010234954,0.019910413,0.029512341,0.038067723,0.045072471,0.054103111,0.059841808,0.065274314,0.070678189,0.075879569,0.219798809,0.229520553,0.238838987,0.247485405,0.258197916,0.269205541,0.283425396,0.29802789,0.310971062,0.321151399,0.333162549,0.341674563,0.349158526,0.356790836,0.363622759,0.072602313,0.081909622,0.090422675,0.098411515,0.107593668,0.117878392,0.130726918,0.143220298,0.153830547,0.161944346,0.167918224,0.174350448,0.181303869,0.187947934,0.194843548,0.388679046,0.404534191,0.418650993,0.431924091,0.44676236,0.463000045,0.48386718,0.502772559,0.518489246,0.529675976,0.533520862,0.541023912,0.550083133,0.558821823,0.568796649,-0.105100727,-0.09874421,-0.092612638,-0.086903314,-0.080189377,-0.073036231,-0.064557595,-0.056242339,-0.049228047,-0.043436884,-0.038287525,-0.033456669,-0.028484041,-0.023998045,-0.019100729,0.307431279,0.319915165,0.331364768,0.342186265,0.354396399,0.367863932,0.38513145,0.401005287,0.414322296,0.424044731,0.432823575,0.439583005,0.447516462,0.455590751,0.464225104,-0.016223172,-0.008274336,-0.000848378,0.006080417,0.014079642,0.0230322,0.034059457,0.044926744,0.054185395,0.061416424,0.067430652,0.073289907,0.079423852,0.085309117,0.09138941,0.055376481,0.064254322,0.072512414,0.080239668,0.089280889,0.098943145,0.110991382,0.122595564,0.13240602,0.140054105,0.146417495,0.152649647,0.159478554,0.165691371,0.172281982,0.288285576,0.299689092,0.30975886,0.319267378,0.329898891,0.342318987,0.358431665,0.373989422,0.38741868,0.397218653,0.406674161,0.413656213,0.421524792,0.429495831,0.437594053,-0.063262862,-0.056180082,-0.049453635,-0.043196511,-0.035965185,-0.02798129,-0.018217465,-0.008557434,-0.000272045,0.006324449,0.012417401,0.017817073,0.023320194,0.028643812,0.03408972,0.203325596,0.214531958,0.224507871,0.233856272,0.244459698,0.257022901,0.273055965,0.288832584,0.302369148,0.312398665,0.319634787,0.327324953,0.335726003,0.344042495,0.352448095,-0.135596987,-0.129805428,-0.124157323,-0.118899472,-0.112799547,-0.106282864,-0.098446327,-0.09074548,-0.084063833,-0.078557944,-0.072640488,-0.068034874,-0.063456061,-0.059028909,-0.054525606,0.744781077,0.76739318,0.786786031,0.804883903,0.825611293,0.853125707,0.88899093,0.925314945,0.956608674,0.979059374,0.990880441,1.009142188,1.029187869,1.049571982,1.069022195,-0.401676067,-0.400028513,-0.398545997,-0.397164951,-0.395618991,-0.394092415,-0.39218629,-0.390245551,-0.388374091,-0.386554849,-0.38444173,-0.382943414,-0.381420967,-0.379781499,-0.378263082,-0.405718799,-0.404093893,-0.402642753,-0.401283563,-0.399757185,-0.398288094,-0.396426202,-0.394538201,-0.392734807,-0.39100319,-0.38896961,-0.387508604,-0.386030142,-0.384396583,-0.382915352,-0.445346698,-0.443701333,-0.44219534,-0.440895774,-0.439424174,-0.437924609,-0.436046609,-0.434104338,-0.432258776,-0.430456693,-0.428618302,-0.427146244,-0.425598875,-0.423990015,-0.422457061,-0.344231762,-0.342609848,-0.341096129,-0.339648227,-0.338022604,-0.336421978,-0.33438909,-0.332293056,-0.330271937,-0.328174196,-0.325213391,-0.323566134,-0.321854296,-0.320049296,-0.31839069,-0.327514888,-0.325629285,-0.324096998,-0.322591438,-0.32093931,-0.319377328,-0.317196167,-0.315010777,-0.31285345,-0.310867242,-0.307946912,-0.306259502,-0.304686493,-0.302798937,-0.301104604,-0.418266092,-0.416846277,-0.415556279,-0.414328588,-0.41285763,-0.411552785,-0.409869306,-0.408153166,-0.406554345,-0.404993328,-0.402904537,-0.401506555,-0.400034027,-0.3983212,-0.396864694,-0.415846114,-0.414243572,-0.412794211,-0.411455691,-0.409956758,-0.408468505,-0.406619074,-0.404733175,-0.402919694,-0.401157492,-0.399176081,-0.397724223,-0.396237454,-0.394644937,-0.393163162,-0.42420109,-0.422637477,-0.421223571,-0.419917737,-0.418452157,-0.417007222,-0.415208551,-0.413375587,-0.411621915,-0.409923948,-0.408035452,-0.406624514,-0.405174609,-0.403613419,-0.402171105,-0.480736182,-0.479415501,-0.478133947,-0.477027134,-0.475769859,-0.474484881,-0.472876689,-0.471160178,-0.469571543,-0.46800207,-0.466427021,-0.465182134,-0.463795079,-0.46236875,-0.46102594,-0.452499165,-0.451312207,-0.450188322,-0.449139291,-0.447918127,-0.446753829,-0.445262165,-0.443759485,-0.442311447,-0.440872446,-0.438926565,-0.437617887,-0.436195106,-0.43458004,-0.43318029,-0.386356681,-0.384721143,-0.383233435,-0.381859089,-0.380322697,-0.378760864,-0.376850685,-0.374872092,-0.372930809,-0.371021051,-0.368661055,-0.367111337,-0.365536202,-0.363862984,-0.362273509,-0.392174249,-0.390505161,-0.389020938,-0.387620186,-0.386049452,-0.384577394,-0.38266541,-0.380737577,-0.378905627,-0.377163402,-0.375015397,-0.373513001,-0.372009321,-0.370293131,-0.368768187,-0.275801566,-0.274028485,-0.272471003,-0.270906079,-0.269091436,-0.267356332,-0.265051102,-0.262782662,-0.260432977,-0.257920653,-0.254071441,-0.252159185,-0.250266956,-0.248258941,-0.246417101,-0.367965674,-0.366201593,-0.364634567,-0.363153707,-0.36151906,-0.360008357,-0.357974035,-0.355936845,-0.35400706,-0.352191106,-0.349848047,-0.348262404,-0.346714268,-0.344895917,-0.343293164,-0.466410851,-0.465250695,-0.464104842,-0.463078694,-0.461866752,-0.460680783,-0.459178339,-0.457657054,-0.456213096,-0.454754896,-0.453007986,-0.451689011,-0.450232097,-0.448618639,-0.447207577,-0.463104531,-0.461489367,-0.459969924,-0.458688469,-0.457254252,-0.455763947,-0.453865401,-0.451840771,-0.449968396,-0.448120708,-0.446382749,-0.444954886,-0.44339225,-0.441779348,-0.440275704,-0.386628801,-0.384930636,-0.383412219,-0.381986272,-0.380390072,-0.378822008,-0.376849325,-0.374845711,-0.372906233,-0.371018232,-0.368750756,-0.367198269,-0.365633098,-0.363940372,-0.362378069,-0.391478448,-0.38986442,-0.388405417,-0.387012256,-0.385433362,-0.383998886,-0.382120058,-0.380229732,-0.378446712,-0.376753541,-0.374544119,-0.373037126,-0.371506347,-0.369706637,-0.368149774,-0.32596062,-0.324082014,-0.322472932,-0.320938667,-0.319281545,-0.317747848,-0.315548662,-0.313352073,-0.311256656,-0.309312382,-0.306499356,-0.304807347,-0.303245761,-0.301331008,-0.299648296,-0.462984135,-0.461679092,-0.46046375,-0.459357284,-0.458092752,-0.456846245,-0.455296008,-0.453706125,-0.452199279,-0.450724341,-0.449075032,-0.447805024,-0.446441928,-0.444962514,-0.443618876,-0.38535323,-0.383675809,-0.382160433,-0.380743808,-0.379159277,-0.377580755,-0.375616454,-0.373610145,-0.371658749,-0.369740535,-0.367415006,-0.36585426,-0.364270842,-0.362576485,-0.360997295,-0.439102963,-0.437746728,-0.43650362,-0.435338186,-0.433988923,-0.432723081,-0.43112065,-0.429492394,-0.427948276,-0.426441962,-0.424556136,-0.423233737,-0.42183683,-0.42026146,-0.41887621,-0.451445473,-0.449672751,-0.448038956,-0.44667497,-0.445187521,-0.443608158,-0.441582824,-0.439398942,-0.437382064,-0.435385261,-0.433443484,-0.431879141,-0.430193017,-0.428458568,-0.426842922,-0.435948601,-0.434519057,-0.433217451,-0.43200431,-0.430619097,-0.429297773,-0.427636374,-0.425946145,-0.424342293,-0.422789224,-0.420956285,-0.419617975,-0.418222131,-0.416670769,-0.415284642,-0.338671058,-0.336889052,-0.335225032,-0.333691533,-0.33207088,-0.330577262,-0.328438107,-0.326300881,-0.324311781,-0.322461584,-0.319943474,-0.318284918,-0.316730156,-0.314820001,-0.313143223,-0.404767591,-0.403152353,-0.401682397,-0.400337226,-0.398835152,-0.397313447,-0.395436374,-0.393507429,-0.391625139,-0.389778848,-0.387612398,-0.386109756,-0.384578185,-0.382946431,-0.381392954,-0.462611447,-0.461166636,-0.459839427,-0.458656129,-0.45732248,-0.455977012,-0.454308368,-0.452586628,-0.450957457,-0.449371691,-0.447765415,-0.446457207,-0.445065084,-0.443599183,-0.442226753,-0.362538458,-0.360736005,-0.359169226,-0.35768127,-0.356035398,-0.35449463,-0.352427474,-0.350354483,-0.348372058,-0.346507323,-0.344085417,-0.342481032,-0.340924515,-0.3391141,-0.337502397,-0.427084977,-0.425563457,-0.424188493,-0.422911389,-0.421470682,-0.420073861,-0.418324491,-0.416544389,-0.414849326,-0.413213838,-0.411354592,-0.409973175,-0.408551209,-0.406995038,-0.405579896,-0.372370598,-0.370622637,-0.3690746,-0.367609787,-0.365969131,-0.364367763,-0.362331958,-0.360270389,-0.358266405,-0.356316913,-0.353895551,-0.352291464,-0.350688958,-0.348945819,-0.347342671,-0.485969729,-0.484826657,-0.483707025,-0.482704711,-0.481541329,-0.480407579,-0.478968404,-0.477422395,-0.475958076,-0.474527877,-0.472931441,-0.471721193,-0.470319341,-0.468891429,-0.467534094,-0.444110415,-0.442641893,-0.44130404,-0.440079205,-0.438698492,-0.437334728,-0.435642077,-0.433912511,-0.432266676,-0.43067181,-0.428944631,-0.427608917,-0.426215447,-0.424717799,-0.423336913,-0.35829872,-0.356549671,-0.354984352,-0.35349511,-0.351824439,-0.350181534,-0.34810157,-0.345994632,-0.343929454,-0.341879679,-0.339238069,-0.33758117,-0.335915666,-0.334127009,-0.33247409,-0.437190546,-0.435710836,-0.434366716,-0.433126205,-0.431725873,-0.430357251,-0.428652039,-0.426913325,-0.425258676,-0.423658099,-0.421876649,-0.420527571,-0.419127586,-0.417607426,-0.416217899,-0.454292779,-0.452735953,-0.451313938,-0.45006277,-0.448655528,-0.447224377,-0.44544242,-0.443603633,-0.44185948,-0.440161192,-0.438464028,-0.437077307,-0.435612172,-0.434081937,-0.432635296,-0.409922464,-0.408306163,-0.406854478,-0.405502211,-0.403985822,-0.402502613,-0.400643589,-0.398753412,-0.396941415,-0.395190462,-0.393180321,-0.391722678,-0.390239543,-0.388629077,-0.387149651,-0.448454071,-0.44694505,-0.445569381,-0.44432955,-0.442935511,-0.441536836,-0.439803228,-0.438026772,-0.436335394,-0.434693094,-0.432987487,-0.43163114,-0.430210559,-0.428707991,-0.427301416,-0.374355619,-0.372593169,-0.371056926,-0.369601137,-0.367976824,-0.366429777,-0.364412391,-0.362377797,-0.360421086,-0.358561518,-0.356229957,-0.35465633,-0.353106513,-0.351357118,-0.349778596,-0.345705304,-0.343853598,-0.342288328,-0.340784227,-0.339105743,-0.337499751,-0.335363119,-0.333207374,-0.33109423,-0.329091679,-0.326381954,-0.324707252,-0.323094412,-0.321266961,-0.319604177,-0.473776791,-0.472346579,-0.470911274,-0.469717332,-0.468367253,-0.466962422,-0.465178635,-0.463231987,-0.461467127,-0.459711514,-0.457997995,-0.456684113,-0.455211437,-0.453705074,-0.452293715,-0.276980933,-0.275068701,-0.273472328,-0.271889726,-0.270070781,-0.268363715,-0.266027628,-0.263763441,-0.261403223,-0.259011605,-0.254922563,-0.252906563,-0.250977494,-0.248949106,-0.247080687,-0.434643818,-0.433101542,-0.431700864,-0.430421028,-0.428984796,-0.427554696,-0.42578049,-0.42396921,-0.422237444,-0.420557155,-0.418746566,-0.417357064,-0.415918088,-0.414384119,-0.412954625,-0.350715166,-0.348897532,-0.347318787,-0.345809271,-0.344116669,-0.342477373,-0.340354166,-0.338211105,-0.336109236,-0.334070463,-0.331383509,-0.329701266,-0.328048125,-0.326233383,-0.324569585,-0.438179076,-0.436945611,-0.435811169,-0.434725211,-0.433450259,-0.432285331,-0.430779412,-0.429265125,-0.42781517,-0.426373932,-0.42426818,-0.422959948,-0.421545375,-0.419912632,-0.418498331,-0.389001381,-0.387482766,-0.386110769,-0.384759763,-0.383173552,-0.381758583,-0.379926509,-0.378091493,-0.376373869,-0.374737961,-0.372397276,-0.370867436,-0.369233357,-0.367292272,-0.365650974,-0.474409915,-0.473026842,-0.471730885,-0.470592845,-0.46930626,-0.467998324,-0.466369685,-0.464665178,-0.463067865,-0.461502817,-0.459945867,-0.458674635,-0.457290189,-0.455846775,-0.454493111,-0.44372314,-0.442159687,-0.440735608,-0.439460729,-0.438027551,-0.436582875,-0.434789409,-0.43295239,-0.431198669,-0.429493543,-0.427726174,-0.426325311,-0.424862574,-0.42332308,-0.421872557,-0.372532816,-0.370768686,-0.369225668,-0.367763574,-0.366128234,-0.364551171,-0.362519124,-0.360464874,-0.358476911,-0.356569501,-0.354187006,-0.352595083,-0.35101975,-0.349274608,-0.347683624,-0.306671736,-0.304771595,-0.30320677,-0.301687464,-0.299994021,-0.298339866,-0.29611101,-0.29384037,-0.291563449,-0.289370667,-0.285992633,-0.284170301,-0.282460787,-0.280543561,-0.278782002,-0.303761147,-0.301850103,-0.300397973,-0.298942827,-0.297320863,-0.295802026,-0.293563256,-0.291296967,-0.288974726,-0.286860469,-0.283492671,-0.281758754,-0.280202558,-0.278329268,-0.276589343,-0.466951852,-0.46543508,-0.46402602,-0.462807909,-0.461439819,-0.460033714,-0.458271252,-0.456423824,-0.454694098,-0.452999147,-0.451370125,-0.450018439,-0.448557235,-0.447043368,-0.445618336,-0.479469945,-0.478277214,-0.477143748,-0.476126649,-0.474950014,-0.473779844,-0.472322139,-0.470786984,-0.469342234,-0.467918241,-0.466296438,-0.465065829,-0.463678663,-0.46219857,-0.460828699,-0.45031223,-0.44894702,-0.447691649,-0.446534151,-0.44521457,-0.443932472,-0.442332587,-0.440700016,-0.439149532,-0.437641005,-0.435913207,-0.434616188,-0.433246292,-0.431744515,-0.430389628,-0.354905653,-0.353280475,-0.35171214,-0.35019261,-0.348536477,-0.34706704,-0.34507564,-0.343089161,-0.341215623,-0.339470729,-0.336945696,-0.335320889,-0.333734603,-0.331725056,-0.33001616,-0.392254333,-0.390566997,-0.389066802,-0.387657743,-0.386079814,-0.384546562,-0.382604142,-0.380634599,-0.378739304,-0.376911755,-0.374734697,-0.373212794,-0.371682955,-0.370008303,-0.368475744,-0.45305814,-0.451392785,-0.449866061,-0.448570203,-0.447127691,-0.445629413,-0.443735552,-0.44174362,-0.439875906,-0.438040976,-0.436229943,-0.434756105,-0.433189079,-0.431573594,-0.430033802,-0.414423147,-0.41287061,-0.411474705,-0.410163654,-0.40867728,-0.407274773,-0.405489181,-0.403679607,-0.401962453,-0.400314528,-0.398336925,-0.396918816,-0.395469233,-0.393838814,-0.392387253,-0.455213947,-0.453779062,-0.452465242,-0.451275676,-0.449933584,-0.448595534,-0.44693788,-0.445237551,-0.443623425,-0.442055708,-0.440406201,-0.439097326,-0.437717244,-0.436246632,-0.434882263,-0.450083094,-0.448671908,-0.447379994,-0.446196028,-0.444855271,-0.443537557,-0.441900449,-0.440226823,-0.438637175,-0.437094305,-0.43539886,-0.434092828,-0.4327203,-0.431235583,-0.42987732,-0.436078813,-0.434466084,-0.432993384,-0.431682741,-0.430204254,-0.428714419,-0.426861737,-0.42496685,-0.423149661,-0.421378842,-0.419500731,-0.418043977,-0.416531767,-0.414941179,-0.413436806,-0.425233865,-0.423634166,-0.42217892,-0.42085437,-0.419374895,-0.417892254,-0.416042465,-0.414160447,-0.412345359,-0.41057396,-0.408637028,-0.407186234,-0.405694025,-0.404109618,-0.402611822,-0.321870614,-0.320026796,-0.318422758,-0.316865796,-0.315103791,-0.313402659,-0.311181864,-0.308962552,-0.30674057,-0.304521876,-0.301369133,-0.299569127,-0.297799013,-0.295891925,-0.29413719,-0.218514683,-0.216692449,-0.215188472,-0.213539929,-0.211573526,-0.20994323,-0.207414563,-0.20503417,-0.202475512,-0.19966397,-0.194901947,-0.192865375,-0.190830485,-0.188626774,-0.186676492,-0.453362031,-0.452073393,-0.450874247,-0.449764628,-0.448487536,-0.447256396,-0.445709521,-0.444135634,-0.442637257,-0.441168191,-0.43938679,-0.438095766,-0.436714547,-0.435179688,-0.433816938,-0.317939341,-0.316216748,-0.314659266,-0.313146413,-0.311424289,-0.309727064,-0.307578242,-0.305413819,-0.303238047,-0.300970967,-0.297692697,-0.295923572,-0.294135756,-0.292248719,-0.290505604,-0.470305025,-0.468989697,-0.467765158,-0.466663612,-0.465409996,-0.464157654,-0.462604907,-0.460999114,-0.459482564,-0.457999083,-0.456416011,-0.455160962,-0.453803602,-0.452355329,-0.451017341,0.09399371,0.101208321,0.108031097,0.114586202,0.122016314,0.129873372,0.139374176,0.148410898,0.1562505,0.162458768,0.166034105,0.170535183,0.175025432,0.179748291,0.184637942,0.022050532,0.028383462,0.034251963,0.040220303,0.046693767,0.053884347,0.062489969,0.070977704,0.078450788,0.084707071,0.089729296,0.09414908,0.098615098,0.103014212,0.107494719,-0.061483526,-0.057409047,-0.053739509,-0.049825197,-0.045441264,-0.040792036,-0.035472076,-0.029823377,-0.025229631,-0.021110845,-0.016991813,-0.014010313,-0.010813066,-0.008122131,-0.005329479,0.07089631,0.079340283,0.086958352,0.094404337,0.102622524,0.111391724,0.122037627,0.132190075,0.140663123,0.147346451,0.150767456,0.15566947,0.160685811,0.165688899,0.1710635,0.152962365,0.162250883,0.170843747,0.179038989,0.188190631,0.197981851,0.210430925,0.221950449,0.231779498,0.239263461,0.244256362,0.249500467,0.255228977,0.261137582,0.267569262,0.300007941,0.314762937,0.327806392,0.340426066,0.35423737,0.368603497,0.386510395,0.402955668,0.415981816,0.425671022,0.431044486,0.438159457,0.445288175,0.452474947,0.460834559,0.140701001,0.147350852,0.153872926,0.16011744,0.167516646,0.175149352,0.183947382,0.192230545,0.199731567,0.205720577,0.208072685,0.212318011,0.216197709,0.220567746,0.224903367,0.004393056,0.010624615,0.016314505,0.022028972,0.028314134,0.035124596,0.043181676,0.051130364,0.057925942,0.063546652,0.067655597,0.071748817,0.075940788,0.080062589,0.084290559,-0.078209128,-0.074413989,-0.070965292,-0.067290315,-0.063127668,-0.058689983,-0.053626518,-0.048276147,-0.043780705,-0.039844932,-0.035616617,-0.032737675,-0.029766906,-0.027151084,-0.024478495,0.414423766,0.4236345,0.431376786,0.438636742,0.446707867,0.456116398,0.469075789,0.481621981,0.493188087,0.501468283,0.514972704,0.520436661,0.526326178,0.532241508,0.538051214,-0.014584964,-0.009622573,-0.00519463,-0.000612554,0.004425792,0.009806376,0.015988189,0.022583448,0.027755999,0.032499329,0.036451569,0.039739803,0.043523174,0.046706723,0.049982595,-0.079298597,-0.075512061,-0.071984839,-0.068248445,-0.063922962,-0.059252074,-0.053874209,-0.048229565,-0.043330617,-0.039248474,-0.034363174,-0.031399575,-0.028366055,-0.025481674,-0.022666374,0.217960974,0.223509884,0.230325192,0.23616981,0.242615731,0.249717648,0.25834122,0.266810807,0.274362219,0.280347371,0.282851783,0.287103142,0.290081576,0.293992724,0.297971122,0.114052644,0.120084229,0.125479995,0.131070393,0.137278512,0.144130018,0.151794717,0.15919422,0.165499557,0.170905064,0.175936685,0.179900743,0.183834637,0.187756713,0.191743617,0.271680185,0.280681056,0.289190103,0.297330654,0.30643616,0.316175903,0.329133613,0.341583873,0.352208463,0.360367212,0.369638274,0.375230897,0.381524515,0.388347636,0.395246514,0.040780168,0.047824427,0.054270744,0.060742725,0.067781842,0.075505485,0.084809629,0.093862026,0.101702321,0.108133902,0.112624695,0.117208798,0.121840423,0.12642606,0.131160539,-0.08897722,-0.085485107,-0.082292211,-0.078961995,-0.07503265,-0.070779016,-0.065908897,-0.06081596,-0.056342969,-0.05255762,-0.048029889,-0.045287971,-0.042559257,-0.040088025,-0.037610662,0.04749994,0.054695959,0.061290179,0.067744112,0.074964509,0.082624214,0.091788614,0.100587089,0.108076639,0.114063819,0.117588174,0.122007859,0.126501717,0.131054421,0.135809866,-0.013110928,-0.007953805,-0.003286231,0.00151901,0.006816718,0.012527031,0.019118581,0.025920686,0.031520578,0.036431246,0.040806475,0.044318517,0.048144463,0.051653934,0.055194359,-0.07379335,-0.069781672,-0.06609547,-0.062191097,-0.057744858,-0.052945303,-0.047424629,-0.041608197,-0.036608225,-0.032350437,-0.027785965,-0.024723813,-0.021536802,-0.018579879,-0.015591209,0.010841994,0.017042054,0.022701186,0.02837189,0.034638261,0.041386318,0.049325808,0.057140686,0.063792515,0.069279613,0.073348405,0.077389703,0.081521642,0.085616445,0.089803173,-0.036817692,-0.032119657,-0.027910775,-0.023537424,-0.018711661,-0.013575456,-0.007670757,-0.001351228,0.003655321,0.008215838,0.012067152,0.015252432,0.018851851,0.0218738,0.025003598,-0.055276593,-0.052113268,-0.049267557,-0.046386538,-0.042863568,-0.038914839,-0.034444172,-0.02971083,-0.025540074,-0.021981302,-0.016955715,-0.014318086,-0.011863123,-0.009769685,-0.007588375,-0.054267381,-0.049927112,-0.045706659,-0.041104704,-0.035892692,-0.030250273,-0.023504887,-0.016980341,-0.011033709,-0.00645371,-0.000733705,0.002298975,0.005560407,0.008593532,0.011484045,0.084450824,0.0907976,0.096792247,0.102730027,0.109643492,0.116730129,0.124908459,0.13270687,0.139624637,0.14519842,0.149698312,0.153824811,0.157825907,0.1620069,0.166206733,0.156444342,0.164974207,0.172858561,0.180862236,0.189327818,0.198858737,0.210708237,0.221952922,0.232031888,0.240295666,0.246601152,0.25225173,0.257760388,0.26336933,0.269038699,-0.081285867,-0.077756963,-0.074559568,-0.07117021,-0.067258074,-0.063061603,-0.058276933,-0.05322934,-0.048878291,-0.045130475,-0.040715834,-0.037972878,-0.035245054,-0.032803888,-0.030327266,0.08786639,0.094055769,0.099862804,0.106055891,0.112745598,0.120644144,0.130267236,0.139890576,0.148869936,0.156555207,0.16509254,0.170540623,0.175796842,0.18093824,0.186248903,0.157711333,0.164450193,0.171391201,0.177830051,0.184899035,0.192559828,0.202162844,0.211487855,0.219564122,0.225972561,0.230512111,0.235078067,0.239382633,0.244078443,0.248849021,0.257726268,0.265586837,0.273198181,0.280353008,0.288315641,0.297077473,0.30863992,0.319968669,0.329725818,0.337252109,0.345478406,0.350713214,0.356201894,0.362109708,0.367894689,0.081444847,0.089723857,0.097188732,0.104591449,0.112657925,0.121398049,0.13204321,0.142255145,0.150889695,0.157795496,0.161984301,0.166946248,0.171938358,0.176898425,0.182143766,0.181135296,0.188247745,0.195460626,0.202189299,0.209550726,0.217551434,0.227808912,0.237790067,0.246392673,0.253165653,0.258951623,0.263734464,0.268465877,0.273541261,0.278667577,0.278852517,0.292181591,0.304219345,0.316011138,0.328702513,0.341802044,0.358192132,0.373665232,0.385781412,0.395046639,0.4013723,0.40825476,0.414613058,0.421162131,0.42849013,0.255458521,0.260641308,0.268742596,0.275618925,0.282110142,0.288955614,0.297980518,0.30699207,0.314735839,0.321085334,0.325685707,0.330211708,0.333437487,0.336977962,0.340472845,-0.064997546,-0.061156122,-0.057509825,-0.053571184,-0.049058485,-0.044115379,-0.038383259,-0.032501851,-0.027308729,-0.023140791,-0.017602413,-0.014641485,-0.011580965,-0.008616427,-0.005864619,-0.02414758,-0.020266646,-0.016623217,-0.01267078,-0.007998112,-0.002899191,0.003076764,0.009352975,0.014820393,0.019323598,0.025227851,0.028430488,0.031725941,0.034887783,0.038065151,0.241679655,0.247759552,0.254931588,0.261418355,0.268132094,0.275521905,0.285229012,0.294799144,0.303025836,0.309585293,0.315947348,0.320484624,0.324513065,0.328807346,0.332958422,-0.088144246,-0.08454725,-0.081221731,-0.077751573,-0.073614096,-0.069117913,-0.063914357,-0.058565866,-0.053787574,-0.049840279,-0.045148623,-0.042355031,-0.039534242,-0.036960601,-0.034406096,-0.085423048,-0.081576481,-0.07803838,-0.074300651,-0.070028474,-0.065437892,-0.060180387,-0.054634098,-0.049871531,-0.045811343,-0.041373313,-0.038429345,-0.035387073,-0.032575333,-0.029759043,-0.008108384,-0.004063031,-0.000547033,0.003517605,0.008029809,0.012807062,0.018286199,0.023924514,0.02829915,0.032405623,0.037208342,0.04037587,0.043721812,0.046080299,0.048768564,-0.054080858,-0.049516831,-0.045354233,-0.041011986,-0.036174109,-0.030941476,-0.024887886,-0.018559654,-0.013209085,-0.008571378,-0.00423917,-0.000927793,0.002575842,0.005783473,0.009061175,-0.026550176,-0.022002664,-0.018001124,-0.013762621,-0.009089707,-0.004202874,0.001396376,0.007553365,0.012136282,0.016526495,0.020189654,0.023193653,0.026784764,0.029437969,0.032289862,-0.058040071,-0.053748608,-0.049880234,-0.045807635,-0.04126675,-0.03644074,-0.03090528,-0.02500701,-0.020225702,-0.015938838,-0.011925429,-0.00886847,-0.005533457,-0.002692888,0.000241981,0.052116681,0.058075625,0.063507983,0.069039289,0.075169823,0.081819525,0.089451588,0.096941584,0.103326237,0.108668993,0.113387797,0.117353487,0.121355127,0.125373431,0.129414087,0.166706913,0.174464231,0.18195932,0.189067566,0.196940695,0.205445292,0.216311541,0.226728741,0.235700832,0.24269762,0.248555588,0.253484305,0.258631785,0.264065181,0.269708738,0.482244252,0.491105082,0.498617033,0.505613622,0.513259185,0.522680672,0.535874354,0.548650288,0.56055176,0.568797638,0.588175555,0.593660972,0.599706948,0.605121158,0.610383756,0.113097925,0.120830321,0.128126524,0.135101208,0.142900904,0.151242912,0.161590783,0.171418151,0.179869145,0.186482848,0.190676698,0.195419633,0.200308889,0.205405337,0.210770642,-0.001212622,0.001693715,0.0041018,0.00669799,0.009775471,0.013188267,0.017149606,0.021477562,0.025270328,0.02853982,0.035031186,0.037458061,0.039483557,0.041219476,0.043106909,-0.04477805,-0.041772765,-0.03916174,-0.036659157,-0.033104441,-0.028935514,-0.024103471,-0.01903145,-0.014324762,-0.010511326,-0.005633642,-0.002988645,-0.000524484,0.001471737,0.003627778,0.050468237,0.055335636,0.059821039,0.064859038,0.070547643,0.077034904,0.084834255,0.092830018,0.100131611,0.106235541,0.113844561,0.118017246,0.122263215,0.126340265,0.130659864,-0.035997475,-0.03138924,-0.027156375,-0.022665138,-0.01762966,-0.012087376,-0.005609016,0.001103833,0.00697184,0.011949907,0.017055998,0.0205761,0.024224375,0.027666891,0.031205536,0.202921595,0.211200653,0.219456619,0.227977831,0.23672028,0.247138765,0.260096079,0.272486506,0.284322704,0.294572765,0.304835682,0.31157286,0.318048946,0.32478741,0.331342219,0.103729101,0.112484901,0.120501631,0.128209698,0.136804936,0.145965528,0.157323897,0.167991014,0.176994456,0.183958953,0.187490873,0.19251384,0.197817531,0.203247763,0.209085704,0.151499455,0.162395621,0.17216627,0.181579351,0.191964408,0.203008181,0.216753223,0.229485839,0.239947939,0.247914527,0.250854884,0.256606537,0.262707698,0.26889312,0.275747493,-0.029880194,-0.026047523,-0.022393413,-0.018545957,-0.013912651,-0.008930925,-0.003051643,0.003083044,0.008306775,0.012557541,0.018797456,0.021980116,0.025088503,0.028221911,0.031150895,0.106046991,0.111977996,0.117415249,0.123124623,0.129386889,0.136379078,0.144294387,0.152003443,0.158555829,0.164032939,0.170793062,0.17494394,0.179212556,0.183421043,0.18763937,-0.093635498,-0.089955774,-0.086553064,-0.082967294,-0.078820322,-0.07435643,-0.069240993,-0.063882759,-0.05921385,-0.055286087,-0.050752422,-0.047909232,-0.045005072,-0.042305483,-0.039642833,0.194605054,0.205133168,0.214451949,0.223676529,0.233602597,0.244303141,0.257625886,0.270253768,0.280615782,0.2887324,0.294209411,0.29996136,0.305561895,0.311218308,0.317267053,0.016741599,0.022680319,0.028213504,0.033914125,0.040100042,0.047048517,0.055348394,0.063622359,0.070995901,0.077235273,0.082793776,0.087186363,0.091607778,0.095934498,0.1003347,-0.02514527,-0.019993735,-0.015251294,-0.010331034,-0.004905796,0.001081927,0.008115752,0.015292239,0.02154867,0.026875899,0.031761199,0.035552926,0.039455024,0.043175001,0.046974096,0.115013148,0.124830873,0.133653627,0.142193877,0.151625897,0.161656156,0.17400005,0.185578469,0.195148403,0.202540835,0.205656342,0.211050921,0.21666728,0.222308265,0.228497643,0.179707594,0.190805266,0.200848628,0.210464451,0.221146798,0.232514019,0.246994175,0.26021545,0.271129418,0.279255529,0.283059767,0.288764641,0.295032545,0.301592002,0.308778774,0.036393961,0.041889021,0.046473025,0.051228471,0.056286448,0.061543508,0.067550023,0.074764239,0.079210429,0.084193094,0.08627511,0.089200336,0.093645289,0.096073253,0.099008369,0.095440499,0.102842029,0.109828383,0.11694464,0.124500304,0.133074921,0.143552499,0.153673348,0.162825484,0.170499926,0.176844328,0.182095009,0.187289367,0.192532928,0.197804674,0.06903113,0.075979853,0.082467411,0.088781203,0.095998485,0.103551281,0.11251556,0.121038107,0.128448983,0.13437094,0.137977331,0.142329913,0.146659402,0.151157958,0.155789286,-0.016312428,-0.012939636,-0.010379445,-0.007391319,-0.00401467,-0.000425338,0.003666942,0.008377784,0.012611292,0.015928553,0.021059715,0.02349559,0.025616424,0.027472308,0.029502352,0.062537836,0.068718412,0.074440791,0.080167076,0.086625854,0.093432707,0.101337681,0.10904288,0.115698022,0.121124001,0.125778817,0.129818088,0.133847073,0.137952507,0.142092111,-0.066596787,-0.062409663,-0.058574816,-0.054522985,-0.049944123,-0.044993401,-0.039284968,-0.033284535,-0.028145956,-0.02374437,-0.019222127,-0.016070324,-0.012770816,-0.009725032,-0.006623865,0.141901731,0.147991567,0.153817097,0.159692719,0.166523654,0.173397361,0.181220843,0.189025831,0.195912989,0.201240218,0.208256142,0.212153938,0.216156765,0.220081659,0.22413166,0.328532012,0.344768115,0.359170933,0.372947227,0.387933547,0.403700969,0.423719849,0.441584023,0.455796065,0.466342426,0.468740918,0.476062093,0.484047274,0.492405897,0.501943887,0.030236626,0.036520156,0.042277594,0.048025043,0.054422949,0.061259817,0.069274718,0.077110759,0.083800417,0.089284103,0.093402938,0.097472274,0.101588686,0.10573091,0.109950622,0.085067656,0.093946584,0.101957232,0.109741204,0.1183536,0.127523143,0.138716599,0.149312063,0.15813635,0.165033497,0.168246074,0.173300292,0.178521798,0.183754529,0.189419497,0.077872922,0.085903943,0.093272985,0.100395967,0.10836305,0.116829077,0.127160432,0.136949773,0.145252765,0.151766877,0.15513245,0.159885522,0.164802371,0.169821827,0.175153902,0.066548772,0.07200447,0.07677396,0.081753065,0.087284124,0.093272392,0.100071431,0.107304685,0.112759098,0.117939858,0.122796378,0.126261393,0.13057852,0.134210081,0.137780324,-0.010980601,-0.00525303,-9.91E-06,0.005309699,0.011156443,0.017515976,0.024988565,0.032466495,0.038868703,0.044253343,0.048572101,0.052468414,0.056492553,0.060395245,0.064365682,0.12912011,0.135626261,0.141959636,0.148080032,0.156055373,0.163759731,0.172272685,0.179729055,0.186964979,0.192776317,0.196347797,0.200544762,0.204347418,0.208588244,0.212791143,0.112852508,0.122244474,0.130670891,0.138937736,0.147974656,0.157627912,0.169448731,0.18069401,0.189981192,0.197270077,0.201285711,0.206587078,0.211908669,0.217216168,0.222960601,0.20623668,0.215180437,0.223644485,0.231782366,0.240760886,0.25056343,0.263208916,0.274793813,0.284866449,0.292577483,0.29992724,0.305225343,0.311218506,0.317296821,0.324137546,0.034782653,0.041678169,0.048503021,0.055849019,0.064620297,0.073543236,0.084897945,0.094404238,0.10354965,0.110366293,0.116727607,0.120648496,0.124926755,0.128726741,0.13284518,0.027625156,0.03344307,0.038758085,0.044171702,0.050149486,0.056627946,0.064119029,0.071534207,0.077833462,0.083110499,0.087846067,0.091758055,0.095774678,0.099752335,0.103749573,0.03451172,0.039356373,0.043434313,0.047938952,0.052944463,0.05796916,0.06372823,0.070341291,0.074572969,0.079086607,0.082964129,0.0858719,0.089949049,0.092129914,0.094724274,0.38344493,0.390410169,0.396227688,0.403470337,0.410475136,0.41836033,0.429485249,0.439766462,0.449282299,0.456899676,0.467556705,0.471845447,0.476411205,0.480123072,0.483740095,0.069524289,0.075185004,0.080288573,0.085661592,0.091593586,0.098101418,0.105539442,0.112964758,0.119114626,0.124434882,0.130905776,0.134768315,0.13918167,0.143301345,0.147353918,-0.039241452,-0.035663445,-0.032470154,-0.029262621,-0.024898369,-0.020012971,-0.01416148,-0.008352961,-0.002867395,0.001481874,0.006314807,0.009111267,0.011860255,0.014183238,0.016652937,0.050487374,0.056182407,0.061401193,0.066803832,0.072752887,0.079250038,0.086718176,0.094117531,0.10037955,0.105655698,0.111422383,0.115353013,0.119486634,0.123515372,0.127533528,0.41277186,0.422331509,0.430702593,0.438586403,0.447723952,0.457845741,0.471452028,0.485199147,0.497103882,0.505790552,0.516415538,0.522102313,0.528598969,0.535490529,0.542387626,0.133779773,0.140519918,0.147254624,0.153588691,0.160692833,0.168300814,0.177556893,0.186471277,0.194256683,0.200445122,0.20399519,0.208430896,0.212589983,0.217156037,0.221805068,0.040635282,0.048101739,0.054868191,0.061535794,0.068896578,0.076785877,0.08626527,0.09541073,0.103123742,0.109308917,0.11291066,0.117447787,0.122078077,0.126684086,0.131539519,0.026467398,0.033449252,0.039793505,0.046101414,0.05303723,0.060527275,0.069487548,0.078206162,0.085620846,0.091645162,0.095520656,0.099909386,0.104381981,0.108807847,0.113419197,0.302991221,0.310785033,0.318058341,0.324995987,0.332663209,0.341311803,0.352851503,0.364222382,0.374176142,0.381744762,0.390987638,0.396042747,0.401374377,0.406886695,0.412279246,0.012975833,0.017033301,0.020777804,0.025058783,0.030064492,0.035590458,0.04215397,0.048999591,0.055118949,0.060158432,0.066915143,0.070308901,0.073893634,0.077302227,0.080896256,-0.031329506,-0.027739037,-0.024546142,-0.020951322,-0.016963379,-0.01267167,-0.007815644,-0.00266223,0.00160342,0.005413444,0.009839606,0.012698917,0.015485981,0.017753086,0.020239795,0.026506562,0.033259564,0.039418926,0.045516378,0.052282188,0.059517717,0.068110136,0.076462231,0.083556088,0.089308482,0.093060452,0.097308102,0.101632498,0.105957982,0.110439429,-0.031397498,-0.026265941,-0.021580763,-0.016768994,-0.011462633,-0.005704156,0.000999545,0.007870978,0.013688003,0.018693514,0.023013954,0.026604274,0.030386161,0.033934399,0.037539702,0.003533083,0.009115519,0.014209941,0.019409095,0.02514082,0.031343995,0.038544414,0.045763922,0.051865082,0.057032046,0.061633259,0.065418904,0.069383407,0.073222013,0.077083562,-0.420216312,-0.41908438,-0.417826981,-0.416590389,-0.415077956,-0.413514713,-0.412187171,-0.41013616,-0.408404641,-0.406817243,-0.404643498,-0.403399006,-0.402142449,-0.401049544,-0.400038824,-0.493551205,-0.492492643,-0.491269303,-0.490196882,-0.488908133,-0.48760089,-0.48619277,-0.484569113,-0.483137851,-0.481754146,-0.47997434,-0.478962916,-0.477851986,-0.476633876,-0.47551967,-0.389826023,-0.388776362,-0.387549177,-0.386278625,-0.38469585,-0.383049483,-0.381991242,-0.379722951,-0.377888973,-0.376137897,-0.373405375,-0.372075286,-0.370673397,-0.369601088,-0.368560055,-0.517283448,-0.516463639,-0.515630405,-0.514824665,-0.51388059,-0.512917811,-0.512342604,-0.51109491,-0.510069331,-0.509189416,-0.508244983,-0.507513306,-0.506763752,-0.506036661,-0.505326531,-0.415468779,-0.414390671,-0.413053375,-0.411823397,-0.410090518,-0.408590521,-0.406717429,-0.404512087,-0.402799631,-0.400861166,-0.397607127,-0.396154898,-0.394699579,-0.393261023,-0.392018583,-0.455269788,-0.453945707,-0.452577888,-0.451361224,-0.449898549,-0.448403423,-0.446701265,-0.444799133,-0.443141455,-0.441465505,-0.4394409,-0.438153869,-0.436817611,-0.435484556,-0.43429677,-0.520132862,-0.519297298,-0.518453389,-0.517645479,-0.516708822,-0.515750852,-0.515020917,-0.513831092,-0.512827863,-0.511941063,-0.511028401,-0.510303226,-0.509559804,-0.508834086,-0.508131274,-0.481571653,-0.480618171,-0.47961833,-0.478638998,-0.477475862,-0.476284738,-0.475561084,-0.473957169,-0.472642595,-0.471493837,-0.470114423,-0.469193948,-0.468246226,-0.467349833,-0.466486942,-0.463643665,-0.462313675,-0.460864142,-0.459540419,-0.457941697,-0.456382843,-0.454800637,-0.453048485,-0.451780938,-0.450121504,-0.447264171,-0.445867796,-0.444556597,-0.443460972,-0.44240707,-0.515717238,-0.51483594,-0.513943379,-0.513094123,-0.512111849,-0.511106259,-0.510257856,-0.509024775,-0.507973469,-0.507026563,-0.506055637,-0.505292399,-0.504509257,-0.503740975,-0.503003314,-0.493272496,-0.492331933,-0.491359499,-0.490421049,-0.489316486,-0.488184936,-0.487351418,-0.485887618,-0.484665947,-0.483580459,-0.482344127,-0.481473398,-0.48058028,-0.479722062,-0.478902464,-0.433023684,-0.431938072,-0.430680464,-0.429512742,-0.427923415,-0.426518349,-0.424799106,-0.422780126,-0.42117427,-0.419407976,-0.416588881,-0.415249273,-0.413895794,-0.412559846,-0.411388143,-0.519722439,-0.518901845,-0.518071337,-0.517272149,-0.516341005,-0.515389983,-0.514740762,-0.513536448,-0.512533441,-0.511660092,-0.510743486,-0.510022564,-0.509283889,-0.508565464,-0.507866411,-0.479738961,-0.478729193,-0.477672547,-0.47665907,-0.475461097,-0.474232763,-0.473207641,-0.471627412,-0.470295445,-0.469084281,-0.467658236,-0.466701725,-0.465722924,-0.46478079,-0.463897303,-0.513891692,-0.513020963,-0.512137402,-0.511292275,-0.510310446,-0.509305696,-0.508515904,-0.507263302,-0.506205296,-0.505263187,-0.504274978,-0.503511097,-0.502727745,-0.501963542,-0.501227909,-0.502621516,-0.501693116,-0.50074223,-0.499834228,-0.498774195,-0.497689016,-0.496793229,-0.495430318,-0.494276677,-0.493236312,-0.49210339,-0.491270514,-0.490416487,-0.48958423,-0.488792039,-0.490497534,-0.489394999,-0.48823425,-0.487168554,-0.48591756,-0.484646637,-0.483313322,-0.481762417,-0.480419446,-0.479115714,-0.477629353,-0.476627002,-0.475588257,-0.474538026,-0.473564455,-0.464007155,-0.462923275,-0.461766222,-0.46066716,-0.459357086,-0.458017874,-0.456763813,-0.455038859,-0.453573897,-0.452203952,-0.450515046,-0.449450637,-0.448364828,-0.447307378,-0.446340037,-0.253288534,-0.252178668,-0.250292595,-0.248485691,-0.246348762,-0.243880423,-0.240997427,-0.238158119,-0.235445772,-0.232920121,-0.229020174,-0.227255747,-0.225634673,-0.224564045,-0.223614989,-0.480252802,-0.479320991,-0.478335428,-0.477358581,-0.476192491,-0.47500353,-0.47451999,-0.472837389,-0.471489943,-0.47034885,-0.468944315,-0.468021949,-0.46706812,-0.466159772,-0.465274233,-0.46737211,-0.466362255,-0.465291516,-0.464244314,-0.462994989,-0.461711629,-0.460815137,-0.45910482,-0.457689295,-0.456427916,-0.4548668,-0.453868578,-0.452843431,-0.451886982,-0.450977657,-0.529735742,-0.528807627,-0.527867112,-0.526977129,-0.525977535,-0.5249457,-0.523942743,-0.52278009,-0.521758918,-0.520823836,-0.520063033,-0.519322758,-0.518562109,-0.517807747,-0.517068504,-0.46000716,-0.458745855,-0.457428005,-0.456243507,-0.454814989,-0.453365925,-0.451728719,-0.449884715,-0.448294263,-0.446686282,-0.444686859,-0.443448783,-0.44216483,-0.440886638,-0.439743456,-0.536235093,-0.535500659,-0.534766787,-0.534063061,-0.533249255,-0.532419235,-0.531843595,-0.530822843,-0.529967857,-0.529226772,-0.52849167,-0.527867805,-0.527229834,-0.526605814,-0.52599253,-0.485328284,-0.484296325,-0.483218787,-0.482204148,-0.481005891,-0.479788497,-0.478616733,-0.47708342,-0.475774025,-0.474540833,-0.473113329,-0.472149993,-0.471162119,-0.470186681,-0.469283946,-0.476538797,-0.475550465,-0.474512103,-0.473501741,-0.472302025,-0.471070909,-0.470196027,-0.468570095,-0.467221005,-0.466020795,-0.464576688,-0.463622526,-0.462643218,-0.461718305,-0.460838243,-0.492982513,-0.492011155,-0.491007407,-0.490049845,-0.488926343,-0.487776312,-0.486796089,-0.485341116,-0.484108727,-0.482986931,-0.481724019,-0.480833659,-0.479921244,-0.479033195,-0.478195857,-0.500828655,-0.499914411,-0.498975664,-0.49807215,-0.497013031,-0.495928693,-0.495122162,-0.493733463,-0.492571577,-0.491540545,-0.490396769,-0.489565698,-0.488713352,-0.487889736,-0.487100673,-0.509157546,-0.508306535,-0.507434842,-0.506588331,-0.50559184,-0.504575569,-0.504007074,-0.502663387,-0.501565895,-0.500627297,-0.499588935,-0.498813112,-0.498017311,-0.497248484,-0.496498919,-0.479412831,-0.478347073,-0.477224115,-0.476174306,-0.474922087,-0.473661982,-0.472383023,-0.470785846,-0.46942275,-0.468110389,-0.466542016,-0.465524904,-0.464481028,-0.463444187,-0.462494475,-0.540692805,-0.539993591,-0.539295922,-0.538625791,-0.537848119,-0.537056447,-0.536552824,-0.535575668,-0.534764587,-0.534070472,-0.533377322,-0.532782249,-0.532175202,-0.53158155,-0.530994574,-0.337994838,-0.336727847,-0.335174989,-0.333639809,-0.331700578,-0.329654982,-0.327417102,-0.324904728,-0.322657255,-0.320561937,-0.317372182,-0.31571459,-0.314138194,-0.312944115,-0.311885034,-0.448454628,-0.447071949,-0.445659738,-0.444419436,-0.442921405,-0.44138803,-0.439617582,-0.437645146,-0.435897149,-0.434133018,-0.432086,-0.430742585,-0.429343996,-0.427934442,-0.426695748,-0.246644543,-0.245443023,-0.243764786,-0.241987551,-0.239609853,-0.237124454,-0.234013372,-0.231325627,-0.228670567,-0.226193624,-0.221843366,-0.219704064,-0.217840342,-0.21696625,-0.216160275,-0.466016567,-0.464698272,-0.463312676,-0.462046847,-0.460541349,-0.45904579,-0.457434211,-0.455671675,-0.454211633,-0.452596333,-0.450423083,-0.44915174,-0.447868813,-0.446671583,-0.445542617,-0.442905705,-0.44192997,-0.440846102,-0.43972689,-0.438381126,-0.4370072,-0.436650077,-0.434587371,-0.432948706,-0.431547942,-0.429557704,-0.428470622,-0.427325436,-0.426252175,-0.42519517,-0.397805542,-0.396683536,-0.395401586,-0.394118475,-0.392511197,-0.390855188,-0.389451741,-0.387280593,-0.385445008,-0.383747609,-0.38126901,-0.379923938,-0.378572091,-0.377495851,-0.376497567,-0.429476842,-0.428411715,-0.427211159,-0.426123409,-0.424662329,-0.42323637,-0.421468716,-0.419444964,-0.417741409,-0.415956114,-0.413095036,-0.41171535,-0.410279538,-0.408834727,-0.407657041,-0.378444487,-0.377414457,-0.375943388,-0.374594681,-0.372587903,-0.370901729,-0.368701455,-0.366141561,-0.364193133,-0.361867974,-0.357686858,-0.356001179,-0.354354441,-0.352657092,-0.351287098,-0.473582084,-0.472332338,-0.470939696,-0.469701249,-0.468223207,-0.466722333,-0.465139274,-0.463347439,-0.461896632,-0.460318406,-0.457977053,-0.456739113,-0.455512114,-0.454307985,-0.453205808,-0.49847897,-0.497452092,-0.496390118,-0.495399684,-0.494244918,-0.493069309,-0.491894776,-0.490460114,-0.489220406,-0.488046355,-0.486775024,-0.48585958,-0.484916235,-0.48397394,-0.483092085,-0.486453727,-0.485416316,-0.484333672,-0.483317648,-0.482117401,-0.480900737,-0.479705781,-0.478178698,-0.476872246,-0.475633812,-0.47420496,-0.473239288,-0.472248076,-0.471266074,-0.470357986,-0.389172401,-0.387856727,-0.386275683,-0.384815171,-0.383018528,-0.381158911,-0.379045593,-0.37661177,-0.374476621,-0.372454093,-0.369491384,-0.367966588,-0.36646041,-0.364918678,-0.36361507,-0.420578912,-0.419434963,-0.418134593,-0.417083387,-0.415708818,-0.414114089,-0.412151864,-0.409802772,-0.407867003,-0.406027883,-0.403032636,-0.40154426,-0.399898659,-0.398276819,-0.396986216,-0.490575516,-0.489649107,-0.488685945,-0.48774658,-0.486635169,-0.485498155,-0.484802081,-0.483285185,-0.482040038,-0.480955922,-0.479690921,-0.478815779,-0.477915887,-0.477057533,-0.476229491,-0.507391314,-0.506492535,-0.505575509,-0.504697499,-0.503673761,-0.50262583,-0.501800508,-0.500482336,-0.499370876,-0.49837834,-0.497310618,-0.496510094,-0.495689185,-0.49489043,-0.494125065,-0.476084728,-0.475026524,-0.473909327,-0.472856365,-0.471604418,-0.470333966,-0.469102738,-0.467484174,-0.466105823,-0.46480167,-0.463238675,-0.462224494,-0.46118628,-0.460162777,-0.459223721,-0.500670491,-0.499683964,-0.498669783,-0.49771583,-0.496604493,-0.495470755,-0.494391585,-0.492998498,-0.491800846,-0.490684305,-0.489480893,-0.488602215,-0.487699208,-0.486804669,-0.48596377,-0.354508254,-0.353199131,-0.351378455,-0.349732583,-0.347603442,-0.345482065,-0.342933,-0.340152784,-0.337734512,-0.33525972,-0.331270023,-0.329508018,-0.327654483,-0.325622263,-0.324044458,-0.477509364,-0.476478258,-0.475395738,-0.474363643,-0.473142578,-0.471892696,-0.470784598,-0.469185047,-0.467829863,-0.466581452,-0.465103522,-0.464123448,-0.463121134,-0.462148366,-0.461244123,-0.448164051,-0.447026357,-0.445789925,-0.444655928,-0.443204898,-0.441819538,-0.440174617,-0.438287976,-0.436703495,-0.435051256,-0.4326776,-0.431412253,-0.430104194,-0.428795022,-0.42765922,-0.510433612,-0.509419071,-0.508346911,-0.507352941,-0.506210031,-0.505042099,-0.50385278,-0.502472166,-0.501264217,-0.500125658,-0.49898051,-0.498106493,-0.497196328,-0.496265864,-0.495383848,-0.516608341,-0.515660594,-0.514693612,-0.513785376,-0.512745233,-0.511679055,-0.510653538,-0.509392851,-0.508296905,-0.507282822,-0.506300053,-0.505499888,-0.504675667,-0.503853831,-0.503067203,-0.476450567,-0.475272869,-0.474035806,-0.472906222,-0.471562943,-0.470207462,-0.468735033,-0.467053928,-0.465607905,-0.464165566,-0.462430215,-0.461319842,-0.460175139,-0.459031215,-0.457985039,-0.505021664,-0.503926422,-0.502690856,-0.501508089,-0.500174094,-0.498833386,-0.497396795,-0.495829745,-0.494463076,-0.4931532,-0.492008225,-0.491029375,-0.490038002,-0.489029284,-0.488070263,-0.44316618,-0.441513743,-0.439914761,-0.438570443,-0.436967653,-0.435323511,-0.43337559,-0.431317372,-0.429408206,-0.42744032,-0.425520436,-0.424057341,-0.4226264,-0.421146888,-0.419817182,-0.418585089,-0.417355667,-0.41596007,-0.41464557,-0.41305251,-0.411410346,-0.409698854,-0.407558315,-0.405716178,-0.403967056,-0.401579715,-0.400249404,-0.39891306,-0.397597385,-0.396444375,-0.491379229,-0.490271872,-0.489080613,-0.487999699,-0.486727503,-0.485432462,-0.484065199,-0.482489644,-0.48112117,-0.479788609,-0.478219902,-0.477206845,-0.476145266,-0.475052275,-0.474040689,-0.458526164,-0.457151125,-0.455697574,-0.454360055,-0.452763917,-0.451208487,-0.449536666,-0.447748244,-0.446299674,-0.444581482,-0.442100917,-0.440735459,-0.439374242,-0.438152991,-0.436976196,-0.351650278,-0.350287924,-0.348573515,-0.346995314,-0.345051039,-0.342999657,-0.340622676,-0.337966825,-0.335608437,-0.333420476,-0.330174967,-0.32853713,-0.326968547,-0.325446223,-0.324129412,-0.401000589,-0.399722991,-0.39819728,-0.396786168,-0.395041719,-0.393267377,-0.391261192,-0.388922311,-0.386904085,-0.384922328,-0.38205026,-0.380570537,-0.379083175,-0.377548761,-0.376257911,-0.508373972,-0.507503886,-0.506614873,-0.505756592,-0.504751163,-0.503723346,-0.50303019,-0.501705528,-0.50060617,-0.499645975,-0.49859708,-0.49781306,-0.49700889,-0.4962312,-0.49547889,-0.470621007,-0.469461098,-0.468236757,-0.467115616,-0.46576152,-0.464411107,-0.462921,-0.461204489,-0.459734657,-0.458263093,-0.456433727,-0.455302387,-0.454134331,-0.452966535,-0.451910878,-0.531642744,-0.530847994,-0.530053157,-0.529296137,-0.528428078,-0.527539702,-0.526811702,-0.525745376,-0.524833895,-0.524022895,-0.523245161,-0.522580037,-0.521897876,-0.521227578,-0.520574537,-0.444108338,-0.442834411,-0.441486743,-0.440307216,-0.438852873,-0.437338016,-0.435564355,-0.433539045,-0.431796721,-0.430059739,-0.42777639,-0.426433049,-0.42500824,-0.423584321,-0.422357173,-0.531934946,-0.531169736,-0.530403302,-0.529669035,-0.528820459,-0.527953983,-0.527326823,-0.526260966,-0.525364641,-0.524581907,-0.523802443,-0.523150565,-0.522483178,-0.521830483,-0.521191845,-0.471529614,-0.470449257,-0.469298731,-0.468220747,-0.466927202,-0.465626572,-0.46430918,-0.462642291,-0.461224677,-0.459857773,-0.458175531,-0.457119132,-0.456037365,-0.454964734,-0.453989531,-0.50345135,-0.502410392,-0.501277198,-0.500244114,-0.499039923,-0.497814111,-0.496535041,-0.495059534,-0.493766335,-0.492532845,-0.491175535,-0.490245664,-0.489262265,-0.488232939,-0.487270618,-0.519448675,-0.518557529,-0.517656791,-0.516804444,-0.515825223,-0.514822007,-0.513920088,-0.512716318,-0.511679216,-0.510735228,-0.509806025,-0.509049623,-0.508272576,-0.507505146,-0.506767708,-0.4355019,-0.434333548,-0.433045713,-0.431819567,-0.430344048,-0.428823703,-0.427347936,-0.425372619,-0.423686483,-0.422106391,-0.42003419,-0.418818478,-0.417589575,-0.41640666,-0.415344166,-0.472424697,-0.470902472,-0.469147082,-0.467178145,-0.465148088,-0.46289133,-0.460579635,-0.458186916,-0.456202674,-0.454160638,-0.452805466,-0.451302181,-0.450030307,-0.449088754,-0.448123626,-0.464575551,-0.463481484,-0.462308026,-0.461203414,-0.459878678,-0.458538032,-0.457206719,-0.4554797,-0.454011586,-0.452608299,-0.450858509,-0.449774876,-0.448668002,-0.447575121,-0.446584923,-0.466968999,-0.465924913,-0.464818805,-0.463752207,-0.462483349,-0.46117948,-0.46010476,-0.458408524,-0.456982553,-0.455686262,-0.454102746,-0.453083421,-0.452042018,-0.451053364,-0.450129811,-0.334118948,-0.332745839,-0.330815014,-0.329134972,-0.326935811,-0.324704557,-0.321666216,-0.318682441,-0.31584924,-0.313391929,-0.309166456,-0.307255288,-0.30549452,-0.303509227,-0.301953823,-0.491764687,-0.490830143,-0.48986148,-0.488921917,-0.487813275,-0.48667798,-0.485904011,-0.484415251,-0.483181972,-0.4820962,-0.480844872,-0.47997141,-0.479074597,-0.478216737,-0.477393714,-0.482731303,-0.481639943,-0.48049524,-0.47943507,-0.478173741,-0.476906119,-0.475573916,-0.473986567,-0.472623941,-0.471296077,-0.46973276,-0.468706946,-0.467650077,-0.466593715,-0.465624137,-0.468857358,-0.467635774,-0.466356173,-0.465194372,-0.463804351,-0.462401844,-0.460850419,-0.45909608,-0.457588159,-0.456066726,-0.454199493,-0.453027247,-0.451818569,-0.450616529,-0.449525997,-0.434448369,-0.433379781,-0.432180461,-0.431051495,-0.429515437,-0.428173592,-0.426476688,-0.424525737,-0.422945472,-0.421200169,-0.418375325,-0.417047375,-0.415696963,-0.414349554,-0.413193416,-0.479383087,-0.478439704,-0.477444474,-0.476461545,-0.475290361,-0.474093402,-0.473497179,-0.471839377,-0.470498175,-0.469344397,-0.467931444,-0.467004404,-0.466046768,-0.465140534,-0.464261411,-0.34612545,-0.344803941,-0.343182843,-0.341625509,-0.339708061,-0.337662811,-0.335420579,-0.332851364,-0.330578374,-0.328465502,-0.325365151,-0.323752756,-0.322206054,-0.320881256,-0.3197099,-0.439195198,-0.438084689,-0.436875331,-0.435698263,-0.434278202,-0.432812275,-0.431576894,-0.429654291,-0.428034849,-0.426554978,-0.424620618,-0.423464035,-0.42228986,-0.421217625,-0.420224842,-0.524075329,-0.523248734,-0.522416959,-0.521623123,-0.520707056,-0.519769768,-0.519021778,-0.517875233,-0.516901649,-0.516036261,-0.515169438,-0.514462572,-0.513737719,-0.513027651,-0.512339452,-0.483862704,-0.482780579,-0.481473793,-0.480367673,-0.47900114,-0.477613331,-0.476091564,-0.474331835,-0.472779125,-0.471257581,-0.469049185,-0.467955625,-0.466722283,-0.465332991,-0.464081824,-0.466138966,-0.465186782,-0.464159261,-0.463125931,-0.461885592,-0.460622767,-0.460263678,-0.458401724,-0.456927169,-0.455691232,-0.454081309,-0.453092347,-0.452062997,-0.451082688,-0.45012295,-0.483213731,-0.482074529,-0.480876717,-0.479779164,-0.47848181,-0.47716914,-0.47576756,-0.474150937,-0.47275644,-0.471384085,-0.469773531,-0.468717713,-0.467627132,-0.466531372,-0.465522778,-0.506555682,-0.505631696,-0.504688635,-0.503791685,-0.502748526,-0.501680927,-0.500764729,-0.499440574,-0.498313203,-0.497290442,-0.496200764,-0.495383044,-0.494544148,-0.493722288,-0.492939962,-0.503094264,-0.502061502,-0.500984507,-0.499986236,-0.498828997,-0.49764759,-0.496450446,-0.495030743,-0.493796215,-0.492625773,-0.491386362,-0.490480289,-0.489541468,-0.488592943,-0.487701124,-0.514346552,-0.513504417,-0.512647954,-0.511821791,-0.510855934,-0.509869333,-0.509215909,-0.507950932,-0.506901741,-0.505989647,-0.50501123,-0.504260984,-0.503491898,-0.502746103,-0.502021744,-0.504369612,-0.503477088,-0.50256277,-0.501681051,-0.500647695,-0.49959048,-0.498843251,-0.497483913,-0.496351522,-0.495354982,-0.494256872,-0.493448598,-0.492619481,-0.491818426,-0.491047053,-0.436483606,-0.435148498,-0.433748438,-0.432542047,-0.431054128,-0.429483147,-0.427629698,-0.42550769,-0.423657864,-0.421825172,-0.419500756,-0.418091276,-0.41658176,-0.415065062,-0.413771528,-0.343004676,-0.341574107,-0.339634826,-0.337936909,-0.33572447,-0.333421119,-0.330504027,-0.327519907,-0.324825312,-0.32232681,-0.317999496,-0.316108726,-0.314299621,-0.312247943,-0.310609438,-0.337683382,-0.33654214,-0.335149424,-0.333720708,-0.331812408,-0.32986257,-0.327748165,-0.325380555,-0.323247829,-0.321225597,-0.317966291,-0.316277546,-0.314674991,-0.313668722,-0.312782787,-0.462960597,-0.461951916,-0.460876158,-0.459816508,-0.458548614,-0.457246217,-0.456401288,-0.454641212,-0.453194126,-0.451910136,-0.450289224,-0.449274832,-0.448229942,-0.447263726,-0.446340359,-0.507442346,-0.506552468,-0.505644095,-0.504771833,-0.503753214,-0.502710772,-0.501926035,-0.500604686,-0.499496019,-0.498512917,-0.497449076,-0.496653225,-0.495837076,-0.495045058,-0.494283934,-0.472721096,-0.471475071,-0.470168335,-0.468980463,-0.467573542,-0.466152058,-0.464607507,-0.462879092,-0.461405291,-0.45989109,-0.458018628,-0.45684538,-0.455646802,-0.454470748,-0.453386509,-0.447419789,-0.446232509,-0.444955183,-0.443808082,-0.44236625,-0.440926074,-0.439232644,-0.43729748,-0.435651942,-0.433974496,-0.431648497,-0.4303562,-0.429004687,-0.42765247,-0.426485589,-0.475407099,-0.474357239,-0.473250439,-0.472201272,-0.47095704,-0.469687724,-0.468505403,-0.466884527,-0.465506806,-0.464220381,-0.462683878,-0.461679636,-0.46065261,-0.459647687,-0.45872118,-0.427551729,-0.426082329,-0.424615401,-0.423385225,-0.421725321,-0.420207906,-0.418330586,-0.416244614,-0.414219391,-0.412091832,-0.410095191,-0.408536399,-0.40693958,-0.40524322,-0.403971902,-0.410225416,-0.409325883,-0.408294864,-0.407235436,-0.405647518,-0.40447856,-0.402733987,-0.400791097,-0.399246051,-0.397363688,-0.393721371,-0.392304153,-0.390892596,-0.389450233,-0.388306865,-0.401388445,-0.400404699,-0.399255917,-0.398000397,-0.396491079,-0.39493251,-0.394489889,-0.392144629,-0.390270919,-0.388559699,-0.385804579,-0.384554895,-0.383200947,-0.382011739,-0.380816993,-0.463390954,-0.462416691,-0.461370379,-0.460323623,-0.459069662,-0.457786204,-0.457191773,-0.45537797,-0.453916458,-0.452650974,-0.451012742,-0.450011454,-0.44897104,-0.448001239,-0.447058932,-0.207839333,-0.207033902,-0.205838019,-0.204394444,-0.201962475,-0.199628317,-0.196065589,-0.193759667,-0.191288386,-0.188694619,-0.183698107,-0.181196514,-0.17907301,-0.178770281,-0.178678899,-0.451764162,-0.450195332,-0.448639778,-0.44728991,-0.445701844,-0.444077346,-0.442215689,-0.440235217,-0.43844813,-0.436616501,-0.434652212,-0.433263946,-0.431886262,-0.430497378,-0.4292314,-0.463443173,-0.462330105,-0.461129153,-0.460017544,-0.458641752,-0.45730364,-0.455824844,-0.454069812,-0.452592414,-0.451099674,-0.449130316,-0.447985959,-0.446811438,-0.445641132,-0.444591063,-0.501848659,-0.500927578,-0.499983281,-0.499078197,-0.498019647,-0.496935791,-0.49608122,-0.494708085,-0.493551898,-0.492517158,-0.491380799,-0.490549654,-0.489697432,-0.488870391,-0.488080821,-0.409846139,-0.408544088,-0.407108203,-0.405904605,-0.404339855,-0.402638376,-0.400597082,-0.398153468,-0.396021385,-0.393940828,-0.391094003,-0.389491696,-0.387719629,-0.385931046,-0.384463562,-0.414900865,-0.413724626,-0.412409891,-0.41113118,-0.40957219,-0.407955517,-0.406463235,-0.404364208,-0.40257298,-0.400920159,-0.398663761,-0.397376248,-0.396085595,-0.394935007,-0.393887942,-0.541396753,-0.5406949,-0.539995995,-0.539326105,-0.53855234,-0.537763796,-0.537221892,-0.536259824,-0.535453874,-0.534757491,-0.534074941,-0.533483255,-0.532878854,-0.532287057,-0.531703239,-0.453187389,-0.452076027,-0.4508773,-0.449733635,-0.448365878,-0.446961529,-0.44565813,-0.443838988,-0.442294375,-0.440856314,-0.439040966,-0.437925759,-0.436791626,-0.435698943,-0.434702526,-0.478748429,-0.477532556,-0.476219799,-0.47503404,-0.473631113,-0.472209444,-0.470693178,-0.468986668,-0.467548434,-0.466059662,-0.464118935,-0.462968583,-0.461795459,-0.460631285,-0.459554475,-0.452578618,-0.451449182,-0.450217868,-0.449058985,-0.447661176,-0.446245119,-0.444815674,-0.442977023,-0.441413769,-0.439912535,-0.437980116,-0.436827835,-0.435654365,-0.434494332,-0.433455438,-0.363859374,-0.362533068,-0.360932689,-0.359417462,-0.357561257,-0.355599255,-0.35345068,-0.350939246,-0.34873106,-0.346677651,-0.343707772,-0.342150488,-0.34064028,-0.339254536,-0.338038824,-0.427175444,-0.426094456,-0.424898746,-0.423707672,-0.422253342,-0.420752925,-0.419659241,-0.417641423,-0.415969799,-0.414447859,-0.412351219,-0.411161566,-0.409942195,-0.408890036,-0.407895708,-0.496829846,-0.495764039,-0.494646694,-0.493615972,-0.492413388,-0.491188565,-0.489926246,-0.488441727,-0.487153176,-0.485918104,-0.484558518,-0.48360626,-0.482618941,-0.481620089,-0.480687944,-0.501010344,-0.499793396,-0.498437185,-0.497075337,-0.495578691,-0.494031223,-0.492427667,-0.490715495,-0.489243276,-0.487838989,-0.486783764,-0.485700972,-0.484663153,-0.483699534,-0.482765818,-0.381915733,-0.380597636,-0.379022822,-0.377552272,-0.375752464,-0.373872251,-0.37178487,-0.369341033,-0.367193077,-0.365190502,-0.362297813,-0.360781053,-0.359294976,-0.357836962,-0.356580998,-0.441004761,-0.439565586,-0.43811405,-0.436856998,-0.435312039,-0.433759057,-0.431934079,-0.429906545,-0.428062207,-0.426185147,-0.424143828,-0.422735386,-0.421272996,-0.419775607,-0.418496563,-0.508026948,-0.507041237,-0.506028997,-0.505081596,-0.503987628,-0.502869195,-0.501776624,-0.500433122,-0.499268478,-0.498179912,-0.497063284,-0.496209479,-0.49532954,-0.494450912,-0.493618976,-0.425453469,-0.424287898,-0.422922194,-0.421658318,-0.420040433,-0.418487081,-0.416709055,-0.414595552,-0.41284057,-0.411020092,-0.408351582,-0.406986582,-0.405605536,-0.404207182,-0.403009568,-0.501759477,-0.500876856,-0.499967556,-0.499083043,-0.498040008,-0.496974918,-0.496355639,-0.494941548,-0.493783976,-0.492786657,-0.49165973,-0.490844014,-0.490006255,-0.48920049,-0.488418399,-0.349313648,-0.348357322,-0.347182974,-0.345800494,-0.344133185,-0.342334539,-0.341745449,-0.339153981,-0.337138672,-0.334993831,-0.331134383,-0.32971081,-0.328039076,-0.326835256,-0.325570069,-0.520645139,-0.519610127,-0.518529757,-0.517501569,-0.516350709,-0.515161662,-0.513957917,-0.512626518,-0.511458017,-0.510373048,-0.509512222,-0.50867225,-0.507815033,-0.506964356,-0.506133335,-0.401385948,-0.400436248,-0.399303388,-0.398041885,-0.396537339,-0.395005126,-0.394943784,-0.392501678,-0.390548577,-0.388861266,-0.386027175,-0.384782386,-0.383440059,-0.382164908,-0.380879497,-0.53845681,-0.537728977,-0.537003512,-0.536309199,-0.535509251,-0.534692922,-0.534099227,-0.533107069,-0.532270609,-0.531541496,-0.530831873,-0.530219703,-0.52959342,-0.528979859,-0.528376923,-0.529158495,-0.528383908,-0.527605896,-0.526859038,-0.525993019,-0.525109056,-0.524495315,-0.52339529,-0.522475414,-0.521675744,-0.520864892,-0.520198308,-0.519515963,-0.518849843,-0.518198267,-0.445766103,-0.444619348,-0.44336373,-0.442176475,-0.440748019,-0.439288608,-0.43784172,-0.435946462,-0.434331669,-0.432798664,-0.430813977,-0.429636675,-0.42844115,-0.427268916,-0.42621876,-0.476312121,-0.475221046,-0.474066737,-0.472994922,-0.471705369,-0.470419773,-0.469062264,-0.467425602,-0.466030067,-0.464661506,-0.462990007,-0.46193425,-0.460848825,-0.459766737,-0.458780989,-0.514995958,-0.514147827,-0.513286778,-0.512458835,-0.511493645,-0.510506945,-0.509804863,-0.508555253,-0.507511117,-0.506595254,-0.505623586,-0.504873847,-0.504105231,-0.503358398,-0.502635139,-0.413917107,-0.412693829,-0.411312956,-0.409996119,-0.408401303,-0.40674564,-0.405088839,-0.402940611,-0.401092639,-0.399366658,-0.397018531,-0.395694698,-0.394370172,-0.393115963,-0.391999842,-0.509469028,-0.508568209,-0.507651072,-0.506776139,-0.505758966,-0.504717748,-0.503859863,-0.502564463,-0.501465785,-0.500477898,-0.49943129,-0.49863659,-0.497821479,-0.497025023,-0.496263021,-0.534318405,-0.533580541,-0.532841192,-0.532130426,-0.531304714,-0.530463327,-0.529922129,-0.528872387,-0.528000947,-0.527252247,-0.526494608,-0.525860767,-0.525213079,-0.524580603,-0.523958159,-0.478566925,-0.477438651,-0.476252238,-0.475160656,-0.47385696,-0.472549012,-0.471141807,-0.469501721,-0.468093069,-0.466703109,-0.465037,-0.463966619,-0.462862316,-0.461756727,-0.460746774,-0.512953946,-0.512053573,-0.511139551,-0.510271257,-0.509266149,-0.508237257,-0.507349566,-0.506087878,-0.505010278,-0.504034321,-0.503025863,-0.502242795,-0.501439144,-0.500649797,-0.499894631,-0.510646874,-0.50972028,-0.508777268,-0.507884992,-0.506852501,-0.505795954,-0.504843893,-0.503555008,-0.502449011,-0.501437105,-0.500390682,-0.499584385,-0.498756344,-0.497939823,-0.497162171,-0.461470638,-0.460333266,-0.459113202,-0.457990602,-0.456597107,-0.455242899,-0.453709722,-0.451929941,-0.450425864,-0.448892749,-0.446852839,-0.445677626,-0.444466636,-0.443257327,-0.442178874,-0.526272989,-0.525423418,-0.524569811,-0.52376038,-0.522833928,-0.521884463,-0.521050098,-0.519919352,-0.51894515,-0.518065601,-0.517225728,-0.51651498,-0.515785108,-0.515065199,-0.514368285,-0.529468789,-0.528702565,-0.527932299,-0.527191455,-0.526330066,-0.525451647,-0.52487759,-0.523774826,-0.522858671,-0.522068471,-0.52125977,-0.52059679,-0.519918586,-0.519257126,-0.518608548,-0.449534342,-0.448422263,-0.447196574,-0.446061316,-0.444596156,-0.443230476,-0.441628379,-0.439758624,-0.438214432,-0.436589699,-0.434233054,-0.432993037,-0.431724278,-0.430461923,-0.429348286,-0.3196291,-0.318282347,-0.316373329,-0.314726839,-0.312637406,-0.310454958,-0.307749955,-0.30488968,-0.302340269,-0.299946451,-0.296214384,-0.294461108,-0.292843669,-0.29122885,-0.289784237,-0.472028694,-0.470754916,-0.469399435,-0.468162916,-0.466696051,-0.465229284,-0.463669725,-0.461941631,-0.460521532,-0.45896834,-0.456852971,-0.455627591,-0.454399281,-0.453242117,-0.452155628,-0.486744501,-0.485741631,-0.484698472,-0.483706308,-0.48253829,-0.481343952,-0.480283152,-0.478769383,-0.477484182,-0.47630165,-0.474943017,-0.474010958,-0.473056338,-0.472124922,-0.471254206,-0.528981491,-0.528185677,-0.527387732,-0.5266256,-0.525747398,-0.524849348,-0.524148675,-0.523054095,-0.522125727,-0.521305133,-0.520494992,-0.519819705,-0.519127544,-0.518449383,-0.517789043,-0.499442936,-0.498542265,-0.497614212,-0.496714122,-0.495654336,-0.494570542,-0.493870438,-0.492449214,-0.49127609,-0.490252871,-0.489097116,-0.488266515,-0.487413724,-0.486594237,-0.485803171,-0.485218877,-0.484253428,-0.483247678,-0.482273624,-0.481122282,-0.479941902,-0.479084796,-0.47754226,-0.476258357,-0.475116621,-0.473780858,-0.472869185,-0.471933924,-0.471041796,-0.470191873,-0.445720931,-0.444647954,-0.44348671,-0.442348052,-0.440975746,-0.439561396,-0.438476749,-0.436599404,-0.435034072,-0.43361741,-0.4317751,-0.430663899,-0.429528591,-0.428498252,-0.427530886,-0.43472442,-0.433727657,-0.432617457,-0.431469391,-0.430086256,-0.428665984,-0.428126083,-0.426050051,-0.424388095,-0.422922404,-0.420818395,-0.419695796,-0.418510075,-0.417435961,-0.416380476,-0.4537308,-0.452648069,-0.451485774,-0.450362174,-0.44901746,-0.447632619,-0.446465243,-0.444656608,-0.44313363,-0.441742891,-0.43998797,-0.4388998,-0.437791393,-0.436752165,-0.435788051,-0.401714662,-0.400402746,-0.398902032,-0.397649703,-0.396012088,-0.394367798,-0.392402854,-0.390014128,-0.387893419,-0.385677939,-0.382855914,-0.381302042,-0.379541472,-0.377701486,-0.376214098,-0.523155275,-0.522345813,-0.521529392,-0.520745663,-0.519835622,-0.518905869,-0.518243068,-0.517080063,-0.516106108,-0.515254392,-0.514376926,-0.513673843,-0.512953501,-0.512251246,-0.51156772,-0.499134124,-0.498178503,-0.497196575,-0.496262872,-0.49517197,-0.494055947,-0.493084638,-0.491688498,-0.490501095,-0.489417647,-0.488228563,-0.487367378,-0.486484262,-0.485620184,-0.484803392,-0.497700526,-0.496676776,-0.495451903,-0.494348811,-0.493049455,-0.491771412,-0.490339853,-0.488730486,-0.487310734,-0.485926238,-0.484362056,-0.483374911,-0.482308313,-0.481125151,-0.480034767,-0.479301928,-0.478106045,-0.476841748,-0.475691346,-0.474332725,-0.472955907,-0.471475393,-0.46980032,-0.468365016,-0.466919191,-0.465161266,-0.464047172,-0.462902642,-0.461761623,-0.460709155,-0.485352823,-0.484203336,-0.482979291,-0.481865914,-0.48055364,-0.479220497,-0.477800374,-0.476176753,-0.474775729,-0.473390888,-0.471739366,-0.470679147,-0.469580011,-0.468466498,-0.467438199,-0.498088926,-0.497106095,-0.496094176,-0.495139061,-0.49402341,-0.492884813,-0.491825373,-0.490413928,-0.489205274,-0.48808406,-0.486856245,-0.485972127,-0.485064534,-0.484169166,-0.483328292,-0.465088885,-0.464024772,-0.462894013,-0.461810491,-0.460521272,-0.459197785,-0.458039026,-0.456327349,-0.454880547,-0.453550557,-0.451921213,-0.450880712,-0.449819071,-0.44880102,-0.447858775,-0.525706812,-0.524902599,-0.5240937,-0.523319168,-0.522422967,-0.52150693,-0.520822149,-0.519690358,-0.518736616,-0.517897844,-0.517049688,-0.516358584,-0.515650408,-0.514958364,-0.514284975,-0.452082245,-0.451037887,-0.449913507,-0.448806534,-0.447475642,-0.446105771,-0.445137997,-0.443300657,-0.441780497,-0.440416004,-0.438655125,-0.437582766,-0.436481714,-0.435478387,-0.434527402,-0.213831334,-0.212869816,-0.211492281,-0.209911681,-0.207439856,-0.204998517,-0.201452256,-0.198992447,-0.196414801,-0.19381055,-0.188817055,-0.186348247,-0.184224347,-0.183725255,-0.183391126,-0.4976276,-0.496557219,-0.495412343,-0.49436691,-0.49314425,-0.491898039,-0.490600055,-0.489092592,-0.487778932,-0.486516651,-0.485093511,-0.484131671,-0.48312356,-0.482085432,-0.4811185,-0.504055201,-0.50310806,-0.502138902,-0.501220553,-0.500152039,-0.499059307,-0.498082411,-0.496731813,-0.495577467,-0.494519931,-0.493387911,-0.49254747,-0.49168495,-0.490836831,-0.490033588,-0.496987021,-0.496097217,-0.495173898,-0.494270137,-0.493198965,-0.492106851,-0.491574109,-0.490083643,-0.488878674,-0.487854738,-0.486669326,-0.485829824,-0.484966377,-0.484137235,-0.483329405,-0.531238044,-0.530425826,-0.529613274,-0.528841271,-0.527958798,-0.527054795,-0.526282211,-0.525207812,-0.524283833,-0.523455822,-0.52267595,-0.522001158,-0.521308564,-0.520626422,-0.519962626,-0.519110163,-0.518253397,-0.517388009,-0.516562958,-0.515609229,-0.514633049,-0.51383506,-0.512637001,-0.511618381,-0.5107074,-0.509780484,-0.509041612,-0.508283714,-0.507541207,-0.506825156,-0.506412563,-0.505457894,-0.504482134,-0.503561523,-0.502493738,-0.501402193,-0.500390905,-0.499056835,-0.497910315,-0.496852185,-0.495740464,-0.494902459,-0.494041496,-0.493190472,-0.492384547,-0.503999583,-0.502961455,-0.501862789,-0.500850709,-0.499676905,-0.498478611,-0.497250252,-0.49581475,-0.494562123,-0.493371914,-0.492101276,-0.491188589,-0.490236195,-0.489261535,-0.488345882,-0.47695788,-0.475955443,-0.474903692,-0.473887124,-0.472682278,-0.4714456,-0.470487679,-0.468876137,-0.467528073,-0.466316119,-0.464870331,-0.463910012,-0.462926427,-0.461990709,-0.461107173,-0.485610405,-0.484591452,-0.483529131,-0.482523838,-0.481338747,-0.480130291,-0.479009002,-0.477482575,-0.476182242,-0.474971598,-0.473574555,-0.472624979,-0.471652063,-0.470696776,-0.469808949,-0.494212863,-0.493151655,-0.49204677,-0.491022501,-0.489823639,-0.488605652,-0.487357142,-0.485867838,-0.484579843,-0.483345736,-0.481978646,-0.481022395,-0.480035163,-0.479044618,-0.478122598,-0.370640637,-0.369450292,-0.367835993,-0.366345589,-0.364342668,-0.362473606,-0.360154579,-0.357538634,-0.355352502,-0.352958708,-0.349109867,-0.34739793,-0.345693139,-0.343832657,-0.342394224,-0.455938059,-0.454936845,-0.453857019,-0.452778282,-0.45148298,-0.450153238,-0.449427803,-0.447578583,-0.446076929,-0.444754196,-0.443022282,-0.441983203,-0.440904799,-0.439916467,-0.438962082,-0.447914566,-0.446423755,-0.444942215,-0.443656507,-0.442103884,-0.44054116,-0.438724366,-0.436747344,-0.434944544,-0.433105176,-0.431172114,-0.429785171,-0.428374257,-0.426934749,-0.425673605,-0.309083011,-0.307818269,-0.306192918,-0.304569273,-0.302505504,-0.300307382,-0.297807692,-0.295187519,-0.292790461,-0.290557526,-0.287048847,-0.285271637,-0.283619311,-0.282468526,-0.281446333,-0.461670253,-0.460480143,-0.459219815,-0.458073999,-0.456673222,-0.455278293,-0.45369888,-0.451895796,-0.4503542,-0.448793801,-0.446783857,-0.445584661,-0.444342382,-0.443101314,-0.441995454,-0.373768333,-0.372703985,-0.371430071,-0.370122482,-0.368444986,-0.366720168,-0.365365157,-0.363062844,-0.361152195,-0.359336909,-0.356443454,-0.35501103,-0.353548367,-0.352503997,-0.351515306,-0.437692853,-0.436550956,-0.435302421,-0.434101037,-0.432655496,-0.431162805,-0.429800364,-0.427857932,-0.426208264,-0.424683592,-0.422697286,-0.421514346,-0.4203173,-0.419194825,-0.418171161,-0.295360122,-0.294472357,-0.293349486,-0.291828251,-0.290008811,-0.28791379,-0.287349944,-0.284559467,-0.282458883,-0.279769432,-0.274475606,-0.272898592,-0.270818282,-0.269637332,-0.268294387,-0.490233648,-0.489174097,-0.488070783,-0.48704477,-0.485836821,-0.484614013,-0.483363884,-0.481851005,-0.480548126,-0.479297848,-0.477883201,-0.476912869,-0.475913324,-0.474914942,-0.473990016,-0.525510603,-0.52472468,-0.523932075,-0.523168842,-0.522279693,-0.521372737,-0.520787306,-0.519639246,-0.518687408,-0.517866332,-0.51701432,-0.516328408,-0.515626363,-0.514942676,-0.514273639,-0.419034906,-0.417627033,-0.416159895,-0.41491387,-0.41331427,-0.411748555,-0.40986132,-0.407681568,-0.405678869,-0.403575837,-0.401240047,-0.399715153,-0.398101422,-0.396426301,-0.395072328,-0.456662084,-0.45519209,-0.453693997,-0.452358556,-0.450791839,-0.449207519,-0.447436947,-0.445542555,-0.443895088,-0.442146966,-0.44005626,-0.438704995,-0.437368119,-0.43606561,-0.43485755,-0.328814689,-0.32798933,-0.326848681,-0.325332663,-0.323595729,-0.321839016,-0.322130298,-0.319169196,-0.316707409,-0.314448736,-0.309828212,-0.30831798,-0.306650498,-0.305039636,-0.303336278,-0.450483065,-0.449349982,-0.448099643,-0.446932329,-0.445500535,-0.444078273,-0.442567966,-0.440700424,-0.439123373,-0.437564742,-0.435492604,-0.434303458,-0.433091405,-0.431882318,-0.430810269,-0.271091415,-0.270187555,-0.268905284,-0.267502727,-0.265338502,-0.263253767,-0.260686479,-0.258264722,-0.255987307,-0.253734963,-0.249471588,-0.247415657,-0.245509433,-0.244827823,-0.244289122,-0.439596468,-0.438430439,-0.437126472,-0.435906754,-0.43441509,-0.432917701,-0.431330377,-0.42936338,-0.427693871,-0.426056244,-0.423851854,-0.422607622,-0.421343634,-0.420079597,-0.418969756,-0.45224811,-0.450951054,-0.44949011,-0.448079925,-0.446311802,-0.444733897,-0.443165982,-0.441520715,-0.440433114,-0.438624256,-0.435045853,-0.433526695,-0.431987707,-0.430853821,-0.429654439,-0.518978084,-0.518000018,-0.516987988,-0.516038511,-0.5149596,-0.513852145,-0.512750227,-0.51146808,-0.510345542,-0.509301629,-0.508346601,-0.507533258,-0.506693856,-0.505849767,-0.505037537,-0.417664429,-0.416630307,-0.415464266,-0.41426214,-0.412797846,-0.411282198,-0.410479091,-0.408337711,-0.406612498,-0.405028709,-0.402702018,-0.401499879,-0.400228808,-0.399151628,-0.39810078,-0.4549487,-0.453525672,-0.452086633,-0.450814623,-0.44930062,-0.447762077,-0.446013436,-0.444101848,-0.442407589,-0.440674402,-0.438712412,-0.437388282,-0.436037313,-0.434687271,-0.433471707,-0.527952054,-0.526960749,-0.525948607,-0.524985179,-0.523911256,-0.522796173,-0.521689633,-0.520459463,-0.519376522,-0.518383189,-0.517644045,-0.516864538,-0.516067179,-0.515281478,-0.514505259,-0.386869495,-0.385591452,-0.384103076,-0.382681753,-0.380945809,-0.37912763,-0.377228873,-0.374888534,-0.372851839,-0.370956667,-0.368279281,-0.366828091,-0.365399227,-0.364085506,-0.362925004,-0.460742397,-0.459384036,-0.457988291,-0.456736653,-0.455250787,-0.453745808,-0.452066804,-0.450222096,-0.448623794,-0.446967772,-0.444978424,-0.443700406,-0.442396352,-0.441116961,-0.439947583,-0.50939656,-0.508400674,-0.507372264,-0.506412798,-0.505307617,-0.504176995,-0.503055928,-0.501708619,-0.500536558,-0.499437842,-0.498324465,-0.497467187,-0.496581511,-0.495691843,-0.494848336,-0.518395385,-0.517513734,-0.516622545,-0.51577701,-0.514802759,-0.513805056,-0.512934908,-0.511726094,-0.510689697,-0.50975152,-0.508811475,-0.508056927,-0.507282291,-0.506519646,-0.505786831,-0.305764143,-0.304421593,-0.302595824,-0.300901516,-0.298863732,-0.296582188,-0.293959073,-0.291100257,-0.288555321,-0.286192928,-0.282745269,-0.281026533,-0.279419775,-0.277984483,-0.276710123,-0.510436405,-0.509395064,-0.508256826,-0.507191823,-0.505978051,-0.504748147,-0.503455949,-0.502011867,-0.500745296,-0.499543132,-0.498417393,-0.4975131,-0.496575639,-0.495607767,-0.494687181,-0.516283137,-0.515455589,-0.514614419,-0.513801719,-0.512850412,-0.51187961,-0.51127498,-0.510022329,-0.508988998,-0.508097908,-0.507142052,-0.506404206,-0.505648113,-0.504914816,-0.504200075,-0.429219285,-0.427832812,-0.426390114,-0.425150419,-0.423605188,-0.422014538,-0.420125993,-0.417967034,-0.416038571,-0.414093097,-0.41177689,-0.410316502,-0.408754594,-0.407161608,-0.405820912,-0.463955308,-0.4629199,-0.461819713,-0.46075,-0.45947365,-0.45816124,-0.457156009,-0.455427791,-0.453985588,-0.452686788,-0.45107804,-0.450054166,-0.449006235,-0.44802563,-0.447102311,-0.4038261,-0.402559505,-0.401096916,-0.399719949,-0.39804646,-0.396308933,-0.394466227,-0.392205625,-0.390245329,-0.38840067,-0.385827894,-0.384425931,-0.383030544,-0.38166678,-0.380477548,-0.493928726,-0.492904198,-0.491843014,-0.49084954,-0.489684636,-0.488501091,-0.487333493,-0.485869668,-0.484611132,-0.483420763,-0.482096806,-0.481166948,-0.480210807,-0.479260465,-0.478375185,-0.354337554,-0.353239704,-0.35191147,-0.35054961,-0.348741989,-0.346904995,-0.345107189,-0.342792341,-0.340769318,-0.338857532,-0.33578329,-0.334203358,-0.332663975,-0.331660771,-0.330754513,-0.304614074,-0.303776501,-0.302589593,-0.301219994,-0.299556814,-0.297622949,-0.296458293,-0.293892984,-0.292059872,-0.289707541,-0.284961045,-0.283346079,-0.281530076,-0.280620331,-0.279626004,-0.346715801,-0.345735418,-0.344487465,-0.343151714,-0.341460348,-0.339658883,-0.338470121,-0.33601234,-0.334085966,-0.332068185,-0.328501996,-0.327009219,-0.325402955,-0.324374681,-0.323345738,-0.437869424,-0.436845785,-0.435719193,-0.434577877,-0.433197993,-0.431776954,-0.431013988,-0.429018484,-0.427402825,-0.42595674,-0.423955871,-0.422837326,-0.42166822,-0.420630327,-0.419624861,-0.522548488,-0.521746877,-0.520936705,-0.520156245,-0.519246291,-0.518317737,-0.517713583,-0.516534068,-0.515555922,-0.514710313,-0.513825504,-0.513122297,-0.512402191,-0.511701617,-0.511017473,-0.493742018,-0.492754737,-0.491734485,-0.490767973,-0.489635162,-0.488478183,-0.487427199,-0.485978073,-0.484742445,-0.483601463,-0.482325657,-0.48142532,-0.480502089,-0.47959567,-0.478745858,-0.510537233,-0.509582971,-0.508609066,-0.507692968,-0.506635716,-0.505554097,-0.504530075,-0.503226219,-0.502099701,-0.50105695,-0.499994049,-0.499169753,-0.498321857,-0.497480056,-0.496680076,-0.487368033,-0.486272,-0.485125097,-0.484066435,-0.482817629,-0.481554532,-0.480230191,-0.4786713,-0.477326265,-0.47602011,-0.474521201,-0.473512879,-0.472471933,-0.471427427,-0.47046293,-0.468643613,-0.467547037,-0.466371786,-0.4652783,-0.463948422,-0.462631486,-0.461234728,-0.45953273,-0.458091022,-0.456668067,-0.454864896,-0.453770322,-0.45264797,-0.451530773,-0.450521277,-0.309090651,-0.308150074,-0.30681823,-0.305432461,-0.303489893,-0.301559019,-0.299778051,-0.297229357,-0.295101526,-0.293026236,-0.289111305,-0.287374545,-0.285625793,-0.284684722,-0.28380759,-0.436722632,-0.435176103,-0.433666352,-0.432395714,-0.43076569,-0.429213091,-0.427326042,-0.42528366,-0.423323339,-0.421285482,-0.419396974,-0.417887816,-0.416373158,-0.4147754,-0.413491818,-0.382623155,-0.381434838,-0.380060171,-0.378698311,-0.376988426,-0.375217051,-0.373499378,-0.371241224,-0.369284686,-0.367468386,-0.36481078,-0.363367897,-0.361948626,-0.360816508,-0.359792585,-0.45784469,-0.456734032,-0.455535343,-0.454402903,-0.453045073,-0.451663285,-0.450309349,-0.44852335,-0.447004538,-0.445562817,-0.443744354,-0.442632015,-0.441498352,-0.440384591,-0.43937784,-0.542447113,-0.541745099,-0.54104727,-0.540379586,-0.539611223,-0.5388276,-0.538260755,-0.53731422,-0.53651583,-0.535821449,-0.53515256,-0.534565677,-0.533965695,-0.533377471,-0.532797751,-0.460613545,-0.45950463,-0.458299735,-0.457176678,-0.455802444,-0.454443081,-0.453000742,-0.451226598,-0.449728962,-0.448247361,-0.44631954,-0.445183837,-0.444022581,-0.442866665,-0.441830763,-0.501544607,-0.500518682,-0.499456373,-0.498467683,-0.497319419,-0.496148323,-0.494973282,-0.493556682,-0.492328755,-0.49116672,-0.489930128,-0.489025687,-0.488091996,-0.487155623,-0.486276302,-0.472055273,-0.470936382,-0.469749326,-0.468653578,-0.467324354,-0.46600847,-0.464576194,-0.462890638,-0.46145474,-0.460024912,-0.458236947,-0.457137341,-0.456004865,-0.454873772,-0.45384959,-0.514767563,-0.513840005,-0.512897562,-0.512008809,-0.510985961,-0.509938549,-0.508965856,-0.507708012,-0.506621758,-0.505623438,-0.504625587,-0.503832135,-0.503016381,-0.502208144,-0.501436029,-0.465628389,-0.464334559,-0.462990476,-0.461776087,-0.460332413,-0.458871988,-0.457257961,-0.455464729,-0.453925185,-0.452338924,-0.450392461,-0.44916524,-0.447908595,-0.446676317,-0.445548551,-0.42937489,-0.428175088,-0.426822314,-0.425553295,-0.424010574,-0.422439654,-0.420787873,-0.418732238,-0.416974647,-0.415276816,-0.412978484,-0.411689735,-0.41038625,-0.409086671,-0.407949707,-0.485412484,-0.484352772,-0.483244525,-0.482211021,-0.480986185,-0.47975057,-0.478492084,-0.476944356,-0.475617642,-0.474342454,-0.472860964,-0.471871284,-0.470853666,-0.469840486,-0.468906845,-0.523681904,-0.522757115,-0.521817552,-0.520932582,-0.519927326,-0.518894489,-0.517902492,-0.516704013,-0.515657874,-0.514695676,-0.513822154,-0.513060386,-0.512276231,-0.511495277,-0.510740235,-0.483917605,-0.48276316,-0.48148602,-0.480347077,-0.478991015,-0.477611539,-0.476133374,-0.474449252,-0.472998124,-0.471548677,-0.469676042,-0.468582877,-0.467431882,-0.466235702,-0.465138087,-0.453100889,-0.45198614,-0.450754233,-0.449612744,-0.448171889,-0.446792177,-0.445245253,-0.443397219,-0.441860717,-0.440284617,-0.438098449,-0.436896075,-0.435667753,-0.434445489,-0.433359247,-0.327667118,-0.32635755,-0.324708538,-0.323104969,-0.321119503,-0.318984948,-0.316615186,-0.31398762,-0.311635784,-0.309451408,-0.306179196,-0.304501429,-0.302912398,-0.301638929,-0.300510297,-0.503828562,-0.502837634,-0.501819657,-0.500865445,-0.499758138,-0.498627874,-0.497530976,-0.496157458,-0.494971304,-0.493861525,-0.492690972,-0.491819674,-0.49092291,-0.490030572,-0.489189599,-0.495698507,-0.494757176,-0.493786658,-0.492854155,-0.491759445,-0.490638094,-0.489766413,-0.488331937,-0.48712766,-0.486050109,-0.484838884,-0.483976042,-0.483091418,-0.482236883,-0.481423157,-0.423512248,-0.422451831,-0.421270041,-0.420077879,-0.41862094,-0.417116592,-0.416137779,-0.414075221,-0.412387367,-0.410846945,-0.408670407,-0.407477021,-0.406239575,-0.405185884,-0.404176944,-0.388237438,-0.38722919,-0.386046386,-0.384766711,-0.383208512,-0.381574038,-0.380868049,-0.378510972,-0.376643962,-0.374837206,-0.371908889,-0.370605923,-0.369173474,-0.368034705,-0.366891436,-0.342426119,-0.341213472,-0.339743788,-0.338267477,-0.336360339,-0.334379151,-0.332234854,-0.329810253,-0.327638684,-0.325602063,-0.322437057,-0.320784163,-0.319210239,-0.318100274,-0.317116702,-0.510974439,-0.509972286,-0.508928583,-0.50795725,-0.50684098,-0.505698663,-0.504552822,-0.503201111,-0.502021435,-0.500913869,-0.499805696,-0.498946983,-0.498057018,-0.497156632,-0.49630164,-0.522994478,-0.522143176,-0.521286002,-0.520471269,-0.519534148,-0.518574484,-0.517758186,-0.516598401,-0.51560547,-0.514712835,-0.513832093,-0.513109292,-0.512367465,-0.511638,-0.510933409,-0.524197655,-0.523309717,-0.522413837,-0.52156766,-0.520602007,-0.519611338,-0.518696673,-0.517529854,-0.516517811,-0.515594369,-0.514727608,-0.513989008,-0.513229639,-0.512477242,-0.511750547,-0.401672655,-0.400446262,-0.399051196,-0.397704938,-0.39606176,-0.394350046,-0.392661944,-0.390453189,-0.388549389,-0.386782885,-0.384332521,-0.382966532,-0.381608875,-0.380384558,-0.379287104,-0.508301887,-0.507440059,-0.506558142,-0.505703941,-0.504700787,-0.503676332,-0.503041464,-0.501704205,-0.500602894,-0.499650437,-0.49860158,-0.497819798,-0.497017791,-0.496243167,-0.495491042,-0.447400713,-0.446368297,-0.445248331,-0.444133026,-0.442788312,-0.441404435,-0.440534262,-0.438640661,-0.437090077,-0.435703938,-0.433867957,-0.432783026,-0.431661391,-0.430651685,-0.429684987,-0.473802158,-0.472832221,-0.471806518,-0.470795884,-0.469591137,-0.468356795,-0.467639866,-0.46595682,-0.46458277,-0.463381707,-0.461899586,-0.460942395,-0.459954768,-0.459028433,-0.458135984,-0.508173059,-0.507143029,-0.506019305,-0.504983019,-0.503788261,-0.502575503,-0.501307164,-0.499863638,-0.498596758,-0.497393012,-0.496164332,-0.495258692,-0.494307867,-0.493315913,-0.492380517,-0.478044282,-0.477071428,-0.476049421,-0.475050816,-0.473864365,-0.472647874,-0.471847561,-0.470223854,-0.468885285,-0.467704657,-0.466280861,-0.465339271,-0.464371078,-0.463457884,-0.462583669,-0.535231809,-0.534471259,-0.533712286,-0.532987711,-0.532155484,-0.53130485,-0.530642334,-0.529616223,-0.528744128,-0.527975444,-0.527235242,-0.526598131,-0.525945356,-0.525304937,-0.524678371,-0.491840307,-0.490926705,-0.489976116,-0.489046097,-0.487944229,-0.486818527,-0.486198024,-0.484676307,-0.483436599,-0.482368715,-0.481119068,-0.480252654,-0.479360995,-0.478509304,-0.477683797,-0.41154967,-0.410297291,-0.408902151,-0.407849473,-0.406511918,-0.404765515,-0.402621786,-0.399971474,-0.397803243,-0.395880553,-0.392807078,-0.391191617,-0.389333903,-0.387541216,-0.386113637,-0.37625435,-0.375451194,-0.37419654,-0.37302145,-0.370928729,-0.369529287,-0.367419431,-0.364885102,-0.363267144,-0.361008347,-0.3560554,-0.354363614,-0.352744667,-0.351242593,-0.349897422,-0.397638354,-0.396751653,-0.395697714,-0.394601298,-0.392827475,-0.391624496,-0.389762159,-0.387612695,-0.386092597,-0.384106958,-0.379934174,-0.378411727,-0.376967385,-0.375553158,-0.374327383,-0.537955882,-0.537239342,-0.536523198,-0.535835159,-0.53503662,-0.534223302,-0.533700727,-0.532692684,-0.531855413,-0.531137217,-0.530416968,-0.529805132,-0.529180438,-0.528569843,-0.527967464,-0.488237229,-0.487262768,-0.486251392,-0.485280417,-0.484136987,-0.482965136,-0.482021643,-0.480518629,-0.479254296,-0.478114043,-0.476803957,-0.475897228,-0.474968273,-0.474072498,-0.473225579,-0.5136777,-0.512817145,-0.511943103,-0.511104182,-0.510127162,-0.509127802,-0.508386445,-0.507127341,-0.50607088,-0.505138302,-0.504150057,-0.503390181,-0.502611069,-0.501853307,-0.501121618,-0.501758501,-0.500721251,-0.499547162,-0.498486931,-0.497243267,-0.49598849,-0.494645643,-0.493114444,-0.491766628,-0.490472983,-0.489010123,-0.488057184,-0.48703493,-0.485935485,-0.484914368,-0.413019577,-0.411799513,-0.410352204,-0.409011434,-0.407327857,-0.405664306,-0.403773511,-0.401544977,-0.399657223,-0.397742371,-0.394966383,-0.393539299,-0.392096614,-0.390614691,-0.389365847,-0.37286435,-0.371605888,-0.370128762,-0.368690379,-0.366907902,-0.365040052,-0.36310903,-0.360740603,-0.358669862,-0.356745812,-0.353957783,-0.352458602,-0.350995866,-0.349762005,-0.348662079,-0.475213282,-0.474078864,-0.472690425,-0.47152342,-0.470072811,-0.468596575,-0.466975143,-0.465106612,-0.46348701,-0.461852721,-0.45931697,-0.458135551,-0.456821026,-0.455354037,-0.454042022,-0.441697534,-0.440566849,-0.439284356,-0.438096359,-0.436582455,-0.435136333,-0.433503454,-0.431546174,-0.429926448,-0.428253663,-0.425862922,-0.42459535,-0.423306217,-0.422018482,-0.420889182,-0.540852365,-0.540132259,-0.539416282,-0.53873223,-0.537947042,-0.537145413,-0.536538978,-0.535575791,-0.534758808,-0.534043331,-0.533361276,-0.532761696,-0.532148017,-0.531545866,-0.53095384,-0.527644708,-0.526823564,-0.525999806,-0.525215873,-0.524315721,-0.523394158,-0.522626537,-0.521516653,-0.520567349,-0.519718891,-0.518894743,-0.518203051,-0.51749341,-0.516795964,-0.516119076,-0.430324144,-0.426973233,-0.423807584,-0.420802448,-0.417515698,-0.414345611,-0.411066747,-0.4080222,-0.40528184,-0.4028697,-0.400823165,-0.398881684,-0.396639947,-0.394429165,-0.39199502,-0.468592755,-0.466556776,-0.464700114,-0.462980055,-0.461064387,-0.459091605,-0.456869536,-0.454643833,-0.452490857,-0.450553246,-0.448619887,-0.44720524,-0.445666883,-0.444058468,-0.442378884,-0.464168397,-0.462214801,-0.460377881,-0.458763484,-0.456799911,-0.454894232,-0.452692141,-0.450396343,-0.448093252,-0.446036369,-0.444077791,-0.442709836,-0.441247816,-0.439712983,-0.438077544,-0.463740895,-0.461451959,-0.459289612,-0.457379198,-0.455277613,-0.453136666,-0.450669464,-0.448236729,-0.445953294,-0.4438311,-0.442310743,-0.440770643,-0.439066024,-0.437375697,-0.435605546,-0.460978061,-0.458955681,-0.456964949,-0.455333083,-0.453436403,-0.451485416,-0.449060827,-0.446527116,-0.444155006,-0.441882684,-0.4400931,-0.438569392,-0.436803382,-0.435103227,-0.433411008,-0.473294326,-0.471279227,-0.46940522,-0.467701381,-0.465802068,-0.463881504,-0.461713533,-0.459549395,-0.457471087,-0.455579674,-0.453892858,-0.452495777,-0.450967557,-0.449405044,-0.447773512,-0.467065375,-0.464936061,-0.462913892,-0.461157451,-0.459200233,-0.457200859,-0.454848751,-0.452485851,-0.45024959,-0.448166054,-0.446602181,-0.445121605,-0.443467437,-0.441823197,-0.440128988,-0.45815543,-0.455697611,-0.453356691,-0.451263215,-0.448971744,-0.446644917,-0.444021987,-0.441476507,-0.439111518,-0.436925807,-0.435408626,-0.433802251,-0.432019664,-0.430262073,-0.428401739,-0.440079823,-0.437095344,-0.434191406,-0.431509359,-0.428567283,-0.425621251,-0.422490118,-0.419577946,-0.416947005,-0.414586763,-0.41299725,-0.411182014,-0.4091021,-0.407080313,-0.404885874,-0.439143524,-0.436432426,-0.433773274,-0.431511226,-0.42902056,-0.426454361,-0.423307503,-0.42016015,-0.417273767,-0.414517633,-0.412958754,-0.411233317,-0.409346627,-0.407513984,-0.405557891,-0.411219373,-0.407288891,-0.403547157,-0.399972561,-0.396020148,-0.392253294,-0.388382769,-0.384847561,-0.381745157,-0.379070639,-0.376753245,-0.374597698,-0.372042699,-0.369544147,-0.366751049,-0.463094951,-0.460680685,-0.458435152,-0.456347104,-0.454084301,-0.451827185,-0.449402189,-0.447063555,-0.444873839,-0.442884701,-0.44121424,-0.439646547,-0.437909107,-0.436160986,-0.434301307,-0.420970118,-0.417474049,-0.414018824,-0.410799127,-0.407238081,-0.403694145,-0.400009179,-0.396660345,-0.393704213,-0.391102632,-0.3894083,-0.387394252,-0.385011634,-0.382721214,-0.380192423,-0.446309898,-0.443458499,-0.440798025,-0.438284996,-0.435564342,-0.432894386,-0.43011213,-0.42748093,-0.425052299,-0.422872831,-0.420960303,-0.419204467,-0.417233849,-0.415258137,-0.413120626,-0.47243701,-0.47048643,-0.468628049,-0.466978814,-0.465112546,-0.463228142,-0.461053681,-0.4588484,-0.456724452,-0.454786074,-0.453097477,-0.45172553,-0.450201414,-0.4486513,-0.447053715,-0.444532601,-0.44159934,-0.43879927,-0.436187342,-0.433332903,-0.430515303,-0.427537389,-0.424749904,-0.422214882,-0.419946813,-0.418250812,-0.416467272,-0.414437067,-0.41244275,-0.410277412,-0.466813171,-0.464965434,-0.463161608,-0.461581528,-0.459704369,-0.457842563,-0.455623004,-0.453303619,-0.451027737,-0.448976479,-0.447024577,-0.445696825,-0.444212244,-0.442652524,-0.441069181,-0.473064831,-0.47100398,-0.469076209,-0.467330486,-0.465400762,-0.463450096,-0.46125405,-0.459072542,-0.456993258,-0.455091795,-0.453475629,-0.452056914,-0.45049471,-0.448912195,-0.447260982,-0.436665171,-0.433905551,-0.43112714,-0.42869056,-0.426020641,-0.423261008,-0.420163476,-0.417212511,-0.414532517,-0.412033952,-0.410409664,-0.408674288,-0.40670655,-0.404807126,-0.402810831,-0.463508718,-0.461123195,-0.458876142,-0.456827751,-0.45459353,-0.45234869,-0.449877372,-0.447486669,-0.445254055,-0.443210437,-0.441658654,-0.44009645,-0.438362508,-0.436638592,-0.434810722,-0.454355617,-0.451705194,-0.44918874,-0.446866277,-0.444334445,-0.441811959,-0.43909787,-0.436519494,-0.434143736,-0.431991935,-0.430388836,-0.428718239,-0.42684244,-0.424990722,-0.423002734,-0.468139984,-0.466218147,-0.464300551,-0.462671256,-0.460811083,-0.458916134,-0.456668932,-0.45434276,-0.452111791,-0.450062028,-0.448387043,-0.44702454,-0.445446055,-0.443865616,-0.442279639,-0.468803755,-0.466590291,-0.464554832,-0.46266212,-0.460604953,-0.458522307,-0.456250986,-0.454030364,-0.451935096,-0.4500275,-0.448326517,-0.446839995,-0.445202022,-0.443529249,-0.44177371,-0.455190199,-0.452853642,-0.450646149,-0.448795952,-0.446722664,-0.44458613,-0.441939564,-0.439266084,-0.436745032,-0.434361598,-0.432783694,-0.431186133,-0.429394657,-0.427626348,-0.425805141,-0.470292923,-0.468116446,-0.466077056,-0.464229677,-0.462204293,-0.460160181,-0.457875472,-0.455629346,-0.453507091,-0.451559701,-0.449996743,-0.448524932,-0.446899322,-0.445268086,-0.443557101,-0.470735593,-0.468634799,-0.466649741,-0.464884276,-0.462930309,-0.460948144,-0.458681435,-0.456424096,-0.454283594,-0.452309428,-0.450745765,-0.449298221,-0.447690944,-0.446081466,-0.444410498,-0.367197626,-0.361848887,-0.356711148,-0.351751823,-0.346143573,-0.340905378,-0.335544425,-0.33077679,-0.326803855,-0.323527934,-0.320404144,-0.317755488,-0.314456722,-0.311262293,-0.307591049,-0.449672639,-0.44697514,-0.444370247,-0.442001264,-0.439409598,-0.436791564,-0.433935419,-0.431226855,-0.428745362,-0.426482943,-0.424946551,-0.423243676,-0.421327168,-0.419453346,-0.417446419,-0.472405943,-0.470447477,-0.468609444,-0.466959208,-0.465083445,-0.463196878,-0.461034717,-0.458849031,-0.45673135,-0.454807399,-0.453073395,-0.45170015,-0.450196889,-0.44865606,-0.447052887,0.112214957,0.116609027,0.120704621,0.124320012,0.127252556,0.129426449,0.132015419,0.134808468,0.137775182,0.1411007,0.144368363,0.147764694,0.150473975,0.153238391,0.155217305,0.812278856,0.820518603,0.828227461,0.835583152,0.841411747,0.845154569,0.849963223,0.855201096,0.860838125,0.867231631,0.873100082,0.879388854,0.884455534,0.889758384,0.893238432,-0.037871013,-0.033953585,-0.030318365,-0.027250181,-0.02465498,-0.022689022,-0.020404263,-0.017966657,-0.015344655,-0.012777936,-0.01040768,-0.007746909,-0.005373637,-0.002888065,-0.001021055,-0.02856405,-0.025000037,-0.021711161,-0.018781978,-0.016383042,-0.014549558,-0.012418044,-0.010117165,-0.007750568,-0.005118874,-0.002420175,0.000272788,0.002544194,0.004801607,0.006449853,-0.09615786,-0.092875511,-0.089751647,-0.087117628,-0.084933005,-0.083199706,-0.081345157,-0.079356452,-0.077349154,-0.075427058,-0.072483882,-0.070479304,-0.068733642,-0.066601881,-0.065142185,-0.13351596,-0.130511763,-0.127765494,-0.125320471,-0.123277915,-0.1216853,-0.119862893,-0.117872112,-0.115867633,-0.113671389,-0.111532902,-0.109297741,-0.107340981,-0.105402121,-0.103961612,-0.054749859,-0.051532634,-0.048596479,-0.045728812,-0.043453647,-0.041634851,-0.039644366,-0.037659716,-0.035775003,-0.033582616,-0.030778046,-0.028631796,-0.026655701,-0.024792696,-0.023486739,-0.083738704,-0.080293221,-0.077144484,-0.074417055,-0.072132989,-0.070383718,-0.068351745,-0.066124744,-0.063810217,-0.061348925,-0.059174488,-0.056649505,-0.054455289,-0.052231057,-0.050568322,0.15577361,0.161094955,0.166051808,0.170273003,0.173842999,0.176495166,0.179647019,0.182871166,0.186514298,0.190010467,0.193001856,0.196559589,0.199778544,0.203068262,0.205542262,-0.142514655,-0.139388219,-0.136523321,-0.13407632,-0.132010623,-0.130408958,-0.128565288,-0.126538804,-0.124447146,-0.122283884,-0.120306949,-0.118074953,-0.116116561,-0.114082016,-0.11255324,0.348564342,0.354624559,0.360093163,0.365124635,0.369265623,0.372151191,0.375649338,0.379452389,0.383480336,0.387957085,0.391351091,0.395689877,0.399313229,0.402972778,0.405534551,0.015922075,0.020097529,0.023917987,0.027198457,0.029937803,0.031995885,0.034421525,0.037045258,0.039854328,0.042787664,0.045207765,0.048212011,0.050817794,0.053473472,0.055456836,0.879600695,0.88951094,0.898263674,0.905933269,0.911710339,0.915661243,0.920784889,0.926334096,0.932381555,0.939306443,0.942106859,0.949142612,0.954790025,0.9606295,0.9647694,0.366380649,0.373340448,0.37947652,0.3847947,0.389091948,0.392201818,0.396053527,0.400045178,0.404372689,0.408941315,0.411499133,0.416018013,0.419884458,0.423876801,0.426993298,0.227689344,0.235039496,0.242413286,0.24934391,0.256058341,0.26215881,0.268657642,0.275111476,0.280610442,0.286153319,0.295308274,0.301232307,0.306406391,0.311569498,0.316037247,0.154805738,0.161023204,0.167130002,0.172726334,0.178192713,0.18366107,0.189936095,0.196261558,0.202092477,0.207706018,0.215236314,0.220461331,0.225261084,0.230006541,0.234322679,0.151996273,0.156958862,0.162087749,0.166835135,0.171629201,0.17666547,0.183210488,0.189985544,0.196061436,0.201210746,0.208018488,0.212351043,0.216413308,0.220234952,0.22376079,0.086083939,0.092608238,0.098921388,0.10461914,0.110381474,0.116404702,0.123527239,0.130860332,0.137584307,0.143624695,0.151419693,0.156750532,0.161713072,0.166628338,0.171239095,0.099197167,0.10510864,0.110823156,0.116022657,0.121331935,0.126981178,0.133980141,0.141144414,0.14766446,0.153376948,0.160163131,0.164981724,0.169558262,0.174082037,0.178340913,0.095775024,0.102336311,0.108577314,0.114185217,0.119963375,0.126245421,0.134042497,0.142068622,0.149395632,0.155724903,0.163051567,0.168314759,0.17334183,0.178341308,0.183094776,3.799044671,3.857490647,3.907814664,3.946984489,3.978487686,4.008539049,4.020366149,4.03126637,4.0511371,4.091991367,4.181748281,4.234465252,4.280349113,4.329201517,4.372267952,0.149931713,0.155300627,0.160666921,0.165648845,0.17055704,0.17545396,0.181361032,0.187349745,0.192826855,0.197930869,0.20498482,0.209564078,0.213792195,0.217948315,0.221715664,0.149853533,0.154599633,0.159554311,0.164145733,0.168768061,0.173367939,0.179238122,0.185252252,0.190715318,0.195576189,0.202396789,0.206661697,0.210529922,0.214298557,0.217737067,0.121241295,0.127788291,0.133987163,0.13956065,0.145390086,0.151946923,0.160358703,0.168971446,0.176790428,0.183291733,0.190356958,0.195514872,0.200521323,0.20549133,0.210289203,0.285562103,0.290207474,0.296219132,0.301311723,0.306596277,0.312728788,0.321371844,0.330721827,0.338830335,0.345488098,0.352820646,0.35738858,0.361642609,0.365345377,0.369385192,0.12190624,0.127580109,0.133141678,0.138217852,0.143453155,0.149162231,0.156491071,0.164019835,0.170815215,0.17653705,0.183150159,0.187777284,0.192209677,0.196530958,0.20065805,0.122159421,0.129612675,0.136725965,0.142981754,0.149536217,0.156870397,0.165988958,0.175783244,0.184713896,0.19200377,0.202662282,0.208581618,0.213947763,0.219295019,0.224504608,0.318569054,0.322265789,0.327332371,0.331499369,0.335795529,0.341406251,0.348958849,0.356843747,0.363542355,0.369342468,0.374997991,0.378572091,0.381405342,0.384242845,0.386941,0.098127577,0.10441798,0.110487988,0.115990218,0.121544073,0.127355856,0.134317584,0.14143933,0.147962986,0.153843404,0.161099405,0.166246539,0.171078632,0.175867604,0.180343612,0.117232682,0.124288315,0.130904441,0.136797617,0.142957079,0.149894477,0.158718666,0.167808842,0.176098879,0.183045475,0.190664039,0.196218734,0.201598132,0.206975206,0.212150279,0.362369515,0.371966547,0.381458351,0.390252129,0.398323253,0.405911059,0.413162906,0.420128342,0.42669769,0.434021238,0.446356183,0.454441153,0.461555531,0.468733204,0.47512394,0.35555836,0.364674053,0.372951974,0.380163273,0.387763145,0.3974838,0.410444279,0.423400604,0.435087762,0.443733784,0.452864806,0.45882108,0.464860627,0.470703464,0.476871381,0.088895184,0.095250663,0.101608416,0.107433946,0.113175214,0.118874253,0.125132514,0.131494174,0.137304127,0.142836769,0.150748369,0.156051021,0.160858735,0.165584116,0.169930319,0.1317298,0.139621769,0.146978696,0.153424667,0.160170005,0.167838611,0.177587107,0.187780993,0.197086768,0.204858872,0.213620112,0.21978971,0.22573916,0.231704434,0.237474976,0.090899564,0.097364128,0.103706849,0.10946849,0.115210154,0.121055662,0.127720397,0.134537683,0.140793966,0.146594722,0.154512998,0.159857287,0.164763405,0.169611271,0.174107899,0.949499636,0.965379605,0.982443787,0.998358766,1.012863944,1.027736926,1.042400045,1.055706867,1.06785163,1.080897755,1.098848069,1.112215417,1.123235108,1.134355081,1.145028231,0.16937975,0.174917138,0.180484246,0.185629303,0.190856891,0.196651416,0.204261722,0.212191816,0.219357622,0.225130142,0.231725895,0.236309158,0.240629252,0.244765295,0.248835867,0.440621738,0.450222331,0.459621863,0.468097582,0.475846988,0.483287237,0.490636599,0.497722098,0.504620778,0.512458996,0.524268096,0.532543644,0.539855226,0.547147028,0.553583158,0.098328737,0.104756807,0.110972493,0.1166025,0.122260891,0.128138985,0.135078609,0.142178598,0.148695825,0.154628462,0.162131215,0.167403753,0.17232431,0.177200709,0.181748122,0.330287563,0.334884079,0.340670346,0.345630512,0.350714104,0.357227474,0.365738599,0.374423686,0.381734872,0.387902493,0.393332428,0.397304002,0.400247822,0.403468063,0.406727171,0.068454551,0.074900522,0.081186474,0.086821476,0.092589249,0.09870114,0.105979542,0.113569425,0.12049278,0.126532969,0.134887834,0.140133422,0.144959679,0.149730503,0.154252944,0.379358237,0.389134474,0.399305317,0.408909767,0.417670907,0.425781887,0.433380276,0.440726373,0.447486892,0.454995381,0.467961101,0.476435238,0.483748303,0.490940712,0.497418183,2.237000985,2.273241232,2.30552197,2.331522047,2.352799512,2.373679009,2.387426721,2.400255269,2.418123893,2.44659624,2.490713176,2.523839499,2.552500149,2.581797706,2.607063163,0.730425335,0.743763508,0.756726261,0.768133041,0.778261358,0.788082099,0.797226966,0.805863791,0.814750137,0.825609909,0.841240949,0.852953227,0.863146322,0.873285913,0.882185611,0.246670776,0.254590586,0.261947166,0.268460339,0.275442984,0.283918307,0.295168333,0.306501136,0.316721725,0.324617799,0.33238471,0.33811955,0.343812852,0.34946076,0.355170183,0.138995592,0.145459464,0.151770141,0.157525206,0.163172866,0.168861471,0.17534349,0.181893107,0.187940418,0.193727624,0.201400681,0.206793232,0.211757157,0.216673609,0.2211736,0.207497688,0.21541186,0.222698222,0.229136133,0.236009099,0.244250725,0.255110298,0.266106154,0.276095617,0.284003953,0.291930685,0.297846114,0.303691028,0.309541085,0.315340011,0.763081987,0.775030831,0.787915257,0.80082055,0.812980048,0.825159821,0.838145617,0.849581869,0.859388864,0.869071147,0.885229219,0.894673255,0.902798872,0.910940214,0.918765971,0.247487284,0.25230919,0.258032162,0.263101117,0.268250872,0.274060083,0.282086011,0.290761703,0.298399057,0.304667356,0.311719033,0.316294681,0.320507271,0.32422705,0.328215239,0.092967141,0.099244539,0.105621528,0.111540221,0.117317735,0.122898441,0.12883637,0.134827456,0.140256847,0.145565236,0.153218315,0.158496094,0.163238733,0.167873572,0.172097832,0.143908138,0.150675332,0.157295266,0.163330807,0.169220176,0.175103958,0.181648234,0.188247745,0.194357411,0.200285697,0.208388765,0.214037464,0.219204131,0.224327084,0.229008653,0.375034484,0.383880282,0.391824519,0.398952644,0.406456782,0.415676615,0.428480734,0.441271899,0.452634768,0.460710045,0.472011696,0.477280624,0.482777118,0.488372906,0.494136229,0.227055601,0.233728693,0.24033572,0.246408794,0.252202775,0.257870561,0.264148454,0.27039727,0.276200251,0.28206989,0.290420502,0.29610253,0.301237945,0.306319459,0.31086702,0.117016193,0.123622083,0.130138124,0.135808828,0.14169612,0.148456243,0.15666093,0.165646471,0.173681448,0.180063333,0.191896218,0.197282143,0.201732288,0.206185104,0.210609931,0.250856269,0.261090011,0.270440984,0.278349518,0.286695976,0.29682093,0.310000371,0.323906816,0.336600169,0.346912635,0.357997994,0.365777466,0.373348162,0.381141183,0.388697639,0.191784957,0.199190542,0.206511915,0.213231638,0.219649867,0.225892552,0.232458636,0.238998016,0.245077518,0.251259182,0.260367655,0.266597977,0.272205436,0.2777764,0.282815191,0.10518405,0.11173248,0.118229087,0.124169142,0.130008369,0.135824949,0.142241843,0.148756401,0.15473557,0.160448503,0.168528776,0.173989567,0.178953343,0.183849373,0.188348919,0.524550056,0.536381606,0.546828969,0.555610285,0.565172802,0.577955263,0.595322372,0.612399411,0.627998705,0.639692588,0.651018469,0.659034408,0.666946404,0.675005561,0.68337981,0.189942029,0.194565445,0.199433536,0.203996426,0.208515356,0.212829713,0.218280318,0.223800449,0.228890766,0.233575499,0.241029792,0.245256723,0.249057994,0.252797947,0.256099978,0.012497855,0.018026096,0.023731612,0.02888473,0.034182536,0.039712606,0.045963895,0.052417679,0.058120278,0.063123267,0.070738369,0.075188267,0.07924895,0.08317869,0.086917259,0.076713928,0.082892873,0.089127201,0.094866689,0.100523201,0.106091891,0.112146816,0.118292778,0.123876896,0.129213767,0.136872236,0.142033612,0.146702324,0.151273719,0.155472958,0.225448002,0.233248441,0.241235501,0.248689299,0.255706361,0.262349684,0.269023073,0.275632474,0.281697734,0.288027648,0.297911684,0.304595853,0.310490513,0.316272626,0.321496258,0.823210824,0.841058382,0.85826666,0.874989048,0.889576213,0.902692556,0.913575865,0.922846433,0.931402161,0.942080749,0.96686091,0.981015987,0.992963248,1.005811675,1.017125193,0.205529504,0.21313442,0.220801147,0.227905537,0.234636781,0.241078648,0.247665203,0.254203397,0.260238098,0.266465354,0.275995037,0.282449562,0.288192314,0.293862276,0.298985526,0.2229427,0.230520122,0.238413228,0.245848236,0.252881319,0.259441864,0.266039793,0.27259747,0.278492724,0.2846104,0.294193191,0.300717243,0.306416974,0.311960247,0.316942269,0.523658187,0.529710096,0.537146785,0.543305604,0.549972762,0.559368535,0.571211261,0.583081876,0.592297753,0.600339306,0.601228109,0.605721967,0.60828206,0.612983408,0.617195405,1.605324014,1.63199403,1.657776332,1.679184343,1.697354806,1.715982577,1.732700218,1.748356083,1.766109391,1.78902363,1.813665036,1.837858035,1.858282004,1.87821504,1.89574998,0.206997161,0.214253558,0.221366452,0.227858461,0.234061091,0.240139209,0.246659205,0.253148543,0.259216474,0.265393292,0.274190728,0.280309295,0.285845942,0.291349557,0.296311701,0.11746277,0.125159464,0.132393855,0.138749235,0.14538346,0.152794188,0.162099518,0.171908936,0.180871879,0.188378489,0.197651777,0.203704131,0.209430564,0.215141965,0.220671788,0.299885801,0.307440081,0.314913956,0.321748945,0.328159065,0.334371289,0.340979107,0.347474676,0.353585628,0.360042329,0.369460454,0.375927738,0.381709356,0.387441823,0.392537579,0.091353114,0.097544668,0.103844071,0.10971816,0.115446275,0.120918242,0.126706438,0.132535726,0.137792934,0.142966524,0.15037829,0.155580412,0.160244228,0.164800195,0.168930552,0.236691105,0.24693444,0.256199865,0.263994469,0.272218787,0.281875258,0.294454185,0.308009737,0.320342704,0.330352441,0.343175945,0.350768102,0.357941819,0.365145602,0.372312396,0.172555041,0.179644596,0.186937881,0.193761052,0.200274867,0.206435071,0.212749308,0.219055189,0.224769854,0.230593505,0.239410721,0.24546619,0.250819874,0.256043111,0.26076058,0.190569838,0.196992221,0.203280004,0.208934192,0.214869796,0.22176808,0.230897618,0.240270348,0.248684255,0.255380984,0.262368277,0.267375915,0.272246182,0.276973442,0.281723745,0.108835736,0.114723424,0.12045772,0.125696286,0.130956214,0.136400984,0.142960787,0.149647429,0.155757292,0.161303384,0.168234552,0.173100566,0.177660292,0.182165969,0.18634711,0.126997645,0.13372429,0.140487776,0.146724279,0.152771837,0.158665557,0.164950521,0.171281325,0.177080547,0.182790069,0.191119616,0.196781963,0.201875642,0.20688323,0.211449779,0.035911434,0.041502673,0.047169223,0.052466288,0.057691255,0.062682278,0.068021473,0.073419315,0.078274303,0.082972486,0.089351849,0.094011858,0.098224597,0.102334086,0.106074089,0.336522731,0.34532175,0.354811082,0.363872874,0.372289353,0.380003551,0.3874798,0.394859424,0.401396431,0.408378087,0.420082651,0.427857079,0.434478348,0.440829426,0.44655042,0.084583052,0.091380459,0.09789378,0.103716492,0.109701842,0.116136588,0.123963234,0.132108879,0.13956149,0.146023483,0.154228813,0.159704933,0.164837826,0.169930863,0.174778185,0.302012816,0.31009472,0.318022046,0.325234333,0.331975467,0.338488244,0.345215137,0.351811088,0.358076223,0.364801138,0.374737887,0.38162915,0.387791825,0.393929875,0.399394919,0.328748996,0.335957624,0.343189988,0.349914606,0.356204861,0.362282187,0.368887435,0.375377465,0.381364398,0.387635763,0.397170588,0.403338901,0.408811857,0.414249605,0.419048072,0.445628684,0.456409237,0.465918151,0.474196764,0.483358445,0.495090403,0.510854562,0.526315893,0.540334093,0.550673459,0.560369885,0.567529558,0.574566202,0.581797379,0.589227739,0.256632448,0.266105759,0.274651003,0.282027265,0.28988546,0.299529766,0.312268415,0.32530287,0.337270406,0.346809187,0.356655345,0.363786041,0.370800828,0.37797949,0.384990123,0.110472016,0.117028506,0.123420577,0.129230036,0.134989601,0.140847273,0.14754138,0.15435476,0.160629834,0.166511934,0.174329828,0.179756697,0.184759736,0.18971466,0.194292435,0.093743348,0.100624275,0.107161282,0.112998631,0.119017161,0.125564207,0.133641117,0.142013387,0.149669186,0.156276164,0.164150529,0.169659979,0.174893205,0.180099579,0.185063207,0.061263674,0.06741023,0.073520538,0.079059064,0.084628891,0.090321304,0.09680901,0.103488234,0.109567389,0.115104728,0.122992,0.12806046,0.132684766,0.137234206,0.141476169,1.14352141,1.163420622,1.181978571,1.19789533,1.211537221,1.224584335,1.234971074,1.244594907,1.255537457,1.270757969,1.295367728,1.312923634,1.328163728,1.34367164,1.357145008,0.229106661,0.235532408,0.242032229,0.247793969,0.253864076,0.26103443,0.270652825,0.280561685,0.289375637,0.296335041,0.303625953,0.308637744,0.313533033,0.318206393,0.323010002,0.457117352,0.46630613,0.475455547,0.483786577,0.491434613,0.498828676,0.50638612,0.513653692,0.520590844,0.528291197,0.539713009,0.547637763,0.554602804,0.561509198,0.56762193,0.424462875,0.434621455,0.445784944,0.456507443,0.466211979,0.475102281,0.483309292,0.491306044,0.49850597,0.506494019,0.520464253,0.529664306,0.537418064,0.544781964,0.551530911,0.161484517,0.167511058,0.173421839,0.178796539,0.184377097,0.190699939,0.198989778,0.207531363,0.215226919,0.221447846,0.228192046,0.233002183,0.237634796,0.242132216,0.24657168,0.112375074,0.11779151,0.123139507,0.128049482,0.133032543,0.138240599,0.14474581,0.151404661,0.157445642,0.162766689,0.169364371,0.173879938,0.178135549,0.18230868,0.186202371,0.237604632,0.24343214,0.249302273,0.254841591,0.260108442,0.265200539,0.271098067,0.276990353,0.282387157,0.287718589,0.295948841,0.300951039,0.305468931,0.309938065,0.313878783,0.321094631,0.326894447,0.333245228,0.339047022,0.344830322,0.352259594,0.361943163,0.371807221,0.380320621,0.387063931,0.394442368,0.398900426,0.402896033,0.407098635,0.411438607,0.481819383,0.488518188,0.496257112,0.503375841,0.510279565,0.519727062,0.531829595,0.543907106,0.554226989,0.562348551,0.570645362,0.575620858,0.579883294,0.584839306,0.590102794,0.410719316,0.41809182,0.42558409,0.432815465,0.439501018,0.4459595,0.452983188,0.459900757,0.465974127,0.472405906,0.483254008,0.489408178,0.494745741,0.500199017,0.504910749,0.290547983,0.297333621,0.304057448,0.310179773,0.316517302,0.324279961,0.334633469,0.345171325,0.354477299,0.36155637,0.370312664,0.375100549,0.379828303,0.384538849,0.389349876,0.053791679,0.05962161,0.06572371,0.070845328,0.076229028,0.082218779,0.089233616,0.096772368,0.103395714,0.108840632,0.119048463,0.123694477,0.127704375,0.131677038,0.135491808,0.373077773,0.382494118,0.391690215,0.400089485,0.407810409,0.415147408,0.422276225,0.42915107,0.435740592,0.443127535,0.454986183,0.462964936,0.470031645,0.47715077,0.483466046,0.717018131,0.731535572,0.745397216,0.758059713,0.769228641,0.779594216,0.78842775,0.796486808,0.804544285,0.814758346,0.83400008,0.846174314,0.85673818,0.867688938,0.877298432,0.041301711,0.047165663,0.053080745,0.058462566,0.063883749,0.069383556,0.075562302,0.081908781,0.087637638,0.092867055,0.100450559,0.105278201,0.109673557,0.113973228,0.117981939,0.048998206,0.055037803,0.061078981,0.066441418,0.071958829,0.077832374,0.084731845,0.091980231,0.09851081,0.104134289,0.112828772,0.117743593,0.122165849,0.126524464,0.130667677,0.283574337,0.287937749,0.293225764,0.297707063,0.302377159,0.308255797,0.316325438,0.324840914,0.33234703,0.338457981,0.345125238,0.349038562,0.352696627,0.356106754,0.359575132,0.567140194,0.577234786,0.587519956,0.59703688,0.605767164,0.614295794,0.623071373,0.631337229,0.639044109,0.64749184,0.660237411,0.668851292,0.676317354,0.683720516,0.69036374,0.392429582,0.399306998,0.40641208,0.413136104,0.419526939,0.428036976,0.439118181,0.450466908,0.460338384,0.467789512,0.477500575,0.482442939,0.487038169,0.49185513,0.4968778,0.660695115,0.674217239,0.689556232,0.70454453,0.717719718,0.729583905,0.739810328,0.749537709,0.75821083,0.768340036,0.788004958,0.800476086,0.810703103,0.820341772,0.829276084,0.368141738,0.37330079,0.379723767,0.385427256,0.391105427,0.398399602,0.407865594,0.417404375,0.425377688,0.431907179,0.438101601,0.442294412,0.445180574,0.448679709,0.452580274,0.266943925,0.273864363,0.280701923,0.286772425,0.293172557,0.300907425,0.311323833,0.321951193,0.331374163,0.338610978,0.346672509,0.351687761,0.356680564,0.361521656,0.366518019,0.039627998,0.045370156,0.051205774,0.05661316,0.061988108,0.067255503,0.072971156,0.078772159,0.083998659,0.088945029,0.0958894,0.100658395,0.104986747,0.109204579,0.113092584,3.778385125,3.836172831,3.885756295,3.924697071,3.956336352,3.985402684,3.992546336,3.998619904,4.01227663,4.047570812,4.150999879,4.20139273,4.245248376,4.293646638,4.337257411,0.904556104,0.910626705,0.919049513,0.926452478,0.931422435,0.942123276,0.956151465,0.971442294,0.984029727,0.993656726,1.010216426,1.015937222,1.020063474,1.025394213,1.031787422,0.105844149,0.111457294,0.116944887,0.121964343,0.127076714,0.132472628,0.139198384,0.14608213,0.152332232,0.157813149,0.164448313,0.169073806,0.173453783,0.177763097,0.181804593,0.162989706,0.169326048,0.175549991,0.181250315,0.18679789,0.192328455,0.198619155,0.204948326,0.21079418,0.216471955,0.2241461,0.229477729,0.23436293,0.239195122,0.243581675,-0.016944539,-0.011716209,-0.005942304,-0.000426229,0.005436487,0.011631948,0.018258755,0.02493516,0.030589249,0.035234868,0.041888576,0.045868557,0.049618796,0.053074663,0.056664785,0.074052317,0.080358099,0.086581152,0.092225895,0.097884237,0.103665658,0.110272685,0.117060945,0.123265356,0.12894857,0.136871198,0.142075545,0.146839199,0.151536345,0.155909349,0.1477102,0.152717739,0.157866208,0.162626698,0.167443263,0.172513059,0.179086461,0.185884709,0.191987007,0.197167173,0.203922598,0.208265142,0.212342835,0.216197412,0.219768051,0.487346634,0.499898068,0.510955735,0.520103669,0.529806325,0.542610544,0.560054794,0.577611194,0.593998217,0.606654879,0.620935359,0.630069446,0.638778566,0.648380741,0.657500192,0.109017315,0.115550712,0.12200776,0.127628025,0.133461269,0.140126004,0.148194211,0.157005147,0.164882479,0.171176492,0.182745614,0.188071508,0.192495989,0.196921756,0.201303909,2.254112638,2.290795556,2.323469911,2.349645236,2.370984019,2.392206298,2.406846473,2.420596757,2.439773218,2.469571203,2.511378656,2.545240983,2.574482168,2.604095212,2.629500512,3.190461539,3.240935092,3.284900318,3.31930006,3.346893197,3.374187264,3.389677968,3.404254056,3.427200931,3.466710968,3.530369301,3.577012705,3.617402544,3.658998157,3.694917774,0.044625004,0.050300356,0.056434945,0.061489213,0.066848188,0.072888427,0.079871715,0.08732131,0.093730441,0.098989133,0.10906266,0.113463257,0.117325252,0.121099523,0.124727029,0.551506285,0.563615147,0.575320206,0.586071386,0.595701945,0.60468363,0.612741897,0.620248112,0.627564836,0.636362273,0.652179639,0.662343756,0.671216553,0.68032374,0.688346899,0.388027006,0.397435538,0.405868433,0.413229761,0.420920323,0.430805645,0.444155291,0.457470915,0.469432319,0.478085363,0.488196767,0.494003704,0.499986187,0.5058042,0.511979337,0.00229136,0.007682823,0.01320958,0.018343264,0.023533914,0.028697366,0.034347549,0.040094948,0.045228237,0.04993631,0.05646407,0.060880442,0.06492352,0.068841591,0.07251553,0.217626696,0.223431952,0.229259954,0.234723911,0.239952686,0.245037662,0.250938157,0.256845773,0.262267499,0.267586173,0.275553849,0.280530235,0.285044269,0.289500645,0.293456396,0.077070557,0.083371642,0.089614821,0.095293437,0.100957564,0.106695469,0.113177341,0.119816312,0.12588365,0.131504904,0.139405428,0.144622583,0.14938505,0.154077003,0.158428645,0.110399968,0.115868572,0.121252767,0.126190285,0.131210433,0.1364804,0.143069131,0.149814815,0.155933728,0.16130556,0.167902054,0.172443335,0.176732078,0.18094002,0.184875546,0.102917934,0.109318807,0.11540632,0.120890649,0.126574161,0.13282268,0.140698479,0.148781026,0.156137113,0.162399627,0.169455506,0.17456585,0.179481512,0.184364537,0.189028303,1.232134065,1.25325171,1.272878951,1.289517473,1.303694406,1.317389702,1.328311087,1.33847926,1.350318227,1.366868136,1.392079792,1.410913074,1.427244219,1.443761491,1.458072531,1.369955358,1.393139788,1.4145298,1.432490202,1.447675704,1.462403108,1.473858744,1.484523585,1.497307233,1.515554244,1.543041955,1.563838377,1.581855547,1.600087129,1.615853562,0.430692505,0.441576606,0.451277482,0.459453142,0.468236633,0.479796508,0.495417066,0.510955636,0.525178953,0.536048119,0.546830255,0.55444516,0.562002802,0.56963442,0.577473033,0.018755622,0.024332521,0.030022461,0.035259593,0.040544097,0.045845513,0.051703531,0.057684926,0.063042615,0.067952442,0.074942652,0.079519833,0.083699194,0.087760025,0.091556054,-0.016695314,-0.011468666,-0.006038384,-0.000962457,0.004241197,0.009481593,0.015206493,0.02102248,0.026165707,0.030759256,0.037105092,0.041326089,0.045216517,0.048961169,0.05254244,0.370701732,0.376155007,0.382732661,0.388635926,0.394527124,0.402116018,0.411920441,0.421771841,0.430046499,0.436770623,0.443044065,0.44735951,0.45051606,0.45428697,0.45840798,0.067405977,0.073664436,0.079840809,0.085429526,0.091059978,0.096851981,0.103520524,0.110395567,0.116669355,0.122352619,0.130312878,0.135464463,0.140180596,0.144829874,0.149174248,0.016217387,0.021730545,0.027354322,0.032574591,0.037809745,0.042971269,0.048596826,0.054313271,0.059441565,0.064220746,0.070850273,0.075398328,0.079545646,0.083576263,0.087321112,-0.013873685,-0.008616179,-0.003106532,0.002019982,0.007316651,0.012751086,0.018725755,0.024810647,0.030145045,0.034817219,0.041481657,0.045681143,0.049560495,0.053270285,0.056860654,0.210331037,0.216743828,0.223130904,0.228834888,0.234834282,0.2418642,0.25123515,0.260875698,0.269488886,0.27631715,0.283433011,0.288441737,0.293320509,0.298013154,0.302786402,0.122785647,0.129501266,0.136129853,0.142187498,0.148114943,0.154013114,0.160506557,0.167077387,0.173131868,0.178970749,0.187174744,0.19277874,0.197878255,0.202920853,0.207542835,0.147053266,0.15347916,0.159627347,0.1651724,0.170988584,0.177620633,0.186257062,0.195090399,0.203069201,0.209564473,0.21648857,0.221519943,0.226417309,0.231236544,0.235951244,0.152803385,0.159123903,0.165213295,0.170716118,0.176477364,0.183045623,0.191622812,0.200408727,0.208334173,0.214764469,0.221632688,0.226598096,0.231422078,0.236149733,0.240790852,0.150362713,0.155850455,0.161316537,0.166382772,0.171365537,0.176340637,0.18229518,0.188326419,0.193845462,0.199016629,0.206118545,0.210782411,0.215086483,0.219321721,0.223162354,0.013351549,0.01874593,0.024573487,0.029798307,0.035262016,0.04136916,0.048230604,0.055306609,0.061236329,0.066185072,0.07458454,0.078705303,0.082447384,0.085947261,0.089445457,-0.043197203,-0.038156682,-0.032775207,-0.027588316,-0.022172622,-0.016739275,-0.010981392,-0.005203828,-0.000156532,0.00420411,0.009888561,0.013875564,0.017578678,0.021133147,0.024665463,0.141662841,0.147392093,0.153051176,0.158266204,0.163404981,0.168572884,0.17469249,0.180890967,0.186568346,0.191899383,0.199019991,0.203846248,0.208307273,0.212705793,0.216715246,0.062014167,0.068035418,0.074120804,0.079721636,0.085269805,0.090749782,0.096735528,0.102822002,0.108336347,0.113559881,0.121029256,0.126042926,0.13058663,0.135029457,0.139121984,0.810523998,0.823671692,0.837894711,0.851908857,0.865025299,0.878249046,0.891998242,0.904155268,0.914797264,0.925489006,0.941863864,0.95248707,0.961513358,0.970613523,0.979370609,-0.513576403,-0.512280891,-0.510976627,-0.509768703,-0.508538564,-0.507115374,-0.505518086,-0.503966649,-0.502516287,-0.501255922,-0.500411649,-0.499372211,-0.498367511,-0.497293941,-0.496064358,-0.471344092,-0.470177088,-0.468665408,-0.46692646,-0.465421666,-0.463635148,-0.461499801,-0.459593343,-0.457878142,-0.456280124,-0.455051839,-0.453796209,-0.452618758,-0.451217784,-0.449812692,-0.48948784,-0.487916834,-0.48620941,-0.484849862,-0.483601686,-0.482057568,-0.480184376,-0.478334575,-0.476603847,-0.474996743,-0.473855007,-0.472579721,-0.471315733,-0.470057865,-0.468598528,-0.531995219,-0.530846022,-0.529750675,-0.528812702,-0.527933962,-0.526844673,-0.525554187,-0.524265011,-0.523039347,-0.521933832,-0.521318837,-0.520441321,-0.519546665,-0.518642477,-0.517602112,-0.544745526,-0.54372792,-0.542785946,-0.541999269,-0.541283459,-0.540370154,-0.539277879,-0.538188572,-0.53714438,-0.536180421,-0.535712525,-0.534951716,-0.534168432,-0.533401138,-0.532511755,0.858007248,0.87875699,0.896874938,0.905508895,0.899912019,0.91090016,0.934171423,0.964070582,0.995665161,1.025445542,1.038884987,1.060982916,1.083479011,1.100243332,1.123313435,-0.494208363,-0.492847034,-0.491345752,-0.489949153,-0.488575809,-0.486998189,-0.485192558,-0.483448084,-0.481862168,-0.480449722,-0.47924385,-0.478062418,-0.476957633,-0.475773481,-0.474443529,-0.247441222,-0.241567009,-0.236251821,-0.23283984,-0.231028313,-0.226358859,-0.219543922,-0.212857429,-0.206253492,-0.1999486,-0.1990416,-0.194416948,-0.189760747,-0.185747239,-0.180540024,-0.529985455,-0.528836511,-0.527725304,-0.526741243,-0.525781196,-0.52463412,-0.523309235,-0.521993487,-0.520753359,-0.519652035,-0.518987343,-0.518102558,-0.517212921,-0.516289479,-0.51523329,-0.536623092,-0.535604614,-0.534599098,-0.5336341,-0.532617354,-0.531469164,-0.530224839,-0.528994187,-0.527859695,-0.526891983,-0.52627522,-0.525485668,-0.52471717,-0.523858698,-0.522872505,-0.503043541,-0.501649996,-0.500168963,-0.498902726,-0.49767653,-0.496227726,-0.494539327,-0.492877903,-0.491339113,-0.489946335,-0.488893719,-0.487758881,-0.486653094,-0.485515611,-0.484214252,-0.489127144,-0.487795053,-0.486352553,-0.48483583,-0.483362771,-0.481686153,-0.479764119,-0.478008469,-0.47635351,-0.474913162,-0.473875714,-0.472661275,-0.471536809,-0.470292626,-0.468936465,-0.519440627,-0.518164753,-0.51690919,-0.515811563,-0.514751937,-0.513471619,-0.511980239,-0.510504052,-0.509114426,-0.507877982,-0.507118576,-0.506126325,-0.505132912,-0.504106999,-0.502926297,-0.50934088,-0.507769713,-0.506320797,-0.505184488,-0.504226741,-0.502825099,-0.501074851,-0.499366635,-0.497735251,-0.496204398,-0.495722786,-0.494548228,-0.493343246,-0.492217878,-0.490837153,-0.540069366,-0.538996111,-0.537995379,-0.5371595,-0.536400038,-0.535428191,-0.534260741,-0.533094113,-0.531976607,-0.53095062,-0.53044126,-0.529632405,-0.528800766,-0.527981853,-0.527033483,-0.534241604,-0.5330661,-0.531976045,-0.531084801,-0.530295675,-0.529243325,-0.52796326,-0.526692078,-0.525473201,-0.52434494,-0.523852752,-0.522971144,-0.522064274,-0.521187005,-0.520152926,-0.517916684,-0.516525513,-0.515215958,-0.514163428,-0.513259803,-0.512010601,-0.510460364,-0.508909545,-0.50741751,-0.506046032,-0.505447596,-0.504384756,-0.503292135,-0.502235749,-0.500979735,-0.52405898,-0.522739974,-0.52150981,-0.520519129,-0.519662939,-0.518484146,-0.517028574,-0.515579856,-0.514187671,-0.51290132,-0.512361086,-0.511362617,-0.510336073,-0.509347654,-0.508172997,-0.510415216,-0.508960503,-0.507558898,-0.506417693,-0.505416888,-0.504074535,-0.502421802,-0.50076531,-0.499178666,-0.497735338,-0.497023688,-0.49590089,-0.494750154,-0.493618827,-0.492280369,-0.428455737,-0.425982602,-0.423498687,-0.421676354,-0.420340059,-0.418144582,-0.415186311,-0.412164152,-0.409208391,-0.406467611,-0.405344171,-0.403359768,-0.401244127,-0.399276858,-0.39679633,-0.423859024,-0.420974705,-0.418308136,-0.416440656,-0.41521514,-0.412824623,-0.409532383,-0.406225185,-0.402975374,-0.399913197,-0.39917477,-0.396895724,-0.394557931,-0.39247327,-0.389825133,-0.521762639,-0.520549312,-0.519345251,-0.518185077,-0.516949492,-0.515539196,-0.514019679,-0.512541316,-0.511165771,-0.509997283,-0.509284248,-0.50831797,-0.507398113,-0.50637895,-0.505196393,-0.513259086,-0.511759151,-0.510368672,-0.509274741,-0.508356504,-0.507026539,-0.505361035,-0.503717721,-0.502139211,-0.500668142,-0.500146526,-0.499015063,-0.497852966,-0.496755276,-0.495425781,-0.54323397,-0.542267012,-0.54134145,-0.540501466,-0.539661112,-0.53869065,-0.537588572,-0.536489727,-0.53545715,-0.534542967,-0.533962011,-0.533222212,-0.532476645,-0.531691952,-0.530809609,-0.44892923,-0.446427451,-0.44414252,-0.442421077,-0.441016764,-0.438724169,-0.435809042,-0.433061896,-0.430500246,-0.428029657,-0.427673078,-0.425810753,-0.423913035,-0.422255789,-0.420056406,-0.514095262,-0.512980056,-0.511643267,-0.510218482,-0.508689508,-0.506952933,-0.505230204,-0.503509985,-0.502079143,-0.501024066,-0.500483437,-0.499669315,-0.498962968,-0.497898793,-0.4964613,-0.489503874,-0.487666893,-0.485947069,-0.484641593,-0.48362238,-0.482025116,-0.479955463,-0.477883733,-0.475873208,-0.474004146,-0.473367325,-0.471947461,-0.470486356,-0.469122691,-0.467449362,-0.548640361,-0.54769152,-0.546809894,-0.546061107,-0.545365806,-0.544505653,-0.543486687,-0.542466083,-0.541489094,-0.540592701,-0.540115341,-0.539402677,-0.53866946,-0.537941331,-0.537109636,-0.545216475,-0.544234491,-0.543314208,-0.542524631,-0.54178273,-0.540875378,-0.53980457,-0.538731637,-0.537707998,-0.536776298,-0.536257049,-0.535514703,-0.534753183,-0.533988448,-0.533118288,-0.240966298,-0.235634594,-0.230627526,-0.227611337,-0.226741869,-0.222919038,-0.21678665,-0.209938434,-0.202901963,-0.196279755,-0.194293819,-0.189495352,-0.184494242,-0.18034099,-0.17481547,-0.536013554,-0.534895461,-0.533844755,-0.532963073,-0.532158161,-0.531133063,-0.529902466,-0.528671301,-0.527493881,-0.52641926,-0.525867832,-0.525020208,-0.524150338,-0.523287644,-0.522289645,-0.481081326,-0.479252516,-0.477357814,-0.475228154,-0.472480661,-0.469416631,-0.466662549,-0.464054095,-0.461686398,-0.459838599,-0.459269338,-0.457664101,-0.456399161,-0.454742262,-0.452611699,-0.527727158,-0.526632238,-0.525497524,-0.524350694,-0.523095126,-0.521683835,-0.520230963,-0.518799497,-0.517514797,-0.516468065,-0.515855177,-0.515000581,-0.514210207,-0.513249258,-0.512090944,-0.477434794,-0.47536969,-0.473460908,-0.472035703,-0.470938002,-0.469145191,-0.466809611,-0.464513084,-0.462294229,-0.460209309,-0.459644436,-0.458068436,-0.45645358,-0.454971991,-0.453126825,-0.341165111,-0.336973239,-0.333151892,-0.330389305,-0.328176298,-0.324246483,-0.319151938,-0.314553395,-0.310362859,-0.306238066,-0.306195317,-0.303135885,-0.300064857,-0.297508597,-0.293889127,-0.492009473,-0.490613419,-0.488983939,-0.487617925,-0.486285859,-0.484758751,-0.482995597,-0.481255017,-0.47968317,-0.478221843,-0.476841501,-0.475622661,-0.474482643,-0.473317381,-0.471993894,-0.55082397,-0.549924728,-0.549083687,-0.548351978,-0.547652425,-0.546818171,-0.545843963,-0.544866219,-0.543934606,-0.543087841,-0.542590213,-0.541911002,-0.541214273,-0.540509199,-0.539716174,-0.493962859,-0.492516515,-0.491118408,-0.489587456,-0.487931978,-0.486106308,-0.484140486,-0.482392105,-0.480642908,-0.479241798,-0.478493147,-0.477235056,-0.476121605,-0.474901776,-0.473480713,-0.475972639,-0.474052063,-0.47217023,-0.470730624,-0.469582756,-0.46786779,-0.465649492,-0.463403131,-0.461225493,-0.459226132,-0.45836219,-0.456850078,-0.455282459,-0.453789706,-0.451965408,0.367415228,0.373259252,0.378962445,0.384274295,0.38960454,0.394883555,0.400723228,0.406756544,0.412303575,0.417868408,0.426007278,0.431312106,0.43603986,0.440834964,0.444761836,1.481573437,1.507621578,1.533621852,1.558408244,1.584569525,1.610180139,1.632097874,1.653514391,1.673013261,1.694440459,1.729152919,1.752604771,1.772182168,1.791106041,1.806715423,0.218080147,0.223677518,0.22903318,0.234169386,0.239632155,0.245696229,0.252908022,0.260031103,0.26627893,0.271671877,0.277914067,0.282060693,0.285856326,0.289939755,0.293637974,0.23675796,0.242413978,0.247753816,0.252823958,0.257981031,0.26335044,0.269570774,0.275798129,0.281348028,0.286558507,0.293799673,0.298364146,0.302578418,0.306999091,0.310865141,1.561870292,1.560849064,1.560126906,1.560192772,1.558097108,1.555107005,1.553765345,1.554457636,1.556981531,1.559526195,1.57265045,1.575105116,1.577231438,1.579693423,1.580507557,0.396053626,0.401433321,0.406666942,0.412237412,0.417466483,0.423609379,0.430865677,0.437742401,0.443633204,0.448848331,0.4552092,0.458999493,0.462051211,0.465544808,0.468801345,0.26419553,0.26959362,0.274676519,0.279577544,0.284447514,0.289461086,0.295358614,0.301284625,0.306513103,0.31142738,0.318404487,0.322642198,0.326492622,0.330647752,0.334331037,0.211250597,0.216907901,0.222210058,0.227285837,0.232496909,0.238068665,0.244609529,0.251111527,0.25685319,0.262073262,0.268988359,0.273361364,0.2774352,0.281757766,0.285614222,0.363530091,0.368477005,0.373254406,0.377808989,0.382223432,0.386474198,0.391530197,0.396798234,0.401564955,0.406263237,0.413475129,0.417799475,0.42160401,0.425705043,0.429129016,0.201951201,0.20792493,0.213471071,0.218784405,0.22438494,0.230611603,0.238041666,0.245354632,0.251833092,0.257485549,0.264863195,0.269384152,0.273697521,0.278276037,0.28234384,0.270613958,0.276002751,0.281106518,0.285984301,0.29084903,0.29578823,0.301564706,0.307403785,0.312603978,0.317559793,0.324634117,0.329014044,0.332996893,0.337235,0.340922142,0.514829598,0.523742449,0.532508732,0.540604878,0.548904161,0.557212148,0.565617945,0.573947788,0.581683745,0.589730935,0.602912156,0.610967061,0.618076494,0.62507971,0.630745419,0.268595336,0.275279307,0.281382346,0.287175635,0.293447693,0.300550895,0.309071118,0.317335688,0.324598316,0.330987469,0.340781508,0.34605904,0.351124138,0.35653459,0.36113071,0.860306347,0.874652001,0.888703333,0.90197198,0.91600729,0.929567985,0.942416016,0.955167126,0.966893646,0.979390586,1.002296122,1.01493696,1.025780017,1.036795554,1.045491224,1.906097753,1.902044488,1.898994056,1.896702968,1.891587729,1.883532428,1.87869015,1.876771317,1.876670044,1.877079683,1.888382224,1.889810123,1.890735815,1.892534387,1.891935457,0.670651347,0.68355486,0.696190853,0.707937547,0.720245888,0.733031613,0.745250747,0.756600561,0.767090748,0.777926091,0.796718429,0.807886369,0.817949313,0.827565828,0.835709742,0.380993923,0.38604201,0.390967166,0.395588604,0.400104221,0.404517378,0.40958119,0.414937149,0.419858942,0.424763428,0.431975716,0.436577177,0.4406342,0.444877746,0.4483572,0.326254671,0.331824944,0.337067268,0.342196551,0.347078092,0.352377877,0.358534421,0.3646788,0.369979771,0.374916103,0.382530611,0.386572305,0.39008588,0.394053894,0.397724718,1.849399911,1.893125604,1.933552234,1.97312517,2.014154884,2.05374582,2.084849466,2.116553822,2.149117015,2.184613149,2.234744512,2.272781353,2.30620358,2.339548469,2.367140617,0.21746114,0.223046049,0.228303505,0.233382943,0.238613399,0.244309669,0.251039924,0.25770817,0.26354171,0.268729739,0.275188715,0.279353637,0.28318883,0.287318841,0.291069673,0.291230779,0.2967338,0.301996003,0.306961906,0.311933544,0.316944841,0.322696197,0.328553671,0.333838719,0.338968596,0.346335956,0.351007338,0.355241489,0.359655141,0.363411413,0.273631852,0.279110346,0.28442457,0.289616357,0.295117795,0.301220934,0.308341543,0.315331902,0.321391129,0.326665793,0.33241171,0.336386548,0.339833168,0.343635725,0.347142673,0.251138823,0.256520198,0.261916607,0.266969243,0.272605975,0.278919669,0.286394929,0.293790278,0.300268935,0.305781648,0.311695495,0.315769726,0.319319498,0.32315212,0.326567092,0.332464225,0.337828689,0.343424576,0.348696174,0.354434673,0.361127842,0.369851104,0.378297746,0.38666438,0.392826462,0.401382487,0.405220548,0.408926777,0.413016437,0.416023848,0.520158063,0.524502585,0.528940467,0.533014797,0.536891132,0.540763215,0.544957015,0.549789206,0.554423303,0.559103289,0.56577193,0.570290217,0.574100488,0.578090952,0.581218723,0.783713248,0.786545905,0.789995591,0.792917356,0.795220806,0.797220934,0.800177313,0.803783556,0.807388315,0.811327846,0.820721741,0.824402059,0.827161333,0.830620019,0.833125222,0.42009086,0.425714933,0.431181757,0.436558979,0.441524288,0.44721047,0.453759543,0.460338186,0.465882745,0.470765177,0.478917596,0.482775832,0.485893219,0.489491253,0.49286716,0.31398055,0.320842241,0.326848954,0.332811458,0.339197744,0.346896317,0.356547743,0.365935901,0.374421312,0.381212489,0.390607175,0.395267183,0.399944301,0.405175055,0.409475665,0.72156045,0.730358875,0.739216837,0.747600382,0.756303865,0.764019745,0.772180471,0.780819076,0.788795653,0.797120452,0.813480575,0.82177432,0.828635418,0.835728928,0.840788389,0.32711242,0.331819702,0.337172496,0.341828944,0.347649727,0.354168537,0.361665059,0.369129934,0.375594251,0.381160271,0.386305674,0.390264293,0.393180915,0.396375344,0.399050752,0.682599598,0.68611881,0.690039847,0.693525829,0.696902033,0.700410663,0.70373989,0.708157004,0.71259538,0.717091118,0.722396045,0.726888618,0.730460048,0.734155992,0.7368943,0.405703965,0.413373857,0.419800691,0.426316831,0.433348529,0.442182756,0.453007022,0.46320704,0.472110595,0.479769509,0.492723263,0.498377203,0.504026595,0.510639457,0.515950813,1.108091539,1.125053262,1.142049204,1.158182749,1.17509977,1.191287116,1.206231107,1.221000443,1.234573698,1.249257982,1.274966505,1.290370969,1.303375754,1.31603024,1.326159645,0.207492743,0.213444962,0.219004158,0.224291876,0.229807458,0.235787665,0.242801364,0.249728329,0.255873895,0.26141974,0.268977876,0.273640456,0.278042735,0.282665162,0.286746019,1.157793879,1.159154923,1.16111114,1.162976369,1.163471259,1.163672023,1.165099527,1.167665355,1.170946617,1.174580749,1.185418664,1.188750166,1.191386212,1.194437633,1.196285061,0.452117428,0.461523982,0.470630477,0.478753028,0.487404885,0.49684546,0.506581742,0.515790696,0.524041717,0.532456217,0.546635919,0.554873787,0.562331541,0.569510796,0.575884126,0.471867996,0.476404975,0.480837516,0.485462614,0.489849464,0.493437509,0.498297095,0.503260327,0.507629178,0.511981315,0.520542087,0.524545309,0.527922997,0.531833254,0.535069022,0.281257635,0.288187171,0.294753156,0.300862921,0.307314479,0.314346771,0.322296942,0.330015097,0.336858097,0.343229647,0.353288042,0.359053441,0.364414048,0.369896894,0.374668559,0.57957918,0.584742484,0.590178551,0.595255319,0.600351174,0.604879449,0.609956514,0.615611839,0.6208778,0.626324548,0.634019263,0.639551064,0.644147975,0.64881283,0.652137706,0.294178851,0.299704026,0.304954954,0.310156037,0.315296298,0.320995238,0.327689988,0.334287522,0.339962627,0.345029307,0.351573632,0.355553613,0.359035639,0.36290881,0.366489932,0.218535971,0.224613594,0.23025715,0.235680953,0.241462671,0.24805249,0.256059528,0.263914756,0.27092539,0.276823412,0.284368395,0.288840298,0.293148425,0.297761358,0.301821843,0.315597346,0.322415225,0.328975078,0.335051316,0.341312594,0.347827151,0.354928672,0.361950679,0.368323218,0.374591121,0.384048509,0.389944949,0.395314556,0.400712744,0.405320436,0.353935531,0.358963542,0.363759635,0.368469291,0.373017445,0.377359593,0.382655323,0.388049852,0.392827748,0.397467581,0.404931368,0.409074631,0.412726565,0.416767467,0.420248307,0.259915589,0.265379446,0.270508532,0.275478588,0.280409579,0.285602354,0.291703812,0.297803093,0.303141646,0.308085692,0.314983877,0.319137326,0.322899829,0.326999873,0.330698289,0.270935378,0.277700842,0.28368095,0.289517854,0.295770428,0.303176557,0.312205515,0.320925514,0.328665921,0.335232499,0.344602756,0.349526923,0.354396103,0.359741282,0.364299128,0.433967932,0.439185927,0.444367923,0.449191312,0.453959318,0.458568196,0.463702523,0.469220873,0.474352431,0.479553218,0.487012455,0.492031466,0.496412679,0.500878945,0.50442842,0.425483609,0.432555164,0.439511205,0.445945951,0.452476035,0.45896478,0.465846746,0.472817523,0.479260774,0.485849308,0.496038644,0.502497027,0.508211692,0.513910631,0.518517135,0.459253267,0.463715281,0.468106186,0.47239394,0.476427623,0.479947823,0.484489055,0.489288807,0.493653504,0.497990411,0.505935637,0.510072075,0.513467862,0.517394239,0.520540306,0.290980862,0.296899752,0.302575352,0.30788829,0.313276094,0.318771401,0.32494634,0.331180124,0.336828427,0.34233402,0.350296257,0.355372925,0.359993276,0.364726469,0.368744526,0.378011138,0.383487061,0.388956456,0.394340305,0.400269876,0.406897771,0.414353251,0.421595109,0.42792522,0.433365738,0.438403045,0.442207678,0.445203518,0.448638567,0.45187127,0.233203442,0.23932458,0.245102144,0.25054009,0.256180679,0.262180567,0.269061347,0.275868051,0.281946959,0.287610592,0.295699518,0.300689156,0.305343131,0.31015584,0.314350629,0.536291806,0.540348236,0.544488432,0.548348548,0.551866672,0.555134187,0.559122278,0.563610796,0.567856913,0.572159205,0.57968787,0.583803243,0.587174502,0.590980916,0.593958361,0.336920601,0.342242044,0.347250176,0.352192343,0.356915152,0.361714509,0.367426305,0.373160749,0.37817887,0.382946184,0.390576615,0.394660737,0.398257881,0.402292849,0.405920355,0.483402751,0.488453904,0.493247426,0.498328644,0.5029485,0.507248023,0.512636321,0.518021257,0.522727155,0.527296374,0.536771662,0.54072415,0.544067915,0.548004282,0.551539515,0.245628186,0.251451639,0.257064438,0.262410012,0.268166511,0.274789066,0.282975407,0.291010532,0.298305499,0.304232202,0.311634079,0.315887218,0.31993356,0.32427462,0.328008739,-0.148556625,-0.14516697,-0.142439541,-0.139902295,-0.137182976,-0.134767078,-0.131790721,-0.128557673,-0.125641397,-0.122903881,-0.122372003,-0.120392051,-0.118408736,-0.116160768,-0.114400618,-0.345212566,-0.343047475,-0.341422792,-0.339942748,-0.338345978,-0.336920007,-0.335136641,-0.333176716,-0.33137305,-0.32970725,-0.328148285,-0.326702583,-0.325268552,-0.32365183,-0.322278868,-0.1390936,-0.134423108,-0.131055755,-0.128080734,-0.124922502,-0.121953167,-0.11793872,-0.113661004,-0.109787488,-0.106169031,-0.10289855,-0.099398475,-0.095994974,-0.092069684,-0.088695161,-0.341243711,-0.339007487,-0.337273966,-0.335684367,-0.333986795,-0.332467562,-0.330542746,-0.328467035,-0.326540612,-0.324764663,-0.323051811,-0.321488519,-0.319972451,-0.318229881,-0.316732282,-0.149205747,-0.145948765,-0.143342635,-0.140972923,-0.138520235,-0.13646863,-0.134055106,-0.131491206,-0.12914884,-0.126933311,-0.126951558,-0.125243874,-0.123458109,-0.121379406,-0.119750693,-0.048014312,-0.043300354,-0.03977422,-0.036502403,-0.033034569,-0.029648178,-0.025195659,-0.020526354,-0.016303923,-0.012406028,-0.008664195,-0.005159373,-0.00177768,0.002241218,0.005414383,-0.121140863,-0.115784558,-0.111683574,-0.108069073,-0.104289362,-0.10093096,-0.096616404,-0.092104348,-0.088011474,-0.084370172,-0.0799359,-0.076514894,-0.073401316,-0.069468658,-0.065981637,-0.083929183,-0.08014329,-0.077135731,-0.074430802,-0.07160304,-0.069235405,-0.066432022,-0.063391727,-0.060573213,-0.057909376,-0.058495499,-0.056634819,-0.054641268,-0.05230983,-0.050544438,-0.198825853,-0.195202352,-0.192483824,-0.190035488,-0.187392963,-0.184923561,-0.181683738,-0.178225003,-0.175091941,-0.17215366,-0.169867468,-0.16717678,-0.164546965,-0.161554833,-0.159023768,-0.22336925,-0.220302055,-0.217896071,-0.215683015,-0.213288479,-0.211090678,-0.208314022,-0.205343575,-0.202660502,-0.20013814,-0.198561793,-0.196429932,-0.194330659,-0.191957782,-0.189990884,-0.019322361,-0.014922802,-0.011375256,-0.008076341,-0.004597925,-0.001581168,0.002120611,0.006217985,0.009893556,0.013307787,0.012495432,0.014596437,0.016730968,0.019193892,0.020971201,-0.058821815,-0.05564415,-0.05295549,-0.050192655,-0.047192414,-0.044413311,-0.040866803,-0.037037643,-0.033682949,-0.030534904,-0.02837194,-0.026093461,-0.023877586,-0.021389245,-0.019367014,0.113856874,0.119360736,0.123865127,0.128185122,0.132641893,0.136525646,0.141355958,0.146749498,0.151379491,0.155545797,0.153635865,0.155826373,0.15799181,0.160585725,0.162265421,0.073066395,0.078259122,0.082384978,0.086103323,0.090001811,0.093281738,0.097234522,0.101671217,0.105765673,0.109604872,0.107439633,0.109630833,0.111968007,0.114694496,0.11658361,-0.188371714,-0.185536536,-0.18328298,-0.181156311,-0.179051401,-0.1773901,-0.175474926,-0.173538687,-0.171829915,-0.170246646,-0.169739098,-0.168233167,-0.166744197,-0.164939098,-0.163506748,-0.296064577,-0.293242082,-0.290999925,-0.288957963,-0.286796086,-0.284874806,-0.282471691,-0.279931527,-0.277502525,-0.275327668,-0.272903017,-0.270973949,-0.269191472,-0.267020547,-0.265106337,-0.048727322,-0.043247196,-0.039427679,-0.036090836,-0.032522966,-0.029053154,-0.024248407,-0.019078625,-0.014410507,-0.010042398,-0.006250374,-0.001934286,0.002266586,0.007062926,0.011141905,-0.172408127,-0.168684096,-0.165868993,-0.163309643,-0.16054127,-0.157937563,-0.15454153,-0.150917782,-0.147647647,-0.144581984,-0.14220797,-0.139451366,-0.136762063,-0.133691851,-0.131131413,-0.278868613,-0.27708851,-0.275538347,-0.274117667,-0.27241693,-0.271167914,-0.269654442,-0.267927621,-0.266452398,-0.265113087,-0.264216892,-0.262913852,-0.26163383,-0.260248309,-0.259190241,-0.021004925,-0.016671628,-0.013240733,-0.010163549,-0.006924566,-0.004204555,-0.000953359,0.002645022,0.005994474,0.00915587,0.007968888,0.009983504,0.012145529,0.014665913,0.016505825,-0.290453114,-0.288332107,-0.286591959,-0.285001767,-0.283241271,-0.281783281,-0.280024195,-0.278099799,-0.276375722,-0.274772129,-0.273816965,-0.272405285,-0.271015535,-0.269460304,-0.268215787,0.029284182,0.03292766,0.036007415,0.039366362,0.042889628,0.046008844,0.050124267,0.054706146,0.05860503,0.06223753,0.064397132,0.067001778,0.069453625,0.072232927,0.074363007,0.311797855,0.318319137,0.323754611,0.32948945,0.335134292,0.340036504,0.346480349,0.353818139,0.359588978,0.364427103,0.361875714,0.363744504,0.365335784,0.367683046,0.368691615,-0.064085699,-0.060051819,-0.056825842,-0.0538795,-0.0507634,-0.048088041,-0.044846438,-0.04127298,-0.03800685,-0.034937331,-0.035573151,-0.033573864,-0.031501688,-0.029119416,-0.027351997,0.021136609,0.025418824,0.028927454,0.032432177,0.036116896,0.039377636,0.043552991,0.04814743,0.052131812,0.055771137,0.056136369,0.058398678,0.060551999,0.06306729,0.064883021,-0.330771425,-0.328449184,-0.326913608,-0.325524329,-0.324021859,-0.322679927,-0.321026019,-0.319105258,-0.317342685,-0.315733925,-0.314089931,-0.312757963,-0.311358769,-0.309817902,-0.308535829,-0.182436506,-0.179155047,-0.176580614,-0.174179699,-0.17158163,-0.169161282,-0.166112531,-0.162839429,-0.159911977,-0.157159577,-0.155353241,-0.153072439,-0.150837773,-0.148296719,-0.146223456,0.296786612,0.304301036,0.310399625,0.316005402,0.321726989,0.32657807,0.332426248,0.338998265,0.344824092,0.350152458,0.345150655,0.347592168,0.350184798,0.35327647,0.355164546,-0.152923448,-0.149580523,-0.146893148,-0.14437405,-0.141661604,-0.139219202,-0.136187808,-0.132904271,-0.129956645,-0.127191288,-0.126308617,-0.124259634,-0.122227364,-0.119925546,-0.118104425,2.076145983,2.101839671,2.121219666,2.131297643,2.145988256,2.15723205,2.168514218,2.181060509,2.197158451,2.213488804,2.185909711,2.187557166,2.194292168,2.203988791,2.209021945,-0.095756282,-0.092166012,-0.089279455,-0.086595096,-0.084118376,-0.082010943,-0.079663632,-0.077357363,-0.075307044,-0.073382426,-0.073325856,-0.07159315,-0.069835522,-0.067724134,-0.065969473,-0.118139188,-0.114682678,-0.112035208,-0.109477935,-0.106733644,-0.104040039,-0.100726635,-0.097124398,-0.094044543,-0.091098499,-0.088659755,-0.086263143,-0.083945105,-0.081249275,-0.079134029,0.152883246,0.157663812,0.161502319,0.165688652,0.169849123,0.173487557,0.178406136,0.183728074,0.188264756,0.192327119,0.193070689,0.195358761,0.197308302,0.19977894,0.201490778,-0.270573755,-0.26812752,-0.266151177,-0.26434007,-0.262382766,-0.260696295,-0.258651391,-0.256453417,-0.254464514,-0.25259293,-0.251728234,-0.250170901,-0.24861379,-0.246866596,-0.24544505,-0.28180897,-0.279317464,-0.277330861,-0.275511644,-0.273543436,-0.27179775,-0.269649571,-0.267341621,-0.265248999,-0.263281112,-0.26214934,-0.26049511,-0.258850425,-0.257008214,-0.255482874,-0.010265612,-0.006094064,-0.002736601,0.000255629,0.003214925,0.005566737,0.008309347,0.011052649,0.013638306,0.016033633,0.015201796,0.01701545,0.019072296,0.021613597,0.023618967,-0.24828107,-0.245548795,-0.243361971,-0.241351756,-0.239185726,-0.237255989,-0.234879898,-0.232331006,-0.230021746,-0.227845554,-0.226827713,-0.225056363,-0.223289983,-0.221304863,-0.21967741,-0.241442199,-0.239136895,-0.237270453,-0.235519822,-0.233592633,-0.23217351,-0.230435266,-0.228545535,-0.226788549,-0.225227112,-0.224594679,-0.22317479,-0.221787142,-0.220118894,-0.218870743,-0.107250291,-0.103552468,-0.10057888,-0.097828556,-0.094901253,-0.092341705,-0.089209731,-0.085781605,-0.082678806,-0.079769008,-0.079793436,-0.077808687,-0.075795357,-0.073499621,-0.071752476,-0.239548511,-0.236917212,-0.234790568,-0.232840656,-0.230756217,-0.228984348,-0.226854193,-0.224572452,-0.222504356,-0.220555038,-0.219941767,-0.218356667,-0.216756239,-0.214943599,-0.213489911,0.610697364,0.620067819,0.626955521,0.632330469,0.638282095,0.64280137,0.647910181,0.653960013,0.660513833,0.666700937,0.659062,0.661902272,0.666002415,0.671219916,0.674573571,-0.154999926,-0.151693643,-0.149061651,-0.146572667,-0.143878617,-0.14138894,-0.138278131,-0.134921063,-0.13193546,-0.129125796,-0.127609926,-0.12542115,-0.123275443,-0.120836205,-0.118881175,-0.226056674,-0.223402653,-0.221258949,-0.219288837,-0.217199083,-0.215472138,-0.21341188,-0.211216131,-0.209223742,-0.207355323,-0.206856428,-0.20530629,-0.203739339,-0.201938739,-0.200512471,-0.304973621,-0.302706615,-0.300917092,-0.29928556,-0.297507732,-0.295952426,-0.294053002,-0.291985895,-0.290111443,-0.288357969,-0.287185995,-0.285687976,-0.284199006,-0.282537681,-0.281166277,-0.16234271,-0.159129787,-0.156555553,-0.154212148,-0.151746207,-0.14964995,-0.147150384,-0.144460487,-0.142001321,-0.139674333,-0.13960639,-0.137864932,-0.136059932,-0.133986866,-0.132367054,0.298528911,0.305192904,0.31027165,0.314564645,0.319097173,0.322665934,0.326693683,0.331187344,0.335741432,0.339865607,0.33576309,0.337961906,0.341085918,0.345220181,0.347943555,-0.052250589,-0.047127438,-0.043412654,-0.040105431,-0.036540973,-0.033128523,-0.028489184,-0.023585588,-0.019130102,-0.014983922,-0.011463028,-0.007547925,-0.003752637,0.000651916,0.004294652,0.346948733,0.357275638,0.364023893,0.36959189,0.375661502,0.381784519,0.390548924,0.400151593,0.408651048,0.416555626,0.423768112,0.432151954,0.440286966,0.449560007,0.457521155,0.134017673,0.142882361,0.149152787,0.154663522,0.160276469,0.165429685,0.172507322,0.179880073,0.186458371,0.192599981,0.199863202,0.205919363,0.211827968,0.218929885,0.22506022,-0.20468936,-0.201690207,-0.199280787,-0.197061747,-0.194683777,-0.192583563,-0.190015559,-0.187247038,-0.18473689,-0.182369601,-0.181693875,-0.179875029,-0.178044908,-0.175978964,-0.174323844,-0.298248978,-0.295739176,-0.293783157,-0.292000186,-0.290070351,-0.288331959,-0.286158387,-0.283820199,-0.281692492,-0.279700919,-0.278252152,-0.276525059,-0.274816782,-0.272897257,-0.271280386,1.130015801,1.14424159,1.154553957,1.161321794,1.169660538,1.175814214,1.182543085,1.190764535,1.200533156,1.210179935,1.195747645,1.198868098,1.204145531,1.210919104,1.214978501,-0.081967922,-0.078367712,-0.075436602,-0.072584956,-0.069512074,-0.066734009,-0.063229138,-0.05941234,-0.056039003,-0.052897733,-0.051785567,-0.049572313,-0.047418794,-0.04497016,-0.043068486,0.61334508,0.624144523,0.633457716,0.642914708,0.651993907,0.660338486,0.670636117,0.682275309,0.690777532,0.697463679,0.688602651,0.690416255,0.692011294,0.694619253,0.695221546,-0.249186858,-0.246025932,-0.24361671,-0.24144116,-0.23909736,-0.2369385,-0.234146367,-0.231169392,-0.228463053,-0.225930603,-0.223930846,-0.221634591,-0.219388774,-0.216833157,-0.214656372,0.459456702,0.471501675,0.478704766,0.484827783,0.490662609,0.497517279,0.507867128,0.519267084,0.529399258,0.538654298,0.549014631,0.559273395,0.569241792,0.580460368,0.590175782,-0.064624648,-0.06071177,-0.057536478,-0.054511018,-0.051286525,-0.04842494,-0.044854943,-0.040941966,-0.037469039,-0.03424865,-0.033995419,-0.031864894,-0.029762109,-0.027354568,-0.025546997,-0.283999206,-0.281150874,-0.278957893,-0.276972798,-0.274838391,-0.272892905,-0.270404119,-0.267750246,-0.265325645,-0.263069296,-0.261173753,-0.259141558,-0.257160246,-0.254894946,-0.25295443,-0.221264166,-0.218470648,-0.216219021,-0.214156538,-0.211960912,-0.210077287,-0.20781221,-0.205382738,-0.203176852,-0.201093106,-0.200576162,-0.198928064,-0.19725544,-0.195358661,-0.193842791,0.058338597,0.063141365,0.066909209,0.070207827,0.073636596,0.076404573,0.079626397,0.083124642,0.086481165,0.089607156,0.087775403,0.089772169,0.092130161,0.095040206,0.097136216,-0.262406551,-0.259598569,-0.25739916,-0.25538986,-0.253217105,-0.251239748,-0.248746067,-0.246080005,-0.24366161,-0.24138998,-0.239880316,-0.237920045,-0.235986847,-0.233807985,-0.231980584,-0.124316599,-0.120556866,-0.117692166,-0.114982736,-0.11208268,-0.109244386,-0.105673202,-0.101817784,-0.098428822,-0.095258476,-0.092276679,-0.089509889,-0.08682647,-0.083723671,-0.081236171,-0.112423485,-0.109066121,-0.106371131,-0.1037561,-0.100919092,-0.098271375,-0.094952829,-0.091365229,-0.088217975,-0.085244882,-0.083498775,-0.081251451,-0.079065097,-0.076569536,-0.074584738,-0.319966592,-0.317805012,-0.316211482,-0.314771986,-0.313189953,-0.311816027,-0.31015171,-0.308266058,-0.30655019,-0.304967044,-0.303615914,-0.302268271,-0.300907499,-0.29940095,-0.298169414,0.878529919,0.894283792,0.907756862,0.920406404,0.93264868,0.943237963,0.955418032,0.968182197,0.978982036,0.988713966,0.972880183,0.97572896,0.979130087,0.983180682,0.985337564,-0.232377118,-0.228752579,-0.225993849,-0.223524793,-0.220897994,-0.218505189,-0.215399893,-0.212116505,-0.209112926,-0.206351056,-0.203704526,-0.201139143,-0.198687147,-0.195800838,-0.193294991,0.153265687,0.159027675,0.163517726,0.167434511,0.171558785,0.174929995,0.178929805,0.183474646,0.187832915,0.191957238,0.188852264,0.191134599,0.19371724,0.19678221,0.198868083,0.413559589,0.421904168,0.428439691,0.434090566,0.439973062,0.444744727,0.450400547,0.456934785,0.463216732,0.469179237,0.4625102,0.465206871,0.468307741,0.471963236,0.474214863,-0.190329068,-0.187274532,-0.184819817,-0.182571799,-0.180180626,-0.178109094,-0.175607846,-0.172909741,-0.170454185,-0.168133675,-0.16776592,-0.166011111,-0.164222132,-0.162191148,-0.160584637,-0.14813675,-0.144747541,-0.142026491,-0.139525788,-0.136862198,-0.134538869,-0.131712937,-0.128639314,-0.12584409,-0.123210368,-0.123031855,-0.121146154,-0.119225343,-0.117041363,-0.115345101,-0.113917498,-0.110308585,-0.107427369,-0.104811745,-0.102050543,-0.099695418,-0.09687097,-0.093792154,-0.090963354,-0.088290468,-0.088584939,-0.086717929,-0.084768289,-0.082525118,-0.08081412,-0.209861688,-0.206846341,-0.204436179,-0.20220631,-0.199802824,-0.197638623,-0.194957083,-0.192073394,-0.189468106,-0.187015566,-0.185964866,-0.184026451,-0.18209852,-0.17992433,-0.17815973,-0.397403742,-0.393625118,-0.390710919,-0.388464361,-0.385913095,-0.383125462,-0.379416686,-0.375697897,-0.372070638,-0.36862204,-0.367022922,-0.364186284,-0.361184164,-0.357990106,-0.354655637,-0.487941757,-0.486353221,-0.484924345,-0.483598162,-0.482075913,-0.480527518,-0.47866837,-0.476801608,-0.475013445,-0.473362937,-0.472072617,-0.470745112,-0.469380063,-0.467886779,-0.466427417,-0.481659859,-0.48009695,-0.478708387,-0.477449951,-0.476013496,-0.474571973,-0.472790226,-0.470985547,-0.469272819,-0.467643414,-0.466299974,-0.464945729,-0.463528782,-0.462003986,-0.460546566,-0.432535075,-0.429589685,-0.427213743,-0.425254806,-0.423020598,-0.420652604,-0.41755297,-0.414448527,-0.411471441,-0.408663657,-0.407304665,-0.405108248,-0.402785414,-0.40030182,-0.397767837,-0.460966984,-0.458897256,-0.457134263,-0.455624871,-0.453917014,-0.452136108,-0.449894964,-0.447638182,-0.445481139,-0.44342705,-0.442034556,-0.440356924,-0.438600978,-0.436737689,-0.434891312,-0.473369402,-0.47191119,-0.470598322,-0.469332727,-0.467856058,-0.4664514,-0.464707704,-0.462893865,-0.461220672,-0.459607015,-0.457977066,-0.456594697,-0.455150825,-0.453502579,-0.452095571,-0.474306084,-0.472302001,-0.470518177,-0.46888233,-0.467014319,-0.465114425,-0.462766137,-0.460436195,-0.458238183,-0.456219166,-0.454999856,-0.453432979,-0.451822438,-0.450090969,-0.448370032,-0.409787888,-0.407029603,-0.404651954,-0.402801089,-0.40075171,-0.398460919,-0.395539723,-0.392531892,-0.389624146,-0.386819502,-0.385006095,-0.38274485,-0.380355185,-0.377829114,-0.375357413,-0.483077201,-0.481292722,-0.479690044,-0.478210914,-0.47652322,-0.474806734,-0.472711577,-0.470629265,-0.468654641,-0.466848849,-0.465620206,-0.464194754,-0.462731325,-0.461152666,-0.459584195,-0.484488473,-0.482851873,-0.481404267,-0.480096616,-0.478610008,-0.477096808,-0.47523928,-0.473372035,-0.471594726,-0.469923548,-0.468666632,-0.467302139,-0.465884414,-0.464366343,-0.46287992,-0.323292086,-0.317457605,-0.312838145,-0.309510525,-0.305802194,-0.301590765,-0.29612943,-0.290690495,-0.285413186,-0.280339558,-0.278315497,-0.274064904,-0.26955893,-0.264723303,-0.259629401,-0.416225613,-0.413152027,-0.410298403,-0.407516407,-0.404363912,-0.401256539,-0.397343957,-0.393431203,-0.389691422,-0.386295957,-0.384979467,-0.382587255,-0.380228496,-0.377588667,-0.375058863,-0.469613266,-0.467583741,-0.465842715,-0.464319811,-0.462592693,-0.460803035,-0.458564104,-0.456324246,-0.454193473,-0.452189488,-0.450917045,-0.449307926,-0.447631271,-0.445846693,-0.44406868,-0.452312679,-0.450325408,-0.44859881,-0.447117826,-0.445448923,-0.443714857,-0.441533658,-0.439319452,-0.437203823,-0.435156632,-0.433603403,-0.431932954,-0.430165931,-0.428306475,-0.426484019,-0.484174322,-0.482466514,-0.480875456,-0.479357769,-0.477606198,-0.475824686,-0.473694012,-0.47159213,-0.469596354,-0.467863105,-0.466532027,-0.465155023,-0.463762752,-0.462210833,-0.460652523,-0.423204871,-0.420324693,-0.417964389,-0.416085227,-0.41397207,-0.411675222,-0.408719485,-0.405734524,-0.402851404,-0.400088075,-0.398472441,-0.39620368,-0.393820419,-0.391293507,-0.388739176,-0.489308166,-0.48782387,-0.486498639,-0.48527771,-0.483871951,-0.48246257,-0.480753316,-0.479019721,-0.477354958,-0.475781678,-0.474498887,-0.473208679,-0.471882905,-0.470440504,-0.469038491,-0.458003101,-0.455680378,-0.453559322,-0.451543408,-0.449214986,-0.446897801,-0.444018551,-0.441169143,-0.438476192,-0.436047759,-0.434726089,-0.432930546,-0.431122146,-0.429153109,-0.427203606,-0.445900099,-0.443254632,-0.440937608,-0.43884506,-0.436422387,-0.433956768,-0.430805855,-0.42767733,-0.424784543,-0.422080108,-0.420893954,-0.418886805,-0.416804381,-0.414547957,-0.412349538,-0.466600181,-0.464528178,-0.462471617,-0.460444823,-0.45803706,-0.455741881,-0.452954729,-0.450219896,-0.447557962,-0.445402317,-0.44362973,-0.442072805,-0.440600895,-0.438902409,-0.437131738,-0.35490239,-0.35034803,-0.346244277,-0.342189133,-0.33746259,-0.332766607,-0.326810556,-0.320892111,-0.315509227,-0.310521888,-0.309733146,-0.306027016,-0.302382277,-0.298275829,-0.294564828,-0.48488094,-0.483172218,-0.481651774,-0.480264151,-0.478684936,-0.47707374,-0.475105656,-0.47313987,-0.471271575,-0.469540328,-0.468313539,-0.46692552,-0.465492156,-0.463951562,-0.46242935,-0.465269325,-0.46358199,-0.462083822,-0.460721505,-0.459141301,-0.457598914,-0.455660487,-0.453687297,-0.451820831,-0.450022741,-0.448458052,-0.446967685,-0.445392451,-0.44366432,-0.442087924 ),.Dim=c(3107,15)), pollib_median=structure(.Data=c( -1.79858,-1.69646,-1.83326,-1.88472,-1.78216,-1.77276,-1.86882,-1.88637,-1.90583,-1.80256,-1.78848,-1.78876,-1.789,-2.00831,-1.96001,-1.79858,-1.69646,-1.83326,-1.88472,-1.78216,-1.77276,-1.86882,-1.88637,-1.90583,-1.80256,-1.78848,-1.78876,-1.789,-2.00831,-1.96001,-1.79858,-1.69646,-1.83326,-1.88472,-1.78216,-1.77276,-1.86882,-1.88637,-1.90583,-1.80256,-1.78848,-1.78876,-1.789,-2.00831,-1.96001,-1.79858,-1.69646,-1.83326,-1.88472,-1.78216,-1.77276,-1.86882,-1.88637,-1.90583,-1.80256,-1.78848,-1.78876,-1.789,-2.00831,-1.96001,-1.79858,-1.69646,-1.83326,-1.88472,-1.78216,-1.77276,-1.86882,-1.88637,-1.90583,-1.80256,-1.78848,-1.78876,-1.789,-2.00831,-1.96001,-1.79858,-1.69646,-1.83326,-1.88472,-1.78216,-1.77276,-1.86882,-1.88637,-1.90583,-1.80256,-1.78848,-1.78876,-1.789,-2.00831,-1.96001,-1.79858,-1.69646,-1.83326,-1.88472,-1.78216,-1.77276,-1.86882,-1.88637,-1.90583,-1.80256,-1.78848,-1.78876,-1.789,-2.00831,-1.96001,-1.79858,-1.69646,-1.83326,-1.88472,-1.78216,-1.77276,-1.86882,-1.88637,-1.90583,-1.80256,-1.78848,-1.78876,-1.789,-2.00831,-1.96001,-1.79858,-1.69646,-1.83326,-1.88472,-1.78216,-1.77276,-1.86882,-1.88637,-1.90583,-1.80256,-1.78848,-1.78876,-1.789,-2.00831,-1.96001,-1.79858,-1.69646,-1.83326,-1.88472,-1.78216,-1.77276,-1.86882,-1.88637,-1.90583,-1.80256,-1.78848,-1.78876,-1.789,-2.00831,-1.96001,-1.79858,-1.69646,-1.83326,-1.88472,-1.78216,-1.77276,-1.86882,-1.88637,-1.90583,-1.80256,-1.78848,-1.78876,-1.789,-2.00831,-1.96001,-1.79858,-1.69646,-1.83326,-1.88472,-1.78216,-1.77276,-1.86882,-1.88637,-1.90583,-1.80256,-1.78848,-1.78876,-1.789,-2.00831,-1.96001,-1.79858,-1.69646,-1.83326,-1.88472,-1.78216,-1.77276,-1.86882,-1.88637,-1.90583,-1.80256,-1.78848,-1.78876,-1.789,-2.00831,-1.96001,-1.79858,-1.69646,-1.83326,-1.88472,-1.78216,-1.77276,-1.86882,-1.88637,-1.90583,-1.80256,-1.78848,-1.78876,-1.789,-2.00831,-1.96001,-1.79858,-1.69646,-1.83326,-1.88472,-1.78216,-1.77276,-1.86882,-1.88637,-1.90583,-1.80256,-1.78848,-1.78876,-1.789,-2.00831,-1.96001,-1.79858,-1.69646,-1.83326,-1.88472,-1.78216,-1.77276,-1.86882,-1.88637,-1.90583,-1.80256,-1.78848,-1.78876,-1.789,-2.00831,-1.96001,-1.79858,-1.69646,-1.83326,-1.88472,-1.78216,-1.77276,-1.86882,-1.88637,-1.90583,-1.80256,-1.78848,-1.78876,-1.789,-2.00831,-1.96001,-1.79858,-1.69646,-1.83326,-1.88472,-1.78216,-1.77276,-1.86882,-1.88637,-1.90583,-1.80256,-1.78848,-1.78876,-1.789,-2.00831,-1.96001,-1.79858,-1.69646,-1.83326,-1.88472,-1.78216,-1.77276,-1.86882,-1.88637,-1.90583,-1.80256,-1.78848,-1.78876,-1.789,-2.00831,-1.96001,-1.79858,-1.69646,-1.83326,-1.88472,-1.78216,-1.77276,-1.86882,-1.88637,-1.90583,-1.80256,-1.78848,-1.78876,-1.789,-2.00831,-1.96001,-1.79858,-1.69646,-1.83326,-1.88472,-1.78216,-1.77276,-1.86882,-1.88637,-1.90583,-1.80256,-1.78848,-1.78876,-1.789,-2.00831,-1.96001,-1.79858,-1.69646,-1.83326,-1.88472,-1.78216,-1.77276,-1.86882,-1.88637,-1.90583,-1.80256,-1.78848,-1.78876,-1.789,-2.00831,-1.96001,-1.79858,-1.69646,-1.83326,-1.88472,-1.78216,-1.77276,-1.86882,-1.88637,-1.90583,-1.80256,-1.78848,-1.78876,-1.789,-2.00831,-1.96001,-1.79858,-1.69646,-1.83326,-1.88472,-1.78216,-1.77276,-1.86882,-1.88637,-1.90583,-1.80256,-1.78848,-1.78876,-1.789,-2.00831,-1.96001,-1.79858,-1.69646,-1.83326,-1.88472,-1.78216,-1.77276,-1.86882,-1.88637,-1.90583,-1.80256,-1.78848,-1.78876,-1.789,-2.00831,-1.96001,-1.79858,-1.69646,-1.83326,-1.88472,-1.78216,-1.77276,-1.86882,-1.88637,-1.90583,-1.80256,-1.78848,-1.78876,-1.789,-2.00831,-1.96001,-1.79858,-1.69646,-1.83326,-1.88472,-1.78216,-1.77276,-1.86882,-1.88637,-1.90583,-1.80256,-1.78848,-1.78876,-1.789,-2.00831,-1.96001,-1.79858,-1.69646,-1.83326,-1.88472,-1.78216,-1.77276,-1.86882,-1.88637,-1.90583,-1.80256,-1.78848,-1.78876,-1.789,-2.00831,-1.96001,-1.79858,-1.69646,-1.83326,-1.88472,-1.78216,-1.77276,-1.86882,-1.88637,-1.90583,-1.80256,-1.78848,-1.78876,-1.789,-2.00831,-1.96001,-1.79858,-1.69646,-1.83326,-1.88472,-1.78216,-1.77276,-1.86882,-1.88637,-1.90583,-1.80256,-1.78848,-1.78876,-1.789,-2.00831,-1.96001,-1.79858,-1.69646,-1.83326,-1.88472,-1.78216,-1.77276,-1.86882,-1.88637,-1.90583,-1.80256,-1.78848,-1.78876,-1.789,-2.00831,-1.96001,-1.79858,-1.69646,-1.83326,-1.88472,-1.78216,-1.77276,-1.86882,-1.88637,-1.90583,-1.80256,-1.78848,-1.78876,-1.789,-2.00831,-1.96001,-1.79858,-1.69646,-1.83326,-1.88472,-1.78216,-1.77276,-1.86882,-1.88637,-1.90583,-1.80256,-1.78848,-1.78876,-1.789,-2.00831,-1.96001,-1.79858,-1.69646,-1.83326,-1.88472,-1.78216,-1.77276,-1.86882,-1.88637,-1.90583,-1.80256,-1.78848,-1.78876,-1.789,-2.00831,-1.96001,-1.79858,-1.69646,-1.83326,-1.88472,-1.78216,-1.77276,-1.86882,-1.88637,-1.90583,-1.80256,-1.78848,-1.78876,-1.789,-2.00831,-1.96001,-1.79858,-1.69646,-1.83326,-1.88472,-1.78216,-1.77276,-1.86882,-1.88637,-1.90583,-1.80256,-1.78848,-1.78876,-1.789,-2.00831,-1.96001,-1.79858,-1.69646,-1.83326,-1.88472,-1.78216,-1.77276,-1.86882,-1.88637,-1.90583,-1.80256,-1.78848,-1.78876,-1.789,-2.00831,-1.96001,-1.79858,-1.69646,-1.83326,-1.88472,-1.78216,-1.77276,-1.86882,-1.88637,-1.90583,-1.80256,-1.78848,-1.78876,-1.789,-2.00831,-1.96001,-1.79858,-1.69646,-1.83326,-1.88472,-1.78216,-1.77276,-1.86882,-1.88637,-1.90583,-1.80256,-1.78848,-1.78876,-1.789,-2.00831,-1.96001,-1.79858,-1.69646,-1.83326,-1.88472,-1.78216,-1.77276,-1.86882,-1.88637,-1.90583,-1.80256,-1.78848,-1.78876,-1.789,-2.00831,-1.96001,-1.79858,-1.69646,-1.83326,-1.88472,-1.78216,-1.77276,-1.86882,-1.88637,-1.90583,-1.80256,-1.78848,-1.78876,-1.789,-2.00831,-1.96001,-1.79858,-1.69646,-1.83326,-1.88472,-1.78216,-1.77276,-1.86882,-1.88637,-1.90583,-1.80256,-1.78848,-1.78876,-1.789,-2.00831,-1.96001,-1.79858,-1.69646,-1.83326,-1.88472,-1.78216,-1.77276,-1.86882,-1.88637,-1.90583,-1.80256,-1.78848,-1.78876,-1.789,-2.00831,-1.96001,-1.79858,-1.69646,-1.83326,-1.88472,-1.78216,-1.77276,-1.86882,-1.88637,-1.90583,-1.80256,-1.78848,-1.78876,-1.789,-2.00831,-1.96001,-1.79858,-1.69646,-1.83326,-1.88472,-1.78216,-1.77276,-1.86882,-1.88637,-1.90583,-1.80256,-1.78848,-1.78876,-1.789,-2.00831,-1.96001,-1.79858,-1.69646,-1.83326,-1.88472,-1.78216,-1.77276,-1.86882,-1.88637,-1.90583,-1.80256,-1.78848,-1.78876,-1.789,-2.00831,-1.96001,-1.79858,-1.69646,-1.83326,-1.88472,-1.78216,-1.77276,-1.86882,-1.88637,-1.90583,-1.80256,-1.78848,-1.78876,-1.789,-2.00831,-1.96001,-1.79858,-1.69646,-1.83326,-1.88472,-1.78216,-1.77276,-1.86882,-1.88637,-1.90583,-1.80256,-1.78848,-1.78876,-1.789,-2.00831,-1.96001,-1.79858,-1.69646,-1.83326,-1.88472,-1.78216,-1.77276,-1.86882,-1.88637,-1.90583,-1.80256,-1.78848,-1.78876,-1.789,-2.00831,-1.96001,-1.79858,-1.69646,-1.83326,-1.88472,-1.78216,-1.77276,-1.86882,-1.88637,-1.90583,-1.80256,-1.78848,-1.78876,-1.789,-2.00831,-1.96001,-1.79858,-1.69646,-1.83326,-1.88472,-1.78216,-1.77276,-1.86882,-1.88637,-1.90583,-1.80256,-1.78848,-1.78876,-1.789,-2.00831,-1.96001,-1.79858,-1.69646,-1.83326,-1.88472,-1.78216,-1.77276,-1.86882,-1.88637,-1.90583,-1.80256,-1.78848,-1.78876,-1.789,-2.00831,-1.96001,-1.79858,-1.69646,-1.83326,-1.88472,-1.78216,-1.77276,-1.86882,-1.88637,-1.90583,-1.80256,-1.78848,-1.78876,-1.789,-2.00831,-1.96001,-1.79858,-1.69646,-1.83326,-1.88472,-1.78216,-1.77276,-1.86882,-1.88637,-1.90583,-1.80256,-1.78848,-1.78876,-1.789,-2.00831,-1.96001,-1.79858,-1.69646,-1.83326,-1.88472,-1.78216,-1.77276,-1.86882,-1.88637,-1.90583,-1.80256,-1.78848,-1.78876,-1.789,-2.00831,-1.96001,-1.79858,-1.69646,-1.83326,-1.88472,-1.78216,-1.77276,-1.86882,-1.88637,-1.90583,-1.80256,-1.78848,-1.78876,-1.789,-2.00831,-1.96001,-1.79858,-1.69646,-1.83326,-1.88472,-1.78216,-1.77276,-1.86882,-1.88637,-1.90583,-1.80256,-1.78848,-1.78876,-1.789,-2.00831,-1.96001,-1.79858,-1.69646,-1.83326,-1.88472,-1.78216,-1.77276,-1.86882,-1.88637,-1.90583,-1.80256,-1.78848,-1.78876,-1.789,-2.00831,-1.96001,-1.79858,-1.69646,-1.83326,-1.88472,-1.78216,-1.77276,-1.86882,-1.88637,-1.90583,-1.80256,-1.78848,-1.78876,-1.789,-2.00831,-1.96001,-1.79858,-1.69646,-1.83326,-1.88472,-1.78216,-1.77276,-1.86882,-1.88637,-1.90583,-1.80256,-1.78848,-1.78876,-1.789,-2.00831,-1.96001,-1.79858,-1.69646,-1.83326,-1.88472,-1.78216,-1.77276,-1.86882,-1.88637,-1.90583,-1.80256,-1.78848,-1.78876,-1.789,-2.00831,-1.96001,-1.79858,-1.69646,-1.83326,-1.88472,-1.78216,-1.77276,-1.86882,-1.88637,-1.90583,-1.80256,-1.78848,-1.78876,-1.789,-2.00831,-1.96001,-1.79858,-1.69646,-1.83326,-1.88472,-1.78216,-1.77276,-1.86882,-1.88637,-1.90583,-1.80256,-1.78848,-1.78876,-1.789,-2.00831,-1.96001,-1.79858,-1.69646,-1.83326,-1.88472,-1.78216,-1.77276,-1.86882,-1.88637,-1.90583,-1.80256,-1.78848,-1.78876,-1.789,-2.00831,-1.96001,-1.79858,-1.69646,-1.83326,-1.88472,-1.78216,-1.77276,-1.86882,-1.88637,-1.90583,-1.80256,-1.78848,-1.78876,-1.789,-2.00831,-1.96001,-1.79858,-1.69646,-1.83326,-1.88472,-1.78216,-1.77276,-1.86882,-1.88637,-1.90583,-1.80256,-1.78848,-1.78876,-1.789,-2.00831,-1.96001,-1.79858,-1.69646,-1.83326,-1.88472,-1.78216,-1.77276,-1.86882,-1.88637,-1.90583,-1.80256,-1.78848,-1.78876,-1.789,-2.00831,-1.96001,-0.734905,-0.615474,-0.60938,-0.582776,-0.687118,-0.724351,-0.762313,-0.500492,-0.641311,-0.827283,-0.791389,-0.740753,-0.789363,-0.978231,-0.927141,-0.734905,-0.615474,-0.60938,-0.582776,-0.687118,-0.724351,-0.762313,-0.500492,-0.641311,-0.827283,-0.791389,-0.740753,-0.789363,-0.978231,-0.927141,-0.734905,-0.615474,-0.60938,-0.582776,-0.687118,-0.724351,-0.762313,-0.500492,-0.641311,-0.827283,-0.791389,-0.740753,-0.789363,-0.978231,-0.927141,-0.734905,-0.615474,-0.60938,-0.582776,-0.687118,-0.724351,-0.762313,-0.500492,-0.641311,-0.827283,-0.791389,-0.740753,-0.789363,-0.978231,-0.927141,-0.734905,-0.615474,-0.60938,-0.582776,-0.687118,-0.724351,-0.762313,-0.500492,-0.641311,-0.827283,-0.791389,-0.740753,-0.789363,-0.978231,-0.927141,-0.734905,-0.615474,-0.60938,-0.582776,-0.687118,-0.724351,-0.762313,-0.500492,-0.641311,-0.827283,-0.791389,-0.740753,-0.789363,-0.978231,-0.927141,-0.734905,-0.615474,-0.60938,-0.582776,-0.687118,-0.724351,-0.762313,-0.500492,-0.641311,-0.827283,-0.791389,-0.740753,-0.789363,-0.978231,-0.927141,-0.734905,-0.615474,-0.60938,-0.582776,-0.687118,-0.724351,-0.762313,-0.500492,-0.641311,-0.827283,-0.791389,-0.740753,-0.789363,-0.978231,-0.927141,-0.734905,-0.615474,-0.60938,-0.582776,-0.687118,-0.724351,-0.762313,-0.500492,-0.641311,-0.827283,-0.791389,-0.740753,-0.789363,-0.978231,-0.927141,-0.734905,-0.615474,-0.60938,-0.582776,-0.687118,-0.724351,-0.762313,-0.500492,-0.641311,-0.827283,-0.791389,-0.740753,-0.789363,-0.978231,-0.927141,-0.734905,-0.615474,-0.60938,-0.582776,-0.687118,-0.724351,-0.762313,-0.500492,-0.641311,-0.827283,-0.791389,-0.740753,-0.789363,-0.978231,-0.927141,-0.734905,-0.615474,-0.60938,-0.582776,-0.687118,-0.724351,-0.762313,-0.500492,-0.641311,-0.827283,-0.791389,-0.740753,-0.789363,-0.978231,-0.927141,-0.734905,-0.615474,-0.60938,-0.582776,-0.687118,-0.724351,-0.762313,-0.500492,-0.641311,-0.827283,-0.791389,-0.740753,-0.789363,-0.978231,-0.927141,-0.734905,-0.615474,-0.60938,-0.582776,-0.687118,-0.724351,-0.762313,-0.500492,-0.641311,-0.827283,-0.791389,-0.740753,-0.789363,-0.978231,-0.927141,-0.734905,-0.615474,-0.60938,-0.582776,-0.687118,-0.724351,-0.762313,-0.500492,-0.641311,-0.827283,-0.791389,-0.740753,-0.789363,-0.978231,-0.927141,-1.65476,-1.70923,-1.77148,-1.70554,-1.74411,-1.81364,-1.63886,-1.60263,-1.69316,-1.67347,-1.74302,-1.79645,-1.84585,-1.9451,-1.94732,-1.65476,-1.70923,-1.77148,-1.70554,-1.74411,-1.81364,-1.63886,-1.60263,-1.69316,-1.67347,-1.74302,-1.79645,-1.84585,-1.9451,-1.94732,-1.65476,-1.70923,-1.77148,-1.70554,-1.74411,-1.81364,-1.63886,-1.60263,-1.69316,-1.67347,-1.74302,-1.79645,-1.84585,-1.9451,-1.94732,-1.65476,-1.70923,-1.77148,-1.70554,-1.74411,-1.81364,-1.63886,-1.60263,-1.69316,-1.67347,-1.74302,-1.79645,-1.84585,-1.9451,-1.94732,-1.65476,-1.70923,-1.77148,-1.70554,-1.74411,-1.81364,-1.63886,-1.60263,-1.69316,-1.67347,-1.74302,-1.79645,-1.84585,-1.9451,-1.94732,-1.65476,-1.70923,-1.77148,-1.70554,-1.74411,-1.81364,-1.63886,-1.60263,-1.69316,-1.67347,-1.74302,-1.79645,-1.84585,-1.9451,-1.94732,-1.65476,-1.70923,-1.77148,-1.70554,-1.74411,-1.81364,-1.63886,-1.60263,-1.69316,-1.67347,-1.74302,-1.79645,-1.84585,-1.9451,-1.94732,-1.65476,-1.70923,-1.77148,-1.70554,-1.74411,-1.81364,-1.63886,-1.60263,-1.69316,-1.67347,-1.74302,-1.79645,-1.84585,-1.9451,-1.94732,-1.65476,-1.70923,-1.77148,-1.70554,-1.74411,-1.81364,-1.63886,-1.60263,-1.69316,-1.67347,-1.74302,-1.79645,-1.84585,-1.9451,-1.94732,-1.65476,-1.70923,-1.77148,-1.70554,-1.74411,-1.81364,-1.63886,-1.60263,-1.69316,-1.67347,-1.74302,-1.79645,-1.84585,-1.9451,-1.94732,-1.65476,-1.70923,-1.77148,-1.70554,-1.74411,-1.81364,-1.63886,-1.60263,-1.69316,-1.67347,-1.74302,-1.79645,-1.84585,-1.9451,-1.94732,-1.65476,-1.70923,-1.77148,-1.70554,-1.74411,-1.81364,-1.63886,-1.60263,-1.69316,-1.67347,-1.74302,-1.79645,-1.84585,-1.9451,-1.94732,-1.65476,-1.70923,-1.77148,-1.70554,-1.74411,-1.81364,-1.63886,-1.60263,-1.69316,-1.67347,-1.74302,-1.79645,-1.84585,-1.9451,-1.94732,-1.65476,-1.70923,-1.77148,-1.70554,-1.74411,-1.81364,-1.63886,-1.60263,-1.69316,-1.67347,-1.74302,-1.79645,-1.84585,-1.9451,-1.94732,-1.65476,-1.70923,-1.77148,-1.70554,-1.74411,-1.81364,-1.63886,-1.60263,-1.69316,-1.67347,-1.74302,-1.79645,-1.84585,-1.9451,-1.94732,-1.65476,-1.70923,-1.77148,-1.70554,-1.74411,-1.81364,-1.63886,-1.60263,-1.69316,-1.67347,-1.74302,-1.79645,-1.84585,-1.9451,-1.94732,-1.65476,-1.70923,-1.77148,-1.70554,-1.74411,-1.81364,-1.63886,-1.60263,-1.69316,-1.67347,-1.74302,-1.79645,-1.84585,-1.9451,-1.94732,-1.65476,-1.70923,-1.77148,-1.70554,-1.74411,-1.81364,-1.63886,-1.60263,-1.69316,-1.67347,-1.74302,-1.79645,-1.84585,-1.9451,-1.94732,-1.65476,-1.70923,-1.77148,-1.70554,-1.74411,-1.81364,-1.63886,-1.60263,-1.69316,-1.67347,-1.74302,-1.79645,-1.84585,-1.9451,-1.94732,-1.65476,-1.70923,-1.77148,-1.70554,-1.74411,-1.81364,-1.63886,-1.60263,-1.69316,-1.67347,-1.74302,-1.79645,-1.84585,-1.9451,-1.94732,-1.65476,-1.70923,-1.77148,-1.70554,-1.74411,-1.81364,-1.63886,-1.60263,-1.69316,-1.67347,-1.74302,-1.79645,-1.84585,-1.9451,-1.94732,-1.65476,-1.70923,-1.77148,-1.70554,-1.74411,-1.81364,-1.63886,-1.60263,-1.69316,-1.67347,-1.74302,-1.79645,-1.84585,-1.9451,-1.94732,-1.65476,-1.70923,-1.77148,-1.70554,-1.74411,-1.81364,-1.63886,-1.60263,-1.69316,-1.67347,-1.74302,-1.79645,-1.84585,-1.9451,-1.94732,-1.65476,-1.70923,-1.77148,-1.70554,-1.74411,-1.81364,-1.63886,-1.60263,-1.69316,-1.67347,-1.74302,-1.79645,-1.84585,-1.9451,-1.94732,-1.65476,-1.70923,-1.77148,-1.70554,-1.74411,-1.81364,-1.63886,-1.60263,-1.69316,-1.67347,-1.74302,-1.79645,-1.84585,-1.9451,-1.94732,-1.65476,-1.70923,-1.77148,-1.70554,-1.74411,-1.81364,-1.63886,-1.60263,-1.69316,-1.67347,-1.74302,-1.79645,-1.84585,-1.9451,-1.94732,-1.65476,-1.70923,-1.77148,-1.70554,-1.74411,-1.81364,-1.63886,-1.60263,-1.69316,-1.67347,-1.74302,-1.79645,-1.84585,-1.9451,-1.94732,-1.65476,-1.70923,-1.77148,-1.70554,-1.74411,-1.81364,-1.63886,-1.60263,-1.69316,-1.67347,-1.74302,-1.79645,-1.84585,-1.9451,-1.94732,-1.65476,-1.70923,-1.77148,-1.70554,-1.74411,-1.81364,-1.63886,-1.60263,-1.69316,-1.67347,-1.74302,-1.79645,-1.84585,-1.9451,-1.94732,-1.65476,-1.70923,-1.77148,-1.70554,-1.74411,-1.81364,-1.63886,-1.60263,-1.69316,-1.67347,-1.74302,-1.79645,-1.84585,-1.9451,-1.94732,-1.65476,-1.70923,-1.77148,-1.70554,-1.74411,-1.81364,-1.63886,-1.60263,-1.69316,-1.67347,-1.74302,-1.79645,-1.84585,-1.9451,-1.94732,-1.65476,-1.70923,-1.77148,-1.70554,-1.74411,-1.81364,-1.63886,-1.60263,-1.69316,-1.67347,-1.74302,-1.79645,-1.84585,-1.9451,-1.94732,-1.65476,-1.70923,-1.77148,-1.70554,-1.74411,-1.81364,-1.63886,-1.60263,-1.69316,-1.67347,-1.74302,-1.79645,-1.84585,-1.9451,-1.94732,-1.65476,-1.70923,-1.77148,-1.70554,-1.74411,-1.81364,-1.63886,-1.60263,-1.69316,-1.67347,-1.74302,-1.79645,-1.84585,-1.9451,-1.94732,-1.65476,-1.70923,-1.77148,-1.70554,-1.74411,-1.81364,-1.63886,-1.60263,-1.69316,-1.67347,-1.74302,-1.79645,-1.84585,-1.9451,-1.94732,-1.65476,-1.70923,-1.77148,-1.70554,-1.74411,-1.81364,-1.63886,-1.60263,-1.69316,-1.67347,-1.74302,-1.79645,-1.84585,-1.9451,-1.94732,-1.65476,-1.70923,-1.77148,-1.70554,-1.74411,-1.81364,-1.63886,-1.60263,-1.69316,-1.67347,-1.74302,-1.79645,-1.84585,-1.9451,-1.94732,-1.65476,-1.70923,-1.77148,-1.70554,-1.74411,-1.81364,-1.63886,-1.60263,-1.69316,-1.67347,-1.74302,-1.79645,-1.84585,-1.9451,-1.94732,-1.65476,-1.70923,-1.77148,-1.70554,-1.74411,-1.81364,-1.63886,-1.60263,-1.69316,-1.67347,-1.74302,-1.79645,-1.84585,-1.9451,-1.94732,-1.65476,-1.70923,-1.77148,-1.70554,-1.74411,-1.81364,-1.63886,-1.60263,-1.69316,-1.67347,-1.74302,-1.79645,-1.84585,-1.9451,-1.94732,-1.65476,-1.70923,-1.77148,-1.70554,-1.74411,-1.81364,-1.63886,-1.60263,-1.69316,-1.67347,-1.74302,-1.79645,-1.84585,-1.9451,-1.94732,-1.65476,-1.70923,-1.77148,-1.70554,-1.74411,-1.81364,-1.63886,-1.60263,-1.69316,-1.67347,-1.74302,-1.79645,-1.84585,-1.9451,-1.94732,-1.65476,-1.70923,-1.77148,-1.70554,-1.74411,-1.81364,-1.63886,-1.60263,-1.69316,-1.67347,-1.74302,-1.79645,-1.84585,-1.9451,-1.94732,-1.65476,-1.70923,-1.77148,-1.70554,-1.74411,-1.81364,-1.63886,-1.60263,-1.69316,-1.67347,-1.74302,-1.79645,-1.84585,-1.9451,-1.94732,-1.65476,-1.70923,-1.77148,-1.70554,-1.74411,-1.81364,-1.63886,-1.60263,-1.69316,-1.67347,-1.74302,-1.79645,-1.84585,-1.9451,-1.94732,-1.65476,-1.70923,-1.77148,-1.70554,-1.74411,-1.81364,-1.63886,-1.60263,-1.69316,-1.67347,-1.74302,-1.79645,-1.84585,-1.9451,-1.94732,-1.65476,-1.70923,-1.77148,-1.70554,-1.74411,-1.81364,-1.63886,-1.60263,-1.69316,-1.67347,-1.74302,-1.79645,-1.84585,-1.9451,-1.94732,-1.65476,-1.70923,-1.77148,-1.70554,-1.74411,-1.81364,-1.63886,-1.60263,-1.69316,-1.67347,-1.74302,-1.79645,-1.84585,-1.9451,-1.94732,-1.65476,-1.70923,-1.77148,-1.70554,-1.74411,-1.81364,-1.63886,-1.60263,-1.69316,-1.67347,-1.74302,-1.79645,-1.84585,-1.9451,-1.94732,-1.65476,-1.70923,-1.77148,-1.70554,-1.74411,-1.81364,-1.63886,-1.60263,-1.69316,-1.67347,-1.74302,-1.79645,-1.84585,-1.9451,-1.94732,-1.65476,-1.70923,-1.77148,-1.70554,-1.74411,-1.81364,-1.63886,-1.60263,-1.69316,-1.67347,-1.74302,-1.79645,-1.84585,-1.9451,-1.94732,-1.65476,-1.70923,-1.77148,-1.70554,-1.74411,-1.81364,-1.63886,-1.60263,-1.69316,-1.67347,-1.74302,-1.79645,-1.84585,-1.9451,-1.94732,-1.65476,-1.70923,-1.77148,-1.70554,-1.74411,-1.81364,-1.63886,-1.60263,-1.69316,-1.67347,-1.74302,-1.79645,-1.84585,-1.9451,-1.94732,-1.65476,-1.70923,-1.77148,-1.70554,-1.74411,-1.81364,-1.63886,-1.60263,-1.69316,-1.67347,-1.74302,-1.79645,-1.84585,-1.9451,-1.94732,-1.65476,-1.70923,-1.77148,-1.70554,-1.74411,-1.81364,-1.63886,-1.60263,-1.69316,-1.67347,-1.74302,-1.79645,-1.84585,-1.9451,-1.94732,-1.65476,-1.70923,-1.77148,-1.70554,-1.74411,-1.81364,-1.63886,-1.60263,-1.69316,-1.67347,-1.74302,-1.79645,-1.84585,-1.9451,-1.94732,-1.65476,-1.70923,-1.77148,-1.70554,-1.74411,-1.81364,-1.63886,-1.60263,-1.69316,-1.67347,-1.74302,-1.79645,-1.84585,-1.9451,-1.94732,-1.65476,-1.70923,-1.77148,-1.70554,-1.74411,-1.81364,-1.63886,-1.60263,-1.69316,-1.67347,-1.74302,-1.79645,-1.84585,-1.9451,-1.94732,-1.65476,-1.70923,-1.77148,-1.70554,-1.74411,-1.81364,-1.63886,-1.60263,-1.69316,-1.67347,-1.74302,-1.79645,-1.84585,-1.9451,-1.94732,-1.65476,-1.70923,-1.77148,-1.70554,-1.74411,-1.81364,-1.63886,-1.60263,-1.69316,-1.67347,-1.74302,-1.79645,-1.84585,-1.9451,-1.94732,-1.65476,-1.70923,-1.77148,-1.70554,-1.74411,-1.81364,-1.63886,-1.60263,-1.69316,-1.67347,-1.74302,-1.79645,-1.84585,-1.9451,-1.94732,-1.65476,-1.70923,-1.77148,-1.70554,-1.74411,-1.81364,-1.63886,-1.60263,-1.69316,-1.67347,-1.74302,-1.79645,-1.84585,-1.9451,-1.94732,-1.65476,-1.70923,-1.77148,-1.70554,-1.74411,-1.81364,-1.63886,-1.60263,-1.69316,-1.67347,-1.74302,-1.79645,-1.84585,-1.9451,-1.94732,-1.65476,-1.70923,-1.77148,-1.70554,-1.74411,-1.81364,-1.63886,-1.60263,-1.69316,-1.67347,-1.74302,-1.79645,-1.84585,-1.9451,-1.94732,-1.65476,-1.70923,-1.77148,-1.70554,-1.74411,-1.81364,-1.63886,-1.60263,-1.69316,-1.67347,-1.74302,-1.79645,-1.84585,-1.9451,-1.94732,-1.65476,-1.70923,-1.77148,-1.70554,-1.74411,-1.81364,-1.63886,-1.60263,-1.69316,-1.67347,-1.74302,-1.79645,-1.84585,-1.9451,-1.94732,-1.65476,-1.70923,-1.77148,-1.70554,-1.74411,-1.81364,-1.63886,-1.60263,-1.69316,-1.67347,-1.74302,-1.79645,-1.84585,-1.9451,-1.94732,-1.65476,-1.70923,-1.77148,-1.70554,-1.74411,-1.81364,-1.63886,-1.60263,-1.69316,-1.67347,-1.74302,-1.79645,-1.84585,-1.9451,-1.94732,-1.65476,-1.70923,-1.77148,-1.70554,-1.74411,-1.81364,-1.63886,-1.60263,-1.69316,-1.67347,-1.74302,-1.79645,-1.84585,-1.9451,-1.94732,-1.65476,-1.70923,-1.77148,-1.70554,-1.74411,-1.81364,-1.63886,-1.60263,-1.69316,-1.67347,-1.74302,-1.79645,-1.84585,-1.9451,-1.94732,-1.65476,-1.70923,-1.77148,-1.70554,-1.74411,-1.81364,-1.63886,-1.60263,-1.69316,-1.67347,-1.74302,-1.79645,-1.84585,-1.9451,-1.94732,-1.65476,-1.70923,-1.77148,-1.70554,-1.74411,-1.81364,-1.63886,-1.60263,-1.69316,-1.67347,-1.74302,-1.79645,-1.84585,-1.9451,-1.94732,-1.65476,-1.70923,-1.77148,-1.70554,-1.74411,-1.81364,-1.63886,-1.60263,-1.69316,-1.67347,-1.74302,-1.79645,-1.84585,-1.9451,-1.94732,-1.65476,-1.70923,-1.77148,-1.70554,-1.74411,-1.81364,-1.63886,-1.60263,-1.69316,-1.67347,-1.74302,-1.79645,-1.84585,-1.9451,-1.94732,-1.65476,-1.70923,-1.77148,-1.70554,-1.74411,-1.81364,-1.63886,-1.60263,-1.69316,-1.67347,-1.74302,-1.79645,-1.84585,-1.9451,-1.94732,2.49125,2.54728,2.53433,2.8136,2.67149,2.59453,2.42296,2.48846,2.43346,2.31192,2.38786,2.4507,2.46537,2.52428,2.48255,2.49125,2.54728,2.53433,2.8136,2.67149,2.59453,2.42296,2.48846,2.43346,2.31192,2.38786,2.4507,2.46537,2.52428,2.48255,2.49125,2.54728,2.53433,2.8136,2.67149,2.59453,2.42296,2.48846,2.43346,2.31192,2.38786,2.4507,2.46537,2.52428,2.48255,2.49125,2.54728,2.53433,2.8136,2.67149,2.59453,2.42296,2.48846,2.43346,2.31192,2.38786,2.4507,2.46537,2.52428,2.48255,2.49125,2.54728,2.53433,2.8136,2.67149,2.59453,2.42296,2.48846,2.43346,2.31192,2.38786,2.4507,2.46537,2.52428,2.48255,2.49125,2.54728,2.53433,2.8136,2.67149,2.59453,2.42296,2.48846,2.43346,2.31192,2.38786,2.4507,2.46537,2.52428,2.48255,2.49125,2.54728,2.53433,2.8136,2.67149,2.59453,2.42296,2.48846,2.43346,2.31192,2.38786,2.4507,2.46537,2.52428,2.48255,2.49125,2.54728,2.53433,2.8136,2.67149,2.59453,2.42296,2.48846,2.43346,2.31192,2.38786,2.4507,2.46537,2.52428,2.48255,2.49125,2.54728,2.53433,2.8136,2.67149,2.59453,2.42296,2.48846,2.43346,2.31192,2.38786,2.4507,2.46537,2.52428,2.48255,2.49125,2.54728,2.53433,2.8136,2.67149,2.59453,2.42296,2.48846,2.43346,2.31192,2.38786,2.4507,2.46537,2.52428,2.48255,2.49125,2.54728,2.53433,2.8136,2.67149,2.59453,2.42296,2.48846,2.43346,2.31192,2.38786,2.4507,2.46537,2.52428,2.48255,2.49125,2.54728,2.53433,2.8136,2.67149,2.59453,2.42296,2.48846,2.43346,2.31192,2.38786,2.4507,2.46537,2.52428,2.48255,2.49125,2.54728,2.53433,2.8136,2.67149,2.59453,2.42296,2.48846,2.43346,2.31192,2.38786,2.4507,2.46537,2.52428,2.48255,2.49125,2.54728,2.53433,2.8136,2.67149,2.59453,2.42296,2.48846,2.43346,2.31192,2.38786,2.4507,2.46537,2.52428,2.48255,2.49125,2.54728,2.53433,2.8136,2.67149,2.59453,2.42296,2.48846,2.43346,2.31192,2.38786,2.4507,2.46537,2.52428,2.48255,2.49125,2.54728,2.53433,2.8136,2.67149,2.59453,2.42296,2.48846,2.43346,2.31192,2.38786,2.4507,2.46537,2.52428,2.48255,2.49125,2.54728,2.53433,2.8136,2.67149,2.59453,2.42296,2.48846,2.43346,2.31192,2.38786,2.4507,2.46537,2.52428,2.48255,2.49125,2.54728,2.53433,2.8136,2.67149,2.59453,2.42296,2.48846,2.43346,2.31192,2.38786,2.4507,2.46537,2.52428,2.48255,2.49125,2.54728,2.53433,2.8136,2.67149,2.59453,2.42296,2.48846,2.43346,2.31192,2.38786,2.4507,2.46537,2.52428,2.48255,2.49125,2.54728,2.53433,2.8136,2.67149,2.59453,2.42296,2.48846,2.43346,2.31192,2.38786,2.4507,2.46537,2.52428,2.48255,2.49125,2.54728,2.53433,2.8136,2.67149,2.59453,2.42296,2.48846,2.43346,2.31192,2.38786,2.4507,2.46537,2.52428,2.48255,2.49125,2.54728,2.53433,2.8136,2.67149,2.59453,2.42296,2.48846,2.43346,2.31192,2.38786,2.4507,2.46537,2.52428,2.48255,2.49125,2.54728,2.53433,2.8136,2.67149,2.59453,2.42296,2.48846,2.43346,2.31192,2.38786,2.4507,2.46537,2.52428,2.48255,2.49125,2.54728,2.53433,2.8136,2.67149,2.59453,2.42296,2.48846,2.43346,2.31192,2.38786,2.4507,2.46537,2.52428,2.48255,2.49125,2.54728,2.53433,2.8136,2.67149,2.59453,2.42296,2.48846,2.43346,2.31192,2.38786,2.4507,2.46537,2.52428,2.48255,2.49125,2.54728,2.53433,2.8136,2.67149,2.59453,2.42296,2.48846,2.43346,2.31192,2.38786,2.4507,2.46537,2.52428,2.48255,2.49125,2.54728,2.53433,2.8136,2.67149,2.59453,2.42296,2.48846,2.43346,2.31192,2.38786,2.4507,2.46537,2.52428,2.48255,2.49125,2.54728,2.53433,2.8136,2.67149,2.59453,2.42296,2.48846,2.43346,2.31192,2.38786,2.4507,2.46537,2.52428,2.48255,2.49125,2.54728,2.53433,2.8136,2.67149,2.59453,2.42296,2.48846,2.43346,2.31192,2.38786,2.4507,2.46537,2.52428,2.48255,2.49125,2.54728,2.53433,2.8136,2.67149,2.59453,2.42296,2.48846,2.43346,2.31192,2.38786,2.4507,2.46537,2.52428,2.48255,2.49125,2.54728,2.53433,2.8136,2.67149,2.59453,2.42296,2.48846,2.43346,2.31192,2.38786,2.4507,2.46537,2.52428,2.48255,2.49125,2.54728,2.53433,2.8136,2.67149,2.59453,2.42296,2.48846,2.43346,2.31192,2.38786,2.4507,2.46537,2.52428,2.48255,2.49125,2.54728,2.53433,2.8136,2.67149,2.59453,2.42296,2.48846,2.43346,2.31192,2.38786,2.4507,2.46537,2.52428,2.48255,2.49125,2.54728,2.53433,2.8136,2.67149,2.59453,2.42296,2.48846,2.43346,2.31192,2.38786,2.4507,2.46537,2.52428,2.48255,2.49125,2.54728,2.53433,2.8136,2.67149,2.59453,2.42296,2.48846,2.43346,2.31192,2.38786,2.4507,2.46537,2.52428,2.48255,2.49125,2.54728,2.53433,2.8136,2.67149,2.59453,2.42296,2.48846,2.43346,2.31192,2.38786,2.4507,2.46537,2.52428,2.48255,2.49125,2.54728,2.53433,2.8136,2.67149,2.59453,2.42296,2.48846,2.43346,2.31192,2.38786,2.4507,2.46537,2.52428,2.48255,2.49125,2.54728,2.53433,2.8136,2.67149,2.59453,2.42296,2.48846,2.43346,2.31192,2.38786,2.4507,2.46537,2.52428,2.48255,2.49125,2.54728,2.53433,2.8136,2.67149,2.59453,2.42296,2.48846,2.43346,2.31192,2.38786,2.4507,2.46537,2.52428,2.48255,2.49125,2.54728,2.53433,2.8136,2.67149,2.59453,2.42296,2.48846,2.43346,2.31192,2.38786,2.4507,2.46537,2.52428,2.48255,2.49125,2.54728,2.53433,2.8136,2.67149,2.59453,2.42296,2.48846,2.43346,2.31192,2.38786,2.4507,2.46537,2.52428,2.48255,2.49125,2.54728,2.53433,2.8136,2.67149,2.59453,2.42296,2.48846,2.43346,2.31192,2.38786,2.4507,2.46537,2.52428,2.48255,2.49125,2.54728,2.53433,2.8136,2.67149,2.59453,2.42296,2.48846,2.43346,2.31192,2.38786,2.4507,2.46537,2.52428,2.48255,2.49125,2.54728,2.53433,2.8136,2.67149,2.59453,2.42296,2.48846,2.43346,2.31192,2.38786,2.4507,2.46537,2.52428,2.48255,2.49125,2.54728,2.53433,2.8136,2.67149,2.59453,2.42296,2.48846,2.43346,2.31192,2.38786,2.4507,2.46537,2.52428,2.48255,2.49125,2.54728,2.53433,2.8136,2.67149,2.59453,2.42296,2.48846,2.43346,2.31192,2.38786,2.4507,2.46537,2.52428,2.48255,2.49125,2.54728,2.53433,2.8136,2.67149,2.59453,2.42296,2.48846,2.43346,2.31192,2.38786,2.4507,2.46537,2.52428,2.48255,2.49125,2.54728,2.53433,2.8136,2.67149,2.59453,2.42296,2.48846,2.43346,2.31192,2.38786,2.4507,2.46537,2.52428,2.48255,2.49125,2.54728,2.53433,2.8136,2.67149,2.59453,2.42296,2.48846,2.43346,2.31192,2.38786,2.4507,2.46537,2.52428,2.48255,2.49125,2.54728,2.53433,2.8136,2.67149,2.59453,2.42296,2.48846,2.43346,2.31192,2.38786,2.4507,2.46537,2.52428,2.48255,2.49125,2.54728,2.53433,2.8136,2.67149,2.59453,2.42296,2.48846,2.43346,2.31192,2.38786,2.4507,2.46537,2.52428,2.48255,2.49125,2.54728,2.53433,2.8136,2.67149,2.59453,2.42296,2.48846,2.43346,2.31192,2.38786,2.4507,2.46537,2.52428,2.48255,2.49125,2.54728,2.53433,2.8136,2.67149,2.59453,2.42296,2.48846,2.43346,2.31192,2.38786,2.4507,2.46537,2.52428,2.48255,2.49125,2.54728,2.53433,2.8136,2.67149,2.59453,2.42296,2.48846,2.43346,2.31192,2.38786,2.4507,2.46537,2.52428,2.48255,2.49125,2.54728,2.53433,2.8136,2.67149,2.59453,2.42296,2.48846,2.43346,2.31192,2.38786,2.4507,2.46537,2.52428,2.48255,2.49125,2.54728,2.53433,2.8136,2.67149,2.59453,2.42296,2.48846,2.43346,2.31192,2.38786,2.4507,2.46537,2.52428,2.48255,2.49125,2.54728,2.53433,2.8136,2.67149,2.59453,2.42296,2.48846,2.43346,2.31192,2.38786,2.4507,2.46537,2.52428,2.48255,2.49125,2.54728,2.53433,2.8136,2.67149,2.59453,2.42296,2.48846,2.43346,2.31192,2.38786,2.4507,2.46537,2.52428,2.48255,-0.35692,-0.301993,-0.345366,-0.445471,-0.512842,-0.420429,-0.360245,-0.184411,-0.129186,-0.092141,-0.13147,0.028289,0.035504,0.124588,0.175465,-0.35692,-0.301993,-0.345366,-0.445471,-0.512842,-0.420429,-0.360245,-0.184411,-0.129186,-0.092141,-0.13147,0.028289,0.035504,0.124588,0.175465,-0.35692,-0.301993,-0.345366,-0.445471,-0.512842,-0.420429,-0.360245,-0.184411,-0.129186,-0.092141,-0.13147,0.028289,0.035504,0.124588,0.175465,-0.35692,-0.301993,-0.345366,-0.445471,-0.512842,-0.420429,-0.360245,-0.184411,-0.129186,-0.092141,-0.13147,0.028289,0.035504,0.124588,0.175465,-0.35692,-0.301993,-0.345366,-0.445471,-0.512842,-0.420429,-0.360245,-0.184411,-0.129186,-0.092141,-0.13147,0.028289,0.035504,0.124588,0.175465,-0.35692,-0.301993,-0.345366,-0.445471,-0.512842,-0.420429,-0.360245,-0.184411,-0.129186,-0.092141,-0.13147,0.028289,0.035504,0.124588,0.175465,-0.35692,-0.301993,-0.345366,-0.445471,-0.512842,-0.420429,-0.360245,-0.184411,-0.129186,-0.092141,-0.13147,0.028289,0.035504,0.124588,0.175465,-0.35692,-0.301993,-0.345366,-0.445471,-0.512842,-0.420429,-0.360245,-0.184411,-0.129186,-0.092141,-0.13147,0.028289,0.035504,0.124588,0.175465,-0.35692,-0.301993,-0.345366,-0.445471,-0.512842,-0.420429,-0.360245,-0.184411,-0.129186,-0.092141,-0.13147,0.028289,0.035504,0.124588,0.175465,-0.35692,-0.301993,-0.345366,-0.445471,-0.512842,-0.420429,-0.360245,-0.184411,-0.129186,-0.092141,-0.13147,0.028289,0.035504,0.124588,0.175465,-0.35692,-0.301993,-0.345366,-0.445471,-0.512842,-0.420429,-0.360245,-0.184411,-0.129186,-0.092141,-0.13147,0.028289,0.035504,0.124588,0.175465,-0.35692,-0.301993,-0.345366,-0.445471,-0.512842,-0.420429,-0.360245,-0.184411,-0.129186,-0.092141,-0.13147,0.028289,0.035504,0.124588,0.175465,-0.35692,-0.301993,-0.345366,-0.445471,-0.512842,-0.420429,-0.360245,-0.184411,-0.129186,-0.092141,-0.13147,0.028289,0.035504,0.124588,0.175465,-0.35692,-0.301993,-0.345366,-0.445471,-0.512842,-0.420429,-0.360245,-0.184411,-0.129186,-0.092141,-0.13147,0.028289,0.035504,0.124588,0.175465,-0.35692,-0.301993,-0.345366,-0.445471,-0.512842,-0.420429,-0.360245,-0.184411,-0.129186,-0.092141,-0.13147,0.028289,0.035504,0.124588,0.175465,-0.35692,-0.301993,-0.345366,-0.445471,-0.512842,-0.420429,-0.360245,-0.184411,-0.129186,-0.092141,-0.13147,0.028289,0.035504,0.124588,0.175465,-0.35692,-0.301993,-0.345366,-0.445471,-0.512842,-0.420429,-0.360245,-0.184411,-0.129186,-0.092141,-0.13147,0.028289,0.035504,0.124588,0.175465,-0.35692,-0.301993,-0.345366,-0.445471,-0.512842,-0.420429,-0.360245,-0.184411,-0.129186,-0.092141,-0.13147,0.028289,0.035504,0.124588,0.175465,-0.35692,-0.301993,-0.345366,-0.445471,-0.512842,-0.420429,-0.360245,-0.184411,-0.129186,-0.092141,-0.13147,0.028289,0.035504,0.124588,0.175465,-0.35692,-0.301993,-0.345366,-0.445471,-0.512842,-0.420429,-0.360245,-0.184411,-0.129186,-0.092141,-0.13147,0.028289,0.035504,0.124588,0.175465,-0.35692,-0.301993,-0.345366,-0.445471,-0.512842,-0.420429,-0.360245,-0.184411,-0.129186,-0.092141,-0.13147,0.028289,0.035504,0.124588,0.175465,-0.35692,-0.301993,-0.345366,-0.445471,-0.512842,-0.420429,-0.360245,-0.184411,-0.129186,-0.092141,-0.13147,0.028289,0.035504,0.124588,0.175465,-0.35692,-0.301993,-0.345366,-0.445471,-0.512842,-0.420429,-0.360245,-0.184411,-0.129186,-0.092141,-0.13147,0.028289,0.035504,0.124588,0.175465,-0.35692,-0.301993,-0.345366,-0.445471,-0.512842,-0.420429,-0.360245,-0.184411,-0.129186,-0.092141,-0.13147,0.028289,0.035504,0.124588,0.175465,-0.35692,-0.301993,-0.345366,-0.445471,-0.512842,-0.420429,-0.360245,-0.184411,-0.129186,-0.092141,-0.13147,0.028289,0.035504,0.124588,0.175465,-0.35692,-0.301993,-0.345366,-0.445471,-0.512842,-0.420429,-0.360245,-0.184411,-0.129186,-0.092141,-0.13147,0.028289,0.035504,0.124588,0.175465,-0.35692,-0.301993,-0.345366,-0.445471,-0.512842,-0.420429,-0.360245,-0.184411,-0.129186,-0.092141,-0.13147,0.028289,0.035504,0.124588,0.175465,-0.35692,-0.301993,-0.345366,-0.445471,-0.512842,-0.420429,-0.360245,-0.184411,-0.129186,-0.092141,-0.13147,0.028289,0.035504,0.124588,0.175465,-0.35692,-0.301993,-0.345366,-0.445471,-0.512842,-0.420429,-0.360245,-0.184411,-0.129186,-0.092141,-0.13147,0.028289,0.035504,0.124588,0.175465,-0.35692,-0.301993,-0.345366,-0.445471,-0.512842,-0.420429,-0.360245,-0.184411,-0.129186,-0.092141,-0.13147,0.028289,0.035504,0.124588,0.175465,-0.35692,-0.301993,-0.345366,-0.445471,-0.512842,-0.420429,-0.360245,-0.184411,-0.129186,-0.092141,-0.13147,0.028289,0.035504,0.124588,0.175465,-0.35692,-0.301993,-0.345366,-0.445471,-0.512842,-0.420429,-0.360245,-0.184411,-0.129186,-0.092141,-0.13147,0.028289,0.035504,0.124588,0.175465,-0.35692,-0.301993,-0.345366,-0.445471,-0.512842,-0.420429,-0.360245,-0.184411,-0.129186,-0.092141,-0.13147,0.028289,0.035504,0.124588,0.175465,-0.35692,-0.301993,-0.345366,-0.445471,-0.512842,-0.420429,-0.360245,-0.184411,-0.129186,-0.092141,-0.13147,0.028289,0.035504,0.124588,0.175465,-0.35692,-0.301993,-0.345366,-0.445471,-0.512842,-0.420429,-0.360245,-0.184411,-0.129186,-0.092141,-0.13147,0.028289,0.035504,0.124588,0.175465,-0.35692,-0.301993,-0.345366,-0.445471,-0.512842,-0.420429,-0.360245,-0.184411,-0.129186,-0.092141,-0.13147,0.028289,0.035504,0.124588,0.175465,-0.35692,-0.301993,-0.345366,-0.445471,-0.512842,-0.420429,-0.360245,-0.184411,-0.129186,-0.092141,-0.13147,0.028289,0.035504,0.124588,0.175465,-0.35692,-0.301993,-0.345366,-0.445471,-0.512842,-0.420429,-0.360245,-0.184411,-0.129186,-0.092141,-0.13147,0.028289,0.035504,0.124588,0.175465,-0.35692,-0.301993,-0.345366,-0.445471,-0.512842,-0.420429,-0.360245,-0.184411,-0.129186,-0.092141,-0.13147,0.028289,0.035504,0.124588,0.175465,-0.35692,-0.301993,-0.345366,-0.445471,-0.512842,-0.420429,-0.360245,-0.184411,-0.129186,-0.092141,-0.13147,0.028289,0.035504,0.124588,0.175465,-0.35692,-0.301993,-0.345366,-0.445471,-0.512842,-0.420429,-0.360245,-0.184411,-0.129186,-0.092141,-0.13147,0.028289,0.035504,0.124588,0.175465,-0.35692,-0.301993,-0.345366,-0.445471,-0.512842,-0.420429,-0.360245,-0.184411,-0.129186,-0.092141,-0.13147,0.028289,0.035504,0.124588,0.175465,-0.35692,-0.301993,-0.345366,-0.445471,-0.512842,-0.420429,-0.360245,-0.184411,-0.129186,-0.092141,-0.13147,0.028289,0.035504,0.124588,0.175465,-0.35692,-0.301993,-0.345366,-0.445471,-0.512842,-0.420429,-0.360245,-0.184411,-0.129186,-0.092141,-0.13147,0.028289,0.035504,0.124588,0.175465,-0.35692,-0.301993,-0.345366,-0.445471,-0.512842,-0.420429,-0.360245,-0.184411,-0.129186,-0.092141,-0.13147,0.028289,0.035504,0.124588,0.175465,-0.35692,-0.301993,-0.345366,-0.445471,-0.512842,-0.420429,-0.360245,-0.184411,-0.129186,-0.092141,-0.13147,0.028289,0.035504,0.124588,0.175465,-0.35692,-0.301993,-0.345366,-0.445471,-0.512842,-0.420429,-0.360245,-0.184411,-0.129186,-0.092141,-0.13147,0.028289,0.035504,0.124588,0.175465,-0.35692,-0.301993,-0.345366,-0.445471,-0.512842,-0.420429,-0.360245,-0.184411,-0.129186,-0.092141,-0.13147,0.028289,0.035504,0.124588,0.175465,-0.35692,-0.301993,-0.345366,-0.445471,-0.512842,-0.420429,-0.360245,-0.184411,-0.129186,-0.092141,-0.13147,0.028289,0.035504,0.124588,0.175465,-0.35692,-0.301993,-0.345366,-0.445471,-0.512842,-0.420429,-0.360245,-0.184411,-0.129186,-0.092141,-0.13147,0.028289,0.035504,0.124588,0.175465,-0.35692,-0.301993,-0.345366,-0.445471,-0.512842,-0.420429,-0.360245,-0.184411,-0.129186,-0.092141,-0.13147,0.028289,0.035504,0.124588,0.175465,-0.35692,-0.301993,-0.345366,-0.445471,-0.512842,-0.420429,-0.360245,-0.184411,-0.129186,-0.092141,-0.13147,0.028289,0.035504,0.124588,0.175465,-0.35692,-0.301993,-0.345366,-0.445471,-0.512842,-0.420429,-0.360245,-0.184411,-0.129186,-0.092141,-0.13147,0.028289,0.035504,0.124588,0.175465,-0.35692,-0.301993,-0.345366,-0.445471,-0.512842,-0.420429,-0.360245,-0.184411,-0.129186,-0.092141,-0.13147,0.028289,0.035504,0.124588,0.175465,-0.35692,-0.301993,-0.345366,-0.445471,-0.512842,-0.420429,-0.360245,-0.184411,-0.129186,-0.092141,-0.13147,0.028289,0.035504,0.124588,0.175465,-0.35692,-0.301993,-0.345366,-0.445471,-0.512842,-0.420429,-0.360245,-0.184411,-0.129186,-0.092141,-0.13147,0.028289,0.035504,0.124588,0.175465,-0.35692,-0.301993,-0.345366,-0.445471,-0.512842,-0.420429,-0.360245,-0.184411,-0.129186,-0.092141,-0.13147,0.028289,0.035504,0.124588,0.175465,-0.35692,-0.301993,-0.345366,-0.445471,-0.512842,-0.420429,-0.360245,-0.184411,-0.129186,-0.092141,-0.13147,0.028289,0.035504,0.124588,0.175465,-0.35692,-0.301993,-0.345366,-0.445471,-0.512842,-0.420429,-0.360245,-0.184411,-0.129186,-0.092141,-0.13147,0.028289,0.035504,0.124588,0.175465,-0.35692,-0.301993,-0.345366,-0.445471,-0.512842,-0.420429,-0.360245,-0.184411,-0.129186,-0.092141,-0.13147,0.028289,0.035504,0.124588,0.175465,-0.35692,-0.301993,-0.345366,-0.445471,-0.512842,-0.420429,-0.360245,-0.184411,-0.129186,-0.092141,-0.13147,0.028289,0.035504,0.124588,0.175465,-0.35692,-0.301993,-0.345366,-0.445471,-0.512842,-0.420429,-0.360245,-0.184411,-0.129186,-0.092141,-0.13147,0.028289,0.035504,0.124588,0.175465,-0.35692,-0.301993,-0.345366,-0.445471,-0.512842,-0.420429,-0.360245,-0.184411,-0.129186,-0.092141,-0.13147,0.028289,0.035504,0.124588,0.175465,-0.35692,-0.301993,-0.345366,-0.445471,-0.512842,-0.420429,-0.360245,-0.184411,-0.129186,-0.092141,-0.13147,0.028289,0.035504,0.124588,0.175465,1.8076,1.76616,1.70978,1.75007,1.87896,1.86562,1.82309,1.75901,1.86818,1.85953,1.93291,2.11293,2.24246,2.15514,2.31896,1.8076,1.76616,1.70978,1.75007,1.87896,1.86562,1.82309,1.75901,1.86818,1.85953,1.93291,2.11293,2.24246,2.15514,2.31896,1.8076,1.76616,1.70978,1.75007,1.87896,1.86562,1.82309,1.75901,1.86818,1.85953,1.93291,2.11293,2.24246,2.15514,2.31896,1.8076,1.76616,1.70978,1.75007,1.87896,1.86562,1.82309,1.75901,1.86818,1.85953,1.93291,2.11293,2.24246,2.15514,2.31896,1.8076,1.76616,1.70978,1.75007,1.87896,1.86562,1.82309,1.75901,1.86818,1.85953,1.93291,2.11293,2.24246,2.15514,2.31896,1.8076,1.76616,1.70978,1.75007,1.87896,1.86562,1.82309,1.75901,1.86818,1.85953,1.93291,2.11293,2.24246,2.15514,2.31896,1.8076,1.76616,1.70978,1.75007,1.87896,1.86562,1.82309,1.75901,1.86818,1.85953,1.93291,2.11293,2.24246,2.15514,2.31896,1.8076,1.76616,1.70978,1.75007,1.87896,1.86562,1.82309,1.75901,1.86818,1.85953,1.93291,2.11293,2.24246,2.15514,2.31896,0.5178,0.53395,0.450404,0.759544,0.659369,0.654594,0.722401,0.634893,0.654944,0.696238,0.674996,0.590377,0.660878,1.1813,1.27934,0.5178,0.53395,0.450404,0.759544,0.659369,0.654594,0.722401,0.634893,0.654944,0.696238,0.674996,0.590377,0.660878,1.1813,1.27934,0.5178,0.53395,0.450404,0.759544,0.659369,0.654594,0.722401,0.634893,0.654944,0.696238,0.674996,0.590377,0.660878,1.1813,1.27934,-0.546726,-0.552861,-0.621453,-0.637407,-0.628177,-0.803626,-0.746756,-0.665149,-0.724212,-0.908067,-0.826814,-0.918448,-0.849894,-0.997448,-1.02951,-0.546726,-0.552861,-0.621453,-0.637407,-0.628177,-0.803626,-0.746756,-0.665149,-0.724212,-0.908067,-0.826814,-0.918448,-0.849894,-0.997448,-1.02951,-0.546726,-0.552861,-0.621453,-0.637407,-0.628177,-0.803626,-0.746756,-0.665149,-0.724212,-0.908067,-0.826814,-0.918448,-0.849894,-0.997448,-1.02951,-0.546726,-0.552861,-0.621453,-0.637407,-0.628177,-0.803626,-0.746756,-0.665149,-0.724212,-0.908067,-0.826814,-0.918448,-0.849894,-0.997448,-1.02951,-0.546726,-0.552861,-0.621453,-0.637407,-0.628177,-0.803626,-0.746756,-0.665149,-0.724212,-0.908067,-0.826814,-0.918448,-0.849894,-0.997448,-1.02951,-0.546726,-0.552861,-0.621453,-0.637407,-0.628177,-0.803626,-0.746756,-0.665149,-0.724212,-0.908067,-0.826814,-0.918448,-0.849894,-0.997448,-1.02951,-0.546726,-0.552861,-0.621453,-0.637407,-0.628177,-0.803626,-0.746756,-0.665149,-0.724212,-0.908067,-0.826814,-0.918448,-0.849894,-0.997448,-1.02951,-0.546726,-0.552861,-0.621453,-0.637407,-0.628177,-0.803626,-0.746756,-0.665149,-0.724212,-0.908067,-0.826814,-0.918448,-0.849894,-0.997448,-1.02951,-0.546726,-0.552861,-0.621453,-0.637407,-0.628177,-0.803626,-0.746756,-0.665149,-0.724212,-0.908067,-0.826814,-0.918448,-0.849894,-0.997448,-1.02951,-0.546726,-0.552861,-0.621453,-0.637407,-0.628177,-0.803626,-0.746756,-0.665149,-0.724212,-0.908067,-0.826814,-0.918448,-0.849894,-0.997448,-1.02951,-0.546726,-0.552861,-0.621453,-0.637407,-0.628177,-0.803626,-0.746756,-0.665149,-0.724212,-0.908067,-0.826814,-0.918448,-0.849894,-0.997448,-1.02951,-0.546726,-0.552861,-0.621453,-0.637407,-0.628177,-0.803626,-0.746756,-0.665149,-0.724212,-0.908067,-0.826814,-0.918448,-0.849894,-0.997448,-1.02951,-0.546726,-0.552861,-0.621453,-0.637407,-0.628177,-0.803626,-0.746756,-0.665149,-0.724212,-0.908067,-0.826814,-0.918448,-0.849894,-0.997448,-1.02951,-0.546726,-0.552861,-0.621453,-0.637407,-0.628177,-0.803626,-0.746756,-0.665149,-0.724212,-0.908067,-0.826814,-0.918448,-0.849894,-0.997448,-1.02951,-0.546726,-0.552861,-0.621453,-0.637407,-0.628177,-0.803626,-0.746756,-0.665149,-0.724212,-0.908067,-0.826814,-0.918448,-0.849894,-0.997448,-1.02951,-0.546726,-0.552861,-0.621453,-0.637407,-0.628177,-0.803626,-0.746756,-0.665149,-0.724212,-0.908067,-0.826814,-0.918448,-0.849894,-0.997448,-1.02951,-0.546726,-0.552861,-0.621453,-0.637407,-0.628177,-0.803626,-0.746756,-0.665149,-0.724212,-0.908067,-0.826814,-0.918448,-0.849894,-0.997448,-1.02951,-0.546726,-0.552861,-0.621453,-0.637407,-0.628177,-0.803626,-0.746756,-0.665149,-0.724212,-0.908067,-0.826814,-0.918448,-0.849894,-0.997448,-1.02951,-0.546726,-0.552861,-0.621453,-0.637407,-0.628177,-0.803626,-0.746756,-0.665149,-0.724212,-0.908067,-0.826814,-0.918448,-0.849894,-0.997448,-1.02951,-0.546726,-0.552861,-0.621453,-0.637407,-0.628177,-0.803626,-0.746756,-0.665149,-0.724212,-0.908067,-0.826814,-0.918448,-0.849894,-0.997448,-1.02951,-0.546726,-0.552861,-0.621453,-0.637407,-0.628177,-0.803626,-0.746756,-0.665149,-0.724212,-0.908067,-0.826814,-0.918448,-0.849894,-0.997448,-1.02951,-0.546726,-0.552861,-0.621453,-0.637407,-0.628177,-0.803626,-0.746756,-0.665149,-0.724212,-0.908067,-0.826814,-0.918448,-0.849894,-0.997448,-1.02951,-0.546726,-0.552861,-0.621453,-0.637407,-0.628177,-0.803626,-0.746756,-0.665149,-0.724212,-0.908067,-0.826814,-0.918448,-0.849894,-0.997448,-1.02951,-0.546726,-0.552861,-0.621453,-0.637407,-0.628177,-0.803626,-0.746756,-0.665149,-0.724212,-0.908067,-0.826814,-0.918448,-0.849894,-0.997448,-1.02951,-0.546726,-0.552861,-0.621453,-0.637407,-0.628177,-0.803626,-0.746756,-0.665149,-0.724212,-0.908067,-0.826814,-0.918448,-0.849894,-0.997448,-1.02951,-0.546726,-0.552861,-0.621453,-0.637407,-0.628177,-0.803626,-0.746756,-0.665149,-0.724212,-0.908067,-0.826814,-0.918448,-0.849894,-0.997448,-1.02951,-0.546726,-0.552861,-0.621453,-0.637407,-0.628177,-0.803626,-0.746756,-0.665149,-0.724212,-0.908067,-0.826814,-0.918448,-0.849894,-0.997448,-1.02951,-0.546726,-0.552861,-0.621453,-0.637407,-0.628177,-0.803626,-0.746756,-0.665149,-0.724212,-0.908067,-0.826814,-0.918448,-0.849894,-0.997448,-1.02951,-0.546726,-0.552861,-0.621453,-0.637407,-0.628177,-0.803626,-0.746756,-0.665149,-0.724212,-0.908067,-0.826814,-0.918448,-0.849894,-0.997448,-1.02951,-0.546726,-0.552861,-0.621453,-0.637407,-0.628177,-0.803626,-0.746756,-0.665149,-0.724212,-0.908067,-0.826814,-0.918448,-0.849894,-0.997448,-1.02951,-0.546726,-0.552861,-0.621453,-0.637407,-0.628177,-0.803626,-0.746756,-0.665149,-0.724212,-0.908067,-0.826814,-0.918448,-0.849894,-0.997448,-1.02951,-0.546726,-0.552861,-0.621453,-0.637407,-0.628177,-0.803626,-0.746756,-0.665149,-0.724212,-0.908067,-0.826814,-0.918448,-0.849894,-0.997448,-1.02951,-0.546726,-0.552861,-0.621453,-0.637407,-0.628177,-0.803626,-0.746756,-0.665149,-0.724212,-0.908067,-0.826814,-0.918448,-0.849894,-0.997448,-1.02951,-0.546726,-0.552861,-0.621453,-0.637407,-0.628177,-0.803626,-0.746756,-0.665149,-0.724212,-0.908067,-0.826814,-0.918448,-0.849894,-0.997448,-1.02951,-0.546726,-0.552861,-0.621453,-0.637407,-0.628177,-0.803626,-0.746756,-0.665149,-0.724212,-0.908067,-0.826814,-0.918448,-0.849894,-0.997448,-1.02951,-0.546726,-0.552861,-0.621453,-0.637407,-0.628177,-0.803626,-0.746756,-0.665149,-0.724212,-0.908067,-0.826814,-0.918448,-0.849894,-0.997448,-1.02951,-0.546726,-0.552861,-0.621453,-0.637407,-0.628177,-0.803626,-0.746756,-0.665149,-0.724212,-0.908067,-0.826814,-0.918448,-0.849894,-0.997448,-1.02951,-0.546726,-0.552861,-0.621453,-0.637407,-0.628177,-0.803626,-0.746756,-0.665149,-0.724212,-0.908067,-0.826814,-0.918448,-0.849894,-0.997448,-1.02951,-0.546726,-0.552861,-0.621453,-0.637407,-0.628177,-0.803626,-0.746756,-0.665149,-0.724212,-0.908067,-0.826814,-0.918448,-0.849894,-0.997448,-1.02951,-0.546726,-0.552861,-0.621453,-0.637407,-0.628177,-0.803626,-0.746756,-0.665149,-0.724212,-0.908067,-0.826814,-0.918448,-0.849894,-0.997448,-1.02951,-0.546726,-0.552861,-0.621453,-0.637407,-0.628177,-0.803626,-0.746756,-0.665149,-0.724212,-0.908067,-0.826814,-0.918448,-0.849894,-0.997448,-1.02951,-0.546726,-0.552861,-0.621453,-0.637407,-0.628177,-0.803626,-0.746756,-0.665149,-0.724212,-0.908067,-0.826814,-0.918448,-0.849894,-0.997448,-1.02951,-0.546726,-0.552861,-0.621453,-0.637407,-0.628177,-0.803626,-0.746756,-0.665149,-0.724212,-0.908067,-0.826814,-0.918448,-0.849894,-0.997448,-1.02951,-0.546726,-0.552861,-0.621453,-0.637407,-0.628177,-0.803626,-0.746756,-0.665149,-0.724212,-0.908067,-0.826814,-0.918448,-0.849894,-0.997448,-1.02951,-0.546726,-0.552861,-0.621453,-0.637407,-0.628177,-0.803626,-0.746756,-0.665149,-0.724212,-0.908067,-0.826814,-0.918448,-0.849894,-0.997448,-1.02951,-0.546726,-0.552861,-0.621453,-0.637407,-0.628177,-0.803626,-0.746756,-0.665149,-0.724212,-0.908067,-0.826814,-0.918448,-0.849894,-0.997448,-1.02951,-0.546726,-0.552861,-0.621453,-0.637407,-0.628177,-0.803626,-0.746756,-0.665149,-0.724212,-0.908067,-0.826814,-0.918448,-0.849894,-0.997448,-1.02951,-0.546726,-0.552861,-0.621453,-0.637407,-0.628177,-0.803626,-0.746756,-0.665149,-0.724212,-0.908067,-0.826814,-0.918448,-0.849894,-0.997448,-1.02951,-0.546726,-0.552861,-0.621453,-0.637407,-0.628177,-0.803626,-0.746756,-0.665149,-0.724212,-0.908067,-0.826814,-0.918448,-0.849894,-0.997448,-1.02951,-0.546726,-0.552861,-0.621453,-0.637407,-0.628177,-0.803626,-0.746756,-0.665149,-0.724212,-0.908067,-0.826814,-0.918448,-0.849894,-0.997448,-1.02951,-0.546726,-0.552861,-0.621453,-0.637407,-0.628177,-0.803626,-0.746756,-0.665149,-0.724212,-0.908067,-0.826814,-0.918448,-0.849894,-0.997448,-1.02951,-0.546726,-0.552861,-0.621453,-0.637407,-0.628177,-0.803626,-0.746756,-0.665149,-0.724212,-0.908067,-0.826814,-0.918448,-0.849894,-0.997448,-1.02951,-0.546726,-0.552861,-0.621453,-0.637407,-0.628177,-0.803626,-0.746756,-0.665149,-0.724212,-0.908067,-0.826814,-0.918448,-0.849894,-0.997448,-1.02951,-0.546726,-0.552861,-0.621453,-0.637407,-0.628177,-0.803626,-0.746756,-0.665149,-0.724212,-0.908067,-0.826814,-0.918448,-0.849894,-0.997448,-1.02951,-0.546726,-0.552861,-0.621453,-0.637407,-0.628177,-0.803626,-0.746756,-0.665149,-0.724212,-0.908067,-0.826814,-0.918448,-0.849894,-0.997448,-1.02951,-0.546726,-0.552861,-0.621453,-0.637407,-0.628177,-0.803626,-0.746756,-0.665149,-0.724212,-0.908067,-0.826814,-0.918448,-0.849894,-0.997448,-1.02951,-0.546726,-0.552861,-0.621453,-0.637407,-0.628177,-0.803626,-0.746756,-0.665149,-0.724212,-0.908067,-0.826814,-0.918448,-0.849894,-0.997448,-1.02951,-0.546726,-0.552861,-0.621453,-0.637407,-0.628177,-0.803626,-0.746756,-0.665149,-0.724212,-0.908067,-0.826814,-0.918448,-0.849894,-0.997448,-1.02951,-0.546726,-0.552861,-0.621453,-0.637407,-0.628177,-0.803626,-0.746756,-0.665149,-0.724212,-0.908067,-0.826814,-0.918448,-0.849894,-0.997448,-1.02951,-0.546726,-0.552861,-0.621453,-0.637407,-0.628177,-0.803626,-0.746756,-0.665149,-0.724212,-0.908067,-0.826814,-0.918448,-0.849894,-0.997448,-1.02951,-0.546726,-0.552861,-0.621453,-0.637407,-0.628177,-0.803626,-0.746756,-0.665149,-0.724212,-0.908067,-0.826814,-0.918448,-0.849894,-0.997448,-1.02951,-0.546726,-0.552861,-0.621453,-0.637407,-0.628177,-0.803626,-0.746756,-0.665149,-0.724212,-0.908067,-0.826814,-0.918448,-0.849894,-0.997448,-1.02951,-0.546726,-0.552861,-0.621453,-0.637407,-0.628177,-0.803626,-0.746756,-0.665149,-0.724212,-0.908067,-0.826814,-0.918448,-0.849894,-0.997448,-1.02951,-0.546726,-0.552861,-0.621453,-0.637407,-0.628177,-0.803626,-0.746756,-0.665149,-0.724212,-0.908067,-0.826814,-0.918448,-0.849894,-0.997448,-1.02951,-0.546726,-0.552861,-0.621453,-0.637407,-0.628177,-0.803626,-0.746756,-0.665149,-0.724212,-0.908067,-0.826814,-0.918448,-0.849894,-0.997448,-1.02951,-0.546726,-0.552861,-0.621453,-0.637407,-0.628177,-0.803626,-0.746756,-0.665149,-0.724212,-0.908067,-0.826814,-0.918448,-0.849894,-0.997448,-1.02951,-0.546726,-0.552861,-0.621453,-0.637407,-0.628177,-0.803626,-0.746756,-0.665149,-0.724212,-0.908067,-0.826814,-0.918448,-0.849894,-0.997448,-1.02951,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-1.44112,-1.43964,-1.45484,-1.47637,-1.52086,-1.5429,-1.64896,-1.69291,-1.74999,-1.8236,-1.92217,-1.84658,-1.90406,-2.09903,-2.13067,-0.86114,-1.00082,-1.03053,-1.07727,-0.916226,-0.97397,-0.986473,-1.08571,-1.08996,-1.157,-1.20575,-1.24366,-1.26412,-1.25167,-1.26424,-0.86114,-1.00082,-1.03053,-1.07727,-0.916226,-0.97397,-0.986473,-1.08571,-1.08996,-1.157,-1.20575,-1.24366,-1.26412,-1.25167,-1.26424,-0.86114,-1.00082,-1.03053,-1.07727,-0.916226,-0.97397,-0.986473,-1.08571,-1.08996,-1.157,-1.20575,-1.24366,-1.26412,-1.25167,-1.26424,-0.86114,-1.00082,-1.03053,-1.07727,-0.916226,-0.97397,-0.986473,-1.08571,-1.08996,-1.157,-1.20575,-1.24366,-1.26412,-1.25167,-1.26424,-0.86114,-1.00082,-1.03053,-1.07727,-0.916226,-0.97397,-0.986473,-1.08571,-1.08996,-1.157,-1.20575,-1.24366,-1.26412,-1.25167,-1.26424,-0.86114,-1.00082,-1.03053,-1.07727,-0.916226,-0.97397,-0.986473,-1.08571,-1.08996,-1.157,-1.20575,-1.24366,-1.26412,-1.25167,-1.26424,-0.86114,-1.00082,-1.03053,-1.07727,-0.916226,-0.97397,-0.986473,-1.08571,-1.08996,-1.157,-1.20575,-1.24366,-1.26412,-1.25167,-1.26424,-0.86114,-1.00082,-1.03053,-1.07727,-0.916226,-0.97397,-0.986473,-1.08571,-1.08996,-1.157,-1.20575,-1.24366,-1.26412,-1.25167,-1.26424,-0.86114,-1.00082,-1.03053,-1.07727,-0.916226,-0.97397,-0.986473,-1.08571,-1.08996,-1.157,-1.20575,-1.24366,-1.26412,-1.25167,-1.26424,-0.86114,-1.00082,-1.03053,-1.07727,-0.916226,-0.97397,-0.986473,-1.08571,-1.08996,-1.157,-1.20575,-1.24366,-1.26412,-1.25167,-1.26424,-0.86114,-1.00082,-1.03053,-1.07727,-0.916226,-0.97397,-0.986473,-1.08571,-1.08996,-1.157,-1.20575,-1.24366,-1.26412,-1.25167,-1.26424,-0.86114,-1.00082,-1.03053,-1.07727,-0.916226,-0.97397,-0.986473,-1.08571,-1.08996,-1.157,-1.20575,-1.24366,-1.26412,-1.25167,-1.26424,-0.86114,-1.00082,-1.03053,-1.07727,-0.916226,-0.97397,-0.986473,-1.08571,-1.08996,-1.157,-1.20575,-1.24366,-1.26412,-1.25167,-1.26424,-0.86114,-1.00082,-1.03053,-1.07727,-0.916226,-0.97397,-0.986473,-1.08571,-1.08996,-1.157,-1.20575,-1.24366,-1.26412,-1.25167,-1.26424,-0.86114,-1.00082,-1.03053,-1.07727,-0.916226,-0.97397,-0.986473,-1.08571,-1.08996,-1.157,-1.20575,-1.24366,-1.26412,-1.25167,-1.26424,-0.86114,-1.00082,-1.03053,-1.07727,-0.916226,-0.97397,-0.986473,-1.08571,-1.08996,-1.157,-1.20575,-1.24366,-1.26412,-1.25167,-1.26424,-0.86114,-1.00082,-1.03053,-1.07727,-0.916226,-0.97397,-0.986473,-1.08571,-1.08996,-1.157,-1.20575,-1.24366,-1.26412,-1.25167,-1.26424,-0.86114,-1.00082,-1.03053,-1.07727,-0.916226,-0.97397,-0.986473,-1.08571,-1.08996,-1.157,-1.20575,-1.24366,-1.26412,-1.25167,-1.26424,-0.86114,-1.00082,-1.03053,-1.07727,-0.916226,-0.97397,-0.986473,-1.08571,-1.08996,-1.157,-1.20575,-1.24366,-1.26412,-1.25167,-1.26424,-0.86114,-1.00082,-1.03053,-1.07727,-0.916226,-0.97397,-0.986473,-1.08571,-1.08996,-1.157,-1.20575,-1.24366,-1.26412,-1.25167,-1.26424,-0.86114,-1.00082,-1.03053,-1.07727,-0.916226,-0.97397,-0.986473,-1.08571,-1.08996,-1.157,-1.20575,-1.24366,-1.26412,-1.25167,-1.26424,-0.86114,-1.00082,-1.03053,-1.07727,-0.916226,-0.97397,-0.986473,-1.08571,-1.08996,-1.157,-1.20575,-1.24366,-1.26412,-1.25167,-1.26424,-0.86114,-1.00082,-1.03053,-1.07727,-0.916226,-0.97397,-0.986473,-1.08571,-1.08996,-1.157,-1.20575,-1.24366,-1.26412,-1.25167,-1.26424,-0.86114,-1.00082,-1.03053,-1.07727,-0.916226,-0.97397,-0.986473,-1.08571,-1.08996,-1.157,-1.20575,-1.24366,-1.26412,-1.25167,-1.26424,-0.86114,-1.00082,-1.03053,-1.07727,-0.916226,-0.97397,-0.986473,-1.08571,-1.08996,-1.157,-1.20575,-1.24366,-1.26412,-1.25167,-1.26424,-0.86114,-1.00082,-1.03053,-1.07727,-0.916226,-0.97397,-0.986473,-1.08571,-1.08996,-1.157,-1.20575,-1.24366,-1.26412,-1.25167,-1.26424,-0.86114,-1.00082,-1.03053,-1.07727,-0.916226,-0.97397,-0.986473,-1.08571,-1.08996,-1.157,-1.20575,-1.24366,-1.26412,-1.25167,-1.26424,-0.86114,-1.00082,-1.03053,-1.07727,-0.916226,-0.97397,-0.986473,-1.08571,-1.08996,-1.157,-1.20575,-1.24366,-1.26412,-1.25167,-1.26424,-0.86114,-1.00082,-1.03053,-1.07727,-0.916226,-0.97397,-0.986473,-1.08571,-1.08996,-1.157,-1.20575,-1.24366,-1.26412,-1.25167,-1.26424,-0.86114,-1.00082,-1.03053,-1.07727,-0.916226,-0.97397,-0.986473,-1.08571,-1.08996,-1.157,-1.20575,-1.24366,-1.26412,-1.25167,-1.26424,-0.86114,-1.00082,-1.03053,-1.07727,-0.916226,-0.97397,-0.986473,-1.08571,-1.08996,-1.157,-1.20575,-1.24366,-1.26412,-1.25167,-1.26424,-0.86114,-1.00082,-1.03053,-1.07727,-0.916226,-0.97397,-0.986473,-1.08571,-1.08996,-1.157,-1.20575,-1.24366,-1.26412,-1.25167,-1.26424,-0.86114,-1.00082,-1.03053,-1.07727,-0.916226,-0.97397,-0.986473,-1.08571,-1.08996,-1.157,-1.20575,-1.24366,-1.26412,-1.25167,-1.26424,-0.86114,-1.00082,-1.03053,-1.07727,-0.916226,-0.97397,-0.986473,-1.08571,-1.08996,-1.157,-1.20575,-1.24366,-1.26412,-1.25167,-1.26424,-0.86114,-1.00082,-1.03053,-1.07727,-0.916226,-0.97397,-0.986473,-1.08571,-1.08996,-1.157,-1.20575,-1.24366,-1.26412,-1.25167,-1.26424,-0.86114,-1.00082,-1.03053,-1.07727,-0.916226,-0.97397,-0.986473,-1.08571,-1.08996,-1.157,-1.20575,-1.24366,-1.26412,-1.25167,-1.26424,-0.86114,-1.00082,-1.03053,-1.07727,-0.916226,-0.97397,-0.986473,-1.08571,-1.08996,-1.157,-1.20575,-1.24366,-1.26412,-1.25167,-1.26424,-0.86114,-1.00082,-1.03053,-1.07727,-0.916226,-0.97397,-0.986473,-1.08571,-1.08996,-1.157,-1.20575,-1.24366,-1.26412,-1.25167,-1.26424,-0.86114,-1.00082,-1.03053,-1.07727,-0.916226,-0.97397,-0.986473,-1.08571,-1.08996,-1.157,-1.20575,-1.24366,-1.26412,-1.25167,-1.26424,-0.86114,-1.00082,-1.03053,-1.07727,-0.916226,-0.97397,-0.986473,-1.08571,-1.08996,-1.157,-1.20575,-1.24366,-1.26412,-1.25167,-1.26424,-0.86114,-1.00082,-1.03053,-1.07727,-0.916226,-0.97397,-0.986473,-1.08571,-1.08996,-1.157,-1.20575,-1.24366,-1.26412,-1.25167,-1.26424,-0.86114,-1.00082,-1.03053,-1.07727,-0.916226,-0.97397,-0.986473,-1.08571,-1.08996,-1.157,-1.20575,-1.24366,-1.26412,-1.25167,-1.26424,-0.86114,-1.00082,-1.03053,-1.07727,-0.916226,-0.97397,-0.986473,-1.08571,-1.08996,-1.157,-1.20575,-1.24366,-1.26412,-1.25167,-1.26424,-0.86114,-1.00082,-1.03053,-1.07727,-0.916226,-0.97397,-0.986473,-1.08571,-1.08996,-1.157,-1.20575,-1.24366,-1.26412,-1.25167,-1.26424,0.307406,0.385346,0.340363,0.415064,0.436139,0.34306,0.577031,0.5173,0.53649,0.627521,0.568496,0.760814,0.781753,0.758051,0.915831,0.307406,0.385346,0.340363,0.415064,0.436139,0.34306,0.577031,0.5173,0.53649,0.627521,0.568496,0.760814,0.781753,0.758051,0.915831,0.307406,0.385346,0.340363,0.415064,0.436139,0.34306,0.577031,0.5173,0.53649,0.627521,0.568496,0.760814,0.781753,0.758051,0.915831,0.307406,0.385346,0.340363,0.415064,0.436139,0.34306,0.577031,0.5173,0.53649,0.627521,0.568496,0.760814,0.781753,0.758051,0.915831,0.307406,0.385346,0.340363,0.415064,0.436139,0.34306,0.577031,0.5173,0.53649,0.627521,0.568496,0.760814,0.781753,0.758051,0.915831,0.307406,0.385346,0.340363,0.415064,0.436139,0.34306,0.577031,0.5173,0.53649,0.627521,0.568496,0.760814,0.781753,0.758051,0.915831,0.307406,0.385346,0.340363,0.415064,0.436139,0.34306,0.577031,0.5173,0.53649,0.627521,0.568496,0.760814,0.781753,0.758051,0.915831,0.307406,0.385346,0.340363,0.415064,0.436139,0.34306,0.577031,0.5173,0.53649,0.627521,0.568496,0.760814,0.781753,0.758051,0.915831,0.307406,0.385346,0.340363,0.415064,0.436139,0.34306,0.577031,0.5173,0.53649,0.627521,0.568496,0.760814,0.781753,0.758051,0.915831,0.307406,0.385346,0.340363,0.415064,0.436139,0.34306,0.577031,0.5173,0.53649,0.627521,0.568496,0.760814,0.781753,0.758051,0.915831,0.307406,0.385346,0.340363,0.415064,0.436139,0.34306,0.577031,0.5173,0.53649,0.627521,0.568496,0.760814,0.781753,0.758051,0.915831,0.307406,0.385346,0.340363,0.415064,0.436139,0.34306,0.577031,0.5173,0.53649,0.627521,0.568496,0.760814,0.781753,0.758051,0.915831,0.307406,0.385346,0.340363,0.415064,0.436139,0.34306,0.577031,0.5173,0.53649,0.627521,0.568496,0.760814,0.781753,0.758051,0.915831,0.307406,0.385346,0.340363,0.415064,0.436139,0.34306,0.577031,0.5173,0.53649,0.627521,0.568496,0.760814,0.781753,0.758051,0.915831,0.307406,0.385346,0.340363,0.415064,0.436139,0.34306,0.577031,0.5173,0.53649,0.627521,0.568496,0.760814,0.781753,0.758051,0.915831,0.307406,0.385346,0.340363,0.415064,0.436139,0.34306,0.577031,0.5173,0.53649,0.627521,0.568496,0.760814,0.781753,0.758051,0.915831,0.307406,0.385346,0.340363,0.415064,0.436139,0.34306,0.577031,0.5173,0.53649,0.627521,0.568496,0.760814,0.781753,0.758051,0.915831,0.307406,0.385346,0.340363,0.415064,0.436139,0.34306,0.577031,0.5173,0.53649,0.627521,0.568496,0.760814,0.781753,0.758051,0.915831,0.307406,0.385346,0.340363,0.415064,0.436139,0.34306,0.577031,0.5173,0.53649,0.627521,0.568496,0.760814,0.781753,0.758051,0.915831,0.307406,0.385346,0.340363,0.415064,0.436139,0.34306,0.577031,0.5173,0.53649,0.627521,0.568496,0.760814,0.781753,0.758051,0.915831,0.307406,0.385346,0.340363,0.415064,0.436139,0.34306,0.577031,0.5173,0.53649,0.627521,0.568496,0.760814,0.781753,0.758051,0.915831,0.307406,0.385346,0.340363,0.415064,0.436139,0.34306,0.577031,0.5173,0.53649,0.627521,0.568496,0.760814,0.781753,0.758051,0.915831,0.307406,0.385346,0.340363,0.415064,0.436139,0.34306,0.577031,0.5173,0.53649,0.627521,0.568496,0.760814,0.781753,0.758051,0.915831,0.307406,0.385346,0.340363,0.415064,0.436139,0.34306,0.577031,0.5173,0.53649,0.627521,0.568496,0.760814,0.781753,0.758051,0.915831,0.307406,0.385346,0.340363,0.415064,0.436139,0.34306,0.577031,0.5173,0.53649,0.627521,0.568496,0.760814,0.781753,0.758051,0.915831,0.307406,0.385346,0.340363,0.415064,0.436139,0.34306,0.577031,0.5173,0.53649,0.627521,0.568496,0.760814,0.781753,0.758051,0.915831,0.307406,0.385346,0.340363,0.415064,0.436139,0.34306,0.577031,0.5173,0.53649,0.627521,0.568496,0.760814,0.781753,0.758051,0.915831,0.307406,0.385346,0.340363,0.415064,0.436139,0.34306,0.577031,0.5173,0.53649,0.627521,0.568496,0.760814,0.781753,0.758051,0.915831,0.307406,0.385346,0.340363,0.415064,0.436139,0.34306,0.577031,0.5173,0.53649,0.627521,0.568496,0.760814,0.781753,0.758051,0.915831,0.307406,0.385346,0.340363,0.415064,0.436139,0.34306,0.577031,0.5173,0.53649,0.627521,0.568496,0.760814,0.781753,0.758051,0.915831,0.307406,0.385346,0.340363,0.415064,0.436139,0.34306,0.577031,0.5173,0.53649,0.627521,0.568496,0.760814,0.781753,0.758051,0.915831,0.307406,0.385346,0.340363,0.415064,0.436139,0.34306,0.577031,0.5173,0.53649,0.627521,0.568496,0.760814,0.781753,0.758051,0.915831,0.307406,0.385346,0.340363,0.415064,0.436139,0.34306,0.577031,0.5173,0.53649,0.627521,0.568496,0.760814,0.781753,0.758051,0.915831,0.307406,0.385346,0.340363,0.415064,0.436139,0.34306,0.577031,0.5173,0.53649,0.627521,0.568496,0.760814,0.781753,0.758051,0.915831,0.307406,0.385346,0.340363,0.415064,0.436139,0.34306,0.577031,0.5173,0.53649,0.627521,0.568496,0.760814,0.781753,0.758051,0.915831,0.307406,0.385346,0.340363,0.415064,0.436139,0.34306,0.577031,0.5173,0.53649,0.627521,0.568496,0.760814,0.781753,0.758051,0.915831,0.307406,0.385346,0.340363,0.415064,0.436139,0.34306,0.577031,0.5173,0.53649,0.627521,0.568496,0.760814,0.781753,0.758051,0.915831,0.307406,0.385346,0.340363,0.415064,0.436139,0.34306,0.577031,0.5173,0.53649,0.627521,0.568496,0.760814,0.781753,0.758051,0.915831,0.307406,0.385346,0.340363,0.415064,0.436139,0.34306,0.577031,0.5173,0.53649,0.627521,0.568496,0.760814,0.781753,0.758051,0.915831,0.307406,0.385346,0.340363,0.415064,0.436139,0.34306,0.577031,0.5173,0.53649,0.627521,0.568496,0.760814,0.781753,0.758051,0.915831,0.307406,0.385346,0.340363,0.415064,0.436139,0.34306,0.577031,0.5173,0.53649,0.627521,0.568496,0.760814,0.781753,0.758051,0.915831,0.307406,0.385346,0.340363,0.415064,0.436139,0.34306,0.577031,0.5173,0.53649,0.627521,0.568496,0.760814,0.781753,0.758051,0.915831,0.307406,0.385346,0.340363,0.415064,0.436139,0.34306,0.577031,0.5173,0.53649,0.627521,0.568496,0.760814,0.781753,0.758051,0.915831,0.307406,0.385346,0.340363,0.415064,0.436139,0.34306,0.577031,0.5173,0.53649,0.627521,0.568496,0.760814,0.781753,0.758051,0.915831,0.307406,0.385346,0.340363,0.415064,0.436139,0.34306,0.577031,0.5173,0.53649,0.627521,0.568496,0.760814,0.781753,0.758051,0.915831,0.307406,0.385346,0.340363,0.415064,0.436139,0.34306,0.577031,0.5173,0.53649,0.627521,0.568496,0.760814,0.781753,0.758051,0.915831,0.307406,0.385346,0.340363,0.415064,0.436139,0.34306,0.577031,0.5173,0.53649,0.627521,0.568496,0.760814,0.781753,0.758051,0.915831,0.307406,0.385346,0.340363,0.415064,0.436139,0.34306,0.577031,0.5173,0.53649,0.627521,0.568496,0.760814,0.781753,0.758051,0.915831,0.307406,0.385346,0.340363,0.415064,0.436139,0.34306,0.577031,0.5173,0.53649,0.627521,0.568496,0.760814,0.781753,0.758051,0.915831,0.307406,0.385346,0.340363,0.415064,0.436139,0.34306,0.577031,0.5173,0.53649,0.627521,0.568496,0.760814,0.781753,0.758051,0.915831,0.307406,0.385346,0.340363,0.415064,0.436139,0.34306,0.577031,0.5173,0.53649,0.627521,0.568496,0.760814,0.781753,0.758051,0.915831,0.307406,0.385346,0.340363,0.415064,0.436139,0.34306,0.577031,0.5173,0.53649,0.627521,0.568496,0.760814,0.781753,0.758051,0.915831,0.307406,0.385346,0.340363,0.415064,0.436139,0.34306,0.577031,0.5173,0.53649,0.627521,0.568496,0.760814,0.781753,0.758051,0.915831,0.307406,0.385346,0.340363,0.415064,0.436139,0.34306,0.577031,0.5173,0.53649,0.627521,0.568496,0.760814,0.781753,0.758051,0.915831,0.307406,0.385346,0.340363,0.415064,0.436139,0.34306,0.577031,0.5173,0.53649,0.627521,0.568496,0.760814,0.781753,0.758051,0.915831,0.307406,0.385346,0.340363,0.415064,0.436139,0.34306,0.577031,0.5173,0.53649,0.627521,0.568496,0.760814,0.781753,0.758051,0.915831,0.307406,0.385346,0.340363,0.415064,0.436139,0.34306,0.577031,0.5173,0.53649,0.627521,0.568496,0.760814,0.781753,0.758051,0.915831,0.307406,0.385346,0.340363,0.415064,0.436139,0.34306,0.577031,0.5173,0.53649,0.627521,0.568496,0.760814,0.781753,0.758051,0.915831,0.307406,0.385346,0.340363,0.415064,0.436139,0.34306,0.577031,0.5173,0.53649,0.627521,0.568496,0.760814,0.781753,0.758051,0.915831,0.307406,0.385346,0.340363,0.415064,0.436139,0.34306,0.577031,0.5173,0.53649,0.627521,0.568496,0.760814,0.781753,0.758051,0.915831,0.307406,0.385346,0.340363,0.415064,0.436139,0.34306,0.577031,0.5173,0.53649,0.627521,0.568496,0.760814,0.781753,0.758051,0.915831,0.307406,0.385346,0.340363,0.415064,0.436139,0.34306,0.577031,0.5173,0.53649,0.627521,0.568496,0.760814,0.781753,0.758051,0.915831,0.307406,0.385346,0.340363,0.415064,0.436139,0.34306,0.577031,0.5173,0.53649,0.627521,0.568496,0.760814,0.781753,0.758051,0.915831,0.307406,0.385346,0.340363,0.415064,0.436139,0.34306,0.577031,0.5173,0.53649,0.627521,0.568496,0.760814,0.781753,0.758051,0.915831,0.307406,0.385346,0.340363,0.415064,0.436139,0.34306,0.577031,0.5173,0.53649,0.627521,0.568496,0.760814,0.781753,0.758051,0.915831,0.307406,0.385346,0.340363,0.415064,0.436139,0.34306,0.577031,0.5173,0.53649,0.627521,0.568496,0.760814,0.781753,0.758051,0.915831,0.307406,0.385346,0.340363,0.415064,0.436139,0.34306,0.577031,0.5173,0.53649,0.627521,0.568496,0.760814,0.781753,0.758051,0.915831,0.307406,0.385346,0.340363,0.415064,0.436139,0.34306,0.577031,0.5173,0.53649,0.627521,0.568496,0.760814,0.781753,0.758051,0.915831,0.307406,0.385346,0.340363,0.415064,0.436139,0.34306,0.577031,0.5173,0.53649,0.627521,0.568496,0.760814,0.781753,0.758051,0.915831,0.307406,0.385346,0.340363,0.415064,0.436139,0.34306,0.577031,0.5173,0.53649,0.627521,0.568496,0.760814,0.781753,0.758051,0.915831,0.307406,0.385346,0.340363,0.415064,0.436139,0.34306,0.577031,0.5173,0.53649,0.627521,0.568496,0.760814,0.781753,0.758051,0.915831,0.307406,0.385346,0.340363,0.415064,0.436139,0.34306,0.577031,0.5173,0.53649,0.627521,0.568496,0.760814,0.781753,0.758051,0.915831,0.307406,0.385346,0.340363,0.415064,0.436139,0.34306,0.577031,0.5173,0.53649,0.627521,0.568496,0.760814,0.781753,0.758051,0.915831,0.307406,0.385346,0.340363,0.415064,0.436139,0.34306,0.577031,0.5173,0.53649,0.627521,0.568496,0.760814,0.781753,0.758051,0.915831,0.307406,0.385346,0.340363,0.415064,0.436139,0.34306,0.577031,0.5173,0.53649,0.627521,0.568496,0.760814,0.781753,0.758051,0.915831,0.307406,0.385346,0.340363,0.415064,0.436139,0.34306,0.577031,0.5173,0.53649,0.627521,0.568496,0.760814,0.781753,0.758051,0.915831,0.307406,0.385346,0.340363,0.415064,0.436139,0.34306,0.577031,0.5173,0.53649,0.627521,0.568496,0.760814,0.781753,0.758051,0.915831,0.307406,0.385346,0.340363,0.415064,0.436139,0.34306,0.577031,0.5173,0.53649,0.627521,0.568496,0.760814,0.781753,0.758051,0.915831,0.307406,0.385346,0.340363,0.415064,0.436139,0.34306,0.577031,0.5173,0.53649,0.627521,0.568496,0.760814,0.781753,0.758051,0.915831,0.307406,0.385346,0.340363,0.415064,0.436139,0.34306,0.577031,0.5173,0.53649,0.627521,0.568496,0.760814,0.781753,0.758051,0.915831,0.307406,0.385346,0.340363,0.415064,0.436139,0.34306,0.577031,0.5173,0.53649,0.627521,0.568496,0.760814,0.781753,0.758051,0.915831,0.307406,0.385346,0.340363,0.415064,0.436139,0.34306,0.577031,0.5173,0.53649,0.627521,0.568496,0.760814,0.781753,0.758051,0.915831,0.307406,0.385346,0.340363,0.415064,0.436139,0.34306,0.577031,0.5173,0.53649,0.627521,0.568496,0.760814,0.781753,0.758051,0.915831,0.307406,0.385346,0.340363,0.415064,0.436139,0.34306,0.577031,0.5173,0.53649,0.627521,0.568496,0.760814,0.781753,0.758051,0.915831,0.307406,0.385346,0.340363,0.415064,0.436139,0.34306,0.577031,0.5173,0.53649,0.627521,0.568496,0.760814,0.781753,0.758051,0.915831,0.307406,0.385346,0.340363,0.415064,0.436139,0.34306,0.577031,0.5173,0.53649,0.627521,0.568496,0.760814,0.781753,0.758051,0.915831,0.307406,0.385346,0.340363,0.415064,0.436139,0.34306,0.577031,0.5173,0.53649,0.627521,0.568496,0.760814,0.781753,0.758051,0.915831,0.307406,0.385346,0.340363,0.415064,0.436139,0.34306,0.577031,0.5173,0.53649,0.627521,0.568496,0.760814,0.781753,0.758051,0.915831,0.307406,0.385346,0.340363,0.415064,0.436139,0.34306,0.577031,0.5173,0.53649,0.627521,0.568496,0.760814,0.781753,0.758051,0.915831,0.307406,0.385346,0.340363,0.415064,0.436139,0.34306,0.577031,0.5173,0.53649,0.627521,0.568496,0.760814,0.781753,0.758051,0.915831,0.307406,0.385346,0.340363,0.415064,0.436139,0.34306,0.577031,0.5173,0.53649,0.627521,0.568496,0.760814,0.781753,0.758051,0.915831,0.307406,0.385346,0.340363,0.415064,0.436139,0.34306,0.577031,0.5173,0.53649,0.627521,0.568496,0.760814,0.781753,0.758051,0.915831,0.307406,0.385346,0.340363,0.415064,0.436139,0.34306,0.577031,0.5173,0.53649,0.627521,0.568496,0.760814,0.781753,0.758051,0.915831,0.307406,0.385346,0.340363,0.415064,0.436139,0.34306,0.577031,0.5173,0.53649,0.627521,0.568496,0.760814,0.781753,0.758051,0.915831,0.307406,0.385346,0.340363,0.415064,0.436139,0.34306,0.577031,0.5173,0.53649,0.627521,0.568496,0.760814,0.781753,0.758051,0.915831,0.307406,0.385346,0.340363,0.415064,0.436139,0.34306,0.577031,0.5173,0.53649,0.627521,0.568496,0.760814,0.781753,0.758051,0.915831,0.307406,0.385346,0.340363,0.415064,0.436139,0.34306,0.577031,0.5173,0.53649,0.627521,0.568496,0.760814,0.781753,0.758051,0.915831,0.307406,0.385346,0.340363,0.415064,0.436139,0.34306,0.577031,0.5173,0.53649,0.627521,0.568496,0.760814,0.781753,0.758051,0.915831,0.307406,0.385346,0.340363,0.415064,0.436139,0.34306,0.577031,0.5173,0.53649,0.627521,0.568496,0.760814,0.781753,0.758051,0.915831,0.307406,0.385346,0.340363,0.415064,0.436139,0.34306,0.577031,0.5173,0.53649,0.627521,0.568496,0.760814,0.781753,0.758051,0.915831,0.307406,0.385346,0.340363,0.415064,0.436139,0.34306,0.577031,0.5173,0.53649,0.627521,0.568496,0.760814,0.781753,0.758051,0.915831,0.307406,0.385346,0.340363,0.415064,0.436139,0.34306,0.577031,0.5173,0.53649,0.627521,0.568496,0.760814,0.781753,0.758051,0.915831,-0.383943,-0.306949,-0.429622,-0.282675,-0.380461,-0.393716,-0.555957,-0.595609,-0.436332,-0.374331,-0.393467,-0.405743,-0.525055,-0.666295,-0.595101,-0.383943,-0.306949,-0.429622,-0.282675,-0.380461,-0.393716,-0.555957,-0.595609,-0.436332,-0.374331,-0.393467,-0.405743,-0.525055,-0.666295,-0.595101,-0.383943,-0.306949,-0.429622,-0.282675,-0.380461,-0.393716,-0.555957,-0.595609,-0.436332,-0.374331,-0.393467,-0.405743,-0.525055,-0.666295,-0.595101,-0.383943,-0.306949,-0.429622,-0.282675,-0.380461,-0.393716,-0.555957,-0.595609,-0.436332,-0.374331,-0.393467,-0.405743,-0.525055,-0.666295,-0.595101,-0.383943,-0.306949,-0.429622,-0.282675,-0.380461,-0.393716,-0.555957,-0.595609,-0.436332,-0.374331,-0.393467,-0.405743,-0.525055,-0.666295,-0.595101,-0.383943,-0.306949,-0.429622,-0.282675,-0.380461,-0.393716,-0.555957,-0.595609,-0.436332,-0.374331,-0.393467,-0.405743,-0.525055,-0.666295,-0.595101,-0.383943,-0.306949,-0.429622,-0.282675,-0.380461,-0.393716,-0.555957,-0.595609,-0.436332,-0.374331,-0.393467,-0.405743,-0.525055,-0.666295,-0.595101,-0.383943,-0.306949,-0.429622,-0.282675,-0.380461,-0.393716,-0.555957,-0.595609,-0.436332,-0.374331,-0.393467,-0.405743,-0.525055,-0.666295,-0.595101,-0.383943,-0.306949,-0.429622,-0.282675,-0.380461,-0.393716,-0.555957,-0.595609,-0.436332,-0.374331,-0.393467,-0.405743,-0.525055,-0.666295,-0.595101,-0.383943,-0.306949,-0.429622,-0.282675,-0.380461,-0.393716,-0.555957,-0.595609,-0.436332,-0.374331,-0.393467,-0.405743,-0.525055,-0.666295,-0.595101,-0.383943,-0.306949,-0.429622,-0.282675,-0.380461,-0.393716,-0.555957,-0.595609,-0.436332,-0.374331,-0.393467,-0.405743,-0.525055,-0.666295,-0.595101,-0.383943,-0.306949,-0.429622,-0.282675,-0.380461,-0.393716,-0.555957,-0.595609,-0.436332,-0.374331,-0.393467,-0.405743,-0.525055,-0.666295,-0.595101,-0.383943,-0.306949,-0.429622,-0.282675,-0.380461,-0.393716,-0.555957,-0.595609,-0.436332,-0.374331,-0.393467,-0.405743,-0.525055,-0.666295,-0.595101,-0.383943,-0.306949,-0.429622,-0.282675,-0.380461,-0.393716,-0.555957,-0.595609,-0.436332,-0.374331,-0.393467,-0.405743,-0.525055,-0.666295,-0.595101,-0.383943,-0.306949,-0.429622,-0.282675,-0.380461,-0.393716,-0.555957,-0.595609,-0.436332,-0.374331,-0.393467,-0.405743,-0.525055,-0.666295,-0.595101,-0.383943,-0.306949,-0.429622,-0.282675,-0.380461,-0.393716,-0.555957,-0.595609,-0.436332,-0.374331,-0.393467,-0.405743,-0.525055,-0.666295,-0.595101,-0.383943,-0.306949,-0.429622,-0.282675,-0.380461,-0.393716,-0.555957,-0.595609,-0.436332,-0.374331,-0.393467,-0.405743,-0.525055,-0.666295,-0.595101,-0.383943,-0.306949,-0.429622,-0.282675,-0.380461,-0.393716,-0.555957,-0.595609,-0.436332,-0.374331,-0.393467,-0.405743,-0.525055,-0.666295,-0.595101,-0.383943,-0.306949,-0.429622,-0.282675,-0.380461,-0.393716,-0.555957,-0.595609,-0.436332,-0.374331,-0.393467,-0.405743,-0.525055,-0.666295,-0.595101,-0.383943,-0.306949,-0.429622,-0.282675,-0.380461,-0.393716,-0.555957,-0.595609,-0.436332,-0.374331,-0.393467,-0.405743,-0.525055,-0.666295,-0.595101,-0.383943,-0.306949,-0.429622,-0.282675,-0.380461,-0.393716,-0.555957,-0.595609,-0.436332,-0.374331,-0.393467,-0.405743,-0.525055,-0.666295,-0.595101,-0.383943,-0.306949,-0.429622,-0.282675,-0.380461,-0.393716,-0.555957,-0.595609,-0.436332,-0.374331,-0.393467,-0.405743,-0.525055,-0.666295,-0.595101,-0.383943,-0.306949,-0.429622,-0.282675,-0.380461,-0.393716,-0.555957,-0.595609,-0.436332,-0.374331,-0.393467,-0.405743,-0.525055,-0.666295,-0.595101,-0.383943,-0.306949,-0.429622,-0.282675,-0.380461,-0.393716,-0.555957,-0.595609,-0.436332,-0.374331,-0.393467,-0.405743,-0.525055,-0.666295,-0.595101,-0.383943,-0.306949,-0.429622,-0.282675,-0.380461,-0.393716,-0.555957,-0.595609,-0.436332,-0.374331,-0.393467,-0.405743,-0.525055,-0.666295,-0.595101,-0.383943,-0.306949,-0.429622,-0.282675,-0.380461,-0.393716,-0.555957,-0.595609,-0.436332,-0.374331,-0.393467,-0.405743,-0.525055,-0.666295,-0.595101,-0.383943,-0.306949,-0.429622,-0.282675,-0.380461,-0.393716,-0.555957,-0.595609,-0.436332,-0.374331,-0.393467,-0.405743,-0.525055,-0.666295,-0.595101,-0.383943,-0.306949,-0.429622,-0.282675,-0.380461,-0.393716,-0.555957,-0.595609,-0.436332,-0.374331,-0.393467,-0.405743,-0.525055,-0.666295,-0.595101,-0.383943,-0.306949,-0.429622,-0.282675,-0.380461,-0.393716,-0.555957,-0.595609,-0.436332,-0.374331,-0.393467,-0.405743,-0.525055,-0.666295,-0.595101,-0.383943,-0.306949,-0.429622,-0.282675,-0.380461,-0.393716,-0.555957,-0.595609,-0.436332,-0.374331,-0.393467,-0.405743,-0.525055,-0.666295,-0.595101,-0.383943,-0.306949,-0.429622,-0.282675,-0.380461,-0.393716,-0.555957,-0.595609,-0.436332,-0.374331,-0.393467,-0.405743,-0.525055,-0.666295,-0.595101,-0.383943,-0.306949,-0.429622,-0.282675,-0.380461,-0.393716,-0.555957,-0.595609,-0.436332,-0.374331,-0.393467,-0.405743,-0.525055,-0.666295,-0.595101,-0.383943,-0.306949,-0.429622,-0.282675,-0.380461,-0.393716,-0.555957,-0.595609,-0.436332,-0.374331,-0.393467,-0.405743,-0.525055,-0.666295,-0.595101,-0.383943,-0.306949,-0.429622,-0.282675,-0.380461,-0.393716,-0.555957,-0.595609,-0.436332,-0.374331,-0.393467,-0.405743,-0.525055,-0.666295,-0.595101,-0.383943,-0.306949,-0.429622,-0.282675,-0.380461,-0.393716,-0.555957,-0.595609,-0.436332,-0.374331,-0.393467,-0.405743,-0.525055,-0.666295,-0.595101,-0.383943,-0.306949,-0.429622,-0.282675,-0.380461,-0.393716,-0.555957,-0.595609,-0.436332,-0.374331,-0.393467,-0.405743,-0.525055,-0.666295,-0.595101,-0.383943,-0.306949,-0.429622,-0.282675,-0.380461,-0.393716,-0.555957,-0.595609,-0.436332,-0.374331,-0.393467,-0.405743,-0.525055,-0.666295,-0.595101,-0.383943,-0.306949,-0.429622,-0.282675,-0.380461,-0.393716,-0.555957,-0.595609,-0.436332,-0.374331,-0.393467,-0.405743,-0.525055,-0.666295,-0.595101,-0.383943,-0.306949,-0.429622,-0.282675,-0.380461,-0.393716,-0.555957,-0.595609,-0.436332,-0.374331,-0.393467,-0.405743,-0.525055,-0.666295,-0.595101,-0.383943,-0.306949,-0.429622,-0.282675,-0.380461,-0.393716,-0.555957,-0.595609,-0.436332,-0.374331,-0.393467,-0.405743,-0.525055,-0.666295,-0.595101,-0.383943,-0.306949,-0.429622,-0.282675,-0.380461,-0.393716,-0.555957,-0.595609,-0.436332,-0.374331,-0.393467,-0.405743,-0.525055,-0.666295,-0.595101,-0.383943,-0.306949,-0.429622,-0.282675,-0.380461,-0.393716,-0.555957,-0.595609,-0.436332,-0.374331,-0.393467,-0.405743,-0.525055,-0.666295,-0.595101,-0.383943,-0.306949,-0.429622,-0.282675,-0.380461,-0.393716,-0.555957,-0.595609,-0.436332,-0.374331,-0.393467,-0.405743,-0.525055,-0.666295,-0.595101,-0.383943,-0.306949,-0.429622,-0.282675,-0.380461,-0.393716,-0.555957,-0.595609,-0.436332,-0.374331,-0.393467,-0.405743,-0.525055,-0.666295,-0.595101,-0.383943,-0.306949,-0.429622,-0.282675,-0.380461,-0.393716,-0.555957,-0.595609,-0.436332,-0.374331,-0.393467,-0.405743,-0.525055,-0.666295,-0.595101,-0.383943,-0.306949,-0.429622,-0.282675,-0.380461,-0.393716,-0.555957,-0.595609,-0.436332,-0.374331,-0.393467,-0.405743,-0.525055,-0.666295,-0.595101,-0.383943,-0.306949,-0.429622,-0.282675,-0.380461,-0.393716,-0.555957,-0.595609,-0.436332,-0.374331,-0.393467,-0.405743,-0.525055,-0.666295,-0.595101,-0.383943,-0.306949,-0.429622,-0.282675,-0.380461,-0.393716,-0.555957,-0.595609,-0.436332,-0.374331,-0.393467,-0.405743,-0.525055,-0.666295,-0.595101,-0.383943,-0.306949,-0.429622,-0.282675,-0.380461,-0.393716,-0.555957,-0.595609,-0.436332,-0.374331,-0.393467,-0.405743,-0.525055,-0.666295,-0.595101,-0.383943,-0.306949,-0.429622,-0.282675,-0.380461,-0.393716,-0.555957,-0.595609,-0.436332,-0.374331,-0.393467,-0.405743,-0.525055,-0.666295,-0.595101,-0.383943,-0.306949,-0.429622,-0.282675,-0.380461,-0.393716,-0.555957,-0.595609,-0.436332,-0.374331,-0.393467,-0.405743,-0.525055,-0.666295,-0.595101,-0.383943,-0.306949,-0.429622,-0.282675,-0.380461,-0.393716,-0.555957,-0.595609,-0.436332,-0.374331,-0.393467,-0.405743,-0.525055,-0.666295,-0.595101,-0.383943,-0.306949,-0.429622,-0.282675,-0.380461,-0.393716,-0.555957,-0.595609,-0.436332,-0.374331,-0.393467,-0.405743,-0.525055,-0.666295,-0.595101,-0.383943,-0.306949,-0.429622,-0.282675,-0.380461,-0.393716,-0.555957,-0.595609,-0.436332,-0.374331,-0.393467,-0.405743,-0.525055,-0.666295,-0.595101,-0.383943,-0.306949,-0.429622,-0.282675,-0.380461,-0.393716,-0.555957,-0.595609,-0.436332,-0.374331,-0.393467,-0.405743,-0.525055,-0.666295,-0.595101,-0.383943,-0.306949,-0.429622,-0.282675,-0.380461,-0.393716,-0.555957,-0.595609,-0.436332,-0.374331,-0.393467,-0.405743,-0.525055,-0.666295,-0.595101,-0.383943,-0.306949,-0.429622,-0.282675,-0.380461,-0.393716,-0.555957,-0.595609,-0.436332,-0.374331,-0.393467,-0.405743,-0.525055,-0.666295,-0.595101,-0.383943,-0.306949,-0.429622,-0.282675,-0.380461,-0.393716,-0.555957,-0.595609,-0.436332,-0.374331,-0.393467,-0.405743,-0.525055,-0.666295,-0.595101,-0.383943,-0.306949,-0.429622,-0.282675,-0.380461,-0.393716,-0.555957,-0.595609,-0.436332,-0.374331,-0.393467,-0.405743,-0.525055,-0.666295,-0.595101,-0.383943,-0.306949,-0.429622,-0.282675,-0.380461,-0.393716,-0.555957,-0.595609,-0.436332,-0.374331,-0.393467,-0.405743,-0.525055,-0.666295,-0.595101,-0.383943,-0.306949,-0.429622,-0.282675,-0.380461,-0.393716,-0.555957,-0.595609,-0.436332,-0.374331,-0.393467,-0.405743,-0.525055,-0.666295,-0.595101,-0.383943,-0.306949,-0.429622,-0.282675,-0.380461,-0.393716,-0.555957,-0.595609,-0.436332,-0.374331,-0.393467,-0.405743,-0.525055,-0.666295,-0.595101,-0.383943,-0.306949,-0.429622,-0.282675,-0.380461,-0.393716,-0.555957,-0.595609,-0.436332,-0.374331,-0.393467,-0.405743,-0.525055,-0.666295,-0.595101,-0.383943,-0.306949,-0.429622,-0.282675,-0.380461,-0.393716,-0.555957,-0.595609,-0.436332,-0.374331,-0.393467,-0.405743,-0.525055,-0.666295,-0.595101,-0.383943,-0.306949,-0.429622,-0.282675,-0.380461,-0.393716,-0.555957,-0.595609,-0.436332,-0.374331,-0.393467,-0.405743,-0.525055,-0.666295,-0.595101,-0.383943,-0.306949,-0.429622,-0.282675,-0.380461,-0.393716,-0.555957,-0.595609,-0.436332,-0.374331,-0.393467,-0.405743,-0.525055,-0.666295,-0.595101,-0.383943,-0.306949,-0.429622,-0.282675,-0.380461,-0.393716,-0.555957,-0.595609,-0.436332,-0.374331,-0.393467,-0.405743,-0.525055,-0.666295,-0.595101,-0.383943,-0.306949,-0.429622,-0.282675,-0.380461,-0.393716,-0.555957,-0.595609,-0.436332,-0.374331,-0.393467,-0.405743,-0.525055,-0.666295,-0.595101,-0.383943,-0.306949,-0.429622,-0.282675,-0.380461,-0.393716,-0.555957,-0.595609,-0.436332,-0.374331,-0.393467,-0.405743,-0.525055,-0.666295,-0.595101,-0.383943,-0.306949,-0.429622,-0.282675,-0.380461,-0.393716,-0.555957,-0.595609,-0.436332,-0.374331,-0.393467,-0.405743,-0.525055,-0.666295,-0.595101,-0.383943,-0.306949,-0.429622,-0.282675,-0.380461,-0.393716,-0.555957,-0.595609,-0.436332,-0.374331,-0.393467,-0.405743,-0.525055,-0.666295,-0.595101,-0.383943,-0.306949,-0.429622,-0.282675,-0.380461,-0.393716,-0.555957,-0.595609,-0.436332,-0.374331,-0.393467,-0.405743,-0.525055,-0.666295,-0.595101,-0.383943,-0.306949,-0.429622,-0.282675,-0.380461,-0.393716,-0.555957,-0.595609,-0.436332,-0.374331,-0.393467,-0.405743,-0.525055,-0.666295,-0.595101,-0.383943,-0.306949,-0.429622,-0.282675,-0.380461,-0.393716,-0.555957,-0.595609,-0.436332,-0.374331,-0.393467,-0.405743,-0.525055,-0.666295,-0.595101,-0.383943,-0.306949,-0.429622,-0.282675,-0.380461,-0.393716,-0.555957,-0.595609,-0.436332,-0.374331,-0.393467,-0.405743,-0.525055,-0.666295,-0.595101,-0.383943,-0.306949,-0.429622,-0.282675,-0.380461,-0.393716,-0.555957,-0.595609,-0.436332,-0.374331,-0.393467,-0.405743,-0.525055,-0.666295,-0.595101,-0.383943,-0.306949,-0.429622,-0.282675,-0.380461,-0.393716,-0.555957,-0.595609,-0.436332,-0.374331,-0.393467,-0.405743,-0.525055,-0.666295,-0.595101,-0.383943,-0.306949,-0.429622,-0.282675,-0.380461,-0.393716,-0.555957,-0.595609,-0.436332,-0.374331,-0.393467,-0.405743,-0.525055,-0.666295,-0.595101,-0.383943,-0.306949,-0.429622,-0.282675,-0.380461,-0.393716,-0.555957,-0.595609,-0.436332,-0.374331,-0.393467,-0.405743,-0.525055,-0.666295,-0.595101,-0.383943,-0.306949,-0.429622,-0.282675,-0.380461,-0.393716,-0.555957,-0.595609,-0.436332,-0.374331,-0.393467,-0.405743,-0.525055,-0.666295,-0.595101,-0.383943,-0.306949,-0.429622,-0.282675,-0.380461,-0.393716,-0.555957,-0.595609,-0.436332,-0.374331,-0.393467,-0.405743,-0.525055,-0.666295,-0.595101,-0.383943,-0.306949,-0.429622,-0.282675,-0.380461,-0.393716,-0.555957,-0.595609,-0.436332,-0.374331,-0.393467,-0.405743,-0.525055,-0.666295,-0.595101,-0.383943,-0.306949,-0.429622,-0.282675,-0.380461,-0.393716,-0.555957,-0.595609,-0.436332,-0.374331,-0.393467,-0.405743,-0.525055,-0.666295,-0.595101,-0.383943,-0.306949,-0.429622,-0.282675,-0.380461,-0.393716,-0.555957,-0.595609,-0.436332,-0.374331,-0.393467,-0.405743,-0.525055,-0.666295,-0.595101,-0.383943,-0.306949,-0.429622,-0.282675,-0.380461,-0.393716,-0.555957,-0.595609,-0.436332,-0.374331,-0.393467,-0.405743,-0.525055,-0.666295,-0.595101,-0.383943,-0.306949,-0.429622,-0.282675,-0.380461,-0.393716,-0.555957,-0.595609,-0.436332,-0.374331,-0.393467,-0.405743,-0.525055,-0.666295,-0.595101,-0.383943,-0.306949,-0.429622,-0.282675,-0.380461,-0.393716,-0.555957,-0.595609,-0.436332,-0.374331,-0.393467,-0.405743,-0.525055,-0.666295,-0.595101,-0.383943,-0.306949,-0.429622,-0.282675,-0.380461,-0.393716,-0.555957,-0.595609,-0.436332,-0.374331,-0.393467,-0.405743,-0.525055,-0.666295,-0.595101,-0.383943,-0.306949,-0.429622,-0.282675,-0.380461,-0.393716,-0.555957,-0.595609,-0.436332,-0.374331,-0.393467,-0.405743,-0.525055,-0.666295,-0.595101,-0.383943,-0.306949,-0.429622,-0.282675,-0.380461,-0.393716,-0.555957,-0.595609,-0.436332,-0.374331,-0.393467,-0.405743,-0.525055,-0.666295,-0.595101,-0.383943,-0.306949,-0.429622,-0.282675,-0.380461,-0.393716,-0.555957,-0.595609,-0.436332,-0.374331,-0.393467,-0.405743,-0.525055,-0.666295,-0.595101,-0.383943,-0.306949,-0.429622,-0.282675,-0.380461,-0.393716,-0.555957,-0.595609,-0.436332,-0.374331,-0.393467,-0.405743,-0.525055,-0.666295,-0.595101,0.349623,0.340071,0.327246,0.267573,0.2047,0.141502,0.133986,0.435309,0.594231,0.892655,0.83915,0.837799,0.769583,0.584308,0.607162,0.349623,0.340071,0.327246,0.267573,0.2047,0.141502,0.133986,0.435309,0.594231,0.892655,0.83915,0.837799,0.769583,0.584308,0.607162,0.349623,0.340071,0.327246,0.267573,0.2047,0.141502,0.133986,0.435309,0.594231,0.892655,0.83915,0.837799,0.769583,0.584308,0.607162,0.349623,0.340071,0.327246,0.267573,0.2047,0.141502,0.133986,0.435309,0.594231,0.892655,0.83915,0.837799,0.769583,0.584308,0.607162,0.349623,0.340071,0.327246,0.267573,0.2047,0.141502,0.133986,0.435309,0.594231,0.892655,0.83915,0.837799,0.769583,0.584308,0.607162,0.349623,0.340071,0.327246,0.267573,0.2047,0.141502,0.133986,0.435309,0.594231,0.892655,0.83915,0.837799,0.769583,0.584308,0.607162,0.349623,0.340071,0.327246,0.267573,0.2047,0.141502,0.133986,0.435309,0.594231,0.892655,0.83915,0.837799,0.769583,0.584308,0.607162,0.349623,0.340071,0.327246,0.267573,0.2047,0.141502,0.133986,0.435309,0.594231,0.892655,0.83915,0.837799,0.769583,0.584308,0.607162,0.349623,0.340071,0.327246,0.267573,0.2047,0.141502,0.133986,0.435309,0.594231,0.892655,0.83915,0.837799,0.769583,0.584308,0.607162,0.349623,0.340071,0.327246,0.267573,0.2047,0.141502,0.133986,0.435309,0.594231,0.892655,0.83915,0.837799,0.769583,0.584308,0.607162,0.349623,0.340071,0.327246,0.267573,0.2047,0.141502,0.133986,0.435309,0.594231,0.892655,0.83915,0.837799,0.769583,0.584308,0.607162,0.349623,0.340071,0.327246,0.267573,0.2047,0.141502,0.133986,0.435309,0.594231,0.892655,0.83915,0.837799,0.769583,0.584308,0.607162,0.349623,0.340071,0.327246,0.267573,0.2047,0.141502,0.133986,0.435309,0.594231,0.892655,0.83915,0.837799,0.769583,0.584308,0.607162,0.349623,0.340071,0.327246,0.267573,0.2047,0.141502,0.133986,0.435309,0.594231,0.892655,0.83915,0.837799,0.769583,0.584308,0.607162,0.349623,0.340071,0.327246,0.267573,0.2047,0.141502,0.133986,0.435309,0.594231,0.892655,0.83915,0.837799,0.769583,0.584308,0.607162,0.349623,0.340071,0.327246,0.267573,0.2047,0.141502,0.133986,0.435309,0.594231,0.892655,0.83915,0.837799,0.769583,0.584308,0.607162,0.349623,0.340071,0.327246,0.267573,0.2047,0.141502,0.133986,0.435309,0.594231,0.892655,0.83915,0.837799,0.769583,0.584308,0.607162,0.349623,0.340071,0.327246,0.267573,0.2047,0.141502,0.133986,0.435309,0.594231,0.892655,0.83915,0.837799,0.769583,0.584308,0.607162,0.349623,0.340071,0.327246,0.267573,0.2047,0.141502,0.133986,0.435309,0.594231,0.892655,0.83915,0.837799,0.769583,0.584308,0.607162,0.349623,0.340071,0.327246,0.267573,0.2047,0.141502,0.133986,0.435309,0.594231,0.892655,0.83915,0.837799,0.769583,0.584308,0.607162,0.349623,0.340071,0.327246,0.267573,0.2047,0.141502,0.133986,0.435309,0.594231,0.892655,0.83915,0.837799,0.769583,0.584308,0.607162,0.349623,0.340071,0.327246,0.267573,0.2047,0.141502,0.133986,0.435309,0.594231,0.892655,0.83915,0.837799,0.769583,0.584308,0.607162,0.349623,0.340071,0.327246,0.267573,0.2047,0.141502,0.133986,0.435309,0.594231,0.892655,0.83915,0.837799,0.769583,0.584308,0.607162,0.349623,0.340071,0.327246,0.267573,0.2047,0.141502,0.133986,0.435309,0.594231,0.892655,0.83915,0.837799,0.769583,0.584308,0.607162,0.349623,0.340071,0.327246,0.267573,0.2047,0.141502,0.133986,0.435309,0.594231,0.892655,0.83915,0.837799,0.769583,0.584308,0.607162,0.349623,0.340071,0.327246,0.267573,0.2047,0.141502,0.133986,0.435309,0.594231,0.892655,0.83915,0.837799,0.769583,0.584308,0.607162,0.349623,0.340071,0.327246,0.267573,0.2047,0.141502,0.133986,0.435309,0.594231,0.892655,0.83915,0.837799,0.769583,0.584308,0.607162,0.349623,0.340071,0.327246,0.267573,0.2047,0.141502,0.133986,0.435309,0.594231,0.892655,0.83915,0.837799,0.769583,0.584308,0.607162,0.349623,0.340071,0.327246,0.267573,0.2047,0.141502,0.133986,0.435309,0.594231,0.892655,0.83915,0.837799,0.769583,0.584308,0.607162,0.349623,0.340071,0.327246,0.267573,0.2047,0.141502,0.133986,0.435309,0.594231,0.892655,0.83915,0.837799,0.769583,0.584308,0.607162,0.349623,0.340071,0.327246,0.267573,0.2047,0.141502,0.133986,0.435309,0.594231,0.892655,0.83915,0.837799,0.769583,0.584308,0.607162,0.349623,0.340071,0.327246,0.267573,0.2047,0.141502,0.133986,0.435309,0.594231,0.892655,0.83915,0.837799,0.769583,0.584308,0.607162,0.349623,0.340071,0.327246,0.267573,0.2047,0.141502,0.133986,0.435309,0.594231,0.892655,0.83915,0.837799,0.769583,0.584308,0.607162,0.349623,0.340071,0.327246,0.267573,0.2047,0.141502,0.133986,0.435309,0.594231,0.892655,0.83915,0.837799,0.769583,0.584308,0.607162,0.349623,0.340071,0.327246,0.267573,0.2047,0.141502,0.133986,0.435309,0.594231,0.892655,0.83915,0.837799,0.769583,0.584308,0.607162,0.349623,0.340071,0.327246,0.267573,0.2047,0.141502,0.133986,0.435309,0.594231,0.892655,0.83915,0.837799,0.769583,0.584308,0.607162,0.349623,0.340071,0.327246,0.267573,0.2047,0.141502,0.133986,0.435309,0.594231,0.892655,0.83915,0.837799,0.769583,0.584308,0.607162,0.349623,0.340071,0.327246,0.267573,0.2047,0.141502,0.133986,0.435309,0.594231,0.892655,0.83915,0.837799,0.769583,0.584308,0.607162,0.349623,0.340071,0.327246,0.267573,0.2047,0.141502,0.133986,0.435309,0.594231,0.892655,0.83915,0.837799,0.769583,0.584308,0.607162,0.349623,0.340071,0.327246,0.267573,0.2047,0.141502,0.133986,0.435309,0.594231,0.892655,0.83915,0.837799,0.769583,0.584308,0.607162,0.349623,0.340071,0.327246,0.267573,0.2047,0.141502,0.133986,0.435309,0.594231,0.892655,0.83915,0.837799,0.769583,0.584308,0.607162,0.349623,0.340071,0.327246,0.267573,0.2047,0.141502,0.133986,0.435309,0.594231,0.892655,0.83915,0.837799,0.769583,0.584308,0.607162,0.349623,0.340071,0.327246,0.267573,0.2047,0.141502,0.133986,0.435309,0.594231,0.892655,0.83915,0.837799,0.769583,0.584308,0.607162,0.349623,0.340071,0.327246,0.267573,0.2047,0.141502,0.133986,0.435309,0.594231,0.892655,0.83915,0.837799,0.769583,0.584308,0.607162,0.349623,0.340071,0.327246,0.267573,0.2047,0.141502,0.133986,0.435309,0.594231,0.892655,0.83915,0.837799,0.769583,0.584308,0.607162,0.349623,0.340071,0.327246,0.267573,0.2047,0.141502,0.133986,0.435309,0.594231,0.892655,0.83915,0.837799,0.769583,0.584308,0.607162,0.349623,0.340071,0.327246,0.267573,0.2047,0.141502,0.133986,0.435309,0.594231,0.892655,0.83915,0.837799,0.769583,0.584308,0.607162,0.349623,0.340071,0.327246,0.267573,0.2047,0.141502,0.133986,0.435309,0.594231,0.892655,0.83915,0.837799,0.769583,0.584308,0.607162,0.349623,0.340071,0.327246,0.267573,0.2047,0.141502,0.133986,0.435309,0.594231,0.892655,0.83915,0.837799,0.769583,0.584308,0.607162,0.349623,0.340071,0.327246,0.267573,0.2047,0.141502,0.133986,0.435309,0.594231,0.892655,0.83915,0.837799,0.769583,0.584308,0.607162,0.349623,0.340071,0.327246,0.267573,0.2047,0.141502,0.133986,0.435309,0.594231,0.892655,0.83915,0.837799,0.769583,0.584308,0.607162,0.349623,0.340071,0.327246,0.267573,0.2047,0.141502,0.133986,0.435309,0.594231,0.892655,0.83915,0.837799,0.769583,0.584308,0.607162,0.349623,0.340071,0.327246,0.267573,0.2047,0.141502,0.133986,0.435309,0.594231,0.892655,0.83915,0.837799,0.769583,0.584308,0.607162,0.349623,0.340071,0.327246,0.267573,0.2047,0.141502,0.133986,0.435309,0.594231,0.892655,0.83915,0.837799,0.769583,0.584308,0.607162,0.349623,0.340071,0.327246,0.267573,0.2047,0.141502,0.133986,0.435309,0.594231,0.892655,0.83915,0.837799,0.769583,0.584308,0.607162,0.349623,0.340071,0.327246,0.267573,0.2047,0.141502,0.133986,0.435309,0.594231,0.892655,0.83915,0.837799,0.769583,0.584308,0.607162,0.349623,0.340071,0.327246,0.267573,0.2047,0.141502,0.133986,0.435309,0.594231,0.892655,0.83915,0.837799,0.769583,0.584308,0.607162,0.349623,0.340071,0.327246,0.267573,0.2047,0.141502,0.133986,0.435309,0.594231,0.892655,0.83915,0.837799,0.769583,0.584308,0.607162,0.349623,0.340071,0.327246,0.267573,0.2047,0.141502,0.133986,0.435309,0.594231,0.892655,0.83915,0.837799,0.769583,0.584308,0.607162,0.349623,0.340071,0.327246,0.267573,0.2047,0.141502,0.133986,0.435309,0.594231,0.892655,0.83915,0.837799,0.769583,0.584308,0.607162,0.349623,0.340071,0.327246,0.267573,0.2047,0.141502,0.133986,0.435309,0.594231,0.892655,0.83915,0.837799,0.769583,0.584308,0.607162,0.349623,0.340071,0.327246,0.267573,0.2047,0.141502,0.133986,0.435309,0.594231,0.892655,0.83915,0.837799,0.769583,0.584308,0.607162,0.349623,0.340071,0.327246,0.267573,0.2047,0.141502,0.133986,0.435309,0.594231,0.892655,0.83915,0.837799,0.769583,0.584308,0.607162,0.349623,0.340071,0.327246,0.267573,0.2047,0.141502,0.133986,0.435309,0.594231,0.892655,0.83915,0.837799,0.769583,0.584308,0.607162,0.349623,0.340071,0.327246,0.267573,0.2047,0.141502,0.133986,0.435309,0.594231,0.892655,0.83915,0.837799,0.769583,0.584308,0.607162,0.349623,0.340071,0.327246,0.267573,0.2047,0.141502,0.133986,0.435309,0.594231,0.892655,0.83915,0.837799,0.769583,0.584308,0.607162,0.349623,0.340071,0.327246,0.267573,0.2047,0.141502,0.133986,0.435309,0.594231,0.892655,0.83915,0.837799,0.769583,0.584308,0.607162,0.349623,0.340071,0.327246,0.267573,0.2047,0.141502,0.133986,0.435309,0.594231,0.892655,0.83915,0.837799,0.769583,0.584308,0.607162,0.349623,0.340071,0.327246,0.267573,0.2047,0.141502,0.133986,0.435309,0.594231,0.892655,0.83915,0.837799,0.769583,0.584308,0.607162,0.349623,0.340071,0.327246,0.267573,0.2047,0.141502,0.133986,0.435309,0.594231,0.892655,0.83915,0.837799,0.769583,0.584308,0.607162,0.349623,0.340071,0.327246,0.267573,0.2047,0.141502,0.133986,0.435309,0.594231,0.892655,0.83915,0.837799,0.769583,0.584308,0.607162,0.349623,0.340071,0.327246,0.267573,0.2047,0.141502,0.133986,0.435309,0.594231,0.892655,0.83915,0.837799,0.769583,0.584308,0.607162,0.349623,0.340071,0.327246,0.267573,0.2047,0.141502,0.133986,0.435309,0.594231,0.892655,0.83915,0.837799,0.769583,0.584308,0.607162,0.349623,0.340071,0.327246,0.267573,0.2047,0.141502,0.133986,0.435309,0.594231,0.892655,0.83915,0.837799,0.769583,0.584308,0.607162,0.349623,0.340071,0.327246,0.267573,0.2047,0.141502,0.133986,0.435309,0.594231,0.892655,0.83915,0.837799,0.769583,0.584308,0.607162,0.349623,0.340071,0.327246,0.267573,0.2047,0.141502,0.133986,0.435309,0.594231,0.892655,0.83915,0.837799,0.769583,0.584308,0.607162,0.349623,0.340071,0.327246,0.267573,0.2047,0.141502,0.133986,0.435309,0.594231,0.892655,0.83915,0.837799,0.769583,0.584308,0.607162,0.349623,0.340071,0.327246,0.267573,0.2047,0.141502,0.133986,0.435309,0.594231,0.892655,0.83915,0.837799,0.769583,0.584308,0.607162,0.349623,0.340071,0.327246,0.267573,0.2047,0.141502,0.133986,0.435309,0.594231,0.892655,0.83915,0.837799,0.769583,0.584308,0.607162,0.349623,0.340071,0.327246,0.267573,0.2047,0.141502,0.133986,0.435309,0.594231,0.892655,0.83915,0.837799,0.769583,0.584308,0.607162,0.349623,0.340071,0.327246,0.267573,0.2047,0.141502,0.133986,0.435309,0.594231,0.892655,0.83915,0.837799,0.769583,0.584308,0.607162,0.349623,0.340071,0.327246,0.267573,0.2047,0.141502,0.133986,0.435309,0.594231,0.892655,0.83915,0.837799,0.769583,0.584308,0.607162,0.349623,0.340071,0.327246,0.267573,0.2047,0.141502,0.133986,0.435309,0.594231,0.892655,0.83915,0.837799,0.769583,0.584308,0.607162,0.349623,0.340071,0.327246,0.267573,0.2047,0.141502,0.133986,0.435309,0.594231,0.892655,0.83915,0.837799,0.769583,0.584308,0.607162,0.349623,0.340071,0.327246,0.267573,0.2047,0.141502,0.133986,0.435309,0.594231,0.892655,0.83915,0.837799,0.769583,0.584308,0.607162,0.349623,0.340071,0.327246,0.267573,0.2047,0.141502,0.133986,0.435309,0.594231,0.892655,0.83915,0.837799,0.769583,0.584308,0.607162,0.349623,0.340071,0.327246,0.267573,0.2047,0.141502,0.133986,0.435309,0.594231,0.892655,0.83915,0.837799,0.769583,0.584308,0.607162,0.349623,0.340071,0.327246,0.267573,0.2047,0.141502,0.133986,0.435309,0.594231,0.892655,0.83915,0.837799,0.769583,0.584308,0.607162,0.349623,0.340071,0.327246,0.267573,0.2047,0.141502,0.133986,0.435309,0.594231,0.892655,0.83915,0.837799,0.769583,0.584308,0.607162,0.349623,0.340071,0.327246,0.267573,0.2047,0.141502,0.133986,0.435309,0.594231,0.892655,0.83915,0.837799,0.769583,0.584308,0.607162,0.349623,0.340071,0.327246,0.267573,0.2047,0.141502,0.133986,0.435309,0.594231,0.892655,0.83915,0.837799,0.769583,0.584308,0.607162,0.349623,0.340071,0.327246,0.267573,0.2047,0.141502,0.133986,0.435309,0.594231,0.892655,0.83915,0.837799,0.769583,0.584308,0.607162,0.349623,0.340071,0.327246,0.267573,0.2047,0.141502,0.133986,0.435309,0.594231,0.892655,0.83915,0.837799,0.769583,0.584308,0.607162,0.349623,0.340071,0.327246,0.267573,0.2047,0.141502,0.133986,0.435309,0.594231,0.892655,0.83915,0.837799,0.769583,0.584308,0.607162,0.349623,0.340071,0.327246,0.267573,0.2047,0.141502,0.133986,0.435309,0.594231,0.892655,0.83915,0.837799,0.769583,0.584308,0.607162,0.349623,0.340071,0.327246,0.267573,0.2047,0.141502,0.133986,0.435309,0.594231,0.892655,0.83915,0.837799,0.769583,0.584308,0.607162,0.349623,0.340071,0.327246,0.267573,0.2047,0.141502,0.133986,0.435309,0.594231,0.892655,0.83915,0.837799,0.769583,0.584308,0.607162,0.349623,0.340071,0.327246,0.267573,0.2047,0.141502,0.133986,0.435309,0.594231,0.892655,0.83915,0.837799,0.769583,0.584308,0.607162,0.349623,0.340071,0.327246,0.267573,0.2047,0.141502,0.133986,0.435309,0.594231,0.892655,0.83915,0.837799,0.769583,0.584308,0.607162,-0.698422,-0.624242,-0.634978,-0.585702,-0.613779,-0.662887,-0.72083,-0.791824,-0.824018,-0.712453,-0.648762,-0.781828,-0.902922,-0.915491,-0.948019,-0.698422,-0.624242,-0.634978,-0.585702,-0.613779,-0.662887,-0.72083,-0.791824,-0.824018,-0.712453,-0.648762,-0.781828,-0.902922,-0.915491,-0.948019,-0.698422,-0.624242,-0.634978,-0.585702,-0.613779,-0.662887,-0.72083,-0.791824,-0.824018,-0.712453,-0.648762,-0.781828,-0.902922,-0.915491,-0.948019,-0.698422,-0.624242,-0.634978,-0.585702,-0.613779,-0.662887,-0.72083,-0.791824,-0.824018,-0.712453,-0.648762,-0.781828,-0.902922,-0.915491,-0.948019,-0.698422,-0.624242,-0.634978,-0.585702,-0.613779,-0.662887,-0.72083,-0.791824,-0.824018,-0.712453,-0.648762,-0.781828,-0.902922,-0.915491,-0.948019,-0.698422,-0.624242,-0.634978,-0.585702,-0.613779,-0.662887,-0.72083,-0.791824,-0.824018,-0.712453,-0.648762,-0.781828,-0.902922,-0.915491,-0.948019,-0.698422,-0.624242,-0.634978,-0.585702,-0.613779,-0.662887,-0.72083,-0.791824,-0.824018,-0.712453,-0.648762,-0.781828,-0.902922,-0.915491,-0.948019,-0.698422,-0.624242,-0.634978,-0.585702,-0.613779,-0.662887,-0.72083,-0.791824,-0.824018,-0.712453,-0.648762,-0.781828,-0.902922,-0.915491,-0.948019,-0.698422,-0.624242,-0.634978,-0.585702,-0.613779,-0.662887,-0.72083,-0.791824,-0.824018,-0.712453,-0.648762,-0.781828,-0.902922,-0.915491,-0.948019,-0.698422,-0.624242,-0.634978,-0.585702,-0.613779,-0.662887,-0.72083,-0.791824,-0.824018,-0.712453,-0.648762,-0.781828,-0.902922,-0.915491,-0.948019,-0.698422,-0.624242,-0.634978,-0.585702,-0.613779,-0.662887,-0.72083,-0.791824,-0.824018,-0.712453,-0.648762,-0.781828,-0.902922,-0.915491,-0.948019,-0.698422,-0.624242,-0.634978,-0.585702,-0.613779,-0.662887,-0.72083,-0.791824,-0.824018,-0.712453,-0.648762,-0.781828,-0.902922,-0.915491,-0.948019,-0.698422,-0.624242,-0.634978,-0.585702,-0.613779,-0.662887,-0.72083,-0.791824,-0.824018,-0.712453,-0.648762,-0.781828,-0.902922,-0.915491,-0.948019,-0.698422,-0.624242,-0.634978,-0.585702,-0.613779,-0.662887,-0.72083,-0.791824,-0.824018,-0.712453,-0.648762,-0.781828,-0.902922,-0.915491,-0.948019,-0.698422,-0.624242,-0.634978,-0.585702,-0.613779,-0.662887,-0.72083,-0.791824,-0.824018,-0.712453,-0.648762,-0.781828,-0.902922,-0.915491,-0.948019,-0.698422,-0.624242,-0.634978,-0.585702,-0.613779,-0.662887,-0.72083,-0.791824,-0.824018,-0.712453,-0.648762,-0.781828,-0.902922,-0.915491,-0.948019,-0.698422,-0.624242,-0.634978,-0.585702,-0.613779,-0.662887,-0.72083,-0.791824,-0.824018,-0.712453,-0.648762,-0.781828,-0.902922,-0.915491,-0.948019,-0.698422,-0.624242,-0.634978,-0.585702,-0.613779,-0.662887,-0.72083,-0.791824,-0.824018,-0.712453,-0.648762,-0.781828,-0.902922,-0.915491,-0.948019,-0.698422,-0.624242,-0.634978,-0.585702,-0.613779,-0.662887,-0.72083,-0.791824,-0.824018,-0.712453,-0.648762,-0.781828,-0.902922,-0.915491,-0.948019,-0.698422,-0.624242,-0.634978,-0.585702,-0.613779,-0.662887,-0.72083,-0.791824,-0.824018,-0.712453,-0.648762,-0.781828,-0.902922,-0.915491,-0.948019,-0.698422,-0.624242,-0.634978,-0.585702,-0.613779,-0.662887,-0.72083,-0.791824,-0.824018,-0.712453,-0.648762,-0.781828,-0.902922,-0.915491,-0.948019,-0.698422,-0.624242,-0.634978,-0.585702,-0.613779,-0.662887,-0.72083,-0.791824,-0.824018,-0.712453,-0.648762,-0.781828,-0.902922,-0.915491,-0.948019,-0.698422,-0.624242,-0.634978,-0.585702,-0.613779,-0.662887,-0.72083,-0.791824,-0.824018,-0.712453,-0.648762,-0.781828,-0.902922,-0.915491,-0.948019,-0.698422,-0.624242,-0.634978,-0.585702,-0.613779,-0.662887,-0.72083,-0.791824,-0.824018,-0.712453,-0.648762,-0.781828,-0.902922,-0.915491,-0.948019,-0.698422,-0.624242,-0.634978,-0.585702,-0.613779,-0.662887,-0.72083,-0.791824,-0.824018,-0.712453,-0.648762,-0.781828,-0.902922,-0.915491,-0.948019,-0.698422,-0.624242,-0.634978,-0.585702,-0.613779,-0.662887,-0.72083,-0.791824,-0.824018,-0.712453,-0.648762,-0.781828,-0.902922,-0.915491,-0.948019,-0.698422,-0.624242,-0.634978,-0.585702,-0.613779,-0.662887,-0.72083,-0.791824,-0.824018,-0.712453,-0.648762,-0.781828,-0.902922,-0.915491,-0.948019,-0.698422,-0.624242,-0.634978,-0.585702,-0.613779,-0.662887,-0.72083,-0.791824,-0.824018,-0.712453,-0.648762,-0.781828,-0.902922,-0.915491,-0.948019,-0.698422,-0.624242,-0.634978,-0.585702,-0.613779,-0.662887,-0.72083,-0.791824,-0.824018,-0.712453,-0.648762,-0.781828,-0.902922,-0.915491,-0.948019,-0.698422,-0.624242,-0.634978,-0.585702,-0.613779,-0.662887,-0.72083,-0.791824,-0.824018,-0.712453,-0.648762,-0.781828,-0.902922,-0.915491,-0.948019,-0.698422,-0.624242,-0.634978,-0.585702,-0.613779,-0.662887,-0.72083,-0.791824,-0.824018,-0.712453,-0.648762,-0.781828,-0.902922,-0.915491,-0.948019,-0.698422,-0.624242,-0.634978,-0.585702,-0.613779,-0.662887,-0.72083,-0.791824,-0.824018,-0.712453,-0.648762,-0.781828,-0.902922,-0.915491,-0.948019,-0.698422,-0.624242,-0.634978,-0.585702,-0.613779,-0.662887,-0.72083,-0.791824,-0.824018,-0.712453,-0.648762,-0.781828,-0.902922,-0.915491,-0.948019,-0.698422,-0.624242,-0.634978,-0.585702,-0.613779,-0.662887,-0.72083,-0.791824,-0.824018,-0.712453,-0.648762,-0.781828,-0.902922,-0.915491,-0.948019,-0.698422,-0.624242,-0.634978,-0.585702,-0.613779,-0.662887,-0.72083,-0.791824,-0.824018,-0.712453,-0.648762,-0.781828,-0.902922,-0.915491,-0.948019,-0.698422,-0.624242,-0.634978,-0.585702,-0.613779,-0.662887,-0.72083,-0.791824,-0.824018,-0.712453,-0.648762,-0.781828,-0.902922,-0.915491,-0.948019,-0.698422,-0.624242,-0.634978,-0.585702,-0.613779,-0.662887,-0.72083,-0.791824,-0.824018,-0.712453,-0.648762,-0.781828,-0.902922,-0.915491,-0.948019,-0.698422,-0.624242,-0.634978,-0.585702,-0.613779,-0.662887,-0.72083,-0.791824,-0.824018,-0.712453,-0.648762,-0.781828,-0.902922,-0.915491,-0.948019,-0.698422,-0.624242,-0.634978,-0.585702,-0.613779,-0.662887,-0.72083,-0.791824,-0.824018,-0.712453,-0.648762,-0.781828,-0.902922,-0.915491,-0.948019,-0.698422,-0.624242,-0.634978,-0.585702,-0.613779,-0.662887,-0.72083,-0.791824,-0.824018,-0.712453,-0.648762,-0.781828,-0.902922,-0.915491,-0.948019,-0.698422,-0.624242,-0.634978,-0.585702,-0.613779,-0.662887,-0.72083,-0.791824,-0.824018,-0.712453,-0.648762,-0.781828,-0.902922,-0.915491,-0.948019,-0.698422,-0.624242,-0.634978,-0.585702,-0.613779,-0.662887,-0.72083,-0.791824,-0.824018,-0.712453,-0.648762,-0.781828,-0.902922,-0.915491,-0.948019,-0.698422,-0.624242,-0.634978,-0.585702,-0.613779,-0.662887,-0.72083,-0.791824,-0.824018,-0.712453,-0.648762,-0.781828,-0.902922,-0.915491,-0.948019,-0.698422,-0.624242,-0.634978,-0.585702,-0.613779,-0.662887,-0.72083,-0.791824,-0.824018,-0.712453,-0.648762,-0.781828,-0.902922,-0.915491,-0.948019,-0.698422,-0.624242,-0.634978,-0.585702,-0.613779,-0.662887,-0.72083,-0.791824,-0.824018,-0.712453,-0.648762,-0.781828,-0.902922,-0.915491,-0.948019,-0.698422,-0.624242,-0.634978,-0.585702,-0.613779,-0.662887,-0.72083,-0.791824,-0.824018,-0.712453,-0.648762,-0.781828,-0.902922,-0.915491,-0.948019,-0.698422,-0.624242,-0.634978,-0.585702,-0.613779,-0.662887,-0.72083,-0.791824,-0.824018,-0.712453,-0.648762,-0.781828,-0.902922,-0.915491,-0.948019,-0.698422,-0.624242,-0.634978,-0.585702,-0.613779,-0.662887,-0.72083,-0.791824,-0.824018,-0.712453,-0.648762,-0.781828,-0.902922,-0.915491,-0.948019,-0.698422,-0.624242,-0.634978,-0.585702,-0.613779,-0.662887,-0.72083,-0.791824,-0.824018,-0.712453,-0.648762,-0.781828,-0.902922,-0.915491,-0.948019,-0.698422,-0.624242,-0.634978,-0.585702,-0.613779,-0.662887,-0.72083,-0.791824,-0.824018,-0.712453,-0.648762,-0.781828,-0.902922,-0.915491,-0.948019,-0.698422,-0.624242,-0.634978,-0.585702,-0.613779,-0.662887,-0.72083,-0.791824,-0.824018,-0.712453,-0.648762,-0.781828,-0.902922,-0.915491,-0.948019,-0.698422,-0.624242,-0.634978,-0.585702,-0.613779,-0.662887,-0.72083,-0.791824,-0.824018,-0.712453,-0.648762,-0.781828,-0.902922,-0.915491,-0.948019,-0.698422,-0.624242,-0.634978,-0.585702,-0.613779,-0.662887,-0.72083,-0.791824,-0.824018,-0.712453,-0.648762,-0.781828,-0.902922,-0.915491,-0.948019,-0.698422,-0.624242,-0.634978,-0.585702,-0.613779,-0.662887,-0.72083,-0.791824,-0.824018,-0.712453,-0.648762,-0.781828,-0.902922,-0.915491,-0.948019,-0.698422,-0.624242,-0.634978,-0.585702,-0.613779,-0.662887,-0.72083,-0.791824,-0.824018,-0.712453,-0.648762,-0.781828,-0.902922,-0.915491,-0.948019,-0.698422,-0.624242,-0.634978,-0.585702,-0.613779,-0.662887,-0.72083,-0.791824,-0.824018,-0.712453,-0.648762,-0.781828,-0.902922,-0.915491,-0.948019,-0.698422,-0.624242,-0.634978,-0.585702,-0.613779,-0.662887,-0.72083,-0.791824,-0.824018,-0.712453,-0.648762,-0.781828,-0.902922,-0.915491,-0.948019,-0.698422,-0.624242,-0.634978,-0.585702,-0.613779,-0.662887,-0.72083,-0.791824,-0.824018,-0.712453,-0.648762,-0.781828,-0.902922,-0.915491,-0.948019,-0.698422,-0.624242,-0.634978,-0.585702,-0.613779,-0.662887,-0.72083,-0.791824,-0.824018,-0.712453,-0.648762,-0.781828,-0.902922,-0.915491,-0.948019,-0.698422,-0.624242,-0.634978,-0.585702,-0.613779,-0.662887,-0.72083,-0.791824,-0.824018,-0.712453,-0.648762,-0.781828,-0.902922,-0.915491,-0.948019,-0.698422,-0.624242,-0.634978,-0.585702,-0.613779,-0.662887,-0.72083,-0.791824,-0.824018,-0.712453,-0.648762,-0.781828,-0.902922,-0.915491,-0.948019,-0.698422,-0.624242,-0.634978,-0.585702,-0.613779,-0.662887,-0.72083,-0.791824,-0.824018,-0.712453,-0.648762,-0.781828,-0.902922,-0.915491,-0.948019,-0.698422,-0.624242,-0.634978,-0.585702,-0.613779,-0.662887,-0.72083,-0.791824,-0.824018,-0.712453,-0.648762,-0.781828,-0.902922,-0.915491,-0.948019,-0.698422,-0.624242,-0.634978,-0.585702,-0.613779,-0.662887,-0.72083,-0.791824,-0.824018,-0.712453,-0.648762,-0.781828,-0.902922,-0.915491,-0.948019,-0.698422,-0.624242,-0.634978,-0.585702,-0.613779,-0.662887,-0.72083,-0.791824,-0.824018,-0.712453,-0.648762,-0.781828,-0.902922,-0.915491,-0.948019,-0.698422,-0.624242,-0.634978,-0.585702,-0.613779,-0.662887,-0.72083,-0.791824,-0.824018,-0.712453,-0.648762,-0.781828,-0.902922,-0.915491,-0.948019,-0.698422,-0.624242,-0.634978,-0.585702,-0.613779,-0.662887,-0.72083,-0.791824,-0.824018,-0.712453,-0.648762,-0.781828,-0.902922,-0.915491,-0.948019,-0.698422,-0.624242,-0.634978,-0.585702,-0.613779,-0.662887,-0.72083,-0.791824,-0.824018,-0.712453,-0.648762,-0.781828,-0.902922,-0.915491,-0.948019,-0.698422,-0.624242,-0.634978,-0.585702,-0.613779,-0.662887,-0.72083,-0.791824,-0.824018,-0.712453,-0.648762,-0.781828,-0.902922,-0.915491,-0.948019,-0.698422,-0.624242,-0.634978,-0.585702,-0.613779,-0.662887,-0.72083,-0.791824,-0.824018,-0.712453,-0.648762,-0.781828,-0.902922,-0.915491,-0.948019,-0.698422,-0.624242,-0.634978,-0.585702,-0.613779,-0.662887,-0.72083,-0.791824,-0.824018,-0.712453,-0.648762,-0.781828,-0.902922,-0.915491,-0.948019,-0.698422,-0.624242,-0.634978,-0.585702,-0.613779,-0.662887,-0.72083,-0.791824,-0.824018,-0.712453,-0.648762,-0.781828,-0.902922,-0.915491,-0.948019,-0.698422,-0.624242,-0.634978,-0.585702,-0.613779,-0.662887,-0.72083,-0.791824,-0.824018,-0.712453,-0.648762,-0.781828,-0.902922,-0.915491,-0.948019,-0.698422,-0.624242,-0.634978,-0.585702,-0.613779,-0.662887,-0.72083,-0.791824,-0.824018,-0.712453,-0.648762,-0.781828,-0.902922,-0.915491,-0.948019,-0.698422,-0.624242,-0.634978,-0.585702,-0.613779,-0.662887,-0.72083,-0.791824,-0.824018,-0.712453,-0.648762,-0.781828,-0.902922,-0.915491,-0.948019,-0.698422,-0.624242,-0.634978,-0.585702,-0.613779,-0.662887,-0.72083,-0.791824,-0.824018,-0.712453,-0.648762,-0.781828,-0.902922,-0.915491,-0.948019,-0.698422,-0.624242,-0.634978,-0.585702,-0.613779,-0.662887,-0.72083,-0.791824,-0.824018,-0.712453,-0.648762,-0.781828,-0.902922,-0.915491,-0.948019,-0.698422,-0.624242,-0.634978,-0.585702,-0.613779,-0.662887,-0.72083,-0.791824,-0.824018,-0.712453,-0.648762,-0.781828,-0.902922,-0.915491,-0.948019,-0.698422,-0.624242,-0.634978,-0.585702,-0.613779,-0.662887,-0.72083,-0.791824,-0.824018,-0.712453,-0.648762,-0.781828,-0.902922,-0.915491,-0.948019,-0.698422,-0.624242,-0.634978,-0.585702,-0.613779,-0.662887,-0.72083,-0.791824,-0.824018,-0.712453,-0.648762,-0.781828,-0.902922,-0.915491,-0.948019,-0.698422,-0.624242,-0.634978,-0.585702,-0.613779,-0.662887,-0.72083,-0.791824,-0.824018,-0.712453,-0.648762,-0.781828,-0.902922,-0.915491,-0.948019,-0.698422,-0.624242,-0.634978,-0.585702,-0.613779,-0.662887,-0.72083,-0.791824,-0.824018,-0.712453,-0.648762,-0.781828,-0.902922,-0.915491,-0.948019,-0.698422,-0.624242,-0.634978,-0.585702,-0.613779,-0.662887,-0.72083,-0.791824,-0.824018,-0.712453,-0.648762,-0.781828,-0.902922,-0.915491,-0.948019,-0.698422,-0.624242,-0.634978,-0.585702,-0.613779,-0.662887,-0.72083,-0.791824,-0.824018,-0.712453,-0.648762,-0.781828,-0.902922,-0.915491,-0.948019,-0.698422,-0.624242,-0.634978,-0.585702,-0.613779,-0.662887,-0.72083,-0.791824,-0.824018,-0.712453,-0.648762,-0.781828,-0.902922,-0.915491,-0.948019,-0.698422,-0.624242,-0.634978,-0.585702,-0.613779,-0.662887,-0.72083,-0.791824,-0.824018,-0.712453,-0.648762,-0.781828,-0.902922,-0.915491,-0.948019,-0.698422,-0.624242,-0.634978,-0.585702,-0.613779,-0.662887,-0.72083,-0.791824,-0.824018,-0.712453,-0.648762,-0.781828,-0.902922,-0.915491,-0.948019,-0.698422,-0.624242,-0.634978,-0.585702,-0.613779,-0.662887,-0.72083,-0.791824,-0.824018,-0.712453,-0.648762,-0.781828,-0.902922,-0.915491,-0.948019,-0.698422,-0.624242,-0.634978,-0.585702,-0.613779,-0.662887,-0.72083,-0.791824,-0.824018,-0.712453,-0.648762,-0.781828,-0.902922,-0.915491,-0.948019,-0.698422,-0.624242,-0.634978,-0.585702,-0.613779,-0.662887,-0.72083,-0.791824,-0.824018,-0.712453,-0.648762,-0.781828,-0.902922,-0.915491,-0.948019,-0.698422,-0.624242,-0.634978,-0.585702,-0.613779,-0.662887,-0.72083,-0.791824,-0.824018,-0.712453,-0.648762,-0.781828,-0.902922,-0.915491,-0.948019,-0.698422,-0.624242,-0.634978,-0.585702,-0.613779,-0.662887,-0.72083,-0.791824,-0.824018,-0.712453,-0.648762,-0.781828,-0.902922,-0.915491,-0.948019,-0.698422,-0.624242,-0.634978,-0.585702,-0.613779,-0.662887,-0.72083,-0.791824,-0.824018,-0.712453,-0.648762,-0.781828,-0.902922,-0.915491,-0.948019,-0.698422,-0.624242,-0.634978,-0.585702,-0.613779,-0.662887,-0.72083,-0.791824,-0.824018,-0.712453,-0.648762,-0.781828,-0.902922,-0.915491,-0.948019,-0.698422,-0.624242,-0.634978,-0.585702,-0.613779,-0.662887,-0.72083,-0.791824,-0.824018,-0.712453,-0.648762,-0.781828,-0.902922,-0.915491,-0.948019,-0.698422,-0.624242,-0.634978,-0.585702,-0.613779,-0.662887,-0.72083,-0.791824,-0.824018,-0.712453,-0.648762,-0.781828,-0.902922,-0.915491,-0.948019,-0.698422,-0.624242,-0.634978,-0.585702,-0.613779,-0.662887,-0.72083,-0.791824,-0.824018,-0.712453,-0.648762,-0.781828,-0.902922,-0.915491,-0.948019,-0.698422,-0.624242,-0.634978,-0.585702,-0.613779,-0.662887,-0.72083,-0.791824,-0.824018,-0.712453,-0.648762,-0.781828,-0.902922,-0.915491,-0.948019,-0.698422,-0.624242,-0.634978,-0.585702,-0.613779,-0.662887,-0.72083,-0.791824,-0.824018,-0.712453,-0.648762,-0.781828,-0.902922,-0.915491,-0.948019,-0.698422,-0.624242,-0.634978,-0.585702,-0.613779,-0.662887,-0.72083,-0.791824,-0.824018,-0.712453,-0.648762,-0.781828,-0.902922,-0.915491,-0.948019,-0.698422,-0.624242,-0.634978,-0.585702,-0.613779,-0.662887,-0.72083,-0.791824,-0.824018,-0.712453,-0.648762,-0.781828,-0.902922,-0.915491,-0.948019,-0.698422,-0.624242,-0.634978,-0.585702,-0.613779,-0.662887,-0.72083,-0.791824,-0.824018,-0.712453,-0.648762,-0.781828,-0.902922,-0.915491,-0.948019,-0.698422,-0.624242,-0.634978,-0.585702,-0.613779,-0.662887,-0.72083,-0.791824,-0.824018,-0.712453,-0.648762,-0.781828,-0.902922,-0.915491,-0.948019,-0.698422,-0.624242,-0.634978,-0.585702,-0.613779,-0.662887,-0.72083,-0.791824,-0.824018,-0.712453,-0.648762,-0.781828,-0.902922,-0.915491,-0.948019,-0.698422,-0.624242,-0.634978,-0.585702,-0.613779,-0.662887,-0.72083,-0.791824,-0.824018,-0.712453,-0.648762,-0.781828,-0.902922,-0.915491,-0.948019,-0.385992,-0.421363,-0.449321,-0.419623,-0.491073,-0.529651,-0.658698,-0.632802,-0.655353,-0.624777,-0.713993,-0.768762,-0.754796,-0.726463,-0.697664,-0.385992,-0.421363,-0.449321,-0.419623,-0.491073,-0.529651,-0.658698,-0.632802,-0.655353,-0.624777,-0.713993,-0.768762,-0.754796,-0.726463,-0.697664,-0.385992,-0.421363,-0.449321,-0.419623,-0.491073,-0.529651,-0.658698,-0.632802,-0.655353,-0.624777,-0.713993,-0.768762,-0.754796,-0.726463,-0.697664,-0.385992,-0.421363,-0.449321,-0.419623,-0.491073,-0.529651,-0.658698,-0.632802,-0.655353,-0.624777,-0.713993,-0.768762,-0.754796,-0.726463,-0.697664,-0.385992,-0.421363,-0.449321,-0.419623,-0.491073,-0.529651,-0.658698,-0.632802,-0.655353,-0.624777,-0.713993,-0.768762,-0.754796,-0.726463,-0.697664,-0.385992,-0.421363,-0.449321,-0.419623,-0.491073,-0.529651,-0.658698,-0.632802,-0.655353,-0.624777,-0.713993,-0.768762,-0.754796,-0.726463,-0.697664,-0.385992,-0.421363,-0.449321,-0.419623,-0.491073,-0.529651,-0.658698,-0.632802,-0.655353,-0.624777,-0.713993,-0.768762,-0.754796,-0.726463,-0.697664,-0.385992,-0.421363,-0.449321,-0.419623,-0.491073,-0.529651,-0.658698,-0.632802,-0.655353,-0.624777,-0.713993,-0.768762,-0.754796,-0.726463,-0.697664,-0.385992,-0.421363,-0.449321,-0.419623,-0.491073,-0.529651,-0.658698,-0.632802,-0.655353,-0.624777,-0.713993,-0.768762,-0.754796,-0.726463,-0.697664,-0.385992,-0.421363,-0.449321,-0.419623,-0.491073,-0.529651,-0.658698,-0.632802,-0.655353,-0.624777,-0.713993,-0.768762,-0.754796,-0.726463,-0.697664,-0.385992,-0.421363,-0.449321,-0.419623,-0.491073,-0.529651,-0.658698,-0.632802,-0.655353,-0.624777,-0.713993,-0.768762,-0.754796,-0.726463,-0.697664,-0.385992,-0.421363,-0.449321,-0.419623,-0.491073,-0.529651,-0.658698,-0.632802,-0.655353,-0.624777,-0.713993,-0.768762,-0.754796,-0.726463,-0.697664,-0.385992,-0.421363,-0.449321,-0.419623,-0.491073,-0.529651,-0.658698,-0.632802,-0.655353,-0.624777,-0.713993,-0.768762,-0.754796,-0.726463,-0.697664,-0.385992,-0.421363,-0.449321,-0.419623,-0.491073,-0.529651,-0.658698,-0.632802,-0.655353,-0.624777,-0.713993,-0.768762,-0.754796,-0.726463,-0.697664,-0.385992,-0.421363,-0.449321,-0.419623,-0.491073,-0.529651,-0.658698,-0.632802,-0.655353,-0.624777,-0.713993,-0.768762,-0.754796,-0.726463,-0.697664,-0.385992,-0.421363,-0.449321,-0.419623,-0.491073,-0.529651,-0.658698,-0.632802,-0.655353,-0.624777,-0.713993,-0.768762,-0.754796,-0.726463,-0.697664,-0.385992,-0.421363,-0.449321,-0.419623,-0.491073,-0.529651,-0.658698,-0.632802,-0.655353,-0.624777,-0.713993,-0.768762,-0.754796,-0.726463,-0.697664,-0.385992,-0.421363,-0.449321,-0.419623,-0.491073,-0.529651,-0.658698,-0.632802,-0.655353,-0.624777,-0.713993,-0.768762,-0.754796,-0.726463,-0.697664,-0.385992,-0.421363,-0.449321,-0.419623,-0.491073,-0.529651,-0.658698,-0.632802,-0.655353,-0.624777,-0.713993,-0.768762,-0.754796,-0.726463,-0.697664,-0.385992,-0.421363,-0.449321,-0.419623,-0.491073,-0.529651,-0.658698,-0.632802,-0.655353,-0.624777,-0.713993,-0.768762,-0.754796,-0.726463,-0.697664,-0.385992,-0.421363,-0.449321,-0.419623,-0.491073,-0.529651,-0.658698,-0.632802,-0.655353,-0.624777,-0.713993,-0.768762,-0.754796,-0.726463,-0.697664,-0.385992,-0.421363,-0.449321,-0.419623,-0.491073,-0.529651,-0.658698,-0.632802,-0.655353,-0.624777,-0.713993,-0.768762,-0.754796,-0.726463,-0.697664,-0.385992,-0.421363,-0.449321,-0.419623,-0.491073,-0.529651,-0.658698,-0.632802,-0.655353,-0.624777,-0.713993,-0.768762,-0.754796,-0.726463,-0.697664,-0.385992,-0.421363,-0.449321,-0.419623,-0.491073,-0.529651,-0.658698,-0.632802,-0.655353,-0.624777,-0.713993,-0.768762,-0.754796,-0.726463,-0.697664,-0.385992,-0.421363,-0.449321,-0.419623,-0.491073,-0.529651,-0.658698,-0.632802,-0.655353,-0.624777,-0.713993,-0.768762,-0.754796,-0.726463,-0.697664,-0.385992,-0.421363,-0.449321,-0.419623,-0.491073,-0.529651,-0.658698,-0.632802,-0.655353,-0.624777,-0.713993,-0.768762,-0.754796,-0.726463,-0.697664,-0.385992,-0.421363,-0.449321,-0.419623,-0.491073,-0.529651,-0.658698,-0.632802,-0.655353,-0.624777,-0.713993,-0.768762,-0.754796,-0.726463,-0.697664,-0.385992,-0.421363,-0.449321,-0.419623,-0.491073,-0.529651,-0.658698,-0.632802,-0.655353,-0.624777,-0.713993,-0.768762,-0.754796,-0.726463,-0.697664,-0.385992,-0.421363,-0.449321,-0.419623,-0.491073,-0.529651,-0.658698,-0.632802,-0.655353,-0.624777,-0.713993,-0.768762,-0.754796,-0.726463,-0.697664,-0.385992,-0.421363,-0.449321,-0.419623,-0.491073,-0.529651,-0.658698,-0.632802,-0.655353,-0.624777,-0.713993,-0.768762,-0.754796,-0.726463,-0.697664,-0.385992,-0.421363,-0.449321,-0.419623,-0.491073,-0.529651,-0.658698,-0.632802,-0.655353,-0.624777,-0.713993,-0.768762,-0.754796,-0.726463,-0.697664,-0.385992,-0.421363,-0.449321,-0.419623,-0.491073,-0.529651,-0.658698,-0.632802,-0.655353,-0.624777,-0.713993,-0.768762,-0.754796,-0.726463,-0.697664,-0.385992,-0.421363,-0.449321,-0.419623,-0.491073,-0.529651,-0.658698,-0.632802,-0.655353,-0.624777,-0.713993,-0.768762,-0.754796,-0.726463,-0.697664,-0.385992,-0.421363,-0.449321,-0.419623,-0.491073,-0.529651,-0.658698,-0.632802,-0.655353,-0.624777,-0.713993,-0.768762,-0.754796,-0.726463,-0.697664,-0.385992,-0.421363,-0.449321,-0.419623,-0.491073,-0.529651,-0.658698,-0.632802,-0.655353,-0.624777,-0.713993,-0.768762,-0.754796,-0.726463,-0.697664,-0.385992,-0.421363,-0.449321,-0.419623,-0.491073,-0.529651,-0.658698,-0.632802,-0.655353,-0.624777,-0.713993,-0.768762,-0.754796,-0.726463,-0.697664,-0.385992,-0.421363,-0.449321,-0.419623,-0.491073,-0.529651,-0.658698,-0.632802,-0.655353,-0.624777,-0.713993,-0.768762,-0.754796,-0.726463,-0.697664,-0.385992,-0.421363,-0.449321,-0.419623,-0.491073,-0.529651,-0.658698,-0.632802,-0.655353,-0.624777,-0.713993,-0.768762,-0.754796,-0.726463,-0.697664,-0.385992,-0.421363,-0.449321,-0.419623,-0.491073,-0.529651,-0.658698,-0.632802,-0.655353,-0.624777,-0.713993,-0.768762,-0.754796,-0.726463,-0.697664,-0.385992,-0.421363,-0.449321,-0.419623,-0.491073,-0.529651,-0.658698,-0.632802,-0.655353,-0.624777,-0.713993,-0.768762,-0.754796,-0.726463,-0.697664,-0.385992,-0.421363,-0.449321,-0.419623,-0.491073,-0.529651,-0.658698,-0.632802,-0.655353,-0.624777,-0.713993,-0.768762,-0.754796,-0.726463,-0.697664,-0.385992,-0.421363,-0.449321,-0.419623,-0.491073,-0.529651,-0.658698,-0.632802,-0.655353,-0.624777,-0.713993,-0.768762,-0.754796,-0.726463,-0.697664,-0.385992,-0.421363,-0.449321,-0.419623,-0.491073,-0.529651,-0.658698,-0.632802,-0.655353,-0.624777,-0.713993,-0.768762,-0.754796,-0.726463,-0.697664,-0.385992,-0.421363,-0.449321,-0.419623,-0.491073,-0.529651,-0.658698,-0.632802,-0.655353,-0.624777,-0.713993,-0.768762,-0.754796,-0.726463,-0.697664,-0.385992,-0.421363,-0.449321,-0.419623,-0.491073,-0.529651,-0.658698,-0.632802,-0.655353,-0.624777,-0.713993,-0.768762,-0.754796,-0.726463,-0.697664,-0.385992,-0.421363,-0.449321,-0.419623,-0.491073,-0.529651,-0.658698,-0.632802,-0.655353,-0.624777,-0.713993,-0.768762,-0.754796,-0.726463,-0.697664,-0.385992,-0.421363,-0.449321,-0.419623,-0.491073,-0.529651,-0.658698,-0.632802,-0.655353,-0.624777,-0.713993,-0.768762,-0.754796,-0.726463,-0.697664,-0.385992,-0.421363,-0.449321,-0.419623,-0.491073,-0.529651,-0.658698,-0.632802,-0.655353,-0.624777,-0.713993,-0.768762,-0.754796,-0.726463,-0.697664,-0.385992,-0.421363,-0.449321,-0.419623,-0.491073,-0.529651,-0.658698,-0.632802,-0.655353,-0.624777,-0.713993,-0.768762,-0.754796,-0.726463,-0.697664,-0.385992,-0.421363,-0.449321,-0.419623,-0.491073,-0.529651,-0.658698,-0.632802,-0.655353,-0.624777,-0.713993,-0.768762,-0.754796,-0.726463,-0.697664,-0.385992,-0.421363,-0.449321,-0.419623,-0.491073,-0.529651,-0.658698,-0.632802,-0.655353,-0.624777,-0.713993,-0.768762,-0.754796,-0.726463,-0.697664,-0.385992,-0.421363,-0.449321,-0.419623,-0.491073,-0.529651,-0.658698,-0.632802,-0.655353,-0.624777,-0.713993,-0.768762,-0.754796,-0.726463,-0.697664,-0.385992,-0.421363,-0.449321,-0.419623,-0.491073,-0.529651,-0.658698,-0.632802,-0.655353,-0.624777,-0.713993,-0.768762,-0.754796,-0.726463,-0.697664,-0.385992,-0.421363,-0.449321,-0.419623,-0.491073,-0.529651,-0.658698,-0.632802,-0.655353,-0.624777,-0.713993,-0.768762,-0.754796,-0.726463,-0.697664,-0.385992,-0.421363,-0.449321,-0.419623,-0.491073,-0.529651,-0.658698,-0.632802,-0.655353,-0.624777,-0.713993,-0.768762,-0.754796,-0.726463,-0.697664,-0.385992,-0.421363,-0.449321,-0.419623,-0.491073,-0.529651,-0.658698,-0.632802,-0.655353,-0.624777,-0.713993,-0.768762,-0.754796,-0.726463,-0.697664,-0.385992,-0.421363,-0.449321,-0.419623,-0.491073,-0.529651,-0.658698,-0.632802,-0.655353,-0.624777,-0.713993,-0.768762,-0.754796,-0.726463,-0.697664,-0.385992,-0.421363,-0.449321,-0.419623,-0.491073,-0.529651,-0.658698,-0.632802,-0.655353,-0.624777,-0.713993,-0.768762,-0.754796,-0.726463,-0.697664,-0.385992,-0.421363,-0.449321,-0.419623,-0.491073,-0.529651,-0.658698,-0.632802,-0.655353,-0.624777,-0.713993,-0.768762,-0.754796,-0.726463,-0.697664,-0.385992,-0.421363,-0.449321,-0.419623,-0.491073,-0.529651,-0.658698,-0.632802,-0.655353,-0.624777,-0.713993,-0.768762,-0.754796,-0.726463,-0.697664,-0.385992,-0.421363,-0.449321,-0.419623,-0.491073,-0.529651,-0.658698,-0.632802,-0.655353,-0.624777,-0.713993,-0.768762,-0.754796,-0.726463,-0.697664,-0.385992,-0.421363,-0.449321,-0.419623,-0.491073,-0.529651,-0.658698,-0.632802,-0.655353,-0.624777,-0.713993,-0.768762,-0.754796,-0.726463,-0.697664,-0.385992,-0.421363,-0.449321,-0.419623,-0.491073,-0.529651,-0.658698,-0.632802,-0.655353,-0.624777,-0.713993,-0.768762,-0.754796,-0.726463,-0.697664,-0.385992,-0.421363,-0.449321,-0.419623,-0.491073,-0.529651,-0.658698,-0.632802,-0.655353,-0.624777,-0.713993,-0.768762,-0.754796,-0.726463,-0.697664,-0.385992,-0.421363,-0.449321,-0.419623,-0.491073,-0.529651,-0.658698,-0.632802,-0.655353,-0.624777,-0.713993,-0.768762,-0.754796,-0.726463,-0.697664,-0.385992,-0.421363,-0.449321,-0.419623,-0.491073,-0.529651,-0.658698,-0.632802,-0.655353,-0.624777,-0.713993,-0.768762,-0.754796,-0.726463,-0.697664,-0.385992,-0.421363,-0.449321,-0.419623,-0.491073,-0.529651,-0.658698,-0.632802,-0.655353,-0.624777,-0.713993,-0.768762,-0.754796,-0.726463,-0.697664,-0.385992,-0.421363,-0.449321,-0.419623,-0.491073,-0.529651,-0.658698,-0.632802,-0.655353,-0.624777,-0.713993,-0.768762,-0.754796,-0.726463,-0.697664,-0.385992,-0.421363,-0.449321,-0.419623,-0.491073,-0.529651,-0.658698,-0.632802,-0.655353,-0.624777,-0.713993,-0.768762,-0.754796,-0.726463,-0.697664,-0.385992,-0.421363,-0.449321,-0.419623,-0.491073,-0.529651,-0.658698,-0.632802,-0.655353,-0.624777,-0.713993,-0.768762,-0.754796,-0.726463,-0.697664,-0.385992,-0.421363,-0.449321,-0.419623,-0.491073,-0.529651,-0.658698,-0.632802,-0.655353,-0.624777,-0.713993,-0.768762,-0.754796,-0.726463,-0.697664,-0.385992,-0.421363,-0.449321,-0.419623,-0.491073,-0.529651,-0.658698,-0.632802,-0.655353,-0.624777,-0.713993,-0.768762,-0.754796,-0.726463,-0.697664,-0.385992,-0.421363,-0.449321,-0.419623,-0.491073,-0.529651,-0.658698,-0.632802,-0.655353,-0.624777,-0.713993,-0.768762,-0.754796,-0.726463,-0.697664,-0.385992,-0.421363,-0.449321,-0.419623,-0.491073,-0.529651,-0.658698,-0.632802,-0.655353,-0.624777,-0.713993,-0.768762,-0.754796,-0.726463,-0.697664,-0.385992,-0.421363,-0.449321,-0.419623,-0.491073,-0.529651,-0.658698,-0.632802,-0.655353,-0.624777,-0.713993,-0.768762,-0.754796,-0.726463,-0.697664,-0.385992,-0.421363,-0.449321,-0.419623,-0.491073,-0.529651,-0.658698,-0.632802,-0.655353,-0.624777,-0.713993,-0.768762,-0.754796,-0.726463,-0.697664,-0.385992,-0.421363,-0.449321,-0.419623,-0.491073,-0.529651,-0.658698,-0.632802,-0.655353,-0.624777,-0.713993,-0.768762,-0.754796,-0.726463,-0.697664,-0.385992,-0.421363,-0.449321,-0.419623,-0.491073,-0.529651,-0.658698,-0.632802,-0.655353,-0.624777,-0.713993,-0.768762,-0.754796,-0.726463,-0.697664,-0.385992,-0.421363,-0.449321,-0.419623,-0.491073,-0.529651,-0.658698,-0.632802,-0.655353,-0.624777,-0.713993,-0.768762,-0.754796,-0.726463,-0.697664,-0.385992,-0.421363,-0.449321,-0.419623,-0.491073,-0.529651,-0.658698,-0.632802,-0.655353,-0.624777,-0.713993,-0.768762,-0.754796,-0.726463,-0.697664,-0.385992,-0.421363,-0.449321,-0.419623,-0.491073,-0.529651,-0.658698,-0.632802,-0.655353,-0.624777,-0.713993,-0.768762,-0.754796,-0.726463,-0.697664,-0.385992,-0.421363,-0.449321,-0.419623,-0.491073,-0.529651,-0.658698,-0.632802,-0.655353,-0.624777,-0.713993,-0.768762,-0.754796,-0.726463,-0.697664,-0.385992,-0.421363,-0.449321,-0.419623,-0.491073,-0.529651,-0.658698,-0.632802,-0.655353,-0.624777,-0.713993,-0.768762,-0.754796,-0.726463,-0.697664,-0.385992,-0.421363,-0.449321,-0.419623,-0.491073,-0.529651,-0.658698,-0.632802,-0.655353,-0.624777,-0.713993,-0.768762,-0.754796,-0.726463,-0.697664,-0.385992,-0.421363,-0.449321,-0.419623,-0.491073,-0.529651,-0.658698,-0.632802,-0.655353,-0.624777,-0.713993,-0.768762,-0.754796,-0.726463,-0.697664,-0.385992,-0.421363,-0.449321,-0.419623,-0.491073,-0.529651,-0.658698,-0.632802,-0.655353,-0.624777,-0.713993,-0.768762,-0.754796,-0.726463,-0.697664,-0.385992,-0.421363,-0.449321,-0.419623,-0.491073,-0.529651,-0.658698,-0.632802,-0.655353,-0.624777,-0.713993,-0.768762,-0.754796,-0.726463,-0.697664,-0.385992,-0.421363,-0.449321,-0.419623,-0.491073,-0.529651,-0.658698,-0.632802,-0.655353,-0.624777,-0.713993,-0.768762,-0.754796,-0.726463,-0.697664,-0.385992,-0.421363,-0.449321,-0.419623,-0.491073,-0.529651,-0.658698,-0.632802,-0.655353,-0.624777,-0.713993,-0.768762,-0.754796,-0.726463,-0.697664,-0.385992,-0.421363,-0.449321,-0.419623,-0.491073,-0.529651,-0.658698,-0.632802,-0.655353,-0.624777,-0.713993,-0.768762,-0.754796,-0.726463,-0.697664,-0.385992,-0.421363,-0.449321,-0.419623,-0.491073,-0.529651,-0.658698,-0.632802,-0.655353,-0.624777,-0.713993,-0.768762,-0.754796,-0.726463,-0.697664,-0.385992,-0.421363,-0.449321,-0.419623,-0.491073,-0.529651,-0.658698,-0.632802,-0.655353,-0.624777,-0.713993,-0.768762,-0.754796,-0.726463,-0.697664,-0.385992,-0.421363,-0.449321,-0.419623,-0.491073,-0.529651,-0.658698,-0.632802,-0.655353,-0.624777,-0.713993,-0.768762,-0.754796,-0.726463,-0.697664,-0.385992,-0.421363,-0.449321,-0.419623,-0.491073,-0.529651,-0.658698,-0.632802,-0.655353,-0.624777,-0.713993,-0.768762,-0.754796,-0.726463,-0.697664,-0.385992,-0.421363,-0.449321,-0.419623,-0.491073,-0.529651,-0.658698,-0.632802,-0.655353,-0.624777,-0.713993,-0.768762,-0.754796,-0.726463,-0.697664,-0.385992,-0.421363,-0.449321,-0.419623,-0.491073,-0.529651,-0.658698,-0.632802,-0.655353,-0.624777,-0.713993,-0.768762,-0.754796,-0.726463,-0.697664,-0.385992,-0.421363,-0.449321,-0.419623,-0.491073,-0.529651,-0.658698,-0.632802,-0.655353,-0.624777,-0.713993,-0.768762,-0.754796,-0.726463,-0.697664,-0.385992,-0.421363,-0.449321,-0.419623,-0.491073,-0.529651,-0.658698,-0.632802,-0.655353,-0.624777,-0.713993,-0.768762,-0.754796,-0.726463,-0.697664,-0.385992,-0.421363,-0.449321,-0.419623,-0.491073,-0.529651,-0.658698,-0.632802,-0.655353,-0.624777,-0.713993,-0.768762,-0.754796,-0.726463,-0.697664,-0.385992,-0.421363,-0.449321,-0.419623,-0.491073,-0.529651,-0.658698,-0.632802,-0.655353,-0.624777,-0.713993,-0.768762,-0.754796,-0.726463,-0.697664,-0.385992,-0.421363,-0.449321,-0.419623,-0.491073,-0.529651,-0.658698,-0.632802,-0.655353,-0.624777,-0.713993,-0.768762,-0.754796,-0.726463,-0.697664,-0.385992,-0.421363,-0.449321,-0.419623,-0.491073,-0.529651,-0.658698,-0.632802,-0.655353,-0.624777,-0.713993,-0.768762,-0.754796,-0.726463,-0.697664,-0.385992,-0.421363,-0.449321,-0.419623,-0.491073,-0.529651,-0.658698,-0.632802,-0.655353,-0.624777,-0.713993,-0.768762,-0.754796,-0.726463,-0.697664,-0.385992,-0.421363,-0.449321,-0.419623,-0.491073,-0.529651,-0.658698,-0.632802,-0.655353,-0.624777,-0.713993,-0.768762,-0.754796,-0.726463,-0.697664,-0.385992,-0.421363,-0.449321,-0.419623,-0.491073,-0.529651,-0.658698,-0.632802,-0.655353,-0.624777,-0.713993,-0.768762,-0.754796,-0.726463,-0.697664,-0.385992,-0.421363,-0.449321,-0.419623,-0.491073,-0.529651,-0.658698,-0.632802,-0.655353,-0.624777,-0.713993,-0.768762,-0.754796,-0.726463,-0.697664,-0.385992,-0.421363,-0.449321,-0.419623,-0.491073,-0.529651,-0.658698,-0.632802,-0.655353,-0.624777,-0.713993,-0.768762,-0.754796,-0.726463,-0.697664,-0.385992,-0.421363,-0.449321,-0.419623,-0.491073,-0.529651,-0.658698,-0.632802,-0.655353,-0.624777,-0.713993,-0.768762,-0.754796,-0.726463,-0.697664,-0.385992,-0.421363,-0.449321,-0.419623,-0.491073,-0.529651,-0.658698,-0.632802,-0.655353,-0.624777,-0.713993,-0.768762,-0.754796,-0.726463,-0.697664,-0.385992,-0.421363,-0.449321,-0.419623,-0.491073,-0.529651,-0.658698,-0.632802,-0.655353,-0.624777,-0.713993,-0.768762,-0.754796,-0.726463,-0.697664,-0.385992,-0.421363,-0.449321,-0.419623,-0.491073,-0.529651,-0.658698,-0.632802,-0.655353,-0.624777,-0.713993,-0.768762,-0.754796,-0.726463,-0.697664,-0.385992,-0.421363,-0.449321,-0.419623,-0.491073,-0.529651,-0.658698,-0.632802,-0.655353,-0.624777,-0.713993,-0.768762,-0.754796,-0.726463,-0.697664,-0.385992,-0.421363,-0.449321,-0.419623,-0.491073,-0.529651,-0.658698,-0.632802,-0.655353,-0.624777,-0.713993,-0.768762,-0.754796,-0.726463,-0.697664,-0.385992,-0.421363,-0.449321,-0.419623,-0.491073,-0.529651,-0.658698,-0.632802,-0.655353,-0.624777,-0.713993,-0.768762,-0.754796,-0.726463,-0.697664,-0.385992,-0.421363,-0.449321,-0.419623,-0.491073,-0.529651,-0.658698,-0.632802,-0.655353,-0.624777,-0.713993,-0.768762,-0.754796,-0.726463,-0.697664,-0.385992,-0.421363,-0.449321,-0.419623,-0.491073,-0.529651,-0.658698,-0.632802,-0.655353,-0.624777,-0.713993,-0.768762,-0.754796,-0.726463,-0.697664,-0.385992,-0.421363,-0.449321,-0.419623,-0.491073,-0.529651,-0.658698,-0.632802,-0.655353,-0.624777,-0.713993,-0.768762,-0.754796,-0.726463,-0.697664,-0.385992,-0.421363,-0.449321,-0.419623,-0.491073,-0.529651,-0.658698,-0.632802,-0.655353,-0.624777,-0.713993,-0.768762,-0.754796,-0.726463,-0.697664,-0.385992,-0.421363,-0.449321,-0.419623,-0.491073,-0.529651,-0.658698,-0.632802,-0.655353,-0.624777,-0.713993,-0.768762,-0.754796,-0.726463,-0.697664,-0.385992,-0.421363,-0.449321,-0.419623,-0.491073,-0.529651,-0.658698,-0.632802,-0.655353,-0.624777,-0.713993,-0.768762,-0.754796,-0.726463,-0.697664,-0.970136,-0.974776,-0.881677,-0.86282,-0.850896,-0.867274,-0.958131,-0.85556,-0.825925,-0.788337,-0.885895,-0.978853,-0.983012,-1.07243,-1.0405,-0.970136,-0.974776,-0.881677,-0.86282,-0.850896,-0.867274,-0.958131,-0.85556,-0.825925,-0.788337,-0.885895,-0.978853,-0.983012,-1.07243,-1.0405,-0.970136,-0.974776,-0.881677,-0.86282,-0.850896,-0.867274,-0.958131,-0.85556,-0.825925,-0.788337,-0.885895,-0.978853,-0.983012,-1.07243,-1.0405,-0.970136,-0.974776,-0.881677,-0.86282,-0.850896,-0.867274,-0.958131,-0.85556,-0.825925,-0.788337,-0.885895,-0.978853,-0.983012,-1.07243,-1.0405,-0.970136,-0.974776,-0.881677,-0.86282,-0.850896,-0.867274,-0.958131,-0.85556,-0.825925,-0.788337,-0.885895,-0.978853,-0.983012,-1.07243,-1.0405,-0.970136,-0.974776,-0.881677,-0.86282,-0.850896,-0.867274,-0.958131,-0.85556,-0.825925,-0.788337,-0.885895,-0.978853,-0.983012,-1.07243,-1.0405,-0.970136,-0.974776,-0.881677,-0.86282,-0.850896,-0.867274,-0.958131,-0.85556,-0.825925,-0.788337,-0.885895,-0.978853,-0.983012,-1.07243,-1.0405,-0.970136,-0.974776,-0.881677,-0.86282,-0.850896,-0.867274,-0.958131,-0.85556,-0.825925,-0.788337,-0.885895,-0.978853,-0.983012,-1.07243,-1.0405,-0.970136,-0.974776,-0.881677,-0.86282,-0.850896,-0.867274,-0.958131,-0.85556,-0.825925,-0.788337,-0.885895,-0.978853,-0.983012,-1.07243,-1.0405,-0.970136,-0.974776,-0.881677,-0.86282,-0.850896,-0.867274,-0.958131,-0.85556,-0.825925,-0.788337,-0.885895,-0.978853,-0.983012,-1.07243,-1.0405,-0.970136,-0.974776,-0.881677,-0.86282,-0.850896,-0.867274,-0.958131,-0.85556,-0.825925,-0.788337,-0.885895,-0.978853,-0.983012,-1.07243,-1.0405,-0.970136,-0.974776,-0.881677,-0.86282,-0.850896,-0.867274,-0.958131,-0.85556,-0.825925,-0.788337,-0.885895,-0.978853,-0.983012,-1.07243,-1.0405,-0.970136,-0.974776,-0.881677,-0.86282,-0.850896,-0.867274,-0.958131,-0.85556,-0.825925,-0.788337,-0.885895,-0.978853,-0.983012,-1.07243,-1.0405,-0.970136,-0.974776,-0.881677,-0.86282,-0.850896,-0.867274,-0.958131,-0.85556,-0.825925,-0.788337,-0.885895,-0.978853,-0.983012,-1.07243,-1.0405,-0.970136,-0.974776,-0.881677,-0.86282,-0.850896,-0.867274,-0.958131,-0.85556,-0.825925,-0.788337,-0.885895,-0.978853,-0.983012,-1.07243,-1.0405,-0.970136,-0.974776,-0.881677,-0.86282,-0.850896,-0.867274,-0.958131,-0.85556,-0.825925,-0.788337,-0.885895,-0.978853,-0.983012,-1.07243,-1.0405,-0.970136,-0.974776,-0.881677,-0.86282,-0.850896,-0.867274,-0.958131,-0.85556,-0.825925,-0.788337,-0.885895,-0.978853,-0.983012,-1.07243,-1.0405,-0.970136,-0.974776,-0.881677,-0.86282,-0.850896,-0.867274,-0.958131,-0.85556,-0.825925,-0.788337,-0.885895,-0.978853,-0.983012,-1.07243,-1.0405,-0.970136,-0.974776,-0.881677,-0.86282,-0.850896,-0.867274,-0.958131,-0.85556,-0.825925,-0.788337,-0.885895,-0.978853,-0.983012,-1.07243,-1.0405,-0.970136,-0.974776,-0.881677,-0.86282,-0.850896,-0.867274,-0.958131,-0.85556,-0.825925,-0.788337,-0.885895,-0.978853,-0.983012,-1.07243,-1.0405,-0.970136,-0.974776,-0.881677,-0.86282,-0.850896,-0.867274,-0.958131,-0.85556,-0.825925,-0.788337,-0.885895,-0.978853,-0.983012,-1.07243,-1.0405,-0.970136,-0.974776,-0.881677,-0.86282,-0.850896,-0.867274,-0.958131,-0.85556,-0.825925,-0.788337,-0.885895,-0.978853,-0.983012,-1.07243,-1.0405,-0.970136,-0.974776,-0.881677,-0.86282,-0.850896,-0.867274,-0.958131,-0.85556,-0.825925,-0.788337,-0.885895,-0.978853,-0.983012,-1.07243,-1.0405,-0.970136,-0.974776,-0.881677,-0.86282,-0.850896,-0.867274,-0.958131,-0.85556,-0.825925,-0.788337,-0.885895,-0.978853,-0.983012,-1.07243,-1.0405,-0.970136,-0.974776,-0.881677,-0.86282,-0.850896,-0.867274,-0.958131,-0.85556,-0.825925,-0.788337,-0.885895,-0.978853,-0.983012,-1.07243,-1.0405,-0.970136,-0.974776,-0.881677,-0.86282,-0.850896,-0.867274,-0.958131,-0.85556,-0.825925,-0.788337,-0.885895,-0.978853,-0.983012,-1.07243,-1.0405,-0.970136,-0.974776,-0.881677,-0.86282,-0.850896,-0.867274,-0.958131,-0.85556,-0.825925,-0.788337,-0.885895,-0.978853,-0.983012,-1.07243,-1.0405,-0.970136,-0.974776,-0.881677,-0.86282,-0.850896,-0.867274,-0.958131,-0.85556,-0.825925,-0.788337,-0.885895,-0.978853,-0.983012,-1.07243,-1.0405,-0.970136,-0.974776,-0.881677,-0.86282,-0.850896,-0.867274,-0.958131,-0.85556,-0.825925,-0.788337,-0.885895,-0.978853,-0.983012,-1.07243,-1.0405,-0.970136,-0.974776,-0.881677,-0.86282,-0.850896,-0.867274,-0.958131,-0.85556,-0.825925,-0.788337,-0.885895,-0.978853,-0.983012,-1.07243,-1.0405,-0.970136,-0.974776,-0.881677,-0.86282,-0.850896,-0.867274,-0.958131,-0.85556,-0.825925,-0.788337,-0.885895,-0.978853,-0.983012,-1.07243,-1.0405,-0.970136,-0.974776,-0.881677,-0.86282,-0.850896,-0.867274,-0.958131,-0.85556,-0.825925,-0.788337,-0.885895,-0.978853,-0.983012,-1.07243,-1.0405,-0.970136,-0.974776,-0.881677,-0.86282,-0.850896,-0.867274,-0.958131,-0.85556,-0.825925,-0.788337,-0.885895,-0.978853,-0.983012,-1.07243,-1.0405,-0.970136,-0.974776,-0.881677,-0.86282,-0.850896,-0.867274,-0.958131,-0.85556,-0.825925,-0.788337,-0.885895,-0.978853,-0.983012,-1.07243,-1.0405,-0.970136,-0.974776,-0.881677,-0.86282,-0.850896,-0.867274,-0.958131,-0.85556,-0.825925,-0.788337,-0.885895,-0.978853,-0.983012,-1.07243,-1.0405,-0.970136,-0.974776,-0.881677,-0.86282,-0.850896,-0.867274,-0.958131,-0.85556,-0.825925,-0.788337,-0.885895,-0.978853,-0.983012,-1.07243,-1.0405,-0.970136,-0.974776,-0.881677,-0.86282,-0.850896,-0.867274,-0.958131,-0.85556,-0.825925,-0.788337,-0.885895,-0.978853,-0.983012,-1.07243,-1.0405,-0.970136,-0.974776,-0.881677,-0.86282,-0.850896,-0.867274,-0.958131,-0.85556,-0.825925,-0.788337,-0.885895,-0.978853,-0.983012,-1.07243,-1.0405,-0.970136,-0.974776,-0.881677,-0.86282,-0.850896,-0.867274,-0.958131,-0.85556,-0.825925,-0.788337,-0.885895,-0.978853,-0.983012,-1.07243,-1.0405,-0.970136,-0.974776,-0.881677,-0.86282,-0.850896,-0.867274,-0.958131,-0.85556,-0.825925,-0.788337,-0.885895,-0.978853,-0.983012,-1.07243,-1.0405,-0.970136,-0.974776,-0.881677,-0.86282,-0.850896,-0.867274,-0.958131,-0.85556,-0.825925,-0.788337,-0.885895,-0.978853,-0.983012,-1.07243,-1.0405,-0.970136,-0.974776,-0.881677,-0.86282,-0.850896,-0.867274,-0.958131,-0.85556,-0.825925,-0.788337,-0.885895,-0.978853,-0.983012,-1.07243,-1.0405,-0.970136,-0.974776,-0.881677,-0.86282,-0.850896,-0.867274,-0.958131,-0.85556,-0.825925,-0.788337,-0.885895,-0.978853,-0.983012,-1.07243,-1.0405,-0.970136,-0.974776,-0.881677,-0.86282,-0.850896,-0.867274,-0.958131,-0.85556,-0.825925,-0.788337,-0.885895,-0.978853,-0.983012,-1.07243,-1.0405,-0.970136,-0.974776,-0.881677,-0.86282,-0.850896,-0.867274,-0.958131,-0.85556,-0.825925,-0.788337,-0.885895,-0.978853,-0.983012,-1.07243,-1.0405,-0.970136,-0.974776,-0.881677,-0.86282,-0.850896,-0.867274,-0.958131,-0.85556,-0.825925,-0.788337,-0.885895,-0.978853,-0.983012,-1.07243,-1.0405,-0.970136,-0.974776,-0.881677,-0.86282,-0.850896,-0.867274,-0.958131,-0.85556,-0.825925,-0.788337,-0.885895,-0.978853,-0.983012,-1.07243,-1.0405,-0.970136,-0.974776,-0.881677,-0.86282,-0.850896,-0.867274,-0.958131,-0.85556,-0.825925,-0.788337,-0.885895,-0.978853,-0.983012,-1.07243,-1.0405,-0.970136,-0.974776,-0.881677,-0.86282,-0.850896,-0.867274,-0.958131,-0.85556,-0.825925,-0.788337,-0.885895,-0.978853,-0.983012,-1.07243,-1.0405,-0.970136,-0.974776,-0.881677,-0.86282,-0.850896,-0.867274,-0.958131,-0.85556,-0.825925,-0.788337,-0.885895,-0.978853,-0.983012,-1.07243,-1.0405,-0.970136,-0.974776,-0.881677,-0.86282,-0.850896,-0.867274,-0.958131,-0.85556,-0.825925,-0.788337,-0.885895,-0.978853,-0.983012,-1.07243,-1.0405,-0.970136,-0.974776,-0.881677,-0.86282,-0.850896,-0.867274,-0.958131,-0.85556,-0.825925,-0.788337,-0.885895,-0.978853,-0.983012,-1.07243,-1.0405,-0.970136,-0.974776,-0.881677,-0.86282,-0.850896,-0.867274,-0.958131,-0.85556,-0.825925,-0.788337,-0.885895,-0.978853,-0.983012,-1.07243,-1.0405,-0.970136,-0.974776,-0.881677,-0.86282,-0.850896,-0.867274,-0.958131,-0.85556,-0.825925,-0.788337,-0.885895,-0.978853,-0.983012,-1.07243,-1.0405,-0.970136,-0.974776,-0.881677,-0.86282,-0.850896,-0.867274,-0.958131,-0.85556,-0.825925,-0.788337,-0.885895,-0.978853,-0.983012,-1.07243,-1.0405,-0.970136,-0.974776,-0.881677,-0.86282,-0.850896,-0.867274,-0.958131,-0.85556,-0.825925,-0.788337,-0.885895,-0.978853,-0.983012,-1.07243,-1.0405,-0.970136,-0.974776,-0.881677,-0.86282,-0.850896,-0.867274,-0.958131,-0.85556,-0.825925,-0.788337,-0.885895,-0.978853,-0.983012,-1.07243,-1.0405,-0.970136,-0.974776,-0.881677,-0.86282,-0.850896,-0.867274,-0.958131,-0.85556,-0.825925,-0.788337,-0.885895,-0.978853,-0.983012,-1.07243,-1.0405,-0.970136,-0.974776,-0.881677,-0.86282,-0.850896,-0.867274,-0.958131,-0.85556,-0.825925,-0.788337,-0.885895,-0.978853,-0.983012,-1.07243,-1.0405,-0.970136,-0.974776,-0.881677,-0.86282,-0.850896,-0.867274,-0.958131,-0.85556,-0.825925,-0.788337,-0.885895,-0.978853,-0.983012,-1.07243,-1.0405,-0.970136,-0.974776,-0.881677,-0.86282,-0.850896,-0.867274,-0.958131,-0.85556,-0.825925,-0.788337,-0.885895,-0.978853,-0.983012,-1.07243,-1.0405,-0.970136,-0.974776,-0.881677,-0.86282,-0.850896,-0.867274,-0.958131,-0.85556,-0.825925,-0.788337,-0.885895,-0.978853,-0.983012,-1.07243,-1.0405,-0.970136,-0.974776,-0.881677,-0.86282,-0.850896,-0.867274,-0.958131,-0.85556,-0.825925,-0.788337,-0.885895,-0.978853,-0.983012,-1.07243,-1.0405,-0.970136,-0.974776,-0.881677,-0.86282,-0.850896,-0.867274,-0.958131,-0.85556,-0.825925,-0.788337,-0.885895,-0.978853,-0.983012,-1.07243,-1.0405,0.955062,1.01888,1.05423,1.06692,1.25441,1.55515,1.59365,1.491,1.44946,1.45878,1.42905,1.38788,1.3648,1.43639,1.46764,0.955062,1.01888,1.05423,1.06692,1.25441,1.55515,1.59365,1.491,1.44946,1.45878,1.42905,1.38788,1.3648,1.43639,1.46764,0.955062,1.01888,1.05423,1.06692,1.25441,1.55515,1.59365,1.491,1.44946,1.45878,1.42905,1.38788,1.3648,1.43639,1.46764,0.955062,1.01888,1.05423,1.06692,1.25441,1.55515,1.59365,1.491,1.44946,1.45878,1.42905,1.38788,1.3648,1.43639,1.46764,0.955062,1.01888,1.05423,1.06692,1.25441,1.55515,1.59365,1.491,1.44946,1.45878,1.42905,1.38788,1.3648,1.43639,1.46764,0.955062,1.01888,1.05423,1.06692,1.25441,1.55515,1.59365,1.491,1.44946,1.45878,1.42905,1.38788,1.3648,1.43639,1.46764,0.955062,1.01888,1.05423,1.06692,1.25441,1.55515,1.59365,1.491,1.44946,1.45878,1.42905,1.38788,1.3648,1.43639,1.46764,0.955062,1.01888,1.05423,1.06692,1.25441,1.55515,1.59365,1.491,1.44946,1.45878,1.42905,1.38788,1.3648,1.43639,1.46764,0.955062,1.01888,1.05423,1.06692,1.25441,1.55515,1.59365,1.491,1.44946,1.45878,1.42905,1.38788,1.3648,1.43639,1.46764,0.955062,1.01888,1.05423,1.06692,1.25441,1.55515,1.59365,1.491,1.44946,1.45878,1.42905,1.38788,1.3648,1.43639,1.46764,0.955062,1.01888,1.05423,1.06692,1.25441,1.55515,1.59365,1.491,1.44946,1.45878,1.42905,1.38788,1.3648,1.43639,1.46764,0.955062,1.01888,1.05423,1.06692,1.25441,1.55515,1.59365,1.491,1.44946,1.45878,1.42905,1.38788,1.3648,1.43639,1.46764,0.955062,1.01888,1.05423,1.06692,1.25441,1.55515,1.59365,1.491,1.44946,1.45878,1.42905,1.38788,1.3648,1.43639,1.46764,0.955062,1.01888,1.05423,1.06692,1.25441,1.55515,1.59365,1.491,1.44946,1.45878,1.42905,1.38788,1.3648,1.43639,1.46764,0.955062,1.01888,1.05423,1.06692,1.25441,1.55515,1.59365,1.491,1.44946,1.45878,1.42905,1.38788,1.3648,1.43639,1.46764,0.955062,1.01888,1.05423,1.06692,1.25441,1.55515,1.59365,1.491,1.44946,1.45878,1.42905,1.38788,1.3648,1.43639,1.46764,1.36033,1.54691,1.57593,1.54149,1.51207,1.52264,1.53592,1.67121,1.66962,1.77237,1.66903,1.65911,1.74828,1.72129,1.96598,1.36033,1.54691,1.57593,1.54149,1.51207,1.52264,1.53592,1.67121,1.66962,1.77237,1.66903,1.65911,1.74828,1.72129,1.96598,1.36033,1.54691,1.57593,1.54149,1.51207,1.52264,1.53592,1.67121,1.66962,1.77237,1.66903,1.65911,1.74828,1.72129,1.96598,1.36033,1.54691,1.57593,1.54149,1.51207,1.52264,1.53592,1.67121,1.66962,1.77237,1.66903,1.65911,1.74828,1.72129,1.96598,1.36033,1.54691,1.57593,1.54149,1.51207,1.52264,1.53592,1.67121,1.66962,1.77237,1.66903,1.65911,1.74828,1.72129,1.96598,1.36033,1.54691,1.57593,1.54149,1.51207,1.52264,1.53592,1.67121,1.66962,1.77237,1.66903,1.65911,1.74828,1.72129,1.96598,1.36033,1.54691,1.57593,1.54149,1.51207,1.52264,1.53592,1.67121,1.66962,1.77237,1.66903,1.65911,1.74828,1.72129,1.96598,1.36033,1.54691,1.57593,1.54149,1.51207,1.52264,1.53592,1.67121,1.66962,1.77237,1.66903,1.65911,1.74828,1.72129,1.96598,1.36033,1.54691,1.57593,1.54149,1.51207,1.52264,1.53592,1.67121,1.66962,1.77237,1.66903,1.65911,1.74828,1.72129,1.96598,1.36033,1.54691,1.57593,1.54149,1.51207,1.52264,1.53592,1.67121,1.66962,1.77237,1.66903,1.65911,1.74828,1.72129,1.96598,1.36033,1.54691,1.57593,1.54149,1.51207,1.52264,1.53592,1.67121,1.66962,1.77237,1.66903,1.65911,1.74828,1.72129,1.96598,1.36033,1.54691,1.57593,1.54149,1.51207,1.52264,1.53592,1.67121,1.66962,1.77237,1.66903,1.65911,1.74828,1.72129,1.96598,1.36033,1.54691,1.57593,1.54149,1.51207,1.52264,1.53592,1.67121,1.66962,1.77237,1.66903,1.65911,1.74828,1.72129,1.96598,1.36033,1.54691,1.57593,1.54149,1.51207,1.52264,1.53592,1.67121,1.66962,1.77237,1.66903,1.65911,1.74828,1.72129,1.96598,1.36033,1.54691,1.57593,1.54149,1.51207,1.52264,1.53592,1.67121,1.66962,1.77237,1.66903,1.65911,1.74828,1.72129,1.96598,1.36033,1.54691,1.57593,1.54149,1.51207,1.52264,1.53592,1.67121,1.66962,1.77237,1.66903,1.65911,1.74828,1.72129,1.96598,1.36033,1.54691,1.57593,1.54149,1.51207,1.52264,1.53592,1.67121,1.66962,1.77237,1.66903,1.65911,1.74828,1.72129,1.96598,1.36033,1.54691,1.57593,1.54149,1.51207,1.52264,1.53592,1.67121,1.66962,1.77237,1.66903,1.65911,1.74828,1.72129,1.96598,1.36033,1.54691,1.57593,1.54149,1.51207,1.52264,1.53592,1.67121,1.66962,1.77237,1.66903,1.65911,1.74828,1.72129,1.96598,1.36033,1.54691,1.57593,1.54149,1.51207,1.52264,1.53592,1.67121,1.66962,1.77237,1.66903,1.65911,1.74828,1.72129,1.96598,1.36033,1.54691,1.57593,1.54149,1.51207,1.52264,1.53592,1.67121,1.66962,1.77237,1.66903,1.65911,1.74828,1.72129,1.96598,1.36033,1.54691,1.57593,1.54149,1.51207,1.52264,1.53592,1.67121,1.66962,1.77237,1.66903,1.65911,1.74828,1.72129,1.96598,1.36033,1.54691,1.57593,1.54149,1.51207,1.52264,1.53592,1.67121,1.66962,1.77237,1.66903,1.65911,1.74828,1.72129,1.96598,1.36033,1.54691,1.57593,1.54149,1.51207,1.52264,1.53592,1.67121,1.66962,1.77237,1.66903,1.65911,1.74828,1.72129,1.96598,1.81741,1.74839,1.77472,1.78329,1.90945,2.02542,1.88092,1.91776,2.00336,2.05889,2.0162,2.01863,2.0913,2.15322,2.21577,1.81741,1.74839,1.77472,1.78329,1.90945,2.02542,1.88092,1.91776,2.00336,2.05889,2.0162,2.01863,2.0913,2.15322,2.21577,1.81741,1.74839,1.77472,1.78329,1.90945,2.02542,1.88092,1.91776,2.00336,2.05889,2.0162,2.01863,2.0913,2.15322,2.21577,1.81741,1.74839,1.77472,1.78329,1.90945,2.02542,1.88092,1.91776,2.00336,2.05889,2.0162,2.01863,2.0913,2.15322,2.21577,1.81741,1.74839,1.77472,1.78329,1.90945,2.02542,1.88092,1.91776,2.00336,2.05889,2.0162,2.01863,2.0913,2.15322,2.21577,1.81741,1.74839,1.77472,1.78329,1.90945,2.02542,1.88092,1.91776,2.00336,2.05889,2.0162,2.01863,2.0913,2.15322,2.21577,1.81741,1.74839,1.77472,1.78329,1.90945,2.02542,1.88092,1.91776,2.00336,2.05889,2.0162,2.01863,2.0913,2.15322,2.21577,1.81741,1.74839,1.77472,1.78329,1.90945,2.02542,1.88092,1.91776,2.00336,2.05889,2.0162,2.01863,2.0913,2.15322,2.21577,1.81741,1.74839,1.77472,1.78329,1.90945,2.02542,1.88092,1.91776,2.00336,2.05889,2.0162,2.01863,2.0913,2.15322,2.21577,1.81741,1.74839,1.77472,1.78329,1.90945,2.02542,1.88092,1.91776,2.00336,2.05889,2.0162,2.01863,2.0913,2.15322,2.21577,1.81741,1.74839,1.77472,1.78329,1.90945,2.02542,1.88092,1.91776,2.00336,2.05889,2.0162,2.01863,2.0913,2.15322,2.21577,1.81741,1.74839,1.77472,1.78329,1.90945,2.02542,1.88092,1.91776,2.00336,2.05889,2.0162,2.01863,2.0913,2.15322,2.21577,1.81741,1.74839,1.77472,1.78329,1.90945,2.02542,1.88092,1.91776,2.00336,2.05889,2.0162,2.01863,2.0913,2.15322,2.21577,1.81741,1.74839,1.77472,1.78329,1.90945,2.02542,1.88092,1.91776,2.00336,2.05889,2.0162,2.01863,2.0913,2.15322,2.21577,0.500083,0.390654,0.3494,0.357379,0.40676,0.45201,0.399266,0.330086,0.318279,0.4837,0.428394,0.372092,0.203906,0.285625,0.273771,0.500083,0.390654,0.3494,0.357379,0.40676,0.45201,0.399266,0.330086,0.318279,0.4837,0.428394,0.372092,0.203906,0.285625,0.273771,0.500083,0.390654,0.3494,0.357379,0.40676,0.45201,0.399266,0.330086,0.318279,0.4837,0.428394,0.372092,0.203906,0.285625,0.273771,0.500083,0.390654,0.3494,0.357379,0.40676,0.45201,0.399266,0.330086,0.318279,0.4837,0.428394,0.372092,0.203906,0.285625,0.273771,0.500083,0.390654,0.3494,0.357379,0.40676,0.45201,0.399266,0.330086,0.318279,0.4837,0.428394,0.372092,0.203906,0.285625,0.273771,0.500083,0.390654,0.3494,0.357379,0.40676,0.45201,0.399266,0.330086,0.318279,0.4837,0.428394,0.372092,0.203906,0.285625,0.273771,0.500083,0.390654,0.3494,0.357379,0.40676,0.45201,0.399266,0.330086,0.318279,0.4837,0.428394,0.372092,0.203906,0.285625,0.273771,0.500083,0.390654,0.3494,0.357379,0.40676,0.45201,0.399266,0.330086,0.318279,0.4837,0.428394,0.372092,0.203906,0.285625,0.273771,0.500083,0.390654,0.3494,0.357379,0.40676,0.45201,0.399266,0.330086,0.318279,0.4837,0.428394,0.372092,0.203906,0.285625,0.273771,0.500083,0.390654,0.3494,0.357379,0.40676,0.45201,0.399266,0.330086,0.318279,0.4837,0.428394,0.372092,0.203906,0.285625,0.273771,0.500083,0.390654,0.3494,0.357379,0.40676,0.45201,0.399266,0.330086,0.318279,0.4837,0.428394,0.372092,0.203906,0.285625,0.273771,0.500083,0.390654,0.3494,0.357379,0.40676,0.45201,0.399266,0.330086,0.318279,0.4837,0.428394,0.372092,0.203906,0.285625,0.273771,0.500083,0.390654,0.3494,0.357379,0.40676,0.45201,0.399266,0.330086,0.318279,0.4837,0.428394,0.372092,0.203906,0.285625,0.273771,0.500083,0.390654,0.3494,0.357379,0.40676,0.45201,0.399266,0.330086,0.318279,0.4837,0.428394,0.372092,0.203906,0.285625,0.273771,0.500083,0.390654,0.3494,0.357379,0.40676,0.45201,0.399266,0.330086,0.318279,0.4837,0.428394,0.372092,0.203906,0.285625,0.273771,0.500083,0.390654,0.3494,0.357379,0.40676,0.45201,0.399266,0.330086,0.318279,0.4837,0.428394,0.372092,0.203906,0.285625,0.273771,0.500083,0.390654,0.3494,0.357379,0.40676,0.45201,0.399266,0.330086,0.318279,0.4837,0.428394,0.372092,0.203906,0.285625,0.273771,0.500083,0.390654,0.3494,0.357379,0.40676,0.45201,0.399266,0.330086,0.318279,0.4837,0.428394,0.372092,0.203906,0.285625,0.273771,0.500083,0.390654,0.3494,0.357379,0.40676,0.45201,0.399266,0.330086,0.318279,0.4837,0.428394,0.372092,0.203906,0.285625,0.273771,0.500083,0.390654,0.3494,0.357379,0.40676,0.45201,0.399266,0.330086,0.318279,0.4837,0.428394,0.372092,0.203906,0.285625,0.273771,0.500083,0.390654,0.3494,0.357379,0.40676,0.45201,0.399266,0.330086,0.318279,0.4837,0.428394,0.372092,0.203906,0.285625,0.273771,0.500083,0.390654,0.3494,0.357379,0.40676,0.45201,0.399266,0.330086,0.318279,0.4837,0.428394,0.372092,0.203906,0.285625,0.273771,0.500083,0.390654,0.3494,0.357379,0.40676,0.45201,0.399266,0.330086,0.318279,0.4837,0.428394,0.372092,0.203906,0.285625,0.273771,0.500083,0.390654,0.3494,0.357379,0.40676,0.45201,0.399266,0.330086,0.318279,0.4837,0.428394,0.372092,0.203906,0.285625,0.273771,0.500083,0.390654,0.3494,0.357379,0.40676,0.45201,0.399266,0.330086,0.318279,0.4837,0.428394,0.372092,0.203906,0.285625,0.273771,0.500083,0.390654,0.3494,0.357379,0.40676,0.45201,0.399266,0.330086,0.318279,0.4837,0.428394,0.372092,0.203906,0.285625,0.273771,0.500083,0.390654,0.3494,0.357379,0.40676,0.45201,0.399266,0.330086,0.318279,0.4837,0.428394,0.372092,0.203906,0.285625,0.273771,0.500083,0.390654,0.3494,0.357379,0.40676,0.45201,0.399266,0.330086,0.318279,0.4837,0.428394,0.372092,0.203906,0.285625,0.273771,0.500083,0.390654,0.3494,0.357379,0.40676,0.45201,0.399266,0.330086,0.318279,0.4837,0.428394,0.372092,0.203906,0.285625,0.273771,0.500083,0.390654,0.3494,0.357379,0.40676,0.45201,0.399266,0.330086,0.318279,0.4837,0.428394,0.372092,0.203906,0.285625,0.273771,0.500083,0.390654,0.3494,0.357379,0.40676,0.45201,0.399266,0.330086,0.318279,0.4837,0.428394,0.372092,0.203906,0.285625,0.273771,0.500083,0.390654,0.3494,0.357379,0.40676,0.45201,0.399266,0.330086,0.318279,0.4837,0.428394,0.372092,0.203906,0.285625,0.273771,0.500083,0.390654,0.3494,0.357379,0.40676,0.45201,0.399266,0.330086,0.318279,0.4837,0.428394,0.372092,0.203906,0.285625,0.273771,0.500083,0.390654,0.3494,0.357379,0.40676,0.45201,0.399266,0.330086,0.318279,0.4837,0.428394,0.372092,0.203906,0.285625,0.273771,0.500083,0.390654,0.3494,0.357379,0.40676,0.45201,0.399266,0.330086,0.318279,0.4837,0.428394,0.372092,0.203906,0.285625,0.273771,0.500083,0.390654,0.3494,0.357379,0.40676,0.45201,0.399266,0.330086,0.318279,0.4837,0.428394,0.372092,0.203906,0.285625,0.273771,0.500083,0.390654,0.3494,0.357379,0.40676,0.45201,0.399266,0.330086,0.318279,0.4837,0.428394,0.372092,0.203906,0.285625,0.273771,0.500083,0.390654,0.3494,0.357379,0.40676,0.45201,0.399266,0.330086,0.318279,0.4837,0.428394,0.372092,0.203906,0.285625,0.273771,0.500083,0.390654,0.3494,0.357379,0.40676,0.45201,0.399266,0.330086,0.318279,0.4837,0.428394,0.372092,0.203906,0.285625,0.273771,0.500083,0.390654,0.3494,0.357379,0.40676,0.45201,0.399266,0.330086,0.318279,0.4837,0.428394,0.372092,0.203906,0.285625,0.273771,0.500083,0.390654,0.3494,0.357379,0.40676,0.45201,0.399266,0.330086,0.318279,0.4837,0.428394,0.372092,0.203906,0.285625,0.273771,0.500083,0.390654,0.3494,0.357379,0.40676,0.45201,0.399266,0.330086,0.318279,0.4837,0.428394,0.372092,0.203906,0.285625,0.273771,0.500083,0.390654,0.3494,0.357379,0.40676,0.45201,0.399266,0.330086,0.318279,0.4837,0.428394,0.372092,0.203906,0.285625,0.273771,0.500083,0.390654,0.3494,0.357379,0.40676,0.45201,0.399266,0.330086,0.318279,0.4837,0.428394,0.372092,0.203906,0.285625,0.273771,0.500083,0.390654,0.3494,0.357379,0.40676,0.45201,0.399266,0.330086,0.318279,0.4837,0.428394,0.372092,0.203906,0.285625,0.273771,0.500083,0.390654,0.3494,0.357379,0.40676,0.45201,0.399266,0.330086,0.318279,0.4837,0.428394,0.372092,0.203906,0.285625,0.273771,0.500083,0.390654,0.3494,0.357379,0.40676,0.45201,0.399266,0.330086,0.318279,0.4837,0.428394,0.372092,0.203906,0.285625,0.273771,0.500083,0.390654,0.3494,0.357379,0.40676,0.45201,0.399266,0.330086,0.318279,0.4837,0.428394,0.372092,0.203906,0.285625,0.273771,0.500083,0.390654,0.3494,0.357379,0.40676,0.45201,0.399266,0.330086,0.318279,0.4837,0.428394,0.372092,0.203906,0.285625,0.273771,0.500083,0.390654,0.3494,0.357379,0.40676,0.45201,0.399266,0.330086,0.318279,0.4837,0.428394,0.372092,0.203906,0.285625,0.273771,0.500083,0.390654,0.3494,0.357379,0.40676,0.45201,0.399266,0.330086,0.318279,0.4837,0.428394,0.372092,0.203906,0.285625,0.273771,0.500083,0.390654,0.3494,0.357379,0.40676,0.45201,0.399266,0.330086,0.318279,0.4837,0.428394,0.372092,0.203906,0.285625,0.273771,0.500083,0.390654,0.3494,0.357379,0.40676,0.45201,0.399266,0.330086,0.318279,0.4837,0.428394,0.372092,0.203906,0.285625,0.273771,0.500083,0.390654,0.3494,0.357379,0.40676,0.45201,0.399266,0.330086,0.318279,0.4837,0.428394,0.372092,0.203906,0.285625,0.273771,0.500083,0.390654,0.3494,0.357379,0.40676,0.45201,0.399266,0.330086,0.318279,0.4837,0.428394,0.372092,0.203906,0.285625,0.273771,0.500083,0.390654,0.3494,0.357379,0.40676,0.45201,0.399266,0.330086,0.318279,0.4837,0.428394,0.372092,0.203906,0.285625,0.273771,0.500083,0.390654,0.3494,0.357379,0.40676,0.45201,0.399266,0.330086,0.318279,0.4837,0.428394,0.372092,0.203906,0.285625,0.273771,0.500083,0.390654,0.3494,0.357379,0.40676,0.45201,0.399266,0.330086,0.318279,0.4837,0.428394,0.372092,0.203906,0.285625,0.273771,0.500083,0.390654,0.3494,0.357379,0.40676,0.45201,0.399266,0.330086,0.318279,0.4837,0.428394,0.372092,0.203906,0.285625,0.273771,0.500083,0.390654,0.3494,0.357379,0.40676,0.45201,0.399266,0.330086,0.318279,0.4837,0.428394,0.372092,0.203906,0.285625,0.273771,0.500083,0.390654,0.3494,0.357379,0.40676,0.45201,0.399266,0.330086,0.318279,0.4837,0.428394,0.372092,0.203906,0.285625,0.273771,0.500083,0.390654,0.3494,0.357379,0.40676,0.45201,0.399266,0.330086,0.318279,0.4837,0.428394,0.372092,0.203906,0.285625,0.273771,0.500083,0.390654,0.3494,0.357379,0.40676,0.45201,0.399266,0.330086,0.318279,0.4837,0.428394,0.372092,0.203906,0.285625,0.273771,0.500083,0.390654,0.3494,0.357379,0.40676,0.45201,0.399266,0.330086,0.318279,0.4837,0.428394,0.372092,0.203906,0.285625,0.273771,0.500083,0.390654,0.3494,0.357379,0.40676,0.45201,0.399266,0.330086,0.318279,0.4837,0.428394,0.372092,0.203906,0.285625,0.273771,0.500083,0.390654,0.3494,0.357379,0.40676,0.45201,0.399266,0.330086,0.318279,0.4837,0.428394,0.372092,0.203906,0.285625,0.273771,0.500083,0.390654,0.3494,0.357379,0.40676,0.45201,0.399266,0.330086,0.318279,0.4837,0.428394,0.372092,0.203906,0.285625,0.273771,0.500083,0.390654,0.3494,0.357379,0.40676,0.45201,0.399266,0.330086,0.318279,0.4837,0.428394,0.372092,0.203906,0.285625,0.273771,0.500083,0.390654,0.3494,0.357379,0.40676,0.45201,0.399266,0.330086,0.318279,0.4837,0.428394,0.372092,0.203906,0.285625,0.273771,0.500083,0.390654,0.3494,0.357379,0.40676,0.45201,0.399266,0.330086,0.318279,0.4837,0.428394,0.372092,0.203906,0.285625,0.273771,0.500083,0.390654,0.3494,0.357379,0.40676,0.45201,0.399266,0.330086,0.318279,0.4837,0.428394,0.372092,0.203906,0.285625,0.273771,0.500083,0.390654,0.3494,0.357379,0.40676,0.45201,0.399266,0.330086,0.318279,0.4837,0.428394,0.372092,0.203906,0.285625,0.273771,0.500083,0.390654,0.3494,0.357379,0.40676,0.45201,0.399266,0.330086,0.318279,0.4837,0.428394,0.372092,0.203906,0.285625,0.273771,0.500083,0.390654,0.3494,0.357379,0.40676,0.45201,0.399266,0.330086,0.318279,0.4837,0.428394,0.372092,0.203906,0.285625,0.273771,0.500083,0.390654,0.3494,0.357379,0.40676,0.45201,0.399266,0.330086,0.318279,0.4837,0.428394,0.372092,0.203906,0.285625,0.273771,0.500083,0.390654,0.3494,0.357379,0.40676,0.45201,0.399266,0.330086,0.318279,0.4837,0.428394,0.372092,0.203906,0.285625,0.273771,0.500083,0.390654,0.3494,0.357379,0.40676,0.45201,0.399266,0.330086,0.318279,0.4837,0.428394,0.372092,0.203906,0.285625,0.273771,0.500083,0.390654,0.3494,0.357379,0.40676,0.45201,0.399266,0.330086,0.318279,0.4837,0.428394,0.372092,0.203906,0.285625,0.273771,0.500083,0.390654,0.3494,0.357379,0.40676,0.45201,0.399266,0.330086,0.318279,0.4837,0.428394,0.372092,0.203906,0.285625,0.273771,0.500083,0.390654,0.3494,0.357379,0.40676,0.45201,0.399266,0.330086,0.318279,0.4837,0.428394,0.372092,0.203906,0.285625,0.273771,0.500083,0.390654,0.3494,0.357379,0.40676,0.45201,0.399266,0.330086,0.318279,0.4837,0.428394,0.372092,0.203906,0.285625,0.273771,0.500083,0.390654,0.3494,0.357379,0.40676,0.45201,0.399266,0.330086,0.318279,0.4837,0.428394,0.372092,0.203906,0.285625,0.273771,0.500083,0.390654,0.3494,0.357379,0.40676,0.45201,0.399266,0.330086,0.318279,0.4837,0.428394,0.372092,0.203906,0.285625,0.273771,1.43025,1.50829,1.45396,1.40347,1.3387,1.35993,1.311,1.30727,1.15391,1.11774,1.12596,1.07501,1.02237,1.24648,1.1756,1.43025,1.50829,1.45396,1.40347,1.3387,1.35993,1.311,1.30727,1.15391,1.11774,1.12596,1.07501,1.02237,1.24648,1.1756,1.43025,1.50829,1.45396,1.40347,1.3387,1.35993,1.311,1.30727,1.15391,1.11774,1.12596,1.07501,1.02237,1.24648,1.1756,1.43025,1.50829,1.45396,1.40347,1.3387,1.35993,1.311,1.30727,1.15391,1.11774,1.12596,1.07501,1.02237,1.24648,1.1756,1.43025,1.50829,1.45396,1.40347,1.3387,1.35993,1.311,1.30727,1.15391,1.11774,1.12596,1.07501,1.02237,1.24648,1.1756,1.43025,1.50829,1.45396,1.40347,1.3387,1.35993,1.311,1.30727,1.15391,1.11774,1.12596,1.07501,1.02237,1.24648,1.1756,1.43025,1.50829,1.45396,1.40347,1.3387,1.35993,1.311,1.30727,1.15391,1.11774,1.12596,1.07501,1.02237,1.24648,1.1756,1.43025,1.50829,1.45396,1.40347,1.3387,1.35993,1.311,1.30727,1.15391,1.11774,1.12596,1.07501,1.02237,1.24648,1.1756,1.43025,1.50829,1.45396,1.40347,1.3387,1.35993,1.311,1.30727,1.15391,1.11774,1.12596,1.07501,1.02237,1.24648,1.1756,1.43025,1.50829,1.45396,1.40347,1.3387,1.35993,1.311,1.30727,1.15391,1.11774,1.12596,1.07501,1.02237,1.24648,1.1756,1.43025,1.50829,1.45396,1.40347,1.3387,1.35993,1.311,1.30727,1.15391,1.11774,1.12596,1.07501,1.02237,1.24648,1.1756,1.43025,1.50829,1.45396,1.40347,1.3387,1.35993,1.311,1.30727,1.15391,1.11774,1.12596,1.07501,1.02237,1.24648,1.1756,1.43025,1.50829,1.45396,1.40347,1.3387,1.35993,1.311,1.30727,1.15391,1.11774,1.12596,1.07501,1.02237,1.24648,1.1756,1.43025,1.50829,1.45396,1.40347,1.3387,1.35993,1.311,1.30727,1.15391,1.11774,1.12596,1.07501,1.02237,1.24648,1.1756,1.43025,1.50829,1.45396,1.40347,1.3387,1.35993,1.311,1.30727,1.15391,1.11774,1.12596,1.07501,1.02237,1.24648,1.1756,1.43025,1.50829,1.45396,1.40347,1.3387,1.35993,1.311,1.30727,1.15391,1.11774,1.12596,1.07501,1.02237,1.24648,1.1756,1.43025,1.50829,1.45396,1.40347,1.3387,1.35993,1.311,1.30727,1.15391,1.11774,1.12596,1.07501,1.02237,1.24648,1.1756,1.43025,1.50829,1.45396,1.40347,1.3387,1.35993,1.311,1.30727,1.15391,1.11774,1.12596,1.07501,1.02237,1.24648,1.1756,1.43025,1.50829,1.45396,1.40347,1.3387,1.35993,1.311,1.30727,1.15391,1.11774,1.12596,1.07501,1.02237,1.24648,1.1756,1.43025,1.50829,1.45396,1.40347,1.3387,1.35993,1.311,1.30727,1.15391,1.11774,1.12596,1.07501,1.02237,1.24648,1.1756,1.43025,1.50829,1.45396,1.40347,1.3387,1.35993,1.311,1.30727,1.15391,1.11774,1.12596,1.07501,1.02237,1.24648,1.1756,1.43025,1.50829,1.45396,1.40347,1.3387,1.35993,1.311,1.30727,1.15391,1.11774,1.12596,1.07501,1.02237,1.24648,1.1756,1.43025,1.50829,1.45396,1.40347,1.3387,1.35993,1.311,1.30727,1.15391,1.11774,1.12596,1.07501,1.02237,1.24648,1.1756,1.43025,1.50829,1.45396,1.40347,1.3387,1.35993,1.311,1.30727,1.15391,1.11774,1.12596,1.07501,1.02237,1.24648,1.1756,1.43025,1.50829,1.45396,1.40347,1.3387,1.35993,1.311,1.30727,1.15391,1.11774,1.12596,1.07501,1.02237,1.24648,1.1756,1.43025,1.50829,1.45396,1.40347,1.3387,1.35993,1.311,1.30727,1.15391,1.11774,1.12596,1.07501,1.02237,1.24648,1.1756,1.43025,1.50829,1.45396,1.40347,1.3387,1.35993,1.311,1.30727,1.15391,1.11774,1.12596,1.07501,1.02237,1.24648,1.1756,1.43025,1.50829,1.45396,1.40347,1.3387,1.35993,1.311,1.30727,1.15391,1.11774,1.12596,1.07501,1.02237,1.24648,1.1756,1.43025,1.50829,1.45396,1.40347,1.3387,1.35993,1.311,1.30727,1.15391,1.11774,1.12596,1.07501,1.02237,1.24648,1.1756,1.43025,1.50829,1.45396,1.40347,1.3387,1.35993,1.311,1.30727,1.15391,1.11774,1.12596,1.07501,1.02237,1.24648,1.1756,1.43025,1.50829,1.45396,1.40347,1.3387,1.35993,1.311,1.30727,1.15391,1.11774,1.12596,1.07501,1.02237,1.24648,1.1756,1.43025,1.50829,1.45396,1.40347,1.3387,1.35993,1.311,1.30727,1.15391,1.11774,1.12596,1.07501,1.02237,1.24648,1.1756,1.43025,1.50829,1.45396,1.40347,1.3387,1.35993,1.311,1.30727,1.15391,1.11774,1.12596,1.07501,1.02237,1.24648,1.1756,1.43025,1.50829,1.45396,1.40347,1.3387,1.35993,1.311,1.30727,1.15391,1.11774,1.12596,1.07501,1.02237,1.24648,1.1756,1.43025,1.50829,1.45396,1.40347,1.3387,1.35993,1.311,1.30727,1.15391,1.11774,1.12596,1.07501,1.02237,1.24648,1.1756,1.43025,1.50829,1.45396,1.40347,1.3387,1.35993,1.311,1.30727,1.15391,1.11774,1.12596,1.07501,1.02237,1.24648,1.1756,1.43025,1.50829,1.45396,1.40347,1.3387,1.35993,1.311,1.30727,1.15391,1.11774,1.12596,1.07501,1.02237,1.24648,1.1756,1.43025,1.50829,1.45396,1.40347,1.3387,1.35993,1.311,1.30727,1.15391,1.11774,1.12596,1.07501,1.02237,1.24648,1.1756,1.43025,1.50829,1.45396,1.40347,1.3387,1.35993,1.311,1.30727,1.15391,1.11774,1.12596,1.07501,1.02237,1.24648,1.1756,1.43025,1.50829,1.45396,1.40347,1.3387,1.35993,1.311,1.30727,1.15391,1.11774,1.12596,1.07501,1.02237,1.24648,1.1756,1.43025,1.50829,1.45396,1.40347,1.3387,1.35993,1.311,1.30727,1.15391,1.11774,1.12596,1.07501,1.02237,1.24648,1.1756,1.43025,1.50829,1.45396,1.40347,1.3387,1.35993,1.311,1.30727,1.15391,1.11774,1.12596,1.07501,1.02237,1.24648,1.1756,1.43025,1.50829,1.45396,1.40347,1.3387,1.35993,1.311,1.30727,1.15391,1.11774,1.12596,1.07501,1.02237,1.24648,1.1756,1.43025,1.50829,1.45396,1.40347,1.3387,1.35993,1.311,1.30727,1.15391,1.11774,1.12596,1.07501,1.02237,1.24648,1.1756,1.43025,1.50829,1.45396,1.40347,1.3387,1.35993,1.311,1.30727,1.15391,1.11774,1.12596,1.07501,1.02237,1.24648,1.1756,1.43025,1.50829,1.45396,1.40347,1.3387,1.35993,1.311,1.30727,1.15391,1.11774,1.12596,1.07501,1.02237,1.24648,1.1756,1.43025,1.50829,1.45396,1.40347,1.3387,1.35993,1.311,1.30727,1.15391,1.11774,1.12596,1.07501,1.02237,1.24648,1.1756,1.43025,1.50829,1.45396,1.40347,1.3387,1.35993,1.311,1.30727,1.15391,1.11774,1.12596,1.07501,1.02237,1.24648,1.1756,1.43025,1.50829,1.45396,1.40347,1.3387,1.35993,1.311,1.30727,1.15391,1.11774,1.12596,1.07501,1.02237,1.24648,1.1756,1.43025,1.50829,1.45396,1.40347,1.3387,1.35993,1.311,1.30727,1.15391,1.11774,1.12596,1.07501,1.02237,1.24648,1.1756,1.43025,1.50829,1.45396,1.40347,1.3387,1.35993,1.311,1.30727,1.15391,1.11774,1.12596,1.07501,1.02237,1.24648,1.1756,1.43025,1.50829,1.45396,1.40347,1.3387,1.35993,1.311,1.30727,1.15391,1.11774,1.12596,1.07501,1.02237,1.24648,1.1756,1.43025,1.50829,1.45396,1.40347,1.3387,1.35993,1.311,1.30727,1.15391,1.11774,1.12596,1.07501,1.02237,1.24648,1.1756,1.43025,1.50829,1.45396,1.40347,1.3387,1.35993,1.311,1.30727,1.15391,1.11774,1.12596,1.07501,1.02237,1.24648,1.1756,1.43025,1.50829,1.45396,1.40347,1.3387,1.35993,1.311,1.30727,1.15391,1.11774,1.12596,1.07501,1.02237,1.24648,1.1756,1.43025,1.50829,1.45396,1.40347,1.3387,1.35993,1.311,1.30727,1.15391,1.11774,1.12596,1.07501,1.02237,1.24648,1.1756,1.43025,1.50829,1.45396,1.40347,1.3387,1.35993,1.311,1.30727,1.15391,1.11774,1.12596,1.07501,1.02237,1.24648,1.1756,1.43025,1.50829,1.45396,1.40347,1.3387,1.35993,1.311,1.30727,1.15391,1.11774,1.12596,1.07501,1.02237,1.24648,1.1756,1.43025,1.50829,1.45396,1.40347,1.3387,1.35993,1.311,1.30727,1.15391,1.11774,1.12596,1.07501,1.02237,1.24648,1.1756,1.43025,1.50829,1.45396,1.40347,1.3387,1.35993,1.311,1.30727,1.15391,1.11774,1.12596,1.07501,1.02237,1.24648,1.1756,1.43025,1.50829,1.45396,1.40347,1.3387,1.35993,1.311,1.30727,1.15391,1.11774,1.12596,1.07501,1.02237,1.24648,1.1756,1.43025,1.50829,1.45396,1.40347,1.3387,1.35993,1.311,1.30727,1.15391,1.11774,1.12596,1.07501,1.02237,1.24648,1.1756,1.43025,1.50829,1.45396,1.40347,1.3387,1.35993,1.311,1.30727,1.15391,1.11774,1.12596,1.07501,1.02237,1.24648,1.1756,1.43025,1.50829,1.45396,1.40347,1.3387,1.35993,1.311,1.30727,1.15391,1.11774,1.12596,1.07501,1.02237,1.24648,1.1756,1.43025,1.50829,1.45396,1.40347,1.3387,1.35993,1.311,1.30727,1.15391,1.11774,1.12596,1.07501,1.02237,1.24648,1.1756,1.43025,1.50829,1.45396,1.40347,1.3387,1.35993,1.311,1.30727,1.15391,1.11774,1.12596,1.07501,1.02237,1.24648,1.1756,1.43025,1.50829,1.45396,1.40347,1.3387,1.35993,1.311,1.30727,1.15391,1.11774,1.12596,1.07501,1.02237,1.24648,1.1756,1.43025,1.50829,1.45396,1.40347,1.3387,1.35993,1.311,1.30727,1.15391,1.11774,1.12596,1.07501,1.02237,1.24648,1.1756,1.43025,1.50829,1.45396,1.40347,1.3387,1.35993,1.311,1.30727,1.15391,1.11774,1.12596,1.07501,1.02237,1.24648,1.1756,1.43025,1.50829,1.45396,1.40347,1.3387,1.35993,1.311,1.30727,1.15391,1.11774,1.12596,1.07501,1.02237,1.24648,1.1756,1.43025,1.50829,1.45396,1.40347,1.3387,1.35993,1.311,1.30727,1.15391,1.11774,1.12596,1.07501,1.02237,1.24648,1.1756,1.43025,1.50829,1.45396,1.40347,1.3387,1.35993,1.311,1.30727,1.15391,1.11774,1.12596,1.07501,1.02237,1.24648,1.1756,1.43025,1.50829,1.45396,1.40347,1.3387,1.35993,1.311,1.30727,1.15391,1.11774,1.12596,1.07501,1.02237,1.24648,1.1756,1.43025,1.50829,1.45396,1.40347,1.3387,1.35993,1.311,1.30727,1.15391,1.11774,1.12596,1.07501,1.02237,1.24648,1.1756,1.43025,1.50829,1.45396,1.40347,1.3387,1.35993,1.311,1.30727,1.15391,1.11774,1.12596,1.07501,1.02237,1.24648,1.1756,1.43025,1.50829,1.45396,1.40347,1.3387,1.35993,1.311,1.30727,1.15391,1.11774,1.12596,1.07501,1.02237,1.24648,1.1756,1.43025,1.50829,1.45396,1.40347,1.3387,1.35993,1.311,1.30727,1.15391,1.11774,1.12596,1.07501,1.02237,1.24648,1.1756,1.43025,1.50829,1.45396,1.40347,1.3387,1.35993,1.311,1.30727,1.15391,1.11774,1.12596,1.07501,1.02237,1.24648,1.1756,1.43025,1.50829,1.45396,1.40347,1.3387,1.35993,1.311,1.30727,1.15391,1.11774,1.12596,1.07501,1.02237,1.24648,1.1756,1.43025,1.50829,1.45396,1.40347,1.3387,1.35993,1.311,1.30727,1.15391,1.11774,1.12596,1.07501,1.02237,1.24648,1.1756,1.43025,1.50829,1.45396,1.40347,1.3387,1.35993,1.311,1.30727,1.15391,1.11774,1.12596,1.07501,1.02237,1.24648,1.1756,1.43025,1.50829,1.45396,1.40347,1.3387,1.35993,1.311,1.30727,1.15391,1.11774,1.12596,1.07501,1.02237,1.24648,1.1756,1.43025,1.50829,1.45396,1.40347,1.3387,1.35993,1.311,1.30727,1.15391,1.11774,1.12596,1.07501,1.02237,1.24648,1.1756,1.43025,1.50829,1.45396,1.40347,1.3387,1.35993,1.311,1.30727,1.15391,1.11774,1.12596,1.07501,1.02237,1.24648,1.1756,1.43025,1.50829,1.45396,1.40347,1.3387,1.35993,1.311,1.30727,1.15391,1.11774,1.12596,1.07501,1.02237,1.24648,1.1756,1.43025,1.50829,1.45396,1.40347,1.3387,1.35993,1.311,1.30727,1.15391,1.11774,1.12596,1.07501,1.02237,1.24648,1.1756,1.43025,1.50829,1.45396,1.40347,1.3387,1.35993,1.311,1.30727,1.15391,1.11774,1.12596,1.07501,1.02237,1.24648,1.1756,-2.02722,-1.89436,-1.93707,-1.93463,-2.07041,-2.09569,-2.24533,-2.25308,-2.31722,-2.37718,-2.28585,-2.29093,-2.27293,-2.46922,-2.52545,-2.02722,-1.89436,-1.93707,-1.93463,-2.07041,-2.09569,-2.24533,-2.25308,-2.31722,-2.37718,-2.28585,-2.29093,-2.27293,-2.46922,-2.52545,-2.02722,-1.89436,-1.93707,-1.93463,-2.07041,-2.09569,-2.24533,-2.25308,-2.31722,-2.37718,-2.28585,-2.29093,-2.27293,-2.46922,-2.52545,-2.02722,-1.89436,-1.93707,-1.93463,-2.07041,-2.09569,-2.24533,-2.25308,-2.31722,-2.37718,-2.28585,-2.29093,-2.27293,-2.46922,-2.52545,-2.02722,-1.89436,-1.93707,-1.93463,-2.07041,-2.09569,-2.24533,-2.25308,-2.31722,-2.37718,-2.28585,-2.29093,-2.27293,-2.46922,-2.52545,-2.02722,-1.89436,-1.93707,-1.93463,-2.07041,-2.09569,-2.24533,-2.25308,-2.31722,-2.37718,-2.28585,-2.29093,-2.27293,-2.46922,-2.52545,-2.02722,-1.89436,-1.93707,-1.93463,-2.07041,-2.09569,-2.24533,-2.25308,-2.31722,-2.37718,-2.28585,-2.29093,-2.27293,-2.46922,-2.52545,-2.02722,-1.89436,-1.93707,-1.93463,-2.07041,-2.09569,-2.24533,-2.25308,-2.31722,-2.37718,-2.28585,-2.29093,-2.27293,-2.46922,-2.52545,-2.02722,-1.89436,-1.93707,-1.93463,-2.07041,-2.09569,-2.24533,-2.25308,-2.31722,-2.37718,-2.28585,-2.29093,-2.27293,-2.46922,-2.52545,-2.02722,-1.89436,-1.93707,-1.93463,-2.07041,-2.09569,-2.24533,-2.25308,-2.31722,-2.37718,-2.28585,-2.29093,-2.27293,-2.46922,-2.52545,-2.02722,-1.89436,-1.93707,-1.93463,-2.07041,-2.09569,-2.24533,-2.25308,-2.31722,-2.37718,-2.28585,-2.29093,-2.27293,-2.46922,-2.52545,-2.02722,-1.89436,-1.93707,-1.93463,-2.07041,-2.09569,-2.24533,-2.25308,-2.31722,-2.37718,-2.28585,-2.29093,-2.27293,-2.46922,-2.52545,-2.02722,-1.89436,-1.93707,-1.93463,-2.07041,-2.09569,-2.24533,-2.25308,-2.31722,-2.37718,-2.28585,-2.29093,-2.27293,-2.46922,-2.52545,-2.02722,-1.89436,-1.93707,-1.93463,-2.07041,-2.09569,-2.24533,-2.25308,-2.31722,-2.37718,-2.28585,-2.29093,-2.27293,-2.46922,-2.52545,-2.02722,-1.89436,-1.93707,-1.93463,-2.07041,-2.09569,-2.24533,-2.25308,-2.31722,-2.37718,-2.28585,-2.29093,-2.27293,-2.46922,-2.52545,-2.02722,-1.89436,-1.93707,-1.93463,-2.07041,-2.09569,-2.24533,-2.25308,-2.31722,-2.37718,-2.28585,-2.29093,-2.27293,-2.46922,-2.52545,-2.02722,-1.89436,-1.93707,-1.93463,-2.07041,-2.09569,-2.24533,-2.25308,-2.31722,-2.37718,-2.28585,-2.29093,-2.27293,-2.46922,-2.52545,-2.02722,-1.89436,-1.93707,-1.93463,-2.07041,-2.09569,-2.24533,-2.25308,-2.31722,-2.37718,-2.28585,-2.29093,-2.27293,-2.46922,-2.52545,-2.02722,-1.89436,-1.93707,-1.93463,-2.07041,-2.09569,-2.24533,-2.25308,-2.31722,-2.37718,-2.28585,-2.29093,-2.27293,-2.46922,-2.52545,-2.02722,-1.89436,-1.93707,-1.93463,-2.07041,-2.09569,-2.24533,-2.25308,-2.31722,-2.37718,-2.28585,-2.29093,-2.27293,-2.46922,-2.52545,-2.02722,-1.89436,-1.93707,-1.93463,-2.07041,-2.09569,-2.24533,-2.25308,-2.31722,-2.37718,-2.28585,-2.29093,-2.27293,-2.46922,-2.52545,-2.02722,-1.89436,-1.93707,-1.93463,-2.07041,-2.09569,-2.24533,-2.25308,-2.31722,-2.37718,-2.28585,-2.29093,-2.27293,-2.46922,-2.52545,-2.02722,-1.89436,-1.93707,-1.93463,-2.07041,-2.09569,-2.24533,-2.25308,-2.31722,-2.37718,-2.28585,-2.29093,-2.27293,-2.46922,-2.52545,-2.02722,-1.89436,-1.93707,-1.93463,-2.07041,-2.09569,-2.24533,-2.25308,-2.31722,-2.37718,-2.28585,-2.29093,-2.27293,-2.46922,-2.52545,-2.02722,-1.89436,-1.93707,-1.93463,-2.07041,-2.09569,-2.24533,-2.25308,-2.31722,-2.37718,-2.28585,-2.29093,-2.27293,-2.46922,-2.52545,-2.02722,-1.89436,-1.93707,-1.93463,-2.07041,-2.09569,-2.24533,-2.25308,-2.31722,-2.37718,-2.28585,-2.29093,-2.27293,-2.46922,-2.52545,-2.02722,-1.89436,-1.93707,-1.93463,-2.07041,-2.09569,-2.24533,-2.25308,-2.31722,-2.37718,-2.28585,-2.29093,-2.27293,-2.46922,-2.52545,-2.02722,-1.89436,-1.93707,-1.93463,-2.07041,-2.09569,-2.24533,-2.25308,-2.31722,-2.37718,-2.28585,-2.29093,-2.27293,-2.46922,-2.52545,-2.02722,-1.89436,-1.93707,-1.93463,-2.07041,-2.09569,-2.24533,-2.25308,-2.31722,-2.37718,-2.28585,-2.29093,-2.27293,-2.46922,-2.52545,-2.02722,-1.89436,-1.93707,-1.93463,-2.07041,-2.09569,-2.24533,-2.25308,-2.31722,-2.37718,-2.28585,-2.29093,-2.27293,-2.46922,-2.52545,-2.02722,-1.89436,-1.93707,-1.93463,-2.07041,-2.09569,-2.24533,-2.25308,-2.31722,-2.37718,-2.28585,-2.29093,-2.27293,-2.46922,-2.52545,-2.02722,-1.89436,-1.93707,-1.93463,-2.07041,-2.09569,-2.24533,-2.25308,-2.31722,-2.37718,-2.28585,-2.29093,-2.27293,-2.46922,-2.52545,-2.02722,-1.89436,-1.93707,-1.93463,-2.07041,-2.09569,-2.24533,-2.25308,-2.31722,-2.37718,-2.28585,-2.29093,-2.27293,-2.46922,-2.52545,-2.02722,-1.89436,-1.93707,-1.93463,-2.07041,-2.09569,-2.24533,-2.25308,-2.31722,-2.37718,-2.28585,-2.29093,-2.27293,-2.46922,-2.52545,-2.02722,-1.89436,-1.93707,-1.93463,-2.07041,-2.09569,-2.24533,-2.25308,-2.31722,-2.37718,-2.28585,-2.29093,-2.27293,-2.46922,-2.52545,-2.02722,-1.89436,-1.93707,-1.93463,-2.07041,-2.09569,-2.24533,-2.25308,-2.31722,-2.37718,-2.28585,-2.29093,-2.27293,-2.46922,-2.52545,-2.02722,-1.89436,-1.93707,-1.93463,-2.07041,-2.09569,-2.24533,-2.25308,-2.31722,-2.37718,-2.28585,-2.29093,-2.27293,-2.46922,-2.52545,-2.02722,-1.89436,-1.93707,-1.93463,-2.07041,-2.09569,-2.24533,-2.25308,-2.31722,-2.37718,-2.28585,-2.29093,-2.27293,-2.46922,-2.52545,-2.02722,-1.89436,-1.93707,-1.93463,-2.07041,-2.09569,-2.24533,-2.25308,-2.31722,-2.37718,-2.28585,-2.29093,-2.27293,-2.46922,-2.52545,-2.02722,-1.89436,-1.93707,-1.93463,-2.07041,-2.09569,-2.24533,-2.25308,-2.31722,-2.37718,-2.28585,-2.29093,-2.27293,-2.46922,-2.52545,-2.02722,-1.89436,-1.93707,-1.93463,-2.07041,-2.09569,-2.24533,-2.25308,-2.31722,-2.37718,-2.28585,-2.29093,-2.27293,-2.46922,-2.52545,-2.02722,-1.89436,-1.93707,-1.93463,-2.07041,-2.09569,-2.24533,-2.25308,-2.31722,-2.37718,-2.28585,-2.29093,-2.27293,-2.46922,-2.52545,-2.02722,-1.89436,-1.93707,-1.93463,-2.07041,-2.09569,-2.24533,-2.25308,-2.31722,-2.37718,-2.28585,-2.29093,-2.27293,-2.46922,-2.52545,-2.02722,-1.89436,-1.93707,-1.93463,-2.07041,-2.09569,-2.24533,-2.25308,-2.31722,-2.37718,-2.28585,-2.29093,-2.27293,-2.46922,-2.52545,-2.02722,-1.89436,-1.93707,-1.93463,-2.07041,-2.09569,-2.24533,-2.25308,-2.31722,-2.37718,-2.28585,-2.29093,-2.27293,-2.46922,-2.52545,-2.02722,-1.89436,-1.93707,-1.93463,-2.07041,-2.09569,-2.24533,-2.25308,-2.31722,-2.37718,-2.28585,-2.29093,-2.27293,-2.46922,-2.52545,-2.02722,-1.89436,-1.93707,-1.93463,-2.07041,-2.09569,-2.24533,-2.25308,-2.31722,-2.37718,-2.28585,-2.29093,-2.27293,-2.46922,-2.52545,-2.02722,-1.89436,-1.93707,-1.93463,-2.07041,-2.09569,-2.24533,-2.25308,-2.31722,-2.37718,-2.28585,-2.29093,-2.27293,-2.46922,-2.52545,-2.02722,-1.89436,-1.93707,-1.93463,-2.07041,-2.09569,-2.24533,-2.25308,-2.31722,-2.37718,-2.28585,-2.29093,-2.27293,-2.46922,-2.52545,-2.02722,-1.89436,-1.93707,-1.93463,-2.07041,-2.09569,-2.24533,-2.25308,-2.31722,-2.37718,-2.28585,-2.29093,-2.27293,-2.46922,-2.52545,-2.02722,-1.89436,-1.93707,-1.93463,-2.07041,-2.09569,-2.24533,-2.25308,-2.31722,-2.37718,-2.28585,-2.29093,-2.27293,-2.46922,-2.52545,-2.02722,-1.89436,-1.93707,-1.93463,-2.07041,-2.09569,-2.24533,-2.25308,-2.31722,-2.37718,-2.28585,-2.29093,-2.27293,-2.46922,-2.52545,-2.02722,-1.89436,-1.93707,-1.93463,-2.07041,-2.09569,-2.24533,-2.25308,-2.31722,-2.37718,-2.28585,-2.29093,-2.27293,-2.46922,-2.52545,-2.02722,-1.89436,-1.93707,-1.93463,-2.07041,-2.09569,-2.24533,-2.25308,-2.31722,-2.37718,-2.28585,-2.29093,-2.27293,-2.46922,-2.52545,-2.02722,-1.89436,-1.93707,-1.93463,-2.07041,-2.09569,-2.24533,-2.25308,-2.31722,-2.37718,-2.28585,-2.29093,-2.27293,-2.46922,-2.52545,-2.02722,-1.89436,-1.93707,-1.93463,-2.07041,-2.09569,-2.24533,-2.25308,-2.31722,-2.37718,-2.28585,-2.29093,-2.27293,-2.46922,-2.52545,-2.02722,-1.89436,-1.93707,-1.93463,-2.07041,-2.09569,-2.24533,-2.25308,-2.31722,-2.37718,-2.28585,-2.29093,-2.27293,-2.46922,-2.52545,-2.02722,-1.89436,-1.93707,-1.93463,-2.07041,-2.09569,-2.24533,-2.25308,-2.31722,-2.37718,-2.28585,-2.29093,-2.27293,-2.46922,-2.52545,-2.02722,-1.89436,-1.93707,-1.93463,-2.07041,-2.09569,-2.24533,-2.25308,-2.31722,-2.37718,-2.28585,-2.29093,-2.27293,-2.46922,-2.52545,-2.02722,-1.89436,-1.93707,-1.93463,-2.07041,-2.09569,-2.24533,-2.25308,-2.31722,-2.37718,-2.28585,-2.29093,-2.27293,-2.46922,-2.52545,-2.02722,-1.89436,-1.93707,-1.93463,-2.07041,-2.09569,-2.24533,-2.25308,-2.31722,-2.37718,-2.28585,-2.29093,-2.27293,-2.46922,-2.52545,-2.02722,-1.89436,-1.93707,-1.93463,-2.07041,-2.09569,-2.24533,-2.25308,-2.31722,-2.37718,-2.28585,-2.29093,-2.27293,-2.46922,-2.52545,-2.02722,-1.89436,-1.93707,-1.93463,-2.07041,-2.09569,-2.24533,-2.25308,-2.31722,-2.37718,-2.28585,-2.29093,-2.27293,-2.46922,-2.52545,-2.02722,-1.89436,-1.93707,-1.93463,-2.07041,-2.09569,-2.24533,-2.25308,-2.31722,-2.37718,-2.28585,-2.29093,-2.27293,-2.46922,-2.52545,-2.02722,-1.89436,-1.93707,-1.93463,-2.07041,-2.09569,-2.24533,-2.25308,-2.31722,-2.37718,-2.28585,-2.29093,-2.27293,-2.46922,-2.52545,-2.02722,-1.89436,-1.93707,-1.93463,-2.07041,-2.09569,-2.24533,-2.25308,-2.31722,-2.37718,-2.28585,-2.29093,-2.27293,-2.46922,-2.52545,-2.02722,-1.89436,-1.93707,-1.93463,-2.07041,-2.09569,-2.24533,-2.25308,-2.31722,-2.37718,-2.28585,-2.29093,-2.27293,-2.46922,-2.52545,-2.02722,-1.89436,-1.93707,-1.93463,-2.07041,-2.09569,-2.24533,-2.25308,-2.31722,-2.37718,-2.28585,-2.29093,-2.27293,-2.46922,-2.52545,-2.02722,-1.89436,-1.93707,-1.93463,-2.07041,-2.09569,-2.24533,-2.25308,-2.31722,-2.37718,-2.28585,-2.29093,-2.27293,-2.46922,-2.52545,-2.02722,-1.89436,-1.93707,-1.93463,-2.07041,-2.09569,-2.24533,-2.25308,-2.31722,-2.37718,-2.28585,-2.29093,-2.27293,-2.46922,-2.52545,-2.02722,-1.89436,-1.93707,-1.93463,-2.07041,-2.09569,-2.24533,-2.25308,-2.31722,-2.37718,-2.28585,-2.29093,-2.27293,-2.46922,-2.52545,-2.02722,-1.89436,-1.93707,-1.93463,-2.07041,-2.09569,-2.24533,-2.25308,-2.31722,-2.37718,-2.28585,-2.29093,-2.27293,-2.46922,-2.52545,-2.02722,-1.89436,-1.93707,-1.93463,-2.07041,-2.09569,-2.24533,-2.25308,-2.31722,-2.37718,-2.28585,-2.29093,-2.27293,-2.46922,-2.52545,-2.02722,-1.89436,-1.93707,-1.93463,-2.07041,-2.09569,-2.24533,-2.25308,-2.31722,-2.37718,-2.28585,-2.29093,-2.27293,-2.46922,-2.52545,-2.02722,-1.89436,-1.93707,-1.93463,-2.07041,-2.09569,-2.24533,-2.25308,-2.31722,-2.37718,-2.28585,-2.29093,-2.27293,-2.46922,-2.52545,-2.02722,-1.89436,-1.93707,-1.93463,-2.07041,-2.09569,-2.24533,-2.25308,-2.31722,-2.37718,-2.28585,-2.29093,-2.27293,-2.46922,-2.52545,-2.02722,-1.89436,-1.93707,-1.93463,-2.07041,-2.09569,-2.24533,-2.25308,-2.31722,-2.37718,-2.28585,-2.29093,-2.27293,-2.46922,-2.52545,-2.02722,-1.89436,-1.93707,-1.93463,-2.07041,-2.09569,-2.24533,-2.25308,-2.31722,-2.37718,-2.28585,-2.29093,-2.27293,-2.46922,-2.52545,-2.02722,-1.89436,-1.93707,-1.93463,-2.07041,-2.09569,-2.24533,-2.25308,-2.31722,-2.37718,-2.28585,-2.29093,-2.27293,-2.46922,-2.52545,-2.02722,-1.89436,-1.93707,-1.93463,-2.07041,-2.09569,-2.24533,-2.25308,-2.31722,-2.37718,-2.28585,-2.29093,-2.27293,-2.46922,-2.52545,-2.02722,-1.89436,-1.93707,-1.93463,-2.07041,-2.09569,-2.24533,-2.25308,-2.31722,-2.37718,-2.28585,-2.29093,-2.27293,-2.46922,-2.52545,-2.02722,-1.89436,-1.93707,-1.93463,-2.07041,-2.09569,-2.24533,-2.25308,-2.31722,-2.37718,-2.28585,-2.29093,-2.27293,-2.46922,-2.52545,-0.167616,-0.076676,-0.128315,-0.20961,-0.184141,-0.23155,-0.306704,-0.381843,-0.405435,-0.625029,-0.742915,-0.752874,-0.79249,-0.846545,-0.809502,-0.167616,-0.076676,-0.128315,-0.20961,-0.184141,-0.23155,-0.306704,-0.381843,-0.405435,-0.625029,-0.742915,-0.752874,-0.79249,-0.846545,-0.809502,-0.167616,-0.076676,-0.128315,-0.20961,-0.184141,-0.23155,-0.306704,-0.381843,-0.405435,-0.625029,-0.742915,-0.752874,-0.79249,-0.846545,-0.809502,-0.167616,-0.076676,-0.128315,-0.20961,-0.184141,-0.23155,-0.306704,-0.381843,-0.405435,-0.625029,-0.742915,-0.752874,-0.79249,-0.846545,-0.809502,-0.167616,-0.076676,-0.128315,-0.20961,-0.184141,-0.23155,-0.306704,-0.381843,-0.405435,-0.625029,-0.742915,-0.752874,-0.79249,-0.846545,-0.809502,-0.167616,-0.076676,-0.128315,-0.20961,-0.184141,-0.23155,-0.306704,-0.381843,-0.405435,-0.625029,-0.742915,-0.752874,-0.79249,-0.846545,-0.809502,-0.167616,-0.076676,-0.128315,-0.20961,-0.184141,-0.23155,-0.306704,-0.381843,-0.405435,-0.625029,-0.742915,-0.752874,-0.79249,-0.846545,-0.809502,-0.167616,-0.076676,-0.128315,-0.20961,-0.184141,-0.23155,-0.306704,-0.381843,-0.405435,-0.625029,-0.742915,-0.752874,-0.79249,-0.846545,-0.809502,-0.167616,-0.076676,-0.128315,-0.20961,-0.184141,-0.23155,-0.306704,-0.381843,-0.405435,-0.625029,-0.742915,-0.752874,-0.79249,-0.846545,-0.809502,-0.167616,-0.076676,-0.128315,-0.20961,-0.184141,-0.23155,-0.306704,-0.381843,-0.405435,-0.625029,-0.742915,-0.752874,-0.79249,-0.846545,-0.809502,-0.167616,-0.076676,-0.128315,-0.20961,-0.184141,-0.23155,-0.306704,-0.381843,-0.405435,-0.625029,-0.742915,-0.752874,-0.79249,-0.846545,-0.809502,-0.167616,-0.076676,-0.128315,-0.20961,-0.184141,-0.23155,-0.306704,-0.381843,-0.405435,-0.625029,-0.742915,-0.752874,-0.79249,-0.846545,-0.809502,-0.167616,-0.076676,-0.128315,-0.20961,-0.184141,-0.23155,-0.306704,-0.381843,-0.405435,-0.625029,-0.742915,-0.752874,-0.79249,-0.846545,-0.809502,-0.167616,-0.076676,-0.128315,-0.20961,-0.184141,-0.23155,-0.306704,-0.381843,-0.405435,-0.625029,-0.742915,-0.752874,-0.79249,-0.846545,-0.809502,-0.167616,-0.076676,-0.128315,-0.20961,-0.184141,-0.23155,-0.306704,-0.381843,-0.405435,-0.625029,-0.742915,-0.752874,-0.79249,-0.846545,-0.809502,-0.167616,-0.076676,-0.128315,-0.20961,-0.184141,-0.23155,-0.306704,-0.381843,-0.405435,-0.625029,-0.742915,-0.752874,-0.79249,-0.846545,-0.809502,-0.167616,-0.076676,-0.128315,-0.20961,-0.184141,-0.23155,-0.306704,-0.381843,-0.405435,-0.625029,-0.742915,-0.752874,-0.79249,-0.846545,-0.809502,-0.167616,-0.076676,-0.128315,-0.20961,-0.184141,-0.23155,-0.306704,-0.381843,-0.405435,-0.625029,-0.742915,-0.752874,-0.79249,-0.846545,-0.809502,-0.167616,-0.076676,-0.128315,-0.20961,-0.184141,-0.23155,-0.306704,-0.381843,-0.405435,-0.625029,-0.742915,-0.752874,-0.79249,-0.846545,-0.809502,-0.167616,-0.076676,-0.128315,-0.20961,-0.184141,-0.23155,-0.306704,-0.381843,-0.405435,-0.625029,-0.742915,-0.752874,-0.79249,-0.846545,-0.809502,-0.167616,-0.076676,-0.128315,-0.20961,-0.184141,-0.23155,-0.306704,-0.381843,-0.405435,-0.625029,-0.742915,-0.752874,-0.79249,-0.846545,-0.809502,-0.167616,-0.076676,-0.128315,-0.20961,-0.184141,-0.23155,-0.306704,-0.381843,-0.405435,-0.625029,-0.742915,-0.752874,-0.79249,-0.846545,-0.809502,-0.167616,-0.076676,-0.128315,-0.20961,-0.184141,-0.23155,-0.306704,-0.381843,-0.405435,-0.625029,-0.742915,-0.752874,-0.79249,-0.846545,-0.809502,-0.167616,-0.076676,-0.128315,-0.20961,-0.184141,-0.23155,-0.306704,-0.381843,-0.405435,-0.625029,-0.742915,-0.752874,-0.79249,-0.846545,-0.809502,-0.167616,-0.076676,-0.128315,-0.20961,-0.184141,-0.23155,-0.306704,-0.381843,-0.405435,-0.625029,-0.742915,-0.752874,-0.79249,-0.846545,-0.809502,-0.167616,-0.076676,-0.128315,-0.20961,-0.184141,-0.23155,-0.306704,-0.381843,-0.405435,-0.625029,-0.742915,-0.752874,-0.79249,-0.846545,-0.809502,-0.167616,-0.076676,-0.128315,-0.20961,-0.184141,-0.23155,-0.306704,-0.381843,-0.405435,-0.625029,-0.742915,-0.752874,-0.79249,-0.846545,-0.809502,-0.167616,-0.076676,-0.128315,-0.20961,-0.184141,-0.23155,-0.306704,-0.381843,-0.405435,-0.625029,-0.742915,-0.752874,-0.79249,-0.846545,-0.809502,-0.167616,-0.076676,-0.128315,-0.20961,-0.184141,-0.23155,-0.306704,-0.381843,-0.405435,-0.625029,-0.742915,-0.752874,-0.79249,-0.846545,-0.809502,-0.167616,-0.076676,-0.128315,-0.20961,-0.184141,-0.23155,-0.306704,-0.381843,-0.405435,-0.625029,-0.742915,-0.752874,-0.79249,-0.846545,-0.809502,-0.167616,-0.076676,-0.128315,-0.20961,-0.184141,-0.23155,-0.306704,-0.381843,-0.405435,-0.625029,-0.742915,-0.752874,-0.79249,-0.846545,-0.809502,-0.167616,-0.076676,-0.128315,-0.20961,-0.184141,-0.23155,-0.306704,-0.381843,-0.405435,-0.625029,-0.742915,-0.752874,-0.79249,-0.846545,-0.809502,-0.167616,-0.076676,-0.128315,-0.20961,-0.184141,-0.23155,-0.306704,-0.381843,-0.405435,-0.625029,-0.742915,-0.752874,-0.79249,-0.846545,-0.809502,-0.167616,-0.076676,-0.128315,-0.20961,-0.184141,-0.23155,-0.306704,-0.381843,-0.405435,-0.625029,-0.742915,-0.752874,-0.79249,-0.846545,-0.809502,-0.167616,-0.076676,-0.128315,-0.20961,-0.184141,-0.23155,-0.306704,-0.381843,-0.405435,-0.625029,-0.742915,-0.752874,-0.79249,-0.846545,-0.809502,-0.167616,-0.076676,-0.128315,-0.20961,-0.184141,-0.23155,-0.306704,-0.381843,-0.405435,-0.625029,-0.742915,-0.752874,-0.79249,-0.846545,-0.809502,-0.167616,-0.076676,-0.128315,-0.20961,-0.184141,-0.23155,-0.306704,-0.381843,-0.405435,-0.625029,-0.742915,-0.752874,-0.79249,-0.846545,-0.809502,-0.167616,-0.076676,-0.128315,-0.20961,-0.184141,-0.23155,-0.306704,-0.381843,-0.405435,-0.625029,-0.742915,-0.752874,-0.79249,-0.846545,-0.809502,-0.167616,-0.076676,-0.128315,-0.20961,-0.184141,-0.23155,-0.306704,-0.381843,-0.405435,-0.625029,-0.742915,-0.752874,-0.79249,-0.846545,-0.809502,-0.167616,-0.076676,-0.128315,-0.20961,-0.184141,-0.23155,-0.306704,-0.381843,-0.405435,-0.625029,-0.742915,-0.752874,-0.79249,-0.846545,-0.809502,-0.167616,-0.076676,-0.128315,-0.20961,-0.184141,-0.23155,-0.306704,-0.381843,-0.405435,-0.625029,-0.742915,-0.752874,-0.79249,-0.846545,-0.809502,-0.167616,-0.076676,-0.128315,-0.20961,-0.184141,-0.23155,-0.306704,-0.381843,-0.405435,-0.625029,-0.742915,-0.752874,-0.79249,-0.846545,-0.809502,-0.167616,-0.076676,-0.128315,-0.20961,-0.184141,-0.23155,-0.306704,-0.381843,-0.405435,-0.625029,-0.742915,-0.752874,-0.79249,-0.846545,-0.809502,-0.167616,-0.076676,-0.128315,-0.20961,-0.184141,-0.23155,-0.306704,-0.381843,-0.405435,-0.625029,-0.742915,-0.752874,-0.79249,-0.846545,-0.809502,-0.167616,-0.076676,-0.128315,-0.20961,-0.184141,-0.23155,-0.306704,-0.381843,-0.405435,-0.625029,-0.742915,-0.752874,-0.79249,-0.846545,-0.809502,-0.167616,-0.076676,-0.128315,-0.20961,-0.184141,-0.23155,-0.306704,-0.381843,-0.405435,-0.625029,-0.742915,-0.752874,-0.79249,-0.846545,-0.809502,-0.167616,-0.076676,-0.128315,-0.20961,-0.184141,-0.23155,-0.306704,-0.381843,-0.405435,-0.625029,-0.742915,-0.752874,-0.79249,-0.846545,-0.809502,-0.167616,-0.076676,-0.128315,-0.20961,-0.184141,-0.23155,-0.306704,-0.381843,-0.405435,-0.625029,-0.742915,-0.752874,-0.79249,-0.846545,-0.809502,-0.167616,-0.076676,-0.128315,-0.20961,-0.184141,-0.23155,-0.306704,-0.381843,-0.405435,-0.625029,-0.742915,-0.752874,-0.79249,-0.846545,-0.809502,-0.167616,-0.076676,-0.128315,-0.20961,-0.184141,-0.23155,-0.306704,-0.381843,-0.405435,-0.625029,-0.742915,-0.752874,-0.79249,-0.846545,-0.809502,-0.167616,-0.076676,-0.128315,-0.20961,-0.184141,-0.23155,-0.306704,-0.381843,-0.405435,-0.625029,-0.742915,-0.752874,-0.79249,-0.846545,-0.809502,-0.167616,-0.076676,-0.128315,-0.20961,-0.184141,-0.23155,-0.306704,-0.381843,-0.405435,-0.625029,-0.742915,-0.752874,-0.79249,-0.846545,-0.809502,-0.167616,-0.076676,-0.128315,-0.20961,-0.184141,-0.23155,-0.306704,-0.381843,-0.405435,-0.625029,-0.742915,-0.752874,-0.79249,-0.846545,-0.809502,-0.167616,-0.076676,-0.128315,-0.20961,-0.184141,-0.23155,-0.306704,-0.381843,-0.405435,-0.625029,-0.742915,-0.752874,-0.79249,-0.846545,-0.809502,-0.167616,-0.076676,-0.128315,-0.20961,-0.184141,-0.23155,-0.306704,-0.381843,-0.405435,-0.625029,-0.742915,-0.752874,-0.79249,-0.846545,-0.809502,-0.167616,-0.076676,-0.128315,-0.20961,-0.184141,-0.23155,-0.306704,-0.381843,-0.405435,-0.625029,-0.742915,-0.752874,-0.79249,-0.846545,-0.809502,-0.167616,-0.076676,-0.128315,-0.20961,-0.184141,-0.23155,-0.306704,-0.381843,-0.405435,-0.625029,-0.742915,-0.752874,-0.79249,-0.846545,-0.809502,-0.167616,-0.076676,-0.128315,-0.20961,-0.184141,-0.23155,-0.306704,-0.381843,-0.405435,-0.625029,-0.742915,-0.752874,-0.79249,-0.846545,-0.809502,-0.167616,-0.076676,-0.128315,-0.20961,-0.184141,-0.23155,-0.306704,-0.381843,-0.405435,-0.625029,-0.742915,-0.752874,-0.79249,-0.846545,-0.809502,-0.167616,-0.076676,-0.128315,-0.20961,-0.184141,-0.23155,-0.306704,-0.381843,-0.405435,-0.625029,-0.742915,-0.752874,-0.79249,-0.846545,-0.809502,-0.167616,-0.076676,-0.128315,-0.20961,-0.184141,-0.23155,-0.306704,-0.381843,-0.405435,-0.625029,-0.742915,-0.752874,-0.79249,-0.846545,-0.809502,-0.167616,-0.076676,-0.128315,-0.20961,-0.184141,-0.23155,-0.306704,-0.381843,-0.405435,-0.625029,-0.742915,-0.752874,-0.79249,-0.846545,-0.809502,-0.167616,-0.076676,-0.128315,-0.20961,-0.184141,-0.23155,-0.306704,-0.381843,-0.405435,-0.625029,-0.742915,-0.752874,-0.79249,-0.846545,-0.809502,-0.167616,-0.076676,-0.128315,-0.20961,-0.184141,-0.23155,-0.306704,-0.381843,-0.405435,-0.625029,-0.742915,-0.752874,-0.79249,-0.846545,-0.809502,-0.167616,-0.076676,-0.128315,-0.20961,-0.184141,-0.23155,-0.306704,-0.381843,-0.405435,-0.625029,-0.742915,-0.752874,-0.79249,-0.846545,-0.809502,-0.167616,-0.076676,-0.128315,-0.20961,-0.184141,-0.23155,-0.306704,-0.381843,-0.405435,-0.625029,-0.742915,-0.752874,-0.79249,-0.846545,-0.809502,-0.167616,-0.076676,-0.128315,-0.20961,-0.184141,-0.23155,-0.306704,-0.381843,-0.405435,-0.625029,-0.742915,-0.752874,-0.79249,-0.846545,-0.809502,-0.167616,-0.076676,-0.128315,-0.20961,-0.184141,-0.23155,-0.306704,-0.381843,-0.405435,-0.625029,-0.742915,-0.752874,-0.79249,-0.846545,-0.809502,-0.167616,-0.076676,-0.128315,-0.20961,-0.184141,-0.23155,-0.306704,-0.381843,-0.405435,-0.625029,-0.742915,-0.752874,-0.79249,-0.846545,-0.809502,-0.167616,-0.076676,-0.128315,-0.20961,-0.184141,-0.23155,-0.306704,-0.381843,-0.405435,-0.625029,-0.742915,-0.752874,-0.79249,-0.846545,-0.809502,-0.167616,-0.076676,-0.128315,-0.20961,-0.184141,-0.23155,-0.306704,-0.381843,-0.405435,-0.625029,-0.742915,-0.752874,-0.79249,-0.846545,-0.809502,-0.167616,-0.076676,-0.128315,-0.20961,-0.184141,-0.23155,-0.306704,-0.381843,-0.405435,-0.625029,-0.742915,-0.752874,-0.79249,-0.846545,-0.809502,-0.167616,-0.076676,-0.128315,-0.20961,-0.184141,-0.23155,-0.306704,-0.381843,-0.405435,-0.625029,-0.742915,-0.752874,-0.79249,-0.846545,-0.809502,-0.167616,-0.076676,-0.128315,-0.20961,-0.184141,-0.23155,-0.306704,-0.381843,-0.405435,-0.625029,-0.742915,-0.752874,-0.79249,-0.846545,-0.809502,-0.167616,-0.076676,-0.128315,-0.20961,-0.184141,-0.23155,-0.306704,-0.381843,-0.405435,-0.625029,-0.742915,-0.752874,-0.79249,-0.846545,-0.809502,-0.167616,-0.076676,-0.128315,-0.20961,-0.184141,-0.23155,-0.306704,-0.381843,-0.405435,-0.625029,-0.742915,-0.752874,-0.79249,-0.846545,-0.809502,-0.167616,-0.076676,-0.128315,-0.20961,-0.184141,-0.23155,-0.306704,-0.381843,-0.405435,-0.625029,-0.742915,-0.752874,-0.79249,-0.846545,-0.809502,-0.167616,-0.076676,-0.128315,-0.20961,-0.184141,-0.23155,-0.306704,-0.381843,-0.405435,-0.625029,-0.742915,-0.752874,-0.79249,-0.846545,-0.809502,-0.167616,-0.076676,-0.128315,-0.20961,-0.184141,-0.23155,-0.306704,-0.381843,-0.405435,-0.625029,-0.742915,-0.752874,-0.79249,-0.846545,-0.809502,-0.167616,-0.076676,-0.128315,-0.20961,-0.184141,-0.23155,-0.306704,-0.381843,-0.405435,-0.625029,-0.742915,-0.752874,-0.79249,-0.846545,-0.809502,-0.167616,-0.076676,-0.128315,-0.20961,-0.184141,-0.23155,-0.306704,-0.381843,-0.405435,-0.625029,-0.742915,-0.752874,-0.79249,-0.846545,-0.809502,-0.167616,-0.076676,-0.128315,-0.20961,-0.184141,-0.23155,-0.306704,-0.381843,-0.405435,-0.625029,-0.742915,-0.752874,-0.79249,-0.846545,-0.809502,-0.167616,-0.076676,-0.128315,-0.20961,-0.184141,-0.23155,-0.306704,-0.381843,-0.405435,-0.625029,-0.742915,-0.752874,-0.79249,-0.846545,-0.809502,-0.167616,-0.076676,-0.128315,-0.20961,-0.184141,-0.23155,-0.306704,-0.381843,-0.405435,-0.625029,-0.742915,-0.752874,-0.79249,-0.846545,-0.809502,-0.167616,-0.076676,-0.128315,-0.20961,-0.184141,-0.23155,-0.306704,-0.381843,-0.405435,-0.625029,-0.742915,-0.752874,-0.79249,-0.846545,-0.809502,-0.167616,-0.076676,-0.128315,-0.20961,-0.184141,-0.23155,-0.306704,-0.381843,-0.405435,-0.625029,-0.742915,-0.752874,-0.79249,-0.846545,-0.809502,-0.167616,-0.076676,-0.128315,-0.20961,-0.184141,-0.23155,-0.306704,-0.381843,-0.405435,-0.625029,-0.742915,-0.752874,-0.79249,-0.846545,-0.809502,-0.167616,-0.076676,-0.128315,-0.20961,-0.184141,-0.23155,-0.306704,-0.381843,-0.405435,-0.625029,-0.742915,-0.752874,-0.79249,-0.846545,-0.809502,-0.167616,-0.076676,-0.128315,-0.20961,-0.184141,-0.23155,-0.306704,-0.381843,-0.405435,-0.625029,-0.742915,-0.752874,-0.79249,-0.846545,-0.809502,-0.167616,-0.076676,-0.128315,-0.20961,-0.184141,-0.23155,-0.306704,-0.381843,-0.405435,-0.625029,-0.742915,-0.752874,-0.79249,-0.846545,-0.809502,-0.167616,-0.076676,-0.128315,-0.20961,-0.184141,-0.23155,-0.306704,-0.381843,-0.405435,-0.625029,-0.742915,-0.752874,-0.79249,-0.846545,-0.809502,-0.167616,-0.076676,-0.128315,-0.20961,-0.184141,-0.23155,-0.306704,-0.381843,-0.405435,-0.625029,-0.742915,-0.752874,-0.79249,-0.846545,-0.809502,-0.167616,-0.076676,-0.128315,-0.20961,-0.184141,-0.23155,-0.306704,-0.381843,-0.405435,-0.625029,-0.742915,-0.752874,-0.79249,-0.846545,-0.809502,-0.167616,-0.076676,-0.128315,-0.20961,-0.184141,-0.23155,-0.306704,-0.381843,-0.405435,-0.625029,-0.742915,-0.752874,-0.79249,-0.846545,-0.809502,-0.167616,-0.076676,-0.128315,-0.20961,-0.184141,-0.23155,-0.306704,-0.381843,-0.405435,-0.625029,-0.742915,-0.752874,-0.79249,-0.846545,-0.809502,-0.167616,-0.076676,-0.128315,-0.20961,-0.184141,-0.23155,-0.306704,-0.381843,-0.405435,-0.625029,-0.742915,-0.752874,-0.79249,-0.846545,-0.809502,-0.167616,-0.076676,-0.128315,-0.20961,-0.184141,-0.23155,-0.306704,-0.381843,-0.405435,-0.625029,-0.742915,-0.752874,-0.79249,-0.846545,-0.809502,-0.167616,-0.076676,-0.128315,-0.20961,-0.184141,-0.23155,-0.306704,-0.381843,-0.405435,-0.625029,-0.742915,-0.752874,-0.79249,-0.846545,-0.809502,-0.167616,-0.076676,-0.128315,-0.20961,-0.184141,-0.23155,-0.306704,-0.381843,-0.405435,-0.625029,-0.742915,-0.752874,-0.79249,-0.846545,-0.809502,-0.167616,-0.076676,-0.128315,-0.20961,-0.184141,-0.23155,-0.306704,-0.381843,-0.405435,-0.625029,-0.742915,-0.752874,-0.79249,-0.846545,-0.809502,-0.167616,-0.076676,-0.128315,-0.20961,-0.184141,-0.23155,-0.306704,-0.381843,-0.405435,-0.625029,-0.742915,-0.752874,-0.79249,-0.846545,-0.809502,-0.167616,-0.076676,-0.128315,-0.20961,-0.184141,-0.23155,-0.306704,-0.381843,-0.405435,-0.625029,-0.742915,-0.752874,-0.79249,-0.846545,-0.809502,-0.167616,-0.076676,-0.128315,-0.20961,-0.184141,-0.23155,-0.306704,-0.381843,-0.405435,-0.625029,-0.742915,-0.752874,-0.79249,-0.846545,-0.809502,-0.167616,-0.076676,-0.128315,-0.20961,-0.184141,-0.23155,-0.306704,-0.381843,-0.405435,-0.625029,-0.742915,-0.752874,-0.79249,-0.846545,-0.809502,-0.167616,-0.076676,-0.128315,-0.20961,-0.184141,-0.23155,-0.306704,-0.381843,-0.405435,-0.625029,-0.742915,-0.752874,-0.79249,-0.846545,-0.809502,-0.167616,-0.076676,-0.128315,-0.20961,-0.184141,-0.23155,-0.306704,-0.381843,-0.405435,-0.625029,-0.742915,-0.752874,-0.79249,-0.846545,-0.809502,-0.167616,-0.076676,-0.128315,-0.20961,-0.184141,-0.23155,-0.306704,-0.381843,-0.405435,-0.625029,-0.742915,-0.752874,-0.79249,-0.846545,-0.809502,-0.167616,-0.076676,-0.128315,-0.20961,-0.184141,-0.23155,-0.306704,-0.381843,-0.405435,-0.625029,-0.742915,-0.752874,-0.79249,-0.846545,-0.809502,-0.167616,-0.076676,-0.128315,-0.20961,-0.184141,-0.23155,-0.306704,-0.381843,-0.405435,-0.625029,-0.742915,-0.752874,-0.79249,-0.846545,-0.809502,-0.167616,-0.076676,-0.128315,-0.20961,-0.184141,-0.23155,-0.306704,-0.381843,-0.405435,-0.625029,-0.742915,-0.752874,-0.79249,-0.846545,-0.809502,-0.167616,-0.076676,-0.128315,-0.20961,-0.184141,-0.23155,-0.306704,-0.381843,-0.405435,-0.625029,-0.742915,-0.752874,-0.79249,-0.846545,-0.809502,-0.167616,-0.076676,-0.128315,-0.20961,-0.184141,-0.23155,-0.306704,-0.381843,-0.405435,-0.625029,-0.742915,-0.752874,-0.79249,-0.846545,-0.809502,-0.167616,-0.076676,-0.128315,-0.20961,-0.184141,-0.23155,-0.306704,-0.381843,-0.405435,-0.625029,-0.742915,-0.752874,-0.79249,-0.846545,-0.809502,-0.167616,-0.076676,-0.128315,-0.20961,-0.184141,-0.23155,-0.306704,-0.381843,-0.405435,-0.625029,-0.742915,-0.752874,-0.79249,-0.846545,-0.809502,-0.167616,-0.076676,-0.128315,-0.20961,-0.184141,-0.23155,-0.306704,-0.381843,-0.405435,-0.625029,-0.742915,-0.752874,-0.79249,-0.846545,-0.809502,0.298465,0.242834,0.293812,0.233436,0.141099,0.362463,0.434513,0.404387,0.24394,0.331511,0.278672,0.29381,0.297029,0.302014,0.266881,0.298465,0.242834,0.293812,0.233436,0.141099,0.362463,0.434513,0.404387,0.24394,0.331511,0.278672,0.29381,0.297029,0.302014,0.266881,0.298465,0.242834,0.293812,0.233436,0.141099,0.362463,0.434513,0.404387,0.24394,0.331511,0.278672,0.29381,0.297029,0.302014,0.266881,0.298465,0.242834,0.293812,0.233436,0.141099,0.362463,0.434513,0.404387,0.24394,0.331511,0.278672,0.29381,0.297029,0.302014,0.266881,0.298465,0.242834,0.293812,0.233436,0.141099,0.362463,0.434513,0.404387,0.24394,0.331511,0.278672,0.29381,0.297029,0.302014,0.266881,0.298465,0.242834,0.293812,0.233436,0.141099,0.362463,0.434513,0.404387,0.24394,0.331511,0.278672,0.29381,0.297029,0.302014,0.266881,0.298465,0.242834,0.293812,0.233436,0.141099,0.362463,0.434513,0.404387,0.24394,0.331511,0.278672,0.29381,0.297029,0.302014,0.266881,0.298465,0.242834,0.293812,0.233436,0.141099,0.362463,0.434513,0.404387,0.24394,0.331511,0.278672,0.29381,0.297029,0.302014,0.266881,0.298465,0.242834,0.293812,0.233436,0.141099,0.362463,0.434513,0.404387,0.24394,0.331511,0.278672,0.29381,0.297029,0.302014,0.266881,0.298465,0.242834,0.293812,0.233436,0.141099,0.362463,0.434513,0.404387,0.24394,0.331511,0.278672,0.29381,0.297029,0.302014,0.266881,0.298465,0.242834,0.293812,0.233436,0.141099,0.362463,0.434513,0.404387,0.24394,0.331511,0.278672,0.29381,0.297029,0.302014,0.266881,0.298465,0.242834,0.293812,0.233436,0.141099,0.362463,0.434513,0.404387,0.24394,0.331511,0.278672,0.29381,0.297029,0.302014,0.266881,0.298465,0.242834,0.293812,0.233436,0.141099,0.362463,0.434513,0.404387,0.24394,0.331511,0.278672,0.29381,0.297029,0.302014,0.266881,0.298465,0.242834,0.293812,0.233436,0.141099,0.362463,0.434513,0.404387,0.24394,0.331511,0.278672,0.29381,0.297029,0.302014,0.266881,0.298465,0.242834,0.293812,0.233436,0.141099,0.362463,0.434513,0.404387,0.24394,0.331511,0.278672,0.29381,0.297029,0.302014,0.266881,0.298465,0.242834,0.293812,0.233436,0.141099,0.362463,0.434513,0.404387,0.24394,0.331511,0.278672,0.29381,0.297029,0.302014,0.266881,0.298465,0.242834,0.293812,0.233436,0.141099,0.362463,0.434513,0.404387,0.24394,0.331511,0.278672,0.29381,0.297029,0.302014,0.266881,0.298465,0.242834,0.293812,0.233436,0.141099,0.362463,0.434513,0.404387,0.24394,0.331511,0.278672,0.29381,0.297029,0.302014,0.266881,0.298465,0.242834,0.293812,0.233436,0.141099,0.362463,0.434513,0.404387,0.24394,0.331511,0.278672,0.29381,0.297029,0.302014,0.266881,0.298465,0.242834,0.293812,0.233436,0.141099,0.362463,0.434513,0.404387,0.24394,0.331511,0.278672,0.29381,0.297029,0.302014,0.266881,0.298465,0.242834,0.293812,0.233436,0.141099,0.362463,0.434513,0.404387,0.24394,0.331511,0.278672,0.29381,0.297029,0.302014,0.266881,0.298465,0.242834,0.293812,0.233436,0.141099,0.362463,0.434513,0.404387,0.24394,0.331511,0.278672,0.29381,0.297029,0.302014,0.266881,0.298465,0.242834,0.293812,0.233436,0.141099,0.362463,0.434513,0.404387,0.24394,0.331511,0.278672,0.29381,0.297029,0.302014,0.266881,0.298465,0.242834,0.293812,0.233436,0.141099,0.362463,0.434513,0.404387,0.24394,0.331511,0.278672,0.29381,0.297029,0.302014,0.266881,0.298465,0.242834,0.293812,0.233436,0.141099,0.362463,0.434513,0.404387,0.24394,0.331511,0.278672,0.29381,0.297029,0.302014,0.266881,0.298465,0.242834,0.293812,0.233436,0.141099,0.362463,0.434513,0.404387,0.24394,0.331511,0.278672,0.29381,0.297029,0.302014,0.266881,0.298465,0.242834,0.293812,0.233436,0.141099,0.362463,0.434513,0.404387,0.24394,0.331511,0.278672,0.29381,0.297029,0.302014,0.266881,0.298465,0.242834,0.293812,0.233436,0.141099,0.362463,0.434513,0.404387,0.24394,0.331511,0.278672,0.29381,0.297029,0.302014,0.266881,0.298465,0.242834,0.293812,0.233436,0.141099,0.362463,0.434513,0.404387,0.24394,0.331511,0.278672,0.29381,0.297029,0.302014,0.266881,0.298465,0.242834,0.293812,0.233436,0.141099,0.362463,0.434513,0.404387,0.24394,0.331511,0.278672,0.29381,0.297029,0.302014,0.266881,0.298465,0.242834,0.293812,0.233436,0.141099,0.362463,0.434513,0.404387,0.24394,0.331511,0.278672,0.29381,0.297029,0.302014,0.266881,0.298465,0.242834,0.293812,0.233436,0.141099,0.362463,0.434513,0.404387,0.24394,0.331511,0.278672,0.29381,0.297029,0.302014,0.266881,0.298465,0.242834,0.293812,0.233436,0.141099,0.362463,0.434513,0.404387,0.24394,0.331511,0.278672,0.29381,0.297029,0.302014,0.266881,0.298465,0.242834,0.293812,0.233436,0.141099,0.362463,0.434513,0.404387,0.24394,0.331511,0.278672,0.29381,0.297029,0.302014,0.266881,0.298465,0.242834,0.293812,0.233436,0.141099,0.362463,0.434513,0.404387,0.24394,0.331511,0.278672,0.29381,0.297029,0.302014,0.266881,0.298465,0.242834,0.293812,0.233436,0.141099,0.362463,0.434513,0.404387,0.24394,0.331511,0.278672,0.29381,0.297029,0.302014,0.266881,0.298465,0.242834,0.293812,0.233436,0.141099,0.362463,0.434513,0.404387,0.24394,0.331511,0.278672,0.29381,0.297029,0.302014,0.266881,0.298465,0.242834,0.293812,0.233436,0.141099,0.362463,0.434513,0.404387,0.24394,0.331511,0.278672,0.29381,0.297029,0.302014,0.266881,0.298465,0.242834,0.293812,0.233436,0.141099,0.362463,0.434513,0.404387,0.24394,0.331511,0.278672,0.29381,0.297029,0.302014,0.266881,0.298465,0.242834,0.293812,0.233436,0.141099,0.362463,0.434513,0.404387,0.24394,0.331511,0.278672,0.29381,0.297029,0.302014,0.266881,0.298465,0.242834,0.293812,0.233436,0.141099,0.362463,0.434513,0.404387,0.24394,0.331511,0.278672,0.29381,0.297029,0.302014,0.266881,0.298465,0.242834,0.293812,0.233436,0.141099,0.362463,0.434513,0.404387,0.24394,0.331511,0.278672,0.29381,0.297029,0.302014,0.266881,0.298465,0.242834,0.293812,0.233436,0.141099,0.362463,0.434513,0.404387,0.24394,0.331511,0.278672,0.29381,0.297029,0.302014,0.266881,0.298465,0.242834,0.293812,0.233436,0.141099,0.362463,0.434513,0.404387,0.24394,0.331511,0.278672,0.29381,0.297029,0.302014,0.266881,0.298465,0.242834,0.293812,0.233436,0.141099,0.362463,0.434513,0.404387,0.24394,0.331511,0.278672,0.29381,0.297029,0.302014,0.266881,0.298465,0.242834,0.293812,0.233436,0.141099,0.362463,0.434513,0.404387,0.24394,0.331511,0.278672,0.29381,0.297029,0.302014,0.266881,0.298465,0.242834,0.293812,0.233436,0.141099,0.362463,0.434513,0.404387,0.24394,0.331511,0.278672,0.29381,0.297029,0.302014,0.266881,0.298465,0.242834,0.293812,0.233436,0.141099,0.362463,0.434513,0.404387,0.24394,0.331511,0.278672,0.29381,0.297029,0.302014,0.266881,0.298465,0.242834,0.293812,0.233436,0.141099,0.362463,0.434513,0.404387,0.24394,0.331511,0.278672,0.29381,0.297029,0.302014,0.266881,0.298465,0.242834,0.293812,0.233436,0.141099,0.362463,0.434513,0.404387,0.24394,0.331511,0.278672,0.29381,0.297029,0.302014,0.266881,0.298465,0.242834,0.293812,0.233436,0.141099,0.362463,0.434513,0.404387,0.24394,0.331511,0.278672,0.29381,0.297029,0.302014,0.266881,0.298465,0.242834,0.293812,0.233436,0.141099,0.362463,0.434513,0.404387,0.24394,0.331511,0.278672,0.29381,0.297029,0.302014,0.266881,0.298465,0.242834,0.293812,0.233436,0.141099,0.362463,0.434513,0.404387,0.24394,0.331511,0.278672,0.29381,0.297029,0.302014,0.266881,0.298465,0.242834,0.293812,0.233436,0.141099,0.362463,0.434513,0.404387,0.24394,0.331511,0.278672,0.29381,0.297029,0.302014,0.266881,0.298465,0.242834,0.293812,0.233436,0.141099,0.362463,0.434513,0.404387,0.24394,0.331511,0.278672,0.29381,0.297029,0.302014,0.266881,0.298465,0.242834,0.293812,0.233436,0.141099,0.362463,0.434513,0.404387,0.24394,0.331511,0.278672,0.29381,0.297029,0.302014,0.266881,-0.301485,-0.349526,-0.24068,-0.112268,-0.1639,-0.205016,-0.305905,-0.337245,-0.408841,-0.231135,-0.271527,-0.304546,-0.304031,-0.217842,-0.247498,-0.301485,-0.349526,-0.24068,-0.112268,-0.1639,-0.205016,-0.305905,-0.337245,-0.408841,-0.231135,-0.271527,-0.304546,-0.304031,-0.217842,-0.247498,-0.301485,-0.349526,-0.24068,-0.112268,-0.1639,-0.205016,-0.305905,-0.337245,-0.408841,-0.231135,-0.271527,-0.304546,-0.304031,-0.217842,-0.247498,-0.301485,-0.349526,-0.24068,-0.112268,-0.1639,-0.205016,-0.305905,-0.337245,-0.408841,-0.231135,-0.271527,-0.304546,-0.304031,-0.217842,-0.247498,-0.301485,-0.349526,-0.24068,-0.112268,-0.1639,-0.205016,-0.305905,-0.337245,-0.408841,-0.231135,-0.271527,-0.304546,-0.304031,-0.217842,-0.247498,-0.301485,-0.349526,-0.24068,-0.112268,-0.1639,-0.205016,-0.305905,-0.337245,-0.408841,-0.231135,-0.271527,-0.304546,-0.304031,-0.217842,-0.247498,-0.301485,-0.349526,-0.24068,-0.112268,-0.1639,-0.205016,-0.305905,-0.337245,-0.408841,-0.231135,-0.271527,-0.304546,-0.304031,-0.217842,-0.247498,-0.301485,-0.349526,-0.24068,-0.112268,-0.1639,-0.205016,-0.305905,-0.337245,-0.408841,-0.231135,-0.271527,-0.304546,-0.304031,-0.217842,-0.247498,-0.301485,-0.349526,-0.24068,-0.112268,-0.1639,-0.205016,-0.305905,-0.337245,-0.408841,-0.231135,-0.271527,-0.304546,-0.304031,-0.217842,-0.247498,-0.301485,-0.349526,-0.24068,-0.112268,-0.1639,-0.205016,-0.305905,-0.337245,-0.408841,-0.231135,-0.271527,-0.304546,-0.304031,-0.217842,-0.247498,-0.301485,-0.349526,-0.24068,-0.112268,-0.1639,-0.205016,-0.305905,-0.337245,-0.408841,-0.231135,-0.271527,-0.304546,-0.304031,-0.217842,-0.247498,-0.301485,-0.349526,-0.24068,-0.112268,-0.1639,-0.205016,-0.305905,-0.337245,-0.408841,-0.231135,-0.271527,-0.304546,-0.304031,-0.217842,-0.247498,-0.301485,-0.349526,-0.24068,-0.112268,-0.1639,-0.205016,-0.305905,-0.337245,-0.408841,-0.231135,-0.271527,-0.304546,-0.304031,-0.217842,-0.247498,-0.301485,-0.349526,-0.24068,-0.112268,-0.1639,-0.205016,-0.305905,-0.337245,-0.408841,-0.231135,-0.271527,-0.304546,-0.304031,-0.217842,-0.247498,-0.301485,-0.349526,-0.24068,-0.112268,-0.1639,-0.205016,-0.305905,-0.337245,-0.408841,-0.231135,-0.271527,-0.304546,-0.304031,-0.217842,-0.247498,-0.301485,-0.349526,-0.24068,-0.112268,-0.1639,-0.205016,-0.305905,-0.337245,-0.408841,-0.231135,-0.271527,-0.304546,-0.304031,-0.217842,-0.247498,-0.301485,-0.349526,-0.24068,-0.112268,-0.1639,-0.205016,-0.305905,-0.337245,-0.408841,-0.231135,-0.271527,-0.304546,-0.304031,-0.217842,-0.247498,-0.301485,-0.349526,-0.24068,-0.112268,-0.1639,-0.205016,-0.305905,-0.337245,-0.408841,-0.231135,-0.271527,-0.304546,-0.304031,-0.217842,-0.247498,-0.301485,-0.349526,-0.24068,-0.112268,-0.1639,-0.205016,-0.305905,-0.337245,-0.408841,-0.231135,-0.271527,-0.304546,-0.304031,-0.217842,-0.247498,-0.301485,-0.349526,-0.24068,-0.112268,-0.1639,-0.205016,-0.305905,-0.337245,-0.408841,-0.231135,-0.271527,-0.304546,-0.304031,-0.217842,-0.247498,-0.301485,-0.349526,-0.24068,-0.112268,-0.1639,-0.205016,-0.305905,-0.337245,-0.408841,-0.231135,-0.271527,-0.304546,-0.304031,-0.217842,-0.247498,-0.301485,-0.349526,-0.24068,-0.112268,-0.1639,-0.205016,-0.305905,-0.337245,-0.408841,-0.231135,-0.271527,-0.304546,-0.304031,-0.217842,-0.247498,-0.301485,-0.349526,-0.24068,-0.112268,-0.1639,-0.205016,-0.305905,-0.337245,-0.408841,-0.231135,-0.271527,-0.304546,-0.304031,-0.217842,-0.247498,-0.301485,-0.349526,-0.24068,-0.112268,-0.1639,-0.205016,-0.305905,-0.337245,-0.408841,-0.231135,-0.271527,-0.304546,-0.304031,-0.217842,-0.247498,-0.301485,-0.349526,-0.24068,-0.112268,-0.1639,-0.205016,-0.305905,-0.337245,-0.408841,-0.231135,-0.271527,-0.304546,-0.304031,-0.217842,-0.247498,-0.301485,-0.349526,-0.24068,-0.112268,-0.1639,-0.205016,-0.305905,-0.337245,-0.408841,-0.231135,-0.271527,-0.304546,-0.304031,-0.217842,-0.247498,-0.301485,-0.349526,-0.24068,-0.112268,-0.1639,-0.205016,-0.305905,-0.337245,-0.408841,-0.231135,-0.271527,-0.304546,-0.304031,-0.217842,-0.247498,-0.301485,-0.349526,-0.24068,-0.112268,-0.1639,-0.205016,-0.305905,-0.337245,-0.408841,-0.231135,-0.271527,-0.304546,-0.304031,-0.217842,-0.247498,-0.301485,-0.349526,-0.24068,-0.112268,-0.1639,-0.205016,-0.305905,-0.337245,-0.408841,-0.231135,-0.271527,-0.304546,-0.304031,-0.217842,-0.247498,-0.301485,-0.349526,-0.24068,-0.112268,-0.1639,-0.205016,-0.305905,-0.337245,-0.408841,-0.231135,-0.271527,-0.304546,-0.304031,-0.217842,-0.247498,-0.301485,-0.349526,-0.24068,-0.112268,-0.1639,-0.205016,-0.305905,-0.337245,-0.408841,-0.231135,-0.271527,-0.304546,-0.304031,-0.217842,-0.247498,-0.301485,-0.349526,-0.24068,-0.112268,-0.1639,-0.205016,-0.305905,-0.337245,-0.408841,-0.231135,-0.271527,-0.304546,-0.304031,-0.217842,-0.247498,-0.301485,-0.349526,-0.24068,-0.112268,-0.1639,-0.205016,-0.305905,-0.337245,-0.408841,-0.231135,-0.271527,-0.304546,-0.304031,-0.217842,-0.247498,-0.301485,-0.349526,-0.24068,-0.112268,-0.1639,-0.205016,-0.305905,-0.337245,-0.408841,-0.231135,-0.271527,-0.304546,-0.304031,-0.217842,-0.247498,-0.301485,-0.349526,-0.24068,-0.112268,-0.1639,-0.205016,-0.305905,-0.337245,-0.408841,-0.231135,-0.271527,-0.304546,-0.304031,-0.217842,-0.247498,-0.301485,-0.349526,-0.24068,-0.112268,-0.1639,-0.205016,-0.305905,-0.337245,-0.408841,-0.231135,-0.271527,-0.304546,-0.304031,-0.217842,-0.247498,-0.301485,-0.349526,-0.24068,-0.112268,-0.1639,-0.205016,-0.305905,-0.337245,-0.408841,-0.231135,-0.271527,-0.304546,-0.304031,-0.217842,-0.247498,-0.301485,-0.349526,-0.24068,-0.112268,-0.1639,-0.205016,-0.305905,-0.337245,-0.408841,-0.231135,-0.271527,-0.304546,-0.304031,-0.217842,-0.247498,-0.301485,-0.349526,-0.24068,-0.112268,-0.1639,-0.205016,-0.305905,-0.337245,-0.408841,-0.231135,-0.271527,-0.304546,-0.304031,-0.217842,-0.247498,-0.301485,-0.349526,-0.24068,-0.112268,-0.1639,-0.205016,-0.305905,-0.337245,-0.408841,-0.231135,-0.271527,-0.304546,-0.304031,-0.217842,-0.247498,-0.301485,-0.349526,-0.24068,-0.112268,-0.1639,-0.205016,-0.305905,-0.337245,-0.408841,-0.231135,-0.271527,-0.304546,-0.304031,-0.217842,-0.247498,-0.301485,-0.349526,-0.24068,-0.112268,-0.1639,-0.205016,-0.305905,-0.337245,-0.408841,-0.231135,-0.271527,-0.304546,-0.304031,-0.217842,-0.247498,-0.301485,-0.349526,-0.24068,-0.112268,-0.1639,-0.205016,-0.305905,-0.337245,-0.408841,-0.231135,-0.271527,-0.304546,-0.304031,-0.217842,-0.247498,-0.301485,-0.349526,-0.24068,-0.112268,-0.1639,-0.205016,-0.305905,-0.337245,-0.408841,-0.231135,-0.271527,-0.304546,-0.304031,-0.217842,-0.247498,-0.301485,-0.349526,-0.24068,-0.112268,-0.1639,-0.205016,-0.305905,-0.337245,-0.408841,-0.231135,-0.271527,-0.304546,-0.304031,-0.217842,-0.247498,-0.301485,-0.349526,-0.24068,-0.112268,-0.1639,-0.205016,-0.305905,-0.337245,-0.408841,-0.231135,-0.271527,-0.304546,-0.304031,-0.217842,-0.247498,-0.301485,-0.349526,-0.24068,-0.112268,-0.1639,-0.205016,-0.305905,-0.337245,-0.408841,-0.231135,-0.271527,-0.304546,-0.304031,-0.217842,-0.247498,-0.301485,-0.349526,-0.24068,-0.112268,-0.1639,-0.205016,-0.305905,-0.337245,-0.408841,-0.231135,-0.271527,-0.304546,-0.304031,-0.217842,-0.247498,-0.301485,-0.349526,-0.24068,-0.112268,-0.1639,-0.205016,-0.305905,-0.337245,-0.408841,-0.231135,-0.271527,-0.304546,-0.304031,-0.217842,-0.247498,-0.301485,-0.349526,-0.24068,-0.112268,-0.1639,-0.205016,-0.305905,-0.337245,-0.408841,-0.231135,-0.271527,-0.304546,-0.304031,-0.217842,-0.247498,-0.301485,-0.349526,-0.24068,-0.112268,-0.1639,-0.205016,-0.305905,-0.337245,-0.408841,-0.231135,-0.271527,-0.304546,-0.304031,-0.217842,-0.247498,-0.301485,-0.349526,-0.24068,-0.112268,-0.1639,-0.205016,-0.305905,-0.337245,-0.408841,-0.231135,-0.271527,-0.304546,-0.304031,-0.217842,-0.247498,-0.301485,-0.349526,-0.24068,-0.112268,-0.1639,-0.205016,-0.305905,-0.337245,-0.408841,-0.231135,-0.271527,-0.304546,-0.304031,-0.217842,-0.247498,-0.301485,-0.349526,-0.24068,-0.112268,-0.1639,-0.205016,-0.305905,-0.337245,-0.408841,-0.231135,-0.271527,-0.304546,-0.304031,-0.217842,-0.247498,-0.301485,-0.349526,-0.24068,-0.112268,-0.1639,-0.205016,-0.305905,-0.337245,-0.408841,-0.231135,-0.271527,-0.304546,-0.304031,-0.217842,-0.247498,-0.301485,-0.349526,-0.24068,-0.112268,-0.1639,-0.205016,-0.305905,-0.337245,-0.408841,-0.231135,-0.271527,-0.304546,-0.304031,-0.217842,-0.247498,-0.301485,-0.349526,-0.24068,-0.112268,-0.1639,-0.205016,-0.305905,-0.337245,-0.408841,-0.231135,-0.271527,-0.304546,-0.304031,-0.217842,-0.247498,-0.301485,-0.349526,-0.24068,-0.112268,-0.1639,-0.205016,-0.305905,-0.337245,-0.408841,-0.231135,-0.271527,-0.304546,-0.304031,-0.217842,-0.247498,-0.301485,-0.349526,-0.24068,-0.112268,-0.1639,-0.205016,-0.305905,-0.337245,-0.408841,-0.231135,-0.271527,-0.304546,-0.304031,-0.217842,-0.247498,-0.301485,-0.349526,-0.24068,-0.112268,-0.1639,-0.205016,-0.305905,-0.337245,-0.408841,-0.231135,-0.271527,-0.304546,-0.304031,-0.217842,-0.247498,-0.301485,-0.349526,-0.24068,-0.112268,-0.1639,-0.205016,-0.305905,-0.337245,-0.408841,-0.231135,-0.271527,-0.304546,-0.304031,-0.217842,-0.247498,-0.301485,-0.349526,-0.24068,-0.112268,-0.1639,-0.205016,-0.305905,-0.337245,-0.408841,-0.231135,-0.271527,-0.304546,-0.304031,-0.217842,-0.247498,-0.301485,-0.349526,-0.24068,-0.112268,-0.1639,-0.205016,-0.305905,-0.337245,-0.408841,-0.231135,-0.271527,-0.304546,-0.304031,-0.217842,-0.247498,-0.301485,-0.349526,-0.24068,-0.112268,-0.1639,-0.205016,-0.305905,-0.337245,-0.408841,-0.231135,-0.271527,-0.304546,-0.304031,-0.217842,-0.247498,-0.301485,-0.349526,-0.24068,-0.112268,-0.1639,-0.205016,-0.305905,-0.337245,-0.408841,-0.231135,-0.271527,-0.304546,-0.304031,-0.217842,-0.247498,-0.301485,-0.349526,-0.24068,-0.112268,-0.1639,-0.205016,-0.305905,-0.337245,-0.408841,-0.231135,-0.271527,-0.304546,-0.304031,-0.217842,-0.247498,-0.301485,-0.349526,-0.24068,-0.112268,-0.1639,-0.205016,-0.305905,-0.337245,-0.408841,-0.231135,-0.271527,-0.304546,-0.304031,-0.217842,-0.247498,-0.301485,-0.349526,-0.24068,-0.112268,-0.1639,-0.205016,-0.305905,-0.337245,-0.408841,-0.231135,-0.271527,-0.304546,-0.304031,-0.217842,-0.247498,-0.301485,-0.349526,-0.24068,-0.112268,-0.1639,-0.205016,-0.305905,-0.337245,-0.408841,-0.231135,-0.271527,-0.304546,-0.304031,-0.217842,-0.247498,-0.301485,-0.349526,-0.24068,-0.112268,-0.1639,-0.205016,-0.305905,-0.337245,-0.408841,-0.231135,-0.271527,-0.304546,-0.304031,-0.217842,-0.247498,-0.301485,-0.349526,-0.24068,-0.112268,-0.1639,-0.205016,-0.305905,-0.337245,-0.408841,-0.231135,-0.271527,-0.304546,-0.304031,-0.217842,-0.247498,-0.301485,-0.349526,-0.24068,-0.112268,-0.1639,-0.205016,-0.305905,-0.337245,-0.408841,-0.231135,-0.271527,-0.304546,-0.304031,-0.217842,-0.247498,-0.301485,-0.349526,-0.24068,-0.112268,-0.1639,-0.205016,-0.305905,-0.337245,-0.408841,-0.231135,-0.271527,-0.304546,-0.304031,-0.217842,-0.247498,-0.301485,-0.349526,-0.24068,-0.112268,-0.1639,-0.205016,-0.305905,-0.337245,-0.408841,-0.231135,-0.271527,-0.304546,-0.304031,-0.217842,-0.247498,-0.301485,-0.349526,-0.24068,-0.112268,-0.1639,-0.205016,-0.305905,-0.337245,-0.408841,-0.231135,-0.271527,-0.304546,-0.304031,-0.217842,-0.247498,-0.301485,-0.349526,-0.24068,-0.112268,-0.1639,-0.205016,-0.305905,-0.337245,-0.408841,-0.231135,-0.271527,-0.304546,-0.304031,-0.217842,-0.247498,-0.301485,-0.349526,-0.24068,-0.112268,-0.1639,-0.205016,-0.305905,-0.337245,-0.408841,-0.231135,-0.271527,-0.304546,-0.304031,-0.217842,-0.247498,-0.301485,-0.349526,-0.24068,-0.112268,-0.1639,-0.205016,-0.305905,-0.337245,-0.408841,-0.231135,-0.271527,-0.304546,-0.304031,-0.217842,-0.247498,-0.301485,-0.349526,-0.24068,-0.112268,-0.1639,-0.205016,-0.305905,-0.337245,-0.408841,-0.231135,-0.271527,-0.304546,-0.304031,-0.217842,-0.247498,-0.301485,-0.349526,-0.24068,-0.112268,-0.1639,-0.205016,-0.305905,-0.337245,-0.408841,-0.231135,-0.271527,-0.304546,-0.304031,-0.217842,-0.247498,-0.301485,-0.349526,-0.24068,-0.112268,-0.1639,-0.205016,-0.305905,-0.337245,-0.408841,-0.231135,-0.271527,-0.304546,-0.304031,-0.217842,-0.247498,-0.301485,-0.349526,-0.24068,-0.112268,-0.1639,-0.205016,-0.305905,-0.337245,-0.408841,-0.231135,-0.271527,-0.304546,-0.304031,-0.217842,-0.247498,-0.301485,-0.349526,-0.24068,-0.112268,-0.1639,-0.205016,-0.305905,-0.337245,-0.408841,-0.231135,-0.271527,-0.304546,-0.304031,-0.217842,-0.247498,-0.301485,-0.349526,-0.24068,-0.112268,-0.1639,-0.205016,-0.305905,-0.337245,-0.408841,-0.231135,-0.271527,-0.304546,-0.304031,-0.217842,-0.247498,-0.301485,-0.349526,-0.24068,-0.112268,-0.1639,-0.205016,-0.305905,-0.337245,-0.408841,-0.231135,-0.271527,-0.304546,-0.304031,-0.217842,-0.247498,-0.301485,-0.349526,-0.24068,-0.112268,-0.1639,-0.205016,-0.305905,-0.337245,-0.408841,-0.231135,-0.271527,-0.304546,-0.304031,-0.217842,-0.247498,-0.301485,-0.349526,-0.24068,-0.112268,-0.1639,-0.205016,-0.305905,-0.337245,-0.408841,-0.231135,-0.271527,-0.304546,-0.304031,-0.217842,-0.247498,-0.301485,-0.349526,-0.24068,-0.112268,-0.1639,-0.205016,-0.305905,-0.337245,-0.408841,-0.231135,-0.271527,-0.304546,-0.304031,-0.217842,-0.247498,-0.301485,-0.349526,-0.24068,-0.112268,-0.1639,-0.205016,-0.305905,-0.337245,-0.408841,-0.231135,-0.271527,-0.304546,-0.304031,-0.217842,-0.247498,-0.301485,-0.349526,-0.24068,-0.112268,-0.1639,-0.205016,-0.305905,-0.337245,-0.408841,-0.231135,-0.271527,-0.304546,-0.304031,-0.217842,-0.247498,-0.301485,-0.349526,-0.24068,-0.112268,-0.1639,-0.205016,-0.305905,-0.337245,-0.408841,-0.231135,-0.271527,-0.304546,-0.304031,-0.217842,-0.247498,-0.301485,-0.349526,-0.24068,-0.112268,-0.1639,-0.205016,-0.305905,-0.337245,-0.408841,-0.231135,-0.271527,-0.304546,-0.304031,-0.217842,-0.247498,-0.301485,-0.349526,-0.24068,-0.112268,-0.1639,-0.205016,-0.305905,-0.337245,-0.408841,-0.231135,-0.271527,-0.304546,-0.304031,-0.217842,-0.247498,-0.321235,-0.230122,-0.301971,-0.371331,-0.445043,-0.49557,-0.433407,-0.434404,-0.401882,-0.187883,-0.134868,-0.0487,-0.090964,-0.161968,-0.157274,-0.321235,-0.230122,-0.301971,-0.371331,-0.445043,-0.49557,-0.433407,-0.434404,-0.401882,-0.187883,-0.134868,-0.0487,-0.090964,-0.161968,-0.157274,-0.321235,-0.230122,-0.301971,-0.371331,-0.445043,-0.49557,-0.433407,-0.434404,-0.401882,-0.187883,-0.134868,-0.0487,-0.090964,-0.161968,-0.157274,-0.321235,-0.230122,-0.301971,-0.371331,-0.445043,-0.49557,-0.433407,-0.434404,-0.401882,-0.187883,-0.134868,-0.0487,-0.090964,-0.161968,-0.157274,-0.321235,-0.230122,-0.301971,-0.371331,-0.445043,-0.49557,-0.433407,-0.434404,-0.401882,-0.187883,-0.134868,-0.0487,-0.090964,-0.161968,-0.157274,-0.321235,-0.230122,-0.301971,-0.371331,-0.445043,-0.49557,-0.433407,-0.434404,-0.401882,-0.187883,-0.134868,-0.0487,-0.090964,-0.161968,-0.157274,-0.321235,-0.230122,-0.301971,-0.371331,-0.445043,-0.49557,-0.433407,-0.434404,-0.401882,-0.187883,-0.134868,-0.0487,-0.090964,-0.161968,-0.157274,-0.321235,-0.230122,-0.301971,-0.371331,-0.445043,-0.49557,-0.433407,-0.434404,-0.401882,-0.187883,-0.134868,-0.0487,-0.090964,-0.161968,-0.157274,-0.321235,-0.230122,-0.301971,-0.371331,-0.445043,-0.49557,-0.433407,-0.434404,-0.401882,-0.187883,-0.134868,-0.0487,-0.090964,-0.161968,-0.157274,-0.321235,-0.230122,-0.301971,-0.371331,-0.445043,-0.49557,-0.433407,-0.434404,-0.401882,-0.187883,-0.134868,-0.0487,-0.090964,-0.161968,-0.157274,-0.321235,-0.230122,-0.301971,-0.371331,-0.445043,-0.49557,-0.433407,-0.434404,-0.401882,-0.187883,-0.134868,-0.0487,-0.090964,-0.161968,-0.157274,-0.321235,-0.230122,-0.301971,-0.371331,-0.445043,-0.49557,-0.433407,-0.434404,-0.401882,-0.187883,-0.134868,-0.0487,-0.090964,-0.161968,-0.157274,-0.321235,-0.230122,-0.301971,-0.371331,-0.445043,-0.49557,-0.433407,-0.434404,-0.401882,-0.187883,-0.134868,-0.0487,-0.090964,-0.161968,-0.157274,-0.321235,-0.230122,-0.301971,-0.371331,-0.445043,-0.49557,-0.433407,-0.434404,-0.401882,-0.187883,-0.134868,-0.0487,-0.090964,-0.161968,-0.157274,-0.321235,-0.230122,-0.301971,-0.371331,-0.445043,-0.49557,-0.433407,-0.434404,-0.401882,-0.187883,-0.134868,-0.0487,-0.090964,-0.161968,-0.157274,-0.321235,-0.230122,-0.301971,-0.371331,-0.445043,-0.49557,-0.433407,-0.434404,-0.401882,-0.187883,-0.134868,-0.0487,-0.090964,-0.161968,-0.157274,-0.321235,-0.230122,-0.301971,-0.371331,-0.445043,-0.49557,-0.433407,-0.434404,-0.401882,-0.187883,-0.134868,-0.0487,-0.090964,-0.161968,-0.157274,0.588537,0.513048,0.626251,0.584201,0.533812,0.545784,0.731078,0.885829,0.727488,0.781214,0.757408,0.631837,0.604137,0.563523,0.556355,0.588537,0.513048,0.626251,0.584201,0.533812,0.545784,0.731078,0.885829,0.727488,0.781214,0.757408,0.631837,0.604137,0.563523,0.556355,0.588537,0.513048,0.626251,0.584201,0.533812,0.545784,0.731078,0.885829,0.727488,0.781214,0.757408,0.631837,0.604137,0.563523,0.556355,0.588537,0.513048,0.626251,0.584201,0.533812,0.545784,0.731078,0.885829,0.727488,0.781214,0.757408,0.631837,0.604137,0.563523,0.556355,0.588537,0.513048,0.626251,0.584201,0.533812,0.545784,0.731078,0.885829,0.727488,0.781214,0.757408,0.631837,0.604137,0.563523,0.556355,0.588537,0.513048,0.626251,0.584201,0.533812,0.545784,0.731078,0.885829,0.727488,0.781214,0.757408,0.631837,0.604137,0.563523,0.556355,0.588537,0.513048,0.626251,0.584201,0.533812,0.545784,0.731078,0.885829,0.727488,0.781214,0.757408,0.631837,0.604137,0.563523,0.556355,0.588537,0.513048,0.626251,0.584201,0.533812,0.545784,0.731078,0.885829,0.727488,0.781214,0.757408,0.631837,0.604137,0.563523,0.556355,0.588537,0.513048,0.626251,0.584201,0.533812,0.545784,0.731078,0.885829,0.727488,0.781214,0.757408,0.631837,0.604137,0.563523,0.556355,0.588537,0.513048,0.626251,0.584201,0.533812,0.545784,0.731078,0.885829,0.727488,0.781214,0.757408,0.631837,0.604137,0.563523,0.556355,2.07636,2.08933,2.09133,2.07657,2.15816,2.23222,2.37367,2.60044,2.55425,2.45343,2.43668,2.29596,2.24501,2.31395,2.51488,2.07636,2.08933,2.09133,2.07657,2.15816,2.23222,2.37367,2.60044,2.55425,2.45343,2.43668,2.29596,2.24501,2.31395,2.51488,2.07636,2.08933,2.09133,2.07657,2.15816,2.23222,2.37367,2.60044,2.55425,2.45343,2.43668,2.29596,2.24501,2.31395,2.51488,2.07636,2.08933,2.09133,2.07657,2.15816,2.23222,2.37367,2.60044,2.55425,2.45343,2.43668,2.29596,2.24501,2.31395,2.51488,2.07636,2.08933,2.09133,2.07657,2.15816,2.23222,2.37367,2.60044,2.55425,2.45343,2.43668,2.29596,2.24501,2.31395,2.51488,2.07636,2.08933,2.09133,2.07657,2.15816,2.23222,2.37367,2.60044,2.55425,2.45343,2.43668,2.29596,2.24501,2.31395,2.51488,2.07636,2.08933,2.09133,2.07657,2.15816,2.23222,2.37367,2.60044,2.55425,2.45343,2.43668,2.29596,2.24501,2.31395,2.51488,2.07636,2.08933,2.09133,2.07657,2.15816,2.23222,2.37367,2.60044,2.55425,2.45343,2.43668,2.29596,2.24501,2.31395,2.51488,2.07636,2.08933,2.09133,2.07657,2.15816,2.23222,2.37367,2.60044,2.55425,2.45343,2.43668,2.29596,2.24501,2.31395,2.51488,2.07636,2.08933,2.09133,2.07657,2.15816,2.23222,2.37367,2.60044,2.55425,2.45343,2.43668,2.29596,2.24501,2.31395,2.51488,2.07636,2.08933,2.09133,2.07657,2.15816,2.23222,2.37367,2.60044,2.55425,2.45343,2.43668,2.29596,2.24501,2.31395,2.51488,2.07636,2.08933,2.09133,2.07657,2.15816,2.23222,2.37367,2.60044,2.55425,2.45343,2.43668,2.29596,2.24501,2.31395,2.51488,2.07636,2.08933,2.09133,2.07657,2.15816,2.23222,2.37367,2.60044,2.55425,2.45343,2.43668,2.29596,2.24501,2.31395,2.51488,2.07636,2.08933,2.09133,2.07657,2.15816,2.23222,2.37367,2.60044,2.55425,2.45343,2.43668,2.29596,2.24501,2.31395,2.51488,2.07636,2.08933,2.09133,2.07657,2.15816,2.23222,2.37367,2.60044,2.55425,2.45343,2.43668,2.29596,2.24501,2.31395,2.51488,2.07636,2.08933,2.09133,2.07657,2.15816,2.23222,2.37367,2.60044,2.55425,2.45343,2.43668,2.29596,2.24501,2.31395,2.51488,2.07636,2.08933,2.09133,2.07657,2.15816,2.23222,2.37367,2.60044,2.55425,2.45343,2.43668,2.29596,2.24501,2.31395,2.51488,2.07636,2.08933,2.09133,2.07657,2.15816,2.23222,2.37367,2.60044,2.55425,2.45343,2.43668,2.29596,2.24501,2.31395,2.51488,2.07636,2.08933,2.09133,2.07657,2.15816,2.23222,2.37367,2.60044,2.55425,2.45343,2.43668,2.29596,2.24501,2.31395,2.51488,2.07636,2.08933,2.09133,2.07657,2.15816,2.23222,2.37367,2.60044,2.55425,2.45343,2.43668,2.29596,2.24501,2.31395,2.51488,2.07636,2.08933,2.09133,2.07657,2.15816,2.23222,2.37367,2.60044,2.55425,2.45343,2.43668,2.29596,2.24501,2.31395,2.51488,0.127955,0.152713,0.211101,0.554801,0.720857,0.774891,0.631336,0.862242,0.834293,0.993796,0.931859,1.18051,1.14435,1.19197,1.21665,0.127955,0.152713,0.211101,0.554801,0.720857,0.774891,0.631336,0.862242,0.834293,0.993796,0.931859,1.18051,1.14435,1.19197,1.21665,0.127955,0.152713,0.211101,0.554801,0.720857,0.774891,0.631336,0.862242,0.834293,0.993796,0.931859,1.18051,1.14435,1.19197,1.21665,0.127955,0.152713,0.211101,0.554801,0.720857,0.774891,0.631336,0.862242,0.834293,0.993796,0.931859,1.18051,1.14435,1.19197,1.21665,0.127955,0.152713,0.211101,0.554801,0.720857,0.774891,0.631336,0.862242,0.834293,0.993796,0.931859,1.18051,1.14435,1.19197,1.21665,0.127955,0.152713,0.211101,0.554801,0.720857,0.774891,0.631336,0.862242,0.834293,0.993796,0.931859,1.18051,1.14435,1.19197,1.21665,0.127955,0.152713,0.211101,0.554801,0.720857,0.774891,0.631336,0.862242,0.834293,0.993796,0.931859,1.18051,1.14435,1.19197,1.21665,0.127955,0.152713,0.211101,0.554801,0.720857,0.774891,0.631336,0.862242,0.834293,0.993796,0.931859,1.18051,1.14435,1.19197,1.21665,0.127955,0.152713,0.211101,0.554801,0.720857,0.774891,0.631336,0.862242,0.834293,0.993796,0.931859,1.18051,1.14435,1.19197,1.21665,0.127955,0.152713,0.211101,0.554801,0.720857,0.774891,0.631336,0.862242,0.834293,0.993796,0.931859,1.18051,1.14435,1.19197,1.21665,0.127955,0.152713,0.211101,0.554801,0.720857,0.774891,0.631336,0.862242,0.834293,0.993796,0.931859,1.18051,1.14435,1.19197,1.21665,0.127955,0.152713,0.211101,0.554801,0.720857,0.774891,0.631336,0.862242,0.834293,0.993796,0.931859,1.18051,1.14435,1.19197,1.21665,0.127955,0.152713,0.211101,0.554801,0.720857,0.774891,0.631336,0.862242,0.834293,0.993796,0.931859,1.18051,1.14435,1.19197,1.21665,0.127955,0.152713,0.211101,0.554801,0.720857,0.774891,0.631336,0.862242,0.834293,0.993796,0.931859,1.18051,1.14435,1.19197,1.21665,0.127955,0.152713,0.211101,0.554801,0.720857,0.774891,0.631336,0.862242,0.834293,0.993796,0.931859,1.18051,1.14435,1.19197,1.21665,0.127955,0.152713,0.211101,0.554801,0.720857,0.774891,0.631336,0.862242,0.834293,0.993796,0.931859,1.18051,1.14435,1.19197,1.21665,0.127955,0.152713,0.211101,0.554801,0.720857,0.774891,0.631336,0.862242,0.834293,0.993796,0.931859,1.18051,1.14435,1.19197,1.21665,0.127955,0.152713,0.211101,0.554801,0.720857,0.774891,0.631336,0.862242,0.834293,0.993796,0.931859,1.18051,1.14435,1.19197,1.21665,0.127955,0.152713,0.211101,0.554801,0.720857,0.774891,0.631336,0.862242,0.834293,0.993796,0.931859,1.18051,1.14435,1.19197,1.21665,0.127955,0.152713,0.211101,0.554801,0.720857,0.774891,0.631336,0.862242,0.834293,0.993796,0.931859,1.18051,1.14435,1.19197,1.21665,0.127955,0.152713,0.211101,0.554801,0.720857,0.774891,0.631336,0.862242,0.834293,0.993796,0.931859,1.18051,1.14435,1.19197,1.21665,0.127955,0.152713,0.211101,0.554801,0.720857,0.774891,0.631336,0.862242,0.834293,0.993796,0.931859,1.18051,1.14435,1.19197,1.21665,0.127955,0.152713,0.211101,0.554801,0.720857,0.774891,0.631336,0.862242,0.834293,0.993796,0.931859,1.18051,1.14435,1.19197,1.21665,0.127955,0.152713,0.211101,0.554801,0.720857,0.774891,0.631336,0.862242,0.834293,0.993796,0.931859,1.18051,1.14435,1.19197,1.21665,0.127955,0.152713,0.211101,0.554801,0.720857,0.774891,0.631336,0.862242,0.834293,0.993796,0.931859,1.18051,1.14435,1.19197,1.21665,0.127955,0.152713,0.211101,0.554801,0.720857,0.774891,0.631336,0.862242,0.834293,0.993796,0.931859,1.18051,1.14435,1.19197,1.21665,0.127955,0.152713,0.211101,0.554801,0.720857,0.774891,0.631336,0.862242,0.834293,0.993796,0.931859,1.18051,1.14435,1.19197,1.21665,0.127955,0.152713,0.211101,0.554801,0.720857,0.774891,0.631336,0.862242,0.834293,0.993796,0.931859,1.18051,1.14435,1.19197,1.21665,0.127955,0.152713,0.211101,0.554801,0.720857,0.774891,0.631336,0.862242,0.834293,0.993796,0.931859,1.18051,1.14435,1.19197,1.21665,0.127955,0.152713,0.211101,0.554801,0.720857,0.774891,0.631336,0.862242,0.834293,0.993796,0.931859,1.18051,1.14435,1.19197,1.21665,0.127955,0.152713,0.211101,0.554801,0.720857,0.774891,0.631336,0.862242,0.834293,0.993796,0.931859,1.18051,1.14435,1.19197,1.21665,0.127955,0.152713,0.211101,0.554801,0.720857,0.774891,0.631336,0.862242,0.834293,0.993796,0.931859,1.18051,1.14435,1.19197,1.21665,0.127955,0.152713,0.211101,0.554801,0.720857,0.774891,0.631336,0.862242,0.834293,0.993796,0.931859,1.18051,1.14435,1.19197,1.21665,1.88545,1.93077,1.99528,2.16801,2.168,2.20781,2.1721,2.21009,2.4635,2.35814,2.32848,2.51142,2.43,2.40287,2.36697,1.88545,1.93077,1.99528,2.16801,2.168,2.20781,2.1721,2.21009,2.4635,2.35814,2.32848,2.51142,2.43,2.40287,2.36697,1.88545,1.93077,1.99528,2.16801,2.168,2.20781,2.1721,2.21009,2.4635,2.35814,2.32848,2.51142,2.43,2.40287,2.36697,1.88545,1.93077,1.99528,2.16801,2.168,2.20781,2.1721,2.21009,2.4635,2.35814,2.32848,2.51142,2.43,2.40287,2.36697,1.88545,1.93077,1.99528,2.16801,2.168,2.20781,2.1721,2.21009,2.4635,2.35814,2.32848,2.51142,2.43,2.40287,2.36697,1.88545,1.93077,1.99528,2.16801,2.168,2.20781,2.1721,2.21009,2.4635,2.35814,2.32848,2.51142,2.43,2.40287,2.36697,1.88545,1.93077,1.99528,2.16801,2.168,2.20781,2.1721,2.21009,2.4635,2.35814,2.32848,2.51142,2.43,2.40287,2.36697,1.88545,1.93077,1.99528,2.16801,2.168,2.20781,2.1721,2.21009,2.4635,2.35814,2.32848,2.51142,2.43,2.40287,2.36697,1.88545,1.93077,1.99528,2.16801,2.168,2.20781,2.1721,2.21009,2.4635,2.35814,2.32848,2.51142,2.43,2.40287,2.36697,1.88545,1.93077,1.99528,2.16801,2.168,2.20781,2.1721,2.21009,2.4635,2.35814,2.32848,2.51142,2.43,2.40287,2.36697,1.88545,1.93077,1.99528,2.16801,2.168,2.20781,2.1721,2.21009,2.4635,2.35814,2.32848,2.51142,2.43,2.40287,2.36697,1.88545,1.93077,1.99528,2.16801,2.168,2.20781,2.1721,2.21009,2.4635,2.35814,2.32848,2.51142,2.43,2.40287,2.36697,1.88545,1.93077,1.99528,2.16801,2.168,2.20781,2.1721,2.21009,2.4635,2.35814,2.32848,2.51142,2.43,2.40287,2.36697,1.88545,1.93077,1.99528,2.16801,2.168,2.20781,2.1721,2.21009,2.4635,2.35814,2.32848,2.51142,2.43,2.40287,2.36697,1.88545,1.93077,1.99528,2.16801,2.168,2.20781,2.1721,2.21009,2.4635,2.35814,2.32848,2.51142,2.43,2.40287,2.36697,1.88545,1.93077,1.99528,2.16801,2.168,2.20781,2.1721,2.21009,2.4635,2.35814,2.32848,2.51142,2.43,2.40287,2.36697,1.88545,1.93077,1.99528,2.16801,2.168,2.20781,2.1721,2.21009,2.4635,2.35814,2.32848,2.51142,2.43,2.40287,2.36697,1.88545,1.93077,1.99528,2.16801,2.168,2.20781,2.1721,2.21009,2.4635,2.35814,2.32848,2.51142,2.43,2.40287,2.36697,1.88545,1.93077,1.99528,2.16801,2.168,2.20781,2.1721,2.21009,2.4635,2.35814,2.32848,2.51142,2.43,2.40287,2.36697,1.88545,1.93077,1.99528,2.16801,2.168,2.20781,2.1721,2.21009,2.4635,2.35814,2.32848,2.51142,2.43,2.40287,2.36697,1.88545,1.93077,1.99528,2.16801,2.168,2.20781,2.1721,2.21009,2.4635,2.35814,2.32848,2.51142,2.43,2.40287,2.36697,1.88545,1.93077,1.99528,2.16801,2.168,2.20781,2.1721,2.21009,2.4635,2.35814,2.32848,2.51142,2.43,2.40287,2.36697,1.88545,1.93077,1.99528,2.16801,2.168,2.20781,2.1721,2.21009,2.4635,2.35814,2.32848,2.51142,2.43,2.40287,2.36697,1.88545,1.93077,1.99528,2.16801,2.168,2.20781,2.1721,2.21009,2.4635,2.35814,2.32848,2.51142,2.43,2.40287,2.36697,1.88545,1.93077,1.99528,2.16801,2.168,2.20781,2.1721,2.21009,2.4635,2.35814,2.32848,2.51142,2.43,2.40287,2.36697,1.88545,1.93077,1.99528,2.16801,2.168,2.20781,2.1721,2.21009,2.4635,2.35814,2.32848,2.51142,2.43,2.40287,2.36697,1.88545,1.93077,1.99528,2.16801,2.168,2.20781,2.1721,2.21009,2.4635,2.35814,2.32848,2.51142,2.43,2.40287,2.36697,1.88545,1.93077,1.99528,2.16801,2.168,2.20781,2.1721,2.21009,2.4635,2.35814,2.32848,2.51142,2.43,2.40287,2.36697,1.88545,1.93077,1.99528,2.16801,2.168,2.20781,2.1721,2.21009,2.4635,2.35814,2.32848,2.51142,2.43,2.40287,2.36697,1.88545,1.93077,1.99528,2.16801,2.168,2.20781,2.1721,2.21009,2.4635,2.35814,2.32848,2.51142,2.43,2.40287,2.36697,1.88545,1.93077,1.99528,2.16801,2.168,2.20781,2.1721,2.21009,2.4635,2.35814,2.32848,2.51142,2.43,2.40287,2.36697,1.88545,1.93077,1.99528,2.16801,2.168,2.20781,2.1721,2.21009,2.4635,2.35814,2.32848,2.51142,2.43,2.40287,2.36697,1.88545,1.93077,1.99528,2.16801,2.168,2.20781,2.1721,2.21009,2.4635,2.35814,2.32848,2.51142,2.43,2.40287,2.36697,1.88545,1.93077,1.99528,2.16801,2.168,2.20781,2.1721,2.21009,2.4635,2.35814,2.32848,2.51142,2.43,2.40287,2.36697,1.88545,1.93077,1.99528,2.16801,2.168,2.20781,2.1721,2.21009,2.4635,2.35814,2.32848,2.51142,2.43,2.40287,2.36697,1.88545,1.93077,1.99528,2.16801,2.168,2.20781,2.1721,2.21009,2.4635,2.35814,2.32848,2.51142,2.43,2.40287,2.36697,1.88545,1.93077,1.99528,2.16801,2.168,2.20781,2.1721,2.21009,2.4635,2.35814,2.32848,2.51142,2.43,2.40287,2.36697,1.88545,1.93077,1.99528,2.16801,2.168,2.20781,2.1721,2.21009,2.4635,2.35814,2.32848,2.51142,2.43,2.40287,2.36697,1.88545,1.93077,1.99528,2.16801,2.168,2.20781,2.1721,2.21009,2.4635,2.35814,2.32848,2.51142,2.43,2.40287,2.36697,1.88545,1.93077,1.99528,2.16801,2.168,2.20781,2.1721,2.21009,2.4635,2.35814,2.32848,2.51142,2.43,2.40287,2.36697,1.88545,1.93077,1.99528,2.16801,2.168,2.20781,2.1721,2.21009,2.4635,2.35814,2.32848,2.51142,2.43,2.40287,2.36697,1.88545,1.93077,1.99528,2.16801,2.168,2.20781,2.1721,2.21009,2.4635,2.35814,2.32848,2.51142,2.43,2.40287,2.36697,1.88545,1.93077,1.99528,2.16801,2.168,2.20781,2.1721,2.21009,2.4635,2.35814,2.32848,2.51142,2.43,2.40287,2.36697,1.88545,1.93077,1.99528,2.16801,2.168,2.20781,2.1721,2.21009,2.4635,2.35814,2.32848,2.51142,2.43,2.40287,2.36697,1.88545,1.93077,1.99528,2.16801,2.168,2.20781,2.1721,2.21009,2.4635,2.35814,2.32848,2.51142,2.43,2.40287,2.36697,1.88545,1.93077,1.99528,2.16801,2.168,2.20781,2.1721,2.21009,2.4635,2.35814,2.32848,2.51142,2.43,2.40287,2.36697,1.88545,1.93077,1.99528,2.16801,2.168,2.20781,2.1721,2.21009,2.4635,2.35814,2.32848,2.51142,2.43,2.40287,2.36697,1.88545,1.93077,1.99528,2.16801,2.168,2.20781,2.1721,2.21009,2.4635,2.35814,2.32848,2.51142,2.43,2.40287,2.36697,1.88545,1.93077,1.99528,2.16801,2.168,2.20781,2.1721,2.21009,2.4635,2.35814,2.32848,2.51142,2.43,2.40287,2.36697,1.88545,1.93077,1.99528,2.16801,2.168,2.20781,2.1721,2.21009,2.4635,2.35814,2.32848,2.51142,2.43,2.40287,2.36697,1.88545,1.93077,1.99528,2.16801,2.168,2.20781,2.1721,2.21009,2.4635,2.35814,2.32848,2.51142,2.43,2.40287,2.36697,1.88545,1.93077,1.99528,2.16801,2.168,2.20781,2.1721,2.21009,2.4635,2.35814,2.32848,2.51142,2.43,2.40287,2.36697,1.88545,1.93077,1.99528,2.16801,2.168,2.20781,2.1721,2.21009,2.4635,2.35814,2.32848,2.51142,2.43,2.40287,2.36697,1.88545,1.93077,1.99528,2.16801,2.168,2.20781,2.1721,2.21009,2.4635,2.35814,2.32848,2.51142,2.43,2.40287,2.36697,1.88545,1.93077,1.99528,2.16801,2.168,2.20781,2.1721,2.21009,2.4635,2.35814,2.32848,2.51142,2.43,2.40287,2.36697,1.88545,1.93077,1.99528,2.16801,2.168,2.20781,2.1721,2.21009,2.4635,2.35814,2.32848,2.51142,2.43,2.40287,2.36697,1.88545,1.93077,1.99528,2.16801,2.168,2.20781,2.1721,2.21009,2.4635,2.35814,2.32848,2.51142,2.43,2.40287,2.36697,1.88545,1.93077,1.99528,2.16801,2.168,2.20781,2.1721,2.21009,2.4635,2.35814,2.32848,2.51142,2.43,2.40287,2.36697,1.88545,1.93077,1.99528,2.16801,2.168,2.20781,2.1721,2.21009,2.4635,2.35814,2.32848,2.51142,2.43,2.40287,2.36697,1.88545,1.93077,1.99528,2.16801,2.168,2.20781,2.1721,2.21009,2.4635,2.35814,2.32848,2.51142,2.43,2.40287,2.36697,1.88545,1.93077,1.99528,2.16801,2.168,2.20781,2.1721,2.21009,2.4635,2.35814,2.32848,2.51142,2.43,2.40287,2.36697,1.88545,1.93077,1.99528,2.16801,2.168,2.20781,2.1721,2.21009,2.4635,2.35814,2.32848,2.51142,2.43,2.40287,2.36697,-1.3846,-1.39278,-1.44345,-1.46547,-1.45831,-1.47718,-1.46744,-1.44032,-1.44643,-1.46398,-1.47211,-1.51964,-1.5402,-1.60652,-1.61832,-1.3846,-1.39278,-1.44345,-1.46547,-1.45831,-1.47718,-1.46744,-1.44032,-1.44643,-1.46398,-1.47211,-1.51964,-1.5402,-1.60652,-1.61832,-1.3846,-1.39278,-1.44345,-1.46547,-1.45831,-1.47718,-1.46744,-1.44032,-1.44643,-1.46398,-1.47211,-1.51964,-1.5402,-1.60652,-1.61832,-1.3846,-1.39278,-1.44345,-1.46547,-1.45831,-1.47718,-1.46744,-1.44032,-1.44643,-1.46398,-1.47211,-1.51964,-1.5402,-1.60652,-1.61832,-1.3846,-1.39278,-1.44345,-1.46547,-1.45831,-1.47718,-1.46744,-1.44032,-1.44643,-1.46398,-1.47211,-1.51964,-1.5402,-1.60652,-1.61832,-1.3846,-1.39278,-1.44345,-1.46547,-1.45831,-1.47718,-1.46744,-1.44032,-1.44643,-1.46398,-1.47211,-1.51964,-1.5402,-1.60652,-1.61832,-1.3846,-1.39278,-1.44345,-1.46547,-1.45831,-1.47718,-1.46744,-1.44032,-1.44643,-1.46398,-1.47211,-1.51964,-1.5402,-1.60652,-1.61832,-1.3846,-1.39278,-1.44345,-1.46547,-1.45831,-1.47718,-1.46744,-1.44032,-1.44643,-1.46398,-1.47211,-1.51964,-1.5402,-1.60652,-1.61832,-1.3846,-1.39278,-1.44345,-1.46547,-1.45831,-1.47718,-1.46744,-1.44032,-1.44643,-1.46398,-1.47211,-1.51964,-1.5402,-1.60652,-1.61832,-1.3846,-1.39278,-1.44345,-1.46547,-1.45831,-1.47718,-1.46744,-1.44032,-1.44643,-1.46398,-1.47211,-1.51964,-1.5402,-1.60652,-1.61832,-1.3846,-1.39278,-1.44345,-1.46547,-1.45831,-1.47718,-1.46744,-1.44032,-1.44643,-1.46398,-1.47211,-1.51964,-1.5402,-1.60652,-1.61832,-1.3846,-1.39278,-1.44345,-1.46547,-1.45831,-1.47718,-1.46744,-1.44032,-1.44643,-1.46398,-1.47211,-1.51964,-1.5402,-1.60652,-1.61832,-1.3846,-1.39278,-1.44345,-1.46547,-1.45831,-1.47718,-1.46744,-1.44032,-1.44643,-1.46398,-1.47211,-1.51964,-1.5402,-1.60652,-1.61832,-1.3846,-1.39278,-1.44345,-1.46547,-1.45831,-1.47718,-1.46744,-1.44032,-1.44643,-1.46398,-1.47211,-1.51964,-1.5402,-1.60652,-1.61832,-1.3846,-1.39278,-1.44345,-1.46547,-1.45831,-1.47718,-1.46744,-1.44032,-1.44643,-1.46398,-1.47211,-1.51964,-1.5402,-1.60652,-1.61832,-1.3846,-1.39278,-1.44345,-1.46547,-1.45831,-1.47718,-1.46744,-1.44032,-1.44643,-1.46398,-1.47211,-1.51964,-1.5402,-1.60652,-1.61832,-1.3846,-1.39278,-1.44345,-1.46547,-1.45831,-1.47718,-1.46744,-1.44032,-1.44643,-1.46398,-1.47211,-1.51964,-1.5402,-1.60652,-1.61832,-1.3846,-1.39278,-1.44345,-1.46547,-1.45831,-1.47718,-1.46744,-1.44032,-1.44643,-1.46398,-1.47211,-1.51964,-1.5402,-1.60652,-1.61832,-1.3846,-1.39278,-1.44345,-1.46547,-1.45831,-1.47718,-1.46744,-1.44032,-1.44643,-1.46398,-1.47211,-1.51964,-1.5402,-1.60652,-1.61832,-1.3846,-1.39278,-1.44345,-1.46547,-1.45831,-1.47718,-1.46744,-1.44032,-1.44643,-1.46398,-1.47211,-1.51964,-1.5402,-1.60652,-1.61832,-1.3846,-1.39278,-1.44345,-1.46547,-1.45831,-1.47718,-1.46744,-1.44032,-1.44643,-1.46398,-1.47211,-1.51964,-1.5402,-1.60652,-1.61832,-1.3846,-1.39278,-1.44345,-1.46547,-1.45831,-1.47718,-1.46744,-1.44032,-1.44643,-1.46398,-1.47211,-1.51964,-1.5402,-1.60652,-1.61832,-1.3846,-1.39278,-1.44345,-1.46547,-1.45831,-1.47718,-1.46744,-1.44032,-1.44643,-1.46398,-1.47211,-1.51964,-1.5402,-1.60652,-1.61832,-1.3846,-1.39278,-1.44345,-1.46547,-1.45831,-1.47718,-1.46744,-1.44032,-1.44643,-1.46398,-1.47211,-1.51964,-1.5402,-1.60652,-1.61832,-1.3846,-1.39278,-1.44345,-1.46547,-1.45831,-1.47718,-1.46744,-1.44032,-1.44643,-1.46398,-1.47211,-1.51964,-1.5402,-1.60652,-1.61832,-1.3846,-1.39278,-1.44345,-1.46547,-1.45831,-1.47718,-1.46744,-1.44032,-1.44643,-1.46398,-1.47211,-1.51964,-1.5402,-1.60652,-1.61832,-1.3846,-1.39278,-1.44345,-1.46547,-1.45831,-1.47718,-1.46744,-1.44032,-1.44643,-1.46398,-1.47211,-1.51964,-1.5402,-1.60652,-1.61832,-1.3846,-1.39278,-1.44345,-1.46547,-1.45831,-1.47718,-1.46744,-1.44032,-1.44643,-1.46398,-1.47211,-1.51964,-1.5402,-1.60652,-1.61832,-1.3846,-1.39278,-1.44345,-1.46547,-1.45831,-1.47718,-1.46744,-1.44032,-1.44643,-1.46398,-1.47211,-1.51964,-1.5402,-1.60652,-1.61832,-1.3846,-1.39278,-1.44345,-1.46547,-1.45831,-1.47718,-1.46744,-1.44032,-1.44643,-1.46398,-1.47211,-1.51964,-1.5402,-1.60652,-1.61832,-1.3846,-1.39278,-1.44345,-1.46547,-1.45831,-1.47718,-1.46744,-1.44032,-1.44643,-1.46398,-1.47211,-1.51964,-1.5402,-1.60652,-1.61832,-1.3846,-1.39278,-1.44345,-1.46547,-1.45831,-1.47718,-1.46744,-1.44032,-1.44643,-1.46398,-1.47211,-1.51964,-1.5402,-1.60652,-1.61832,-1.3846,-1.39278,-1.44345,-1.46547,-1.45831,-1.47718,-1.46744,-1.44032,-1.44643,-1.46398,-1.47211,-1.51964,-1.5402,-1.60652,-1.61832,-1.3846,-1.39278,-1.44345,-1.46547,-1.45831,-1.47718,-1.46744,-1.44032,-1.44643,-1.46398,-1.47211,-1.51964,-1.5402,-1.60652,-1.61832,-1.3846,-1.39278,-1.44345,-1.46547,-1.45831,-1.47718,-1.46744,-1.44032,-1.44643,-1.46398,-1.47211,-1.51964,-1.5402,-1.60652,-1.61832,-1.3846,-1.39278,-1.44345,-1.46547,-1.45831,-1.47718,-1.46744,-1.44032,-1.44643,-1.46398,-1.47211,-1.51964,-1.5402,-1.60652,-1.61832,-1.3846,-1.39278,-1.44345,-1.46547,-1.45831,-1.47718,-1.46744,-1.44032,-1.44643,-1.46398,-1.47211,-1.51964,-1.5402,-1.60652,-1.61832,-1.3846,-1.39278,-1.44345,-1.46547,-1.45831,-1.47718,-1.46744,-1.44032,-1.44643,-1.46398,-1.47211,-1.51964,-1.5402,-1.60652,-1.61832,-1.3846,-1.39278,-1.44345,-1.46547,-1.45831,-1.47718,-1.46744,-1.44032,-1.44643,-1.46398,-1.47211,-1.51964,-1.5402,-1.60652,-1.61832,-1.3846,-1.39278,-1.44345,-1.46547,-1.45831,-1.47718,-1.46744,-1.44032,-1.44643,-1.46398,-1.47211,-1.51964,-1.5402,-1.60652,-1.61832,-1.3846,-1.39278,-1.44345,-1.46547,-1.45831,-1.47718,-1.46744,-1.44032,-1.44643,-1.46398,-1.47211,-1.51964,-1.5402,-1.60652,-1.61832,-1.3846,-1.39278,-1.44345,-1.46547,-1.45831,-1.47718,-1.46744,-1.44032,-1.44643,-1.46398,-1.47211,-1.51964,-1.5402,-1.60652,-1.61832,-1.3846,-1.39278,-1.44345,-1.46547,-1.45831,-1.47718,-1.46744,-1.44032,-1.44643,-1.46398,-1.47211,-1.51964,-1.5402,-1.60652,-1.61832,-1.3846,-1.39278,-1.44345,-1.46547,-1.45831,-1.47718,-1.46744,-1.44032,-1.44643,-1.46398,-1.47211,-1.51964,-1.5402,-1.60652,-1.61832,-1.3846,-1.39278,-1.44345,-1.46547,-1.45831,-1.47718,-1.46744,-1.44032,-1.44643,-1.46398,-1.47211,-1.51964,-1.5402,-1.60652,-1.61832,-1.3846,-1.39278,-1.44345,-1.46547,-1.45831,-1.47718,-1.46744,-1.44032,-1.44643,-1.46398,-1.47211,-1.51964,-1.5402,-1.60652,-1.61832,-1.3846,-1.39278,-1.44345,-1.46547,-1.45831,-1.47718,-1.46744,-1.44032,-1.44643,-1.46398,-1.47211,-1.51964,-1.5402,-1.60652,-1.61832,-1.3846,-1.39278,-1.44345,-1.46547,-1.45831,-1.47718,-1.46744,-1.44032,-1.44643,-1.46398,-1.47211,-1.51964,-1.5402,-1.60652,-1.61832,-1.3846,-1.39278,-1.44345,-1.46547,-1.45831,-1.47718,-1.46744,-1.44032,-1.44643,-1.46398,-1.47211,-1.51964,-1.5402,-1.60652,-1.61832,-1.3846,-1.39278,-1.44345,-1.46547,-1.45831,-1.47718,-1.46744,-1.44032,-1.44643,-1.46398,-1.47211,-1.51964,-1.5402,-1.60652,-1.61832,-1.3846,-1.39278,-1.44345,-1.46547,-1.45831,-1.47718,-1.46744,-1.44032,-1.44643,-1.46398,-1.47211,-1.51964,-1.5402,-1.60652,-1.61832,-1.3846,-1.39278,-1.44345,-1.46547,-1.45831,-1.47718,-1.46744,-1.44032,-1.44643,-1.46398,-1.47211,-1.51964,-1.5402,-1.60652,-1.61832,-1.3846,-1.39278,-1.44345,-1.46547,-1.45831,-1.47718,-1.46744,-1.44032,-1.44643,-1.46398,-1.47211,-1.51964,-1.5402,-1.60652,-1.61832,-1.3846,-1.39278,-1.44345,-1.46547,-1.45831,-1.47718,-1.46744,-1.44032,-1.44643,-1.46398,-1.47211,-1.51964,-1.5402,-1.60652,-1.61832,-1.3846,-1.39278,-1.44345,-1.46547,-1.45831,-1.47718,-1.46744,-1.44032,-1.44643,-1.46398,-1.47211,-1.51964,-1.5402,-1.60652,-1.61832,-1.3846,-1.39278,-1.44345,-1.46547,-1.45831,-1.47718,-1.46744,-1.44032,-1.44643,-1.46398,-1.47211,-1.51964,-1.5402,-1.60652,-1.61832,-1.3846,-1.39278,-1.44345,-1.46547,-1.45831,-1.47718,-1.46744,-1.44032,-1.44643,-1.46398,-1.47211,-1.51964,-1.5402,-1.60652,-1.61832,-1.3846,-1.39278,-1.44345,-1.46547,-1.45831,-1.47718,-1.46744,-1.44032,-1.44643,-1.46398,-1.47211,-1.51964,-1.5402,-1.60652,-1.61832,-1.3846,-1.39278,-1.44345,-1.46547,-1.45831,-1.47718,-1.46744,-1.44032,-1.44643,-1.46398,-1.47211,-1.51964,-1.5402,-1.60652,-1.61832,-1.3846,-1.39278,-1.44345,-1.46547,-1.45831,-1.47718,-1.46744,-1.44032,-1.44643,-1.46398,-1.47211,-1.51964,-1.5402,-1.60652,-1.61832,-1.3846,-1.39278,-1.44345,-1.46547,-1.45831,-1.47718,-1.46744,-1.44032,-1.44643,-1.46398,-1.47211,-1.51964,-1.5402,-1.60652,-1.61832,-1.3846,-1.39278,-1.44345,-1.46547,-1.45831,-1.47718,-1.46744,-1.44032,-1.44643,-1.46398,-1.47211,-1.51964,-1.5402,-1.60652,-1.61832,-1.3846,-1.39278,-1.44345,-1.46547,-1.45831,-1.47718,-1.46744,-1.44032,-1.44643,-1.46398,-1.47211,-1.51964,-1.5402,-1.60652,-1.61832,-1.3846,-1.39278,-1.44345,-1.46547,-1.45831,-1.47718,-1.46744,-1.44032,-1.44643,-1.46398,-1.47211,-1.51964,-1.5402,-1.60652,-1.61832,-1.3846,-1.39278,-1.44345,-1.46547,-1.45831,-1.47718,-1.46744,-1.44032,-1.44643,-1.46398,-1.47211,-1.51964,-1.5402,-1.60652,-1.61832,-1.3846,-1.39278,-1.44345,-1.46547,-1.45831,-1.47718,-1.46744,-1.44032,-1.44643,-1.46398,-1.47211,-1.51964,-1.5402,-1.60652,-1.61832,-1.3846,-1.39278,-1.44345,-1.46547,-1.45831,-1.47718,-1.46744,-1.44032,-1.44643,-1.46398,-1.47211,-1.51964,-1.5402,-1.60652,-1.61832,-1.3846,-1.39278,-1.44345,-1.46547,-1.45831,-1.47718,-1.46744,-1.44032,-1.44643,-1.46398,-1.47211,-1.51964,-1.5402,-1.60652,-1.61832,-1.3846,-1.39278,-1.44345,-1.46547,-1.45831,-1.47718,-1.46744,-1.44032,-1.44643,-1.46398,-1.47211,-1.51964,-1.5402,-1.60652,-1.61832,-1.3846,-1.39278,-1.44345,-1.46547,-1.45831,-1.47718,-1.46744,-1.44032,-1.44643,-1.46398,-1.47211,-1.51964,-1.5402,-1.60652,-1.61832,-1.3846,-1.39278,-1.44345,-1.46547,-1.45831,-1.47718,-1.46744,-1.44032,-1.44643,-1.46398,-1.47211,-1.51964,-1.5402,-1.60652,-1.61832,-1.3846,-1.39278,-1.44345,-1.46547,-1.45831,-1.47718,-1.46744,-1.44032,-1.44643,-1.46398,-1.47211,-1.51964,-1.5402,-1.60652,-1.61832,-1.3846,-1.39278,-1.44345,-1.46547,-1.45831,-1.47718,-1.46744,-1.44032,-1.44643,-1.46398,-1.47211,-1.51964,-1.5402,-1.60652,-1.61832,-1.3846,-1.39278,-1.44345,-1.46547,-1.45831,-1.47718,-1.46744,-1.44032,-1.44643,-1.46398,-1.47211,-1.51964,-1.5402,-1.60652,-1.61832,-1.3846,-1.39278,-1.44345,-1.46547,-1.45831,-1.47718,-1.46744,-1.44032,-1.44643,-1.46398,-1.47211,-1.51964,-1.5402,-1.60652,-1.61832,-1.3846,-1.39278,-1.44345,-1.46547,-1.45831,-1.47718,-1.46744,-1.44032,-1.44643,-1.46398,-1.47211,-1.51964,-1.5402,-1.60652,-1.61832,-1.3846,-1.39278,-1.44345,-1.46547,-1.45831,-1.47718,-1.46744,-1.44032,-1.44643,-1.46398,-1.47211,-1.51964,-1.5402,-1.60652,-1.61832,-1.3846,-1.39278,-1.44345,-1.46547,-1.45831,-1.47718,-1.46744,-1.44032,-1.44643,-1.46398,-1.47211,-1.51964,-1.5402,-1.60652,-1.61832,-1.3846,-1.39278,-1.44345,-1.46547,-1.45831,-1.47718,-1.46744,-1.44032,-1.44643,-1.46398,-1.47211,-1.51964,-1.5402,-1.60652,-1.61832,-1.3846,-1.39278,-1.44345,-1.46547,-1.45831,-1.47718,-1.46744,-1.44032,-1.44643,-1.46398,-1.47211,-1.51964,-1.5402,-1.60652,-1.61832,-1.3846,-1.39278,-1.44345,-1.46547,-1.45831,-1.47718,-1.46744,-1.44032,-1.44643,-1.46398,-1.47211,-1.51964,-1.5402,-1.60652,-1.61832,-1.3846,-1.39278,-1.44345,-1.46547,-1.45831,-1.47718,-1.46744,-1.44032,-1.44643,-1.46398,-1.47211,-1.51964,-1.5402,-1.60652,-1.61832,-1.3846,-1.39278,-1.44345,-1.46547,-1.45831,-1.47718,-1.46744,-1.44032,-1.44643,-1.46398,-1.47211,-1.51964,-1.5402,-1.60652,-1.61832,-1.3846,-1.39278,-1.44345,-1.46547,-1.45831,-1.47718,-1.46744,-1.44032,-1.44643,-1.46398,-1.47211,-1.51964,-1.5402,-1.60652,-1.61832,-1.3846,-1.39278,-1.44345,-1.46547,-1.45831,-1.47718,-1.46744,-1.44032,-1.44643,-1.46398,-1.47211,-1.51964,-1.5402,-1.60652,-1.61832,-1.3846,-1.39278,-1.44345,-1.46547,-1.45831,-1.47718,-1.46744,-1.44032,-1.44643,-1.46398,-1.47211,-1.51964,-1.5402,-1.60652,-1.61832,-1.3846,-1.39278,-1.44345,-1.46547,-1.45831,-1.47718,-1.46744,-1.44032,-1.44643,-1.46398,-1.47211,-1.51964,-1.5402,-1.60652,-1.61832,-1.3846,-1.39278,-1.44345,-1.46547,-1.45831,-1.47718,-1.46744,-1.44032,-1.44643,-1.46398,-1.47211,-1.51964,-1.5402,-1.60652,-1.61832,-1.3846,-1.39278,-1.44345,-1.46547,-1.45831,-1.47718,-1.46744,-1.44032,-1.44643,-1.46398,-1.47211,-1.51964,-1.5402,-1.60652,-1.61832,-1.3846,-1.39278,-1.44345,-1.46547,-1.45831,-1.47718,-1.46744,-1.44032,-1.44643,-1.46398,-1.47211,-1.51964,-1.5402,-1.60652,-1.61832,-1.3846,-1.39278,-1.44345,-1.46547,-1.45831,-1.47718,-1.46744,-1.44032,-1.44643,-1.46398,-1.47211,-1.51964,-1.5402,-1.60652,-1.61832,-1.3846,-1.39278,-1.44345,-1.46547,-1.45831,-1.47718,-1.46744,-1.44032,-1.44643,-1.46398,-1.47211,-1.51964,-1.5402,-1.60652,-1.61832,-1.3846,-1.39278,-1.44345,-1.46547,-1.45831,-1.47718,-1.46744,-1.44032,-1.44643,-1.46398,-1.47211,-1.51964,-1.5402,-1.60652,-1.61832,-1.3846,-1.39278,-1.44345,-1.46547,-1.45831,-1.47718,-1.46744,-1.44032,-1.44643,-1.46398,-1.47211,-1.51964,-1.5402,-1.60652,-1.61832,-1.3846,-1.39278,-1.44345,-1.46547,-1.45831,-1.47718,-1.46744,-1.44032,-1.44643,-1.46398,-1.47211,-1.51964,-1.5402,-1.60652,-1.61832,-1.3846,-1.39278,-1.44345,-1.46547,-1.45831,-1.47718,-1.46744,-1.44032,-1.44643,-1.46398,-1.47211,-1.51964,-1.5402,-1.60652,-1.61832,-1.3846,-1.39278,-1.44345,-1.46547,-1.45831,-1.47718,-1.46744,-1.44032,-1.44643,-1.46398,-1.47211,-1.51964,-1.5402,-1.60652,-1.61832,-1.3846,-1.39278,-1.44345,-1.46547,-1.45831,-1.47718,-1.46744,-1.44032,-1.44643,-1.46398,-1.47211,-1.51964,-1.5402,-1.60652,-1.61832,-1.3846,-1.39278,-1.44345,-1.46547,-1.45831,-1.47718,-1.46744,-1.44032,-1.44643,-1.46398,-1.47211,-1.51964,-1.5402,-1.60652,-1.61832,-1.3846,-1.39278,-1.44345,-1.46547,-1.45831,-1.47718,-1.46744,-1.44032,-1.44643,-1.46398,-1.47211,-1.51964,-1.5402,-1.60652,-1.61832,-1.3068,-1.309,-1.32214,-1.3352,-1.34325,-1.35739,-1.36807,-1.37785,-1.40046,-1.40359,-1.43468,-1.48825,-1.50696,-1.48426,-1.50638,-1.3068,-1.309,-1.32214,-1.3352,-1.34325,-1.35739,-1.36807,-1.37785,-1.40046,-1.40359,-1.43468,-1.48825,-1.50696,-1.48426,-1.50638,-1.3068,-1.309,-1.32214,-1.3352,-1.34325,-1.35739,-1.36807,-1.37785,-1.40046,-1.40359,-1.43468,-1.48825,-1.50696,-1.48426,-1.50638,-1.3068,-1.309,-1.32214,-1.3352,-1.34325,-1.35739,-1.36807,-1.37785,-1.40046,-1.40359,-1.43468,-1.48825,-1.50696,-1.48426,-1.50638,-1.3068,-1.309,-1.32214,-1.3352,-1.34325,-1.35739,-1.36807,-1.37785,-1.40046,-1.40359,-1.43468,-1.48825,-1.50696,-1.48426,-1.50638,-1.3068,-1.309,-1.32214,-1.3352,-1.34325,-1.35739,-1.36807,-1.37785,-1.40046,-1.40359,-1.43468,-1.48825,-1.50696,-1.48426,-1.50638,-1.3068,-1.309,-1.32214,-1.3352,-1.34325,-1.35739,-1.36807,-1.37785,-1.40046,-1.40359,-1.43468,-1.48825,-1.50696,-1.48426,-1.50638,-1.3068,-1.309,-1.32214,-1.3352,-1.34325,-1.35739,-1.36807,-1.37785,-1.40046,-1.40359,-1.43468,-1.48825,-1.50696,-1.48426,-1.50638,-1.3068,-1.309,-1.32214,-1.3352,-1.34325,-1.35739,-1.36807,-1.37785,-1.40046,-1.40359,-1.43468,-1.48825,-1.50696,-1.48426,-1.50638,-1.3068,-1.309,-1.32214,-1.3352,-1.34325,-1.35739,-1.36807,-1.37785,-1.40046,-1.40359,-1.43468,-1.48825,-1.50696,-1.48426,-1.50638,-1.3068,-1.309,-1.32214,-1.3352,-1.34325,-1.35739,-1.36807,-1.37785,-1.40046,-1.40359,-1.43468,-1.48825,-1.50696,-1.48426,-1.50638,-1.3068,-1.309,-1.32214,-1.3352,-1.34325,-1.35739,-1.36807,-1.37785,-1.40046,-1.40359,-1.43468,-1.48825,-1.50696,-1.48426,-1.50638,-1.3068,-1.309,-1.32214,-1.3352,-1.34325,-1.35739,-1.36807,-1.37785,-1.40046,-1.40359,-1.43468,-1.48825,-1.50696,-1.48426,-1.50638,-1.3068,-1.309,-1.32214,-1.3352,-1.34325,-1.35739,-1.36807,-1.37785,-1.40046,-1.40359,-1.43468,-1.48825,-1.50696,-1.48426,-1.50638,-1.3068,-1.309,-1.32214,-1.3352,-1.34325,-1.35739,-1.36807,-1.37785,-1.40046,-1.40359,-1.43468,-1.48825,-1.50696,-1.48426,-1.50638,-1.3068,-1.309,-1.32214,-1.3352,-1.34325,-1.35739,-1.36807,-1.37785,-1.40046,-1.40359,-1.43468,-1.48825,-1.50696,-1.48426,-1.50638,-1.3068,-1.309,-1.32214,-1.3352,-1.34325,-1.35739,-1.36807,-1.37785,-1.40046,-1.40359,-1.43468,-1.48825,-1.50696,-1.48426,-1.50638,-1.3068,-1.309,-1.32214,-1.3352,-1.34325,-1.35739,-1.36807,-1.37785,-1.40046,-1.40359,-1.43468,-1.48825,-1.50696,-1.48426,-1.50638,-1.3068,-1.309,-1.32214,-1.3352,-1.34325,-1.35739,-1.36807,-1.37785,-1.40046,-1.40359,-1.43468,-1.48825,-1.50696,-1.48426,-1.50638,-1.3068,-1.309,-1.32214,-1.3352,-1.34325,-1.35739,-1.36807,-1.37785,-1.40046,-1.40359,-1.43468,-1.48825,-1.50696,-1.48426,-1.50638,-1.3068,-1.309,-1.32214,-1.3352,-1.34325,-1.35739,-1.36807,-1.37785,-1.40046,-1.40359,-1.43468,-1.48825,-1.50696,-1.48426,-1.50638,-1.3068,-1.309,-1.32214,-1.3352,-1.34325,-1.35739,-1.36807,-1.37785,-1.40046,-1.40359,-1.43468,-1.48825,-1.50696,-1.48426,-1.50638,-1.3068,-1.309,-1.32214,-1.3352,-1.34325,-1.35739,-1.36807,-1.37785,-1.40046,-1.40359,-1.43468,-1.48825,-1.50696,-1.48426,-1.50638,-1.3068,-1.309,-1.32214,-1.3352,-1.34325,-1.35739,-1.36807,-1.37785,-1.40046,-1.40359,-1.43468,-1.48825,-1.50696,-1.48426,-1.50638,-1.3068,-1.309,-1.32214,-1.3352,-1.34325,-1.35739,-1.36807,-1.37785,-1.40046,-1.40359,-1.43468,-1.48825,-1.50696,-1.48426,-1.50638,-1.3068,-1.309,-1.32214,-1.3352,-1.34325,-1.35739,-1.36807,-1.37785,-1.40046,-1.40359,-1.43468,-1.48825,-1.50696,-1.48426,-1.50638,-1.3068,-1.309,-1.32214,-1.3352,-1.34325,-1.35739,-1.36807,-1.37785,-1.40046,-1.40359,-1.43468,-1.48825,-1.50696,-1.48426,-1.50638,-1.3068,-1.309,-1.32214,-1.3352,-1.34325,-1.35739,-1.36807,-1.37785,-1.40046,-1.40359,-1.43468,-1.48825,-1.50696,-1.48426,-1.50638,-1.3068,-1.309,-1.32214,-1.3352,-1.34325,-1.35739,-1.36807,-1.37785,-1.40046,-1.40359,-1.43468,-1.48825,-1.50696,-1.48426,-1.50638,-1.3068,-1.309,-1.32214,-1.3352,-1.34325,-1.35739,-1.36807,-1.37785,-1.40046,-1.40359,-1.43468,-1.48825,-1.50696,-1.48426,-1.50638,-1.3068,-1.309,-1.32214,-1.3352,-1.34325,-1.35739,-1.36807,-1.37785,-1.40046,-1.40359,-1.43468,-1.48825,-1.50696,-1.48426,-1.50638,-1.3068,-1.309,-1.32214,-1.3352,-1.34325,-1.35739,-1.36807,-1.37785,-1.40046,-1.40359,-1.43468,-1.48825,-1.50696,-1.48426,-1.50638,-1.3068,-1.309,-1.32214,-1.3352,-1.34325,-1.35739,-1.36807,-1.37785,-1.40046,-1.40359,-1.43468,-1.48825,-1.50696,-1.48426,-1.50638,-1.3068,-1.309,-1.32214,-1.3352,-1.34325,-1.35739,-1.36807,-1.37785,-1.40046,-1.40359,-1.43468,-1.48825,-1.50696,-1.48426,-1.50638,-1.3068,-1.309,-1.32214,-1.3352,-1.34325,-1.35739,-1.36807,-1.37785,-1.40046,-1.40359,-1.43468,-1.48825,-1.50696,-1.48426,-1.50638,-1.3068,-1.309,-1.32214,-1.3352,-1.34325,-1.35739,-1.36807,-1.37785,-1.40046,-1.40359,-1.43468,-1.48825,-1.50696,-1.48426,-1.50638,-1.3068,-1.309,-1.32214,-1.3352,-1.34325,-1.35739,-1.36807,-1.37785,-1.40046,-1.40359,-1.43468,-1.48825,-1.50696,-1.48426,-1.50638,-1.3068,-1.309,-1.32214,-1.3352,-1.34325,-1.35739,-1.36807,-1.37785,-1.40046,-1.40359,-1.43468,-1.48825,-1.50696,-1.48426,-1.50638,-1.3068,-1.309,-1.32214,-1.3352,-1.34325,-1.35739,-1.36807,-1.37785,-1.40046,-1.40359,-1.43468,-1.48825,-1.50696,-1.48426,-1.50638,-1.3068,-1.309,-1.32214,-1.3352,-1.34325,-1.35739,-1.36807,-1.37785,-1.40046,-1.40359,-1.43468,-1.48825,-1.50696,-1.48426,-1.50638,-1.3068,-1.309,-1.32214,-1.3352,-1.34325,-1.35739,-1.36807,-1.37785,-1.40046,-1.40359,-1.43468,-1.48825,-1.50696,-1.48426,-1.50638,-1.3068,-1.309,-1.32214,-1.3352,-1.34325,-1.35739,-1.36807,-1.37785,-1.40046,-1.40359,-1.43468,-1.48825,-1.50696,-1.48426,-1.50638,-1.3068,-1.309,-1.32214,-1.3352,-1.34325,-1.35739,-1.36807,-1.37785,-1.40046,-1.40359,-1.43468,-1.48825,-1.50696,-1.48426,-1.50638,-1.3068,-1.309,-1.32214,-1.3352,-1.34325,-1.35739,-1.36807,-1.37785,-1.40046,-1.40359,-1.43468,-1.48825,-1.50696,-1.48426,-1.50638,-1.3068,-1.309,-1.32214,-1.3352,-1.34325,-1.35739,-1.36807,-1.37785,-1.40046,-1.40359,-1.43468,-1.48825,-1.50696,-1.48426,-1.50638,-1.3068,-1.309,-1.32214,-1.3352,-1.34325,-1.35739,-1.36807,-1.37785,-1.40046,-1.40359,-1.43468,-1.48825,-1.50696,-1.48426,-1.50638,-1.3068,-1.309,-1.32214,-1.3352,-1.34325,-1.35739,-1.36807,-1.37785,-1.40046,-1.40359,-1.43468,-1.48825,-1.50696,-1.48426,-1.50638,-1.3068,-1.309,-1.32214,-1.3352,-1.34325,-1.35739,-1.36807,-1.37785,-1.40046,-1.40359,-1.43468,-1.48825,-1.50696,-1.48426,-1.50638,-1.3068,-1.309,-1.32214,-1.3352,-1.34325,-1.35739,-1.36807,-1.37785,-1.40046,-1.40359,-1.43468,-1.48825,-1.50696,-1.48426,-1.50638,-1.3068,-1.309,-1.32214,-1.3352,-1.34325,-1.35739,-1.36807,-1.37785,-1.40046,-1.40359,-1.43468,-1.48825,-1.50696,-1.48426,-1.50638,-1.3068,-1.309,-1.32214,-1.3352,-1.34325,-1.35739,-1.36807,-1.37785,-1.40046,-1.40359,-1.43468,-1.48825,-1.50696,-1.48426,-1.50638,-1.3068,-1.309,-1.32214,-1.3352,-1.34325,-1.35739,-1.36807,-1.37785,-1.40046,-1.40359,-1.43468,-1.48825,-1.50696,-1.48426,-1.50638,-1.3068,-1.309,-1.32214,-1.3352,-1.34325,-1.35739,-1.36807,-1.37785,-1.40046,-1.40359,-1.43468,-1.48825,-1.50696,-1.48426,-1.50638,-0.054846,-0.091198,-0.101395,-0.082271,-0.154832,-0.128742,-0.111488,-0.054684,-0.084631,0.080177,0.102541,-0.017737,-0.02751,-0.074666,-0.023545,-0.054846,-0.091198,-0.101395,-0.082271,-0.154832,-0.128742,-0.111488,-0.054684,-0.084631,0.080177,0.102541,-0.017737,-0.02751,-0.074666,-0.023545,-0.054846,-0.091198,-0.101395,-0.082271,-0.154832,-0.128742,-0.111488,-0.054684,-0.084631,0.080177,0.102541,-0.017737,-0.02751,-0.074666,-0.023545,-0.054846,-0.091198,-0.101395,-0.082271,-0.154832,-0.128742,-0.111488,-0.054684,-0.084631,0.080177,0.102541,-0.017737,-0.02751,-0.074666,-0.023545,-0.054846,-0.091198,-0.101395,-0.082271,-0.154832,-0.128742,-0.111488,-0.054684,-0.084631,0.080177,0.102541,-0.017737,-0.02751,-0.074666,-0.023545,-0.054846,-0.091198,-0.101395,-0.082271,-0.154832,-0.128742,-0.111488,-0.054684,-0.084631,0.080177,0.102541,-0.017737,-0.02751,-0.074666,-0.023545,-0.054846,-0.091198,-0.101395,-0.082271,-0.154832,-0.128742,-0.111488,-0.054684,-0.084631,0.080177,0.102541,-0.017737,-0.02751,-0.074666,-0.023545,-0.054846,-0.091198,-0.101395,-0.082271,-0.154832,-0.128742,-0.111488,-0.054684,-0.084631,0.080177,0.102541,-0.017737,-0.02751,-0.074666,-0.023545,-0.054846,-0.091198,-0.101395,-0.082271,-0.154832,-0.128742,-0.111488,-0.054684,-0.084631,0.080177,0.102541,-0.017737,-0.02751,-0.074666,-0.023545,-0.054846,-0.091198,-0.101395,-0.082271,-0.154832,-0.128742,-0.111488,-0.054684,-0.084631,0.080177,0.102541,-0.017737,-0.02751,-0.074666,-0.023545,-0.054846,-0.091198,-0.101395,-0.082271,-0.154832,-0.128742,-0.111488,-0.054684,-0.084631,0.080177,0.102541,-0.017737,-0.02751,-0.074666,-0.023545,-0.054846,-0.091198,-0.101395,-0.082271,-0.154832,-0.128742,-0.111488,-0.054684,-0.084631,0.080177,0.102541,-0.017737,-0.02751,-0.074666,-0.023545,-0.054846,-0.091198,-0.101395,-0.082271,-0.154832,-0.128742,-0.111488,-0.054684,-0.084631,0.080177,0.102541,-0.017737,-0.02751,-0.074666,-0.023545,-0.054846,-0.091198,-0.101395,-0.082271,-0.154832,-0.128742,-0.111488,-0.054684,-0.084631,0.080177,0.102541,-0.017737,-0.02751,-0.074666,-0.023545,-0.054846,-0.091198,-0.101395,-0.082271,-0.154832,-0.128742,-0.111488,-0.054684,-0.084631,0.080177,0.102541,-0.017737,-0.02751,-0.074666,-0.023545,-0.054846,-0.091198,-0.101395,-0.082271,-0.154832,-0.128742,-0.111488,-0.054684,-0.084631,0.080177,0.102541,-0.017737,-0.02751,-0.074666,-0.023545,-0.054846,-0.091198,-0.101395,-0.082271,-0.154832,-0.128742,-0.111488,-0.054684,-0.084631,0.080177,0.102541,-0.017737,-0.02751,-0.074666,-0.023545,-0.054846,-0.091198,-0.101395,-0.082271,-0.154832,-0.128742,-0.111488,-0.054684,-0.084631,0.080177,0.102541,-0.017737,-0.02751,-0.074666,-0.023545,-0.054846,-0.091198,-0.101395,-0.082271,-0.154832,-0.128742,-0.111488,-0.054684,-0.084631,0.080177,0.102541,-0.017737,-0.02751,-0.074666,-0.023545,-0.054846,-0.091198,-0.101395,-0.082271,-0.154832,-0.128742,-0.111488,-0.054684,-0.084631,0.080177,0.102541,-0.017737,-0.02751,-0.074666,-0.023545,-0.054846,-0.091198,-0.101395,-0.082271,-0.154832,-0.128742,-0.111488,-0.054684,-0.084631,0.080177,0.102541,-0.017737,-0.02751,-0.074666,-0.023545,-0.054846,-0.091198,-0.101395,-0.082271,-0.154832,-0.128742,-0.111488,-0.054684,-0.084631,0.080177,0.102541,-0.017737,-0.02751,-0.074666,-0.023545,-0.054846,-0.091198,-0.101395,-0.082271,-0.154832,-0.128742,-0.111488,-0.054684,-0.084631,0.080177,0.102541,-0.017737,-0.02751,-0.074666,-0.023545,-0.054846,-0.091198,-0.101395,-0.082271,-0.154832,-0.128742,-0.111488,-0.054684,-0.084631,0.080177,0.102541,-0.017737,-0.02751,-0.074666,-0.023545,-0.054846,-0.091198,-0.101395,-0.082271,-0.154832,-0.128742,-0.111488,-0.054684,-0.084631,0.080177,0.102541,-0.017737,-0.02751,-0.074666,-0.023545,-0.054846,-0.091198,-0.101395,-0.082271,-0.154832,-0.128742,-0.111488,-0.054684,-0.084631,0.080177,0.102541,-0.017737,-0.02751,-0.074666,-0.023545,-0.054846,-0.091198,-0.101395,-0.082271,-0.154832,-0.128742,-0.111488,-0.054684,-0.084631,0.080177,0.102541,-0.017737,-0.02751,-0.074666,-0.023545,-0.054846,-0.091198,-0.101395,-0.082271,-0.154832,-0.128742,-0.111488,-0.054684,-0.084631,0.080177,0.102541,-0.017737,-0.02751,-0.074666,-0.023545,-0.054846,-0.091198,-0.101395,-0.082271,-0.154832,-0.128742,-0.111488,-0.054684,-0.084631,0.080177,0.102541,-0.017737,-0.02751,-0.074666,-0.023545,-0.054846,-0.091198,-0.101395,-0.082271,-0.154832,-0.128742,-0.111488,-0.054684,-0.084631,0.080177,0.102541,-0.017737,-0.02751,-0.074666,-0.023545,-0.054846,-0.091198,-0.101395,-0.082271,-0.154832,-0.128742,-0.111488,-0.054684,-0.084631,0.080177,0.102541,-0.017737,-0.02751,-0.074666,-0.023545,-0.054846,-0.091198,-0.101395,-0.082271,-0.154832,-0.128742,-0.111488,-0.054684,-0.084631,0.080177,0.102541,-0.017737,-0.02751,-0.074666,-0.023545,-0.054846,-0.091198,-0.101395,-0.082271,-0.154832,-0.128742,-0.111488,-0.054684,-0.084631,0.080177,0.102541,-0.017737,-0.02751,-0.074666,-0.023545,-0.054846,-0.091198,-0.101395,-0.082271,-0.154832,-0.128742,-0.111488,-0.054684,-0.084631,0.080177,0.102541,-0.017737,-0.02751,-0.074666,-0.023545,-0.054846,-0.091198,-0.101395,-0.082271,-0.154832,-0.128742,-0.111488,-0.054684,-0.084631,0.080177,0.102541,-0.017737,-0.02751,-0.074666,-0.023545,-0.054846,-0.091198,-0.101395,-0.082271,-0.154832,-0.128742,-0.111488,-0.054684,-0.084631,0.080177,0.102541,-0.017737,-0.02751,-0.074666,-0.023545,-0.054846,-0.091198,-0.101395,-0.082271,-0.154832,-0.128742,-0.111488,-0.054684,-0.084631,0.080177,0.102541,-0.017737,-0.02751,-0.074666,-0.023545,-0.054846,-0.091198,-0.101395,-0.082271,-0.154832,-0.128742,-0.111488,-0.054684,-0.084631,0.080177,0.102541,-0.017737,-0.02751,-0.074666,-0.023545,-0.054846,-0.091198,-0.101395,-0.082271,-0.154832,-0.128742,-0.111488,-0.054684,-0.084631,0.080177,0.102541,-0.017737,-0.02751,-0.074666,-0.023545,-0.054846,-0.091198,-0.101395,-0.082271,-0.154832,-0.128742,-0.111488,-0.054684,-0.084631,0.080177,0.102541,-0.017737,-0.02751,-0.074666,-0.023545,-0.054846,-0.091198,-0.101395,-0.082271,-0.154832,-0.128742,-0.111488,-0.054684,-0.084631,0.080177,0.102541,-0.017737,-0.02751,-0.074666,-0.023545,-0.054846,-0.091198,-0.101395,-0.082271,-0.154832,-0.128742,-0.111488,-0.054684,-0.084631,0.080177,0.102541,-0.017737,-0.02751,-0.074666,-0.023545,-0.054846,-0.091198,-0.101395,-0.082271,-0.154832,-0.128742,-0.111488,-0.054684,-0.084631,0.080177,0.102541,-0.017737,-0.02751,-0.074666,-0.023545,-0.054846,-0.091198,-0.101395,-0.082271,-0.154832,-0.128742,-0.111488,-0.054684,-0.084631,0.080177,0.102541,-0.017737,-0.02751,-0.074666,-0.023545,-0.054846,-0.091198,-0.101395,-0.082271,-0.154832,-0.128742,-0.111488,-0.054684,-0.084631,0.080177,0.102541,-0.017737,-0.02751,-0.074666,-0.023545,-0.054846,-0.091198,-0.101395,-0.082271,-0.154832,-0.128742,-0.111488,-0.054684,-0.084631,0.080177,0.102541,-0.017737,-0.02751,-0.074666,-0.023545,-0.054846,-0.091198,-0.101395,-0.082271,-0.154832,-0.128742,-0.111488,-0.054684,-0.084631,0.080177,0.102541,-0.017737,-0.02751,-0.074666,-0.023545,-0.054846,-0.091198,-0.101395,-0.082271,-0.154832,-0.128742,-0.111488,-0.054684,-0.084631,0.080177,0.102541,-0.017737,-0.02751,-0.074666,-0.023545,-0.054846,-0.091198,-0.101395,-0.082271,-0.154832,-0.128742,-0.111488,-0.054684,-0.084631,0.080177,0.102541,-0.017737,-0.02751,-0.074666,-0.023545,-0.054846,-0.091198,-0.101395,-0.082271,-0.154832,-0.128742,-0.111488,-0.054684,-0.084631,0.080177,0.102541,-0.017737,-0.02751,-0.074666,-0.023545,-0.054846,-0.091198,-0.101395,-0.082271,-0.154832,-0.128742,-0.111488,-0.054684,-0.084631,0.080177,0.102541,-0.017737,-0.02751,-0.074666,-0.023545,-0.054846,-0.091198,-0.101395,-0.082271,-0.154832,-0.128742,-0.111488,-0.054684,-0.084631,0.080177,0.102541,-0.017737,-0.02751,-0.074666,-0.023545,-0.054846,-0.091198,-0.101395,-0.082271,-0.154832,-0.128742,-0.111488,-0.054684,-0.084631,0.080177,0.102541,-0.017737,-0.02751,-0.074666,-0.023545,-0.054846,-0.091198,-0.101395,-0.082271,-0.154832,-0.128742,-0.111488,-0.054684,-0.084631,0.080177,0.102541,-0.017737,-0.02751,-0.074666,-0.023545,-0.054846,-0.091198,-0.101395,-0.082271,-0.154832,-0.128742,-0.111488,-0.054684,-0.084631,0.080177,0.102541,-0.017737,-0.02751,-0.074666,-0.023545,-0.054846,-0.091198,-0.101395,-0.082271,-0.154832,-0.128742,-0.111488,-0.054684,-0.084631,0.080177,0.102541,-0.017737,-0.02751,-0.074666,-0.023545,-0.054846,-0.091198,-0.101395,-0.082271,-0.154832,-0.128742,-0.111488,-0.054684,-0.084631,0.080177,0.102541,-0.017737,-0.02751,-0.074666,-0.023545,-0.054846,-0.091198,-0.101395,-0.082271,-0.154832,-0.128742,-0.111488,-0.054684,-0.084631,0.080177,0.102541,-0.017737,-0.02751,-0.074666,-0.023545,-0.054846,-0.091198,-0.101395,-0.082271,-0.154832,-0.128742,-0.111488,-0.054684,-0.084631,0.080177,0.102541,-0.017737,-0.02751,-0.074666,-0.023545,-0.054846,-0.091198,-0.101395,-0.082271,-0.154832,-0.128742,-0.111488,-0.054684,-0.084631,0.080177,0.102541,-0.017737,-0.02751,-0.074666,-0.023545,-0.054846,-0.091198,-0.101395,-0.082271,-0.154832,-0.128742,-0.111488,-0.054684,-0.084631,0.080177,0.102541,-0.017737,-0.02751,-0.074666,-0.023545,-0.054846,-0.091198,-0.101395,-0.082271,-0.154832,-0.128742,-0.111488,-0.054684,-0.084631,0.080177,0.102541,-0.017737,-0.02751,-0.074666,-0.023545,-0.054846,-0.091198,-0.101395,-0.082271,-0.154832,-0.128742,-0.111488,-0.054684,-0.084631,0.080177,0.102541,-0.017737,-0.02751,-0.074666,-0.023545,-0.054846,-0.091198,-0.101395,-0.082271,-0.154832,-0.128742,-0.111488,-0.054684,-0.084631,0.080177,0.102541,-0.017737,-0.02751,-0.074666,-0.023545,-0.054846,-0.091198,-0.101395,-0.082271,-0.154832,-0.128742,-0.111488,-0.054684,-0.084631,0.080177,0.102541,-0.017737,-0.02751,-0.074666,-0.023545,-0.054846,-0.091198,-0.101395,-0.082271,-0.154832,-0.128742,-0.111488,-0.054684,-0.084631,0.080177,0.102541,-0.017737,-0.02751,-0.074666,-0.023545,-0.054846,-0.091198,-0.101395,-0.082271,-0.154832,-0.128742,-0.111488,-0.054684,-0.084631,0.080177,0.102541,-0.017737,-0.02751,-0.074666,-0.023545,-0.054846,-0.091198,-0.101395,-0.082271,-0.154832,-0.128742,-0.111488,-0.054684,-0.084631,0.080177,0.102541,-0.017737,-0.02751,-0.074666,-0.023545,-0.054846,-0.091198,-0.101395,-0.082271,-0.154832,-0.128742,-0.111488,-0.054684,-0.084631,0.080177,0.102541,-0.017737,-0.02751,-0.074666,-0.023545,-0.054846,-0.091198,-0.101395,-0.082271,-0.154832,-0.128742,-0.111488,-0.054684,-0.084631,0.080177,0.102541,-0.017737,-0.02751,-0.074666,-0.023545,-0.054846,-0.091198,-0.101395,-0.082271,-0.154832,-0.128742,-0.111488,-0.054684,-0.084631,0.080177,0.102541,-0.017737,-0.02751,-0.074666,-0.023545,-0.054846,-0.091198,-0.101395,-0.082271,-0.154832,-0.128742,-0.111488,-0.054684,-0.084631,0.080177,0.102541,-0.017737,-0.02751,-0.074666,-0.023545,-0.054846,-0.091198,-0.101395,-0.082271,-0.154832,-0.128742,-0.111488,-0.054684,-0.084631,0.080177,0.102541,-0.017737,-0.02751,-0.074666,-0.023545,-0.054846,-0.091198,-0.101395,-0.082271,-0.154832,-0.128742,-0.111488,-0.054684,-0.084631,0.080177,0.102541,-0.017737,-0.02751,-0.074666,-0.023545,-0.054846,-0.091198,-0.101395,-0.082271,-0.154832,-0.128742,-0.111488,-0.054684,-0.084631,0.080177,0.102541,-0.017737,-0.02751,-0.074666,-0.023545,-0.054846,-0.091198,-0.101395,-0.082271,-0.154832,-0.128742,-0.111488,-0.054684,-0.084631,0.080177,0.102541,-0.017737,-0.02751,-0.074666,-0.023545,-0.054846,-0.091198,-0.101395,-0.082271,-0.154832,-0.128742,-0.111488,-0.054684,-0.084631,0.080177,0.102541,-0.017737,-0.02751,-0.074666,-0.023545,-0.054846,-0.091198,-0.101395,-0.082271,-0.154832,-0.128742,-0.111488,-0.054684,-0.084631,0.080177,0.102541,-0.017737,-0.02751,-0.074666,-0.023545,-0.054846,-0.091198,-0.101395,-0.082271,-0.154832,-0.128742,-0.111488,-0.054684,-0.084631,0.080177,0.102541,-0.017737,-0.02751,-0.074666,-0.023545,-0.054846,-0.091198,-0.101395,-0.082271,-0.154832,-0.128742,-0.111488,-0.054684,-0.084631,0.080177,0.102541,-0.017737,-0.02751,-0.074666,-0.023545,-0.054846,-0.091198,-0.101395,-0.082271,-0.154832,-0.128742,-0.111488,-0.054684,-0.084631,0.080177,0.102541,-0.017737,-0.02751,-0.074666,-0.023545,-0.054846,-0.091198,-0.101395,-0.082271,-0.154832,-0.128742,-0.111488,-0.054684,-0.084631,0.080177,0.102541,-0.017737,-0.02751,-0.074666,-0.023545,-0.054846,-0.091198,-0.101395,-0.082271,-0.154832,-0.128742,-0.111488,-0.054684,-0.084631,0.080177,0.102541,-0.017737,-0.02751,-0.074666,-0.023545,-0.054846,-0.091198,-0.101395,-0.082271,-0.154832,-0.128742,-0.111488,-0.054684,-0.084631,0.080177,0.102541,-0.017737,-0.02751,-0.074666,-0.023545,-0.054846,-0.091198,-0.101395,-0.082271,-0.154832,-0.128742,-0.111488,-0.054684,-0.084631,0.080177,0.102541,-0.017737,-0.02751,-0.074666,-0.023545,-0.054846,-0.091198,-0.101395,-0.082271,-0.154832,-0.128742,-0.111488,-0.054684,-0.084631,0.080177,0.102541,-0.017737,-0.02751,-0.074666,-0.023545,-0.054846,-0.091198,-0.101395,-0.082271,-0.154832,-0.128742,-0.111488,-0.054684,-0.084631,0.080177,0.102541,-0.017737,-0.02751,-0.074666,-0.023545,-0.054846,-0.091198,-0.101395,-0.082271,-0.154832,-0.128742,-0.111488,-0.054684,-0.084631,0.080177,0.102541,-0.017737,-0.02751,-0.074666,-0.023545,-0.763614,-0.90634,-0.872342,-0.949185,-0.940947,-0.939361,-0.985734,-1.02004,-1.03031,-1.02779,-1.11755,-1.15485,-1.18018,-1.15679,-1.2206,-0.763614,-0.90634,-0.872342,-0.949185,-0.940947,-0.939361,-0.985734,-1.02004,-1.03031,-1.02779,-1.11755,-1.15485,-1.18018,-1.15679,-1.2206,-0.763614,-0.90634,-0.872342,-0.949185,-0.940947,-0.939361,-0.985734,-1.02004,-1.03031,-1.02779,-1.11755,-1.15485,-1.18018,-1.15679,-1.2206,-0.763614,-0.90634,-0.872342,-0.949185,-0.940947,-0.939361,-0.985734,-1.02004,-1.03031,-1.02779,-1.11755,-1.15485,-1.18018,-1.15679,-1.2206,-0.763614,-0.90634,-0.872342,-0.949185,-0.940947,-0.939361,-0.985734,-1.02004,-1.03031,-1.02779,-1.11755,-1.15485,-1.18018,-1.15679,-1.2206,-0.763614,-0.90634,-0.872342,-0.949185,-0.940947,-0.939361,-0.985734,-1.02004,-1.03031,-1.02779,-1.11755,-1.15485,-1.18018,-1.15679,-1.2206,-0.763614,-0.90634,-0.872342,-0.949185,-0.940947,-0.939361,-0.985734,-1.02004,-1.03031,-1.02779,-1.11755,-1.15485,-1.18018,-1.15679,-1.2206,-0.763614,-0.90634,-0.872342,-0.949185,-0.940947,-0.939361,-0.985734,-1.02004,-1.03031,-1.02779,-1.11755,-1.15485,-1.18018,-1.15679,-1.2206,-0.763614,-0.90634,-0.872342,-0.949185,-0.940947,-0.939361,-0.985734,-1.02004,-1.03031,-1.02779,-1.11755,-1.15485,-1.18018,-1.15679,-1.2206,-0.763614,-0.90634,-0.872342,-0.949185,-0.940947,-0.939361,-0.985734,-1.02004,-1.03031,-1.02779,-1.11755,-1.15485,-1.18018,-1.15679,-1.2206,-0.763614,-0.90634,-0.872342,-0.949185,-0.940947,-0.939361,-0.985734,-1.02004,-1.03031,-1.02779,-1.11755,-1.15485,-1.18018,-1.15679,-1.2206,-0.763614,-0.90634,-0.872342,-0.949185,-0.940947,-0.939361,-0.985734,-1.02004,-1.03031,-1.02779,-1.11755,-1.15485,-1.18018,-1.15679,-1.2206,-0.763614,-0.90634,-0.872342,-0.949185,-0.940947,-0.939361,-0.985734,-1.02004,-1.03031,-1.02779,-1.11755,-1.15485,-1.18018,-1.15679,-1.2206,-0.763614,-0.90634,-0.872342,-0.949185,-0.940947,-0.939361,-0.985734,-1.02004,-1.03031,-1.02779,-1.11755,-1.15485,-1.18018,-1.15679,-1.2206,-0.763614,-0.90634,-0.872342,-0.949185,-0.940947,-0.939361,-0.985734,-1.02004,-1.03031,-1.02779,-1.11755,-1.15485,-1.18018,-1.15679,-1.2206,-0.763614,-0.90634,-0.872342,-0.949185,-0.940947,-0.939361,-0.985734,-1.02004,-1.03031,-1.02779,-1.11755,-1.15485,-1.18018,-1.15679,-1.2206,-0.763614,-0.90634,-0.872342,-0.949185,-0.940947,-0.939361,-0.985734,-1.02004,-1.03031,-1.02779,-1.11755,-1.15485,-1.18018,-1.15679,-1.2206,-0.763614,-0.90634,-0.872342,-0.949185,-0.940947,-0.939361,-0.985734,-1.02004,-1.03031,-1.02779,-1.11755,-1.15485,-1.18018,-1.15679,-1.2206,-0.763614,-0.90634,-0.872342,-0.949185,-0.940947,-0.939361,-0.985734,-1.02004,-1.03031,-1.02779,-1.11755,-1.15485,-1.18018,-1.15679,-1.2206,-0.763614,-0.90634,-0.872342,-0.949185,-0.940947,-0.939361,-0.985734,-1.02004,-1.03031,-1.02779,-1.11755,-1.15485,-1.18018,-1.15679,-1.2206,-0.763614,-0.90634,-0.872342,-0.949185,-0.940947,-0.939361,-0.985734,-1.02004,-1.03031,-1.02779,-1.11755,-1.15485,-1.18018,-1.15679,-1.2206,-0.763614,-0.90634,-0.872342,-0.949185,-0.940947,-0.939361,-0.985734,-1.02004,-1.03031,-1.02779,-1.11755,-1.15485,-1.18018,-1.15679,-1.2206,-0.763614,-0.90634,-0.872342,-0.949185,-0.940947,-0.939361,-0.985734,-1.02004,-1.03031,-1.02779,-1.11755,-1.15485,-1.18018,-1.15679,-1.2206,-0.763614,-0.90634,-0.872342,-0.949185,-0.940947,-0.939361,-0.985734,-1.02004,-1.03031,-1.02779,-1.11755,-1.15485,-1.18018,-1.15679,-1.2206,-0.763614,-0.90634,-0.872342,-0.949185,-0.940947,-0.939361,-0.985734,-1.02004,-1.03031,-1.02779,-1.11755,-1.15485,-1.18018,-1.15679,-1.2206,-0.763614,-0.90634,-0.872342,-0.949185,-0.940947,-0.939361,-0.985734,-1.02004,-1.03031,-1.02779,-1.11755,-1.15485,-1.18018,-1.15679,-1.2206,-0.763614,-0.90634,-0.872342,-0.949185,-0.940947,-0.939361,-0.985734,-1.02004,-1.03031,-1.02779,-1.11755,-1.15485,-1.18018,-1.15679,-1.2206,-0.763614,-0.90634,-0.872342,-0.949185,-0.940947,-0.939361,-0.985734,-1.02004,-1.03031,-1.02779,-1.11755,-1.15485,-1.18018,-1.15679,-1.2206,-0.763614,-0.90634,-0.872342,-0.949185,-0.940947,-0.939361,-0.985734,-1.02004,-1.03031,-1.02779,-1.11755,-1.15485,-1.18018,-1.15679,-1.2206,-0.763614,-0.90634,-0.872342,-0.949185,-0.940947,-0.939361,-0.985734,-1.02004,-1.03031,-1.02779,-1.11755,-1.15485,-1.18018,-1.15679,-1.2206,-0.763614,-0.90634,-0.872342,-0.949185,-0.940947,-0.939361,-0.985734,-1.02004,-1.03031,-1.02779,-1.11755,-1.15485,-1.18018,-1.15679,-1.2206,-0.763614,-0.90634,-0.872342,-0.949185,-0.940947,-0.939361,-0.985734,-1.02004,-1.03031,-1.02779,-1.11755,-1.15485,-1.18018,-1.15679,-1.2206,-0.763614,-0.90634,-0.872342,-0.949185,-0.940947,-0.939361,-0.985734,-1.02004,-1.03031,-1.02779,-1.11755,-1.15485,-1.18018,-1.15679,-1.2206,-0.763614,-0.90634,-0.872342,-0.949185,-0.940947,-0.939361,-0.985734,-1.02004,-1.03031,-1.02779,-1.11755,-1.15485,-1.18018,-1.15679,-1.2206,-0.763614,-0.90634,-0.872342,-0.949185,-0.940947,-0.939361,-0.985734,-1.02004,-1.03031,-1.02779,-1.11755,-1.15485,-1.18018,-1.15679,-1.2206,-0.763614,-0.90634,-0.872342,-0.949185,-0.940947,-0.939361,-0.985734,-1.02004,-1.03031,-1.02779,-1.11755,-1.15485,-1.18018,-1.15679,-1.2206,-0.763614,-0.90634,-0.872342,-0.949185,-0.940947,-0.939361,-0.985734,-1.02004,-1.03031,-1.02779,-1.11755,-1.15485,-1.18018,-1.15679,-1.2206,-0.763614,-0.90634,-0.872342,-0.949185,-0.940947,-0.939361,-0.985734,-1.02004,-1.03031,-1.02779,-1.11755,-1.15485,-1.18018,-1.15679,-1.2206,-0.763614,-0.90634,-0.872342,-0.949185,-0.940947,-0.939361,-0.985734,-1.02004,-1.03031,-1.02779,-1.11755,-1.15485,-1.18018,-1.15679,-1.2206,-0.763614,-0.90634,-0.872342,-0.949185,-0.940947,-0.939361,-0.985734,-1.02004,-1.03031,-1.02779,-1.11755,-1.15485,-1.18018,-1.15679,-1.2206,-0.763614,-0.90634,-0.872342,-0.949185,-0.940947,-0.939361,-0.985734,-1.02004,-1.03031,-1.02779,-1.11755,-1.15485,-1.18018,-1.15679,-1.2206,-0.763614,-0.90634,-0.872342,-0.949185,-0.940947,-0.939361,-0.985734,-1.02004,-1.03031,-1.02779,-1.11755,-1.15485,-1.18018,-1.15679,-1.2206,-0.763614,-0.90634,-0.872342,-0.949185,-0.940947,-0.939361,-0.985734,-1.02004,-1.03031,-1.02779,-1.11755,-1.15485,-1.18018,-1.15679,-1.2206,-0.763614,-0.90634,-0.872342,-0.949185,-0.940947,-0.939361,-0.985734,-1.02004,-1.03031,-1.02779,-1.11755,-1.15485,-1.18018,-1.15679,-1.2206,-0.763614,-0.90634,-0.872342,-0.949185,-0.940947,-0.939361,-0.985734,-1.02004,-1.03031,-1.02779,-1.11755,-1.15485,-1.18018,-1.15679,-1.2206,-0.763614,-0.90634,-0.872342,-0.949185,-0.940947,-0.939361,-0.985734,-1.02004,-1.03031,-1.02779,-1.11755,-1.15485,-1.18018,-1.15679,-1.2206,-0.763614,-0.90634,-0.872342,-0.949185,-0.940947,-0.939361,-0.985734,-1.02004,-1.03031,-1.02779,-1.11755,-1.15485,-1.18018,-1.15679,-1.2206,-0.763614,-0.90634,-0.872342,-0.949185,-0.940947,-0.939361,-0.985734,-1.02004,-1.03031,-1.02779,-1.11755,-1.15485,-1.18018,-1.15679,-1.2206,-0.763614,-0.90634,-0.872342,-0.949185,-0.940947,-0.939361,-0.985734,-1.02004,-1.03031,-1.02779,-1.11755,-1.15485,-1.18018,-1.15679,-1.2206,-0.763614,-0.90634,-0.872342,-0.949185,-0.940947,-0.939361,-0.985734,-1.02004,-1.03031,-1.02779,-1.11755,-1.15485,-1.18018,-1.15679,-1.2206,-0.763614,-0.90634,-0.872342,-0.949185,-0.940947,-0.939361,-0.985734,-1.02004,-1.03031,-1.02779,-1.11755,-1.15485,-1.18018,-1.15679,-1.2206,-0.763614,-0.90634,-0.872342,-0.949185,-0.940947,-0.939361,-0.985734,-1.02004,-1.03031,-1.02779,-1.11755,-1.15485,-1.18018,-1.15679,-1.2206,-0.763614,-0.90634,-0.872342,-0.949185,-0.940947,-0.939361,-0.985734,-1.02004,-1.03031,-1.02779,-1.11755,-1.15485,-1.18018,-1.15679,-1.2206,-0.763614,-0.90634,-0.872342,-0.949185,-0.940947,-0.939361,-0.985734,-1.02004,-1.03031,-1.02779,-1.11755,-1.15485,-1.18018,-1.15679,-1.2206,-0.763614,-0.90634,-0.872342,-0.949185,-0.940947,-0.939361,-0.985734,-1.02004,-1.03031,-1.02779,-1.11755,-1.15485,-1.18018,-1.15679,-1.2206,-0.763614,-0.90634,-0.872342,-0.949185,-0.940947,-0.939361,-0.985734,-1.02004,-1.03031,-1.02779,-1.11755,-1.15485,-1.18018,-1.15679,-1.2206,-0.763614,-0.90634,-0.872342,-0.949185,-0.940947,-0.939361,-0.985734,-1.02004,-1.03031,-1.02779,-1.11755,-1.15485,-1.18018,-1.15679,-1.2206,-0.763614,-0.90634,-0.872342,-0.949185,-0.940947,-0.939361,-0.985734,-1.02004,-1.03031,-1.02779,-1.11755,-1.15485,-1.18018,-1.15679,-1.2206,-0.763614,-0.90634,-0.872342,-0.949185,-0.940947,-0.939361,-0.985734,-1.02004,-1.03031,-1.02779,-1.11755,-1.15485,-1.18018,-1.15679,-1.2206,-0.763614,-0.90634,-0.872342,-0.949185,-0.940947,-0.939361,-0.985734,-1.02004,-1.03031,-1.02779,-1.11755,-1.15485,-1.18018,-1.15679,-1.2206,-0.763614,-0.90634,-0.872342,-0.949185,-0.940947,-0.939361,-0.985734,-1.02004,-1.03031,-1.02779,-1.11755,-1.15485,-1.18018,-1.15679,-1.2206,-0.763614,-0.90634,-0.872342,-0.949185,-0.940947,-0.939361,-0.985734,-1.02004,-1.03031,-1.02779,-1.11755,-1.15485,-1.18018,-1.15679,-1.2206,-0.763614,-0.90634,-0.872342,-0.949185,-0.940947,-0.939361,-0.985734,-1.02004,-1.03031,-1.02779,-1.11755,-1.15485,-1.18018,-1.15679,-1.2206,-0.763614,-0.90634,-0.872342,-0.949185,-0.940947,-0.939361,-0.985734,-1.02004,-1.03031,-1.02779,-1.11755,-1.15485,-1.18018,-1.15679,-1.2206,-0.763614,-0.90634,-0.872342,-0.949185,-0.940947,-0.939361,-0.985734,-1.02004,-1.03031,-1.02779,-1.11755,-1.15485,-1.18018,-1.15679,-1.2206,-0.763614,-0.90634,-0.872342,-0.949185,-0.940947,-0.939361,-0.985734,-1.02004,-1.03031,-1.02779,-1.11755,-1.15485,-1.18018,-1.15679,-1.2206,-0.763614,-0.90634,-0.872342,-0.949185,-0.940947,-0.939361,-0.985734,-1.02004,-1.03031,-1.02779,-1.11755,-1.15485,-1.18018,-1.15679,-1.2206,-0.763614,-0.90634,-0.872342,-0.949185,-0.940947,-0.939361,-0.985734,-1.02004,-1.03031,-1.02779,-1.11755,-1.15485,-1.18018,-1.15679,-1.2206,-0.763614,-0.90634,-0.872342,-0.949185,-0.940947,-0.939361,-0.985734,-1.02004,-1.03031,-1.02779,-1.11755,-1.15485,-1.18018,-1.15679,-1.2206,-0.763614,-0.90634,-0.872342,-0.949185,-0.940947,-0.939361,-0.985734,-1.02004,-1.03031,-1.02779,-1.11755,-1.15485,-1.18018,-1.15679,-1.2206,-0.763614,-0.90634,-0.872342,-0.949185,-0.940947,-0.939361,-0.985734,-1.02004,-1.03031,-1.02779,-1.11755,-1.15485,-1.18018,-1.15679,-1.2206,-0.763614,-0.90634,-0.872342,-0.949185,-0.940947,-0.939361,-0.985734,-1.02004,-1.03031,-1.02779,-1.11755,-1.15485,-1.18018,-1.15679,-1.2206,-0.763614,-0.90634,-0.872342,-0.949185,-0.940947,-0.939361,-0.985734,-1.02004,-1.03031,-1.02779,-1.11755,-1.15485,-1.18018,-1.15679,-1.2206,-0.763614,-0.90634,-0.872342,-0.949185,-0.940947,-0.939361,-0.985734,-1.02004,-1.03031,-1.02779,-1.11755,-1.15485,-1.18018,-1.15679,-1.2206,-0.763614,-0.90634,-0.872342,-0.949185,-0.940947,-0.939361,-0.985734,-1.02004,-1.03031,-1.02779,-1.11755,-1.15485,-1.18018,-1.15679,-1.2206,-0.763614,-0.90634,-0.872342,-0.949185,-0.940947,-0.939361,-0.985734,-1.02004,-1.03031,-1.02779,-1.11755,-1.15485,-1.18018,-1.15679,-1.2206,-0.763614,-0.90634,-0.872342,-0.949185,-0.940947,-0.939361,-0.985734,-1.02004,-1.03031,-1.02779,-1.11755,-1.15485,-1.18018,-1.15679,-1.2206,1.14584,1.12443,1.03685,1.00295,0.974261,0.875425,0.879845,1.08442,1.16409,1.46918,1.47391,1.42315,1.3973,1.32729,1.34204,1.14584,1.12443,1.03685,1.00295,0.974261,0.875425,0.879845,1.08442,1.16409,1.46918,1.47391,1.42315,1.3973,1.32729,1.34204,1.14584,1.12443,1.03685,1.00295,0.974261,0.875425,0.879845,1.08442,1.16409,1.46918,1.47391,1.42315,1.3973,1.32729,1.34204,1.14584,1.12443,1.03685,1.00295,0.974261,0.875425,0.879845,1.08442,1.16409,1.46918,1.47391,1.42315,1.3973,1.32729,1.34204,1.14584,1.12443,1.03685,1.00295,0.974261,0.875425,0.879845,1.08442,1.16409,1.46918,1.47391,1.42315,1.3973,1.32729,1.34204,1.14584,1.12443,1.03685,1.00295,0.974261,0.875425,0.879845,1.08442,1.16409,1.46918,1.47391,1.42315,1.3973,1.32729,1.34204,1.14584,1.12443,1.03685,1.00295,0.974261,0.875425,0.879845,1.08442,1.16409,1.46918,1.47391,1.42315,1.3973,1.32729,1.34204,1.14584,1.12443,1.03685,1.00295,0.974261,0.875425,0.879845,1.08442,1.16409,1.46918,1.47391,1.42315,1.3973,1.32729,1.34204,1.14584,1.12443,1.03685,1.00295,0.974261,0.875425,0.879845,1.08442,1.16409,1.46918,1.47391,1.42315,1.3973,1.32729,1.34204,1.14584,1.12443,1.03685,1.00295,0.974261,0.875425,0.879845,1.08442,1.16409,1.46918,1.47391,1.42315,1.3973,1.32729,1.34204,1.14584,1.12443,1.03685,1.00295,0.974261,0.875425,0.879845,1.08442,1.16409,1.46918,1.47391,1.42315,1.3973,1.32729,1.34204,1.14584,1.12443,1.03685,1.00295,0.974261,0.875425,0.879845,1.08442,1.16409,1.46918,1.47391,1.42315,1.3973,1.32729,1.34204,1.14584,1.12443,1.03685,1.00295,0.974261,0.875425,0.879845,1.08442,1.16409,1.46918,1.47391,1.42315,1.3973,1.32729,1.34204,1.14584,1.12443,1.03685,1.00295,0.974261,0.875425,0.879845,1.08442,1.16409,1.46918,1.47391,1.42315,1.3973,1.32729,1.34204,1.14584,1.12443,1.03685,1.00295,0.974261,0.875425,0.879845,1.08442,1.16409,1.46918,1.47391,1.42315,1.3973,1.32729,1.34204,1.14584,1.12443,1.03685,1.00295,0.974261,0.875425,0.879845,1.08442,1.16409,1.46918,1.47391,1.42315,1.3973,1.32729,1.34204,1.14584,1.12443,1.03685,1.00295,0.974261,0.875425,0.879845,1.08442,1.16409,1.46918,1.47391,1.42315,1.3973,1.32729,1.34204,1.14584,1.12443,1.03685,1.00295,0.974261,0.875425,0.879845,1.08442,1.16409,1.46918,1.47391,1.42315,1.3973,1.32729,1.34204,1.14584,1.12443,1.03685,1.00295,0.974261,0.875425,0.879845,1.08442,1.16409,1.46918,1.47391,1.42315,1.3973,1.32729,1.34204,1.14584,1.12443,1.03685,1.00295,0.974261,0.875425,0.879845,1.08442,1.16409,1.46918,1.47391,1.42315,1.3973,1.32729,1.34204,1.14584,1.12443,1.03685,1.00295,0.974261,0.875425,0.879845,1.08442,1.16409,1.46918,1.47391,1.42315,1.3973,1.32729,1.34204,1.14584,1.12443,1.03685,1.00295,0.974261,0.875425,0.879845,1.08442,1.16409,1.46918,1.47391,1.42315,1.3973,1.32729,1.34204,1.14584,1.12443,1.03685,1.00295,0.974261,0.875425,0.879845,1.08442,1.16409,1.46918,1.47391,1.42315,1.3973,1.32729,1.34204,1.14584,1.12443,1.03685,1.00295,0.974261,0.875425,0.879845,1.08442,1.16409,1.46918,1.47391,1.42315,1.3973,1.32729,1.34204,1.14584,1.12443,1.03685,1.00295,0.974261,0.875425,0.879845,1.08442,1.16409,1.46918,1.47391,1.42315,1.3973,1.32729,1.34204,1.14584,1.12443,1.03685,1.00295,0.974261,0.875425,0.879845,1.08442,1.16409,1.46918,1.47391,1.42315,1.3973,1.32729,1.34204,1.14584,1.12443,1.03685,1.00295,0.974261,0.875425,0.879845,1.08442,1.16409,1.46918,1.47391,1.42315,1.3973,1.32729,1.34204,1.14584,1.12443,1.03685,1.00295,0.974261,0.875425,0.879845,1.08442,1.16409,1.46918,1.47391,1.42315,1.3973,1.32729,1.34204,1.14584,1.12443,1.03685,1.00295,0.974261,0.875425,0.879845,1.08442,1.16409,1.46918,1.47391,1.42315,1.3973,1.32729,1.34204,1.14584,1.12443,1.03685,1.00295,0.974261,0.875425,0.879845,1.08442,1.16409,1.46918,1.47391,1.42315,1.3973,1.32729,1.34204,1.14584,1.12443,1.03685,1.00295,0.974261,0.875425,0.879845,1.08442,1.16409,1.46918,1.47391,1.42315,1.3973,1.32729,1.34204,1.14584,1.12443,1.03685,1.00295,0.974261,0.875425,0.879845,1.08442,1.16409,1.46918,1.47391,1.42315,1.3973,1.32729,1.34204,1.14584,1.12443,1.03685,1.00295,0.974261,0.875425,0.879845,1.08442,1.16409,1.46918,1.47391,1.42315,1.3973,1.32729,1.34204,1.14584,1.12443,1.03685,1.00295,0.974261,0.875425,0.879845,1.08442,1.16409,1.46918,1.47391,1.42315,1.3973,1.32729,1.34204,1.14584,1.12443,1.03685,1.00295,0.974261,0.875425,0.879845,1.08442,1.16409,1.46918,1.47391,1.42315,1.3973,1.32729,1.34204,1.14584,1.12443,1.03685,1.00295,0.974261,0.875425,0.879845,1.08442,1.16409,1.46918,1.47391,1.42315,1.3973,1.32729,1.34204,0.4648,0.396568,0.321241,0.244545,0.263121,0.324426,0.401888,0.681197,0.666996,0.417559,0.339397,0.395813,0.373231,0.257088,0.330435,0.4648,0.396568,0.321241,0.244545,0.263121,0.324426,0.401888,0.681197,0.666996,0.417559,0.339397,0.395813,0.373231,0.257088,0.330435,0.4648,0.396568,0.321241,0.244545,0.263121,0.324426,0.401888,0.681197,0.666996,0.417559,0.339397,0.395813,0.373231,0.257088,0.330435,0.4648,0.396568,0.321241,0.244545,0.263121,0.324426,0.401888,0.681197,0.666996,0.417559,0.339397,0.395813,0.373231,0.257088,0.330435,0.4648,0.396568,0.321241,0.244545,0.263121,0.324426,0.401888,0.681197,0.666996,0.417559,0.339397,0.395813,0.373231,0.257088,0.330435,0.4648,0.396568,0.321241,0.244545,0.263121,0.324426,0.401888,0.681197,0.666996,0.417559,0.339397,0.395813,0.373231,0.257088,0.330435,0.4648,0.396568,0.321241,0.244545,0.263121,0.324426,0.401888,0.681197,0.666996,0.417559,0.339397,0.395813,0.373231,0.257088,0.330435,0.4648,0.396568,0.321241,0.244545,0.263121,0.324426,0.401888,0.681197,0.666996,0.417559,0.339397,0.395813,0.373231,0.257088,0.330435,0.4648,0.396568,0.321241,0.244545,0.263121,0.324426,0.401888,0.681197,0.666996,0.417559,0.339397,0.395813,0.373231,0.257088,0.330435,0.4648,0.396568,0.321241,0.244545,0.263121,0.324426,0.401888,0.681197,0.666996,0.417559,0.339397,0.395813,0.373231,0.257088,0.330435,0.4648,0.396568,0.321241,0.244545,0.263121,0.324426,0.401888,0.681197,0.666996,0.417559,0.339397,0.395813,0.373231,0.257088,0.330435,0.4648,0.396568,0.321241,0.244545,0.263121,0.324426,0.401888,0.681197,0.666996,0.417559,0.339397,0.395813,0.373231,0.257088,0.330435,0.4648,0.396568,0.321241,0.244545,0.263121,0.324426,0.401888,0.681197,0.666996,0.417559,0.339397,0.395813,0.373231,0.257088,0.330435,0.4648,0.396568,0.321241,0.244545,0.263121,0.324426,0.401888,0.681197,0.666996,0.417559,0.339397,0.395813,0.373231,0.257088,0.330435,0.4648,0.396568,0.321241,0.244545,0.263121,0.324426,0.401888,0.681197,0.666996,0.417559,0.339397,0.395813,0.373231,0.257088,0.330435,0.4648,0.396568,0.321241,0.244545,0.263121,0.324426,0.401888,0.681197,0.666996,0.417559,0.339397,0.395813,0.373231,0.257088,0.330435,0.4648,0.396568,0.321241,0.244545,0.263121,0.324426,0.401888,0.681197,0.666996,0.417559,0.339397,0.395813,0.373231,0.257088,0.330435,0.4648,0.396568,0.321241,0.244545,0.263121,0.324426,0.401888,0.681197,0.666996,0.417559,0.339397,0.395813,0.373231,0.257088,0.330435,0.4648,0.396568,0.321241,0.244545,0.263121,0.324426,0.401888,0.681197,0.666996,0.417559,0.339397,0.395813,0.373231,0.257088,0.330435,0.4648,0.396568,0.321241,0.244545,0.263121,0.324426,0.401888,0.681197,0.666996,0.417559,0.339397,0.395813,0.373231,0.257088,0.330435,0.4648,0.396568,0.321241,0.244545,0.263121,0.324426,0.401888,0.681197,0.666996,0.417559,0.339397,0.395813,0.373231,0.257088,0.330435,0.4648,0.396568,0.321241,0.244545,0.263121,0.324426,0.401888,0.681197,0.666996,0.417559,0.339397,0.395813,0.373231,0.257088,0.330435,0.4648,0.396568,0.321241,0.244545,0.263121,0.324426,0.401888,0.681197,0.666996,0.417559,0.339397,0.395813,0.373231,0.257088,0.330435,0.4648,0.396568,0.321241,0.244545,0.263121,0.324426,0.401888,0.681197,0.666996,0.417559,0.339397,0.395813,0.373231,0.257088,0.330435,0.4648,0.396568,0.321241,0.244545,0.263121,0.324426,0.401888,0.681197,0.666996,0.417559,0.339397,0.395813,0.373231,0.257088,0.330435,0.4648,0.396568,0.321241,0.244545,0.263121,0.324426,0.401888,0.681197,0.666996,0.417559,0.339397,0.395813,0.373231,0.257088,0.330435,0.4648,0.396568,0.321241,0.244545,0.263121,0.324426,0.401888,0.681197,0.666996,0.417559,0.339397,0.395813,0.373231,0.257088,0.330435,0.4648,0.396568,0.321241,0.244545,0.263121,0.324426,0.401888,0.681197,0.666996,0.417559,0.339397,0.395813,0.373231,0.257088,0.330435,0.4648,0.396568,0.321241,0.244545,0.263121,0.324426,0.401888,0.681197,0.666996,0.417559,0.339397,0.395813,0.373231,0.257088,0.330435,0.4648,0.396568,0.321241,0.244545,0.263121,0.324426,0.401888,0.681197,0.666996,0.417559,0.339397,0.395813,0.373231,0.257088,0.330435,0.4648,0.396568,0.321241,0.244545,0.263121,0.324426,0.401888,0.681197,0.666996,0.417559,0.339397,0.395813,0.373231,0.257088,0.330435,0.4648,0.396568,0.321241,0.244545,0.263121,0.324426,0.401888,0.681197,0.666996,0.417559,0.339397,0.395813,0.373231,0.257088,0.330435,0.4648,0.396568,0.321241,0.244545,0.263121,0.324426,0.401888,0.681197,0.666996,0.417559,0.339397,0.395813,0.373231,0.257088,0.330435,0.4648,0.396568,0.321241,0.244545,0.263121,0.324426,0.401888,0.681197,0.666996,0.417559,0.339397,0.395813,0.373231,0.257088,0.330435,0.4648,0.396568,0.321241,0.244545,0.263121,0.324426,0.401888,0.681197,0.666996,0.417559,0.339397,0.395813,0.373231,0.257088,0.330435,0.4648,0.396568,0.321241,0.244545,0.263121,0.324426,0.401888,0.681197,0.666996,0.417559,0.339397,0.395813,0.373231,0.257088,0.330435,0.4648,0.396568,0.321241,0.244545,0.263121,0.324426,0.401888,0.681197,0.666996,0.417559,0.339397,0.395813,0.373231,0.257088,0.330435,0.4648,0.396568,0.321241,0.244545,0.263121,0.324426,0.401888,0.681197,0.666996,0.417559,0.339397,0.395813,0.373231,0.257088,0.330435,0.4648,0.396568,0.321241,0.244545,0.263121,0.324426,0.401888,0.681197,0.666996,0.417559,0.339397,0.395813,0.373231,0.257088,0.330435,0.4648,0.396568,0.321241,0.244545,0.263121,0.324426,0.401888,0.681197,0.666996,0.417559,0.339397,0.395813,0.373231,0.257088,0.330435,0.4648,0.396568,0.321241,0.244545,0.263121,0.324426,0.401888,0.681197,0.666996,0.417559,0.339397,0.395813,0.373231,0.257088,0.330435,0.4648,0.396568,0.321241,0.244545,0.263121,0.324426,0.401888,0.681197,0.666996,0.417559,0.339397,0.395813,0.373231,0.257088,0.330435,0.4648,0.396568,0.321241,0.244545,0.263121,0.324426,0.401888,0.681197,0.666996,0.417559,0.339397,0.395813,0.373231,0.257088,0.330435,0.4648,0.396568,0.321241,0.244545,0.263121,0.324426,0.401888,0.681197,0.666996,0.417559,0.339397,0.395813,0.373231,0.257088,0.330435,0.4648,0.396568,0.321241,0.244545,0.263121,0.324426,0.401888,0.681197,0.666996,0.417559,0.339397,0.395813,0.373231,0.257088,0.330435,0.4648,0.396568,0.321241,0.244545,0.263121,0.324426,0.401888,0.681197,0.666996,0.417559,0.339397,0.395813,0.373231,0.257088,0.330435,0.4648,0.396568,0.321241,0.244545,0.263121,0.324426,0.401888,0.681197,0.666996,0.417559,0.339397,0.395813,0.373231,0.257088,0.330435,0.4648,0.396568,0.321241,0.244545,0.263121,0.324426,0.401888,0.681197,0.666996,0.417559,0.339397,0.395813,0.373231,0.257088,0.330435,0.4648,0.396568,0.321241,0.244545,0.263121,0.324426,0.401888,0.681197,0.666996,0.417559,0.339397,0.395813,0.373231,0.257088,0.330435,0.4648,0.396568,0.321241,0.244545,0.263121,0.324426,0.401888,0.681197,0.666996,0.417559,0.339397,0.395813,0.373231,0.257088,0.330435,0.4648,0.396568,0.321241,0.244545,0.263121,0.324426,0.401888,0.681197,0.666996,0.417559,0.339397,0.395813,0.373231,0.257088,0.330435,0.4648,0.396568,0.321241,0.244545,0.263121,0.324426,0.401888,0.681197,0.666996,0.417559,0.339397,0.395813,0.373231,0.257088,0.330435,0.4648,0.396568,0.321241,0.244545,0.263121,0.324426,0.401888,0.681197,0.666996,0.417559,0.339397,0.395813,0.373231,0.257088,0.330435,0.4648,0.396568,0.321241,0.244545,0.263121,0.324426,0.401888,0.681197,0.666996,0.417559,0.339397,0.395813,0.373231,0.257088,0.330435,0.4648,0.396568,0.321241,0.244545,0.263121,0.324426,0.401888,0.681197,0.666996,0.417559,0.339397,0.395813,0.373231,0.257088,0.330435,0.4648,0.396568,0.321241,0.244545,0.263121,0.324426,0.401888,0.681197,0.666996,0.417559,0.339397,0.395813,0.373231,0.257088,0.330435,0.4648,0.396568,0.321241,0.244545,0.263121,0.324426,0.401888,0.681197,0.666996,0.417559,0.339397,0.395813,0.373231,0.257088,0.330435,0.4648,0.396568,0.321241,0.244545,0.263121,0.324426,0.401888,0.681197,0.666996,0.417559,0.339397,0.395813,0.373231,0.257088,0.330435,0.4648,0.396568,0.321241,0.244545,0.263121,0.324426,0.401888,0.681197,0.666996,0.417559,0.339397,0.395813,0.373231,0.257088,0.330435,0.4648,0.396568,0.321241,0.244545,0.263121,0.324426,0.401888,0.681197,0.666996,0.417559,0.339397,0.395813,0.373231,0.257088,0.330435,0.4648,0.396568,0.321241,0.244545,0.263121,0.324426,0.401888,0.681197,0.666996,0.417559,0.339397,0.395813,0.373231,0.257088,0.330435,0.4648,0.396568,0.321241,0.244545,0.263121,0.324426,0.401888,0.681197,0.666996,0.417559,0.339397,0.395813,0.373231,0.257088,0.330435,0.4648,0.396568,0.321241,0.244545,0.263121,0.324426,0.401888,0.681197,0.666996,0.417559,0.339397,0.395813,0.373231,0.257088,0.330435,0.4648,0.396568,0.321241,0.244545,0.263121,0.324426,0.401888,0.681197,0.666996,0.417559,0.339397,0.395813,0.373231,0.257088,0.330435,0.4648,0.396568,0.321241,0.244545,0.263121,0.324426,0.401888,0.681197,0.666996,0.417559,0.339397,0.395813,0.373231,0.257088,0.330435,0.4648,0.396568,0.321241,0.244545,0.263121,0.324426,0.401888,0.681197,0.666996,0.417559,0.339397,0.395813,0.373231,0.257088,0.330435,0.4648,0.396568,0.321241,0.244545,0.263121,0.324426,0.401888,0.681197,0.666996,0.417559,0.339397,0.395813,0.373231,0.257088,0.330435,1.78604,1.89795,1.84865,1.76565,1.78865,1.89362,1.82039,1.81538,1.8528,1.85981,1.83488,1.88514,1.9253,1.98449,1.99759,1.78604,1.89795,1.84865,1.76565,1.78865,1.89362,1.82039,1.81538,1.8528,1.85981,1.83488,1.88514,1.9253,1.98449,1.99759,1.78604,1.89795,1.84865,1.76565,1.78865,1.89362,1.82039,1.81538,1.8528,1.85981,1.83488,1.88514,1.9253,1.98449,1.99759,1.78604,1.89795,1.84865,1.76565,1.78865,1.89362,1.82039,1.81538,1.8528,1.85981,1.83488,1.88514,1.9253,1.98449,1.99759,1.78604,1.89795,1.84865,1.76565,1.78865,1.89362,1.82039,1.81538,1.8528,1.85981,1.83488,1.88514,1.9253,1.98449,1.99759,-1.57815,-1.52082,-1.57314,-1.56594,-1.61094,-1.64292,-1.71591,-1.71989,-1.65164,-1.65619,-1.70005,-1.7906,-1.96421,-2.00767,-2.13613,-1.57815,-1.52082,-1.57314,-1.56594,-1.61094,-1.64292,-1.71591,-1.71989,-1.65164,-1.65619,-1.70005,-1.7906,-1.96421,-2.00767,-2.13613,-1.57815,-1.52082,-1.57314,-1.56594,-1.61094,-1.64292,-1.71591,-1.71989,-1.65164,-1.65619,-1.70005,-1.7906,-1.96421,-2.00767,-2.13613,-1.57815,-1.52082,-1.57314,-1.56594,-1.61094,-1.64292,-1.71591,-1.71989,-1.65164,-1.65619,-1.70005,-1.7906,-1.96421,-2.00767,-2.13613,-1.57815,-1.52082,-1.57314,-1.56594,-1.61094,-1.64292,-1.71591,-1.71989,-1.65164,-1.65619,-1.70005,-1.7906,-1.96421,-2.00767,-2.13613,-1.57815,-1.52082,-1.57314,-1.56594,-1.61094,-1.64292,-1.71591,-1.71989,-1.65164,-1.65619,-1.70005,-1.7906,-1.96421,-2.00767,-2.13613,-1.57815,-1.52082,-1.57314,-1.56594,-1.61094,-1.64292,-1.71591,-1.71989,-1.65164,-1.65619,-1.70005,-1.7906,-1.96421,-2.00767,-2.13613,-1.57815,-1.52082,-1.57314,-1.56594,-1.61094,-1.64292,-1.71591,-1.71989,-1.65164,-1.65619,-1.70005,-1.7906,-1.96421,-2.00767,-2.13613,-1.57815,-1.52082,-1.57314,-1.56594,-1.61094,-1.64292,-1.71591,-1.71989,-1.65164,-1.65619,-1.70005,-1.7906,-1.96421,-2.00767,-2.13613,-1.57815,-1.52082,-1.57314,-1.56594,-1.61094,-1.64292,-1.71591,-1.71989,-1.65164,-1.65619,-1.70005,-1.7906,-1.96421,-2.00767,-2.13613,-1.57815,-1.52082,-1.57314,-1.56594,-1.61094,-1.64292,-1.71591,-1.71989,-1.65164,-1.65619,-1.70005,-1.7906,-1.96421,-2.00767,-2.13613,-1.57815,-1.52082,-1.57314,-1.56594,-1.61094,-1.64292,-1.71591,-1.71989,-1.65164,-1.65619,-1.70005,-1.7906,-1.96421,-2.00767,-2.13613,-1.57815,-1.52082,-1.57314,-1.56594,-1.61094,-1.64292,-1.71591,-1.71989,-1.65164,-1.65619,-1.70005,-1.7906,-1.96421,-2.00767,-2.13613,-1.57815,-1.52082,-1.57314,-1.56594,-1.61094,-1.64292,-1.71591,-1.71989,-1.65164,-1.65619,-1.70005,-1.7906,-1.96421,-2.00767,-2.13613,-1.57815,-1.52082,-1.57314,-1.56594,-1.61094,-1.64292,-1.71591,-1.71989,-1.65164,-1.65619,-1.70005,-1.7906,-1.96421,-2.00767,-2.13613,-1.57815,-1.52082,-1.57314,-1.56594,-1.61094,-1.64292,-1.71591,-1.71989,-1.65164,-1.65619,-1.70005,-1.7906,-1.96421,-2.00767,-2.13613,-1.57815,-1.52082,-1.57314,-1.56594,-1.61094,-1.64292,-1.71591,-1.71989,-1.65164,-1.65619,-1.70005,-1.7906,-1.96421,-2.00767,-2.13613,-1.57815,-1.52082,-1.57314,-1.56594,-1.61094,-1.64292,-1.71591,-1.71989,-1.65164,-1.65619,-1.70005,-1.7906,-1.96421,-2.00767,-2.13613,-1.57815,-1.52082,-1.57314,-1.56594,-1.61094,-1.64292,-1.71591,-1.71989,-1.65164,-1.65619,-1.70005,-1.7906,-1.96421,-2.00767,-2.13613,-1.57815,-1.52082,-1.57314,-1.56594,-1.61094,-1.64292,-1.71591,-1.71989,-1.65164,-1.65619,-1.70005,-1.7906,-1.96421,-2.00767,-2.13613,-1.57815,-1.52082,-1.57314,-1.56594,-1.61094,-1.64292,-1.71591,-1.71989,-1.65164,-1.65619,-1.70005,-1.7906,-1.96421,-2.00767,-2.13613,-1.57815,-1.52082,-1.57314,-1.56594,-1.61094,-1.64292,-1.71591,-1.71989,-1.65164,-1.65619,-1.70005,-1.7906,-1.96421,-2.00767,-2.13613,-1.57815,-1.52082,-1.57314,-1.56594,-1.61094,-1.64292,-1.71591,-1.71989,-1.65164,-1.65619,-1.70005,-1.7906,-1.96421,-2.00767,-2.13613,-1.57815,-1.52082,-1.57314,-1.56594,-1.61094,-1.64292,-1.71591,-1.71989,-1.65164,-1.65619,-1.70005,-1.7906,-1.96421,-2.00767,-2.13613,-1.57815,-1.52082,-1.57314,-1.56594,-1.61094,-1.64292,-1.71591,-1.71989,-1.65164,-1.65619,-1.70005,-1.7906,-1.96421,-2.00767,-2.13613,-1.57815,-1.52082,-1.57314,-1.56594,-1.61094,-1.64292,-1.71591,-1.71989,-1.65164,-1.65619,-1.70005,-1.7906,-1.96421,-2.00767,-2.13613,-1.57815,-1.52082,-1.57314,-1.56594,-1.61094,-1.64292,-1.71591,-1.71989,-1.65164,-1.65619,-1.70005,-1.7906,-1.96421,-2.00767,-2.13613,-1.57815,-1.52082,-1.57314,-1.56594,-1.61094,-1.64292,-1.71591,-1.71989,-1.65164,-1.65619,-1.70005,-1.7906,-1.96421,-2.00767,-2.13613,-1.57815,-1.52082,-1.57314,-1.56594,-1.61094,-1.64292,-1.71591,-1.71989,-1.65164,-1.65619,-1.70005,-1.7906,-1.96421,-2.00767,-2.13613,-1.57815,-1.52082,-1.57314,-1.56594,-1.61094,-1.64292,-1.71591,-1.71989,-1.65164,-1.65619,-1.70005,-1.7906,-1.96421,-2.00767,-2.13613,-1.57815,-1.52082,-1.57314,-1.56594,-1.61094,-1.64292,-1.71591,-1.71989,-1.65164,-1.65619,-1.70005,-1.7906,-1.96421,-2.00767,-2.13613,-1.57815,-1.52082,-1.57314,-1.56594,-1.61094,-1.64292,-1.71591,-1.71989,-1.65164,-1.65619,-1.70005,-1.7906,-1.96421,-2.00767,-2.13613,-1.57815,-1.52082,-1.57314,-1.56594,-1.61094,-1.64292,-1.71591,-1.71989,-1.65164,-1.65619,-1.70005,-1.7906,-1.96421,-2.00767,-2.13613,-1.57815,-1.52082,-1.57314,-1.56594,-1.61094,-1.64292,-1.71591,-1.71989,-1.65164,-1.65619,-1.70005,-1.7906,-1.96421,-2.00767,-2.13613,-1.57815,-1.52082,-1.57314,-1.56594,-1.61094,-1.64292,-1.71591,-1.71989,-1.65164,-1.65619,-1.70005,-1.7906,-1.96421,-2.00767,-2.13613,-1.57815,-1.52082,-1.57314,-1.56594,-1.61094,-1.64292,-1.71591,-1.71989,-1.65164,-1.65619,-1.70005,-1.7906,-1.96421,-2.00767,-2.13613,-1.57815,-1.52082,-1.57314,-1.56594,-1.61094,-1.64292,-1.71591,-1.71989,-1.65164,-1.65619,-1.70005,-1.7906,-1.96421,-2.00767,-2.13613,-1.57815,-1.52082,-1.57314,-1.56594,-1.61094,-1.64292,-1.71591,-1.71989,-1.65164,-1.65619,-1.70005,-1.7906,-1.96421,-2.00767,-2.13613,-1.57815,-1.52082,-1.57314,-1.56594,-1.61094,-1.64292,-1.71591,-1.71989,-1.65164,-1.65619,-1.70005,-1.7906,-1.96421,-2.00767,-2.13613,-1.57815,-1.52082,-1.57314,-1.56594,-1.61094,-1.64292,-1.71591,-1.71989,-1.65164,-1.65619,-1.70005,-1.7906,-1.96421,-2.00767,-2.13613,-1.57815,-1.52082,-1.57314,-1.56594,-1.61094,-1.64292,-1.71591,-1.71989,-1.65164,-1.65619,-1.70005,-1.7906,-1.96421,-2.00767,-2.13613,-1.57815,-1.52082,-1.57314,-1.56594,-1.61094,-1.64292,-1.71591,-1.71989,-1.65164,-1.65619,-1.70005,-1.7906,-1.96421,-2.00767,-2.13613,-1.57815,-1.52082,-1.57314,-1.56594,-1.61094,-1.64292,-1.71591,-1.71989,-1.65164,-1.65619,-1.70005,-1.7906,-1.96421,-2.00767,-2.13613,-1.57815,-1.52082,-1.57314,-1.56594,-1.61094,-1.64292,-1.71591,-1.71989,-1.65164,-1.65619,-1.70005,-1.7906,-1.96421,-2.00767,-2.13613,-1.57815,-1.52082,-1.57314,-1.56594,-1.61094,-1.64292,-1.71591,-1.71989,-1.65164,-1.65619,-1.70005,-1.7906,-1.96421,-2.00767,-2.13613,-1.57815,-1.52082,-1.57314,-1.56594,-1.61094,-1.64292,-1.71591,-1.71989,-1.65164,-1.65619,-1.70005,-1.7906,-1.96421,-2.00767,-2.13613,-1.00527,-1.0096,-0.934914,-0.977894,-1.0128,-1.0404,-1.07815,-1.11402,-1.1203,-1.13557,-1.16267,-1.18643,-1.19739,-1.15426,-1.18345,-1.00527,-1.0096,-0.934914,-0.977894,-1.0128,-1.0404,-1.07815,-1.11402,-1.1203,-1.13557,-1.16267,-1.18643,-1.19739,-1.15426,-1.18345,-1.00527,-1.0096,-0.934914,-0.977894,-1.0128,-1.0404,-1.07815,-1.11402,-1.1203,-1.13557,-1.16267,-1.18643,-1.19739,-1.15426,-1.18345,-1.00527,-1.0096,-0.934914,-0.977894,-1.0128,-1.0404,-1.07815,-1.11402,-1.1203,-1.13557,-1.16267,-1.18643,-1.19739,-1.15426,-1.18345,-1.00527,-1.0096,-0.934914,-0.977894,-1.0128,-1.0404,-1.07815,-1.11402,-1.1203,-1.13557,-1.16267,-1.18643,-1.19739,-1.15426,-1.18345,-1.00527,-1.0096,-0.934914,-0.977894,-1.0128,-1.0404,-1.07815,-1.11402,-1.1203,-1.13557,-1.16267,-1.18643,-1.19739,-1.15426,-1.18345,-1.00527,-1.0096,-0.934914,-0.977894,-1.0128,-1.0404,-1.07815,-1.11402,-1.1203,-1.13557,-1.16267,-1.18643,-1.19739,-1.15426,-1.18345,-1.00527,-1.0096,-0.934914,-0.977894,-1.0128,-1.0404,-1.07815,-1.11402,-1.1203,-1.13557,-1.16267,-1.18643,-1.19739,-1.15426,-1.18345,-1.00527,-1.0096,-0.934914,-0.977894,-1.0128,-1.0404,-1.07815,-1.11402,-1.1203,-1.13557,-1.16267,-1.18643,-1.19739,-1.15426,-1.18345,-1.00527,-1.0096,-0.934914,-0.977894,-1.0128,-1.0404,-1.07815,-1.11402,-1.1203,-1.13557,-1.16267,-1.18643,-1.19739,-1.15426,-1.18345,-1.00527,-1.0096,-0.934914,-0.977894,-1.0128,-1.0404,-1.07815,-1.11402,-1.1203,-1.13557,-1.16267,-1.18643,-1.19739,-1.15426,-1.18345,-1.00527,-1.0096,-0.934914,-0.977894,-1.0128,-1.0404,-1.07815,-1.11402,-1.1203,-1.13557,-1.16267,-1.18643,-1.19739,-1.15426,-1.18345,-1.00527,-1.0096,-0.934914,-0.977894,-1.0128,-1.0404,-1.07815,-1.11402,-1.1203,-1.13557,-1.16267,-1.18643,-1.19739,-1.15426,-1.18345,-1.00527,-1.0096,-0.934914,-0.977894,-1.0128,-1.0404,-1.07815,-1.11402,-1.1203,-1.13557,-1.16267,-1.18643,-1.19739,-1.15426,-1.18345,-1.00527,-1.0096,-0.934914,-0.977894,-1.0128,-1.0404,-1.07815,-1.11402,-1.1203,-1.13557,-1.16267,-1.18643,-1.19739,-1.15426,-1.18345,-1.00527,-1.0096,-0.934914,-0.977894,-1.0128,-1.0404,-1.07815,-1.11402,-1.1203,-1.13557,-1.16267,-1.18643,-1.19739,-1.15426,-1.18345,-1.00527,-1.0096,-0.934914,-0.977894,-1.0128,-1.0404,-1.07815,-1.11402,-1.1203,-1.13557,-1.16267,-1.18643,-1.19739,-1.15426,-1.18345,-1.00527,-1.0096,-0.934914,-0.977894,-1.0128,-1.0404,-1.07815,-1.11402,-1.1203,-1.13557,-1.16267,-1.18643,-1.19739,-1.15426,-1.18345,-1.00527,-1.0096,-0.934914,-0.977894,-1.0128,-1.0404,-1.07815,-1.11402,-1.1203,-1.13557,-1.16267,-1.18643,-1.19739,-1.15426,-1.18345,-1.00527,-1.0096,-0.934914,-0.977894,-1.0128,-1.0404,-1.07815,-1.11402,-1.1203,-1.13557,-1.16267,-1.18643,-1.19739,-1.15426,-1.18345,-1.00527,-1.0096,-0.934914,-0.977894,-1.0128,-1.0404,-1.07815,-1.11402,-1.1203,-1.13557,-1.16267,-1.18643,-1.19739,-1.15426,-1.18345,-1.00527,-1.0096,-0.934914,-0.977894,-1.0128,-1.0404,-1.07815,-1.11402,-1.1203,-1.13557,-1.16267,-1.18643,-1.19739,-1.15426,-1.18345,-1.00527,-1.0096,-0.934914,-0.977894,-1.0128,-1.0404,-1.07815,-1.11402,-1.1203,-1.13557,-1.16267,-1.18643,-1.19739,-1.15426,-1.18345,-1.00527,-1.0096,-0.934914,-0.977894,-1.0128,-1.0404,-1.07815,-1.11402,-1.1203,-1.13557,-1.16267,-1.18643,-1.19739,-1.15426,-1.18345,-1.00527,-1.0096,-0.934914,-0.977894,-1.0128,-1.0404,-1.07815,-1.11402,-1.1203,-1.13557,-1.16267,-1.18643,-1.19739,-1.15426,-1.18345,-1.00527,-1.0096,-0.934914,-0.977894,-1.0128,-1.0404,-1.07815,-1.11402,-1.1203,-1.13557,-1.16267,-1.18643,-1.19739,-1.15426,-1.18345,-1.00527,-1.0096,-0.934914,-0.977894,-1.0128,-1.0404,-1.07815,-1.11402,-1.1203,-1.13557,-1.16267,-1.18643,-1.19739,-1.15426,-1.18345,-1.00527,-1.0096,-0.934914,-0.977894,-1.0128,-1.0404,-1.07815,-1.11402,-1.1203,-1.13557,-1.16267,-1.18643,-1.19739,-1.15426,-1.18345,-1.00527,-1.0096,-0.934914,-0.977894,-1.0128,-1.0404,-1.07815,-1.11402,-1.1203,-1.13557,-1.16267,-1.18643,-1.19739,-1.15426,-1.18345,-1.00527,-1.0096,-0.934914,-0.977894,-1.0128,-1.0404,-1.07815,-1.11402,-1.1203,-1.13557,-1.16267,-1.18643,-1.19739,-1.15426,-1.18345,-1.00527,-1.0096,-0.934914,-0.977894,-1.0128,-1.0404,-1.07815,-1.11402,-1.1203,-1.13557,-1.16267,-1.18643,-1.19739,-1.15426,-1.18345,-1.00527,-1.0096,-0.934914,-0.977894,-1.0128,-1.0404,-1.07815,-1.11402,-1.1203,-1.13557,-1.16267,-1.18643,-1.19739,-1.15426,-1.18345,-1.00527,-1.0096,-0.934914,-0.977894,-1.0128,-1.0404,-1.07815,-1.11402,-1.1203,-1.13557,-1.16267,-1.18643,-1.19739,-1.15426,-1.18345,-1.00527,-1.0096,-0.934914,-0.977894,-1.0128,-1.0404,-1.07815,-1.11402,-1.1203,-1.13557,-1.16267,-1.18643,-1.19739,-1.15426,-1.18345,-1.00527,-1.0096,-0.934914,-0.977894,-1.0128,-1.0404,-1.07815,-1.11402,-1.1203,-1.13557,-1.16267,-1.18643,-1.19739,-1.15426,-1.18345,-1.00527,-1.0096,-0.934914,-0.977894,-1.0128,-1.0404,-1.07815,-1.11402,-1.1203,-1.13557,-1.16267,-1.18643,-1.19739,-1.15426,-1.18345,-1.00527,-1.0096,-0.934914,-0.977894,-1.0128,-1.0404,-1.07815,-1.11402,-1.1203,-1.13557,-1.16267,-1.18643,-1.19739,-1.15426,-1.18345,-1.00527,-1.0096,-0.934914,-0.977894,-1.0128,-1.0404,-1.07815,-1.11402,-1.1203,-1.13557,-1.16267,-1.18643,-1.19739,-1.15426,-1.18345,-1.00527,-1.0096,-0.934914,-0.977894,-1.0128,-1.0404,-1.07815,-1.11402,-1.1203,-1.13557,-1.16267,-1.18643,-1.19739,-1.15426,-1.18345,-1.00527,-1.0096,-0.934914,-0.977894,-1.0128,-1.0404,-1.07815,-1.11402,-1.1203,-1.13557,-1.16267,-1.18643,-1.19739,-1.15426,-1.18345,-1.00527,-1.0096,-0.934914,-0.977894,-1.0128,-1.0404,-1.07815,-1.11402,-1.1203,-1.13557,-1.16267,-1.18643,-1.19739,-1.15426,-1.18345,-1.00527,-1.0096,-0.934914,-0.977894,-1.0128,-1.0404,-1.07815,-1.11402,-1.1203,-1.13557,-1.16267,-1.18643,-1.19739,-1.15426,-1.18345,-1.00527,-1.0096,-0.934914,-0.977894,-1.0128,-1.0404,-1.07815,-1.11402,-1.1203,-1.13557,-1.16267,-1.18643,-1.19739,-1.15426,-1.18345,-1.00527,-1.0096,-0.934914,-0.977894,-1.0128,-1.0404,-1.07815,-1.11402,-1.1203,-1.13557,-1.16267,-1.18643,-1.19739,-1.15426,-1.18345,-1.00527,-1.0096,-0.934914,-0.977894,-1.0128,-1.0404,-1.07815,-1.11402,-1.1203,-1.13557,-1.16267,-1.18643,-1.19739,-1.15426,-1.18345,-1.00527,-1.0096,-0.934914,-0.977894,-1.0128,-1.0404,-1.07815,-1.11402,-1.1203,-1.13557,-1.16267,-1.18643,-1.19739,-1.15426,-1.18345,-1.00527,-1.0096,-0.934914,-0.977894,-1.0128,-1.0404,-1.07815,-1.11402,-1.1203,-1.13557,-1.16267,-1.18643,-1.19739,-1.15426,-1.18345,-1.00527,-1.0096,-0.934914,-0.977894,-1.0128,-1.0404,-1.07815,-1.11402,-1.1203,-1.13557,-1.16267,-1.18643,-1.19739,-1.15426,-1.18345,-1.00527,-1.0096,-0.934914,-0.977894,-1.0128,-1.0404,-1.07815,-1.11402,-1.1203,-1.13557,-1.16267,-1.18643,-1.19739,-1.15426,-1.18345,-1.00527,-1.0096,-0.934914,-0.977894,-1.0128,-1.0404,-1.07815,-1.11402,-1.1203,-1.13557,-1.16267,-1.18643,-1.19739,-1.15426,-1.18345,-1.00527,-1.0096,-0.934914,-0.977894,-1.0128,-1.0404,-1.07815,-1.11402,-1.1203,-1.13557,-1.16267,-1.18643,-1.19739,-1.15426,-1.18345,-1.00527,-1.0096,-0.934914,-0.977894,-1.0128,-1.0404,-1.07815,-1.11402,-1.1203,-1.13557,-1.16267,-1.18643,-1.19739,-1.15426,-1.18345,-1.00527,-1.0096,-0.934914,-0.977894,-1.0128,-1.0404,-1.07815,-1.11402,-1.1203,-1.13557,-1.16267,-1.18643,-1.19739,-1.15426,-1.18345,-1.00527,-1.0096,-0.934914,-0.977894,-1.0128,-1.0404,-1.07815,-1.11402,-1.1203,-1.13557,-1.16267,-1.18643,-1.19739,-1.15426,-1.18345,-1.00527,-1.0096,-0.934914,-0.977894,-1.0128,-1.0404,-1.07815,-1.11402,-1.1203,-1.13557,-1.16267,-1.18643,-1.19739,-1.15426,-1.18345,-1.00527,-1.0096,-0.934914,-0.977894,-1.0128,-1.0404,-1.07815,-1.11402,-1.1203,-1.13557,-1.16267,-1.18643,-1.19739,-1.15426,-1.18345,-1.00527,-1.0096,-0.934914,-0.977894,-1.0128,-1.0404,-1.07815,-1.11402,-1.1203,-1.13557,-1.16267,-1.18643,-1.19739,-1.15426,-1.18345,-1.00527,-1.0096,-0.934914,-0.977894,-1.0128,-1.0404,-1.07815,-1.11402,-1.1203,-1.13557,-1.16267,-1.18643,-1.19739,-1.15426,-1.18345,-1.00527,-1.0096,-0.934914,-0.977894,-1.0128,-1.0404,-1.07815,-1.11402,-1.1203,-1.13557,-1.16267,-1.18643,-1.19739,-1.15426,-1.18345,-1.00527,-1.0096,-0.934914,-0.977894,-1.0128,-1.0404,-1.07815,-1.11402,-1.1203,-1.13557,-1.16267,-1.18643,-1.19739,-1.15426,-1.18345,-1.00527,-1.0096,-0.934914,-0.977894,-1.0128,-1.0404,-1.07815,-1.11402,-1.1203,-1.13557,-1.16267,-1.18643,-1.19739,-1.15426,-1.18345,-1.00527,-1.0096,-0.934914,-0.977894,-1.0128,-1.0404,-1.07815,-1.11402,-1.1203,-1.13557,-1.16267,-1.18643,-1.19739,-1.15426,-1.18345,-1.00527,-1.0096,-0.934914,-0.977894,-1.0128,-1.0404,-1.07815,-1.11402,-1.1203,-1.13557,-1.16267,-1.18643,-1.19739,-1.15426,-1.18345,-1.00527,-1.0096,-0.934914,-0.977894,-1.0128,-1.0404,-1.07815,-1.11402,-1.1203,-1.13557,-1.16267,-1.18643,-1.19739,-1.15426,-1.18345,-1.00527,-1.0096,-0.934914,-0.977894,-1.0128,-1.0404,-1.07815,-1.11402,-1.1203,-1.13557,-1.16267,-1.18643,-1.19739,-1.15426,-1.18345,-1.00527,-1.0096,-0.934914,-0.977894,-1.0128,-1.0404,-1.07815,-1.11402,-1.1203,-1.13557,-1.16267,-1.18643,-1.19739,-1.15426,-1.18345,-0.983618,-0.908677,-0.940208,-0.94795,-0.984071,-0.989383,-1.03172,-0.962872,-1.03363,-0.984378,-1.00328,-0.982877,-1.00077,-1.0668,-1.07347,-0.983618,-0.908677,-0.940208,-0.94795,-0.984071,-0.989383,-1.03172,-0.962872,-1.03363,-0.984378,-1.00328,-0.982877,-1.00077,-1.0668,-1.07347,-0.983618,-0.908677,-0.940208,-0.94795,-0.984071,-0.989383,-1.03172,-0.962872,-1.03363,-0.984378,-1.00328,-0.982877,-1.00077,-1.0668,-1.07347,-0.983618,-0.908677,-0.940208,-0.94795,-0.984071,-0.989383,-1.03172,-0.962872,-1.03363,-0.984378,-1.00328,-0.982877,-1.00077,-1.0668,-1.07347,-0.983618,-0.908677,-0.940208,-0.94795,-0.984071,-0.989383,-1.03172,-0.962872,-1.03363,-0.984378,-1.00328,-0.982877,-1.00077,-1.0668,-1.07347,-0.983618,-0.908677,-0.940208,-0.94795,-0.984071,-0.989383,-1.03172,-0.962872,-1.03363,-0.984378,-1.00328,-0.982877,-1.00077,-1.0668,-1.07347,-0.983618,-0.908677,-0.940208,-0.94795,-0.984071,-0.989383,-1.03172,-0.962872,-1.03363,-0.984378,-1.00328,-0.982877,-1.00077,-1.0668,-1.07347,-0.983618,-0.908677,-0.940208,-0.94795,-0.984071,-0.989383,-1.03172,-0.962872,-1.03363,-0.984378,-1.00328,-0.982877,-1.00077,-1.0668,-1.07347,-0.983618,-0.908677,-0.940208,-0.94795,-0.984071,-0.989383,-1.03172,-0.962872,-1.03363,-0.984378,-1.00328,-0.982877,-1.00077,-1.0668,-1.07347,-0.983618,-0.908677,-0.940208,-0.94795,-0.984071,-0.989383,-1.03172,-0.962872,-1.03363,-0.984378,-1.00328,-0.982877,-1.00077,-1.0668,-1.07347,-0.983618,-0.908677,-0.940208,-0.94795,-0.984071,-0.989383,-1.03172,-0.962872,-1.03363,-0.984378,-1.00328,-0.982877,-1.00077,-1.0668,-1.07347,-0.983618,-0.908677,-0.940208,-0.94795,-0.984071,-0.989383,-1.03172,-0.962872,-1.03363,-0.984378,-1.00328,-0.982877,-1.00077,-1.0668,-1.07347,-0.983618,-0.908677,-0.940208,-0.94795,-0.984071,-0.989383,-1.03172,-0.962872,-1.03363,-0.984378,-1.00328,-0.982877,-1.00077,-1.0668,-1.07347,-0.983618,-0.908677,-0.940208,-0.94795,-0.984071,-0.989383,-1.03172,-0.962872,-1.03363,-0.984378,-1.00328,-0.982877,-1.00077,-1.0668,-1.07347,-0.983618,-0.908677,-0.940208,-0.94795,-0.984071,-0.989383,-1.03172,-0.962872,-1.03363,-0.984378,-1.00328,-0.982877,-1.00077,-1.0668,-1.07347,-0.983618,-0.908677,-0.940208,-0.94795,-0.984071,-0.989383,-1.03172,-0.962872,-1.03363,-0.984378,-1.00328,-0.982877,-1.00077,-1.0668,-1.07347,-0.983618,-0.908677,-0.940208,-0.94795,-0.984071,-0.989383,-1.03172,-0.962872,-1.03363,-0.984378,-1.00328,-0.982877,-1.00077,-1.0668,-1.07347,-0.983618,-0.908677,-0.940208,-0.94795,-0.984071,-0.989383,-1.03172,-0.962872,-1.03363,-0.984378,-1.00328,-0.982877,-1.00077,-1.0668,-1.07347,-0.983618,-0.908677,-0.940208,-0.94795,-0.984071,-0.989383,-1.03172,-0.962872,-1.03363,-0.984378,-1.00328,-0.982877,-1.00077,-1.0668,-1.07347,-0.983618,-0.908677,-0.940208,-0.94795,-0.984071,-0.989383,-1.03172,-0.962872,-1.03363,-0.984378,-1.00328,-0.982877,-1.00077,-1.0668,-1.07347,-0.983618,-0.908677,-0.940208,-0.94795,-0.984071,-0.989383,-1.03172,-0.962872,-1.03363,-0.984378,-1.00328,-0.982877,-1.00077,-1.0668,-1.07347,-0.983618,-0.908677,-0.940208,-0.94795,-0.984071,-0.989383,-1.03172,-0.962872,-1.03363,-0.984378,-1.00328,-0.982877,-1.00077,-1.0668,-1.07347,-0.983618,-0.908677,-0.940208,-0.94795,-0.984071,-0.989383,-1.03172,-0.962872,-1.03363,-0.984378,-1.00328,-0.982877,-1.00077,-1.0668,-1.07347,-0.983618,-0.908677,-0.940208,-0.94795,-0.984071,-0.989383,-1.03172,-0.962872,-1.03363,-0.984378,-1.00328,-0.982877,-1.00077,-1.0668,-1.07347,-0.983618,-0.908677,-0.940208,-0.94795,-0.984071,-0.989383,-1.03172,-0.962872,-1.03363,-0.984378,-1.00328,-0.982877,-1.00077,-1.0668,-1.07347,-0.983618,-0.908677,-0.940208,-0.94795,-0.984071,-0.989383,-1.03172,-0.962872,-1.03363,-0.984378,-1.00328,-0.982877,-1.00077,-1.0668,-1.07347,-0.983618,-0.908677,-0.940208,-0.94795,-0.984071,-0.989383,-1.03172,-0.962872,-1.03363,-0.984378,-1.00328,-0.982877,-1.00077,-1.0668,-1.07347,-0.983618,-0.908677,-0.940208,-0.94795,-0.984071,-0.989383,-1.03172,-0.962872,-1.03363,-0.984378,-1.00328,-0.982877,-1.00077,-1.0668,-1.07347,-0.983618,-0.908677,-0.940208,-0.94795,-0.984071,-0.989383,-1.03172,-0.962872,-1.03363,-0.984378,-1.00328,-0.982877,-1.00077,-1.0668,-1.07347,-0.983618,-0.908677,-0.940208,-0.94795,-0.984071,-0.989383,-1.03172,-0.962872,-1.03363,-0.984378,-1.00328,-0.982877,-1.00077,-1.0668,-1.07347,-0.983618,-0.908677,-0.940208,-0.94795,-0.984071,-0.989383,-1.03172,-0.962872,-1.03363,-0.984378,-1.00328,-0.982877,-1.00077,-1.0668,-1.07347,-0.983618,-0.908677,-0.940208,-0.94795,-0.984071,-0.989383,-1.03172,-0.962872,-1.03363,-0.984378,-1.00328,-0.982877,-1.00077,-1.0668,-1.07347,-0.983618,-0.908677,-0.940208,-0.94795,-0.984071,-0.989383,-1.03172,-0.962872,-1.03363,-0.984378,-1.00328,-0.982877,-1.00077,-1.0668,-1.07347,-0.983618,-0.908677,-0.940208,-0.94795,-0.984071,-0.989383,-1.03172,-0.962872,-1.03363,-0.984378,-1.00328,-0.982877,-1.00077,-1.0668,-1.07347,-0.983618,-0.908677,-0.940208,-0.94795,-0.984071,-0.989383,-1.03172,-0.962872,-1.03363,-0.984378,-1.00328,-0.982877,-1.00077,-1.0668,-1.07347,-0.983618,-0.908677,-0.940208,-0.94795,-0.984071,-0.989383,-1.03172,-0.962872,-1.03363,-0.984378,-1.00328,-0.982877,-1.00077,-1.0668,-1.07347,-0.983618,-0.908677,-0.940208,-0.94795,-0.984071,-0.989383,-1.03172,-0.962872,-1.03363,-0.984378,-1.00328,-0.982877,-1.00077,-1.0668,-1.07347,-0.983618,-0.908677,-0.940208,-0.94795,-0.984071,-0.989383,-1.03172,-0.962872,-1.03363,-0.984378,-1.00328,-0.982877,-1.00077,-1.0668,-1.07347,-0.983618,-0.908677,-0.940208,-0.94795,-0.984071,-0.989383,-1.03172,-0.962872,-1.03363,-0.984378,-1.00328,-0.982877,-1.00077,-1.0668,-1.07347,-0.983618,-0.908677,-0.940208,-0.94795,-0.984071,-0.989383,-1.03172,-0.962872,-1.03363,-0.984378,-1.00328,-0.982877,-1.00077,-1.0668,-1.07347,-0.983618,-0.908677,-0.940208,-0.94795,-0.984071,-0.989383,-1.03172,-0.962872,-1.03363,-0.984378,-1.00328,-0.982877,-1.00077,-1.0668,-1.07347,-0.983618,-0.908677,-0.940208,-0.94795,-0.984071,-0.989383,-1.03172,-0.962872,-1.03363,-0.984378,-1.00328,-0.982877,-1.00077,-1.0668,-1.07347,-0.983618,-0.908677,-0.940208,-0.94795,-0.984071,-0.989383,-1.03172,-0.962872,-1.03363,-0.984378,-1.00328,-0.982877,-1.00077,-1.0668,-1.07347,-0.983618,-0.908677,-0.940208,-0.94795,-0.984071,-0.989383,-1.03172,-0.962872,-1.03363,-0.984378,-1.00328,-0.982877,-1.00077,-1.0668,-1.07347,-0.983618,-0.908677,-0.940208,-0.94795,-0.984071,-0.989383,-1.03172,-0.962872,-1.03363,-0.984378,-1.00328,-0.982877,-1.00077,-1.0668,-1.07347,-0.983618,-0.908677,-0.940208,-0.94795,-0.984071,-0.989383,-1.03172,-0.962872,-1.03363,-0.984378,-1.00328,-0.982877,-1.00077,-1.0668,-1.07347,-0.983618,-0.908677,-0.940208,-0.94795,-0.984071,-0.989383,-1.03172,-0.962872,-1.03363,-0.984378,-1.00328,-0.982877,-1.00077,-1.0668,-1.07347,-0.983618,-0.908677,-0.940208,-0.94795,-0.984071,-0.989383,-1.03172,-0.962872,-1.03363,-0.984378,-1.00328,-0.982877,-1.00077,-1.0668,-1.07347,-0.983618,-0.908677,-0.940208,-0.94795,-0.984071,-0.989383,-1.03172,-0.962872,-1.03363,-0.984378,-1.00328,-0.982877,-1.00077,-1.0668,-1.07347,-0.983618,-0.908677,-0.940208,-0.94795,-0.984071,-0.989383,-1.03172,-0.962872,-1.03363,-0.984378,-1.00328,-0.982877,-1.00077,-1.0668,-1.07347,-0.983618,-0.908677,-0.940208,-0.94795,-0.984071,-0.989383,-1.03172,-0.962872,-1.03363,-0.984378,-1.00328,-0.982877,-1.00077,-1.0668,-1.07347,-0.983618,-0.908677,-0.940208,-0.94795,-0.984071,-0.989383,-1.03172,-0.962872,-1.03363,-0.984378,-1.00328,-0.982877,-1.00077,-1.0668,-1.07347,-0.983618,-0.908677,-0.940208,-0.94795,-0.984071,-0.989383,-1.03172,-0.962872,-1.03363,-0.984378,-1.00328,-0.982877,-1.00077,-1.0668,-1.07347,-0.983618,-0.908677,-0.940208,-0.94795,-0.984071,-0.989383,-1.03172,-0.962872,-1.03363,-0.984378,-1.00328,-0.982877,-1.00077,-1.0668,-1.07347,-0.983618,-0.908677,-0.940208,-0.94795,-0.984071,-0.989383,-1.03172,-0.962872,-1.03363,-0.984378,-1.00328,-0.982877,-1.00077,-1.0668,-1.07347,-0.983618,-0.908677,-0.940208,-0.94795,-0.984071,-0.989383,-1.03172,-0.962872,-1.03363,-0.984378,-1.00328,-0.982877,-1.00077,-1.0668,-1.07347,-0.983618,-0.908677,-0.940208,-0.94795,-0.984071,-0.989383,-1.03172,-0.962872,-1.03363,-0.984378,-1.00328,-0.982877,-1.00077,-1.0668,-1.07347,-0.983618,-0.908677,-0.940208,-0.94795,-0.984071,-0.989383,-1.03172,-0.962872,-1.03363,-0.984378,-1.00328,-0.982877,-1.00077,-1.0668,-1.07347,-0.983618,-0.908677,-0.940208,-0.94795,-0.984071,-0.989383,-1.03172,-0.962872,-1.03363,-0.984378,-1.00328,-0.982877,-1.00077,-1.0668,-1.07347,-0.983618,-0.908677,-0.940208,-0.94795,-0.984071,-0.989383,-1.03172,-0.962872,-1.03363,-0.984378,-1.00328,-0.982877,-1.00077,-1.0668,-1.07347,-0.983618,-0.908677,-0.940208,-0.94795,-0.984071,-0.989383,-1.03172,-0.962872,-1.03363,-0.984378,-1.00328,-0.982877,-1.00077,-1.0668,-1.07347,-0.983618,-0.908677,-0.940208,-0.94795,-0.984071,-0.989383,-1.03172,-0.962872,-1.03363,-0.984378,-1.00328,-0.982877,-1.00077,-1.0668,-1.07347,-0.983618,-0.908677,-0.940208,-0.94795,-0.984071,-0.989383,-1.03172,-0.962872,-1.03363,-0.984378,-1.00328,-0.982877,-1.00077,-1.0668,-1.07347,-0.983618,-0.908677,-0.940208,-0.94795,-0.984071,-0.989383,-1.03172,-0.962872,-1.03363,-0.984378,-1.00328,-0.982877,-1.00077,-1.0668,-1.07347,-0.983618,-0.908677,-0.940208,-0.94795,-0.984071,-0.989383,-1.03172,-0.962872,-1.03363,-0.984378,-1.00328,-0.982877,-1.00077,-1.0668,-1.07347,-0.983618,-0.908677,-0.940208,-0.94795,-0.984071,-0.989383,-1.03172,-0.962872,-1.03363,-0.984378,-1.00328,-0.982877,-1.00077,-1.0668,-1.07347,-0.983618,-0.908677,-0.940208,-0.94795,-0.984071,-0.989383,-1.03172,-0.962872,-1.03363,-0.984378,-1.00328,-0.982877,-1.00077,-1.0668,-1.07347,-0.983618,-0.908677,-0.940208,-0.94795,-0.984071,-0.989383,-1.03172,-0.962872,-1.03363,-0.984378,-1.00328,-0.982877,-1.00077,-1.0668,-1.07347,-0.983618,-0.908677,-0.940208,-0.94795,-0.984071,-0.989383,-1.03172,-0.962872,-1.03363,-0.984378,-1.00328,-0.982877,-1.00077,-1.0668,-1.07347,-0.983618,-0.908677,-0.940208,-0.94795,-0.984071,-0.989383,-1.03172,-0.962872,-1.03363,-0.984378,-1.00328,-0.982877,-1.00077,-1.0668,-1.07347,-0.983618,-0.908677,-0.940208,-0.94795,-0.984071,-0.989383,-1.03172,-0.962872,-1.03363,-0.984378,-1.00328,-0.982877,-1.00077,-1.0668,-1.07347,-0.983618,-0.908677,-0.940208,-0.94795,-0.984071,-0.989383,-1.03172,-0.962872,-1.03363,-0.984378,-1.00328,-0.982877,-1.00077,-1.0668,-1.07347,-0.983618,-0.908677,-0.940208,-0.94795,-0.984071,-0.989383,-1.03172,-0.962872,-1.03363,-0.984378,-1.00328,-0.982877,-1.00077,-1.0668,-1.07347,-0.983618,-0.908677,-0.940208,-0.94795,-0.984071,-0.989383,-1.03172,-0.962872,-1.03363,-0.984378,-1.00328,-0.982877,-1.00077,-1.0668,-1.07347,-0.983618,-0.908677,-0.940208,-0.94795,-0.984071,-0.989383,-1.03172,-0.962872,-1.03363,-0.984378,-1.00328,-0.982877,-1.00077,-1.0668,-1.07347,-0.983618,-0.908677,-0.940208,-0.94795,-0.984071,-0.989383,-1.03172,-0.962872,-1.03363,-0.984378,-1.00328,-0.982877,-1.00077,-1.0668,-1.07347,-0.983618,-0.908677,-0.940208,-0.94795,-0.984071,-0.989383,-1.03172,-0.962872,-1.03363,-0.984378,-1.00328,-0.982877,-1.00077,-1.0668,-1.07347,-0.983618,-0.908677,-0.940208,-0.94795,-0.984071,-0.989383,-1.03172,-0.962872,-1.03363,-0.984378,-1.00328,-0.982877,-1.00077,-1.0668,-1.07347,-0.983618,-0.908677,-0.940208,-0.94795,-0.984071,-0.989383,-1.03172,-0.962872,-1.03363,-0.984378,-1.00328,-0.982877,-1.00077,-1.0668,-1.07347,-0.983618,-0.908677,-0.940208,-0.94795,-0.984071,-0.989383,-1.03172,-0.962872,-1.03363,-0.984378,-1.00328,-0.982877,-1.00077,-1.0668,-1.07347,-0.983618,-0.908677,-0.940208,-0.94795,-0.984071,-0.989383,-1.03172,-0.962872,-1.03363,-0.984378,-1.00328,-0.982877,-1.00077,-1.0668,-1.07347,-0.983618,-0.908677,-0.940208,-0.94795,-0.984071,-0.989383,-1.03172,-0.962872,-1.03363,-0.984378,-1.00328,-0.982877,-1.00077,-1.0668,-1.07347,-0.983618,-0.908677,-0.940208,-0.94795,-0.984071,-0.989383,-1.03172,-0.962872,-1.03363,-0.984378,-1.00328,-0.982877,-1.00077,-1.0668,-1.07347,-0.983618,-0.908677,-0.940208,-0.94795,-0.984071,-0.989383,-1.03172,-0.962872,-1.03363,-0.984378,-1.00328,-0.982877,-1.00077,-1.0668,-1.07347,-0.983618,-0.908677,-0.940208,-0.94795,-0.984071,-0.989383,-1.03172,-0.962872,-1.03363,-0.984378,-1.00328,-0.982877,-1.00077,-1.0668,-1.07347,-0.983618,-0.908677,-0.940208,-0.94795,-0.984071,-0.989383,-1.03172,-0.962872,-1.03363,-0.984378,-1.00328,-0.982877,-1.00077,-1.0668,-1.07347,-0.983618,-0.908677,-0.940208,-0.94795,-0.984071,-0.989383,-1.03172,-0.962872,-1.03363,-0.984378,-1.00328,-0.982877,-1.00077,-1.0668,-1.07347,-0.983618,-0.908677,-0.940208,-0.94795,-0.984071,-0.989383,-1.03172,-0.962872,-1.03363,-0.984378,-1.00328,-0.982877,-1.00077,-1.0668,-1.07347,-0.983618,-0.908677,-0.940208,-0.94795,-0.984071,-0.989383,-1.03172,-0.962872,-1.03363,-0.984378,-1.00328,-0.982877,-1.00077,-1.0668,-1.07347,-0.983618,-0.908677,-0.940208,-0.94795,-0.984071,-0.989383,-1.03172,-0.962872,-1.03363,-0.984378,-1.00328,-0.982877,-1.00077,-1.0668,-1.07347,-0.983618,-0.908677,-0.940208,-0.94795,-0.984071,-0.989383,-1.03172,-0.962872,-1.03363,-0.984378,-1.00328,-0.982877,-1.00077,-1.0668,-1.07347,-0.983618,-0.908677,-0.940208,-0.94795,-0.984071,-0.989383,-1.03172,-0.962872,-1.03363,-0.984378,-1.00328,-0.982877,-1.00077,-1.0668,-1.07347,-0.983618,-0.908677,-0.940208,-0.94795,-0.984071,-0.989383,-1.03172,-0.962872,-1.03363,-0.984378,-1.00328,-0.982877,-1.00077,-1.0668,-1.07347,-0.983618,-0.908677,-0.940208,-0.94795,-0.984071,-0.989383,-1.03172,-0.962872,-1.03363,-0.984378,-1.00328,-0.982877,-1.00077,-1.0668,-1.07347,-0.983618,-0.908677,-0.940208,-0.94795,-0.984071,-0.989383,-1.03172,-0.962872,-1.03363,-0.984378,-1.00328,-0.982877,-1.00077,-1.0668,-1.07347,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-0.858567,-0.767129,-0.807405,-0.875691,-0.868561,-0.932499,-0.990265,-0.935827,-0.935887,-0.957637,-1.03082,-0.865266,-0.884552,-0.809768,-0.801661,-1.0786,-1.03498,-1.06437,-1.07926,-1.08101,-1.11209,-1.09313,-1.13113,-1.13921,-1.10432,-1.11706,-1.1181,-1.14575,-1.0909,-1.14216,-1.0786,-1.03498,-1.06437,-1.07926,-1.08101,-1.11209,-1.09313,-1.13113,-1.13921,-1.10432,-1.11706,-1.1181,-1.14575,-1.0909,-1.14216,-1.0786,-1.03498,-1.06437,-1.07926,-1.08101,-1.11209,-1.09313,-1.13113,-1.13921,-1.10432,-1.11706,-1.1181,-1.14575,-1.0909,-1.14216,-1.0786,-1.03498,-1.06437,-1.07926,-1.08101,-1.11209,-1.09313,-1.13113,-1.13921,-1.10432,-1.11706,-1.1181,-1.14575,-1.0909,-1.14216,-1.0786,-1.03498,-1.06437,-1.07926,-1.08101,-1.11209,-1.09313,-1.13113,-1.13921,-1.10432,-1.11706,-1.1181,-1.14575,-1.0909,-1.14216,-1.0786,-1.03498,-1.06437,-1.07926,-1.08101,-1.11209,-1.09313,-1.13113,-1.13921,-1.10432,-1.11706,-1.1181,-1.14575,-1.0909,-1.14216,-1.0786,-1.03498,-1.06437,-1.07926,-1.08101,-1.11209,-1.09313,-1.13113,-1.13921,-1.10432,-1.11706,-1.1181,-1.14575,-1.0909,-1.14216,-1.0786,-1.03498,-1.06437,-1.07926,-1.08101,-1.11209,-1.09313,-1.13113,-1.13921,-1.10432,-1.11706,-1.1181,-1.14575,-1.0909,-1.14216,-1.0786,-1.03498,-1.06437,-1.07926,-1.08101,-1.11209,-1.09313,-1.13113,-1.13921,-1.10432,-1.11706,-1.1181,-1.14575,-1.0909,-1.14216,-1.0786,-1.03498,-1.06437,-1.07926,-1.08101,-1.11209,-1.09313,-1.13113,-1.13921,-1.10432,-1.11706,-1.1181,-1.14575,-1.0909,-1.14216,-1.0786,-1.03498,-1.06437,-1.07926,-1.08101,-1.11209,-1.09313,-1.13113,-1.13921,-1.10432,-1.11706,-1.1181,-1.14575,-1.0909,-1.14216,-1.0786,-1.03498,-1.06437,-1.07926,-1.08101,-1.11209,-1.09313,-1.13113,-1.13921,-1.10432,-1.11706,-1.1181,-1.14575,-1.0909,-1.14216,-1.0786,-1.03498,-1.06437,-1.07926,-1.08101,-1.11209,-1.09313,-1.13113,-1.13921,-1.10432,-1.11706,-1.1181,-1.14575,-1.0909,-1.14216,-1.0786,-1.03498,-1.06437,-1.07926,-1.08101,-1.11209,-1.09313,-1.13113,-1.13921,-1.10432,-1.11706,-1.1181,-1.14575,-1.0909,-1.14216,-1.0786,-1.03498,-1.06437,-1.07926,-1.08101,-1.11209,-1.09313,-1.13113,-1.13921,-1.10432,-1.11706,-1.1181,-1.14575,-1.0909,-1.14216,-1.0786,-1.03498,-1.06437,-1.07926,-1.08101,-1.11209,-1.09313,-1.13113,-1.13921,-1.10432,-1.11706,-1.1181,-1.14575,-1.0909,-1.14216,-1.0786,-1.03498,-1.06437,-1.07926,-1.08101,-1.11209,-1.09313,-1.13113,-1.13921,-1.10432,-1.11706,-1.1181,-1.14575,-1.0909,-1.14216,-1.0786,-1.03498,-1.06437,-1.07926,-1.08101,-1.11209,-1.09313,-1.13113,-1.13921,-1.10432,-1.11706,-1.1181,-1.14575,-1.0909,-1.14216,-1.0786,-1.03498,-1.06437,-1.07926,-1.08101,-1.11209,-1.09313,-1.13113,-1.13921,-1.10432,-1.11706,-1.1181,-1.14575,-1.0909,-1.14216,-1.0786,-1.03498,-1.06437,-1.07926,-1.08101,-1.11209,-1.09313,-1.13113,-1.13921,-1.10432,-1.11706,-1.1181,-1.14575,-1.0909,-1.14216,-1.0786,-1.03498,-1.06437,-1.07926,-1.08101,-1.11209,-1.09313,-1.13113,-1.13921,-1.10432,-1.11706,-1.1181,-1.14575,-1.0909,-1.14216,-1.0786,-1.03498,-1.06437,-1.07926,-1.08101,-1.11209,-1.09313,-1.13113,-1.13921,-1.10432,-1.11706,-1.1181,-1.14575,-1.0909,-1.14216,-1.0786,-1.03498,-1.06437,-1.07926,-1.08101,-1.11209,-1.09313,-1.13113,-1.13921,-1.10432,-1.11706,-1.1181,-1.14575,-1.0909,-1.14216,-1.0786,-1.03498,-1.06437,-1.07926,-1.08101,-1.11209,-1.09313,-1.13113,-1.13921,-1.10432,-1.11706,-1.1181,-1.14575,-1.0909,-1.14216,-1.0786,-1.03498,-1.06437,-1.07926,-1.08101,-1.11209,-1.09313,-1.13113,-1.13921,-1.10432,-1.11706,-1.1181,-1.14575,-1.0909,-1.14216,-1.0786,-1.03498,-1.06437,-1.07926,-1.08101,-1.11209,-1.09313,-1.13113,-1.13921,-1.10432,-1.11706,-1.1181,-1.14575,-1.0909,-1.14216,-1.0786,-1.03498,-1.06437,-1.07926,-1.08101,-1.11209,-1.09313,-1.13113,-1.13921,-1.10432,-1.11706,-1.1181,-1.14575,-1.0909,-1.14216,-1.0786,-1.03498,-1.06437,-1.07926,-1.08101,-1.11209,-1.09313,-1.13113,-1.13921,-1.10432,-1.11706,-1.1181,-1.14575,-1.0909,-1.14216,-1.0786,-1.03498,-1.06437,-1.07926,-1.08101,-1.11209,-1.09313,-1.13113,-1.13921,-1.10432,-1.11706,-1.1181,-1.14575,-1.0909,-1.14216,1.56634,1.59333,1.55807,1.56939,1.58696,1.67253,1.7465,1.83298,1.80384,1.88671,1.79821,1.82084,1.78478,1.72911,1.72927,1.56634,1.59333,1.55807,1.56939,1.58696,1.67253,1.7465,1.83298,1.80384,1.88671,1.79821,1.82084,1.78478,1.72911,1.72927,1.56634,1.59333,1.55807,1.56939,1.58696,1.67253,1.7465,1.83298,1.80384,1.88671,1.79821,1.82084,1.78478,1.72911,1.72927,1.56634,1.59333,1.55807,1.56939,1.58696,1.67253,1.7465,1.83298,1.80384,1.88671,1.79821,1.82084,1.78478,1.72911,1.72927,1.56634,1.59333,1.55807,1.56939,1.58696,1.67253,1.7465,1.83298,1.80384,1.88671,1.79821,1.82084,1.78478,1.72911,1.72927,1.56634,1.59333,1.55807,1.56939,1.58696,1.67253,1.7465,1.83298,1.80384,1.88671,1.79821,1.82084,1.78478,1.72911,1.72927,1.56634,1.59333,1.55807,1.56939,1.58696,1.67253,1.7465,1.83298,1.80384,1.88671,1.79821,1.82084,1.78478,1.72911,1.72927,1.56634,1.59333,1.55807,1.56939,1.58696,1.67253,1.7465,1.83298,1.80384,1.88671,1.79821,1.82084,1.78478,1.72911,1.72927,1.56634,1.59333,1.55807,1.56939,1.58696,1.67253,1.7465,1.83298,1.80384,1.88671,1.79821,1.82084,1.78478,1.72911,1.72927,1.56634,1.59333,1.55807,1.56939,1.58696,1.67253,1.7465,1.83298,1.80384,1.88671,1.79821,1.82084,1.78478,1.72911,1.72927,1.56634,1.59333,1.55807,1.56939,1.58696,1.67253,1.7465,1.83298,1.80384,1.88671,1.79821,1.82084,1.78478,1.72911,1.72927,1.56634,1.59333,1.55807,1.56939,1.58696,1.67253,1.7465,1.83298,1.80384,1.88671,1.79821,1.82084,1.78478,1.72911,1.72927,1.56634,1.59333,1.55807,1.56939,1.58696,1.67253,1.7465,1.83298,1.80384,1.88671,1.79821,1.82084,1.78478,1.72911,1.72927,1.56634,1.59333,1.55807,1.56939,1.58696,1.67253,1.7465,1.83298,1.80384,1.88671,1.79821,1.82084,1.78478,1.72911,1.72927,-0.612449,-0.816109,-0.799779,-0.848837,-0.740462,-0.776223,-0.755333,-0.749267,-0.735654,-0.752262,-0.894575,-0.922057,-0.972172,-0.946276,-0.951926,-0.612449,-0.816109,-0.799779,-0.848837,-0.740462,-0.776223,-0.755333,-0.749267,-0.735654,-0.752262,-0.894575,-0.922057,-0.972172,-0.946276,-0.951926,-0.612449,-0.816109,-0.799779,-0.848837,-0.740462,-0.776223,-0.755333,-0.749267,-0.735654,-0.752262,-0.894575,-0.922057,-0.972172,-0.946276,-0.951926,-0.612449,-0.816109,-0.799779,-0.848837,-0.740462,-0.776223,-0.755333,-0.749267,-0.735654,-0.752262,-0.894575,-0.922057,-0.972172,-0.946276,-0.951926,-0.612449,-0.816109,-0.799779,-0.848837,-0.740462,-0.776223,-0.755333,-0.749267,-0.735654,-0.752262,-0.894575,-0.922057,-0.972172,-0.946276,-0.951926,-0.612449,-0.816109,-0.799779,-0.848837,-0.740462,-0.776223,-0.755333,-0.749267,-0.735654,-0.752262,-0.894575,-0.922057,-0.972172,-0.946276,-0.951926,-0.612449,-0.816109,-0.799779,-0.848837,-0.740462,-0.776223,-0.755333,-0.749267,-0.735654,-0.752262,-0.894575,-0.922057,-0.972172,-0.946276,-0.951926,-0.612449,-0.816109,-0.799779,-0.848837,-0.740462,-0.776223,-0.755333,-0.749267,-0.735654,-0.752262,-0.894575,-0.922057,-0.972172,-0.946276,-0.951926,-0.612449,-0.816109,-0.799779,-0.848837,-0.740462,-0.776223,-0.755333,-0.749267,-0.735654,-0.752262,-0.894575,-0.922057,-0.972172,-0.946276,-0.951926,-0.612449,-0.816109,-0.799779,-0.848837,-0.740462,-0.776223,-0.755333,-0.749267,-0.735654,-0.752262,-0.894575,-0.922057,-0.972172,-0.946276,-0.951926,-0.612449,-0.816109,-0.799779,-0.848837,-0.740462,-0.776223,-0.755333,-0.749267,-0.735654,-0.752262,-0.894575,-0.922057,-0.972172,-0.946276,-0.951926,-0.612449,-0.816109,-0.799779,-0.848837,-0.740462,-0.776223,-0.755333,-0.749267,-0.735654,-0.752262,-0.894575,-0.922057,-0.972172,-0.946276,-0.951926,-0.612449,-0.816109,-0.799779,-0.848837,-0.740462,-0.776223,-0.755333,-0.749267,-0.735654,-0.752262,-0.894575,-0.922057,-0.972172,-0.946276,-0.951926,-0.612449,-0.816109,-0.799779,-0.848837,-0.740462,-0.776223,-0.755333,-0.749267,-0.735654,-0.752262,-0.894575,-0.922057,-0.972172,-0.946276,-0.951926,-0.612449,-0.816109,-0.799779,-0.848837,-0.740462,-0.776223,-0.755333,-0.749267,-0.735654,-0.752262,-0.894575,-0.922057,-0.972172,-0.946276,-0.951926,-0.612449,-0.816109,-0.799779,-0.848837,-0.740462,-0.776223,-0.755333,-0.749267,-0.735654,-0.752262,-0.894575,-0.922057,-0.972172,-0.946276,-0.951926,-0.612449,-0.816109,-0.799779,-0.848837,-0.740462,-0.776223,-0.755333,-0.749267,-0.735654,-0.752262,-0.894575,-0.922057,-0.972172,-0.946276,-0.951926,-0.612449,-0.816109,-0.799779,-0.848837,-0.740462,-0.776223,-0.755333,-0.749267,-0.735654,-0.752262,-0.894575,-0.922057,-0.972172,-0.946276,-0.951926,-0.612449,-0.816109,-0.799779,-0.848837,-0.740462,-0.776223,-0.755333,-0.749267,-0.735654,-0.752262,-0.894575,-0.922057,-0.972172,-0.946276,-0.951926,-0.612449,-0.816109,-0.799779,-0.848837,-0.740462,-0.776223,-0.755333,-0.749267,-0.735654,-0.752262,-0.894575,-0.922057,-0.972172,-0.946276,-0.951926,-0.612449,-0.816109,-0.799779,-0.848837,-0.740462,-0.776223,-0.755333,-0.749267,-0.735654,-0.752262,-0.894575,-0.922057,-0.972172,-0.946276,-0.951926,-0.612449,-0.816109,-0.799779,-0.848837,-0.740462,-0.776223,-0.755333,-0.749267,-0.735654,-0.752262,-0.894575,-0.922057,-0.972172,-0.946276,-0.951926,-0.612449,-0.816109,-0.799779,-0.848837,-0.740462,-0.776223,-0.755333,-0.749267,-0.735654,-0.752262,-0.894575,-0.922057,-0.972172,-0.946276,-0.951926,-0.612449,-0.816109,-0.799779,-0.848837,-0.740462,-0.776223,-0.755333,-0.749267,-0.735654,-0.752262,-0.894575,-0.922057,-0.972172,-0.946276,-0.951926,-0.612449,-0.816109,-0.799779,-0.848837,-0.740462,-0.776223,-0.755333,-0.749267,-0.735654,-0.752262,-0.894575,-0.922057,-0.972172,-0.946276,-0.951926,-0.612449,-0.816109,-0.799779,-0.848837,-0.740462,-0.776223,-0.755333,-0.749267,-0.735654,-0.752262,-0.894575,-0.922057,-0.972172,-0.946276,-0.951926,-0.612449,-0.816109,-0.799779,-0.848837,-0.740462,-0.776223,-0.755333,-0.749267,-0.735654,-0.752262,-0.894575,-0.922057,-0.972172,-0.946276,-0.951926,-0.612449,-0.816109,-0.799779,-0.848837,-0.740462,-0.776223,-0.755333,-0.749267,-0.735654,-0.752262,-0.894575,-0.922057,-0.972172,-0.946276,-0.951926,-0.612449,-0.816109,-0.799779,-0.848837,-0.740462,-0.776223,-0.755333,-0.749267,-0.735654,-0.752262,-0.894575,-0.922057,-0.972172,-0.946276,-0.951926,-0.612449,-0.816109,-0.799779,-0.848837,-0.740462,-0.776223,-0.755333,-0.749267,-0.735654,-0.752262,-0.894575,-0.922057,-0.972172,-0.946276,-0.951926,-0.612449,-0.816109,-0.799779,-0.848837,-0.740462,-0.776223,-0.755333,-0.749267,-0.735654,-0.752262,-0.894575,-0.922057,-0.972172,-0.946276,-0.951926,-0.612449,-0.816109,-0.799779,-0.848837,-0.740462,-0.776223,-0.755333,-0.749267,-0.735654,-0.752262,-0.894575,-0.922057,-0.972172,-0.946276,-0.951926,-0.612449,-0.816109,-0.799779,-0.848837,-0.740462,-0.776223,-0.755333,-0.749267,-0.735654,-0.752262,-0.894575,-0.922057,-0.972172,-0.946276,-0.951926,-0.612449,-0.816109,-0.799779,-0.848837,-0.740462,-0.776223,-0.755333,-0.749267,-0.735654,-0.752262,-0.894575,-0.922057,-0.972172,-0.946276,-0.951926,-0.612449,-0.816109,-0.799779,-0.848837,-0.740462,-0.776223,-0.755333,-0.749267,-0.735654,-0.752262,-0.894575,-0.922057,-0.972172,-0.946276,-0.951926,-0.612449,-0.816109,-0.799779,-0.848837,-0.740462,-0.776223,-0.755333,-0.749267,-0.735654,-0.752262,-0.894575,-0.922057,-0.972172,-0.946276,-0.951926,-0.612449,-0.816109,-0.799779,-0.848837,-0.740462,-0.776223,-0.755333,-0.749267,-0.735654,-0.752262,-0.894575,-0.922057,-0.972172,-0.946276,-0.951926,-0.612449,-0.816109,-0.799779,-0.848837,-0.740462,-0.776223,-0.755333,-0.749267,-0.735654,-0.752262,-0.894575,-0.922057,-0.972172,-0.946276,-0.951926,-0.612449,-0.816109,-0.799779,-0.848837,-0.740462,-0.776223,-0.755333,-0.749267,-0.735654,-0.752262,-0.894575,-0.922057,-0.972172,-0.946276,-0.951926,-0.612449,-0.816109,-0.799779,-0.848837,-0.740462,-0.776223,-0.755333,-0.749267,-0.735654,-0.752262,-0.894575,-0.922057,-0.972172,-0.946276,-0.951926,-0.612449,-0.816109,-0.799779,-0.848837,-0.740462,-0.776223,-0.755333,-0.749267,-0.735654,-0.752262,-0.894575,-0.922057,-0.972172,-0.946276,-0.951926,-0.612449,-0.816109,-0.799779,-0.848837,-0.740462,-0.776223,-0.755333,-0.749267,-0.735654,-0.752262,-0.894575,-0.922057,-0.972172,-0.946276,-0.951926,-0.612449,-0.816109,-0.799779,-0.848837,-0.740462,-0.776223,-0.755333,-0.749267,-0.735654,-0.752262,-0.894575,-0.922057,-0.972172,-0.946276,-0.951926,-0.612449,-0.816109,-0.799779,-0.848837,-0.740462,-0.776223,-0.755333,-0.749267,-0.735654,-0.752262,-0.894575,-0.922057,-0.972172,-0.946276,-0.951926,-0.612449,-0.816109,-0.799779,-0.848837,-0.740462,-0.776223,-0.755333,-0.749267,-0.735654,-0.752262,-0.894575,-0.922057,-0.972172,-0.946276,-0.951926,-0.612449,-0.816109,-0.799779,-0.848837,-0.740462,-0.776223,-0.755333,-0.749267,-0.735654,-0.752262,-0.894575,-0.922057,-0.972172,-0.946276,-0.951926,-0.612449,-0.816109,-0.799779,-0.848837,-0.740462,-0.776223,-0.755333,-0.749267,-0.735654,-0.752262,-0.894575,-0.922057,-0.972172,-0.946276,-0.951926,-0.612449,-0.816109,-0.799779,-0.848837,-0.740462,-0.776223,-0.755333,-0.749267,-0.735654,-0.752262,-0.894575,-0.922057,-0.972172,-0.946276,-0.951926,-0.612449,-0.816109,-0.799779,-0.848837,-0.740462,-0.776223,-0.755333,-0.749267,-0.735654,-0.752262,-0.894575,-0.922057,-0.972172,-0.946276,-0.951926,-0.612449,-0.816109,-0.799779,-0.848837,-0.740462,-0.776223,-0.755333,-0.749267,-0.735654,-0.752262,-0.894575,-0.922057,-0.972172,-0.946276,-0.951926,-0.612449,-0.816109,-0.799779,-0.848837,-0.740462,-0.776223,-0.755333,-0.749267,-0.735654,-0.752262,-0.894575,-0.922057,-0.972172,-0.946276,-0.951926,-0.612449,-0.816109,-0.799779,-0.848837,-0.740462,-0.776223,-0.755333,-0.749267,-0.735654,-0.752262,-0.894575,-0.922057,-0.972172,-0.946276,-0.951926,-0.612449,-0.816109,-0.799779,-0.848837,-0.740462,-0.776223,-0.755333,-0.749267,-0.735654,-0.752262,-0.894575,-0.922057,-0.972172,-0.946276,-0.951926,-0.612449,-0.816109,-0.799779,-0.848837,-0.740462,-0.776223,-0.755333,-0.749267,-0.735654,-0.752262,-0.894575,-0.922057,-0.972172,-0.946276,-0.951926,-0.612449,-0.816109,-0.799779,-0.848837,-0.740462,-0.776223,-0.755333,-0.749267,-0.735654,-0.752262,-0.894575,-0.922057,-0.972172,-0.946276,-0.951926,-0.612449,-0.816109,-0.799779,-0.848837,-0.740462,-0.776223,-0.755333,-0.749267,-0.735654,-0.752262,-0.894575,-0.922057,-0.972172,-0.946276,-0.951926,-0.612449,-0.816109,-0.799779,-0.848837,-0.740462,-0.776223,-0.755333,-0.749267,-0.735654,-0.752262,-0.894575,-0.922057,-0.972172,-0.946276,-0.951926,-0.612449,-0.816109,-0.799779,-0.848837,-0.740462,-0.776223,-0.755333,-0.749267,-0.735654,-0.752262,-0.894575,-0.922057,-0.972172,-0.946276,-0.951926,-0.612449,-0.816109,-0.799779,-0.848837,-0.740462,-0.776223,-0.755333,-0.749267,-0.735654,-0.752262,-0.894575,-0.922057,-0.972172,-0.946276,-0.951926,-0.612449,-0.816109,-0.799779,-0.848837,-0.740462,-0.776223,-0.755333,-0.749267,-0.735654,-0.752262,-0.894575,-0.922057,-0.972172,-0.946276,-0.951926,-0.612449,-0.816109,-0.799779,-0.848837,-0.740462,-0.776223,-0.755333,-0.749267,-0.735654,-0.752262,-0.894575,-0.922057,-0.972172,-0.946276,-0.951926,-0.612449,-0.816109,-0.799779,-0.848837,-0.740462,-0.776223,-0.755333,-0.749267,-0.735654,-0.752262,-0.894575,-0.922057,-0.972172,-0.946276,-0.951926,-0.612449,-0.816109,-0.799779,-0.848837,-0.740462,-0.776223,-0.755333,-0.749267,-0.735654,-0.752262,-0.894575,-0.922057,-0.972172,-0.946276,-0.951926,-0.612449,-0.816109,-0.799779,-0.848837,-0.740462,-0.776223,-0.755333,-0.749267,-0.735654,-0.752262,-0.894575,-0.922057,-0.972172,-0.946276,-0.951926,-0.612449,-0.816109,-0.799779,-0.848837,-0.740462,-0.776223,-0.755333,-0.749267,-0.735654,-0.752262,-0.894575,-0.922057,-0.972172,-0.946276,-0.951926,-0.612449,-0.816109,-0.799779,-0.848837,-0.740462,-0.776223,-0.755333,-0.749267,-0.735654,-0.752262,-0.894575,-0.922057,-0.972172,-0.946276,-0.951926,-0.612449,-0.816109,-0.799779,-0.848837,-0.740462,-0.776223,-0.755333,-0.749267,-0.735654,-0.752262,-0.894575,-0.922057,-0.972172,-0.946276,-0.951926,-0.612449,-0.816109,-0.799779,-0.848837,-0.740462,-0.776223,-0.755333,-0.749267,-0.735654,-0.752262,-0.894575,-0.922057,-0.972172,-0.946276,-0.951926,-0.612449,-0.816109,-0.799779,-0.848837,-0.740462,-0.776223,-0.755333,-0.749267,-0.735654,-0.752262,-0.894575,-0.922057,-0.972172,-0.946276,-0.951926,-0.612449,-0.816109,-0.799779,-0.848837,-0.740462,-0.776223,-0.755333,-0.749267,-0.735654,-0.752262,-0.894575,-0.922057,-0.972172,-0.946276,-0.951926,-0.612449,-0.816109,-0.799779,-0.848837,-0.740462,-0.776223,-0.755333,-0.749267,-0.735654,-0.752262,-0.894575,-0.922057,-0.972172,-0.946276,-0.951926,-0.612449,-0.816109,-0.799779,-0.848837,-0.740462,-0.776223,-0.755333,-0.749267,-0.735654,-0.752262,-0.894575,-0.922057,-0.972172,-0.946276,-0.951926,-0.612449,-0.816109,-0.799779,-0.848837,-0.740462,-0.776223,-0.755333,-0.749267,-0.735654,-0.752262,-0.894575,-0.922057,-0.972172,-0.946276,-0.951926,-0.612449,-0.816109,-0.799779,-0.848837,-0.740462,-0.776223,-0.755333,-0.749267,-0.735654,-0.752262,-0.894575,-0.922057,-0.972172,-0.946276,-0.951926,-0.612449,-0.816109,-0.799779,-0.848837,-0.740462,-0.776223,-0.755333,-0.749267,-0.735654,-0.752262,-0.894575,-0.922057,-0.972172,-0.946276,-0.951926,-0.612449,-0.816109,-0.799779,-0.848837,-0.740462,-0.776223,-0.755333,-0.749267,-0.735654,-0.752262,-0.894575,-0.922057,-0.972172,-0.946276,-0.951926,-0.612449,-0.816109,-0.799779,-0.848837,-0.740462,-0.776223,-0.755333,-0.749267,-0.735654,-0.752262,-0.894575,-0.922057,-0.972172,-0.946276,-0.951926,-0.612449,-0.816109,-0.799779,-0.848837,-0.740462,-0.776223,-0.755333,-0.749267,-0.735654,-0.752262,-0.894575,-0.922057,-0.972172,-0.946276,-0.951926,-0.612449,-0.816109,-0.799779,-0.848837,-0.740462,-0.776223,-0.755333,-0.749267,-0.735654,-0.752262,-0.894575,-0.922057,-0.972172,-0.946276,-0.951926,-0.612449,-0.816109,-0.799779,-0.848837,-0.740462,-0.776223,-0.755333,-0.749267,-0.735654,-0.752262,-0.894575,-0.922057,-0.972172,-0.946276,-0.951926,-0.612449,-0.816109,-0.799779,-0.848837,-0.740462,-0.776223,-0.755333,-0.749267,-0.735654,-0.752262,-0.894575,-0.922057,-0.972172,-0.946276,-0.951926,-0.612449,-0.816109,-0.799779,-0.848837,-0.740462,-0.776223,-0.755333,-0.749267,-0.735654,-0.752262,-0.894575,-0.922057,-0.972172,-0.946276,-0.951926,-0.612449,-0.816109,-0.799779,-0.848837,-0.740462,-0.776223,-0.755333,-0.749267,-0.735654,-0.752262,-0.894575,-0.922057,-0.972172,-0.946276,-0.951926,-0.612449,-0.816109,-0.799779,-0.848837,-0.740462,-0.776223,-0.755333,-0.749267,-0.735654,-0.752262,-0.894575,-0.922057,-0.972172,-0.946276,-0.951926,-0.612449,-0.816109,-0.799779,-0.848837,-0.740462,-0.776223,-0.755333,-0.749267,-0.735654,-0.752262,-0.894575,-0.922057,-0.972172,-0.946276,-0.951926,-0.612449,-0.816109,-0.799779,-0.848837,-0.740462,-0.776223,-0.755333,-0.749267,-0.735654,-0.752262,-0.894575,-0.922057,-0.972172,-0.946276,-0.951926,-0.612449,-0.816109,-0.799779,-0.848837,-0.740462,-0.776223,-0.755333,-0.749267,-0.735654,-0.752262,-0.894575,-0.922057,-0.972172,-0.946276,-0.951926,-0.612449,-0.816109,-0.799779,-0.848837,-0.740462,-0.776223,-0.755333,-0.749267,-0.735654,-0.752262,-0.894575,-0.922057,-0.972172,-0.946276,-0.951926,-0.612449,-0.816109,-0.799779,-0.848837,-0.740462,-0.776223,-0.755333,-0.749267,-0.735654,-0.752262,-0.894575,-0.922057,-0.972172,-0.946276,-0.951926,-0.612449,-0.816109,-0.799779,-0.848837,-0.740462,-0.776223,-0.755333,-0.749267,-0.735654,-0.752262,-0.894575,-0.922057,-0.972172,-0.946276,-0.951926,-0.612449,-0.816109,-0.799779,-0.848837,-0.740462,-0.776223,-0.755333,-0.749267,-0.735654,-0.752262,-0.894575,-0.922057,-0.972172,-0.946276,-0.951926,-0.612449,-0.816109,-0.799779,-0.848837,-0.740462,-0.776223,-0.755333,-0.749267,-0.735654,-0.752262,-0.894575,-0.922057,-0.972172,-0.946276,-0.951926,-0.612449,-0.816109,-0.799779,-0.848837,-0.740462,-0.776223,-0.755333,-0.749267,-0.735654,-0.752262,-0.894575,-0.922057,-0.972172,-0.946276,-0.951926,-0.612449,-0.816109,-0.799779,-0.848837,-0.740462,-0.776223,-0.755333,-0.749267,-0.735654,-0.752262,-0.894575,-0.922057,-0.972172,-0.946276,-0.951926,-0.612449,-0.816109,-0.799779,-0.848837,-0.740462,-0.776223,-0.755333,-0.749267,-0.735654,-0.752262,-0.894575,-0.922057,-0.972172,-0.946276,-0.951926,-0.612449,-0.816109,-0.799779,-0.848837,-0.740462,-0.776223,-0.755333,-0.749267,-0.735654,-0.752262,-0.894575,-0.922057,-0.972172,-0.946276,-0.951926,-0.612449,-0.816109,-0.799779,-0.848837,-0.740462,-0.776223,-0.755333,-0.749267,-0.735654,-0.752262,-0.894575,-0.922057,-0.972172,-0.946276,-0.951926,-0.612449,-0.816109,-0.799779,-0.848837,-0.740462,-0.776223,-0.755333,-0.749267,-0.735654,-0.752262,-0.894575,-0.922057,-0.972172,-0.946276,-0.951926,-0.612449,-0.816109,-0.799779,-0.848837,-0.740462,-0.776223,-0.755333,-0.749267,-0.735654,-0.752262,-0.894575,-0.922057,-0.972172,-0.946276,-0.951926,-0.612449,-0.816109,-0.799779,-0.848837,-0.740462,-0.776223,-0.755333,-0.749267,-0.735654,-0.752262,-0.894575,-0.922057,-0.972172,-0.946276,-0.951926,-0.612449,-0.816109,-0.799779,-0.848837,-0.740462,-0.776223,-0.755333,-0.749267,-0.735654,-0.752262,-0.894575,-0.922057,-0.972172,-0.946276,-0.951926,-0.612449,-0.816109,-0.799779,-0.848837,-0.740462,-0.776223,-0.755333,-0.749267,-0.735654,-0.752262,-0.894575,-0.922057,-0.972172,-0.946276,-0.951926,-0.612449,-0.816109,-0.799779,-0.848837,-0.740462,-0.776223,-0.755333,-0.749267,-0.735654,-0.752262,-0.894575,-0.922057,-0.972172,-0.946276,-0.951926,-0.612449,-0.816109,-0.799779,-0.848837,-0.740462,-0.776223,-0.755333,-0.749267,-0.735654,-0.752262,-0.894575,-0.922057,-0.972172,-0.946276,-0.951926,-0.612449,-0.816109,-0.799779,-0.848837,-0.740462,-0.776223,-0.755333,-0.749267,-0.735654,-0.752262,-0.894575,-0.922057,-0.972172,-0.946276,-0.951926,-0.612449,-0.816109,-0.799779,-0.848837,-0.740462,-0.776223,-0.755333,-0.749267,-0.735654,-0.752262,-0.894575,-0.922057,-0.972172,-0.946276,-0.951926,-0.612449,-0.816109,-0.799779,-0.848837,-0.740462,-0.776223,-0.755333,-0.749267,-0.735654,-0.752262,-0.894575,-0.922057,-0.972172,-0.946276,-0.951926,-0.612449,-0.816109,-0.799779,-0.848837,-0.740462,-0.776223,-0.755333,-0.749267,-0.735654,-0.752262,-0.894575,-0.922057,-0.972172,-0.946276,-0.951926,-0.612449,-0.816109,-0.799779,-0.848837,-0.740462,-0.776223,-0.755333,-0.749267,-0.735654,-0.752262,-0.894575,-0.922057,-0.972172,-0.946276,-0.951926,-0.612449,-0.816109,-0.799779,-0.848837,-0.740462,-0.776223,-0.755333,-0.749267,-0.735654,-0.752262,-0.894575,-0.922057,-0.972172,-0.946276,-0.951926,-0.612449,-0.816109,-0.799779,-0.848837,-0.740462,-0.776223,-0.755333,-0.749267,-0.735654,-0.752262,-0.894575,-0.922057,-0.972172,-0.946276,-0.951926,-0.612449,-0.816109,-0.799779,-0.848837,-0.740462,-0.776223,-0.755333,-0.749267,-0.735654,-0.752262,-0.894575,-0.922057,-0.972172,-0.946276,-0.951926,-0.612449,-0.816109,-0.799779,-0.848837,-0.740462,-0.776223,-0.755333,-0.749267,-0.735654,-0.752262,-0.894575,-0.922057,-0.972172,-0.946276,-0.951926,-0.612449,-0.816109,-0.799779,-0.848837,-0.740462,-0.776223,-0.755333,-0.749267,-0.735654,-0.752262,-0.894575,-0.922057,-0.972172,-0.946276,-0.951926,-0.612449,-0.816109,-0.799779,-0.848837,-0.740462,-0.776223,-0.755333,-0.749267,-0.735654,-0.752262,-0.894575,-0.922057,-0.972172,-0.946276,-0.951926,-0.612449,-0.816109,-0.799779,-0.848837,-0.740462,-0.776223,-0.755333,-0.749267,-0.735654,-0.752262,-0.894575,-0.922057,-0.972172,-0.946276,-0.951926,-0.612449,-0.816109,-0.799779,-0.848837,-0.740462,-0.776223,-0.755333,-0.749267,-0.735654,-0.752262,-0.894575,-0.922057,-0.972172,-0.946276,-0.951926,-0.612449,-0.816109,-0.799779,-0.848837,-0.740462,-0.776223,-0.755333,-0.749267,-0.735654,-0.752262,-0.894575,-0.922057,-0.972172,-0.946276,-0.951926,-0.612449,-0.816109,-0.799779,-0.848837,-0.740462,-0.776223,-0.755333,-0.749267,-0.735654,-0.752262,-0.894575,-0.922057,-0.972172,-0.946276,-0.951926,-0.612449,-0.816109,-0.799779,-0.848837,-0.740462,-0.776223,-0.755333,-0.749267,-0.735654,-0.752262,-0.894575,-0.922057,-0.972172,-0.946276,-0.951926,-0.612449,-0.816109,-0.799779,-0.848837,-0.740462,-0.776223,-0.755333,-0.749267,-0.735654,-0.752262,-0.894575,-0.922057,-0.972172,-0.946276,-0.951926,-0.612449,-0.816109,-0.799779,-0.848837,-0.740462,-0.776223,-0.755333,-0.749267,-0.735654,-0.752262,-0.894575,-0.922057,-0.972172,-0.946276,-0.951926,-0.612449,-0.816109,-0.799779,-0.848837,-0.740462,-0.776223,-0.755333,-0.749267,-0.735654,-0.752262,-0.894575,-0.922057,-0.972172,-0.946276,-0.951926,-0.612449,-0.816109,-0.799779,-0.848837,-0.740462,-0.776223,-0.755333,-0.749267,-0.735654,-0.752262,-0.894575,-0.922057,-0.972172,-0.946276,-0.951926,-0.612449,-0.816109,-0.799779,-0.848837,-0.740462,-0.776223,-0.755333,-0.749267,-0.735654,-0.752262,-0.894575,-0.922057,-0.972172,-0.946276,-0.951926,-0.612449,-0.816109,-0.799779,-0.848837,-0.740462,-0.776223,-0.755333,-0.749267,-0.735654,-0.752262,-0.894575,-0.922057,-0.972172,-0.946276,-0.951926,-0.612449,-0.816109,-0.799779,-0.848837,-0.740462,-0.776223,-0.755333,-0.749267,-0.735654,-0.752262,-0.894575,-0.922057,-0.972172,-0.946276,-0.951926,-0.612449,-0.816109,-0.799779,-0.848837,-0.740462,-0.776223,-0.755333,-0.749267,-0.735654,-0.752262,-0.894575,-0.922057,-0.972172,-0.946276,-0.951926,-0.612449,-0.816109,-0.799779,-0.848837,-0.740462,-0.776223,-0.755333,-0.749267,-0.735654,-0.752262,-0.894575,-0.922057,-0.972172,-0.946276,-0.951926,-0.612449,-0.816109,-0.799779,-0.848837,-0.740462,-0.776223,-0.755333,-0.749267,-0.735654,-0.752262,-0.894575,-0.922057,-0.972172,-0.946276,-0.951926,-0.612449,-0.816109,-0.799779,-0.848837,-0.740462,-0.776223,-0.755333,-0.749267,-0.735654,-0.752262,-0.894575,-0.922057,-0.972172,-0.946276,-0.951926,-0.612449,-0.816109,-0.799779,-0.848837,-0.740462,-0.776223,-0.755333,-0.749267,-0.735654,-0.752262,-0.894575,-0.922057,-0.972172,-0.946276,-0.951926,-0.612449,-0.816109,-0.799779,-0.848837,-0.740462,-0.776223,-0.755333,-0.749267,-0.735654,-0.752262,-0.894575,-0.922057,-0.972172,-0.946276,-0.951926,0.96992,0.903407,0.963201,0.884791,0.794564,0.829347,1.24326,1.18944,1.09302,1.29657,1.31443,1.37071,1.4255,1.2716,1.31044,0.96992,0.903407,0.963201,0.884791,0.794564,0.829347,1.24326,1.18944,1.09302,1.29657,1.31443,1.37071,1.4255,1.2716,1.31044,0.96992,0.903407,0.963201,0.884791,0.794564,0.829347,1.24326,1.18944,1.09302,1.29657,1.31443,1.37071,1.4255,1.2716,1.31044,0.96992,0.903407,0.963201,0.884791,0.794564,0.829347,1.24326,1.18944,1.09302,1.29657,1.31443,1.37071,1.4255,1.2716,1.31044,0.96992,0.903407,0.963201,0.884791,0.794564,0.829347,1.24326,1.18944,1.09302,1.29657,1.31443,1.37071,1.4255,1.2716,1.31044,0.96992,0.903407,0.963201,0.884791,0.794564,0.829347,1.24326,1.18944,1.09302,1.29657,1.31443,1.37071,1.4255,1.2716,1.31044,0.96992,0.903407,0.963201,0.884791,0.794564,0.829347,1.24326,1.18944,1.09302,1.29657,1.31443,1.37071,1.4255,1.2716,1.31044,0.96992,0.903407,0.963201,0.884791,0.794564,0.829347,1.24326,1.18944,1.09302,1.29657,1.31443,1.37071,1.4255,1.2716,1.31044,0.96992,0.903407,0.963201,0.884791,0.794564,0.829347,1.24326,1.18944,1.09302,1.29657,1.31443,1.37071,1.4255,1.2716,1.31044,0.96992,0.903407,0.963201,0.884791,0.794564,0.829347,1.24326,1.18944,1.09302,1.29657,1.31443,1.37071,1.4255,1.2716,1.31044,0.96992,0.903407,0.963201,0.884791,0.794564,0.829347,1.24326,1.18944,1.09302,1.29657,1.31443,1.37071,1.4255,1.2716,1.31044,0.96992,0.903407,0.963201,0.884791,0.794564,0.829347,1.24326,1.18944,1.09302,1.29657,1.31443,1.37071,1.4255,1.2716,1.31044,0.96992,0.903407,0.963201,0.884791,0.794564,0.829347,1.24326,1.18944,1.09302,1.29657,1.31443,1.37071,1.4255,1.2716,1.31044,0.96992,0.903407,0.963201,0.884791,0.794564,0.829347,1.24326,1.18944,1.09302,1.29657,1.31443,1.37071,1.4255,1.2716,1.31044,0.96992,0.903407,0.963201,0.884791,0.794564,0.829347,1.24326,1.18944,1.09302,1.29657,1.31443,1.37071,1.4255,1.2716,1.31044,0.96992,0.903407,0.963201,0.884791,0.794564,0.829347,1.24326,1.18944,1.09302,1.29657,1.31443,1.37071,1.4255,1.2716,1.31044,0.96992,0.903407,0.963201,0.884791,0.794564,0.829347,1.24326,1.18944,1.09302,1.29657,1.31443,1.37071,1.4255,1.2716,1.31044,0.96992,0.903407,0.963201,0.884791,0.794564,0.829347,1.24326,1.18944,1.09302,1.29657,1.31443,1.37071,1.4255,1.2716,1.31044,0.96992,0.903407,0.963201,0.884791,0.794564,0.829347,1.24326,1.18944,1.09302,1.29657,1.31443,1.37071,1.4255,1.2716,1.31044,0.96992,0.903407,0.963201,0.884791,0.794564,0.829347,1.24326,1.18944,1.09302,1.29657,1.31443,1.37071,1.4255,1.2716,1.31044,0.96992,0.903407,0.963201,0.884791,0.794564,0.829347,1.24326,1.18944,1.09302,1.29657,1.31443,1.37071,1.4255,1.2716,1.31044,0.96992,0.903407,0.963201,0.884791,0.794564,0.829347,1.24326,1.18944,1.09302,1.29657,1.31443,1.37071,1.4255,1.2716,1.31044,0.96992,0.903407,0.963201,0.884791,0.794564,0.829347,1.24326,1.18944,1.09302,1.29657,1.31443,1.37071,1.4255,1.2716,1.31044,0.96992,0.903407,0.963201,0.884791,0.794564,0.829347,1.24326,1.18944,1.09302,1.29657,1.31443,1.37071,1.4255,1.2716,1.31044,0.96992,0.903407,0.963201,0.884791,0.794564,0.829347,1.24326,1.18944,1.09302,1.29657,1.31443,1.37071,1.4255,1.2716,1.31044,0.96992,0.903407,0.963201,0.884791,0.794564,0.829347,1.24326,1.18944,1.09302,1.29657,1.31443,1.37071,1.4255,1.2716,1.31044,0.96992,0.903407,0.963201,0.884791,0.794564,0.829347,1.24326,1.18944,1.09302,1.29657,1.31443,1.37071,1.4255,1.2716,1.31044,0.96992,0.903407,0.963201,0.884791,0.794564,0.829347,1.24326,1.18944,1.09302,1.29657,1.31443,1.37071,1.4255,1.2716,1.31044,0.96992,0.903407,0.963201,0.884791,0.794564,0.829347,1.24326,1.18944,1.09302,1.29657,1.31443,1.37071,1.4255,1.2716,1.31044,0.96992,0.903407,0.963201,0.884791,0.794564,0.829347,1.24326,1.18944,1.09302,1.29657,1.31443,1.37071,1.4255,1.2716,1.31044,0.96992,0.903407,0.963201,0.884791,0.794564,0.829347,1.24326,1.18944,1.09302,1.29657,1.31443,1.37071,1.4255,1.2716,1.31044,0.96992,0.903407,0.963201,0.884791,0.794564,0.829347,1.24326,1.18944,1.09302,1.29657,1.31443,1.37071,1.4255,1.2716,1.31044,0.96992,0.903407,0.963201,0.884791,0.794564,0.829347,1.24326,1.18944,1.09302,1.29657,1.31443,1.37071,1.4255,1.2716,1.31044,0.96992,0.903407,0.963201,0.884791,0.794564,0.829347,1.24326,1.18944,1.09302,1.29657,1.31443,1.37071,1.4255,1.2716,1.31044,0.96992,0.903407,0.963201,0.884791,0.794564,0.829347,1.24326,1.18944,1.09302,1.29657,1.31443,1.37071,1.4255,1.2716,1.31044,0.96992,0.903407,0.963201,0.884791,0.794564,0.829347,1.24326,1.18944,1.09302,1.29657,1.31443,1.37071,1.4255,1.2716,1.31044,0.96992,0.903407,0.963201,0.884791,0.794564,0.829347,1.24326,1.18944,1.09302,1.29657,1.31443,1.37071,1.4255,1.2716,1.31044,0.96992,0.903407,0.963201,0.884791,0.794564,0.829347,1.24326,1.18944,1.09302,1.29657,1.31443,1.37071,1.4255,1.2716,1.31044,0.96992,0.903407,0.963201,0.884791,0.794564,0.829347,1.24326,1.18944,1.09302,1.29657,1.31443,1.37071,1.4255,1.2716,1.31044,0.238581,0.292156,0.250397,0.248718,0.18333,0.028569,0.103456,0.002981,-0.003903,-0.091435,-0.148389,-0.133131,-0.163009,-0.225726,-0.203756,0.238581,0.292156,0.250397,0.248718,0.18333,0.028569,0.103456,0.002981,-0.003903,-0.091435,-0.148389,-0.133131,-0.163009,-0.225726,-0.203756,0.238581,0.292156,0.250397,0.248718,0.18333,0.028569,0.103456,0.002981,-0.003903,-0.091435,-0.148389,-0.133131,-0.163009,-0.225726,-0.203756,0.238581,0.292156,0.250397,0.248718,0.18333,0.028569,0.103456,0.002981,-0.003903,-0.091435,-0.148389,-0.133131,-0.163009,-0.225726,-0.203756,0.238581,0.292156,0.250397,0.248718,0.18333,0.028569,0.103456,0.002981,-0.003903,-0.091435,-0.148389,-0.133131,-0.163009,-0.225726,-0.203756,0.238581,0.292156,0.250397,0.248718,0.18333,0.028569,0.103456,0.002981,-0.003903,-0.091435,-0.148389,-0.133131,-0.163009,-0.225726,-0.203756,0.238581,0.292156,0.250397,0.248718,0.18333,0.028569,0.103456,0.002981,-0.003903,-0.091435,-0.148389,-0.133131,-0.163009,-0.225726,-0.203756,0.238581,0.292156,0.250397,0.248718,0.18333,0.028569,0.103456,0.002981,-0.003903,-0.091435,-0.148389,-0.133131,-0.163009,-0.225726,-0.203756,0.238581,0.292156,0.250397,0.248718,0.18333,0.028569,0.103456,0.002981,-0.003903,-0.091435,-0.148389,-0.133131,-0.163009,-0.225726,-0.203756,0.238581,0.292156,0.250397,0.248718,0.18333,0.028569,0.103456,0.002981,-0.003903,-0.091435,-0.148389,-0.133131,-0.163009,-0.225726,-0.203756,0.238581,0.292156,0.250397,0.248718,0.18333,0.028569,0.103456,0.002981,-0.003903,-0.091435,-0.148389,-0.133131,-0.163009,-0.225726,-0.203756,0.238581,0.292156,0.250397,0.248718,0.18333,0.028569,0.103456,0.002981,-0.003903,-0.091435,-0.148389,-0.133131,-0.163009,-0.225726,-0.203756,0.238581,0.292156,0.250397,0.248718,0.18333,0.028569,0.103456,0.002981,-0.003903,-0.091435,-0.148389,-0.133131,-0.163009,-0.225726,-0.203756,0.238581,0.292156,0.250397,0.248718,0.18333,0.028569,0.103456,0.002981,-0.003903,-0.091435,-0.148389,-0.133131,-0.163009,-0.225726,-0.203756,0.238581,0.292156,0.250397,0.248718,0.18333,0.028569,0.103456,0.002981,-0.003903,-0.091435,-0.148389,-0.133131,-0.163009,-0.225726,-0.203756,0.238581,0.292156,0.250397,0.248718,0.18333,0.028569,0.103456,0.002981,-0.003903,-0.091435,-0.148389,-0.133131,-0.163009,-0.225726,-0.203756,0.238581,0.292156,0.250397,0.248718,0.18333,0.028569,0.103456,0.002981,-0.003903,-0.091435,-0.148389,-0.133131,-0.163009,-0.225726,-0.203756,0.238581,0.292156,0.250397,0.248718,0.18333,0.028569,0.103456,0.002981,-0.003903,-0.091435,-0.148389,-0.133131,-0.163009,-0.225726,-0.203756,0.238581,0.292156,0.250397,0.248718,0.18333,0.028569,0.103456,0.002981,-0.003903,-0.091435,-0.148389,-0.133131,-0.163009,-0.225726,-0.203756,0.238581,0.292156,0.250397,0.248718,0.18333,0.028569,0.103456,0.002981,-0.003903,-0.091435,-0.148389,-0.133131,-0.163009,-0.225726,-0.203756,0.238581,0.292156,0.250397,0.248718,0.18333,0.028569,0.103456,0.002981,-0.003903,-0.091435,-0.148389,-0.133131,-0.163009,-0.225726,-0.203756,0.238581,0.292156,0.250397,0.248718,0.18333,0.028569,0.103456,0.002981,-0.003903,-0.091435,-0.148389,-0.133131,-0.163009,-0.225726,-0.203756,0.238581,0.292156,0.250397,0.248718,0.18333,0.028569,0.103456,0.002981,-0.003903,-0.091435,-0.148389,-0.133131,-0.163009,-0.225726,-0.203756,0.238581,0.292156,0.250397,0.248718,0.18333,0.028569,0.103456,0.002981,-0.003903,-0.091435,-0.148389,-0.133131,-0.163009,-0.225726,-0.203756,0.238581,0.292156,0.250397,0.248718,0.18333,0.028569,0.103456,0.002981,-0.003903,-0.091435,-0.148389,-0.133131,-0.163009,-0.225726,-0.203756,0.238581,0.292156,0.250397,0.248718,0.18333,0.028569,0.103456,0.002981,-0.003903,-0.091435,-0.148389,-0.133131,-0.163009,-0.225726,-0.203756,0.238581,0.292156,0.250397,0.248718,0.18333,0.028569,0.103456,0.002981,-0.003903,-0.091435,-0.148389,-0.133131,-0.163009,-0.225726,-0.203756,0.238581,0.292156,0.250397,0.248718,0.18333,0.028569,0.103456,0.002981,-0.003903,-0.091435,-0.148389,-0.133131,-0.163009,-0.225726,-0.203756,0.238581,0.292156,0.250397,0.248718,0.18333,0.028569,0.103456,0.002981,-0.003903,-0.091435,-0.148389,-0.133131,-0.163009,-0.225726,-0.203756,0.238581,0.292156,0.250397,0.248718,0.18333,0.028569,0.103456,0.002981,-0.003903,-0.091435,-0.148389,-0.133131,-0.163009,-0.225726,-0.203756,0.238581,0.292156,0.250397,0.248718,0.18333,0.028569,0.103456,0.002981,-0.003903,-0.091435,-0.148389,-0.133131,-0.163009,-0.225726,-0.203756,0.238581,0.292156,0.250397,0.248718,0.18333,0.028569,0.103456,0.002981,-0.003903,-0.091435,-0.148389,-0.133131,-0.163009,-0.225726,-0.203756,0.238581,0.292156,0.250397,0.248718,0.18333,0.028569,0.103456,0.002981,-0.003903,-0.091435,-0.148389,-0.133131,-0.163009,-0.225726,-0.203756,0.238581,0.292156,0.250397,0.248718,0.18333,0.028569,0.103456,0.002981,-0.003903,-0.091435,-0.148389,-0.133131,-0.163009,-0.225726,-0.203756,0.238581,0.292156,0.250397,0.248718,0.18333,0.028569,0.103456,0.002981,-0.003903,-0.091435,-0.148389,-0.133131,-0.163009,-0.225726,-0.203756,0.238581,0.292156,0.250397,0.248718,0.18333,0.028569,0.103456,0.002981,-0.003903,-0.091435,-0.148389,-0.133131,-0.163009,-0.225726,-0.203756,0.238581,0.292156,0.250397,0.248718,0.18333,0.028569,0.103456,0.002981,-0.003903,-0.091435,-0.148389,-0.133131,-0.163009,-0.225726,-0.203756,0.238581,0.292156,0.250397,0.248718,0.18333,0.028569,0.103456,0.002981,-0.003903,-0.091435,-0.148389,-0.133131,-0.163009,-0.225726,-0.203756,0.238581,0.292156,0.250397,0.248718,0.18333,0.028569,0.103456,0.002981,-0.003903,-0.091435,-0.148389,-0.133131,-0.163009,-0.225726,-0.203756,0.238581,0.292156,0.250397,0.248718,0.18333,0.028569,0.103456,0.002981,-0.003903,-0.091435,-0.148389,-0.133131,-0.163009,-0.225726,-0.203756,0.238581,0.292156,0.250397,0.248718,0.18333,0.028569,0.103456,0.002981,-0.003903,-0.091435,-0.148389,-0.133131,-0.163009,-0.225726,-0.203756,0.238581,0.292156,0.250397,0.248718,0.18333,0.028569,0.103456,0.002981,-0.003903,-0.091435,-0.148389,-0.133131,-0.163009,-0.225726,-0.203756,0.238581,0.292156,0.250397,0.248718,0.18333,0.028569,0.103456,0.002981,-0.003903,-0.091435,-0.148389,-0.133131,-0.163009,-0.225726,-0.203756,0.238581,0.292156,0.250397,0.248718,0.18333,0.028569,0.103456,0.002981,-0.003903,-0.091435,-0.148389,-0.133131,-0.163009,-0.225726,-0.203756,0.238581,0.292156,0.250397,0.248718,0.18333,0.028569,0.103456,0.002981,-0.003903,-0.091435,-0.148389,-0.133131,-0.163009,-0.225726,-0.203756,0.238581,0.292156,0.250397,0.248718,0.18333,0.028569,0.103456,0.002981,-0.003903,-0.091435,-0.148389,-0.133131,-0.163009,-0.225726,-0.203756,0.238581,0.292156,0.250397,0.248718,0.18333,0.028569,0.103456,0.002981,-0.003903,-0.091435,-0.148389,-0.133131,-0.163009,-0.225726,-0.203756,0.238581,0.292156,0.250397,0.248718,0.18333,0.028569,0.103456,0.002981,-0.003903,-0.091435,-0.148389,-0.133131,-0.163009,-0.225726,-0.203756,0.238581,0.292156,0.250397,0.248718,0.18333,0.028569,0.103456,0.002981,-0.003903,-0.091435,-0.148389,-0.133131,-0.163009,-0.225726,-0.203756,0.238581,0.292156,0.250397,0.248718,0.18333,0.028569,0.103456,0.002981,-0.003903,-0.091435,-0.148389,-0.133131,-0.163009,-0.225726,-0.203756,0.238581,0.292156,0.250397,0.248718,0.18333,0.028569,0.103456,0.002981,-0.003903,-0.091435,-0.148389,-0.133131,-0.163009,-0.225726,-0.203756,0.238581,0.292156,0.250397,0.248718,0.18333,0.028569,0.103456,0.002981,-0.003903,-0.091435,-0.148389,-0.133131,-0.163009,-0.225726,-0.203756,0.238581,0.292156,0.250397,0.248718,0.18333,0.028569,0.103456,0.002981,-0.003903,-0.091435,-0.148389,-0.133131,-0.163009,-0.225726,-0.203756,0.238581,0.292156,0.250397,0.248718,0.18333,0.028569,0.103456,0.002981,-0.003903,-0.091435,-0.148389,-0.133131,-0.163009,-0.225726,-0.203756,0.238581,0.292156,0.250397,0.248718,0.18333,0.028569,0.103456,0.002981,-0.003903,-0.091435,-0.148389,-0.133131,-0.163009,-0.225726,-0.203756,0.721402,0.853958,0.889717,0.826704,0.75643,0.758554,0.686425,0.608042,0.634081,0.883851,1.04418,0.886735,0.848377,0.684269,0.668763,0.721402,0.853958,0.889717,0.826704,0.75643,0.758554,0.686425,0.608042,0.634081,0.883851,1.04418,0.886735,0.848377,0.684269,0.668763,0.721402,0.853958,0.889717,0.826704,0.75643,0.758554,0.686425,0.608042,0.634081,0.883851,1.04418,0.886735,0.848377,0.684269,0.668763,0.721402,0.853958,0.889717,0.826704,0.75643,0.758554,0.686425,0.608042,0.634081,0.883851,1.04418,0.886735,0.848377,0.684269,0.668763,0.721402,0.853958,0.889717,0.826704,0.75643,0.758554,0.686425,0.608042,0.634081,0.883851,1.04418,0.886735,0.848377,0.684269,0.668763,0.721402,0.853958,0.889717,0.826704,0.75643,0.758554,0.686425,0.608042,0.634081,0.883851,1.04418,0.886735,0.848377,0.684269,0.668763,0.721402,0.853958,0.889717,0.826704,0.75643,0.758554,0.686425,0.608042,0.634081,0.883851,1.04418,0.886735,0.848377,0.684269,0.668763,0.721402,0.853958,0.889717,0.826704,0.75643,0.758554,0.686425,0.608042,0.634081,0.883851,1.04418,0.886735,0.848377,0.684269,0.668763,0.721402,0.853958,0.889717,0.826704,0.75643,0.758554,0.686425,0.608042,0.634081,0.883851,1.04418,0.886735,0.848377,0.684269,0.668763,0.721402,0.853958,0.889717,0.826704,0.75643,0.758554,0.686425,0.608042,0.634081,0.883851,1.04418,0.886735,0.848377,0.684269,0.668763,0.721402,0.853958,0.889717,0.826704,0.75643,0.758554,0.686425,0.608042,0.634081,0.883851,1.04418,0.886735,0.848377,0.684269,0.668763,0.721402,0.853958,0.889717,0.826704,0.75643,0.758554,0.686425,0.608042,0.634081,0.883851,1.04418,0.886735,0.848377,0.684269,0.668763,0.721402,0.853958,0.889717,0.826704,0.75643,0.758554,0.686425,0.608042,0.634081,0.883851,1.04418,0.886735,0.848377,0.684269,0.668763,0.721402,0.853958,0.889717,0.826704,0.75643,0.758554,0.686425,0.608042,0.634081,0.883851,1.04418,0.886735,0.848377,0.684269,0.668763,0.721402,0.853958,0.889717,0.826704,0.75643,0.758554,0.686425,0.608042,0.634081,0.883851,1.04418,0.886735,0.848377,0.684269,0.668763,0.721402,0.853958,0.889717,0.826704,0.75643,0.758554,0.686425,0.608042,0.634081,0.883851,1.04418,0.886735,0.848377,0.684269,0.668763,0.721402,0.853958,0.889717,0.826704,0.75643,0.758554,0.686425,0.608042,0.634081,0.883851,1.04418,0.886735,0.848377,0.684269,0.668763,0.721402,0.853958,0.889717,0.826704,0.75643,0.758554,0.686425,0.608042,0.634081,0.883851,1.04418,0.886735,0.848377,0.684269,0.668763,0.721402,0.853958,0.889717,0.826704,0.75643,0.758554,0.686425,0.608042,0.634081,0.883851,1.04418,0.886735,0.848377,0.684269,0.668763,0.721402,0.853958,0.889717,0.826704,0.75643,0.758554,0.686425,0.608042,0.634081,0.883851,1.04418,0.886735,0.848377,0.684269,0.668763,0.721402,0.853958,0.889717,0.826704,0.75643,0.758554,0.686425,0.608042,0.634081,0.883851,1.04418,0.886735,0.848377,0.684269,0.668763,0.721402,0.853958,0.889717,0.826704,0.75643,0.758554,0.686425,0.608042,0.634081,0.883851,1.04418,0.886735,0.848377,0.684269,0.668763,0.721402,0.853958,0.889717,0.826704,0.75643,0.758554,0.686425,0.608042,0.634081,0.883851,1.04418,0.886735,0.848377,0.684269,0.668763,0.721402,0.853958,0.889717,0.826704,0.75643,0.758554,0.686425,0.608042,0.634081,0.883851,1.04418,0.886735,0.848377,0.684269,0.668763,0.721402,0.853958,0.889717,0.826704,0.75643,0.758554,0.686425,0.608042,0.634081,0.883851,1.04418,0.886735,0.848377,0.684269,0.668763,0.721402,0.853958,0.889717,0.826704,0.75643,0.758554,0.686425,0.608042,0.634081,0.883851,1.04418,0.886735,0.848377,0.684269,0.668763,0.721402,0.853958,0.889717,0.826704,0.75643,0.758554,0.686425,0.608042,0.634081,0.883851,1.04418,0.886735,0.848377,0.684269,0.668763,0.721402,0.853958,0.889717,0.826704,0.75643,0.758554,0.686425,0.608042,0.634081,0.883851,1.04418,0.886735,0.848377,0.684269,0.668763,0.721402,0.853958,0.889717,0.826704,0.75643,0.758554,0.686425,0.608042,0.634081,0.883851,1.04418,0.886735,0.848377,0.684269,0.668763,0.721402,0.853958,0.889717,0.826704,0.75643,0.758554,0.686425,0.608042,0.634081,0.883851,1.04418,0.886735,0.848377,0.684269,0.668763,0.721402,0.853958,0.889717,0.826704,0.75643,0.758554,0.686425,0.608042,0.634081,0.883851,1.04418,0.886735,0.848377,0.684269,0.668763,0.721402,0.853958,0.889717,0.826704,0.75643,0.758554,0.686425,0.608042,0.634081,0.883851,1.04418,0.886735,0.848377,0.684269,0.668763,0.721402,0.853958,0.889717,0.826704,0.75643,0.758554,0.686425,0.608042,0.634081,0.883851,1.04418,0.886735,0.848377,0.684269,0.668763,0.721402,0.853958,0.889717,0.826704,0.75643,0.758554,0.686425,0.608042,0.634081,0.883851,1.04418,0.886735,0.848377,0.684269,0.668763,0.721402,0.853958,0.889717,0.826704,0.75643,0.758554,0.686425,0.608042,0.634081,0.883851,1.04418,0.886735,0.848377,0.684269,0.668763,0.721402,0.853958,0.889717,0.826704,0.75643,0.758554,0.686425,0.608042,0.634081,0.883851,1.04418,0.886735,0.848377,0.684269,0.668763,0.721402,0.853958,0.889717,0.826704,0.75643,0.758554,0.686425,0.608042,0.634081,0.883851,1.04418,0.886735,0.848377,0.684269,0.668763,0.721402,0.853958,0.889717,0.826704,0.75643,0.758554,0.686425,0.608042,0.634081,0.883851,1.04418,0.886735,0.848377,0.684269,0.668763,0.721402,0.853958,0.889717,0.826704,0.75643,0.758554,0.686425,0.608042,0.634081,0.883851,1.04418,0.886735,0.848377,0.684269,0.668763,0.721402,0.853958,0.889717,0.826704,0.75643,0.758554,0.686425,0.608042,0.634081,0.883851,1.04418,0.886735,0.848377,0.684269,0.668763,0.721402,0.853958,0.889717,0.826704,0.75643,0.758554,0.686425,0.608042,0.634081,0.883851,1.04418,0.886735,0.848377,0.684269,0.668763,0.721402,0.853958,0.889717,0.826704,0.75643,0.758554,0.686425,0.608042,0.634081,0.883851,1.04418,0.886735,0.848377,0.684269,0.668763,0.721402,0.853958,0.889717,0.826704,0.75643,0.758554,0.686425,0.608042,0.634081,0.883851,1.04418,0.886735,0.848377,0.684269,0.668763,0.721402,0.853958,0.889717,0.826704,0.75643,0.758554,0.686425,0.608042,0.634081,0.883851,1.04418,0.886735,0.848377,0.684269,0.668763,0.721402,0.853958,0.889717,0.826704,0.75643,0.758554,0.686425,0.608042,0.634081,0.883851,1.04418,0.886735,0.848377,0.684269,0.668763,0.721402,0.853958,0.889717,0.826704,0.75643,0.758554,0.686425,0.608042,0.634081,0.883851,1.04418,0.886735,0.848377,0.684269,0.668763,0.721402,0.853958,0.889717,0.826704,0.75643,0.758554,0.686425,0.608042,0.634081,0.883851,1.04418,0.886735,0.848377,0.684269,0.668763,0.721402,0.853958,0.889717,0.826704,0.75643,0.758554,0.686425,0.608042,0.634081,0.883851,1.04418,0.886735,0.848377,0.684269,0.668763,0.721402,0.853958,0.889717,0.826704,0.75643,0.758554,0.686425,0.608042,0.634081,0.883851,1.04418,0.886735,0.848377,0.684269,0.668763,0.721402,0.853958,0.889717,0.826704,0.75643,0.758554,0.686425,0.608042,0.634081,0.883851,1.04418,0.886735,0.848377,0.684269,0.668763,0.721402,0.853958,0.889717,0.826704,0.75643,0.758554,0.686425,0.608042,0.634081,0.883851,1.04418,0.886735,0.848377,0.684269,0.668763,0.721402,0.853958,0.889717,0.826704,0.75643,0.758554,0.686425,0.608042,0.634081,0.883851,1.04418,0.886735,0.848377,0.684269,0.668763,0.721402,0.853958,0.889717,0.826704,0.75643,0.758554,0.686425,0.608042,0.634081,0.883851,1.04418,0.886735,0.848377,0.684269,0.668763,0.721402,0.853958,0.889717,0.826704,0.75643,0.758554,0.686425,0.608042,0.634081,0.883851,1.04418,0.886735,0.848377,0.684269,0.668763,0.721402,0.853958,0.889717,0.826704,0.75643,0.758554,0.686425,0.608042,0.634081,0.883851,1.04418,0.886735,0.848377,0.684269,0.668763,0.721402,0.853958,0.889717,0.826704,0.75643,0.758554,0.686425,0.608042,0.634081,0.883851,1.04418,0.886735,0.848377,0.684269,0.668763,0.721402,0.853958,0.889717,0.826704,0.75643,0.758554,0.686425,0.608042,0.634081,0.883851,1.04418,0.886735,0.848377,0.684269,0.668763,0.721402,0.853958,0.889717,0.826704,0.75643,0.758554,0.686425,0.608042,0.634081,0.883851,1.04418,0.886735,0.848377,0.684269,0.668763,0.721402,0.853958,0.889717,0.826704,0.75643,0.758554,0.686425,0.608042,0.634081,0.883851,1.04418,0.886735,0.848377,0.684269,0.668763,0.721402,0.853958,0.889717,0.826704,0.75643,0.758554,0.686425,0.608042,0.634081,0.883851,1.04418,0.886735,0.848377,0.684269,0.668763,0.721402,0.853958,0.889717,0.826704,0.75643,0.758554,0.686425,0.608042,0.634081,0.883851,1.04418,0.886735,0.848377,0.684269,0.668763,0.721402,0.853958,0.889717,0.826704,0.75643,0.758554,0.686425,0.608042,0.634081,0.883851,1.04418,0.886735,0.848377,0.684269,0.668763,0.721402,0.853958,0.889717,0.826704,0.75643,0.758554,0.686425,0.608042,0.634081,0.883851,1.04418,0.886735,0.848377,0.684269,0.668763,0.721402,0.853958,0.889717,0.826704,0.75643,0.758554,0.686425,0.608042,0.634081,0.883851,1.04418,0.886735,0.848377,0.684269,0.668763,0.721402,0.853958,0.889717,0.826704,0.75643,0.758554,0.686425,0.608042,0.634081,0.883851,1.04418,0.886735,0.848377,0.684269,0.668763,0.721402,0.853958,0.889717,0.826704,0.75643,0.758554,0.686425,0.608042,0.634081,0.883851,1.04418,0.886735,0.848377,0.684269,0.668763,0.721402,0.853958,0.889717,0.826704,0.75643,0.758554,0.686425,0.608042,0.634081,0.883851,1.04418,0.886735,0.848377,0.684269,0.668763,0.721402,0.853958,0.889717,0.826704,0.75643,0.758554,0.686425,0.608042,0.634081,0.883851,1.04418,0.886735,0.848377,0.684269,0.668763,0.721402,0.853958,0.889717,0.826704,0.75643,0.758554,0.686425,0.608042,0.634081,0.883851,1.04418,0.886735,0.848377,0.684269,0.668763,0.721402,0.853958,0.889717,0.826704,0.75643,0.758554,0.686425,0.608042,0.634081,0.883851,1.04418,0.886735,0.848377,0.684269,0.668763,0.721402,0.853958,0.889717,0.826704,0.75643,0.758554,0.686425,0.608042,0.634081,0.883851,1.04418,0.886735,0.848377,0.684269,0.668763,0.721402,0.853958,0.889717,0.826704,0.75643,0.758554,0.686425,0.608042,0.634081,0.883851,1.04418,0.886735,0.848377,0.684269,0.668763,-1.00888,-1.05398,-1.067,-0.975669,-1.0432,-1.03884,-1.0358,-1.01938,-1.0538,-1.02143,-1.18007,-1.1336,-1.12817,-1.03599,-1.10964,-1.00888,-1.05398,-1.067,-0.975669,-1.0432,-1.03884,-1.0358,-1.01938,-1.0538,-1.02143,-1.18007,-1.1336,-1.12817,-1.03599,-1.10964,-1.00888,-1.05398,-1.067,-0.975669,-1.0432,-1.03884,-1.0358,-1.01938,-1.0538,-1.02143,-1.18007,-1.1336,-1.12817,-1.03599,-1.10964,-1.00888,-1.05398,-1.067,-0.975669,-1.0432,-1.03884,-1.0358,-1.01938,-1.0538,-1.02143,-1.18007,-1.1336,-1.12817,-1.03599,-1.10964,-1.00888,-1.05398,-1.067,-0.975669,-1.0432,-1.03884,-1.0358,-1.01938,-1.0538,-1.02143,-1.18007,-1.1336,-1.12817,-1.03599,-1.10964,-1.00888,-1.05398,-1.067,-0.975669,-1.0432,-1.03884,-1.0358,-1.01938,-1.0538,-1.02143,-1.18007,-1.1336,-1.12817,-1.03599,-1.10964,-1.00888,-1.05398,-1.067,-0.975669,-1.0432,-1.03884,-1.0358,-1.01938,-1.0538,-1.02143,-1.18007,-1.1336,-1.12817,-1.03599,-1.10964,-1.00888,-1.05398,-1.067,-0.975669,-1.0432,-1.03884,-1.0358,-1.01938,-1.0538,-1.02143,-1.18007,-1.1336,-1.12817,-1.03599,-1.10964,-1.00888,-1.05398,-1.067,-0.975669,-1.0432,-1.03884,-1.0358,-1.01938,-1.0538,-1.02143,-1.18007,-1.1336,-1.12817,-1.03599,-1.10964,-1.00888,-1.05398,-1.067,-0.975669,-1.0432,-1.03884,-1.0358,-1.01938,-1.0538,-1.02143,-1.18007,-1.1336,-1.12817,-1.03599,-1.10964,-1.00888,-1.05398,-1.067,-0.975669,-1.0432,-1.03884,-1.0358,-1.01938,-1.0538,-1.02143,-1.18007,-1.1336,-1.12817,-1.03599,-1.10964,-1.00888,-1.05398,-1.067,-0.975669,-1.0432,-1.03884,-1.0358,-1.01938,-1.0538,-1.02143,-1.18007,-1.1336,-1.12817,-1.03599,-1.10964,-1.00888,-1.05398,-1.067,-0.975669,-1.0432,-1.03884,-1.0358,-1.01938,-1.0538,-1.02143,-1.18007,-1.1336,-1.12817,-1.03599,-1.10964,-1.00888,-1.05398,-1.067,-0.975669,-1.0432,-1.03884,-1.0358,-1.01938,-1.0538,-1.02143,-1.18007,-1.1336,-1.12817,-1.03599,-1.10964,-1.00888,-1.05398,-1.067,-0.975669,-1.0432,-1.03884,-1.0358,-1.01938,-1.0538,-1.02143,-1.18007,-1.1336,-1.12817,-1.03599,-1.10964,-1.00888,-1.05398,-1.067,-0.975669,-1.0432,-1.03884,-1.0358,-1.01938,-1.0538,-1.02143,-1.18007,-1.1336,-1.12817,-1.03599,-1.10964,-1.00888,-1.05398,-1.067,-0.975669,-1.0432,-1.03884,-1.0358,-1.01938,-1.0538,-1.02143,-1.18007,-1.1336,-1.12817,-1.03599,-1.10964,-1.00888,-1.05398,-1.067,-0.975669,-1.0432,-1.03884,-1.0358,-1.01938,-1.0538,-1.02143,-1.18007,-1.1336,-1.12817,-1.03599,-1.10964,-1.00888,-1.05398,-1.067,-0.975669,-1.0432,-1.03884,-1.0358,-1.01938,-1.0538,-1.02143,-1.18007,-1.1336,-1.12817,-1.03599,-1.10964,-1.00888,-1.05398,-1.067,-0.975669,-1.0432,-1.03884,-1.0358,-1.01938,-1.0538,-1.02143,-1.18007,-1.1336,-1.12817,-1.03599,-1.10964,-1.00888,-1.05398,-1.067,-0.975669,-1.0432,-1.03884,-1.0358,-1.01938,-1.0538,-1.02143,-1.18007,-1.1336,-1.12817,-1.03599,-1.10964,-1.00888,-1.05398,-1.067,-0.975669,-1.0432,-1.03884,-1.0358,-1.01938,-1.0538,-1.02143,-1.18007,-1.1336,-1.12817,-1.03599,-1.10964,-1.00888,-1.05398,-1.067,-0.975669,-1.0432,-1.03884,-1.0358,-1.01938,-1.0538,-1.02143,-1.18007,-1.1336,-1.12817,-1.03599,-1.10964 ),.Dim=c(3107,15)), drugs_marijua_decrimilization=structure(.Data=c( 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 ),.Dim=c(3107,15)), apolspt=structure(.Data=c( 0.907763,0.94838501,0.989007,1.029890503,1.070774,1.183819,1.297881,1.467142,1.638927,1.779908,1.763896,1.790923,1.726415,1.836474,1.791156,0.907763,0.94838501,0.989007,1.029890503,1.070774,1.183819,1.297881,1.467142,1.638927,1.779908,1.763896,1.790923,1.726415,1.836474,1.791156,0.907763,0.94838501,0.989007,1.029890503,1.070774,1.183819,1.297881,1.467142,1.638927,1.779908,1.763896,1.790923,1.726415,1.836474,1.791156,0.907763,0.94838501,0.989007,1.029890503,1.070774,1.183819,1.297881,1.467142,1.638927,1.779908,1.763896,1.790923,1.726415,1.836474,1.791156,0.907763,0.94838501,0.989007,1.029890503,1.070774,1.183819,1.297881,1.467142,1.638927,1.779908,1.763896,1.790923,1.726415,1.836474,1.791156,0.907763,0.94838501,0.989007,1.029890503,1.070774,1.183819,1.297881,1.467142,1.638927,1.779908,1.763896,1.790923,1.726415,1.836474,1.791156,0.907763,0.94838501,0.989007,1.029890503,1.070774,1.183819,1.297881,1.467142,1.638927,1.779908,1.763896,1.790923,1.726415,1.836474,1.791156,0.907763,0.94838501,0.989007,1.029890503,1.070774,1.183819,1.297881,1.467142,1.638927,1.779908,1.763896,1.790923,1.726415,1.836474,1.791156,0.907763,0.94838501,0.989007,1.029890503,1.070774,1.183819,1.297881,1.467142,1.638927,1.779908,1.763896,1.790923,1.726415,1.836474,1.791156,0.907763,0.94838501,0.989007,1.029890503,1.070774,1.183819,1.297881,1.467142,1.638927,1.779908,1.763896,1.790923,1.726415,1.836474,1.791156,0.907763,0.94838501,0.989007,1.029890503,1.070774,1.183819,1.297881,1.467142,1.638927,1.779908,1.763896,1.790923,1.726415,1.836474,1.791156,0.907763,0.94838501,0.989007,1.029890503,1.070774,1.183819,1.297881,1.467142,1.638927,1.779908,1.763896,1.790923,1.726415,1.836474,1.791156,0.907763,0.94838501,0.989007,1.029890503,1.070774,1.183819,1.297881,1.467142,1.638927,1.779908,1.763896,1.790923,1.726415,1.836474,1.791156,0.907763,0.94838501,0.989007,1.029890503,1.070774,1.183819,1.297881,1.467142,1.638927,1.779908,1.763896,1.790923,1.726415,1.836474,1.791156,0.907763,0.94838501,0.989007,1.029890503,1.070774,1.183819,1.297881,1.467142,1.638927,1.779908,1.763896,1.790923,1.726415,1.836474,1.791156,0.907763,0.94838501,0.989007,1.029890503,1.070774,1.183819,1.297881,1.467142,1.638927,1.779908,1.763896,1.790923,1.726415,1.836474,1.791156,0.907763,0.94838501,0.989007,1.029890503,1.070774,1.183819,1.297881,1.467142,1.638927,1.779908,1.763896,1.790923,1.726415,1.836474,1.791156,0.907763,0.94838501,0.989007,1.029890503,1.070774,1.183819,1.297881,1.467142,1.638927,1.779908,1.763896,1.790923,1.726415,1.836474,1.791156,0.907763,0.94838501,0.989007,1.029890503,1.070774,1.183819,1.297881,1.467142,1.638927,1.779908,1.763896,1.790923,1.726415,1.836474,1.791156,0.907763,0.94838501,0.989007,1.029890503,1.070774,1.183819,1.297881,1.467142,1.638927,1.779908,1.763896,1.790923,1.726415,1.836474,1.791156,0.907763,0.94838501,0.989007,1.029890503,1.070774,1.183819,1.297881,1.467142,1.638927,1.779908,1.763896,1.790923,1.726415,1.836474,1.791156,0.907763,0.94838501,0.989007,1.029890503,1.070774,1.183819,1.297881,1.467142,1.638927,1.779908,1.763896,1.790923,1.726415,1.836474,1.791156,0.907763,0.94838501,0.989007,1.029890503,1.070774,1.183819,1.297881,1.467142,1.638927,1.779908,1.763896,1.790923,1.726415,1.836474,1.791156,0.907763,0.94838501,0.989007,1.029890503,1.070774,1.183819,1.297881,1.467142,1.638927,1.779908,1.763896,1.790923,1.726415,1.836474,1.791156,0.907763,0.94838501,0.989007,1.029890503,1.070774,1.183819,1.297881,1.467142,1.638927,1.779908,1.763896,1.790923,1.726415,1.836474,1.791156,0.907763,0.94838501,0.989007,1.029890503,1.070774,1.183819,1.297881,1.467142,1.638927,1.779908,1.763896,1.790923,1.726415,1.836474,1.791156,0.907763,0.94838501,0.989007,1.029890503,1.070774,1.183819,1.297881,1.467142,1.638927,1.779908,1.763896,1.790923,1.726415,1.836474,1.791156,0.907763,0.94838501,0.989007,1.029890503,1.070774,1.183819,1.297881,1.467142,1.638927,1.779908,1.763896,1.790923,1.726415,1.836474,1.791156,0.907763,0.94838501,0.989007,1.029890503,1.070774,1.183819,1.297881,1.467142,1.638927,1.779908,1.763896,1.790923,1.726415,1.836474,1.791156,0.907763,0.94838501,0.989007,1.029890503,1.070774,1.183819,1.297881,1.467142,1.638927,1.779908,1.763896,1.790923,1.726415,1.836474,1.791156,0.907763,0.94838501,0.989007,1.029890503,1.070774,1.183819,1.297881,1.467142,1.638927,1.779908,1.763896,1.790923,1.726415,1.836474,1.791156,0.907763,0.94838501,0.989007,1.029890503,1.070774,1.183819,1.297881,1.467142,1.638927,1.779908,1.763896,1.790923,1.726415,1.836474,1.791156,0.907763,0.94838501,0.989007,1.029890503,1.070774,1.183819,1.297881,1.467142,1.638927,1.779908,1.763896,1.790923,1.726415,1.836474,1.791156,0.907763,0.94838501,0.989007,1.029890503,1.070774,1.183819,1.297881,1.467142,1.638927,1.779908,1.763896,1.790923,1.726415,1.836474,1.791156,0.907763,0.94838501,0.989007,1.029890503,1.070774,1.183819,1.297881,1.467142,1.638927,1.779908,1.763896,1.790923,1.726415,1.836474,1.791156,0.907763,0.94838501,0.989007,1.029890503,1.070774,1.183819,1.297881,1.467142,1.638927,1.779908,1.763896,1.790923,1.726415,1.836474,1.791156,0.907763,0.94838501,0.989007,1.029890503,1.070774,1.183819,1.297881,1.467142,1.638927,1.779908,1.763896,1.790923,1.726415,1.836474,1.791156,0.907763,0.94838501,0.989007,1.029890503,1.070774,1.183819,1.297881,1.467142,1.638927,1.779908,1.763896,1.790923,1.726415,1.836474,1.791156,0.907763,0.94838501,0.989007,1.029890503,1.070774,1.183819,1.297881,1.467142,1.638927,1.779908,1.763896,1.790923,1.726415,1.836474,1.791156,0.907763,0.94838501,0.989007,1.029890503,1.070774,1.183819,1.297881,1.467142,1.638927,1.779908,1.763896,1.790923,1.726415,1.836474,1.791156,0.907763,0.94838501,0.989007,1.029890503,1.070774,1.183819,1.297881,1.467142,1.638927,1.779908,1.763896,1.790923,1.726415,1.836474,1.791156,0.907763,0.94838501,0.989007,1.029890503,1.070774,1.183819,1.297881,1.467142,1.638927,1.779908,1.763896,1.790923,1.726415,1.836474,1.791156,0.907763,0.94838501,0.989007,1.029890503,1.070774,1.183819,1.297881,1.467142,1.638927,1.779908,1.763896,1.790923,1.726415,1.836474,1.791156,0.907763,0.94838501,0.989007,1.029890503,1.070774,1.183819,1.297881,1.467142,1.638927,1.779908,1.763896,1.790923,1.726415,1.836474,1.791156,0.907763,0.94838501,0.989007,1.029890503,1.070774,1.183819,1.297881,1.467142,1.638927,1.779908,1.763896,1.790923,1.726415,1.836474,1.791156,0.907763,0.94838501,0.989007,1.029890503,1.070774,1.183819,1.297881,1.467142,1.638927,1.779908,1.763896,1.790923,1.726415,1.836474,1.791156,0.907763,0.94838501,0.989007,1.029890503,1.070774,1.183819,1.297881,1.467142,1.638927,1.779908,1.763896,1.790923,1.726415,1.836474,1.791156,0.907763,0.94838501,0.989007,1.029890503,1.070774,1.183819,1.297881,1.467142,1.638927,1.779908,1.763896,1.790923,1.726415,1.836474,1.791156,0.907763,0.94838501,0.989007,1.029890503,1.070774,1.183819,1.297881,1.467142,1.638927,1.779908,1.763896,1.790923,1.726415,1.836474,1.791156,0.907763,0.94838501,0.989007,1.029890503,1.070774,1.183819,1.297881,1.467142,1.638927,1.779908,1.763896,1.790923,1.726415,1.836474,1.791156,0.907763,0.94838501,0.989007,1.029890503,1.070774,1.183819,1.297881,1.467142,1.638927,1.779908,1.763896,1.790923,1.726415,1.836474,1.791156,0.907763,0.94838501,0.989007,1.029890503,1.070774,1.183819,1.297881,1.467142,1.638927,1.779908,1.763896,1.790923,1.726415,1.836474,1.791156,0.907763,0.94838501,0.989007,1.029890503,1.070774,1.183819,1.297881,1.467142,1.638927,1.779908,1.763896,1.790923,1.726415,1.836474,1.791156,0.907763,0.94838501,0.989007,1.029890503,1.070774,1.183819,1.297881,1.467142,1.638927,1.779908,1.763896,1.790923,1.726415,1.836474,1.791156,0.907763,0.94838501,0.989007,1.029890503,1.070774,1.183819,1.297881,1.467142,1.638927,1.779908,1.763896,1.790923,1.726415,1.836474,1.791156,0.907763,0.94838501,0.989007,1.029890503,1.070774,1.183819,1.297881,1.467142,1.638927,1.779908,1.763896,1.790923,1.726415,1.836474,1.791156,0.907763,0.94838501,0.989007,1.029890503,1.070774,1.183819,1.297881,1.467142,1.638927,1.779908,1.763896,1.790923,1.726415,1.836474,1.791156,0.907763,0.94838501,0.989007,1.029890503,1.070774,1.183819,1.297881,1.467142,1.638927,1.779908,1.763896,1.790923,1.726415,1.836474,1.791156,0.907763,0.94838501,0.989007,1.029890503,1.070774,1.183819,1.297881,1.467142,1.638927,1.779908,1.763896,1.790923,1.726415,1.836474,1.791156,0.907763,0.94838501,0.989007,1.029890503,1.070774,1.183819,1.297881,1.467142,1.638927,1.779908,1.763896,1.790923,1.726415,1.836474,1.791156,0.907763,0.94838501,0.989007,1.029890503,1.070774,1.183819,1.297881,1.467142,1.638927,1.779908,1.763896,1.790923,1.726415,1.836474,1.791156,0.907763,0.94838501,0.989007,1.029890503,1.070774,1.183819,1.297881,1.467142,1.638927,1.779908,1.763896,1.790923,1.726415,1.836474,1.791156,0.907763,0.94838501,0.989007,1.029890503,1.070774,1.183819,1.297881,1.467142,1.638927,1.779908,1.763896,1.790923,1.726415,1.836474,1.791156,0.907763,0.94838501,0.989007,1.029890503,1.070774,1.183819,1.297881,1.467142,1.638927,1.779908,1.763896,1.790923,1.726415,1.836474,1.791156,0.907763,0.94838501,0.989007,1.029890503,1.070774,1.183819,1.297881,1.467142,1.638927,1.779908,1.763896,1.790923,1.726415,1.836474,1.791156,0.907763,0.94838501,0.989007,1.029890503,1.070774,1.183819,1.297881,1.467142,1.638927,1.779908,1.763896,1.790923,1.726415,1.836474,1.791156,0.907763,0.94838501,0.989007,1.029890503,1.070774,1.183819,1.297881,1.467142,1.638927,1.779908,1.763896,1.790923,1.726415,1.836474,1.791156,1.778063,1.761010986,1.743959,1.857705078,1.971451,2.297784,2.502235,2.905506,3.440307,3.561482,3.492836,3.410379,3.32311,3.487745,3.310471,1.778063,1.761010986,1.743959,1.857705078,1.971451,2.297784,2.502235,2.905506,3.440307,3.561482,3.492836,3.410379,3.32311,3.487745,3.310471,1.778063,1.761010986,1.743959,1.857705078,1.971451,2.297784,2.502235,2.905506,3.440307,3.561482,3.492836,3.410379,3.32311,3.487745,3.310471,1.778063,1.761010986,1.743959,1.857705078,1.971451,2.297784,2.502235,2.905506,3.440307,3.561482,3.492836,3.410379,3.32311,3.487745,3.310471,1.778063,1.761010986,1.743959,1.857705078,1.971451,2.297784,2.502235,2.905506,3.440307,3.561482,3.492836,3.410379,3.32311,3.487745,3.310471,1.778063,1.761010986,1.743959,1.857705078,1.971451,2.297784,2.502235,2.905506,3.440307,3.561482,3.492836,3.410379,3.32311,3.487745,3.310471,1.778063,1.761010986,1.743959,1.857705078,1.971451,2.297784,2.502235,2.905506,3.440307,3.561482,3.492836,3.410379,3.32311,3.487745,3.310471,1.778063,1.761010986,1.743959,1.857705078,1.971451,2.297784,2.502235,2.905506,3.440307,3.561482,3.492836,3.410379,3.32311,3.487745,3.310471,1.778063,1.761010986,1.743959,1.857705078,1.971451,2.297784,2.502235,2.905506,3.440307,3.561482,3.492836,3.410379,3.32311,3.487745,3.310471,1.778063,1.761010986,1.743959,1.857705078,1.971451,2.297784,2.502235,2.905506,3.440307,3.561482,3.492836,3.410379,3.32311,3.487745,3.310471,1.778063,1.761010986,1.743959,1.857705078,1.971451,2.297784,2.502235,2.905506,3.440307,3.561482,3.492836,3.410379,3.32311,3.487745,3.310471,1.778063,1.761010986,1.743959,1.857705078,1.971451,2.297784,2.502235,2.905506,3.440307,3.561482,3.492836,3.410379,3.32311,3.487745,3.310471,1.778063,1.761010986,1.743959,1.857705078,1.971451,2.297784,2.502235,2.905506,3.440307,3.561482,3.492836,3.410379,3.32311,3.487745,3.310471,1.778063,1.761010986,1.743959,1.857705078,1.971451,2.297784,2.502235,2.905506,3.440307,3.561482,3.492836,3.410379,3.32311,3.487745,3.310471,1.778063,1.761010986,1.743959,1.857705078,1.971451,2.297784,2.502235,2.905506,3.440307,3.561482,3.492836,3.410379,3.32311,3.487745,3.310471,0.473378,0.51222699,0.551076,0.575369995,0.599664,0.653728,0.686922,0.685015,0.80815,0.839376,0.861417,0.888153,0.932169,1.004776,1.045094,0.473378,0.51222699,0.551076,0.575369995,0.599664,0.653728,0.686922,0.685015,0.80815,0.839376,0.861417,0.888153,0.932169,1.004776,1.045094,0.473378,0.51222699,0.551076,0.575369995,0.599664,0.653728,0.686922,0.685015,0.80815,0.839376,0.861417,0.888153,0.932169,1.004776,1.045094,0.473378,0.51222699,0.551076,0.575369995,0.599664,0.653728,0.686922,0.685015,0.80815,0.839376,0.861417,0.888153,0.932169,1.004776,1.045094,0.473378,0.51222699,0.551076,0.575369995,0.599664,0.653728,0.686922,0.685015,0.80815,0.839376,0.861417,0.888153,0.932169,1.004776,1.045094,0.473378,0.51222699,0.551076,0.575369995,0.599664,0.653728,0.686922,0.685015,0.80815,0.839376,0.861417,0.888153,0.932169,1.004776,1.045094,0.473378,0.51222699,0.551076,0.575369995,0.599664,0.653728,0.686922,0.685015,0.80815,0.839376,0.861417,0.888153,0.932169,1.004776,1.045094,0.473378,0.51222699,0.551076,0.575369995,0.599664,0.653728,0.686922,0.685015,0.80815,0.839376,0.861417,0.888153,0.932169,1.004776,1.045094,0.473378,0.51222699,0.551076,0.575369995,0.599664,0.653728,0.686922,0.685015,0.80815,0.839376,0.861417,0.888153,0.932169,1.004776,1.045094,0.473378,0.51222699,0.551076,0.575369995,0.599664,0.653728,0.686922,0.685015,0.80815,0.839376,0.861417,0.888153,0.932169,1.004776,1.045094,0.473378,0.51222699,0.551076,0.575369995,0.599664,0.653728,0.686922,0.685015,0.80815,0.839376,0.861417,0.888153,0.932169,1.004776,1.045094,0.473378,0.51222699,0.551076,0.575369995,0.599664,0.653728,0.686922,0.685015,0.80815,0.839376,0.861417,0.888153,0.932169,1.004776,1.045094,0.473378,0.51222699,0.551076,0.575369995,0.599664,0.653728,0.686922,0.685015,0.80815,0.839376,0.861417,0.888153,0.932169,1.004776,1.045094,0.473378,0.51222699,0.551076,0.575369995,0.599664,0.653728,0.686922,0.685015,0.80815,0.839376,0.861417,0.888153,0.932169,1.004776,1.045094,0.473378,0.51222699,0.551076,0.575369995,0.599664,0.653728,0.686922,0.685015,0.80815,0.839376,0.861417,0.888153,0.932169,1.004776,1.045094,0.473378,0.51222699,0.551076,0.575369995,0.599664,0.653728,0.686922,0.685015,0.80815,0.839376,0.861417,0.888153,0.932169,1.004776,1.045094,0.473378,0.51222699,0.551076,0.575369995,0.599664,0.653728,0.686922,0.685015,0.80815,0.839376,0.861417,0.888153,0.932169,1.004776,1.045094,0.473378,0.51222699,0.551076,0.575369995,0.599664,0.653728,0.686922,0.685015,0.80815,0.839376,0.861417,0.888153,0.932169,1.004776,1.045094,0.473378,0.51222699,0.551076,0.575369995,0.599664,0.653728,0.686922,0.685015,0.80815,0.839376,0.861417,0.888153,0.932169,1.004776,1.045094,0.473378,0.51222699,0.551076,0.575369995,0.599664,0.653728,0.686922,0.685015,0.80815,0.839376,0.861417,0.888153,0.932169,1.004776,1.045094,0.473378,0.51222699,0.551076,0.575369995,0.599664,0.653728,0.686922,0.685015,0.80815,0.839376,0.861417,0.888153,0.932169,1.004776,1.045094,0.473378,0.51222699,0.551076,0.575369995,0.599664,0.653728,0.686922,0.685015,0.80815,0.839376,0.861417,0.888153,0.932169,1.004776,1.045094,0.473378,0.51222699,0.551076,0.575369995,0.599664,0.653728,0.686922,0.685015,0.80815,0.839376,0.861417,0.888153,0.932169,1.004776,1.045094,0.473378,0.51222699,0.551076,0.575369995,0.599664,0.653728,0.686922,0.685015,0.80815,0.839376,0.861417,0.888153,0.932169,1.004776,1.045094,0.473378,0.51222699,0.551076,0.575369995,0.599664,0.653728,0.686922,0.685015,0.80815,0.839376,0.861417,0.888153,0.932169,1.004776,1.045094,0.473378,0.51222699,0.551076,0.575369995,0.599664,0.653728,0.686922,0.685015,0.80815,0.839376,0.861417,0.888153,0.932169,1.004776,1.045094,0.473378,0.51222699,0.551076,0.575369995,0.599664,0.653728,0.686922,0.685015,0.80815,0.839376,0.861417,0.888153,0.932169,1.004776,1.045094,0.473378,0.51222699,0.551076,0.575369995,0.599664,0.653728,0.686922,0.685015,0.80815,0.839376,0.861417,0.888153,0.932169,1.004776,1.045094,0.473378,0.51222699,0.551076,0.575369995,0.599664,0.653728,0.686922,0.685015,0.80815,0.839376,0.861417,0.888153,0.932169,1.004776,1.045094,0.473378,0.51222699,0.551076,0.575369995,0.599664,0.653728,0.686922,0.685015,0.80815,0.839376,0.861417,0.888153,0.932169,1.004776,1.045094,0.473378,0.51222699,0.551076,0.575369995,0.599664,0.653728,0.686922,0.685015,0.80815,0.839376,0.861417,0.888153,0.932169,1.004776,1.045094,0.473378,0.51222699,0.551076,0.575369995,0.599664,0.653728,0.686922,0.685015,0.80815,0.839376,0.861417,0.888153,0.932169,1.004776,1.045094,0.473378,0.51222699,0.551076,0.575369995,0.599664,0.653728,0.686922,0.685015,0.80815,0.839376,0.861417,0.888153,0.932169,1.004776,1.045094,0.473378,0.51222699,0.551076,0.575369995,0.599664,0.653728,0.686922,0.685015,0.80815,0.839376,0.861417,0.888153,0.932169,1.004776,1.045094,0.473378,0.51222699,0.551076,0.575369995,0.599664,0.653728,0.686922,0.685015,0.80815,0.839376,0.861417,0.888153,0.932169,1.004776,1.045094,0.473378,0.51222699,0.551076,0.575369995,0.599664,0.653728,0.686922,0.685015,0.80815,0.839376,0.861417,0.888153,0.932169,1.004776,1.045094,0.473378,0.51222699,0.551076,0.575369995,0.599664,0.653728,0.686922,0.685015,0.80815,0.839376,0.861417,0.888153,0.932169,1.004776,1.045094,0.473378,0.51222699,0.551076,0.575369995,0.599664,0.653728,0.686922,0.685015,0.80815,0.839376,0.861417,0.888153,0.932169,1.004776,1.045094,0.473378,0.51222699,0.551076,0.575369995,0.599664,0.653728,0.686922,0.685015,0.80815,0.839376,0.861417,0.888153,0.932169,1.004776,1.045094,0.473378,0.51222699,0.551076,0.575369995,0.599664,0.653728,0.686922,0.685015,0.80815,0.839376,0.861417,0.888153,0.932169,1.004776,1.045094,0.473378,0.51222699,0.551076,0.575369995,0.599664,0.653728,0.686922,0.685015,0.80815,0.839376,0.861417,0.888153,0.932169,1.004776,1.045094,0.473378,0.51222699,0.551076,0.575369995,0.599664,0.653728,0.686922,0.685015,0.80815,0.839376,0.861417,0.888153,0.932169,1.004776,1.045094,0.473378,0.51222699,0.551076,0.575369995,0.599664,0.653728,0.686922,0.685015,0.80815,0.839376,0.861417,0.888153,0.932169,1.004776,1.045094,0.473378,0.51222699,0.551076,0.575369995,0.599664,0.653728,0.686922,0.685015,0.80815,0.839376,0.861417,0.888153,0.932169,1.004776,1.045094,0.473378,0.51222699,0.551076,0.575369995,0.599664,0.653728,0.686922,0.685015,0.80815,0.839376,0.861417,0.888153,0.932169,1.004776,1.045094,0.473378,0.51222699,0.551076,0.575369995,0.599664,0.653728,0.686922,0.685015,0.80815,0.839376,0.861417,0.888153,0.932169,1.004776,1.045094,0.473378,0.51222699,0.551076,0.575369995,0.599664,0.653728,0.686922,0.685015,0.80815,0.839376,0.861417,0.888153,0.932169,1.004776,1.045094,0.473378,0.51222699,0.551076,0.575369995,0.599664,0.653728,0.686922,0.685015,0.80815,0.839376,0.861417,0.888153,0.932169,1.004776,1.045094,0.473378,0.51222699,0.551076,0.575369995,0.599664,0.653728,0.686922,0.685015,0.80815,0.839376,0.861417,0.888153,0.932169,1.004776,1.045094,0.473378,0.51222699,0.551076,0.575369995,0.599664,0.653728,0.686922,0.685015,0.80815,0.839376,0.861417,0.888153,0.932169,1.004776,1.045094,0.473378,0.51222699,0.551076,0.575369995,0.599664,0.653728,0.686922,0.685015,0.80815,0.839376,0.861417,0.888153,0.932169,1.004776,1.045094,0.473378,0.51222699,0.551076,0.575369995,0.599664,0.653728,0.686922,0.685015,0.80815,0.839376,0.861417,0.888153,0.932169,1.004776,1.045094,0.473378,0.51222699,0.551076,0.575369995,0.599664,0.653728,0.686922,0.685015,0.80815,0.839376,0.861417,0.888153,0.932169,1.004776,1.045094,0.473378,0.51222699,0.551076,0.575369995,0.599664,0.653728,0.686922,0.685015,0.80815,0.839376,0.861417,0.888153,0.932169,1.004776,1.045094,0.473378,0.51222699,0.551076,0.575369995,0.599664,0.653728,0.686922,0.685015,0.80815,0.839376,0.861417,0.888153,0.932169,1.004776,1.045094,0.473378,0.51222699,0.551076,0.575369995,0.599664,0.653728,0.686922,0.685015,0.80815,0.839376,0.861417,0.888153,0.932169,1.004776,1.045094,0.473378,0.51222699,0.551076,0.575369995,0.599664,0.653728,0.686922,0.685015,0.80815,0.839376,0.861417,0.888153,0.932169,1.004776,1.045094,0.473378,0.51222699,0.551076,0.575369995,0.599664,0.653728,0.686922,0.685015,0.80815,0.839376,0.861417,0.888153,0.932169,1.004776,1.045094,0.473378,0.51222699,0.551076,0.575369995,0.599664,0.653728,0.686922,0.685015,0.80815,0.839376,0.861417,0.888153,0.932169,1.004776,1.045094,0.473378,0.51222699,0.551076,0.575369995,0.599664,0.653728,0.686922,0.685015,0.80815,0.839376,0.861417,0.888153,0.932169,1.004776,1.045094,0.473378,0.51222699,0.551076,0.575369995,0.599664,0.653728,0.686922,0.685015,0.80815,0.839376,0.861417,0.888153,0.932169,1.004776,1.045094,0.473378,0.51222699,0.551076,0.575369995,0.599664,0.653728,0.686922,0.685015,0.80815,0.839376,0.861417,0.888153,0.932169,1.004776,1.045094,0.473378,0.51222699,0.551076,0.575369995,0.599664,0.653728,0.686922,0.685015,0.80815,0.839376,0.861417,0.888153,0.932169,1.004776,1.045094,0.473378,0.51222699,0.551076,0.575369995,0.599664,0.653728,0.686922,0.685015,0.80815,0.839376,0.861417,0.888153,0.932169,1.004776,1.045094,0.473378,0.51222699,0.551076,0.575369995,0.599664,0.653728,0.686922,0.685015,0.80815,0.839376,0.861417,0.888153,0.932169,1.004776,1.045094,0.473378,0.51222699,0.551076,0.575369995,0.599664,0.653728,0.686922,0.685015,0.80815,0.839376,0.861417,0.888153,0.932169,1.004776,1.045094,0.473378,0.51222699,0.551076,0.575369995,0.599664,0.653728,0.686922,0.685015,0.80815,0.839376,0.861417,0.888153,0.932169,1.004776,1.045094,0.473378,0.51222699,0.551076,0.575369995,0.599664,0.653728,0.686922,0.685015,0.80815,0.839376,0.861417,0.888153,0.932169,1.004776,1.045094,0.473378,0.51222699,0.551076,0.575369995,0.599664,0.653728,0.686922,0.685015,0.80815,0.839376,0.861417,0.888153,0.932169,1.004776,1.045094,0.473378,0.51222699,0.551076,0.575369995,0.599664,0.653728,0.686922,0.685015,0.80815,0.839376,0.861417,0.888153,0.932169,1.004776,1.045094,0.473378,0.51222699,0.551076,0.575369995,0.599664,0.653728,0.686922,0.685015,0.80815,0.839376,0.861417,0.888153,0.932169,1.004776,1.045094,0.473378,0.51222699,0.551076,0.575369995,0.599664,0.653728,0.686922,0.685015,0.80815,0.839376,0.861417,0.888153,0.932169,1.004776,1.045094,0.473378,0.51222699,0.551076,0.575369995,0.599664,0.653728,0.686922,0.685015,0.80815,0.839376,0.861417,0.888153,0.932169,1.004776,1.045094,0.473378,0.51222699,0.551076,0.575369995,0.599664,0.653728,0.686922,0.685015,0.80815,0.839376,0.861417,0.888153,0.932169,1.004776,1.045094,0.473378,0.51222699,0.551076,0.575369995,0.599664,0.653728,0.686922,0.685015,0.80815,0.839376,0.861417,0.888153,0.932169,1.004776,1.045094,12.292078,13.27110547,14.250133,15.31256836,16.375003,18.194749,19.287822,20.380283,26.794902,27.5042,26.76832,26.31037,25.925057,27.788917,27.20518,12.292078,13.27110547,14.250133,15.31256836,16.375003,18.194749,19.287822,20.380283,26.794902,27.5042,26.76832,26.31037,25.925057,27.788917,27.20518,12.292078,13.27110547,14.250133,15.31256836,16.375003,18.194749,19.287822,20.380283,26.794902,27.5042,26.76832,26.31037,25.925057,27.788917,27.20518,12.292078,13.27110547,14.250133,15.31256836,16.375003,18.194749,19.287822,20.380283,26.794902,27.5042,26.76832,26.31037,25.925057,27.788917,27.20518,12.292078,13.27110547,14.250133,15.31256836,16.375003,18.194749,19.287822,20.380283,26.794902,27.5042,26.76832,26.31037,25.925057,27.788917,27.20518,12.292078,13.27110547,14.250133,15.31256836,16.375003,18.194749,19.287822,20.380283,26.794902,27.5042,26.76832,26.31037,25.925057,27.788917,27.20518,12.292078,13.27110547,14.250133,15.31256836,16.375003,18.194749,19.287822,20.380283,26.794902,27.5042,26.76832,26.31037,25.925057,27.788917,27.20518,12.292078,13.27110547,14.250133,15.31256836,16.375003,18.194749,19.287822,20.380283,26.794902,27.5042,26.76832,26.31037,25.925057,27.788917,27.20518,12.292078,13.27110547,14.250133,15.31256836,16.375003,18.194749,19.287822,20.380283,26.794902,27.5042,26.76832,26.31037,25.925057,27.788917,27.20518,12.292078,13.27110547,14.250133,15.31256836,16.375003,18.194749,19.287822,20.380283,26.794902,27.5042,26.76832,26.31037,25.925057,27.788917,27.20518,12.292078,13.27110547,14.250133,15.31256836,16.375003,18.194749,19.287822,20.380283,26.794902,27.5042,26.76832,26.31037,25.925057,27.788917,27.20518,12.292078,13.27110547,14.250133,15.31256836,16.375003,18.194749,19.287822,20.380283,26.794902,27.5042,26.76832,26.31037,25.925057,27.788917,27.20518,12.292078,13.27110547,14.250133,15.31256836,16.375003,18.194749,19.287822,20.380283,26.794902,27.5042,26.76832,26.31037,25.925057,27.788917,27.20518,12.292078,13.27110547,14.250133,15.31256836,16.375003,18.194749,19.287822,20.380283,26.794902,27.5042,26.76832,26.31037,25.925057,27.788917,27.20518,12.292078,13.27110547,14.250133,15.31256836,16.375003,18.194749,19.287822,20.380283,26.794902,27.5042,26.76832,26.31037,25.925057,27.788917,27.20518,12.292078,13.27110547,14.250133,15.31256836,16.375003,18.194749,19.287822,20.380283,26.794902,27.5042,26.76832,26.31037,25.925057,27.788917,27.20518,12.292078,13.27110547,14.250133,15.31256836,16.375003,18.194749,19.287822,20.380283,26.794902,27.5042,26.76832,26.31037,25.925057,27.788917,27.20518,12.292078,13.27110547,14.250133,15.31256836,16.375003,18.194749,19.287822,20.380283,26.794902,27.5042,26.76832,26.31037,25.925057,27.788917,27.20518,12.292078,13.27110547,14.250133,15.31256836,16.375003,18.194749,19.287822,20.380283,26.794902,27.5042,26.76832,26.31037,25.925057,27.788917,27.20518,12.292078,13.27110547,14.250133,15.31256836,16.375003,18.194749,19.287822,20.380283,26.794902,27.5042,26.76832,26.31037,25.925057,27.788917,27.20518,12.292078,13.27110547,14.250133,15.31256836,16.375003,18.194749,19.287822,20.380283,26.794902,27.5042,26.76832,26.31037,25.925057,27.788917,27.20518,12.292078,13.27110547,14.250133,15.31256836,16.375003,18.194749,19.287822,20.380283,26.794902,27.5042,26.76832,26.31037,25.925057,27.788917,27.20518,12.292078,13.27110547,14.250133,15.31256836,16.375003,18.194749,19.287822,20.380283,26.794902,27.5042,26.76832,26.31037,25.925057,27.788917,27.20518,12.292078,13.27110547,14.250133,15.31256836,16.375003,18.194749,19.287822,20.380283,26.794902,27.5042,26.76832,26.31037,25.925057,27.788917,27.20518,12.292078,13.27110547,14.250133,15.31256836,16.375003,18.194749,19.287822,20.380283,26.794902,27.5042,26.76832,26.31037,25.925057,27.788917,27.20518,12.292078,13.27110547,14.250133,15.31256836,16.375003,18.194749,19.287822,20.380283,26.794902,27.5042,26.76832,26.31037,25.925057,27.788917,27.20518,12.292078,13.27110547,14.250133,15.31256836,16.375003,18.194749,19.287822,20.380283,26.794902,27.5042,26.76832,26.31037,25.925057,27.788917,27.20518,12.292078,13.27110547,14.250133,15.31256836,16.375003,18.194749,19.287822,20.380283,26.794902,27.5042,26.76832,26.31037,25.925057,27.788917,27.20518,12.292078,13.27110547,14.250133,15.31256836,16.375003,18.194749,19.287822,20.380283,26.794902,27.5042,26.76832,26.31037,25.925057,27.788917,27.20518,12.292078,13.27110547,14.250133,15.31256836,16.375003,18.194749,19.287822,20.380283,26.794902,27.5042,26.76832,26.31037,25.925057,27.788917,27.20518,12.292078,13.27110547,14.250133,15.31256836,16.375003,18.194749,19.287822,20.380283,26.794902,27.5042,26.76832,26.31037,25.925057,27.788917,27.20518,12.292078,13.27110547,14.250133,15.31256836,16.375003,18.194749,19.287822,20.380283,26.794902,27.5042,26.76832,26.31037,25.925057,27.788917,27.20518,12.292078,13.27110547,14.250133,15.31256836,16.375003,18.194749,19.287822,20.380283,26.794902,27.5042,26.76832,26.31037,25.925057,27.788917,27.20518,12.292078,13.27110547,14.250133,15.31256836,16.375003,18.194749,19.287822,20.380283,26.794902,27.5042,26.76832,26.31037,25.925057,27.788917,27.20518,12.292078,13.27110547,14.250133,15.31256836,16.375003,18.194749,19.287822,20.380283,26.794902,27.5042,26.76832,26.31037,25.925057,27.788917,27.20518,12.292078,13.27110547,14.250133,15.31256836,16.375003,18.194749,19.287822,20.380283,26.794902,27.5042,26.76832,26.31037,25.925057,27.788917,27.20518,12.292078,13.27110547,14.250133,15.31256836,16.375003,18.194749,19.287822,20.380283,26.794902,27.5042,26.76832,26.31037,25.925057,27.788917,27.20518,12.292078,13.27110547,14.250133,15.31256836,16.375003,18.194749,19.287822,20.380283,26.794902,27.5042,26.76832,26.31037,25.925057,27.788917,27.20518,12.292078,13.27110547,14.250133,15.31256836,16.375003,18.194749,19.287822,20.380283,26.794902,27.5042,26.76832,26.31037,25.925057,27.788917,27.20518,12.292078,13.27110547,14.250133,15.31256836,16.375003,18.194749,19.287822,20.380283,26.794902,27.5042,26.76832,26.31037,25.925057,27.788917,27.20518,12.292078,13.27110547,14.250133,15.31256836,16.375003,18.194749,19.287822,20.380283,26.794902,27.5042,26.76832,26.31037,25.925057,27.788917,27.20518,12.292078,13.27110547,14.250133,15.31256836,16.375003,18.194749,19.287822,20.380283,26.794902,27.5042,26.76832,26.31037,25.925057,27.788917,27.20518,12.292078,13.27110547,14.250133,15.31256836,16.375003,18.194749,19.287822,20.380283,26.794902,27.5042,26.76832,26.31037,25.925057,27.788917,27.20518,12.292078,13.27110547,14.250133,15.31256836,16.375003,18.194749,19.287822,20.380283,26.794902,27.5042,26.76832,26.31037,25.925057,27.788917,27.20518,12.292078,13.27110547,14.250133,15.31256836,16.375003,18.194749,19.287822,20.380283,26.794902,27.5042,26.76832,26.31037,25.925057,27.788917,27.20518,12.292078,13.27110547,14.250133,15.31256836,16.375003,18.194749,19.287822,20.380283,26.794902,27.5042,26.76832,26.31037,25.925057,27.788917,27.20518,12.292078,13.27110547,14.250133,15.31256836,16.375003,18.194749,19.287822,20.380283,26.794902,27.5042,26.76832,26.31037,25.925057,27.788917,27.20518,12.292078,13.27110547,14.250133,15.31256836,16.375003,18.194749,19.287822,20.380283,26.794902,27.5042,26.76832,26.31037,25.925057,27.788917,27.20518,12.292078,13.27110547,14.250133,15.31256836,16.375003,18.194749,19.287822,20.380283,26.794902,27.5042,26.76832,26.31037,25.925057,27.788917,27.20518,12.292078,13.27110547,14.250133,15.31256836,16.375003,18.194749,19.287822,20.380283,26.794902,27.5042,26.76832,26.31037,25.925057,27.788917,27.20518,12.292078,13.27110547,14.250133,15.31256836,16.375003,18.194749,19.287822,20.380283,26.794902,27.5042,26.76832,26.31037,25.925057,27.788917,27.20518,12.292078,13.27110547,14.250133,15.31256836,16.375003,18.194749,19.287822,20.380283,26.794902,27.5042,26.76832,26.31037,25.925057,27.788917,27.20518,12.292078,13.27110547,14.250133,15.31256836,16.375003,18.194749,19.287822,20.380283,26.794902,27.5042,26.76832,26.31037,25.925057,27.788917,27.20518,12.292078,13.27110547,14.250133,15.31256836,16.375003,18.194749,19.287822,20.380283,26.794902,27.5042,26.76832,26.31037,25.925057,27.788917,27.20518,12.292078,13.27110547,14.250133,15.31256836,16.375003,18.194749,19.287822,20.380283,26.794902,27.5042,26.76832,26.31037,25.925057,27.788917,27.20518,12.292078,13.27110547,14.250133,15.31256836,16.375003,18.194749,19.287822,20.380283,26.794902,27.5042,26.76832,26.31037,25.925057,27.788917,27.20518,12.292078,13.27110547,14.250133,15.31256836,16.375003,18.194749,19.287822,20.380283,26.794902,27.5042,26.76832,26.31037,25.925057,27.788917,27.20518,12.292078,13.27110547,14.250133,15.31256836,16.375003,18.194749,19.287822,20.380283,26.794902,27.5042,26.76832,26.31037,25.925057,27.788917,27.20518,1.15715,1.326558594,1.495967,1.549067017,1.602167,1.717626,1.735597,2.000406,2.211833,2.441915,2.599863,2.681273,2.588017,2.668066,2.796129,1.15715,1.326558594,1.495967,1.549067017,1.602167,1.717626,1.735597,2.000406,2.211833,2.441915,2.599863,2.681273,2.588017,2.668066,2.796129,1.15715,1.326558594,1.495967,1.549067017,1.602167,1.717626,1.735597,2.000406,2.211833,2.441915,2.599863,2.681273,2.588017,2.668066,2.796129,1.15715,1.326558594,1.495967,1.549067017,1.602167,1.717626,1.735597,2.000406,2.211833,2.441915,2.599863,2.681273,2.588017,2.668066,2.796129,1.15715,1.326558594,1.495967,1.549067017,1.602167,1.717626,1.735597,2.000406,2.211833,2.441915,2.599863,2.681273,2.588017,2.668066,2.796129,1.15715,1.326558594,1.495967,1.549067017,1.602167,1.717626,1.735597,2.000406,2.211833,2.441915,2.599863,2.681273,2.588017,2.668066,2.796129,1.15715,1.326558594,1.495967,1.549067017,1.602167,1.717626,1.735597,2.000406,2.211833,2.441915,2.599863,2.681273,2.588017,2.668066,2.796129,1.15715,1.326558594,1.495967,1.549067017,1.602167,1.717626,1.735597,2.000406,2.211833,2.441915,2.599863,2.681273,2.588017,2.668066,2.796129,1.15715,1.326558594,1.495967,1.549067017,1.602167,1.717626,1.735597,2.000406,2.211833,2.441915,2.599863,2.681273,2.588017,2.668066,2.796129,1.15715,1.326558594,1.495967,1.549067017,1.602167,1.717626,1.735597,2.000406,2.211833,2.441915,2.599863,2.681273,2.588017,2.668066,2.796129,1.15715,1.326558594,1.495967,1.549067017,1.602167,1.717626,1.735597,2.000406,2.211833,2.441915,2.599863,2.681273,2.588017,2.668066,2.796129,1.15715,1.326558594,1.495967,1.549067017,1.602167,1.717626,1.735597,2.000406,2.211833,2.441915,2.599863,2.681273,2.588017,2.668066,2.796129,1.15715,1.326558594,1.495967,1.549067017,1.602167,1.717626,1.735597,2.000406,2.211833,2.441915,2.599863,2.681273,2.588017,2.668066,2.796129,1.15715,1.326558594,1.495967,1.549067017,1.602167,1.717626,1.735597,2.000406,2.211833,2.441915,2.599863,2.681273,2.588017,2.668066,2.796129,1.15715,1.326558594,1.495967,1.549067017,1.602167,1.717626,1.735597,2.000406,2.211833,2.441915,2.599863,2.681273,2.588017,2.668066,2.796129,1.15715,1.326558594,1.495967,1.549067017,1.602167,1.717626,1.735597,2.000406,2.211833,2.441915,2.599863,2.681273,2.588017,2.668066,2.796129,1.15715,1.326558594,1.495967,1.549067017,1.602167,1.717626,1.735597,2.000406,2.211833,2.441915,2.599863,2.681273,2.588017,2.668066,2.796129,1.15715,1.326558594,1.495967,1.549067017,1.602167,1.717626,1.735597,2.000406,2.211833,2.441915,2.599863,2.681273,2.588017,2.668066,2.796129,1.15715,1.326558594,1.495967,1.549067017,1.602167,1.717626,1.735597,2.000406,2.211833,2.441915,2.599863,2.681273,2.588017,2.668066,2.796129,1.15715,1.326558594,1.495967,1.549067017,1.602167,1.717626,1.735597,2.000406,2.211833,2.441915,2.599863,2.681273,2.588017,2.668066,2.796129,1.15715,1.326558594,1.495967,1.549067017,1.602167,1.717626,1.735597,2.000406,2.211833,2.441915,2.599863,2.681273,2.588017,2.668066,2.796129,1.15715,1.326558594,1.495967,1.549067017,1.602167,1.717626,1.735597,2.000406,2.211833,2.441915,2.599863,2.681273,2.588017,2.668066,2.796129,1.15715,1.326558594,1.495967,1.549067017,1.602167,1.717626,1.735597,2.000406,2.211833,2.441915,2.599863,2.681273,2.588017,2.668066,2.796129,1.15715,1.326558594,1.495967,1.549067017,1.602167,1.717626,1.735597,2.000406,2.211833,2.441915,2.599863,2.681273,2.588017,2.668066,2.796129,1.15715,1.326558594,1.495967,1.549067017,1.602167,1.717626,1.735597,2.000406,2.211833,2.441915,2.599863,2.681273,2.588017,2.668066,2.796129,1.15715,1.326558594,1.495967,1.549067017,1.602167,1.717626,1.735597,2.000406,2.211833,2.441915,2.599863,2.681273,2.588017,2.668066,2.796129,1.15715,1.326558594,1.495967,1.549067017,1.602167,1.717626,1.735597,2.000406,2.211833,2.441915,2.599863,2.681273,2.588017,2.668066,2.796129,1.15715,1.326558594,1.495967,1.549067017,1.602167,1.717626,1.735597,2.000406,2.211833,2.441915,2.599863,2.681273,2.588017,2.668066,2.796129,1.15715,1.326558594,1.495967,1.549067017,1.602167,1.717626,1.735597,2.000406,2.211833,2.441915,2.599863,2.681273,2.588017,2.668066,2.796129,1.15715,1.326558594,1.495967,1.549067017,1.602167,1.717626,1.735597,2.000406,2.211833,2.441915,2.599863,2.681273,2.588017,2.668066,2.796129,1.15715,1.326558594,1.495967,1.549067017,1.602167,1.717626,1.735597,2.000406,2.211833,2.441915,2.599863,2.681273,2.588017,2.668066,2.796129,1.15715,1.326558594,1.495967,1.549067017,1.602167,1.717626,1.735597,2.000406,2.211833,2.441915,2.599863,2.681273,2.588017,2.668066,2.796129,1.15715,1.326558594,1.495967,1.549067017,1.602167,1.717626,1.735597,2.000406,2.211833,2.441915,2.599863,2.681273,2.588017,2.668066,2.796129,1.15715,1.326558594,1.495967,1.549067017,1.602167,1.717626,1.735597,2.000406,2.211833,2.441915,2.599863,2.681273,2.588017,2.668066,2.796129,1.15715,1.326558594,1.495967,1.549067017,1.602167,1.717626,1.735597,2.000406,2.211833,2.441915,2.599863,2.681273,2.588017,2.668066,2.796129,1.15715,1.326558594,1.495967,1.549067017,1.602167,1.717626,1.735597,2.000406,2.211833,2.441915,2.599863,2.681273,2.588017,2.668066,2.796129,1.15715,1.326558594,1.495967,1.549067017,1.602167,1.717626,1.735597,2.000406,2.211833,2.441915,2.599863,2.681273,2.588017,2.668066,2.796129,1.15715,1.326558594,1.495967,1.549067017,1.602167,1.717626,1.735597,2.000406,2.211833,2.441915,2.599863,2.681273,2.588017,2.668066,2.796129,1.15715,1.326558594,1.495967,1.549067017,1.602167,1.717626,1.735597,2.000406,2.211833,2.441915,2.599863,2.681273,2.588017,2.668066,2.796129,1.15715,1.326558594,1.495967,1.549067017,1.602167,1.717626,1.735597,2.000406,2.211833,2.441915,2.599863,2.681273,2.588017,2.668066,2.796129,1.15715,1.326558594,1.495967,1.549067017,1.602167,1.717626,1.735597,2.000406,2.211833,2.441915,2.599863,2.681273,2.588017,2.668066,2.796129,1.15715,1.326558594,1.495967,1.549067017,1.602167,1.717626,1.735597,2.000406,2.211833,2.441915,2.599863,2.681273,2.588017,2.668066,2.796129,1.15715,1.326558594,1.495967,1.549067017,1.602167,1.717626,1.735597,2.000406,2.211833,2.441915,2.599863,2.681273,2.588017,2.668066,2.796129,1.15715,1.326558594,1.495967,1.549067017,1.602167,1.717626,1.735597,2.000406,2.211833,2.441915,2.599863,2.681273,2.588017,2.668066,2.796129,1.15715,1.326558594,1.495967,1.549067017,1.602167,1.717626,1.735597,2.000406,2.211833,2.441915,2.599863,2.681273,2.588017,2.668066,2.796129,1.15715,1.326558594,1.495967,1.549067017,1.602167,1.717626,1.735597,2.000406,2.211833,2.441915,2.599863,2.681273,2.588017,2.668066,2.796129,1.15715,1.326558594,1.495967,1.549067017,1.602167,1.717626,1.735597,2.000406,2.211833,2.441915,2.599863,2.681273,2.588017,2.668066,2.796129,1.15715,1.326558594,1.495967,1.549067017,1.602167,1.717626,1.735597,2.000406,2.211833,2.441915,2.599863,2.681273,2.588017,2.668066,2.796129,1.15715,1.326558594,1.495967,1.549067017,1.602167,1.717626,1.735597,2.000406,2.211833,2.441915,2.599863,2.681273,2.588017,2.668066,2.796129,1.15715,1.326558594,1.495967,1.549067017,1.602167,1.717626,1.735597,2.000406,2.211833,2.441915,2.599863,2.681273,2.588017,2.668066,2.796129,1.15715,1.326558594,1.495967,1.549067017,1.602167,1.717626,1.735597,2.000406,2.211833,2.441915,2.599863,2.681273,2.588017,2.668066,2.796129,1.15715,1.326558594,1.495967,1.549067017,1.602167,1.717626,1.735597,2.000406,2.211833,2.441915,2.599863,2.681273,2.588017,2.668066,2.796129,1.15715,1.326558594,1.495967,1.549067017,1.602167,1.717626,1.735597,2.000406,2.211833,2.441915,2.599863,2.681273,2.588017,2.668066,2.796129,1.15715,1.326558594,1.495967,1.549067017,1.602167,1.717626,1.735597,2.000406,2.211833,2.441915,2.599863,2.681273,2.588017,2.668066,2.796129,1.15715,1.326558594,1.495967,1.549067017,1.602167,1.717626,1.735597,2.000406,2.211833,2.441915,2.599863,2.681273,2.588017,2.668066,2.796129,1.15715,1.326558594,1.495967,1.549067017,1.602167,1.717626,1.735597,2.000406,2.211833,2.441915,2.599863,2.681273,2.588017,2.668066,2.796129,1.15715,1.326558594,1.495967,1.549067017,1.602167,1.717626,1.735597,2.000406,2.211833,2.441915,2.599863,2.681273,2.588017,2.668066,2.796129,1.15715,1.326558594,1.495967,1.549067017,1.602167,1.717626,1.735597,2.000406,2.211833,2.441915,2.599863,2.681273,2.588017,2.668066,2.796129,1.15715,1.326558594,1.495967,1.549067017,1.602167,1.717626,1.735597,2.000406,2.211833,2.441915,2.599863,2.681273,2.588017,2.668066,2.796129,1.15715,1.326558594,1.495967,1.549067017,1.602167,1.717626,1.735597,2.000406,2.211833,2.441915,2.599863,2.681273,2.588017,2.668066,2.796129,1.15715,1.326558594,1.495967,1.549067017,1.602167,1.717626,1.735597,2.000406,2.211833,2.441915,2.599863,2.681273,2.588017,2.668066,2.796129,1.15715,1.326558594,1.495967,1.549067017,1.602167,1.717626,1.735597,2.000406,2.211833,2.441915,2.599863,2.681273,2.588017,2.668066,2.796129,1.15715,1.326558594,1.495967,1.549067017,1.602167,1.717626,1.735597,2.000406,2.211833,2.441915,2.599863,2.681273,2.588017,2.668066,2.796129,1.15715,1.326558594,1.495967,1.549067017,1.602167,1.717626,1.735597,2.000406,2.211833,2.441915,2.599863,2.681273,2.588017,2.668066,2.796129,1.055128,1.113563965,1.172,1.196612061,1.221224,1.265004,1.360364,1.392167,1.620485,1.607908,1.70429,1.768277,1.803122,1.847486,1.861689,1.055128,1.113563965,1.172,1.196612061,1.221224,1.265004,1.360364,1.392167,1.620485,1.607908,1.70429,1.768277,1.803122,1.847486,1.861689,1.055128,1.113563965,1.172,1.196612061,1.221224,1.265004,1.360364,1.392167,1.620485,1.607908,1.70429,1.768277,1.803122,1.847486,1.861689,1.055128,1.113563965,1.172,1.196612061,1.221224,1.265004,1.360364,1.392167,1.620485,1.607908,1.70429,1.768277,1.803122,1.847486,1.861689,1.055128,1.113563965,1.172,1.196612061,1.221224,1.265004,1.360364,1.392167,1.620485,1.607908,1.70429,1.768277,1.803122,1.847486,1.861689,1.055128,1.113563965,1.172,1.196612061,1.221224,1.265004,1.360364,1.392167,1.620485,1.607908,1.70429,1.768277,1.803122,1.847486,1.861689,1.055128,1.113563965,1.172,1.196612061,1.221224,1.265004,1.360364,1.392167,1.620485,1.607908,1.70429,1.768277,1.803122,1.847486,1.861689,1.055128,1.113563965,1.172,1.196612061,1.221224,1.265004,1.360364,1.392167,1.620485,1.607908,1.70429,1.768277,1.803122,1.847486,1.861689,0.185225,0.199897003,0.214569,0.219056,0.223543,0.26421,0.315488,0.345174,0.385585,0.394518,0.390168,0.396815,0.412092,0.431263,0.444562,0.185225,0.199897003,0.214569,0.219056,0.223543,0.26421,0.315488,0.345174,0.385585,0.394518,0.390168,0.396815,0.412092,0.431263,0.444562,0.185225,0.199897003,0.214569,0.219056,0.223543,0.26421,0.315488,0.345174,0.385585,0.394518,0.390168,0.396815,0.412092,0.431263,0.444562,5.368212,5.808625488,6.249039,6.716397461,7.183756,7.943908,8.62868,9.313501,11.19743,11.76563,11.6648,11.48433,11.623733,11.429929,11.536501,5.368212,5.808625488,6.249039,6.716397461,7.183756,7.943908,8.62868,9.313501,11.19743,11.76563,11.6648,11.48433,11.623733,11.429929,11.536501,5.368212,5.808625488,6.249039,6.716397461,7.183756,7.943908,8.62868,9.313501,11.19743,11.76563,11.6648,11.48433,11.623733,11.429929,11.536501,5.368212,5.808625488,6.249039,6.716397461,7.183756,7.943908,8.62868,9.313501,11.19743,11.76563,11.6648,11.48433,11.623733,11.429929,11.536501,5.368212,5.808625488,6.249039,6.716397461,7.183756,7.943908,8.62868,9.313501,11.19743,11.76563,11.6648,11.48433,11.623733,11.429929,11.536501,5.368212,5.808625488,6.249039,6.716397461,7.183756,7.943908,8.62868,9.313501,11.19743,11.76563,11.6648,11.48433,11.623733,11.429929,11.536501,5.368212,5.808625488,6.249039,6.716397461,7.183756,7.943908,8.62868,9.313501,11.19743,11.76563,11.6648,11.48433,11.623733,11.429929,11.536501,5.368212,5.808625488,6.249039,6.716397461,7.183756,7.943908,8.62868,9.313501,11.19743,11.76563,11.6648,11.48433,11.623733,11.429929,11.536501,5.368212,5.808625488,6.249039,6.716397461,7.183756,7.943908,8.62868,9.313501,11.19743,11.76563,11.6648,11.48433,11.623733,11.429929,11.536501,5.368212,5.808625488,6.249039,6.716397461,7.183756,7.943908,8.62868,9.313501,11.19743,11.76563,11.6648,11.48433,11.623733,11.429929,11.536501,5.368212,5.808625488,6.249039,6.716397461,7.183756,7.943908,8.62868,9.313501,11.19743,11.76563,11.6648,11.48433,11.623733,11.429929,11.536501,5.368212,5.808625488,6.249039,6.716397461,7.183756,7.943908,8.62868,9.313501,11.19743,11.76563,11.6648,11.48433,11.623733,11.429929,11.536501,5.368212,5.808625488,6.249039,6.716397461,7.183756,7.943908,8.62868,9.313501,11.19743,11.76563,11.6648,11.48433,11.623733,11.429929,11.536501,5.368212,5.808625488,6.249039,6.716397461,7.183756,7.943908,8.62868,9.313501,11.19743,11.76563,11.6648,11.48433,11.623733,11.429929,11.536501,5.368212,5.808625488,6.249039,6.716397461,7.183756,7.943908,8.62868,9.313501,11.19743,11.76563,11.6648,11.48433,11.623733,11.429929,11.536501,5.368212,5.808625488,6.249039,6.716397461,7.183756,7.943908,8.62868,9.313501,11.19743,11.76563,11.6648,11.48433,11.623733,11.429929,11.536501,5.368212,5.808625488,6.249039,6.716397461,7.183756,7.943908,8.62868,9.313501,11.19743,11.76563,11.6648,11.48433,11.623733,11.429929,11.536501,5.368212,5.808625488,6.249039,6.716397461,7.183756,7.943908,8.62868,9.313501,11.19743,11.76563,11.6648,11.48433,11.623733,11.429929,11.536501,5.368212,5.808625488,6.249039,6.716397461,7.183756,7.943908,8.62868,9.313501,11.19743,11.76563,11.6648,11.48433,11.623733,11.429929,11.536501,5.368212,5.808625488,6.249039,6.716397461,7.183756,7.943908,8.62868,9.313501,11.19743,11.76563,11.6648,11.48433,11.623733,11.429929,11.536501,5.368212,5.808625488,6.249039,6.716397461,7.183756,7.943908,8.62868,9.313501,11.19743,11.76563,11.6648,11.48433,11.623733,11.429929,11.536501,5.368212,5.808625488,6.249039,6.716397461,7.183756,7.943908,8.62868,9.313501,11.19743,11.76563,11.6648,11.48433,11.623733,11.429929,11.536501,5.368212,5.808625488,6.249039,6.716397461,7.183756,7.943908,8.62868,9.313501,11.19743,11.76563,11.6648,11.48433,11.623733,11.429929,11.536501,5.368212,5.808625488,6.249039,6.716397461,7.183756,7.943908,8.62868,9.313501,11.19743,11.76563,11.6648,11.48433,11.623733,11.429929,11.536501,5.368212,5.808625488,6.249039,6.716397461,7.183756,7.943908,8.62868,9.313501,11.19743,11.76563,11.6648,11.48433,11.623733,11.429929,11.536501,5.368212,5.808625488,6.249039,6.716397461,7.183756,7.943908,8.62868,9.313501,11.19743,11.76563,11.6648,11.48433,11.623733,11.429929,11.536501,5.368212,5.808625488,6.249039,6.716397461,7.183756,7.943908,8.62868,9.313501,11.19743,11.76563,11.6648,11.48433,11.623733,11.429929,11.536501,5.368212,5.808625488,6.249039,6.716397461,7.183756,7.943908,8.62868,9.313501,11.19743,11.76563,11.6648,11.48433,11.623733,11.429929,11.536501,5.368212,5.808625488,6.249039,6.716397461,7.183756,7.943908,8.62868,9.313501,11.19743,11.76563,11.6648,11.48433,11.623733,11.429929,11.536501,5.368212,5.808625488,6.249039,6.716397461,7.183756,7.943908,8.62868,9.313501,11.19743,11.76563,11.6648,11.48433,11.623733,11.429929,11.536501,5.368212,5.808625488,6.249039,6.716397461,7.183756,7.943908,8.62868,9.313501,11.19743,11.76563,11.6648,11.48433,11.623733,11.429929,11.536501,5.368212,5.808625488,6.249039,6.716397461,7.183756,7.943908,8.62868,9.313501,11.19743,11.76563,11.6648,11.48433,11.623733,11.429929,11.536501,5.368212,5.808625488,6.249039,6.716397461,7.183756,7.943908,8.62868,9.313501,11.19743,11.76563,11.6648,11.48433,11.623733,11.429929,11.536501,5.368212,5.808625488,6.249039,6.716397461,7.183756,7.943908,8.62868,9.313501,11.19743,11.76563,11.6648,11.48433,11.623733,11.429929,11.536501,5.368212,5.808625488,6.249039,6.716397461,7.183756,7.943908,8.62868,9.313501,11.19743,11.76563,11.6648,11.48433,11.623733,11.429929,11.536501,5.368212,5.808625488,6.249039,6.716397461,7.183756,7.943908,8.62868,9.313501,11.19743,11.76563,11.6648,11.48433,11.623733,11.429929,11.536501,5.368212,5.808625488,6.249039,6.716397461,7.183756,7.943908,8.62868,9.313501,11.19743,11.76563,11.6648,11.48433,11.623733,11.429929,11.536501,5.368212,5.808625488,6.249039,6.716397461,7.183756,7.943908,8.62868,9.313501,11.19743,11.76563,11.6648,11.48433,11.623733,11.429929,11.536501,5.368212,5.808625488,6.249039,6.716397461,7.183756,7.943908,8.62868,9.313501,11.19743,11.76563,11.6648,11.48433,11.623733,11.429929,11.536501,5.368212,5.808625488,6.249039,6.716397461,7.183756,7.943908,8.62868,9.313501,11.19743,11.76563,11.6648,11.48433,11.623733,11.429929,11.536501,5.368212,5.808625488,6.249039,6.716397461,7.183756,7.943908,8.62868,9.313501,11.19743,11.76563,11.6648,11.48433,11.623733,11.429929,11.536501,5.368212,5.808625488,6.249039,6.716397461,7.183756,7.943908,8.62868,9.313501,11.19743,11.76563,11.6648,11.48433,11.623733,11.429929,11.536501,5.368212,5.808625488,6.249039,6.716397461,7.183756,7.943908,8.62868,9.313501,11.19743,11.76563,11.6648,11.48433,11.623733,11.429929,11.536501,5.368212,5.808625488,6.249039,6.716397461,7.183756,7.943908,8.62868,9.313501,11.19743,11.76563,11.6648,11.48433,11.623733,11.429929,11.536501,5.368212,5.808625488,6.249039,6.716397461,7.183756,7.943908,8.62868,9.313501,11.19743,11.76563,11.6648,11.48433,11.623733,11.429929,11.536501,5.368212,5.808625488,6.249039,6.716397461,7.183756,7.943908,8.62868,9.313501,11.19743,11.76563,11.6648,11.48433,11.623733,11.429929,11.536501,5.368212,5.808625488,6.249039,6.716397461,7.183756,7.943908,8.62868,9.313501,11.19743,11.76563,11.6648,11.48433,11.623733,11.429929,11.536501,5.368212,5.808625488,6.249039,6.716397461,7.183756,7.943908,8.62868,9.313501,11.19743,11.76563,11.6648,11.48433,11.623733,11.429929,11.536501,5.368212,5.808625488,6.249039,6.716397461,7.183756,7.943908,8.62868,9.313501,11.19743,11.76563,11.6648,11.48433,11.623733,11.429929,11.536501,5.368212,5.808625488,6.249039,6.716397461,7.183756,7.943908,8.62868,9.313501,11.19743,11.76563,11.6648,11.48433,11.623733,11.429929,11.536501,5.368212,5.808625488,6.249039,6.716397461,7.183756,7.943908,8.62868,9.313501,11.19743,11.76563,11.6648,11.48433,11.623733,11.429929,11.536501,5.368212,5.808625488,6.249039,6.716397461,7.183756,7.943908,8.62868,9.313501,11.19743,11.76563,11.6648,11.48433,11.623733,11.429929,11.536501,5.368212,5.808625488,6.249039,6.716397461,7.183756,7.943908,8.62868,9.313501,11.19743,11.76563,11.6648,11.48433,11.623733,11.429929,11.536501,5.368212,5.808625488,6.249039,6.716397461,7.183756,7.943908,8.62868,9.313501,11.19743,11.76563,11.6648,11.48433,11.623733,11.429929,11.536501,5.368212,5.808625488,6.249039,6.716397461,7.183756,7.943908,8.62868,9.313501,11.19743,11.76563,11.6648,11.48433,11.623733,11.429929,11.536501,5.368212,5.808625488,6.249039,6.716397461,7.183756,7.943908,8.62868,9.313501,11.19743,11.76563,11.6648,11.48433,11.623733,11.429929,11.536501,5.368212,5.808625488,6.249039,6.716397461,7.183756,7.943908,8.62868,9.313501,11.19743,11.76563,11.6648,11.48433,11.623733,11.429929,11.536501,5.368212,5.808625488,6.249039,6.716397461,7.183756,7.943908,8.62868,9.313501,11.19743,11.76563,11.6648,11.48433,11.623733,11.429929,11.536501,5.368212,5.808625488,6.249039,6.716397461,7.183756,7.943908,8.62868,9.313501,11.19743,11.76563,11.6648,11.48433,11.623733,11.429929,11.536501,5.368212,5.808625488,6.249039,6.716397461,7.183756,7.943908,8.62868,9.313501,11.19743,11.76563,11.6648,11.48433,11.623733,11.429929,11.536501,5.368212,5.808625488,6.249039,6.716397461,7.183756,7.943908,8.62868,9.313501,11.19743,11.76563,11.6648,11.48433,11.623733,11.429929,11.536501,5.368212,5.808625488,6.249039,6.716397461,7.183756,7.943908,8.62868,9.313501,11.19743,11.76563,11.6648,11.48433,11.623733,11.429929,11.536501,5.368212,5.808625488,6.249039,6.716397461,7.183756,7.943908,8.62868,9.313501,11.19743,11.76563,11.6648,11.48433,11.623733,11.429929,11.536501,5.368212,5.808625488,6.249039,6.716397461,7.183756,7.943908,8.62868,9.313501,11.19743,11.76563,11.6648,11.48433,11.623733,11.429929,11.536501,5.368212,5.808625488,6.249039,6.716397461,7.183756,7.943908,8.62868,9.313501,11.19743,11.76563,11.6648,11.48433,11.623733,11.429929,11.536501,5.368212,5.808625488,6.249039,6.716397461,7.183756,7.943908,8.62868,9.313501,11.19743,11.76563,11.6648,11.48433,11.623733,11.429929,11.536501,5.368212,5.808625488,6.249039,6.716397461,7.183756,7.943908,8.62868,9.313501,11.19743,11.76563,11.6648,11.48433,11.623733,11.429929,11.536501,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,1.832362,2.011685059,2.191008,2.285878906,2.38075,2.48859,2.835991,3.059921,3.555035,3.507349,3.494436,3.529461,3.624722,3.672986,3.680841,0.284634,0.303669495,0.322705,0.336120483,0.349536,0.362654,0.384316,0.436377,0.534853,0.587945,0.608547,0.619275,0.640839,0.647265,0.657331,0.284634,0.303669495,0.322705,0.336120483,0.349536,0.362654,0.384316,0.436377,0.534853,0.587945,0.608547,0.619275,0.640839,0.647265,0.657331,0.284634,0.303669495,0.322705,0.336120483,0.349536,0.362654,0.384316,0.436377,0.534853,0.587945,0.608547,0.619275,0.640839,0.647265,0.657331,0.284634,0.303669495,0.322705,0.336120483,0.349536,0.362654,0.384316,0.436377,0.534853,0.587945,0.608547,0.619275,0.640839,0.647265,0.657331,0.284634,0.303669495,0.322705,0.336120483,0.349536,0.362654,0.384316,0.436377,0.534853,0.587945,0.608547,0.619275,0.640839,0.647265,0.657331,0.284634,0.303669495,0.322705,0.336120483,0.349536,0.362654,0.384316,0.436377,0.534853,0.587945,0.608547,0.619275,0.640839,0.647265,0.657331,0.284634,0.303669495,0.322705,0.336120483,0.349536,0.362654,0.384316,0.436377,0.534853,0.587945,0.608547,0.619275,0.640839,0.647265,0.657331,0.284634,0.303669495,0.322705,0.336120483,0.349536,0.362654,0.384316,0.436377,0.534853,0.587945,0.608547,0.619275,0.640839,0.647265,0.657331,0.284634,0.303669495,0.322705,0.336120483,0.349536,0.362654,0.384316,0.436377,0.534853,0.587945,0.608547,0.619275,0.640839,0.647265,0.657331,0.284634,0.303669495,0.322705,0.336120483,0.349536,0.362654,0.384316,0.436377,0.534853,0.587945,0.608547,0.619275,0.640839,0.647265,0.657331,0.284634,0.303669495,0.322705,0.336120483,0.349536,0.362654,0.384316,0.436377,0.534853,0.587945,0.608547,0.619275,0.640839,0.647265,0.657331,0.284634,0.303669495,0.322705,0.336120483,0.349536,0.362654,0.384316,0.436377,0.534853,0.587945,0.608547,0.619275,0.640839,0.647265,0.657331,0.284634,0.303669495,0.322705,0.336120483,0.349536,0.362654,0.384316,0.436377,0.534853,0.587945,0.608547,0.619275,0.640839,0.647265,0.657331,0.284634,0.303669495,0.322705,0.336120483,0.349536,0.362654,0.384316,0.436377,0.534853,0.587945,0.608547,0.619275,0.640839,0.647265,0.657331,0.284634,0.303669495,0.322705,0.336120483,0.349536,0.362654,0.384316,0.436377,0.534853,0.587945,0.608547,0.619275,0.640839,0.647265,0.657331,0.284634,0.303669495,0.322705,0.336120483,0.349536,0.362654,0.384316,0.436377,0.534853,0.587945,0.608547,0.619275,0.640839,0.647265,0.657331,0.284634,0.303669495,0.322705,0.336120483,0.349536,0.362654,0.384316,0.436377,0.534853,0.587945,0.608547,0.619275,0.640839,0.647265,0.657331,0.284634,0.303669495,0.322705,0.336120483,0.349536,0.362654,0.384316,0.436377,0.534853,0.587945,0.608547,0.619275,0.640839,0.647265,0.657331,0.284634,0.303669495,0.322705,0.336120483,0.349536,0.362654,0.384316,0.436377,0.534853,0.587945,0.608547,0.619275,0.640839,0.647265,0.657331,0.284634,0.303669495,0.322705,0.336120483,0.349536,0.362654,0.384316,0.436377,0.534853,0.587945,0.608547,0.619275,0.640839,0.647265,0.657331,0.284634,0.303669495,0.322705,0.336120483,0.349536,0.362654,0.384316,0.436377,0.534853,0.587945,0.608547,0.619275,0.640839,0.647265,0.657331,0.284634,0.303669495,0.322705,0.336120483,0.349536,0.362654,0.384316,0.436377,0.534853,0.587945,0.608547,0.619275,0.640839,0.647265,0.657331,0.284634,0.303669495,0.322705,0.336120483,0.349536,0.362654,0.384316,0.436377,0.534853,0.587945,0.608547,0.619275,0.640839,0.647265,0.657331,0.284634,0.303669495,0.322705,0.336120483,0.349536,0.362654,0.384316,0.436377,0.534853,0.587945,0.608547,0.619275,0.640839,0.647265,0.657331,0.284634,0.303669495,0.322705,0.336120483,0.349536,0.362654,0.384316,0.436377,0.534853,0.587945,0.608547,0.619275,0.640839,0.647265,0.657331,0.284634,0.303669495,0.322705,0.336120483,0.349536,0.362654,0.384316,0.436377,0.534853,0.587945,0.608547,0.619275,0.640839,0.647265,0.657331,0.284634,0.303669495,0.322705,0.336120483,0.349536,0.362654,0.384316,0.436377,0.534853,0.587945,0.608547,0.619275,0.640839,0.647265,0.657331,0.284634,0.303669495,0.322705,0.336120483,0.349536,0.362654,0.384316,0.436377,0.534853,0.587945,0.608547,0.619275,0.640839,0.647265,0.657331,0.284634,0.303669495,0.322705,0.336120483,0.349536,0.362654,0.384316,0.436377,0.534853,0.587945,0.608547,0.619275,0.640839,0.647265,0.657331,0.284634,0.303669495,0.322705,0.336120483,0.349536,0.362654,0.384316,0.436377,0.534853,0.587945,0.608547,0.619275,0.640839,0.647265,0.657331,0.284634,0.303669495,0.322705,0.336120483,0.349536,0.362654,0.384316,0.436377,0.534853,0.587945,0.608547,0.619275,0.640839,0.647265,0.657331,0.284634,0.303669495,0.322705,0.336120483,0.349536,0.362654,0.384316,0.436377,0.534853,0.587945,0.608547,0.619275,0.640839,0.647265,0.657331,0.284634,0.303669495,0.322705,0.336120483,0.349536,0.362654,0.384316,0.436377,0.534853,0.587945,0.608547,0.619275,0.640839,0.647265,0.657331,0.284634,0.303669495,0.322705,0.336120483,0.349536,0.362654,0.384316,0.436377,0.534853,0.587945,0.608547,0.619275,0.640839,0.647265,0.657331,0.284634,0.303669495,0.322705,0.336120483,0.349536,0.362654,0.384316,0.436377,0.534853,0.587945,0.608547,0.619275,0.640839,0.647265,0.657331,0.284634,0.303669495,0.322705,0.336120483,0.349536,0.362654,0.384316,0.436377,0.534853,0.587945,0.608547,0.619275,0.640839,0.647265,0.657331,0.284634,0.303669495,0.322705,0.336120483,0.349536,0.362654,0.384316,0.436377,0.534853,0.587945,0.608547,0.619275,0.640839,0.647265,0.657331,0.284634,0.303669495,0.322705,0.336120483,0.349536,0.362654,0.384316,0.436377,0.534853,0.587945,0.608547,0.619275,0.640839,0.647265,0.657331,0.284634,0.303669495,0.322705,0.336120483,0.349536,0.362654,0.384316,0.436377,0.534853,0.587945,0.608547,0.619275,0.640839,0.647265,0.657331,0.284634,0.303669495,0.322705,0.336120483,0.349536,0.362654,0.384316,0.436377,0.534853,0.587945,0.608547,0.619275,0.640839,0.647265,0.657331,0.284634,0.303669495,0.322705,0.336120483,0.349536,0.362654,0.384316,0.436377,0.534853,0.587945,0.608547,0.619275,0.640839,0.647265,0.657331,0.284634,0.303669495,0.322705,0.336120483,0.349536,0.362654,0.384316,0.436377,0.534853,0.587945,0.608547,0.619275,0.640839,0.647265,0.657331,0.284634,0.303669495,0.322705,0.336120483,0.349536,0.362654,0.384316,0.436377,0.534853,0.587945,0.608547,0.619275,0.640839,0.647265,0.657331,0.284634,0.303669495,0.322705,0.336120483,0.349536,0.362654,0.384316,0.436377,0.534853,0.587945,0.608547,0.619275,0.640839,0.647265,0.657331,4.35373,4.469027344,4.584325,4.785422852,4.98652,5.195835,5.508639,6.013322,6.69415,7.030817,7.119266,7.153449,7.171179,7.823763,7.667027,4.35373,4.469027344,4.584325,4.785422852,4.98652,5.195835,5.508639,6.013322,6.69415,7.030817,7.119266,7.153449,7.171179,7.823763,7.667027,4.35373,4.469027344,4.584325,4.785422852,4.98652,5.195835,5.508639,6.013322,6.69415,7.030817,7.119266,7.153449,7.171179,7.823763,7.667027,4.35373,4.469027344,4.584325,4.785422852,4.98652,5.195835,5.508639,6.013322,6.69415,7.030817,7.119266,7.153449,7.171179,7.823763,7.667027,4.35373,4.469027344,4.584325,4.785422852,4.98652,5.195835,5.508639,6.013322,6.69415,7.030817,7.119266,7.153449,7.171179,7.823763,7.667027,4.35373,4.469027344,4.584325,4.785422852,4.98652,5.195835,5.508639,6.013322,6.69415,7.030817,7.119266,7.153449,7.171179,7.823763,7.667027,4.35373,4.469027344,4.584325,4.785422852,4.98652,5.195835,5.508639,6.013322,6.69415,7.030817,7.119266,7.153449,7.171179,7.823763,7.667027,4.35373,4.469027344,4.584325,4.785422852,4.98652,5.195835,5.508639,6.013322,6.69415,7.030817,7.119266,7.153449,7.171179,7.823763,7.667027,4.35373,4.469027344,4.584325,4.785422852,4.98652,5.195835,5.508639,6.013322,6.69415,7.030817,7.119266,7.153449,7.171179,7.823763,7.667027,4.35373,4.469027344,4.584325,4.785422852,4.98652,5.195835,5.508639,6.013322,6.69415,7.030817,7.119266,7.153449,7.171179,7.823763,7.667027,4.35373,4.469027344,4.584325,4.785422852,4.98652,5.195835,5.508639,6.013322,6.69415,7.030817,7.119266,7.153449,7.171179,7.823763,7.667027,4.35373,4.469027344,4.584325,4.785422852,4.98652,5.195835,5.508639,6.013322,6.69415,7.030817,7.119266,7.153449,7.171179,7.823763,7.667027,4.35373,4.469027344,4.584325,4.785422852,4.98652,5.195835,5.508639,6.013322,6.69415,7.030817,7.119266,7.153449,7.171179,7.823763,7.667027,4.35373,4.469027344,4.584325,4.785422852,4.98652,5.195835,5.508639,6.013322,6.69415,7.030817,7.119266,7.153449,7.171179,7.823763,7.667027,4.35373,4.469027344,4.584325,4.785422852,4.98652,5.195835,5.508639,6.013322,6.69415,7.030817,7.119266,7.153449,7.171179,7.823763,7.667027,4.35373,4.469027344,4.584325,4.785422852,4.98652,5.195835,5.508639,6.013322,6.69415,7.030817,7.119266,7.153449,7.171179,7.823763,7.667027,4.35373,4.469027344,4.584325,4.785422852,4.98652,5.195835,5.508639,6.013322,6.69415,7.030817,7.119266,7.153449,7.171179,7.823763,7.667027,4.35373,4.469027344,4.584325,4.785422852,4.98652,5.195835,5.508639,6.013322,6.69415,7.030817,7.119266,7.153449,7.171179,7.823763,7.667027,4.35373,4.469027344,4.584325,4.785422852,4.98652,5.195835,5.508639,6.013322,6.69415,7.030817,7.119266,7.153449,7.171179,7.823763,7.667027,4.35373,4.469027344,4.584325,4.785422852,4.98652,5.195835,5.508639,6.013322,6.69415,7.030817,7.119266,7.153449,7.171179,7.823763,7.667027,4.35373,4.469027344,4.584325,4.785422852,4.98652,5.195835,5.508639,6.013322,6.69415,7.030817,7.119266,7.153449,7.171179,7.823763,7.667027,4.35373,4.469027344,4.584325,4.785422852,4.98652,5.195835,5.508639,6.013322,6.69415,7.030817,7.119266,7.153449,7.171179,7.823763,7.667027,4.35373,4.469027344,4.584325,4.785422852,4.98652,5.195835,5.508639,6.013322,6.69415,7.030817,7.119266,7.153449,7.171179,7.823763,7.667027,4.35373,4.469027344,4.584325,4.785422852,4.98652,5.195835,5.508639,6.013322,6.69415,7.030817,7.119266,7.153449,7.171179,7.823763,7.667027,4.35373,4.469027344,4.584325,4.785422852,4.98652,5.195835,5.508639,6.013322,6.69415,7.030817,7.119266,7.153449,7.171179,7.823763,7.667027,4.35373,4.469027344,4.584325,4.785422852,4.98652,5.195835,5.508639,6.013322,6.69415,7.030817,7.119266,7.153449,7.171179,7.823763,7.667027,4.35373,4.469027344,4.584325,4.785422852,4.98652,5.195835,5.508639,6.013322,6.69415,7.030817,7.119266,7.153449,7.171179,7.823763,7.667027,4.35373,4.469027344,4.584325,4.785422852,4.98652,5.195835,5.508639,6.013322,6.69415,7.030817,7.119266,7.153449,7.171179,7.823763,7.667027,4.35373,4.469027344,4.584325,4.785422852,4.98652,5.195835,5.508639,6.013322,6.69415,7.030817,7.119266,7.153449,7.171179,7.823763,7.667027,4.35373,4.469027344,4.584325,4.785422852,4.98652,5.195835,5.508639,6.013322,6.69415,7.030817,7.119266,7.153449,7.171179,7.823763,7.667027,4.35373,4.469027344,4.584325,4.785422852,4.98652,5.195835,5.508639,6.013322,6.69415,7.030817,7.119266,7.153449,7.171179,7.823763,7.667027,4.35373,4.469027344,4.584325,4.785422852,4.98652,5.195835,5.508639,6.013322,6.69415,7.030817,7.119266,7.153449,7.171179,7.823763,7.667027,4.35373,4.469027344,4.584325,4.785422852,4.98652,5.195835,5.508639,6.013322,6.69415,7.030817,7.119266,7.153449,7.171179,7.823763,7.667027,4.35373,4.469027344,4.584325,4.785422852,4.98652,5.195835,5.508639,6.013322,6.69415,7.030817,7.119266,7.153449,7.171179,7.823763,7.667027,4.35373,4.469027344,4.584325,4.785422852,4.98652,5.195835,5.508639,6.013322,6.69415,7.030817,7.119266,7.153449,7.171179,7.823763,7.667027,4.35373,4.469027344,4.584325,4.785422852,4.98652,5.195835,5.508639,6.013322,6.69415,7.030817,7.119266,7.153449,7.171179,7.823763,7.667027,4.35373,4.469027344,4.584325,4.785422852,4.98652,5.195835,5.508639,6.013322,6.69415,7.030817,7.119266,7.153449,7.171179,7.823763,7.667027,4.35373,4.469027344,4.584325,4.785422852,4.98652,5.195835,5.508639,6.013322,6.69415,7.030817,7.119266,7.153449,7.171179,7.823763,7.667027,4.35373,4.469027344,4.584325,4.785422852,4.98652,5.195835,5.508639,6.013322,6.69415,7.030817,7.119266,7.153449,7.171179,7.823763,7.667027,4.35373,4.469027344,4.584325,4.785422852,4.98652,5.195835,5.508639,6.013322,6.69415,7.030817,7.119266,7.153449,7.171179,7.823763,7.667027,4.35373,4.469027344,4.584325,4.785422852,4.98652,5.195835,5.508639,6.013322,6.69415,7.030817,7.119266,7.153449,7.171179,7.823763,7.667027,4.35373,4.469027344,4.584325,4.785422852,4.98652,5.195835,5.508639,6.013322,6.69415,7.030817,7.119266,7.153449,7.171179,7.823763,7.667027,4.35373,4.469027344,4.584325,4.785422852,4.98652,5.195835,5.508639,6.013322,6.69415,7.030817,7.119266,7.153449,7.171179,7.823763,7.667027,4.35373,4.469027344,4.584325,4.785422852,4.98652,5.195835,5.508639,6.013322,6.69415,7.030817,7.119266,7.153449,7.171179,7.823763,7.667027,4.35373,4.469027344,4.584325,4.785422852,4.98652,5.195835,5.508639,6.013322,6.69415,7.030817,7.119266,7.153449,7.171179,7.823763,7.667027,4.35373,4.469027344,4.584325,4.785422852,4.98652,5.195835,5.508639,6.013322,6.69415,7.030817,7.119266,7.153449,7.171179,7.823763,7.667027,4.35373,4.469027344,4.584325,4.785422852,4.98652,5.195835,5.508639,6.013322,6.69415,7.030817,7.119266,7.153449,7.171179,7.823763,7.667027,4.35373,4.469027344,4.584325,4.785422852,4.98652,5.195835,5.508639,6.013322,6.69415,7.030817,7.119266,7.153449,7.171179,7.823763,7.667027,4.35373,4.469027344,4.584325,4.785422852,4.98652,5.195835,5.508639,6.013322,6.69415,7.030817,7.119266,7.153449,7.171179,7.823763,7.667027,4.35373,4.469027344,4.584325,4.785422852,4.98652,5.195835,5.508639,6.013322,6.69415,7.030817,7.119266,7.153449,7.171179,7.823763,7.667027,4.35373,4.469027344,4.584325,4.785422852,4.98652,5.195835,5.508639,6.013322,6.69415,7.030817,7.119266,7.153449,7.171179,7.823763,7.667027,4.35373,4.469027344,4.584325,4.785422852,4.98652,5.195835,5.508639,6.013322,6.69415,7.030817,7.119266,7.153449,7.171179,7.823763,7.667027,4.35373,4.469027344,4.584325,4.785422852,4.98652,5.195835,5.508639,6.013322,6.69415,7.030817,7.119266,7.153449,7.171179,7.823763,7.667027,4.35373,4.469027344,4.584325,4.785422852,4.98652,5.195835,5.508639,6.013322,6.69415,7.030817,7.119266,7.153449,7.171179,7.823763,7.667027,4.35373,4.469027344,4.584325,4.785422852,4.98652,5.195835,5.508639,6.013322,6.69415,7.030817,7.119266,7.153449,7.171179,7.823763,7.667027,4.35373,4.469027344,4.584325,4.785422852,4.98652,5.195835,5.508639,6.013322,6.69415,7.030817,7.119266,7.153449,7.171179,7.823763,7.667027,4.35373,4.469027344,4.584325,4.785422852,4.98652,5.195835,5.508639,6.013322,6.69415,7.030817,7.119266,7.153449,7.171179,7.823763,7.667027,4.35373,4.469027344,4.584325,4.785422852,4.98652,5.195835,5.508639,6.013322,6.69415,7.030817,7.119266,7.153449,7.171179,7.823763,7.667027,4.35373,4.469027344,4.584325,4.785422852,4.98652,5.195835,5.508639,6.013322,6.69415,7.030817,7.119266,7.153449,7.171179,7.823763,7.667027,4.35373,4.469027344,4.584325,4.785422852,4.98652,5.195835,5.508639,6.013322,6.69415,7.030817,7.119266,7.153449,7.171179,7.823763,7.667027,4.35373,4.469027344,4.584325,4.785422852,4.98652,5.195835,5.508639,6.013322,6.69415,7.030817,7.119266,7.153449,7.171179,7.823763,7.667027,4.35373,4.469027344,4.584325,4.785422852,4.98652,5.195835,5.508639,6.013322,6.69415,7.030817,7.119266,7.153449,7.171179,7.823763,7.667027,4.35373,4.469027344,4.584325,4.785422852,4.98652,5.195835,5.508639,6.013322,6.69415,7.030817,7.119266,7.153449,7.171179,7.823763,7.667027,4.35373,4.469027344,4.584325,4.785422852,4.98652,5.195835,5.508639,6.013322,6.69415,7.030817,7.119266,7.153449,7.171179,7.823763,7.667027,4.35373,4.469027344,4.584325,4.785422852,4.98652,5.195835,5.508639,6.013322,6.69415,7.030817,7.119266,7.153449,7.171179,7.823763,7.667027,4.35373,4.469027344,4.584325,4.785422852,4.98652,5.195835,5.508639,6.013322,6.69415,7.030817,7.119266,7.153449,7.171179,7.823763,7.667027,4.35373,4.469027344,4.584325,4.785422852,4.98652,5.195835,5.508639,6.013322,6.69415,7.030817,7.119266,7.153449,7.171179,7.823763,7.667027,4.35373,4.469027344,4.584325,4.785422852,4.98652,5.195835,5.508639,6.013322,6.69415,7.030817,7.119266,7.153449,7.171179,7.823763,7.667027,4.35373,4.469027344,4.584325,4.785422852,4.98652,5.195835,5.508639,6.013322,6.69415,7.030817,7.119266,7.153449,7.171179,7.823763,7.667027,4.35373,4.469027344,4.584325,4.785422852,4.98652,5.195835,5.508639,6.013322,6.69415,7.030817,7.119266,7.153449,7.171179,7.823763,7.667027,4.35373,4.469027344,4.584325,4.785422852,4.98652,5.195835,5.508639,6.013322,6.69415,7.030817,7.119266,7.153449,7.171179,7.823763,7.667027,4.35373,4.469027344,4.584325,4.785422852,4.98652,5.195835,5.508639,6.013322,6.69415,7.030817,7.119266,7.153449,7.171179,7.823763,7.667027,4.35373,4.469027344,4.584325,4.785422852,4.98652,5.195835,5.508639,6.013322,6.69415,7.030817,7.119266,7.153449,7.171179,7.823763,7.667027,4.35373,4.469027344,4.584325,4.785422852,4.98652,5.195835,5.508639,6.013322,6.69415,7.030817,7.119266,7.153449,7.171179,7.823763,7.667027,4.35373,4.469027344,4.584325,4.785422852,4.98652,5.195835,5.508639,6.013322,6.69415,7.030817,7.119266,7.153449,7.171179,7.823763,7.667027,4.35373,4.469027344,4.584325,4.785422852,4.98652,5.195835,5.508639,6.013322,6.69415,7.030817,7.119266,7.153449,7.171179,7.823763,7.667027,4.35373,4.469027344,4.584325,4.785422852,4.98652,5.195835,5.508639,6.013322,6.69415,7.030817,7.119266,7.153449,7.171179,7.823763,7.667027,4.35373,4.469027344,4.584325,4.785422852,4.98652,5.195835,5.508639,6.013322,6.69415,7.030817,7.119266,7.153449,7.171179,7.823763,7.667027,4.35373,4.469027344,4.584325,4.785422852,4.98652,5.195835,5.508639,6.013322,6.69415,7.030817,7.119266,7.153449,7.171179,7.823763,7.667027,4.35373,4.469027344,4.584325,4.785422852,4.98652,5.195835,5.508639,6.013322,6.69415,7.030817,7.119266,7.153449,7.171179,7.823763,7.667027,4.35373,4.469027344,4.584325,4.785422852,4.98652,5.195835,5.508639,6.013322,6.69415,7.030817,7.119266,7.153449,7.171179,7.823763,7.667027,4.35373,4.469027344,4.584325,4.785422852,4.98652,5.195835,5.508639,6.013322,6.69415,7.030817,7.119266,7.153449,7.171179,7.823763,7.667027,4.35373,4.469027344,4.584325,4.785422852,4.98652,5.195835,5.508639,6.013322,6.69415,7.030817,7.119266,7.153449,7.171179,7.823763,7.667027,4.35373,4.469027344,4.584325,4.785422852,4.98652,5.195835,5.508639,6.013322,6.69415,7.030817,7.119266,7.153449,7.171179,7.823763,7.667027,4.35373,4.469027344,4.584325,4.785422852,4.98652,5.195835,5.508639,6.013322,6.69415,7.030817,7.119266,7.153449,7.171179,7.823763,7.667027,4.35373,4.469027344,4.584325,4.785422852,4.98652,5.195835,5.508639,6.013322,6.69415,7.030817,7.119266,7.153449,7.171179,7.823763,7.667027,4.35373,4.469027344,4.584325,4.785422852,4.98652,5.195835,5.508639,6.013322,6.69415,7.030817,7.119266,7.153449,7.171179,7.823763,7.667027,4.35373,4.469027344,4.584325,4.785422852,4.98652,5.195835,5.508639,6.013322,6.69415,7.030817,7.119266,7.153449,7.171179,7.823763,7.667027,4.35373,4.469027344,4.584325,4.785422852,4.98652,5.195835,5.508639,6.013322,6.69415,7.030817,7.119266,7.153449,7.171179,7.823763,7.667027,4.35373,4.469027344,4.584325,4.785422852,4.98652,5.195835,5.508639,6.013322,6.69415,7.030817,7.119266,7.153449,7.171179,7.823763,7.667027,4.35373,4.469027344,4.584325,4.785422852,4.98652,5.195835,5.508639,6.013322,6.69415,7.030817,7.119266,7.153449,7.171179,7.823763,7.667027,4.35373,4.469027344,4.584325,4.785422852,4.98652,5.195835,5.508639,6.013322,6.69415,7.030817,7.119266,7.153449,7.171179,7.823763,7.667027,4.35373,4.469027344,4.584325,4.785422852,4.98652,5.195835,5.508639,6.013322,6.69415,7.030817,7.119266,7.153449,7.171179,7.823763,7.667027,4.35373,4.469027344,4.584325,4.785422852,4.98652,5.195835,5.508639,6.013322,6.69415,7.030817,7.119266,7.153449,7.171179,7.823763,7.667027,4.35373,4.469027344,4.584325,4.785422852,4.98652,5.195835,5.508639,6.013322,6.69415,7.030817,7.119266,7.153449,7.171179,7.823763,7.667027,4.35373,4.469027344,4.584325,4.785422852,4.98652,5.195835,5.508639,6.013322,6.69415,7.030817,7.119266,7.153449,7.171179,7.823763,7.667027,4.35373,4.469027344,4.584325,4.785422852,4.98652,5.195835,5.508639,6.013322,6.69415,7.030817,7.119266,7.153449,7.171179,7.823763,7.667027,4.35373,4.469027344,4.584325,4.785422852,4.98652,5.195835,5.508639,6.013322,6.69415,7.030817,7.119266,7.153449,7.171179,7.823763,7.667027,4.35373,4.469027344,4.584325,4.785422852,4.98652,5.195835,5.508639,6.013322,6.69415,7.030817,7.119266,7.153449,7.171179,7.823763,7.667027,4.35373,4.469027344,4.584325,4.785422852,4.98652,5.195835,5.508639,6.013322,6.69415,7.030817,7.119266,7.153449,7.171179,7.823763,7.667027,4.35373,4.469027344,4.584325,4.785422852,4.98652,5.195835,5.508639,6.013322,6.69415,7.030817,7.119266,7.153449,7.171179,7.823763,7.667027,4.35373,4.469027344,4.584325,4.785422852,4.98652,5.195835,5.508639,6.013322,6.69415,7.030817,7.119266,7.153449,7.171179,7.823763,7.667027,1.237801,1.317882568,1.397964,1.42037207,1.44278,1.644245,1.690888,1.782187,2.064809,2.008988,2.171979,2.11054,1.939943,2.054082,2.108438,1.237801,1.317882568,1.397964,1.42037207,1.44278,1.644245,1.690888,1.782187,2.064809,2.008988,2.171979,2.11054,1.939943,2.054082,2.108438,1.237801,1.317882568,1.397964,1.42037207,1.44278,1.644245,1.690888,1.782187,2.064809,2.008988,2.171979,2.11054,1.939943,2.054082,2.108438,1.237801,1.317882568,1.397964,1.42037207,1.44278,1.644245,1.690888,1.782187,2.064809,2.008988,2.171979,2.11054,1.939943,2.054082,2.108438,1.237801,1.317882568,1.397964,1.42037207,1.44278,1.644245,1.690888,1.782187,2.064809,2.008988,2.171979,2.11054,1.939943,2.054082,2.108438,1.237801,1.317882568,1.397964,1.42037207,1.44278,1.644245,1.690888,1.782187,2.064809,2.008988,2.171979,2.11054,1.939943,2.054082,2.108438,1.237801,1.317882568,1.397964,1.42037207,1.44278,1.644245,1.690888,1.782187,2.064809,2.008988,2.171979,2.11054,1.939943,2.054082,2.108438,1.237801,1.317882568,1.397964,1.42037207,1.44278,1.644245,1.690888,1.782187,2.064809,2.008988,2.171979,2.11054,1.939943,2.054082,2.108438,1.237801,1.317882568,1.397964,1.42037207,1.44278,1.644245,1.690888,1.782187,2.064809,2.008988,2.171979,2.11054,1.939943,2.054082,2.108438,1.237801,1.317882568,1.397964,1.42037207,1.44278,1.644245,1.690888,1.782187,2.064809,2.008988,2.171979,2.11054,1.939943,2.054082,2.108438,1.237801,1.317882568,1.397964,1.42037207,1.44278,1.644245,1.690888,1.782187,2.064809,2.008988,2.171979,2.11054,1.939943,2.054082,2.108438,1.237801,1.317882568,1.397964,1.42037207,1.44278,1.644245,1.690888,1.782187,2.064809,2.008988,2.171979,2.11054,1.939943,2.054082,2.108438,1.237801,1.317882568,1.397964,1.42037207,1.44278,1.644245,1.690888,1.782187,2.064809,2.008988,2.171979,2.11054,1.939943,2.054082,2.108438,1.237801,1.317882568,1.397964,1.42037207,1.44278,1.644245,1.690888,1.782187,2.064809,2.008988,2.171979,2.11054,1.939943,2.054082,2.108438,1.237801,1.317882568,1.397964,1.42037207,1.44278,1.644245,1.690888,1.782187,2.064809,2.008988,2.171979,2.11054,1.939943,2.054082,2.108438,1.237801,1.317882568,1.397964,1.42037207,1.44278,1.644245,1.690888,1.782187,2.064809,2.008988,2.171979,2.11054,1.939943,2.054082,2.108438,1.237801,1.317882568,1.397964,1.42037207,1.44278,1.644245,1.690888,1.782187,2.064809,2.008988,2.171979,2.11054,1.939943,2.054082,2.108438,1.237801,1.317882568,1.397964,1.42037207,1.44278,1.644245,1.690888,1.782187,2.064809,2.008988,2.171979,2.11054,1.939943,2.054082,2.108438,1.237801,1.317882568,1.397964,1.42037207,1.44278,1.644245,1.690888,1.782187,2.064809,2.008988,2.171979,2.11054,1.939943,2.054082,2.108438,1.237801,1.317882568,1.397964,1.42037207,1.44278,1.644245,1.690888,1.782187,2.064809,2.008988,2.171979,2.11054,1.939943,2.054082,2.108438,1.237801,1.317882568,1.397964,1.42037207,1.44278,1.644245,1.690888,1.782187,2.064809,2.008988,2.171979,2.11054,1.939943,2.054082,2.108438,1.237801,1.317882568,1.397964,1.42037207,1.44278,1.644245,1.690888,1.782187,2.064809,2.008988,2.171979,2.11054,1.939943,2.054082,2.108438,1.237801,1.317882568,1.397964,1.42037207,1.44278,1.644245,1.690888,1.782187,2.064809,2.008988,2.171979,2.11054,1.939943,2.054082,2.108438,1.237801,1.317882568,1.397964,1.42037207,1.44278,1.644245,1.690888,1.782187,2.064809,2.008988,2.171979,2.11054,1.939943,2.054082,2.108438,1.237801,1.317882568,1.397964,1.42037207,1.44278,1.644245,1.690888,1.782187,2.064809,2.008988,2.171979,2.11054,1.939943,2.054082,2.108438,1.237801,1.317882568,1.397964,1.42037207,1.44278,1.644245,1.690888,1.782187,2.064809,2.008988,2.171979,2.11054,1.939943,2.054082,2.108438,1.237801,1.317882568,1.397964,1.42037207,1.44278,1.644245,1.690888,1.782187,2.064809,2.008988,2.171979,2.11054,1.939943,2.054082,2.108438,1.237801,1.317882568,1.397964,1.42037207,1.44278,1.644245,1.690888,1.782187,2.064809,2.008988,2.171979,2.11054,1.939943,2.054082,2.108438,1.237801,1.317882568,1.397964,1.42037207,1.44278,1.644245,1.690888,1.782187,2.064809,2.008988,2.171979,2.11054,1.939943,2.054082,2.108438,1.237801,1.317882568,1.397964,1.42037207,1.44278,1.644245,1.690888,1.782187,2.064809,2.008988,2.171979,2.11054,1.939943,2.054082,2.108438,1.237801,1.317882568,1.397964,1.42037207,1.44278,1.644245,1.690888,1.782187,2.064809,2.008988,2.171979,2.11054,1.939943,2.054082,2.108438,1.237801,1.317882568,1.397964,1.42037207,1.44278,1.644245,1.690888,1.782187,2.064809,2.008988,2.171979,2.11054,1.939943,2.054082,2.108438,1.237801,1.317882568,1.397964,1.42037207,1.44278,1.644245,1.690888,1.782187,2.064809,2.008988,2.171979,2.11054,1.939943,2.054082,2.108438,1.237801,1.317882568,1.397964,1.42037207,1.44278,1.644245,1.690888,1.782187,2.064809,2.008988,2.171979,2.11054,1.939943,2.054082,2.108438,1.237801,1.317882568,1.397964,1.42037207,1.44278,1.644245,1.690888,1.782187,2.064809,2.008988,2.171979,2.11054,1.939943,2.054082,2.108438,1.237801,1.317882568,1.397964,1.42037207,1.44278,1.644245,1.690888,1.782187,2.064809,2.008988,2.171979,2.11054,1.939943,2.054082,2.108438,1.237801,1.317882568,1.397964,1.42037207,1.44278,1.644245,1.690888,1.782187,2.064809,2.008988,2.171979,2.11054,1.939943,2.054082,2.108438,1.237801,1.317882568,1.397964,1.42037207,1.44278,1.644245,1.690888,1.782187,2.064809,2.008988,2.171979,2.11054,1.939943,2.054082,2.108438,1.237801,1.317882568,1.397964,1.42037207,1.44278,1.644245,1.690888,1.782187,2.064809,2.008988,2.171979,2.11054,1.939943,2.054082,2.108438,1.237801,1.317882568,1.397964,1.42037207,1.44278,1.644245,1.690888,1.782187,2.064809,2.008988,2.171979,2.11054,1.939943,2.054082,2.108438,1.237801,1.317882568,1.397964,1.42037207,1.44278,1.644245,1.690888,1.782187,2.064809,2.008988,2.171979,2.11054,1.939943,2.054082,2.108438,1.237801,1.317882568,1.397964,1.42037207,1.44278,1.644245,1.690888,1.782187,2.064809,2.008988,2.171979,2.11054,1.939943,2.054082,2.108438,1.237801,1.317882568,1.397964,1.42037207,1.44278,1.644245,1.690888,1.782187,2.064809,2.008988,2.171979,2.11054,1.939943,2.054082,2.108438,1.237801,1.317882568,1.397964,1.42037207,1.44278,1.644245,1.690888,1.782187,2.064809,2.008988,2.171979,2.11054,1.939943,2.054082,2.108438,1.237801,1.317882568,1.397964,1.42037207,1.44278,1.644245,1.690888,1.782187,2.064809,2.008988,2.171979,2.11054,1.939943,2.054082,2.108438,1.237801,1.317882568,1.397964,1.42037207,1.44278,1.644245,1.690888,1.782187,2.064809,2.008988,2.171979,2.11054,1.939943,2.054082,2.108438,1.237801,1.317882568,1.397964,1.42037207,1.44278,1.644245,1.690888,1.782187,2.064809,2.008988,2.171979,2.11054,1.939943,2.054082,2.108438,1.237801,1.317882568,1.397964,1.42037207,1.44278,1.644245,1.690888,1.782187,2.064809,2.008988,2.171979,2.11054,1.939943,2.054082,2.108438,1.237801,1.317882568,1.397964,1.42037207,1.44278,1.644245,1.690888,1.782187,2.064809,2.008988,2.171979,2.11054,1.939943,2.054082,2.108438,1.237801,1.317882568,1.397964,1.42037207,1.44278,1.644245,1.690888,1.782187,2.064809,2.008988,2.171979,2.11054,1.939943,2.054082,2.108438,1.237801,1.317882568,1.397964,1.42037207,1.44278,1.644245,1.690888,1.782187,2.064809,2.008988,2.171979,2.11054,1.939943,2.054082,2.108438,1.237801,1.317882568,1.397964,1.42037207,1.44278,1.644245,1.690888,1.782187,2.064809,2.008988,2.171979,2.11054,1.939943,2.054082,2.108438,1.237801,1.317882568,1.397964,1.42037207,1.44278,1.644245,1.690888,1.782187,2.064809,2.008988,2.171979,2.11054,1.939943,2.054082,2.108438,1.237801,1.317882568,1.397964,1.42037207,1.44278,1.644245,1.690888,1.782187,2.064809,2.008988,2.171979,2.11054,1.939943,2.054082,2.108438,1.237801,1.317882568,1.397964,1.42037207,1.44278,1.644245,1.690888,1.782187,2.064809,2.008988,2.171979,2.11054,1.939943,2.054082,2.108438,1.237801,1.317882568,1.397964,1.42037207,1.44278,1.644245,1.690888,1.782187,2.064809,2.008988,2.171979,2.11054,1.939943,2.054082,2.108438,1.237801,1.317882568,1.397964,1.42037207,1.44278,1.644245,1.690888,1.782187,2.064809,2.008988,2.171979,2.11054,1.939943,2.054082,2.108438,1.237801,1.317882568,1.397964,1.42037207,1.44278,1.644245,1.690888,1.782187,2.064809,2.008988,2.171979,2.11054,1.939943,2.054082,2.108438,1.237801,1.317882568,1.397964,1.42037207,1.44278,1.644245,1.690888,1.782187,2.064809,2.008988,2.171979,2.11054,1.939943,2.054082,2.108438,1.237801,1.317882568,1.397964,1.42037207,1.44278,1.644245,1.690888,1.782187,2.064809,2.008988,2.171979,2.11054,1.939943,2.054082,2.108438,1.237801,1.317882568,1.397964,1.42037207,1.44278,1.644245,1.690888,1.782187,2.064809,2.008988,2.171979,2.11054,1.939943,2.054082,2.108438,1.237801,1.317882568,1.397964,1.42037207,1.44278,1.644245,1.690888,1.782187,2.064809,2.008988,2.171979,2.11054,1.939943,2.054082,2.108438,1.237801,1.317882568,1.397964,1.42037207,1.44278,1.644245,1.690888,1.782187,2.064809,2.008988,2.171979,2.11054,1.939943,2.054082,2.108438,1.237801,1.317882568,1.397964,1.42037207,1.44278,1.644245,1.690888,1.782187,2.064809,2.008988,2.171979,2.11054,1.939943,2.054082,2.108438,1.237801,1.317882568,1.397964,1.42037207,1.44278,1.644245,1.690888,1.782187,2.064809,2.008988,2.171979,2.11054,1.939943,2.054082,2.108438,1.237801,1.317882568,1.397964,1.42037207,1.44278,1.644245,1.690888,1.782187,2.064809,2.008988,2.171979,2.11054,1.939943,2.054082,2.108438,1.237801,1.317882568,1.397964,1.42037207,1.44278,1.644245,1.690888,1.782187,2.064809,2.008988,2.171979,2.11054,1.939943,2.054082,2.108438,1.237801,1.317882568,1.397964,1.42037207,1.44278,1.644245,1.690888,1.782187,2.064809,2.008988,2.171979,2.11054,1.939943,2.054082,2.108438,1.237801,1.317882568,1.397964,1.42037207,1.44278,1.644245,1.690888,1.782187,2.064809,2.008988,2.171979,2.11054,1.939943,2.054082,2.108438,1.237801,1.317882568,1.397964,1.42037207,1.44278,1.644245,1.690888,1.782187,2.064809,2.008988,2.171979,2.11054,1.939943,2.054082,2.108438,1.237801,1.317882568,1.397964,1.42037207,1.44278,1.644245,1.690888,1.782187,2.064809,2.008988,2.171979,2.11054,1.939943,2.054082,2.108438,1.237801,1.317882568,1.397964,1.42037207,1.44278,1.644245,1.690888,1.782187,2.064809,2.008988,2.171979,2.11054,1.939943,2.054082,2.108438,1.237801,1.317882568,1.397964,1.42037207,1.44278,1.644245,1.690888,1.782187,2.064809,2.008988,2.171979,2.11054,1.939943,2.054082,2.108438,1.237801,1.317882568,1.397964,1.42037207,1.44278,1.644245,1.690888,1.782187,2.064809,2.008988,2.171979,2.11054,1.939943,2.054082,2.108438,1.237801,1.317882568,1.397964,1.42037207,1.44278,1.644245,1.690888,1.782187,2.064809,2.008988,2.171979,2.11054,1.939943,2.054082,2.108438,1.237801,1.317882568,1.397964,1.42037207,1.44278,1.644245,1.690888,1.782187,2.064809,2.008988,2.171979,2.11054,1.939943,2.054082,2.108438,1.237801,1.317882568,1.397964,1.42037207,1.44278,1.644245,1.690888,1.782187,2.064809,2.008988,2.171979,2.11054,1.939943,2.054082,2.108438,1.237801,1.317882568,1.397964,1.42037207,1.44278,1.644245,1.690888,1.782187,2.064809,2.008988,2.171979,2.11054,1.939943,2.054082,2.108438,1.237801,1.317882568,1.397964,1.42037207,1.44278,1.644245,1.690888,1.782187,2.064809,2.008988,2.171979,2.11054,1.939943,2.054082,2.108438,1.237801,1.317882568,1.397964,1.42037207,1.44278,1.644245,1.690888,1.782187,2.064809,2.008988,2.171979,2.11054,1.939943,2.054082,2.108438,1.237801,1.317882568,1.397964,1.42037207,1.44278,1.644245,1.690888,1.782187,2.064809,2.008988,2.171979,2.11054,1.939943,2.054082,2.108438,1.237801,1.317882568,1.397964,1.42037207,1.44278,1.644245,1.690888,1.782187,2.064809,2.008988,2.171979,2.11054,1.939943,2.054082,2.108438,1.237801,1.317882568,1.397964,1.42037207,1.44278,1.644245,1.690888,1.782187,2.064809,2.008988,2.171979,2.11054,1.939943,2.054082,2.108438,1.237801,1.317882568,1.397964,1.42037207,1.44278,1.644245,1.690888,1.782187,2.064809,2.008988,2.171979,2.11054,1.939943,2.054082,2.108438,1.237801,1.317882568,1.397964,1.42037207,1.44278,1.644245,1.690888,1.782187,2.064809,2.008988,2.171979,2.11054,1.939943,2.054082,2.108438,1.237801,1.317882568,1.397964,1.42037207,1.44278,1.644245,1.690888,1.782187,2.064809,2.008988,2.171979,2.11054,1.939943,2.054082,2.108438,1.237801,1.317882568,1.397964,1.42037207,1.44278,1.644245,1.690888,1.782187,2.064809,2.008988,2.171979,2.11054,1.939943,2.054082,2.108438,1.237801,1.317882568,1.397964,1.42037207,1.44278,1.644245,1.690888,1.782187,2.064809,2.008988,2.171979,2.11054,1.939943,2.054082,2.108438,1.237801,1.317882568,1.397964,1.42037207,1.44278,1.644245,1.690888,1.782187,2.064809,2.008988,2.171979,2.11054,1.939943,2.054082,2.108438,1.237801,1.317882568,1.397964,1.42037207,1.44278,1.644245,1.690888,1.782187,2.064809,2.008988,2.171979,2.11054,1.939943,2.054082,2.108438,1.237801,1.317882568,1.397964,1.42037207,1.44278,1.644245,1.690888,1.782187,2.064809,2.008988,2.171979,2.11054,1.939943,2.054082,2.108438,1.237801,1.317882568,1.397964,1.42037207,1.44278,1.644245,1.690888,1.782187,2.064809,2.008988,2.171979,2.11054,1.939943,2.054082,2.108438,0.554172,0.586764038,0.619356,0.633846008,0.648336,0.710583,0.74789,0.782611,0.894712,0.934969,0.914433,0.942413,1.008135,1.010136,1.062478,0.554172,0.586764038,0.619356,0.633846008,0.648336,0.710583,0.74789,0.782611,0.894712,0.934969,0.914433,0.942413,1.008135,1.010136,1.062478,0.554172,0.586764038,0.619356,0.633846008,0.648336,0.710583,0.74789,0.782611,0.894712,0.934969,0.914433,0.942413,1.008135,1.010136,1.062478,0.554172,0.586764038,0.619356,0.633846008,0.648336,0.710583,0.74789,0.782611,0.894712,0.934969,0.914433,0.942413,1.008135,1.010136,1.062478,0.554172,0.586764038,0.619356,0.633846008,0.648336,0.710583,0.74789,0.782611,0.894712,0.934969,0.914433,0.942413,1.008135,1.010136,1.062478,0.554172,0.586764038,0.619356,0.633846008,0.648336,0.710583,0.74789,0.782611,0.894712,0.934969,0.914433,0.942413,1.008135,1.010136,1.062478,0.554172,0.586764038,0.619356,0.633846008,0.648336,0.710583,0.74789,0.782611,0.894712,0.934969,0.914433,0.942413,1.008135,1.010136,1.062478,0.554172,0.586764038,0.619356,0.633846008,0.648336,0.710583,0.74789,0.782611,0.894712,0.934969,0.914433,0.942413,1.008135,1.010136,1.062478,0.554172,0.586764038,0.619356,0.633846008,0.648336,0.710583,0.74789,0.782611,0.894712,0.934969,0.914433,0.942413,1.008135,1.010136,1.062478,0.554172,0.586764038,0.619356,0.633846008,0.648336,0.710583,0.74789,0.782611,0.894712,0.934969,0.914433,0.942413,1.008135,1.010136,1.062478,0.554172,0.586764038,0.619356,0.633846008,0.648336,0.710583,0.74789,0.782611,0.894712,0.934969,0.914433,0.942413,1.008135,1.010136,1.062478,0.554172,0.586764038,0.619356,0.633846008,0.648336,0.710583,0.74789,0.782611,0.894712,0.934969,0.914433,0.942413,1.008135,1.010136,1.062478,0.554172,0.586764038,0.619356,0.633846008,0.648336,0.710583,0.74789,0.782611,0.894712,0.934969,0.914433,0.942413,1.008135,1.010136,1.062478,0.554172,0.586764038,0.619356,0.633846008,0.648336,0.710583,0.74789,0.782611,0.894712,0.934969,0.914433,0.942413,1.008135,1.010136,1.062478,0.554172,0.586764038,0.619356,0.633846008,0.648336,0.710583,0.74789,0.782611,0.894712,0.934969,0.914433,0.942413,1.008135,1.010136,1.062478,0.554172,0.586764038,0.619356,0.633846008,0.648336,0.710583,0.74789,0.782611,0.894712,0.934969,0.914433,0.942413,1.008135,1.010136,1.062478,0.554172,0.586764038,0.619356,0.633846008,0.648336,0.710583,0.74789,0.782611,0.894712,0.934969,0.914433,0.942413,1.008135,1.010136,1.062478,0.554172,0.586764038,0.619356,0.633846008,0.648336,0.710583,0.74789,0.782611,0.894712,0.934969,0.914433,0.942413,1.008135,1.010136,1.062478,0.554172,0.586764038,0.619356,0.633846008,0.648336,0.710583,0.74789,0.782611,0.894712,0.934969,0.914433,0.942413,1.008135,1.010136,1.062478,0.554172,0.586764038,0.619356,0.633846008,0.648336,0.710583,0.74789,0.782611,0.894712,0.934969,0.914433,0.942413,1.008135,1.010136,1.062478,0.554172,0.586764038,0.619356,0.633846008,0.648336,0.710583,0.74789,0.782611,0.894712,0.934969,0.914433,0.942413,1.008135,1.010136,1.062478,0.554172,0.586764038,0.619356,0.633846008,0.648336,0.710583,0.74789,0.782611,0.894712,0.934969,0.914433,0.942413,1.008135,1.010136,1.062478,0.554172,0.586764038,0.619356,0.633846008,0.648336,0.710583,0.74789,0.782611,0.894712,0.934969,0.914433,0.942413,1.008135,1.010136,1.062478,0.554172,0.586764038,0.619356,0.633846008,0.648336,0.710583,0.74789,0.782611,0.894712,0.934969,0.914433,0.942413,1.008135,1.010136,1.062478,0.554172,0.586764038,0.619356,0.633846008,0.648336,0.710583,0.74789,0.782611,0.894712,0.934969,0.914433,0.942413,1.008135,1.010136,1.062478,0.554172,0.586764038,0.619356,0.633846008,0.648336,0.710583,0.74789,0.782611,0.894712,0.934969,0.914433,0.942413,1.008135,1.010136,1.062478,0.554172,0.586764038,0.619356,0.633846008,0.648336,0.710583,0.74789,0.782611,0.894712,0.934969,0.914433,0.942413,1.008135,1.010136,1.062478,0.554172,0.586764038,0.619356,0.633846008,0.648336,0.710583,0.74789,0.782611,0.894712,0.934969,0.914433,0.942413,1.008135,1.010136,1.062478,0.554172,0.586764038,0.619356,0.633846008,0.648336,0.710583,0.74789,0.782611,0.894712,0.934969,0.914433,0.942413,1.008135,1.010136,1.062478,0.554172,0.586764038,0.619356,0.633846008,0.648336,0.710583,0.74789,0.782611,0.894712,0.934969,0.914433,0.942413,1.008135,1.010136,1.062478,0.554172,0.586764038,0.619356,0.633846008,0.648336,0.710583,0.74789,0.782611,0.894712,0.934969,0.914433,0.942413,1.008135,1.010136,1.062478,0.554172,0.586764038,0.619356,0.633846008,0.648336,0.710583,0.74789,0.782611,0.894712,0.934969,0.914433,0.942413,1.008135,1.010136,1.062478,0.554172,0.586764038,0.619356,0.633846008,0.648336,0.710583,0.74789,0.782611,0.894712,0.934969,0.914433,0.942413,1.008135,1.010136,1.062478,0.554172,0.586764038,0.619356,0.633846008,0.648336,0.710583,0.74789,0.782611,0.894712,0.934969,0.914433,0.942413,1.008135,1.010136,1.062478,0.554172,0.586764038,0.619356,0.633846008,0.648336,0.710583,0.74789,0.782611,0.894712,0.934969,0.914433,0.942413,1.008135,1.010136,1.062478,0.554172,0.586764038,0.619356,0.633846008,0.648336,0.710583,0.74789,0.782611,0.894712,0.934969,0.914433,0.942413,1.008135,1.010136,1.062478,0.554172,0.586764038,0.619356,0.633846008,0.648336,0.710583,0.74789,0.782611,0.894712,0.934969,0.914433,0.942413,1.008135,1.010136,1.062478,0.554172,0.586764038,0.619356,0.633846008,0.648336,0.710583,0.74789,0.782611,0.894712,0.934969,0.914433,0.942413,1.008135,1.010136,1.062478,0.554172,0.586764038,0.619356,0.633846008,0.648336,0.710583,0.74789,0.782611,0.894712,0.934969,0.914433,0.942413,1.008135,1.010136,1.062478,0.554172,0.586764038,0.619356,0.633846008,0.648336,0.710583,0.74789,0.782611,0.894712,0.934969,0.914433,0.942413,1.008135,1.010136,1.062478,0.554172,0.586764038,0.619356,0.633846008,0.648336,0.710583,0.74789,0.782611,0.894712,0.934969,0.914433,0.942413,1.008135,1.010136,1.062478,0.554172,0.586764038,0.619356,0.633846008,0.648336,0.710583,0.74789,0.782611,0.894712,0.934969,0.914433,0.942413,1.008135,1.010136,1.062478,0.554172,0.586764038,0.619356,0.633846008,0.648336,0.710583,0.74789,0.782611,0.894712,0.934969,0.914433,0.942413,1.008135,1.010136,1.062478,0.554172,0.586764038,0.619356,0.633846008,0.648336,0.710583,0.74789,0.782611,0.894712,0.934969,0.914433,0.942413,1.008135,1.010136,1.062478,0.554172,0.586764038,0.619356,0.633846008,0.648336,0.710583,0.74789,0.782611,0.894712,0.934969,0.914433,0.942413,1.008135,1.010136,1.062478,0.554172,0.586764038,0.619356,0.633846008,0.648336,0.710583,0.74789,0.782611,0.894712,0.934969,0.914433,0.942413,1.008135,1.010136,1.062478,0.554172,0.586764038,0.619356,0.633846008,0.648336,0.710583,0.74789,0.782611,0.894712,0.934969,0.914433,0.942413,1.008135,1.010136,1.062478,0.554172,0.586764038,0.619356,0.633846008,0.648336,0.710583,0.74789,0.782611,0.894712,0.934969,0.914433,0.942413,1.008135,1.010136,1.062478,0.554172,0.586764038,0.619356,0.633846008,0.648336,0.710583,0.74789,0.782611,0.894712,0.934969,0.914433,0.942413,1.008135,1.010136,1.062478,0.554172,0.586764038,0.619356,0.633846008,0.648336,0.710583,0.74789,0.782611,0.894712,0.934969,0.914433,0.942413,1.008135,1.010136,1.062478,0.554172,0.586764038,0.619356,0.633846008,0.648336,0.710583,0.74789,0.782611,0.894712,0.934969,0.914433,0.942413,1.008135,1.010136,1.062478,0.554172,0.586764038,0.619356,0.633846008,0.648336,0.710583,0.74789,0.782611,0.894712,0.934969,0.914433,0.942413,1.008135,1.010136,1.062478,0.554172,0.586764038,0.619356,0.633846008,0.648336,0.710583,0.74789,0.782611,0.894712,0.934969,0.914433,0.942413,1.008135,1.010136,1.062478,0.554172,0.586764038,0.619356,0.633846008,0.648336,0.710583,0.74789,0.782611,0.894712,0.934969,0.914433,0.942413,1.008135,1.010136,1.062478,0.554172,0.586764038,0.619356,0.633846008,0.648336,0.710583,0.74789,0.782611,0.894712,0.934969,0.914433,0.942413,1.008135,1.010136,1.062478,0.554172,0.586764038,0.619356,0.633846008,0.648336,0.710583,0.74789,0.782611,0.894712,0.934969,0.914433,0.942413,1.008135,1.010136,1.062478,0.554172,0.586764038,0.619356,0.633846008,0.648336,0.710583,0.74789,0.782611,0.894712,0.934969,0.914433,0.942413,1.008135,1.010136,1.062478,0.554172,0.586764038,0.619356,0.633846008,0.648336,0.710583,0.74789,0.782611,0.894712,0.934969,0.914433,0.942413,1.008135,1.010136,1.062478,0.554172,0.586764038,0.619356,0.633846008,0.648336,0.710583,0.74789,0.782611,0.894712,0.934969,0.914433,0.942413,1.008135,1.010136,1.062478,0.554172,0.586764038,0.619356,0.633846008,0.648336,0.710583,0.74789,0.782611,0.894712,0.934969,0.914433,0.942413,1.008135,1.010136,1.062478,0.554172,0.586764038,0.619356,0.633846008,0.648336,0.710583,0.74789,0.782611,0.894712,0.934969,0.914433,0.942413,1.008135,1.010136,1.062478,0.554172,0.586764038,0.619356,0.633846008,0.648336,0.710583,0.74789,0.782611,0.894712,0.934969,0.914433,0.942413,1.008135,1.010136,1.062478,0.554172,0.586764038,0.619356,0.633846008,0.648336,0.710583,0.74789,0.782611,0.894712,0.934969,0.914433,0.942413,1.008135,1.010136,1.062478,0.554172,0.586764038,0.619356,0.633846008,0.648336,0.710583,0.74789,0.782611,0.894712,0.934969,0.914433,0.942413,1.008135,1.010136,1.062478,0.554172,0.586764038,0.619356,0.633846008,0.648336,0.710583,0.74789,0.782611,0.894712,0.934969,0.914433,0.942413,1.008135,1.010136,1.062478,0.554172,0.586764038,0.619356,0.633846008,0.648336,0.710583,0.74789,0.782611,0.894712,0.934969,0.914433,0.942413,1.008135,1.010136,1.062478,0.554172,0.586764038,0.619356,0.633846008,0.648336,0.710583,0.74789,0.782611,0.894712,0.934969,0.914433,0.942413,1.008135,1.010136,1.062478,0.554172,0.586764038,0.619356,0.633846008,0.648336,0.710583,0.74789,0.782611,0.894712,0.934969,0.914433,0.942413,1.008135,1.010136,1.062478,0.554172,0.586764038,0.619356,0.633846008,0.648336,0.710583,0.74789,0.782611,0.894712,0.934969,0.914433,0.942413,1.008135,1.010136,1.062478,0.554172,0.586764038,0.619356,0.633846008,0.648336,0.710583,0.74789,0.782611,0.894712,0.934969,0.914433,0.942413,1.008135,1.010136,1.062478,0.554172,0.586764038,0.619356,0.633846008,0.648336,0.710583,0.74789,0.782611,0.894712,0.934969,0.914433,0.942413,1.008135,1.010136,1.062478,0.554172,0.586764038,0.619356,0.633846008,0.648336,0.710583,0.74789,0.782611,0.894712,0.934969,0.914433,0.942413,1.008135,1.010136,1.062478,0.554172,0.586764038,0.619356,0.633846008,0.648336,0.710583,0.74789,0.782611,0.894712,0.934969,0.914433,0.942413,1.008135,1.010136,1.062478,0.554172,0.586764038,0.619356,0.633846008,0.648336,0.710583,0.74789,0.782611,0.894712,0.934969,0.914433,0.942413,1.008135,1.010136,1.062478,0.554172,0.586764038,0.619356,0.633846008,0.648336,0.710583,0.74789,0.782611,0.894712,0.934969,0.914433,0.942413,1.008135,1.010136,1.062478,0.554172,0.586764038,0.619356,0.633846008,0.648336,0.710583,0.74789,0.782611,0.894712,0.934969,0.914433,0.942413,1.008135,1.010136,1.062478,0.554172,0.586764038,0.619356,0.633846008,0.648336,0.710583,0.74789,0.782611,0.894712,0.934969,0.914433,0.942413,1.008135,1.010136,1.062478,0.554172,0.586764038,0.619356,0.633846008,0.648336,0.710583,0.74789,0.782611,0.894712,0.934969,0.914433,0.942413,1.008135,1.010136,1.062478,0.554172,0.586764038,0.619356,0.633846008,0.648336,0.710583,0.74789,0.782611,0.894712,0.934969,0.914433,0.942413,1.008135,1.010136,1.062478,0.554172,0.586764038,0.619356,0.633846008,0.648336,0.710583,0.74789,0.782611,0.894712,0.934969,0.914433,0.942413,1.008135,1.010136,1.062478,0.554172,0.586764038,0.619356,0.633846008,0.648336,0.710583,0.74789,0.782611,0.894712,0.934969,0.914433,0.942413,1.008135,1.010136,1.062478,0.554172,0.586764038,0.619356,0.633846008,0.648336,0.710583,0.74789,0.782611,0.894712,0.934969,0.914433,0.942413,1.008135,1.010136,1.062478,0.554172,0.586764038,0.619356,0.633846008,0.648336,0.710583,0.74789,0.782611,0.894712,0.934969,0.914433,0.942413,1.008135,1.010136,1.062478,0.554172,0.586764038,0.619356,0.633846008,0.648336,0.710583,0.74789,0.782611,0.894712,0.934969,0.914433,0.942413,1.008135,1.010136,1.062478,0.554172,0.586764038,0.619356,0.633846008,0.648336,0.710583,0.74789,0.782611,0.894712,0.934969,0.914433,0.942413,1.008135,1.010136,1.062478,0.554172,0.586764038,0.619356,0.633846008,0.648336,0.710583,0.74789,0.782611,0.894712,0.934969,0.914433,0.942413,1.008135,1.010136,1.062478,0.554172,0.586764038,0.619356,0.633846008,0.648336,0.710583,0.74789,0.782611,0.894712,0.934969,0.914433,0.942413,1.008135,1.010136,1.062478,0.554172,0.586764038,0.619356,0.633846008,0.648336,0.710583,0.74789,0.782611,0.894712,0.934969,0.914433,0.942413,1.008135,1.010136,1.062478,0.554172,0.586764038,0.619356,0.633846008,0.648336,0.710583,0.74789,0.782611,0.894712,0.934969,0.914433,0.942413,1.008135,1.010136,1.062478,0.554172,0.586764038,0.619356,0.633846008,0.648336,0.710583,0.74789,0.782611,0.894712,0.934969,0.914433,0.942413,1.008135,1.010136,1.062478,0.554172,0.586764038,0.619356,0.633846008,0.648336,0.710583,0.74789,0.782611,0.894712,0.934969,0.914433,0.942413,1.008135,1.010136,1.062478,0.554172,0.586764038,0.619356,0.633846008,0.648336,0.710583,0.74789,0.782611,0.894712,0.934969,0.914433,0.942413,1.008135,1.010136,1.062478,0.554172,0.586764038,0.619356,0.633846008,0.648336,0.710583,0.74789,0.782611,0.894712,0.934969,0.914433,0.942413,1.008135,1.010136,1.062478,0.554172,0.586764038,0.619356,0.633846008,0.648336,0.710583,0.74789,0.782611,0.894712,0.934969,0.914433,0.942413,1.008135,1.010136,1.062478,0.554172,0.586764038,0.619356,0.633846008,0.648336,0.710583,0.74789,0.782611,0.894712,0.934969,0.914433,0.942413,1.008135,1.010136,1.062478,0.554172,0.586764038,0.619356,0.633846008,0.648336,0.710583,0.74789,0.782611,0.894712,0.934969,0.914433,0.942413,1.008135,1.010136,1.062478,0.554172,0.586764038,0.619356,0.633846008,0.648336,0.710583,0.74789,0.782611,0.894712,0.934969,0.914433,0.942413,1.008135,1.010136,1.062478,0.554172,0.586764038,0.619356,0.633846008,0.648336,0.710583,0.74789,0.782611,0.894712,0.934969,0.914433,0.942413,1.008135,1.010136,1.062478,0.554172,0.586764038,0.619356,0.633846008,0.648336,0.710583,0.74789,0.782611,0.894712,0.934969,0.914433,0.942413,1.008135,1.010136,1.062478,0.605064,0.635865479,0.666667,0.717384033,0.768101,0.822792,0.882494,0.92282,1.0145,1.058596,1.108156,1.104697,1.101955,1.165437,1.134553,0.605064,0.635865479,0.666667,0.717384033,0.768101,0.822792,0.882494,0.92282,1.0145,1.058596,1.108156,1.104697,1.101955,1.165437,1.134553,0.605064,0.635865479,0.666667,0.717384033,0.768101,0.822792,0.882494,0.92282,1.0145,1.058596,1.108156,1.104697,1.101955,1.165437,1.134553,0.605064,0.635865479,0.666667,0.717384033,0.768101,0.822792,0.882494,0.92282,1.0145,1.058596,1.108156,1.104697,1.101955,1.165437,1.134553,0.605064,0.635865479,0.666667,0.717384033,0.768101,0.822792,0.882494,0.92282,1.0145,1.058596,1.108156,1.104697,1.101955,1.165437,1.134553,0.605064,0.635865479,0.666667,0.717384033,0.768101,0.822792,0.882494,0.92282,1.0145,1.058596,1.108156,1.104697,1.101955,1.165437,1.134553,0.605064,0.635865479,0.666667,0.717384033,0.768101,0.822792,0.882494,0.92282,1.0145,1.058596,1.108156,1.104697,1.101955,1.165437,1.134553,0.605064,0.635865479,0.666667,0.717384033,0.768101,0.822792,0.882494,0.92282,1.0145,1.058596,1.108156,1.104697,1.101955,1.165437,1.134553,0.605064,0.635865479,0.666667,0.717384033,0.768101,0.822792,0.882494,0.92282,1.0145,1.058596,1.108156,1.104697,1.101955,1.165437,1.134553,0.605064,0.635865479,0.666667,0.717384033,0.768101,0.822792,0.882494,0.92282,1.0145,1.058596,1.108156,1.104697,1.101955,1.165437,1.134553,0.605064,0.635865479,0.666667,0.717384033,0.768101,0.822792,0.882494,0.92282,1.0145,1.058596,1.108156,1.104697,1.101955,1.165437,1.134553,0.605064,0.635865479,0.666667,0.717384033,0.768101,0.822792,0.882494,0.92282,1.0145,1.058596,1.108156,1.104697,1.101955,1.165437,1.134553,0.605064,0.635865479,0.666667,0.717384033,0.768101,0.822792,0.882494,0.92282,1.0145,1.058596,1.108156,1.104697,1.101955,1.165437,1.134553,0.605064,0.635865479,0.666667,0.717384033,0.768101,0.822792,0.882494,0.92282,1.0145,1.058596,1.108156,1.104697,1.101955,1.165437,1.134553,0.605064,0.635865479,0.666667,0.717384033,0.768101,0.822792,0.882494,0.92282,1.0145,1.058596,1.108156,1.104697,1.101955,1.165437,1.134553,0.605064,0.635865479,0.666667,0.717384033,0.768101,0.822792,0.882494,0.92282,1.0145,1.058596,1.108156,1.104697,1.101955,1.165437,1.134553,0.605064,0.635865479,0.666667,0.717384033,0.768101,0.822792,0.882494,0.92282,1.0145,1.058596,1.108156,1.104697,1.101955,1.165437,1.134553,0.605064,0.635865479,0.666667,0.717384033,0.768101,0.822792,0.882494,0.92282,1.0145,1.058596,1.108156,1.104697,1.101955,1.165437,1.134553,0.605064,0.635865479,0.666667,0.717384033,0.768101,0.822792,0.882494,0.92282,1.0145,1.058596,1.108156,1.104697,1.101955,1.165437,1.134553,0.605064,0.635865479,0.666667,0.717384033,0.768101,0.822792,0.882494,0.92282,1.0145,1.058596,1.108156,1.104697,1.101955,1.165437,1.134553,0.605064,0.635865479,0.666667,0.717384033,0.768101,0.822792,0.882494,0.92282,1.0145,1.058596,1.108156,1.104697,1.101955,1.165437,1.134553,0.605064,0.635865479,0.666667,0.717384033,0.768101,0.822792,0.882494,0.92282,1.0145,1.058596,1.108156,1.104697,1.101955,1.165437,1.134553,0.605064,0.635865479,0.666667,0.717384033,0.768101,0.822792,0.882494,0.92282,1.0145,1.058596,1.108156,1.104697,1.101955,1.165437,1.134553,0.605064,0.635865479,0.666667,0.717384033,0.768101,0.822792,0.882494,0.92282,1.0145,1.058596,1.108156,1.104697,1.101955,1.165437,1.134553,0.605064,0.635865479,0.666667,0.717384033,0.768101,0.822792,0.882494,0.92282,1.0145,1.058596,1.108156,1.104697,1.101955,1.165437,1.134553,0.605064,0.635865479,0.666667,0.717384033,0.768101,0.822792,0.882494,0.92282,1.0145,1.058596,1.108156,1.104697,1.101955,1.165437,1.134553,0.605064,0.635865479,0.666667,0.717384033,0.768101,0.822792,0.882494,0.92282,1.0145,1.058596,1.108156,1.104697,1.101955,1.165437,1.134553,0.605064,0.635865479,0.666667,0.717384033,0.768101,0.822792,0.882494,0.92282,1.0145,1.058596,1.108156,1.104697,1.101955,1.165437,1.134553,0.605064,0.635865479,0.666667,0.717384033,0.768101,0.822792,0.882494,0.92282,1.0145,1.058596,1.108156,1.104697,1.101955,1.165437,1.134553,0.605064,0.635865479,0.666667,0.717384033,0.768101,0.822792,0.882494,0.92282,1.0145,1.058596,1.108156,1.104697,1.101955,1.165437,1.134553,0.605064,0.635865479,0.666667,0.717384033,0.768101,0.822792,0.882494,0.92282,1.0145,1.058596,1.108156,1.104697,1.101955,1.165437,1.134553,0.605064,0.635865479,0.666667,0.717384033,0.768101,0.822792,0.882494,0.92282,1.0145,1.058596,1.108156,1.104697,1.101955,1.165437,1.134553,0.605064,0.635865479,0.666667,0.717384033,0.768101,0.822792,0.882494,0.92282,1.0145,1.058596,1.108156,1.104697,1.101955,1.165437,1.134553,0.605064,0.635865479,0.666667,0.717384033,0.768101,0.822792,0.882494,0.92282,1.0145,1.058596,1.108156,1.104697,1.101955,1.165437,1.134553,0.605064,0.635865479,0.666667,0.717384033,0.768101,0.822792,0.882494,0.92282,1.0145,1.058596,1.108156,1.104697,1.101955,1.165437,1.134553,0.605064,0.635865479,0.666667,0.717384033,0.768101,0.822792,0.882494,0.92282,1.0145,1.058596,1.108156,1.104697,1.101955,1.165437,1.134553,0.605064,0.635865479,0.666667,0.717384033,0.768101,0.822792,0.882494,0.92282,1.0145,1.058596,1.108156,1.104697,1.101955,1.165437,1.134553,0.605064,0.635865479,0.666667,0.717384033,0.768101,0.822792,0.882494,0.92282,1.0145,1.058596,1.108156,1.104697,1.101955,1.165437,1.134553,0.605064,0.635865479,0.666667,0.717384033,0.768101,0.822792,0.882494,0.92282,1.0145,1.058596,1.108156,1.104697,1.101955,1.165437,1.134553,0.605064,0.635865479,0.666667,0.717384033,0.768101,0.822792,0.882494,0.92282,1.0145,1.058596,1.108156,1.104697,1.101955,1.165437,1.134553,0.605064,0.635865479,0.666667,0.717384033,0.768101,0.822792,0.882494,0.92282,1.0145,1.058596,1.108156,1.104697,1.101955,1.165437,1.134553,0.605064,0.635865479,0.666667,0.717384033,0.768101,0.822792,0.882494,0.92282,1.0145,1.058596,1.108156,1.104697,1.101955,1.165437,1.134553,0.605064,0.635865479,0.666667,0.717384033,0.768101,0.822792,0.882494,0.92282,1.0145,1.058596,1.108156,1.104697,1.101955,1.165437,1.134553,0.605064,0.635865479,0.666667,0.717384033,0.768101,0.822792,0.882494,0.92282,1.0145,1.058596,1.108156,1.104697,1.101955,1.165437,1.134553,0.605064,0.635865479,0.666667,0.717384033,0.768101,0.822792,0.882494,0.92282,1.0145,1.058596,1.108156,1.104697,1.101955,1.165437,1.134553,0.605064,0.635865479,0.666667,0.717384033,0.768101,0.822792,0.882494,0.92282,1.0145,1.058596,1.108156,1.104697,1.101955,1.165437,1.134553,0.605064,0.635865479,0.666667,0.717384033,0.768101,0.822792,0.882494,0.92282,1.0145,1.058596,1.108156,1.104697,1.101955,1.165437,1.134553,0.605064,0.635865479,0.666667,0.717384033,0.768101,0.822792,0.882494,0.92282,1.0145,1.058596,1.108156,1.104697,1.101955,1.165437,1.134553,0.605064,0.635865479,0.666667,0.717384033,0.768101,0.822792,0.882494,0.92282,1.0145,1.058596,1.108156,1.104697,1.101955,1.165437,1.134553,0.605064,0.635865479,0.666667,0.717384033,0.768101,0.822792,0.882494,0.92282,1.0145,1.058596,1.108156,1.104697,1.101955,1.165437,1.134553,0.605064,0.635865479,0.666667,0.717384033,0.768101,0.822792,0.882494,0.92282,1.0145,1.058596,1.108156,1.104697,1.101955,1.165437,1.134553,0.605064,0.635865479,0.666667,0.717384033,0.768101,0.822792,0.882494,0.92282,1.0145,1.058596,1.108156,1.104697,1.101955,1.165437,1.134553,0.605064,0.635865479,0.666667,0.717384033,0.768101,0.822792,0.882494,0.92282,1.0145,1.058596,1.108156,1.104697,1.101955,1.165437,1.134553,0.605064,0.635865479,0.666667,0.717384033,0.768101,0.822792,0.882494,0.92282,1.0145,1.058596,1.108156,1.104697,1.101955,1.165437,1.134553,0.605064,0.635865479,0.666667,0.717384033,0.768101,0.822792,0.882494,0.92282,1.0145,1.058596,1.108156,1.104697,1.101955,1.165437,1.134553,0.605064,0.635865479,0.666667,0.717384033,0.768101,0.822792,0.882494,0.92282,1.0145,1.058596,1.108156,1.104697,1.101955,1.165437,1.134553,0.605064,0.635865479,0.666667,0.717384033,0.768101,0.822792,0.882494,0.92282,1.0145,1.058596,1.108156,1.104697,1.101955,1.165437,1.134553,0.605064,0.635865479,0.666667,0.717384033,0.768101,0.822792,0.882494,0.92282,1.0145,1.058596,1.108156,1.104697,1.101955,1.165437,1.134553,0.605064,0.635865479,0.666667,0.717384033,0.768101,0.822792,0.882494,0.92282,1.0145,1.058596,1.108156,1.104697,1.101955,1.165437,1.134553,0.605064,0.635865479,0.666667,0.717384033,0.768101,0.822792,0.882494,0.92282,1.0145,1.058596,1.108156,1.104697,1.101955,1.165437,1.134553,0.605064,0.635865479,0.666667,0.717384033,0.768101,0.822792,0.882494,0.92282,1.0145,1.058596,1.108156,1.104697,1.101955,1.165437,1.134553,0.605064,0.635865479,0.666667,0.717384033,0.768101,0.822792,0.882494,0.92282,1.0145,1.058596,1.108156,1.104697,1.101955,1.165437,1.134553,0.605064,0.635865479,0.666667,0.717384033,0.768101,0.822792,0.882494,0.92282,1.0145,1.058596,1.108156,1.104697,1.101955,1.165437,1.134553,0.605064,0.635865479,0.666667,0.717384033,0.768101,0.822792,0.882494,0.92282,1.0145,1.058596,1.108156,1.104697,1.101955,1.165437,1.134553,0.605064,0.635865479,0.666667,0.717384033,0.768101,0.822792,0.882494,0.92282,1.0145,1.058596,1.108156,1.104697,1.101955,1.165437,1.134553,0.605064,0.635865479,0.666667,0.717384033,0.768101,0.822792,0.882494,0.92282,1.0145,1.058596,1.108156,1.104697,1.101955,1.165437,1.134553,0.605064,0.635865479,0.666667,0.717384033,0.768101,0.822792,0.882494,0.92282,1.0145,1.058596,1.108156,1.104697,1.101955,1.165437,1.134553,0.605064,0.635865479,0.666667,0.717384033,0.768101,0.822792,0.882494,0.92282,1.0145,1.058596,1.108156,1.104697,1.101955,1.165437,1.134553,0.605064,0.635865479,0.666667,0.717384033,0.768101,0.822792,0.882494,0.92282,1.0145,1.058596,1.108156,1.104697,1.101955,1.165437,1.134553,0.605064,0.635865479,0.666667,0.717384033,0.768101,0.822792,0.882494,0.92282,1.0145,1.058596,1.108156,1.104697,1.101955,1.165437,1.134553,0.605064,0.635865479,0.666667,0.717384033,0.768101,0.822792,0.882494,0.92282,1.0145,1.058596,1.108156,1.104697,1.101955,1.165437,1.134553,0.605064,0.635865479,0.666667,0.717384033,0.768101,0.822792,0.882494,0.92282,1.0145,1.058596,1.108156,1.104697,1.101955,1.165437,1.134553,0.605064,0.635865479,0.666667,0.717384033,0.768101,0.822792,0.882494,0.92282,1.0145,1.058596,1.108156,1.104697,1.101955,1.165437,1.134553,0.605064,0.635865479,0.666667,0.717384033,0.768101,0.822792,0.882494,0.92282,1.0145,1.058596,1.108156,1.104697,1.101955,1.165437,1.134553,0.605064,0.635865479,0.666667,0.717384033,0.768101,0.822792,0.882494,0.92282,1.0145,1.058596,1.108156,1.104697,1.101955,1.165437,1.134553,0.605064,0.635865479,0.666667,0.717384033,0.768101,0.822792,0.882494,0.92282,1.0145,1.058596,1.108156,1.104697,1.101955,1.165437,1.134553,0.605064,0.635865479,0.666667,0.717384033,0.768101,0.822792,0.882494,0.92282,1.0145,1.058596,1.108156,1.104697,1.101955,1.165437,1.134553,0.605064,0.635865479,0.666667,0.717384033,0.768101,0.822792,0.882494,0.92282,1.0145,1.058596,1.108156,1.104697,1.101955,1.165437,1.134553,0.605064,0.635865479,0.666667,0.717384033,0.768101,0.822792,0.882494,0.92282,1.0145,1.058596,1.108156,1.104697,1.101955,1.165437,1.134553,0.605064,0.635865479,0.666667,0.717384033,0.768101,0.822792,0.882494,0.92282,1.0145,1.058596,1.108156,1.104697,1.101955,1.165437,1.134553,0.605064,0.635865479,0.666667,0.717384033,0.768101,0.822792,0.882494,0.92282,1.0145,1.058596,1.108156,1.104697,1.101955,1.165437,1.134553,0.605064,0.635865479,0.666667,0.717384033,0.768101,0.822792,0.882494,0.92282,1.0145,1.058596,1.108156,1.104697,1.101955,1.165437,1.134553,0.605064,0.635865479,0.666667,0.717384033,0.768101,0.822792,0.882494,0.92282,1.0145,1.058596,1.108156,1.104697,1.101955,1.165437,1.134553,0.605064,0.635865479,0.666667,0.717384033,0.768101,0.822792,0.882494,0.92282,1.0145,1.058596,1.108156,1.104697,1.101955,1.165437,1.134553,0.605064,0.635865479,0.666667,0.717384033,0.768101,0.822792,0.882494,0.92282,1.0145,1.058596,1.108156,1.104697,1.101955,1.165437,1.134553,0.605064,0.635865479,0.666667,0.717384033,0.768101,0.822792,0.882494,0.92282,1.0145,1.058596,1.108156,1.104697,1.101955,1.165437,1.134553,0.605064,0.635865479,0.666667,0.717384033,0.768101,0.822792,0.882494,0.92282,1.0145,1.058596,1.108156,1.104697,1.101955,1.165437,1.134553,0.605064,0.635865479,0.666667,0.717384033,0.768101,0.822792,0.882494,0.92282,1.0145,1.058596,1.108156,1.104697,1.101955,1.165437,1.134553,0.605064,0.635865479,0.666667,0.717384033,0.768101,0.822792,0.882494,0.92282,1.0145,1.058596,1.108156,1.104697,1.101955,1.165437,1.134553,0.605064,0.635865479,0.666667,0.717384033,0.768101,0.822792,0.882494,0.92282,1.0145,1.058596,1.108156,1.104697,1.101955,1.165437,1.134553,0.605064,0.635865479,0.666667,0.717384033,0.768101,0.822792,0.882494,0.92282,1.0145,1.058596,1.108156,1.104697,1.101955,1.165437,1.134553,0.605064,0.635865479,0.666667,0.717384033,0.768101,0.822792,0.882494,0.92282,1.0145,1.058596,1.108156,1.104697,1.101955,1.165437,1.134553,0.605064,0.635865479,0.666667,0.717384033,0.768101,0.822792,0.882494,0.92282,1.0145,1.058596,1.108156,1.104697,1.101955,1.165437,1.134553,0.605064,0.635865479,0.666667,0.717384033,0.768101,0.822792,0.882494,0.92282,1.0145,1.058596,1.108156,1.104697,1.101955,1.165437,1.134553,0.605064,0.635865479,0.666667,0.717384033,0.768101,0.822792,0.882494,0.92282,1.0145,1.058596,1.108156,1.104697,1.101955,1.165437,1.134553,0.605064,0.635865479,0.666667,0.717384033,0.768101,0.822792,0.882494,0.92282,1.0145,1.058596,1.108156,1.104697,1.101955,1.165437,1.134553,0.605064,0.635865479,0.666667,0.717384033,0.768101,0.822792,0.882494,0.92282,1.0145,1.058596,1.108156,1.104697,1.101955,1.165437,1.134553,0.605064,0.635865479,0.666667,0.717384033,0.768101,0.822792,0.882494,0.92282,1.0145,1.058596,1.108156,1.104697,1.101955,1.165437,1.134553,0.605064,0.635865479,0.666667,0.717384033,0.768101,0.822792,0.882494,0.92282,1.0145,1.058596,1.108156,1.104697,1.101955,1.165437,1.134553,0.605064,0.635865479,0.666667,0.717384033,0.768101,0.822792,0.882494,0.92282,1.0145,1.058596,1.108156,1.104697,1.101955,1.165437,1.134553,0.605064,0.635865479,0.666667,0.717384033,0.768101,0.822792,0.882494,0.92282,1.0145,1.058596,1.108156,1.104697,1.101955,1.165437,1.134553,0.605064,0.635865479,0.666667,0.717384033,0.768101,0.822792,0.882494,0.92282,1.0145,1.058596,1.108156,1.104697,1.101955,1.165437,1.134553,0.605064,0.635865479,0.666667,0.717384033,0.768101,0.822792,0.882494,0.92282,1.0145,1.058596,1.108156,1.104697,1.101955,1.165437,1.134553,0.605064,0.635865479,0.666667,0.717384033,0.768101,0.822792,0.882494,0.92282,1.0145,1.058596,1.108156,1.104697,1.101955,1.165437,1.134553,0.605064,0.635865479,0.666667,0.717384033,0.768101,0.822792,0.882494,0.92282,1.0145,1.058596,1.108156,1.104697,1.101955,1.165437,1.134553,0.745577,0.777086548,0.808596,0.85218103,0.895766,0.931251,1.01388,1.017719,1.276354,1.299052,1.252888,1.195857,1.213801,1.212149,1.211587,0.745577,0.777086548,0.808596,0.85218103,0.895766,0.931251,1.01388,1.017719,1.276354,1.299052,1.252888,1.195857,1.213801,1.212149,1.211587,0.745577,0.777086548,0.808596,0.85218103,0.895766,0.931251,1.01388,1.017719,1.276354,1.299052,1.252888,1.195857,1.213801,1.212149,1.211587,0.745577,0.777086548,0.808596,0.85218103,0.895766,0.931251,1.01388,1.017719,1.276354,1.299052,1.252888,1.195857,1.213801,1.212149,1.211587,0.745577,0.777086548,0.808596,0.85218103,0.895766,0.931251,1.01388,1.017719,1.276354,1.299052,1.252888,1.195857,1.213801,1.212149,1.211587,0.745577,0.777086548,0.808596,0.85218103,0.895766,0.931251,1.01388,1.017719,1.276354,1.299052,1.252888,1.195857,1.213801,1.212149,1.211587,0.745577,0.777086548,0.808596,0.85218103,0.895766,0.931251,1.01388,1.017719,1.276354,1.299052,1.252888,1.195857,1.213801,1.212149,1.211587,0.745577,0.777086548,0.808596,0.85218103,0.895766,0.931251,1.01388,1.017719,1.276354,1.299052,1.252888,1.195857,1.213801,1.212149,1.211587,0.745577,0.777086548,0.808596,0.85218103,0.895766,0.931251,1.01388,1.017719,1.276354,1.299052,1.252888,1.195857,1.213801,1.212149,1.211587,0.745577,0.777086548,0.808596,0.85218103,0.895766,0.931251,1.01388,1.017719,1.276354,1.299052,1.252888,1.195857,1.213801,1.212149,1.211587,0.745577,0.777086548,0.808596,0.85218103,0.895766,0.931251,1.01388,1.017719,1.276354,1.299052,1.252888,1.195857,1.213801,1.212149,1.211587,0.745577,0.777086548,0.808596,0.85218103,0.895766,0.931251,1.01388,1.017719,1.276354,1.299052,1.252888,1.195857,1.213801,1.212149,1.211587,0.745577,0.777086548,0.808596,0.85218103,0.895766,0.931251,1.01388,1.017719,1.276354,1.299052,1.252888,1.195857,1.213801,1.212149,1.211587,0.745577,0.777086548,0.808596,0.85218103,0.895766,0.931251,1.01388,1.017719,1.276354,1.299052,1.252888,1.195857,1.213801,1.212149,1.211587,0.745577,0.777086548,0.808596,0.85218103,0.895766,0.931251,1.01388,1.017719,1.276354,1.299052,1.252888,1.195857,1.213801,1.212149,1.211587,0.745577,0.777086548,0.808596,0.85218103,0.895766,0.931251,1.01388,1.017719,1.276354,1.299052,1.252888,1.195857,1.213801,1.212149,1.211587,0.745577,0.777086548,0.808596,0.85218103,0.895766,0.931251,1.01388,1.017719,1.276354,1.299052,1.252888,1.195857,1.213801,1.212149,1.211587,0.745577,0.777086548,0.808596,0.85218103,0.895766,0.931251,1.01388,1.017719,1.276354,1.299052,1.252888,1.195857,1.213801,1.212149,1.211587,0.745577,0.777086548,0.808596,0.85218103,0.895766,0.931251,1.01388,1.017719,1.276354,1.299052,1.252888,1.195857,1.213801,1.212149,1.211587,0.745577,0.777086548,0.808596,0.85218103,0.895766,0.931251,1.01388,1.017719,1.276354,1.299052,1.252888,1.195857,1.213801,1.212149,1.211587,0.745577,0.777086548,0.808596,0.85218103,0.895766,0.931251,1.01388,1.017719,1.276354,1.299052,1.252888,1.195857,1.213801,1.212149,1.211587,0.745577,0.777086548,0.808596,0.85218103,0.895766,0.931251,1.01388,1.017719,1.276354,1.299052,1.252888,1.195857,1.213801,1.212149,1.211587,0.745577,0.777086548,0.808596,0.85218103,0.895766,0.931251,1.01388,1.017719,1.276354,1.299052,1.252888,1.195857,1.213801,1.212149,1.211587,0.745577,0.777086548,0.808596,0.85218103,0.895766,0.931251,1.01388,1.017719,1.276354,1.299052,1.252888,1.195857,1.213801,1.212149,1.211587,0.745577,0.777086548,0.808596,0.85218103,0.895766,0.931251,1.01388,1.017719,1.276354,1.299052,1.252888,1.195857,1.213801,1.212149,1.211587,0.745577,0.777086548,0.808596,0.85218103,0.895766,0.931251,1.01388,1.017719,1.276354,1.299052,1.252888,1.195857,1.213801,1.212149,1.211587,0.745577,0.777086548,0.808596,0.85218103,0.895766,0.931251,1.01388,1.017719,1.276354,1.299052,1.252888,1.195857,1.213801,1.212149,1.211587,0.745577,0.777086548,0.808596,0.85218103,0.895766,0.931251,1.01388,1.017719,1.276354,1.299052,1.252888,1.195857,1.213801,1.212149,1.211587,0.745577,0.777086548,0.808596,0.85218103,0.895766,0.931251,1.01388,1.017719,1.276354,1.299052,1.252888,1.195857,1.213801,1.212149,1.211587,0.745577,0.777086548,0.808596,0.85218103,0.895766,0.931251,1.01388,1.017719,1.276354,1.299052,1.252888,1.195857,1.213801,1.212149,1.211587,0.745577,0.777086548,0.808596,0.85218103,0.895766,0.931251,1.01388,1.017719,1.276354,1.299052,1.252888,1.195857,1.213801,1.212149,1.211587,0.745577,0.777086548,0.808596,0.85218103,0.895766,0.931251,1.01388,1.017719,1.276354,1.299052,1.252888,1.195857,1.213801,1.212149,1.211587,0.745577,0.777086548,0.808596,0.85218103,0.895766,0.931251,1.01388,1.017719,1.276354,1.299052,1.252888,1.195857,1.213801,1.212149,1.211587,0.745577,0.777086548,0.808596,0.85218103,0.895766,0.931251,1.01388,1.017719,1.276354,1.299052,1.252888,1.195857,1.213801,1.212149,1.211587,0.745577,0.777086548,0.808596,0.85218103,0.895766,0.931251,1.01388,1.017719,1.276354,1.299052,1.252888,1.195857,1.213801,1.212149,1.211587,0.745577,0.777086548,0.808596,0.85218103,0.895766,0.931251,1.01388,1.017719,1.276354,1.299052,1.252888,1.195857,1.213801,1.212149,1.211587,0.745577,0.777086548,0.808596,0.85218103,0.895766,0.931251,1.01388,1.017719,1.276354,1.299052,1.252888,1.195857,1.213801,1.212149,1.211587,0.745577,0.777086548,0.808596,0.85218103,0.895766,0.931251,1.01388,1.017719,1.276354,1.299052,1.252888,1.195857,1.213801,1.212149,1.211587,0.745577,0.777086548,0.808596,0.85218103,0.895766,0.931251,1.01388,1.017719,1.276354,1.299052,1.252888,1.195857,1.213801,1.212149,1.211587,0.745577,0.777086548,0.808596,0.85218103,0.895766,0.931251,1.01388,1.017719,1.276354,1.299052,1.252888,1.195857,1.213801,1.212149,1.211587,0.745577,0.777086548,0.808596,0.85218103,0.895766,0.931251,1.01388,1.017719,1.276354,1.299052,1.252888,1.195857,1.213801,1.212149,1.211587,0.745577,0.777086548,0.808596,0.85218103,0.895766,0.931251,1.01388,1.017719,1.276354,1.299052,1.252888,1.195857,1.213801,1.212149,1.211587,0.745577,0.777086548,0.808596,0.85218103,0.895766,0.931251,1.01388,1.017719,1.276354,1.299052,1.252888,1.195857,1.213801,1.212149,1.211587,0.745577,0.777086548,0.808596,0.85218103,0.895766,0.931251,1.01388,1.017719,1.276354,1.299052,1.252888,1.195857,1.213801,1.212149,1.211587,0.745577,0.777086548,0.808596,0.85218103,0.895766,0.931251,1.01388,1.017719,1.276354,1.299052,1.252888,1.195857,1.213801,1.212149,1.211587,0.745577,0.777086548,0.808596,0.85218103,0.895766,0.931251,1.01388,1.017719,1.276354,1.299052,1.252888,1.195857,1.213801,1.212149,1.211587,0.745577,0.777086548,0.808596,0.85218103,0.895766,0.931251,1.01388,1.017719,1.276354,1.299052,1.252888,1.195857,1.213801,1.212149,1.211587,0.745577,0.777086548,0.808596,0.85218103,0.895766,0.931251,1.01388,1.017719,1.276354,1.299052,1.252888,1.195857,1.213801,1.212149,1.211587,0.745577,0.777086548,0.808596,0.85218103,0.895766,0.931251,1.01388,1.017719,1.276354,1.299052,1.252888,1.195857,1.213801,1.212149,1.211587,0.745577,0.777086548,0.808596,0.85218103,0.895766,0.931251,1.01388,1.017719,1.276354,1.299052,1.252888,1.195857,1.213801,1.212149,1.211587,0.745577,0.777086548,0.808596,0.85218103,0.895766,0.931251,1.01388,1.017719,1.276354,1.299052,1.252888,1.195857,1.213801,1.212149,1.211587,0.745577,0.777086548,0.808596,0.85218103,0.895766,0.931251,1.01388,1.017719,1.276354,1.299052,1.252888,1.195857,1.213801,1.212149,1.211587,0.745577,0.777086548,0.808596,0.85218103,0.895766,0.931251,1.01388,1.017719,1.276354,1.299052,1.252888,1.195857,1.213801,1.212149,1.211587,0.745577,0.777086548,0.808596,0.85218103,0.895766,0.931251,1.01388,1.017719,1.276354,1.299052,1.252888,1.195857,1.213801,1.212149,1.211587,0.745577,0.777086548,0.808596,0.85218103,0.895766,0.931251,1.01388,1.017719,1.276354,1.299052,1.252888,1.195857,1.213801,1.212149,1.211587,0.745577,0.777086548,0.808596,0.85218103,0.895766,0.931251,1.01388,1.017719,1.276354,1.299052,1.252888,1.195857,1.213801,1.212149,1.211587,0.745577,0.777086548,0.808596,0.85218103,0.895766,0.931251,1.01388,1.017719,1.276354,1.299052,1.252888,1.195857,1.213801,1.212149,1.211587,0.745577,0.777086548,0.808596,0.85218103,0.895766,0.931251,1.01388,1.017719,1.276354,1.299052,1.252888,1.195857,1.213801,1.212149,1.211587,0.745577,0.777086548,0.808596,0.85218103,0.895766,0.931251,1.01388,1.017719,1.276354,1.299052,1.252888,1.195857,1.213801,1.212149,1.211587,0.745577,0.777086548,0.808596,0.85218103,0.895766,0.931251,1.01388,1.017719,1.276354,1.299052,1.252888,1.195857,1.213801,1.212149,1.211587,0.745577,0.777086548,0.808596,0.85218103,0.895766,0.931251,1.01388,1.017719,1.276354,1.299052,1.252888,1.195857,1.213801,1.212149,1.211587,0.745577,0.777086548,0.808596,0.85218103,0.895766,0.931251,1.01388,1.017719,1.276354,1.299052,1.252888,1.195857,1.213801,1.212149,1.211587,0.745577,0.777086548,0.808596,0.85218103,0.895766,0.931251,1.01388,1.017719,1.276354,1.299052,1.252888,1.195857,1.213801,1.212149,1.211587,0.745577,0.777086548,0.808596,0.85218103,0.895766,0.931251,1.01388,1.017719,1.276354,1.299052,1.252888,1.195857,1.213801,1.212149,1.211587,0.745577,0.777086548,0.808596,0.85218103,0.895766,0.931251,1.01388,1.017719,1.276354,1.299052,1.252888,1.195857,1.213801,1.212149,1.211587,0.745577,0.777086548,0.808596,0.85218103,0.895766,0.931251,1.01388,1.017719,1.276354,1.299052,1.252888,1.195857,1.213801,1.212149,1.211587,0.745577,0.777086548,0.808596,0.85218103,0.895766,0.931251,1.01388,1.017719,1.276354,1.299052,1.252888,1.195857,1.213801,1.212149,1.211587,0.745577,0.777086548,0.808596,0.85218103,0.895766,0.931251,1.01388,1.017719,1.276354,1.299052,1.252888,1.195857,1.213801,1.212149,1.211587,0.745577,0.777086548,0.808596,0.85218103,0.895766,0.931251,1.01388,1.017719,1.276354,1.299052,1.252888,1.195857,1.213801,1.212149,1.211587,0.745577,0.777086548,0.808596,0.85218103,0.895766,0.931251,1.01388,1.017719,1.276354,1.299052,1.252888,1.195857,1.213801,1.212149,1.211587,0.745577,0.777086548,0.808596,0.85218103,0.895766,0.931251,1.01388,1.017719,1.276354,1.299052,1.252888,1.195857,1.213801,1.212149,1.211587,0.745577,0.777086548,0.808596,0.85218103,0.895766,0.931251,1.01388,1.017719,1.276354,1.299052,1.252888,1.195857,1.213801,1.212149,1.211587,0.745577,0.777086548,0.808596,0.85218103,0.895766,0.931251,1.01388,1.017719,1.276354,1.299052,1.252888,1.195857,1.213801,1.212149,1.211587,0.745577,0.777086548,0.808596,0.85218103,0.895766,0.931251,1.01388,1.017719,1.276354,1.299052,1.252888,1.195857,1.213801,1.212149,1.211587,0.745577,0.777086548,0.808596,0.85218103,0.895766,0.931251,1.01388,1.017719,1.276354,1.299052,1.252888,1.195857,1.213801,1.212149,1.211587,0.745577,0.777086548,0.808596,0.85218103,0.895766,0.931251,1.01388,1.017719,1.276354,1.299052,1.252888,1.195857,1.213801,1.212149,1.211587,0.745577,0.777086548,0.808596,0.85218103,0.895766,0.931251,1.01388,1.017719,1.276354,1.299052,1.252888,1.195857,1.213801,1.212149,1.211587,0.745577,0.777086548,0.808596,0.85218103,0.895766,0.931251,1.01388,1.017719,1.276354,1.299052,1.252888,1.195857,1.213801,1.212149,1.211587,0.745577,0.777086548,0.808596,0.85218103,0.895766,0.931251,1.01388,1.017719,1.276354,1.299052,1.252888,1.195857,1.213801,1.212149,1.211587,0.745577,0.777086548,0.808596,0.85218103,0.895766,0.931251,1.01388,1.017719,1.276354,1.299052,1.252888,1.195857,1.213801,1.212149,1.211587,0.745577,0.777086548,0.808596,0.85218103,0.895766,0.931251,1.01388,1.017719,1.276354,1.299052,1.252888,1.195857,1.213801,1.212149,1.211587,0.745577,0.777086548,0.808596,0.85218103,0.895766,0.931251,1.01388,1.017719,1.276354,1.299052,1.252888,1.195857,1.213801,1.212149,1.211587,0.745577,0.777086548,0.808596,0.85218103,0.895766,0.931251,1.01388,1.017719,1.276354,1.299052,1.252888,1.195857,1.213801,1.212149,1.211587,0.745577,0.777086548,0.808596,0.85218103,0.895766,0.931251,1.01388,1.017719,1.276354,1.299052,1.252888,1.195857,1.213801,1.212149,1.211587,0.745577,0.777086548,0.808596,0.85218103,0.895766,0.931251,1.01388,1.017719,1.276354,1.299052,1.252888,1.195857,1.213801,1.212149,1.211587,0.745577,0.777086548,0.808596,0.85218103,0.895766,0.931251,1.01388,1.017719,1.276354,1.299052,1.252888,1.195857,1.213801,1.212149,1.211587,0.745577,0.777086548,0.808596,0.85218103,0.895766,0.931251,1.01388,1.017719,1.276354,1.299052,1.252888,1.195857,1.213801,1.212149,1.211587,0.745577,0.777086548,0.808596,0.85218103,0.895766,0.931251,1.01388,1.017719,1.276354,1.299052,1.252888,1.195857,1.213801,1.212149,1.211587,0.745577,0.777086548,0.808596,0.85218103,0.895766,0.931251,1.01388,1.017719,1.276354,1.299052,1.252888,1.195857,1.213801,1.212149,1.211587,0.745577,0.777086548,0.808596,0.85218103,0.895766,0.931251,1.01388,1.017719,1.276354,1.299052,1.252888,1.195857,1.213801,1.212149,1.211587,0.745577,0.777086548,0.808596,0.85218103,0.895766,0.931251,1.01388,1.017719,1.276354,1.299052,1.252888,1.195857,1.213801,1.212149,1.211587,0.745577,0.777086548,0.808596,0.85218103,0.895766,0.931251,1.01388,1.017719,1.276354,1.299052,1.252888,1.195857,1.213801,1.212149,1.211587,0.745577,0.777086548,0.808596,0.85218103,0.895766,0.931251,1.01388,1.017719,1.276354,1.299052,1.252888,1.195857,1.213801,1.212149,1.211587,0.745577,0.777086548,0.808596,0.85218103,0.895766,0.931251,1.01388,1.017719,1.276354,1.299052,1.252888,1.195857,1.213801,1.212149,1.211587,0.745577,0.777086548,0.808596,0.85218103,0.895766,0.931251,1.01388,1.017719,1.276354,1.299052,1.252888,1.195857,1.213801,1.212149,1.211587,0.745577,0.777086548,0.808596,0.85218103,0.895766,0.931251,1.01388,1.017719,1.276354,1.299052,1.252888,1.195857,1.213801,1.212149,1.211587,0.745577,0.777086548,0.808596,0.85218103,0.895766,0.931251,1.01388,1.017719,1.276354,1.299052,1.252888,1.195857,1.213801,1.212149,1.211587,0.745577,0.777086548,0.808596,0.85218103,0.895766,0.931251,1.01388,1.017719,1.276354,1.299052,1.252888,1.195857,1.213801,1.212149,1.211587,0.745577,0.777086548,0.808596,0.85218103,0.895766,0.931251,1.01388,1.017719,1.276354,1.299052,1.252888,1.195857,1.213801,1.212149,1.211587,0.745577,0.777086548,0.808596,0.85218103,0.895766,0.931251,1.01388,1.017719,1.276354,1.299052,1.252888,1.195857,1.213801,1.212149,1.211587,0.745577,0.777086548,0.808596,0.85218103,0.895766,0.931251,1.01388,1.017719,1.276354,1.299052,1.252888,1.195857,1.213801,1.212149,1.211587,0.745577,0.777086548,0.808596,0.85218103,0.895766,0.931251,1.01388,1.017719,1.276354,1.299052,1.252888,1.195857,1.213801,1.212149,1.211587,0.745577,0.777086548,0.808596,0.85218103,0.895766,0.931251,1.01388,1.017719,1.276354,1.299052,1.252888,1.195857,1.213801,1.212149,1.211587,0.745577,0.777086548,0.808596,0.85218103,0.895766,0.931251,1.01388,1.017719,1.276354,1.299052,1.252888,1.195857,1.213801,1.212149,1.211587,0.745577,0.777086548,0.808596,0.85218103,0.895766,0.931251,1.01388,1.017719,1.276354,1.299052,1.252888,1.195857,1.213801,1.212149,1.211587,0.745577,0.777086548,0.808596,0.85218103,0.895766,0.931251,1.01388,1.017719,1.276354,1.299052,1.252888,1.195857,1.213801,1.212149,1.211587,0.745577,0.777086548,0.808596,0.85218103,0.895766,0.931251,1.01388,1.017719,1.276354,1.299052,1.252888,1.195857,1.213801,1.212149,1.211587,0.745577,0.777086548,0.808596,0.85218103,0.895766,0.931251,1.01388,1.017719,1.276354,1.299052,1.252888,1.195857,1.213801,1.212149,1.211587,0.745577,0.777086548,0.808596,0.85218103,0.895766,0.931251,1.01388,1.017719,1.276354,1.299052,1.252888,1.195857,1.213801,1.212149,1.211587,0.745577,0.777086548,0.808596,0.85218103,0.895766,0.931251,1.01388,1.017719,1.276354,1.299052,1.252888,1.195857,1.213801,1.212149,1.211587,0.745577,0.777086548,0.808596,0.85218103,0.895766,0.931251,1.01388,1.017719,1.276354,1.299052,1.252888,1.195857,1.213801,1.212149,1.211587,0.745577,0.777086548,0.808596,0.85218103,0.895766,0.931251,1.01388,1.017719,1.276354,1.299052,1.252888,1.195857,1.213801,1.212149,1.211587,0.745577,0.777086548,0.808596,0.85218103,0.895766,0.931251,1.01388,1.017719,1.276354,1.299052,1.252888,1.195857,1.213801,1.212149,1.211587,0.745577,0.777086548,0.808596,0.85218103,0.895766,0.931251,1.01388,1.017719,1.276354,1.299052,1.252888,1.195857,1.213801,1.212149,1.211587,0.745577,0.777086548,0.808596,0.85218103,0.895766,0.931251,1.01388,1.017719,1.276354,1.299052,1.252888,1.195857,1.213801,1.212149,1.211587,0.745577,0.777086548,0.808596,0.85218103,0.895766,0.931251,1.01388,1.017719,1.276354,1.299052,1.252888,1.195857,1.213801,1.212149,1.211587,0.745577,0.777086548,0.808596,0.85218103,0.895766,0.931251,1.01388,1.017719,1.276354,1.299052,1.252888,1.195857,1.213801,1.212149,1.211587,0.745577,0.777086548,0.808596,0.85218103,0.895766,0.931251,1.01388,1.017719,1.276354,1.299052,1.252888,1.195857,1.213801,1.212149,1.211587,0.745577,0.777086548,0.808596,0.85218103,0.895766,0.931251,1.01388,1.017719,1.276354,1.299052,1.252888,1.195857,1.213801,1.212149,1.211587,0.745577,0.777086548,0.808596,0.85218103,0.895766,0.931251,1.01388,1.017719,1.276354,1.299052,1.252888,1.195857,1.213801,1.212149,1.211587,1.112005,1.180375488,1.248746,1.323675537,1.398605,1.48605,1.668283,1.688002,2.005394,2.149454,2.198066,2.332649,2.3693,2.382609,2.284028,1.112005,1.180375488,1.248746,1.323675537,1.398605,1.48605,1.668283,1.688002,2.005394,2.149454,2.198066,2.332649,2.3693,2.382609,2.284028,1.112005,1.180375488,1.248746,1.323675537,1.398605,1.48605,1.668283,1.688002,2.005394,2.149454,2.198066,2.332649,2.3693,2.382609,2.284028,1.112005,1.180375488,1.248746,1.323675537,1.398605,1.48605,1.668283,1.688002,2.005394,2.149454,2.198066,2.332649,2.3693,2.382609,2.284028,1.112005,1.180375488,1.248746,1.323675537,1.398605,1.48605,1.668283,1.688002,2.005394,2.149454,2.198066,2.332649,2.3693,2.382609,2.284028,1.112005,1.180375488,1.248746,1.323675537,1.398605,1.48605,1.668283,1.688002,2.005394,2.149454,2.198066,2.332649,2.3693,2.382609,2.284028,1.112005,1.180375488,1.248746,1.323675537,1.398605,1.48605,1.668283,1.688002,2.005394,2.149454,2.198066,2.332649,2.3693,2.382609,2.284028,1.112005,1.180375488,1.248746,1.323675537,1.398605,1.48605,1.668283,1.688002,2.005394,2.149454,2.198066,2.332649,2.3693,2.382609,2.284028,1.112005,1.180375488,1.248746,1.323675537,1.398605,1.48605,1.668283,1.688002,2.005394,2.149454,2.198066,2.332649,2.3693,2.382609,2.284028,1.112005,1.180375488,1.248746,1.323675537,1.398605,1.48605,1.668283,1.688002,2.005394,2.149454,2.198066,2.332649,2.3693,2.382609,2.284028,1.112005,1.180375488,1.248746,1.323675537,1.398605,1.48605,1.668283,1.688002,2.005394,2.149454,2.198066,2.332649,2.3693,2.382609,2.284028,1.112005,1.180375488,1.248746,1.323675537,1.398605,1.48605,1.668283,1.688002,2.005394,2.149454,2.198066,2.332649,2.3693,2.382609,2.284028,1.112005,1.180375488,1.248746,1.323675537,1.398605,1.48605,1.668283,1.688002,2.005394,2.149454,2.198066,2.332649,2.3693,2.382609,2.284028,1.112005,1.180375488,1.248746,1.323675537,1.398605,1.48605,1.668283,1.688002,2.005394,2.149454,2.198066,2.332649,2.3693,2.382609,2.284028,1.112005,1.180375488,1.248746,1.323675537,1.398605,1.48605,1.668283,1.688002,2.005394,2.149454,2.198066,2.332649,2.3693,2.382609,2.284028,1.112005,1.180375488,1.248746,1.323675537,1.398605,1.48605,1.668283,1.688002,2.005394,2.149454,2.198066,2.332649,2.3693,2.382609,2.284028,1.112005,1.180375488,1.248746,1.323675537,1.398605,1.48605,1.668283,1.688002,2.005394,2.149454,2.198066,2.332649,2.3693,2.382609,2.284028,1.112005,1.180375488,1.248746,1.323675537,1.398605,1.48605,1.668283,1.688002,2.005394,2.149454,2.198066,2.332649,2.3693,2.382609,2.284028,1.112005,1.180375488,1.248746,1.323675537,1.398605,1.48605,1.668283,1.688002,2.005394,2.149454,2.198066,2.332649,2.3693,2.382609,2.284028,1.112005,1.180375488,1.248746,1.323675537,1.398605,1.48605,1.668283,1.688002,2.005394,2.149454,2.198066,2.332649,2.3693,2.382609,2.284028,1.112005,1.180375488,1.248746,1.323675537,1.398605,1.48605,1.668283,1.688002,2.005394,2.149454,2.198066,2.332649,2.3693,2.382609,2.284028,1.112005,1.180375488,1.248746,1.323675537,1.398605,1.48605,1.668283,1.688002,2.005394,2.149454,2.198066,2.332649,2.3693,2.382609,2.284028,1.112005,1.180375488,1.248746,1.323675537,1.398605,1.48605,1.668283,1.688002,2.005394,2.149454,2.198066,2.332649,2.3693,2.382609,2.284028,1.112005,1.180375488,1.248746,1.323675537,1.398605,1.48605,1.668283,1.688002,2.005394,2.149454,2.198066,2.332649,2.3693,2.382609,2.284028,1.112005,1.180375488,1.248746,1.323675537,1.398605,1.48605,1.668283,1.688002,2.005394,2.149454,2.198066,2.332649,2.3693,2.382609,2.284028,1.112005,1.180375488,1.248746,1.323675537,1.398605,1.48605,1.668283,1.688002,2.005394,2.149454,2.198066,2.332649,2.3693,2.382609,2.284028,1.112005,1.180375488,1.248746,1.323675537,1.398605,1.48605,1.668283,1.688002,2.005394,2.149454,2.198066,2.332649,2.3693,2.382609,2.284028,1.112005,1.180375488,1.248746,1.323675537,1.398605,1.48605,1.668283,1.688002,2.005394,2.149454,2.198066,2.332649,2.3693,2.382609,2.284028,1.112005,1.180375488,1.248746,1.323675537,1.398605,1.48605,1.668283,1.688002,2.005394,2.149454,2.198066,2.332649,2.3693,2.382609,2.284028,1.112005,1.180375488,1.248746,1.323675537,1.398605,1.48605,1.668283,1.688002,2.005394,2.149454,2.198066,2.332649,2.3693,2.382609,2.284028,1.112005,1.180375488,1.248746,1.323675537,1.398605,1.48605,1.668283,1.688002,2.005394,2.149454,2.198066,2.332649,2.3693,2.382609,2.284028,1.112005,1.180375488,1.248746,1.323675537,1.398605,1.48605,1.668283,1.688002,2.005394,2.149454,2.198066,2.332649,2.3693,2.382609,2.284028,1.112005,1.180375488,1.248746,1.323675537,1.398605,1.48605,1.668283,1.688002,2.005394,2.149454,2.198066,2.332649,2.3693,2.382609,2.284028,1.112005,1.180375488,1.248746,1.323675537,1.398605,1.48605,1.668283,1.688002,2.005394,2.149454,2.198066,2.332649,2.3693,2.382609,2.284028,1.112005,1.180375488,1.248746,1.323675537,1.398605,1.48605,1.668283,1.688002,2.005394,2.149454,2.198066,2.332649,2.3693,2.382609,2.284028,1.112005,1.180375488,1.248746,1.323675537,1.398605,1.48605,1.668283,1.688002,2.005394,2.149454,2.198066,2.332649,2.3693,2.382609,2.284028,1.112005,1.180375488,1.248746,1.323675537,1.398605,1.48605,1.668283,1.688002,2.005394,2.149454,2.198066,2.332649,2.3693,2.382609,2.284028,1.112005,1.180375488,1.248746,1.323675537,1.398605,1.48605,1.668283,1.688002,2.005394,2.149454,2.198066,2.332649,2.3693,2.382609,2.284028,1.112005,1.180375488,1.248746,1.323675537,1.398605,1.48605,1.668283,1.688002,2.005394,2.149454,2.198066,2.332649,2.3693,2.382609,2.284028,1.112005,1.180375488,1.248746,1.323675537,1.398605,1.48605,1.668283,1.688002,2.005394,2.149454,2.198066,2.332649,2.3693,2.382609,2.284028,1.112005,1.180375488,1.248746,1.323675537,1.398605,1.48605,1.668283,1.688002,2.005394,2.149454,2.198066,2.332649,2.3693,2.382609,2.284028,1.112005,1.180375488,1.248746,1.323675537,1.398605,1.48605,1.668283,1.688002,2.005394,2.149454,2.198066,2.332649,2.3693,2.382609,2.284028,1.112005,1.180375488,1.248746,1.323675537,1.398605,1.48605,1.668283,1.688002,2.005394,2.149454,2.198066,2.332649,2.3693,2.382609,2.284028,1.112005,1.180375488,1.248746,1.323675537,1.398605,1.48605,1.668283,1.688002,2.005394,2.149454,2.198066,2.332649,2.3693,2.382609,2.284028,1.112005,1.180375488,1.248746,1.323675537,1.398605,1.48605,1.668283,1.688002,2.005394,2.149454,2.198066,2.332649,2.3693,2.382609,2.284028,1.112005,1.180375488,1.248746,1.323675537,1.398605,1.48605,1.668283,1.688002,2.005394,2.149454,2.198066,2.332649,2.3693,2.382609,2.284028,1.112005,1.180375488,1.248746,1.323675537,1.398605,1.48605,1.668283,1.688002,2.005394,2.149454,2.198066,2.332649,2.3693,2.382609,2.284028,1.112005,1.180375488,1.248746,1.323675537,1.398605,1.48605,1.668283,1.688002,2.005394,2.149454,2.198066,2.332649,2.3693,2.382609,2.284028,1.112005,1.180375488,1.248746,1.323675537,1.398605,1.48605,1.668283,1.688002,2.005394,2.149454,2.198066,2.332649,2.3693,2.382609,2.284028,1.112005,1.180375488,1.248746,1.323675537,1.398605,1.48605,1.668283,1.688002,2.005394,2.149454,2.198066,2.332649,2.3693,2.382609,2.284028,1.112005,1.180375488,1.248746,1.323675537,1.398605,1.48605,1.668283,1.688002,2.005394,2.149454,2.198066,2.332649,2.3693,2.382609,2.284028,1.112005,1.180375488,1.248746,1.323675537,1.398605,1.48605,1.668283,1.688002,2.005394,2.149454,2.198066,2.332649,2.3693,2.382609,2.284028,1.112005,1.180375488,1.248746,1.323675537,1.398605,1.48605,1.668283,1.688002,2.005394,2.149454,2.198066,2.332649,2.3693,2.382609,2.284028,1.112005,1.180375488,1.248746,1.323675537,1.398605,1.48605,1.668283,1.688002,2.005394,2.149454,2.198066,2.332649,2.3693,2.382609,2.284028,1.112005,1.180375488,1.248746,1.323675537,1.398605,1.48605,1.668283,1.688002,2.005394,2.149454,2.198066,2.332649,2.3693,2.382609,2.284028,1.112005,1.180375488,1.248746,1.323675537,1.398605,1.48605,1.668283,1.688002,2.005394,2.149454,2.198066,2.332649,2.3693,2.382609,2.284028,1.112005,1.180375488,1.248746,1.323675537,1.398605,1.48605,1.668283,1.688002,2.005394,2.149454,2.198066,2.332649,2.3693,2.382609,2.284028,1.112005,1.180375488,1.248746,1.323675537,1.398605,1.48605,1.668283,1.688002,2.005394,2.149454,2.198066,2.332649,2.3693,2.382609,2.284028,1.112005,1.180375488,1.248746,1.323675537,1.398605,1.48605,1.668283,1.688002,2.005394,2.149454,2.198066,2.332649,2.3693,2.382609,2.284028,1.112005,1.180375488,1.248746,1.323675537,1.398605,1.48605,1.668283,1.688002,2.005394,2.149454,2.198066,2.332649,2.3693,2.382609,2.284028,1.112005,1.180375488,1.248746,1.323675537,1.398605,1.48605,1.668283,1.688002,2.005394,2.149454,2.198066,2.332649,2.3693,2.382609,2.284028,1.112005,1.180375488,1.248746,1.323675537,1.398605,1.48605,1.668283,1.688002,2.005394,2.149454,2.198066,2.332649,2.3693,2.382609,2.284028,1.112005,1.180375488,1.248746,1.323675537,1.398605,1.48605,1.668283,1.688002,2.005394,2.149454,2.198066,2.332649,2.3693,2.382609,2.284028,1.112005,1.180375488,1.248746,1.323675537,1.398605,1.48605,1.668283,1.688002,2.005394,2.149454,2.198066,2.332649,2.3693,2.382609,2.284028,0.242214,0.253699493,0.265185,0.286499512,0.307814,0.323135,0.341032,0.356917,0.428773,0.43174,0.455008,0.431697,0.433544,0.439412,0.463508,0.242214,0.253699493,0.265185,0.286499512,0.307814,0.323135,0.341032,0.356917,0.428773,0.43174,0.455008,0.431697,0.433544,0.439412,0.463508,0.242214,0.253699493,0.265185,0.286499512,0.307814,0.323135,0.341032,0.356917,0.428773,0.43174,0.455008,0.431697,0.433544,0.439412,0.463508,0.242214,0.253699493,0.265185,0.286499512,0.307814,0.323135,0.341032,0.356917,0.428773,0.43174,0.455008,0.431697,0.433544,0.439412,0.463508,0.242214,0.253699493,0.265185,0.286499512,0.307814,0.323135,0.341032,0.356917,0.428773,0.43174,0.455008,0.431697,0.433544,0.439412,0.463508,0.242214,0.253699493,0.265185,0.286499512,0.307814,0.323135,0.341032,0.356917,0.428773,0.43174,0.455008,0.431697,0.433544,0.439412,0.463508,0.242214,0.253699493,0.265185,0.286499512,0.307814,0.323135,0.341032,0.356917,0.428773,0.43174,0.455008,0.431697,0.433544,0.439412,0.463508,0.242214,0.253699493,0.265185,0.286499512,0.307814,0.323135,0.341032,0.356917,0.428773,0.43174,0.455008,0.431697,0.433544,0.439412,0.463508,0.242214,0.253699493,0.265185,0.286499512,0.307814,0.323135,0.341032,0.356917,0.428773,0.43174,0.455008,0.431697,0.433544,0.439412,0.463508,0.242214,0.253699493,0.265185,0.286499512,0.307814,0.323135,0.341032,0.356917,0.428773,0.43174,0.455008,0.431697,0.433544,0.439412,0.463508,0.242214,0.253699493,0.265185,0.286499512,0.307814,0.323135,0.341032,0.356917,0.428773,0.43174,0.455008,0.431697,0.433544,0.439412,0.463508,0.242214,0.253699493,0.265185,0.286499512,0.307814,0.323135,0.341032,0.356917,0.428773,0.43174,0.455008,0.431697,0.433544,0.439412,0.463508,0.242214,0.253699493,0.265185,0.286499512,0.307814,0.323135,0.341032,0.356917,0.428773,0.43174,0.455008,0.431697,0.433544,0.439412,0.463508,0.242214,0.253699493,0.265185,0.286499512,0.307814,0.323135,0.341032,0.356917,0.428773,0.43174,0.455008,0.431697,0.433544,0.439412,0.463508,0.242214,0.253699493,0.265185,0.286499512,0.307814,0.323135,0.341032,0.356917,0.428773,0.43174,0.455008,0.431697,0.433544,0.439412,0.463508,0.242214,0.253699493,0.265185,0.286499512,0.307814,0.323135,0.341032,0.356917,0.428773,0.43174,0.455008,0.431697,0.433544,0.439412,0.463508,1.594904,1.726483521,1.858063,1.937753418,2.017444,2.124878,2.315843,2.580204,2.954215,3.180861,3.222266,3.334177,3.325675,3.67532,3.791059,1.594904,1.726483521,1.858063,1.937753418,2.017444,2.124878,2.315843,2.580204,2.954215,3.180861,3.222266,3.334177,3.325675,3.67532,3.791059,1.594904,1.726483521,1.858063,1.937753418,2.017444,2.124878,2.315843,2.580204,2.954215,3.180861,3.222266,3.334177,3.325675,3.67532,3.791059,1.594904,1.726483521,1.858063,1.937753418,2.017444,2.124878,2.315843,2.580204,2.954215,3.180861,3.222266,3.334177,3.325675,3.67532,3.791059,1.594904,1.726483521,1.858063,1.937753418,2.017444,2.124878,2.315843,2.580204,2.954215,3.180861,3.222266,3.334177,3.325675,3.67532,3.791059,1.594904,1.726483521,1.858063,1.937753418,2.017444,2.124878,2.315843,2.580204,2.954215,3.180861,3.222266,3.334177,3.325675,3.67532,3.791059,1.594904,1.726483521,1.858063,1.937753418,2.017444,2.124878,2.315843,2.580204,2.954215,3.180861,3.222266,3.334177,3.325675,3.67532,3.791059,1.594904,1.726483521,1.858063,1.937753418,2.017444,2.124878,2.315843,2.580204,2.954215,3.180861,3.222266,3.334177,3.325675,3.67532,3.791059,1.594904,1.726483521,1.858063,1.937753418,2.017444,2.124878,2.315843,2.580204,2.954215,3.180861,3.222266,3.334177,3.325675,3.67532,3.791059,1.594904,1.726483521,1.858063,1.937753418,2.017444,2.124878,2.315843,2.580204,2.954215,3.180861,3.222266,3.334177,3.325675,3.67532,3.791059,1.594904,1.726483521,1.858063,1.937753418,2.017444,2.124878,2.315843,2.580204,2.954215,3.180861,3.222266,3.334177,3.325675,3.67532,3.791059,1.594904,1.726483521,1.858063,1.937753418,2.017444,2.124878,2.315843,2.580204,2.954215,3.180861,3.222266,3.334177,3.325675,3.67532,3.791059,1.594904,1.726483521,1.858063,1.937753418,2.017444,2.124878,2.315843,2.580204,2.954215,3.180861,3.222266,3.334177,3.325675,3.67532,3.791059,1.594904,1.726483521,1.858063,1.937753418,2.017444,2.124878,2.315843,2.580204,2.954215,3.180861,3.222266,3.334177,3.325675,3.67532,3.791059,1.594904,1.726483521,1.858063,1.937753418,2.017444,2.124878,2.315843,2.580204,2.954215,3.180861,3.222266,3.334177,3.325675,3.67532,3.791059,1.594904,1.726483521,1.858063,1.937753418,2.017444,2.124878,2.315843,2.580204,2.954215,3.180861,3.222266,3.334177,3.325675,3.67532,3.791059,1.594904,1.726483521,1.858063,1.937753418,2.017444,2.124878,2.315843,2.580204,2.954215,3.180861,3.222266,3.334177,3.325675,3.67532,3.791059,1.594904,1.726483521,1.858063,1.937753418,2.017444,2.124878,2.315843,2.580204,2.954215,3.180861,3.222266,3.334177,3.325675,3.67532,3.791059,1.594904,1.726483521,1.858063,1.937753418,2.017444,2.124878,2.315843,2.580204,2.954215,3.180861,3.222266,3.334177,3.325675,3.67532,3.791059,1.594904,1.726483521,1.858063,1.937753418,2.017444,2.124878,2.315843,2.580204,2.954215,3.180861,3.222266,3.334177,3.325675,3.67532,3.791059,1.594904,1.726483521,1.858063,1.937753418,2.017444,2.124878,2.315843,2.580204,2.954215,3.180861,3.222266,3.334177,3.325675,3.67532,3.791059,1.594904,1.726483521,1.858063,1.937753418,2.017444,2.124878,2.315843,2.580204,2.954215,3.180861,3.222266,3.334177,3.325675,3.67532,3.791059,1.594904,1.726483521,1.858063,1.937753418,2.017444,2.124878,2.315843,2.580204,2.954215,3.180861,3.222266,3.334177,3.325675,3.67532,3.791059,1.594904,1.726483521,1.858063,1.937753418,2.017444,2.124878,2.315843,2.580204,2.954215,3.180861,3.222266,3.334177,3.325675,3.67532,3.791059,2.252867,2.271291504,2.289716,2.316164551,2.342613,2.482042,2.652094,2.802993,3.125096,3.233665,3.240493,3.431934,3.457747,3.617458,3.794392,2.252867,2.271291504,2.289716,2.316164551,2.342613,2.482042,2.652094,2.802993,3.125096,3.233665,3.240493,3.431934,3.457747,3.617458,3.794392,2.252867,2.271291504,2.289716,2.316164551,2.342613,2.482042,2.652094,2.802993,3.125096,3.233665,3.240493,3.431934,3.457747,3.617458,3.794392,2.252867,2.271291504,2.289716,2.316164551,2.342613,2.482042,2.652094,2.802993,3.125096,3.233665,3.240493,3.431934,3.457747,3.617458,3.794392,2.252867,2.271291504,2.289716,2.316164551,2.342613,2.482042,2.652094,2.802993,3.125096,3.233665,3.240493,3.431934,3.457747,3.617458,3.794392,2.252867,2.271291504,2.289716,2.316164551,2.342613,2.482042,2.652094,2.802993,3.125096,3.233665,3.240493,3.431934,3.457747,3.617458,3.794392,2.252867,2.271291504,2.289716,2.316164551,2.342613,2.482042,2.652094,2.802993,3.125096,3.233665,3.240493,3.431934,3.457747,3.617458,3.794392,2.252867,2.271291504,2.289716,2.316164551,2.342613,2.482042,2.652094,2.802993,3.125096,3.233665,3.240493,3.431934,3.457747,3.617458,3.794392,2.252867,2.271291504,2.289716,2.316164551,2.342613,2.482042,2.652094,2.802993,3.125096,3.233665,3.240493,3.431934,3.457747,3.617458,3.794392,2.252867,2.271291504,2.289716,2.316164551,2.342613,2.482042,2.652094,2.802993,3.125096,3.233665,3.240493,3.431934,3.457747,3.617458,3.794392,2.252867,2.271291504,2.289716,2.316164551,2.342613,2.482042,2.652094,2.802993,3.125096,3.233665,3.240493,3.431934,3.457747,3.617458,3.794392,2.252867,2.271291504,2.289716,2.316164551,2.342613,2.482042,2.652094,2.802993,3.125096,3.233665,3.240493,3.431934,3.457747,3.617458,3.794392,2.252867,2.271291504,2.289716,2.316164551,2.342613,2.482042,2.652094,2.802993,3.125096,3.233665,3.240493,3.431934,3.457747,3.617458,3.794392,2.252867,2.271291504,2.289716,2.316164551,2.342613,2.482042,2.652094,2.802993,3.125096,3.233665,3.240493,3.431934,3.457747,3.617458,3.794392,2.408249,2.555070557,2.701892,2.88695459,3.072017,3.109218,3.249013,3.261944,3.691307,3.666234,3.581467,3.52258,3.610371,3.837032,3.642553,2.408249,2.555070557,2.701892,2.88695459,3.072017,3.109218,3.249013,3.261944,3.691307,3.666234,3.581467,3.52258,3.610371,3.837032,3.642553,2.408249,2.555070557,2.701892,2.88695459,3.072017,3.109218,3.249013,3.261944,3.691307,3.666234,3.581467,3.52258,3.610371,3.837032,3.642553,2.408249,2.555070557,2.701892,2.88695459,3.072017,3.109218,3.249013,3.261944,3.691307,3.666234,3.581467,3.52258,3.610371,3.837032,3.642553,2.408249,2.555070557,2.701892,2.88695459,3.072017,3.109218,3.249013,3.261944,3.691307,3.666234,3.581467,3.52258,3.610371,3.837032,3.642553,2.408249,2.555070557,2.701892,2.88695459,3.072017,3.109218,3.249013,3.261944,3.691307,3.666234,3.581467,3.52258,3.610371,3.837032,3.642553,2.408249,2.555070557,2.701892,2.88695459,3.072017,3.109218,3.249013,3.261944,3.691307,3.666234,3.581467,3.52258,3.610371,3.837032,3.642553,2.408249,2.555070557,2.701892,2.88695459,3.072017,3.109218,3.249013,3.261944,3.691307,3.666234,3.581467,3.52258,3.610371,3.837032,3.642553,2.408249,2.555070557,2.701892,2.88695459,3.072017,3.109218,3.249013,3.261944,3.691307,3.666234,3.581467,3.52258,3.610371,3.837032,3.642553,2.408249,2.555070557,2.701892,2.88695459,3.072017,3.109218,3.249013,3.261944,3.691307,3.666234,3.581467,3.52258,3.610371,3.837032,3.642553,2.408249,2.555070557,2.701892,2.88695459,3.072017,3.109218,3.249013,3.261944,3.691307,3.666234,3.581467,3.52258,3.610371,3.837032,3.642553,2.408249,2.555070557,2.701892,2.88695459,3.072017,3.109218,3.249013,3.261944,3.691307,3.666234,3.581467,3.52258,3.610371,3.837032,3.642553,2.408249,2.555070557,2.701892,2.88695459,3.072017,3.109218,3.249013,3.261944,3.691307,3.666234,3.581467,3.52258,3.610371,3.837032,3.642553,2.408249,2.555070557,2.701892,2.88695459,3.072017,3.109218,3.249013,3.261944,3.691307,3.666234,3.581467,3.52258,3.610371,3.837032,3.642553,2.408249,2.555070557,2.701892,2.88695459,3.072017,3.109218,3.249013,3.261944,3.691307,3.666234,3.581467,3.52258,3.610371,3.837032,3.642553,2.408249,2.555070557,2.701892,2.88695459,3.072017,3.109218,3.249013,3.261944,3.691307,3.666234,3.581467,3.52258,3.610371,3.837032,3.642553,2.408249,2.555070557,2.701892,2.88695459,3.072017,3.109218,3.249013,3.261944,3.691307,3.666234,3.581467,3.52258,3.610371,3.837032,3.642553,2.408249,2.555070557,2.701892,2.88695459,3.072017,3.109218,3.249013,3.261944,3.691307,3.666234,3.581467,3.52258,3.610371,3.837032,3.642553,2.408249,2.555070557,2.701892,2.88695459,3.072017,3.109218,3.249013,3.261944,3.691307,3.666234,3.581467,3.52258,3.610371,3.837032,3.642553,2.408249,2.555070557,2.701892,2.88695459,3.072017,3.109218,3.249013,3.261944,3.691307,3.666234,3.581467,3.52258,3.610371,3.837032,3.642553,2.408249,2.555070557,2.701892,2.88695459,3.072017,3.109218,3.249013,3.261944,3.691307,3.666234,3.581467,3.52258,3.610371,3.837032,3.642553,2.408249,2.555070557,2.701892,2.88695459,3.072017,3.109218,3.249013,3.261944,3.691307,3.666234,3.581467,3.52258,3.610371,3.837032,3.642553,2.408249,2.555070557,2.701892,2.88695459,3.072017,3.109218,3.249013,3.261944,3.691307,3.666234,3.581467,3.52258,3.610371,3.837032,3.642553,2.408249,2.555070557,2.701892,2.88695459,3.072017,3.109218,3.249013,3.261944,3.691307,3.666234,3.581467,3.52258,3.610371,3.837032,3.642553,2.408249,2.555070557,2.701892,2.88695459,3.072017,3.109218,3.249013,3.261944,3.691307,3.666234,3.581467,3.52258,3.610371,3.837032,3.642553,2.408249,2.555070557,2.701892,2.88695459,3.072017,3.109218,3.249013,3.261944,3.691307,3.666234,3.581467,3.52258,3.610371,3.837032,3.642553,2.408249,2.555070557,2.701892,2.88695459,3.072017,3.109218,3.249013,3.261944,3.691307,3.666234,3.581467,3.52258,3.610371,3.837032,3.642553,2.408249,2.555070557,2.701892,2.88695459,3.072017,3.109218,3.249013,3.261944,3.691307,3.666234,3.581467,3.52258,3.610371,3.837032,3.642553,2.408249,2.555070557,2.701892,2.88695459,3.072017,3.109218,3.249013,3.261944,3.691307,3.666234,3.581467,3.52258,3.610371,3.837032,3.642553,2.408249,2.555070557,2.701892,2.88695459,3.072017,3.109218,3.249013,3.261944,3.691307,3.666234,3.581467,3.52258,3.610371,3.837032,3.642553,2.408249,2.555070557,2.701892,2.88695459,3.072017,3.109218,3.249013,3.261944,3.691307,3.666234,3.581467,3.52258,3.610371,3.837032,3.642553,2.408249,2.555070557,2.701892,2.88695459,3.072017,3.109218,3.249013,3.261944,3.691307,3.666234,3.581467,3.52258,3.610371,3.837032,3.642553,2.408249,2.555070557,2.701892,2.88695459,3.072017,3.109218,3.249013,3.261944,3.691307,3.666234,3.581467,3.52258,3.610371,3.837032,3.642553,2.408249,2.555070557,2.701892,2.88695459,3.072017,3.109218,3.249013,3.261944,3.691307,3.666234,3.581467,3.52258,3.610371,3.837032,3.642553,2.408249,2.555070557,2.701892,2.88695459,3.072017,3.109218,3.249013,3.261944,3.691307,3.666234,3.581467,3.52258,3.610371,3.837032,3.642553,2.408249,2.555070557,2.701892,2.88695459,3.072017,3.109218,3.249013,3.261944,3.691307,3.666234,3.581467,3.52258,3.610371,3.837032,3.642553,2.408249,2.555070557,2.701892,2.88695459,3.072017,3.109218,3.249013,3.261944,3.691307,3.666234,3.581467,3.52258,3.610371,3.837032,3.642553,2.408249,2.555070557,2.701892,2.88695459,3.072017,3.109218,3.249013,3.261944,3.691307,3.666234,3.581467,3.52258,3.610371,3.837032,3.642553,2.408249,2.555070557,2.701892,2.88695459,3.072017,3.109218,3.249013,3.261944,3.691307,3.666234,3.581467,3.52258,3.610371,3.837032,3.642553,2.408249,2.555070557,2.701892,2.88695459,3.072017,3.109218,3.249013,3.261944,3.691307,3.666234,3.581467,3.52258,3.610371,3.837032,3.642553,2.408249,2.555070557,2.701892,2.88695459,3.072017,3.109218,3.249013,3.261944,3.691307,3.666234,3.581467,3.52258,3.610371,3.837032,3.642553,2.408249,2.555070557,2.701892,2.88695459,3.072017,3.109218,3.249013,3.261944,3.691307,3.666234,3.581467,3.52258,3.610371,3.837032,3.642553,2.408249,2.555070557,2.701892,2.88695459,3.072017,3.109218,3.249013,3.261944,3.691307,3.666234,3.581467,3.52258,3.610371,3.837032,3.642553,2.408249,2.555070557,2.701892,2.88695459,3.072017,3.109218,3.249013,3.261944,3.691307,3.666234,3.581467,3.52258,3.610371,3.837032,3.642553,2.408249,2.555070557,2.701892,2.88695459,3.072017,3.109218,3.249013,3.261944,3.691307,3.666234,3.581467,3.52258,3.610371,3.837032,3.642553,2.408249,2.555070557,2.701892,2.88695459,3.072017,3.109218,3.249013,3.261944,3.691307,3.666234,3.581467,3.52258,3.610371,3.837032,3.642553,2.408249,2.555070557,2.701892,2.88695459,3.072017,3.109218,3.249013,3.261944,3.691307,3.666234,3.581467,3.52258,3.610371,3.837032,3.642553,2.408249,2.555070557,2.701892,2.88695459,3.072017,3.109218,3.249013,3.261944,3.691307,3.666234,3.581467,3.52258,3.610371,3.837032,3.642553,2.408249,2.555070557,2.701892,2.88695459,3.072017,3.109218,3.249013,3.261944,3.691307,3.666234,3.581467,3.52258,3.610371,3.837032,3.642553,2.408249,2.555070557,2.701892,2.88695459,3.072017,3.109218,3.249013,3.261944,3.691307,3.666234,3.581467,3.52258,3.610371,3.837032,3.642553,2.408249,2.555070557,2.701892,2.88695459,3.072017,3.109218,3.249013,3.261944,3.691307,3.666234,3.581467,3.52258,3.610371,3.837032,3.642553,2.408249,2.555070557,2.701892,2.88695459,3.072017,3.109218,3.249013,3.261944,3.691307,3.666234,3.581467,3.52258,3.610371,3.837032,3.642553,2.408249,2.555070557,2.701892,2.88695459,3.072017,3.109218,3.249013,3.261944,3.691307,3.666234,3.581467,3.52258,3.610371,3.837032,3.642553,2.408249,2.555070557,2.701892,2.88695459,3.072017,3.109218,3.249013,3.261944,3.691307,3.666234,3.581467,3.52258,3.610371,3.837032,3.642553,2.408249,2.555070557,2.701892,2.88695459,3.072017,3.109218,3.249013,3.261944,3.691307,3.666234,3.581467,3.52258,3.610371,3.837032,3.642553,2.408249,2.555070557,2.701892,2.88695459,3.072017,3.109218,3.249013,3.261944,3.691307,3.666234,3.581467,3.52258,3.610371,3.837032,3.642553,2.408249,2.555070557,2.701892,2.88695459,3.072017,3.109218,3.249013,3.261944,3.691307,3.666234,3.581467,3.52258,3.610371,3.837032,3.642553,2.408249,2.555070557,2.701892,2.88695459,3.072017,3.109218,3.249013,3.261944,3.691307,3.666234,3.581467,3.52258,3.610371,3.837032,3.642553,2.408249,2.555070557,2.701892,2.88695459,3.072017,3.109218,3.249013,3.261944,3.691307,3.666234,3.581467,3.52258,3.610371,3.837032,3.642553,2.408249,2.555070557,2.701892,2.88695459,3.072017,3.109218,3.249013,3.261944,3.691307,3.666234,3.581467,3.52258,3.610371,3.837032,3.642553,2.408249,2.555070557,2.701892,2.88695459,3.072017,3.109218,3.249013,3.261944,3.691307,3.666234,3.581467,3.52258,3.610371,3.837032,3.642553,2.408249,2.555070557,2.701892,2.88695459,3.072017,3.109218,3.249013,3.261944,3.691307,3.666234,3.581467,3.52258,3.610371,3.837032,3.642553,2.408249,2.555070557,2.701892,2.88695459,3.072017,3.109218,3.249013,3.261944,3.691307,3.666234,3.581467,3.52258,3.610371,3.837032,3.642553,2.408249,2.555070557,2.701892,2.88695459,3.072017,3.109218,3.249013,3.261944,3.691307,3.666234,3.581467,3.52258,3.610371,3.837032,3.642553,2.408249,2.555070557,2.701892,2.88695459,3.072017,3.109218,3.249013,3.261944,3.691307,3.666234,3.581467,3.52258,3.610371,3.837032,3.642553,2.408249,2.555070557,2.701892,2.88695459,3.072017,3.109218,3.249013,3.261944,3.691307,3.666234,3.581467,3.52258,3.610371,3.837032,3.642553,2.408249,2.555070557,2.701892,2.88695459,3.072017,3.109218,3.249013,3.261944,3.691307,3.666234,3.581467,3.52258,3.610371,3.837032,3.642553,2.408249,2.555070557,2.701892,2.88695459,3.072017,3.109218,3.249013,3.261944,3.691307,3.666234,3.581467,3.52258,3.610371,3.837032,3.642553,2.408249,2.555070557,2.701892,2.88695459,3.072017,3.109218,3.249013,3.261944,3.691307,3.666234,3.581467,3.52258,3.610371,3.837032,3.642553,2.408249,2.555070557,2.701892,2.88695459,3.072017,3.109218,3.249013,3.261944,3.691307,3.666234,3.581467,3.52258,3.610371,3.837032,3.642553,2.408249,2.555070557,2.701892,2.88695459,3.072017,3.109218,3.249013,3.261944,3.691307,3.666234,3.581467,3.52258,3.610371,3.837032,3.642553,2.408249,2.555070557,2.701892,2.88695459,3.072017,3.109218,3.249013,3.261944,3.691307,3.666234,3.581467,3.52258,3.610371,3.837032,3.642553,2.408249,2.555070557,2.701892,2.88695459,3.072017,3.109218,3.249013,3.261944,3.691307,3.666234,3.581467,3.52258,3.610371,3.837032,3.642553,2.408249,2.555070557,2.701892,2.88695459,3.072017,3.109218,3.249013,3.261944,3.691307,3.666234,3.581467,3.52258,3.610371,3.837032,3.642553,2.408249,2.555070557,2.701892,2.88695459,3.072017,3.109218,3.249013,3.261944,3.691307,3.666234,3.581467,3.52258,3.610371,3.837032,3.642553,2.408249,2.555070557,2.701892,2.88695459,3.072017,3.109218,3.249013,3.261944,3.691307,3.666234,3.581467,3.52258,3.610371,3.837032,3.642553,2.408249,2.555070557,2.701892,2.88695459,3.072017,3.109218,3.249013,3.261944,3.691307,3.666234,3.581467,3.52258,3.610371,3.837032,3.642553,2.408249,2.555070557,2.701892,2.88695459,3.072017,3.109218,3.249013,3.261944,3.691307,3.666234,3.581467,3.52258,3.610371,3.837032,3.642553,2.408249,2.555070557,2.701892,2.88695459,3.072017,3.109218,3.249013,3.261944,3.691307,3.666234,3.581467,3.52258,3.610371,3.837032,3.642553,2.408249,2.555070557,2.701892,2.88695459,3.072017,3.109218,3.249013,3.261944,3.691307,3.666234,3.581467,3.52258,3.610371,3.837032,3.642553,2.408249,2.555070557,2.701892,2.88695459,3.072017,3.109218,3.249013,3.261944,3.691307,3.666234,3.581467,3.52258,3.610371,3.837032,3.642553,2.408249,2.555070557,2.701892,2.88695459,3.072017,3.109218,3.249013,3.261944,3.691307,3.666234,3.581467,3.52258,3.610371,3.837032,3.642553,2.408249,2.555070557,2.701892,2.88695459,3.072017,3.109218,3.249013,3.261944,3.691307,3.666234,3.581467,3.52258,3.610371,3.837032,3.642553,1.129952,1.206979492,1.284007,1.364086914,1.444167,1.481511,1.609569,1.765169,2.133172,2.34723,2.287321,2.263842,2.240698,2.338342,2.407226,1.129952,1.206979492,1.284007,1.364086914,1.444167,1.481511,1.609569,1.765169,2.133172,2.34723,2.287321,2.263842,2.240698,2.338342,2.407226,1.129952,1.206979492,1.284007,1.364086914,1.444167,1.481511,1.609569,1.765169,2.133172,2.34723,2.287321,2.263842,2.240698,2.338342,2.407226,1.129952,1.206979492,1.284007,1.364086914,1.444167,1.481511,1.609569,1.765169,2.133172,2.34723,2.287321,2.263842,2.240698,2.338342,2.407226,1.129952,1.206979492,1.284007,1.364086914,1.444167,1.481511,1.609569,1.765169,2.133172,2.34723,2.287321,2.263842,2.240698,2.338342,2.407226,1.129952,1.206979492,1.284007,1.364086914,1.444167,1.481511,1.609569,1.765169,2.133172,2.34723,2.287321,2.263842,2.240698,2.338342,2.407226,1.129952,1.206979492,1.284007,1.364086914,1.444167,1.481511,1.609569,1.765169,2.133172,2.34723,2.287321,2.263842,2.240698,2.338342,2.407226,1.129952,1.206979492,1.284007,1.364086914,1.444167,1.481511,1.609569,1.765169,2.133172,2.34723,2.287321,2.263842,2.240698,2.338342,2.407226,1.129952,1.206979492,1.284007,1.364086914,1.444167,1.481511,1.609569,1.765169,2.133172,2.34723,2.287321,2.263842,2.240698,2.338342,2.407226,1.129952,1.206979492,1.284007,1.364086914,1.444167,1.481511,1.609569,1.765169,2.133172,2.34723,2.287321,2.263842,2.240698,2.338342,2.407226,1.129952,1.206979492,1.284007,1.364086914,1.444167,1.481511,1.609569,1.765169,2.133172,2.34723,2.287321,2.263842,2.240698,2.338342,2.407226,1.129952,1.206979492,1.284007,1.364086914,1.444167,1.481511,1.609569,1.765169,2.133172,2.34723,2.287321,2.263842,2.240698,2.338342,2.407226,1.129952,1.206979492,1.284007,1.364086914,1.444167,1.481511,1.609569,1.765169,2.133172,2.34723,2.287321,2.263842,2.240698,2.338342,2.407226,1.129952,1.206979492,1.284007,1.364086914,1.444167,1.481511,1.609569,1.765169,2.133172,2.34723,2.287321,2.263842,2.240698,2.338342,2.407226,1.129952,1.206979492,1.284007,1.364086914,1.444167,1.481511,1.609569,1.765169,2.133172,2.34723,2.287321,2.263842,2.240698,2.338342,2.407226,1.129952,1.206979492,1.284007,1.364086914,1.444167,1.481511,1.609569,1.765169,2.133172,2.34723,2.287321,2.263842,2.240698,2.338342,2.407226,1.129952,1.206979492,1.284007,1.364086914,1.444167,1.481511,1.609569,1.765169,2.133172,2.34723,2.287321,2.263842,2.240698,2.338342,2.407226,1.129952,1.206979492,1.284007,1.364086914,1.444167,1.481511,1.609569,1.765169,2.133172,2.34723,2.287321,2.263842,2.240698,2.338342,2.407226,1.129952,1.206979492,1.284007,1.364086914,1.444167,1.481511,1.609569,1.765169,2.133172,2.34723,2.287321,2.263842,2.240698,2.338342,2.407226,1.129952,1.206979492,1.284007,1.364086914,1.444167,1.481511,1.609569,1.765169,2.133172,2.34723,2.287321,2.263842,2.240698,2.338342,2.407226,1.129952,1.206979492,1.284007,1.364086914,1.444167,1.481511,1.609569,1.765169,2.133172,2.34723,2.287321,2.263842,2.240698,2.338342,2.407226,1.129952,1.206979492,1.284007,1.364086914,1.444167,1.481511,1.609569,1.765169,2.133172,2.34723,2.287321,2.263842,2.240698,2.338342,2.407226,1.129952,1.206979492,1.284007,1.364086914,1.444167,1.481511,1.609569,1.765169,2.133172,2.34723,2.287321,2.263842,2.240698,2.338342,2.407226,1.129952,1.206979492,1.284007,1.364086914,1.444167,1.481511,1.609569,1.765169,2.133172,2.34723,2.287321,2.263842,2.240698,2.338342,2.407226,1.129952,1.206979492,1.284007,1.364086914,1.444167,1.481511,1.609569,1.765169,2.133172,2.34723,2.287321,2.263842,2.240698,2.338342,2.407226,1.129952,1.206979492,1.284007,1.364086914,1.444167,1.481511,1.609569,1.765169,2.133172,2.34723,2.287321,2.263842,2.240698,2.338342,2.407226,1.129952,1.206979492,1.284007,1.364086914,1.444167,1.481511,1.609569,1.765169,2.133172,2.34723,2.287321,2.263842,2.240698,2.338342,2.407226,1.129952,1.206979492,1.284007,1.364086914,1.444167,1.481511,1.609569,1.765169,2.133172,2.34723,2.287321,2.263842,2.240698,2.338342,2.407226,1.129952,1.206979492,1.284007,1.364086914,1.444167,1.481511,1.609569,1.765169,2.133172,2.34723,2.287321,2.263842,2.240698,2.338342,2.407226,1.129952,1.206979492,1.284007,1.364086914,1.444167,1.481511,1.609569,1.765169,2.133172,2.34723,2.287321,2.263842,2.240698,2.338342,2.407226,1.129952,1.206979492,1.284007,1.364086914,1.444167,1.481511,1.609569,1.765169,2.133172,2.34723,2.287321,2.263842,2.240698,2.338342,2.407226,1.129952,1.206979492,1.284007,1.364086914,1.444167,1.481511,1.609569,1.765169,2.133172,2.34723,2.287321,2.263842,2.240698,2.338342,2.407226,1.129952,1.206979492,1.284007,1.364086914,1.444167,1.481511,1.609569,1.765169,2.133172,2.34723,2.287321,2.263842,2.240698,2.338342,2.407226,1.129952,1.206979492,1.284007,1.364086914,1.444167,1.481511,1.609569,1.765169,2.133172,2.34723,2.287321,2.263842,2.240698,2.338342,2.407226,1.129952,1.206979492,1.284007,1.364086914,1.444167,1.481511,1.609569,1.765169,2.133172,2.34723,2.287321,2.263842,2.240698,2.338342,2.407226,1.129952,1.206979492,1.284007,1.364086914,1.444167,1.481511,1.609569,1.765169,2.133172,2.34723,2.287321,2.263842,2.240698,2.338342,2.407226,1.129952,1.206979492,1.284007,1.364086914,1.444167,1.481511,1.609569,1.765169,2.133172,2.34723,2.287321,2.263842,2.240698,2.338342,2.407226,1.129952,1.206979492,1.284007,1.364086914,1.444167,1.481511,1.609569,1.765169,2.133172,2.34723,2.287321,2.263842,2.240698,2.338342,2.407226,1.129952,1.206979492,1.284007,1.364086914,1.444167,1.481511,1.609569,1.765169,2.133172,2.34723,2.287321,2.263842,2.240698,2.338342,2.407226,1.129952,1.206979492,1.284007,1.364086914,1.444167,1.481511,1.609569,1.765169,2.133172,2.34723,2.287321,2.263842,2.240698,2.338342,2.407226,1.129952,1.206979492,1.284007,1.364086914,1.444167,1.481511,1.609569,1.765169,2.133172,2.34723,2.287321,2.263842,2.240698,2.338342,2.407226,1.129952,1.206979492,1.284007,1.364086914,1.444167,1.481511,1.609569,1.765169,2.133172,2.34723,2.287321,2.263842,2.240698,2.338342,2.407226,1.129952,1.206979492,1.284007,1.364086914,1.444167,1.481511,1.609569,1.765169,2.133172,2.34723,2.287321,2.263842,2.240698,2.338342,2.407226,1.129952,1.206979492,1.284007,1.364086914,1.444167,1.481511,1.609569,1.765169,2.133172,2.34723,2.287321,2.263842,2.240698,2.338342,2.407226,1.129952,1.206979492,1.284007,1.364086914,1.444167,1.481511,1.609569,1.765169,2.133172,2.34723,2.287321,2.263842,2.240698,2.338342,2.407226,1.129952,1.206979492,1.284007,1.364086914,1.444167,1.481511,1.609569,1.765169,2.133172,2.34723,2.287321,2.263842,2.240698,2.338342,2.407226,1.129952,1.206979492,1.284007,1.364086914,1.444167,1.481511,1.609569,1.765169,2.133172,2.34723,2.287321,2.263842,2.240698,2.338342,2.407226,1.129952,1.206979492,1.284007,1.364086914,1.444167,1.481511,1.609569,1.765169,2.133172,2.34723,2.287321,2.263842,2.240698,2.338342,2.407226,1.129952,1.206979492,1.284007,1.364086914,1.444167,1.481511,1.609569,1.765169,2.133172,2.34723,2.287321,2.263842,2.240698,2.338342,2.407226,1.129952,1.206979492,1.284007,1.364086914,1.444167,1.481511,1.609569,1.765169,2.133172,2.34723,2.287321,2.263842,2.240698,2.338342,2.407226,1.129952,1.206979492,1.284007,1.364086914,1.444167,1.481511,1.609569,1.765169,2.133172,2.34723,2.287321,2.263842,2.240698,2.338342,2.407226,1.129952,1.206979492,1.284007,1.364086914,1.444167,1.481511,1.609569,1.765169,2.133172,2.34723,2.287321,2.263842,2.240698,2.338342,2.407226,1.129952,1.206979492,1.284007,1.364086914,1.444167,1.481511,1.609569,1.765169,2.133172,2.34723,2.287321,2.263842,2.240698,2.338342,2.407226,1.129952,1.206979492,1.284007,1.364086914,1.444167,1.481511,1.609569,1.765169,2.133172,2.34723,2.287321,2.263842,2.240698,2.338342,2.407226,1.129952,1.206979492,1.284007,1.364086914,1.444167,1.481511,1.609569,1.765169,2.133172,2.34723,2.287321,2.263842,2.240698,2.338342,2.407226,1.129952,1.206979492,1.284007,1.364086914,1.444167,1.481511,1.609569,1.765169,2.133172,2.34723,2.287321,2.263842,2.240698,2.338342,2.407226,1.129952,1.206979492,1.284007,1.364086914,1.444167,1.481511,1.609569,1.765169,2.133172,2.34723,2.287321,2.263842,2.240698,2.338342,2.407226,1.129952,1.206979492,1.284007,1.364086914,1.444167,1.481511,1.609569,1.765169,2.133172,2.34723,2.287321,2.263842,2.240698,2.338342,2.407226,1.129952,1.206979492,1.284007,1.364086914,1.444167,1.481511,1.609569,1.765169,2.133172,2.34723,2.287321,2.263842,2.240698,2.338342,2.407226,1.129952,1.206979492,1.284007,1.364086914,1.444167,1.481511,1.609569,1.765169,2.133172,2.34723,2.287321,2.263842,2.240698,2.338342,2.407226,1.129952,1.206979492,1.284007,1.364086914,1.444167,1.481511,1.609569,1.765169,2.133172,2.34723,2.287321,2.263842,2.240698,2.338342,2.407226,1.129952,1.206979492,1.284007,1.364086914,1.444167,1.481511,1.609569,1.765169,2.133172,2.34723,2.287321,2.263842,2.240698,2.338342,2.407226,1.129952,1.206979492,1.284007,1.364086914,1.444167,1.481511,1.609569,1.765169,2.133172,2.34723,2.287321,2.263842,2.240698,2.338342,2.407226,1.129952,1.206979492,1.284007,1.364086914,1.444167,1.481511,1.609569,1.765169,2.133172,2.34723,2.287321,2.263842,2.240698,2.338342,2.407226,1.129952,1.206979492,1.284007,1.364086914,1.444167,1.481511,1.609569,1.765169,2.133172,2.34723,2.287321,2.263842,2.240698,2.338342,2.407226,1.129952,1.206979492,1.284007,1.364086914,1.444167,1.481511,1.609569,1.765169,2.133172,2.34723,2.287321,2.263842,2.240698,2.338342,2.407226,1.129952,1.206979492,1.284007,1.364086914,1.444167,1.481511,1.609569,1.765169,2.133172,2.34723,2.287321,2.263842,2.240698,2.338342,2.407226,1.129952,1.206979492,1.284007,1.364086914,1.444167,1.481511,1.609569,1.765169,2.133172,2.34723,2.287321,2.263842,2.240698,2.338342,2.407226,1.129952,1.206979492,1.284007,1.364086914,1.444167,1.481511,1.609569,1.765169,2.133172,2.34723,2.287321,2.263842,2.240698,2.338342,2.407226,1.129952,1.206979492,1.284007,1.364086914,1.444167,1.481511,1.609569,1.765169,2.133172,2.34723,2.287321,2.263842,2.240698,2.338342,2.407226,1.129952,1.206979492,1.284007,1.364086914,1.444167,1.481511,1.609569,1.765169,2.133172,2.34723,2.287321,2.263842,2.240698,2.338342,2.407226,1.129952,1.206979492,1.284007,1.364086914,1.444167,1.481511,1.609569,1.765169,2.133172,2.34723,2.287321,2.263842,2.240698,2.338342,2.407226,1.129952,1.206979492,1.284007,1.364086914,1.444167,1.481511,1.609569,1.765169,2.133172,2.34723,2.287321,2.263842,2.240698,2.338342,2.407226,1.129952,1.206979492,1.284007,1.364086914,1.444167,1.481511,1.609569,1.765169,2.133172,2.34723,2.287321,2.263842,2.240698,2.338342,2.407226,1.129952,1.206979492,1.284007,1.364086914,1.444167,1.481511,1.609569,1.765169,2.133172,2.34723,2.287321,2.263842,2.240698,2.338342,2.407226,1.129952,1.206979492,1.284007,1.364086914,1.444167,1.481511,1.609569,1.765169,2.133172,2.34723,2.287321,2.263842,2.240698,2.338342,2.407226,1.129952,1.206979492,1.284007,1.364086914,1.444167,1.481511,1.609569,1.765169,2.133172,2.34723,2.287321,2.263842,2.240698,2.338342,2.407226,1.129952,1.206979492,1.284007,1.364086914,1.444167,1.481511,1.609569,1.765169,2.133172,2.34723,2.287321,2.263842,2.240698,2.338342,2.407226,1.129952,1.206979492,1.284007,1.364086914,1.444167,1.481511,1.609569,1.765169,2.133172,2.34723,2.287321,2.263842,2.240698,2.338342,2.407226,1.129952,1.206979492,1.284007,1.364086914,1.444167,1.481511,1.609569,1.765169,2.133172,2.34723,2.287321,2.263842,2.240698,2.338342,2.407226,1.129952,1.206979492,1.284007,1.364086914,1.444167,1.481511,1.609569,1.765169,2.133172,2.34723,2.287321,2.263842,2.240698,2.338342,2.407226,1.129952,1.206979492,1.284007,1.364086914,1.444167,1.481511,1.609569,1.765169,2.133172,2.34723,2.287321,2.263842,2.240698,2.338342,2.407226,1.129952,1.206979492,1.284007,1.364086914,1.444167,1.481511,1.609569,1.765169,2.133172,2.34723,2.287321,2.263842,2.240698,2.338342,2.407226,1.129952,1.206979492,1.284007,1.364086914,1.444167,1.481511,1.609569,1.765169,2.133172,2.34723,2.287321,2.263842,2.240698,2.338342,2.407226,1.129952,1.206979492,1.284007,1.364086914,1.444167,1.481511,1.609569,1.765169,2.133172,2.34723,2.287321,2.263842,2.240698,2.338342,2.407226,1.129952,1.206979492,1.284007,1.364086914,1.444167,1.481511,1.609569,1.765169,2.133172,2.34723,2.287321,2.263842,2.240698,2.338342,2.407226,1.129952,1.206979492,1.284007,1.364086914,1.444167,1.481511,1.609569,1.765169,2.133172,2.34723,2.287321,2.263842,2.240698,2.338342,2.407226,0.558529,0.596226501,0.633924,0.664369019,0.694814,0.722045,0.781394,0.78705,0.889625,0.970831,0.959532,1.000944,1.01143,1.064779,1.057213,0.558529,0.596226501,0.633924,0.664369019,0.694814,0.722045,0.781394,0.78705,0.889625,0.970831,0.959532,1.000944,1.01143,1.064779,1.057213,0.558529,0.596226501,0.633924,0.664369019,0.694814,0.722045,0.781394,0.78705,0.889625,0.970831,0.959532,1.000944,1.01143,1.064779,1.057213,0.558529,0.596226501,0.633924,0.664369019,0.694814,0.722045,0.781394,0.78705,0.889625,0.970831,0.959532,1.000944,1.01143,1.064779,1.057213,0.558529,0.596226501,0.633924,0.664369019,0.694814,0.722045,0.781394,0.78705,0.889625,0.970831,0.959532,1.000944,1.01143,1.064779,1.057213,0.558529,0.596226501,0.633924,0.664369019,0.694814,0.722045,0.781394,0.78705,0.889625,0.970831,0.959532,1.000944,1.01143,1.064779,1.057213,0.558529,0.596226501,0.633924,0.664369019,0.694814,0.722045,0.781394,0.78705,0.889625,0.970831,0.959532,1.000944,1.01143,1.064779,1.057213,0.558529,0.596226501,0.633924,0.664369019,0.694814,0.722045,0.781394,0.78705,0.889625,0.970831,0.959532,1.000944,1.01143,1.064779,1.057213,0.558529,0.596226501,0.633924,0.664369019,0.694814,0.722045,0.781394,0.78705,0.889625,0.970831,0.959532,1.000944,1.01143,1.064779,1.057213,0.558529,0.596226501,0.633924,0.664369019,0.694814,0.722045,0.781394,0.78705,0.889625,0.970831,0.959532,1.000944,1.01143,1.064779,1.057213,0.558529,0.596226501,0.633924,0.664369019,0.694814,0.722045,0.781394,0.78705,0.889625,0.970831,0.959532,1.000944,1.01143,1.064779,1.057213,0.558529,0.596226501,0.633924,0.664369019,0.694814,0.722045,0.781394,0.78705,0.889625,0.970831,0.959532,1.000944,1.01143,1.064779,1.057213,0.558529,0.596226501,0.633924,0.664369019,0.694814,0.722045,0.781394,0.78705,0.889625,0.970831,0.959532,1.000944,1.01143,1.064779,1.057213,0.558529,0.596226501,0.633924,0.664369019,0.694814,0.722045,0.781394,0.78705,0.889625,0.970831,0.959532,1.000944,1.01143,1.064779,1.057213,0.558529,0.596226501,0.633924,0.664369019,0.694814,0.722045,0.781394,0.78705,0.889625,0.970831,0.959532,1.000944,1.01143,1.064779,1.057213,0.558529,0.596226501,0.633924,0.664369019,0.694814,0.722045,0.781394,0.78705,0.889625,0.970831,0.959532,1.000944,1.01143,1.064779,1.057213,0.558529,0.596226501,0.633924,0.664369019,0.694814,0.722045,0.781394,0.78705,0.889625,0.970831,0.959532,1.000944,1.01143,1.064779,1.057213,0.558529,0.596226501,0.633924,0.664369019,0.694814,0.722045,0.781394,0.78705,0.889625,0.970831,0.959532,1.000944,1.01143,1.064779,1.057213,0.558529,0.596226501,0.633924,0.664369019,0.694814,0.722045,0.781394,0.78705,0.889625,0.970831,0.959532,1.000944,1.01143,1.064779,1.057213,0.558529,0.596226501,0.633924,0.664369019,0.694814,0.722045,0.781394,0.78705,0.889625,0.970831,0.959532,1.000944,1.01143,1.064779,1.057213,0.558529,0.596226501,0.633924,0.664369019,0.694814,0.722045,0.781394,0.78705,0.889625,0.970831,0.959532,1.000944,1.01143,1.064779,1.057213,0.558529,0.596226501,0.633924,0.664369019,0.694814,0.722045,0.781394,0.78705,0.889625,0.970831,0.959532,1.000944,1.01143,1.064779,1.057213,0.558529,0.596226501,0.633924,0.664369019,0.694814,0.722045,0.781394,0.78705,0.889625,0.970831,0.959532,1.000944,1.01143,1.064779,1.057213,0.558529,0.596226501,0.633924,0.664369019,0.694814,0.722045,0.781394,0.78705,0.889625,0.970831,0.959532,1.000944,1.01143,1.064779,1.057213,0.558529,0.596226501,0.633924,0.664369019,0.694814,0.722045,0.781394,0.78705,0.889625,0.970831,0.959532,1.000944,1.01143,1.064779,1.057213,0.558529,0.596226501,0.633924,0.664369019,0.694814,0.722045,0.781394,0.78705,0.889625,0.970831,0.959532,1.000944,1.01143,1.064779,1.057213,0.558529,0.596226501,0.633924,0.664369019,0.694814,0.722045,0.781394,0.78705,0.889625,0.970831,0.959532,1.000944,1.01143,1.064779,1.057213,0.558529,0.596226501,0.633924,0.664369019,0.694814,0.722045,0.781394,0.78705,0.889625,0.970831,0.959532,1.000944,1.01143,1.064779,1.057213,0.558529,0.596226501,0.633924,0.664369019,0.694814,0.722045,0.781394,0.78705,0.889625,0.970831,0.959532,1.000944,1.01143,1.064779,1.057213,0.558529,0.596226501,0.633924,0.664369019,0.694814,0.722045,0.781394,0.78705,0.889625,0.970831,0.959532,1.000944,1.01143,1.064779,1.057213,0.558529,0.596226501,0.633924,0.664369019,0.694814,0.722045,0.781394,0.78705,0.889625,0.970831,0.959532,1.000944,1.01143,1.064779,1.057213,0.558529,0.596226501,0.633924,0.664369019,0.694814,0.722045,0.781394,0.78705,0.889625,0.970831,0.959532,1.000944,1.01143,1.064779,1.057213,0.558529,0.596226501,0.633924,0.664369019,0.694814,0.722045,0.781394,0.78705,0.889625,0.970831,0.959532,1.000944,1.01143,1.064779,1.057213,0.558529,0.596226501,0.633924,0.664369019,0.694814,0.722045,0.781394,0.78705,0.889625,0.970831,0.959532,1.000944,1.01143,1.064779,1.057213,0.558529,0.596226501,0.633924,0.664369019,0.694814,0.722045,0.781394,0.78705,0.889625,0.970831,0.959532,1.000944,1.01143,1.064779,1.057213,0.558529,0.596226501,0.633924,0.664369019,0.694814,0.722045,0.781394,0.78705,0.889625,0.970831,0.959532,1.000944,1.01143,1.064779,1.057213,0.558529,0.596226501,0.633924,0.664369019,0.694814,0.722045,0.781394,0.78705,0.889625,0.970831,0.959532,1.000944,1.01143,1.064779,1.057213,0.558529,0.596226501,0.633924,0.664369019,0.694814,0.722045,0.781394,0.78705,0.889625,0.970831,0.959532,1.000944,1.01143,1.064779,1.057213,0.558529,0.596226501,0.633924,0.664369019,0.694814,0.722045,0.781394,0.78705,0.889625,0.970831,0.959532,1.000944,1.01143,1.064779,1.057213,0.558529,0.596226501,0.633924,0.664369019,0.694814,0.722045,0.781394,0.78705,0.889625,0.970831,0.959532,1.000944,1.01143,1.064779,1.057213,0.558529,0.596226501,0.633924,0.664369019,0.694814,0.722045,0.781394,0.78705,0.889625,0.970831,0.959532,1.000944,1.01143,1.064779,1.057213,0.558529,0.596226501,0.633924,0.664369019,0.694814,0.722045,0.781394,0.78705,0.889625,0.970831,0.959532,1.000944,1.01143,1.064779,1.057213,0.558529,0.596226501,0.633924,0.664369019,0.694814,0.722045,0.781394,0.78705,0.889625,0.970831,0.959532,1.000944,1.01143,1.064779,1.057213,0.558529,0.596226501,0.633924,0.664369019,0.694814,0.722045,0.781394,0.78705,0.889625,0.970831,0.959532,1.000944,1.01143,1.064779,1.057213,0.558529,0.596226501,0.633924,0.664369019,0.694814,0.722045,0.781394,0.78705,0.889625,0.970831,0.959532,1.000944,1.01143,1.064779,1.057213,0.558529,0.596226501,0.633924,0.664369019,0.694814,0.722045,0.781394,0.78705,0.889625,0.970831,0.959532,1.000944,1.01143,1.064779,1.057213,0.558529,0.596226501,0.633924,0.664369019,0.694814,0.722045,0.781394,0.78705,0.889625,0.970831,0.959532,1.000944,1.01143,1.064779,1.057213,0.558529,0.596226501,0.633924,0.664369019,0.694814,0.722045,0.781394,0.78705,0.889625,0.970831,0.959532,1.000944,1.01143,1.064779,1.057213,0.558529,0.596226501,0.633924,0.664369019,0.694814,0.722045,0.781394,0.78705,0.889625,0.970831,0.959532,1.000944,1.01143,1.064779,1.057213,0.558529,0.596226501,0.633924,0.664369019,0.694814,0.722045,0.781394,0.78705,0.889625,0.970831,0.959532,1.000944,1.01143,1.064779,1.057213,0.558529,0.596226501,0.633924,0.664369019,0.694814,0.722045,0.781394,0.78705,0.889625,0.970831,0.959532,1.000944,1.01143,1.064779,1.057213,0.558529,0.596226501,0.633924,0.664369019,0.694814,0.722045,0.781394,0.78705,0.889625,0.970831,0.959532,1.000944,1.01143,1.064779,1.057213,0.558529,0.596226501,0.633924,0.664369019,0.694814,0.722045,0.781394,0.78705,0.889625,0.970831,0.959532,1.000944,1.01143,1.064779,1.057213,0.558529,0.596226501,0.633924,0.664369019,0.694814,0.722045,0.781394,0.78705,0.889625,0.970831,0.959532,1.000944,1.01143,1.064779,1.057213,0.558529,0.596226501,0.633924,0.664369019,0.694814,0.722045,0.781394,0.78705,0.889625,0.970831,0.959532,1.000944,1.01143,1.064779,1.057213,0.558529,0.596226501,0.633924,0.664369019,0.694814,0.722045,0.781394,0.78705,0.889625,0.970831,0.959532,1.000944,1.01143,1.064779,1.057213,0.558529,0.596226501,0.633924,0.664369019,0.694814,0.722045,0.781394,0.78705,0.889625,0.970831,0.959532,1.000944,1.01143,1.064779,1.057213,0.558529,0.596226501,0.633924,0.664369019,0.694814,0.722045,0.781394,0.78705,0.889625,0.970831,0.959532,1.000944,1.01143,1.064779,1.057213,0.558529,0.596226501,0.633924,0.664369019,0.694814,0.722045,0.781394,0.78705,0.889625,0.970831,0.959532,1.000944,1.01143,1.064779,1.057213,0.558529,0.596226501,0.633924,0.664369019,0.694814,0.722045,0.781394,0.78705,0.889625,0.970831,0.959532,1.000944,1.01143,1.064779,1.057213,0.558529,0.596226501,0.633924,0.664369019,0.694814,0.722045,0.781394,0.78705,0.889625,0.970831,0.959532,1.000944,1.01143,1.064779,1.057213,0.558529,0.596226501,0.633924,0.664369019,0.694814,0.722045,0.781394,0.78705,0.889625,0.970831,0.959532,1.000944,1.01143,1.064779,1.057213,0.558529,0.596226501,0.633924,0.664369019,0.694814,0.722045,0.781394,0.78705,0.889625,0.970831,0.959532,1.000944,1.01143,1.064779,1.057213,0.558529,0.596226501,0.633924,0.664369019,0.694814,0.722045,0.781394,0.78705,0.889625,0.970831,0.959532,1.000944,1.01143,1.064779,1.057213,0.558529,0.596226501,0.633924,0.664369019,0.694814,0.722045,0.781394,0.78705,0.889625,0.970831,0.959532,1.000944,1.01143,1.064779,1.057213,0.558529,0.596226501,0.633924,0.664369019,0.694814,0.722045,0.781394,0.78705,0.889625,0.970831,0.959532,1.000944,1.01143,1.064779,1.057213,0.558529,0.596226501,0.633924,0.664369019,0.694814,0.722045,0.781394,0.78705,0.889625,0.970831,0.959532,1.000944,1.01143,1.064779,1.057213,0.558529,0.596226501,0.633924,0.664369019,0.694814,0.722045,0.781394,0.78705,0.889625,0.970831,0.959532,1.000944,1.01143,1.064779,1.057213,0.558529,0.596226501,0.633924,0.664369019,0.694814,0.722045,0.781394,0.78705,0.889625,0.970831,0.959532,1.000944,1.01143,1.064779,1.057213,0.558529,0.596226501,0.633924,0.664369019,0.694814,0.722045,0.781394,0.78705,0.889625,0.970831,0.959532,1.000944,1.01143,1.064779,1.057213,0.558529,0.596226501,0.633924,0.664369019,0.694814,0.722045,0.781394,0.78705,0.889625,0.970831,0.959532,1.000944,1.01143,1.064779,1.057213,0.558529,0.596226501,0.633924,0.664369019,0.694814,0.722045,0.781394,0.78705,0.889625,0.970831,0.959532,1.000944,1.01143,1.064779,1.057213,0.558529,0.596226501,0.633924,0.664369019,0.694814,0.722045,0.781394,0.78705,0.889625,0.970831,0.959532,1.000944,1.01143,1.064779,1.057213,0.558529,0.596226501,0.633924,0.664369019,0.694814,0.722045,0.781394,0.78705,0.889625,0.970831,0.959532,1.000944,1.01143,1.064779,1.057213,0.558529,0.596226501,0.633924,0.664369019,0.694814,0.722045,0.781394,0.78705,0.889625,0.970831,0.959532,1.000944,1.01143,1.064779,1.057213,0.558529,0.596226501,0.633924,0.664369019,0.694814,0.722045,0.781394,0.78705,0.889625,0.970831,0.959532,1.000944,1.01143,1.064779,1.057213,0.558529,0.596226501,0.633924,0.664369019,0.694814,0.722045,0.781394,0.78705,0.889625,0.970831,0.959532,1.000944,1.01143,1.064779,1.057213,0.558529,0.596226501,0.633924,0.664369019,0.694814,0.722045,0.781394,0.78705,0.889625,0.970831,0.959532,1.000944,1.01143,1.064779,1.057213,0.558529,0.596226501,0.633924,0.664369019,0.694814,0.722045,0.781394,0.78705,0.889625,0.970831,0.959532,1.000944,1.01143,1.064779,1.057213,0.558529,0.596226501,0.633924,0.664369019,0.694814,0.722045,0.781394,0.78705,0.889625,0.970831,0.959532,1.000944,1.01143,1.064779,1.057213,0.558529,0.596226501,0.633924,0.664369019,0.694814,0.722045,0.781394,0.78705,0.889625,0.970831,0.959532,1.000944,1.01143,1.064779,1.057213,0.558529,0.596226501,0.633924,0.664369019,0.694814,0.722045,0.781394,0.78705,0.889625,0.970831,0.959532,1.000944,1.01143,1.064779,1.057213,1.279422,1.386803955,1.494186,1.546756104,1.599326,1.724677,1.76058,2.020091,2.187504,2.454726,2.57636,2.525155,2.559551,2.721043,2.587389,1.279422,1.386803955,1.494186,1.546756104,1.599326,1.724677,1.76058,2.020091,2.187504,2.454726,2.57636,2.525155,2.559551,2.721043,2.587389,1.279422,1.386803955,1.494186,1.546756104,1.599326,1.724677,1.76058,2.020091,2.187504,2.454726,2.57636,2.525155,2.559551,2.721043,2.587389,1.279422,1.386803955,1.494186,1.546756104,1.599326,1.724677,1.76058,2.020091,2.187504,2.454726,2.57636,2.525155,2.559551,2.721043,2.587389,1.279422,1.386803955,1.494186,1.546756104,1.599326,1.724677,1.76058,2.020091,2.187504,2.454726,2.57636,2.525155,2.559551,2.721043,2.587389,1.279422,1.386803955,1.494186,1.546756104,1.599326,1.724677,1.76058,2.020091,2.187504,2.454726,2.57636,2.525155,2.559551,2.721043,2.587389,1.279422,1.386803955,1.494186,1.546756104,1.599326,1.724677,1.76058,2.020091,2.187504,2.454726,2.57636,2.525155,2.559551,2.721043,2.587389,1.279422,1.386803955,1.494186,1.546756104,1.599326,1.724677,1.76058,2.020091,2.187504,2.454726,2.57636,2.525155,2.559551,2.721043,2.587389,1.279422,1.386803955,1.494186,1.546756104,1.599326,1.724677,1.76058,2.020091,2.187504,2.454726,2.57636,2.525155,2.559551,2.721043,2.587389,1.279422,1.386803955,1.494186,1.546756104,1.599326,1.724677,1.76058,2.020091,2.187504,2.454726,2.57636,2.525155,2.559551,2.721043,2.587389,1.279422,1.386803955,1.494186,1.546756104,1.599326,1.724677,1.76058,2.020091,2.187504,2.454726,2.57636,2.525155,2.559551,2.721043,2.587389,1.279422,1.386803955,1.494186,1.546756104,1.599326,1.724677,1.76058,2.020091,2.187504,2.454726,2.57636,2.525155,2.559551,2.721043,2.587389,1.279422,1.386803955,1.494186,1.546756104,1.599326,1.724677,1.76058,2.020091,2.187504,2.454726,2.57636,2.525155,2.559551,2.721043,2.587389,1.279422,1.386803955,1.494186,1.546756104,1.599326,1.724677,1.76058,2.020091,2.187504,2.454726,2.57636,2.525155,2.559551,2.721043,2.587389,1.279422,1.386803955,1.494186,1.546756104,1.599326,1.724677,1.76058,2.020091,2.187504,2.454726,2.57636,2.525155,2.559551,2.721043,2.587389,1.279422,1.386803955,1.494186,1.546756104,1.599326,1.724677,1.76058,2.020091,2.187504,2.454726,2.57636,2.525155,2.559551,2.721043,2.587389,1.279422,1.386803955,1.494186,1.546756104,1.599326,1.724677,1.76058,2.020091,2.187504,2.454726,2.57636,2.525155,2.559551,2.721043,2.587389,1.279422,1.386803955,1.494186,1.546756104,1.599326,1.724677,1.76058,2.020091,2.187504,2.454726,2.57636,2.525155,2.559551,2.721043,2.587389,1.279422,1.386803955,1.494186,1.546756104,1.599326,1.724677,1.76058,2.020091,2.187504,2.454726,2.57636,2.525155,2.559551,2.721043,2.587389,1.279422,1.386803955,1.494186,1.546756104,1.599326,1.724677,1.76058,2.020091,2.187504,2.454726,2.57636,2.525155,2.559551,2.721043,2.587389,1.279422,1.386803955,1.494186,1.546756104,1.599326,1.724677,1.76058,2.020091,2.187504,2.454726,2.57636,2.525155,2.559551,2.721043,2.587389,1.279422,1.386803955,1.494186,1.546756104,1.599326,1.724677,1.76058,2.020091,2.187504,2.454726,2.57636,2.525155,2.559551,2.721043,2.587389,1.279422,1.386803955,1.494186,1.546756104,1.599326,1.724677,1.76058,2.020091,2.187504,2.454726,2.57636,2.525155,2.559551,2.721043,2.587389,1.279422,1.386803955,1.494186,1.546756104,1.599326,1.724677,1.76058,2.020091,2.187504,2.454726,2.57636,2.525155,2.559551,2.721043,2.587389,1.279422,1.386803955,1.494186,1.546756104,1.599326,1.724677,1.76058,2.020091,2.187504,2.454726,2.57636,2.525155,2.559551,2.721043,2.587389,1.279422,1.386803955,1.494186,1.546756104,1.599326,1.724677,1.76058,2.020091,2.187504,2.454726,2.57636,2.525155,2.559551,2.721043,2.587389,1.279422,1.386803955,1.494186,1.546756104,1.599326,1.724677,1.76058,2.020091,2.187504,2.454726,2.57636,2.525155,2.559551,2.721043,2.587389,1.279422,1.386803955,1.494186,1.546756104,1.599326,1.724677,1.76058,2.020091,2.187504,2.454726,2.57636,2.525155,2.559551,2.721043,2.587389,1.279422,1.386803955,1.494186,1.546756104,1.599326,1.724677,1.76058,2.020091,2.187504,2.454726,2.57636,2.525155,2.559551,2.721043,2.587389,1.279422,1.386803955,1.494186,1.546756104,1.599326,1.724677,1.76058,2.020091,2.187504,2.454726,2.57636,2.525155,2.559551,2.721043,2.587389,1.279422,1.386803955,1.494186,1.546756104,1.599326,1.724677,1.76058,2.020091,2.187504,2.454726,2.57636,2.525155,2.559551,2.721043,2.587389,1.279422,1.386803955,1.494186,1.546756104,1.599326,1.724677,1.76058,2.020091,2.187504,2.454726,2.57636,2.525155,2.559551,2.721043,2.587389,1.279422,1.386803955,1.494186,1.546756104,1.599326,1.724677,1.76058,2.020091,2.187504,2.454726,2.57636,2.525155,2.559551,2.721043,2.587389,1.279422,1.386803955,1.494186,1.546756104,1.599326,1.724677,1.76058,2.020091,2.187504,2.454726,2.57636,2.525155,2.559551,2.721043,2.587389,1.279422,1.386803955,1.494186,1.546756104,1.599326,1.724677,1.76058,2.020091,2.187504,2.454726,2.57636,2.525155,2.559551,2.721043,2.587389,1.279422,1.386803955,1.494186,1.546756104,1.599326,1.724677,1.76058,2.020091,2.187504,2.454726,2.57636,2.525155,2.559551,2.721043,2.587389,1.279422,1.386803955,1.494186,1.546756104,1.599326,1.724677,1.76058,2.020091,2.187504,2.454726,2.57636,2.525155,2.559551,2.721043,2.587389,1.279422,1.386803955,1.494186,1.546756104,1.599326,1.724677,1.76058,2.020091,2.187504,2.454726,2.57636,2.525155,2.559551,2.721043,2.587389,1.279422,1.386803955,1.494186,1.546756104,1.599326,1.724677,1.76058,2.020091,2.187504,2.454726,2.57636,2.525155,2.559551,2.721043,2.587389,1.279422,1.386803955,1.494186,1.546756104,1.599326,1.724677,1.76058,2.020091,2.187504,2.454726,2.57636,2.525155,2.559551,2.721043,2.587389,1.279422,1.386803955,1.494186,1.546756104,1.599326,1.724677,1.76058,2.020091,2.187504,2.454726,2.57636,2.525155,2.559551,2.721043,2.587389,1.279422,1.386803955,1.494186,1.546756104,1.599326,1.724677,1.76058,2.020091,2.187504,2.454726,2.57636,2.525155,2.559551,2.721043,2.587389,1.279422,1.386803955,1.494186,1.546756104,1.599326,1.724677,1.76058,2.020091,2.187504,2.454726,2.57636,2.525155,2.559551,2.721043,2.587389,1.279422,1.386803955,1.494186,1.546756104,1.599326,1.724677,1.76058,2.020091,2.187504,2.454726,2.57636,2.525155,2.559551,2.721043,2.587389,1.279422,1.386803955,1.494186,1.546756104,1.599326,1.724677,1.76058,2.020091,2.187504,2.454726,2.57636,2.525155,2.559551,2.721043,2.587389,1.279422,1.386803955,1.494186,1.546756104,1.599326,1.724677,1.76058,2.020091,2.187504,2.454726,2.57636,2.525155,2.559551,2.721043,2.587389,1.279422,1.386803955,1.494186,1.546756104,1.599326,1.724677,1.76058,2.020091,2.187504,2.454726,2.57636,2.525155,2.559551,2.721043,2.587389,1.279422,1.386803955,1.494186,1.546756104,1.599326,1.724677,1.76058,2.020091,2.187504,2.454726,2.57636,2.525155,2.559551,2.721043,2.587389,1.279422,1.386803955,1.494186,1.546756104,1.599326,1.724677,1.76058,2.020091,2.187504,2.454726,2.57636,2.525155,2.559551,2.721043,2.587389,1.279422,1.386803955,1.494186,1.546756104,1.599326,1.724677,1.76058,2.020091,2.187504,2.454726,2.57636,2.525155,2.559551,2.721043,2.587389,1.279422,1.386803955,1.494186,1.546756104,1.599326,1.724677,1.76058,2.020091,2.187504,2.454726,2.57636,2.525155,2.559551,2.721043,2.587389,1.279422,1.386803955,1.494186,1.546756104,1.599326,1.724677,1.76058,2.020091,2.187504,2.454726,2.57636,2.525155,2.559551,2.721043,2.587389,1.279422,1.386803955,1.494186,1.546756104,1.599326,1.724677,1.76058,2.020091,2.187504,2.454726,2.57636,2.525155,2.559551,2.721043,2.587389,1.279422,1.386803955,1.494186,1.546756104,1.599326,1.724677,1.76058,2.020091,2.187504,2.454726,2.57636,2.525155,2.559551,2.721043,2.587389,1.279422,1.386803955,1.494186,1.546756104,1.599326,1.724677,1.76058,2.020091,2.187504,2.454726,2.57636,2.525155,2.559551,2.721043,2.587389,1.279422,1.386803955,1.494186,1.546756104,1.599326,1.724677,1.76058,2.020091,2.187504,2.454726,2.57636,2.525155,2.559551,2.721043,2.587389,1.279422,1.386803955,1.494186,1.546756104,1.599326,1.724677,1.76058,2.020091,2.187504,2.454726,2.57636,2.525155,2.559551,2.721043,2.587389,1.279422,1.386803955,1.494186,1.546756104,1.599326,1.724677,1.76058,2.020091,2.187504,2.454726,2.57636,2.525155,2.559551,2.721043,2.587389,1.279422,1.386803955,1.494186,1.546756104,1.599326,1.724677,1.76058,2.020091,2.187504,2.454726,2.57636,2.525155,2.559551,2.721043,2.587389,1.279422,1.386803955,1.494186,1.546756104,1.599326,1.724677,1.76058,2.020091,2.187504,2.454726,2.57636,2.525155,2.559551,2.721043,2.587389,1.279422,1.386803955,1.494186,1.546756104,1.599326,1.724677,1.76058,2.020091,2.187504,2.454726,2.57636,2.525155,2.559551,2.721043,2.587389,1.279422,1.386803955,1.494186,1.546756104,1.599326,1.724677,1.76058,2.020091,2.187504,2.454726,2.57636,2.525155,2.559551,2.721043,2.587389,1.279422,1.386803955,1.494186,1.546756104,1.599326,1.724677,1.76058,2.020091,2.187504,2.454726,2.57636,2.525155,2.559551,2.721043,2.587389,1.279422,1.386803955,1.494186,1.546756104,1.599326,1.724677,1.76058,2.020091,2.187504,2.454726,2.57636,2.525155,2.559551,2.721043,2.587389,1.279422,1.386803955,1.494186,1.546756104,1.599326,1.724677,1.76058,2.020091,2.187504,2.454726,2.57636,2.525155,2.559551,2.721043,2.587389,1.279422,1.386803955,1.494186,1.546756104,1.599326,1.724677,1.76058,2.020091,2.187504,2.454726,2.57636,2.525155,2.559551,2.721043,2.587389,1.279422,1.386803955,1.494186,1.546756104,1.599326,1.724677,1.76058,2.020091,2.187504,2.454726,2.57636,2.525155,2.559551,2.721043,2.587389,1.279422,1.386803955,1.494186,1.546756104,1.599326,1.724677,1.76058,2.020091,2.187504,2.454726,2.57636,2.525155,2.559551,2.721043,2.587389,1.279422,1.386803955,1.494186,1.546756104,1.599326,1.724677,1.76058,2.020091,2.187504,2.454726,2.57636,2.525155,2.559551,2.721043,2.587389,1.279422,1.386803955,1.494186,1.546756104,1.599326,1.724677,1.76058,2.020091,2.187504,2.454726,2.57636,2.525155,2.559551,2.721043,2.587389,1.279422,1.386803955,1.494186,1.546756104,1.599326,1.724677,1.76058,2.020091,2.187504,2.454726,2.57636,2.525155,2.559551,2.721043,2.587389,1.279422,1.386803955,1.494186,1.546756104,1.599326,1.724677,1.76058,2.020091,2.187504,2.454726,2.57636,2.525155,2.559551,2.721043,2.587389,1.279422,1.386803955,1.494186,1.546756104,1.599326,1.724677,1.76058,2.020091,2.187504,2.454726,2.57636,2.525155,2.559551,2.721043,2.587389,1.279422,1.386803955,1.494186,1.546756104,1.599326,1.724677,1.76058,2.020091,2.187504,2.454726,2.57636,2.525155,2.559551,2.721043,2.587389,1.279422,1.386803955,1.494186,1.546756104,1.599326,1.724677,1.76058,2.020091,2.187504,2.454726,2.57636,2.525155,2.559551,2.721043,2.587389,1.279422,1.386803955,1.494186,1.546756104,1.599326,1.724677,1.76058,2.020091,2.187504,2.454726,2.57636,2.525155,2.559551,2.721043,2.587389,1.279422,1.386803955,1.494186,1.546756104,1.599326,1.724677,1.76058,2.020091,2.187504,2.454726,2.57636,2.525155,2.559551,2.721043,2.587389,1.279422,1.386803955,1.494186,1.546756104,1.599326,1.724677,1.76058,2.020091,2.187504,2.454726,2.57636,2.525155,2.559551,2.721043,2.587389,1.279422,1.386803955,1.494186,1.546756104,1.599326,1.724677,1.76058,2.020091,2.187504,2.454726,2.57636,2.525155,2.559551,2.721043,2.587389,1.279422,1.386803955,1.494186,1.546756104,1.599326,1.724677,1.76058,2.020091,2.187504,2.454726,2.57636,2.525155,2.559551,2.721043,2.587389,1.279422,1.386803955,1.494186,1.546756104,1.599326,1.724677,1.76058,2.020091,2.187504,2.454726,2.57636,2.525155,2.559551,2.721043,2.587389,1.279422,1.386803955,1.494186,1.546756104,1.599326,1.724677,1.76058,2.020091,2.187504,2.454726,2.57636,2.525155,2.559551,2.721043,2.587389,1.279422,1.386803955,1.494186,1.546756104,1.599326,1.724677,1.76058,2.020091,2.187504,2.454726,2.57636,2.525155,2.559551,2.721043,2.587389,1.279422,1.386803955,1.494186,1.546756104,1.599326,1.724677,1.76058,2.020091,2.187504,2.454726,2.57636,2.525155,2.559551,2.721043,2.587389,1.279422,1.386803955,1.494186,1.546756104,1.599326,1.724677,1.76058,2.020091,2.187504,2.454726,2.57636,2.525155,2.559551,2.721043,2.587389,1.279422,1.386803955,1.494186,1.546756104,1.599326,1.724677,1.76058,2.020091,2.187504,2.454726,2.57636,2.525155,2.559551,2.721043,2.587389,1.279422,1.386803955,1.494186,1.546756104,1.599326,1.724677,1.76058,2.020091,2.187504,2.454726,2.57636,2.525155,2.559551,2.721043,2.587389,1.279422,1.386803955,1.494186,1.546756104,1.599326,1.724677,1.76058,2.020091,2.187504,2.454726,2.57636,2.525155,2.559551,2.721043,2.587389,1.279422,1.386803955,1.494186,1.546756104,1.599326,1.724677,1.76058,2.020091,2.187504,2.454726,2.57636,2.525155,2.559551,2.721043,2.587389,1.279422,1.386803955,1.494186,1.546756104,1.599326,1.724677,1.76058,2.020091,2.187504,2.454726,2.57636,2.525155,2.559551,2.721043,2.587389,1.279422,1.386803955,1.494186,1.546756104,1.599326,1.724677,1.76058,2.020091,2.187504,2.454726,2.57636,2.525155,2.559551,2.721043,2.587389,1.279422,1.386803955,1.494186,1.546756104,1.599326,1.724677,1.76058,2.020091,2.187504,2.454726,2.57636,2.525155,2.559551,2.721043,2.587389,1.279422,1.386803955,1.494186,1.546756104,1.599326,1.724677,1.76058,2.020091,2.187504,2.454726,2.57636,2.525155,2.559551,2.721043,2.587389,1.279422,1.386803955,1.494186,1.546756104,1.599326,1.724677,1.76058,2.020091,2.187504,2.454726,2.57636,2.525155,2.559551,2.721043,2.587389,1.279422,1.386803955,1.494186,1.546756104,1.599326,1.724677,1.76058,2.020091,2.187504,2.454726,2.57636,2.525155,2.559551,2.721043,2.587389,1.279422,1.386803955,1.494186,1.546756104,1.599326,1.724677,1.76058,2.020091,2.187504,2.454726,2.57636,2.525155,2.559551,2.721043,2.587389,1.279422,1.386803955,1.494186,1.546756104,1.599326,1.724677,1.76058,2.020091,2.187504,2.454726,2.57636,2.525155,2.559551,2.721043,2.587389,1.279422,1.386803955,1.494186,1.546756104,1.599326,1.724677,1.76058,2.020091,2.187504,2.454726,2.57636,2.525155,2.559551,2.721043,2.587389,1.279422,1.386803955,1.494186,1.546756104,1.599326,1.724677,1.76058,2.020091,2.187504,2.454726,2.57636,2.525155,2.559551,2.721043,2.587389,1.279422,1.386803955,1.494186,1.546756104,1.599326,1.724677,1.76058,2.020091,2.187504,2.454726,2.57636,2.525155,2.559551,2.721043,2.587389,1.279422,1.386803955,1.494186,1.546756104,1.599326,1.724677,1.76058,2.020091,2.187504,2.454726,2.57636,2.525155,2.559551,2.721043,2.587389,1.279422,1.386803955,1.494186,1.546756104,1.599326,1.724677,1.76058,2.020091,2.187504,2.454726,2.57636,2.525155,2.559551,2.721043,2.587389,1.279422,1.386803955,1.494186,1.546756104,1.599326,1.724677,1.76058,2.020091,2.187504,2.454726,2.57636,2.525155,2.559551,2.721043,2.587389,1.279422,1.386803955,1.494186,1.546756104,1.599326,1.724677,1.76058,2.020091,2.187504,2.454726,2.57636,2.525155,2.559551,2.721043,2.587389,1.279422,1.386803955,1.494186,1.546756104,1.599326,1.724677,1.76058,2.020091,2.187504,2.454726,2.57636,2.525155,2.559551,2.721043,2.587389,1.279422,1.386803955,1.494186,1.546756104,1.599326,1.724677,1.76058,2.020091,2.187504,2.454726,2.57636,2.525155,2.559551,2.721043,2.587389,1.279422,1.386803955,1.494186,1.546756104,1.599326,1.724677,1.76058,2.020091,2.187504,2.454726,2.57636,2.525155,2.559551,2.721043,2.587389,1.279422,1.386803955,1.494186,1.546756104,1.599326,1.724677,1.76058,2.020091,2.187504,2.454726,2.57636,2.525155,2.559551,2.721043,2.587389,1.279422,1.386803955,1.494186,1.546756104,1.599326,1.724677,1.76058,2.020091,2.187504,2.454726,2.57636,2.525155,2.559551,2.721043,2.587389,1.279422,1.386803955,1.494186,1.546756104,1.599326,1.724677,1.76058,2.020091,2.187504,2.454726,2.57636,2.525155,2.559551,2.721043,2.587389,1.279422,1.386803955,1.494186,1.546756104,1.599326,1.724677,1.76058,2.020091,2.187504,2.454726,2.57636,2.525155,2.559551,2.721043,2.587389,1.279422,1.386803955,1.494186,1.546756104,1.599326,1.724677,1.76058,2.020091,2.187504,2.454726,2.57636,2.525155,2.559551,2.721043,2.587389,1.279422,1.386803955,1.494186,1.546756104,1.599326,1.724677,1.76058,2.020091,2.187504,2.454726,2.57636,2.525155,2.559551,2.721043,2.587389,1.279422,1.386803955,1.494186,1.546756104,1.599326,1.724677,1.76058,2.020091,2.187504,2.454726,2.57636,2.525155,2.559551,2.721043,2.587389,1.279422,1.386803955,1.494186,1.546756104,1.599326,1.724677,1.76058,2.020091,2.187504,2.454726,2.57636,2.525155,2.559551,2.721043,2.587389,0.177275,0.194786987,0.212299,0.219013489,0.225728,0.242423,0.255044,0.29751,0.359632,0.384746,0.404396,0.404293,0.419886,0.422138,0.444528,0.177275,0.194786987,0.212299,0.219013489,0.225728,0.242423,0.255044,0.29751,0.359632,0.384746,0.404396,0.404293,0.419886,0.422138,0.444528,0.177275,0.194786987,0.212299,0.219013489,0.225728,0.242423,0.255044,0.29751,0.359632,0.384746,0.404396,0.404293,0.419886,0.422138,0.444528,0.177275,0.194786987,0.212299,0.219013489,0.225728,0.242423,0.255044,0.29751,0.359632,0.384746,0.404396,0.404293,0.419886,0.422138,0.444528,0.177275,0.194786987,0.212299,0.219013489,0.225728,0.242423,0.255044,0.29751,0.359632,0.384746,0.404396,0.404293,0.419886,0.422138,0.444528,0.177275,0.194786987,0.212299,0.219013489,0.225728,0.242423,0.255044,0.29751,0.359632,0.384746,0.404396,0.404293,0.419886,0.422138,0.444528,0.177275,0.194786987,0.212299,0.219013489,0.225728,0.242423,0.255044,0.29751,0.359632,0.384746,0.404396,0.404293,0.419886,0.422138,0.444528,0.177275,0.194786987,0.212299,0.219013489,0.225728,0.242423,0.255044,0.29751,0.359632,0.384746,0.404396,0.404293,0.419886,0.422138,0.444528,0.177275,0.194786987,0.212299,0.219013489,0.225728,0.242423,0.255044,0.29751,0.359632,0.384746,0.404396,0.404293,0.419886,0.422138,0.444528,0.177275,0.194786987,0.212299,0.219013489,0.225728,0.242423,0.255044,0.29751,0.359632,0.384746,0.404396,0.404293,0.419886,0.422138,0.444528,0.177275,0.194786987,0.212299,0.219013489,0.225728,0.242423,0.255044,0.29751,0.359632,0.384746,0.404396,0.404293,0.419886,0.422138,0.444528,0.177275,0.194786987,0.212299,0.219013489,0.225728,0.242423,0.255044,0.29751,0.359632,0.384746,0.404396,0.404293,0.419886,0.422138,0.444528,0.177275,0.194786987,0.212299,0.219013489,0.225728,0.242423,0.255044,0.29751,0.359632,0.384746,0.404396,0.404293,0.419886,0.422138,0.444528,0.177275,0.194786987,0.212299,0.219013489,0.225728,0.242423,0.255044,0.29751,0.359632,0.384746,0.404396,0.404293,0.419886,0.422138,0.444528,0.177275,0.194786987,0.212299,0.219013489,0.225728,0.242423,0.255044,0.29751,0.359632,0.384746,0.404396,0.404293,0.419886,0.422138,0.444528,0.177275,0.194786987,0.212299,0.219013489,0.225728,0.242423,0.255044,0.29751,0.359632,0.384746,0.404396,0.404293,0.419886,0.422138,0.444528,0.177275,0.194786987,0.212299,0.219013489,0.225728,0.242423,0.255044,0.29751,0.359632,0.384746,0.404396,0.404293,0.419886,0.422138,0.444528,0.177275,0.194786987,0.212299,0.219013489,0.225728,0.242423,0.255044,0.29751,0.359632,0.384746,0.404396,0.404293,0.419886,0.422138,0.444528,0.177275,0.194786987,0.212299,0.219013489,0.225728,0.242423,0.255044,0.29751,0.359632,0.384746,0.404396,0.404293,0.419886,0.422138,0.444528,0.177275,0.194786987,0.212299,0.219013489,0.225728,0.242423,0.255044,0.29751,0.359632,0.384746,0.404396,0.404293,0.419886,0.422138,0.444528,0.177275,0.194786987,0.212299,0.219013489,0.225728,0.242423,0.255044,0.29751,0.359632,0.384746,0.404396,0.404293,0.419886,0.422138,0.444528,0.177275,0.194786987,0.212299,0.219013489,0.225728,0.242423,0.255044,0.29751,0.359632,0.384746,0.404396,0.404293,0.419886,0.422138,0.444528,0.177275,0.194786987,0.212299,0.219013489,0.225728,0.242423,0.255044,0.29751,0.359632,0.384746,0.404396,0.404293,0.419886,0.422138,0.444528,0.177275,0.194786987,0.212299,0.219013489,0.225728,0.242423,0.255044,0.29751,0.359632,0.384746,0.404396,0.404293,0.419886,0.422138,0.444528,0.177275,0.194786987,0.212299,0.219013489,0.225728,0.242423,0.255044,0.29751,0.359632,0.384746,0.404396,0.404293,0.419886,0.422138,0.444528,0.177275,0.194786987,0.212299,0.219013489,0.225728,0.242423,0.255044,0.29751,0.359632,0.384746,0.404396,0.404293,0.419886,0.422138,0.444528,0.177275,0.194786987,0.212299,0.219013489,0.225728,0.242423,0.255044,0.29751,0.359632,0.384746,0.404396,0.404293,0.419886,0.422138,0.444528,0.177275,0.194786987,0.212299,0.219013489,0.225728,0.242423,0.255044,0.29751,0.359632,0.384746,0.404396,0.404293,0.419886,0.422138,0.444528,0.177275,0.194786987,0.212299,0.219013489,0.225728,0.242423,0.255044,0.29751,0.359632,0.384746,0.404396,0.404293,0.419886,0.422138,0.444528,0.177275,0.194786987,0.212299,0.219013489,0.225728,0.242423,0.255044,0.29751,0.359632,0.384746,0.404396,0.404293,0.419886,0.422138,0.444528,0.177275,0.194786987,0.212299,0.219013489,0.225728,0.242423,0.255044,0.29751,0.359632,0.384746,0.404396,0.404293,0.419886,0.422138,0.444528,0.177275,0.194786987,0.212299,0.219013489,0.225728,0.242423,0.255044,0.29751,0.359632,0.384746,0.404396,0.404293,0.419886,0.422138,0.444528,0.177275,0.194786987,0.212299,0.219013489,0.225728,0.242423,0.255044,0.29751,0.359632,0.384746,0.404396,0.404293,0.419886,0.422138,0.444528,0.177275,0.194786987,0.212299,0.219013489,0.225728,0.242423,0.255044,0.29751,0.359632,0.384746,0.404396,0.404293,0.419886,0.422138,0.444528,0.177275,0.194786987,0.212299,0.219013489,0.225728,0.242423,0.255044,0.29751,0.359632,0.384746,0.404396,0.404293,0.419886,0.422138,0.444528,0.177275,0.194786987,0.212299,0.219013489,0.225728,0.242423,0.255044,0.29751,0.359632,0.384746,0.404396,0.404293,0.419886,0.422138,0.444528,0.177275,0.194786987,0.212299,0.219013489,0.225728,0.242423,0.255044,0.29751,0.359632,0.384746,0.404396,0.404293,0.419886,0.422138,0.444528,0.177275,0.194786987,0.212299,0.219013489,0.225728,0.242423,0.255044,0.29751,0.359632,0.384746,0.404396,0.404293,0.419886,0.422138,0.444528,0.177275,0.194786987,0.212299,0.219013489,0.225728,0.242423,0.255044,0.29751,0.359632,0.384746,0.404396,0.404293,0.419886,0.422138,0.444528,0.177275,0.194786987,0.212299,0.219013489,0.225728,0.242423,0.255044,0.29751,0.359632,0.384746,0.404396,0.404293,0.419886,0.422138,0.444528,0.177275,0.194786987,0.212299,0.219013489,0.225728,0.242423,0.255044,0.29751,0.359632,0.384746,0.404396,0.404293,0.419886,0.422138,0.444528,0.177275,0.194786987,0.212299,0.219013489,0.225728,0.242423,0.255044,0.29751,0.359632,0.384746,0.404396,0.404293,0.419886,0.422138,0.444528,0.177275,0.194786987,0.212299,0.219013489,0.225728,0.242423,0.255044,0.29751,0.359632,0.384746,0.404396,0.404293,0.419886,0.422138,0.444528,0.177275,0.194786987,0.212299,0.219013489,0.225728,0.242423,0.255044,0.29751,0.359632,0.384746,0.404396,0.404293,0.419886,0.422138,0.444528,0.177275,0.194786987,0.212299,0.219013489,0.225728,0.242423,0.255044,0.29751,0.359632,0.384746,0.404396,0.404293,0.419886,0.422138,0.444528,0.177275,0.194786987,0.212299,0.219013489,0.225728,0.242423,0.255044,0.29751,0.359632,0.384746,0.404396,0.404293,0.419886,0.422138,0.444528,0.177275,0.194786987,0.212299,0.219013489,0.225728,0.242423,0.255044,0.29751,0.359632,0.384746,0.404396,0.404293,0.419886,0.422138,0.444528,0.177275,0.194786987,0.212299,0.219013489,0.225728,0.242423,0.255044,0.29751,0.359632,0.384746,0.404396,0.404293,0.419886,0.422138,0.444528,0.177275,0.194786987,0.212299,0.219013489,0.225728,0.242423,0.255044,0.29751,0.359632,0.384746,0.404396,0.404293,0.419886,0.422138,0.444528,0.177275,0.194786987,0.212299,0.219013489,0.225728,0.242423,0.255044,0.29751,0.359632,0.384746,0.404396,0.404293,0.419886,0.422138,0.444528,0.177275,0.194786987,0.212299,0.219013489,0.225728,0.242423,0.255044,0.29751,0.359632,0.384746,0.404396,0.404293,0.419886,0.422138,0.444528,0.177275,0.194786987,0.212299,0.219013489,0.225728,0.242423,0.255044,0.29751,0.359632,0.384746,0.404396,0.404293,0.419886,0.422138,0.444528,0.177275,0.194786987,0.212299,0.219013489,0.225728,0.242423,0.255044,0.29751,0.359632,0.384746,0.404396,0.404293,0.419886,0.422138,0.444528,0.177275,0.194786987,0.212299,0.219013489,0.225728,0.242423,0.255044,0.29751,0.359632,0.384746,0.404396,0.404293,0.419886,0.422138,0.444528,0.177275,0.194786987,0.212299,0.219013489,0.225728,0.242423,0.255044,0.29751,0.359632,0.384746,0.404396,0.404293,0.419886,0.422138,0.444528,0.177275,0.194786987,0.212299,0.219013489,0.225728,0.242423,0.255044,0.29751,0.359632,0.384746,0.404396,0.404293,0.419886,0.422138,0.444528,0.341959,0.367922485,0.393886,0.399486511,0.405087,0.425217,0.478523,0.531086,0.64691,0.610073,0.646037,0.647317,0.669539,0.655839,0.69167,0.341959,0.367922485,0.393886,0.399486511,0.405087,0.425217,0.478523,0.531086,0.64691,0.610073,0.646037,0.647317,0.669539,0.655839,0.69167,0.341959,0.367922485,0.393886,0.399486511,0.405087,0.425217,0.478523,0.531086,0.64691,0.610073,0.646037,0.647317,0.669539,0.655839,0.69167,0.341959,0.367922485,0.393886,0.399486511,0.405087,0.425217,0.478523,0.531086,0.64691,0.610073,0.646037,0.647317,0.669539,0.655839,0.69167,0.341959,0.367922485,0.393886,0.399486511,0.405087,0.425217,0.478523,0.531086,0.64691,0.610073,0.646037,0.647317,0.669539,0.655839,0.69167,0.341959,0.367922485,0.393886,0.399486511,0.405087,0.425217,0.478523,0.531086,0.64691,0.610073,0.646037,0.647317,0.669539,0.655839,0.69167,0.341959,0.367922485,0.393886,0.399486511,0.405087,0.425217,0.478523,0.531086,0.64691,0.610073,0.646037,0.647317,0.669539,0.655839,0.69167,0.341959,0.367922485,0.393886,0.399486511,0.405087,0.425217,0.478523,0.531086,0.64691,0.610073,0.646037,0.647317,0.669539,0.655839,0.69167,0.341959,0.367922485,0.393886,0.399486511,0.405087,0.425217,0.478523,0.531086,0.64691,0.610073,0.646037,0.647317,0.669539,0.655839,0.69167,0.341959,0.367922485,0.393886,0.399486511,0.405087,0.425217,0.478523,0.531086,0.64691,0.610073,0.646037,0.647317,0.669539,0.655839,0.69167,0.341959,0.367922485,0.393886,0.399486511,0.405087,0.425217,0.478523,0.531086,0.64691,0.610073,0.646037,0.647317,0.669539,0.655839,0.69167,0.341959,0.367922485,0.393886,0.399486511,0.405087,0.425217,0.478523,0.531086,0.64691,0.610073,0.646037,0.647317,0.669539,0.655839,0.69167,0.341959,0.367922485,0.393886,0.399486511,0.405087,0.425217,0.478523,0.531086,0.64691,0.610073,0.646037,0.647317,0.669539,0.655839,0.69167,0.341959,0.367922485,0.393886,0.399486511,0.405087,0.425217,0.478523,0.531086,0.64691,0.610073,0.646037,0.647317,0.669539,0.655839,0.69167,0.341959,0.367922485,0.393886,0.399486511,0.405087,0.425217,0.478523,0.531086,0.64691,0.610073,0.646037,0.647317,0.669539,0.655839,0.69167,0.341959,0.367922485,0.393886,0.399486511,0.405087,0.425217,0.478523,0.531086,0.64691,0.610073,0.646037,0.647317,0.669539,0.655839,0.69167,0.341959,0.367922485,0.393886,0.399486511,0.405087,0.425217,0.478523,0.531086,0.64691,0.610073,0.646037,0.647317,0.669539,0.655839,0.69167,0.341959,0.367922485,0.393886,0.399486511,0.405087,0.425217,0.478523,0.531086,0.64691,0.610073,0.646037,0.647317,0.669539,0.655839,0.69167,0.341959,0.367922485,0.393886,0.399486511,0.405087,0.425217,0.478523,0.531086,0.64691,0.610073,0.646037,0.647317,0.669539,0.655839,0.69167,0.341959,0.367922485,0.393886,0.399486511,0.405087,0.425217,0.478523,0.531086,0.64691,0.610073,0.646037,0.647317,0.669539,0.655839,0.69167,0.341959,0.367922485,0.393886,0.399486511,0.405087,0.425217,0.478523,0.531086,0.64691,0.610073,0.646037,0.647317,0.669539,0.655839,0.69167,0.341959,0.367922485,0.393886,0.399486511,0.405087,0.425217,0.478523,0.531086,0.64691,0.610073,0.646037,0.647317,0.669539,0.655839,0.69167,0.341959,0.367922485,0.393886,0.399486511,0.405087,0.425217,0.478523,0.531086,0.64691,0.610073,0.646037,0.647317,0.669539,0.655839,0.69167,0.341959,0.367922485,0.393886,0.399486511,0.405087,0.425217,0.478523,0.531086,0.64691,0.610073,0.646037,0.647317,0.669539,0.655839,0.69167,0.341959,0.367922485,0.393886,0.399486511,0.405087,0.425217,0.478523,0.531086,0.64691,0.610073,0.646037,0.647317,0.669539,0.655839,0.69167,0.341959,0.367922485,0.393886,0.399486511,0.405087,0.425217,0.478523,0.531086,0.64691,0.610073,0.646037,0.647317,0.669539,0.655839,0.69167,0.341959,0.367922485,0.393886,0.399486511,0.405087,0.425217,0.478523,0.531086,0.64691,0.610073,0.646037,0.647317,0.669539,0.655839,0.69167,0.341959,0.367922485,0.393886,0.399486511,0.405087,0.425217,0.478523,0.531086,0.64691,0.610073,0.646037,0.647317,0.669539,0.655839,0.69167,0.341959,0.367922485,0.393886,0.399486511,0.405087,0.425217,0.478523,0.531086,0.64691,0.610073,0.646037,0.647317,0.669539,0.655839,0.69167,0.341959,0.367922485,0.393886,0.399486511,0.405087,0.425217,0.478523,0.531086,0.64691,0.610073,0.646037,0.647317,0.669539,0.655839,0.69167,0.341959,0.367922485,0.393886,0.399486511,0.405087,0.425217,0.478523,0.531086,0.64691,0.610073,0.646037,0.647317,0.669539,0.655839,0.69167,0.341959,0.367922485,0.393886,0.399486511,0.405087,0.425217,0.478523,0.531086,0.64691,0.610073,0.646037,0.647317,0.669539,0.655839,0.69167,0.341959,0.367922485,0.393886,0.399486511,0.405087,0.425217,0.478523,0.531086,0.64691,0.610073,0.646037,0.647317,0.669539,0.655839,0.69167,0.341959,0.367922485,0.393886,0.399486511,0.405087,0.425217,0.478523,0.531086,0.64691,0.610073,0.646037,0.647317,0.669539,0.655839,0.69167,0.341959,0.367922485,0.393886,0.399486511,0.405087,0.425217,0.478523,0.531086,0.64691,0.610073,0.646037,0.647317,0.669539,0.655839,0.69167,0.341959,0.367922485,0.393886,0.399486511,0.405087,0.425217,0.478523,0.531086,0.64691,0.610073,0.646037,0.647317,0.669539,0.655839,0.69167,0.341959,0.367922485,0.393886,0.399486511,0.405087,0.425217,0.478523,0.531086,0.64691,0.610073,0.646037,0.647317,0.669539,0.655839,0.69167,0.341959,0.367922485,0.393886,0.399486511,0.405087,0.425217,0.478523,0.531086,0.64691,0.610073,0.646037,0.647317,0.669539,0.655839,0.69167,0.341959,0.367922485,0.393886,0.399486511,0.405087,0.425217,0.478523,0.531086,0.64691,0.610073,0.646037,0.647317,0.669539,0.655839,0.69167,0.341959,0.367922485,0.393886,0.399486511,0.405087,0.425217,0.478523,0.531086,0.64691,0.610073,0.646037,0.647317,0.669539,0.655839,0.69167,0.341959,0.367922485,0.393886,0.399486511,0.405087,0.425217,0.478523,0.531086,0.64691,0.610073,0.646037,0.647317,0.669539,0.655839,0.69167,0.341959,0.367922485,0.393886,0.399486511,0.405087,0.425217,0.478523,0.531086,0.64691,0.610073,0.646037,0.647317,0.669539,0.655839,0.69167,0.341959,0.367922485,0.393886,0.399486511,0.405087,0.425217,0.478523,0.531086,0.64691,0.610073,0.646037,0.647317,0.669539,0.655839,0.69167,0.341959,0.367922485,0.393886,0.399486511,0.405087,0.425217,0.478523,0.531086,0.64691,0.610073,0.646037,0.647317,0.669539,0.655839,0.69167,0.341959,0.367922485,0.393886,0.399486511,0.405087,0.425217,0.478523,0.531086,0.64691,0.610073,0.646037,0.647317,0.669539,0.655839,0.69167,0.341959,0.367922485,0.393886,0.399486511,0.405087,0.425217,0.478523,0.531086,0.64691,0.610073,0.646037,0.647317,0.669539,0.655839,0.69167,0.341959,0.367922485,0.393886,0.399486511,0.405087,0.425217,0.478523,0.531086,0.64691,0.610073,0.646037,0.647317,0.669539,0.655839,0.69167,0.341959,0.367922485,0.393886,0.399486511,0.405087,0.425217,0.478523,0.531086,0.64691,0.610073,0.646037,0.647317,0.669539,0.655839,0.69167,0.341959,0.367922485,0.393886,0.399486511,0.405087,0.425217,0.478523,0.531086,0.64691,0.610073,0.646037,0.647317,0.669539,0.655839,0.69167,0.341959,0.367922485,0.393886,0.399486511,0.405087,0.425217,0.478523,0.531086,0.64691,0.610073,0.646037,0.647317,0.669539,0.655839,0.69167,0.341959,0.367922485,0.393886,0.399486511,0.405087,0.425217,0.478523,0.531086,0.64691,0.610073,0.646037,0.647317,0.669539,0.655839,0.69167,0.341959,0.367922485,0.393886,0.399486511,0.405087,0.425217,0.478523,0.531086,0.64691,0.610073,0.646037,0.647317,0.669539,0.655839,0.69167,0.341959,0.367922485,0.393886,0.399486511,0.405087,0.425217,0.478523,0.531086,0.64691,0.610073,0.646037,0.647317,0.669539,0.655839,0.69167,0.341959,0.367922485,0.393886,0.399486511,0.405087,0.425217,0.478523,0.531086,0.64691,0.610073,0.646037,0.647317,0.669539,0.655839,0.69167,0.341959,0.367922485,0.393886,0.399486511,0.405087,0.425217,0.478523,0.531086,0.64691,0.610073,0.646037,0.647317,0.669539,0.655839,0.69167,0.341959,0.367922485,0.393886,0.399486511,0.405087,0.425217,0.478523,0.531086,0.64691,0.610073,0.646037,0.647317,0.669539,0.655839,0.69167,0.341959,0.367922485,0.393886,0.399486511,0.405087,0.425217,0.478523,0.531086,0.64691,0.610073,0.646037,0.647317,0.669539,0.655839,0.69167,0.341959,0.367922485,0.393886,0.399486511,0.405087,0.425217,0.478523,0.531086,0.64691,0.610073,0.646037,0.647317,0.669539,0.655839,0.69167,0.341959,0.367922485,0.393886,0.399486511,0.405087,0.425217,0.478523,0.531086,0.64691,0.610073,0.646037,0.647317,0.669539,0.655839,0.69167,0.341959,0.367922485,0.393886,0.399486511,0.405087,0.425217,0.478523,0.531086,0.64691,0.610073,0.646037,0.647317,0.669539,0.655839,0.69167,0.341959,0.367922485,0.393886,0.399486511,0.405087,0.425217,0.478523,0.531086,0.64691,0.610073,0.646037,0.647317,0.669539,0.655839,0.69167,0.341959,0.367922485,0.393886,0.399486511,0.405087,0.425217,0.478523,0.531086,0.64691,0.610073,0.646037,0.647317,0.669539,0.655839,0.69167,0.341959,0.367922485,0.393886,0.399486511,0.405087,0.425217,0.478523,0.531086,0.64691,0.610073,0.646037,0.647317,0.669539,0.655839,0.69167,0.341959,0.367922485,0.393886,0.399486511,0.405087,0.425217,0.478523,0.531086,0.64691,0.610073,0.646037,0.647317,0.669539,0.655839,0.69167,0.341959,0.367922485,0.393886,0.399486511,0.405087,0.425217,0.478523,0.531086,0.64691,0.610073,0.646037,0.647317,0.669539,0.655839,0.69167,0.341959,0.367922485,0.393886,0.399486511,0.405087,0.425217,0.478523,0.531086,0.64691,0.610073,0.646037,0.647317,0.669539,0.655839,0.69167,0.341959,0.367922485,0.393886,0.399486511,0.405087,0.425217,0.478523,0.531086,0.64691,0.610073,0.646037,0.647317,0.669539,0.655839,0.69167,0.341959,0.367922485,0.393886,0.399486511,0.405087,0.425217,0.478523,0.531086,0.64691,0.610073,0.646037,0.647317,0.669539,0.655839,0.69167,0.341959,0.367922485,0.393886,0.399486511,0.405087,0.425217,0.478523,0.531086,0.64691,0.610073,0.646037,0.647317,0.669539,0.655839,0.69167,0.341959,0.367922485,0.393886,0.399486511,0.405087,0.425217,0.478523,0.531086,0.64691,0.610073,0.646037,0.647317,0.669539,0.655839,0.69167,0.341959,0.367922485,0.393886,0.399486511,0.405087,0.425217,0.478523,0.531086,0.64691,0.610073,0.646037,0.647317,0.669539,0.655839,0.69167,0.341959,0.367922485,0.393886,0.399486511,0.405087,0.425217,0.478523,0.531086,0.64691,0.610073,0.646037,0.647317,0.669539,0.655839,0.69167,0.341959,0.367922485,0.393886,0.399486511,0.405087,0.425217,0.478523,0.531086,0.64691,0.610073,0.646037,0.647317,0.669539,0.655839,0.69167,0.341959,0.367922485,0.393886,0.399486511,0.405087,0.425217,0.478523,0.531086,0.64691,0.610073,0.646037,0.647317,0.669539,0.655839,0.69167,0.341959,0.367922485,0.393886,0.399486511,0.405087,0.425217,0.478523,0.531086,0.64691,0.610073,0.646037,0.647317,0.669539,0.655839,0.69167,0.341959,0.367922485,0.393886,0.399486511,0.405087,0.425217,0.478523,0.531086,0.64691,0.610073,0.646037,0.647317,0.669539,0.655839,0.69167,0.341959,0.367922485,0.393886,0.399486511,0.405087,0.425217,0.478523,0.531086,0.64691,0.610073,0.646037,0.647317,0.669539,0.655839,0.69167,0.341959,0.367922485,0.393886,0.399486511,0.405087,0.425217,0.478523,0.531086,0.64691,0.610073,0.646037,0.647317,0.669539,0.655839,0.69167,0.341959,0.367922485,0.393886,0.399486511,0.405087,0.425217,0.478523,0.531086,0.64691,0.610073,0.646037,0.647317,0.669539,0.655839,0.69167,0.341959,0.367922485,0.393886,0.399486511,0.405087,0.425217,0.478523,0.531086,0.64691,0.610073,0.646037,0.647317,0.669539,0.655839,0.69167,0.341959,0.367922485,0.393886,0.399486511,0.405087,0.425217,0.478523,0.531086,0.64691,0.610073,0.646037,0.647317,0.669539,0.655839,0.69167,0.341959,0.367922485,0.393886,0.399486511,0.405087,0.425217,0.478523,0.531086,0.64691,0.610073,0.646037,0.647317,0.669539,0.655839,0.69167,0.341959,0.367922485,0.393886,0.399486511,0.405087,0.425217,0.478523,0.531086,0.64691,0.610073,0.646037,0.647317,0.669539,0.655839,0.69167,0.341959,0.367922485,0.393886,0.399486511,0.405087,0.425217,0.478523,0.531086,0.64691,0.610073,0.646037,0.647317,0.669539,0.655839,0.69167,0.341959,0.367922485,0.393886,0.399486511,0.405087,0.425217,0.478523,0.531086,0.64691,0.610073,0.646037,0.647317,0.669539,0.655839,0.69167,0.341959,0.367922485,0.393886,0.399486511,0.405087,0.425217,0.478523,0.531086,0.64691,0.610073,0.646037,0.647317,0.669539,0.655839,0.69167,0.341959,0.367922485,0.393886,0.399486511,0.405087,0.425217,0.478523,0.531086,0.64691,0.610073,0.646037,0.647317,0.669539,0.655839,0.69167,0.341959,0.367922485,0.393886,0.399486511,0.405087,0.425217,0.478523,0.531086,0.64691,0.610073,0.646037,0.647317,0.669539,0.655839,0.69167,0.341959,0.367922485,0.393886,0.399486511,0.405087,0.425217,0.478523,0.531086,0.64691,0.610073,0.646037,0.647317,0.669539,0.655839,0.69167,0.341959,0.367922485,0.393886,0.399486511,0.405087,0.425217,0.478523,0.531086,0.64691,0.610073,0.646037,0.647317,0.669539,0.655839,0.69167,0.341959,0.367922485,0.393886,0.399486511,0.405087,0.425217,0.478523,0.531086,0.64691,0.610073,0.646037,0.647317,0.669539,0.655839,0.69167,0.341959,0.367922485,0.393886,0.399486511,0.405087,0.425217,0.478523,0.531086,0.64691,0.610073,0.646037,0.647317,0.669539,0.655839,0.69167,0.341959,0.367922485,0.393886,0.399486511,0.405087,0.425217,0.478523,0.531086,0.64691,0.610073,0.646037,0.647317,0.669539,0.655839,0.69167,0.761794,0.848477539,0.935161,0.98442749,1.033694,1.154584,1.270601,1.453032,1.790632,1.889091,1.811484,1.788195,1.768873,1.74018,1.805564,0.761794,0.848477539,0.935161,0.98442749,1.033694,1.154584,1.270601,1.453032,1.790632,1.889091,1.811484,1.788195,1.768873,1.74018,1.805564,0.761794,0.848477539,0.935161,0.98442749,1.033694,1.154584,1.270601,1.453032,1.790632,1.889091,1.811484,1.788195,1.768873,1.74018,1.805564,0.761794,0.848477539,0.935161,0.98442749,1.033694,1.154584,1.270601,1.453032,1.790632,1.889091,1.811484,1.788195,1.768873,1.74018,1.805564,0.761794,0.848477539,0.935161,0.98442749,1.033694,1.154584,1.270601,1.453032,1.790632,1.889091,1.811484,1.788195,1.768873,1.74018,1.805564,0.761794,0.848477539,0.935161,0.98442749,1.033694,1.154584,1.270601,1.453032,1.790632,1.889091,1.811484,1.788195,1.768873,1.74018,1.805564,0.761794,0.848477539,0.935161,0.98442749,1.033694,1.154584,1.270601,1.453032,1.790632,1.889091,1.811484,1.788195,1.768873,1.74018,1.805564,0.761794,0.848477539,0.935161,0.98442749,1.033694,1.154584,1.270601,1.453032,1.790632,1.889091,1.811484,1.788195,1.768873,1.74018,1.805564,0.761794,0.848477539,0.935161,0.98442749,1.033694,1.154584,1.270601,1.453032,1.790632,1.889091,1.811484,1.788195,1.768873,1.74018,1.805564,0.761794,0.848477539,0.935161,0.98442749,1.033694,1.154584,1.270601,1.453032,1.790632,1.889091,1.811484,1.788195,1.768873,1.74018,1.805564,0.761794,0.848477539,0.935161,0.98442749,1.033694,1.154584,1.270601,1.453032,1.790632,1.889091,1.811484,1.788195,1.768873,1.74018,1.805564,0.761794,0.848477539,0.935161,0.98442749,1.033694,1.154584,1.270601,1.453032,1.790632,1.889091,1.811484,1.788195,1.768873,1.74018,1.805564,0.761794,0.848477539,0.935161,0.98442749,1.033694,1.154584,1.270601,1.453032,1.790632,1.889091,1.811484,1.788195,1.768873,1.74018,1.805564,0.761794,0.848477539,0.935161,0.98442749,1.033694,1.154584,1.270601,1.453032,1.790632,1.889091,1.811484,1.788195,1.768873,1.74018,1.805564,0.761794,0.848477539,0.935161,0.98442749,1.033694,1.154584,1.270601,1.453032,1.790632,1.889091,1.811484,1.788195,1.768873,1.74018,1.805564,0.761794,0.848477539,0.935161,0.98442749,1.033694,1.154584,1.270601,1.453032,1.790632,1.889091,1.811484,1.788195,1.768873,1.74018,1.805564,0.761794,0.848477539,0.935161,0.98442749,1.033694,1.154584,1.270601,1.453032,1.790632,1.889091,1.811484,1.788195,1.768873,1.74018,1.805564,0.286853,0.308847504,0.330842,0.35685199,0.382862,0.401218,0.43737,0.466024,0.541179,0.562977,0.590738,0.594117,0.59698,0.656125,0.672888,0.286853,0.308847504,0.330842,0.35685199,0.382862,0.401218,0.43737,0.466024,0.541179,0.562977,0.590738,0.594117,0.59698,0.656125,0.672888,0.286853,0.308847504,0.330842,0.35685199,0.382862,0.401218,0.43737,0.466024,0.541179,0.562977,0.590738,0.594117,0.59698,0.656125,0.672888,0.286853,0.308847504,0.330842,0.35685199,0.382862,0.401218,0.43737,0.466024,0.541179,0.562977,0.590738,0.594117,0.59698,0.656125,0.672888,0.286853,0.308847504,0.330842,0.35685199,0.382862,0.401218,0.43737,0.466024,0.541179,0.562977,0.590738,0.594117,0.59698,0.656125,0.672888,0.286853,0.308847504,0.330842,0.35685199,0.382862,0.401218,0.43737,0.466024,0.541179,0.562977,0.590738,0.594117,0.59698,0.656125,0.672888,0.286853,0.308847504,0.330842,0.35685199,0.382862,0.401218,0.43737,0.466024,0.541179,0.562977,0.590738,0.594117,0.59698,0.656125,0.672888,0.286853,0.308847504,0.330842,0.35685199,0.382862,0.401218,0.43737,0.466024,0.541179,0.562977,0.590738,0.594117,0.59698,0.656125,0.672888,0.286853,0.308847504,0.330842,0.35685199,0.382862,0.401218,0.43737,0.466024,0.541179,0.562977,0.590738,0.594117,0.59698,0.656125,0.672888,0.286853,0.308847504,0.330842,0.35685199,0.382862,0.401218,0.43737,0.466024,0.541179,0.562977,0.590738,0.594117,0.59698,0.656125,0.672888,2.861466,2.990624023,3.119782,3.263441406,3.407101,3.597879,3.816839,3.922826,4.581282,4.653532,4.682408,4.686698,4.723662,4.722113,4.738865,2.861466,2.990624023,3.119782,3.263441406,3.407101,3.597879,3.816839,3.922826,4.581282,4.653532,4.682408,4.686698,4.723662,4.722113,4.738865,2.861466,2.990624023,3.119782,3.263441406,3.407101,3.597879,3.816839,3.922826,4.581282,4.653532,4.682408,4.686698,4.723662,4.722113,4.738865,2.861466,2.990624023,3.119782,3.263441406,3.407101,3.597879,3.816839,3.922826,4.581282,4.653532,4.682408,4.686698,4.723662,4.722113,4.738865,2.861466,2.990624023,3.119782,3.263441406,3.407101,3.597879,3.816839,3.922826,4.581282,4.653532,4.682408,4.686698,4.723662,4.722113,4.738865,2.861466,2.990624023,3.119782,3.263441406,3.407101,3.597879,3.816839,3.922826,4.581282,4.653532,4.682408,4.686698,4.723662,4.722113,4.738865,2.861466,2.990624023,3.119782,3.263441406,3.407101,3.597879,3.816839,3.922826,4.581282,4.653532,4.682408,4.686698,4.723662,4.722113,4.738865,2.861466,2.990624023,3.119782,3.263441406,3.407101,3.597879,3.816839,3.922826,4.581282,4.653532,4.682408,4.686698,4.723662,4.722113,4.738865,2.861466,2.990624023,3.119782,3.263441406,3.407101,3.597879,3.816839,3.922826,4.581282,4.653532,4.682408,4.686698,4.723662,4.722113,4.738865,2.861466,2.990624023,3.119782,3.263441406,3.407101,3.597879,3.816839,3.922826,4.581282,4.653532,4.682408,4.686698,4.723662,4.722113,4.738865,2.861466,2.990624023,3.119782,3.263441406,3.407101,3.597879,3.816839,3.922826,4.581282,4.653532,4.682408,4.686698,4.723662,4.722113,4.738865,2.861466,2.990624023,3.119782,3.263441406,3.407101,3.597879,3.816839,3.922826,4.581282,4.653532,4.682408,4.686698,4.723662,4.722113,4.738865,2.861466,2.990624023,3.119782,3.263441406,3.407101,3.597879,3.816839,3.922826,4.581282,4.653532,4.682408,4.686698,4.723662,4.722113,4.738865,2.861466,2.990624023,3.119782,3.263441406,3.407101,3.597879,3.816839,3.922826,4.581282,4.653532,4.682408,4.686698,4.723662,4.722113,4.738865,2.861466,2.990624023,3.119782,3.263441406,3.407101,3.597879,3.816839,3.922826,4.581282,4.653532,4.682408,4.686698,4.723662,4.722113,4.738865,2.861466,2.990624023,3.119782,3.263441406,3.407101,3.597879,3.816839,3.922826,4.581282,4.653532,4.682408,4.686698,4.723662,4.722113,4.738865,2.861466,2.990624023,3.119782,3.263441406,3.407101,3.597879,3.816839,3.922826,4.581282,4.653532,4.682408,4.686698,4.723662,4.722113,4.738865,2.861466,2.990624023,3.119782,3.263441406,3.407101,3.597879,3.816839,3.922826,4.581282,4.653532,4.682408,4.686698,4.723662,4.722113,4.738865,2.861466,2.990624023,3.119782,3.263441406,3.407101,3.597879,3.816839,3.922826,4.581282,4.653532,4.682408,4.686698,4.723662,4.722113,4.738865,2.861466,2.990624023,3.119782,3.263441406,3.407101,3.597879,3.816839,3.922826,4.581282,4.653532,4.682408,4.686698,4.723662,4.722113,4.738865,2.861466,2.990624023,3.119782,3.263441406,3.407101,3.597879,3.816839,3.922826,4.581282,4.653532,4.682408,4.686698,4.723662,4.722113,4.738865,0.511662,0.533838501,0.556015,0.582842529,0.60967,0.658534,0.705735,0.835985,0.945567,1.042067,1.024642,1.021247,1.033431,1.0389,1.078605,0.511662,0.533838501,0.556015,0.582842529,0.60967,0.658534,0.705735,0.835985,0.945567,1.042067,1.024642,1.021247,1.033431,1.0389,1.078605,0.511662,0.533838501,0.556015,0.582842529,0.60967,0.658534,0.705735,0.835985,0.945567,1.042067,1.024642,1.021247,1.033431,1.0389,1.078605,0.511662,0.533838501,0.556015,0.582842529,0.60967,0.658534,0.705735,0.835985,0.945567,1.042067,1.024642,1.021247,1.033431,1.0389,1.078605,0.511662,0.533838501,0.556015,0.582842529,0.60967,0.658534,0.705735,0.835985,0.945567,1.042067,1.024642,1.021247,1.033431,1.0389,1.078605,0.511662,0.533838501,0.556015,0.582842529,0.60967,0.658534,0.705735,0.835985,0.945567,1.042067,1.024642,1.021247,1.033431,1.0389,1.078605,0.511662,0.533838501,0.556015,0.582842529,0.60967,0.658534,0.705735,0.835985,0.945567,1.042067,1.024642,1.021247,1.033431,1.0389,1.078605,0.511662,0.533838501,0.556015,0.582842529,0.60967,0.658534,0.705735,0.835985,0.945567,1.042067,1.024642,1.021247,1.033431,1.0389,1.078605,0.511662,0.533838501,0.556015,0.582842529,0.60967,0.658534,0.705735,0.835985,0.945567,1.042067,1.024642,1.021247,1.033431,1.0389,1.078605,0.511662,0.533838501,0.556015,0.582842529,0.60967,0.658534,0.705735,0.835985,0.945567,1.042067,1.024642,1.021247,1.033431,1.0389,1.078605,0.511662,0.533838501,0.556015,0.582842529,0.60967,0.658534,0.705735,0.835985,0.945567,1.042067,1.024642,1.021247,1.033431,1.0389,1.078605,0.511662,0.533838501,0.556015,0.582842529,0.60967,0.658534,0.705735,0.835985,0.945567,1.042067,1.024642,1.021247,1.033431,1.0389,1.078605,0.511662,0.533838501,0.556015,0.582842529,0.60967,0.658534,0.705735,0.835985,0.945567,1.042067,1.024642,1.021247,1.033431,1.0389,1.078605,0.511662,0.533838501,0.556015,0.582842529,0.60967,0.658534,0.705735,0.835985,0.945567,1.042067,1.024642,1.021247,1.033431,1.0389,1.078605,0.511662,0.533838501,0.556015,0.582842529,0.60967,0.658534,0.705735,0.835985,0.945567,1.042067,1.024642,1.021247,1.033431,1.0389,1.078605,0.511662,0.533838501,0.556015,0.582842529,0.60967,0.658534,0.705735,0.835985,0.945567,1.042067,1.024642,1.021247,1.033431,1.0389,1.078605,0.511662,0.533838501,0.556015,0.582842529,0.60967,0.658534,0.705735,0.835985,0.945567,1.042067,1.024642,1.021247,1.033431,1.0389,1.078605,0.511662,0.533838501,0.556015,0.582842529,0.60967,0.658534,0.705735,0.835985,0.945567,1.042067,1.024642,1.021247,1.033431,1.0389,1.078605,0.511662,0.533838501,0.556015,0.582842529,0.60967,0.658534,0.705735,0.835985,0.945567,1.042067,1.024642,1.021247,1.033431,1.0389,1.078605,0.511662,0.533838501,0.556015,0.582842529,0.60967,0.658534,0.705735,0.835985,0.945567,1.042067,1.024642,1.021247,1.033431,1.0389,1.078605,0.511662,0.533838501,0.556015,0.582842529,0.60967,0.658534,0.705735,0.835985,0.945567,1.042067,1.024642,1.021247,1.033431,1.0389,1.078605,0.511662,0.533838501,0.556015,0.582842529,0.60967,0.658534,0.705735,0.835985,0.945567,1.042067,1.024642,1.021247,1.033431,1.0389,1.078605,0.511662,0.533838501,0.556015,0.582842529,0.60967,0.658534,0.705735,0.835985,0.945567,1.042067,1.024642,1.021247,1.033431,1.0389,1.078605,0.511662,0.533838501,0.556015,0.582842529,0.60967,0.658534,0.705735,0.835985,0.945567,1.042067,1.024642,1.021247,1.033431,1.0389,1.078605,0.511662,0.533838501,0.556015,0.582842529,0.60967,0.658534,0.705735,0.835985,0.945567,1.042067,1.024642,1.021247,1.033431,1.0389,1.078605,0.511662,0.533838501,0.556015,0.582842529,0.60967,0.658534,0.705735,0.835985,0.945567,1.042067,1.024642,1.021247,1.033431,1.0389,1.078605,0.511662,0.533838501,0.556015,0.582842529,0.60967,0.658534,0.705735,0.835985,0.945567,1.042067,1.024642,1.021247,1.033431,1.0389,1.078605,0.511662,0.533838501,0.556015,0.582842529,0.60967,0.658534,0.705735,0.835985,0.945567,1.042067,1.024642,1.021247,1.033431,1.0389,1.078605,0.511662,0.533838501,0.556015,0.582842529,0.60967,0.658534,0.705735,0.835985,0.945567,1.042067,1.024642,1.021247,1.033431,1.0389,1.078605,0.511662,0.533838501,0.556015,0.582842529,0.60967,0.658534,0.705735,0.835985,0.945567,1.042067,1.024642,1.021247,1.033431,1.0389,1.078605,0.511662,0.533838501,0.556015,0.582842529,0.60967,0.658534,0.705735,0.835985,0.945567,1.042067,1.024642,1.021247,1.033431,1.0389,1.078605,0.511662,0.533838501,0.556015,0.582842529,0.60967,0.658534,0.705735,0.835985,0.945567,1.042067,1.024642,1.021247,1.033431,1.0389,1.078605,0.511662,0.533838501,0.556015,0.582842529,0.60967,0.658534,0.705735,0.835985,0.945567,1.042067,1.024642,1.021247,1.033431,1.0389,1.078605,7.916626,8.544199219,9.171773,9.267208008,9.362643,9.890908,10.398079,10.547713,12.073682,12.62441,12.9722,13.34857,13.680806,13.742409,14.08997,7.916626,8.544199219,9.171773,9.267208008,9.362643,9.890908,10.398079,10.547713,12.073682,12.62441,12.9722,13.34857,13.680806,13.742409,14.08997,7.916626,8.544199219,9.171773,9.267208008,9.362643,9.890908,10.398079,10.547713,12.073682,12.62441,12.9722,13.34857,13.680806,13.742409,14.08997,7.916626,8.544199219,9.171773,9.267208008,9.362643,9.890908,10.398079,10.547713,12.073682,12.62441,12.9722,13.34857,13.680806,13.742409,14.08997,7.916626,8.544199219,9.171773,9.267208008,9.362643,9.890908,10.398079,10.547713,12.073682,12.62441,12.9722,13.34857,13.680806,13.742409,14.08997,7.916626,8.544199219,9.171773,9.267208008,9.362643,9.890908,10.398079,10.547713,12.073682,12.62441,12.9722,13.34857,13.680806,13.742409,14.08997,7.916626,8.544199219,9.171773,9.267208008,9.362643,9.890908,10.398079,10.547713,12.073682,12.62441,12.9722,13.34857,13.680806,13.742409,14.08997,7.916626,8.544199219,9.171773,9.267208008,9.362643,9.890908,10.398079,10.547713,12.073682,12.62441,12.9722,13.34857,13.680806,13.742409,14.08997,7.916626,8.544199219,9.171773,9.267208008,9.362643,9.890908,10.398079,10.547713,12.073682,12.62441,12.9722,13.34857,13.680806,13.742409,14.08997,7.916626,8.544199219,9.171773,9.267208008,9.362643,9.890908,10.398079,10.547713,12.073682,12.62441,12.9722,13.34857,13.680806,13.742409,14.08997,7.916626,8.544199219,9.171773,9.267208008,9.362643,9.890908,10.398079,10.547713,12.073682,12.62441,12.9722,13.34857,13.680806,13.742409,14.08997,7.916626,8.544199219,9.171773,9.267208008,9.362643,9.890908,10.398079,10.547713,12.073682,12.62441,12.9722,13.34857,13.680806,13.742409,14.08997,7.916626,8.544199219,9.171773,9.267208008,9.362643,9.890908,10.398079,10.547713,12.073682,12.62441,12.9722,13.34857,13.680806,13.742409,14.08997,7.916626,8.544199219,9.171773,9.267208008,9.362643,9.890908,10.398079,10.547713,12.073682,12.62441,12.9722,13.34857,13.680806,13.742409,14.08997,7.916626,8.544199219,9.171773,9.267208008,9.362643,9.890908,10.398079,10.547713,12.073682,12.62441,12.9722,13.34857,13.680806,13.742409,14.08997,7.916626,8.544199219,9.171773,9.267208008,9.362643,9.890908,10.398079,10.547713,12.073682,12.62441,12.9722,13.34857,13.680806,13.742409,14.08997,7.916626,8.544199219,9.171773,9.267208008,9.362643,9.890908,10.398079,10.547713,12.073682,12.62441,12.9722,13.34857,13.680806,13.742409,14.08997,7.916626,8.544199219,9.171773,9.267208008,9.362643,9.890908,10.398079,10.547713,12.073682,12.62441,12.9722,13.34857,13.680806,13.742409,14.08997,7.916626,8.544199219,9.171773,9.267208008,9.362643,9.890908,10.398079,10.547713,12.073682,12.62441,12.9722,13.34857,13.680806,13.742409,14.08997,7.916626,8.544199219,9.171773,9.267208008,9.362643,9.890908,10.398079,10.547713,12.073682,12.62441,12.9722,13.34857,13.680806,13.742409,14.08997,7.916626,8.544199219,9.171773,9.267208008,9.362643,9.890908,10.398079,10.547713,12.073682,12.62441,12.9722,13.34857,13.680806,13.742409,14.08997,7.916626,8.544199219,9.171773,9.267208008,9.362643,9.890908,10.398079,10.547713,12.073682,12.62441,12.9722,13.34857,13.680806,13.742409,14.08997,7.916626,8.544199219,9.171773,9.267208008,9.362643,9.890908,10.398079,10.547713,12.073682,12.62441,12.9722,13.34857,13.680806,13.742409,14.08997,7.916626,8.544199219,9.171773,9.267208008,9.362643,9.890908,10.398079,10.547713,12.073682,12.62441,12.9722,13.34857,13.680806,13.742409,14.08997,7.916626,8.544199219,9.171773,9.267208008,9.362643,9.890908,10.398079,10.547713,12.073682,12.62441,12.9722,13.34857,13.680806,13.742409,14.08997,7.916626,8.544199219,9.171773,9.267208008,9.362643,9.890908,10.398079,10.547713,12.073682,12.62441,12.9722,13.34857,13.680806,13.742409,14.08997,7.916626,8.544199219,9.171773,9.267208008,9.362643,9.890908,10.398079,10.547713,12.073682,12.62441,12.9722,13.34857,13.680806,13.742409,14.08997,7.916626,8.544199219,9.171773,9.267208008,9.362643,9.890908,10.398079,10.547713,12.073682,12.62441,12.9722,13.34857,13.680806,13.742409,14.08997,7.916626,8.544199219,9.171773,9.267208008,9.362643,9.890908,10.398079,10.547713,12.073682,12.62441,12.9722,13.34857,13.680806,13.742409,14.08997,7.916626,8.544199219,9.171773,9.267208008,9.362643,9.890908,10.398079,10.547713,12.073682,12.62441,12.9722,13.34857,13.680806,13.742409,14.08997,7.916626,8.544199219,9.171773,9.267208008,9.362643,9.890908,10.398079,10.547713,12.073682,12.62441,12.9722,13.34857,13.680806,13.742409,14.08997,7.916626,8.544199219,9.171773,9.267208008,9.362643,9.890908,10.398079,10.547713,12.073682,12.62441,12.9722,13.34857,13.680806,13.742409,14.08997,7.916626,8.544199219,9.171773,9.267208008,9.362643,9.890908,10.398079,10.547713,12.073682,12.62441,12.9722,13.34857,13.680806,13.742409,14.08997,7.916626,8.544199219,9.171773,9.267208008,9.362643,9.890908,10.398079,10.547713,12.073682,12.62441,12.9722,13.34857,13.680806,13.742409,14.08997,7.916626,8.544199219,9.171773,9.267208008,9.362643,9.890908,10.398079,10.547713,12.073682,12.62441,12.9722,13.34857,13.680806,13.742409,14.08997,7.916626,8.544199219,9.171773,9.267208008,9.362643,9.890908,10.398079,10.547713,12.073682,12.62441,12.9722,13.34857,13.680806,13.742409,14.08997,7.916626,8.544199219,9.171773,9.267208008,9.362643,9.890908,10.398079,10.547713,12.073682,12.62441,12.9722,13.34857,13.680806,13.742409,14.08997,7.916626,8.544199219,9.171773,9.267208008,9.362643,9.890908,10.398079,10.547713,12.073682,12.62441,12.9722,13.34857,13.680806,13.742409,14.08997,7.916626,8.544199219,9.171773,9.267208008,9.362643,9.890908,10.398079,10.547713,12.073682,12.62441,12.9722,13.34857,13.680806,13.742409,14.08997,7.916626,8.544199219,9.171773,9.267208008,9.362643,9.890908,10.398079,10.547713,12.073682,12.62441,12.9722,13.34857,13.680806,13.742409,14.08997,7.916626,8.544199219,9.171773,9.267208008,9.362643,9.890908,10.398079,10.547713,12.073682,12.62441,12.9722,13.34857,13.680806,13.742409,14.08997,7.916626,8.544199219,9.171773,9.267208008,9.362643,9.890908,10.398079,10.547713,12.073682,12.62441,12.9722,13.34857,13.680806,13.742409,14.08997,7.916626,8.544199219,9.171773,9.267208008,9.362643,9.890908,10.398079,10.547713,12.073682,12.62441,12.9722,13.34857,13.680806,13.742409,14.08997,7.916626,8.544199219,9.171773,9.267208008,9.362643,9.890908,10.398079,10.547713,12.073682,12.62441,12.9722,13.34857,13.680806,13.742409,14.08997,7.916626,8.544199219,9.171773,9.267208008,9.362643,9.890908,10.398079,10.547713,12.073682,12.62441,12.9722,13.34857,13.680806,13.742409,14.08997,7.916626,8.544199219,9.171773,9.267208008,9.362643,9.890908,10.398079,10.547713,12.073682,12.62441,12.9722,13.34857,13.680806,13.742409,14.08997,7.916626,8.544199219,9.171773,9.267208008,9.362643,9.890908,10.398079,10.547713,12.073682,12.62441,12.9722,13.34857,13.680806,13.742409,14.08997,7.916626,8.544199219,9.171773,9.267208008,9.362643,9.890908,10.398079,10.547713,12.073682,12.62441,12.9722,13.34857,13.680806,13.742409,14.08997,7.916626,8.544199219,9.171773,9.267208008,9.362643,9.890908,10.398079,10.547713,12.073682,12.62441,12.9722,13.34857,13.680806,13.742409,14.08997,7.916626,8.544199219,9.171773,9.267208008,9.362643,9.890908,10.398079,10.547713,12.073682,12.62441,12.9722,13.34857,13.680806,13.742409,14.08997,7.916626,8.544199219,9.171773,9.267208008,9.362643,9.890908,10.398079,10.547713,12.073682,12.62441,12.9722,13.34857,13.680806,13.742409,14.08997,7.916626,8.544199219,9.171773,9.267208008,9.362643,9.890908,10.398079,10.547713,12.073682,12.62441,12.9722,13.34857,13.680806,13.742409,14.08997,7.916626,8.544199219,9.171773,9.267208008,9.362643,9.890908,10.398079,10.547713,12.073682,12.62441,12.9722,13.34857,13.680806,13.742409,14.08997,7.916626,8.544199219,9.171773,9.267208008,9.362643,9.890908,10.398079,10.547713,12.073682,12.62441,12.9722,13.34857,13.680806,13.742409,14.08997,7.916626,8.544199219,9.171773,9.267208008,9.362643,9.890908,10.398079,10.547713,12.073682,12.62441,12.9722,13.34857,13.680806,13.742409,14.08997,7.916626,8.544199219,9.171773,9.267208008,9.362643,9.890908,10.398079,10.547713,12.073682,12.62441,12.9722,13.34857,13.680806,13.742409,14.08997,7.916626,8.544199219,9.171773,9.267208008,9.362643,9.890908,10.398079,10.547713,12.073682,12.62441,12.9722,13.34857,13.680806,13.742409,14.08997,7.916626,8.544199219,9.171773,9.267208008,9.362643,9.890908,10.398079,10.547713,12.073682,12.62441,12.9722,13.34857,13.680806,13.742409,14.08997,7.916626,8.544199219,9.171773,9.267208008,9.362643,9.890908,10.398079,10.547713,12.073682,12.62441,12.9722,13.34857,13.680806,13.742409,14.08997,7.916626,8.544199219,9.171773,9.267208008,9.362643,9.890908,10.398079,10.547713,12.073682,12.62441,12.9722,13.34857,13.680806,13.742409,14.08997,7.916626,8.544199219,9.171773,9.267208008,9.362643,9.890908,10.398079,10.547713,12.073682,12.62441,12.9722,13.34857,13.680806,13.742409,14.08997,7.916626,8.544199219,9.171773,9.267208008,9.362643,9.890908,10.398079,10.547713,12.073682,12.62441,12.9722,13.34857,13.680806,13.742409,14.08997,1.861681,1.969387939,2.077095,2.161848633,2.246602,2.384575,2.633862,2.830084,3.315826,3.340253,3.439407,3.485606,3.975006,4.158939,4.384372,1.861681,1.969387939,2.077095,2.161848633,2.246602,2.384575,2.633862,2.830084,3.315826,3.340253,3.439407,3.485606,3.975006,4.158939,4.384372,1.861681,1.969387939,2.077095,2.161848633,2.246602,2.384575,2.633862,2.830084,3.315826,3.340253,3.439407,3.485606,3.975006,4.158939,4.384372,1.861681,1.969387939,2.077095,2.161848633,2.246602,2.384575,2.633862,2.830084,3.315826,3.340253,3.439407,3.485606,3.975006,4.158939,4.384372,1.861681,1.969387939,2.077095,2.161848633,2.246602,2.384575,2.633862,2.830084,3.315826,3.340253,3.439407,3.485606,3.975006,4.158939,4.384372,1.861681,1.969387939,2.077095,2.161848633,2.246602,2.384575,2.633862,2.830084,3.315826,3.340253,3.439407,3.485606,3.975006,4.158939,4.384372,1.861681,1.969387939,2.077095,2.161848633,2.246602,2.384575,2.633862,2.830084,3.315826,3.340253,3.439407,3.485606,3.975006,4.158939,4.384372,1.861681,1.969387939,2.077095,2.161848633,2.246602,2.384575,2.633862,2.830084,3.315826,3.340253,3.439407,3.485606,3.975006,4.158939,4.384372,1.861681,1.969387939,2.077095,2.161848633,2.246602,2.384575,2.633862,2.830084,3.315826,3.340253,3.439407,3.485606,3.975006,4.158939,4.384372,1.861681,1.969387939,2.077095,2.161848633,2.246602,2.384575,2.633862,2.830084,3.315826,3.340253,3.439407,3.485606,3.975006,4.158939,4.384372,1.861681,1.969387939,2.077095,2.161848633,2.246602,2.384575,2.633862,2.830084,3.315826,3.340253,3.439407,3.485606,3.975006,4.158939,4.384372,1.861681,1.969387939,2.077095,2.161848633,2.246602,2.384575,2.633862,2.830084,3.315826,3.340253,3.439407,3.485606,3.975006,4.158939,4.384372,1.861681,1.969387939,2.077095,2.161848633,2.246602,2.384575,2.633862,2.830084,3.315826,3.340253,3.439407,3.485606,3.975006,4.158939,4.384372,1.861681,1.969387939,2.077095,2.161848633,2.246602,2.384575,2.633862,2.830084,3.315826,3.340253,3.439407,3.485606,3.975006,4.158939,4.384372,1.861681,1.969387939,2.077095,2.161848633,2.246602,2.384575,2.633862,2.830084,3.315826,3.340253,3.439407,3.485606,3.975006,4.158939,4.384372,1.861681,1.969387939,2.077095,2.161848633,2.246602,2.384575,2.633862,2.830084,3.315826,3.340253,3.439407,3.485606,3.975006,4.158939,4.384372,1.861681,1.969387939,2.077095,2.161848633,2.246602,2.384575,2.633862,2.830084,3.315826,3.340253,3.439407,3.485606,3.975006,4.158939,4.384372,1.861681,1.969387939,2.077095,2.161848633,2.246602,2.384575,2.633862,2.830084,3.315826,3.340253,3.439407,3.485606,3.975006,4.158939,4.384372,1.861681,1.969387939,2.077095,2.161848633,2.246602,2.384575,2.633862,2.830084,3.315826,3.340253,3.439407,3.485606,3.975006,4.158939,4.384372,1.861681,1.969387939,2.077095,2.161848633,2.246602,2.384575,2.633862,2.830084,3.315826,3.340253,3.439407,3.485606,3.975006,4.158939,4.384372,1.861681,1.969387939,2.077095,2.161848633,2.246602,2.384575,2.633862,2.830084,3.315826,3.340253,3.439407,3.485606,3.975006,4.158939,4.384372,1.861681,1.969387939,2.077095,2.161848633,2.246602,2.384575,2.633862,2.830084,3.315826,3.340253,3.439407,3.485606,3.975006,4.158939,4.384372,1.861681,1.969387939,2.077095,2.161848633,2.246602,2.384575,2.633862,2.830084,3.315826,3.340253,3.439407,3.485606,3.975006,4.158939,4.384372,1.861681,1.969387939,2.077095,2.161848633,2.246602,2.384575,2.633862,2.830084,3.315826,3.340253,3.439407,3.485606,3.975006,4.158939,4.384372,1.861681,1.969387939,2.077095,2.161848633,2.246602,2.384575,2.633862,2.830084,3.315826,3.340253,3.439407,3.485606,3.975006,4.158939,4.384372,1.861681,1.969387939,2.077095,2.161848633,2.246602,2.384575,2.633862,2.830084,3.315826,3.340253,3.439407,3.485606,3.975006,4.158939,4.384372,1.861681,1.969387939,2.077095,2.161848633,2.246602,2.384575,2.633862,2.830084,3.315826,3.340253,3.439407,3.485606,3.975006,4.158939,4.384372,1.861681,1.969387939,2.077095,2.161848633,2.246602,2.384575,2.633862,2.830084,3.315826,3.340253,3.439407,3.485606,3.975006,4.158939,4.384372,1.861681,1.969387939,2.077095,2.161848633,2.246602,2.384575,2.633862,2.830084,3.315826,3.340253,3.439407,3.485606,3.975006,4.158939,4.384372,1.861681,1.969387939,2.077095,2.161848633,2.246602,2.384575,2.633862,2.830084,3.315826,3.340253,3.439407,3.485606,3.975006,4.158939,4.384372,1.861681,1.969387939,2.077095,2.161848633,2.246602,2.384575,2.633862,2.830084,3.315826,3.340253,3.439407,3.485606,3.975006,4.158939,4.384372,1.861681,1.969387939,2.077095,2.161848633,2.246602,2.384575,2.633862,2.830084,3.315826,3.340253,3.439407,3.485606,3.975006,4.158939,4.384372,1.861681,1.969387939,2.077095,2.161848633,2.246602,2.384575,2.633862,2.830084,3.315826,3.340253,3.439407,3.485606,3.975006,4.158939,4.384372,1.861681,1.969387939,2.077095,2.161848633,2.246602,2.384575,2.633862,2.830084,3.315826,3.340253,3.439407,3.485606,3.975006,4.158939,4.384372,1.861681,1.969387939,2.077095,2.161848633,2.246602,2.384575,2.633862,2.830084,3.315826,3.340253,3.439407,3.485606,3.975006,4.158939,4.384372,1.861681,1.969387939,2.077095,2.161848633,2.246602,2.384575,2.633862,2.830084,3.315826,3.340253,3.439407,3.485606,3.975006,4.158939,4.384372,1.861681,1.969387939,2.077095,2.161848633,2.246602,2.384575,2.633862,2.830084,3.315826,3.340253,3.439407,3.485606,3.975006,4.158939,4.384372,1.861681,1.969387939,2.077095,2.161848633,2.246602,2.384575,2.633862,2.830084,3.315826,3.340253,3.439407,3.485606,3.975006,4.158939,4.384372,1.861681,1.969387939,2.077095,2.161848633,2.246602,2.384575,2.633862,2.830084,3.315826,3.340253,3.439407,3.485606,3.975006,4.158939,4.384372,1.861681,1.969387939,2.077095,2.161848633,2.246602,2.384575,2.633862,2.830084,3.315826,3.340253,3.439407,3.485606,3.975006,4.158939,4.384372,1.861681,1.969387939,2.077095,2.161848633,2.246602,2.384575,2.633862,2.830084,3.315826,3.340253,3.439407,3.485606,3.975006,4.158939,4.384372,1.861681,1.969387939,2.077095,2.161848633,2.246602,2.384575,2.633862,2.830084,3.315826,3.340253,3.439407,3.485606,3.975006,4.158939,4.384372,1.861681,1.969387939,2.077095,2.161848633,2.246602,2.384575,2.633862,2.830084,3.315826,3.340253,3.439407,3.485606,3.975006,4.158939,4.384372,1.861681,1.969387939,2.077095,2.161848633,2.246602,2.384575,2.633862,2.830084,3.315826,3.340253,3.439407,3.485606,3.975006,4.158939,4.384372,1.861681,1.969387939,2.077095,2.161848633,2.246602,2.384575,2.633862,2.830084,3.315826,3.340253,3.439407,3.485606,3.975006,4.158939,4.384372,1.861681,1.969387939,2.077095,2.161848633,2.246602,2.384575,2.633862,2.830084,3.315826,3.340253,3.439407,3.485606,3.975006,4.158939,4.384372,1.861681,1.969387939,2.077095,2.161848633,2.246602,2.384575,2.633862,2.830084,3.315826,3.340253,3.439407,3.485606,3.975006,4.158939,4.384372,1.861681,1.969387939,2.077095,2.161848633,2.246602,2.384575,2.633862,2.830084,3.315826,3.340253,3.439407,3.485606,3.975006,4.158939,4.384372,1.861681,1.969387939,2.077095,2.161848633,2.246602,2.384575,2.633862,2.830084,3.315826,3.340253,3.439407,3.485606,3.975006,4.158939,4.384372,1.861681,1.969387939,2.077095,2.161848633,2.246602,2.384575,2.633862,2.830084,3.315826,3.340253,3.439407,3.485606,3.975006,4.158939,4.384372,1.861681,1.969387939,2.077095,2.161848633,2.246602,2.384575,2.633862,2.830084,3.315826,3.340253,3.439407,3.485606,3.975006,4.158939,4.384372,1.861681,1.969387939,2.077095,2.161848633,2.246602,2.384575,2.633862,2.830084,3.315826,3.340253,3.439407,3.485606,3.975006,4.158939,4.384372,1.861681,1.969387939,2.077095,2.161848633,2.246602,2.384575,2.633862,2.830084,3.315826,3.340253,3.439407,3.485606,3.975006,4.158939,4.384372,1.861681,1.969387939,2.077095,2.161848633,2.246602,2.384575,2.633862,2.830084,3.315826,3.340253,3.439407,3.485606,3.975006,4.158939,4.384372,1.861681,1.969387939,2.077095,2.161848633,2.246602,2.384575,2.633862,2.830084,3.315826,3.340253,3.439407,3.485606,3.975006,4.158939,4.384372,1.861681,1.969387939,2.077095,2.161848633,2.246602,2.384575,2.633862,2.830084,3.315826,3.340253,3.439407,3.485606,3.975006,4.158939,4.384372,1.861681,1.969387939,2.077095,2.161848633,2.246602,2.384575,2.633862,2.830084,3.315826,3.340253,3.439407,3.485606,3.975006,4.158939,4.384372,1.861681,1.969387939,2.077095,2.161848633,2.246602,2.384575,2.633862,2.830084,3.315826,3.340253,3.439407,3.485606,3.975006,4.158939,4.384372,1.861681,1.969387939,2.077095,2.161848633,2.246602,2.384575,2.633862,2.830084,3.315826,3.340253,3.439407,3.485606,3.975006,4.158939,4.384372,1.861681,1.969387939,2.077095,2.161848633,2.246602,2.384575,2.633862,2.830084,3.315826,3.340253,3.439407,3.485606,3.975006,4.158939,4.384372,1.861681,1.969387939,2.077095,2.161848633,2.246602,2.384575,2.633862,2.830084,3.315826,3.340253,3.439407,3.485606,3.975006,4.158939,4.384372,1.861681,1.969387939,2.077095,2.161848633,2.246602,2.384575,2.633862,2.830084,3.315826,3.340253,3.439407,3.485606,3.975006,4.158939,4.384372,1.861681,1.969387939,2.077095,2.161848633,2.246602,2.384575,2.633862,2.830084,3.315826,3.340253,3.439407,3.485606,3.975006,4.158939,4.384372,1.861681,1.969387939,2.077095,2.161848633,2.246602,2.384575,2.633862,2.830084,3.315826,3.340253,3.439407,3.485606,3.975006,4.158939,4.384372,1.861681,1.969387939,2.077095,2.161848633,2.246602,2.384575,2.633862,2.830084,3.315826,3.340253,3.439407,3.485606,3.975006,4.158939,4.384372,1.861681,1.969387939,2.077095,2.161848633,2.246602,2.384575,2.633862,2.830084,3.315826,3.340253,3.439407,3.485606,3.975006,4.158939,4.384372,1.861681,1.969387939,2.077095,2.161848633,2.246602,2.384575,2.633862,2.830084,3.315826,3.340253,3.439407,3.485606,3.975006,4.158939,4.384372,1.861681,1.969387939,2.077095,2.161848633,2.246602,2.384575,2.633862,2.830084,3.315826,3.340253,3.439407,3.485606,3.975006,4.158939,4.384372,1.861681,1.969387939,2.077095,2.161848633,2.246602,2.384575,2.633862,2.830084,3.315826,3.340253,3.439407,3.485606,3.975006,4.158939,4.384372,1.861681,1.969387939,2.077095,2.161848633,2.246602,2.384575,2.633862,2.830084,3.315826,3.340253,3.439407,3.485606,3.975006,4.158939,4.384372,1.861681,1.969387939,2.077095,2.161848633,2.246602,2.384575,2.633862,2.830084,3.315826,3.340253,3.439407,3.485606,3.975006,4.158939,4.384372,1.861681,1.969387939,2.077095,2.161848633,2.246602,2.384575,2.633862,2.830084,3.315826,3.340253,3.439407,3.485606,3.975006,4.158939,4.384372,1.861681,1.969387939,2.077095,2.161848633,2.246602,2.384575,2.633862,2.830084,3.315826,3.340253,3.439407,3.485606,3.975006,4.158939,4.384372,1.861681,1.969387939,2.077095,2.161848633,2.246602,2.384575,2.633862,2.830084,3.315826,3.340253,3.439407,3.485606,3.975006,4.158939,4.384372,1.861681,1.969387939,2.077095,2.161848633,2.246602,2.384575,2.633862,2.830084,3.315826,3.340253,3.439407,3.485606,3.975006,4.158939,4.384372,1.861681,1.969387939,2.077095,2.161848633,2.246602,2.384575,2.633862,2.830084,3.315826,3.340253,3.439407,3.485606,3.975006,4.158939,4.384372,1.861681,1.969387939,2.077095,2.161848633,2.246602,2.384575,2.633862,2.830084,3.315826,3.340253,3.439407,3.485606,3.975006,4.158939,4.384372,1.861681,1.969387939,2.077095,2.161848633,2.246602,2.384575,2.633862,2.830084,3.315826,3.340253,3.439407,3.485606,3.975006,4.158939,4.384372,1.861681,1.969387939,2.077095,2.161848633,2.246602,2.384575,2.633862,2.830084,3.315826,3.340253,3.439407,3.485606,3.975006,4.158939,4.384372,1.861681,1.969387939,2.077095,2.161848633,2.246602,2.384575,2.633862,2.830084,3.315826,3.340253,3.439407,3.485606,3.975006,4.158939,4.384372,1.861681,1.969387939,2.077095,2.161848633,2.246602,2.384575,2.633862,2.830084,3.315826,3.340253,3.439407,3.485606,3.975006,4.158939,4.384372,1.861681,1.969387939,2.077095,2.161848633,2.246602,2.384575,2.633862,2.830084,3.315826,3.340253,3.439407,3.485606,3.975006,4.158939,4.384372,1.861681,1.969387939,2.077095,2.161848633,2.246602,2.384575,2.633862,2.830084,3.315826,3.340253,3.439407,3.485606,3.975006,4.158939,4.384372,1.861681,1.969387939,2.077095,2.161848633,2.246602,2.384575,2.633862,2.830084,3.315826,3.340253,3.439407,3.485606,3.975006,4.158939,4.384372,1.861681,1.969387939,2.077095,2.161848633,2.246602,2.384575,2.633862,2.830084,3.315826,3.340253,3.439407,3.485606,3.975006,4.158939,4.384372,1.861681,1.969387939,2.077095,2.161848633,2.246602,2.384575,2.633862,2.830084,3.315826,3.340253,3.439407,3.485606,3.975006,4.158939,4.384372,1.861681,1.969387939,2.077095,2.161848633,2.246602,2.384575,2.633862,2.830084,3.315826,3.340253,3.439407,3.485606,3.975006,4.158939,4.384372,1.861681,1.969387939,2.077095,2.161848633,2.246602,2.384575,2.633862,2.830084,3.315826,3.340253,3.439407,3.485606,3.975006,4.158939,4.384372,1.861681,1.969387939,2.077095,2.161848633,2.246602,2.384575,2.633862,2.830084,3.315826,3.340253,3.439407,3.485606,3.975006,4.158939,4.384372,1.861681,1.969387939,2.077095,2.161848633,2.246602,2.384575,2.633862,2.830084,3.315826,3.340253,3.439407,3.485606,3.975006,4.158939,4.384372,1.861681,1.969387939,2.077095,2.161848633,2.246602,2.384575,2.633862,2.830084,3.315826,3.340253,3.439407,3.485606,3.975006,4.158939,4.384372,1.861681,1.969387939,2.077095,2.161848633,2.246602,2.384575,2.633862,2.830084,3.315826,3.340253,3.439407,3.485606,3.975006,4.158939,4.384372,1.861681,1.969387939,2.077095,2.161848633,2.246602,2.384575,2.633862,2.830084,3.315826,3.340253,3.439407,3.485606,3.975006,4.158939,4.384372,1.861681,1.969387939,2.077095,2.161848633,2.246602,2.384575,2.633862,2.830084,3.315826,3.340253,3.439407,3.485606,3.975006,4.158939,4.384372,1.861681,1.969387939,2.077095,2.161848633,2.246602,2.384575,2.633862,2.830084,3.315826,3.340253,3.439407,3.485606,3.975006,4.158939,4.384372,1.861681,1.969387939,2.077095,2.161848633,2.246602,2.384575,2.633862,2.830084,3.315826,3.340253,3.439407,3.485606,3.975006,4.158939,4.384372,1.861681,1.969387939,2.077095,2.161848633,2.246602,2.384575,2.633862,2.830084,3.315826,3.340253,3.439407,3.485606,3.975006,4.158939,4.384372,1.861681,1.969387939,2.077095,2.161848633,2.246602,2.384575,2.633862,2.830084,3.315826,3.340253,3.439407,3.485606,3.975006,4.158939,4.384372,1.861681,1.969387939,2.077095,2.161848633,2.246602,2.384575,2.633862,2.830084,3.315826,3.340253,3.439407,3.485606,3.975006,4.158939,4.384372,1.861681,1.969387939,2.077095,2.161848633,2.246602,2.384575,2.633862,2.830084,3.315826,3.340253,3.439407,3.485606,3.975006,4.158939,4.384372,0.113546,0.108445999,0.103346,0.1086595,0.113973,0.130724,0.136261,0.140717,0.191117,0.193638,0.205294,0.216109,0.252631,0.240917,0.264352,0.113546,0.108445999,0.103346,0.1086595,0.113973,0.130724,0.136261,0.140717,0.191117,0.193638,0.205294,0.216109,0.252631,0.240917,0.264352,0.113546,0.108445999,0.103346,0.1086595,0.113973,0.130724,0.136261,0.140717,0.191117,0.193638,0.205294,0.216109,0.252631,0.240917,0.264352,0.113546,0.108445999,0.103346,0.1086595,0.113973,0.130724,0.136261,0.140717,0.191117,0.193638,0.205294,0.216109,0.252631,0.240917,0.264352,0.113546,0.108445999,0.103346,0.1086595,0.113973,0.130724,0.136261,0.140717,0.191117,0.193638,0.205294,0.216109,0.252631,0.240917,0.264352,0.113546,0.108445999,0.103346,0.1086595,0.113973,0.130724,0.136261,0.140717,0.191117,0.193638,0.205294,0.216109,0.252631,0.240917,0.264352,0.113546,0.108445999,0.103346,0.1086595,0.113973,0.130724,0.136261,0.140717,0.191117,0.193638,0.205294,0.216109,0.252631,0.240917,0.264352,0.113546,0.108445999,0.103346,0.1086595,0.113973,0.130724,0.136261,0.140717,0.191117,0.193638,0.205294,0.216109,0.252631,0.240917,0.264352,0.113546,0.108445999,0.103346,0.1086595,0.113973,0.130724,0.136261,0.140717,0.191117,0.193638,0.205294,0.216109,0.252631,0.240917,0.264352,0.113546,0.108445999,0.103346,0.1086595,0.113973,0.130724,0.136261,0.140717,0.191117,0.193638,0.205294,0.216109,0.252631,0.240917,0.264352,0.113546,0.108445999,0.103346,0.1086595,0.113973,0.130724,0.136261,0.140717,0.191117,0.193638,0.205294,0.216109,0.252631,0.240917,0.264352,0.113546,0.108445999,0.103346,0.1086595,0.113973,0.130724,0.136261,0.140717,0.191117,0.193638,0.205294,0.216109,0.252631,0.240917,0.264352,0.113546,0.108445999,0.103346,0.1086595,0.113973,0.130724,0.136261,0.140717,0.191117,0.193638,0.205294,0.216109,0.252631,0.240917,0.264352,0.113546,0.108445999,0.103346,0.1086595,0.113973,0.130724,0.136261,0.140717,0.191117,0.193638,0.205294,0.216109,0.252631,0.240917,0.264352,0.113546,0.108445999,0.103346,0.1086595,0.113973,0.130724,0.136261,0.140717,0.191117,0.193638,0.205294,0.216109,0.252631,0.240917,0.264352,0.113546,0.108445999,0.103346,0.1086595,0.113973,0.130724,0.136261,0.140717,0.191117,0.193638,0.205294,0.216109,0.252631,0.240917,0.264352,0.113546,0.108445999,0.103346,0.1086595,0.113973,0.130724,0.136261,0.140717,0.191117,0.193638,0.205294,0.216109,0.252631,0.240917,0.264352,0.113546,0.108445999,0.103346,0.1086595,0.113973,0.130724,0.136261,0.140717,0.191117,0.193638,0.205294,0.216109,0.252631,0.240917,0.264352,0.113546,0.108445999,0.103346,0.1086595,0.113973,0.130724,0.136261,0.140717,0.191117,0.193638,0.205294,0.216109,0.252631,0.240917,0.264352,0.113546,0.108445999,0.103346,0.1086595,0.113973,0.130724,0.136261,0.140717,0.191117,0.193638,0.205294,0.216109,0.252631,0.240917,0.264352,0.113546,0.108445999,0.103346,0.1086595,0.113973,0.130724,0.136261,0.140717,0.191117,0.193638,0.205294,0.216109,0.252631,0.240917,0.264352,0.113546,0.108445999,0.103346,0.1086595,0.113973,0.130724,0.136261,0.140717,0.191117,0.193638,0.205294,0.216109,0.252631,0.240917,0.264352,0.113546,0.108445999,0.103346,0.1086595,0.113973,0.130724,0.136261,0.140717,0.191117,0.193638,0.205294,0.216109,0.252631,0.240917,0.264352,0.113546,0.108445999,0.103346,0.1086595,0.113973,0.130724,0.136261,0.140717,0.191117,0.193638,0.205294,0.216109,0.252631,0.240917,0.264352,0.113546,0.108445999,0.103346,0.1086595,0.113973,0.130724,0.136261,0.140717,0.191117,0.193638,0.205294,0.216109,0.252631,0.240917,0.264352,0.113546,0.108445999,0.103346,0.1086595,0.113973,0.130724,0.136261,0.140717,0.191117,0.193638,0.205294,0.216109,0.252631,0.240917,0.264352,0.113546,0.108445999,0.103346,0.1086595,0.113973,0.130724,0.136261,0.140717,0.191117,0.193638,0.205294,0.216109,0.252631,0.240917,0.264352,0.113546,0.108445999,0.103346,0.1086595,0.113973,0.130724,0.136261,0.140717,0.191117,0.193638,0.205294,0.216109,0.252631,0.240917,0.264352,0.113546,0.108445999,0.103346,0.1086595,0.113973,0.130724,0.136261,0.140717,0.191117,0.193638,0.205294,0.216109,0.252631,0.240917,0.264352,0.113546,0.108445999,0.103346,0.1086595,0.113973,0.130724,0.136261,0.140717,0.191117,0.193638,0.205294,0.216109,0.252631,0.240917,0.264352,0.113546,0.108445999,0.103346,0.1086595,0.113973,0.130724,0.136261,0.140717,0.191117,0.193638,0.205294,0.216109,0.252631,0.240917,0.264352,0.113546,0.108445999,0.103346,0.1086595,0.113973,0.130724,0.136261,0.140717,0.191117,0.193638,0.205294,0.216109,0.252631,0.240917,0.264352,0.113546,0.108445999,0.103346,0.1086595,0.113973,0.130724,0.136261,0.140717,0.191117,0.193638,0.205294,0.216109,0.252631,0.240917,0.264352,0.113546,0.108445999,0.103346,0.1086595,0.113973,0.130724,0.136261,0.140717,0.191117,0.193638,0.205294,0.216109,0.252631,0.240917,0.264352,0.113546,0.108445999,0.103346,0.1086595,0.113973,0.130724,0.136261,0.140717,0.191117,0.193638,0.205294,0.216109,0.252631,0.240917,0.264352,0.113546,0.108445999,0.103346,0.1086595,0.113973,0.130724,0.136261,0.140717,0.191117,0.193638,0.205294,0.216109,0.252631,0.240917,0.264352,0.113546,0.108445999,0.103346,0.1086595,0.113973,0.130724,0.136261,0.140717,0.191117,0.193638,0.205294,0.216109,0.252631,0.240917,0.264352,0.113546,0.108445999,0.103346,0.1086595,0.113973,0.130724,0.136261,0.140717,0.191117,0.193638,0.205294,0.216109,0.252631,0.240917,0.264352,0.113546,0.108445999,0.103346,0.1086595,0.113973,0.130724,0.136261,0.140717,0.191117,0.193638,0.205294,0.216109,0.252631,0.240917,0.264352,0.113546,0.108445999,0.103346,0.1086595,0.113973,0.130724,0.136261,0.140717,0.191117,0.193638,0.205294,0.216109,0.252631,0.240917,0.264352,0.113546,0.108445999,0.103346,0.1086595,0.113973,0.130724,0.136261,0.140717,0.191117,0.193638,0.205294,0.216109,0.252631,0.240917,0.264352,0.113546,0.108445999,0.103346,0.1086595,0.113973,0.130724,0.136261,0.140717,0.191117,0.193638,0.205294,0.216109,0.252631,0.240917,0.264352,0.113546,0.108445999,0.103346,0.1086595,0.113973,0.130724,0.136261,0.140717,0.191117,0.193638,0.205294,0.216109,0.252631,0.240917,0.264352,0.113546,0.108445999,0.103346,0.1086595,0.113973,0.130724,0.136261,0.140717,0.191117,0.193638,0.205294,0.216109,0.252631,0.240917,0.264352,0.113546,0.108445999,0.103346,0.1086595,0.113973,0.130724,0.136261,0.140717,0.191117,0.193638,0.205294,0.216109,0.252631,0.240917,0.264352,0.113546,0.108445999,0.103346,0.1086595,0.113973,0.130724,0.136261,0.140717,0.191117,0.193638,0.205294,0.216109,0.252631,0.240917,0.264352,0.113546,0.108445999,0.103346,0.1086595,0.113973,0.130724,0.136261,0.140717,0.191117,0.193638,0.205294,0.216109,0.252631,0.240917,0.264352,0.113546,0.108445999,0.103346,0.1086595,0.113973,0.130724,0.136261,0.140717,0.191117,0.193638,0.205294,0.216109,0.252631,0.240917,0.264352,0.113546,0.108445999,0.103346,0.1086595,0.113973,0.130724,0.136261,0.140717,0.191117,0.193638,0.205294,0.216109,0.252631,0.240917,0.264352,0.113546,0.108445999,0.103346,0.1086595,0.113973,0.130724,0.136261,0.140717,0.191117,0.193638,0.205294,0.216109,0.252631,0.240917,0.264352,0.113546,0.108445999,0.103346,0.1086595,0.113973,0.130724,0.136261,0.140717,0.191117,0.193638,0.205294,0.216109,0.252631,0.240917,0.264352,0.113546,0.108445999,0.103346,0.1086595,0.113973,0.130724,0.136261,0.140717,0.191117,0.193638,0.205294,0.216109,0.252631,0.240917,0.264352,0.113546,0.108445999,0.103346,0.1086595,0.113973,0.130724,0.136261,0.140717,0.191117,0.193638,0.205294,0.216109,0.252631,0.240917,0.264352,3.138449,3.377135986,3.615823,3.759320557,3.902818,4.015557,4.142621,4.484192,5.01282,5.364192,5.289095,5.301527,5.241189,5.760349,5.479969,3.138449,3.377135986,3.615823,3.759320557,3.902818,4.015557,4.142621,4.484192,5.01282,5.364192,5.289095,5.301527,5.241189,5.760349,5.479969,3.138449,3.377135986,3.615823,3.759320557,3.902818,4.015557,4.142621,4.484192,5.01282,5.364192,5.289095,5.301527,5.241189,5.760349,5.479969,3.138449,3.377135986,3.615823,3.759320557,3.902818,4.015557,4.142621,4.484192,5.01282,5.364192,5.289095,5.301527,5.241189,5.760349,5.479969,3.138449,3.377135986,3.615823,3.759320557,3.902818,4.015557,4.142621,4.484192,5.01282,5.364192,5.289095,5.301527,5.241189,5.760349,5.479969,3.138449,3.377135986,3.615823,3.759320557,3.902818,4.015557,4.142621,4.484192,5.01282,5.364192,5.289095,5.301527,5.241189,5.760349,5.479969,3.138449,3.377135986,3.615823,3.759320557,3.902818,4.015557,4.142621,4.484192,5.01282,5.364192,5.289095,5.301527,5.241189,5.760349,5.479969,3.138449,3.377135986,3.615823,3.759320557,3.902818,4.015557,4.142621,4.484192,5.01282,5.364192,5.289095,5.301527,5.241189,5.760349,5.479969,3.138449,3.377135986,3.615823,3.759320557,3.902818,4.015557,4.142621,4.484192,5.01282,5.364192,5.289095,5.301527,5.241189,5.760349,5.479969,3.138449,3.377135986,3.615823,3.759320557,3.902818,4.015557,4.142621,4.484192,5.01282,5.364192,5.289095,5.301527,5.241189,5.760349,5.479969,3.138449,3.377135986,3.615823,3.759320557,3.902818,4.015557,4.142621,4.484192,5.01282,5.364192,5.289095,5.301527,5.241189,5.760349,5.479969,3.138449,3.377135986,3.615823,3.759320557,3.902818,4.015557,4.142621,4.484192,5.01282,5.364192,5.289095,5.301527,5.241189,5.760349,5.479969,3.138449,3.377135986,3.615823,3.759320557,3.902818,4.015557,4.142621,4.484192,5.01282,5.364192,5.289095,5.301527,5.241189,5.760349,5.479969,3.138449,3.377135986,3.615823,3.759320557,3.902818,4.015557,4.142621,4.484192,5.01282,5.364192,5.289095,5.301527,5.241189,5.760349,5.479969,3.138449,3.377135986,3.615823,3.759320557,3.902818,4.015557,4.142621,4.484192,5.01282,5.364192,5.289095,5.301527,5.241189,5.760349,5.479969,3.138449,3.377135986,3.615823,3.759320557,3.902818,4.015557,4.142621,4.484192,5.01282,5.364192,5.289095,5.301527,5.241189,5.760349,5.479969,3.138449,3.377135986,3.615823,3.759320557,3.902818,4.015557,4.142621,4.484192,5.01282,5.364192,5.289095,5.301527,5.241189,5.760349,5.479969,3.138449,3.377135986,3.615823,3.759320557,3.902818,4.015557,4.142621,4.484192,5.01282,5.364192,5.289095,5.301527,5.241189,5.760349,5.479969,3.138449,3.377135986,3.615823,3.759320557,3.902818,4.015557,4.142621,4.484192,5.01282,5.364192,5.289095,5.301527,5.241189,5.760349,5.479969,3.138449,3.377135986,3.615823,3.759320557,3.902818,4.015557,4.142621,4.484192,5.01282,5.364192,5.289095,5.301527,5.241189,5.760349,5.479969,3.138449,3.377135986,3.615823,3.759320557,3.902818,4.015557,4.142621,4.484192,5.01282,5.364192,5.289095,5.301527,5.241189,5.760349,5.479969,3.138449,3.377135986,3.615823,3.759320557,3.902818,4.015557,4.142621,4.484192,5.01282,5.364192,5.289095,5.301527,5.241189,5.760349,5.479969,3.138449,3.377135986,3.615823,3.759320557,3.902818,4.015557,4.142621,4.484192,5.01282,5.364192,5.289095,5.301527,5.241189,5.760349,5.479969,3.138449,3.377135986,3.615823,3.759320557,3.902818,4.015557,4.142621,4.484192,5.01282,5.364192,5.289095,5.301527,5.241189,5.760349,5.479969,3.138449,3.377135986,3.615823,3.759320557,3.902818,4.015557,4.142621,4.484192,5.01282,5.364192,5.289095,5.301527,5.241189,5.760349,5.479969,3.138449,3.377135986,3.615823,3.759320557,3.902818,4.015557,4.142621,4.484192,5.01282,5.364192,5.289095,5.301527,5.241189,5.760349,5.479969,3.138449,3.377135986,3.615823,3.759320557,3.902818,4.015557,4.142621,4.484192,5.01282,5.364192,5.289095,5.301527,5.241189,5.760349,5.479969,3.138449,3.377135986,3.615823,3.759320557,3.902818,4.015557,4.142621,4.484192,5.01282,5.364192,5.289095,5.301527,5.241189,5.760349,5.479969,3.138449,3.377135986,3.615823,3.759320557,3.902818,4.015557,4.142621,4.484192,5.01282,5.364192,5.289095,5.301527,5.241189,5.760349,5.479969,3.138449,3.377135986,3.615823,3.759320557,3.902818,4.015557,4.142621,4.484192,5.01282,5.364192,5.289095,5.301527,5.241189,5.760349,5.479969,3.138449,3.377135986,3.615823,3.759320557,3.902818,4.015557,4.142621,4.484192,5.01282,5.364192,5.289095,5.301527,5.241189,5.760349,5.479969,3.138449,3.377135986,3.615823,3.759320557,3.902818,4.015557,4.142621,4.484192,5.01282,5.364192,5.289095,5.301527,5.241189,5.760349,5.479969,3.138449,3.377135986,3.615823,3.759320557,3.902818,4.015557,4.142621,4.484192,5.01282,5.364192,5.289095,5.301527,5.241189,5.760349,5.479969,3.138449,3.377135986,3.615823,3.759320557,3.902818,4.015557,4.142621,4.484192,5.01282,5.364192,5.289095,5.301527,5.241189,5.760349,5.479969,3.138449,3.377135986,3.615823,3.759320557,3.902818,4.015557,4.142621,4.484192,5.01282,5.364192,5.289095,5.301527,5.241189,5.760349,5.479969,3.138449,3.377135986,3.615823,3.759320557,3.902818,4.015557,4.142621,4.484192,5.01282,5.364192,5.289095,5.301527,5.241189,5.760349,5.479969,3.138449,3.377135986,3.615823,3.759320557,3.902818,4.015557,4.142621,4.484192,5.01282,5.364192,5.289095,5.301527,5.241189,5.760349,5.479969,3.138449,3.377135986,3.615823,3.759320557,3.902818,4.015557,4.142621,4.484192,5.01282,5.364192,5.289095,5.301527,5.241189,5.760349,5.479969,3.138449,3.377135986,3.615823,3.759320557,3.902818,4.015557,4.142621,4.484192,5.01282,5.364192,5.289095,5.301527,5.241189,5.760349,5.479969,3.138449,3.377135986,3.615823,3.759320557,3.902818,4.015557,4.142621,4.484192,5.01282,5.364192,5.289095,5.301527,5.241189,5.760349,5.479969,3.138449,3.377135986,3.615823,3.759320557,3.902818,4.015557,4.142621,4.484192,5.01282,5.364192,5.289095,5.301527,5.241189,5.760349,5.479969,3.138449,3.377135986,3.615823,3.759320557,3.902818,4.015557,4.142621,4.484192,5.01282,5.364192,5.289095,5.301527,5.241189,5.760349,5.479969,3.138449,3.377135986,3.615823,3.759320557,3.902818,4.015557,4.142621,4.484192,5.01282,5.364192,5.289095,5.301527,5.241189,5.760349,5.479969,3.138449,3.377135986,3.615823,3.759320557,3.902818,4.015557,4.142621,4.484192,5.01282,5.364192,5.289095,5.301527,5.241189,5.760349,5.479969,3.138449,3.377135986,3.615823,3.759320557,3.902818,4.015557,4.142621,4.484192,5.01282,5.364192,5.289095,5.301527,5.241189,5.760349,5.479969,3.138449,3.377135986,3.615823,3.759320557,3.902818,4.015557,4.142621,4.484192,5.01282,5.364192,5.289095,5.301527,5.241189,5.760349,5.479969,3.138449,3.377135986,3.615823,3.759320557,3.902818,4.015557,4.142621,4.484192,5.01282,5.364192,5.289095,5.301527,5.241189,5.760349,5.479969,3.138449,3.377135986,3.615823,3.759320557,3.902818,4.015557,4.142621,4.484192,5.01282,5.364192,5.289095,5.301527,5.241189,5.760349,5.479969,3.138449,3.377135986,3.615823,3.759320557,3.902818,4.015557,4.142621,4.484192,5.01282,5.364192,5.289095,5.301527,5.241189,5.760349,5.479969,3.138449,3.377135986,3.615823,3.759320557,3.902818,4.015557,4.142621,4.484192,5.01282,5.364192,5.289095,5.301527,5.241189,5.760349,5.479969,3.138449,3.377135986,3.615823,3.759320557,3.902818,4.015557,4.142621,4.484192,5.01282,5.364192,5.289095,5.301527,5.241189,5.760349,5.479969,3.138449,3.377135986,3.615823,3.759320557,3.902818,4.015557,4.142621,4.484192,5.01282,5.364192,5.289095,5.301527,5.241189,5.760349,5.479969,3.138449,3.377135986,3.615823,3.759320557,3.902818,4.015557,4.142621,4.484192,5.01282,5.364192,5.289095,5.301527,5.241189,5.760349,5.479969,3.138449,3.377135986,3.615823,3.759320557,3.902818,4.015557,4.142621,4.484192,5.01282,5.364192,5.289095,5.301527,5.241189,5.760349,5.479969,3.138449,3.377135986,3.615823,3.759320557,3.902818,4.015557,4.142621,4.484192,5.01282,5.364192,5.289095,5.301527,5.241189,5.760349,5.479969,3.138449,3.377135986,3.615823,3.759320557,3.902818,4.015557,4.142621,4.484192,5.01282,5.364192,5.289095,5.301527,5.241189,5.760349,5.479969,3.138449,3.377135986,3.615823,3.759320557,3.902818,4.015557,4.142621,4.484192,5.01282,5.364192,5.289095,5.301527,5.241189,5.760349,5.479969,3.138449,3.377135986,3.615823,3.759320557,3.902818,4.015557,4.142621,4.484192,5.01282,5.364192,5.289095,5.301527,5.241189,5.760349,5.479969,3.138449,3.377135986,3.615823,3.759320557,3.902818,4.015557,4.142621,4.484192,5.01282,5.364192,5.289095,5.301527,5.241189,5.760349,5.479969,3.138449,3.377135986,3.615823,3.759320557,3.902818,4.015557,4.142621,4.484192,5.01282,5.364192,5.289095,5.301527,5.241189,5.760349,5.479969,3.138449,3.377135986,3.615823,3.759320557,3.902818,4.015557,4.142621,4.484192,5.01282,5.364192,5.289095,5.301527,5.241189,5.760349,5.479969,3.138449,3.377135986,3.615823,3.759320557,3.902818,4.015557,4.142621,4.484192,5.01282,5.364192,5.289095,5.301527,5.241189,5.760349,5.479969,3.138449,3.377135986,3.615823,3.759320557,3.902818,4.015557,4.142621,4.484192,5.01282,5.364192,5.289095,5.301527,5.241189,5.760349,5.479969,3.138449,3.377135986,3.615823,3.759320557,3.902818,4.015557,4.142621,4.484192,5.01282,5.364192,5.289095,5.301527,5.241189,5.760349,5.479969,3.138449,3.377135986,3.615823,3.759320557,3.902818,4.015557,4.142621,4.484192,5.01282,5.364192,5.289095,5.301527,5.241189,5.760349,5.479969,3.138449,3.377135986,3.615823,3.759320557,3.902818,4.015557,4.142621,4.484192,5.01282,5.364192,5.289095,5.301527,5.241189,5.760349,5.479969,3.138449,3.377135986,3.615823,3.759320557,3.902818,4.015557,4.142621,4.484192,5.01282,5.364192,5.289095,5.301527,5.241189,5.760349,5.479969,3.138449,3.377135986,3.615823,3.759320557,3.902818,4.015557,4.142621,4.484192,5.01282,5.364192,5.289095,5.301527,5.241189,5.760349,5.479969,3.138449,3.377135986,3.615823,3.759320557,3.902818,4.015557,4.142621,4.484192,5.01282,5.364192,5.289095,5.301527,5.241189,5.760349,5.479969,3.138449,3.377135986,3.615823,3.759320557,3.902818,4.015557,4.142621,4.484192,5.01282,5.364192,5.289095,5.301527,5.241189,5.760349,5.479969,3.138449,3.377135986,3.615823,3.759320557,3.902818,4.015557,4.142621,4.484192,5.01282,5.364192,5.289095,5.301527,5.241189,5.760349,5.479969,3.138449,3.377135986,3.615823,3.759320557,3.902818,4.015557,4.142621,4.484192,5.01282,5.364192,5.289095,5.301527,5.241189,5.760349,5.479969,3.138449,3.377135986,3.615823,3.759320557,3.902818,4.015557,4.142621,4.484192,5.01282,5.364192,5.289095,5.301527,5.241189,5.760349,5.479969,3.138449,3.377135986,3.615823,3.759320557,3.902818,4.015557,4.142621,4.484192,5.01282,5.364192,5.289095,5.301527,5.241189,5.760349,5.479969,3.138449,3.377135986,3.615823,3.759320557,3.902818,4.015557,4.142621,4.484192,5.01282,5.364192,5.289095,5.301527,5.241189,5.760349,5.479969,3.138449,3.377135986,3.615823,3.759320557,3.902818,4.015557,4.142621,4.484192,5.01282,5.364192,5.289095,5.301527,5.241189,5.760349,5.479969,3.138449,3.377135986,3.615823,3.759320557,3.902818,4.015557,4.142621,4.484192,5.01282,5.364192,5.289095,5.301527,5.241189,5.760349,5.479969,3.138449,3.377135986,3.615823,3.759320557,3.902818,4.015557,4.142621,4.484192,5.01282,5.364192,5.289095,5.301527,5.241189,5.760349,5.479969,3.138449,3.377135986,3.615823,3.759320557,3.902818,4.015557,4.142621,4.484192,5.01282,5.364192,5.289095,5.301527,5.241189,5.760349,5.479969,3.138449,3.377135986,3.615823,3.759320557,3.902818,4.015557,4.142621,4.484192,5.01282,5.364192,5.289095,5.301527,5.241189,5.760349,5.479969,3.138449,3.377135986,3.615823,3.759320557,3.902818,4.015557,4.142621,4.484192,5.01282,5.364192,5.289095,5.301527,5.241189,5.760349,5.479969,3.138449,3.377135986,3.615823,3.759320557,3.902818,4.015557,4.142621,4.484192,5.01282,5.364192,5.289095,5.301527,5.241189,5.760349,5.479969,3.138449,3.377135986,3.615823,3.759320557,3.902818,4.015557,4.142621,4.484192,5.01282,5.364192,5.289095,5.301527,5.241189,5.760349,5.479969,3.138449,3.377135986,3.615823,3.759320557,3.902818,4.015557,4.142621,4.484192,5.01282,5.364192,5.289095,5.301527,5.241189,5.760349,5.479969,3.138449,3.377135986,3.615823,3.759320557,3.902818,4.015557,4.142621,4.484192,5.01282,5.364192,5.289095,5.301527,5.241189,5.760349,5.479969,3.138449,3.377135986,3.615823,3.759320557,3.902818,4.015557,4.142621,4.484192,5.01282,5.364192,5.289095,5.301527,5.241189,5.760349,5.479969,3.138449,3.377135986,3.615823,3.759320557,3.902818,4.015557,4.142621,4.484192,5.01282,5.364192,5.289095,5.301527,5.241189,5.760349,5.479969,3.138449,3.377135986,3.615823,3.759320557,3.902818,4.015557,4.142621,4.484192,5.01282,5.364192,5.289095,5.301527,5.241189,5.760349,5.479969,0.784419,0.824171997,0.863925,0.880447021,0.896969,0.971749,1.039076,1.110661,1.315616,1.369549,1.444565,1.466086,1.520071,1.575792,1.690997,0.784419,0.824171997,0.863925,0.880447021,0.896969,0.971749,1.039076,1.110661,1.315616,1.369549,1.444565,1.466086,1.520071,1.575792,1.690997,0.784419,0.824171997,0.863925,0.880447021,0.896969,0.971749,1.039076,1.110661,1.315616,1.369549,1.444565,1.466086,1.520071,1.575792,1.690997,0.784419,0.824171997,0.863925,0.880447021,0.896969,0.971749,1.039076,1.110661,1.315616,1.369549,1.444565,1.466086,1.520071,1.575792,1.690997,0.784419,0.824171997,0.863925,0.880447021,0.896969,0.971749,1.039076,1.110661,1.315616,1.369549,1.444565,1.466086,1.520071,1.575792,1.690997,0.784419,0.824171997,0.863925,0.880447021,0.896969,0.971749,1.039076,1.110661,1.315616,1.369549,1.444565,1.466086,1.520071,1.575792,1.690997,0.784419,0.824171997,0.863925,0.880447021,0.896969,0.971749,1.039076,1.110661,1.315616,1.369549,1.444565,1.466086,1.520071,1.575792,1.690997,0.784419,0.824171997,0.863925,0.880447021,0.896969,0.971749,1.039076,1.110661,1.315616,1.369549,1.444565,1.466086,1.520071,1.575792,1.690997,0.784419,0.824171997,0.863925,0.880447021,0.896969,0.971749,1.039076,1.110661,1.315616,1.369549,1.444565,1.466086,1.520071,1.575792,1.690997,0.784419,0.824171997,0.863925,0.880447021,0.896969,0.971749,1.039076,1.110661,1.315616,1.369549,1.444565,1.466086,1.520071,1.575792,1.690997,0.784419,0.824171997,0.863925,0.880447021,0.896969,0.971749,1.039076,1.110661,1.315616,1.369549,1.444565,1.466086,1.520071,1.575792,1.690997,0.784419,0.824171997,0.863925,0.880447021,0.896969,0.971749,1.039076,1.110661,1.315616,1.369549,1.444565,1.466086,1.520071,1.575792,1.690997,0.784419,0.824171997,0.863925,0.880447021,0.896969,0.971749,1.039076,1.110661,1.315616,1.369549,1.444565,1.466086,1.520071,1.575792,1.690997,0.784419,0.824171997,0.863925,0.880447021,0.896969,0.971749,1.039076,1.110661,1.315616,1.369549,1.444565,1.466086,1.520071,1.575792,1.690997,0.784419,0.824171997,0.863925,0.880447021,0.896969,0.971749,1.039076,1.110661,1.315616,1.369549,1.444565,1.466086,1.520071,1.575792,1.690997,0.784419,0.824171997,0.863925,0.880447021,0.896969,0.971749,1.039076,1.110661,1.315616,1.369549,1.444565,1.466086,1.520071,1.575792,1.690997,0.784419,0.824171997,0.863925,0.880447021,0.896969,0.971749,1.039076,1.110661,1.315616,1.369549,1.444565,1.466086,1.520071,1.575792,1.690997,0.784419,0.824171997,0.863925,0.880447021,0.896969,0.971749,1.039076,1.110661,1.315616,1.369549,1.444565,1.466086,1.520071,1.575792,1.690997,0.784419,0.824171997,0.863925,0.880447021,0.896969,0.971749,1.039076,1.110661,1.315616,1.369549,1.444565,1.466086,1.520071,1.575792,1.690997,0.784419,0.824171997,0.863925,0.880447021,0.896969,0.971749,1.039076,1.110661,1.315616,1.369549,1.444565,1.466086,1.520071,1.575792,1.690997,0.784419,0.824171997,0.863925,0.880447021,0.896969,0.971749,1.039076,1.110661,1.315616,1.369549,1.444565,1.466086,1.520071,1.575792,1.690997,0.784419,0.824171997,0.863925,0.880447021,0.896969,0.971749,1.039076,1.110661,1.315616,1.369549,1.444565,1.466086,1.520071,1.575792,1.690997,0.784419,0.824171997,0.863925,0.880447021,0.896969,0.971749,1.039076,1.110661,1.315616,1.369549,1.444565,1.466086,1.520071,1.575792,1.690997,0.784419,0.824171997,0.863925,0.880447021,0.896969,0.971749,1.039076,1.110661,1.315616,1.369549,1.444565,1.466086,1.520071,1.575792,1.690997,0.784419,0.824171997,0.863925,0.880447021,0.896969,0.971749,1.039076,1.110661,1.315616,1.369549,1.444565,1.466086,1.520071,1.575792,1.690997,0.784419,0.824171997,0.863925,0.880447021,0.896969,0.971749,1.039076,1.110661,1.315616,1.369549,1.444565,1.466086,1.520071,1.575792,1.690997,0.784419,0.824171997,0.863925,0.880447021,0.896969,0.971749,1.039076,1.110661,1.315616,1.369549,1.444565,1.466086,1.520071,1.575792,1.690997,0.784419,0.824171997,0.863925,0.880447021,0.896969,0.971749,1.039076,1.110661,1.315616,1.369549,1.444565,1.466086,1.520071,1.575792,1.690997,0.784419,0.824171997,0.863925,0.880447021,0.896969,0.971749,1.039076,1.110661,1.315616,1.369549,1.444565,1.466086,1.520071,1.575792,1.690997,0.784419,0.824171997,0.863925,0.880447021,0.896969,0.971749,1.039076,1.110661,1.315616,1.369549,1.444565,1.466086,1.520071,1.575792,1.690997,0.784419,0.824171997,0.863925,0.880447021,0.896969,0.971749,1.039076,1.110661,1.315616,1.369549,1.444565,1.466086,1.520071,1.575792,1.690997,0.784419,0.824171997,0.863925,0.880447021,0.896969,0.971749,1.039076,1.110661,1.315616,1.369549,1.444565,1.466086,1.520071,1.575792,1.690997,0.784419,0.824171997,0.863925,0.880447021,0.896969,0.971749,1.039076,1.110661,1.315616,1.369549,1.444565,1.466086,1.520071,1.575792,1.690997,0.784419,0.824171997,0.863925,0.880447021,0.896969,0.971749,1.039076,1.110661,1.315616,1.369549,1.444565,1.466086,1.520071,1.575792,1.690997,0.784419,0.824171997,0.863925,0.880447021,0.896969,0.971749,1.039076,1.110661,1.315616,1.369549,1.444565,1.466086,1.520071,1.575792,1.690997,0.784419,0.824171997,0.863925,0.880447021,0.896969,0.971749,1.039076,1.110661,1.315616,1.369549,1.444565,1.466086,1.520071,1.575792,1.690997,0.784419,0.824171997,0.863925,0.880447021,0.896969,0.971749,1.039076,1.110661,1.315616,1.369549,1.444565,1.466086,1.520071,1.575792,1.690997,0.784419,0.824171997,0.863925,0.880447021,0.896969,0.971749,1.039076,1.110661,1.315616,1.369549,1.444565,1.466086,1.520071,1.575792,1.690997,0.784419,0.824171997,0.863925,0.880447021,0.896969,0.971749,1.039076,1.110661,1.315616,1.369549,1.444565,1.466086,1.520071,1.575792,1.690997,0.784419,0.824171997,0.863925,0.880447021,0.896969,0.971749,1.039076,1.110661,1.315616,1.369549,1.444565,1.466086,1.520071,1.575792,1.690997,0.784419,0.824171997,0.863925,0.880447021,0.896969,0.971749,1.039076,1.110661,1.315616,1.369549,1.444565,1.466086,1.520071,1.575792,1.690997,0.784419,0.824171997,0.863925,0.880447021,0.896969,0.971749,1.039076,1.110661,1.315616,1.369549,1.444565,1.466086,1.520071,1.575792,1.690997,0.784419,0.824171997,0.863925,0.880447021,0.896969,0.971749,1.039076,1.110661,1.315616,1.369549,1.444565,1.466086,1.520071,1.575792,1.690997,0.784419,0.824171997,0.863925,0.880447021,0.896969,0.971749,1.039076,1.110661,1.315616,1.369549,1.444565,1.466086,1.520071,1.575792,1.690997,0.784419,0.824171997,0.863925,0.880447021,0.896969,0.971749,1.039076,1.110661,1.315616,1.369549,1.444565,1.466086,1.520071,1.575792,1.690997,0.784419,0.824171997,0.863925,0.880447021,0.896969,0.971749,1.039076,1.110661,1.315616,1.369549,1.444565,1.466086,1.520071,1.575792,1.690997,0.784419,0.824171997,0.863925,0.880447021,0.896969,0.971749,1.039076,1.110661,1.315616,1.369549,1.444565,1.466086,1.520071,1.575792,1.690997,0.784419,0.824171997,0.863925,0.880447021,0.896969,0.971749,1.039076,1.110661,1.315616,1.369549,1.444565,1.466086,1.520071,1.575792,1.690997,0.784419,0.824171997,0.863925,0.880447021,0.896969,0.971749,1.039076,1.110661,1.315616,1.369549,1.444565,1.466086,1.520071,1.575792,1.690997,0.784419,0.824171997,0.863925,0.880447021,0.896969,0.971749,1.039076,1.110661,1.315616,1.369549,1.444565,1.466086,1.520071,1.575792,1.690997,0.784419,0.824171997,0.863925,0.880447021,0.896969,0.971749,1.039076,1.110661,1.315616,1.369549,1.444565,1.466086,1.520071,1.575792,1.690997,0.784419,0.824171997,0.863925,0.880447021,0.896969,0.971749,1.039076,1.110661,1.315616,1.369549,1.444565,1.466086,1.520071,1.575792,1.690997,0.784419,0.824171997,0.863925,0.880447021,0.896969,0.971749,1.039076,1.110661,1.315616,1.369549,1.444565,1.466086,1.520071,1.575792,1.690997,0.784419,0.824171997,0.863925,0.880447021,0.896969,0.971749,1.039076,1.110661,1.315616,1.369549,1.444565,1.466086,1.520071,1.575792,1.690997,0.784419,0.824171997,0.863925,0.880447021,0.896969,0.971749,1.039076,1.110661,1.315616,1.369549,1.444565,1.466086,1.520071,1.575792,1.690997,0.784419,0.824171997,0.863925,0.880447021,0.896969,0.971749,1.039076,1.110661,1.315616,1.369549,1.444565,1.466086,1.520071,1.575792,1.690997,0.784419,0.824171997,0.863925,0.880447021,0.896969,0.971749,1.039076,1.110661,1.315616,1.369549,1.444565,1.466086,1.520071,1.575792,1.690997,0.784419,0.824171997,0.863925,0.880447021,0.896969,0.971749,1.039076,1.110661,1.315616,1.369549,1.444565,1.466086,1.520071,1.575792,1.690997,0.784419,0.824171997,0.863925,0.880447021,0.896969,0.971749,1.039076,1.110661,1.315616,1.369549,1.444565,1.466086,1.520071,1.575792,1.690997,0.784419,0.824171997,0.863925,0.880447021,0.896969,0.971749,1.039076,1.110661,1.315616,1.369549,1.444565,1.466086,1.520071,1.575792,1.690997,0.784419,0.824171997,0.863925,0.880447021,0.896969,0.971749,1.039076,1.110661,1.315616,1.369549,1.444565,1.466086,1.520071,1.575792,1.690997,0.784419,0.824171997,0.863925,0.880447021,0.896969,0.971749,1.039076,1.110661,1.315616,1.369549,1.444565,1.466086,1.520071,1.575792,1.690997,0.784419,0.824171997,0.863925,0.880447021,0.896969,0.971749,1.039076,1.110661,1.315616,1.369549,1.444565,1.466086,1.520071,1.575792,1.690997,0.784419,0.824171997,0.863925,0.880447021,0.896969,0.971749,1.039076,1.110661,1.315616,1.369549,1.444565,1.466086,1.520071,1.575792,1.690997,0.784419,0.824171997,0.863925,0.880447021,0.896969,0.971749,1.039076,1.110661,1.315616,1.369549,1.444565,1.466086,1.520071,1.575792,1.690997,0.784419,0.824171997,0.863925,0.880447021,0.896969,0.971749,1.039076,1.110661,1.315616,1.369549,1.444565,1.466086,1.520071,1.575792,1.690997,0.784419,0.824171997,0.863925,0.880447021,0.896969,0.971749,1.039076,1.110661,1.315616,1.369549,1.444565,1.466086,1.520071,1.575792,1.690997,0.784419,0.824171997,0.863925,0.880447021,0.896969,0.971749,1.039076,1.110661,1.315616,1.369549,1.444565,1.466086,1.520071,1.575792,1.690997,0.784419,0.824171997,0.863925,0.880447021,0.896969,0.971749,1.039076,1.110661,1.315616,1.369549,1.444565,1.466086,1.520071,1.575792,1.690997,0.784419,0.824171997,0.863925,0.880447021,0.896969,0.971749,1.039076,1.110661,1.315616,1.369549,1.444565,1.466086,1.520071,1.575792,1.690997,0.784419,0.824171997,0.863925,0.880447021,0.896969,0.971749,1.039076,1.110661,1.315616,1.369549,1.444565,1.466086,1.520071,1.575792,1.690997,0.784419,0.824171997,0.863925,0.880447021,0.896969,0.971749,1.039076,1.110661,1.315616,1.369549,1.444565,1.466086,1.520071,1.575792,1.690997,0.784419,0.824171997,0.863925,0.880447021,0.896969,0.971749,1.039076,1.110661,1.315616,1.369549,1.444565,1.466086,1.520071,1.575792,1.690997,0.784419,0.824171997,0.863925,0.880447021,0.896969,0.971749,1.039076,1.110661,1.315616,1.369549,1.444565,1.466086,1.520071,1.575792,1.690997,0.784419,0.824171997,0.863925,0.880447021,0.896969,0.971749,1.039076,1.110661,1.315616,1.369549,1.444565,1.466086,1.520071,1.575792,1.690997,0.784419,0.824171997,0.863925,0.880447021,0.896969,0.971749,1.039076,1.110661,1.315616,1.369549,1.444565,1.466086,1.520071,1.575792,1.690997,0.784419,0.824171997,0.863925,0.880447021,0.896969,0.971749,1.039076,1.110661,1.315616,1.369549,1.444565,1.466086,1.520071,1.575792,1.690997,1.00894,1.078631958,1.148324,1.195158936,1.241994,1.262821,1.328106,1.471057,1.824061,2.0004,1.947315,1.930105,2.018632,2.042434,2.112842,1.00894,1.078631958,1.148324,1.195158936,1.241994,1.262821,1.328106,1.471057,1.824061,2.0004,1.947315,1.930105,2.018632,2.042434,2.112842,1.00894,1.078631958,1.148324,1.195158936,1.241994,1.262821,1.328106,1.471057,1.824061,2.0004,1.947315,1.930105,2.018632,2.042434,2.112842,1.00894,1.078631958,1.148324,1.195158936,1.241994,1.262821,1.328106,1.471057,1.824061,2.0004,1.947315,1.930105,2.018632,2.042434,2.112842,1.00894,1.078631958,1.148324,1.195158936,1.241994,1.262821,1.328106,1.471057,1.824061,2.0004,1.947315,1.930105,2.018632,2.042434,2.112842,1.00894,1.078631958,1.148324,1.195158936,1.241994,1.262821,1.328106,1.471057,1.824061,2.0004,1.947315,1.930105,2.018632,2.042434,2.112842,1.00894,1.078631958,1.148324,1.195158936,1.241994,1.262821,1.328106,1.471057,1.824061,2.0004,1.947315,1.930105,2.018632,2.042434,2.112842,1.00894,1.078631958,1.148324,1.195158936,1.241994,1.262821,1.328106,1.471057,1.824061,2.0004,1.947315,1.930105,2.018632,2.042434,2.112842,1.00894,1.078631958,1.148324,1.195158936,1.241994,1.262821,1.328106,1.471057,1.824061,2.0004,1.947315,1.930105,2.018632,2.042434,2.112842,1.00894,1.078631958,1.148324,1.195158936,1.241994,1.262821,1.328106,1.471057,1.824061,2.0004,1.947315,1.930105,2.018632,2.042434,2.112842,1.00894,1.078631958,1.148324,1.195158936,1.241994,1.262821,1.328106,1.471057,1.824061,2.0004,1.947315,1.930105,2.018632,2.042434,2.112842,1.00894,1.078631958,1.148324,1.195158936,1.241994,1.262821,1.328106,1.471057,1.824061,2.0004,1.947315,1.930105,2.018632,2.042434,2.112842,1.00894,1.078631958,1.148324,1.195158936,1.241994,1.262821,1.328106,1.471057,1.824061,2.0004,1.947315,1.930105,2.018632,2.042434,2.112842,1.00894,1.078631958,1.148324,1.195158936,1.241994,1.262821,1.328106,1.471057,1.824061,2.0004,1.947315,1.930105,2.018632,2.042434,2.112842,1.00894,1.078631958,1.148324,1.195158936,1.241994,1.262821,1.328106,1.471057,1.824061,2.0004,1.947315,1.930105,2.018632,2.042434,2.112842,1.00894,1.078631958,1.148324,1.195158936,1.241994,1.262821,1.328106,1.471057,1.824061,2.0004,1.947315,1.930105,2.018632,2.042434,2.112842,1.00894,1.078631958,1.148324,1.195158936,1.241994,1.262821,1.328106,1.471057,1.824061,2.0004,1.947315,1.930105,2.018632,2.042434,2.112842,1.00894,1.078631958,1.148324,1.195158936,1.241994,1.262821,1.328106,1.471057,1.824061,2.0004,1.947315,1.930105,2.018632,2.042434,2.112842,1.00894,1.078631958,1.148324,1.195158936,1.241994,1.262821,1.328106,1.471057,1.824061,2.0004,1.947315,1.930105,2.018632,2.042434,2.112842,1.00894,1.078631958,1.148324,1.195158936,1.241994,1.262821,1.328106,1.471057,1.824061,2.0004,1.947315,1.930105,2.018632,2.042434,2.112842,1.00894,1.078631958,1.148324,1.195158936,1.241994,1.262821,1.328106,1.471057,1.824061,2.0004,1.947315,1.930105,2.018632,2.042434,2.112842,1.00894,1.078631958,1.148324,1.195158936,1.241994,1.262821,1.328106,1.471057,1.824061,2.0004,1.947315,1.930105,2.018632,2.042434,2.112842,1.00894,1.078631958,1.148324,1.195158936,1.241994,1.262821,1.328106,1.471057,1.824061,2.0004,1.947315,1.930105,2.018632,2.042434,2.112842,1.00894,1.078631958,1.148324,1.195158936,1.241994,1.262821,1.328106,1.471057,1.824061,2.0004,1.947315,1.930105,2.018632,2.042434,2.112842,1.00894,1.078631958,1.148324,1.195158936,1.241994,1.262821,1.328106,1.471057,1.824061,2.0004,1.947315,1.930105,2.018632,2.042434,2.112842,1.00894,1.078631958,1.148324,1.195158936,1.241994,1.262821,1.328106,1.471057,1.824061,2.0004,1.947315,1.930105,2.018632,2.042434,2.112842,1.00894,1.078631958,1.148324,1.195158936,1.241994,1.262821,1.328106,1.471057,1.824061,2.0004,1.947315,1.930105,2.018632,2.042434,2.112842,1.00894,1.078631958,1.148324,1.195158936,1.241994,1.262821,1.328106,1.471057,1.824061,2.0004,1.947315,1.930105,2.018632,2.042434,2.112842,1.00894,1.078631958,1.148324,1.195158936,1.241994,1.262821,1.328106,1.471057,1.824061,2.0004,1.947315,1.930105,2.018632,2.042434,2.112842,1.00894,1.078631958,1.148324,1.195158936,1.241994,1.262821,1.328106,1.471057,1.824061,2.0004,1.947315,1.930105,2.018632,2.042434,2.112842,1.00894,1.078631958,1.148324,1.195158936,1.241994,1.262821,1.328106,1.471057,1.824061,2.0004,1.947315,1.930105,2.018632,2.042434,2.112842,1.00894,1.078631958,1.148324,1.195158936,1.241994,1.262821,1.328106,1.471057,1.824061,2.0004,1.947315,1.930105,2.018632,2.042434,2.112842,1.00894,1.078631958,1.148324,1.195158936,1.241994,1.262821,1.328106,1.471057,1.824061,2.0004,1.947315,1.930105,2.018632,2.042434,2.112842,1.00894,1.078631958,1.148324,1.195158936,1.241994,1.262821,1.328106,1.471057,1.824061,2.0004,1.947315,1.930105,2.018632,2.042434,2.112842,1.00894,1.078631958,1.148324,1.195158936,1.241994,1.262821,1.328106,1.471057,1.824061,2.0004,1.947315,1.930105,2.018632,2.042434,2.112842,1.00894,1.078631958,1.148324,1.195158936,1.241994,1.262821,1.328106,1.471057,1.824061,2.0004,1.947315,1.930105,2.018632,2.042434,2.112842,2.65496,2.792442871,2.929926,2.894113525,2.858301,2.931384,3.100279,3.289605,3.906117,4.158494,4.261278,4.25678,4.300486,4.479509,4.624084,2.65496,2.792442871,2.929926,2.894113525,2.858301,2.931384,3.100279,3.289605,3.906117,4.158494,4.261278,4.25678,4.300486,4.479509,4.624084,2.65496,2.792442871,2.929926,2.894113525,2.858301,2.931384,3.100279,3.289605,3.906117,4.158494,4.261278,4.25678,4.300486,4.479509,4.624084,2.65496,2.792442871,2.929926,2.894113525,2.858301,2.931384,3.100279,3.289605,3.906117,4.158494,4.261278,4.25678,4.300486,4.479509,4.624084,2.65496,2.792442871,2.929926,2.894113525,2.858301,2.931384,3.100279,3.289605,3.906117,4.158494,4.261278,4.25678,4.300486,4.479509,4.624084,2.65496,2.792442871,2.929926,2.894113525,2.858301,2.931384,3.100279,3.289605,3.906117,4.158494,4.261278,4.25678,4.300486,4.479509,4.624084,2.65496,2.792442871,2.929926,2.894113525,2.858301,2.931384,3.100279,3.289605,3.906117,4.158494,4.261278,4.25678,4.300486,4.479509,4.624084,2.65496,2.792442871,2.929926,2.894113525,2.858301,2.931384,3.100279,3.289605,3.906117,4.158494,4.261278,4.25678,4.300486,4.479509,4.624084,2.65496,2.792442871,2.929926,2.894113525,2.858301,2.931384,3.100279,3.289605,3.906117,4.158494,4.261278,4.25678,4.300486,4.479509,4.624084,2.65496,2.792442871,2.929926,2.894113525,2.858301,2.931384,3.100279,3.289605,3.906117,4.158494,4.261278,4.25678,4.300486,4.479509,4.624084,2.65496,2.792442871,2.929926,2.894113525,2.858301,2.931384,3.100279,3.289605,3.906117,4.158494,4.261278,4.25678,4.300486,4.479509,4.624084,2.65496,2.792442871,2.929926,2.894113525,2.858301,2.931384,3.100279,3.289605,3.906117,4.158494,4.261278,4.25678,4.300486,4.479509,4.624084,2.65496,2.792442871,2.929926,2.894113525,2.858301,2.931384,3.100279,3.289605,3.906117,4.158494,4.261278,4.25678,4.300486,4.479509,4.624084,2.65496,2.792442871,2.929926,2.894113525,2.858301,2.931384,3.100279,3.289605,3.906117,4.158494,4.261278,4.25678,4.300486,4.479509,4.624084,2.65496,2.792442871,2.929926,2.894113525,2.858301,2.931384,3.100279,3.289605,3.906117,4.158494,4.261278,4.25678,4.300486,4.479509,4.624084,2.65496,2.792442871,2.929926,2.894113525,2.858301,2.931384,3.100279,3.289605,3.906117,4.158494,4.261278,4.25678,4.300486,4.479509,4.624084,2.65496,2.792442871,2.929926,2.894113525,2.858301,2.931384,3.100279,3.289605,3.906117,4.158494,4.261278,4.25678,4.300486,4.479509,4.624084,2.65496,2.792442871,2.929926,2.894113525,2.858301,2.931384,3.100279,3.289605,3.906117,4.158494,4.261278,4.25678,4.300486,4.479509,4.624084,2.65496,2.792442871,2.929926,2.894113525,2.858301,2.931384,3.100279,3.289605,3.906117,4.158494,4.261278,4.25678,4.300486,4.479509,4.624084,2.65496,2.792442871,2.929926,2.894113525,2.858301,2.931384,3.100279,3.289605,3.906117,4.158494,4.261278,4.25678,4.300486,4.479509,4.624084,2.65496,2.792442871,2.929926,2.894113525,2.858301,2.931384,3.100279,3.289605,3.906117,4.158494,4.261278,4.25678,4.300486,4.479509,4.624084,2.65496,2.792442871,2.929926,2.894113525,2.858301,2.931384,3.100279,3.289605,3.906117,4.158494,4.261278,4.25678,4.300486,4.479509,4.624084,2.65496,2.792442871,2.929926,2.894113525,2.858301,2.931384,3.100279,3.289605,3.906117,4.158494,4.261278,4.25678,4.300486,4.479509,4.624084,2.65496,2.792442871,2.929926,2.894113525,2.858301,2.931384,3.100279,3.289605,3.906117,4.158494,4.261278,4.25678,4.300486,4.479509,4.624084,2.65496,2.792442871,2.929926,2.894113525,2.858301,2.931384,3.100279,3.289605,3.906117,4.158494,4.261278,4.25678,4.300486,4.479509,4.624084,2.65496,2.792442871,2.929926,2.894113525,2.858301,2.931384,3.100279,3.289605,3.906117,4.158494,4.261278,4.25678,4.300486,4.479509,4.624084,2.65496,2.792442871,2.929926,2.894113525,2.858301,2.931384,3.100279,3.289605,3.906117,4.158494,4.261278,4.25678,4.300486,4.479509,4.624084,2.65496,2.792442871,2.929926,2.894113525,2.858301,2.931384,3.100279,3.289605,3.906117,4.158494,4.261278,4.25678,4.300486,4.479509,4.624084,2.65496,2.792442871,2.929926,2.894113525,2.858301,2.931384,3.100279,3.289605,3.906117,4.158494,4.261278,4.25678,4.300486,4.479509,4.624084,2.65496,2.792442871,2.929926,2.894113525,2.858301,2.931384,3.100279,3.289605,3.906117,4.158494,4.261278,4.25678,4.300486,4.479509,4.624084,2.65496,2.792442871,2.929926,2.894113525,2.858301,2.931384,3.100279,3.289605,3.906117,4.158494,4.261278,4.25678,4.300486,4.479509,4.624084,2.65496,2.792442871,2.929926,2.894113525,2.858301,2.931384,3.100279,3.289605,3.906117,4.158494,4.261278,4.25678,4.300486,4.479509,4.624084,2.65496,2.792442871,2.929926,2.894113525,2.858301,2.931384,3.100279,3.289605,3.906117,4.158494,4.261278,4.25678,4.300486,4.479509,4.624084,2.65496,2.792442871,2.929926,2.894113525,2.858301,2.931384,3.100279,3.289605,3.906117,4.158494,4.261278,4.25678,4.300486,4.479509,4.624084,2.65496,2.792442871,2.929926,2.894113525,2.858301,2.931384,3.100279,3.289605,3.906117,4.158494,4.261278,4.25678,4.300486,4.479509,4.624084,2.65496,2.792442871,2.929926,2.894113525,2.858301,2.931384,3.100279,3.289605,3.906117,4.158494,4.261278,4.25678,4.300486,4.479509,4.624084,2.65496,2.792442871,2.929926,2.894113525,2.858301,2.931384,3.100279,3.289605,3.906117,4.158494,4.261278,4.25678,4.300486,4.479509,4.624084,2.65496,2.792442871,2.929926,2.894113525,2.858301,2.931384,3.100279,3.289605,3.906117,4.158494,4.261278,4.25678,4.300486,4.479509,4.624084,2.65496,2.792442871,2.929926,2.894113525,2.858301,2.931384,3.100279,3.289605,3.906117,4.158494,4.261278,4.25678,4.300486,4.479509,4.624084,2.65496,2.792442871,2.929926,2.894113525,2.858301,2.931384,3.100279,3.289605,3.906117,4.158494,4.261278,4.25678,4.300486,4.479509,4.624084,2.65496,2.792442871,2.929926,2.894113525,2.858301,2.931384,3.100279,3.289605,3.906117,4.158494,4.261278,4.25678,4.300486,4.479509,4.624084,2.65496,2.792442871,2.929926,2.894113525,2.858301,2.931384,3.100279,3.289605,3.906117,4.158494,4.261278,4.25678,4.300486,4.479509,4.624084,2.65496,2.792442871,2.929926,2.894113525,2.858301,2.931384,3.100279,3.289605,3.906117,4.158494,4.261278,4.25678,4.300486,4.479509,4.624084,2.65496,2.792442871,2.929926,2.894113525,2.858301,2.931384,3.100279,3.289605,3.906117,4.158494,4.261278,4.25678,4.300486,4.479509,4.624084,2.65496,2.792442871,2.929926,2.894113525,2.858301,2.931384,3.100279,3.289605,3.906117,4.158494,4.261278,4.25678,4.300486,4.479509,4.624084,2.65496,2.792442871,2.929926,2.894113525,2.858301,2.931384,3.100279,3.289605,3.906117,4.158494,4.261278,4.25678,4.300486,4.479509,4.624084,2.65496,2.792442871,2.929926,2.894113525,2.858301,2.931384,3.100279,3.289605,3.906117,4.158494,4.261278,4.25678,4.300486,4.479509,4.624084,2.65496,2.792442871,2.929926,2.894113525,2.858301,2.931384,3.100279,3.289605,3.906117,4.158494,4.261278,4.25678,4.300486,4.479509,4.624084,2.65496,2.792442871,2.929926,2.894113525,2.858301,2.931384,3.100279,3.289605,3.906117,4.158494,4.261278,4.25678,4.300486,4.479509,4.624084,2.65496,2.792442871,2.929926,2.894113525,2.858301,2.931384,3.100279,3.289605,3.906117,4.158494,4.261278,4.25678,4.300486,4.479509,4.624084,2.65496,2.792442871,2.929926,2.894113525,2.858301,2.931384,3.100279,3.289605,3.906117,4.158494,4.261278,4.25678,4.300486,4.479509,4.624084,2.65496,2.792442871,2.929926,2.894113525,2.858301,2.931384,3.100279,3.289605,3.906117,4.158494,4.261278,4.25678,4.300486,4.479509,4.624084,2.65496,2.792442871,2.929926,2.894113525,2.858301,2.931384,3.100279,3.289605,3.906117,4.158494,4.261278,4.25678,4.300486,4.479509,4.624084,2.65496,2.792442871,2.929926,2.894113525,2.858301,2.931384,3.100279,3.289605,3.906117,4.158494,4.261278,4.25678,4.300486,4.479509,4.624084,2.65496,2.792442871,2.929926,2.894113525,2.858301,2.931384,3.100279,3.289605,3.906117,4.158494,4.261278,4.25678,4.300486,4.479509,4.624084,2.65496,2.792442871,2.929926,2.894113525,2.858301,2.931384,3.100279,3.289605,3.906117,4.158494,4.261278,4.25678,4.300486,4.479509,4.624084,2.65496,2.792442871,2.929926,2.894113525,2.858301,2.931384,3.100279,3.289605,3.906117,4.158494,4.261278,4.25678,4.300486,4.479509,4.624084,2.65496,2.792442871,2.929926,2.894113525,2.858301,2.931384,3.100279,3.289605,3.906117,4.158494,4.261278,4.25678,4.300486,4.479509,4.624084,2.65496,2.792442871,2.929926,2.894113525,2.858301,2.931384,3.100279,3.289605,3.906117,4.158494,4.261278,4.25678,4.300486,4.479509,4.624084,2.65496,2.792442871,2.929926,2.894113525,2.858301,2.931384,3.100279,3.289605,3.906117,4.158494,4.261278,4.25678,4.300486,4.479509,4.624084,2.65496,2.792442871,2.929926,2.894113525,2.858301,2.931384,3.100279,3.289605,3.906117,4.158494,4.261278,4.25678,4.300486,4.479509,4.624084,2.65496,2.792442871,2.929926,2.894113525,2.858301,2.931384,3.100279,3.289605,3.906117,4.158494,4.261278,4.25678,4.300486,4.479509,4.624084,2.65496,2.792442871,2.929926,2.894113525,2.858301,2.931384,3.100279,3.289605,3.906117,4.158494,4.261278,4.25678,4.300486,4.479509,4.624084,2.65496,2.792442871,2.929926,2.894113525,2.858301,2.931384,3.100279,3.289605,3.906117,4.158494,4.261278,4.25678,4.300486,4.479509,4.624084,2.65496,2.792442871,2.929926,2.894113525,2.858301,2.931384,3.100279,3.289605,3.906117,4.158494,4.261278,4.25678,4.300486,4.479509,4.624084,2.65496,2.792442871,2.929926,2.894113525,2.858301,2.931384,3.100279,3.289605,3.906117,4.158494,4.261278,4.25678,4.300486,4.479509,4.624084,2.65496,2.792442871,2.929926,2.894113525,2.858301,2.931384,3.100279,3.289605,3.906117,4.158494,4.261278,4.25678,4.300486,4.479509,4.624084,0.362772,0.395521484,0.428271,0.46758252,0.506894,0.539727,0.530078,0.575038,0.623833,0.633932,0.702796,0.682855,0.671682,0.706393,0.720119,0.362772,0.395521484,0.428271,0.46758252,0.506894,0.539727,0.530078,0.575038,0.623833,0.633932,0.702796,0.682855,0.671682,0.706393,0.720119,0.362772,0.395521484,0.428271,0.46758252,0.506894,0.539727,0.530078,0.575038,0.623833,0.633932,0.702796,0.682855,0.671682,0.706393,0.720119,0.362772,0.395521484,0.428271,0.46758252,0.506894,0.539727,0.530078,0.575038,0.623833,0.633932,0.702796,0.682855,0.671682,0.706393,0.720119,0.362772,0.395521484,0.428271,0.46758252,0.506894,0.539727,0.530078,0.575038,0.623833,0.633932,0.702796,0.682855,0.671682,0.706393,0.720119,0.843365,0.898695007,0.954025,0.968510498,0.982996,1.014866,1.133791,1.243961,1.511682,1.67009,1.639715,1.662984,1.646116,1.641179,1.713068,0.843365,0.898695007,0.954025,0.968510498,0.982996,1.014866,1.133791,1.243961,1.511682,1.67009,1.639715,1.662984,1.646116,1.641179,1.713068,0.843365,0.898695007,0.954025,0.968510498,0.982996,1.014866,1.133791,1.243961,1.511682,1.67009,1.639715,1.662984,1.646116,1.641179,1.713068,0.843365,0.898695007,0.954025,0.968510498,0.982996,1.014866,1.133791,1.243961,1.511682,1.67009,1.639715,1.662984,1.646116,1.641179,1.713068,0.843365,0.898695007,0.954025,0.968510498,0.982996,1.014866,1.133791,1.243961,1.511682,1.67009,1.639715,1.662984,1.646116,1.641179,1.713068,0.843365,0.898695007,0.954025,0.968510498,0.982996,1.014866,1.133791,1.243961,1.511682,1.67009,1.639715,1.662984,1.646116,1.641179,1.713068,0.843365,0.898695007,0.954025,0.968510498,0.982996,1.014866,1.133791,1.243961,1.511682,1.67009,1.639715,1.662984,1.646116,1.641179,1.713068,0.843365,0.898695007,0.954025,0.968510498,0.982996,1.014866,1.133791,1.243961,1.511682,1.67009,1.639715,1.662984,1.646116,1.641179,1.713068,0.843365,0.898695007,0.954025,0.968510498,0.982996,1.014866,1.133791,1.243961,1.511682,1.67009,1.639715,1.662984,1.646116,1.641179,1.713068,0.843365,0.898695007,0.954025,0.968510498,0.982996,1.014866,1.133791,1.243961,1.511682,1.67009,1.639715,1.662984,1.646116,1.641179,1.713068,0.843365,0.898695007,0.954025,0.968510498,0.982996,1.014866,1.133791,1.243961,1.511682,1.67009,1.639715,1.662984,1.646116,1.641179,1.713068,0.843365,0.898695007,0.954025,0.968510498,0.982996,1.014866,1.133791,1.243961,1.511682,1.67009,1.639715,1.662984,1.646116,1.641179,1.713068,0.843365,0.898695007,0.954025,0.968510498,0.982996,1.014866,1.133791,1.243961,1.511682,1.67009,1.639715,1.662984,1.646116,1.641179,1.713068,0.843365,0.898695007,0.954025,0.968510498,0.982996,1.014866,1.133791,1.243961,1.511682,1.67009,1.639715,1.662984,1.646116,1.641179,1.713068,0.843365,0.898695007,0.954025,0.968510498,0.982996,1.014866,1.133791,1.243961,1.511682,1.67009,1.639715,1.662984,1.646116,1.641179,1.713068,0.843365,0.898695007,0.954025,0.968510498,0.982996,1.014866,1.133791,1.243961,1.511682,1.67009,1.639715,1.662984,1.646116,1.641179,1.713068,0.843365,0.898695007,0.954025,0.968510498,0.982996,1.014866,1.133791,1.243961,1.511682,1.67009,1.639715,1.662984,1.646116,1.641179,1.713068,0.843365,0.898695007,0.954025,0.968510498,0.982996,1.014866,1.133791,1.243961,1.511682,1.67009,1.639715,1.662984,1.646116,1.641179,1.713068,0.843365,0.898695007,0.954025,0.968510498,0.982996,1.014866,1.133791,1.243961,1.511682,1.67009,1.639715,1.662984,1.646116,1.641179,1.713068,0.843365,0.898695007,0.954025,0.968510498,0.982996,1.014866,1.133791,1.243961,1.511682,1.67009,1.639715,1.662984,1.646116,1.641179,1.713068,0.843365,0.898695007,0.954025,0.968510498,0.982996,1.014866,1.133791,1.243961,1.511682,1.67009,1.639715,1.662984,1.646116,1.641179,1.713068,0.843365,0.898695007,0.954025,0.968510498,0.982996,1.014866,1.133791,1.243961,1.511682,1.67009,1.639715,1.662984,1.646116,1.641179,1.713068,0.843365,0.898695007,0.954025,0.968510498,0.982996,1.014866,1.133791,1.243961,1.511682,1.67009,1.639715,1.662984,1.646116,1.641179,1.713068,0.843365,0.898695007,0.954025,0.968510498,0.982996,1.014866,1.133791,1.243961,1.511682,1.67009,1.639715,1.662984,1.646116,1.641179,1.713068,0.843365,0.898695007,0.954025,0.968510498,0.982996,1.014866,1.133791,1.243961,1.511682,1.67009,1.639715,1.662984,1.646116,1.641179,1.713068,0.843365,0.898695007,0.954025,0.968510498,0.982996,1.014866,1.133791,1.243961,1.511682,1.67009,1.639715,1.662984,1.646116,1.641179,1.713068,0.843365,0.898695007,0.954025,0.968510498,0.982996,1.014866,1.133791,1.243961,1.511682,1.67009,1.639715,1.662984,1.646116,1.641179,1.713068,0.843365,0.898695007,0.954025,0.968510498,0.982996,1.014866,1.133791,1.243961,1.511682,1.67009,1.639715,1.662984,1.646116,1.641179,1.713068,0.843365,0.898695007,0.954025,0.968510498,0.982996,1.014866,1.133791,1.243961,1.511682,1.67009,1.639715,1.662984,1.646116,1.641179,1.713068,0.843365,0.898695007,0.954025,0.968510498,0.982996,1.014866,1.133791,1.243961,1.511682,1.67009,1.639715,1.662984,1.646116,1.641179,1.713068,0.843365,0.898695007,0.954025,0.968510498,0.982996,1.014866,1.133791,1.243961,1.511682,1.67009,1.639715,1.662984,1.646116,1.641179,1.713068,0.843365,0.898695007,0.954025,0.968510498,0.982996,1.014866,1.133791,1.243961,1.511682,1.67009,1.639715,1.662984,1.646116,1.641179,1.713068,0.843365,0.898695007,0.954025,0.968510498,0.982996,1.014866,1.133791,1.243961,1.511682,1.67009,1.639715,1.662984,1.646116,1.641179,1.713068,0.843365,0.898695007,0.954025,0.968510498,0.982996,1.014866,1.133791,1.243961,1.511682,1.67009,1.639715,1.662984,1.646116,1.641179,1.713068,0.843365,0.898695007,0.954025,0.968510498,0.982996,1.014866,1.133791,1.243961,1.511682,1.67009,1.639715,1.662984,1.646116,1.641179,1.713068,0.843365,0.898695007,0.954025,0.968510498,0.982996,1.014866,1.133791,1.243961,1.511682,1.67009,1.639715,1.662984,1.646116,1.641179,1.713068,0.843365,0.898695007,0.954025,0.968510498,0.982996,1.014866,1.133791,1.243961,1.511682,1.67009,1.639715,1.662984,1.646116,1.641179,1.713068,0.843365,0.898695007,0.954025,0.968510498,0.982996,1.014866,1.133791,1.243961,1.511682,1.67009,1.639715,1.662984,1.646116,1.641179,1.713068,0.843365,0.898695007,0.954025,0.968510498,0.982996,1.014866,1.133791,1.243961,1.511682,1.67009,1.639715,1.662984,1.646116,1.641179,1.713068,0.843365,0.898695007,0.954025,0.968510498,0.982996,1.014866,1.133791,1.243961,1.511682,1.67009,1.639715,1.662984,1.646116,1.641179,1.713068,0.843365,0.898695007,0.954025,0.968510498,0.982996,1.014866,1.133791,1.243961,1.511682,1.67009,1.639715,1.662984,1.646116,1.641179,1.713068,0.843365,0.898695007,0.954025,0.968510498,0.982996,1.014866,1.133791,1.243961,1.511682,1.67009,1.639715,1.662984,1.646116,1.641179,1.713068,0.843365,0.898695007,0.954025,0.968510498,0.982996,1.014866,1.133791,1.243961,1.511682,1.67009,1.639715,1.662984,1.646116,1.641179,1.713068,0.843365,0.898695007,0.954025,0.968510498,0.982996,1.014866,1.133791,1.243961,1.511682,1.67009,1.639715,1.662984,1.646116,1.641179,1.713068,0.843365,0.898695007,0.954025,0.968510498,0.982996,1.014866,1.133791,1.243961,1.511682,1.67009,1.639715,1.662984,1.646116,1.641179,1.713068,0.843365,0.898695007,0.954025,0.968510498,0.982996,1.014866,1.133791,1.243961,1.511682,1.67009,1.639715,1.662984,1.646116,1.641179,1.713068,0.117104,0.129481491,0.141859,0.1551875,0.168516,0.17798,0.180208,0.191403,0.206237,0.235094,0.241804,0.245342,0.257056,0.260014,0.266959,0.117104,0.129481491,0.141859,0.1551875,0.168516,0.17798,0.180208,0.191403,0.206237,0.235094,0.241804,0.245342,0.257056,0.260014,0.266959,0.117104,0.129481491,0.141859,0.1551875,0.168516,0.17798,0.180208,0.191403,0.206237,0.235094,0.241804,0.245342,0.257056,0.260014,0.266959,0.117104,0.129481491,0.141859,0.1551875,0.168516,0.17798,0.180208,0.191403,0.206237,0.235094,0.241804,0.245342,0.257056,0.260014,0.266959,0.117104,0.129481491,0.141859,0.1551875,0.168516,0.17798,0.180208,0.191403,0.206237,0.235094,0.241804,0.245342,0.257056,0.260014,0.266959,0.117104,0.129481491,0.141859,0.1551875,0.168516,0.17798,0.180208,0.191403,0.206237,0.235094,0.241804,0.245342,0.257056,0.260014,0.266959,0.117104,0.129481491,0.141859,0.1551875,0.168516,0.17798,0.180208,0.191403,0.206237,0.235094,0.241804,0.245342,0.257056,0.260014,0.266959,0.117104,0.129481491,0.141859,0.1551875,0.168516,0.17798,0.180208,0.191403,0.206237,0.235094,0.241804,0.245342,0.257056,0.260014,0.266959,0.117104,0.129481491,0.141859,0.1551875,0.168516,0.17798,0.180208,0.191403,0.206237,0.235094,0.241804,0.245342,0.257056,0.260014,0.266959,0.117104,0.129481491,0.141859,0.1551875,0.168516,0.17798,0.180208,0.191403,0.206237,0.235094,0.241804,0.245342,0.257056,0.260014,0.266959,0.117104,0.129481491,0.141859,0.1551875,0.168516,0.17798,0.180208,0.191403,0.206237,0.235094,0.241804,0.245342,0.257056,0.260014,0.266959,0.117104,0.129481491,0.141859,0.1551875,0.168516,0.17798,0.180208,0.191403,0.206237,0.235094,0.241804,0.245342,0.257056,0.260014,0.266959,0.117104,0.129481491,0.141859,0.1551875,0.168516,0.17798,0.180208,0.191403,0.206237,0.235094,0.241804,0.245342,0.257056,0.260014,0.266959,0.117104,0.129481491,0.141859,0.1551875,0.168516,0.17798,0.180208,0.191403,0.206237,0.235094,0.241804,0.245342,0.257056,0.260014,0.266959,0.117104,0.129481491,0.141859,0.1551875,0.168516,0.17798,0.180208,0.191403,0.206237,0.235094,0.241804,0.245342,0.257056,0.260014,0.266959,0.117104,0.129481491,0.141859,0.1551875,0.168516,0.17798,0.180208,0.191403,0.206237,0.235094,0.241804,0.245342,0.257056,0.260014,0.266959,0.117104,0.129481491,0.141859,0.1551875,0.168516,0.17798,0.180208,0.191403,0.206237,0.235094,0.241804,0.245342,0.257056,0.260014,0.266959,0.117104,0.129481491,0.141859,0.1551875,0.168516,0.17798,0.180208,0.191403,0.206237,0.235094,0.241804,0.245342,0.257056,0.260014,0.266959,0.117104,0.129481491,0.141859,0.1551875,0.168516,0.17798,0.180208,0.191403,0.206237,0.235094,0.241804,0.245342,0.257056,0.260014,0.266959,0.117104,0.129481491,0.141859,0.1551875,0.168516,0.17798,0.180208,0.191403,0.206237,0.235094,0.241804,0.245342,0.257056,0.260014,0.266959,0.117104,0.129481491,0.141859,0.1551875,0.168516,0.17798,0.180208,0.191403,0.206237,0.235094,0.241804,0.245342,0.257056,0.260014,0.266959,0.117104,0.129481491,0.141859,0.1551875,0.168516,0.17798,0.180208,0.191403,0.206237,0.235094,0.241804,0.245342,0.257056,0.260014,0.266959,0.117104,0.129481491,0.141859,0.1551875,0.168516,0.17798,0.180208,0.191403,0.206237,0.235094,0.241804,0.245342,0.257056,0.260014,0.266959,0.117104,0.129481491,0.141859,0.1551875,0.168516,0.17798,0.180208,0.191403,0.206237,0.235094,0.241804,0.245342,0.257056,0.260014,0.266959,0.117104,0.129481491,0.141859,0.1551875,0.168516,0.17798,0.180208,0.191403,0.206237,0.235094,0.241804,0.245342,0.257056,0.260014,0.266959,0.117104,0.129481491,0.141859,0.1551875,0.168516,0.17798,0.180208,0.191403,0.206237,0.235094,0.241804,0.245342,0.257056,0.260014,0.266959,0.117104,0.129481491,0.141859,0.1551875,0.168516,0.17798,0.180208,0.191403,0.206237,0.235094,0.241804,0.245342,0.257056,0.260014,0.266959,0.117104,0.129481491,0.141859,0.1551875,0.168516,0.17798,0.180208,0.191403,0.206237,0.235094,0.241804,0.245342,0.257056,0.260014,0.266959,0.117104,0.129481491,0.141859,0.1551875,0.168516,0.17798,0.180208,0.191403,0.206237,0.235094,0.241804,0.245342,0.257056,0.260014,0.266959,0.117104,0.129481491,0.141859,0.1551875,0.168516,0.17798,0.180208,0.191403,0.206237,0.235094,0.241804,0.245342,0.257056,0.260014,0.266959,0.117104,0.129481491,0.141859,0.1551875,0.168516,0.17798,0.180208,0.191403,0.206237,0.235094,0.241804,0.245342,0.257056,0.260014,0.266959,0.117104,0.129481491,0.141859,0.1551875,0.168516,0.17798,0.180208,0.191403,0.206237,0.235094,0.241804,0.245342,0.257056,0.260014,0.266959,0.117104,0.129481491,0.141859,0.1551875,0.168516,0.17798,0.180208,0.191403,0.206237,0.235094,0.241804,0.245342,0.257056,0.260014,0.266959,0.117104,0.129481491,0.141859,0.1551875,0.168516,0.17798,0.180208,0.191403,0.206237,0.235094,0.241804,0.245342,0.257056,0.260014,0.266959,0.117104,0.129481491,0.141859,0.1551875,0.168516,0.17798,0.180208,0.191403,0.206237,0.235094,0.241804,0.245342,0.257056,0.260014,0.266959,0.117104,0.129481491,0.141859,0.1551875,0.168516,0.17798,0.180208,0.191403,0.206237,0.235094,0.241804,0.245342,0.257056,0.260014,0.266959,0.117104,0.129481491,0.141859,0.1551875,0.168516,0.17798,0.180208,0.191403,0.206237,0.235094,0.241804,0.245342,0.257056,0.260014,0.266959,0.117104,0.129481491,0.141859,0.1551875,0.168516,0.17798,0.180208,0.191403,0.206237,0.235094,0.241804,0.245342,0.257056,0.260014,0.266959,0.117104,0.129481491,0.141859,0.1551875,0.168516,0.17798,0.180208,0.191403,0.206237,0.235094,0.241804,0.245342,0.257056,0.260014,0.266959,0.117104,0.129481491,0.141859,0.1551875,0.168516,0.17798,0.180208,0.191403,0.206237,0.235094,0.241804,0.245342,0.257056,0.260014,0.266959,0.117104,0.129481491,0.141859,0.1551875,0.168516,0.17798,0.180208,0.191403,0.206237,0.235094,0.241804,0.245342,0.257056,0.260014,0.266959,0.117104,0.129481491,0.141859,0.1551875,0.168516,0.17798,0.180208,0.191403,0.206237,0.235094,0.241804,0.245342,0.257056,0.260014,0.266959,0.117104,0.129481491,0.141859,0.1551875,0.168516,0.17798,0.180208,0.191403,0.206237,0.235094,0.241804,0.245342,0.257056,0.260014,0.266959,0.117104,0.129481491,0.141859,0.1551875,0.168516,0.17798,0.180208,0.191403,0.206237,0.235094,0.241804,0.245342,0.257056,0.260014,0.266959,0.117104,0.129481491,0.141859,0.1551875,0.168516,0.17798,0.180208,0.191403,0.206237,0.235094,0.241804,0.245342,0.257056,0.260014,0.266959,0.117104,0.129481491,0.141859,0.1551875,0.168516,0.17798,0.180208,0.191403,0.206237,0.235094,0.241804,0.245342,0.257056,0.260014,0.266959,0.117104,0.129481491,0.141859,0.1551875,0.168516,0.17798,0.180208,0.191403,0.206237,0.235094,0.241804,0.245342,0.257056,0.260014,0.266959,0.117104,0.129481491,0.141859,0.1551875,0.168516,0.17798,0.180208,0.191403,0.206237,0.235094,0.241804,0.245342,0.257056,0.260014,0.266959,0.117104,0.129481491,0.141859,0.1551875,0.168516,0.17798,0.180208,0.191403,0.206237,0.235094,0.241804,0.245342,0.257056,0.260014,0.266959,0.117104,0.129481491,0.141859,0.1551875,0.168516,0.17798,0.180208,0.191403,0.206237,0.235094,0.241804,0.245342,0.257056,0.260014,0.266959,0.117104,0.129481491,0.141859,0.1551875,0.168516,0.17798,0.180208,0.191403,0.206237,0.235094,0.241804,0.245342,0.257056,0.260014,0.266959,0.117104,0.129481491,0.141859,0.1551875,0.168516,0.17798,0.180208,0.191403,0.206237,0.235094,0.241804,0.245342,0.257056,0.260014,0.266959,0.117104,0.129481491,0.141859,0.1551875,0.168516,0.17798,0.180208,0.191403,0.206237,0.235094,0.241804,0.245342,0.257056,0.260014,0.266959,0.117104,0.129481491,0.141859,0.1551875,0.168516,0.17798,0.180208,0.191403,0.206237,0.235094,0.241804,0.245342,0.257056,0.260014,0.266959,0.117104,0.129481491,0.141859,0.1551875,0.168516,0.17798,0.180208,0.191403,0.206237,0.235094,0.241804,0.245342,0.257056,0.260014,0.266959,0.117104,0.129481491,0.141859,0.1551875,0.168516,0.17798,0.180208,0.191403,0.206237,0.235094,0.241804,0.245342,0.257056,0.260014,0.266959,0.117104,0.129481491,0.141859,0.1551875,0.168516,0.17798,0.180208,0.191403,0.206237,0.235094,0.241804,0.245342,0.257056,0.260014,0.266959,0.117104,0.129481491,0.141859,0.1551875,0.168516,0.17798,0.180208,0.191403,0.206237,0.235094,0.241804,0.245342,0.257056,0.260014,0.266959,0.117104,0.129481491,0.141859,0.1551875,0.168516,0.17798,0.180208,0.191403,0.206237,0.235094,0.241804,0.245342,0.257056,0.260014,0.266959,0.117104,0.129481491,0.141859,0.1551875,0.168516,0.17798,0.180208,0.191403,0.206237,0.235094,0.241804,0.245342,0.257056,0.260014,0.266959,0.117104,0.129481491,0.141859,0.1551875,0.168516,0.17798,0.180208,0.191403,0.206237,0.235094,0.241804,0.245342,0.257056,0.260014,0.266959,0.117104,0.129481491,0.141859,0.1551875,0.168516,0.17798,0.180208,0.191403,0.206237,0.235094,0.241804,0.245342,0.257056,0.260014,0.266959,0.117104,0.129481491,0.141859,0.1551875,0.168516,0.17798,0.180208,0.191403,0.206237,0.235094,0.241804,0.245342,0.257056,0.260014,0.266959,0.117104,0.129481491,0.141859,0.1551875,0.168516,0.17798,0.180208,0.191403,0.206237,0.235094,0.241804,0.245342,0.257056,0.260014,0.266959,0.117104,0.129481491,0.141859,0.1551875,0.168516,0.17798,0.180208,0.191403,0.206237,0.235094,0.241804,0.245342,0.257056,0.260014,0.266959,0.117104,0.129481491,0.141859,0.1551875,0.168516,0.17798,0.180208,0.191403,0.206237,0.235094,0.241804,0.245342,0.257056,0.260014,0.266959,1.340192,1.370109497,1.400027,1.486039551,1.572052,1.67825,1.731817,1.935826,2.274214,2.488019,2.503056,2.544794,2.47793,2.721172,2.687341,1.340192,1.370109497,1.400027,1.486039551,1.572052,1.67825,1.731817,1.935826,2.274214,2.488019,2.503056,2.544794,2.47793,2.721172,2.687341,1.340192,1.370109497,1.400027,1.486039551,1.572052,1.67825,1.731817,1.935826,2.274214,2.488019,2.503056,2.544794,2.47793,2.721172,2.687341,1.340192,1.370109497,1.400027,1.486039551,1.572052,1.67825,1.731817,1.935826,2.274214,2.488019,2.503056,2.544794,2.47793,2.721172,2.687341,1.340192,1.370109497,1.400027,1.486039551,1.572052,1.67825,1.731817,1.935826,2.274214,2.488019,2.503056,2.544794,2.47793,2.721172,2.687341,1.340192,1.370109497,1.400027,1.486039551,1.572052,1.67825,1.731817,1.935826,2.274214,2.488019,2.503056,2.544794,2.47793,2.721172,2.687341,1.340192,1.370109497,1.400027,1.486039551,1.572052,1.67825,1.731817,1.935826,2.274214,2.488019,2.503056,2.544794,2.47793,2.721172,2.687341,1.340192,1.370109497,1.400027,1.486039551,1.572052,1.67825,1.731817,1.935826,2.274214,2.488019,2.503056,2.544794,2.47793,2.721172,2.687341,1.340192,1.370109497,1.400027,1.486039551,1.572052,1.67825,1.731817,1.935826,2.274214,2.488019,2.503056,2.544794,2.47793,2.721172,2.687341,1.340192,1.370109497,1.400027,1.486039551,1.572052,1.67825,1.731817,1.935826,2.274214,2.488019,2.503056,2.544794,2.47793,2.721172,2.687341,1.340192,1.370109497,1.400027,1.486039551,1.572052,1.67825,1.731817,1.935826,2.274214,2.488019,2.503056,2.544794,2.47793,2.721172,2.687341,1.340192,1.370109497,1.400027,1.486039551,1.572052,1.67825,1.731817,1.935826,2.274214,2.488019,2.503056,2.544794,2.47793,2.721172,2.687341,1.340192,1.370109497,1.400027,1.486039551,1.572052,1.67825,1.731817,1.935826,2.274214,2.488019,2.503056,2.544794,2.47793,2.721172,2.687341,1.340192,1.370109497,1.400027,1.486039551,1.572052,1.67825,1.731817,1.935826,2.274214,2.488019,2.503056,2.544794,2.47793,2.721172,2.687341,1.340192,1.370109497,1.400027,1.486039551,1.572052,1.67825,1.731817,1.935826,2.274214,2.488019,2.503056,2.544794,2.47793,2.721172,2.687341,1.340192,1.370109497,1.400027,1.486039551,1.572052,1.67825,1.731817,1.935826,2.274214,2.488019,2.503056,2.544794,2.47793,2.721172,2.687341,1.340192,1.370109497,1.400027,1.486039551,1.572052,1.67825,1.731817,1.935826,2.274214,2.488019,2.503056,2.544794,2.47793,2.721172,2.687341,1.340192,1.370109497,1.400027,1.486039551,1.572052,1.67825,1.731817,1.935826,2.274214,2.488019,2.503056,2.544794,2.47793,2.721172,2.687341,1.340192,1.370109497,1.400027,1.486039551,1.572052,1.67825,1.731817,1.935826,2.274214,2.488019,2.503056,2.544794,2.47793,2.721172,2.687341,1.340192,1.370109497,1.400027,1.486039551,1.572052,1.67825,1.731817,1.935826,2.274214,2.488019,2.503056,2.544794,2.47793,2.721172,2.687341,1.340192,1.370109497,1.400027,1.486039551,1.572052,1.67825,1.731817,1.935826,2.274214,2.488019,2.503056,2.544794,2.47793,2.721172,2.687341,1.340192,1.370109497,1.400027,1.486039551,1.572052,1.67825,1.731817,1.935826,2.274214,2.488019,2.503056,2.544794,2.47793,2.721172,2.687341,1.340192,1.370109497,1.400027,1.486039551,1.572052,1.67825,1.731817,1.935826,2.274214,2.488019,2.503056,2.544794,2.47793,2.721172,2.687341,1.340192,1.370109497,1.400027,1.486039551,1.572052,1.67825,1.731817,1.935826,2.274214,2.488019,2.503056,2.544794,2.47793,2.721172,2.687341,1.340192,1.370109497,1.400027,1.486039551,1.572052,1.67825,1.731817,1.935826,2.274214,2.488019,2.503056,2.544794,2.47793,2.721172,2.687341,1.340192,1.370109497,1.400027,1.486039551,1.572052,1.67825,1.731817,1.935826,2.274214,2.488019,2.503056,2.544794,2.47793,2.721172,2.687341,1.340192,1.370109497,1.400027,1.486039551,1.572052,1.67825,1.731817,1.935826,2.274214,2.488019,2.503056,2.544794,2.47793,2.721172,2.687341,1.340192,1.370109497,1.400027,1.486039551,1.572052,1.67825,1.731817,1.935826,2.274214,2.488019,2.503056,2.544794,2.47793,2.721172,2.687341,1.340192,1.370109497,1.400027,1.486039551,1.572052,1.67825,1.731817,1.935826,2.274214,2.488019,2.503056,2.544794,2.47793,2.721172,2.687341,1.340192,1.370109497,1.400027,1.486039551,1.572052,1.67825,1.731817,1.935826,2.274214,2.488019,2.503056,2.544794,2.47793,2.721172,2.687341,1.340192,1.370109497,1.400027,1.486039551,1.572052,1.67825,1.731817,1.935826,2.274214,2.488019,2.503056,2.544794,2.47793,2.721172,2.687341,1.340192,1.370109497,1.400027,1.486039551,1.572052,1.67825,1.731817,1.935826,2.274214,2.488019,2.503056,2.544794,2.47793,2.721172,2.687341,1.340192,1.370109497,1.400027,1.486039551,1.572052,1.67825,1.731817,1.935826,2.274214,2.488019,2.503056,2.544794,2.47793,2.721172,2.687341,1.340192,1.370109497,1.400027,1.486039551,1.572052,1.67825,1.731817,1.935826,2.274214,2.488019,2.503056,2.544794,2.47793,2.721172,2.687341,1.340192,1.370109497,1.400027,1.486039551,1.572052,1.67825,1.731817,1.935826,2.274214,2.488019,2.503056,2.544794,2.47793,2.721172,2.687341,1.340192,1.370109497,1.400027,1.486039551,1.572052,1.67825,1.731817,1.935826,2.274214,2.488019,2.503056,2.544794,2.47793,2.721172,2.687341,1.340192,1.370109497,1.400027,1.486039551,1.572052,1.67825,1.731817,1.935826,2.274214,2.488019,2.503056,2.544794,2.47793,2.721172,2.687341,1.340192,1.370109497,1.400027,1.486039551,1.572052,1.67825,1.731817,1.935826,2.274214,2.488019,2.503056,2.544794,2.47793,2.721172,2.687341,1.340192,1.370109497,1.400027,1.486039551,1.572052,1.67825,1.731817,1.935826,2.274214,2.488019,2.503056,2.544794,2.47793,2.721172,2.687341,1.340192,1.370109497,1.400027,1.486039551,1.572052,1.67825,1.731817,1.935826,2.274214,2.488019,2.503056,2.544794,2.47793,2.721172,2.687341,1.340192,1.370109497,1.400027,1.486039551,1.572052,1.67825,1.731817,1.935826,2.274214,2.488019,2.503056,2.544794,2.47793,2.721172,2.687341,1.340192,1.370109497,1.400027,1.486039551,1.572052,1.67825,1.731817,1.935826,2.274214,2.488019,2.503056,2.544794,2.47793,2.721172,2.687341,1.340192,1.370109497,1.400027,1.486039551,1.572052,1.67825,1.731817,1.935826,2.274214,2.488019,2.503056,2.544794,2.47793,2.721172,2.687341,1.340192,1.370109497,1.400027,1.486039551,1.572052,1.67825,1.731817,1.935826,2.274214,2.488019,2.503056,2.544794,2.47793,2.721172,2.687341,1.340192,1.370109497,1.400027,1.486039551,1.572052,1.67825,1.731817,1.935826,2.274214,2.488019,2.503056,2.544794,2.47793,2.721172,2.687341,1.340192,1.370109497,1.400027,1.486039551,1.572052,1.67825,1.731817,1.935826,2.274214,2.488019,2.503056,2.544794,2.47793,2.721172,2.687341,1.340192,1.370109497,1.400027,1.486039551,1.572052,1.67825,1.731817,1.935826,2.274214,2.488019,2.503056,2.544794,2.47793,2.721172,2.687341,1.340192,1.370109497,1.400027,1.486039551,1.572052,1.67825,1.731817,1.935826,2.274214,2.488019,2.503056,2.544794,2.47793,2.721172,2.687341,1.340192,1.370109497,1.400027,1.486039551,1.572052,1.67825,1.731817,1.935826,2.274214,2.488019,2.503056,2.544794,2.47793,2.721172,2.687341,1.340192,1.370109497,1.400027,1.486039551,1.572052,1.67825,1.731817,1.935826,2.274214,2.488019,2.503056,2.544794,2.47793,2.721172,2.687341,1.340192,1.370109497,1.400027,1.486039551,1.572052,1.67825,1.731817,1.935826,2.274214,2.488019,2.503056,2.544794,2.47793,2.721172,2.687341,1.340192,1.370109497,1.400027,1.486039551,1.572052,1.67825,1.731817,1.935826,2.274214,2.488019,2.503056,2.544794,2.47793,2.721172,2.687341,1.340192,1.370109497,1.400027,1.486039551,1.572052,1.67825,1.731817,1.935826,2.274214,2.488019,2.503056,2.544794,2.47793,2.721172,2.687341,1.340192,1.370109497,1.400027,1.486039551,1.572052,1.67825,1.731817,1.935826,2.274214,2.488019,2.503056,2.544794,2.47793,2.721172,2.687341,1.340192,1.370109497,1.400027,1.486039551,1.572052,1.67825,1.731817,1.935826,2.274214,2.488019,2.503056,2.544794,2.47793,2.721172,2.687341,1.340192,1.370109497,1.400027,1.486039551,1.572052,1.67825,1.731817,1.935826,2.274214,2.488019,2.503056,2.544794,2.47793,2.721172,2.687341,1.340192,1.370109497,1.400027,1.486039551,1.572052,1.67825,1.731817,1.935826,2.274214,2.488019,2.503056,2.544794,2.47793,2.721172,2.687341,1.340192,1.370109497,1.400027,1.486039551,1.572052,1.67825,1.731817,1.935826,2.274214,2.488019,2.503056,2.544794,2.47793,2.721172,2.687341,1.340192,1.370109497,1.400027,1.486039551,1.572052,1.67825,1.731817,1.935826,2.274214,2.488019,2.503056,2.544794,2.47793,2.721172,2.687341,1.340192,1.370109497,1.400027,1.486039551,1.572052,1.67825,1.731817,1.935826,2.274214,2.488019,2.503056,2.544794,2.47793,2.721172,2.687341,1.340192,1.370109497,1.400027,1.486039551,1.572052,1.67825,1.731817,1.935826,2.274214,2.488019,2.503056,2.544794,2.47793,2.721172,2.687341,1.340192,1.370109497,1.400027,1.486039551,1.572052,1.67825,1.731817,1.935826,2.274214,2.488019,2.503056,2.544794,2.47793,2.721172,2.687341,1.340192,1.370109497,1.400027,1.486039551,1.572052,1.67825,1.731817,1.935826,2.274214,2.488019,2.503056,2.544794,2.47793,2.721172,2.687341,1.340192,1.370109497,1.400027,1.486039551,1.572052,1.67825,1.731817,1.935826,2.274214,2.488019,2.503056,2.544794,2.47793,2.721172,2.687341,1.340192,1.370109497,1.400027,1.486039551,1.572052,1.67825,1.731817,1.935826,2.274214,2.488019,2.503056,2.544794,2.47793,2.721172,2.687341,1.340192,1.370109497,1.400027,1.486039551,1.572052,1.67825,1.731817,1.935826,2.274214,2.488019,2.503056,2.544794,2.47793,2.721172,2.687341,1.340192,1.370109497,1.400027,1.486039551,1.572052,1.67825,1.731817,1.935826,2.274214,2.488019,2.503056,2.544794,2.47793,2.721172,2.687341,1.340192,1.370109497,1.400027,1.486039551,1.572052,1.67825,1.731817,1.935826,2.274214,2.488019,2.503056,2.544794,2.47793,2.721172,2.687341,1.340192,1.370109497,1.400027,1.486039551,1.572052,1.67825,1.731817,1.935826,2.274214,2.488019,2.503056,2.544794,2.47793,2.721172,2.687341,1.340192,1.370109497,1.400027,1.486039551,1.572052,1.67825,1.731817,1.935826,2.274214,2.488019,2.503056,2.544794,2.47793,2.721172,2.687341,1.340192,1.370109497,1.400027,1.486039551,1.572052,1.67825,1.731817,1.935826,2.274214,2.488019,2.503056,2.544794,2.47793,2.721172,2.687341,1.340192,1.370109497,1.400027,1.486039551,1.572052,1.67825,1.731817,1.935826,2.274214,2.488019,2.503056,2.544794,2.47793,2.721172,2.687341,1.340192,1.370109497,1.400027,1.486039551,1.572052,1.67825,1.731817,1.935826,2.274214,2.488019,2.503056,2.544794,2.47793,2.721172,2.687341,1.340192,1.370109497,1.400027,1.486039551,1.572052,1.67825,1.731817,1.935826,2.274214,2.488019,2.503056,2.544794,2.47793,2.721172,2.687341,1.340192,1.370109497,1.400027,1.486039551,1.572052,1.67825,1.731817,1.935826,2.274214,2.488019,2.503056,2.544794,2.47793,2.721172,2.687341,1.340192,1.370109497,1.400027,1.486039551,1.572052,1.67825,1.731817,1.935826,2.274214,2.488019,2.503056,2.544794,2.47793,2.721172,2.687341,1.340192,1.370109497,1.400027,1.486039551,1.572052,1.67825,1.731817,1.935826,2.274214,2.488019,2.503056,2.544794,2.47793,2.721172,2.687341,1.340192,1.370109497,1.400027,1.486039551,1.572052,1.67825,1.731817,1.935826,2.274214,2.488019,2.503056,2.544794,2.47793,2.721172,2.687341,1.340192,1.370109497,1.400027,1.486039551,1.572052,1.67825,1.731817,1.935826,2.274214,2.488019,2.503056,2.544794,2.47793,2.721172,2.687341,1.340192,1.370109497,1.400027,1.486039551,1.572052,1.67825,1.731817,1.935826,2.274214,2.488019,2.503056,2.544794,2.47793,2.721172,2.687341,1.340192,1.370109497,1.400027,1.486039551,1.572052,1.67825,1.731817,1.935826,2.274214,2.488019,2.503056,2.544794,2.47793,2.721172,2.687341,1.340192,1.370109497,1.400027,1.486039551,1.572052,1.67825,1.731817,1.935826,2.274214,2.488019,2.503056,2.544794,2.47793,2.721172,2.687341,1.340192,1.370109497,1.400027,1.486039551,1.572052,1.67825,1.731817,1.935826,2.274214,2.488019,2.503056,2.544794,2.47793,2.721172,2.687341,1.340192,1.370109497,1.400027,1.486039551,1.572052,1.67825,1.731817,1.935826,2.274214,2.488019,2.503056,2.544794,2.47793,2.721172,2.687341,1.340192,1.370109497,1.400027,1.486039551,1.572052,1.67825,1.731817,1.935826,2.274214,2.488019,2.503056,2.544794,2.47793,2.721172,2.687341,1.340192,1.370109497,1.400027,1.486039551,1.572052,1.67825,1.731817,1.935826,2.274214,2.488019,2.503056,2.544794,2.47793,2.721172,2.687341,1.340192,1.370109497,1.400027,1.486039551,1.572052,1.67825,1.731817,1.935826,2.274214,2.488019,2.503056,2.544794,2.47793,2.721172,2.687341,1.340192,1.370109497,1.400027,1.486039551,1.572052,1.67825,1.731817,1.935826,2.274214,2.488019,2.503056,2.544794,2.47793,2.721172,2.687341,1.340192,1.370109497,1.400027,1.486039551,1.572052,1.67825,1.731817,1.935826,2.274214,2.488019,2.503056,2.544794,2.47793,2.721172,2.687341,1.340192,1.370109497,1.400027,1.486039551,1.572052,1.67825,1.731817,1.935826,2.274214,2.488019,2.503056,2.544794,2.47793,2.721172,2.687341,1.340192,1.370109497,1.400027,1.486039551,1.572052,1.67825,1.731817,1.935826,2.274214,2.488019,2.503056,2.544794,2.47793,2.721172,2.687341,1.340192,1.370109497,1.400027,1.486039551,1.572052,1.67825,1.731817,1.935826,2.274214,2.488019,2.503056,2.544794,2.47793,2.721172,2.687341,1.340192,1.370109497,1.400027,1.486039551,1.572052,1.67825,1.731817,1.935826,2.274214,2.488019,2.503056,2.544794,2.47793,2.721172,2.687341,1.340192,1.370109497,1.400027,1.486039551,1.572052,1.67825,1.731817,1.935826,2.274214,2.488019,2.503056,2.544794,2.47793,2.721172,2.687341,1.340192,1.370109497,1.400027,1.486039551,1.572052,1.67825,1.731817,1.935826,2.274214,2.488019,2.503056,2.544794,2.47793,2.721172,2.687341,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,4.57667,4.900318848,5.223968,5.600199219,5.976431,6.407123,6.910367,7.348166,8.566759,9.470711,9.814439,9.952936,9.997028,10.269069,10.817472,0.507585,0.547602966,0.587621,0.612677979,0.637735,0.703425,0.758611,0.822263,1.012499,0.996702,0.95167,0.977601,0.993741,1.013384,1.069632,0.507585,0.547602966,0.587621,0.612677979,0.637735,0.703425,0.758611,0.822263,1.012499,0.996702,0.95167,0.977601,0.993741,1.013384,1.069632,0.507585,0.547602966,0.587621,0.612677979,0.637735,0.703425,0.758611,0.822263,1.012499,0.996702,0.95167,0.977601,0.993741,1.013384,1.069632,0.507585,0.547602966,0.587621,0.612677979,0.637735,0.703425,0.758611,0.822263,1.012499,0.996702,0.95167,0.977601,0.993741,1.013384,1.069632,0.507585,0.547602966,0.587621,0.612677979,0.637735,0.703425,0.758611,0.822263,1.012499,0.996702,0.95167,0.977601,0.993741,1.013384,1.069632,0.507585,0.547602966,0.587621,0.612677979,0.637735,0.703425,0.758611,0.822263,1.012499,0.996702,0.95167,0.977601,0.993741,1.013384,1.069632,0.507585,0.547602966,0.587621,0.612677979,0.637735,0.703425,0.758611,0.822263,1.012499,0.996702,0.95167,0.977601,0.993741,1.013384,1.069632,0.507585,0.547602966,0.587621,0.612677979,0.637735,0.703425,0.758611,0.822263,1.012499,0.996702,0.95167,0.977601,0.993741,1.013384,1.069632,0.507585,0.547602966,0.587621,0.612677979,0.637735,0.703425,0.758611,0.822263,1.012499,0.996702,0.95167,0.977601,0.993741,1.013384,1.069632,0.507585,0.547602966,0.587621,0.612677979,0.637735,0.703425,0.758611,0.822263,1.012499,0.996702,0.95167,0.977601,0.993741,1.013384,1.069632,0.507585,0.547602966,0.587621,0.612677979,0.637735,0.703425,0.758611,0.822263,1.012499,0.996702,0.95167,0.977601,0.993741,1.013384,1.069632,0.507585,0.547602966,0.587621,0.612677979,0.637735,0.703425,0.758611,0.822263,1.012499,0.996702,0.95167,0.977601,0.993741,1.013384,1.069632,0.507585,0.547602966,0.587621,0.612677979,0.637735,0.703425,0.758611,0.822263,1.012499,0.996702,0.95167,0.977601,0.993741,1.013384,1.069632,0.507585,0.547602966,0.587621,0.612677979,0.637735,0.703425,0.758611,0.822263,1.012499,0.996702,0.95167,0.977601,0.993741,1.013384,1.069632,0.507585,0.547602966,0.587621,0.612677979,0.637735,0.703425,0.758611,0.822263,1.012499,0.996702,0.95167,0.977601,0.993741,1.013384,1.069632,0.507585,0.547602966,0.587621,0.612677979,0.637735,0.703425,0.758611,0.822263,1.012499,0.996702,0.95167,0.977601,0.993741,1.013384,1.069632,0.507585,0.547602966,0.587621,0.612677979,0.637735,0.703425,0.758611,0.822263,1.012499,0.996702,0.95167,0.977601,0.993741,1.013384,1.069632,0.507585,0.547602966,0.587621,0.612677979,0.637735,0.703425,0.758611,0.822263,1.012499,0.996702,0.95167,0.977601,0.993741,1.013384,1.069632,0.507585,0.547602966,0.587621,0.612677979,0.637735,0.703425,0.758611,0.822263,1.012499,0.996702,0.95167,0.977601,0.993741,1.013384,1.069632,0.507585,0.547602966,0.587621,0.612677979,0.637735,0.703425,0.758611,0.822263,1.012499,0.996702,0.95167,0.977601,0.993741,1.013384,1.069632,0.507585,0.547602966,0.587621,0.612677979,0.637735,0.703425,0.758611,0.822263,1.012499,0.996702,0.95167,0.977601,0.993741,1.013384,1.069632,0.507585,0.547602966,0.587621,0.612677979,0.637735,0.703425,0.758611,0.822263,1.012499,0.996702,0.95167,0.977601,0.993741,1.013384,1.069632,0.507585,0.547602966,0.587621,0.612677979,0.637735,0.703425,0.758611,0.822263,1.012499,0.996702,0.95167,0.977601,0.993741,1.013384,1.069632,0.507585,0.547602966,0.587621,0.612677979,0.637735,0.703425,0.758611,0.822263,1.012499,0.996702,0.95167,0.977601,0.993741,1.013384,1.069632,0.507585,0.547602966,0.587621,0.612677979,0.637735,0.703425,0.758611,0.822263,1.012499,0.996702,0.95167,0.977601,0.993741,1.013384,1.069632,0.507585,0.547602966,0.587621,0.612677979,0.637735,0.703425,0.758611,0.822263,1.012499,0.996702,0.95167,0.977601,0.993741,1.013384,1.069632,0.507585,0.547602966,0.587621,0.612677979,0.637735,0.703425,0.758611,0.822263,1.012499,0.996702,0.95167,0.977601,0.993741,1.013384,1.069632,0.507585,0.547602966,0.587621,0.612677979,0.637735,0.703425,0.758611,0.822263,1.012499,0.996702,0.95167,0.977601,0.993741,1.013384,1.069632,0.507585,0.547602966,0.587621,0.612677979,0.637735,0.703425,0.758611,0.822263,1.012499,0.996702,0.95167,0.977601,0.993741,1.013384,1.069632,0.10299,0.115134003,0.127278,0.140399506,0.153521,0.176763,0.177344,0.182306,0.198217,0.210215,0.223126,0.24023,0.24853,0.267521,0.278952,0.10299,0.115134003,0.127278,0.140399506,0.153521,0.176763,0.177344,0.182306,0.198217,0.210215,0.223126,0.24023,0.24853,0.267521,0.278952,0.10299,0.115134003,0.127278,0.140399506,0.153521,0.176763,0.177344,0.182306,0.198217,0.210215,0.223126,0.24023,0.24853,0.267521,0.278952,0.10299,0.115134003,0.127278,0.140399506,0.153521,0.176763,0.177344,0.182306,0.198217,0.210215,0.223126,0.24023,0.24853,0.267521,0.278952,0.10299,0.115134003,0.127278,0.140399506,0.153521,0.176763,0.177344,0.182306,0.198217,0.210215,0.223126,0.24023,0.24853,0.267521,0.278952,0.10299,0.115134003,0.127278,0.140399506,0.153521,0.176763,0.177344,0.182306,0.198217,0.210215,0.223126,0.24023,0.24853,0.267521,0.278952,0.10299,0.115134003,0.127278,0.140399506,0.153521,0.176763,0.177344,0.182306,0.198217,0.210215,0.223126,0.24023,0.24853,0.267521,0.278952,0.10299,0.115134003,0.127278,0.140399506,0.153521,0.176763,0.177344,0.182306,0.198217,0.210215,0.223126,0.24023,0.24853,0.267521,0.278952,0.10299,0.115134003,0.127278,0.140399506,0.153521,0.176763,0.177344,0.182306,0.198217,0.210215,0.223126,0.24023,0.24853,0.267521,0.278952,0.10299,0.115134003,0.127278,0.140399506,0.153521,0.176763,0.177344,0.182306,0.198217,0.210215,0.223126,0.24023,0.24853,0.267521,0.278952,0.10299,0.115134003,0.127278,0.140399506,0.153521,0.176763,0.177344,0.182306,0.198217,0.210215,0.223126,0.24023,0.24853,0.267521,0.278952,0.10299,0.115134003,0.127278,0.140399506,0.153521,0.176763,0.177344,0.182306,0.198217,0.210215,0.223126,0.24023,0.24853,0.267521,0.278952,0.10299,0.115134003,0.127278,0.140399506,0.153521,0.176763,0.177344,0.182306,0.198217,0.210215,0.223126,0.24023,0.24853,0.267521,0.278952,0.10299,0.115134003,0.127278,0.140399506,0.153521,0.176763,0.177344,0.182306,0.198217,0.210215,0.223126,0.24023,0.24853,0.267521,0.278952,1.724811,1.828509521,1.932208,2.092962891,2.253718,2.444093,2.666601,2.919006,3.41132,3.517294,3.477753,3.491409,3.595115,3.652859,3.793917,1.724811,1.828509521,1.932208,2.092962891,2.253718,2.444093,2.666601,2.919006,3.41132,3.517294,3.477753,3.491409,3.595115,3.652859,3.793917,1.724811,1.828509521,1.932208,2.092962891,2.253718,2.444093,2.666601,2.919006,3.41132,3.517294,3.477753,3.491409,3.595115,3.652859,3.793917,1.724811,1.828509521,1.932208,2.092962891,2.253718,2.444093,2.666601,2.919006,3.41132,3.517294,3.477753,3.491409,3.595115,3.652859,3.793917,1.724811,1.828509521,1.932208,2.092962891,2.253718,2.444093,2.666601,2.919006,3.41132,3.517294,3.477753,3.491409,3.595115,3.652859,3.793917,1.724811,1.828509521,1.932208,2.092962891,2.253718,2.444093,2.666601,2.919006,3.41132,3.517294,3.477753,3.491409,3.595115,3.652859,3.793917,1.724811,1.828509521,1.932208,2.092962891,2.253718,2.444093,2.666601,2.919006,3.41132,3.517294,3.477753,3.491409,3.595115,3.652859,3.793917,1.724811,1.828509521,1.932208,2.092962891,2.253718,2.444093,2.666601,2.919006,3.41132,3.517294,3.477753,3.491409,3.595115,3.652859,3.793917,1.724811,1.828509521,1.932208,2.092962891,2.253718,2.444093,2.666601,2.919006,3.41132,3.517294,3.477753,3.491409,3.595115,3.652859,3.793917,1.724811,1.828509521,1.932208,2.092962891,2.253718,2.444093,2.666601,2.919006,3.41132,3.517294,3.477753,3.491409,3.595115,3.652859,3.793917,1.724811,1.828509521,1.932208,2.092962891,2.253718,2.444093,2.666601,2.919006,3.41132,3.517294,3.477753,3.491409,3.595115,3.652859,3.793917,1.724811,1.828509521,1.932208,2.092962891,2.253718,2.444093,2.666601,2.919006,3.41132,3.517294,3.477753,3.491409,3.595115,3.652859,3.793917,1.724811,1.828509521,1.932208,2.092962891,2.253718,2.444093,2.666601,2.919006,3.41132,3.517294,3.477753,3.491409,3.595115,3.652859,3.793917,1.724811,1.828509521,1.932208,2.092962891,2.253718,2.444093,2.666601,2.919006,3.41132,3.517294,3.477753,3.491409,3.595115,3.652859,3.793917,1.724811,1.828509521,1.932208,2.092962891,2.253718,2.444093,2.666601,2.919006,3.41132,3.517294,3.477753,3.491409,3.595115,3.652859,3.793917,1.724811,1.828509521,1.932208,2.092962891,2.253718,2.444093,2.666601,2.919006,3.41132,3.517294,3.477753,3.491409,3.595115,3.652859,3.793917,1.724811,1.828509521,1.932208,2.092962891,2.253718,2.444093,2.666601,2.919006,3.41132,3.517294,3.477753,3.491409,3.595115,3.652859,3.793917,1.724811,1.828509521,1.932208,2.092962891,2.253718,2.444093,2.666601,2.919006,3.41132,3.517294,3.477753,3.491409,3.595115,3.652859,3.793917,1.724811,1.828509521,1.932208,2.092962891,2.253718,2.444093,2.666601,2.919006,3.41132,3.517294,3.477753,3.491409,3.595115,3.652859,3.793917,1.724811,1.828509521,1.932208,2.092962891,2.253718,2.444093,2.666601,2.919006,3.41132,3.517294,3.477753,3.491409,3.595115,3.652859,3.793917,1.724811,1.828509521,1.932208,2.092962891,2.253718,2.444093,2.666601,2.919006,3.41132,3.517294,3.477753,3.491409,3.595115,3.652859,3.793917,1.724811,1.828509521,1.932208,2.092962891,2.253718,2.444093,2.666601,2.919006,3.41132,3.517294,3.477753,3.491409,3.595115,3.652859,3.793917,1.724811,1.828509521,1.932208,2.092962891,2.253718,2.444093,2.666601,2.919006,3.41132,3.517294,3.477753,3.491409,3.595115,3.652859,3.793917,1.724811,1.828509521,1.932208,2.092962891,2.253718,2.444093,2.666601,2.919006,3.41132,3.517294,3.477753,3.491409,3.595115,3.652859,3.793917,1.724811,1.828509521,1.932208,2.092962891,2.253718,2.444093,2.666601,2.919006,3.41132,3.517294,3.477753,3.491409,3.595115,3.652859,3.793917,1.724811,1.828509521,1.932208,2.092962891,2.253718,2.444093,2.666601,2.919006,3.41132,3.517294,3.477753,3.491409,3.595115,3.652859,3.793917,1.724811,1.828509521,1.932208,2.092962891,2.253718,2.444093,2.666601,2.919006,3.41132,3.517294,3.477753,3.491409,3.595115,3.652859,3.793917,1.724811,1.828509521,1.932208,2.092962891,2.253718,2.444093,2.666601,2.919006,3.41132,3.517294,3.477753,3.491409,3.595115,3.652859,3.793917,1.724811,1.828509521,1.932208,2.092962891,2.253718,2.444093,2.666601,2.919006,3.41132,3.517294,3.477753,3.491409,3.595115,3.652859,3.793917,1.724811,1.828509521,1.932208,2.092962891,2.253718,2.444093,2.666601,2.919006,3.41132,3.517294,3.477753,3.491409,3.595115,3.652859,3.793917,1.724811,1.828509521,1.932208,2.092962891,2.253718,2.444093,2.666601,2.919006,3.41132,3.517294,3.477753,3.491409,3.595115,3.652859,3.793917,1.724811,1.828509521,1.932208,2.092962891,2.253718,2.444093,2.666601,2.919006,3.41132,3.517294,3.477753,3.491409,3.595115,3.652859,3.793917,1.724811,1.828509521,1.932208,2.092962891,2.253718,2.444093,2.666601,2.919006,3.41132,3.517294,3.477753,3.491409,3.595115,3.652859,3.793917,1.724811,1.828509521,1.932208,2.092962891,2.253718,2.444093,2.666601,2.919006,3.41132,3.517294,3.477753,3.491409,3.595115,3.652859,3.793917,1.724811,1.828509521,1.932208,2.092962891,2.253718,2.444093,2.666601,2.919006,3.41132,3.517294,3.477753,3.491409,3.595115,3.652859,3.793917,1.724811,1.828509521,1.932208,2.092962891,2.253718,2.444093,2.666601,2.919006,3.41132,3.517294,3.477753,3.491409,3.595115,3.652859,3.793917,1.724811,1.828509521,1.932208,2.092962891,2.253718,2.444093,2.666601,2.919006,3.41132,3.517294,3.477753,3.491409,3.595115,3.652859,3.793917,1.724811,1.828509521,1.932208,2.092962891,2.253718,2.444093,2.666601,2.919006,3.41132,3.517294,3.477753,3.491409,3.595115,3.652859,3.793917,1.724811,1.828509521,1.932208,2.092962891,2.253718,2.444093,2.666601,2.919006,3.41132,3.517294,3.477753,3.491409,3.595115,3.652859,3.793917,1.724811,1.828509521,1.932208,2.092962891,2.253718,2.444093,2.666601,2.919006,3.41132,3.517294,3.477753,3.491409,3.595115,3.652859,3.793917,1.724811,1.828509521,1.932208,2.092962891,2.253718,2.444093,2.666601,2.919006,3.41132,3.517294,3.477753,3.491409,3.595115,3.652859,3.793917,1.724811,1.828509521,1.932208,2.092962891,2.253718,2.444093,2.666601,2.919006,3.41132,3.517294,3.477753,3.491409,3.595115,3.652859,3.793917,1.724811,1.828509521,1.932208,2.092962891,2.253718,2.444093,2.666601,2.919006,3.41132,3.517294,3.477753,3.491409,3.595115,3.652859,3.793917,1.724811,1.828509521,1.932208,2.092962891,2.253718,2.444093,2.666601,2.919006,3.41132,3.517294,3.477753,3.491409,3.595115,3.652859,3.793917,1.724811,1.828509521,1.932208,2.092962891,2.253718,2.444093,2.666601,2.919006,3.41132,3.517294,3.477753,3.491409,3.595115,3.652859,3.793917,1.724811,1.828509521,1.932208,2.092962891,2.253718,2.444093,2.666601,2.919006,3.41132,3.517294,3.477753,3.491409,3.595115,3.652859,3.793917,1.724811,1.828509521,1.932208,2.092962891,2.253718,2.444093,2.666601,2.919006,3.41132,3.517294,3.477753,3.491409,3.595115,3.652859,3.793917,1.724811,1.828509521,1.932208,2.092962891,2.253718,2.444093,2.666601,2.919006,3.41132,3.517294,3.477753,3.491409,3.595115,3.652859,3.793917,1.724811,1.828509521,1.932208,2.092962891,2.253718,2.444093,2.666601,2.919006,3.41132,3.517294,3.477753,3.491409,3.595115,3.652859,3.793917,1.724811,1.828509521,1.932208,2.092962891,2.253718,2.444093,2.666601,2.919006,3.41132,3.517294,3.477753,3.491409,3.595115,3.652859,3.793917,1.724811,1.828509521,1.932208,2.092962891,2.253718,2.444093,2.666601,2.919006,3.41132,3.517294,3.477753,3.491409,3.595115,3.652859,3.793917,1.724811,1.828509521,1.932208,2.092962891,2.253718,2.444093,2.666601,2.919006,3.41132,3.517294,3.477753,3.491409,3.595115,3.652859,3.793917,1.724811,1.828509521,1.932208,2.092962891,2.253718,2.444093,2.666601,2.919006,3.41132,3.517294,3.477753,3.491409,3.595115,3.652859,3.793917,1.724811,1.828509521,1.932208,2.092962891,2.253718,2.444093,2.666601,2.919006,3.41132,3.517294,3.477753,3.491409,3.595115,3.652859,3.793917,1.724811,1.828509521,1.932208,2.092962891,2.253718,2.444093,2.666601,2.919006,3.41132,3.517294,3.477753,3.491409,3.595115,3.652859,3.793917,1.724811,1.828509521,1.932208,2.092962891,2.253718,2.444093,2.666601,2.919006,3.41132,3.517294,3.477753,3.491409,3.595115,3.652859,3.793917,1.724811,1.828509521,1.932208,2.092962891,2.253718,2.444093,2.666601,2.919006,3.41132,3.517294,3.477753,3.491409,3.595115,3.652859,3.793917,1.724811,1.828509521,1.932208,2.092962891,2.253718,2.444093,2.666601,2.919006,3.41132,3.517294,3.477753,3.491409,3.595115,3.652859,3.793917,1.724811,1.828509521,1.932208,2.092962891,2.253718,2.444093,2.666601,2.919006,3.41132,3.517294,3.477753,3.491409,3.595115,3.652859,3.793917,1.724811,1.828509521,1.932208,2.092962891,2.253718,2.444093,2.666601,2.919006,3.41132,3.517294,3.477753,3.491409,3.595115,3.652859,3.793917,1.724811,1.828509521,1.932208,2.092962891,2.253718,2.444093,2.666601,2.919006,3.41132,3.517294,3.477753,3.491409,3.595115,3.652859,3.793917,1.724811,1.828509521,1.932208,2.092962891,2.253718,2.444093,2.666601,2.919006,3.41132,3.517294,3.477753,3.491409,3.595115,3.652859,3.793917,1.724811,1.828509521,1.932208,2.092962891,2.253718,2.444093,2.666601,2.919006,3.41132,3.517294,3.477753,3.491409,3.595115,3.652859,3.793917,1.724811,1.828509521,1.932208,2.092962891,2.253718,2.444093,2.666601,2.919006,3.41132,3.517294,3.477753,3.491409,3.595115,3.652859,3.793917,1.724811,1.828509521,1.932208,2.092962891,2.253718,2.444093,2.666601,2.919006,3.41132,3.517294,3.477753,3.491409,3.595115,3.652859,3.793917,1.724811,1.828509521,1.932208,2.092962891,2.253718,2.444093,2.666601,2.919006,3.41132,3.517294,3.477753,3.491409,3.595115,3.652859,3.793917,1.724811,1.828509521,1.932208,2.092962891,2.253718,2.444093,2.666601,2.919006,3.41132,3.517294,3.477753,3.491409,3.595115,3.652859,3.793917,1.724811,1.828509521,1.932208,2.092962891,2.253718,2.444093,2.666601,2.919006,3.41132,3.517294,3.477753,3.491409,3.595115,3.652859,3.793917,1.724811,1.828509521,1.932208,2.092962891,2.253718,2.444093,2.666601,2.919006,3.41132,3.517294,3.477753,3.491409,3.595115,3.652859,3.793917,1.724811,1.828509521,1.932208,2.092962891,2.253718,2.444093,2.666601,2.919006,3.41132,3.517294,3.477753,3.491409,3.595115,3.652859,3.793917,1.724811,1.828509521,1.932208,2.092962891,2.253718,2.444093,2.666601,2.919006,3.41132,3.517294,3.477753,3.491409,3.595115,3.652859,3.793917,1.724811,1.828509521,1.932208,2.092962891,2.253718,2.444093,2.666601,2.919006,3.41132,3.517294,3.477753,3.491409,3.595115,3.652859,3.793917,1.724811,1.828509521,1.932208,2.092962891,2.253718,2.444093,2.666601,2.919006,3.41132,3.517294,3.477753,3.491409,3.595115,3.652859,3.793917,1.724811,1.828509521,1.932208,2.092962891,2.253718,2.444093,2.666601,2.919006,3.41132,3.517294,3.477753,3.491409,3.595115,3.652859,3.793917,1.724811,1.828509521,1.932208,2.092962891,2.253718,2.444093,2.666601,2.919006,3.41132,3.517294,3.477753,3.491409,3.595115,3.652859,3.793917,1.724811,1.828509521,1.932208,2.092962891,2.253718,2.444093,2.666601,2.919006,3.41132,3.517294,3.477753,3.491409,3.595115,3.652859,3.793917,1.724811,1.828509521,1.932208,2.092962891,2.253718,2.444093,2.666601,2.919006,3.41132,3.517294,3.477753,3.491409,3.595115,3.652859,3.793917,1.724811,1.828509521,1.932208,2.092962891,2.253718,2.444093,2.666601,2.919006,3.41132,3.517294,3.477753,3.491409,3.595115,3.652859,3.793917,1.724811,1.828509521,1.932208,2.092962891,2.253718,2.444093,2.666601,2.919006,3.41132,3.517294,3.477753,3.491409,3.595115,3.652859,3.793917,1.724811,1.828509521,1.932208,2.092962891,2.253718,2.444093,2.666601,2.919006,3.41132,3.517294,3.477753,3.491409,3.595115,3.652859,3.793917,1.724811,1.828509521,1.932208,2.092962891,2.253718,2.444093,2.666601,2.919006,3.41132,3.517294,3.477753,3.491409,3.595115,3.652859,3.793917,1.724811,1.828509521,1.932208,2.092962891,2.253718,2.444093,2.666601,2.919006,3.41132,3.517294,3.477753,3.491409,3.595115,3.652859,3.793917,1.724811,1.828509521,1.932208,2.092962891,2.253718,2.444093,2.666601,2.919006,3.41132,3.517294,3.477753,3.491409,3.595115,3.652859,3.793917,1.724811,1.828509521,1.932208,2.092962891,2.253718,2.444093,2.666601,2.919006,3.41132,3.517294,3.477753,3.491409,3.595115,3.652859,3.793917,1.724811,1.828509521,1.932208,2.092962891,2.253718,2.444093,2.666601,2.919006,3.41132,3.517294,3.477753,3.491409,3.595115,3.652859,3.793917,1.724811,1.828509521,1.932208,2.092962891,2.253718,2.444093,2.666601,2.919006,3.41132,3.517294,3.477753,3.491409,3.595115,3.652859,3.793917,1.724811,1.828509521,1.932208,2.092962891,2.253718,2.444093,2.666601,2.919006,3.41132,3.517294,3.477753,3.491409,3.595115,3.652859,3.793917,1.724811,1.828509521,1.932208,2.092962891,2.253718,2.444093,2.666601,2.919006,3.41132,3.517294,3.477753,3.491409,3.595115,3.652859,3.793917,1.724811,1.828509521,1.932208,2.092962891,2.253718,2.444093,2.666601,2.919006,3.41132,3.517294,3.477753,3.491409,3.595115,3.652859,3.793917,1.724811,1.828509521,1.932208,2.092962891,2.253718,2.444093,2.666601,2.919006,3.41132,3.517294,3.477753,3.491409,3.595115,3.652859,3.793917,1.724811,1.828509521,1.932208,2.092962891,2.253718,2.444093,2.666601,2.919006,3.41132,3.517294,3.477753,3.491409,3.595115,3.652859,3.793917,1.724811,1.828509521,1.932208,2.092962891,2.253718,2.444093,2.666601,2.919006,3.41132,3.517294,3.477753,3.491409,3.595115,3.652859,3.793917,1.724811,1.828509521,1.932208,2.092962891,2.253718,2.444093,2.666601,2.919006,3.41132,3.517294,3.477753,3.491409,3.595115,3.652859,3.793917,1.724811,1.828509521,1.932208,2.092962891,2.253718,2.444093,2.666601,2.919006,3.41132,3.517294,3.477753,3.491409,3.595115,3.652859,3.793917,1.724811,1.828509521,1.932208,2.092962891,2.253718,2.444093,2.666601,2.919006,3.41132,3.517294,3.477753,3.491409,3.595115,3.652859,3.793917,1.724811,1.828509521,1.932208,2.092962891,2.253718,2.444093,2.666601,2.919006,3.41132,3.517294,3.477753,3.491409,3.595115,3.652859,3.793917,1.724811,1.828509521,1.932208,2.092962891,2.253718,2.444093,2.666601,2.919006,3.41132,3.517294,3.477753,3.491409,3.595115,3.652859,3.793917,1.724811,1.828509521,1.932208,2.092962891,2.253718,2.444093,2.666601,2.919006,3.41132,3.517294,3.477753,3.491409,3.595115,3.652859,3.793917,1.724811,1.828509521,1.932208,2.092962891,2.253718,2.444093,2.666601,2.919006,3.41132,3.517294,3.477753,3.491409,3.595115,3.652859,3.793917,1.724811,1.828509521,1.932208,2.092962891,2.253718,2.444093,2.666601,2.919006,3.41132,3.517294,3.477753,3.491409,3.595115,3.652859,3.793917,1.724811,1.828509521,1.932208,2.092962891,2.253718,2.444093,2.666601,2.919006,3.41132,3.517294,3.477753,3.491409,3.595115,3.652859,3.793917,1.724811,1.828509521,1.932208,2.092962891,2.253718,2.444093,2.666601,2.919006,3.41132,3.517294,3.477753,3.491409,3.595115,3.652859,3.793917,1.724811,1.828509521,1.932208,2.092962891,2.253718,2.444093,2.666601,2.919006,3.41132,3.517294,3.477753,3.491409,3.595115,3.652859,3.793917,1.724811,1.828509521,1.932208,2.092962891,2.253718,2.444093,2.666601,2.919006,3.41132,3.517294,3.477753,3.491409,3.595115,3.652859,3.793917,1.724811,1.828509521,1.932208,2.092962891,2.253718,2.444093,2.666601,2.919006,3.41132,3.517294,3.477753,3.491409,3.595115,3.652859,3.793917,1.724811,1.828509521,1.932208,2.092962891,2.253718,2.444093,2.666601,2.919006,3.41132,3.517294,3.477753,3.491409,3.595115,3.652859,3.793917,1.724811,1.828509521,1.932208,2.092962891,2.253718,2.444093,2.666601,2.919006,3.41132,3.517294,3.477753,3.491409,3.595115,3.652859,3.793917,1.724811,1.828509521,1.932208,2.092962891,2.253718,2.444093,2.666601,2.919006,3.41132,3.517294,3.477753,3.491409,3.595115,3.652859,3.793917,1.724811,1.828509521,1.932208,2.092962891,2.253718,2.444093,2.666601,2.919006,3.41132,3.517294,3.477753,3.491409,3.595115,3.652859,3.793917,1.724811,1.828509521,1.932208,2.092962891,2.253718,2.444093,2.666601,2.919006,3.41132,3.517294,3.477753,3.491409,3.595115,3.652859,3.793917,1.724811,1.828509521,1.932208,2.092962891,2.253718,2.444093,2.666601,2.919006,3.41132,3.517294,3.477753,3.491409,3.595115,3.652859,3.793917,1.724811,1.828509521,1.932208,2.092962891,2.253718,2.444093,2.666601,2.919006,3.41132,3.517294,3.477753,3.491409,3.595115,3.652859,3.793917,1.724811,1.828509521,1.932208,2.092962891,2.253718,2.444093,2.666601,2.919006,3.41132,3.517294,3.477753,3.491409,3.595115,3.652859,3.793917,1.724811,1.828509521,1.932208,2.092962891,2.253718,2.444093,2.666601,2.919006,3.41132,3.517294,3.477753,3.491409,3.595115,3.652859,3.793917,1.724811,1.828509521,1.932208,2.092962891,2.253718,2.444093,2.666601,2.919006,3.41132,3.517294,3.477753,3.491409,3.595115,3.652859,3.793917,1.724811,1.828509521,1.932208,2.092962891,2.253718,2.444093,2.666601,2.919006,3.41132,3.517294,3.477753,3.491409,3.595115,3.652859,3.793917,1.724811,1.828509521,1.932208,2.092962891,2.253718,2.444093,2.666601,2.919006,3.41132,3.517294,3.477753,3.491409,3.595115,3.652859,3.793917,1.724811,1.828509521,1.932208,2.092962891,2.253718,2.444093,2.666601,2.919006,3.41132,3.517294,3.477753,3.491409,3.595115,3.652859,3.793917,1.724811,1.828509521,1.932208,2.092962891,2.253718,2.444093,2.666601,2.919006,3.41132,3.517294,3.477753,3.491409,3.595115,3.652859,3.793917,1.724811,1.828509521,1.932208,2.092962891,2.253718,2.444093,2.666601,2.919006,3.41132,3.517294,3.477753,3.491409,3.595115,3.652859,3.793917,1.724811,1.828509521,1.932208,2.092962891,2.253718,2.444093,2.666601,2.919006,3.41132,3.517294,3.477753,3.491409,3.595115,3.652859,3.793917,1.724811,1.828509521,1.932208,2.092962891,2.253718,2.444093,2.666601,2.919006,3.41132,3.517294,3.477753,3.491409,3.595115,3.652859,3.793917,1.724811,1.828509521,1.932208,2.092962891,2.253718,2.444093,2.666601,2.919006,3.41132,3.517294,3.477753,3.491409,3.595115,3.652859,3.793917,1.724811,1.828509521,1.932208,2.092962891,2.253718,2.444093,2.666601,2.919006,3.41132,3.517294,3.477753,3.491409,3.595115,3.652859,3.793917,1.724811,1.828509521,1.932208,2.092962891,2.253718,2.444093,2.666601,2.919006,3.41132,3.517294,3.477753,3.491409,3.595115,3.652859,3.793917,1.724811,1.828509521,1.932208,2.092962891,2.253718,2.444093,2.666601,2.919006,3.41132,3.517294,3.477753,3.491409,3.595115,3.652859,3.793917,1.724811,1.828509521,1.932208,2.092962891,2.253718,2.444093,2.666601,2.919006,3.41132,3.517294,3.477753,3.491409,3.595115,3.652859,3.793917,1.724811,1.828509521,1.932208,2.092962891,2.253718,2.444093,2.666601,2.919006,3.41132,3.517294,3.477753,3.491409,3.595115,3.652859,3.793917,1.724811,1.828509521,1.932208,2.092962891,2.253718,2.444093,2.666601,2.919006,3.41132,3.517294,3.477753,3.491409,3.595115,3.652859,3.793917,1.724811,1.828509521,1.932208,2.092962891,2.253718,2.444093,2.666601,2.919006,3.41132,3.517294,3.477753,3.491409,3.595115,3.652859,3.793917,1.724811,1.828509521,1.932208,2.092962891,2.253718,2.444093,2.666601,2.919006,3.41132,3.517294,3.477753,3.491409,3.595115,3.652859,3.793917,1.724811,1.828509521,1.932208,2.092962891,2.253718,2.444093,2.666601,2.919006,3.41132,3.517294,3.477753,3.491409,3.595115,3.652859,3.793917,1.724811,1.828509521,1.932208,2.092962891,2.253718,2.444093,2.666601,2.919006,3.41132,3.517294,3.477753,3.491409,3.595115,3.652859,3.793917,1.557994,1.656412598,1.754831,1.849992554,1.945154,2.168796,2.213349,2.380961,2.931547,3.152255,3.205536,3.376166,3.341402,3.379763,3.536959,1.557994,1.656412598,1.754831,1.849992554,1.945154,2.168796,2.213349,2.380961,2.931547,3.152255,3.205536,3.376166,3.341402,3.379763,3.536959,1.557994,1.656412598,1.754831,1.849992554,1.945154,2.168796,2.213349,2.380961,2.931547,3.152255,3.205536,3.376166,3.341402,3.379763,3.536959,1.557994,1.656412598,1.754831,1.849992554,1.945154,2.168796,2.213349,2.380961,2.931547,3.152255,3.205536,3.376166,3.341402,3.379763,3.536959,1.557994,1.656412598,1.754831,1.849992554,1.945154,2.168796,2.213349,2.380961,2.931547,3.152255,3.205536,3.376166,3.341402,3.379763,3.536959,1.557994,1.656412598,1.754831,1.849992554,1.945154,2.168796,2.213349,2.380961,2.931547,3.152255,3.205536,3.376166,3.341402,3.379763,3.536959,1.557994,1.656412598,1.754831,1.849992554,1.945154,2.168796,2.213349,2.380961,2.931547,3.152255,3.205536,3.376166,3.341402,3.379763,3.536959,1.557994,1.656412598,1.754831,1.849992554,1.945154,2.168796,2.213349,2.380961,2.931547,3.152255,3.205536,3.376166,3.341402,3.379763,3.536959,1.557994,1.656412598,1.754831,1.849992554,1.945154,2.168796,2.213349,2.380961,2.931547,3.152255,3.205536,3.376166,3.341402,3.379763,3.536959,1.557994,1.656412598,1.754831,1.849992554,1.945154,2.168796,2.213349,2.380961,2.931547,3.152255,3.205536,3.376166,3.341402,3.379763,3.536959,1.557994,1.656412598,1.754831,1.849992554,1.945154,2.168796,2.213349,2.380961,2.931547,3.152255,3.205536,3.376166,3.341402,3.379763,3.536959,1.557994,1.656412598,1.754831,1.849992554,1.945154,2.168796,2.213349,2.380961,2.931547,3.152255,3.205536,3.376166,3.341402,3.379763,3.536959,1.557994,1.656412598,1.754831,1.849992554,1.945154,2.168796,2.213349,2.380961,2.931547,3.152255,3.205536,3.376166,3.341402,3.379763,3.536959,1.557994,1.656412598,1.754831,1.849992554,1.945154,2.168796,2.213349,2.380961,2.931547,3.152255,3.205536,3.376166,3.341402,3.379763,3.536959,1.557994,1.656412598,1.754831,1.849992554,1.945154,2.168796,2.213349,2.380961,2.931547,3.152255,3.205536,3.376166,3.341402,3.379763,3.536959,1.557994,1.656412598,1.754831,1.849992554,1.945154,2.168796,2.213349,2.380961,2.931547,3.152255,3.205536,3.376166,3.341402,3.379763,3.536959,1.557994,1.656412598,1.754831,1.849992554,1.945154,2.168796,2.213349,2.380961,2.931547,3.152255,3.205536,3.376166,3.341402,3.379763,3.536959,1.557994,1.656412598,1.754831,1.849992554,1.945154,2.168796,2.213349,2.380961,2.931547,3.152255,3.205536,3.376166,3.341402,3.379763,3.536959,1.557994,1.656412598,1.754831,1.849992554,1.945154,2.168796,2.213349,2.380961,2.931547,3.152255,3.205536,3.376166,3.341402,3.379763,3.536959,1.557994,1.656412598,1.754831,1.849992554,1.945154,2.168796,2.213349,2.380961,2.931547,3.152255,3.205536,3.376166,3.341402,3.379763,3.536959,1.557994,1.656412598,1.754831,1.849992554,1.945154,2.168796,2.213349,2.380961,2.931547,3.152255,3.205536,3.376166,3.341402,3.379763,3.536959,1.557994,1.656412598,1.754831,1.849992554,1.945154,2.168796,2.213349,2.380961,2.931547,3.152255,3.205536,3.376166,3.341402,3.379763,3.536959,1.557994,1.656412598,1.754831,1.849992554,1.945154,2.168796,2.213349,2.380961,2.931547,3.152255,3.205536,3.376166,3.341402,3.379763,3.536959,1.557994,1.656412598,1.754831,1.849992554,1.945154,2.168796,2.213349,2.380961,2.931547,3.152255,3.205536,3.376166,3.341402,3.379763,3.536959,1.557994,1.656412598,1.754831,1.849992554,1.945154,2.168796,2.213349,2.380961,2.931547,3.152255,3.205536,3.376166,3.341402,3.379763,3.536959,1.557994,1.656412598,1.754831,1.849992554,1.945154,2.168796,2.213349,2.380961,2.931547,3.152255,3.205536,3.376166,3.341402,3.379763,3.536959,1.557994,1.656412598,1.754831,1.849992554,1.945154,2.168796,2.213349,2.380961,2.931547,3.152255,3.205536,3.376166,3.341402,3.379763,3.536959,1.557994,1.656412598,1.754831,1.849992554,1.945154,2.168796,2.213349,2.380961,2.931547,3.152255,3.205536,3.376166,3.341402,3.379763,3.536959,1.557994,1.656412598,1.754831,1.849992554,1.945154,2.168796,2.213349,2.380961,2.931547,3.152255,3.205536,3.376166,3.341402,3.379763,3.536959,1.557994,1.656412598,1.754831,1.849992554,1.945154,2.168796,2.213349,2.380961,2.931547,3.152255,3.205536,3.376166,3.341402,3.379763,3.536959,1.557994,1.656412598,1.754831,1.849992554,1.945154,2.168796,2.213349,2.380961,2.931547,3.152255,3.205536,3.376166,3.341402,3.379763,3.536959,1.557994,1.656412598,1.754831,1.849992554,1.945154,2.168796,2.213349,2.380961,2.931547,3.152255,3.205536,3.376166,3.341402,3.379763,3.536959,1.557994,1.656412598,1.754831,1.849992554,1.945154,2.168796,2.213349,2.380961,2.931547,3.152255,3.205536,3.376166,3.341402,3.379763,3.536959,1.557994,1.656412598,1.754831,1.849992554,1.945154,2.168796,2.213349,2.380961,2.931547,3.152255,3.205536,3.376166,3.341402,3.379763,3.536959,1.557994,1.656412598,1.754831,1.849992554,1.945154,2.168796,2.213349,2.380961,2.931547,3.152255,3.205536,3.376166,3.341402,3.379763,3.536959,1.557994,1.656412598,1.754831,1.849992554,1.945154,2.168796,2.213349,2.380961,2.931547,3.152255,3.205536,3.376166,3.341402,3.379763,3.536959,1.557994,1.656412598,1.754831,1.849992554,1.945154,2.168796,2.213349,2.380961,2.931547,3.152255,3.205536,3.376166,3.341402,3.379763,3.536959,1.557994,1.656412598,1.754831,1.849992554,1.945154,2.168796,2.213349,2.380961,2.931547,3.152255,3.205536,3.376166,3.341402,3.379763,3.536959,1.557994,1.656412598,1.754831,1.849992554,1.945154,2.168796,2.213349,2.380961,2.931547,3.152255,3.205536,3.376166,3.341402,3.379763,3.536959,0.226249,0.243701004,0.261153,0.275734009,0.290315,0.301945,0.320874,0.355073,0.481692,0.538852,0.526696,0.547132,0.557655,0.563225,0.578194,0.226249,0.243701004,0.261153,0.275734009,0.290315,0.301945,0.320874,0.355073,0.481692,0.538852,0.526696,0.547132,0.557655,0.563225,0.578194,0.226249,0.243701004,0.261153,0.275734009,0.290315,0.301945,0.320874,0.355073,0.481692,0.538852,0.526696,0.547132,0.557655,0.563225,0.578194,0.226249,0.243701004,0.261153,0.275734009,0.290315,0.301945,0.320874,0.355073,0.481692,0.538852,0.526696,0.547132,0.557655,0.563225,0.578194,0.226249,0.243701004,0.261153,0.275734009,0.290315,0.301945,0.320874,0.355073,0.481692,0.538852,0.526696,0.547132,0.557655,0.563225,0.578194,0.226249,0.243701004,0.261153,0.275734009,0.290315,0.301945,0.320874,0.355073,0.481692,0.538852,0.526696,0.547132,0.557655,0.563225,0.578194,0.226249,0.243701004,0.261153,0.275734009,0.290315,0.301945,0.320874,0.355073,0.481692,0.538852,0.526696,0.547132,0.557655,0.563225,0.578194,0.226249,0.243701004,0.261153,0.275734009,0.290315,0.301945,0.320874,0.355073,0.481692,0.538852,0.526696,0.547132,0.557655,0.563225,0.578194,0.226249,0.243701004,0.261153,0.275734009,0.290315,0.301945,0.320874,0.355073,0.481692,0.538852,0.526696,0.547132,0.557655,0.563225,0.578194,0.226249,0.243701004,0.261153,0.275734009,0.290315,0.301945,0.320874,0.355073,0.481692,0.538852,0.526696,0.547132,0.557655,0.563225,0.578194,0.226249,0.243701004,0.261153,0.275734009,0.290315,0.301945,0.320874,0.355073,0.481692,0.538852,0.526696,0.547132,0.557655,0.563225,0.578194,0.226249,0.243701004,0.261153,0.275734009,0.290315,0.301945,0.320874,0.355073,0.481692,0.538852,0.526696,0.547132,0.557655,0.563225,0.578194,0.226249,0.243701004,0.261153,0.275734009,0.290315,0.301945,0.320874,0.355073,0.481692,0.538852,0.526696,0.547132,0.557655,0.563225,0.578194,0.226249,0.243701004,0.261153,0.275734009,0.290315,0.301945,0.320874,0.355073,0.481692,0.538852,0.526696,0.547132,0.557655,0.563225,0.578194,0.226249,0.243701004,0.261153,0.275734009,0.290315,0.301945,0.320874,0.355073,0.481692,0.538852,0.526696,0.547132,0.557655,0.563225,0.578194,0.226249,0.243701004,0.261153,0.275734009,0.290315,0.301945,0.320874,0.355073,0.481692,0.538852,0.526696,0.547132,0.557655,0.563225,0.578194,0.226249,0.243701004,0.261153,0.275734009,0.290315,0.301945,0.320874,0.355073,0.481692,0.538852,0.526696,0.547132,0.557655,0.563225,0.578194,0.226249,0.243701004,0.261153,0.275734009,0.290315,0.301945,0.320874,0.355073,0.481692,0.538852,0.526696,0.547132,0.557655,0.563225,0.578194,0.226249,0.243701004,0.261153,0.275734009,0.290315,0.301945,0.320874,0.355073,0.481692,0.538852,0.526696,0.547132,0.557655,0.563225,0.578194,0.226249,0.243701004,0.261153,0.275734009,0.290315,0.301945,0.320874,0.355073,0.481692,0.538852,0.526696,0.547132,0.557655,0.563225,0.578194,0.226249,0.243701004,0.261153,0.275734009,0.290315,0.301945,0.320874,0.355073,0.481692,0.538852,0.526696,0.547132,0.557655,0.563225,0.578194,0.226249,0.243701004,0.261153,0.275734009,0.290315,0.301945,0.320874,0.355073,0.481692,0.538852,0.526696,0.547132,0.557655,0.563225,0.578194,0.226249,0.243701004,0.261153,0.275734009,0.290315,0.301945,0.320874,0.355073,0.481692,0.538852,0.526696,0.547132,0.557655,0.563225,0.578194,0.226249,0.243701004,0.261153,0.275734009,0.290315,0.301945,0.320874,0.355073,0.481692,0.538852,0.526696,0.547132,0.557655,0.563225,0.578194,0.226249,0.243701004,0.261153,0.275734009,0.290315,0.301945,0.320874,0.355073,0.481692,0.538852,0.526696,0.547132,0.557655,0.563225,0.578194,0.226249,0.243701004,0.261153,0.275734009,0.290315,0.301945,0.320874,0.355073,0.481692,0.538852,0.526696,0.547132,0.557655,0.563225,0.578194,0.226249,0.243701004,0.261153,0.275734009,0.290315,0.301945,0.320874,0.355073,0.481692,0.538852,0.526696,0.547132,0.557655,0.563225,0.578194,0.226249,0.243701004,0.261153,0.275734009,0.290315,0.301945,0.320874,0.355073,0.481692,0.538852,0.526696,0.547132,0.557655,0.563225,0.578194,0.226249,0.243701004,0.261153,0.275734009,0.290315,0.301945,0.320874,0.355073,0.481692,0.538852,0.526696,0.547132,0.557655,0.563225,0.578194,0.226249,0.243701004,0.261153,0.275734009,0.290315,0.301945,0.320874,0.355073,0.481692,0.538852,0.526696,0.547132,0.557655,0.563225,0.578194,0.226249,0.243701004,0.261153,0.275734009,0.290315,0.301945,0.320874,0.355073,0.481692,0.538852,0.526696,0.547132,0.557655,0.563225,0.578194,0.226249,0.243701004,0.261153,0.275734009,0.290315,0.301945,0.320874,0.355073,0.481692,0.538852,0.526696,0.547132,0.557655,0.563225,0.578194,0.226249,0.243701004,0.261153,0.275734009,0.290315,0.301945,0.320874,0.355073,0.481692,0.538852,0.526696,0.547132,0.557655,0.563225,0.578194,0.226249,0.243701004,0.261153,0.275734009,0.290315,0.301945,0.320874,0.355073,0.481692,0.538852,0.526696,0.547132,0.557655,0.563225,0.578194,0.226249,0.243701004,0.261153,0.275734009,0.290315,0.301945,0.320874,0.355073,0.481692,0.538852,0.526696,0.547132,0.557655,0.563225,0.578194,0.226249,0.243701004,0.261153,0.275734009,0.290315,0.301945,0.320874,0.355073,0.481692,0.538852,0.526696,0.547132,0.557655,0.563225,0.578194,0.226249,0.243701004,0.261153,0.275734009,0.290315,0.301945,0.320874,0.355073,0.481692,0.538852,0.526696,0.547132,0.557655,0.563225,0.578194,0.226249,0.243701004,0.261153,0.275734009,0.290315,0.301945,0.320874,0.355073,0.481692,0.538852,0.526696,0.547132,0.557655,0.563225,0.578194,0.226249,0.243701004,0.261153,0.275734009,0.290315,0.301945,0.320874,0.355073,0.481692,0.538852,0.526696,0.547132,0.557655,0.563225,0.578194,0.226249,0.243701004,0.261153,0.275734009,0.290315,0.301945,0.320874,0.355073,0.481692,0.538852,0.526696,0.547132,0.557655,0.563225,0.578194,0.226249,0.243701004,0.261153,0.275734009,0.290315,0.301945,0.320874,0.355073,0.481692,0.538852,0.526696,0.547132,0.557655,0.563225,0.578194,0.226249,0.243701004,0.261153,0.275734009,0.290315,0.301945,0.320874,0.355073,0.481692,0.538852,0.526696,0.547132,0.557655,0.563225,0.578194,0.226249,0.243701004,0.261153,0.275734009,0.290315,0.301945,0.320874,0.355073,0.481692,0.538852,0.526696,0.547132,0.557655,0.563225,0.578194,0.226249,0.243701004,0.261153,0.275734009,0.290315,0.301945,0.320874,0.355073,0.481692,0.538852,0.526696,0.547132,0.557655,0.563225,0.578194,0.226249,0.243701004,0.261153,0.275734009,0.290315,0.301945,0.320874,0.355073,0.481692,0.538852,0.526696,0.547132,0.557655,0.563225,0.578194,0.226249,0.243701004,0.261153,0.275734009,0.290315,0.301945,0.320874,0.355073,0.481692,0.538852,0.526696,0.547132,0.557655,0.563225,0.578194,0.226249,0.243701004,0.261153,0.275734009,0.290315,0.301945,0.320874,0.355073,0.481692,0.538852,0.526696,0.547132,0.557655,0.563225,0.578194,0.226249,0.243701004,0.261153,0.275734009,0.290315,0.301945,0.320874,0.355073,0.481692,0.538852,0.526696,0.547132,0.557655,0.563225,0.578194,0.226249,0.243701004,0.261153,0.275734009,0.290315,0.301945,0.320874,0.355073,0.481692,0.538852,0.526696,0.547132,0.557655,0.563225,0.578194,0.226249,0.243701004,0.261153,0.275734009,0.290315,0.301945,0.320874,0.355073,0.481692,0.538852,0.526696,0.547132,0.557655,0.563225,0.578194,0.226249,0.243701004,0.261153,0.275734009,0.290315,0.301945,0.320874,0.355073,0.481692,0.538852,0.526696,0.547132,0.557655,0.563225,0.578194,0.226249,0.243701004,0.261153,0.275734009,0.290315,0.301945,0.320874,0.355073,0.481692,0.538852,0.526696,0.547132,0.557655,0.563225,0.578194,0.226249,0.243701004,0.261153,0.275734009,0.290315,0.301945,0.320874,0.355073,0.481692,0.538852,0.526696,0.547132,0.557655,0.563225,0.578194,0.226249,0.243701004,0.261153,0.275734009,0.290315,0.301945,0.320874,0.355073,0.481692,0.538852,0.526696,0.547132,0.557655,0.563225,0.578194,0.226249,0.243701004,0.261153,0.275734009,0.290315,0.301945,0.320874,0.355073,0.481692,0.538852,0.526696,0.547132,0.557655,0.563225,0.578194,1.5818,1.671741943,1.761684,1.829233398,1.896783,1.866372,1.990536,2.075028,2.300615,2.432897,2.434198,2.518939,2.581431,2.594872,2.586809,1.5818,1.671741943,1.761684,1.829233398,1.896783,1.866372,1.990536,2.075028,2.300615,2.432897,2.434198,2.518939,2.581431,2.594872,2.586809,1.5818,1.671741943,1.761684,1.829233398,1.896783,1.866372,1.990536,2.075028,2.300615,2.432897,2.434198,2.518939,2.581431,2.594872,2.586809,1.5818,1.671741943,1.761684,1.829233398,1.896783,1.866372,1.990536,2.075028,2.300615,2.432897,2.434198,2.518939,2.581431,2.594872,2.586809,1.5818,1.671741943,1.761684,1.829233398,1.896783,1.866372,1.990536,2.075028,2.300615,2.432897,2.434198,2.518939,2.581431,2.594872,2.586809,1.5818,1.671741943,1.761684,1.829233398,1.896783,1.866372,1.990536,2.075028,2.300615,2.432897,2.434198,2.518939,2.581431,2.594872,2.586809,1.5818,1.671741943,1.761684,1.829233398,1.896783,1.866372,1.990536,2.075028,2.300615,2.432897,2.434198,2.518939,2.581431,2.594872,2.586809,1.5818,1.671741943,1.761684,1.829233398,1.896783,1.866372,1.990536,2.075028,2.300615,2.432897,2.434198,2.518939,2.581431,2.594872,2.586809,1.5818,1.671741943,1.761684,1.829233398,1.896783,1.866372,1.990536,2.075028,2.300615,2.432897,2.434198,2.518939,2.581431,2.594872,2.586809,1.5818,1.671741943,1.761684,1.829233398,1.896783,1.866372,1.990536,2.075028,2.300615,2.432897,2.434198,2.518939,2.581431,2.594872,2.586809,1.5818,1.671741943,1.761684,1.829233398,1.896783,1.866372,1.990536,2.075028,2.300615,2.432897,2.434198,2.518939,2.581431,2.594872,2.586809,1.5818,1.671741943,1.761684,1.829233398,1.896783,1.866372,1.990536,2.075028,2.300615,2.432897,2.434198,2.518939,2.581431,2.594872,2.586809,1.5818,1.671741943,1.761684,1.829233398,1.896783,1.866372,1.990536,2.075028,2.300615,2.432897,2.434198,2.518939,2.581431,2.594872,2.586809,1.5818,1.671741943,1.761684,1.829233398,1.896783,1.866372,1.990536,2.075028,2.300615,2.432897,2.434198,2.518939,2.581431,2.594872,2.586809,1.5818,1.671741943,1.761684,1.829233398,1.896783,1.866372,1.990536,2.075028,2.300615,2.432897,2.434198,2.518939,2.581431,2.594872,2.586809,1.5818,1.671741943,1.761684,1.829233398,1.896783,1.866372,1.990536,2.075028,2.300615,2.432897,2.434198,2.518939,2.581431,2.594872,2.586809,1.5818,1.671741943,1.761684,1.829233398,1.896783,1.866372,1.990536,2.075028,2.300615,2.432897,2.434198,2.518939,2.581431,2.594872,2.586809,1.5818,1.671741943,1.761684,1.829233398,1.896783,1.866372,1.990536,2.075028,2.300615,2.432897,2.434198,2.518939,2.581431,2.594872,2.586809,1.5818,1.671741943,1.761684,1.829233398,1.896783,1.866372,1.990536,2.075028,2.300615,2.432897,2.434198,2.518939,2.581431,2.594872,2.586809,1.5818,1.671741943,1.761684,1.829233398,1.896783,1.866372,1.990536,2.075028,2.300615,2.432897,2.434198,2.518939,2.581431,2.594872,2.586809,1.5818,1.671741943,1.761684,1.829233398,1.896783,1.866372,1.990536,2.075028,2.300615,2.432897,2.434198,2.518939,2.581431,2.594872,2.586809,1.5818,1.671741943,1.761684,1.829233398,1.896783,1.866372,1.990536,2.075028,2.300615,2.432897,2.434198,2.518939,2.581431,2.594872,2.586809,1.5818,1.671741943,1.761684,1.829233398,1.896783,1.866372,1.990536,2.075028,2.300615,2.432897,2.434198,2.518939,2.581431,2.594872,2.586809,1.5818,1.671741943,1.761684,1.829233398,1.896783,1.866372,1.990536,2.075028,2.300615,2.432897,2.434198,2.518939,2.581431,2.594872,2.586809,1.5818,1.671741943,1.761684,1.829233398,1.896783,1.866372,1.990536,2.075028,2.300615,2.432897,2.434198,2.518939,2.581431,2.594872,2.586809,1.5818,1.671741943,1.761684,1.829233398,1.896783,1.866372,1.990536,2.075028,2.300615,2.432897,2.434198,2.518939,2.581431,2.594872,2.586809,1.5818,1.671741943,1.761684,1.829233398,1.896783,1.866372,1.990536,2.075028,2.300615,2.432897,2.434198,2.518939,2.581431,2.594872,2.586809,1.5818,1.671741943,1.761684,1.829233398,1.896783,1.866372,1.990536,2.075028,2.300615,2.432897,2.434198,2.518939,2.581431,2.594872,2.586809,1.5818,1.671741943,1.761684,1.829233398,1.896783,1.866372,1.990536,2.075028,2.300615,2.432897,2.434198,2.518939,2.581431,2.594872,2.586809,1.5818,1.671741943,1.761684,1.829233398,1.896783,1.866372,1.990536,2.075028,2.300615,2.432897,2.434198,2.518939,2.581431,2.594872,2.586809,1.5818,1.671741943,1.761684,1.829233398,1.896783,1.866372,1.990536,2.075028,2.300615,2.432897,2.434198,2.518939,2.581431,2.594872,2.586809,1.5818,1.671741943,1.761684,1.829233398,1.896783,1.866372,1.990536,2.075028,2.300615,2.432897,2.434198,2.518939,2.581431,2.594872,2.586809,1.5818,1.671741943,1.761684,1.829233398,1.896783,1.866372,1.990536,2.075028,2.300615,2.432897,2.434198,2.518939,2.581431,2.594872,2.586809,1.5818,1.671741943,1.761684,1.829233398,1.896783,1.866372,1.990536,2.075028,2.300615,2.432897,2.434198,2.518939,2.581431,2.594872,2.586809,1.5818,1.671741943,1.761684,1.829233398,1.896783,1.866372,1.990536,2.075028,2.300615,2.432897,2.434198,2.518939,2.581431,2.594872,2.586809,1.5818,1.671741943,1.761684,1.829233398,1.896783,1.866372,1.990536,2.075028,2.300615,2.432897,2.434198,2.518939,2.581431,2.594872,2.586809,1.5818,1.671741943,1.761684,1.829233398,1.896783,1.866372,1.990536,2.075028,2.300615,2.432897,2.434198,2.518939,2.581431,2.594872,2.586809,1.5818,1.671741943,1.761684,1.829233398,1.896783,1.866372,1.990536,2.075028,2.300615,2.432897,2.434198,2.518939,2.581431,2.594872,2.586809,1.5818,1.671741943,1.761684,1.829233398,1.896783,1.866372,1.990536,2.075028,2.300615,2.432897,2.434198,2.518939,2.581431,2.594872,2.586809,1.5818,1.671741943,1.761684,1.829233398,1.896783,1.866372,1.990536,2.075028,2.300615,2.432897,2.434198,2.518939,2.581431,2.594872,2.586809,1.5818,1.671741943,1.761684,1.829233398,1.896783,1.866372,1.990536,2.075028,2.300615,2.432897,2.434198,2.518939,2.581431,2.594872,2.586809,1.5818,1.671741943,1.761684,1.829233398,1.896783,1.866372,1.990536,2.075028,2.300615,2.432897,2.434198,2.518939,2.581431,2.594872,2.586809,1.5818,1.671741943,1.761684,1.829233398,1.896783,1.866372,1.990536,2.075028,2.300615,2.432897,2.434198,2.518939,2.581431,2.594872,2.586809,1.5818,1.671741943,1.761684,1.829233398,1.896783,1.866372,1.990536,2.075028,2.300615,2.432897,2.434198,2.518939,2.581431,2.594872,2.586809,1.5818,1.671741943,1.761684,1.829233398,1.896783,1.866372,1.990536,2.075028,2.300615,2.432897,2.434198,2.518939,2.581431,2.594872,2.586809,1.5818,1.671741943,1.761684,1.829233398,1.896783,1.866372,1.990536,2.075028,2.300615,2.432897,2.434198,2.518939,2.581431,2.594872,2.586809,1.5818,1.671741943,1.761684,1.829233398,1.896783,1.866372,1.990536,2.075028,2.300615,2.432897,2.434198,2.518939,2.581431,2.594872,2.586809,1.5818,1.671741943,1.761684,1.829233398,1.896783,1.866372,1.990536,2.075028,2.300615,2.432897,2.434198,2.518939,2.581431,2.594872,2.586809,1.5818,1.671741943,1.761684,1.829233398,1.896783,1.866372,1.990536,2.075028,2.300615,2.432897,2.434198,2.518939,2.581431,2.594872,2.586809,1.5818,1.671741943,1.761684,1.829233398,1.896783,1.866372,1.990536,2.075028,2.300615,2.432897,2.434198,2.518939,2.581431,2.594872,2.586809,1.5818,1.671741943,1.761684,1.829233398,1.896783,1.866372,1.990536,2.075028,2.300615,2.432897,2.434198,2.518939,2.581431,2.594872,2.586809,1.5818,1.671741943,1.761684,1.829233398,1.896783,1.866372,1.990536,2.075028,2.300615,2.432897,2.434198,2.518939,2.581431,2.594872,2.586809,1.5818,1.671741943,1.761684,1.829233398,1.896783,1.866372,1.990536,2.075028,2.300615,2.432897,2.434198,2.518939,2.581431,2.594872,2.586809,1.5818,1.671741943,1.761684,1.829233398,1.896783,1.866372,1.990536,2.075028,2.300615,2.432897,2.434198,2.518939,2.581431,2.594872,2.586809,1.5818,1.671741943,1.761684,1.829233398,1.896783,1.866372,1.990536,2.075028,2.300615,2.432897,2.434198,2.518939,2.581431,2.594872,2.586809,1.5818,1.671741943,1.761684,1.829233398,1.896783,1.866372,1.990536,2.075028,2.300615,2.432897,2.434198,2.518939,2.581431,2.594872,2.586809,1.5818,1.671741943,1.761684,1.829233398,1.896783,1.866372,1.990536,2.075028,2.300615,2.432897,2.434198,2.518939,2.581431,2.594872,2.586809,1.5818,1.671741943,1.761684,1.829233398,1.896783,1.866372,1.990536,2.075028,2.300615,2.432897,2.434198,2.518939,2.581431,2.594872,2.586809,1.5818,1.671741943,1.761684,1.829233398,1.896783,1.866372,1.990536,2.075028,2.300615,2.432897,2.434198,2.518939,2.581431,2.594872,2.586809,1.5818,1.671741943,1.761684,1.829233398,1.896783,1.866372,1.990536,2.075028,2.300615,2.432897,2.434198,2.518939,2.581431,2.594872,2.586809,1.5818,1.671741943,1.761684,1.829233398,1.896783,1.866372,1.990536,2.075028,2.300615,2.432897,2.434198,2.518939,2.581431,2.594872,2.586809,1.5818,1.671741943,1.761684,1.829233398,1.896783,1.866372,1.990536,2.075028,2.300615,2.432897,2.434198,2.518939,2.581431,2.594872,2.586809,1.5818,1.671741943,1.761684,1.829233398,1.896783,1.866372,1.990536,2.075028,2.300615,2.432897,2.434198,2.518939,2.581431,2.594872,2.586809,1.5818,1.671741943,1.761684,1.829233398,1.896783,1.866372,1.990536,2.075028,2.300615,2.432897,2.434198,2.518939,2.581431,2.594872,2.586809,1.5818,1.671741943,1.761684,1.829233398,1.896783,1.866372,1.990536,2.075028,2.300615,2.432897,2.434198,2.518939,2.581431,2.594872,2.586809,1.5818,1.671741943,1.761684,1.829233398,1.896783,1.866372,1.990536,2.075028,2.300615,2.432897,2.434198,2.518939,2.581431,2.594872,2.586809,1.5818,1.671741943,1.761684,1.829233398,1.896783,1.866372,1.990536,2.075028,2.300615,2.432897,2.434198,2.518939,2.581431,2.594872,2.586809,1.5818,1.671741943,1.761684,1.829233398,1.896783,1.866372,1.990536,2.075028,2.300615,2.432897,2.434198,2.518939,2.581431,2.594872,2.586809,1.5818,1.671741943,1.761684,1.829233398,1.896783,1.866372,1.990536,2.075028,2.300615,2.432897,2.434198,2.518939,2.581431,2.594872,2.586809,1.5818,1.671741943,1.761684,1.829233398,1.896783,1.866372,1.990536,2.075028,2.300615,2.432897,2.434198,2.518939,2.581431,2.594872,2.586809,1.5818,1.671741943,1.761684,1.829233398,1.896783,1.866372,1.990536,2.075028,2.300615,2.432897,2.434198,2.518939,2.581431,2.594872,2.586809,1.5818,1.671741943,1.761684,1.829233398,1.896783,1.866372,1.990536,2.075028,2.300615,2.432897,2.434198,2.518939,2.581431,2.594872,2.586809,0.121895,0.142860992,0.163827,0.17217099,0.180515,0.190369,0.209678,0.254533,0.267186,0.349146,0.338709,0.330901,0.335088,0.346594,0.345245,0.121895,0.142860992,0.163827,0.17217099,0.180515,0.190369,0.209678,0.254533,0.267186,0.349146,0.338709,0.330901,0.335088,0.346594,0.345245,0.121895,0.142860992,0.163827,0.17217099,0.180515,0.190369,0.209678,0.254533,0.267186,0.349146,0.338709,0.330901,0.335088,0.346594,0.345245,0.121895,0.142860992,0.163827,0.17217099,0.180515,0.190369,0.209678,0.254533,0.267186,0.349146,0.338709,0.330901,0.335088,0.346594,0.345245,0.121895,0.142860992,0.163827,0.17217099,0.180515,0.190369,0.209678,0.254533,0.267186,0.349146,0.338709,0.330901,0.335088,0.346594,0.345245,0.121895,0.142860992,0.163827,0.17217099,0.180515,0.190369,0.209678,0.254533,0.267186,0.349146,0.338709,0.330901,0.335088,0.346594,0.345245,0.121895,0.142860992,0.163827,0.17217099,0.180515,0.190369,0.209678,0.254533,0.267186,0.349146,0.338709,0.330901,0.335088,0.346594,0.345245,0.121895,0.142860992,0.163827,0.17217099,0.180515,0.190369,0.209678,0.254533,0.267186,0.349146,0.338709,0.330901,0.335088,0.346594,0.345245,0.121895,0.142860992,0.163827,0.17217099,0.180515,0.190369,0.209678,0.254533,0.267186,0.349146,0.338709,0.330901,0.335088,0.346594,0.345245,0.121895,0.142860992,0.163827,0.17217099,0.180515,0.190369,0.209678,0.254533,0.267186,0.349146,0.338709,0.330901,0.335088,0.346594,0.345245,0.121895,0.142860992,0.163827,0.17217099,0.180515,0.190369,0.209678,0.254533,0.267186,0.349146,0.338709,0.330901,0.335088,0.346594,0.345245,0.121895,0.142860992,0.163827,0.17217099,0.180515,0.190369,0.209678,0.254533,0.267186,0.349146,0.338709,0.330901,0.335088,0.346594,0.345245,0.121895,0.142860992,0.163827,0.17217099,0.180515,0.190369,0.209678,0.254533,0.267186,0.349146,0.338709,0.330901,0.335088,0.346594,0.345245,0.121895,0.142860992,0.163827,0.17217099,0.180515,0.190369,0.209678,0.254533,0.267186,0.349146,0.338709,0.330901,0.335088,0.346594,0.345245,0.121895,0.142860992,0.163827,0.17217099,0.180515,0.190369,0.209678,0.254533,0.267186,0.349146,0.338709,0.330901,0.335088,0.346594,0.345245,0.121895,0.142860992,0.163827,0.17217099,0.180515,0.190369,0.209678,0.254533,0.267186,0.349146,0.338709,0.330901,0.335088,0.346594,0.345245,0.121895,0.142860992,0.163827,0.17217099,0.180515,0.190369,0.209678,0.254533,0.267186,0.349146,0.338709,0.330901,0.335088,0.346594,0.345245,0.121895,0.142860992,0.163827,0.17217099,0.180515,0.190369,0.209678,0.254533,0.267186,0.349146,0.338709,0.330901,0.335088,0.346594,0.345245,0.121895,0.142860992,0.163827,0.17217099,0.180515,0.190369,0.209678,0.254533,0.267186,0.349146,0.338709,0.330901,0.335088,0.346594,0.345245,0.121895,0.142860992,0.163827,0.17217099,0.180515,0.190369,0.209678,0.254533,0.267186,0.349146,0.338709,0.330901,0.335088,0.346594,0.345245,0.121895,0.142860992,0.163827,0.17217099,0.180515,0.190369,0.209678,0.254533,0.267186,0.349146,0.338709,0.330901,0.335088,0.346594,0.345245,0.121895,0.142860992,0.163827,0.17217099,0.180515,0.190369,0.209678,0.254533,0.267186,0.349146,0.338709,0.330901,0.335088,0.346594,0.345245,0.121895,0.142860992,0.163827,0.17217099,0.180515,0.190369,0.209678,0.254533,0.267186,0.349146,0.338709,0.330901,0.335088,0.346594,0.345245 ),.Dim=c(3107,15)), StateNum=c( 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,7,7,7,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,19,19,19,19,19,19,19,19,19,19,19,19,19,19,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,27,27,27,27,27,27,27,27,27,27,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,37,37,37,37,37,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,43,43,43,43,43,43,43,43,43,43,43,43,43,43,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48 ), #********************** Define Adjacencies ************************************************************* num = c( 5,6,8,6,6,5,6,5,5,7,7,7,6,5,8,5,4,4,6,8,6,6,6,6,7,6,7,6,5,6,7,5,5,5,6,6,6,5,8,7,6,6,6,6,6,8,7,7,5,6,7,5,5,7,6,7,7,6,6,7,6,7,7,7,6,6,5,9,5,6,6,7,6,7,6,8,5,6,4,2,5,4,7,6,6,7,5,5,5,7,9,6,5,5,7,6,5,6,6,9,5,6,6,6,7,5,6,5,6,5,6,6,6,7,5,7,6,5,6,6,5,5,6,6,6,7,5,7,9,6,8,6,6,6,6,7,6,5,7,7,5,6,6,5,5,6,7,6,4,6,6,8,6,4,7,6,7,6,6,5,6,5,5,7,4,5,8,5,4,4,8,8,5,6,5,4,5,4,4,6,6,6,9,5,4,4,4,8,6,5,8,5,8,3,4,6,4,4,3,6,4,6,5,8,6,6,7,6,6,5,4,6,3,6,6,7,5,7,7,7,5,6,4,6,5,5,6,6,5,4,3,3,5,5,6,4,7,7,7,4,8,8,7,6,5,10,7,7,5,6,6,8,9,8,7,4,6,6,7,4,5,5,7,5,6,6,8,4,5,7,9,6,5,5,5,5,7,8,7,7,6,6,4,5,7,5,5,8,7,6,7,9,5,5,5,4,5,6,4,5,5,8,6,4,4,3,3,3,7,6,8,4,6,5,8,3,7,5,4,4,9,6,5,7,4,6,5,7,7,5,7,5,3,2,4,4,9,6,7,5,5,2,10,7,4,3,3,3,4,6,5,4,4,7,4,6,4,6,5,5,6,5,6,6,7,5,7,5,6,6,7,5,7,8,6,6,4,5,8,3,5,4,5,4,7,5,6,5,6,5,8,6,5,5,7,7,6,5,7,6,5,6,6,6,4,7,5,6,8,10,5,7,4,6,5,5,10,5,4,4,8,5,6,8,7,9,7,4,6,5,4,6,8,5,7,6,7,8,4,6,7,5,5,8,5,6,5,4,7,5,6,4,7,7,7,7,4,7,7,4,6,6,5,6,7,7,6,4,5,5,4,6,5,6,4,6,6,6,5,4,6,6,8,4,7,8,7,5,8,7,6,6,6,6,7,5,6,6,6,6,6,7,8,6,8,6,6,7,5,6,5,6,7,6,7,7,5,6,5,5,5,7,9,5,7,7,3,6,4,5,6,8,5,7,6,8,6,8,7,5,9,6,5,4,5,7,3,5,4,4,7,6,7,4,5,7,4,6,6,5,6,6,4,6,5,7,6,6,6,6,4,7,6,6,6,8,6,5,8,4,6,4,7,4,5,7,6,6,7,6,6,5,6,7,6,6,6,5,6,6,6,5,6,6,5,7,6,6,6,9,4,5,6,7,5,7,8,7,6,9,6,6,6,5,4,7,5,7,7,5,7,6,5,6,9,6,6,3,7,7,7,7,7,8,7,3,8,5,6,6,7,8,6,5,6,7,7,7,6,6,6,6,5,9,6,7,4,5,5,5,6,7,6,7,6,5,6,6,6,6,8,7,5,4,5,8,7,7,9,8,6,6,6,5,7,6,5,7,8,7,7,6,5,8,6,6,6,5,6,6,7,6,5,5,6,7,7,5,7,4,5,5,6,6,5,6,6,6,6,5,7,6,6,5,6,5,7,6,6,6,7,5,5,4,6,6,6,5,7,8,6,6,6,5,7,7,6,7,6,7,7,6,6,7,8,8,6,7,7,6,8,8,7,7,8,8,7,8,7,7,7,6,5,6,6,6,8,7,8,6,6,6,7,6,7,7,6,6,6,6,6,7,5,7,6,7,6,6,9,6,7,7,7,7,7,6,6,6,6,6,6,7,7,5,8,7,7,7,5,8,7,8,7,7,7,4,6,7,6,7,7,7,7,7,6,6,7,7,6,7,8,6,8,7,7,7,7,6,6,5,8,5,5,6,5,6,6,6,7,5,7,7,6,7,6,7,6,6,6,6,8,6,7,5,8,6,6,5,6,7,6,5,5,7,6,6,5,7,7,7,6,6,6,4,6,6,7,6,6,7,7,6,6,7,5,7,6,5,6,7,8,6,6,7,6,6,6,6,6,7,7,6,5,6,6,5,6,6,6,6,5,6,5,6,6,6,7,6,7,6,5,7,6,8,6,6,6,5,6,6,7,5,6,6,7,7,7,5,6,6,6,6,4,6,6,5,4,5,6,6,7,7,6,7,5,6,6,6,5,4,5,6,6,5,6,5,5,6,7,7,6,5,5,5,9,6,7,7,7,6,6,5,7,8,5,5,5,6,4,6,7,7,6,4,5,7,5,7,6,5,7,6,6,7,6,6,6,6,6,5,6,6,6,6,6,7,7,7,6,7,5,6,5,6,7,8,6,7,5,6,7,6,7,6,5,5,5,5,6,5,6,6,5,6,6,6,6,6,5,5,6,8,8,5,8,6,8,5,7,5,6,6,7,6,6,6,6,6,5,4,6,7,5,6,7,5,6,6,5,5,5,7,8,4,6,3,7,7,5,7,6,5,3,5,4,8,6,7,4,8,7,8,3,6,5,6,6,5,5,4,6,6,5,4,4,4,4,6,3,4,6,6,3,4,6,6,3,5,8,8,7,6,5,5,5,8,7,7,6,5,6,7,6,7,5,6,6,5,8,4,4,2,3,8,7,3,4,6,6,4,5,1,6,4,4,10,5,5,8,4,6,5,3,6,6,6,7,6,7,6,7,6,3,7,6,8,6,5,6,3,6,7,5,7,7,7,5,5,5,6,5,9,7,7,7,7,7,5,7,6,7,6,6,4,7,4,7,8,6,6,5,6,7,4,7,7,6,8,6,6,7,6,7,8,7,5,5,7,6,3,7,4,6,6,6,6,6,4,7,8,6,7,9,4,6,7,6,4,5,8,5,7,6,6,4,6,4,7,5,6,6,6,6,7,6,7,6,5,6,5,7,5,6,3,4,6,5,3,6,6,5,5,4,8,6,5,7,6,8,6,5,6,6,6,7,5,7,7,8,6,4,2,6,9,7,6,4,6,6,7,6,9,5,6,6,6,6,5,5,6,7,5,5,7,6,7,5,6,7,9,5,6,6,5,6,5,5,5,5,6,7,6,5,6,5,5,5,7,5,5,7,6,6,6,6,4,7,6,5,6,6,7,5,7,6,6,6,6,7,6,7,6,7,7,5,6,8,6,6,6,8,6,5,5,6,4,6,6,4,7,7,7,6,7,5,5,7,8,7,5,7,6,7,7,6,7,5,8,7,6,6,7,6,5,6,6,5,7,6,6,6,5,7,6,6,6,6,5,7,6,6,5,6,5,6,6,6,6,6,6,6,7,8,7,7,6,6,6,7,6,5,6,5,6,7,7,6,6,5,6,6,6,7,6,5,6,6,5,7,5,5,6,6,7,7,5,6,7,6,7,6,7,7,6,6,5,8,7,6,6,6,6,6,6,5,6,6,5,5,7,7,5,6,7,6,5,6,5,6,5,7,5,5,7,8,7,5,5,7,6,5,4,3,7,7,4,4,6,6,5,8,6,3,4,6,8,8,9,8,7,3,6,4,3,7,5,3,7,4,4,6,5,8,4,9,5,6,5,5,6,7,6,6,6,6,7,8,7,4,4,5,5,5,3,3,5,5,6,7,6,6,5,6,6,6,5,6,5,8,6,8,6,6,5,11,7,6,5,6,9,4,5,6,5,6,7,5,6,7,6,7,7,8,7,5,4,5,6,5,6,6,6,5,8,5,6,6,5,6,6,8,5,8,8,8,5,6,6,6,6,6,5,6,6,7,6,7,7,6,8,6,5,6,5,7,5,6,5,6,7,5,6,6,6,5,7,5,5,7,7,6,7,6,5,6,9,4,4,7,6,8,7,5,9,4,3,13,7,5,4,6,5,4,9,7,6,5,5,6,6,7,7,4,4,5,5,7,6,5,6,5,6,7,3,6,4,5,6,6,6,5,6,6,7,6,5,5,4,6,5,5,5,4,9,7,3,4,4,6,8,10,8,7,7,8,6,7,7,6,5,7,8,4,6,6,5,6,6,7,4,6,5,4,6,7,8,7,5,7,4,4,6,6,7,7,4,4,5,6,6,5,6,5,5,3,5,4,6,8,3,6,7,5,6,7,6,5,5,8,4,6,5,6,8,6,5,6,6,6,4,7,4,6,5,4,6,4,4,6,5,7,6,6,5,4,6,7,5,6,6,5,7,5,8,7,5,5,6,6,6,6,5,3,7,5,6,5,5,7,7,4,7,5,7,4,6,7,7,8,6,5,5,6,9,6,7,5,3,6,6,6,7,6,6,7,5,7,9,7,2,7,4,5,4,4,7,5,5,7,4,6,8,8,7,6,8,7,5,7,6,8,6,6,7,6,4,7,7,7,5,6,8,6,5,5,8,6,6,5,4,4,5,6,7,4,6,3,6,5,8,4,5,6,5,6,4,6,6,5,6,6,8,8,5,7,6,7,4,4,7,5,6,4,8,3,6,6,5,7,7,6,7,5,5,6,5,7,7,6,5,7,5,7,6,7,6,7,5,6,5,7,6,7,6,6,6,8,6,6,4,5,6,6,5,6,6,6,6,8,7,7,5,7,6,6,6,7,6,7,7,3,7,7,5,5,6,7,6,6,5,6,6,5,6,7,5,5,6,6,4,4,6,6,5,6,5,7,5,7,5,6,6,6,8,6,6,6,7,7,6,6,7,5,6,7,5,6,6,6,8,8,6,7,7,8,7,6,6,6,4,5,6,6,7,6,6,7,6,7,7,6,6,5,4,6,6,6,6,6,6,7,6,6,7,4,8,6,7,6,6,8,6,7,5,5,4,6,6,5,7,6,6,7,5,5,5,7,8,7,6,6,6,4,7,6,8,6,7,6,6,4,6,5,6,4,6,5,7,2,5,4,7,6,5,8,7,5,4,6,5,7,5,6,4,6,8,6,6,6,6,3,6,7,4,9,8,6,6,5,5,5,6,6,6,6,5,7,8,7,6,5,5,6,6,5,8,6,6,6,5,8,5,6,4,7,5,8,5,5,7,5,6,7,5,7,5,4,6,7,9,6,6,5,8,6,3,5,9,5,6,5,7,8,4,6,5,6,5,6,6,8,9,7,7,5,7,4,6,4,6,4,6,7,6,7,5,5,3,6,5,4,5,4,7,6,7,5,6,4,6,6,8,5,8,6,7,6,4,7,7,7,4,6,6,5,8,7,10,9,4,6,5,6,6,7,5,7,6,6,5,4,7,8,5,5,6,5,9,6,6,5,8,5,5,7,7,7,4,5,5,6,6,5,7,5,6,5,6,4,8,7,7,6,5,7,6,5,6,10,6,6,5,6,6,5,8,6,7,6,6,7,7,8,6,7,5,6,6,6,7,6,6,6,6,5,7,5,6,6,6,5,7,6,5,5,7,7,6,7,5,8,6,6,6,6,7,6,6,7,6,6,7,6,5,5,10,5,8,8,7,6,5,6,6,5,5,5,5,7,8,5,5,5,5,7,5,6,4,7,7,6,6,6,5,6,7,4,5,6,5,6,6,6,7,5,8,7,7,7,6,6,6,6,7,7,7,6,4,6,5,5,7,5,6,6,5,7,7,5,6,8,4,7,7,8,6,6,6,5,8,5,7,7,7,7,7,6,5,6,4,6,7,7,5,7,6,5,6,2,5,8,5,6,4,7,5,6,7,5,6,6,7,5,5,5,6,5,5,7,5,9,8,5,5,6,6,7,6,6,5,8,5,7,7,7,6,7,7,3,7,5,6,8,7,7,6,5,6,5,6,6,3,7,6,6,5,7,7,7,4,6,6,7,6,6,6,6,6,7,6,6,7,5,6,8,5,6,8,5,5,7,6,5,8,5,4,7,6,7,6,5,5,6,7,7,7,6,6,4,7,6,7,8,5,4,6,5,7,6,6,6,6,7,7,7,5,7,5,5,8,7,6,6,5,6,5,7,6,4,5,6,7,6,6,5,7,6,6,8,7,7,5,5,7,7,4,5,6,6,7,5,6,5,7,6,6,3,4,7,7,4,8,6,6,8,7,4,6,7,5,5,5,6,7,7,6,6,7,7,7,4,4,5,6,7,6,6,6,6,4,7,7,4,8,6,5,4,7,6,8,5,6,6,6,6,6,7,7,6,7,6,7,3,6,5,5,6,7,5,6,3,6,6,7,6,6,5,5,6,6,6,8,5,5,6,6,5,4,8,6,14,6,6,8,8,7,7,4,4,6,6,7,7,6,7,4,4,3,5,5,4,4,5,5,7,7,9,7,6,6,6,4,9,6,8,6,5,7,6,6,7,7,7,6,6,11,6,6,6,6,4,8,7,9,7,6,5,6,9,7,5,7,9,5,6,7,7,7,6,4,6,9,7,5,4,5,6,8,6,5,5,5,7,8,6,6,6,8,6,5,6,6,6,8,5,7,7,7,7,5,5,8,9,8,7,7,5,6,9,7,8,7,5,6,6,7,6,8,5,8,3,2,1,1,6,2,1,2,1,1,2,2,2,2,7,1,2,1,3,2,2,1,7,5,1,4,3,5,2,2,2,2,1,7,5,1,2,1,4,4,7,6,2,4,6,5,4,3,6,4,8,5,5,6,6,6,6,8,8,7,5,7,4,4,7,5,6,7,5,7,4,4,5,4,3,10,8,6,5,5,6,4,6,6,5,6,5,5,8,8,6,5,7,7,7,5,9,6,7,4,5,4,6,5,7,5,8,6,5,5,6,5,7,4,6,7,5,6,7,7,5,6,5,4,6,5,7,7,8,5,7,6,6,8,8,5,7,5,6,6,6,6,7,5,7,7,8,8,7,7,4,6,7,7,6,6,6,4,7,5,7,5,5,6,5,7,5,6,8,6,4,3,6,4,7,5,5,6,6,6,6,6,8,6,5,6,6,5,6,7,8,7,6,5,8,6,7,6,6,7,6,6,6,6,6,6,6,8,8,6,8,6,3,6,7,8,5,7,8,5,5,4,8,8,4,6,7 ), adj = c( 11,24,26,43,51, 13,27,49,50,65,306, 6,23,34,55,57,387,475,485, 11,33,37,53,59,63, 22,28,37,48,58,64, 3,44,51,55,57, 18,20,21,43,50,66, 10,15,28,58,61, 41,56,62,429,498, 8,15,25,28,384,414,472, 1,4,19,24,26,53,59, 13,46,60,65,1378,1404,1443, 2,12,46,50,65,66, 15,19,56,61,62, 8,10,14,56,61,379,428,472, 20,21,23,31,55, 30,39,40,1437, 7,20,27,50, 11,14,26,59,61,62, 7,16,18,21,27,31,336,356, 7,16,20,43,51,55, 5,40,48,52,64,67, 3,16,31,34,35,55, 1,11,43,46,53,66, 10,28,36,48,384,398,503, 1,11,19,44,51,62, 2,18,20,50,306,336,347, 5,8,10,25,48,58, 38,47,54,63,64, 17,40,47,67,1395,1437, 16,20,23,35,319,321,356, 33,46,54,60,63, 4,32,46,53,63, 3,23,35,387,406, 23,31,34,321,406,482, 25,45,48,398,2419,2451, 4,5,58,59,63,64, 29,47,54,1410,1414, 17,40,42,1437,2421,2429,2443,2484, 17,22,30,39,42,52,67, 9,44,57,62,429,463, 39,40,45,52,2421,2445, 1,7,21,24,51,66, 6,26,41,51,57,62, 36,42,48,52,2419,2445, 12,13,24,32,33,53,60,66, 29,30,38,64,67,1395,1414, 5,22,25,28,36,45,52, 2,65,1386,1387,1396, 2,7,13,18,27,66, 1,6,21,26,43,44,55, 22,40,42,45,48, 4,11,24,33,46, 29,32,38,60,63,1410,1418, 3,6,16,21,23,51, 9,14,15,62,379,431,498, 3,6,41,44,383,463,485, 5,8,28,37,59,61, 4,11,19,37,58,61, 12,32,46,54,1401,1404,1418, 8,14,15,19,58,59, 9,14,19,26,41,44,56, 4,29,32,33,37,54,64, 5,22,29,37,47,63,67, 2,12,13,49,1387,1443, 7,13,24,43,46,50, 22,30,40,47,64, 72,73,77,258,1762,1764,1778,1785,2761, 72,73,78,80,1773, 71,76,77,81,2755,2761, 70,72,75,77,79,81, 68,69,71,73,77,78,79, 68,69,72,1762,1770,1773, 75,76,81,82,170,190,193, 71,74,78,79,81,82, 70,74,81,193,1714,1721,2755,2769, 68,70,71,72,2761, 69,72,75,79,80,82, 71,72,75,78, 69,78, 70,71,74,75,76, 74,75,78,170, 103,117,122,125,130,136,141, 88,91,104,152,1112,1134, 107,115,127,147,151,1525, 90,126,154,1453,1508,2097,2117, 90,127,133,147,1554, 84,89,95,104,152, 88,95,102,134,152, 86,87,126,133,1453,1552,1554, 84,103,104,1096,1112,1140,1372,1394,1442, 102,112,131,132,134,137, 110,143,1460,1483,1539, 105,114,151,153,155, 88,89,102,104,109,117,122, 119,132,134,152,1092,1138, 105,135,140,153,157, 110,116,120,129,138,1483, 106,126,148,154,2097,2164, 101,121,129,138,144,1383,1438,2472,2477, 100,116,138,144,156, 89,92,95,109,112,134, 83,91,104,122,136,1372, 84,88,91,95,103,122, 94,97,125,135,142,153,155, 99,118,124,126,148, 85,115,150,1494,1523,1525, 112,131,135,145,157, 95,102,112,117,142,145, 93,98,120,143,1483, 113,119,123,128,132,137, 92,102,108,109,131,145, 111,123,131,137,139,149, 94,115,116,120,150,151,155, 85,107,114,150,151, 98,101,114,120,138,155,156, 83,95,109,122,125,142, 106,124,126,133,140, 96,111,128,132,1086,1138, 98,110,114,116,143,150, 100,130,136,144,1438, 83,95,103,104,117, 111,113,128,149,2141,2507, 106,118,140,146,148,157, 83,105,117,141,142,155, 86,90,99,106,118,133,154, 85,87,147,1525,1554, 111,119,123,1086,1087,2507,2522, 98,100,138,1483,1526,2416,2442,2472,2477, 83,121,136,141,144,156, 92,108,112,113,137,139,146,157, 92,96,111,119,134,137, 87,90,118,126,140,147, 89,92,96,102,132,152, 97,105,108,142,145,157, 83,103,121,130,1372,1380,1438, 92,111,113,131,132,139, 98,100,101,116,129, 113,131,137,146,149,2136,2141, 97,118,124,133,147,153,157, 83,125,130,155,156, 105,109,117,125,135,145, 93,110,120,150,1523,1539, 100,101,121,130,156, 108,109,112,135,142, 124,131,139,148,157,2136, 85,87,127,133,140,151,153, 99,106,124,146,2136,2164, 113,123,139,2141, 107,114,115,120,143,1523, 85,94,114,115,147,153, 84,88,89,96,134,1092,1112,1134, 94,97,105,140,147,151, 86,99,126,2097, 94,105,114,116,125,141,156, 101,116,130,141,144,155, 97,108,124,131,135,140,146, 164,195,196,198,200,207, 160,162,166,183,212,1715, 159,162,166,191,196, 163,168,189,208,209,215, 159,160,196,207,212, 161,168,174,208,214, 158,178,191,195,196,205,206, 169,204,2181,2190, 159,160,188,191,1715, 171,173,177,181,183,184,192,211, 161,163,174,180,209, 165,180,204,210, 74,82,190,194, 167,172,183,193,211,1714,1717,1724, 171,173,176,193,197,199,211,213, 167,172,184,197,211, 163,168,180,185,206,214, 182,189,202,203,1727, 172,187,193,213, 167,179,181,183,212, 164,195,205,206, 177,181,207,212, 168,169,174,206,209,210, 167,177,179,192,200,207, 175,202,204,1727,2191,2192, 159,167,171,177,212,1715,1717,1722,1723, 167,173,192,197,201, 174,205,206,214, 188,203,215,1727, 176,190,193,194, 166,186,191,208,215,1715,1727,1729, 161,175,202,203,209,215, 74,170,187,193,194, 160,164,166,188,196,205,208,214, 167,181,184,200,201, 74,76,171,172,176,187,190,1714, 170,187,190, 158,164,178,198, 158,160,162,164,191,207, 172,173,184,199, 158,195,200,201, 172,197,213, 158,181,192,198,201,207, 184,192,198,200, 175,182,189,204,209,210, 175,186,189,215,1727, 165,169,182,202,210,2188,2190,2191, 164,178,185,191,206,214, 164,174,178,180,185,205, 158,162,179,181,196,200,212, 161,163,188,191,214,215, 161,168,180,189,202,210, 169,180,202,204,209, 167,171,172,173, 159,162,177,179,183,207, 172,176,199, 163,174,185,191,205,208, 161,186,188,189,203,208, 218,223,232,246,260,277,278, 227,228,244,269,271, 216,232,234,236,246,253,277, 227,243,250,256,269,1782,1785, 221,252,266,918,947,1792,2109, 220,247,252,261,266, 223,240,241,246,251,278, 216,222,246,278, 238,242,249,263,265,271, 247,248,253,889,953, 240,241,246,263,275, 217,219,228,269,1782,1790, 217,227,244,252,1765,1790, 237,247,253,261,267, 238,244,267,271, 242,255,259, 216,218,246, 250,258,272,273,2761, 218,236,237,246,276, 239,241,249,265,270,275, 218,234,237,253, 229,234,236,238,253,267,276, 224,230,237,263,267,271,276, 235,255,265,268,270,2752,2766, 222,226,241,246, 222,226,235,240,245,251,270,275, 224,231,243,255,259,262,265,271, 219,242,250,256,262,271,272, 217,228,230,252,267,271, 241,251,270,3085,3088, 216,218,222,223,226,232,234,240,263,276, 221,225,229,253,261,266,889, 225,253,277,279,865,944,953, 224,235,263,265,275, 219,233,243,258,272,1785, 222,241,245,278,3085,3095, 220,221,228,244,261,267,1765,1792, 218,225,229,236,237,247,248,267,277, 260,264,274,277,278,279,1636,1672, 231,239,242,259,265,2752,2761, 219,243,269,271, 268,270,2747,2766,3088,3103, 68,233,250,272,1785,2761, 231,242,255,262,273,2752,2761, 216,254,277,278, 221,229,247,252,267, 242,243,259,272,273, 224,226,238,246,249,275,276, 254,274,279,1634,1687, 224,235,239,242,249,255, 220,221,247,889,891,947, 229,230,237,238,244,252,253,261, 239,257,270,2766, 217,219,227,256,271, 235,239,241,245,257,268,3088, 217,224,230,238,242,243,244,256,269, 233,243,250,258,262,273, 233,259,262,272,2761, 254,264,1636,1644,1687, 226,235,241,249,263, 234,237,238,246,263, 216,218,248,253,254,260,279, 216,222,223,251,254,260,1672,3095, 248,254,264,277,865,1634,1648, 282,284,1807,1823,1833,1845,1853, 282,283,284,285,286,1189, 280,281,284,1184,1189,1807, 281,284,285,1845, 280,281,282,283,1845, 281,283,286,287,1845,2278,2281, 281,285,287,1189,1196, 285,286,1196,2278,2280, 289,290,1163,1172,1175,1744,1745,1756, 288,1165,1172,1747,1756,2224,2232, 288,1163,1167,1180,1181,1744, 294,302,310,327,331,344,353, 294,300,302,305,335,353,381,389,505, 297,312,321,356,357, 291,292,300,344,353, 320,338,339,349,354, 301,315,333,340, 293,309,312,321,328, 303,311,315,317,325,348, 316,327,331,350, 292,294,305,344,345, 296,315,325,333,334, 291,292,310,313,351,353,389,407, 298,311,314,317,330,348, 310,323,327,352, 292,300,335,345, 2,27,347, 344,345,354, 312,328,355, 297,321,326,328,400,422,482, 291,302,304,323,327,351, 298,303,315,317,325,332,337,340, 293,297,308,328, 302,329,351,371,407,449, 303,317,318,330,343, 296,298,301,311,325,332,337,340, 299,341,350, 298,303,311,314,337,339,343, 314,330,341,342,343, 31,321,356,357, 295,337,339,346, 31,35,293,297,309,319,328,357,482, 326,329,352,355,371,493, 304,310,329,351,352, 331,338,339,343,349,350,354, 298,301,311,315, 309,322,328,355,422,493, 291,299,304,310,331, 297,308,309,312,321,326,355, 313,322,323,351,352,371,449, 303,314,318,343,348, 291,299,324,327,344,350,354, 311,315,337,340,346, 296,301,334, 301,333, 292,305,377,381, 20,27,347,356, 311,315,317,320,332,339,340,343,346, 295,324,339,343,349,354, 295,317,320,324,337,338,343, 296,311,315,332,337, 316,318,342,343,350, 318,341, 314,317,318,324,330,337,338,339,341,350, 291,294,300,307,331,345,354, 300,305,307,344, 320,332,337, 27,306,336, 298,303,330, 295,324,338,354, 299,316,324,331,341,343, 302,310,313,323,329, 304,322,323,329, 291,292,294,302, 295,307,324,331,338,344,349, 308,322,326,328, 20,31,293,319,336,357, 293,319,321,356, 360,437,470,489,495,508, 367,389,391,443,505, 358,391,437,470,505, 376,400,404,406,457,458, 427,441,474,507,515, 416,425,426,435,454,484, 386,424,426,435,465,504, 385,390,414,421,467,469,472, 391,434,491,499,513, 359,391,394,434,443,449,494, 396,433,441,459,500, 402,433,444,473,500,515, 377,381,420,470,505,508, 313,322,329,392,394,449,493, 373,382,408,411,446, 372,378,408,410,411,439,481, 410,438,439,478,481,2283,2284,2287, 432,436,442,459,464,483, 361,387,404,406,477,492, 335,370,381,420, 373,410,411,489,495, 15,56,395,405,417,428,431,467, 503,512,2426, 292,335,370,377,505, 372,408,446,2308, 57,455,463,485,487, 10,25,414,503, 365,390,399,415,417,421,469, 364,435,454,465,466, 3,34,376,406,475,477, 401,413,417,432,483, 292,302,359,407,443,505, 365,385,405,417,467, 359,360,366,367,434,437,491,505, 371,394,458,493,494,516, 447,451,478,2300,2314, 367,371,392,449,494, 379,413,417,431,456,483,498, 368,433,453,459,468,490,502, 403,445,486,499,513,516, 25,36,503,2426,2451, 385,412,415,418,426,450,469, 309,361,422,457,458,482, 388,417,424,432,479, 369,444,473,491,510,513, 397,433,453,473,486,513, 361,376,445,458,492,516, 379,390,417,467, 34,35,361,376,387,457,482, 302,313,389,443,449, 372,373,382,481,2306,2308, 430,447,454,466,514,2282,2285,2314, 373,374,378,438,439,440,444,489,495,497, 372,373,378,446,489, 399,418,450,462,501,1875,2463, 388,395,417,483, 10,365,384,421,472,503, 385,399,417,424,426, 363,430,454,484,2318, 379,385,388,390,395,401,405,413,415,424, 399,412,421,462,469, 427,438,506,507, 370,377,452,508, 365,385,414,418,462,469,503,512, 309,326,400,458,493, 427,461,465,466,474,488, 364,401,415,417,426,435,479,504, 363,426,476,484,496,511,2318, 363,364,399,415,424,425,435,450,511, 362,419,423,474,488,506,507, 15,379,467,472, 9,41,456,463,487,498, 409,416,454,2285,2318, 56,379,395,498, 375,388,401,464,479,483, 368,369,396,403,453,468,473,500, 366,367,391,494,499, 363,364,386,424,426,454,465, 375,441,459,461,464,474, 358,360,391,460,491,495,510, 374,410,419,440,451,478,506,507, 373,374,410,481, 410,438,444,497,507,515, 362,368,436,459,474,500,515, 375,459,471,483,502, 359,367,389,407,449, 369,402,410,440,497,500,510,515, 397,404,486,492,516, 372,382,411,448,452,489, 393,409,451,514,2314, 446,452,489,508, 313,329,367,371,394,407,443, 399,412,426,501,511, 393,438,447,478,506,514, 420,446,448,508, 396,403,433,468,480,486,490, 363,386,409,416,430,435,466, 383,480,485,486,487,490,509, 395,429,471,483,487,498,502, 361,400,406,482, 361,392,400,404,422,493,516, 368,375,396,436,441,442,502, 437,495,497,510, 423,436,464,465,474,504, 412,418,421,512,2399,2463, 41,57,383,429,487, 375,432,436,461,479,504, 364,386,423,435,461,466,504, 386,409,423,454,465,488,514, 365,379,390,405,428,472, 396,433,453,490, 365,385,399,418,421, 358,360,370,505,508, 442,456,483,502, 10,15,365,414,428,467, 369,402,403,433,513, 362,423,427,436,441,461, 3,387,477,485, 425,496,1877,1905,1912,2318, 376,387,475,485,492,509, 374,393,438,451,2283,2300, 401,424,432,464,504, 453,455,486,490, 373,374,408,439,2284,2306, 35,309,321,400,406,457, 375,388,395,413,432,442,456,471, 363,416,425,2318, 3,57,383,455,475,477,509, 397,403,445,453,455,480,492,509, 383,429,455,456,463,490,502, 423,427,466,506,514, 358,378,410,411,446,448,495,508, 396,453,455,468,480,487,502, 366,391,402,437,510,513, 376,404,445,477,486,509, 322,326,371,392,422,458, 367,392,394,434,499,516, 358,378,410,437,460,489,497, 425,476,501,511,1877, 410,440,444,460,495,510, 9,56,395,429,431,456, 366,397,434,494,513,516, 368,369,433,441,444,515, 412,450,496,511,1875,1877, 396,442,456,459,471,487,490, 25,380,384,398,414,421,512,2426, 364,424,461,464,465,479, 292,359,360,370,381,389,391,470, 419,427,438,451,488,514, 362,419,427,438,440,515, 358,370,420,448,452,470,489, 455,477,485,486,492, 402,437,444,460,491,497, 425,426,450,496,501, 380,421,462,503,2399,2426, 366,397,402,403,473,491,499, 409,447,451,466,488,506, 362,369,440,441,444,500,507, 392,397,404,445,458,494,499, 524,530,536,539,553, 539,541,559,560,2174,2205, 522,531,537,552,555, 531,537,2745,2759,3096, 544,545,556,2950,2956, 519,523,526,528,531,542,555, 522,528,529,532,535,536,548,550,555, 517,535,536,539,559, 527,544,556,1590,1608,2944,2950, 522,531,542,549,557,3096,3104, 525,1590,2944, 522,523,533,535,542,546, 523,536,540,548, 517,539,553,554,2196, 519,520,522,526,537,3096, 523,543,550,552,555,558,1716,2744, 528,538,542,546,1564, 541,545,547,551,556,1594,1595, 523,524,528,536,546,559, 517,523,524,529,535,540,553,558, 519,520,531,552,2745,2759, 533,542,549,557,1564,1579,1592,3104, 517,518,524,530,554,559,560, 529,536,543,548,558, 518,534,546,547,551,559,1595,1604,2205, 522,526,528,533,538,549, 532,540,548,550,558, 521,525,556,2950, 521,534,551,556,2956, 528,533,535,541,559,1564,1604, 534,541,551, 523,529,540,543,550, 526,538,542,557, 523,532,543,548, 534,541,545,547,2205,2920,2956, 519,532,537,555,2744,2745, 517,530,536,558,1716,1719,2196, 530,539,560,2196, 519,522,523,532,552, 521,525,534,544,545,1594,1608, 526,538,549,3104, 532,536,540,543,553,1716, 518,524,535,539,541,546, 518,539,554,2174,2196, 565,594,635,645,1504,1512, 637,651,962,1464,1515,1548, 574,586,620,628, 579,616,631,661,3066,3077, 561,569,629,635,645, 597,610,612,622,638,648,658, 591,602,635,1505,1530,1540, 603,631,649,658,777,803, 565,623,625,629,644,645, 581,583,587,617,634,652, 618,628,644,647, 575,577,578,583,600,739,746, 585,586,600,621,640,656, 563,586,620,621,642,655, 572,578,581,583,630,647, 582,605,609,616,659,707,726,1207, 572,600,611,640,704,739, 572,575,585,600,647, 564,605,607,610,612,616,631,661, 614,617,618,634, 570,575,583,630,634,652, 576,605,607,659, 570,572,575,581,652,745,746, 640,653,656,657, 573,578,586,600,647, 563,573,574,585,621,628,647, 570,598,606,613,617,652, 593,599,601,633,643,660, 608,615,623,632,645,650,654, 593,595,643,657,727,1071, 567,602,619,629,635,646, 606,607,610,613,659, 588,590,601,643,656,657, 561,596,615,645,810,1471,1504, 590,636,643,986,1028,1071, 594,615,626,654,783,810, 566,608,626,641,648,658, 587,606,652,666,718, 588,633,639,651,660,1527, 572,573,577,578,585,640, 588,593,621,633,655,656, 567,591,619,620,1540, 568,649,785,803,3034,3045, 624,636,637,643,651,660, 576,579,582,607,616, 587,592,598,613,659,707,718, 579,582,592,605,610,659, 589,597,626,632,648,654, 576,616,1199,1207,1276,3042, 566,579,592,607,612,613,622,638,662, 577,640,653,704, 566,579,610,631,658, 587,592,606,610,617,662, 580,617,618,623,625,644,650, 589,594,596,645,654, 564,576,579,605,609,3042,3077, 570,580,587,613,614,634,650,662, 571,580,614,630,634,644,647, 591,602,620,628,629,644, 563,574,602,619,628,642,1540,1544,1563, 573,574,586,601,655,656, 566,610,632,638,648,662, 569,589,614,625,645,650, 604,636,637,1028,1031, 569,614,623,644, 596,597,608,641,654,783,812, 639,642,1498,1542,1544, 563,571,586,619,620,644,647, 565,569,591,619,635,644,646, 575,581,618,634,647, 564,568,579,612,649,658,661, 589,608,622,648,650,662, 588,599,601,639,655, 570,580,581,617,618,630, 561,565,567,591,629,646,1512,1530,1535, 595,604,624,643,660,1028, 562,604,624,651,962,1031, 566,610,622, 599,627,633,642,655,1527,1542, 573,577,584,600,611,653,656, 597,626,658,777,812,824,836, 574,620,627,639,655,1544,1563, 588,590,593,595,604,636,660, 569,571,614,618,619,625,628,629, 561,565,569,589,594,615,623, 591,629,635, 571,575,578,585,586,618,628,630, 566,597,608,622,632, 568,603,631,661,3035,3045, 589,614,617,623,632,662, 562,599,604,637,660,1464,1527, 570,581,583,587,598,666,745,748, 584,611,640,657,688,704, 589,596,608,615,626, 574,601,621,633,639,642, 573,584,593,601,621,640,657, 584,590,593,653,656,688,727, 566,568,597,612,631,641,777, 576,582,592,606,607,707, 588,599,604,636,643,651, 564,579,631,649,3035,3066, 610,613,617,622,632,650, 664,700,752,2062,2089, 663,679,697,719,752,754,2028,2071,2089, 669,678,698,702,703,735, 598,652,699,718,741,748,753, 680,689,700,752, 674,691,694,711,716, 665,698,703,715,717, 671,674,696,741,753, 670,687,696,714,728,753, 684,701,734,750,1014,1051,1070, 690,722,723,729,739,746, 668,670,691,696,716,741,742, 681,693,721,724,750,1040, 681,690,704,713,725, 686,720,731,966,2017,2039, 665,686,702,731,732,735, 664,706,719,738,2028,2094, 667,689,695,700,710,730, 675,676,713,721,724,725,736,749, 705,706,712,719,733,1210,1271, 686,695,732,743,751, 672,693,750,1014, 716,723,741,745,748, 677,678,683,731,732,743,2017,2039, 671,705,712,714,728,737,747, 653,657,704,725,727,744,749, 667,680,696,697,710,714,742,747,752, 673,676,704,709,713,715,722,739, 668,674,692,710,711,742, 691,695,710,711,732,735, 675,684,750,1005,1014,1040, 668,711,716,717,729, 680,683,692,710,730,732,751, 670,671,674,689,714,742, 664,689,747,752,754, 665,669,702,709,715,734,750, 666,707,708,718,726,728,737,753, 663,667,680,730,752,2027,2062, 672,702,731,734,740,979,1070, 665,678,698,701,731,734, 665,669,711,717,735, 577,611,653,676,688,690,725,739, 682,687,712,719,747,754, 679,682,719,738,1208,1271, 576,606,659,699,718,726, 699,726,733,737,1207, 690,698,713,715,721,750, 680,689,691,692,695,742, 668,691,692,694,703,717,735, 682,687,705,728,733,737, 676,681,690,709,721, 671,687,689,696,747, 669,690,698,709,717,722, 668,674,685,694,723,729,741, 669,694,703,711,715,722,729, 598,606,666,699,707, 664,679,682,705,706,738,754, 677,731,740,966, 675,681,709,713,750, 673,690,715,717,729, 673,685,716,729,745,746, 675,681,736,972,1004,1040, 676,681,688,704,749, 576,699,707,708,737,1207, 590,657,688,744,1009,1071, 671,687,699,712,737,753, 673,694,716,717,722,723, 680,695,700,751,2027, 677,678,686,701,702,720,740, 678,683,686,692,695,735, 682,708,712,737,1207,1210, 672,698,701,702,750, 665,678,692,703,711,732, 681,724,749,988,1004, 687,699,708,712,726,728,733, 679,706,719,1208,1226,2094, 572,577,673,690,704,746, 701,720,731,966,979,997, 666,670,674,685,716,748,753, 674,689,691,696,710, 683,686,751,2017,2076, 688,727,749,1009, 583,652,685,723,746,748, 572,583,673,723,739,745, 687,689,697,705,714,754, 652,666,685,741,745, 681,688,725,736,744,988,1009, 672,675,684,693,698,709,721,734, 683,695,730,743,2027,2076, 663,664,667,689,697,700, 666,670,671,699,728,741, 664,697,705,719,747, 756,759,769,779,793,815,842, 755,769,823,827,834,841,842, 776,787,850,1307,3024,3075, 780,813,822,844,847,1534,1546, 755,768,769,778,793,837, 761,764,802,806,811,833,840, 760,763,764,766,787,792,840, 779,791,794,831,839,848, 761,764,766,773,787,788, 760,761,763,776,782,787,811, 767,772,775,801,825,828,830,835, 761,763,771,773,788,789,792,796, 765,768,791,830,835,848, 759,767,778,791,793,835,837, 755,756,759,793,823,832,837, 777,806,807,811,824,836, 766,788,789,795,820,849,852,853, 765,775,801,825,829,835,838,851, 763,766,787,788,799,820,850, 781,813,815,834,842,845,847, 765,772,784,786,825,826,828,830, 757,764,782,785,787,850,3024,3034, 568,641,658,770,803,807,836, 759,768,797,801,821,835,837,851, 755,762,791,793,815,831,845, 758,805,822,843,844,1546,1547, 774,813,834,842,847,1489,1513, 764,776,785,787,807,811, 596,626,798,810,812, 775,786,825,826,828,1311, 603,776,782,803,807,3034, 775,784,809,828,1311,1325, 757,761,763,764,773,776,782,850, 763,766,771,773,789,799,820, 766,771,788,792,794,795,796,853, 819,823,827,1451,1632,1685, 762,767,768,779,793,848, 761,766,789,796,818,840, 755,759,768,769,779,791,815, 762,789,796,839,848,853, 771,789,800,809,849,852,853, 766,789,792,794,818,839,853, 778,821,832,837,1630,1708, 783,805,810,812,843,846, 773,788,820,850,1302,1329, 795,809,828,830,848,853, 765,772,778,821,835,851, 760,806,808,811,833,840,846, 568,603,777,785,807, 816,817,818,831,833,839,840, 780,798,808,843,844,846, 760,770,802,811,812,824,846, 770,777,782,785,803,811, 802,805,816,833,844,846, 786,795,800,828,830,849,853,1301,1325, 594,596,783,798,843,1471, 760,764,770,782,802,806,807, 626,641,783,798,806,824,846, 758,774,781,817,822,845,847, 825,826,838,1332,1346,2368,2376, 755,774,779,793,831,842,845, 804,808,817,822,833,844, 804,813,816,822,831,845, 792,796,804,833,839,840, 790,823,827,832,1632,1696, 771,773,788,799,852,1329, 778,797,801,851,1630,1706, 758,780,813,816,817,844,847, 756,769,790,819,827,832,841, 641,770,806,812,836, 765,772,775,784,814,826,829,838, 775,784,814,825,838,1311,1332, 756,790,819,823,841,1451,1522, 765,775,784,786,800,809,830, 772,825,838,851,2390, 765,767,775,800,809,828,835,848, 762,779,804,815,817,839,845, 769,797,819,823,837,1647,1696,1708, 760,802,804,808,816,818,840, 756,774,781,841,842,1489,1561, 765,767,768,772,778,801,830, 641,770,777,824, 759,768,769,778,797,832, 772,814,825,826,829,2368,2390, 762,794,796,804,818,831, 760,761,792,802,804,818,833, 756,823,827,834,842,1522,1561, 755,756,774,781,815,834,841, 780,798,805,810,844,1471,1547, 758,780,805,808,816,822,843, 774,779,813,815,817,831, 798,802,805,806,808,812, 758,774,781,813,822,1513,1534, 762,767,791,794,800,830,853, 771,795,809,852,1301,1303, 757,773,776,787,799,1302,1307, 772,778,801,821,829,1641,1706,2390, 771,795,820,849,1303,1329, 771,789,794,795,796,800,809,848, 855,859,869,907,920,956,957, 854,859,869,883,907,914,957, 860,875,896,897,905,1459,1531, 870,892,901,902,929,2098,2172, 880,926,933,936,937,946, 854,855,872,907,920,1556, 856,875,896,919,1693, 862,871,878,890,893,911,940,949, 861,890,909,911,917, 871,878,916,2153,2170, 872,903,1497,1521,2114,2154, 248,279,930,944,1648, 870,882,902,913,2100,2126, 868,874,884,925,934,954, 867,898,915,925,932,954, 854,855,883,890,909,923,957, 857,866,902,2126,2172, 861,863,878,940,949,2132,2153, 859,864,903,920,1454,1497,1556, 922,930,943,950,1652,1692, 867,884,910,911,917,925,938, 856,860,1450,1459,1492,1693, 883,897,899,905,914,923,942, 882,895,902,926,929,946, 861,863,871,890,916,956, 921,924,935,936,937,951, 858,906,910,933,937,938, 887,888,894,895,900,904,921,939, 866,877,888,895,902,913, 855,869,876,899,907,914,923, 867,874,917,934,952, 886,904,908,921,939,943,950,951, 885,922,927,935,943,951, 881,891,894,900,947,948, 881,882,894,895,913, 225,247,266,891,953,955, 861,862,869,878,909,956,957, 266,887,889,900,947,955, 857,901,949,2098,2123, 861,910,911,931,940, 881,887,888,900,913,941,948, 877,881,882,888,921,926, 856,860,897,919,928,942, 856,876,896,905,942, 868,915,924,932,945,1684,1710, 876,883,905,914,958,1467,1496, 881,887,891,894,939,947,955, 857,892,929,931,940,949, 857,866,870,877,882,929, 864,872,916,920,2114,2149, 881,885,921,939, 856,876,897,899,958,1531, 880,915,924,925,937,938, 854,855,859,883,914,1455,1556, 885,939,944,950,953,955, 862,869,890,917,923,952, 874,880,893,911,931,933,938, 861,862,874,893,910,917,938, 919,928,934,954,1653,1686, 866,882,888,894,941,2100, 855,876,883,899,907,1455,1467, 868,898,906,924,925, 863,878,903,920,956,2149,2170, 862,874,884,909,911,952, 220,947,948,2109,2166, 860,896,912,928,1686,1693, 854,859,872,903,916,956,957, 879,881,885,895,904,926,936,951, 873,886,927,943,1652,1661, 869,876,883,909,942,952, 879,898,906,915,935,937,945, 867,868,874,906,915,938, 858,877,895,921,936,946, 886,922,935,945,1650,1661, 896,912,919,934,942,952, 857,877,901,902,931,946, 865,873,944,950,1648,1663,1692, 893,901,910,929,933,940,946, 868,898,954,1667,1684,1704, 858,880,910,931,946, 867,884,912,928,952,954, 879,886,924,927,945,951, 858,879,921,926,937, 858,879,880,906,924,936, 874,880,906,910,911,925, 881,885,900,904,908,955, 861,871,893,901,931,949, 894,913,948,2100,2166, 876,896,897,923,928,952, 873,885,886,922,950, 248,865,908,930,950,953, 898,924,927,935,1650,1710, 858,877,926,929,931,933, 220,266,887,891,900,918,948, 887,894,918,941,947,2166, 861,871,892,901,940,2123,2132, 873,885,908,930,943,944, 879,885,886,921,935, 884,909,917,923,928,934,942, 225,248,889,908,944,955, 867,868,912,932,934,1653,1667,1704, 889,891,900,908,939,953, 854,878,890,916,920,957, 854,855,869,890,920,956, 899,905,1472,1496,1531, 981,987,1002,1043,1062,1067, 963,1044,1065,1072,2449,2476, 995,1042,1048,1064,1066,1073,1078, 562,637,978,1031,1515, 960,989,1008,1043,1044,1072, 967,993,1041,1045,1049,1061, 984,1006,1019,1024,1076,2406,2837, 677,720,740,997,999,1017,2039, 964,983,992,1007,1045,1049,1063, 980,1003,1022,2052,3007, 981,998,1027,1036,1042,1073, 1007,1039,1054,1059,2016,2021, 1018,1023,1035,1053,1055,1077, 724,1001,1004,1005,1040,1050, 1005,1014,1048,1066, 989,1001,1029,1047,1050,1072, 982,986,1012,1030,1069,1075, 1000,1037,1069,2433,2474, 1017,1054,2021,2039, 962,1000,1011,1031,1515, 701,740,997,1010,1052,1070, 968,990,1003,1022,1026,1061, 959,969,1027,1036,1058,1062,1067, 975,1012,1047,1068,1069,2456,2474, 967,991,992,1034,1045,1057, 965,1013,1019,1021,1024,1053,1055, 987,1062,1074,2407,2462, 595,975,1028,1030,1071,1075, 959,985,1043,1044,1062,2407, 736,749,1004,1009,1033,1050, 963,974,1001,1008,1072, 980,1022,1046,1061, 983,1013,1023,1034,1057, 967,983,1015,1034,1063,1078, 964,1026,1039,1049,1059,1061, 1016,1018,1035,1038,1056, 961,1010,1052,1063,1064,1078, 1011,1515,1520,2441,2459, 740,966,979,999,1052, 969,1015,1027,1034,1042,1060, 966,997,1007,1017,1052,1054,1063, 976,978,1011,1031,1037,2433,2485, 972,974,989,1005,1008,1050, 959,1008,1020,1043,1067, 968,980,1026,2052,2081, 724,736,972,988,1050, 693,972,973,1001,1008,1014,1020,1040,1048, 965,1024,1025,1055,2837,2878, 967,970,999,1049,1054,1059,1063, 963,989,1001,1002,1005,1020,1043, 727,744,749,988,1033,1071,1075, 979,995,1051,1052,1064,1070, 978,996,1000,1515,2459,2485, 975,982,1033,1047,1075, 984,991,1021,1023,1034,1053,1060, 672,684,693,973,1005,1051,1064,1066, 992,998,1034,1042,1078, 994,1022,1035,1038,1046, 966,977,999,1054,2039, 971,994,1025,1035,1055,1056, 965,984,1021,1076, 1002,1005,1008,1036,1048,1067, 984,1013,1019,1032,1058,1060,1076, 968,980,990,1016,1038,1046,3007, 971,991,1013,1053,1057,1077, 965,984,1006,1055, 1006,1018,1055,1056,2878, 980,993,1003,1039,1061,2009,2081, 969,981,998,1058,1060, 595,624,636,986,1030,1031,1037, 974,1047,1065,1068,1072,2467, 975,986,1028,1037,1069, 624,637,962,978,1000,1028,1037, 1021,1058,1074,1076,2400,2469, 988,1009,1012,1047,1050,1075, 983,991,992,998,1013,1015,1060, 971,994,1016,1018,1046,1077, 969,981,1020,1048,1067,1073, 976,1000,1028,1030,1031,1069, 994,1016,1022,1056,2987,3007, 970,993,1026,1059,2009,2016, 675,693,724,972,1005, 964,1045,1046,1057,1061,1077, 961,969,998,1015,1073,1078, 959,963,987,1002,1008,1044, 960,963,987,1043,2407,2449, 964,967,983,1041,1049,1057, 990,1016,1022,1035,1041,1061,1077, 974,982,1012,1029,1033,1050,1068, 961,973,1005,1020,1036,1066,1073, 964,967,993,1007,1045,1059, 972,974,988,1001,1004,1033,1047, 672,1010,1014,1064,1070, 979,995,997,999,1010,1063, 971,984,1013,1023,1055, 970,977,999,1007,1017,2021, 971,984,1006,1018,1024,1025,1053, 994,1018,1025,1038,2799,2811,2878,2987, 983,991,1023,1041,1045,1077, 981,1021,1027,1032,1060,1062,1074, 970,993,1007,1039,1049, 998,1013,1021,1027,1034,1058, 964,980,990,993,1026,1041,1046, 959,981,985,987,1058,1074, 967,992,995,999,1007,1052,1078, 961,995,1010,1014,1051,1066, 960,1029,1072,2467,2476, 961,973,1014,1048,1064, 959,981,1002,1020,1036, 982,1029,1047,2456,2467, 975,976,982,1030,1037,2474, 672,701,979,1010,1051, 590,595,727,986,1009,1075, 960,963,974,989,1029,1065, 961,969,1036,1042,1048, 985,1032,1058,1062,2462,2469, 975,986,1009,1012,1033,1071, 965,1019,1021,1032,2400,2406, 971,1023,1035,1041,1046,1057, 961,992,995,1015,1042,1063, 1098,1105,1106,1127,1135, 1084,1098,1105,1118,1136, 1082,1095,1102,1110,1125,1126, 1081,1101,1102,1107,1125,1128,1129,1133, 1091,1093,1098,1108,1117,1118,1127,1141, 1080,1088,1105,1136,2664, 1086,1092,1103,1109,1113,1119,1138,1142, 119,128,1085,1087,1119,1138, 128,1086,1094,1119,2522,2590,2646,2671, 1084,1090,1105,2664,2669, 1091,1099,1103,1108,1115,1120,1142, 1088,1105,1135,2611,2669, 1083,1089,1093,1099,1108,1132, 96,152,1085,1109,1134,1138, 1083,1091,1117,1132,1141,1367,1445, 1087,1113,1119,1121,2671,2698, 1081,1097,1102,1110,1124,1139, 91,1111,1120,1140,1394,1441, 1095,1124,1139,1141,1369,1445, 1079,1080,1083,1105,1118,1127, 1089,1091,1111,1120,1132, 1108,1113,1118,1142, 1082,1102,1106,1128,1129,1135, 1081,1082,1095,1101,1117,1128,1139, 1085,1089,1109,1115,1142, 1107,1114,1116,1123,1126,1130, 1079,1080,1084,1088,1090,1098,1135, 1079,1101,1127,1128,1135, 1082,1104,1123,1125,1126,1133, 1083,1089,1091,1100,1118,1142, 1085,1092,1103,1115,1134, 1081,1095,1124,1126,1131, 1096,1099,1120,1132,1441, 84,91,152,1115,1120,1134,1140, 1085,1094,1100,1118,1119,1121,1136,1142, 1104,1116,1122,1130, 1089,1103,1109,1112,1120,1134, 1104,1114,1122, 1083,1093,1102,1127,1128,1139,1141, 1080,1083,1098,1100,1108,1113,1136, 1085,1086,1087,1094,1113, 1089,1096,1099,1111,1112,1115,1140, 1094,1113,1136,2664,2690,2698, 1114,1116,1130,1389,1390, 1104,1107,1126, 1095,1097,1110,1131,1369, 1081,1082,1107,1126, 1081,1104,1107,1110,1123,1125,1130,1131, 1079,1083,1098,1106,1117,1128, 1082,1101,1102,1106,1117,1127,1129, 1082,1101,1128,1133, 1104,1114,1122,1126,1131,1137,1389,1421, 1110,1124,1126,1130,1137,1369,1423, 1091,1093,1099,1111,1367,1377,1398,1441, 1082,1107,1129, 84,152,1092,1109,1112,1115, 1079,1090,1101,1105,1106, 1080,1084,1113,1118,1121,2664, 1130,1131,1412,1421,1423,1440, 96,119,1085,1086,1092, 1095,1097,1102,1117,1141, 91,1096,1112,1120, 1083,1093,1097,1117,1139,1445, 1085,1089,1100,1103,1108,1113, 1145,1146,1148,1151,1154, 1152,1153,1155,1157, 1143,1151,1154,1158, 1143,1148,1151,1155, 1149,1152,1156,1157, 1143,1146,1150,1154,1155,1156, 1147,1150,1156, 1148,1149,1154,1156, 1143,1145,1146,1158,1731,1733, 1144,1147,1153,1155,1156,1157, 1144,1152,1155, 1143,1145,1148,1150, 1144,1146,1148,1152,1153,1156, 1147,1148,1149,1150,1152,1155, 1144,1147,1152, 1145,1151,1731,1737,1738, 1169,1179,2214,2238,2265,2971,2986,2990, 1161,1162,1171,1172,1174,1175,1178,1182, 1160,1164,1170,1171,1172,1182,2276, 1160,1166,1167,1174,1176,1178, 288,290,1167,1175,1178, 1161,1168,1171,2210,2276, 289,1170,1172,2224,2245, 1162,1174,1176,2814,2834,2858,2871,2877, 290,1162,1163,1176,1177,1178,1180, 1164,1171,1173,1179,2210,2237,2838, 1159,2235,2265,2969,2986,2996, 1161,1165,1172,2245,2276, 1160,1161,1164,1168,1173,1174, 288,289,1160,1161,1165,1170,1175, 1168,1171,1174,2792,2814,2838, 1160,1162,1166,1171,1173,2814,2881, 288,1160,1163,1172,1178, 1162,1166,1167,1177,2849,2877, 1167,1176,1180,1181,2786,2849, 1160,1162,1163,1167,1175, 1159,1168,2237,2238,2838,2959,2976,2990, 290,1167,1177,1181, 290,1177,1180,2786, 1160,1161, 1185,1186,1194, 282,1188,1189,1190,1804,1807,1835,2773, 1183,1186,1193,1194,2277,2279,2280, 1183,1185,1192, 1191,1195,1735,1737, 1184,1190,1196,1732,2773,2784, 281,282,286,1184,1190,1196, 1184,1188,1189,1196, 1187,1193,1195,1196,1735, 1186, 1185,1191,1194,1195,1196,2280, 1183,1185,1193,1195, 1187,1191,1193,1194, 286,287,1188,1189,1190,1191,1193,1732,1735,2280, 1200,1231,1256,1261,1264, 1217,1238,1244,1248,1273, 609,1204,1235,1237,1266,1276,3042,3064, 1197,1256,1264,1267, 1211,1216,1224,1236,1241,1265, 1205,1222,1228,1231,1261, 1227,1232,1248, 1199,1209,1219,1230,1235,1237, 1202,1222,1228,1252,1269,1275, 1224,1241,1247,1279,3027,3043, 576,609,708,726,733,1210,1276, 706,738,1209,1226,1235,1271, 1204,1208,1219,1226,1234,1235,1271, 682,733,1207,1235,1271,1276, 1201,1212,1220,1241,1245,1265,1273, 1211,1220,1245,1256,1265,1267, 1244,1245,1267, 1222,1233,1250,1252,1253,1263,1268, 1219,1225,1229,1230,1255,1274, 1201,1236,1253,1256,1261,1264,1265,1268, 1198,1241,1248,1251,1273,3027, 1232,1248,1251,3031,3050, 1204,1209,1215,1229,1230,1234, 1211,1212,1245, 1240,1243,1259,1269,1274,1275, 1202,1205,1214,1233,1252,1261,1268, 1232,1262,3014,3038,3076, 1201,1206,1236,1241,1247,1253,1279, 1215,1230,1233,1252,1255,1269,1274, 738,1208,1209,1234,1242,2034,2094, 1203,1232,1238,1248,1262, 1202,1205,1231,1272,1275, 1215,1219,1234,1243,1274, 1204,1215,1219,1225,1237,1255, 1197,1202,1228,1261,1264, 1203,1218,1223,1227,1248,1262,3031,3033,3076, 1214,1222,1225,1250,1252,1255,1263, 1209,1219,1226,1229,1242,1243,1277, 1199,1204,1208,1209,1210,1271,1276, 1201,1216,1224,1253,1265,1268,1279, 1199,1204,1230,1255,1257,1258,1266, 1198,1227,1248,1262,1295, 1247,1249,1250,1258,1260,1263,1279, 1221,1246,1259,1270,1272,1275, 1201,1206,1211,1217,1224,1273,3027, 1226,1234,1254,1277,2034,2056, 1221,1229,1234,1259,1274,1277, 1198,1213,1245,1273, 1211,1212,1213,1220,1244,1267,1273, 1240,1259,1270,1278, 1206,1224,1239,1249,1279,3043,3048, 1198,1203,1217,1218,1227,1232,1238,1251, 1239,1247,1258,1260,3048,3072, 1214,1233,1239,1255,1258,1263, 1217,1218,1248,3027,3050, 1205,1214,1222,1225,1233,1269, 1214,1216,1224,1236,1263,1268,1279, 1242,1277,1278,2056, 1215,1225,1230,1233,1237,1250,1258, 1197,1200,1212,1216,1264,1265,1267, 1237,1258,1260,1266,3053,3058, 1237,1239,1249,1250,1255,1257,1260,1263, 1221,1240,1243,1246,1277,1278, 1239,1249,1257,1258,3058,3072, 1197,1202,1216,1222,1231,1264,1268, 1223,1227,1232,1238,1295,3014, 1214,1233,1239,1250,1253,1258,1279, 1197,1200,1216,1231,1256,1261,1265,1268, 1201,1211,1212,1216,1236,1256,1264, 1199,1237,1257,3053,3064, 1200,1212,1213,1245,1256, 1214,1216,1222,1236,1253,1261,1264, 1205,1221,1225,1252,1274,1275, 1240,1246,1272, 682,706,1208,1209,1210,1235,1276, 1228,1240,1270,1275, 1198,1211,1217,1241,1244,1245, 1215,1221,1225,1229,1243,1269, 1205,1221,1228,1240,1269,1272, 609,1199,1207,1210,1235,1271, 1234,1242,1243,1254,1259,1278, 1246,1254,1259,1277, 1206,1224,1236,1239,1247,1253,1263, 1288,1290,1297,1310,1312,1327,1337,1348, 1292,1306,1309,1341,1350,1361, 1293,1294,1308,1323,1333,1335,1359, 1290,1294,1308,1310,1315,1318,1324,1336,1347, 1327,1328,1350,1352, 1316,1354,1355,1357,2352,2381, 1287,1301,1319,1325,1331,1360,1362, 1286,1296,1331,1343,1344,1362, 1280,1337,1348,3028, 1306,1322,1349,1351,1365, 1280,1283,1297,1308,1310,1328,1356,1359, 1313,1316,1344,1355,1366, 1281,1309,1312,1337,1361,3019,3061, 1282,1333,1335,1363,1964,1994, 1282,1283,1308,1323,1336,1339, 1238,1262,1317,3014, 1287,1311,1330,1332,1343,1362, 1280,1290,1327,1328, 1304,1306,1341,1345,1349,1361,3060, 1304,1329,1334,1345,1353, 1305,1335,1340,1352,1354,1356, 809,849,1286,1303,1325,1360, 799,850,1307,1329,1334,1364, 849,852,1301,1329,1353,1360, 1298,1299,1334,1345,1358,3059,3060, 1300,1335,1340,1354,1357,1363, 1281,1289,1298,1341,1349,1350,1365, 757,850,1302,1364,3044,3075, 1282,1283,1290,1294,1359, 1281,1292,1312,1327,1337,1350, 1280,1283,1290,1315,1348, 784,786,826,1296,1325,1332,1362, 1280,1292,1309,1327,1337, 1291,1326,1340,1344,1352,1355, 1324,1347,1989, 1283,1310,1318,1348, 1285,1291,1355,1366,2346,2352, 1295,1348,3014,3016,3028, 1283,1315,1347, 1286,1331,1345,1349,1351,1360, 1321,1338,1366,2332,2346,2377, 1320,1330,1338,1343,1366, 1289,1326,1344,1351,1365, 1282,1294,1333,1339, 1283,1314,1336,1339,1347,1973,1989,2005, 786,809,1286,1301,1311,1362, 1313,1322,1344,1352,1365, 1280,1284,1297,1309,1312,1328,1350, 1284,1290,1297,1327,1352,1356, 799,820,852,1299,1302,1303,1334,1353, 1296,1321,1332,1338,1343,1346, 1286,1287,1319,1344,1351, 814,826,1296,1311,1330,1346, 1282,1293,1323,1339,1964,2004, 1299,1302,1304,1329,1358,1364, 1282,1293,1300,1305,1356,1359,1363, 1283,1294,1324,1339,1342, 1280,1288,1292,1309,1312,3019,3028, 1320,1321,1330,1346,2332,2376,2377, 1294,1323,1324,1333,1336,1342,1973,2004, 1300,1305,1313,1352,1354,1355, 1281,1298,1306,1361, 1336,1339, 1287,1296,1321,1330,1344,1366, 1287,1291,1313,1322,1326,1331,1343,1351,1366, 1298,1299,1304,1319,1349,1353,1360, 814,1330,1332,1338,2376,2377, 1283,1314,1318,1324, 1280,1288,1310,1315,1317,3028, 1289,1298,1306,1319,1345,1351, 1281,1284,1306,1309,1327,1352,1365, 1289,1319,1322,1331,1344,1349, 1284,1300,1313,1326,1328,1340,1350,1356,1365, 1299,1303,1329,1345,1360, 1285,1300,1305,1340,1355,1357, 1285,1291,1313,1316,1340,1354, 1290,1300,1328,1335,1352,1359, 1285,1305,1354,1363,1994,2381, 1304,1334,1364,3018,3059, 1282,1290,1308,1335,1356, 1286,1301,1303,1319,1345,1353, 1281,1292,1298,1341,3060,3061,3068, 1286,1287,1296,1311,1325, 1293,1305,1335,1357,1994, 1302,1307,1334,1358,3018,3044,3074, 1289,1306,1322,1326,1350,1352, 1291,1316,1320,1321,1343,1344,2346, 1093,1132,1385,1398,1445, 1425,1436,1437,2428,2429,2448, 1097,1124,1131,1385,1409,1423,1445, 1374,1376,1392,1406,1411,1415,1416,1446,1448, 1413,1436,1439,2417,2428, 91,103,136,1380,1433,1442, 1375,1388,1402,1424,1444,1447, 1370,1388,1392,1408,1415, 1373,1379,1407,1414,1424,1444, 1370,1415,1419,1444,1446, 1132,1381,1391,1398,1441, 12,1397,1404,1417,1443, 1375,1410,1414,1419,1444, 136,1372,1426,1433,1434,1438, 1377,1391,1398,1405,1409,1427,1430, 1384,1399,1400,1403,1430,1431, 100,1413,1435,1438,2472, 1382,1400,1403,1421,1422,1432, 1367,1369,1398,1409,1445, 49,1387,1396,1422,1432, 49,65,1386,1422,1443, 1373,1374,1408,1415,1434,1444,1447, 1122,1130,1390,1421,1432, 1122,1389,1396,1421,1432, 1377,1381,1411,1427,1430,1441,1448, 1370,1374,1393,1408,1411,1448, 1392,1408,1429,1433,1442,1448, 91,1096,1429,1441,1442,1448, 30,47,1407,1414,1425,1437, 49,1386,1390,1432, 1378,1400,1404,1417,1428,1431,1443, 1132,1367,1377,1381,1385,1409, 1382,1403,1405,1412,1430, 1382,1384,1397,1422,1431,1443, 60,1404,1416,1417,1418,1446, 1373,1413,1420,1424,1435,1439,1447, 1382,1384,1399,1412,1421, 12,60,1378,1397,1401,1416,1417, 1381,1399,1409,1412,1430,1440, 1370,1411,1416,1417,1428,1446, 1375,1395,1414,1424,1425,1439, 1374,1388,1392,1393,1433,1434, 1369,1381,1385,1398,1405,1423,1440, 38,54,1379,1414,1418,1419, 1370,1391,1392,1406,1427,1428,1448, 1137,1399,1403,1405,1421,1440, 1371,1383,1402,1435,1439,2417,2472, 38,47,1375,1379,1395,1407,1410, 1370,1374,1376,1388,1444, 1370,1401,1404,1406,1417,1446, 1378,1397,1401,1404,1406,1416,1428,1431, 54,60,1401,1410,1419,1446, 1376,1379,1410,1418,1444,1446, 1402,1426,1434,1435,1438,1447, 1130,1137,1384,1389,1390,1403,1412,1432, 1384,1386,1387,1400,1432,1443, 1131,1137,1369,1409,1440, 1373,1375,1402,1407,1439, 1368,1395,1407,1436,1437,1439, 1380,1420,1434,1438, 1381,1391,1411,1428,1430,1431, 1397,1406,1411,1417,1427,1431, 1393,1394,1442,1448, 1381,1382,1391,1399,1405,1427,1431, 1382,1397,1400,1417,1427,1428,1430, 1384,1386,1389,1390,1396,1421,1422, 1372,1380,1393,1408,1434,1442, 1380,1388,1408,1420,1426,1433,1447, 1383,1402,1413,1420,1438, 1368,1371,1425,1439,2428, 17,30,39,1368,1395,1425,2429, 100,121,136,1380,1383,1420,1426,1435, 1371,1402,1407,1413,1424,1425,1436, 1137,1405,1409,1412,1423, 1096,1111,1132,1377,1391,1394,1448, 91,1372,1393,1394,1429,1433, 12,65,1378,1387,1397,1400,1422, 1373,1375,1376,1379,1388,1415,1419, 1093,1097,1141,1367,1369,1385, 1370,1376,1401,1406,1416,1418,1419, 1373,1388,1402,1420,1434, 1370,1391,1392,1393,1394,1411,1429,1441, 1500,1506,1509,1534,1546,1547,1553, 875,1459,1480,1486,1492,1522, 790,827,1492,1522,1683,1685, 1458,1462,1517,1518,1530,1535,1536, 86,90,1503,1508,1521,1552, 872,1468,1477,1497,1556, 907,914,1467,1490,1541,1556, 1463,1490,1491,1519,1528,1541, 1464,1510,1527,1551,1559, 1452,1462,1474,1475,1493,1516,1536, 856,875,1450,1473,1480,1531, 93,1466,1483,1539,1551,1559, 1465,1473,1479,1480,1507,1537, 1452,1458,1474,1518,1524, 1456,1478,1491,1501,1514,1519,1533, 562,651,1457,1527,1548,1551, 1461,1469,1502,1507,1537,1545, 1460,1523,1538,1539,1549,1559, 899,914,1455,1490,1496,1499, 1454,1477,1532,1541,1556, 1465,1493,1506,1507,1509,1536,1545, 1482,1487,1503,1552,1554,1560, 594,810,843,1500,1504,1547, 958,1473,1496,1531,1537, 1459,1461,1472,1480,1531,1537, 1458,1462,1514,1516,1524, 1458,1493,1516,1519,1528,1545, 1481,1484,1485,1495,1529,1558, 1454,1468,1487,1497,1503,1532, 1463,1487,1491,1501,1532,1560, 1461,1480,1486,1488,1489,1507, 1450,1459,1461,1473,1479,1486, 1476,1495,1529,1538,1549,1555, 1470,1494,1525,1554,1555,1560,1562, 93,98,110,129,1460,1520,1526,1551, 1476,1485,1498,1540,1544,1557,1558, 1476,1484,1511,1518,1524,1529,1557, 1450,1479,1480,1489,1522,1561, 1470,1477,1478,1503,1532,1560, 1479,1489,1506,1507,1513,1553, 781,834,1479,1486,1488,1513,1561, 1455,1456,1467,1499,1528,1541, 1456,1463,1478,1532,1541, 875,1450,1451,1522,1683,1693, 1458,1469,1475,1536,1545, 107,1482,1523,1525,1549,1555, 1476,1481,1510,1538,1543,1558,1559, 899,958,1467,1472,1499,1502,1537, 864,872,1454,1477,1503,1521, 627,1484,1542,1543,1544,1558, 1467,1490,1496,1502,1528, 1449,1471,1504,1509,1547,1550, 1463,1478,1533,1555,1560,1562, 1465,1496,1499,1528,1537,1545, 1453,1470,1477,1487,1497,1521,1552, 561,594,1471,1500,1512,1550, 567,1518,1530,1540,1557, 1449,1469,1488,1507,1509,1553, 1461,1465,1469,1479,1488,1506, 86,1453,1521,2117,2154, 1449,1469,1500,1506,1517,1536,1550, 1457,1495,1527,1543,1559, 1485,1514,1524,1529,1533, 561,635,1504,1517,1535,1550, 781,847,1488,1489,1534,1553, 1463,1474,1511,1516,1519,1524,1533, 562,962,978,996,1011,1520,1548, 1458,1474,1475,1514,1519, 1452,1509,1512,1535,1536,1550, 1452,1462,1485,1505,1524,1530,1557, 1456,1463,1475,1514,1516,1528, 996,1483,1515,1526,1548,1551,2441, 864,1453,1497,1503,1508,2154, 827,841,1450,1451,1486,1492,1561, 107,143,150,1466,1494,1539,1549, 1462,1474,1485,1511,1514,1518, 85,107,127,1482,1494,1554, 129,1483,1520,2416,2441, 599,639,651,1457,1464,1510,1542,1543, 1456,1475,1490,1499,1502,1519,1545, 1476,1481,1485,1511,1533,1555, 567,635,1452,1505,1518,1535, 856,905,958,1459,1472,1473, 1468,1477,1478,1487,1491,1541, 1463,1501,1511,1514,1529,1555, 758,847,1449,1513,1546,1553, 635,1452,1512,1517,1530, 1452,1458,1469,1493,1509,1517, 1461,1465,1472,1473,1496,1502, 1466,1481,1495,1549,1559, 93,143,1460,1466,1523, 567,602,620,1484,1505,1544,1557, 1455,1456,1468,1490,1491,1532,1556, 627,639,1498,1527,1543, 1495,1498,1510,1527,1542,1558, 620,627,642,1484,1498,1540,1563, 1465,1469,1475,1493,1502,1528, 758,780,1449,1534,1547, 780,843,1449,1471,1500,1546, 562,1464,1515,1520,1551, 1466,1481,1494,1523,1538,1555, 1500,1504,1509,1512,1517, 1457,1460,1464,1483,1520,1548,1559, 90,1453,1470,1503,1554, 1449,1488,1506,1513,1534, 87,90,127,1470,1482,1525,1552, 1481,1482,1494,1501,1529,1533,1549,1562, 859,872,907,1454,1455,1468,1541, 1484,1485,1505,1518,1540, 1476,1484,1495,1498,1543, 1457,1460,1466,1495,1510,1538,1551, 1470,1478,1482,1487,1501,1562, 834,841,1486,1489,1522, 1482,1501,1555,1560, 620,642,1544, 533,538,546,1575,1592,1604,1610, 1568,1601,1607,1615,1619,3086,3101, 1571,1577,1584,1599, 1579,1585,1588,1593, 1565,1597,1611,1619,3086,3099, 1572,1576,1601,2336,2358,3090, 1571,1586,1588,1593,1613, 1566,1570,1577,1584,1586,1589,1600,1613, 1569,1576,1580,1601,1603,1607, 1606,1609,1616, 1591,1603,1605,1618, 1564,1583,1585,1602,1604,1610, 1569,1572,1603,1618,1961,1972,1999,2358, 1566,1571,1582,1586,1596,1598,1599,1617, 1581,1587,1588,1590,1595,1600,1602,1608,1613, 538,1567,1585,1592,1593,1597,3099,3104, 1572,1591,1598,1599,1603,1607,1616, 1578,1600,1614, 1577,1596,1611,1612,1617,1619, 1575,1595,1602,1604, 1566,1571,1589, 1567,1575,1579,1588,1592,1602,1610, 1570,1571,1577,1593,1617, 1578,1595,1608, 1567,1570,1578,1585,1593,1602,1613, 1571,1584,1600,1614, 525,527,1578,1608, 1574,1580,1603,1605,1606,1616, 538,1564,1579,1585,1610, 1567,1570,1579,1586,1588,1597,1612,1617, 534,556,1595,1608, 534,541,1578,1583,1587,1594,1602,1604,1608, 1577,1582,1598,1607,1619, 1568,1579,1593,1611,1612,3099, 1577,1580,1596,1599,1607, 1566,1577,1580,1598,1616, 1571,1578,1581,1589,1613,1614, 1565,1569,1572,1607,3087,3090,3101, 1575,1578,1583,1585,1588,1595, 1572,1574,1576,1580,1591,1618, 541,546,1564,1575,1583,1595, 1574,1591,1606,1618,1982,2008, 1573,1591,1605,1609,1616,1982,2008, 1565,1572,1580,1596,1598,1601,1615,1619, 525,556,1578,1587,1590,1594,1595, 1573,1606,1967,2008, 1564,1575,1585,1592, 1568,1582,1597,1612,1619, 1582,1593,1597,1611,1617, 1570,1571,1578,1588,1600, 1581,1589,1600, 1565,1607,1619, 1573,1580,1591,1599,1606, 1577,1582,1586,1593,1612, 1574,1576,1603,1605,1972,1982, 1565,1568,1582,1596,1607,1611,1615, 1629,1637,1659,1660,1669,1710, 1625,1664,1673,1679,1689,1711, 1654,1657,1665,1670,1678, 1636,1672,1681,1698,3092,3095, 1628,1635,1640,1676,1677,1705, 1621,1658,1679,1682,1690,1711, 1642,1681,1698,1700,1702, 1664,1671,1673,1694,2338,2353, 1624,1635,1671,1677,1694, 1620,1640,1643,1659,1666,1669,1688,1701, 797,821,1639,1646,1706,1708, 1638,1646,1674,1690,1691,1697,1699,1712, 790,819,1674,1685,1696,1697, 1645,1673,1689,1709,2340,2392, 264,279,1648,1662,1687, 1624,1628,1657,1665,1671,1700,1705,2330,2383,2387,2388, 254,274,1623,1644,1654,1672,1681, 1620,1649,1660,1684,1710,1712, 1631,1639,1646,1690,1703, 1630,1638,1646,1703,1706,1709, 1624,1629,1643,1655,1675,1676,1677,1701,1707, 851,1645,1706,2390, 1626,1700,1702,2350,2383, 1629,1640,1651,1656,1675,1688, 274,1636,1654,1670,1687, 1633,1641,1706,1709,2340,2390, 1630,1631,1638,1639,1647,1697,1708, 832,1646,1696,1697,1708, 279,865,930,1634,1662,1663, 1637,1667,1684,1695,1699,1704,1712, 927,945,1661,1669,1688,1710, 1643,1652,1656,1662,1663,1675,1692, 873,922,1651,1656,1661,1688,1692, 912,954,1667,1668,1674,1685,1686,1695, 1622,1636,1644,1657,1670,1681,1700, 1640,1664,1677,1707,1711, 1643,1651,1652,1688, 1622,1635,1654,1665,1700, 1625,1666,1682,1701,1707,1711, 1620,1629,1660,1666,1680, 1620,1637,1659,1680,1691,1712, 922,927,1650,1652,1669,1688, 1634,1648,1651,1663,1675,1687, 930,1648,1651,1662,1692, 1621,1627,1655,1671,1673,1677,1694,1711, 1622,1635,1657,1678,1705, 1629,1658,1659,1680,1682,1701, 932,954,1649,1653,1695,1704, 1653,1674,1683,1685,1686, 1620,1629,1650,1661,1688,1710, 1622,1644,1654,1675,1678,1687, 1627,1628,1635,1664,1694,2353,2387,2388, 254,278,1623,1636,3095, 1621,1627,1633,1664,1689,2331,2338,2392, 1631,1632,1653,1668,1685,1695,1697,1699, 1640,1643,1651,1662,1670,1676,1678,1687, 1624,1640,1675,1678,1705, 1624,1628,1640,1655,1664,1694, 1622,1665,1670,1675,1676,1705, 1621,1625,1689,1690,1703,1709, 1659,1660,1666,1682,1690,1691, 1623,1626,1636,1654,1698,1700, 1625,1658,1666,1680,1690, 1451,1492,1668,1685,1686,1693, 898,932,1637,1649,1704,1710, 790,1451,1632,1653,1668,1674,1683, 912,919,1653,1668,1683,1693, 264,274,1634,1644,1662,1670,1675, 1629,1643,1650,1652,1656,1661,1669, 1621,1633,1673,1679,1703,1709, 1625,1631,1638,1679,1680,1682,1691,1703, 1631,1660,1680,1690,1699,1712, 873,930,1651,1652,1663, 860,875,919,1492,1683,1686, 1627,1628,1664,1671,1677, 1649,1653,1667,1674,1699,1704,1712, 819,832,1632,1647,1697, 1631,1632,1646,1647,1674,1696, 1623,1626,1681,1702,3092, 1631,1649,1674,1691,1695,1712, 1626,1635,1642,1654,1657,1681,2383, 1629,1640,1658,1666,1707, 1626,1642,1698,2350,3092,3098, 1638,1639,1679,1689,1690,1709, 932,954,1649,1667,1684,1695, 1624,1635,1665,1676,1678, 821,851,1630,1639,1641,1645,1709, 1640,1655,1658,1701,1711, 797,832,1630,1646,1647, 1633,1639,1645,1679,1689,1703,1706, 898,945,1620,1637,1650,1669,1684, 1621,1625,1655,1658,1664,1707, 1631,1637,1649,1660,1691,1695,1699, 1720,1722,1723,1724,1725,1727, 76,171,193,1721,1724, 159,166,183,188,1722,1729, 532,553,558,1718,1719,1720,1728,2744,2765, 171,183,1723,1724, 1716,1720,1724,1728, 553,1716,1720,1725,1727,2186,2196, 1713,1716,1718,1719,1724,1725, 76,1714,1724,1728,2743,2753,2756,2769, 183,1713,1715,1723,1726,1727,1729, 183,1713,1717,1722,1724, 171,1713,1714,1717,1718,1720,1721,1723,1728, 1713,1719,1720,1727, 1722,1727,1729, 175,182,186,188,203,1713,1719,1722,1725,1726,1729,2186,2192, 1716,1718,1721,1724,2754,2756,2765, 188,1715,1722,1726,1727, 1731,1734,1736,1738, 1151,1158,1730,1733,1734,1738, 1188,1196,1735,1739,2784, 1151,1731,1734,2776, 1730,1731,1733,1736,1739,2774,2776,2780,2785, 1187,1191,1196,1732,1736,1737,1739, 1730,1734,1735,1737,1738,1739, 1158,1187,1735,1736,1738, 1158,1730,1731,1736,1737, 1732,1734,1735,1736,2784,2785, 1742,1743,1744,1745,1747,1754, 1746,1748,1755,1796,1824,1837,1853, 1740,1743,1750,1752,1754,2218,2260, 1740,1742,1747,2260, 288,290,1740,1745, 288,1740,1744,1747,1756, 1741,1748,1753,1755,1759, 289,1740,1743,1745,1756,2232,2260, 1741,1746,1759,1817,1824,1836, 1750,1753,1757,1760,2218, 1742,1749,1751,1752,1757,2218, 1750,1752,1757,1759,1836, 1742,1750,1751,1754,1834,1836, 1746,1749,1755,1757,1758,1759,1760, 1740,1742,1752, 1741,1746,1753,1758,1829,1837, 288,289,1745,1747, 1749,1750,1751,1753,1759, 1753,1755,1760,1829,2254,2261, 1746,1748,1751,1753,1757,1836, 1749,1753,1758,2218,2254,2257, 1764,1784,1787,1791,1793, 68,73,1764,1770,1788,1789, 1767,1769,1774,1775,1780,1783, 68,1761,1762,1778,1784,1789,1793, 228,252,1772,1779,1790,1792, 1781,1783,2497,2547,2673, 1763,1771,1775,1781,1783, 1777,1780,1788,2559, 1763,1774,1780,2543,2639,2683, 73,1762,1773,1777,1788, 1767,1775,1781,1786,1791, 1765,1779,1781,1786,1792, 69,73,1770,1777, 1763,1769,1783,2490,2528,2571,2639,2736,2739, 1763,1767,1771,1780,1788,1789,1791, 1782,1784,1787, 1768,1770,1773,1788, 68,1764,1784,1785, 1765,1772,1782,1786,1787,1790, 1763,1768,1769,1775,1788,2543,2559,2603, 1766,1767,1771,1772,1783,1786,1792,2547,2591,2668, 219,227,1776,1779,1784,1785,1787,1790, 1763,1766,1767,1774,1781,2497,2528, 1761,1764,1776,1778,1782,1785,1787, 68,219,250,258,1778,1782,1784,2761, 1771,1772,1779,1781,1787,1791, 1761,1776,1779,1782,1784,1786,1791, 1762,1768,1770,1775,1777,1780,1789, 1762,1764,1775,1788,1791,1793, 227,228,1765,1779,1782, 1761,1771,1775,1786,1787,1789,1793, 220,252,1765,1772,1781,2109,2544,2591, 1761,1764,1789,1791, 1804,1813,1835,1839,1840,1841, 1798,1819,1844,1854,2251,2262, 1741,1823,1824,1834,1853, 1802,1805,1806,1847,2267,2273, 1795,1800,1808,1854,2251,2271, 1805,1816,1827,1831,1843,1848,1852, 1798,1808,2234,2271, 1842,1844,1847,1848,2217,2268, 1797,1805,1806,1820,1832, 1809,1810,2775,2778, 1184,1794,1807,1813,1835,1849, 1797,1799,1802,1820,1827,1847,1848, 1797,1802,1813,1832,1841,1846,1849,2273, 280,282,1184,1804,1829,1833,1849, 1798,1800,1812,1825,1854, 1803,1810,1814,1850,1851,2772,2775, 1803,1809,1814,1838, 1814,1815,1822,1839, 1808,1819,1821,1825,1830,1854, 1794,1804,1806,1835,1841,1849, 1809,1810,1811,1815,1838,1839,1850, 1811,1814,1818,1822,1826,1832,1838, 1799,1818,1831,1838, 1748,1824,1834,1836, 1815,1816,1826,1831,1838, 1795,1812,1821,1828,1844,1854, 1802,1805,1826,1827,1831,1832, 1812,1819,1828,1830,1852, 1811,1815,1832,1839,1840,1841, 280,1796,1834,1845,1853, 1741,1748,1796,1817,1834, 1808,1812,1830, 1815,1818,1820,1831,1832, 1799,1805,1820,1831, 1819,1821,1843,1844,1852,1855, 1755,1758,1807,1833,1837,1846,1849,2261, 1812,1821,1825, 1799,1816,1818,1820,1826,1827, 1802,1806,1815,1820,1822,1826,1841, 280,1807,1829,1837,1853, 1752,1796,1817,1823,1824,1836, 1184,1794,1804,1813,1839,1851,2773, 1748,1751,1752,1759,1817,1834, 1741,1755,1829,1833,1853, 1810,1814,1815,1816,1818, 1794,1811,1814,1822,1835,1840,1850,1851, 1794,1822,1839,1841, 1794,1806,1813,1822,1832,1840, 1801,1843,1844,1848,1855, 1799,1828,1842,1848,1852,1855, 1795,1801,1819,1828,1842,1855,2262,2268, 280,283,284,285,1823,2281, 1806,1829,1849,2261,2273, 1797,1801,1805,1848,2217,2267, 1799,1801,1805,1842,1843,1847, 1804,1806,1807,1813,1829,1846, 1809,1814,1839,1851, 1809,1835,1839,1850,2772,2773,2782, 1799,1821,1828,1843, 280,1741,1796,1823,1833,1837, 1795,1798,1808,1812,1819, 1828,1842,1843,1844, 1872,1874,1896,1923,1931,1934, 1869,1873,1904,1952, 1860,1941,1952,2823, 1917,1932,1939,1945,2294,2316, 1858,1950,1952,2439,2823, 1867,1869,1911,1916,1950,2403,2439, 1880,1903,1914,1924,1929,1949, 1876,1897,1901,1914,1921,1949, 1879,1881,1926,1933,1937, 1879,1920,1926,2307, 1899,1900,1911,1913,1936,1955, 1861,1869,1873,1878,1910,1911,1936, 1904,1915,1935,1939,1945, 1857,1861,1867,1873,1950,1952, 1882,1892,1925,1944,2885,2914, 1880,1903,1907,1922,1924, 1856,1923,1928,1934,2826,2854,2888, 1857,1867,1869,1904,1910, 1856,1887,1898,1908,1918,1923,1931,1947, 412,501,1877,1893,1912,2455,2463, 1863,1892,1901,1927,1949, 476,496,501,1875,1912, 1867,1891,1910,1936,2292,2327, 1864,1865,1926,1933,2298,2307, 1862,1871,1907,1909,1924,1929, 1864,1898,1902,1918,1933,1937, 1870,1883,1944,2885,2915, 1882,1903,1944, 1885,1889,1896,1917,1931,1935,1939, 1884,1889,1904,1935,1954, 1907,1909,1922,1926,1937,1951, 1874,1894,1923,1928,1947, 1897,1914,1919,1929,1953, 1884,1885,1896,1934,1940,1941,1954, 1894,1897,1906,1919,1946,1947,1948, 1878,1910,1915,2327, 1870,1876,1901,1925,1927,2869,2914, 1875,1912,1942,2398,2455, 1887,1890,1928,1946,1947,2826,2843, 1909,1929,1951,1953, 1856,1884,1889,1931,1934,1940, 1863,1888,1890,1914,1919,1921,1948, 1874,1881,1906,1908,1918,1937,1947, 1866,1900,1905,1913,1942,1943,2408,2471, 1866,1899,1930,1936,1943,2304, 1863,1876,1892,1921,2869, 1881,1918,1932,1933,1938, 1862,1871,1883,1924,1944,1949, 1857,1868,1873,1885,1910,1915,1935,1952,1954, 476,1899,1912,1942,1943,2318, 1890,1898,1919,1937,1947,1951,1953, 1871,1880,1886,1909,1922, 1874,1898,1918, 1880,1886,1895,1907,1929,1951, 1867,1873,1878,1891,1904,1915, 1861,1866,1867,1916,1936,1955, 476,1875,1877,1893,1905,1942,2318, 1866,1899,1955,2408,2423,2479, 1862,1863,1888,1897,1929,1949, 1868,1891,1904,1910,1945,2310,2327, 1861,1911,1955,2403,2479, 1859,1884,1918,1931,1932,1935,1939, 1874,1881,1898,1902,1908,1917,1931,1932,1938, 1888,1890,1897,1906,1947,1948,1953, 1865,1926, 1863,1897,1901,1948,2798,2825,2869, 1871,1886,1907,1926, 1856,1872,1874,1887,1928, 1862,1871,1880,1903, 1870,1892,1927,1944, 1864,1865,1879,1886,1920,1922,1937, 1876,1892,1925,1944,1949, 1872,1887,1894,1923,2826, 1862,1880,1888,1895,1909,1914,1953, 1900,1936,2304,2323, 1856,1874,1884,1896,1917,1918, 1859,1902,1917,1918,1938,1939,2294,2316, 1864,1879,1881,1902,1938,2298,2307,2316, 1856,1872,1889,1896,1940,2829,2854, 1868,1884,1885,1904,1917,1939, 1866,1867,1878,1900,1911,1930,2292,2323, 1864,1881,1886,1898,1906,1926,1951, 1902,1918,1932,1933,2316, 1859,1868,1884,1917,1932,1935,1945, 1889,1896,1934,1941,2829,2853, 1858,1889,1940,1952,1954,2803,2823,2853, 1893,1899,1905,1912,2398,2471, 1899,1900,1905,2304,2318,2320, 1870,1882,1883,1903,1925,1927,1949, 1859,1868,1915,1939,2294,2310, 1890,1894,1948,2843, 1874,1887,1890,1894,1898,1906,1919, 1890,1897,1919,1921,1946,2798,2843, 1862,1863,1876,1903,1914,1927,1944, 1860,1861,1869,1952,2439, 1886,1895,1906,1909,1937,1953, 1857,1858,1860,1869,1904,1941,1950,1954, 1888,1895,1906,1919,1929,1951, 1885,1889,1904,1941,1952, 1866,1911,1913,1916,2479, 1961,1974,1976,1998,1999,2342,2358,2379, 1964,1975,1978,1992,2001,2002, 1969,1987,1990,1991,2003,2007, 1968,1972,1982,1999,2000, 1980,1990,1993,1995, 1576,1956,1999,2358, 1967,1986,1993,2006,2008, 1970,1977,1983,1985,1988,1997, 1293,1333,1957,1992,1994,2001,2004, 1989,1991,2003,2005, 1978,1981,1992,1996,2333,2371, 1609,1962,2008, 1959,1982,1983,1984,1986,2000, 1958,1971,1975,1987,2007, 1963,1977,1979,1981,1985,1998,2337,2342, 1969,1975,2002,2007, 1576,1618,1959,1982,1999, 1324,1339,1987,2001,2004,2005, 1956,1976,1985,1998,2000, 1957,1969,1971,1987,2001,2002, 1956,1974,1999,2000, 1963,1970,1979,1997,2002,2007, 1957,1966,1979,1981,1992,2002, 1970,1977,1978,1981,2002, 1960,1983,1990,1993,1997,2006, 1966,1970,1978,1979,2337,2371, 1605,1606,1618,1959,1968,1972,1986,2008, 1963,1968,1980,1984,1986,1988,1997,2006, 1968,1983,1985,1988,2000, 1963,1970,1974,1984,1988,1998,2000, 1962,1968,1982,1983,2006,2008, 1958,1969,1973,1975,1991,2001,2005, 1963,1983,1984,1985, 1314,1324,1965,2005, 1958,1960,1980,1995,1997,2003,2007, 1958,1965,1987,2003,2005, 1957,1964,1966,1978,1994,1996, 1960,1962,1980,2006, 1293,1357,1363,1964,1992,1996,2372,2381, 1960,1990,2003, 1966,1992,1994,2333,2372,2381, 1963,1977,1980,1983,1990,2007, 1956,1970,1974,1985,2342, 1576,1956,1959,1961,1972,1976,2000, 1959,1968,1974,1976,1984,1985,1999, 1957,1964,1973,1975,1987,2004, 1957,1971,1975,1977,1978,1979,2007, 1958,1965,1990,1991,1995, 1333,1339,1964,1973,2001, 1324,1965,1973,1987,1989,1991, 1962,1980,1983,1986,1993, 1958,1969,1971,1977,1990,1997,2002, 1605,1606,1609,1962,1967,1982,1986, 1026,1039,2016,2044,2074,2081, 2014,2040,2041,2077,2089, 2046,2047,2050,2055,2060,2078,2093, 2036,2051,2086,2229,2234, 2045,2061,2066,2072,2090,2092,3011, 2010,2041,2054,2062,2083,2089, 2038,2042,2049,2064,2069,2983,2992, 970,1039,2009,2021,2022,2044, 677,686,743,2039,2065,2076,2091, 2023,2042,2049,2084,2087, 2020,2054,2057,2063,2083,2088, 2019,2037,2057,2063,2065, 970,977,1054,2016,2022,2039,2091, 2016,2021,2032,2037,2044,2091, 2018,2049,2058,2084,2213,2246,2972, 2038,2046,2050,2053,2068,2087, 2047,2059,2067,2078,2082,2096, 2036,2051,2055,2060,2075,2085, 700,730,751,2062,2063,2065,2076,2083, 664,679,2043,2071,2077,2094, 2033,2050,2053,2059,2067,2088, 2047,2055,2070,2080, 2033,2045,2053,2072,2073, 2022,2037,2044,2057,2073,2079, 2029,2031,2053,2057,2073,2088, 1226,1242,2043,2056,2094, 2048,2052,2061,2090,2963,2984, 2012,2026,2051,2075,2085,2086, 2020,2022,2032,2057,2065,2091, 2015,2024,2042,2068,2069,2087, 677,686,966,977,1017,2017,2021,2091, 2010,2041,2043,2077,2082,2095,2096, 2010,2014,2040,2054,2059,2088,2096, 2015,2018,2038,2049,2087, 2028,2034,2040,2056,2077,2094,2095, 2009,2016,2022,2032,2074,2079, 2013,2031,2072,2073,2079,2090, 2011,2024,2050,2084,2087,2093, 2011,2025,2030,2055,2078,2080,2082, 2035,2052,2074,2079,2081,2090, 2015,2018,2023,2042,2962,2972,2992, 2011,2024,2029,2046,2053,2067,2078, 2012,2026,2036, 968,1003,2035,2048,2081,2963,3007, 2024,2029,2031,2033,2050,2068,2072, 2014,2019,2041,2083,2088, 2011,2026,2030,2047,2060, 1242,1254,2034,2043,2070,2095, 2019,2020,2032,2033,2037,2073,2088, 2023,2075,2084,2086,2246,2252, 2025,2029,2041,2067,2088,2096, 2011,2026,2055,2085,2093, 2013,2035,2090,2975,2984,3011, 663,700,2014,2027,2083,2089, 2019,2020,2027,2065,2083, 2015,2069,2092,2983,3005,3009, 2017,2020,2027,2037,2063,2076,2091, 2013,2068,2069,2072,2092, 2025,2029,2050,2059,2078, 2024,2038,2053,2066,2069,2072, 2015,2038,2064,2066,2068,2092, 2030,2056,2080,2095, 664,2028,2077,2089, 2013,2031,2045,2053,2066,2068, 2031,2032,2033,2045,2057,2079, 2009,2044,2048,2079,2081, 2026,2036,2058,2084,2085,2086, 743,751,2017,2027,2065, 2010,2028,2040,2043,2071,2089,2095, 2011,2025,2047,2050,2067, 2032,2044,2045,2048,2073,2074,2090, 2030,2047,2070,2082,2095, 1003,1026,2009,2048,2052,2074, 2025,2040,2047,2080,2095,2096, 2014,2019,2027,2054,2062,2063, 2018,2023,2046,2058,2075,2085,2087,2093, 2026,2036,2060,2075,2084,2093, 2012,2036,2058,2075,2229,2252, 2018,2024,2038,2042,2046,2084, 2019,2029,2033,2041,2054,2057,2059, 663,664,2010,2014,2062,2071,2077, 2013,2035,2045,2048,2061,2079, 2017,2021,2022,2037,2039,2065, 2013,2064,2066,2069,2994,3005,3011, 2011,2046,2060,2084,2085, 679,738,1226,2028,2034,2043, 2040,2043,2056,2070,2077,2080,2082, 2025,2040,2041,2059,2082, 86,99,154,2107,2117,2164, 857,892,2120,2123,2143,2172, 2103,2108,2111,2131,2157,2160, 866,913,941,2119,2126,2166,2636,2667, 2116,2124,2125,2134,2161,2171,2532,2730, 2104,2105,2116,2118,2133,2143, 2099,2108,2131,2144,2562,2579,2627, 2102,2105,2112,2116,2122,2134,2171, 2102,2104,2110,2122,2133,2138,2140,2151, 2121,2130,2131,2139,2144,2146,2165, 2097,2117,2145,2147,2164,2169, 2099,2103,2141,2160,2627,2682, 220,918,1792,2166,2544,2699, 2105,2140,2151,2159, 2099,2128,2131,2157,2158, 2104,2113,2122,2134,2165,2167, 2112,2130,2165,2167,2527,2731, 864,903,2117,2145,2149,2154,2162, 2137,2150,2152,2155,2156,2168, 2101,2102,2104,2118,2161,2171, 86,1508,2097,2107,2114,2145,2154, 2102,2116,2119,2143,2161,2173, 2100,2118,2126,2161,2173,2594,2636, 2098,2123,2132,2133,2138,2143,2148, 2106,2122,2140,2146,2158,2165, 2104,2105,2112,2121,2140,2165, 892,949,2098,2120,2132, 2101,2125,2129,2134, 2101,2124,2129,2526,2532,2587, 866,870,2100,2119,2172,2173, 2135,2136,2142,2147,2157,2164, 2111,2142,2150,2157,2158,2163, 2124,2125,2134,2167,2587,2732, 2106,2113,2139,2165,2527,2657, 2099,2103,2106,2111,2144,2146,2158, 871,949,2120,2123,2148,2153, 2102,2105,2120,2138,2143,2151, 2101,2104,2112,2124,2129,2167,2171, 2127,2136,2157,2160, 139,146,148,2127,2135,2141,2160,2164, 2115,2138,2150,2151,2156,2159, 2105,2120,2133,2137,2148,2151,2156, 2106,2130,2144,2537,2579,2657, 2105,2110,2121,2122,2158,2159, 123,139,149,2108,2136,2160,2507,2682, 2127,2128,2147,2150,2152,2157, 2098,2102,2118,2120,2133,2172,2173, 2103,2106,2131,2139,2579, 2107,2114,2117,2162,2169, 2106,2121,2131,2158, 2107,2127,2142,2152,2164,2169, 2120,2132,2138,2153,2155,2156, 903,916,2114,2162,2170, 2115,2128,2137,2142,2152,2159,2163, 2105,2110,2133,2137,2138,2159, 2115,2142,2147,2150,2168,2169, 863,871,2132,2148,2155,2168,2170, 864,1508,1521,2114,2117, 2115,2148,2153,2156,2168, 2115,2137,2138,2148,2155, 2099,2111,2127,2128,2135,2142,2160, 2111,2121,2128,2131,2140,2146,2159,2163, 2110,2137,2140,2150,2151,2158,2163, 2099,2108,2135,2136,2141,2157, 2101,2116,2118,2119,2594,2730, 2114,2145,2149,2168,2169,2170, 2128,2150,2158,2159, 99,148,2097,2107,2127,2136,2147, 2106,2112,2113,2121,2122,2130, 918,941,948,2100,2109,2586,2667,2699, 2112,2113,2129,2134,2731,2732, 2115,2152,2153,2155,2162,2169,2170, 2107,2145,2147,2152,2162,2168, 863,916,2149,2153,2162,2168, 2101,2104,2116,2134, 857,870,2098,2126,2143,2173, 2118,2119,2126,2143,2172, 518,560,2185,2196,2204,2205, 2193,2194,2195,2200, 2187,2197,2199,2206,2207,2209, 2178,2202,2207,2943,2953, 2177,2199,2202,2207,2924,2926,2953, 2181,2183, 2182,2185,2186,2189,2208, 165,2179,2183,2190, 2180,2186,2189,2191,2192,2193,2195, 2179,2181,2188,2190,2191,2193, 2198,2201,2206,2208,2938, 2174,2180,2186,2196,2198,2203,2204,2208, 1719,1727,2180,2182,2185,2192,2196, 2176,2199,2206,2938,2948, 204,2183,2190,2191, 2180,2182,2195,2197,2206,2208, 165,204,2181,2183,2188, 182,204,2182,2183,2188,2192,2193, 182,1727,2182,2186,2191, 2175,2182,2183,2191,2194,2195, 2175,2193,2200,2202, 2175,2182,2189,2193,2197,2200, 530,553,554,560,1719,2174,2185,2186, 2176,2189,2195,2200,2206,2209, 2184,2185,2203,2208,2921,2938, 2176,2178,2187,2207,2924,2948, 2175,2194,2195,2197,2202,2209, 2184,2206,2938, 2177,2178,2194,2200,2207,2209, 2185,2198,2204,2205,2921,2925,2954, 2174,2185,2203,2205, 518,541,551,2174,2203,2204,2920,2925,2930, 2176,2184,2187,2189,2197,2201,2208,2938, 2176,2177,2178,2199,2202,2209, 2180,2184,2185,2189,2198,2206, 2176,2197,2200,2202,2207, 1164,1168,2230,2237,2276, 2212,2213,2219,2272,2274, 2211,2219,2225,2241,2242,2274, 2023,2211,2219,2246,2272,2972, 1159,2216,2220,2238,2240,2265, 2224,2245,2247,2248,2255,2263, 2214,2220,2223,2226,2240, 1801,1847,2250,2266,2267,2268,2275, 1742,1749,1750,1760,2248,2255,2257,2260, 2211,2212,2213,2225,2246,2252,2270, 2214,2216,2226,2241,2265,2274, 2226,2227,2233,2251,2262, 2248,2249,2254,2257,2263, 2216,2226,2227,2240,2253,2269, 289,1165,2215,2232,2245,2255, 2212,2219,2236,2242,2270, 2216,2220,2221,2223,2227,2233,2241,2242, 2221,2223,2226,2250,2262,2269, 2249,2250,2256,2258,2263,2266, 2012,2086,2234,2252,2270,2271, 2210,2231,2237,2259,2276, 2230,2243,2245,2247,2258,2259,2263,2276, 289,1747,2224,2255,2260, 2221,2226,2236,2242,2251,2271, 1800,2012,2229,2271, 1169,2239,2265,2272,2274,2988,2996, 2225,2233,2242,2270,2271, 1168,1179,2210,2230,2238,2240,2243,2259, 1159,1179,2214,2237,2240, 2235,2272,2983,2988,3009, 2214,2216,2223,2237,2238,2243,2253, 2212,2220,2226,2242,2274, 2212,2225,2226,2233,2236,2241, 2231,2237,2240,2253,2258,2259,2264, 2249,2254,2267,2273,2275, 1165,1170,2215,2224,2231,2247,2276, 2023,2058,2213,2219,2252, 2215,2231,2245,2263, 2215,2218,2222,2255,2257,2263, 2222,2228,2244,2254,2263,2266,2275, 2217,2227,2228,2256,2258,2262,2266,2268,2269, 1795,1798,2221,2233,2262,2271, 2058,2086,2219,2229,2246,2270, 2223,2240,2243,2264,2269, 1758,1760,2222,2244,2249,2257,2261,2273, 2215,2218,2224,2232,2248,2260, 2228,2250,2258, 1760,2218,2222,2248,2254, 2228,2231,2243,2250,2256,2259,2263,2264,2269, 2230,2231,2237,2243,2258, 1742,1743,1747,2218,2232,2255, 1758,1829,1846,2254,2273, 1795,1844,2221,2227,2250,2251,2268, 2215,2222,2228,2231,2247,2248,2249,2258, 2243,2253,2258,2269, 1159,1169,2214,2220,2235,2274, 2217,2228,2249,2250,2275, 1797,1847,2217,2244,2273,2275, 1801,1844,2217,2250,2262, 2223,2227,2250,2253,2258,2264, 2219,2225,2229,2236,2252,2271, 1798,1800,2229,2233,2234,2236,2251,2270, 2211,2213,2235,2239,2274,2962,2972,2983,2992, 1797,1806,1846,2244,2254,2261,2267, 2211,2212,2220,2235,2241,2265,2272, 2217,2244,2249,2266,2267, 1161,1164,1170,2210,2230,2231,2245, 1185,2278,2279,2280, 285,287,2277,2279,2280,2281, 1185,2277,2278,2281, 287,1185,1193,1196,2277,2278, 285,1845,2278,2279, 409,2285,2304,2305,2311,2314, 374,478,2287,2300,2313,2319,2322, 374,481,2286,2287,2296,2306, 409,430,2282,2304,2311,2318,2320, 2284,2287,2296,2306,2319, 374,2283,2284,2286,2319, 2296,2306,2308, 2291,2295,2299,2303,2319,2326, 2295,2313,2319,2321,2324, 2289,2296,2299,2303, 1878,1936,2323,2325,2327, 2301,2310,2325,2327, 1859,1932,1945,2297,2309,2310,2316, 2289,2290,2302,2319,2324,2326, 2284,2286,2288,2291,2299,2306,2319, 2294,2302,2309,2312,2316, 1879,1933,2302,2307,2315,2316, 2289,2291,2296,2319, 393,478,2283,2305,2314,2322, 2293,2309,2310,2317,2321,2325, 2295,2297,2298,2312,2315,2316,2324,2326, 2289,2291,2307,2315,2326, 1900,1930,1943,2282,2285,2311,2320,2323, 2282,2300,2311,2314,2317,2322, 408,481,2284,2286,2288,2296,2308, 1865,1879,1933,2298,2303,2315, 382,408,2288,2306, 2294,2297,2301,2310,2312,2321,2324, 1915,1945,2293,2294,2301,2309,2327, 2282,2285,2304,2305,2317,2323,2325, 2297,2302,2309,2324, 2283,2290,2317,2319,2321,2322, 393,409,447,2282,2300,2305, 2298,2302,2303,2307,2326, 1859,1932,1933,1938,2294,2297,2298,2302, 2301,2305,2311,2313,2321,2322,2325, 416,425,430,476,484,1905,1912,1943,2285,2320, 2283,2286,2287,2289,2290,2295,2296,2299,2313, 1943,2285,2304,2318, 2290,2301,2309,2313,2317,2324, 2283,2300,2305,2313,2317, 1930,1936,2292,2304,2311,2325, 2290,2295,2302,2309,2312,2321, 2292,2293,2301,2311,2317,2323,2327, 2289,2295,2302,2303,2315, 1878,1891,1915,2292,2293,2310,2325, 2334,2338,2344,2348,2363,2382, 2339,2356,2363,2365,2382,2384, 1635,2362,2374,2383,2387, 1673,2338,2360,2392, 1320,1338,2346,2355,2365,2366,2377, 1966,1996,2345,2349,2351,2371,2372,2384, 2328,2335,2338,2363,2369, 2334,2356,2361,2363,2369, 1569,2358,2367,2373,2379,3090, 1970,1981,2342,2371,2391, 1627,1673,2328,2331,2334,2348,2353,2360,2369, 2329,2341,2345,2355,2365,2384, 1633,1645,2368,2389,2390,2392, 2339,2345,2346,2352,2355, 1956,1970,1998,2337,2347,2379,2391,2393, 2350,2378,2383,3098,3107, 2328,2348,2357,2360,2382, 2333,2339,2341,2352,2372,2381,2384, 1316,1320,1366,2332,2341,2352,2355, 2342,2354,2380,2385,2386,2391,2393, 2328,2338,2344,2360, 2333,2351,2371,2380,2391, 1642,1702,2343,2383,3098, 2333,2349,2356,2361,2380,2384, 1285,1316,2341,2345,2346,2381, 1627,1671,2338,2369,2388, 2347,2362,2364,2373,2378,2385,2393, 2332,2339,2341,2346,2365, 2329,2335,2351,2361,2363,2384, 2344,2360,2370,2375,2382, 1569,1576,1956,1961,2336,2379, 2361,2369,2385,2386, 2331,2338,2344,2348,2357,2370,2389,2392, 2335,2351,2356,2359,2369,2380,2386, 2330,2354,2364,2374,2378,2383,2387, 2328,2329,2334,2335,2356,2382, 2354,2362,2369,2374,2385, 2329,2332,2339,2355,2366,2375,2382, 2332,2365,2370,2375,2376,2377, 2336,2373,2378,3090,3107, 814,838,2340,2376,2389,2390, 2334,2335,2338,2353,2359,2361,2364,2374,2385,2388, 2357,2360,2366,2375,2376,2389, 1966,1981,2333,2337,2349,2391, 1994,1996,2333,2345,2381, 2336,2354,2367,2378,2379,2393, 2330,2362,2364,2369,2387,2388, 2357,2365,2366,2370,2382, 814,1338,1346,2366,2368,2370,2377,2389, 1320,1338,1346,2332,2366,2376, 2343,2354,2362,2367,2373,2383,3107, 1956,2336,2342,2358,2373,2393, 2347,2349,2351,2361,2386,2391, 1285,1357,1994,1996,2345,2352,2372, 2328,2329,2344,2357,2363,2365,2375, 1635,1642,1700,2330,2343,2350,2362,2378, 2329,2333,2339,2345,2351,2356, 2347,2354,2359,2364,2369,2386,2393, 2347,2359,2361,2380,2385, 1635,1671,2330,2362,2374,2388, 1635,1671,2353,2369,2374,2387, 2340,2360,2368,2370,2376,2392, 829,838,851,1641,1645,2340,2368, 2337,2342,2347,2349,2371,2380, 1633,1673,2331,2340,2360,2389, 2342,2347,2354,2373,2379,2385, 2400,2440,2458,2466,2469,2480, 2409,2445,2452,2457,2468, 2402,2413,2433,2435,2436,2461,2474, 2411,2426,2465,2470,2481, 1893,1942,2440,2446,2455,2471, 462,512,2426,2447,2454,2463, 1032,1076,2394,2406,2469,2480, 2409,2414,2468,2482,2488, 2396,2413,2420,2432,2433,2450,2485, 1861,1916,2439,2475,2479,2483, 2412,2415,2456,2467,2487, 2428,2429,2432,2448,2450, 965,1076,2400,2422,2427,2480,2837, 985,987,1044,2437,2449,2460,2462, 1899,1913,2423,2425,2438,2471, 2395,2401,2419,2424,2457,2468,2482, 2416,2420,2431,2442,2450, 2397,2418,2458,2464,2465,2466,2481,2486, 2404,2467,2468,2476,2487,2488, 2396,2402,2429,2432,2461,2484, 2401,2464,2473,2482,2486,2488, 2404,2434,2435,2436,2456,2487, 129,1526,2410,2420,2441,2442,2459, 1371,1413,2428,2431,2472,2477, 2411,2458,2460,2462,2464,2469, 36,45,2409,2424,2445,2451,2457, 2402,2410,2416,2450,2459,2485, 39,42,2443,2445,2452,2453, 2406,2425,2427,2430,2438,2440,2480, 1913,2408,2425,2430,2479,2483, 2409,2419,2451,2470,2482, 2408,2422,2423,2430,2438, 380,398,503,512,2397,2399,2451,2454,2465,2470, 2406,2422,2430,2837,2866, 1368,1371,1436,2405,2417,2431,2448,2450, 39,1368,1437,2405,2413,2432,2448,2484, 2422,2423,2425,2427,2475,2483,2866, 2410,2417,2428,2442,2450,2477, 2402,2405,2413,2429,2450, 976,1000,2396,2402,2474,2485, 2415,2436,2444,2453,2461,2487, 2396,2415,2436,2456,2474, 2396,2415,2434,2435,2461, 2407,2449,2460,2464,2473, 2408,2422,2425,2440,2471, 1860,1861,1950,2403,2475,2823,2876, 2394,2398,2422,2438,2446,2466,2471,2480, 996,1520,1526,2416,2459, 129,2410,2416,2431,2477, 39,2421,2444,2453,2484, 2434,2443,2453,2461,2484, 42,45,2395,2419,2421,2452,2457, 2398,2440,2447,2455,2466, 2399,2446,2454,2455,2463,2466, 1368,2405,2428,2429, 960,1044,2407,2437,2473,2476,2478, 2402,2405,2410,2420,2428,2431,2432, 36,398,2419,2424,2426,2470, 2395,2421,2445,2453,2468,2487, 2421,2434,2443,2444,2452,2487, 2399,2426,2447,2465,2466, 1875,1893,2398,2446,2447,2463, 982,1068,2404,2415,2435,2467,2474, 2395,2409,2419,2445, 2394,2411,2418,2466,2469, 996,1011,2416,2420,2441,2485, 2407,2418,2437,2462,2464, 2396,2413,2434,2436,2444,2484, 985,1074,2407,2418,2460,2469, 412,462,1875,2399,2447,2455, 2411,2414,2418,2437,2460,2473,2486, 2397,2411,2426,2454,2466, 2394,2411,2440,2446,2447,2454,2458,2465, 1029,1065,1068,2404,2412,2456,2476, 2395,2401,2409,2412,2452,2487,2488, 1032,1074,2394,2400,2418,2458,2462, 2397,2424,2426,2451,2481,2482, 1899,1942,2398,2408,2438,2440, 100,129,1383,1413,2417,2477, 2414,2437,2449,2464,2478,2488, 976,982,1069,2396,2433,2435,2456, 2403,2430,2439,2483,2866,2876,2882, 960,1065,2412,2449,2467,2478,2488, 100,129,2417,2431,2442,2472, 2449,2473,2476,2488, 1913,1916,1955,2403,2423,2483, 2394,2400,2406,2422,2440, 2397,2411,2470,2482,2486, 2401,2409,2414,2424,2470,2481,2486, 2403,2423,2430,2475,2479, 39,2413,2429,2443,2444,2461, 1000,1011,2402,2420,2433,2459, 2411,2414,2464,2481,2482, 2404,2412,2415,2434,2452,2453,2468, 2401,2412,2414,2468,2473,2476,2478, 2525,2569,2595,2601,2633, 1774,2556,2571,2647,2653,2736, 2525,2601,2609,2662,2675,2691,2716,2717, 2517,2666,2684,2693, 2500,2527,2607,2712,2731,2732,2740, 2511,2521,2553,2578,2676,2679,2707, 2503,2570,2616,2630,2637,2644,2651,2735, 2533,2563,2567,2725,2727,2729, 1766,1783,2528,2598,2628,2673, 2503,2618,2621,2651,2681,2720, 2516,2563,2632,2715,2734, 2493,2566,2592,2626,2712,2731,2732,2740, 2576,2616,2637,2684,2693, 2515,2538,2561,2629,2643,2654,2734, 2495,2498,2534,2582,2618,2651,2735, 2515,2534,2574,2593,2618,2638,2715, 2546,2573,2602,2641,2647,2656,2696, 2538,2560,2585,2597,2614,2643,2701, 123,128,2141,2522,2660,2682, 2567,2572,2589,2649,2729, 2514,2581,2633,2645,2686,2727, 2610,2674,2677,2710, 2494,2553,2565,2584,2661,2707, 2554,2596,2612,2613,2619,2625,2702, 2518,2530,2535,2555,2642,2655,2694, 2509,2632,2654,2686,2727, 2502,2504,2629,2638,2694,2715,2734, 2499,2563,2577,2582,2593,2715, 2492,2608,2649,2684,2723, 2513,2530,2555,2615,2697,2709, 2596,2733, 2568,2660,2713,2718,2738, 2494,2553,2578,2605,2659,2676,2679,2685, 128,1087,2507,2646,2660, 2547,2583,2628,2673,2679,2707, 2572,2589,2611,2634, 2489,2491,2595,2601,2662,2689,2700, 2125,2532,2539,2584,2587, 2113,2130,2493,2607,2657,2731, 1774,1783,2497,2598,2628,2711,2739, 2656,2665,2688,2704,2714, 2513,2518,2536,2642,2688,2709, 2545,2549,2562,2579,2604,2687, 2101,2125,2526,2553,2578,2584,2730, 2496,2563,2608,2631,2729, 2503,2504,2582,2593,2618, 2513,2555,2560,2585,2655, 2530,2642,2652,2688,2695,2714, 2139,2549,2579,2657,2737, 2502,2506,2585,2629,2643, 2526,2551,2566,2584,2587,2623,2661, 2541,2556,2674,2719,2726, 2540,2606,2674,2680,2695,2706,2710,2719,2721, 2551,2565,2573,2583,2620,2640,2641,2661, 1769,1780,2603,2610,2683, 1792,2109,2591,2659,2699, 2531,2549,2558,2617,2687,2708, 2505,2571,2602,2641,2647,2711, 1766,1781,2523,2668,2673,2676,2679, 2562,2568,2600,2604,2627,2682, 2531,2537,2545,2579,2708,2737, 2576,2577,2616,2631,2723, 2539,2542,2565,2573,2620,2623,2661,2705, 2570,2630,2650,2728,2742, 2494,2511,2521,2532,2578,2584,2730, 2512,2612,2613,2630,2637,2644,2728, 2513,2518,2535,2560,2670,2697,2703, 2490,2540,2653,2719,2726,2736, 2621,2622,2624,2681,2706,2720,2721, 2545,2595,2597,2614,2617,2663,2708, 1768,1780,2603, 2506,2535,2555,2585,2599,2670,2701, 2502,2635,2643,2654,2686, 2103,2531,2548,2579,2604,2627, 2496,2499,2516,2533,2577,2631,2632,2727, 2615,2620,2656,2665,2696,2705,2709, 2511,2542,2551,2583,2640,2661,2707, 2500,2539,2587,2623,2626,2732, 2496,2508,2589,2725,2729, 2520,2548,2600,2682,2713,2738, 2489,2595,2633,2635,2663, 2495,2552,2630,2651,2720,2742, 1774,2490,2546,2647,2711,2739, 2508,2524,2589, 2505,2542,2551,2620,2640,2641,2696, 2504,2618,2621,2622,2638,2648, 2602,2647,2653,2680,2704,2719, 2501,2550,2616,2684,2723, 2516,2550,2563,2582,2616,2631,2735, 2494,2521,2532,2553,2594,2685,2730, 2103,2139,2144,2531,2537,2549,2562, 2590,2689,2700,2718, 2509,2645,2658,2724,2725,2727, 2503,2516,2534,2577,2593,2735, 2523,2542,2565,2598,2628,2640,2707, 2511,2526,2532,2539,2553,2661, 2506,2535,2538,2560,2629,2655, 2166,2605,2659,2667,2685,2699, 2125,2129,2526,2539,2566,2732, 2609,2611,2634,2669,2675,2717, 2508,2524,2567,2572,2634,2658,2725, 1087,2580,2646,2671,2689,2718, 1781,1792,2544,2659,2668,2699, 2500,2615,2623,2626,2697,2705,2712, 2504,2516,2534,2582,2715, 2119,2161,2578,2636,2685,2730, 2489,2525,2558,2569,2617,2663,2700,2722, 2512,2519,2619,2702,2733, 2506,2558,2614,2635,2643,2663, 2497,2528,2583,2628,2640,2641,2711,2739, 2560,2614,2670,2672,2701, 2548,2568,2604,2678,2738, 2489,2491,2525,2633,2645,2716,2724, 2505,2546,2575,2647,2656,2704, 1780,2543,2559,2610,2677, 2531,2548,2562,2600,2617,2678,2687,2722, 2521,2586,2659,2685,2699, 2541,2680,2695,2714, 2493,2527,2657,2670,2672,2737,2740, 2517,2533,2631,2649,2723,2729, 2491,2588,2664,2669,2690,2691,2717, 2510,2543,2603,2674,2677,2683, 1090,2524,2588,2634,2669, 2512,2554,2702,2728,2741, 2512,2554,2625,2637,2666,2693, 2506,2558,2597,2599,2672,2701,2708, 2518,2564,2592,2665,2697,2705,2709, 2495,2501,2550,2576,2577,2637,2735, 2545,2558,2595,2604,2687,2722, 2498,2503,2504,2534,2574,2621, 2512,2596,2625,2733, 2542,2551,2564,2573,2623,2696,2705, 2498,2557,2574,2618,2622,2681, 2557,2574,2621,2648,2652,2695,2706, 2539,2551,2566,2592,2620,2626,2661,2705, 2557,2650,2720,2721,2742, 2512,2613,2619,2666, 2500,2566,2592,2623,2705,2712, 2103,2108,2548,2562,2682, 2497,2523,2528,2583,2598,2640,2673, 2502,2515,2538,2585,2655,2694, 2495,2552,2554,2570,2644,2728, 2533,2550,2563,2577,2608,2723, 2499,2514,2563,2654,2727,2734, 2489,2509,2569,2601,2635,2645,2686, 2524,2588,2589,2611,2658,2675,2692, 2561,2569,2597,2633,2643,2663,2686, 2100,2119,2594,2667,2685, 2495,2501,2554,2613,2616,2644,2693, 2504,2515,2574,2648,2694, 1769,1774,2683,2726,2736, 2542,2565,2573,2583,2598,2628,2641,2711, 2505,2542,2546,2573,2598,2640,2711, 2513,2530,2536,2648,2652,2694, 2502,2506,2538,2561,2597,2635, 2495,2554,2630,2637,2728, 2509,2581,2601,2633,2686,2724, 1087,2522,2590,2660,2718, 2490,2505,2546,2571,2575,2602,2653, 2574,2622,2638,2642,2652,2694, 2508,2517,2608,2729, 2552,2624,2720,2728,2742, 2495,2498,2503,2570,2720,2742, 2536,2622,2642,2648,2695,2706,2714, 2490,2556,2575,2647,2680,2719, 2502,2514,2561,2632,2686,2734, 2513,2535,2585,2629,2694, 2505,2529,2564,2602,2665,2696,2704, 2130,2139,2527,2537,2607,2737, 2581,2589,2634,2692,2724,2725, 2521,2544,2586,2591,2605,2668,2676,2699, 2507,2520,2522,2646,2682,2713,2718, 2511,2539,2542,2551,2565,2584,2623, 2491,2525,2689,2691,2698, 2558,2569,2595,2597,2635, 1084,1088,1121,1136,2609,2669,2690, 2529,2564,2615,2656,2688,2696,2709, 2492,2613,2625,2693, 2100,2166,2586,2636,2685, 1781,2547,2591,2659,2676,2679, 1088,1090,2588,2609,2611,2664, 2555,2560,2599,2607,2672,2703,2740, 1087,1094,2590,2689,2698, 2599,2607,2614,2670,2708,2737, 1766,2497,2523,2547,2628, 2510,2540,2541,2610,2683,2710,2726, 2491,2588,2634,2692,2716,2717, 2494,2521,2547,2659,2668,2679, 2510,2603,2610, 2600,2604,2722,2738, 2494,2521,2523,2547,2668,2676,2707, 2541,2575,2606,2653,2704,2714,2719, 2498,2557,2621,2720, 2108,2141,2507,2548,2568,2627,2660,2713, 1769,2543,2610,2639,2674,2726, 2492,2501,2517,2576,2693,2723, 2521,2578,2586,2594,2605,2636,2667,2730, 2509,2514,2561,2633,2635,2645,2654, 2531,2545,2604,2617, 2529,2530,2536,2665,2709,2714, 2525,2580,2590,2662,2671,2698,2700, 1121,2609,2664,2691,2698, 2491,2609,2662,2690,2698, 2634,2658,2675,2716,2724, 2492,2501,2613,2637,2666,2684, 2513,2515,2629,2638,2642,2648,2655, 2536,2541,2606,2622,2652,2706,2714, 2505,2564,2573,2620,2656,2665, 2518,2555,2592,2615,2703,2712, 1094,1121,2662,2671,2689,2690,2691, 2109,2166,2544,2586,2591,2605,2659, 2525,2580,2595,2689,2718,2722,2738, 2506,2560,2599,2614, 2512,2596,2612,2741, 2555,2670,2697,2712,2740, 2529,2575,2602,2656,2680,2714, 2551,2564,2592,2615,2620,2623,2626, 2541,2557,2622,2652,2695,2721, 2494,2511,2523,2565,2583,2679, 2545,2549,2558,2614,2672,2737, 2518,2530,2564,2615,2665,2688, 2510,2541,2674,2721, 2528,2546,2571,2598,2640,2641,2739, 2493,2500,2592,2626,2697,2703,2740, 2520,2568,2660,2682, 2529,2536,2606,2652,2680,2688,2695,2704, 2499,2504,2515,2516,2593,2734, 2491,2601,2675,2692,2724, 2491,2588,2609,2675, 2520,2580,2590,2646,2660,2700,2738, 2540,2541,2556,2575,2653,2680, 2498,2557,2570,2624,2650,2651,2681,2742, 2541,2557,2624,2706,2710, 2595,2604,2617,2678,2700,2738, 2517,2550,2576,2608,2631,2684, 2581,2601,2645,2658,2692,2716, 2496,2567,2581,2589,2658,2727, 2540,2556,2639,2674,2683,2736, 2496,2509,2514,2563,2581,2632,2725, 2552,2554,2612,2630,2644,2650,2741, 2496,2508,2533,2567,2608,2649, 2101,2161,2532,2553,2578,2594,2685, 2113,2167,2493,2500,2527,2732, 2129,2167,2493,2500,2566,2587,2731, 2519,2596,2619, 2499,2502,2515,2632,2654,2715, 2495,2503,2577,2582,2616, 1774,2490,2556,2639,2726, 2537,2549,2607,2657,2672,2708, 2520,2568,2600,2678,2700,2718,2722, 1774,2528,2571,2598,2711, 2493,2500,2607,2670,2703,2712, 2612,2702,2728, 2552,2570,2624,2650,2651,2720, 1721,2751,2753,2756,2758,2763, 532,552,1716,2745,2748,2765,2771, 520,537,552,2744,2759,2771, 2749,2750,2752,2762,2766,2767, 257,2749,2764,2766,3103, 2744,2757,2760,2765,2771, 2746,2747,2764,2766,2767,2768, 2746,2752,2761,2762,2763,2770, 2743,2753,2755,2758,2761,2770, 239,255,259,2746,2750,2761,2766,2770, 1721,2743,2751,2755,2769, 1728,2756,2762,2765,2767, 70,76,2751,2753,2761,2769, 1721,1728,2743,2754,2762,2763, 2748,2759,2760,2764,2771, 2743,2751,2763,2770, 520,537,2745,2757,2764,2771,3096,3105, 2748,2757,2764,2765,2767,2768, 68,70,77,233,255,258,259,273,1785,2750,2751,2752,2755,2770, 2746,2750,2754,2756,2763,2767, 2743,2750,2756,2758,2762,2770, 2747,2749,2757,2759,2760,2768,3103,3105, 1716,1728,2744,2748,2754,2760,2767,2771, 239,257,268,2746,2747,2749,2752, 2746,2749,2754,2760,2762,2765,2768, 2749,2760,2764,2767, 76,1721,2753,2755, 2750,2751,2752,2758,2761,2763, 2744,2745,2748,2757,2759,2765, 1809,1851,2775,2780,2782,2783,2785, 1184,1188,1835,1851,2782,2784,2785, 1734,2776,2779,2780,2781,2783, 1803,1809,2772,2777,2778,2779,2783, 1733,1734,2774,2781, 2775,2778,2779,2781, 1803,2775,2777, 2774,2775,2777,2781,2783, 1734,2772,2774,2783,2785, 2774,2776,2777,2779, 1851,2772,2773,2785, 2772,2774,2775,2779,2780, 1188,1732,1739,2773,2785, 1734,1739,2772,2773,2780,2782,2784, 1177,1181,2836,2842,2844,2848,2849, 2793,2800,2817,2824,2839,2846,2851,2864,2884, 2794,2797,2808,2863,2887,2970,2989, 2806,2810,2812,2850,2855,2856, 2791,2795,2801,2846,2863,2899, 2790,2800,2801,2805,2846,2856, 1173,2814,2881,2891, 2787,2794,2830,2846,2863,2864,2913,2916,2993, 2788,2793,2830,2863,2970,2995, 2790,2797,2801,2818,2854,2862,2863,2899, 2820,2859,2868,2874,2879,2985, 2788,2795,2808,2862,2863, 1921,1948,2812,2825,2840,2843,2850, 1056,2811,2865,2874,2981,2987, 2787,2791,2810,2817,2846,2856, 2790,2791,2795,2805,2826,2854,2899, 2813,2827,2833,2834,2835,2870,2871, 1941,2816,2823,2853,2859,2879,2894, 2806,2828,2832,2847,2857,2872, 2791,2801,2826,2840,2843,2856, 2789,2804,2812,2822,2828,2855,2857,2886,2897,2906,2910, 2815,2819,2838,2875,2959,2976, 2788,2797,2820,2845,2862,2989, 2815,2841,2851,2860,2870,2871, 2789,2800,2817,2822,2855,2856, 1056,2799,2865,2878, 2789,2798,2806,2825,2850,2857,2873,2906, 2802,2833,2834,2836,2844,2861,2877, 1166,1173,1174,2792,2838,2858,2881,2890,2891, 2807,2809,2838,2858,2860,2871,2875, 2803,2818,2845,2853,2859,2862, 2787,2800,2810,2822,2839, 2795,2816,2829,2853,2854,2862, 2807,2867,2875,2918,2959,2971,2973,2976,2990, 2796,2808,2845,2859,2985,2989,3002, 2832,2833,2842,2844,2880, 2806,2810,2817,2827,2828,2839,2855, 1858,1860,1941,2439,2803,2868,2876,2879,2894, 2787,2841,2851,2852,2864, 1921,2798,2812,2869,2873,2889, 1872,1894,1928,2801,2805,2843,2854, 2802,2822,2828,2835,2839,2847,2870, 2804,2806,2822,2827,2847,2855,2910, 1934,1940,2818,2853,2854,2902, 2793,2794,2993,2995, 2832,2869,2872,2892,2903,2914, 2804,2821,2831,2833,2847,2872,2880,2903,2917, 2802,2813,2821,2832,2835,2844,2847, 1166,2802,2813,2871,2877, 2802,2827,2833,2847, 2786,2813,2844,2849,2861, 965,1006,2406,2427,2866,2878, 1168,1173,1179,2807,2814,2815,2858,2976, 2787,2817,2822,2827,2851,2870, 2798,2805,2843,2850,2856, 2809,2824,2851,2852,2860, 2786,2821,2844,2848,2880, 1894,1946,1948,2798,2805,2826,2840, 2786,2813,2821,2833,2836,2842,2848,2861, 2808,2816,2820,2859,2862,2909, 2787,2790,2791,2793,2800,2863, 2804,2827,2828,2832,2833,2835, 2786,2842,2844,2880,2895,2904,2907,2915, 1176,1177,2786,2836,2861,2877, 2789,2798,2812,2840,2856, 2787,2809,2824,2839,2841,2870, 2824,2841,2860,2864,2867,2875, 1940,1941,2803,2816,2818,2829, 1872,1934,2795,2801,2818,2826,2829,2888, 2789,2806,2810,2822,2828, 2789,2791,2800,2805,2810,2840,2850, 2804,2806,2812,2872,2873,2897,2906, 1166,2814,2815,2838,2871,2900,2901, 2796,2803,2816,2820,2845,2879,2909, 2809,2815,2841,2852,2875, 2813,2836,2844,2849,2877, 2795,2797,2808,2816,2818,2845,2911,2912, 2788,2790,2793,2794,2795,2797,2846,2883,2898, 2787,2793,2824,2852,2867,2896,2973,2993, 2799,2811,2866,2868,2874,2876,2878, 2427,2430,2475,2837,2865,2876,2878, 2819,2852,2864,2875,2973, 2796,2823,2865,2874,2876,2879, 1892,1901,1921,2825,2831,2872,2873,2892,2914, 2802,2809,2827,2839,2851,2871,2893, 1166,2802,2809,2815,2834,2858,2870,2893, 2804,2831,2832,2857,2869,2873,2903, 2812,2825,2857,2869,2872, 2796,2799,2865,2868,2981,2985, 2807,2815,2819,2852,2860,2867, 2439,2475,2823,2865,2866,2868,2882, 1166,1176,2813,2834,2849,2861, 1006,1025,1056,2811,2837,2865,2866,2905, 2796,2803,2823,2859,2868, 2821,2832,2842,2848,2895,2903,2907,2917, 1174,2792,2814, 2475,2876, 2863, 2787, 1870,1882,2904,2908,2914,2915, 2806,2906, 2788, 1872,2854, 2825, 2814, 2792,2814, 2831,2869, 2870,2871, 2803,2823, 2848,2880,2903,2904,2907,2908,2915, 2864, 2806,2857, 2863, 2790,2795,2801, 2858,2901, 2858,2900, 2829, 2831,2832,2872,2880,2895,2908,2914, 2848,2885,2895,2908,2915, 2878, 2806,2812,2857,2886, 2848,2880,2895, 2885,2895,2903,2904,2914, 2845,2859, 2806,2828, 2862,2912, 2862,2911, 2793, 1870,1892,2831,2869,2885,2903,2908, 1882,2848,2885,2895,2904, 2793, 2832,2880, 2819, 2929,2931,2940,2956, 551,2205,2930,2956, 2198,2203,2929,2931,2938,2954,2957, 2927,2935,2937,2942,2947,2949, 2934,2946, 2178,2199,2926,2948, 2203,2205,2929,2930,2954,2956, 2178,2924,2939,2948,2953, 2922,2931,2937,2942, 2940,2942,2951, 2919,2921,2925,2931,2954,2956, 2205,2920,2925,2956, 2919,2921,2927,2929,2937,2940,2942,2957, 2934,2939,2941,2943,2952, 2934,2936,2946,2947,2949, 2923,2932,2933,2936,2941,2946, 2922,2936,2937,2945,2949,2957, 2933,2934,2935,2941,2945,2949, 2922,2927,2931,2935,2945,2957, 2184,2187,2198,2201,2206,2921,2948,2957, 2926,2932,2943,2945,2948,2952,2953,2957, 2919,2928,2931,2942,2950,2951,2956, 2932,2934,2936,2945,2952, 2922,2927,2928,2931,2940,2947,2955, 2177,2932,2939,2953, 525,527,2950,2951, 2935,2936,2937,2939,2941,2952,2957, 2923,2933,2934,2947,2955, 2922,2933,2942,2946,2949,2955, 2187,2199,2924,2926,2938,2939,2957, 2922,2933,2935,2936,2947, 521,525,544,2940,2944,2951,2956, 2928,2940,2944,2950, 2932,2939,2941,2945, 2177,2178,2926,2939,2943, 2203,2921,2925,2929, 2942,2946,2947, 521,545,551,2919,2920,2925,2929,2930,2940,2950, 2921,2931,2935,2937,2938,2939,2945,2948, 2974,2996,2999,3003,3004,3006, 1179,2807,2819,2976,2990, 2977,2979,2980,2998,3012, 2964,2965,2968,2978,2991,3008, 2049,2272,2972,2992, 2035,2052,2979,2984,2997,3007, 2961,2965,2968,3000,3001,3010, 2961,2964,2977,2991,3001, 2968,2974,2978,3000,3005,3009, 2970,2977,2991,2998,3002, 2961,2964,2966,2978,3000, 1169,2971,2973,2986,2993,2996,2999,3004, 2788,2794,2967,2989,2991,2995,3002,3008, 1159,2819,2969,2973,2986,2990, 2023,2049,2213,2272,2962, 2819,2864,2867,2969,2971,2986,2993, 2958,2966,2978,2982,3003,3006,3009, 2061,2977,2984,2997,3001,3010,3011, 1179,2807,2819,2838,2959, 2960,2965,2967,2975,2979,2991,2997,2998,3001, 2961,2966,2968,2974,3006,3008, 2960,2963,2977,2980,2987,2997,3007, 2960,2979,2987,3012, 2799,2874,2985,2987,3012, 2974,2988,3003,3009, 2015,2064,2239,2272,2992,3009, 2035,2061,2963,2975,2997, 2796,2820,2874,2981,2998,3002,3012, 1159,1169,2969,2971,2973, 1038,1056,2799,2979,2980,2981,3007,3012, 2235,2239,2982,2996,3003,3009, 2788,2808,2820,2970,3002, 1159,1179,2819,2959,2971, 2961,2965,2967,2970,2977,3008, 2015,2049,2272,2962,2983, 2793,2830,2864,2969,2973,2995,2999, 2092,3000,3005,3011, 2794,2830,2970,2993,2999,3008, 1169,2235,2958,2969,2988,3003,3004, 2963,2975,2977,2979,2984, 2960,2967,2977,2985,3002,3012, 2958,2969,2993,2995,3004,3006,3008, 2964,2966,2968,2994,3005,3010,3011, 2964,2965,2975,2977,3010, 2820,2967,2970,2985,2989,2998, 2958,2974,2982,2988,2996, 2958,2969,2996,2999, 2064,2092,2966,2994,3000,3009, 2958,2974,2978,2999,3008, 968,1022,1038,2052,2963,2979,2987, 2961,2970,2978,2991,2995,2999,3006, 2064,2239,2966,2974,2982,2983,2988,3005, 2964,2975,3000,3001,3011, 2013,2061,2092,2975,2994,3000,3010, 2960,2980,2981,2985,2987,2998, 3023,3041,3051,3062,3082,3084, 1223,1262,1295,1317,3016,3038,3063,3070, 3019,3021,3029,3061,3067,3068,3070,3078, 1317,3014,3028,3070,3078, 3020,3027,3043,3048,3055,3057,3071, 1358,1364,3030,3059,3074, 1292,1337,3015,3028,3061,3078, 3017,3032,3048,3057,3072,3083, 3015,3022,3029,3030,3067,3073, 3021,3030,3039,3049,3073,3084, 3013,3025,3026,3036,3041,3051,3069, 757,776,3034,3065,3075, 3023,3026,3035,3037,3040,3066,3069, 3023,3025,3032,3036,3040,3079,3080, 1206,1217,1241,1251,3017,3043,3050,3055, 1288,1317,1337,1348,3016,3019,3070,3078, 3015,3021,3030,3059,3060,3061,3068, 3018,3021,3022,3029,3039,3059,3074, 1218,1232,3033,3050, 3020,3026,3036,3072,3079,3083, 1232,3031,3046,3050,3055,3056,3076, 603,776,785,3024,3037,3045,3065, 649,661,3025,3037,3045,3066, 3023,3026,3032,3051,3082,3083, 3025,3034,3035,3045,3065,3069, 1223,3014,3063,3076, 3022,3030,3041,3044,3054,3074,3084, 3025,3026,3066,3077,3080, 3013,3023,3039,3054,3069,3075,3084, 609,616,1199,3064,3077, 1206,1247,3017,3027,3048, 1307,1364,3039,3054,3074,3075, 603,649,3034,3035,3037, 3033,3047,3049,3052,3055,3056,3071, 3046,3049,3056,3063,3073, 1247,1249,3017,3020,3043,3072, 3022,3046,3047,3062,3071,3073,3081,3084, 1218,1251,3027,3031,3033,3055, 3013,3023,3036,3082, 3046,3055,3071, 1257,1266,3058,3064,3079,3080, 3039,3041,3044,3075, 3017,3027,3033,3046,3050,3052,3071, 3033,3046,3047,3063,3076, 3017,3020,3071,3081,3083, 1257,1260,3053,3072,3079,3080, 1304,1358,3018,3029,3030,3060, 1298,1304,1361,3029,3059,3068, 1292,1361,3015,3019,3029,3068, 3013,3049,3071,3081,3082,3084, 3014,3038,3047,3056,3067,3070,3073,3076, 1199,1266,3042,3053,3077,3080, 3024,3034,3037,3069,3075, 564,661,3025,3035,3040,3077, 3015,3021,3063,3070,3073,3078, 1361,3015,3029,3060,3061, 3023,3025,3037,3041,3065,3075, 3014,3015,3016,3028,3063,3067,3078, 3017,3046,3049,3052,3055,3057,3062,3081, 1249,1260,3020,3032,3048,3058,3079, 3021,3022,3047,3049,3063,3067, 1364,3018,3030,3039,3044, 757,1307,3024,3041,3044,3054,3065,3069, 1223,1232,3033,3038,3056,3063, 564,616,3040,3042,3064,3066,3080, 3015,3016,3019,3028,3067,3070, 3026,3032,3053,3058,3072,3080, 3026,3040,3053,3058,3064,3077,3079, 3049,3057,3062,3071,3082,3083, 3013,3036,3051,3062,3081,3083, 3020,3032,3036,3057,3081,3082, 3013,3022,3039,3041,3049,3062, 245,251,3088,3089,3095,3100, 1565,1568,3094,3099,3101,3106, 1601,3089,3090,3094,3101,3107, 245,257,270,3085,3089,3091,3097,3103, 3085,3087,3088,3094,3097,3098,3100,3107, 1569,1601,2336,2367,3087,3107, 3088,3093,3097,3099,3102,3103,3104,3106, 1623,1698,1702,3095,3098,3100, 3091,3099,3106, 3086,3087,3089,3097,3101,3106, 251,278,1623,1672,3085,3092,3100, 520,526,531,2759,3102,3103,3104,3105, 3088,3089,3091,3094,3106, 1702,2343,2350,3089,3092,3100,3107, 1568,1579,1597,3086,3091,3093,3104,3106, 3085,3089,3092,3095,3098, 1565,1601,3086,3087,3094, 3091,3096,3103,3104, 257,2747,2764,3088,3091,3096,3102,3105, 526,538,557,1579,3091,3096,3099,3102, 2759,2764,3096,3103, 3086,3091,3093,3094,3097,3099, 2343,2367,2378,3087,3089,3090,3098 ), sumNumNeigh = 18458 ) INITS 1 list( Const=0.02, Trend=0.02, law=0.02, ammo=0.02, assault=0.02, bg=0.02, buyer=0.02, child=0.02, conceal=0.02, dealer=0.02, dom=0.02, high=0.02, immun=0.02, possess=0.02, pre=0.02, stand=0.02, traf=0.02, other=0.02, law_near=0.02, ammo_near=0.02, assault_near=0.02, bg_near=0.02, buyer_near=0.02, child_near=0.02, conceal_near=0.02, dealer_near=0.02, dom_near=0.02, high_near=0.02, immun_near=0.02, possess_near=0.02, pre_near=0.02, stand_near=0.02, traf_near=0.02, other_near=0.02, age24=0.02, age45=0.02, age65=0.02, black=0.02, hisp=0.02, native=0.02, urban=0.02, rural=0.02, area=0.02, inc=0.02, unem=0.02, flow=0.02, lib=0.02, mj=0.02, pol=0.02, tau.phi=.1, tau.theta=.1, tau.TimeRE=0.1, TimeRE=c(.05,.05,.05,.05,.05,.05,.05,.05,.05,.05,.05,.05,.05,.05,.05), tau.StateRE=1, StateRE=c(0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2), phi=c( 0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02 ), theta=c( 0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02 ) ) INITS 2 list( Const=-0.02, Trend=-0.02, law=-0.02, ammo=-0.02, assault=-0.02, bg=-0.02, buyer=-0.02, child=-0.02, conceal=-0.02, dealer=-0.02, dom=-0.02, high=-0.02, immun=-0.02, possess=-0.02, pre=-0.02, stand=-0.02, traf=-0.02, other=-0.02, law_near=-0.02, ammo_near=-0.02, assault_near=-0.02, bg_near=-0.02, buyer_near=-0.02, child_near=-0.02, conceal_near=-0.02, dealer_near=-0.02, dom_near=-0.02, high_near=-0.02, immun_near=-0.02, possess_near=-0.02, pre_near=-0.02, stand_near=-0.02, traf_near=-0.02, other_near=-0.02, age24=-0.02, age45=-0.02, age65=-0.02, black=-0.02, hisp=-0.02, native=-0.02, urban=-0.02, rural=-0.02, area=-0.02, inc=-0.02, unem=-0.02, flow=-0.02, lib=-0.02, mj=-0.02, pol=-0.02, tau.phi=.1, tau.phi=.1, tau.theta=.1, tau.TimeRE=0.1, TimeRE=c(-.05,-.05,-.05,-.05,-.05,-.05,-.05,-.05,-.05,-.05,-.05,-.05,-.05,-.05,-.05), tau.StateRE=1, StateRE=c(-0.2,-0.2,-0.2,-0.2,-0.2,-0.2,-0.2,-0.2,-0.2,-0.2,-0.2,-0.2,-0.2,-0.2,-0.2,-0.2,-0.2,-0.2,-0.2,-0.2,-0.2,-0.2,-0.2,-0.2,-0.2,-0.2,-0.2,-0.2,-0.2,-0.2,-0.2,-0.2,-0.2,-0.2,-0.2,-0.2,-0.2,-0.2,-0.2,-0.2,-0.2,-0.2,-0.2,-0.2,-0.2,-0.2,-0.2,-0.2,-0.2,-0.2), phi=c( -0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02 ), theta=c( -0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02,-0.02 ) )